diff --git a/7556/app.js b/7556/app.js deleted file mode 100644 index 67a3826e05c..00000000000 --- a/7556/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/7556/plugin/behaviors/index.js b/7556/plugin/behaviors/index.js deleted file mode 100644 index a5eedc288c8..00000000000 --- a/7556/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/7556/plugin/packages/index.js b/7556/plugin/packages/index.js deleted file mode 100644 index 2989f333dba..00000000000 --- a/7556/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/7556/plugin/screen-diff/index.js b/7556/plugin/screen-diff/index.js deleted file mode 100644 index 3774f88e7eb..00000000000 --- a/7556/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/7556/plugin/screen-diff/styles.css b/7556/plugin/screen-diff/styles.css deleted file mode 100644 index 6cf2219521c..00000000000 --- a/7556/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/7556/styles.css b/7556/styles.css deleted file mode 100644 index 789aa4c478c..00000000000 --- a/7556/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+BQAAGAYAAAAGAAAABgAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAGQcAAGQGAABZCAAAAAgAACoHAAAABgAACQcAACcJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAIAAAOCAAADgWAAAAGAAAABgAAAAcAAAAHAAAABwAAAAgAAAAHAAAACAAAAAcAAAAGAAAACAAAAAgAAAAJAAAABgAAAAgAAAAFAAALCAAAAAYAAAAGAAAABgAAAAgAAAAGAAAABgAAAAgAAAAIAAAABgAAAAgAAAAIAAAABoAAAAaAAAAIAAAACAAAEwYAAAAJAAAABgAAAAcAAAAFAAACBgAAAAUAAAAGAAACBwAAAAcAAAIHgAABCAAABgYAAAAFAAACCAAABAUAAAAFAAAABwAAAAcAAAAGAAAABQAAAAYAAAAHAAAACAAAAAgAAAAIAAAABgAAAAYAAAAGAAAABwAAAAYAAAAI+ABUCQAAAAcAAAAJAAAACQAAAAkAAAAJAAAACQAAAAUAAAAEAAAACAAAAAkAAAAGAAAABgAAAAkAAAAJAAAABwAAAAkAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAHAAAABwAAAAgAAAAIAAAABwAAAAYAAAAHtQAABwAAAAcAAAAIAABABwAAAAkAAAAFAABmBgAAAAa4AAAJAAAABwAAAAcAAAAHAAACBwAAAAcAAAAIAAAABwAAFgYAAA4HAAAdBwAAAAcAAAAHAAAABwAAAAcAAAAEAAAABwAAJQgAAAAHAAAABwAAAAcAAAAEAAAABwAAUgYAAAAGAAAABwAAAAcAAEUJAAAABwAAAAcAACAHAAAACQAAAAcAAAAJAAAABgAAJAYAAAAGAAAABgAAAAYAAAAHAAAACAAAAAcAACEGAABrBAAAKAYAAAAHAAADBwAAAAYAAAAHAAAABwAAAAYAAEQGAAAABYAAJwkAAAMFgAAACIAAAAcAAAAJAAADBwAAAAYAAAAF/wAlBoAAAQcAAAAFAAAABgAAAAYAAAAGgAAPBgAAAAkAAAAGAAAABoAAAAcAAAAGAAAABgAAJQkAAAAHAAAABwAAAAYAABUGgAAABoAAAAgAAAAIAAAABwAAAAcAAAAGAAAABQAAAAgAAAAIAAAABwAAHQkAAAAHAAAABAAAAAQAAAAEAAAABAAAAAQAAAAHgAAABwAAAAYAAAEHAAAABwAAAAgAAAAHAAAABwAAAAcAAAAHAgAABgAAAAYAAAAIgAAwBwAAJQYAAAAGgAAvBwAAAAcAAAAHgAAmBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAwAAABwAAQAAAAAB7AADAAEAAAAcAAQB0AAAAHAAQAAFADAAIACpAK4AtADGANghIiIeImDwDvAe8D7wTvBe8G7wfvCO8J7wrvCy8M7w3vDu8P7xDvEe8S7xPvFO8V7xbvF+8Y7xnvGu8b7xzvHe8e7x/vIO8h7yPvJO8l7ybvJ+8o7ynvKu8r7yzvLe8u71AP//AAAAIACoAK4AtADGANghIiIeImDwAPAQ8CHwQPBQ8GDwcPCA8JDwoPCw8MDw0PDg8PDxAPEQ8SDxMPFA8VDxYPFw8YDxkPGg8bDxwPHQ8eDx8PIA8hDyIfJA8lDyYPJw8oDykPKg8rDywPLQ8uD1AP///+P/XP9Y/1P/Qv8x3ujd7d2sEA0QDBAKEAkQCBAHEAYQBRAEEAMQAg/1D/QP8w/yD/EP8A/vD+4P7Q/sD+sP6g/pD+gP5w/mD+UP5A/jD+IP4Q/gD94P3Q/cD9sP2g/ZD9gP1w/WD9UP1A/TDcIAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGBQoHBAwICQsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAAJAAAAEUAAABmAAAAnQAAALQAAADTAAAA/AAAARUAAAGJAAABuAAAAhsAAAJeAAACdAAAApUAAALKAAAC9QAAAyEAAANZAAADqgAAA/UAAAQhAAAEQAAABGcAAASbAAAEywAABPYAAAUgAAAFPwAABWQAAAWNAAAFxAAABhkAAAYzAAAGXAAABpIAAAalAAAGyQAABxkAAAdLAAAHggAAB50AAAfKAAAIIwAACDwAAAhoAAAIjAAACMgAAAkLAAAJOAAACZEAAAn5AAAKJwAAClUAAAqCAAAKrwAACwQAAAs9AAALdgAAC5AAAAu2AAAL2AAAC+8AAAwFAAAMKQAADGUAAAykAAAM2QAADQ0AAA0lAAANSAAADWAAAA1uAAANiAAADZcAAA2vAAAN0gAADeoAAA4DAAAOGAAADi0AAA5TAAAObQAADpoAAA67AAAO8AAADxwAAA9cAAAPjwAAD7kAAA/aAAAP9gAAEBIAABAvAAAQTAAAEG4AABCWAAAQvgAAENkAABDnAAAREwAAETkAABFuAAARpwAAEcwAABH3AAASOwAAEmMAABKOAAAS6wAAEzkAABNZAAATiwAAE6AAABO1AAAT7AAAFBgAABQqAAAUTQAAFGgAABSDAAAUmwAAFMsAABTmAAAVGAAAFUwAABX8AAAWNwAAFoIAABbQAAAW4wAAFw8AABc+AAAXZgAAF4oAABe5AAAX6AAAGBwAABiLAAAYvQAAGQEAABk7AAAZVAAAGXQAABmxAAAZ2AAAGeoAABpTAAAacAAAGpEAABrDAAAa9QAAGyAAABtQAAAbiwAAG9MAABwhAAAcaQAAHLcAABzeAAAdBAAAHSoAAB1RAAAe2AAAHwAAAB8vAAAfRAAAH2kAAB+iAAAf5QAAIC8AACBGAAAgYwAAINIAACEFAAAhNQAAIWoAACF5AAAhmwAAIdAAACImAAAicAAAIsQAACMyAAAjYwAAI5sAACPSAAAkCAAAJDAAACRVAAAkgwAAJJIAACShAAAksAAAJL8AACTYAAAk8gAAJQEAACUQAAAlPAAAJWAAACWJAAAl1wAAJhYAACZHAAAmkQAAJq4AACbmAAAnKAAAJ1UAACeWAAAnvgAAJ+cAACgRAAAoVAAAKIsAACipAAAozgAAKOoAACkZAAApVwAAKiQAACrCAAArBwAAKzsAACtkAAAregAAK6AAACvGAAAr7AAALBIAACw4AAAsXgAALHMAACyIAAAsnQAALLIAACzWAAAs/QAALRwAAC1AAAAtWQAALYcAAC21AAAt7QAALfwAAC4eAAAuXQAALn4AAC6zAAAuswAALrMAAC7qAAAvIQAAL1AAAC+BAAAv8gAAMDEAADCDAAAwowAAMNcAADEIAAAxLwAAMUQAADFuAAAxpQAAMgwAADI4AAAyWQAAMnMAADKqAAAy4AAAMvgAADM9AAAzZQAAM54AADO6AAAz7AAANCMAADRLAAA0YgAANIIAADSiAAA0wwAANOMAADT7AAA1DgAANUsAADVnAAA1mAAANboAADXbAAA2EgAANi0AADZYAAA2cQAANpUAADauAAA2xgAANuUAADcQAAA3MgAAN1sAADd8AAA3oQAAN8YAADfrAAA4LwAAOFsAADicAAA4yAAAOPkAADkgAAA5cgAAObAAADnGAAA5+wAAOjkAADp2AAA6tgAAOvYAADs1AAA7dAAAO7cAADv5AAA8gQAAPP0AAD0gAAA9TQAAPYQAAD2nAAA9xgAAPhYAAD4wAAA+SQAAPpsAAD7vAAA/CgAAPy4AAD9DAAA/WAAAP20AAD+CAAA/rgAAP8IAAEAFAABBbQAAQb0AAEH+AABCNAAAQlkAAEKEAABCpgAAQsYAAEMBAABDKQAAQ0sAAEOAAABD4gAAREsAAERoAABEswAARM4AAET5AABFJAAARUoAAEVpAABFlgAARb8AAEXwAABGIQAARl4AAEafAABG1QAARzUAAEdQAABHdQAAR6QAAEfBAABH3wAASCkAAEhwAABIngAASMIAAEjbAABJAQAASTMAAEnaAABKOgAASpMAAEsVAABLkwAATF0AAEx9AABMuAAATMwAAEzsAABNKgAATV0AAE2VAABNyQAATgMAAE5SAABOhAAATrwAAE7kAABPIQAATzYAAE/WAABQBwAAUHAAAFCyAABQ8gAAUScAAFFSAABRkgAAUdwAAFISAABSXgAAUogAAFK5AABS9QAAUygAAFNGAABTkAAAVBAAAFRoAABUuAAAVNEAAFUIAABVUwAAVZgAAFW1AABV1gAAVg0AAFYoAABWgQAAVqIAAFbZAABW+AAAVx8AAFd2AABXqAAAWCUAAFhSAABYbwAAWLwAAFjWAABZKwAAWV0AAFmaAABZ9wAAWi0AAFpXAABangAAW6EAAFwQAABc+AAAXYQAAF3yAABeJAAAXmIAAF6jAABe2gAAXyMAAF9HAABfaQAAX9cAAF/mAABf/gAAYBsAAGBdAABgpAAAYM0AAGDpAABhMgAAYWwAAGGpAABiHQAAYmMAAGKOAABizgAAYugAAGOTAABjqgAAY9UAAGQEAABkRQAAZOQAAGUFAABlQQAAZX8AAGW+AABl6AAAZl8AAGayAABnBAAAZ0IAAGd2AABnnwAAZ8YAAGf6AABoMQAAaIMAAGjNAABpHgAAaWwAAGmgAABp0wAAagcAAGokAABqOwAAajsAAGo7AABqVgAAaooAAGrIAABq8wAAaysAAGtqAABriAAAa6IAAGvBAABr6gAAbBAAAGwiAABtrwAAbdsAAG44AABuXQAAboEAAG6lAABuyQAAbukAAG8CAABvHgAAb1MAAG+TAABvqQAAb8gAAHASAABwRgAAcHEAAHDBAABw+QAAcSgAAHFVAABxigAAcbsAAHIDAAByQwAAcqIAAHLoAABzPgAAc4cAAHPlAAB0GwAAdFkAAHS3AAB01AAAdP4AAHVhAAB1ngAAddwAAHX/AAB2PQAAdqsAAHbVAAB3FQAAd0MAAHd8AAB3ogAAd9MAAHhgAAB4vgAAeQYAAHlDAAB5jwAAedIAAHnqAAB6CQAAejUAAHpbAAB6hwAAerUAAHr5AAB7DQAAey4AAHs9AAB7fAAAe8IAAHvpAAB8AQAAfDMAAHxIAAB8lAAAfNsAAHz6AAB9QwAAfYsAAH2wAAB93gAAffgAAH4cAAB+SwAAfp4AAH7dAAB/AwAAfxkAAH9DAAB/YwAAf40AAH/CAAB/9AAAgE0AAICHAACAywAAgRoAAIF1AACB1AAAgk0AAIK1AACDOAAAg3wAAIPGAACEDQAAhHkAAITPAACFCwAAhUsAAIWNAACFzAAAhg4AAIZJAACGogAAhs4AAIdtAACHlQAAh7MAAIgfAACIWgAAiKsAAIkTAACJTAAAiZIAAIniAACKPQAAimMAAIqMAACKtwAAiuUAAIs3AACLiQAAi7sAAIw7AACMYQAAjJAAAIy/AACM7gAAjR0AAI1JAACNvQAAjkgAAI6jAACOtQAAjsMAAI7iAACPCgAAjzYAAI9NAACP7gAAkCYAAJB4AACQ6AAAkT8AAJGmAACSGAAAkj0AAJJzAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAgBwAAADEAYAAAMABwAANyERIQMRIRHgAcD+QHACoHAFIPpwBgD6AAAAAAABAF3/AAajBYAAHQAAARQHAREhMhYUBiMhIiY0NjMhEQEmNTQ+ATMhMh4BBqMr/YgBQBomJhr8gBomJhoBQP2IKyQoFwWAFygkBUYjK/2I/QAmNCYmNCYDAAJ4KyMXGwgIGwAAAQAA/wAGAAWAACsAAAERFA4CIi4CND4CMzIXEQURFA4CIi4CND4CMzIXETQ2NwE2MzIWBgBEaGdaZ2hERGhnLWlX/QBEaGdaZ2hERGhnLWlXJh4DQAwQKDgFIPugMk4rFRUrTmROKxUnAhnt/TsyTisVFStOZE4rFScDxx8zCgEABDgAAgAA/wAGgAWAAAcAIQAAABAAIAAQACABFAYjIicBBiMiJCYCEBI2JCAEFhIVFAcBFgSA/vn+jv75AQcBcgMHTDQ2JP6ps9yP/vu9b2+9AQUBHgEFvW98AVclAgcBcgEH/vn+jv75/oA0TCYBVnxvvQEFAR4BBb1vb73++4/cs/6pJQAAAwAA/4AHAAUAABoAPQBNAAAlEQYHBAcOAisCIi4BJyYlJicRFBYzITI2ETwCLgMjISIGFRQXFhceBDsCMj4DNzY3PgE3ERQGIyEiJjURNDYzITIWBoAgJf70njNAbTABATBtQDOe/vQlIBMNBcANEwEFBgwI+kANE5PB0AY6IjcuFAEBFC43IjoG0ME2XYBeQvpAQl5eQgXAQl4gAwAkHs6EKzAxMTArhM4eJP0ADRMTBCgCEgkRCAoFEw2odJilBTEaJRISJRoxBaWYK5Fg+8BCXl5CBEBCXl4AAAEAAP+ABwAFgAAcAAAEIicBLgQ1NDYzMh4CFz4DMzIWFRQHAQOaNBL9kAojTDwv/uA+gW9QJCRQb4E+4P7l/ZGAEgJaCCRfZI5D3PgrSUAkJEBJK/jc3eX9qAAAAQAA/60GgAXgACIAAAEUBwETFhUUBiMiJyUFBiMiJjU0NxMBJjU0NyUTNjIXEwUWBoAa/pVWARUUExX+P/4/FhIVFQJW/pQZOAH24RM8E+EB9jgDeRYa/p7+DAcNFR0M7OwMHRUGDgH0AWIbFSUJSQHHKSn+OUkJAAAAAAIAAP+tBoAF4AAJACsAAAkBJQsBBQEDJQUBFAcBExYVFCMiJyUFBiMiJjU0NxMBJjU0NyUTNjIXEwUWBHEBMv5avb3+WgEySQF6AXkBxxr+lVYBKRMV/j/+PxYSFRUCVv6UGTgB9uETPBPhAfY4AhQBKT4Bfv6CPv7X/lvHxwMKFhr+nv4MBw0yDOzsDB0VBg4B9AFiGxUlCUkBxykp/jlJCQAAAgAA/4AFAAWAABUAHQAAJRQGIyEiJjU0PgMzFiA3Mh4DABAGICYQNiAFAH1Y/KpYfREuR3VMgwFsg0x1Ry4R/wDh/sLh4QE+iW2cnG1Vl5ltRYCARW2ZlwPB/sLh4QE+4QAAAAsAAP8AB4AFgAAPAB8ALwA/AE8AXwBvAH8AjwCfAK8AAAU1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNgERNCYjISIGFREUFjMhMjYBNTQmKwEiBh0BFBY7ATI2ATU0JisBIgYdARQWOwEyNgERNCYjISIGFREUFjMhMjYBNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjY3ERQGIyEiJjURNDYzITIWAYAmGoAaJiYagBomJhqAGiYmGoAaJiYagBomJhqAGiYEACYa/QAaJiYaAwAaJvwAJhqAGiYmGoAaJgWAJhqAGiYmGoAaJv6AJhr9ABomJhoDABomAYAmGoAaJiYagBomJhqAGiYmGoAaJiYagBomJhqAGiaAXkL5wEJeXkIGQEJeQIAaJiYagBomJgGagBomJhqAGiYmAZqAGiYmGoAaJib9GgIAGiYmGv4AGiYmBJqAGiYmGoAaJib7moAaJiYagBomJgMaAgAaJiYa/gAaJib+moAaJiYagBomJgGagBomJhqAGiYmAZqAGiYmGoAaJia6+sBCXl5CBUBCXl4ABAAAAAAGgAWAAA8AHwAvAD8AAAERFAYjISImNRE0NjMhMhYZARQGIyEiJjURNDYzITIWAREUBiMhIiY1ETQ2MyEyFhkBFAYjISImNRE0NjMhMhYDAEw0/gA0TEw0AgA0TEw0/gA0TEw0AgA0TAOATDT+ADRMTDQCADRMTDT+ADRMTDQCADRMAgD+gDRMTDQBgDRMTALM/oA0TEw0AYA0TEz8zP6ANExMNAGANExMAsz+gDRMTDQBgDRMTAAJAAAAAAcABYAADwAfAC8APwBPAF8AbwB/AI8AAAEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgIAOCj+wCg4OCgBQCg4OCj+wCg4OCgBQCg4AoA4KP7AKDg4KAFAKDj9gDgo/sAoODgoAUAoOAKAOCj+wCg4OCgBQCg4AoA4KP7AKDg4KAFAKDj9gDgo/sAoODgoAUAoOAKAOCj+wCg4OCgBQCg4OCj+wCg4OCgBQCg4ASDAKDg4KMAoODgB2MAoODgowCg4OP3YwCg4OCjAKDg4A9jAKDg4KMAoODj92MAoODgowCg4OP3YwCg4OCjAKDg4A9jAKDg4KMAoODj92MAoODgowCg4OAHYwCg4OCjAKDg4AAAGAAAAAAcABYAADwAfAC8APwBPAF8AAAEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgIAOCj+wCg4OCgBQCg4OCj+wCg4OCgBQCg4BQA4KPxAKDg4KAPAKDj7ADgo/sAoODgoAUAoOAUAOCj8QCg4OCgDwCg4OCj8QCg4OCgDwCg4ASDAKDg4KMAoODgB2MAoODgowCg4OP3YwCg4OCjAKDg4A9jAKDg4KMAoODj92MAoODgowCg4OAHYwCg4OCjAKDg4AAAAAQB5AA4GhwSyABYAAAAUBwEHBiIvAQEmND8BNjIXCQE2Mh8BBocc/SyIHFAciP6WHByIHFAcASYCkBxQHIgD8lAc/SyIHByIAWocUByIHBz+2QKRHByIAAEAbv/uBRIEkgAjAAAkFA8BBiInCQEGIi8BJjQ3CQEmND8BNjIXCQE2Mh8BFhQHCQEFEhyIHFAc/tr+2hxQHIgcHAEm/tocHIgcUBwBJgEmHFAciBwc/toBJv5QHIgcHAEm/tocHIgcUBwBJgEmHFAciBwc/toBJhwciBxQHP7a/toAAAMAAP8ABoAFgAAjACsARAAAARUUBisBFRQGKwEiJj0BIyImPQE0NjsBNTQ2OwEyFh0BMzIeARAAIAAQACAAFAYjIicBBiMiJCYCEBI2JCAEFhIVFAcBBAATDeATDUANE+ANExMN4BMNQA0T4A0TgP75/o7++QEHAXIDB0s1NiT+qbPcj/77vW9vvQEFAR4BBb1vfAFXAuBADRPgDRMTDeATDUANE+ANExMN4BPmAXIBB/75/o7++f61aksmAVZ8b70BBQEeAQW9b2+9/vuP3LP+qQAAAwAA/wAGgAWAAA8AFwAwAAABFRQGIyEiJj0BNDYzITIeARAAIAAQACAAFAYjIicBBiMiJCYCEBI2JCAEFhIVFAcBBAATDf3ADRMTDQJADROA/vn+jv75AQcBcgMHSzU2JP6ps9yP/vu9b2+9AQUBHgEFvW98AVcC4EANExMNQA0TE+YBcgEH/vn+jv75/rVqSyYBVnxvvQEFAR4BBb1vb73++4/cs/6pAAAAAAIAAP+ABgAGAAApADUAAAEUAgYEICQmAjU0Ejc2FhcWBgcOARUUHgIyPgI1NCYnLgE3PgEXFhIBERQGIiY1ETQ2MhYGAHrO/uT+yP7kznqhkitpHyAPKmJrUYq90L2KUWtiKg8gH2oqkqH9gExoTExoTAKAnP7kznp6zgEcnLYBQm0gDisqaSBK1nlovYpRUYq9aHnWSiBpKisOIG3+vgJK/YA0TEw0AoA0TEwAAAAABQAA/4AHAAWAAA8AHwAvAD8ATwAAJRUUBisBIiY9ATQ2OwEyFiURFAYrASImNRE0NjsBMhYlERQGKwEiJjURNDY7ATIWAREUBisBIiY1ETQ2OwEyFgERFAYrASImNRE0NjsBMhYBABIOwA4SEg7ADhIBgBIOwA4SEg7ADhIBgBIOwA4SEg7ADhIBgBIOwA4SEg7ADhIBgBIOwA4SEg7ADhJgwA4SEg7ADhIScv7ADhISDgFADhIS8v3ADhISDgJADhISAXL8QA4SEg4DwA4SEgHy+kAOEhIOBcAOEhIAAAACAAD/gAYABYAABwBuAAAANCYiBhQWMgEVFAYPAQYHFhcWFAcOASMiLwEGBwYHBisBIiYvASYnBwYjIicmJyY1NDc+ATcmLwEuAT0BNDY/ATY3JicmNTQ3PgEzMh8BNjc2NzY7ATIWHwEWFzc2MzIXFhcWFRQHDgEHFh8BHgEEAJbUlpbUApYQDLkTFCNICgkbkBYMDoosLxANBx3eDhUBHDEpjQoPDgt+JwcID0gSGw63DRAQC7oOGShDCgkakRYNDYosLxANBx3eDhUBHDEpjgkPDQyBJAcID0gSGg+3DRACFtSWltSWAW3eDBYCHDYlMlgMGgoljglsFw+IMhwRDbgQFWsJC3I2Cg0MCxVbGTIxGwIVDd4MFgIcLi45UQwMCg0kjwprFw+IMhwRDbgQFWsJCnczCA4MCxVbGTIwHAIVAAAGAAD/gAWABYAADwAfAC8AOwBDAGcAAAERFAYrASImNRE0NjsBMhYFERQGKwEiJjURNDY7ATIWBREUBisBIiY1ETQ2OwEyFhMRIREUHgEzITI+AQEhJyYnIQYHBRUUBisBERQGIyEiJjURIyImPQE0NjMhNz4BMyEyFh8BITIWAgASDkAOEhIOQA4SAQASDkAOEhIOQA4SAQASDkAOEhIOQA4SgPyADg8DA0ADDw79YAHAMAcK/sMKBwNvEg5gXkL8wEJeYA4SEg4BNUYPTigBQChOD0YBNQ4SAyD9wA4SEg4CQA4SEg79wA4SEg4CQA4SEg79wA4SEg4CQA4SEv0eA7T8TBYlERElBEp1CQICCZVADhL8TFN5dVMDuBIOQA4SpyU0NCWnEgAAAAACABoAAAZmBQMAEwA1AAABERQGIyERIREhIiY1ETQ2NQkBFjcHBgcjIicJAQYnJi8BJjY3ATYyHwE1NDY7ATIWFREXHgEFgCYa/oD/AP6AGiYBAj8CPwHfPggNAw0I/Uz9TAwMDQg+CAIKAs8gWCD0Eg7ADhLbCgICIP4gGiYBgP6AJhoB4AEEAQHa/iYCQUoJAgcCQf2/CAECCUoKGwgCVxoazMMOEhIO/mi2CBsAAAMAAP8ABgAGAAATABoAIwAAAR4BFREUBiMhIiY1ETQ2MyEyFhcHESEmJwEmAREhIiY1ESERBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0ABIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gAAAAADAAD/gAYABYAAFAAgACwAAAERFAYjISImPQE0NjsBETQ2OwEyFgAQLgEgDgEQHgEgNgAQAgQgJAIQEiQgBAOAEg7+wA4SEg7gEg5ADhIBoJL6/tj6kpL6ASj6AXLO/p/+Xv6fzs4BYQGiAWED4P5ADhISDkAOEgFgDhIS/f4BKPqSkvr+2PqSkgJf/l7+n87OAWEBogFhzs4AAAACADIAAAdOBQAAEQBDAAABNQMuASsBIgYHAxUGFjsBMjYBFCMhMjYnAy4BIyEiBgcDBhYzISI1NDcBPgEzISIGDwEGFjsBMjYvAS4BIyEyFhcBFgRXGAEUDboNFAEYARIM9AwSAvYu/UANEgEUARQN/vANFAEUARIN/UAuGgGhCCQUAVMNFAEPARINpg0SAQ8BFA0BUxQkCAGhGgIcBAFADRMTDf7ABAwQEP45SRMNAQANExMN/wANE0k2PgQUExwTDcAOEhIOwA0THBP77D4ABAAAAAAGgAYAAAcADwAlAD0AACQ0JiIGFBYyJDQmIgYUFjITERQGIyEiJjURNDYzIRcWMj8BITIWARYHAQYiJwEmNzYzIRE0NjMhMhYVESEyBQAmNCYmNAEmJjQmJjSmOCj6QCg4OCgB0Yc6nDqIAdAoOP67ER/+QBI2Ev5AHxERKgEAJhoBABomAQAqpjQmJjQmJjQmJjQmASD+wCg4OCgBQCg4iDg4iDgCESkd/kATEwHAHSknAcAaJiYa/kAAAwAA/4AGAAWAABgAJAAwAAABFAcBBiInASY3NjsBETQ2OwEyFhURMzIWAiAOARAeASA+ARAmBBACBCAkAhASJCAEBGAK/sELGAv+wA8ICBbAEg7ADhLADhLM/tj6kpL6ASj6kpIBcs7+n/5e/p/OzgFhAaIBYQJgDAz+wQkJAUAQExQBYA4SEg7+oBICMpL6/tj6kpL6ASj6vf5e/p/OzgFhAaIBYc7OAAAAAAMAAP+ABgAFgAAYACQAMAAAAQYrAREUBisBIiY1ESMiJjU0NwE2MhcBFgIgDgEQHgEgPgEQJgQQAgQgJAIQEiQgBAReCBbAEg7ADhLADhIKAT8LGAsBQA/S/tj6kpL6ASj6kpIBcs7+n/5e/p/OzgFhAaIBYQKUFP6gDhISDgFgEg4MDAE/CQn+wBAB+ZL6/tj6kpL6ASj6vf5e/p/OzgFhAaIBYc7OAAIAAAAABgAFAAANACMAAAEhLgEnAyEDDgEHIRchJREUBiMhIiY1ETQ3Ez4BMyEyFhcTFgP/ATwBAwHU/TzUAQMBATxfAUACYCYa+oAaJhnuCjUaA0AaNQruGQJAAwsCAfD+EAMLAsCi/h4aJiYaAeI+PQIoGSIiGf3YPQADAAD/gAYABYAADwAbACcAAAAUBwEGIyInJjURNDc2FwEWEC4BIA4BEB4BIDYAEAIEICQCEBIkIAQEoCD94A8REBAgICEfAiCgkvr+2PqSkvoBKPoBcs7+n/5e/p/OzgFhAaIBYQKlShL+wAkIEyUCgCUTEhP+wMsBKPqSkvr+2PqSkgJf/l7+n87OAWEBogFhzs4AAQAA/4AGAAWAADMAAAERFAYjISInJj8BJiMiDgIUHgIzMjY3NjcyHwEeAQcGBCMiJCYCEBI2JDMyBBc3NhcWBgAmGv5AKhERH4qUyWi9ilFRir1od9RJBxAPCokJAQht/sqsnP7kznp6zgEcnJMBE2uCHSknBQD+QBomKCceiolRir3QvYpRaF8KAgmKCBkKhJF6zgEcATgBHM56b2WBHxERAAACAAD/gAYABYAAJABHAAABFAcCACEiJCcHBiImNRE0NjMhMhYUDwEeATMyNjc2NzY7ATIWExEUBiMhIiY0PwEmIyIGBwYHBisBIiY9ARIAITIEFzc2MhYF5wFA/mj+7pL+72uBEzQmJhoBwBomE4lHtGGG6EYLKggWwA0TGSYa/kAaJhOKlMmG6EYLKggWxw0TQQGaAROSARRrghM0JgHgBQL+9P6zbmaBEyYaAcAaJiY0E4lCSIJyEWQXEwMT/kAaJiY0E4qJgnIRZBcTDQcBDAFNb2WBEyYAAAAACAAAAAAHAAWAAA8AHwAvAD8ATwBfAG8AfwAAARUUBisBIiY9ATQ2OwEyFjUVFAYrASImPQE0NjsBMhY1FRQGKwEiJj0BNDY7ATIWARUUBiMhIiY9ATQ2MyEyFjUVFAYjISImPQE0NjMhMhY1FRQGIyEiJj0BNDYzITIWExE0JiMhIgYVERQWMyEyNhMRFAYjISImNRE0NjMhMhYBgBMNQA0TEw1ADRMTDUANExMNQA0TEw1ADRMTDUANEwSAEw38QA0TEw0DwA0TEw38QA0TEw0DwA0TEw38QA0TEw0DwA0TgBMN+kANExMNBcANE4BeQvpAQl5eQgXAQl4BYEANExMNQA0TE/NADRMTDUANExPzQA0TEw1ADRMT/fNADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/0zA0ANExMN/MANExMETfvAQl5eQgRAQl5eAAIAAAAABIAFgAAHAB8AAAEhNTQmIgYVAREUBiMhIiY1ETQ2OwE1NAAgAB0BMzIWAUACAJbUlgNAOCj8QCg4OCggAQgBcAEIICg4AwDAapaWav7g/cAoODgoAkAoOMC4AQj++LjAOAAAAgBA/4AHAAWAABEANwAAARQHERQGKwEiJjURJjU0NjIWBREUBgcGIyIuAiMiBQYjIiY1ETQ3Njc2MzIWFxYzMj4CMzIWAUBAEw1ADRNAS2pLBcAZG9eaPX1ci0nA/vAREBomHxU67Llrun4mMjZ/XVMNGiYFAEgm+w4NExMNBPImSDVLS3X9BRkbDnQsNCySCSYaAuYgFw4deDo7Eyo0KiYAAAABAAAAAAaABYAASwAAARQPAg4BIxUUBisBIiY1ETQ2OwEyFh0BMhYXNzY1NAIkIAQCFRQfAT4BMzU0NjsBMhYVERQGKwEiJj0BIiYvAiY1NBI2JCAEFhIGgDwUuRaJWBIOQA4SEg5ADhJHdiJEHbD+1/6y/tewHUQidkcSDkAOEhIOQA4SWIkWuRQ8huABNAFMATTghgKKppQxIVNrIA4SEg4CQA4SEg4gRzwMX2KUAQacnP76lGJfDDxHIA4SEg79wA4SEg4ga1MhMZSmlwEYzXp6zf7oAAABAAAAIAMABOAAEwAAAREUBiInASEiJjURNDYzIQE2MhYDACY0E/6z/voaJiYaAQYBTRM0JgSg+8AaJhMBTSYaAYAaJgFNEyYAAAAAAgAAACAEgATgABMALQAAAREUBiInASEiJjURNDYzIQE2MhYAFAYHBiMiJjU0PgM0LgM1NDYzMhcWAwAmNBP+s/76GiYmGgEGAU0TNCYBgFVGCg8aJhgiIhgYIiIYJhoPCkYEoPvAGiYTAU0mGgGAGiYBTRMm/hKYgxwFJRsVHRUZL0IvGRUdFRslBRsAAAAABAAA/7kGgAVHABMALQBJAGsAAAERFAYiJwEhIiY1ETQ2MyEBNjIWABQGBwYjIiY1ND4DNC4DNTQ2MzIXFgQQAgcGIyImNTQ3Njc+ATQmJyYnJjU0NjMyFxYEEAIHBiMiJjU0Nz4BNzY3NhIQAicmJy4BJyY1NDYzMhcWAwAmNBP+s/76GiYmGgEGAU0TNCYBgFVGCg8aJhgiIhgYIiIYJhoPCkYBVaqMDQwbJic4FEpTU0oUOCcmGg0NjAGq/tMNDRomJwcfBy4ke4qKeyQuBx8HJyYaDQ3TBKD7wBomEwFNJhoBgBomAU0TJv4SmIMcBSUbFR0VGS9CLxkVHRUbJQUbN/7O/v07BSYaJxQdDzajuKM2Dx0UJxomBTu2/jT+f1sFJhokFwQNBBkaWwEQATIBEFsaGQQNBBckGiYFWwAMAAAAAAWABYAAAwAHAAsADwATABcAGwAfACMALwAzADcAAAEVIzUTFSM1IRUjNQEhESERIREhASERIQERIREBFSM1IRUjNRMRITUjESMRIRUzNQERIREhESERAYCAgIADgID8gAGA/oABgP6AAwABgP6A/wD9gASAgAGAgID+gICAAYCA/YD9gAWA/YABgICAAwCAgICA/AEBfwGAAYD+gAGA/YD9gAKA/gCAgICAAgD+gID+gAKAgIADAP2AAoD9gAKAAAAAABAAAAAABwAFgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AAAzIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzPz8/PyAgXh8fnR8fnT4+fh8fPx8fPx8fnT8/nT8/fj8/fj8/Xj8/vV5ePyAgXj8/BYD6gQV/+oEFf/qBBX/6gQV/+oEFf/qBBX/6gQV/+oEFf/qBBX/6gQV/+oEFf/qBBX/6gQV/+oEFf/qABYAAAAACAAD/lQXrBYAABwAdAAAANCYiBhQWMgEUBwEGIyInAS4BNRE0NjMhMhYXARYBwEtqS0tqBHYl/hUnNDUl/TUmNUw0AaA1gCYCyyUEC2pLS2pL/kA1Jf4UJSUCzCWANQGgNEw1Jv02JwAAAAADAAD/lQdrBYAABwAdADUAAAA0JiIGFBYyARQHAQYjIicBLgE1ETQ2MyEyFhcBFgUUBwEGIyImJwE2NTQnAS4BIzMyFhcBFgHAS2pLS2oEdiX+FSc0NSX9NSY1TDQBoDWAJgLLJQGAJf4VJzQkLh4B1iUl/TUmgDXgNYAmAsslBAtqS0tqS/5ANSX+FCUlAswlgDUBoDRMNSb9Nic0NSX+FCUcHwHWJTU0JwLKJjU1Jv02JwADAAr/gAZ5BYAAVABkAHQAAAEWBwEOASMhIiYnJjc0Njc2Jjc+Ajc+ATc2Jjc+ATc+ATc2Jjc+ATc+ATc2Jjc+Ajc+BhcHNjMhMhYHAQ4BIyEiBwYXFjMhMjY3ATYnFgUGFjMhMjY/ATYmIyEiBgcDBhYzITI2PwE2JiMhIgYHBmcoFv7tE3NB/GVNjxwYFgYBAQgBAgwVBhcsCAMFAgMcAxUqBAEHBAQkBBMvBAEIAgIOFgYIEQ0TFCEnHAEmDQL5SlAW/u4kR138mxsLCwoYeAObHTYIASwHAib77QQMDgJgDRkEFQQMDv2gDRkEaAQMDgJgDRkEFQQMDv2gDRkEBCI5SPx2QFdrTkM8BC4OCBsGCxQbCiZrJgooCAsiBiRwIgkuBQ0jBRp1JggjCQgUGggMJSEnGRYBBgMJcEr8dndFDxAbRh8aA9sWIw8eDRMTDUANExMN/sANExMNQA0TEw0AAAEAAP+XBQAFgAAcAAABMhceARURFAYHBiMiJwkBBiMiJy4BNRE0Njc2MwSMFxUhJychExkwI/5H/kckLxcVIScnIRUXBYAJDTgi+vciOA0IIAGo/lghCQ04IgUJIjgNCQAAAAAEAAD/gAaABYAAAwAMABQAPAAAKQERIREhESMiJj0BIQA0JiIGFBYyNxEUBisBFRQGIyEiJj0BIyImNRE0NjsBETQ2MyEyFh8BHgEVETMyFgGAA4D8gAOAoCg4/YAEgCY0JiY0phMN4Dgo/EAoOOANE3FPQDgoAqAoYByYHChAT3EBAAGAAYA4KKD9JjQmJjQmQP5gDROgKDg4KKATDQGgT3ECICg4KByYHGAo/wBxAAMAAP+AB4AGAAAHACEAKQAAADIWFAYiJjQBMhYVERQGIyEiJjURNDY7ATc+ATMhMhYfAQAgABAAIAAQA0nuqanuqQPgapaWavqAapaWauAzE2U1AgA1ZRMz/WcBcgEH/vn+jv75A2Cp7qmp7gJJlmr8gGqWlmoDgGqWiDFHRzGI+4ABBwFyAQf++f6OAAAAAAIAAP+ABoAFgAAHAFAAAAEDMhYzMjcmATc+BDcTATsBFhcTFhIXHgEXFhceARcWFRQGFSImIyIEBzQ/ATI+BTU0LgEnJQYCFRQeAzMWFRQHIiYjIgYjBgLVqiHPORMmV/zKAhdCMDMmDO0BGEs1CAPNIZIpD1YdFA8Tig8GAT/+QEz+6icEgwEXCBUJDQU+UgH+PhplHDsmTAMBAjrpOgglA1AD0f4+BAL9/HZPBwsKEycfAmgC1A4H/iBO/plfIt06LQwPHQYmEwURBBAOASsjHAUCBwYKDAgQocIDAjr+7RkWHxIJCBMnCRIUCA4AAAMAAP+ABYAFgAAVACsAYQAAJRYzIBE0Jy4EIyIHFAYVFAYeAQMWMzI+AjU0LgIjIgcUFhUUBhUUATc+ATc+BDwBNRAnLgQvATYkMzIWMzIeAxUUDgMHHgEVFA4DIyImIyIEAitKQgF4KRtFQl9JOkkcAQIBCAYqQ1J6YjM6ZHRCMlAIAf3kAg+MJAcLBgUBFgQkNS4zBQRiAeSDF1oXRoV8XDghLVQ+NZrNRnWfqFwssCxq/m4PIAFPckIsPCERBAo11DQId0pdAtYHGj90VEZpOxwNMsozG2oaLvxwXgQYDwweJRwvFTIFA9YrCA0JBQQBUwITARo6VH1LNFc5OiAYI8aVZJ9mRRwGFgABAAD/gAQABYAAOgAAFTc+Ajc2NzYaASc1LgInNx4CMzI+ATcGBw4BBw4DBwYCBw4DHwEWFwYHIgYjIiYjJiMiBhEWT0EbHA0BemoBGD1OExMhrn06MGWNHAUOHo8lCAwGCQIbeRECFhIOAQERqAMNCysLHXQcikQzuH5VBxMTDiNCBwI0AgsjGQ0LBQNnAgkFBQkCJzIKJQ8TLyE6DZT94VQJYlJVDxIEGyw3AxQCEgAAAAACAAD/gAb6BYAAGwB9AAAlMhYPAQYiLwEmNjsBESMiJj8BNjIfARYGKwERARcWMzI2MzIWMyEyFj4CPwEyFjMWFRQHBgcmJy4CJy4DBiMiJiIGBwYXFBIVFAYWFx4BFxYVFA8BBiQjIgYjJj0BPgI3NhE0Aj0BNDY0LgEnJiMiBgcOAgcmJxEG0CESFH4UOhR+FBIhUFAhEhR+FDoUfhQSIVD50TYMxyywLCSPJAElBh4LFQ4IKgQUBAIFJx0ZHQMQDQEGDBMHHQIRYzJOIAkBBAUFCiioJAUDIkz+5EEyyjMDEVlsGBMGAQIEAwuXIXgUEx4hGioOgCUaohoaoholBAAlGqIaGqIaJfwABP8bBQQBAQEFDQsBAXDgUB0OBCxUCU5FAQgJAwIBAQQEUTde/bShEG9IIRUrECgKDg8BAhQSMwEJGyAaDioBVWUBlGV1AhsXHBQEDBgODXdnAhoSAX8AAAIAAP8DBgAFgABhAJUAABMXFjMyNjMyJAQXFj8BMhYzFhUUBwYHJicuAjUmJyYjIiYiBgcGHwE1FB4BFRQGFhceARcWFRQPAQYkIyIGIyY9AT4CNz4CNCY1NCY1ND4BLgEnJiMiBgcOAgcmJxEBMh4CFxYUBw4DIyIuATQ2NSEUFhQOASMiLgInJjQ3PgMzMh4BFAYVITQmND4BUTYMxyywLEYBYQEAdyEXKgQUBAIFJx0ZHQMQDgoRBT0eflBsKgkBAQIBBQUKKKgkBQMiTP7kQTLKMwMRWWwYBwkDAQUBAQEFBAuXKfQQEx4hGioOBR4MPDdABBoaBEA3PAwNDwUD/AADBQ8NDDw3QAQaGgRANzwMDQ8FAwQAAwUPBX8bBQQCAQQBIAEBcOBQHQ4ELFQJTUYBDQYCAgQFUTeYNDfGokgQb0ghFSsQKAoODwECFBIzAQkbIBoOEHSvh6wDBx0IB0pIUTYFDBsLDHdoAhoSAX/6/ycsNgMVOBUDNiwnFSQfIwICIx8kFScsNgMVOBUDNiwnFSQfIwICIx8kFQAABAAAAAAHAAWAAA8AHwAvAD8AACUVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYHACYa+YAaJiYaBoAaJv6AJhr7ABomJhoFABomAQAmGvoAGiYmGgYAGib+gCYa+4AaJiYaBIAaJsCAGiYmGoAaJiYBZoAaJiYagBomJgFmgBomJhqAGiYmAWaAGiYmGoAaJiYAAAQAAAAABwAFgAAPAB8ALwA/AAAlFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWBwAmGvmAGiYmGgaAGib+gCYa/IAaJiYaA4AaJgEAJhr6gBomJhoFgBom/oAmGv2AGiYmGgKAGibAgBomJhqAGiYmAWaAGiYmGoAaJiYBZoAaJiYagBomJgFmgBomJhqAGiYmAAAEAAAAAAcABYAADwAfAC8APwAAJRUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgcAJhr5gBomJhoGgBomJhr7ABomJhoFABomJhr6ABomJhoGABomJhr7gBomJhoEgBomwIAaJiYagBomJgFmgBomJhqAGiYmAWaAGiYmGoAaJiYBZoAaJiYagBomJgAAAAAEAAAAAAcABYAADwAfAC8APwAAJRUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgcAJhr5gBomJhoGgBomJhr5gBomJhoGgBomJhr5gBomJhoGgBomJhr5gBomJhoGgBomwIAaJiYagBomJgFmgBomJhqAGiYmAWaAGiYmGoAaJiYBZoAaJiYagBomJgAAAAAIAAAAAAcABYAADwAfAC8APwBPAF8AbwB/AAAlFRQGKwEiJj0BNDY7ATIWERUUBisBIiY9ATQ2OwEyFhEVFAYrASImPQE0NjsBMhYBFRQGIyEiJj0BNDYzITIWARUUBisBIiY9ATQ2OwEyFgEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgEAEw3ADRMTDcANExMNwA0TEw3ADRMTDcANExMNwA0TBgATDfrADRMTDQVADRP6ABMNwA0TEw3ADRMGABMN+sANExMNBUANExMN+sANExMNBUANExMN+sANExMNBUANE+DADRMTDcANExMBc8ANExMNwA0TEwFzwA0TEw3ADRMT/PPADRMTDcANExMEc8ANExMNwA0TE/zzwA0TEw3ADRMTAXPADRMTDcANExMBc8ANExMNwA0TEwAABQAAAAAHAAWAAA8AHwAvAD8ATwAAAREUBiMiJwEmNDcBNjMyFgEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYBgBMNDgn+4AkJASAJDg0TBYATDflADRMTDQbADRMTDfvADRMTDQRADRMTDfvADRMTDQRADRMTDflADRMTDQbADRMD4P3ADRMJASAJHAkBIAkT/PPADRMTDcANExMBc8ANExMNwA0TEwFzwA0TEw3ADRMTAXPADRMTDcANExMABQAAAAAHAAWAAA8AHwAvAD8ATwAAABQHAQYjIiY1ETQ2MzIXCQEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYBYAn+4AkODRMTDQ4JASAFqRMN+UANExMNBsANExMN+8ANExMNBEANExMN+8ANExMNBEANExMN+UANExMNBsANEwLOHAn+4AkTDQJADRMJ/uD+CcANExMNwA0TEwFzwA0TEw3ADRMTAXPADRMTDcANExMBc8ANExMNwA0TEwAAAQAAAAAHAAUAAB8AAAERFAcGIyInARUUBiMhIiY1ETQ2MyEyFh0BATYzMhcWBwAnDQwbEv5tqXf9QHepqXcCwHepAZMSGwwNJwSg+8AqEQUTAZOmd6mpdwLAd6mpd6UBkhMFEQAAAAAEAAD/gAeABYAABwAOAB4ALgAAABQGIiY0NjIBESE1ARcJASEiBhURFBYzITI2NRE0JhcRFAYjISImNRE0NjMhMhYCgHCgcHCgBHD6gAFAoAIAAgD5wA0TEw0GQA0TE5NeQvnAQl5eQgZAQl4EEKBwcKBw/cD+QMABQKACAAEgEw37QA0TEw0EwA0TIPtAQl5eQgTAQl5eAAQAAP+ABesFawAGABQAGQAlAAAhNycHFTMVATQjIgcBBhUUMzI3ATYnCQEhEQEUDwEBNzYzMh8BFgFrW+tbgAJ2FgoH/eIHFgoHAh4HNgGg/MD+YAXrJab+YKYkNjUm6yVb61trgAOgFgf94gcKFgcCHgfK/mD8wAGgAuA1JaYBoKUmJuonAAACAAD/gAQABYAABwAXAAAANCYiBhQWMgEUBwEOASImJwEmNTQAIAADAJbUlpbUAZYh/pQQP0g/D/6TIQEsAagBLAMW1JaW1JYBAG1G/PohJiYhAwZGbdQBLP7UAAIAAP+ABgAFgAAHABMAACURIg4BEB4BABACBCAkAhASJCAEAwCU+pKS+gOUzv6f/l7+n87OAWEBogFhYARAkvr+2PqSAvH+Xv6fzs4BYQGiAWHOzgAAAAACAAAAAAQABcAAFQAtAAABNCcuAycmIgcOAwcGFRQWMjYlFAAgADU0Nz4DNz4BMhYXHgMXFgIAFAEdFhwHBCIEBxwWHQEUS2pLAgD+1P5Y/tRRBnFZbhwJMjQzCBxuWXEGUQGAJCEBKyE3FxAQFzchKwEhJDVLS7XU/tQBLNSRggmji9ldHiIiHl3Zi6MJfwAFAAAAAAb4BYAABgAOADkAPgBIAAABNycHFTMVACYHAQYWNwETFRQGIyEiJjURNDYzITIXFhcWDwEGJyYjISIGFREUFjMhMjY9ATQ/ATYWAwkBIREBBwE3NjIfARYUA3h0mHRgAgAgEf6iESARAV5RqXf8wHepqXcDQD82DwMDDDEOEhcW/MBCXl5CA0BCXglADyhgASD9YP7gBFxc/uBcHFAcmBwBYHSYdDhgAsAgEf6iESARAV79z753qal3A0B3qRkHEBEMMQ4GBl5C/MBCXl5Cfg0JQA8QAs3+4P1gASACHFwBIFwcHJgcUAAAAAACAAAAAAaABgAAKwBaAAABERQGIyEiJjURNDYzITEyFhUUBwYHBisBIgYVERQWMyEyNj0BNDc2NzYXFhMBBiMiJyY9ASMgBwYTFgcGIyInLgQ1ND4HOwE1NDc2MzIXARYUBYCpd/zAd6mpdwD/DRMaTTgKBnBCXl5CA0BCXhIcGhATFe3+gBIbDA0noP69c3ctAxcIBBAKChY5KiMHFSM7Tm+KtWqgJw0MGhMBgBMCI/79d6mpdwNAd6kTDRsFGiIEXkL8wEJeXkLWEwoNGBAICQHc/oATBREqwIOJ/rAXCwINDiJnYIQ4MVRgUFNBOicWwCoRBRP+gBM0AAACAAAAAAZ/BYAALwBEAAABERQGIyEiJjURNDYzITIXFhcWDwEGIyInJiMhIgYVERQWMyEyNj0BND8BNjMyFxYTAQYiJwEmND8BNjIXCQE2Mh8BFhQFgKl3/MB3qal3A0A/Ng8DAwwxCg0DBhcW/MBCXl5CA0BCXglACg0GBhTn/NIYQhj+UhgYbhhCGAEHAocYQhhuGAJe/sJ3qal3A0B3qRkHEBEMMQoCBl5C/MBCXl5C/g0JQAoDCAHU/NIYGAGuGEIYbhgY/vkChxgYbhhCAAAAAAEAAP8ABwAGAABDAAAAFAcBBiImPQEhETMyFhQHAQYiJwEmNDY7AREhFRQGIicBJjQ3ATYyFh0BIREjIiY0NwE2MhcBFhQGKwERITU0NjIXAQcAE/8AEzQm/oCAGiYT/wATNBP/ABMmGoD+gCY0E/8AExMBABM0JgGAgBomEwEAEzQTAQATJhqAAYAmNBMBAAKaNBP/ABMmGoD+gCY0E/8AExMBABM0JgGAgBomEwEAEzQTAQATJhqAAYAmNBMBABMT/wATNCb+gIAaJhP/AAABAAD/gAQABYAAHQAAATYWFREUBicBJicRFAYrASImNRE0NjsBMhYVETY3A9MTGhoT/ToJBCYagBomJhqAGiYECQVzEwwa+kAaDBMCxgkK/VoaJiYaBYAaJiYa/VoKCQABAAD/gAcABYAAKwAAATYWFREUBicBJicRFAYnASYnERQGKwEiJjURNDY7ATIWFRE2NwE2FhURNjcG0xMaGhP9OgkEGhP9OgkEJhqAGiYmGoAaJgQJAsYTGgQJBXMTDBr6QBoMEwLGCQr9OhoMEwLGCQr9WhomJhoFgBomJhr9WgoJAsYTDBr9OgoJAAEAev+ABoAFgAAZAAABNhYVERQGJwEmJxEUBicBJjQ3ATYWFRE2NwZTExoaE/06CQQaE/06ExMCxhMaBAkFcxMMGvpAGgwTAsYJCv06GgwTAsYTNBMCxhMMGv06CgkAAAEAAP98BX8FhAALAAAJAQYmNRE0NhcBFhQFaPrQFyEhFwUwFwJh/R4NFBoFwBoUDf0eDSQAAAAAAgAA/4AGAAWAAA8AHwAAAREUBiMhIiY1ETQ2MyEyFgURFAYjISImNRE0NjMhMhYGACYa/gAaJiYaAgAaJvyAJhr+ABomJhoCABomBUD6gBomJhoFgBomJhr6gBomJhoFgBomJgAAAAABAAD/gAYABYAADwAAAREUBiMhIiY1ETQ2MyEyFgYAJhr6gBomJhoFgBomBUD6gBomJhoFgBomJgAAAAABAAD/gAYGBYAAGQAAFwYmNRE0NhcBFhcRNDYXARYUBwEGJjURBgctExoaEwLGCQQaEwLGExP9OhMaBAlzEwwaBcAaDBP9OgkKAsYaDBP9OhM0E/06EwwaAsYKCQAAAAABAAD/gAcABYAAKwAAFwYmNRE0NhcBFhcRNDYXARYXETQ2OwEyFhURFAYrASImNREGBwEGJjURBgctExoaEwLGCQQaEwLGCQQmGoAaJiYagBomBAn9OhMaBAlzEwwaBcAaDBP9OgkKAsYaDBP9OgkKAqYaJiYa+oAaJiYaAqYKCf06EwwaAsYKCQAAAAEAAP+ABAAFgAAdAAAXBiY1ETQ2FwEWFxE0NjsBMhYVERQGKwEiJjURBgctExoaEwLGCQQmGoAaJiYagBomBAlzEwwaBcAaDBP9OgkKAqYaJiYa+oAaJiYaAqYKCQAAAAIAAQAABgEFBgALABsAABMBNjIXARYGIyEiJgEhIiY1ETQ2MyEyFhURFAYOAsYTNBMCxhMMGvpAGgwFxvqAGiYmGgWAGiYmAi0CxhMT/ToTGhr95iYaAQAaJiYa/wAaJgAAAAABAJr/mgSmBeYAFAAACQIWFA8BBiInASY0NwE2Mh8BFhQEk/3tAhMTE6YTNBP9GhMTAuYTNBOmEwTT/e397RM0E6YTEwLmEzQTAuYTE6YTNAAAAAABAFr/mgRmBeYAFAAACQEGIi8BJjQ3CQEmND8BNjIXARYUBFP9GhM0E6YTEwIT/e0TE6YTNBMC5hMCk/0aExOmEzQTAhMCExM0E6YTE/0aEzQAAAACAAD/gAYABYAAIwAvAAABNTQmIyERNCYrASIGFREhIgYdARQWMyERFBY7ATI2NREhMjYAEAIEICQCEBIkIAQEwCYa/wAmGoAaJv8AGiYmGgEAJhqAGiYBABomAUDO/p/+Xv6fzs4BYQGiAWECQIAaJgEAGiYmGv8AJhqAGib/ABomJhoBACYBK/5e/p/OzgFhAaIBYc7OAAIAAP+ABgAFgAAPABsAAAE1NCYjISIGHQEUFjMhMjYAEAIEICQCEBIkIAQEwCYa/QAaJiYaAwAaJgFAzv6f/l7+n87OAWEBogFhAkCAGiYmGoAaJiYBK/5e/p/OzgFhAaIBYc7OAAAAAgAA/4AGAAWAACsANwAAATQvATc2NTQvASYjIg8BJyYjIg8BBhUUHwEHBhUUHwEWMzI/ARcWMzI/ATYAEAIEICQCEBIkIAQEfRO1tRMTWhMbGhO1tRMaGxNaExO1tRMTWhMbGhO1tRMaGxNaEwGDzv6f/l7+n87OAWEBogFhAZ4aE7W1ExobE1oTE7W1ExNaExsaE7W1ExobE1oTE7W1ExNaEwHO/l7+n87OAWEBogFhzs4AAgAA/4AGAAWAABcAIwAAATQvASYiBwEnJiIPAQYVFBcBFjMyNwE+ARACBCAkAhASJCAEBQQSWxM0E/5o4hM0E1sSEgFqExobEwIfEvzO/p/+Xv6fzs4BYQGiAWEDIhwSWhMT/mniExNaEhwbEv6WExMCHxJK/l7+n87OAWEBogFhzs4AAwAA/4AGAAWAAA8AOgBGAAAlNTQmKwEiBh0BFBY7ATI2ATQuASMiBwYfARYzMjc2NzYzMhYVFAYHDgEdARQWOwEyNjU0Njc+BCQQAgQgJAIQEiQgBAOAEg7ADhISDsAOEgEAb6ZX84APF4QHDBAJNSEiNDBLKDA/aRIOwA4SKyEgIjofGQGAzv6f/l7+n87OAWEBogFhoMAOEhIOwA4SEgKuWJZS1RgSZAYMRBgYNCEmLhYcdUMkDhISDhM9ExIVMS9KPf5e/p/OzgFhAaIBYc7OAAADAAD/gAYABYAAHgAuADoAACU1NCYrARE0JiMhIgYdARQWOwERIyIGHQEUFjMhMjYDNTQmKwEiBh0BFBY7ATI2BBACBCAkAhASJCAEBAASDmASDv7ADhISDmBgDhISDgHADhKAEg7ADhISDsAOEgKAzv6f/l7+n87OAWEBogFhoKAOEgIADhISDqAOEv7AEg6gDhISA46gDhISDqAOEhLB/l7+n87OAWEBogFhzs4AAAIAAP+ABgAFgAAvAF8AAAEjIiY9ATQ2OwEuAScVFAYrASImPQEOAQczMhYdARQGKwEeARc1NDY7ATIWHQE+AQEVFAYrAQ4BBxUUBisBIiY9AS4BJyMiJj0BNDY7AT4BNzU0NjsBMhYdAR4BFzMyFgStbRomJhptIKFsJhqAGiZsoSBtGiYmGm0goWwmGoAaJmyhAXMmGo8l66EmGoAaJqHrJY8aJiYajyXroSYagBomoesljxomAgAmGoAaJmyhIG0aJiYabSChbCYagBombKEgbRomJhptIKEBLIAaJqHrJY8aJiYajyXroSYagBomoesljxomJhqPJeuhJgAAAAADAAD/gAYABYAAIwAvADsAAAEHBiIvAQcGIi8BJjQ/AScmND8BNjIfATc2Mh8BFhQPARcWFDYQLgEgDgEQHgEgNgAQAgQgJAIQEiQgBARJkgoaComJChoKkgoKiYkKCpIKGgqJiQoaCpIKComJCs2S+v7Y+pKS+gEo+gFyzv6f/l7+n87OAWEBogFhAcmSCgqJiQoKkgoaComJChoKkgoKiYkKCpIKGgqJiQoaGQEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgAAAAADAAD/gAYABYAAFAAgACwAAAkBBiInASY0PwE2Mh8BATYyHwEWFBYQLgEgDgEQHgEgNgAQAgQgJAIQEiQgBAST/loTNBP+2hMTZhM0E5MBExM0E2YTepL6/tj6kpL6ASj6AXLO/p/+Xv6fzs4BYQGiAWEC0/5aExMBJhM0E2YTE5MBExMTZhM0+gEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgAAAAADAAD/gAYABYUACQASACIAAAE0JwEWMzI+AgUBJiMiDgEVFAAQAgYEICQmAhASNiQgBBYFIFf9Domgb8mSVvwZAvOHpZT6kgUges3+4/7I/uPNenrNAR0BOAEdzQKDoYb9D1lXksu8AvJbkvyUogE//sb+4s56es4BHgE6AR3OenrOAAABAED/NQYABUsAIAAAARUUBiMhARYUDwEGIyInASY1NDcBNjMyHwEWFAcBITIWBgBBNP1AASUmJkslNTQn/XUlJQKLJjU0JksmJv7bAsA0QQKAgDVL/tokbCRMJSUCjCU1NCcCiiYmSiZqJv7bSwAAAQAA/zUFwAVLACAAAAEUBwEGIyIvASY0NwEhIiY9ATQ2MyEBJjQ/ATYzMhcBFgXAJf11JzQzJ0smJgEl/UA0QUE0AsD+2yYmSyY0NSYCiyUCQDYl/XUlJUsmaiYBJUs1gDVLASYkbCRLJib9dSMAAAEANf+ABksFQAAhAAABFA8BBiMiJwERFAYrASImNREBBiIvASY1NDcBNjMyFwEWBkslSyY1NiT+2ks1gDVL/tokbCRLJiYCiyM3NiUCiyUCNTMnSyYmASX9QDRBQTQCwP7bJiZLJjQ1JgKLJSX9dScAAAAAAQA1/7UGSwWAACIAAAEUBwEGIyInASY1ND8BNjMyFwERNDY7ATIWFREBNjMyHwEWBksl/XUnNDUl/XUmJkonNDUlASZMNIA0TAEmJTU0J0slAsA1Jf10JSUCjCQ2NSZLJSX+2gLANExMNP1AASYlJUsnAAABAAD/gAcABcAALAAAABQHAQYiJjURIyIOBRUUFxQWFRQGIyInLgInAjU0NxIhMxE0NjIXAQcAE/4AEzQm4GKbmXFiPiMFBREPEAwHDA8DfzWiAsngJjQTAgADmjQT/gATJhoBAAwfNlV1oGU3RAYjCQ8UEQkaIgcBHabHhgGTAQAaJhP+AAAAAgAA/4AGAAWAABcALwAAABQHARcWFAYjISImNRE0NjIfAQE2Mh8BAREUBiIvAQEGIi8BJjQ3AScmNDYzITIWAvMK/rSQEyYa/kAaJiY0E5ABTAoaCnIDFyY0E5D+tAoaCnIKCgFMkBMmGgHAGiYB7RoK/rSQEzQmJhoBwBomE5ABTAoKcgNJ/kAaJhOQ/rQKCnIKGgoBTJATNCYmAAAAAAIADf+NBfMFcwAXAC8AAAERFAYiLwEBBiIvASY0NwEnJjQ2MyEyFgAUBwEXFhQGIyEiJjURNDYyHwEBNjIfAQMAJjQTkP60ChoKcgoKAUyQEyYaAcAaJgLzCv60kBMmGv5AGiYmNBOQAUwKGgpyAkD+QBomE5D+tAoKcgoaCgFMkBM0JiYCkxoK/rSQEzQmJhoBwBomE5ABTAoKcgAAAAABAAAAAAWABYAAIwAAARUUBiMhERQGKwEiJjURISImPQE0NjMhETQ2OwEyFhURITIWBYA4KP5gOCjAKDj+YCg4OCgBoDgowCg4AaAoOAMgwCg4/mAoODgoAaA4KMAoOAGgKDg4KP5gOAAAAAABAAACAAWAA4AADwAAARUUBiMhIiY9ATQ2MyEyFgWAOCj7QCg4OCgEwCg4AyDAKDg4KMAoODgAAAEAev+ABgYFgAA1AAABHgEPAQ4BJyURFAYrASImNREFBiYvASY2Ny0BLgE/AT4BFwURNDY7ATIWFRElNhYfARYGBwUFyi4bGkAaZy7+9kw0gDRM/vYuZxpAGhsuAQr+9i4bGkAaZy4BCkw0gDRMAQouZxpAGhsu/vYB5hpnLm4uGxqZ/s00TEw0ATOZGhsubi5nGpqaGmcubi4bGpkBMzRMTDT+zZkaGy5uLmcamgAAAwAA/4AGAAWAAAsAGwAtAAAAIAQSEAIEICQCEBIBNTQmKwEiBh0BFBY7ATI2AxM0JyYrASIHBhUTFBY7ATI2Ai8BogFhzs7+n/5e/p/OzgKyEg3ADRQUDcANEgISCgoO3A4KChEUDrkOEwWAzv6f/l7+n87OAWEBogFh++++DhMUDb4NFBMBZgJtDAYICAYM/ZMKDw8AAAAEAAAAAAYABUAADQAWAB8ASgAAJTURNSEVERUUFjsBMjYBMycmIyIGFBYkNCYjIg8BMzIFERQGKwERFAYjISImNREjIiY1ETQ2MyEiJjQ2MzIfATc2MzIWFAYjITIWA6D+wCQcwBwk/jjDfhorKDg4Atg4KCsafcIoAbASDmA4KPvAKDhgDhISDgG4XYODXWs9gIA9a12Dg10BuA4StDgB1MDA/iw4GRsbA2WhHzhQODhQOB+hoP7ADhL+YCg4OCgBoBIOAUAOEoO6g02lpU2DuoMSAAIAAAAABwAFgAAVAE4AAAA0JiMiBAYHBhUUFjMyNz4BNzYkMzIBFAcGAAcGIyInLgEjIg4CIyImJy4DNTQ+AjU0JicmNTQ+Ajc+BDc+BDMyHgIFACYarP7c43oTJhoYFRteFIkBB7YaAiYULv7r29bglIoPkhcQLys+HSspGQIIAwM+Sj4cAglXl75tN7SzspUnCicUIicYJz8gEAMmNCZjqYcVGBomExheE3xoAQZfYuD+wm1sLwVKQExAIyoEDgYNByNNNjoTBEQKMzVz0p93JBIPAwknJQonERcJXIR0AAAAAAIAAP8ABYAGAAAPADMAAAUVFAYjISImPQE0NjMhMhYBFA4FFRQXJxcuBDU0PgU1NCcXJx4EBYATDfrADRMTDQVADRP/ADFPYGBPMUMEAVqMiVo3MU9gYE8xQgMBWoyJWjegQA0TEw1ADRMTBBNOhF1TSEhbM2CAAQEpVHSBrGJOhF1TSEhbM16CAQEpVHSBrAAAAAADAAAAAAcABIAAEQAhADEAAAEmJxYVFAAgADU0NwYHFgQgJAA0JiMiBhUUFjI2NTQ2MzIAFAcGACAAJyY0NzYAIAAXBoCY5T3++f6O/vk95ZiFAZEB1AGR/bUcFH2zHCgcelYUA2wUjP4n/fL+J4wUFIwB2QIOAdmMAkDsdWh5uf75AQe5eWh17M3z8wI5KByzfRQcHBRWev7SRCPm/usBFuUjRCPlARb+6uUABQAA/6AHAATgAAkAGQA9AEMAVQAAJTcuATU0NwYHEgA0JiMiBhUUFjI2NTQ2MzIlFAcGAA8BBiMiJyY1NDcuAScmNDc2ACEyFzc2MzIeAxcWExQGBwEWBBQHBgcGBCM3NiQ3Jic3HgEXAitOV2I95ZinAokcFH2zHCgcelYUAYcBav5caTEKEgx6ECyP8VgUFJkBxgENWVs2ChIFGiQeIQMQJZ6CARgIAcAUJ0aW/nXeStQBaXlzpz9frznJjT/Aa3lodez+/gJuKByzfRQcHBRWeu8HAr39DLxZEEYKEgxLQdiJH0wf6wEQEWEQDBMSEwIK/jCL5TIB9i2ERiJAUay+hBLuvLNzcECyXwAAAAADABD/gAbwBgAADwAhADMAACU1NCYrASIGHQEUFjsBMjYDEzQnJisBIgcGFRMUFjsBMjYDARYHDgEjISImJyY3AT4BMhYEABMNwA0TEw3ADRMCEgoNC9wLDQoRFA65DhMNAwAjJRE7IvoAIjsRJSMDABE8Rjyhvg4TEw6+DhMTAYQBywwHCwsHDv43Cg0NA7D6gD8/HSIiHT8/BYAfJCQAAQAAAAAFbAVsADIAAAEWBg8BExYPAQYjIicmJwkBFxYPAQYrASYvAiYnJj8BNjMyHwEJASYnJj8BNhcFNz4BBWAsQEyhoAURgAcMBAMPBv7p/v01BQ1gCQ4CDwm9/AsCAQpgCQ4GAsIBA/4EDgMCC4AOEAKZoEzABWA0wEyh/UgTDmAGAQMNAfz+/cIRDmAJAgv8vQcQDQxhCQE1AQMBFwgQEAuADQWfoExAAA8AAP8ABoAGAAADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwAAFyERIQEhESElIREhASERISUhESEBIREhASERIQEhESElIREhARE0JisBIgYVERQWOwEyNgEhESElIREhASERITcRNCYrASIGFREUFjsBMjYlERQGIyEiJjURNDY7ATU0NjsBMhYdASE1NDY7ATIWHQEzMhaAASD+4AFgAUD+wP6gASD+4AFgAUD+wP6gASD+4ALgAUD+wP6AAUD+wAMAASD+4P6AAUD+wP6gEw1ADRMTDUANEwLgASD+4P6AAUD+wAGAASD+4CATDUANExMNQA0TAYBMNPqANExMNIBeQkBCXgGAXkJAQl6ANEyAASD+4AEgQAFA/sABQEABIPwAASABwAEg/AABIEABQAIgASANExMN/uANExP8rQFAQAEg/uABIMABIA0TEw3+4A0TE037ADRMTDQFADRMYEJeXkJgYEJeXkJgTAAAAAMAAP+gBwAF4AASADcAcQAAAQYHLgQrASImPQE0NjsBMgAUBwEGIyImPQEiDgEuBic2Nx4EMyE1NDYzMhcBEhQHAQYjIiY9ASEiDgIHBgcOBisBIiY9ATQ2OwEyPgI3Njc+BjMhNTQ2MzIXAQKaPE0WHjMzSyzgDhISDuD6BQYJ/sAJDg0TIGo4WjRMMkI0Ohs7TRYeMzNLLAEAEg4MDAE/CQn+wAkODRP/ADBOPCoYIC4dKUM9V114ROAOEhIO4DBOPCoYIC4dKUM9V114RAEAEg4MDAE/BB9ctS03SCkdEg7ADhL8DhwJ/sAJEw3AAQEDBw4XIi49J120LTdIKR3ADhIK/sEDdxwJ/sAJEw3AHjw/Lj5tQlp4UFYzIRIOwA4SHjw/Lj5tQlp4UFYzIcAOEgr+wQAAAAEAAP8ABwAFAAAmAAAAEAIEIyInBgUGBwYmJzUmNiY+Ajc+BTcmAjU0PgEkMzIEBwDw/mT0RkvG/voxQREbBAMFAQoCDAIHMBUpGB4LnbWO8AFMtvQBnAMu/qT+2asIr0MOCAIWEgEEEAQPAw4CCDUXOC5IKFkBBpaC7axlqwAAAwAA/4AGAAWAACMAMwBDAAABFRQCBCAkAj0BNDYzITIWHQEUHgMyPgM9ATQ2MyEyFgERFAYjISImNRE0NjMhMhYFERQGIyEiJjURNDYzITIWBgDF/qH+SP6hxSYaAYAaJi88Ui4qLlI8LyYaAYAaJvwAJhr+gBomJhoBgBomBAAmGv6AGiYmGgGAGiYCwIDJ/r61tQFCyYAaJiYagDRMJhYEBBYmTDSAGiYmAmb+gBomJhoBgBomJhr+gBomJhoBgBomJgAAAAABAFoAFQamBCAAFAAAJQcGIicJAQYiLwEmNDcBNjIXARYUBpOmEzQT/e397RM0E6YTEwLmEzQTAuYTzaUTEwIT/e0TE6UTNRMC5RMT/RsTNQAAAAABAFr/4AamA+sAFAAACQEGIicBJjQ/ATYyFwkBNjIfARYUBpP9GhM0E/0aExOmEzQTAhMCExM0E6YTAtj9GxMTAuUTNROlExP97QITExOlEzUAAAACAAAAAAeABIAAJQBLAAAlFAYjISIuAzwBPQERIyImNTQ3ATYyFwEWFRQGKwERITIfARYBFAcBBiInASY1NDY7AREhIi8BJjU0NjMhMh4DHAEdAREzMhYFABMN/EAICwcEAsAaJg8BQBM8EwFADyYawAJAEAmgBwKAD/7AFDoU/sAPJhrA/cAQCaAHEw0DwAgLBwQCwBomIA0TBAoGEQYUAaABoCYaGBEBgBYW/oARGBom/oALwAoBlRgR/oAXFwGAERgaJgGADMAJCw0TBAoGEQYUAaD+YCYAAAAAAwAA/4AGgAUAAAcADwA6AAAkFAYiJjQ2MgQUBiImNDYyExEUBgcFFhUUByEyFhQGIyEiJjU0PgI3AyMiJjQ2MyEyHgQXITIWAoBMaExMaAPMTGhMTGjMIRj77A0YA5gaJiYa/AAaJhAQGwKxzBomJhoBABAZDgwEBwEEsRomNGhMTGhMTGhMTGhMA8D+ABglA3o8ChAwJjQmJhoLKR8xBQM3JjQmDRIfFSYHJgAAAAABAAAAAAaABYAAFAAAAREUBiMhIiY1ETQ2MyEyFh0BITIWBoCEXPtAXISEXAFAXIQCoFyEA6D9QFyEhFwDwFyEhFwghAAAAAACAAAAAAdXBYAAEwAqAAABFAcBDgEjISImNTQ3AT4BMyEyFgEVISIGBwEHNCY1ETQ2MyEyFh0BITIWB1cf/rArm0L7wCI1HwFQK5tCBEAiNf6p/MBezj3+rwUBhFwBQFyEAiBchAJIHyP+dDNHGh4fIwGMM0caATqgX0j+dAYEEQQDwFyEhFwghAAAAAEAQP8AAsAGAAAfAAAAFAYrAREzMhYUBwEGIicBJjQ2OwERIyImNDcBNjIXAQLAJhqAgBomE/8AEzQT/wATJhqAgBomEwEAEzQTAQAE2jQm/AAmNBP/ABMTAQATNCYEACY0EwEAExP/AAAAAAEAAAFABwADwAAfAAAAFAcBBiImPQEhFRQGIicBJjQ3ATYyFh0BITU0NjIXAQcAE/8AEzQm/AAmNBP/ABMTAQATNCYEACY0EwEAApo0E/8AEyYagIAaJhMBABM0EwEAEyYagIAaJhP/AAAAAAUAAP+ACAAFgAADAAcADQARABUAAAERIREBESERARUhETMRAREhEQERIRECgP8AAoD/AAUA+ACABQD/AAKA/wACgP4AAgACAPwABAD7gIAGAPqAA4D9AAMAAYD7gASAAAIAAP+ABgAFgAAwAEAAAAEGBzY3BgcmIyIGFRQXLgEnBhUUFyYnFRQWFwYjIiceARcGIyInFjMyPgM1NCc2AREUBiMhIiY1ETQ2MyEyFgUAOEFEGUFFPVxXewWB4k8dWy81ZEkdFg0aFWtEdJEaGJSucMSMZTEBPwEqqXf8QHepqXcDwHepA54ZCShNJg1Ce1cdEwd0YTI4cj0BGQJLdQ4IBD9SAVoDXkd3m6lUEgktAQL8QHepqXcDwHepqQAAAAEAAP+ABgAFgAAkAAABMhYVERQGKwERMzcjNTQ2Mzc1JiMiBh0BIxUzESEiJjURNDYzBOB3qal3vMce5S9Eej9ziKPIyP3sd6mpdwWAqXf8QHepAlPolDg4Ac8JoJKr6P2tqXcDwHepAAAAAAcAAP+ABwAFgAAPABcAGwAjACcALgA+AAAANCYjIgYVFBYyNjU0NjMyNhQGIiY0NjIBITUhABAmIAYQFiABITUhAyE9ASEHISURFAYjISImNRE0NjMhMhYDoBIOQl4SHBI4KA7yltSWltT8lgYA+gAEgOH+wuHhAT784QGA/oCABgD8xED9fAaASzX6ADVLSzUGADVLArIcEl5CDhISDig4CNSWltSW/MKAAR8BPuHh/sLhBAKA/sB2ioCA+wA1S0s1BQA1S0sAAgAA/0gGkwWAABUARwAAADQmIgYVFBcmIyIGFBYyNjU0JxYzMgEUBiMiLgInBxcWFRQGIyInAQYjIiY1NBIkMzIWFRQHATcuAzU0NjMyFx4EA0BwoHATKSpQcHCgcBMpKlADw2IRCSciKwNg3BxOKigc/WGwvaPNvgEyoKPNgwFjYAMuIiBiEQ0KBlBUWTkDsKBwcFAqKRNwoHBwUCopE/4AEWIgIi4DYNwcKCpOHAKfg82joAEyvs2jvbD+nWADKyInCRFiCgZNUlpCAAAAAAYAAP8PB4AF8AAHABEAGwB/AL0A+wAAADQmIgYUFjIBNCYiBhUUFjI2ETQmIgYVFBYyNgEVFAYPAQYHFhcWFRQHDgEjIi8BBgcGBwYrASImLwEmJwcGIyInJjU0Nz4BNyYvAS4BPQE0Nj8BNjcmJyY1NDc+ATMyHwE2NzY3NjsBMhYfARYXNzYzMhcWFRQHDgEHFh8BHgEBFRQHBgcWFRQHBiMiJicGIicOASMiJyY1NDcmJyY9ATQ3NjcmNTQ3PgIzMhYXNjIXNj8BMhcWFRQHFhcWERUUBwYHFhUUBwYjIiYnBiInDgEjIicmNTQ3JicmPQE0NzY3JjU0Nz4CMzIWFzYyFzY/ATIXFhUUBxYXFgOAltSWltQDlkxoTEtqS0xoTEtqS/6ADgmbCxUiOAcHF3cTCwpzJSgLDAcXugsSARciKXYHDQsKkAcKPhAXDJgKDg4JmwsVIjgHBxZ4EwsKcyIrCwwHF7oLEgEXIil2CAwLCpAHDDwPFwuYCg4CgJUMEjMEegIITA4UFBQOTAgCegQzEgyVlQ0RMwQEPjgCCEwOFBQUMykGBHgEMxENlZUMEjMEegIITA4UFBQOTAgCegQzEgyVlQ0RMwQEPjgCCEwOFBQUMykGBHgEMxENlQIW1JaW1Jb/ADRMTDQ1S0sENTRMTDQ1S0v+kLkKEwEYIykwQwsJDAcedwdaEwxsLxgPCpkKFVkHCIUbCQoOThYsJhgBEQu5ChMBGCMpMEMLCQwIHnYHWhIObC4YDwqZChVZBwiFGwgLEEwWMCIXAhH94IwQDxsZcRkEA0deFQICFV5HAwQZcRkbDxCMEA8dF3EZBAMCJCBdFQICRykCRgMEGXEXHQ8D8IwQDxsZcRkEA0deFQICFV5HAwQZcRkbDxCMEA8dF3EZBAMCJCBdFQICRykCRgMEGXEXHQ8AAAAAAgAA/4AHAAUAACUATwAAABAGBCMiJwYHBgcjIiYnJjQ+BTc+BDcuATU0NiQgBAEUBgceBBceBhQHDgEnJicmJwYjICcWMzIkNz4BNTQnHgEFgLz+u79WWnyaJDIDCxMCAQEDAgUDBgEFJBAdFQp8jrwBRQF+AUUCPI58ChUdECQFAQYDBQIDAQEDFAwyJJp8Wlb+8ck6HqEBKHR9hheBlgOL/ursiRBYKAkHEA0DBwYGBAcDBwEGJhUlKBhI0neL7ImJ/Yl40UgYKCUVJgYBBwMHBAYGBwMOEAEHCShYEIQEWlRc8IZNS0fWAAADAAD/gAYABgAABwA8AG0AACQ0JiIGFBYyATQmIyE0NjU0JiMOAgcGBw4GKwERMzIeBBcWOwEyNTQnPgE0JzY1NCYnPgE3FAcWFRQHFhUUBxYGKwIiJicmIyEiJjURNDYzITY3Njc+Ajc2MzIeARUUBzMyFgEAJjQmJjQEpk4y/qBgQGAaGCUpFjcEJhksJCknECAgDSUdLxcwBdODecAFHiMSNRQPICuAMQkmAzwBrI0kXWC7e3QW/uA1S0s1ARIkZToxGBcmKyczVIZGMLBomKY0JiY0JgKAM006yztiXhp2hSsXRAUyIDUjJBL9gAYHDwgRAkmnGh4QSUogMkUZPREBXCRZSiEkTUMVFmVNi6EtKyhLNQKANUsYg0s1GXmEKiVBinVdY5gAAAADAAD/AAYABYAABwA+AHEAAAA0JiIGFBYyATQmJz4BNTQnNjU0Jic2NTQmKwEiBw4FKwERMzIeBRcWFx4CFzI2NTQmNSEyNjcUBisBFhUUBw4BIyInLgMnJicmJyEiJjURNDYzITI3PgE7ATIWBxUWFRQHFhUUBxYBACY0JiY0BKYrIA8UNRIjHgViV4CD0wUwFy8dJQ0gIBAnKSQsGSYENxYpJRgaYEBgAWAyToCYaLAwIyOGVDMnIigLGBMwO2Uk/u41S0s1ASAWdIC+aXCMrQE8AyYJMQQmNCYmNCb+ACNcARE9GUUyHyYlSRAeGlVSSQIRCA8HBv2AEiQjNSAyBUQXK4V2Gl5iO8s6TTJnmGNddkRFQSUhYlNWFTJNgxhLNQKANUsoLCyeiQVNZRYVQ00kIUkAAAABAAD/rQNABeAAEgAAAREFBiMiJjU0NxMBJjU0NyUTNgNA/j8WEhUVAlb+lBk4AfbhEwXg+sXsDB0VBg4B9AFiGxUlCUkBxykAAAAAAgAA/4AHAAWAABwAOQAAATQuAyIOAgcGIicuAyIOAxUUFwkBNjcUBwEGIicBLgQ1NDYzMh4CFz4DMzIWBoArQ2BcaHhlSBgSPhIYSGV4aFxgQyu7AkUCRLyA5f2REjQS/ZAKI0w8L/7gPoFvUCQkUG+BPuD+A6xRfEkuEDNNQxwWFhxDTTMQLkl8Uai7/dACL7yo3eX9qBISAloIJF9kjkPc+CtJQCQkQEkr+AAAAAACAAAAAAYgBQAAKABAAAAlFBYOAiMhIiY1ETQ2MyEyFhUUFg4CIyEiBhURFBYzIToCHgMAFAcBBiImNREhIiY1ETQ2MyERNDYyFwECgAIBBQ8N/sB3qal3AUANEwIBBQ8N/sBCXl5CASABFAYRBgoEA6AT/eATNCb+QBomJhoBwCY0EwIgYAQgFRoNqXcCwHepEw0EIBUaDV5C/UBCXgIEBwsCMjQT/eATJhoBICYaAYAaJgEgGiYT/eAAAAQAAP+ABgAFgAADAA8AJQA1AAA3MxEjNy4BIgYVFBY7ATI2ATMRNCYjIgczNSMWAzMRNDc+ATMyFQERFAYjISImNRE0NjMhMhbt5+f2AUZ0SUc5ATtIAknnkniISQLnAwPnBw88LHQB1Kl3/EB3qal3A8B3qXoCttY0REQ0M0VF/KcBjpqedWVC/YwBhCYSIzGdAnP8QHepqXcDwHepqQACAAD/AASABYAACwAuAAABETQmIgYVERQWMjYBFAYjIQMOASsBIicDISImNTQ2MxEiJjQ2MyEyFhQGIxEyFgHgEhwSEhwSAqAmGv5TMwIRDAEbBUz+bBomnWM0TEw0AoA0TEw0Y50CoAHADhISDv5ADhIS/q4aJv4dDBEbAeUmGnvFAgBMaExMaEz+AMUAAAACAAAAAAcABgAAJwA/AAABERQGIyEiJjURNDYzITIWHQEUBiMhIgYVERQWMyEyNjURNDY7ATIWAREUBiIvAQEGIi8BJjQ3AScmNDYzITIWBYCpd/zAd6mpdwLADhISDv1AQl5eQgNAQl4SDkAOEgGAJjQTsP10ChoKcgoKAoywEyYaAgAaJgJg/sB3qal3A0B3qRIOQA4SXkL8wEJeXkIBQA4SEgNS/gAaJhOw/XQKCnIKGgoCjLATNCYmAAIAAAAABgAFAAAXAEAAAAAUBwEGIiY1ESEiJjURNDYzIRE0NjIXCQERFAYjISImNTQmPgIzITI2NRE0JiMhKgIuAzU0Jj4CMyEyFgSgE/3gEzQm/kAaJiYaAcAmNBMCIAFzqXf+wA0TAgEFDw0BQEJeXkL+4AEUBhEGCgQCAQUPDQFAd6kCmjQT/eATJhoBICYaAYAaJgEgGiYT/eABM/1Ad6kTDQQgFRoNXkICwEJeAgQHCwgEIBUaDakAAwAA/4AGgAWAAAYADQBJAAABJjUhFRQWJTUhFAc+ATcVFA4CBwYHDgEVFBYzMhYdARQGIyEiJj0BNDYzMjY1NCYnJicuAz0BNDYzITU0NjMhMhYdASEyFgHKSv8AvQTD/wBKjb2AU43NcSo1Jh09Q0t1Eg78wA4SdUtDPR0mNSpxzY1TOCgBIF5CAkBCXgEgKDgCjaLRYE6o9mDRoh2ozoBHkHRPBTYpIk0zNkpbRUAOEhIOQEVbSjYzTSIpNgVPdJBHgCg4YEJeXkJgOAAAAAkAAP+ABgAFgAAHAA8AFwAfACcALAAyAIEAkQAAATYnJgcGFxYnJgcGFxY3Nic2JyYHBhcWFzYmJyYGFxYXNicmBwYXHgE0IyIUNyYGFxY2ATQAIAAVFBIXFjY1NCcOAi4BJyYnLgM2MzIeARceATI2NzY3LgM1NDcmNzYWHwE2Mhc+AhcWBxYVFA4DBxYVFAYVFBY3NhIBERQGIyEiJjURNDYzITIWAgcEBwkFBAcJFwUHBgYHBQYvAgcHAQMHCBYCAQMGCAUGWwILCQQCCwkuDAo9AhYCAhQCgv7U/lj+1MSaEhEBBhM0LCsIFyICBQsDCw4GEioMECssIA4HGjFKSCc1GB0TRxkaOow6CyNMEx0YNRwrQD0mIwEREprEAQCpd/xAd6mpdwPAd6kBUAYHBwUGBwcuBwMECAgDBDEEBAIEBQMCEwEHAgcIBwZHBwQDBwcEAwQQEA8HBAcIBAFF1AEs/tTUp/71NAMQDDQrAQMBCR8aOw8BBQsIBwQbFhwcBwYvFgYZNWNGTzo+SgYbEBAREQcWHgZKPjpPOVc1JBAEH0AoYgIMEAM0AQsCh/xAd6mpdwPAd6mpAAQAAP+ABoAFwAAHAA8AJwA/AAAkNCYiBhQWMiQ0JiIGFBYyExEUBiMhIiY1ETQ2MyEeATMhMjY3ITIWAQYjIREUBiMhIiY1ESEiJyY3ATYyFwEWBQAmNCYmNAEmJjQmJjSmOCj6QCg4OCgBqxVjPQEAPWMVAasoOP67ESr/ACYa/wAaJv8AKhERHwHAEjYSAcAfJjQmJjQmJjQmJjQmASD+wCg4OCgBQCg4OEhIODgCYCj+QBomJhoBwCgnHgHAExP+QB4AAAAAAgAA/4AF/wWAADEAYwAAATQmJy4CNTQ2NTQnJiMiBiMiJiMiDgEHBgcOAhUUFhUUBhQWMzI2MzIWMzI3PgESNxQCBgcGIyImIyIGIyImNTQ2NTQmNTQ+Ajc2NzYzMhYzMjYzMhYVFAYVFB4CFx4BBX8OCwwKCAoKBAkTThQ86DsrZ0M4iUFgfzEZFhgWGGEZOeE5tWeB1XeAjPybfMo54jgYYRlJZRYZJEmAVk6awno85zoTTBRRSgoEAwwCEBICxiyLGx4cLRoXWxYlEgEJMBcYFjYxSenvgSigKRdXLB0WHyQt1wEUi6X+u/s3LB0db0kYWBcooSlv1c62QTs9TjAKZVQXWhcNGAkgBCidAAABAAAAAAWABYAATwAAARQGBwYHBiMiLgMnJicmACcmJy4ENTQ3Njc+ATMyFxYXHgIXHgIVFA4CFRQeAhceARceAzMyPgIzMh4BFx4CFxYXFgWAFAsVZV5cGzQ/H1AJYk1//u5PMCMDHgsSBzM4MhlXGw4HEiMLJiAPAx0OOUM5CgcVAUzEiQIiDhsJEjgyPBQOHSoEGTlGE0YGAwEoG1cZMjgzBxILHgMjME8BEn9NYglQHz80G1xeZRULFAMGRhNGORkEKh0OFDwyOBIJGw4iAonETAEVBwo5QzkOHQMPICYLIxIHAAAAAgAAAAAFgAWAAA8AHwAAASEiBhURFBYzITI2NRE0JhcRFAYjISImNRE0NjMhMhYEYPzAQl5eQgNAQl5e3ql3/MB3qal3A0B3qQUAXkL8wEJeXkIDQEJeoPzAd6mpdwNAd6mpAAIAAP+XBQAFgAAGACMAAAEhEQE3FwETMhceARURFAYHBiMiJwkBBiMiJy4BNRE0Njc2MwSA/AABp1lZAacMFxUhJychExkwI/5H/kckLxcVIScnIRUXBQD7JgGWVVX+agVaCQ04Ivr3IjgNCCABqP5YIQkNOCIFCSI4DQkAAAAAAgAA/4AGAAWAAEcAVwAAATQuBCcuAiMiDgIjIi4CJy4BJy4DNTQ+AjU0LgEnLgUjIgcOARUUHgQXFgAXHgUzMjY3NgERFAYjISImNRE0NjMhMhYFAAQgMS4tBgUcFgoPKyQpDQcTDBYDY444Ag0GBykxKQoUAwMYGhsXCgswNS5EBQUNBxICPAE5pAYwEikZJBA5kxUWAQCpd/xAd6mpdwPAd6kBVwsKFxsaGAMDFAopMSkHBg0CN49jAxYMEwcNKSQrDwoWHAUGLS4xIAQWFZM5ECQZKRIwBqT+xzwCEgcNBQVELjUDOfxAd6mpdwPAd6mpAAEALAAABlQFAAAxAAABBgcWFRQCDgEEIyAnFjMyNy4BJxYzMjcuAT0BFhcuATU0NxYEFyY1NDYzMhc2NwYHNgZUQ18BTJvW/tKs/vHhIyvhsGmmHyEcKypwk0ROQk4seQFbxgi9hoxgbWAlaV0EaGJFDhyC/v3ut22RBIoCfWEFCxexdQQmAyyOU1hLlbMKJiSGvWYVOXM/CgAAAAEAX/+AA78GAAAUAAABESMiBh0BIQMjESERIxEhNTQ2MzIDv51WPAElJ/7+zv8A/9CtkwX0/vhISL3+2P0JAvcBKNq6zQAAAAgAAP+nBgAFgABUAFwAZABrAHMAegCCAIgAAAAgBBIVFAAHBiY1NDY1NCc+BDU0JzYnJgYPASYiBy4CBwYXBhUUHgMXBgcOASImJy4BLwEiBh4BHwEeAR8BHgM/ARQWFRQGJyYANTQSEzYnJgcGFxYXNicmBwYXFhc2JyYHBhYXNicmBwYXFhc2JyYGFxY3NAciFRQ3MjcmBwYWNgIvAaIBYc7+2+gbGgE0OVthQSlPJS0caicmXcZdEDVyHC0lTylAYVs5JwoVMEJBFxM7FBQVEAYMBwcWKwoKDT5IQxYXARob6P7bzlUDCgoDAwoJIwcJCgYHCQokCQkICQkSMggMDAgJDQxBAxAPCBEPQxEQERA6AhAQBCAFgM7+n9H7/m9NBRgSA5M9YS0GGDZPg1V3V1txCSgYGBoaCyAtCXFbV3dVglA2GAYkQwoKKykgKAQDCQ4OBQUKOBcXJi8NAQQEJmUEEhgFTQGR+9EBYfx/BwUDBQcFBhoFCwkGBQsKJgcMDQcFGiQICwwJCAsMEAsFBBYEBgcNAgsNAhULAgMYCAAAAAEAAAAABoAFgAAlAAABERQGKwEiJjURNCYiBh0BMzIWFREUBiMhIiY1ETQ2MyE1NAAgAAaAJhpAGiaW1JZgKDg4KPxAKDg4KAKgAQcBcgEHA8D/ABomJhoBAGqWlmrAOCj9wCg4OCgCQCg4wLkBB/75AAAABQAA/4AHgAWAAA8AGQAjACcAKwAAATIWFREUBiMhIiY1ETQ2MxUiBh0BITU0JiMRMjY1ESERFBYzNzUhFTM1IRUG4EJeXkL5wEJeXkINEwaAEw0NE/mAEw1gAQCAAYAFgF5C+0BCXl5CBMBCXoATDeDgDRP7ABMNAmD9oA0TgICAgIAAAwAAAAAFgAWAAAcAIQA9AAAAFAYiJjQ2MgEWBwYrASImJyYAJy4BPQE0NzY7ARYEFxYSBRYHBisBIiYnJgIAJCcuAT0BNDc2OwEMARcWEgGAcKBwcKACcAITEh2HGSQCFv675RkhFREaBaABJHFyhwINAhQSHI8aJQEMsv7j/n3XGSMUEhoDAQYB37q71gEQoHBwoHD+xRwUFSEZ5QFFFgIkGYcdEhENh3Jx/tyiGxQUIxnXAYMBHbINASUZjxwSEg3Wu7r+IQAFAAAAAAYABQAABwAPAB8AKQA/AAAAFAYiJjQ2MgQUBiImNDYyFxE0JiMhIgYVERQWMyEyNgEhAy4BIyEiBgcBERQGIyEiJjURNDcTPgEzITIWFxMWBBAvQi8vQgEvL0IvL0KfEw37QA0TEw0EwA0T+zIEnJ0EGA788g4YBASxXkL7QEJeEMURXDcDDjdcEcUQAWFCLy9CLy9CLy9CL/ABQA0TEw3+wA0TEwHtAeINEREN/X7+wEJeXkIBQBkyAl41QkI1/aIyAAIAAP+DBwAFgAAuADQAAAEyFhQGIxEUBiMAJQ4BFhcOAR4CFw4BJicuBDY3IyImPQE0NjMhIAEyFhUDEQAFEQQGgDVLSzVMNP5f/nU6QgQmFAYSMS8mHaWsLgctExsDChF6Ql5eQgHgAbMBzTRMgP52/ooBeQOAS2pL/oA0TAFbIRNeaychQTM7KR46MhsqF4E8dlRxNl5CwEJeAYBMNPwkA7r+0in+8ioAAAADAED/AAbABgAACwAZAEEAAAQ0IyImNTQiFRQWMwEhABE0LgIiDgIVEAEUBiMhFAYiJjUhIiY1PgQ1NBI3JjU0NjIWFRQHFhIVFB4DA5AQO1UgZ0n9dgUU/vYwWpm6mVowBMBMNP5AltSW/kA0TDJSWD0n6r4IOFA4CL7qJz1YUrAgVTsQEElnATABLAIUM2xiPz9ibDP97P7UNExqlpZqTDQqXJOq8ouYAQUcExQoODgoFBMc/vuYi/Kqk1wAAAABAAL/gAX+BX0ASQAAARcWBwYPARcWBwYvAQcGBwYjIi8BBwYnJi8BBwYnJj8BJyYnJj8BJyY3Nj8BJyY3Nh8BNzY3Nh8BNzYXFh8BNzYXFg8BFxYXFgcFYIoeCgwovDUMHx0pujAKKQwHHxSHhxwqKQowuikdHww1vCgMCh6Kih4KDCi8NQwfHSm6MAopKR2Hhx0pKQowuikdHww1vCgMCh4CgIccKikKMLopHR8MNbwoDAIWiooeCgspvDUMHx0pujAKKSoch4ccKikKMLopHR8MNbwpCgwfi4seCwopvDUMHx0pujAKKSocAAMAAP+ABwAFgAAHADUAaAAAJDQmIgYUFjIBNCYjITQ+AjU0JiMiBwYHBgcGBwYrAREzMh4BMzI1NCc+ATQnNjU0JichMjY3FAYrAQYHFhUUBxYGIyInJiMhIiY1ETQ2MyEyPgU3Njc+BDMyFhUUByEyFgEAJjQmJjQFpk4y/cAeJB5ZRxhCGA0oSEceRUcgIEi+xVG9BR4jEjUUDwFLNEyAl2mpBCEDPAGsjYW9pDv+4DVLSzUBIAoXGBUbDhgCQSMNKCIvPyZ9oxYBdmiYpjQmJjQmAoAzTRQ5NVMrQz2LLBVAUVEZOf2AQECnGh4QSUogMkUZPRFMNWmYPjkVFmVNi6FFO0s1AoA1SwkTERwPHANKNxVSPkAjhnpEPJgAAAMAAP+ABwAFgAA1AD0AcQAAJTMRIyIuAicmJyYnJicuBCMiBhUUHgIVISIGFRQWMyEOARUUFwYUFhcGFRQWMzI+ASQ0JiIGFBYyExEUBiMhIgcGIyImPwEmNTQ3JicjIiY1NDYzISY1NDYzMh4DFxYXHgYzITIWBWAgICNBPCgdCARIKA4YARMSFhUIR1keJB79wDJOTDQBSw8UNRIjHgRhV1TGvgFoJjQmJjSmSzX+4Dukvn+OsAEBPQMhBKlpl5hoAXYWo30mPy8iKA0jQQIYDhsVGBcKASA1S4ACgBgyKiEJBVFAFi4DJyEmFz1DK1M1ORRNMzRMET0ZRTIgSkkQGCBVUkBAJjQmJjQmAoD9gDVLO0WbjAVMZhYVOT6YaWeYPER6hiNAPlIVN0oDHA8cERMJSwAAAAMAAP8ABgAGAAAHADUAaAAABDQmIgYUFjITNCMiBy4BIgcmIyIGBxE0JiMiBhURIi4CIyIGFRQXFhcWFxYXFh0BITU0PgE3FAcGFREUBiMhIiY1ETQuBScmJy4ENTQ2MzIXETQ2MzIWHQEWFzYzMhc2FgUAJjQmJjSmpxoeEElKIDJFGT0RTDQzTRQ5NVMrQz2LLBVAUVEZOQKAQECARTtLNf2ANUsJExEcDxwDSjcVUj5AI4Z6RDyYZ2mYPjkVFmVNi6FaNCYmNCYDPL0FHiMSNRQPAUs0TE4y/cAeJB5ZRxhCGA0oSEceRUcgIEi+xVaFvaQ7/uA1S0s1ASAKFxgVGw4YAkEjDSgiLz8mfaMWAXZomJdpqQQhAzwBrAAAAAMAAP8ABgAGAAA0ADwAcAAAATQuAT0BIRUUDgIHBgcGBwYHDgQVFBYzMj4CMxEUFjMyNjURFjMyNxYyNjcWMzI2AjQmIgYUFjIBFAYvAQYjIicGBxUUBiMiJjURBiMiJjU0PgM3Njc+BjURNDYzITIWFREUFxYFgEBA/YAYMiohCQVRQBYuAychJhc9QytTNTkUTTM0TC45RTIgSkkQGCBVUoAmNCYmNAEmm4wFTGYWFTZBmGlnmDZKeYcjQD5SFTdKAxwPHBETCUs1AoA1SztFAkBUxr5IICAjQTwoHQgESCgOGAETEhYVCEdZHiQe/cAyTkw0AUsjNRIjHgRhAz00JiY0Jv1EjrABAT0DHgepaZeYaAF2FqN9Jj8vIigNI0ECGA4bFRgXCgEgNUtLNf7gO6S+AAAAAAIAAP+ABgAFgAAfACsAAAE1NCYjITc2NC8BJiIHAQcGFB8BARYyPwE2NC8BITI2ABACBCAkAhASJCAEBQAmGv4KvRMTWxI2Ev6WWxISWwFqEjYSWxISvQH2GiYBAM7+n/5e/p/OzgFhAaIBYQJAgBomvRM0E1sSEv6WWxI2Elv+lhISWxI2Er0mASv+Xv6fzs4BYQGiAWHOzgAAAAIAAP+ABgAFgAAfACsAAAA0LwEBJiIPAQYUHwEhIgYdARQWMyEHBhQfARYyNwE3JBACBCAkAhASJCAEBQUSW/6WEjYSWxISvf4KGiYmGgH2vRMTWxI2EgFqWwENzv6f/l7+n87OAWEBogFhAmU2ElsBahISWxI2Er0mGoAaJr0TNBNbEhIBalv+/l7+n87OAWEBogFhzs4AAgAA/4AGAAWAAB8AKwAAADQnAScmIg8BAQYUHwEWMj8BERQWOwEyNjURFxYyPwEkEAIEICQCEBIkIAQFBBL+llsSNhJb/pYSElsSNhK9JhqAGia9EzQTWwEOzv6f/l7+n87OAWEBogFhAmY2EgFqWxISW/6WEjYSWxISvf4KGiYmGgH2vRMTW/3+Xv6fzs4BYQGiAWHOzgACAAD/gAYABYAAHwArAAAANC8BJiIPARE0JisBIgYVEScmIg8BBhQXARcWMj8BAQAQAgQgJAIQEiQgBAUEElsSNhK9JhqAGia9EzQTWxISAWpbEjYSWwFqAQ7O/p/+Xv6fzs4BYQGiAWECZDYSWxISvQH2GiYmGv4KvRMTWxI2Ev6WWxISWwFqAP/+Xv6fzs4BYQGiAWHOzgAAAAADAAD/gAYABYAACwHYAhgAAAAgBBIQAgQgJAIQEgEOAQcyPgE3Njc2NzYXJjY3PgE/AQYmJxQHNCYGJy4CJy4BJy4DIg4BIyYOAgcOAQc2JyYHNiYnMy4CJy4BBwYeARUWBhUUFgcOAQcGFhcWDgIPAQYmJyYnJgcmJyYHNicmBz4BNTY3PgIjFjc+ATc2HgEzFjYnFicmJyYHBhcmDgEnLgEnIgc2Jic2Jy4BBw4BHgIXFgcOAgcGFgcuAScWLwEiBiYnJjc2Fy4BJwYHFjc+ATc2FzcWFyYHBgcWBy4CJyIHBgcWFx4CNxYHNhcWFxYHLgEHBhY3IgYUBxcGFjcGFxYXHgIXHgEXBhYHIgYjHgEXHgI3NicmJy4BJzIeAgcGHgIXHgEjMhYXHgEXHgMXHgEXFjI2NzYWFxY3Bh4CFx4BFzY3BhY3NjUGJzQuAjYzMjYmJy4BJwYmJxQGFSInPgE3PgMmBwYHDgIHBiYnLgE1ND4BJz4BNz4BFjY3JicmIxY2FxY3NCY3FjceARceAjY3FhcWFxY+ASYvATQ1Jy4BNjc+Ajc2JzI3Ii4BIzYnPgE3Fjc2Jz4BNxY2NDc+AT8BNiMWNzYnNiYnNhY3NicmAzY3LgEnJic2LgInLgMGIwcOAxcmJy4CBgcOAQcmNicmDgQHDgEHLgE1HgEXFgcGBwYXFAYXFAIvAaIBYc7O/p/+Xv6fzs4DRAIPBgIFBQEGEA4mIhECFwMDGAMCDAsBBgkOAgoKBgECDwIBAwMFBggHAQMGAwYCAwsDDxAKBgkDBwUBDxQDCDQHBQEHAQ0cBAMaAwUHBwIBBgUEAwsTBAcJFwYFJBkhBgYHDAMCAwkBDAcDIw8FDQQJChMFDgMJDAkEBAwPCAoBERAIAQkFCAgDHAoTGwcbBgUBCwoNAg4GAg0KAQMGBQUIAwcgCgQYEQUEBAEDBA4DLjAGBgUQAiIIBQ4GBxcUAgcCBA8OCBAGklkHBQQCAwoJBgErEwIDDQEQAQMHBwcFAQIDEQ0NIQYCAxIMBAQMCAIXAQEDAQMZAwECBAYCGg8CAwUCAggJBgEDCg4UAgYQCAkWBgUGAgINDBQDBRsICgwRBQ8cByQTAgULBwIFGgUGAQMUCA4fEgUDAgIECQIGAQEUAgUWBQMNAgEDAgEJBgILDBMHAQQGBgciBw0TBQEGAwwEAgUEBAEBAwMBBysGDwcFAgUYAxkFAwgDBwUKAgsIBwgBAQEBAQ8HCgoBDhEEFQYHBAEIBwEJBwUFBQkMCAcFHwMHAgMEFgIRAwMSDQoQAwwJAxECDxYRvc6RAxMDEgYBBwkQAwIKBAsGBwMDBQYCARUPBQwJCwYFAgEHDgUDDwkOBA0CAwYCAhMCBAMHExsCBBAQAQWAzv6f/l7+n87OAWEBogFh/sUBEQEKDAEHCAYGCBMCFgECBQUWARANAgYHAgQBAwkYAwUMBAIHBgUKCgIBAQUBAgIBBQYEAQQQBgQJCAIFCQQGCRMDBg4FBxENCBAECBUGAgQFAwICBRYPGQUICQ0NCQUBDg8DBhcCDQoBDwwEDwUYBQYBCgEYCAESBwIECQQEARcMCwEZAQ8IDgEMDwQCBQcJBwQEAQoEAQUEAgQUBAUZBAkDAQQCBwgMBAIDDQIPGgECAgkBDgcFEAkEAwYGDAYDDggBAVCOBwEBEAYGCAsBHBEECwcCDgMFGwEgJwQBDC0DAygIAQILCQYFIwYGHAkCBw4GAw4IAhQqGQQFFQQDBAQBBxUQFgIGGxUJCCQGBw0GCgICEQMEBQECIgQTCAENEgsDBhIGBAUIGAIDHQ8hAQkICQYHEgQIGAMJAggBCQIBAx0IBBANDAcBARMDDwgDAwIECCoQCiEREAIPAwEBAQQEAQIDAwkGCw0BEQUbEgMEAwIHAgMFDgooBAMCEQsHCAkJCAMSEwkBBQgEExAJBgQFCwMQAgwKCAgHBwYCCBAEBQgBCwQCDQsJBgcCAQECCgYF/IIkmQMDAgcBBwwGCgICCAMGAgEBAwMDAREFAQkFAgYFFAMFGQYGAwYLAgkDBBADBAUDCjINHxEZDxYEBxsIBgAAAwAV/xUGfgWAAAcAFQAvAAAkNCYiBhQWMgkBBiMiLwEmNTQ3AR4BARQHDgEjIgAQADMyFhcWFAcFFRc+AjMyFgGAJjQmJjQCqv1WJTU0J2omJgKpJ5cC3Bcv6425/vkBB7k6fywQEP7bwQWUewkPESY0JiY0JgHk/VYlJWwkNjUmAqlilwGMJ0OGpwEHAXIBByEeCyILqeBrA1tHFAAAAAYAAAAABwAFgAADAAcACwAbACsAOwAAJSE1IQEhNSEBITUhAREUBiMhIiY1ETQ2MyEyFhkBFAYjISImNRE0NjMhMhYZARQGIyEiJjURNDYzITIWBAACgP2A/oAEAPwAAoABgP6AAgAmGvmAGiYmGgaAGiYmGvmAGiYmGgaAGiYmGvmAGiYmGgaAGiaAgAGAgAGAgPxA/wAaJiYaAQAaJiYB5v8AGiYmGgEAGiYmAeb/ABomJhoBABomJgAAAQAF/4AFewUAABUAAAEWBwERFAcGIyInASY1EQEmNzYzITIFexEf/hMnDQwbEv8AE/4THxERKgUAKgTZKR3+E/0aKhEFEwEAExoB5gHtHSknAAAABAAAAAAHAAYAAAMAFwAbAC8AAAEhNSEBERQGIyEiJjURIRUUFjMhMjY9ASMVITUBESERNDYzITU0NjMhMhYdASEyFgKAAgD+AASAXkL6QEJeAqAmGgFAGiZg/wAEAPkAXkIBYDgoAkAoOAFgQl4FAID9AP4gQl5eQgHgoBomJhqggIAB4P6AAYBCXqAoODgooF4AAAEAAP+ABgAFgABHAAAJAjc2FxYVERQGIyEiJyY/AQkBFxYHBiMhIiY1ETQ3Nh8BCQEHBiMiJyY1ETQ2MyEyFxYPAQkBJyY3NjMhMhYVERQHBiMiJwUD/p0BY5AdKScmGv5AKhERH5D+nf6dkB8RESr+QBomKCcekAFj/p2QExoMDCgmGgHAKhERH5ABYwFjkB8RESoBwBomJw0MGhMD4/6d/p2QHxERKv5AGiYoJx6QAWP+nZAeJygmGgHAKhERH5ABYwFjkBMFESoBwBomKCcekP6dAWOQHicoJhr+QCoRBRMAAAYAAP8AB4AGAAARADEAOQBBAFMAWwAAAQYHIyImNRAzMh4BMzI3BhUUARQGIyEiJjU0PgUzMh4CMj4CMzIeBQAUBiImNDYyABAGICYQNiABFAYrASYnNjU0JxYzMj4BMzICFAYiJjQ2MgJRomeGUnB8Bkt4O0NCBQSAknn8lnmSBxUgNkZlPQpCUIaIhlBCCj1lRjYgFQf8AJbUlpbUA1bh/sLh4QE+AyFwUoZnolEFQkM7eEsGfICW1JaW1AKABXtRTgFhKisXJR2L/Q54i4t4NWV1ZF9DKCs1Kys1KyhDX2R1ZQUy1JaW1Jb+H/7C4eEBPuH9n05RewV1ix0lFysqAWrUlpbUlgAAAAADABD/kAZwBfAAIQBDAGkAAAE0LwEmIyIHHgQVFAYjIi4DJwYVFB8BFjMyPwE2ATQvASYjIg8BBhUUHwEWMzI3LgQ1NDYzMh4DFzYAFA8BBiMiLwEmNTQ3JwYjIi8BJjQ/ATYzMh8BFhUUBxc2MzIfAQWwHNAcKCoeAyALEwc4KA8ZGgwfAyEczhspKByTHP1BHM4cKCcdkxwc0BspKh4DIAsTBzgoDxkaDB8DIQN/VZNTeHlTzlNYWFZ6eFTQVFWTU3h5U85TWFhWenhU0AFAKBzQHCADHwwaGQ8oOAcTCyADHyooHM8bGpIcAugoHM8cG5IcJygc0BsfAx8MGhkPKDgHEwsgAx/94fBTklNVz1N4e1ZYWFTQVPBTklNVz1N4e1ZYWFTQAAEAAAAAB4AFgAAbAAABFAYjISIANTQ2NyY1NAAzMgQXNjMyFhUUBx4BB4Dhn/vAuf75jnQCASzUngEBO0ZgapYpgagBgJ/hAQe5hNs2HA/UASywjj6Waks/HtEAAgBz/4AGDQWAABcAIQAAJRYGIyEiJjcBESMiJjQ2MyEyFhQGKwERBQEhASc1ESMRFQX3OEVq+4BqRTgB90AaJiYaAgAaJiYaQP7s/vACyP7wFIBYWX9/WQMZAY8mNCYmNCb+cUT+UwGtHyUBj/5xJQAAAAAHAAH/gAcABQAABwBOAFwAagB4AIYAjAAAADIWFAYiJjQFARYHBg8BBiMiJwEHBgcWBw4BBwYjIicmNz4BNzYzMhc2PwEnJicGIyInLgEnJjY3NjMyFx4BFxYHFh8BATYzMh8BFhcWBwU2JicmIyIHBhYXFjMyAz4BJyYjIgcOARcWMzIBFzU0PwEnBw4BBw4BBx8BAScBFQcXFhceAR8BATcBBwYHA6Y0JiY0JgFsAfscAwUegA0QEQ79Tm4IBA4EB2JThJGIVloLB2JShJJTRAkNenoNCURTkoRSYgcFKStViZGEU2IHBA4ECG4Csg4REA2AHgUDHPtcLjJRXGRKJy4yUVxkSi5RMi4nSmRcUTIuJ0pkAQ5gIQ5PGgMOBQIEAddgAuCA/QCgCQIFBA4EGgNggP34sQILAoAmNCYmNBr+chQkIxBABwgBg0IEATEwTY01VE5Ue0yONVQfDQlJSQkNH1Q1jkw7bCdPVDSOTTAxAQRCAYMIB0AQIyQUiiqEMzskKoQzO/07M4QqJDszhCokAqA6CyQUCC8aAxAEAgMB6SACQED+UXFgCAIEBBAEGv7AQAGYigMEAAAFAAD/AAcABgAAHwAiACUAMwA8AAABMhYVERQGIyEiJjURISImNRE0NjcBPgEzITIWFRE2MwcBIQkBIRMBESERFAYjIREhETQ2AREhERQGIyERBqAoODgo/EAoOP3gKDgoHAGYHGAoAaAoOEQ8gP7VASv9gP7VASvEATz+gDgo/mACACgD2P6AOCj+YASAOCj7QCg4OCgBIDgoAqAoYBwBmBwoOCj+uCjV/tUCq/7V/qQBPAGg/mAoOP2AAQAoYPz4BID+YCg4/YAAAAABAAT/hAV8BXwAPwAAJRQGIyInASY1NDYzMhcBFhUUBiMiJwEmIyIGFRQXARYzMjY1NCcBJiMiBhUUFwEWFRQGIyInASY1NDYzMhcBFgV8nnWHZPz3cdyfnnMCXQo9EA0K/aJPZmqSTAMIP1JAVD/9uxoiHSYZAZoKPhAMCv5mP3JSWD0CRWSXdZ5kAwhznJ/ecf2iCgwQPQoCX02WamlM/Pc/VEBSPwJFGCYdIBv+ZgoMED4KAZo9WFJyP/27YgAEAAD/gAYABYAAAwAhADEARQAAKQERIQEzETQmJwEuASMRFAYjISImNREjETMRNDYzITIWFQERNCYrASIGFREUFjsBMjYFERQGIyEiJjURNDYzITIWFwEeAQGAAwD9AAOAgBQK/ucKMA84KP3AKDiAgDgoA0AoOP6AEw3ADRMTDcANEwKAOCj6wCg4OCgDoChgHAEYHCgBgP6AA4AOMQoBGQoU/mAoODgoAaD7AAGgKDg4KAIAAUANExMN/sANExMT/GAoODgoBUAoOCgc/ugcYAAAAAEAAP+ABgAFgAAPAAABERQGIyEiJjURNDYzITIWBgCpd/xAd6mpdwPAd6kEYPxAd6mpdwPAd6mpAAAAAAMAAAAABgAFAAAPAB8ALwAAJRUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWBgAmGvqAGiYmGgWAGiYmGvqAGiYmGgWAGiYmGvqAGiYmGgWAGibAgBomJhqAGiYmAeaAGiYmGoAaJiYB5oAaJiYagBomJgAGAAD/wAcABUAABwAPAB8AJwA3AEcAACQUBiImNDYyEhQGIiY0NjIBFRQGIyEiJj0BNDYzITIWABQGIiY0NjIBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgGAcKBwcKBwcKBwcKAF8BMN+0ANExMNBMANE/qAcKBwcKAF8BMN+0ANExMNBMANExMN+0ANExMNBMANE9CgcHCgcAGQoHBwoHD9oMANExMNwA0TEwPjoHBwoHD9oMANExMNwA0TEwHzwA0TEw3ADRMTAAAAAAYAD/8ABwAF9wAeADwATABcAGwAfAAABRQGIyInNxYzMjY1NAcnPgI3NSIGIxUjNSEVBx4BExUhJjU0PgM1NCYjIgcnPgEzMhYVFA4CBzM1ARUUBiMhIiY9ATQ2MyEyFgEVITUzNDY9ASMGByc3MxEBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgF9bVFqQjkxOR0raRoIMSQTEEEQagFNXzM8Av6WBi9CQi8dGS4jVRhfOklkRFJFAX8F6hMN+0ANExIOBMANE/qA/rFrAQIIKkeIagXsEw37QA0TEg4EwA0TEw37QA0TEw0EwA0TVFBcQlgtHRxACDgKQykSAQI1mFhzDEoCQJ8kEjNUNCssFxkbOjszOVNHMlMuNxk8/sHADRMTDcAOEhMDdmNjKaEpDBElTH/+bP59wA0TEw3ADhITAfPADRMTDcANExMAAAAAAwAA/4AHAAWAAA8ANQBlAAABMhYdARQGIyEiJj0BNDYzJSYnJjU0NzYhMhcWFxYXFhUUDwEvASYnJiMiBwYVFBcWFxYXFhcDIRYVFAcGBwYHBgcGIyIvASYnJj0BNCcmPwE1Nx4CFxYXFhcWMzI3Njc2NTQnJgbgDhISDvlADhISDgHDHBcwhoUBBDJ1Qm8KCw4FDFQOMjVYenJEQ0JC1UVoOiXsAZsHKRcwJUhQSVB7clGMOQ8IAgEBAmYPHg8FIy0rPjtJQEtNLS9RIgKAEg5ADhISDkAOEkAjLWJatYB/EwwkJlB7PBIbAwYClThbOzpYSUNDPhQuHBj/ACc1b2U4MCMuMBIVFygQDAgODWwwHiYlLAIiSiYIOSUkFRYbGjw9RFRJHQACAAD/gAYABYAAYwBzAAATJi8BNjMyFxYzMjc2NzI3BxcVBiMiBwYVFBYVFxMWFxYXFjMyNzY3Njc2NzY1NC4BLwEmJyYPASc3MxcWNxcWFRQHBgcGBwYVFBYVFhMWBwYHBgcGBwYjIicmJyYnJjURNCcmATU0JiMhIgYdARQWMyEyNjAlCAMNGzw0hCJWUnQeOB4BAjxAPBMNAQEOBi0jPVhZaFc4KzARJBEVBw8GBAUTIitkDgJUzUx4EgYELSdJBg8DCA4GFQ8aJkpLa22Sp3V3PD0WEBEZBVYSDvpADhISDgXADhIFIQICWAEEBwMEAQIOQAkJGQ52DScG5f7ofE47IS8cEiEkHDg6SZxPYpNWO0MVIwECA1YKAw0CJg0HGAwBCwYPGgcoCxP+h8NtTC5BOjkgIS4vS0x3UJ0BTbwZJPqCQA4SEg5ADhISAAAKAAAAAAaABYAADwAfAC8APwBPAF8AbwB/AI8AnwAAJTU0JiMhIgYdARQWMyEyNhE1NCYjISIGHQEUFjMhMjYBNTQmIyEiBh0BFBYzITI2ATU0JiMhIgYdARQWMyEyNgE1NCYjISIGHQEUFjMhMjYBNTQmIyEiBh0BFBYzITI2ATU0JiMhIgYdARQWMyEyNgE1NCYjISIGHQEUFjMhMjYRNTQmIyEiBh0BFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgIAEg7+wA4SEg4BQA4SEg7+wA4SEg4BQA4SAgASDv7ADhISDgFADhL+ABIO/sAOEhIOAUAOEgIAEg7+wA4SEg4BQA4SAgASDv7ADhISDgFADhL+ABIO/sAOEhIOAUAOEgIAEg7+wA4SEg4BQA4SEg7+wA4SEg4BQA4SgF5C+sBCXl5CBUBCXqDADhISDsAOEhIBjsAOEhIOwA4SEv6OwA4SEg7ADhISAw7ADhISDsAOEhL+jsAOEhIOwA4SEv6OwA4SEg7ADhISAw7ADhISDsAOEhL+jsAOEhIOwA4SEgGOwA4SEg7ADhISAU77wEJeXkIEQEJeXgAAAAYAG/+bBoAGAAADABMAGwAjACsAMwAACQEnASQUBwEGIi8BJjQ3ATYyHwElFw8BLwE/AQEXDwEvAT8BARcPAS8BPwEBFw8BLwE/AQSmASVr/tsCKhL6+hI2EsYSEgUGEjYSxvrLYmIeHmJiHgF8xMQ8PMTEPAPeYmIeHmJiHv2eYmIeHmJiHgO7ASVr/tvVNhL6+hISxhI2EgUGEhLGkR4eYmIeHmL+/Dw8xMQ8PMT9Xh4eYmIeHmICHh4eYmIeHmIAAAAEAED/gAcABQAABwAQABgATQAAJDQmIgYUFjIBIREjIg8BBhUANCYiBhQWMgERFA4EJiMUBiImNSEUBiImNSMiBi4ENTQ2MxE0Jj4DPwE+ATsBNTQ2MyEyFgKATGhMTGj+zAGAng0JwwkFAExoTExoAUwIEw4hDCcDltSW/oCW1JZAAycMIQ4TCCYaAQEECRMNxhM/G6AmGgQAGiZMaExMaEwCgAEACcMJDf2uaExMaEwEwPwADxcOCQMBAWqWlmpqlpZqAQEDCQ4XDxomAUAINhYvGyINxhMawBomJgAAAAEAAP+ABgAFgABKAAAAEAIEIyInNjc2Nx4BMzI+ATU0LgEjIg4DFRQWFxY3PgE3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQGAM7+n9FvazsTCS0Uaj15vmh34o5ptn9bK1BNHggCDAIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYQNR/l7+n84gXUcisSc5ifCWcsh+OmB9hkNoniAMIAcwBhcUPVqX2aSDqu5XPSN1WR8yQnJVSTH+XkZrWwF86dEBYc7OAAABAAD/gAYABYAATAAAATIWFREUBiMhNjc2Nx4BMzISNTQuAiMiDgMVFBYXFjY3Njc2JyY1NDYzMhYVFAYjIiY3PgI1NCYjIgYVFBcDBhcjIiY1ETQ2MwTgd6mpd/0rVRcJLBVpPLXlRnu2ami1fVorT00NFQQKBQYRMs+nlaeHajxKDgglFjUxPVUYYhgRt3epqXcFgKl3/EB3qXpYIq8nOAEn4lSdeUk5YHuFQmacIAUKDiwRFxM+WJbVooGo7Fc8InVXHzFBcVNIMf5iZJqpdwPAd6kAAAADAAD/gAYABYAAGwAnADcAAAE0JyEVMw4DIyImNDYzMhc3JiMiBhAWMzI2JTM1IzUjFSMVMxUzAREUBiMhIiY1ETQ2MyEyFgOVBv6W2QMbMFU2Y4yMY1w9aGyVoODgoKXLAVltbW5ubm4BEql3/EB3qal3A8B3qQJ3GiaEGDQ2I47IjjtlZOH+wuHSd25ubm5uAoX8QHepqXcDwHepqQAAAgAA/6MJAAVdACMALwAAARQCBCMiJCYCEBI2JDMgFwcmIyIOARQeATMyPgM3ITUhFiUVIxUjNSM1MzUzFQWdrv6+0JX+8MR0dMQBEJUBHs3Hda970Xp60XtTi1pDHwb+YAK0DANj0dLR0dICb9D+u7d0xAEQASoBEMR0wL9xfNX81XwuRVhOI/w/P9LR0dLR0QAAAAQAAAAAB4AFAAAMABwALAA8AAABITUjESMHFzY3MxEjJBQOAiIuAjQ+AjIeAQERIiY1IRQGIxEyFhUhNDYTERQGIyEiJjURNDYzITIWAwABgIBylE0qDQKAAgAqTX6Wfk0qKk1+ln5NAipqlvuAlmpqlgSAluomGvkAGiYmGgcAGiYBgGABwIlQJRT+4OaMkHxOTnyQjJB8Tk58/ioCAJZqapb+AJZqapYDQPuAGiYmGgSAGiYmAAABAAABQAQAA4AADQAAABQHAQYiJwEmNDYzITIEABP+QBM0E/5AEyYaA4AaA1o0E/5AExMBwBM0JgAAAAABAAABAAQAA0AADQAAABQGIyEiJjQ3ATYyFwEEACYa/IAaJhMBwBM0EwHAAVo0JiY0EwHAExP+QAAAAAABAEAAgAKABIAADQAAAREUBiInASY0NwE2MhYCgCY0E/5AExMBwBM0JgRA/IAaJhMBwBM0EwHAEyYAAAABAAAAgAJABIAADQAAABQHAQYiJjURNDYyFwECQBP+QBM0JiY0EwHAApo0E/5AEyYaA4AaJhP+QAAAAAADAAD/gAaABYAABgANAB0AADMhESERFBYlESERITI2ExEUBiMhIiY1ETQ2MyEyFqACYP2AEwVt/YACYA0TgF5C+sBCXl5CBUBCXgSA+6ANEyAEYPuAEwTN+0BCXl5CBMBCXl4AAgAA/8AEAAVAAA0AGwAAABQHAQYiJwEmNDYzITISFAYjISImNDcBNjIXAQQAE/5AEzQT/kATJhoDgBomJhr8gBomEwHAEzQTAcAB2jQT/kATEwHAEzQmAVo0JiY0EwHAExP+QAAAAAABAAD/wAQAAgAADQAAABQHAQYiJwEmNDYzITIEABP+QBM0E/5AEyYaA4AaAdo0E/5AExMBwBM0JgAAAAABAAADAAQABUAADQAAABQGIyEiJjQ3ATYyFwEEACYa/IAaJhMBwBM0EwHAA1o0JiY0EwHAExP+QAAAAAACAAD/gAcABQAAGgA6AAABERQGIyEiJjURFhcEFx4COwIyPgE3NiU2ExQGBwAHDgQrAiIuAycmJCcuATU0NjMhMhYHAF5C+kBCXiw5AWqHOUd2MwEBM3ZHOaoBSDkrYkn+iFwKQSs9NhcBARc2PStBClv+qiI+blNNBcBBXwM6/OZCXl5CAxoxJvZjKi8xMS8qe94nAVZPkDP++0AHLx0kEhIkHS8HQO0YKpM/TmheAAMAAP+wBgAFbAADAA8AKwAAAREhEQEWBisBIiY1NDYyFgERIRE0JiMiBgcGFREhEhAvASEVIz4DMzIWAV3+tgFfAWdUAlJkZ6ZkBI/+t1FWP1UVC/63AgEBAUkCFCpHZz+r0AOP/CED3wEySWJiSUphYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAAAAAEAAP+ABgAFgAA0AAAAEAIGBCMiJCcmNj8BNjMWFx4BMzI+AjQuAiMiBgcXFgcGIyEiJjURNDc2HwE2JDMyBBYGAHrO/uScrP7KbQcBCIkKDxAHSdR3aL2KUVGKvWhitEaJHxERKv5AGiYoJx6CawETk5wBHM4DHP7I/uTOepGEChkIigkCCl9oUYq90L2KUUdCih4nKCYaAcAqEREfgWVves4AAQAo/xUG6wXYAHEAACEUDwEGIyInASY1NDcBBwYiJx4GFRQHDgUjIicBJjU0PgQ3NjMyHgUXJjQ3ATYyFy4GNTQ3PgUzMhcBFhUUDgQHBiMiLgUnFhQPAQE2MzIXARYG6yVrJzQ1Jf6VJiv/AH4OKA4CFQQQBAgDHAMbCxoSGg0oHP5oHAkJFgseAx4mChARChEGFAIODgFcDigOAhUEEAQIAxwDGwsaEhoNKBwBmBwJCRYLHgMeJgoQEQoRBhQCDg5+AQArNTQnAWslNSVsJSUBbCQ2NSsBAH4ODgIUBhEKERAKJh4DHgsWCQkcAZgcKA0aEhoLGwMcAwgEEAQVAg4oDgFcDg4CFAYRChEQCiYeAx4LFgkJHP5oHCgNGhIaCxsDHAMIBBAEFQIOKA5+/wArJf6VJwAABwAA/4AHAAUAAAcADwAhACkAMQA5AEsAAAA0JiIGFBYyADQmIgYUFjIBEzYuAQYHAw4BBwYeATY3NiYkNCYiBhQWMgA0JiIGFBYyBDQmIgYUFjIBEAcGIyEiJyYRNBI2JCAEFhIBgEtqS0tqAQtLaktLagH3ZQYbMi4HZTxeEBRQmooUECwCYktqS0tq/ctLaktLagILS2pLS2oBi40TI/qGIxONjvABTAFsAUzwjgFLaktLaksCC2pLS2pL/p8BfhotDhsa/oIFTTxNiihQTTxyDmpLS2pLAstqS0tqS3VqS0tqS/7A/vveHR3dAQa2AUzwjo7w/rQAAAAAAgAA/wAHAAUAABYAPAAAACAEBhUUFh8BBwYHNj8BFxYzMiQ2ECYEEAIEIyInBgUGByMiJic1JjYmPgI3PgU3JgI1NBIkIAQETP5o/p3Rj4JXGxgumHsrOUU9zAFj0dEBUfD+ZPRGS8b++jFBBQ8YBAMFAQoCDAIHMBUpGB4LnbXwAZwB6AGcBICL7Ilwy0oyYFtRP2wmBgiL7AES7Mf+pP7ZqwivQw4IFREBBBAEDwMOAgg1FzguSChZAQaWrgEnq6sAAAMAAP+ABwAFAAAUADoAZAAAACAEBhUUFh8BBzY/ARcWMzIkNjQmJCAEFhAGBCMiJwYHBgcjIiYnJjQ+BTc+BDcuATU0NgEeBBceBhQHDgEnJicmJwYjICcWMzIkNz4BNTQnHgEVFAYDWf7O/vadamBhIyIcLDVOS5kBCp2d/Z4BfgFFvLz+u79WWnyaJDIDCxMCAQEDAgUDBgEFJBAdFQp8jrwFOgoVHRAkBQEGAwUCAwEBAxQMMiSafFpW/vHJOh6hASh0fYYXgZaOBIBosmZSmDg4VBQTHwoOaLLMsuiJ7P7q7IkQWCgJBxANAwcGBgQHAwcBBiYVJSgYSNJ3i+z7+BgoJRUmBgEHAwcEBgYHAw4QAQcJKFgQhARaVFzwhk1LR9Z7eNEAAQAB/wADfAWAACEAAAEWBwEGIyInLgE3EwUGIyInJjcTPgEzITIWFRQHAyU2MzIDdRIL/eQNHQQKEREExf5qBAgSDRIFyQQYEAFIExoFqwGMCAQTA8oUGPt7GQIFHBADKGUBCw8YAzkOEhkRCAr+MWICAAABAAD/gAcABYAAVQAAAREUBiMhIiY1ETQ2OwE1IRUzMhYVERQGIyEiJjURNDY7ATUhFTMyFhURFAYjISImNRE0NjsBNTQ2MyE1IyImNRE0NjMhMhYVERQGKwEVITIWHQEzMhYHADgo/sAoODgoYP4AYCg4OCj+wCg4OChg/gBgKDg4KP7AKDg4KGBMNAIAYCg4OCgBQCg4OChgAgA0TGAoOAEg/sAoODgoAUAoOMDAOCj+wCg4OCgBQCg4wMA4KP7AKDg4KAFAKDjANEzAOCgBQCg4OCj+wCg4wEw0wDgAAAMAAP+ABoAFwAATAE8AWQAAAREUBiImNTQ2MhYVFBYyNjURNjIFFAYjIicuASMiBgcOAQcGIyInLgEnLgEiBgcOAQcGIyInLgEnLgEjIgYHBiMiJjU0NzYAJDMyBB4BFxYBFSYiBzU0NjIWA4CY0JgmNCZOZE4hPgMhEw0LDDFYOkR4KwcVBAsREgsEFQcrd4h3KwcVBAsSEQsEFQcreEQ6WDEMCw0TAS0A/wFVvowBDeClIQH9ACosKiY0JgLE/bxomJhoGiYmGjJOTjICRAsmDRMKLi5KPAokBhERBiQKPEpKPAokBhERBiQKPEouLgoTDQUCtwERiFCT44oCAtJiAgJiGiYmAAQAAP8ABwAGAAAIABgAGwA3AAAFIREhIiY1ESEBNTQmIyEiBh0BFBYzITI2ASEJAREUBiMhIiY9ASEiJjURNDYzITIWFREWFwEeAQMAA4D+YCg4/oABABMN/UANExMNAsANEwEAASv+1QIAOCj8QCg4/eAoODgoBEAoOBUPAZgcKIACgDgoAaABIEANExMNQA0TE/1tASv+Vf1gKDg4KKA4KAVAKDg4KP64DQ/+aBxgAAAAAAMAAP+ABAAFgAAQACgAXAAAARQGIiY1NCYjIiY0NjMyHgEXNC4CIg4CFRQXHgEXFhczNjc+ATc2NxQHDgIHFhUUBxYVFAcWFRQGIw4BIiYnIiY1NDcmNTQ3JjU0Ny4CJyY1ND4CMh4CAuATGhNsNA0TEw0yY0ugRW+HiodvRUQKKQqADeQNgAopCkSAZy07PAQvGRktDT8uFFBeUBQuPw0tGRkvBDw7LWdZkbe+t5FZA8ANExMNLjITGhMgTDRIfE8tLU98SGVPCywLmZGRmQssC09lm3ExTHMyHDYlGxslNB0XGC4yLDQ0LDIuGBcdNCUbGyU2HDJzTDFxm2OrcUFBcasAAgAA/6AHAATgABoANAAAARUUBiMhFRQGIyInASY1NDcBNjMyFh0BITIWEBQHAQYjIiY9ASEiJj0BNDYzITU0NjMyFwEHABMN+qATDQwM/sEJCQFACQ4NEwVgDRMJ/sAJDg0T+qANExMNBWASDgwMAT8BYMANE8ANEwoBQAkNDgkBQAkTDcATAiEcCf7ACRMNwBMNwA0TwA4SCv7BAAAAAAIAAAAAB4AFgAAZADUAAAE0JisBETQmKwEiBhURIyIGFRQXARYyNwE2BRQGIyEiADU0NjcmNTQAMzIEFzYzMhYVFAceAQUAEg7gEw3ADRPgDRMJAWAJHAkBXwoCgOGf+8C5/vmMdgIBLNScAQM7R19qlimCpwJgDhIBYA0TEw3+oBMNDgn+oAkJAV8M1J/hAQe5gtw3Hg3UASyukD6Wakw+H9EAAgAAAAAHgAWAABkANQAAATQnASYiBwEGFRQWOwERFBY7ATI2NREzMjYBFAYjISIANTQ2NyY1NAAzMgQXNjMyFhUUBx4BBQAJ/qAJHAn+oQoSDuATDcANE+ANEwKA4Z/7wLn++Yx2AgEs1JwBAztHX2qWKYKnAqAOCQFgCQn+oQwMDhL+oA0TEw0BYBP+7Z/hAQe5gtw3Hg3UASyukD6Wakw+H9EAAAAAAwAA/4AFgAWAAAcAWABgAAAkFAYiJjQ2MgUUBiMhIiY1ND4DNwYdAQ4BFRQWMjY1NCYnNTQ3FiA3Fh0BIgYdAQYVFBYyNjU0JzU0NjIWHQEGFRQWMjY1NCc1NCYnNDYuAiceBAAQBiAmEDYgAYAmNCYmNAQmknn8lnmSCyU6aEQWOkZwoHBHORmEAUaEGWqWIDhQOCBMaEwgOFA4IEU7AQEECghEaDolC/7A4f7C4eEBPto0JiY0Jn15iop5RH6Wc1sPNETLFGQ9UHBwUD1kFMs+H2hoHz5AlmpZHSooODgoKh1ZNExMNFkdKig4OCgqHVlEdyIKQR80KhMPW3OWfgPY/sLh4QE+4QAAAAIAAP+ABYAFgAAHAE0AAAA0JiIGFBYyNxQGBxEUBCAkPQEuATURNDYzMhc+ATMyFhQGIyInERQWIDY1EQYjIiY0NjMyFhc2MzIWFREUBgcVFBYgNjURLgE1NDYyFgUAJjQmJjSmRzn++f6O/vmk3CYaBgoRPCM1S0s1IR+8AQi8HyE1S0s1IzwRCgYaJtykvAEIvDlHcKBwAyY0JiY0JkA+YhX+dZ/h4Z+EFNiQAgAaJgIeJEtqSxL+bmqWlmoBkhJLakskHgImGv4AkNgUhGqWlmoBixViPlBwcAAEAAD/gAcABYAAAwANABsAJQAAASE1IQURIyImNRE0NjMhESERMzU0NjMhMhYdAQURFAYrAREzMhYCgAIA/gD+oEBchIRcBKD8AIA4KAJAKDgCAIRcQEBchASAgID7AIRcA0BchPsABQCgKDg4KKDg/MBchAUAhAACAED/AAbABgAACwAzAAAENCMiJjU0IhUUFjMBFAYjIRQGIiY1ISImNT4ENTQSNyY1NDYyFhUUBxYSFRQeAwOQEDtVIGdJA0BMNP5AltSW/kA0TDJSWD0n6r4IOFA4CL7qJz1YUrAgVTsQEElnATA0TGqWlmpMNCpck6ryi5gBBRwTFCg4OCgUExz++5iL8qqTXAAAAwAA/4AHQAUAAAcADwAiAAAANCYrAREzMgEhFAYjISImABAGKwEVFAYjISImNRE0NjMhMgaAcFBAQFD58AcAlmr7AGqWB0Dhn0CEXP1AXIQmGgSAnwMwoHD+gP3AapaWBAn+wuEgXISEXALgGiYAAAIAAP8ABYAGAAAtAEIAAAERFAYHERQGKwEiJjURLgE1ETQ2MhYVERQWMjY1ETQ2MhYVERQWMjY1ETQ2MhYFERQGKwEiJjURIyImNRE0NjMhMhYCgEc5TDSANEw5RyY0JiY0JiY0JiY0JiY0JgMATDSANEzgDRO8hAEAGiYFwP2APWQU/PU0TEw0AwsUZD0CgBomJhr+YBomJhoBoBomJhr+YBomJhoBoBomJhr5wDRMTDQCABMNAyCEvCYABgAA/wAGAAYAABMAGgAjADMAQwBTAAABHgEVERQGIyEiJjURNDYzITIWFwcRISYnASYBESEiJjURIREBNDYzITIWHQEUBiMhIiY1BTIWHQEUBiMhIiY9ATQ2MwEyFh0BFAYjISImPQE0NjMFvBwoOCj6wCg4OCgDgChgHIQBeAoM/scMAWP+YCg4/QABABIOAsAOEhIO/UAOEgLgDhISDv1ADhISDgLADhISDv1ADhISDgSEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAA2AOEhIOQA4SEg6gEg5ADhISDkAOEv8AEg5ADhISDkAOEgAUAAD/AAWABgAADwAfAC8APwBPAF8AbwB/AI8AnwCvAL8AzwDfAO8A/wEPAR8BLQE9AAAlFRQGKwEiJj0BNDY7ATIWNRUUBisBIiY9ATQ2OwEyFgUVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWARUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFgEVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFgUVFAYrASImPQE0NjsBMhYBIREhESE1NDYzITIWFQERFAYjISImNRE0NjMhMhYBgBMNQA0TEw1ADRMTDUANExMNQA0TAQATDUANExMNQA0T/wATDUANExMNQA0TAwATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0TAwATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0TAwATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0TAgATDUANExMNQA0T/wATDUANExMNQA0TAQATDUANExMNQA0T/wABgPuAAYATDQFADRMCACYa+wAaJiYaBQAaJuBADRMTDUANExPzQA0TEw1ADRMTDUANExMNQA0TE/NADRMTDUANExP980ANExMNQA0TE/NADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/3zQA0TEw1ADRMT80ANExMNQA0TE/NADRMTDUANExPzQA0TEw1ADRMT/fNADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/7zQA0TEw1ADRMT80ANExMNQA0TEw1ADRMTDUANExP6kwYA+gDgDRMTDQVg+YAaJiYaBoAaJiYADQAA/wAFgAYAAA8AHwAvAD8ATwBfAG8AfwCPAJ8AtwDbAPUAACUVFAYrASImPQE0NjsBMhY1FRQGKwEiJj0BNDY7ATIWBRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFgUVFAYrASImPQE0NjsBMhYBIREhFRQGIyEiJj0BIREhNTQ2MyEyFhUZATQmKwEiBh0BIzU0JisBIgYVERQWOwEyNj0BMxUUFjsBMjYlERQGIyEiJjURNDYzIRE0NjMhMhYVESEyFgGAEw1ADRMTDUANExMNQA0TEw1ADRMBABMNQA0TEw1ADRP/ABMNQA0TEw1ADRMDABMNQA0TEw1ADRP/ABMNQA0TEw1ADRP/ABMNQA0TEw1ADRMCABMNQA0TEw1ADRP/ABMNQA0TEw1ADRMBABMNQA0TEw1ADRP/AAGA/wA4KP5AKDj/AAGAEw0BQA0TEw1ADROAEw1ADRMTDUANE4ATDUANEwIAJhr7ABomJhoBQDgoAcAoOAFAGibgQA0TEw1ADRMT80ANExMNQA0TEw1ADRMTDUANExPzQA0TEw1ADRMT/fNADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/7zQA0TEw1ADRMT80ANExMNQA0TEw1ADRMTDUANExP8kwSAICg4OCgg+4DgDRMTDQPAAUANExMNYGANExMN/sANExMNYGANExMt+wAaJiYaBQAaJgEgKDg4KP7gJgAFAED/gAeABYAABwAQABgAPABjAAAkNCYiBhQWMgEhESMGDwEGBwA0JiIGFBYyEzU0JisBNTQmKwEiBh0BIyIGHQEUFjsBFRQWOwEyNj0BMzI2AREUBisBFAYiJjUhFAYiJjUjIiY0NjMRNDY/AT4BOwERNDYzITIWAoBLaktLav7LAYCeDgjDBwIFAEtqS0tqyxIO4BIOwA4S4A4SEg7gEg7ADhLgDhIBACYawJbUlv6AltSWgBomJhoaE8YTQBqgJhoEgBomS2pLS2pLAoABAAIHwwwK/a1qS0tqSwMgwA4S4A4SEg7gEg7ADhLgDhISDuASAi77gBomapaWamqWlmomNCYBoBpAE8YTGgFAGiYmAAAFAAD/gAcABYAAIwAnADEAPwBJAAABNTQmKwE1NCYrASIGHQEjIgYdARQWOwEVFBY7ATI2PQEzMjYBITUhBREjIiY1ETQ2MyERIREzNTQ2MyEyFh0BBREUBisBETMyFgUAEg7gEg7ADhLgDhISDuASDsAOEuAOEv2AAgD+AP6AIFyEhFwEwPvAoDgoAkAoOAIAhFwgIFyEAaDADhLgDhISDuASDsAOEuAOEhIO4BIC7oCA+wCEXANAXIT7AAUAoCg4OCig4PzAXIQFAIQAAAAAAQAAAAAHgASAADoAAAEGDQEHIwEzMhYUBisDNTMRIwcjJzUzNTM1JzU3NSM1IzU3MxczESM1OwIyFhQGKwEBMxcFHgEXB4AB/uH+oOBA/ttFGiYmGmCgQECgwGAgIIDAwIAgIGDAoEBAoGAaJiYaRQElQOABYICQCAJAIEAgQP6gCQ4JIAGg4CDAIAgYgBgIIMAg4AGgIAkOCf6gQCAcMAoAAAACAEAAAAaABYAABgAYAAABESERFBYzARUhNTcjIiY1ESc3ITchFwcRAoD/AEs1BID7gICAn+FAIAHgIAPAIEACgAGA/wA1S/5AwMDA4Z8BQECAgMAg/OAAAgAA/4AGAAWAACMAMwAAJRE0JisBIgYVESERNCYrASIGFREUFjsBMjY1ESERFBY7ATI2AREUBiMhIiY1ETQ2MyEyFgUAJhqAGib+ACYagBomJhqAGiYCACYagBomAQCpd/xAd6mpdwPAd6nAA4AaJiYa/sABQBomJhr8gBomJhoBQP7AGiYmA7r8QHepqXcDwHepqQAAAAACAAD/gAYABYAAIwAzAAABNTQmIyERNCYrASIGFREhIgYdARQWMyERFBY7ATI2NREhMjYBERQGIyEiJjURNDYzITIWBQAmGv7AJhqAGib+wBomJhoBQCYagBomAUAaJgEAqXf8QHepqXcDwHepAkCAGiYBQBomJhr+wCYagBom/sAaJiYaAUAmAjr8QHepqXcDwHepqQAAAAIALQBNA/MEMwAUACkAACQUDwEGIicBJjQ3ATYyHwEWFAcJAQQUDwEGIicBJjQ3ATYyHwEWFAcJAQJzCjIKGgr+LgoKAdIKGgoyCgr+dwGJAYoKMgoaCv4uCgoB0goaCjIKCv53AYmtGgoyCgoB0goaCgHSCgoyChoK/nf+dwoaCjIKCgHSChoKAdIKCjIKGgr+d/53AAAAAgANAE0D0wQzABQAKQAAABQHAQYiLwEmNDcJASY0PwE2MhcBBBQHAQYiLwEmNDcJASY0PwE2MhcBAlMK/i4KGgoyCgoBif53CgoyChoKAdIBigr+LgoaCjIKCgGJ/ncKCjIKGgoB0gJNGgr+LgoKMgoaCgGJAYkKGgoyCgr+LgoaCv4uCgoyChoKAYkBiQoaCjIKCv4uAAACAE0AjQQzBFMAFAApAAAkFA8BBiInCQEGIi8BJjQ3ATYyFwESFA8BBiInCQEGIi8BJjQ3ATYyFwEEMwoyChoK/nf+dwoaCjIKCgHSChoKAdIKCjIKGgr+d/53ChoKMgoKAdIKGgoB0u0aCjIKCgGJ/ncKCjIKGgoB0goK/i4BdhoKMgoKAYn+dwoKMgoaCgHSCgr+LgAAAAIATQCtBDMEcwAUACkAAAAUBwEGIicBJjQ/ATYyFwkBNjIfARIUBwEGIicBJjQ/ATYyFwkBNjIfAQQzCv4uChoK/i4KCjIKGgoBiQGJChoKMgoK/i4KGgr+LgoKMgoaCgGJAYkKGgoyAq0aCv4uCgoB0goaCjIKCv53AYkKCjIBdhoK/i4KCgHSChoKMgoK/ncBiQoKMgAAAQAtAE0CcwQzABQAAAAUBwkBFhQPAQYiJwEmNDcBNjIfAQJzCv53AYkKCjIKGgr+LgoKAdIKGgoyA+0aCv53/ncKGgoyCgoB0goaCgHSCgoyAAAAAQANAE0CUwQzABQAAAAUBwEGIi8BJjQ3CQEmND8BNjIXAQJTCv4uChoKMgoKAYn+dwoKMgoaCgHSAk0aCv4uCgoyChoKAYkBiQoaCjIKCv4uAAAAAQBNAQ0EMwNTABQAAAAUDwEGIicJAQYiLwEmNDcBNjIXAQQzCjIKGgr+d/53ChoKMgoKAdIKGgoB0gFtGgoyCgoBif53CgoyChoKAdIKCv4uAAAAAQBNAS0EMwNzABQAAAAUBwEGIicBJjQ/ATYyFwkBNjIfAQQzCv4uChoK/i4KCjIKGgoBiQGJChoKMgMtGgr+LgoKAdIKGgoyCgr+dwGJCgoyAAAAAgAA/4AHgAYAAA8ALwAAARE0JiMhIgYVERQWMyEyNhMRFAYjIRQeARUUBiMhIiY1ND4BNSEiJjURNDYzITIWBwATDfnADRMTDQZADROAXkL94CAgJhr+ABomICD94EJeXkIGQEJeAiADQA0TEw38wA0TEwNN+8BCXiVRPQ0aJiYaDjxQJl5CBEBCXl4AAAAABAAAAAAHgAUAAA8AHwArADMAAAEiJjURNDYzITIWFREUBiMBERQWMyEyNjURNCYjISIGATMVFAYjISImPQEzBTI0KwEiFDMBoEJeXkIEQEJeXkL7oBMNBEANExMN+8ANEwVgoF5C+cBCXqADcBAQoBAQAQBeQgLAQl5eQv1AQl4DYP1ADRMTDQLADRMT/FNgKDg4KGBgICAAAAAAAwAAAAAEgAWAAAcAFwAnAAAkNCYiBhQWMiURNCYjISIGFREUFjMhMjYTERQGIyEiJjURNDYzITIWAoAmNCYmNAGmEw38wA0TEw0DQA0TgF5C/MBCXl5CA0BCXmY0JiY0JuADwA0TEw38QA0TEwPN+8BCXl5CBEBCXl4AAAQAAAAAAwAFAAAHABcAHwAvAAAkNCYiBhQWMiURNCYjISIGFREUFjMhMjYCNCsBIhQ7ASURFAYjISImNRE0NjMhMhYB0C9CLy9CAP8TDf4ADRMTDQIADRPAEKAQEKABMEw0/gA0TEw0AgA0TF9CLy9CL/ACwA0TEw39QA0TEwNNICAg/AA0TEw0BAA0TEwAAAIAAP+ABgAFgAALABcAAAAgDgEQHgEgPgEQJgQQAgQgJAIQEiQgBAOU/tj6kpL6ASj6kpIBcs7+n/5e/p/OzgFhAaIBYQSgkvr+2PqSkvoBKPq9/l7+n87OAWEBogFhzs4AAAACAAAAAAaABYAAIQBDAAABERQGIyEiJjURND4COwEyFh0BFAYrASIGHQEUFjsBMhYFERQGIyEiJjURND4COwEyFh0BFAYrASIGHQEUFjsBMhYDAHBQ/oBQcFGKvWhAGiYmGkBqljgo4FBwA4BwUP6AUHBRir1oQBomJhpAapY4KOBQcAJA/oBQcHBQAsBovYpRJhqAGiaWaiAoOHBQ/oBQcHBQAsBovYpRJhqAGiaWaiAoOHAAAAAAAgAAAAAGgAWAACEAQwAAAREUDgIrASImPQE0NjsBMjY9ATQmKwEiJjURNDYzITIWBREUDgIrASImPQE0NjsBMjY9ATQmKwEiJjURNDYzITIWAwBRir1oQBomJhpAapY4KOBQcHBQAYBQcAOAUYq9aEAaJiYaQGqWOCjgUHBwUAGAUHAEwP1AaL2KUSYagBomlmogKDhwUAGAUHBwUP1AaL2KUSYagBomlmogKDhwUAGAUHBwAAAAAAgAQP9ABsAGAAAJABEAGQAjACsAMwA7AEcAACQUBiMiJjU0NjIAFAYiJjQ2MgAUBiImNDYyARQGIyImNDYyFgAUBiImNDYyABQGIiY0NjIAFAYiJjQ2MgEUBiMiJjU0NjMyFgIOSzU0TEtqAj1LaktLav2LS2pLS2oE/Uw0NUtLakv8PF6EXl6EBPBLaktLav3LcKBwcKACgoRcXYODXVyEw2pLTDQ1S/7naktLaksCdWpLS2pL/Y40TEtqS0sD8YReXoRe/aNqS0tqSwKQoHBwoHD+cl2Dg11chIQAAAAAAQAA/4AGAAWAAAsAAAAQAgQgJAIQEiQgBAYAzv6f/l7+n87OAWEBogFhA1H+Xv6fzs4BYQGiAWHOzgAAAQAA/4AHAAXAACwAAAEUAw4CBwYjIiY1NDY1NjU0LgUrAREUBiInASY0NwE2MhYVETMgExYHAH8DDwwHDBAPEQUFIz5icZmbYuAmNBP+ABMTAgATNCbgAsmiNQGgpv7jByIaCREUDwkjBkQ3ZaB1VTYfDP8AGiYTAgATNBMCABMmGv8A/m2GAAQAAP+ABoAFAAALABcAMQBYAAAAFA4BIi4BND4BMhYEFA4BIi4BND4BMhYXNCYjIgcGIicmIyIGFRQeAzsBMj4DExQHDgQjIi4EJyY1NDcmNTQ3MhYXNjMyFz4BMxYVFAcWAoAZPVQ9GRk9VD0CmRk9VD0ZGT1UPbmKdimaR6xHmCt2ikBikoZSqFKGkmJA4D0mh5PBllxOgKeKiGohPogbM2yka5OilIRppGszG4gBaFBURERUUFRERFRQVEREVFBURER8eKgVCwsVqHhYg0stDg4tS4MBCM98TXA8IwkGEyk+ZEF70O2fUlh0Zk9UIyBSTmZ0V1GgAAAAAAIAAAAABoAFgAAXACwAACURNCYjISImPQE0JiMhIgYVERQWMyEyNhMRFAYjISImNRE0NjMhMhYdASEyFgYAOCj9QCg4OCj+wCg4OCgEwCg4gIRc+0BchIRcAUBchAKgXITgAsAoODgoQCg4OCj8QCg4OALo/UBchIRcA8BchIRcIIQAAAMAAAAAB3UFgAARACcARQAAATQjISIGBwEGFRQzITI2NwE2JSE1NCYjISImPQE0JiMhIgYVEQE+AQUUBwEOASMhIiY1ETQ2MyEyFh0BITIWHQEzMhYXFgb1NfvAKFsa/toSNQRAKFwZASYS+4sDADgo/cAoODgo/sAoOAEALJAFOS7+2SuSQ/vAXISEXAFAXIQCIFyEwDZaFg8CXSMrH/6VGBAjLB8Baxa0oCg4OChAKDg4KPyrATs1RaM+Ov6VNUWEXAPAXISEXCCEXKAxLiAAAAAABQAA/4AGAAWAABQAHAAkADQAQAAAAQ4BIiYnJjY3NhYXHgEyNjc+AR4BABQGIiY0NjIEFAYiJjQ2MgAQLgIgDgIQHgIgPgESEAIEICQCEBIkIAQEbiXK/solCBgaGS8IGYeohxkIMDIY/gpLaktLagJLS2pLS2oBS2ar7f787atmZqvtAQTtq+bO/p/+Xv6fzs4BYQGiAWEBzXmUlHkZLwgIGBpQY2NQGhgQLwHPaktLaktLaktLakv9/gEE7atmZqvt/vztq2ZmqwJA/l7+n87OAWEBogFhzs4AAAUAAP+ABgAFgAAUABwAJAA0AEAAAAEWDgEmJy4BIgYHDgEnLgE3PgEyFgAUBiImNDYyBBQGIiY0NjIAEC4CIA4CEB4CID4BEhACBCAkAhASJCAEBG4IGDIwCBmHqIcZCC8ZGhgIJcr+yv43S2pLS2oCS0tqS0tqAUtmq+3+/O2rZmar7QEE7avmzv6f/l7+n87OAWEBogFhATMZLxAYGlBjY1AaGAgILxl5lJQCCWpLS2pLS2pLS2pL/f4BBO2rZmar7f787atmZqsCQP5e/p/OzgFhAaIBYc7OAAAFAAD/gAYABYAACwATABsAKwA3AAAAFAYjISImNDYzITIAFAYiJjQ2MgQUBiImNDYyABAuAiAOAhAeAiA+ARIQAgQgJAIQEiQgBASAJhr9gBomJhoCgBr+JktqS0tqAktLaktLagFLZqvt/vztq2Zmq+0BBO2r5s7+n/5e/p/OzgFhAaIBYQHaNCYmNCYBtWpLS2pLS2pLS2pL/f4BBO2rZmar7f787atmZqsCQP5e/p/OzgFhAaIBYc7OAAQAAAAAB4AEAAAjACsAMwBDAAABNTQmKwE1NCYrASIGHQEjIgYdARQWOwEVFBY7ATI2PQEzMjYENCYiBhQWMgA0JiIGFBYyJBAAIyInIwYjIgAQADMhMgNAEg7AEg6ADhLADhISDsASDoAOEsAOEgJAS2pLS2oBS0tqS0tqAUv+1NTAktySwNT+1AEs1AOA1AHAgA4SwA4SEg7AEg6ADhLADhISDsASZ2pLS2pLAUtqS0tqS9T+WP7UgIABLAGoASwAAAAPAAAAAAeABIAACwAXACMALwA7AEcAUwBfAGsAdwCDAI8AnwCjALMAAAEVFCsBIj0BNDsBMjcVFCsBIj0BNDsBMicVFCsBIj0BNDsBMgEVFCMhIj0BNDMhMiUVFCsBIj0BNDsBMicVFCsBIj0BNDsBMgEVFCsBIj0BNDsBMicVFCsBIj0BNDsBMgEVFCsBIj0BNDsBMgEVFCsBIj0BNDsBMgEVFCsBIj0BNDsBMgUVFCsBIj0BNDsBMgURFCsBIj0BNDsBNTQ7ATITESERAREUBiMhIiY1ETQ2MyEyFgGAEGAQEGAQgBDgEBDgEIAQYBAQYBAEABD8oBAQA2AQ/YAQYBAQYBCAEGAQEGAQAYAQYBAQYBCAEGAQEGAQAYAQYBAQYBABgBBgEBBgEP4AEGAQEGAQAQAQYBAQYBABABDgEBBwEGAQgPmABwBLNfmANUtLNQaANUsBcGAQEGAQ8GAQEGAQ8GAQEGAQ/fBgEBBgEPBgEBBgEPBgEBBgEP7wYBAQYBDwYBAQYBD+8GAQEGAQ/vBgEBBgEAHwYBAQYBAQYBAQYBAQ/qAQEGAQ8BD9AAOA/IADgPyANUtLNQOANUtLAAAAAAMAQP+ABwAFgAAWACoAVgAAAREGIyInLgEjIgcRNjMyHgIfARYzMgEUBgcRFAYrASImNREuATU0NjIWBREUBwYHBiMiLwEuAiMiBAcGIyInJjURNDc+AzMyFhcWMzI3Njc2FxYGgKmJUj9kqF6t5vW8N2FjNzccLDl4+20jHRIOQA4SHSNLaksFwCMKB9qXWEYcQEZwOmb+9V8PEhAQIB8jV42kSXDCcCYzerwWCR8fHwHrAmhbIDE3f/2pcQ8lGRsOFgNxIzoR+w4OEhIOBPIROiM1S0t1/QUnEgUEdCMOIR4cWDoJCBMlAuYjFBUrPSY+NxNwDAUQEhQAAAYAQP+ABwAFgAAFAAsAKgAyAEYAcgAAATUGBxU2EzUGBxU2ATUGJzUmJy4JIyIHFTMyFhcWFxUWMzITNQYjIicVFgEUBgcRFAYrASImNREuATU0NjIWBREUBwYHBiMiLwEuAiMiBAcGIyInJjURNDc+AzMyFhcWMzI3Njc2FxYDQLXLzbOs1NcD6euVFBMFOA0yEy4aLCMsFhcaE2a1axMUKjF4ramJLSGU+6wjHRIOQA4SHSNLaksFwCMKB9qXWEYcQEZwOmb+9V8PEhAQIB8jV42kSXDCcCYzerwWCR8fHwIYwBBluWABsMUIdr1v/ji4dC3gBgkDHAYYBxMGCwQEA946NQkGvBECB71bCMQqAe4jOhH7Dg4SEg4E8hE6IzVLS3X9BScSBQR0Iw4hHhxYOgkIEyUC5iMUFSs9Jj43E3AMBRASFAACAA0AAAaABDMAFAAkAAAJAQYiLwEmNDcJASY0PwE2MhcBFhQBFRQGIyEiJj0BNDYzITIWAkn+LgoaCjIKCgGJ/ncKCjIKGgoB0goELRIO/EAOEhIOA8AOEgIp/i4KCjIKGgoBiQGJChoKMgoK/i4KGv4tQA4SEg5ADhISAAAAAAMALf+TB1ME7QAUACQAOQAAJQcGIicBJjQ3ATYyHwEWFAcJARYUCQEOAS8BLgE3AT4BHwEeAQkBBiIvASY0NwkBJjQ/ATYyFwEWFAJpMgoaCv4uCgoB0goaCjIKCv53AYkKAkX+iwQXDD4NDQQBdQQXDD4NDQKN/i4KGgoyCgoBif53CgoyChoKAdIKiTIKCgHSChoKAdIKCjIKGgr+d/53ChoEIfr1DQ0EEQQXDQULDQ0EEQQX/Wj+LgoKMgoaCgGJAYkKGgoyCgr+LgoaAAACAAD/gAcABbsAFQA7AAABFRQHBiMiJwEmNDcBNhcWHQEBBhQXARQOAwcGIyInJjcSJy4BJxUUBwYjIicBJjQ3ATYXFhURBBcWAoAnDQwbEv4AExMCAB0pJ/5zExMGDSIrNRwGCBQGAxkCK5VA1aEnDQwbEv4AExMCAB0pJwGbvKkBxkYqEQUTAgATNBMCAB8RESpF/nITNBP+TTqXfX04DBEBCBoBkKVHTw37KhEFEwIAEzQTAgAfEREq/vocwa0AAAAAAgAC/60GfgXgAAoAKAAAAS0BLwEDERcFAycJARMWBiMiJyUFBiMiJjcTASY2NyUTNjMyFxMFHgEEogEB/pxCHp87AT48DAH1/pVWBRYXERf+P/4/FxEXFgVW/pQgEi0B9uEUHRwV4QH2LRICQ/o0CjwBQvw9H6gBY0IBNf6e/gwhJQzs7AwlIQH0AWIgNwdJAccpKf45SQc3AAAAAQAC/4AFgAUAABYAAAkBBiMiJy4BNREhIi4BNjcBNjMyFx4BBXn9gBEoBQoWG/3AFiMKEhQFAA0QGxIPBwSj+wAjAgUjFgJAGywoCgKABxMOKQAAAwAA/wAGgAWAAAIABQA4AAABIREJASEBFRQGKwEVFAYrASImPQEhIiY1ESMiJj0BNDY7ATU0NjsBMhYdASE3NjIXFhQPAREzMhYCLQJT/YACU/2tBIASDuASDsAOEvygDhLgDhISDuASDsAOEgNT9goaCgkJ9+AOEgEAAlP92gJT/WDADhLgDhISDuASDgNgEg7ADhLgDhISDuD3CQkKGgr2/K0SAAAABAAA/4AEAAWAAAcADwAXAEsAACQ0JiIGFBYyEjQmIgYUFjIENCYiBhQWMjcUBgcCBwYHDgEdAR4BFRQGIiY1NDY3ES4BNTQ2MhYVFAYHETY3PgU1LgE1NDYyFgEgOFA4OFA4OFA4OFACuDhQODhQmDQsAuBDiIBTLDRwoHA0LCw0cKBwNCw2ZDdBTConESw0cKBwGFA4OFA4BLhQODhQOEhQODhQOGA0WRn+4X8mKyg+RRoZWTRQcHBQNFkZAzQZWTRQcHBQNFkZ/g8aHxEZJSo8TzQZWTRQcHAAAAgAAP+ABoAGAAANABkAJQBAAFwAaAB0AIIAAAkBBiInJjQ3ATYyFxYUFxEUBiImNRE0NjIWJhQGIyEiJjQ2MyEyBRQPAQYjIicBJic3AR4BPwE2NTQnATcWFwEWAQcBJiMiDwEGFRQXAQcmJwEmNTQ/ATYzMhcBFgQUBiMhIiY0NjMhMgERFAYiJjURNDYyFgUBBiInJjQ3ATYyFxYUAbf/AAsYCwkJAQAKGgoJoBIcEhIcEuASDv7ADhISDgFADgUCVZNTeHlT/rIVFe8BERtSG5McHP7uEiMVAVBU/Zfv/u8cKCcdkxwcARISIxX+sFRVk1N4eVMBThUCjhIO/sAOEhIOAUAO/fISHBISHBIBl/8ACxgLCQkBAAoaCgkBCf8ACQkKGgoBAAkJChoz/sAOEhIOAUAOEhLgHBISHBKgeFOSU1UBTxUjEv7uGwEbkhwnKBwBE+8VFf6wVgJeEgESHBuSHCcoHP7u8BUVAVBWdnhTklNV/rEVaRwSEhwSAgD+wA4SEg4BQA4SEqX/AAkJChoKAQAJCQoaAAACAGAAAAP8BQAADwA8AAABFRQGKwEiJj0BNDY7ATIWARQOAwcOARUUBisBIiY9ATQ2Nz4BNTQmIyIHBgcGIyIvAS4BNxIhMh4CAsAYEPAQGBgQ8BAYATwfJ0csJyk3GBDwDxWCTjsyXT1BKyNIDRIMDaQNBQigATBQooJSARjwEBgYEPAQGBgCSDZeOzwbFhdUGREfJRMtU5MjGzovKkAdGVoQCH0KHg0BCj5olwAAAAIAAAAAAoAFgAAeAC4AACUVFAYjISImPQE0NjsBESMiJj0BNDYzITIWFREzMhYDFRQGIyEiJj0BNDYzITIWAoAmGv4AGiYmGkBAGiYmGgGAGiZAGiaAJhr/ABomJhoBABomwIAaJiYagBomAYAmGoAaJiYa/cAmBGbAGiYmGsAaJiYAAAIAYgAAAh4FgAAPAB8AAAEVFAYjISImPQE0NjMhMhYTAw4BIyEiJicDJjYzITIWAgAmGv8AGiYmGgEAGiYeHAEnGv8AGicBHAElGgFAGiUBIOAaJiYa4BomJgQG/QAaJiYaAwAaJiYAAgAFAAAF/gVrACUASgAAJRUjLwEmJyMOAgcGDwEhNTMTAyM1IRcWFxYXMzY/AiEVIwMTARUhJyY1ND4ENTQmIyIHBgcnNjc2MzIWFRQOBAczNQOB+J8YCAMDAQMEAQoPm/7+gMW5iQEUiwIVCAMDAwgZjAEBfbjMAur9/gMENE5aTjQ7KTMuDhZpGiVTaW6IMUtYTDcD6Ken/CoJDAMHCQIUGPqnASMBEKjkBCYJDAkMKuSo/vX+2AKnzhscEkBqQz8uPiEmMScLG1wlHUF3YzheOzorPCFQAAAAAAIABf8ABgADggAlAEkAACUVIy8BJicjDgIHBg8BITUzEwMjNSEXFhcWFzM2PwIhFSMDEwUVIScmNTQ+BDU0JiMiBwYHJzY3NjMyFhUUDgMHMzUDgfifGAgDAwEDBAEKD5v+/oDFuYkBFIsCFQgDAwMIGYwBAX24zALs/f4EAzROWk40OykzLg4WaRolUGxuiEVjZEoE6Ken/CoJDAMHCQIUGPqnASMBEKjkBCYJDAkMKuSo/vX+2NnOGy0BQGpDPy4+ISYxJwsbXCUdQXdjQmlDOkQnUAAAAAIAAQAAB38FAAADABcAACUBIQkBFgYHAQYjISImJyY2NwE2MyEyFgOAAVD9AP6wBvUPCxn8gCY6/QAmPxAPCxkDgCY6AwAmP4ABgP6ABDUiSxz8ACwpIiJLHAQALCkAAAEAAP/cBoAGAABoAAABFAYjIi4CIyIVFBYHFSIHDgIjIiY1ND4CNTQmIyIGFRQeAhUUBwYjIicuAS8BIiciNREeAhcWMzI3NjU0LgI1NDYzMhYVFA4CFRQWMzI2NxUOAgcGFRQXFjMyPgIzMhYGgFlPKUktRCVuIAEWCyJ/aC49VCMpI2xRVHYeJR4uJVBflgklCQ0BAgICHyUDll9QJS4eJR52VVBsIykjVD1A6C8BBQUBGCMsLRY5MVArUlsBtlFsIykjfCeYJwUBAxEKNTklRC1JKU9ZW1IrUDE5Fi0sIxgCBAICAQEEAAEFBQEYIywtFjkxUCtSW1lPKUktRCU5NR4CAgIfJQOWX1AlLh4lHnYAAAIAAP+ABIAGAAAnADMAAAEVFAAHFSEyFhQGIyEiJjQ2MyE1JgA9ATQ2MhYdARQAIAA9ATQ2MhYBERQGICY1ETQ2IBYEgP7Z2QEAGiYmGv2AGiYmGgEA2f7ZJjQmAQcBcgEHJjQm/wC8/vi8vAEIvANAgN3+uRiEJjQmJjQmhBgBR92AGiYmGoC5/vkBB7mAGiYmAWb+AIS8vIQCAIS8vAADAA3/gAVzBgAACwBDAEsAAAEHJj0BNDYyFh0BFAkBFRQGIyInBxYzMgA9ATQ2MhYdARQABxUhMhYUBiMhIiY0NjMhNSYnBwYiLwEmNDcBNjIfARYUJQERNDYzMhYBD2UqJjQmBGn+l7yENzZgYWy5AQcmNCb+2dkBABomJhr9gBomJhoBAH1u/goaClIKCgTSChoKUgr+ev2TvIRmpQJPZWdvgBomJhqANQIe/peAhLwTYDMBB7mAGiYmGoDd/rkYhCY0JiY0JoQNRP4KClIKGgoE0goKUgoaev2TAgCEvHYAAAACAAD/gAUABYAABgAiAAABESERNjc2ExEUDgUHBiInLgY1ETQ2MyEyFgRA/kB3XuvAQ2OJdH41EAwcDBA1fnSJY0MmGgSAGiYCQAKA+48/SrgDsP0AVqmDfFJJGgcGBgcaSVJ8g6lWAwAaJiYAAAAABAAA/wAGgAYAAAMAEwAjAEcAABchESElETQmKwEiBhURFBY7ATI2JRE0JisBIgYVERQWOwEyNiURFAYjISImNRE0NjsBNTQ2OwEyFh0BITU0NjsBMhYdATMyFoAFgPqAAYASDkAOEhIOQA4SAwASDkAOEhIOQA4SAYBMNPqANExMNIBeQkBCXgGAXkJAQl6ANEyABADAASAOEhIO/uAOEhIOASAOEhIO/uAOEhJO+wA0TEw0BQA0TGBCXl5CYGBCXl5CYEwAAAACAAP/gAWABeAABwBMAAAANCYiBhQWMiURFAcGIyInJS4BNSEVHgEVERQGIyEiJjURNDY3NSMiDgMHBiMiJy4BNz4ENyY1NDYyFhUUByE0NjclNjMyFxYCACY0JiY0A6YMCAwEA/5ACw7/AG+RJhr+ABomfWMgO3BHPRQEESgQDRcRDAUTOEFpOBlehF4OAS4OCwHAAwQMCAwFJjQmJjQmYP7AEAkHAWACEgtmF7Bz/OAaJiYaAyBqqR5vLztKIQgjBwwyGAogS0FFEiosQl5eQiEfCxICYAEHCQAAAgAk/yAGgAWAAAcALQAAADQmIgYUFjIBFAIHBgcDBgcFBiMiLwEmNxMBBQYjIi8BJjcTNjclNjc2JCEyFgWgOFA4OFABGJeyUXIUAg7+gAcJDAtADQVV/uf+7AMGDglAEQzgChABe2BQvAFUAQUOFAQYUDg4UDgBgPn+lbNQYP6FEArgBAlADhIBFAEZVQEJQBMUAYAOAhRyUbuOEwAAAAEAAAAABtEFAAAWAAABAyETNicmKwEDIRMhAyETAyEyFhceAQbRpP6ysg0cGzipzP6yzP7izP6yzJkE/GWxOzwqAvv9BQNAOCAh/EcDufxHA7kBR1FJSb8AAAAAAgAA/4AGAAWAABQAIAAAJTc2NCcJATY0LwEmIgcBBhQXARYyABACBCAkAhASJCAEA41mExP+zQEzExNmEzQT/joTEwHGEzQChs7+n/5e/p/OzgFhAaIBYY1mEzQTATMBMxM0E2YTE/46EzQT/joTAtf+Xv6fzs4BYQGiAWHOzgACAAD/gAYABYAAFAAgAAAlATY0JwEmIg8BBhQXCQEGFB8BFjIAEAIEICQCEBIkIAQCzQHGExP+OhM0E2YTEwEz/s0TE2YTNANGzv6f/l7+n87OAWEBogFhjQHGEzQTAcYTE2YTNBP+zf7NEzQTZhMC1/5e/p/OzgFhAaIBYc7OAAIAAP+ABgAFgAAUACAAAAE3NjQnASYiBwEGFB8BFjI3CQEWMgAQAgQgJAIQEiQgBASNZhMT/joTNBP+OhMTZhM0EwEzATMTNAGGzv6f/l7+n87OAWEBogFhAY1mEzQTAcYTE/46EzQTZhMTATP+zRMB1/5e/p/OzgFhAaIBYc7OAAAAAAIAAP+ABgAFgAAUACAAACUBNjQvASYiBwkBJiIPAQYUFwEWMgAQAgQgJAIQEiQgBAMtAcYTE2YTNBP+zf7NEzQTZhMTAcYTNALmzv6f/l7+n87OAWEBogFh7QHGEzQTZhMT/s0BMxMTZhM0E/46EwJ3/l7+n87OAWEBogFhzs4AAgAA/0AFgAWAABEAFgAAATchEyEPAS8BIxMFMzUlEyEnASEDBSUEahD8jC8CZBbFxA2vFgFqBAFnMv18D/44BYCA/b79wgOrr/3q5DU1jP7qZAFjAiC1AdX6YqKiAAAAAQAM/0AG9AWAAA8AAAEhCQITIQcFJRMhEyE3IQETBeH+9vzc/UZHASkdAaYB5kT7SDoEuSb7SAWA+sv+9QELAWSToaEBUwEpvwAAAAIAAP8QBwAGAAAHAFUAAAA0JiIGFBYyAREUBwYjIi8BBgQgJCcHBiMiJyY1ETQ2MyEyFxYPAR4BFxEjIiY9ATQ2OwE1LgE1NDYyFhUUBgcVMzIWHQEUBisBET4BNycmNzYzITIWA8AmNCYmNANmFAgEDAtdd/5x/jT+cXddCQ4ECBQSDgFgFggID2RD9ZXAGiYmGsA6RpbUlkY6wBomJhrAlfVDZA8ICBYBYA4SBOY0JiY0Jvyg/qAWCAIJXY+np49dCQIIFgFgDhIUExBkW30UAocmGoAaJqMidUZqlpZqRnUioyYagBom/XkUfVtkEBMUEgABAAAAAASABgAAIwAAATIWFREUBiMhIiY1ETQ2OwERNAAgABUUBisBIiY1NCYiBhURBCAoODgo/EAoODgoIAEHAXIBByYaQBomltSWAwA4KP3AKDg4KAJAKDgBQLkBB/75uRomJhpqlpZq/sAAAAAABQAA/4AGAAWAAAcADwAXACcAMwAAABQGIiY0NjIAECYgBhAWIAAQACAAEAAgABAuAiAOAhAeAiA+ARIQAgQgJAIQEiQgBAQAltSWltQBFuH+wuHhAT4BYf7U/lj+1AEsAagBrGar7f787atmZqvtAQTtq+bO/p/+Xv6fzs4BYQGiAWEC6tSWltSW/mEBPuHh/sLhAlT+WP7UASwBqAEs/X4BBO2rZmar7f787atmZqsCQP5e/p/OzgFhAaIBYc7OAAAAAAMAAAIABYADgAAPAB8ALwAAARUUBisBIiY9ATQ2OwEyFgUVFAYrASImPQE0NjsBMhYFFRQGKwEiJj0BNDY7ATIWAYA4KMAoODgowCg4AgA4KMAoODgowCg4AgA4KMAoODgowCg4AyDAKDg4KMAoODgowCg4OCjAKDg4KMAoODgowCg4OAAAAAADAAAAAAGABYAADwAfAC8AAAEVFAYrASImPQE0NjsBMhYRFRQGKwEiJj0BNDY7ATIWERUUBisBIiY9ATQ2OwEyFgGAOCjAKDg4KMAoODgowCg4OCjAKDg4KMAoODgowCg4ASDAKDg4KMAoODgB2MAoODgowCg4OAHYwCg4OCjAKDg4AAAEAAD/gAYABYAABwAbADUARQAAJDQmIgYUFjIlJgAnJgYdARQWFx4BFx4BOwEyNiUmAi4BJCcmBwYdARQWFxYEEhceATsBMjc2AREUBiMhIiY1ETQ2MyEyFgIAS2pLS2oBqg3+uekOFBENmtwLARINgA0UAX8FZrHp/uGaDgkKEg3MAVzRBwESDYANCgsBH6l3/EB3qal3A8B3qctqS0tqSyLpAUcNARQNgA0SAQvcmg0RFA2aAR/psWYFAQoKDYANEgEH0f6kzA0SCgkDzfxAd6mpdwPAd6mpAAAAAgAA/4AGAAWAAAsAGwAAACAEEhACBCAkAhASATY0JwEmBwYVERQXFjMyNwIvAaIBYc7O/p/+Xv6fzs4DsiAg/eAfISAgEBARDwWAzv6f/l7+n87OAWEBogFh/ZcSShIBQBMSEyX9gCUTCAkAAwA2/zUGywXKAAMAEwAvAAAJBTY0JwEmIgcBBhQXARYyCQEGIi8BNjQmIgcnJjQ3ATYyHwEGFBYyNxcWFAQAATz9xP7EAWkCahMT/pYSNhL9lhMTAWoSNgOL/HUlayV+OHCgOH0lJQOLJWslfThwoDh+JQQ8/sT9xAE8/mkCahM0EwFqEhL9lhM0E/6WEgKP/HQlJX44oHA4fiVrJQOKJSV9OKBwOH0lawAAAAIAAP+ABgAFgAAPAB8AAAE1NCYjISIGHQEUFjMhMjYBERQGIyEiJjURNDYzITIWBQAmGvyAGiYmGgOAGiYBAKl3/EB3qal3A8B3qQJAgBomJhqAGiYmAjr8QHepqXcDwHepqQADAAAAAAWABYAADwAfAC8AAAEVFAYjISImPQE0NjMhMhYTETQmIyEiBhURFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgSAEg78wA4SEg4DQA4SgF5C/MBCXl5CA0BCXoCpd/zAd6mpdwNAd6kC4EAOEhIOQA4SEv4yA0BCXl5C/MBCXl4DgvzAd6mpdwNAd6mpAAABAAMAAAP6BX8AHAAAAQYrAREUBiMhIicmPwE2MyERIyInJjcBNjIXARYD+hIowBIO/UAVCAgMoAkQAUDAKBIRGgFAEj4SAUAbA6Ul/KAOEhIUD8ALAoAlJR8BgBYW/oAgAAAAAQAD/4AD+gUAABsAABMhMhYVETMyFgcBBiInASY3NjsBESEiLwEmNzYgAsANE8AoJBv+wBI+Ev7AGhESKMD+wA4LoA0JCQUAEw78oUog/oAWFgGAHyYlAoALwA4UEwAAAgAA/4AGAAWAABQAJAAAJQE2NC8BJiIHAScmIg8BBhQXARYyAREUBiMhIiY1ETQ2MyEyFgKtAmYTE2YTNBP+LdMTNBNmExMBZhM0A2apd/xAd6mpdwPAd6ntAmYTNBNmExP+LdMTE2YTNBP+mhMDhvxAd6mpdwPAd6mpAAUAAP+ABgAFgAAGABAAFQAfAC8AAAEXByM1IzUBFgcBBicmNwE2CQMRATc2NC8BJiIPASURFAYjISImNRE0NjMhMhYBlJg0OGAB0g4R/t0RDQ4RASMR/vsCIP7g/eADgFwcHJgcUBxcAqCpd/xAd6mpdwPAd6kBrJg0YDgBug0R/t0RDg0RASMR/UACIAEg/eD+4AJgXBxQHJgcHFxg/EB3qal3A8B3qakAAAACAAD/gAYABYAAGQApAAABETQmIyEiBwYfAQEGFB8BFjI3ARcWMzI3NgERFAYjISImNRE0NjMhMhYFACYa/iAqEREfkP3qExNmEzQTAhaQEhsMDScBAKl3/EB3qal3A8B3qQJgAeAaJicpHZD96hM0E2YTEwIWkBMFEQIq/EB3qal3A8B3qakAAgAA/4AGAAWAACUANQAACQE2NCcBJgcGHQEiDgUVFBcWMzI3NicCNz4BMxUUFxYzMgERFAYjISImNRE0NjMhMhYD7QFgExP+oB4nKHfCg2E4IQqnCw4HBhYDLGouqIwoDAwaAiapd/xAd6mpdwPAd6kBswFgEzQTAWAfEREqoCc/X2B6ZTy13wwDCRgBYnc0L6AqEQUCwPxAd6mpdwPAd6mpAAAEAAD/gAYABYAAAgAGABIAHgAAAS0BAREBEQAQLgEgDgEQHgEgNgAQAgQgJAIQEiQgBAKAAQD/AAGA/gADIJL6/tj6kpL6ASj6AXLO/p/+Xv6fzs4BYQGiAWEBwICAAU/94v8AAh7+3QEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgADAAD/gAYABYAADQAdAC0AAAEWBwEGIicBJjc2MyEyExE0JiMhIgYVERQWMyEyNgERFAYjISImNRE0NjMhMhYEeRIX/sATQhP+wBcSESgCgCiYEw38QA0TEw0DwA0TAQCpd/xAd6mpdwPAd6kDXSMf/kAbGwHAHyMj/SADwA0TEw38QA0TEwPN/EB3qal3A8B3qakAAwAA/4AGAAWAAA0AHQAtAAABBiMhIicmNwE2MhcBFhMRNCYjISIGFREUFjMhMjYBERQGIyEiJjURNDYzITIWBHkRKP2AKBESFwFAE0ITAUAXdRMN/EANExMNA8ANEwEAqXf8QHepqXcDwHepAaMjIyMfAcAbG/5AH/7aA8ANExMN/EANExMDzfxAd6mpdwPAd6mpAAMAAP+ABgAFgAANAB0ALQAAABQHAQYnJjURNDc2FwETETQmIyEiBhURFBYzITI2AREUBiMhIiY1ETQ2MyEyFgRAG/5AHyMjIyMfAcDbEg78QA4SEg4DwA4SAQCpd/xAd6mpdwPAd6kCoUIT/sAXEhEoAoAoERIX/sD97APADhISDvxADhISA878QHepqXcDwHepqQABAAAAAAPzBYAAYAAAJRcWBg8BDgcjIgAnIyImPQE0NjsBJjcjIiY9ATQ2OwE2ADMyFxYXFg8BDgEvAS4FIyIGByEyFxYPAQYjIQYXITIXFg8BDgEjIR4BMzI+BD8BNhcWA9AjAwwLBQQNExgbISInE+r+oj9fDRMTDUICA0MOEhIOYkMBYeBmXAsJBgMrAxYNBAQPFBkbHw5+yDIB1BAJCgMYBRv+GAMDAcsPCgkDGAISC/59MMt/EiQfHBUQBAUNDQzlnwwVBAECAwYFBQUEAgEF3RMNcQ0TOTASDnIOEtIBABcDDAsNnw0NBAEBAwQDAwKAcAwMDnIaJUQMDA9wCw91iQMEBQUEAQIFBwcAAAEAAAAAA/wFgAA/AAABERQGIyEiJj0BNDY7AREjIiY9ATQ2OwE1NDYzMhceAQ8BBgcGJy4CIyIGHQEhMhYdARQGIyERITU0NjsBMhYD/BIO/EQOEhMNYV8OEhIOX/e/uZYJAghnCQ0NCgUqYC1VaAExDRMTDf7PAZ4SDqIOEgGP/pEOEhIOlg0TAX8TDYMOEt+r3n0IGQp/CwECCQUcJF5M1xIOgw0T/oW1DRMTAAAAAQA0/wAD0gYAAGIAAAEUBgcVFAYrASImPQEuBCcmPwE2NzYXMBcWFxYzMjY1NC4DJy4INTQ2NzU0NjsBMhYdAR4EFxYPAQYHBicuBCMiBhUUHgQXHgYD0sefEg6HDRNCe1BEGQURD2cHEA8JAnGCJSVRex4lUDQ2Jy1OL0IpLhkRxJ0TDYcOEjlrQzwSBhEMUQgPDg0DFzc+VypfeBEqJUsuLzU4YDdFJRoBX5ndGq8OEhMNrwksLTMYBhUUhwoCAgsCYxoIVk8cMiIpFxUQEiMbLCk5O0opitAetA0TEg6wBiIhKhAGEhSSDwEDCgMSIx0XVkQaLCcbIxMSFBcvJj5BWAABAAAAAAOCBYAAPgAAARUUBisBDgEHFgEWBwYrASInACcmPQE0NjsBMjY3ISImPQE0NjMhJisBIiY9ATQ2MyEyFh0BFAYrARYXMzIWA4ISDqgX1KqnASQOCggVwxAJ/s7ACRMNcIShFv5VDhISDgGdOdORDRMSDgNADhISDukvEasOEgQqZg4SkLQUsv6aEBISDAFvzAkNfw0TVlISDmYOEnETDYUOEhIOZg4SPVMSAAEABAAAA/8FgABFAAAhIyImNREhIiY9ATQ2MyE1ISImPQE0NjsBASY3NjsBMhcTFhc+ATcTNjsBMhcWBwEzMhYdARQGIyEVITIWHQEUBiMhERQGAlusDRP+4A0TEw0BIP7gDRMTDdb+vwgIChLCEwrXEyUKKQe/CBW/EQoJCP7H1w0TEw3+3gEiDRMTDf7eExIOAUoSDmcNE1USDmgNEwJCEBAQEv5XJlcYWBEBpBMQDhH9vRMNaA4SVRMNZw4S/rYNEwACAAAAAAUABYAABwA4AAAANCYjIREhMgAQBiMhFSEyFh0BFAYjIRUUBisBIiY9ASMiJj0BNDY7ATUjIiY9ATQ2OwERNDYzITIEE4Jq/sABQGoBb/3I/qwB+Q4SEg7+BxMNpw4S4A4SEg7g4A4SEg7gEg4CG8gDZ8h8/kABof5+9HYSDoAOEsAOEhIOwBIOgA4SdhIOlQ0TAnUOEgAGAAAAAAcABYAACAAMABAAGQAdAG4AAAETIxMWFBc0NhM3IRchMycjARMjExQWFzQ2EzchFwUVFAYrAQMGKwEiJwMjAwYrASImJwMjIiY9ATQ2OwEnIyImPQE0NjsBAyY3NjsBMhcTIRM2OwEyFxMhEzY7ATIXFgcDMzIWHQEUBisBBzMyFgICUZ9LAQEBdCP+3CABoYsjRgGfTqJRAQEBbyH+1yICgBIO1aQHGJ8YB6bRpwcYnwsRAqDQDhISDq8hjg4SEg5tWQUKChCJGgVaAWdhBxh+GAdiAW1dBRqJEAoKBVtvDhISDpEisw4SAVUBK/7UAQQBAQUBrICAgP3UASz+1QEFAQEEAa2AgCBADhL9mBgYAmj9mBgOCgJoEg5ADhKAEg5ADhIBWA8NDBj+mAFoGBj+mAFoGAwND/6oEg5ADhKAEgAAAwA4/wAE6AWAADMASABcAAABFgceAQcOBAcVIzUiJxUjESImKwE3MzI3ETMmIxEmKwE1FzI3NTMVNjM1MxUeAwM0LgQiBiMRMhYyPgYDNC4EDgEjETIWPgYEjxKVdXQNBzNOdH9SmlAqmhJIE8gfbzIIEAYKDUxv1EAhmlIomk96aD3RHixHPFgyTwgIOiZEMUEuMR4TRxkkPDJJK0EHBTsiQiw7JiQSA4C2TByWi0dsRi8WBP/7AfwA/wG3MwGSAQEfRKQBAfz3AvX8Bx87Yf2dJDgkGQwGAv6uAQMFDBAaIi4B+CEzIRcKBgEB/s0BAQMIDhcfLgACAAD/AAYABgAABgAYAAABERYXARYXBRQWMyERFAYjISImNRE0NjMhBAAWDgGYDg79qDgoAiA4KPrAKDg4KAMgBAAB2A4O/mgOFiAoOPvgKDg4KAZAKDgABQAA/wAGAAYAAAYAGAAoADgASAAAARYXIREWFwMhERQGIyEiJjURNDYzIREUFhM1NCYjISIGHQEUFjMhMjYRNTQmIyEiBh0BFBYzITI2ETU0JiMhIgYdARQWMyEyNgW8Dg7+KBYORAIgOCj6wCg4OCgDIDjIEg79QA4SEg4CwA4SEg79QA4SEg4CwA4SEg79QA4SEg4CwA4SBCQOFgHYDg79xPvgKDg4KAZAKDj94Cg4/SBADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhISAAAEACL/AAZ9BgAACgAkAEIAUgAAATMvASY1IwcUBgcBFAcBBiMiJwEmNzY7ARE0NjsBMhYVETMyFgUVITUBNj8BNSIGIwYrARUjNSEVAQYPARU3NjsBNRMVITUzJyMHMxUhNTMTMxMEp7FIDAIEAwcE/fAK/sEKDQwL/sAPCAgWwBIOwA4SwA4SA0T9uAFxDAkLAgkDDBLoeAI3/o8GDwsOCRX40v7gSy/zL0v+4UbmouYEaNovEAQUASIM+x4MDP7BCQkBQBATFAVgDhISDvqgEoXpWgIREgkJAwEDc+VZ/e4IEgsCAgJ3A4FqapCQamoClv1qAAAAAAQAIv8ABn0GAAAKACQANABSAAAlMy8BJjUjBxQGBwUUBwEGIyInASY3NjsBETQ2OwEyFhURMzIWARUhNTMnIwczFSE1MxMzEwMVITUBNj8BNSIGIwYrARUjNSEVAQYPARU3NjsBNQSnsUgMAgQDBwT98Ar+wQoNDAv+wA8ICBbAEg7ADhLADhIDnf7gSy/zL0v+4UbmouYT/bgBcQwJCwIJAwwS6HgCN/6PBg8LDgkV+GjaLxAEFAEiDOIMDP7BCQkBQBATFAVgDhISDvqgEv78amqQkGpqApb9agR/6VoCERIJCQMBA3PlWf3uCBIKAwMBdwAFACL/AAcABgAAGQApADkASQBZAAAlFAcBBiMiJwEmNzY7ARE0NjsBMhYVETMyFgUVFAYjISImPQE0NjMhMhYDFRQGIyEiJj0BNDYzITIWAxUUBiMhIiY9ATQ2MyEyFgMVFAYjISImPQE0NjMhMhYC4Ar+wQoNDAv+wA8ICBbAEg7ADhLADhIEIBIO/MAOEhIOA0AOEsASDv2ADhISDgKADhLAEg7+QA4SEg4BwA4SwBIO/wAOEhIOAQAOEmAMDP7BCQkBQBATFAVgDhISDvqgEo7ADhISDsAOEhIB8sAOEhIOwA4SEgHywA4SEg7ADhISAfLADhISDsAOEhIAAAAABQAi/wAHAAYAAA8AKQA5AEkAWQAABRUUBiMhIiY9ATQ2MyEyFiUUBwEGIyInASY3NjsBETQ2OwEyFhURMzIWARUUBiMhIiY9ATQ2MyEyFhMVFAYjISImPQE0NjMhMhYTFRQGIyEiJj0BNDYzITIWBMASDv8ADhISDgEADhL+IAr+wQoNDAv+wA8ICBbAEg7ADhLADhICoBIO/kAOEhIOAcAOEsASDv2ADhISDgKADhLAEg78wA4SEg4DQA4SIMAOEhIOwA4SEnIMDP7BCQkBQBATFAVgDhISDvqgEgFywA4SEg7ADhISAfLADhISDsAOEhIB8sAOEhIOwA4SEgAAAAQAIv8ABc4GAAAKACQAQwBWAAAlNCYjIgYUFjMyNgUUBwEGIyInASY3NjsBETQ2OwEyFhURMzIWJRQOAyMiJyYnNxYXFjMyNjcjDgEjIiY1NDYzMhYDFSE1MxE0Nj0BIwcGDwEnNzMRBUJYOzQ+SUQyRv2eCv7BCg0MC/7ADwgIFsASDsAOEsAOEgLuGjhQdUU+LhgSJw8QJSZUZRACFVEsaoaQbXukHv4rpwECBwgSPlLAe98/akpyTDZWDAz+wQkJAUAQExQFYA4SEg76oBI3PndtUjEQCAdxBwQNdVcXHI9laZK9Ai9ycgGwBxgFEAwNEjpWuf1yAAAAAAQAIv8ABc4GAAAKACQANwBWAAABNCYjIgYUFjMyNgEUBwEGIyInASY3NjsBETQ2OwEyFhURMzIWBRUhNTMRNDY9ASMHBg8BJzczERMUDgMjIicmJzcWFxYzMjY3Iw4BIyImNTQ2MzIWBUJYOzQ+SUQyRv2eCv7BCg0MC/7ADwgIFsASDsAOEsAOEgLQ/iunAQIHCBI+UsB7wxo4UHVFPi4YEicPECUmVGUQAhVRLGqGkG17pATfP2pKckw2+6oMDP7BCQkBQBATFAVgDhISDvqgEvxycgGwBxgFEAwNEjpWuf1yBTM+d21SMRAIB3EHBA11Vxccj2Vpkr0AAAMAAP+ABkAFgAALABsAXAAAJTQmIyIGFRQWMzI2ExEUBiMhIiY1ETQ2MyEyFgUUBxYVFgcWBwYHFgcGBysCIi4BJyYnLgE1ETQ2Nz4BNzY3PgI3PgI3NjMyHgUVFA4BBw4CByEyFgEAJhobJSUbGiagJhr+4BomJhoBIBomBKA3DwMuEREPJwk6QIUkTBFCnFdNeyMaJiQZGGgxRCESGgkJBwscFBMaLkkvIQ8JARMTEgMOCAQBFU5ywBomJhobJSUCG/2AGiYmGgKAGiYmGlY/LCBMPTg9OSVwRUwCHxsaKwEBJRoCgRklAgJyQFchEjwlKicsPBQTFR8yKDweGCZMLCIGGBQOcgAAAAADAAD/AAZABQAACwAbAFwAAAEUBiMiJjU0NjMyFhMRNCYjISIGFREUFjMhMjYlFhUOASMhHgIXHgIVFA4FIyInLgInLgInJicuAScuATURNDY3Njc+AjsDFhcWBxYXFgcWBxQBACYaGyUlGxomoCYa/uAaJiYaASAaJgRpNwFxTv7rBAgOAxISFAEJDyEvSS4aExQcCwcJCRoSIUQxaBgZJCYaI3tNV5xCEUwkhUA6CScPEREuAwPAGiYmGhslJf3lAoAaJiYa/YAaJiavPVhOcg4UGAYlKE0mGB48KDIfFRMUPCwnKiU8EiFXQHICAiUZAoEaJQEBKxobHwJMRXAlOT04PUwgAAAMAAD/gAYABYAACQAPABcAKwA9AFwAZAB/AIwAngCyAMIAACU1NCMiBxUWMzI3MzU0IhUlFSMRIxEjNQURIzUGIyInJjURMxEUFxYzMjcRBRUUBwYjIicVIxEzFTYzMhcWFxUUBwYHBiMiJyY9ATQ3NjIXFh0BIxUUMzI3NDY0NQEVFCI9ATQyATQnLgEnJiEgBw4BBwYVFBceARcWIDc+ATc2ARMjBycjHgEXFhcVMyU1NCcmIyIHBh0BFBcWMzI3NhczESMRBiMiJyY1ESMRFBcWMzI3AREUBiMhIiY1ETQ2MyEyFgOXHREQEBEduEJC/cVQSk4BsUMnJSEJBkIBAQ4UFgE/BwwpIyFDQyAkKQwH+wIDDBs1NB0VFB1mGxWFIhgGAf6BQEACFRMKQiuI/uz+7YgsQQoUFApBK4kCJokrQQoU/Q1aSzM1TgcgCCMLSgEhFR0xMxsVFRszMR0VtUNDFhQPAQFDBgsgJCkB96l3/EB3qal3A8B3qemdMhDgEKsiMzPoRv5ZAadGfv6RKC0cESUBIv7yGAIPHwEYb5I0FSopJAHtoSgqFbYJHQ4WEigmGzuBOxsmJh05TEEzGgEMFQsDOJwzM5w0/QOxUyw7BQ8PBTssV62wVCs8BQ8PBTwrVAM7ASjDwxdcF2c3yXiCOh0mJh06gjodJiYbPAFy/uUfEAIYARD+2yUSGy0BCPxAd6mpdwPAd6mpAAAACwAb/wAF5QYAAAkADwAXACsAPQBbAGMAfQCJAJsArwAAARUUIyInETYzMgUVIzU0MiUzNSEVMxEzITMRIxEGIyInJjURIxEUFxYzMjclNTQnJiMiBzUjETM1FjMyNzYlNSMUBwYjIj0BMzU0JyYjIgcGHQEUFxYzMjc2NzYBNTQiHQEUMgEUBw4BBwYgJy4BJyY1NDc+ATc2IBceARcWATMDESMRJicmJzMTBRUUBwYjIicmPQE0NzYzMhcWJREjNQYjIicmNREzERQXFjMyNxEDyycXFhYXJwFSWlr8Omv+yGlkASBZWR4bEgMBWQgMLjA2Aa0JETYyK1lZLTA2EQkBUlsCByEusxsnQ0QnHB0nRUgkEgMC/aBWVgLPGg5YOrj9Grg6WQ0aGg5YO7cC5rg6WQ0a/BpmeWQOLyUcakcBthwmREMmHBwmQ0QmHAFPWzUyLg0IWwEDEhseASTTQxYBLRZELi5Ell5e/ccB7v6GKhUDIAFs/nkxGCU9XsVJGjg22f1pMDc3G1MNMwokRVdnTyUzMyVPrU8lMzUbGwkDwtJFRdJG/VfqdDtQBhUVBlA7cO7qdDtQBxQUB1A7cAQO/nH+8QEPSopnVP75Rq9RJTMzJlCvUCUzMyVS/g03PiUYMwGK/pEhAhYrAX0AAAIABf+ABXsF9gATACcAAAEGAwYrASImNxMyJwMmNzY7ATIXARYHARUBFgcGKwEiJwE2ATY7ATICVQr3GybvFRQK/QEBoQwLCRfvKBoDygsL/fABUAsKChbvKhj+rRICARkn8RYDZRL+Si4iEwHAAQEXFg8PLQFkEBX8WgH9mRQRDy0CbiADji0AAAAAAwAA/4AGAAWAABMAJwA3AAABNCcmKwEiBwYfARUDBhcWOwEyNwEmKwEiBwEWARY7ATI3NicBNQE2FxEUBiMhIiY1ETQ2MyEyFgKtfhUfuBIIBwh9xAkJCBC5HxMDNwcRux4T/mUBAQUUILgSBwgJ/vwBmQjbqXf8QHepqXcDwHepAwMB3SILDBHYAf6mDg4NJANRDCP9JwL+ISMMDQ8B3AEC0xCI/EB3qal3A8B3qakAAAAAAgAAAAoHAAT2AAIASQAAAS0BEzIEHwEyHgUXHgIXHgEXHQEWBw4BDwEOBiMGISYkLwIuAicuAicuASc9ASY3PgE/AT4GMzYCxwHk/hy5qAE5SUkBIA4hGCAeDgYTJwcICQEBEwckDg4OHiAYIQ8fAfv+iM/+zzAxJCQlQRgGEycHCAkBARMHJA4ODh4gGCEOIAH7AZj6/QFnCQUEAwMGChAXDwYZXDdAkSkoiJGRN1kREQ8XDwoGAwMTAgkDBAQFCiAZBhlcN0CRKSiIkZE3WRERDxcQCgYDAxIAAAUAQP+ABsAFigADABMAFwAbAB8AAAkEFQEVJwc1ATUXATUXNxUJDAGSAe7+qv4WBSz+FgEB/heTAVYBAQFX/VEBVv4S/q4FLgFS/hf+qQFXAen+rv4SAz3+z/7jAT/+5Gz+2wEBAQEBJWxgARwCAQEC/uQE2P7j/tABDv7y/vH+wQEdA37+wf7yATAABgAL/wAF9QYAAAcACwAPABMAFwAbAAAFIREjESERIyU3BQcBNwEHATcBBwMBBwkBNSEVBQn7oqAFnqD8UiEDDyH9WEMC1UP99GYCZmbZAd2A/iP9sgMgYAHg/YACgCydpZwCGpL+rZECtnv9/3sDe/1/YAKB+qGfnwAAAAUAAP+ABgAFgAAHAA8AFwBPAGcAAAA0JiIGFBYyABAGICYQNiAkFAYiJjQ2MiQiJg4CBw4BBw4DFhQGHgIXHgEXHgM2MhY+Ajc+ATc+AyY0Ni4CJy4BJy4DABAHDgEHBiAnLgEnJhA3PgE3NiAXHgEXBACW1JaW1AEg5v645uYBSAFSNkw2Nkz+Rw6LSHlVHTJMFAsPBQEBAQEFDwsUTDIdVXlIiw6LSHlVHTJMFAsPBQEBAQEFDwsUTDIdVXlIAm4FCuTQWP42WNDkCgUFCuTQWAHKWNDkCgIW1JaW1JYBpP645uYBSOY2TDY2TDaAAQEFDwsUTDIdVXlIiw6LSHlVHTJMFAsPBQEBAQEFDwsUTDIdVXlIiw6LSHlVHTJMFAsPBQH+bv42WNDkCgUFCuTQWAHKWNDkCgUFCuTQAAAAAwAA/4AGAAWAAA8AFwAfAAABMhYVERQGIyEiJjURNDYzADQmIgYUFjIkNCYiBhQWMgTgd6mpd/xAd6mpdwGafLB8fLACsHywfHywBYCpd/xAd6mpdwPAd6n8qLB8fLB8fLB8fLB8AAADAAD/gAYABYAAAgAJABUAAAETIQUzCQEzNyEAEAIEICQCEBIkIAQDAMn+bgI2Xv41/jVeaAIKAfvO/p/+Xv6fzs4BYQGiAWEDkv7O4AKz/U2gATH+Xv6fzs4BYQGiAWHOzgAABQAA/1AFgQWjAAoAFgAqAEMAZwAAARYGJy4BNjc2HgEXLgEHDgEXHgE3PgETLgInJAUOAgceAhcWNz4CEw4DBw4BJicuAycmJz8BFiA3HgEGEwYDDgIHBiUmJy4EJy4DJz4ENzY3JAUWFx4BAy8IdTUnHRwmJEk3bw7GYj9LAwSTXFt65BRILDH+3f7tKy5AEh5cNzzk3D81XFYIDw0sJFbPxWcuR1JAFBkgBhLfAjfgFQYQtRpVBSwrIfz+mviSDxUNBQcCCSMVGgkDHSI4JB59vAF7ASmbPBABAqU/TCARUlIREgw7EWtyLBx5RVuACAiYAnobIwkILzEHCiIaHCMJBx0cCAgj/BIaZUNJFDAvAxEIFCI1I2DEEAmUlAYiOAO4p/4YHjQcEX4mG3AMHSkbNAkyyHusSBotHh4PCy4SJVcuTBQ+AAYAAP+ABgAFgAAIABMAJwA6AFkAaQAAATQmBwYWFxY2NxYOASYnJjY3NhYTDgIHBicuAic+Ajc2Fx4CEzQ2JicGICcPARYXFhcWNz4CEzYnJicmBQYHDgIHHgIXHgMXFhcENz4CNxIBERQGIyEiJjURNDYzITIWA1BSJCsBKydUSghYhGoDAjctRo+2FEMnLJupLCZDFQ0uIh7G0iEkMjgLBQ+h/miiDAUaDy+d+bMiHg+HCRErcNj+8YReJiszBAgWJAYBCAYSDWmzAQO1GB8fBDABKKl3/EB3qal3A8B3qQKaKy4WFGkSFzY9Qm4MXEMxWBQfUgE6FRoGBRQUBgcZFBMYBwUjIgUHGf0DBycZBGpqBgyaOFEbLmMTQWoCxzUWNyE/GwwiDxQwHkSMyiQFNBQiC1AUHFsNFCYVAQsBMvxAd6mpdwPAd6mpAAAAAAEARP+ABAAGAAAiAAAlFw4BBwYuAzURIzU+BDc+ATsBESEVIREUHgI3NgOwUBewWWitcE4hqEhyRDAUBQEHBPQBTf6yDSBDME7P7SM+AQI4XHh4OgIg1xpXXW9XLQUH/lj8/foeNDUeAQIAAAIAAP+ABgAFgAAfAC8AACUnBiMGLgI1ESE1IREjIgcOAwcVMxEUHgI3PgEBERQGIyEiJjURNDYzITIWBHA+LDskNBkKAQH/ALwIAQUZNWVEgitXm2NFhwGiqXf8QHepqXcDwHepS7cWARcoKRcBjsIBRgosVmhWGaX+Xjl0akECATAEL/xAd6mpdwPAd6mpAAEAA/9AAv0GAAAXAAAAFgcBBiMiJwEmNzY7ARE0NjsBMhYVETMC9RAN/qIKDQ4K/p0NCAkU4BIOwA4S4AEAJhD+gAoKAYAQExME4A4SEg77IAAAAAEAA/8AAv0FwAAXAAABBisBERQGKwEiJjURIyImNwE2MzIXARYC/QkU4BIOwA4S4BUQDQFeCg0OCgFjDQQTE/sgDhISDgTgJhABgAoK/oAQAAAAAAEAQAEDBwAD/QAXAAABFRQGIyEVFAYnASY1NDcBNhcWHQEhMhYHABIO+yAmEP6ACgoBgBATEwTgDhIC4MAOEuAVEA0BXgoNDgoBYg4ICRTgEgAAAAEAAAEDBsAD/QAXAAABFAcBBicmPQEhIiY9ATQ2MyE1NDYXARYGwAr+gBATE/sgDhISDgTgJhABgAoCgw4K/p4OCAkU4BIOwA4S4BUQDf6iCgAAAAIAAP+ABXEGAAAmADgAAAEGBwYjIicmIyIHBiMiAwI1NDc2MzIXFjMyNzYzMhcWFwYHBhUUFgEUBwYHBgcGBzY3NjceARcUFgVxJ1SBgDFbVkE9UVEzmJWTcXGrSGloIi1iZkd3XjQ0TyNBiv7hHR4/NjYlQwNLSrABAwEBAUF9fcQgICEiAQMBBfLkkpAeHiIiQSRAQzNecXzGBHo9S0s/NhILBpVsaykDEAMEDAAABAAA/wAGgAWAAAMABwALAA8AAAERJREBESERARElEQERIRECqv1WAqr9VgaA/HUDi/x1AhL9dV4CLQLn/W0CNf13/O59ApUDbvzmAp0AAAAGAAD/AAWABX4ABwAPABwANwBNAFsAAAAyNjQmIgYUBDI2NCYiBhQFMhYVERQGIiY1ETQ2BREUBisBFRQGIiY9ASMVFAYjIiY1JyMiJjURAR4BFSE0NjcnJjc2HwE2Mhc3NhcWBwERFAYjIiY1ETQ2MzIWAd0gFxcgFgG8IBYWIBf8+yo8O1Y8PARPQC1LPFY8ijwrKjwBSi5AAq5rgPxjgGxHBwwNB0hf1F9IBw0MBwGWPCsqPDwqKzwEHRcgFxcgFxcgFxcgzzwq/lIrPDwrAa4qPBP9Zi5A4ys8PCvj4ys8PCvjQC4CmgGVN8V1dcU3gw0HBgyEKiqEDAYHDf2V/lIrPDwrAa4rOzsACQAL/wAF+QYAAAgADwAiAQgBFQElATMBSQHxAAABDgEjBjU0NzIXBiYHNhcWASYOAQcGBwYXFjY3PgM8ASYBNCc+AyY0LgInLgEnFhcWBwYHBi4BJy4EJy4DJyY2JicuAScuATY3NhYHBhY3NjQ1LgMnBhcUIy4BBic2JicmBgcGHgE3Njc2ByImJyY2FzIWBgcGBw4BBw4BFx4DFxY3PgM3NhceAQYHDgEHBgcGJyYXFhcWNz4FFhcUDgUHDgInJicmBwYVFA4CFw4BBwYWBwYnJicmNzYHBgcGFx4BFx4BFx4BBgceAhU2Jy4CNz4BFxY3Njc2FxYHBgcGFhc+ATc2JjY3NjM+ARYBNiYnJhUWFzIHBjMyBS4CJy4EBwYWFxY2JzQuAQciBhYXFhcUNzY3NC4BJyYjDgEWBw4CFxY+ATc2MjYBHgIOBQcOAQcOAScuAycmIyIGBw4DJy4BJy4EJyY2NzYuATY3PgE3PgE1FgcGJyYHBhceAwcUBhcWFx4BFx4CNz4CLgEnJicmBwYnJjc+Ajc+Azc2NyYnJjY3NjM2FhceAQcGFxYXHgEXFg4BBw4DJy4EJyYOARcWBwYWNjc+ATc+AS4BJy4BNjceBQKXCwkEBRMFXAQPChgIA/6bBAQFAwMHCgkEEQQBAgIBAgNVNwQHAwMCBwEJAQpKIxghVyELJx8PAQsJFRINDQEOIhkWBAQUCycPOwYIBhYZJRwKCxIVDQURGRYQaxIBCSkZAwEiHBsdAgEJEQcKBgQLBxEBARQYERQBARYJCCcBDQUKDhYKGxYvNwIqGyAFCQsFAwkMFEkJLBoZNgoBARAZKhEmIiEbFg0CAgYGCwcNAxxPNhYVKhYDAR4dDRIXTwgCAQYIFSAEAgYEBQICJC4FKAQUqAkQAx8eCCoOLicEDQYBAxQKLniFLBcLDAIBFgkGFQMXAgIRAhYPJAFDTv2hAwsGCQIDCgMDCwMBowIJEQYFCQUGAgMOKhIJC7QKDAMGBAQDDgQIAjYFDQMPCQkFAwIBCgIEBAgOCAEQDgI3FBYCBxgXJRomCCZfHBFmJhIXCiIeLFYTTBQsRyQzHB2kQBNAJCsYBQoiAQEKCgEKDlYRHhgVNSAzIgkNEgIMBQQBIgMDIhSBIxhkQRcrKwMSFAp5MEQtCwQDAQESHgcIJRYmFG4ODAQCNFAnQTVqJDlFBQUjImM3WQ8IBhILChsbNiISGxIJDgIWJhIQFBMKOFooOz1JNTALJyAhIQMOAQ4PGhAbBGUBEwEGDAMOAQ8DCw0G/lIBCBEFBQgLAQEQCgMIBAUDAwL+mhIYDxkbEB0KIgcrBTBuFBQ/onQoAgQtei4nPB8SDAE+Uh4kFhVBIggDHgEBMjQBA0IZEw8HBEAFHigVCQMIfg8JAwQHOUIBATkfDywfAgMLCQEdExYeASokBA8ODBcBDhoFCBcPCwECEQEMCREJDgYDCw0DBh8EEwQFBwIEBA8XAQEMEBMPCQQJAgUFBAYDBwEOPBoMCz4fCQMHGT8wRB0GqDkSZggYFR8/HBwTAQEEQWUMIAQXhwkPLigDDzsxLhhECBAIAgUJBzQQD0gmCAYuGUMXHQETdCAVaVkaEiUgCwMqERoCAgkFAQ8UwggHAwQDCgYHAQIQNwQBEuALEQgBBAQBBBsDBQLqAgYIAg8BDQ0GBA0FBgMGDAMBBPrIDBkXFhYRFA0SBBNKGxAHEgkdFhEBAQMBARwgGQEBPA0ECwcMEQsXVwsQMCUkCQwEChIiIkkhFAUDDQ8qBhgMFgsPRA4RCQYZCAYgDgMGLDRBJxG+NEoiCRgQFh0uMBIVZjZEFI80cMZaeysVAR0bKp9EX3dxaTvQVzFHKAICIiUeAQEIEwwdBSUOVDdGfUFHBSExIxkSJSAZCwtKRwwfMx4bCw8ACAAA/4AGAAWAAA4AIAAnAC4AMgA+AFYAYgAAJSYDIwcOBAcnFjMyAyYnBCEGFRQWFz4DPwE+AScmJw4BByAFJgcWFz4BASIHNgUmIyIHFhc+BBMmJwcOBAcWFx4BFz4BMh4EFzYQAgQgJAIQEiQgBAQAKmICAhA2lH6IIw+46oQ9FSD+yf6WAVhQMpOKeyYlBBJneHyKwCABLgPc0sdXKW+U/PEBAQECT7n4TE+Dc0V6RzwP5AOSAQkUQ0t9RRkTAgkDJE1GRDw1Kx4Kes7+n/5e/p/OzgFhAaIBYSTxAQEBBhVNV45NC5YCkzE+XQcOfOFZWZteRA4NAQXW1aVB8pfvPB/v5kvlA20BAZGkE6rUGkU2PBX+IuiyAQwZQDlJHDUqBRgFBQQDBQYHBQLI/l7+n87OAWEBogFhzs4AAAACAAD/gAYABYAAPgBeAAABNC4DLwEuBDU0MzIeAzMyNjU0LgEjIg4CFRQeAh8BFhcWFRQGIyIuAyMiBhUUFjMyPgIFFAYjIicGIyIkJgI1NDcmNTQ2MzIXNjMyBBYSFRQHFgSVJzpYTTFoHhwqEg+QK0QoJCwaLzlwrGBEgG9DJkpWPJJaFiBQQTNRMSoyHTIz9KlJhm9CAWvhn4JoTUmP/vu9bxBQ4Z+CaE1JjwEFvW8QUAHZMlM2LBgLGAcHEBAaEU0YISIYQC03WS4fP29JPVs8JQ4kFg4UKCczIC0tIDwtXIMlRnWQn+FQEG+9AQWPSU1ogp/hUBBvvf77j0lNaAAAAAMALP+ABMsGAAAjAD8ARAAAATc2JiMhIgYVERQ3AT4BOwEyNjc2NzYmIyEiJj0BNDYzITI2NwYKAQcOBCMhIgcGAQ4BJyY1ETQ2MyEyFgcDNhoBA+glBRwV/TgXHwYBIxceIe8WHgMYDQQfFf7aHSYmHQFaEiLmD00+BAYGFhsyIf7xDQkI/l4WSQw3TFIDeF9AFp4EPk0ETsIXIiIU+7MHBgFgGg8dD4I9FSYmHSodJRvuSf59/scRFhUsFhQKCf4bGQcJFkwFgjdfamr86hEBOQGDAAAAAAMAAP+ABgAFgAAPAB8ALwAAJRE0JiMhIgYVERQWMyEyNgERNCYjISIGFREUFjMhMjYTERQGIyEiJjURNDYzITIWAsASDv4gDhISDgHgDhICoBIO/iAOEhIOAeAOEqAmGvqAGiYmGgWAGibABAAOEhIO/AAOEhIBjgKADhISDv2ADhISAw76gBomJhoFgBomJgAAAAACAAD/AAUABeAAMQA5AAABFAYjIicDIxUTFhUUBisBERQGKwEiJjURIyImNTQ3EzUjAwYjIiY1NDcBNjMhMhcBFgAUBiImNDYyBQA4KDMd4y33CSYawEIuoC5CwBomCfct4x0zKDgQAQBJZwGAZ0kBABD+YIO6g4O6AeAoOCsBVYT+ZQ8SGib+8C5CQi4BECYaEg8Bm4T+qys4KB0YAYBra/6AGANguoODuoMAAgAA/wAEAAXgACUALQAAAREUBiImNREjERQGIiY1ESMRFAYiJjURIxEUBiImNRE0NjMhMhYAFAYiJjQ2MgQAOFA4QEJcQkBCXEJAOFA4cFACgFBw/uCDuoODugNA/mAoODgoAWD8cC5CQi4B0P4wLkJCLgOQ/qAoODgoAaBQcHABzbqDg7qDAAIAAP+ABgAFgAAVACEAACUBPgEmJyYOAQcGIyInLgIHDgEWFyQQAgQgJAIQEiQgBAMFAV4QER0vKFY9GCQ8OyQYPVYpLh0REARYzv6f/l7+n87OAWEBogFh6gHZFkpgHxoBIhwoKBwiARofYEoWjv5e/p/OzgFhAaIBYc7OAAAAAgAs/wAG1AX/AA8ASQAAADQuAiIOAhQeAjI+ASUGBwURFAcGJyUHBiIvAQUGJyY1ESUmJyY/AScmNzY3JRE0NzYXBTc2Mh8BJTYXFhURBRYXFg8BFxYFwFub1erVm1tbm9Xq1ZsBbwQQ/twNDw7+3LQKIAq0/twODw3+3BAEBQm0tAkFBBABJA0PDgEktAkiCbQBJA4PDQEkEAQFCbS0CQIL6tWbW1ub1erVm1tbmzUPBWD+zhAKCgZe+A0N+F4GCgoQATJgBQ8RDPj4DRAPBWABMhAKCgZe+AwM+F4GCgoQ/s5gBQ8QDfj4DAACAAD/gAW+BX8AEgAxAAAlBiMiJAI1NDcGAhUUHgIzMiQlBgQjIiQmAjU0EjYkNzYXFgcOARUUHgEzMjc2Fx4BBO42OLb+yrRoyf9mq+2CkAEDASZe/oXgnP7kznpzxQESmSwREiFWW5L6lHZuKR8OB+kJtAE2tsClPP6u14Ltq2Z7w8vzes4BHJyZARfMfQYCKSkfTs9zlPqSMxIfDigAAwBA/4AGwAWAAAsAGwArAAAANCYjISIGFBYzITIBERQGIyEiJjURNDYzITIWExEUBiMhIiY1ETQ2MyEyFgRAJhr/ABomJhoBABoCZiYa+oAaJiYaBYAaJkAmGvoAGiYmGgYAGiYCpjQmJjQmAQD8QBomJhoDwBomJgGm/wAaJiYaAQAaJiYAAAIAIP+gBmAFwABCAEgAAAAUBisBFAcXFhQHBiIvAQ4EIxEjESIuAi8BBwYjIicuAT8BJjUjIiY0NjsBEScmNDYyHwEhNzYyFhQPAREzMgEhNDYgFgZgJhrgQ9ATExI2EsYFFEBCYjCAM2VJOw4PtxQcGBMTAxHKOuAaJiYa4K0TJjQTrQNMrRM0JhOt4Br+Rv2AuwEKuwJaNCard9ETNBMTE8UFECkgGgOA/IAbJycNDs8VEBI1FONyoCY0JgEmrRM0JhOtrRMmNBOt/toCAIW7uwAAAf//AAEHfQRHAIUAAAEWBwYHDgIeAhcWFxYXHgIOASMFBiYvAS4DBw4EFxQGDwEGByMGLgIvAS4DAicmND8BNjMlHgEfARYXHgEfAR4DMjc+BCcuAS8BJicmNzY3NhcWFx4DFA4BFRQGHgIXHgE+Ajc2Nz4BPwE+AhclNhYXB30XrRgpKB4fBxMuIgQBjTIDBwcIKib/ABhAFBQeUDlBGAMKGBMPAQcEBBIjc0eWcV0YGQojbGiNPAYDBA8qARIMFgUFEAgUNA8QHTYrKBwNAgYSCQoFAg4HBhk8DRIQFjW6UjUUGw4HAgMCAQYRDggSIio+JTwvBAwFBAIGFAoBICcyBgP4QOYgNTMqORsqLB8CAoNaBQ8mHhkEBRQMDBVWRS8IAQUYI0UrDxkGBRMDBClBQxgYCiiOoAEGjRAWBQYTAgIJBAMLFTJrHB08WDEcBQEIJDpoSShCDQwiCQIWEwsaAgEMBREfITo0WSYLPiIvHwkCBBorWz5oeQoPAwMBAwMBAgUPCQAHAAD/qgb3BUsACgAVACEALwBVAGkAfwAAJTYmJyYGBwYeATY3NiYnJgYHBhcWNhcOAScuATc+ARceASUuASQHBgQXHgEENzYkJRQOAgQgJC4BNTQSNzYkFxYHBh4BNj8BNjIXFgcOAR4BFx4CAh4BBw4BJy4BNzYmBwYmJyY2NzYlHgEHDgEuATc2JicuAQcGLgE2NzYWAqMVFCMiThUWEkRRdAgJDQ4dBxEeDh61LeJva1EvL9Fqb18BCwmg/v+S3/7bDgmgAQGS3wElASZKkMH+/f7m/vTVgouAqQFZSkEtBAYODwYGi9YuLS0CBQ4KDDlcRHRUGRMIKxcXFgcUWD8YKgQFGhg8AVVXMycJMjYaCBwkPj6sVxwwDB8ce/L8IkYPDhohIkUgG5sNGwUFCw0fDgULXmZgJCK5X11cGx21PGCURg4X7ZJglEYOF+2ORI+DaD5Dd7dscwEEgKmGSkCRDgwCAwICOz0/cw0OCwQEEjppAl9eezgXFgcIKxc/YA0FGhgYKQUNT2D9cxsaEjIbUrRERTUSBh84LwYaSwAAAAADAAD/gAYABXIACQATAB0AAAUGIyInPgE3HgEBERQCByYRNBIkARAHJgI1ERYEEgRtq8XEq4rDIiPD/pv9zLWnASQENbXM/bMBJKciXl5X+JCQ+AU9/hv8/mFj1wEYuwFF1v0q/ujXYwGf/AHlHtb+uwAAAAEAAP8ABXoGAABrAAABDgMuAy8BBgAHIiY0NjM2JDcOAi4DJz4BHgIXNjcOAi4FJz4BHgUfATY1LgU2Nx4EDgIPARYUBz4FFhcOBiYvAQYHPgUWBXogWF5oY15PPBARcf6f0BMaGhOtAStmJEheWGJWUyFyyIdyPxk1GgcWR0RfUlZALQZGf2JWPTMhFgUEDAgbRzg0DiYzSW08JAUGFBIIBwEBAw4vNlhfgUQCJz1OVVRMOxERFzIGGEtQd3SOAbFQdD0gAw4eGQoK5P75ARomGQHVvA4SCA0sSn5TLxQjTkwsg6ABAwIDER04SnNGHBETKTs/PzEPEHpJBhRFSnBxjUQZSVBaWFNGNg8PBFwaBxc/NTofAhdOf1I9HhIBAwMDk4gHFzsuJgIxAAQAFf8ABOsFAAAMABAAFAAeAAABFRQGKwEBESEiJj0BARUhEQEVIRElFSE1NDYzITIWBOtzUTn+/P3vUXME1vsqBNb7KgTW+ypzUQNOUXMBG0JVd/7zAQ13VUIBRv8A/wFI/wD/jENDVHd3AAMAAP+ABgAFgAAZACUAMQAAABQHAQYjIiY9ASEiJj0BNDYzITU0NjMyFwEWEC4BIA4BEB4BIDYAEAIEICQCEBIkIAQEgAn+wAkODRP+oA0TEw0BYBIODAwBP6mS+v7Y+pKS+gEo+gFyzv6f/l7+n87OAWEBogFhAo4cCf7ACRMNwBMNwA0TwA4SCv7BqwEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgAAAAADAAD/gAYABYAAGQAlADEAAAEVFAYjIRUUBiMiJwEmNDcBNjMyFh0BITIWEhAuASAOARAeASA2ABACBCAkAhASJCAEBIATDf6gEg4MDP7BCQkBQAkODRMBYA0ToJL6/tj6kpL6ASj6AXLO/p/+Xv6fzs4BYQGiAWEC4MANE8AOEgoBPwkcCQFACRMNwBP+/wEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgAAAwAA/4AGAAWAAA8AHwAvAAABERQGIyInASY0NwE2MzIWARE0JiMhIgYVERQWMyEyNgERFAYjISImNRE0NjMhMhYEACYaFBH+QBsbAcARFBomAQATDfxADRMTDQPADRMBAKl3/EB3qal3A8B3qQPA/YAaJgwBQBNCEwFADCb8xgPADRMTDfxADRMTA838QHepqXcDwHepqQADAAD/gAYABYAABwATAB8AAAAUBiImNDYyEiAOARAeASA+ARAmBBACBCAkAhASJCAEBACW1JaW1Cr+2PqSkvoBKPqSkgFyzv6f/l7+n87OAWEBogFhAurUlpbUlgEgkvr+2PqSkvoBKPq9/l7+n87OAWEBogFhzs4AAAAAAgAA/wAGXQXgABUANgAAARcGBCMiJAI1NBI3Fw4BFRQAMzI+ASUXBQYjIicDISImJwMmNz4BMzIWFRQGJxMhFSEXITIXEwP/Zjr+0Luc/veb0aoRepIBB7l+1XUCGzr/AA0QKBHv/igYJQNgAggOVjZCXmhEJQGn/mkQAccoEeQBXcyz3psBCZy1ASo+gzbfhbn++YLdGnKAByMB3SEYAwsRGTM/XkJFYQf+34CAI/45AAAAAgAA/4AGAAWAACMAMwAAATYnJgM2MzIHDgEjIicmJyYHBgcOAQcXNjMyFx4BFxYzMhMSExEUBiMhIiY1ETQ2MyEyFgUMCqvnUSwmVQsEjCMrJw0gHoI7aRtsGzRMCzkyDzwPRGCd4tz6qXf8QHepqXcDwHepA4LYBgj+8xNgOdypNsm9DAddGGAYQzSzN9s3swEmARsBf/xAd6mpdwPAd6mpAAABAAAAAASABYAARAAAARQCBCsBIiY1EQcGIyInJj0BND8BNQcGIyInJj0BND8BNTQ2OwEyFh0BJTYWHQEUBwUVJTYWHQEUBwURNgA1NDY7ATIWBIC9/ry/oA4S1wMGCgkNF+nXAwYKCQ0X6RIOoA4SAXcPGhf+dwF3DxoX/ne8AQQSDqAOEgLAv/68vRIOAmNCAQYKEIAXCEddQgEGChCAFwhH+g4SEg61dAUUEIAXCHlddAUUEIAXCHn+GQ0BFL4OEhIAAwAAAAAFgAWAACMAMwBDAAABFRQGIyERFAYrASImNREhIiY9ATQ2MyERNDY7ATIWFREhMhYTETQmIyEiBhURFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgSAEg7+oBIOQA4S/qAOEhIOAWASDkAOEgFgDhKAXkL8wEJeXkIDQEJegKl3/MB3qal3A0B3qQLgQA4S/qAOEhIOAWASDkAOEgFgDhISDv6gEv4yA0BCXl5C/MBCXl4DgvzAd6mpdwNAd6mpAAAAAAQAAP+ACIAFAAAnAC8APwBQAAABBisBNSMiJjU0Ny4BNDY3JjU0NjsBNTMyFyEeARceAhQOAQcOAQc3FhQHFzY0JwEhBgciBg8BAQ4BKwEDMzIDIxMzMhYXAR4EMwUhJgJsbp6AQA0TBzpNTToHEw1AgJ5uBFkqgRBZei0telkQgSoGNTVRRET7VQP32e85cBsc/uAaWS1gXR2dnR1dYC5YGgEgBA4vMkkkAcj8CXQBoEBALyEYGQIRGBECGRghL0BABxYDDzMsJCwzDwMWB/wkcCQeMJQw/tYmKjAYGP7gGiYB0AHgAdAmGv7gBA0hGRVQQAACAAD/gAaABgAAUgBWAAABMhYVFA8BFxYVFAYjIiYvAQUXFhUUBiMiJi8BBwYjIiY1NDY/AQMHBiMiJjU0Nj8BJyY1NDYzMhYfASUnJjU0NjMyFh8BNzYzMhYVFAYPARM3NgElAwUF7z5TXaw4B1Q7L00PN/7KNwhUPC9MDzeZHRU9UTcsnGmcGhY8UjcsnTUIVDwvTA82ATY2CFU7L00PNaIVFjxVPCydaaQY/PwBNmn+ygL4UT1hITunFRo7VjYtpWqkGBc7VjYtozUJUD0vTA81ATk2CFE8L0wPNZ8YFzxVNi2gaaAYFztWNyyhNwZPOy1JDzb+xDgI/vppATtrAAAAAAMAAP+ABgAFgAAPACkASQAAATIWFREUBiMhIiY1ETQ2MwERBgcOAQcGIzkBIicuAScuAScRFBYzITI2ETQmIyEiBhUUFhceARceBjI+BTclPgEE4HepqXf8QHepqXcD4B8hIsU1YkJCYi++LwwqCjgoA0AoODcp/MAoOD0lL7UnAxwOHBMYFRQVGBMcDhwDAQsjPwWAqXf8QHepqXcDwHep++ABtCMUFn4kRUUgeSAIJgj+TCg4OAJlKTo4KCVPGSByGgITCREJCgUFCgkRCRMCrhdPAAAAAAYAAP8ABwAGAAAFAD8ARwBRAGEAcQAAEzQ3ASYCARQOAwcDATY3PgEmDwEmJyYOAR4BHwETAwE2Nz4BJg8BIiYjNiQzMgQXIyIGFRQeBhcWBRMWFwYjIicBFhUUAgcTNjU0ACAEFhIQAgYEICQmAhASNgAgJDYSEAImJCAEBgIQEhZ/QwFvxO4FCAUPCBsETP7qLioTDhMTzUt/DBEGAw8MUHio/uguKhMOExPNByAKaQFTxpMBC2kKN0oEBAwGEgcWAz/+Bu0BBH6BcGkDe1/Qr+s7/KIBbAFM8I6O8P60/pT+tPCOjvABVQFaAT3liIjl/sP+pv7D5YiI5QKAo5b8E18BdAEIEyc8HFoN/wADOgMFAiEdAQoBCQEMEhMOAQj+uP4IA0ADBQIhHQEKAaC7amBRNwwYExsPHgwkBWvT/XkGBSwgBFKuw9H+n2YCpqlrKgI0jvD+tP6U/rTwjo7wAUwBbAFM8Pm3iOUBPQFaAT3liIjl/sP+pv7D5QAAAAIAAP+ABwAGAAASABsAAAERBSYkJjU0NiQ3FQYEFRQEFxEBEyU3Jic1BBcEPv7w5P6M1skBXdnZ/ukBNeoDrSX985N3oQEVzAYA+gCAFKT9koz3pBqsJuCPmOYeBVD+P/56clNGHawhfAAAAAMAAP8AB4AGAAAMACYAMAAACQEVIxQGIyEiJjUjNQEhETMRIREzESERMxEhETMyFh0BITU0NjsBBTIWHQEhNTQ2MwPAA8CAKRz6ChwpgAEAAQCAAQCAAQCAAQA7HCn5gCkcOwY7HCn4gCkcBgD+gIAaJiYagP8A/QADAP0AAwD9AAMA/QAmGkBAGibAJhqAgBomAAACAAD/gAkABYAADQA2AAABExYGBCAkJjcTBRYyNwAUBwEGIiclDgEHFhUUBxMWBwYrASInJjcTJjU0NzY3JSY0NwE2MhcBBu4SBKz+1v6k/tasBBICPhY0FgRQFvugBAwE/XQrOAY/OjoCCgkPwA8JCgI6OkELV/6zFhYEYAQMBARgArz+xEV2RUV2RQE8tQcHAhAuCP6gAQHOIptlJElFJv5PDgsLCwsOAbEmRUkmz3toCC4IAWABAf6gAAEAbf+ABZMGAAAiAAABEyYjIgcTJgACJxYzMjceARIXPgM3FjMyNzEOAwcGA1sNPispQA0o/v+wXToyLEM/jcEqJZFaeC82NTg6HEAjTgqSAkP9PQsLAsNFAcUBKIsPD2/t/sRFPemTzVcODidjOoYR+AAAAQAA/4AF4QWAACMAAAEhFhUUAgQjIiQmAhASNiQzIBcHJiMiDgEQHgEzMj4DNyEDAALVDLb+r9qd/uTOeXnOARydASzX0Xu3gduAgNuBV5JeRiEG/kwC7kM92f6rwHnOARwBOgEcznnJyXeC3/7434IwSFxSJQAABQAA/wAHAAYAABAAGQAiAE4AXgAAARYHBiAnJjc2MhcWMzI3NjIkFAYiJjU0NjIFFAYiJjQ2MhY3NCYiByYnExcUFjI2NCYjIgcnJgcDBgcmIyIGFRQWFwYVFAQzMiQ1NCc+ASQQAgYEICQmAhASNiQgBBYERxAQPv7uPhAQBhIGMHl4MQYS/tM0SjU1SgG/NUo0NEo1+0ZkJIK1P8g0SjU1JTYa3RMGRbSBIzQyRiUfBgEYxcYBGAceJAFmjvD+tP6U/rTwjo7wAUwBbAFM8AFxEA8+Pg8QBgYxMQbUSjQ0JSY0WiU0NEo1NFIxRiRaBgEbLSU0NUo1MjEFFf7IB1olRjEjOg8bHY7Kyo4gGQ85u/6U/rTwjo7wAUwBbAFM8I6O8AAAAAAFAAD/gAYABYAADwAZACMAUQBhAAABFgcGIicmNzYyFxYyNzYyJRQGIiY1NDYyFgUUBiImNTQ2MhY3NCYjIgcmJzcXHgEzMjY0JiMiBycmBwMGByYjIgYVFBYXBhUUFjMyNjU0Jz4BAREUBiMhIiY1ETQ2MyEyFgOrDQ017DUNDQUQBSrOKgUQ/v4uPi4tQC0BUi4+Li1ALdc8KyofcZo2qwEtHyAtLSAwFb0RBDyabx4sKzwgGgXwqarwBhkfATOpd/xAd6mpdwPAd6kBlw0NNTUNDQYGKioGlh8uLh8gLS0gHy4uHyAtLUcqPB9OBPMnICwtQC0rKgUS/vQGTSA8Kh4yDRkXeq2tehkYDTEB5PxAd6mpdwPAd6mpAAMAAP+ABgAFgAAeADAAPAAAATc1NCYiBhURFAYiJj0BIxUUFjMyNjURNDYzMhYdAQU1IxUUBiMiJj0BBycVFBYyNgAQAgQgJAIQEiQgBANiWnSgdBwmG5dzUlFzGxQTGwGJlhsUExtaPHSicwFRzv6f/l7+n87OAWEBogFhArkbPk9wb0/+5RQbGxR4elJycVABGBMcHBM233p+FBscE3saHHtQcnIBrf5e/p/OzgFhAaIBYc7OAAACAAD/oweABV0AHgAwAAABNTQmIgYVERQGIyImNREhERQWMjY1ETQ2MzIWHQEHBSERFAYjIiY1ERc3ERQWMjY1BCY8VDz8sbL7AUg8VDz9r7D8wwGPAUj7srH8g8M8VDwDOHYqPDwq/Zyv+PuyAQr++is7OysCbKvy9KyIOqH+9rL7+bABDD06/vIqOzsqAAACAAD/gAYABYAADQAdAAAlESERISIGFREhESEyNhMRFAYjISImNRE0NjMhMhYFwP1A/iBdgwLAAeBdg0Cpd/xAd6mpdwPAd6mgAeACwINd/iD9QIMEHfxAd6mpdwPAd6mpAAAACAAAABoIAATmAAUACQANABEAGQAdACUAKQAAATMRIREhGQEjEQERMxEDFTM1EyERITUhNSElESMRASERITUhNSElESMRAUjM/ewBSHsBmc3NzVICFf3rAUj+uAFIewGaAhT97AFH/rkBR3sE5vwpArn96wFx/o8CFf1HArkBHszM/uL8UqNSpAFx/o8CFfxSo1KkAXH+jwAFAAD/gAYABYAACQATACMAMABAAAAAFAYjIicRNjMyABQGIyInETYzMgAQJiMiBwYHBgcRNzUWMzICECYjIgcjETc1FjMyAREUBiMhIiY1ETQ2MyEyFgQWTDUrGxwqNf71TDUrGxwqNQJ+sH0UExc3V3zTM0J9p7F9SkO60zc9fQMXqXf8QHepqXcDwHepAkSAWg8BFREBUYBbDwEVEf0xAQy+A046Xwb9hCnOEwJpAQy+JPy4Kc4TAfj8QHepqXcDwHepqQAAAAoAKf8JB80GAACCALwAygDOANwA4wDnAOkA7QDvAAABNh4DFx4CFw4CBy4FIw8BFhceBx8BFg4CByYGIyInJjU0Nz4CJyYHDgEjIi4BJyYnBCMiJjU0NjclJjQ+Azc+ATMyFhc2MzIWFRQGDwIGFjMyNjU0LgI1NDcnNjU0JzYzMh4FFzcOAxc3LgcnLgIqASMiBz4FNx4CPwEVFzY3Pgg/AQYHDgEHDgIHHgEVFAM+ATMyHgMXBiMiJwE3FwcBFhUUDgMHJz4CMwEHJz4BMzITMxcHATUVDwE/AgTGS4ljZ0ErIVs8RTB5nCQsPBsnLmNJCgYECQYsBx8FEgMGAQEBBwgRAyOEICchAgMCOzcBGBMklz0ZZXAcBhX+Hh8QGBEOAeYICxUTGwUEFwYPGgejCREZEQ+2AQGlFi+QLzcvCkQrBVI+LDcqFBUKGAwyAygtIwE9BREHDgYKBwkEBw8aEi8OflsQKEQ/HUcIDCAgFgwW93wcLCkZIg4jCysIBwIpT/y0DjgsEQMr9ye5NgkbHRcZAnl7PUD++TBtSQGhAyM5MzgEBxVPQRz+RWAGCi0ME9MfCikDeQECAQIBAl8DL0Z3YUg4ajc9Hjc/ECWcrbyVYQIEBQkFJQcdDB4ZJRYhGj8pTA8BFQoQH0oWDTk9FQIaNV1+mRQEGnAWEA8XA2oOFg0KBAUCAQ0gESUWEQ8WAygQGregMSQiAxQYEBITLEkaIBADDg0kH0AcGSgoAgsP1gUVCA8GCgUFAgMEASseIRouG1MJCS0cAQFMAV9fFSQnFy0RORNMDwk1VqXGKwMJCgkTNgcL/FQaKx82LjgFLQsDJAyxMP7QDwEHDwsIBwErAg0HAnQUEQEM/XxTDAYxAQEFAgMEAQAABAAA/xIGAAXuABcANgBdAIMAAAUmBw4BIyInJiMiBw4BFx4BNjc+Ajc2JyYnJiMiBwYHBhcWNjc+BzMyHgEXHgE3NgE0LgIjIg4BIwYuAwcOAQcGFx4BMzI+AhceAxcWNjc+ATcUAgYEICQmAjU0PgU3PgM3PgE3FhceARceBgSPBRMeckqBQAUICw8HAQgia2IyKVcrBwwsExQXNS8YHTEaDgkRFwMPBg4JEA4TCxsjCwgKBQoXAVoKFy0eIYCCJBtJT1hwN3OkAgJMHUNGOZZ2eiAaTkFHFCMvIBwdNXzQ/uv+0P7m1YAnO1JLUi8TDkojPR4kLAiBOSysKxUkVUNTNycyEw4WIjEEDAYUCiAcAwMEIRsHDIQvDg8KDCwYFAgHFAINBAoEBgMCDw4PEQYEDAEvFi0tHFNUASg6OigBAZtlcDQUEUFNQAEBPUk+AQMiLil4zqT+579sc8cBHKBZp3xxS0AdCgglFCgYHFlRmyYdThsNGEVIdn6rAAAABAAA/4AGAAWAAB4APABaAHgAAAEPAg4BJw4BIyImNTQ2NyY2PwEXBwYUFxYyPwMDFwcnJiIGFB8DBy8CLgE3LgE1NDYzMhYXNhYBFAYjIiYnBiYvATcXFjI2NC8DNx8CHgEHHgEDFAYHFgYPASc3NjQmIg8DJz8CPgEXPgEzMhYELqCXHkGtVRBwSVV4WUUWLkEMlwslJSVoJR6Xob4MmAwlaEolHZigl6GXHkQsG0ZaeFVMcwxUqwNneFVKcg5Wu0QLlwwlaEolHpigmKCYHUAvFUxlAmZMGi5DDJcMJUpoJR6YoJihmB1DuFYLc05VeAHPoJgeQC4VRlp5VUhwEFauQQyYCyVoJiUlHpigAhIMmAwlSmklHZigmKCYHkO5Vw9wSVV5YkoUL/uVVXleRxwsRAyYDCVKaCUemKCYoJgeQK1VC3MEF010C1W3QwyYDCVoSiUemKCYoJgeQy0aS2Z5AAAIAAD/AAYABgAARQBYAFsAXwBnAGoAiQCjAAABBiYvASYnLgEnBgcGBw4BJzY3PgE3PgE3JgcOAgcGFAcGBwYnJicmJz4BNzY3NjM+ATc+AhcWBxQOAQcGBxceARceAQMWBwYHBiMmJyYnNx4BNjc2NzIFFycBJREFARcDJwMXNxcBBREBFwcnBgcGKwEiJicmNTQ2MzIeARceATMyNjc+AjcBESUGBCMiJzQnETY3Njc2NxEFMiwBMzIVEQKOARcUFCwrB0QEQ0NRGAQfAwZMFYEOEUQCCGYIJx4CAgEFGhcYEgoEAQYlCzovZAIKQgsJGQQEAgMZHAMZNEAMfQUEDc8DBwwmHh4aFw4EAQMhFDAkExECvj+L+/gCtv1KBNlmtWTYZi3T/i4CPf76njYogpI6IVRP8T8ICggEHCEESa1HX5BVDx8lCgGV/PoO/S4HDQUBAwEFD2sqAi4CAT0BOwQUAcoDBwgJFB0FNQJnTl8PAgQCBFgYthseiQkBIgILCAECEQEKBQcHBBEGEQIGAxAQIwIjBAMKAQEMFQIyOQUyURwGNAIBMQHgDw0XDwwDFw8aAwMEBA4MApLjKv2Z6AQI6f02HwKRH/3oH25BAzu4AXz6EQ2gQlMZDE4uBwkICw8SAiUxHSQHERUGBID7yfYG8w0BAgQ2CQEGBSQOAYDGbmsV/l4ADAAA/wAHAAYAAA8AJwA3AEcAVwBnAHcAhwCXAKcAtwDAAAABMhYVERQGKwEiJjURNDYzBR4BFREUBiMhIiY1ETQ2MyEyFh8BHgEVATU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ATU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ATU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ExEjIiY9ASERASBCXl5CgEJeXkIF4DpGlmr8oEJeOCgCoChgHJgcKP0gEg6ADhISDoAOEhIOgA4SEg6ADhISDoAOEhIOgA4SAQASDoAOEhIOgA4SEg6ADhISDoAOEhIOgA4SEg6ADhIBABIOgA4SEg6ADhISDoAOEhIOgA4SEg6ADhISDoAOEmCgKDj9gASAXkL7wEJeXkIEQEJeoyJ2Rf0AapZeQgYAKDgoHJgcYCj7gIAOEhIOgA4SEgEOgA4SEg6ADhISAQ6ADhISDoAOEhL+DoAOEhIOgA4SEgEOgA4SEg6ADhISAQ6ADhISDoAOEhL+DoAOEhIOgA4SEgEOgA4SEg6ADhISAQ6ADhISDoAOEhIBjgEAOCig/gAAFAAA/wAFgAYAAA8AHwAvAD8ATwBfAG8AfwCPAJ8ArwC/AM8A3wDvAP8BDwEfAS8BPwAAATIWFREUBiMhIiY1ETQ2MwEVFBY7ATI2PQE0JisBIgYRFRQWOwEyNj0BNCYrASIGERUUFjsBMjY9ATQmKwEiBhEVFBY7ATI2PQE0JisBIgYDNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNgE1NCYjISIGHQEUFjMhMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ATU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYFQBomJhr7ABomJhoBwBIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhKAEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhICABIO/sAOEhIOAUAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhIBABIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SBgAmGvmAGiYmGgaAGib+4EAOEhIOQA4SEv7yQA4SEg5ADhIS/vJADhISDkAOEhL+8kAOEhIOQA4SEv6yQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhISAQ5ADhISDkAOEhL7DsAOEhIOwA4SEgIOQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhIS/A5ADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEgAAAAIAQP8QBMAFYAAfACcAAAkBERQGIiY1ESMRFAYiJjURASY0NzYyHwEhNzYyFxYUJBQGIiY0NjIEpP7cQlxCQEJcQv7cHBwdTxzkAXDkHFAcHP6gg7qDg7oD3P7c/MguQkIuAYD+gC5CQi4DOAEkHFAcHBzk5BwcHU/luoODuoMABQAA/4AGgAWAAA8AHQAzAEMAUQAAARQOASMiLgE1ND4BMzIeAQEUBiMiLgE1NDYzMh4BBTIEEhUUDgIjIiYjIgYjIjU0PgIlIi4BNTQ+ATMyHgEVFA4BJTIWFRQOASMiJjU0PgEDDCZYPUx8PCZYPU17PP6qVE1Mg0ZUTUyDRgGKdgESuCI/QitE7z9C/Uq3cKfQAUg9WCY8e009WCY8fAFkTVRGg0xNVEaDBCg8a05znEk8a05zm/3TUHZvnEpQd2+dL8P+6XMuPR0LWlmSVtOudtNOazxKm3NOazxJnHNod1BKnG92UEqdbwABAED/AALABgAAFQAAARQGBxMWBisBIiY3Ey4BNTQ+ATIeAQLAcl8tAiQawBokAi1fclWWqpZVA/CRxSX8yxomJhoDNSXFkYDznZ3zAAAAAAMAAP8ABoAFgAADAAcAHwAABQERBSctAQ0BERQGBwEGIicBLgE1ETQ2NwE2MhcBHgEDgAKA/YBAArr9Rv1GBfokH/1AHEIc/UAfJC4mAsAWLBYCwCYuXQFdAnzpcf7+/gL9ACM8Ef6AEBABgBE8IwMAKEIOAQAICP8ADkIAAAAABwAA/wAIgAYAAAMABwALAA8AEwAXAEIAAAUlEQUnLQEFASURBSctAQUnJREFJy0BBQERFAYHBQYiJyUmJwYHBQYiJyUuATURNDY3JRE0NjclNjIXBR4BFREFHgECgAGA/oBAAZT+bP5sBdQBgP6AQAGU/mz+bCwBgP6AQAG5/kf+RwX5JiH+QBlAGf5ABAMCBf5AGUAZ/kAhJisjAbIrIwHAFzYXAcAjKwGyJCpgwAE6pHCtra39jcABOqRwra2teKUBCqRwvb29/T3+YCQ+EOAODuACAgIC4A4O4BA+JAGgJkAQugGQJkAQwAoKwBBAJv5wuhBAAAAGAAD//ggABQIAAwAJAB8AJgAuAEEAAAEhFSEDIgYHISYDMjY3MwIhIgI1NAAzMh4BFRQHIRQWJSEyNTQjITUhMjY1NCMhJSEyHgIVFAceARUUDgMjIQc4/gEB//xacAYBmBKmP3YR3WT+udb9AQXOis1lAv1uc/s2ASjNx/7SARlOW77+/P7rAlJXiHU/rHJ0MVNygEb9nQStfP7SaVrD/bdAN/7NAQjX0AETiN6JER5veTKntL5JTZDXHEN+W7VSIKZ5S3tUOhoAAAAHAAD/gAYABYAADwAeACUALABBAEcASwAAATIWFREUBiMhIiY1ETQ2MxMhESEyNjU0JzY1NC4CAyM1MzIVFAMjNTMyFRQFIiY1ITY1NCYjIgYVFBYzMjcjDgEDMhcjPgEDIRUhBOB3qal3/EB3qal30/6NAX51oI9rJ0pUTbCjd2G5vXwCCkRIAZsBlYGApJ6GzT6KC0kxcQv+BEZqAT/+wQWAqXf8QHepqXcDwHep/pH87XNxnio0cDlPKhH+wrhaXv6x2XFoIExFChSEsayCh6S/IigBbno4QgEKTQAAAAQAAP+ABwAFgAAHABsAJwA/AAAAFAYiJjQ2MgA0JiMiBxceAQcOAScuASceATMyATQmIyIGFRQWMzI2NxQAIwEOASMiJi8BEQU2MzIXATYAMzIABi6Pyo+Pyv2NkmgbG2hNQR8fmEwVUhQgdkdoA9Czfn+zs39+s5b+9bz+SwzChHm6GeYBhU9eDRYBHAIBC7u8AQsEH8qPj8qP+77QkgYqH5dMTUAfCCEIPEkD336zs35/srJ/vf72/sGBsph0XAGtnTACAZe7AQj+9QAAAAAEAAD/gAYABYAACAAbAEMATQAAADQmIgYVFBYyABQGIyImJxYXFjY3NiYvATYzMgERFAYjISImPQEXHgEzMjY3JTI2NTQmIyIGBwMmIyIHJRE0NjMhMhYDFAYiJjQ2MzIWBNpyoHFxoP4QdFI4Xhk0Ljx4GRgzPVIWFFID/Kl3/EB3qawUk19omgoBWZbT05aU0gLhCRNLPv7XqXcDwHep947IjY1kZY0DKaBxck9Qcf7IpnM6MBQUGDM9PHgYIQUCbfxAd6mpd5lFXHiMZ/zTlZbT0ZT+vgEldwHUd6mp/qBkjY3Ijo0ABgAQ/1YG7wX/AA0AHgAtADwASwBcAAABAwclLgEnLgE+AjcWGwEnDgMPAQMuAT8BNjcnAQMOAQ8BBgcXAxMXFjY3AQYDJScTPgEXHgUBExYGBw4FByYDJSc3AyU3LgMvAQU2Fh8BFgNEDwL+XCQ+EAsHDwkiAk4stJM/YTAfAwS+EQIHCCNPjAaAvAwxExJHlAjm0weq4jn9Jy/a/sMT4RRQKBgxIzAYMAKX1BILFg0oJD0hRgsi5wE5fI7c/l2XIlJFPBERAZUfNgwLJwFv/pAWHQM5JRs4SiRcBwwCOv6FXEiRaVQVFQFlGjwREj99Vv3q/pkdIwMEBwWkAW8Baq0QFhYDsj/+jLsMAWQfHAQCFBYsGTb+xf6VJU4jFCIWFgoSA0gBbMPtU/6LFFZZml1DDQ0BAxsPDz0AAAQAAP9ACAAFgAAHABEAGQBDAAAANCYiBhQWMhMhAy4BIyEiBgcANCYiBhQWMhMRFAYrARUUBiImPQEhFRQGIiY9ASMiJjURNDY7ARM+ATMhMhYXEzMyFgHgXoReXoSCA/hZAhgJ/QAJGAIFA16EXl6E/hIOYHCgcPwAcKBwYA4Sg10caReiYgMAYqIXaRxdgwF+hF5ehF4B4AFlCBMTCP0ZhF5ehF4BAP6ADhKAUHBwUICAUHBwUIASDgGAXYMBo15/f17+XYMABAAA/wAIAAYAADMAOwBFAE0AAAEyFhURFAYrARUUBiImPQEhFRQGIiY9ASMiJjURNDY7ARM+ATsBNTQ2MyEyFh0BMzIWFxMAMjY0JiIGFAEhAy4BIyEiBgcAMjY0JiIGFAcgXYMSDmBwoHD8AHCgcGAOEoNdHGkXomKAEg4BwA4SgGKiF2n5+oReXoReAWQD+FkCGAn9AAkYAgQhhF5ehF4CgINd/oAOEkBQcHBQQEBQcHBQQBIOAYBdgwGjXn/gDhISDuB/Xv5d/iBehF5ehAGCAWUIExMI/LtehF5ehAABACD/AAXgBgAAMwAAJBQGIyEeARUUBiMhIiY1NDY3ISImNDcBIyImNDcBIyImNDcBNjIXARYUBisBARYUBisBAQXgJhr+MgEKJBn+wBkkCgH+MhomEwGS5RomEwGSxRomEwGAEzQTAYATJhrFAZITJhrlAZJaNCYRjSYZIyMZJo0RJjQTAZMmNBMBkyY0EwGAExP+gBM0Jv5tEzQm/m0ABAAA/4AGAAWAABUAKwBEAFAAAAE0JyYjIgcGFRQWMzI3NjMyFxYzMjY3NCcmISIHBhUUFjMyNzYzIBcWMzI2EzQnJiQjIgcOARUUFjMyNzYzMgQXFjMyPgEQAgQgJAIQEiQgBARnHsH+hZoqGxYFIIRv4qsTDhMcYCPt/smZljAjGQceeoEBF9EYDhkjbCh+/rKwzKAXHykfCx2Frp8BLWcVEx0rzc7+n/5e/p/OzgFhAaIBYQFGIBNzIgkrFB0IG2cLG+woFY0qDTMZIwghfA0jAREvF0lLLwclHh8qCCVEPQwpW/5e/p/OzgFhAaIBYc7OAAEAAP+ABAAGAAATAAAJARchESEHAwchEQEnIREhNxM3IQQA/tEYARf+BSyOHv7TAS8Y/ukB+yyOHgEtBNH9uh/+YR7+7x4BLwJHHgGfHgERHgAAABEAAACMCQAEdAAOACUALwA7ADwASABUAGIAYwBxAH8AjQCQAJ4ArADAANQAACU3Ay4BIyIGFQMXHgEzMiU3AzQnJiIHBhUHAxQXFRQXFjMyNzY1ARcHBiIvATc2MjcXBwYjIjUnNzQzMgEDFwcUIyIvATc2MzIfAQcGIyI1Jzc0MzIfAQcGIyImNSc3NDYzMgkBEwcUBiMiLwETNjMyFjcTBxQGIyIvARM2MzIWNxMHBiMiLwETNDYzMhYBOQEDEwcUBiImLwETNDYyFhcTBxQGIiYvARM+ATIWEwcxFAYiJi8CEzU2NzYzMhcWFwEUBiMhLgE1ETQ3NjMyABc2MzIWAxAQEAENCgkODg4BDQkWASoLDA0IEAgNAQoLBgkOCwkJ++wUFAIOAhERAg5YGhoCCAkXFwkIARq8GRkLCgIVFQIKC14XFwIMDRUVDQxgFRUCDgYJFBQJBg4Bgf7fFRUKBxACEhICEAcKXhMTCwgSAhAQAhIIC2ISEgIUEwIQEA0ICQwBicYPDw8UDgEODg8UD2MODhAWEAEMDAEQFg/VDhIaEgEGBgwCCgkLCAcOAgRmpnX87g0SHFVgwwEeETU5daak8QILCg4OCv318QoNNNMCShAIBQUIEAb9vQHrAQoHCwkHDQFsgH4JCX6ACUbPywkKys8J/jIB6/XtCwvt9QwF/PQNDfT8DR/q9hAJB/bqBgn+FgJt/oT2BwsS9gF8EgtP/iz0CAsT9AHUEwsg/gbyFRXyAfoJDQ39EQLq/gLvCg8OC+8B/gsODh7+FOwLEBAL7AHsDBAQ/gjnDRISDXJ1AnwDDwkHBQgS/ZR1pQISDQODFwoi/vnAFqYAAAAEAAD/AAYABgAADQAbACkAOQAAACAkNxUUBgQgJCY9ARYAICQ3FRQGBCAkJj0BFgAgJDcVFAYEICQmPQEWACAEFh0BFAYEICQmPQE0NgITAdoBnHfO/p7+YP6ezncBnAHaAZx3zv6e/mD+ns53AZwB2gGcd87+nv5g/p7OdwG5AaABYs7O/p7+YP6ezs4DAFZUqkV2RUV2RapU/KpWVKpFdkVFdkWqVAEqVlSqRXZFRXZFqlQEKkV2RYBFdkVFdkWARXYACAAA/wAGAAYAABMAGgAjAF4AYwB0AH8AhwAAAR4BFREUBiMhIiY1ETQ2MyEyFhcHESEmJwEmAREhIiY1ESERARYXNjMyFxYHFAYHFQYjIiYnBgcCIyIvASYnJjc+ATc2FxYVNjc2Ny4BNzY7AjIXFgcGBxYdAQYHFgE2Nw4BAQYXNjc0NzY3JjUmNSYnFAcDNjcuAScmJwYHBgUmIxYzMjc0BbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AAv4hMzs6kx4QDgIBBkEwhj/dq5lZDw0YAQUKBAleVQ4JAjQ3RCQYDQ0LHxUBFwwSCQICAQIMN/4bNFUzSQGBDw0BBgcBAwEBAQwBfIeVAhYFTDMbOB4Cdxh0TDAOBASEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAAlEaHgcxFh4BAgEBJighGDv++gcMAQQKGihnLQkPAgJVcIh+UpsyKA8VLwYCAwUee0Wk/hsYhihYA3oqWgclAygEBAEBAgEWDgEB/Wk2GwERBUNtVm84CxgcAQEAAAAABAAA/wAGAAYAABMAGgAjAFQAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhERMVMxMzEzY3NjUzFx4BFxMzEzM1IRUzAwYPASM0LgE1LgEnAyMDDgEPASMnJicDMzUFvBwoOCj6wCg4OCgDgChgHIQBeAoM/scMAWP+YCg4/QBpRqSfgAcDAgQDAQUDgJ+kRv7UWmMFAgIEAQIBBgKQcpACBQEEBAICBWNaBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gADgGv9awHlFBoQCBgDIgn+GwKVa2v+ShQaFQMHCQIFIAkCIf3fCR8GFRUaFAG2awAABAAA/wAGAAYAABMAGgAjAFMAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhESUVITUjNz4COwEWFx4CHwEjFSE1IwMTMzUhFTMHDgEPASMmJyYvATM1IRUzEwMFvBwoOCj6wCg4OCgDgChgHIQBeAoM/scMAWP+YCg4/QABLQEZS2cFCgUBAgEEAgUHA2tMASNEwMND/ulKZwQMAwICAQQGC2pM/t5EvcIEhBxgKPuAKDg4KAZAKDgoHET+iB0MATkM+hIEADgoAaD6AOpqaqEHEwgEBgQHCQShamoBEQEaa2ufBxMEAwQGCwyfa2v+8P7lAAAAAAUAAP8ABgAGAAATABoAIwA4AEMAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhESUVITUjNTMyNz4BNTQmJyYjIRUzEQEjETMyFxYVFAcGBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AASABR12JTCpDT0o/MFL+kFwBBXd4NB84Ph8EhBxgKPuAKDg4KAZAKDgoHET+iB0MATkM+hIEADgoAaD6AOpqaqcPF4BSUXgbE2v91QEYAQwSIVJZHw8AAAAABQAA/wAGAAYAABMAGgAjACoAMgAAAR4BFREUBiMhIiY1ETQ2MyEyFhcHESEmJwEmAREhIiY1ESERAREhNTcXAQQiJjQ2MhYUBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0ABID8AMCAAYD+UKBwcKBwBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gABwP7AwMCAAYCAcKBwcKAAAAkAAP8ABgAGAAADAAcACwAPACMAKgA3AEoAUgAAATUjFQU1Ix0BNSMVBTUjFQEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREjFSM1IREBExYVFAYiJjU0NzYTNTMVMzIWAjI2NCYiBhQCgIABAICAAQCAAzwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOICA/gACjWsIkd6RCBVjgE8WIrxqS0tqSwSAgICAgICAgICAgIABhBxgKPuAKDg4KAZAKDgoHET+iB0MATkM+hIEADgoAaCAgPoAAtH+oxsZU21tUxkbPwFNgIAa/homNCYmNAAAAAAGAAD/AAYABgAAEwAaACMAOQBMAF4AAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhEQEWFREUBwYjIi8BIyImPQE0NjsBNzYBMjc2ECcuAQcOARcWEAcGFhcWJzI3NjQnLgEOARcWFAcGFhcWBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AAewUFAgEDAumgw4SEg6DphABtB8TgYEQNhQVBRFkZBEFFRK9GxRXVxI2JgITNDQTAhMUBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gADLggW/eAWCAIJpxIOwA4Spw/9RxifAZifFQYRETUVe/7CexU1EA+UFF38XRMCJDUUOZQ5FDUSEQAAAAUAAP8ABgAGAAATABoAIwAzAEMAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhEQEyFhURFAYjISImNRE0NjMFFhURFAcGIyInATUBNjMyBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AAoA0TEw0/oA0TEw0A2wUFAgEDgn+9wEJCQ4EBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gADgEw0/oA0TEw0AYA0TAIIFv3AFggCCQEKWgEKCQAAAAYAAP8ABgAGAAATABoAIwA3AEsAWwAAAR4BFREUBiMhIiY1ETQ2MyEyFhcHESEmJwEmAREhIiY1ESERAT4BHwEeAQ8BFxYGDwEGJicDJjchFgcDDgEvAS4BPwEnJjY/ATYWFwEuATcTPgEfAR4BBwMOAScFvBwoOCj6wCg4OCgDgChgHIQBeAoM/scMAWP+YCg4/QABYAgaCzMLAwi2tggDCzMLGgjiDg4EBA4O4ggaCzMLAwi2tggDCzMLGgj+dg0PAooCFg0/DQ8CigIWDQSEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAA4ALAwgmCBoL8/MLGggmCAMLAS0TExMT/tMLAwgmCBoL8/MLGggmCAML/QYCFg0DPw0PAgoCFg38wQ0PAgABACf/lwXZBgAANgAAARUGIwYCBgcGJy4ECgEnIRYaARYXNjcmAjU0NjMyFhUUBw4BIi4BJzY1NCYjIgYVFBYzMgXZZWFByaIvUFIcQWlkc2BXGwEbGlh5ek+pdo6i0LSyvjoHGUM7QRIfOjI1QNKiPgLFxheI/vKhGi0wETVyj+EBBwFuz9r+l/7vxmCp7UgBKLnA9dPAn38BBAwnIGdRV1pjW7rXAAAIAAD/AAcABgAAAwAGAAoADgASABUAGQAtAAATARElBTcnCQElBSctAQUnJREJARcRBSUBEQURFAcBBiInASY1ETQ3ATYyFwEW2AJb/rL+tcHBAzMCW/7z/rJNARD+8P7wiwFO/aUEzcH+tQEN/aUDMyL8zRUsFfzNIiIDMxUsFQMzIgFv/m4BZ98kgYH83AGStN+Gtra2Xd8BZ/5u/u+BAQIktAGS/pkr/d4pF/3eDQ0CIhcpAiIpFwIiDQ393hcAAAAAAgAAAAAIAAV4ACMAVwAAAR4BFRQGIyImIyErAi4BNTQ2NyY1NDYzMhc2JDMyBBIVFAYBFBYzMjcuAScGIyImNTQ2MzIeBTMyNjU0JiMiBxc2MzIWFRQGIyIuBSMiBgcIb4nspwQPA/tHAQIFquxuXAykdV9NSwEns6YBGKMB+syofIlnED8MQ003TU01LFFBQUlRcUF5p6h7j2JdQkw0UEo5K09BQklSbz96qgL8Lsd6pOkBCuelbro2JytzojqavKH+7KMGGP7weo5jFEkOQUM2NUQqRFJSRCqPd3mOYWxAQjM5RSpEUlJEKo0AAAAABgAA/wAHAAYAAA8AFwAfACcALwA3AAAAIAQWEhACBgQgJCYCEBI2JCAHFzYyFzcBNyY0NycGEAAgNycGIicHEiA2ECYgBhAFFzYQJwcWFALKAWwBTPCOjvD+tP6U/rTwjo7wAsD+hKvCUqpSwvvxwhwcwloCQgF8q8JSqlLCygE+4eH+wuEDZMJaWsIcBgCO8P60/pT+tPCOjvABTAFsAUzwDlrCHBzC+/HCUqpSwqv+hP2+WsIcHMIBJuEBPuHh/sIIwqsBfKvCUqoAAQAg/yAG4AXXACEAAAEUAgYEICQmAjU0EiQ3FQYAFRQeAiA+AjU0ACc1FgQSBuCJ5/7A/qD+wOeJwgFQzt3+3War7QEE7atm/t3dzgFQwgKAsP7A54mJ5wFAsNUBc/Af5C3+oOaC7atmZqvtguYBYC3kH/D+jQAAAQAT/wAG7gYAAGMAABM2EjcyMRQHDgQeARceAT4BPwE+AS4BLwEuAy8BNx4BHwE2Ji8BNxcOAQ8BPgE/ARcOAQ8BDgEWFx4BPgE/AT4CLgQvASYzFjEeCBcSAgQjIiQmAhMI2MUFAQgoQDghBUlIMmhNPhAQJxwPGw0OCiktKg4NaCdOFBMBJxUUoaAhJwMEFk8cHGcsUhMTHyIULyFZUUcWFTxJGAQgKjEpDg0OBwooLU8xRCswHBMBA97+bv+5/rTrhQKW2QF6gQECCDNmd5iVpkcyJxAfERAzg3JkHh0ZMSEaBgZzEUYaGzBvIB+3tS5xIiElRxERcw5IHR04m7lALR8UIREQNXx3fHBnUz0REQ0DHSJCMlBKZmiCR/79/mTmlPgBUgAJAAD/AAcABgAADAAbACgAUABdAGwAeQCJAJkAAAUVJiQnNxYXNxYXBxYBBxYXByYQNxcGBxcGFRQBFwYEBzU2Nyc2Nxc2AwcWFAcXBgcnBgcXBiInNyYnByYnNyY0Nyc2Nxc2Nyc2MhcHFhc3FgEVBgcXBgcnBgcnNiQAEAcnNjcnNjU0JzcmJzcnByYnByYnNyYnNRYEABACJiQgBAYCEBIWBCAkNhIQAgYEICQmAhASNiQgBBYDatD+nmo6HSxBlNwRQf3iUxYbOWJiOR4TUiMFCDpq/p7QOEER3JRBLHrpDg7oH0O5OVowNFw0MFo5uUMf6A4O6SFCuTtYMCxsLDBYO7lC/ipBOBHclEEmIzlqAWAEEGI5GxZTJCNSEx45FjkjJkGU3BE4QdEBYAENh+T+xP6m/sTkh4fkATwBWgE85LOO8P60/pT+tPCOjvABTAFsAUzwZkIGz6wiMTI5qCxWDAIRHDw0IbQBmrQhODgcZHBt/ugirM8GQgEMViyoOTICW1AqVipQXE2iQxLxCgrxEkOiTVxQKlYqUF1MokQS8AoK8BJEokwCJkICC1YqqTgqOCGsz/2r/ma0ITQ8HGdtcGQcODghJiE4KjipKlYLAkIGz/0AAVoBPOSHh+T+xP6m/sTkh4fkAp/+lP608I6O8AFMAWwBTPCOjvAAAAcAAP+ABgAFgAAHABAAOQBFAGkAcwCDAAAlFCMiNTQzMgMUIyI1NDMyFjc1BiMmIyIGFRQWFxUGFRQXFQYVFB4CMzI1NCYnLgE1NDc+ATU0JzYTMyY1ETQ3IxYVERQFNQYjIj0BMzIWMzUjNDcjFh0BIxU2MzIWMxUjFRQeAzMyATQmIgYVFBYyNiURFAYjISImNRE0NjMhMhYCRl1rYmYkSk1NJCamTjkyPFZ2OywmKXEoREwr4GBOGzExTVoKJUeJAgKJAwH6HiY1NAkjCWkDjAQ8JAEDEAQCBRIfOCZA/sgwSDEyRjECZKl3/EB3qal3A8B3qeRCP0ABlVVUWjMlfR0dclYyaA8DEUQ1GAMlZi1DIxC8Q0AOBR8YLAgPbk8YHAn+YRs3AYMuFxcw/ngyCXkVUuECdVIUGB8vdQMBAtklNjsmGALaJDc2JSQ1NlP8QHepqXcDwHepqQAAAAAGAET/AAa8BgAABwAQADwASABsAHcAACU0IyIVFDMyAzQmIyIVFDMyARUGBxYVFAYHDgEVFB4FFRAhIi4CNTQ3NSY1NDc1LgE1NDYzMhcyASM2NRE0JzMGFREUJRUGIyIuAzURMzUiJiMiBzUzNTQnMwYVMxUiJisBERQzMgAUBiMiJjU0NjMyAlOlnqyXOzw7fHx3AQ0kKxCSfCgnLUdWVkct/pVFem5BtkM/SF++jGBSYgG23gQE3gQCXUdnPloyHQgCBxgGFSZgBuMGqw85DlVXPf3wTjk6UE87OhZkaGUDXD1SkYcBzcoMCispf7MXCCYnHykXFR4tUzn+0Bk5a0qlPAQpVW0cBBipUYu5L/y+LVkCYV4iIVv9m1mxxCcoPGBYOwFfBAIGvkw2Iyl8vgT+k4MEDnRXVzo7WAAAAAIAAP+ABgAFgAALABsAAAkBIwMGBycDIwERMwERFAYjISImNRE0NjMhMhYDKQEKcJ0YFCqbeAEHZQLXqXf8QHepqXcDwHepAhQB8/7IMCxcATj+E/68A4r8QHepqXcDwHepqQACADn/AATHBgAAHQBJAAAAFAYjIicGBwITFgYHIyImJyY+Azc2NyY1NDYyBBACBCMiJy4BNz4BFxYzMj4CNC4CIg4CFRQXFg4BJicmNTQ+AjMyBANKck88Mz419y0BGxUFFB4CDhUmRkQoPUcQcaAB7pz+855AQxUXBQUkFTM5YbKATEyAssKygEw0Cg0mKQpAXZzYdp4BDQQUoHEjQ0/+jf4YFiECGxR+87+1gjxaSyMqUHEu/sT+9JwOBSUVFBcEDUyAssKygExMgLJhcmgUKBQOE3uOd9icXJwAAQAS/wAG7gYAAGkAAAEmNTQ2NyY2NzQSNzYzMhceBh8BFhUUBhUUHgEVHgEVFAYjIi4EJyYjBwYHHgIXDgEHBiMiLgEnJicuAScOASMiLgM1NDY3PgE3Mjc2NScuAS8BIgcOAQcjIiYnJjUQAQ4IFg0BEQ65fYu5hYUxUjwyIh8UDAE3EgMETVcnJAkVERULEAEBAgU7SRRTNwgCBAVA7jVzUUAPCA5ACCmtUiNEdlRBFB8LOxQECgICMHgNBQQIEkkpAQQEAxcC2hMhFDoQFj4MiwErPEI3FTY6TkZjUDoFU0MONAwBBQUBcslsK3IPFCAVHwIBBJpFFCUuKgQYBmESFhMFAgQBAS0oAw8aNiUoJx0CFgECAgIDC70+AxQpQwQJATYuARMAAAAABgAA/z4IAAXCAAoAFgAhAC0ASQBbAAAANCYjIgYVFBYzMgE0JiMiBhUUFjMyNgI0JiMiBhUUFjMyATQmIyIGFRQWMzI2ASYjIgQCFRQXBiMiLgMnBzckETQSJDMyBBYBFAYHFycGIyIkJhA2JDMyBBYCRDIpK0JCKykDGTMoGy0tGygz7DEpK0JCKykCrDQnGy0tGyc0/vYfJ6n+5KMXIyEaMD4bUgn9SP7ewwFNxbABOdMCb4l1N8eWRKn+5KOjARypoQEcqwQKUjIzKCcz/l8cLC0bHC0sAe9SMjMoJzP+XxwsLRscLSwBqgSa/vmcTkoDAwoEEQJ/2ssBH6kBHKOE6f0/ddVXtW0ljfIBHvKNjfMAAQAA/wAG/wYAAB4AAAEWBwEGBwYjIiclAwYjIicuATURCQElJicmNwE2MzIG5CEG/wAFGw4RCw3+O/ISHw0JExcDYPvT/nUlAwIiBoAPERQF9Rgo+gAdEAgFuf7ZFwQHIRQBXQQj/GOiDikoEwPACQAAAAACAAD/AAb/BfcAGgAgAAABFgcBBgcGIyInJQEGIyInLgE1ESUmJyY3ATYBEwEFCQEG5CEG/wAFGw4RCw398f7WEh0OCRMW/iglAwMjBoAj/svd+mYBUANf/iIF9Rgo+gAdEAgF1/65FQQHIRQBxMEOKScUA8AV+g4FK/zFiQJ//OMAAAACAAD/gAYABYAANABJAAAAEAIGBCMiJCcmNj8BNjMWFx4BMzI+AjQuAiMiBgcXFgcGIyEiJjURNDc2HwE2JDMyBBYFERQGIyEiJj0BNDY7ARE0NjsBMhYGAHrO/uScrP7KbQcBCIkKDxAHSdR3aL2KUVGKvWhitEaJHxERKv5AGiYoJx6CawETk5wBHM79+hIO/sAOEhIO4BIOQA4SAxz+yP7kznqRhAoZCIoJAgpfaFGKvdC9ilFHQooeJygmGgHAKhERH4Flb3rOmP5ADhISDkAOEgFgDhISAAAAAgAA/4AGAAWAAA8AGwAAACAOAhAeAiA+AhAuAQAQAgQgJAIQEiQgBAOC/vztq2Zmq+0BBO2rZmarAZHO/p/+Xv6fzs4BYQGiAWEFAGar7f787atmZqvtAQTtq/63/l7+n87OAWEBogFhzs4AAQA+/4AGwgWAAIUAAAUiJiMiBiMiJjU0PgI3NjUDNCcmIyEiBwYVAxQXHgMVFAYjIiYjIgYjIiY1ND4CNzY1JxE0Ni4EJy4BIiY1NDYzMhYzMjYzMhYVFA4CBwYVExQXFjMhMjc2NRM0Jy4CNTQ2MzIWMzI2MzIWFRQOAgcGFRMUFx4DFRQGBpIssS0ssCwYGiIsOhAhAQENJf1dJg0BASUQQDIoGRgvuS4rqioXGR8pNg8hAQEBAgUIDgkPPC4kGBguuS4qqSoZGSIrOA8jAQENGgK7GQ0BASMSUTMZGSywLCusKxkZIy06DyMBIhA8LyQYgAcHKRkfHgQKChV3AYcVCgQEChX+jY4WCgYBHR8aLAcHKhgeHgUKChd4OQMtAy4bMiInGAYKBBwfGiwHBywaHhsCBgoVi/7AFQsDAwsVAUCLFQsDFyYaLAcHLBoeHAEFCheK/FF3FQoHAh0eGiwAAAABABj/gAT+BYAALAAAARUUBiMiBwYHBhURFAYrASImNREjERQGKwEiJjURJicmJyY1NDc2NzYpATIWBP4lGDIEGgYDJBlsGSSPIxpsGiOTYn5CQFhYeW8BMgHfGSQFQ0kdQAEGGQs1+4AZJCQZBML7PhkkJBkB8AwvOnl1jqZ4diklJAAJAAD/gAYABQAAAwATABcAGwAfAC8APwBDAEcAACUVITUlMhYVERQGIyEiJjURNDYzARUhNRMVIzUBFSE1AzIWFREUBiMhIiY1ETQ2MwEyFhURFAYjISImNRE0NjMFFSM1ExUhNQFg/qACwBomJhr/ABomJhoBoPyg4OAGAP0g4BomJhr/ABomJhoDgBomJhr/ABomJhoCQODg/KCAgICAJhr/ABomJhoBABomAYCAgAIAgID8AICABIAmGv8AGiYmGgEAGib+ACYa/wAaJiYaAQAaJoCAgAIAgIAAAQAA/4AGAAWAACUAAAEyFhAGICY1NDclBiMiJhA2MzIXJSY1NDYgFhAGIyInBRYUBwU2BMCFu7v+9rsC/phcfoW7u4V+XAFoArsBCru7hX5c/pgCAgFoXAIAu/72u7uFDBa0VrsBCrtWtBYMhbu7/va7VrQWGBa0VgAAAAIAAP+ABgAFgAAlADUAACQ0JiMiByc2NCc3FjMyNjQmIgYVFBcHJiMiBhQWMzI3FwYVFBYyAREUBiMhIiY1ETQ2MyEyFgUAfVhUPfECAvE9VFh9fbB+AvE+U1h9fVhTPvECfrABfal3/EB3qal3A8B3qf2wfjp4EA4QeDp+sH19WAcQeDl9sH05eBAHWH0D4PxAd6mpdwPAd6mpAAcAAP8ABwAGAAARAC8APgBMAFgAZABzAAAALgEHDgEHBhYXFjMyNz4BNzYBFwcXFhQPARYVFAIGBCAkJgIQEjYkMzIXNzYyHwETBiMiLwEmNDc2Mh8BFhQXBiIvASY0NzYyHwEWFDYUBisBIiY0NjsBMicVFAYiJj0BNDYyFhcHBiMiJyY0PwE2MhcWFAJFFDAZbKYsChQZDQsqEiKBVBkDuC70RBMTQFlvvf77/uL++71vb70BBY+2oUATNRNE+woMDQpbCQkKGgpaCtwLGAtaCgoJGwlbCSASDmAOEhIOYA6uEhwSEhwSl1sKDA0KCgpaChoKCQOaMhQKLKZsGTAKBShUgSILAa0u80QTNRNAobaP/vu9b2+9AQUBHgEFvW9ZQBMTRAEsCgpaChoKCQlbCRvvCQlbCRsJCgpaChq7HBISHBKgYA4SEg5gDhISRVoKCgkbCVsJCQoaAAMAAP8ABwAGAAAEABQANQAAASUFAyECIAQWEhACBgQgJCYCEBI2ATY9AQcnExcmJxcFJTcGBzcTBycVFBc3BRMHFjI3JxMlAmEBHwEfbf6dBQFsAUzwjo7w/rT+lP608I6O8ARtlWbwP4aW7zX+4f7hNe+Whz7wZpUeAUaLdHX2dXSLAUYC0NDQ/rAEgI7w/rT+lP608I6O8AFMAWwBTPD7SMv7A1ngAUMMzkx8n598TM4M/r3gWQP7y4Qo/tZFJydFASooAAAADAAAAAAHAAWAAA8AHwAvAD8ASQBZAGkAeQCJAKIAsgC8AAAlFRQGKwEiJj0BNDY7ATIWAxUUBisBIiY9ATQ2OwEyFgEVFAYrASImPQE0NjsBMhYDFRQGKwEiJj0BNDY7ATIWJSImPQEhFRQGIwEVFAYrASImPQE0NjsBMhYDFRQGKwEiJj0BNDY7ATIWARUUBisBIiY9ATQ2OwEyFgMVFAYrASImPQE0NjsBMhYBFSE1NAUEHQEhNTQ+BCQgBB4EERUUBisBIiY9ATQ2OwEyFhEVFAYjISImPQEBwBIOwA4SEg7ADhLAEg7ADhISDsAOEgJAEg7ADhISDsAOEsASDsAOEhIOwA4S/cIcJgICJhsC/xIOwA4SEg7ADhLAEg7ADhISDsAOEgJAEg7ADhISDsAOEsASDsAOEhIOwA4SAYD9/v6C/oL9/hEzUI2zAQ0BPgEMtI1QMxESDsAOEhIOwA4SJhv+gBsm4MAOEhIOwA4SEgFywA4SEg7ADhIS/nLADhISDsAOEhIBcsAOEhIOwA4SEpImG4GBGyb94MAOEhIOwA4SEgFywA4SEg7ADhIS/nLADhISDsAOEhIBcsAOEhIOwA4SEgGKDQpoAgFlCg0RNExLTTolJTpNS0w0/lfADhISDsAOEhIBVIEbJiYbgQAAAAAFAAD/AAcABgAAEAAUACUALwA5AAABERQGIxEUBiMhIiY1ERM2MyERIREBERQGIyEiJjURIiY1ESEyFwEVITU0NjMhMhYFFSE1NDYzITIWAsAmGiYa/gAaJvkHGALo/wAEACYa/gAaJhomAagYB/zZ/qASDgEgDhICoP6gEg4BIA4SBMD9ABom/cAaJiYaAgADaRf9QALA/ID+ABomJhoCQCYaAwAXATfg4A4SEg7g4A4SEgABAAD/AAcABgAAHQAAARYUBwEXBwYEJwEjNQEmEj8BFwE2MhYUBwEXATYyBtslJf5vlqCj/ju5/pa1AWp8L6OglgGQJmpKJf5w6gGRJmoEOyZpJv5wlqCjL3z+lrUBarkBxaOglgGRJUprJf5v6gGQJQAAAAQAGf8MBucGAAAJABUAOgBnAAABFAYiJjU0NjIWBRQGIyImNTQ2MzIWExE0JiMhIgYVER4FMjYzNhcWFxYXNhcyHgI+BTcGBxIHBgcGJyY3AzUuAScDFgcGJyYnJhMmJyY2Fx4BFxE0NjMhMhYVETc2FgNpf7J/f7J/AfZ+Wll/f1lafuFAT/uoUzsrW0dbM1kcVQJEGwYEGiMHbwU/F0QmRzNJPUrGeftUa0J1aE5WBAEIIQcBBFdPaHVBaVP7eRkqJwQPA15DBOlDXhUnKgMcU3d3U1R2dlRTd3dTVHZ2/vgCm1dJRFz9XxciFg8HAQQBHAYDGRpbBAMBAQMGCxAXHxiVZ/7jtHEjIC8zcQFGAQIIAf6ucjIvICRytAEbZ5UlNBsCCgMCtkhmZkj9Sg8bNAAABABk/4AGnAYAAAMABwAPABkAAAERIxEhESMREzcRIREhFTcBEQEhByM1IRETA4CRAh+Rkf37VgFG2QMc/k7+utnZ/nJtBE7+TgGy/k4Bsv0I/gMb++fZ2QSq/Av+TtnZBIYBIQAAAAAFAFn/AQWqBf0AFgArAD8ATgBlAAAlFQIHBgcGJicmJyY3PgE3Mjc+ARceAScGDwEEIyYnJicmPgEXMhcWHwEeAQEOAQcGJyYDJyY2NzYXFhceARcWARYHBicBJjc2JBcWFxYSBRYHBgUGBzcGJicmNzY3PgE3NhceARcDBQEFDCc2/yMNBAEFBDyXATsPMRkYG5YDMXj+7REjEwwFCBIqIw29RyxUFxkDOQepMyUaDqovDgURIzABdstOCBz9WgU7Ojj+hggbKQFNOigJAyYCmwMdD/7GQxgBFy4OHh4BSn0yCRwlMJYG2X/+3A0gCAleKg8VDA4KSrNGEwsJCibkNw8nWAIiGTJMtUQCTR0SIgkr/rw21hQOFQoBFU0VMhUrEQEnQhsHFgJRZhQRWAJWIxsrXQ8KIxL9wcgnFApMDwgCBhQWLygBZatCBhMRF905AAAACgAAAAAIAAWAAAMABwALAA8AEwAXABsAIwAsADgAAAEhESETFSE1AREhEQEVITUBFSE1ARUhNQEVITUBESMRFBYyNiURIREUByEyNhMRFAYjISImNREhNQQA/oABgID9gAKA/YAFAP4AAgD+AAIA/gACAP4A/ACAJjQmBoD6AAsFyxomgHBQ+YBQcAEABAD+gP8AgIADAP2AAoD9AICAAQCAgAEAgIABAICA/EADwPxAGiYmGgRA+8AhHyYE2vtAUHBwUARAgAAEACoADQfWBYAACQAfADkAUQAAJCImNTQ2MhYVFDciLgEiDgEjIiY1NDc+ATIWFxYVFAYBIicuASMiDgMjIiY1NDc2JCAEFxYVFAYTIicmJCAEBwYjIiY1NDc2JCAEFxYVFAYEFCiSfVJ9aAJMf4J/SwMSlwpO7ObsTgqXAP8LDIjomFWrf2Q6AhGWCoQBeAGAAXiECpb+Cwuz/n/+OP5/swsLEZcKuwIEAhoCBLsKlw2TFCAsLCAUfDIyMjKWEg0KTVhYTQoNEpYBEAhpYyw+PiyWEgwKhJKShAoMEpYBDwmdn5+dCZYSDQq6zMy6Cg0SlgAADQAA/wAGgAYAAAcADwAXAB8AJwAvADcAPwBLAFMAYwBrAHsAAAQ0JiIGFBYyJDQmIgYUFjIANCYiBhQWMgA0JiIGFBYyADQmIgYUFjIANCYiBhQWMgA0JiIGFBYyADQmIgYUFjIBETQmIgYVERQWMjYANCYiBhQWMgERNCYjISIGFREUFjMhMjYQNCYiBhQWMhMRFAYjISImNRE0NjMhMhYBgEtqS0tqActLaktLav7LS2pLS2oDS0tqS0tq/stLaktLav7LS2pLS2oDS0tqS0tq/stLaktLagNLTGhMTGhM/oBLaktLagHLJhr7ABomJhoFABomS2pLS2rLTDT6gDRMTDQFgDRMNWpLS2pLS2pLS2pLActqS0tqS/7LaktLaksBy2pLS2pLActqS0tqS/7LaktLaksBy2pLS2pL/YABgDRMTDT+gDRMTAL/aktLaksBwAEAGiYmGv8AGiYm/qVqS0tqSwMA+gA0TEw0BgA0TEwAAgAJ/wAF7wYAACcARQAAARYHAiEjIgYPAQMHDgErASImNz4DNzY7ARY3Njc2NzY3PgEWFxYnFAcGBwYHFCMnIgcGAwYjISImNxM+ATMhMhYXHgEF7xIWV/4iLBkmBQQ3AgUnGfsVGAMJIxIkCQUmg4Vnr3BmNRgLAQMEBE+ZLlDecYtaWmQSAlMBC/7ZFh0D6AUtHQJWIn8wa3EDelR4/kQhGhP+pg8aIR4VOOBw3zglAhcnaV+XRj8GAwEDO7NrgelSKAIBAWAI/fYKIRYFvx0mGhMppAAABAAn/wAHAAYAAAoAEgAZACgAAAEyFwATIQIDJjYzAQYHAgM2NxITEgATIQIJARADAgECAyY2MyEyFhcSAbkhEwEKYP5Cf/AMEhQDpDFMT7EoBNPh6wErI/49Kf4ABGhlQ/7cGVEEExABZxUjBXMDYBr+lP5mAbkBNBAj/pvHwgE2ARzd5P6sAY/+vP0T/nECmQMn/cD+WP58AjACCwEtARsQGRoU/mcABwAA/4AJAAWAAAgADwAYABwAPgBJAFkAAAEjNj8BPgE3FwUDJiMhBwQlAycuAScTMwEDMxMjBSYjIgYHBhceARUUBiMiLwEHFjMWNjc0Jy4BNTQ2MzYfASUjIgcDMzczFhczExEUBiMhIiY1ETQ2MyEyFge3ig40AwQMAwz6gjoLQP70AgE3AQ+iERp2SIevAQUlpmimAphFUHucAQGSMCY8J1ZGFhdKb4KdAowxLDEuRjYPAcCAQRb2riPUBQ+agEw0+AA0TEw0CAA0TAIiJY4JCiAKN3gBJzYNT1z+SllGdx3+AgKB/X4CghAbdl5mSBckFR4gIQuQIgF4ZGpEGSIVFiEBGQibNv20YBZKA8L7ADRMTDQFADRMTAAYAAD/gAkABYAAEQAZACsAMwBAAEcAWABjAGcAcQB6AJwAuADHAOUA+QELARkBLQE8AUoBWAF7AYsAAAEmIyIOAhUUHgIzMjcmAhI3BgISFzYSAicWEgIHFjMyPgI1NC4CIyIBMzUjFTMVOwI1IwcnIxUzNRczNwMVKwE1OwEVMycyMzc2NC8BIisBFTM1MyQ0NjMyFhUUBiMiJDIXIwQ0NjIWFRQGIyI2NDYyFhUUBiIXIiciJjUmNTQ3NDc2MTI1NjMyFxYxFxUWFQccASMHBiMGJTM1NCYnIgcmIyIHNSMVMzU0MzIdATM1NDMyFRczPQEjFSYjIgYUFjMyPwE0LwEmNTQzMhc3JiMiBhUUHwEWFRQjIicHFjMyNhcnBiMiPQEzNSM1IxUjFTMVFDMyNyIGFRQWMzI3JwYjIiczNTQmMyIHNSMVMzU0MzIXNyYWFBYzMjcnBiciJjQ2MzIXNyYjIhczPQEjFSYjIgYUFjMyPwEiBzUjFTM1NDMyFzcmFzM9ASMVJiIGFBYzMj8BByIjBgcGFQYVFBcUFx4BMzI3ND8BNjc2NTQnJic0LwEiJgERFAYjISImNRE0NjMhMhYEX4CZZ72IUVGIvGiZgINeX6N+XFt/f1tcXYJfXoOAmWi8iFFRiL1nmQJlBxEHAx0EBQYGBQMGBAUIAgMDAgMEAQEBAQEBAgEGAwH7FhYTEhYWEhMBpTwFRgGHFiQXFhMS+hckFxckhwICAQQBAQIBAgICAwEEAgEBAQECAgH6vB4dGSAPDh8YDx4eIR4dIR6mHR0RGh0mJh0cD7IvDhcZFxQMFiEaHi8NGB8ZFA0ZIR0hgggNDRMwMB4cHC8VZR0mJx4hFg4SFSIHZSSDFwweHh0KCAkJEichHRMOEhESFxcSExAOFBwhzh4eDxsdJycdHA6FFwwdHR0KCAkIfx0dDzgnJxwdDk4CAgECAgMBAQMCBAMEAgICAQIBAQECAgIBBAFnTDT4ADRMTDQIADRMBKtVUYi8Z2i8iFFVawE9ATxTY/7T/tRjYwEsAS17a/7D/sNqVVGIvGhnvIhR/NkDAxEUDQ0UDw0N/jkCAwoFAQEEAQENBSwmGBkSExhXIB8mGBkSExgZJBkZEhMYHQEEAQICAwECAgEBAQECBAECAQECAgICAQRVGB0BGBgUEIdLJCRLSyQkS0RDEBQoPigUGCIGAgQKDwsYDhgUIQYCBAoRDhcRGA4ZBxY9GykpGz0yjigfICcTFg8hDCAnFBCHTCMEHAQoPigQGA0BGCYYDBgQi0RDEBQoPigUehQQh0wjBBwEi0R6RxQpPCkUAwEBAgEDAgQDAgICAgIBAQEBAQMCAwQCAQMBAQEBBOX7ADRMTDQFADRMTAAADAAA/4AJAAWAAAoAEQAbAB8AQgBXAGIAagBxAH0AigCaAAABFAcGKwE1MzIXFiUUKwE1MzIFNCYrAREzMjc2FzMRIwU0JicuATU0NjMyFzcmIyIGFRQWFxYXFhUUBiMiJwcWMzI2BTUGIyImNTQ2MzIXNSYjIgYUFjMyAREOAQwCBSEyNgA0JiIGFBYyJRMjBycjEzczNSM1MzUjNTM1IwEzJzY1NCYrAREzNTMBERQGIyEiJjURNDYzITIWATkkHTwRET0cJAbwQBMUP/lTZE9fX0otPB5BQQFAKTcdFRsVHRgiKTksPCQuJQgTHBYwFyosRzNAARYlKTE/Py4rJigoSmdmSioE90Gf/sT+qf4U/v4GIRom/K1qlmpqlgECkEdaWUeO0Lh3c3N3uAGHUGlMPjhhQQkBIU03+Ag3TU03B/g3TQL3MyEa3BsfDTRlckpd/rMmM1kBTegoLBQKEg4QFRssJTcoIykQDQYMFhQbLChAPSlNJUEyMEMmTRRlkmX9twIPKFiSgYwwJgLElmpqlmoIAVbg4P6qCThaOEo5/rOMEE4vNP6zhQIk+ww4Tk44BPQ4Tk4AAAAAEgAA/4AJAAWAAAIACwAOABUAHAAjACYAOgBPAFsAzgDiAPkBBQEJASQBPwFiAAATMycBNycjFTMVIxUlFzUXNCsBFTMyJTQrARUzMgE0KwEVMzIFMyclESM1ByMnFSMnIwcjEzMTETMXNwEUDgQiJiMVIycHIREhFzczMiUVIxEzFSMVMxUjFQEVFAYjISImNREzNzMXMzUXMzcVITU3Mh0BITUeAjYzNzMXMzUXMxEjFScjFScjIgc1IxUmIyEHJyMVJyMHETQ2MyEyFhURIyIHNSMiBzUhFSYrARUmKwEHJyERITcXMzUzMjcVMzUzMhYdASEyNxUzMiUUBgceAR0BIzU0JisBFSMRMzIWARQGBx4BHQEjNDYuAysBFSMRFzIWARUjETMVIxUzFSMVAREjEQEUKwE1MzI1NCYiLgE1NDY7ARUjIhUUFjYeATcVBisBNTMyNTQmBi4CNTQ2OwEVIyIVFB4BAxEjJxUjJyMHIyI1NDsBFSImDgQVFBY7ATczExEzFzV3WS0CQUpGo46OAT1jvShUUykBISpSUSv+6ipSUSsBy1ks/BZCXjlehBmHGUZ0YG5qVU0CmAsRHBgnGCkJflBT/wABBFBSz23+3dnZmJSUBdRNN/gIN01vGTcZ2hNxFAIdCgoBFxdAKVUJGTgZ4yK2tBm5F/lFKKwYMf2MKyvGFqlOTTcH+DdNeDMesTcX/sQfONEXROo2Mv6jAVc3NNMVOx+uCAgEAhE5H6g8/S0YFhkSQRgiRUGaMDr+6xkVGhFBAQEFDBcSRkCZMToCEdjYl5SU/u1CAvdmfn4iIjEyIjQognckIzExI+8YQH19IRklKyUZNSiBdiQ6T5RceoQahhlLgYU/ByoPHwwRBhskHVxhbWNyA1Zs/YZPTzE3Nk5u2TwhRSgdPQHyHTwmbC/+8dTU1NQ8PAEP/v8BAbi4/dQUHhQNBwIBW1paAQ9ZWfw4AQ85MTc2/dHlN09PNwKmPT0uLi8vYwEOVhcMDAECPT06OgF6LCwsLBYWFhZhYSwsswGHN09PN/1aFhYWFhYWFhY6Ov6GOztZDWZjBAhXGBj7FygJCSIdNi0hFWMBDx4BqBgoCQkhHjUJIw8WCgdiAQ8BHf10OAEPODE3NgKp/vEBD/10VjoZEAoHJiQnKjkZEAkBBiUOZSM6GQ0MAQULJR4nKjkZFAQGAkL+8svLPDyFijsCAQMKER0TJijV/wABALy8AAAAAAsAAP+ACQAFgAALABcAIwA6AFMAbgCFAJ8ArgC5AMkAAAEUBiMiJjU0NjMyFiUUBiMHNzY7ATIeAQUUBiMiJjU0NjMyFiU0JisBIgcDBhY7ATI/AT4CMhYzMjYFEzYmKwEiByYjIgYVFBYzMjY3BhUUOwEyADQmKwEiDwEnJisBIgYVFB4BFwYVFDsBMjcBJTQmKwEiBwMGFjsBMj8BPgIyFjMyNgUTNiYrASIHJiMiBhUUFjMyNjcUBhUUOwEyEzU0KwEiBwMHFBY7ATI3AQ4BIwc3NjsBMhYBERQGIyEiJjURNDYzITIWAukzJR0jMiUcJQMRLCwgEQILEhYaGAFfMyQdJDIlHCX6qE0+oBMCQQEIBkwUAhIBDBIQFgNWYgE1KQEIBkwOAxtESGVFOhw8EgQNRRMBwggFTQsHaiwFEUsFCCctAVINTQsHAP8Bfk0+nxQCQQEIBlIMBBIBDBIQFgNWYgE1KQEIBkwOAxpFSGVFOh08EQQNRRPdDUoLAkEBCAZCEwL5SQUqJyERAgsTKCQHckw0+AA0TEw0CAA0TAJ2JTEgHCUzIXgqHgFrCwQVqSQyIBwlMyGOOzUT/mgGChNuCAoDAmHiAQUGCiEobEk7RhgUDAkQARUKCQqclhAJBQJyhARwCA0KAXA4OzUT/mgGCg10CAoDAmHiAQUGCiEobEk7RhgUARAEEAGsAQ4L/mACBQkTARMjFgFrCxcB3/sANExMNAUANExMAAAACgAA/4AJAAWAAAoADwAyAEgAVwBbAGwAdACLAJsAAAEUBwYjIic1NjMyBSM2MzIFNCYnLgE1NDMyFzcmIyIHBhUUFhceARUUIyImJwcWMzI3NgE3IzUPAzMVFBcWMzI3NQYjIj0BBTUmIyIGBycjETMRNjMyEzMRIwU0JyYjIgcnIxE3NRYzMjc2ADQmIgYUFjIBNCcmIyIGFRQXFjMyNycGIyInJiczNhMRFAYjISImNRE0NjMhMhYGPRUTIRcSHRw5AbZuBjIz+exCRCQgJjpCEkNSTS4wQUMnHzAdUh8SSGBRMDMBJxNggRIuET4sJkkgLyAMKgGJDw0gLwoKg5YaOBAvlpYCbi0oR0A1CISWJCBTMz3+LC5CLi5CA7AwMl5gbz83amU7EDlHKxQXBfgCgEw0+AA0TEw0CAA0TAJ5RSUjCeAeVmLpO0EZDRYOGiFwICYnRjpBGA4XEB8ZEnEpJSkBI2+HFXIIZ9tUJB4LdgcyxRmLAyAeOP4pATIf/q8B1956OTQ4L/17GZcLOEEBxEIuLkIv/utxP0CEcoA8NyhnHxMTLw4CsfsANExMNAUANExMAAADAA7/AAfyBgAACwAXAD8AAAESFxQGIyEUBiImJwUyNCMiJjU0IhUUFgEWBgcBBiYvASY2PwEmNT4ENTQSNyY1NDYyFhUUBx4BFwE2FhcGFj3tTDT+QJbUlQEBABAQO1UgZwQzCAEK+LAKGwhUCAEKuhMyUlg9J+q+CDhQOAh8vjUBogobCAKs/pzINExqlpVqryBVOxAQSWcGQAobCfmqCAIKYAobCKEgIipck6ryi5gBBRwTFCg4OCgUExKBXQFrCAIKAAAAAAQADv8AB/IGAAALABYAJgBOAAAENCMiJjU0IhUUFjMJAS4BIyIOAhUQARQGIyEUBiImJzchJgM3EgEXFgYHAQYmLwEmNj8BJjU+BDU0EjcmNTQ2MhYVFAceARcBNhYEEBA7VSBnSf33A20qtYVdmVowBMBMNP5AltSVAZUC9aY9bz0BQ1QIAQr4sAobCFQIAQq6EzJSWD0n6r4IOFA4CHy+NQGiChuwIFU7EBBJZwHrAvhYdT9ibDP+gP5ANExqlpVqgbsBEGH+nASoYAobCfmqCAIKYAobCKEgIipck6ryi5gBBRwTFCg4OCgUExKBXQFrCAIAAAAABQAA/4AFgAWAAA8AHwAvADcAWwAAJRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2ASEnJichBgcFFRQGKwERFAYjISImNREjIiY9ATQ2MyE3PgEzITIWHwEhMhYCABIOQA4SEg5ADhIBABIOQA4SEg5ADhIBABIOQA4SEg5ADhL94AHAMAcK/sMKBwNvEg5gXkL8wEJeYA4SEg4BNUYPTigBQChOD0YBNQ4SoALADhISDv1ADhISDgLADhISDv1ADhISDgLADhISDv1ADhISA+51CQICCZVADhL8TFN5dVMDuBIOQA4SpyU0NCWnEgADAAD/gAYABYAALAA8AEgAAAEVFA4CIyIANTQAMzIeAx0BFCsBIj0BNCYjIgYVFBYzMjY9ATQ2OwEyFgIgDgIQHgIgPgIQLgEAEAIEICQCEBIkIAQEfklzeTnN/u0BEMsiU2dSOBB2EINIjLG3jkSMCQZ3Bgr8/vztq2Zmq+0BBO2rZmarAZHO/p/+Xv6fzs4BYQGiAWEBzm0yTisWARbPywEQCRspSC1tEBBGKzG3kpfFMCpGBwkJAytmq+3+/O2rZmar7QEE7av+t/5e/p/OzgFhAaIBYc7OAAAAAgAA/4AGAAWAAA4AYgAAATQmIyIOAhUUFjMyPgEFFA4CByIGIyInJicOASMiJjU0EjYzMhYXPwE+ATsBMhcWBwMGFRQWMz4ENRAAISIOAhAeAjMyNzYWHwEWBwYHDgEjIiQmAhASNiQzIAADzGteP3piPWthYKBVAjRKe4xLBhMHXy8cBTSfXqGxhOKFV4gmAgsBCQV2BQgFAngFGSAcOlhCMP6k/tyC7atmZqvtguSxCxoIKQgBAgpm+4Wc/uTOenrOARycAVgBqAL5bHo9bKZhcHqFxxFvrGIzAgE1ITJCWL+unQEKm0dAEzgGDAsFC/2aGBgnGgEJJz12TgEkAVxmq+3+/O2rZpAJAgsxDAwNCVNaes4BHAE4ARzOev5YAAAAAAIAAP8ABwAGAAAjACgAAAAWEA8BFxYUDwEGIi8BAQYrAQUnEzU0NwEnJjQ/ATYyHwE3NgkBJwEVBkS8XuFoCgrSChoKaf2lJTXL/wBAgCUCW2kKCtIKGgpo3138xQJAwP3ABgC8/vdd32gKGgrSCgpp/aUlgEABAMs1JQJbaQoaCtIKCmjhXvpAAkDA/cDAAAIAAP8ABv4GAAAQACkAAAEyFhUUBwAHBiMiJjU0NwE2AR4BHwEWACMiLgI1HgMzMjc+BAZPRmkt/rSFYXl+tVwCfjv8uieHUwEE/vXXe75zOgdEOD4PKQ4ZQUpmaAYAXUY/WP2Le1u5f4BUAkM2+/ZMbBZH1f70XaLMdgUyJyIlQl07JA8AAAAFAAD/AAcABgAALQBvAH8AjwCfAAAlESERMj4BNz4BMzIeARceAjMyPgE3PgIzMhYXHgIyPgE3PgEzMhYXHgITFSIuAScuAiMiDgEHDgIjIiYnLgIjIg4BBw4CIyImJy4CIyIOAQcOASM1NDY7AREhESERIREhESERMzIWARQGIyImNTQ+BDUyFgUUBiMiJjU0PgQ1MhYFFAYjIiY1ND4ENTIWBwD5AC1QJhweKyMYKBYWHSRQLi1QJB4VFycYIyseHCZQWlAmHB4rIyIrHhwmUC0YKBYWHSRQLS5QJB0WFigYIyseHSRQLi1QJB4VFycYIyseHCZQLS5QJB0eKyNwUEABAAEAAQABAAEAQFBw+wBIODVLExwiHBMmWgIASDg1SxMcIhwTJloCAEg4NUsTHCIcEyZagP6AAYAcGxgbFg4QExkaHB0ZGRMQDhYbGBscHBsYGxYWGxgbHAFAwA4QExkaHBwaGRMQDhYbGRocHRkZExAOFhsYGxwcGhkbFsBQcAHA/kABwP5AAcD+QHADEE1TSzUdLBggHzomlExNU0s1HSwYIB86JpRMTVNLNR0sGCAfOiaUAAIAAP+ACAAFgAAFAAsAACEVIREzEQkBIREJAQgA+ACABgABAPmAAcACQIAGAPqABAD8gAJAAkD9wAAAAAMAAP+ABsAGAAALABAAFgAACQEGBCMiJAIQEiQzEyEUAgcTIREyBBIDAAIiav7lndH+n87OAWHRuwMFeGyk/QDRAWHOAob93mx4zgFhAaIBYc79AJ3+5WoCogMAzv6fAAIAAP+ACAAFgAAFAB8AACEVIREzEQERFAYvAQEGIi8BAScBNjIfAQEnJjYzITIWCAD4AIAHACcQef2HChoK6f5gwAJJChoK6QHQeRARFQGzDhKABgD6gATg/k0VERB5/YcKCun+YMACSQoK6QHQeRAnEgAAAQAAAAAHAARXAGAAAAEUFx4DFwQVFAYjIi4GJy4DIyIOARUUFjMyNzY3FwYHFwYhIiYCNTQ+AjMyHgYXFjMyNjU0LgYnJjU0NhceARcjHgIXByYnNSYjIgYFDAoKHjQkJQFF05U7aU5MMjkeMQsgO1h4UmCuZtWdsVE4G1QPHQGD/v+T9YhXkcdpV5BnVzo7KjoaYIlRcyY/UldYSjgLA69vTlUwAQwWHgSBGhwXSjFGA0AGIx0pGw0KW/GSwSU2X1B/T4YcUWlYKG+yYKDvXz81mCIkAZieAQGSacqXXCY+YmSGc5I2yGFQKjwgHxctO2lGEBFupAQDFyoLGy0FYzEVARVCAAAAAgAA/4AGAAWAAFcAZwAAATQnLgInNC4BNTQ2MzIXIxYXNyYnLgEjIgYVFBceARceAx0BFgYjIicuBSMiDgEXFR4CMzI3NjcnDgEjIiY1NDYzMhYXHgczMjYTERQGIyEiJjURNDYzITIWBZjqIyQoCQQCMSQ2EQEUE10nCiFFM1B8AhBhZB0oMhsBUzthRhc5J0VPgFNltmoDBF2ubbpdFAs8KnJZc5ikaHB0LggjFikkNzhMKmuYaKl3/EB3qal3A8B3qQHkrUIKDSUcAg0LAiQvDw8kRzYKHRRzUAcQYFgdCA8cKRoFOkaQL5Vmd0gxcLhkAWy2cW4bGG1QSK51aahrdxVfOls5RCcbiwLl/EB3qal3A8B3qakAAAADAAAAAAgABQAADwAfADMAAAA0LgIiDgIUHgIyPgEkNC4CIyEWEhACByEyPgESEA4CIyEiLgIQPgIzITIeAQSAUYq90L2KUVGKvdC9igNRUYq9aP5+d4uLdwGCaL2K0War7YL9AILtq2Zmq+2CAwCC7asCGNC9ilFRir3QvYpRUYq90L2KUVr+9P7M/vRaUYoBp/787atmZqvtAQTtq2ZmqwAAAAIAAAAACAAFAAATACMAABgBPgIzITIeAhAOAiMhIi4BBDI+AjQuAiIOAhQeAWar7YIDAILtq2Zmq+2C/QCC7asEstC9ilFRir3QvYpRUYoB/gEE7atmZqvt/vztq2Zmq5FRir3QvYpRUYq90L2KAAAFAAAAAAkABQAADgASABgALABcAAABISImPwEmIyIGEBYzMjYnMyYnBQEhBxYXBBAmIyIHExYGBwYjIicDBhUUFiAAEAAgADU0NjcnAQYrAQ4BIyIAEAAzMhc3IyImNDYzIRUhJyMiJjQ2MyEyFwE2MzIC+v7GKCMYvEFIhLy8hHOwo7oSOQFxASD+IGNpFQUFvIQ8Pa4PChYPFSMSrl28AQgBPP75/o7++U9GQf6fEiHFF/youf75AQe5cmWJ4BomJhoBgAGzVd4aJiYaAQAhFAELW2W5AYBGIPsfvP74vJHvVT+UAYCEZ5XEAQi8GP78FzQOCx0BBF+ChLwB+f6O/vkBB7lhrT9i/isapNwBBwFyAQc3tyY0JoCAJjQmHP5wLAAABQAA/wAGAAYAAAcADwAfACsASwAAADQmIgYUFjIkNCYiBhQWMhMDLgEjISIGBwMGFjMhMjYCNCYjISIGFBYzITIBESMVFAYiJj0BIRUUBiImPQEjETQ3Ez4BJCAEFhcTFgGAS2pLS2oES0tqS0tqHUgFIxf8ahcjBUgFJh4EJh4m5xwU/YAUHBwUAoAUAayAS2pL/QBLakuAGWcJsQEbAVYBG7EJaRcBC2pLS2pLS2pLS2pLAgwBgBcdHRf+gB4uLgJuKBwcKBz9W/2lgDVLSzWAgDVLSzWAAltwbwHGTnY8PHZO/jpmAAMAAP+ICAAF+AALAC4AUgAAABQGIyEiJjQ2MyEyBTQnISImNTQ2MyEmJCMiBAIVFBchMhYVFAYjIRYEMzI+AgEUBisBFhUUAgYEIyIAJyMiJjU0NjsBJjU0EjYkMzIAFzMyFgW3MiT9QiQyMiQCviQBCBf8KiQyMiQDjFj+2q2x/tOvFwPWJDIyJPx0WAEnrYTyrmgBczIkgxGD3P7Pp/b+a2O9JDIyJIQRg9wBMaj1AZVjvCQyAuNGMzNGM1ZWVDIjJDKPqK/+1LFWVDIjJDKPqGev8QGEIzJVVaf+z92DAQrZMiQjMlVVpwEx3YP+9tkyAAAGAAv/AAT1BgAABwAPABsALAB1AKMAAAEDFxI1NCMiARYXNjcuAgEUEzYzMhcDJiMiBgMUHgEzMjY1NCcuAyMiBgMUFx4BMzI3NhE0LgEnJiQjIgcGFRQeBDcyMzIXFhcGBwYHDgEVFBYVBwYVJicGIxYVFAYjIiY1NDcWFxYzMjY1NCYjIgYHNDY3JjU0NjMyFwI1NDYzMhMWFz4FMzIWFRQDHgMVFAIOASMiJyYCA7lydaUmOf6MHgMlIgwqI/7NnxEgDzx5SzATFE9nhCIOFyANJjlCHRQznhk7+Z3jm5gCFRQ4/slzJQwMK0RXWFIdEAcYEA8EHEQ9IEBZJQMEiQkIIQJRNlKpITQITTgMHa8dKzZyVV4cej0dKaNSToPCBgIGLilDPk8lR1KfPU8mDl6q/JhvcJXaBIb+uBUBw0M4/HBQCCoZAgcHA4Vi/lkKBQFf3CP89SSmjBoOGE4gUGJANv6dKT+RpKqpAQIrMEwSMTULBR4iNBwTBAQCExMkHBoWGC6IRR9zHgwMAgrOAgcONUmcUSIhQAxoEQwi3lk3ZXwaSh4+eg8BzmlQZf27EQYQf26RZUhiSWz+Rg8+Xl1Alv78vm4qOQENAAAAAAQAAP+ACAAFgAAaADYAWwBfAAABMw4BIyImNTQ2MzIWFyMuASMiBhUUHgIzMiUzDgEjIiY1NDYzMhYXIy4BIyIGFRQeAjMyNiU0JicuAicmISAHDgIHDgEVFBYXHgIXFgQhIDc+Ajc+ARMRIREDEc8OqYKiubqMlKgNywU9Mzk/Cho2J18C1s4OqIKiubqMlKgNzAQ+Mjk/Cho1JzE3AW0fLQYPHAJW/Z39j1UFGREGLR4eLQYSFwYsAYcBEwJiVwUYEQUuHsD4AAIQnrXoyMLrrqBARnl1MEhDJIuetejIwuuuoEBGeXUwSEMkTLbPyD0IDBICPz8EDw0IPMfR0Mc9CA4OBSEgQQQODgk8xgPL+gAGAAAAAAACAAAAAAVgBYAAHQA7AAABERQGKwEiJjURNCYjIREUBisBIiY1ETQ2MyEyHgEBERQOASMhIiY1ETQ2OwEyFhURITI2NRE0NjsBMhYD4BIOoA4SoHD+8BIOoA4SEg4B0IfkhQGAheSH/jAOEhIOoA4SARBwoBIOoA4SA5D+EA4SEg4B8HCg+4AOEhIOBUAOEoXkAUn8kIfkhRIOA8AOEhIO/QCgcANwDhISAAAABAAA/4AGAAWAAA8APgBTAGMAAAEVFAYrASImPQE0NjsBMhYFNTQmKwEiByYrASIGHQEUOwEyPQE0NjsBMhYdARQ7ATI9ATQ2OwEyFh0BFDsBMiU1NCYjISIGFREUOwEyPQEWOwEyNhMRFAYjISImNRE0NjMhMhYFHxsYyhgcHBjKGBv+FkE1hUQcHESCNUEVNxYbGV4YHBU2FhwYYRgbFjcVAk1CNf74NUIWNxUfP781Qn6IYPvQYIiIYAQwYIgCtnIYHBwYchgcHP76NUE0NEE1+hYW5hgcHBjmFhbmGBwcGOYWdpo1QUE1/mYVFbQqQQKd+9BgiIhgBDBgiIgAAAMAAP+ABgAFgAACAAkAGQAAASEbASEBIQEhCQERFAYjISImNRE0NjMhMhYDk/7ak+kBN/68/kj+vAE3AX8Caqp2/EB2qqp2A8B2qgHCAif8lwQA/AABOgKm/EB2qqp2A8B2qqoAAAAAFwAA/wAIAAYAAE0AVQBhAGgAbQByAHgAfwCEAIkAkQCWAJwAoACkAKcAqgCvALgAuwC+AMEAywAAARQGBwMWFRQGBwMWFRQGIyInIQYiJyEGIyImNTQ3Ay4BNTQ3Ay4BNTQ2NxM0JjU0NxMmNTQ2MzIXITYyFyE2MzIWFRQHEx4BFRQHEx4BASEBIwEhNjIBFhUUBxMXNxEnBgcBIRclIQYiATY3JwcjNwMBFwE3EyEBNgUzASERFxYDITcBDwEzNQcWERQWFRQHFxE3ERcBLwEHETcnBiUjBRcVCQIlJxEFBzMBFxMvAiY9AQMmJwkCNQMTIxMBBz8BEyY1NDcLARc2CAAaFM0DGRTBAyEYGRD+cBE0Ef5xERoXIgTBFBkDzhQZGxTHASLRBCIXGhIBjBA2EAGOEhoXIgTPFyAHuxMZ/CcBhf6qj/6qAWgSKvxbAQLQD7y7DRACqP58vgIq/ugQLAKvAQRAER4W/P7YPwF3EEH+VQFNCPxwBQFW/osEDhIBkkD+y53Bo6gEAQirHpkBKd/fBM2/BgN3EP2T1f7XATcBKP17iAHmKlUBJe6EAwEWCNgFCP5LATb8wKOjo6MEPTCCKM8CA6uBTQUCgRUfBP6cCQkUHwT+rwgIFyISFBQUIRgIDAFPBB8UCQkBZAUfFBUfBAFYAQQBJA8BawoIGCEVFRUVIRgGDP6aASEWDQ7+vAQf/M0BYv6eEAMcBAkKBf6YBscBW8IIAgHAyMgQ+1QGBURPaQEK/s1A/pAcATb+qQQPAWL+sQYFAXhCAUGm3b2xCAM1AQIBEA2xAQ0L/smdATrs3gj++ErJAgzg4Sv+xf7BATMPjf7k3SwBiPsCcAUBFQ0QAgF4AQT+Mf65Afbf/ub8if7lARvj40YBaQoEAQ8BKP2cUgMAAgAA/wAFgAYAAA0AGwAAETQ2MyEBERQGIyEiJjUlJxE0JiMhIgYVERQWM7eDAuYBYLeD/PSDtwTQsEAu/hwuQEEtA1iDvwFm+kKEvr6EJLQBqS5CQi7+FC5DAAAEAAD/gwYABX0ACgAUAB4AKQAAAQQAAyY1NBIkMzIFFhcEAAMmJxIAARIAJRYXBAADJgUmJwYHNgA3BgcWA6b+w/4idxTNAWDQUgFkXUf+e/3Fb10+cAI2/qNzAhEBYygO/tz+QHdnA8/BroebbQFKzBVQQQVqef4d/sFZV9ABYc2KQVpx/cH+e0haAYICOvs8AWQCFHZcZ3j+Pv7bDhQyQVQXzQFLbpiErwAAAwAA/4AIAAT3ABYAKwA7AAABEyInJiMiByYjIgcGKwETNiEyFzYzIAEyFhcDJiMiByYjIgcDPgIzMhc2NwMGByYjIgcDPgEzMhc2Fwdlm4N+yMHilJTiwciAfAWb4AEC6Zqa6QEC/vGBzp18q8Xglpbgxat8aXmwWsqsrPI305SY3rCgcnzRddGlrMoEePsIOVuUlFs5BPh/amr7pjlBA/1OjY1O/AMrLCNsbCIDiwSXm0L8UzMyZmsFAAAFAAD/pQgABVsADwAfAC8APwBcAAAlETQmKwEiBhURFBY7ATI2JRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2JRQGIyEiJjU0NjcmNTQ2MzIXNiQzMh4BFRQHHgEF3B4UXRQeHhRdFB7+5B4UZRQeHhRlFB7+3B4UZRQeHhRlFB7+3B4UZRQeHhRlFB4FiOym+ySm7H5pCqFxZk4tASq9lfyTDoespQLdFR4eFf0jFB4eFAITFB4eFP3tFB4eFAGtFB4eFP5TFB4eFAFqFB4eFP6WFB4epqbs7KZ0xTIiJ3GhQ7fqk/yVQjgh2wAAACcAAP8+BgAGAAAEAAkADQARABUAGQAdACEAJQApAC0AMQA1ADkAPQBBAEUASQBNAFEAVQBZAF0AYQBnAGsAbwBzAHcAewB/AIUAiQCNAJEAlQCZAKUA1QAAESERCQElESERCQE1IRUTFSM1FxUjNRcVIzUXFSM1FxUjNRc3FwcXNxcHFzcXBxc3Fwc/ARcHPwEXBz8BFwc/ARcHARUjNSEVIzUhFSM1IRUjNSEVIzUhFSM1IRUjNSEVIzUBFSM1MxU3FSM1IRUjNSEVIzUhFSM1IRUjNSEVIzUXNSM1MxUHNTMVBzUzFQc1MxUHNTMVBzUzFSUiJjU0NjMyFhUUBgEUHgI2FhUUIyInIwcWMzI+AjU0LgEGJjU0PgEzMhYXMzcuBiMiDgIGAPz4/QgFnPrIApUCo/rIUSUlJSUlJSUlJT8PaQ8fD2kPHg9pDx8PaA9PaQ9peGkPaXlpD2l4aQ9p/EFyARRzARVzARRyARRyARRzARVzARRy+7glc6JzARVzARRyARRyARRzARVz8E5zJSUlJSUlJSUlJf2Igbi4gYK3t/7ZJzxEPCdwYRoDH0NfHTc4IzdQTzcpKBUiSQ8DHgMkCR4OGhYMHTc1IQYA+pD+rgFSQQOe/GL+2gUoycn+1nNzlHNzlHNzlHNzlHNzjyIvIQ4iLiIOIi4iDSEuIiIuIS9eLiIuXi4iLl0vIi4E0SQkJCQkJCQkJCQkJCQkJCT+rE9zJCQkJCQkJCQkJCQkJCRzTyRzlHNzlHNzlHNzlHNzlHNzI7eCgbi4gYK3AX0kKQkFARMVMTM/KgoWLB8uLwcBCxQVGAYWFzoBDwMLAwYCChctAAAAAAMAAP9zCAAFjQAHABAAKgAAADQmIgYUFjIkNCYiBhUUFjIBERQGIyEiJjURNDYzITIWHQEhNTQ2MyEyFgNfn+CenuAD/p7gn5/gAeA/LfjYLT8/LQGvLEAC8kAsAa8tPwGI4J+f4J6f4J6ecHGeBDj6vCw/PywFRCw/PyyhoSw/PwAAAAIAAAAoCAAE2QAAAFoAAAEFMhYVFAYjIi4HIyIGFRQWMzI2Nz4CMzIWFRQHBgQjIi4BNTQAMzIeBTMyNjU0JiMiBiMiJjU0NjU0JiMiDgIjIiY1NDc+ATMyFhUUBzYFlgEElNLanlWaenJoZ3J4mFOaw9CfZNhVBSAcCA4VPGX+9X+F4YcBG8541Z6RhYalWmaFgV8eZxEUHxHXnzprPTIIDxUZO7Bev/4EOQO5zMWSndE3XHiEhXhcN7eZnbpLPQQdExUOGDVYbHTWhs0BEFeLp6iLV3tlX4AlHhQSThSf0CUsJRUPExtDSfu+JR0PAAQAAP+ABoAFAAAbACMAKwBXAAAANCYrATU0JiIGHQEjIgYUFjsBFRQWMjY9ATMyABQGIiY0NjIEFAYiJjQ2MhMRFAYHBR4CFRQHITIWFAYjISImNTQ+ATcDIyImNDYzITIeBBchMhYEwCYagCY0JoAaJiYagCY0JoAa/eZLaktLagPLS2pLS2rLIBn77AEHBRgDmBomJhr8ABomFiUCscwaJiYaAQAQGQ8LBAcBBLEaJgMmNCaAGiYmGoAmNCaAGiYmGoD9NWpLS2pLS2pLS2pLA8D+ABglA3oHHRgKEDAmNCYmGg4zRAQDNyY0Jg0SHxYlByYAAAAABAAA/4AGgAUAABcAHwAnAFMAAAA0JiIPARE0JiIGFREnJiIGFBcBFjI3AQAUBiImNDYyBBQGIiY0NjITERQGBwUeAhUUByEyFhQGIyEiJjU0PgE3AyMiJjQ2MyEyHgQXITIWBQAmNBOTJjQmkxM0JhMBABM0EwEA/ZNLaktLagPLS2pLS2rLIBn77AEHBRgDmBomJhr8ABomFiUCscwaJiYaAQAQGQ8LBAcBBLEaJgMmNCYTkgElGiYmGv7bkhMmNBP/ABMTAQD9ImpLS2pLS2pLS2pLA8D+ABglA3oHHRgKEDAmNCYmGg4zRAQDNyY0Jg0SHxYlByYAAAAABwAA/wAIAAWAAAIABQAJAAwAEAAUACYAABMJAyEnEyEJAiElIQMhASEBISUBFgYHAQYiJwEuATcBNjMhMtQCb/7UAekBXf1Gicz++v7gA/0Cb/69/MICqsz+7gJvAVr+4P76AVkBgA4CEPxAEjoS/EAQAg4BgBIhBIAhAwD9ZwKZ/PwDBIABgP6A/OcCmYABgP6AAYBm/gASLxH8ABQUBAARLxICABoAAwAT/wAH7QYAAEkAlwCgAAAFNjIfAQcnBwYiLwEHBiIvAQcGIi8BBwYiLwEHBiIvAQcGIi8BBwYiLwE3Fzc2Mh8BNzYyHwE3NjIfATc2Mh8BNzYyHwE3NjIfASUGIi8BNxc3NjIfATcRAyY2PwERMzUhNSEVIRUzERceAQcDETc2Mh8BNzYyHwEHJwcGIi8BBwYiLwEHBiIvAQcGIi8BBwYiLwEHBiIvAQEVJQU1IzUhFQcTEzQTgFpTUxI2ElNTEzQTU1MTNBNTUxM0E1NTEzQTU1MTNBNTUxM0E4BaU1MTNBNTUxM0E1NTEzQTU1MTNBNTUxM0E1NTEzQTU/otEzQTgFpTUxM0E1NA0hEUHrGAAQABAAEAgLEeFBHSExM0E1NTEzQTgFpTUxI2ElNTEzQTU1MTNBNTUxM0E1NTEzQTU1MTNBNTAUABgAGAgP4AExMTgFpTUxMTU1MTE1NTExNTUxMTU1MTE1NTExNTUxMTgFpTUxMTU1MTE1NTExNTUxMTU1MTE1NTExNTeRMTgFpSUhMTUkABJQE6Gj0KOgErgICAgP7VOgo9Gv7G/tsSExNSUhMTgFpTUxMTU1MTE1NTExNTUxMTU1MTE1NTExNTBBqAgICAgIAAAAAEAAD/gAWABgAAAwAHAEMAdgAAIRMvAQETDwEBJicmIyIHBiInJiMiBwYHFhceARceCTMyPgM7ATIeAzMyPgg3PgE3NgEUBiMhIiY1ND4DNyczJjU0NyY1NDc+ATc2MzIWMjYzMhceARcWFRQHFgczBx4DAkBgYIABgICAYAEAAgIKVkZhBxwHYUZWCgICAgICCwICCwMMBQ0LERIXDSQuEwoNCwwLDQoTLiQNFxIRCw0FDAMLAgILAgIBopJ5/JZ5kgkdLlE1WtYWAsLSEUUkICwebDxsHiwgJEUR0sIHG9ZSP1kqEAHAgED9gAKAQIACMgQCCBMCAhMIAgQSCQMHBwQhCBoIFAcMBAQZIyIZGSIjGQQEDAcUCBoIIQQHBwMJ/KN5iop5PXKJbmEa3EBADBQoODkqPpAqJT4+JSqQPio5OChRT+Ehf6CPAAMAAAAACP0FAABMAFwAcAAAARYOAicuAScmNjcnDgEVFAYjISMOASMiABAAMzIXNyYrASImNDY7ATIeAhchMycjIiY3PgE7ATIfATc2OwEyFh0BFAYrARc2Fx4BATI2NyEiJyY3EyYjIgYQFigBNhAmIyIHExYGBwYjIicDBhUUCP0MRIK7Z6HtEAxPT0dgbiUb/wBFF/youf75AQe5TEwYe7VAGiYmGoBOhmMsHQIAc1XeHiYFBCYY/SEURnITG2UaJiYas3ODkI/K+NRzsBf+xiMUEhGTLyyEvLwFgAEIvLyEPD2uDwoWDxUjEq5dAfRnv4hMBwvkoG/HR2tQ5IIbJ6TcAQcBcgEHGy1uJjQmGzIdFoAtHhceHGlyEyYagBomrD8bGtn9+5FvHyAfARUNvP74vLwBCLwY/vwXNA4LHQEEX4KEAAADAAD/AAWABeAANQBPAFcAACEUDgIgLgI1ND4CNzYWFxYGBw4EBx4EMj4DNy4EJy4BNz4BFx4DAREUBisBERQGIyEiJjURIyImNRE0NjMhMhYCFAYiJjQ2MgWAe831/vr1zXtCdHhHGiwEBR8aOmA5KA8BAzBigr/Uv4JiMAMBDyg5YDoaHwUELBpHeHRC/oAmGkAmGv8AGiZAGiZLNQGANUtgg7qDg7o/ZT0fHz1lPzFPNiMMBR8aGiwEChsYFxAECx8jHhQUHiQfDAQOGBcbCgQsGhofBQwjNk8DT/6AGib+gBomJhoBgCYaAYA1S0sBqLqDg7qDAAIAAP+ABwAFgAAbAD8AAAEhDgEPAQEGIicBJichMjY3GwEeATMyNjcTFxYBFAchJy4BBwYHCwEuASIGBwMhJjU0NjMyHgIXPgMzMhYFAAExBQoEA/2REjQS/ZAFEAFxFiMFRr4GIhYVIgaSOBICJ2f+j28IIxMtC4HEBiMsIgV0/lln/uA+gW9QJCRQb4E+4P4CAAYJAwT9qBISAloCEhsVARn9ZRQaGhQB5XAjAayRm90RFAIFKf5SAq4UGhsV/jCbkdz4K0lAJCRASSv4AAACAAL/AASABfwAKwAzAAABFAAHETMyFh0BFAYrARUUBisBIiY9ASMiJj0BNDY7AREuAQI3PgI3NgQSJBAAIAAQACAEgP7Z2eAOEhIO4BIOQA4S4A4SEg7glvOBDAuL4YWqASqu/AABBwFyAQf++f6OA8Dd/rkY/vwSDkAOEuAOEhIO4BIOQA4SAQQQrgESm4bmkg8Tkv7qEv6O/vkBBwFyAQcAAAIAAP+ABgAFgAAnAC8AAAEyFhURFAYrASImNREBFhUUDgIiLgI0PgIzMhcBISImPQE0NjMAIAAQACAAEAXAGiYSDkAOEv6Cflub1erVm1tbm9V1y5wBfv77DhISDv1nAXIBB/75/o7++QWAJhr+YA4SEg4BBv6BnMt11ZtbW5vV6tWbW34BfhIOQA4S+oABBwFyAQf++f6OAAAAAAIAAP8ABIAGAAA9AEUAAAEWEhUUAAcVMzIWHQEUBisBFRQGKwEiJj0BIyImPQE0NjsBNSYANTQSNyYnJjY7ATIXHgEyNjc2OwEyFgcGACAAEAAgABADPpGx/tnZYA4SEg5gEg5ADhJgDhISDmDZ/tmxkaU/BhMRRRUILMDswCwIHT0REwY//aQBcgEH/vn+jv75BMRI/uun3f65GIQSDkAOEmAOEhIOYBIOQA4ShBgBR92nARVIYLEQGxRqgoJqFBsQsfvcAQcBcgEH/vn+jgACAAL/AAWABgAAQgBKAAABNDYzITIWFREUBisBIiY9AQcWFRQABxUzMhYdARQGKwEVFAYrASImPQEjIiY9ATQ2OwE1LgECNzYANzYWFyUjIiY1ACAAEAAgABAEABIOASAaJhIOQA4S/n7+2dlgDhISDmASDkAOEmAOEhIOYJXzggwQASDLdtxYAP+GDhL9hwFyAQf++f6O/vkF4A4SJhr+4A4SEg6G/57J3f65GIQSDkAOEmAOEhIOYBIOQA4ShBCuARGbzAErFw5CRv4SDvtgAQcBcgEH/vn+jgAAAgAA/wAGgAYAAGsAcwAAATQ2MyEyFhURFAYrASImPQEHFhUUAAcVMzIWHQEUBisBFRQGKwEiJj0BIyImPQE0NjsBNSYANTQ3JwcOAS8BLgE/AScVFAYrASImNRE0NjMhMhYdARQGKwEXNz4BHwEeAQ8BFzYgFyUjIiY1ACAAEAAgABAFABIOASAaJhIOQA4S/n7+2dlgDhISDmASDkAOEmAOEhIOYNn+2X40ZQkaCjAKAQlpbxIOQA4SJhoBIA4SEg6FalYJGgowCgEJWjmeAZKeAP+GDhL9hwFyAQf++f6O/vkF4A4SJhr+4A4SEg6G/57J3f65GIQSDkAOEmAOEhIOYBIOQA4ShBgBR93JnjVvCgEILAgbCnNwhg4SEg4BIBomEg5ADhJrXgoBCCwIGwpjOH5+/hIO+2ABBwFyAQf++f6OAAAAAAUAAv8ABv4F/QA4AD4ASwBSAF8AAAEWAgYHETMyFh0BFAYrARUUBisBIiY9ASEVFAYrASImPQEjIiY9ATQ2OwERLgECNzYANzYXNhcWAAE2ECcGEAMyNyY1NDcmIyIAEAABESYnBgcRATIAEAAjIgcWFRQHFgb+DIHzluAOEhIO4BIOQA4S/gASDkAOEuAOEhIO4JbzgQwRASfNzqurzs0BJ/yTgICAwHNnmppnc7n++QEHAvmJd3eJAkC5AQf++blzZ5qaZwPvm/7urhD+/BIOQA4S4A4SEg7g4A4SEg7gEg5ADhIBBBCuARKbzgEtExVzcxUT/tP9yoMBbIOD/pT+9jml4uCnOf75/o7++f6AAQQPT08P/vwBgAEHAXIBBzmn4OKlOQAABAAB/wYHgAYAAEYAUABeAGwAAAE0NjMhMhYVERQGKwEiJj0BBx4BBwYABwYkJy4DNz4CNzYWFyUjIiY9ATQ2MyEyFhURFAYrASImPQEHFhcWFyUjIiY1ATQnDgEVFBc+ASUUFhcmNTQANy4BIyIAATIANTQmJxYVFAAHHgEGABIOASAaJhIOQA4S/kw/Fh/+8rfS/qNDddCTUAgJiuKHdttZAP+GDhISDgEgGiYSDkAOEv47IraSAP+GDhL+AASi2gSi2vyA3qUDAQ7LNd2Huf75A8C5AQfepQP+8ss13QRgDhImGv7gDhISDob/X+6Atv78Gh3avwZno953h+qVDw5CRv4SDkAOEiYa/uAOEhIOhv9KXwlz/hIO/qAUJhn6pxQmGfqnqPwXHR7SAT8leJL++fwHAQe5qPwXHB/S/sEleJIABAAG/wAIAAYAAEoAUABcAGgAAAE0NjMhMhYVERQGKwEiJj0BBx4BBwYABwYnBgcVMzIWHQEUBisBFRQGKwEiJj0BIyImPQE0NjsBNS4BAjc2ADc2FzYzMhclIyImNQE2ECcGEAAQADMyNyYQNyYjIgEyABAAIyIHFhAHFgaAEg4BIBomEg5ADhL+TD8WIP73td+6dYtgDhISDmASDkAOEmAOEhIOYJv5fRcZAQ264LqSrsmeAP+GDhL9AICAgP2AAQe5dWWammV1uQM5uQEH/vm5dWWammUF4A4SJhr+4A4SEg6G/1/ugLT+/BsifE4PhBIOQA4SYA4SEg5gEg5ADhKEEbkBIqK7AQ8dInxhfv4SDvvngwFsg4P+lAFv/o7++TmnAcCnOfyAAQcBcgEHOaf+QKc5AAAAAgAA/4AGAAWAADsAQwAAATIWFREUBisBIiY1EQcXFhQPAQYiLwEHFhUUDgIiLgI0PgIzMhc3JyY0PwE2Mh8BNyEiJj0BNDYzACAAEAAgABAFwBomEg5ADhLVjAkJLgkaCoxOflub1erVm1tbm9V1y5xOrAkJLgkaCqzV/vsOEhIO/WcBcgEH/vn+jv75BYAmGv5gDhISDgEG1owKGgkuCQmNT5zLddWbW1ub1erVm1t+TqwKGgkuCQms1RIOQA4S+oABBwFyAQf++f6OAAAAAAIAAv8EBIAGAAA5AEEAAAEWABUUAgQnLgInJhI2NzUjIiY9ATQ2OwE1BwYiLwEmND8BNjIfARYUDwEGIi8BFTMyFh0BFAYrAQIgABAAIAAQAoDZASeu/taqheGLCwyB85agDhISDqBcChoJLgkJyhM0E8oJCS4JGgpcoA4SEg6g+QFyAQf++f6O/vkDfBj+ud2n/uqSEw+S5oabARKuEIQSDkAOEqVcCQkuCRoKyRMTyQoaCS4JCVylEg5ADhL7gAEHAXIBB/75/o4AAAIABAAAB4AEfgA5AEEAAAEWFAcBBiIvASY0PwEhFRQGKwEiJj0BIwYAIyIkAjc+Ajc2BBYXMzU0NjsBMhYdASEnJjQ/ATYyFwAgABAAIAAQB20TE/7aCRsJLQoKuf7aEg5ADhKEGP653af+6pITD5LmhpsBEq4QhBIOQA4SASa5CgotCRsJ+0ABcgEH/vn+jv75Am0TNBP+2goKLQkbCbngDhISDuDZ/tmuASqqheGLCwyB85bgDhISDuC5CRsJLQoK/O0BBwFyAQf++f6OAAACAAD/AASABgAAFwAfAAABFAAHERQGKwEiJjURJgA1ND4CMh4CACAAEAAgABAEgP7Z2RIOQA4S2f7ZW5vV6tWbW/0HAXIBB/75/o7++QPA3f65GP2cDhISDgJkGAFH3XXVm1tbm9X9ywEHAXIBB/75/o4AAAIAAAAABIAEgAAHABcAAAAQACAAEAAgABQOAiIuAjQ+AjIeAQQA/vn+jv75AQcBcgGHW5vV6tWbW1ub1erVmwGHAXIBB/75/o7++QI16tWbW1ub1erVm1tbmwAAAQAA/4AGAAWAACQAAAEyFhURFAYjIREzNyM1NDYzNzUmIyIGHQEjFTMRISImNRE0NjMFqyMyMiP+ecce5S9Eej9ziKPIyP0hIzIyIwWAMiP6qiMyAlPolDg4Ac8JoJKr6P2tMiMFViMyAAAAAQAA/4AFAAYAAEwAABE0PgMzMgQWFRQOAyMiJicOBg8BJyY1NDYSNyY1NDYzMhYVFAYVFBYzMj4ENTQmIyIAFRQeAhUUBiMiJy4DS4SsxmeeARCqJlJ2rGdEhh0KJAseFioyJQ4JDytaByBoUD1EWFpAN14/MRsN27DI/vQZHRkeFgIPM08rFgOrbL+OaDSF/qBguKqBTUA4J5MrYytSSTIFCp0fXOUBWh5BaFOSUT5C+j4/UzJWaHVpL63B/v3HLFIwKwkcWgMPUmttAAAAAAMAAP96BgAFhgArAD4AUQAAADIWFxYVFAcOASMiJy4BJyY3NTY3NjMyFjMyFhceARUUBhUUFxYXFhcWMzIDMj4CNC4CIg4CFRQXBzcWEiAEFhIQAgYEIyInBRMmNTQSNgPMGqkFAhEQbi85hWKQTEgBA0cYHAYYBxMPCAgyRQUiRDhfDAoPcH/pqGRkqOn+6ahkeE/yniIBMgEXynh4yv7pmcOq/l+IbHjKAjJYCQUKISsnNT4tknBrVwhbQxYDDRUUiAcVSQoHCElANTAH/k9kqOn+6ahkZKjpf8ul6U1oBWZ4yv7p/s7+6cp4XoYBlbLTmQEXygAACQAAAAAHAAWAAAMABwAPABMAGwAjACcAKwAvAAA3ITUhESE1IQA0JiIGFBYyASE1IQA0JiIGFBYyEjQmIgYUFjITESERAREhEQERIRGABAD8AAQA/AAGIDhQODhQ+hgEAPwABiA4UDg4UDg4UDg4UJj5AAcA+QAHAPkAgIABgID9mFA4OFA4BCCA/ZhQODhQOAI4UDg4UDj9IP6AAYACAP6AAYACAP6AAYAAAAMAAP+ACAAFgAAHACsATgAAACAmEDYgFhABITIWHQEUBiMhERQGKwEiJjURISImPQE0NjMhETQ2OwEyFhUBFBYzIRUGIyEiJjU0PgUzMhceATI2NzYzMhcjIgYVA1/+wuHhAT7hAkABYA0TEw3+oBMNwA0T/qANExMNAWATDcANE/0gTDQBAERn/JZ5kgcVIDZGZT0TFE+XspdPFBOEVd80TAKA4QE+4eH+wv6fEw3ADRP+oA0TEw0BYBMNwA0TAWANExMN/cA0TO4yink1ZXVkX0MoET09PT0RYEw0AAAAAwAA/4AH9wWAAAcAMwBWAAAAICYQNiAWEAEXFhUUDwEGIyIvAQcGIyIvASY1ND8BJyY1ND8BNjMyHwE3NjMyHwEWFRQHBQcGFRQfAQYjISImNTQ+BTMyFxYgNzYzMhcOARUUFwNf/sLh4QE+4QK1+QkJiAkNDgn5+QkODQmICQn5+QkJiAkNDgn5+QkODQmICQn9FbUlJVMVF/yWeZIHFSA2RmU9ExSaAUqaFBMcHRwaJQKA4QE+4eH+wv3f+QkODQmICQn5+QkJiAkNDgn5+QkODQmICQn5+QkJiAkNDgn5tSU2NSVTA4p5NWV1ZF9DKBF6ehEGGy4hNiUAAwAAAAAIAAUAABIAGgAkAAABITIWFREhESERIRE0NjsBMhYVADQmIgYUFjIhNTQmIyEiBhURAQAGwBom/wD6AP8AJhqAGiYCQJbUlpbUBVbhn/1AGiYCACYa/kABAP8ABMAaJiYa/hbUlpbUlkCf4SYa/oAAAAAAAgAA/wAGAAYAABYAGQAAAQMzFSEHIRUhCQEhNSEnITUzAyEBIQkBEyMGAMDA/u43AUn+Zf6b/pv+ZQFJN/7uwMABAAFDAXoBQ/4AbNgGAP5AwIDA/MADQMCAwAHA/QADAPtAAQAAAAADAAD/AAYABgAAFwAfACMAAAEyBBURFAYHFxYGIyEiJj8BLgE1ETQkMxIyNjQmIgYUAREhEQRAuQEH+7TVEBAW++AWEBDVtPsBB7nwoHBwoHADAPuABgC7hfyAgrgFyg8oKA/KBbiCA4CFu/rAcKBwcKAB0AIA/gAAAAAABQAA/wAGAAYAABcAHwAjACsALwAAATIEFREUBgcXFgYjISImPwEuATURNCQzAjI2NCYiBhQBESERADI2NCYiBhQBESERBEC5AQf7tNUQEBb74BYQENW0+wEHueKEXl6EXgJA/eAD/oReXoReAUD9wAYAu4X8gIK4BcoPKCgPygW4ggOAhbv64F6EXl6EAcICAP4A/eBehF5ehAHCAgD+AAAAAAAEAAD/igcABXYAEgAVABwAKAAAAREUBiMiJyUuATURNDYzMhcBFhcJAhEUBiInJQEUAAcJATYzMhcBFgJVGRgREP4vFR0UEw4eAf8DQAIW/eoEaxwwF/5HAhn9/yz+egFEESMODAIdBARb+2sZIwjpCi8XBHQUHA//AANn/J4BCgJG++IZHw3cA+UD/L9HAnoCDxwG/vICAAIAAP+ABgAFgAALAA8AAAkBIwMGBycDIwERMwERIREDKQEKcJ0YFCqbeAEHZQLX+gACFAHz/sgwLFwBOP4T/rwEqvoABgAAABgAVP8GCKQF/wALABcAIwAvAEQATQD8AQYBEgEbASUBMgE8AUcBUQFeAWwBdwGzAcIB2QHpAf4CDQAABQ4BBwYmJyY2NzYWBR4BFxY2NzYmJyYGNx4BFxY2NTQmJyYGBQ4BBwYmNTQ2NzYWATMiBx4BFRQGIyInBhUUFjMyNjQmNy4BBz4CHgEBFgcWFRYOAQcGJicEJQ4BJy4BNzY3Jjc2FzY3Jjc2FzY3NDc2FzYXFhc1IicuAScmNzY3PgIWFzMWFxYXPgE3JicmJzQ3LgEnLgE3Njc2FhcUHgMXFjc2NyYHNzY3NjcuBCckARYXFjczPgM/AT4BFxYXFgYHDgEHFQYHBgceARc2NzY3Mz4BHgEXFhcWBw4BBwYjFAc2NzYXNhcWFRYXNhcWBxYXNgEUBxYXNiYnJgYHHgEHNjc2Ny4BJwYHIicWFzI3NiYFNjcmNTQmBw4BFxYXJjY3MSYnDgEHFhc2NwYPATUGFxYFHgEXHgE3PgE3JgAiBhUUFjI2NTQDJgc1BhYXHgE3PgEmBT4BJic1BiMOARYXHgElBhYXFjY3PgE3BgcWBxYEFzYkNyY3ND4BPQEVLgEnBgcGJyYnJicOCCMGJw4DBwYjBicGJyYnJicmJwYHFgM2NS4BJyYOARceARcWNjcWFzY3LgEnBgcUBhUWBwYHBgcjBhcWFwQlJicGBwYnJicGByMVMiU2NzY3BzY1JicmJyY3JjUmJwYHFgU2LgEHDgEHFBceATc+AQHeCCYSGTUCAVIbFxYFNAcmExk1AQJTGxYWOQ1XIi1KhzAoL/pyDVYiLUqHMCguAskBKSMbIjYmNBwFcE9QcHDgY/N8G299dlEC8ggTBwFbgDYwWBb9Uf3EF1cxVrsBAgUTCAYZDhsHCQscHR4NFxwjGhIUCwc1WAsJCQ9OAiImHAUNLg4DAgopCg8PF0QBPnEcIBUIEEoXOgMDAgQHBRsxMDIoei89ZpGJFCo0IT4MAlMBNWI8VSQBBQcEAgIBAzoXSRIHFSAcbzxHGA4RCyoJAQQQLA0FHCYiAk8OCQgMWDUKBwEUEhojHBcOIRobCwoIHA0X/vUJUh4EGxwUIE4jGQ1DHg0FAzgzD0oeDioLFRYQHvm+HlIJIRMcGygdRA0ZIyUPMzcECboOOxMkLS4aGQPZCBEDAw0RKCwBGP7g6Kam6KY2aWoBBwodgR8JBAX+8ggDBALUAgQGBgsihv6YECk5DxIDAwoFRcIDJYQBF6asARWbIQMBAhFCDxo4Mx8FBAcKAgYJBwwIEAgTBGo5BAweEBwGA7MYAjYvLAwIEQk6HQFRAxFEJyl5WAUjgjYzVg0XBMPFYqVhBhcCHwkMLAoTAQIDE1UCFAJl/q5MUAgIQUDQ0AEBBKAEGA4TAQMPDyoOCR8CEAzMs8YCYAVYeComRREDClYzNoKLECUHCRkTFkIFBDMVECUHCRkTFkIFBDNYG0EJDSMhLm0FBVUiG0EJDSMhLm0FBVUEQg8ILRsjMisXE0ppaZRp2m0tQzxJBiht+twLHxcROHFGAgIvKhkZKTACA5tTFhIfCwoJFh0dCQoOFA4dCAwcBQcED0kCCkU1Jis+IRElChkSBRIDBAEFAQsGKAMGBAIhHyRwOH41EBcdARoQGA4DDgIuHAQSLjo1SQ0IDw0IDgN+/vdUigoTAw4YDw4OHBgRNH45cCMgIQIKAikFDAEFAQUDEgUSGAgmESA/KCk1RgkCMRgPBAcFHAwJHBASDQkKHB4VCAOvHRkgZCV7HRMEdiqFOg0gDg5AZRAPCgFzfANEhjFkIBkdEgQTHXuLHw46hSoGDxBkQRFBfG8EDhMBWWsDJyaNExIHCBSDPAICg6V0daWldXT+JgICARt2Bw4BCwNIQ7oEWFgTAQMUVFIFDwLIO3cZCAYSEJQdAoIXDY3GNzHCmQ0VAgMDAQEBAgcBWiomJwYIDTEFCAYFAwICAQEJFBETCwMCARE5PwkILg0NHSQGBAL9hA4QR3YLDDVrNjVQAgI83D84cT00iGEECQEGAhITFwsNC1NDIs0VFZMxIxYDAxUcPIABLzZCJiEBTUwIEQkYFBIEBQQIvl47jDZrNQwLd0YQDjE8AgJQAAADAAD/QwkBBb0ABwAPADsAACQUBiImNDYyBBQGIiY0NjIBHgUMATMyHgQOAwcGBz4FLgMHBiQuBwX0YIhhYYj9c2GIYGCI/Vo5a4eJw80BJwE52IvTl2EtAypHbHxNuWUdX11gRiYMT5r+saj+3Ny9gnNERCEvK4hgYIhhYYhgYIhhBTE8WUszKBcOBQoXIC84SFFlbEGdWjN0X2ZRUDwzHxADAhAeNDNKO1Q3UQAAAAcAAP8ABwAGAAAPAB8AKwA/AEsAZwB3AAAAIAQGAhASFgQgJDYSEAImJCAEFhIQAgYEICQmAhASNhMyFREUKwEiNRE0MwQyFhUUBgcVFAYrASImPQEuATU0AiAEEhACBCAkAhASExUUFjsBMjY9ATQ2MhYdARQWOwEyNj0BNCYgBgERNCYjISIGFREUFjMhMjYEKf6u/szfhITfATQBUgE034SE3/1tAWwBTPCOjvD+tP6U/rTwjo7wchAQIBAQAXtqSyMdEg5ADhIdI1EBogFhzs7+n/5e/p/OztISDkAOEoO6gxIOQA4Szv7czgNgJhr8gBomJhoDgBomBcCE3/7M/q7+zN+EhN8BNAFSATTfxI7w/rT+lP608I6O8AFMAWwBTPD9ThD+IBAQAeAQQEs1IzoRcg4SEg5yETojNQNLzv6f/l7+n87OAWEBogFh/u5gDhISDmBdg4NdYA4SEg5gks7O/I4CABomJhr+ABomJgAAAAMAAAAACQAFAAADABcALwAAAREhEQEzESMRNCYjISIGFREUFjMhMjY1AREUBiMVFAYjISImNRE0NjMhMhYdATIWB4D5gAcAgIASDvjADhISDgdADhIBAEs1XkL4wEJeXkIHQEJeNUsEAP0AAwD9wAGAASAOEhIO/EAOEhIOAqD+gDVLoEJeXkIDwEJeXkKgSwAAAAADAAAAAAkABQAAAwAbAC8AAAERIREBMhYVERQGIxUUBiMhIiY1ETQ2MyEyFhUZASMRNCYjISIGFREUFjMhMjY1EQEABQACgDVLSzVeQvjAQl5eQgdAQl6AEg74wA4SEg4HQA4SAQADAP0AAsBLNf6ANUugQl5eQgPAQl5eQv1gAYABIA4SEg78QA4SEg4BIAADAAAAAAkABQAAAwAbAC8AAAERIREBMhYVERQGIxUUBiMhIiY1ETQ2MyEyFhUZASMRNCYjISIGFREUFjMhMjY1EQEAA4AEADVLSzVeQvjAQl5eQgdAQl6AEg74wA4SEg4HQA4SAQADAP0AAsBLNf6ANUugQl5eQgPAQl5eQv1gAYABIA4SEg78QA4SEg4BIAADAAAAAAkABQAAAwAbAC8AAAERIREBMhYVERQGIxUUBiMhIiY1ETQ2MyEyFhUZASMRNCYjISIGFREUFjMhMjY1EQEAAgAFgDVLSzVeQvjAQl5eQgdAQl6AEg74wA4SEg4HQA4SAQADAP0AAsBLNf6ANUugQl5eQgPAQl5eQv1gAYABIA4SEg78QA4SEg4BIAACAAAAAAkABQAAFwArAAABMhYVERQGIxUUBiMhIiY1ETQ2MyEyFhUZASMRNCYjISIGFREUFjMhMjY1EQiANUtLNV5C+MBCXl5CB0BCXoASDvjADhISDgdADhIDwEs1/oA1S6BCXl5CA8BCXl5C/WABgAEgDhISDvxADhISDgEgAAEAAP8FBHsGAAAcAAABFgcGIyETFgYPAQYmJwMBBiMiJyY1ETQ3NjMyFwRtHxERKv6CyQoUGLEZMAu//sgTGgwMKCgMDBsSAe0eJyj+JBkwC0sKFBgBxP7IEwURKgXgKhEFEwABAAD/AAOABgAAJQAAASAVETMVIxEUITMVIyAnBiEjNTMgNREjNTMRNCEjNTMgFzYhMxUDQP7AgIABQEBA/vBwcP7wQEABQICA/sBAQAEQcHABEEAFgOD+YID94OCAkpKA4AIggAGg4ICSkoAAAAAACQAA/wAIAAYAABMAFwAbAB8AKwAvADcAOwBBAAABIxEzESE1IRUhETMRIxEhFSE1IQUVMzUhFTM1ETUjFSU1MxEjNSEVIxEzFQU1IxUBIREhESERIQEhESEBESERIRUIAICA/oD7AP6AgIABgAUAAYD/AID5AICABgCAgPsAgIAGAID+AAGA/ID+gAOA/QACgP2ABAD/AP6ABID8AP6AgIABgAQAAYCAgICAgICA+gCAgICABACAgPwAgICAgAQA/QABAAMA/YACAP0AAgD+gIAAAAAKAAD/AAkABgAAHwAjACcAKwAvADMAPwBDAEcAVwAAASMRMxEhNSEVIREzNSEVIREzESMRIRUhNSERIxUhNSEFFTM1ARUzNSEVMzURNSMVJSMVMyUhNTMRIzUhFSMRMwE1IxUhNSMVGQEjNSERMxEhNSEVMxUhNQkAgID+gPyA/oCA/oD+gICAAYADgAGAgAGAAYD/AID9AID6gICABYCAgPuAA4CAgPyAgIACAIAFgICA/oCA/oD+gIADgAMA/YD+gICAAYCAgAGAAoABgICA/oCAgICAgAGAgICAgPuAgICAgICAAoCAgP2A/YCAgICAAQACgID+gP6AgICAgAAAAgAA/4AGAAWAABEAGAAAAREhIiY1ETQ2MyEyFhURISIGFyEGDwEGBwQA/GAoODgoBUAoOP5gKDiAAX0PMrgyUgEg/mA4KAVAKDg4KPxgOEhSMrgyDwAAAAMAAP+ABgAFgAAGAA8AIwAAASMVNj8BNiUhESERIRE0NgERFAYPAQ4BIyEiJjURNDYzITIWBXj4HQy5DP7yASD7AAOAOAHIKBy4HGAo/AAoODgoBUAoOAEA+AoMuQydA4D7AAEgKDgDoPwAKGAcuBwoOCgFQCg4OAAAAAAGAAD/gAkABYAACwAYACcAQQBUAGQAAAAUBgcGKwE1MzIXFjYUBgcGKwE1MzIWMxYFESMRFAYjIicVHgEfASAlNQYHBiY0NhcWFzUuAS8BJg4CFB4CNzYlNCYnNT4BNTQmJyImIyERITI2ExEUBiMhIiY1ETQ2MyEyFgefHxcICpmZCggXDR4XAwyLiwMLARf7aeRMQ2x5NYgpKgFIAspjZWx6emxlYzBoHBx/t2IsLGK3f2UDSVZCOUBSQgMSBf45AetKX4BMNPgANExMNAgANEwCNDQlBQKMAgWvMiIEAYEBBOABNP7MOkk7cA8QAQEhcTQHCGK6YggHM3AMDwICBihQYHRgUCgGBI42RQUDCEMuN0IDAf4CSQM2+wA0TEw0BQA0TEwAAAUAAP+ACQAFgAAFAAsAGgAuAD4AAAERDgEUFiQ0JicRNgAQAgQjIi4CNTQSJCAEATQuAiMhIgQCFRQSBDMhMj4CAREUBiMhIiY1ETQ2MyEyFgNaaoSEAmKEamoBW53+8p932Z1dnQEOAT4BDgIcb7jzg/7TsP7Zr64BKq4BLYH1uG8BWEw0+AA0TEw0CAA0TAEnArUpveq9veq9Kf1KKQHR/sL+8p1dndl3nwEOnZ3+TIv1pmCi/ta6q/7bqmWp7AMG+wA0TEw0BQA0TEwAAAADAAD/AAcABgAADwAfADsAAAURNCYjISIGFREUFjMhMjYTERQGIyEiJjURNDYzITIWARUjNTQmIyEiBhURFBY7ARUjIiY1ETQ2MyEyFgaAEw37wA0TEw0EQA0TgF5C+8BCXl5CBEBCXv6AgBMN+8ANExMNoKBCXl5CBEBCXmAEQA0TEw37wA0TEwRN+8BCXl5CBEBCXl4BPqCgDRMTDfvADROAXkIEQEJeXgAABgAA/wAIgAYAAAIABQA1AD0AVQBtAAAJASEJASEBDgEHESEyFh0BFAYjISImPQE0NjMhES4BJyEiJj0BNDYzIT4BMhYXITIWHQEUBiMEMjY0JiIGFAEUDgIiLgI1ND4DNzYyFx4EBRQOAiIuAjU0PgM3NjIXHgQGwP6AAwD5gP6AAwABtQ4/KAJgDhISDvrADhISDgJgKD8O/hUOEhIOAesVYnxiFQHrDhISDv0/Qi8vQi8EkF2Ok4STjl1GcmRoBBJMEgRoZHJG+wBdjpOEk45dRnJkaAQSTBIEaGRyRgRA/UACwP1AA4AoPw769RIOQA4SEg5ADhIFCw4/KBIOQA4SOUdHORIOQA4SEC9CLy9C/GFJdEIhIUJ0SQuM0ba6ByEhB7q20YwLSXRCISFCdEkLjNG2ugchIQe6ttGMAAACAAD/AAYABgAALQBNAAABEAIHFhIRMzIWHQEUBiMhIiY9ATQ2OwEQEjcmAhEjIiY9ATQ2MyEyFh0BFAYjAT4DNSEUHgIXHgEUBgcOAxUhNC4CJy4BNDYFgNWgoNVgDhISDvpADhISDmDVoKDVYA4SEg4FwA4SEg79ik2Qc0b8AEZzkE0TFxcTTZBzRgQARnOQTRMXFwWA/vv+b2pq/m/++xIOQA4SEg5ADhIBBQGRamoBkQEFEg5ADhISDkAOEv08HX+y8oSE8rJ/HQchKCEHHX+y8oSE8rJ/HQchKCEAAAMAAP8ABgAGAAAtADMAPwAAARACBxYSETMyFh0BFAYjISImPQE0NjsBEBI3JgIRIyImPQE0NjMhMhYdARQGKwEhFBchNhE0LgInIw4DFQWA1aCg1WAOEhIO+kAOEhIOYNWgoNVgDhISDgXADhISDuD8AAkD7glEcYxM5kyMcUQFgP77/m9qav5v/vsSDkAOEhIOQA4SAQUBkWpqAZEBBRIOQA4SEg5ADhJCPj36Q4LvsX8fH3+x74IAAAAAAwAA/wAGAAYAAC0AMwA7AAABEAIHFhIRMzIWHQEUBiMhIiY9ATQ2OwEQEjcmAhEjIiY9ATQ2MyEyFh0BFAYrASEUFyE2Ay4BJyMOAQcFgNWgoNVgDhISDvpADhISDmDVoKDVYA4SEg4FwA4SEg7g/ABVA1ZVOTa3Z+ZntzYFgP77/m9qav5v/vsSDkAOEhIOQA4SAQUBkWpqAZEBBRIOQA4SEg5ADhLOsrL8Do3JKirJjQAAAgAA/wAGAAYAAC0ARwAAARACBxYSETMyFh0BFAYjISImPQE0NjsBEBI3JgIRIyImPQE0NjMhMhYdARQGIwE+AzUhFB4CFx4BFAYHBgchJicuATQ2BYDVoKDVYA4SEg76QA4SEg5g1aCg1WAOEhIOBcAOEhIO/YpNkHNG/ABGc5BNExcXE4lrArxriRMXFwWA/vv+b2pq/m/++xIOQA4SEg5ADhIBBQGRamoBkQEFEg5ADhISDkAOEv08HX+y8oSE8rJ/HQchKCEHM5GRMwchKCEAAAADAAD/AAYABgAADwA5AEkAAAUyFh0BFAYjISImPQE0NjM3Pgg3LggnIQ4IBx4IFxMyFh0BFAYjISImPQE0NjMF4A4SEg76QA4SEg5iAxoiOjFQNFksKyssWTRQMToiGgME/AMaIjoxUDRZLCsrLFk0UDE6IhoDYg4SEg76QA4SEg5AEg6ADhISDoAOEkA3aFZYQEstQR4cHB5BLUtAWFZoNzdoVlhASy1BHhwcHkEtS0BYVmg3BgASDoAOEhIOgA4SAAAAAgAA/4AGAAUAAEEAagAAASIGHQEjNTQmIyIGFREnNTQmIyIGHQEUFwEWFRQWMyEyNj0BNDcTNj0BNCYjIgYdASM1NCYnJiMiBh0BIzU0JicmJzIXNjMyFhc2MzIWHQEUBwMGFRQGIyEiJjUBJj0BNDYzMhc+ATMyFzYDADVLIEAwLkIgQDAuQiMBNicmGgKAGiYKbApAMC5CIDInDgkuQiBBMgUIVEE5QjtoIhsgZIwNbQZwUP2AVGz+zEyNYwsFBotfNC5IBIBLNYBdMENCLv5THqwwQ0Iu4C8j/tgnPxomJhoZKSQBtCQp9jBDQi4gfShBCAJCLoB6M00FAYAyIjYxB49k9jM5/kwYL1BwdVQBKElm4GONAV+CFUUAAAAAAgAA/wAGYAYAADEAWAAAACIGFREjETQmIgYVGQEnJiMiBhUUFwEWMyEyNjcTNjURNCYiBhURIxE0JiIGFREjETQmMhYXNjMyFh0BNhYVERQHAw4BIyEiJicBJjU0NjMyFxE0NjMyFzYDnlxCIEJcQpomQDVLGgGAJkACsCI2B0wFQlxCIEJcQiC0iHMfExdjjWmXCEwOfVH9UDxtJP6AM5ZqTjKNYxcTHwWAQi79cAIQLkJCLv3w/wDNM0s1KyL+ADMsIgGVIBsB8i5CQi7+8AIQLkJCLv3wApAuwkc9BI1jEQaMaf4OKCv+bE9oNy8CAERWapYiAbJjjQQ9AAAAAAUAAP+ABwAFgAAmADUASgBiAIMAAAUjIicmPQEuATU0NyEiJjQ2OwEnLgE1NDYzMhcFITIWFREUBgcFBgMPAQ4BFRQWMzI3JS4BNQE0JiMiBwUOBBUUFjMyNyU+AQMlJiMiBhUUFhcFFSEiBhQWMyE3NTQ/AQMyNyU+ATURNCYjIQcGFREUFjI2PQEzFRQHHgEVFAYHBQQxsaM/Fz5JBf77apaWanEsSluWai4tAnQBkWqWbFb+rVyPm6MeJEIuGhQBUjE/AUBCLhoU/t4cEisQED8yFBIBYB4k6P12GBY1Sy0lAg79gDVLSzUCF+kub2xSSQFTKzZLNf7MiCRCXEIgOTRFLib+yoCNMTUFHnVFJgqW1JYRHINQapYR75Zq/WRYixVVFwLHR0oONyEuQgqaClAy/wAuQgqEDQgaFSUWMkAJoA43AxH4CEs1KEIOyEBLaktqxj8rZvwAE1ULRSwCnDVLfiEx/tguPkYu0NBGLAhRNSpIEY0AAAAAAgAA/wAIAAYAACQAYgAAATIWFwEWFREUBiMhIiY9ASUhIiY9ATQ2MyE3ISImJyY9ATQ2MwERNCcBJiMhIgYVFB4BFz4BMyEVISIGFRQXHgEzITMyFhUUDwEOASMhIgYdARQWMyEyFwUeAR0BFBYzITI2BH89biQCPHZwUP6AUHD+4v3eUHCpdwGkKv1SZJMIQXBQBsBd/cMnQPxBGiYDEBEKMx8DQPzAGiYDCEgtAoBbKDgFQAoyH/5FQl4mGgIxEA0BPRgdJhoBgBomBgA4Mfzzn8j+nVBwcFCxj3BQIHepgIdjT2cgUHD5wAFjnX8DDTQmGiAjLhQfJiAmGiwOLDo4KA8PwB0lXkIgGiYHng0uG8UaJiYAAAIAAP8AB4AGAAAyAHQAAAEiJicDJjU0JwMmNTQ2Nz4BMzIWFxsBPgEzMhYXHgEVFAcDPgUzMhYVFAYHAQYjAyIGBwMjAy4BIyIGFRQXEyMDLgEjIgYVFBcTHgEXEx4BMyEyNwE2NTQmIyIHBTU0GgE3NjU0JiMiBgcDIxM2NTQmActNeRNlDQV0B3xdEYNXU4IUU2cUglNZhQ5ceAd7CjcWMCIxGWmWOTL+BURVMSY9CaR/kQk9JjBAA4QaYwk+Ji9CA3QHBAhkCDQhArYqIgH7OEs0KyL+zUBIAwRALyc9CXQalgM//wBfSwGROTMtFgHdGx5diApVbGdR/qQBrFFnc1cKil0YI/4ABysQHgsLlGk+cCb+hDMGgDAm/VYCWiYwQi8PDf3dAZglM0IuDgz+Ihx0Hv5vICkaAXsrQzRJGubjBAEMASgNEgsvRDAm/h4CcA4OMEQABQAA/wAGgAYAADMAWwBfAGMAZwAAASIGFRkBJyYjIgYVFBcBFjMhMjY3EzY9ATQmIgYVIzU0JiMiBh0BIzU0JiMiBh0BIxE0JicyFh0BNjMyFzYzMhc2MzIWHQEUBwMOASMhIiYnASY1NDYzMhcRNDYTESMRIREjESERIxECgDVLlylCNEoaAYAmQALOFiMFXBg4UDggQDAuQiBKNjVLIEo2a5UWCmNKLzRxRxsdXoIcXBBoQv0yPG0k/oAzlWlHO5bqIAEgIAEgIAWASzX+AP6AyjZMNCsi/gAzGxUBcGBi2Sk8OCg9MENCLkBaN09LNWACOjdPgJtr3AJFFVcHh17ZdG3+kEBRNy8CAERWaZcjAiNqlvqAAYD+gAGA/oABgP6AAAUAAP8ABgAGAAAlADQASQBhAIIAAAEyFxYdARQHAw4BIyEiJjURAyY1NDYzMhYfATU0NjIWFRE2MzIWByIGDwIzMhYXEzY1NCYXIg4DBwMGFRQWMzI2NxM2NTQmARQXExU3NjsBNxE0JiIGFREjAy4BIyIGATI2NxM2PQEDDgEjIiYnBisBNTMyNjQmIyEiDwERFBYzBQg8L40XVRWLWP1kapbvEZZqUIMcEZbUlhsVRXW6ITcOSkc3MlAKmgpCrxYlFRoIDYQKQi4hNw6gCUD7QQj4Zis/xmpLaktAyA5CKDVLBBwsRQtVE40RSCo1UQgsRtDQLkY+Lv7YMSF+SzUDeRc/o7FeXP6tVmyWagGRAnQtLmqWW0oscWqWlmr++wVJNyQeo5s/MQFSFBouQocQECsSHP7eFBouQiQeAWASFDI/AWcWGP12RW8u6QIXNUtLNf2AAg4lLUv66zYrAVNJUlv+yiYuRTQ5IEJcQiSI/sw1SwAAAAACAAAAAAe0BAAAGQBHAAABFRQGIyERFAYrASImNREhIiY9ATQ2MyEyFgUTFgcGKwEiJicLAQYrASInCwEOASsBIicmNRM+ATsBMhcTFhc+ATcTNjsBMhYDWRMN/tYSDYcNE/7XDRMSDgMZDRMEDk0BCQoNhgwSAS69CBV4FAm8LQESDIcNCglOARIMjhQJ3AoKAw0E3QkUjQ0SA+B1DRL81A0TEg4DLBINdQ4SEwr8Pw0LChEMAkz+VxMTAav9sgwRCgoOA8EMERP9+BgbByMJAggTEQAAAAAEAAD/AAcABgAACQAqADoASgAAATQnJisBETMyNhcTFgcGKwEiJwMjERQGKwEiJjURNDYzITIXHgEVFAYHFgIgBAYCEBIWBCAkNhIQAiYAEAIGBCAkJgIQEjYkIAQWBBI8IVR7okJINM0ICQgTmBQIwpsSDoYOEhIOASaAPlViVUkGLf7U/vDFdXXFARABLAEQxXV1xQHajvD+tP6U/rTwjo7wAUwBbAFM8ANBWCES/udK2f6LEQ4QEQFt/qIOEhIOA8AOEhgfnGZckyQKAzZ1xf7w/tT+8MV1dcUBEAEsARDF/kv+lP608I6O8AFMAWwBTPCOjvAAAAQAAP8ABwAGAAAtAFsAawB7AAABMjc2LwEmJyYPAQ4FIyImNTQ2MzIWHwEWNzY/ATYnLgQjIgYVFBYhMjc2LwEmJyYPAQ4FIyImNTQ2MzIWHwEWNzY/ATYnLgQjIgYVFBYCIAQGAhASFgQgJDYSEAImACAEFhIQAgYEICQmAhASNgJdmWgOCy0GEhALBAQPFBseJRNMYmBKJUUQEAsPEAg1DQ8DECw1Ui2UxMIDDJloDgotCBEQCwQEDxQbHiUTTGJgSiVFEBALDxAINQ0PAxAsNVItk8XCJ/7U/vDFdXXFARABLAEQxXV1xf2kAWwBTPCOjvD+tP6U/rTwjo7wAS9oEhJSDQQCDQMEDA8ODAdkTUxjHA4OCwECDE4UEwQQHxkUwZCSv2gSElIOAwINAwQMDw4MB2RNTGMcDg4LAQIMThQTBBAfGRTBkJK/BDF1xf7w/tT+8MV1dcUBEAEsARDFARWO8P60/pT+tPCOjvABTAFsAUzwAAACAED/4AfABSAACwAXAAAJBBcHJwkBNwkDJzcXCQEHAQcBAuABgP6A/WACoKhgSP4gAeDB/t8CoAKg/WCoYEgB4P4gwQEhYP6AAuD+gP6AAqACoKhgSP4g/iDBAR8CoP1g/WCoYEgB4AHgwf7hYAGAAAAAAAMAAP8ABwAGAAALABcAJwAAJQkBBxcHCQEXNycJBTcnNwkBJwcAEAIGBCAkJgIQEjYkIAQWAs0BD/7pWMBg/ukBFyhXf/46AywBxv46/vEBF1jAYAEX/ukoVwNMjvD+tP6U/rTwjo7wAUwBbAFM8LYBDwEXWL9gARcBFyhXgP46/kIBxgHG/vH+6Vi/YP7p/ukoWAH5/pT+tPCOjvABTAFsAUzwjo7wAAoAAP/cCQAFJAALABMAHAAlAC8AOQBFAFMAWwCAAAABFAYjIiY1NDYzMhYkFAYiJjQ2MgU0JiIGFBYyNiQ0JiMiBhQWMiUUBiMiJjQ2MhYkFAYjIiY0NjMyABAAIyIOARQeATMyASYhIAcyHgIVND4CABAAIAAQACATIQ4BBxYVFAIEIyImJwYHLgEnDgEjIiQCNTQ3LgEnITYkMzIEAos3Jic3NycmNwSCN043N078J3GgcXGgcQSBcVBPcnGg/EWjc3SjpOajBIKjdHOjo3N0/N/+8b991Hx81H2/A6v+/tL+wf511JlbV5XOAlH+8v6C/vEBDwF+BAF/LD4Jbpr++JuF6FAvUgtVIFDphZv++JpuCT4sAW2VAZzi4AGKAhsnNzcnJjc3Ak43N042Xk9ycaBxcQGgcXGgccB0o6Tmo6MB5qOj5qP+KAF+AQ981frVfAQLb25bmtR1c9GYXv0HAX4BD/7x/oL+8QQEM38zl7qc/viZcGM4exZ5JWNxmQEInLqXM38zZHFwAAMAZv8ABJoGAAAJABMATAAAACAANTQAIAAVFAAiBhUUFjI2NTQBHgEOAgcGBxcBFhQPAQYiJyYnAQYiLwEmNDcBNyYnLgM2Nz4CFhceBDMyNj8BPgEeAQM8/oj+9gEKAXgBCv6WuIODuIMBLA0EDSgtJ3PISQELHh4MH1YfQ8j+9R9WHgwfHwELSMtyJy0oDQQNCiQwQCEFFEJIcDlbpiUmIUAwJAJ1AQq7vAEK/va8uwGbg11cg4NcXf2nGy0kKSEZSRVI/vUfVh4NHh5EyP70Hh4NHlYfAQtIFUkZISkkLRsUHg4SGgQOIxoWMxkZGhIOHgAEAAD/gAYABYAABwA2AD4ATgAAABQGIiY0NjIBLgEGBw4CIiYvAS4BBgcGFhcWFwcGBwYUHwEWMj8BFhcWMj8BNjQvAjY3PgECECYgBhAWIAERFAYjISImNRE0NjMhMhYDn12EXV2EATMKJDsfCiZ8gnYbGx87JAoWKENTjzOOMRYWCRY9Fr9yTRY9FgkWFr80jVRDKEe+/vS+vgEMAnqpd/xAd6mpdwPAd6kD/oRdXYRd/fYUGAUZCBgoJBISGQUYFC07LDUONI4wFj0WCRYWv3NMFhYJFj0WvjQONSw7ARIBDL6+/vS+Aej8QHepqXcDwHepqQAAAAIAAP+ABrgFgAASACgAAAEyFhURFAIGBCMiJCYCNRE0NjMBMjcBNjU0JiMiBwkBJiMiBhUUFwEWBh1BWojl/sGvsP7B5ohcQALBLyMBlCVFMS8j/r3+vSMuMUUkAZUhBYBbQf35sP7A5oeH5gFAsAIHQFz72CEBhCMyMUUh/soBNiFFMTMi/nwhAAAAAQAA/5gJAAVnAEwAAAUBBgAHBiY1JgAnLgIjNCY1IRUOAhcWABc2EjcmAicmJzUFFQ4BFx4BFzY3NiYnNjQ1Mj4BMxUOAQcDFhIXAS4CJzUFFwcGBwAHBdb+2Rn+9UEBNVL+pVYVW3QsAQJHJ1E0EBoBfS0f2hYT1h0mowIBPEMVIWwgbj8YRF8BQNWTEz5yIdUN5QcBuQ5HOxoBzAEBiz798iFnArcx/f+FAQEBwQMUyjJzVgUmCDICHDojO/yQZD0BmyonAeQ1RQIyAS8CLi5G70TWlTcxAgckBgEBMQI+Mv5GIf3+EQP5JjEOATIEAiwEjftASwAFAAD/AAcABgAACgAYAHIAggCSAAABFAYjIiY1NDYyFhcBDgQHAT4EJRQHLgIjIhUUFw4BBycmIyIGHwEGIyInPgI1NCMiDgEHLgEnNzY1NCYPASY1NDceAjMyNTQmLwE+ATcXFjMyNi8BNjMyFwYVFDMyNx4BFwcGFRQWPwEeARACJiQgBAYCEBIWBCAkNhIQAgYEICQmAhASNiQgBBYDtSEZGiYiMiYPAV4JdYaLXwP+owd4hIxeAopoAxwZBA07St2DEAEOBQYBEEhKx60BGBMNBhYXAnGeH0UKCwVEDm0CIRsEDRkUFE3ghA8CDQUGAQ9HP8yvJwwLJW+ZHzgKCwQ5DlV/1v7Y/rr+2NZ/f9YBKAFGASjW347w/rT+lP608I6O8AFMAWwBTPACgxomIRkaJiFTAkUIbXyCWwb9vAdue4NbPMmqAhIPDQoicJ0gQwoLBEQPaQIlHgQNHSgDS+GEDwMMBQYBD0hDzq0BFhAMBhMMDHCaHkMKCwVCDW04CQ1AS96CDAIOBQYBDUjnAUYBKNZ/f9b+2P66/tjWf3/WAoH+lP608I6O8AFMAWwBTPCOjvAAAAQAAP8BBwAGAAALABYAIgAqAAABNhcWFyUmBAcBNiQJARYENwMmJAI1ECUWEgIGBwYlATYCJyQyFhQGIiY0A33w0+h4/Rqg/vQz/uyAAW793QFRSAEWmubU/qbHBsQ6A2TOj+b+9AGVWAtl/jj6sbH6sQYAAnqG7icJp5IBqJ+t/mz9aY+UHf49IfkBf9wBCzeW/r/+3f1ThQ4Cb4MBP3YGsfqxsfoAAAEAAv8ABwAFyQBNAAABIAAnJgIaATcDPgEXPgE3DgEXHgMXFgYHDgIHFycGHgI3PgIXHgEHDgQnDgEnHgE+Ajc2LgEnHgEXNgInBAATFgIOAQQDh/7l/kVsOhJGmGcLC3INKu10NoMHGUszVQgPCxkFF1o4D4sSFTNQKTNeSSU9OQkBAw4WKRo8qX1KsaCVaxsrCEMtV2QbD5GJAQkBJgQCVaLY/un/AAEt+IMBVAFFAStd/ucOAxFRcgItzzwICwQEAQVRIwcXMAq9QytNOBsHCTMnAgQ6JAIHEg0IA19RCz0rH0lmNVvLriYmU0eqAVpvTf5r/sV//wDcrGMAAAACAAD/AAcABgAAIwA3AAABJiMiBAcOAQcVHgEXFgQzMjcGBCMiJyYkJgI1NBI2JDsBFgQBFAIHBiMiJzYSNTQCJzYzMhcWEgXVpcKb/uxmS1kEBFlLZgEUm8Klef7NqR0Or/7E5IaO8AFMtgOoATEBpJqIaHaJdprHxpp3h3drh5cFHG6Sf136jSqN+l1/km5seAEIlO4BRLG2AUzwjgF3/PjA/qt+P1Q4AWLk4wFiOVNBff6sAAAABAAA/xAHAAXwACsANQA/AEYAAAEUByEUFjMyNjchDgEEIyInBiMiETQ3NjcSJQYDEgAhMhckMzIeAhUUBxYDNCYjIgceARc2ARQWMzI3LgEnBgEhLgEjIgYHAAf7gduUY60yAac45f7OqLup5KbtLRFcxwEUuPM/AbkBGR4PAP+yQGhVMEtlRmpUbJJ5y0Uz+cZhVnOXercuYgH4AtgF2I+Q1wJXODCSxV1Un/SFU3QBB3OgPKkBaPZP/u0BEgFfAXUaN2JCdKq2AbBTYkYvqW+H+3xWXVNI3obNAkqOvr4AAAAAAgAA/4AHgAWAAA8AMwAAARE0JiMhIgYVERQWMyEyNhMRFAYjIRUhMhYdARQGIyEiJj0BNDYzITUhIiY1ETQ2MyEyFgcAEw35wA0TEw0GQA0TgF5C/SABYA4SEg78wA4SEg4BYP0gQl5eQgZAQl4BIAPADRMTDfxADRMTA838QEJegBIOQA4SEg5ADhKAXkIDwEJeXgAAAAACABb/gAbqBYAAFwA+AAATMwYHDgMeARcWFxYXFhchIiY1ETQ2KQEyFhURFAYrATYDBQ4DBwYnLgInLgE2Nz4BNzYeAxclJorFRjgkLg4DGBITBAIzHjlf/vAwREQE6AE0MEREMLLUEP4rAhQqTTd7TCAqPSIjFQoSFFU8LU05MyMRAdREBYBAVTh2hWudX1kTCe5bq2hEMAUYMEREMProMETSAWNlLUpGMQwaQhtEvqOjyE4mKUANDAsXLzEgZK8AAAAABAAO/wAFeQYAACUARgCrAMUAAAUHBgcGIyInJicmJyYnJjc2FxYVFhcWFxYXFjMyNzY/ATYXFhcWAQcXFgcGIyIvAQcGIyIvASY1ND8BJyY3NjMyHwE3NhcWBRQHBgcOASImJyYnJjUjJjc2FxYXMxE1Njc2MzIWFRQGIyInJjc2HwEeATMyNjU0JyYjIgcGFREWMzI+AjU0JyYjIgcGDwEOAicuATURNDYzITIUIyERMz4BNzYzMhYXFhcWAxYUBgcGIyInJicmIyIHBicmNzY3NjMyFxYFeQZxkpqjpZiUb3E+KgwENDMFARIcMmZigISQj4WAYQYKDwwVJP4VQj8VHBEPCgk+QgUKDxACEghCQhAeEg0GB0FBEh4bAccuLVFQ1vLWUFIrDwEJNDIKJTwBA2NplJPQ0ZI6NhwPEBwODiYLaJBIR2hrR0BuhGCyhkmNjMfIjDUYAggKIRYVHxURA20eHvzVASh8Lm16edZQUS0uHwkLCxoNCQdqZYCUhYEbEgkBAw2CqaSYiQsGcT5AQD9wcJJnVhwICBwBA1pFfGZiNjg4N2EGCgQDEyUCUkI/FRwRCj1CBRACDw4HCkFCEB0SBUJBER4bSnZuaVFQXFxQUmghBxsREBxjRAFTAohgZ86Sk9AQCzIzCAMDBo9nZUZHUEhY/mNDSYawX8aNjIw1IgILCQoIBRcPAqgPF27+HSpUEy5cUFFpcAHQCBQQDRoHWyo4MQovGQ0QBDlAOgAABAAd/wAG4QYAABsAPgB0AIIAACU2FhQHDgQjIi4DJy4BPgEWFxYXBCU2JRYGBwYHBiY3PgEnLgMOAiMOAyoCLgEnJjY3NhYBFB4CHwEHLgEvASYnDgMuAjU0PgU3NTQnJiMiDgMHJTQ+AzMyHgMVARQXFjc2NzY9AQ4DBg8PFg8NPoGZ33Z37rSlZCIIBAYKDQXAbAGFAZq+AZgLERQiMxESCRUvEQUVIRosEysBBg4ICQUGAwMBAQZqMi58/oQbJSYODeMoThMTCw4md4iQg2g+OFh9eIxjMhUiVwYVPDQ8Ev7aLFp+sWZkomFBGf1gRkJJVB4OO2htQTwGBh0TEDdRQzE+W3VdKQkPCQUBBHUxsFYo0hBrMVMpDgoTLZkWBwkDAgICBAEBAQEBAgIQMAYHDAGpH0IyKgsL4CVNFBQLFjtXKAYwU49bVIxdSSkcCQJ/QSA1AhYlUjcbPHZsUjEySV1PIv2eVi8sFhliLTiiAhQvXwAAAAUAAP8ABoAGAAAjADMAQwBHAGsAAAEyFhURFAYjISImNRE0NjsBNTQ2OwEyFh0BITU0NjsBMhYdASURFBY7ATI2NRE0JisBIgYFERQWOwEyNjURNCYrASIGAREhEQEzMhYdARQGKwEVFAYrASImPQEjIiY9ATQ2OwE1NDY7ATIWFQYANExMNPqANExMNIBeQkBCXgGAXkJAQl7/ABIOQA4SEg5ADhL9ABIOQA4SEg5ADhIEgPqAAwDgDhISDuASDkAOEuAOEhIO4BIOQA4SBQBMNPsANExMNAUANExgQl5eQmBgQl5eQmBg/uAOEhIOASAOEhIO/uAOEhIOASAOEhL6EgQA/AACQBIOQA4S4A4SEg7gEg5ADhLgDhISDgAAAAUAAP8ABoAGAAAPABMAIwAzAFcAAAEVFAYjISImPQE0NjMhMhYBIREhJRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlERQGIyEiJjURNDY7ATU0NjsBMhYdASE1NDY7ATIWHQEzMhYEgBIO/cAOEhIOAkAOEvwABYD6gAGAEg5ADhISDkAOEgMAEg5ADhISDkAOEgGATDT6gDRMTDSAXkJAQl4BgF5CQEJegDRMAaBADhISDkAOEhL90gQAwAEgDhISDv7gDhISDgEgDhISDv7gDhISTvsANExMNAUANExgQl5eQmBgQl5eQmBMAAAFAAD/AAaABgAAIwAnADcARwBrAAAlBwYiLwEHBiIvASY0PwEnJjQ/ATYyHwE3NjIfARYUDwEXFhQBIREhJRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlERQGIyEiJjURNDY7ATU0NjsBMhYdASE1NDY7ATIWHQEzMhYEVy4JGgq8vAoaCS4JCb29CQkuCRoKvLwKGgkuCQm8vAn8IAWA+oABgBIOQA4SEg5ADhIDABIOQA4SEg5ADhIBgEw0+oA0TEw0gF5CQEJeAYBeQkBCXoA0TJcuCQm9vQkJLgkaCry8ChoJLgkJvLwJCS4JGgq8vAoa/uAEAMABIA4SEg7+4A4SEg4BIA4SEg7+4A4SEk77ADRMTDQFADRMYEJeXkJgYEJeXkJgTAAABQAA/wAGgAYAABQAGAAoADgAXAAACQEGIicBJjQ/ATYyHwEBNjIfARYUASERISURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2JREUBiMhIiY1ETQ2OwE1NDY7ATIWHQEhNTQ2OwEyFh0BMzIWBRf+AAoaCv7gCQkuCRoK3AG8ChoJLgn7YAWA+oABgBIOQA4SEg5ADhIDABIOQA4SEg5ADhIBgEw0+oA0TEw0gF5CQEJeAYBeQkBCXoA0TAI8/gAJCQEgChoJLgkJ3AG8CQkuCRr9OgQAwAEgDhISDv7gDhISDgEgDhISDv7gDhISTvsANExMNAUANExgQl5eQmBgQl5eQmBMAAEAAP8ABwAGAAAdAAABMhYVEQE2MzIWFREBNjMyFhURFAYjISImNRE0NjMBwBomAhgRFxomAhgRFxomJhr5gBomJhoGACYa/IUBrQ4mGv6FAa0OJhr7gBomJhoGgBomAAMAAP8ABAAGAAALABMAIwAAADI3ERQGKwEiJjURAiAAEAAgABAlMjY0JiMiBhUUFjI2NTQ2Ab6EPiYagBomVAGoASz+1P5Y/tQCAA4SEg6SzhIcEqkBwA/9cRomJhoCjwQx/tT+WP7UASwBqEwSHBLOkg4SEg53qQAAAAADACX/AAbbBgAAGwAlADsAAAEWFA8BBiMhIiY1ETQ2MyE1NDY7ATIWHQEhMhcBIREUBisBIiY1ATIWFREUBiMhIi8BJjQ/ATYzITUhFQbRCgqNHCj6wBomJhoCQCYagBomAgAoHPy8AQAmGoAaJgNAGiYmGvrAKByNCgqNHCgCAAEABNcKGgqNHCYaAQAaJkAaJiYaQBz73P4AGiYmGgPAJhr/ABomHI0KGgqNHMDAAAQAAP8ACAAF+wAbAB8AIwAnAAABFhURFAYHAQYnJQUGIyInJjURNDY3ATYXBSU2BREFESURJREBEQURB+QcFhL9gBgY/Zj9mAoOExEcFhICgBgYAmgCaCD7GAJA+2ACIATg/eAF9RQh+oAUIAf/AAsL9vYFCxQhBYAUIAcBAAsL9vYNmvsK5gT2DfsK2QT2+v0E9tn7CgAAAwAA/wAHAAYAABEAIwA1AAABMhYVERQHAQYjIiY1ETQ3ATYhMhYVERQHAQYjIiY1ETQ3ATYhMhcBFhURFAYjIicBJjURNDYCAA0TEf4gBwgNExEB4AcE6A0TEf4gBwgNExEB4Af7qAgGAgASEw0IBv4AEhMGABMN+kAUCP8ABBMNBcAUCAEABBMN+kAUCP8ABBMNBcAUCAEABAP/AAoT+kANEwMBAAoTBcANEwAAAAAEAAD/IAcABQAABwAPABcAOAAAADQmIgYUFjIkNCYiBhQWMiQ0JiIGFBYyABACBCMiJwYFBgcGJicmNz4HNy4BNTQSJCAEAoBLaktLagHLS2pLS2oBy0tqS0tqAcvw/mT0bmWt/vo0IgwUAwQYBSUOIQ8aDg8FkqfwAZwB6AGcAktqS0tqS0tqS0tqS0tqS0tqSwEu/qT+2asSrTgKAwEOCw8WBSEOJRowMEMnWv2PrgEnq6sAAAAABQAA/wAHAAUAAAcADwAXAC4AVwAAABQGIiY0NjIEFAYiJjQ2MgQUBiImNDYyAiAEBhUUFh8BBwYHNj8BFxYzMiQ2ECYBFAIEIyInBgUGByMiJic1JjYmPgI3PgU3JgI1ND4BJCAEHgECgEtqS0tqActLaktLagHLS2pLS2rp/mj+ndGPglcbGC6Yeys5RT3MAWPR0QFR8P5k9EZLxv76MUEFDxgEAwUBCgIMAgcwFSkYHgudtY7wAUwBbAFM8I4CtWpLS2pLS2pLS2pLS2pLS2pLAYCL7Ilwy0oyYFtRP2wmBgiL7AES7P6Lrv7ZqwivQw4IFREBBBAEDwMOAgg1FzguSChZAQaWgu2sZWWs7QAEAAD/CQQABfcAAwAGAAoADQAACQERCQERARkBAREJARECAAIA/gD+AAIA/gACAAIAAVkBJ/2x/tgDd/2xASgEnv2x/tgCT/7ZASf9sQAAAAEAUv/ABq0FQAAkAAABBgEAIyIDJgMCIyIHJz4BNzY3NhYXEhcWMzI3Njc2IyIHEgUWBq0K/r7+s+WOYixYSFUSbU0YqC6cVV90FywWN0EzZ2UIDXo5QHgBU/sD+uz+Yf5RAQegAUIBBkxiFZcoiggJgYv+4Vb5oaFVixoBiQsIAAAAAAIAAP+ABgAFgAADAAoAABEhESEBAxMhEwMBBgD6AAQ93d39ht3dAT0FgPoAAaUCdwEp/tf9if7QAAAAAAQAAP+ABgAFgAADABIAQQBVAAARIREhAQcXBxc3FzcnNycjJyMHBTIWBzc0LgIjIgYdASMVMzIVERQGDwEVITUnLgI+ATURMzcjIjc2PQE0PgIBNScuATQ2NREhBxcWFREUBg8BFQYA+gADjAxLHxlraxkfSwxfNSA1/pYgGQGuI0JIMYWEYEwUCg1JAcCVBgUCAQG/JucGBAQDDBsCdjYHBQL+7RdTFwwORgWA+gAEwCFTchk5ORlyUyFgYKMgLxU3SyUOc31IgAj+gg4MAQdYVg4BAQQECgUBg4AGBgNQGxsdC/zDVgkBAwMMBgIIZRYHFP6ODgkCCVYAAAQAAP9kBwAGAAAvADkAUQBbAAABFAYHFhUUAgQgJAI1NDcuATU0NjMyFzYlEz4BFwU+ATMyFhQGIiY1JQMEFzYzMhYBFBYyNjQmIyIGATY0JyYiBw4BIiYnJiIHBhQXHgIyPgEmMjY1NCYjIgYUBwA7MgzV/pD+UP6R1QszPnRTVTzaASl0AxgOAXESSCs+WFh8V/6yaAEs2zpVU3T6old8WFg+PVgDKgsLCh4LKaCgoCkLHgoLCyuXXlhelxZ8V1g9PlgCsjpfGS4ym/74mZkBCJsvLxlhOlJ1P5gKAgkNEANRJS1XfFhXPkr+KAmXPXX+5z5YWHxXWP5gCx4LCgoqKCgqCgoKHwsrMgkJMvhYPj1YV3wAAAABAEX/Aga7BgAAMAAAEzM+AyQzMgQXFh0BIR4DPgE3EQYMAScmAicmEjcOAQchNi4ELwEOA0UBEFWRvgEBlOcBbm9o+5sBaajT18lJXP7t/qKNvfUCA+TTMDwQAnsIID5PUkQWFof5xpoC5X7ny5VW08a7/7xvo1IgGkMz/oc3SgI2SQFgxPIBVGI8g15Nfk04Gg8BAQVPgpcAAAAEAAD/gAkABYAACQANABEAGwAANREhERQGIyEiJgEVITUhFSE1ATIWHQEhNTQ2MwkAXkL4QEJeAoABgP0AAQAGYEJe9wBeQiACYP2gQl5eASKAgICABIBeQuDgQl4AAAADAAD/AAa7BgAAHwAwADsAACUnDgEjIi4BNTQ+AjMyFhc3JiQjIgQGAhASFgQzMiQJAQYAISIkJgIQEjYkMyAAFwMjFSMRMzIeAQ4BBjDaSvWNk/iQVZHHboPpTNdu/p/Kof7a1H5+1AEmodUBcf5AArV0/kv+7rb+tPCOjvABTLYBBAGlfZ8nYIggLQwKLfZveIqQ+JJux5FVeWx9qcB+1P7a/r7+2tR+1gJG/qD9/tqO8AFMAWwBTPCO/vXp/nSgAWAoODgoAAQAIP8ABuAGAAADAAcACwAPAAAJATchAScRAR8BEQkCIQEFk/2aXANX+rW4BJ8Uk/3sAVz+DPypAWQDOwGCl/zedANa/RlgX/ymAU8Cf/zeAjsAAAMAAP8ABoAF8AALABcAfQAAATU0KwEiHQEUOwEyJTU0KwEiHQEUOwEyBREhETQmIgYVESERNDsBMh0BMxE0OwEyHQEzNTQ7ATIdATM1ND4CFjMRJjU0NjIWFRQHFTYzMhYzMjYzMh0BFAYjIiYjIgcVMjYeAh0BMzU0OwEyHQEzNTQ7ATIVETM1NDsBMgKAEGAQEGAQAgAQYBAQYBACAP2AcKBw/YAQYBCAEGAQgBBgEIAFDAcQASAhLCEgLSYVTRARPAcQRhsSSRMoMgEQBwwFgBBgEIAQYBCAEGAQAhDgEBDgEBDgEBDgEBD9EAFAUHBwUP7AAvAQEHACcBAQcHAQEHBwBgcDAQEBhw8jFyAgFyMPEQoPDxDSDw0PDIUBAQMHBnBwEBBwcBAQ/ZBwEAABAAAAAAkABYAAagAAARYUBwUGIyInJj0BIRYXHgU7ATU0NjMhMhYVERQGIyEiJj0BIyIuBScuAyMhDgEjIiY0NjMyFhczMj4CNz4GOwE+ATMyFhQGIyImJyMiDgQHBgchNTQ2FwjwEBD+wAgICQcQ/KYlLhARHxcfIBFgEg4BQA4SEg7+wA4SYCA6LC4cJxITFxwsLRj+mBaKWGqWlmpYihZoGC0sHBcTEiccLiw6IGsVYj5QcHBQPmIVaxEgHxcfERAuJQRaIBAC2wgmCMAFBAoSgDprJSQ+ICQQYA4SEg7+wA4SEg5gFBs2JkwnKTU5SSJUbJbUlmxUIkk5NSknTCY2GxQ5R3CgcEc5ECQgPiQlazqAEhQLAAAAAAMAAP8ABwAGAAAHABEAIQAAABQGKwERMzIAECYjIREzETMyABACBgQgJCYCEBI2JCAEFgR+Tzj9/TgBAreD/k+0/YICh47w/rT+lP608I6O8AFMAWwBTPADPnBOAQ3+9wEEuPyAAQ0Baf6U/rTwjo7wAUwBbAFM8I6O8AAEAAD/2QkABScAJwA6AE0AYQAAATQmJwYHDgEjIicuATc2NTQuASMiBgcWFxYUBiInJiMiBhQWMyEyNjcUBiMhIiY1NDY3NiQzMgAXHgEXFAcGIyInLgE3NhAnJj4BFhcWJBAHBiMiJy4BNzY1NCcmNjc2FhcGbUQ1BxAHKRgMDB8cChd60nuG4jZsUBYsQBdLaWqWlmoEFk9vmcmO++qp8MiVPgE+w+sBWxd0mfphFykYExoMEkdHEgw0PxJhAQCGFykXExoNEmxsEg0aGj4SAbY7XxUtLxgcAwo5HkdIe9F6knkcThdALBZLldSVb06OyO+pmeQWuOT+w+cZu3mvkCENET8aaAECaBo+JA0ajkT+GMciDRI+GqTCw6IaPxESDBsAAgAk/wAF3AYAAAkAbgAABRQGIiY1NDYyFicOARUUFwYjIi4FNTQ+AzIeAxUUBx4BHwEyNjU0LgQnJicuAzU0PgMzMh4DFRQOAyMiIyoBLgQ1LgEvASIOARUUHgMXHggF3H60f3+0fulzmyGS6W24e2I2IwwJHC1TalIsGwgXHGwnKHOWEi02Xl1JHA90jmcpKVuGx3p4yIFaJh4rNiwRAgYTGjQkLhwUD1glJURjKgomRH5XTH1dSTAiEwoCDVl/f1laf3+/D692SkBOKkNWVFIzDhMvQTMkIy87Jw4iLxseAgFmUhotLCYyLSINBzdacoleTpCDYTk0UmppMy5JKx0KChImNlc2EBMBAT5OJRgmNjA7HRk5NkA3RjZJMwAAAwAA/4AGAAWAAA8AHwArAAABETQmIyEiBhURFBYzITI2JRE0JiMhIgYVERQWMyEyNgAQAgQgJAIQEiQgBALAEg7/AA4SEg4BAA4SAcASDv8ADhISDgEADhIBgM7+n/5e/p/OzgFhAaIBYQFgAkAOEhIO/cAOEhIOAkAOEhIO/cAOEhIB//5e/p/OzgFhAaIBYc7OAAQAAP+ABgAFgAALABcAJwA3AAAAIAQSEAIEICQCEBIAID4BEC4BIA4BEBYlIiY1ETQ2OwEyFhURFAYjISImNRE0NjsBMhYVERQGIwIvAaIBYc7O/p/+Xv6fzs4BngEo+pKS+v7Y+pKSAe4OEhIOwA4SEg79wA4SEg7ADhISDgWAzv6f/l7+n87OAWEBogFh+66S+gEo+pKS+v7Y+k4SDgJADhISDv3ADhISDgJADhISDv3ADhIAAAACAAD/gAYABYAADwAbAAABETQmIyEiBhURFBYzITI2ABACBCAkAhASJCAEBEASDv3ADhISDgJADhIBwM7+n/5e/p/OzgFhAaIBYQFgAkAOEhIO/cAOEhIB//5e/p/OzgFhAaIBYc7OAAMAAP+ABgAFgAALABcAJwAAACAEEhACBCAkAhASACA+ARAuASAOARAWNyImNRE0NjMhMhYVERQGIwIvAaIBYc7O/p/+Xv6fzs4BngEo+pKS+v7Y+pKSbg4SEg4CQA4SEg4FgM7+n/5e/p/OzgFhAaIBYfuukvoBKPqSkvr+2PpOEg4CQA4SEg79wA4SAAAAAAMAAP8ABwAGAAALACUAPQAAJRMWBwYjISInJjcTARMhEz4BMyEVFBYyNj0BIRUUFjI2PQEhMhYlERQGIiY1ETQmIgYVERQGIiY1ETQ2IBYG3SMDExMd+YAdExMDIwZdVvlUVgMkGQEAS2pLAYBLaksBABkk/oMmNCaW1JYmNCbhAT7hgP7HHBYVFRYcATkDR/z5AwcYIYA1S0s1gIA1S0s1gCGh/wAaJiYaAQBqlpZq/wAaJiYaAQCf4eEABgAA/wAIAAYAABUAIwAvADsASQBtAAABMhYUBisBAw4BIyEiJicDIyImNDYzAT4BJwMuAQ4BFxMeATMlETQmIgYVERQWMjYlETQmIgYVERQWMjYlEzYuAQYHAwYWFzMyNgEDIxM+ATsBNDYzITIWFTMyFhcTIwMuASsBFAYjISImNSMiBgeANUtLNQ9zCEgu+wAuSAhzDzVLSzUBZRojAiACKTQjAiACJRkBoCY0JiY0JgGAJjQmJjQmAWAgAiM0KQIgAiMaBRkl+35dhGUTjFqnJhoBgBomp1qME2WEXQtFLacmGv6AGianLUUDAEtqS/1qLjw8LgKWS2pL/OACKRoBoBojBCka/mAZIkABoBomJhr+YBomJhoBoBomJhr+YBomJhUBoBopBCMa/mAaKQIiBNr+ZAG5WG8aJiYab1j+RwGcLDgaJiYaOAACACH/gAbfBYAAAwBPAAABEyMDAQcGIyEDITIXFg8BBiMhAwYrASInJjcTIwMGKwEiJyY3EyEiJyY/ATYzIRMhIicmPwE2MyETNjsBMhcWBwMzEzY7ATIXFgcDITIXFgPfQP5AA/44Bxj+uUABNw8KCgQ4BRr+uVEHGOAQCgkDTv5RBxjhDwoJA07+yQ8KCQM4BxgBR0D+yQ8KCgQ4BRoBR1EHGeAPCgkDTv5RBxngDwoJA04BNw8KCQIAAQD/AAH44Bj/AAwODuAY/rgYDAwQATj+uBgMDBABOAwMEOAYAQAMDg7gGAFIGAwMEP7IAUgYDAwQ/sgMDAAAAAAEAGv/AAWVBgAAAgAFABEAJQAAARcHERcHAwkDEQMHCQEXAQAQAg4CIi4CAhASPgIyHgIDSZSVlZSDAdD+zgEy/jD/XQFA/sBdAP8Cz0BvqsH2wapvQEBvqsH2wapvAeOUlQOMlZT8YQHQATIBMgHQ/Z0A/13+v/6/XQD/AXD+Xv7HyXwxMXzJATkBogE5yXwxMXzJAAAAAAMAKP8AA9gGAAACAAUAEQAAJTcnETcnEwkBEQEnCQE3AREBAlStra2tIAFk/eX+12wBdP6MbAEpAhtxrKwBbqys/fH+nP3kAsf+2GwBdQF1bP7YAsf95AAFAAD/gAYABYAABwAPABcAKQAxAAAkNCYiBhQWMgA0JiIGFBYyABAGICYQNiATFAcBBisBIiY1NDcBNjsBMhYEEAYgJhA2IAUATGhMTGj9TExoTExoBEzh/sLh4QE+gQ374BMgoBomDQQgEyCgGib9YOH+wuHhAT7MaExMaEwDTGhMTGhM/h/+wuHhAT7hAsAUEvqAGiYaFBIFgBomu/7C4eEBPuEAAAAFAAP/Rwb9BbkABgAKABAAFwAdAAATCQEuATcTKQEBMQETIRM2MgETFgYHCQExIRM2MhdoAxj8nBIOB2UBzgKU/rb98Mb+MsYIMgUwZQcOEvycAxj+MsYIMggDPvwJAnYNKxUBNPwJBlv9nAJkF/2F/swVKw39igP3AmQXFwAAAAQAAP8gBwAF4AADAA8AEwAxAAABMzUjATUGBwYmJxceATcyASE1IQUUBxYVFAQjIiYnBiInDgEjIiQ1NDcmNTQSJCAEEgGAoKADRWiLh/lgAVj4lIH+KAKA/YAEgGNZ/v24es46E0wTOs56uP79WWPwAZ0B5gGd8ALA4P3UXCQCAV9LYFBhAQF94MC7pWZ/nd5pWAEBWGnenX9mpbvRAWHOzv6fAAAAAAkAAP+ABgAFgAADAAcACwAPABMAKAArAC4APgAAARUjNRMVIzUBFSE1ARUhNQEVITUBETQmKwEBJwcBIyIGFREUFjMhMjYBNyEFNyEFERQGIyEiJjURNDYzITIWAgP8/PwD8v6rAVX9YAKg/WADJwwIIP6G0tL+hiAIDAwIBNgIDPypuf5qAovd/moC4lY++yg+VlY+BNg+VgJxgIAA/39//gGAgAEAgIAA/39//KQE2AgM/wCrqwEADAj7KAgMDARelpaWFPsoPlZWPgTYPlZWAAAAAgAA/wAHAAYAAB8APQAAASYnJicmJyYGHwEeAxcWFx4EFxY3NicmJyYCAS4FAicgDAEeAw4BBwYVASMBDgIuAgOAaDiL0CIkWQonJz5lWDUsCQQsUHRzk0uZAQEyNRxNzP5STHFTOzouSycBEQHBATXpilIeBQ4NDQFDaP7nFotorJW6AtDEUsp0ExEoEB4fK2WEXlQRCFSKqoJ1IEIGAyIkFToBMv5+PIKdmNzGATKISHCxqOWq43dUVBf+uQEdAhgOAiBWAAAFAAD/AAcABgAALwA3AEcAVwBnAAAALgEHBCAlJg4BFhcWFw4CDwEGFhcWMzI/ATY3MxYfARYzMjc+AS8BLgInNjc2JDQmIgYUFjIEEAIGBCAkJgIQEjYkIAQWACAEBgIQEhYEICQ2EhACJgAQAgYEICQmAhASNiQgBBYFZAwtGv77/uj++xotDBsawm0CGxocCQoWGQkOLBAINhEqETYIECwOCRkWCgkcGhsCbcIa/rdLaktLagKLb73++/7i/vu9b2+9AQUBHgEFvf5L/sj+5M56es4BHAE4ARzOenrOAciO8P60/pT+tPCOjvABTAFsAUzwA1U0GwY+PgYbNC0GLgye3llHFRkwCgQpFIt4eIsUKQQKMBkVR1nengwuBqNqS0tqS3H+4v77vW9vvQEFAR4BBb1vb70BbHrO/uT+yP7kznp6zgEcATgBHM7+MP6U/rTwjo7wAUwBbAFM8I6O8AAAAAMARP8ABbsGAAAvADcASAAAABYHAw4BIyInLgE3EwcWFRQHJzY1NCYjIgcnNjcBJwcGLgE2PwE+ARcBFhcWDwElAiImNDYyFhQBMjcXBiMiLgE1NDcXBhUUFgV8RAUsBD0pBgMsOQMjjzeUiVvNkYZmiXikAQiVtSFYOgUg7xpEHgHoJAwRK80BcymUaGiUafzaalqLkr2U+5J0izzNAvZGL/3ZKjgBA0MsAa0IcX/YnIllhpHOXIpyGwEsV6EeBUJYHdUXBxL+5RUvQzLoFAGpaJRoaJT6vj2LdJL6lLyUi1htkc0AAAAEAAD/gAYABYAADwA+AE4AWgAAARUUBisBIiY9ATQ2OwEyFgEUDgIHDgIdARQGKwEiJj0BND4DNz4BNTQmIyIHBgcGIyIvAS4BNzYzMhYCIA4CEB4CID4CEC4BABACBCAkAhASJCAEA3ASDqAOEhIOoA4SAQAePSsmIB0XEg6gDhIVGzMfHTUsVzQ4Jx0zCRALCGwKBAd644Hb7v787atmZqvtAQTtq2ZmqwGRzv6f/l7+n87OAWEBogFhAVCgDhISDqAOEhIB4jJQOh4VEhQcDyAOEhIORCM7JCMQDRkkHyo7GxQ/DAZSBxoKwLMBQ2ar7f787atmZqvtAQTtq/63/l7+n87OAWEBogFhzs4AAAQAJ/8DBVkGAAAJAD4ATwBgAAAAIiY1NDYyFhUUARQGJicBLgEPAQYfARMDBgcGBwYnLgE3NhsBBxcWDgIPAQYuAzUDEzYzMhcBFh8BBxYFHgEfARYXFgcGLgEnIyYnAwEWFRQHBi4BJyYBFjY/ATY1Aa6AXFyAWwGMPEMO/pEHDgQDBwt6AaFDGQ8NMjUdGQMCwwVVIwQKEhQHBxMfEQsELtMXWksgAagHBwMBB/5tK1sYGCQGCy8jPigJAQYCfAOTHwMJCxQGcv7LAwgDAwsEyVtBQFtbQEH9IzIjFhcBtgwHAgMIDYv+nv43wCoaBhoZDTwbEQJZAaCk3hgkEw0BAgMMFBgPAgErAX0iKP33BQwDAQ2mceA4N10gRhsWDCATEAkBX/6tMQgFAgULKQqsAekBBAICCQgAAAAHAAMA4wkABBwAAgALACMAMQBLAGUAfwAAATMDBTQmKwERMzI2ARMUBisBIiY9ASEHBiMhIiY3ATYzITIWBBAGIyEiJjURNDYzITIBFA4DByM+Az8BNC4DJzMeAx8BFA4DByM+Az8BNC4DJzMeAx8BFA4DByM+Az8BNC4DJzMeAxcB+KsBA1hlYDY0W2z9wgETDtgOE/7dNwoS/vUVEw0CLAkSAUwOFAM7+8f+8g4UFA4BDMgBmAEPHD0rMyY5GhABAQEOGjgmKyk+HRECuQEPHD4rMyY5GhABAQEOGTgmKyk+HRECtgEPHD0rMyY4GhABAQEOGTgmKyk+HREBAh4BCaZXav58cgHK/QwOFBQOPlEPJBEC9Q4Uxv5+3BQOAvQOFP5kCyRrYXcrLXdpWxsbCB1bXIM7L3hnWRoaCyRrYXcrLXdpWxsbCB1bXIM7L3hnWRoaCyRrYXcrLXdpWxsbCB1bXIM7L3hnWRoABAAA/wAFgAXyAEoAXABtAIIAAAU0LgEnLgInJiMiBiMiJy4DJyY0Nz4DNzYzMhYzMjc+Ajc+AjU0JicmIyIHDgMHBgcOARAWFxYXFhcWFxYzMjc+ARMiJjQ3NjU0JyY0NjIXFhQHBhYiJyY0NzYQJyY0NjIXFhAHFiInJjQ3PgEQJicmNDYyFxYSEAIHAmkaJAIBCAkJDyQXXhgiDQYKBQgBJSUBCAUKBg0iGF4XJA8JCQgBAiQaVyAUGSJAOU8/HR8GAzEmJjE4Gz90AwNAIhkUIFefGiYTJSUTJjQTS0sVuDYSExNwcBMmNBOWlqM2EhMTWmFhWhMmNBNtdHRtmQteeAkELRsIDgsLBRUTHQSA/oAEHRMVBQsLDggbLQQJeF4LFj0MCBIRL1U3QwwHa9r+8tpreidbJAEBEggMPQOnJjUTJTU0JxM0JhNL1EsTtRMTNBNyATxyEzQmE5b+WJbIExM0E1vqAQDqWxM0JhNt/uj+zP7obQAAAAAUAAAAAAiABYAABwAPABcAHwAnAC8ANwA/AEcATwBXAF8AZwBvAHcAfwCHAI8AlwCfAAAAIgYUFjI2NCQiBhQWMjY0AiIGFBYyNjQAIgYUFjI2NCQiBhQWMjY0ACIGFBYyNjQkIgYUFjI2NAIiBhQWMjY0ABQGIiY0NjIEFAYiJjQ2MgAUBiImNDYyBBQGIiY0NjIAFAYiJjQ2MgAUBiImNDYyABQGIiY0NjIAFAYiJjQ2MgAUBiImNDYyBBQGIiY0NjIAFAYiJjQ2MgQUBiImNDYyAQKEXl6EXgGihF5ehF5ehF5ehF4CooReXoReAaKEXl6EXv2ihF5ehF4BooReXoReXoReXoRe+SBwoHBwoAJwcKBwcKD+cHCgcHCgAnBwoHBwoP5wcKBwcKAFcHCgcHCg/XBwoHBwoAVwcKBwcKD+cHCgcHCgAnBwoHBwoP5wcKBwcKACcHCgcHCgAWBehF5ehF5ehF5ehAJeXoReXoT+Xl6EXl6EXl6EXl6EAl5ehF5ehF5ehF5ehAJeXoReXoT8DqBwcKBwcKBwcKBwAZCgcHCgcHCgcHCgcAGQoHBwoHD7kKBwcKBwA5CgcHCgcPuQoHBwoHABkKBwcKBwcKBwcKBwAZCgcHCgcHCgcHCgcAAACQAA/wAG/AYAAAcADwATABsATABUAGkAewCMAAAWFAYiJjQ2MjYUBiImNDYyEwEHASQUBiImNDYyARQOAgcOAxUUBiMiJjQ2MzI2NTQ+Ajc+AjU0ACAAFRQGIiY1ND4CMh4CBBQGIiY0NjIlFAYiJjU0JiMiBhUUBiImNTQ2IBYlFgYHBiMiJicmJy4BNz4BFxYFFgYHBiMiJyYnLgE3PgEXFoAmNCYmNOYmNCYmNFMBAFr/AAGtJjQmJjQC6Rc0JCMfHSYP4Z8aJiYaapYXMyQiKCck/vn+jv75JjQmW5vV6tWbW/39JjQmJjQBRiY0JoNdXIQmNCbOASTOAYoKFhkJDhMhB0ScFQgQETQVtwElCRUZCwwsEFzNFgcQEDQV66Y0JiY0Jpo0JiY0JgEt/wBaAQCHNCYmNCYBADtjWC8pIyY+Qimf4SY0JpZqOWFVMCcuNGE3uQEH/vm5GiYmGnXVm1tbm9XbNCYmNCZAGiYmGl2Dg10aJiYaks7OjxkwCgQWE7J1EDQVFQgQiYUZMAoEKe6bEDQVFgcQrwAAAAAEAAP/AAj9BgAAEQAjAGcAsAAAASYnLgEjIgYVFB8BFjMyNjc2JTQvASYjIgYHBgcWFx4BMzI2AQ4BJyYjIgcyNjMyFhcWBgcGIzIXHgEHDgErASYnJQcGIyInAyY2PwETNhI3Nh4BBgcGBzY3NhYXFgYHBgc2MzIXHgElExYGDwEDBgIHBiMiJyY2NzY3BgcGIyImJyY2NzY3BiMiJy4BNz4BFxYzMjciBiMiJicmNjc2MyInLgE3PgE7AhYXBTc2MzIECDsZET4lNUskCiIwJT4RGQJzJAoiMCU+ERk7OxkRPiU1S/5WEUwjPkgzMAMNA1ydKBEbJBIVFRIkGxEonVwGEBz+3u8ODygRoAsOFtGUEZV5H08yBx9GL3uQKD8EBTAoVEsuNXNnJBoDsaALDhbRlBGVeRojLR0ZBx9GL3uQBAgkNwQFMChUSy41c2ckGhIRTCM+SDMwAw0DXJ0oERskEhUVEiQbESidXAYBDhwBI+8ODygCQAI1IidLNTghCB8nIjWCOCEIHyciNQICNSInSwESIxoRHxEBZFMkSxEJCRFLJFNkAgIbeAcjAUAXMQ13AQubARFkGQc+Tho7RVQRBTAoKD8ECi0KMhJLfP7AFzENd/71m/7vZBYjH04aO0VUEQEwJCg/BAotCjISSyQjGhEfEQFkUyRLEQkJEUskU2QCAht4BwAAAAQAAP8ABwAGAAATAEQATgBcAAABFBYyNjU0JiAGFRQWMjY1NDYyFgIiDgIVFBYyNjU0ACAAFRQOAQcOAxUUBiMiBhQWMzI2NTQ+Ajc+AzU0LgEBFwEGIi8BJjQ3ARcWFA8DJic/ATYyBCAmNCbO/tzOJjQmhLiEaOrVm1smNCYBBwFyAQckJygiJDMXlmoaJiYan+EPJh0fIyQ0F1ub/cLi/b0MIgyoDAwGQKgMDOkaR0KBW88NIgLAGiYmGpLOzpIaJiYaXYODAeNbm9V1GiYmGrkBB/75uTdhNC4nMFVhOWqWJjQm4Z8pQj4mIykvWGM7ddWb/Yzi/b0MDKgMIgwGBqgMIg3pGUeZaVvPDAAAAwAA/4AGAAWAABQAWABoAAABFAcOAQcOAQcGIyImNTQ2NzYzMhYBNCYnJiMiByc+ATU0IyIHDgIVFBYzMhQHBgcOASMiNTQ+AzU0Jy4BIyIOARUUFjMyPgE3PgE3Njc2MzIXFjMyNhMRFAYjISImNRE0NjMhMhYDYg0LKQoCBQsUCzo0RkQcFxwRAeZODRUNW4cCAzHyGCxelUqhkxkBBBYOSy0qFR0eFgcYRR8jORlnV1KSWRUGEwUDC3ZtME8BAwUJuKl3/EB3qal3A8B3qQP9G0MyyDILAwECY0BYrCYOIf45DnsFCE0CFuJB6QYRkbxfkp4GAiJTNGIvGC8gGQ8BAwcWHURSIlhsapJQFlkWDAY8EgEJAg/8QHepqXcDwHepqQAAAAACACX/AAXaBf8AGQBlAAABNC4CIyIHBgIVFB4CMzIWPgI3NhI3NgEUBiMnLgIjIgcGBw4BBw4DIyImNTQ+ATMyFhcUDgMVFBYzMj4DNzU0JioBBiMiJjU0PgI3NjMgERQCBxc+ATMyFx4BAugEDR0XJydpbBEkRS8EHAwUCgIQQBATAvIPCAYWUEAfp7gPBgodCBdeg7Jgh58nVzYmpAEhLi4gISAtUDUrFgUHCgoKAeP6RXu9bjQ2AXZMBQNlo1YWHxN6BM8YHR8PFzr+94ksU04vAQEFDApNATVNW/2nBw0BAxAJXQgTJIsfW7GYXqeINYBpQxwBFycySCYhKD9ddmAqCQIDAfXibOLCjRMJ/phi/qIkAzk+DQe/AAMAAf8ABn8F+wA9AFIAhwAAATIfARYfARYHAw4BBw0BIyImNTQ2NyUhIiY3PgEzLQEuATc+ATsBBSUuATc+ATMyFwUXMhYzMjYvAS4BNzYHFy8CAy4BJyY2NzYWHwEOAQcGFgETFg8BBg8BNi8BJi8BJiMiBwMmNjc2FhcJASY2NzYWFxMDJjY3NhYXExceATYvASY2NzIWAz8gG949MZIoC0gGLyD98f6gCSc5NiYBBP5AKTkCAjwnAbr99ykyBgY5JQoB4f6hJjAGBjYjBg4BwNkBBAEXDxS6Iw4ZGxW62gUk7gEDARgLIB9KG44CBgEgEgOlDwQPMAw3agIpkjVA3iIqMyXrGQ4iIU0YAQr++hUVJSNLFPGIDxUiJU4RwWUIHhgBDAI4KSc4A18SlCg5qi48/mMgKwQ4IDgoJTYFIDwpJzQBQAVAKSMtPF4KPyUkLQJgJQEuDX0XUSEmyn0lAiYBBgEFAR9OGRcLHJMBBQItbAGn/vZJSts7HDY+L6o9KpQXJQE4IVEXFhAg/qABxyNQExIYIv5cAVEjThETGib+YcQPBRQQ4Ck8ATkAAAQAAP8eBwAFYgBSAF0AbQBwAAAlIicuAScmNTQ+Bjc2JSY1NDc2MzIfATYzIAAXFhQHDgEHFhUUBwYjIi8CATcGBxYaARUUBwYjIicBBgcWABUUIyImLwEDBgceARcTFCUXJBMCJR4BFRQGABQWMzIWFRQWMjY1NCYjIiUnFwFPAgRWpTkVBAQKBw4GEgK4AQxuEXQMEgp8XGQBCgHPkxQUW/+XbhF0CxMKfED+RAc6KQP47gkNOzkD/jgnKxgBfAsOiQRq4CwiAiAHsAM0MQERsbT+6UNIXv5uHBRWehwoHLJ+FAFSCQe0AjmwXB4nCRQQFAwWCBcD+3LGDRMKQBDlE/7t6B9MH47fQMYNFAlAEOV3AzQHGBcF/jb+SAMHAgMHA0kcKCv9QwQKLAbFAZ01NQMsDP65CmZbbwESARVwQKlcar0COygcelYUHBwUfrIRBAcAAAAABAAA/5cE/gVpAB8ALwA1AE8AAAEUBwYjIicmNTQ+ATMyFwYHJiMiBhUUFiA2NTQnNjcWJxQCDwEiJz4ENTQnFicVJiceARMiJzY3NjcOAQcmNTQ2NzY3PgE3FhUUBw4BBBqTlObokpOI8pNgViAHQk2n4+EBUuAgQjkpzJ+fDh0hU39ILQ8DNzdJhVht/VNN2kgTAirDayMiGi5vO14bShggcQGu15+hoZ/Xk/eSHz5AHPaoqu3tqllNDSRiS8D+zmQBBSCNqNKvW0UioKIC1uI7//65S3h/JRNekRk2OyVUGiweEFU6aZRtPU1rAAAABQAA/4AGAAWAABoAKQAuAEQAVAAAATQnBgcWFRQGIiY1NDYzMhc2NyYjIgYQFiA2AxYVFA4DBxY7ATYRNCcuAScWBTQnBgcOARUUFz4BNw4BBxYzMjY3NiURFAYjISImNRE0NjMhMhYEGhwpLBaa6JucczUtBBc8QZrPzwE0z7ICCh8yVzkVFQrbJgRQOlwBgTMpU0VQGEqFHQSNRDQ6M04VEQFJqXf8QHepqXcDwHepAe9ORRkJMkB1o6N1c6kTKywV2f7K1NUB/RgvP3iRc2EWA4sBEHRtULcnnClmSFYXE0VBKCURZEE0dyY0SjUq8PxAd6mpdwPAd6mpAAAAAAIAAP+ABgAFgABPAFsAAAE0Jy4BJyY1ND4CNTQmIyIGIyInNjU0Jy4BIyIHBhUUFwYjIiYjIgYVFB4CFRQHBgcGFRQXHgIzMjYzMh4CMzI+AjMyFjMyPgE3NgAQAgQgJAIQEiQgBAT/FkNmHQcnLyclFAwoCwQIBREkhlXHTBEFBAoMKAoVIycvJwdAhhaJAggPEAwzDiNALEcpK0grQCMOMw0QDggCiQEBzv6f/l7+n87OAWEBogFhAYQWBQ9YQBMGDxYMHRYTGRACXxNPI05XpSNPE18CDxgUFR0MFg8GE4odBRYuFgUqEwkeIx4eIx4IFCgFFgH7/l7+n87OAWEBogFhzs4AAAEAD/+ABnEFgABbAAABNhYXFhUUBxYzMjYzMhYVFA4CFRQXHgEXFhcWFRQHDgIjIiYjIgcOBCMiLgMnJiMiBiMiLgEnJjU0NzY3PgE3NjU0LgI1NDYzMhYzMjcmNTQ3PgEDUIbVORsJDg4SQhIdNj9LPwwlg08cNBzbBwgUFxRUFiUZID42Plo2NFk9Nj4fGiUYUxEZFAgH2xw0HE6FJAw/TD80HQ9CFBIOCRtA2AWAAYt7OnkvkAcbJBwgLBMnHA8cUoghDAsGHUYhCzglDQUFIykoGxsoKSMFBQ8lOgshRh0GCwwgilEcDxwnFCsfGyUaB44wejqJegAAAAIAAP+ABgAFgABPAF8AAAE0Jy4BJyY1ND4CNTQmIyIGIyInNjU0Jy4BIyIHBhUUFwYjIiYjIgYVFB4CFRQHBgcGFRQXHgIzMjYzMh4CMzI+AjMyFjMyPgE3NgERFAYjISImNRE0NjMhMhYFABZDZh0HJy4nJRQLKAwECAURJIVWxk0SBgoFCykKFCMnLicHQIYWigIIDhANMw0jQSxHKStIK0EjDTQNDw8IAYoBAKl3/EB3qal3A8B3qQGEFgUOWEEOCw8WDB0WExkQAj80TiROV6UmTSZMAhAZFBUdDBYPCw6KHQUWLxYFKhMKHiMeHiMeCRMrAxYDC/xAd6mpdwPAd6mpAAAAAAEAAP+ACQAGAABPAAABDgUHDgEHDgMHBgckBQYHPgE/AT4DNzYFMhceAQcDBicmIyIEBwYuAi8BNDU0MzI3EgAzMh4FFzc+BDc+AwkARXBCNRYWAwozFw9GQVAIL2j+q/7fXNMvThAPR7hThUy6ARcBCQsGBsIPIIDikv4AiFKGUCoMAQaK6cABbckFEzk1Rjg0DmYCJjNHYTRCfHdCBgAuXEZJKi8GEu0uHT8mLAYfyA6sNX4QHgcHG0sgJQ0fJgMGFgv+px0HGFkCARwuIhEBAQEGNwFuATwBCQ8iLUkusQRNYHuQQVJ3SiEABQAA/wAGAAYAAEYAWABeAGQAagAAARQHJxcGBycXBgcnFwYHJxcGIic3ByYnNwcmJzcHJic3ByY1NDcXJzY3Fyc2NxcnNjcXJzYzMhcHNxYXBzcWFwc3FhcHNxYXNAIkIyIOAhUUHgIzMiQSExEJAREBEQERCQERAREJAREBBSoF7OATJ9axLD+dZz1PTw4mTCYOTkpCZ507MbLWJxPg7QUF7uETJ9axLj2eZ0NJTQ0kJyYmDk5KQmeePS6x1SUV4O0FHp3+85532J1cXJ3Yd54BDZ1J/W/9bwKRAsT9PP08BcT9AP0AAwACgC0fDk5JRGeePS+y1yUW5PAGBu7iEyjXsitBnmhFSE8OKiIjKg5PSUNonz0vstcnE+DsBgbt4RMo1rIvPZ9oPk9ODh8uoAEPnV2d2nh32p1dnQEPAh79Av6BAX8C/gF/+csBnAM3AZv+ZfzJA1v8gP5AAcADgAHAAAADAAD/AAaABgAAFAApADYAAAEhByEiBhURFBYXFjMVIyImNRE0NiUzAQ4GBzU2NzY1NCcBMxMBESE2NyERNCYnNx4BAVMCsxr9Z26deV0XSy2Mx8cD3/f+HhcjNzVMU2w+ozkUFP7j5LsDVvzlJQgCpmNQGWV9BSZInm78/V+VEwVIyIwDA4zI2vryPVVvTFExIQLDGpw0NTY0At39twHy+6k3EgQOVYwdQyKzAAAAAAoAAP8ABwAGAAAHABQAIQAtADkAWwBuAHgAkADnAAAAFAYiJjQ2MgM1NCYiBh0BFBYzMjY3NTQmIgYdARQWMzI2NzU0JiIGHQEUFjI2NzU0JiIGHQEUFjI2AQYEIyIuAjU0NwYVFBIXNjMyFzYzMhc2Mhc2MzIWFzYSJzQjIgcGIyI1NDcGFRQWMzI3NgE0JiIGFRQWMjYBNC4BIyIGBwYVFBYzMjc2MzIWFRQHPgEFFAIHBgQPARUUBiMiJwYiJwYjIicGIyImNQYjIic2NyYnFjMyNyYnJjU0PgMzMhc2Nz4BNz4CNz4BMzIXNjMyFxYVFA4CBx4BFRQHFhc2MzIXFgNUIjgiIjiCKTwoKR0eKawoPCkpHh0prik8KSk8Ka4pPCkpPCkBDFT+2K971ZBSFWiCeB49OB4gNzgeIG4gHjgcMQ1wgo5IER5fNuIeU7KSb2MN/kZAYkA/ZD8CdUuXYk2QNzBbZjVZJBEzNQRLVQEXQzw6/u5bBDsrOB4gbiAeODcgHjgvOFpsdl02NHFFICdZS8AwGBItQWxCOxYTFwIUAwoaGBBX+YgjGztXUzkFDA0TAREmEJ0oGSMtN1oE6DovLzov+lRyHisrHnIeLCwech4rKx5yHiwsHnIeKysech4sLB5yHisrHnIeLCwCyqDHZ6vgeFhWr9ei/tRlOTIyMjIyMh8ZXgETs0sGE/NWdn+Ult1GMAKyMk9PMjNPT/7gYKZsRjufbWhqEwY4NBoURMNyb/7rQkCdGgFyK0AyMjIyMjJDMERQARMfYAcuwHI4aDmJnH5UNB0ZAxQGDy4mFG+EBEA5BQcFEQ8TAQYYDAYTivAeMVAAAAMAAP+ABgAFgAAZACUAMQAAATQnIRUzDgEjIiY0NjMyFzcmIyIGEBYzMjYlMzUjNSMVIxUzFTMAEAIEICQCEBIkIAQDlQb+ltkMfVBjjIxjXTxobJWg4OCgpcsBWW1tbm5ubgESzv6f/l7+n87OAWEBogFhAnchH4RMWY/GjztlZOH+wuHSd25ubm5uAXb+Xv6fzs4BYQGiAWHOzgAAAAABACX/AAYABgAAJwAAAREUBwYjIiQjIgcRIxEuATU0NjIWFRQGBxU2MzIXHgEzMjc+ATMyFgYAMa6kSf7jVaTOoD9MgLaATD++mWNjDsM0TVgLihQaJgQA/LkwDjQ7MP6uBVgZcERbgIBbRHAZRCwPAikSAiYmAAAFAAD/UQkABQAABQA5AFYAXACUAAASMjYmIgYFLgUnBwYmJyY2PwEuAgYjIg8BIxEyNh4DFwEWMzI3FjY3Fjc+AScWMzI+ASYXMxEjJyYrASIPAQYUFx4BPwE2HgEHHgEXHgEXFgQyNiYiBgERFAYjIQ4BBw4BBw4BJw4BLgEnASEiJjURNDYzIT4GOwEyFzY7ATIeBhchMhaYUCAgUCAGCQo5GjIjLhZ9U/tQOQE6sRY6JUwLXEKemwUgDBsOFQgBKXNwTi85bxFKNRQgAgohK0QfB4RgXZ1CZ6dZOdEcGyuGLMEZOSUKEFAUHWsLNAEAUCAgUCABCCYa/k4bbkYhXzcqfUI8hHtvMP7h/poaJiYaAaUOQh07KjxAJHVjUlJjpyNAMTYjMxs3DgFjGiYBgEBAQAYNSiJAKjQXjF4EYEWyRM4LCwECQp794AEBAwYLCP7cby8UODkGMhI3FwoqQE8YAgC0TEPzIVQhMwIy2hcDMx8TWBgkiw9CSkBAQAIA/YAaJkFTCjBDDDU5BCILJ0QvARomGgKgGiYORBw0FxwLODgMESQaNR9BECYAAAACAAD/AAcABgAAJQBPAAABERQGIyEiJjURNDc+Bjc+AzIeAhceBhcWASQ3PgEvAS4BBwYHDgMiLgInJicmBg8BBhYXFgUeBDI+AwcAXkL6QEJeCwg+FUZGeqVuBV8wUDpQMlwGbqV6RkYVPggL/cwBB1ILAwgmCBoL53AFXjFQOlAxXgW6nQsaCCYIAwtSAQcKUDJOTUpNUTBSA3L8LkJeXkID0g8JBzcROjVdeVAESCElJSJGBVB5XTU6ETcHCf2ovz0IGQs0CwMIqVEDSCElJSFIA4Z0CAMLNAsZCD2/CDwiLRYWLyA/AAAAAAMAAP8ABwAGAAAxAFAAcAAAARcWBgcOAgcOAysCIi4CJy4CJy4BPwE+ARcWFx4DOwIyPgI3JDc2FhMRJicmJS4DKwIiDgIHDgIHBgcRFBYzITI2ExEUBiMhIiY1ETQ3NgA3PgM7AjIeAhceAhcWBcInCAMKK6d+BCcqT0olAQElSk4sJgV4pycLAwglCBsLXtQFTSxFGAEBGEUsTQUBAjcLGsZaRVv+1gNQKkYYAQEYRipQA9fJOjUOBxMNBcANE4BeQvpAQl4pewHGBiQuTUslAQElS00uJCvi4lgpAm8zCxkIIoFhAyAgMhcXMiEfBF2BHggZCzQLBAlJowQ+HyIiHz4ExiwIA/0mA6BTOErmAkIeIyMeQgKmnzEyDAf8YA0TEwOt/GBCXl5CA6A4JnIBYQUeIzEYGDEjHiSstlImAAAAAAsAFf8ABesGAAADAAcACwAPABoAHgAiACYALgAyAHYAACUXLwEBJScFARcDJwElAwUBFy8BFBYGDwEXFgEFAyUBNwcXASUDBQE3JwcXFg8BJTcPAicHFA8BBi8BFxQHBQYjJjUnJgMmPwEmJwMmPwEmJwMmNyUyFwUWFRMUDwEXFhUXNzYfATc0PwE2HwEeAQ4BFRQPAQYBSsoi2AESARIL/tT+7uMw9QE8AT0O/qABjV8CZwICBE5VB/0/AQBE/ukEZg/mAv3hAXUT/lkDmhTiApAGAgcBAh6zFBNHCATqBwdiBwT+2wQCCOQENwIHPV4BSAIIXoUCYAIJAbEFAwE9BhQGdn4FBXkFBlQDBc4GBfUEAg8UBL8GAdbs1f4z2vXXAYbVAUfM/eLWAUTI/qNQ708BDwkDNEYGAp7IAdGt+7PqpPACccIBuaP8u+mOaV8EBXdc3oDkITF1BQO7BQVToQUD6gICAfIEAREHBCVWBgFfBwUtZAgB0goDhwGZBAX+MQcDPVUCBntKBAQ4bgYDfgMDhwQGcocDBQKZBQAAAwAA/wAGgAYAAB0AJwBVAAABNC4DIw4EIi4DJyIOAxUUFjMhMjYDNCYiBhUUFjI2ARUUBisBFRQGIyEiJjURNDYzITIWHQEzMhYdARQGKwEVMzIWHQEUBisBFTMyFgSxCx8wUDMGNx4zLy4vMx43BjNQMB8LVD0CQD1UrZnWmZnWmQJ8Eg5gXkL7QEJeXkIEwEJeYA4SEg5gYA4SEg5gYA4SASo5ZGVHLQQhEBgKChgQIQQtR2VkOUlhYQKbbJiYbGuYmP5PwA4S4EJeXkIFwEJeXkLgEg7ADhKAEg7ADhKAEgAABAAA/wAGgAYAAAkAKwBZAGkAAAEUBiImNTQ2MhYDMh4EFRQGIyEiJjU0PgM7AR4FMj4EARQGKwEVMzIWHQEUBisBFTMyFh0BFAYrARUUBiMhIiY1ETQ2MyEyFh0BMzIWFQERNCYjISIGFREUFjMhMjYEBJnWmZnWmTAuSS8gEAdPQv3AQk8JHC1RNQUHMhUtHSkmKR0tFTICsxMNYGANExMNYGANExMNYF5C+0BCXl5CBMBCXmANE/8AEw37QA0TEw0EwA0TA3xrmJhrbJiY/rgiPUlZTClDZ2dDMFtqTTQEHwsXCQkJCRcLHwEEDROAEw3ADROAEw3ADRPgQl5eQgXAQl5eQuATDftABcANExMN+kANExMAAAYAAP+ACAAFgAAZACEAMQBBAFEAdQAAADQuAiMOBCIuAyciDgIUFjMhMgI0JiIGFBYyATU0JiMhIgYdARQWMyEyNhE1NCYjISIGHQEUFjMhMjYRNTQmIyEiBh0BFBYzITI2AREUBiMhNTQmKwEiBh0BITU0JisBIgYdASEiJjURNDYzITIWBAASKVA5BjAbLCoqKiwbMAY5UCkSSjYCADZThbyFhbwEIhIO/cAOEhIOAkAOEhUP/cgPFRUPAjgPFRIO/cAOEhIOAkAOEgEAXkL+oBIOQA4S/QASDkAOEv6gQl5eQgbAQl4BVYBrYzkEHA8UCQkUDxwEOWNrgFUCP7yFhbyF/uZADhISDkAOEhIBEjgPFRUPOA8VFQELQA4SEg5ADhISAU77QEJeYA4SEg5gYA4SEg5gXkIEwEJeXgAABwAA/4AIAAWAABkAIQAxAEEAUQB1AIUAAAAUBiMhIiY0PgIzHgQyPgM3Mh4BAhQGIiY0NjIBFRQGIyEiJj0BNDYzITIWNRUUBiMhIiY9ATQ2MyEyFjUVFAYjISImPQE0NjMhMhYTETQmIyEiBhURFBYzITU0NjsBMhYdASE1NDY7ATIWHQEhMjYTERQGIyEiJjURNDYzITIWBABKNv4ANkoSKVA5BjAbLCoqKiwbMAY5UCmLhbyFhbwEIhIO/cAOEhIOAkAOEhUP/cgPFRUPAjgPFRIO/cAOEhIOAkAOEoATDflADRMTDQFgEg5ADhIDABIOQA4SAWANE4BeQvlAQl5eQgbAQl4B1YBVVYBrYzkEHA8UCQkUDxwEOWMBu7yFhbyF/WBADhISDkAOEhLuOA8VFQ84DxUV9UAOEhIOQA4SEvwyBMANExMN+0ANE2AOEhIOYGAOEhIOYBMEzftAQl5eQgTAQl5eAAAAAAMAAP8ABwAGAAAPABcAKAAAJS4BJw4BIiYnDgEHFgQgJAIQJiAGEBYgABACBgQjIiQmAhASNiQgBBYF8xaDd0O5zrlDd4MWagFKAX4BSonh/sLh4QE+AuGO7/60t7b+tPCOjvABTAFsAUzwxZvNEEpTU0oQzZuWr68CsgE+4eH+wuEBNv6U/rXxjo7wAUwBbAFM8I6O8AAAAwAA/wAHAAYAABAAJAAsAAAAIAQWEhUUAgYEICQmAhASNgE2NTQCJiQgBAYCFRQXEjMWIDcyJhAmIAYQFiACygFsAUzwjo3w/rT+kv60746O8ARtlXrO/uT+yP7kznqVQvCDAWyD8Knh/sLh4QE+BgCO8P60trX+tPCPjvEBSwFsAUzw+0fN+pwBHM56es7+5Jz6zQFHgIChAT7h4f7C4QAAAAADAAD/AAYABgAAHwAnADcAAAEeBBUUBiMhIiY1ND4DNyY1ND4CMh4CFRQAIAYQFiA2EBMyNjU0AicGICcGAhUUFjMEsS9VXUIsyI38qo3ILEJdVS9PUYq90L2KUf6f/sLh4QE+4StYfZ2Tkf6CkZOdfVgC8A4wYoXTg5rb25qD04ViMA59k2i9ilFRir1okwIT4f7C4eEBPvrhj2bvARQHf38H/uzvZo8AAAAABAAA/wAFAAYAABEAGQAjAD0AAAAUBiMhIiY0PgIzFjI3Mh4BAhQGIiY0NjIBESERFBYzITI2ExEUBiMhIiY1ETQ2MyEVFBY7ATI2PQEhMhYEAEo2/gA2ShIpUThQ2FA4USmIh76Hh74BofwAEw0DwA0TgF5C/EBCXl5CAWASDsAOEgFgQl4BVoBWVoBsZDlLSzlkAbm8hYW8hfugBWD6oA0TEwXN+kBCXl5CBcBCXmAOEhIOYF4AAAgAAP+ACAAFgAATABsAKwA7AEsAWwBlAHUAAAE0LgIjBiInIg4CFRQWMyEyNgI0JiIGFBYyATU0JiMhIgYdARQWMyEyNgE1NCYjISIGHQEUFjMhMjYlNTQmKwEiBh0BFBY7ATI2ETU0JiMhIgYdARQWMyEyNgEhNTQmIyEiBhUhERQGIyEiJjURNDYzITIWA4APIkQvQLhAL0QiDz8sAaosP4BwoHBwoARwEg79QA4SEg4CwA4S/oASDv7ADhISDgFADhIBgBIOwA4SEg7ADhISDv1ADhISDgLADhL5gAcAEg75QA4SB4BeQvlAQl5eQgbAQl4BRDZdVzJAQDJXXTY3TU0Bo6BwcKBw/uBADhISDkAOEhIBDkAOEhIOQA4SEg5ADhISDkAOEhIBDkAOEhIOQA4SEgFuYA4SEg77QEJeXkIEwEJeXgAIAAD/gAgABYAAEwAbACsAOwBLAFsAZQB1AAABFAYjISImNTQ+AjMWMjcyHgICFAYiJjQ2MgEVFAYjISImPQE0NjMhMhYlFRQGIyEiJj0BNDYzITIWBRUUBisBIiY9ATQ2OwEyFjUVFAYjISImPQE0NjMhMhYTESERFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgOAPyz+Viw/DyJEL0C4QC9EIg+AcKBwcKAEcBIO/UAOEhIOAsAOEv6AEg7+wA4SEg4BQA4SAYASDsAOEhIOwA4SEg79QA4SEg4CwA4SgPkAEw0GwA0TgF5C+UBCXl5CBsBCXgFEN01NNzZdVzJAQDJXXQHWoHBwoHD9oEAOEhIOQA4SEvJADhISDkAOEhIOQA4SEg5ADhIS8kAOEhIOQA4SEvyyBGD7oA0TEwTN+0BCXl5CBMBCXl4AAgAd/wAG4gYAABoAQQAAARACIyICERASMzI3LgQjIgcnNjMyFhc2ATMWDgMjIi4CJwYjIiQmAjU0EjYkMzIeAxUUAgceATMyNgTn0uHe0NDeSjkWIjY1SSkuITFpq4SnQ0MBhnUDCitJjVxHd1xCIWFslv7j3YeH3gEdlXnrx5lWoYovXTo9QgLtAT4BOf7G/sP+xP7JESs8RisdEGFbbGWV/oUbUG5bQSZKUjcbdMkBKamqASvKdEiMvfmJvv7Fa0ZJSwAAAAAEAAD/ZQkABZsAIAAuAJkAvwAABRQGIyInJicCERATPgEzMhYVFAcGBwYVEBcWFx4EJRQGIyEiJjU0NjMhMhYDFAcOAQcGIyImNTQ+AjU0JyYjIhUUFhUUBiMiNTQ2NTQnLgEjIg4BFRQWFRQOAxUUFxYXFhcWFRQjIicuATU0PgM1NCcmJyY1NDMyFx4EFxQeBTMyNjU0JjQzMhceAQUQBw4DIyImNTQ+ATc2ETQmJyYnLgU1NDYzMhcWEhcWAcUgFQEMP2Ph1SdwJhMgP2Ixd3syVgIZDhQJBT8jHfvHGiYjHQQ5GibXQxlZJxALBxAmLiYjHREDDysXQgMKDToWBQQDICY2NSYqHTIQAQESBht3mDFHRjEZHRsTKTI8KTwnHBAIBgMICgwRChccKAobQkg9AtOKEzpOVCAQHjpPCbcpNDppAhYLEwsIIBNGfmJgDAJlFSEDD30BHAGIAVUBETNpGxMbP2ZSx/r+59JVWAMaEBkWfB0nJhodJyYCSYZjJlEUCgwGCSoyVS5MNioFDC8NFhpMDzoPGRUZOQEEBAIwHiU+Li4+JWI+KxQFBQIDEAsrwXo3eW1sdzQ1KTAQCQwUHRMzM0pAMAEhESEVFgscFxlUFEZMoIf+7uUgUF09HxAPR1ML5gEtg9Brd20DFQwXERQJEyGpg/7krCoAAAIAAP8ABwAGAAAYACgAACUTNiYHAQ4BFh8BATYXFgcBOQEHMj8BFxYAEAIGBCAkJgIQEjYkIAQWBKWTCScg/KAdFRAY3QIBFQsHC/5hEBcWbOBAAmyO8P60/pT+tPCOjvABTAFsAUzw5QK1LCYM/rMLHBkHRQFDDggFCv6J5BZopSQCm/6U/rTwjo7wAUwBbAFM8I6O8AAABgAA/wAEAAYAAA0AHwAvADMANwA7AAAlFAYiJjU0NjcRMxEeARc0JicRNCYiBhURDgEVFBYgNjcUACAANTQ3ETQ2IBYVERYTFSM1ExUjNRMVIzUCgHCgcEY6gDpGgEQ8cKBwPES7AQq7gP75/o7++YC7AQq7gIDAwMDAwMBQcHBQPGQVA4v8dRVkPE2GLQMAUHBwUP0ALYZNhbu7hbn++QEHubaDAseFu7uF/TmDAYqAgAEAgIABAICAAAAGAAD/AAQABgAADQAfAC8AMwA3ADsAACUUBiImNTQ2NxEzER4BFzQmJxE0JiIGFREOARUUFiA2NxQAIAA1NDcRNDYgFhURFhMVIzUTFSM1ExUjNQKAcKBwRjqAOkaARDxwoHA8RLsBCruA/vn+jv75gLsBCruAgMDAwMDAwFBwcFA8ZBUCi/11FWQ8TYYtAwBQcHBQ/QAthk2Fu7uFuf75AQe5toMCx4W7u4X9OYMBioCAAQCAgAEAgIAAAAYAAP8ABAAGAAANAB8ALwAzADcAOwAAJRQGIiY1NDY3ETMRHgEXNCYnETQmIgYVEQ4BFRQWIDY3FAAgADU0NxE0NiAWFREWExUjNRMVIzUTFSM1AoBwoHBGOoA6RoBEPHCgcDxEuwEKu4D++f6O/vmAuwEKu4CAwMDAwMDAUHBwUDxkFQGL/nUVZDxNhi0DAFBwcFD9AC2GTYW7u4W5/vkBB7m2gwLHhbu7hf05gwGKgIABAICAAQCAgAAABgAA/wAEAAYAAA0AHwAvADMANwA7AAAlFAYiJjU0Njc1MxUeARc0JicRNCYiBhURDgEVFBYgNjcUACAANTQ3ETQ2IBYVERYTFSM1ExUjNRMVIzUCgHCgcEY6gDpGgEQ8cKBwPES7AQq7gP75/o7++YC7AQq7gIDAwMDAwMBQcHBQPGQVi4sVZDxNhi0DAFBwcFD9AC2GTYW7u4W5/vkBB7m2gwLHhbu7hf05gwGKgIABAICAAQCAgAAAAAAGAAD/AAQABgAACQAbACsALwAzADcAACUUBiImNTQ2MhYXNCYnETQmIgYVEQ4BFRQWIDY3FAAgADU0NxE0NiAWFREWExUjNRMVIzUTFSM1AoBwoHBwoHCARDxwoHA8RLsBCruA/vn+jv75gLsBCruAgMDAwMDAwFBwcFBPcXFPTYYtAwBQcHBQ/QAthk2Fu7uFuf75AQe5toMCx4W7u4X9OYMBioCAAQCAgAEAgIAAABAAAP8AB4AGAAAmAC4ANgA+AEYATgBWAF4AZgBuAHYAfgCGAI4AlgCeAAABFhQHAQYiLwEmND8BLgE3JiMiBhURIRE0PgIzMhYXNhYXNzYyFwIyFhQGIiY0BCImNDYyFhQ2MhYUBiImNAQyFhQGIiY0BDQ2MhYUBiIkMhYUBiImNAQyFhQGIiY0BCImNDYyFhQ2MhYUBiImNAQiJjQ2MhYUNjIWFAYiJjQEMhYUBiImNCQyFhQGIiY0BjIWFAYiJjQGMhYUBiImNAWZCgr9jgoaClIKCixIEzhKZmqW/wBRir1oar5HXs5SLAoaCiE0JiY0JgFaNCYmNCamNCYmNCb9pjQmJjQmAQAmNCYmNAEANCYmNCb9pjQmJjQmAVo0JiY0JqY0JiY0Jv7aNCYmNCamNCYmNCb+pjQmJjQmASY0JiY0Jlo0JiY0Jlo0JiY0JgUHChoK/Y4KClIKGgosW+hjR5Zq+wAFAGi9ilFSSicdQSwKCv6nJjQmJjRaJjQmJjRaJjQmJjRaJjQmJjQ0NCYmNCaAJjQmJjRaJjQmJjRaJjQmJjRaJjQmJjTaJjQmJjRaJjQmJjRaJjQmJjQmJjQmJjRaJjQmJjRaJjQmJjQAEQAA/wAHAAYAAB0AJQAtADUAPQBFAE0AfQCFAI0AlQCdAKUArQC1AL0AxQAAARUUBxUUBisBIiY9AQYjISInFRQGKwEiJj0BJj0BABQGIiY0NjI2FAYiJjQ2MiYUBiImNDYyFhQGIiY0NjImFAYiJjQ2MiYUBiImNDYyARUUBiMhIiY9ATQ2OwERNDYzMhc2Fhc3Nh8BFgcBBi8BJj8BLgE3JiMiBhURITIWABQGIiY0NjImFAYiJjQ2MiYUBiImNDYyFhQGIiY0NjImFAYiJjQ2MiYUBiImNDYyFhQGIiY0NjImFAYiJjQ2MhYUBiImNDYyBoCAEg5ADhI/Qf0AQT8TDUANE4ACQBIcEhIcUhIcEhIcLhIcEhIckhIcEhIcLhIcEhIcLhIcEhIcBFISDvlADhISDmCWamxMLmgpFgsLKgsL/sYLCyoLCxYkCRwlMzVLBeAOEvyAEhwSEhwuEhwSEhwuEhwSEhzSEhwSEhwuEhwSEhwuEhwSEhzSEhwSEhwuEhwSEhySEhwSEhwBwMCpdcIOEhIOdhYWbhEXFxG6danAAa4cEhIcEi4cEhIcEi4cEhIcEhIcEhIcEi4cEhIcEi4cEhIcEv3gQA4SEg5ADhICgGqWThMOIBYLCyoLC/7GCwsqCwsWLnQyI0s1/YASAcAcEhIcEi4cEhIcEi4cEhIcElIcEhIcEi4cEhIcEi4cEhIcElIcEhIcEi4cEhIcEhIcEhIcEgAAAAQAAf8ABgAF/gANAEAASABxAAABFAcGBwYgJyYnJjU0IAEUAAcGJjc2NzY3Njc2EjU0AiQHDgMXFhIXFhcWFx4BFxYGJy4BAjc2EjYkNzYEFhIEFAYiJjQ2MgEUBgcGJicmJyY3PgE1NC4BBw4BBwYWFxYHBgcOAScuATc+Ajc2HgED4hEfGBb+/BYYHxEBwAIe/vTYCA4BBwMEAgEIn8G2/si1fOKhXwEBxJ8HAgMDAQgCAQ8IlOJ5CAd2vwEDj6QBL9uD/eKDuoODugGja10IEAIGFwcKOkJ1xnGFwA0KQ0EKBxgFAhAIX2sCA4TegpD4kQFYVm/XYlpaYtduV6gBAPD+fFYDDAkwEiAPCQNRATK4tAEtqAoHbK3nfbj+z08DCRUYCS8MCQwEOt8BMaePAQXBegkKcdD+2yW6g4O6g/8AetVHBggKNCgKCjaSUm+6YQwPxIVcqDwKCik0CQgGStp9g+KJBgeG8QACAAD/gAcABYAAAwATAAAlIREhAREUBiMhIiY1ETQ2MyEyFgEABQD7AAYAXkL6QEJeXkIFwEJegAMAAWD7QEJeXkIEwEJeXgABAAD/gAcAAYAADwAAJRUUBiMhIiY9ATQ2MyEyFgcAXkL6QEJeXkIFwEJe4MBCXl5CwEJeXgAAAAMAAP8ACAAGAAADAAwAJgAAKQERKQIRIREzMhYVAREUBiMhERQGIyEiJjURNDYzIRE0NjMhMhYBAAMA/QAEAAIA/QBgQl4DAF5C/aBeQvxAQl5eQgJgXkIDwEJeAgADAP8AXkICAPxAQl7+oEJeXkIDwEJeAWBCXl4AAAACAAD/gAcABYAAIwAzAAAlNzY0LwE3NjQvASYiDwEnJiIPAQYUHwEHBhQfARYyPwEXFjIBERQGIyEiJjURNDYzITIWBJeSCgrp6QoKkgoaCunpChoKkgoK6ekKCpIKGgrp6QoaAnNeQvpAQl5eQgXAQl7XkgoaCunpChoKkgoK6ekKCpIKGgrp6QoaCpIKCunpCgQT+0BCXl5CBMBCXl4AAwAA/4AHAAWAACMAJwA3AAABBwYiLwEHBiIvASY0PwEnJjQ/ATYyHwE3NjIfARYUDwEXFhQBIREhJREUBiMhIiY1ETQ2MyEyFgTpkgoaCqmpChoKkgoKqakKCpIKGgqpqQoaCpIKCqmpCvwNBQD7AAYAXkL6QEJeXkIFwEJeAamSCgqpqQoKkgoaCqmpChoKkgoKqakKCpIKGgqpqQoa/s0EAGD7QEJeXkIEwEJeXgACAAD/AAcABgAAAwATAAAJASEBABACBgQgJCYCEBI2JCAEFgQuATL9cv7OBWCO8P60/pT+tPCOjvABTAFsAUzwAWYCNP3MAdD+lP608I6O8AFMAWwBTPCOjvAAAAcAAP8ABwIGAAAHABMAIwAuAEMAxADUAAABJg4BFxY+AQUGIicmNDc2MhcWFBcHBiIvASY0PwE2Mh8BFhQnBiInJjQ3NjIWFCUOAScuAT4CFhceBw4BEzYuAicuAQc+AR8BNic+AS8BPgE3NiYnJgYHDgEeARcuAScmNyYnIgc+AT8BNCcuAQYHNjcGHgEXBgcOAQ8BDgEXFhcGBwYUFjc+ATcuAgc+BDMWNzY1NCcWBw4BDwEOBRYXJicOBBYXFjYSNz4BNxYXFjc2EhACBgQgJCYCEBI2JCAEFgULDygMCw40EP5aCBcHCAgHFwgHniMMIw0mDAwjDCMNJgx5BxcIBwcIFhABiyKTNiYuBEpNQCYCFgcTBg4DBQMHwwMXICIGKFhFEyoMDAIkBgEDAys4BgpqVDxsHB4HJDMfLVYOHDwQDTInEy4NDQ0KLTENAgIHASUeGRYjZSIhWrYQAQoPDxUrKilIEwIJIBEXOBgfFQ0OCAcoagUBHA0NBB4WHxMPAgkjAhYZKhMODRMtxrcfVnYbL2toPyf2jvD+s/6U/rPwjo7wAU0BbAFN8AQkEREoEhEFJNQICAgWBwgIBxZSIw0NJg0iDSMMDCcMI3YICAgWCAgQFlpAKyYcTWJWFB4kAhUGFQoVDxYUGP4SFB0OFApHNxANCwEBLS0UKQoKGFIyVIUKBzMxM2RKNg8EQDhschULExgaAQEyHBUPFh0EAxxfizUOFhBtLy4it0cQCwwSGToWERM9HgIGCQEFDwUHAQcpJTVmMGd0HSoGBgcyKT87Q0IeNhoYHjYmLCALGbIBCWA0fzhdVVMDAgF5/pT+tPCOjvABTAFsAUzwjo7wAAAAAQAA/wAGAAYAAEcAAAERFjY/AT4BPwEzAxMjJy4BJyYhERQWMyEyPgQ/ATMGAgcuAScjIQU1Nz4BNxMSJy4BLwE1BSEyNw4BDwEjJy4BIyEiBgIGZ7ElJUQtESFnDgdnHQ88Nlf+91daAWUjMT0vMioSXVkGMwWS6y0s/Yz+iH9DMQEIAwsCL0R/AXgCvovrBhAEBV0gH1ZG/dwcDwVJ/XEBBQMDAi1Ijv6+/sF/RDIBCP3UTksECxknPirYJf5SPQUGAQxmGQ0wNwKDAZLzPS4NGGYMG0T9XVx8eXURAAAHAAD/gAYABYAAEQAsADAAPgBTAGUAdQAAARUUFg4EIxEyHgMcAQUVFBYOAiMiJyY1PAM+AjMyHgMcAQUzESMBMxEjByYnIxEzERMzEwU0Jy4FIiMiKwERMjMWNicmBTU0LgIjIgc1IxEzNxYzMjYTERQGIyEiJjURNDYzITIWA5oBAQIFCA4JCQ4IBQIBPAEBBAsICQUEAwQGBQYIBQMB+956egGyap8cFAyeay1MKwGpBQMQEiAVKREVCARbFCSpOAMBAT0EDyIdLh91bgceLzIgtF5C+0BCXl5CBMBCXgLjtgQWCBAHCAMBNQIIAxAFFmN5ARcIDwYJCpsCCgcLBggDAwYGCwUO7gHY/igB2N2USf4oATj+yAE/DkMXEBkQDAUD/igBM5s+n4UdICMPIpr+KB4kPQMS+0BCXl5CBMBCXl4AAAAABQAw/wIISwX4AAwAFQAaAFMAjwAABSYnLgQnJicWAAEXLgEvAQYHFhMGBzY3ATQCJiQjIgQHBgc+Ax8BHgMHJg4CBx4CFxY+Aj8BPgEWFxYHBgUGJx4DHwEWNzYSEwYHBgIHBgcGJwYjIAADIiYjBh4CHwEWFy4DLwEuBiceAhc3Njc2NzY3PgE3NiQEFxYSBHcGBQ0ufmt1HxGeQgFS/l2oGSADBFQlBXorIiweBaB80/7en5P+9GoeDzyml4cpKCEoCQQDfsujekYEDzgie/m0kSUlFiMaBA410P79h7Ypioh9JyePeMPuSg4aRt/PMCJIWyQl/uX+RUoBBgIGESMlDQ4ILkdrMh0DAgU5KEIxMyIIEz+jQAILUymHHDUPIiCeASMBOZbc4sUBAwgeZG2rVwMi1f7WAjscTLc2NVKOQQIwQFQuFv6eoQEk1H1pYDpmM0EVBgQDAR0lJQoLFUJNPCRx8zoGKUJEGRgQCRMZYRhhJRQEYKFdQQsMFyZjAXwBCYdN0P7rcyELGgoDAVoBDQEyfWlbGhoMRiaJj4MqKgIVDxoYGxsMCh88CCCVjcqjc2McIg9KPCZOc/5GAAUAJf8MBtgF9AAXADAAQABXAG0AAAE2JicuAQYHBhYXHgIXHgc2AQ4CBCQuAQI3PgM3BhoBDAEkNzYHFAIUDgIiLgI0PgIyHgEFLgEsAQwBBgIXJgI+BB4CFx4BAzYAJyInJjceBA4DBz4DBT0dR1Y6h2USDA8jFx86GyQ/KyUYFA0LCgFxNMHs/vL++vC0ZwUBDwomBDNo8gFUAWABWnQUAvNRiLzQvIhRUYi80LyIAXBB5/7t/sv+2/7+tlAeMQVMjr3h7/bizkshOjwM/tf4CAICGn3SiGAVF2SR4Yhsu6FiAvAsqzknHRQbFwoFAwQPCg0lJSgkIRgNAf3Lf7phGDODwAEXpClXKXgN0P6G/v6aDKGkGw0EAh/QvopRUYq+0L6KUVGKBpPQYwhRsfb+pMehAS300pdlKRdVpHMyjv6B9AFYRAUFAwRclL3Rz7ySWQIeZJLPAAAAAAsAAP+ABgAGAAAPAB8ALwA/AE8AXwBvAH8AjwCfAK8AABMVIyI9ASMiPQE0OwE1NDMTFSMiPQEjIj0BNDsBNTQzExUjIj0BIyI9ATQ7ATU0MxMVIyI9ASMiPQE0OwE1NDMTFSMiPQEjIj0BNDsBNTQzJREUBiMhIiY1ETQ2MyEyFgEVFCsBFRQrATUzMh0BMzI1FRQrARUUKwE1MzIdATMyNRUUKwEVFCsBNTMyHQEzMjUVFCsBFRQrATUzMh0BMzI1FRQrARUUKwE1MzIdATMywHAQMBAQMBBwcBAwEBAwEHBwEDAQEDAQcHAQMBAQMBBwcBAwEBAwEASwOCj8wCg4OCgDQCg4AQAQMBBwcBAwEBAwEHBwEDAQEDAQcHAQMBAQMBBwcBAwEBAwEHBwEDAQAQCAEBAQIBAQEAEAgBAQECAQEBABAIAQEBAgEBAQAQCAEBAQIBAQEAEAgBAQECAQEBCg+kAoODgoBcAoODj7CCAQEBCAEBDwIBAQEIAQEPAgEBAQgBAQ8CAQEBCAEBDwIBAQEIAQEAAAAAABAC//AAZRBgAAkAAAAQcXHgEHDgEvARcWBiYnAyURFx4BDgEmLwEVFAYiJj0BBw4BLgE2PwERBQMOASY/AQcGJicmNj8BJy4BPgEXBS0BBQYjIi4BNj8BJy4BPgEfAScmNhYXEwURJy4BPgEWHwE1NDYyFh0BNz4BHgEGDwERJRM+ARYPATc2FhcWBg8BFx4BDgEjIiclDQElNh4BBgYep7oXDQ0OMhe6Nw0yRw1m/vHQEAIYISkQcCY0JnAQKSEYAhDQ/vFmDUcyDTe6FzIODQ0XuqcdGgkqHQE2AQ/+8f7KBAkbIgQaG6e6Fw0aNBa6Nw0yRw1mAQ/QEAIYISkQcCY0JnAQKSEYAhDQAQ9mDUcyDTe6FzIODQ0XuqcbGgQiGwkE/sr+8QEPATYdKgkaAaMhaw0zFxcNDWqgJjMKJQEsnP7H7hIqHxMIEoDWGiYmGtaAEggTHyoS7gE5nP7UJQozJqBqDQ0XFzMNayEGLi8hBj6dnT4BJCwqBSFrDTMuDg5qoCYzCiX+1JwBOe4SKh8TCBKA1homJhrWgBIIEx8qEu7+x5wBLCUKMyagag0NFxczDWshBSosJAE+nZ0+BiEvLgAAAAACAAD/AAcABgAAEgAmAAABNi4CJyYOAgcGHgIXFiQSCQEWEgcGAgQHBQEmAjc2EiQ3NiQFwQdQktB1dNulaQcHUJLRdZsBFKwBR/6jeHkKC7b+1Lb8GQFbeHkKC7YBLbanApoCX3bZoWUHB06Pz3V22aFlBwmIAP8EPf6kdf7Kprf+yMcZhAFbdAE3prgBOMcZFlgABgAA/wAHAAYAAAoADgASABYAJgA2AAABEyMLASMTJzcXBwEFAy0BFwcnJRcHJwQQAiYkIAQGAhASFgQgJDYSEAIGBCAkJgIQEjYkIAQWA7SjM6+rMbNOFfAV/kUBMIL+0AHa8GfvAX+/Ur4CPXzT/t7+wv7e03x80wEiAT4BItPsjvD+tP6U/rTwjo7wAUwBbAFM8AH8/rcBXv6iAXYhMWYyAmmC/tCCd2fvZlpRvlFeAT4BItN8fNP+3v7C/t7TfHzTAnf+lP608I6O8AFMAWwBTPCOjvAADAAm/wEHWgX/AFgAYgBsAHcAgQCrALcAwgDNANgA5ADuAAABLgMnJj4BJyYnJg8BDgMiLgEnLgYnJgYHDgMmJyYnJgYHDgMVBhY3PgE3NhI3PgEXFgcOAQcGFjY3PgI3NhcyBwYCBwYWFx4CNgQWBgcGJicmPgEBFg4BJicmPgEWAA4BJy4BNz4BFxYBFg4BLgE2NzYWExYCBwYnDgEmJwYHBiYnJicuAjY3LgE+ATc+AhYXNh4DBx4CBgEWBgcGJicmNjc2FhMWDgEmJyY2NzYWARYGBwYuATY3NhYBFgYHBiYnJj4BFgEWBgcGJicmNjc2FicWBgcGLgE+ARYFNgQvNC0DBUxKBQ5nLR4DBAIHAwcFBwMDDAYLCAsLBh4kGwEQCRUMCzYeKWoXEDIlKxZRRh4pEgeQBQYfDhsGAmIBBjNGFARTUAYUFR0EAn8HDDIxEURLMvxBBhAPDhkDAxAcAlcMByIpDAsHIin9FSQ/GhoMEhI/GhoFBBMMOEEmDBscQYRFNWxabRSBnj0MAWf0RzIDU3cqJj4kBDVqRCCGn7FHSIh5WC8GNEYVIPtyDgkUEzENDgkUEzGsBBIiHAQDExARHASlBBUUEyIIFRQUIf1sEA8cGz0QEA82PgL6BBAPDxkDAxAPDhm8DwkWFjYeCiw1AS4YFAEYGi+5sSdlAgERAgIBAwEDBAMCDQUKBQYDAQUQFwEPBw0CAhsNEi4qHI18kAFFZAQCGiENAXUICw4HDyYS8wsmJRcmCKifCR0BJhD++Rw1ZBgJDQMfqB4ZAwMQDw4aBv7aESkYCBERKRgIAzY2DBMSQBobDBIT/QEcQyYMOEIUEwwCQHH++Uw/A1BeBTcJAUctaElbDnGPoTo8iHJTCVV+ORc3FQdBX4dJEFJgZwJwFDEODgkUFDEODgkBBRAdCBMRERwEBBP8OxQiBAQVKCIFBBcDahs/EBAPGxw+IhD9VA8ZBAMRDg8aAwMQ4hY2EA8KLDYgCgAAABgBJgABAAAAAAAAAC8AYAABAAAAAAABAAsAqAABAAAAAAACAAcAxAABAAAAAAADABEA8AABAAAAAAAEAAsBGgABAAAAAAAFABIBTAABAAAAAAAGAAsBdwABAAAAAAAHAFECJwABAAAAAAAIAAwCkwABAAAAAAAJAAoCtgABAAAAAAALABUC7QABAAAAAAAOAB4DQQADAAEECQAAAF4AAAADAAEECQABABYAkAADAAEECQACAA4AtAADAAEECQADACIAzAADAAEECQAEABYBAgADAAEECQAFACQBJgADAAEECQAGABYBXwADAAEECQAHAKIBgwADAAEECQAIABgCeQADAAEECQAJABQCoAADAAEECQALACoCwQADAAEECQAOADwDAwBDAG8AcAB5AHIAaQBnAGgAdAAgAEQAYQB2AGUAIABHAGEAbgBkAHkAIAAyADAAMQA2AC4AIABBAGwAbAAgAHIAaQBnAGgAdABzACAAcgBlAHMAZQByAHYAZQBkAC4AAENvcHlyaWdodCBEYXZlIEdhbmR5IDIwMTYuIEFsbCByaWdodHMgcmVzZXJ2ZWQuAABGAG8AbgB0AEEAdwBlAHMAbwBtAGUAAEZvbnRBd2Vzb21lAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAE8ATgBUAEwAQQBCADoATwBUAEYARQBYAFAATwBSAFQAAEZPTlRMQUI6T1RGRVhQT1JUAABGAG8AbgB0AEEAdwBlAHMAbwBtAGUAAEZvbnRBd2Vzb21lAABWAGUAcgBzAGkAbwBuACAANAAuADcALgAwACAAMgAwADEANgAAVmVyc2lvbiA0LjcuMCAyMDE2AABGAG8AbgB0AEEAdwBlAHMAbwBtAGUAAEZvbnRBd2Vzb21lAABQAGwAZQBhAHMAZQAgAHIAZQBmAGUAcgAgAHQAbwAgAHQAaABlACAAQwBvAHAAeQByAGkAZwBoAHQAIABzAGUAYwB0AGkAbwBuACAAZgBvAHIAIAB0AGgAZQAgAGYAbwBuAHQAIAB0AHIAYQBkAGUAbQBhAHIAawAgAGEAdAB0AHIAaQBiAHUAdABpAG8AbgAgAG4AbwB0AGkAYwBlAHMALgAAUGxlYXNlIHJlZmVyIHRvIHRoZSBDb3B5cmlnaHQgc2VjdGlvbiBmb3IgdGhlIGZvbnQgdHJhZGVtYXJrIGF0dHJpYnV0aW9uIG5vdGljZXMuAABGAG8AcgB0ACAAQQB3AGUAcwBvAG0AZQAARm9ydCBBd2Vzb21lAABEAGEAdgBlACAARwBhAG4AZAB5AABEYXZlIEdhbmR5AABoAHQAdABwADoALwAvAGYAbwBuAHQAYQB3AGUAcwBvAG0AZQAuAGkAbwAAaHR0cDovL2ZvbnRhd2Vzb21lLmlvAABoAHQAdABwADoALwAvAGYAbwBuAHQAYQB3AGUAcwBvAG0AZQAuAGkAbwAvAGwAaQBjAGUAbgBzAGUALwAAaHR0cDovL2ZvbnRhd2Vzb21lLmlvL2xpY2Vuc2UvAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwwAAAAEAAgADAI4AiwCKAI0AkACRAIwAkgCPAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsBPAE9AT4BPwFAAUEBQgFDAUQBRQFGAUcBSAFJAUoBSwFMAU0BTgFPAVABUQFSAVMBVAFVAVYBVwFYAVkBWgFbAVwBXQFeAV8BYAFhAWIADgDvAA0BYwFkAWUBZgFnAWgBaQFqAWsBbAFtAW4BbwFwAXEBcgFzAXQBdQF2AXcBeAF5AXoBewF8AX0BfgF/AYABgQGCAYMBhAGFAYYBhwGIAYkBigGLAYwBjQGOAY8BkAGRAZIBkwGUAZUBlgGXAZgBmQGaAZsBnAGdAZ4BnwGgAaEBogGjAaQBpQGmAacBqAGpAaoBqwGsAa0BrgGvAbABsQGyAbMBtAG1AbYBtwG4AbkBugG7AbwBvQG+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+BQAAGAYAAAAGAAAABgAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAGQcAAGQGAABZCAAAAAgAACoHAAAABgAACQcAACcJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAIAAAOCAAADgWAAAAGAAAABgAAAAcAAAAHAAAABwAAAAgAAAAHAAAACAAAAAcAAAAGAAAACAAAAAgAAAAJAAAABgAAAAgAAAAFAAALCAAAAAYAAAAGAAAABgAAAAgAAAAGAAAABgAAAAgAAAAIAAAABgAAAAgAAAAIAAAABoAAAAaAAAAIAAAACAAAEwYAAAAJAAAABgAAAAcAAAAFAAACBgAAAAUAAAAGAAACBwAAAAcAAAIHgAABCAAABgYAAAAFAAACCAAABAUAAAAFAAAABwAAAAcAAAAGAAAABQAAAAYAAAAHAAAACAAAAAgAAAAIAAAABgAAAAYAAAAGAAAABwAAAAYAAAAI+ABUCQAAAAcAAAAJAAAACQAAAAkAAAAJAAAACQAAAAUAAAAEAAAACAAAAAkAAAAGAAAABgAAAAkAAAAJAAAABwAAAAkAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAHAAAABwAAAAgAAAAIAAAABwAAAAYAAAAHtQAABwAAAAcAAAAIAABABwAAAAkAAAAFAABmBgAAAAa4AAAJAAAABwAAAAcAAAAHAAACBwAAAAcAAAAIAAAABwAAFgYAAA4HAAAdBwAAAAcAAAAHAAAABwAAAAcAAAAEAAAABwAAJQgAAAAHAAAABwAAAAcAAAAEAAAABwAAUgYAAAAGAAAABwAAAAcAAEUJAAAABwAAAAcAACAHAAAACQAAAAcAAAAJAAAABgAAJAYAAAAGAAAABgAAAAYAAAAHAAAACAAAAAcAACEGAABrBAAAKAYAAAAHAAADBwAAAAYAAAAHAAAABwAAAAYAAEQGAAAABYAAJwkAAAMFgAAACIAAAAcAAAAJAAADBwAAAAYAAAAF/wAlBoAAAQcAAAAFAAAABgAAAAYAAAAGgAAPBgAAAAkAAAAGAAAABoAAAAcAAAAGAAAABgAAJQkAAAAHAAAABwAAAAYAABUGgAAABoAAAAgAAAAIAAAABwAAAAcAAAAGAAAABQAAAAgAAAAIAAAABwAAHQkAAAAHAAAABAAAAAQAAAAEAAAABAAAAAQAAAAHgAAABwAAAAYAAAEHAAAABwAAAAgAAAAHAAAABwAAAAcAAAAHAgAABgAAAAYAAAAIgAAwBwAAJQYAAAAGgAAvBwAAAAcAAAAHgAAmBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAwAAABwAAQAAAAAB7AADAAEAAAAcAAQB0AAAAHAAQAAFADAAIACpAK4AtADGANghIiIeImDwDvAe8D7wTvBe8G7wfvCO8J7wrvCy8M7w3vDu8P7xDvEe8S7xPvFO8V7xbvF+8Y7xnvGu8b7xzvHe8e7x/vIO8h7yPvJO8l7ybvJ+8o7ynvKu8r7yzvLe8u71AP//AAAAIACoAK4AtADGANghIiIeImDwAPAQ8CHwQPBQ8GDwcPCA8JDwoPCw8MDw0PDg8PDxAPEQ8SDxMPFA8VDxYPFw8YDxkPGg8bDxwPHQ8eDx8PIA8hDyIfJA8lDyYPJw8oDykPKg8rDywPLQ8uD1AP///+P/XP9Y/1P/Qv8x3ujd7d2sEA0QDBAKEAkQCBAHEAYQBRAEEAMQAg/1D/QP8w/yD/EP8A/vD+4P7Q/sD+sP6g/pD+gP5w/mD+UP5A/jD+IP4Q/gD94P3Q/cD9sP2g/ZD9gP1w/WD9UP1A/TDcIAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGBQoHBAwICQsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAAJAAAAEUAAABmAAAAnQAAALQAAADTAAAA/AAAARUAAAGJAAABuAAAAhsAAAJeAAACdAAAApUAAALKAAAC9QAAAyEAAANZAAADqgAAA/UAAAQhAAAEQAAABGcAAASbAAAEywAABPYAAAUgAAAFPwAABWQAAAWNAAAFxAAABhkAAAYzAAAGXAAABpIAAAalAAAGyQAABxkAAAdLAAAHggAAB50AAAfKAAAIIwAACDwAAAhoAAAIjAAACMgAAAkLAAAJOAAACZEAAAn5AAAKJwAAClUAAAqCAAAKrwAACwQAAAs9AAALdgAAC5AAAAu2AAAL2AAAC+8AAAwFAAAMKQAADGUAAAykAAAM2QAADQ0AAA0lAAANSAAADWAAAA1uAAANiAAADZcAAA2vAAAN0gAADeoAAA4DAAAOGAAADi0AAA5TAAAObQAADpoAAA67AAAO8AAADxwAAA9cAAAPjwAAD7kAAA/aAAAP9gAAEBIAABAvAAAQTAAAEG4AABCWAAAQvgAAENkAABDnAAAREwAAETkAABFuAAARpwAAEcwAABH3AAASOwAAEmMAABKOAAAS6wAAEzkAABNZAAATiwAAE6AAABO1AAAT7AAAFBgAABQqAAAUTQAAFGgAABSDAAAUmwAAFMsAABTmAAAVGAAAFUwAABX8AAAWNwAAFoIAABbQAAAW4wAAFw8AABc+AAAXZgAAF4oAABe5AAAX6AAAGBwAABiLAAAYvQAAGQEAABk7AAAZVAAAGXQAABmxAAAZ2AAAGeoAABpTAAAacAAAGpEAABrDAAAa9QAAGyAAABtQAAAbiwAAG9MAABwhAAAcaQAAHLcAABzeAAAdBAAAHSoAAB1RAAAe2AAAHwAAAB8vAAAfRAAAH2kAAB+iAAAf5QAAIC8AACBGAAAgYwAAINIAACEFAAAhNQAAIWoAACF5AAAhmwAAIdAAACImAAAicAAAIsQAACMyAAAjYwAAI5sAACPSAAAkCAAAJDAAACRVAAAkgwAAJJIAACShAAAksAAAJL8AACTYAAAk8gAAJQEAACUQAAAlPAAAJWAAACWJAAAl1wAAJhYAACZHAAAmkQAAJq4AACbmAAAnKAAAJ1UAACeWAAAnvgAAJ+cAACgRAAAoVAAAKIsAACipAAAozgAAKOoAACkZAAApVwAAKiQAACrCAAArBwAAKzsAACtkAAAregAAK6AAACvGAAAr7AAALBIAACw4AAAsXgAALHMAACyIAAAsnQAALLIAACzWAAAs/QAALRwAAC1AAAAtWQAALYcAAC21AAAt7QAALfwAAC4eAAAuXQAALn4AAC6zAAAuswAALrMAAC7qAAAvIQAAL1AAAC+BAAAv8gAAMDEAADCDAAAwowAAMNcAADEIAAAxLwAAMUQAADFuAAAxpQAAMgwAADI4AAAyWQAAMnMAADKqAAAy4AAAMvgAADM9AAAzZQAAM54AADO6AAAz7AAANCMAADRLAAA0YgAANIIAADSiAAA0wwAANOMAADT7AAA1DgAANUsAADVnAAA1mAAANboAADXbAAA2EgAANi0AADZYAAA2cQAANpUAADauAAA2xgAANuUAADcQAAA3MgAAN1sAADd8AAA3oQAAN8YAADfrAAA4LwAAOFsAADicAAA4yAAAOPkAADkgAAA5cgAAObAAADnGAAA5+wAAOjkAADp2AAA6tgAAOvYAADs1AAA7dAAAO7cAADv5AAA8gQAAPP0AAD0gAAA9TQAAPYQAAD2nAAA9xgAAPhYAAD4wAAA+SQAAPpsAAD7vAAA/CgAAPy4AAD9DAAA/WAAAP20AAD+CAAA/rgAAP8IAAEAFAABBbQAAQb0AAEH+AABCNAAAQlkAAEKEAABCpgAAQsYAAEMBAABDKQAAQ0sAAEOAAABD4gAAREsAAERoAABEswAARM4AAET5AABFJAAARUoAAEVpAABFlgAARb8AAEXwAABGIQAARl4AAEafAABG1QAARzUAAEdQAABHdQAAR6QAAEfBAABH3wAASCkAAEhwAABIngAASMIAAEjbAABJAQAASTMAAEnaAABKOgAASpMAAEsVAABLkwAATF0AAEx9AABMuAAATMwAAEzsAABNKgAATV0AAE2VAABNyQAATgMAAE5SAABOhAAATrwAAE7kAABPIQAATzYAAE/WAABQBwAAUHAAAFCyAABQ8gAAUScAAFFSAABRkgAAUdwAAFISAABSXgAAUogAAFK5AABS9QAAUygAAFNGAABTkAAAVBAAAFRoAABUuAAAVNEAAFUIAABVUwAAVZgAAFW1AABV1gAAVg0AAFYoAABWgQAAVqIAAFbZAABW+AAAVx8AAFd2AABXqAAAWCUAAFhSAABYbwAAWLwAAFjWAABZKwAAWV0AAFmaAABZ9wAAWi0AAFpXAABangAAW6EAAFwQAABc+AAAXYQAAF3yAABeJAAAXmIAAF6jAABe2gAAXyMAAF9HAABfaQAAX9cAAF/mAABf/gAAYBsAAGBdAABgpAAAYM0AAGDpAABhMgAAYWwAAGGpAABiHQAAYmMAAGKOAABizgAAYugAAGOTAABjqgAAY9UAAGQEAABkRQAAZOQAAGUFAABlQQAAZX8AAGW+AABl6AAAZl8AAGayAABnBAAAZ0IAAGd2AABnnwAAZ8YAAGf6AABoMQAAaIMAAGjNAABpHgAAaWwAAGmgAABp0wAAagcAAGokAABqOwAAajsAAGo7AABqVgAAaooAAGrIAABq8wAAaysAAGtqAABriAAAa6IAAGvBAABr6gAAbBAAAGwiAABtrwAAbdsAAG44AABuXQAAboEAAG6lAABuyQAAbukAAG8CAABvHgAAb1MAAG+TAABvqQAAb8gAAHASAABwRgAAcHEAAHDBAABw+QAAcSgAAHFVAABxigAAcbsAAHIDAAByQwAAcqIAAHLoAABzPgAAc4cAAHPlAAB0GwAAdFkAAHS3AAB01AAAdP4AAHVhAAB1ngAAddwAAHX/AAB2PQAAdqsAAHbVAAB3FQAAd0MAAHd8AAB3ogAAd9MAAHhgAAB4vgAAeQYAAHlDAAB5jwAAedIAAHnqAAB6CQAAejUAAHpbAAB6hwAAerUAAHr5AAB7DQAAey4AAHs9AAB7fAAAe8IAAHvpAAB8AQAAfDMAAHxIAAB8lAAAfNsAAHz6AAB9QwAAfYsAAH2wAAB93gAAffgAAH4cAAB+SwAAfp4AAH7dAAB/AwAAfxkAAH9DAAB/YwAAf40AAH/CAAB/9AAAgE0AAICHAACAywAAgRoAAIF1AACB1AAAgk0AAIK1AACDOAAAg3wAAIPGAACEDQAAhHkAAITPAACFCwAAhUsAAIWNAACFzAAAhg4AAIZJAACGogAAhs4AAIdtAACHlQAAh7MAAIgfAACIWgAAiKsAAIkTAACJTAAAiZIAAIniAACKPQAAimMAAIqMAACKtwAAiuUAAIs3AACLiQAAi7sAAIw7AACMYQAAjJAAAIy/AACM7gAAjR0AAI1JAACNvQAAjkgAAI6jAACOtQAAjsMAAI7iAACPCgAAjzYAAI9NAACP7gAAkCYAAJB4AACQ6AAAkT8AAJGmAACSGAAAkj0AAJJzAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAgBwAAADEAYAAAMABwAANyERIQMRIRHgAcD+QHACoHAFIPpwBgD6AAAAAAABAF3/AAajBYAAHQAAARQHAREhMhYUBiMhIiY0NjMhEQEmNTQ+ATMhMh4BBqMr/YgBQBomJhr8gBomJhoBQP2IKyQoFwWAFygkBUYjK/2I/QAmNCYmNCYDAAJ4KyMXGwgIGwAAAQAA/wAGAAWAACsAAAERFA4CIi4CND4CMzIXEQURFA4CIi4CND4CMzIXETQ2NwE2MzIWBgBEaGdaZ2hERGhnLWlX/QBEaGdaZ2hERGhnLWlXJh4DQAwQKDgFIPugMk4rFRUrTmROKxUnAhnt/TsyTisVFStOZE4rFScDxx8zCgEABDgAAgAA/wAGgAWAAAcAIQAAABAAIAAQACABFAYjIicBBiMiJCYCEBI2JCAEFhIVFAcBFgSA/vn+jv75AQcBcgMHTDQ2JP6ps9yP/vu9b2+9AQUBHgEFvW98AVclAgcBcgEH/vn+jv75/oA0TCYBVnxvvQEFAR4BBb1vb73++4/cs/6pJQAAAwAA/4AHAAUAABoAPQBNAAAlEQYHBAcOAisCIi4BJyYlJicRFBYzITI2ETwCLgMjISIGFRQXFhceBDsCMj4DNzY3PgE3ERQGIyEiJjURNDYzITIWBoAgJf70njNAbTABATBtQDOe/vQlIBMNBcANEwEFBgwI+kANE5PB0AY6IjcuFAEBFC43IjoG0ME2XYBeQvpAQl5eQgXAQl4gAwAkHs6EKzAxMTArhM4eJP0ADRMTBCgCEgkRCAoFEw2odJilBTEaJRISJRoxBaWYK5Fg+8BCXl5CBEBCXl4AAAEAAP+ABwAFgAAcAAAEIicBLgQ1NDYzMh4CFz4DMzIWFRQHAQOaNBL9kAojTDwv/uA+gW9QJCRQb4E+4P7l/ZGAEgJaCCRfZI5D3PgrSUAkJEBJK/jc3eX9qAAAAQAA/60GgAXgACIAAAEUBwETFhUUBiMiJyUFBiMiJjU0NxMBJjU0NyUTNjIXEwUWBoAa/pVWARUUExX+P/4/FhIVFQJW/pQZOAH24RM8E+EB9jgDeRYa/p7+DAcNFR0M7OwMHRUGDgH0AWIbFSUJSQHHKSn+OUkJAAAAAAIAAP+tBoAF4AAJACsAAAkBJQsBBQEDJQUBFAcBExYVFCMiJyUFBiMiJjU0NxMBJjU0NyUTNjIXEwUWBHEBMv5avb3+WgEySQF6AXkBxxr+lVYBKRMV/j/+PxYSFRUCVv6UGTgB9uETPBPhAfY4AhQBKT4Bfv6CPv7X/lvHxwMKFhr+nv4MBw0yDOzsDB0VBg4B9AFiGxUlCUkBxykp/jlJCQAAAgAA/4AFAAWAABUAHQAAJRQGIyEiJjU0PgMzFiA3Mh4DABAGICYQNiAFAH1Y/KpYfREuR3VMgwFsg0x1Ry4R/wDh/sLh4QE+iW2cnG1Vl5ltRYCARW2ZlwPB/sLh4QE+4QAAAAsAAP8AB4AFgAAPAB8ALwA/AE8AXwBvAH8AjwCfAK8AAAU1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNgERNCYjISIGFREUFjMhMjYBNTQmKwEiBh0BFBY7ATI2ATU0JisBIgYdARQWOwEyNgERNCYjISIGFREUFjMhMjYBNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjY3ERQGIyEiJjURNDYzITIWAYAmGoAaJiYagBomJhqAGiYmGoAaJiYagBomJhqAGiYEACYa/QAaJiYaAwAaJvwAJhqAGiYmGoAaJgWAJhqAGiYmGoAaJv6AJhr9ABomJhoDABomAYAmGoAaJiYagBomJhqAGiYmGoAaJiYagBomJhqAGiaAXkL5wEJeXkIGQEJeQIAaJiYagBomJgGagBomJhqAGiYmAZqAGiYmGoAaJib9GgIAGiYmGv4AGiYmBJqAGiYmGoAaJib7moAaJiYagBomJgMaAgAaJiYa/gAaJib+moAaJiYagBomJgGagBomJhqAGiYmAZqAGiYmGoAaJia6+sBCXl5CBUBCXl4ABAAAAAAGgAWAAA8AHwAvAD8AAAERFAYjISImNRE0NjMhMhYZARQGIyEiJjURNDYzITIWAREUBiMhIiY1ETQ2MyEyFhkBFAYjISImNRE0NjMhMhYDAEw0/gA0TEw0AgA0TEw0/gA0TEw0AgA0TAOATDT+ADRMTDQCADRMTDT+ADRMTDQCADRMAgD+gDRMTDQBgDRMTALM/oA0TEw0AYA0TEz8zP6ANExMNAGANExMAsz+gDRMTDQBgDRMTAAJAAAAAAcABYAADwAfAC8APwBPAF8AbwB/AI8AAAEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgIAOCj+wCg4OCgBQCg4OCj+wCg4OCgBQCg4AoA4KP7AKDg4KAFAKDj9gDgo/sAoODgoAUAoOAKAOCj+wCg4OCgBQCg4AoA4KP7AKDg4KAFAKDj9gDgo/sAoODgoAUAoOAKAOCj+wCg4OCgBQCg4OCj+wCg4OCgBQCg4ASDAKDg4KMAoODgB2MAoODgowCg4OP3YwCg4OCjAKDg4A9jAKDg4KMAoODj92MAoODgowCg4OP3YwCg4OCjAKDg4A9jAKDg4KMAoODj92MAoODgowCg4OAHYwCg4OCjAKDg4AAAGAAAAAAcABYAADwAfAC8APwBPAF8AAAEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgIAOCj+wCg4OCgBQCg4OCj+wCg4OCgBQCg4BQA4KPxAKDg4KAPAKDj7ADgo/sAoODgoAUAoOAUAOCj8QCg4OCgDwCg4OCj8QCg4OCgDwCg4ASDAKDg4KMAoODgB2MAoODgowCg4OP3YwCg4OCjAKDg4A9jAKDg4KMAoODj92MAoODgowCg4OAHYwCg4OCjAKDg4AAAAAQB5AA4GhwSyABYAAAAUBwEHBiIvAQEmND8BNjIXCQE2Mh8BBocc/SyIHFAciP6WHByIHFAcASYCkBxQHIgD8lAc/SyIHByIAWocUByIHBz+2QKRHByIAAEAbv/uBRIEkgAjAAAkFA8BBiInCQEGIi8BJjQ3CQEmND8BNjIXCQE2Mh8BFhQHCQEFEhyIHFAc/tr+2hxQHIgcHAEm/tocHIgcUBwBJgEmHFAciBwc/toBJv5QHIgcHAEm/tocHIgcUBwBJgEmHFAciBwc/toBJhwciBxQHP7a/toAAAMAAP8ABoAFgAAjACsARAAAARUUBisBFRQGKwEiJj0BIyImPQE0NjsBNTQ2OwEyFh0BMzIeARAAIAAQACAAFAYjIicBBiMiJCYCEBI2JCAEFhIVFAcBBAATDeATDUANE+ANExMN4BMNQA0T4A0TgP75/o7++QEHAXIDB0s1NiT+qbPcj/77vW9vvQEFAR4BBb1vfAFXAuBADRPgDRMTDeATDUANE+ANExMN4BPmAXIBB/75/o7++f61aksmAVZ8b70BBQEeAQW9b2+9/vuP3LP+qQAAAwAA/wAGgAWAAA8AFwAwAAABFRQGIyEiJj0BNDYzITIeARAAIAAQACAAFAYjIicBBiMiJCYCEBI2JCAEFhIVFAcBBAATDf3ADRMTDQJADROA/vn+jv75AQcBcgMHSzU2JP6ps9yP/vu9b2+9AQUBHgEFvW98AVcC4EANExMNQA0TE+YBcgEH/vn+jv75/rVqSyYBVnxvvQEFAR4BBb1vb73++4/cs/6pAAAAAAIAAP+ABgAGAAApADUAAAEUAgYEICQmAjU0Ejc2FhcWBgcOARUUHgIyPgI1NCYnLgE3PgEXFhIBERQGIiY1ETQ2MhYGAHrO/uT+yP7kznqhkitpHyAPKmJrUYq90L2KUWtiKg8gH2oqkqH9gExoTExoTAKAnP7kznp6zgEcnLYBQm0gDisqaSBK1nlovYpRUYq9aHnWSiBpKisOIG3+vgJK/YA0TEw0AoA0TEwAAAAABQAA/4AHAAWAAA8AHwAvAD8ATwAAJRUUBisBIiY9ATQ2OwEyFiURFAYrASImNRE0NjsBMhYlERQGKwEiJjURNDY7ATIWAREUBisBIiY1ETQ2OwEyFgERFAYrASImNRE0NjsBMhYBABIOwA4SEg7ADhIBgBIOwA4SEg7ADhIBgBIOwA4SEg7ADhIBgBIOwA4SEg7ADhIBgBIOwA4SEg7ADhJgwA4SEg7ADhIScv7ADhISDgFADhIS8v3ADhISDgJADhISAXL8QA4SEg4DwA4SEgHy+kAOEhIOBcAOEhIAAAACAAD/gAYABYAABwBuAAAANCYiBhQWMgEVFAYPAQYHFhcWFAcOASMiLwEGBwYHBisBIiYvASYnBwYjIicmJyY1NDc+ATcmLwEuAT0BNDY/ATY3JicmNTQ3PgEzMh8BNjc2NzY7ATIWHwEWFzc2MzIXFhcWFRQHDgEHFh8BHgEEAJbUlpbUApYQDLkTFCNICgkbkBYMDoosLxANBx3eDhUBHDEpjQoPDgt+JwcID0gSGw63DRAQC7oOGShDCgkakRYNDYosLxANBx3eDhUBHDEpjgkPDQyBJAcID0gSGg+3DRACFtSWltSWAW3eDBYCHDYlMlgMGgoljglsFw+IMhwRDbgQFWsJC3I2Cg0MCxVbGTIxGwIVDd4MFgIcLi45UQwMCg0kjwprFw+IMhwRDbgQFWsJCnczCA4MCxVbGTIwHAIVAAAGAAD/gAWABYAADwAfAC8AOwBDAGcAAAERFAYrASImNRE0NjsBMhYFERQGKwEiJjURNDY7ATIWBREUBisBIiY1ETQ2OwEyFhMRIREUHgEzITI+AQEhJyYnIQYHBRUUBisBERQGIyEiJjURIyImPQE0NjMhNz4BMyEyFh8BITIWAgASDkAOEhIOQA4SAQASDkAOEhIOQA4SAQASDkAOEhIOQA4SgPyADg8DA0ADDw79YAHAMAcK/sMKBwNvEg5gXkL8wEJeYA4SEg4BNUYPTigBQChOD0YBNQ4SAyD9wA4SEg4CQA4SEg79wA4SEg4CQA4SEg79wA4SEg4CQA4SEv0eA7T8TBYlERElBEp1CQICCZVADhL8TFN5dVMDuBIOQA4SpyU0NCWnEgAAAAACABoAAAZmBQMAEwA1AAABERQGIyERIREhIiY1ETQ2NQkBFjcHBgcjIicJAQYnJi8BJjY3ATYyHwE1NDY7ATIWFREXHgEFgCYa/oD/AP6AGiYBAj8CPwHfPggNAw0I/Uz9TAwMDQg+CAIKAs8gWCD0Eg7ADhLbCgICIP4gGiYBgP6AJhoB4AEEAQHa/iYCQUoJAgcCQf2/CAECCUoKGwgCVxoazMMOEhIO/mi2CBsAAAMAAP8ABgAGAAATABoAIwAAAR4BFREUBiMhIiY1ETQ2MyEyFhcHESEmJwEmAREhIiY1ESERBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0ABIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gAAAAADAAD/gAYABYAAFAAgACwAAAERFAYjISImPQE0NjsBETQ2OwEyFgAQLgEgDgEQHgEgNgAQAgQgJAIQEiQgBAOAEg7+wA4SEg7gEg5ADhIBoJL6/tj6kpL6ASj6AXLO/p/+Xv6fzs4BYQGiAWED4P5ADhISDkAOEgFgDhIS/f4BKPqSkvr+2PqSkgJf/l7+n87OAWEBogFhzs4AAAACADIAAAdOBQAAEQBDAAABNQMuASsBIgYHAxUGFjsBMjYBFCMhMjYnAy4BIyEiBgcDBhYzISI1NDcBPgEzISIGDwEGFjsBMjYvAS4BIyEyFhcBFgRXGAEUDboNFAEYARIM9AwSAvYu/UANEgEUARQN/vANFAEUARIN/UAuGgGhCCQUAVMNFAEPARINpg0SAQ8BFA0BUxQkCAGhGgIcBAFADRMTDf7ABAwQEP45SRMNAQANExMN/wANE0k2PgQUExwTDcAOEhIOwA0THBP77D4ABAAAAAAGgAYAAAcADwAlAD0AACQ0JiIGFBYyJDQmIgYUFjITERQGIyEiJjURNDYzIRcWMj8BITIWARYHAQYiJwEmNzYzIRE0NjMhMhYVESEyBQAmNCYmNAEmJjQmJjSmOCj6QCg4OCgB0Yc6nDqIAdAoOP67ER/+QBI2Ev5AHxERKgEAJhoBABomAQAqpjQmJjQmJjQmJjQmASD+wCg4OCgBQCg4iDg4iDgCESkd/kATEwHAHSknAcAaJiYa/kAAAwAA/4AGAAWAABgAJAAwAAABFAcBBiInASY3NjsBETQ2OwEyFhURMzIWAiAOARAeASA+ARAmBBACBCAkAhASJCAEBGAK/sELGAv+wA8ICBbAEg7ADhLADhLM/tj6kpL6ASj6kpIBcs7+n/5e/p/OzgFhAaIBYQJgDAz+wQkJAUAQExQBYA4SEg7+oBICMpL6/tj6kpL6ASj6vf5e/p/OzgFhAaIBYc7OAAAAAAMAAP+ABgAFgAAYACQAMAAAAQYrAREUBisBIiY1ESMiJjU0NwE2MhcBFgIgDgEQHgEgPgEQJgQQAgQgJAIQEiQgBAReCBbAEg7ADhLADhIKAT8LGAsBQA/S/tj6kpL6ASj6kpIBcs7+n/5e/p/OzgFhAaIBYQKUFP6gDhISDgFgEg4MDAE/CQn+wBAB+ZL6/tj6kpL6ASj6vf5e/p/OzgFhAaIBYc7OAAIAAAAABgAFAAANACMAAAEhLgEnAyEDDgEHIRchJREUBiMhIiY1ETQ3Ez4BMyEyFhcTFgP/ATwBAwHU/TzUAQMBATxfAUACYCYa+oAaJhnuCjUaA0AaNQruGQJAAwsCAfD+EAMLAsCi/h4aJiYaAeI+PQIoGSIiGf3YPQADAAD/gAYABYAADwAbACcAAAAUBwEGIyInJjURNDc2FwEWEC4BIA4BEB4BIDYAEAIEICQCEBIkIAQEoCD94A8REBAgICEfAiCgkvr+2PqSkvoBKPoBcs7+n/5e/p/OzgFhAaIBYQKlShL+wAkIEyUCgCUTEhP+wMsBKPqSkvr+2PqSkgJf/l7+n87OAWEBogFhzs4AAQAA/4AGAAWAADMAAAERFAYjISInJj8BJiMiDgIUHgIzMjY3NjcyHwEeAQcGBCMiJCYCEBI2JDMyBBc3NhcWBgAmGv5AKhERH4qUyWi9ilFRir1od9RJBxAPCokJAQht/sqsnP7kznp6zgEcnJMBE2uCHSknBQD+QBomKCceiolRir3QvYpRaF8KAgmKCBkKhJF6zgEcATgBHM56b2WBHxERAAACAAD/gAYABYAAJABHAAABFAcCACEiJCcHBiImNRE0NjMhMhYUDwEeATMyNjc2NzY7ATIWExEUBiMhIiY0PwEmIyIGBwYHBisBIiY9ARIAITIEFzc2MhYF5wFA/mj+7pL+72uBEzQmJhoBwBomE4lHtGGG6EYLKggWwA0TGSYa/kAaJhOKlMmG6EYLKggWxw0TQQGaAROSARRrghM0JgHgBQL+9P6zbmaBEyYaAcAaJiY0E4lCSIJyEWQXEwMT/kAaJiY0E4qJgnIRZBcTDQcBDAFNb2WBEyYAAAAACAAAAAAHAAWAAA8AHwAvAD8ATwBfAG8AfwAAARUUBisBIiY9ATQ2OwEyFjUVFAYrASImPQE0NjsBMhY1FRQGKwEiJj0BNDY7ATIWARUUBiMhIiY9ATQ2MyEyFjUVFAYjISImPQE0NjMhMhY1FRQGIyEiJj0BNDYzITIWExE0JiMhIgYVERQWMyEyNhMRFAYjISImNRE0NjMhMhYBgBMNQA0TEw1ADRMTDUANExMNQA0TEw1ADRMTDUANEwSAEw38QA0TEw0DwA0TEw38QA0TEw0DwA0TEw38QA0TEw0DwA0TgBMN+kANExMNBcANE4BeQvpAQl5eQgXAQl4BYEANExMNQA0TE/NADRMTDUANExPzQA0TEw1ADRMT/fNADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/0zA0ANExMN/MANExMETfvAQl5eQgRAQl5eAAIAAAAABIAFgAAHAB8AAAEhNTQmIgYVAREUBiMhIiY1ETQ2OwE1NAAgAB0BMzIWAUACAJbUlgNAOCj8QCg4OCggAQgBcAEIICg4AwDAapaWav7g/cAoODgoAkAoOMC4AQj++LjAOAAAAgBA/4AHAAWAABEANwAAARQHERQGKwEiJjURJjU0NjIWBREUBgcGIyIuAiMiBQYjIiY1ETQ3Njc2MzIWFxYzMj4CMzIWAUBAEw1ADRNAS2pLBcAZG9eaPX1ci0nA/vAREBomHxU67Llrun4mMjZ/XVMNGiYFAEgm+w4NExMNBPImSDVLS3X9BRkbDnQsNCySCSYaAuYgFw4deDo7Eyo0KiYAAAABAAAAAAaABYAASwAAARQPAg4BIxUUBisBIiY1ETQ2OwEyFh0BMhYXNzY1NAIkIAQCFRQfAT4BMzU0NjsBMhYVERQGKwEiJj0BIiYvAiY1NBI2JCAEFhIGgDwUuRaJWBIOQA4SEg5ADhJHdiJEHbD+1/6y/tewHUQidkcSDkAOEhIOQA4SWIkWuRQ8huABNAFMATTghgKKppQxIVNrIA4SEg4CQA4SEg4gRzwMX2KUAQacnP76lGJfDDxHIA4SEg79wA4SEg4ga1MhMZSmlwEYzXp6zf7oAAABAAAAIAMABOAAEwAAAREUBiInASEiJjURNDYzIQE2MhYDACY0E/6z/voaJiYaAQYBTRM0JgSg+8AaJhMBTSYaAYAaJgFNEyYAAAAAAgAAACAEgATgABMALQAAAREUBiInASEiJjURNDYzIQE2MhYAFAYHBiMiJjU0PgM0LgM1NDYzMhcWAwAmNBP+s/76GiYmGgEGAU0TNCYBgFVGCg8aJhgiIhgYIiIYJhoPCkYEoPvAGiYTAU0mGgGAGiYBTRMm/hKYgxwFJRsVHRUZL0IvGRUdFRslBRsAAAAABAAA/7kGgAVHABMALQBJAGsAAAERFAYiJwEhIiY1ETQ2MyEBNjIWABQGBwYjIiY1ND4DNC4DNTQ2MzIXFgQQAgcGIyImNTQ3Njc+ATQmJyYnJjU0NjMyFxYEEAIHBiMiJjU0Nz4BNzY3NhIQAicmJy4BJyY1NDYzMhcWAwAmNBP+s/76GiYmGgEGAU0TNCYBgFVGCg8aJhgiIhgYIiIYJhoPCkYBVaqMDQwbJic4FEpTU0oUOCcmGg0NjAGq/tMNDRomJwcfBy4ke4qKeyQuBx8HJyYaDQ3TBKD7wBomEwFNJhoBgBomAU0TJv4SmIMcBSUbFR0VGS9CLxkVHRUbJQUbN/7O/v07BSYaJxQdDzajuKM2Dx0UJxomBTu2/jT+f1sFJhokFwQNBBkaWwEQATIBEFsaGQQNBBckGiYFWwAMAAAAAAWABYAAAwAHAAsADwATABcAGwAfACMALwAzADcAAAEVIzUTFSM1IRUjNQEhESERIREhASERIQERIREBFSM1IRUjNRMRITUjESMRIRUzNQERIREhESERAYCAgIADgID8gAGA/oABgP6AAwABgP6A/wD9gASAgAGAgID+gICAAYCA/YD9gAWA/YABgICAAwCAgICA/AEBfwGAAYD+gAGA/YD9gAKA/gCAgICAAgD+gID+gAKAgIADAP2AAoD9gAKAAAAAABAAAAAABwAFgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AAAzIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzPz8/PyAgXh8fnR8fnT4+fh8fPx8fPx8fnT8/nT8/fj8/fj8/Xj8/vV5ePyAgXj8/BYD6gQV/+oEFf/qBBX/6gQV/+oEFf/qBBX/6gQV/+oEFf/qBBX/6gQV/+oEFf/qBBX/6gQV/+oEFf/qABYAAAAACAAD/lQXrBYAABwAdAAAANCYiBhQWMgEUBwEGIyInAS4BNRE0NjMhMhYXARYBwEtqS0tqBHYl/hUnNDUl/TUmNUw0AaA1gCYCyyUEC2pLS2pL/kA1Jf4UJSUCzCWANQGgNEw1Jv02JwAAAAADAAD/lQdrBYAABwAdADUAAAA0JiIGFBYyARQHAQYjIicBLgE1ETQ2MyEyFhcBFgUUBwEGIyImJwE2NTQnAS4BIzMyFhcBFgHAS2pLS2oEdiX+FSc0NSX9NSY1TDQBoDWAJgLLJQGAJf4VJzQkLh4B1iUl/TUmgDXgNYAmAsslBAtqS0tqS/5ANSX+FCUlAswlgDUBoDRMNSb9Nic0NSX+FCUcHwHWJTU0JwLKJjU1Jv02JwADAAr/gAZ5BYAAVABkAHQAAAEWBwEOASMhIiYnJjc0Njc2Jjc+Ajc+ATc2Jjc+ATc+ATc2Jjc+ATc+ATc2Jjc+Ajc+BhcHNjMhMhYHAQ4BIyEiBwYXFjMhMjY3ATYnFgUGFjMhMjY/ATYmIyEiBgcDBhYzITI2PwE2JiMhIgYHBmcoFv7tE3NB/GVNjxwYFgYBAQgBAgwVBhcsCAMFAgMcAxUqBAEHBAQkBBMvBAEIAgIOFgYIEQ0TFCEnHAEmDQL5SlAW/u4kR138mxsLCwoYeAObHTYIASwHAib77QQMDgJgDRkEFQQMDv2gDRkEaAQMDgJgDRkEFQQMDv2gDRkEBCI5SPx2QFdrTkM8BC4OCBsGCxQbCiZrJgooCAsiBiRwIgkuBQ0jBRp1JggjCQgUGggMJSEnGRYBBgMJcEr8dndFDxAbRh8aA9sWIw8eDRMTDUANExMN/sANExMNQA0TEw0AAAEAAP+XBQAFgAAcAAABMhceARURFAYHBiMiJwkBBiMiJy4BNRE0Njc2MwSMFxUhJychExkwI/5H/kckLxcVIScnIRUXBYAJDTgi+vciOA0IIAGo/lghCQ04IgUJIjgNCQAAAAAEAAD/gAaABYAAAwAMABQAPAAAKQERIREhESMiJj0BIQA0JiIGFBYyNxEUBisBFRQGIyEiJj0BIyImNRE0NjsBETQ2MyEyFh8BHgEVETMyFgGAA4D8gAOAoCg4/YAEgCY0JiY0phMN4Dgo/EAoOOANE3FPQDgoAqAoYByYHChAT3EBAAGAAYA4KKD9JjQmJjQmQP5gDROgKDg4KKATDQGgT3ECICg4KByYHGAo/wBxAAMAAP+AB4AGAAAHACEAKQAAADIWFAYiJjQBMhYVERQGIyEiJjURNDY7ATc+ATMhMhYfAQAgABAAIAAQA0nuqanuqQPgapaWavqAapaWauAzE2U1AgA1ZRMz/WcBcgEH/vn+jv75A2Cp7qmp7gJJlmr8gGqWlmoDgGqWiDFHRzGI+4ABBwFyAQf++f6OAAAAAAIAAP+ABoAFgAAHAFAAAAEDMhYzMjcmATc+BDcTATsBFhcTFhIXHgEXFhceARcWFRQGFSImIyIEBzQ/ATI+BTU0LgEnJQYCFRQeAzMWFRQHIiYjIgYjBgLVqiHPORMmV/zKAhdCMDMmDO0BGEs1CAPNIZIpD1YdFA8Tig8GAT/+QEz+6icEgwEXCBUJDQU+UgH+PhplHDsmTAMBAjrpOgglA1AD0f4+BAL9/HZPBwsKEycfAmgC1A4H/iBO/plfIt06LQwPHQYmEwURBBAOASsjHAUCBwYKDAgQocIDAjr+7RkWHxIJCBMnCRIUCA4AAAMAAP+ABYAFgAAVACsAYQAAJRYzIBE0Jy4EIyIHFAYVFAYeAQMWMzI+AjU0LgIjIgcUFhUUBhUUATc+ATc+BDwBNRAnLgQvATYkMzIWMzIeAxUUDgMHHgEVFA4DIyImIyIEAitKQgF4KRtFQl9JOkkcAQIBCAYqQ1J6YjM6ZHRCMlAIAf3kAg+MJAcLBgUBFgQkNS4zBQRiAeSDF1oXRoV8XDghLVQ+NZrNRnWfqFwssCxq/m4PIAFPckIsPCERBAo11DQId0pdAtYHGj90VEZpOxwNMsozG2oaLvxwXgQYDwweJRwvFTIFA9YrCA0JBQQBUwITARo6VH1LNFc5OiAYI8aVZJ9mRRwGFgABAAD/gAQABYAAOgAAFTc+Ajc2NzYaASc1LgInNx4CMzI+ATcGBw4BBw4DBwYCBw4DHwEWFwYHIgYjIiYjJiMiBhEWT0EbHA0BemoBGD1OExMhrn06MGWNHAUOHo8lCAwGCQIbeRECFhIOAQERqAMNCysLHXQcikQzuH5VBxMTDiNCBwI0AgsjGQ0LBQNnAgkFBQkCJzIKJQ8TLyE6DZT94VQJYlJVDxIEGyw3AxQCEgAAAAACAAD/gAb6BYAAGwB9AAAlMhYPAQYiLwEmNjsBESMiJj8BNjIfARYGKwERARcWMzI2MzIWMyEyFj4CPwEyFjMWFRQHBgcmJy4CJy4DBiMiJiIGBwYXFBIVFAYWFx4BFxYVFA8BBiQjIgYjJj0BPgI3NhE0Aj0BNDY0LgEnJiMiBgcOAgcmJxEG0CESFH4UOhR+FBIhUFAhEhR+FDoUfhQSIVD50TYMxyywLCSPJAElBh4LFQ4IKgQUBAIFJx0ZHQMQDQEGDBMHHQIRYzJOIAkBBAUFCiioJAUDIkz+5EEyyjMDEVlsGBMGAQIEAwuXIXgUEx4hGioOgCUaohoaoholBAAlGqIaGqIaJfwABP8bBQQBAQEFDQsBAXDgUB0OBCxUCU5FAQgJAwIBAQQEUTde/bShEG9IIRUrECgKDg8BAhQSMwEJGyAaDioBVWUBlGV1AhsXHBQEDBgODXdnAhoSAX8AAAIAAP8DBgAFgABhAJUAABMXFjMyNjMyJAQXFj8BMhYzFhUUBwYHJicuAjUmJyYjIiYiBgcGHwE1FB4BFRQGFhceARcWFRQPAQYkIyIGIyY9AT4CNz4CNCY1NCY1ND4BLgEnJiMiBgcOAgcmJxEBMh4CFxYUBw4DIyIuATQ2NSEUFhQOASMiLgInJjQ3PgMzMh4BFAYVITQmND4BUTYMxyywLEYBYQEAdyEXKgQUBAIFJx0ZHQMQDgoRBT0eflBsKgkBAQIBBQUKKKgkBQMiTP7kQTLKMwMRWWwYBwkDAQUBAQEFBAuXKfQQEx4hGioOBR4MPDdABBoaBEA3PAwNDwUD/AADBQ8NDDw3QAQaGgRANzwMDQ8FAwQAAwUPBX8bBQQCAQQBIAEBcOBQHQ4ELFQJTUYBDQYCAgQFUTeYNDfGokgQb0ghFSsQKAoODwECFBIzAQkbIBoOEHSvh6wDBx0IB0pIUTYFDBsLDHdoAhoSAX/6/ycsNgMVOBUDNiwnFSQfIwICIx8kFScsNgMVOBUDNiwnFSQfIwICIx8kFQAABAAAAAAHAAWAAA8AHwAvAD8AACUVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYHACYa+YAaJiYaBoAaJv6AJhr7ABomJhoFABomAQAmGvoAGiYmGgYAGib+gCYa+4AaJiYaBIAaJsCAGiYmGoAaJiYBZoAaJiYagBomJgFmgBomJhqAGiYmAWaAGiYmGoAaJiYAAAQAAAAABwAFgAAPAB8ALwA/AAAlFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWBwAmGvmAGiYmGgaAGib+gCYa/IAaJiYaA4AaJgEAJhr6gBomJhoFgBom/oAmGv2AGiYmGgKAGibAgBomJhqAGiYmAWaAGiYmGoAaJiYBZoAaJiYagBomJgFmgBomJhqAGiYmAAAEAAAAAAcABYAADwAfAC8APwAAJRUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgcAJhr5gBomJhoGgBomJhr7ABomJhoFABomJhr6ABomJhoGABomJhr7gBomJhoEgBomwIAaJiYagBomJgFmgBomJhqAGiYmAWaAGiYmGoAaJiYBZoAaJiYagBomJgAAAAAEAAAAAAcABYAADwAfAC8APwAAJRUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgcAJhr5gBomJhoGgBomJhr5gBomJhoGgBomJhr5gBomJhoGgBomJhr5gBomJhoGgBomwIAaJiYagBomJgFmgBomJhqAGiYmAWaAGiYmGoAaJiYBZoAaJiYagBomJgAAAAAIAAAAAAcABYAADwAfAC8APwBPAF8AbwB/AAAlFRQGKwEiJj0BNDY7ATIWERUUBisBIiY9ATQ2OwEyFhEVFAYrASImPQE0NjsBMhYBFRQGIyEiJj0BNDYzITIWARUUBisBIiY9ATQ2OwEyFgEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgEAEw3ADRMTDcANExMNwA0TEw3ADRMTDcANExMNwA0TBgATDfrADRMTDQVADRP6ABMNwA0TEw3ADRMGABMN+sANExMNBUANExMN+sANExMNBUANExMN+sANExMNBUANE+DADRMTDcANExMBc8ANExMNwA0TEwFzwA0TEw3ADRMT/PPADRMTDcANExMEc8ANExMNwA0TE/zzwA0TEw3ADRMTAXPADRMTDcANExMBc8ANExMNwA0TEwAABQAAAAAHAAWAAA8AHwAvAD8ATwAAAREUBiMiJwEmNDcBNjMyFgEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYBgBMNDgn+4AkJASAJDg0TBYATDflADRMTDQbADRMTDfvADRMTDQRADRMTDfvADRMTDQRADRMTDflADRMTDQbADRMD4P3ADRMJASAJHAkBIAkT/PPADRMTDcANExMBc8ANExMNwA0TEwFzwA0TEw3ADRMTAXPADRMTDcANExMABQAAAAAHAAWAAA8AHwAvAD8ATwAAABQHAQYjIiY1ETQ2MzIXCQEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYBYAn+4AkODRMTDQ4JASAFqRMN+UANExMNBsANExMN+8ANExMNBEANExMN+8ANExMNBEANExMN+UANExMNBsANEwLOHAn+4AkTDQJADRMJ/uD+CcANExMNwA0TEwFzwA0TEw3ADRMTAXPADRMTDcANExMBc8ANExMNwA0TEwAAAQAAAAAHAAUAAB8AAAERFAcGIyInARUUBiMhIiY1ETQ2MyEyFh0BATYzMhcWBwAnDQwbEv5tqXf9QHepqXcCwHepAZMSGwwNJwSg+8AqEQUTAZOmd6mpdwLAd6mpd6UBkhMFEQAAAAAEAAD/gAeABYAABwAOAB4ALgAAABQGIiY0NjIBESE1ARcJASEiBhURFBYzITI2NRE0JhcRFAYjISImNRE0NjMhMhYCgHCgcHCgBHD6gAFAoAIAAgD5wA0TEw0GQA0TE5NeQvnAQl5eQgZAQl4EEKBwcKBw/cD+QMABQKACAAEgEw37QA0TEw0EwA0TIPtAQl5eQgTAQl5eAAQAAP+ABesFawAGABQAGQAlAAAhNycHFTMVATQjIgcBBhUUMzI3ATYnCQEhEQEUDwEBNzYzMh8BFgFrW+tbgAJ2FgoH/eIHFgoHAh4HNgGg/MD+YAXrJab+YKYkNjUm6yVb61trgAOgFgf94gcKFgcCHgfK/mD8wAGgAuA1JaYBoKUmJuonAAACAAD/gAQABYAABwAXAAAANCYiBhQWMgEUBwEOASImJwEmNTQAIAADAJbUlpbUAZYh/pQQP0g/D/6TIQEsAagBLAMW1JaW1JYBAG1G/PohJiYhAwZGbdQBLP7UAAIAAP+ABgAFgAAHABMAACURIg4BEB4BABACBCAkAhASJCAEAwCU+pKS+gOUzv6f/l7+n87OAWEBogFhYARAkvr+2PqSAvH+Xv6fzs4BYQGiAWHOzgAAAAACAAAAAAQABcAAFQAtAAABNCcuAycmIgcOAwcGFRQWMjYlFAAgADU0Nz4DNz4BMhYXHgMXFgIAFAEdFhwHBCIEBxwWHQEUS2pLAgD+1P5Y/tRRBnFZbhwJMjQzCBxuWXEGUQGAJCEBKyE3FxAQFzchKwEhJDVLS7XU/tQBLNSRggmji9ldHiIiHl3Zi6MJfwAFAAAAAAb4BYAABgAOADkAPgBIAAABNycHFTMVACYHAQYWNwETFRQGIyEiJjURNDYzITIXFhcWDwEGJyYjISIGFREUFjMhMjY9ATQ/ATYWAwkBIREBBwE3NjIfARYUA3h0mHRgAgAgEf6iESARAV5RqXf8wHepqXcDQD82DwMDDDEOEhcW/MBCXl5CA0BCXglADyhgASD9YP7gBFxc/uBcHFAcmBwBYHSYdDhgAsAgEf6iESARAV79z753qal3A0B3qRkHEBEMMQ4GBl5C/MBCXl5Cfg0JQA8QAs3+4P1gASACHFwBIFwcHJgcUAAAAAACAAAAAAaABgAAKwBaAAABERQGIyEiJjURNDYzITEyFhUUBwYHBisBIgYVERQWMyEyNj0BNDc2NzYXFhMBBiMiJyY9ASMgBwYTFgcGIyInLgQ1ND4HOwE1NDc2MzIXARYUBYCpd/zAd6mpdwD/DRMaTTgKBnBCXl5CA0BCXhIcGhATFe3+gBIbDA0noP69c3ctAxcIBBAKChY5KiMHFSM7Tm+KtWqgJw0MGhMBgBMCI/79d6mpdwNAd6kTDRsFGiIEXkL8wEJeXkLWEwoNGBAICQHc/oATBREqwIOJ/rAXCwINDiJnYIQ4MVRgUFNBOicWwCoRBRP+gBM0AAACAAAAAAZ/BYAALwBEAAABERQGIyEiJjURNDYzITIXFhcWDwEGIyInJiMhIgYVERQWMyEyNj0BND8BNjMyFxYTAQYiJwEmND8BNjIXCQE2Mh8BFhQFgKl3/MB3qal3A0A/Ng8DAwwxCg0DBhcW/MBCXl5CA0BCXglACg0GBhTn/NIYQhj+UhgYbhhCGAEHAocYQhhuGAJe/sJ3qal3A0B3qRkHEBEMMQoCBl5C/MBCXl5C/g0JQAoDCAHU/NIYGAGuGEIYbhgY/vkChxgYbhhCAAAAAAEAAP8ABwAGAABDAAAAFAcBBiImPQEhETMyFhQHAQYiJwEmNDY7AREhFRQGIicBJjQ3ATYyFh0BIREjIiY0NwE2MhcBFhQGKwERITU0NjIXAQcAE/8AEzQm/oCAGiYT/wATNBP/ABMmGoD+gCY0E/8AExMBABM0JgGAgBomEwEAEzQTAQATJhqAAYAmNBMBAAKaNBP/ABMmGoD+gCY0E/8AExMBABM0JgGAgBomEwEAEzQTAQATJhqAAYAmNBMBABMT/wATNCb+gIAaJhP/AAABAAD/gAQABYAAHQAAATYWFREUBicBJicRFAYrASImNRE0NjsBMhYVETY3A9MTGhoT/ToJBCYagBomJhqAGiYECQVzEwwa+kAaDBMCxgkK/VoaJiYaBYAaJiYa/VoKCQABAAD/gAcABYAAKwAAATYWFREUBicBJicRFAYnASYnERQGKwEiJjURNDY7ATIWFRE2NwE2FhURNjcG0xMaGhP9OgkEGhP9OgkEJhqAGiYmGoAaJgQJAsYTGgQJBXMTDBr6QBoMEwLGCQr9OhoMEwLGCQr9WhomJhoFgBomJhr9WgoJAsYTDBr9OgoJAAEAev+ABoAFgAAZAAABNhYVERQGJwEmJxEUBicBJjQ3ATYWFRE2NwZTExoaE/06CQQaE/06ExMCxhMaBAkFcxMMGvpAGgwTAsYJCv06GgwTAsYTNBMCxhMMGv06CgkAAAEAAP98BX8FhAALAAAJAQYmNRE0NhcBFhQFaPrQFyEhFwUwFwJh/R4NFBoFwBoUDf0eDSQAAAAAAgAA/4AGAAWAAA8AHwAAAREUBiMhIiY1ETQ2MyEyFgURFAYjISImNRE0NjMhMhYGACYa/gAaJiYaAgAaJvyAJhr+ABomJhoCABomBUD6gBomJhoFgBomJhr6gBomJhoFgBomJgAAAAABAAD/gAYABYAADwAAAREUBiMhIiY1ETQ2MyEyFgYAJhr6gBomJhoFgBomBUD6gBomJhoFgBomJgAAAAABAAD/gAYGBYAAGQAAFwYmNRE0NhcBFhcRNDYXARYUBwEGJjURBgctExoaEwLGCQQaEwLGExP9OhMaBAlzEwwaBcAaDBP9OgkKAsYaDBP9OhM0E/06EwwaAsYKCQAAAAABAAD/gAcABYAAKwAAFwYmNRE0NhcBFhcRNDYXARYXETQ2OwEyFhURFAYrASImNREGBwEGJjURBgctExoaEwLGCQQaEwLGCQQmGoAaJiYagBomBAn9OhMaBAlzEwwaBcAaDBP9OgkKAsYaDBP9OgkKAqYaJiYa+oAaJiYaAqYKCf06EwwaAsYKCQAAAAEAAP+ABAAFgAAdAAAXBiY1ETQ2FwEWFxE0NjsBMhYVERQGKwEiJjURBgctExoaEwLGCQQmGoAaJiYagBomBAlzEwwaBcAaDBP9OgkKAqYaJiYa+oAaJiYaAqYKCQAAAAIAAQAABgEFBgALABsAABMBNjIXARYGIyEiJgEhIiY1ETQ2MyEyFhURFAYOAsYTNBMCxhMMGvpAGgwFxvqAGiYmGgWAGiYmAi0CxhMT/ToTGhr95iYaAQAaJiYa/wAaJgAAAAABAJr/mgSmBeYAFAAACQIWFA8BBiInASY0NwE2Mh8BFhQEk/3tAhMTE6YTNBP9GhMTAuYTNBOmEwTT/e397RM0E6YTEwLmEzQTAuYTE6YTNAAAAAABAFr/mgRmBeYAFAAACQEGIi8BJjQ3CQEmND8BNjIXARYUBFP9GhM0E6YTEwIT/e0TE6YTNBMC5hMCk/0aExOmEzQTAhMCExM0E6YTE/0aEzQAAAACAAD/gAYABYAAIwAvAAABNTQmIyERNCYrASIGFREhIgYdARQWMyERFBY7ATI2NREhMjYAEAIEICQCEBIkIAQEwCYa/wAmGoAaJv8AGiYmGgEAJhqAGiYBABomAUDO/p/+Xv6fzs4BYQGiAWECQIAaJgEAGiYmGv8AJhqAGib/ABomJhoBACYBK/5e/p/OzgFhAaIBYc7OAAIAAP+ABgAFgAAPABsAAAE1NCYjISIGHQEUFjMhMjYAEAIEICQCEBIkIAQEwCYa/QAaJiYaAwAaJgFAzv6f/l7+n87OAWEBogFhAkCAGiYmGoAaJiYBK/5e/p/OzgFhAaIBYc7OAAAAAgAA/4AGAAWAACsANwAAATQvATc2NTQvASYjIg8BJyYjIg8BBhUUHwEHBhUUHwEWMzI/ARcWMzI/ATYAEAIEICQCEBIkIAQEfRO1tRMTWhMbGhO1tRMaGxNaExO1tRMTWhMbGhO1tRMaGxNaEwGDzv6f/l7+n87OAWEBogFhAZ4aE7W1ExobE1oTE7W1ExNaExsaE7W1ExobE1oTE7W1ExNaEwHO/l7+n87OAWEBogFhzs4AAgAA/4AGAAWAABcAIwAAATQvASYiBwEnJiIPAQYVFBcBFjMyNwE+ARACBCAkAhASJCAEBQQSWxM0E/5o4hM0E1sSEgFqExobEwIfEvzO/p/+Xv6fzs4BYQGiAWEDIhwSWhMT/mniExNaEhwbEv6WExMCHxJK/l7+n87OAWEBogFhzs4AAwAA/4AGAAWAAA8AOgBGAAAlNTQmKwEiBh0BFBY7ATI2ATQuASMiBwYfARYzMjc2NzYzMhYVFAYHDgEdARQWOwEyNjU0Njc+BCQQAgQgJAIQEiQgBAOAEg7ADhISDsAOEgEAb6ZX84APF4QHDBAJNSEiNDBLKDA/aRIOwA4SKyEgIjofGQGAzv6f/l7+n87OAWEBogFhoMAOEhIOwA4SEgKuWJZS1RgSZAYMRBgYNCEmLhYcdUMkDhISDhM9ExIVMS9KPf5e/p/OzgFhAaIBYc7OAAADAAD/gAYABYAAHgAuADoAACU1NCYrARE0JiMhIgYdARQWOwERIyIGHQEUFjMhMjYDNTQmKwEiBh0BFBY7ATI2BBACBCAkAhASJCAEBAASDmASDv7ADhISDmBgDhISDgHADhKAEg7ADhISDsAOEgKAzv6f/l7+n87OAWEBogFhoKAOEgIADhISDqAOEv7AEg6gDhISA46gDhISDqAOEhLB/l7+n87OAWEBogFhzs4AAAIAAP+ABgAFgAAvAF8AAAEjIiY9ATQ2OwEuAScVFAYrASImPQEOAQczMhYdARQGKwEeARc1NDY7ATIWHQE+AQEVFAYrAQ4BBxUUBisBIiY9AS4BJyMiJj0BNDY7AT4BNzU0NjsBMhYdAR4BFzMyFgStbRomJhptIKFsJhqAGiZsoSBtGiYmGm0goWwmGoAaJmyhAXMmGo8l66EmGoAaJqHrJY8aJiYajyXroSYagBomoesljxomAgAmGoAaJmyhIG0aJiYabSChbCYagBombKEgbRomJhptIKEBLIAaJqHrJY8aJiYajyXroSYagBomoesljxomJhqPJeuhJgAAAAADAAD/gAYABYAAIwAvADsAAAEHBiIvAQcGIi8BJjQ/AScmND8BNjIfATc2Mh8BFhQPARcWFDYQLgEgDgEQHgEgNgAQAgQgJAIQEiQgBARJkgoaComJChoKkgoKiYkKCpIKGgqJiQoaCpIKComJCs2S+v7Y+pKS+gEo+gFyzv6f/l7+n87OAWEBogFhAcmSCgqJiQoKkgoaComJChoKkgoKiYkKCpIKGgqJiQoaGQEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgAAAAADAAD/gAYABYAAFAAgACwAAAkBBiInASY0PwE2Mh8BATYyHwEWFBYQLgEgDgEQHgEgNgAQAgQgJAIQEiQgBAST/loTNBP+2hMTZhM0E5MBExM0E2YTepL6/tj6kpL6ASj6AXLO/p/+Xv6fzs4BYQGiAWEC0/5aExMBJhM0E2YTE5MBExMTZhM0+gEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgAAAAADAAD/gAYABYUACQASACIAAAE0JwEWMzI+AgUBJiMiDgEVFAAQAgYEICQmAhASNiQgBBYFIFf9Domgb8mSVvwZAvOHpZT6kgUges3+4/7I/uPNenrNAR0BOAEdzQKDoYb9D1lXksu8AvJbkvyUogE//sb+4s56es4BHgE6AR3OenrOAAABAED/NQYABUsAIAAAARUUBiMhARYUDwEGIyInASY1NDcBNjMyHwEWFAcBITIWBgBBNP1AASUmJkslNTQn/XUlJQKLJjU0JksmJv7bAsA0QQKAgDVL/tokbCRMJSUCjCU1NCcCiiYmSiZqJv7bSwAAAQAA/zUFwAVLACAAAAEUBwEGIyIvASY0NwEhIiY9ATQ2MyEBJjQ/ATYzMhcBFgXAJf11JzQzJ0smJgEl/UA0QUE0AsD+2yYmSyY0NSYCiyUCQDYl/XUlJUsmaiYBJUs1gDVLASYkbCRLJib9dSMAAAEANf+ABksFQAAhAAABFA8BBiMiJwERFAYrASImNREBBiIvASY1NDcBNjMyFwEWBkslSyY1NiT+2ks1gDVL/tokbCRLJiYCiyM3NiUCiyUCNTMnSyYmASX9QDRBQTQCwP7bJiZLJjQ1JgKLJSX9dScAAAAAAQA1/7UGSwWAACIAAAEUBwEGIyInASY1ND8BNjMyFwERNDY7ATIWFREBNjMyHwEWBksl/XUnNDUl/XUmJkonNDUlASZMNIA0TAEmJTU0J0slAsA1Jf10JSUCjCQ2NSZLJSX+2gLANExMNP1AASYlJUsnAAABAAD/gAcABcAALAAAABQHAQYiJjURIyIOBRUUFxQWFRQGIyInLgInAjU0NxIhMxE0NjIXAQcAE/4AEzQm4GKbmXFiPiMFBREPEAwHDA8DfzWiAsngJjQTAgADmjQT/gATJhoBAAwfNlV1oGU3RAYjCQ8UEQkaIgcBHabHhgGTAQAaJhP+AAAAAgAA/4AGAAWAABcALwAAABQHARcWFAYjISImNRE0NjIfAQE2Mh8BAREUBiIvAQEGIi8BJjQ3AScmNDYzITIWAvMK/rSQEyYa/kAaJiY0E5ABTAoaCnIDFyY0E5D+tAoaCnIKCgFMkBMmGgHAGiYB7RoK/rSQEzQmJhoBwBomE5ABTAoKcgNJ/kAaJhOQ/rQKCnIKGgoBTJATNCYmAAAAAAIADf+NBfMFcwAXAC8AAAERFAYiLwEBBiIvASY0NwEnJjQ2MyEyFgAUBwEXFhQGIyEiJjURNDYyHwEBNjIfAQMAJjQTkP60ChoKcgoKAUyQEyYaAcAaJgLzCv60kBMmGv5AGiYmNBOQAUwKGgpyAkD+QBomE5D+tAoKcgoaCgFMkBM0JiYCkxoK/rSQEzQmJhoBwBomE5ABTAoKcgAAAAABAAAAAAWABYAAIwAAARUUBiMhERQGKwEiJjURISImPQE0NjMhETQ2OwEyFhURITIWBYA4KP5gOCjAKDj+YCg4OCgBoDgowCg4AaAoOAMgwCg4/mAoODgoAaA4KMAoOAGgKDg4KP5gOAAAAAABAAACAAWAA4AADwAAARUUBiMhIiY9ATQ2MyEyFgWAOCj7QCg4OCgEwCg4AyDAKDg4KMAoODgAAAEAev+ABgYFgAA1AAABHgEPAQ4BJyURFAYrASImNREFBiYvASY2Ny0BLgE/AT4BFwURNDY7ATIWFRElNhYfARYGBwUFyi4bGkAaZy7+9kw0gDRM/vYuZxpAGhsuAQr+9i4bGkAaZy4BCkw0gDRMAQouZxpAGhsu/vYB5hpnLm4uGxqZ/s00TEw0ATOZGhsubi5nGpqaGmcubi4bGpkBMzRMTDT+zZkaGy5uLmcamgAAAwAA/4AGAAWAAAsAGwAtAAAAIAQSEAIEICQCEBIBNTQmKwEiBh0BFBY7ATI2AxM0JyYrASIHBhUTFBY7ATI2Ai8BogFhzs7+n/5e/p/OzgKyEg3ADRQUDcANEgISCgoO3A4KChEUDrkOEwWAzv6f/l7+n87OAWEBogFh++++DhMUDb4NFBMBZgJtDAYICAYM/ZMKDw8AAAAEAAAAAAYABUAADQAWAB8ASgAAJTURNSEVERUUFjsBMjYBMycmIyIGFBYkNCYjIg8BMzIFERQGKwERFAYjISImNREjIiY1ETQ2MyEiJjQ2MzIfATc2MzIWFAYjITIWA6D+wCQcwBwk/jjDfhorKDg4Atg4KCsafcIoAbASDmA4KPvAKDhgDhISDgG4XYODXWs9gIA9a12Dg10BuA4StDgB1MDA/iw4GRsbA2WhHzhQODhQOB+hoP7ADhL+YCg4OCgBoBIOAUAOEoO6g02lpU2DuoMSAAIAAAAABwAFgAAVAE4AAAA0JiMiBAYHBhUUFjMyNz4BNzYkMzIBFAcGAAcGIyInLgEjIg4CIyImJy4DNTQ+AjU0JicmNTQ+Ajc+BDc+BDMyHgIFACYarP7c43oTJhoYFRteFIkBB7YaAiYULv7r29bglIoPkhcQLys+HSspGQIIAwM+Sj4cAglXl75tN7SzspUnCicUIicYJz8gEAMmNCZjqYcVGBomExheE3xoAQZfYuD+wm1sLwVKQExAIyoEDgYNByNNNjoTBEQKMzVz0p93JBIPAwknJQonERcJXIR0AAAAAAIAAP8ABYAGAAAPADMAAAUVFAYjISImPQE0NjMhMhYBFA4FFRQXJxcuBDU0PgU1NCcXJx4EBYATDfrADRMTDQVADRP/ADFPYGBPMUMEAVqMiVo3MU9gYE8xQgMBWoyJWjegQA0TEw1ADRMTBBNOhF1TSEhbM2CAAQEpVHSBrGJOhF1TSEhbM16CAQEpVHSBrAAAAAADAAAAAAcABIAAEQAhADEAAAEmJxYVFAAgADU0NwYHFgQgJAA0JiMiBhUUFjI2NTQ2MzIAFAcGACAAJyY0NzYAIAAXBoCY5T3++f6O/vk95ZiFAZEB1AGR/bUcFH2zHCgcelYUA2wUjP4n/fL+J4wUFIwB2QIOAdmMAkDsdWh5uf75AQe5eWh17M3z8wI5KByzfRQcHBRWev7SRCPm/usBFuUjRCPlARb+6uUABQAA/6AHAATgAAkAGQA9AEMAVQAAJTcuATU0NwYHEgA0JiMiBhUUFjI2NTQ2MzIlFAcGAA8BBiMiJyY1NDcuAScmNDc2ACEyFzc2MzIeAxcWExQGBwEWBBQHBgcGBCM3NiQ3Jic3HgEXAitOV2I95ZinAokcFH2zHCgcelYUAYcBav5caTEKEgx6ECyP8VgUFJkBxgENWVs2ChIFGiQeIQMQJZ6CARgIAcAUJ0aW/nXeStQBaXlzpz9frznJjT/Aa3lodez+/gJuKByzfRQcHBRWeu8HAr39DLxZEEYKEgxLQdiJH0wf6wEQEWEQDBMSEwIK/jCL5TIB9i2ERiJAUay+hBLuvLNzcECyXwAAAAADABD/gAbwBgAADwAhADMAACU1NCYrASIGHQEUFjsBMjYDEzQnJisBIgcGFRMUFjsBMjYDARYHDgEjISImJyY3AT4BMhYEABMNwA0TEw3ADRMCEgoNC9wLDQoRFA65DhMNAwAjJRE7IvoAIjsRJSMDABE8Rjyhvg4TEw6+DhMTAYQBywwHCwsHDv43Cg0NA7D6gD8/HSIiHT8/BYAfJCQAAQAAAAAFbAVsADIAAAEWBg8BExYPAQYjIicmJwkBFxYPAQYrASYvAiYnJj8BNjMyHwEJASYnJj8BNhcFNz4BBWAsQEyhoAURgAcMBAMPBv7p/v01BQ1gCQ4CDwm9/AsCAQpgCQ4GAsIBA/4EDgMCC4AOEAKZoEzABWA0wEyh/UgTDmAGAQMNAfz+/cIRDmAJAgv8vQcQDQxhCQE1AQMBFwgQEAuADQWfoExAAA8AAP8ABoAGAAADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwAAFyERIQEhESElIREhASERISUhESEBIREhASERIQEhESElIREhARE0JisBIgYVERQWOwEyNgEhESElIREhASERITcRNCYrASIGFREUFjsBMjYlERQGIyEiJjURNDY7ATU0NjsBMhYdASE1NDY7ATIWHQEzMhaAASD+4AFgAUD+wP6gASD+4AFgAUD+wP6gASD+4ALgAUD+wP6AAUD+wAMAASD+4P6AAUD+wP6gEw1ADRMTDUANEwLgASD+4P6AAUD+wAGAASD+4CATDUANExMNQA0TAYBMNPqANExMNIBeQkBCXgGAXkJAQl6ANEyAASD+4AEgQAFA/sABQEABIPwAASABwAEg/AABIEABQAIgASANExMN/uANExP8rQFAQAEg/uABIMABIA0TEw3+4A0TE037ADRMTDQFADRMYEJeXkJgYEJeXkJgTAAAAAMAAP+gBwAF4AASADcAcQAAAQYHLgQrASImPQE0NjsBMgAUBwEGIyImPQEiDgEuBic2Nx4EMyE1NDYzMhcBEhQHAQYjIiY9ASEiDgIHBgcOBisBIiY9ATQ2OwEyPgI3Njc+BjMhNTQ2MzIXAQKaPE0WHjMzSyzgDhISDuD6BQYJ/sAJDg0TIGo4WjRMMkI0Ohs7TRYeMzNLLAEAEg4MDAE/CQn+wAkODRP/ADBOPCoYIC4dKUM9V114ROAOEhIO4DBOPCoYIC4dKUM9V114RAEAEg4MDAE/BB9ctS03SCkdEg7ADhL8DhwJ/sAJEw3AAQEDBw4XIi49J120LTdIKR3ADhIK/sEDdxwJ/sAJEw3AHjw/Lj5tQlp4UFYzIRIOwA4SHjw/Lj5tQlp4UFYzIcAOEgr+wQAAAAEAAP8ABwAFAAAmAAAAEAIEIyInBgUGBwYmJzUmNiY+Ajc+BTcmAjU0PgEkMzIEBwDw/mT0RkvG/voxQREbBAMFAQoCDAIHMBUpGB4LnbWO8AFMtvQBnAMu/qT+2asIr0MOCAIWEgEEEAQPAw4CCDUXOC5IKFkBBpaC7axlqwAAAwAA/4AGAAWAACMAMwBDAAABFRQCBCAkAj0BNDYzITIWHQEUHgMyPgM9ATQ2MyEyFgERFAYjISImNRE0NjMhMhYFERQGIyEiJjURNDYzITIWBgDF/qH+SP6hxSYaAYAaJi88Ui4qLlI8LyYaAYAaJvwAJhr+gBomJhoBgBomBAAmGv6AGiYmGgGAGiYCwIDJ/r61tQFCyYAaJiYagDRMJhYEBBYmTDSAGiYmAmb+gBomJhoBgBomJhr+gBomJhoBgBomJgAAAAABAFoAFQamBCAAFAAAJQcGIicJAQYiLwEmNDcBNjIXARYUBpOmEzQT/e397RM0E6YTEwLmEzQTAuYTzaUTEwIT/e0TE6UTNRMC5RMT/RsTNQAAAAABAFr/4AamA+sAFAAACQEGIicBJjQ/ATYyFwkBNjIfARYUBpP9GhM0E/0aExOmEzQTAhMCExM0E6YTAtj9GxMTAuUTNROlExP97QITExOlEzUAAAACAAAAAAeABIAAJQBLAAAlFAYjISIuAzwBPQERIyImNTQ3ATYyFwEWFRQGKwERITIfARYBFAcBBiInASY1NDY7AREhIi8BJjU0NjMhMh4DHAEdAREzMhYFABMN/EAICwcEAsAaJg8BQBM8EwFADyYawAJAEAmgBwKAD/7AFDoU/sAPJhrA/cAQCaAHEw0DwAgLBwQCwBomIA0TBAoGEQYUAaABoCYaGBEBgBYW/oARGBom/oALwAoBlRgR/oAXFwGAERgaJgGADMAJCw0TBAoGEQYUAaD+YCYAAAAAAwAA/4AGgAUAAAcADwA6AAAkFAYiJjQ2MgQUBiImNDYyExEUBgcFFhUUByEyFhQGIyEiJjU0PgI3AyMiJjQ2MyEyHgQXITIWAoBMaExMaAPMTGhMTGjMIRj77A0YA5gaJiYa/AAaJhAQGwKxzBomJhoBABAZDgwEBwEEsRomNGhMTGhMTGhMTGhMA8D+ABglA3o8ChAwJjQmJhoLKR8xBQM3JjQmDRIfFSYHJgAAAAABAAAAAAaABYAAFAAAAREUBiMhIiY1ETQ2MyEyFh0BITIWBoCEXPtAXISEXAFAXIQCoFyEA6D9QFyEhFwDwFyEhFwghAAAAAACAAAAAAdXBYAAEwAqAAABFAcBDgEjISImNTQ3AT4BMyEyFgEVISIGBwEHNCY1ETQ2MyEyFh0BITIWB1cf/rArm0L7wCI1HwFQK5tCBEAiNf6p/MBezj3+rwUBhFwBQFyEAiBchAJIHyP+dDNHGh4fIwGMM0caATqgX0j+dAYEEQQDwFyEhFwghAAAAAEAQP8AAsAGAAAfAAAAFAYrAREzMhYUBwEGIicBJjQ2OwERIyImNDcBNjIXAQLAJhqAgBomE/8AEzQT/wATJhqAgBomEwEAEzQTAQAE2jQm/AAmNBP/ABMTAQATNCYEACY0EwEAExP/AAAAAAEAAAFABwADwAAfAAAAFAcBBiImPQEhFRQGIicBJjQ3ATYyFh0BITU0NjIXAQcAE/8AEzQm/AAmNBP/ABMTAQATNCYEACY0EwEAApo0E/8AEyYagIAaJhMBABM0EwEAEyYagIAaJhP/AAAAAAUAAP+ACAAFgAADAAcADQARABUAAAERIREBESERARUhETMRAREhEQERIRECgP8AAoD/AAUA+ACABQD/AAKA/wACgP4AAgACAPwABAD7gIAGAPqAA4D9AAMAAYD7gASAAAIAAP+ABgAFgAAwAEAAAAEGBzY3BgcmIyIGFRQXLgEnBhUUFyYnFRQWFwYjIiceARcGIyInFjMyPgM1NCc2AREUBiMhIiY1ETQ2MyEyFgUAOEFEGUFFPVxXewWB4k8dWy81ZEkdFg0aFWtEdJEaGJSucMSMZTEBPwEqqXf8QHepqXcDwHepA54ZCShNJg1Ce1cdEwd0YTI4cj0BGQJLdQ4IBD9SAVoDXkd3m6lUEgktAQL8QHepqXcDwHepqQAAAAEAAP+ABgAFgAAkAAABMhYVERQGKwERMzcjNTQ2Mzc1JiMiBh0BIxUzESEiJjURNDYzBOB3qal3vMce5S9Eej9ziKPIyP3sd6mpdwWAqXf8QHepAlPolDg4Ac8JoJKr6P2tqXcDwHepAAAAAAcAAP+ABwAFgAAPABcAGwAjACcALgA+AAAANCYjIgYVFBYyNjU0NjMyNhQGIiY0NjIBITUhABAmIAYQFiABITUhAyE9ASEHISURFAYjISImNRE0NjMhMhYDoBIOQl4SHBI4KA7yltSWltT8lgYA+gAEgOH+wuHhAT784QGA/oCABgD8xED9fAaASzX6ADVLSzUGADVLArIcEl5CDhISDig4CNSWltSW/MKAAR8BPuHh/sLhBAKA/sB2ioCA+wA1S0s1BQA1S0sAAgAA/0gGkwWAABUARwAAADQmIgYVFBcmIyIGFBYyNjU0JxYzMgEUBiMiLgInBxcWFRQGIyInAQYjIiY1NBIkMzIWFRQHATcuAzU0NjMyFx4EA0BwoHATKSpQcHCgcBMpKlADw2IRCSciKwNg3BxOKigc/WGwvaPNvgEyoKPNgwFjYAMuIiBiEQ0KBlBUWTkDsKBwcFAqKRNwoHBwUCopE/4AEWIgIi4DYNwcKCpOHAKfg82joAEyvs2jvbD+nWADKyInCRFiCgZNUlpCAAAAAAYAAP8PB4AF8AAHABEAGwB/AL0A+wAAADQmIgYUFjIBNCYiBhUUFjI2ETQmIgYVFBYyNgEVFAYPAQYHFhcWFRQHDgEjIi8BBgcGBwYrASImLwEmJwcGIyInJjU0Nz4BNyYvAS4BPQE0Nj8BNjcmJyY1NDc+ATMyHwE2NzY3NjsBMhYfARYXNzYzMhcWFRQHDgEHFh8BHgEBFRQHBgcWFRQHBiMiJicGIicOASMiJyY1NDcmJyY9ATQ3NjcmNTQ3PgIzMhYXNjIXNj8BMhcWFRQHFhcWERUUBwYHFhUUBwYjIiYnBiInDgEjIicmNTQ3JicmPQE0NzY3JjU0Nz4CMzIWFzYyFzY/ATIXFhUUBxYXFgOAltSWltQDlkxoTEtqS0xoTEtqS/6ADgmbCxUiOAcHF3cTCwpzJSgLDAcXugsSARciKXYHDQsKkAcKPhAXDJgKDg4JmwsVIjgHBxZ4EwsKcyIrCwwHF7oLEgEXIil2CAwLCpAHDDwPFwuYCg4CgJUMEjMEegIITA4UFBQOTAgCegQzEgyVlQ0RMwQEPjgCCEwOFBQUMykGBHgEMxENlZUMEjMEegIITA4UFBQOTAgCegQzEgyVlQ0RMwQEPjgCCEwOFBQUMykGBHgEMxENlQIW1JaW1Jb/ADRMTDQ1S0sENTRMTDQ1S0v+kLkKEwEYIykwQwsJDAcedwdaEwxsLxgPCpkKFVkHCIUbCQoOThYsJhgBEQu5ChMBGCMpMEMLCQwIHnYHWhIObC4YDwqZChVZBwiFGwgLEEwWMCIXAhH94IwQDxsZcRkEA0deFQICFV5HAwQZcRkbDxCMEA8dF3EZBAMCJCBdFQICRykCRgMEGXEXHQ8D8IwQDxsZcRkEA0deFQICFV5HAwQZcRkbDxCMEA8dF3EZBAMCJCBdFQICRykCRgMEGXEXHQ8AAAAAAgAA/4AHAAUAACUATwAAABAGBCMiJwYHBgcjIiYnJjQ+BTc+BDcuATU0NiQgBAEUBgceBBceBhQHDgEnJicmJwYjICcWMzIkNz4BNTQnHgEFgLz+u79WWnyaJDIDCxMCAQEDAgUDBgEFJBAdFQp8jrwBRQF+AUUCPI58ChUdECQFAQYDBQIDAQEDFAwyJJp8Wlb+8ck6HqEBKHR9hheBlgOL/ursiRBYKAkHEA0DBwYGBAcDBwEGJhUlKBhI0neL7ImJ/Yl40UgYKCUVJgYBBwMHBAYGBwMOEAEHCShYEIQEWlRc8IZNS0fWAAADAAD/gAYABgAABwA8AG0AACQ0JiIGFBYyATQmIyE0NjU0JiMOAgcGBw4GKwERMzIeBBcWOwEyNTQnPgE0JzY1NCYnPgE3FAcWFRQHFhUUBxYGKwIiJicmIyEiJjURNDYzITY3Njc+Ajc2MzIeARUUBzMyFgEAJjQmJjQEpk4y/qBgQGAaGCUpFjcEJhksJCknECAgDSUdLxcwBdODecAFHiMSNRQPICuAMQkmAzwBrI0kXWC7e3QW/uA1S0s1ARIkZToxGBcmKyczVIZGMLBomKY0JiY0JgKAM006yztiXhp2hSsXRAUyIDUjJBL9gAYHDwgRAkmnGh4QSUogMkUZPREBXCRZSiEkTUMVFmVNi6EtKyhLNQKANUsYg0s1GXmEKiVBinVdY5gAAAADAAD/AAYABYAABwA+AHEAAAA0JiIGFBYyATQmJz4BNTQnNjU0Jic2NTQmKwEiBw4FKwERMzIeBRcWFx4CFzI2NTQmNSEyNjcUBisBFhUUBw4BIyInLgMnJicmJyEiJjURNDYzITI3PgE7ATIWBxUWFRQHFhUUBxYBACY0JiY0BKYrIA8UNRIjHgViV4CD0wUwFy8dJQ0gIBAnKSQsGSYENxYpJRgaYEBgAWAyToCYaLAwIyOGVDMnIigLGBMwO2Uk/u41S0s1ASAWdIC+aXCMrQE8AyYJMQQmNCYmNCb+ACNcARE9GUUyHyYlSRAeGlVSSQIRCA8HBv2AEiQjNSAyBUQXK4V2Gl5iO8s6TTJnmGNddkRFQSUhYlNWFTJNgxhLNQKANUsoLCyeiQVNZRYVQ00kIUkAAAABAAD/rQNABeAAEgAAAREFBiMiJjU0NxMBJjU0NyUTNgNA/j8WEhUVAlb+lBk4AfbhEwXg+sXsDB0VBg4B9AFiGxUlCUkBxykAAAAAAgAA/4AHAAWAABwAOQAAATQuAyIOAgcGIicuAyIOAxUUFwkBNjcUBwEGIicBLgQ1NDYzMh4CFz4DMzIWBoArQ2BcaHhlSBgSPhIYSGV4aFxgQyu7AkUCRLyA5f2REjQS/ZAKI0w8L/7gPoFvUCQkUG+BPuD+A6xRfEkuEDNNQxwWFhxDTTMQLkl8Uai7/dACL7yo3eX9qBISAloIJF9kjkPc+CtJQCQkQEkr+AAAAAACAAAAAAYgBQAAKABAAAAlFBYOAiMhIiY1ETQ2MyEyFhUUFg4CIyEiBhURFBYzIToCHgMAFAcBBiImNREhIiY1ETQ2MyERNDYyFwECgAIBBQ8N/sB3qal3AUANEwIBBQ8N/sBCXl5CASABFAYRBgoEA6AT/eATNCb+QBomJhoBwCY0EwIgYAQgFRoNqXcCwHepEw0EIBUaDV5C/UBCXgIEBwsCMjQT/eATJhoBICYaAYAaJgEgGiYT/eAAAAQAAP+ABgAFgAADAA8AJQA1AAA3MxEjNy4BIgYVFBY7ATI2ATMRNCYjIgczNSMWAzMRNDc+ATMyFQERFAYjISImNRE0NjMhMhbt5+f2AUZ0SUc5ATtIAknnkniISQLnAwPnBw88LHQB1Kl3/EB3qal3A8B3qXoCttY0REQ0M0VF/KcBjpqedWVC/YwBhCYSIzGdAnP8QHepqXcDwHepqQACAAD/AASABYAACwAuAAABETQmIgYVERQWMjYBFAYjIQMOASsBIicDISImNTQ2MxEiJjQ2MyEyFhQGIxEyFgHgEhwSEhwSAqAmGv5TMwIRDAEbBUz+bBomnWM0TEw0AoA0TEw0Y50CoAHADhISDv5ADhIS/q4aJv4dDBEbAeUmGnvFAgBMaExMaEz+AMUAAAACAAAAAAcABgAAJwA/AAABERQGIyEiJjURNDYzITIWHQEUBiMhIgYVERQWMyEyNjURNDY7ATIWAREUBiIvAQEGIi8BJjQ3AScmNDYzITIWBYCpd/zAd6mpdwLADhISDv1AQl5eQgNAQl4SDkAOEgGAJjQTsP10ChoKcgoKAoywEyYaAgAaJgJg/sB3qal3A0B3qRIOQA4SXkL8wEJeXkIBQA4SEgNS/gAaJhOw/XQKCnIKGgoCjLATNCYmAAIAAAAABgAFAAAXAEAAAAAUBwEGIiY1ESEiJjURNDYzIRE0NjIXCQERFAYjISImNTQmPgIzITI2NRE0JiMhKgIuAzU0Jj4CMyEyFgSgE/3gEzQm/kAaJiYaAcAmNBMCIAFzqXf+wA0TAgEFDw0BQEJeXkL+4AEUBhEGCgQCAQUPDQFAd6kCmjQT/eATJhoBICYaAYAaJgEgGiYT/eABM/1Ad6kTDQQgFRoNXkICwEJeAgQHCwgEIBUaDakAAwAA/4AGgAWAAAYADQBJAAABJjUhFRQWJTUhFAc+ATcVFA4CBwYHDgEVFBYzMhYdARQGIyEiJj0BNDYzMjY1NCYnJicuAz0BNDYzITU0NjMhMhYdASEyFgHKSv8AvQTD/wBKjb2AU43NcSo1Jh09Q0t1Eg78wA4SdUtDPR0mNSpxzY1TOCgBIF5CAkBCXgEgKDgCjaLRYE6o9mDRoh2ozoBHkHRPBTYpIk0zNkpbRUAOEhIOQEVbSjYzTSIpNgVPdJBHgCg4YEJeXkJgOAAAAAkAAP+ABgAFgAAHAA8AFwAfACcALAAyAIEAkQAAATYnJgcGFxYnJgcGFxY3Nic2JyYHBhcWFzYmJyYGFxYXNicmBwYXHgE0IyIUNyYGFxY2ATQAIAAVFBIXFjY1NCcOAi4BJyYnLgM2MzIeARceATI2NzY3LgM1NDcmNzYWHwE2Mhc+AhcWBxYVFA4DBxYVFAYVFBY3NhIBERQGIyEiJjURNDYzITIWAgcEBwkFBAcJFwUHBgYHBQYvAgcHAQMHCBYCAQMGCAUGWwILCQQCCwkuDAo9AhYCAhQCgv7U/lj+1MSaEhEBBhM0LCsIFyICBQsDCw4GEioMECssIA4HGjFKSCc1GB0TRxkaOow6CyNMEx0YNRwrQD0mIwEREprEAQCpd/xAd6mpdwPAd6kBUAYHBwUGBwcuBwMECAgDBDEEBAIEBQMCEwEHAgcIBwZHBwQDBwcEAwQQEA8HBAcIBAFF1AEs/tTUp/71NAMQDDQrAQMBCR8aOw8BBQsIBwQbFhwcBwYvFgYZNWNGTzo+SgYbEBAREQcWHgZKPjpPOVc1JBAEH0AoYgIMEAM0AQsCh/xAd6mpdwPAd6mpAAQAAP+ABoAFwAAHAA8AJwA/AAAkNCYiBhQWMiQ0JiIGFBYyExEUBiMhIiY1ETQ2MyEeATMhMjY3ITIWAQYjIREUBiMhIiY1ESEiJyY3ATYyFwEWBQAmNCYmNAEmJjQmJjSmOCj6QCg4OCgBqxVjPQEAPWMVAasoOP67ESr/ACYa/wAaJv8AKhERHwHAEjYSAcAfJjQmJjQmJjQmJjQmASD+wCg4OCgBQCg4OEhIODgCYCj+QBomJhoBwCgnHgHAExP+QB4AAAAAAgAA/4AF/wWAADEAYwAAATQmJy4CNTQ2NTQnJiMiBiMiJiMiDgEHBgcOAhUUFhUUBhQWMzI2MzIWMzI3PgESNxQCBgcGIyImIyIGIyImNTQ2NTQmNTQ+Ajc2NzYzMhYzMjYzMhYVFAYVFB4CFx4BBX8OCwwKCAoKBAkTThQ86DsrZ0M4iUFgfzEZFhgWGGEZOeE5tWeB1XeAjPybfMo54jgYYRlJZRYZJEmAVk6awno85zoTTBRRSgoEAwwCEBICxiyLGx4cLRoXWxYlEgEJMBcYFjYxSenvgSigKRdXLB0WHyQt1wEUi6X+u/s3LB0db0kYWBcooSlv1c62QTs9TjAKZVQXWhcNGAkgBCidAAABAAAAAAWABYAATwAAARQGBwYHBiMiLgMnJicmACcmJy4ENTQ3Njc+ATMyFxYXHgIXHgIVFA4CFRQeAhceARceAzMyPgIzMh4BFx4CFxYXFgWAFAsVZV5cGzQ/H1AJYk1//u5PMCMDHgsSBzM4MhlXGw4HEiMLJiAPAx0OOUM5CgcVAUzEiQIiDhsJEjgyPBQOHSoEGTlGE0YGAwEoG1cZMjgzBxILHgMjME8BEn9NYglQHz80G1xeZRULFAMGRhNGORkEKh0OFDwyOBIJGw4iAonETAEVBwo5QzkOHQMPICYLIxIHAAAAAgAAAAAFgAWAAA8AHwAAASEiBhURFBYzITI2NRE0JhcRFAYjISImNRE0NjMhMhYEYPzAQl5eQgNAQl5e3ql3/MB3qal3A0B3qQUAXkL8wEJeXkIDQEJeoPzAd6mpdwNAd6mpAAIAAP+XBQAFgAAGACMAAAEhEQE3FwETMhceARURFAYHBiMiJwkBBiMiJy4BNRE0Njc2MwSA/AABp1lZAacMFxUhJychExkwI/5H/kckLxcVIScnIRUXBQD7JgGWVVX+agVaCQ04Ivr3IjgNCCABqP5YIQkNOCIFCSI4DQkAAAAAAgAA/4AGAAWAAEcAVwAAATQuBCcuAiMiDgIjIi4CJy4BJy4DNTQ+AjU0LgEnLgUjIgcOARUUHgQXFgAXHgUzMjY3NgERFAYjISImNRE0NjMhMhYFAAQgMS4tBgUcFgoPKyQpDQcTDBYDY444Ag0GBykxKQoUAwMYGhsXCgswNS5EBQUNBxICPAE5pAYwEikZJBA5kxUWAQCpd/xAd6mpdwPAd6kBVwsKFxsaGAMDFAopMSkHBg0CN49jAxYMEwcNKSQrDwoWHAUGLS4xIAQWFZM5ECQZKRIwBqT+xzwCEgcNBQVELjUDOfxAd6mpdwPAd6mpAAEALAAABlQFAAAxAAABBgcWFRQCDgEEIyAnFjMyNy4BJxYzMjcuAT0BFhcuATU0NxYEFyY1NDYzMhc2NwYHNgZUQ18BTJvW/tKs/vHhIyvhsGmmHyEcKypwk0ROQk4seQFbxgi9hoxgbWAlaV0EaGJFDhyC/v3ut22RBIoCfWEFCxexdQQmAyyOU1hLlbMKJiSGvWYVOXM/CgAAAAEAX/+AA78GAAAUAAABESMiBh0BIQMjESERIxEhNTQ2MzIDv51WPAElJ/7+zv8A/9CtkwX0/vhISL3+2P0JAvcBKNq6zQAAAAgAAP+nBgAFgABUAFwAZABrAHMAegCCAIgAAAAgBBIVFAAHBiY1NDY1NCc+BDU0JzYnJgYPASYiBy4CBwYXBhUUHgMXBgcOASImJy4BLwEiBh4BHwEeAR8BHgM/ARQWFRQGJyYANTQSEzYnJgcGFxYXNicmBwYXFhc2JyYHBhYXNicmBwYXFhc2JyYGFxY3NAciFRQ3MjcmBwYWNgIvAaIBYc7+2+gbGgE0OVthQSlPJS0caicmXcZdEDVyHC0lTylAYVs5JwoVMEJBFxM7FBQVEAYMBwcWKwoKDT5IQxYXARob6P7bzlUDCgoDAwoJIwcJCgYHCQokCQkICQkSMggMDAgJDQxBAxAPCBEPQxEQERA6AhAQBCAFgM7+n9H7/m9NBRgSA5M9YS0GGDZPg1V3V1txCSgYGBoaCyAtCXFbV3dVglA2GAYkQwoKKykgKAQDCQ4OBQUKOBcXJi8NAQQEJmUEEhgFTQGR+9EBYfx/BwUDBQcFBhoFCwkGBQsKJgcMDQcFGiQICwwJCAsMEAsFBBYEBgcNAgsNAhULAgMYCAAAAAEAAAAABoAFgAAlAAABERQGKwEiJjURNCYiBh0BMzIWFREUBiMhIiY1ETQ2MyE1NAAgAAaAJhpAGiaW1JZgKDg4KPxAKDg4KAKgAQcBcgEHA8D/ABomJhoBAGqWlmrAOCj9wCg4OCgCQCg4wLkBB/75AAAABQAA/4AHgAWAAA8AGQAjACcAKwAAATIWFREUBiMhIiY1ETQ2MxUiBh0BITU0JiMRMjY1ESERFBYzNzUhFTM1IRUG4EJeXkL5wEJeXkINEwaAEw0NE/mAEw1gAQCAAYAFgF5C+0BCXl5CBMBCXoATDeDgDRP7ABMNAmD9oA0TgICAgIAAAwAAAAAFgAWAAAcAIQA9AAAAFAYiJjQ2MgEWBwYrASImJyYAJy4BPQE0NzY7ARYEFxYSBRYHBisBIiYnJgIAJCcuAT0BNDc2OwEMARcWEgGAcKBwcKACcAITEh2HGSQCFv675RkhFREaBaABJHFyhwINAhQSHI8aJQEMsv7j/n3XGSMUEhoDAQYB37q71gEQoHBwoHD+xRwUFSEZ5QFFFgIkGYcdEhENh3Jx/tyiGxQUIxnXAYMBHbINASUZjxwSEg3Wu7r+IQAFAAAAAAYABQAABwAPAB8AKQA/AAAAFAYiJjQ2MgQUBiImNDYyFxE0JiMhIgYVERQWMyEyNgEhAy4BIyEiBgcBERQGIyEiJjURNDcTPgEzITIWFxMWBBAvQi8vQgEvL0IvL0KfEw37QA0TEw0EwA0T+zIEnJ0EGA788g4YBASxXkL7QEJeEMURXDcDDjdcEcUQAWFCLy9CLy9CLy9CL/ABQA0TEw3+wA0TEwHtAeINEREN/X7+wEJeXkIBQBkyAl41QkI1/aIyAAIAAP+DBwAFgAAuADQAAAEyFhQGIxEUBiMAJQ4BFhcOAR4CFw4BJicuBDY3IyImPQE0NjMhIAEyFhUDEQAFEQQGgDVLSzVMNP5f/nU6QgQmFAYSMS8mHaWsLgctExsDChF6Ql5eQgHgAbMBzTRMgP52/ooBeQOAS2pL/oA0TAFbIRNeaychQTM7KR46MhsqF4E8dlRxNl5CwEJeAYBMNPwkA7r+0in+8ioAAAADAED/AAbABgAACwAZAEEAAAQ0IyImNTQiFRQWMwEhABE0LgIiDgIVEAEUBiMhFAYiJjUhIiY1PgQ1NBI3JjU0NjIWFRQHFhIVFB4DA5AQO1UgZ0n9dgUU/vYwWpm6mVowBMBMNP5AltSW/kA0TDJSWD0n6r4IOFA4CL7qJz1YUrAgVTsQEElnATABLAIUM2xiPz9ibDP97P7UNExqlpZqTDQqXJOq8ouYAQUcExQoODgoFBMc/vuYi/Kqk1wAAAABAAL/gAX+BX0ASQAAARcWBwYPARcWBwYvAQcGBwYjIi8BBwYnJi8BBwYnJj8BJyYnJj8BJyY3Nj8BJyY3Nh8BNzY3Nh8BNzYXFh8BNzYXFg8BFxYXFgcFYIoeCgwovDUMHx0pujAKKQwHHxSHhxwqKQowuikdHww1vCgMCh6Kih4KDCi8NQwfHSm6MAopKR2Hhx0pKQowuikdHww1vCgMCh4CgIccKikKMLopHR8MNbwoDAIWiooeCgspvDUMHx0pujAKKSoch4ccKikKMLopHR8MNbwpCgwfi4seCwopvDUMHx0pujAKKSocAAMAAP+ABwAFgAAHADUAaAAAJDQmIgYUFjIBNCYjITQ+AjU0JiMiBwYHBgcGBwYrAREzMh4BMzI1NCc+ATQnNjU0JichMjY3FAYrAQYHFhUUBxYGIyInJiMhIiY1ETQ2MyEyPgU3Njc+BDMyFhUUByEyFgEAJjQmJjQFpk4y/cAeJB5ZRxhCGA0oSEceRUcgIEi+xVG9BR4jEjUUDwFLNEyAl2mpBCEDPAGsjYW9pDv+4DVLSzUBIAoXGBUbDhgCQSMNKCIvPyZ9oxYBdmiYpjQmJjQmAoAzTRQ5NVMrQz2LLBVAUVEZOf2AQECnGh4QSUogMkUZPRFMNWmYPjkVFmVNi6FFO0s1AoA1SwkTERwPHANKNxVSPkAjhnpEPJgAAAMAAP+ABwAFgAA1AD0AcQAAJTMRIyIuAicmJyYnJicuBCMiBhUUHgIVISIGFRQWMyEOARUUFwYUFhcGFRQWMzI+ASQ0JiIGFBYyExEUBiMhIgcGIyImPwEmNTQ3JicjIiY1NDYzISY1NDYzMh4DFxYXHgYzITIWBWAgICNBPCgdCARIKA4YARMSFhUIR1keJB79wDJOTDQBSw8UNRIjHgRhV1TGvgFoJjQmJjSmSzX+4Dukvn+OsAEBPQMhBKlpl5hoAXYWo30mPy8iKA0jQQIYDhsVGBcKASA1S4ACgBgyKiEJBVFAFi4DJyEmFz1DK1M1ORRNMzRMET0ZRTIgSkkQGCBVUkBAJjQmJjQmAoD9gDVLO0WbjAVMZhYVOT6YaWeYPER6hiNAPlIVN0oDHA8cERMJSwAAAAMAAP8ABgAGAAAHADUAaAAABDQmIgYUFjITNCMiBy4BIgcmIyIGBxE0JiMiBhURIi4CIyIGFRQXFhcWFxYXFh0BITU0PgE3FAcGFREUBiMhIiY1ETQuBScmJy4ENTQ2MzIXETQ2MzIWHQEWFzYzMhc2FgUAJjQmJjSmpxoeEElKIDJFGT0RTDQzTRQ5NVMrQz2LLBVAUVEZOQKAQECARTtLNf2ANUsJExEcDxwDSjcVUj5AI4Z6RDyYZ2mYPjkVFmVNi6FaNCYmNCYDPL0FHiMSNRQPAUs0TE4y/cAeJB5ZRxhCGA0oSEceRUcgIEi+xVaFvaQ7/uA1S0s1ASAKFxgVGw4YAkEjDSgiLz8mfaMWAXZomJdpqQQhAzwBrAAAAAMAAP8ABgAGAAA0ADwAcAAAATQuAT0BIRUUDgIHBgcGBwYHDgQVFBYzMj4CMxEUFjMyNjURFjMyNxYyNjcWMzI2AjQmIgYUFjIBFAYvAQYjIicGBxUUBiMiJjURBiMiJjU0PgM3Njc+BjURNDYzITIWFREUFxYFgEBA/YAYMiohCQVRQBYuAychJhc9QytTNTkUTTM0TC45RTIgSkkQGCBVUoAmNCYmNAEmm4wFTGYWFTZBmGlnmDZKeYcjQD5SFTdKAxwPHBETCUs1AoA1SztFAkBUxr5IICAjQTwoHQgESCgOGAETEhYVCEdZHiQe/cAyTkw0AUsjNRIjHgRhAz00JiY0Jv1EjrABAT0DHgepaZeYaAF2FqN9Jj8vIigNI0ECGA4bFRgXCgEgNUtLNf7gO6S+AAAAAAIAAP+ABgAFgAAfACsAAAE1NCYjITc2NC8BJiIHAQcGFB8BARYyPwE2NC8BITI2ABACBCAkAhASJCAEBQAmGv4KvRMTWxI2Ev6WWxISWwFqEjYSWxISvQH2GiYBAM7+n/5e/p/OzgFhAaIBYQJAgBomvRM0E1sSEv6WWxI2Elv+lhISWxI2Er0mASv+Xv6fzs4BYQGiAWHOzgAAAAIAAP+ABgAFgAAfACsAAAA0LwEBJiIPAQYUHwEhIgYdARQWMyEHBhQfARYyNwE3JBACBCAkAhASJCAEBQUSW/6WEjYSWxISvf4KGiYmGgH2vRMTWxI2EgFqWwENzv6f/l7+n87OAWEBogFhAmU2ElsBahISWxI2Er0mGoAaJr0TNBNbEhIBalv+/l7+n87OAWEBogFhzs4AAgAA/4AGAAWAAB8AKwAAADQnAScmIg8BAQYUHwEWMj8BERQWOwEyNjURFxYyPwEkEAIEICQCEBIkIAQFBBL+llsSNhJb/pYSElsSNhK9JhqAGia9EzQTWwEOzv6f/l7+n87OAWEBogFhAmY2EgFqWxISW/6WEjYSWxISvf4KGiYmGgH2vRMTW/3+Xv6fzs4BYQGiAWHOzgACAAD/gAYABYAAHwArAAAANC8BJiIPARE0JisBIgYVEScmIg8BBhQXARcWMj8BAQAQAgQgJAIQEiQgBAUEElsSNhK9JhqAGia9EzQTWxISAWpbEjYSWwFqAQ7O/p/+Xv6fzs4BYQGiAWECZDYSWxISvQH2GiYmGv4KvRMTWxI2Ev6WWxISWwFqAP/+Xv6fzs4BYQGiAWHOzgAAAAADAAD/gAYABYAACwHYAhgAAAAgBBIQAgQgJAIQEgEOAQcyPgE3Njc2NzYXJjY3PgE/AQYmJxQHNCYGJy4CJy4BJy4DIg4BIyYOAgcOAQc2JyYHNiYnMy4CJy4BBwYeARUWBhUUFgcOAQcGFhcWDgIPAQYmJyYnJgcmJyYHNicmBz4BNTY3PgIjFjc+ATc2HgEzFjYnFicmJyYHBhcmDgEnLgEnIgc2Jic2Jy4BBw4BHgIXFgcOAgcGFgcuAScWLwEiBiYnJjc2Fy4BJwYHFjc+ATc2FzcWFyYHBgcWBy4CJyIHBgcWFx4CNxYHNhcWFxYHLgEHBhY3IgYUBxcGFjcGFxYXHgIXHgEXBhYHIgYjHgEXHgI3NicmJy4BJzIeAgcGHgIXHgEjMhYXHgEXHgMXHgEXFjI2NzYWFxY3Bh4CFx4BFzY3BhY3NjUGJzQuAjYzMjYmJy4BJwYmJxQGFSInPgE3PgMmBwYHDgIHBiYnLgE1ND4BJz4BNz4BFjY3JicmIxY2FxY3NCY3FjceARceAjY3FhcWFxY+ASYvATQ1Jy4BNjc+Ajc2JzI3Ii4BIzYnPgE3Fjc2Jz4BNxY2NDc+AT8BNiMWNzYnNiYnNhY3NicmAzY3LgEnJic2LgInLgMGIwcOAxcmJy4CBgcOAQcmNicmDgQHDgEHLgE1HgEXFgcGBwYXFAYXFAIvAaIBYc7O/p/+Xv6fzs4DRAIPBgIFBQEGEA4mIhECFwMDGAMCDAsBBgkOAgoKBgECDwIBAwMFBggHAQMGAwYCAwsDDxAKBgkDBwUBDxQDCDQHBQEHAQ0cBAMaAwUHBwIBBgUEAwsTBAcJFwYFJBkhBgYHDAMCAwkBDAcDIw8FDQQJChMFDgMJDAkEBAwPCAoBERAIAQkFCAgDHAoTGwcbBgUBCwoNAg4GAg0KAQMGBQUIAwcgCgQYEQUEBAEDBA4DLjAGBgUQAiIIBQ4GBxcUAgcCBA8OCBAGklkHBQQCAwoJBgErEwIDDQEQAQMHBwcFAQIDEQ0NIQYCAxIMBAQMCAIXAQEDAQMZAwECBAYCGg8CAwUCAggJBgEDCg4UAgYQCAkWBgUGAgINDBQDBRsICgwRBQ8cByQTAgULBwIFGgUGAQMUCA4fEgUDAgIECQIGAQEUAgUWBQMNAgEDAgEJBgILDBMHAQQGBgciBw0TBQEGAwwEAgUEBAEBAwMBBysGDwcFAgUYAxkFAwgDBwUKAgsIBwgBAQEBAQ8HCgoBDhEEFQYHBAEIBwEJBwUFBQkMCAcFHwMHAgMEFgIRAwMSDQoQAwwJAxECDxYRvc6RAxMDEgYBBwkQAwIKBAsGBwMDBQYCARUPBQwJCwYFAgEHDgUDDwkOBA0CAwYCAhMCBAMHExsCBBAQAQWAzv6f/l7+n87OAWEBogFh/sUBEQEKDAEHCAYGCBMCFgECBQUWARANAgYHAgQBAwkYAwUMBAIHBgUKCgIBAQUBAgIBBQYEAQQQBgQJCAIFCQQGCRMDBg4FBxENCBAECBUGAgQFAwICBRYPGQUICQ0NCQUBDg8DBhcCDQoBDwwEDwUYBQYBCgEYCAESBwIECQQEARcMCwEZAQ8IDgEMDwQCBQcJBwQEAQoEAQUEAgQUBAUZBAkDAQQCBwgMBAIDDQIPGgECAgkBDgcFEAkEAwYGDAYDDggBAVCOBwEBEAYGCAsBHBEECwcCDgMFGwEgJwQBDC0DAygIAQILCQYFIwYGHAkCBw4GAw4IAhQqGQQFFQQDBAQBBxUQFgIGGxUJCCQGBw0GCgICEQMEBQECIgQTCAENEgsDBhIGBAUIGAIDHQ8hAQkICQYHEgQIGAMJAggBCQIBAx0IBBANDAcBARMDDwgDAwIECCoQCiEREAIPAwEBAQQEAQIDAwkGCw0BEQUbEgMEAwIHAgMFDgooBAMCEQsHCAkJCAMSEwkBBQgEExAJBgQFCwMQAgwKCAgHBwYCCBAEBQgBCwQCDQsJBgcCAQECCgYF/IIkmQMDAgcBBwwGCgICCAMGAgEBAwMDAREFAQkFAgYFFAMFGQYGAwYLAgkDBBADBAUDCjINHxEZDxYEBxsIBgAAAwAV/xUGfgWAAAcAFQAvAAAkNCYiBhQWMgkBBiMiLwEmNTQ3AR4BARQHDgEjIgAQADMyFhcWFAcFFRc+AjMyFgGAJjQmJjQCqv1WJTU0J2omJgKpJ5cC3Bcv6425/vkBB7k6fywQEP7bwQWUewkPESY0JiY0JgHk/VYlJWwkNjUmAqlilwGMJ0OGpwEHAXIBByEeCyILqeBrA1tHFAAAAAYAAAAABwAFgAADAAcACwAbACsAOwAAJSE1IQEhNSEBITUhAREUBiMhIiY1ETQ2MyEyFhkBFAYjISImNRE0NjMhMhYZARQGIyEiJjURNDYzITIWBAACgP2A/oAEAPwAAoABgP6AAgAmGvmAGiYmGgaAGiYmGvmAGiYmGgaAGiYmGvmAGiYmGgaAGiaAgAGAgAGAgPxA/wAaJiYaAQAaJiYB5v8AGiYmGgEAGiYmAeb/ABomJhoBABomJgAAAQAF/4AFewUAABUAAAEWBwERFAcGIyInASY1EQEmNzYzITIFexEf/hMnDQwbEv8AE/4THxERKgUAKgTZKR3+E/0aKhEFEwEAExoB5gHtHSknAAAABAAAAAAHAAYAAAMAFwAbAC8AAAEhNSEBERQGIyEiJjURIRUUFjMhMjY9ASMVITUBESERNDYzITU0NjMhMhYdASEyFgKAAgD+AASAXkL6QEJeAqAmGgFAGiZg/wAEAPkAXkIBYDgoAkAoOAFgQl4FAID9AP4gQl5eQgHgoBomJhqggIAB4P6AAYBCXqAoODgooF4AAAEAAP+ABgAFgABHAAAJAjc2FxYVERQGIyEiJyY/AQkBFxYHBiMhIiY1ETQ3Nh8BCQEHBiMiJyY1ETQ2MyEyFxYPAQkBJyY3NjMhMhYVERQHBiMiJwUD/p0BY5AdKScmGv5AKhERH5D+nf6dkB8RESr+QBomKCcekAFj/p2QExoMDCgmGgHAKhERH5ABYwFjkB8RESoBwBomJw0MGhMD4/6d/p2QHxERKv5AGiYoJx6QAWP+nZAeJygmGgHAKhERH5ABYwFjkBMFESoBwBomKCcekP6dAWOQHicoJhr+QCoRBRMAAAYAAP8AB4AGAAARADEAOQBBAFMAWwAAAQYHIyImNRAzMh4BMzI3BhUUARQGIyEiJjU0PgUzMh4CMj4CMzIeBQAUBiImNDYyABAGICYQNiABFAYrASYnNjU0JxYzMj4BMzICFAYiJjQ2MgJRomeGUnB8Bkt4O0NCBQSAknn8lnmSBxUgNkZlPQpCUIaIhlBCCj1lRjYgFQf8AJbUlpbUA1bh/sLh4QE+AyFwUoZnolEFQkM7eEsGfICW1JaW1AKABXtRTgFhKisXJR2L/Q54i4t4NWV1ZF9DKCs1Kys1KyhDX2R1ZQUy1JaW1Jb+H/7C4eEBPuH9n05RewV1ix0lFysqAWrUlpbUlgAAAAADABD/kAZwBfAAIQBDAGkAAAE0LwEmIyIHHgQVFAYjIi4DJwYVFB8BFjMyPwE2ATQvASYjIg8BBhUUHwEWMzI3LgQ1NDYzMh4DFzYAFA8BBiMiLwEmNTQ3JwYjIi8BJjQ/ATYzMh8BFhUUBxc2MzIfAQWwHNAcKCoeAyALEwc4KA8ZGgwfAyEczhspKByTHP1BHM4cKCcdkxwc0BspKh4DIAsTBzgoDxkaDB8DIQN/VZNTeHlTzlNYWFZ6eFTQVFWTU3h5U85TWFhWenhU0AFAKBzQHCADHwwaGQ8oOAcTCyADHyooHM8bGpIcAugoHM8cG5IcJygc0BsfAx8MGhkPKDgHEwsgAx/94fBTklNVz1N4e1ZYWFTQVPBTklNVz1N4e1ZYWFTQAAEAAAAAB4AFgAAbAAABFAYjISIANTQ2NyY1NAAzMgQXNjMyFhUUBx4BB4Dhn/vAuf75jnQCASzUngEBO0ZgapYpgagBgJ/hAQe5hNs2HA/UASywjj6Waks/HtEAAgBz/4AGDQWAABcAIQAAJRYGIyEiJjcBESMiJjQ2MyEyFhQGKwERBQEhASc1ESMRFQX3OEVq+4BqRTgB90AaJiYaAgAaJiYaQP7s/vACyP7wFIBYWX9/WQMZAY8mNCYmNCb+cUT+UwGtHyUBj/5xJQAAAAAHAAH/gAcABQAABwBOAFwAagB4AIYAjAAAADIWFAYiJjQFARYHBg8BBiMiJwEHBgcWBw4BBwYjIicmNz4BNzYzMhc2PwEnJicGIyInLgEnJjY3NjMyFx4BFxYHFh8BATYzMh8BFhcWBwU2JicmIyIHBhYXFjMyAz4BJyYjIgcOARcWMzIBFzU0PwEnBw4BBw4BBx8BAScBFQcXFhceAR8BATcBBwYHA6Y0JiY0JgFsAfscAwUegA0QEQ79Tm4IBA4EB2JThJGIVloLB2JShJJTRAkNenoNCURTkoRSYgcFKStViZGEU2IHBA4ECG4Csg4REA2AHgUDHPtcLjJRXGRKJy4yUVxkSi5RMi4nSmRcUTIuJ0pkAQ5gIQ5PGgMOBQIEAddgAuCA/QCgCQIFBA4EGgNggP34sQILAoAmNCYmNBr+chQkIxBABwgBg0IEATEwTY01VE5Ue0yONVQfDQlJSQkNH1Q1jkw7bCdPVDSOTTAxAQRCAYMIB0AQIyQUiiqEMzskKoQzO/07M4QqJDszhCokAqA6CyQUCC8aAxAEAgMB6SACQED+UXFgCAIEBBAEGv7AQAGYigMEAAAFAAD/AAcABgAAHwAiACUAMwA8AAABMhYVERQGIyEiJjURISImNRE0NjcBPgEzITIWFRE2MwcBIQkBIRMBESERFAYjIREhETQ2AREhERQGIyERBqAoODgo/EAoOP3gKDgoHAGYHGAoAaAoOEQ8gP7VASv9gP7VASvEATz+gDgo/mACACgD2P6AOCj+YASAOCj7QCg4OCgBIDgoAqAoYBwBmBwoOCj+uCjV/tUCq/7V/qQBPAGg/mAoOP2AAQAoYPz4BID+YCg4/YAAAAABAAT/hAV8BXwAPwAAJRQGIyInASY1NDYzMhcBFhUUBiMiJwEmIyIGFRQXARYzMjY1NCcBJiMiBhUUFwEWFRQGIyInASY1NDYzMhcBFgV8nnWHZPz3cdyfnnMCXQo9EA0K/aJPZmqSTAMIP1JAVD/9uxoiHSYZAZoKPhAMCv5mP3JSWD0CRWSXdZ5kAwhznJ/ecf2iCgwQPQoCX02WamlM/Pc/VEBSPwJFGCYdIBv+ZgoMED4KAZo9WFJyP/27YgAEAAD/gAYABYAAAwAhADEARQAAKQERIQEzETQmJwEuASMRFAYjISImNREjETMRNDYzITIWFQERNCYrASIGFREUFjsBMjYFERQGIyEiJjURNDYzITIWFwEeAQGAAwD9AAOAgBQK/ucKMA84KP3AKDiAgDgoA0AoOP6AEw3ADRMTDcANEwKAOCj6wCg4OCgDoChgHAEYHCgBgP6AA4AOMQoBGQoU/mAoODgoAaD7AAGgKDg4KAIAAUANExMN/sANExMT/GAoODgoBUAoOCgc/ugcYAAAAAEAAP+ABgAFgAAPAAABERQGIyEiJjURNDYzITIWBgCpd/xAd6mpdwPAd6kEYPxAd6mpdwPAd6mpAAAAAAMAAAAABgAFAAAPAB8ALwAAJRUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWBgAmGvqAGiYmGgWAGiYmGvqAGiYmGgWAGiYmGvqAGiYmGgWAGibAgBomJhqAGiYmAeaAGiYmGoAaJiYB5oAaJiYagBomJgAGAAD/wAcABUAABwAPAB8AJwA3AEcAACQUBiImNDYyEhQGIiY0NjIBFRQGIyEiJj0BNDYzITIWABQGIiY0NjIBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgGAcKBwcKBwcKBwcKAF8BMN+0ANExMNBMANE/qAcKBwcKAF8BMN+0ANExMNBMANExMN+0ANExMNBMANE9CgcHCgcAGQoHBwoHD9oMANExMNwA0TEwPjoHBwoHD9oMANExMNwA0TEwHzwA0TEw3ADRMTAAAAAAYAD/8ABwAF9wAeADwATABcAGwAfAAABRQGIyInNxYzMjY1NAcnPgI3NSIGIxUjNSEVBx4BExUhJjU0PgM1NCYjIgcnPgEzMhYVFA4CBzM1ARUUBiMhIiY9ATQ2MyEyFgEVITUzNDY9ASMGByc3MxEBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgF9bVFqQjkxOR0raRoIMSQTEEEQagFNXzM8Av6WBi9CQi8dGS4jVRhfOklkRFJFAX8F6hMN+0ANExIOBMANE/qA/rFrAQIIKkeIagXsEw37QA0TEg4EwA0TEw37QA0TEw0EwA0TVFBcQlgtHRxACDgKQykSAQI1mFhzDEoCQJ8kEjNUNCssFxkbOjszOVNHMlMuNxk8/sHADRMTDcAOEhMDdmNjKaEpDBElTH/+bP59wA0TEw3ADhITAfPADRMTDcANExMAAAAAAwAA/4AHAAWAAA8ANQBlAAABMhYdARQGIyEiJj0BNDYzJSYnJjU0NzYhMhcWFxYXFhUUDwEvASYnJiMiBwYVFBcWFxYXFhcDIRYVFAcGBwYHBgcGIyIvASYnJj0BNCcmPwE1Nx4CFxYXFhcWMzI3Njc2NTQnJgbgDhISDvlADhISDgHDHBcwhoUBBDJ1Qm8KCw4FDFQOMjVYenJEQ0JC1UVoOiXsAZsHKRcwJUhQSVB7clGMOQ8IAgEBAmYPHg8FIy0rPjtJQEtNLS9RIgKAEg5ADhISDkAOEkAjLWJatYB/EwwkJlB7PBIbAwYClThbOzpYSUNDPhQuHBj/ACc1b2U4MCMuMBIVFygQDAgODWwwHiYlLAIiSiYIOSUkFRYbGjw9RFRJHQACAAD/gAYABYAAYwBzAAATJi8BNjMyFxYzMjc2NzI3BxcVBiMiBwYVFBYVFxMWFxYXFjMyNzY3Njc2NzY1NC4BLwEmJyYPASc3MxcWNxcWFRQHBgcGBwYVFBYVFhMWBwYHBgcGBwYjIicmJyYnJjURNCcmATU0JiMhIgYdARQWMyEyNjAlCAMNGzw0hCJWUnQeOB4BAjxAPBMNAQEOBi0jPVhZaFc4KzARJBEVBw8GBAUTIitkDgJUzUx4EgYELSdJBg8DCA4GFQ8aJkpLa22Sp3V3PD0WEBEZBVYSDvpADhISDgXADhIFIQICWAEEBwMEAQIOQAkJGQ52DScG5f7ofE47IS8cEiEkHDg6SZxPYpNWO0MVIwECA1YKAw0CJg0HGAwBCwYPGgcoCxP+h8NtTC5BOjkgIS4vS0x3UJ0BTbwZJPqCQA4SEg5ADhISAAAKAAAAAAaABYAADwAfAC8APwBPAF8AbwB/AI8AnwAAJTU0JiMhIgYdARQWMyEyNhE1NCYjISIGHQEUFjMhMjYBNTQmIyEiBh0BFBYzITI2ATU0JiMhIgYdARQWMyEyNgE1NCYjISIGHQEUFjMhMjYBNTQmIyEiBh0BFBYzITI2ATU0JiMhIgYdARQWMyEyNgE1NCYjISIGHQEUFjMhMjYRNTQmIyEiBh0BFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgIAEg7+wA4SEg4BQA4SEg7+wA4SEg4BQA4SAgASDv7ADhISDgFADhL+ABIO/sAOEhIOAUAOEgIAEg7+wA4SEg4BQA4SAgASDv7ADhISDgFADhL+ABIO/sAOEhIOAUAOEgIAEg7+wA4SEg4BQA4SEg7+wA4SEg4BQA4SgF5C+sBCXl5CBUBCXqDADhISDsAOEhIBjsAOEhIOwA4SEv6OwA4SEg7ADhISAw7ADhISDsAOEhL+jsAOEhIOwA4SEv6OwA4SEg7ADhISAw7ADhISDsAOEhL+jsAOEhIOwA4SEgGOwA4SEg7ADhISAU77wEJeXkIEQEJeXgAAAAYAG/+bBoAGAAADABMAGwAjACsAMwAACQEnASQUBwEGIi8BJjQ3ATYyHwElFw8BLwE/AQEXDwEvAT8BARcPAS8BPwEBFw8BLwE/AQSmASVr/tsCKhL6+hI2EsYSEgUGEjYSxvrLYmIeHmJiHgF8xMQ8PMTEPAPeYmIeHmJiHv2eYmIeHmJiHgO7ASVr/tvVNhL6+hISxhI2EgUGEhLGkR4eYmIeHmL+/Dw8xMQ8PMT9Xh4eYmIeHmICHh4eYmIeHmIAAAAEAED/gAcABQAABwAQABgATQAAJDQmIgYUFjIBIREjIg8BBhUANCYiBhQWMgERFA4EJiMUBiImNSEUBiImNSMiBi4ENTQ2MxE0Jj4DPwE+ATsBNTQ2MyEyFgKATGhMTGj+zAGAng0JwwkFAExoTExoAUwIEw4hDCcDltSW/oCW1JZAAycMIQ4TCCYaAQEECRMNxhM/G6AmGgQAGiZMaExMaEwCgAEACcMJDf2uaExMaEwEwPwADxcOCQMBAWqWlmpqlpZqAQEDCQ4XDxomAUAINhYvGyINxhMawBomJgAAAAEAAP+ABgAFgABKAAAAEAIEIyInNjc2Nx4BMzI+ATU0LgEjIg4DFRQWFxY3PgE3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQGAM7+n9FvazsTCS0Uaj15vmh34o5ptn9bK1BNHggCDAIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYQNR/l7+n84gXUcisSc5ifCWcsh+OmB9hkNoniAMIAcwBhcUPVqX2aSDqu5XPSN1WR8yQnJVSTH+XkZrWwF86dEBYc7OAAABAAD/gAYABYAATAAAATIWFREUBiMhNjc2Nx4BMzISNTQuAiMiDgMVFBYXFjY3Njc2JyY1NDYzMhYVFAYjIiY3PgI1NCYjIgYVFBcDBhcjIiY1ETQ2MwTgd6mpd/0rVRcJLBVpPLXlRnu2ami1fVorT00NFQQKBQYRMs+nlaeHajxKDgglFjUxPVUYYhgRt3epqXcFgKl3/EB3qXpYIq8nOAEn4lSdeUk5YHuFQmacIAUKDiwRFxM+WJbVooGo7Fc8InVXHzFBcVNIMf5iZJqpdwPAd6kAAAADAAD/gAYABYAAGwAnADcAAAE0JyEVMw4DIyImNDYzMhc3JiMiBhAWMzI2JTM1IzUjFSMVMxUzAREUBiMhIiY1ETQ2MyEyFgOVBv6W2QMbMFU2Y4yMY1w9aGyVoODgoKXLAVltbW5ubm4BEql3/EB3qal3A8B3qQJ3GiaEGDQ2I47IjjtlZOH+wuHSd25ubm5uAoX8QHepqXcDwHepqQAAAgAA/6MJAAVdACMALwAAARQCBCMiJCYCEBI2JDMgFwcmIyIOARQeATMyPgM3ITUhFiUVIxUjNSM1MzUzFQWdrv6+0JX+8MR0dMQBEJUBHs3Hda970Xp60XtTi1pDHwb+YAK0DANj0dLR0dICb9D+u7d0xAEQASoBEMR0wL9xfNX81XwuRVhOI/w/P9LR0dLR0QAAAAQAAAAAB4AFAAAMABwALAA8AAABITUjESMHFzY3MxEjJBQOAiIuAjQ+AjIeAQERIiY1IRQGIxEyFhUhNDYTERQGIyEiJjURNDYzITIWAwABgIBylE0qDQKAAgAqTX6Wfk0qKk1+ln5NAipqlvuAlmpqlgSAluomGvkAGiYmGgcAGiYBgGABwIlQJRT+4OaMkHxOTnyQjJB8Tk58/ioCAJZqapb+AJZqapYDQPuAGiYmGgSAGiYmAAABAAABQAQAA4AADQAAABQHAQYiJwEmNDYzITIEABP+QBM0E/5AEyYaA4AaA1o0E/5AExMBwBM0JgAAAAABAAABAAQAA0AADQAAABQGIyEiJjQ3ATYyFwEEACYa/IAaJhMBwBM0EwHAAVo0JiY0EwHAExP+QAAAAAABAEAAgAKABIAADQAAAREUBiInASY0NwE2MhYCgCY0E/5AExMBwBM0JgRA/IAaJhMBwBM0EwHAEyYAAAABAAAAgAJABIAADQAAABQHAQYiJjURNDYyFwECQBP+QBM0JiY0EwHAApo0E/5AEyYaA4AaJhP+QAAAAAADAAD/gAaABYAABgANAB0AADMhESERFBYlESERITI2ExEUBiMhIiY1ETQ2MyEyFqACYP2AEwVt/YACYA0TgF5C+sBCXl5CBUBCXgSA+6ANEyAEYPuAEwTN+0BCXl5CBMBCXl4AAgAA/8AEAAVAAA0AGwAAABQHAQYiJwEmNDYzITISFAYjISImNDcBNjIXAQQAE/5AEzQT/kATJhoDgBomJhr8gBomEwHAEzQTAcAB2jQT/kATEwHAEzQmAVo0JiY0EwHAExP+QAAAAAABAAD/wAQAAgAADQAAABQHAQYiJwEmNDYzITIEABP+QBM0E/5AEyYaA4AaAdo0E/5AExMBwBM0JgAAAAABAAADAAQABUAADQAAABQGIyEiJjQ3ATYyFwEEACYa/IAaJhMBwBM0EwHAA1o0JiY0EwHAExP+QAAAAAACAAD/gAcABQAAGgA6AAABERQGIyEiJjURFhcEFx4COwIyPgE3NiU2ExQGBwAHDgQrAiIuAycmJCcuATU0NjMhMhYHAF5C+kBCXiw5AWqHOUd2MwEBM3ZHOaoBSDkrYkn+iFwKQSs9NhcBARc2PStBClv+qiI+blNNBcBBXwM6/OZCXl5CAxoxJvZjKi8xMS8qe94nAVZPkDP++0AHLx0kEhIkHS8HQO0YKpM/TmheAAMAAP+wBgAFbAADAA8AKwAAAREhEQEWBisBIiY1NDYyFgERIRE0JiMiBgcGFREhEhAvASEVIz4DMzIWAV3+tgFfAWdUAlJkZ6ZkBI/+t1FWP1UVC/63AgEBAUkCFCpHZz+r0AOP/CED3wEySWJiSUphYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAAAAAEAAP+ABgAFgAA0AAAAEAIGBCMiJCcmNj8BNjMWFx4BMzI+AjQuAiMiBgcXFgcGIyEiJjURNDc2HwE2JDMyBBYGAHrO/uScrP7KbQcBCIkKDxAHSdR3aL2KUVGKvWhitEaJHxERKv5AGiYoJx6CawETk5wBHM4DHP7I/uTOepGEChkIigkCCl9oUYq90L2KUUdCih4nKCYaAcAqEREfgWVves4AAQAo/xUG6wXYAHEAACEUDwEGIyInASY1NDcBBwYiJx4GFRQHDgUjIicBJjU0PgQ3NjMyHgUXJjQ3ATYyFy4GNTQ3PgUzMhcBFhUUDgQHBiMiLgUnFhQPAQE2MzIXARYG6yVrJzQ1Jf6VJiv/AH4OKA4CFQQQBAgDHAMbCxoSGg0oHP5oHAkJFgseAx4mChARChEGFAIODgFcDigOAhUEEAQIAxwDGwsaEhoNKBwBmBwJCRYLHgMeJgoQEQoRBhQCDg5+AQArNTQnAWslNSVsJSUBbCQ2NSsBAH4ODgIUBhEKERAKJh4DHgsWCQkcAZgcKA0aEhoLGwMcAwgEEAQVAg4oDgFcDg4CFAYRChEQCiYeAx4LFgkJHP5oHCgNGhIaCxsDHAMIBBAEFQIOKA5+/wArJf6VJwAABwAA/4AHAAUAAAcADwAhACkAMQA5AEsAAAA0JiIGFBYyADQmIgYUFjIBEzYuAQYHAw4BBwYeATY3NiYkNCYiBhQWMgA0JiIGFBYyBDQmIgYUFjIBEAcGIyEiJyYRNBI2JCAEFhIBgEtqS0tqAQtLaktLagH3ZQYbMi4HZTxeEBRQmooUECwCYktqS0tq/ctLaktLagILS2pLS2oBi40TI/qGIxONjvABTAFsAUzwjgFLaktLaksCC2pLS2pL/p8BfhotDhsa/oIFTTxNiihQTTxyDmpLS2pLAstqS0tqS3VqS0tqS/7A/vveHR3dAQa2AUzwjo7w/rQAAAAAAgAA/wAHAAUAABYAPAAAACAEBhUUFh8BBwYHNj8BFxYzMiQ2ECYEEAIEIyInBgUGByMiJic1JjYmPgI3PgU3JgI1NBIkIAQETP5o/p3Rj4JXGxgumHsrOUU9zAFj0dEBUfD+ZPRGS8b++jFBBQ8YBAMFAQoCDAIHMBUpGB4LnbXwAZwB6AGcBICL7Ilwy0oyYFtRP2wmBgiL7AES7Mf+pP7ZqwivQw4IFREBBBAEDwMOAgg1FzguSChZAQaWrgEnq6sAAAMAAP+ABwAFAAAUADoAZAAAACAEBhUUFh8BBzY/ARcWMzIkNjQmJCAEFhAGBCMiJwYHBgcjIiYnJjQ+BTc+BDcuATU0NgEeBBceBhQHDgEnJicmJwYjICcWMzIkNz4BNTQnHgEVFAYDWf7O/vadamBhIyIcLDVOS5kBCp2d/Z4BfgFFvLz+u79WWnyaJDIDCxMCAQEDAgUDBgEFJBAdFQp8jrwFOgoVHRAkBQEGAwUCAwEBAxQMMiSafFpW/vHJOh6hASh0fYYXgZaOBIBosmZSmDg4VBQTHwoOaLLMsuiJ7P7q7IkQWCgJBxANAwcGBgQHAwcBBiYVJSgYSNJ3i+z7+BgoJRUmBgEHAwcEBgYHAw4QAQcJKFgQhARaVFzwhk1LR9Z7eNEAAQAB/wADfAWAACEAAAEWBwEGIyInLgE3EwUGIyInJjcTPgEzITIWFRQHAyU2MzIDdRIL/eQNHQQKEREExf5qBAgSDRIFyQQYEAFIExoFqwGMCAQTA8oUGPt7GQIFHBADKGUBCw8YAzkOEhkRCAr+MWICAAABAAD/gAcABYAAVQAAAREUBiMhIiY1ETQ2OwE1IRUzMhYVERQGIyEiJjURNDY7ATUhFTMyFhURFAYjISImNRE0NjsBNTQ2MyE1IyImNRE0NjMhMhYVERQGKwEVITIWHQEzMhYHADgo/sAoODgoYP4AYCg4OCj+wCg4OChg/gBgKDg4KP7AKDg4KGBMNAIAYCg4OCgBQCg4OChgAgA0TGAoOAEg/sAoODgoAUAoOMDAOCj+wCg4OCgBQCg4wMA4KP7AKDg4KAFAKDjANEzAOCgBQCg4OCj+wCg4wEw0wDgAAAMAAP+ABoAFwAATAE8AWQAAAREUBiImNTQ2MhYVFBYyNjURNjIFFAYjIicuASMiBgcOAQcGIyInLgEnLgEiBgcOAQcGIyInLgEnLgEjIgYHBiMiJjU0NzYAJDMyBB4BFxYBFSYiBzU0NjIWA4CY0JgmNCZOZE4hPgMhEw0LDDFYOkR4KwcVBAsREgsEFQcrd4h3KwcVBAsSEQsEFQcreEQ6WDEMCw0TAS0A/wFVvowBDeClIQH9ACosKiY0JgLE/bxomJhoGiYmGjJOTjICRAsmDRMKLi5KPAokBhERBiQKPEpKPAokBhERBiQKPEouLgoTDQUCtwERiFCT44oCAtJiAgJiGiYmAAQAAP8ABwAGAAAIABgAGwA3AAAFIREhIiY1ESEBNTQmIyEiBh0BFBYzITI2ASEJAREUBiMhIiY9ASEiJjURNDYzITIWFREWFwEeAQMAA4D+YCg4/oABABMN/UANExMNAsANEwEAASv+1QIAOCj8QCg4/eAoODgoBEAoOBUPAZgcKIACgDgoAaABIEANExMNQA0TE/1tASv+Vf1gKDg4KKA4KAVAKDg4KP64DQ/+aBxgAAAAAAMAAP+ABAAFgAAQACgAXAAAARQGIiY1NCYjIiY0NjMyHgEXNC4CIg4CFRQXHgEXFhczNjc+ATc2NxQHDgIHFhUUBxYVFAcWFRQGIw4BIiYnIiY1NDcmNTQ3JjU0Ny4CJyY1ND4CMh4CAuATGhNsNA0TEw0yY0ugRW+HiodvRUQKKQqADeQNgAopCkSAZy07PAQvGRktDT8uFFBeUBQuPw0tGRkvBDw7LWdZkbe+t5FZA8ANExMNLjITGhMgTDRIfE8tLU98SGVPCywLmZGRmQssC09lm3ExTHMyHDYlGxslNB0XGC4yLDQ0LDIuGBcdNCUbGyU2HDJzTDFxm2OrcUFBcasAAgAA/6AHAATgABoANAAAARUUBiMhFRQGIyInASY1NDcBNjMyFh0BITIWEBQHAQYjIiY9ASEiJj0BNDYzITU0NjMyFwEHABMN+qATDQwM/sEJCQFACQ4NEwVgDRMJ/sAJDg0T+qANExMNBWASDgwMAT8BYMANE8ANEwoBQAkNDgkBQAkTDcATAiEcCf7ACRMNwBMNwA0TwA4SCv7BAAAAAAIAAAAAB4AFgAAZADUAAAE0JisBETQmKwEiBhURIyIGFRQXARYyNwE2BRQGIyEiADU0NjcmNTQAMzIEFzYzMhYVFAceAQUAEg7gEw3ADRPgDRMJAWAJHAkBXwoCgOGf+8C5/vmMdgIBLNScAQM7R19qlimCpwJgDhIBYA0TEw3+oBMNDgn+oAkJAV8M1J/hAQe5gtw3Hg3UASyukD6Wakw+H9EAAgAAAAAHgAWAABkANQAAATQnASYiBwEGFRQWOwERFBY7ATI2NREzMjYBFAYjISIANTQ2NyY1NAAzMgQXNjMyFhUUBx4BBQAJ/qAJHAn+oQoSDuATDcANE+ANEwKA4Z/7wLn++Yx2AgEs1JwBAztHX2qWKYKnAqAOCQFgCQn+oQwMDhL+oA0TEw0BYBP+7Z/hAQe5gtw3Hg3UASyukD6Wakw+H9EAAAAAAwAA/4AFgAWAAAcAWABgAAAkFAYiJjQ2MgUUBiMhIiY1ND4DNwYdAQ4BFRQWMjY1NCYnNTQ3FiA3Fh0BIgYdAQYVFBYyNjU0JzU0NjIWHQEGFRQWMjY1NCc1NCYnNDYuAiceBAAQBiAmEDYgAYAmNCYmNAQmknn8lnmSCyU6aEQWOkZwoHBHORmEAUaEGWqWIDhQOCBMaEwgOFA4IEU7AQEECghEaDolC/7A4f7C4eEBPto0JiY0Jn15iop5RH6Wc1sPNETLFGQ9UHBwUD1kFMs+H2hoHz5AlmpZHSooODgoKh1ZNExMNFkdKig4OCgqHVlEdyIKQR80KhMPW3OWfgPY/sLh4QE+4QAAAAIAAP+ABYAFgAAHAE0AAAA0JiIGFBYyNxQGBxEUBCAkPQEuATURNDYzMhc+ATMyFhQGIyInERQWIDY1EQYjIiY0NjMyFhc2MzIWFREUBgcVFBYgNjURLgE1NDYyFgUAJjQmJjSmRzn++f6O/vmk3CYaBgoRPCM1S0s1IR+8AQi8HyE1S0s1IzwRCgYaJtykvAEIvDlHcKBwAyY0JiY0JkA+YhX+dZ/h4Z+EFNiQAgAaJgIeJEtqSxL+bmqWlmoBkhJLakskHgImGv4AkNgUhGqWlmoBixViPlBwcAAEAAD/gAcABYAAAwANABsAJQAAASE1IQURIyImNRE0NjMhESERMzU0NjMhMhYdAQURFAYrAREzMhYCgAIA/gD+oEBchIRcBKD8AIA4KAJAKDgCAIRcQEBchASAgID7AIRcA0BchPsABQCgKDg4KKDg/MBchAUAhAACAED/AAbABgAACwAzAAAENCMiJjU0IhUUFjMBFAYjIRQGIiY1ISImNT4ENTQSNyY1NDYyFhUUBxYSFRQeAwOQEDtVIGdJA0BMNP5AltSW/kA0TDJSWD0n6r4IOFA4CL7qJz1YUrAgVTsQEElnATA0TGqWlmpMNCpck6ryi5gBBRwTFCg4OCgUExz++5iL8qqTXAAAAwAA/4AHQAUAAAcADwAiAAAANCYrAREzMgEhFAYjISImABAGKwEVFAYjISImNRE0NjMhMgaAcFBAQFD58AcAlmr7AGqWB0Dhn0CEXP1AXIQmGgSAnwMwoHD+gP3AapaWBAn+wuEgXISEXALgGiYAAAIAAP8ABYAGAAAtAEIAAAERFAYHERQGKwEiJjURLgE1ETQ2MhYVERQWMjY1ETQ2MhYVERQWMjY1ETQ2MhYFERQGKwEiJjURIyImNRE0NjMhMhYCgEc5TDSANEw5RyY0JiY0JiY0JiY0JiY0JgMATDSANEzgDRO8hAEAGiYFwP2APWQU/PU0TEw0AwsUZD0CgBomJhr+YBomJhoBoBomJhr+YBomJhoBoBomJhr5wDRMTDQCABMNAyCEvCYABgAA/wAGAAYAABMAGgAjADMAQwBTAAABHgEVERQGIyEiJjURNDYzITIWFwcRISYnASYBESEiJjURIREBNDYzITIWHQEUBiMhIiY1BTIWHQEUBiMhIiY9ATQ2MwEyFh0BFAYjISImPQE0NjMFvBwoOCj6wCg4OCgDgChgHIQBeAoM/scMAWP+YCg4/QABABIOAsAOEhIO/UAOEgLgDhISDv1ADhISDgLADhISDv1ADhISDgSEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAA2AOEhIOQA4SEg6gEg5ADhISDkAOEv8AEg5ADhISDkAOEgAUAAD/AAWABgAADwAfAC8APwBPAF8AbwB/AI8AnwCvAL8AzwDfAO8A/wEPAR8BLQE9AAAlFRQGKwEiJj0BNDY7ATIWNRUUBisBIiY9ATQ2OwEyFgUVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWARUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFgEVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFgUVFAYrASImPQE0NjsBMhYBIREhESE1NDYzITIWFQERFAYjISImNRE0NjMhMhYBgBMNQA0TEw1ADRMTDUANExMNQA0TAQATDUANExMNQA0T/wATDUANExMNQA0TAwATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0TAwATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0TAwATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0TAgATDUANExMNQA0T/wATDUANExMNQA0TAQATDUANExMNQA0T/wABgPuAAYATDQFADRMCACYa+wAaJiYaBQAaJuBADRMTDUANExPzQA0TEw1ADRMTDUANExMNQA0TE/NADRMTDUANExP980ANExMNQA0TE/NADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/3zQA0TEw1ADRMT80ANExMNQA0TE/NADRMTDUANExPzQA0TEw1ADRMT/fNADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/7zQA0TEw1ADRMT80ANExMNQA0TEw1ADRMTDUANExP6kwYA+gDgDRMTDQVg+YAaJiYaBoAaJiYADQAA/wAFgAYAAA8AHwAvAD8ATwBfAG8AfwCPAJ8AtwDbAPUAACUVFAYrASImPQE0NjsBMhY1FRQGKwEiJj0BNDY7ATIWBRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFgUVFAYrASImPQE0NjsBMhYBIREhFRQGIyEiJj0BIREhNTQ2MyEyFhUZATQmKwEiBh0BIzU0JisBIgYVERQWOwEyNj0BMxUUFjsBMjYlERQGIyEiJjURNDYzIRE0NjMhMhYVESEyFgGAEw1ADRMTDUANExMNQA0TEw1ADRMBABMNQA0TEw1ADRP/ABMNQA0TEw1ADRMDABMNQA0TEw1ADRP/ABMNQA0TEw1ADRP/ABMNQA0TEw1ADRMCABMNQA0TEw1ADRP/ABMNQA0TEw1ADRMBABMNQA0TEw1ADRP/AAGA/wA4KP5AKDj/AAGAEw0BQA0TEw1ADROAEw1ADRMTDUANE4ATDUANEwIAJhr7ABomJhoBQDgoAcAoOAFAGibgQA0TEw1ADRMT80ANExMNQA0TEw1ADRMTDUANExPzQA0TEw1ADRMT/fNADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/7zQA0TEw1ADRMT80ANExMNQA0TEw1ADRMTDUANExP8kwSAICg4OCgg+4DgDRMTDQPAAUANExMNYGANExMN/sANExMNYGANExMt+wAaJiYaBQAaJgEgKDg4KP7gJgAFAED/gAeABYAABwAQABgAPABjAAAkNCYiBhQWMgEhESMGDwEGBwA0JiIGFBYyEzU0JisBNTQmKwEiBh0BIyIGHQEUFjsBFRQWOwEyNj0BMzI2AREUBisBFAYiJjUhFAYiJjUjIiY0NjMRNDY/AT4BOwERNDYzITIWAoBLaktLav7LAYCeDgjDBwIFAEtqS0tqyxIO4BIOwA4S4A4SEg7gEg7ADhLgDhIBACYawJbUlv6AltSWgBomJhoaE8YTQBqgJhoEgBomS2pLS2pLAoABAAIHwwwK/a1qS0tqSwMgwA4S4A4SEg7gEg7ADhLgDhISDuASAi77gBomapaWamqWlmomNCYBoBpAE8YTGgFAGiYmAAAFAAD/gAcABYAAIwAnADEAPwBJAAABNTQmKwE1NCYrASIGHQEjIgYdARQWOwEVFBY7ATI2PQEzMjYBITUhBREjIiY1ETQ2MyERIREzNTQ2MyEyFh0BBREUBisBETMyFgUAEg7gEg7ADhLgDhISDuASDsAOEuAOEv2AAgD+AP6AIFyEhFwEwPvAoDgoAkAoOAIAhFwgIFyEAaDADhLgDhISDuASDsAOEuAOEhIO4BIC7oCA+wCEXANAXIT7AAUAoCg4OCig4PzAXIQFAIQAAAAAAQAAAAAHgASAADoAAAEGDQEHIwEzMhYUBisDNTMRIwcjJzUzNTM1JzU3NSM1IzU3MxczESM1OwIyFhQGKwEBMxcFHgEXB4AB/uH+oOBA/ttFGiYmGmCgQECgwGAgIIDAwIAgIGDAoEBAoGAaJiYaRQElQOABYICQCAJAIEAgQP6gCQ4JIAGg4CDAIAgYgBgIIMAg4AGgIAkOCf6gQCAcMAoAAAACAEAAAAaABYAABgAYAAABESERFBYzARUhNTcjIiY1ESc3ITchFwcRAoD/AEs1BID7gICAn+FAIAHgIAPAIEACgAGA/wA1S/5AwMDA4Z8BQECAgMAg/OAAAgAA/4AGAAWAACMAMwAAJRE0JisBIgYVESERNCYrASIGFREUFjsBMjY1ESERFBY7ATI2AREUBiMhIiY1ETQ2MyEyFgUAJhqAGib+ACYagBomJhqAGiYCACYagBomAQCpd/xAd6mpdwPAd6nAA4AaJiYa/sABQBomJhr8gBomJhoBQP7AGiYmA7r8QHepqXcDwHepqQAAAAACAAD/gAYABYAAIwAzAAABNTQmIyERNCYrASIGFREhIgYdARQWMyERFBY7ATI2NREhMjYBERQGIyEiJjURNDYzITIWBQAmGv7AJhqAGib+wBomJhoBQCYagBomAUAaJgEAqXf8QHepqXcDwHepAkCAGiYBQBomJhr+wCYagBom/sAaJiYaAUAmAjr8QHepqXcDwHepqQAAAAIALQBNA/MEMwAUACkAACQUDwEGIicBJjQ3ATYyHwEWFAcJAQQUDwEGIicBJjQ3ATYyHwEWFAcJAQJzCjIKGgr+LgoKAdIKGgoyCgr+dwGJAYoKMgoaCv4uCgoB0goaCjIKCv53AYmtGgoyCgoB0goaCgHSCgoyChoK/nf+dwoaCjIKCgHSChoKAdIKCjIKGgr+d/53AAAAAgANAE0D0wQzABQAKQAAABQHAQYiLwEmNDcJASY0PwE2MhcBBBQHAQYiLwEmNDcJASY0PwE2MhcBAlMK/i4KGgoyCgoBif53CgoyChoKAdIBigr+LgoaCjIKCgGJ/ncKCjIKGgoB0gJNGgr+LgoKMgoaCgGJAYkKGgoyCgr+LgoaCv4uCgoyChoKAYkBiQoaCjIKCv4uAAACAE0AjQQzBFMAFAApAAAkFA8BBiInCQEGIi8BJjQ3ATYyFwESFA8BBiInCQEGIi8BJjQ3ATYyFwEEMwoyChoK/nf+dwoaCjIKCgHSChoKAdIKCjIKGgr+d/53ChoKMgoKAdIKGgoB0u0aCjIKCgGJ/ncKCjIKGgoB0goK/i4BdhoKMgoKAYn+dwoKMgoaCgHSCgr+LgAAAAIATQCtBDMEcwAUACkAAAAUBwEGIicBJjQ/ATYyFwkBNjIfARIUBwEGIicBJjQ/ATYyFwkBNjIfAQQzCv4uChoK/i4KCjIKGgoBiQGJChoKMgoK/i4KGgr+LgoKMgoaCgGJAYkKGgoyAq0aCv4uCgoB0goaCjIKCv53AYkKCjIBdhoK/i4KCgHSChoKMgoK/ncBiQoKMgAAAQAtAE0CcwQzABQAAAAUBwkBFhQPAQYiJwEmNDcBNjIfAQJzCv53AYkKCjIKGgr+LgoKAdIKGgoyA+0aCv53/ncKGgoyCgoB0goaCgHSCgoyAAAAAQANAE0CUwQzABQAAAAUBwEGIi8BJjQ3CQEmND8BNjIXAQJTCv4uChoKMgoKAYn+dwoKMgoaCgHSAk0aCv4uCgoyChoKAYkBiQoaCjIKCv4uAAAAAQBNAQ0EMwNTABQAAAAUDwEGIicJAQYiLwEmNDcBNjIXAQQzCjIKGgr+d/53ChoKMgoKAdIKGgoB0gFtGgoyCgoBif53CgoyChoKAdIKCv4uAAAAAQBNAS0EMwNzABQAAAAUBwEGIicBJjQ/ATYyFwkBNjIfAQQzCv4uChoK/i4KCjIKGgoBiQGJChoKMgMtGgr+LgoKAdIKGgoyCgr+dwGJCgoyAAAAAgAA/4AHgAYAAA8ALwAAARE0JiMhIgYVERQWMyEyNhMRFAYjIRQeARUUBiMhIiY1ND4BNSEiJjURNDYzITIWBwATDfnADRMTDQZADROAXkL94CAgJhr+ABomICD94EJeXkIGQEJeAiADQA0TEw38wA0TEwNN+8BCXiVRPQ0aJiYaDjxQJl5CBEBCXl4AAAAABAAAAAAHgAUAAA8AHwArADMAAAEiJjURNDYzITIWFREUBiMBERQWMyEyNjURNCYjISIGATMVFAYjISImPQEzBTI0KwEiFDMBoEJeXkIEQEJeXkL7oBMNBEANExMN+8ANEwVgoF5C+cBCXqADcBAQoBAQAQBeQgLAQl5eQv1AQl4DYP1ADRMTDQLADRMT/FNgKDg4KGBgICAAAAAAAwAAAAAEgAWAAAcAFwAnAAAkNCYiBhQWMiURNCYjISIGFREUFjMhMjYTERQGIyEiJjURNDYzITIWAoAmNCYmNAGmEw38wA0TEw0DQA0TgF5C/MBCXl5CA0BCXmY0JiY0JuADwA0TEw38QA0TEwPN+8BCXl5CBEBCXl4AAAQAAAAAAwAFAAAHABcAHwAvAAAkNCYiBhQWMiURNCYjISIGFREUFjMhMjYCNCsBIhQ7ASURFAYjISImNRE0NjMhMhYB0C9CLy9CAP8TDf4ADRMTDQIADRPAEKAQEKABMEw0/gA0TEw0AgA0TF9CLy9CL/ACwA0TEw39QA0TEwNNICAg/AA0TEw0BAA0TEwAAAIAAP+ABgAFgAALABcAAAAgDgEQHgEgPgEQJgQQAgQgJAIQEiQgBAOU/tj6kpL6ASj6kpIBcs7+n/5e/p/OzgFhAaIBYQSgkvr+2PqSkvoBKPq9/l7+n87OAWEBogFhzs4AAAACAAAAAAaABYAAIQBDAAABERQGIyEiJjURND4COwEyFh0BFAYrASIGHQEUFjsBMhYFERQGIyEiJjURND4COwEyFh0BFAYrASIGHQEUFjsBMhYDAHBQ/oBQcFGKvWhAGiYmGkBqljgo4FBwA4BwUP6AUHBRir1oQBomJhpAapY4KOBQcAJA/oBQcHBQAsBovYpRJhqAGiaWaiAoOHBQ/oBQcHBQAsBovYpRJhqAGiaWaiAoOHAAAAAAAgAAAAAGgAWAACEAQwAAAREUDgIrASImPQE0NjsBMjY9ATQmKwEiJjURNDYzITIWBREUDgIrASImPQE0NjsBMjY9ATQmKwEiJjURNDYzITIWAwBRir1oQBomJhpAapY4KOBQcHBQAYBQcAOAUYq9aEAaJiYaQGqWOCjgUHBwUAGAUHAEwP1AaL2KUSYagBomlmogKDhwUAGAUHBwUP1AaL2KUSYagBomlmogKDhwUAGAUHBwAAAAAAgAQP9ABsAGAAAJABEAGQAjACsAMwA7AEcAACQUBiMiJjU0NjIAFAYiJjQ2MgAUBiImNDYyARQGIyImNDYyFgAUBiImNDYyABQGIiY0NjIAFAYiJjQ2MgEUBiMiJjU0NjMyFgIOSzU0TEtqAj1LaktLav2LS2pLS2oE/Uw0NUtLakv8PF6EXl6EBPBLaktLav3LcKBwcKACgoRcXYODXVyEw2pLTDQ1S/7naktLaksCdWpLS2pL/Y40TEtqS0sD8YReXoRe/aNqS0tqSwKQoHBwoHD+cl2Dg11chIQAAAAAAQAA/4AGAAWAAAsAAAAQAgQgJAIQEiQgBAYAzv6f/l7+n87OAWEBogFhA1H+Xv6fzs4BYQGiAWHOzgAAAQAA/4AHAAXAACwAAAEUAw4CBwYjIiY1NDY1NjU0LgUrAREUBiInASY0NwE2MhYVETMgExYHAH8DDwwHDBAPEQUFIz5icZmbYuAmNBP+ABMTAgATNCbgAsmiNQGgpv7jByIaCREUDwkjBkQ3ZaB1VTYfDP8AGiYTAgATNBMCABMmGv8A/m2GAAQAAP+ABoAFAAALABcAMQBYAAAAFA4BIi4BND4BMhYEFA4BIi4BND4BMhYXNCYjIgcGIicmIyIGFRQeAzsBMj4DExQHDgQjIi4EJyY1NDcmNTQ3MhYXNjMyFz4BMxYVFAcWAoAZPVQ9GRk9VD0CmRk9VD0ZGT1UPbmKdimaR6xHmCt2ikBikoZSqFKGkmJA4D0mh5PBllxOgKeKiGohPogbM2yka5OilIRppGszG4gBaFBURERUUFRERFRQVEREVFBURER8eKgVCwsVqHhYg0stDg4tS4MBCM98TXA8IwkGEyk+ZEF70O2fUlh0Zk9UIyBSTmZ0V1GgAAAAAAIAAAAABoAFgAAXACwAACURNCYjISImPQE0JiMhIgYVERQWMyEyNhMRFAYjISImNRE0NjMhMhYdASEyFgYAOCj9QCg4OCj+wCg4OCgEwCg4gIRc+0BchIRcAUBchAKgXITgAsAoODgoQCg4OCj8QCg4OALo/UBchIRcA8BchIRcIIQAAAMAAAAAB3UFgAARACcARQAAATQjISIGBwEGFRQzITI2NwE2JSE1NCYjISImPQE0JiMhIgYVEQE+AQUUBwEOASMhIiY1ETQ2MyEyFh0BITIWHQEzMhYXFgb1NfvAKFsa/toSNQRAKFwZASYS+4sDADgo/cAoODgo/sAoOAEALJAFOS7+2SuSQ/vAXISEXAFAXIQCIFyEwDZaFg8CXSMrH/6VGBAjLB8Baxa0oCg4OChAKDg4KPyrATs1RaM+Ov6VNUWEXAPAXISEXCCEXKAxLiAAAAAABQAA/4AGAAWAABQAHAAkADQAQAAAAQ4BIiYnJjY3NhYXHgEyNjc+AR4BABQGIiY0NjIEFAYiJjQ2MgAQLgIgDgIQHgIgPgESEAIEICQCEBIkIAQEbiXK/solCBgaGS8IGYeohxkIMDIY/gpLaktLagJLS2pLS2oBS2ar7f787atmZqvtAQTtq+bO/p/+Xv6fzs4BYQGiAWEBzXmUlHkZLwgIGBpQY2NQGhgQLwHPaktLaktLaktLakv9/gEE7atmZqvt/vztq2ZmqwJA/l7+n87OAWEBogFhzs4AAAUAAP+ABgAFgAAUABwAJAA0AEAAAAEWDgEmJy4BIgYHDgEnLgE3PgEyFgAUBiImNDYyBBQGIiY0NjIAEC4CIA4CEB4CID4BEhACBCAkAhASJCAEBG4IGDIwCBmHqIcZCC8ZGhgIJcr+yv43S2pLS2oCS0tqS0tqAUtmq+3+/O2rZmar7QEE7avmzv6f/l7+n87OAWEBogFhATMZLxAYGlBjY1AaGAgILxl5lJQCCWpLS2pLS2pLS2pL/f4BBO2rZmar7f787atmZqsCQP5e/p/OzgFhAaIBYc7OAAAFAAD/gAYABYAACwATABsAKwA3AAAAFAYjISImNDYzITIAFAYiJjQ2MgQUBiImNDYyABAuAiAOAhAeAiA+ARIQAgQgJAIQEiQgBASAJhr9gBomJhoCgBr+JktqS0tqAktLaktLagFLZqvt/vztq2Zmq+0BBO2r5s7+n/5e/p/OzgFhAaIBYQHaNCYmNCYBtWpLS2pLS2pLS2pL/f4BBO2rZmar7f787atmZqsCQP5e/p/OzgFhAaIBYc7OAAQAAAAAB4AEAAAjACsAMwBDAAABNTQmKwE1NCYrASIGHQEjIgYdARQWOwEVFBY7ATI2PQEzMjYENCYiBhQWMgA0JiIGFBYyJBAAIyInIwYjIgAQADMhMgNAEg7AEg6ADhLADhISDsASDoAOEsAOEgJAS2pLS2oBS0tqS0tqAUv+1NTAktySwNT+1AEs1AOA1AHAgA4SwA4SEg7AEg6ADhLADhISDsASZ2pLS2pLAUtqS0tqS9T+WP7UgIABLAGoASwAAAAPAAAAAAeABIAACwAXACMALwA7AEcAUwBfAGsAdwCDAI8AnwCjALMAAAEVFCsBIj0BNDsBMjcVFCsBIj0BNDsBMicVFCsBIj0BNDsBMgEVFCMhIj0BNDMhMiUVFCsBIj0BNDsBMicVFCsBIj0BNDsBMgEVFCsBIj0BNDsBMicVFCsBIj0BNDsBMgEVFCsBIj0BNDsBMgEVFCsBIj0BNDsBMgEVFCsBIj0BNDsBMgUVFCsBIj0BNDsBMgURFCsBIj0BNDsBNTQ7ATITESERAREUBiMhIiY1ETQ2MyEyFgGAEGAQEGAQgBDgEBDgEIAQYBAQYBAEABD8oBAQA2AQ/YAQYBAQYBCAEGAQEGAQAYAQYBAQYBCAEGAQEGAQAYAQYBAQYBABgBBgEBBgEP4AEGAQEGAQAQAQYBAQYBABABDgEBBwEGAQgPmABwBLNfmANUtLNQaANUsBcGAQEGAQ8GAQEGAQ8GAQEGAQ/fBgEBBgEPBgEBBgEPBgEBBgEP7wYBAQYBDwYBAQYBD+8GAQEGAQ/vBgEBBgEAHwYBAQYBAQYBAQYBAQ/qAQEGAQ8BD9AAOA/IADgPyANUtLNQOANUtLAAAAAAMAQP+ABwAFgAAWACoAVgAAAREGIyInLgEjIgcRNjMyHgIfARYzMgEUBgcRFAYrASImNREuATU0NjIWBREUBwYHBiMiLwEuAiMiBAcGIyInJjURNDc+AzMyFhcWMzI3Njc2FxYGgKmJUj9kqF6t5vW8N2FjNzccLDl4+20jHRIOQA4SHSNLaksFwCMKB9qXWEYcQEZwOmb+9V8PEhAQIB8jV42kSXDCcCYzerwWCR8fHwHrAmhbIDE3f/2pcQ8lGRsOFgNxIzoR+w4OEhIOBPIROiM1S0t1/QUnEgUEdCMOIR4cWDoJCBMlAuYjFBUrPSY+NxNwDAUQEhQAAAYAQP+ABwAFgAAFAAsAKgAyAEYAcgAAATUGBxU2EzUGBxU2ATUGJzUmJy4JIyIHFTMyFhcWFxUWMzITNQYjIicVFgEUBgcRFAYrASImNREuATU0NjIWBREUBwYHBiMiLwEuAiMiBAcGIyInJjURNDc+AzMyFhcWMzI3Njc2FxYDQLXLzbOs1NcD6euVFBMFOA0yEy4aLCMsFhcaE2a1axMUKjF4ramJLSGU+6wjHRIOQA4SHSNLaksFwCMKB9qXWEYcQEZwOmb+9V8PEhAQIB8jV42kSXDCcCYzerwWCR8fHwIYwBBluWABsMUIdr1v/ji4dC3gBgkDHAYYBxMGCwQEA946NQkGvBECB71bCMQqAe4jOhH7Dg4SEg4E8hE6IzVLS3X9BScSBQR0Iw4hHhxYOgkIEyUC5iMUFSs9Jj43E3AMBRASFAACAA0AAAaABDMAFAAkAAAJAQYiLwEmNDcJASY0PwE2MhcBFhQBFRQGIyEiJj0BNDYzITIWAkn+LgoaCjIKCgGJ/ncKCjIKGgoB0goELRIO/EAOEhIOA8AOEgIp/i4KCjIKGgoBiQGJChoKMgoK/i4KGv4tQA4SEg5ADhISAAAAAAMALf+TB1ME7QAUACQAOQAAJQcGIicBJjQ3ATYyHwEWFAcJARYUCQEOAS8BLgE3AT4BHwEeAQkBBiIvASY0NwkBJjQ/ATYyFwEWFAJpMgoaCv4uCgoB0goaCjIKCv53AYkKAkX+iwQXDD4NDQQBdQQXDD4NDQKN/i4KGgoyCgoBif53CgoyChoKAdIKiTIKCgHSChoKAdIKCjIKGgr+d/53ChoEIfr1DQ0EEQQXDQULDQ0EEQQX/Wj+LgoKMgoaCgGJAYkKGgoyCgr+LgoaAAACAAD/gAcABbsAFQA7AAABFRQHBiMiJwEmNDcBNhcWHQEBBhQXARQOAwcGIyInJjcSJy4BJxUUBwYjIicBJjQ3ATYXFhURBBcWAoAnDQwbEv4AExMCAB0pJ/5zExMGDSIrNRwGCBQGAxkCK5VA1aEnDQwbEv4AExMCAB0pJwGbvKkBxkYqEQUTAgATNBMCAB8RESpF/nITNBP+TTqXfX04DBEBCBoBkKVHTw37KhEFEwIAEzQTAgAfEREq/vocwa0AAAAAAgAC/60GfgXgAAoAKAAAAS0BLwEDERcFAycJARMWBiMiJyUFBiMiJjcTASY2NyUTNjMyFxMFHgEEogEB/pxCHp87AT48DAH1/pVWBRYXERf+P/4/FxEXFgVW/pQgEi0B9uEUHRwV4QH2LRICQ/o0CjwBQvw9H6gBY0IBNf6e/gwhJQzs7AwlIQH0AWIgNwdJAccpKf45SQc3AAAAAQAC/4AFgAUAABYAAAkBBiMiJy4BNREhIi4BNjcBNjMyFx4BBXn9gBEoBQoWG/3AFiMKEhQFAA0QGxIPBwSj+wAjAgUjFgJAGywoCgKABxMOKQAAAwAA/wAGgAWAAAIABQA4AAABIREJASEBFRQGKwEVFAYrASImPQEhIiY1ESMiJj0BNDY7ATU0NjsBMhYdASE3NjIXFhQPAREzMhYCLQJT/YACU/2tBIASDuASDsAOEvygDhLgDhISDuASDsAOEgNT9goaCgkJ9+AOEgEAAlP92gJT/WDADhLgDhISDuASDgNgEg7ADhLgDhISDuD3CQkKGgr2/K0SAAAABAAA/4AEAAWAAAcADwAXAEsAACQ0JiIGFBYyEjQmIgYUFjIENCYiBhQWMjcUBgcCBwYHDgEdAR4BFRQGIiY1NDY3ES4BNTQ2MhYVFAYHETY3PgU1LgE1NDYyFgEgOFA4OFA4OFA4OFACuDhQODhQmDQsAuBDiIBTLDRwoHA0LCw0cKBwNCw2ZDdBTConESw0cKBwGFA4OFA4BLhQODhQOEhQODhQOGA0WRn+4X8mKyg+RRoZWTRQcHBQNFkZAzQZWTRQcHBQNFkZ/g8aHxEZJSo8TzQZWTRQcHAAAAgAAP+ABoAGAAANABkAJQBAAFwAaAB0AIIAAAkBBiInJjQ3ATYyFxYUFxEUBiImNRE0NjIWJhQGIyEiJjQ2MyEyBRQPAQYjIicBJic3AR4BPwE2NTQnATcWFwEWAQcBJiMiDwEGFRQXAQcmJwEmNTQ/ATYzMhcBFgQUBiMhIiY0NjMhMgERFAYiJjURNDYyFgUBBiInJjQ3ATYyFxYUAbf/AAsYCwkJAQAKGgoJoBIcEhIcEuASDv7ADhISDgFADgUCVZNTeHlT/rIVFe8BERtSG5McHP7uEiMVAVBU/Zfv/u8cKCcdkxwcARISIxX+sFRVk1N4eVMBThUCjhIO/sAOEhIOAUAO/fISHBISHBIBl/8ACxgLCQkBAAoaCgkBCf8ACQkKGgoBAAkJChoz/sAOEhIOAUAOEhLgHBISHBKgeFOSU1UBTxUjEv7uGwEbkhwnKBwBE+8VFf6wVgJeEgESHBuSHCcoHP7u8BUVAVBWdnhTklNV/rEVaRwSEhwSAgD+wA4SEg4BQA4SEqX/AAkJChoKAQAJCQoaAAACAGAAAAP8BQAADwA8AAABFRQGKwEiJj0BNDY7ATIWARQOAwcOARUUBisBIiY9ATQ2Nz4BNTQmIyIHBgcGIyIvAS4BNxIhMh4CAsAYEPAQGBgQ8BAYATwfJ0csJyk3GBDwDxWCTjsyXT1BKyNIDRIMDaQNBQigATBQooJSARjwEBgYEPAQGBgCSDZeOzwbFhdUGREfJRMtU5MjGzovKkAdGVoQCH0KHg0BCj5olwAAAAIAAAAAAoAFgAAeAC4AACUVFAYjISImPQE0NjsBESMiJj0BNDYzITIWFREzMhYDFRQGIyEiJj0BNDYzITIWAoAmGv4AGiYmGkBAGiYmGgGAGiZAGiaAJhr/ABomJhoBABomwIAaJiYagBomAYAmGoAaJiYa/cAmBGbAGiYmGsAaJiYAAAIAYgAAAh4FgAAPAB8AAAEVFAYjISImPQE0NjMhMhYTAw4BIyEiJicDJjYzITIWAgAmGv8AGiYmGgEAGiYeHAEnGv8AGicBHAElGgFAGiUBIOAaJiYa4BomJgQG/QAaJiYaAwAaJiYAAgAFAAAF/gVrACUASgAAJRUjLwEmJyMOAgcGDwEhNTMTAyM1IRcWFxYXMzY/AiEVIwMTARUhJyY1ND4ENTQmIyIHBgcnNjc2MzIWFRQOBAczNQOB+J8YCAMDAQMEAQoPm/7+gMW5iQEUiwIVCAMDAwgZjAEBfbjMAur9/gMENE5aTjQ7KTMuDhZpGiVTaW6IMUtYTDcD6Ken/CoJDAMHCQIUGPqnASMBEKjkBCYJDAkMKuSo/vX+2AKnzhscEkBqQz8uPiEmMScLG1wlHUF3YzheOzorPCFQAAAAAAIABf8ABgADggAlAEkAACUVIy8BJicjDgIHBg8BITUzEwMjNSEXFhcWFzM2PwIhFSMDEwUVIScmNTQ+BDU0JiMiBwYHJzY3NjMyFhUUDgMHMzUDgfifGAgDAwEDBAEKD5v+/oDFuYkBFIsCFQgDAwMIGYwBAX24zALs/f4EAzROWk40OykzLg4WaRolUGxuiEVjZEoE6Ken/CoJDAMHCQIUGPqnASMBEKjkBCYJDAkMKuSo/vX+2NnOGy0BQGpDPy4+ISYxJwsbXCUdQXdjQmlDOkQnUAAAAAIAAQAAB38FAAADABcAACUBIQkBFgYHAQYjISImJyY2NwE2MyEyFgOAAVD9AP6wBvUPCxn8gCY6/QAmPxAPCxkDgCY6AwAmP4ABgP6ABDUiSxz8ACwpIiJLHAQALCkAAAEAAP/cBoAGAABoAAABFAYjIi4CIyIVFBYHFSIHDgIjIiY1ND4CNTQmIyIGFRQeAhUUBwYjIicuAS8BIiciNREeAhcWMzI3NjU0LgI1NDYzMhYVFA4CFRQWMzI2NxUOAgcGFRQXFjMyPgIzMhYGgFlPKUktRCVuIAEWCyJ/aC49VCMpI2xRVHYeJR4uJVBflgklCQ0BAgICHyUDll9QJS4eJR52VVBsIykjVD1A6C8BBQUBGCMsLRY5MVArUlsBtlFsIykjfCeYJwUBAxEKNTklRC1JKU9ZW1IrUDE5Fi0sIxgCBAICAQEEAAEFBQEYIywtFjkxUCtSW1lPKUktRCU5NR4CAgIfJQOWX1AlLh4lHnYAAAIAAP+ABIAGAAAnADMAAAEVFAAHFSEyFhQGIyEiJjQ2MyE1JgA9ATQ2MhYdARQAIAA9ATQ2MhYBERQGICY1ETQ2IBYEgP7Z2QEAGiYmGv2AGiYmGgEA2f7ZJjQmAQcBcgEHJjQm/wC8/vi8vAEIvANAgN3+uRiEJjQmJjQmhBgBR92AGiYmGoC5/vkBB7mAGiYmAWb+AIS8vIQCAIS8vAADAA3/gAVzBgAACwBDAEsAAAEHJj0BNDYyFh0BFAkBFRQGIyInBxYzMgA9ATQ2MhYdARQABxUhMhYUBiMhIiY0NjMhNSYnBwYiLwEmNDcBNjIfARYUJQERNDYzMhYBD2UqJjQmBGn+l7yENzZgYWy5AQcmNCb+2dkBABomJhr9gBomJhoBAH1u/goaClIKCgTSChoKUgr+ev2TvIRmpQJPZWdvgBomJhqANQIe/peAhLwTYDMBB7mAGiYmGoDd/rkYhCY0JiY0JoQNRP4KClIKGgoE0goKUgoaev2TAgCEvHYAAAACAAD/gAUABYAABgAiAAABESERNjc2ExEUDgUHBiInLgY1ETQ2MyEyFgRA/kB3XuvAQ2OJdH41EAwcDBA1fnSJY0MmGgSAGiYCQAKA+48/SrgDsP0AVqmDfFJJGgcGBgcaSVJ8g6lWAwAaJiYAAAAABAAA/wAGgAYAAAMAEwAjAEcAABchESElETQmKwEiBhURFBY7ATI2JRE0JisBIgYVERQWOwEyNiURFAYjISImNRE0NjsBNTQ2OwEyFh0BITU0NjsBMhYdATMyFoAFgPqAAYASDkAOEhIOQA4SAwASDkAOEhIOQA4SAYBMNPqANExMNIBeQkBCXgGAXkJAQl6ANEyABADAASAOEhIO/uAOEhIOASAOEhIO/uAOEhJO+wA0TEw0BQA0TGBCXl5CYGBCXl5CYEwAAAACAAP/gAWABeAABwBMAAAANCYiBhQWMiURFAcGIyInJS4BNSEVHgEVERQGIyEiJjURNDY3NSMiDgMHBiMiJy4BNz4ENyY1NDYyFhUUByE0NjclNjMyFxYCACY0JiY0A6YMCAwEA/5ACw7/AG+RJhr+ABomfWMgO3BHPRQEESgQDRcRDAUTOEFpOBlehF4OAS4OCwHAAwQMCAwFJjQmJjQmYP7AEAkHAWACEgtmF7Bz/OAaJiYaAyBqqR5vLztKIQgjBwwyGAogS0FFEiosQl5eQiEfCxICYAEHCQAAAgAk/yAGgAWAAAcALQAAADQmIgYUFjIBFAIHBgcDBgcFBiMiLwEmNxMBBQYjIi8BJjcTNjclNjc2JCEyFgWgOFA4OFABGJeyUXIUAg7+gAcJDAtADQVV/uf+7AMGDglAEQzgChABe2BQvAFUAQUOFAQYUDg4UDgBgPn+lbNQYP6FEArgBAlADhIBFAEZVQEJQBMUAYAOAhRyUbuOEwAAAAEAAAAABtEFAAAWAAABAyETNicmKwEDIRMhAyETAyEyFhceAQbRpP6ysg0cGzipzP6yzP7izP6yzJkE/GWxOzwqAvv9BQNAOCAh/EcDufxHA7kBR1FJSb8AAAAAAgAA/4AGAAWAABQAIAAAJTc2NCcJATY0LwEmIgcBBhQXARYyABACBCAkAhASJCAEA41mExP+zQEzExNmEzQT/joTEwHGEzQChs7+n/5e/p/OzgFhAaIBYY1mEzQTATMBMxM0E2YTE/46EzQT/joTAtf+Xv6fzs4BYQGiAWHOzgACAAD/gAYABYAAFAAgAAAlATY0JwEmIg8BBhQXCQEGFB8BFjIAEAIEICQCEBIkIAQCzQHGExP+OhM0E2YTEwEz/s0TE2YTNANGzv6f/l7+n87OAWEBogFhjQHGEzQTAcYTE2YTNBP+zf7NEzQTZhMC1/5e/p/OzgFhAaIBYc7OAAIAAP+ABgAFgAAUACAAAAE3NjQnASYiBwEGFB8BFjI3CQEWMgAQAgQgJAIQEiQgBASNZhMT/joTNBP+OhMTZhM0EwEzATMTNAGGzv6f/l7+n87OAWEBogFhAY1mEzQTAcYTE/46EzQTZhMTATP+zRMB1/5e/p/OzgFhAaIBYc7OAAAAAAIAAP+ABgAFgAAUACAAACUBNjQvASYiBwkBJiIPAQYUFwEWMgAQAgQgJAIQEiQgBAMtAcYTE2YTNBP+zf7NEzQTZhMTAcYTNALmzv6f/l7+n87OAWEBogFh7QHGEzQTZhMT/s0BMxMTZhM0E/46EwJ3/l7+n87OAWEBogFhzs4AAgAA/0AFgAWAABEAFgAAATchEyEPAS8BIxMFMzUlEyEnASEDBSUEahD8jC8CZBbFxA2vFgFqBAFnMv18D/44BYCA/b79wgOrr/3q5DU1jP7qZAFjAiC1AdX6YqKiAAAAAQAM/0AG9AWAAA8AAAEhCQITIQcFJRMhEyE3IQETBeH+9vzc/UZHASkdAaYB5kT7SDoEuSb7SAWA+sv+9QELAWSToaEBUwEpvwAAAAIAAP8QBwAGAAAHAFUAAAA0JiIGFBYyAREUBwYjIi8BBgQgJCcHBiMiJyY1ETQ2MyEyFxYPAR4BFxEjIiY9ATQ2OwE1LgE1NDYyFhUUBgcVMzIWHQEUBisBET4BNycmNzYzITIWA8AmNCYmNANmFAgEDAtdd/5x/jT+cXddCQ4ECBQSDgFgFggID2RD9ZXAGiYmGsA6RpbUlkY6wBomJhrAlfVDZA8ICBYBYA4SBOY0JiY0Jvyg/qAWCAIJXY+np49dCQIIFgFgDhIUExBkW30UAocmGoAaJqMidUZqlpZqRnUioyYagBom/XkUfVtkEBMUEgABAAAAAASABgAAIwAAATIWFREUBiMhIiY1ETQ2OwERNAAgABUUBisBIiY1NCYiBhURBCAoODgo/EAoODgoIAEHAXIBByYaQBomltSWAwA4KP3AKDg4KAJAKDgBQLkBB/75uRomJhpqlpZq/sAAAAAABQAA/4AGAAWAAAcADwAXACcAMwAAABQGIiY0NjIAECYgBhAWIAAQACAAEAAgABAuAiAOAhAeAiA+ARIQAgQgJAIQEiQgBAQAltSWltQBFuH+wuHhAT4BYf7U/lj+1AEsAagBrGar7f787atmZqvtAQTtq+bO/p/+Xv6fzs4BYQGiAWEC6tSWltSW/mEBPuHh/sLhAlT+WP7UASwBqAEs/X4BBO2rZmar7f787atmZqsCQP5e/p/OzgFhAaIBYc7OAAAAAAMAAAIABYADgAAPAB8ALwAAARUUBisBIiY9ATQ2OwEyFgUVFAYrASImPQE0NjsBMhYFFRQGKwEiJj0BNDY7ATIWAYA4KMAoODgowCg4AgA4KMAoODgowCg4AgA4KMAoODgowCg4AyDAKDg4KMAoODgowCg4OCjAKDg4KMAoODgowCg4OAAAAAADAAAAAAGABYAADwAfAC8AAAEVFAYrASImPQE0NjsBMhYRFRQGKwEiJj0BNDY7ATIWERUUBisBIiY9ATQ2OwEyFgGAOCjAKDg4KMAoODgowCg4OCjAKDg4KMAoODgowCg4ASDAKDg4KMAoODgB2MAoODgowCg4OAHYwCg4OCjAKDg4AAAEAAD/gAYABYAABwAbADUARQAAJDQmIgYUFjIlJgAnJgYdARQWFx4BFx4BOwEyNiUmAi4BJCcmBwYdARQWFxYEEhceATsBMjc2AREUBiMhIiY1ETQ2MyEyFgIAS2pLS2oBqg3+uekOFBENmtwLARINgA0UAX8FZrHp/uGaDgkKEg3MAVzRBwESDYANCgsBH6l3/EB3qal3A8B3qctqS0tqSyLpAUcNARQNgA0SAQvcmg0RFA2aAR/psWYFAQoKDYANEgEH0f6kzA0SCgkDzfxAd6mpdwPAd6mpAAAAAgAA/4AGAAWAAAsAGwAAACAEEhACBCAkAhASATY0JwEmBwYVERQXFjMyNwIvAaIBYc7O/p/+Xv6fzs4DsiAg/eAfISAgEBARDwWAzv6f/l7+n87OAWEBogFh/ZcSShIBQBMSEyX9gCUTCAkAAwA2/zUGywXKAAMAEwAvAAAJBTY0JwEmIgcBBhQXARYyCQEGIi8BNjQmIgcnJjQ3ATYyHwEGFBYyNxcWFAQAATz9xP7EAWkCahMT/pYSNhL9lhMTAWoSNgOL/HUlayV+OHCgOH0lJQOLJWslfThwoDh+JQQ8/sT9xAE8/mkCahM0EwFqEhL9lhM0E/6WEgKP/HQlJX44oHA4fiVrJQOKJSV9OKBwOH0lawAAAAIAAP+ABgAFgAAPAB8AAAE1NCYjISIGHQEUFjMhMjYBERQGIyEiJjURNDYzITIWBQAmGvyAGiYmGgOAGiYBAKl3/EB3qal3A8B3qQJAgBomJhqAGiYmAjr8QHepqXcDwHepqQADAAAAAAWABYAADwAfAC8AAAEVFAYjISImPQE0NjMhMhYTETQmIyEiBhURFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgSAEg78wA4SEg4DQA4SgF5C/MBCXl5CA0BCXoCpd/zAd6mpdwNAd6kC4EAOEhIOQA4SEv4yA0BCXl5C/MBCXl4DgvzAd6mpdwNAd6mpAAABAAMAAAP6BX8AHAAAAQYrAREUBiMhIicmPwE2MyERIyInJjcBNjIXARYD+hIowBIO/UAVCAgMoAkQAUDAKBIRGgFAEj4SAUAbA6Ul/KAOEhIUD8ALAoAlJR8BgBYW/oAgAAAAAQAD/4AD+gUAABsAABMhMhYVETMyFgcBBiInASY3NjsBESEiLwEmNzYgAsANE8AoJBv+wBI+Ev7AGhESKMD+wA4LoA0JCQUAEw78oUog/oAWFgGAHyYlAoALwA4UEwAAAgAA/4AGAAWAABQAJAAAJQE2NC8BJiIHAScmIg8BBhQXARYyAREUBiMhIiY1ETQ2MyEyFgKtAmYTE2YTNBP+LdMTNBNmExMBZhM0A2apd/xAd6mpdwPAd6ntAmYTNBNmExP+LdMTE2YTNBP+mhMDhvxAd6mpdwPAd6mpAAUAAP+ABgAFgAAGABAAFQAfAC8AAAEXByM1IzUBFgcBBicmNwE2CQMRATc2NC8BJiIPASURFAYjISImNRE0NjMhMhYBlJg0OGAB0g4R/t0RDQ4RASMR/vsCIP7g/eADgFwcHJgcUBxcAqCpd/xAd6mpdwPAd6kBrJg0YDgBug0R/t0RDg0RASMR/UACIAEg/eD+4AJgXBxQHJgcHFxg/EB3qal3A8B3qakAAAACAAD/gAYABYAAGQApAAABETQmIyEiBwYfAQEGFB8BFjI3ARcWMzI3NgERFAYjISImNRE0NjMhMhYFACYa/iAqEREfkP3qExNmEzQTAhaQEhsMDScBAKl3/EB3qal3A8B3qQJgAeAaJicpHZD96hM0E2YTEwIWkBMFEQIq/EB3qal3A8B3qakAAgAA/4AGAAWAACUANQAACQE2NCcBJgcGHQEiDgUVFBcWMzI3NicCNz4BMxUUFxYzMgERFAYjISImNRE0NjMhMhYD7QFgExP+oB4nKHfCg2E4IQqnCw4HBhYDLGouqIwoDAwaAiapd/xAd6mpdwPAd6kBswFgEzQTAWAfEREqoCc/X2B6ZTy13wwDCRgBYnc0L6AqEQUCwPxAd6mpdwPAd6mpAAAEAAD/gAYABYAAAgAGABIAHgAAAS0BAREBEQAQLgEgDgEQHgEgNgAQAgQgJAIQEiQgBAKAAQD/AAGA/gADIJL6/tj6kpL6ASj6AXLO/p/+Xv6fzs4BYQGiAWEBwICAAU/94v8AAh7+3QEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgADAAD/gAYABYAADQAdAC0AAAEWBwEGIicBJjc2MyEyExE0JiMhIgYVERQWMyEyNgERFAYjISImNRE0NjMhMhYEeRIX/sATQhP+wBcSESgCgCiYEw38QA0TEw0DwA0TAQCpd/xAd6mpdwPAd6kDXSMf/kAbGwHAHyMj/SADwA0TEw38QA0TEwPN/EB3qal3A8B3qakAAwAA/4AGAAWAAA0AHQAtAAABBiMhIicmNwE2MhcBFhMRNCYjISIGFREUFjMhMjYBERQGIyEiJjURNDYzITIWBHkRKP2AKBESFwFAE0ITAUAXdRMN/EANExMNA8ANEwEAqXf8QHepqXcDwHepAaMjIyMfAcAbG/5AH/7aA8ANExMN/EANExMDzfxAd6mpdwPAd6mpAAMAAP+ABgAFgAANAB0ALQAAABQHAQYnJjURNDc2FwETETQmIyEiBhURFBYzITI2AREUBiMhIiY1ETQ2MyEyFgRAG/5AHyMjIyMfAcDbEg78QA4SEg4DwA4SAQCpd/xAd6mpdwPAd6kCoUIT/sAXEhEoAoAoERIX/sD97APADhISDvxADhISA878QHepqXcDwHepqQABAAAAAAPzBYAAYAAAJRcWBg8BDgcjIgAnIyImPQE0NjsBJjcjIiY9ATQ2OwE2ADMyFxYXFg8BDgEvAS4FIyIGByEyFxYPAQYjIQYXITIXFg8BDgEjIR4BMzI+BD8BNhcWA9AjAwwLBQQNExgbISInE+r+oj9fDRMTDUICA0MOEhIOYkMBYeBmXAsJBgMrAxYNBAQPFBkbHw5+yDIB1BAJCgMYBRv+GAMDAcsPCgkDGAISC/59MMt/EiQfHBUQBAUNDQzlnwwVBAECAwYFBQUEAgEF3RMNcQ0TOTASDnIOEtIBABcDDAsNnw0NBAEBAwQDAwKAcAwMDnIaJUQMDA9wCw91iQMEBQUEAQIFBwcAAAEAAAAAA/wFgAA/AAABERQGIyEiJj0BNDY7AREjIiY9ATQ2OwE1NDYzMhceAQ8BBgcGJy4CIyIGHQEhMhYdARQGIyERITU0NjsBMhYD/BIO/EQOEhMNYV8OEhIOX/e/uZYJAghnCQ0NCgUqYC1VaAExDRMTDf7PAZ4SDqIOEgGP/pEOEhIOlg0TAX8TDYMOEt+r3n0IGQp/CwECCQUcJF5M1xIOgw0T/oW1DRMTAAAAAQA0/wAD0gYAAGIAAAEUBgcVFAYrASImPQEuBCcmPwE2NzYXMBcWFxYzMjY1NC4DJy4INTQ2NzU0NjsBMhYdAR4EFxYPAQYHBicuBCMiBhUUHgQXHgYD0sefEg6HDRNCe1BEGQURD2cHEA8JAnGCJSVRex4lUDQ2Jy1OL0IpLhkRxJ0TDYcOEjlrQzwSBhEMUQgPDg0DFzc+VypfeBEqJUsuLzU4YDdFJRoBX5ndGq8OEhMNrwksLTMYBhUUhwoCAgsCYxoIVk8cMiIpFxUQEiMbLCk5O0opitAetA0TEg6wBiIhKhAGEhSSDwEDCgMSIx0XVkQaLCcbIxMSFBcvJj5BWAABAAAAAAOCBYAAPgAAARUUBisBDgEHFgEWBwYrASInACcmPQE0NjsBMjY3ISImPQE0NjMhJisBIiY9ATQ2MyEyFh0BFAYrARYXMzIWA4ISDqgX1KqnASQOCggVwxAJ/s7ACRMNcIShFv5VDhISDgGdOdORDRMSDgNADhISDukvEasOEgQqZg4SkLQUsv6aEBISDAFvzAkNfw0TVlISDmYOEnETDYUOEhIOZg4SPVMSAAEABAAAA/8FgABFAAAhIyImNREhIiY9ATQ2MyE1ISImPQE0NjsBASY3NjsBMhcTFhc+ATcTNjsBMhcWBwEzMhYdARQGIyEVITIWHQEUBiMhERQGAlusDRP+4A0TEw0BIP7gDRMTDdb+vwgIChLCEwrXEyUKKQe/CBW/EQoJCP7H1w0TEw3+3gEiDRMTDf7eExIOAUoSDmcNE1USDmgNEwJCEBAQEv5XJlcYWBEBpBMQDhH9vRMNaA4SVRMNZw4S/rYNEwACAAAAAAUABYAABwA4AAAANCYjIREhMgAQBiMhFSEyFh0BFAYjIRUUBisBIiY9ASMiJj0BNDY7ATUjIiY9ATQ2OwERNDYzITIEE4Jq/sABQGoBb/3I/qwB+Q4SEg7+BxMNpw4S4A4SEg7g4A4SEg7gEg4CG8gDZ8h8/kABof5+9HYSDoAOEsAOEhIOwBIOgA4SdhIOlQ0TAnUOEgAGAAAAAAcABYAACAAMABAAGQAdAG4AAAETIxMWFBc0NhM3IRchMycjARMjExQWFzQ2EzchFwUVFAYrAQMGKwEiJwMjAwYrASImJwMjIiY9ATQ2OwEnIyImPQE0NjsBAyY3NjsBMhcTIRM2OwEyFxMhEzY7ATIXFgcDMzIWHQEUBisBBzMyFgICUZ9LAQEBdCP+3CABoYsjRgGfTqJRAQEBbyH+1yICgBIO1aQHGJ8YB6bRpwcYnwsRAqDQDhISDq8hjg4SEg5tWQUKChCJGgVaAWdhBxh+GAdiAW1dBRqJEAoKBVtvDhISDpEisw4SAVUBK/7UAQQBAQUBrICAgP3UASz+1QEFAQEEAa2AgCBADhL9mBgYAmj9mBgOCgJoEg5ADhKAEg5ADhIBWA8NDBj+mAFoGBj+mAFoGAwND/6oEg5ADhKAEgAAAwA4/wAE6AWAADMASABcAAABFgceAQcOBAcVIzUiJxUjESImKwE3MzI3ETMmIxEmKwE1FzI3NTMVNjM1MxUeAwM0LgQiBiMRMhYyPgYDNC4EDgEjETIWPgYEjxKVdXQNBzNOdH9SmlAqmhJIE8gfbzIIEAYKDUxv1EAhmlIomk96aD3RHixHPFgyTwgIOiZEMUEuMR4TRxkkPDJJK0EHBTsiQiw7JiQSA4C2TByWi0dsRi8WBP/7AfwA/wG3MwGSAQEfRKQBAfz3AvX8Bx87Yf2dJDgkGQwGAv6uAQMFDBAaIi4B+CEzIRcKBgEB/s0BAQMIDhcfLgACAAD/AAYABgAABgAYAAABERYXARYXBRQWMyERFAYjISImNRE0NjMhBAAWDgGYDg79qDgoAiA4KPrAKDg4KAMgBAAB2A4O/mgOFiAoOPvgKDg4KAZAKDgABQAA/wAGAAYAAAYAGAAoADgASAAAARYXIREWFwMhERQGIyEiJjURNDYzIREUFhM1NCYjISIGHQEUFjMhMjYRNTQmIyEiBh0BFBYzITI2ETU0JiMhIgYdARQWMyEyNgW8Dg7+KBYORAIgOCj6wCg4OCgDIDjIEg79QA4SEg4CwA4SEg79QA4SEg4CwA4SEg79QA4SEg4CwA4SBCQOFgHYDg79xPvgKDg4KAZAKDj94Cg4/SBADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhISAAAEACL/AAZ9BgAACgAkAEIAUgAAATMvASY1IwcUBgcBFAcBBiMiJwEmNzY7ARE0NjsBMhYVETMyFgUVITUBNj8BNSIGIwYrARUjNSEVAQYPARU3NjsBNRMVITUzJyMHMxUhNTMTMxMEp7FIDAIEAwcE/fAK/sEKDQwL/sAPCAgWwBIOwA4SwA4SA0T9uAFxDAkLAgkDDBLoeAI3/o8GDwsOCRX40v7gSy/zL0v+4UbmouYEaNovEAQUASIM+x4MDP7BCQkBQBATFAVgDhISDvqgEoXpWgIREgkJAwEDc+VZ/e4IEgsCAgJ3A4FqapCQamoClv1qAAAAAAQAIv8ABn0GAAAKACQANABSAAAlMy8BJjUjBxQGBwUUBwEGIyInASY3NjsBETQ2OwEyFhURMzIWARUhNTMnIwczFSE1MxMzEwMVITUBNj8BNSIGIwYrARUjNSEVAQYPARU3NjsBNQSnsUgMAgQDBwT98Ar+wQoNDAv+wA8ICBbAEg7ADhLADhIDnf7gSy/zL0v+4UbmouYT/bgBcQwJCwIJAwwS6HgCN/6PBg8LDgkV+GjaLxAEFAEiDOIMDP7BCQkBQBATFAVgDhISDvqgEv78amqQkGpqApb9agR/6VoCERIJCQMBA3PlWf3uCBIKAwMBdwAFACL/AAcABgAAGQApADkASQBZAAAlFAcBBiMiJwEmNzY7ARE0NjsBMhYVETMyFgUVFAYjISImPQE0NjMhMhYDFRQGIyEiJj0BNDYzITIWAxUUBiMhIiY9ATQ2MyEyFgMVFAYjISImPQE0NjMhMhYC4Ar+wQoNDAv+wA8ICBbAEg7ADhLADhIEIBIO/MAOEhIOA0AOEsASDv2ADhISDgKADhLAEg7+QA4SEg4BwA4SwBIO/wAOEhIOAQAOEmAMDP7BCQkBQBATFAVgDhISDvqgEo7ADhISDsAOEhIB8sAOEhIOwA4SEgHywA4SEg7ADhISAfLADhISDsAOEhIAAAAABQAi/wAHAAYAAA8AKQA5AEkAWQAABRUUBiMhIiY9ATQ2MyEyFiUUBwEGIyInASY3NjsBETQ2OwEyFhURMzIWARUUBiMhIiY9ATQ2MyEyFhMVFAYjISImPQE0NjMhMhYTFRQGIyEiJj0BNDYzITIWBMASDv8ADhISDgEADhL+IAr+wQoNDAv+wA8ICBbAEg7ADhLADhICoBIO/kAOEhIOAcAOEsASDv2ADhISDgKADhLAEg78wA4SEg4DQA4SIMAOEhIOwA4SEnIMDP7BCQkBQBATFAVgDhISDvqgEgFywA4SEg7ADhISAfLADhISDsAOEhIB8sAOEhIOwA4SEgAAAAQAIv8ABc4GAAAKACQAQwBWAAAlNCYjIgYUFjMyNgUUBwEGIyInASY3NjsBETQ2OwEyFhURMzIWJRQOAyMiJyYnNxYXFjMyNjcjDgEjIiY1NDYzMhYDFSE1MxE0Nj0BIwcGDwEnNzMRBUJYOzQ+SUQyRv2eCv7BCg0MC/7ADwgIFsASDsAOEsAOEgLuGjhQdUU+LhgSJw8QJSZUZRACFVEsaoaQbXukHv4rpwECBwgSPlLAe98/akpyTDZWDAz+wQkJAUAQExQFYA4SEg76oBI3PndtUjEQCAdxBwQNdVcXHI9laZK9Ai9ycgGwBxgFEAwNEjpWuf1yAAAAAAQAIv8ABc4GAAAKACQANwBWAAABNCYjIgYUFjMyNgEUBwEGIyInASY3NjsBETQ2OwEyFhURMzIWBRUhNTMRNDY9ASMHBg8BJzczERMUDgMjIicmJzcWFxYzMjY3Iw4BIyImNTQ2MzIWBUJYOzQ+SUQyRv2eCv7BCg0MC/7ADwgIFsASDsAOEsAOEgLQ/iunAQIHCBI+UsB7wxo4UHVFPi4YEicPECUmVGUQAhVRLGqGkG17pATfP2pKckw2+6oMDP7BCQkBQBATFAVgDhISDvqgEvxycgGwBxgFEAwNEjpWuf1yBTM+d21SMRAIB3EHBA11Vxccj2Vpkr0AAAMAAP+ABkAFgAALABsAXAAAJTQmIyIGFRQWMzI2ExEUBiMhIiY1ETQ2MyEyFgUUBxYVFgcWBwYHFgcGBysCIi4BJyYnLgE1ETQ2Nz4BNzY3PgI3PgI3NjMyHgUVFA4BBw4CByEyFgEAJhobJSUbGiagJhr+4BomJhoBIBomBKA3DwMuEREPJwk6QIUkTBFCnFdNeyMaJiQZGGgxRCESGgkJBwscFBMaLkkvIQ8JARMTEgMOCAQBFU5ywBomJhobJSUCG/2AGiYmGgKAGiYmGlY/LCBMPTg9OSVwRUwCHxsaKwEBJRoCgRklAgJyQFchEjwlKicsPBQTFR8yKDweGCZMLCIGGBQOcgAAAAADAAD/AAZABQAACwAbAFwAAAEUBiMiJjU0NjMyFhMRNCYjISIGFREUFjMhMjYlFhUOASMhHgIXHgIVFA4FIyInLgInLgInJicuAScuATURNDY3Njc+AjsDFhcWBxYXFgcWBxQBACYaGyUlGxomoCYa/uAaJiYaASAaJgRpNwFxTv7rBAgOAxISFAEJDyEvSS4aExQcCwcJCRoSIUQxaBgZJCYaI3tNV5xCEUwkhUA6CScPEREuAwPAGiYmGhslJf3lAoAaJiYa/YAaJiavPVhOcg4UGAYlKE0mGB48KDIfFRMUPCwnKiU8EiFXQHICAiUZAoEaJQEBKxobHwJMRXAlOT04PUwgAAAMAAD/gAYABYAACQAPABcAKwA9AFwAZAB/AIwAngCyAMIAACU1NCMiBxUWMzI3MzU0IhUlFSMRIxEjNQURIzUGIyInJjURMxEUFxYzMjcRBRUUBwYjIicVIxEzFTYzMhcWFxUUBwYHBiMiJyY9ATQ3NjIXFh0BIxUUMzI3NDY0NQEVFCI9ATQyATQnLgEnJiEgBw4BBwYVFBceARcWIDc+ATc2ARMjBycjHgEXFhcVMyU1NCcmIyIHBh0BFBcWMzI3NhczESMRBiMiJyY1ESMRFBcWMzI3AREUBiMhIiY1ETQ2MyEyFgOXHREQEBEduEJC/cVQSk4BsUMnJSEJBkIBAQ4UFgE/BwwpIyFDQyAkKQwH+wIDDBs1NB0VFB1mGxWFIhgGAf6BQEACFRMKQiuI/uz+7YgsQQoUFApBK4kCJokrQQoU/Q1aSzM1TgcgCCMLSgEhFR0xMxsVFRszMR0VtUNDFhQPAQFDBgsgJCkB96l3/EB3qal3A8B3qemdMhDgEKsiMzPoRv5ZAadGfv6RKC0cESUBIv7yGAIPHwEYb5I0FSopJAHtoSgqFbYJHQ4WEigmGzuBOxsmJh05TEEzGgEMFQsDOJwzM5w0/QOxUyw7BQ8PBTssV62wVCs8BQ8PBTwrVAM7ASjDwxdcF2c3yXiCOh0mJh06gjodJiYbPAFy/uUfEAIYARD+2yUSGy0BCPxAd6mpdwPAd6mpAAAACwAb/wAF5QYAAAkADwAXACsAPQBbAGMAfQCJAJsArwAAARUUIyInETYzMgUVIzU0MiUzNSEVMxEzITMRIxEGIyInJjURIxEUFxYzMjclNTQnJiMiBzUjETM1FjMyNzYlNSMUBwYjIj0BMzU0JyYjIgcGHQEUFxYzMjc2NzYBNTQiHQEUMgEUBw4BBwYgJy4BJyY1NDc+ATc2IBceARcWATMDESMRJicmJzMTBRUUBwYjIicmPQE0NzYzMhcWJREjNQYjIicmNREzERQXFjMyNxEDyycXFhYXJwFSWlr8Omv+yGlkASBZWR4bEgMBWQgMLjA2Aa0JETYyK1lZLTA2EQkBUlsCByEusxsnQ0QnHB0nRUgkEgMC/aBWVgLPGg5YOrj9Grg6WQ0aGg5YO7cC5rg6WQ0a/BpmeWQOLyUcakcBthwmREMmHBwmQ0QmHAFPWzUyLg0IWwEDEhseASTTQxYBLRZELi5Ell5e/ccB7v6GKhUDIAFs/nkxGCU9XsVJGjg22f1pMDc3G1MNMwokRVdnTyUzMyVPrU8lMzUbGwkDwtJFRdJG/VfqdDtQBhUVBlA7cO7qdDtQBxQUB1A7cAQO/nH+8QEPSopnVP75Rq9RJTMzJlCvUCUzMyVS/g03PiUYMwGK/pEhAhYrAX0AAAIABf+ABXsF9gATACcAAAEGAwYrASImNxMyJwMmNzY7ATIXARYHARUBFgcGKwEiJwE2ATY7ATICVQr3GybvFRQK/QEBoQwLCRfvKBoDygsL/fABUAsKChbvKhj+rRICARkn8RYDZRL+Si4iEwHAAQEXFg8PLQFkEBX8WgH9mRQRDy0CbiADji0AAAAAAwAA/4AGAAWAABMAJwA3AAABNCcmKwEiBwYfARUDBhcWOwEyNwEmKwEiBwEWARY7ATI3NicBNQE2FxEUBiMhIiY1ETQ2MyEyFgKtfhUfuBIIBwh9xAkJCBC5HxMDNwcRux4T/mUBAQUUILgSBwgJ/vwBmQjbqXf8QHepqXcDwHepAwMB3SILDBHYAf6mDg4NJANRDCP9JwL+ISMMDQ8B3AEC0xCI/EB3qal3A8B3qakAAAAAAgAAAAoHAAT2AAIASQAAAS0BEzIEHwEyHgUXHgIXHgEXHQEWBw4BDwEOBiMGISYkLwIuAicuAicuASc9ASY3PgE/AT4GMzYCxwHk/hy5qAE5SUkBIA4hGCAeDgYTJwcICQEBEwckDg4OHiAYIQ8fAfv+iM/+zzAxJCQlQRgGEycHCAkBARMHJA4ODh4gGCEOIAH7AZj6/QFnCQUEAwMGChAXDwYZXDdAkSkoiJGRN1kREQ8XDwoGAwMTAgkDBAQFCiAZBhlcN0CRKSiIkZE3WRERDxcQCgYDAxIAAAUAQP+ABsAFigADABMAFwAbAB8AAAkEFQEVJwc1ATUXATUXNxUJDAGSAe7+qv4WBSz+FgEB/heTAVYBAQFX/VEBVv4S/q4FLgFS/hf+qQFXAen+rv4SAz3+z/7jAT/+5Gz+2wEBAQEBJWxgARwCAQEC/uQE2P7j/tABDv7y/vH+wQEdA37+wf7yATAABgAL/wAF9QYAAAcACwAPABMAFwAbAAAFIREjESERIyU3BQcBNwEHATcBBwMBBwkBNSEVBQn7oqAFnqD8UiEDDyH9WEMC1UP99GYCZmbZAd2A/iP9sgMgYAHg/YACgCydpZwCGpL+rZECtnv9/3sDe/1/YAKB+qGfnwAAAAUAAP+ABgAFgAAHAA8AFwBPAGcAAAA0JiIGFBYyABAGICYQNiAkFAYiJjQ2MiQiJg4CBw4BBw4DFhQGHgIXHgEXHgM2MhY+Ajc+ATc+AyY0Ni4CJy4BJy4DABAHDgEHBiAnLgEnJhA3PgE3NiAXHgEXBACW1JaW1AEg5v645uYBSAFSNkw2Nkz+Rw6LSHlVHTJMFAsPBQEBAQEFDwsUTDIdVXlIiw6LSHlVHTJMFAsPBQEBAQEFDwsUTDIdVXlIAm4FCuTQWP42WNDkCgUFCuTQWAHKWNDkCgIW1JaW1JYBpP645uYBSOY2TDY2TDaAAQEFDwsUTDIdVXlIiw6LSHlVHTJMFAsPBQEBAQEFDwsUTDIdVXlIiw6LSHlVHTJMFAsPBQH+bv42WNDkCgUFCuTQWAHKWNDkCgUFCuTQAAAAAwAA/4AGAAWAAA8AFwAfAAABMhYVERQGIyEiJjURNDYzADQmIgYUFjIkNCYiBhQWMgTgd6mpd/xAd6mpdwGafLB8fLACsHywfHywBYCpd/xAd6mpdwPAd6n8qLB8fLB8fLB8fLB8AAADAAD/gAYABYAAAgAJABUAAAETIQUzCQEzNyEAEAIEICQCEBIkIAQDAMn+bgI2Xv41/jVeaAIKAfvO/p/+Xv6fzs4BYQGiAWEDkv7O4AKz/U2gATH+Xv6fzs4BYQGiAWHOzgAABQAA/1AFgQWjAAoAFgAqAEMAZwAAARYGJy4BNjc2HgEXLgEHDgEXHgE3PgETLgInJAUOAgceAhcWNz4CEw4DBw4BJicuAycmJz8BFiA3HgEGEwYDDgIHBiUmJy4EJy4DJz4ENzY3JAUWFx4BAy8IdTUnHRwmJEk3bw7GYj9LAwSTXFt65BRILDH+3f7tKy5AEh5cNzzk3D81XFYIDw0sJFbPxWcuR1JAFBkgBhLfAjfgFQYQtRpVBSwrIfz+mviSDxUNBQcCCSMVGgkDHSI4JB59vAF7ASmbPBABAqU/TCARUlIREgw7EWtyLBx5RVuACAiYAnobIwkILzEHCiIaHCMJBx0cCAgj/BIaZUNJFDAvAxEIFCI1I2DEEAmUlAYiOAO4p/4YHjQcEX4mG3AMHSkbNAkyyHusSBotHh4PCy4SJVcuTBQ+AAYAAP+ABgAFgAAIABMAJwA6AFkAaQAAATQmBwYWFxY2NxYOASYnJjY3NhYTDgIHBicuAic+Ajc2Fx4CEzQ2JicGICcPARYXFhcWNz4CEzYnJicmBQYHDgIHHgIXHgMXFhcENz4CNxIBERQGIyEiJjURNDYzITIWA1BSJCsBKydUSghYhGoDAjctRo+2FEMnLJupLCZDFQ0uIh7G0iEkMjgLBQ+h/miiDAUaDy+d+bMiHg+HCRErcNj+8YReJiszBAgWJAYBCAYSDWmzAQO1GB8fBDABKKl3/EB3qal3A8B3qQKaKy4WFGkSFzY9Qm4MXEMxWBQfUgE6FRoGBRQUBgcZFBMYBwUjIgUHGf0DBycZBGpqBgyaOFEbLmMTQWoCxzUWNyE/GwwiDxQwHkSMyiQFNBQiC1AUHFsNFCYVAQsBMvxAd6mpdwPAd6mpAAAAAAEARP+ABAAGAAAiAAAlFw4BBwYuAzURIzU+BDc+ATsBESEVIREUHgI3NgOwUBewWWitcE4hqEhyRDAUBQEHBPQBTf6yDSBDME7P7SM+AQI4XHh4OgIg1xpXXW9XLQUH/lj8/foeNDUeAQIAAAIAAP+ABgAFgAAfAC8AACUnBiMGLgI1ESE1IREjIgcOAwcVMxEUHgI3PgEBERQGIyEiJjURNDYzITIWBHA+LDskNBkKAQH/ALwIAQUZNWVEgitXm2NFhwGiqXf8QHepqXcDwHepS7cWARcoKRcBjsIBRgosVmhWGaX+Xjl0akECATAEL/xAd6mpdwPAd6mpAAEAA/9AAv0GAAAXAAAAFgcBBiMiJwEmNzY7ARE0NjsBMhYVETMC9RAN/qIKDQ4K/p0NCAkU4BIOwA4S4AEAJhD+gAoKAYAQExME4A4SEg77IAAAAAEAA/8AAv0FwAAXAAABBisBERQGKwEiJjURIyImNwE2MzIXARYC/QkU4BIOwA4S4BUQDQFeCg0OCgFjDQQTE/sgDhISDgTgJhABgAoK/oAQAAAAAAEAQAEDBwAD/QAXAAABFRQGIyEVFAYnASY1NDcBNhcWHQEhMhYHABIO+yAmEP6ACgoBgBATEwTgDhIC4MAOEuAVEA0BXgoNDgoBYg4ICRTgEgAAAAEAAAEDBsAD/QAXAAABFAcBBicmPQEhIiY9ATQ2MyE1NDYXARYGwAr+gBATE/sgDhISDgTgJhABgAoCgw4K/p4OCAkU4BIOwA4S4BUQDf6iCgAAAAIAAP+ABXEGAAAmADgAAAEGBwYjIicmIyIHBiMiAwI1NDc2MzIXFjMyNzYzMhcWFwYHBhUUFgEUBwYHBgcGBzY3NjceARcUFgVxJ1SBgDFbVkE9UVEzmJWTcXGrSGloIi1iZkd3XjQ0TyNBiv7hHR4/NjYlQwNLSrABAwEBAUF9fcQgICEiAQMBBfLkkpAeHiIiQSRAQzNecXzGBHo9S0s/NhILBpVsaykDEAMEDAAABAAA/wAGgAWAAAMABwALAA8AAAERJREBESERARElEQERIRECqv1WAqr9VgaA/HUDi/x1AhL9dV4CLQLn/W0CNf13/O59ApUDbvzmAp0AAAAGAAD/AAWABX4ABwAPABwANwBNAFsAAAAyNjQmIgYUBDI2NCYiBhQFMhYVERQGIiY1ETQ2BREUBisBFRQGIiY9ASMVFAYjIiY1JyMiJjURAR4BFSE0NjcnJjc2HwE2Mhc3NhcWBwERFAYjIiY1ETQ2MzIWAd0gFxcgFgG8IBYWIBf8+yo8O1Y8PARPQC1LPFY8ijwrKjwBSi5AAq5rgPxjgGxHBwwNB0hf1F9IBw0MBwGWPCsqPDwqKzwEHRcgFxcgFxcgFxcgzzwq/lIrPDwrAa4qPBP9Zi5A4ys8PCvj4ys8PCvjQC4CmgGVN8V1dcU3gw0HBgyEKiqEDAYHDf2V/lIrPDwrAa4rOzsACQAL/wAF+QYAAAgADwAiAQgBFQElATMBSQHxAAABDgEjBjU0NzIXBiYHNhcWASYOAQcGBwYXFjY3PgM8ASYBNCc+AyY0LgInLgEnFhcWBwYHBi4BJy4EJy4DJyY2JicuAScuATY3NhYHBhY3NjQ1LgMnBhcUIy4BBic2JicmBgcGHgE3Njc2ByImJyY2FzIWBgcGBw4BBw4BFx4DFxY3PgM3NhceAQYHDgEHBgcGJyYXFhcWNz4FFhcUDgUHDgInJicmBwYVFA4CFw4BBwYWBwYnJicmNzYHBgcGFx4BFx4BFx4BBgceAhU2Jy4CNz4BFxY3Njc2FxYHBgcGFhc+ATc2JjY3NjM+ARYBNiYnJhUWFzIHBjMyBS4CJy4EBwYWFxY2JzQuAQciBhYXFhcUNzY3NC4BJyYjDgEWBw4CFxY+ATc2MjYBHgIOBQcOAQcOAScuAycmIyIGBw4DJy4BJy4EJyY2NzYuATY3PgE3PgE1FgcGJyYHBhceAwcUBhcWFx4BFx4CNz4CLgEnJicmBwYnJjc+Ajc+Azc2NyYnJjY3NjM2FhceAQcGFxYXHgEXFg4BBw4DJy4EJyYOARcWBwYWNjc+ATc+AS4BJy4BNjceBQKXCwkEBRMFXAQPChgIA/6bBAQFAwMHCgkEEQQBAgIBAgNVNwQHAwMCBwEJAQpKIxghVyELJx8PAQsJFRINDQEOIhkWBAQUCycPOwYIBhYZJRwKCxIVDQURGRYQaxIBCSkZAwEiHBsdAgEJEQcKBgQLBxEBARQYERQBARYJCCcBDQUKDhYKGxYvNwIqGyAFCQsFAwkMFEkJLBoZNgoBARAZKhEmIiEbFg0CAgYGCwcNAxxPNhYVKhYDAR4dDRIXTwgCAQYIFSAEAgYEBQICJC4FKAQUqAkQAx8eCCoOLicEDQYBAxQKLniFLBcLDAIBFgkGFQMXAgIRAhYPJAFDTv2hAwsGCQIDCgMDCwMBowIJEQYFCQUGAgMOKhIJC7QKDAMGBAQDDgQIAjYFDQMPCQkFAwIBCgIEBAgOCAEQDgI3FBYCBxgXJRomCCZfHBFmJhIXCiIeLFYTTBQsRyQzHB2kQBNAJCsYBQoiAQEKCgEKDlYRHhgVNSAzIgkNEgIMBQQBIgMDIhSBIxhkQRcrKwMSFAp5MEQtCwQDAQESHgcIJRYmFG4ODAQCNFAnQTVqJDlFBQUjImM3WQ8IBhILChsbNiISGxIJDgIWJhIQFBMKOFooOz1JNTALJyAhIQMOAQ4PGhAbBGUBEwEGDAMOAQ8DCw0G/lIBCBEFBQgLAQEQCgMIBAUDAwL+mhIYDxkbEB0KIgcrBTBuFBQ/onQoAgQtei4nPB8SDAE+Uh4kFhVBIggDHgEBMjQBA0IZEw8HBEAFHigVCQMIfg8JAwQHOUIBATkfDywfAgMLCQEdExYeASokBA8ODBcBDhoFCBcPCwECEQEMCREJDgYDCw0DBh8EEwQFBwIEBA8XAQEMEBMPCQQJAgUFBAYDBwEOPBoMCz4fCQMHGT8wRB0GqDkSZggYFR8/HBwTAQEEQWUMIAQXhwkPLigDDzsxLhhECBAIAgUJBzQQD0gmCAYuGUMXHQETdCAVaVkaEiUgCwMqERoCAgkFAQ8UwggHAwQDCgYHAQIQNwQBEuALEQgBBAQBBBsDBQLqAgYIAg8BDQ0GBA0FBgMGDAMBBPrIDBkXFhYRFA0SBBNKGxAHEgkdFhEBAQMBARwgGQEBPA0ECwcMEQsXVwsQMCUkCQwEChIiIkkhFAUDDQ8qBhgMFgsPRA4RCQYZCAYgDgMGLDRBJxG+NEoiCRgQFh0uMBIVZjZEFI80cMZaeysVAR0bKp9EX3dxaTvQVzFHKAICIiUeAQEIEwwdBSUOVDdGfUFHBSExIxkSJSAZCwtKRwwfMx4bCw8ACAAA/4AGAAWAAA4AIAAnAC4AMgA+AFYAYgAAJSYDIwcOBAcnFjMyAyYnBCEGFRQWFz4DPwE+AScmJw4BByAFJgcWFz4BASIHNgUmIyIHFhc+BBMmJwcOBAcWFx4BFz4BMh4EFzYQAgQgJAIQEiQgBAQAKmICAhA2lH6IIw+46oQ9FSD+yf6WAVhQMpOKeyYlBBJneHyKwCABLgPc0sdXKW+U/PEBAQECT7n4TE+Dc0V6RzwP5AOSAQkUQ0t9RRkTAgkDJE1GRDw1Kx4Kes7+n/5e/p/OzgFhAaIBYSTxAQEBBhVNV45NC5YCkzE+XQcOfOFZWZteRA4NAQXW1aVB8pfvPB/v5kvlA20BAZGkE6rUGkU2PBX+IuiyAQwZQDlJHDUqBRgFBQQDBQYHBQLI/l7+n87OAWEBogFhzs4AAAACAAD/gAYABYAAPgBeAAABNC4DLwEuBDU0MzIeAzMyNjU0LgEjIg4CFRQeAh8BFhcWFRQGIyIuAyMiBhUUFjMyPgIFFAYjIicGIyIkJgI1NDcmNTQ2MzIXNjMyBBYSFRQHFgSVJzpYTTFoHhwqEg+QK0QoJCwaLzlwrGBEgG9DJkpWPJJaFiBQQTNRMSoyHTIz9KlJhm9CAWvhn4JoTUmP/vu9bxBQ4Z+CaE1JjwEFvW8QUAHZMlM2LBgLGAcHEBAaEU0YISIYQC03WS4fP29JPVs8JQ4kFg4UKCczIC0tIDwtXIMlRnWQn+FQEG+9AQWPSU1ogp/hUBBvvf77j0lNaAAAAAMALP+ABMsGAAAjAD8ARAAAATc2JiMhIgYVERQ3AT4BOwEyNjc2NzYmIyEiJj0BNDYzITI2NwYKAQcOBCMhIgcGAQ4BJyY1ETQ2MyEyFgcDNhoBA+glBRwV/TgXHwYBIxceIe8WHgMYDQQfFf7aHSYmHQFaEiLmD00+BAYGFhsyIf7xDQkI/l4WSQw3TFIDeF9AFp4EPk0ETsIXIiIU+7MHBgFgGg8dD4I9FSYmHSodJRvuSf59/scRFhUsFhQKCf4bGQcJFkwFgjdfamr86hEBOQGDAAAAAAMAAP+ABgAFgAAPAB8ALwAAJRE0JiMhIgYVERQWMyEyNgERNCYjISIGFREUFjMhMjYTERQGIyEiJjURNDYzITIWAsASDv4gDhISDgHgDhICoBIO/iAOEhIOAeAOEqAmGvqAGiYmGgWAGibABAAOEhIO/AAOEhIBjgKADhISDv2ADhISAw76gBomJhoFgBomJgAAAAACAAD/AAUABeAAMQA5AAABFAYjIicDIxUTFhUUBisBERQGKwEiJjURIyImNTQ3EzUjAwYjIiY1NDcBNjMhMhcBFgAUBiImNDYyBQA4KDMd4y33CSYawEIuoC5CwBomCfct4x0zKDgQAQBJZwGAZ0kBABD+YIO6g4O6AeAoOCsBVYT+ZQ8SGib+8C5CQi4BECYaEg8Bm4T+qys4KB0YAYBra/6AGANguoODuoMAAgAA/wAEAAXgACUALQAAAREUBiImNREjERQGIiY1ESMRFAYiJjURIxEUBiImNRE0NjMhMhYAFAYiJjQ2MgQAOFA4QEJcQkBCXEJAOFA4cFACgFBw/uCDuoODugNA/mAoODgoAWD8cC5CQi4B0P4wLkJCLgOQ/qAoODgoAaBQcHABzbqDg7qDAAIAAP+ABgAFgAAVACEAACUBPgEmJyYOAQcGIyInLgIHDgEWFyQQAgQgJAIQEiQgBAMFAV4QER0vKFY9GCQ8OyQYPVYpLh0REARYzv6f/l7+n87OAWEBogFh6gHZFkpgHxoBIhwoKBwiARofYEoWjv5e/p/OzgFhAaIBYc7OAAAAAgAs/wAG1AX/AA8ASQAAADQuAiIOAhQeAjI+ASUGBwURFAcGJyUHBiIvAQUGJyY1ESUmJyY/AScmNzY3JRE0NzYXBTc2Mh8BJTYXFhURBRYXFg8BFxYFwFub1erVm1tbm9Xq1ZsBbwQQ/twNDw7+3LQKIAq0/twODw3+3BAEBQm0tAkFBBABJA0PDgEktAkiCbQBJA4PDQEkEAQFCbS0CQIL6tWbW1ub1erVm1tbmzUPBWD+zhAKCgZe+A0N+F4GCgoQATJgBQ8RDPj4DRAPBWABMhAKCgZe+AwM+F4GCgoQ/s5gBQ8QDfj4DAACAAD/gAW+BX8AEgAxAAAlBiMiJAI1NDcGAhUUHgIzMiQlBgQjIiQmAjU0EjYkNzYXFgcOARUUHgEzMjc2Fx4BBO42OLb+yrRoyf9mq+2CkAEDASZe/oXgnP7kznpzxQESmSwREiFWW5L6lHZuKR8OB+kJtAE2tsClPP6u14Ltq2Z7w8vzes4BHJyZARfMfQYCKSkfTs9zlPqSMxIfDigAAwBA/4AGwAWAAAsAGwArAAAANCYjISIGFBYzITIBERQGIyEiJjURNDYzITIWExEUBiMhIiY1ETQ2MyEyFgRAJhr/ABomJhoBABoCZiYa+oAaJiYaBYAaJkAmGvoAGiYmGgYAGiYCpjQmJjQmAQD8QBomJhoDwBomJgGm/wAaJiYaAQAaJiYAAAIAIP+gBmAFwABCAEgAAAAUBisBFAcXFhQHBiIvAQ4EIxEjESIuAi8BBwYjIicuAT8BJjUjIiY0NjsBEScmNDYyHwEhNzYyFhQPAREzMgEhNDYgFgZgJhrgQ9ATExI2EsYFFEBCYjCAM2VJOw4PtxQcGBMTAxHKOuAaJiYa4K0TJjQTrQNMrRM0JhOt4Br+Rv2AuwEKuwJaNCard9ETNBMTE8UFECkgGgOA/IAbJycNDs8VEBI1FONyoCY0JgEmrRM0JhOtrRMmNBOt/toCAIW7uwAAAf//AAEHfQRHAIUAAAEWBwYHDgIeAhcWFxYXHgIOASMFBiYvAS4DBw4EFxQGDwEGByMGLgIvAS4DAicmND8BNjMlHgEfARYXHgEfAR4DMjc+BCcuAS8BJicmNzY3NhcWFx4DFA4BFRQGHgIXHgE+Ajc2Nz4BPwE+AhclNhYXB30XrRgpKB4fBxMuIgQBjTIDBwcIKib/ABhAFBQeUDlBGAMKGBMPAQcEBBIjc0eWcV0YGQojbGiNPAYDBA8qARIMFgUFEAgUNA8QHTYrKBwNAgYSCQoFAg4HBhk8DRIQFjW6UjUUGw4HAgMCAQYRDggSIio+JTwvBAwFBAIGFAoBICcyBgP4QOYgNTMqORsqLB8CAoNaBQ8mHhkEBRQMDBVWRS8IAQUYI0UrDxkGBRMDBClBQxgYCiiOoAEGjRAWBQYTAgIJBAMLFTJrHB08WDEcBQEIJDpoSShCDQwiCQIWEwsaAgEMBREfITo0WSYLPiIvHwkCBBorWz5oeQoPAwMBAwMBAgUPCQAHAAD/qgb3BUsACgAVACEALwBVAGkAfwAAJTYmJyYGBwYeATY3NiYnJgYHBhcWNhcOAScuATc+ARceASUuASQHBgQXHgEENzYkJRQOAgQgJC4BNTQSNzYkFxYHBh4BNj8BNjIXFgcOAR4BFx4CAh4BBw4BJy4BNzYmBwYmJyY2NzYlHgEHDgEuATc2JicuAQcGLgE2NzYWAqMVFCMiThUWEkRRdAgJDQ4dBxEeDh61LeJva1EvL9Fqb18BCwmg/v+S3/7bDgmgAQGS3wElASZKkMH+/f7m/vTVgouAqQFZSkEtBAYODwYGi9YuLS0CBQ4KDDlcRHRUGRMIKxcXFgcUWD8YKgQFGhg8AVVXMycJMjYaCBwkPj6sVxwwDB8ce/L8IkYPDhohIkUgG5sNGwUFCw0fDgULXmZgJCK5X11cGx21PGCURg4X7ZJglEYOF+2ORI+DaD5Dd7dscwEEgKmGSkCRDgwCAwICOz0/cw0OCwQEEjppAl9eezgXFgcIKxc/YA0FGhgYKQUNT2D9cxsaEjIbUrRERTUSBh84LwYaSwAAAAADAAD/gAYABXIACQATAB0AAAUGIyInPgE3HgEBERQCByYRNBIkARAHJgI1ERYEEgRtq8XEq4rDIiPD/pv9zLWnASQENbXM/bMBJKciXl5X+JCQ+AU9/hv8/mFj1wEYuwFF1v0q/ujXYwGf/AHlHtb+uwAAAAEAAP8ABXoGAABrAAABDgMuAy8BBgAHIiY0NjM2JDcOAi4DJz4BHgIXNjcOAi4FJz4BHgUfATY1LgU2Nx4EDgIPARYUBz4FFhcOBiYvAQYHPgUWBXogWF5oY15PPBARcf6f0BMaGhOtAStmJEheWGJWUyFyyIdyPxk1GgcWR0RfUlZALQZGf2JWPTMhFgUEDAgbRzg0DiYzSW08JAUGFBIIBwEBAw4vNlhfgUQCJz1OVVRMOxERFzIGGEtQd3SOAbFQdD0gAw4eGQoK5P75ARomGQHVvA4SCA0sSn5TLxQjTkwsg6ABAwIDER04SnNGHBETKTs/PzEPEHpJBhRFSnBxjUQZSVBaWFNGNg8PBFwaBxc/NTofAhdOf1I9HhIBAwMDk4gHFzsuJgIxAAQAFf8ABOsFAAAMABAAFAAeAAABFRQGKwEBESEiJj0BARUhEQEVIRElFSE1NDYzITIWBOtzUTn+/P3vUXME1vsqBNb7KgTW+ypzUQNOUXMBG0JVd/7zAQ13VUIBRv8A/wFI/wD/jENDVHd3AAMAAP+ABgAFgAAZACUAMQAAABQHAQYjIiY9ASEiJj0BNDYzITU0NjMyFwEWEC4BIA4BEB4BIDYAEAIEICQCEBIkIAQEgAn+wAkODRP+oA0TEw0BYBIODAwBP6mS+v7Y+pKS+gEo+gFyzv6f/l7+n87OAWEBogFhAo4cCf7ACRMNwBMNwA0TwA4SCv7BqwEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgAAAAADAAD/gAYABYAAGQAlADEAAAEVFAYjIRUUBiMiJwEmNDcBNjMyFh0BITIWEhAuASAOARAeASA2ABACBCAkAhASJCAEBIATDf6gEg4MDP7BCQkBQAkODRMBYA0ToJL6/tj6kpL6ASj6AXLO/p/+Xv6fzs4BYQGiAWEC4MANE8AOEgoBPwkcCQFACRMNwBP+/wEo+pKS+v7Y+pKSAl/+Xv6fzs4BYQGiAWHOzgAAAwAA/4AGAAWAAA8AHwAvAAABERQGIyInASY0NwE2MzIWARE0JiMhIgYVERQWMyEyNgERFAYjISImNRE0NjMhMhYEACYaFBH+QBsbAcARFBomAQATDfxADRMTDQPADRMBAKl3/EB3qal3A8B3qQPA/YAaJgwBQBNCEwFADCb8xgPADRMTDfxADRMTA838QHepqXcDwHepqQADAAD/gAYABYAABwATAB8AAAAUBiImNDYyEiAOARAeASA+ARAmBBACBCAkAhASJCAEBACW1JaW1Cr+2PqSkvoBKPqSkgFyzv6f/l7+n87OAWEBogFhAurUlpbUlgEgkvr+2PqSkvoBKPq9/l7+n87OAWEBogFhzs4AAAAAAgAA/wAGXQXgABUANgAAARcGBCMiJAI1NBI3Fw4BFRQAMzI+ASUXBQYjIicDISImJwMmNz4BMzIWFRQGJxMhFSEXITIXEwP/Zjr+0Luc/veb0aoRepIBB7l+1XUCGzr/AA0QKBHv/igYJQNgAggOVjZCXmhEJQGn/mkQAccoEeQBXcyz3psBCZy1ASo+gzbfhbn++YLdGnKAByMB3SEYAwsRGTM/XkJFYQf+34CAI/45AAAAAgAA/4AGAAWAACMAMwAAATYnJgM2MzIHDgEjIicmJyYHBgcOAQcXNjMyFx4BFxYzMhMSExEUBiMhIiY1ETQ2MyEyFgUMCqvnUSwmVQsEjCMrJw0gHoI7aRtsGzRMCzkyDzwPRGCd4tz6qXf8QHepqXcDwHepA4LYBgj+8xNgOdypNsm9DAddGGAYQzSzN9s3swEmARsBf/xAd6mpdwPAd6mpAAABAAAAAASABYAARAAAARQCBCsBIiY1EQcGIyInJj0BND8BNQcGIyInJj0BND8BNTQ2OwEyFh0BJTYWHQEUBwUVJTYWHQEUBwURNgA1NDY7ATIWBIC9/ry/oA4S1wMGCgkNF+nXAwYKCQ0X6RIOoA4SAXcPGhf+dwF3DxoX/ne8AQQSDqAOEgLAv/68vRIOAmNCAQYKEIAXCEddQgEGChCAFwhH+g4SEg61dAUUEIAXCHlddAUUEIAXCHn+GQ0BFL4OEhIAAwAAAAAFgAWAACMAMwBDAAABFRQGIyERFAYrASImNREhIiY9ATQ2MyERNDY7ATIWFREhMhYTETQmIyEiBhURFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgSAEg7+oBIOQA4S/qAOEhIOAWASDkAOEgFgDhKAXkL8wEJeXkIDQEJegKl3/MB3qal3A0B3qQLgQA4S/qAOEhIOAWASDkAOEgFgDhISDv6gEv4yA0BCXl5C/MBCXl4DgvzAd6mpdwNAd6mpAAAAAAQAAP+ACIAFAAAnAC8APwBQAAABBisBNSMiJjU0Ny4BNDY3JjU0NjsBNTMyFyEeARceAhQOAQcOAQc3FhQHFzY0JwEhBgciBg8BAQ4BKwEDMzIDIxMzMhYXAR4EMwUhJgJsbp6AQA0TBzpNTToHEw1AgJ5uBFkqgRBZei0telkQgSoGNTVRRET7VQP32e85cBsc/uAaWS1gXR2dnR1dYC5YGgEgBA4vMkkkAcj8CXQBoEBALyEYGQIRGBECGRghL0BABxYDDzMsJCwzDwMWB/wkcCQeMJQw/tYmKjAYGP7gGiYB0AHgAdAmGv7gBA0hGRVQQAACAAD/gAaABgAAUgBWAAABMhYVFA8BFxYVFAYjIiYvAQUXFhUUBiMiJi8BBwYjIiY1NDY/AQMHBiMiJjU0Nj8BJyY1NDYzMhYfASUnJjU0NjMyFh8BNzYzMhYVFAYPARM3NgElAwUF7z5TXaw4B1Q7L00PN/7KNwhUPC9MDzeZHRU9UTcsnGmcGhY8UjcsnTUIVDwvTA82ATY2CFU7L00PNaIVFjxVPCydaaQY/PwBNmn+ygL4UT1hITunFRo7VjYtpWqkGBc7VjYtozUJUD0vTA81ATk2CFE8L0wPNZ8YFzxVNi2gaaAYFztWNyyhNwZPOy1JDzb+xDgI/vppATtrAAAAAAMAAP+ABgAFgAAPACkASQAAATIWFREUBiMhIiY1ETQ2MwERBgcOAQcGIzkBIicuAScuAScRFBYzITI2ETQmIyEiBhUUFhceARceBjI+BTclPgEE4HepqXf8QHepqXcD4B8hIsU1YkJCYi++LwwqCjgoA0AoODcp/MAoOD0lL7UnAxwOHBMYFRQVGBMcDhwDAQsjPwWAqXf8QHepqXcDwHep++ABtCMUFn4kRUUgeSAIJgj+TCg4OAJlKTo4KCVPGSByGgITCREJCgUFCgkRCRMCrhdPAAAAAAYAAP8ABwAGAAAFAD8ARwBRAGEAcQAAEzQ3ASYCARQOAwcDATY3PgEmDwEmJyYOAR4BHwETAwE2Nz4BJg8BIiYjNiQzMgQXIyIGFRQeBhcWBRMWFwYjIicBFhUUAgcTNjU0ACAEFhIQAgYEICQmAhASNgAgJDYSEAImJCAEBgIQEhZ/QwFvxO4FCAUPCBsETP7qLioTDhMTzUt/DBEGAw8MUHio/uguKhMOExPNByAKaQFTxpMBC2kKN0oEBAwGEgcWAz/+Bu0BBH6BcGkDe1/Qr+s7/KIBbAFM8I6O8P60/pT+tPCOjvABVQFaAT3liIjl/sP+pv7D5YiI5QKAo5b8E18BdAEIEyc8HFoN/wADOgMFAiEdAQoBCQEMEhMOAQj+uP4IA0ADBQIhHQEKAaC7amBRNwwYExsPHgwkBWvT/XkGBSwgBFKuw9H+n2YCpqlrKgI0jvD+tP6U/rTwjo7wAUwBbAFM8Pm3iOUBPQFaAT3liIjl/sP+pv7D5QAAAAIAAP+ABwAGAAASABsAAAERBSYkJjU0NiQ3FQYEFRQEFxEBEyU3Jic1BBcEPv7w5P6M1skBXdnZ/ukBNeoDrSX985N3oQEVzAYA+gCAFKT9koz3pBqsJuCPmOYeBVD+P/56clNGHawhfAAAAAMAAP8AB4AGAAAMACYAMAAACQEVIxQGIyEiJjUjNQEhETMRIREzESERMxEhETMyFh0BITU0NjsBBTIWHQEhNTQ2MwPAA8CAKRz6ChwpgAEAAQCAAQCAAQCAAQA7HCn5gCkcOwY7HCn4gCkcBgD+gIAaJiYagP8A/QADAP0AAwD9AAMA/QAmGkBAGibAJhqAgBomAAACAAD/gAkABYAADQA2AAABExYGBCAkJjcTBRYyNwAUBwEGIiclDgEHFhUUBxMWBwYrASInJjcTJjU0NzY3JSY0NwE2MhcBBu4SBKz+1v6k/tasBBICPhY0FgRQFvugBAwE/XQrOAY/OjoCCgkPwA8JCgI6OkELV/6zFhYEYAQMBARgArz+xEV2RUV2RQE8tQcHAhAuCP6gAQHOIptlJElFJv5PDgsLCwsOAbEmRUkmz3toCC4IAWABAf6gAAEAbf+ABZMGAAAiAAABEyYjIgcTJgACJxYzMjceARIXPgM3FjMyNzEOAwcGA1sNPispQA0o/v+wXToyLEM/jcEqJZFaeC82NTg6HEAjTgqSAkP9PQsLAsNFAcUBKIsPD2/t/sRFPemTzVcODidjOoYR+AAAAQAA/4AF4QWAACMAAAEhFhUUAgQjIiQmAhASNiQzIBcHJiMiDgEQHgEzMj4DNyEDAALVDLb+r9qd/uTOeXnOARydASzX0Xu3gduAgNuBV5JeRiEG/kwC7kM92f6rwHnOARwBOgEcznnJyXeC3/7434IwSFxSJQAABQAA/wAHAAYAABAAGQAiAE4AXgAAARYHBiAnJjc2MhcWMzI3NjIkFAYiJjU0NjIFFAYiJjQ2MhY3NCYiByYnExcUFjI2NCYjIgcnJgcDBgcmIyIGFRQWFwYVFAQzMiQ1NCc+ASQQAgYEICQmAhASNiQgBBYERxAQPv7uPhAQBhIGMHl4MQYS/tM0SjU1SgG/NUo0NEo1+0ZkJIK1P8g0SjU1JTYa3RMGRbSBIzQyRiUfBgEYxcYBGAceJAFmjvD+tP6U/rTwjo7wAUwBbAFM8AFxEA8+Pg8QBgYxMQbUSjQ0JSY0WiU0NEo1NFIxRiRaBgEbLSU0NUo1MjEFFf7IB1olRjEjOg8bHY7Kyo4gGQ85u/6U/rTwjo7wAUwBbAFM8I6O8AAAAAAFAAD/gAYABYAADwAZACMAUQBhAAABFgcGIicmNzYyFxYyNzYyJRQGIiY1NDYyFgUUBiImNTQ2MhY3NCYjIgcmJzcXHgEzMjY0JiMiBycmBwMGByYjIgYVFBYXBhUUFjMyNjU0Jz4BAREUBiMhIiY1ETQ2MyEyFgOrDQ017DUNDQUQBSrOKgUQ/v4uPi4tQC0BUi4+Li1ALdc8KyofcZo2qwEtHyAtLSAwFb0RBDyabx4sKzwgGgXwqarwBhkfATOpd/xAd6mpdwPAd6kBlw0NNTUNDQYGKioGlh8uLh8gLS0gHy4uHyAtLUcqPB9OBPMnICwtQC0rKgUS/vQGTSA8Kh4yDRkXeq2tehkYDTEB5PxAd6mpdwPAd6mpAAMAAP+ABgAFgAAeADAAPAAAATc1NCYiBhURFAYiJj0BIxUUFjMyNjURNDYzMhYdAQU1IxUUBiMiJj0BBycVFBYyNgAQAgQgJAIQEiQgBANiWnSgdBwmG5dzUlFzGxQTGwGJlhsUExtaPHSicwFRzv6f/l7+n87OAWEBogFhArkbPk9wb0/+5RQbGxR4elJycVABGBMcHBM233p+FBscE3saHHtQcnIBrf5e/p/OzgFhAaIBYc7OAAACAAD/oweABV0AHgAwAAABNTQmIgYVERQGIyImNREhERQWMjY1ETQ2MzIWHQEHBSERFAYjIiY1ERc3ERQWMjY1BCY8VDz8sbL7AUg8VDz9r7D8wwGPAUj7srH8g8M8VDwDOHYqPDwq/Zyv+PuyAQr++is7OysCbKvy9KyIOqH+9rL7+bABDD06/vIqOzsqAAACAAD/gAYABYAADQAdAAAlESERISIGFREhESEyNhMRFAYjISImNRE0NjMhMhYFwP1A/iBdgwLAAeBdg0Cpd/xAd6mpdwPAd6mgAeACwINd/iD9QIMEHfxAd6mpdwPAd6mpAAAACAAAABoIAATmAAUACQANABEAGQAdACUAKQAAATMRIREhGQEjEQERMxEDFTM1EyERITUhNSElESMRASERITUhNSElESMRAUjM/ewBSHsBmc3NzVICFf3rAUj+uAFIewGaAhT97AFH/rkBR3sE5vwpArn96wFx/o8CFf1HArkBHszM/uL8UqNSpAFx/o8CFfxSo1KkAXH+jwAFAAD/gAYABYAACQATACMAMABAAAAAFAYjIicRNjMyABQGIyInETYzMgAQJiMiBwYHBgcRNzUWMzICECYjIgcjETc1FjMyAREUBiMhIiY1ETQ2MyEyFgQWTDUrGxwqNf71TDUrGxwqNQJ+sH0UExc3V3zTM0J9p7F9SkO60zc9fQMXqXf8QHepqXcDwHepAkSAWg8BFREBUYBbDwEVEf0xAQy+A046Xwb9hCnOEwJpAQy+JPy4Kc4TAfj8QHepqXcDwHepqQAAAAoAKf8JB80GAACCALwAygDOANwA4wDnAOkA7QDvAAABNh4DFx4CFw4CBy4FIw8BFhceBx8BFg4CByYGIyInJjU0Nz4CJyYHDgEjIi4BJyYnBCMiJjU0NjclJjQ+Azc+ATMyFhc2MzIWFRQGDwIGFjMyNjU0LgI1NDcnNjU0JzYzMh4FFzcOAxc3LgcnLgIqASMiBz4FNx4CPwEVFzY3Pgg/AQYHDgEHDgIHHgEVFAM+ATMyHgMXBiMiJwE3FwcBFhUUDgMHJz4CMwEHJz4BMzITMxcHATUVDwE/AgTGS4ljZ0ErIVs8RTB5nCQsPBsnLmNJCgYECQYsBx8FEgMGAQEBBwgRAyOEICchAgMCOzcBGBMklz0ZZXAcBhX+Hh8QGBEOAeYICxUTGwUEFwYPGgejCREZEQ+2AQGlFi+QLzcvCkQrBVI+LDcqFBUKGAwyAygtIwE9BREHDgYKBwkEBw8aEi8OflsQKEQ/HUcIDCAgFgwW93wcLCkZIg4jCysIBwIpT/y0DjgsEQMr9ye5NgkbHRcZAnl7PUD++TBtSQGhAyM5MzgEBxVPQRz+RWAGCi0ME9MfCikDeQECAQIBAl8DL0Z3YUg4ajc9Hjc/ECWcrbyVYQIEBQkFJQcdDB4ZJRYhGj8pTA8BFQoQH0oWDTk9FQIaNV1+mRQEGnAWEA8XA2oOFg0KBAUCAQ0gESUWEQ8WAygQGregMSQiAxQYEBITLEkaIBADDg0kH0AcGSgoAgsP1gUVCA8GCgUFAgMEASseIRouG1MJCS0cAQFMAV9fFSQnFy0RORNMDwk1VqXGKwMJCgkTNgcL/FQaKx82LjgFLQsDJAyxMP7QDwEHDwsIBwErAg0HAnQUEQEM/XxTDAYxAQEFAgMEAQAABAAA/xIGAAXuABcANgBdAIMAAAUmBw4BIyInJiMiBw4BFx4BNjc+Ajc2JyYnJiMiBwYHBhcWNjc+BzMyHgEXHgE3NgE0LgIjIg4BIwYuAwcOAQcGFx4BMzI+AhceAxcWNjc+ATcUAgYEICQmAjU0PgU3PgM3PgE3FhceARceBgSPBRMeckqBQAUICw8HAQgia2IyKVcrBwwsExQXNS8YHTEaDgkRFwMPBg4JEA4TCxsjCwgKBQoXAVoKFy0eIYCCJBtJT1hwN3OkAgJMHUNGOZZ2eiAaTkFHFCMvIBwdNXzQ/uv+0P7m1YAnO1JLUi8TDkojPR4kLAiBOSysKxUkVUNTNycyEw4WIjEEDAYUCiAcAwMEIRsHDIQvDg8KDCwYFAgHFAINBAoEBgMCDw4PEQYEDAEvFi0tHFNUASg6OigBAZtlcDQUEUFNQAEBPUk+AQMiLil4zqT+579sc8cBHKBZp3xxS0AdCgglFCgYHFlRmyYdThsNGEVIdn6rAAAABAAA/4AGAAWAAB4APABaAHgAAAEPAg4BJw4BIyImNTQ2NyY2PwEXBwYUFxYyPwMDFwcnJiIGFB8DBy8CLgE3LgE1NDYzMhYXNhYBFAYjIiYnBiYvATcXFjI2NC8DNx8CHgEHHgEDFAYHFgYPASc3NjQmIg8DJz8CPgEXPgEzMhYELqCXHkGtVRBwSVV4WUUWLkEMlwslJSVoJR6Xob4MmAwlaEolHZigl6GXHkQsG0ZaeFVMcwxUqwNneFVKcg5Wu0QLlwwlaEolHpigmKCYHUAvFUxlAmZMGi5DDJcMJUpoJR6YoJihmB1DuFYLc05VeAHPoJgeQC4VRlp5VUhwEFauQQyYCyVoJiUlHpigAhIMmAwlSmklHZigmKCYHkO5Vw9wSVV5YkoUL/uVVXleRxwsRAyYDCVKaCUemKCYoJgeQK1VC3MEF010C1W3QwyYDCVoSiUemKCYoJgeQy0aS2Z5AAAIAAD/AAYABgAARQBYAFsAXwBnAGoAiQCjAAABBiYvASYnLgEnBgcGBw4BJzY3PgE3PgE3JgcOAgcGFAcGBwYnJicmJz4BNzY3NjM+ATc+AhcWBxQOAQcGBxceARceAQMWBwYHBiMmJyYnNx4BNjc2NzIFFycBJREFARcDJwMXNxcBBREBFwcnBgcGKwEiJicmNTQ2MzIeARceATMyNjc+AjcBESUGBCMiJzQnETY3Njc2NxEFMiwBMzIVEQKOARcUFCwrB0QEQ0NRGAQfAwZMFYEOEUQCCGYIJx4CAgEFGhcYEgoEAQYlCzovZAIKQgsJGQQEAgMZHAMZNEAMfQUEDc8DBwwmHh4aFw4EAQMhFDAkExECvj+L+/gCtv1KBNlmtWTYZi3T/i4CPf76njYogpI6IVRP8T8ICggEHCEESa1HX5BVDx8lCgGV/PoO/S4HDQUBAwEFD2sqAi4CAT0BOwQUAcoDBwgJFB0FNQJnTl8PAgQCBFgYthseiQkBIgILCAECEQEKBQcHBBEGEQIGAxAQIwIjBAMKAQEMFQIyOQUyURwGNAIBMQHgDw0XDwwDFw8aAwMEBA4MApLjKv2Z6AQI6f02HwKRH/3oH25BAzu4AXz6EQ2gQlMZDE4uBwkICw8SAiUxHSQHERUGBID7yfYG8w0BAgQ2CQEGBSQOAYDGbmsV/l4ADAAA/wAHAAYAAA8AJwA3AEcAVwBnAHcAhwCXAKcAtwDAAAABMhYVERQGKwEiJjURNDYzBR4BFREUBiMhIiY1ETQ2MyEyFh8BHgEVATU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ATU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ATU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ExEjIiY9ASERASBCXl5CgEJeXkIF4DpGlmr8oEJeOCgCoChgHJgcKP0gEg6ADhISDoAOEhIOgA4SEg6ADhISDoAOEhIOgA4SAQASDoAOEhIOgA4SEg6ADhISDoAOEhIOgA4SEg6ADhIBABIOgA4SEg6ADhISDoAOEhIOgA4SEg6ADhISDoAOEmCgKDj9gASAXkL7wEJeXkIEQEJeoyJ2Rf0AapZeQgYAKDgoHJgcYCj7gIAOEhIOgA4SEgEOgA4SEg6ADhISAQ6ADhISDoAOEhL+DoAOEhIOgA4SEgEOgA4SEg6ADhISAQ6ADhISDoAOEhL+DoAOEhIOgA4SEgEOgA4SEg6ADhISAQ6ADhISDoAOEhIBjgEAOCig/gAAFAAA/wAFgAYAAA8AHwAvAD8ATwBfAG8AfwCPAJ8ArwC/AM8A3wDvAP8BDwEfAS8BPwAAATIWFREUBiMhIiY1ETQ2MwEVFBY7ATI2PQE0JisBIgYRFRQWOwEyNj0BNCYrASIGERUUFjsBMjY9ATQmKwEiBhEVFBY7ATI2PQE0JisBIgYDNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNgE1NCYjISIGHQEUFjMhMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ATU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYFQBomJhr7ABomJhoBwBIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhKAEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhICABIO/sAOEhIOAUAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhIBABIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SBgAmGvmAGiYmGgaAGib+4EAOEhIOQA4SEv7yQA4SEg5ADhIS/vJADhISDkAOEhL+8kAOEhIOQA4SEv6yQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhISAQ5ADhISDkAOEhL7DsAOEhIOwA4SEgIOQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhIS/A5ADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEgAAAAIAQP8QBMAFYAAfACcAAAkBERQGIiY1ESMRFAYiJjURASY0NzYyHwEhNzYyFxYUJBQGIiY0NjIEpP7cQlxCQEJcQv7cHBwdTxzkAXDkHFAcHP6gg7qDg7oD3P7c/MguQkIuAYD+gC5CQi4DOAEkHFAcHBzk5BwcHU/luoODuoMABQAA/4AGgAWAAA8AHQAzAEMAUQAAARQOASMiLgE1ND4BMzIeAQEUBiMiLgE1NDYzMh4BBTIEEhUUDgIjIiYjIgYjIjU0PgIlIi4BNTQ+ATMyHgEVFA4BJTIWFRQOASMiJjU0PgEDDCZYPUx8PCZYPU17PP6qVE1Mg0ZUTUyDRgGKdgESuCI/QitE7z9C/Uq3cKfQAUg9WCY8e009WCY8fAFkTVRGg0xNVEaDBCg8a05znEk8a05zm/3TUHZvnEpQd2+dL8P+6XMuPR0LWlmSVtOudtNOazxKm3NOazxJnHNod1BKnG92UEqdbwABAED/AALABgAAFQAAARQGBxMWBisBIiY3Ey4BNTQ+ATIeAQLAcl8tAiQawBokAi1fclWWqpZVA/CRxSX8yxomJhoDNSXFkYDznZ3zAAAAAAMAAP8ABoAFgAADAAcAHwAABQERBSctAQ0BERQGBwEGIicBLgE1ETQ2NwE2MhcBHgEDgAKA/YBAArr9Rv1GBfokH/1AHEIc/UAfJC4mAsAWLBYCwCYuXQFdAnzpcf7+/gL9ACM8Ef6AEBABgBE8IwMAKEIOAQAICP8ADkIAAAAABwAA/wAIgAYAAAMABwALAA8AEwAXAEIAAAUlEQUnLQEFASURBSctAQUnJREFJy0BBQERFAYHBQYiJyUmJwYHBQYiJyUuATURNDY3JRE0NjclNjIXBR4BFREFHgECgAGA/oBAAZT+bP5sBdQBgP6AQAGU/mz+bCwBgP6AQAG5/kf+RwX5JiH+QBlAGf5ABAMCBf5AGUAZ/kAhJisjAbIrIwHAFzYXAcAjKwGyJCpgwAE6pHCtra39jcABOqRwra2teKUBCqRwvb29/T3+YCQ+EOAODuACAgIC4A4O4BA+JAGgJkAQugGQJkAQwAoKwBBAJv5wuhBAAAAGAAD//ggABQIAAwAJAB8AJgAuAEEAAAEhFSEDIgYHISYDMjY3MwIhIgI1NAAzMh4BFRQHIRQWJSEyNTQjITUhMjY1NCMhJSEyHgIVFAceARUUDgMjIQc4/gEB//xacAYBmBKmP3YR3WT+udb9AQXOis1lAv1uc/s2ASjNx/7SARlOW77+/P7rAlJXiHU/rHJ0MVNygEb9nQStfP7SaVrD/bdAN/7NAQjX0AETiN6JER5veTKntL5JTZDXHEN+W7VSIKZ5S3tUOhoAAAAHAAD/gAYABYAADwAeACUALABBAEcASwAAATIWFREUBiMhIiY1ETQ2MxMhESEyNjU0JzY1NC4CAyM1MzIVFAMjNTMyFRQFIiY1ITY1NCYjIgYVFBYzMjcjDgEDMhcjPgEDIRUhBOB3qal3/EB3qal30/6NAX51oI9rJ0pUTbCjd2G5vXwCCkRIAZsBlYGApJ6GzT6KC0kxcQv+BEZqAT/+wQWAqXf8QHepqXcDwHep/pH87XNxnio0cDlPKhH+wrhaXv6x2XFoIExFChSEsayCh6S/IigBbno4QgEKTQAAAAQAAP+ABwAFgAAHABsAJwA/AAAAFAYiJjQ2MgA0JiMiBxceAQcOAScuASceATMyATQmIyIGFRQWMzI2NxQAIwEOASMiJi8BEQU2MzIXATYAMzIABi6Pyo+Pyv2NkmgbG2hNQR8fmEwVUhQgdkdoA9Czfn+zs39+s5b+9bz+SwzChHm6GeYBhU9eDRYBHAIBC7u8AQsEH8qPj8qP+77QkgYqH5dMTUAfCCEIPEkD336zs35/srJ/vf72/sGBsph0XAGtnTACAZe7AQj+9QAAAAAEAAD/gAYABYAACAAbAEMATQAAADQmIgYVFBYyABQGIyImJxYXFjY3NiYvATYzMgERFAYjISImPQEXHgEzMjY3JTI2NTQmIyIGBwMmIyIHJRE0NjMhMhYDFAYiJjQ2MzIWBNpyoHFxoP4QdFI4Xhk0Ljx4GRgzPVIWFFID/Kl3/EB3qawUk19omgoBWZbT05aU0gLhCRNLPv7XqXcDwHep947IjY1kZY0DKaBxck9Qcf7IpnM6MBQUGDM9PHgYIQUCbfxAd6mpd5lFXHiMZ/zTlZbT0ZT+vgEldwHUd6mp/qBkjY3Ijo0ABgAQ/1YG7wX/AA0AHgAtADwASwBcAAABAwclLgEnLgE+AjcWGwEnDgMPAQMuAT8BNjcnAQMOAQ8BBgcXAxMXFjY3AQYDJScTPgEXHgUBExYGBw4FByYDJSc3AyU3LgMvAQU2Fh8BFgNEDwL+XCQ+EAsHDwkiAk4stJM/YTAfAwS+EQIHCCNPjAaAvAwxExJHlAjm0weq4jn9Jy/a/sMT4RRQKBgxIzAYMAKX1BILFg0oJD0hRgsi5wE5fI7c/l2XIlJFPBERAZUfNgwLJwFv/pAWHQM5JRs4SiRcBwwCOv6FXEiRaVQVFQFlGjwREj99Vv3q/pkdIwMEBwWkAW8Baq0QFhYDsj/+jLsMAWQfHAQCFBYsGTb+xf6VJU4jFCIWFgoSA0gBbMPtU/6LFFZZml1DDQ0BAxsPDz0AAAQAAP9ACAAFgAAHABEAGQBDAAAANCYiBhQWMhMhAy4BIyEiBgcANCYiBhQWMhMRFAYrARUUBiImPQEhFRQGIiY9ASMiJjURNDY7ARM+ATMhMhYXEzMyFgHgXoReXoSCA/hZAhgJ/QAJGAIFA16EXl6E/hIOYHCgcPwAcKBwYA4Sg10caReiYgMAYqIXaRxdgwF+hF5ehF4B4AFlCBMTCP0ZhF5ehF4BAP6ADhKAUHBwUICAUHBwUIASDgGAXYMBo15/f17+XYMABAAA/wAIAAYAADMAOwBFAE0AAAEyFhURFAYrARUUBiImPQEhFRQGIiY9ASMiJjURNDY7ARM+ATsBNTQ2MyEyFh0BMzIWFxMAMjY0JiIGFAEhAy4BIyEiBgcAMjY0JiIGFAcgXYMSDmBwoHD8AHCgcGAOEoNdHGkXomKAEg4BwA4SgGKiF2n5+oReXoReAWQD+FkCGAn9AAkYAgQhhF5ehF4CgINd/oAOEkBQcHBQQEBQcHBQQBIOAYBdgwGjXn/gDhISDuB/Xv5d/iBehF5ehAGCAWUIExMI/LtehF5ehAABACD/AAXgBgAAMwAAJBQGIyEeARUUBiMhIiY1NDY3ISImNDcBIyImNDcBIyImNDcBNjIXARYUBisBARYUBisBAQXgJhr+MgEKJBn+wBkkCgH+MhomEwGS5RomEwGSxRomEwGAEzQTAYATJhrFAZITJhrlAZJaNCYRjSYZIyMZJo0RJjQTAZMmNBMBkyY0EwGAExP+gBM0Jv5tEzQm/m0ABAAA/4AGAAWAABUAKwBEAFAAAAE0JyYjIgcGFRQWMzI3NjMyFxYzMjY3NCcmISIHBhUUFjMyNzYzIBcWMzI2EzQnJiQjIgcOARUUFjMyNzYzMgQXFjMyPgEQAgQgJAIQEiQgBARnHsH+hZoqGxYFIIRv4qsTDhMcYCPt/smZljAjGQceeoEBF9EYDhkjbCh+/rKwzKAXHykfCx2Frp8BLWcVEx0rzc7+n/5e/p/OzgFhAaIBYQFGIBNzIgkrFB0IG2cLG+woFY0qDTMZIwghfA0jAREvF0lLLwclHh8qCCVEPQwpW/5e/p/OzgFhAaIBYc7OAAEAAP+ABAAGAAATAAAJARchESEHAwchEQEnIREhNxM3IQQA/tEYARf+BSyOHv7TAS8Y/ukB+yyOHgEtBNH9uh/+YR7+7x4BLwJHHgGfHgERHgAAABEAAACMCQAEdAAOACUALwA7ADwASABUAGIAYwBxAH8AjQCQAJ4ArADAANQAACU3Ay4BIyIGFQMXHgEzMiU3AzQnJiIHBhUHAxQXFRQXFjMyNzY1ARcHBiIvATc2MjcXBwYjIjUnNzQzMgEDFwcUIyIvATc2MzIfAQcGIyI1Jzc0MzIfAQcGIyImNSc3NDYzMgkBEwcUBiMiLwETNjMyFjcTBxQGIyIvARM2MzIWNxMHBiMiLwETNDYzMhYBOQEDEwcUBiImLwETNDYyFhcTBxQGIiYvARM+ATIWEwcxFAYiJi8CEzU2NzYzMhcWFwEUBiMhLgE1ETQ3NjMyABc2MzIWAxAQEAENCgkODg4BDQkWASoLDA0IEAgNAQoLBgkOCwkJ++wUFAIOAhERAg5YGhoCCAkXFwkIARq8GRkLCgIVFQIKC14XFwIMDRUVDQxgFRUCDgYJFBQJBg4Bgf7fFRUKBxACEhICEAcKXhMTCwgSAhAQAhIIC2ISEgIUEwIQEA0ICQwBicYPDw8UDgEODg8UD2MODhAWEAEMDAEQFg/VDhIaEgEGBgwCCgkLCAcOAgRmpnX87g0SHFVgwwEeETU5daak8QILCg4OCv318QoNNNMCShAIBQUIEAb9vQHrAQoHCwkHDQFsgH4JCX6ACUbPywkKys8J/jIB6/XtCwvt9QwF/PQNDfT8DR/q9hAJB/bqBgn+FgJt/oT2BwsS9gF8EgtP/iz0CAsT9AHUEwsg/gbyFRXyAfoJDQ39EQLq/gLvCg8OC+8B/gsODh7+FOwLEBAL7AHsDBAQ/gjnDRISDXJ1AnwDDwkHBQgS/ZR1pQISDQODFwoi/vnAFqYAAAAEAAD/AAYABgAADQAbACkAOQAAACAkNxUUBgQgJCY9ARYAICQ3FRQGBCAkJj0BFgAgJDcVFAYEICQmPQEWACAEFh0BFAYEICQmPQE0NgITAdoBnHfO/p7+YP6ezncBnAHaAZx3zv6e/mD+ns53AZwB2gGcd87+nv5g/p7OdwG5AaABYs7O/p7+YP6ezs4DAFZUqkV2RUV2RapU/KpWVKpFdkVFdkWqVAEqVlSqRXZFRXZFqlQEKkV2RYBFdkVFdkWARXYACAAA/wAGAAYAABMAGgAjAF4AYwB0AH8AhwAAAR4BFREUBiMhIiY1ETQ2MyEyFhcHESEmJwEmAREhIiY1ESERARYXNjMyFxYHFAYHFQYjIiYnBgcCIyIvASYnJjc+ATc2FxYVNjc2Ny4BNzY7AjIXFgcGBxYdAQYHFgE2Nw4BAQYXNjc0NzY3JjUmNSYnFAcDNjcuAScmJwYHBgUmIxYzMjc0BbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AAv4hMzs6kx4QDgIBBkEwhj/dq5lZDw0YAQUKBAleVQ4JAjQ3RCQYDQ0LHxUBFwwSCQICAQIMN/4bNFUzSQGBDw0BBgcBAwEBAQwBfIeVAhYFTDMbOB4Cdxh0TDAOBASEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAAlEaHgcxFh4BAgEBJighGDv++gcMAQQKGihnLQkPAgJVcIh+UpsyKA8VLwYCAwUee0Wk/hsYhihYA3oqWgclAygEBAEBAgEWDgEB/Wk2GwERBUNtVm84CxgcAQEAAAAABAAA/wAGAAYAABMAGgAjAFQAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhERMVMxMzEzY3NjUzFx4BFxMzEzM1IRUzAwYPASM0LgE1LgEnAyMDDgEPASMnJicDMzUFvBwoOCj6wCg4OCgDgChgHIQBeAoM/scMAWP+YCg4/QBpRqSfgAcDAgQDAQUDgJ+kRv7UWmMFAgIEAQIBBgKQcpACBQEEBAICBWNaBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gADgGv9awHlFBoQCBgDIgn+GwKVa2v+ShQaFQMHCQIFIAkCIf3fCR8GFRUaFAG2awAABAAA/wAGAAYAABMAGgAjAFMAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhESUVITUjNz4COwEWFx4CHwEjFSE1IwMTMzUhFTMHDgEPASMmJyYvATM1IRUzEwMFvBwoOCj6wCg4OCgDgChgHIQBeAoM/scMAWP+YCg4/QABLQEZS2cFCgUBAgEEAgUHA2tMASNEwMND/ulKZwQMAwICAQQGC2pM/t5EvcIEhBxgKPuAKDg4KAZAKDgoHET+iB0MATkM+hIEADgoAaD6AOpqaqEHEwgEBgQHCQShamoBEQEaa2ufBxMEAwQGCwyfa2v+8P7lAAAAAAUAAP8ABgAGAAATABoAIwA4AEMAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhESUVITUjNTMyNz4BNTQmJyYjIRUzEQEjETMyFxYVFAcGBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AASABR12JTCpDT0o/MFL+kFwBBXd4NB84Ph8EhBxgKPuAKDg4KAZAKDgoHET+iB0MATkM+hIEADgoAaD6AOpqaqcPF4BSUXgbE2v91QEYAQwSIVJZHw8AAAAABQAA/wAGAAYAABMAGgAjACoAMgAAAR4BFREUBiMhIiY1ETQ2MyEyFhcHESEmJwEmAREhIiY1ESERAREhNTcXAQQiJjQ2MhYUBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0ABID8AMCAAYD+UKBwcKBwBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gABwP7AwMCAAYCAcKBwcKAAAAkAAP8ABgAGAAADAAcACwAPACMAKgA3AEoAUgAAATUjFQU1Ix0BNSMVBTUjFQEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREjFSM1IREBExYVFAYiJjU0NzYTNTMVMzIWAjI2NCYiBhQCgIABAICAAQCAAzwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOICA/gACjWsIkd6RCBVjgE8WIrxqS0tqSwSAgICAgICAgICAgIABhBxgKPuAKDg4KAZAKDgoHET+iB0MATkM+hIEADgoAaCAgPoAAtH+oxsZU21tUxkbPwFNgIAa/homNCYmNAAAAAAGAAD/AAYABgAAEwAaACMAOQBMAF4AAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhEQEWFREUBwYjIi8BIyImPQE0NjsBNzYBMjc2ECcuAQcOARcWEAcGFhcWJzI3NjQnLgEOARcWFAcGFhcWBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AAewUFAgEDAumgw4SEg6DphABtB8TgYEQNhQVBRFkZBEFFRK9GxRXVxI2JgITNDQTAhMUBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gADLggW/eAWCAIJpxIOwA4Spw/9RxifAZifFQYRETUVe/7CexU1EA+UFF38XRMCJDUUOZQ5FDUSEQAAAAUAAP8ABgAGAAATABoAIwAzAEMAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhEQEyFhURFAYjISImNRE0NjMFFhURFAcGIyInATUBNjMyBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AAoA0TEw0/oA0TEw0A2wUFAgEDgn+9wEJCQ4EBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gADgEw0/oA0TEw0AYA0TAIIFv3AFggCCQEKWgEKCQAAAAYAAP8ABgAGAAATABoAIwA3AEsAWwAAAR4BFREUBiMhIiY1ETQ2MyEyFhcHESEmJwEmAREhIiY1ESERAT4BHwEeAQ8BFxYGDwEGJicDJjchFgcDDgEvAS4BPwEnJjY/ATYWFwEuATcTPgEfAR4BBwMOAScFvBwoOCj6wCg4OCgDgChgHIQBeAoM/scMAWP+YCg4/QABYAgaCzMLAwi2tggDCzMLGgjiDg4EBA4O4ggaCzMLAwi2tggDCzMLGgj+dg0PAooCFg0/DQ8CigIWDQSEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAA4ALAwgmCBoL8/MLGggmCAMLAS0TExMT/tMLAwgmCBoL8/MLGggmCAML/QYCFg0DPw0PAgoCFg38wQ0PAgABACf/lwXZBgAANgAAARUGIwYCBgcGJy4ECgEnIRYaARYXNjcmAjU0NjMyFhUUBw4BIi4BJzY1NCYjIgYVFBYzMgXZZWFByaIvUFIcQWlkc2BXGwEbGlh5ek+pdo6i0LSyvjoHGUM7QRIfOjI1QNKiPgLFxheI/vKhGi0wETVyj+EBBwFuz9r+l/7vxmCp7UgBKLnA9dPAn38BBAwnIGdRV1pjW7rXAAAIAAD/AAcABgAAAwAGAAoADgASABUAGQAtAAATARElBTcnCQElBSctAQUnJREJARcRBSUBEQURFAcBBiInASY1ETQ3ATYyFwEW2AJb/rL+tcHBAzMCW/7z/rJNARD+8P7wiwFO/aUEzcH+tQEN/aUDMyL8zRUsFfzNIiIDMxUsFQMzIgFv/m4BZ98kgYH83AGStN+Gtra2Xd8BZ/5u/u+BAQIktAGS/pkr/d4pF/3eDQ0CIhcpAiIpFwIiDQ393hcAAAAAAgAAAAAIAAV4ACMAVwAAAR4BFRQGIyImIyErAi4BNTQ2NyY1NDYzMhc2JDMyBBIVFAYBFBYzMjcuAScGIyImNTQ2MzIeBTMyNjU0JiMiBxc2MzIWFRQGIyIuBSMiBgcIb4nspwQPA/tHAQIFquxuXAykdV9NSwEns6YBGKMB+syofIlnED8MQ003TU01LFFBQUlRcUF5p6h7j2JdQkw0UEo5K09BQklSbz96qgL8Lsd6pOkBCuelbro2JytzojqavKH+7KMGGP7weo5jFEkOQUM2NUQqRFJSRCqPd3mOYWxAQjM5RSpEUlJEKo0AAAAABgAA/wAHAAYAAA8AFwAfACcALwA3AAAAIAQWEhACBgQgJCYCEBI2JCAHFzYyFzcBNyY0NycGEAAgNycGIicHEiA2ECYgBhAFFzYQJwcWFALKAWwBTPCOjvD+tP6U/rTwjo7wAsD+hKvCUqpSwvvxwhwcwloCQgF8q8JSqlLCygE+4eH+wuEDZMJaWsIcBgCO8P60/pT+tPCOjvABTAFsAUzwDlrCHBzC+/HCUqpSwqv+hP2+WsIcHMIBJuEBPuHh/sIIwqsBfKvCUqoAAQAg/yAG4AXXACEAAAEUAgYEICQmAjU0EiQ3FQYAFRQeAiA+AjU0ACc1FgQSBuCJ5/7A/qD+wOeJwgFQzt3+3War7QEE7atm/t3dzgFQwgKAsP7A54mJ5wFAsNUBc/Af5C3+oOaC7atmZqvtguYBYC3kH/D+jQAAAQAT/wAG7gYAAGMAABM2EjcyMRQHDgQeARceAT4BPwE+AS4BLwEuAy8BNx4BHwE2Ji8BNxcOAQ8BPgE/ARcOAQ8BDgEWFx4BPgE/AT4CLgQvASYzFjEeCBcSAgQjIiQmAhMI2MUFAQgoQDghBUlIMmhNPhAQJxwPGw0OCiktKg4NaCdOFBMBJxUUoaAhJwMEFk8cHGcsUhMTHyIULyFZUUcWFTxJGAQgKjEpDg0OBwooLU8xRCswHBMBA97+bv+5/rTrhQKW2QF6gQECCDNmd5iVpkcyJxAfERAzg3JkHh0ZMSEaBgZzEUYaGzBvIB+3tS5xIiElRxERcw5IHR04m7lALR8UIREQNXx3fHBnUz0REQ0DHSJCMlBKZmiCR/79/mTmlPgBUgAJAAD/AAcABgAADAAbACgAUABdAGwAeQCJAJkAAAUVJiQnNxYXNxYXBxYBBxYXByYQNxcGBxcGFRQBFwYEBzU2Nyc2Nxc2AwcWFAcXBgcnBgcXBiInNyYnByYnNyY0Nyc2Nxc2Nyc2MhcHFhc3FgEVBgcXBgcnBgcnNiQAEAcnNjcnNjU0JzcmJzcnByYnByYnNyYnNRYEABACJiQgBAYCEBIWBCAkNhIQAgYEICQmAhASNiQgBBYDatD+nmo6HSxBlNwRQf3iUxYbOWJiOR4TUiMFCDpq/p7QOEER3JRBLHrpDg7oH0O5OVowNFw0MFo5uUMf6A4O6SFCuTtYMCxsLDBYO7lC/ipBOBHclEEmIzlqAWAEEGI5GxZTJCNSEx45FjkjJkGU3BE4QdEBYAENh+T+xP6m/sTkh4fkATwBWgE85LOO8P60/pT+tPCOjvABTAFsAUzwZkIGz6wiMTI5qCxWDAIRHDw0IbQBmrQhODgcZHBt/ugirM8GQgEMViyoOTICW1AqVipQXE2iQxLxCgrxEkOiTVxQKlYqUF1MokQS8AoK8BJEokwCJkICC1YqqTgqOCGsz/2r/ma0ITQ8HGdtcGQcODghJiE4KjipKlYLAkIGz/0AAVoBPOSHh+T+xP6m/sTkh4fkAp/+lP608I6O8AFMAWwBTPCOjvAAAAcAAP+ABgAFgAAHABAAOQBFAGkAcwCDAAAlFCMiNTQzMgMUIyI1NDMyFjc1BiMmIyIGFRQWFxUGFRQXFQYVFB4CMzI1NCYnLgE1NDc+ATU0JzYTMyY1ETQ3IxYVERQFNQYjIj0BMzIWMzUjNDcjFh0BIxU2MzIWMxUjFRQeAzMyATQmIgYVFBYyNiURFAYjISImNRE0NjMhMhYCRl1rYmYkSk1NJCamTjkyPFZ2OywmKXEoREwr4GBOGzExTVoKJUeJAgKJAwH6HiY1NAkjCWkDjAQ8JAEDEAQCBRIfOCZA/sgwSDEyRjECZKl3/EB3qal3A8B3qeRCP0ABlVVUWjMlfR0dclYyaA8DEUQ1GAMlZi1DIxC8Q0AOBR8YLAgPbk8YHAn+YRs3AYMuFxcw/ngyCXkVUuECdVIUGB8vdQMBAtklNjsmGALaJDc2JSQ1NlP8QHepqXcDwHepqQAAAAAGAET/AAa8BgAABwAQADwASABsAHcAACU0IyIVFDMyAzQmIyIVFDMyARUGBxYVFAYHDgEVFB4FFRAhIi4CNTQ3NSY1NDc1LgE1NDYzMhcyASM2NRE0JzMGFREUJRUGIyIuAzURMzUiJiMiBzUzNTQnMwYVMxUiJisBERQzMgAUBiMiJjU0NjMyAlOlnqyXOzw7fHx3AQ0kKxCSfCgnLUdWVkct/pVFem5BtkM/SF++jGBSYgG23gQE3gQCXUdnPloyHQgCBxgGFSZgBuMGqw85DlVXPf3wTjk6UE87OhZkaGUDXD1SkYcBzcoMCispf7MXCCYnHykXFR4tUzn+0Bk5a0qlPAQpVW0cBBipUYu5L/y+LVkCYV4iIVv9m1mxxCcoPGBYOwFfBAIGvkw2Iyl8vgT+k4MEDnRXVzo7WAAAAAIAAP+ABgAFgAALABsAAAkBIwMGBycDIwERMwERFAYjISImNRE0NjMhMhYDKQEKcJ0YFCqbeAEHZQLXqXf8QHepqXcDwHepAhQB8/7IMCxcATj+E/68A4r8QHepqXcDwHepqQACADn/AATHBgAAHQBJAAAAFAYjIicGBwITFgYHIyImJyY+Azc2NyY1NDYyBBACBCMiJy4BNz4BFxYzMj4CNC4CIg4CFRQXFg4BJicmNTQ+AjMyBANKck88Mz419y0BGxUFFB4CDhUmRkQoPUcQcaAB7pz+855AQxUXBQUkFTM5YbKATEyAssKygEw0Cg0mKQpAXZzYdp4BDQQUoHEjQ0/+jf4YFiECGxR+87+1gjxaSyMqUHEu/sT+9JwOBSUVFBcEDUyAssKygExMgLJhcmgUKBQOE3uOd9icXJwAAQAS/wAG7gYAAGkAAAEmNTQ2NyY2NzQSNzYzMhceBh8BFhUUBhUUHgEVHgEVFAYjIi4EJyYjBwYHHgIXDgEHBiMiLgEnJicuAScOASMiLgM1NDY3PgE3Mjc2NScuAS8BIgcOAQcjIiYnJjUQAQ4IFg0BEQ65fYu5hYUxUjwyIh8UDAE3EgMETVcnJAkVERULEAEBAgU7SRRTNwgCBAVA7jVzUUAPCA5ACCmtUiNEdlRBFB8LOxQECgICMHgNBQQIEkkpAQQEAxcC2hMhFDoQFj4MiwErPEI3FTY6TkZjUDoFU0MONAwBBQUBcslsK3IPFCAVHwIBBJpFFCUuKgQYBmESFhMFAgQBAS0oAw8aNiUoJx0CFgECAgIDC70+AxQpQwQJATYuARMAAAAABgAA/z4IAAXCAAoAFgAhAC0ASQBbAAAANCYjIgYVFBYzMgE0JiMiBhUUFjMyNgI0JiMiBhUUFjMyATQmIyIGFRQWMzI2ASYjIgQCFRQXBiMiLgMnBzckETQSJDMyBBYBFAYHFycGIyIkJhA2JDMyBBYCRDIpK0JCKykDGTMoGy0tGygz7DEpK0JCKykCrDQnGy0tGyc0/vYfJ6n+5KMXIyEaMD4bUgn9SP7ewwFNxbABOdMCb4l1N8eWRKn+5KOjARypoQEcqwQKUjIzKCcz/l8cLC0bHC0sAe9SMjMoJzP+XxwsLRscLSwBqgSa/vmcTkoDAwoEEQJ/2ssBH6kBHKOE6f0/ddVXtW0ljfIBHvKNjfMAAQAA/wAG/wYAAB4AAAEWBwEGBwYjIiclAwYjIicuATURCQElJicmNwE2MzIG5CEG/wAFGw4RCw3+O/ISHw0JExcDYPvT/nUlAwIiBoAPERQF9Rgo+gAdEAgFuf7ZFwQHIRQBXQQj/GOiDikoEwPACQAAAAACAAD/AAb/BfcAGgAgAAABFgcBBgcGIyInJQEGIyInLgE1ESUmJyY3ATYBEwEFCQEG5CEG/wAFGw4RCw398f7WEh0OCRMW/iglAwMjBoAj/svd+mYBUANf/iIF9Rgo+gAdEAgF1/65FQQHIRQBxMEOKScUA8AV+g4FK/zFiQJ//OMAAAACAAD/gAYABYAANABJAAAAEAIGBCMiJCcmNj8BNjMWFx4BMzI+AjQuAiMiBgcXFgcGIyEiJjURNDc2HwE2JDMyBBYFERQGIyEiJj0BNDY7ARE0NjsBMhYGAHrO/uScrP7KbQcBCIkKDxAHSdR3aL2KUVGKvWhitEaJHxERKv5AGiYoJx6CawETk5wBHM79+hIO/sAOEhIO4BIOQA4SAxz+yP7kznqRhAoZCIoJAgpfaFGKvdC9ilFHQooeJygmGgHAKhERH4Flb3rOmP5ADhISDkAOEgFgDhISAAAAAgAA/4AGAAWAAA8AGwAAACAOAhAeAiA+AhAuAQAQAgQgJAIQEiQgBAOC/vztq2Zmq+0BBO2rZmarAZHO/p/+Xv6fzs4BYQGiAWEFAGar7f787atmZqvtAQTtq/63/l7+n87OAWEBogFhzs4AAQA+/4AGwgWAAIUAAAUiJiMiBiMiJjU0PgI3NjUDNCcmIyEiBwYVAxQXHgMVFAYjIiYjIgYjIiY1ND4CNzY1JxE0Ni4EJy4BIiY1NDYzMhYzMjYzMhYVFA4CBwYVExQXFjMhMjc2NRM0Jy4CNTQ2MzIWMzI2MzIWFRQOAgcGFRMUFx4DFRQGBpIssS0ssCwYGiIsOhAhAQENJf1dJg0BASUQQDIoGRgvuS4rqioXGR8pNg8hAQEBAgUIDgkPPC4kGBguuS4qqSoZGSIrOA8jAQENGgK7GQ0BASMSUTMZGSywLCusKxkZIy06DyMBIhA8LyQYgAcHKRkfHgQKChV3AYcVCgQEChX+jY4WCgYBHR8aLAcHKhgeHgUKChd4OQMtAy4bMiInGAYKBBwfGiwHBywaHhsCBgoVi/7AFQsDAwsVAUCLFQsDFyYaLAcHLBoeHAEFCheK/FF3FQoHAh0eGiwAAAABABj/gAT+BYAALAAAARUUBiMiBwYHBhURFAYrASImNREjERQGKwEiJjURJicmJyY1NDc2NzYpATIWBP4lGDIEGgYDJBlsGSSPIxpsGiOTYn5CQFhYeW8BMgHfGSQFQ0kdQAEGGQs1+4AZJCQZBML7PhkkJBkB8AwvOnl1jqZ4diklJAAJAAD/gAYABQAAAwATABcAGwAfAC8APwBDAEcAACUVITUlMhYVERQGIyEiJjURNDYzARUhNRMVIzUBFSE1AzIWFREUBiMhIiY1ETQ2MwEyFhURFAYjISImNRE0NjMFFSM1ExUhNQFg/qACwBomJhr/ABomJhoBoPyg4OAGAP0g4BomJhr/ABomJhoDgBomJhr/ABomJhoCQODg/KCAgICAJhr/ABomJhoBABomAYCAgAIAgID8AICABIAmGv8AGiYmGgEAGib+ACYa/wAaJiYaAQAaJoCAgAIAgIAAAQAA/4AGAAWAACUAAAEyFhAGICY1NDclBiMiJhA2MzIXJSY1NDYgFhAGIyInBRYUBwU2BMCFu7v+9rsC/phcfoW7u4V+XAFoArsBCru7hX5c/pgCAgFoXAIAu/72u7uFDBa0VrsBCrtWtBYMhbu7/va7VrQWGBa0VgAAAAIAAP+ABgAFgAAlADUAACQ0JiMiByc2NCc3FjMyNjQmIgYVFBcHJiMiBhQWMzI3FwYVFBYyAREUBiMhIiY1ETQ2MyEyFgUAfVhUPfECAvE9VFh9fbB+AvE+U1h9fVhTPvECfrABfal3/EB3qal3A8B3qf2wfjp4EA4QeDp+sH19WAcQeDl9sH05eBAHWH0D4PxAd6mpdwPAd6mpAAcAAP8ABwAGAAARAC8APgBMAFgAZABzAAAALgEHDgEHBhYXFjMyNz4BNzYBFwcXFhQPARYVFAIGBCAkJgIQEjYkMzIXNzYyHwETBiMiLwEmNDc2Mh8BFhQXBiIvASY0NzYyHwEWFDYUBisBIiY0NjsBMicVFAYiJj0BNDYyFhcHBiMiJyY0PwE2MhcWFAJFFDAZbKYsChQZDQsqEiKBVBkDuC70RBMTQFlvvf77/uL++71vb70BBY+2oUATNRNE+woMDQpbCQkKGgpaCtwLGAtaCgoJGwlbCSASDmAOEhIOYA6uEhwSEhwSl1sKDA0KCgpaChoKCQOaMhQKLKZsGTAKBShUgSILAa0u80QTNRNAobaP/vu9b2+9AQUBHgEFvW9ZQBMTRAEsCgpaChoKCQlbCRvvCQlbCRsJCgpaChq7HBISHBKgYA4SEg5gDhISRVoKCgkbCVsJCQoaAAMAAP8ABwAGAAAEABQANQAAASUFAyECIAQWEhACBgQgJCYCEBI2ATY9AQcnExcmJxcFJTcGBzcTBycVFBc3BRMHFjI3JxMlAmEBHwEfbf6dBQFsAUzwjo7w/rT+lP608I6O8ARtlWbwP4aW7zX+4f7hNe+Whz7wZpUeAUaLdHX2dXSLAUYC0NDQ/rAEgI7w/rT+lP608I6O8AFMAWwBTPD7SMv7A1ngAUMMzkx8n598TM4M/r3gWQP7y4Qo/tZFJydFASooAAAADAAAAAAHAAWAAA8AHwAvAD8ASQBZAGkAeQCJAKIAsgC8AAAlFRQGKwEiJj0BNDY7ATIWAxUUBisBIiY9ATQ2OwEyFgEVFAYrASImPQE0NjsBMhYDFRQGKwEiJj0BNDY7ATIWJSImPQEhFRQGIwEVFAYrASImPQE0NjsBMhYDFRQGKwEiJj0BNDY7ATIWARUUBisBIiY9ATQ2OwEyFgMVFAYrASImPQE0NjsBMhYBFSE1NAUEHQEhNTQ+BCQgBB4EERUUBisBIiY9ATQ2OwEyFhEVFAYjISImPQEBwBIOwA4SEg7ADhLAEg7ADhISDsAOEgJAEg7ADhISDsAOEsASDsAOEhIOwA4S/cIcJgICJhsC/xIOwA4SEg7ADhLAEg7ADhISDsAOEgJAEg7ADhISDsAOEsASDsAOEhIOwA4SAYD9/v6C/oL9/hEzUI2zAQ0BPgEMtI1QMxESDsAOEhIOwA4SJhv+gBsm4MAOEhIOwA4SEgFywA4SEg7ADhIS/nLADhISDsAOEhIBcsAOEhIOwA4SEpImG4GBGyb94MAOEhIOwA4SEgFywA4SEg7ADhIS/nLADhISDsAOEhIBcsAOEhIOwA4SEgGKDQpoAgFlCg0RNExLTTolJTpNS0w0/lfADhISDsAOEhIBVIEbJiYbgQAAAAAFAAD/AAcABgAAEAAUACUALwA5AAABERQGIxEUBiMhIiY1ERM2MyERIREBERQGIyEiJjURIiY1ESEyFwEVITU0NjMhMhYFFSE1NDYzITIWAsAmGiYa/gAaJvkHGALo/wAEACYa/gAaJhomAagYB/zZ/qASDgEgDhICoP6gEg4BIA4SBMD9ABom/cAaJiYaAgADaRf9QALA/ID+ABomJhoCQCYaAwAXATfg4A4SEg7g4A4SEgABAAD/AAcABgAAHQAAARYUBwEXBwYEJwEjNQEmEj8BFwE2MhYUBwEXATYyBtslJf5vlqCj/ju5/pa1AWp8L6OglgGQJmpKJf5w6gGRJmoEOyZpJv5wlqCjL3z+lrUBarkBxaOglgGRJUprJf5v6gGQJQAAAAQAGf8MBucGAAAJABUAOgBnAAABFAYiJjU0NjIWBRQGIyImNTQ2MzIWExE0JiMhIgYVER4FMjYzNhcWFxYXNhcyHgI+BTcGBxIHBgcGJyY3AzUuAScDFgcGJyYnJhMmJyY2Fx4BFxE0NjMhMhYVETc2FgNpf7J/f7J/AfZ+Wll/f1lafuFAT/uoUzsrW0dbM1kcVQJEGwYEGiMHbwU/F0QmRzNJPUrGeftUa0J1aE5WBAEIIQcBBFdPaHVBaVP7eRkqJwQPA15DBOlDXhUnKgMcU3d3U1R2dlRTd3dTVHZ2/vgCm1dJRFz9XxciFg8HAQQBHAYDGRpbBAMBAQMGCxAXHxiVZ/7jtHEjIC8zcQFGAQIIAf6ucjIvICRytAEbZ5UlNBsCCgMCtkhmZkj9Sg8bNAAABABk/4AGnAYAAAMABwAPABkAAAERIxEhESMREzcRIREhFTcBEQEhByM1IRETA4CRAh+Rkf37VgFG2QMc/k7+utnZ/nJtBE7+TgGy/k4Bsv0I/gMb++fZ2QSq/Av+TtnZBIYBIQAAAAAFAFn/AQWqBf0AFgArAD8ATgBlAAAlFQIHBgcGJicmJyY3PgE3Mjc+ARceAScGDwEEIyYnJicmPgEXMhcWHwEeAQEOAQcGJyYDJyY2NzYXFhceARcWARYHBicBJjc2JBcWFxYSBRYHBgUGBzcGJicmNzY3PgE3NhceARcDBQEFDCc2/yMNBAEFBDyXATsPMRkYG5YDMXj+7REjEwwFCBIqIw29RyxUFxkDOQepMyUaDqovDgURIzABdstOCBz9WgU7Ojj+hggbKQFNOigJAyYCmwMdD/7GQxgBFy4OHh4BSn0yCRwlMJYG2X/+3A0gCAleKg8VDA4KSrNGEwsJCibkNw8nWAIiGTJMtUQCTR0SIgkr/rw21hQOFQoBFU0VMhUrEQEnQhsHFgJRZhQRWAJWIxsrXQ8KIxL9wcgnFApMDwgCBhQWLygBZatCBhMRF905AAAACgAAAAAIAAWAAAMABwALAA8AEwAXABsAIwAsADgAAAEhESETFSE1AREhEQEVITUBFSE1ARUhNQEVITUBESMRFBYyNiURIREUByEyNhMRFAYjISImNREhNQQA/oABgID9gAKA/YAFAP4AAgD+AAIA/gACAP4A/ACAJjQmBoD6AAsFyxomgHBQ+YBQcAEABAD+gP8AgIADAP2AAoD9AICAAQCAgAEAgIABAICA/EADwPxAGiYmGgRA+8AhHyYE2vtAUHBwUARAgAAEACoADQfWBYAACQAfADkAUQAAJCImNTQ2MhYVFDciLgEiDgEjIiY1NDc+ATIWFxYVFAYBIicuASMiDgMjIiY1NDc2JCAEFxYVFAYTIicmJCAEBwYjIiY1NDc2JCAEFxYVFAYEFCiSfVJ9aAJMf4J/SwMSlwpO7ObsTgqXAP8LDIjomFWrf2Q6AhGWCoQBeAGAAXiECpb+Cwuz/n/+OP5/swsLEZcKuwIEAhoCBLsKlw2TFCAsLCAUfDIyMjKWEg0KTVhYTQoNEpYBEAhpYyw+PiyWEgwKhJKShAoMEpYBDwmdn5+dCZYSDQq6zMy6Cg0SlgAADQAA/wAGgAYAAAcADwAXAB8AJwAvADcAPwBLAFMAYwBrAHsAAAQ0JiIGFBYyJDQmIgYUFjIANCYiBhQWMgA0JiIGFBYyADQmIgYUFjIANCYiBhQWMgA0JiIGFBYyADQmIgYUFjIBETQmIgYVERQWMjYANCYiBhQWMgERNCYjISIGFREUFjMhMjYQNCYiBhQWMhMRFAYjISImNRE0NjMhMhYBgEtqS0tqActLaktLav7LS2pLS2oDS0tqS0tq/stLaktLav7LS2pLS2oDS0tqS0tq/stLaktLagNLTGhMTGhM/oBLaktLagHLJhr7ABomJhoFABomS2pLS2rLTDT6gDRMTDQFgDRMNWpLS2pLS2pLS2pLActqS0tqS/7LaktLaksBy2pLS2pLActqS0tqS/7LaktLaksBy2pLS2pL/YABgDRMTDT+gDRMTAL/aktLaksBwAEAGiYmGv8AGiYm/qVqS0tqSwMA+gA0TEw0BgA0TEwAAgAJ/wAF7wYAACcARQAAARYHAiEjIgYPAQMHDgErASImNz4DNzY7ARY3Njc2NzY3PgEWFxYnFAcGBwYHFCMnIgcGAwYjISImNxM+ATMhMhYXHgEF7xIWV/4iLBkmBQQ3AgUnGfsVGAMJIxIkCQUmg4Vnr3BmNRgLAQMEBE+ZLlDecYtaWmQSAlMBC/7ZFh0D6AUtHQJWIn8wa3EDelR4/kQhGhP+pg8aIR4VOOBw3zglAhcnaV+XRj8GAwEDO7NrgelSKAIBAWAI/fYKIRYFvx0mGhMppAAABAAn/wAHAAYAAAoAEgAZACgAAAEyFwATIQIDJjYzAQYHAgM2NxITEgATIQIJARADAgECAyY2MyEyFhcSAbkhEwEKYP5Cf/AMEhQDpDFMT7EoBNPh6wErI/49Kf4ABGhlQ/7cGVEEExABZxUjBXMDYBr+lP5mAbkBNBAj/pvHwgE2ARzd5P6sAY/+vP0T/nECmQMn/cD+WP58AjACCwEtARsQGRoU/mcABwAA/4AJAAWAAAgADwAYABwAPgBJAFkAAAEjNj8BPgE3FwUDJiMhBwQlAycuAScTMwEDMxMjBSYjIgYHBhceARUUBiMiLwEHFjMWNjc0Jy4BNTQ2MzYfASUjIgcDMzczFhczExEUBiMhIiY1ETQ2MyEyFge3ig40AwQMAwz6gjoLQP70AgE3AQ+iERp2SIevAQUlpmimAphFUHucAQGSMCY8J1ZGFhdKb4KdAowxLDEuRjYPAcCAQRb2riPUBQ+agEw0+AA0TEw0CAA0TAIiJY4JCiAKN3gBJzYNT1z+SllGdx3+AgKB/X4CghAbdl5mSBckFR4gIQuQIgF4ZGpEGSIVFiEBGQibNv20YBZKA8L7ADRMTDQFADRMTAAYAAD/gAkABYAAEQAZACsAMwBAAEcAWABjAGcAcQB6AJwAuADHAOUA+QELARkBLQE8AUoBWAF7AYsAAAEmIyIOAhUUHgIzMjcmAhI3BgISFzYSAicWEgIHFjMyPgI1NC4CIyIBMzUjFTMVOwI1IwcnIxUzNRczNwMVKwE1OwEVMycyMzc2NC8BIisBFTM1MyQ0NjMyFhUUBiMiJDIXIwQ0NjIWFRQGIyI2NDYyFhUUBiIXIiciJjUmNTQ3NDc2MTI1NjMyFxYxFxUWFQccASMHBiMGJTM1NCYnIgcmIyIHNSMVMzU0MzIdATM1NDMyFRczPQEjFSYjIgYUFjMyPwE0LwEmNTQzMhc3JiMiBhUUHwEWFRQjIicHFjMyNhcnBiMiPQEzNSM1IxUjFTMVFDMyNyIGFRQWMzI3JwYjIiczNTQmMyIHNSMVMzU0MzIXNyYWFBYzMjcnBiciJjQ2MzIXNyYjIhczPQEjFSYjIgYUFjMyPwEiBzUjFTM1NDMyFzcmFzM9ASMVJiIGFBYzMj8BByIjBgcGFQYVFBcUFx4BMzI3ND8BNjc2NTQnJic0LwEiJgERFAYjISImNRE0NjMhMhYEX4CZZ72IUVGIvGiZgINeX6N+XFt/f1tcXYJfXoOAmWi8iFFRiL1nmQJlBxEHAx0EBQYGBQMGBAUIAgMDAgMEAQEBAQEBAgEGAwH7FhYTEhYWEhMBpTwFRgGHFiQXFhMS+hckFxckhwICAQQBAQIBAgICAwEEAgEBAQECAgH6vB4dGSAPDh8YDx4eIR4dIR6mHR0RGh0mJh0cD7IvDhcZFxQMFiEaHi8NGB8ZFA0ZIR0hgggNDRMwMB4cHC8VZR0mJx4hFg4SFSIHZSSDFwweHh0KCAkJEichHRMOEhESFxcSExAOFBwhzh4eDxsdJycdHA6FFwwdHR0KCAkIfx0dDzgnJxwdDk4CAgECAgMBAQMCBAMEAgICAQIBAQECAgIBBAFnTDT4ADRMTDQIADRMBKtVUYi8Z2i8iFFVawE9ATxTY/7T/tRjYwEsAS17a/7D/sNqVVGIvGhnvIhR/NkDAxEUDQ0UDw0N/jkCAwoFAQEEAQENBSwmGBkSExhXIB8mGBkSExgZJBkZEhMYHQEEAQICAwECAgEBAQECBAECAQECAgICAQRVGB0BGBgUEIdLJCRLSyQkS0RDEBQoPigUGCIGAgQKDwsYDhgUIQYCBAoRDhcRGA4ZBxY9GykpGz0yjigfICcTFg8hDCAnFBCHTCMEHAQoPigQGA0BGCYYDBgQi0RDEBQoPigUehQQh0wjBBwEi0R6RxQpPCkUAwEBAgEDAgQDAgICAgIBAQEBAQMCAwQCAQMBAQEBBOX7ADRMTDQFADRMTAAADAAA/4AJAAWAAAoAEQAbAB8AQgBXAGIAagBxAH0AigCaAAABFAcGKwE1MzIXFiUUKwE1MzIFNCYrAREzMjc2FzMRIwU0JicuATU0NjMyFzcmIyIGFRQWFxYXFhUUBiMiJwcWMzI2BTUGIyImNTQ2MzIXNSYjIgYUFjMyAREOAQwCBSEyNgA0JiIGFBYyJRMjBycjEzczNSM1MzUjNTM1IwEzJzY1NCYrAREzNTMBERQGIyEiJjURNDYzITIWATkkHTwRET0cJAbwQBMUP/lTZE9fX0otPB5BQQFAKTcdFRsVHRgiKTksPCQuJQgTHBYwFyosRzNAARYlKTE/Py4rJigoSmdmSioE90Gf/sT+qf4U/v4GIRom/K1qlmpqlgECkEdaWUeO0Lh3c3N3uAGHUGlMPjhhQQkBIU03+Ag3TU03B/g3TQL3MyEa3BsfDTRlckpd/rMmM1kBTegoLBQKEg4QFRssJTcoIykQDQYMFhQbLChAPSlNJUEyMEMmTRRlkmX9twIPKFiSgYwwJgLElmpqlmoIAVbg4P6qCThaOEo5/rOMEE4vNP6zhQIk+ww4Tk44BPQ4Tk4AAAAAEgAA/4AJAAWAAAIACwAOABUAHAAjACYAOgBPAFsAzgDiAPkBBQEJASQBPwFiAAATMycBNycjFTMVIxUlFzUXNCsBFTMyJTQrARUzMgE0KwEVMzIFMyclESM1ByMnFSMnIwcjEzMTETMXNwEUDgQiJiMVIycHIREhFzczMiUVIxEzFSMVMxUjFQEVFAYjISImNREzNzMXMzUXMzcVITU3Mh0BITUeAjYzNzMXMzUXMxEjFScjFScjIgc1IxUmIyEHJyMVJyMHETQ2MyEyFhURIyIHNSMiBzUhFSYrARUmKwEHJyERITcXMzUzMjcVMzUzMhYdASEyNxUzMiUUBgceAR0BIzU0JisBFSMRMzIWARQGBx4BHQEjNDYuAysBFSMRFzIWARUjETMVIxUzFSMVAREjEQEUKwE1MzI1NCYiLgE1NDY7ARUjIhUUFjYeATcVBisBNTMyNTQmBi4CNTQ2OwEVIyIVFB4BAxEjJxUjJyMHIyI1NDsBFSImDgQVFBY7ATczExEzFzV3WS0CQUpGo46OAT1jvShUUykBISpSUSv+6ipSUSsBy1ks/BZCXjlehBmHGUZ0YG5qVU0CmAsRHBgnGCkJflBT/wABBFBSz23+3dnZmJSUBdRNN/gIN01vGTcZ2hNxFAIdCgoBFxdAKVUJGTgZ4yK2tBm5F/lFKKwYMf2MKyvGFqlOTTcH+DdNeDMesTcX/sQfONEXROo2Mv6jAVc3NNMVOx+uCAgEAhE5H6g8/S0YFhkSQRgiRUGaMDr+6xkVGhFBAQEFDBcSRkCZMToCEdjYl5SU/u1CAvdmfn4iIjEyIjQognckIzExI+8YQH19IRklKyUZNSiBdiQ6T5RceoQahhlLgYU/ByoPHwwRBhskHVxhbWNyA1Zs/YZPTzE3Nk5u2TwhRSgdPQHyHTwmbC/+8dTU1NQ8PAEP/v8BAbi4/dQUHhQNBwIBW1paAQ9ZWfw4AQ85MTc2/dHlN09PNwKmPT0uLi8vYwEOVhcMDAECPT06OgF6LCwsLBYWFhZhYSwsswGHN09PN/1aFhYWFhYWFhY6Ov6GOztZDWZjBAhXGBj7FygJCSIdNi0hFWMBDx4BqBgoCQkhHjUJIw8WCgdiAQ8BHf10OAEPODE3NgKp/vEBD/10VjoZEAoHJiQnKjkZEAkBBiUOZSM6GQ0MAQULJR4nKjkZFAQGAkL+8svLPDyFijsCAQMKER0TJijV/wABALy8AAAAAAsAAP+ACQAFgAALABcAIwA6AFMAbgCFAJ8ArgC5AMkAAAEUBiMiJjU0NjMyFiUUBiMHNzY7ATIeAQUUBiMiJjU0NjMyFiU0JisBIgcDBhY7ATI/AT4CMhYzMjYFEzYmKwEiByYjIgYVFBYzMjY3BhUUOwEyADQmKwEiDwEnJisBIgYVFB4BFwYVFDsBMjcBJTQmKwEiBwMGFjsBMj8BPgIyFjMyNgUTNiYrASIHJiMiBhUUFjMyNjcUBhUUOwEyEzU0KwEiBwMHFBY7ATI3AQ4BIwc3NjsBMhYBERQGIyEiJjURNDYzITIWAukzJR0jMiUcJQMRLCwgEQILEhYaGAFfMyQdJDIlHCX6qE0+oBMCQQEIBkwUAhIBDBIQFgNWYgE1KQEIBkwOAxtESGVFOhw8EgQNRRMBwggFTQsHaiwFEUsFCCctAVINTQsHAP8Bfk0+nxQCQQEIBlIMBBIBDBIQFgNWYgE1KQEIBkwOAxpFSGVFOh08EQQNRRPdDUoLAkEBCAZCEwL5SQUqJyERAgsTKCQHckw0+AA0TEw0CAA0TAJ2JTEgHCUzIXgqHgFrCwQVqSQyIBwlMyGOOzUT/mgGChNuCAoDAmHiAQUGCiEobEk7RhgUDAkQARUKCQqclhAJBQJyhARwCA0KAXA4OzUT/mgGCg10CAoDAmHiAQUGCiEobEk7RhgUARAEEAGsAQ4L/mACBQkTARMjFgFrCxcB3/sANExMNAUANExMAAAACgAA/4AJAAWAAAoADwAyAEgAVwBbAGwAdACLAJsAAAEUBwYjIic1NjMyBSM2MzIFNCYnLgE1NDMyFzcmIyIHBhUUFhceARUUIyImJwcWMzI3NgE3IzUPAzMVFBcWMzI3NQYjIj0BBTUmIyIGBycjETMRNjMyEzMRIwU0JyYjIgcnIxE3NRYzMjc2ADQmIgYUFjIBNCcmIyIGFRQXFjMyNycGIyInJiczNhMRFAYjISImNRE0NjMhMhYGPRUTIRcSHRw5AbZuBjIz+exCRCQgJjpCEkNSTS4wQUMnHzAdUh8SSGBRMDMBJxNggRIuET4sJkkgLyAMKgGJDw0gLwoKg5YaOBAvlpYCbi0oR0A1CISWJCBTMz3+LC5CLi5CA7AwMl5gbz83amU7EDlHKxQXBfgCgEw0+AA0TEw0CAA0TAJ5RSUjCeAeVmLpO0EZDRYOGiFwICYnRjpBGA4XEB8ZEnEpJSkBI2+HFXIIZ9tUJB4LdgcyxRmLAyAeOP4pATIf/q8B1956OTQ4L/17GZcLOEEBxEIuLkIv/utxP0CEcoA8NyhnHxMTLw4CsfsANExMNAUANExMAAADAA7/AAfyBgAACwAXAD8AAAESFxQGIyEUBiImJwUyNCMiJjU0IhUUFgEWBgcBBiYvASY2PwEmNT4ENTQSNyY1NDYyFhUUBx4BFwE2FhcGFj3tTDT+QJbUlQEBABAQO1UgZwQzCAEK+LAKGwhUCAEKuhMyUlg9J+q+CDhQOAh8vjUBogobCAKs/pzINExqlpVqryBVOxAQSWcGQAobCfmqCAIKYAobCKEgIipck6ryi5gBBRwTFCg4OCgUExKBXQFrCAIKAAAAAAQADv8AB/IGAAALABYAJgBOAAAENCMiJjU0IhUUFjMJAS4BIyIOAhUQARQGIyEUBiImJzchJgM3EgEXFgYHAQYmLwEmNj8BJjU+BDU0EjcmNTQ2MhYVFAceARcBNhYEEBA7VSBnSf33A20qtYVdmVowBMBMNP5AltSVAZUC9aY9bz0BQ1QIAQr4sAobCFQIAQq6EzJSWD0n6r4IOFA4CHy+NQGiChuwIFU7EBBJZwHrAvhYdT9ibDP+gP5ANExqlpVqgbsBEGH+nASoYAobCfmqCAIKYAobCKEgIipck6ryi5gBBRwTFCg4OCgUExKBXQFrCAIAAAAABQAA/4AFgAWAAA8AHwAvADcAWwAAJRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2ASEnJichBgcFFRQGKwERFAYjISImNREjIiY9ATQ2MyE3PgEzITIWHwEhMhYCABIOQA4SEg5ADhIBABIOQA4SEg5ADhIBABIOQA4SEg5ADhL94AHAMAcK/sMKBwNvEg5gXkL8wEJeYA4SEg4BNUYPTigBQChOD0YBNQ4SoALADhISDv1ADhISDgLADhISDv1ADhISDgLADhISDv1ADhISA+51CQICCZVADhL8TFN5dVMDuBIOQA4SpyU0NCWnEgADAAD/gAYABYAALAA8AEgAAAEVFA4CIyIANTQAMzIeAx0BFCsBIj0BNCYjIgYVFBYzMjY9ATQ2OwEyFgIgDgIQHgIgPgIQLgEAEAIEICQCEBIkIAQEfklzeTnN/u0BEMsiU2dSOBB2EINIjLG3jkSMCQZ3Bgr8/vztq2Zmq+0BBO2rZmarAZHO/p/+Xv6fzs4BYQGiAWEBzm0yTisWARbPywEQCRspSC1tEBBGKzG3kpfFMCpGBwkJAytmq+3+/O2rZmar7QEE7av+t/5e/p/OzgFhAaIBYc7OAAAAAgAA/4AGAAWAAA4AYgAAATQmIyIOAhUUFjMyPgEFFA4CByIGIyInJicOASMiJjU0EjYzMhYXPwE+ATsBMhcWBwMGFRQWMz4ENRAAISIOAhAeAjMyNzYWHwEWBwYHDgEjIiQmAhASNiQzIAADzGteP3piPWthYKBVAjRKe4xLBhMHXy8cBTSfXqGxhOKFV4gmAgsBCQV2BQgFAngFGSAcOlhCMP6k/tyC7atmZqvtguSxCxoIKQgBAgpm+4Wc/uTOenrOARycAVgBqAL5bHo9bKZhcHqFxxFvrGIzAgE1ITJCWL+unQEKm0dAEzgGDAsFC/2aGBgnGgEJJz12TgEkAVxmq+3+/O2rZpAJAgsxDAwNCVNaes4BHAE4ARzOev5YAAAAAAIAAP8ABwAGAAAjACgAAAAWEA8BFxYUDwEGIi8BAQYrAQUnEzU0NwEnJjQ/ATYyHwE3NgkBJwEVBkS8XuFoCgrSChoKaf2lJTXL/wBAgCUCW2kKCtIKGgpo3138xQJAwP3ABgC8/vdd32gKGgrSCgpp/aUlgEABAMs1JQJbaQoaCtIKCmjhXvpAAkDA/cDAAAIAAP8ABv4GAAAQACkAAAEyFhUUBwAHBiMiJjU0NwE2AR4BHwEWACMiLgI1HgMzMjc+BAZPRmkt/rSFYXl+tVwCfjv8uieHUwEE/vXXe75zOgdEOD4PKQ4ZQUpmaAYAXUY/WP2Le1u5f4BUAkM2+/ZMbBZH1f70XaLMdgUyJyIlQl07JA8AAAAFAAD/AAcABgAALQBvAH8AjwCfAAAlESERMj4BNz4BMzIeARceAjMyPgE3PgIzMhYXHgIyPgE3PgEzMhYXHgITFSIuAScuAiMiDgEHDgIjIiYnLgIjIg4BBw4CIyImJy4CIyIOAQcOASM1NDY7AREhESERIREhESERMzIWARQGIyImNTQ+BDUyFgUUBiMiJjU0PgQ1MhYFFAYjIiY1ND4ENTIWBwD5AC1QJhweKyMYKBYWHSRQLi1QJB4VFycYIyseHCZQWlAmHB4rIyIrHhwmUC0YKBYWHSRQLS5QJB0WFigYIyseHSRQLi1QJB4VFycYIyseHCZQLS5QJB0eKyNwUEABAAEAAQABAAEAQFBw+wBIODVLExwiHBMmWgIASDg1SxMcIhwTJloCAEg4NUsTHCIcEyZagP6AAYAcGxgbFg4QExkaHB0ZGRMQDhYbGBscHBsYGxYWGxgbHAFAwA4QExkaHBwaGRMQDhYbGRocHRkZExAOFhsYGxwcGhkbFsBQcAHA/kABwP5AAcD+QHADEE1TSzUdLBggHzomlExNU0s1HSwYIB86JpRMTVNLNR0sGCAfOiaUAAIAAP+ACAAFgAAFAAsAACEVIREzEQkBIREJAQgA+ACABgABAPmAAcACQIAGAPqABAD8gAJAAkD9wAAAAAMAAP+ABsAGAAALABAAFgAACQEGBCMiJAIQEiQzEyEUAgcTIREyBBIDAAIiav7lndH+n87OAWHRuwMFeGyk/QDRAWHOAob93mx4zgFhAaIBYc79AJ3+5WoCogMAzv6fAAIAAP+ACAAFgAAFAB8AACEVIREzEQERFAYvAQEGIi8BAScBNjIfAQEnJjYzITIWCAD4AIAHACcQef2HChoK6f5gwAJJChoK6QHQeRARFQGzDhKABgD6gATg/k0VERB5/YcKCun+YMACSQoK6QHQeRAnEgAAAQAAAAAHAARXAGAAAAEUFx4DFwQVFAYjIi4GJy4DIyIOARUUFjMyNzY3FwYHFwYhIiYCNTQ+AjMyHgYXFjMyNjU0LgYnJjU0NhceARcjHgIXByYnNSYjIgYFDAoKHjQkJQFF05U7aU5MMjkeMQsgO1h4UmCuZtWdsVE4G1QPHQGD/v+T9YhXkcdpV5BnVzo7KjoaYIlRcyY/UldYSjgLA69vTlUwAQwWHgSBGhwXSjFGA0AGIx0pGw0KW/GSwSU2X1B/T4YcUWlYKG+yYKDvXz81mCIkAZieAQGSacqXXCY+YmSGc5I2yGFQKjwgHxctO2lGEBFupAQDFyoLGy0FYzEVARVCAAAAAgAA/4AGAAWAAFcAZwAAATQnLgInNC4BNTQ2MzIXIxYXNyYnLgEjIgYVFBceARceAx0BFgYjIicuBSMiDgEXFR4CMzI3NjcnDgEjIiY1NDYzMhYXHgczMjYTERQGIyEiJjURNDYzITIWBZjqIyQoCQQCMSQ2EQEUE10nCiFFM1B8AhBhZB0oMhsBUzthRhc5J0VPgFNltmoDBF2ubbpdFAs8KnJZc5ikaHB0LggjFikkNzhMKmuYaKl3/EB3qal3A8B3qQHkrUIKDSUcAg0LAiQvDw8kRzYKHRRzUAcQYFgdCA8cKRoFOkaQL5Vmd0gxcLhkAWy2cW4bGG1QSK51aahrdxVfOls5RCcbiwLl/EB3qal3A8B3qakAAAADAAAAAAgABQAADwAfADMAAAA0LgIiDgIUHgIyPgEkNC4CIyEWEhACByEyPgESEA4CIyEiLgIQPgIzITIeAQSAUYq90L2KUVGKvdC9igNRUYq9aP5+d4uLdwGCaL2K0War7YL9AILtq2Zmq+2CAwCC7asCGNC9ilFRir3QvYpRUYq90L2KUVr+9P7M/vRaUYoBp/787atmZqvtAQTtq2ZmqwAAAAIAAAAACAAFAAATACMAABgBPgIzITIeAhAOAiMhIi4BBDI+AjQuAiIOAhQeAWar7YIDAILtq2Zmq+2C/QCC7asEstC9ilFRir3QvYpRUYoB/gEE7atmZqvt/vztq2Zmq5FRir3QvYpRUYq90L2KAAAFAAAAAAkABQAADgASABgALABcAAABISImPwEmIyIGEBYzMjYnMyYnBQEhBxYXBBAmIyIHExYGBwYjIicDBhUUFiAAEAAgADU0NjcnAQYrAQ4BIyIAEAAzMhc3IyImNDYzIRUhJyMiJjQ2MyEyFwE2MzIC+v7GKCMYvEFIhLy8hHOwo7oSOQFxASD+IGNpFQUFvIQ8Pa4PChYPFSMSrl28AQgBPP75/o7++U9GQf6fEiHFF/youf75AQe5cmWJ4BomJhoBgAGzVd4aJiYaAQAhFAELW2W5AYBGIPsfvP74vJHvVT+UAYCEZ5XEAQi8GP78FzQOCx0BBF+ChLwB+f6O/vkBB7lhrT9i/isapNwBBwFyAQc3tyY0JoCAJjQmHP5wLAAABQAA/wAGAAYAAAcADwAfACsASwAAADQmIgYUFjIkNCYiBhQWMhMDLgEjISIGBwMGFjMhMjYCNCYjISIGFBYzITIBESMVFAYiJj0BIRUUBiImPQEjETQ3Ez4BJCAEFhcTFgGAS2pLS2oES0tqS0tqHUgFIxf8ahcjBUgFJh4EJh4m5xwU/YAUHBwUAoAUAayAS2pL/QBLakuAGWcJsQEbAVYBG7EJaRcBC2pLS2pLS2pLS2pLAgwBgBcdHRf+gB4uLgJuKBwcKBz9W/2lgDVLSzWAgDVLSzWAAltwbwHGTnY8PHZO/jpmAAMAAP+ICAAF+AALAC4AUgAAABQGIyEiJjQ2MyEyBTQnISImNTQ2MyEmJCMiBAIVFBchMhYVFAYjIRYEMzI+AgEUBisBFhUUAgYEIyIAJyMiJjU0NjsBJjU0EjYkMzIAFzMyFgW3MiT9QiQyMiQCviQBCBf8KiQyMiQDjFj+2q2x/tOvFwPWJDIyJPx0WAEnrYTyrmgBczIkgxGD3P7Pp/b+a2O9JDIyJIQRg9wBMaj1AZVjvCQyAuNGMzNGM1ZWVDIjJDKPqK/+1LFWVDIjJDKPqGev8QGEIzJVVaf+z92DAQrZMiQjMlVVpwEx3YP+9tkyAAAGAAv/AAT1BgAABwAPABsALAB1AKMAAAEDFxI1NCMiARYXNjcuAgEUEzYzMhcDJiMiBgMUHgEzMjY1NCcuAyMiBgMUFx4BMzI3NhE0LgEnJiQjIgcGFRQeBDcyMzIXFhcGBwYHDgEVFBYVBwYVJicGIxYVFAYjIiY1NDcWFxYzMjY1NCYjIgYHNDY3JjU0NjMyFwI1NDYzMhMWFz4FMzIWFRQDHgMVFAIOASMiJyYCA7lydaUmOf6MHgMlIgwqI/7NnxEgDzx5SzATFE9nhCIOFyANJjlCHRQznhk7+Z3jm5gCFRQ4/slzJQwMK0RXWFIdEAcYEA8EHEQ9IEBZJQMEiQkIIQJRNlKpITQITTgMHa8dKzZyVV4cej0dKaNSToPCBgIGLilDPk8lR1KfPU8mDl6q/JhvcJXaBIb+uBUBw0M4/HBQCCoZAgcHA4Vi/lkKBQFf3CP89SSmjBoOGE4gUGJANv6dKT+RpKqpAQIrMEwSMTULBR4iNBwTBAQCExMkHBoWGC6IRR9zHgwMAgrOAgcONUmcUSIhQAxoEQwi3lk3ZXwaSh4+eg8BzmlQZf27EQYQf26RZUhiSWz+Rg8+Xl1Alv78vm4qOQENAAAAAAQAAP+ACAAFgAAaADYAWwBfAAABMw4BIyImNTQ2MzIWFyMuASMiBhUUHgIzMiUzDgEjIiY1NDYzMhYXIy4BIyIGFRQeAjMyNiU0JicuAicmISAHDgIHDgEVFBYXHgIXFgQhIDc+Ajc+ARMRIREDEc8OqYKiubqMlKgNywU9Mzk/Cho2J18C1s4OqIKiubqMlKgNzAQ+Mjk/Cho1JzE3AW0fLQYPHAJW/Z39j1UFGREGLR4eLQYSFwYsAYcBEwJiVwUYEQUuHsD4AAIQnrXoyMLrrqBARnl1MEhDJIuetejIwuuuoEBGeXUwSEMkTLbPyD0IDBICPz8EDw0IPMfR0Mc9CA4OBSEgQQQODgk8xgPL+gAGAAAAAAACAAAAAAVgBYAAHQA7AAABERQGKwEiJjURNCYjIREUBisBIiY1ETQ2MyEyHgEBERQOASMhIiY1ETQ2OwEyFhURITI2NRE0NjsBMhYD4BIOoA4SoHD+8BIOoA4SEg4B0IfkhQGAheSH/jAOEhIOoA4SARBwoBIOoA4SA5D+EA4SEg4B8HCg+4AOEhIOBUAOEoXkAUn8kIfkhRIOA8AOEhIO/QCgcANwDhISAAAABAAA/4AGAAWAAA8APgBTAGMAAAEVFAYrASImPQE0NjsBMhYFNTQmKwEiByYrASIGHQEUOwEyPQE0NjsBMhYdARQ7ATI9ATQ2OwEyFh0BFDsBMiU1NCYjISIGFREUOwEyPQEWOwEyNhMRFAYjISImNRE0NjMhMhYFHxsYyhgcHBjKGBv+FkE1hUQcHESCNUEVNxYbGV4YHBU2FhwYYRgbFjcVAk1CNf74NUIWNxUfP781Qn6IYPvQYIiIYAQwYIgCtnIYHBwYchgcHP76NUE0NEE1+hYW5hgcHBjmFhbmGBwcGOYWdpo1QUE1/mYVFbQqQQKd+9BgiIhgBDBgiIgAAAMAAP+ABgAFgAACAAkAGQAAASEbASEBIQEhCQERFAYjISImNRE0NjMhMhYDk/7ak+kBN/68/kj+vAE3AX8Caqp2/EB2qqp2A8B2qgHCAif8lwQA/AABOgKm/EB2qqp2A8B2qqoAAAAAFwAA/wAIAAYAAE0AVQBhAGgAbQByAHgAfwCEAIkAkQCWAJwAoACkAKcAqgCvALgAuwC+AMEAywAAARQGBwMWFRQGBwMWFRQGIyInIQYiJyEGIyImNTQ3Ay4BNTQ3Ay4BNTQ2NxM0JjU0NxMmNTQ2MzIXITYyFyE2MzIWFRQHEx4BFRQHEx4BASEBIwEhNjIBFhUUBxMXNxEnBgcBIRclIQYiATY3JwcjNwMBFwE3EyEBNgUzASERFxYDITcBDwEzNQcWERQWFRQHFxE3ERcBLwEHETcnBiUjBRcVCQIlJxEFBzMBFxMvAiY9AQMmJwkCNQMTIxMBBz8BEyY1NDcLARc2CAAaFM0DGRTBAyEYGRD+cBE0Ef5xERoXIgTBFBkDzhQZGxTHASLRBCIXGhIBjBA2EAGOEhoXIgTPFyAHuxMZ/CcBhf6qj/6qAWgSKvxbAQLQD7y7DRACqP58vgIq/ugQLAKvAQRAER4W/P7YPwF3EEH+VQFNCPxwBQFW/osEDhIBkkD+y53Bo6gEAQirHpkBKd/fBM2/BgN3EP2T1f7XATcBKP17iAHmKlUBJe6EAwEWCNgFCP5LATb8wKOjo6MEPTCCKM8CA6uBTQUCgRUfBP6cCQkUHwT+rwgIFyISFBQUIRgIDAFPBB8UCQkBZAUfFBUfBAFYAQQBJA8BawoIGCEVFRUVIRgGDP6aASEWDQ7+vAQf/M0BYv6eEAMcBAkKBf6YBscBW8IIAgHAyMgQ+1QGBURPaQEK/s1A/pAcATb+qQQPAWL+sQYFAXhCAUGm3b2xCAM1AQIBEA2xAQ0L/smdATrs3gj++ErJAgzg4Sv+xf7BATMPjf7k3SwBiPsCcAUBFQ0QAgF4AQT+Mf65Afbf/ub8if7lARvj40YBaQoEAQ8BKP2cUgMAAgAA/wAFgAYAAA0AGwAAETQ2MyEBERQGIyEiJjUlJxE0JiMhIgYVERQWM7eDAuYBYLeD/PSDtwTQsEAu/hwuQEEtA1iDvwFm+kKEvr6EJLQBqS5CQi7+FC5DAAAEAAD/gwYABX0ACgAUAB4AKQAAAQQAAyY1NBIkMzIFFhcEAAMmJxIAARIAJRYXBAADJgUmJwYHNgA3BgcWA6b+w/4idxTNAWDQUgFkXUf+e/3Fb10+cAI2/qNzAhEBYygO/tz+QHdnA8/BroebbQFKzBVQQQVqef4d/sFZV9ABYc2KQVpx/cH+e0haAYICOvs8AWQCFHZcZ3j+Pv7bDhQyQVQXzQFLbpiErwAAAwAA/4AIAAT3ABYAKwA7AAABEyInJiMiByYjIgcGKwETNiEyFzYzIAEyFhcDJiMiByYjIgcDPgIzMhc2NwMGByYjIgcDPgEzMhc2Fwdlm4N+yMHilJTiwciAfAWb4AEC6Zqa6QEC/vGBzp18q8Xglpbgxat8aXmwWsqsrPI305SY3rCgcnzRddGlrMoEePsIOVuUlFs5BPh/amr7pjlBA/1OjY1O/AMrLCNsbCIDiwSXm0L8UzMyZmsFAAAFAAD/pQgABVsADwAfAC8APwBcAAAlETQmKwEiBhURFBY7ATI2JRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2JRQGIyEiJjU0NjcmNTQ2MzIXNiQzMh4BFRQHHgEF3B4UXRQeHhRdFB7+5B4UZRQeHhRlFB7+3B4UZRQeHhRlFB7+3B4UZRQeHhRlFB4FiOym+ySm7H5pCqFxZk4tASq9lfyTDoespQLdFR4eFf0jFB4eFAITFB4eFP3tFB4eFAGtFB4eFP5TFB4eFAFqFB4eFP6WFB4epqbs7KZ0xTIiJ3GhQ7fqk/yVQjgh2wAAACcAAP8+BgAGAAAEAAkADQARABUAGQAdACEAJQApAC0AMQA1ADkAPQBBAEUASQBNAFEAVQBZAF0AYQBnAGsAbwBzAHcAewB/AIUAiQCNAJEAlQCZAKUA1QAAESERCQElESERCQE1IRUTFSM1FxUjNRcVIzUXFSM1FxUjNRc3FwcXNxcHFzcXBxc3Fwc/ARcHPwEXBz8BFwc/ARcHARUjNSEVIzUhFSM1IRUjNSEVIzUhFSM1IRUjNSEVIzUBFSM1MxU3FSM1IRUjNSEVIzUhFSM1IRUjNSEVIzUXNSM1MxUHNTMVBzUzFQc1MxUHNTMVBzUzFSUiJjU0NjMyFhUUBgEUHgI2FhUUIyInIwcWMzI+AjU0LgEGJjU0PgEzMhYXMzcuBiMiDgIGAPz4/QgFnPrIApUCo/rIUSUlJSUlJSUlJT8PaQ8fD2kPHg9pDx8PaA9PaQ9peGkPaXlpD2l4aQ9p/EFyARRzARVzARRyARRyARRzARVzARRy+7glc6JzARVzARRyARRyARRzARVz8E5zJSUlJSUlJSUlJf2Igbi4gYK3t/7ZJzxEPCdwYRoDH0NfHTc4IzdQTzcpKBUiSQ8DHgMkCR4OGhYMHTc1IQYA+pD+rgFSQQOe/GL+2gUoycn+1nNzlHNzlHNzlHNzlHNzjyIvIQ4iLiIOIi4iDSEuIiIuIS9eLiIuXi4iLl0vIi4E0SQkJCQkJCQkJCQkJCQkJCT+rE9zJCQkJCQkJCQkJCQkJCRzTyRzlHNzlHNzlHNzlHNzlHNzI7eCgbi4gYK3AX0kKQkFARMVMTM/KgoWLB8uLwcBCxQVGAYWFzoBDwMLAwYCChctAAAAAAMAAP9zCAAFjQAHABAAKgAAADQmIgYUFjIkNCYiBhUUFjIBERQGIyEiJjURNDYzITIWHQEhNTQ2MyEyFgNfn+CenuAD/p7gn5/gAeA/LfjYLT8/LQGvLEAC8kAsAa8tPwGI4J+f4J6f4J6ecHGeBDj6vCw/PywFRCw/PyyhoSw/PwAAAAIAAAAoCAAE2QAAAFoAAAEFMhYVFAYjIi4HIyIGFRQWMzI2Nz4CMzIWFRQHBgQjIi4BNTQAMzIeBTMyNjU0JiMiBiMiJjU0NjU0JiMiDgIjIiY1NDc+ATMyFhUUBzYFlgEElNLanlWaenJoZ3J4mFOaw9CfZNhVBSAcCA4VPGX+9X+F4YcBG8541Z6RhYalWmaFgV8eZxEUHxHXnzprPTIIDxUZO7Bev/4EOQO5zMWSndE3XHiEhXhcN7eZnbpLPQQdExUOGDVYbHTWhs0BEFeLp6iLV3tlX4AlHhQSThSf0CUsJRUPExtDSfu+JR0PAAQAAP+ABoAFAAAbACMAKwBXAAAANCYrATU0JiIGHQEjIgYUFjsBFRQWMjY9ATMyABQGIiY0NjIEFAYiJjQ2MhMRFAYHBR4CFRQHITIWFAYjISImNTQ+ATcDIyImNDYzITIeBBchMhYEwCYagCY0JoAaJiYagCY0JoAa/eZLaktLagPLS2pLS2rLIBn77AEHBRgDmBomJhr8ABomFiUCscwaJiYaAQAQGQ8LBAcBBLEaJgMmNCaAGiYmGoAmNCaAGiYmGoD9NWpLS2pLS2pLS2pLA8D+ABglA3oHHRgKEDAmNCYmGg4zRAQDNyY0Jg0SHxYlByYAAAAABAAA/4AGgAUAABcAHwAnAFMAAAA0JiIPARE0JiIGFREnJiIGFBcBFjI3AQAUBiImNDYyBBQGIiY0NjITERQGBwUeAhUUByEyFhQGIyEiJjU0PgE3AyMiJjQ2MyEyHgQXITIWBQAmNBOTJjQmkxM0JhMBABM0EwEA/ZNLaktLagPLS2pLS2rLIBn77AEHBRgDmBomJhr8ABomFiUCscwaJiYaAQAQGQ8LBAcBBLEaJgMmNCYTkgElGiYmGv7bkhMmNBP/ABMTAQD9ImpLS2pLS2pLS2pLA8D+ABglA3oHHRgKEDAmNCYmGg4zRAQDNyY0Jg0SHxYlByYAAAAABwAA/wAIAAWAAAIABQAJAAwAEAAUACYAABMJAyEnEyEJAiElIQMhASEBISUBFgYHAQYiJwEuATcBNjMhMtQCb/7UAekBXf1Gicz++v7gA/0Cb/69/MICqsz+7gJvAVr+4P76AVkBgA4CEPxAEjoS/EAQAg4BgBIhBIAhAwD9ZwKZ/PwDBIABgP6A/OcCmYABgP6AAYBm/gASLxH8ABQUBAARLxICABoAAwAT/wAH7QYAAEkAlwCgAAAFNjIfAQcnBwYiLwEHBiIvAQcGIi8BBwYiLwEHBiIvAQcGIi8BBwYiLwE3Fzc2Mh8BNzYyHwE3NjIfATc2Mh8BNzYyHwE3NjIfASUGIi8BNxc3NjIfATcRAyY2PwERMzUhNSEVIRUzERceAQcDETc2Mh8BNzYyHwEHJwcGIi8BBwYiLwEHBiIvAQcGIi8BBwYiLwEHBiIvAQEVJQU1IzUhFQcTEzQTgFpTUxI2ElNTEzQTU1MTNBNTUxM0E1NTEzQTU1MTNBNTUxM0E4BaU1MTNBNTUxM0E1NTEzQTU1MTNBNTUxM0E1NTEzQTU/otEzQTgFpTUxM0E1NA0hEUHrGAAQABAAEAgLEeFBHSExM0E1NTEzQTgFpTUxI2ElNTEzQTU1MTNBNTUxM0E1NTEzQTU1MTNBNTAUABgAGAgP4AExMTgFpTUxMTU1MTE1NTExNTUxMTU1MTE1NTExNTUxMTgFpTUxMTU1MTE1NTExNTUxMTU1MTE1NTExNTeRMTgFpSUhMTUkABJQE6Gj0KOgErgICAgP7VOgo9Gv7G/tsSExNSUhMTgFpTUxMTU1MTE1NTExNTUxMTU1MTE1NTExNTBBqAgICAgIAAAAAEAAD/gAWABgAAAwAHAEMAdgAAIRMvAQETDwEBJicmIyIHBiInJiMiBwYHFhceARceCTMyPgM7ATIeAzMyPgg3PgE3NgEUBiMhIiY1ND4DNyczJjU0NyY1NDc+ATc2MzIWMjYzMhceARcWFRQHFgczBx4DAkBgYIABgICAYAEAAgIKVkZhBxwHYUZWCgICAgICCwICCwMMBQ0LERIXDSQuEwoNCwwLDQoTLiQNFxIRCw0FDAMLAgILAgIBopJ5/JZ5kgkdLlE1WtYWAsLSEUUkICwebDxsHiwgJEUR0sIHG9ZSP1kqEAHAgED9gAKAQIACMgQCCBMCAhMIAgQSCQMHBwQhCBoIFAcMBAQZIyIZGSIjGQQEDAcUCBoIIQQHBwMJ/KN5iop5PXKJbmEa3EBADBQoODkqPpAqJT4+JSqQPio5OChRT+Ehf6CPAAMAAAAACP0FAABMAFwAcAAAARYOAicuAScmNjcnDgEVFAYjISMOASMiABAAMzIXNyYrASImNDY7ATIeAhchMycjIiY3PgE7ATIfATc2OwEyFh0BFAYrARc2Fx4BATI2NyEiJyY3EyYjIgYQFigBNhAmIyIHExYGBwYjIicDBhUUCP0MRIK7Z6HtEAxPT0dgbiUb/wBFF/youf75AQe5TEwYe7VAGiYmGoBOhmMsHQIAc1XeHiYFBCYY/SEURnITG2UaJiYas3ODkI/K+NRzsBf+xiMUEhGTLyyEvLwFgAEIvLyEPD2uDwoWDxUjEq5dAfRnv4hMBwvkoG/HR2tQ5IIbJ6TcAQcBcgEHGy1uJjQmGzIdFoAtHhceHGlyEyYagBomrD8bGtn9+5FvHyAfARUNvP74vLwBCLwY/vwXNA4LHQEEX4KEAAADAAD/AAWABeAANQBPAFcAACEUDgIgLgI1ND4CNzYWFxYGBw4EBx4EMj4DNy4EJy4BNz4BFx4DAREUBisBERQGIyEiJjURIyImNRE0NjMhMhYCFAYiJjQ2MgWAe831/vr1zXtCdHhHGiwEBR8aOmA5KA8BAzBigr/Uv4JiMAMBDyg5YDoaHwUELBpHeHRC/oAmGkAmGv8AGiZAGiZLNQGANUtgg7qDg7o/ZT0fHz1lPzFPNiMMBR8aGiwEChsYFxAECx8jHhQUHiQfDAQOGBcbCgQsGhofBQwjNk8DT/6AGib+gBomJhoBgCYaAYA1S0sBqLqDg7qDAAIAAP+ABwAFgAAbAD8AAAEhDgEPAQEGIicBJichMjY3GwEeATMyNjcTFxYBFAchJy4BBwYHCwEuASIGBwMhJjU0NjMyHgIXPgMzMhYFAAExBQoEA/2REjQS/ZAFEAFxFiMFRr4GIhYVIgaSOBICJ2f+j28IIxMtC4HEBiMsIgV0/lln/uA+gW9QJCRQb4E+4P4CAAYJAwT9qBISAloCEhsVARn9ZRQaGhQB5XAjAayRm90RFAIFKf5SAq4UGhsV/jCbkdz4K0lAJCRASSv4AAACAAL/AASABfwAKwAzAAABFAAHETMyFh0BFAYrARUUBisBIiY9ASMiJj0BNDY7AREuAQI3PgI3NgQSJBAAIAAQACAEgP7Z2eAOEhIO4BIOQA4S4A4SEg7glvOBDAuL4YWqASqu/AABBwFyAQf++f6OA8Dd/rkY/vwSDkAOEuAOEhIO4BIOQA4SAQQQrgESm4bmkg8Tkv7qEv6O/vkBBwFyAQcAAAIAAP+ABgAFgAAnAC8AAAEyFhURFAYrASImNREBFhUUDgIiLgI0PgIzMhcBISImPQE0NjMAIAAQACAAEAXAGiYSDkAOEv6Cflub1erVm1tbm9V1y5wBfv77DhISDv1nAXIBB/75/o7++QWAJhr+YA4SEg4BBv6BnMt11ZtbW5vV6tWbW34BfhIOQA4S+oABBwFyAQf++f6OAAAAAAIAAP8ABIAGAAA9AEUAAAEWEhUUAAcVMzIWHQEUBisBFRQGKwEiJj0BIyImPQE0NjsBNSYANTQSNyYnJjY7ATIXHgEyNjc2OwEyFgcGACAAEAAgABADPpGx/tnZYA4SEg5gEg5ADhJgDhISDmDZ/tmxkaU/BhMRRRUILMDswCwIHT0REwY//aQBcgEH/vn+jv75BMRI/uun3f65GIQSDkAOEmAOEhIOYBIOQA4ShBgBR92nARVIYLEQGxRqgoJqFBsQsfvcAQcBcgEH/vn+jgACAAL/AAWABgAAQgBKAAABNDYzITIWFREUBisBIiY9AQcWFRQABxUzMhYdARQGKwEVFAYrASImPQEjIiY9ATQ2OwE1LgECNzYANzYWFyUjIiY1ACAAEAAgABAEABIOASAaJhIOQA4S/n7+2dlgDhISDmASDkAOEmAOEhIOYJXzggwQASDLdtxYAP+GDhL9hwFyAQf++f6O/vkF4A4SJhr+4A4SEg6G/57J3f65GIQSDkAOEmAOEhIOYBIOQA4ShBCuARGbzAErFw5CRv4SDvtgAQcBcgEH/vn+jgAAAgAA/wAGgAYAAGsAcwAAATQ2MyEyFhURFAYrASImPQEHFhUUAAcVMzIWHQEUBisBFRQGKwEiJj0BIyImPQE0NjsBNSYANTQ3JwcOAS8BLgE/AScVFAYrASImNRE0NjMhMhYdARQGKwEXNz4BHwEeAQ8BFzYgFyUjIiY1ACAAEAAgABAFABIOASAaJhIOQA4S/n7+2dlgDhISDmASDkAOEmAOEhIOYNn+2X40ZQkaCjAKAQlpbxIOQA4SJhoBIA4SEg6FalYJGgowCgEJWjmeAZKeAP+GDhL9hwFyAQf++f6O/vkF4A4SJhr+4A4SEg6G/57J3f65GIQSDkAOEmAOEhIOYBIOQA4ShBgBR93JnjVvCgEILAgbCnNwhg4SEg4BIBomEg5ADhJrXgoBCCwIGwpjOH5+/hIO+2ABBwFyAQf++f6OAAAAAAUAAv8ABv4F/QA4AD4ASwBSAF8AAAEWAgYHETMyFh0BFAYrARUUBisBIiY9ASEVFAYrASImPQEjIiY9ATQ2OwERLgECNzYANzYXNhcWAAE2ECcGEAMyNyY1NDcmIyIAEAABESYnBgcRATIAEAAjIgcWFRQHFgb+DIHzluAOEhIO4BIOQA4S/gASDkAOEuAOEhIO4JbzgQwRASfNzqurzs0BJ/yTgICAwHNnmppnc7n++QEHAvmJd3eJAkC5AQf++blzZ5qaZwPvm/7urhD+/BIOQA4S4A4SEg7g4A4SEg7gEg5ADhIBBBCuARKbzgEtExVzcxUT/tP9yoMBbIOD/pT+9jml4uCnOf75/o7++f6AAQQPT08P/vwBgAEHAXIBBzmn4OKlOQAABAAB/wYHgAYAAEYAUABeAGwAAAE0NjMhMhYVERQGKwEiJj0BBx4BBwYABwYkJy4DNz4CNzYWFyUjIiY9ATQ2MyEyFhURFAYrASImPQEHFhcWFyUjIiY1ATQnDgEVFBc+ASUUFhcmNTQANy4BIyIAATIANTQmJxYVFAAHHgEGABIOASAaJhIOQA4S/kw/Fh/+8rfS/qNDddCTUAgJiuKHdttZAP+GDhISDgEgGiYSDkAOEv47IraSAP+GDhL+AASi2gSi2vyA3qUDAQ7LNd2Huf75A8C5AQfepQP+8ss13QRgDhImGv7gDhISDob/X+6Atv78Gh3avwZno953h+qVDw5CRv4SDkAOEiYa/uAOEhIOhv9KXwlz/hIO/qAUJhn6pxQmGfqnqPwXHR7SAT8leJL++fwHAQe5qPwXHB/S/sEleJIABAAG/wAIAAYAAEoAUABcAGgAAAE0NjMhMhYVERQGKwEiJj0BBx4BBwYABwYnBgcVMzIWHQEUBisBFRQGKwEiJj0BIyImPQE0NjsBNS4BAjc2ADc2FzYzMhclIyImNQE2ECcGEAAQADMyNyYQNyYjIgEyABAAIyIHFhAHFgaAEg4BIBomEg5ADhL+TD8WIP73td+6dYtgDhISDmASDkAOEmAOEhIOYJv5fRcZAQ264LqSrsmeAP+GDhL9AICAgP2AAQe5dWWammV1uQM5uQEH/vm5dWWammUF4A4SJhr+4A4SEg6G/1/ugLT+/BsifE4PhBIOQA4SYA4SEg5gEg5ADhKEEbkBIqK7AQ8dInxhfv4SDvvngwFsg4P+lAFv/o7++TmnAcCnOfyAAQcBcgEHOaf+QKc5AAAAAgAA/4AGAAWAADsAQwAAATIWFREUBisBIiY1EQcXFhQPAQYiLwEHFhUUDgIiLgI0PgIzMhc3JyY0PwE2Mh8BNyEiJj0BNDYzACAAEAAgABAFwBomEg5ADhLVjAkJLgkaCoxOflub1erVm1tbm9V1y5xOrAkJLgkaCqzV/vsOEhIO/WcBcgEH/vn+jv75BYAmGv5gDhISDgEG1owKGgkuCQmNT5zLddWbW1ub1erVm1t+TqwKGgkuCQms1RIOQA4S+oABBwFyAQf++f6OAAAAAAIAAv8EBIAGAAA5AEEAAAEWABUUAgQnLgInJhI2NzUjIiY9ATQ2OwE1BwYiLwEmND8BNjIfARYUDwEGIi8BFTMyFh0BFAYrAQIgABAAIAAQAoDZASeu/taqheGLCwyB85agDhISDqBcChoJLgkJyhM0E8oJCS4JGgpcoA4SEg6g+QFyAQf++f6O/vkDfBj+ud2n/uqSEw+S5oabARKuEIQSDkAOEqVcCQkuCRoKyRMTyQoaCS4JCVylEg5ADhL7gAEHAXIBB/75/o4AAAIABAAAB4AEfgA5AEEAAAEWFAcBBiIvASY0PwEhFRQGKwEiJj0BIwYAIyIkAjc+Ajc2BBYXMzU0NjsBMhYdASEnJjQ/ATYyFwAgABAAIAAQB20TE/7aCRsJLQoKuf7aEg5ADhKEGP653af+6pITD5LmhpsBEq4QhBIOQA4SASa5CgotCRsJ+0ABcgEH/vn+jv75Am0TNBP+2goKLQkbCbngDhISDuDZ/tmuASqqheGLCwyB85bgDhISDuC5CRsJLQoK/O0BBwFyAQf++f6OAAACAAD/AASABgAAFwAfAAABFAAHERQGKwEiJjURJgA1ND4CMh4CACAAEAAgABAEgP7Z2RIOQA4S2f7ZW5vV6tWbW/0HAXIBB/75/o7++QPA3f65GP2cDhISDgJkGAFH3XXVm1tbm9X9ywEHAXIBB/75/o4AAAIAAAAABIAEgAAHABcAAAAQACAAEAAgABQOAiIuAjQ+AjIeAQQA/vn+jv75AQcBcgGHW5vV6tWbW1ub1erVmwGHAXIBB/75/o7++QI16tWbW1ub1erVm1tbmwAAAQAA/4AGAAWAACQAAAEyFhURFAYjIREzNyM1NDYzNzUmIyIGHQEjFTMRISImNRE0NjMFqyMyMiP+ecce5S9Eej9ziKPIyP0hIzIyIwWAMiP6qiMyAlPolDg4Ac8JoJKr6P2tMiMFViMyAAAAAQAA/4AFAAYAAEwAABE0PgMzMgQWFRQOAyMiJicOBg8BJyY1NDYSNyY1NDYzMhYVFAYVFBYzMj4ENTQmIyIAFRQeAhUUBiMiJy4DS4SsxmeeARCqJlJ2rGdEhh0KJAseFioyJQ4JDytaByBoUD1EWFpAN14/MRsN27DI/vQZHRkeFgIPM08rFgOrbL+OaDSF/qBguKqBTUA4J5MrYytSSTIFCp0fXOUBWh5BaFOSUT5C+j4/UzJWaHVpL63B/v3HLFIwKwkcWgMPUmttAAAAAAMAAP96BgAFhgArAD4AUQAAADIWFxYVFAcOASMiJy4BJyY3NTY3NjMyFjMyFhceARUUBhUUFxYXFhcWMzIDMj4CNC4CIg4CFRQXBzcWEiAEFhIQAgYEIyInBRMmNTQSNgPMGqkFAhEQbi85hWKQTEgBA0cYHAYYBxMPCAgyRQUiRDhfDAoPcH/pqGRkqOn+6ahkeE/yniIBMgEXynh4yv7pmcOq/l+IbHjKAjJYCQUKISsnNT4tknBrVwhbQxYDDRUUiAcVSQoHCElANTAH/k9kqOn+6ahkZKjpf8ul6U1oBWZ4yv7p/s7+6cp4XoYBlbLTmQEXygAACQAAAAAHAAWAAAMABwAPABMAGwAjACcAKwAvAAA3ITUhESE1IQA0JiIGFBYyASE1IQA0JiIGFBYyEjQmIgYUFjITESERAREhEQERIRGABAD8AAQA/AAGIDhQODhQ+hgEAPwABiA4UDg4UDg4UDg4UJj5AAcA+QAHAPkAgIABgID9mFA4OFA4BCCA/ZhQODhQOAI4UDg4UDj9IP6AAYACAP6AAYACAP6AAYAAAAMAAP+ACAAFgAAHACsATgAAACAmEDYgFhABITIWHQEUBiMhERQGKwEiJjURISImPQE0NjMhETQ2OwEyFhUBFBYzIRUGIyEiJjU0PgUzMhceATI2NzYzMhcjIgYVA1/+wuHhAT7hAkABYA0TEw3+oBMNwA0T/qANExMNAWATDcANE/0gTDQBAERn/JZ5kgcVIDZGZT0TFE+XspdPFBOEVd80TAKA4QE+4eH+wv6fEw3ADRP+oA0TEw0BYBMNwA0TAWANExMN/cA0TO4yink1ZXVkX0MoET09PT0RYEw0AAAAAwAA/4AH9wWAAAcAMwBWAAAAICYQNiAWEAEXFhUUDwEGIyIvAQcGIyIvASY1ND8BJyY1ND8BNjMyHwE3NjMyHwEWFRQHBQcGFRQfAQYjISImNTQ+BTMyFxYgNzYzMhcOARUUFwNf/sLh4QE+4QK1+QkJiAkNDgn5+QkODQmICQn5+QkJiAkNDgn5+QkODQmICQn9FbUlJVMVF/yWeZIHFSA2RmU9ExSaAUqaFBMcHRwaJQKA4QE+4eH+wv3f+QkODQmICQn5+QkJiAkNDgn5+QkODQmICQn5+QkJiAkNDgn5tSU2NSVTA4p5NWV1ZF9DKBF6ehEGGy4hNiUAAwAAAAAIAAUAABIAGgAkAAABITIWFREhESERIRE0NjsBMhYVADQmIgYUFjIhNTQmIyEiBhURAQAGwBom/wD6AP8AJhqAGiYCQJbUlpbUBVbhn/1AGiYCACYa/kABAP8ABMAaJiYa/hbUlpbUlkCf4SYa/oAAAAAAAgAA/wAGAAYAABYAGQAAAQMzFSEHIRUhCQEhNSEnITUzAyEBIQkBEyMGAMDA/u43AUn+Zf6b/pv+ZQFJN/7uwMABAAFDAXoBQ/4AbNgGAP5AwIDA/MADQMCAwAHA/QADAPtAAQAAAAADAAD/AAYABgAAFwAfACMAAAEyBBURFAYHFxYGIyEiJj8BLgE1ETQkMxIyNjQmIgYUAREhEQRAuQEH+7TVEBAW++AWEBDVtPsBB7nwoHBwoHADAPuABgC7hfyAgrgFyg8oKA/KBbiCA4CFu/rAcKBwcKAB0AIA/gAAAAAABQAA/wAGAAYAABcAHwAjACsALwAAATIEFREUBgcXFgYjISImPwEuATURNCQzAjI2NCYiBhQBESERADI2NCYiBhQBESERBEC5AQf7tNUQEBb74BYQENW0+wEHueKEXl6EXgJA/eAD/oReXoReAUD9wAYAu4X8gIK4BcoPKCgPygW4ggOAhbv64F6EXl6EAcICAP4A/eBehF5ehAHCAgD+AAAAAAAEAAD/igcABXYAEgAVABwAKAAAAREUBiMiJyUuATURNDYzMhcBFhcJAhEUBiInJQEUAAcJATYzMhcBFgJVGRgREP4vFR0UEw4eAf8DQAIW/eoEaxwwF/5HAhn9/yz+egFEESMODAIdBARb+2sZIwjpCi8XBHQUHA//AANn/J4BCgJG++IZHw3cA+UD/L9HAnoCDxwG/vICAAIAAP+ABgAFgAALAA8AAAkBIwMGBycDIwERMwERIREDKQEKcJ0YFCqbeAEHZQLX+gACFAHz/sgwLFwBOP4T/rwEqvoABgAAABgAVP8GCKQF/wALABcAIwAvAEQATQD8AQYBEgEbASUBMgE8AUcBUQFeAWwBdwGzAcIB2QHpAf4CDQAABQ4BBwYmJyY2NzYWBR4BFxY2NzYmJyYGNx4BFxY2NTQmJyYGBQ4BBwYmNTQ2NzYWATMiBx4BFRQGIyInBhUUFjMyNjQmNy4BBz4CHgEBFgcWFRYOAQcGJicEJQ4BJy4BNzY3Jjc2FzY3Jjc2FzY3NDc2FzYXFhc1IicuAScmNzY3PgIWFzMWFxYXPgE3JicmJzQ3LgEnLgE3Njc2FhcUHgMXFjc2NyYHNzY3NjcuBCckARYXFjczPgM/AT4BFxYXFgYHDgEHFQYHBgceARc2NzY3Mz4BHgEXFhcWBw4BBwYjFAc2NzYXNhcWFRYXNhcWBxYXNgEUBxYXNiYnJgYHHgEHNjc2Ny4BJwYHIicWFzI3NiYFNjcmNTQmBw4BFxYXJjY3MSYnDgEHFhc2NwYPATUGFxYFHgEXHgE3PgE3JgAiBhUUFjI2NTQDJgc1BhYXHgE3PgEmBT4BJic1BiMOARYXHgElBhYXFjY3PgE3BgcWBxYEFzYkNyY3ND4BPQEVLgEnBgcGJyYnJicOCCMGJw4DBwYjBicGJyYnJicmJwYHFgM2NS4BJyYOARceARcWNjcWFzY3LgEnBgcUBhUWBwYHBgcjBhcWFwQlJicGBwYnJicGByMVMiU2NzY3BzY1JicmJyY3JjUmJwYHFgU2LgEHDgEHFBceATc+AQHeCCYSGTUCAVIbFxYFNAcmExk1AQJTGxYWOQ1XIi1KhzAoL/pyDVYiLUqHMCguAskBKSMbIjYmNBwFcE9QcHDgY/N8G299dlEC8ggTBwFbgDYwWBb9Uf3EF1cxVrsBAgUTCAYZDhsHCQscHR4NFxwjGhIUCwc1WAsJCQ9OAiImHAUNLg4DAgopCg8PF0QBPnEcIBUIEEoXOgMDAgQHBRsxMDIoei89ZpGJFCo0IT4MAlMBNWI8VSQBBQcEAgIBAzoXSRIHFSAcbzxHGA4RCyoJAQQQLA0FHCYiAk8OCQgMWDUKBwEUEhojHBcOIRobCwoIHA0X/vUJUh4EGxwUIE4jGQ1DHg0FAzgzD0oeDioLFRYQHvm+HlIJIRMcGygdRA0ZIyUPMzcECboOOxMkLS4aGQPZCBEDAw0RKCwBGP7g6Kam6KY2aWoBBwodgR8JBAX+8ggDBALUAgQGBgsihv6YECk5DxIDAwoFRcIDJYQBF6asARWbIQMBAhFCDxo4Mx8FBAcKAgYJBwwIEAgTBGo5BAweEBwGA7MYAjYvLAwIEQk6HQFRAxFEJyl5WAUjgjYzVg0XBMPFYqVhBhcCHwkMLAoTAQIDE1UCFAJl/q5MUAgIQUDQ0AEBBKAEGA4TAQMPDyoOCR8CEAzMs8YCYAVYeComRREDClYzNoKLECUHCRkTFkIFBDMVECUHCRkTFkIFBDNYG0EJDSMhLm0FBVUiG0EJDSMhLm0FBVUEQg8ILRsjMisXE0ppaZRp2m0tQzxJBiht+twLHxcROHFGAgIvKhkZKTACA5tTFhIfCwoJFh0dCQoOFA4dCAwcBQcED0kCCkU1Jis+IRElChkSBRIDBAEFAQsGKAMGBAIhHyRwOH41EBcdARoQGA4DDgIuHAQSLjo1SQ0IDw0IDgN+/vdUigoTAw4YDw4OHBgRNH45cCMgIQIKAikFDAEFAQUDEgUSGAgmESA/KCk1RgkCMRgPBAcFHAwJHBASDQkKHB4VCAOvHRkgZCV7HRMEdiqFOg0gDg5AZRAPCgFzfANEhjFkIBkdEgQTHXuLHw46hSoGDxBkQRFBfG8EDhMBWWsDJyaNExIHCBSDPAICg6V0daWldXT+JgICARt2Bw4BCwNIQ7oEWFgTAQMUVFIFDwLIO3cZCAYSEJQdAoIXDY3GNzHCmQ0VAgMDAQEBAgcBWiomJwYIDTEFCAYFAwICAQEJFBETCwMCARE5PwkILg0NHSQGBAL9hA4QR3YLDDVrNjVQAgI83D84cT00iGEECQEGAhITFwsNC1NDIs0VFZMxIxYDAxUcPIABLzZCJiEBTUwIEQkYFBIEBQQIvl47jDZrNQwLd0YQDjE8AgJQAAADAAD/QwkBBb0ABwAPADsAACQUBiImNDYyBBQGIiY0NjIBHgUMATMyHgQOAwcGBz4FLgMHBiQuBwX0YIhhYYj9c2GIYGCI/Vo5a4eJw80BJwE52IvTl2EtAypHbHxNuWUdX11gRiYMT5r+saj+3Ny9gnNERCEvK4hgYIhhYYhgYIhhBTE8WUszKBcOBQoXIC84SFFlbEGdWjN0X2ZRUDwzHxADAhAeNDNKO1Q3UQAAAAcAAP8ABwAGAAAPAB8AKwA/AEsAZwB3AAAAIAQGAhASFgQgJDYSEAImJCAEFhIQAgYEICQmAhASNhMyFREUKwEiNRE0MwQyFhUUBgcVFAYrASImPQEuATU0AiAEEhACBCAkAhASExUUFjsBMjY9ATQ2MhYdARQWOwEyNj0BNCYgBgERNCYjISIGFREUFjMhMjYEKf6u/szfhITfATQBUgE034SE3/1tAWwBTPCOjvD+tP6U/rTwjo7wchAQIBAQAXtqSyMdEg5ADhIdI1EBogFhzs7+n/5e/p/OztISDkAOEoO6gxIOQA4Szv7czgNgJhr8gBomJhoDgBomBcCE3/7M/q7+zN+EhN8BNAFSATTfxI7w/rT+lP608I6O8AFMAWwBTPD9ThD+IBAQAeAQQEs1IzoRcg4SEg5yETojNQNLzv6f/l7+n87OAWEBogFh/u5gDhISDmBdg4NdYA4SEg5gks7O/I4CABomJhr+ABomJgAAAAMAAAAACQAFAAADABcALwAAAREhEQEzESMRNCYjISIGFREUFjMhMjY1AREUBiMVFAYjISImNRE0NjMhMhYdATIWB4D5gAcAgIASDvjADhISDgdADhIBAEs1XkL4wEJeXkIHQEJeNUsEAP0AAwD9wAGAASAOEhIO/EAOEhIOAqD+gDVLoEJeXkIDwEJeXkKgSwAAAAADAAAAAAkABQAAAwAbAC8AAAERIREBMhYVERQGIxUUBiMhIiY1ETQ2MyEyFhUZASMRNCYjISIGFREUFjMhMjY1EQEABQACgDVLSzVeQvjAQl5eQgdAQl6AEg74wA4SEg4HQA4SAQADAP0AAsBLNf6ANUugQl5eQgPAQl5eQv1gAYABIA4SEg78QA4SEg4BIAADAAAAAAkABQAAAwAbAC8AAAERIREBMhYVERQGIxUUBiMhIiY1ETQ2MyEyFhUZASMRNCYjISIGFREUFjMhMjY1EQEAA4AEADVLSzVeQvjAQl5eQgdAQl6AEg74wA4SEg4HQA4SAQADAP0AAsBLNf6ANUugQl5eQgPAQl5eQv1gAYABIA4SEg78QA4SEg4BIAADAAAAAAkABQAAAwAbAC8AAAERIREBMhYVERQGIxUUBiMhIiY1ETQ2MyEyFhUZASMRNCYjISIGFREUFjMhMjY1EQEAAgAFgDVLSzVeQvjAQl5eQgdAQl6AEg74wA4SEg4HQA4SAQADAP0AAsBLNf6ANUugQl5eQgPAQl5eQv1gAYABIA4SEg78QA4SEg4BIAACAAAAAAkABQAAFwArAAABMhYVERQGIxUUBiMhIiY1ETQ2MyEyFhUZASMRNCYjISIGFREUFjMhMjY1EQiANUtLNV5C+MBCXl5CB0BCXoASDvjADhISDgdADhIDwEs1/oA1S6BCXl5CA8BCXl5C/WABgAEgDhISDvxADhISDgEgAAEAAP8FBHsGAAAcAAABFgcGIyETFgYPAQYmJwMBBiMiJyY1ETQ3NjMyFwRtHxERKv6CyQoUGLEZMAu//sgTGgwMKCgMDBsSAe0eJyj+JBkwC0sKFBgBxP7IEwURKgXgKhEFEwABAAD/AAOABgAAJQAAASAVETMVIxEUITMVIyAnBiEjNTMgNREjNTMRNCEjNTMgFzYhMxUDQP7AgIABQEBA/vBwcP7wQEABQICA/sBAQAEQcHABEEAFgOD+YID94OCAkpKA4AIggAGg4ICSkoAAAAAACQAA/wAIAAYAABMAFwAbAB8AKwAvADcAOwBBAAABIxEzESE1IRUhETMRIxEhFSE1IQUVMzUhFTM1ETUjFSU1MxEjNSEVIxEzFQU1IxUBIREhESERIQEhESEBESERIRUIAICA/oD7AP6AgIABgAUAAYD/AID5AICABgCAgPsAgIAGAID+AAGA/ID+gAOA/QACgP2ABAD/AP6ABID8AP6AgIABgAQAAYCAgICAgICA+gCAgICABACAgPwAgICAgAQA/QABAAMA/YACAP0AAgD+gIAAAAAKAAD/AAkABgAAHwAjACcAKwAvADMAPwBDAEcAVwAAASMRMxEhNSEVIREzNSEVIREzESMRIRUhNSERIxUhNSEFFTM1ARUzNSEVMzURNSMVJSMVMyUhNTMRIzUhFSMRMwE1IxUhNSMVGQEjNSERMxEhNSEVMxUhNQkAgID+gPyA/oCA/oD+gICAAYADgAGAgAGAAYD/AID9AID6gICABYCAgPuAA4CAgPyAgIACAIAFgICA/oCA/oD+gIADgAMA/YD+gICAAYCAgAGAAoABgICA/oCAgICAgAGAgICAgPuAgICAgICAAoCAgP2A/YCAgICAAQACgID+gP6AgICAgAAAAgAA/4AGAAWAABEAGAAAAREhIiY1ETQ2MyEyFhURISIGFyEGDwEGBwQA/GAoODgoBUAoOP5gKDiAAX0PMrgyUgEg/mA4KAVAKDg4KPxgOEhSMrgyDwAAAAMAAP+ABgAFgAAGAA8AIwAAASMVNj8BNiUhESERIRE0NgERFAYPAQ4BIyEiJjURNDYzITIWBXj4HQy5DP7yASD7AAOAOAHIKBy4HGAo/AAoODgoBUAoOAEA+AoMuQydA4D7AAEgKDgDoPwAKGAcuBwoOCgFQCg4OAAAAAAGAAD/gAkABYAACwAYACcAQQBUAGQAAAAUBgcGKwE1MzIXFjYUBgcGKwE1MzIWMxYFESMRFAYjIicVHgEfASAlNQYHBiY0NhcWFzUuAS8BJg4CFB4CNzYlNCYnNT4BNTQmJyImIyERITI2ExEUBiMhIiY1ETQ2MyEyFgefHxcICpmZCggXDR4XAwyLiwMLARf7aeRMQ2x5NYgpKgFIAspjZWx6emxlYzBoHBx/t2IsLGK3f2UDSVZCOUBSQgMSBf45AetKX4BMNPgANExMNAgANEwCNDQlBQKMAgWvMiIEAYEBBOABNP7MOkk7cA8QAQEhcTQHCGK6YggHM3AMDwICBihQYHRgUCgGBI42RQUDCEMuN0IDAf4CSQM2+wA0TEw0BQA0TEwAAAUAAP+ACQAFgAAFAAsAGgAuAD4AAAERDgEUFiQ0JicRNgAQAgQjIi4CNTQSJCAEATQuAiMhIgQCFRQSBDMhMj4CAREUBiMhIiY1ETQ2MyEyFgNaaoSEAmKEamoBW53+8p932Z1dnQEOAT4BDgIcb7jzg/7TsP7Zr64BKq4BLYH1uG8BWEw0+AA0TEw0CAA0TAEnArUpveq9veq9Kf1KKQHR/sL+8p1dndl3nwEOnZ3+TIv1pmCi/ta6q/7bqmWp7AMG+wA0TEw0BQA0TEwAAAADAAD/AAcABgAADwAfADsAAAURNCYjISIGFREUFjMhMjYTERQGIyEiJjURNDYzITIWARUjNTQmIyEiBhURFBY7ARUjIiY1ETQ2MyEyFgaAEw37wA0TEw0EQA0TgF5C+8BCXl5CBEBCXv6AgBMN+8ANExMNoKBCXl5CBEBCXmAEQA0TEw37wA0TEwRN+8BCXl5CBEBCXl4BPqCgDRMTDfvADROAXkIEQEJeXgAABgAA/wAIgAYAAAIABQA1AD0AVQBtAAAJASEJASEBDgEHESEyFh0BFAYjISImPQE0NjMhES4BJyEiJj0BNDYzIT4BMhYXITIWHQEUBiMEMjY0JiIGFAEUDgIiLgI1ND4DNzYyFx4EBRQOAiIuAjU0PgM3NjIXHgQGwP6AAwD5gP6AAwABtQ4/KAJgDhISDvrADhISDgJgKD8O/hUOEhIOAesVYnxiFQHrDhISDv0/Qi8vQi8EkF2Ok4STjl1GcmRoBBJMEgRoZHJG+wBdjpOEk45dRnJkaAQSTBIEaGRyRgRA/UACwP1AA4AoPw769RIOQA4SEg5ADhIFCw4/KBIOQA4SOUdHORIOQA4SEC9CLy9C/GFJdEIhIUJ0SQuM0ba6ByEhB7q20YwLSXRCISFCdEkLjNG2ugchIQe6ttGMAAACAAD/AAYABgAALQBNAAABEAIHFhIRMzIWHQEUBiMhIiY9ATQ2OwEQEjcmAhEjIiY9ATQ2MyEyFh0BFAYjAT4DNSEUHgIXHgEUBgcOAxUhNC4CJy4BNDYFgNWgoNVgDhISDvpADhISDmDVoKDVYA4SEg4FwA4SEg79ik2Qc0b8AEZzkE0TFxcTTZBzRgQARnOQTRMXFwWA/vv+b2pq/m/++xIOQA4SEg5ADhIBBQGRamoBkQEFEg5ADhISDkAOEv08HX+y8oSE8rJ/HQchKCEHHX+y8oSE8rJ/HQchKCEAAAMAAP8ABgAGAAAtADMAPwAAARACBxYSETMyFh0BFAYjISImPQE0NjsBEBI3JgIRIyImPQE0NjMhMhYdARQGKwEhFBchNhE0LgInIw4DFQWA1aCg1WAOEhIO+kAOEhIOYNWgoNVgDhISDgXADhISDuD8AAkD7glEcYxM5kyMcUQFgP77/m9qav5v/vsSDkAOEhIOQA4SAQUBkWpqAZEBBRIOQA4SEg5ADhJCPj36Q4LvsX8fH3+x74IAAAAAAwAA/wAGAAYAAC0AMwA7AAABEAIHFhIRMzIWHQEUBiMhIiY9ATQ2OwEQEjcmAhEjIiY9ATQ2MyEyFh0BFAYrASEUFyE2Ay4BJyMOAQcFgNWgoNVgDhISDvpADhISDmDVoKDVYA4SEg4FwA4SEg7g/ABVA1ZVOTa3Z+ZntzYFgP77/m9qav5v/vsSDkAOEhIOQA4SAQUBkWpqAZEBBRIOQA4SEg5ADhLOsrL8Do3JKirJjQAAAgAA/wAGAAYAAC0ARwAAARACBxYSETMyFh0BFAYjISImPQE0NjsBEBI3JgIRIyImPQE0NjMhMhYdARQGIwE+AzUhFB4CFx4BFAYHBgchJicuATQ2BYDVoKDVYA4SEg76QA4SEg5g1aCg1WAOEhIOBcAOEhIO/YpNkHNG/ABGc5BNExcXE4lrArxriRMXFwWA/vv+b2pq/m/++xIOQA4SEg5ADhIBBQGRamoBkQEFEg5ADhISDkAOEv08HX+y8oSE8rJ/HQchKCEHM5GRMwchKCEAAAADAAD/AAYABgAADwA5AEkAAAUyFh0BFAYjISImPQE0NjM3Pgg3LggnIQ4IBx4IFxMyFh0BFAYjISImPQE0NjMF4A4SEg76QA4SEg5iAxoiOjFQNFksKyssWTRQMToiGgME/AMaIjoxUDRZLCsrLFk0UDE6IhoDYg4SEg76QA4SEg5AEg6ADhISDoAOEkA3aFZYQEstQR4cHB5BLUtAWFZoNzdoVlhASy1BHhwcHkEtS0BYVmg3BgASDoAOEhIOgA4SAAAAAgAA/4AGAAUAAEEAagAAASIGHQEjNTQmIyIGFREnNTQmIyIGHQEUFwEWFRQWMyEyNj0BNDcTNj0BNCYjIgYdASM1NCYnJiMiBh0BIzU0JicmJzIXNjMyFhc2MzIWHQEUBwMGFRQGIyEiJjUBJj0BNDYzMhc+ATMyFzYDADVLIEAwLkIgQDAuQiMBNicmGgKAGiYKbApAMC5CIDInDgkuQiBBMgUIVEE5QjtoIhsgZIwNbQZwUP2AVGz+zEyNYwsFBotfNC5IBIBLNYBdMENCLv5THqwwQ0Iu4C8j/tgnPxomJhoZKSQBtCQp9jBDQi4gfShBCAJCLoB6M00FAYAyIjYxB49k9jM5/kwYL1BwdVQBKElm4GONAV+CFUUAAAAAAgAA/wAGYAYAADEAWAAAACIGFREjETQmIgYVGQEnJiMiBhUUFwEWMyEyNjcTNjURNCYiBhURIxE0JiIGFREjETQmMhYXNjMyFh0BNhYVERQHAw4BIyEiJicBJjU0NjMyFxE0NjMyFzYDnlxCIEJcQpomQDVLGgGAJkACsCI2B0wFQlxCIEJcQiC0iHMfExdjjWmXCEwOfVH9UDxtJP6AM5ZqTjKNYxcTHwWAQi79cAIQLkJCLv3w/wDNM0s1KyL+ADMsIgGVIBsB8i5CQi7+8AIQLkJCLv3wApAuwkc9BI1jEQaMaf4OKCv+bE9oNy8CAERWapYiAbJjjQQ9AAAAAAUAAP+ABwAFgAAmADUASgBiAIMAAAUjIicmPQEuATU0NyEiJjQ2OwEnLgE1NDYzMhcFITIWFREUBgcFBgMPAQ4BFRQWMzI3JS4BNQE0JiMiBwUOBBUUFjMyNyU+AQMlJiMiBhUUFhcFFSEiBhQWMyE3NTQ/AQMyNyU+ATURNCYjIQcGFREUFjI2PQEzFRQHHgEVFAYHBQQxsaM/Fz5JBf77apaWanEsSluWai4tAnQBkWqWbFb+rVyPm6MeJEIuGhQBUjE/AUBCLhoU/t4cEisQED8yFBIBYB4k6P12GBY1Sy0lAg79gDVLSzUCF+kub2xSSQFTKzZLNf7MiCRCXEIgOTRFLib+yoCNMTUFHnVFJgqW1JYRHINQapYR75Zq/WRYixVVFwLHR0oONyEuQgqaClAy/wAuQgqEDQgaFSUWMkAJoA43AxH4CEs1KEIOyEBLaktqxj8rZvwAE1ULRSwCnDVLfiEx/tguPkYu0NBGLAhRNSpIEY0AAAAAAgAA/wAIAAYAACQAYgAAATIWFwEWFREUBiMhIiY9ASUhIiY9ATQ2MyE3ISImJyY9ATQ2MwERNCcBJiMhIgYVFB4BFz4BMyEVISIGFRQXHgEzITMyFhUUDwEOASMhIgYdARQWMyEyFwUeAR0BFBYzITI2BH89biQCPHZwUP6AUHD+4v3eUHCpdwGkKv1SZJMIQXBQBsBd/cMnQPxBGiYDEBEKMx8DQPzAGiYDCEgtAoBbKDgFQAoyH/5FQl4mGgIxEA0BPRgdJhoBgBomBgA4Mfzzn8j+nVBwcFCxj3BQIHepgIdjT2cgUHD5wAFjnX8DDTQmGiAjLhQfJiAmGiwOLDo4KA8PwB0lXkIgGiYHng0uG8UaJiYAAAIAAP8AB4AGAAAyAHQAAAEiJicDJjU0JwMmNTQ2Nz4BMzIWFxsBPgEzMhYXHgEVFAcDPgUzMhYVFAYHAQYjAyIGBwMjAy4BIyIGFRQXEyMDLgEjIgYVFBcTHgEXEx4BMyEyNwE2NTQmIyIHBTU0GgE3NjU0JiMiBgcDIxM2NTQmActNeRNlDQV0B3xdEYNXU4IUU2cUglNZhQ5ceAd7CjcWMCIxGWmWOTL+BURVMSY9CaR/kQk9JjBAA4QaYwk+Ji9CA3QHBAhkCDQhArYqIgH7OEs0KyL+zUBIAwRALyc9CXQalgM//wBfSwGROTMtFgHdGx5diApVbGdR/qQBrFFnc1cKil0YI/4ABysQHgsLlGk+cCb+hDMGgDAm/VYCWiYwQi8PDf3dAZglM0IuDgz+Ihx0Hv5vICkaAXsrQzRJGubjBAEMASgNEgsvRDAm/h4CcA4OMEQABQAA/wAGgAYAADMAWwBfAGMAZwAAASIGFRkBJyYjIgYVFBcBFjMhMjY3EzY9ATQmIgYVIzU0JiMiBh0BIzU0JiMiBh0BIxE0JicyFh0BNjMyFzYzMhc2MzIWHQEUBwMOASMhIiYnASY1NDYzMhcRNDYTESMRIREjESERIxECgDVLlylCNEoaAYAmQALOFiMFXBg4UDggQDAuQiBKNjVLIEo2a5UWCmNKLzRxRxsdXoIcXBBoQv0yPG0k/oAzlWlHO5bqIAEgIAEgIAWASzX+AP6AyjZMNCsi/gAzGxUBcGBi2Sk8OCg9MENCLkBaN09LNWACOjdPgJtr3AJFFVcHh17ZdG3+kEBRNy8CAERWaZcjAiNqlvqAAYD+gAGA/oABgP6AAAUAAP8ABgAGAAAlADQASQBhAIIAAAEyFxYdARQHAw4BIyEiJjURAyY1NDYzMhYfATU0NjIWFRE2MzIWByIGDwIzMhYXEzY1NCYXIg4DBwMGFRQWMzI2NxM2NTQmARQXExU3NjsBNxE0JiIGFREjAy4BIyIGATI2NxM2PQEDDgEjIiYnBisBNTMyNjQmIyEiDwERFBYzBQg8L40XVRWLWP1kapbvEZZqUIMcEZbUlhsVRXW6ITcOSkc3MlAKmgpCrxYlFRoIDYQKQi4hNw6gCUD7QQj4Zis/xmpLaktAyA5CKDVLBBwsRQtVE40RSCo1UQgsRtDQLkY+Lv7YMSF+SzUDeRc/o7FeXP6tVmyWagGRAnQtLmqWW0oscWqWlmr++wVJNyQeo5s/MQFSFBouQocQECsSHP7eFBouQiQeAWASFDI/AWcWGP12RW8u6QIXNUtLNf2AAg4lLUv66zYrAVNJUlv+yiYuRTQ5IEJcQiSI/sw1SwAAAAACAAAAAAe0BAAAGQBHAAABFRQGIyERFAYrASImNREhIiY9ATQ2MyEyFgUTFgcGKwEiJicLAQYrASInCwEOASsBIicmNRM+ATsBMhcTFhc+ATcTNjsBMhYDWRMN/tYSDYcNE/7XDRMSDgMZDRMEDk0BCQoNhgwSAS69CBV4FAm8LQESDIcNCglOARIMjhQJ3AoKAw0E3QkUjQ0SA+B1DRL81A0TEg4DLBINdQ4SEwr8Pw0LChEMAkz+VxMTAav9sgwRCgoOA8EMERP9+BgbByMJAggTEQAAAAAEAAD/AAcABgAACQAqADoASgAAATQnJisBETMyNhcTFgcGKwEiJwMjERQGKwEiJjURNDYzITIXHgEVFAYHFgIgBAYCEBIWBCAkNhIQAiYAEAIGBCAkJgIQEjYkIAQWBBI8IVR7okJINM0ICQgTmBQIwpsSDoYOEhIOASaAPlViVUkGLf7U/vDFdXXFARABLAEQxXV1xQHajvD+tP6U/rTwjo7wAUwBbAFM8ANBWCES/udK2f6LEQ4QEQFt/qIOEhIOA8AOEhgfnGZckyQKAzZ1xf7w/tT+8MV1dcUBEAEsARDF/kv+lP608I6O8AFMAWwBTPCOjvAAAAQAAP8ABwAGAAAtAFsAawB7AAABMjc2LwEmJyYPAQ4FIyImNTQ2MzIWHwEWNzY/ATYnLgQjIgYVFBYhMjc2LwEmJyYPAQ4FIyImNTQ2MzIWHwEWNzY/ATYnLgQjIgYVFBYCIAQGAhASFgQgJDYSEAImACAEFhIQAgYEICQmAhASNgJdmWgOCy0GEhALBAQPFBseJRNMYmBKJUUQEAsPEAg1DQ8DECw1Ui2UxMIDDJloDgotCBEQCwQEDxQbHiUTTGJgSiVFEBALDxAINQ0PAxAsNVItk8XCJ/7U/vDFdXXFARABLAEQxXV1xf2kAWwBTPCOjvD+tP6U/rTwjo7wAS9oEhJSDQQCDQMEDA8ODAdkTUxjHA4OCwECDE4UEwQQHxkUwZCSv2gSElIOAwINAwQMDw4MB2RNTGMcDg4LAQIMThQTBBAfGRTBkJK/BDF1xf7w/tT+8MV1dcUBEAEsARDFARWO8P60/pT+tPCOjvABTAFsAUzwAAACAED/4AfABSAACwAXAAAJBBcHJwkBNwkDJzcXCQEHAQcBAuABgP6A/WACoKhgSP4gAeDB/t8CoAKg/WCoYEgB4P4gwQEhYP6AAuD+gP6AAqACoKhgSP4g/iDBAR8CoP1g/WCoYEgB4AHgwf7hYAGAAAAAAAMAAP8ABwAGAAALABcAJwAAJQkBBxcHCQEXNycJBTcnNwkBJwcAEAIGBCAkJgIQEjYkIAQWAs0BD/7pWMBg/ukBFyhXf/46AywBxv46/vEBF1jAYAEX/ukoVwNMjvD+tP6U/rTwjo7wAUwBbAFM8LYBDwEXWL9gARcBFyhXgP46/kIBxgHG/vH+6Vi/YP7p/ukoWAH5/pT+tPCOjvABTAFsAUzwjo7wAAoAAP/cCQAFJAALABMAHAAlAC8AOQBFAFMAWwCAAAABFAYjIiY1NDYzMhYkFAYiJjQ2MgU0JiIGFBYyNiQ0JiMiBhQWMiUUBiMiJjQ2MhYkFAYjIiY0NjMyABAAIyIOARQeATMyASYhIAcyHgIVND4CABAAIAAQACATIQ4BBxYVFAIEIyImJwYHLgEnDgEjIiQCNTQ3LgEnITYkMzIEAos3Jic3NycmNwSCN043N078J3GgcXGgcQSBcVBPcnGg/EWjc3SjpOajBIKjdHOjo3N0/N/+8b991Hx81H2/A6v+/tL+wf511JlbV5XOAlH+8v6C/vEBDwF+BAF/LD4Jbpr++JuF6FAvUgtVIFDphZv++JpuCT4sAW2VAZzi4AGKAhsnNzcnJjc3Ak43N042Xk9ycaBxcQGgcXGgccB0o6Tmo6MB5qOj5qP+KAF+AQ981frVfAQLb25bmtR1c9GYXv0HAX4BD/7x/oL+8QQEM38zl7qc/viZcGM4exZ5JWNxmQEInLqXM38zZHFwAAMAZv8ABJoGAAAJABMATAAAACAANTQAIAAVFAAiBhUUFjI2NTQBHgEOAgcGBxcBFhQPAQYiJyYnAQYiLwEmNDcBNyYnLgM2Nz4CFhceBDMyNj8BPgEeAQM8/oj+9gEKAXgBCv6WuIODuIMBLA0EDSgtJ3PISQELHh4MH1YfQ8j+9R9WHgwfHwELSMtyJy0oDQQNCiQwQCEFFEJIcDlbpiUmIUAwJAJ1AQq7vAEK/va8uwGbg11cg4NcXf2nGy0kKSEZSRVI/vUfVh4NHh5EyP70Hh4NHlYfAQtIFUkZISkkLRsUHg4SGgQOIxoWMxkZGhIOHgAEAAD/gAYABYAABwA2AD4ATgAAABQGIiY0NjIBLgEGBw4CIiYvAS4BBgcGFhcWFwcGBwYUHwEWMj8BFhcWMj8BNjQvAjY3PgECECYgBhAWIAERFAYjISImNRE0NjMhMhYDn12EXV2EATMKJDsfCiZ8gnYbGx87JAoWKENTjzOOMRYWCRY9Fr9yTRY9FgkWFr80jVRDKEe+/vS+vgEMAnqpd/xAd6mpdwPAd6kD/oRdXYRd/fYUGAUZCBgoJBISGQUYFC07LDUONI4wFj0WCRYWv3NMFhYJFj0WvjQONSw7ARIBDL6+/vS+Aej8QHepqXcDwHepqQAAAAIAAP+ABrgFgAASACgAAAEyFhURFAIGBCMiJCYCNRE0NjMBMjcBNjU0JiMiBwkBJiMiBhUUFwEWBh1BWojl/sGvsP7B5ohcQALBLyMBlCVFMS8j/r3+vSMuMUUkAZUhBYBbQf35sP7A5oeH5gFAsAIHQFz72CEBhCMyMUUh/soBNiFFMTMi/nwhAAAAAQAA/5gJAAVnAEwAAAUBBgAHBiY1JgAnLgIjNCY1IRUOAhcWABc2EjcmAicmJzUFFQ4BFx4BFzY3NiYnNjQ1Mj4BMxUOAQcDFhIXAS4CJzUFFwcGBwAHBdb+2Rn+9UEBNVL+pVYVW3QsAQJHJ1E0EBoBfS0f2hYT1h0mowIBPEMVIWwgbj8YRF8BQNWTEz5yIdUN5QcBuQ5HOxoBzAEBiz798iFnArcx/f+FAQEBwQMUyjJzVgUmCDICHDojO/yQZD0BmyonAeQ1RQIyAS8CLi5G70TWlTcxAgckBgEBMQI+Mv5GIf3+EQP5JjEOATIEAiwEjftASwAFAAD/AAcABgAACgAYAHIAggCSAAABFAYjIiY1NDYyFhcBDgQHAT4EJRQHLgIjIhUUFw4BBycmIyIGHwEGIyInPgI1NCMiDgEHLgEnNzY1NCYPASY1NDceAjMyNTQmLwE+ATcXFjMyNi8BNjMyFwYVFDMyNx4BFwcGFRQWPwEeARACJiQgBAYCEBIWBCAkNhIQAgYEICQmAhASNiQgBBYDtSEZGiYiMiYPAV4JdYaLXwP+owd4hIxeAopoAxwZBA07St2DEAEOBQYBEEhKx60BGBMNBhYXAnGeH0UKCwVEDm0CIRsEDRkUFE3ghA8CDQUGAQ9HP8yvJwwLJW+ZHzgKCwQ5DlV/1v7Y/rr+2NZ/f9YBKAFGASjW347w/rT+lP608I6O8AFMAWwBTPACgxomIRkaJiFTAkUIbXyCWwb9vAdue4NbPMmqAhIPDQoicJ0gQwoLBEQPaQIlHgQNHSgDS+GEDwMMBQYBD0hDzq0BFhAMBhMMDHCaHkMKCwVCDW04CQ1AS96CDAIOBQYBDUjnAUYBKNZ/f9b+2P66/tjWf3/WAoH+lP608I6O8AFMAWwBTPCOjvAAAAQAAP8BBwAGAAALABYAIgAqAAABNhcWFyUmBAcBNiQJARYENwMmJAI1ECUWEgIGBwYlATYCJyQyFhQGIiY0A33w0+h4/Rqg/vQz/uyAAW793QFRSAEWmubU/qbHBsQ6A2TOj+b+9AGVWAtl/jj6sbH6sQYAAnqG7icJp5IBqJ+t/mz9aY+UHf49IfkBf9wBCzeW/r/+3f1ThQ4Cb4MBP3YGsfqxsfoAAAEAAv8ABwAFyQBNAAABIAAnJgIaATcDPgEXPgE3DgEXHgMXFgYHDgIHFycGHgI3PgIXHgEHDgQnDgEnHgE+Ajc2LgEnHgEXNgInBAATFgIOAQQDh/7l/kVsOhJGmGcLC3INKu10NoMHGUszVQgPCxkFF1o4D4sSFTNQKTNeSSU9OQkBAw4WKRo8qX1KsaCVaxsrCEMtV2QbD5GJAQkBJgQCVaLY/un/AAEt+IMBVAFFAStd/ucOAxFRcgItzzwICwQEAQVRIwcXMAq9QytNOBsHCTMnAgQ6JAIHEg0IA19RCz0rH0lmNVvLriYmU0eqAVpvTf5r/sV//wDcrGMAAAACAAD/AAcABgAAIwA3AAABJiMiBAcOAQcVHgEXFgQzMjcGBCMiJyYkJgI1NBI2JDsBFgQBFAIHBiMiJzYSNTQCJzYzMhcWEgXVpcKb/uxmS1kEBFlLZgEUm8Klef7NqR0Or/7E5IaO8AFMtgOoATEBpJqIaHaJdprHxpp3h3drh5cFHG6Sf136jSqN+l1/km5seAEIlO4BRLG2AUzwjgF3/PjA/qt+P1Q4AWLk4wFiOVNBff6sAAAABAAA/xAHAAXwACsANQA/AEYAAAEUByEUFjMyNjchDgEEIyInBiMiETQ3NjcSJQYDEgAhMhckMzIeAhUUBxYDNCYjIgceARc2ARQWMzI3LgEnBgEhLgEjIgYHAAf7gduUY60yAac45f7OqLup5KbtLRFcxwEUuPM/AbkBGR4PAP+yQGhVMEtlRmpUbJJ5y0Uz+cZhVnOXercuYgH4AtgF2I+Q1wJXODCSxV1Un/SFU3QBB3OgPKkBaPZP/u0BEgFfAXUaN2JCdKq2AbBTYkYvqW+H+3xWXVNI3obNAkqOvr4AAAAAAgAA/4AHgAWAAA8AMwAAARE0JiMhIgYVERQWMyEyNhMRFAYjIRUhMhYdARQGIyEiJj0BNDYzITUhIiY1ETQ2MyEyFgcAEw35wA0TEw0GQA0TgF5C/SABYA4SEg78wA4SEg4BYP0gQl5eQgZAQl4BIAPADRMTDfxADRMTA838QEJegBIOQA4SEg5ADhKAXkIDwEJeXgAAAAACABb/gAbqBYAAFwA+AAATMwYHDgMeARcWFxYXFhchIiY1ETQ2KQEyFhURFAYrATYDBQ4DBwYnLgInLgE2Nz4BNzYeAxclJorFRjgkLg4DGBITBAIzHjlf/vAwREQE6AE0MEREMLLUEP4rAhQqTTd7TCAqPSIjFQoSFFU8LU05MyMRAdREBYBAVTh2hWudX1kTCe5bq2hEMAUYMEREMProMETSAWNlLUpGMQwaQhtEvqOjyE4mKUANDAsXLzEgZK8AAAAABAAO/wAFeQYAACUARgCrAMUAAAUHBgcGIyInJicmJyYnJjc2FxYVFhcWFxYXFjMyNzY/ATYXFhcWAQcXFgcGIyIvAQcGIyIvASY1ND8BJyY3NjMyHwE3NhcWBRQHBgcOASImJyYnJjUjJjc2FxYXMxE1Njc2MzIWFRQGIyInJjc2HwEeATMyNjU0JyYjIgcGFREWMzI+AjU0JyYjIgcGDwEOAicuATURNDYzITIUIyERMz4BNzYzMhYXFhcWAxYUBgcGIyInJicmIyIHBicmNzY3NjMyFxYFeQZxkpqjpZiUb3E+KgwENDMFARIcMmZigISQj4WAYQYKDwwVJP4VQj8VHBEPCgk+QgUKDxACEghCQhAeEg0GB0FBEh4bAccuLVFQ1vLWUFIrDwEJNDIKJTwBA2NplJPQ0ZI6NhwPEBwODiYLaJBIR2hrR0BuhGCyhkmNjMfIjDUYAggKIRYVHxURA20eHvzVASh8Lm16edZQUS0uHwkLCxoNCQdqZYCUhYEbEgkBAw2CqaSYiQsGcT5AQD9wcJJnVhwICBwBA1pFfGZiNjg4N2EGCgQDEyUCUkI/FRwRCj1CBRACDw4HCkFCEB0SBUJBER4bSnZuaVFQXFxQUmghBxsREBxjRAFTAohgZ86Sk9AQCzIzCAMDBo9nZUZHUEhY/mNDSYawX8aNjIw1IgILCQoIBRcPAqgPF27+HSpUEy5cUFFpcAHQCBQQDRoHWyo4MQovGQ0QBDlAOgAABAAd/wAG4QYAABsAPgB0AIIAACU2FhQHDgQjIi4DJy4BPgEWFxYXBCU2JRYGBwYHBiY3PgEnLgMOAiMOAyoCLgEnJjY3NhYBFB4CHwEHLgEvASYnDgMuAjU0PgU3NTQnJiMiDgMHJTQ+AzMyHgMVARQXFjc2NzY9AQ4DBg8PFg8NPoGZ33Z37rSlZCIIBAYKDQXAbAGFAZq+AZgLERQiMxESCRUvEQUVIRosEysBBg4ICQUGAwMBAQZqMi58/oQbJSYODeMoThMTCw4md4iQg2g+OFh9eIxjMhUiVwYVPDQ8Ev7aLFp+sWZkomFBGf1gRkJJVB4OO2htQTwGBh0TEDdRQzE+W3VdKQkPCQUBBHUxsFYo0hBrMVMpDgoTLZkWBwkDAgICBAEBAQEBAgIQMAYHDAGpH0IyKgsL4CVNFBQLFjtXKAYwU49bVIxdSSkcCQJ/QSA1AhYlUjcbPHZsUjEySV1PIv2eVi8sFhliLTiiAhQvXwAAAAUAAP8ABoAGAAAjADMAQwBHAGsAAAEyFhURFAYjISImNRE0NjsBNTQ2OwEyFh0BITU0NjsBMhYdASURFBY7ATI2NRE0JisBIgYFERQWOwEyNjURNCYrASIGAREhEQEzMhYdARQGKwEVFAYrASImPQEjIiY9ATQ2OwE1NDY7ATIWFQYANExMNPqANExMNIBeQkBCXgGAXkJAQl7/ABIOQA4SEg5ADhL9ABIOQA4SEg5ADhIEgPqAAwDgDhISDuASDkAOEuAOEhIO4BIOQA4SBQBMNPsANExMNAUANExgQl5eQmBgQl5eQmBg/uAOEhIOASAOEhIO/uAOEhIOASAOEhL6EgQA/AACQBIOQA4S4A4SEg7gEg5ADhLgDhISDgAAAAUAAP8ABoAGAAAPABMAIwAzAFcAAAEVFAYjISImPQE0NjMhMhYBIREhJRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlERQGIyEiJjURNDY7ATU0NjsBMhYdASE1NDY7ATIWHQEzMhYEgBIO/cAOEhIOAkAOEvwABYD6gAGAEg5ADhISDkAOEgMAEg5ADhISDkAOEgGATDT6gDRMTDSAXkJAQl4BgF5CQEJegDRMAaBADhISDkAOEhL90gQAwAEgDhISDv7gDhISDgEgDhISDv7gDhISTvsANExMNAUANExgQl5eQmBgQl5eQmBMAAAFAAD/AAaABgAAIwAnADcARwBrAAAlBwYiLwEHBiIvASY0PwEnJjQ/ATYyHwE3NjIfARYUDwEXFhQBIREhJRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlERQGIyEiJjURNDY7ATU0NjsBMhYdASE1NDY7ATIWHQEzMhYEVy4JGgq8vAoaCS4JCb29CQkuCRoKvLwKGgkuCQm8vAn8IAWA+oABgBIOQA4SEg5ADhIDABIOQA4SEg5ADhIBgEw0+oA0TEw0gF5CQEJeAYBeQkBCXoA0TJcuCQm9vQkJLgkaCry8ChoJLgkJvLwJCS4JGgq8vAoa/uAEAMABIA4SEg7+4A4SEg4BIA4SEg7+4A4SEk77ADRMTDQFADRMYEJeXkJgYEJeXkJgTAAABQAA/wAGgAYAABQAGAAoADgAXAAACQEGIicBJjQ/ATYyHwEBNjIfARYUASERISURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2JREUBiMhIiY1ETQ2OwE1NDY7ATIWHQEhNTQ2OwEyFh0BMzIWBRf+AAoaCv7gCQkuCRoK3AG8ChoJLgn7YAWA+oABgBIOQA4SEg5ADhIDABIOQA4SEg5ADhIBgEw0+oA0TEw0gF5CQEJeAYBeQkBCXoA0TAI8/gAJCQEgChoJLgkJ3AG8CQkuCRr9OgQAwAEgDhISDv7gDhISDgEgDhISDv7gDhISTvsANExMNAUANExgQl5eQmBgQl5eQmBMAAEAAP8ABwAGAAAdAAABMhYVEQE2MzIWFREBNjMyFhURFAYjISImNRE0NjMBwBomAhgRFxomAhgRFxomJhr5gBomJhoGACYa/IUBrQ4mGv6FAa0OJhr7gBomJhoGgBomAAMAAP8ABAAGAAALABMAIwAAADI3ERQGKwEiJjURAiAAEAAgABAlMjY0JiMiBhUUFjI2NTQ2Ab6EPiYagBomVAGoASz+1P5Y/tQCAA4SEg6SzhIcEqkBwA/9cRomJhoCjwQx/tT+WP7UASwBqEwSHBLOkg4SEg53qQAAAAADACX/AAbbBgAAGwAlADsAAAEWFA8BBiMhIiY1ETQ2MyE1NDY7ATIWHQEhMhcBIREUBisBIiY1ATIWFREUBiMhIi8BJjQ/ATYzITUhFQbRCgqNHCj6wBomJhoCQCYagBomAgAoHPy8AQAmGoAaJgNAGiYmGvrAKByNCgqNHCgCAAEABNcKGgqNHCYaAQAaJkAaJiYaQBz73P4AGiYmGgPAJhr/ABomHI0KGgqNHMDAAAQAAP8ACAAF+wAbAB8AIwAnAAABFhURFAYHAQYnJQUGIyInJjURNDY3ATYXBSU2BREFESURJREBEQURB+QcFhL9gBgY/Zj9mAoOExEcFhICgBgYAmgCaCD7GAJA+2ACIATg/eAF9RQh+oAUIAf/AAsL9vYFCxQhBYAUIAcBAAsL9vYNmvsK5gT2DfsK2QT2+v0E9tn7CgAAAwAA/wAHAAYAABEAIwA1AAABMhYVERQHAQYjIiY1ETQ3ATYhMhYVERQHAQYjIiY1ETQ3ATYhMhcBFhURFAYjIicBJjURNDYCAA0TEf4gBwgNExEB4AcE6A0TEf4gBwgNExEB4Af7qAgGAgASEw0IBv4AEhMGABMN+kAUCP8ABBMNBcAUCAEABBMN+kAUCP8ABBMNBcAUCAEABAP/AAoT+kANEwMBAAoTBcANEwAAAAAEAAD/IAcABQAABwAPABcAOAAAADQmIgYUFjIkNCYiBhQWMiQ0JiIGFBYyABACBCMiJwYFBgcGJicmNz4HNy4BNTQSJCAEAoBLaktLagHLS2pLS2oBy0tqS0tqAcvw/mT0bmWt/vo0IgwUAwQYBSUOIQ8aDg8FkqfwAZwB6AGcAktqS0tqS0tqS0tqS0tqS0tqSwEu/qT+2asSrTgKAwEOCw8WBSEOJRowMEMnWv2PrgEnq6sAAAAABQAA/wAHAAUAAAcADwAXAC4AVwAAABQGIiY0NjIEFAYiJjQ2MgQUBiImNDYyAiAEBhUUFh8BBwYHNj8BFxYzMiQ2ECYBFAIEIyInBgUGByMiJic1JjYmPgI3PgU3JgI1ND4BJCAEHgECgEtqS0tqActLaktLagHLS2pLS2rp/mj+ndGPglcbGC6Yeys5RT3MAWPR0QFR8P5k9EZLxv76MUEFDxgEAwUBCgIMAgcwFSkYHgudtY7wAUwBbAFM8I4CtWpLS2pLS2pLS2pLS2pLS2pLAYCL7Ilwy0oyYFtRP2wmBgiL7AES7P6Lrv7ZqwivQw4IFREBBBAEDwMOAgg1FzguSChZAQaWgu2sZWWs7QAEAAD/CQQABfcAAwAGAAoADQAACQERCQERARkBAREJARECAAIA/gD+AAIA/gACAAIAAVkBJ/2x/tgDd/2xASgEnv2x/tgCT/7ZASf9sQAAAAEAUv/ABq0FQAAkAAABBgEAIyIDJgMCIyIHJz4BNzY3NhYXEhcWMzI3Njc2IyIHEgUWBq0K/r7+s+WOYixYSFUSbU0YqC6cVV90FywWN0EzZ2UIDXo5QHgBU/sD+uz+Yf5RAQegAUIBBkxiFZcoiggJgYv+4Vb5oaFVixoBiQsIAAAAAAIAAP+ABgAFgAADAAoAABEhESEBAxMhEwMBBgD6AAQ93d39ht3dAT0FgPoAAaUCdwEp/tf9if7QAAAAAAQAAP+ABgAFgAADABIAQQBVAAARIREhAQcXBxc3FzcnNycjJyMHBTIWBzc0LgIjIgYdASMVMzIVERQGDwEVITUnLgI+ATURMzcjIjc2PQE0PgIBNScuATQ2NREhBxcWFREUBg8BFQYA+gADjAxLHxlraxkfSwxfNSA1/pYgGQGuI0JIMYWEYEwUCg1JAcCVBgUCAQG/JucGBAQDDBsCdjYHBQL+7RdTFwwORgWA+gAEwCFTchk5ORlyUyFgYKMgLxU3SyUOc31IgAj+gg4MAQdYVg4BAQQECgUBg4AGBgNQGxsdC/zDVgkBAwMMBgIIZRYHFP6ODgkCCVYAAAQAAP9kBwAGAAAvADkAUQBbAAABFAYHFhUUAgQgJAI1NDcuATU0NjMyFzYlEz4BFwU+ATMyFhQGIiY1JQMEFzYzMhYBFBYyNjQmIyIGATY0JyYiBw4BIiYnJiIHBhQXHgIyPgEmMjY1NCYjIgYUBwA7MgzV/pD+UP6R1QszPnRTVTzaASl0AxgOAXESSCs+WFh8V/6yaAEs2zpVU3T6old8WFg+PVgDKgsLCh4LKaCgoCkLHgoLCyuXXlhelxZ8V1g9PlgCsjpfGS4ym/74mZkBCJsvLxlhOlJ1P5gKAgkNEANRJS1XfFhXPkr+KAmXPXX+5z5YWHxXWP5gCx4LCgoqKCgqCgoKHwsrMgkJMvhYPj1YV3wAAAABAEX/Aga7BgAAMAAAEzM+AyQzMgQXFh0BIR4DPgE3EQYMAScmAicmEjcOAQchNi4ELwEOA0UBEFWRvgEBlOcBbm9o+5sBaajT18lJXP7t/qKNvfUCA+TTMDwQAnsIID5PUkQWFof5xpoC5X7ny5VW08a7/7xvo1IgGkMz/oc3SgI2SQFgxPIBVGI8g15Nfk04Gg8BAQVPgpcAAAAEAAD/gAkABYAACQANABEAGwAANREhERQGIyEiJgEVITUhFSE1ATIWHQEhNTQ2MwkAXkL4QEJeAoABgP0AAQAGYEJe9wBeQiACYP2gQl5eASKAgICABIBeQuDgQl4AAAADAAD/AAa7BgAAHwAwADsAACUnDgEjIi4BNTQ+AjMyFhc3JiQjIgQGAhASFgQzMiQJAQYAISIkJgIQEjYkMyAAFwMjFSMRMzIeAQ4BBjDaSvWNk/iQVZHHboPpTNdu/p/Kof7a1H5+1AEmodUBcf5AArV0/kv+7rb+tPCOjvABTLYBBAGlfZ8nYIggLQwKLfZveIqQ+JJux5FVeWx9qcB+1P7a/r7+2tR+1gJG/qD9/tqO8AFMAWwBTPCO/vXp/nSgAWAoODgoAAQAIP8ABuAGAAADAAcACwAPAAAJATchAScRAR8BEQkCIQEFk/2aXANX+rW4BJ8Uk/3sAVz+DPypAWQDOwGCl/zedANa/RlgX/ymAU8Cf/zeAjsAAAMAAP8ABoAF8AALABcAfQAAATU0KwEiHQEUOwEyJTU0KwEiHQEUOwEyBREhETQmIgYVESERNDsBMh0BMxE0OwEyHQEzNTQ7ATIdATM1ND4CFjMRJjU0NjIWFRQHFTYzMhYzMjYzMh0BFAYjIiYjIgcVMjYeAh0BMzU0OwEyHQEzNTQ7ATIVETM1NDsBMgKAEGAQEGAQAgAQYBAQYBACAP2AcKBw/YAQYBCAEGAQgBBgEIAFDAcQASAhLCEgLSYVTRARPAcQRhsSSRMoMgEQBwwFgBBgEIAQYBCAEGAQAhDgEBDgEBDgEBDgEBD9EAFAUHBwUP7AAvAQEHACcBAQcHAQEHBwBgcDAQEBhw8jFyAgFyMPEQoPDxDSDw0PDIUBAQMHBnBwEBBwcBAQ/ZBwEAABAAAAAAkABYAAagAAARYUBwUGIyInJj0BIRYXHgU7ATU0NjMhMhYVERQGIyEiJj0BIyIuBScuAyMhDgEjIiY0NjMyFhczMj4CNz4GOwE+ATMyFhQGIyImJyMiDgQHBgchNTQ2FwjwEBD+wAgICQcQ/KYlLhARHxcfIBFgEg4BQA4SEg7+wA4SYCA6LC4cJxITFxwsLRj+mBaKWGqWlmpYihZoGC0sHBcTEiccLiw6IGsVYj5QcHBQPmIVaxEgHxcfERAuJQRaIBAC2wgmCMAFBAoSgDprJSQ+ICQQYA4SEg7+wA4SEg5gFBs2JkwnKTU5SSJUbJbUlmxUIkk5NSknTCY2GxQ5R3CgcEc5ECQgPiQlazqAEhQLAAAAAAMAAP8ABwAGAAAHABEAIQAAABQGKwERMzIAECYjIREzETMyABACBgQgJCYCEBI2JCAEFgR+Tzj9/TgBAreD/k+0/YICh47w/rT+lP608I6O8AFMAWwBTPADPnBOAQ3+9wEEuPyAAQ0Baf6U/rTwjo7wAUwBbAFM8I6O8AAEAAD/2QkABScAJwA6AE0AYQAAATQmJwYHDgEjIicuATc2NTQuASMiBgcWFxYUBiInJiMiBhQWMyEyNjcUBiMhIiY1NDY3NiQzMgAXHgEXFAcGIyInLgE3NhAnJj4BFhcWJBAHBiMiJy4BNzY1NCcmNjc2FhcGbUQ1BxAHKRgMDB8cChd60nuG4jZsUBYsQBdLaWqWlmoEFk9vmcmO++qp8MiVPgE+w+sBWxd0mfphFykYExoMEkdHEgw0PxJhAQCGFykXExoNEmxsEg0aGj4SAbY7XxUtLxgcAwo5HkdIe9F6knkcThdALBZLldSVb06OyO+pmeQWuOT+w+cZu3mvkCENET8aaAECaBo+JA0ajkT+GMciDRI+GqTCw6IaPxESDBsAAgAk/wAF3AYAAAkAbgAABRQGIiY1NDYyFicOARUUFwYjIi4FNTQ+AzIeAxUUBx4BHwEyNjU0LgQnJicuAzU0PgMzMh4DFRQOAyMiIyoBLgQ1LgEvASIOARUUHgMXHggF3H60f3+0fulzmyGS6W24e2I2IwwJHC1TalIsGwgXHGwnKHOWEi02Xl1JHA90jmcpKVuGx3p4yIFaJh4rNiwRAgYTGjQkLhwUD1glJURjKgomRH5XTH1dSTAiEwoCDVl/f1laf3+/D692SkBOKkNWVFIzDhMvQTMkIy87Jw4iLxseAgFmUhotLCYyLSINBzdacoleTpCDYTk0UmppMy5JKx0KChImNlc2EBMBAT5OJRgmNjA7HRk5NkA3RjZJMwAAAwAA/4AGAAWAAA8AHwArAAABETQmIyEiBhURFBYzITI2JRE0JiMhIgYVERQWMyEyNgAQAgQgJAIQEiQgBALAEg7/AA4SEg4BAA4SAcASDv8ADhISDgEADhIBgM7+n/5e/p/OzgFhAaIBYQFgAkAOEhIO/cAOEhIOAkAOEhIO/cAOEhIB//5e/p/OzgFhAaIBYc7OAAQAAP+ABgAFgAALABcAJwA3AAAAIAQSEAIEICQCEBIAID4BEC4BIA4BEBYlIiY1ETQ2OwEyFhURFAYjISImNRE0NjsBMhYVERQGIwIvAaIBYc7O/p/+Xv6fzs4BngEo+pKS+v7Y+pKSAe4OEhIOwA4SEg79wA4SEg7ADhISDgWAzv6f/l7+n87OAWEBogFh+66S+gEo+pKS+v7Y+k4SDgJADhISDv3ADhISDgJADhISDv3ADhIAAAACAAD/gAYABYAADwAbAAABETQmIyEiBhURFBYzITI2ABACBCAkAhASJCAEBEASDv3ADhISDgJADhIBwM7+n/5e/p/OzgFhAaIBYQFgAkAOEhIO/cAOEhIB//5e/p/OzgFhAaIBYc7OAAMAAP+ABgAFgAALABcAJwAAACAEEhACBCAkAhASACA+ARAuASAOARAWNyImNRE0NjMhMhYVERQGIwIvAaIBYc7O/p/+Xv6fzs4BngEo+pKS+v7Y+pKSbg4SEg4CQA4SEg4FgM7+n/5e/p/OzgFhAaIBYfuukvoBKPqSkvr+2PpOEg4CQA4SEg79wA4SAAAAAAMAAP8ABwAGAAALACUAPQAAJRMWBwYjISInJjcTARMhEz4BMyEVFBYyNj0BIRUUFjI2PQEhMhYlERQGIiY1ETQmIgYVERQGIiY1ETQ2IBYG3SMDExMd+YAdExMDIwZdVvlUVgMkGQEAS2pLAYBLaksBABkk/oMmNCaW1JYmNCbhAT7hgP7HHBYVFRYcATkDR/z5AwcYIYA1S0s1gIA1S0s1gCGh/wAaJiYaAQBqlpZq/wAaJiYaAQCf4eEABgAA/wAIAAYAABUAIwAvADsASQBtAAABMhYUBisBAw4BIyEiJicDIyImNDYzAT4BJwMuAQ4BFxMeATMlETQmIgYVERQWMjYlETQmIgYVERQWMjYlEzYuAQYHAwYWFzMyNgEDIxM+ATsBNDYzITIWFTMyFhcTIwMuASsBFAYjISImNSMiBgeANUtLNQ9zCEgu+wAuSAhzDzVLSzUBZRojAiACKTQjAiACJRkBoCY0JiY0JgGAJjQmJjQmAWAgAiM0KQIgAiMaBRkl+35dhGUTjFqnJhoBgBomp1qME2WEXQtFLacmGv6AGianLUUDAEtqS/1qLjw8LgKWS2pL/OACKRoBoBojBCka/mAZIkABoBomJhr+YBomJhoBoBomJhr+YBomJhUBoBopBCMa/mAaKQIiBNr+ZAG5WG8aJiYab1j+RwGcLDgaJiYaOAACACH/gAbfBYAAAwBPAAABEyMDAQcGIyEDITIXFg8BBiMhAwYrASInJjcTIwMGKwEiJyY3EyEiJyY/ATYzIRMhIicmPwE2MyETNjsBMhcWBwMzEzY7ATIXFgcDITIXFgPfQP5AA/44Bxj+uUABNw8KCgQ4BRr+uVEHGOAQCgkDTv5RBxjhDwoJA07+yQ8KCQM4BxgBR0D+yQ8KCgQ4BRoBR1EHGeAPCgkDTv5RBxngDwoJA04BNw8KCQIAAQD/AAH44Bj/AAwODuAY/rgYDAwQATj+uBgMDBABOAwMEOAYAQAMDg7gGAFIGAwMEP7IAUgYDAwQ/sgMDAAAAAAEAGv/AAWVBgAAAgAFABEAJQAAARcHERcHAwkDEQMHCQEXAQAQAg4CIi4CAhASPgIyHgIDSZSVlZSDAdD+zgEy/jD/XQFA/sBdAP8Cz0BvqsH2wapvQEBvqsH2wapvAeOUlQOMlZT8YQHQATIBMgHQ/Z0A/13+v/6/XQD/AXD+Xv7HyXwxMXzJATkBogE5yXwxMXzJAAAAAAMAKP8AA9gGAAACAAUAEQAAJTcnETcnEwkBEQEnCQE3AREBAlStra2tIAFk/eX+12wBdP6MbAEpAhtxrKwBbqys/fH+nP3kAsf+2GwBdQF1bP7YAsf95AAFAAD/gAYABYAABwAPABcAKQAxAAAkNCYiBhQWMgA0JiIGFBYyABAGICYQNiATFAcBBisBIiY1NDcBNjsBMhYEEAYgJhA2IAUATGhMTGj9TExoTExoBEzh/sLh4QE+gQ374BMgoBomDQQgEyCgGib9YOH+wuHhAT7MaExMaEwDTGhMTGhM/h/+wuHhAT7hAsAUEvqAGiYaFBIFgBomu/7C4eEBPuEAAAAFAAP/Rwb9BbkABgAKABAAFwAdAAATCQEuATcTKQEBMQETIRM2MgETFgYHCQExIRM2MhdoAxj8nBIOB2UBzgKU/rb98Mb+MsYIMgUwZQcOEvycAxj+MsYIMggDPvwJAnYNKxUBNPwJBlv9nAJkF/2F/swVKw39igP3AmQXFwAAAAQAAP8gBwAF4AADAA8AEwAxAAABMzUjATUGBwYmJxceATcyASE1IQUUBxYVFAQjIiYnBiInDgEjIiQ1NDcmNTQSJCAEEgGAoKADRWiLh/lgAVj4lIH+KAKA/YAEgGNZ/v24es46E0wTOs56uP79WWPwAZ0B5gGd8ALA4P3UXCQCAV9LYFBhAQF94MC7pWZ/nd5pWAEBWGnenX9mpbvRAWHOzv6fAAAAAAkAAP+ABgAFgAADAAcACwAPABMAKAArAC4APgAAARUjNRMVIzUBFSE1ARUhNQEVITUBETQmKwEBJwcBIyIGFREUFjMhMjYBNyEFNyEFERQGIyEiJjURNDYzITIWAgP8/PwD8v6rAVX9YAKg/WADJwwIIP6G0tL+hiAIDAwIBNgIDPypuf5qAovd/moC4lY++yg+VlY+BNg+VgJxgIAA/39//gGAgAEAgIAA/39//KQE2AgM/wCrqwEADAj7KAgMDARelpaWFPsoPlZWPgTYPlZWAAAAAgAA/wAHAAYAAB8APQAAASYnJicmJyYGHwEeAxcWFx4EFxY3NicmJyYCAS4FAicgDAEeAw4BBwYVASMBDgIuAgOAaDiL0CIkWQonJz5lWDUsCQQsUHRzk0uZAQEyNRxNzP5STHFTOzouSycBEQHBATXpilIeBQ4NDQFDaP7nFotorJW6AtDEUsp0ExEoEB4fK2WEXlQRCFSKqoJ1IEIGAyIkFToBMv5+PIKdmNzGATKISHCxqOWq43dUVBf+uQEdAhgOAiBWAAAFAAD/AAcABgAALwA3AEcAVwBnAAAALgEHBCAlJg4BFhcWFw4CDwEGFhcWMzI/ATY3MxYfARYzMjc+AS8BLgInNjc2JDQmIgYUFjIEEAIGBCAkJgIQEjYkIAQWACAEBgIQEhYEICQ2EhACJgAQAgYEICQmAhASNiQgBBYFZAwtGv77/uj++xotDBsawm0CGxocCQoWGQkOLBAINhEqETYIECwOCRkWCgkcGhsCbcIa/rdLaktLagKLb73++/7i/vu9b2+9AQUBHgEFvf5L/sj+5M56es4BHAE4ARzOenrOAciO8P60/pT+tPCOjvABTAFsAUzwA1U0GwY+PgYbNC0GLgye3llHFRkwCgQpFIt4eIsUKQQKMBkVR1nengwuBqNqS0tqS3H+4v77vW9vvQEFAR4BBb1vb70BbHrO/uT+yP7kznp6zgEcATgBHM7+MP6U/rTwjo7wAUwBbAFM8I6O8AAAAAMARP8ABbsGAAAvADcASAAAABYHAw4BIyInLgE3EwcWFRQHJzY1NCYjIgcnNjcBJwcGLgE2PwE+ARcBFhcWDwElAiImNDYyFhQBMjcXBiMiLgE1NDcXBhUUFgV8RAUsBD0pBgMsOQMjjzeUiVvNkYZmiXikAQiVtSFYOgUg7xpEHgHoJAwRK80BcymUaGiUafzaalqLkr2U+5J0izzNAvZGL/3ZKjgBA0MsAa0IcX/YnIllhpHOXIpyGwEsV6EeBUJYHdUXBxL+5RUvQzLoFAGpaJRoaJT6vj2LdJL6lLyUi1htkc0AAAAEAAD/gAYABYAADwA+AE4AWgAAARUUBisBIiY9ATQ2OwEyFgEUDgIHDgIdARQGKwEiJj0BND4DNz4BNTQmIyIHBgcGIyIvAS4BNzYzMhYCIA4CEB4CID4CEC4BABACBCAkAhASJCAEA3ASDqAOEhIOoA4SAQAePSsmIB0XEg6gDhIVGzMfHTUsVzQ4Jx0zCRALCGwKBAd644Hb7v787atmZqvtAQTtq2ZmqwGRzv6f/l7+n87OAWEBogFhAVCgDhISDqAOEhIB4jJQOh4VEhQcDyAOEhIORCM7JCMQDRkkHyo7GxQ/DAZSBxoKwLMBQ2ar7f787atmZqvtAQTtq/63/l7+n87OAWEBogFhzs4AAAQAJ/8DBVkGAAAJAD4ATwBgAAAAIiY1NDYyFhUUARQGJicBLgEPAQYfARMDBgcGBwYnLgE3NhsBBxcWDgIPAQYuAzUDEzYzMhcBFh8BBxYFHgEfARYXFgcGLgEnIyYnAwEWFRQHBi4BJyYBFjY/ATY1Aa6AXFyAWwGMPEMO/pEHDgQDBwt6AaFDGQ8NMjUdGQMCwwVVIwQKEhQHBxMfEQsELtMXWksgAagHBwMBB/5tK1sYGCQGCy8jPigJAQYCfAOTHwMJCxQGcv7LAwgDAwsEyVtBQFtbQEH9IzIjFhcBtgwHAgMIDYv+nv43wCoaBhoZDTwbEQJZAaCk3hgkEw0BAgMMFBgPAgErAX0iKP33BQwDAQ2mceA4N10gRhsWDCATEAkBX/6tMQgFAgULKQqsAekBBAICCQgAAAAHAAMA4wkABBwAAgALACMAMQBLAGUAfwAAATMDBTQmKwERMzI2ARMUBisBIiY9ASEHBiMhIiY3ATYzITIWBBAGIyEiJjURNDYzITIBFA4DByM+Az8BNC4DJzMeAx8BFA4DByM+Az8BNC4DJzMeAx8BFA4DByM+Az8BNC4DJzMeAxcB+KsBA1hlYDY0W2z9wgETDtgOE/7dNwoS/vUVEw0CLAkSAUwOFAM7+8f+8g4UFA4BDMgBmAEPHD0rMyY5GhABAQEOGjgmKyk+HRECuQEPHD4rMyY5GhABAQEOGTgmKyk+HRECtgEPHD0rMyY4GhABAQEOGTgmKyk+HREBAh4BCaZXav58cgHK/QwOFBQOPlEPJBEC9Q4Uxv5+3BQOAvQOFP5kCyRrYXcrLXdpWxsbCB1bXIM7L3hnWRoaCyRrYXcrLXdpWxsbCB1bXIM7L3hnWRoaCyRrYXcrLXdpWxsbCB1bXIM7L3hnWRoABAAA/wAFgAXyAEoAXABtAIIAAAU0LgEnLgInJiMiBiMiJy4DJyY0Nz4DNzYzMhYzMjc+Ajc+AjU0JicmIyIHDgMHBgcOARAWFxYXFhcWFxYzMjc+ARMiJjQ3NjU0JyY0NjIXFhQHBhYiJyY0NzYQJyY0NjIXFhAHFiInJjQ3PgEQJicmNDYyFxYSEAIHAmkaJAIBCAkJDyQXXhgiDQYKBQgBJSUBCAUKBg0iGF4XJA8JCQgBAiQaVyAUGSJAOU8/HR8GAzEmJjE4Gz90AwNAIhkUIFefGiYTJSUTJjQTS0sVuDYSExNwcBMmNBOWlqM2EhMTWmFhWhMmNBNtdHRtmQteeAkELRsIDgsLBRUTHQSA/oAEHRMVBQsLDggbLQQJeF4LFj0MCBIRL1U3QwwHa9r+8tpreidbJAEBEggMPQOnJjUTJTU0JxM0JhNL1EsTtRMTNBNyATxyEzQmE5b+WJbIExM0E1vqAQDqWxM0JhNt/uj+zP7obQAAAAAUAAAAAAiABYAABwAPABcAHwAnAC8ANwA/AEcATwBXAF8AZwBvAHcAfwCHAI8AlwCfAAAAIgYUFjI2NCQiBhQWMjY0AiIGFBYyNjQAIgYUFjI2NCQiBhQWMjY0ACIGFBYyNjQkIgYUFjI2NAIiBhQWMjY0ABQGIiY0NjIEFAYiJjQ2MgAUBiImNDYyBBQGIiY0NjIAFAYiJjQ2MgAUBiImNDYyABQGIiY0NjIAFAYiJjQ2MgAUBiImNDYyBBQGIiY0NjIAFAYiJjQ2MgQUBiImNDYyAQKEXl6EXgGihF5ehF5ehF5ehF4CooReXoReAaKEXl6EXv2ihF5ehF4BooReXoReXoReXoRe+SBwoHBwoAJwcKBwcKD+cHCgcHCgAnBwoHBwoP5wcKBwcKAFcHCgcHCg/XBwoHBwoAVwcKBwcKD+cHCgcHCgAnBwoHBwoP5wcKBwcKACcHCgcHCgAWBehF5ehF5ehF5ehAJeXoReXoT+Xl6EXl6EXl6EXl6EAl5ehF5ehF5ehF5ehAJeXoReXoT8DqBwcKBwcKBwcKBwAZCgcHCgcHCgcHCgcAGQoHBwoHD7kKBwcKBwA5CgcHCgcPuQoHBwoHABkKBwcKBwcKBwcKBwAZCgcHCgcHCgcHCgcAAACQAA/wAG/AYAAAcADwATABsATABUAGkAewCMAAAWFAYiJjQ2MjYUBiImNDYyEwEHASQUBiImNDYyARQOAgcOAxUUBiMiJjQ2MzI2NTQ+Ajc+AjU0ACAAFRQGIiY1ND4CMh4CBBQGIiY0NjIlFAYiJjU0JiMiBhUUBiImNTQ2IBYlFgYHBiMiJicmJy4BNz4BFxYFFgYHBiMiJyYnLgE3PgEXFoAmNCYmNOYmNCYmNFMBAFr/AAGtJjQmJjQC6Rc0JCMfHSYP4Z8aJiYaapYXMyQiKCck/vn+jv75JjQmW5vV6tWbW/39JjQmJjQBRiY0JoNdXIQmNCbOASTOAYoKFhkJDhMhB0ScFQgQETQVtwElCRUZCwwsEFzNFgcQEDQV66Y0JiY0Jpo0JiY0JgEt/wBaAQCHNCYmNCYBADtjWC8pIyY+Qimf4SY0JpZqOWFVMCcuNGE3uQEH/vm5GiYmGnXVm1tbm9XbNCYmNCZAGiYmGl2Dg10aJiYaks7OjxkwCgQWE7J1EDQVFQgQiYUZMAoEKe6bEDQVFgcQrwAAAAAEAAP/AAj9BgAAEQAjAGcAsAAAASYnLgEjIgYVFB8BFjMyNjc2JTQvASYjIgYHBgcWFx4BMzI2AQ4BJyYjIgcyNjMyFhcWBgcGIzIXHgEHDgErASYnJQcGIyInAyY2PwETNhI3Nh4BBgcGBzY3NhYXFgYHBgc2MzIXHgElExYGDwEDBgIHBiMiJyY2NzY3BgcGIyImJyY2NzY3BiMiJy4BNz4BFxYzMjciBiMiJicmNjc2MyInLgE3PgE7AhYXBTc2MzIECDsZET4lNUskCiIwJT4RGQJzJAoiMCU+ERk7OxkRPiU1S/5WEUwjPkgzMAMNA1ydKBEbJBIVFRIkGxEonVwGEBz+3u8ODygRoAsOFtGUEZV5H08yBx9GL3uQKD8EBTAoVEsuNXNnJBoDsaALDhbRlBGVeRojLR0ZBx9GL3uQBAgkNwQFMChUSy41c2ckGhIRTCM+SDMwAw0DXJ0oERskEhUVEiQbESidXAYBDhwBI+8ODygCQAI1IidLNTghCB8nIjWCOCEIHyciNQICNSInSwESIxoRHxEBZFMkSxEJCRFLJFNkAgIbeAcjAUAXMQ13AQubARFkGQc+Tho7RVQRBTAoKD8ECi0KMhJLfP7AFzENd/71m/7vZBYjH04aO0VUEQEwJCg/BAotCjISSyQjGhEfEQFkUyRLEQkJEUskU2QCAht4BwAAAAQAAP8ABwAGAAATAEQATgBcAAABFBYyNjU0JiAGFRQWMjY1NDYyFgIiDgIVFBYyNjU0ACAAFRQOAQcOAxUUBiMiBhQWMzI2NTQ+Ajc+AzU0LgEBFwEGIi8BJjQ3ARcWFA8DJic/ATYyBCAmNCbO/tzOJjQmhLiEaOrVm1smNCYBBwFyAQckJygiJDMXlmoaJiYan+EPJh0fIyQ0F1ub/cLi/b0MIgyoDAwGQKgMDOkaR0KBW88NIgLAGiYmGpLOzpIaJiYaXYODAeNbm9V1GiYmGrkBB/75uTdhNC4nMFVhOWqWJjQm4Z8pQj4mIykvWGM7ddWb/Yzi/b0MDKgMIgwGBqgMIg3pGUeZaVvPDAAAAwAA/4AGAAWAABQAWABoAAABFAcOAQcOAQcGIyImNTQ2NzYzMhYBNCYnJiMiByc+ATU0IyIHDgIVFBYzMhQHBgcOASMiNTQ+AzU0Jy4BIyIOARUUFjMyPgE3PgE3Njc2MzIXFjMyNhMRFAYjISImNRE0NjMhMhYDYg0LKQoCBQsUCzo0RkQcFxwRAeZODRUNW4cCAzHyGCxelUqhkxkBBBYOSy0qFR0eFgcYRR8jORlnV1KSWRUGEwUDC3ZtME8BAwUJuKl3/EB3qal3A8B3qQP9G0MyyDILAwECY0BYrCYOIf45DnsFCE0CFuJB6QYRkbxfkp4GAiJTNGIvGC8gGQ8BAwcWHURSIlhsapJQFlkWDAY8EgEJAg/8QHepqXcDwHepqQAAAAACACX/AAXaBf8AGQBlAAABNC4CIyIHBgIVFB4CMzIWPgI3NhI3NgEUBiMnLgIjIgcGBw4BBw4DIyImNTQ+ATMyFhcUDgMVFBYzMj4DNzU0JioBBiMiJjU0PgI3NjMgERQCBxc+ATMyFx4BAugEDR0XJydpbBEkRS8EHAwUCgIQQBATAvIPCAYWUEAfp7gPBgodCBdeg7Jgh58nVzYmpAEhLi4gISAtUDUrFgUHCgoKAeP6RXu9bjQ2AXZMBQNlo1YWHxN6BM8YHR8PFzr+94ksU04vAQEFDApNATVNW/2nBw0BAxAJXQgTJIsfW7GYXqeINYBpQxwBFycySCYhKD9ddmAqCQIDAfXibOLCjRMJ/phi/qIkAzk+DQe/AAMAAf8ABn8F+wA9AFIAhwAAATIfARYfARYHAw4BBw0BIyImNTQ2NyUhIiY3PgEzLQEuATc+ATsBBSUuATc+ATMyFwUXMhYzMjYvAS4BNzYHFy8CAy4BJyY2NzYWHwEOAQcGFgETFg8BBg8BNi8BJi8BJiMiBwMmNjc2FhcJASY2NzYWFxMDJjY3NhYXExceATYvASY2NzIWAz8gG949MZIoC0gGLyD98f6gCSc5NiYBBP5AKTkCAjwnAbr99ykyBgY5JQoB4f6hJjAGBjYjBg4BwNkBBAEXDxS6Iw4ZGxW62gUk7gEDARgLIB9KG44CBgEgEgOlDwQPMAw3agIpkjVA3iIqMyXrGQ4iIU0YAQr++hUVJSNLFPGIDxUiJU4RwWUIHhgBDAI4KSc4A18SlCg5qi48/mMgKwQ4IDgoJTYFIDwpJzQBQAVAKSMtPF4KPyUkLQJgJQEuDX0XUSEmyn0lAiYBBgEFAR9OGRcLHJMBBQItbAGn/vZJSts7HDY+L6o9KpQXJQE4IVEXFhAg/qABxyNQExIYIv5cAVEjThETGib+YcQPBRQQ4Ck8ATkAAAQAAP8eBwAFYgBSAF0AbQBwAAAlIicuAScmNTQ+Bjc2JSY1NDc2MzIfATYzIAAXFhQHDgEHFhUUBwYjIi8CATcGBxYaARUUBwYjIicBBgcWABUUIyImLwEDBgceARcTFCUXJBMCJR4BFRQGABQWMzIWFRQWMjY1NCYjIiUnFwFPAgRWpTkVBAQKBw4GEgK4AQxuEXQMEgp8XGQBCgHPkxQUW/+XbhF0CxMKfED+RAc6KQP47gkNOzkD/jgnKxgBfAsOiQRq4CwiAiAHsAM0MQERsbT+6UNIXv5uHBRWehwoHLJ+FAFSCQe0AjmwXB4nCRQQFAwWCBcD+3LGDRMKQBDlE/7t6B9MH47fQMYNFAlAEOV3AzQHGBcF/jb+SAMHAgMHA0kcKCv9QwQKLAbFAZ01NQMsDP65CmZbbwESARVwQKlcar0COygcelYUHBwUfrIRBAcAAAAABAAA/5cE/gVpAB8ALwA1AE8AAAEUBwYjIicmNTQ+ATMyFwYHJiMiBhUUFiA2NTQnNjcWJxQCDwEiJz4ENTQnFicVJiceARMiJzY3NjcOAQcmNTQ2NzY3PgE3FhUUBw4BBBqTlObokpOI8pNgViAHQk2n4+EBUuAgQjkpzJ+fDh0hU39ILQ8DNzdJhVht/VNN2kgTAirDayMiGi5vO14bShggcQGu15+hoZ/Xk/eSHz5AHPaoqu3tqllNDSRiS8D+zmQBBSCNqNKvW0UioKIC1uI7//65S3h/JRNekRk2OyVUGiweEFU6aZRtPU1rAAAABQAA/4AGAAWAABoAKQAuAEQAVAAAATQnBgcWFRQGIiY1NDYzMhc2NyYjIgYQFiA2AxYVFA4DBxY7ATYRNCcuAScWBTQnBgcOARUUFz4BNw4BBxYzMjY3NiURFAYjISImNRE0NjMhMhYEGhwpLBaa6JucczUtBBc8QZrPzwE0z7ICCh8yVzkVFQrbJgRQOlwBgTMpU0VQGEqFHQSNRDQ6M04VEQFJqXf8QHepqXcDwHepAe9ORRkJMkB1o6N1c6kTKywV2f7K1NUB/RgvP3iRc2EWA4sBEHRtULcnnClmSFYXE0VBKCURZEE0dyY0SjUq8PxAd6mpdwPAd6mpAAAAAAIAAP+ABgAFgABPAFsAAAE0Jy4BJyY1ND4CNTQmIyIGIyInNjU0Jy4BIyIHBhUUFwYjIiYjIgYVFB4CFRQHBgcGFRQXHgIzMjYzMh4CMzI+AjMyFjMyPgE3NgAQAgQgJAIQEiQgBAT/FkNmHQcnLyclFAwoCwQIBREkhlXHTBEFBAoMKAoVIycvJwdAhhaJAggPEAwzDiNALEcpK0grQCMOMw0QDggCiQEBzv6f/l7+n87OAWEBogFhAYQWBQ9YQBMGDxYMHRYTGRACXxNPI05XpSNPE18CDxgUFR0MFg8GE4odBRYuFgUqEwkeIx4eIx4IFCgFFgH7/l7+n87OAWEBogFhzs4AAAEAD/+ABnEFgABbAAABNhYXFhUUBxYzMjYzMhYVFA4CFRQXHgEXFhcWFRQHDgIjIiYjIgcOBCMiLgMnJiMiBiMiLgEnJjU0NzY3PgE3NjU0LgI1NDYzMhYzMjcmNTQ3PgEDUIbVORsJDg4SQhIdNj9LPwwlg08cNBzbBwgUFxRUFiUZID42Plo2NFk9Nj4fGiUYUxEZFAgH2xw0HE6FJAw/TD80HQ9CFBIOCRtA2AWAAYt7OnkvkAcbJBwgLBMnHA8cUoghDAsGHUYhCzglDQUFIykoGxsoKSMFBQ8lOgshRh0GCwwgilEcDxwnFCsfGyUaB44wejqJegAAAAIAAP+ABgAFgABPAF8AAAE0Jy4BJyY1ND4CNTQmIyIGIyInNjU0Jy4BIyIHBhUUFwYjIiYjIgYVFB4CFRQHBgcGFRQXHgIzMjYzMh4CMzI+AjMyFjMyPgE3NgERFAYjISImNRE0NjMhMhYFABZDZh0HJy4nJRQLKAwECAURJIVWxk0SBgoFCykKFCMnLicHQIYWigIIDhANMw0jQSxHKStIK0EjDTQNDw8IAYoBAKl3/EB3qal3A8B3qQGEFgUOWEEOCw8WDB0WExkQAj80TiROV6UmTSZMAhAZFBUdDBYPCw6KHQUWLxYFKhMKHiMeHiMeCRMrAxYDC/xAd6mpdwPAd6mpAAAAAAEAAP+ACQAGAABPAAABDgUHDgEHDgMHBgckBQYHPgE/AT4DNzYFMhceAQcDBicmIyIEBwYuAi8BNDU0MzI3EgAzMh4FFzc+BDc+AwkARXBCNRYWAwozFw9GQVAIL2j+q/7fXNMvThAPR7hThUy6ARcBCQsGBsIPIIDikv4AiFKGUCoMAQaK6cABbckFEzk1Rjg0DmYCJjNHYTRCfHdCBgAuXEZJKi8GEu0uHT8mLAYfyA6sNX4QHgcHG0sgJQ0fJgMGFgv+px0HGFkCARwuIhEBAQEGNwFuATwBCQ8iLUkusQRNYHuQQVJ3SiEABQAA/wAGAAYAAEYAWABeAGQAagAAARQHJxcGBycXBgcnFwYHJxcGIic3ByYnNwcmJzcHJic3ByY1NDcXJzY3Fyc2NxcnNjcXJzYzMhcHNxYXBzcWFwc3FhcHNxYXNAIkIyIOAhUUHgIzMiQSExEJAREBEQERCQERAREJAREBBSoF7OATJ9axLD+dZz1PTw4mTCYOTkpCZ507MbLWJxPg7QUF7uETJ9axLj2eZ0NJTQ0kJyYmDk5KQmeePS6x1SUV4O0FHp3+85532J1cXJ3Yd54BDZ1J/W/9bwKRAsT9PP08BcT9AP0AAwACgC0fDk5JRGeePS+y1yUW5PAGBu7iEyjXsitBnmhFSE8OKiIjKg5PSUNonz0vstcnE+DsBgbt4RMo1rIvPZ9oPk9ODh8uoAEPnV2d2nh32p1dnQEPAh79Av6BAX8C/gF/+csBnAM3AZv+ZfzJA1v8gP5AAcADgAHAAAADAAD/AAaABgAAFAApADYAAAEhByEiBhURFBYXFjMVIyImNRE0NiUzAQ4GBzU2NzY1NCcBMxMBESE2NyERNCYnNx4BAVMCsxr9Z26deV0XSy2Mx8cD3/f+HhcjNzVMU2w+ozkUFP7j5LsDVvzlJQgCpmNQGWV9BSZInm78/V+VEwVIyIwDA4zI2vryPVVvTFExIQLDGpw0NTY0At39twHy+6k3EgQOVYwdQyKzAAAAAAoAAP8ABwAGAAAHABQAIQAtADkAWwBuAHgAkADnAAAAFAYiJjQ2MgM1NCYiBh0BFBYzMjY3NTQmIgYdARQWMzI2NzU0JiIGHQEUFjI2NzU0JiIGHQEUFjI2AQYEIyIuAjU0NwYVFBIXNjMyFzYzMhc2Mhc2MzIWFzYSJzQjIgcGIyI1NDcGFRQWMzI3NgE0JiIGFRQWMjYBNC4BIyIGBwYVFBYzMjc2MzIWFRQHPgEFFAIHBgQPARUUBiMiJwYiJwYjIicGIyImNQYjIic2NyYnFjMyNyYnJjU0PgMzMhc2Nz4BNz4CNz4BMzIXNjMyFxYVFA4CBx4BFRQHFhc2MzIXFgNUIjgiIjiCKTwoKR0eKawoPCkpHh0prik8KSk8Ka4pPCkpPCkBDFT+2K971ZBSFWiCeB49OB4gNzgeIG4gHjgcMQ1wgo5IER5fNuIeU7KSb2MN/kZAYkA/ZD8CdUuXYk2QNzBbZjVZJBEzNQRLVQEXQzw6/u5bBDsrOB4gbiAeODcgHjgvOFpsdl02NHFFICdZS8AwGBItQWxCOxYTFwIUAwoaGBBX+YgjGztXUzkFDA0TAREmEJ0oGSMtN1oE6DovLzov+lRyHisrHnIeLCwech4rKx5yHiwsHnIeKysech4sLB5yHisrHnIeLCwCyqDHZ6vgeFhWr9ei/tRlOTIyMjIyMh8ZXgETs0sGE/NWdn+Ult1GMAKyMk9PMjNPT/7gYKZsRjufbWhqEwY4NBoURMNyb/7rQkCdGgFyK0AyMjIyMjJDMERQARMfYAcuwHI4aDmJnH5UNB0ZAxQGDy4mFG+EBEA5BQcFEQ8TAQYYDAYTivAeMVAAAAMAAP+ABgAFgAAZACUAMQAAATQnIRUzDgEjIiY0NjMyFzcmIyIGEBYzMjYlMzUjNSMVIxUzFTMAEAIEICQCEBIkIAQDlQb+ltkMfVBjjIxjXTxobJWg4OCgpcsBWW1tbm5ubgESzv6f/l7+n87OAWEBogFhAnchH4RMWY/GjztlZOH+wuHSd25ubm5uAXb+Xv6fzs4BYQGiAWHOzgAAAAABACX/AAYABgAAJwAAAREUBwYjIiQjIgcRIxEuATU0NjIWFRQGBxU2MzIXHgEzMjc+ATMyFgYAMa6kSf7jVaTOoD9MgLaATD++mWNjDsM0TVgLihQaJgQA/LkwDjQ7MP6uBVgZcERbgIBbRHAZRCwPAikSAiYmAAAFAAD/UQkABQAABQA5AFYAXACUAAASMjYmIgYFLgUnBwYmJyY2PwEuAgYjIg8BIxEyNh4DFwEWMzI3FjY3Fjc+AScWMzI+ASYXMxEjJyYrASIPAQYUFx4BPwE2HgEHHgEXHgEXFgQyNiYiBgERFAYjIQ4BBw4BBw4BJw4BLgEnASEiJjURNDYzIT4GOwEyFzY7ATIeBhchMhaYUCAgUCAGCQo5GjIjLhZ9U/tQOQE6sRY6JUwLXEKemwUgDBsOFQgBKXNwTi85bxFKNRQgAgohK0QfB4RgXZ1CZ6dZOdEcGyuGLMEZOSUKEFAUHWsLNAEAUCAgUCABCCYa/k4bbkYhXzcqfUI8hHtvMP7h/poaJiYaAaUOQh07KjxAJHVjUlJjpyNAMTYjMxs3DgFjGiYBgEBAQAYNSiJAKjQXjF4EYEWyRM4LCwECQp794AEBAwYLCP7cby8UODkGMhI3FwoqQE8YAgC0TEPzIVQhMwIy2hcDMx8TWBgkiw9CSkBAQAIA/YAaJkFTCjBDDDU5BCILJ0QvARomGgKgGiYORBw0FxwLODgMESQaNR9BECYAAAACAAD/AAcABgAAJQBPAAABERQGIyEiJjURNDc+Bjc+AzIeAhceBhcWASQ3PgEvAS4BBwYHDgMiLgInJicmBg8BBhYXFgUeBDI+AwcAXkL6QEJeCwg+FUZGeqVuBV8wUDpQMlwGbqV6RkYVPggL/cwBB1ILAwgmCBoL53AFXjFQOlAxXgW6nQsaCCYIAwtSAQcKUDJOTUpNUTBSA3L8LkJeXkID0g8JBzcROjVdeVAESCElJSJGBVB5XTU6ETcHCf2ovz0IGQs0CwMIqVEDSCElJSFIA4Z0CAMLNAsZCD2/CDwiLRYWLyA/AAAAAAMAAP8ABwAGAAAxAFAAcAAAARcWBgcOAgcOAysCIi4CJy4CJy4BPwE+ARcWFx4DOwIyPgI3JDc2FhMRJicmJS4DKwIiDgIHDgIHBgcRFBYzITI2ExEUBiMhIiY1ETQ3NgA3PgM7AjIeAhceAhcWBcInCAMKK6d+BCcqT0olAQElSk4sJgV4pycLAwglCBsLXtQFTSxFGAEBGEUsTQUBAjcLGsZaRVv+1gNQKkYYAQEYRipQA9fJOjUOBxMNBcANE4BeQvpAQl4pewHGBiQuTUslAQElS00uJCvi4lgpAm8zCxkIIoFhAyAgMhcXMiEfBF2BHggZCzQLBAlJowQ+HyIiHz4ExiwIA/0mA6BTOErmAkIeIyMeQgKmnzEyDAf8YA0TEwOt/GBCXl5CA6A4JnIBYQUeIzEYGDEjHiSstlImAAAAAAsAFf8ABesGAAADAAcACwAPABoAHgAiACYALgAyAHYAACUXLwEBJScFARcDJwElAwUBFy8BFBYGDwEXFgEFAyUBNwcXASUDBQE3JwcXFg8BJTcPAicHFA8BBi8BFxQHBQYjJjUnJgMmPwEmJwMmPwEmJwMmNyUyFwUWFRMUDwEXFhUXNzYfATc0PwE2HwEeAQ4BFRQPAQYBSsoi2AESARIL/tT+7uMw9QE8AT0O/qABjV8CZwICBE5VB/0/AQBE/ukEZg/mAv3hAXUT/lkDmhTiApAGAgcBAh6zFBNHCATqBwdiBwT+2wQCCOQENwIHPV4BSAIIXoUCYAIJAbEFAwE9BhQGdn4FBXkFBlQDBc4GBfUEAg8UBL8GAdbs1f4z2vXXAYbVAUfM/eLWAUTI/qNQ708BDwkDNEYGAp7IAdGt+7PqpPACccIBuaP8u+mOaV8EBXdc3oDkITF1BQO7BQVToQUD6gICAfIEAREHBCVWBgFfBwUtZAgB0goDhwGZBAX+MQcDPVUCBntKBAQ4bgYDfgMDhwQGcocDBQKZBQAAAwAA/wAGgAYAAB0AJwBVAAABNC4DIw4EIi4DJyIOAxUUFjMhMjYDNCYiBhUUFjI2ARUUBisBFRQGIyEiJjURNDYzITIWHQEzMhYdARQGKwEVMzIWHQEUBisBFTMyFgSxCx8wUDMGNx4zLy4vMx43BjNQMB8LVD0CQD1UrZnWmZnWmQJ8Eg5gXkL7QEJeXkIEwEJeYA4SEg5gYA4SEg5gYA4SASo5ZGVHLQQhEBgKChgQIQQtR2VkOUlhYQKbbJiYbGuYmP5PwA4S4EJeXkIFwEJeXkLgEg7ADhKAEg7ADhKAEgAABAAA/wAGgAYAAAkAKwBZAGkAAAEUBiImNTQ2MhYDMh4EFRQGIyEiJjU0PgM7AR4FMj4EARQGKwEVMzIWHQEUBisBFTMyFh0BFAYrARUUBiMhIiY1ETQ2MyEyFh0BMzIWFQERNCYjISIGFREUFjMhMjYEBJnWmZnWmTAuSS8gEAdPQv3AQk8JHC1RNQUHMhUtHSkmKR0tFTICsxMNYGANExMNYGANExMNYF5C+0BCXl5CBMBCXmANE/8AEw37QA0TEw0EwA0TA3xrmJhrbJiY/rgiPUlZTClDZ2dDMFtqTTQEHwsXCQkJCRcLHwEEDROAEw3ADROAEw3ADRPgQl5eQgXAQl5eQuATDftABcANExMN+kANExMAAAYAAP+ACAAFgAAZACEAMQBBAFEAdQAAADQuAiMOBCIuAyciDgIUFjMhMgI0JiIGFBYyATU0JiMhIgYdARQWMyEyNhE1NCYjISIGHQEUFjMhMjYRNTQmIyEiBh0BFBYzITI2AREUBiMhNTQmKwEiBh0BITU0JisBIgYdASEiJjURNDYzITIWBAASKVA5BjAbLCoqKiwbMAY5UCkSSjYCADZThbyFhbwEIhIO/cAOEhIOAkAOEhUP/cgPFRUPAjgPFRIO/cAOEhIOAkAOEgEAXkL+oBIOQA4S/QASDkAOEv6gQl5eQgbAQl4BVYBrYzkEHA8UCQkUDxwEOWNrgFUCP7yFhbyF/uZADhISDkAOEhIBEjgPFRUPOA8VFQELQA4SEg5ADhISAU77QEJeYA4SEg5gYA4SEg5gXkIEwEJeXgAABwAA/4AIAAWAABkAIQAxAEEAUQB1AIUAAAAUBiMhIiY0PgIzHgQyPgM3Mh4BAhQGIiY0NjIBFRQGIyEiJj0BNDYzITIWNRUUBiMhIiY9ATQ2MyEyFjUVFAYjISImPQE0NjMhMhYTETQmIyEiBhURFBYzITU0NjsBMhYdASE1NDY7ATIWHQEhMjYTERQGIyEiJjURNDYzITIWBABKNv4ANkoSKVA5BjAbLCoqKiwbMAY5UCmLhbyFhbwEIhIO/cAOEhIOAkAOEhUP/cgPFRUPAjgPFRIO/cAOEhIOAkAOEoATDflADRMTDQFgEg5ADhIDABIOQA4SAWANE4BeQvlAQl5eQgbAQl4B1YBVVYBrYzkEHA8UCQkUDxwEOWMBu7yFhbyF/WBADhISDkAOEhLuOA8VFQ84DxUV9UAOEhIOQA4SEvwyBMANExMN+0ANE2AOEhIOYGAOEhIOYBMEzftAQl5eQgTAQl5eAAAAAAMAAP8ABwAGAAAPABcAKAAAJS4BJw4BIiYnDgEHFgQgJAIQJiAGEBYgABACBgQjIiQmAhASNiQgBBYF8xaDd0O5zrlDd4MWagFKAX4BSonh/sLh4QE+AuGO7/60t7b+tPCOjvABTAFsAUzwxZvNEEpTU0oQzZuWr68CsgE+4eH+wuEBNv6U/rXxjo7wAUwBbAFM8I6O8AAAAwAA/wAHAAYAABAAJAAsAAAAIAQWEhUUAgYEICQmAhASNgE2NTQCJiQgBAYCFRQXEjMWIDcyJhAmIAYQFiACygFsAUzwjo3w/rT+kv60746O8ARtlXrO/uT+yP7kznqVQvCDAWyD8Knh/sLh4QE+BgCO8P60trX+tPCPjvEBSwFsAUzw+0fN+pwBHM56es7+5Jz6zQFHgIChAT7h4f7C4QAAAAADAAD/AAYABgAAHwAnADcAAAEeBBUUBiMhIiY1ND4DNyY1ND4CMh4CFRQAIAYQFiA2EBMyNjU0AicGICcGAhUUFjMEsS9VXUIsyI38qo3ILEJdVS9PUYq90L2KUf6f/sLh4QE+4StYfZ2Tkf6CkZOdfVgC8A4wYoXTg5rb25qD04ViMA59k2i9ilFRir1okwIT4f7C4eEBPvrhj2bvARQHf38H/uzvZo8AAAAABAAA/wAFAAYAABEAGQAjAD0AAAAUBiMhIiY0PgIzFjI3Mh4BAhQGIiY0NjIBESERFBYzITI2ExEUBiMhIiY1ETQ2MyEVFBY7ATI2PQEhMhYEAEo2/gA2ShIpUThQ2FA4USmIh76Hh74BofwAEw0DwA0TgF5C/EBCXl5CAWASDsAOEgFgQl4BVoBWVoBsZDlLSzlkAbm8hYW8hfugBWD6oA0TEwXN+kBCXl5CBcBCXmAOEhIOYF4AAAgAAP+ACAAFgAATABsAKwA7AEsAWwBlAHUAAAE0LgIjBiInIg4CFRQWMyEyNgI0JiIGFBYyATU0JiMhIgYdARQWMyEyNgE1NCYjISIGHQEUFjMhMjYlNTQmKwEiBh0BFBY7ATI2ETU0JiMhIgYdARQWMyEyNgEhNTQmIyEiBhUhERQGIyEiJjURNDYzITIWA4APIkQvQLhAL0QiDz8sAaosP4BwoHBwoARwEg79QA4SEg4CwA4S/oASDv7ADhISDgFADhIBgBIOwA4SEg7ADhISDv1ADhISDgLADhL5gAcAEg75QA4SB4BeQvlAQl5eQgbAQl4BRDZdVzJAQDJXXTY3TU0Bo6BwcKBw/uBADhISDkAOEhIBDkAOEhIOQA4SEg5ADhISDkAOEhIBDkAOEhIOQA4SEgFuYA4SEg77QEJeXkIEwEJeXgAIAAD/gAgABYAAEwAbACsAOwBLAFsAZQB1AAABFAYjISImNTQ+AjMWMjcyHgICFAYiJjQ2MgEVFAYjISImPQE0NjMhMhYlFRQGIyEiJj0BNDYzITIWBRUUBisBIiY9ATQ2OwEyFjUVFAYjISImPQE0NjMhMhYTESERFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgOAPyz+Viw/DyJEL0C4QC9EIg+AcKBwcKAEcBIO/UAOEhIOAsAOEv6AEg7+wA4SEg4BQA4SAYASDsAOEhIOwA4SEg79QA4SEg4CwA4SgPkAEw0GwA0TgF5C+UBCXl5CBsBCXgFEN01NNzZdVzJAQDJXXQHWoHBwoHD9oEAOEhIOQA4SEvJADhISDkAOEhIOQA4SEg5ADhIS8kAOEhIOQA4SEvyyBGD7oA0TEwTN+0BCXl5CBMBCXl4AAgAd/wAG4gYAABoAQQAAARACIyICERASMzI3LgQjIgcnNjMyFhc2ATMWDgMjIi4CJwYjIiQmAjU0EjYkMzIeAxUUAgceATMyNgTn0uHe0NDeSjkWIjY1SSkuITFpq4SnQ0MBhnUDCitJjVxHd1xCIWFslv7j3YeH3gEdlXnrx5lWoYovXTo9QgLtAT4BOf7G/sP+xP7JESs8RisdEGFbbGWV/oUbUG5bQSZKUjcbdMkBKamqASvKdEiMvfmJvv7Fa0ZJSwAAAAAEAAD/ZQkABZsAIAAuAJkAvwAABRQGIyInJicCERATPgEzMhYVFAcGBwYVEBcWFx4EJRQGIyEiJjU0NjMhMhYDFAcOAQcGIyImNTQ+AjU0JyYjIhUUFhUUBiMiNTQ2NTQnLgEjIg4BFRQWFRQOAxUUFxYXFhcWFRQjIicuATU0PgM1NCcmJyY1NDMyFx4EFxQeBTMyNjU0JjQzMhceAQUQBw4DIyImNTQ+ATc2ETQmJyYnLgU1NDYzMhcWEhcWAcUgFQEMP2Ph1SdwJhMgP2Ixd3syVgIZDhQJBT8jHfvHGiYjHQQ5GibXQxlZJxALBxAmLiYjHREDDysXQgMKDToWBQQDICY2NSYqHTIQAQESBht3mDFHRjEZHRsTKTI8KTwnHBAIBgMICgwRChccKAobQkg9AtOKEzpOVCAQHjpPCbcpNDppAhYLEwsIIBNGfmJgDAJlFSEDD30BHAGIAVUBETNpGxMbP2ZSx/r+59JVWAMaEBkWfB0nJhodJyYCSYZjJlEUCgwGCSoyVS5MNioFDC8NFhpMDzoPGRUZOQEEBAIwHiU+Li4+JWI+KxQFBQIDEAsrwXo3eW1sdzQ1KTAQCQwUHRMzM0pAMAEhESEVFgscFxlUFEZMoIf+7uUgUF09HxAPR1ML5gEtg9Brd20DFQwXERQJEyGpg/7krCoAAAIAAP8ABwAGAAAYACgAACUTNiYHAQ4BFh8BATYXFgcBOQEHMj8BFxYAEAIGBCAkJgIQEjYkIAQWBKWTCScg/KAdFRAY3QIBFQsHC/5hEBcWbOBAAmyO8P60/pT+tPCOjvABTAFsAUzw5QK1LCYM/rMLHBkHRQFDDggFCv6J5BZopSQCm/6U/rTwjo7wAUwBbAFM8I6O8AAABgAA/wAEAAYAAA0AHwAvADMANwA7AAAlFAYiJjU0NjcRMxEeARc0JicRNCYiBhURDgEVFBYgNjcUACAANTQ3ETQ2IBYVERYTFSM1ExUjNRMVIzUCgHCgcEY6gDpGgEQ8cKBwPES7AQq7gP75/o7++YC7AQq7gIDAwMDAwMBQcHBQPGQVA4v8dRVkPE2GLQMAUHBwUP0ALYZNhbu7hbn++QEHubaDAseFu7uF/TmDAYqAgAEAgIABAICAAAAGAAD/AAQABgAADQAfAC8AMwA3ADsAACUUBiImNTQ2NxEzER4BFzQmJxE0JiIGFREOARUUFiA2NxQAIAA1NDcRNDYgFhURFhMVIzUTFSM1ExUjNQKAcKBwRjqAOkaARDxwoHA8RLsBCruA/vn+jv75gLsBCruAgMDAwMDAwFBwcFA8ZBUCi/11FWQ8TYYtAwBQcHBQ/QAthk2Fu7uFuf75AQe5toMCx4W7u4X9OYMBioCAAQCAgAEAgIAAAAYAAP8ABAAGAAANAB8ALwAzADcAOwAAJRQGIiY1NDY3ETMRHgEXNCYnETQmIgYVEQ4BFRQWIDY3FAAgADU0NxE0NiAWFREWExUjNRMVIzUTFSM1AoBwoHBGOoA6RoBEPHCgcDxEuwEKu4D++f6O/vmAuwEKu4CAwMDAwMDAUHBwUDxkFQGL/nUVZDxNhi0DAFBwcFD9AC2GTYW7u4W5/vkBB7m2gwLHhbu7hf05gwGKgIABAICAAQCAgAAABgAA/wAEAAYAAA0AHwAvADMANwA7AAAlFAYiJjU0Njc1MxUeARc0JicRNCYiBhURDgEVFBYgNjcUACAANTQ3ETQ2IBYVERYTFSM1ExUjNRMVIzUCgHCgcEY6gDpGgEQ8cKBwPES7AQq7gP75/o7++YC7AQq7gIDAwMDAwMBQcHBQPGQVi4sVZDxNhi0DAFBwcFD9AC2GTYW7u4W5/vkBB7m2gwLHhbu7hf05gwGKgIABAICAAQCAgAAAAAAGAAD/AAQABgAACQAbACsALwAzADcAACUUBiImNTQ2MhYXNCYnETQmIgYVEQ4BFRQWIDY3FAAgADU0NxE0NiAWFREWExUjNRMVIzUTFSM1AoBwoHBwoHCARDxwoHA8RLsBCruA/vn+jv75gLsBCruAgMDAwMDAwFBwcFBPcXFPTYYtAwBQcHBQ/QAthk2Fu7uFuf75AQe5toMCx4W7u4X9OYMBioCAAQCAgAEAgIAAABAAAP8AB4AGAAAmAC4ANgA+AEYATgBWAF4AZgBuAHYAfgCGAI4AlgCeAAABFhQHAQYiLwEmND8BLgE3JiMiBhURIRE0PgIzMhYXNhYXNzYyFwIyFhQGIiY0BCImNDYyFhQ2MhYUBiImNAQyFhQGIiY0BDQ2MhYUBiIkMhYUBiImNAQyFhQGIiY0BCImNDYyFhQ2MhYUBiImNAQiJjQ2MhYUNjIWFAYiJjQEMhYUBiImNCQyFhQGIiY0BjIWFAYiJjQGMhYUBiImNAWZCgr9jgoaClIKCixIEzhKZmqW/wBRir1oar5HXs5SLAoaCiE0JiY0JgFaNCYmNCamNCYmNCb9pjQmJjQmAQAmNCYmNAEANCYmNCb9pjQmJjQmAVo0JiY0JqY0JiY0Jv7aNCYmNCamNCYmNCb+pjQmJjQmASY0JiY0Jlo0JiY0Jlo0JiY0JgUHChoK/Y4KClIKGgosW+hjR5Zq+wAFAGi9ilFSSicdQSwKCv6nJjQmJjRaJjQmJjRaJjQmJjRaJjQmJjQ0NCYmNCaAJjQmJjRaJjQmJjRaJjQmJjRaJjQmJjTaJjQmJjRaJjQmJjRaJjQmJjQmJjQmJjRaJjQmJjRaJjQmJjQAEQAA/wAHAAYAAB0AJQAtADUAPQBFAE0AfQCFAI0AlQCdAKUArQC1AL0AxQAAARUUBxUUBisBIiY9AQYjISInFRQGKwEiJj0BJj0BABQGIiY0NjI2FAYiJjQ2MiYUBiImNDYyFhQGIiY0NjImFAYiJjQ2MiYUBiImNDYyARUUBiMhIiY9ATQ2OwERNDYzMhc2Fhc3Nh8BFgcBBi8BJj8BLgE3JiMiBhURITIWABQGIiY0NjImFAYiJjQ2MiYUBiImNDYyFhQGIiY0NjImFAYiJjQ2MiYUBiImNDYyFhQGIiY0NjImFAYiJjQ2MhYUBiImNDYyBoCAEg5ADhI/Qf0AQT8TDUANE4ACQBIcEhIcUhIcEhIcLhIcEhIckhIcEhIcLhIcEhIcLhIcEhIcBFISDvlADhISDmCWamxMLmgpFgsLKgsL/sYLCyoLCxYkCRwlMzVLBeAOEvyAEhwSEhwuEhwSEhwuEhwSEhzSEhwSEhwuEhwSEhwuEhwSEhzSEhwSEhwuEhwSEhySEhwSEhwBwMCpdcIOEhIOdhYWbhEXFxG6danAAa4cEhIcEi4cEhIcEi4cEhIcEhIcEhIcEi4cEhIcEi4cEhIcEv3gQA4SEg5ADhICgGqWThMOIBYLCyoLC/7GCwsqCwsWLnQyI0s1/YASAcAcEhIcEi4cEhIcEi4cEhIcElIcEhIcEi4cEhIcEi4cEhIcElIcEhIcEi4cEhIcEhIcEhIcEgAAAAQAAf8ABgAF/gANAEAASABxAAABFAcGBwYgJyYnJjU0IAEUAAcGJjc2NzY3Njc2EjU0AiQHDgMXFhIXFhcWFx4BFxYGJy4BAjc2EjYkNzYEFhIEFAYiJjQ2MgEUBgcGJicmJyY3PgE1NC4BBw4BBwYWFxYHBgcOAScuATc+Ajc2HgED4hEfGBb+/BYYHxEBwAIe/vTYCA4BBwMEAgEIn8G2/si1fOKhXwEBxJ8HAgMDAQgCAQ8IlOJ5CAd2vwEDj6QBL9uD/eKDuoODugGja10IEAIGFwcKOkJ1xnGFwA0KQ0EKBxgFAhAIX2sCA4TegpD4kQFYVm/XYlpaYtduV6gBAPD+fFYDDAkwEiAPCQNRATK4tAEtqAoHbK3nfbj+z08DCRUYCS8MCQwEOt8BMaePAQXBegkKcdD+2yW6g4O6g/8AetVHBggKNCgKCjaSUm+6YQwPxIVcqDwKCik0CQgGStp9g+KJBgeG8QACAAD/gAcABYAAAwATAAAlIREhAREUBiMhIiY1ETQ2MyEyFgEABQD7AAYAXkL6QEJeXkIFwEJegAMAAWD7QEJeXkIEwEJeXgABAAD/gAcAAYAADwAAJRUUBiMhIiY9ATQ2MyEyFgcAXkL6QEJeXkIFwEJe4MBCXl5CwEJeXgAAAAMAAP8ACAAGAAADAAwAJgAAKQERKQIRIREzMhYVAREUBiMhERQGIyEiJjURNDYzIRE0NjMhMhYBAAMA/QAEAAIA/QBgQl4DAF5C/aBeQvxAQl5eQgJgXkIDwEJeAgADAP8AXkICAPxAQl7+oEJeXkIDwEJeAWBCXl4AAAACAAD/gAcABYAAIwAzAAAlNzY0LwE3NjQvASYiDwEnJiIPAQYUHwEHBhQfARYyPwEXFjIBERQGIyEiJjURNDYzITIWBJeSCgrp6QoKkgoaCunpChoKkgoK6ekKCpIKGgrp6QoaAnNeQvpAQl5eQgXAQl7XkgoaCunpChoKkgoK6ekKCpIKGgrp6QoaCpIKCunpCgQT+0BCXl5CBMBCXl4AAwAA/4AHAAWAACMAJwA3AAABBwYiLwEHBiIvASY0PwEnJjQ/ATYyHwE3NjIfARYUDwEXFhQBIREhJREUBiMhIiY1ETQ2MyEyFgTpkgoaCqmpChoKkgoKqakKCpIKGgqpqQoaCpIKCqmpCvwNBQD7AAYAXkL6QEJeXkIFwEJeAamSCgqpqQoKkgoaCqmpChoKkgoKqakKCpIKGgqpqQoa/s0EAGD7QEJeXkIEwEJeXgACAAD/AAcABgAAAwATAAAJASEBABACBgQgJCYCEBI2JCAEFgQuATL9cv7OBWCO8P60/pT+tPCOjvABTAFsAUzwAWYCNP3MAdD+lP608I6O8AFMAWwBTPCOjvAAAAcAAP8ABwIGAAAHABMAIwAuAEMAxADUAAABJg4BFxY+AQUGIicmNDc2MhcWFBcHBiIvASY0PwE2Mh8BFhQnBiInJjQ3NjIWFCUOAScuAT4CFhceBw4BEzYuAicuAQc+AR8BNic+AS8BPgE3NiYnJgYHDgEeARcuAScmNyYnIgc+AT8BNCcuAQYHNjcGHgEXBgcOAQ8BDgEXFhcGBwYUFjc+ATcuAgc+BDMWNzY1NCcWBw4BDwEOBRYXJicOBBYXFjYSNz4BNxYXFjc2EhACBgQgJCYCEBI2JCAEFgULDygMCw40EP5aCBcHCAgHFwgHniMMIw0mDAwjDCMNJgx5BxcIBwcIFhABiyKTNiYuBEpNQCYCFgcTBg4DBQMHwwMXICIGKFhFEyoMDAIkBgEDAys4BgpqVDxsHB4HJDMfLVYOHDwQDTInEy4NDQ0KLTENAgIHASUeGRYjZSIhWrYQAQoPDxUrKilIEwIJIBEXOBgfFQ0OCAcoagUBHA0NBB4WHxMPAgkjAhYZKhMODRMtxrcfVnYbL2toPyf2jvD+s/6U/rPwjo7wAU0BbAFN8AQkEREoEhEFJNQICAgWBwgIBxZSIw0NJg0iDSMMDCcMI3YICAgWCAgQFlpAKyYcTWJWFB4kAhUGFQoVDxYUGP4SFB0OFApHNxANCwEBLS0UKQoKGFIyVIUKBzMxM2RKNg8EQDhschULExgaAQEyHBUPFh0EAxxfizUOFhBtLy4it0cQCwwSGToWERM9HgIGCQEFDwUHAQcpJTVmMGd0HSoGBgcyKT87Q0IeNhoYHjYmLCALGbIBCWA0fzhdVVMDAgF5/pT+tPCOjvABTAFsAUzwjo7wAAAAAQAA/wAGAAYAAEcAAAERFjY/AT4BPwEzAxMjJy4BJyYhERQWMyEyPgQ/ATMGAgcuAScjIQU1Nz4BNxMSJy4BLwE1BSEyNw4BDwEjJy4BIyEiBgIGZ7ElJUQtESFnDgdnHQ88Nlf+91daAWUjMT0vMioSXVkGMwWS6y0s/Yz+iH9DMQEIAwsCL0R/AXgCvovrBhAEBV0gH1ZG/dwcDwVJ/XEBBQMDAi1Ijv6+/sF/RDIBCP3UTksECxknPirYJf5SPQUGAQxmGQ0wNwKDAZLzPS4NGGYMG0T9XVx8eXURAAAHAAD/gAYABYAAEQAsADAAPgBTAGUAdQAAARUUFg4EIxEyHgMcAQUVFBYOAiMiJyY1PAM+AjMyHgMcAQUzESMBMxEjByYnIxEzERMzEwU0Jy4FIiMiKwERMjMWNicmBTU0LgIjIgc1IxEzNxYzMjYTERQGIyEiJjURNDYzITIWA5oBAQIFCA4JCQ4IBQIBPAEBBAsICQUEAwQGBQYIBQMB+956egGyap8cFAyeay1MKwGpBQMQEiAVKREVCARbFCSpOAMBAT0EDyIdLh91bgceLzIgtF5C+0BCXl5CBMBCXgLjtgQWCBAHCAMBNQIIAxAFFmN5ARcIDwYJCpsCCgcLBggDAwYGCwUO7gHY/igB2N2USf4oATj+yAE/DkMXEBkQDAUD/igBM5s+n4UdICMPIpr+KB4kPQMS+0BCXl5CBMBCXl4AAAAABQAw/wIISwX4AAwAFQAaAFMAjwAABSYnLgQnJicWAAEXLgEvAQYHFhMGBzY3ATQCJiQjIgQHBgc+Ax8BHgMHJg4CBx4CFxY+Aj8BPgEWFxYHBgUGJx4DHwEWNzYSEwYHBgIHBgcGJwYjIAADIiYjBh4CHwEWFy4DLwEuBiceAhc3Njc2NzY3PgE3NiQEFxYSBHcGBQ0ufmt1HxGeQgFS/l2oGSADBFQlBXorIiweBaB80/7en5P+9GoeDzyml4cpKCEoCQQDfsujekYEDzgie/m0kSUlFiMaBA410P79h7Ypioh9JyePeMPuSg4aRt/PMCJIWyQl/uX+RUoBBgIGESMlDQ4ILkdrMh0DAgU5KEIxMyIIEz+jQAILUymHHDUPIiCeASMBOZbc4sUBAwgeZG2rVwMi1f7WAjscTLc2NVKOQQIwQFQuFv6eoQEk1H1pYDpmM0EVBgQDAR0lJQoLFUJNPCRx8zoGKUJEGRgQCRMZYRhhJRQEYKFdQQsMFyZjAXwBCYdN0P7rcyELGgoDAVoBDQEyfWlbGhoMRiaJj4MqKgIVDxoYGxsMCh88CCCVjcqjc2McIg9KPCZOc/5GAAUAJf8MBtgF9AAXADAAQABXAG0AAAE2JicuAQYHBhYXHgIXHgc2AQ4CBCQuAQI3PgM3BhoBDAEkNzYHFAIUDgIiLgI0PgIyHgEFLgEsAQwBBgIXJgI+BB4CFx4BAzYAJyInJjceBA4DBz4DBT0dR1Y6h2USDA8jFx86GyQ/KyUYFA0LCgFxNMHs/vL++vC0ZwUBDwomBDNo8gFUAWABWnQUAvNRiLzQvIhRUYi80LyIAXBB5/7t/sv+2/7+tlAeMQVMjr3h7/bizkshOjwM/tf4CAICGn3SiGAVF2SR4Yhsu6FiAvAsqzknHRQbFwoFAwQPCg0lJSgkIRgNAf3Lf7phGDODwAEXpClXKXgN0P6G/v6aDKGkGw0EAh/QvopRUYq+0L6KUVGKBpPQYwhRsfb+pMehAS300pdlKRdVpHMyjv6B9AFYRAUFAwRclL3Rz7ySWQIeZJLPAAAAAAsAAP+ABgAGAAAPAB8ALwA/AE8AXwBvAH8AjwCfAK8AABMVIyI9ASMiPQE0OwE1NDMTFSMiPQEjIj0BNDsBNTQzExUjIj0BIyI9ATQ7ATU0MxMVIyI9ASMiPQE0OwE1NDMTFSMiPQEjIj0BNDsBNTQzJREUBiMhIiY1ETQ2MyEyFgEVFCsBFRQrATUzMh0BMzI1FRQrARUUKwE1MzIdATMyNRUUKwEVFCsBNTMyHQEzMjUVFCsBFRQrATUzMh0BMzI1FRQrARUUKwE1MzIdATMywHAQMBAQMBBwcBAwEBAwEHBwEDAQEDAQcHAQMBAQMBBwcBAwEBAwEASwOCj8wCg4OCgDQCg4AQAQMBBwcBAwEBAwEHBwEDAQEDAQcHAQMBAQMBBwcBAwEBAwEHBwEDAQAQCAEBAQIBAQEAEAgBAQECAQEBABAIAQEBAgEBAQAQCAEBAQIBAQEAEAgBAQECAQEBCg+kAoODgoBcAoODj7CCAQEBCAEBDwIBAQEIAQEPAgEBAQgBAQ8CAQEBCAEBDwIBAQEIAQEAAAAAABAC//AAZRBgAAkAAAAQcXHgEHDgEvARcWBiYnAyURFx4BDgEmLwEVFAYiJj0BBw4BLgE2PwERBQMOASY/AQcGJicmNj8BJy4BPgEXBS0BBQYjIi4BNj8BJy4BPgEfAScmNhYXEwURJy4BPgEWHwE1NDYyFh0BNz4BHgEGDwERJRM+ARYPATc2FhcWBg8BFx4BDgEjIiclDQElNh4BBgYep7oXDQ0OMhe6Nw0yRw1m/vHQEAIYISkQcCY0JnAQKSEYAhDQ/vFmDUcyDTe6FzIODQ0XuqcdGgkqHQE2AQ/+8f7KBAkbIgQaG6e6Fw0aNBa6Nw0yRw1mAQ/QEAIYISkQcCY0JnAQKSEYAhDQAQ9mDUcyDTe6FzIODQ0XuqcbGgQiGwkE/sr+8QEPATYdKgkaAaMhaw0zFxcNDWqgJjMKJQEsnP7H7hIqHxMIEoDWGiYmGtaAEggTHyoS7gE5nP7UJQozJqBqDQ0XFzMNayEGLi8hBj6dnT4BJCwqBSFrDTMuDg5qoCYzCiX+1JwBOe4SKh8TCBKA1homJhrWgBIIEx8qEu7+x5wBLCUKMyagag0NFxczDWshBSosJAE+nZ0+BiEvLgAAAAACAAD/AAcABgAAEgAmAAABNi4CJyYOAgcGHgIXFiQSCQEWEgcGAgQHBQEmAjc2EiQ3NiQFwQdQktB1dNulaQcHUJLRdZsBFKwBR/6jeHkKC7b+1Lb8GQFbeHkKC7YBLbanApoCX3bZoWUHB06Pz3V22aFlBwmIAP8EPf6kdf7Kprf+yMcZhAFbdAE3prgBOMcZFlgABgAA/wAHAAYAAAoADgASABYAJgA2AAABEyMLASMTJzcXBwEFAy0BFwcnJRcHJwQQAiYkIAQGAhASFgQgJDYSEAIGBCAkJgIQEjYkIAQWA7SjM6+rMbNOFfAV/kUBMIL+0AHa8GfvAX+/Ur4CPXzT/t7+wv7e03x80wEiAT4BItPsjvD+tP6U/rTwjo7wAUwBbAFM8AH8/rcBXv6iAXYhMWYyAmmC/tCCd2fvZlpRvlFeAT4BItN8fNP+3v7C/t7TfHzTAnf+lP608I6O8AFMAWwBTPCOjvAADAAm/wEHWgX/AFgAYgBsAHcAgQCrALcAwgDNANgA5ADuAAABLgMnJj4BJyYnJg8BDgMiLgEnLgYnJgYHDgMmJyYnJgYHDgMVBhY3PgE3NhI3PgEXFgcOAQcGFjY3PgI3NhcyBwYCBwYWFx4CNgQWBgcGJicmPgEBFg4BJicmPgEWAA4BJy4BNz4BFxYBFg4BLgE2NzYWExYCBwYnDgEmJwYHBiYnJicuAjY3LgE+ATc+AhYXNh4DBx4CBgEWBgcGJicmNjc2FhMWDgEmJyY2NzYWARYGBwYuATY3NhYBFgYHBiYnJj4BFgEWBgcGJicmNjc2FicWBgcGLgE+ARYFNgQvNC0DBUxKBQ5nLR4DBAIHAwcFBwMDDAYLCAsLBh4kGwEQCRUMCzYeKWoXEDIlKxZRRh4pEgeQBQYfDhsGAmIBBjNGFARTUAYUFR0EAn8HDDIxEURLMvxBBhAPDhkDAxAcAlcMByIpDAsHIin9FSQ/GhoMEhI/GhoFBBMMOEEmDBscQYRFNWxabRSBnj0MAWf0RzIDU3cqJj4kBDVqRCCGn7FHSIh5WC8GNEYVIPtyDgkUEzENDgkUEzGsBBIiHAQDExARHASlBBUUEyIIFRQUIf1sEA8cGz0QEA82PgL6BBAPDxkDAxAPDhm8DwkWFjYeCiw1AS4YFAEYGi+5sSdlAgERAgIBAwEDBAMCDQUKBQYDAQUQFwEPBw0CAhsNEi4qHI18kAFFZAQCGiENAXUICw4HDyYS8wsmJRcmCKifCR0BJhD++Rw1ZBgJDQMfqB4ZAwMQDw4aBv7aESkYCBERKRgIAzY2DBMSQBobDBIT/QEcQyYMOEIUEwwCQHH++Uw/A1BeBTcJAUctaElbDnGPoTo8iHJTCVV+ORc3FQdBX4dJEFJgZwJwFDEODgkUFDEODgkBBRAdCBMRERwEBBP8OxQiBAQVKCIFBBcDahs/EBAPGxw+IhD9VA8ZBAMRDg8aAwMQ4hY2EA8KLDYgCgAAABgBJgABAAAAAAAAAC8AYAABAAAAAAABAAsAqAABAAAAAAACAAcAxAABAAAAAAADABEA8AABAAAAAAAEAAsBGgABAAAAAAAFABIBTAABAAAAAAAGAAsBdwABAAAAAAAHAFECJwABAAAAAAAIAAwCkwABAAAAAAAJAAoCtgABAAAAAAALABUC7QABAAAAAAAOAB4DQQADAAEECQAAAF4AAAADAAEECQABABYAkAADAAEECQACAA4AtAADAAEECQADACIAzAADAAEECQAEABYBAgADAAEECQAFACQBJgADAAEECQAGABYBXwADAAEECQAHAKIBgwADAAEECQAIABgCeQADAAEECQAJABQCoAADAAEECQALACoCwQADAAEECQAOADwDAwBDAG8AcAB5AHIAaQBnAGgAdAAgAEQAYQB2AGUAIABHAGEAbgBkAHkAIAAyADAAMQA2AC4AIABBAGwAbAAgAHIAaQBnAGgAdABzACAAcgBlAHMAZQByAHYAZQBkAC4AAENvcHlyaWdodCBEYXZlIEdhbmR5IDIwMTYuIEFsbCByaWdodHMgcmVzZXJ2ZWQuAABGAG8AbgB0AEEAdwBlAHMAbwBtAGUAAEZvbnRBd2Vzb21lAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAE8ATgBUAEwAQQBCADoATwBUAEYARQBYAFAATwBSAFQAAEZPTlRMQUI6T1RGRVhQT1JUAABGAG8AbgB0AEEAdwBlAHMAbwBtAGUAAEZvbnRBd2Vzb21lAABWAGUAcgBzAGkAbwBuACAANAAuADcALgAwACAAMgAwADEANgAAVmVyc2lvbiA0LjcuMCAyMDE2AABGAG8AbgB0AEEAdwBlAHMAbwBtAGUAAEZvbnRBd2Vzb21lAABQAGwAZQBhAHMAZQAgAHIAZQBmAGUAcgAgAHQAbwAgAHQAaABlACAAQwBvAHAAeQByAGkAZwBoAHQAIABzAGUAYwB0AGkAbwBuACAAZgBvAHIAIAB0AGgAZQAgAGYAbwBuAHQAIAB0AHIAYQBkAGUAbQBhAHIAawAgAGEAdAB0AHIAaQBiAHUAdABpAG8AbgAgAG4AbwB0AGkAYwBlAHMALgAAUGxlYXNlIHJlZmVyIHRvIHRoZSBDb3B5cmlnaHQgc2VjdGlvbiBmb3IgdGhlIGZvbnQgdHJhZGVtYXJrIGF0dHJpYnV0aW9uIG5vdGljZXMuAABGAG8AcgB0ACAAQQB3AGUAcwBvAG0AZQAARm9ydCBBd2Vzb21lAABEAGEAdgBlACAARwBhAG4AZAB5AABEYXZlIEdhbmR5AABoAHQAdABwADoALwAvAGYAbwBuAHQAYQB3AGUAcwBvAG0AZQAuAGkAbwAAaHR0cDovL2ZvbnRhd2Vzb21lLmlvAABoAHQAdABwADoALwAvAGYAbwBuAHQAYQB3AGUAcwBvAG0AZQAuAGkAbwAvAGwAaQBjAGUAbgBzAGUALwAAaHR0cDovL2ZvbnRhd2Vzb21lLmlvL2xpY2Vuc2UvAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwwAAAAEAAgADAI4AiwCKAI0AkACRAIwAkgCPAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsBPAE9AT4BPwFAAUEBQgFDAUQBRQFGAUcBSAFJAUoBSwFMAU0BTgFPAVABUQFSAVMBVAFVAVYBVwFYAVkBWgFbAVwBXQFeAV8BYAFhAWIADgDvAA0BYwFkAWUBZgFnAWgBaQFqAWsBbAFtAW4BbwFwAXEBcgFzAXQBdQF2AXcBeAF5AXoBewF8AX0BfgF/AYABgQGCAYMBhAGFAYYBhwGIAYkBigGLAYwBjQGOAY8BkAGRAZIBkwGUAZUBlgGXAZgBmQGaAZsBnAGdAZ4BnwGgAaEBogGjAaQBpQGmAacBqAGpAaoBqwGsAa0BrgGvAbABsQGyAbMBtAG1AbYBtwG4AbkBugG7AbwBvQG+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,d09GRgABAAAAAX7oAA0AAAAChqwABAAHAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABMAAAABwAAAAca75HuUdERUYAAAFMAAAAHwAAACAC8AAET1MvMgAAAWwAAAA+AAAAYIgyekBjbWFwAAABrAAAAWkAAALyCr86f2dhc3AAAAMYAAAACAAAAAj//wADZ2x5ZgAAAyAAAV95AAJMvI/3rk1oZWFkAAFinAAAADMAAAA2EInlLWhoZWEAAWLQAAAAHwAAACQPAwq1aG10eAABYvAAAAL0AAAK8EV5GIVsb2NhAAFl5AAABxYAAAsQAvWiXG1heHAAAWz8AAAAHwAAACADLAIcbmFtZQABbRwAAAJEAAAEhuOXi6xwb3N0AAFvYAAAD4UAABp1r4+boQAAAAEAAAAAzD2izwAAAADLTzwwAAAAANQxaLl4nGNgZGBg4ANiCQYQYGJgZGBkOgQkWcA8BgAMuAD3AHicY2Bmy2ScwMDKwMDSw2LMwMDQBqGZihkYGLsY8ICCyqJiBgcGha8MbAz/gXw2BkaQMCOSEgUGRgDQywhuAAB4nM2S30ricRDF52dqZeb5PsAi6gNEvYDIPoAIe9NFiE8gPoH4BOITiJcbLCLRdche7KUIW1tb+cPdavtvc6b11l+/Teii6yU6MGc4MMwHhhGRBZnXB/FCF+8uTN5zjnrDsNekIDFZl4xsS1d25ZscZXO5dK6iKU1rXota1qrWtalt7eqODtTXic6YYpprzLPIMquss8k2u9zjgD4nnFnK0pa3opWtanVrWtu6tmcD820ylSAIyRn5/Ioo6jSrBS1pRWva0JZ2tKd9HepYlULHDNdZYIkV1thgix322OeQY6qJOctawUpWsZo1rGUd61nfhjb+RwzOgq1gM/gUfAw2/KvR/eiLW3VJl3DLbskturiLuahbcBFM8RePMBCKB0xwjzvc4gbXuMIl/uAC5zjDb/zCGD5GOMUJjvETRzjEDxxgH99Xv86v/bby4vKC9SKhRV4PzF/hPSgeSyxGk0vLK/957xNi+cPzAAAAAAAAAf//AAJ4nLy9CYBU1ZUw/O69b6l9e7V1dXV3VVfVq+pu6G5qbXotmp1udgQExBZFkUVBQRAXSiEqiBso4t5oRMkyYxbzJUacyqaTRWISYja/+dokJpm4jJPkNxG6Ht+591VVVzcN6Mz8H3S9d/f13HvPOfec8zjMbeY4YhPhwUkclwnag8QetA+hvJrdjAc3C4FTm0XuFEf/Ie6SM5z4jJDjasDjlJA9GHc7xVCwXkmmE0E7UlLJbpQIxmuR+ExT4S6U9SmKbzhHnyhbuKspHPMIOU8sLMwIQXSBU5IK/BEO72gKeap1umpaBwd1cFBHE3jsTguub8bJbpyIe+zCaG8ynUHpRNwtctPWXbXiqnXT4DXx6mWF0V6llmRNtlibEDg9GJ/X5HI1zbsCXlFc9X6hozKAvFaXMCCOb+Mwa0MO2iBxQei3jQvQH4Ku1kcRPMIKtjnS4QDvdrhgGNx8Tv1YvVf9GEnoOiL1J9Nh9dhX3rpPPX382muPIwHVIuH4tTejZREMCZCkJVZzyX4FLb15JMW1x9XT9731FfVYhM4GdyYncQLH+bgubi7HReyixEsW3AQjgKJKRInanW4Y67S9EzcTmAPR5fS4PbV8B453k0w6040ydm1yUnY6PTBQuUBE/duTieymVoRaN2UTT6p/iwRks5A3y0gQTbpTWbN88FtviO31mWYnQs7mTH27+Ma30pfkVveeyvauXt0r5HtXBwgXrj2xp6l10qTWpj0nasMFzizLfAw79HadQZDNz289/KwwyRdxOCK+ScKzh5seGDidp7l5WoY2x7RvOc7PcTwMaTOfghbGa7Gnm8CE0jEljyYdhfsNof7OFnWo+7ZrF4TDC669rXtIfafwQM6BV+jCl15x79S3/tE0OxsOZ2c3/eOt//1O4Xmt7C/C3A1x9RqMylAcnbeIAE8A0IxMwTQTkdNxjyzAmPjUh5Yil1N2qT1qD0yoCy9VH6xqQx+9LXfKb6OP2siNbp/6pGqSzK4a03vvmWpcogX9Da2pdkX0s9FrDQ3q5Nl6uj5wuW49hV49ihhhaklEKLXj3M3gt6C4uuL4cXUFis9GO9GN6DXWroZzNws7UUM3ulW9vVv9hbrytdeIodTM+HlaSduYE+jYu+gqjhQhJAkD7w5k4rWEs4kBxZYOCNwty4c/t/wWe/PMbf270cbd/dtmNtvPcG+r3377bdS9d9Pjj2+66OFHNk3P5aZveuRh8i0t/G0YByNdPxJdP1aujmvherj53KXctdwu7j7uKe6fOU5IJZUmVC/WIKe7AwEIX8CP7EmFQXgR5NHY+E+Z/kL1jV04KKf42C52jgfPKb4CRz0EnsPcSIxQkVPNVaa6UJmw5D5mi0aERZMtR6FHx3MWfJgVrNInPxJ+esRJKpOo45ZS4XzpFKtbYAuWp8AtVs4n3ZlHjVAVGjNiF4gnXH9S5ZL9/UnMniNukjtXDOboltmfRPSJf1ThGf7RuWI4tjDZXnM2LHLIpbWqC2mtso/xj43/n/aPrQ9zbTE1H2tri6EsfY64ca7SV8idO+6Tp6x0owBz0gf6ZdlZGHGScUMvmKCiMAChcefif3wWPvmoChAzzMIIhJ3mzh1X6f4vjtWooYBz6kbOIt7Jf5lzgw/OB0msb0FISfYgOBH08KhD4p3+woS7/Av8d6mH/H7qQAq+n/rJXxawKP9daD31+/3qr/AD4IVyrznzgeDgD3Ahjgs7rUisj+oRLVtJZvSjy3c7JT0SHKxk9dfqr7WSkAKuYm1IKZb+awg9b6y/XIqGu2j7RQjOwWnaDDdpDzotIW1uOmBbhkfcXYPg7EdFLIs7F5bFc7J5SDYDijIE6MaIcxTu1Zc6F+6Fh87KSZ1/qEDIXlzfdw6ErLJPVs7DtZ4FtZ+s/YU8rRVnP12rWXs/cUuLZ7xIl1sDl6JYEBb5ALQmlXRk0m6PW5Qs0PpawBMhSIk2I8AVPW4H3bO1HZri1DtPqL9X/1X9/YmdRw40XV0XsDau2bBw3/E3ju9buGFNozVQt77xwJFCrn9dP/zh3OM05c4TyP/411DvpoClqfHqwJw3b1wHySHXuhvfnBO4urHJEtikvoLnFNgGjdkGDf+EMj44si9wkTK4aEASsWt+2r7x/OhCfs5hyVsc7IFyn849UHI4rlOZE2Xh+ZcCc2PqRtcN05eF0CD0l1PMI1DPyHwweuIa8CeVetHpjlMIgvUpwYw4YUZCsEZFCf7TVsNyjUoUkJQoRRMBl4egZkQHAxZwphSagFWcBlyf9RAWtCcDaDRQARSFtiAJgmoB7g6dPHToJD5kM31DdoZmGfTV97tNln0TWmxmqebfLC7kn9Rwj8FqMd4alXTWWY5qy/8y22zGlyxVsakGve8Bt9k8OvG9eqvZdFuYJfZZITF20xoOoU3/ZnJjfzoSX27yGSL36jd6rHfF/Xbz122uDXrjdWmD2WR0rayKT6rGLjNL29w8eaHJZDCH7zNsqExs2J7QWbTErX7sYmcH4K0jOEgHN5W7SsNDKmdZuIBfBtrWWUtp1G6EgjC6QVESGKSVEZZQaU1nGC0LY8jOEIeFzSk80DncueGcxUpIllgthQGUb5UM6ncMErnWYRlY3TsM+NQAA53UDOs8esLMs85AKYuDBCrAyHIOd6GWfHW4H2DeHuHnbNNjrH8Igof7F9+4bTH5Oqv9uUgyGXnOoa1/HwzYlQLhZLb+Wdeg40X8K6VH7gwAWoidDFEKa5SSBlAq7scuuwc2FcBP1dwZwLkAV8U9uAf9n26dmZh1hf5Cv8lk1nXrsAH/OLA88De2NH5jwDigBihiSxFdNIR4hH6tKnjKHD2W8JTCv+gQ1s8xVOvwMp/vR9+hfVPXfY3S/NreSqdYhpbDuQVQ6xqDQHoke1CJwpmj9SJoF172x9pip9iZSnKxAf8etMNgUl8zocvVAUB8OH6PfyB2OkfjRTi7Y/5p6l01JjTZdMrBw9mOBhlTg5TXphP27gkjmK227xTBhrM1o4AF2WpRIM3ZMOymsLXDzk5gk9B2hCENHAYPnFJ/eerAgVModgpdd0J9Sl2tPnXiBLoMPY0uI0NqGW4oLBRUSHWgmANfWpn0xAk2j3HAl+bB9mgHaOdQijQjSqZIxCVqdI4zBNRNFIIptSMREaidetgYEIXcerq5sGR05wjRMURufpkXOc0vmZ3Iixymv5kc+KPmQtbsQE4IVj+EcCdymAvZZh86ogs70WIIsULIUUhihSRosTOsQ0d82M8jdjKped5kswFtKZsRZQOYz8Bzdrqbd8p+2aztm2Zwnn6vu0RHiBQJtHIRrgswlOJeWHrLo6bd44730NWH3BLFY5CSoWwmDSBc9mBc0DhISGGvowAODElDP7mz/fH2u9AbsTb1m/Y6NetIO9Rsnd3eiIA0Q5T44hqPJrVc9A8FRvC+u9rgD9sbatSsLKN8TUMU5RndlK2AFS8XZjiAs9yuMqi47AnYLorA0o1sCl8BL/yAQf2W0WtU81adzp1nCwf+flSGmQMHzoIaPGAyqd/S61HWJjsZ3FjUQQeOV0Da8bNAZ5y2anucthlqLAiKCaJzt3V1RQsNqAeajbLWn563qQ861UG2yQ04LCYT6tHr1bwNfXyepmIGExQFMLOVH2xGURIkcHgFPcHICDRkZG039shucgZ1IoJOFjpPwgt1XoqyeEDxnYKNquoDQ8pHsr6U4YMqnCVGjD5UbfDKP63WMi7kb7u7cKyqvr6q8MuuijGyctVcVMPD2aFLK0zD2Jxj2fODgcKQ1W6zBQLBOhw476LHz85xqHm9To7gXER2yGr+h+db9ajcpkR5L4oqPUgJ1Vsw4GyJOD3v4/Rgl0S+jGQm4jyc/YDacRRSG+32un0Pfr+EfG0/OVuyWQ179Ui3Sf3BF0ZQtYNI3nA7QLjAqVmfEovW7ttbRPHWXWrA+n26KsOeB2hK1Ib8J3Zeu/Y2WESV+EyYm8lWAeaC9WFAWEb2a6A84JiNl5GT0sJOsq6U8Zwu5OCCrO1wVv8RZdV16gcH1P/YcJucpNMFK0/eO/Orl93xpxnGRgBHs1xF+weh0L1i4GtmeQp6FMkHkHPD7ZANDQlY/Zv6lWuuvE3WilCS8t7eWbdfZ7/CIxOZZoeQfXu1ALOETGgudE1WKCjqzskv4NAYjDR1Af9YujR1Ab88hmsln8WF0giBcz14iB9mHsLIjPHdkOgU81Cu7yi+LhooF/fXcVyF8QIrohOEuYdpffzcSoYvW+O8xk+vo2s8RXd7VyWPiNKCcP5SStANy5mirCRbIroDSIc2I10g1ka4/PpDh9arQwW2X2OIzn8d6dR/fD3fRuEyW6Qj7FyGwWV5w4PtLq1hgxSrbsaheo0PS9c5xZkBZU7E6bUC1J5lHcr2re8T8lXVv3i065ZVd8/Oqx/abT6lztX+3jc2vHSrEk/vumSx2acI3CzltIV2nP+LMivV17etIFRVW7ZOSE44oFd8+A8Bj6VmR3uH3JhsVBjdX+Kl9dEWWjEg/q7ROGoN/GBBpJIYthrsctbR47yMmpVgDGgEDL0qEphirtP5Dffe5SPY6Mwb6qfVvKD+Qv2y+osXaqbV3zBzJG75Xvc3nJ13DKEk6kfJoTvwvqMPTgou3hAYQT4DMztNl655EImPP66eenDNpabOmYERpDSwYXFw0oNHH0be13fufF39k9avAOH4IcDh2L4Fx2IZduGgcRM4q2X1K+optg+LaC4sVX7wNF3haC6EUDRzrrYGKbwE+Bwra+L4pXHaRDLGdbKZsOsDz7h1oNxFMwxWn+Ktr/fSn+KzGmaMU7HqOLzbL0SqXTWuqpbelip4V0eEaga6sN99A+ZsJmvPbG7Dp2kTHKnFUHYnA/Q2I97GxgGFB4DosOEoJcjLKT5xj9BFn9tvNlUr0TbnnMWL5zjboorPbN6PPqf+zAxgGpXqpObwTfv23RRuBieL/NknH4WMekItdAiKL+qssaaf+fozaWuNMwrQ3/E1NanuWgkxYQ9v5qt8K5ENxZFtpa8KvJ4wJFnJmRiRT2Ge3jEaYWeVOQ+cuHVw4rfAOUfXqiuUkuEXhB9itIo9SN+A7ttRMRxot1TIHrIHXYkU0pLYUQ7+kRyQXpTsoD/C0ecZrpDjczkarebYuwD/BfjRIMLRbMMI7ULFfDQW51QWTvnMEIhZQhpMfxy7ByydDWf3I8o1FfvSQfnjiZA9If83fj3wLxBYXVf3BPx1d99aV9fD/p7o6YG/W9nf6p6e46tX02Q9PULu1G3Crv/Sj86LdqY/JLzL9uiaCh5FESMCCqJMiSE3ysPm2LeevyGiuqLJVKSQUlL9STSYyin4hxHeSCP71GwqojojEfyjSC6FBpP9KaWQjpZw04ekDcW6UheqTdBCgfqDPZHGhRKfoBUox4LDzbXozQiNy6WGPkH7kizQXweZoDL8AyWlNZtwBsB5boQ2L+Gu4LYCxAJNYqF0FyznTBLWrpLpxmwZK/Q51gFRokdiXSrmk0QPO+YBDY+6BZG5e1BaGSHlKvziVTG3+r58/ZThtXPv83vdIoIzEZtcomeCjgiY+ImrkUcSz4d5uYVHOowtblFnN8vOYNSPFDP+eM4Ct/pBeOYlw49VG40G7w7yWE1ahyZIWDn9Pm+y4AFzFe8CR2EQHOvOCuHrJ88aviG7bMO8qZ18s0VXLRqd1QZlg2KI6Yz1Ynhzvb5ZMIcE3zZFF9LrnD6dKRKMVrmRSPSb5wzfsH261VY9o85HfuMOWWvLaIuaLzu1u9uHheK9MIp7NC4AY4PpGVxoYAHnNb/f4wpGo0G5qjWkzlRnhls0v8sj5PTmtvpTf69vM+sC6Hl1eZD6BT349aW9PCdqe5EJaP5OjmvQNhPG9wmWQDFjL7KsNQwtVDqei2BZx1gUFF2A3WcYfoP0roXPaYSobB7ScJchs7xlPuAxeDA24D/sj2Xnb0Ec3XPaYoMFjfbMqgNmeZBiM4NAQg/O34IDlFlx2D8QO8NtKcoBaDRzkGuAHlCRC8Cji8jACAJVZlcV+dA2MvuDY8c+OEaGKMp0KkefQwl5bQpzqbVyonDVCD+ZDByjSfHsQ+uHWToCz7smzZw56a7TOVSWWRjhLWu43AKYJRIHxCmjQO18RkYdiBJoDpg5KoqAKB9SdNUDws9LgPjHu4VUEg63iAhYTS1JUC4ljRRDIv7554I/niwry4Z/gD29rQnF9D7y9qV05PXggQbr0hqnVd5nFVGPmu1X/xzldyOPzqU3C92LkNrtW+vvUPoJwu3/3q6LkAXkJ2o3jwvDN8yXjAY5WofX4ZMWSQ3MUx+5tP5/t080WWtERRbsvM2CmkJ+Ac5gg0lnO/JtgtvV96vcdQ6g1qJ6h1NnKdLR7OxywQ5/GcdF3ImAPRltBtpLgs45xVpEGO4IXcM0jPXZyRZ+N9+JUjZI24IoiQbJaonLaSESAA+8QmxkcNOcXrSjoXp676Wz22f7EUY6sXHqop1rEu1XbO2NL9Chwu+xdX9YMooCcvPhVHNC4Neg3+/2rPDM+MzNq9qCE5d0px59fca2p55fNeGFCevVa6wBNP+63gmdQTtvSJ1M6rbPuQS/Kfl6ti6ZcXWH3xz/QaJ6va95ePNq3ms11Ub8La64QN5s0pn1Ao8WYxn52pfc0pdcNrk94A29+tAVT1053S+6NdqUp+uzneNcdE+DtehD0VQzjmYoaQpdpncLEvRQxPCkHGlRqqebd4jOs909f0q134x2rkfernmyHPynW9pb197jFyy190V0JlGPq2+0Y7fDgpD9eWI2Nhlrtvr3TUt8/daLJFm2hHolnMTGUJXZKJCrsF4Q9DgaN0Ssckuw3fxg4e0l+jWLLrI6+OoJGeLEjhF4PQVtruZugdmLu63abRhdy9CuHu0mjDJHEKUBKC1Al1E3Bnh1MxAVJUDJcLSZ0H7QvdjjdMAclwAcygtTGIZdgo6IPYkpQUfhnBG6FgzZ7eIbQYfzVmc7/BzBBQsqPR//JG16DeYtfF8YRcRao8uia+SdPBaiNVU1xGZGokmWarD98vi8gB7xgmCIPR8WSH2/+vspMJPEfvFGrywizBPjw8EdTrk26Gu05CK+p33wF+G5kmuY489Uw/wiJJiNCG0eWlBj4Scs0c+bjnR6ghHi+YWZ1YWvHrFdOyvoarLFDBYrwk5HAumrAz5LI7poLXpw7TZc7fE7eZPXYt5+FfY50C5tjAnjB1zGPcRxcnEcw7zHPWYQUwodFDaIdSjlpMvgHOPYjZOAAzOBstEjiaiYEL0wgeXTDAOdCjrdTnp7AlOkAB5N6F0irMBgUoG8C7WxnYEuQ9z2oKdyYC0Gu9BVe+uCjY16BItu3HGV9AQJdMR448MNf7NpYyvUmjozWd7n47OZTpPZKpBhjghW89hQnoYKu2DMMeJRoGLI585AZhFjXliYOZzMvPr0rPGH3Lb1n+/8ApFqdNKcWQvTgqnaaNq+jo35qTPRCWnianOR9ISoK1wXwjhUF3aNG8hpfNdRPA12u/bfuWOXOMX3MZMWEYuSLaeZdInAmKuK7xTziVwxjqXk4ZkfETa58gLO/0ft1sQTSa7YbuYTStI6zIf/f2j3WBmFC/lHt7tytCvH+r880v9P2nxh96ds83l4dWNvj+0X8I8HN+eLv1DfESebGWp7jocI8aeYRwDk9xR3rphzuYfKpaHrx3MO/7Xs5McNHT8bu4s/a0w1PjS950hqErefdjTOGp2cbLbo1SG9HgX0FrMsgP9j1kORNeU0e/LZse6RNGSIilLQ7H76uHDPKjs5bh+LvH+Nn0MlZP67fRygHWScQQs0UTj2abuIT/hpCZq4CLhU/afoosZnZPLDdWz+GBVV6lOJuK5BiHGZJC5qNlU71E3Hthey248d247z24+hg45qkzlKmUSNdkFGB4+WYo5tfxYdAAS6TE9JGj1g4Wq5ZjqSlD5Jx4GsSiEYyAqWNlSseMawtXFu8+DmzYP85lM5lB3EgE18zPoh0pE4WCkFydtows2FvJrNs6QoAIPHBoyHLIHTjJXN54syi4C3vyts4ESg8qq4CMcFM1HJlXChJGDpCFB0oFuA9Ib22REgH4iygQETRBtWvrsyh29wG6TCbyV44lopjQaH8+qA8G7kqDpwNJxOKe9GINWGHBl001QGN031A3VgOI8G8VAqchQNPqsof44W8U9ek/3wjOZ0WBDlaSiM8U00IQ10KKg+aOuZ1WNVDwbRBPQ8mkCKshXcphnDp4KKEiTijE0n0QT15Ci5EplKiNezu6pRF9Tcg/SuiTw45lZqgM9qN1D4P8++O9T49ZyQB5qH8l+B2iFRpZ6h9S5ofDpC78op05IAlRMHBI543Jhzohq3X+KB1vMDZDn71vdhTj2pLldPLhS3XHyNXx9PJnT+ay7eIi5EuXAQNQUzHpvNkwk2oWA41df34kkV+nXygdv1z9z9q0tq6+trL/nV3c/od2nrVfwH9FMEGJvMdXOzoFXabHIKzKU7g+TRoE1lYKxUuKHyQgWWJqD7bsKmXIIJZzJwZMfWw1sHMBewq0/bA3a0euGx7cMMykm2J20lxDTJ4vC4hxkYEgAxfdYaG0CBwoA6xK9apQ6t8i8Ach0NQDFtAzhfLqfw41e0UrYfq5JsdihGFDVBkNW9t5qhFBt+XR0qQFHYvwoFVvmhlAXl8Wf35E3cirGytpPiGjpNj6fKnlFazOOWtfvLLhQKSKLsZqueStd3S/SGhUkHQZeFXKmL3Bmz7JvbZhA3l3rn8Ptssut9NcdW/6B6/PrtE4lHx9sMBvfkxpDkCnXMu3bfi+sHYcvwybCT45BaKPVTNlcLvnq+1Ms3ZYPZa9Pp0VtqDvaLxvzuveoLHiM2W+qvGtjTNmnJwILFU9qjbrbBQJJkqe+7YK5bmOSgfbxppV08e2LpTiZr9/GjpRxHulueUYOZiKPn1GAWRecfh3/q7fWqi7zea+CNJHwnvK7x4tXqt0dPpQGXp1KFqTQQHToJeb3on1gGr/oxZKWFaHozVB6eyrdMLZ4zjNVE2UclAQLGWgq6nGLplKWbM+NJla7pmYxSkF5jeRAs9zOcnAQcFVAh5qQPQIwAaWVOGXHsooBGUyd9QDSi0YjDj3669PLo2ir4AFQPKM34UNDs6BhZK5c9nSE/k30+udCu5yuk5fXC9bLJdyrrM8n4Vb2hsKKEcwPGvcKgr9APaRpb/jmqYYnSGbFc29l14ldl31k1t5+jCZDY5Cu0s7bsLPK7qsZpS7Jc8+LKmmX5PLXB6I4Uz/p6s7BL2EO1JvRIZN1ia3TdqTc8waBHaPXgywq1ZqdPyPucZnCFK2Q8izjMWfL4wljVH64o+c+0AIZzlT4hO0L1VFJASgl2S/WcVYs4imIaVc5IXlEbO0+5a55iDyXWW1GaSIcOBoinT5kOHwwdHTnosImOqQG/yhwwcvAw+fCrBn25/BKcnFW+xz76ypRWNV6No8Hk3LWD4+jIAOGjBn1lY0atidFtGduIcu2V9Y6ucUxFbL6hBhEJIsBJNcfJ2qbAZgNVzAitxzICYxT2hFcrpgVPLA2xr/AHTRZK8Z2Bpzaej555lD8q/AEwJk6P3Zr0eHE/ohspf7DwPpZl+SidCR9A+R/AcVTmf1Z4v/A+c2pB8KBptDJXQJlXFss8SxCdFroYitLyylAKKxwKwAdpDcwD/7UENOEo2Kf3hxzV7gkF7ZoKj8se1PR4EkG7psyTssMJMUp6J0+7zMb9DOs/0jxMMCw7VnwnW4w5Ow9qOluWqUKeqNiuUmvObkOFLtC4tRZp3rG1VPa/id2dJlsQFRdooZI1VsYss1L8tg5J7OlOxHsYbxNGfFQbbpFffFGWV8jVPurwVYPz7BC0e0zb0JPnS14MQSfOOTYeJudFWwtoOKCVrK0e2koqt1jRPoF3rIR5V9f9Fp4rHQ60nlaB6xzDY+Uq6/0OqFm9+rdQtcMPhMwhmaabM6YNlfJe7dwMwJjH6o0lmxEQByIbs6JgCJzJkgWVUsD5m+nmw2NEQMsy49y1R5f9NWf17JFMNn0qWJ9s7Yu19lzNIpuCgfr2uiqUG9P6wbJwOf6n5YcW/dzruEI0TfN6k0Gl2e3fNjVMo+Uu2eGa1DKnaywwjPSJ0l7tpT7ZR0CP8bnLQEjGdHmUxB/nsAyUBFoHNGllcFd0EJ/V+EEI5GgsONQ8eznIvYPFEMe3xrZ3BA5amO5PWRekGUXLPBcLkhIUAaL+WuQpq4l0I40vA/HltJCvXEY3ypTTQj4og//iJrqQNgWObGTLaeORwNgAdL3iuy/y7hHmPfJu5D4aPyYAc+fKXQ5AE86dvRgwWi4zxKTYOU3xR9I2xh5YEEntSqJInVhh5TrT55JDnH3A4DPs3QuPAwb6Nozxv34+yUT0/fEzlf1V5xdPPlt2Wl+Bfdeh4qFxTiHKg+oKurx/LctXwvsgopv8lfLO8wpT/gzyyEhhKVkWmvfUJ2znZzg952B6wckoYnd2ApOrBKCChmk6MkWNHSGwrGDZO3jt9w8sHa7Cf73zWSCjhcDO19Xfqf+q/o4KPcGW0IZqXse7j9xRsF687MAPX8Z/WXlg+MGnUY/6qvpbJmFZi9pRDXXRczB7JgVt6IORKuoOsdnV+GopjbHGVLIQQ6ymJAtZFFGUPiqGUNgWieC76X1In6Kov8H55BScy6X61F+HN4b7IW4/E1bYpyhzlPWQoE/DR1JCvlifxttiRy8q86i0iWIUoZCPFLZFk4kolI8ihWxyypQkzqu/gfqVZErBd0dwNh2hzeiDClCkLwW1IwVqhwyFbXRD51Iwxn1ClmrMo1LHyliPdvAXu0kRlz4oiWo9/ZoVxToCReG7Q5l0hFaXOk9baFs13CJ15kWoM1fS9S4NZrFbZdyrOLZQKe1lCp4wUtSBlP5kLtmPFDp+fRGch7itdDwpj6cvElF/DWPd30/nQoG+R0dwzjyF9yItR+WpLQIcYs6irnkzjmLoqyOYsJfoNZVSUENrHntky5rukCDYrTaTZLKSXamn8feHgMrCHAGqTKVkF+JMdemLtg2uzUwTQ3qr0673wUlZc/S1O9BBiolAKm7UedqitcTjHsHOS8uPyam1oBLeRbcXjen2V4P61ftlTZgWqr8f9cOiv454qFv9KnUbDKj//qIELXrfx9KXhXJpekg+m8ni0gyQ3scyJJWiDJ/5zD3CX4Xrtfadqx3najeTexunIedoN86O2xB8cNxmcyU5TEHTUSyuxzKwlldIGYAoRUV1ZweY/ibVL6EKJMyDBmNtJDBeKEtfrAtDXUSjocbwiWm5p5mYK58vllRSEtVoT0o/pZhOjBUOvuiI3psgaqo7E+EM7IGzzyOU2xtJU20wURKEHzRX+7K+q5rVjxikqx81XwX+6mZkAKcWhQzaIjAUo9SP0B8g+BqIfkR9nalSJx6B8Gsg/tFHSzEowbSzXy/HVJ4HlEaZyKQ4HaUdf6wOPpGTURoAOKqsheAWbcsubfn4yw5z3ux0wsOBHQaD5S2LwWB3Wr5hkYWxeMjp/3jFIjvNr5idMroSbzKJOp1oKhw0WK2luy1oV5Yzc26gludQLMmeCrrsriLel2A3zE53OMmQ50Rc0xur1AnTKCxm6YSdzgnN9EncTQbVfNif94fVtu/c6muCmcO/bIs1+W75dgy9AHgUTC9Mp4ZNff2S3bsv2dCVy3VtoC70dYvjq23oZD6vTmirqq4ma4/UtS1og7+6I4MUDSvBlKZxuPul3XOffXYuvBwan0zS7DjMY3zlUD0vMv4soK5U6CycoFxmkdN4gIjqD1AhOiqYqul90st1TOV2unlqe0MAHOcL6lu/2wmry+uqXu3ci6Sv+bDibFbf/c2bQw/usx7w2FqaumuaGqqwjpDuOd1+rF/28CubMl/9ypcfihqizvqoN9oTsBElqVx+7E6XF1acd7V88zokXrpmSP32po0twpxsfzbUyFtEsxSam26X+WmGROr6nz61PeywEn00YojaPfpVe7aWeBzQQ5GDdZOA1Tr2hsXJNt2ohzE4BdjBPdFant4ljdyTneEmzR8YmD9pKo9W7N+7IqP5eonmGyxLr/PyvD2XLJ41a2ViIIdQw5Ktt31hTSlk9e3FkCIuQcedpzLmQW4SrEslCru+xg8XJTcAO5sLjVHOpHg5OgsBjkonpOHtEXOH3+nSBK+63jn8GfQAOokeKLzod97yFX/Mv3Opk2x07lejhb+o0f1O5370K2xBv9qPs+9tW3fjN6jK8DduXLftvdf/+lc8Oeb/yi1Ov9+5dKf602mhP6jvIvc7oWmhd5Bb/fM7TK92UKIy2XquiuvipnIXAeRnmhFrqmNsOyO0nUXuKqSgYhe0xcE40yqlPH4ZaCHk5hn7mYeTOpxRohlAtHHTvGVroC/P4b0jvUB3ovXqqqsnGRymnbYJ9/3ncqfzEfQqMl+8Mm1wCL5wbZDYIk/ejrw6lHdGZxxSt/3bnJPo6huvf67n0n+e/P17evIbaD9VFV8z0s3/kPDxgunli20zoNi+Kb/cW9df9y6y2S+zmWSHjA1q693vxNFHE/fMqM8u/MIrexwfvPyV6zdnv3ypNnc22J8+ZPAUpBA1lv47e08iyC2VpTwRvezgK+5qYVcyG98ymou7kplwoYi9o/4UV99hj4QIZ++c0XkENibZQh9oD/qhSTIaJYuaMZjN5IVTuZ6emvr6Giq+WxcOF8+kjcJGqvcH27cVySVud1SPGOe7CVGxf6oQxLYhPdLcHgGWvDAwIdt/ZFCw5yQTT6yi+u9qISWYB/QWbNUfHzZiZAC3iL+NiMpbCDbmLDb8yGB/XhhI5vuPFGbJlgERETMaVgvftlsG9Ng4fFyymU2X6VEKEeTR2WzGnFl4arA/S0+yM9odxdmy0CUp6Pnc9RznKUpyR8a8UaW/zLwp7scV6TJj4iKjhB7L5F6wwpaAO4cC6hAaQFk1rw6OdeMh5s7RJ+FoiOZWB0dUaSBNORyx0gIjkSjXnzzFNNhzq3uzvauR9oIQrd5AlmXLZlFgGMpHee0NoTiAAkzqlRofGP4iS0Iz5CuC555mBk8EeA7Q64UB7dlfpGNgPQtDQMVkuC1Up09q5ivEFEp32F0IiJpmMZrO1PKJoKZKgBzlyCAcBbCELZUSDkyYr1ssp8aPds511yYSfROGmHrrKUHUq3l6nx1Y37Yi2R/vTbZXdxSTUC3okrofTXKGa53X2egNNNc0TO1adsmOaVoZYwJLufi6VS9OzMxqqGEshmGLn5YC6wshIlk89c1d0Uu+yuKpHqL6LbK9lKC2s6e5e1Pvih0LliaCLPOoEC35yP0LbIcUNQWEBFaUKMAepkRTSlqhh6CQoeYRuhFVpJO4D9Ur/jaj71X11KQp9mqeCMiATVhqdTV4a41PvHjvh6j/a39Dj5Nm9bPqrz6v++epFh12OxBv463EgnUpT1vzrNjFSDx0+/tfWPv50TR/gmnyupwMKyqdZLD/1JJ4NymfbBfk5n9PPaLOUo98T9PcaOlc1NzYvKizRfNSA0QqYyBSHz/Kh/O576uvvPgi6v2+xmJM9itunndTQojyh68cSVqZrcgfXsG5xKN8gPJyI1KlZZHSHdVBxho+ixv8+rMl7u6zckrG78hyoVpOlfjDQ+JR8m6JP3zW7Z14kPGHz+IG419CGbSsFBQqa4zpZ1mhGm6UgzM6QrWsNBtXzaQTdaFRmq+a3n+Q3fqXLuJS2k2cRq0ywx7ED6Q+vasTOKpHpzNKPAZawoqycqeMslbFl8dZm35Qwjmrmne2O9U8DSvkaRjVuSvlgDXOG0S76ESDaBBwLDvKud1qzu6lwmbGvAE95LWrOY8HsSCUM+X1xpEs6kAF/ygnaDrU7dTGiyZtwRffVGtQEugdcdk4H8PzqLSx1iHew6QumOUO8iP2+lHQe/o9s5ccpvM9DDSmzVaNv/QjjdFtq7KYeAnxX/IpSWbtQ/sjeZXzRsjOToOtlYqy+4wNdZMEkgG32VHnUqTSHVBR38159v1RDeN15PasOp1dtWfPKgRPPLhqDxksMD/J02dgT/lOXFoG5chco0bta+dySd2dSiVRTQkkJUeXLy2rU19oeqz3dL4+VYcWgIvP1qfUY8P51Se61H8WULHiAPxm1YXUrYmZvtq6ENoPb9Q+eOksdavI2/mKxlBeDofzIpOt4RgQjb3KHbm4xXlYZGOuaSuuWflfJ+l6rbiF5bnypas2figrcSSv1VW6Ox57Uzz6XnjcAkdufcfc8hZvdYt2WHQl/SYzYLguOmdBu6aFFbQn7CUfzsEIwE/g/sEBMGoeqkBF5XeGgeI6nYMd7xTQvAWOamSdpqtxhGfRymXZ6ZUGPFRDQj2AbtKXEgWE1ENxHsAr6Yvy6YBkiabP2hS5tinTqqZM71q17Cbhtt/Or1nZkrpido3b7HNtmLb1AZ/3wX/a/N39aycBbdx4bPswk2si+e3HyJNV+thcxdx707IaWdp6Wbztui5Uhfu2WXR8zyK0gqyeuf2xY0sc+okIj+Q6NuouNEz1U4qXevZEJkS3ikxKYXz2kCtRsrSR4Ido/pdfq32nZdrOnuvveuZf/7XwHg1iIglQOF78pwfb2tCP9YMHPv+nwhe1ujQSY8QmDsWrqIZZM9ddpPQqsPZ0SdoqmApyNiUg2twB6iZBABOpUoVeM7wGtCQV8nC0xSx/YTJHw4eofU8+VzTsN/w21YiDbg5/N1u4Wcz1pU5xqb6+lAhP/GW/Y3UvPctjbTomljT87RyqQ91v08w8zH/+hn253GmWQaBPNuezxIOMTp1ZlH+i08zIbdoFOsHMsmYzjkqeIgNNk8RLOsJFa5CZkjplLU+ymwc3yw2NCzYX3+Q7a+z6aH0TGXjLP68x5i9c9sLxZ15/BcUHn3l9N7p8gDTXB9bYzQZxwZKLJ5MXBjdvXtDYIG8uvlXOviYAhwNkjjXO8+Ondr/+zCCKv/L6M8dfUJ8YIE1wyNnXGMS5i1b0amwE7oxVygkfwgzZYV52cce509yIXJfWP+iZveyqsPPjOo+hn09v5qfCyA9iMkFMMogS+bA50HpYdoWKA1HxIFYWVXH2wF4B5WslQKvs/53MJMegiByCI6FvfZ/2VHMW/WNGV32bJHm2y0bD9ZGY0SR5XjI6kKe+4QbJbDTcLxm6bR7TYYOlnNS9gyatb6pMqjPRpKZOq8cISXHuIZMjwe/Eun6L0+m09OvwTj7hMD30kNme4PnutmJEokHkd/AJu/mhT5u+aMroDEPCAYD5VNGh3v8Ng4y8oYbWqUa9SardLq2QTRtbvFbDIwbXxZLuM9V6g2Wee4LiRXZjZVJd7Q3SCodlY3NFUp3R1u9urfdge2Fov81aXbWliiczV7swdq2eSXjwVlttEFHjoRE4HLgEomY24Bk0zlNjJR/+V3KV5UYYLhxhUq82kWHDzBwQTHYSMOFunrEI6D0ILEwJ8IVakUIaVVyOiqEAXbFhgEpYu9RM0MvqN/9l6YqbHw3HiVHGgLRjgYhICNtqXIab730ZTUe3oum4896bDa4aW1hAItVXhGROUzz86M0rlqr/+f322iMotvWWOzy3HSJ3q39+b69teUwPlCeRRJGXCBXbcEVi3lk/3X73e3v3Fvbu+MksbyziUkQEkbwoSsRiQ5I+tty2h1+xZNWHd8ztm/lmGe9munOd3KYRazOI3o4m0/R+vkwJwREOPaUkJvSrG8GBQ3lksCKdbGWwn9iE6SCN7Kd0UVLKieqcQAIqGq2ZpOGPzourgwPZAZ830uDO8ErVhHBD1BYImCM1LZ5W4We7b8wLtSFHymkNNOUm6RXATr9wT/iSgW/etNWtDtH9EznCa9sneT1KUzSx5I4ZrS+sO6zZrMG5xNz2H3asWe274TNNnmlCPJAKhR2FnChZdXY8+zlfrW32nEB8elWXHa0KXzwnGJ471eVeO/fuIxObYn0pnEv1eXf3papu3NMYmbJv2yWXH+bKNpiYLGk3pS0rdrQom2s2HmmNYyJZBG3EBKrnhz10I1dSVJmVnoilbY6JjVIbW+XjB6CGbmGSqzyk5fFqClidKUeoVlizLLf7Z0Krp6UmYg4EbNGG8IQqhc+4GyJeHwwoGojPyx1e90JrKHTHkkS0Pmb0yq0da8PqB2zQAu6tuVeu3rz/i6iTKPpJvKZkqXKhVcjeVTU9XqdEZttqfRctmo3tOqskFnKOcCgViAvTPE2fucG3ek3HD9vnxq86fPklN0ybPiUSXLN4qSs+d7dXG7fYhAlP7hXmrnW7ps4NB2cXcYIvkiyjyQFXOsu6L8mOtd4rDJ363tnmeSvXJtV/nUxvKZsJo9TpQNZbCBybQBNlinjmGJvJYq5p6sCqdTvWzvI6uh3eWWt3rFs1MLXpm3g6nvZy7p3CA45z2FMmX1h48+xmW2LuVL/b7Z86N2Frnn3zwue/WXgDt7z8PDWq7BjP3HIZJxcDsJfEKD4XcbotuBLXcBUDinKa7biWlG/Mysm0GzKcw0iwmlUmpUktSxW9lPeBqOVtu2jgyaBcGKKCiFlGmOTptVlggA+4fGZNMF02M8/q3kK2dzXmJSOOJ2kWSBwo2jgIALJbGCrpAWu4LrVFBXRjJmEPwc7HTm3tVoBKUdRLiVTITcDNDmLXWDT0/T/+8SM0Y+vsmZNRxyw8+48Hdtw1G/+RkD9K1s4JW9HJStRzJ/7am8lp05KJ6dOHn0P3PvrktrW9hf1oj+IITXoCX1+JbTLeN7OZYqQy9UhDJ+wMn6ANIBZqCixKGAWUTtiLxB2l+OywCw0Bhgd/GOhMdXEC202oWuhXN/qUJy4vm15MXv4EHkRMtIPZJVP/CQjRGpO9Gr2j+G76HuY0Ok/lvlemv+heGh3P/m+NZt+3UtC/bIVxvHu/EZFczBpQyJblj5l5NCp4+kJhq3b9h/e/IGuiinhAzZcEcVnCkhAuM8hIFlGhRpaP3QLSfPQ6csTGlIfC6TlgUF/uU1IBTKeorRAKNmKKfGpBbn48EETXH9tOFdkZzCLWE3WoCLPFMMD0Hx0fFFGikK2AXJzXIFengXWZ3qey72ZuNr1vSAH1546kgk4JTieXUzvBELv4Kc2DdkfCdmVqT6TIWEpVUMXoB3POcMf575zh5txzPLf4nte3NKaUmq6pfdsclmGYkm19U7tqlFTjltfvWdwWQwFoGWV1BmJt+J6nfzIw7/mPBn7ydM3zJ3Iz7986X0g31M9NpOesnK5ZmJm+ck46Mbe+IS3M33r/zFysTeNh0stQfYXOAqVs6gCeJnBx7jbuASpfG1WoWQTtmUlHi35PGrrB3sxfS1U4nBkakkZUe8LldIATzigLprcW0GF2IkNCZoCKzl9GydA7UZjnbuxx07PHQiRNVRsqcoyFZyzxkl6An0cAHEQSxBYsSYhIOjdGRNQJ4kps1PPwazYZurAbYye+XdN1+O6jDjsS5eSEJp2nHgtGYrSIjkaTrWlCwCL5Js2ZFU15a+SZVb72/e3GUL9c4035m7JdSgjZHY9+F3GV+wVaIEpQtyQ1S4TX6Qg/iecxLxAsIwlLOkmcKfFEgh9vs1mhxToeTWeqISefU/+/JLGZkk2IIH2dr8OKBKNO4qvdfr8ktrjFqtTlM+a3d88Rq202u11y14pzutvnT16WCtv4umxsDTbZSBIZ8Z2Ve1LJdkKezR3bB85vv48Z2kxnKLhp9+taFLVoVmTBncuC3+ddl3chrutyF/o8M+LXSIUvqeTlGY4aN0N5B8xZvk45hxG/tlmz2trwQKy0TGOAqeZlWc3Wls9Z4QzA4CTucnrOMtVkig+ya2Cmlg+EFdU4djGRDmdJMZwiMI6ME2uGfrS0LKPGY9MkBrW0DLTgdAYUeZfFaDLoDAZeL89zdv6po+mqqW17pwzsmlTl9rq9l1VNfnvyi1fd9vPtuf3Dj938g8m/bYOw2WvdVeHZuaXzHv32zs4/tsv9zoVz4AQ0YZsDvzrh7upa/0SfZ6U74kD6Vo/XnZ40+9//47bYYINn2YQad1144i+Q8+5n1W+ezkyoqbl2tne5J3ak4dqfn/jalI6uea2GtUs8Kzxmrz7Ax56olIWgun5ORpsCPc6QN44uJ75ovIjZlqV9wnTbKXbPU0s001nUiamGhpBzGl1rV6+qTvbULdCvmbtL/WB+a4jUGh1Soi1etazaIjlCRiVgJTWWyVMnGyQX6v/uXlxvqdY72uKdTktNI181eYY8QyQoVr2sKt6WkBzGWhJqnY8cu+au0S+o60lWr1q91mV0EhHSTa7iG2sszs54m0NfbanHe7/bj1ySAcq21BBrQDGGHFLpDCvbkOUupJjGD4zoh6z+txEVku3HBK507tC4wZEI7dzWbJiImj1DO8p4kHxeYya5YQ49d/HF6DnTOa2acKcVdOiii9T1worz2zcZ4bHN5JYxHJKPUrsU9PKfGjFAZQEA6hQAvWG2oIHy4Ty1AjPYdzajjQ9Map4oCn63wdoUbjBLsslNLr+3DZtFqWFSg8FJiNdX7TEYW1PN0wTBLDlwJ5r8WbHV0VAVtk0+6HKP2daWGQ2eap+XEKcB8kuiGWfuu5y4TbJkbgg3WQ1uvyBObJ4U4N2ug5Nt4aoGR6v4WfW1TuyQzIIwrTlFJlfuS4jKYolL4HyfxLiKsPawBfEapUrvsbVXF3J72N23m/cU7WtR/mNaXDL1UtT/2JvqT7+g/ufboaa3X7j6aF3Q39S4+eC0eb3zJtyIVr6qO37H/oFNA5GrL+HXrZlu8d+uFj74X5se4PfhWy4TjJ4vbeMVMuHexcv7HvqKQQnfcfxK1+TrewyMPrj0TI78C+BNjP/NOIRBEqL2ZuzaXRv5lyeWdqJIVFVPnOHOvPHFg8Lf1H/MmnVc/WVBj/+OYr9+6XWO6TqfeY7N6xJuFXcFt4G7ntvJ3c7dpUnZuJycJGpbUbSbp9QaHJhWKmLdDOiBh25FxEPRBCoBgloAya1FlG8EP9KD2CYHaz2VdMjlI7fyPcpLj+akVO9yZuIZGlcS3FF/86dqH0pOXnnZlIb5kYn+9VHlklcvsaWu80+MzG/IXrZyctTgau2d4pE7nE6XTTRJkrvJYDB3z5rq9iBf9Z/U35y4iBgMhBj0IUlvEOEX1ut1er0jrjOZdHqzaQqxAY1rnWq32W3t2GbjA0wS6Cen1WvnCl4HOdh12UTRm56/+6Lty1Zu0ce8Xp/PGJio37Jy2faLbl+Q9orhqQZDU0MgxhO9xSIIhjaPR2kxI55X1vIOrzAXPXD6J+iy4V2SQAQ4en2CUS8KRoMimcyS4AvrjCY9/GxGgXfzomTGRjN2GTHx6kbddURGWaZW6KQnRtvrodgYYC5iTvHBGXXo5KGBkY8MAFbObO6QfEnXgNrkybfFKqwefoOa5Cnx7IvfWqkq2iEr8abLdbkY1FF2h53pQ9BNL5OidtSCLnGI7mOakq1ZFnOy2Sx/DM8BxOUQlLu6d0StFoKHhszyaU4244HCoFmm5tJymkyMoOkAB6lV37IGsFtjctJjhHE1KQcTVp/bIZRjMBceiTMxO/SaQjDejGVHzZ1VYexWv/lOVdBl9wmDKLzlujuxGTsd/vt8EWT6svo79ZZfVIWcDh9BIvo/L33zTaRpCavf8ztdwap30HQ3DlfdWeOwm++8bov61tPVTmeo6hdoN6r5shlFqu4DQsn85jdfUoNFPVOueLdWxzVQDIcbc7/mGfttmWDJ/HLFvllhrZa3tfS2tPSiFvZ6qlJh+XScf/wJ3msZ/ovFy/Nf0kba9j37qgyxZFbZv2dDl/Vq2ejfhyWDy1TV+330W7Pdbi7cWiSRs1VxvDrV25sqPB1nZ8Buxkdo5pIMGihVCD8uYoE90ILgmLYgeq6nM2Vr5wEKNMTOCXZezFFWSn9SvVTd1t7LK07RMalFqXn2C83SRLmaGOw7WZ1D6Cvo9WR/Tr1B3YduJDnG9032o5VBefWGaHBKoqOhtj1e3ei5rfOGJVvSq3upjdFcf3I4TF5Sf9qg/qWR8Z2yZziR3qUZAX6nAGGeZDhVPaVnUJCzJ5sBMcAuGyNs2AcK6BDTPc6R0ax6UjaSg25w5H5bx0WBq2YXbhCc6ketKx556ZEVrXweOpKFBaZmk/3xRcu7on9+Rde2oE33yp+jXcsXvRC4qMNmm30VakUTsDOxcU1Pz5qNicJ76slkP111/cnGVQc/95e7DyPBLzvp8nPKfvX04bv/8rmDq9iax4BLqsItjDYDykK0sicV6ZeYzLXETKzTZw9jodJnJq0965jVR/r0uLUnzQ35hYF9tQZT7OWUqa6m4aVWQ4NJqnPeeae/scHQ+lJDTZ0p9XLMZKjdNyZVQ82dd9Y0jE6Dc2OyYTfNZmwYydboH110g8FUd/fdtUbDqDTlb5LRdZ7i1o3lpzKpQqo+IxVvNyiDEPa9Sn5qiUUoFhmqRU3eEq7RLVA8k9dufYJlbqpwdF68kK8N114809vrNcdmzaydPjMQmPXK9xYeL3JRUR9A4sNXH+ODjJP6meOf7SiyUQMGj9dVbfHiKSFzrL6lR7nlGTe6oZKZ6pycWtw0tevuCa7swoVVkwu5bLaSidqfuvpw92SNgzq9Q2ME6mW73+onczKuRd3Z0B07p3Ue5irGJwW74BaOiyTsml0i9p+aDGM0gYt9rA12D4p6eUR638mo9240hoxiVEYP0i5iNFIjEdRQFyqO56kVGX42EAiEpnTGanT8rJjFi2SH26WbeTEMVyEfn9efRH0aZ5W/bNmSV19B6zRSqy+lDnV89pVd976AUBcJ8seufvjwOnSD+5lblJ6W+pg5NAV7LdUur8eAAqm+HM55441BvbAw6wbCIKh4uqY2LU5Nds5NJPsZYzUwZ7bNG7hoUTarFAe2AOPUMf2x/UL/lW7X5O7DV191uHPazjtC2e5FrswcAuNnl/V9XKX9/yJc8aVhoKYamlE9uyOW7NrNp52Z79W+dsf+s6ONMerFilOvWShSLmntW4GMOQL4C8X6SmTn0VHTnDwLEjBAQo5OeWH8Kb9qBDBWaJ8y7KyEx3MB7dJPAJ1lUB41Pkmuk36vkeqpMSEAxvuh/y28BkE4YWfEaspOcV43rDbqw2WrE7Aviey+h92zUnXUosFaJv1VoUVKqbhstnCeWW+ePDLpuSIVX5zs9BQ62ek5N945ZrLZ2umYjrMAiLMuBLUhDWhJFxvawjQNUmul80NqEa5H00J1DCti+piZdFH1UBKddQjRLwzQkDH6mVQYWjUcl+WV9NsBh1Y6HCvRenCC4zj6iGqEjqexeVxTVKTpIal6CHKB4/j5dThZ27gk/fgT1YWERpV1RlkT3fEMylRqHAoCK1trjGpgGOJHxaai9SuReWzT1qZZ64uN8Y00FFKr59TTLLYrquloIq0pPaisVcs+zhAera95Vs/LlSHL2FZdyVrrOEdfChdqVwsbrrJwqKZI6vQg1qxRNlCoHuk4PXewUTm7XVeMzPI4MMCdOZ8enBH9Enu50XoPFiTFNevOcL4rlI3Sg0Ql6pSSihgtkeT1FhRSYDVDYkpppZVogkVJQKe53PR4oFFAh7kt2Eqzw3+J/mjqbpSi15AhN5P7hyPXnY66WQrRo1gQraGeFpmmBTLsz02N6YluidLGlBik0s1pJoIjaYV4Mm6PQoUCgH6M0iOd8n0ybinNsBPaLncGthTJA2+xyBRC4KHGHhkfKJPWDFnHa6EiFhuKuzVuEbP3RxkNUFRGi6OEuDuTTolRQPco45rlpaMkuurpJWw3URg/jspsUhq+G7FQ5GZCEiF3mtKkSsadYZXDrkfb2Y0A8UqmIIN2SxuNZ+oBV0/TrJS7TF/pJJuQdIixm2GM6FshaSb+Hk0X7T5KFuKhTEJm3VKBBBaeuqAltQzbozYh4W+sBguZhq0iFgQk2ixKvR17CPESbDIiUW/BBoOIsBUjQgRRJyEiEhETI7HaDKKeSAKyOokuCW8Jmf088QE5KmEkCjwxypQvLQrhqqAoSiaCiR6ZJBKyCmZeb5AFC9Gb9DxvsuoMyG7TIb2g0xG/Qa6WqkUBGQ1mbBGx2QA1CoKOSAED77ULPI8IbyHNraIo2HC9TrCIEnRIwrzVorOJBy6WBB4DYS6iJhkTM7IhIknQOkzsZnMQWu4wQZU67EGIIFJFEOZF7LNiImCsg1zEYHFi0abTu0VBxNhschKhWmcw2QWrXwrLWDBKWPAJkNCps9Q5BIIxr8ciQk4suAVihnHCSC9io0mWEL3yr5fMMhUmMPGYNh6GEUlNolUSsOAlVQKBngkGbNRJOkT/WSWDAVnsvEuUeATDrZcEQdCbdJJQRyRMeDe2E+IwG2zEpCd2bHXbj594gMjEISJJbyPYwBtFiU4VRi6rYNIbRQHDYhKIVW/hzRjmDsuYJ5JcjXmbDZ2loKR+D9mRwYQknSjqZOxGABZuZDMDSGEYer2XCNATSRQMBowQjCtGgsgj3ibyeh0W9Lyol4loESS7WWfjdS6R3QPA2FirBJ3ebNYLyGIloodOrNXEWwUvjKWBKlc4oAIAB+QBuKtCVp0FmawwZpJegkADj2BeeScvVPF6gqAFOmgGDLfVB03QI4sk2PQ8EUWTSCwwkgvulRCyQReMyG/nYc4sMI0oEOWRaSIhMR3ClF8SEkW/HjYzmgc7G6t4wcUTqE1y2dxYrHbpdWFRMosGDIPOQ1/reVmHzA4jER0iL+i8mNRYg0gPcCM5eJ2X6DFAMUAA4Ao2swlaIBOrjhDM6xpthqDdhq0EUfulAI1ELxrNyC5UOwhPAHyJYDHEwGU3Sjq9Xkccsh4JOl626aEmI7Fhk0GnkyQRw6gKOmTksRl6ACsNYYMoDN8efgTqAWTBRFurg2mmkEagAlhWWBQAiqtEWLlGrCe8DTpDDHFznb3K6ualah3TjnCdcYm3MprJRTUhSyi+vqiRS+VXawHMmcQEZ+PYtyickuDyaJ+j0FAr/LnCUqqjul5R8LHow/gtT8u792jKQO27Jths6m++JTx4k95qL96F/B6SRzZSLVZ8bM3DaH906h3PaUylYK2x3nhsaANZOdPJVX6TU9PjqIbTtQMol2AqiEq/C3zLdayf5yjur+Z4bhhcVJoQfyJLkMxMP/wNZ0tsL2r+4g/n8lDaWwDa+yaBY3Kqbqls5o4qHLNvRcWFm+x1qsys253hZFWmH4ESuEb+Vw01qlzwMcN2nOxDf0Dv1zRQpWK+fM9NmNxlC/teScUYBF0lm1MhV5B9h2Ds1SqmXxDg+OK3VegVPP0Q+sAZKPtjbnUvGtBYeGigd7XA5QqcGtDYKYO0a4MwBFTxJNe7WjMKXvpedpGnz+kxZRO4Rr4MpGcnUInxlKZKQVLpI0aazSwrBEW18aAZWaxA1CfQ5fdDp0sfDLpffUJ94n46QMWPAd2PLocA2WcyxegdGkuDLodM7EtaeZ/CLICR342frzY6Jhc1AEZz0RSsbpaC1i3Imlwlx+yc27lJ3GRuCreYW8m4+ZRAsWmchAw1rF2WaReo9It28ySUuHSlr1cz0xFMXIkJEENeXEyBFz591R2LNt8s9u3omNor8LkDNw4fuvGA5AqkZ6ztMvQuuOOuOxb0GrrWzkgHXNKwZpePLC1Kx5Lg5kV3XPX0QqF3aseOPvFmTfgRAxQunIcua2zyRGruLlh23H33jtTabVdcOjXWlGqCv9jUS6/YtlaIM9lCta74qezCU/MW3iRsu7sm4mlqROtZZElP7X5xs/AhF+SmclcXraUAKVzLM7INSLERwy5pVDL8UgrLlESDiCfNaZr42j4TLdoAKCqPUR6Lh7mEF/xv+GONtSRglKW2mLXKZ6ojQf+J6oaY/6C/MMV/wh+L1hz0+9+obhibiuy66ODiHTcuPrF4+fKlO3cseWPJGD/KxqD0AKkz+aqssTZJNoK7Meb/cbXvgB//CRz+6gP+KCSqrhudqPD2h4sPLL7ox4t33LR0+XIoebS3aOMyx2x7cxpccNRACzWpSD+IpV3DSrVIyr391Ok8bJf3bsVowsknEeqYMbD+UMNtz6PcU2/DHrrnN2m/9SSa8MK93YfW9/XU/gTojethzZmZfn2QWn1nUJfRJPuLkjZN9BgIomjKHrK7hL+3TV9/Ord+ehv6e7ZkWkvxZdX31A/xv6ofOnPLL96162JShe4ryqRtmaYuRl+si6D71C0RbdtBRdlMiZvHreLWczu4O7j9XNnmv4AYf5HtcQw5txSXOsPZE0wwl8lo1rNvyLDraIZtUyHh4qRT5mKameFm5EQiTrqZySAoi/qotRUohFlxRxLkiiKXxIz5gztDayUa4wxtRKf9RKjNmW12S2HeNToecOI1i/c8cNfSFUZpzaI9BxZP05t37jTrpy0+sGfRGkloaLpo7wN7Fq+RIKXuGvxli91mztUKxH96VXN84aor5kS1V/PCeHN0zhWrtBeyDAQt833EIgCe9IsBPAQ75qAecD4L7yMDucI/voSNWDskfep1znDIlgWUb3cvjya1zr0ntWTekpv6700tqTPrZ8/Wm+uWpO7t79gYnb8kee/c1kmI70W7dVLWFgo79zXuSXSE6aPQkdjTGGYPPNhuDDt1LT5iA7QI/XsAZ7Pqwi0DOszzNt6n5rPo8D7Ca/cw2rlRx9VzES5Bvywx6h6meEKWtFVc9nRCQkE9Csr0ECl+ojOZLnvEwdKNUGGIfhEC0U9CULsC0zpz6s9RU4E9v4s6VWaZAHMx8kvNyZdNCqBA8dsTkBnKUL8e+7n6c/x59efqZ1En1SmiX61AXGxg+B98TvMxnjZ/Zo9ws3AzswLtLFnV0Cx3FAX0i1obiDGbkhV+15j0ws1PbrvziuG/b3nrqSevx5cYumxmQ+Hp+VeuP9BPdD2Lskt6Ct/01dcoVehRQ7fNZFCv7Llu0fIuPP2Kh7c9eQXRXf/4U/+2pfC0wWTrMuBL5x5af3X/8N97lmQX9eDpXqUmUK1eCXHdBvRo1/JF10Fha0bJ9lEd7enaNz6YPB/7fsyIXr89UWJ5jdVBHatz56FYGv0gEEdyOadB/aOh1ardyOVguAkMt5qr0AzOlb9Nyobf64+xjxPlLJMMqMrgLCn2n+Y0SxGYq7jdkYdZrMC+Wqr+yT8wSvdkXDt8ldfr/MBotRXtfo7da2n2jj+1Ze/Rdv7O5a6w3v2H8ZzsjM9L1A6Ddr8W5TIUoylpsDlKt4ZjaufOEX62VWl2b6j9CR9W3rSdyo0TWOl+g2VD92sGhgfLhpTJ78aGoBFL09qwWplu6d+5Wljx/bBrb+Ruhu2ArYKMtjqkaDfOpOrFEPuQFZxHsivImK7afUm0m10OU2ZuInW2IfJgKpGk2KYoRTMJ+wUH4ZZNC9f3Tp40uabpap9uUli2TbGtR3MvTXRi9ZDY0tvbUlPVHLrIe2n77CumLZqOdgl/1sbBYdEGSv3SBoR1jTPvWi+8VxlTOVpLFqzqXT6xxp/VtRmmNjgQTh1efr1pDs4+FXYkliSbJniqqts7EpMXz4wvbs5Udarf0sbM4pDJDZdf3nCkwWSP9O9SN6q3lCPGjOvIXYqVS3Fr2V46SrgxoinHpDWjsNoHJKgyDTvYypcDJFi0llu6jdMUWijenMpo0kqeoq03Kv0lMkXlj5kUI/qO39N6x2cQH9/We63BaBFMSyzx1PKd102b2tv78+nr2iPvocekBk9rZNaC2Qtuum7h/slWHaUbr7TWWoXQxKbujtnZvrkTWxbW49zIt/eyoYlrVryY2yWbwsqCmzod1UBTPtS2sqN9+eypU7udzX7vGS6aunZtW2uoudXh8sRsJp3FvLG1VolMwPVzFN3kSNjlrvZ1dk1bMrumgi96OdW2l5UWzRAu61M8I3lcojYgbpdHruit1uNmbcisCEDL4854yoNF07tl98jIaXdYsOFElbF2DVsjOmKu7kzuqV+6aGttWy3CndlO2YyQRZwY6lp+8bplbU2t9rDdJVmB5pbrm66w4CWv9+8AWn9idLZoJTqL6LL6lDl9GzYdeG7b9s4ut81eJSx1WEY+oy4EMV6OeIkAjW/J6vVVlhvMUfEd9U83z+sItvgdwbC/rX324/PXHFzaMdUVQpgsNRAzVsyS14SMotUnxYyyeud3NvU3T2mfHAg2t/T1b1/wBJr7clX41O2luXFwnKEswzH2mwL3cU9pFiMq+24f4x87Nv/T/rH1jf1GKP1OecUn6ivco2NU7txxnzxlpZuSu0wWQaAicWWbhujeslMdcRLLeKEXTFBRGJpX+YVRug9Xn3msaI9CZvqSTdTCBxC+KMzkvVvKdkwjnv/L25sAtlGcfeM7s5fOlbSry5It67Akx2dsWZJvK7FzOHES507IZXI6DpCbQEKCCKGQcIUA4SbmKtCQQrl5Ca3aAqXc4YVSWmhNS3kLLUfblwKxtfnPzK4OHyG87//7Poi1s7uzuzOzszPPM8/z/H54pGgD4DRb5ocguEH+PSwTT54UY+KLoshyeHvylZUrPR70By56/vnmZvRH/0E9kr5TTdDPkmvfieFr0aUxfK344nXkpGelPESua34+vVw9Aj1qgqw9JLLyv5lyUjPyLOwYCxqreNmwHItVYEIBxSGC/CIBTFH8kCDTSmNAKAKPEckFe8uvguSdRu0vtazi2g+6NJLgM4RprJRiTTZBhw0+QdIgxR0wWsn4otTm7g+5GKTJKLEAEAmL6Hpj+sdkl0kNUSaHoKUBwL4S+A8AWis4TBjTVBOzV7v96CaulAIgkJNhplEZHAY8EGHVHocYEZAiGsf/KkYIlQVTESkxh15UjX110JwD4zVg6w6HLXEnNm5okrSV1r6WC3/au+NP16x/8uIl5d0zPBpogJwlcuLBmx7cv6FlmqAJOmK1rQsKVlmY1+UMeuhssk7rXTbF/5Nww/4vD295aU9jz+4ftPfe6TV4+fGcw9py1k3v3Xvpjz5f2BLYvri4duKW+Z018vLJG5aAiz45oViBcnXrypP7M7UTFXIwtXJk8P3OymXwppT44XT5fIe2wra++Ym/TN71ZF/vE7vPKp81w2hjdCxnqX3j/hvvv7yvGVfOHq1pme9c6bQ8lR9jvHOR/+FwPQj/ad4dF3Y29Oy6bOLa272sTqiwOKTWRYffufuSB/6+sNm/fWFxzYTNc6fWyCtX35oNRM7ZttxEXsPYiT5bRFDhBGodcVxqMxZ0gpFoIIpkHFvEFhkpodI3cvLh92j3+PmxVVddtWppS+85N/YPDPTf9wpYfO6556H/gJgvw8IdrtA+Z10scM1L1zStWY1XX97agbOdBy8bJt3i+e8eLcUuU7GArTCPFNvr4Ikrt5X0MDrui/rsQRsWwwLRSDRiY+/4sfzTN2+Uv3x+27bngflG4HntV9sf3nVi584Tu+ZeeVZ7MYf0qscN9KoTb5048Rbc+Kb87FM4IygD5ue3pX62+aJ3ht65qGrSopmBobY2nOfEiewaIsZoMFCFVAXRBAl1Ke+I4SCjEiTq+atgXSusRTqFRfmCcdiOzVc3akTH0fPJLTfMKDPidcWyGXsO75lRpmxgWd/hwST+7pjk4U9Drm/JigOPAYWTPSC1vztolQc+vurgRTNnXnRQ2chlkMIXyOSXTuT4gkIq1gCD9BvKmImSIXgGqBgMJckJjNaZkAhZEn0WSUsgJdVlcB6Q2kjRCeVaUgUVAQEDkAwRzIEUxhxIAeIrISkO+cq1CSoJMUKAMcusq0IbYM0+9yAmkX8fKcOnnIQJJq/MCpCgA8AEKbPyLBx+kyl8SH3u8NiaIoqK+IhvZBDzQY6eW/thTzopseemk7BHoc7OzndMcrDfKHmZnsGkxLyWz0OC+2eKUbDn3CNbVRzRTsPbODSi2X6X1xJjtCF5DnrcGd/dsBup19KUWsYzvDt65HNz8cQujEaS++7tDsbhgU2Q2L6DMQwdRvECUw5JYEEJseKqNFHKQnlFA+i7vGHK+REAIudPafgRmNpQvrJTvmKpbkJ5S8yBpudYS/kE3RL5R/7W8+bOYFMTVtCNQx8TL3xXTejfq8qqa2qqy3b9IQwWzDoYkQcTfHVRiSiWFFXzic+cZde3zexdTt75I2g8O4fE/ZWr+BZ2xVUXexOSFX2Fot5m8YnmauCzBUiIJVgmPwlWgHXz4JzV6364mrlWfmr2grb5Nr38FBL7QSe0lk1Z13b0TfraIR/9R1DbuXJl57Szzx76IP0SFNfvmBTxRNLvgmvBl+PHH/SOry/+c+a9KeNrHZkTcTh2STiEw/8jeNUN+/SQuYPjRyzzY4A/BqnmO1+XP7r9Ifnlc3mg2a8zmfnOt3f0Pndg9uwDz/WufHzy/ryV+b0bgHT97aDwdbpQfkn+6PWd1+3TFWgOaKFuRS/K/ia6asrEA3kr95es2bjzdVTG0lM27m/sb7FPm28YaC0OTvVwON6XVY+1MiQcmnWoXaiKw8gBrLp2JDAktIQNY+zbDBbs34IbCO/ujaHyU9QeoVSANsbMaOhC2q13iS5jaaHcW6jV2vUe2hPSmS06C2eFggCWjpUV3DxG1j2AKserVBuC0eA5wSDAlrFygJ4lQCuHMpl1IXSB3q7VkpUyI7qV3o1uqkE3t0H0GPSs0VlRqcbIuucUVY7qEs5heCj+xJi9FVs2pudiq7PCnBSrAjiKnfh7YC7hkhE5Mh5xwMwrdh9LhvkdJAkLMtArm6/XcO7aKn5N83KztfvWA1ZzBVxJzqRfIRuo5rvyailw8gcB6WqMZgXOAV1fXgPImelQpUc+Ava4KgW3S97LzmiecaC0e0bzFkHJ8QrZbFfypeTBPxQVfQC4J/FNrvlSfjwzLiiYW3Y8/1FIUEOyD4ak52MKGn1JzBxicmBcGH5gOBoXAYnuknvlO05cu3eh21l1867yhkktr4JVJ06A2XkYXazJOQqk60twO/gruJ1JXvn3/ZtemVbbs2R22zkhTnPl34H491/lgLtsljFwu34MwkeP5tYgcOxGI7U6vxbZOtSF8Fv4DhQF8N34CUj8oxfLr8v/vqOv5+yAv7AiOnP6LUB3xx3pOzFuwvEzoCuwjd8LVeEaJtn76No5N9fXz7NKxTqh99FXH/3r/r+fAWph8JszoyzsuuAEGh/AKYq+CI1hPsUOqxgg4hKrGCdUZ3g0StBBHPCyXdSnPzIWMTqLhXlB7mM0olFkf804zWCq5GKPgqs0jES/bHUO7iqAbKGZLl0D9CYn3SCIBRaNTq5ZCfO5P+YPXw9FSg+ST0eSI495jBhuA7kJXsHzsflUFEGeqi9VQgp7ZIqsyI6511UHlX0SeFjaAzFyX2l9fjhiKpXJPcZeXVcqcy0+muqqS9XnZJMU0mZnUYtVuSjj8I6RcyyxWmWVEatNXMYUhL3JwIhdMpkpuAQxCs8a2CQEbCE/T25HJ29+8+ZQXWjm6pm+VtonGfWGmkWNHReU8zZGbxH1jI0v33HFDrIrWsjuBR2Ni2oMeqMEKqlTYP5PrwLGgft8IE2VVZRh39/n08d7b765F4swtTNn1sIOfcgo6aqqpjXrSjiLhSvRNU/LT1dV6SQjC58Cliu6r//zAQjfWgnhSiyUMlm7igZpxG6sgbA+xZbiG7VY4svGcLcMJ0Uhq/c0kmzxurucxOyMabKaCVOoDhQol9+BVM7YUl/KoJTNhOeCJF7KB/3Am8WKTZ+L8s9Pk3feryzTY9OK0YTmg56sXEm4YMxUKbWU2CZJWLmqM6HmV6MarApTdiRG9N24FXu4ZaExsGZIArbIm8v8YXfyKFEdIByQXNI5dbhctaum90/aePmByzdO6tCN0yWNHxmTaNuRXFfZ1MxUFxRUGtuqrN3Lu61VbcbKgoJqprmpct3i65766VPXLabJymtVLbqbt6tu6kWzKitnXTR1zSx9hf6W6667BW1mrbltc03X1trCWNDtDtYVOZxVtRV1dRW1VU5HUR0+Fius3dpVs/m2VUc3T5iw+SgZ/xXsWReJQSHL1DnbkMIjSdwlzHm4lKFcoLoCZ2Y82S8ZDQb551otSBCqyB5MhkhQJk/2E5TfHgVFEvSgWqB/OpQPMy4mMEKkBH0ZsEiytJyFhMxgBBJuoiiJAS7PWYAytixMEMh+h12ZpURhgNx4AJNR9mAyyhU6mLE2X3U+tjbfDuimKSv6Do/bez/sEUTQQ+w8/YQBsx9Va4XhbWKD3vt+3GN8G1T8+GDr4b6u1uITo8sYJo7LCj5F1g83oiJCnLaM+DGoFe7S5RX2O8rYL+CaoPwGgyDKpI1BjyR/dppCZvq7Gv+1iOrJWXTYrK8GHUdfKQEpUEAJcBSmN446AP56M2hmYTIcDdsPheuwD6aHyTp2KKZeJqS4beiDjb0d9sbJm/o3TWko2Acm7yvoO+yt7673dvV2ke2kJgAYnaajtzGol1OqG8fviAl794UHDlzYsefw1iWmuo5XrKtbujdt6m5ZbX2ltbi3t7g1cbhvcVEZ/rjLihZjvIzcXscOv25CcV2ZZFqy9fAe+reqQ0c2tlxpixk5SS+O1B+LlfGWYMISlWKUmH3IF4HepTem+OKTNSHl7eFwYZtyhkgStdmwhSkNCnz0ve+HXJzO0hzAbu++4uNAc7zYh9OBZouOc4XevxcfapiCWodWnA4SrStt8vYjH354ZJ/1twcJpIanBElxonweWb07JKKdEg/E/GAHf2vdRw5eaVvZippG5fpU7KpYmw0qvlFsDh4d6U6RrCuUiqEeyXhEyf0E1ZHpH6KSigsUpPYtTaCDTBKDxu1bSqP0IJK3FM+ngaHU0n0stQ+1aS5GLDIiQuz7R4XRie8ZCPa9Ar8U2TChyvZ+8qZJZYFP6fSow5aP4Fvlkpu6E4nub7/kqcN9g1TfYT7x4ZHEvqUY7RIvwhyhx/dvkpPpFHo+o0V9yovbCw5gdq4cFnolNVGRBvhshKnSpUiXsSvYK8PTbDZnnrQDk1MaCPB/w5R8GAUcxUKR42iYOL4Pu9qxqXQSfRZDX+GPgNajDwUq8LA9xBmvf2T6W8KZAdHoTXv3HVfsvkr8ioRmAwUDdy5hNLCNNLLzFh/mRAXqDG/JAeQq+dgRVsCRVkH2OPZzUC3vydKewn3gAp1B/pUBrCLuDRQGHc5AzggiHMik8o+KArOvsKd0MInvwhErfId8RZEBNBhOigyFxYGTFN2TMRoJ/Tnr3ikql8YR31n8+tG2pIepn1FvUH+kvkASlAkUg0rQMpq3Ojpinx2xPzL/SN7qkefPtP//+voz5R9ZX4wIbsl4W47CYsK80lkxLYfXTeXSp/LS9GmOny79fyM/PM3x4WXG+Km4bgQYi8pnfx/I1vRfoyuedyz9rzEOjpX6P5VRHutg7ufk9Rh0dEAR4PLcgfEK5Hd8M09Rv6e++n//lfxvemnWLyOvvxaADN9AIDrc26gFRGyj8e0jvqwG83+ld3/f3ncKa8JoHMRppReSU3nlSar3y/RNkECjJObBSfwf66Nn6FFD1zNJLx6wvYNJ0q/olFLQnp6sY5WSrsx9PoBcIQ+EkNCRyPKYY9trM0YGyre+EgjXjDgnkdeXZY8IZCgkbNm3WRtTACCGGWhDxDobU2yz2WmYLLvJr4DknYLmlzxkKXLgFSStE1O3gp2fSWKuylTGXku+G5f0opRw9StWHHUJD2m4kP+lQZc+RvZp76j74CSswuafjOUW+3T2uxLobsRfPZTBllBw68NUDfoWO5UoyjNW/XtJhUR7GqOKaUVaTBLph0kNpvpz0qIXHQT9Y9fm8+8UIjP4HAQXHlsqOCPgA4oIXk5HI5YAHwhjq2A0HI1jQ2Y0HnGgo9EmqPj6goiDRdo6nwTyh3L/QEL+/STc/D39iUR/qsfrTaZSSa+3J4X3iTA0CQQTA6AneVADE170P1LDBK0X9A94U16NM+nUoO0A6PdqsSKY8BaO1xH9IaH6n3CoFxLrBBZzbb5onLRnOO6L+5CYhPG2p0cZNDEkk0c+THjBgJdOeRM43uIUFZ0uJ1Kp1IdHQCKRTKa8QwPDOFMx80mOLnWE36MCD0LwD0fhABE/PpnK8dbCDHNqvu02pdiuMAVGxoaFBwQZewHQ/zHCN3FEub4Pl+tY5ZJTStlSyrOUUiVGlkwhc00opRt+AWwcXjCI5OwZ9L+YCJLixmGNdiQXLq8FzFgH4VZdrc6lk6t0OvAWStTqdPIOsB8cGPPwMZIiR9CPkmWHvEM39mFSLiMq139mykXlfFtynLrMWAfhXPxw5b770RPITcFbqFxjHYYzlLKSvf1gv1riKt3Yh3G5ZlBXMxFm7rD2Gs4PIY51kImcqdbDDn82qqj4+eD8MQ9TSrmOoXJtzW+vERwT4lgHUblOW90xDsNjo18uyoELNsZhPBah/gW3kveIS6UFI+mWUUdScw/rN/RnYzcWGd9Q34Bzs/f83p3gdG+b3HMGMDIReq5yz//BCwTnnu6d4HtWontuzZXzezY+XXma5lTt0IrcWK3gpeaj9Ci2fKsnq5HXtYJo3hiClxq/JSIClyC2/fSA16uQpHu9aQKRxOFgLi9NZIohnJWegV3QgrNbjHgMEZq7Qzl3tDwfEBOJWMdj23BLQwDkYc/hsmIRUJUZI2xtHRoBrRHQn3VymzjYLxkZ8vjBFF4I7Vdgm/rpTWZzv9kMKAU9VEG/pXtyC9zS0FyyWN2DZqmsPzijyDoONLNn5ZzgmK2Wv2Sg4Dz8UG0BI600Vg4Lby1ZQBhQVpSHcAno14Y56jFKAci6iUPxRj/d0yFpgiYwksIAvEkAkahTSKqjSB3Rbwo3QT8Y31UnU8rqQ13XCgU3iTSBst5Pz/B6vUMkA4N/8+cfPSoPRalMta1AMU5mWZ5vyJLSHjo0ipaW6c8jrX1uLKwHdU73EfafXH1aYRPIEB1nacjy6X7GzkBTm7rlZPcmbOIns1mi73B96UD3Jjp5mhMwgQ9v6oYp7BpApr7DfUj4VbKPcZwas9wCzFNzkKxH5ul8mqLvzkBTowq2qRskcblPc4JJpRMjSwxIiU9zHBdZg2T5BFkv1FIWgoqGv78mNdZAwdGpzUYMZqILrMryay7eYOwcitceFKZH67qm98EWxbh+JdkwaUIV0Dd9qHn5vuXL9zFfqqZ3BdBs776lmPVx6b5f9k3HGeX/UqR1xZCevgbfcPp0+h/40uXpe5STSkiCvEW5MiPHZvsslY90wY1EJVF9G/M64zD+WmClMaSCCmKK/cHZ8uH+VzZLxCuh0fFi2mTgDWaThWUDrSs333LbSkxaK1MS1iHRBw9/fXcU9P9Q/jPvd2ktVpM2wHXE1/Rvnx8rNuCYXZIN/2AUV/ncH2SxZCny3dVQi/BMIAB/FagjLHt5aYeCKuUPK/6RHhrTldGSlReYgL+KCWcsY8q6OV5WJ4u/MFnQMq+lAP/AW7LJZw6cP+7WKQ9Nubn8/AOJlYd+MOeBOT84tDIx0BK6/PqfH146M3n/gSv6fK1XuCPn3Lvh+rtv2Lf+3g0R9xWgt3teR8e84T8XXfCATa+3PXDBokunVwpC5fRLgeaNi2Zsag5oOWlc6+oJu9787MicRdvWzpoX8M6ZuXbbwtn9w78rB34L6riHv5rvHH0VtiSkiqcTOfMzJo0dRaA0AMm5RBZSEP51JKOSwmO5ncU8lmEcIQXqFBA71MIEtBfEgr7oyIIhxZXNMS/ll4tYzB127qvoYKp0iUv+nRhlEqVLC0BIHLySpjLYhbjQgKo4yDZUye+VH2ofTGXLjTS7VOwsuwkuC5QXyzc6zYGKYrDB/nh/ripHQVN00j2tjfKN0Um5yiztr6ki8xqbx0deSJVQdYRliJhQQwRuhOBBtwIPGAnqR5mroFeAZg9EI7+YT1J+XvBl+eWgxukqqNYUXP7A5QWa8bVOWaf40kxXfGmmrz36mTz02dG1aAuYz45+PJJo/bULb7jhQnQDdJvuVau6XU5zNXijT7mafPoyvmxt7jZouB7x3Y5dNzuB8VPs/djjAn8u/4O6aZy149VaVRe4nBpcVzn+P6tbpKDanKmWBt0GVRVq/7d10xPf/XJs5c/4IeIu9v2rlAy50kTfhEmXHPqf1UQxCoIn/keFV+U8tFFmmfbvt0LCjPDvKjFTAX84wCkQEL5aOiEKKVFICqIS8ZBJwoRaGXUjv/126tD7h1Jvy2+Dirfp5NsgNeoanFxHqqN6eBGc8mQSVIAHAGYxN2XXRfBYjP2o8Vw5l1pBbaB2UJeSldd7qMeIFR/VCQ0HqB7xvHQ4L43yoPeG0qgWwdPnOePx06XZ/LQlm47ifYmwk420CZh7zOhf0jxgRv/UPYYyDyGBke4xp7PnyQaMvZvZypS6n9ui227CF3yLptXp0W8JdiZG0ASbSI4v837TX446JI+xo26AslH/yf0knxnHnw4l8R9+EI1/FZE6oa7V2akyagGW1jK+QbyF8IQQbAAwwmyoWgcz0XHY0ZTJokfEidtrJmIMDe7JB/fPaVv9wPJjH391PH72qni8sKLhgsFzA0XE3lUUQH2LTQV0/O9uWjS5MDF5U+Na+asVJtFs9hYHFl59b+emX2wKRXYet2uLi4vB32DvEm9N/OL0g5tNwQK3YKc3BxotgwKxv/3T0oiN2tvTbFhkmW0BwecpXNSo1UhB+HHAaitvCbXGpU0G1ixacexPpu4s6sFlVC01mdqCv0OOt8Uk8ovS4SgaKrWoOWykUg4bqhc6iepqs///ahY68cQrrz320Nvv0p/87UarxNYba6UqV0Wgwu5wSWuf2CBZy2ouOPbg/krfDYMP/a/aCjpT5jXP9IBHXtCc/9xGuf7pbZUDnJYu5Jy8xOkZhv5DY1TLHbdA/rklmufLwOf/u4bEa0tILiHrByUKG+eI9QO7dWT8Kewca0FBx1SKwhAxhNJ41Bo39iqKXJkXeYf7cOWp6/m5zGfk+Q0qx+jw5TW7VYtmdEyShgPpMYT1mMWE68dabdPBSfKVjMPQajQyYLuSgFePWYH9Y69EMb6TX6GLLYzDyOqVRLp37MrlfOOfpWwYUwfYMvA0uEIYt5IA1mEiCsVPUsTueiMy2dATkChLEGwUcbtoXFjeKkmc0V8eLeQ0Vo4ugOU3Jt65a3gecNvxB8GLkzG6iip7Y0fwSfIWHAkwo/Gm3bvrDRagcYGD902ZZRwckU8+WfjzY4qsCk8d4/awA5SOKkV1qERtT1scLB3WAongtwYJ5xFmPIphwiMkgUusBzB3AyDfPtFzpAm0NhvAV/KNC1i7w+KQ2+Q2tLGzC+QbvGIl+PeH1qJC24fg35UibD9Zp2sGE4daih8AqyaCqHynbPAFDX//uyHow1xJ3jiPqZLGyQ2dfJzKYO8miY8xlQPV9/kx4BtQsC/YC9NJSymrs7vTKXtAJ1pZymh2iyaeuWeQCkA2YIcJd0WpDiZ5SRiXwdrEsjlEo0k9QfDXAp9iAcya+XyqL4Wi6OZIqOOo9+F1POL0UgnnppPo7xiTzJgqhvqHWS7ouf9G/UWr/ZoYdlDW36G/njzrBt2TZ+H4WqtFuf89dEykVP4iJsejMj23jiKO8BnHvkcKR0wRIAtgRN2LZ8Y5Gx77kFjMRtUDAPtNZf7Bp8nm5roKONB+RXJuRR3SRusq1E1sdXxCV1nYQnad5BLmabKZSn576hYXyB9eHCovbZ3kKlhchxV3dIiuy6Vlk6vYUhAsa56lHlSw7pMkltOItPcgknSXUr3UNmqvyhCsrjzarQ7FJ5b4uITy5EU2G6MQxuBaaFDAzv9xOxoZAJ8Fy3EAPkScEdvUQAQm7xYg79bssIeCp05ReqdeqwUUfnn9CtPSQF4sLAsVCBz5UZvtC2Bxz3FfX1gofy4GbKB7XvqmL+QvVDgdIKJj8iMqYg6YaYPX5N0m/U/l1uCmYQ8E2lMU6QmAbCJ54bgDJH//BRgmB8yyBUT5czdQwHWA9IUNPWoBXC4CUQXckT//0oaKtOB8coH8E9t6hTSKyrvlfcMehseDHvSRDJF1zWbFr3OY5RuPZkL+UeLorsJCk7kUxEUfdl5NOZE04yQ/oLk4PKUiPC6O9ky2vTObape1TCgPTDWKBuO9RlbTD8Z33713DnBmLnDCqbHlTc1uu2NegaU4KFXOvT7gbqwuSxQVnGXW7NZ5jEDX2ntTRteG+Hv2YB6tfOQLhaY3M5HZ8DdLj5zdksoacMiVSGSosFEiqXDRKEBkWdgLkFQNY+lUiFlLDEtK4CukVqIfT5Z3ZMRDJFrRp8N0SI3hzr+9pxCE8W4YFIIgtswGgXcAn8Q/DJcmGWkCiIZHLIqV2Q3om5mG6xrA0f2E4tAEfNGIRAeiPgJ5EIm1QZ8tQEvA5iPuxEzmHYUVDhsSqROJ0pd8c8SpoWlAM0Bnuk2Wky88sx9Yr4Q2dJDWFFwFwO6nX4WfpmWaqZt51sy6pnGRKsG+3hWcu/68K2qmL+qK03+9//6hMq2B5rXQ6jx5PwgA8wMfMSGtQWso++gB+Sv5t/D+192FYqKvva2q1ReqCevdS4NFE3asql/e1Fje7OtW5iEW+5DRe1HdOr9f3djT143+/nX7e1pm6OF16z7nvCsmrVo9jTlz1d573V0JRtds4vr2xo5wN6kXQLrXxayCN0cFsQ+7HS/DkB4RIvMYXjlNgu40JT/CfWXSFwwlQ41pKtRmRmkapWmUJjh7TNQ/vXCIqhjnR1sGbZX1vvfJWNqrYGQR9GyMJ2vz85gUJhSty8UeY2IfNW6gGvjD/qgFY2RgQRcHMGcClgktEqaKseHmx1gbCgEQUhAWzxrXWdkRPM8L7Hr/xb1VLfMC4wLnzJ53vifoqQp2rzisDWqNAEJYHKQPr+gOVqHj58/vPgflmteS+Gs1YFngDFRU2htqusvnLAFPzsanLgrfHGaR2KGLNgQ7KjvHzVq8ZE55d02DvbIi4IQMhAAw1IhL1ZI0RD0jnqbKZUyScNlFyPdI8TZfhi2dOKCHKPx1kpV3yqum8ZTgJVOC184k5ffeIzCE6noDoN6T38PLBwRkESVOUcflb45j/1s6kfxAfsa5T3Gu3OcEUz5QhgwFv5Gg5KyVqX3Hj++D+Bd71yK5Zivxd23HMzu6YbY4WqB40fOo0fMKOaoCYT4f88BuDQIFBB2Y1uAQDWa9fNPxffFYz9nnPEPKO6o+u8+T0bg/R6dj3iJbeWf6+uP71t4HZ61Zt1GpQBR65JuS+45LPRG1Iq5hVTV2yDp0pQvfAm/RHXANz8/6SSs8SX7FzwF9nZLFKrCE8DKLRc4k5MSO5X9Lta/av21P1GwoNJije7btX9WuOLzABEwOXts27Wn6kTS14MFLL5rT6cKMba7OORdd+uACZWBU5SUqiw8RwLYAh8/iC47wfhi9PyJiSBX0sinUomhyOYk+v5zjJ53nBIoJL04StsXk8omYQU/ZoCNIeksBLwHRIPJdXnrmIDFRsTiSiDDnKb9dpN1oIvMOILmvK+dfHlRhHYNVONRpuGNtPIqRB9TPGselZR2kfehkkMDFQMWznP6hQWNgaDmhF05RG69TJr/dq7xNm6a0WBlLqdnosBhYqX7C+vqC5fuWC6BK0IMUzaCrWOWd98gps5YHPVDUr3U8snWITFW0t+9Bz8bqpmk+TYA31Dp13ukTJollFbhWvmK9CHsAr8V1Kznl5RS7ZGWubsCKpVcas/ARBB+kamRTuPzxWAk2PvUTQRU4b3p09hYrFOQkrzXoE0Z2vvxf8t9pTtAmLIYBnRns6uk+DuYBVrAyisQKkt/KNz7W3SNfZtYNMFr80qygYD7QJiQrSArQumX2s9dIGf8h7oSibwDah7mSyvHWh/5oH8G35k7cKz/6qLHQXf/gq/Kjr8p/wr+3MENrftLUXAYH0yydqPf6hqbQz+A/MGV2Z+fPhvvB4AGHCsZjdUjDymDVcyQaJd/UQ1+9VpLk10BEktZija5RksCLUh38wYhVzavxWRBB+eokfEWjkhm+e1p8deX56NFhFZDeoVXB3/OfD19Dj1Nuh24LIvJrpCD05JHPx6XCRVOK+RrKh6840/NBPJaJdlEg8LUjns9cnVcbKVdJMLIBgNICIwsLRhZgjHeQaX5tpiFGvoPKUfVSXsLIpeXPSCOMfGFwxxhtkCCxIxbSw+KoZ2FImoDERqJByRcGPpoNMn3moauq4Wr7C88bH7aDPgasq01fZJLr2WQy/dP0L+ijD6c//SgavUr+dDVYBb1PgHdOrrz7btJ/DacS3H+rGHI+LZR8PIvuK/niPiCxH8r/Hno/PXkKGFcEfgg+7hic2sg8Exqcioa3V+SvgB6svv6uu8BcMO5naluZeYWzY37et6qMQ9WAQ60UHoVD6wGOPLU5TwG1RTJWbksriGfAaumUMiqttWoYg37ZDnmzXCdv3rFMKzAaKxoxe+wajWl1+1c3KsJ24+TDbx+e3Kjs3PhV+2qTRmMHPYLIfEzGpqF+ud+ugdpl195//7XLtFA5aZXMq5fstsLLifR+j3/7ZOwNOXm7/x5yIH2hdfeS1WbJKirfP5EbAqM4trA/J2EiVZEECFsv482RenlVyUCl+8qZxAgWcILweT2DS46fLqeG27MUHZ9IKzmk25CXM9u9lJlS/05nE1EgbIFdjX0CZytEpWT5/6EzGEXgpwpk7dmg9UN8PZyXvbQiveeMlh2ynoJE9ySdwdMapTGO9J0e5UudrC8l7ZTCHqBjp2lvJjXmT9bnBeRwvUaVw3KG/fxyjPUDcmUAvx0rmc85zVNuKoqtrlnfF0y0SexEhCMBENkjBKtACWZxIMftjKicGM3QCBWXYfAjo/zMJ4LVYrz1fT0QjUmjFVzMrv3JJ/KHtwpanWh8FSw9wZMTOj0ozveMVCL6/Z+AKUZgRedFoH//VqPFarwVFH/yk7Us0OnIUf6EfO+rRlGnpV8b6S+Zs+FhnJN8BgwylBNyHqJLjGJJeBS7WBX7vF6z2WIahZyfvkmcJoKEJErBdDIoabToXcZORblX2JeJLIfepZbNzRZ4kFaWhGOobflwRgImK2EOuxUpCs3p5+XnwXrYhwZkzD2SPozG7T4xRl85tD24IbinflN//e5gkL4S7ezGO3uCTLP8fBpjreKr6nBufFUdvh5eO7QtiC7q34TybQjSB4LoIrSzO7hhWLsouv/IkOUxfFkVh1l6lF8t8V5VlhiGe6vm+Pfy+vawFYYz+HXhBcohsuZDK0huOYeuZD7vKRzIrtfLtYQWVclJ782nQEXjJCoRfZK9mCrEftblIAdWjr3BAzn6X/qkWJrCQVc2jcbQrzWDRKpUtLhAQmxFr9xN3xfEK6ai1ZTSw2QwWAySdruc9JK5DMnB6BkU7m1SZv1GdSXEVIIWH5EQY17s/pUqLXHLKXRTOeWyoEfKKUHfb9RqWUoShu6a5pXRfUGyOBSESX1KsErDZYGSPFkAhHOywKjP8Bhcq87ulf+pigNYJlqb/xY/g2tVWQDlUTLfKtE/yH+fuXGfQyO7TX2nDh47pRN4BdJ+WtoCVDIj02gfuRturqvvAW8JFvkDi1GwgIBFHoReeSA9QCeXFhbeXNhduBT2D2Nlfejmup568B9GfIlgxJekE9AL0LcpD8CepeiKmwsLl/ac7rsvwP61qt8lzxVnGIPiQFlAGNNr20vg4dOfKg0B7QdFt8EYHtHtewBSIsLjinA+0nIon8RaYFl+SXLlCOJYaW1m0CkCfoFVlijisTDEJMbK3iiEss9AD3op/Z5w6Y5fXHp2vU93v17gOTtd0Vf1wFWlBoMLhoY112MoPxoJerC5pD/ctqJn55rmJ/5ooLVOsHJHXXV/mYWFqWGNlRv/IXqzIuUh9hRgARY0eQPV83AYDRUO5MBBNzJFe/NcDEc5IIJUMglmpf90ikIa+QfESVHJDVeMmJJzeG4Y8apSxetQPhrUDCNHipGtxFwoOuSUNFGSUw7RUgqTpTerfp5G7PM5/M3RywLFcsLtBqniQCDtHeYUOmL8GlEmZbhQB4kzl8lSmk6WWkQHmiUmSiDh2H76MoF7AoFAMUi53XKiWP7d9y8T8VNW7L8xBzhjmRL4/gHlWb/Pt4WO6Nx35TWlBbdt+u80GYnJFfTrw3mOsSDzL1SmHjQiOeycCQh8wE+FsyJ1KJ5NxijC1o2EbmIuZTEIiCKEo4JyDiWJF54JxhTTho2N9JsB2qBnGaPkdKMXIH0q3922AjfQREi340KtbAdnD6xdqtdydDltNzKMyVrgLhb2vFQL3jZrdbSTdctOmgavmJCE4ISiXt49/pWLxZLiQpuZYY1Gw1+OGGyYpoVjWZaBgP1AMm42Sg3jRWGLIL4FKAd6vvEINs8CmqFpmNxkMAhbXMEOg8G0SW/avp9m0IUAsjyv6uP0EGqPtpxX7fCVfQXlBRsCcfgWR6iwOdVhTYFcV1dy6CHU5B2CKBnPXoFruuLrnz1zGKkI67RGo44t66mc3wtqSCDZG+BOUbgbvchr5etwzsOoi10sGS8VxD8e/cNuTYHuYj2AWrawZHnXu6JwqVGSL3tCATUGVN0pin4L6Q8rFZ71rIiJvRjbMPCTY7wC0YvXW+lwlQYb6rJrTZilW62GSiWJoYXot351RBQuN0oTd3V3FLAW0zrebNLCzXuDwdm7PMHuuli4cmb1xHFVBZbn75CMlwtiw4b2ZpGzGGZrTIKRdsRbF5atuMBSFpxeVR2t74lPCrrAils+cD2MW+NhbUVlxImedbkOQj1c5dIsmFVY6x/nsJnFgLtiXEPTtHEH3vQ8jmGiH+H8vjIzJ1oPmQCto8VAkWNBh6si7A5IotVRHWqdsEh9Z3vRO2vNyOAC4O0qU3CYCmedh+NZASaUkcMzoeDlwO7A1pq9ovCA4+0f3Q9KBJ3G9kuzVn4dY31s2neXXZ5P1tTuaPjP63DRaPL9fVJtOYq0wbK1gnjwceuj8q1mUTSAja9qjRcbpQVzRAGd2CwZL8N5UbJlrkhADZGogcqLpHVfQAXyV2FKst1NETlqMcIyUl8lkkbjaiTTzWy5Dmfl4JKHUKcgMYrAq2x/I/9Mo9GJv5B070pB3Tj+Zxrbzyw6rUb+1bukz/0B+JUtqgqYJgrrjNJ8Ueg1SnCi2WwW5YWhhc5FFnCvZBYs6eckY68gzpeM6wRRftIoqbz3it5RT3R13PExV0p+ybKdMffpZFPKqMZIe/twVFcf2Jh+SX4IfEsWLHnJeH/GRJ2xW0P3S/S6ly6SE+Auec9/nz/SkQ0duBGVfbsg5vEPaSgDknYK0Gh7HuoZUkCyWx11MSnuc/gi4QA+gJQg5YCiI9Kkx9ABWmGSprOlzY2HdOa9+KRhWztPZxcceGyrh7OPTAcAbAvI73vBXVcGJoMjM++ejY5s9MnvEvzud+7lnUec/A9P3I+2egvsfxPX52HfNXhz7mJWpzPvd7FngXVn8849Tn4lOHcZ69pv1unYJRtxluv8j6ExYz4oR+ozgxm+Hkomk2mkSsvvoB106Fgy6UW9NH2z0wl70a+gg71E1lZWlsEik9HglG8GvU7l12A0yQ+oGbB+W3+KYv6K2jFCTSWYQ3ZMfCIwvC0Q9YdtAYsffUZxJAVZIqGABTsoOmrj0YgthoFQPTRdV8X4CQhpbSuHd9DUgHZaOeZa8cbt24x8ZOa2i+fc2l12qzhVeql4Y63GzOmMXRvfTvhunVN666ydvS0nPBVTmhfVztJoGkMdNROqajzSlIKS5trO8gk82+SfWNEUKhHp5JNdhYevnHLO5Go7c2oQDFGnwFMRcAiA4o57ARj6Gn41xBc3nZ2+o6S+pMDAQfnHgGYNZpe/Cnzji/gcOg4A+TU0PWgER3GVgotBsCXUeEls5HewSsxg3pTMUHYB3CwI6QfqS6E3CxHhRergbwVB7hXs3tL6wYEM4oPC55G9byn6bqbiNnX4LBhUfniMttUunQGme+Q+exw9s9QudOQXpf6lsaAoRqaZEsGOi5x+PldajFmV9mZ1MyCMlcTypx/VaTeHUc5LqInUHFSjCKYGCvBoMgIKDlNGfVImHaJVsZjoKtYGMIUB9oLBLAYACR82nDEqYYaCcICP4K0UkZj7fzLVgKnwmPSXOvnnOqNBL6fwSlyK+LJgt5eO9NNgs0GLSdMM4l8vgHH5Ws6kF7S2b96SB6ZX/6t6uvzh5I/v/pjp/V21mbECv2HQkwGBMktWlkBvnOwXL/vkLGgRtVoa0Fv/sjj9uUbUQwh30Jf09R082NcHD6f7FNtPfr3rcL2DuXqzp603GFEz+jvb4XvU+45htZNO2wrZav9prFrLQ7nqMRePagIdkr92oP7rV3HTsF7WQHViDLngd7zi4SsGIx0hzrQPB8auMuPNX1nAqn6SdOQk2ZFJ5wQpsnOKIjvot2esWudBv//zDEllusvU35Sr/8hanr49Rq2gnGGfGVYB2Tt2a8D+EXUe1hq5dvJmq7JlrKYAW87cAKTPs6+rfb4dewQHiZGfWO5P3+eDVgztHQ6F44ocGg9gXkI16gl/ABjAAMkI2O0C85GwExc11bV2dtROTt95mkp/7qrv3j6ptcophk3mYGjeGjO0za7o+8HBc3fd65HL7weQ14itc1K7/tjWN21LV2zBWHWOt+44d06NWcNv5hnj9oWOwmvXrD/0HKzesgU8wjtZs8EoNi54Jr2FGlX3OPGGztX9u8e5EdWTvqs5vkfd38yv3y+/oyEYtfKDPxqr9kMjq8lGxmyPDG5kQl2HXZp564rDxsh1PxajDNp5O+ES43iMzQwIbS8xGxNIQgzHChVEX5sVk4JBHi8vUSGXOxh0u0L9IZdMbLzA6wox/XETXWWxmMLaxsRlJV2WibcvnLEr4AqVFDh7azp8okur5fWFVslV1VntM2mBJIm0oGGAbeYWYrVB94TubAAH+l3QVuHtaqlvaQhumtQFi92ucgCCLnhJQRDCLYmFPrE5WBauaLZKtuLa0maPM9RV4eecVmGLuuaPxv0EiTFzqziM2Zc3UoMP2m1EG4YO7ARD4Iwx+S9UaIzVJsHt0URjDjXyx1tP1xDr42DzTPlvjEagRdEKtCZfdWeVS7IW6nmt1iX6Omp6nQUlIVdg14yFt0+0dJVclmjUhk0WSxVNZ1oi/RelDUh7PNyyaOYWwerkgqUzQk5Pc2ltsU2yNleEy4LNom9hYguEwQJ4iSsIQLnLXQy7Jm0KNqCG6/JiFPrMWoaW2JHKqRbUGqupi6mrqDupR6lfEF4T7BmPV8kiGFotiARG9H+URX+qES+iLt9bWNVHCGXB4iNeZbBZMywxaEAkTrBFIGCzotx1sTrMaYSDNGpBHaGl83kJOqkKfukl/QyJ93w4QMAwbRFMdEo8tpC4pCzcYSAOi1qOgFqOUQt4NxVZzGZL0dMTJ6Zf6J42E/ykPRz0abmJAAhWO2jjDeMCvvZ2b8k4Az8IaYM7Wldksxatddsu8zs5IF+SSECbpJtYfoX8d/mzKyom6KxW3YTy/TC0vxyl08azpkeiM3mvJqCfBny2opqI22ZzR2qKbE+0txM463ZOj+4Ovs5f4PnkjlrzgPmoPxL562R5Mbh/8h75utLKQksQ+OV/OqGpGDg3HqqzlY0rAZ/dVVpme1JbJNjF0pC76ZImdyhU1NA1IeICBpuerr89Erm9Lk3/ZG5FE2sysU0VC489Mq+8Gaeby+fRTaD0l790LHWsi//6gr2NRejaRrJxN4Mt8l+KzdAJzPLvg6K7EmiGr+GirwONl38h8bKZ/rGEWkXtpvZTt1EPEz0doxSid80ioaeuNhjBeLqWiG+M15J5eVHUO6Lk5QWjAdJhWkBk1IuNY4YbP9qtJQy4POclXQRDhqNe4SU9BERodHcMnhyRMn1P6We47wXH6KH0K2GH3e4IgzlnnTXUuEF+af1q4F282OMWabBYY6gaHwPHtJZYbfnixZXjYxYtmLMEDWtVj7nD7R3hwqLwpKlIUYHp/gUL4BsuYVHj02nX042LjS6UbnoKfkzSQ661F64WqoOFfVPAk4WhjvZQYWGovSNUCGYtidZWGTVLAC26PaDkP9vtoNLeUVXVcXj58vSvwOfyD8pstBecI19Y4wy2LH+h01Ufey+9fnw87p5rjOhKJi1cNysYiQRnHUObqNutpX/x1qRJb01OL/x0W1M3Z7Nx3U2bPsdp3mrlUZoR5M3yP4Bp2oF18+RvJz88G10d6n64G99kjmyMtwadEXBAvs4H7eVgt+JLiXlz/01JOPofcIoGHZdqwxmFGa8K2zKLMiAG8EE4X/e1O/SFzapLA3CXQa91fFHqol/W69Nfgm69Tmf/oswpHxMhKAj/w06vEeVpVX7MW4BeoclUCVabbUNngfQtVoupEp7npa+pzIzRytgkZflF8HoPtiDYaM6BvbDigBwBdkD2YmGAxHDHKOPLHlvx06KG1+x+XqvVmJ8plug4b3nWI8lrkLpt9T4t8hqtPARu0fx+2CI1DT7w6w2W3wL5h4JgLKFnGwLpMJR9AaRgg/cB/E/zFaMxaygdTzH/RqlOsoYv1TLFAIPeK2z2RQBTc5qAgPQEX6ikGiozCerZLSBE+OZbuUgM/gp8JBc+8wBo6OwEXsHn9HoETgqjUgIg8SWCIHi8Th8aIQblK96Q3xhfU1ISnOAcnUPwgkFw88k0WKdlGZrmdGaHiStYGk9cN670iuuuiy9GE7LDpONoWsIs1Qyr8xaMOm/G50VKwcHiUuwBYlvFDMjFaFhgbMAW5qMg6kD/4jatASnsn8s/ku1shWxH+rjjerAAALAwPRsskEX5x2wVmCM75AfBQvCJ/GNZpFvkN+Q/gzb5o3Pk3xM+9uA5PaAQs6XJHzG/lf8svwkE+Z/yP+SfgyJ6j/xz+Z9gPBLe9Whc+or4mOjRyKSUB+M/ByzoLxhneUxJiv9owGux5xurHby7n72zf2iOjzb50ova4Tvt6f9eC9eufQ98kJQD6Udpbw8YSCdhsuKO+26HrkPysevgk7vSp3bRu9IX98BLTt515MgYvhezqHU5L5cMGG0G57bEH0JyEZaOaLuVU/qAh47V2rH0BOKtdIig2GI5gqbMeeOcOTfMZdw0vB/LT3/8MZgK5sS6YrEueYpw5dQL5xfVdln1Jha3HGvSW7tqi+ZfOPXK05+C57G6j95cJMcWvfmRjiVp8DJOQztx6AD3Kk/5mDwklvyetx1+Sj5v9P1Jeth3bSI4HyP9ZSLZyNdMtAqhOlK+NHDrRY9cdNEj8BGyyfAYKV/g0AP4mPov/zkQzV6YB1zysREtiMR9w1y1qF/L58HYcjkqR5f3Qh0YHImUcEh+fQA+lp7RD2rGik/uZi9h70H6BI6ubMd9Adi5MI4ziqF3V4XJctFLRG9TQu+5hEW9ATtOI2lRIvEQSIak0fzVBpC44wGcxBHchSA6zOAzmDMjXsJi3w+6WrM9Gi4qDJV0xjcKL65sm04z1y9dsvMj69SKGvkD+bPyqoToWRpv/uj9tujSBRqTsaJkwRsvrKuaMidhLfBy4h9hfMDGmZ9wzWcryn1D8q3fHDLZjCwPtQGbS0sX+etLPLuPg11g3G3NZgDva+vyWubMsYiGJsuGLRWFF05aktRoboY73QGtprqG1/ldhQEtX1So0QSGRNea9k7r+GraorH6o4Ge583aG27g/PX00/fLTk9doWVPyL3JUDTOXaetfWnXQ1NdlR6PSV8lBhdWdVlbCQ6s8q40ZLRvRDo5YbcOESriWJyEs5NQfQm3Dx4zsfKBRlWpLhYKo4/GBAiHIW7YGOZTYDleaWsPjY4zWFcRRwmG3XNKykF5eN40zaJ9fTSMV06+9klre7jitgcrQu02Y5Xf8+JbvpLaej1rukvuvdvAukzVd3z7mN9julxrKd/0W/kf+5aHyiOMxl7CAQ0nGtc/BugnnMXFzHhQOsyad2t5ld26XnTEWiaeZ1jaXrPIWjwHNNpcHGu1cnyBVXLySLFg+YI0zYcLmL4+znBr/Wx31SppQh/8VdQe97W5DX6Tdbyn46qXS9g6q1/fbS1cYrSGbEAPakfMQ4DqwDFgqFn92B6Ih5UqGkliUdSfCMKgz+azWD2oBelHuh2PLO49tmmm74GpWzrGW1nAM/8NZsiPGr3t42e+8VmgFcD6pRdc0Ai977oWLtu4sJLl5UVD6ZOeuqgHwHw7v8IgG0ZTWxWMWnxR7NCBBj4eCYT4Wa1glC10U2tFU0ldgQ6AU9RxDWALoms69pYvvG3VpMvB3fntN/0pO3CUjnOAa34BJusqFvQuKLhPXt6wrW8CBOOZ6uG2UPpUAqZR3TFqj31slR5+ZTbKd+uMgk6+w6jRWlW8QKS0meWkTgeSZkliiM1iMONTQsE0m8L3VP1WsrDJcTVIDKaz97GZjWA5vjtYZWQkaZA4cDMDITNAN5eTZuUdJQDNU3Sa3DODgp/BwHco4Bk8hUswolBwYPgzVgqkBoofMqC5lHpPxS49HD0fs+qkcBFGlApeipriTkGTXwXUQFl//M2oPUMk6lFV57CwHvDTMKpK21hmJxqfwhEKMtyqCtGdw2pnN4fnXZKsWbJgQsvs2ZGbb7x+8+ajU9f3+itXrp2yY3ld3azAhAPyh0Wetlgs2E5Pn/YIoNEMM2H37ue9Xp8f7bD//OjQQY/H759QkmiPLN980YvMzpbp09tiop678ZwN42gzzRiy/vwEi1yRDihgCVoIm5O6hT9KL8B/XHJoO3btgmJ6+3JYCf8rfS6MpncMfb4b3kifN/QxvAO7dSu4s+weMt8XIkl0BtKBKKo2RuYnRt2yyiymdG4FypIEVLZgdZcsLoSJjRAHWmLveuzJWozdGHCgOE++DPXDqLWDD7wOh9cOjnvtdq9jaLCsuWlBczMzK1E5vXlB84Hm8rJmMK0qAX+8ITm0KnnOFN5g5KeueHvFVN5o4MFhfL65rLyZKXLg+yj/3mguk+eUNzeXgx+XNUvptVWJP+O9Pyu/iSp4K7gx/sL27S/ELzXynGFfWdk+A8cb0zdmripvakLzKJa7viWcGybKDzRIFQiCCOgE/yB4KgFM6VTr4EI8qhQI4XGH5/D43Uo3gxAS4LHAo8g7eJkEncSSD5npQjF1OQUP8mjUj8fqougw57AGqlA3xsT0HOZAwpohTwKgHLV2jgSvkimWxmM/jacEoHCcoFkipMwIaPrEwSMCXrHB3oZWAZIh0Y6z4PdASkm8K8nVHmiLoRkGDVjoahLIjzMQA24Mz0GRVqRw4ALZ7I5ankO6L64So0xV4To05/tx0mFFF9dhYS4gYLEfTfv4DrUx4IG4OIBAs9AEvAgNk2GlKfADcCNg6RBESRFx4WjeihqSlBCvu5HVuBA+SdbhUL3jyvwYIWA2vJrXTiRPclvURrhZ1RurLe1h4U16LcNK7FLGpHNqaPk2pAXQNK/TMhYGQAggPT/O8DQNeaAFumkBp2+hTx8uNgG91iYajUDwF9gZxqoPm5o4DWcvCBbq9CKSKiwFdvMGEWjHFdDAX+gugkBr4XUco+ctAFidFisAdq0mDIysTrDr3PbqOCxze1mtnqW1BmuntsJVEEPTgrmgzBLy+9x2I4Qcp+eNdOGsmN1WZqeBp8goOmZpIOA0Ni8DOYaFsKSKLWWsD2jNdLFHUyZUhRkjB2irruqCyyocegNEz+RstANCC7SbSkD7zPRdtJ7TQlpH03oa3AO1Fo7VshykhTJRq39cZ6A5hqEFRgNjrJE2abUsDYEOMoxG0ACzAONWO+SdjqArpAmtKLSsDYkOnd9TsUDqslZMKYkUFt2bkBIl5U5W5wcADeE6YYHF47RFvRG/1ihCA8sAP037rZcEnKsnOMrLadGqu3B8R6WeQYOf6OE1QXvIep5gYGBdd3hCtK+kYRKL5IRV8cUmJG7odW53zC+6Ra0A7SHRbJV09WeVNrV0Rsfrw16fjxaAYHKZ3cwaIAHOgHZNtN7IyXOAxsKyGj1qXx2twS8cyreKTlOB21yk8/Pl7PjzrNa2u7eVQqZyZ1W4uVg0gNY5nhK7bYJfQ3sAqK0D9MQCycQzCdZTatPSmj0mpEDyDRMBaCg2VRRDWq8FRZLdA8pKGJNgcADBxWocJj2AFmDQWrQCh0pCc8WMxCAJlGFMDgAMZsmkZbSQZRmO5oHQ7DLoW4u1NF/QNr6jiHugQVyrcdqK2woLJQCYCWsMXsZxudZUVUqbmmqqnB0aswayWr7ObJoa0nBVBe1I3Za2eW3rF7vEoFdPl1lcEGpZYLL+QsPTDK3jeADNcQaIA3qLBjAMYNw0Cz+FnAaagNHIMUaWo1G7AebkS4YCh91usRpFRprmNvOitsiOejJ6S4XeAgCajahnGyx6x0K9eXywRGtgdKLf3+mzsrTRVMY5DXa9qUOwaLkCDecVaK6ibkLY8tO6aX6t02wvwnTea2Md1mvrNr141q5yGyhylx3pWLFj8/qmNxfWTCmF0B9Era6RDEVsUJgXn7x7whTWVxMoQNUq0OunTTEURzxuvUmNj8eymEB5kRxdRdVSrdQC7FUUDNEBbPTHHGN0KMz48CztUOiA0ViCBgovG+LxIAf8fIzF8zvaYaRQGF9FRpNWUOthHLFhEQRlKyE0x27Yc0XA9PSn+1psXvnX8mGwqLv2+gO7QkFGXHfBRQdSXlBFv//WrxaO23jD0D/QpA5nPfNN16xLt07aOaXZ9BF9CGit7dN3TyrAqxAlMyZ3NEfLPbqdI/SwEnwlZ5ux8JoZ+sPw+prWZbxw0YeLF9+2vEMwAvY379w34Z83fdFc/MXH0/9CnwvAdfdKP3rbNSnWbJP9f30UGAoSDZ2F0TLWiboXjbQDFr40Fh6j2n6t1HKsf1TR1QBzJ0dqPbTie4WZiCGOhy0GhFsex83SGTtKK1SItzjCNKugz2GpKIYJGUWMPcfcGG5cNKOm11NYJpoOlneUllS4qhs2PdTTkdzYHpq2oPnQWXZv94TI7Jqy2qLayH8/2PmDjRPBhg+P7O2d0XmtPPjcRnO3ugNYvAPeq50bq3DqnTxvNrssM5w+vzNRGV9cVdy2sbNlSXNQKLEL1tJwxFtZ6W2uXHppcPL2g0c+7DZvfA6w13bO6N2r7MiDeIfo5xVId3iFxLK0UR0k4ipjD4kTfPJaQlMcyrNyxuKcDruUEAdfgAntsvCpdMwF6L8G2UJbut5RzIGAw+P7wu6hnUam2Cb/Dq9Gg7NE/8emGa0Mx9ndtT75H0atRl5u7zTEu+bQF6xI2O9kWmcwM3/h8Putg4+hB/S4TEWmvS02dG1ZUdD9eae8W/6VxW6rsFt1WtldwGvtXeze+Iq+vqFPLaABXEqNWHdQNJVRnppnwDjFdmkiM4MB1WKb3esPuU4SkwyLflMMsfcOUYSYHBJLLrHn0kIuUygTV4b9rwYI/6NihQrTAZtkJ35Mw8hZ6uJSNECrbG0k9hvJ8pmYH5aqL40U/bnya23IlZpY1V81MeUKab+u/HNRpLTeDKjOdSC5rhNQZrnn0v+49NL/AAOl9eVg/j55jUl0heQvqyZOrALmkEs0gdv2yUfL60uLnCC5YYOcdNI9+IJLlbIyuKxB4omrCruB02yVNsvis1H13fWJiUsnkj+U3tQNk92b5AFSGjohKzx5PUObSEnelMfjLX1QJhh/oL970ybwWq4cynu0YVbBIOqSoXAow2qHF9vsjpL8BR4WLDdbiqpLF7Q4S5qbSpwtC8ZVFVnMzKIRA8yn4D37tJ5iF5JXSksL/cBV3DPNfs0YY0QF0i/eZk+hftSJV/4IYRsaEGpbQRANKzjOLRwkMdYscQsOhrALJ5Yz40HiI8zGCdk8wfBhiSOuw86mltz2zqfv3LZE2YCNjFl+32gS5Pcf13l1j8vvCyaj/L6ZYbWPP65lGTMoQSdByeNav/ZxUIJOghL1JNTnboM2URPbI79u1um45d8Yjd8s53Q6M6jtYU0WwzffGM3oLKhVzhoMyln5dXTWbPzmG4Oq+/2UvZgSUQ+lgnhcw8MaR0bASG1JkGPUoU6MlRBJGUN8YMdhIokzn8fqn5Rffrz316fWHv1s70E0X4aWy5cN3I4pZre+AMRbKiyib8GSQydvOP+8ccUC/wmqTezJ1H3N8o/f3fvZ0bW7fvnKv3a+DgpvvwU4Xt3NwXHjime+sfWGk4ciYrFQqmCbcSnVpl2uejASc75vlB//qNiWRB6aBlyb/wWjMyfJGQ7zYP1Qgf+jhgjSB7HCgh/mcDgIjof3VD/Xw6aoidgbjCL8DrzDbiXdAI2L6LPwV8HqDPViG1BJH5qAJYy/j2KCEKQCBAEfBhLgekKugfY3JUmMiS+y1sTEleOTkTWdTYLpKWuhU5Joy8uNCtzHMSlUJx2ju45JdSHp2IBLnpxOPgt0z8Kz6kJHd5yQ6iRJeoE1j/O6MDicOxw2Cm/YzGLU+uct/bhiIeVC5Tby7yB12bPPog/81CkK8LuZKdRlxGcQr6fhpUusWUCk6rFcCM2NNBr1HVZCgYGXffARpGYR4BwksuA5Ev966Np4K0OwI4jChXsK0mmsBA+GrIrj1TzF/gEdQaTD8Lsdx5zjSj3FvFTlZ8DVtTTPa8pCpyhnwmr1dDdMcNI6p2QCPMOIga1TDm9e5izQBc7pvbqZoxlTGRANdpY1a6x1JnNRrLy00Ag5UatjocBzBc1G0WyP/secqNUt8BAJ9JxF0Ij+stZgczWDRHLIWXXAG67l6G8SH3ujkbIGdxkSaeGlZ7GmkKeAYa0Gg23BpGoNYJ2BSeWmAo6VaGbchHanU1d6TT/grjbbWU5CsiZD6221GwqLmhfVFLJAU9LY21k60Wjwa6Fd0rsgMLCWYl9j3eKQvtVfXayFjKt8SWvvhToTBh+hAWRNWsIV/CPua3Y6pSMjXjU1n1pPXYy+xqxOjGdjkkT6pyOD94kaNVgFSniOwR9iPFYSRHovGhVxbK2IdrE66MFOa9gojz5bolpCD1ABQ2NIu1RUyiA5Rg6hE1hlxyo6vAebfmfa7GLH7G0arVEo4i0ewfNE5Z82bphdXX2ib+MKpCP2y6cO/VH+vaDtB+DQH0EQhKYd/Lmclj+W//udvVcmHwSLp02oZDjBxHFX/qaqshKygs7QsLRj27wCSVPuQAWzLmpzljGsy9kM5i+MhLW1MZemsKS19aGFheMNxYW7/jnkn2wSXD7/JK/7NqObZfXGYoHVL1/bU+J/ZsWype6iJ5p7bpgsOD47pGyu6bj20t7W9h1PnbMVMMkHfzAtcZ1gQL0ANrW0bTUKetShGtfDFct31aOnozK09RjR053jWOOsnvRWt0usdc95vGNSVOSK66s51/R82WILpaUkzBdP+G2Rpu3Ba56Qx6TMJcDMo4HSYmdE5tyjLzx/9MAv/YFfyrelX33iflDCRJ94Nf0YKLnfv3z5wm8OHvyGbZHdQ/LZq94FzmfBpN+ky+S/vrsKHBkCf/H8Rn5WWetDssNOJKdtwGsvNBZVOYonKB9oLBYgNh8A9HHFcJrFabYYxKJVLNL7GQFpOGh4wmsjAv6QOZxkd3oXLe9dtXxWs9myWT7ypuRyScdA+dqSqcsXrVww17flpcu3tBVEXbx9SseKOQsSldzki1cuaIn47Cxj0Lin1NcJoUjnuc0lLGcVNTxSj4Tq2KIVl3TAcMvM+fO6miwWRy3nnN69Y9s14Cfd21q8tOAp0Ok+kr8FrlABeOe4IGqMFdP2zK22BmZ2VVzaD2hIW4rqp22dXGiRxjW1tdWYzDs7OeukaZs2X91R0Nl91qK5k2MmE7PUxTvaoo3F0DHz4jktHhF9PvT1V/COpqoQrEFiiw3JLn9jKeJJbiXxVUTCAorPPrD5LPgvaMswMjF/2zq7QR5KfzF7K/ObwbLM39bZ9MzZW4F74vwd8r+Accf8iWDyKeoUmIp+rmpvn7djR56ciRHKatT4oDFpTO2nCe5ikiqRaYZkUyEyffC7Ar3gNWPwmR79roCvYTKxWtbhbKz5ZKziacuKOUtxAXNUrJjJtP87CzugFhG0YWZUhZFVPvWdpR0lvytrprlijpTfR1kbqJDLalHCzixWHEP7HQFqKexbZVDDxgyhoRe/RzwYj7794lwcvngaxgDVnlv2XbwBanQ98H4nfYDq474MyeQ2KoYjQYk4hqWxuAPPrVQEC6UOMhrRCpBYnJCLYkuD5LP5cLSXRJ9a2yi/+ezt8te3nfiRZechwD+z553t0N14ijKaSy1fyKXOIN0DNcKC2MTlvR1BcL+83gx+VWr5CCx79bE/3Aa0tz8Bylovjf3xsmfkb/d+4NqS5APgA5+T1lsKIm3LJ046m5f/mEwG5IZhOrbC6xMLh2j0+njsPqksauKlUYcSm4XtCpI4yjvRoDv6X7MrQvP1zFWB8rDR69nbtN59jruuS99Qa2o2dfTc8af3Tw57n3t/y2nkf0k9De8/GPv1cwZ+mbPH2V73WPz38cdACLjBxcMsaCqeAyoj1n+tkFHUsKyDURuI5qczYVhIcClCch9ryyQsMUo9ySSfk4//rF8Q36U5ndbo+CSzFQV0EOwwuRzyDnVzHDDkKEz9TD7+nCjAVRMBpzMnHZopy7Kpk1irfGIba8V7Fy7LJOQCI7D+FHv65mK/Ayr6tE0NM1Iqkx2Mslax7xkPLiuslnI/UX57lBiUnjNGh4/KT+70XdHialysBuN4hgnjX7difYsqSnAVUGiNsY896i0+IsEQV1TAx9Hk5sCRvj6O9yPxFAigHNCRWjogYYhe4GEirC8EzznvziT6pPnGGTMaecmYSN55HrO47BLz4p2VlTsXmy8p46LR2R0dg/Ppr9/7omGTu1AecC2u7FlWdMcdRct6qha5gJcRqms7S8BLQ9ptoD+RqPY5C6DFaYEFTl91IsHbaVOkoqQiYqLt/FDJphLP+BvGy78JlY13OrFXKHgTDIA3sYcoY/QV2LoT6veBsUTmEP9k/LFiDVGxIiGlMpfMEDS0ATqXDKturEjDzCVVeDvUEFI8BoI0y37ROnfZQ/X8vKbqGaa4/HJcM6+5ussUv6XI1jI7XnH7+ttd9uY58Yo7osqJGIjFNPNx5ujdNnvz/OaKO9bf6xwaArH18svwm9ktZ/ua7re5mhbEKu/ru9fpwIl7otruFnTt/0fbd8BHVWX/v3vfe/Omtze9ZvqkJzOZmfROgJCEEHpooXcJIB1haGIDFaWoKFERG3YsKLpZ+1pQF7fgz4K7uLu2tRcgc/nf+95MCMj+dD///z8w7936yn23nHPPOd8TA2Vx6Qhyldg+i7lydDy/Z24PKZLIuz0hGV6RP1QTRy+WStHpuaBi/oV7NdmCJtUFOiJAl3ZkXwbSruxD6R6b6cBpvAxJpJpNBKrBQCUS+oTb430pNq2+flrhc4XKHHlpmK4Nlyay+3rDpVWBwsdDtEPt4C1Gg9HC4xANFL6a83VNzpwAh3wG0zr/oEFZq7KkQSlqIc4UZmaXl4YDw61ZS2yQl+lkROkFn3j4oHk4lZElCrYHLO7Ng6kR1FRqMUXxeAULQgEhkxZEP0GNuKdBeCe+P8kb9MX9xIW3aOKJqX2WN5mFNRB/W8jx8VgJlcXgpRoSkJ0gXm7iVJY/juNB4gMEx03rG8CiF//NSlmN1M60oM8Kcng1z785bL1SJ6E1yvaV96B/pdO4LPlcMPLlG4BirjzRzDBKiR735hok+RIw6zZ0z6XXTHn7oc8r+u4AC0DL19u3f40OoRvRIRICo0EnqPrkiis+QS+gA+gFEoLJO3f18VPApUDKhyodnaqzFF1Os9DjBHIgA0o9rwZS9BSS0rWZ1J5n5nWNSCgtvF3jUvrZ+cdSqyRsXhbT8eAL76B9s+CBe+fnwJLzbtwiPMypJ6/4BFRd8AyZtUdofz3RFwM6NugnY8SfMEoYo4Ex6wAfSARDMcbMVKOvT6Jr/vwHMOn4cfQpiH1GPxBIfXfDituB8Q3iojRp2J/acc1P+20Hgyeu3fMPF9uOatDqJSObnAc9azM65oLfKSUVpIoI8oDRl+7Cvhjw6KK6Ab9z2HFsJhile+neZLbjtNyRnQR4TUpm/lc4sk/hjAoJDvyMAxIKJUUEkLNUCt/43E+EJyUe7ZIZX9FJmWi7TugF3iR0lATPmiKJtL+tALG6NRo4Pq3jiXPJZBtPBDJ+vST/1jMH0Z/RfvTng4weVptKTEy76UwPo2RSl+aWSmrKy6FcpunVyOSwvLxOMRY9ZjIxXTib6YJH0IuDlg/C/0Hl4xwHtQVShHnDo95bZvqHDgqi4WoF/lODR4KDhgbfWjNHWiAFXQCgHvz+C88m2RtEnRbAEwEFH6QgkWdgNktvrqYTJFhMAO3oCarq3OxaVRidfXhSeSSvoWbb73MC13euLIzHSssdtb42+Q7YkKpSKOALg8BLIHy1RrPoS/xkVZ/e8OZYtTo0vfxy3c9pnzjsx8IaSgEPGWXifhceWf5olpnDTyEQeZjOohMemoJ/Uj6BHnrvVnTy6KpVR4HjVpD3l3fWPLnhf5LJ/9kwdsfkJo8EtcB/N1QdR/f3kgKgHDiOrvrDH1Zs/Aj9/NHGoiETOwKiXpk4TxC7Vy/VJkgjTEQ5MCgo0ZP9tYg/DdgcYdMUpylBgG2CId5MPHwL2KaYnqIlXNrQw4wPTDTij5VgbtA/YJbAs4OJGazVVqN/V2u1Er2kaNXKYokeHStpjsWawe9izSU4dKZphn/j4zWvksRA3PYBLxl0aIOvJNIUcEuA5aWXgYVz+cGsi4xHsFirqa7WaCWS4mLJu/hiuC91Bsg1SzqKm/ydEmDPD5TEmmORYtaIXuU6A03FvnKN3bn9tde2Z1k1Zc9ccEEcOh8HSyN4cyLzqdBO3nQ7kWYKZJrJxPaHEkLjBEMJM/l2/6GpRGv70C/1luj7VarYFzGVitWyOUdzWC1CBdUF+bX5oEM8/6UyN8e9+Ob4/SDfTeQuRcZndUzlzYtcebmVWTb263vv+1pidYPoefgTu/FF8TUlkpwcyS53QYFQM30enFPpbmO+C2Xl4avn5rB69L2kNasyxxVRWc2rH3hgtdWiKgYnL86XuPDsQxCZE2nwsX61FOEFRZUTJ2BjaUWVKsCFjKQDnacmOa3z0p5LHUH77qUdI5baDbwdXLmLnDorL71jKRhxIf9y2F49vHvRcPSJwW43rFzdsWRxO8CLqYOPf7R6ncHu4NfYHGvalywBD1zI1ZA56k4uyU4SnlvARRIfWjSx73deLzw0x3oyOeaEmMUEK0dV9j3y6BkwBAdSDz3c9wK4Fgw58+gjfZtewCl06XKiHpPa+9DPZx4FcnQ6t6IiFy64/9vvD15Rfjv68dEzpx4Gyqpy9G1ORUXOQH6F4H1QAeJmXHSPehH6mO1N1aKsSZtgLzgxaVPtwO/bA07A3k2TUFaqdhPjPF9hT4p/NinF/AP3aBm+j06wdg8IuDlkefBYgU8H8EpBG6MxnmBT4H8BHU4bGB7yRuoLMGQNuOnNN9/sgMbU52AIeook3AwNOGcwOgwGr2H+0ZcND+O8xehaXGYwPAxcb7yB/tbXcWfHfjGxPzhgfMkEbNQi4luIEthuYvMxIKRNA3lzugSx7YBC3CdGfsGIm1piuXZHTgz9kA7AdQ9fZuDNibFrj0XrL7v7kcuaG54+lqi6jDafp0TZmOzUAKMOjEhOIOdUMVA+R7eVT5GkNmcf5eFcHPX3PYWD4Ofz21dOZZ+VcW/i+XQjdYR6jTpKvU/9nfon9Sn1JfUV4UFdNFHQV0OugPURTVIX5wYmHA2KBiQliWqIpwfCogqaN4xIbJMlEc/7AkdtzlDYUJJG6SCCkhCZQAQbOXNCTZsTBVyoAOYQ1yuYLHXBGmA0Y+JOWiPqLBGFVcyl0eSC+IkEyi5h5oAITB2qhlE8NEkmH8WpMaMG1EDm5WFXTp9dl+uZUDmoaNVef16lPVQwfahcwsgkeZyb1dMSAAAn1dG+zVkhD6RhRQKPRP/uKuvMbofEiFxurUWnBv+QKoy8nWXMEo2Nu1Oms+o0TwBwl6nwusJEobwxl+2ozkvkGIxyizJCh/N9oIrVcWqJnJMxnMamL1Svm6ANN9Y4B0uVWVkmpemntY68bKtX7VPkSjmYPbzvkLo0T0fn/hQ6HJfZnWYrXLWmqhadKlo4FNxO+8qipQxnHF7nQIO6JPJ8JX/MLc+mVwFI/k2hC5tWTB1SOi9R5UrUaAN7HziycypkWBkb4JxKlzVg8thqsltwn5Br3c0mVVmVEdpik9bdZGBs3SatxkzPU5tUcoaFQJWlC5h0GhMd1tqe7Cn2e2mDRavn84basrS0WuV31zqs4TBUaP7MGqUaCSbgIc2AXJfHVmAfKZPlOwBegaZMMfpD5nxdGd+ikcXG3PVyLi2Ty/g4p+gbZct1xwtK2XwF7Vc+UoTe1gBOo5ByIBeqOHipQQeUqbUjlZJiAIQrizyuHo+xf1NmTJNNojbhZS2Y3g0h+rNkI1+wthTUmsVRJqjUcbiTCLrlcVBC0GuI+h2RxwBBmY0oIwhacYLGlyG91sdKcL8TumwizR8x17K8a0nzhlpWqtBwQOqdPy2SPTaXU+bxBnOs0OIstqllOjOtkahlWjWvsPsUUjkrN4NOuTnf5Ulu9NuHDh/XnVi6H8IWZ0NT2a7lq7NsbXWDDb7CLIcztvZt9Dl6G/3jT8lQRcewjkJe3eyrcvnzpBvK8g7mGv2jG0YmQhFebfIWYw7DIM9y0DTjsXPKzYVqjVyZZzFIOQNUMXJGQkONWqOTMEpQaMrPd4wcBcLl5WEAbpnZXWLQ1bXWAlA1tBrQ3oLslUf3o3/+bsHSV4CjZ/zdaxcPq3XKpQFD2OIYP+KWoLPNrrIMGrJ83f3UQOwtF14lO6mVeD7QQDUIZex5E0HMVZs5iQGTEzU0bcaEgldicNNcISwAiQIRRwiPf5NoRBoi2+kJMyHACumEm0hUXIA2SDiTYDlMtEU1dKgGVhOFGlyRKejZ7ap7YLS2e+joleMHmQrqlLsVgUBgTsC1+/bnlHuUgTnNAeeent2373Y15tmbOleOblmqHHU/PXvl6OYl6jHPNCp2C2Vce3rwP2dtobFlJpzVYitoUOKM5jlCxu17nA1PjVEsbRu9ErzVs8dVW2Bs6lw1eki3dsyDdco9isCcYIAUhHpyx+a55I74n6vh8FgNfrBV05oNhWd2jl41ebAjr1EoMid9Q1ftA6MVSxlz66WK0U82pJ83ndWQbxs2a5Xot0PEzBhEjaMmUFOo2dQ86krqTrKfEywUXNWFRGXOUFpDMREk06HEICpy4n+C0THRvcRjgciFBB1PUWWTFhQ0faRUQpCGJSKsOQQCOhaY6RCeds2A1eFPSG4hIMKI+yJCXWK6jQcX0Ami7FBJSCdotyR0bCQPZxp1cDswGwx5uVwj09AwwsK4aUmLcYNa1wils6QhF4SAtZktejkDJAFFeeEMKK9XyKwMA2mrg7aW1CovYxnVWzSnDLpcNrOaAbTHUOTndfC5mqvP/AyfSDUzx2c9PuOvs/KPoQJYhU7fFg9v3FHuGTX8mxqpXMo4PMzQBwZPuW60xh2Qg519p9WpAk7FEoVoDWZ/CyBmdCsYA3iN5qQyg5ONwdltUzSQgcw4yxN215Uy4IUKKdG7k7Mcx+gkOiihtVof9DG0HAClEUbK2MgIh6QEgmJwQqMya5S0WWPDw5BRK+GOv+ekbvoXI/00FXfD692pf7kvqaMrngJrT+tUPfUjrcq2Ak6Gpw49DBQ7/ZwOM9LJM3/4UfKdCkAmLgMS1q8GyZcvmW9EkwV74wz2ArHpG0yNxT1hBbWV2k3dTT1J9fbv9PQ7h2XPhywn9APx7WQ850ZPxGPX/Ur8/3d5XgQW8+hAFtnPTJIDe6K8ade8vp76yaVh2BPucuxxhFNZAtDRfzwA6v8uv6snXJpKMsnJ9ee8K9/pXT4oRc3bNbleQoVLw/gxusJnkv3VgPpiQXTR1P+mANgOqNJwD6KIN2+iQy+h0rKbGmo4ngMWUesFD4IPUb+j3qI+wpTYWaABblAIai6y49fvJFFsd91/Gaf/y+/5W/rHhUA+/7fX+3/5fKygrHJG1FLpPed24H8/JH9rwXMHSA3wTPSbawHqv7+ThAraTgn7XBJ8RAMgZ7/9teCj/cGLQyBdPHhGwEwRDvC/qNb3X5Q9D4YJ85q1Z7VML9uFR0mI7BheoFRHZJ0ZZSGzyZCxMmX2o/fTunXofYfDOdxxEnSfdLQ7HKhHVLB7H73f96qgWpdESUG1rhT4SQHHyZOkwieibh2b9r1M9lOcgtRoBJF/iXwPph0JXwJEXzEgvYSyEUZPLCrw7Ofz4gziNCYwoDTBBgkIvmFEcgrTZ8rguKqWtZX42LqmEt03qrVlU5NwAFctB/qnvDX1uY1f1dSnmp/svvttMKRqXLByTSs5rgUzWkc1bWohByZcOb9t6d6h5HhL6lj78kV7m9tXLLq18AX06dKCKqeic/yOMcceXH6sbX5l8y1L8XHo3qVzVrQ37120vL351kXE/uosBYkvcKOIucib0sbu4sPjZ4e9S6bkQ7+t1+aH+VOWjN51367R9NfXvxToe13QBIsFXro++d2tt353DlMkY3fkxlQ80LGhfKAiH1FEUk1jhQibqJhqScJkKlkLn041pZrY0353qtZR70jVuv0FQdhryjPB3mDBJDAJrv10MUIIpihfpQ4ltVqQ1FX6aCpcrwaUVHqWUteLUHn4/lLRj8k5q2icxQaE52BB+hzKxMlzsWTHF9OsYiD9gAHhgJ9SWHzxAQpOhGrBjWgBWsC+OyCSJ4YPo8FoMHsq6EG11lorqmVoyKaDnmCuDzyKf73muBn0+nLBo/6crl5Qvr/7gQceSG3LhFbeBeT7u5999tlUFeryV2tPqNUnIP4jZ221H/QEa7VPg+vwsVcu79XWBlH309paUaaCpBQL8XvLcLsHqQKqjuzWGj00QTYN0pjCi0KPFzM/lNgjOY/BFPBEYiU+T8xDeHWfJ0A8j+EcocPSPg9XigA429fZLQF79Adqlus+mIEO/zkF2KNXvTkTpi5ZeiYOwm++gv4IrG0TnkN96HPYMfaKZTUHl1xaPHJJsil1K/PAWvTHuZ0vpJ6sTaA3gfQvbwP+ig+v1LkWrYrcfei5oa3X/cXRsG7C4x1ZB1YNWzOq3Jb+hpn9TBcVoPLwmwwW/PxcsBrywu4T2VsgGw20L4YpVUP6xOIynnjsHLoPgSaiI2YfHnq4UQZKwo6hbWDdsp5r54eaR7U+fOeKqYefXQvljUPALWDnhuT+2y5/s/oqxdDixQrENM0DNej350vB0PV9Xy5dfFtOSXfZ8Bwdev6pzsnokeOL52S1DJIbNj9ycOPW/b/zhsElq0vrgbw1w2txGZz7EEFn7fdaIOzBmjP6ZyFCmYMBCEUJA+UDwhxSiMeVoD5DgGwpScG1r1177WupbTvm2O1zWuvc7j0txg5D1vLBc+i3H1u3/rHH1q97bBf64Qgapnx+86qnrf8AW4ZPVpkIxoDimSNAwbhJ/WvPPPf2DkmOe3dLa61b6pFWDqU/WvcYrv/oo+ufRT+i3294dM+lE8EDtxZBsPsZIEU/UOfxjlL8Pg1UaxoJgGyfUiI3KJgvx/FDx89thFVlGI9AJP2dOJq8fSCzvyy2CWEO31vSs3hxD9Je2lE62VpSULnSaolWdZgMHXSf+CUOGm6YMudmORi/69ixXTf+EX4s44dVo7+IH+in7a9u2zZj5jY6u2fxkuHti9GrB5aWFxkM+BqVKy0eFi4UP+ZNgyauvGZ237Gdu469cyN6DgRWgHdxOuqZsW3bq9u3EbTxs2MkX7FnKRXul/mYTx4moCbRXEAQvmIGymTHHDOtATTRbo0nQoBYGwHModE8aQEgoQMhnmglskTqxKlZLohTEnQgQRTX2Dim6k10owaiiXjsKziNzAvb8g7dUDO1yE0zz+kgJ/UNv0aSPKIs5vWDb5T+4xh339/KUqHC99AL/MeG9rCl2FdkKYK739UrTKqwv8rTpPD+E5St3f4+mrTb2zGoUqcDO91xpSIEFqHrTE66LGAvbfZP5JSwHG2ZOOT6uaOMRjDTVqnT11w2JvUZusnpoxmO3Q8WgXkPaE0m+tEadM0zSjDD7WCgwZRnjaOX0M5Am8/gNZnkenoIWPDClyPR1YYx42+e1KBSAdqu0VSJfaRWKvZ5sq/bcA4tgvfg1iJEJNefMtBw1JMxIM04EsHtR7qHmagwgBOTN0+evHkj/fN4aJGlKJkFsrSQhPTqru6e7j4KH7rU+k2THHPNd0yjqWl3mOc6Jm0C60ihyeAEmCnleWnKKkYphEn2JHG9mRSPmJ5L4tJ3Tl6/fjKatEm0q5WS6TZKVWA+vnUAr/a/PLCIs+xJe8Qy8xm7WXDu3dMpXNakTRd99KSIipckL3DqtPi4Mwa8N+MR0mBy0yTyErXk8WvF47mXOEHIrBPkVVCW0Exgo9gAfc8IUUwPZGEe5YTwfpSfDFRXBuuPbAIR92kJ8mb9R9GfMFEiFI/siaANRYDcb0W9Vr8coIgtyIMdnwjHl8gxSWDhk3zQ9hLYgY+fgB2dJUHdtqDV57MGt+mCOPeG/kOS5xGuEEQLhcOAucZI5VKNgi5MGjRJnOXTZtjxBE71DEjNElJ5nOoX9hP7SzOCez4wUDVttuv3aMvNOXYTm7V50d/u59W8o8v3JfrDTbuKfFbOtXoDML9jUVt9C8Lr0KMPv9Fjdme7Fc4tD+4D+bONvDP3zQvh55uy+KVeWa7BKbXPVti/CBu35aiiVp/Us1blA7pC89BhhVzA5c6RBhqrlNkTLhAGAdGXLf4mPKGGiV82juYwjx3CoQSf8DAUescCzIjN2+5Cx0ChBX0KzuAwyGfeST3tRlNd6CsXKISDXWCfC+hceOzp8O8aGcVcSqnxCks82ldSQ6hR1DRqOrUYc6TbqOuo26iDVC/1LvG2RXqplxiNkhkbR3EzkrblaIM54zwgRnYHvYXEtjdhJoo4sVCiBM/2tJkz+IT0KKbZz2W404o7OIJzZIDnDIJnJOIi2ZS4MCZGRLvwMkCTbLIG8kSMae6PYXrVxHPFQgzysXjaGF/AbxaoOpJACUIKWotJSJVcplargUpmAjkKpUqqlaqAXCGRqRUy2ZkvDAaohjodVI+z2aBUZjbLpMB2xGpVyKHRCOWKyWYzVKqMRpWyC8fVEpnBIJOowQb0kdEo57QQ80taTj6Z5xVSHMJxqWIaTjPwOKKSypTgypc1Gg1mCdRqjUEzXa3WmrRAqQRak+ZPar1NDyQSJZTLFFJODZlZB5b1/Vuld4zuegG4dLGyZQf2fwMVcrVanvrhG7mq5Bhs1kpZVqqVpJ4FnwM5p5BxKrAguU4mW5eUNb31ukz+2lsyPDI//+FLheLLH5Rs3/cq1fd9KvdnP2pl3I+fSWTIBBeizT9yCv2PYK1eMRzlfS9V8N+Dd3lFFpJ8azR+C07LVKqUDn6G4FdyjVrxFUAKtdqFDF8otFrFF+ALpVaLpP9U6fWqJcvgWloj41ipPnXjsrugXkVvMsu96FSv6QCVwSegBB/GdgGBlKKy/Ak81ZAd+ipg+t9jjABOLUZL4pAH74G9K46i21AXuu3oCrD3V+KHQQ+YdjQTP0pTY0bdJ+pj3Deq774BEZAzIMLk4FNSjOHTgP1cnrJRPmoyHjuX4rGzFc9Jv9yvM3M6D/GnLChbExEuEKRlZBNXwhnFPXMOCn77iD07INYhRrIHS2wOKmBEsL/Hr40PmLJQAyAx40mOmLzH8L+QgaNJ0RC5ioQN+siYLGGPOML9AMrJcJdjM1gpV6JXlGA6sTVLURB5ohXlN7i0aggkdUWX13xw/03jNSoLYOWMbPJotQyWJBr9FpVK4TYCs1IvI8bwygSyl4yODgUbNCr8OAJChRKs3boTmtiWqL3UBVdYLm0pUjPMZmGLLQPDHHY0oiucSlCmPK1nKGLQdpqCI2wurtiEmSsAgmGPpQKd5pSAkdvCs/NlGghHd1+xruOWSFhjLJRAmnWtGbQf2S2Xh8fRq3M6uQAdZhiA65pwe6Tmxu2YKG5YOGZRqcLiAIA6r5+J32jUb/s2vJEAGuPWj0XJ5joOC5B+tEQDfCUFxDUbAVYntJ0Ptzgdjf1qS89t2r8vydGQoQFLJ/ftb0Lvdk5nIWTw00vgdUuugyxgGAjZ6Z2/odno5PzUfPCJwaaVWmivDNnhzvnzUbPBZiTOdtksGfSkPpK5JUajzQCemP/Ldhj529qBmAL4CKgnkQZDN/CROC02hgDhRsQNhUCI8/SvNgLIB9Zhs1k5i1+agSxHz28BvsbeFxrQp82zGSWNexcjUcxrQR82Pvv8b2iGz+bNu53jpYyE4WTM7fPmAR2wzZ+/j+MZGl9HuQ+3ydfok4yOzMD3LxV0gX9rC2COUvTTjSkNguwIfDoycgnY4q+/cxYYPOnKlpyG4c01RR3ouomAXbGyxF1a7f5tL3i3xpzsGLHSzs9P/QlYgFLv6Rjv1lzsnXKoyG+ceXSeWMIMGFFdyvCrr8Ak+6hesvnR3tONadLf8NygF/X2kirJblKFIGdmnjWzL0OeN0E1CyjrMZ+Rjfmc6bPx19/BR8DFdUCwEBa0oON8LEqcJMI0GQ2TREmQ/OjK//XtkklEwW3zpdd/eL3UOD053OQ9Ivh6Y5ID/sCvvXEyiaeyd9CdduvIhQtHWu01oDWZtCGb4J+xX+d1wLcqo1oEbbbftE4YM14j+x03JOIE6FEbEpHVTFoBdSUUIV5BCwBJMQgpv945MZFDfEce2EQYg00HtOCQm9+wQRs3GFndjBk61qh/1m4YO1YfD0K+pISHvOG3zE4FUlPqBHElebewb3y3JjXYsg/s2WeU6HQx4xr0/BpjTKu50TCpbxIP/TFD2Y1lhphed5E+Hf2t4/TCvSE202oCGmY08utLoeCFGAlHegFpFrUM/QRkst+0jtHJTF2AjxC/fy95fyDvBHLZRb5/ghpG8JN+05tVE9tRQLTfiYWpYL7iMXG04LcIEFV3Yr6IqVxMKPBiWZIZ+vWP3yW1KaIKWvrEE1IaB2zSv6nxy6rVf7swHS1XaeBV0KSqSZ9/U4vgKwTxlb77Dl8hiK8E8nn8h45dmJ6S4CvS5NJyHOj7PQ5gnid0djd7HLcX0dDF5JEEio595JjrMdkI7ZQI9ntcx4OAqCQN3O5jj8+cWveHOwrbOxx1c2cs7RprB3bbuFWrh9+7fPsdbx969LlyztpQUad3l0ditX+8oxq+9LL5CvTt7bb8Il1sybUfAw5c8tZ7aDf66uWue78cAsKHe3841rtvPWCUoazZI8Z2Tp/w9F/SMn1OnNcklBxzU3rMmVoJNgAPdAE2EZKBQGbDGfNuOjaAaRSdIe1UjLAkIgv9VzgBPYoe//3v6SgOfYcebQVavHh9fTVoS93FvPl79DhQpe6io96+N415xr43vV46igM4ASxCl4DZH/k3bOh7H+w49NHlTzzxxKSPwGx0CfpqA4D+Q2AHuik39WG2OfWhSgW95mzozTZDL6bkPzRn8Frxi7Arcb8cK/ZJYdfO58mFgoSjH8CD6N3rcSYQmGeirZDBC3ex0fQuHpfRAfN5Ra9a0kVXfnE3o6HPDAaQve+LSyYq9y+b0joMhB47ACx3gtNv3LP2ytnaGmVDa6K1NZY3oq5u6IjFdavuvmfNtdMm1beUtDeX5Q6vqx/asahm9X2wr+CV1fs/BfJ/3nXJ0/FQ7tI7ym8+cjv64k6JBX29evt0w1B1XUM81pjT2NHRmHPtilXbpy6orY+WDRITtp1vfyBibxKrmgThP843GvBn4VeJmBMgESxJhCRaKgsfvSFOnxUXfMuyZjwBcyYDfO2Xqv+wF22+//mO+zqeP/PN8w7H852wHqwVE15Lu4qlZzzf2fm8Q0JdRFNY3Ukq4aqkwv1oc+o5IQEEPxYrS5+/X7ycsF+TJTnB/oWgQIBzCk56osxPEXyCrGqy5R+KmRi95MSV/0S9qAf1/vPK50H70Q/QB2m/trPQBx8cBe3Pw+TDJPPKf4Lah/8Eln7tPpmPev6xUXRju/EfoCv/pPtrtI3ohPN4Pvs3bsPpuKfH9YlIMR6FjKBMIhiwA2LmTjY1E8R8Iy5oAxGCkWQKAbVgFS8auxcwmOuJmopdUrM+rVvOS//6Eguk4dpSDzt0SGROa7VWG3Jo7Cq1PDs/R62aE2oz8CBkNNze4wnRjGm4wzE7r4Pn3V5DoWf8iMEmY+VQC5OVU5ytVqk5eTh/eHFjbpGDB/SH6JKzh9Ghz7fAXcfBajxCpNFZK/bsPDA4EtK6ddropiUzXE5rsccmkSzVNdnsRYuy3E8+XrDY6wkM1umWqoc4naW3HK7Ndxs8Om1s7Yq13bNHVul0KtrprY+0N8+as3EwSqEZ/7jxZ9Ah0j1CX1NiPjdMtVOTqAXUKupK6ibibyPoJ54T8H/M1HH4GNQmzBKOqF0TK0YuFk+E4glznOaIIZeEqO6YcRdMBENEa5t0S5KLjxF8AXwZPFGmi4XifkqLj6LuJa6QIFWEWqQrUAOMYRjROOY8NXh63tvotnnlzry6G9/X1aX+NtJkL5s2rczFd/hYafk8dNvbpXW692+sy1v9qVr9L3fD4bLOopKJJUWdZYcb3P9Sqz/11B+uGFeUtyCvaFzF4XqUU1dKigd9ZfNAF6OdVmY3jfT7OnhXmanMFyQ3Ka17B3QB1daT6EV0AL14cuvWk6ASdILKk49dZIDMqpe8ddBbHCm7J2+MEuoclSWeQ+DmQ57SUseM7oXoX96Db0nqgXJM3j1lETihPWdMTvvE1jsa9N/I5d/oG+5onSgkTWq5o1H/tVz+tb7xjhYYrIeKMTn3luaUeg6+lbofzTrkKal0zF7YPcNRWuoJenDGvTljFBDfGq+d5Mm2DnxauO9i2vnnZFkcpcVU3yBqLrWUaDcGDERKHI3Q6bMpEZP4Mmr3RoL+Tw4EXoSwHWQaFjiQUJyPCquGj9A3bEzEjY+YojEfSSNuBcj0GzX6cGVaEB6Jgpj4hS5QYdOk+dNm+ZtbW/3BA21lkcoxyyvygtmLw40tuSe62uzFxa2d8sDgKyG8kganXXial/lkc+lrmEo/oLWYe9O7S4O16NWiIcWRpmI4Y6BI7GR9TS3YOXpUZzRwmdO5ZExkjobWNcYsdGBWfoNPe6ShVs26LXlSzSXDLQ4ZmmpPgE0FZnMRWhmRrTJ2fAyXdRgs7sJlNIDHA/GKoAW+50/EA/5YfOQFGK8SqhHPQ0cEDGytsIe5gFpBvHr4vMS/Ak1WJBIgI0PwpC4gs7BGrccrqCbHCPMQS8vxzRHgI1r1oShRtQ8YBVSrmC4a8wqI/QSeH+dEjcRVmM6Q1vwW1z848q7bDu6uqKxYu3YFUPlztTvWhkP5g8eMGZyPdg5afUndEw01Q6Y8d01XxzTwxIcM8yEDJw2eXd0ZcUohZ5EYg12Sv0vu15SpR4+tSn3dVlbePryi3DRjzkx6YlXH9VvBm68p5bnZ6x8zS4Mhd7bZ6MofWYbetpbNb76rkskevdDBWO4dcfXhwr7n8sfDqZO9ngmpW8Y/8mIoXNk1rgJMYaDkuZa4L3vtcwy6YROjvnTs2PKKcdQv/FLLgI/GkwftA7roL+w9soG8+1aLIeeWlYCbCf9ynlK6AXyHu0LeRFCKeHSEvup837NlZynmFfyNnAJWkAgOxkEiASPbXkERuZGYpBALcQEbRoCdJNq7IrAQ2WQWwI+JYgUmQujmJcMro9Wxn/KB3cjiYaI2Bpsaw1WDtYt7wL/3ou9uq20wmlnWb4yWTX002dKSfPR5fCqRq4LZ8tpJe/+6/DagYgw9i30Nw9E2ZDF5oN2w7rvfPb6xsnOYL6d9cQEe2N/vVbMBfGdGla6OT1OXzDGEDWp+zfYVf907cS9eB/XpdZAgNacVZRMEWoRYbkvcRGudjGNgTFNVBIXSxxF4TbOI1pR2KSMo2uLeJjqWIfvpAlAMEVWIjRTTArXUpAI69eHLrj68ZUtxR2XE6zYoQUJPM61jQ36ZUWdUaAEmsiqGGkYmpJBha/8dWzqiViNV10qzH+jwNS4fVWdwKyoMjBzCopUqlpHqh2YDhqHN8D3eYyjXmqqVV4PcyvqEMV7e1jS9vZwd2aAuUQKWBUv+sCB3icaQZXRDwNw8yBAoyGEskql6E89CBoD8MK2xxQPhkBOaAISQVjxbTRuyGxgZiBcAPkN3VWM683kBJ9yDaeShAobsOaJ9oKgbXjwZ4CBD+oMwOENcwk9QRQiyHNFeMYugc1qBUjXBxkh2bn19bjZtjYbt+fn2cPSLYjEFHiwJkZRQCfrRHboXnbzT7PPYiqrtHbLUEPThC6D1pYdB2TG46MpliVd2NZICdwLHvbcDx/2MvCMSDYeiaIojL9/uyM8DX12YcB9zMzq1t62ZpuWMDq5/73Xgvhc47tz8aapm2Z/GPr4wsO1b4Pp227bvRPwSyVncNK60r2GBZw3QIkRSDPMMBDlLwHaQnPRIzlKsXa1TqFDFt3q3Ssab6a4zx9CyAA29kqQGrwg/WMKnKadWyh5Gx80M5zGASYyvb/od6uwwT/fKzuElnGV/wpxo1nl3BZm7pu8JeMDKwMD7pr5Bf9Y71TLehMIBmvZJkj70+genZ4F2egrynrv7X9Bho3D3F3+vzg4Z6F7jaTWb2/fSlXB939/Pm3dKhDmB0B/4y4m8bNSUVt0XNPrxVzVxmZlIgAsWPi57vkNb0XxfQq0+ik7uPYheW8gB6ZVyjZYb+u6KOc9eNWLEVc/OmXao6UrijhrV2oLhkGvjfMDfsBc4jqZOZ5T3TghKaLQDvUqwua7fLLdKr5JB+ZQ5uPrb+CqD669yhcJEl5B45t4wc9Hqo3tQvzZfV0Z/7Zz+ip3wFWqoFehwbQE4z5psI+oTKWuBBJ91P7j+AsEhS+HMgYXQk7+QDVbjez2P77UF05Np7TNhlsQzCBHTCWCERtpgdtFprm5giRBuN4I8DDJun/AIE7g3onVu5Iloz0PmIr4kVAAvXkK4rmRH3iP5eQ/nWWzevHKtBwBVIDUpqAIgoK2NhK2WwsMFufflmK3u7LjGQ7AvWalapqks8FssBYcLcu7NsVq9uaUaH65og89YcUWffkTUasWXzD2Ya7X68stxpldbWei3JDku2+p2MXK5cQXYapQzjNyItm03ySXA6bblcVyOxeVi5XLzyjI6ny6wR7whi0TOOIS8PJvLDiVy49Wo16igaYUR1F6NA+ZgOtMBWLn5qr4RK4xyDjpdtjwBY8hyNskg3MZ5afwIwfzknIK2rz9ElO9FO+F4NsG7QAFLhLFJaL91gdV/rc+2wOa7Ydq6+tpx41YtAhHwkdXPNgx11gKJVRE7k7T6/Vbm+TPV5Ay+VhaWr1q2/cDK5dkBv8BHkD5FDfA7QjSIG6jBmNoxemKBX2gKe2K80RcjZ/rCvAv3ynA54qYSdKEeKLjXSuO69fT1nDghoVJZJ84l0slzYVh74kRfD9khHQAiFwQ4Dqlksg//mPNyEDUwli4myrfTvumJNgXxHoLbkODs4Zkcr6MB0jmzcDqenVjMCbFxpnfLM8+gH5+BaM/EdTi4Zd1EMAcSuDcSRHsgBHMmQooUeWaL0nRoDMkac8ikFKvhkAUnnjdWA1SMovyiDWwcs0ymqLiVjJcaLuMcLyEYxP7ClI+lLhs3quobCL+pGjXussseXge/qR6JA+NGVn8D1z0MLhtIKqUeXle+UqvWrixf9zAuwmlXll328GVlK7XcuMvoEwPpJq6fd9Thb11NtVDjqBmYe6AoYdtX2OEVBBOJODATnD2NgIBwjpGLElz1iBvwwuZxWmvWhJfOgbG42HeF+TOUVl0RpOoitkuJCI1mgIMMRdYFB/LkBqtKkaP3bhhlpZ8q+L6R52vHE9xU9DcCyyrAqT5xey0f4xvPyJUq+QSZTG6Td8rfV1gUnXK5zC6bIMvSqwXgky71g3qHHv/fPYEUleNiNrmMvjlikOcdWGAtkrPhURu8CvBAwXeN+IK1tz9xbeYewEVwX8fX8nwjyEtXxFe2fyUcZULKM8K1e9K30usHZe6PnyiNS0DalqEM5MuDAEt74AVbQCBOzIB5czBkZgMJCZfgiVGwOcHynCmSCPEBOBW4gXshupX95R4Qs3DnrK9rLt/1VQx9jD6OfbVra/XXs3a6QNPVly77cdmlV4Mm+Pbbb6OHmeRFGNwzQ14/Q48/ARqUR1vW7tu3tuWoEj17Yjx95vXNYfTnQaHQIJATpgTfdWn/0BmbgqGC1xCyw3AH9Sh1hMwOGc/VaVfuF8TBr+QHMkpNvl8r+ev5nlgJywjADtUMXgFdjO6CIrp+x6FA9BIpuoo8F4S1F01OPe8IQhi0w7P/TS2QTCG0EW1MIV20fdtjQAWqgfLQtvao7lyZoB0l7cET/TrwA7yLoiUXS90RtG/YYA+m/osq4CqVfA4EM+UqXUnLsNbyQKC8dVhLCRp7rsQofEl84X65XxoXwSBo75SlccD65yWeIBoRQV8mQRAlRMygH9qN7Q/B3qAtaEN4Qj7FWeC/CLytGMUz+T0Wru84gToCWQTsNxNielM4PyUsFZCi55pTtbC3L4nSiwJeJCgzSKTdnZOjSOcKz+wkFKeBI9pCTAjgBSqorwFmQASRnHCW/E8ggBbt6rkTVRxGux4H89YW3tmzC1wXnNccQN2fgeuD85iK4Nwg6sZlCtcKRQ6Dl0iZ6wPN83Hdz8B1AUH2bz2rlPxT8NtnpMoFr0QDURAu4uvSxWLqJi7Ae8bNEResZvGo14vWdwlaEPun/SXwgvMFFzCn1wCjLhE30XPXP7oe/wc/ruscv379+M51H9cOP3PPyIrcCYMnRMc7RsNGu4Sx+bhFbI25MTg4OrSq+eVVZ0bNr182p20MA6QeDjBjh89ZVjd35JlV1pwQo6EnNzCfNkw2hnJox8gVK0aOWr58VPqMfoa3jB3aODE1xew1aXBN4JDQVtsEgppPSxRas9uyczb6+6HFvqzC6GLQBKAUoAeXRAqz/EsOAfvsnYESO5TT8Ikhs2YNSTVr7CWkzWbg9XBvWk5L8CRwzxLcien4BLHBNyaADng4In7l6eT10H399akzY0DTcUw0t6Gnjx9HSxYybagNPEp+KSmi7Wf+efw4c1+fArXh8+XAI/bh8WcBex+bwpxgLp612qiZZKaCpKkFIkrkggUAz5BEAxjBrjGI43gxIiIuQBbAUJAWwDnTfh4I5oXg5MZPvqCexVEWT9oSEW1VUKnBxWgWsMpQ/KxPxQCWqdwNKjTFVot9F128En2p8/FKVqrP8ameHZw3ymyly7h7owGb+r5CNavzFYHlr7dJHalOtqK8FF0utWeD1vKwjA7CW2inBr3cYAHmArXLBZovi8gcgaJdkuPr0fuqLKlsco7GqFTLmx9r4hUyefBkQhMaB73WSMvjjbDVqffKctGR+J8NaqMcGFuNEWOuDoTq7ZwJjphl0I2DY3z23EkauU+f+v2rIYO8RSOFmCApDIOZ99dLeJ35gzLBvl+U4yTPs32wUz5MtxKfNfjrCVSeToB5jJ33IzSssEno0Rm48yAdPDGGQkSSnxIsNVgKYaLp3A8TecGSoCR5mlKwr2Oarrv9VLK9G1Ck0llM3dGUUI/ql8cLv75aulcEEmZqz/R63EHmvTOCripTm8RVcygV92cBb8GN57YRmC5Lj1qjIeHFzEraiiZB9P0EIDAB/8rnJc6IBfIbry1COo8pGBxO44KdS2cM4R2XdVw2B7as37h+GK3fLW/74h9ftMl3U2cVyiv+tWf0/etnlEPdLvlmsBIkwcrN8l1IoXgMrUelaP1jCoVut/wZyEAbZJ6R71bdYMjKy8syrI3gv116lbx13LhWuUq/C2ilc6fnVVfn7dIr5Zt37NgsV+JEjezWfftulZGCT7/xxtOkINGCE+xmhH3MgVKpGmoYNZKaTs2n1uDBeYFPOOq/PBNsSBHVLhIfmDYQ6047QAd7II0LksOIXgR4XTgh8UQPGxi7aCI9rGVOC/6PMvUz5ngsPgpJr7eUnBYk5yw+xuaJtcl/8LpwQq8PjF00MZUE56T38KyY1SvAUov8BrpLSKOp0xQpJyFH4hHvLMV+JSG4eoOEfRDo8RGYPAIfIBhBkY3JCiC4vxEmEKJkIbp0MvhCmAmkhSZKZDTSMVH6ld40FnnzrEGWSUA2ZD1jtNAyn94vY4Obtsx+qHtWzKIANMMMv6mg/cPFV3d2ztDDkUCBjpuc9L/YfCcc411fNH8xvXrUStTosfHogMbmcRlLT3R/VBqA5tDcKbubaiQ0oCsem7/h044wBKBLmvpR7jGxv3MGbXz2fjKHh9JrrZzS4xk8TLgqM8V7IB3EzJ+Eg3Q8oef1JEUGtDTxbxMUdQ/04LCHB/IuVL/+a6XeQO8vbhn+SJg59vHnINeHqrIRxcyZ2YDet45geC2YbfSxS+kuG6ZdZ4HDoETrQ7e88jyIA8cHJ9FBcC06kuLRYngTHUr1onFoLSyCCpAP7FqrzYBmi7IRmWg3oqEslAPzOIIfeuCLEwliwszSuG9yTEBwC8RHAR3lfaxgKULAHYyiijBnipqIure4iR93gwBm4ehoImoyRy/sxdyTV6lLaEZJK09vLFfUou8hSADNHTrb8iFbHwJs4MCcA3DPoPY1ewHYURSsDI1pMpmbF228FV5TnFdc0BTXgN5knenHB33vspqbky0lPwvdSYqP0BvYLpNnyRMrQSiuGj4RNY9vWuFEEG5IrYMbtfblk2cNMfuNriyP4jovWDljXqPVazR5gFV6Szx1qMvUTD9/RrgYK/RNS3/bEGuJXCpK1WJOfxyeCWZTi6nV1F7qKeoV6hPqFFAAK27TStAMxoE14GqyC51xzoGZwyDUJyRQb47rYcikh5ywpx4T9tVANOYzRo0VMEZ8SxujMXM0QRtzQawCGKOhSDQRLykE3lwciUX9Jf1CfX/E7GPEuRjH4umQ1+wNeYOCNAVPs8WRmKDaWmw2moycg/iL90kCUSLJ8nKi92N81ZJoxAmEk9EcJVBMGTa7BuA7B0mGOSHu/Ar76JgdJc8fFzZ5ibdkH74MeQXiSDtj5UXyQuRO0XN3wVcxpTNDokmRcN0Lb3pehXRmJo/z+siWD9kNMAibkwnCGCeIcDUYIu0U/AW+z5TkTbOfvWLEiCuOzLkpuWnylDvXTZywfv2EiZM2Tpm8KXnTnCMk79nZN8GZnI6jnQwrkbC0hGGlkKYJKIrwBwEe7GdMJl5vMul5cFcl2wS2mjB9w+tPm/1ms38r0Zkk5cieO2CgUAmC00dcTmuWRu22aFwuj8vpcR1wOnU24mjEoXm0UG22mg1Kk8fmKlRZ3FaDyupxejZKVSq+qMjlcBQaZzqDIZfHpNYbvdxM/yaz0uVyyqUymT7kcfJqvU5vNut5rdrg8Bx1uTR2ZyjkdKi3mJVOJykmXe90akpDIYdT3UY0hiGhSCFDM5DEhCckTz174ABi7h+Nm2o2aZbR80EVqBw5HR1D706fDvJA/pr56AX0wjxSYs5sXKLvOE3rDCqVQaNSoTJIy1lAWkHF5gUtVj1vGZvlFgNWv5WcnIARngKK7UOUbskz4IcYjfMsFoN26zC/fxj5NTZoDeHqsMHilUBGrlFY1BaDhwR1arPOorZypip7dra9KrI97M4K8SaNR5kVwvVbfIyDwRW1FhWwBC1Ki/bqzKVWZ7Kvblw92JBdmW2gyRcjLQKFpyB/5JtDQZcaMJ8MnApE//TCXCDHswHZ+aunxlLTqHl4JriMuoq6WfBySBBhBYffBiHAEkN4XcY5PJuWIcfPDSnBUaiIcS2MKkGWnFb0iWUGBdCpgRKynnP0QkDwRM8nyOhL/0BU0Lwit4v9QmoIyvzOSp2uyuGXfF3LG2pOjZwxfMqU5vxKV10dqM1OOI12o9PizS7Lq/QXBKS8w1RkzskbHK0FpkB2cU1NQW4wHG6ePas5h/mpbh96Ed2LDAhJPLZg3wPzds2btwvA6wZ3jh+8/e2nVixduuIpsLV9bkt16dQ6GfC0Jn6WJlpbE9zPiVb4U9Rje9/uVpXMXNI8CT0WjI4Hrf8K5xnkerXWaM8LJMK+bK1KojQZ7Hnh2qrs1kBdpKgh2GqYuWNm6kmoCY/bseGaoiB8kdx0nhSMOXEC3Scr7SxtLkOPXaNtKyxBj22B/jPK0ra2UuZ7fCTkuL7/20FMkasxH+rA9HgQc6PDqQnUUepveAZngQz4QQ2YRlF8NAQSZDLG81rAHDOXkOk3EhBPQDyx0RBx6s75QkZfyMf5eLzKRc0JYFAz3iCeEEMcJvTNCVzN6NNFjeLF+o24dHhhNAtzPSb7ExGyF+OC8UyizmcMkf/CVEjWXiHG9fO4Qgb+eYz4c5MfJ9gg4bq4p5GFQsRJT5CHNkg4F3BiDp90DfIoEUFEJ6SVxAtoIdFMdoUGPCZBcBM7MEG8KxBRpY1Ehm+Ku0DCKMnkSQR5RDrPBWhdpjm8sRKc6g2qGQH7IiG0TmzF+HxY19x05/btoGr6s+FRI7OBJ6djRC76jBzB6+Pz+kz1k8smb7ZutTZd2nXJvNGtcI9C57CELNmyde0jz1KAae94ayH64PjxPTfeyL4r9q1F1oT1PX6xATrlcmA212aPlllLrX/3PnHIeth8alD4oKU4dU1u7sume9vEbrgy6nokYUYvukvfMTd+Fo+gO8HYRMkxY4X7QamUgboy9z2VqXyLyaqvs3gH1d1cVI4+txptujqAmVazvqn2pmLMl/z1r7tvvBF9WQ9/mrVunddbHPGWhDeu8PuKi31fWWovu8xjDeQGrLHwhuX+8uE3Tly92Xa5ddiGLTVcjsat1EnsfufEqQunL6HHLEhdPnx4cSLedsnxSs+gsLMKfOusDC4oRN+8i/8qK4EGnQXgqadS7xpcBhUHwYTOTqAZP76vFGjKcL3UO58khg9PwANVVQUFhYXTgXqMWakEsKqqvByszsN/Jvw3dWpe3mNgKymZ6jSl/8rL0eUVFeNVs6Yz0rEWyxlzWCbzOuP5HuN0oHGBeyw47nHFZD6NSc5NAxrgTF2K71qK7wrvRd8ATerSMeVWrZwL+kM5ZVatDEgC6pm+cqtKCVhFwEUSDYwE1qNvX3+9snLLVRV4dpXrnHww/Cf8NakjR8j4VPSPTwXmunx4XI6kLqG2UPuoB6nD1B/S3qjS+0S4S/s4whEQxIeB6QLoCEdLCOYI0WcTpGQsHxeSB1hv4zMuQQnFNSAkQJWQ3msWMxLgN1/JINbgYyVCeU6AO0kQ03DxAU0XzsPw02jA6YsEHAFah5lVHVToTTYLmBL1O/0k9fQ9rdU9PKwDUkmLAeqBUq810WOmgVg2SVHT9sYhMweVOyr1jGoQD56Xsq0Kbl4eqxvGSkP5oEOFo9RZsK61ep9BuEiHkvnlRWyDyEXwekAu8oGqWSEUrefhqaFsDp5JoIIP+7kl59HVywPFWY5A1LMyxwXmKxjjvf6IEN9eEePRHImcv0Qqp+HUvwFWIveEFwytaLIYlDItMMpl8r27tDIWLtnMdEtVctBdmq6iuvSXVYCW0YKDQK1AXZCV8YD3mfDtzOCj85ZissfSvxZrqAg1BK/EE6gF1KXU1dQt4jqMF1RC/bK+uLAKC+tuetnl0ojchJYNCstuIg4SvpiGjqbNKEWFLlZYgPHkq4sSXEleWMEFK9dQGk0ycY6BFzIk6foC+RsMRX+BySmpMvIes97pKANPXCKJRE99Ud/ozwqW1+sbOloLiuoaQu4iZ4dbP6RrRFEUM1tdG/QFuuq84NCswixlDrhSo8oqlMs37bKVagt37YKX5IcH18akm3f5s0ZGq1BeQX1BQT39cFFkcteimsS8mRXassG5BjP7MzyfS1o1KOCTnXCNmfZpRZ1VZVLbPN1ZwVBTeZ1Fbda6rfrF2YFs4Fu01bhEOvt/RvldiuVc5CXr1XSWqxRlg4gbPQT+8uHqspLSwtQa625FaR14kdy5EH2+uKZ285JkZSI8283zhWr4yHkfjqbUmCf+VkIJ45wgK+nNpIHIfnCIjZQIY5msMsBEYEoIGluc+KeqZogbiczmE168zETVXmKq+rKlBNXuencnAJRWWzE6azYTlQL5zw/L7dJROPA0H+kYVxX67DlpaXupdO1zMXAHzoEH0d5XS1rm7do576Gs0RVa7dDZklq5XXbqPimUd+ECt2d5cybecN+3V+8BrIM3EP16A6/fMAnMxwVEe7Zz72HCdEQb2RXqf/ioDKRdM2pB/9slPEE6oSfWA7/6Yoz4KkNTP9ELcx7fMummziKmN/OiO+EPB6oWVYGGUb/6og+nXw58Dn8et6xm2oIoSqJa8cU3PAO0U9Fe5p6u3/ri/RjHbLJfzpUgmkPEd6EwhepEtKdfiwMPHhoeCcdm/AqKA8SX8QGREPdx3MTTC6QuDtM0MJw6AXqLODl6Qc7Ri/TqLtGBgyBwBLEmTVsY1IbbNE0gptb3QEGUkxKq/ocw/e9lMghlO3G4r2XkqmUj6aeE29wdKCkJ3K0fgGWcJ2g6El0EAjlEiZAutJNQTt6qgdpSGbEa/E86KMy6oUtXlb2JvgTa170jZ3eUapdrNw255pEntzdeI5OskMj7fk1HBRxdGGnLxePmrdeBVmbPHpK/UKttyi1+csful4pymjiZjM79NS2WgXJ4NfHTKrwD2cQQbPNZomziFWe29NavXkCbrBE9cZpNeMUkZXGn1lIer/CuZI4kcBoCnuIAuHKKfmP+5JrV06rmT+3qGQ1LmtdcM0zCc1MKHWzJvsm3P7L5b1vGXhGECiBjl7NSFq5krVmO8nH1RWg/ej+jCX/yEYVNmi0FUD7rzBbBj5/gnw+MA/fAUwtWVy04MLV79ZZXdIsOTotCEPNE6sf97sFbgfyWwbV8qUSpYBWpmy2WkA3IQlXL2zD1PzHTRNfJoKJYqVTJRnaSS4JS4Di6Go3r19sS9vV8ZE+PMmmJTZBBA4g8n3gEYUM88YqZFtoTfxcyEAJGSeORyR/Pkcv/KLfJ56buCsReP0vVJgNwwlwxbc5Hk/pegrW9qV4JdQT9NOmjOTjxj3KhbLIWUK/HhLJC2pyPJ5+uFcr2pvXIkCCHzE776OCozF47iAuOG0yUj2jaEl3kRDUjGd40Nx8d2jJ11brHJ8J1FX1Ph7aOBAz64S9rnltazjWWVmuy1da65llzJNSkpppxqavXTDi8PjkKNsTP/NiywDT4T+j7SXe8sZyNhLyB+kkVfs158tD8fjQ9AaE6ImBoihCXMCrEIOk2gpfKNGCxC/JGooMpYsdyAoTXxSOEkyGaZp7+fyJHI2pTMbFzMsVfRjjqFJXfHnS4cn2WsMnk9LcX5Lf7XUZzyOLLdTmC7Z1ipleI5KfL5Be0+50mU5iU+WUVIRfX6W6vJX4RxH+17d1nqCGlsWG8w+vgg53wP0aSRKjjsFvsJrWWt9ocTquV16pNOMEhpAohUNsr5jpsYu4FBW1Wu6m3vRv0otrMr5vWto4cFnPmWbLc5cEbW/5jRBzzgryKJXS4x0i8QGC2Hf+k1M8Ung4AdSoJemEtDp5OMlRfEuK+l+rt943SK6yDWrwSUpj8F7w+4VktynuIHxD8/Rk9TUHvPPTJre+I8807z9DsygX7U9Q7eN6Bl6c+XLAyMwulqFvRJ/PgHTSFJ7jzns2deTayZJCRRoZbSBhhxPiOLBnC83JUSLsqtRUPlE9RVy8cSgLg7VVanRE8ptaL73ACtRp1QqlMIbFMSJ/2t8RRzFiqi1CSBLeYEXWGJSHiXbkftES0EcFrFxTVoYkTFBFtWyKAuhIpp88FzVwwJBCSrFIud5X4A2DQsZ0Vc9taImWuYkVWxbiVHV0PzvrTrY+MKLWP0jjBJnT2hh+uGHv9K3PHXjd7bHlFTrmt68oRS4M1HWPHNZcq6IcWtY0uAkqTi9lgc5ibi5voWonPmW1XySd8s+P3gfiU9vXDL3eMmDsuvOjRrp6vptTE9nj9YM9tAOyY+9ruicHqaTMuX7oj/urU9pzKLLc5v2Juk1Z3yX6GNuco7Pns9GIjMNaftxaMFWT2RPcwVJLZvvKZMCkdEvFIDALyLV74TILiKkvayGwU5/5EP3SxMMy56EVw6vd85vOHZQws9sd1wMBPCsk9g6Lta6F26gxnOGIHIyumNpnLQoOGJ0fOfGIezUx6cOHTkwyKypwl45fu2T+n+9ICqc+U7U+UtuTM3zPnPD8GJx+ol6sCDqhSQH+hRuMfHJc7DUvbOW3XOKdU48i2seVN1xXunLViSHH3UzPAgicWX2K3LGwf8uCyuffMX2GcUj6hrDFkvxp+cr7BA52W8YoYolHqfM+7frKx7yEqTJwHR/VaPIMRQwct7iUePA0yybQeq3iiBa1YtG7F1VevABvnPHvVO2RtS1GZVY4mIWg5VyFz6kTfozfQ950jrgJ3X0AfDLAnpAS0fMoCxLvD9NMApl+tH7O+/feZ1X9v5tHz7ghQ+tIZGuL68x5GmP+Jigc+EetLC6aOCCoX/s41RBQi0ZKxEYpiMh94OJOZEUD5ie2B4A+O0A1ZeArJIj7KEiGyjJJ+g1MIzya4p43i0R9KhwjgWjQCT6OXwz7Lkbohm48c2bz04Tuf1peBxSALZU2fa2TZI5srqx7UyE0ao0//4KQjQAoq0Sm0HZ0a3lSH9uk9L5n77jmMTgHu8JKZVwqqlSAJHhv9oagY6TEAxYSZh0GyKeuM+wj6+cj1X42uuREkN8/e+SKQHrGgPnOJWuEEzJSNm48A4br4SlMfqJmGcm373wccWAK4xJPBkmCSiOYdqDtvoF01J/ScXIKnR10gT+YzYFS0RJAFw/P8CPsuxLfSlRDJJzEXM/MZ+TAjym6dQ1ifuW+e2ccOYYMuJugK/tNhSCUNDocBJg3gICmcovAhaZ0tewTYwRhgf0Q21wwUA+S/UAmSZqfTjJKuggJ4SdjhCDtSE1J3JWPDhsWS4hFO6F4EXm5bXlm5vA2VzxLWhStw3/sZrwsFBFuAEoe88O0wDy3iWEU9BAVKMCPwiIIsj4khkjFAGANRiRL3gZA4f1QAgeD0E+ggPJewT0b8qXp/JOKHz/mB1NyXQ8L0NePQew88go49ZKb/TBL6Lh0HQg9s/vbBOWBpxL9Jt+l99NbdP6L5058luZtxHBTf8wPYOf2IPwL/3hSNNkXHjBkV8fkj197zEHr3kUx49kPfgM2+yOjRd6O3PtgE5McjfiEGij/YhH48HiF2FYqzFPND+tvacf9fJmCK02Z9DPOGgq10AX41gqVkJhB7ElpwTk2EV2RdkdBpkVZcV0KsUfziRoWLSUQE+CQRkhyPEyNODoYkvrTrNUzkmdILj7Bdcc5QWFQV503malYQG9JESRyKaP6QPrxk2V3BMnSNiw54lTk+9OY+XZamctWwIt4wfPZmr9qcpQqW1TsN0dusFadu/fste/B3KkV/WBpQKnMbx47rcGo5i1bDOBqrsmrHB2jmSpnUA0fEO+71lEhbS5XOh5y58SWjJztWVzmz7+xo2/S8BEoKshuqhwcGd+yrGh5UT76vb8+i7p3vMZejp4zghYbSvu52aY4Vchy9ZRoaL2fBlPd9fT/4D1xjU1vastqn1cbRrdk11++/714Ac4ta9MUxBevyljh4hoE873fYTJaCKwa5l7qUSig/Cjl1bOjeEV5PrXKOTun9cHxi5lpbs6t6tQYcnds+M/WMTqJdf8n1M4dMG7oANWmqJ0+q3YX6nrskpwyozvn7I+ufjYoLOPEUiA5czHzp1Y8sdIH/mBMPkM0nGAp6sgiIvPAFiX8PE+PJImDv1YDHNCyte0t978Y7Dj99zY33qF5nq6JlNXJbPDQF/vmo+p5M+htMdYSkx0LFCbDQnS/ROOCY1K2pa0ezVp0k3+XKl+jNkjywFfBw2ljWomMLXL0/U1B72+P/evX5zx/sqW1ataxoSIP/6gsTWp5469UqqVIPa2oYjUpa+co7b79SJVWrWU9WHaNWyypfpl8/TaatzLrCduF2cVIVosZjGiA9OMCjozDSBY/DapBZ7DOeHeOZCH1C8C3Z042+FgKYYX9768ktILnl5FZUROI4EWi7e4QAfR3SCmW+7u45kyQhFrPlW07+H+a+O7CJI/t/Z4tWvRdblmXJsiRXuciSbINl2ZhibMCYZrrppptOgIDoJEBCT4BAuBBSCCnkm94wuUtCChzJQQ4Skji5NO6SXL65Sw5safjNzEq2bLjcfe/7/eMH1u7s7OzszOzMmzdv3vs8UBPZgZ7SKhlhEU8daWFaBBsQNsEGJEg0eKie2rGcgFXNxwGrUVz81q2unL5ORR1yL4a33oOjSUtJeifJYkGHFGis9G2stliq1/kqDQHEuk9Ishj8RkvSJMTdBwz0oCofvOarQsG0ilO+qtVbmjrON23Z0sQWNG2hn1uIc8EH2O6rLC6u9LUbjV/juK87z0sP+CorfXC6wfBMdiV9qOvpLYm+C2k0NWMtQnsKsOP/kpvsCnfDj3ZfBQH4ChwAXwEBsIaedXxpJLT0+PGlTOvS4+B12h25B3H/FCijH+qKP467g6kTj3EQNYKaRDVTc6mF1HK0CtxA3UHtpPZR91FHqAeph6nj1JPUC9TL1GvUaepdAeuYIRahTGwX1C7CP4GuMcTglhHQD3TFOEoXo212P/4JsBM6gqOLjqhiDoDuABJrCmjcIh7YTU6UJ4YB5R0BBphAQGcHfs6LVjgmI2MPABXw+nijRo8fMmkCGhPIB7wm4BY5HZzJIKGdbg3He4FJl0+jXsO43BLax+gcOsBXAOKOTgZMfjFl1p9lkvWnGXtSshq2aIo1cIHGbEpnT+uTmXP65BT9WyD9fTbdZNaCbWq/GtylxXd/b7LxL+uSI26wER6/Gx4HzdrsyFhAn1e98rJCTT8CV71GZ8Nv1bn0k4ANaazGCLxUAZapK+EIMEgcaeHASLiVRaNkVwi+e+j00UdYIH7Muh9kffYZe/aUiFmmju6+CP+IvmdmdOUW8HX2COD8YQMDjOJLnBjWAn+k9Sj6x5YXrMv8Pc08tnYQR681pLHwPolEj05PisWmdK1er7cnieVgCJuml0jAVC5Nj9KARsCCDBWYLRUn2Q3onz1JJIcHgN2oUMJX2LTIWTAZHlYzFlYi5eC9orfA2NfFNGg9c0bdMVzEVQ+ZCaTwbAjusAA/fJRVodQnRRxYXgUqH/rk1ZNixgdooFacBAoZfPsQKPvuUzG8NvBtWt72eQ58A54GXtV2+OUnuWBLB40awoDaCywHLCyEL4JfPoNfR+6AX4GUP/2pH5gpZdFnzoze18AI8hKC/48x7yjS/TsHA/rWCYp4z6+nvwZNz6+P/H398+z5p0IeaPGEKvOYxvWnwPT2qg2vvbYh4xnwKMYwh3pPH4HerEfj7XZKSjx7Y3kMSzGYcUF8C4fYXnSBFplASzmFCw4jxfmpgIg3Mg/B38L0ZfqzoOl8A5g6vj9cGX1j/vhgC+2HRxfRGjAlUwmvwNCyGczvTz+x+eBcMPA9Q30lN+s2mApPjx51Hkw6e2flmAXR03DlgDFgHV3W0RtMpfVLx81YDoPwY6W+qHK46SyonXfvhidjtEFMsf8gur+YkusELz9khyQH6PyIzfZ7bVi5k4nHM3ihixgZwTkdT7xDmfwmftrB9avPnP5iz54vTp8Jr+IOtgH66oEDVwEN/3vtuUOrHnujbd++tjceWzXztqfGvHPixE+BP+y599Onjixc9f6S94+deIdd3iEuHbtnz9hS9tqaWbM6HiqtZKKDt28fHGFych1z5qQzW9l7DlZFhnmLps/mBD76GJqbx3baW4z7n8uhb7ruAlhNQFohtMUKuCtW/Xi9lRzgl1b9NBxGB3jl1mFuy3cPdWQ89N3qmdLfLJg+OA9kv7o3slu5+cQx+hOD1WqIOnBCWoeP0e/xETyOj3AYCc8i4X3o+NBD33330OI3itLdC37T5/k/747srSqxf0xhbUnqRlAk2M4IftoMxFObnfhqy6MKKR9VSpVTlVRfqgbR5aGIMo+mxiPqPIOaTc2nFlHLqJWIQm9EFHo7otF7qf3UMeoiGhFY9OMkR5/dgK3XTD1/AROf+MMuiRJ/AOOC/coP3/caAv/krgnrsxj4W/yccQ6LgN9Yab+gjubo1KcDIpeA9W80eQMeERZei6jItaiYu6/9DL2XPtp+Zqgz/q9CNVOVhn5Wcm5WDZmpmrkc/W6LnSOVC4F+ETAsAvqF5C8W7njBueiBnvE/Dl7UmbEzumXtCy+sXff88/Cyu3d1b3fLJDOT1mdiaqDEEagfEsjKNKTXqBA3niGxKs1GeWrAZxdR7TvgE6ChkjkcmQw/4jLffht+uGjRnoS/u9Pz7cp0Tzr+Keye9HSPPX+CJ92Df+Pz0z3s+xk9/sETQxZ1j1k0JKNbnujP8fw6obTg9owsCQd0hkJvRbbUmJvmyeeBTG9IEhlNZUDFyBgRLTXlxf0LLELjbzvBe8jusYa9lXFezI0sZjQm3t92+HAbAw+33X9/G2iryLt2Ka+iIg88mRuifwrlgifzKsAWfO8wTtiy4DBb0v5KbkVFLleNj7/5DTrG+NBMRL8uo/MYRL24ONwR37U/TwTNGB+QFbxEUIkQSTHNAZ+wyRFXZRce8HP7ALvng48OjziwYmHzjIXL7x124Lfn7596aQRns4iVht7T4M9rNn6+GaScW37x8M6Nm46Nmb5x7UTrDI0+TfPH+8tmlxeJVYbkXk9NOAXZUubF997Ydej9wLjlGzYuHxd4fv+hl2rL2VSdQZnka5yz+MNNZ4F61NaHH9k6auW0iWGnVa8drL//vDPXaVDpUvrUdLzmTFXFeFnsfxzbEuRgjCiiwkB8UqYCoirWCxCQEYxFEseyZ2NnHfGwQPwKoI8QJ3VBEGDiMhUri5fhLHbQi6UWxIcvCUS/FnTIBVXyd23JHd8Bnkti7sVJIpTZZXTSJ98TxCbqZJWM5QF70uxiuueCA9FExXKmFVJJTmYFn5okVRdgjD6z0lvNMgEUVGjTjE7e1YVrj+st6OMPE3qbKq5GTzygmYCxKAD+0zpzlKtYtxu9djdiMnWAwtDYVHT3f1xr3S7gxDfgx7t0KOcblA7nl/4/r7vgR0Pg37E3TjmxNUO3dBLG7tbZJbTdaWcIQ+8UtsyJZw+MU2AvukDPhxfAVTA+2u+O92A7bGOiKObVyOv08ffgD/R8MAa2wXYwGoSVtDoS0pZpIyE1rQRhrZ0N2xkqOoPeH4kwLPG3EfmG3k8CIDwdUtp8TYTS61lKk6+lKWzHiSrJf4/mohrqHsTpUxwWy/NuAkX964eAYBz7Tw/OxEQaBm+ba7zYzagBQ4BiHw2Mpiv1v3olMDg5H55meB36yOExw4Zp/dphw1D4nx5wol+7P6w9LyFV6AON3noyLGwDhU9a9ZoPdIk5/errQAhgEx+I+ouQoe6f/X7l7m34bkODTtcQAk5QZi6XloEcbBwOL5ZJy83wTfixFt1s+NVMWLMAuRkff1zcl0sfailF2XWoJXUqAGJOINNjviAFN44S7IAaa2cxKCAWDKM7xx4TcHsxoRWILcZnMRYRkBZAgFyNvJe3MnSoqQk3RLgJUDQtHdlvEm/hJ/UbKSV6ujL0x8g5hUyjNSkyPDqpQiaXKaQ6T4bCpNXIFJyckZFU4IFdt0X23bZLkuoZ6hvzoZF+/QNN3wxbrnVO7znWXFtGX80Hr/MpHzZUjM5Wg9ZwCJtIhcJ0EUuLdTStE9OsVsLwPGsXm8V6Xs6yyY705OR0RzLLynk9irSzPM9IIkdvu/PO28oX3jFvkvlKKCTXZ5aUZgd3ZDuDQWf2jmB2aUnm0CGf29ccuTu2bxBFtKwOcawt2NpFSWOrChfZKCEiUEeC4NvVaRNupU12L5aEBsheO+7uMaEEYtVNeK8JcbABu+AinYjbM4H/Jhm7OCqvXvfyjN98r5YPGdK/aZ4z5QbVt1MMXleXtPJZYg4WHrxpSm4qTS0a8anVxbGupKhd32+hLmUavvlfi9bvuPudaxcWPWWCbzr0Ws3u/NwNr7zChYH4le4yd/D3Gae21PGyL4/Mf6v/7Pov16W445LxlLx5iNSlFKUaw3lWk9Uyc6EOvdbsOlGRYr4c7dg5P82WhlZ0WPD+Sk9xe8y/ERfm2hCPOwTPhHa9krZ5aAFPw4iVbJQsb2WxJ3QCrEFMGBlBVpWocdKplxebMbjwyrM/w/afz66sWry8vzmX5dLMZU2lmSrAFExed+rCqXWTCxigyixtKjOncWyuuf/yxVUw7DKHBBMn1Hq1PhD21TYRX1cV08rT0sqnVRQO8TvkKCuUoTQlyaRmZWkOq15vzUiTs8okU4oU5YTykzv8Q5ghEDsUCwv7Efjnq60Fjwg+sehOnzUpRHvKjiH8BAxLtx19/xQg+HLRmYwAzXkYmFbEy9CMgHcT7DGMSNoUZLAAnQKFnJRloju1xdroDk4NFhgdXL/XROlGQ7poV4mWds+Ad88XO3R5srW/Ezly07nFcPQM2BZcO78+I6N+/tpgG6QpkYRho49otfQYWptiAMnRaXqzWQ++anGAEzsPfqLR01wWbKCf0JtTDLDg4M4r13JqQhkZoZqca5iHo29QbJiLENsaCugpXuON9+pOQV0n3q7GA2jifZbVZuC9IvRjw/Dy5bYu0BghuO9va+WyrZ9vPA6yn4hQQo/Dez9M6yfwRdSXEpIK6kSs+gmgPbjp610q3S74Z62wm4OfStwHxbaA3X1CEm/IdLqHJhvAJhADwvEKZaPUXKvZRV4A160ee/Diny8eHItOS969D6yGHURYOSNeNHidQ18bCmpLIrj2vneXCKnxQ6vBapJNe7irLp26KCymzeWC7ZzWgJrQ8CtN6HNRROMMURyssmPFVINQEl4ULzQT3HkSNaqA2EBeKwQvw8sndx6rEOk0fQ3i3NbvWnPFqeUanagi+mBXJdjfDYB/eRi38oaER0lwQxLo/8nDwDCg6aQ6RT9r3bpZ+hT1yY4rCVUi/YHMNVXUQLznHFN4j1cDg8f9i/rhLuKnMBFw4vEdrxRLYZv5+NdYfav67f3bOrka2N5deqWRurFJqY1uTvg2qLOgr0O6zKYbh9++dQVRJ9IcfA/kmJRV/aBW2dGU+LXoTtvS2Rg95D+pG/52ATffCTls6CZtj08GgU6kYr+teyNw/7oR0EdeXTxNYpYWSIFk5nxyBxEhG765cdbI2I0xpYfBrsP/YSvhbvD2Yd98KRDnilOki1o2kT4fL9fsCbEbU0pWr76pFbHsh8b6TlyUKqGCVC3VQHZmjLToVqTD/k+ICO4haNY0UmiSdIvUTBFhSFxk4gUaLJPTgCIURvMnYUtEUL72b/sSKAakepAbDXCfPffYY+fOAndkN2JdWhfNOHBgxiIys9LX71i27A469CKuxYvkBvPXg/CHJ9TdSNHNBOkcyNMZFi0y6OAfou+sB3PWr4d74C+lx75oe7hUaHLEkLOqIUNUMAJitKH04bYvjpVivg3cEPG4v/Wj6qkJ1Jxb9TnEPosoXpTh9jABYep0duphdu+cptiAAsWEUTEFgVNvNKFWowJ4twvRRQobFpJObAWibj2trsKYBn96/gN4tM+S87vrxZI7v9i89OPRpP8kpuuV/twuEgkp9oGP0F8k/OkxBijf9X2yGTUk04oaEEXAn1AE25TY1yb+EH4ORsypH50SzTj66bLNf96rEsZgKDHVwImSRSgOHtG7ktsfJodHIqZU6wegwrl8F7we4REXhGIsaR/A0ygGtaEotq8xELXhOKr5V9oQ9Zl/izARdyNCU5K+R1i9gEuNe19nn1OjLhfu0YQ2+I9nP3tpydabxuzB67ebkoHipbaXdj3xdmxUUmEMFYCqs2TagQPTlrzIlAqdj1x2H6eo7Z6BkZT0VYNVNw9WzYsg/YGXgSo1fdUkMhq/iXVDMB93v9KHQevDpZHOrgdDD5d20x3qRZDjE+dMvlNZku8+ewa6NCb/6Tx6cZtE4kFEaNvg7vPp4BNC/ImLvz6vfrhNakYJJduHdJ9fB58Q4k9c/CfzLH2DJfNsKfHnaKQMepol27paf8DX9ZF5AdRJqEa8nl3dgo7Vhw5fBu4n4IfHN36+VYYpC9n8PDJOKMQ7aC34jlCfccKN6121YVYlwRc/eRj+eZdOtevrTQeB9gm18NmOjROeeVune1vIaNwxcqMj3H0eQis6PsyujteFoKALpU4glyIK6/EJ3JbR5PXFN0HtcTCq+Lfh5+p08CNJiiRPKn0RfhSj8f+kjMD1olSahxJ3hLqqRM9FFYYfCTdeFKggmoeeANmd7SNEvii8JfL9TfMq+TZYPiTwkJ1AcBReESCWt5MNwOwiKQl6QezjR/mE1iUMYvQ+ohM+Fc9UsV4SfbfHOxGBDbMYTxiDt8eYUaqzO2MtLwpe7+QjN3f1VnQCCXMm7euKRycqAYctI8HXpsYbwIqv3gBRJcQAw15NJ3DcY46iIge87S3rV/nVKyoWbTl65kzUjuO4cJGj/bijiB727Z6SEvB7yZFdj30bfRzdGOkoomLv4jB9q8M7YXhdwBqJ09F0l1spwsZR6KXaQJfYXdAFZ4nQlACbC7u2HqZ2w4k3ZxwG6uOuhqUnZlRvSpVmyKzG7CKnUqLKGcPbmuvLqxvHhAITKgpTFB8/dQb+PTk12WqkVd4hOUbmsTmn7mou3giPNL1wfO2gUIl7d86UnIaaIk56KG3cV2CMtbJ52K6hwar2YMWwopHNS2bmP34aRt/KbSjIkVjGMKqG2XPjcukVqO02ofVEECOWUAIyCdE9J+vsgOCOzEi0EQGpEMEZQhFMIs4tHzBq4zBkGO9OR5SPmPfMj3K0Rj0vv3Tj5B11AwDTP8kiSuJ1KrG4qC+XXl0yUS5Vtay5+sjUqY9chei0fMhPhxFZB6Z3li9/B17d/9vjcOKWOcvfoYsaJZzUnuP2BfN2tcweJR7bx8goDPotvKFGyotrQr4CHg6JZYJOa949dnVQMzcdZwLPwavvLJ+wCex9+g/7Uc7Er0sMf0zAC9IRGbEbtQJasQTsPrsG/TpNlRLC2k6cEeKPhvywii+FfyJbSX1JSX17UsKF8HfvdQrrUuNfmIDS3EtusLZ4iBZSRm1YYEhTXcfOfUeCxZ2DLWcom0uNcQVBjIVN0CKJzwP2uPYIcXBuiAuTOG98BYM1UrFnvInw9c8xOj8dAk0KnU4Bj+gUrQodPIIvQBO5iNrqigFVPQOLhniDzd9vWrlOP+Sep+8ZotdtGPFZcR0djgH8w/tvflrIN9paXPdD0Z23+aYtmTqxT6amHP3TNNUVx3Wi+X+Q+nmpkQn1wz1RBQS0DAEL0FdcQYYYRlslMh18xP2V4wncQmJFjTZSTcJ8ddXz2esSyRaJQim5fl2iVKAgDvSIiRqedTqHGUzdKnwADDyg11lSLWZnZ32jn/3zTLpinnX6fc5hTFflV6zQiFI8dr8zQS9WS5kJ/SKskqCnH/uE8a5n79SkAZQIze83qHZEyIkQiA7tu7Bv3wVu5Of3R0PoEiOhhQAm8wTrDBrx3X2h+z9H4XAXli6mY0ai5cJ4DXbebrBLcF93231ehqi86NCs1toKfwiAGjgNHkT/p4GaAPyhtRVQoA9YAfpAas4lEQVDreHWSCuDT6A1iqqFpqs4fRHeg+caB6bPLKbPiKchn6pCcKud4dXGPYuierOY7+945qJabexoM6rVF5/pQHzZj8SJE8oZ0fqXN0bC617g3lFlZqre4V5Yx4Q3vtzeSnw2gfMY3qkTby7h3TmCNOLW76cT3k/9y7J8IfgsDUXbGCi4NA1hK5RbFktw9Qpex8WKJl7E92ruRHRoKfG/YiGYNxoyQcTceWMhidEkobEPebcTz9USIETSI5KTNGqYb0jV65RWcIMJ0cbon9nZlgIT7E8nR2/kwhWgWuNQyulUlh3bMTvZIb4qzTexi/UW1Q2KmRE5DKR0v44vktMUV5ivmMip/vQKWmURwZ/obvjqqp746nZNT0z1dqoHkjp7XNB+S6KG3xCJH+RuxOyU86lqahAVASKgBSnAieh8b9AfDAUTwBywDPwXeB1cBlcBpBXo82GkNBfBSTNyWNqNPTG7XaIACROnZiIhDVZA8BuBN52Pgeu4Y9uZxS601OKDtBUAI+KdjUKOrJM4qcbY7XhxETsWC+tbky827eG9UMTG4akuCLD4x10c8MSeQ6s+vZUxYYAlF08wljysOwPDLAW8QQZbd5kEkSrgDVgLFZUYJ/IGgZXcISioDj3vF95pwKh9qIAmP9DjI64ZXiQJXhTRMindbTQVodpzRNHCRXxnmVDDFGK7MvxEAHEePpGJtJMVy24DLirmP8FXzLh4n8goxLs49HP7RA7BjYlTRDxco/QiHhWANfkzUHMUB0E5MJA3E8xAt1LsELmVDEbDcQsxeMFvZPwYWdClBCbh8xCFXfwUYhKMBG7KgcpkYomLehF5xmEocuJq8X6fAJeHfUCirDi/gA2rF4oJPhW7tMk+GjSkoEoV8y5dsg/Qw1KMxlLFqPS8gZsLMvPbFypGCkEP/TbIcqSk+13FFq5lSH1LS9uUv61KmX/70qH0T2IdD8aG/QWNxujQ6O9MowpHvgxoTicWJStTeInMkmpVmCwOs1Yv432NMolENZhOd1k4hUfJ0NIsqUplqgbBBRabQaweaCpjGJrluZTCgqLMFfnl03feoc8utgfl9DDgm9x7RAbgeJamAVNmqtGiicMyv3f/JKVGli0BrDpXwVlc6fQQpUQsb/RJeaDXmh0Wk9JuTpFJxRaFCf4sabCyKRa9bbAjWdHHquCYEq9qoFWZLTMY1dbrr1kbJHadJSUztVqR7HCqvAFW8pKyly4jz2NOZi6LNQyj0GTmgiTY9u1DD337kH/mLMBLU9emSVgO/iRmWPoCzYpEsvRN8F51VqlKyzBSru/rjHMDMD10AhgO2hlAa6pU5hJvGsfyUlok4eVitVjHzipl5Va1RcT8VxLtz8+VizWSslQwlNFUu7Nua+Qc6/zekQoT+9s3Jh+bJDLRaRJ5rlQHaEY3gtbT0+ATdfVicWXo/HkA2CNsklIHGJUqWylJo9Xy9/7rTbqJa1ye7eqrYaQjvf51W9VOXpKsM1ZxrNeQEG5MqZQoHHbPXI4bkZ4QZqtU4rwUR1GOSTdw5sw9Mz+am9end40oc277FVmaSVOyoB9N52cnJ2cV0MzBYUZtmkwqMaamSqRKvTJVLLegT6aqoaV9fa6coF3jlCZrOS3DAg7IRJmMiKXtaRktJat9alMqMKuTlIyS9lhYrafMV6MQqxRiJbMa/mP4nVIdo0xSKZWWJE3x6tIWh81OS+ksTo7y4RiUY5LYpbFVZGb5+knowiQV6kQWucSi1iokUovVIGaeTE22TXWuTNWxS7M3lilsSmVomlolBYtWMdWbCqfaklO1rC515dY0ZdnGbJFKPbVSU7lqPovacvRsxu3artPyYv363jS9/tjiJceOLVkMXagjpixFg0rGDOjzEtvYiJpdP7yBU9Fnei1LFou06j2p9DqTYvubgcLX9ysMNINBfGgejMlGQ1KsKOTEIg67tgQSvUYnY2igKa2QiD0KRWoGapboBqW6/1KZ3Dfb76un6d5XKkoWlBdvmcRKgIjW6kwyhWxYn/SzBsPuQoeRYQyW3mGQ769y2cGgOtR/kvRalmPFr03otc0/2yeXLeunVhai4tcLPEMfCeBeJZx5L+LPu5uWArCidvUWWVlMkvgg50GnDA/P/b1py6RJW6KLJm1patoSHVM6e/Mdvz0L3KD00tY/3DMpj8nuP2fVoBenpU4c39TPJR9yAJ58BF658uq6RdXV9vwc/NAk8ugkrrD36FpvpknJSU22/JIBQ6fNqTw0xrt44vSh9b29aWqGVluLvQN7DQ8MjescxPxypRFU0FpqBvbmQnX3VIQRHbvBNOuKECuC+HY0z3tZsljkO8UJWPmGtrHauM2zziDo3Akg14jrj1+5bKKeWIhsFnwCvvfZhg2fgWLQAIpxKDr3ZqTnhWq1Ta0GK2fVOlLJEj/VMVSwbI6bSn9Aote/tJ6cz8Er55gmlzkSjgOqc60bPoPv9Xjb726BCx0drIb4XW3qUK3PUaZZiOUFCzVlDh9T28MwG/4giNPGr18/XgjtOncuchdNUBEJVG/cnkwi4MqbCF+H12JejaNHU/gIN2XoqVpVZOTD18M8WotpldeIEjxPbORrfROqrrVWTZhQxYeqJvhqWQrzstFWEBYE+hHB9v0IDPtqj+BkDEl8pJbqUaaUzjLF5BE9imBIBjcVFbH1HEUT+6DEUvQoIioORbfW+noUIdrUvYzA9n9RHgYtbf9/Kg+NONL/s/LQneUxoVFL/U9KIv71UjD/1vuxLIljVyK6YSEonui1urirTOLRxBXz/G5i5xL3H+veluqTTiYXyE7BMzqzXJ6ZKZenaMH3VncmzEDRteg2+B26x2myubZsDacT8KsZLOvDPgpsBoxYpdHb0dHmFtkdPq/Np0FHTTEJm/zoDhOCreEwCIVC8MeWFvhjKARC4TBsRWd1SwtQh7hwG2wKR9vawrt2hdtoWxgcIUGhOeN2DXFvDzkE9aIXkZxiXBiiiKTBIxWdfXbOQJww+zQ+h8GJCkI0WlEpiT/dmME6PhP7dYMYjVgY7qAgdm4b5iiAsXqxSEWEfh3CGaLYCErFhLFz1CjqwTdQeuwLWHiKpUDcP247FvqjCMHnAw5FKdKDwjTuRfgBSsDOQRVDdUrrlBF5Yz4sRnWvVfe6aRzxGoLEWjoMXqe9q6rYe7Ad/VA/89ljWaHVuE9C6oprgv6EojNYdIQ1nlCto1S4HUVy6NeBbqAqCH4pcET8EYbAGAvP4h9NzjDmHJgcO2JNQZPtj6hwB7Vb7J24AbrWghqM7wk0iaMDXYhMdtxreZaKNGEAFC6UWUJcFIPbVUUvFDUAG2wSYksyI00lAxpQpIpKtLUREb/KFHYCVwH8zrj0A9Nu7HCxm6XQ8mup8hfl8Cdg60AduwScybS8YGnKjFDxVwPqmhSlOMSgDgFsmSXMEXSvCSXKjBUC91NRAn5WEvqmldRwaiqxuuwEJPR3ho1eI0ecpaAxacDgEDanD+N9F5P1InZ35SKWzAFiuuYTPG5jP6Qa+82mTvz9aSaxdP9+qdiksJoY+datjAyYOmZ+Wddnzm2+LVnZYAD9zpRpc1asmDNtSkGzxbLm+cm5uZOfXzONqRlZVRpqqELsJCwFfxk4sTtEUXGxk6O30dyTReksWAvYNlAM3yur6dWiUgNgX1DMiye/NFnMe1vkKpoWZdY3LW6qzxSxd/n7coy4jydQxaB1dw3j74Y/xHW2E8Y6MFMeKoh7gBLxHxmokho/RTyfeYjrThsLiCE3sVDVsqi2Qfomq6kxszZsoCdvmDULjD0Ef7p/2eVD4w+hbxwEStoy/4W/rYd/eApefvIJkP0EyFv78wvzQWNiLYGbfjbr1T+/iv6yogOzwPvwdfgTyuHysvuB8tAhWLf154eaHoAfvvQY/Pj4tEe/Y0TdcbCYbrwa4i25HrT9Jvxog6PLgM1IcPu6sKnCOkVHK5ZusiGFLjyhqoOQehZNB2jsxO8dORKPbMLJYtHsoK7EE0DwyJH4nXAsLubvVYxpN9Zl9VHl1AhqLpbFYCkdxpHXdMp/O6W+aPndeUFQxuNJ2LhMS9hxIYqF/iKTleV6RohaEe2krmMKSoFnlRWZNOHC2snsRjdlViihgcxgfzFMXjXZAP5Ctg8rqvLzq/LZHePv2r1h913j+y2c2sxq67Rs89SF/TqoW8WyIex9IRpiwijL9p+74Ik4GXopCZX2719KAup8nH1kUs3iKru9anGNbNv7z73E2+38S8+9v012y9hEGWceNQj1WjXNG7VxlYcuF1xqbcBFaxI28cltEGR8djSmTVZscadkDHbUtd0elIQLXzxy5KLQJqTITZ3XnGBPeeegHYv6Rah+i3YM0plMOnzFxq+4MOyA82fNgvNhRwI6Ewd2ohGxE3AJKE29U9c8/dOGDT89vSaVt2fa+e6XibLVPDIf/c9qmAPsepMdm07Tbgeq37+sVluEkjA/SKoXbKv7um7bgup/vyZVwfL2Puv+enJNWtqak39d110ujMve6z8rO4N6uwONg3+n6COYkSNK/c/P+HrG8/5/v+Tnnn46otz+dnb229u796f+/7v+JOLtrv+sM90xm35l9h3/u47k3bnTK3ShhO+gokqxRzuuB0kJBMUBj9htV4p5q9ik63GXa+sq+WTGnF5WWF88OjcnJ3d0cX1hWbqZYSO3ip3c9VRIqwzjMzqEAs0jG0O1eZVWi8VamVcbahzZHLhVHNaViT+UoDtBoVl8FvouZLc35lJd4xYCqNQmvE9EaDwqekDnjwGOCWndiUF3EfEFTg7oQQLSJUwKQKh2kUkw42PQ4sgWKvBUkYMD+N0uM42WxdI5UhJb5FZK0KmyiBMPryyt6tWcnmKbuk0xV9RSHw0PnwPfq9s+RcaJtk4s9gxgw7W+8PiCPlUeOMx6Ap/b8h3wkrsCL3uTszLAMxlZv+Bo2+2ZlWK6yhNe4R3EgXBRur+Qv3vqL95SWJeUX9+yZDjIrJneNmU7mLjO0Ldrr6cJfeNCCgNy4WZxCLYgySAOwghIy6Bm8cWsRBwJ58628OMlEs8ILJkbxKz+hG0KP3N4XJWtalzVAVfIV4tVcUP0U+l+vo6rEuJtz2xZlKYzTdk+8x5xnfL2odH63nMzYNi7b9bgou1TTLo0LlzlibbQamweGv3xBnXWW+vLSYeUNzcd7LWlgJ+I3eiP8QT0Ds/r/cvZ7VM0om0zoTIzB84Z0hzIp6nqkbP2pYOnp2xny+P7QIIOsAvNogOpydiPMYfXV4KYJWAXVMY7kaa5mLoSz4kYzH8K8EV4Q4Z0GZ4jGL04KggYZxyWmjPEMEcCeHuSIXcFG38+5ruiHHiJaSQW9HBs4cmjFaZgDQc7Zu3bN2tB7sCx+2Z58ujFaADvmzMSPj7u7oNHrRlVHrMeNBRWgBAOwU8t2hy1uqJIrwVN1oxvo0uTjL7aPCetjJIVKW266pk/p6EGDMvxoyXoe1sycLuXFvf1uOA74e2FPs66pK9Luu/CPo1lff2sfZq/7psVndq41TDCRL/Vf6AyYPdUSQ9I64tuUCiwQSE2G5zGopDkiDLAaK6Ja32ZVcozodpZtbPerMiZHqF0I2R9c+n7fLWr7YXwkifYz3P+fL9c8VBf9gDN9s6+R9aDGQQfD/Uk0OnErxw4O5kV/BHcQhhoilHXIiwXxpjF4IYGeww1yWsnWhWxVQEe1rjfmjiMzhwTfq0pn5dB917aUg/D9S3wi+in9S2PLgMPZkcbpu4WV7bUi1rHR3/rDkUqzS5GrZF605hQpBWFxQPy6PDYzBIuJC1Kg32rJqCxXKhWgPKkVKxUbnaJqJLCyN/uPwMPYY8vJ+9uqbctezS8ecqQGbb6luutYMqhNYyi2GW2OTz6NJfNZc5V5paVZKpUranOCVU2s4s/rPCkvEEEWAImHubtiqjFmGahNT8aTeTgj0G8pYAY1Bs2qGVikCTYZMnBYO10BxMHk9IlBFGD6XAzFQWAYKjHc75iMwjEwU4Yhw4HwbuDbtNNU3CL+VXjNetHDVunHzZDv27Y6I3Kccv5ldKAsSC9MHnmvtIiyFWPKHSVSx5cs1NS7ioIMRvMUyRBV34Vs5hnxVPFxXb6uex00FFSW4yG6tnQAIYN5bvLJYvN+5iKG9TEWrCz1JtnBJ+kWMdvkY6YM2MofBCcGDpj0SjpneOTHJDic9RWmWzPzGCLC27wisIFruhIeoyroCpfpYh+Au51eqs8SjlMtyy2wvm2LDNYmdOnuMb89Z9YIAeZCq0sv7rABa10i1JZUB3b88Xt6iUIJFMIEtetKV254GTc4UuYB4QAGrVuQu68ZCbomghuJny6mJcp/MOyu3uyqooHCsTvnNHBjUsqqS8RpoiBfjRZDPTP3muUThmYX7ygf0rqhHWWcermqmiRQAj3zuzfa9+fbcCG/zg0H0AKht/x1xUTIphiAC1Nky9n9S7JLMfzQGhMYEitr4kuCwwJH5x9he5rGMVvnnB58Vy4IzRUIIMz73HQjln72mN2aMIvYV/cSbzYTqLWEU8riVX0aZiYClMaELBWMaCvkU8XqQgUIelEpnQlE0OwFKYO1K9QFzRg/fhAfPoQuiaItThDUF/cwrraTxZWKoCXXpy4d/520wjD1sbo1Fn7/qrZN6t+vUWDCFWKoe+Sl+wB5cD+gaJ6RJuqnjQ6DWaxYoO0yoOij0hCHZXia9NzKt5EVKk2dEZZlemrZS25fWUjdNs1A7J9Q8W5/c6f9/QLeuClQvvqWh9zm6ni6MkJ4+DjI+fsQ7wSvTjPM2vf2IG5CzAhhh1cTSDDevRgRSFo0Js9VZvV6hytBX6KwxlW0KTVF1WAGcak6NK+8z1XaROmu9EwrXTm1bb/xZ8DhtU0jIXvuDx9i0vxrJexBb7nq+3EgeGfYSkqmfCPhltr7hQZOZ2RJ7FuGcb1Skcn4tjH7fLpBOBQHdmU1gmYMKN1CvihVrFZoYN/VOi0SiZZoWOVg4BEqtgk1wLPq2LDcr3klTyglW9WSCWD0fkuveSKVMoo2E8k+u0KLdO2RKGNXCAP52oVS5RanTRSoZBJNXK6Do7S6cBj0aflGqlUyZyWa3TRa0kpvENCi3WauA6DsKaWUNlUmWCH4BbcOPhNsbq4mS5vswIgmTAPGukemyRUwgYJ3jBhtb3tw1c+UDWg+KxYItbdqxe/flCrFPSgXeHgiMkjakR58AL88Y0lS94AapAL1CT00S12IZjKRrsWfjPwMtyqUao1YC58AOeDYXCS0u6bPm53hpTxL3kD/tgjP1jbIyMUSqx3HqI1xNMVKAr487GRH5qguE54ozTsiqkCcYceVuAV7P9espuapsf+ET1+f7NSlifSqmUsq9KnWJ26uslNA5191WqZSi32KVSMOtfXkLfnd68zcpRUmifW/Iuku9943X1zY0YfvHnzCOQ3a7UNCpZWMKxcpZTzUwfVTbEolTJAywfrdaw6LVl/eseuUziVkvlXqdjCWzQ7MNziG+JxFLrRxrdyNqJTQklYE++WgICEcQdMEsCj/3QbJnTRJvrII00DoA20nYaf0UfoI9EmdA3aoO00sDfBMN2GhZz4BkmGo9Nwolgy/NjnTSBMdZMb4Xe6EelEbzLxEmAKuCVcwB2QADffs+vSZ4EKXm1sbYJXgSlz1BpYxuSCN2EZ/G9gQrHABK9mjmLqblHJ57AxSuMplAQ/GEaPVIE30aP/jbI7hbJDDzaC67folFhWfUVCcRmonDrKEvOy2ZcahnpouLtXgPiuKhdTL/MTJ8LEVwpJhal+RizkFdTslYAAsAEMzVVkpQ3FQTquyauzK4l6OpYGYo0OtDQn8MW0j6jN2Inzc3prwOUOBNyuALsuMDgQGBxxLziyAP2xaxfUD1m44Eik79FFi48++PVRdt3RxYuOoovIZ/C/T91+YdWqC7efYh6D8AN4Gi65sH/sqL3n6KHwJ7gOu1QAq1mwJjcomXcAXju48dv6/AbZCFv91Y0H4bUD8yTBXDB3L7jvizZwJ50ivD5A47f7J+B3LlgASBlayYuPAvT7+ijMBKuBatXF9ourWNn8eWMPXFiy6P17J0R5HI0+A3oty3rXeO956T54bX/LlJKVxtucUxbsB+L7XroHxU9d0IL6zPQbFHuA0EUd1hcmYI3oYNB3KecAK8AeyXlTTPkdrT5jyuUBrHXkYQQ9JCuLaClWLLICpjfcAn8BUrAcSOG+F9avf2E9yFWwisw896IzNUBmtcrTRqb1OQN/ThuJgmlANuDdhe68TJREmlEQsnP6qgEtpWMfcrrsoYIMegmQvvwKyumXV14GB9ePH7d+/bjx0YdT8jKy7Mk1hgEkF4XVWn0G/t2KAiNxfoaaZHtWRl6K3qrUmlmlw2z0JiebtUprAn4YT/mpINFWje/ae4CIV9LprnwSwppHJqwkhJ1koRkVXaKjvzifxvwvrXbZRGqj7Sbx8f3jN4wfvwF4pRm90qSuVeuWpqSk9cqQGjP7DLvbe1eh0SgxlhtPLRyEjhKj8VTx9uF9Mvu/Bv/+2mtATq9IhDplIM5pfPQXfRKXLE7KzNBqk7kkfV6vXJ+y+K6CWAaL6oQsXytW+nJ7AS2Qv4ZzA992xzcVZBAvoHprBb91eJFDNKEROYg5L+/kyCWgkxUVpVaO2fIVPP3kU/D011vGhejT+Q6wx9m3EK39X4WvOjyFfTPAXjsXHlsZvf4UbP168+avQegpmg+N67hkxwCLhX3t8B3gt/ct9KbDVfaYjvq9iAbMwH2OA9jUxuVzURgQutjlsxuUtMlImbCSOo16m48zCApcRL3OX+wrQqsOFMUzRq0JeGiUAH8miuc+hJeT4c+VwNcAj400jF2cC+j+7qHFajO4PS/tI6Puw1TXURr07mOwz7HNq0iqnghCF3frggvtFxVf8eBFZf9eZvAeAFuD0Z/sM+jnC6M3NgIATjP6d4oWjeRc4iLaUuboFdkxtRwczHaDL3196SKQT3s8/f5a/eHeQCHNZ4gAKKSDRbCfPQo1zHVXoRIgqpLLbu8I1SbgaUupJGoh4mp3JVA8vPJUsjwIsk49j7GxUfujWpJVQRrZbsWAOAQyG9Ersl5SYT4/gDEJ0UU+8eyHOd18si4QEfdtVuwPGA3lCjQwBQ2PxBm722zAPGtPNrvSi1C2EyRLNm2dyMCj/PIN2ybQdzYzlmRW0WvgJ+vViCEQAfWAgW89DpJ0CjRI6AWH0/pKZVy1ci5tT2EVyXr9oLYNKlqB0qn6V7z3pFsuc87fn1YilbGlyhFrPoSX4Evw0odr1nwIMkE/kPnhZ7eYYOj1Zhcujn0Y3Vc8d9W6saLoK/y8levH9n77OK1VKaTpLYdsfVCW1aqZtNPKKlIzmdrPN6gYOX7tgD7nHgdGtVykk8tbDlhROq5KMbdEogjVfrpOTuMqKAZ8Q16+JrFA9Np/xkeB2NxqpNIxOg7AO2tOF/pc/gwJMLIBxoVmErXTqKURxXACP+3OwPgkiLAwt//4h2+XR81H4N+98LswmIcWjUMHAOOBry/Ah94S/a6MmXru7q/h38HeRtk0WNJ+8mT7SRFFr9j0g1vy8C7wyP2PwznRmXfvSYXl9utgzRUgC+yDp+An0WEblfT89aBiqegkfgiPKxr3L+5tsptgo9wuGi2smSAWUQTwGGKIzifNm9wiKzYEwlgbShbNg24rwGZBHhwwobKzlM5IKwHLbIZfwb5zyrT97p0hky1UZH+/2L+eT671jhCrZMmcaUyJaqvW4K3P8k6ocZaXStDyyZhl7v3o7QNPHtk7OyVH3Cdv1NQU1c47ACIpLD3igUvw6g0K5F1bD4aDviBnPPxGyWiGLqTzft9bjBg/wA118KYC6at9cgaVpPASr5tmyzJoXqsQMxOHyspz0mqm+8a++4TLNaz/cTBm/iA4G76x5gZ15cSUuCwnhuMfEPw1skTFFWt/ovkpQAw/XJjgYdjZXui7AT1NoBT8Wl8x7Sa+FbXcxWOvH4TfTa8dzbKja6cD/cHXj90Gzz6aqnwS/u7LTbhvPMc8AgrBgwe2NC+9Y+mBt948sGzzstmb7+Es83atGd++PXt7+/g1u+bNWQ7Ee34A1Sefwz0JLItca4WPra4YXgImf/knMLl0WOXt8ERsfaJG3+1HKofyURVUP+Lvxi6sWhHbgkuNCol1LQJap4jRUmh1goHMMAyOkSEkG383QGR+WMEV2MmiFhHFjrUf75nyeBF4uOQreO6Rlx/98qHv8zTj3gL6F/5WAV4EyVYVdePpUPOIgtpp/WYNn7Prtnf7eq+/OWnkontWPO+ZDK7Rl7hLd+/4Iz2qpGDXG+OH3//3jcMWA37Rkd6PguZfhsDv0YQzESwxByZXLT7+HHhq2OR++Y/O39yxauT4YQM+3XSWHnjXa6/F5WxhXvAzgnEBbrmrabhpv9CXuDFN6RTXyY6lSNjNjNoA2YiIkI0I0BS14Q1LUahqArAxJGEE72cyZyOC/kt8vyEc03kRymVE8+KfUblMeOdY58V7aYISNPofe3tWp7mjn+GwTp+bbLUJrq/RqHK67nyjX0mGR8kkaXUs7bWWToQ/FlRXs9+CYnQqePqCGubQ+uxBgZV1tuzydIdBqtWP6J03qNTr0IAL1Vw4NKJk6cbZhyaO1kl+GPtYc3UBl4QfbP+2oPoDMGVa3sB+hXJzVUr1a0ePnhnsygop5DJTfqFt6pPC+lZ5g+JuI/KSftRj1BtoVuUFiBBBFRorkGMl7phZFFnE4SBaIRj5m61XAjHTFZOR0xOI4nSSic9B8jF5NTGLK0GVHUWmgTjsseCLSRNDbxMu0RoSt1bsM+qx5VsMJwaXgTHqO4uKUxPNdjIQUY0W7Dpw9Ni9e+YvCGbL2WIvB7SWoumTwxt23L0xPEkkVckNGdBQVWGwaFRSSbCKk6rUtFZcVaW2ahUivrJSa00Bb3nyhtZ/+NOH9Q05KiApLpI6ewNmysw9u8+/v6vMb1Gp0WrPJWveMaB/8+z+oXkbmp7eVLN921tntvmSaLHUbjSkGTTMXKs1chFkrvLMXXHbh/VD8zxpEpnMrJDws6aF92xcm6JFpE+x7tEH771DJloQDIUqWlp2zRhpEYstgBnTd9X0yf6SkgAqMcvonHQDKbG0vIpT0yolL62sUqdquapKjTVl4NJ5M4fWjxtX39Bs51M0asuUajCM3tI049yu3efVsiKvmGFEd8+Y1q9//YBGOKVPzaanJr65fds2Xzotk0jFnElFP6IyzYOp2cN1nnH1Q2e2gPNivVph5sdmlxRK85MVarY0VIb7TOoNSvS5CGOPBanFWMLm9Bv1aDpwpHuwW2DilNnEOv1OjDaDODTU2RG3r6QdSiabFgBu/EaM2ZeGGRIsLVAyZJueCwhfHg0UJzFAtDIGoCfGCP5yoGREKpVRpQiu3f/Z0mU/PHNsarqYFUkVXOscsBEceA3cK9Po070arcSQr+EMdnOuLgeIlGIJJ8L6v6JZRZ5VcEOK06VU/ClzsE4nU7qWbdmxvjlY0nj78m1Tigzpo0SG3sW9tfCj3DGrT06f+sCkyuRoU7+qmuFWZa/muZW9RaJUnTowtE9hcOyS8VkSlYQD7JLCp0ZmfqCeXTgsSynV5e038hLsQlRwFkvT6gIRLwePplUVZctkbc5Ber3M2GtUpqhg2N1jh28bX5NlkdBrKm0+2uhsCKT0XjqnobCoZvyQ9Ojhkfm5xuTJeSUP0Pr8iZ02P2EyR3mJhtbsBJvQOKpyl21uZ8gZw7T0xTAuuR7Xgn7pr1irx4y1iIvumGNwRAgxsRRONxIdMCWE2XB7mKESkAwSghxVV9ylv9KEyW9T7CjYogsahQnhdi02PaRDPXMiwW7toyJeDrxEg82QOCcUGbG+3b/GAv0XDYraikWTQlRQG0FFiKBVIZZEd1WdSfRPFb5lq6EYcCSeRhv9gKVab6qzEB5864aq694n3IhzIX3C2QVx5iJUudP3UMwO3WTU/5+1wyhsZf7KK4KN+auvClbn8etXXpFEbP9Z09xz6+w6r2Hb/6699GgdlUmVYKxYiQCaFGulmLX+/1UDcSZISc1S2CYU/QoQ6tLR9J81C90bUhIJsAkNgnIj2UbL/oPGAJ08b2qMjgAyNcdPCdIJ0Gp20UkaU/zoMl8nevIiymWObASPK11mKJw6hHh0FOSKrLD2IV5HqKJAp5w8Dn7gJDslnSIjP3htQ5CYfQ4Hj4BceAE2wgs0hSuz65zWon0UtKqiC/Ar6LvZQuE2yAWP1KF753bhZMseFWSaTvSdPyZzlJPo4BARVJe4petjYaSmeLG6qGkMuAGzkQbR+1LpdktmO7E3pUOCVSqVaYm8AgQTVYbgpLW3Zlq2k5Q0alv2j+irb7dgQEiCBOYyhywdV4iOv5lpFQDCUHKcprVVkLeLKa6D6BXjsUwJe8k8ELmdXFxj2h9A3Bfn9HMaTuNE/wE6819ajNpoOCkpem/0XqlSp0GXNLqkm+lmW0cSHepoom1sW7SN+1lvbw/rbfwNSib75RdOprdz+BKQS8WBDunX7C+KDull9pf2KPvL5Q5pomxYg0rli883eKOWtCQqj/0WMfGNcDyscLFpSqHTQBsvRifQxrPfdrvseEQsoimtTiEWQXQSIWa9PaQXo86jQ3O7XgxwoGcMc4OS6toRk84AFOAQzx7fr7HxeJhj+xoThRVie3hUiZ8F7U63iBMRU8xAkA9gJQms6kkLjlPAu91PP8Kpf5837XHYXpwu1zNsEudU2lVmpYrb9fCP4D7wLbiPrk2A9RT+gAc+CC8/pn28RMoApUxl5OxKp7mgoI97TPTuJ4D7scc67XkTyu0hiK49bIPiZ7x3gsZLGsZzQ/w45ssz/GoX0HdWCMupfS6/C7uU4ALEJxV2CmMFt6zZVdgMD71/97pRKUmee1fmlPYtfw9Mef99MBRXuF/tm7C9sJJTJbEMB6S0nOYLDFlJVtmhZ7tEHfSzN9c7vPW7O1reHVjUNHZoxRyXSLz1O6D9Dm59AjWG+Mk+SjGiM6yaVSG2UOwzlXgGZI4Gon3rvj8xbdqJ78l3lLAU9w/UA0WUlFJgKq1BfyAZkDM244XoP01+aMCNBu7oSXiJWRY9CTLZwzhMD4GXcSyRGzbcaBU9zoWIHboIUI50xsXQ2HtrMGb1qhXWNwE/itRyRtHjUvga/K+v7pqc2zhghHbuoKRHPPeNmLjYlGsMVHpnTBMrVpSGloNhHUz7d3ASHAr4I6AKiOomG+7JvFMsWbsVfj7y+m9+M2KrGdwhE3euY0UCLoOUIGvbAaOzow4sotoptvyTT6KbPvkElKOJgQLH6GUgC/4xegc8H+/X8We1VCU1IvY8TzC3A+6AGzva5tBKN4DVlGOgINgGC62hDHYfWnVijR1vwJGOOeniIA18REnPp7GjlVwsHS4Hs01em5Y8e3ZyWq18os/mg/tsyeAJR9WAwo0bmur0UkUNaN0r4mgATrm+EbEsI0+hl/p5jobfm4aZ5Mp+uPhsq33YwuTS0uSFw+xNTUdt+YZArVO56PYBYTFcp5QDvnGkEgCWlXJgfVgkYupTUlJlkd+OREshRi6ixdOMvB7epZTQkpFC3acSGoT3e4ZiL6NYz5BsyNhimzAxiHanLghMHFEtwWPF52RYouAA8OxC5hngRwuM9NjCFK0Z9YLnQVccBlrPU72K5BfhDlgPd16UeYOLh43o/RHIWswkKcEC7YCcYGPjqlHw6WaQ+3HZiGGL2x8YtaqxMVjeyCD2XmqVZR05ciRLZpXKZDn3TGiccI9x1ajG8mAj/XTZxGRP0UF4bf9+ID6Yn588qaxhScW9UlqiUDNDnXkol1HBgTBTck/5EvgNeUkjbJJZZVJpdmZmtlQqTZPlFEkkRdfwy0atIn267w1a9DJqlwIsfQgyeBsKazrYrQzq1BqRHLF+GJQooAS83e9h89EKqi9Qj9j5GgB7vgHz5jd3HAQzH/nDH9+uGQe/hw9sf/VnmvnyDwW91fRKsS04pKHaaNx8/c0D9Ferv3l378g/vPnyjVfmH22wmft44ebAQNpfA5p+9xMYPrn3+gmDVg8qMasA4IasuyfeX4luvYBGn0JRqKfFWArcIbERSSez5JVQE6quIQYHG3FgMxUR4lH+geJsdFMUq5iDdGLCgrigtraqCZ26nS8Tu5UCPL87yZYc7giCP8kA8SYlCKwReUQsHmVPcDhqYhzYPqXICpRAVPDRwJ+37762Y8TOt+atv1r3x3nw/nd+Az+6sHr1BeD6zUWwAIboZxfDWvjDc3EJ73OABcduv9/dtMWWJ5fm/TJ/+Z07ru2a99bOEbfNuf3R1tUX4EeIeqAsPqT7wSNR+FEXrYQ/X4WLjwBiToLayYbq0RbD043hEQTswK0BaYjO0XbA7Y4eGMeMan/2BfZ+/e7od2AclEceBVOZXmDdPZFPFzNjoslNEyMPgSH0msindK9424S5H8l+7u2ooxCP5J0uazrDHLZEIZos6IyuEb8aP/s6z0Ha6NV0+iQ2CHA56Jgq7D4gYmko8lvpbs+gs0EjnOmwukmN/mgqfo6GW460RHF054+T82pgs+fabXkuwyC1pjev7peirdFlFgE1L+cS09LqNnXXX1QNQlhhDbbSP6rVLXQLOpCfiMcGv5tVDpPNZnKoNFKVSv2BSqGSbwSA4UUtsYTRHS1qwccj6auzBAQsgd0qB3ajycoRvj4O8iasJFE/47CXLjtR+BG8PGGpVSAo6gVixAfPwI50JYvVobH7RzEqH2wViyW8OvKQ06PWpJnSbJomxKkTnh+ipWSTrSzXY3FrdSZLbl4SvNd4ZyNW2mm809iclJdrMem0bosnt8w22zA5iCsdnGyYrbGhfDRqj5MdY1PTH4td4laOlWrDZbOdGUFbhropnrlW2aRP8bvq3Fm+0pr04XP2Xdg3Z3h6Takvy13n8qfoS/ujr9K/VJ1hC2Y4Z5eFtXpZd90AHo1iO+FJiPILpcY2QF4S6qHUsnpISTRaAujn18Mhz0TX0Ztvpa0SbBkMFPAfgH0hEgYKMPMWmyeYhlxG38WNuOEyahA1ifggdovi+E14H0uQVRtNmNy7hS1+ogHX5b1D8BFnBSbBDTx+TO12ERFVhrozCoudCBcgmlvt49V8VpJcnmaRmlZ8sHLTF/459cbckKl2Jv4crHHI/P1v39Xx50d/PLM3CIK//QsYa1q8v32SKStJZ5Zr+/fXyosrtJMAtcmUZdKZFdo5c7QKszmoBc/1mmjIy0+yMNJSa/8BK99fses2y2BTKNdYu/fC3vmD7zrz10f3f2l84Uv422+SX77tyR12habC3AzoZnMwQ2G+qxomvZWu0AbND77+2wfMFRqtPAXxFBk3KO4K2Yefh9hIMuvhsSrgMmIPCBw2f8GCNKyemwaIT1LWjbfffXERG8H4cmQDD0ssvohXUytjsoq5K6ufWbPmmdVXFx2077o694WVk/0OucSSN2xWQ26K2GSZ485ctE+b558wvsaiWnzXjKyssZveWrH8zNoxLmuOP1dDi3Tm4gyPRa9qdDqrp2RLXdWrR9XdPr6mIF0npRWj16wZPWbNmlOqJ5cODA3O7jNyeINXqcuv9GY48nu5len5KVYaTG8w5+W6ivLSFXxgzMI7JgzesX5SaXHDrJleT01OqlSqdflH+dU6AIKDnUkuf0Gv1ORSfyjQz1/jTbTDE+zXb9o9cPa4TnTETbdqlTfI2hOgI+h+Fe7pc7uJJiO5SygUC4MbPTxrd/Fygr5NgFjTd1rDU7YgUHvQAh6ojc5EX2mJsobYNZ3f3aYdHAaZ7bt2tcNL6Ah+wGVo7SoUOXA9C97xxK72zqcGdyt6Qrgb/4o9Gt7Ukt1cmIcScwCtv9ZWN7UP06N9/mnrBBJtNf9Va8zrqs//oAl66kc5qXLEa+iIQTOBVweIgSda3IISfOe5yIiFQ4InPNJGQthvM4o+cTA6Xer1cKpOxzhE40deHz6SyUgGFFk04QOVnAHXu4pdiEajI4bjCsO3LEaDwWgBpUz/yHWGT7Inety0/+YGJfiewBQqHr7/889jdnb4ZCAIRb2oGmxnB/AUlQPiOr8xDxho7nIzHsQRETVrZ7zkRmGUdIZ1fqzjwojwpOcHjIPobcY+A9GfxXqxOXGUf0yfSSlVi8QDPB2UZ4B4kQpfg2lmB22js4rx0ZkMjmDHF8UuEI6dm2y0ozgL3XOYuWRnx+rxG6bpto15WNBXf3jMNt20DeNlffMexrBfKCKvL4NbMDrL07u3h96HgpE2OssMjpgdbJYZNiWnh1AYwyw0kebpChtQOIt14IssOp39CE4FLzbOx7fnN8L+4L7cEhwuQf3fjvrlZ2QNNgR7yHIwePPLztiLTEYiXGKINijqFY7OEO4lRI6UECJg20ae8XaGcA7MZyEYYmAJnwRfDIGASiplSzgzfHEon9SmlkqYwRCFPleR0Nv4hFKC/iEcJilB/6F8cpsqljIWwvlIsDjqBgWutSXdoORKZVsSfAFNb2pQEj+jQ1sSEO6BATgOnomf5XJh/TkbzTN7Y/aaGmJxb+I1Jp6RMBoG6woCNP6JtSUapARlk6nZs3fvnvXgPDwHimDBjfEgBFvHUzfo34fmHz/9y+nj80PxAPjTnr3Mtr17IpPAeVCE/p+PHqJujIen4Cn0AGhBY/Wtt1cVFq56G5Si8VoqhIWxmXmDYi51lotyBtyagFuHJQVYcRKd6OGPo382MDX6FfzjHLAYbpsDsuiUBSdOgHknTkT/G94X/ZJ+C16aA5aAJXPgJfqt6JeCXU1M1wvLY7KoQorqlBx1SpBEBM1Ph6VfRH6IpV+YOLOxOxxV11xX1xytIye27nMBqW+toqNNZ0M9UMHayDnaFLvzHk5Xx5DkdTAtDuzXqte2o05u1ms5dHo5Fk3kRsyN/qIo9yKRkqhRSVOxPxjs9kWXBUAhJk/+IoDdPkhAIQ6bmpmkyH1aJT8NnKP3wOeiP74Ji94UF3EF03ilNnIfk0QuxUwwIqGXKnIMoDgiEY2N3kdPNUU3wvcMOYroncw/0JUpQd7Whr4E3nUpxH5RfQ5AbMjdGPCKIExyerxcF9Qn0wXlScHtB54s0Fx65AjTt3nr5utNoPHanrUwk2AbhKeMhtEXVpwr09Xpys6teAFGR0/5ERwCX4NDP9KtbdEL4zJoMLG2qX4SALe3tb58bPqaQ5/ObASgceanh9ZMP/by+8JkEMduiMtPhHWWjspE/IBg821w+HTEE5m960dE/cDNE+OT2BSHVmYc+uuht0czkUiE+Qk+BkZgtdxoE+OWi21w0wcfwE02sVwuZi+J0ZLtRTiL3voJOnwxMtiRGRw5MsheCo6kF4TD1I01ayBGP6CEcORB/MQN6rHH0JgUd2SiPNgJ+/bt03c9NrKbzkoanpVAbMNelAawto7JyuJ9UxxDAw9Hu21yFI/B2QzAAZS0h2bCzSVbz6dnjJa63cFpjb5cCZtbv3jR7tr9ABT5LIPegw11C4b1KvPUutEwOg18V+9ssHJKhQL0aYbfGLc2n9j7En3+dw3vLNZpMtXWtJxpGyYM14iH33l83RJblYhJzzCUoZG/uve6Q/deeRMUbRnQcvKRr47/adnw4Sb4Ikilk5S0bSSVoNuWT3awiId5ygN41uZ0KclespJG9JUoICAKGvBidXJvUSCIoe9pN+bxYyOS7bEW6YlS1HOtwk2V55lhB/wWdpjz5Cnm1+fSKWaLRGpMlihz1WK/JlvjF6tzlZJko1RiMafQc183w+eJgJPeOv9V9OQXsOPV+fNfBRywAu5VWAvPwC/PrVhxDlhACbCQ0JlbrX9GFKeIgkFRSnGeyCM//Ono/obkAimbpd+6fPlWfRYrLUg29B/96WG5R3SUiFMX9HgTDs1ZcQ5+2eOFsOBWamio11cj+v1yrI0HoBgjMYchqx8dgbV3xzQ4UXuibi/yAKKTixEa0eTmpAWlaT0oCpBVBbYtxHqCRm5VNZfLlmeJmNxSxnF3YM8dY8/u3DT9juUPAvHeZ+2NZZztr+ZqK/g2Q67JOQsWZe1pbt4zM/LRrDFbd726p2PX4q29z9K/9MuPXs4uAUyfXPC4eMGaS/fdMW3TznPj7lyYAnJH/cbKVTWmXjTxWviVIb9P0bd68Ggzzqb9tfKti3e173llz9bGuTvPUj19/A4mvuB6+PjFKAG8khY2u0l0kPl/1X0JfBvF2ffO7KX7Wmll3bJOy4dkS7Lk24rtOIkdJ45zx4nj3PcJOUmIIeTghgRSIORqgHC2JdBwFRqgJZQWSLkbWpoE3raUEiiUtpBo883Myo7thNK+7/f+ft+XWDs7s7Ozs7PPzDzPzPM8/zTxa0Fgi4g2S1RWMoFeHTS4obcOIpazP39LL89BFO/HbnnctUUhr8tKYhZHwuMqL56YrAi7EkqDWrFYxfDrP7zq/TPSuU8fmjv3oU8BQ0Jw62CmuL23RBM4HW+vcltMZqee7OM1+asDfoPWFvAUVjvM9Rqug7erjj4GGlFx/YuVnhjESqP2CJ+n2clEPqxDXEs3tpHtXc1BLRDCCGGob3mAQBNdDSINO7B2D+lzSEikBdknpwfw2AejBxMEJo+wH/vyIYB6WKUDiFg1qBz8oGfq1J5OcENNo066ldcxNK9eDw402vTaeLnLRsMX2fF+RmUy87zgMaqZ6JvWKa1ecD/PI2ZKWlLUmZcX4NQxf10B9rW2gd7poZVqM7dS+iWtoGk184vOIZnOzsyQrD/uF63giIaHtEJ7vbRXSh8ttHN2m7bGYYSTwf57PsgLCFoAaY05Tw8RP7rRV5D9B6uhgfa+FScr0tO8zQ5R4xUMSjBdeqRMwUJWHVE9DD4GDIRKBfF9RlMfKinGiUZaNeKey6hWag61Cc9wNJvM2QABoQ9dgsgEIRluDXMA/eYIRHM078fuM5NROpxw055/I8UK/vkQoCfN6U4lOxdnXwCC7j2dIP0urTJJX1kELSxWmsBInZmuPntM+kJnNuuA5mVwB9A7a4sSoUq7AQCgs1eEiiJ1LiN8CqXXXUi39aYfyeWvGJgOoBso75u4UNqwEryS1eDS68boA0b4lc78knTlb1Ef+pvOLM1WBxbNWFNUsmZBp8OhcHVO3VwdWztvst3+H6bL+59sD/sF1UJNRRLK1WhawMD32Kk+AWcMozYJJdPYkQdZgSRo6TBn3c4TZ3lYJLRe0FSrAwIas+SlHUTvVhERqujDheAFIJJi4OUEJFKGckloluDhAjviLBRKpT5g7crzaTkVqwDBIFCwKk7ry+uyBvRKpQLAgH2i14zkisrR9S4PR5eFQmUVjvrLaTrjs5m9E/fZQ0IwiDH/WlstT6ZMgrB8OY7t2nUQR6bMmDEFR5dcfvmSO9Vda5VMiUOhU6tZi+BieqQeDAnJqtU6haOEUa7tUou1GoXJGBufbtTwi05IX5xYtD7cGQDApNDU0odC5UIQvSmGLGx9q1X4McaZWwlqVuKEXdKkXS/jhM4/A+rPnThpCZryfiX9ifhJN+ODoqeP1/UQbKM0VY/mYoynNR3Nx8uoNYjyt1E3U9+j9hE7e7KjEsiFMBcOTv/WfIN2NL8t/l3ht90PoOy5+PskkP/g9/unZb9/cY6vvcTLMlxOAmn5JWKsHGQHxC6ZMxcD3V0XngDlQOq6OG1A5Jxuv3w3/gO3XBw5Kwf0gNilMsp/Od9l3DmO6vMIP5IaRy2grqBuQKxArtVSvUiZgAe9FlTybElb+oylUgRWDXc9Yu1D1huJvNfb9kE5TVbqkJcjvWJQxp3DDKqMvyayYq/uZi5Blvv/QI5jATUFSayPkAj82JoM+D2ukP7UPiyJL9xlTQR8BeGAjJmA8vRiN2RJftCMgs3Tpl6DgtdA4DVwHeHnhHy+6W6LwmBMWp4AQaXFptYUG6a+KvIGQ9LyyX1k0eEueemh5Dw1BVDb5AhVPWtSLOIP1TVE9p3CqzILK2eMLw1HkzPSMooKrlMOGOJ9cgvR9sAuHnG447XXbsasnSgcXoUehCpw7RbC6p3ZjaLo6Tk9XPo8pcjm9CzmUT8i/HzO8p1wuynsgStGrGty4Ip49tER028+LqvE4haNE818NN+FwkEZ6g+jZAopUzrlxqZJfCqHiYfOiMf8IHHMR3OyNjteBU/3fityLvOIdUTNIO3ru5DIJVdD0criQZlRVNuMdcHy1oDKVxqsM9rgZb1n1bkr0gTjSH/d8EQpraWn7ikwOgImi8UUcBgL9kzlDE7pg890+gLjfrVO/PVtxtvXeUbHeU9z7IpbCuoZtrRgXGu0/LJ5ATv9aF8Ou7/EZZPzMIpAun8u0794FNA5gR8/C2ZguS/cWl6Rr/CEfeVX50JIUoHJbzd6jGD22ECrUak0tgbGzobQsZb3g4y1TLsGqHcD42wbXzfKXj10nBE9G9VTVaKKm1o3SEdxDumr3dJns0W/R84BSgN9OQLfUvYAm2OBakI87FS83020o0LePj0pxJwSbAoSIz0RiXa5fsoR9X+5n9J4jwRx8b12dxhvhw6Fsaob48UdRPrtayi45slr5uMuhAmeQJsEwgW+QMK6ayGm4X2n9CGXxx9IWjt3Z184nX1W49Pcr9FwGXT42D6s4arO17U+eDRH7jty5A8+xHA8OCL3k/SMZDRcOn5G5UKyrLkv0lAX8kdik2ZVo96TvQEXi0r1aTgOHbUf24bduaDzdU3/NXwzNYmgLmEID9nPeG6PB2/x51iBMGblMUsAie2+rIXu9+G9DjQ/4h6Vc3pSR3yJ5xTGExd7R6NnahFDiLhCs7oq2dzktDqN4A+jtBZt5zZIl32RV9x1e8uBnTbAiLrWkkKLyy3yeUM9/krbvIkdOyZbOIGl1auXlI4GNKt8coBxXtbRGH85rqYBnJWZ9HBIly9V6q5gFW1QPD3kY85460+m79jLQd/Y5MxYXsxrQ52TF11NHb5JixfuaBcnixquxgSUUD/QTA9xqUHEQ51gz1M2xKdSxF8dkmggBmZBDYStdEwy+mpYvkJakfb7+mDSzZiAcNPQaURshbJKF0HRTHiNZsjLroHcAP6J0bqs4fCCxcbA0Bjj1JhV0JAxCPALvYIT2zOeQ0/qOZVLYe3afLh7277wxFToHpAfjXrzvSXt5UUiy6tUKvDhN0OveHZpMgVWj2TpOQcniB5hPfN6nsujt1ZJ/7i2eOyoGACsRtUGyts6s4d4LaANymkKIXC9p/PRO7oObS/vWdDoBNZwfHgov6B+2uruQiWkwVenF59+4UZBKd0xU/p+gK6s0/I/RTQE0Py3iT1L1VIdiI+hMGoqXkbAUjAqOUdI2GcL9lBSAuSxDbBBcoId51jjsoEcFpB4awzSvYrsHuyvjhOBgBeB9QBbv5NxmqflLUUlkEMhFxdQC+JMqTQisnqv44Pash0F6uFczJv9q7RfGa5MhQAjZSKVENaEwdPZf0TiHFcZVIFT0oFQKcel/JwOHP0NYIBVb37ar7M5LE+fYANnAA3y1F5Pi+MmyAGvib5Xz+hLNemFMLKjPPOBrzAR/MSm8+W35QGV9I3FEvS3mv+6XW/xBUcZn5+jcOcBDayIhCvo6abbCiofjNZIs7xFTIW3oiCYYr01kXASZNhMxF9S06WqDwZKYHcQRLUbrWPyQ69sDMIQ4AALPKNsVrVzJ2BhyWJwSPr7iJb3q52putiDtYW3WYOgIn8M4rq90n5wzN8umPJ80lQwxj/KKNhD0oyf6Vmz4WSkBlTKY6Cbp9iZ6GtNQ/IAYmGCMngBokcOTYV4rZXYmqSwNodIRgQiiyLxHRKX/3YgR8No1sMQXX5snUsTwALBHLQGBBgkbhooTPFibiRFny0YtoLRkJlwb6WFYVS8jjPBJ4FmqfFyjUm1YepsoAKv7zSbO89/DyWpBdWGjNTEV0Xof55RaqsraakiXJQHNqh11zILTxb7oJf/EZ0sA8ZHH5c+bhzeJS11miesdxY4D19pBh1K/nFY+aOp7rDSbDBrRIWVPrvyJa2gyhj+S5A+/ZNnpOem32de0pqVKGENneTzrKyUkobTSObl6RHOgqJsI6Mq5n4O9pSX08Ua6SnV3M5lwAQsyzMPTF34LKwucK6fYHY6zVceNjJ8rx7Z9xiJXYC4/BjBy8WjqaxeSgYBK8fn1HG9WHJKpcWwGeqBL4xhnsJi2BIKu5FghRfdsFqRPPzigVQGVmLsO2/7w5927Nz+xc7uCV6+oe3Qh6dAx0lvQ2XkV/v26Vz5YzcNL9HT6fSILZOWZMe2nRguwMIXF/l99uiy6i5HS553BfjBu/sOHNj37s5/7PDUZZx/v//BTz99cHKbNjCz9aj02mzAem+8/40fdg717f8+fOd09Xnpqda1m4JC1622VHVwnL3YbRhfteC2JbVti3r9Y5G5w05FqCiaT8cRDx5EfYzLuQvAOBkEJdmbogngFS9Wg5QRzxZhkU0SjQMCcojfOMeKDZosGLszUize9afdd19WXsJYa4bc9frrIPn6YajyxCdWWiyq90NMe9VUcFUiMnZoe17LFhdzY1OyKjHKYgQj+k8O4LNRQ23KeGbVwYOrLntAKCq2/EZ65a23QTYvVr/21stmiPT1wHD5kvYnwndH5g6fYBWGDikIGmcPSa4JJVvKCz+/aE7off/RRG8u2duHoMyhY/vF3LSIbX2tskoPJ2N54fUg7JkKEoUfHBDdKjJ1DtzuPS82znXx4Vg4aNYUqBkFawxsHX9spJFlVJoClcWPrvCZreK1UKE3aBI6f6Z4WKRoeFHGr0toDToFvBaAwath14isflJG4PSixiUKNgOcLoz2j5p4r3+0MB3q88wWl0bUc8J1LlaMimyhoHT73ehPYS5gRXB28DoYoPSoHVagdsCtkJJxwGRFJoI7SBxwWXPwYFDWa8rZM8nNJDebTOpYgwLKjiYS8Rx4Od2+9e1Kh1KnMzWYXKn61npNcPNoZ9L5Pq8wW83jxKDNW5eqm5JKTq5N1XnswbyxRptZwb+PsozaEtDUj6xPuvQNZpNO6ci8x/aA66+oWhe7hXcEnN5iIezUOzu252vUnKs5X10R1LKsP1LgcBRE/CyrD1ap85tdnFrjvW4Myhg2F3kcQTt/U+n6qmvXD6KB6f9XaWCwBwOWkukgiuhAXaAhdLBlwkttJk6FF9fMiPEgdHAdVOgM2oTWP0SmgyF+bVKr1yvAdYAa0BkQEegmDcFa0zkiqE+OCiAiCLWFRkKDTSYCtQ4TQQwTgUomAqVQRIu0elBfALJOIuKr8ainY2X2B71ggOX4OlAP8OISS+QnmgsTC2AuCmMgWZ5En9lEoddnrek6BjHVSmro8oZyUaRVCau+eUi7IjZfekj6/dQ3Y6MM+mFPjt0y8mnEcyvVHPeC3ttzeodEbe/Y2l6oAdx1Hx8FS37BCpXlzRVJ3VwYSgybkWzYsKaBo6JTm0cUxjjTp1FXfaiY87yse7j8SoOb5x2t3qDWE6I5US0dcvF5kyFwRn1GAACXBktBDVDqfSUjoo8ybd1X3DKkY01Lfj8/WM2IZ+6iZhPdNjMfRuN7v58vnOZD/X94VR+N7f1+aHjk0+KAXxIG/ET4wOQQMAlEL9soq2eTA1vI/uWkEH7n0eL6PfNqR4/WhUaGdKNaGubtqS47/E5YOPkpy545hTNEa/fOaxyBBvdwSM6xtzb66NtBC8rh3iN9uXfNe3umTt3z3pq9QLtnRHZZdhm8Ff4sW5OtYX+WJfgFsKfEoxs1ogndGDv8blD86HOOO3NaKHj3cNGQvfOHDh+tK/T5C3WjRzTO34dzoIf/heM+PSUUvHM4Vrtvft3oUTpPdD/Q75m258TaNSewx2Y9dGehdBXYBCWw6etfgrvpNNgtzTn3C7rzXI+UAUfpHnC0T8+S2BJFqBTGN+Nz+jBIoOh1phxMAB3HY7NX1MdAQgDG/FQa612G024AxsLH7Nl5S/esm2ZtLbnh2DH69/+Q3FZ/unzk2MV1ByvNZunDj56hJ5z7r6AC3jer3TZnIxsavnfpuez02wV2+Ms30PQNL5/45ova8ctGjinLhy/a706Wp5Lwd9knwBdnH0ibGN34G1yNvseoXl/vOV0+M5VPlVCVaDRcSq2lbqH+eMHaAIlJoZz3QTTTXToy8BxwOTfZaTRUmHq9yllTva5GTWEskHFYCEvLHtXQ0EEUSsjdOSW+3itkREb9kcX29Yy+F/WK2LGHiURCRqx0KExGXzKS0WQSxxIdlLl1ItThgZ24pORFOYEe56vw+SqujtQURFzuyMMFNZGI2xX5QQSFNb0B0IyT3vvhFW/f0mGZf/Vad22F25tGv6Ved4WzTLv86puGG93TU6fdYw/vWDZLKzVnZmbqZ9fDVa3fm9l2S7q0c2755IAxUc60jgfWxpoq6UwnU12UKyCNfrGKKYtXT0slVwz1hie3Hi3NM5UMWdxQLQpWaKZV9jzDxK+3+x3VE8dWshotIpeQYU+BzV+SnsL8qSoWq4p9M26lu6jIvdJdXOz+l2fwlf3H5j10cu2kCT989/vSW3Mq4+Sfx9YFhMdaOeHLCas33bbrd82l8HB89Oh4YvRo6WT3fYubq/ctmb9Q4CqSdnPTiyuXSZ80ZPbYwcqijHx/Y2lTOxA83Xz06MqK+ZXX3n3luKTLRps5fTRkXnYNk6lkedaoFwCXp0Hz8+fusvb+MryNChItgWQ435LoU6C15jgwRGXBRLm/3G/xWxKWxIA9t9s5addvNBvbZ91ww6xpNfMX377/5Mn99/4STF6yZCn6B0yDWAi4Jt9zzcjJN790c/Wc2Vi/4o01S0nG1YO5Azw3BHPjZZig1GFqRYMcb/QbozkngRjBRl4xI5sLiEw5quwH94yQPhx/z2v760f2HOkZWf/cnbNm6V5Mtk1SX2e2hxjq3FOlumR1qfQDdpJteVNnT09n03JbU7EeRkwQ+8rE4/QYgtPBot44gZpK3UZRpngKdQ42yoZlkLh6EIWoPnrgN8axzwCy+Y0xybBdNZmKQ9aE0Y/d0qFM2KQBTWYpNwajJlwNQ8qTJ2t54USHPVghLgD0Td5YdRl1G3Rwc9ix+h3tXm+7l1OqKu1xf1TcOPZseyWoelSsCo5UT23Yu5v1ahw6iwJELls+Kla5zNhSbvZCVX5Rk4e/pnvanoZ5hyZX/trpKNpa/LwNya6GdrNrkToJKFIsUITs0ijH0ub86enCjQ0111yxrFQ6Jd1FFLPu1TW4qgtrMoFVszo6Zh3yZ8pS/oQDsd6z7CHQk8lkOG2LL1OYtN7QxXQPPdz0mloNYMPe7EmApDu1Qvrtspi5opKLm9JWVWFmdB6kHh/Z+GX+uPwEjJ+w0gmPMCkvcL2+oQUVhbXR7aEhY1WljZrySsanDjfFgD1kh/vtIV2TM2l1qisqNMaAvdwzxBAaoHMRJFzEBQYojcRSrGcLragBRRCQtROwiZaO9uFtrHCIk5UYWDcTr6N5qqvhm0xDl1pRZ2luXn/vUnZ6aXtVe3wqt/Te9c3NljqFOvsrwHeoaUVIYVf/cTnbVYaul3WxT+9R21Eare4AvKo9PqqtpW1MaQe98lyUQLK8oVfyaWNV+bR17czw/GDQ18y2r5tWXmVM88rs/T+tVdjUSVToA2NofDV/OL31clRWUm1T1P5UUeMrEcWYt36g3mMZ1Y4lcJDzAaOji7Cil+zJIocI6KarIVaBD6RTomBELxuM4lxkqx21wcUIBBj+vA7fhFsMolZ5IaygVUWHrmTChaNbggAEW0YVh9i1h8KoskGFQ931FttWPDQPgLyhxW0sgGm1/aUpQzuld+j2wmac3FzYTr/7i6pyHY+NBImbD9zAkSvAS1wg2taKy2xtiwaKTp+eFIHLEuiNfVfNoL3euNUaz/cw065yk7ZhlCMOMnUen89Tx7xUrKCzIXr/2IqWP8AGt9/vboD37SuLa/hzGPqVfuQcsaal91eEVoIZrNtflpdX5ncHHj7SgcmFUlOW8xT7ST/7DjvlpnxUCMmicWo1IiNrDFUrzAIrHQZBGoUxNKdy2EYbsHQQpHkrSU6HeaKHkdbDMI9NWWNYo53l/KHycIgO1QPsZFc+poNxKytaBGLobbFiHxtpbMuKXW1gQRbdDFpe8b0HTMCklt6SznxY+hViImt10n5w43Q4D0Jm1Hg+Ww+oJuljZq7+DzB7CqwSpMn0XebT8BYO8gC6HzMLwxTMn3l+Js9I7zNQ8RGThnxtFxgOFV1bYDdUgkdZGtRyZm71lSy7juXG0exrHPsVA/Vm5qcceOcvb0uJE1+9C7a+DYb9Knv6HdD0snSw/bPRQK+kk80c3Psy+PUjZx/78z2fwxUvgKcOnnvm45sWTGfYNVM/6Pkov2wVSz/DsmMPsPSfIQRfMMDIM8EJHJjOsyWzFeANFb0N3MmwUhlP146H3BUtDFOxlKOvpOltDLdyG83CO9n+PJwLjfzjyaop7dcxWPDzyauhiGzpC8yKJeciYSDm1gXnCQPOmEfVntL2BJd2J2LRWMKd5hLtpR71uFqYqR33yJ3v3In+4AaTrrur4WyGIGYcbegiJhvdfUdQWDl7zrASJt+Qp1LlGfKZkmFzZleOmDED7l58xx2LF91xhzT6qM50Et/OEtiNk0TTuyd3zO0nkHdUUkXUZGoBsZ/LaYGgEYvpfR3ER1UDNxuvYy7xLn3OIS56c8tFGG2M/Gql0RExr4Ef3ZA92jBa6SwZU87ycUuJKxKKuEoscfiYoO0mAMq544BW0ArnKUF7lqCKMKg30xvQqy5Cryw96asdMXlkpHHevMbSzoVtScajtirRP6vaAxjU7Qkys3zs3yq4MJa49sFWw0IOJ0ch8yT5aIwbQo2hVmF74SjsowBI3gj2gmXn4FJ6/XEbvyMuTw/lstMAYurWe9Zv5YgyRdoruVJHcWFhYbGjlKtsj5haUpBKjd3yky1bfsL4+qvSW/TZl/UWix5W6C0DVOzRbCLt7++AQyLQLBx6dzC+Z9GsSsapNyuVZr2TqZy1qGc8rMeFb5H+0OeAApgqcMn4ANQXUkfhb9KfJuXv0yVjA17cfluIJIGJBFvikakuHXcD2LufPMgfR/l3xIUBtHUJFwuXwLVhqJaURKVaLm7Y6/+DJkUU9HVGxvru758BQ36jmeXrTF/zvt0z/qIWBs+Q5s129zXkmb7W/aov7VycIQSJqbx/EwvMqxd6QtfAuRhraBSgeYM4IfXJILmER5adSlKGXs+MvSqOX4qb1zQ+9dpTjWs2iwtBC7gStFyb0zaGp276THr8iSMDFAZ/vvtVQ8vYsS2GV3fv+uEP4WEZDfwUSEm3ST/+6yDFwgv1MlABqpjYaogmi/mCmiV2DJlzHmgxW00J0ZuOh3KVha/IJd2IFSR3SI9/hspkltx+Qa3x9obPN4PFmz9/IFdhjsK6lEd+jCp8801/Ba3k9rPDXv3mblnXUvro7m9eBcN6eg7kaj0Qj8UjW9uAAUNeuleBwWKmSK1SBgFvBcAw5w1zZBeReTQ2flpD8cs3nnvwxpeLG6aNj40ec92zx5+9bgySOGRd7KJJG/fsvFW6+tadezZOgp/rSmdueXPzXe+/f9fmN7fMLNVt3Dkf5UY3zd8JhdzLfHPq5rmfATO/aRMv/eWzuTf3+ZtmZX8LNsqP9Xr79SYxPqArYYPaSwA79aFpDugKYyra32uvGBPZvu25bdueAwfOodGVlrmkc4TWMJkfxfSNSHpCz4QJPYtnV7a2Vs4GTxFSPruf7f4GIzmxr36T6R1WcyMChnnvHQuwbkkRVU21Up3UHDyekn1IJL7L29W4ut82nA6OB/vGS/mNLhpe+1Dj8wfv3fbofU2xzJOZWJNPX18MHiyu7yGqMMxy1MVJ/4PoXaWeXuNIQJyu5EykZJOpvlwYTNOk+xrF+YEdvyk1bWI8k4lPnJZKt7WBg0TXRjp5Yezs8+fS79AvESwl7de/q/+rduwj2RwhwG8bU4OD4uwgDdiLx9hLExJux/piaUJxfb/W/O+3Y8/XiOS4o4OHzybUdum+lgTvkFbMXnCM9MUlGvFC2rnDTPdZTJYDh0xIfJSdRv3ITtAZDdDvg0aDCTs5ZIiSM1mZAgkRb4AjQYaTvdli546ySSReOUogXuaPb5z64PjxD1oqRV+qfEQkml+24KFrDjU2gq2rkLgy4sapw9ZMbcifsXiX9OHvtm37ALhuX/fJsTsnHLguNq2qtgF+isSjSukl6UXpZ9IvjEU1zUUuw4zOxXNul7Y42pd2Dgm1dKQdl/8CRB54EBS9cvnwG579+trnpJ8vah7R2jsezFFS7G7KiySGO6mfEhtPojaFXkcgyxC5RXoD0fkP9lm+ku9nvqAm0etVD3VCsqSGsvRXiLCQzX9ZexJvlhLEGKIzQZbY8MIHYzW7WaJZEiJxwBou6A+kU0aCL4TtTWVnmEiC+bnXAjT1s069HV4eErz1M8vWXBGfAG06s5Kt97vOHrOH/C6m0h56t9E2OWxQ84ZQFKUYaX2RtYFWaatElqG9oVR5qNAVNwBg4hxr7igb1lxmczmESLwmUhN2GhQcrVBpjCqrs0DlaBheC9+8TqgaNc5rcFeNVj4RSVYtgKJaUCu8QvOVM7s1cI4ln9ZvBE6wHYwHxsQCh+Con9tx7Bvpj2+Mn0TbDTZxgyscsqMfHLF1VmiMWaXhlIXx8dGRqUJWE9OK9pH6Kr3NYqsEDANL3cG6aLQuOLOuyMyykDaoi55fn163ZPGaZHmk1KDUmF1CItGSKcX+pCyi2mm1jTM3j9y/TTrzX972abUeg37YWPUfQMnm44vWLKEtGqvRrBTyH9gsffRwYf/1hjwy6wupEI+EOBG7qbKKPKgEfBx7gLnICPvencqw99x+l8WQ9zsILGpeLc1AFLL4ZAYuvoQ9wn/BHxeHNNJjaqeNHwoadQpWJV37kTj/3gDcfSmDAq7Pt5OW7CQnCA4qldP9S6WNCaMbWDGKomw4SEjMm0qbiZ/wNDGEtBhFIWd5g38QjyzNVT1VzT1NNei0pukZoHqmR1by6yHnPUfJP2z8XjPbQl9/bpVldk3b1hKawklZqmRr25ZnntnylPQ14J86shkew7Fs5WZwnWxcQwxs/p+oO7w++/9t3cH10v9K3csTlv/1ul9//X+n5v3rriTzslz7vrqjueQ/rzf6+3dqPXrFitH/cY0NfRhMeKUJe6tvpkZRE6guai61lFpNXUltpW6idlF7ZY8XoNdXYBSkZWy5fGPOkUpKtGLsTJhzSc3k7IBSvfHeMCmnBAanD87/Lff33scNCtk7VarsTSq7qkOlKh4uVLTMXbjrPIUZ6YXPDet6raMYXcqXFXWnkEBW5M3el1PelTWCqQGJ/TNKJ/pHchlkC+Qp/Y4sj56D6oGqYVcVd/5p1rBdC88iRh1z9R0tYdeQYpVKOkTum3LRMUmK6PmWqycuSgldlIItW/t89QWpEoKYOpRqozYieftG6nZqD3Uv9Qj1Y+pZ7MEX73j1sXzEUL0vhv6oQdreoVwoDoqHLsFdVoMcHp5IlhXRBMQhuulPNnGR+pZyvq38wem9ca5Hdo5YPyRLDakXtNhxM8yYnCaTs4Mco+S4o9+5fGQ6ZG4dSSa7Fi4eGZ0fEdXqQrVaeokEYkDpDCbKWzG+47mei+5+41+myE8DR48+sOoF/ITVorjUaLUan171wFHwA3zNFO13NF2Uku0TD2DPwl2jBJ13YOWil8f9GHPJBI5edG/Hv0yR/wjPiHUdKVZC42yGGk6tkHW8eCTOElbOC8wYNgGrvuL/2H15APFxhGPDPCRe5kfcH1YXTQXSKSTP95lVmGVfedhbHsCKxYS7JPZgeEspSvZfU25AnzZ68kTpnJjnMYKj0C397T0FRl1gIFDse/6I9PKPN5w+MB2An+3jIU0DBQR6xW2n1yn41T8F9M33gNj7m7OnNz+9efPT4OCiaQrE21h5VVXDqpdWbDmqVTUOUfF5LDQopi+C9DUfXH3LP28FkyYse3fmlCkz31068X5AfS5tmEBrlKUmr15JjwHxJx8HJfer+MWP/HHjk9Lro2mlJU8Z0yg1TNXvQdmhmwH7/HqlasVx6f0gfubm89T6t4dxClWyQKVK7ehY9vQMjf5nW6beX6NSRZJKBddyYuPm09dy/Na/5nyTy3bFApoPCJr7IJRlNEycRd9D3o2Q5WYMP9zdX14BcjkA2y1Sg+U3fsC9J8lyZm5hiO7z70BTGjTWUxFgjEA0esvrsjkUrgvV6asTTWURoWAoeCTv0+gB2f29CwGwW3ZyDlGm8+gKpHC6vJ6I0/EKQVefX3b87tjXLhVMp5IxQA4hnx6EQ2QvEjspzKGgWJHEP3il7ns7VKqPP1apdqBhFYV21aA4vKz/q7/7bdlycUbo36Z0v/rJ6z7/tl/cQbX8GD/ngQfk56BQNSh+TnvxJwYPXDpvX1x6laG6B8qsvWM8oSUMhH0RWx8F8exK6TW2+xI8PJgLk9lfgeOX4td5UjYkuh/YF2uUaqR+Rr2FrUx06LXrAMvJpnHYTs7a10Ryw4R7r4nmIOnmBLUH9XghRbYA+TrgAakw3vDEciDe6UQX0TiC9czSobCPaFdhWRNbn3DoAr6OcS7RcINRcvBGdjoK+TomIRI9GVG+zorWUFjHoAEmZSI6ptiifTD2CKvWF2jUuqRBmqKw8goFb1Xwe/0avzak0cjBOpzEK0QDuN63MxWKMi1tmRAUeYHT0SzNv0hbvT6uYNJQoVCjgQEO0HRRBadaOK5msdPNBxKekgk6Z41BGw8LUa1Wqyop00LIg6DbJvrn+PKnHDEAlV5vKSqMDBeg0mu0VuR5LFqdgi9YyAKnVsu4RY+gh0o/FG2Fgk4rlLz0hGfCakds0fz68N/Rh3wMfbHHyBdrQ1+s7XMmYDQWmIxs4C2FQiHiVxI7/FptSOvT+jWasMa/GqcrFAZxSqYo5GybOcHsDkALZ1FZ9KI5TzKZXTqzaljaoFUDUFJijqhUeR3xcVtUfKIsMbslpWcyFYtXWtRCnh2AuBPd5GJo5/Try3WiYUks6ntimEGtMdmqRKNQ64acErB6lgd8JFg+t3Te5a5CjuPjkfrqxgZ3yp7nToWKvWrbYaDsTm6qmDZ+LA3BukvaoIO+dViMEGgUiX15PUjQgp9oJOYWoeoYlMZBjFTjz2fL8XcXTGHsl6qczY+nMWHg/HjdD3LzHg0Gm0qM+fN0/DyXviY1UfrHxClgjr+sNhYvNE2bzCXYHZ+UFGdvkLZvaiwDCloNY02bwFr43PWfcAaGneb1TGjO/tapZ0dkVwCWpmHJ8Juk56TnNzXFgSL71qhWRm0L1xW+F5Q6alkOaObatKVpuBns+LI2qs2bq3E0ZadN3bBulTG3H0J0XIxUMVWKeO6xuZU7JA/oGL8x7qadgMURSBSua2jMYpPEhNEP0I8Phf1IhBMSAou6C+vz+4qAMZ4QU+EQWy7bc5SjDOlL2qvcBQBkFTqlEknvENQAwKgVSpahGY7lFCwNzn6wfj04vHCf06zZu6hkZBF4gKUNJq8lYrQomE5z4IEKGoBaRu9zRT2rlvLuWNz7eP8tOfjhEUZUGHgFDcqhgjaw4qx1wKrQc0rVbqji1RwGGODUrO4MeE8qAO/97rYRKKiQXgb1ukarwWbQsDRKSOyu27fF5fXrfXdJBe5ALW0atNfBUqXnoaKV/Sea0SyUHbXizSgxFCZey0QKDysxrNMv4NEE4M0FoqrJ19HY8wUfwkpfEI1psF5GIuDR+4exgTUePNBN2NKN58Kc30vRvpCfwzAEojVKx0AU5YPWHGOEh7IAg7giZg3HaqNXLlrlMe5tAB3StPttXpoZF2TXF/mK3ez+DW9KH+zbKf1toVtfc9/3tkUK8guUDH3lLw+ub2b0Fb4rvn781mBQ9NsZXflxKbvtSOS67RvD4ZvXvnimRWdv/v3rpb7hnYEgRstpAYikjf4gGjyiwxbFXTRkKwsayhI+hVB/MAPVYyPbnOV6n3cv8IPKXb89/XNAK9yzlzw0kfa9Lb0Dq50jn0iVd9w0BJZmxkVFae8BEHhr44LuqrmJIRaOoYErGFSpLQ1tNYEVX1ZxkYYmW55BKdhm5M0ImpnuA9OGqDXW0CywASi3tR2XPrksX21X0WAK0IL4xgWddrumOXTtzZsLC6FFb89zODQqT43Ce/uNrxy8bJbTp2+pCY26TGpG3y94XsO9x/6NsqJekKEmEo9TqVA4B42GFT74FNBBJoC5zDo6zdmBBiBWkzdDM/EhRDZkABsFxegCB60hWMcQfHk6RYWxXyU3o6PRB2drXcMmVG2bY9Lo/VZPlSNQXxTMM2vVKrAi+fxfpC+kbz5/fB4L9KoQk5j/BRgHusGUy83wyzHbf3L8J9vHyAFYPuSP0qfSL6X3JelIu7uMHXnTs6c++/vp11rzq2o00rv/VEBo3/jG9m6Ldfatp7YvfubATPh58UOVYZfZYVWxNKNXaYPBgkB+nhZkf7np6Rl5ic1HgfWeyMTIWu1xaask3aU5cI9Dy0DP8efwJtBzcsDtPD5LMebRv0v3HDsASv72xvfmRKzj77ksfpN01d/ApCYWlTz1tmd//fpPdkyG7tk7Xpf1ScgYQ/YB8RpKPdHpXkZtQn1kH/VDihIsfh/2UIl4R+y5MvE/jQ/mhdBYVkR+5dgFaCJe/j+MH11uKDWgv+XfETI/qig4dxT7TKUzBRWIMfruW0gIqB6DweBFv3/3bP83GfwYFj/srAKnoCuff0co6xDG0Pw2Bn2bWzCvKdvhxrA0FQrTQaMVa9+EYoDYndTia8TFipGldViE7lX1I/gpVrYEsMTqoDfFg43NRKvAGmWAlRx0sQtbp7mx2ZkR+z4W9UC27tUD8jg0zQS1IIgtfzn3oaetWq0ubn06rY0P086V/nrcAPPyI4bloWRouSGSnwcNx6W/ztUOi2vTT1vjOq3W+vQhl11Z6AIpAgz5CqN0+Bi7AxdkT4q5coD+EuUA/aByHHbG51Ay0isE0zLlKlTawcH8RdqEFVVq4f5QQhUExXdLx86YCj2CwtTzDtYFfKfHpBA8haYzoPJu6a2gKhHavxCVZk1oF+Vz0Vg+V7dnTx0IFBeyuKSoTicXJL11N6i8dEHSsbtB8cCC2MLiAMAFcfmxaK/NjMyHm7BEBTCTiycVDs8qAZMSiCY0hzA8C0JYRkbjVoB9nm/fcXzV5e/fu4BHZ79etRuYHwbDpINr16nUR6S3jpyzgU5yDkqOHIJ3wemrf3NgDs+Puvn1VeRMuZ06z9RK96ySXrnvCenlY7ZrQOflIH3fk6DimE2cJK8/5vD/dKheIqpZivigUwO/EE5becS8lAArHw6iH/NdcH2PH0z88KGyx0ZZPrdIQ0Hp1dJxcOLzeZ+BTT/teA7W4glNekH64M0NG94EPkRtvjf/cil545z0BOiSvg9W55fNjcMFqJSr18z7bO6UMc+N6SJ3behfElxzCa4QyaznAT+FPU9NomZSi6k11FXUQ9QT1AvUq9R71EfUGfSO2AanDoRlSGEaW+KgeRqLGLTs7wqbPXNEhCBSglWUVyVSZDHCGifzPZ51UowoL1/UASDqADkRqdy6Bda3E0mXxAqMIroljLPk1juiMJXG3Y7glaYQk4HYYpArTb6BlEdgjXCyXAzoe57YP3NYzoFS2RQTS5bQ7MgWVjevxE0zkKd5lsc+0NUKtZpzBxzAoLRo1Cl3ZKHVEA8WiWOa3RETfwvLeXQODs4EXKLZzIxt58wWFwM38Zp4mbGpNX5uCGfQ62w0bXDCiRreF9Go0SFrCdSjSdxkQkeWETQVQ0Iah3PINUPLF09ZYr5qb60GzPvbsDg9dk1hqC7AlC9s8m7d9+iw4dvXTYpxyWaL9+xKndIslGnJ8WHG5HMytGAwOpl7GYtZ8CksZnN+drFB73TUGgz6VB38hjHo9bgaqDI/0StFMeVWFZeDaJ4Z5NljTz0angOBEUJAA5qhoZZVsRwNWIMV6HkkYzm0pmih88YNt4Chsxloz9eCVQq1jteHTF+qQ0FrSHH/PqULhAzS187y2XlKLe253y0/zM5JJ4yRPIURH+hUSiOYMnaHxiRkgbMxpKloMAsamFkhfT2ynm7vYtNKMKxk/ohO3YqbD1TVbF85Vjn+ykpr2sIPmb5thKGjex5cbi7TobcmR1RBl0IwotdmhHPVZh/DWAp8LGOlFzrq0Ws7nHU+Q3ac3sbQRp3ejupzWkwZ9KrilFf1fwBUC+G2AAAAeJxjYGRgYGBhPD3hfEVkPL/NVwZudgYQuGJ81ghG////n4GTkQ3E5WBgYgDqAABkIwvXAHicY2BkYGBj+M/AwMDJ8B8IOBkZgCLIgGkrAHsKBc4AeJyNVktrFEEQrnn0PIybLIYVNQRWSUyULIqo6EXmsB69iB4MiCLiRSKCJ3Nq/Bn+D8Gjv0q8rVUzVT3ftJOsSz6qu7q63tWTzNNn4l/6kij5RVTSf+F1wbTwPU/WAid7PzxjfHWePplMYXcYruNdK3TPd++ZzBjkXt7pbkQu031r2/d61YcLzvwEmRzsr41VfcmppxhvOeSdOvQdzouUEvblO+P4rNhG0KieB4Ky50+cD7k7xdxYDhRTF9VC5Y5beIijy2UjMlWUb8sD2KfMQx76moS4kZqvrj8/4py8CTmyWHp7EneKPp8JTzON20W1nyr9wvxEZfK4lxhbA7897ZSWd0WtOnOtZeqpSTVvxsOeUt2H2Eecr8TyhT1TQvxQuwZzEs58Vx+NK/jIuhaMCdfgmYB9WzDC3mzkXY0xVsv1sKejfoHZtLNG52/C+4XeTdnH1HKi9K3kifGO7zsByyeF+sLyE5tPXmdM98bqrXm5aLNvvMQP8v3Q+Gw3E6ybL6jd/ewb04xyp3EzfQQ9dkPA/BaFwUOvE+1ID0Y9vBHHoXaX7Qzxn0DzafNscuEu+3KkNLxDpfK0DvPSr1b4prLsbGRWwqyKTAX+W71l9utO/gTf6TBX1L8P5W+6Fc+T+mlvcxtXjXd6Oq16/tzqUa+pWYQD81n9nzO2wcZS/XnM60sghz4/4fMrI+9CjKuM93z+Sv2+rXpqpge1+h6D5TYF+F1AvVVELb9Qh3bNPm7gu4x1wDuDtdZX99sF6NQeT62v4L1NZUZZvtCzlNftXNhsQJ2DriryIe6J6g+9qHU/lifrbYy7gPOSzu8NzCfmsvwxOAv9yPY+tHd/9vpD/MOaXGa5Taa7Y32h7/h+Nc5/Hvn3FGzNzReIbW8sLtV9nfcfWe+h8rNyqFvWS51/6cfMZlz1B3m3ov1Cv0cO7Xnawh6xb5We79dDW7Oov/7pDeDv2t18BPC/RRLPRUAKve7pruRcfbwTZDzdFHre7y/1CnzxeJyllntUz2ccx9/P404uuYYQGmnNQpFkihBiIeMQi7kzs2mbTYaJZYwk17k0l61NyD3kHic0cg+5h5BpriHsZf/4f+uc9/n+vs/zubzf78/zfU7Sv38e/wExkqkIFkg2AmRIhYJBnlQ4VCrqCq5IxUdKJcYC9kuyXsoNnJIcoqTSA6UyCVJZ3svx7khZx8VSeXIq0KNCplRxIiiQKtGvspdUpZzkRJ5TulR1tFQtCMRJ1ennzHoN8moWB3CqRS+XGQBOteOlOp5SXRfJlRhXuNULlOpnS270bAA3d/LcU5BHD49H0nv0b+gPeL4fDtjzRLPnSqkRPRvDqQk9veDlxbs3tb3h650sNeV30zBATjM4NkOnjwOgjs8mqTleNefpOxTkSi32SH7oaQk+8APwasVeK3r7k+9PnQD4B1C7dS+QL7Whdxu4B1IrkPi27LXjvT1x7bOkIOp2QH9HH6lTohRMTGdyuqC/Czy74PuHSVIInELg1xUdXfGpGzy7MYPuxHVnvqHs96BmT3zsRd3e+NQHX/pQOwyuYXDpS1w//O5Hj4+pEY6OAeQPwMeBhQFcBoUAzsHgVGkINYfQcxjch6F9OLMYQd8RcBoJt0+pP4r8z9gfzdn4HM+/oPcYzlIE84kg90tyxlEnknMTiT/jWR9P3HfR0gTmMZG1SU4AnpPxMIrZRVF/CrlT4DkVjT/QJxru0+AwnfwZadJPxM9kbxY5Mcwxhr3ZnI9Y+MWyFgufWNZiOZdz6D+HnDg0xlErDo/mwn8e53E+81/ArBY6S4vguoj5/EyvxfizhHpL2VuKd8uYWTz7v+DPcjQvR8MKZrYCniuZ1yrqJHDWVuN7IrUS8XIN72typLX0WofGdcwxCW5JnOv1eLSe72MD3DfwHWyA30Z6bWQWm5jLZvzaTN0t1NqCH1s5h1vhnUzeNuK3wWl7+lvsgEcKmneibxc6d1NvDzPchx/78Go//FLplYrfB/DwADoP4n8aZyYNPofodYg6h6lzBL5HWEuHy5/EHKXnUXQcg38GtY6j/zjzO4HWEzxP0uMk6yfRfApPTrN/Gr/O4PsZ8s4yp0x0Z6LhHGvn4HUeb8/D4QK+XKBHFryz4HyR2IvovISWy+xd5pu4AuerrF/Dl+touM65yIbjDeJvMuNbxN2idw7rt/kW74C7IBff7nGW/+JM3mfvAb48RNMjch/zHT3BhyfwfEp+Pt7nU+sZZ+I5vV7Qs4BvpQCOL9H3Et4v4f8Kza9Ye11cRhVlimySKfpIpli+TPEMmRIDZUqWAwtkSjnJOBQGK2VKe8iU4SouGy3jyG/HeJny6TIVfEA213SMTCU3QGzlXqBApsoeGacomapjZapFylQPlXE+JVPDH/CsSU4t6tdiz4W82sTXIbYu3OqOlHFlz5Ue9YfKuOXIuAfLeFCjIc9GEQDeja/INPEESTJeCTLerDclppmrDHehaR4k44se3zyZFvTzg49fpkwrOPo7ywTQs3WaTBsQuFimLfHtQPvRMkE8O8CnowtAYyc4B6O7M750QUMI4C4z3eDQPVAmlLgecPsoHBDbkx69vAAxvdHSG+/64G8f4sPQ3Bce/dgLj5PpT6/+KTID4PkJeQMTZQahZTDah2TJDGVOw8JkhsNnFBpG03sMdb5C29dwH4u2b6j/7QyZceRE8hyPPu4qM4G8CcxzAjOeiK+TqPs98ZPhNpn9KPKn4N9UfkezN43cH5nr9DeA30w0zcTbWfgaQ7/ZnJs55MfxnIuuucx6HrXnE7sQXYuot5i4JcxxCRqXsrYMz5Yxw/hUmeXMZQW9V6JlFX1/nSjzGz0S4MsdZBJy3+J3vPiDc7Uab1dzFhLxZQ1c1vK+Fr3r6L+O9yT8SOJ9Cx5uRWMy3nDPmO3sb8ffHZyHHehLgVMKfXfSb9cbsLabWnvwfy8c98JvPzn7mXcqeg6g+SD9D8IlDd6HwGH6HGEvHc1H4XyM+hn0PM5sTzCrkyGAvdPM6Qy9znKWzuJRJuf1PPwvUDMLXKQWd4W5RL3LcLmKD9fIy4bHDfZu+sncgtct9OXAP4czdZs+d+h5h9934ZiLj7nJgNr3qHUffffRlIeGPPz6G20P4POQvIf4/5i6T/h+n3Dun8LtKT7lw+8Za895f4FnBcQUoIV7w7zkLLyix5v74nWGrPGStc6yhTxkCw+VLXJKtliIbAnWS/Lb4Yps6TzZsk6y5VhzzJat4CdbkfhKgP+vbBVPWScf2aqustWiZavzu8Ym2ZqhIF3WJVK2NrXrJMq6Bsu+Q3y9INn6xLo9km0wQ9adNfcs2XfjZD14NqRWw1xZT9AoSraxPyiQbZIs6xUh681+U3Kbu8j6ku8L1xYOgJp+biBTtiXcWhHvv0A2AB1t4mUDqdGO96BwQH4H+AWn/B/8A2W9n3QAAHicY2BkYGA6zCTJoM4AAkxAzAiEDAwOYD4DAB0oAU0AeJyVk99qE0EUxr/dpE1rpGDRUryQQUTBi920lBaCN9s/6U1oYgilV+o2O0mWJrthdpKQa19A8AXEKx9AvBe89FUEH8FvJ2MTsUJNSOY3Z+b8+c7ZBbDtPIWD+cfHG8sOyvhk2UUJ3ywXcA8/LRdRdh5aXsGmU7e8SvvUcgkv3WeW13DXfW95HXfcL5bLeOD+sLyBR4WAWZziOnevTMacHWzhnWWXtz5bLuAxvlsuYstxLa/gCXXNeZX215ZL+Oi8tbyGbXdmeR333Q+Wy3jufrW8gReFAo6QYoQZFGL00IeGwDFCTCBJp6QEEc8FdlHBDvbhkQMM+BVLXpnZSa6Sa+4d8SaO0tFMxb2+FsfhRIrTMIlmYreys++JYDAQ5igTSmZSTWREhxrrSRgvwNRESzHkilqa6GAqs3TITYuWHsasIGQutGRvPAhV7tvAGdqo0/sQVe7atJ3gAk1yizvUGmftenBYbbRrJxfNRqt9u4znRlVGtfldgT1qO+CvstQXnEuVxWki9rwDr2JE3i54k0IkpWSm5XkTuyadoF9q/vvm5KZR5T4d0u/CulzVkk/X5s8tijkiWoembVe0hbRqE++S7VxESbjmu46pmVNpDmSYSc6pK5XQqdB9KRajzWRH58K7qTInXaoTWoWRHIbqSoRaq/hybK4kqY47MrODVqayv3qjtLhuzk3PIhbPEkwfNPtS5SvuX+sN/4jpGWXoaz2q+n5eXjiP78Xp/0TwOal5VxLTef8fMf0BRSaZ9PELz4vYEXicfVcFdOPIsnVVmWInGVimt8yU2JacLE9gmZm9st22NZYtjSAwy8zMzMyPmfYxv33MzLCPmaqk9kzm/HN+TtIk3b7dfW9XKSlM/b8/+BoXkMIUpW5KXZ+6LnVj6pbUrakbUrelbgYEgjRkIAs5yMMQFKAIwzACo7AMlsMKWAkbwcawCWwKm8HmsAVsCVvB1rANvAm2he1ge9gBdoSdYGfYBXaF3WB32AP2hL1gb9gH9oUxGIcSlKECBphQhQmYhP1gfzgADoSD4GA4BFbBFEzDDMzCoXAYHA5HwJFwFBwNx8CxcBwcDyfAiXASnAynwKlwGpwOZ8CZcBacDefAuVCD88CCemo09UZqBBrQBAUtaEMHbFgNXXCgB31wwYM14EMAIUQwB/OwAIuwFs6HC+BCuAguhkvgUrgMLocr4Eq4Cq6Ga+BauA6uhxvgRrgJboZb4Fa4DW6HO+BOuAvuhnvgXrgP7ocH4EF4CB6GR+BReAwehyfgSXgKnoZn4Fl4Dp6HF+BFeAlehlfgVXgzvAXeCm+Dt8M74J3wLng3vAfeC++D98MH4IPwIfgwvAYfgY/Cx+Dj8An4JHwKPg2fgc/C5+Dz8AX4IrwOX4Ivw1fgq/A1+Dp8A74J34Jvw3fgu/A9+D78AH4IP4Ifw0/gp/Az+Dn8An4Jv4Jfw2/gt/AG/A5+D3+AP8Kf4M/wF/gr/A3+Dv+Af8K/4N/wH/gvphAQkTCNGcxiDvOpHXAIC1jEYRzBUVyGy3EFrsSNcGPcBDfFzXBz3AK3xK1wa9wG34Tb4na4Pe6AO+JOuDPugrvibrg77oF74l64N+6D++IYjmMJy1hBA02s4gRO4n64Px6AB+JBeDAegqtwCqdxBmfxUDwMD8cj8Eg8Co/GY/BYPA6PxxPwRDwp9TqejKfgqXgano5n4Jl4Fp6N5+C5WMPz0MI6NrCJClvYxg7auBq76GAP++iih2vQxwBDjHAO53EBF3Etno8X4IV4EV6Ml+CleBlejlfglXgVXo3X4LV4HV6PN+CNeBPejLfgrXgb3o534J14F96N9+C9eB/ejw/gg/gQPoyP4KP4GD6OT+CT+BQ+jc/gs/gcPo8v4Iv4Er6Mr+Cr+GZ8C74V34Zvx3fgO/Fd+G58D74X34fvxw/gB/FD+GF8DT+CH8WP4cfxE/hJ/BR+Gj+Dn8XP4efxC/hFfB2/hF/Gr+BX8Wv4dfwGfhO/hd/G7+B38Xv4ffwB/hB/hD/Gn+BP8Wf4c/wF/hJ/hb/G3+Bv8Q38Hf4e/4B/xD/hn/Ev+Ff8G/4d/4H/xH/hv/E/+F9KERASUZoylKUc5WmIClSkYRqhUVpGy2kFraSNaGPahDalzWhz2oK2pK1oa9qG3kTb0na0Pe1AO9JOtDPtQrvSbrQ77UF70l60N+1D+9IYjVOJylQhg0yq0gRN0n60Px1AB9JBdDAdQqtoiqZphmbpUDqMDqcj6Eg6io6mY+hYOo6OpxPoRDqJTqZT6FQ6jU6nM+hMOovOpnPoXKrReWRRnRrUJEUtalOHbFpNXXKoR31yyaM15FNAIUU0R/O0QIu0ls6nC+hCuogupkvoUrqMLqcr6Eq6iq6ma+hauo6upxvoRrqJbqZb6Fa6jW6nO+hOuovupnvoXrqP7qcH6EF6iB6mR+hReowepyfoSXqKnqZn6Fl6jp6nF+hFeoleplfo1dQdmbZjBUGmFwV2Ixsoy2908qo/pxzXU5kO98N0EFp+QYqa6nnhYjoKlJ9u2U4vH3ZqjuW3FYadnLTtIES3m/VVz51TubWu26vZ/Xxcu1FIbquVDex233Ko4bYzoW8FnXTH7ak8z6ZqlhOmQ7un0r5rNYeb7nzf4YYM5wedbORJlbH7dXeh6DnWYq1h+w1HMaenrDDnq5avgk5elhJP6LiNbrrlWO0Cb6bpddy+CgpzrhP1VI3XU9RNIRjS7cjLrvEbblPl6lZcU2i10/wXpOuu281L0bP8bsbz7X6YbVg95VvpltsP+bnTzNqh5diNYqgWwlpH2e1OWIjb83Yz7BT4Wbtfc1QrHE6aDdUPlV9MOr68PpK0V0dBaLcW07KXot1v8nsJTrfjd0dbVkPJqdXm7KZyc57dCCNfZT3Vb9hOoWd5NVmr8rNWUybkE+Z1qqYdZoKO5atMo6P4hESwkSBUXq1uNbrzlt8caVl8hINeftBIy6FnPItNwMZwvVzL9WV8OH590Iln0p2MWq0a4TDzzPlusvORQSfewpDnREFNjFHo2X3dLCYmits5txvXI2sixUfCOOkN2f2Wm8CChq9UP+i44YiGJa4YYmDSKtSt/qBp+b47H6+jmDTjVeSTduTp57Ej4iMSH/FyAnutqrUixxnW7aBnOc5ytdBwrJ61blnptt1i2ymrxXfEV3m1yEZjNYak0XDcQA3zqfTtfjt+PcPn2Vf5huWoftPys77Vb7q9XMPt9VjjbM9q91VYGJxX5K07R1kf2z2cVyoc4a17nkzZ4As73GIXKj8hK+qOLGGZXvic8kObGVfofsf17bVsX8sZYsfXGh2ZJJy3Q/ZlcvBiMrF93BtOHF9jct+lrlpM820O8nrJwUjYiXr1gNcqB7dM92S50h+KA0nHclrFOLokMSUn83KIGHHsfpfNmRxlzouCDm9rhG+P8jls1ORxHELsfpbJvc5isW0zQz3xQRIdhCbjsA/4cOW+F2OLJ0Sjg8ubdAvxCwmZ3nB+sNdsMnM26ksMKbLF+NLIATfJDwLqNPlSsBv48PrpunKcYkOOtcUHG6pCh2XU7o6b4rZc3Iq8ZEQOZEXiyNp6R67cYCSeYNkGQ5G3IUim4Rju1lV23uc738mEVtANshxReTNDdd9WrYYVqII4N7knmbbvRl5azjLDHoma2bqyOEJQIwpZSo9PxfJi/9heOrDmVEHOp1Zno3bZca7PfsLIQdfhiOHbXRV2eMJ2ZyjiuOTztIrXUHdUhs1rNzjMR43uEMvI6+HrO7quFR/78rbrtnk362JAcclAhjVUiwU+cxXGO80nTb6kSSO+xEkzPiu+NxzC+0E6cH22GhfJPYlbfHkGmS1OKgOvpXndLhumzf5vckqqu6xxUdtZ3hweWDvOKBzjQ/ZrqDi25tnbPmtvcUTkmFdwZBE1tkU9z3GBdW6r0fiIa4MMNpx0E6fmJJXWes0iY8OOG/Dhq3wQ2aEolhdTCWO2wYlKKc4wLkdlyZRxOpEt1CPb4R208wz2JO8MWT1mt/oNle2pZtcOiy1ZErOsVrx0xXmgk4Sp1lhLrWi6UV2s1JcTj/23wUjivw2G2H8b9GVfhfX44hJgfoAorH8111RBl9NG1rE8qWKjhMM9ty77im/jsPZ37LfCmsgN9dRJM9GZd9vv82aSdzOc/Z3Fgg4FfDDLl4bAOAwtCYPSL6gFT25hoi4L6CXvZYIeLyTT4qvVp57q5Noc6zyrmecwF/siL98S8uZo3IhDC7u5mecz5uxlOWn5YhiKF8SvOcvWxTsdgDiYJMkivr/pBkexIYFIuuxKsGFXpmul6mRxSWYpBhHfSL6+tse2jupJi1+bKA970dq1cna2aihOoDKhHOPo+mYt/vDq2Mppjg4STbKaFZKiauwm9lBkBx0+UZ+DnZLEs9BocoDS2SYYfLSs3GBEB6ilQxKglvbjANUJe46RbgRBOcve5JBZSKKqNjFHJs6OG7HfbS+wgyUJacW6sUHSStfKY+Wh+NNP5s/yIK93dP2XQ5yuk5AfD+YdxZdebJg0Yscmz+PPiDisx1eiVh4vFZKUH2cEvvZ8rSWzJQZZ7xS2rrxdJRX51K57FAVNsvs+rfYWyY/q1PXnqR425DNZDa27s8vjOFQXY3gdq843slYuTa5cNxpyOK1HoQo2/b9Dsq2RwXAcg1ds0ItjU61crkhhDC9yNo3qeiO6k15gmYcWBp8e696Rw8w12Sz8Uc0hnb/0BsGLv7G43/atXrbF37Rdn6wmh47x6vho3Q7rkRy9loEjoeMXkyoeWua4TLQ+S40s6Ufe0qfiq+VL+skVn+fPXHc+yPE19V27meGLES3wMu265Jagu+hxUnMjP1gTsWL8OcBWcbMtDsuOSkshCTy0PQoikdY0c/LPjT2nqB61ca6bmVd23eV/HPr8yy9US6Px3muDzctYZZNkSYOc6yQ5Rx6Zo003XPJAxiaG5/hTnL9K4zXxyMTYSJLZ4oGaK0MlKcpSiFYThhSmFFUpJqSYzEV9+9DxVWN81tY4j0wKaLIsXQFNCmhSQJMCmhTQ5GS6VhmLEXVplaQoS1FJZpsal44pRVWKCSkEND4mhTwdF9C4gMYrUhhSCGJcEOOCGNdrmx7TteBKgisJriS4kuBKgisJriS4kjCVhaksiLIgyoIo6+XN6AlnxnUdvyHQsqacMXRt6lomr8gcFWGtCGtFWCvxA4FWNHRWiA0hNmRaQ0CGgAwBGQIyBGQIyJClmoIwBWEKwhSEqZd6aPxMQGaVz7sVPxNQVR5UBVQVUFUeVIWmKjRVU15uSEtoqoKYEMSEIMQXFfFFRXxREV9UxBcV8UVFfFGZEMSkICYFIaaoTApispJulWIZ2RTcih8IQkxhsCm4GJeiJEVZiooUhhSmFFUpJqSYzMwpDpvcFEsYMpchljDEEoZYwhBLGGIJQyxhjAtJSUhKghAzGGIGQ8xgiBkMMYMhZjDEDIaYwRAzGGIGQ8xgiBkMCV9GWRBlQZQFIR4wyoKoCKIiiIogRHpDpDdEekOkN0R6Q6Q3KoIwBCG6G6K7IboborshuhuiuyG6G6K7IboborshuhuiuyG6G6YgTEGI6IYpCFMQLHqrxAguBMGic0sQIrohohtVQVQFIaIbIrohohsiuiGiGyK6IaIbIrohohsiuiGiGyK6IaIbIrohohsiujEpCIkEhkQCQyKBwaK3SlUV27Q0MaZrxpkivSnSmzoelCYMXZsyWJViQgrmM8VLpuhviv6m6G+K/qbob4r+puhviv6m6G+K/qbob4r+puhviv6m6G+K/qbob4r+Zim5lqVVeoWrxnVd0nVZ13qpq/RSV5m6rup6QteD+VbpekrX07qe0fVsUk9p3inNO6V5pzTvlOad0rxTmndK805p3inNO6V5pzTvlOad0rxTmlcHzdK05p3WvNOad1rzTmveac07rXmnNe+05p3WvNOad1rzTmveac2rY2tJx9bSjOad0bwzmldH2JKOsKUZzTujeWc074zmndG8M5p3RvPOaN5ZzTureWc176zmndW8s5p3VvPOilMmNemsJp3VpLOadFaTzmrS2dn/AboJB4wAAAA=) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTWu+R7kAAoaQAAAAHEdERUYC8AAEAAKGcAAAACBPUy8yiDJ6QAAAAVgAAABgY21hcAq/On8AAAyoAAAC8mdhc3D//wADAAKGaAAAAAhnbHlmj/euTQAAGqwAAky8aGVhZBCJ5S0AAADcAAAANmhoZWEPAwq1AAABFAAAACRobXR4RXkYhQAAAbgAAArwbG9jYQL1olwAAA+cAAALEG1heHADLAIcAAABOAAAACBuYW1l45eLrAACZ2gAAASGcG9zdK+Pm6EAAmvwAAAadQABAAAABAHLkM94WV8PPPUACwcAAAAAANQzzTIAAAAA1DPNMv///wAJAQYAAAAACAACAAEAAAAAAAEAAAYA/wAAAAkA/////wkBAAEAAAAAAAAAAAAAAAAAAAK1AAEAAALDAhkAJwAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAwZpAZAABQAABIwEMwAAAIYEjAQzAAACcwAAAYoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcHlycwBAACD1AAYA/wAAAAYAAQAAAAABAAAAAAAAAAAAAAAgAAEDgABwAAAAAAJVAAABwAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAXQYAAAAGgAAABwAAAAcAAAAGgAAABoAAAAUAAAAHgAAABoAAAAcAAAAHAAAABwAAeQWAAG4GgAAABoAAAAYAAAAHAAAABgAAAAWAAAAGgAAaBgAAAAYAAAAHgAAyBoAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAcAAAAEgAAABwAAQAaAAAADAAAABIAAAAaAAAAFgAAABwAAAAYAAAAHgAAABoAACgUAAAAGgAAAB4AAAAaAAAAFgAAABAAAAAcAAAAGAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHgAAABgAAAAQAAAAGAAAABAAAAAcAAAAGgAAABoAAAAcAAAAEAAAABwAAAAaAAHoFgAAABgAAAAYAAAAGgAAABwAAAAQAAAAGAgABBQAAmgUAAFoGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAQAYAAAAGgAA1BoAANQcAAAAGAAAABgAADQWAAAAFgAAABoAAegYAAAAGAAAABwAAAAWAAAAHAAAABwAAAAcAABAFgAAABoAAAAcAAAAHAAAABgAAAAcAAFoHAABaB4AAAAaAAAAGgAAAB4AAAAMAAEAHAAAACAAAAAYAAAAGAAAABwAAAAcAAAAHgAAABwAAAAYAAAAGAAAAA4AAAAcAAAAGgAAABgAAAASAAAAHAAAABgAAAAaAAAAGAAAABoAAAAYAAAAFgAAABYAAAAUAAAAGAAAABoAALAQAAF8GAAAABoAAAAeAAAAFgAAABgAAAAcAAAAHAABABgAAAgcAAAAHAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAaAABUHAAAABYAABQcAAAAGAAAAB4AAAAaAABAHgAAABoAAcwcAAAEHAAAABYAABAYAAAAGAAAABgAAAAcAAAAHAAAPBwAAAAYAAAAGgAAABoAAGwcAAEAGAAAABgAAAAYAAAAJAAAAB4AAAAQAAAAEAAAAAoAAQAKAAAAGgAAABAAAAAQAAAAEAAAABwAAAAYAAAAGAAAABwAAKAcAAAAHAAAABwAAAAOAAAEHAAAABoAAAAcAAAAEAAAABwAAAAeAAAAHgAAABYAAAAWAAAAHAAAABwAAQAeAAAAFgAAABgAAAAWAAAAFgAAAB4AAQAcAAAAHgAAABoAAQAYAAAAGAAAABAAALQQAAA0EgABNBIAATQKAAC0CgAANBIAATQSAAE0HgAAAB4AAAASAAAADAAAABgAAAAaAAAAGgAAABwAAQAYAAAAHAAAABoAAAAaAAAAHgAAABwAAAAcAAAAGAAAABgAAAAYAAAAHgAAAB4AAAAcAAEAHAABABoAADQeAAC0HAAAABoAAAgWAAAIGgAAABAAAAAaAAAAEAABgAoAAAAKAAGIGAAAFBgAABQeAAAEGgAAABIAAAAWAAA0FAAAABoAAAAWAAAMGgAAkBwAAAAYAAAAGAAAABgAAAAYAAAAFgAAABwAADAcAAAAEgAAABgAAAAWAAAABgAAABgAAAAYAAAAHAAA2BgAAAAWAAAAEAAADBAAAAwYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABAAAAAQAAAAEAAA0A4IAAAQDAAQFAAAABwAAAAUAADgGAAAABgAAAAaAACIGgAAiBwAAIgcAACIGAAAiBgAAIgaAAAAGgAAABgAAAAYAABsFgAAFBgAAAAcAAAAHAABABgAACwYAAAAGAAAABgAAAAWAAAAGAAAABAAARAYAAAADAAADAwAAAwcAAEAHAAAABYAAAAaAAAAFgAAABgAACwYAAAAGAAAABQAALAYAAAAFAAAABAAAAAYAAAAHAAAsBgAAAAcAAEAGgAAgB4D//wcAAAAGAAAABYAAAAUAABUGAAAABgAAAAYAAAAGAAAABoAAAAYAAAAEgAAABYAAAAiAAAAGgAAABgAAAAcAAAAHAAAACAAAAAkAAAAGAABtBgAAAAcAAAAGAAAABgAAAAeAAAAGAAAACAAAAAYAAAAH9gApBgAAAAYAAAAGAAAABwAAAAYAAAAFAABABoAAAAMAAEAHAAAACQAAAAgAAAAGAAAABwAAAAYAAAAHAAAQCAAAAAgAAAAGAAAgBgAAAAQAAAAJAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAACcHAAAACAAAAAcAAAAHAAAgBwAAEwcAAAAGAAAABwAARAYAAAAFAAA5BwAAEggAAAAHAAAABwAAAAYAAAAGAAAABwAAPgUAABgGAAAABgAAAAYAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAABkHAABkBgAAWQgAAAAIAAAqBwAAAAYAAAkHAAAnCQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACAAADggAAA4FgAAABgAAAAYAAAAHAAAABwAAAAcAAAAIAAAABwAAAAgAAAAHAAAABgAAAAgAAAAIAAAACQAAAAYAAAAIAAAABQAACwgAAAAGAAAABgAAAAYAAAAIAAAABgAAAAYAAAAIAAAACAAAAAYAAAAIAAAACAAAAAaAAAAGgAAACAAAAAgAABMGAAAACQAAAAYAAAAHAAAABQAAAgYAAAAFAAAABgAAAgcAAAAHAAACB4AAAQgAAAYGAAAABQAAAggAAAQFAAAABQAAAAcAAAAHAAAABgAAAAUAAAAGAAAABwAAAAgAAAAIAAAACAAAAAYAAAAGAAAABgAAAAcAAAAGAAAACPgAVAkAAAAHAAAACQAAAAkAAAAJAAAACQAAAAkAAAAFAAAABAAAAAgAAAAJAAAABgAAAAYAAAAJAAAACQAAAAcAAAAJAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABwAAAAcAAAAIAAAACAAAAAcAAAAGAAAAB7UAAAcAAAAHAAAACAAAQAcAAAAJAAAABQAAZgYAAAAGuAAACQAAAAcAAAAHAAAABwAAAgcAAAAHAAAACAAAAAcAABYGAAAOBwAAHQcAAAAHAAAABwAAAAcAAAAHAAAABAAAAAcAACUIAAAABwAAAAcAAAAHAAAABAAAAAcAAFIGAAAABgAAAAcAAAAHAABFCQAAAAcAAAAHAAAgBwAAAAkAAAAHAAAACQAAAAYAACQGAAAABgAAAAYAAAAGAAAABwAAAAgAAAAHAAAhBgAAawQAACgGAAAABwAAAwcAAAAGAAAABwAAAAcAAAAGAABEBgAAAAWAACcJAAADBYAAAAiAAAAHAAAACQAAAwcAAAAGAAAABf8AJQaAAAEHAAAABQAAAAYAAAAGAAAABoAADwYAAAAJAAAABgAAAAaAAAAHAAAABgAAAAYAACUJAAAABwAAAAcAAAAGAAAVBoAAAAaAAAAIAAAACAAAAAcAAAAHAAAABgAAAAUAAAAIAAAACAAAAAcAAB0JAAAABwAAAAQAAAAEAAAABAAAAAQAAAAEAAAAB4AAAAcAAAAGAAABBwAAAAcAAAAIAAAABwAAAAcAAAAHAAAABwIAAAYAAAAGAAAACIAAMAcAACUGAAAABoAALwcAAAAHAAAAB4AAJgcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAewAAwABAAAAHAAEAdAAAABwAEAABQAwACAAqQCuALQAxgDYISIiHiJg8A7wHvA+8E7wXvBu8H7wjvCe8K7wsvDO8N7w7vD+8Q7xHvEu8T7xTvFe8W7xfvGO8Z7xrvG+8c7x3vHu8f7yDvIe8j7yTvJe8m7yfvKO8p7yrvK+8s7y3vLu9QD//wAAACAAqACuALQAxgDYISIiHiJg8ADwEPAh8EDwUPBg8HDwgPCQ8KDwsPDA8NDw4PDw8QDxEPEg8TDxQPFQ8WDxcPGA8ZDxoPGw8cDx0PHg8fDyAPIQ8iHyQPJQ8mDycPKA8pDyoPKw8sDy0PLg9QD////j/1z/WP9T/0L/Md7o3e3drBANEAwQChAJEAgQBxAGEAUQBBADEAIP9Q/0D/MP8g/xD/AP7w/uD+0P7A/rD+oP6Q/oD+cP5g/lD+QP4w/iD+EP4A/eD90P3A/bD9oP2Q/YD9cP1g/VD9QP0w3CAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBgAAAQAAAAAAAAABAgAAAAIAAAAAAAAAAAAAAAAAAAABAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgUKBwQMCAkLAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAACwAAACQAAABFAAAAZgAAAJ0AAAC0AAAA0wAAAPwAAAEVAAABiQAAAbgAAAIbAAACXgAAAnQAAAKVAAACygAAAvUAAAMhAAADWQAAA6oAAAP1AAAEIQAABEAAAARnAAAEmwAABMsAAAT2AAAFIAAABT8AAAVkAAAFjQAABcQAAAYZAAAGMwAABlwAAAaSAAAGpQAABskAAAcZAAAHSwAAB4IAAAedAAAHygAACCMAAAg8AAAIaAAACIwAAAjIAAAJCwAACTgAAAmRAAAJ+QAACicAAApVAAAKggAACq8AAAsEAAALPQAAC3YAAAuQAAALtgAAC9gAAAvvAAAMBQAADCkAAAxlAAAMpAAADNkAAA0NAAANJQAADUgAAA1gAAANbgAADYgAAA2XAAANrwAADdIAAA3qAAAOAwAADhgAAA4tAAAOUwAADm0AAA6aAAAOuwAADvAAAA8cAAAPXAAAD48AAA+5AAAP2gAAD/YAABASAAAQLwAAEEwAABBuAAAQlgAAEL4AABDZAAAQ5wAAERMAABE5AAARbgAAEacAABHMAAAR9wAAEjsAABJjAAASjgAAEusAABM5AAATWQAAE4sAABOgAAATtQAAE+wAABQYAAAUKgAAFE0AABRoAAAUgwAAFJsAABTLAAAU5gAAFRgAABVMAAAV/AAAFjcAABaCAAAW0AAAFuMAABcPAAAXPgAAF2YAABeKAAAXuQAAF+gAABgcAAAYiwAAGL0AABkBAAAZOwAAGVQAABl0AAAZsQAAGdgAABnqAAAaUwAAGnAAABqRAAAawwAAGvUAABsgAAAbUAAAG4sAABvTAAAcIQAAHGkAABy3AAAc3gAAHQQAAB0qAAAdUQAAHtgAAB8AAAAfLwAAH0QAAB9pAAAfogAAH+UAACAvAAAgRgAAIGMAACDSAAAhBQAAITUAACFqAAAheQAAIZsAACHQAAAiJgAAInAAACLEAAAjMgAAI2MAACObAAAj0gAAJAgAACQwAAAkVQAAJIMAACSSAAAkoQAAJLAAACS/AAAk2AAAJPIAACUBAAAlEAAAJTwAACVgAAAliQAAJdcAACYWAAAmRwAAJpEAACauAAAm5gAAJygAACdVAAAnlgAAJ74AACfnAAAoEQAAKFQAACiLAAAoqQAAKM4AACjqAAApGQAAKVcAACokAAAqwgAAKwcAACs7AAArZAAAK3oAACugAAArxgAAK+wAACwSAAAsOAAALF4AACxzAAAsiAAALJ0AACyyAAAs1gAALP0AAC0cAAAtQAAALVkAAC2HAAAttQAALe0AAC38AAAuHgAALl0AAC5+AAAuswAALrMAAC6zAAAu6gAALyEAAC9QAAAvgQAAL/IAADAxAAAwgwAAMKMAADDXAAAxCAAAMS8AADFEAAAxbgAAMaUAADIMAAAyOAAAMlkAADJzAAAyqgAAMuAAADL4AAAzPQAAM2UAADOeAAAzugAAM+wAADQjAAA0SwAANGIAADSCAAA0ogAANMMAADTjAAA0+wAANQ4AADVLAAA1ZwAANZgAADW6AAA12wAANhIAADYtAAA2WAAANnEAADaVAAA2rgAANsYAADblAAA3EAAANzIAADdbAAA3fAAAN6EAADfGAAA36wAAOC8AADhbAAA4nAAAOMgAADj5AAA5IAAAOXIAADmwAAA5xgAAOfsAADo5AAA6dgAAOrYAADr2AAA7NQAAO3QAADu3AAA7+QAAPIEAADz9AAA9IAAAPU0AAD2EAAA9pwAAPcYAAD4WAAA+MAAAPkkAAD6bAAA+7wAAPwoAAD8uAAA/QwAAP1gAAD9tAAA/ggAAP64AAD/CAABABQAAQW0AAEG9AABB/gAAQjQAAEJZAABChAAAQqYAAELGAABDAQAAQykAAENLAABDgAAAQ+IAAERLAABEaAAARLMAAETOAABE+QAARSQAAEVKAABFaQAARZYAAEW/AABF8AAARiEAAEZeAABGnwAARtUAAEc1AABHUAAAR3UAAEekAABHwQAAR98AAEgpAABIcAAASJ4AAEjCAABI2wAASQEAAEkzAABJ2gAASjoAAEqTAABLFQAAS5MAAExdAABMfQAATLgAAEzMAABM7AAATSoAAE1dAABNlQAATckAAE4DAABOUgAAToQAAE68AABO5AAATyEAAE82AABP1gAAUAcAAFBwAABQsgAAUPIAAFEnAABRUgAAUZIAAFHcAABSEgAAUl4AAFKIAABSuQAAUvUAAFMoAABTRgAAU5AAAFQQAABUaAAAVLgAAFTRAABVCAAAVVMAAFWYAABVtQAAVdYAAFYNAABWKAAAVoEAAFaiAABW2QAAVvgAAFcfAABXdgAAV6gAAFglAABYUgAAWG8AAFi8AABY1gAAWSsAAFldAABZmgAAWfcAAFotAABaVwAAWp4AAFuhAABcEAAAXPgAAF2EAABd8gAAXiQAAF5iAABeowAAXtoAAF8jAABfRwAAX2kAAF/XAABf5gAAX/4AAGAbAABgXQAAYKQAAGDNAABg6QAAYTIAAGFsAABhqQAAYh0AAGJjAABijgAAYs4AAGLoAABjkwAAY6oAAGPVAABkBAAAZEUAAGTkAABlBQAAZUEAAGV/AABlvgAAZegAAGZfAABmsgAAZwQAAGdCAABndgAAZ58AAGfGAABn+gAAaDEAAGiDAABozQAAaR4AAGlsAABpoAAAadMAAGoHAABqJAAAajsAAGo7AABqOwAAalYAAGqKAABqyAAAavMAAGsrAABragAAa4gAAGuiAABrwQAAa+oAAGwQAABsIgAAba8AAG3bAABuOAAAbl0AAG6BAABupQAAbskAAG7pAABvAgAAbx4AAG9TAABvkwAAb6kAAG/IAABwEgAAcEYAAHBxAABwwQAAcPkAAHEoAABxVQAAcYoAAHG7AAByAwAAckMAAHKiAABy6AAAcz4AAHOHAABz5QAAdBsAAHRZAAB0twAAdNQAAHT+AAB1YQAAdZ4AAHXcAAB1/wAAdj0AAHarAAB21QAAdxUAAHdDAAB3fAAAd6IAAHfTAAB4YAAAeL4AAHkGAAB5QwAAeY8AAHnSAAB56gAAegkAAHo1AAB6WwAAeocAAHq1AAB6+QAAew0AAHsuAAB7PQAAe3wAAHvCAAB76QAAfAEAAHwzAAB8SAAAfJQAAHzbAAB8+gAAfUMAAH2LAAB9sAAAfd4AAH34AAB+HAAAfksAAH6eAAB+3QAAfwMAAH8ZAAB/QwAAf2MAAH+NAAB/wgAAf/QAAIBNAACAhwAAgMsAAIEaAACBdQAAgdQAAIJNAACCtQAAgzgAAIN8AACDxgAAhA0AAIR5AACEzwAAhQsAAIVLAACFjQAAhcwAAIYOAACGSQAAhqIAAIbOAACHbQAAh5UAAIezAACIHwAAiFoAAIirAACJEwAAiUwAAImSAACJ4gAAij0AAIpjAACKjAAAircAAIrlAACLNwAAi4kAAIu7AACMOwAAjGEAAIyQAACMvwAAjO4AAI0dAACNSQAAjb0AAI5IAACOowAAjrUAAI7DAACO4gAAjwoAAI82AACPTQAAj+4AAJAmAACQeAAAkOgAAJE/AACRpgAAkhgAAJI9AACScwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAJMvAACTLwAAky8AAIAcAAAAxAGAAADAAcAADchESEDESER4AHA/kBwAqBwBSD6cAYA+gAAAAAAAQBd/wAGowWAAB0AAAEUBwERITIWFAYjISImNDYzIREBJjU0PgEzITIeAQajK/2IAUAaJiYa/IAaJiYaAUD9iCskKBcFgBcoJAVGIyv9iP0AJjQmJjQmAwACeCsjFxsICBsAAAEAAP8ABgAFgAArAAABERQOAiIuAjQ+AjMyFxEFERQOAiIuAjQ+AjMyFxE0NjcBNjMyFgYARGhnWmdoRERoZy1pV/0ARGhnWmdoRERoZy1pVyYeA0AMECg4BSD7oDJOKxUVK05kTisVJwIZ7f07Mk4rFRUrTmROKxUnA8cfMwoBAAQ4AAIAAP8ABoAFgAAHACEAAAAQACAAEAAgARQGIyInAQYjIiQmAhASNiQgBBYSFRQHARYEgP75/o7++QEHAXIDB0w0NiT+qbPcj/77vW9vvQEFAR4BBb1vfAFXJQIHAXIBB/75/o7++f6ANEwmAVZ8b70BBQEeAQW9b2+9/vuP3LP+qSUAAAMAAP+ABwAFAAAaAD0ATQAAJREGBwQHDgIrAiIuAScmJSYnERQWMyEyNhE8Ai4DIyEiBhUUFxYXHgQ7AjI+Azc2Nz4BNxEUBiMhIiY1ETQ2MyEyFgaAICX+9J4zQG0wAQEwbUAznv70JSATDQXADRMBBQYMCPpADROTwdAGOiI3LhQBARQuNyI6BtDBNl2AXkL6QEJeXkIFwEJeIAMAJB7OhCswMTEwK4TOHiT9AA0TEwQoAhIJEQgKBRMNqHSYpQUxGiUSEiUaMQWlmCuRYPvAQl5eQgRAQl5eAAABAAD/gAcABYAAHAAABCInAS4ENTQ2MzIeAhc+AzMyFhUUBwEDmjQS/ZAKI0w8L/7gPoFvUCQkUG+BPuD+5f2RgBICWggkX2SOQ9z4K0lAJCRASSv43N3l/agAAAEAAP+tBoAF4AAiAAABFAcBExYVFAYjIiclBQYjIiY1NDcTASY1NDclEzYyFxMFFgaAGv6VVgEVFBMV/j/+PxYSFRUCVv6UGTgB9uETPBPhAfY4A3kWGv6e/gwHDRUdDOzsDB0VBg4B9AFiGxUlCUkBxykp/jlJCQAAAAACAAD/rQaABeAACQArAAAJASULAQUBAyUFARQHARMWFRQjIiclBQYjIiY1NDcTASY1NDclEzYyFxMFFgRxATL+Wr29/loBMkkBegF5Acca/pVWASkTFf4//j8WEhUVAlb+lBk4AfbhEzwT4QH2OAIUASk+AX7+gj7+1/5bx8cDChYa/p7+DAcNMgzs7AwdFQYOAfQBYhsVJQlJAccpKf45SQkAAAIAAP+ABQAFgAAVAB0AACUUBiMhIiY1ND4DMxYgNzIeAwAQBiAmEDYgBQB9WPyqWH0RLkd1TIMBbINMdUcuEf8A4f7C4eEBPoltnJxtVZeZbUWAgEVtmZcDwf7C4eEBPuEAAAALAAD/AAeABYAADwAfAC8APwBPAF8AbwB/AI8AnwCvAAAFNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYBETQmIyEiBhURFBYzITI2ATU0JisBIgYdARQWOwEyNgE1NCYrASIGHQEUFjsBMjYBETQmIyEiBhURFBYzITI2ATU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2NxEUBiMhIiY1ETQ2MyEyFgGAJhqAGiYmGoAaJiYagBomJhqAGiYmGoAaJiYagBomBAAmGv0AGiYmGgMAGib8ACYagBomJhqAGiYFgCYagBomJhqAGib+gCYa/QAaJiYaAwAaJgGAJhqAGiYmGoAaJiYagBomJhqAGiYmGoAaJiYagBomgF5C+cBCXl5CBkBCXkCAGiYmGoAaJiYBmoAaJiYagBomJgGagBomJhqAGiYm/RoCABomJhr+ABomJgSagBomJhqAGiYm+5qAGiYmGoAaJiYDGgIAGiYmGv4AGiYm/pqAGiYmGoAaJiYBmoAaJiYagBomJgGagBomJhqAGiYmuvrAQl5eQgVAQl5eAAQAAAAABoAFgAAPAB8ALwA/AAABERQGIyEiJjURNDYzITIWGQEUBiMhIiY1ETQ2MyEyFgERFAYjISImNRE0NjMhMhYZARQGIyEiJjURNDYzITIWAwBMNP4ANExMNAIANExMNP4ANExMNAIANEwDgEw0/gA0TEw0AgA0TEw0/gA0TEw0AgA0TAIA/oA0TEw0AYA0TEwCzP6ANExMNAGANExM/Mz+gDRMTDQBgDRMTALM/oA0TEw0AYA0TEwACQAAAAAHAAWAAA8AHwAvAD8ATwBfAG8AfwCPAAABFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYCADgo/sAoODgoAUAoODgo/sAoODgoAUAoOAKAOCj+wCg4OCgBQCg4/YA4KP7AKDg4KAFAKDgCgDgo/sAoODgoAUAoOAKAOCj+wCg4OCgBQCg4/YA4KP7AKDg4KAFAKDgCgDgo/sAoODgoAUAoODgo/sAoODgoAUAoOAEgwCg4OCjAKDg4AdjAKDg4KMAoODj92MAoODgowCg4OAPYwCg4OCjAKDg4/djAKDg4KMAoODj92MAoODgowCg4OAPYwCg4OCjAKDg4/djAKDg4KMAoODgB2MAoODgowCg4OAAABgAAAAAHAAWAAA8AHwAvAD8ATwBfAAABFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYCADgo/sAoODgoAUAoODgo/sAoODgoAUAoOAUAOCj8QCg4OCgDwCg4+wA4KP7AKDg4KAFAKDgFADgo/EAoODgoA8AoODgo/EAoODgoA8AoOAEgwCg4OCjAKDg4AdjAKDg4KMAoODj92MAoODgowCg4OAPYwCg4OCjAKDg4/djAKDg4KMAoODgB2MAoODgowCg4OAAAAAEAeQAOBocEsgAWAAAAFAcBBwYiLwEBJjQ/ATYyFwkBNjIfAQaHHP0siBxQHIj+lhwciBxQHAEmApAcUByIA/JQHP0siBwciAFqHFAciBwc/tkCkRwciAABAG7/7gUSBJIAIwAAJBQPAQYiJwkBBiIvASY0NwkBJjQ/ATYyFwkBNjIfARYUBwkBBRIciBxQHP7a/tocUByIHBwBJv7aHByIHFAcASYBJhxQHIgcHP7aASb+UByIHBwBJv7aHByIHFAcASYBJhxQHIgcHP7aASYcHIgcUBz+2v7aAAADAAD/AAaABYAAIwArAEQAAAEVFAYrARUUBisBIiY9ASMiJj0BNDY7ATU0NjsBMhYdATMyHgEQACAAEAAgABQGIyInAQYjIiQmAhASNiQgBBYSFRQHAQQAEw3gEw1ADRPgDRMTDeATDUANE+ANE4D++f6O/vkBBwFyAwdLNTYk/qmz3I/++71vb70BBQEeAQW9b3wBVwLgQA0T4A0TEw3gEw1ADRPgDRMTDeAT5gFyAQf++f6O/vn+tWpLJgFWfG+9AQUBHgEFvW9vvf77j9yz/qkAAAMAAP8ABoAFgAAPABcAMAAAARUUBiMhIiY9ATQ2MyEyHgEQACAAEAAgABQGIyInAQYjIiQmAhASNiQgBBYSFRQHAQQAEw39wA0TEw0CQA0TgP75/o7++QEHAXIDB0s1NiT+qbPcj/77vW9vvQEFAR4BBb1vfAFXAuBADRMTDUANExPmAXIBB/75/o7++f61aksmAVZ8b70BBQEeAQW9b2+9/vuP3LP+qQAAAAACAAD/gAYABgAAKQA1AAABFAIGBCAkJgI1NBI3NhYXFgYHDgEVFB4CMj4CNTQmJy4BNz4BFxYSAREUBiImNRE0NjIWBgB6zv7k/sj+5M56oZIraR8gDypia1GKvdC9ilFrYioPIB9qKpKh/YBMaExMaEwCgJz+5M56es4BHJy2AUJtIA4rKmkgStZ5aL2KUVGKvWh51kogaSorDiBt/r4CSv2ANExMNAKANExMAAAAAAUAAP+ABwAFgAAPAB8ALwA/AE8AACUVFAYrASImPQE0NjsBMhYlERQGKwEiJjURNDY7ATIWJREUBisBIiY1ETQ2OwEyFgERFAYrASImNRE0NjsBMhYBERQGKwEiJjURNDY7ATIWAQASDsAOEhIOwA4SAYASDsAOEhIOwA4SAYASDsAOEhIOwA4SAYASDsAOEhIOwA4SAYASDsAOEhIOwA4SYMAOEhIOwA4SEnL+wA4SEg4BQA4SEvL9wA4SEg4CQA4SEgFy/EAOEhIOA8AOEhIB8vpADhISDgXADhISAAAAAgAA/4AGAAWAAAcAbgAAADQmIgYUFjIBFRQGDwEGBxYXFhQHDgEjIi8BBgcGBwYrASImLwEmJwcGIyInJicmNTQ3PgE3Ji8BLgE9ATQ2PwE2NyYnJjU0Nz4BMzIfATY3Njc2OwEyFh8BFhc3NjMyFxYXFhUUBw4BBxYfAR4BBACW1JaW1AKWEAy5ExQjSAoJG5AWDA6KLC8QDQcd3g4VARwxKY0KDw4LficHCA9IEhsOtw0QEAu6DhkoQwoJGpEWDQ2KLC8QDQcd3g4VARwxKY4JDw0MgSQHCA9IEhoPtw0QAhbUlpbUlgFt3gwWAhw2JTJYDBoKJY4JbBcPiDIcEQ24EBVrCQtyNgoNDAsVWxkyMRsCFQ3eDBYCHC4uOVEMDAoNJI8KaxcPiDIcEQ24EBVrCQp3MwgODAsVWxkyMBwCFQAABgAA/4AFgAWAAA8AHwAvADsAQwBnAAABERQGKwEiJjURNDY7ATIWBREUBisBIiY1ETQ2OwEyFgURFAYrASImNRE0NjsBMhYTESERFB4BMyEyPgEBIScmJyEGBwUVFAYrAREUBiMhIiY1ESMiJj0BNDYzITc+ATMhMhYfASEyFgIAEg5ADhISDkAOEgEAEg5ADhISDkAOEgEAEg5ADhISDkAOEoD8gA4PAwNAAw8O/WABwDAHCv7DCgcDbxIOYF5C/MBCXmAOEhIOATVGD04oAUAoTg9GATUOEgMg/cAOEhIOAkAOEhIO/cAOEhIOAkAOEhIO/cAOEhIOAkAOEhL9HgO0/EwWJRERJQRKdQkCAgmVQA4S/ExTeXVTA7gSDkAOEqclNDQlpxIAAAAAAgAaAAAGZgUDABMANQAAAREUBiMhESERISImNRE0NjUJARY3BwYHIyInCQEGJyYvASY2NwE2Mh8BNTQ2OwEyFhURFx4BBYAmGv6A/wD+gBomAQI/Aj8B3z4IDQMNCP1M/UwMDA0IPggCCgLPIFgg9BIOwA4S2woCAiD+IBomAYD+gCYaAeABBAEB2v4mAkFKCQIHAkH9vwgBAglKChsIAlcaGszDDhISDv5otggbAAADAAD/AAYABgAAEwAaACMAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhEQW8HCg4KPrAKDg4KAOAKGAchAF4Cgz+xwwBY/5gKDj9AASEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAAAAAAwAA/4AGAAWAABQAIAAsAAABERQGIyEiJj0BNDY7ARE0NjsBMhYAEC4BIA4BEB4BIDYAEAIEICQCEBIkIAQDgBIO/sAOEhIO4BIOQA4SAaCS+v7Y+pKS+gEo+gFyzv6f/l7+n87OAWEBogFhA+D+QA4SEg5ADhIBYA4SEv3+ASj6kpL6/tj6kpICX/5e/p/OzgFhAaIBYc7OAAAAAgAyAAAHTgUAABEAQwAAATUDLgErASIGBwMVBhY7ATI2ARQjITI2JwMuASMhIgYHAwYWMyEiNTQ3AT4BMyEiBg8BBhY7ATI2LwEuASMhMhYXARYEVxgBFA26DRQBGAESDPQMEgL2Lv1ADRIBFAEUDf7wDRQBFAESDf1ALhoBoQgkFAFTDRQBDwESDaYNEgEPARQNAVMUJAgBoRoCHAQBQA0TEw3+wAQMEBD+OUkTDQEADRMTDf8ADRNJNj4EFBMcEw3ADhISDsANExwT++w+AAQAAAAABoAGAAAHAA8AJQA9AAAkNCYiBhQWMiQ0JiIGFBYyExEUBiMhIiY1ETQ2MyEXFjI/ASEyFgEWBwEGIicBJjc2MyERNDYzITIWFREhMgUAJjQmJjQBJiY0JiY0pjgo+kAoODgoAdGHOpw6iAHQKDj+uxEf/kASNhL+QB8RESoBACYaAQAaJgEAKqY0JiY0JiY0JiY0JgEg/sAoODgoAUAoOIg4OIg4AhEpHf5AExMBwB0pJwHAGiYmGv5AAAMAAP+ABgAFgAAYACQAMAAAARQHAQYiJwEmNzY7ARE0NjsBMhYVETMyFgIgDgEQHgEgPgEQJgQQAgQgJAIQEiQgBARgCv7BCxgL/sAPCAgWwBIOwA4SwA4SzP7Y+pKS+gEo+pKSAXLO/p/+Xv6fzs4BYQGiAWECYAwM/sEJCQFAEBMUAWAOEhIO/qASAjKS+v7Y+pKS+gEo+r3+Xv6fzs4BYQGiAWHOzgAAAAADAAD/gAYABYAAGAAkADAAAAEGKwERFAYrASImNREjIiY1NDcBNjIXARYCIA4BEB4BID4BECYEEAIEICQCEBIkIAQEXggWwBIOwA4SwA4SCgE/CxgLAUAP0v7Y+pKS+gEo+pKSAXLO/p/+Xv6fzs4BYQGiAWEClBT+oA4SEg4BYBIODAwBPwkJ/sAQAfmS+v7Y+pKS+gEo+r3+Xv6fzs4BYQGiAWHOzgACAAAAAAYABQAADQAjAAABIS4BJwMhAw4BByEXISURFAYjISImNRE0NxM+ATMhMhYXExYD/wE8AQMB1P081AEDAQE8XwFAAmAmGvqAGiYZ7go1GgNAGjUK7hkCQAMLAgHw/hADCwLAov4eGiYmGgHiPj0CKBkiIhn92D0AAwAA/4AGAAWAAA8AGwAnAAAAFAcBBiMiJyY1ETQ3NhcBFhAuASAOARAeASA2ABACBCAkAhASJCAEBKAg/eAPERAQICAhHwIgoJL6/tj6kpL6ASj6AXLO/p/+Xv6fzs4BYQGiAWECpUoS/sAJCBMlAoAlExIT/sDLASj6kpL6/tj6kpICX/5e/p/OzgFhAaIBYc7OAAEAAP+ABgAFgAAzAAABERQGIyEiJyY/ASYjIg4CFB4CMzI2NzY3Mh8BHgEHBgQjIiQmAhASNiQzMgQXNzYXFgYAJhr+QCoRER+KlMlovYpRUYq9aHfUSQcQDwqJCQEIbf7KrJz+5M56es4BHJyTARNrgh0pJwUA/kAaJignHoqJUYq90L2KUWhfCgIJiggZCoSRes4BHAE4ARzOem9lgR8REQAAAgAA/4AGAAWAACQARwAAARQHAgAhIiQnBwYiJjURNDYzITIWFA8BHgEzMjY3Njc2OwEyFhMRFAYjISImND8BJiMiBgcGBwYrASImPQESACEyBBc3NjIWBecBQP5o/u6S/u9rgRM0JiYaAcAaJhOJR7RhhuhGCyoIFsANExkmGv5AGiYTipTJhuhGCyoIFscNE0EBmgETkgEUa4ITNCYB4AUC/vT+s25mgRMmGgHAGiYmNBOJQkiCchFkFxMDE/5AGiYmNBOKiYJyEWQXEw0HAQwBTW9lgRMmAAAAAAgAAAAABwAFgAAPAB8ALwA/AE8AXwBvAH8AAAEVFAYrASImPQE0NjsBMhY1FRQGKwEiJj0BNDY7ATIWNRUUBisBIiY9ATQ2OwEyFgEVFAYjISImPQE0NjMhMhY1FRQGIyEiJj0BNDYzITIWNRUUBiMhIiY9ATQ2MyEyFhMRNCYjISIGFREUFjMhMjYTERQGIyEiJjURNDYzITIWAYATDUANExMNQA0TEw1ADRMTDUANExMNQA0TEw1ADRMEgBMN/EANExMNA8ANExMN/EANExMNA8ANExMN/EANExMNA8ANE4ATDfpADRMTDQXADROAXkL6QEJeXkIFwEJeAWBADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/3zQA0TEw1ADRMT80ANExMNQA0TE/NADRMTDUANExP9MwNADRMTDfzADRMTBE37wEJeXkIEQEJeXgACAAAAAASABYAABwAfAAABITU0JiIGFQERFAYjISImNRE0NjsBNTQAIAAdATMyFgFAAgCW1JYDQDgo/EAoODgoIAEIAXABCCAoOAMAwGqWlmr+4P3AKDg4KAJAKDjAuAEI/vi4wDgAAAIAQP+ABwAFgAARADcAAAEUBxEUBisBIiY1ESY1NDYyFgURFAYHBiMiLgIjIgUGIyImNRE0NzY3NjMyFhcWMzI+AjMyFgFAQBMNQA0TQEtqSwXAGRvXmj19XItJwP7wERAaJh8VOuy5a7p+JjI2f11TDRomBQBIJvsODRMTDQTyJkg1S0t1/QUZGw50LDQskgkmGgLmIBcOHXg6OxMqNComAAAAAQAAAAAGgAWAAEsAAAEUDwIOASMVFAYrASImNRE0NjsBMhYdATIWFzc2NTQCJCAEAhUUHwE+ATM1NDY7ATIWFREUBisBIiY9ASImLwImNTQSNiQgBBYSBoA8FLkWiVgSDkAOEhIOQA4SR3YiRB2w/tf+sv7XsB1EInZHEg5ADhISDkAOEliJFrkUPIbgATQBTAE04IYCiqaUMSFTayAOEhIOAkAOEhIOIEc8DF9ilAEGnJz++pRiXww8RyAOEhIO/cAOEhIOIGtTITGUppcBGM16es3+6AAAAQAAACADAATgABMAAAERFAYiJwEhIiY1ETQ2MyEBNjIWAwAmNBP+s/76GiYmGgEGAU0TNCYEoPvAGiYTAU0mGgGAGiYBTRMmAAAAAAIAAAAgBIAE4AATAC0AAAERFAYiJwEhIiY1ETQ2MyEBNjIWABQGBwYjIiY1ND4DNC4DNTQ2MzIXFgMAJjQT/rP++homJhoBBgFNEzQmAYBVRgoPGiYYIiIYGCIiGCYaDwpGBKD7wBomEwFNJhoBgBomAU0TJv4SmIMcBSUbFR0VGS9CLxkVHRUbJQUbAAAAAAQAAP+5BoAFRwATAC0ASQBrAAABERQGIicBISImNRE0NjMhATYyFgAUBgcGIyImNTQ+AzQuAzU0NjMyFxYEEAIHBiMiJjU0NzY3PgE0JicmJyY1NDYzMhcWBBACBwYjIiY1NDc+ATc2NzYSEAInJicuAScmNTQ2MzIXFgMAJjQT/rP++homJhoBBgFNEzQmAYBVRgoPGiYYIiIYGCIiGCYaDwpGAVWqjA0MGyYnOBRKU1NKFDgnJhoNDYwBqv7TDQ0aJicHHwcuJHuKinskLgcfBycmGg0N0wSg+8AaJhMBTSYaAYAaJgFNEyb+EpiDHAUlGxUdFRkvQi8ZFR0VGyUFGzf+zv79OwUmGicUHQ82o7ijNg8dFCcaJgU7tv40/n9bBSYaJBcEDQQZGlsBEAEyARBbGhkEDQQXJBomBVsADAAAAAAFgAWAAAMABwALAA8AEwAXABsAHwAjAC8AMwA3AAABFSM1ExUjNSEVIzUBIREhESERIQEhESEBESERARUjNSEVIzUTESE1IxEjESEVMzUBESERIREhEQGAgICAA4CA/IABgP6AAYD+gAMAAYD+gP8A/YAEgIABgICA/oCAgAGAgP2A/YAFgP2AAYCAgAMAgICAgPwBAX8BgAGA/oABgP2A/YACgP4AgICAgAIA/oCA/oACgICAAwD9gAKA/YACgAAAAAAQAAAAAAcABYAAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwAAMyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMxMjETMTIxEzEyMRMz8/Pz8gIF4fH50fH50+Pn4fHz8fHz8fH50/P50/P34/P34/P14/P71eXj8gIF4/PwWA+oEFf/qBBX/6gQV/+oEFf/qBBX/6gQV/+oEFf/qBBX/6gQV/+oEFf/qBBX/6gQV/+oEFf/qBBX/6gAWAAAAAAgAA/5UF6wWAAAcAHQAAADQmIgYUFjIBFAcBBiMiJwEuATURNDYzITIWFwEWAcBLaktLagR2Jf4VJzQ1Jf01JjVMNAGgNYAmAsslBAtqS0tqS/5ANSX+FCUlAswlgDUBoDRMNSb9NicAAAAAAwAA/5UHawWAAAcAHQA1AAAANCYiBhQWMgEUBwEGIyInAS4BNRE0NjMhMhYXARYFFAcBBiMiJicBNjU0JwEuASMzMhYXARYBwEtqS0tqBHYl/hUnNDUl/TUmNUw0AaA1gCYCyyUBgCX+FSc0JC4eAdYlJf01JoA14DWAJgLLJQQLaktLakv+QDUl/hQlJQLMJYA1AaA0TDUm/TYnNDUl/hQlHB8B1iU1NCcCyiY1NSb9NicAAwAK/4AGeQWAAFQAZAB0AAABFgcBDgEjISImJyY3NDY3NiY3PgI3PgE3NiY3PgE3PgE3NiY3PgE3PgE3NiY3PgI3PgYXBzYzITIWBwEOASMhIgcGFxYzITI2NwE2JxYFBhYzITI2PwE2JiMhIgYHAwYWMyEyNj8BNiYjISIGBwZnKBb+7RNzQfxlTY8cGBYGAQEIAQIMFQYXLAgDBQIDHAMVKgQBBwQEJAQTLwQBCAICDhYGCBENExQhJxwBJg0C+UpQFv7uJEdd/JsbCwsKGHgDmx02CAEsBwIm++0EDA4CYA0ZBBUEDA79oA0ZBGgEDA4CYA0ZBBUEDA79oA0ZBAQiOUj8dkBXa05DPAQuDggbBgsUGwomayYKKAgLIgYkcCIJLgUNIwUadSYIIwkIFBoIDCUhJxkWAQYDCXBK/HZ3RQ8QG0YfGgPbFiMPHg0TEw1ADRMTDf7ADRMTDUANExMNAAABAAD/lwUABYAAHAAAATIXHgEVERQGBwYjIicJAQYjIicuATURNDY3NjMEjBcVIScnIRMZMCP+R/5HJC8XFSEnJyEVFwWACQ04Ivr3IjgNCCABqP5YIQkNOCIFCSI4DQkAAAAABAAA/4AGgAWAAAMADAAUADwAACkBESERIREjIiY9ASEANCYiBhQWMjcRFAYrARUUBiMhIiY9ASMiJjURNDY7ARE0NjMhMhYfAR4BFREzMhYBgAOA/IADgKAoOP2ABIAmNCYmNKYTDeA4KPxAKDjgDRNxT0A4KAKgKGAcmBwoQE9xAQABgAGAOCig/SY0JiY0JkD+YA0ToCg4OCigEw0BoE9xAiAoOCgcmBxgKP8AcQADAAD/gAeABgAABwAhACkAAAAyFhQGIiY0ATIWFREUBiMhIiY1ETQ2OwE3PgEzITIWHwEAIAAQACAAEANJ7qmp7qkD4GqWlmr6gGqWlmrgMxNlNQIANWUTM/1nAXIBB/75/o7++QNgqe6pqe4CSZZq/IBqlpZqA4BqlogxR0cxiPuAAQcBcgEH/vn+jgAAAAACAAD/gAaABYAABwBQAAABAzIWMzI3JgE3PgQ3EwE7ARYXExYSFx4BFxYXHgEXFhUUBhUiJiMiBAc0PwEyPgU1NC4BJyUGAhUUHgMzFhUUByImIyIGIwYC1aohzzkTJlf8ygIXQjAzJgztARhLNQgDzSGSKQ9WHRQPE4oPBgE//kBM/uonBIMBFwgVCQ0FPlIB/j4aZRw7JkwDAQI66ToIJQNQA9H+PgQC/fx2TwcLChMnHwJoAtQOB/4gTv6ZXyLdOi0MDx0GJhMFEQQQDgErIxwFAgcGCgwIEKHCAwI6/u0ZFh8SCQgTJwkSFAgOAAADAAD/gAWABYAAFQArAGEAACUWMyARNCcuBCMiBxQGFRQGHgEDFjMyPgI1NC4CIyIHFBYVFAYVFAE3PgE3PgQ8ATUQJy4ELwE2JDMyFjMyHgMVFA4DBx4BFRQOAyMiJiMiBAIrSkIBeCkbRUJfSTpJHAECAQgGKkNSemIzOmR0QjJQCAH95AIPjCQHCwYFARYEJDUuMwUEYgHkgxdaF0aFfFw4IS1UPjWazUZ1n6hcLLAsav5uDyABT3JCLDwhEQQKNdQ0CHdKXQLWBxo/dFRGaTscDTLKMxtqGi78cF4EGA8MHiUcLxUyBQPWKwgNCQUEAVMCEwEaOlR9SzRXOTogGCPGlWSfZkUcBhYAAQAA/4AEAAWAADoAABU3PgI3Njc2GgEnNS4CJzceAjMyPgE3BgcOAQcOAwcGAgcOAx8BFhcGByIGIyImIyYjIgYRFk9BGxwNAXpqARg9ThMTIa59OjBljRwFDh6PJQgMBgkCG3kRAhYSDgEBEagDDQsrCx10HIpEM7h+VQcTEw4jQgcCNAILIxkNCwUDZwIJBQUJAicyCiUPEy8hOg2U/eFUCWJSVQ8SBBssNwMUAhIAAAAAAgAA/4AG+gWAABsAfQAAJTIWDwEGIi8BJjY7AREjIiY/ATYyHwEWBisBEQEXFjMyNjMyFjMhMhY+Aj8BMhYzFhUUBwYHJicuAicuAwYjIiYiBgcGFxQSFRQGFhceARcWFRQPAQYkIyIGIyY9AT4CNzYRNAI9ATQ2NC4BJyYjIgYHDgIHJicRBtAhEhR+FDoUfhQSIVBQIRIUfhQ6FH4UEiFQ+dE2DMcssCwkjyQBJQYeCxUOCCoEFAQCBScdGR0DEA0BBgwTBx0CEWMyTiAJAQQFBQooqCQFAyJM/uRBMsozAxFZbBgTBgECBAMLlyF4FBMeIRoqDoAlGqIaGqIaJQQAJRqiGhqiGiX8AAT/GwUEAQEBBQ0LAQFw4FAdDgQsVAlORQEICQMCAQEEBFE3Xv20oRBvSCEVKxAoCg4PAQIUEjMBCRsgGg4qAVVlAZRldQIbFxwUBAwYDg13ZwIaEgF/AAACAAD/AwYABYAAYQCVAAATFxYzMjYzMiQEFxY/ATIWMxYVFAcGByYnLgI1JicmIyImIgYHBh8BNRQeARUUBhYXHgEXFhUUDwEGJCMiBiMmPQE+Ajc+AjQmNTQmNTQ+AS4BJyYjIgYHDgIHJicRATIeAhcWFAcOAyMiLgE0NjUhFBYUDgEjIi4CJyY0Nz4DMzIeARQGFSE0JjQ+AVE2DMcssCxGAWEBAHchFyoEFAQCBScdGR0DEA4KEQU9Hn5QbCoJAQECAQUFCiioJAUDIkz+5EEyyjMDEVlsGAcJAwEFAQEBBQQLlyn0EBMeIRoqDgUeDDw3QAQaGgRANzwMDQ8FA/wAAwUPDQw8N0AEGhoEQDc8DA0PBQMEAAMFDwV/GwUEAgEEASABAXDgUB0OBCxUCU1GAQ0GAgIEBVE3mDQ3xqJIEG9IIRUrECgKDg8BAhQSMwEJGyAaDhB0r4esAwcdCAdKSFE2BQwbCwx3aAIaEgF/+v8nLDYDFTgVAzYsJxUkHyMCAiMfJBUnLDYDFTgVAzYsJxUkHyMCAiMfJBUAAAQAAAAABwAFgAAPAB8ALwA/AAAlFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWBwAmGvmAGiYmGgaAGib+gCYa+wAaJiYaBQAaJgEAJhr6ABomJhoGABom/oAmGvuAGiYmGgSAGibAgBomJhqAGiYmAWaAGiYmGoAaJiYBZoAaJiYagBomJgFmgBomJhqAGiYmAAAEAAAAAAcABYAADwAfAC8APwAAJRUUBiMhIiY9ATQ2MyEyFgEVFAYjISImPQE0NjMhMhYBFRQGIyEiJj0BNDYzITIWARUUBiMhIiY9ATQ2MyEyFgcAJhr5gBomJhoGgBom/oAmGvyAGiYmGgOAGiYBACYa+oAaJiYaBYAaJv6AJhr9gBomJhoCgBomwIAaJiYagBomJgFmgBomJhqAGiYmAWaAGiYmGoAaJiYBZoAaJiYagBomJgAABAAAAAAHAAWAAA8AHwAvAD8AACUVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYHACYa+YAaJiYaBoAaJiYa+wAaJiYaBQAaJiYa+gAaJiYaBgAaJiYa+4AaJiYaBIAaJsCAGiYmGoAaJiYBZoAaJiYagBomJgFmgBomJhqAGiYmAWaAGiYmGoAaJiYAAAAABAAAAAAHAAWAAA8AHwAvAD8AACUVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYHACYa+YAaJiYaBoAaJiYa+YAaJiYaBoAaJiYa+YAaJiYaBoAaJiYa+YAaJiYaBoAaJsCAGiYmGoAaJiYBZoAaJiYagBomJgFmgBomJhqAGiYmAWaAGiYmGoAaJiYAAAAACAAAAAAHAAWAAA8AHwAvAD8ATwBfAG8AfwAAJRUUBisBIiY9ATQ2OwEyFhEVFAYrASImPQE0NjsBMhYRFRQGKwEiJj0BNDY7ATIWARUUBiMhIiY9ATQ2MyEyFgEVFAYrASImPQE0NjsBMhYBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYBABMNwA0TEw3ADRMTDcANExMNwA0TEw3ADRMTDcANEwYAEw36wA0TEw0FQA0T+gATDcANExMNwA0TBgATDfrADRMTDQVADRMTDfrADRMTDQVADRMTDfrADRMTDQVADRPgwA0TEw3ADRMTAXPADRMTDcANExMBc8ANExMNwA0TE/zzwA0TEw3ADRMTBHPADRMTDcANExP888ANExMNwA0TEwFzwA0TEw3ADRMTAXPADRMTDcANExMAAAUAAAAABwAFgAAPAB8ALwA/AE8AAAERFAYjIicBJjQ3ATYzMhYBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWAYATDQ4J/uAJCQEgCQ4NEwWAEw35QA0TEw0GwA0TEw37wA0TEw0EQA0TEw37wA0TEw0EQA0TEw35QA0TEw0GwA0TA+D9wA0TCQEgCRwJASAJE/zzwA0TEw3ADRMTAXPADRMTDcANExMBc8ANExMNwA0TEwFzwA0TEw3ADRMTAAUAAAAABwAFgAAPAB8ALwA/AE8AAAAUBwEGIyImNRE0NjMyFwkBFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWAWAJ/uAJDg0TEw0OCQEgBakTDflADRMTDQbADRMTDfvADRMTDQRADRMTDfvADRMTDQRADRMTDflADRMTDQbADRMCzhwJ/uAJEw0CQA0TCf7g/gnADRMTDcANExMBc8ANExMNwA0TEwFzwA0TEw3ADRMTAXPADRMTDcANExMAAAEAAAAABwAFAAAfAAABERQHBiMiJwEVFAYjISImNRE0NjMhMhYdAQE2MzIXFgcAJw0MGxL+bal3/UB3qal3AsB3qQGTEhsMDScEoPvAKhEFEwGTpnepqXcCwHepqXelAZITBREAAAAABAAA/4AHgAWAAAcADgAeAC4AAAAUBiImNDYyAREhNQEXCQEhIgYVERQWMyEyNjURNCYXERQGIyEiJjURNDYzITIWAoBwoHBwoARw+oABQKACAAIA+cANExMNBkANExOTXkL5wEJeXkIGQEJeBBCgcHCgcP3A/kDAAUCgAgABIBMN+0ANExMNBMANEyD7QEJeXkIEwEJeXgAEAAD/gAXrBWsABgAUABkAJQAAITcnBxUzFQE0IyIHAQYVFDMyNwE2JwkBIREBFA8BATc2MzIfARYBa1vrW4ACdhYKB/3iBxYKBwIeBzYBoPzA/mAF6yWm/mCmJDY1JuslW+tba4ADoBYH/eIHChYHAh4Hyv5g/MABoALgNSWmAaClJibqJwAAAgAA/4AEAAWAAAcAFwAAADQmIgYUFjIBFAcBDgEiJicBJjU0ACAAAwCW1JaW1AGWIf6UED9IPw/+kyEBLAGoASwDFtSWltSWAQBtRvz6ISYmIQMGRm3UASz+1AACAAD/gAYABYAABwATAAAlESIOARAeAQAQAgQgJAIQEiQgBAMAlPqSkvoDlM7+n/5e/p/OzgFhAaIBYWAEQJL6/tj6kgLx/l7+n87OAWEBogFhzs4AAAAAAgAAAAAEAAXAABUALQAAATQnLgMnJiIHDgMHBhUUFjI2JRQAIAA1NDc+Azc+ATIWFx4DFxYCABQBHRYcBwQiBAccFh0BFEtqSwIA/tT+WP7UUQZxWW4cCTI0MwgcbllxBlEBgCQhASshNxcQEBc3ISsBISQ1S0u11P7UASzUkYIJo4vZXR4iIh5d2YujCX8ABQAAAAAG+AWAAAYADgA5AD4ASAAAATcnBxUzFQAmBwEGFjcBExUUBiMhIiY1ETQ2MyEyFxYXFg8BBicmIyEiBhURFBYzITI2PQE0PwE2FgMJASERAQcBNzYyHwEWFAN4dJh0YAIAIBH+ohEgEQFeUal3/MB3qal3A0A/Ng8DAwwxDhIXFvzAQl5eQgNAQl4JQA8oYAEg/WD+4ARcXP7gXBxQHJgcAWB0mHQ4YALAIBH+ohEgEQFe/c++d6mpdwNAd6kZBxARDDEOBgZeQvzAQl5eQn4NCUAPEALN/uD9YAEgAhxcASBcHByYHFAAAAAAAgAAAAAGgAYAACsAWgAAAREUBiMhIiY1ETQ2MyExMhYVFAcGBwYrASIGFREUFjMhMjY9ATQ3Njc2FxYTAQYjIicmPQEjIAcGExYHBiMiJy4ENTQ+BzsBNTQ3NjMyFwEWFAWAqXf8wHepqXcA/w0TGk04CgZwQl5eQgNAQl4SHBoQExXt/oASGwwNJ6D+vXN3LQMXCAQQCgoWOSojBxUjO05virVqoCcNDBoTAYATAiP+/XepqXcDQHepEw0bBRoiBF5C/MBCXl5C1hMKDRgQCAkB3P6AEwURKsCDif6wFwsCDQ4iZ2CEODFUYFBTQTonFsAqEQUT/oATNAAAAgAAAAAGfwWAAC8ARAAAAREUBiMhIiY1ETQ2MyEyFxYXFg8BBiMiJyYjISIGFREUFjMhMjY9ATQ/ATYzMhcWEwEGIicBJjQ/ATYyFwkBNjIfARYUBYCpd/zAd6mpdwNAPzYPAwMMMQoNAwYXFvzAQl5eQgNAQl4JQAoNBgYU5/zSGEIY/lIYGG4YQhgBBwKHGEIYbhgCXv7Cd6mpdwNAd6kZBxARDDEKAgZeQvzAQl5eQv4NCUAKAwgB1PzSGBgBrhhCGG4YGP75AocYGG4YQgAAAAABAAD/AAcABgAAQwAAABQHAQYiJj0BIREzMhYUBwEGIicBJjQ2OwERIRUUBiInASY0NwE2MhYdASERIyImNDcBNjIXARYUBisBESE1NDYyFwEHABP/ABM0Jv6AgBomE/8AEzQT/wATJhqA/oAmNBP/ABMTAQATNCYBgIAaJhMBABM0EwEAEyYagAGAJjQTAQACmjQT/wATJhqA/oAmNBP/ABMTAQATNCYBgIAaJhMBABM0EwEAEyYagAGAJjQTAQATE/8AEzQm/oCAGiYT/wAAAQAA/4AEAAWAAB0AAAE2FhURFAYnASYnERQGKwEiJjURNDY7ATIWFRE2NwPTExoaE/06CQQmGoAaJiYagBomBAkFcxMMGvpAGgwTAsYJCv1aGiYmGgWAGiYmGv1aCgkAAQAA/4AHAAWAACsAAAE2FhURFAYnASYnERQGJwEmJxEUBisBIiY1ETQ2OwEyFhURNjcBNhYVETY3BtMTGhoT/ToJBBoT/ToJBCYagBomJhqAGiYECQLGExoECQVzEwwa+kAaDBMCxgkK/ToaDBMCxgkK/VoaJiYaBYAaJiYa/VoKCQLGEwwa/ToKCQABAHr/gAaABYAAGQAAATYWFREUBicBJicRFAYnASY0NwE2FhURNjcGUxMaGhP9OgkEGhP9OhMTAsYTGgQJBXMTDBr6QBoMEwLGCQr9OhoMEwLGEzQTAsYTDBr9OgoJAAABAAD/fAV/BYQACwAACQEGJjURNDYXARYUBWj60BchIRcFMBcCYf0eDRQaBcAaFA39Hg0kAAAAAAIAAP+ABgAFgAAPAB8AAAERFAYjISImNRE0NjMhMhYFERQGIyEiJjURNDYzITIWBgAmGv4AGiYmGgIAGib8gCYa/gAaJiYaAgAaJgVA+oAaJiYaBYAaJiYa+oAaJiYaBYAaJiYAAAAAAQAA/4AGAAWAAA8AAAERFAYjISImNRE0NjMhMhYGACYa+oAaJiYaBYAaJgVA+oAaJiYaBYAaJiYAAAAAAQAA/4AGBgWAABkAABcGJjURNDYXARYXETQ2FwEWFAcBBiY1EQYHLRMaGhMCxgkEGhMCxhMT/ToTGgQJcxMMGgXAGgwT/ToJCgLGGgwT/ToTNBP9OhMMGgLGCgkAAAAAAQAA/4AHAAWAACsAABcGJjURNDYXARYXETQ2FwEWFxE0NjsBMhYVERQGKwEiJjURBgcBBiY1EQYHLRMaGhMCxgkEGhMCxgkEJhqAGiYmGoAaJgQJ/ToTGgQJcxMMGgXAGgwT/ToJCgLGGgwT/ToJCgKmGiYmGvqAGiYmGgKmCgn9OhMMGgLGCgkAAAABAAD/gAQABYAAHQAAFwYmNRE0NhcBFhcRNDY7ATIWFREUBisBIiY1EQYHLRMaGhMCxgkEJhqAGiYmGoAaJgQJcxMMGgXAGgwT/ToJCgKmGiYmGvqAGiYmGgKmCgkAAAACAAEAAAYBBQYACwAbAAATATYyFwEWBiMhIiYBISImNRE0NjMhMhYVERQGDgLGEzQTAsYTDBr6QBoMBcb6gBomJhoFgBomJgItAsYTE/06Exoa/eYmGgEAGiYmGv8AGiYAAAAAAQCa/5oEpgXmABQAAAkCFhQPAQYiJwEmNDcBNjIfARYUBJP97QITExOmEzQT/RoTEwLmEzQTphME0/3t/e0TNBOmExMC5hM0EwLmExOmEzQAAAAAAQBa/5oEZgXmABQAAAkBBiIvASY0NwkBJjQ/ATYyFwEWFART/RoTNBOmExMCE/3tExOmEzQTAuYTApP9GhMTphM0EwITAhMTNBOmExP9GhM0AAAAAgAA/4AGAAWAACMALwAAATU0JiMhETQmKwEiBhURISIGHQEUFjMhERQWOwEyNjURITI2ABACBCAkAhASJCAEBMAmGv8AJhqAGib/ABomJhoBACYagBomAQAaJgFAzv6f/l7+n87OAWEBogFhAkCAGiYBABomJhr/ACYagBom/wAaJiYaAQAmASv+Xv6fzs4BYQGiAWHOzgACAAD/gAYABYAADwAbAAABNTQmIyEiBh0BFBYzITI2ABACBCAkAhASJCAEBMAmGv0AGiYmGgMAGiYBQM7+n/5e/p/OzgFhAaIBYQJAgBomJhqAGiYmASv+Xv6fzs4BYQGiAWHOzgAAAAIAAP+ABgAFgAArADcAAAE0LwE3NjU0LwEmIyIPAScmIyIPAQYVFB8BBwYVFB8BFjMyPwEXFjMyPwE2ABACBCAkAhASJCAEBH0TtbUTE1oTGxoTtbUTGhsTWhMTtbUTE1oTGxoTtbUTGhsTWhMBg87+n/5e/p/OzgFhAaIBYQGeGhO1tRMaGxNaExO1tRMTWhMbGhO1tRMaGxNaExO1tRMTWhMBzv5e/p/OzgFhAaIBYc7OAAIAAP+ABgAFgAAXACMAAAE0LwEmIgcBJyYiDwEGFRQXARYzMjcBPgEQAgQgJAIQEiQgBAUEElsTNBP+aOITNBNbEhIBahMaGxMCHxL8zv6f/l7+n87OAWEBogFhAyIcEloTE/5p4hMTWhIcGxL+lhMTAh8SSv5e/p/OzgFhAaIBYc7OAAMAAP+ABgAFgAAPADoARgAAJTU0JisBIgYdARQWOwEyNgE0LgEjIgcGHwEWMzI3Njc2MzIWFRQGBw4BHQEUFjsBMjY1NDY3PgQkEAIEICQCEBIkIAQDgBIOwA4SEg7ADhIBAG+mV/OADxeEBwwQCTUhIjQwSygwP2kSDsAOEishICI6HxkBgM7+n/5e/p/OzgFhAaIBYaDADhISDsAOEhICrliWUtUYEmQGDEQYGDQhJi4WHHVDJA4SEg4TPRMSFTEvSj3+Xv6fzs4BYQGiAWHOzgAAAwAA/4AGAAWAAB4ALgA6AAAlNTQmKwERNCYjISIGHQEUFjsBESMiBh0BFBYzITI2AzU0JisBIgYdARQWOwEyNgQQAgQgJAIQEiQgBAQAEg5gEg7+wA4SEg5gYA4SEg4BwA4SgBIOwA4SEg7ADhICgM7+n/5e/p/OzgFhAaIBYaCgDhICAA4SEg6gDhL+wBIOoA4SEgOOoA4SEg6gDhISwf5e/p/OzgFhAaIBYc7OAAACAAD/gAYABYAALwBfAAABIyImPQE0NjsBLgEnFRQGKwEiJj0BDgEHMzIWHQEUBisBHgEXNTQ2OwEyFh0BPgEBFRQGKwEOAQcVFAYrASImPQEuAScjIiY9ATQ2OwE+ATc1NDY7ATIWHQEeARczMhYErW0aJiYabSChbCYagBombKEgbRomJhptIKFsJhqAGiZsoQFzJhqPJeuhJhqAGiah6yWPGiYmGo8l66EmGoAaJqHrJY8aJgIAJhqAGiZsoSBtGiYmGm0goWwmGoAaJmyhIG0aJiYabSChASyAGiah6yWPGiYmGo8l66EmGoAaJqHrJY8aJiYajyXroSYAAAAAAwAA/4AGAAWAACMALwA7AAABBwYiLwEHBiIvASY0PwEnJjQ/ATYyHwE3NjIfARYUDwEXFhQ2EC4BIA4BEB4BIDYAEAIEICQCEBIkIAQESZIKGgqJiQoaCpIKComJCgqSChoKiYkKGgqSCgqJiQrNkvr+2PqSkvoBKPoBcs7+n/5e/p/OzgFhAaIBYQHJkgoKiYkKCpIKGgqJiQoaCpIKComJCgqSChoKiYkKGhkBKPqSkvr+2PqSkgJf/l7+n87OAWEBogFhzs4AAAAAAwAA/4AGAAWAABQAIAAsAAAJAQYiJwEmND8BNjIfAQE2Mh8BFhQWEC4BIA4BEB4BIDYAEAIEICQCEBIkIAQEk/5aEzQT/toTE2YTNBOTARMTNBNmE3qS+v7Y+pKS+gEo+gFyzv6f/l7+n87OAWEBogFhAtP+WhMTASYTNBNmExOTARMTE2YTNPoBKPqSkvr+2PqSkgJf/l7+n87OAWEBogFhzs4AAAAAAwAA/4AGAAWFAAkAEgAiAAABNCcBFjMyPgIFASYjIg4BFRQAEAIGBCAkJgIQEjYkIAQWBSBX/Q6JoG/Jklb8GQLzh6WU+pIFIHrN/uP+yP7jzXp6zQEdATgBHc0Cg6GG/Q9ZV5LLvALyW5L8lKIBP/7G/uLOenrOAR4BOgEdznp6zgAAAQBA/zUGAAVLACAAAAEVFAYjIQEWFA8BBiMiJwEmNTQ3ATYzMh8BFhQHASEyFgYAQTT9QAElJiZLJTU0J/11JSUCiyY1NCZLJib+2wLANEECgIA1S/7aJGwkTCUlAowlNTQnAoomJkomaib+20sAAAEAAP81BcAFSwAgAAABFAcBBiMiLwEmNDcBISImPQE0NjMhASY0PwE2MzIXARYFwCX9dSc0MydLJiYBJf1ANEFBNALA/tsmJksmNDUmAoslAkA2Jf11JSVLJmomASVLNYA1SwEmJGwkSyYm/XUjAAABADX/gAZLBUAAIQAAARQPAQYjIicBERQGKwEiJjURAQYiLwEmNTQ3ATYzMhcBFgZLJUsmNTYk/tpLNYA1S/7aJGwkSyYmAosjNzYlAoslAjUzJ0smJgEl/UA0QUE0AsD+2yYmSyY0NSYCiyUl/XUnAAAAAAEANf+1BksFgAAiAAABFAcBBiMiJwEmNTQ/ATYzMhcBETQ2OwEyFhURATYzMh8BFgZLJf11JzQ1Jf11JiZKJzQ1JQEmTDSANEwBJiU1NCdLJQLANSX9dCUlAowkNjUmSyUl/toCwDRMTDT9QAEmJSVLJwAAAQAA/4AHAAXAACwAAAAUBwEGIiY1ESMiDgUVFBcUFhUUBiMiJy4CJwI1NDcSITMRNDYyFwEHABP+ABM0JuBim5lxYj4jBQURDxAMBwwPA381ogLJ4CY0EwIAA5o0E/4AEyYaAQAMHzZVdaBlN0QGIwkPFBEJGiIHAR2mx4YBkwEAGiYT/gAAAAIAAP+ABgAFgAAXAC8AAAAUBwEXFhQGIyEiJjURNDYyHwEBNjIfAQERFAYiLwEBBiIvASY0NwEnJjQ2MyEyFgLzCv60kBMmGv5AGiYmNBOQAUwKGgpyAxcmNBOQ/rQKGgpyCgoBTJATJhoBwBomAe0aCv60kBM0JiYaAcAaJhOQAUwKCnIDSf5AGiYTkP60CgpyChoKAUyQEzQmJgAAAAACAA3/jQXzBXMAFwAvAAABERQGIi8BAQYiLwEmNDcBJyY0NjMhMhYAFAcBFxYUBiMhIiY1ETQ2Mh8BATYyHwEDACY0E5D+tAoaCnIKCgFMkBMmGgHAGiYC8wr+tJATJhr+QBomJjQTkAFMChoKcgJA/kAaJhOQ/rQKCnIKGgoBTJATNCYmApMaCv60kBM0JiYaAcAaJhOQAUwKCnIAAAAAAQAAAAAFgAWAACMAAAEVFAYjIREUBisBIiY1ESEiJj0BNDYzIRE0NjsBMhYVESEyFgWAOCj+YDgowCg4/mAoODgoAaA4KMAoOAGgKDgDIMAoOP5gKDg4KAGgOCjAKDgBoCg4OCj+YDgAAAAAAQAAAgAFgAOAAA8AAAEVFAYjISImPQE0NjMhMhYFgDgo+0AoODgoBMAoOAMgwCg4OCjAKDg4AAABAHr/gAYGBYAANQAAAR4BDwEOASclERQGKwEiJjURBQYmLwEmNjctAS4BPwE+ARcFETQ2OwEyFhURJTYWHwEWBgcFBcouGxpAGmcu/vZMNIA0TP72LmcaQBobLgEK/vYuGxpAGmcuAQpMNIA0TAEKLmcaQBobLv72AeYaZy5uLhsamf7NNExMNAEzmRobLm4uZxqamhpnLm4uGxqZATM0TEw0/s2ZGhsubi5nGpoAAAMAAP+ABgAFgAALABsALQAAACAEEhACBCAkAhASATU0JisBIgYdARQWOwEyNgMTNCcmKwEiBwYVExQWOwEyNgIvAaIBYc7O/p/+Xv6fzs4CshINwA0UFA3ADRICEgoKDtwOCgoRFA65DhMFgM7+n/5e/p/OzgFhAaIBYfvvvg4TFA2+DRQTAWYCbQwGCAgGDP2TCg8PAAAABAAAAAAGAAVAAA0AFgAfAEoAACU1ETUhFREVFBY7ATI2ATMnJiMiBhQWJDQmIyIPATMyBREUBisBERQGIyEiJjURIyImNRE0NjMhIiY0NjMyHwE3NjMyFhQGIyEyFgOg/sAkHMAcJP44w34aKyg4OALYOCgrGn3CKAGwEg5gOCj7wCg4YA4SEg4BuF2Dg11rPYCAPWtdg4NdAbgOErQ4AdTAwP4sOBkbGwNloR84UDg4UDgfoaD+wA4S/mAoODgoAaASDgFADhKDuoNNpaVNg7qDEgACAAAAAAcABYAAFQBOAAAANCYjIgQGBwYVFBYzMjc+ATc2JDMyARQHBgAHBiMiJy4BIyIOAiMiJicuAzU0PgI1NCYnJjU0PgI3PgQ3PgQzMh4CBQAmGqz+3ON6EyYaGBUbXhSJAQe2GgImFC7+69vW4JSKD5IXEC8rPh0rKRkCCAMDPko+HAIJV5e+bTe0s7KVJwonFCInGCc/IBADJjQmY6mHFRgaJhMYXhN8aAEGX2Lg/sJtbC8FSkBMQCMqBA4GDQcjTTY6EwRECjM1c9KfdyQSDwMJJyUKJxEXCVyEdAAAAAACAAD/AAWABgAADwAzAAAFFRQGIyEiJj0BNDYzITIWARQOBRUUFycXLgQ1ND4FNTQnFyceBAWAEw36wA0TEw0FQA0T/wAxT2BgTzFDBAFajIlaNzFPYGBPMUIDAVqMiVo3oEANExMNQA0TEwQTToRdU0hIWzNggAEBKVR0gaxiToRdU0hIWzNeggEBKVR0gawAAAAAAwAAAAAHAASAABEAIQAxAAABJicWFRQAIAA1NDcGBxYEICQANCYjIgYVFBYyNjU0NjMyABQHBgAgACcmNDc2ACAAFwaAmOU9/vn+jv75PeWYhQGRAdQBkf21HBR9sxwoHHpWFANsFIz+J/3y/ieMFBSMAdkCDgHZjAJA7HVoebn++QEHuXlodezN8/MCOSgcs30UHBwUVnr+0kQj5v7rARblI0Qj5QEW/urlAAUAAP+gBwAE4AAJABkAPQBDAFUAACU3LgE1NDcGBxIANCYjIgYVFBYyNjU0NjMyJRQHBgAPAQYjIicmNTQ3LgEnJjQ3NgAhMhc3NjMyHgMXFhMUBgcBFgQUBwYHBgQjNzYkNyYnNx4BFwIrTldiPeWYpwKJHBR9sxwoHHpWFAGHAWr+XGkxChIMehAsj/FYFBSZAcYBDVlbNgoSBRokHiEDECWeggEYCAHAFCdGlv513krUAWl5c6c/X685yY0/wGt5aHXs/v4Cbigcs30UHBwUVnrvBwK9/Qy8WRBGChIMS0HYiR9MH+sBEBFhEAwTEhMCCv4wi+UyAfYthEYiQFGsvoQS7ryzc3BAsl8AAAAAAwAQ/4AG8AYAAA8AIQAzAAAlNTQmKwEiBh0BFBY7ATI2AxM0JyYrASIHBhUTFBY7ATI2AwEWBw4BIyEiJicmNwE+ATIWBAATDcANExMNwA0TAhIKDQvcCw0KERQOuQ4TDQMAIyUROyL6ACI7ESUjAwARPEY8ob4OExMOvg4TEwGEAcsMBwsLBw7+NwoNDQOw+oA/Px0iIh0/PwWAHyQkAAEAAAAABWwFbAAyAAABFgYPARMWDwEGIyInJicJARcWDwEGKwEmLwImJyY/ATYzMh8BCQEmJyY/ATYXBTc+AQVgLEBMoaAFEYAHDAQDDwb+6f79NQUNYAkOAg8JvfwLAgEKYAkOBgLCAQP+BA4DAguADhACmaBMwAVgNMBMof1IEw5gBgEDDQH8/v3CEQ5gCQIL/L0HEA0MYQkBNQEDARcIEBALgA0Fn6BMQAAPAAD/AAaABgAAAwAHAAsADwATABcAGwAfACMAMwA3ADsAPwBPAHMAABchESEBIREhJSERIQEhESElIREhASERIQEhESEBIREhJSERIQERNCYrASIGFREUFjsBMjYBIREhJSERIQEhESE3ETQmKwEiBhURFBY7ATI2JREUBiMhIiY1ETQ2OwE1NDY7ATIWHQEhNTQ2OwEyFh0BMzIWgAEg/uABYAFA/sD+oAEg/uABYAFA/sD+oAEg/uAC4AFA/sD+gAFA/sADAAEg/uD+gAFA/sD+oBMNQA0TEw1ADRMC4AEg/uD+gAFA/sABgAEg/uAgEw1ADRMTDUANEwGATDT6gDRMTDSAXkJAQl4BgF5CQEJegDRMgAEg/uABIEABQP7AAUBAASD8AAEgAcABIPwAASBAAUACIAEgDRMTDf7gDRMT/K0BQEABIP7gASDAASANExMN/uANExNN+wA0TEw0BQA0TGBCXl5CYGBCXl5CYEwAAAADAAD/oAcABeAAEgA3AHEAAAEGBy4EKwEiJj0BNDY7ATIAFAcBBiMiJj0BIg4BLgYnNjceBDMhNTQ2MzIXARIUBwEGIyImPQEhIg4CBwYHDgYrASImPQE0NjsBMj4CNzY3PgYzITU0NjMyFwECmjxNFh4zM0ss4A4SEg7g+gUGCf7ACQ4NEyBqOFo0TDJCNDobO00WHjMzSywBABIODAwBPwkJ/sAJDg0T/wAwTjwqGCAuHSlDPVddeETgDhISDuAwTjwqGCAuHSlDPVddeEQBABIODAwBPwQfXLUtN0gpHRIOwA4S/A4cCf7ACRMNwAEBAwcOFyIuPSddtC03SCkdwA4SCv7BA3ccCf7ACRMNwB48Py4+bUJaeFBWMyESDsAOEh48Py4+bUJaeFBWMyHADhIK/sEAAAABAAD/AAcABQAAJgAAABACBCMiJwYFBgcGJic1JjYmPgI3PgU3JgI1ND4BJDMyBAcA8P5k9EZLxv76MUERGwQDBQEKAgwCBzAVKRgeC521jvABTLb0AZwDLv6k/tmrCK9DDggCFhIBBBAEDwMOAgg1FzguSChZAQaWgu2sZasAAAMAAP+ABgAFgAAjADMAQwAAARUUAgQgJAI9ATQ2MyEyFh0BFB4DMj4DPQE0NjMhMhYBERQGIyEiJjURNDYzITIWBREUBiMhIiY1ETQ2MyEyFgYAxf6h/kj+ocUmGgGAGiYvPFIuKi5SPC8mGgGAGib8ACYa/oAaJiYaAYAaJgQAJhr+gBomJhoBgBomAsCAyf6+tbUBQsmAGiYmGoA0TCYWBAQWJkw0gBomJgJm/oAaJiYaAYAaJiYa/oAaJiYaAYAaJiYAAAAAAQBaABUGpgQgABQAACUHBiInCQEGIi8BJjQ3ATYyFwEWFAaTphM0E/3t/e0TNBOmExMC5hM0EwLmE82lExMCE/3tExOlEzUTAuUTE/0bEzUAAAAAAQBa/+AGpgPrABQAAAkBBiInASY0PwE2MhcJATYyHwEWFAaT/RoTNBP9GhMTphM0EwITAhMTNBOmEwLY/RsTEwLlEzUTpRMT/e0CExMTpRM1AAAAAgAAAAAHgASAACUASwAAJRQGIyEiLgM8AT0BESMiJjU0NwE2MhcBFhUUBisBESEyHwEWARQHAQYiJwEmNTQ2OwERISIvASY1NDYzITIeAxwBHQERMzIWBQATDfxACAsHBALAGiYPAUATPBMBQA8mGsACQBAJoAcCgA/+wBQ6FP7ADyYawP3AEAmgBxMNA8AICwcEAsAaJiANEwQKBhEGFAGgAaAmGhgRAYAWFv6AERgaJv6AC8AKAZUYEf6AFxcBgBEYGiYBgAzACQsNEwQKBhEGFAGg/mAmAAAAAAMAAP+ABoAFAAAHAA8AOgAAJBQGIiY0NjIEFAYiJjQ2MhMRFAYHBRYVFAchMhYUBiMhIiY1ND4CNwMjIiY0NjMhMh4EFyEyFgKATGhMTGgDzExoTExozCEY++wNGAOYGiYmGvwAGiYQEBsCscwaJiYaAQAQGQ4MBAcBBLEaJjRoTExoTExoTExoTAPA/gAYJQN6PAoQMCY0JiYaCykfMQUDNyY0Jg0SHxUmByYAAAAAAQAAAAAGgAWAABQAAAERFAYjISImNRE0NjMhMhYdASEyFgaAhFz7QFyEhFwBQFyEAqBchAOg/UBchIRcA8BchIRcIIQAAAAAAgAAAAAHVwWAABMAKgAAARQHAQ4BIyEiJjU0NwE+ATMhMhYBFSEiBgcBBzQmNRE0NjMhMhYdASEyFgdXH/6wK5tC+8AiNR8BUCubQgRAIjX+qfzAXs49/q8FAYRcAUBchAIgXIQCSB8j/nQzRxoeHyMBjDNHGgE6oF9I/nQGBBEEA8BchIRcIIQAAAABAED/AALABgAAHwAAABQGKwERMzIWFAcBBiInASY0NjsBESMiJjQ3ATYyFwECwCYagIAaJhP/ABM0E/8AEyYagIAaJhMBABM0EwEABNo0JvwAJjQT/wATEwEAEzQmBAAmNBMBABMT/wAAAAABAAABQAcAA8AAHwAAABQHAQYiJj0BIRUUBiInASY0NwE2MhYdASE1NDYyFwEHABP/ABM0JvwAJjQT/wATEwEAEzQmBAAmNBMBAAKaNBP/ABMmGoCAGiYTAQATNBMBABMmGoCAGiYT/wAAAAAFAAD/gAgABYAAAwAHAA0AEQAVAAABESERAREhEQEVIREzEQERIREBESERAoD/AAKA/wAFAPgAgAUA/wACgP8AAoD+AAIAAgD8AAQA+4CABgD6gAOA/QADAAGA+4AEgAACAAD/gAYABYAAMABAAAABBgc2NwYHJiMiBhUUFy4BJwYVFBcmJxUUFhcGIyInHgEXBiMiJxYzMj4DNTQnNgERFAYjISImNRE0NjMhMhYFADhBRBlBRT1cV3sFgeJPHVsvNWRJHRYNGhVrRHSRGhiUrnDEjGUxAT8BKql3/EB3qal3A8B3qQOeGQkoTSYNQntXHRMHdGEyOHI9ARkCS3UOCAQ/UgFaA15Hd5upVBIJLQEC/EB3qal3A8B3qakAAAABAAD/gAYABYAAJAAAATIWFREUBisBETM3IzU0NjM3NSYjIgYdASMVMxEhIiY1ETQ2MwTgd6mpd7zHHuUvRHo/c4ijyMj97HepqXcFgKl3/EB3qQJT6JQ4OAHPCaCSq+j9ral3A8B3qQAAAAAHAAD/gAcABYAADwAXABsAIwAnAC4APgAAADQmIyIGFRQWMjY1NDYzMjYUBiImNDYyASE1IQAQJiAGEBYgASE1IQMhPQEhByElERQGIyEiJjURNDYzITIWA6ASDkJeEhwSOCgO8pbUlpbU/JYGAPoABIDh/sLh4QE+/OEBgP6AgAYA/MRA/XwGgEs1+gA1S0s1BgA1SwKyHBJeQg4SEg4oOAjUlpbUlvzCgAEfAT7h4f7C4QQCgP7AdoqAgPsANUtLNQUANUtLAAIAAP9IBpMFgAAVAEcAAAA0JiIGFRQXJiMiBhQWMjY1NCcWMzIBFAYjIi4CJwcXFhUUBiMiJwEGIyImNTQSJDMyFhUUBwE3LgM1NDYzMhceBANAcKBwEykqUHBwoHATKSpQA8NiEQknIisDYNwcTiooHP1hsL2jzb4BMqCjzYMBY2ADLiIgYhENCgZQVFk5A7CgcHBQKikTcKBwcFAqKRP+ABFiICIuA2DcHCgqThwCn4PNo6ABMr7No72w/p1gAysiJwkRYgoGTVJaQgAAAAAGAAD/DweABfAABwARABsAfwC9APsAAAA0JiIGFBYyATQmIgYVFBYyNhE0JiIGFRQWMjYBFRQGDwEGBxYXFhUUBw4BIyIvAQYHBgcGKwEiJi8BJicHBiMiJyY1NDc+ATcmLwEuAT0BNDY/ATY3JicmNTQ3PgEzMh8BNjc2NzY7ATIWHwEWFzc2MzIXFhUUBw4BBxYfAR4BARUUBwYHFhUUBwYjIiYnBiInDgEjIicmNTQ3JicmPQE0NzY3JjU0Nz4CMzIWFzYyFzY/ATIXFhUUBxYXFhEVFAcGBxYVFAcGIyImJwYiJw4BIyInJjU0NyYnJj0BNDc2NyY1NDc+AjMyFhc2Mhc2PwEyFxYVFAcWFxYDgJbUlpbUA5ZMaExLaktMaExLakv+gA4JmwsVIjgHBxd3EwsKcyUoCwwHF7oLEgEXIil2Bw0LCpAHCj4QFwyYCg4OCZsLFSI4BwcWeBMLCnMiKwsMBxe6CxIBFyIpdggMCwqQBww8DxcLmAoOAoCVDBIzBHoCCEwOFBQUDkwIAnoEMxIMlZUNETMEBD44AghMDhQUFDMpBgR4BDMRDZWVDBIzBHoCCEwOFBQUDkwIAnoEMxIMlZUNETMEBD44AghMDhQUFDMpBgR4BDMRDZUCFtSWltSW/wA0TEw0NUtLBDU0TEw0NUtL/pC5ChMBGCMpMEMLCQwHHncHWhMMbC8YDwqZChVZBwiFGwkKDk4WLCYYARELuQoTARgjKTBDCwkMCB52B1oSDmwuGA8KmQoVWQcIhRsICxBMFjAiFwIR/eCMEA8bGXEZBANHXhUCAhVeRwMEGXEZGw8QjBAPHRdxGQQDAiQgXRUCAkcpAkYDBBlxFx0PA/CMEA8bGXEZBANHXhUCAhVeRwMEGXEZGw8QjBAPHRdxGQQDAiQgXRUCAkcpAkYDBBlxFx0PAAAAAAIAAP+ABwAFAAAlAE8AAAAQBgQjIicGBwYHIyImJyY0PgU3PgQ3LgE1NDYkIAQBFAYHHgQXHgYUBw4BJyYnJicGIyAnFjMyJDc+ATU0Jx4BBYC8/ru/Vlp8miQyAwsTAgEBAwIFAwYBBSQQHRUKfI68AUUBfgFFAjyOfAoVHRAkBQEGAwUCAwEBAxQMMiSafFpW/vHJOh6hASh0fYYXgZYDi/7q7IkQWCgJBxANAwcGBgQHAwcBBiYVJSgYSNJ3i+yJif2JeNFIGCglFSYGAQcDBwQGBgcDDhABBwkoWBCEBFpUXPCGTUtH1gAAAwAA/4AGAAYAAAcAPABtAAAkNCYiBhQWMgE0JiMhNDY1NCYjDgIHBgcOBisBETMyHgQXFjsBMjU0Jz4BNCc2NTQmJz4BNxQHFhUUBxYVFAcWBisCIiYnJiMhIiY1ETQ2MyE2NzY3PgI3NjMyHgEVFAczMhYBACY0JiY0BKZOMv6gYEBgGhglKRY3BCYZLCQpJxAgIA0lHS8XMAXTg3nABR4jEjUUDyArgDEJJgM8AayNJF1gu3t0Fv7gNUtLNQESJGU6MRgXJisnM1SGRjCwaJimNCYmNCYCgDNNOss7Yl4adoUrF0QFMiA1IyQS/YAGBw8IEQJJpxoeEElKIDJFGT0RAVwkWUohJE1DFRZlTYuhLSsoSzUCgDVLGINLNRl5hColQYp1XWOYAAAAAwAA/wAGAAWAAAcAPgBxAAAANCYiBhQWMgE0Jic+ATU0JzY1NCYnNjU0JisBIgcOBSsBETMyHgUXFhceAhcyNjU0JjUhMjY3FAYrARYVFAcOASMiJy4DJyYnJichIiY1ETQ2MyEyNz4BOwEyFgcVFhUUBxYVFAcWAQAmNCYmNASmKyAPFDUSIx4FYleAg9MFMBcvHSUNICAQJykkLBkmBDcWKSUYGmBAYAFgMk6AmGiwMCMjhlQzJyIoCxgTMDtlJP7uNUtLNQEgFnSAvmlwjK0BPAMmCTEEJjQmJjQm/gAjXAERPRlFMh8mJUkQHhpVUkkCEQgPBwb9gBIkIzUgMgVEFyuFdhpeYjvLOk0yZ5hjXXZERUElIWJTVhUyTYMYSzUCgDVLKCwsnokFTWUWFUNNJCFJAAAAAQAA/60DQAXgABIAAAERBQYjIiY1NDcTASY1NDclEzYDQP4/FhIVFQJW/pQZOAH24RMF4PrF7AwdFQYOAfQBYhsVJQlJAccpAAAAAAIAAP+ABwAFgAAcADkAAAE0LgMiDgIHBiInLgMiDgMVFBcJATY3FAcBBiInAS4ENTQ2MzIeAhc+AzMyFgaAK0NgXGh4ZUgYEj4SGEhleGhcYEMruwJFAkS8gOX9kRI0Ev2QCiNMPC/+4D6Bb1AkJFBvgT7g/gOsUXxJLhAzTUMcFhYcQ00zEC5JfFGou/3QAi+8qN3l/agSEgJaCCRfZI5D3PgrSUAkJEBJK/gAAAAAAgAAAAAGIAUAACgAQAAAJRQWDgIjISImNRE0NjMhMhYVFBYOAiMhIgYVERQWMyE6Ah4DABQHAQYiJjURISImNRE0NjMhETQ2MhcBAoACAQUPDf7Ad6mpdwFADRMCAQUPDf7AQl5eQgEgARQGEQYKBAOgE/3gEzQm/kAaJiYaAcAmNBMCIGAEIBUaDal3AsB3qRMNBCAVGg1eQv1AQl4CBAcLAjI0E/3gEyYaASAmGgGAGiYBIBomE/3gAAAEAAD/gAYABYAAAwAPACUANQAANzMRIzcuASIGFRQWOwEyNgEzETQmIyIHMzUjFgMzETQ3PgEzMhUBERQGIyEiJjURNDYzITIW7efn9gFGdElHOQE7SAJJ55J4iEkC5wMD5wcPPCx0AdSpd/xAd6mpdwPAd6l6ArbWNERENDNFRfynAY6annVlQv2MAYQmEiMxnQJz/EB3qal3A8B3qakAAgAA/wAEgAWAAAsALgAAARE0JiIGFREUFjI2ARQGIyEDDgErASInAyEiJjU0NjMRIiY0NjMhMhYUBiMRMhYB4BIcEhIcEgKgJhr+UzMCEQwBGwVM/mwaJp1jNExMNAKANExMNGOdAqABwA4SEg7+QA4SEv6uGib+HQwRGwHlJhp7xQIATGhMTGhM/gDFAAAAAgAAAAAHAAYAACcAPwAAAREUBiMhIiY1ETQ2MyEyFh0BFAYjISIGFREUFjMhMjY1ETQ2OwEyFgERFAYiLwEBBiIvASY0NwEnJjQ2MyEyFgWAqXf8wHepqXcCwA4SEg79QEJeXkIDQEJeEg5ADhIBgCY0E7D9dAoaCnIKCgKMsBMmGgIAGiYCYP7Ad6mpdwNAd6kSDkAOEl5C/MBCXl5CAUAOEhIDUv4AGiYTsP10CgpyChoKAoywEzQmJgACAAAAAAYABQAAFwBAAAAAFAcBBiImNREhIiY1ETQ2MyERNDYyFwkBERQGIyEiJjU0Jj4CMyEyNjURNCYjISoCLgM1NCY+AjMhMhYEoBP94BM0Jv5AGiYmGgHAJjQTAiABc6l3/sANEwIBBQ8NAUBCXl5C/uABFAYRBgoEAgEFDw0BQHepApo0E/3gEyYaASAmGgGAGiYBIBomE/3gATP9QHepEw0EIBUaDV5CAsBCXgIEBwsIBCAVGg2pAAMAAP+ABoAFgAAGAA0ASQAAASY1IRUUFiU1IRQHPgE3FRQOAgcGBw4BFRQWMzIWHQEUBiMhIiY9ATQ2MzI2NTQmJyYnLgM9ATQ2MyE1NDYzITIWHQEhMhYBykr/AL0Ew/8ASo29gFONzXEqNSYdPUNLdRIO/MAOEnVLQz0dJjUqcc2NUzgoASBeQgJAQl4BICg4Ao2i0WBOqPZg0aIdqM6AR5B0TwU2KSJNMzZKW0VADhISDkBFW0o2M00iKTYFT3SQR4AoOGBCXl5CYDgAAAAJAAD/gAYABYAABwAPABcAHwAnACwAMgCBAJEAAAE2JyYHBhcWJyYHBhcWNzYnNicmBwYXFhc2JicmBhcWFzYnJgcGFx4BNCMiFDcmBhcWNgE0ACAAFRQSFxY2NTQnDgIuAScmJy4DNjMyHgEXHgEyNjc2Ny4DNTQ3Jjc2Fh8BNjIXPgIXFgcWFRQOAwcWFRQGFRQWNzYSAREUBiMhIiY1ETQ2MyEyFgIHBAcJBQQHCRcFBwYGBwUGLwIHBwEDBwgWAgEDBggFBlsCCwkEAgsJLgwKPQIWAgIUAoL+1P5Y/tTEmhIRAQYTNCwrCBciAgULAwsOBhIqDBArLCAOBxoxSkgnNRgdE0cZGjqMOgsjTBMdGDUcK0A9JiMBERKaxAEAqXf8QHepqXcDwHepAVAGBwcFBgcHLgcDBAgIAwQxBAQCBAUDAhMBBwIHCAcGRwcEAwcHBAMEEBAPBwQHCAQBRdQBLP7U1Kf+9TQDEAw0KwEDAQkfGjsPAQULCAcEGxYcHAcGLxYGGTVjRk86PkoGGxAQEREHFh4GSj46TzlXNSQQBB9AKGICDBADNAELAof8QHepqXcDwHepqQAEAAD/gAaABcAABwAPACcAPwAAJDQmIgYUFjIkNCYiBhQWMhMRFAYjISImNRE0NjMhHgEzITI2NyEyFgEGIyERFAYjISImNREhIicmNwE2MhcBFgUAJjQmJjQBJiY0JiY0pjgo+kAoODgoAasVYz0BAD1jFQGrKDj+uxEq/wAmGv8AGib/ACoRER8BwBI2EgHAHyY0JiY0JiY0JiY0JgEg/sAoODgoAUAoODhISDg4AmAo/kAaJiYaAcAoJx4BwBMT/kAeAAAAAAIAAP+ABf8FgAAxAGMAAAE0JicuAjU0NjU0JyYjIgYjIiYjIg4BBwYHDgIVFBYVFAYUFjMyNjMyFjMyNz4BEjcUAgYHBiMiJiMiBiMiJjU0NjU0JjU0PgI3Njc2MzIWMzI2MzIWFRQGFRQeAhceAQV/DgsMCggKCgQJE04UPOg7K2dDOIlBYH8xGRYYFhhhGTnhObVngdV3gIz8m3zKOeI4GGEZSWUWGSRJgFZOmsJ6POc6E0wUUUoKBAMMAhASAsYsixseHC0aF1sWJRIBCTAXGBY2MUnp74EooCkXVywdFh8kLdcBFIul/rv7NywdHW9JGFgXKKEpb9XOtkE7PU4wCmVUF1oXDRgJIAQonQAAAQAAAAAFgAWAAE8AAAEUBgcGBwYjIi4DJyYnJgAnJicuBDU0NzY3PgEzMhcWFx4CFx4CFRQOAhUUHgIXHgEXHgMzMj4CMzIeARceAhcWFxYFgBQLFWVeXBs0Px9QCWJNf/7uTzAjAx4LEgczODIZVxsOBxIjCyYgDwMdDjlDOQoHFQFMxIkCIg4bCRI4MjwUDh0qBBk5RhNGBgMBKBtXGTI4MwcSCx4DIzBPARJ/TWIJUB8/NBtcXmUVCxQDBkYTRjkZBCodDhQ8MjgSCRsOIgKJxEwBFQcKOUM5Dh0DDyAmCyMSBwAAAAIAAAAABYAFgAAPAB8AAAEhIgYVERQWMyEyNjURNCYXERQGIyEiJjURNDYzITIWBGD8wEJeXkIDQEJeXt6pd/zAd6mpdwNAd6kFAF5C/MBCXl5CA0BCXqD8wHepqXcDQHepqQACAAD/lwUABYAABgAjAAABIREBNxcBEzIXHgEVERQGBwYjIicJAQYjIicuATURNDY3NjMEgPwAAadZWQGnDBcVIScnIRMZMCP+R/5HJC8XFSEnJyEVFwUA+yYBllVV/moFWgkNOCL69yI4DQggAaj+WCEJDTgiBQkiOA0JAAAAAAIAAP+ABgAFgABHAFcAAAE0LgQnLgIjIg4CIyIuAicuAScuAzU0PgI1NC4BJy4FIyIHDgEVFB4EFxYAFx4FMzI2NzYBERQGIyEiJjURNDYzITIWBQAEIDEuLQYFHBYKDyskKQ0HEwwWA2OOOAINBgcpMSkKFAMDGBobFwoLMDUuRAUFDQcSAjwBOaQGMBIpGSQQOZMVFgEAqXf8QHepqXcDwHepAVcLChcbGhgDAxQKKTEpBwYNAjePYwMWDBMHDSkkKw8KFhwFBi0uMSAEFhWTORAkGSkSMAak/sc8AhIHDQUFRC41Azn8QHepqXcDwHepqQABACwAAAZUBQAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGVENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBGhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAF//gAO/BgAAFAAAAREjIgYdASEDIxEhESMRITU0NjMyA7+dVjwBJSf+/s7/AP/QrZMF9P74SEi9/tj9CQL3ASjaus0AAAAIAAD/pwYABYAAVABcAGQAawBzAHoAggCIAAAAIAQSFRQABwYmNTQ2NTQnPgQ1NCc2JyYGDwEmIgcuAgcGFwYVFB4DFwYHDgEiJicuAS8BIgYeAR8BHgEfAR4DPwEUFhUUBicmADU0EhM2JyYHBhcWFzYnJgcGFxYXNicmBwYWFzYnJgcGFxYXNicmBhcWNzQHIhUUNzI3JgcGFjYCLwGiAWHO/tvoGxoBNDlbYUEpTyUtHGonJl3GXRA1chwtJU8pQGFbOScKFTBCQRcTOxQUFRAGDAcHFisKCg0+SEMWFwEaG+j+285VAwoKAwMKCSMHCQoGBwkKJAkJCAkJEjIIDAwICQ0MQQMQDwgRD0MREBEQOgIQEAQgBYDO/p/R+/5vTQUYEgOTPWEtBhg2T4NVd1dbcQkoGBgaGgsgLQlxW1d3VYJQNhgGJEMKCispICgEAwkODgUFCjgXFyYvDQEEBCZlBBIYBU0BkfvRAWH8fwcFAwUHBQYaBQsJBgULCiYHDA0HBRokCAsMCQgLDBALBQQWBAYHDQILDQIVCwIDGAgAAAABAAAAAAaABYAAJQAAAREUBisBIiY1ETQmIgYdATMyFhURFAYjISImNRE0NjMhNTQAIAAGgCYaQBomltSWYCg4OCj8QCg4OCgCoAEHAXIBBwPA/wAaJiYaAQBqlpZqwDgo/cAoODgoAkAoOMC5AQf++QAAAAUAAP+AB4AFgAAPABkAIwAnACsAAAEyFhURFAYjISImNRE0NjMVIgYdASE1NCYjETI2NREhERQWMzc1IRUzNSEVBuBCXl5C+cBCXl5CDRMGgBMNDRP5gBMNYAEAgAGABYBeQvtAQl5eQgTAQl6AEw3g4A0T+wATDQJg/aANE4CAgICAAAMAAAAABYAFgAAHACEAPQAAABQGIiY0NjIBFgcGKwEiJicmACcuAT0BNDc2OwEWBBcWEgUWBwYrASImJyYCACQnLgE9ATQ3NjsBDAEXFhIBgHCgcHCgAnACExIdhxkkAhb+u+UZIRURGgWgASRxcocCDQIUEhyPGiUBDLL+4/591xkjFBIaAwEGAd+6u9YBEKBwcKBw/sUcFBUhGeUBRRYCJBmHHRIRDYdycf7cohsUFCMZ1wGDAR2yDQElGY8cEhIN1ru6/iEABQAAAAAGAAUAAAcADwAfACkAPwAAABQGIiY0NjIEFAYiJjQ2MhcRNCYjISIGFREUFjMhMjYBIQMuASMhIgYHAREUBiMhIiY1ETQ3Ez4BMyEyFhcTFgQQL0IvL0IBLy9CLy9CnxMN+0ANExMNBMANE/syBJydBBgO/PIOGAQEsV5C+0BCXhDFEVw3Aw43XBHFEAFhQi8vQi8vQi8vQi/wAUANExMN/sANExMB7QHiDRERDf1+/sBCXl5CAUAZMgJeNUJCNf2iMgACAAD/gwcABYAALgA0AAABMhYUBiMRFAYjACUOARYXDgEeAhcOASYnLgQ2NyMiJj0BNDYzISABMhYVAxEABREEBoA1S0s1TDT+X/51OkIEJhQGEjEvJh2lrC4HLRMbAwoRekJeXkIB4AGzAc00TID+dv6KAXkDgEtqS/6ANEwBWyETXmsnIUEzOykeOjIbKheBPHZUcTZeQsBCXgGATDT8JAO6/tIp/vIqAAAAAwBA/wAGwAYAAAsAGQBBAAAENCMiJjU0IhUUFjMBIQARNC4CIg4CFRABFAYjIRQGIiY1ISImNT4ENTQSNyY1NDYyFhUUBxYSFRQeAwOQEDtVIGdJ/XYFFP72MFqZuplaMATATDT+QJbUlv5ANEwyUlg9J+q+CDhQOAi+6ic9WFKwIFU7EBBJZwEwASwCFDNsYj8/Ymwz/ez+1DRMapaWakw0KlyTqvKLmAEFHBMUKDg4KBQTHP77mIvyqpNcAAAAAQAC/4AF/gV9AEkAAAEXFgcGDwEXFgcGLwEHBgcGIyIvAQcGJyYvAQcGJyY/AScmJyY/AScmNzY/AScmNzYfATc2NzYfATc2FxYfATc2FxYPARcWFxYHBWCKHgoMKLw1DB8dKbowCikMBx8Uh4ccKikKMLopHR8MNbwoDAoeiooeCgwovDUMHx0pujAKKSkdh4cdKSkKMLopHR8MNbwoDAoeAoCHHCopCjC6KR0fDDW8KAwCFoqKHgoLKbw1DB8dKbowCikqHIeHHCopCjC6KR0fDDW8KQoMH4uLHgsKKbw1DB8dKbowCikqHAADAAD/gAcABYAABwA1AGgAACQ0JiIGFBYyATQmIyE0PgI1NCYjIgcGBwYHBgcGKwERMzIeATMyNTQnPgE0JzY1NCYnITI2NxQGKwEGBxYVFAcWBiMiJyYjISImNRE0NjMhMj4FNzY3PgQzMhYVFAchMhYBACY0JiY0BaZOMv3AHiQeWUcYQhgNKEhHHkVHICBIvsVRvQUeIxI1FA8BSzRMgJdpqQQhAzwBrI2FvaQ7/uA1S0s1ASAKFxgVGw4YAkEjDSgiLz8mfaMWAXZomKY0JiY0JgKAM00UOTVTK0M9iywVQFFRGTn9gEBApxoeEElKIDJFGT0RTDVpmD45FRZlTYuhRTtLNQKANUsJExEcDxwDSjcVUj5AI4Z6RDyYAAADAAD/gAcABYAANQA9AHEAACUzESMiLgInJicmJyYnLgQjIgYVFB4CFSEiBhUUFjMhDgEVFBcGFBYXBhUUFjMyPgEkNCYiBhQWMhMRFAYjISIHBiMiJj8BJjU0NyYnIyImNTQ2MyEmNTQ2MzIeAxcWFx4GMyEyFgVgICAjQTwoHQgESCgOGAETEhYVCEdZHiQe/cAyTkw0AUsPFDUSIx4EYVdUxr4BaCY0JiY0pks1/uA7pL5/jrABAT0DIQSpaZeYaAF2FqN9Jj8vIigNI0ECGA4bFRgXCgEgNUuAAoAYMiohCQVRQBYuAychJhc9QytTNTkUTTM0TBE9GUUyIEpJEBggVVJAQCY0JiY0JgKA/YA1SztFm4wFTGYWFTk+mGlnmDxEeoYjQD5SFTdKAxwPHBETCUsAAAADAAD/AAYABgAABwA1AGgAAAQ0JiIGFBYyEzQjIgcuASIHJiMiBgcRNCYjIgYVESIuAiMiBhUUFxYXFhcWFxYdASE1ND4BNxQHBhURFAYjISImNRE0LgUnJicuBDU0NjMyFxE0NjMyFh0BFhc2MzIXNhYFACY0JiY0pqcaHhBJSiAyRRk9EUw0M00UOTVTK0M9iywVQFFRGTkCgEBAgEU7SzX9gDVLCRMRHA8cA0o3FVI+QCOGekQ8mGdpmD45FRZlTYuhWjQmJjQmAzy9BR4jEjUUDwFLNExOMv3AHiQeWUcYQhgNKEhHHkVHICBIvsVWhb2kO/7gNUtLNQEgChcYFRsOGAJBIw0oIi8/Jn2jFgF2aJiXaakEIQM8AawAAAADAAD/AAYABgAANAA8AHAAAAE0LgE9ASEVFA4CBwYHBgcGBw4EFRQWMzI+AjMRFBYzMjY1ERYzMjcWMjY3FjMyNgI0JiIGFBYyARQGLwEGIyInBgcVFAYjIiY1EQYjIiY1ND4DNzY3PgY1ETQ2MyEyFhURFBcWBYBAQP2AGDIqIQkFUUAWLgMnISYXPUMrUzU5FE0zNEwuOUUyIEpJEBggVVKAJjQmJjQBJpuMBUxmFhU2QZhpZ5g2SnmHI0A+UhU3SgMcDxwREwlLNQKANUs7RQJAVMa+SCAgI0E8KB0IBEgoDhgBExIWFQhHWR4kHv3AMk5MNAFLIzUSIx4EYQM9NCYmNCb9RI6wAQE9Ax4HqWmXmGgBdhajfSY/LyIoDSNBAhgOGxUYFwoBIDVLSzX+4DukvgAAAAACAAD/gAYABYAAHwArAAABNTQmIyE3NjQvASYiBwEHBhQfAQEWMj8BNjQvASEyNgAQAgQgJAIQEiQgBAUAJhr+Cr0TE1sSNhL+llsSElsBahI2ElsSEr0B9homAQDO/p/+Xv6fzs4BYQGiAWECQIAaJr0TNBNbEhL+llsSNhJb/pYSElsSNhK9JgEr/l7+n87OAWEBogFhzs4AAAACAAD/gAYABYAAHwArAAAANC8BASYiDwEGFB8BISIGHQEUFjMhBwYUHwEWMjcBNyQQAgQgJAIQEiQgBAUFElv+lhI2ElsSEr3+ChomJhoB9r0TE1sSNhIBalsBDc7+n/5e/p/OzgFhAaIBYQJlNhJbAWoSElsSNhK9JhqAGia9EzQTWxISAWpb/v5e/p/OzgFhAaIBYc7OAAIAAP+ABgAFgAAfACsAAAA0JwEnJiIPAQEGFB8BFjI/AREUFjsBMjY1ERcWMj8BJBACBCAkAhASJCAEBQQS/pZbEjYSW/6WEhJbEjYSvSYagBomvRM0E1sBDs7+n/5e/p/OzgFhAaIBYQJmNhIBalsSElv+lhI2ElsSEr3+ChomJhoB9r0TE1v9/l7+n87OAWEBogFhzs4AAgAA/4AGAAWAAB8AKwAAADQvASYiDwERNCYrASIGFREnJiIPAQYUFwEXFjI/AQEAEAIEICQCEBIkIAQFBBJbEjYSvSYagBomvRM0E1sSEgFqWxI2ElsBagEOzv6f/l7+n87OAWEBogFhAmQ2ElsSEr0B9homJhr+Cr0TE1sSNhL+llsSElsBagD//l7+n87OAWEBogFhzs4AAAAAAwAA/4AGAAWAAAsB2AIYAAAAIAQSEAIEICQCEBIBDgEHMj4BNzY3Njc2FyY2Nz4BPwEGJicUBzQmBicuAicuAScuAyIOASMmDgIHDgEHNicmBzYmJzMuAicuAQcGHgEVFgYVFBYHDgEHBhYXFg4CDwEGJicmJyYHJicmBzYnJgc+ATU2Nz4CIxY3PgE3Nh4BMxY2JxYnJicmBwYXJg4BJy4BJyIHNiYnNicuAQcOAR4CFxYHDgIHBhYHLgEnFi8BIgYmJyY3NhcuAScGBxY3PgE3Nhc3FhcmBwYHFgcuAiciBwYHFhceAjcWBzYXFhcWBy4BBwYWNyIGFAcXBhY3BhcWFx4CFx4BFwYWByIGIx4BFx4CNzYnJicuAScyHgIHBh4CFx4BIzIWFx4BFx4DFx4BFxYyNjc2FhcWNwYeAhceARc2NwYWNzY1Bic0LgI2MzI2JicuAScGJicUBhUiJz4BNz4DJgcGBw4CBwYmJy4BNTQ+ASc+ATc+ARY2NyYnJiMWNhcWNzQmNxY3HgEXHgI2NxYXFhcWPgEmLwE0NScuATY3PgI3NicyNyIuASM2Jz4BNxY3Nic+ATcWNjQ3PgE/ATYjFjc2JzYmJzYWNzYnJgM2Ny4BJyYnNi4CJy4DBiMHDgMXJicuAgYHDgEHJjYnJg4EBw4BBy4BNR4BFxYHBgcGFxQGFxQCLwGiAWHOzv6f/l7+n87OA0QCDwYCBQUBBhAOJiIRAhcDAxgDAgwLAQYJDgIKCgYBAg8CAQMDBQYIBwEDBgMGAgMLAw8QCgYJAwcFAQ8UAwg0BwUBBwENHAQDGgMFBwcCAQYFBAMLEwQHCRcGBSQZIQYGBwwDAgMJAQwHAyMPBQ0ECQoTBQ4DCQwJBAQMDwgKAREQCAEJBQgIAxwKExsHGwYFAQsKDQIOBgINCgEDBgUFCAMHIAoEGBEFBAQBAwQOAy4wBgYFEAIiCAUOBgcXFAIHAgQPDggQBpJZBwUEAgMKCQYBKxMCAw0BEAEDBwcHBQECAxENDSEGAgMSDAQEDAgCFwEBAwEDGQMBAgQGAhoPAgMFAgIICQYBAwoOFAIGEAgJFgYFBgICDQwUAwUbCAoMEQUPHAckEwIFCwcCBRoFBgEDFAgOHxIFAwICBAkCBgEBFAIFFgUDDQIBAwIBCQYCCwwTBwEEBgYHIgcNEwUBBgMMBAIFBAQBAQMDAQcrBg8HBQIFGAMZBQMIAwcFCgILCAcIAQEBAQEPBwoKAQ4RBBUGBwQBCAcBCQcFBQUJDAgHBR8DBwIDBBYCEQMDEg0KEAMMCQMRAg8WEb3OkQMTAxIGAQcJEAMCCgQLBgcDAwUGAgEVDwUMCQsGBQIBBw4FAw8JDgQNAgMGAgITAgQDBxMbAgQQEAEFgM7+n/5e/p/OzgFhAaIBYf7FAREBCgwBBwgGBggTAhYBAgUFFgEQDQIGBwIEAQMJGAMFDAQCBwYFCgoCAQEFAQICAQUGBAEEEAYECQgCBQkEBgkTAwYOBQcRDQgQBAgVBgIEBQMCAgUWDxkFCAkNDQkFAQ4PAwYXAg0KAQ8MBA8FGAUGAQoBGAgBEgcCBAkEBAEXDAsBGQEPCA4BDA8EAgUHCQcEBAEKBAEFBAIEFAQFGQQJAwEEAgcIDAQCAw0CDxoBAgIJAQ4HBRAJBAMGBgwGAw4IAQFQjgcBARAGBggLARwRBAsHAg4DBRsBICcEAQwtAwMoCAECCwkGBSMGBhwJAgcOBgMOCAIUKhkEBRUEAwQEAQcVEBYCBhsVCQgkBgcNBgoCAhEDBAUBAiIEEwgBDRILAwYSBgQFCBgCAx0PIQEJCAkGBxIECBgDCQIIAQkCAQMdCAQQDQwHAQETAw8IAwMCBAgqEAohERACDwMBAQEEBAECAwMJBgsNAREFGxIDBAMCBwIDBQ4KKAQDAhELBwgJCQgDEhMJAQUIBBMQCQYEBQsDEAIMCggIBwcGAggQBAUIAQsEAg0LCQYHAgEBAgoGBfyCJJkDAwIHAQcMBgoCAggDBgIBAQMDAwERBQEJBQIGBRQDBRkGBgMGCwIJAwQQAwQFAwoyDR8RGQ8WBAcbCAYAAAMAFf8VBn4FgAAHABUALwAAJDQmIgYUFjIJAQYjIi8BJjU0NwEeAQEUBw4BIyIAEAAzMhYXFhQHBRUXPgIzMhYBgCY0JiY0Aqr9ViU1NCdqJiYCqSeXAtwXL+uNuf75AQe5On8sEBD+28EFlHsJDxEmNCYmNCYB5P1WJSVsJDY1JgKpYpcBjCdDhqcBBwFyAQchHgsiC6ngawNbRxQAAAAGAAAAAAcABYAAAwAHAAsAGwArADsAACUhNSEBITUhASE1IQERFAYjISImNRE0NjMhMhYZARQGIyEiJjURNDYzITIWGQEUBiMhIiY1ETQ2MyEyFgQAAoD9gP6ABAD8AAKAAYD+gAIAJhr5gBomJhoGgBomJhr5gBomJhoGgBomJhr5gBomJhoGgBomgIABgIABgID8QP8AGiYmGgEAGiYmAeb/ABomJhoBABomJgHm/wAaJiYaAQAaJiYAAAEABf+ABXsFAAAVAAABFgcBERQHBiMiJwEmNREBJjc2MyEyBXsRH/4TJw0MGxL/ABP+Ex8RESoFACoE2Skd/hP9GioRBRMBABMaAeYB7R0pJwAAAAQAAAAABwAGAAADABcAGwAvAAABITUhAREUBiMhIiY1ESEVFBYzITI2PQEjFSE1AREhETQ2MyE1NDYzITIWHQEhMhYCgAIA/gAEgF5C+kBCXgKgJhoBQBomYP8ABAD5AF5CAWA4KAJAKDgBYEJeBQCA/QD+IEJeXkIB4KAaJiYaoICAAeD+gAGAQl6gKDg4KKBeAAABAAD/gAYABYAARwAACQI3NhcWFREUBiMhIicmPwEJARcWBwYjISImNRE0NzYfAQkBBwYjIicmNRE0NjMhMhcWDwEJAScmNzYzITIWFREUBwYjIicFA/6dAWOQHSknJhr+QCoRER+Q/p3+nZAfEREq/kAaJignHpABY/6dkBMaDAwoJhoBwCoRER+QAWMBY5AfEREqAcAaJicNDBoTA+P+nf6dkB8RESr+QBomKCcekAFj/p2QHicoJhoBwCoRER+QAWMBY5ATBREqAcAaJignHpD+nQFjkB4nKCYa/kAqEQUTAAAGAAD/AAeABgAAEQAxADkAQQBTAFsAAAEGByMiJjUQMzIeATMyNwYVFAEUBiMhIiY1ND4FMzIeAjI+AjMyHgUAFAYiJjQ2MgAQBiAmEDYgARQGKwEmJzY1NCcWMzI+ATMyAhQGIiY0NjICUaJnhlJwfAZLeDtDQgUEgJJ5/JZ5kgcVIDZGZT0KQlCGiIZQQgo9ZUY2IBUH/ACW1JaW1ANW4f7C4eEBPgMhcFKGZ6JRBUJDO3hLBnyAltSWltQCgAV7UU4BYSorFyUdi/0OeIuLeDVldWRfQygrNSsrNSsoQ19kdWUFMtSWltSW/h/+wuHhAT7h/Z9OUXsFdYsdJRcrKgFq1JaW1JYAAAAAAwAQ/5AGcAXwACEAQwBpAAABNC8BJiMiBx4EFRQGIyIuAycGFRQfARYzMj8BNgE0LwEmIyIPAQYVFB8BFjMyNy4ENTQ2MzIeAxc2ABQPAQYjIi8BJjU0NycGIyIvASY0PwE2MzIfARYVFAcXNjMyHwEFsBzQHCgqHgMgCxMHOCgPGRoMHwMhHM4bKSgckxz9QRzOHCgnHZMcHNAbKSoeAyALEwc4KA8ZGgwfAyEDf1WTU3h5U85TWFhWenhU0FRVk1N4eVPOU1hYVnp4VNABQCgc0BwgAx8MGhkPKDgHEwsgAx8qKBzPGxqSHALoKBzPHBuSHCcoHNAbHwMfDBoZDyg4BxMLIAMf/eHwU5JTVc9TeHtWWFhU0FTwU5JTVc9TeHtWWFhU0AABAAAAAAeABYAAGwAAARQGIyEiADU0NjcmNTQAMzIEFzYzMhYVFAceAQeA4Z/7wLn++Y50AgEs1J4BATtGYGqWKYGoAYCf4QEHuYTbNhwP1AEssI4+lmpLPx7RAAIAc/+ABg0FgAAXACEAACUWBiMhIiY3AREjIiY0NjMhMhYUBisBEQUBIQEnNREjERUF9zhFavuAakU4AfdAGiYmGgIAGiYmGkD+7P7wAsj+8BSAWFl/f1kDGQGPJjQmJjQm/nFE/lMBrR8lAY/+cSUAAAAABwAB/4AHAAUAAAcATgBcAGoAeACGAIwAAAAyFhQGIiY0BQEWBwYPAQYjIicBBwYHFgcOAQcGIyInJjc+ATc2MzIXNj8BJyYnBiMiJy4BJyY2NzYzMhceARcWBxYfAQE2MzIfARYXFgcFNiYnJiMiBwYWFxYzMgM+AScmIyIHDgEXFjMyARc1ND8BJwcOAQcOAQcfAQEnARUHFxYXHgEfAQE3AQcGBwOmNCYmNCYBbAH7HAMFHoANEBEO/U5uCAQOBAdiU4SRiFZaCwdiUoSSU0QJDXp6DQlEU5KEUmIHBSkrVYmRhFNiBwQOBAhuArIOERANgB4FAxz7XC4yUVxkSicuMlFcZEouUTIuJ0pkXFEyLidKZAEOYCEOTxoDDgUCBAHXYALggP0AoAkCBQQOBBoDYID9+LECCwKAJjQmJjQa/nIUJCMQQAcIAYNCBAExME2NNVROVHtMjjVUHw0JSUkJDR9UNY5MO2wnT1Q0jk0wMQEEQgGDCAdAECMkFIoqhDM7JCqEMzv9OzOEKiQ7M4QqJAKgOgskFAgvGgMQBAIDAekgAkBA/lFxYAgCBAQQBBr+wEABmIoDBAAABQAA/wAHAAYAAB8AIgAlADMAPAAAATIWFREUBiMhIiY1ESEiJjURNDY3AT4BMyEyFhURNjMHASEJASETAREhERQGIyERIRE0NgERIREUBiMhEQagKDg4KPxAKDj94Cg4KBwBmBxgKAGgKDhEPID+1QEr/YD+1QErxAE8/oA4KP5gAgAoA9j+gDgo/mAEgDgo+0AoODgoASA4KAKgKGAcAZgcKDgo/rgo1f7VAqv+1f6kATwBoP5gKDj9gAEAKGD8+ASA/mAoOP2AAAAAAQAE/4QFfAV8AD8AACUUBiMiJwEmNTQ2MzIXARYVFAYjIicBJiMiBhUUFwEWMzI2NTQnASYjIgYVFBcBFhUUBiMiJwEmNTQ2MzIXARYFfJ51h2T893Hcn55zAl0KPRANCv2iT2ZqkkwDCD9SQFQ//bsaIh0mGQGaCj4QDAr+Zj9yUlg9AkVkl3WeZAMIc5yf3nH9ogoMED0KAl9NlmppTPz3P1RAUj8CRRgmHSAb/mYKDBA+CgGaPVhScj/9u2IABAAA/4AGAAWAAAMAIQAxAEUAACkBESEBMxE0JicBLgEjERQGIyEiJjURIxEzETQ2MyEyFhUBETQmKwEiBhURFBY7ATI2BREUBiMhIiY1ETQ2MyEyFhcBHgEBgAMA/QADgIAUCv7nCjAPOCj9wCg4gIA4KANAKDj+gBMNwA0TEw3ADRMCgDgo+sAoODgoA6AoYBwBGBwoAYD+gAOADjEKARkKFP5gKDg4KAGg+wABoCg4OCgCAAFADRMTDf7ADRMTE/xgKDg4KAVAKDgoHP7oHGAAAAABAAD/gAYABYAADwAAAREUBiMhIiY1ETQ2MyEyFgYAqXf8QHepqXcDwHepBGD8QHepqXcDwHepqQAAAAADAAAAAAYABQAADwAfAC8AACUVFAYjISImPQE0NjMhMhYRFRQGIyEiJj0BNDYzITIWERUUBiMhIiY9ATQ2MyEyFgYAJhr6gBomJhoFgBomJhr6gBomJhoFgBomJhr6gBomJhoFgBomwIAaJiYagBomJgHmgBomJhqAGiYmAeaAGiYmGoAaJiYABgAA/8AHAAVAAAcADwAfACcANwBHAAAkFAYiJjQ2MhIUBiImNDYyARUUBiMhIiY9ATQ2MyEyFgAUBiImNDYyARUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYBgHCgcHCgcHCgcHCgBfATDftADRMTDQTADRP6gHCgcHCgBfATDftADRMTDQTADRMTDftADRMTDQTADRPQoHBwoHABkKBwcKBw/aDADRMTDcANExMD46BwcKBw/aDADRMTDcANExMB88ANExMNwA0TEwAAAAAGAA//AAcABfcAHgA8AEwAXABsAHwAAAUUBiMiJzcWMzI2NTQHJz4CNzUiBiMVIzUhFQceARMVISY1ND4DNTQmIyIHJz4BMzIWFRQOAgczNQEVFAYjISImPQE0NjMhMhYBFSE1MzQ2PQEjBgcnNzMRARUUBiMhIiY9ATQ2MyEyFhEVFAYjISImPQE0NjMhMhYBfW1RakI5MTkdK2kaCDEkExBBEGoBTV8zPAL+lgYvQkIvHRkuI1UYXzpJZERSRQF/BeoTDftADRMSDgTADRP6gP6xawECCCpHiGoF7BMN+0ANExIOBMANExMN+0ANExMNBMANE1RQXEJYLR0cQAg4CkMpEgECNZhYcwxKAkCfJBIzVDQrLBcZGzo7MzlTRzJTLjcZPP7BwA0TEw3ADhITA3ZjYymhKQwRJUx//mz+fcANExMNwA4SEwHzwA0TEw3ADRMTAAAAAAMAAP+ABwAFgAAPADUAZQAAATIWHQEUBiMhIiY9ATQ2MyUmJyY1NDc2ITIXFhcWFxYVFA8BLwEmJyYjIgcGFRQXFhcWFxYXAyEWFRQHBgcGBwYHBiMiLwEmJyY9ATQnJj8BNTceAhcWFxYXFjMyNzY3NjU0JyYG4A4SEg75QA4SEg4BwxwXMIaFAQQydUJvCgsOBQxUDjI1WHpyRENCQtVFaDol7AGbBykXMCVIUElQe3JRjDkPCAIBAQJmDx4PBSMtKz47SUBLTS0vUSICgBIOQA4SEg5ADhJAIy1iWrWAfxMMJCZQezwSGwMGApU4Wzs6WElDQz4ULhwY/wAnNW9lODAjLjASFRcoEAwIDg1sMB4mJSwCIkomCDklJBUWGxo8PURUSR0AAgAA/4AGAAWAAGMAcwAAEyYvATYzMhcWMzI3NjcyNwcXFQYjIgcGFRQWFRcTFhcWFxYzMjc2NzY3Njc2NTQuAS8BJicmDwEnNzMXFjcXFhUUBwYHBgcGFRQWFRYTFgcGBwYHBgcGIyInJicmJyY1ETQnJgE1NCYjISIGHQEUFjMhMjYwJQgDDRs8NIQiVlJ0HjgeAQI8QDwTDQEBDgYtIz1YWWhXOCswESQRFQcPBgQFEyIrZA4CVM1MeBIGBC0nSQYPAwgOBhUPGiZKS2ttkqd1dzw9FhARGQVWEg76QA4SEg4FwA4SBSECAlgBBAcDBAECDkAJCRkOdg0nBuX+6HxOOyEvHBIhJBw4OkmcT2KTVjtDFSMBAgNWCgMNAiYNBxgMAQsGDxoHKAsT/ofDbUwuQTo5ICEuL0tMd1CdAU28GST6gkAOEhIOQA4SEgAACgAAAAAGgAWAAA8AHwAvAD8ATwBfAG8AfwCPAJ8AACU1NCYjISIGHQEUFjMhMjYRNTQmIyEiBh0BFBYzITI2ATU0JiMhIgYdARQWMyEyNgE1NCYjISIGHQEUFjMhMjYBNTQmIyEiBh0BFBYzITI2ATU0JiMhIgYdARQWMyEyNgE1NCYjISIGHQEUFjMhMjYBNTQmIyEiBh0BFBYzITI2ETU0JiMhIgYdARQWMyEyNhMRFAYjISImNRE0NjMhMhYCABIO/sAOEhIOAUAOEhIO/sAOEhIOAUAOEgIAEg7+wA4SEg4BQA4S/gASDv7ADhISDgFADhICABIO/sAOEhIOAUAOEgIAEg7+wA4SEg4BQA4S/gASDv7ADhISDgFADhICABIO/sAOEhIOAUAOEhIO/sAOEhIOAUAOEoBeQvrAQl5eQgVAQl6gwA4SEg7ADhISAY7ADhISDsAOEhL+jsAOEhIOwA4SEgMOwA4SEg7ADhIS/o7ADhISDsAOEhL+jsAOEhIOwA4SEgMOwA4SEg7ADhIS/o7ADhISDsAOEhIBjsAOEhIOwA4SEgFO+8BCXl5CBEBCXl4AAAAGABv/mwaABgAAAwATABsAIwArADMAAAkBJwEkFAcBBiIvASY0NwE2Mh8BJRcPAS8BPwEBFw8BLwE/AQEXDwEvAT8BARcPAS8BPwEEpgEla/7bAioS+voSNhLGEhIFBhI2Esb6y2JiHh5iYh4BfMTEPDzExDwD3mJiHh5iYh79nmJiHh5iYh4DuwEla/7b1TYS+voSEsYSNhIFBhISxpEeHmJiHh5i/vw8PMTEPDzE/V4eHmJiHh5iAh4eHmJiHh5iAAAABABA/4AHAAUAAAcAEAAYAE0AACQ0JiIGFBYyASERIyIPAQYVADQmIgYUFjIBERQOBCYjFAYiJjUhFAYiJjUjIgYuBDU0NjMRNCY+Az8BPgE7ATU0NjMhMhYCgExoTExo/swBgJ4NCcMJBQBMaExMaAFMCBMOIQwnA5bUlv6AltSWQAMnDCEOEwgmGgEBBAkTDcYTPxugJhoEABomTGhMTGhMAoABAAnDCQ39rmhMTGhMBMD8AA8XDgkDAQFqlpZqapaWagEBAwkOFw8aJgFACDYWLxsiDcYTGsAaJiYAAAABAAD/gAYABYAASgAAABACBCMiJzY3NjceATMyPgE1NC4BIyIOAxUUFhcWNz4BNzYnJjU0NjMyFhUUBiMiJjc+AjU0JiMiBhUUFwMGFyYCNTQSJCAEBgDO/p/Rb2s7EwktFGo9eb5od+KOabZ/WytQTR4IAgwCBhEz0amXqYlrPUoOCCUXNjI+VhljEQTO/s4BYQGiAWEDUf5e/p/OIF1HIrEnOYnwlnLIfjpgfYZDaJ4gDCAHMAYXFD1al9mkg6ruVz0jdVkfMkJyVUkx/l5Ga1sBfOnRAWHOzgAAAQAA/4AGAAWAAEwAAAEyFhURFAYjITY3NjceATMyEjU0LgIjIg4DFRQWFxY2NzY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXIyImNRE0NjME4HepqXf9K1UXCSwVaTy15UZ7tmpotX1aK09NDRUECgUGETLPp5Wnh2o8Sg4IJRY1MT1VGGIYEbd3qal3BYCpd/xAd6l6WCKvJzgBJ+JUnXlJOWB7hUJmnCAFCg4sERcTPliW1aKBqOxXPCJ1Vx8xQXFTSDH+YmSaqXcDwHepAAAAAwAA/4AGAAWAABsAJwA3AAABNCchFTMOAyMiJjQ2MzIXNyYjIgYQFjMyNiUzNSM1IxUjFTMVMwERFAYjISImNRE0NjMhMhYDlQb+ltkDGzBVNmOMjGNcPWhslaDg4KClywFZbW1ubm5uARKpd/xAd6mpdwPAd6kCdxomhBg0NiOOyI47ZWTh/sLh0ndubm5ubgKF/EB3qal3A8B3qakAAAIAAP+jCQAFXQAjAC8AAAEUAgQjIiQmAhASNiQzIBcHJiMiDgEUHgEzMj4DNyE1IRYlFSMVIzUjNTM1MxUFna7+vtCV/vDEdHTEARCVAR7Nx3Wve9F6etF7U4taQx8G/mACtAwDY9HS0dHSAm/Q/ru3dMQBEAEqARDEdMC/cXzV/NV8LkVYTiP8Pz/S0dHS0dEAAAAEAAAAAAeABQAADAAcACwAPAAAASE1IxEjBxc2NzMRIyQUDgIiLgI0PgIyHgEBESImNSEUBiMRMhYVITQ2ExEUBiMhIiY1ETQ2MyEyFgMAAYCAcpRNKg0CgAIAKk1+ln5NKipNfpZ+TQIqapb7gJZqapYEgJbqJhr5ABomJhoHABomAYBgAcCJUCUU/uDmjJB8Tk58kIyQfE5OfP4qAgCWamqW/gCWamqWA0D7gBomJhoEgBomJgAAAQAAAUAEAAOAAA0AAAAUBwEGIicBJjQ2MyEyBAAT/kATNBP+QBMmGgOAGgNaNBP+QBMTAcATNCYAAAAAAQAAAQAEAANAAA0AAAAUBiMhIiY0NwE2MhcBBAAmGvyAGiYTAcATNBMBwAFaNCYmNBMBwBMT/kAAAAAAAQBAAIACgASAAA0AAAERFAYiJwEmNDcBNjIWAoAmNBP+QBMTAcATNCYEQPyAGiYTAcATNBMBwBMmAAAAAQAAAIACQASAAA0AAAAUBwEGIiY1ETQ2MhcBAkAT/kATNCYmNBMBwAKaNBP+QBMmGgOAGiYT/kAAAAAAAwAA/4AGgAWAAAYADQAdAAAzIREhERQWJREhESEyNhMRFAYjISImNRE0NjMhMhagAmD9gBMFbf2AAmANE4BeQvrAQl5eQgVAQl4EgPugDRMgBGD7gBMEzftAQl5eQgTAQl5eAAIAAP/ABAAFQAANABsAAAAUBwEGIicBJjQ2MyEyEhQGIyEiJjQ3ATYyFwEEABP+QBM0E/5AEyYaA4AaJiYa/IAaJhMBwBM0EwHAAdo0E/5AExMBwBM0JgFaNCYmNBMBwBMT/kAAAAAAAQAA/8AEAAIAAA0AAAAUBwEGIicBJjQ2MyEyBAAT/kATNBP+QBMmGgOAGgHaNBP+QBMTAcATNCYAAAAAAQAAAwAEAAVAAA0AAAAUBiMhIiY0NwE2MhcBBAAmGvyAGiYTAcATNBMBwANaNCYmNBMBwBMT/kAAAAAAAgAA/4AHAAUAABoAOgAAAREUBiMhIiY1ERYXBBceAjsCMj4BNzYlNhMUBgcABw4EKwIiLgMnJiQnLgE1NDYzITIWBwBeQvpAQl4sOQFqhzlHdjMBATN2RzmqAUg5K2JJ/ohcCkErPTYXAQEXNj0rQQpb/qoiPm5TTQXAQV8DOvzmQl5eQgMaMSb2YyovMTEvKnveJwFWT5Az/vtABy8dJBISJB0vB0DtGCqTP05oXgADAAD/sAYABWwAAwAPACsAAAERIREBFgYrASImNTQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgFd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9ADj/whA98BMkliYklKYWH83f3IAhJpd0UzHjP91wGPAfAwMJAgMDgf4wAAAAABAAD/gAYABYAANAAAABACBgQjIiQnJjY/ATYzFhceATMyPgI0LgIjIgYHFxYHBiMhIiY1ETQ3Nh8BNiQzMgQWBgB6zv7knKz+ym0HAQiJCg8QB0nUd2i9ilFRir1oYrRGiR8RESr+QBomKCcegmsBE5OcARzOAxz+yP7kznqRhAoZCIoJAgpfaFGKvdC9ilFHQooeJygmGgHAKhERH4Flb3rOAAEAKP8VBusF2ABxAAAhFA8BBiMiJwEmNTQ3AQcGIiceBhUUBw4FIyInASY1ND4ENzYzMh4FFyY0NwE2MhcuBjU0Nz4FMzIXARYVFA4EBwYjIi4FJxYUDwEBNjMyFwEWBuslayc0NSX+lSYr/wB+DigOAhUEEAQIAxwDGwsaEhoNKBz+aBwJCRYLHgMeJgoQEQoRBhQCDg4BXA4oDgIVBBAECAMcAxsLGhIaDSgcAZgcCQkWCx4DHiYKEBEKEQYUAg4OfgEAKzU0JwFrJTUlbCUlAWwkNjUrAQB+Dg4CFAYRChEQCiYeAx4LFgkJHAGYHCgNGhIaCxsDHAMIBBAEFQIOKA4BXA4OAhQGEQoREAomHgMeCxYJCRz+aBwoDRoSGgsbAxwDCAQQBBUCDigOfv8AKyX+lScAAAcAAP+ABwAFAAAHAA8AIQApADEAOQBLAAAANCYiBhQWMgA0JiIGFBYyARM2LgEGBwMOAQcGHgE2NzYmJDQmIgYUFjIANCYiBhQWMgQ0JiIGFBYyARAHBiMhIicmETQSNiQgBBYSAYBLaktLagELS2pLS2oB92UGGzIuB2U8XhAUUJqKFBAsAmJLaktLav3LS2pLS2oCC0tqS0tqAYuNEyP6hiMTjY7wAUwBbAFM8I4BS2pLS2pLAgtqS0tqS/6fAX4aLQ4bGv6CBU08TYooUE08cg5qS0tqSwLLaktLakt1aktLakv+wP773h0d3QEGtgFM8I6O8P60AAAAAAIAAP8ABwAFAAAWADwAAAAgBAYVFBYfAQcGBzY/ARcWMzIkNhAmBBACBCMiJwYFBgcjIiYnNSY2Jj4CNz4FNyYCNTQSJCAEBEz+aP6d0Y+CVxsYLph7KzlFPcwBY9HRAVHw/mT0RkvG/voxQQUPGAQDBQEKAgwCBzAVKRgeC5218AGcAegBnASAi+yJcMtKMmBbUT9sJgYIi+wBEuzH/qT+2asIr0MOCBURAQQQBA8DDgIINRc4LkgoWQEGlq4BJ6urAAADAAD/gAcABQAAFAA6AGQAAAAgBAYVFBYfAQc2PwEXFjMyJDY0JiQgBBYQBgQjIicGBwYHIyImJyY0PgU3PgQ3LgE1NDYBHgQXHgYUBw4BJyYnJicGIyAnFjMyJDc+ATU0Jx4BFRQGA1n+zv72nWpgYSMiHCw1TkuZAQqdnf2eAX4BRby8/ru/Vlp8miQyAwsTAgEBAwIFAwYBBSQQHRUKfI68BToKFR0QJAUBBgMFAgMBAQMUDDIkmnxaVv7xyToeoQEodH2GF4GWjgSAaLJmUpg4OFQUEx8KDmiyzLLoiez+6uyJEFgoCQcQDQMHBgYEBwMHAQYmFSUoGEjSd4vs+/gYKCUVJgYBBwMHBAYGBwMOEAEHCShYEIQEWlRc8IZNS0fWe3jRAAEAAf8AA3wFgAAhAAABFgcBBiMiJy4BNxMFBiMiJyY3Ez4BMyEyFhUUBwMlNjMyA3USC/3kDR0EChERBMX+agQIEg0SBckEGBABSBMaBasBjAgEEwPKFBj7exkCBRwQAyhlAQsPGAM5DhIZEQgK/jFiAgAAAQAA/4AHAAWAAFUAAAERFAYjISImNRE0NjsBNSEVMzIWFREUBiMhIiY1ETQ2OwE1IRUzMhYVERQGIyEiJjURNDY7ATU0NjMhNSMiJjURNDYzITIWFREUBisBFSEyFh0BMzIWBwA4KP7AKDg4KGD+AGAoODgo/sAoODgoYP4AYCg4OCj+wCg4OChgTDQCAGAoODgoAUAoODgoYAIANExgKDgBIP7AKDg4KAFAKDjAwDgo/sAoODgoAUAoOMDAOCj+wCg4OCgBQCg4wDRMwDgoAUAoODgo/sAoOMBMNMA4AAADAAD/gAaABcAAEwBPAFkAAAERFAYiJjU0NjIWFRQWMjY1ETYyBRQGIyInLgEjIgYHDgEHBiMiJy4BJy4BIgYHDgEHBiMiJy4BJy4BIyIGBwYjIiY1NDc2ACQzMgQeARcWARUmIgc1NDYyFgOAmNCYJjQmTmROIT4DIRMNCwwxWDpEeCsHFQQLERILBBUHK3eIdysHFQQLEhELBBUHK3hEOlgxDAsNEwEtAP8BVb6MAQ3gpSEB/QAqLComNCYCxP28aJiYaBomJhoyTk4yAkQLJg0TCi4uSjwKJAYREQYkCjxKSjwKJAYREQYkCjxKLi4KEw0FArcBEYhQk+OKAgLSYgICYhomJgAEAAD/AAcABgAACAAYABsANwAABSERISImNREhATU0JiMhIgYdARQWMyEyNgEhCQERFAYjISImPQEhIiY1ETQ2MyEyFhURFhcBHgEDAAOA/mAoOP6AAQATDf1ADRMTDQLADRMBAAEr/tUCADgo/EAoOP3gKDg4KARAKDgVDwGYHCiAAoA4KAGgASBADRMTDUANExP9bQEr/lX9YCg4OCigOCgFQCg4OCj+uA0P/mgcYAAAAAADAAD/gAQABYAAEAAoAFwAAAEUBiImNTQmIyImNDYzMh4BFzQuAiIOAhUUFx4BFxYXMzY3PgE3NjcUBw4CBxYVFAcWFRQHFhUUBiMOASImJyImNTQ3JjU0NyY1NDcuAicmNTQ+AjIeAgLgExoTbDQNExMNMmNLoEVvh4qHb0VECikKgA3kDYAKKQpEgGctOzwELxkZLQ0/LhRQXlAULj8NLRkZLwQ8Oy1nWZG3vreRWQPADRMTDS4yExoTIEw0SHxPLS1PfEhlTwssC5mRkZkLLAtPZZtxMUxzMhw2JRsbJTQdFxguMiw0NCwyLhgXHTQlGxslNhwyc0wxcZtjq3FBQXGrAAIAAP+gBwAE4AAaADQAAAEVFAYjIRUUBiMiJwEmNTQ3ATYzMhYdASEyFhAUBwEGIyImPQEhIiY9ATQ2MyE1NDYzMhcBBwATDfqgEw0MDP7BCQkBQAkODRMFYA0TCf7ACQ4NE/qgDRMTDQVgEg4MDAE/AWDADRPADRMKAUAJDQ4JAUAJEw3AEwIhHAn+wAkTDcATDcANE8AOEgr+wQAAAAACAAAAAAeABYAAGQA1AAABNCYrARE0JisBIgYVESMiBhUUFwEWMjcBNgUUBiMhIgA1NDY3JjU0ADMyBBc2MzIWFRQHHgEFABIO4BMNwA0T4A0TCQFgCRwJAV8KAoDhn/vAuf75jHYCASzUnAEDO0dfapYpgqcCYA4SAWANExMN/qATDQ4J/qAJCQFfDNSf4QEHuYLcNx4N1AEsrpA+lmpMPh/RAAIAAAAAB4AFgAAZADUAAAE0JwEmIgcBBhUUFjsBERQWOwEyNjURMzI2ARQGIyEiADU0NjcmNTQAMzIEFzYzMhYVFAceAQUACf6gCRwJ/qEKEg7gEw3ADRPgDRMCgOGf+8C5/vmMdgIBLNScAQM7R19qlimCpwKgDgkBYAkJ/qEMDA4S/qANExMNAWAT/u2f4QEHuYLcNx4N1AEsrpA+lmpMPh/RAAAAAAMAAP+ABYAFgAAHAFgAYAAAJBQGIiY0NjIFFAYjISImNTQ+AzcGHQEOARUUFjI2NTQmJzU0NxYgNxYdASIGHQEGFRQWMjY1NCc1NDYyFh0BBhUUFjI2NTQnNTQmJzQ2LgInHgQAEAYgJhA2IAGAJjQmJjQEJpJ5/JZ5kgslOmhEFjpGcKBwRzkZhAFGhBlqliA4UDggTGhMIDhQOCBFOwEBBAoIRGg6JQv+wOH+wuHhAT7aNCYmNCZ9eYqKeUR+lnNbDzREyxRkPVBwcFA9ZBTLPh9oaB8+QJZqWR0qKDg4KCodWTRMTDRZHSooODgoKh1ZRHciCkEfNCoTD1tzln4D2P7C4eEBPuEAAAACAAD/gAWABYAABwBNAAAANCYiBhQWMjcUBgcRFAQgJD0BLgE1ETQ2MzIXPgEzMhYUBiMiJxEUFiA2NREGIyImNDYzMhYXNjMyFhURFAYHFRQWIDY1ES4BNTQ2MhYFACY0JiY0pkc5/vn+jv75pNwmGgYKETwjNUtLNSEfvAEIvB8hNUtLNSM8EQoGGibcpLwBCLw5R3CgcAMmNCYmNCZAPmIV/nWf4eGfhBTYkAIAGiYCHiRLaksS/m5qlpZqAZISS2pLJB4CJhr+AJDYFIRqlpZqAYsVYj5QcHAABAAA/4AHAAWAAAMADQAbACUAAAEhNSEFESMiJjURNDYzIREhETM1NDYzITIWHQEFERQGKwERMzIWAoACAP4A/qBAXISEXASg/ACAOCgCQCg4AgCEXEBAXIQEgICA+wCEXANAXIT7AAUAoCg4OCig4PzAXIQFAIQAAgBA/wAGwAYAAAsAMwAABDQjIiY1NCIVFBYzARQGIyEUBiImNSEiJjU+BDU0EjcmNTQ2MhYVFAcWEhUUHgMDkBA7VSBnSQNATDT+QJbUlv5ANEwyUlg9J+q+CDhQOAi+6ic9WFKwIFU7EBBJZwEwNExqlpZqTDQqXJOq8ouYAQUcExQoODgoFBMc/vuYi/Kqk1wAAAMAAP+AB0AFAAAHAA8AIgAAADQmKwERMzIBIRQGIyEiJgAQBisBFRQGIyEiJjURNDYzITIGgHBQQEBQ+fAHAJZq+wBqlgdA4Z9AhFz9QFyEJhoEgJ8DMKBw/oD9wGqWlgQJ/sLhIFyEhFwC4BomAAACAAD/AAWABgAALQBCAAABERQGBxEUBisBIiY1ES4BNRE0NjIWFREUFjI2NRE0NjIWFREUFjI2NRE0NjIWBREUBisBIiY1ESMiJjURNDYzITIWAoBHOUw0gDRMOUcmNCYmNCYmNCYmNCYmNCYDAEw0gDRM4A0TvIQBABomBcD9gD1kFPz1NExMNAMLFGQ9AoAaJiYa/mAaJiYaAaAaJiYa/mAaJiYaAaAaJiYa+cA0TEw0AgATDQMghLwmAAYAAP8ABgAGAAATABoAIwAzAEMAUwAAAR4BFREUBiMhIiY1ETQ2MyEyFhcHESEmJwEmAREhIiY1ESERATQ2MyEyFh0BFAYjISImNQUyFh0BFAYjISImPQE0NjMBMhYdARQGIyEiJj0BNDYzBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AAQASDgLADhISDv1ADhIC4A4SEg79QA4SEg4CwA4SEg79QA4SEg4EhBxgKPuAKDg4KAZAKDgoHET+iB0MATkM+hIEADgoAaD6AANgDhISDkAOEhIOoBIOQA4SEg5ADhL/ABIOQA4SEg5ADhIAFAAA/wAFgAYAAA8AHwAvAD8ATwBfAG8AfwCPAJ8ArwC/AM8A3wDvAP8BDwEfAS0BPQAAJRUUBisBIiY9ATQ2OwEyFjUVFAYrASImPQE0NjsBMhYFFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFgEVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWJRUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWARUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWARUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYFFRQGKwEiJj0BNDY7ATIWASERIREhNTQ2MyEyFhUBERQGIyEiJjURNDYzITIWAYATDUANExMNQA0TEw1ADRMTDUANEwEAEw1ADRMTDUANE/8AEw1ADRMTDUANEwMAEw1ADRMTDUANE/8AEw1ADRMTDUANE/8AEw1ADRMTDUANE/8AEw1ADRMTDUANEwMAEw1ADRMTDUANE/8AEw1ADRMTDUANE/8AEw1ADRMTDUANE/8AEw1ADRMTDUANEwMAEw1ADRMTDUANE/8AEw1ADRMTDUANE/8AEw1ADRMTDUANEwIAEw1ADRMTDUANE/8AEw1ADRMTDUANEwEAEw1ADRMTDUANE/8AAYD7gAGAEw0BQA0TAgAmGvsAGiYmGgUAGibgQA0TEw1ADRMT80ANExMNQA0TEw1ADRMTDUANExPzQA0TEw1ADRMT/fNADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/NADRMTDUANExP980ANExMNQA0TE/NADRMTDUANExPzQA0TEw1ADRMT80ANExMNQA0TE/3zQA0TEw1ADRMT80ANExMNQA0TE/NADRMTDUANExP+80ANExMNQA0TE/NADRMTDUANExMNQA0TEw1ADRMT+pMGAPoA4A0TEw0FYPmAGiYmGgaAGiYmAA0AAP8ABYAGAAAPAB8ALwA/AE8AXwBvAH8AjwCfALcA2wD1AAAlFRQGKwEiJj0BNDY7ATIWNRUUBisBIiY9ATQ2OwEyFgUVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWARUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYlFRQGKwEiJj0BNDY7ATIWARUUBisBIiY9ATQ2OwEyFiUVFAYrASImPQE0NjsBMhYFFRQGKwEiJj0BNDY7ATIWASERIRUUBiMhIiY9ASERITU0NjMhMhYVGQE0JisBIgYdASM1NCYrASIGFREUFjsBMjY9ATMVFBY7ATI2JREUBiMhIiY1ETQ2MyERNDYzITIWFREhMhYBgBMNQA0TEw1ADRMTDUANExMNQA0TAQATDUANExMNQA0T/wATDUANExMNQA0TAwATDUANExMNQA0T/wATDUANExMNQA0T/wATDUANExMNQA0TAgATDUANExMNQA0T/wATDUANExMNQA0TAQATDUANExMNQA0T/wABgP8AOCj+QCg4/wABgBMNAUANExMNQA0TgBMNQA0TEw1ADROAEw1ADRMCACYa+wAaJiYaAUA4KAHAKDgBQBom4EANExMNQA0TE/NADRMTDUANExMNQA0TEw1ADRMT80ANExMNQA0TE/3zQA0TEw1ADRMT80ANExMNQA0TE/NADRMTDUANExP+80ANExMNQA0TE/NADRMTDUANExMNQA0TEw1ADRMT/JMEgCAoODgoIPuA4A0TEw0DwAFADRMTDWBgDRMTDf7ADRMTDWBgDRMTLfsAGiYmGgUAGiYBICg4OCj+4CYABQBA/4AHgAWAAAcAEAAYADwAYwAAJDQmIgYUFjIBIREjBg8BBgcANCYiBhQWMhM1NCYrATU0JisBIgYdASMiBh0BFBY7ARUUFjsBMjY9ATMyNgERFAYrARQGIiY1IRQGIiY1IyImNDYzETQ2PwE+ATsBETQ2MyEyFgKAS2pLS2r+ywGAng4IwwcCBQBLaktLassSDuASDsAOEuAOEhIO4BIOwA4S4A4SAQAmGsCW1Jb+gJbUloAaJiYaGhPGE0AaoCYaBIAaJktqS0tqSwKAAQACB8MMCv2taktLaksDIMAOEuAOEhIO4BIOwA4S4A4SEg7gEgIu+4AaJmqWlmpqlpZqJjQmAaAaQBPGExoBQBomJgAABQAA/4AHAAWAACMAJwAxAD8ASQAAATU0JisBNTQmKwEiBh0BIyIGHQEUFjsBFRQWOwEyNj0BMzI2ASE1IQURIyImNRE0NjMhESERMzU0NjMhMhYdAQURFAYrAREzMhYFABIO4BIOwA4S4A4SEg7gEg7ADhLgDhL9gAIA/gD+gCBchIRcBMD7wKA4KAJAKDgCAIRcICBchAGgwA4S4A4SEg7gEg7ADhLgDhISDuASAu6AgPsAhFwDQFyE+wAFAKAoODgooOD8wFyEBQCEAAAAAAEAAAAAB4AEgAA6AAABBg0BByMBMzIWFAYrAzUzESMHIyc1MzUzNSc1NzUjNSM1NzMXMxEjNTsCMhYUBisBATMXBR4BFweAAf7h/qDgQP7bRRomJhpgoEBAoMBgICCAwMCAICBgwKBAQKBgGiYmGkUBJUDgAWCAkAgCQCBAIED+oAkOCSABoOAgwCAIGIAYCCDAIOABoCAJDgn+oEAgHDAKAAAAAgBAAAAGgAWAAAYAGAAAAREhERQWMwEVITU3IyImNREnNyE3IRcHEQKA/wBLNQSA+4CAgJ/hQCAB4CADwCBAAoABgP8ANUv+QMDAwOGfAUBAgIDAIPzgAAIAAP+ABgAFgAAjADMAACURNCYrASIGFREhETQmKwEiBhURFBY7ATI2NREhERQWOwEyNgERFAYjISImNRE0NjMhMhYFACYagBom/gAmGoAaJiYagBomAgAmGoAaJgEAqXf8QHepqXcDwHepwAOAGiYmGv7AAUAaJiYa/IAaJiYaAUD+wBomJgO6/EB3qal3A8B3qakAAAAAAgAA/4AGAAWAACMAMwAAATU0JiMhETQmKwEiBhURISIGHQEUFjMhERQWOwEyNjURITI2AREUBiMhIiY1ETQ2MyEyFgUAJhr+wCYagBom/sAaJiYaAUAmGoAaJgFAGiYBAKl3/EB3qal3A8B3qQJAgBomAUAaJiYa/sAmGoAaJv7AGiYmGgFAJgI6/EB3qal3A8B3qakAAAACAC0ATQPzBDMAFAApAAAkFA8BBiInASY0NwE2Mh8BFhQHCQEEFA8BBiInASY0NwE2Mh8BFhQHCQECcwoyChoK/i4KCgHSChoKMgoK/ncBiQGKCjIKGgr+LgoKAdIKGgoyCgr+dwGJrRoKMgoKAdIKGgoB0goKMgoaCv53/ncKGgoyCgoB0goaCgHSCgoyChoK/nf+dwAAAAIADQBNA9MEMwAUACkAAAAUBwEGIi8BJjQ3CQEmND8BNjIXAQQUBwEGIi8BJjQ3CQEmND8BNjIXAQJTCv4uChoKMgoKAYn+dwoKMgoaCgHSAYoK/i4KGgoyCgoBif53CgoyChoKAdICTRoK/i4KCjIKGgoBiQGJChoKMgoK/i4KGgr+LgoKMgoaCgGJAYkKGgoyCgr+LgAAAgBNAI0EMwRTABQAKQAAJBQPAQYiJwkBBiIvASY0NwE2MhcBEhQPAQYiJwkBBiIvASY0NwE2MhcBBDMKMgoaCv53/ncKGgoyCgoB0goaCgHSCgoyChoK/nf+dwoaCjIKCgHSChoKAdLtGgoyCgoBif53CgoyChoKAdIKCv4uAXYaCjIKCgGJ/ncKCjIKGgoB0goK/i4AAAACAE0ArQQzBHMAFAApAAAAFAcBBiInASY0PwE2MhcJATYyHwESFAcBBiInASY0PwE2MhcJATYyHwEEMwr+LgoaCv4uCgoyChoKAYkBiQoaCjIKCv4uChoK/i4KCjIKGgoBiQGJChoKMgKtGgr+LgoKAdIKGgoyCgr+dwGJCgoyAXYaCv4uCgoB0goaCjIKCv53AYkKCjIAAAEALQBNAnMEMwAUAAAAFAcJARYUDwEGIicBJjQ3ATYyHwECcwr+dwGJCgoyChoK/i4KCgHSChoKMgPtGgr+d/53ChoKMgoKAdIKGgoB0goKMgAAAAEADQBNAlMEMwAUAAAAFAcBBiIvASY0NwkBJjQ/ATYyFwECUwr+LgoaCjIKCgGJ/ncKCjIKGgoB0gJNGgr+LgoKMgoaCgGJAYkKGgoyCgr+LgAAAAEATQENBDMDUwAUAAAAFA8BBiInCQEGIi8BJjQ3ATYyFwEEMwoyChoK/nf+dwoaCjIKCgHSChoKAdIBbRoKMgoKAYn+dwoKMgoaCgHSCgr+LgAAAAEATQEtBDMDcwAUAAAAFAcBBiInASY0PwE2MhcJATYyHwEEMwr+LgoaCv4uCgoyChoKAYkBiQoaCjIDLRoK/i4KCgHSChoKMgoK/ncBiQoKMgAAAAIAAP+AB4AGAAAPAC8AAAERNCYjISIGFREUFjMhMjYTERQGIyEUHgEVFAYjISImNTQ+ATUhIiY1ETQ2MyEyFgcAEw35wA0TEw0GQA0TgF5C/eAgICYa/gAaJiAg/eBCXl5CBkBCXgIgA0ANExMN/MANExMDTfvAQl4lUT0NGiYmGg48UCZeQgRAQl5eAAAAAAQAAAAAB4AFAAAPAB8AKwAzAAABIiY1ETQ2MyEyFhURFAYjAREUFjMhMjY1ETQmIyEiBgEzFRQGIyEiJj0BMwUyNCsBIhQzAaBCXl5CBEBCXl5C+6ATDQRADRMTDfvADRMFYKBeQvnAQl6gA3AQEKAQEAEAXkICwEJeXkL9QEJeA2D9QA0TEw0CwA0TE/xTYCg4OChgYCAgAAAAAAMAAAAABIAFgAAHABcAJwAAJDQmIgYUFjIlETQmIyEiBhURFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgKAJjQmJjQBphMN/MANExMNA0ANE4BeQvzAQl5eQgNAQl5mNCYmNCbgA8ANExMN/EANExMDzfvAQl5eQgRAQl5eAAAEAAAAAAMABQAABwAXAB8ALwAAJDQmIgYUFjIlETQmIyEiBhURFBYzITI2AjQrASIUOwElERQGIyEiJjURNDYzITIWAdAvQi8vQgD/Ew3+AA0TEw0CAA0TwBCgEBCgATBMNP4ANExMNAIANExfQi8vQi/wAsANExMN/UANExMDTSAgIPwANExMNAQANExMAAACAAD/gAYABYAACwAXAAAAIA4BEB4BID4BECYEEAIEICQCEBIkIAQDlP7Y+pKS+gEo+pKSAXLO/p/+Xv6fzs4BYQGiAWEEoJL6/tj6kpL6ASj6vf5e/p/OzgFhAaIBYc7OAAAAAgAAAAAGgAWAACEAQwAAAREUBiMhIiY1ETQ+AjsBMhYdARQGKwEiBh0BFBY7ATIWBREUBiMhIiY1ETQ+AjsBMhYdARQGKwEiBh0BFBY7ATIWAwBwUP6AUHBRir1oQBomJhpAapY4KOBQcAOAcFD+gFBwUYq9aEAaJiYaQGqWOCjgUHACQP6AUHBwUALAaL2KUSYagBomlmogKDhwUP6AUHBwUALAaL2KUSYagBomlmogKDhwAAAAAAIAAAAABoAFgAAhAEMAAAERFA4CKwEiJj0BNDY7ATI2PQE0JisBIiY1ETQ2MyEyFgURFA4CKwEiJj0BNDY7ATI2PQE0JisBIiY1ETQ2MyEyFgMAUYq9aEAaJiYaQGqWOCjgUHBwUAGAUHADgFGKvWhAGiYmGkBqljgo4FBwcFABgFBwBMD9QGi9ilEmGoAaJpZqICg4cFABgFBwcFD9QGi9ilEmGoAaJpZqICg4cFABgFBwcAAAAAAIAED/QAbABgAACQARABkAIwArADMAOwBHAAAkFAYjIiY1NDYyABQGIiY0NjIAFAYiJjQ2MgEUBiMiJjQ2MhYAFAYiJjQ2MgAUBiImNDYyABQGIiY0NjIBFAYjIiY1NDYzMhYCDks1NExLagI9S2pLS2r9i0tqS0tqBP1MNDVLS2pL/DxehF5ehATwS2pLS2r9y3CgcHCgAoKEXF2Dg11chMNqS0w0NUv+52pLS2pLAnVqS0tqS/2ONExLaktLA/GEXl6EXv2jaktLaksCkKBwcKBw/nJdg4NdXISEAAAAAAEAAP+ABgAFgAALAAAAEAIEICQCEBIkIAQGAM7+n/5e/p/OzgFhAaIBYQNR/l7+n87OAWEBogFhzs4AAAEAAP+ABwAFwAAsAAABFAMOAgcGIyImNTQ2NTY1NC4FKwERFAYiJwEmNDcBNjIWFREzIBMWBwB/Aw8MBwwQDxEFBSM+YnGZm2LgJjQT/gATEwIAEzQm4ALJojUBoKb+4wciGgkRFA8JIwZEN2WgdVU2Hwz/ABomEwIAEzQTAgATJhr/AP5thgAEAAD/gAaABQAACwAXADEAWAAAABQOASIuATQ+ATIWBBQOASIuATQ+ATIWFzQmIyIHBiInJiMiBhUUHgM7ATI+AxMUBw4EIyIuBCcmNTQ3JjU0NzIWFzYzMhc+ATMWFRQHFgKAGT1UPRkZPVQ9ApkZPVQ9GRk9VD25inYpmkesR5grdopAYpKGUqhShpJiQOA9JoeTwZZcToCniohqIT6IGzNspGuTopSEaaRrMxuIAWhQVEREVFBURERUUFRERFRQVEREfHioFQsLFah4WINLLQ4OLUuDAQjPfE1wPCMJBhMpPmRBe9Dtn1JYdGZPVCMgUk5mdFdRoAAAAAACAAAAAAaABYAAFwAsAAAlETQmIyEiJj0BNCYjISIGFREUFjMhMjYTERQGIyEiJjURNDYzITIWHQEhMhYGADgo/UAoODgo/sAoODgoBMAoOICEXPtAXISEXAFAXIQCoFyE4ALAKDg4KEAoODgo/EAoODgC6P1AXISEXAPAXISEXCCEAAADAAAAAAd1BYAAEQAnAEUAAAE0IyEiBgcBBhUUMyEyNjcBNiUhNTQmIyEiJj0BNCYjISIGFREBPgEFFAcBDgEjISImNRE0NjMhMhYdASEyFh0BMzIWFxYG9TX7wChbGv7aEjUEQChcGQEmEvuLAwA4KP3AKDg4KP7AKDgBACyQBTku/tkrkkP7wFyEhFwBQFyEAiBchMA2WhYPAl0jKx/+lRgQIywfAWsWtKAoODgoQCg4OCj8qwE7NUWjPjr+lTVFhFwDwFyEhFwghFygMS4gAAAAAAUAAP+ABgAFgAAUABwAJAA0AEAAAAEOASImJyY2NzYWFx4BMjY3PgEeAQAUBiImNDYyBBQGIiY0NjIAEC4CIA4CEB4CID4BEhACBCAkAhASJCAEBG4lyv7KJQgYGhkvCBmHqIcZCDAyGP4KS2pLS2oCS0tqS0tqAUtmq+3+/O2rZmar7QEE7avmzv6f/l7+n87OAWEBogFhAc15lJR5GS8ICBgaUGNjUBoYEC8Bz2pLS2pLS2pLS2pL/f4BBO2rZmar7f787atmZqsCQP5e/p/OzgFhAaIBYc7OAAAFAAD/gAYABYAAFAAcACQANABAAAABFg4BJicuASIGBw4BJy4BNz4BMhYAFAYiJjQ2MgQUBiImNDYyABAuAiAOAhAeAiA+ARIQAgQgJAIQEiQgBARuCBgyMAgZh6iHGQgvGRoYCCXK/sr+N0tqS0tqAktLaktLagFLZqvt/vztq2Zmq+0BBO2r5s7+n/5e/p/OzgFhAaIBYQEzGS8QGBpQY2NQGhgICC8ZeZSUAglqS0tqS0tqS0tqS/3+AQTtq2Zmq+3+/O2rZmarAkD+Xv6fzs4BYQGiAWHOzgAABQAA/4AGAAWAAAsAEwAbACsANwAAABQGIyEiJjQ2MyEyABQGIiY0NjIEFAYiJjQ2MgAQLgIgDgIQHgIgPgESEAIEICQCEBIkIAQEgCYa/YAaJiYaAoAa/iZLaktLagJLS2pLS2oBS2ar7f787atmZqvtAQTtq+bO/p/+Xv6fzs4BYQGiAWEB2jQmJjQmAbVqS0tqS0tqS0tqS/3+AQTtq2Zmq+3+/O2rZmarAkD+Xv6fzs4BYQGiAWHOzgAEAAAAAAeABAAAIwArADMAQwAAATU0JisBNTQmKwEiBh0BIyIGHQEUFjsBFRQWOwEyNj0BMzI2BDQmIgYUFjIANCYiBhQWMiQQACMiJyMGIyIAEAAzITIDQBIOwBIOgA4SwA4SEg7AEg6ADhLADhICQEtqS0tqAUtLaktLagFL/tTUwJLcksDU/tQBLNQDgNQBwIAOEsAOEhIOwBIOgA4SwA4SEg7AEmdqS0tqSwFLaktLakvU/lj+1ICAASwBqAEsAAAADwAAAAAHgASAAAsAFwAjAC8AOwBHAFMAXwBrAHcAgwCPAJ8AowCzAAABFRQrASI9ATQ7ATI3FRQrASI9ATQ7ATInFRQrASI9ATQ7ATIBFRQjISI9ATQzITIlFRQrASI9ATQ7ATInFRQrASI9ATQ7ATIBFRQrASI9ATQ7ATInFRQrASI9ATQ7ATIBFRQrASI9ATQ7ATIBFRQrASI9ATQ7ATIBFRQrASI9ATQ7ATIFFRQrASI9ATQ7ATIFERQrASI9ATQ7ATU0OwEyExEhEQERFAYjISImNRE0NjMhMhYBgBBgEBBgEIAQ4BAQ4BCAEGAQEGAQBAAQ/KAQEANgEP2AEGAQEGAQgBBgEBBgEAGAEGAQEGAQgBBgEBBgEAGAEGAQEGAQAYAQYBAQYBD+ABBgEBBgEAEAEGAQEGAQAQAQ4BAQcBBgEID5gAcASzX5gDVLSzUGgDVLAXBgEBBgEPBgEBBgEPBgEBBgEP3wYBAQYBDwYBAQYBDwYBAQYBD+8GAQEGAQ8GAQEGAQ/vBgEBBgEP7wYBAQYBAB8GAQEGAQEGAQEGAQEP6gEBBgEPAQ/QADgPyAA4D8gDVLSzUDgDVLSwAAAAADAED/gAcABYAAFgAqAFYAAAERBiMiJy4BIyIHETYzMh4CHwEWMzIBFAYHERQGKwEiJjURLgE1NDYyFgURFAcGBwYjIi8BLgIjIgQHBiMiJyY1ETQ3PgMzMhYXFjMyNzY3NhcWBoCpiVI/ZKhereb1vDdhYzc3HCw5ePttIx0SDkAOEh0jS2pLBcAjCgfal1hGHEBGcDpm/vVfDxIQECAfI1eNpElwwnAmM3q8FgkfHx8B6wJoWyAxN3/9qXEPJRkbDhYDcSM6EfsODhISDgTyETojNUtLdf0FJxIFBHQjDiEeHFg6CQgTJQLmIxQVKz0mPjcTcAwFEBIUAAAGAED/gAcABYAABQALACoAMgBGAHIAAAE1BgcVNhM1BgcVNgE1Bic1JicuCSMiBxUzMhYXFhcVFjMyEzUGIyInFRYBFAYHERQGKwEiJjURLgE1NDYyFgURFAcGBwYjIi8BLgIjIgQHBiMiJyY1ETQ3PgMzMhYXFjMyNzY3NhcWA0C1y82zrNTXA+nrlRQTBTgNMhMuGiwjLBYXGhNmtWsTFCoxeK2piS0hlPusIx0SDkAOEh0jS2pLBcAjCgfal1hGHEBGcDpm/vVfDxIQECAfI1eNpElwwnAmM3q8FgkfHx8CGMAQZblgAbDFCHa9b/44uHQt4AYJAxwGGAcTBgsEBAPeOjUJBrwRAge9WwjEKgHuIzoR+w4OEhIOBPIROiM1S0t1/QUnEgUEdCMOIR4cWDoJCBMlAuYjFBUrPSY+NxNwDAUQEhQAAgANAAAGgAQzABQAJAAACQEGIi8BJjQ3CQEmND8BNjIXARYUARUUBiMhIiY9ATQ2MyEyFgJJ/i4KGgoyCgoBif53CgoyChoKAdIKBC0SDvxADhISDgPADhICKf4uCgoyChoKAYkBiQoaCjIKCv4uChr+LUAOEhIOQA4SEgAAAAADAC3/kwdTBO0AFAAkADkAACUHBiInASY0NwE2Mh8BFhQHCQEWFAkBDgEvAS4BNwE+AR8BHgEJAQYiLwEmNDcJASY0PwE2MhcBFhQCaTIKGgr+LgoKAdIKGgoyCgr+dwGJCgJF/osEFww+DQ0EAXUEFww+DQ0Cjf4uChoKMgoKAYn+dwoKMgoaCgHSCokyCgoB0goaCgHSCgoyChoK/nf+dwoaBCH69Q0NBBEEFw0FCw0NBBEEF/1o/i4KCjIKGgoBiQGJChoKMgoK/i4KGgAAAgAA/4AHAAW7ABUAOwAAARUUBwYjIicBJjQ3ATYXFh0BAQYUFwEUDgMHBiMiJyY3EicuAScVFAcGIyInASY0NwE2FxYVEQQXFgKAJw0MGxL+ABMTAgAdKSf+cxMTBg0iKzUcBggUBgMZAiuVQNWhJw0MGxL+ABMTAgAdKScBm7ypAcZGKhEFEwIAEzQTAgAfEREqRf5yEzQT/k06l319OAwRAQgaAZClR08N+yoRBRMCABM0EwIAHxERKv76HMGtAAAAAAIAAv+tBn4F4AAKACgAAAEtAS8BAxEXBQMnCQETFgYjIiclBQYjIiY3EwEmNjclEzYzMhcTBR4BBKIBAf6cQh6fOwE+PAwB9f6VVgUWFxEX/j/+PxcRFxYFVv6UIBItAfbhFB0cFeEB9i0SAkP6NAo8AUL8PR+oAWNCATX+nv4MISUM7OwMJSEB9AFiIDcHSQHHKSn+OUkHNwAAAAEAAv+ABYAFAAAWAAAJAQYjIicuATURISIuATY3ATYzMhceAQV5/YARKAUKFhv9wBYjChIUBQANEBsSDwcEo/sAIwIFIxYCQBssKAoCgAcTDikAAAMAAP8ABoAFgAACAAUAOAAAASERCQEhARUUBisBFRQGKwEiJj0BISImNREjIiY9ATQ2OwE1NDY7ATIWHQEhNzYyFxYUDwERMzIWAi0CU/2AAlP9rQSAEg7gEg7ADhL8oA4S4A4SEg7gEg7ADhIDU/YKGgoJCffgDhIBAAJT/doCU/1gwA4S4A4SEg7gEg4DYBIOwA4S4A4SEg7g9wkJChoK9vytEgAAAAQAAP+ABAAFgAAHAA8AFwBLAAAkNCYiBhQWMhI0JiIGFBYyBDQmIgYUFjI3FAYHAgcGBw4BHQEeARUUBiImNTQ2NxEuATU0NjIWFRQGBxE2Nz4FNS4BNTQ2MhYBIDhQODhQODhQODhQArg4UDg4UJg0LALgQ4iAUyw0cKBwNCwsNHCgcDQsNmQ3QUwqJxEsNHCgcBhQODhQOAS4UDg4UDhIUDg4UDhgNFkZ/uF/JisoPkUaGVk0UHBwUDRZGQM0GVk0UHBwUDRZGf4PGh8RGSUqPE80GVk0UHBwAAAIAAD/gAaABgAADQAZACUAQABcAGgAdACCAAAJAQYiJyY0NwE2MhcWFBcRFAYiJjURNDYyFiYUBiMhIiY0NjMhMgUUDwEGIyInASYnNwEeAT8BNjU0JwE3FhcBFgEHASYjIg8BBhUUFwEHJicBJjU0PwE2MzIXARYEFAYjISImNDYzITIBERQGIiY1ETQ2MhYFAQYiJyY0NwE2MhcWFAG3/wALGAsJCQEAChoKCaASHBISHBLgEg7+wA4SEg4BQA4FAlWTU3h5U/6yFRXvAREbUhuTHBz+7hIjFQFQVP2X7/7vHCgnHZMcHAESEiMV/rBUVZNTeHlTAU4VAo4SDv7ADhISDgFADv3yEhwSEhwSAZf/AAsYCwkJAQAKGgoJAQn/AAkJChoKAQAJCQoaM/7ADhISDgFADhIS4BwSEhwSoHhTklNVAU8VIxL+7hsBG5IcJygcARPvFRX+sFYCXhIBEhwbkhwnKBz+7vAVFQFQVnZ4U5JTVf6xFWkcEhIcEgIA/sAOEhIOAUAOEhKl/wAJCQoaCgEACQkKGgAAAgBgAAAD/AUAAA8APAAAARUUBisBIiY9ATQ2OwEyFgEUDgMHDgEVFAYrASImPQE0Njc+ATU0JiMiBwYHBiMiLwEuATcSITIeAgLAGBDwEBgYEPAQGAE8HydHLCcpNxgQ8A8Vgk47Ml09QSsjSA0SDA2kDQUIoAEwUKKCUgEY8BAYGBDwEBgYAkg2Xjs8GxYXVBkRHyUTLVOTIxs6LypAHRlaEAh9Ch4NAQo+aJcAAAACAAAAAAKABYAAHgAuAAAlFRQGIyEiJj0BNDY7AREjIiY9ATQ2MyEyFhURMzIWAxUUBiMhIiY9ATQ2MyEyFgKAJhr+ABomJhpAQBomJhoBgBomQBomgCYa/wAaJiYaAQAaJsCAGiYmGoAaJgGAJhqAGiYmGv3AJgRmwBomJhrAGiYmAAACAGIAAAIeBYAADwAfAAABFRQGIyEiJj0BNDYzITIWEwMOASMhIiYnAyY2MyEyFgIAJhr/ABomJhoBABomHhwBJxr/ABonARwBJRoBQBolASDgGiYmGuAaJiYEBv0AGiYmGgMAGiYmAAIABQAABf4FawAlAEoAACUVIy8BJicjDgIHBg8BITUzEwMjNSEXFhcWFzM2PwIhFSMDEwEVIScmNTQ+BDU0JiMiBwYHJzY3NjMyFhUUDgQHMzUDgfifGAgDAwEDBAEKD5v+/oDFuYkBFIsCFQgDAwMIGYwBAX24zALq/f4DBDROWk40OykzLg4WaRolU2luiDFLWEw3A+inp/wqCQwDBwkCFBj6pwEjARCo5AQmCQwJDCrkqP71/tgCp84bHBJAakM/Lj4hJjEnCxtcJR1Bd2M4Xjs6KzwhUAAAAAACAAX/AAYAA4IAJQBJAAAlFSMvASYnIw4CBwYPASE1MxMDIzUhFxYXFhczNj8CIRUjAxMFFSEnJjU0PgQ1NCYjIgcGByc2NzYzMhYVFA4DBzM1A4H4nxgIAwMBAwQBCg+b/v6AxbmJARSLAhUIAwMDCBmMAQF9uMwC7P3+BAM0TlpONDspMy4OFmkaJVBsbohFY2RKBOinp/wqCQwDBwkCFBj6pwEjARCo5AQmCQwJDCrkqP71/tjZzhstAUBqQz8uPiEmMScLG1wlHUF3Y0JpQzpEJ1AAAAACAAEAAAd/BQAAAwAXAAAlASEJARYGBwEGIyEiJicmNjcBNjMhMhYDgAFQ/QD+sAb1DwsZ/IAmOv0AJj8QDwsZA4AmOgMAJj+AAYD+gAQ1Iksc/AAsKSIiSxwEACwpAAABAAD/3AaABgAAaAAAARQGIyIuAiMiFRQWBxUiBw4CIyImNTQ+AjU0JiMiBhUUHgIVFAcGIyInLgEvASInIjURHgIXFjMyNzY1NC4CNTQ2MzIWFRQOAhUUFjMyNjcVDgIHBhUUFxYzMj4CMzIWBoBZTylJLUQlbiABFgsif2guPVQjKSNsUVR2HiUeLiVQX5YJJQkNAQICAh8lA5ZfUCUuHiUedlVQbCMpI1Q9QOgvAQUFARgjLC0WOTFQK1JbAbZRbCMpI3wnmCcFAQMRCjU5JUQtSSlPWVtSK1AxORYtLCMYAgQCAgEBBAABBQUBGCMsLRY5MVArUltZTylJLUQlOTUeAgICHyUDll9QJS4eJR52AAACAAD/gASABgAAJwAzAAABFRQABxUhMhYUBiMhIiY0NjMhNSYAPQE0NjIWHQEUACAAPQE0NjIWAREUBiAmNRE0NiAWBID+2dkBABomJhr9gBomJhoBANn+2SY0JgEHAXIBByY0Jv8AvP74vLwBCLwDQIDd/rkYhCY0JiY0JoQYAUfdgBomJhqAuf75AQe5gBomJgFm/gCEvLyEAgCEvLwAAwAN/4AFcwYAAAsAQwBLAAABByY9ATQ2MhYdARQJARUUBiMiJwcWMzIAPQE0NjIWHQEUAAcVITIWFAYjISImNDYzITUmJwcGIi8BJjQ3ATYyHwEWFCUBETQ2MzIWAQ9lKiY0JgRp/pe8hDc2YGFsuQEHJjQm/tnZAQAaJiYa/YAaJiYaAQB9bv4KGgpSCgoE0goaClIK/nr9k7yEZqUCT2Vnb4AaJiYagDUCHv6XgIS8E2AzAQe5gBomJhqA3f65GIQmNCYmNCaEDUT+CgpSChoKBNIKClIKGnr9kwIAhLx2AAAAAgAA/4AFAAWAAAYAIgAAAREhETY3NhMRFA4FBwYiJy4GNRE0NjMhMhYEQP5Ad17rwENjiXR+NRAMHAwQNX50iWNDJhoEgBomAkACgPuPP0q4A7D9AFapg3xSSRoHBgYHGklSfIOpVgMAGiYmAAAAAAQAAP8ABoAGAAADABMAIwBHAAAXIREhJRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlERQGIyEiJjURNDY7ATU0NjsBMhYdASE1NDY7ATIWHQEzMhaABYD6gAGAEg5ADhISDkAOEgMAEg5ADhISDkAOEgGATDT6gDRMTDSAXkJAQl4BgF5CQEJegDRMgAQAwAEgDhISDv7gDhISDgEgDhISDv7gDhISTvsANExMNAUANExgQl5eQmBgQl5eQmBMAAAAAgAD/4AFgAXgAAcATAAAADQmIgYUFjIlERQHBiMiJyUuATUhFR4BFREUBiMhIiY1ETQ2NzUjIg4DBwYjIicuATc+BDcmNTQ2MhYVFAchNDY3JTYzMhcWAgAmNCYmNAOmDAgMBAP+QAsO/wBvkSYa/gAaJn1jIDtwRz0UBBEoEA0XEQwFEzhBaTgZXoReDgEuDgsBwAMEDAgMBSY0JiY0JmD+wBAJBwFgAhILZhewc/zgGiYmGgMgaqkeby87SiEIIwcMMhgKIEtBRRIqLEJeXkIhHwsSAmABBwkAAAIAJP8gBoAFgAAHAC0AAAA0JiIGFBYyARQCBwYHAwYHBQYjIi8BJjcTAQUGIyIvASY3EzY3JTY3NiQhMhYFoDhQODhQARiXslFyFAIO/oAHCQwLQA0FVf7n/uwDBg4JQBEM4AoQAXtgULwBVAEFDhQEGFA4OFA4AYD5/pWzUGD+hRAK4AQJQA4SARQBGVUBCUATFAGADgIUclG7jhMAAAABAAAAAAbRBQAAFgAAAQMhEzYnJisBAyETIQMhEwMhMhYXHgEG0aT+srINHBs4qcz+ssz+4sz+ssyZBPxlsTs8KgL7/QUDQDggIfxHA7n8RwO5AUdRSUm/AAAAAAIAAP+ABgAFgAAUACAAACU3NjQnCQE2NC8BJiIHAQYUFwEWMgAQAgQgJAIQEiQgBAONZhMT/s0BMxMTZhM0E/46ExMBxhM0AobO/p/+Xv6fzs4BYQGiAWGNZhM0EwEzATMTNBNmExP+OhM0E/46EwLX/l7+n87OAWEBogFhzs4AAgAA/4AGAAWAABQAIAAAJQE2NCcBJiIPAQYUFwkBBhQfARYyABACBCAkAhASJCAEAs0BxhMT/joTNBNmExMBM/7NExNmEzQDRs7+n/5e/p/OzgFhAaIBYY0BxhM0EwHGExNmEzQT/s3+zRM0E2YTAtf+Xv6fzs4BYQGiAWHOzgACAAD/gAYABYAAFAAgAAABNzY0JwEmIgcBBhQfARYyNwkBFjIAEAIEICQCEBIkIAQEjWYTE/46EzQT/joTE2YTNBMBMwEzEzQBhs7+n/5e/p/OzgFhAaIBYQGNZhM0EwHGExP+OhM0E2YTEwEz/s0TAdf+Xv6fzs4BYQGiAWHOzgAAAAACAAD/gAYABYAAFAAgAAAlATY0LwEmIgcJASYiDwEGFBcBFjIAEAIEICQCEBIkIAQDLQHGExNmEzQT/s3+zRM0E2YTEwHGEzQC5s7+n/5e/p/OzgFhAaIBYe0BxhM0E2YTE/7NATMTE2YTNBP+OhMCd/5e/p/OzgFhAaIBYc7OAAIAAP9ABYAFgAARABYAAAE3IRMhDwEvASMTBTM1JRMhJwEhAwUlBGoQ/IwvAmQWxcQNrxYBagQBZzL9fA/+OAWAgP2+/cIDq6/96uQ1NYz+6mQBYwIgtQHV+mKiogAAAAEADP9ABvQFgAAPAAABIQkCEyEHBSUTIRMhNyEBEwXh/vb83P1GRwEpHQGmAeZE+0g6BLkm+0gFgPrL/vUBCwFkk6GhAVMBKb8AAAACAAD/EAcABgAABwBVAAAANCYiBhQWMgERFAcGIyIvAQYEICQnBwYjIicmNRE0NjMhMhcWDwEeARcRIyImPQE0NjsBNS4BNTQ2MhYVFAYHFTMyFh0BFAYrARE+ATcnJjc2MyEyFgPAJjQmJjQDZhQIBAwLXXf+cf40/nF3XQkOBAgUEg4BYBYICA9kQ/WVwBomJhrAOkaW1JZGOsAaJiYawJX1Q2QPCAgWAWAOEgTmNCYmNCb8oP6gFggCCV2Pp6ePXQkCCBYBYA4SFBMQZFt9FAKHJhqAGiajInVGapaWakZ1IqMmGoAaJv15FH1bZBATFBIAAQAAAAAEgAYAACMAAAEyFhURFAYjISImNRE0NjsBETQAIAAVFAYrASImNTQmIgYVEQQgKDg4KPxAKDg4KCABBwFyAQcmGkAaJpbUlgMAOCj9wCg4OCgCQCg4AUC5AQf++bkaJiYaapaWav7AAAAAAAUAAP+ABgAFgAAHAA8AFwAnADMAAAAUBiImNDYyABAmIAYQFiAAEAAgABAAIAAQLgIgDgIQHgIgPgESEAIEICQCEBIkIAQEAJbUlpbUARbh/sLh4QE+AWH+1P5Y/tQBLAGoAaxmq+3+/O2rZmar7QEE7avmzv6f/l7+n87OAWEBogFhAurUlpbUlv5hAT7h4f7C4QJU/lj+1AEsAagBLP1+AQTtq2Zmq+3+/O2rZmarAkD+Xv6fzs4BYQGiAWHOzgAAAAADAAACAAWAA4AADwAfAC8AAAEVFAYrASImPQE0NjsBMhYFFRQGKwEiJj0BNDY7ATIWBRUUBisBIiY9ATQ2OwEyFgGAOCjAKDg4KMAoOAIAOCjAKDg4KMAoOAIAOCjAKDg4KMAoOAMgwCg4OCjAKDg4KMAoODgowCg4OCjAKDg4KMAoODgAAAAAAwAAAAABgAWAAA8AHwAvAAABFRQGKwEiJj0BNDY7ATIWERUUBisBIiY9ATQ2OwEyFhEVFAYrASImPQE0NjsBMhYBgDgowCg4OCjAKDg4KMAoODgowCg4OCjAKDg4KMAoOAEgwCg4OCjAKDg4AdjAKDg4KMAoODgB2MAoODgowCg4OAAABAAA/4AGAAWAAAcAGwA1AEUAACQ0JiIGFBYyJSYAJyYGHQEUFhceARceATsBMjYlJgIuASQnJgcGHQEUFhcWBBIXHgE7ATI3NgERFAYjISImNRE0NjMhMhYCAEtqS0tqAaoN/rnpDhQRDZrcCwESDYANFAF/BWax6f7hmg4JChINzAFc0QcBEg2ADQoLAR+pd/xAd6mpdwPAd6nLaktLaksi6QFHDQEUDYANEgEL3JoNERQNmgEf6bFmBQEKCg2ADRIBB9H+pMwNEgoJA838QHepqXcDwHepqQAAAAIAAP+ABgAFgAALABsAAAAgBBIQAgQgJAIQEgE2NCcBJgcGFREUFxYzMjcCLwGiAWHOzv6f/l7+n87OA7IgIP3gHyEgIBAQEQ8FgM7+n/5e/p/OzgFhAaIBYf2XEkoSAUATEhMl/YAlEwgJAAMANv81BssFygADABMALwAACQU2NCcBJiIHAQYUFwEWMgkBBiIvATY0JiIHJyY0NwE2Mh8BBhQWMjcXFhQEAAE8/cT+xAFpAmoTE/6WEjYS/ZYTEwFqEjYDi/x1JWslfjhwoDh9JSUDiyVrJX04cKA4fiUEPP7E/cQBPP5pAmoTNBMBahIS/ZYTNBP+lhICj/x0JSV+OKBwOH4layUDiiUlfTigcDh9JWsAAAACAAD/gAYABYAADwAfAAABNTQmIyEiBh0BFBYzITI2AREUBiMhIiY1ETQ2MyEyFgUAJhr8gBomJhoDgBomAQCpd/xAd6mpdwPAd6kCQIAaJiYagBomJgI6/EB3qal3A8B3qakAAwAAAAAFgAWAAA8AHwAvAAABFRQGIyEiJj0BNDYzITIWExE0JiMhIgYVERQWMyEyNhMRFAYjISImNRE0NjMhMhYEgBIO/MAOEhIOA0AOEoBeQvzAQl5eQgNAQl6AqXf8wHepqXcDQHepAuBADhISDkAOEhL+MgNAQl5eQvzAQl5eA4L8wHepqXcDQHepqQAAAQADAAAD+gV/ABwAAAEGKwERFAYjISInJj8BNjMhESMiJyY3ATYyFwEWA/oSKMASDv1AFQgIDKAJEAFAwCgSERoBQBI+EgFAGwOlJfygDhISFA/ACwKAJSUfAYAWFv6AIAAAAAEAA/+AA/oFAAAbAAATITIWFREzMhYHAQYiJwEmNzY7AREhIi8BJjc2IALADRPAKCQb/sASPhL+wBoREijA/sAOC6ANCQkFABMO/KFKIP6AFhYBgB8mJQKAC8AOFBMAAAIAAP+ABgAFgAAUACQAACUBNjQvASYiBwEnJiIPAQYUFwEWMgERFAYjISImNRE0NjMhMhYCrQJmExNmEzQT/i3TEzQTZhMTAWYTNANmqXf8QHepqXcDwHep7QJmEzQTZhMT/i3TExNmEzQT/poTA4b8QHepqXcDwHepqQAFAAD/gAYABYAABgAQABUAHwAvAAABFwcjNSM1ARYHAQYnJjcBNgkDEQE3NjQvASYiDwElERQGIyEiJjURNDYzITIWAZSYNDhgAdIOEf7dEQ0OEQEjEf77AiD+4P3gA4BcHByYHFAcXAKgqXf8QHepqXcDwHepAayYNGA4AboNEf7dEQ4NEQEjEf1AAiABIP3g/uACYFwcUByYHBxcYPxAd6mpdwPAd6mpAAAAAgAA/4AGAAWAABkAKQAAARE0JiMhIgcGHwEBBhQfARYyNwEXFjMyNzYBERQGIyEiJjURNDYzITIWBQAmGv4gKhERH5D96hMTZhM0EwIWkBIbDA0nAQCpd/xAd6mpdwPAd6kCYAHgGiYnKR2Q/eoTNBNmExMCFpATBRECKvxAd6mpdwPAd6mpAAIAAP+ABgAFgAAlADUAAAkBNjQnASYHBh0BIg4FFRQXFjMyNzYnAjc+ATMVFBcWMzIBERQGIyEiJjURNDYzITIWA+0BYBMT/qAeJyh3woNhOCEKpwsOBwYWAyxqLqiMKAwMGgImqXf8QHepqXcDwHepAbMBYBM0EwFgHxERKqAnP19gemU8td8MAwkYAWJ3NC+gKhEFAsD8QHepqXcDwHepqQAABAAA/4AGAAWAAAIABgASAB4AAAEtAQERAREAEC4BIA4BEB4BIDYAEAIEICQCEBIkIAQCgAEA/wABgP4AAyCS+v7Y+pKS+gEo+gFyzv6f/l7+n87OAWEBogFhAcCAgAFP/eL/AAIe/t0BKPqSkvr+2PqSkgJf/l7+n87OAWEBogFhzs4AAwAA/4AGAAWAAA0AHQAtAAABFgcBBiInASY3NjMhMhMRNCYjISIGFREUFjMhMjYBERQGIyEiJjURNDYzITIWBHkSF/7AE0IT/sAXEhEoAoAomBMN/EANExMNA8ANEwEAqXf8QHepqXcDwHepA10jH/5AGxsBwB8jI/0gA8ANExMN/EANExMDzfxAd6mpdwPAd6mpAAMAAP+ABgAFgAANAB0ALQAAAQYjISInJjcBNjIXARYTETQmIyEiBhURFBYzITI2AREUBiMhIiY1ETQ2MyEyFgR5ESj9gCgREhcBQBNCEwFAF3UTDfxADRMTDQPADRMBAKl3/EB3qal3A8B3qQGjIyMjHwHAGxv+QB/+2gPADRMTDfxADRMTA838QHepqXcDwHepqQADAAD/gAYABYAADQAdAC0AAAAUBwEGJyY1ETQ3NhcBExE0JiMhIgYVERQWMyEyNgERFAYjISImNRE0NjMhMhYEQBv+QB8jIyMjHwHA2xIO/EAOEhIOA8AOEgEAqXf8QHepqXcDwHepAqFCE/7AFxIRKAKAKBESF/7A/ewDwA4SEg78QA4SEgPO/EB3qal3A8B3qakAAQAAAAAD8wWAAGAAACUXFgYPAQ4HIyIAJyMiJj0BNDY7ASY3IyImPQE0NjsBNgAzMhcWFxYPAQ4BLwEuBSMiBgchMhcWDwEGIyEGFyEyFxYPAQ4BIyEeATMyPgQ/ATYXFgPQIwMMCwUEDRMYGyEiJxPq/qI/Xw0TEw1CAgNDDhISDmJDAWHgZlwLCQYDKwMWDQQEDxQZGx8OfsgyAdQQCQoDGAUb/hgDAwHLDwoJAxgCEgv+fTDLfxIkHxwVEAQFDQ0M5Z8MFQQBAgMGBQUFBAIBBd0TDXENEzkwEg5yDhLSAQAXAwwLDZ8NDQQBAQMEAwMCgHAMDA5yGiVEDAwPcAsPdYkDBAUFBAECBQcHAAABAAAAAAP8BYAAPwAAAREUBiMhIiY9ATQ2OwERIyImPQE0NjsBNTQ2MzIXHgEPAQYHBicuAiMiBh0BITIWHQEUBiMhESE1NDY7ATIWA/wSDvxEDhITDWFfDhISDl/3v7mWCQIIZwkNDQoFKmAtVWgBMQ0TEw3+zwGeEg6iDhIBj/6RDhISDpYNEwF/Ew2DDhLfq959CBkKfwsBAgkFHCReTNcSDoMNE/6FtQ0TEwAAAAEANP8AA9IGAABiAAABFAYHFRQGKwEiJj0BLgQnJj8BNjc2FzAXFhcWMzI2NTQuAycuCDU0Njc1NDY7ATIWHQEeBBcWDwEGBwYnLgQjIgYVFB4EFx4GA9LHnxIOhw0TQntQRBkFEQ9nBxAPCQJxgiUlUXseJVA0NictTi9CKS4ZEcSdEw2HDhI5a0M8EgYRDFEIDw4NAxc3PlcqX3gRKiVLLi81OGA3RSUaAV+Z3RqvDhITDa8JLC0zGAYVFIcKAgILAmMaCFZPHDIiKRcVEBIjGywpOTtKKYrQHrQNExIOsAYiISoQBhIUkg8BAwoDEiMdF1ZEGiwnGyMTEhQXLyY+QVgAAQAAAAADggWAAD4AAAEVFAYrAQ4BBxYBFgcGKwEiJwAnJj0BNDY7ATI2NyEiJj0BNDYzISYrASImPQE0NjMhMhYdARQGKwEWFzMyFgOCEg6oF9SqpwEkDgoIFcMQCf7OwAkTDXCEoRb+VQ4SEg4BnTnTkQ0TEg4DQA4SEg7pLxGrDhIEKmYOEpC0FLL+mhASEgwBb8wJDX8NE1ZSEg5mDhJxEw2FDhISDmYOEj1TEgABAAQAAAP/BYAARQAAISMiJjURISImPQE0NjMhNSEiJj0BNDY7AQEmNzY7ATIXExYXPgE3EzY7ATIXFgcBMzIWHQEUBiMhFSEyFh0BFAYjIREUBgJbrA0T/uANExMNASD+4A0TEw3W/r8ICAoSwhMK1xMlCikHvwgVvxEKCQj+x9cNExMN/t4BIg0TEw3+3hMSDgFKEg5nDRNVEg5oDRMCQhAQEBL+VyZXGFgRAaQTEA4R/b0TDWgOElUTDWcOEv62DRMAAgAAAAAFAAWAAAcAOAAAADQmIyERITIAEAYjIRUhMhYdARQGIyEVFAYrASImPQEjIiY9ATQ2OwE1IyImPQE0NjsBETQ2MyEyBBOCav7AAUBqAW/9yP6sAfkOEhIO/gcTDacOEuAOEhIO4OAOEhIO4BIOAhvIA2fIfP5AAaH+fvR2Eg6ADhLADhISDsASDoAOEnYSDpUNEwJ1DhIABgAAAAAHAAWAAAgADAAQABkAHQBuAAABEyMTFhQXNDYTNyEXITMnIwETIxMUFhc0NhM3IRcFFRQGKwEDBisBIicDIwMGKwEiJicDIyImPQE0NjsBJyMiJj0BNDY7AQMmNzY7ATIXEyETNjsBMhcTIRM2OwEyFxYHAzMyFh0BFAYrAQczMhYCAlGfSwEBAXQj/twgAaGLI0YBn06iUQEBAW8h/tciAoASDtWkBxifGAem0acHGJ8LEQKg0A4SEg6vIY4OEhIObVkFCgoQiRoFWgFnYQcYfhgHYgFtXQUaiRAKCgVbbw4SEg6RIrMOEgFVASv+1AEEAQEFAayAgID91AEs/tUBBQEBBAGtgIAgQA4S/ZgYGAJo/ZgYDgoCaBIOQA4SgBIOQA4SAVgPDQwY/pgBaBgY/pgBaBgMDQ/+qBIOQA4SgBIAAAMAOP8ABOgFgAAzAEgAXAAAARYHHgEHDgQHFSM1IicVIxEiJisBNzMyNxEzJiMRJisBNRcyNzUzFTYzNTMVHgMDNC4EIgYjETIWMj4GAzQuBA4BIxEyFj4GBI8SlXV0DQczTnR/UppQKpoSSBPIH28yCBAGCg1Mb9RAIZpSKJpPemg90R4sRzxYMk8ICDomRDFBLjEeE0cZJDwySStBBwU7IkIsOyYkEgOAtkwclotHbEYvFgT/+wH8AP8BtzMBkgEBH0SkAQH89wL1/AcfO2H9nSQ4JBkMBgL+rgEDBQwQGiIuAfghMyEXCgYBAf7NAQEDCA4XHy4AAgAA/wAGAAYAAAYAGAAAAREWFwEWFwUUFjMhERQGIyEiJjURNDYzIQQAFg4BmA4O/ag4KAIgOCj6wCg4OCgDIAQAAdgODv5oDhYgKDj74Cg4OCgGQCg4AAUAAP8ABgAGAAAGABgAKAA4AEgAAAEWFyERFhcDIREUBiMhIiY1ETQ2MyERFBYTNTQmIyEiBh0BFBYzITI2ETU0JiMhIgYdARQWMyEyNhE1NCYjISIGHQEUFjMhMjYFvA4O/igWDkQCIDgo+sAoODgoAyA4yBIO/UAOEhIOAsAOEhIO/UAOEhIOAsAOEhIO/UAOEhIOAsAOEgQkDhYB2A4O/cT74Cg4OCgGQCg4/eAoOP0gQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEgAABAAi/wAGfQYAAAoAJABCAFIAAAEzLwEmNSMHFAYHARQHAQYjIicBJjc2OwERNDY7ATIWFREzMhYFFSE1ATY/ATUiBiMGKwEVIzUhFQEGDwEVNzY7ATUTFSE1MycjBzMVITUzEzMTBKexSAwCBAMHBP3wCv7BCg0MC/7ADwgIFsASDsAOEsAOEgNE/bgBcQwJCwIJAwwS6HgCN/6PBg8LDgkV+NL+4Esv8y9L/uFG5qLmBGjaLxAEFAEiDPseDAz+wQkJAUAQExQFYA4SEg76oBKF6VoCERIJCQMBA3PlWf3uCBILAgICdwOBamqQkGpqApb9agAAAAAEACL/AAZ9BgAACgAkADQAUgAAJTMvASY1IwcUBgcFFAcBBiMiJwEmNzY7ARE0NjsBMhYVETMyFgEVITUzJyMHMxUhNTMTMxMDFSE1ATY/ATUiBiMGKwEVIzUhFQEGDwEVNzY7ATUEp7FIDAIEAwcE/fAK/sEKDQwL/sAPCAgWwBIOwA4SwA4SA53+4Esv8y9L/uFG5qLmE/24AXEMCQsCCQMMEuh4Ajf+jwYPCw4JFfho2i8QBBQBIgziDAz+wQkJAUAQExQFYA4SEg76oBL+/GpqkJBqagKW/WoEf+laAhESCQkDAQNz5Vn97ggSCgMDAXcABQAi/wAHAAYAABkAKQA5AEkAWQAAJRQHAQYjIicBJjc2OwERNDY7ATIWFREzMhYFFRQGIyEiJj0BNDYzITIWAxUUBiMhIiY9ATQ2MyEyFgMVFAYjISImPQE0NjMhMhYDFRQGIyEiJj0BNDYzITIWAuAK/sEKDQwL/sAPCAgWwBIOwA4SwA4SBCASDvzADhISDgNADhLAEg79gA4SEg4CgA4SwBIO/kAOEhIOAcAOEsASDv8ADhISDgEADhJgDAz+wQkJAUAQExQFYA4SEg76oBKOwA4SEg7ADhISAfLADhISDsAOEhIB8sAOEhIOwA4SEgHywA4SEg7ADhISAAAAAAUAIv8ABwAGAAAPACkAOQBJAFkAAAUVFAYjISImPQE0NjMhMhYlFAcBBiMiJwEmNzY7ARE0NjsBMhYVETMyFgEVFAYjISImPQE0NjMhMhYTFRQGIyEiJj0BNDYzITIWExUUBiMhIiY9ATQ2MyEyFgTAEg7/AA4SEg4BAA4S/iAK/sEKDQwL/sAPCAgWwBIOwA4SwA4SAqASDv5ADhISDgHADhLAEg79gA4SEg4CgA4SwBIO/MAOEhIOA0AOEiDADhISDsAOEhJyDAz+wQkJAUAQExQFYA4SEg76oBIBcsAOEhIOwA4SEgHywA4SEg7ADhISAfLADhISDsAOEhIAAAAEACL/AAXOBgAACgAkAEMAVgAAJTQmIyIGFBYzMjYFFAcBBiMiJwEmNzY7ARE0NjsBMhYVETMyFiUUDgMjIicmJzcWFxYzMjY3Iw4BIyImNTQ2MzIWAxUhNTMRNDY9ASMHBg8BJzczEQVCWDs0PklEMkb9ngr+wQoNDAv+wA8ICBbAEg7ADhLADhIC7ho4UHVFPi4YEicPECUmVGUQAhVRLGqGkG17pB7+K6cBAgcIEj5SwHvfP2pKckw2VgwM/sEJCQFAEBMUBWAOEhIO+qASNz53bVIxEAgHcQcEDXVXFxyPZWmSvQIvcnIBsAcYBRAMDRI6Vrn9cgAAAAAEACL/AAXOBgAACgAkADcAVgAAATQmIyIGFBYzMjYBFAcBBiMiJwEmNzY7ARE0NjsBMhYVETMyFgUVITUzETQ2PQEjBwYPASc3MxETFA4DIyInJic3FhcWMzI2NyMOASMiJjU0NjMyFgVCWDs0PklEMkb9ngr+wQoNDAv+wA8ICBbAEg7ADhLADhIC0P4rpwECBwgSPlLAe8MaOFB1RT4uGBInDxAlJlRlEAIVUSxqhpBte6QE3z9qSnJMNvuqDAz+wQkJAUAQExQFYA4SEg76oBL8cnIBsAcYBRAMDRI6Vrn9cgUzPndtUjEQCAdxBwQNdVcXHI9laZK9AAADAAD/gAZABYAACwAbAFwAACU0JiMiBhUUFjMyNhMRFAYjISImNRE0NjMhMhYFFAcWFRYHFgcGBxYHBgcrAiIuAScmJy4BNRE0Njc+ATc2Nz4CNz4CNzYzMh4FFRQOAQcOAgchMhYBACYaGyUlGxomoCYa/uAaJiYaASAaJgSgNw8DLhERDycJOkCFJEwRQpxXTXsjGiYkGRhoMUQhEhoJCQcLHBQTGi5JLyEPCQETExIDDggEARVOcsAaJiYaGyUlAhv9gBomJhoCgBomJhpWPywgTD04PTklcEVMAh8bGisBASUaAoEZJQICckBXIRI8JSonLDwUExUfMig8HhgmTCwiBhgUDnIAAAAAAwAA/wAGQAUAAAsAGwBcAAABFAYjIiY1NDYzMhYTETQmIyEiBhURFBYzITI2JRYVDgEjIR4CFx4CFRQOBSMiJy4CJy4CJyYnLgEnLgE1ETQ2NzY3PgI7AxYXFgcWFxYHFgcUAQAmGhslJRsaJqAmGv7gGiYmGgEgGiYEaTcBcU7+6wQIDgMSEhQBCQ8hL0kuGhMUHAsHCQkaEiFEMWgYGSQmGiN7TVecQhFMJIVAOgknDxERLgMDwBomJhobJSX95QKAGiYmGv2AGiYmrz1YTnIOFBgGJShNJhgePCgyHxUTFDwsJyolPBIhV0ByAgIlGQKBGiUBASsaGx8CTEVwJTk9OD1MIAAADAAA/4AGAAWAAAkADwAXACsAPQBcAGQAfwCMAJ4AsgDCAAAlNTQjIgcVFjMyNzM1NCIVJRUjESMRIzUFESM1BiMiJyY1ETMRFBcWMzI3EQUVFAcGIyInFSMRMxU2MzIXFhcVFAcGBwYjIicmPQE0NzYyFxYdASMVFDMyNzQ2NDUBFRQiPQE0MgE0Jy4BJyYhIAcOAQcGFRQXHgEXFiA3PgE3NgETIwcnIx4BFxYXFTMlNTQnJiMiBwYdARQXFjMyNzYXMxEjEQYjIicmNREjERQXFjMyNwERFAYjISImNRE0NjMhMhYDlx0REBARHbhCQv3FUEpOAbFDJyUhCQZCAQEOFBYBPwcMKSMhQ0MgJCkMB/sCAwwbNTQdFRQdZhsVhSIYBgH+gUBAAhUTCkIriP7s/u2ILEEKFBQKQSuJAiaJK0EKFP0NWkszNU4HIAgjC0oBIRUdMTMbFRUbMzEdFbVDQxYUDwEBQwYLICQpAfepd/xAd6mpdwPAd6npnTIQ4BCrIjMz6Eb+WQGnRn7+kSgtHBElASL+8hgCDx8BGG+SNBUqKSQB7aEoKhW2CR0OFhIoJhs7gTsbJiYdOUxBMxoBDBULAzicMzOcNP0DsVMsOwUPDwU7LFetsFQrPAUPDwU8K1QDOwEow8MXXBdnN8l4gjodJiYdOoI6HSYmGzwBcv7lHxACGAEQ/tslEhstAQj8QHepqXcDwHepqQAAAAsAG/8ABeUGAAAJAA8AFwArAD0AWwBjAH0AiQCbAK8AAAEVFCMiJxE2MzIFFSM1NDIlMzUhFTMRMyEzESMRBiMiJyY1ESMRFBcWMzI3JTU0JyYjIgc1IxEzNRYzMjc2JTUjFAcGIyI9ATM1NCcmIyIHBh0BFBcWMzI3Njc2ATU0Ih0BFDIBFAcOAQcGICcuAScmNTQ3PgE3NiAXHgEXFgEzAxEjESYnJiczEwUVFAcGIyInJj0BNDc2MzIXFiURIzUGIyInJjURMxEUFxYzMjcRA8snFxYWFycBUlpa/Dpr/shpZAEgWVkeGxIDAVkIDC4wNgGtCRE2MitZWS0wNhEJAVJbAgchLrMbJ0NEJxwdJ0VIJBIDAv2gVlYCzxoOWDq4/Rq4OlkNGhoOWDu3Aua4OlkNGvwaZnlkDi8lHGpHAbYcJkRDJhwcJkNEJhwBT1s1Mi4NCFsBAxIbHgEk00MWAS0WRC4uRJZeXv3HAe7+hioVAyABbP55MRglPV7FSRo4Ntn9aTA3NxtTDTMKJEVXZ08lMzMlT61PJTM1GxsJA8LSRUXSRv1X6nQ7UAYVFQZQO3Du6nQ7UAcUFAdQO3AEDv5x/vEBD0qKZ1T++UavUSUzMyZQr1AlMzMlUv4NNz4lGDMBiv6RIQIWKwF9AAACAAX/gAV7BfYAEwAnAAABBgMGKwEiJjcTMicDJjc2OwEyFwEWBwEVARYHBisBIicBNgE2OwEyAlUK9xsm7xUUCv0BAaEMCwkX7ygaA8oLC/3wAVALCgoW7yoY/q0SAgEZJ/EWA2US/kouIhMBwAEBFxYPDy0BZBAV/FoB/ZkUEQ8tAm4gA44tAAAAAAMAAP+ABgAFgAATACcANwAAATQnJisBIgcGHwEVAwYXFjsBMjcBJisBIgcBFgEWOwEyNzYnATUBNhcRFAYjISImNRE0NjMhMhYCrX4VH7gSCAcIfcQJCQgQuR8TAzcHEbseE/5lAQEFFCC4EgcICf78AZkI26l3/EB3qal3A8B3qQMDAd0iCwwR2AH+pg4ODSQDUQwj/ScC/iEjDA0PAdwBAtMQiPxAd6mpdwPAd6mpAAAAAAIAAAAKBwAE9gACAEkAAAEtARMyBB8BMh4FFx4CFx4BFx0BFgcOAQ8BDgYjBiEmJC8CLgInLgInLgEnPQEmNz4BPwE+BjM2AscB5P4cuagBOUlJASAOIRggHg4GEycHCAkBARMHJA4ODh4gGCEPHwH7/ojP/s8wMSQkJUEYBhMnBwgJAQETByQODg4eIBghDiAB+wGY+v0BZwkFBAMDBgoQFw8GGVw3QJEpKIiRkTdZEREPFw8KBgMDEwIJAwQEBQogGQYZXDdAkSkoiJGRN1kREQ8XEAoGAwMSAAAFAED/gAbABYoAAwATABcAGwAfAAAJBBUBFScHNQE1FwE1FzcVCQwBkgHu/qr+FgUs/hYBAf4XkwFWAQEBV/1RAVb+Ev6uBS4BUv4X/qkBVwHp/q7+EgM9/s/+4wE//uRs/tsBAQEBASVsYAEcAgEBAv7kBNj+4/7QAQ7+8v7x/sEBHQN+/sH+8gEwAAYAC/8ABfUGAAAHAAsADwATABcAGwAABSERIxEhESMlNwUHATcBBwE3AQcDAQcJATUhFQUJ+6KgBZ6g/FIhAw8h/VhDAtVD/fRmAmZm2QHdgP4j/bIDIGAB4P2AAoAsnaWcAhqS/q2RArZ7/f97A3v9f2ACgfqhn58AAAAFAAD/gAYABYAABwAPABcATwBnAAAANCYiBhQWMgAQBiAmEDYgJBQGIiY0NjIkIiYOAgcOAQcOAxYUBh4CFx4BFx4DNjIWPgI3PgE3PgMmNDYuAicuAScuAwAQBw4BBwYgJy4BJyYQNz4BNzYgFx4BFwQAltSWltQBIOb+uObmAUgBUjZMNjZM/kcOi0h5VR0yTBQLDwUBAQEBBQ8LFEwyHVV5SIsOi0h5VR0yTBQLDwUBAQEBBQ8LFEwyHVV5SAJuBQrk0Fj+NljQ5AoFBQrk0FgByljQ5AoCFtSWltSWAaT+uObmAUjmNkw2Nkw2gAEBBQ8LFEwyHVV5SIsOi0h5VR0yTBQLDwUBAQEBBQ8LFEwyHVV5SIsOi0h5VR0yTBQLDwUB/m7+NljQ5AoFBQrk0FgByljQ5AoFBQrk0AAAAAMAAP+ABgAFgAAPABcAHwAAATIWFREUBiMhIiY1ETQ2MwA0JiIGFBYyJDQmIgYUFjIE4HepqXf8QHepqXcBmnywfHywArB8sHx8sAWAqXf8QHepqXcDwHep/KiwfHywfHywfHywfAAAAwAA/4AGAAWAAAIACQAVAAABEyEFMwkBMzchABACBCAkAhASJCAEAwDJ/m4CNl7+Nf41XmgCCgH7zv6f/l7+n87OAWEBogFhA5L+zuACs/1NoAEx/l7+n87OAWEBogFhzs4AAAUAAP9QBYEFowAKABYAKgBDAGcAAAEWBicuATY3Nh4BFy4BBw4BFx4BNz4BEy4CJyQFDgIHHgIXFjc+AhMOAwcOASYnLgMnJic/ARYgNx4BBhMGAw4CBwYlJicuBCcuAyc+BDc2NyQFFhceAQMvCHU1Jx0cJiRJN28OxmI/SwMEk1xbeuQUSCwx/t3+7SsuQBIeXDc85Nw/NVxWCA8NLCRWz8VnLkdSQBQZIAYS3wI34BUGELUaVQUsKyH8/pr4kg8VDQUHAgkjFRoJAx0iOCQefbwBewEpmzwQAQKlP0wgEVJSERIMOxFrciwceUVbgAgImAJ6GyMJCC8xBwoiGhwjCQcdHAgII/wSGmVDSRQwLwMRCBQiNSNgxBAJlJQGIjgDuKf+GB40HBF+JhtwDB0pGzQJMsh7rEgaLR4eDwsuEiVXLkwUPgAGAAD/gAYABYAACAATACcAOgBZAGkAAAE0JgcGFhcWNjcWDgEmJyY2NzYWEw4CBwYnLgInPgI3NhceAhM0NiYnBiAnDwEWFxYXFjc+AhM2JyYnJgUGBw4CBx4CFx4DFxYXBDc+AjcSAREUBiMhIiY1ETQ2MyEyFgNQUiQrASsnVEoIWIRqAwI3LUaPthRDJyybqSwmQxUNLiIextIhJDI4CwUPof5oogwFGg8vnfmzIh4PhwkRK3DY/vGEXiYrMwQIFiQGAQgGEg1pswEDtRgfHwQwASipd/xAd6mpdwPAd6kCmisuFhRpEhc2PUJuDFxDMVgUH1IBOhUaBgUUFAYHGRQTGAcFIyIFBxn9AwcnGQRqagYMmjhRGy5jE0FqAsc1FjchPxsMIg8UMB5EjMokBTQUIgtQFBxbDRQmFQELATL8QHepqXcDwHepqQAAAAABAET/gAQABgAAIgAAJRcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYDsFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOz+0jPgECOFx4eDoCINcaV11vVy0FB/5Y/P36HjQ1HgECAAACAAD/gAYABYAAHwAvAAAlJwYjBi4CNREhNSERIyIHDgMHFTMRFB4CNz4BAREUBiMhIiY1ETQ2MyEyFgRwPiw7JDQZCgEB/wC8CAEFGTVlRIIrV5tjRYcBoql3/EB3qal3A8B3qUu3FgEXKCkXAY7CAUYKLFZoVhml/l45dGpBAgEwBC/8QHepqXcDwHepqQABAAP/QAL9BgAAFwAAABYHAQYjIicBJjc2OwERNDY7ATIWFREzAvUQDf6iCg0OCv6dDQgJFOASDsAOEuABACYQ/oAKCgGAEBMTBOAOEhIO+yAAAAABAAP/AAL9BcAAFwAAAQYrAREUBisBIiY1ESMiJjcBNjMyFwEWAv0JFOASDsAOEuAVEA0BXgoNDgoBYw0EExP7IA4SEg4E4CYQAYAKCv6AEAAAAAABAEABAwcAA/0AFwAAARUUBiMhFRQGJwEmNTQ3ATYXFh0BITIWBwASDvsgJhD+gAoKAYAQExME4A4SAuDADhLgFRANAV4KDQ4KAWIOCAkU4BIAAAABAAABAwbAA/0AFwAAARQHAQYnJj0BISImPQE0NjMhNTQ2FwEWBsAK/oAQExP7IA4SEg4E4CYQAYAKAoMOCv6eDggJFOASDsAOEuAVEA3+ogoAAAACAAD/gAVxBgAAJgA4AAABBgcGIyInJiMiBwYjIgMCNTQ3NjMyFxYzMjc2MzIXFhcGBwYVFBYBFAcGBwYHBgc2NzY3HgEXFBYFcSdUgYAxW1ZBPVFRM5iVk3Fxq0hpaCItYmZHd140NE8jQYr+4R0ePzY2JUMDS0qwAQMBAQFBfX3EICAhIgEDAQXy5JKQHh4iIkEkQEMzXnF8xgR6PUtLPzYSCwaVbGspAxADBAwAAAQAAP8ABoAFgAADAAcACwAPAAABESURAREhEQERJREBESERAqr9VgKq/VYGgPx1A4v8dQIS/XVeAi0C5/1tAjX9d/zufQKVA2785gKdAAAABgAA/wAFgAV+AAcADwAcADcATQBbAAAAMjY0JiIGFAQyNjQmIgYUBTIWFREUBiImNRE0NgURFAYrARUUBiImPQEjFRQGIyImNScjIiY1EQEeARUhNDY3JyY3Nh8BNjIXNzYXFgcBERQGIyImNRE0NjMyFgHdIBcXIBYBvCAWFiAX/PsqPDtWPDwET0AtSzxWPIo8Kyo8AUouQAKua4D8Y4BsRwcMDQdIX9RfSAcNDAcBljwrKjw8Kis8BB0XIBcXIBcXIBcXIM88Kv5SKzw8KwGuKjwT/WYuQOMrPDwr4+MrPDwr40AuApoBlTfFdXXFN4MNBwYMhCoqhAwGBw39lf5SKzw8KwGuKzs7AAkAC/8ABfkGAAAIAA8AIgEIARUBJQEzAUkB8QAAAQ4BIwY1NDcyFwYmBzYXFgEmDgEHBgcGFxY2Nz4DPAEmATQnPgMmNC4CJy4BJxYXFgcGBwYuAScuBCcuAycmNiYnLgEnLgE2NzYWBwYWNzY0NS4DJwYXFCMuAQYnNiYnJgYHBh4BNzY3NgciJicmNhcyFgYHBgcOAQcOARceAxcWNz4DNzYXHgEGBw4BBwYHBicmFxYXFjc+BRYXFA4FBw4CJyYnJgcGFRQOAhcOAQcGFgcGJyYnJjc2BwYHBhceARceARceAQYHHgIVNicuAjc+ARcWNzY3NhcWBwYHBhYXPgE3NiY2NzYzPgEWATYmJyYVFhcyBwYzMgUuAicuBAcGFhcWNic0LgEHIgYWFxYXFDc2NzQuAScmIw4BFgcOAhcWPgE3NjI2AR4CDgUHDgEHDgEnLgMnJiMiBgcOAycuAScuBCcmNjc2LgE2Nz4BNz4BNRYHBicmBwYXHgMHFAYXFhceARceAjc+Ai4BJyYnJgcGJyY3PgI3PgM3NjcmJyY2NzYzNhYXHgEHBhcWFx4BFxYOAQcOAycuBCcmDgEXFgcGFjY3PgE3PgEuAScuATY3HgUClwsJBAUTBVwEDwoYCAP+mwQEBQMDBwoJBBEEAQICAQIDVTcEBwMDAgcBCQEKSiMYIVchCycfDwELCRUSDQ0BDiIZFgQEFAsnDzsGCAYWGSUcCgsSFQ0FERkWEGsSAQkpGQMBIhwbHQIBCREHCgYECwcRAQEUGBEUAQEWCQgnAQ0FCg4WChsWLzcCKhsgBQkLBQMJDBRJCSwaGTYKAQEQGSoRJiIhGxYNAgIGBgsHDQMcTzYWFSoWAwEeHQ0SF08IAgEGCBUgBAIGBAUCAiQuBSgEFKgJEAMfHggqDi4nBA0GAQMUCi54hSwXCwwCARYJBhUDFwICEQIWDyQBQ079oQMLBgkCAwoDAwsDAaMCCREGBQkFBgIDDioSCQu0CgwDBgQEAw4ECAI2BQ0DDwkJBQMCAQoCBAQIDggBEA4CNxQWAgcYFyUaJggmXxwRZiYSFwoiHixWE0wULEckMxwdpEATQCQrGAUKIgEBCgoBCg5WER4YFTUgMyIJDRICDAUEASIDAyIUgSMYZEEXKysDEhQKeTBELQsEAwEBEh4HCCUWJhRuDgwEAjRQJ0E1aiQ5RQUFIyJjN1kPCAYSCwobGzYiEhsSCQ4CFiYSEBQTCjhaKDs9STUwCycgISEDDgEODxoQGwRlARMBBgwDDgEPAwsNBv5SAQgRBQUICwEBEAoDCAQFAwMC/poSGA8ZGxAdCiIHKwUwbhQUP6J0KAIELXouJzwfEgwBPlIeJBYVQSIIAx4BATI0AQNCGRMPBwRABR4oFQkDCH4PCQMEBzlCAQE5Hw8sHwIDCwkBHRMWHgEqJAQPDgwXAQ4aBQgXDwsBAhEBDAkRCQ4GAwsNAwYfBBMEBQcCBAQPFwEBDBATDwkECQIFBQQGAwcBDjwaDAs+HwkDBxk/MEQdBqg5EmYIGBUfPxwcEwEBBEFlDCAEF4cJDy4oAw87MS4YRAgQCAIFCQc0EA9IJggGLhlDFx0BE3QgFWlZGhIlIAsDKhEaAgIJBQEPFMIIBwMEAwoGBwECEDcEARLgCxEIAQQEAQQbAwUC6gIGCAIPAQ0NBgQNBQYDBgwDAQT6yAwZFxYWERQNEgQTShsQBxIJHRYRAQEDAQEcIBkBATwNBAsHDBELF1cLEDAlJAkMBAoSIiJJIRQFAw0PKgYYDBYLD0QOEQkGGQgGIA4DBiw0QScRvjRKIgkYEBYdLjASFWY2RBSPNHDGWnsrFQEdGyqfRF93cWk70FcxRygCAiIlHgEBCBMMHQUlDlQ3Rn1BRwUhMSMZEiUgGQsLSkcMHzMeGwsPAAgAAP+ABgAFgAAOACAAJwAuADIAPgBWAGIAACUmAyMHDgQHJxYzMgMmJwQhBhUUFhc+Az8BPgEnJicOAQcgBSYHFhc+AQEiBzYFJiMiBxYXPgQTJicHDgQHFhceARc+ATIeBBc2EAIEICQCEBIkIAQEACpiAgIQNpR+iCMPuOqEPRUg/sn+lgFYUDKTinsmJQQSZ3h8isAgAS4D3NLHVylvlPzxAQEBAk+5+ExPg3NFekc8D+QDkgEJFENLfUUZEwIJAyRNRkQ8NSseCnrO/p/+Xv6fzs4BYQGiAWEk8QEBAQYVTVeOTQuWApMxPl0HDnzhWVmbXkQODQEF1tWlQfKX7zwf7+ZL5QNtAQGRpBOq1BpFNjwV/iLosgEMGUA5SRw1KgUYBQUEAwUGBwUCyP5e/p/OzgFhAaIBYc7OAAAAAgAA/4AGAAWAAD4AXgAAATQuAy8BLgQ1NDMyHgMzMjY1NC4BIyIOAhUUHgIfARYXFhUUBiMiLgMjIgYVFBYzMj4CBRQGIyInBiMiJCYCNTQ3JjU0NjMyFzYzMgQWEhUUBxYElSc6WE0xaB4cKhIPkCtEKCQsGi85cKxgRIBvQyZKVjySWhYgUEEzUTEqMh0yM/SpSYZvQgFr4Z+CaE1Jj/77vW8QUOGfgmhNSY8BBb1vEFAB2TJTNiwYCxgHBxAQGhFNGCEiGEAtN1kuHz9vST1bPCUOJBYOFCgnMyAtLSA8LVyDJUZ1kJ/hUBBvvQEFj0lNaIKf4VAQb73++49JTWgAAAADACz/gATLBgAAIwA/AEQAAAE3NiYjISIGFREUNwE+ATsBMjY3Njc2JiMhIiY9ATQ2MyEyNjcGCgEHDgQjISIHBgEOAScmNRE0NjMhMhYHAzYaAQPoJQUcFf04Fx8GASMXHiHvFh4DGA0EHxX+2h0mJh0BWhIi5g9NPgQGBhYbMiH+8Q0JCP5eFkkMN0xSA3hfQBaeBD5NBE7CFyIiFPuzBwYBYBoPHQ+CPRUmJh0qHSUb7kn+ff7HERYVLBYUCgn+GxkHCRZMBYI3X2pq/OoRATkBgwAAAAADAAD/gAYABYAADwAfAC8AACURNCYjISIGFREUFjMhMjYBETQmIyEiBhURFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgLAEg7+IA4SEg4B4A4SAqASDv4gDhISDgHgDhKgJhr6gBomJhoFgBomwAQADhISDvwADhISAY4CgA4SEg79gA4SEgMO+oAaJiYaBYAaJiYAAAAAAgAA/wAFAAXgADEAOQAAARQGIyInAyMVExYVFAYrAREUBisBIiY1ESMiJjU0NxM1IwMGIyImNTQ3ATYzITIXARYAFAYiJjQ2MgUAOCgzHeMt9wkmGsBCLqAuQsAaJgn3LeMdMyg4EAEASWcBgGdJAQAQ/mCDuoODugHgKDgrAVWE/mUPEhom/vAuQkIuARAmGhIPAZuE/qsrOCgdGAGAa2v+gBgDYLqDg7qDAAIAAP8ABAAF4AAlAC0AAAERFAYiJjURIxEUBiImNREjERQGIiY1ESMRFAYiJjURNDYzITIWABQGIiY0NjIEADhQOEBCXEJAQlxCQDhQOHBQAoBQcP7gg7qDg7oDQP5gKDg4KAFg/HAuQkIuAdD+MC5CQi4DkP6gKDg4KAGgUHBwAc26g4O6gwACAAD/gAYABYAAFQAhAAAlAT4BJicmDgEHBiMiJy4CBw4BFhckEAIEICQCEBIkIAQDBQFeEBEdLyhWPRgkPDskGD1WKS4dERAEWM7+n/5e/p/OzgFhAaIBYeoB2RZKYB8aASIcKCgcIgEaH2BKFo7+Xv6fzs4BYQGiAWHOzgAAAAIALP8ABtQF/wAPAEkAAAA0LgIiDgIUHgIyPgElBgcFERQHBiclBwYiLwEFBicmNRElJicmPwEnJjc2NyURNDc2FwU3NjIfASU2FxYVEQUWFxYPARcWBcBbm9Xq1ZtbW5vV6tWbAW8EEP7cDQ8O/ty0CiAKtP7cDg8N/twQBAUJtLQJBQQQASQNDw4BJLQJIgm0ASQODw0BJBAEBQm0tAkCC+rVm1tbm9Xq1ZtbW5s1DwVg/s4QCgoGXvgNDfheBgoKEAEyYAUPEQz4+A0QDwVgATIQCgoGXvgMDPheBgoKEP7OYAUPEA34+AwAAgAA/4AFvgV/ABIAMQAAJQYjIiQCNTQ3BgIVFB4CMzIkJQYEIyIkJgI1NBI2JDc2FxYHDgEVFB4BMzI3NhceAQTuNji2/sq0aMn/ZqvtgpABAwEmXv6F4Jz+5M56c8UBEpksERIhVluS+pR2bikfDgfpCbQBNrbApTz+rteC7atme8PL83rOARycmQEXzH0GAikpH07Pc5T6kjMSHw4oAAMAQP+ABsAFgAALABsAKwAAADQmIyEiBhQWMyEyAREUBiMhIiY1ETQ2MyEyFhMRFAYjISImNRE0NjMhMhYEQCYa/wAaJiYaAQAaAmYmGvqAGiYmGgWAGiZAJhr6ABomJhoGABomAqY0JiY0JgEA/EAaJiYaA8AaJiYBpv8AGiYmGgEAGiYmAAACACD/oAZgBcAAQgBIAAAAFAYrARQHFxYUBwYiLwEOBCMRIxEiLgIvAQcGIyInLgE/ASY1IyImNDY7AREnJjQ2Mh8BITc2MhYUDwERMzIBITQ2IBYGYCYa4EPQExMSNhLGBRRAQmIwgDNlSTsOD7cUHBgTEwMRyjrgGiYmGuCtEyY0E60DTK0TNCYTreAa/kb9gLsBCrsCWjQmq3fREzQTExPFBRApIBoDgPyAGycnDQ7PFRASNRTjcqAmNCYBJq0TNCYTra0TJjQTrf7aAgCFu7sAAAH//wABB30ERwCFAAABFgcGBw4CHgIXFhcWFx4CDgEjBQYmLwEuAwcOBBcUBg8BBgcjBi4CLwEuAwInJjQ/ATYzJR4BHwEWFx4BHwEeAzI3PgQnLgEvASYnJjc2NzYXFhceAxQOARUUBh4CFx4BPgI3Njc+AT8BPgIXJTYWFwd9F60YKSgeHwcTLiIEAY0yAwcHCCom/wAYQBQUHlA5QRgDChgTDwEHBAQSI3NHlnFdGBkKI2xojTwGAwQPKgESDBYFBRAIFDQPEB02KygcDQIGEgkKBQIOBwYZPA0SEBY1ulI1FBsOBwIDAgEGEQ4IEiIqPiU8LwQMBQQCBhQKASAnMgYD+EDmIDUzKjkbKiwfAgKDWgUPJh4ZBAUUDAwVVkUvCAEFGCNFKw8ZBgUTAwQpQUMYGAoojqABBo0QFgUGEwICCQQDCxUyaxwdPFgxHAUBCCQ6aEkoQg0MIgkCFhMLGgIBDAURHyE6NFkmCz4iLx8JAgQaK1s+aHkKDwMDAQMDAQIFDwkABwAA/6oG9wVLAAoAFQAhAC8AVQBpAH8AACU2JicmBgcGHgE2NzYmJyYGBwYXFjYXDgEnLgE3PgEXHgElLgEkBwYEFx4BBDc2JCUUDgIEICQuATU0Ejc2JBcWBwYeATY/ATYyFxYHDgEeARceAgIeAQcOAScuATc2JgcGJicmNjc2JR4BBw4BLgE3NiYnLgEHBi4BNjc2FgKjFRQjIk4VFhJEUXQICQ0OHQcRHg4etS3ib2tRLy/Ram9fAQsJoP7/kt/+2w4JoAEBkt8BJQEmSpDB/v3+5v701YKLgKkBWUpBLQQGDg8GBovWLi0tAgUOCgw5XER0VBkTCCsXFxYHFFg/GCoEBRoYPAFVVzMnCTI2GggcJD4+rFccMAwfHHvy/CJGDw4aISJFIBubDRsFBQsNHw4FC15mYCQiuV9dXBsdtTxglEYOF+2SYJRGDhftjkSPg2g+Q3e3bHMBBICphkpAkQ4MAgMCAjs9P3MNDgsEBBI6aQJfXns4FxYHCCsXP2ANBRoYGCkFDU9g/XMbGhIyG1K0REU1EgYfOC8GGksAAAAAAwAA/4AGAAVyAAkAEwAdAAAFBiMiJz4BNx4BAREUAgcmETQSJAEQByYCNREWBBIEbavFxKuKwyIjw/6b/cy1pwEkBDW1zP2zASSnIl5eV/iQkPgFPf4b/P5hY9cBGLsBRdb9Kv7o12MBn/wB5R7W/rsAAAABAAD/AAV6BgAAawAAAQ4DLgMvAQYAByImNDYzNiQ3DgIuAyc+AR4CFzY3DgIuBSc+AR4FHwE2NS4FNjceBA4CDwEWFAc+BRYXDgYmLwEGBz4FFgV6IFheaGNeTzwQEXH+n9ATGhoTrQErZiRIXlhiVlMhcsiHcj8ZNRoHFkdEX1JWQC0GRn9iVj0zIRYFBAwIG0c4NA4mM0ltPCQFBhQSCAcBAQMOLzZYX4FEAic9TlVUTDsRERcyBhhLUHd0jgGxUHQ9IAMOHhkKCuT++QEaJhkB1bwOEggNLEp+Uy8UI05MLIOgAQMCAxEdOEpzRhwREyk7Pz8xDxB6SQYURUpwcY1EGUlQWlhTRjYPDwRcGgcXPzU6HwIXTn9SPR4SAQMDA5OIBxc7LiYCMQAEABX/AATrBQAADAAQABQAHgAAARUUBisBAREhIiY9AQEVIREBFSERJRUhNTQ2MyEyFgTrc1E5/vz971FzBNb7KgTW+yoE1vsqc1EDTlFzARtCVXf+8wENd1VCAUb/AP8BSP8A/4xDQ1R3dwADAAD/gAYABYAAGQAlADEAAAAUBwEGIyImPQEhIiY9ATQ2MyE1NDYzMhcBFhAuASAOARAeASA2ABACBCAkAhASJCAEBIAJ/sAJDg0T/qANExMNAWASDgwMAT+pkvr+2PqSkvoBKPoBcs7+n/5e/p/OzgFhAaIBYQKOHAn+wAkTDcATDcANE8AOEgr+wasBKPqSkvr+2PqSkgJf/l7+n87OAWEBogFhzs4AAAAAAwAA/4AGAAWAABkAJQAxAAABFRQGIyEVFAYjIicBJjQ3ATYzMhYdASEyFhIQLgEgDgEQHgEgNgAQAgQgJAIQEiQgBASAEw3+oBIODAz+wQkJAUAJDg0TAWANE6CS+v7Y+pKS+gEo+gFyzv6f/l7+n87OAWEBogFhAuDADRPADhIKAT8JHAkBQAkTDcAT/v8BKPqSkvr+2PqSkgJf/l7+n87OAWEBogFhzs4AAAMAAP+ABgAFgAAPAB8ALwAAAREUBiMiJwEmNDcBNjMyFgERNCYjISIGFREUFjMhMjYBERQGIyEiJjURNDYzITIWBAAmGhQR/kAbGwHAERQaJgEAEw38QA0TEw0DwA0TAQCpd/xAd6mpdwPAd6kDwP2AGiYMAUATQhMBQAwm/MYDwA0TEw38QA0TEwPN/EB3qal3A8B3qakAAwAA/4AGAAWAAAcAEwAfAAAAFAYiJjQ2MhIgDgEQHgEgPgEQJgQQAgQgJAIQEiQgBAQAltSWltQq/tj6kpL6ASj6kpIBcs7+n/5e/p/OzgFhAaIBYQLq1JaW1JYBIJL6/tj6kpL6ASj6vf5e/p/OzgFhAaIBYc7OAAAAAAIAAP8ABl0F4AAVADYAAAEXBgQjIiQCNTQSNxcOARUUADMyPgElFwUGIyInAyEiJicDJjc+ATMyFhUUBicTIRUhFyEyFxMD/2Y6/tC7nP73m9GqEXqSAQe5ftV1Ahs6/wANECgR7/4oGCUDYAIIDlY2Ql5oRCUBp/5pEAHHKBHkAV3Ms96bAQmctQEqPoM234W5/vmC3RpygAcjAd0hGAMLERkzP15CRWEH/t+AgCP+OQAAAAIAAP+ABgAFgAAjADMAAAE2JyYDNjMyBw4BIyInJicmBwYHDgEHFzYzMhceARcWMzITEhMRFAYjISImNRE0NjMhMhYFDAqr51EsJlULBIwjKycNIB6CO2kbbBs0TAs5Mg88D0RgneLc+ql3/EB3qal3A8B3qQOC2AYI/vMTYDncqTbJvQwHXRhgGEM0szfbN7MBJgEbAX/8QHepqXcDwHepqQAAAQAAAAAEgAWAAEQAAAEUAgQrASImNREHBiMiJyY9ATQ/ATUHBiMiJyY9ATQ/ATU0NjsBMhYdASU2Fh0BFAcFFSU2Fh0BFAcFETYANTQ2OwEyFgSAvf68v6AOEtcDBgoJDRfp1wMGCgkNF+kSDqAOEgF3DxoX/ncBdw8aF/53vAEEEg6gDhICwL/+vL0SDgJjQgEGChCAFwhHXUIBBgoQgBcIR/oOEhIOtXQFFBCAFwh5XXQFFBCAFwh5/hkNARS+DhISAAMAAAAABYAFgAAjADMAQwAAARUUBiMhERQGKwEiJjURISImPQE0NjMhETQ2OwEyFhURITIWExE0JiMhIgYVERQWMyEyNhMRFAYjISImNRE0NjMhMhYEgBIO/qASDkAOEv6gDhISDgFgEg5ADhIBYA4SgF5C/MBCXl5CA0BCXoCpd/zAd6mpdwNAd6kC4EAOEv6gDhISDgFgEg5ADhIBYA4SEg7+oBL+MgNAQl5eQvzAQl5eA4L8wHepqXcDQHepqQAAAAAEAAD/gAiABQAAJwAvAD8AUAAAAQYrATUjIiY1NDcuATQ2NyY1NDY7ATUzMhchHgEXHgIUDgEHDgEHNxYUBxc2NCcBIQYHIgYPAQEOASsBAzMyAyMTMzIWFwEeBDMFISYCbG6egEANEwc6TU06BxMNQICebgRZKoEQWXotLXpZEIEqBjU1UURE+1UD99nvOXAbHP7gGlktYF0dnZ0dXWAuWBoBIAQOLzJJJAHI/Al0AaBAQC8hGBkCERgRAhkYIS9AQAcWAw8zLCQsMw8DFgf8JHAkHjCUMP7WJiowGBj+4BomAdAB4AHQJhr+4AQNIRkVUEAAAgAA/4AGgAYAAFIAVgAAATIWFRQPARcWFRQGIyImLwEFFxYVFAYjIiYvAQcGIyImNTQ2PwEDBwYjIiY1NDY/AScmNTQ2MzIWHwElJyY1NDYzMhYfATc2MzIWFRQGDwETNzYBJQMFBe8+U12sOAdUOy9NDzf+yjcIVDwvTA83mR0VPVE3LJxpnBoWPFI3LJ01CFQ8L0wPNgE2NghVOy9NDzWiFRY8VTwsnWmkGPz8ATZp/soC+FE9YSE7pxUaO1Y2LaVqpBgXO1Y2LaM1CVA9L0wPNQE5NghRPC9MDzWfGBc8VTYtoGmgGBc7VjcsoTcGTzstSQ82/sQ4CP76aQE7awAAAAADAAD/gAYABYAADwApAEkAAAEyFhURFAYjISImNRE0NjMBEQYHDgEHBiM5ASInLgEnLgEnERQWMyEyNhE0JiMhIgYVFBYXHgEXHgYyPgU3JT4BBOB3qal3/EB3qal3A+AfISLFNWJCQmIvvi8MKgo4KANAKDg3KfzAKDg9JS+1JwMcDhwTGBUUFRgTHA4cAwELIz8FgKl3/EB3qal3A8B3qfvgAbQjFBZ+JEVFIHkgCCYI/kwoODgCZSk6OCglTxkgchoCEwkRCQoFBQoJEQkTAq4XTwAAAAAGAAD/AAcABgAABQA/AEcAUQBhAHEAABM0NwEmAgEUDgMHAwE2Nz4BJg8BJicmDgEeAR8BEwMBNjc+ASYPASImIzYkMzIEFyMiBhUUHgYXFgUTFhcGIyInARYVFAIHEzY1NAAgBBYSEAIGBCAkJgIQEjYAICQ2EhACJiQgBAYCEBIWf0MBb8TuBQgFDwgbBEz+6i4qEw4TE81LfwwRBgMPDFB4qP7oLioTDhMTzQcgCmkBU8aTAQtpCjdKBAQMBhIHFgM//gbtAQR+gXBpA3tf0K/rO/yiAWwBTPCOjvD+tP6U/rTwjo7wAVUBWgE95YiI5f7D/qb+w+WIiOUCgKOW/BNfAXQBCBMnPBxaDf8AAzoDBQIhHQEKAQkBDBITDgEI/rj+CANAAwUCIR0BCgGgu2pgUTcMGBMbDx4MJAVr0/15BgUsIARSrsPR/p9mAqapayoCNI7w/rT+lP608I6O8AFMAWwBTPD5t4jlAT0BWgE95YiI5f7D/qb+w+UAAAACAAD/gAcABgAAEgAbAAABEQUmJCY1NDYkNxUGBBUUBBcRARMlNyYnNQQXBD7+8OT+jNbJAV3Z2f7pATXqA60l/fOTd6EBFcwGAPoAgBSk/ZKM96QarCbgj5jmHgVQ/j/+enJTRh2sIXwAAAADAAD/AAeABgAADAAmADAAAAkBFSMUBiMhIiY1IzUBIREzESERMxEhETMRIREzMhYdASE1NDY7AQUyFh0BITU0NjMDwAPAgCkc+gocKYABAAEAgAEAgAEAgAEAOxwp+YApHDsGOxwp+IApHAYA/oCAGiYmGoD/AP0AAwD9AAMA/QADAP0AJhpAQBomwCYagIAaJgAAAgAA/4AJAAWAAA0ANgAAARMWBgQgJCY3EwUWMjcAFAcBBiInJQ4BBxYVFAcTFgcGKwEiJyY3EyY1NDc2NyUmNDcBNjIXAQbuEgSs/tb+pP7WrAQSAj4WNBYEUBb7oAQMBP10KzgGPzo6AgoJD8APCQoCOjpBC1f+sxYWBGAEDAQEYAK8/sRFdkVFdkUBPLUHBwIQLgj+oAEBziKbZSRJRSb+Tw4LCwsLDgGxJkVJJs97aAguCAFgAQH+oAABAG3/gAWTBgAAIgAAARMmIyIHEyYAAicWMzI3HgESFz4DNxYzMjcxDgMHBgNbDT4rKUANKP7/sF06MixDP43BKiWRWngvNjU4OhxAI04KkgJD/T0LCwLDRQHFASiLDw9v7f7ERT3pk81XDg4nYzqGEfgAAAEAAP+ABeEFgAAjAAABIRYVFAIEIyIkJgIQEjYkMyAXByYjIg4BEB4BMzI+AzchAwAC1Qy2/q/anf7kznl5zgEcnQEs19F7t4HbgIDbgVeSXkYhBv5MAu5DPdn+q8B5zgEcAToBHM55ycl3gt/++N+CMEhcUiUAAAUAAP8ABwAGAAAQABkAIgBOAF4AAAEWBwYgJyY3NjIXFjMyNzYyJBQGIiY1NDYyBRQGIiY0NjIWNzQmIgcmJxMXFBYyNjQmIyIHJyYHAwYHJiMiBhUUFhcGFRQEMzIkNTQnPgEkEAIGBCAkJgIQEjYkIAQWBEcQED7+7j4QEAYSBjB5eDEGEv7TNEo1NUoBvzVKNDRKNftGZCSCtT/INEo1NSU2Gt0TBkW0gSM0MkYlHwYBGMXGARgHHiQBZo7w/rT+lP608I6O8AFMAWwBTPABcRAPPj4PEAYGMTEG1Eo0NCUmNFolNDRKNTRSMUYkWgYBGy0lNDVKNTIxBRX+yAdaJUYxIzoPGx2OysqOIBkPObv+lP608I6O8AFMAWwBTPCOjvAAAAAABQAA/4AGAAWAAA8AGQAjAFEAYQAAARYHBiInJjc2MhcWMjc2MiUUBiImNTQ2MhYFFAYiJjU0NjIWNzQmIyIHJic3Fx4BMzI2NCYjIgcnJgcDBgcmIyIGFRQWFwYVFBYzMjY1NCc+AQERFAYjISImNRE0NjMhMhYDqw0NNew1DQ0FEAUqzioFEP7+Lj4uLUAtAVIuPi4tQC3XPCsqH3GaNqsBLR8gLS0gMBW9EQQ8mm8eLCs8IBoF8Kmq8AYZHwEzqXf8QHepqXcDwHepAZcNDTU1DQ0GBioqBpYfLi4fIC0tIB8uLh8gLS1HKjwfTgTzJyAsLUAtKyoFEv70Bk0gPCoeMg0ZF3qtrXoZGA0xAeT8QHepqXcDwHepqQADAAD/gAYABYAAHgAwADwAAAE3NTQmIgYVERQGIiY9ASMVFBYzMjY1ETQ2MzIWHQEFNSMVFAYjIiY9AQcnFRQWMjYAEAIEICQCEBIkIAQDYlp0oHQcJhuXc1JRcxsUExsBiZYbFBMbWjx0onMBUc7+n/5e/p/OzgFhAaIBYQK5Gz5PcG9P/uUUGxsUeHpScnFQARgTHBwTNt96fhQbHBN7Ghx7UHJyAa3+Xv6fzs4BYQGiAWHOzgAAAgAA/6MHgAVdAB4AMAAAATU0JiIGFREUBiMiJjURIREUFjI2NRE0NjMyFh0BBwUhERQGIyImNREXNxEUFjI2NQQmPFQ8/LGy+wFIPFQ8/a+w/MMBjwFI+7Kx/IPDPFQ8Azh2Kjw8Kv2cr/j7sgEK/vorOzsrAmyr8vSsiDqh/vay+/mwAQw9Ov7yKjs7KgAAAgAA/4AGAAWAAA0AHQAAJREhESEiBhURIREhMjYTERQGIyEiJjURNDYzITIWBcD9QP4gXYMCwAHgXYNAqXf8QHepqXcDwHepoAHgAsCDXf4g/UCDBB38QHepqXcDwHepqQAAAAgAAAAaCAAE5gAFAAkADQARABkAHQAlACkAAAEzESERIRkBIxEBETMRAxUzNRMhESE1ITUhJREjEQEhESE1ITUhJREjEQFIzP3sAUh7AZnNzc1SAhX96wFI/rgBSHsBmgIU/ewBR/65AUd7BOb8KQK5/esBcf6PAhX9RwK5AR7MzP7i/FKjUqQBcf6PAhX8UqNSpAFx/o8ABQAA/4AGAAWAAAkAEwAjADAAQAAAABQGIyInETYzMgAUBiMiJxE2MzIAECYjIgcGBwYHETc1FjMyAhAmIyIHIxE3NRYzMgERFAYjISImNRE0NjMhMhYEFkw1KxscKjX+9Uw1KxscKjUCfrB9FBMXN1d80zNCfaexfUpDutM3PX0DF6l3/EB3qal3A8B3qQJEgFoPARURAVGAWw8BFRH9MQEMvgNOOl8G/YQpzhMCaQEMviT8uCnOEwH4/EB3qal3A8B3qakAAAAKACn/CQfNBgAAggC8AMoAzgDcAOMA5wDpAO0A7wAAATYeAxceAhcOAgcuBSMPARYXHgcfARYOAgcmBiMiJyY1NDc+AicmBw4BIyIuAScmJwQjIiY1NDY3JSY0PgM3PgEzMhYXNjMyFhUUBg8CBhYzMjY1NC4CNTQ3JzY1NCc2MzIeBRc3DgMXNy4HJy4CKgEjIgc+BTceAj8BFRc2Nz4IPwEGBw4BBw4CBx4BFRQDPgEzMh4DFwYjIicBNxcHARYVFA4DByc+AjMBByc+ATMyEzMXBwE1FQ8BPwIExkuJY2dBKyFbPEUweZwkLDwbJy5jSQoGBAkGLAcfBRIDBgEBAQcIEQMjhCAnIQIDAjs3ARgTJJc9GWVwHAYV/h4fEBgRDgHmCAsVExsFBBcGDxoHowkRGREPtgEBpRYvkC83LwpEKwVSPiw3KhQVChgMMgMoLSMBPQURBw4GCgcJBAcPGhIvDn5bEChEPx1HCAwgIBYMFvd8HCwpGSIOIwsrCAcCKU/8tA44LBEDK/cnuTYJGx0XGQJ5ez1A/vkwbUkBoQMjOTM4BAcVT0Ec/kVgBgotDBPTHwopA3kBAgECAQJfAy9Gd2FIOGo3PR43PxAlnK28lWECBAUJBSUHHQweGSUWIRo/KUwPARUKEB9KFg05PRUCGjVdfpkUBBpwFhAPFwNqDhYNCgQFAgENIBElFhEPFgMoEBq3oDEkIgMUGBASEyxJGiAQAw4NJB9AHBkoKAILD9YFFQgPBgoFBQIDBAErHiEaLhtTCQktHAEBTAFfXxUkJxctETkTTA8JNValxisDCQoJEzYHC/xUGisfNi44BS0LAyQMsTD+0A8BBw8LCAcBKwINBwJ0FBEBDP18UwwGMQEBBQIDBAEAAAQAAP8SBgAF7gAXADYAXQCDAAAFJgcOASMiJyYjIgcOARceATY3PgI3NicmJyYjIgcGBwYXFjY3PgczMh4BFx4BNzYBNC4CIyIOASMGLgMHDgEHBhceATMyPgIXHgMXFjY3PgE3FAIGBCAkJgI1ND4FNz4DNz4BNxYXHgEXHgYEjwUTHnJKgUAFCAsPBwEIImtiMilXKwcMLBMUFzUvGB0xGg4JERcDDwYOCRAOEwsbIwsICgUKFwFaChctHiGAgiQbSU9YcDdzpAICTB1DRjmWdnogGk5BRxQjLyAcHTV80P7r/tD+5tWAJztSS1IvEw5KIz0eJCwIgTksrCsVJFVDUzcnMhMOFiIxBAwGFAogHAMDBCEbBwyELw4PCgwsGBQIBxQCDQQKBAYDAg8ODxEGBAwBLxYtLRxTVAEoOjooAQGbZXA0FBFBTUABAT1JPgEDIi4peM6k/ue/bHPHARygWad8cUtAHQoIJRQoGBxZUZsmHU4bDRhFSHZ+qwAAAAQAAP+ABgAFgAAeADwAWgB4AAABDwIOAScOASMiJjU0NjcmNj8BFwcGFBcWMj8DAxcHJyYiBhQfAwcvAi4BNy4BNTQ2MzIWFzYWARQGIyImJwYmLwE3FxYyNjQvAzcfAh4BBx4BAxQGBxYGDwEnNzY0JiIPAyc/Aj4BFz4BMzIWBC6glx5BrVUQcElVeFlFFi5BDJcLJSUlaCUel6G+DJgMJWhKJR2YoJehlx5ELBtGWnhVTHMMVKsDZ3hVSnIOVrtEC5cMJWhKJR6YoJigmB1ALxVMZQJmTBouQwyXDCVKaCUemKCYoZgdQ7hWC3NOVXgBz6CYHkAuFUZaeVVIcBBWrkEMmAslaCYlJR6YoAISDJgMJUppJR2YoJigmB5DuVcPcElVeWJKFC/7lVV5XkccLEQMmAwlSmglHpigmKCYHkCtVQtzBBdNdAtVt0MMmAwlaEolHpigmKCYHkMtGktmeQAACAAA/wAGAAYAAEUAWABbAF8AZwBqAIkAowAAAQYmLwEmJy4BJwYHBgcOASc2Nz4BNz4BNyYHDgIHBhQHBgcGJyYnJic+ATc2NzYzPgE3PgIXFgcUDgEHBgcXHgEXHgEDFgcGBwYjJicmJzceATY3NjcyBRcnASURBQEXAycDFzcXAQURARcHJwYHBisBIiYnJjU0NjMyHgEXHgEzMjY3PgI3ARElBgQjIic0JxE2NzY3NjcRBTIsATMyFRECjgEXFBQsKwdEBENDURgEHwMGTBWBDhFEAghmCCceAgIBBRoXGBIKBAEGJQs6L2QCCkILCRkEBAIDGRwDGTRADH0FBA3PAwcMJh4eGhcOBAEDIRQwJBMRAr4/i/v4Arb9SgTZZrVk2GYt0/4uAj3++p42KIKSOiFUT/E/CAoIBBwhBEmtR1+QVQ8fJQoBlfz6Dv0uBw0FAQMBBQ9rKgIuAgE9ATsEFAHKAwcICRQdBTUCZ05fDwIEAgRYGLYbHokJASICCwgBAhEBCgUHBwQRBhECBgMQECMCIwQDCgEBDBUCMjkFMlEcBjQCATEB4A8NFw8MAxcPGgMDBAQODAKS4yr9megECOn9Nh8CkR/96B9uQQM7uAF8+hENoEJTGQxOLgcJCAsPEgIlMR0kBxEVBgSA+8n2BvMNAQIENgkBBgUkDgGAxm5rFf5eAAwAAP8ABwAGAAAPACcANwBHAFcAZwB3AIcAlwCnALcAwAAAATIWFREUBisBIiY1ETQ2MwUeARURFAYjISImNRE0NjMhMhYfAR4BFQE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNgE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNgE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhMRIyImPQEhEQEgQl5eQoBCXl5CBeA6RpZq/KBCXjgoAqAoYByYHCj9IBIOgA4SEg6ADhISDoAOEhIOgA4SEg6ADhISDoAOEgEAEg6ADhISDoAOEhIOgA4SEg6ADhISDoAOEhIOgA4SAQASDoAOEhIOgA4SEg6ADhISDoAOEhIOgA4SEg6ADhJgoCg4/YAEgF5C+8BCXl5CBEBCXqMidkX9AGqWXkIGACg4KByYHGAo+4CADhISDoAOEhIBDoAOEhIOgA4SEgEOgA4SEg6ADhIS/g6ADhISDoAOEhIBDoAOEhIOgA4SEgEOgA4SEg6ADhIS/g6ADhISDoAOEhIBDoAOEhIOgA4SEgEOgA4SEg6ADhISAY4BADgooP4AABQAAP8ABYAGAAAPAB8ALwA/AE8AXwBvAH8AjwCfAK8AvwDPAN8A7wD/AQ8BHwEvAT8AAAEyFhURFAYjISImNRE0NjMBFRQWOwEyNj0BNCYrASIGERUUFjsBMjY9ATQmKwEiBhEVFBY7ATI2PQE0JisBIgYRFRQWOwEyNj0BNCYrASIGAzU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYBNTQmIyEiBh0BFBYzITI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNgE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2ETU0JisBIgYdARQWOwEyNhE1NCYrASIGHQEUFjsBMjYRNTQmKwEiBh0BFBY7ATI2BUAaJiYa+wAaJiYaAcASDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SgBIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SAgASDv7ADhISDgFADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SAQASDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEhIOQA4SEg5ADhISDkAOEgYAJhr5gBomJhoGgBom/uBADhISDkAOEhL+8kAOEhIOQA4SEv7yQA4SEg5ADhIS/vJADhISDkAOEhL+skAOEhIOQA4SEgEOQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhIS+w7ADhISDsAOEhICDkAOEhIOQA4SEgEOQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEvwOQA4SEg5ADhISAQ5ADhISDkAOEhIBDkAOEhIOQA4SEgEOQA4SEg5ADhISAQ5ADhISDkAOEhIAAAACAED/EATABWAAHwAnAAAJAREUBiImNREjERQGIiY1EQEmNDc2Mh8BITc2MhcWFCQUBiImNDYyBKT+3EJcQkBCXEL+3BwcHU8c5AFw5BxQHBz+oIO6g4O6A9z+3PzILkJCLgGA/oAuQkIuAzgBJBxQHBwc5OQcHB1P5bqDg7qDAAUAAP+ABoAFgAAPAB0AMwBDAFEAAAEUDgEjIi4BNTQ+ATMyHgEBFAYjIi4BNTQ2MzIeAQUyBBIVFA4CIyImIyIGIyI1ND4CJSIuATU0PgEzMh4BFRQOASUyFhUUDgEjIiY1ND4BAwwmWD1MfDwmWD1Nezz+qlRNTINGVE1Mg0YBinYBErgiP0IrRO8/Qv1Kt3Cn0AFIPVgmPHtNPVgmPHwBZE1URoNMTVRGgwQoPGtOc5xJPGtOc5v901B2b5xKUHdvnS/D/ulzLj0dC1pZklbTrnbTTms8SptzTms8SZxzaHdQSpxvdlBKnW8AAQBA/wACwAYAABUAAAEUBgcTFgYrASImNxMuATU0PgEyHgECwHJfLQIkGsAaJAItX3JVlqqWVQPwkcUl/MsaJiYaAzUlxZGA852d8wAAAAADAAD/AAaABYAAAwAHAB8AAAUBEQUnLQENAREUBgcBBiInAS4BNRE0NjcBNjIXAR4BA4ACgP2AQAK6/Ub9RgX6JB/9QBxCHP1AHyQuJgLAFiwWAsAmLl0BXQJ86XH+/v4C/QAjPBH+gBAQAYARPCMDAChCDgEACAj/AA5CAAAAAAcAAP8ACIAGAAADAAcACwAPABMAFwBCAAAFJREFJy0BBQElEQUnLQEFJyURBSctAQUBERQGBwUGIiclJicGBwUGIiclLgE1ETQ2NyURNDY3JTYyFwUeARURBR4BAoABgP6AQAGU/mz+bAXUAYD+gEABlP5s/mwsAYD+gEABuf5H/kcF+SYh/kAZQBn+QAQDAgX+QBlAGf5AISYrIwGyKyMBwBc2FwHAIysBsiQqYMABOqRwra2t/Y3AATqkcK2trXilAQqkcL29vf09/mAkPhDgDg7gAgICAuAODuAQPiQBoCZAELoBkCZAEMAKCsAQQCb+cLoQQAAABgAA//4IAAUCAAMACQAfACYALgBBAAABIRUhAyIGByEmAzI2NzMCISICNTQAMzIeARUUByEUFiUhMjU0IyE1ITI2NTQjISUhMh4CFRQHHgEVFA4DIyEHOP4BAf/8WnAGAZgSpj92Ed1k/rnW/QEFzorNZQL9bnP7NgEozcf+0gEZTlu+/vz+6wJSV4h1P6xydDFTcoBG/Z0ErXz+0mlaw/23QDf+zQEI19ABE4jeiREeb3kyp7S+SU2Q1xxDflu1UiCmeUt7VDoaAAAABwAA/4AGAAWAAA8AHgAlACwAQQBHAEsAAAEyFhURFAYjISImNRE0NjMTIREhMjY1NCc2NTQuAgMjNTMyFRQDIzUzMhUUBSImNSE2NTQmIyIGFRQWMzI3Iw4BAzIXIz4BAyEVIQTgd6mpd/xAd6mpd9P+jQF+daCPaydKVE2wo3dhub18AgpESAGbAZWBgKSehs0+igtJMXEL/gRGagE//sEFgKl3/EB3qal3A8B3qf6R/O1zcZ4qNHA5TyoR/sK4Wl7+sdlxaCBMRQoUhLGsgoekvyIoAW56OEIBCk0AAAAEAAD/gAcABYAABwAbACcAPwAAABQGIiY0NjIANCYjIgcXHgEHDgEnLgEnHgEzMgE0JiMiBhUUFjMyNjcUACMBDgEjIiYvAREFNjMyFwE2ADMyAAYuj8qPj8r9jZJoGxtoTUEfH5hMFVIUIHZHaAPQs35/s7N/frOW/vW8/ksMwoR5uhnmAYVPXg0WARwCAQu7vAELBB/Kj4/Kj/u+0JIGKh+XTE1AHwghCDxJA99+s7N+f7Kyf73+9v7BgbKYdFwBrZ0wAgGXuwEI/vUAAAAABAAA/4AGAAWAAAgAGwBDAE0AAAA0JiIGFRQWMgAUBiMiJicWFxY2NzYmLwE2MzIBERQGIyEiJj0BFx4BMzI2NyUyNjU0JiMiBgcDJiMiByURNDYzITIWAxQGIiY0NjMyFgTacqBxcaD+EHRSOF4ZNC48eBkYMz1SFhRSA/ypd/xAd6msFJNfaJoKAVmW09OWlNIC4QkTSz7+16l3A8B3qfeOyI2NZGWNAymgcXJPUHH+yKZzOjAUFBgzPTx4GCEFAm38QHepqXeZRVx4jGf805WW09GU/r4BJXcB1Hepqf6gZI2NyI6NAAYAEP9WBu8F/wANAB4ALQA8AEsAXAAAAQMHJS4BJy4BPgI3FhsBJw4DDwEDLgE/ATY3JwEDDgEPAQYHFwMTFxY2NwEGAyUnEz4BFx4FARMWBgcOBQcmAyUnNwMlNy4DLwEFNhYfARYDRA8C/lwkPhALBw8JIgJOLLSTP2EwHwMEvhECBwgjT4wGgLwMMRMSR5QI5tMHquI5/Scv2v7DE+EUUCgYMSMwGDACl9QSCxYNKCQ9IUYLIucBOXyO3P5dlyJSRTwREQGVHzYMCycBb/6QFh0DOSUbOEokXAcMAjr+hVxIkWlUFRUBZRo8ERI/fVb96v6ZHSMDBAcFpAFvAWqtEBYWA7I//oy7DAFkHxwEAhQWLBk2/sX+lSVOIxQiFhYKEgNIAWzD7VP+ixRWWZpdQw0NAQMbDw89AAAEAAD/QAgABYAABwARABkAQwAAADQmIgYUFjITIQMuASMhIgYHADQmIgYUFjITERQGKwEVFAYiJj0BIRUUBiImPQEjIiY1ETQ2OwETPgEzITIWFxMzMhYB4F6EXl6EggP4WQIYCf0ACRgCBQNehF5ehP4SDmBwoHD8AHCgcGAOEoNdHGkXomIDAGKiF2kcXYMBfoReXoReAeABZQgTEwj9GYReXoReAQD+gA4SgFBwcFCAgFBwcFCAEg4BgF2DAaNef39e/l2DAAQAAP8ACAAGAAAzADsARQBNAAABMhYVERQGKwEVFAYiJj0BIRUUBiImPQEjIiY1ETQ2OwETPgE7ATU0NjMhMhYdATMyFhcTADI2NCYiBhQBIQMuASMhIgYHADI2NCYiBhQHIF2DEg5gcKBw/ABwoHBgDhKDXRxpF6JigBIOAcAOEoBiohdp+fqEXl6EXgFkA/hZAhgJ/QAJGAIEIYReXoReAoCDXf6ADhJAUHBwUEBAUHBwUEASDgGAXYMBo15/4A4SEg7gf17+Xf4gXoReXoQBggFlCBMTCPy7XoReXoQAAQAg/wAF4AYAADMAACQUBiMhHgEVFAYjISImNTQ2NyEiJjQ3ASMiJjQ3ASMiJjQ3ATYyFwEWFAYrAQEWFAYrAQEF4CYa/jIBCiQZ/sAZJAoB/jIaJhMBkuUaJhMBksUaJhMBgBM0EwGAEyYaxQGSEyYa5QGSWjQmEY0mGSMjGSaNESY0EwGTJjQTAZMmNBMBgBMT/oATNCb+bRM0Jv5tAAQAAP+ABgAFgAAVACsARABQAAABNCcmIyIHBhUUFjMyNzYzMhcWMzI2NzQnJiEiBwYVFBYzMjc2MyAXFjMyNhM0JyYkIyIHDgEVFBYzMjc2MzIEFxYzMj4BEAIEICQCEBIkIAQEZx7B/oWaKhsWBSCEb+KrEw4THGAj7f7JmZYwIxkHHnqBARfRGA4ZI2wofv6ysMygFx8pHwsdha6fAS1nFRMdK83O/p/+Xv6fzs4BYQGiAWEBRiATcyIJKxQdCBtnCxvsKBWNKg0zGSMIIXwNIwERLxdJSy8HJR4fKgglRD0MKVv+Xv6fzs4BYQGiAWHOzgABAAD/gAQABgAAEwAACQEXIREhBwMHIREBJyERITcTNyEEAP7RGAEX/gUsjh7+0wEvGP7pAfssjh4BLQTR/bof/mEe/u8eAS8CRx4Bnx4BER4AAAARAAAAjAkABHQADgAlAC8AOwA8AEgAVABiAGMAcQB/AI0AkACeAKwAwADUAAAlNwMuASMiBhUDFx4BMzIlNwM0JyYiBwYVBwMUFxUUFxYzMjc2NQEXBwYiLwE3NjI3FwcGIyI1Jzc0MzIBAxcHFCMiLwE3NjMyHwEHBiMiNSc3NDMyHwEHBiMiJjUnNzQ2MzIJARMHFAYjIi8BEzYzMhY3EwcUBiMiLwETNjMyFjcTBwYjIi8BEzQ2MzIWATkBAxMHFAYiJi8BEzQ2MhYXEwcUBiImLwETPgEyFhMHMRQGIiYvAhM1Njc2MzIXFhcBFAYjIS4BNRE0NzYzMgAXNjMyFgMQEBABDQoJDg4OAQ0JFgEqCwwNCBAIDQEKCwYJDgsJCfvsFBQCDgIREQIOWBoaAggJFxcJCAEavBkZCwoCFRUCCgteFxcCDA0VFQ0MYBUVAg4GCRQUCQYOAYH+3xUVCgcQAhISAhAHCl4TEwsIEgIQEAISCAtiEhICFBMCEBANCAkMAYnGDw8PFA4BDg4PFA9jDg4QFhABDAwBEBYP1Q4SGhIBBgYMAgoJCwgHDgIEZqZ1/O4NEhxVYMMBHhE1OXWmpPECCwoODgr99fEKDTTTAkoQCAUFCBAG/b0B6wEKBwsJBw0BbIB+CQl+gAlGz8sJCsrPCf4yAev17QsL7fUMBfz0DQ30/A0f6vYQCQf26gYJ/hYCbf6E9gcLEvYBfBILT/4s9AgLE/QB1BMLIP4G8hUV8gH6CQ0N/REC6v4C7woPDgvvAf4LDg4e/hTsCxAQC+wB7AwQEP4I5w0SEg1ydQJ8Aw8JBwUIEv2UdaUCEg0DgxcKIv75wBamAAAABAAA/wAGAAYAAA0AGwApADkAAAAgJDcVFAYEICQmPQEWACAkNxUUBgQgJCY9ARYAICQ3FRQGBCAkJj0BFgAgBBYdARQGBCAkJj0BNDYCEwHaAZx3zv6e/mD+ns53AZwB2gGcd87+nv5g/p7OdwGcAdoBnHfO/p7+YP6ezncBuQGgAWLOzv6e/mD+ns7OAwBWVKpFdkVFdkWqVPyqVlSqRXZFRXZFqlQBKlZUqkV2RUV2RapUBCpFdkWARXZFRXZFgEV2AAgAAP8ABgAGAAATABoAIwBeAGMAdAB/AIcAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhEQEWFzYzMhcWBxQGBxUGIyImJwYHAiMiLwEmJyY3PgE3NhcWFTY3NjcuATc2OwIyFxYHBgcWHQEGBxYBNjcOAQEGFzY3NDc2NyY1JjUmJxQHAzY3LgEnJicGBwYFJiMWMzI3NAW8HCg4KPrAKDg4KAOAKGAchAF4Cgz+xwwBY/5gKDj9AAL+ITM7OpMeEA4CAQZBMIY/3auZWQ8NGAEFCgQJXlUOCQI0N0QkGA0NCx8VARcMEgkCAgECDDf+GzRVM0kBgQ8NAQYHAQMBAQEMAXyHlQIWBUwzGzgeAncYdEwwDgQEhBxgKPuAKDg4KAZAKDgoHET+iB0MATkM+hIEADgoAaD6AAJRGh4HMRYeAQIBASYoIRg7/voHDAEEChooZy0JDwICVXCIflKbMigPFS8GAgMFHntFpP4bGIYoWAN6KloHJQMoBAQBAQIBFg4BAf1pNhsBEQVDbVZvOAsYHAEBAAAAAAQAAP8ABgAGAAATABoAIwBUAAABHgEVERQGIyEiJjURNDYzITIWFwcRISYnASYBESEiJjURIRETFTMTMxM2NzY1MxceARcTMxMzNSEVMwMGDwEjNC4BNS4BJwMjAw4BDwEjJyYnAzM1BbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AaUakn4AHAwIEAwEFA4CfpEb+1FpjBQICBAECAQYCkHKQAgUBBAQCAgVjWgSEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAA4Br/WsB5RQaEAgYAyIJ/hsClWtr/koUGhUDBwkCBSAJAiH93wkfBhUVGhQBtmsAAAQAAP8ABgAGAAATABoAIwBTAAABHgEVERQGIyEiJjURNDYzITIWFwcRISYnASYBESEiJjURIRElFSE1Izc+AjsBFhceAh8BIxUhNSMDEzM1IRUzBw4BDwEjJicmLwEzNSEVMxMDBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AAS0BGUtnBQoFAQIBBAIFBwNrTAEjRMDDQ/7pSmcEDAMCAgEEBgtqTP7eRL3CBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gDqamqhBxMIBAYEBwkEoWpqAREBGmtrnwcTBAMEBgsMn2tr/vD+5QAAAAAFAAD/AAYABgAAEwAaACMAOABDAAABHgEVERQGIyEiJjURNDYzITIWFwcRISYnASYBESEiJjURIRElFSE1IzUzMjc+ATU0JicmIyEVMxEBIxEzMhcWFRQHBgW8HCg4KPrAKDg4KAOAKGAchAF4Cgz+xwwBY/5gKDj9AAEgAUddiUwqQ09KPzBS/pBcAQV3eDQfOD4fBIQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGg+gDqamqnDxeAUlF4GxNr/dUBGAEMEiFSWR8PAAAAAAUAAP8ABgAGAAATABoAIwAqADIAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhEQERITU3FwEEIiY0NjIWFAW8HCg4KPrAKDg4KAOAKGAchAF4Cgz+xwwBY/5gKDj9AASA/ADAgAGA/lCgcHCgcASEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAAcD+wMDAgAGAgHCgcHCgAAAJAAD/AAYABgAAAwAHAAsADwAjACoANwBKAFIAAAE1IxUFNSMdATUjFQU1IxUBHgEVERQGIyEiJjURNDYzITIWFwcRISYnASYBESEiJjURIxUjNSERARMWFRQGIiY1NDc2EzUzFTMyFgIyNjQmIgYUAoCAAQCAgAEAgAM8HCg4KPrAKDg4KAOAKGAchAF4Cgz+xwwBY/5gKDiAgP4AAo1rCJHekQgVY4BPFiK8aktLaksEgICAgICAgICAgICAAYQcYCj7gCg4OCgGQCg4KBxE/ogdDAE5DPoSBAA4KAGggID6AALR/qMbGVNtbVMZGz8BTYCAGv4aJjQmJjQAAAAABgAA/wAGAAYAABMAGgAjADkATABeAAABHgEVERQGIyEiJjURNDYzITIWFwcRISYnASYBESEiJjURIREBFhURFAcGIyIvASMiJj0BNDY7ATc2ATI3NhAnLgEHDgEXFhAHBhYXFicyNzY0Jy4BDgEXFhQHBhYXFgW8HCg4KPrAKDg4KAOAKGAchAF4Cgz+xwwBY/5gKDj9AAHsFBQIBAwLpoMOEhIOg6YQAbQfE4GBEDYUFQURZGQRBRUSvRsUV1cSNiYCEzQ0EwITFASEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAAy4IFv3gFggCCacSDsAOEqcP/UcYnwGYnxUGERE1FXv+wnsVNRAPlBRd/F0TAiQ1FDmUORQ1EhEAAAAFAAD/AAYABgAAEwAaACMAMwBDAAABHgEVERQGIyEiJjURNDYzITIWFwcRISYnASYBESEiJjURIREBMhYVERQGIyEiJjURNDYzBRYVERQHBiMiJwE1ATYzMgW8HCg4KPrAKDg4KAOAKGAchAF4Cgz+xwwBY/5gKDj9AAKANExMNP6ANExMNANsFBQIBA4J/vcBCQkOBASEHGAo+4AoODgoBkAoOCgcRP6IHQwBOQz6EgQAOCgBoPoAA4BMNP6ANExMNAGANEwCCBb9wBYIAgkBCloBCgkAAAAGAAD/AAYABgAAEwAaACMANwBLAFsAAAEeARURFAYjISImNRE0NjMhMhYXBxEhJicBJgERISImNREhEQE+AR8BHgEPARcWBg8BBiYnAyY3IRYHAw4BLwEuAT8BJyY2PwE2FhcBLgE3Ez4BHwEeAQcDDgEnBbwcKDgo+sAoODgoA4AoYByEAXgKDP7HDAFj/mAoOP0AAWAIGgszCwMItrYIAwszCxoI4g4OBAQODuIIGgszCwMItrYIAwszCxoI/nYNDwKKAhYNPw0PAooCFg0EhBxgKPuAKDg4KAZAKDgoHET+iB0MATkM+hIEADgoAaD6AAOACwMIJggaC/PzCxoIJggDCwEtExMTE/7TCwMIJggaC/PzCxoIJggDC/0GAhYNAz8NDwIKAhYN/MENDwIAAQAn/5cF2QYAADYAAAEVBiMGAgYHBicuBAoBJyEWGgEWFzY3JgI1NDYzMhYVFAcOASIuASc2NTQmIyIGFRQWMzIF2WVhQcmiL1BSHEFpZHNgVxsBGxpYeXpPqXaOotC0sr46BxlDO0ESHzoyNUDSoj4CxcYXiP7yoRotMBE1co/hAQcBbs/a/pf+78Zgqe1IASi5wPXTwJ9/AQQMJyBnUVdaY1u61wAACAAA/wAHAAYAAAMABgAKAA4AEgAVABkALQAAEwERJQU3JwkBJQUnLQEFJyURCQEXEQUlAREFERQHAQYiJwEmNRE0NwE2MhcBFtgCW/6y/rXBwQMzAlv+8/6yTQEQ/vD+8IsBTv2lBM3B/rUBDf2lAzMi/M0VLBX8zSIiAzMVLBUDMyIBb/5uAWffJIGB/NwBkrTfhra2tl3fAWf+bv7vgQECJLQBkv6ZK/3eKRf93g0NAiIXKQIiKRcCIg0N/d4XAAAAAAIAAAAACAAFeAAjAFcAAAEeARUUBiMiJiMhKwIuATU0NjcmNTQ2MzIXNiQzMgQSFRQGARQWMzI3LgEnBiMiJjU0NjMyHgUzMjY1NCYjIgcXNjMyFhUUBiMiLgUjIgYHCG+J7KcEDwP7RwECBarsblwMpHVfTUsBJ7OmARijAfrMqHyJZxA/DENNN01NNSxRQUFJUXFBeaeoe49iXUJMNFBKOStPQUJJUm8/eqoC/C7HeqTpAQrnpW66Nicrc6I6mryh/uyjBhj+8HqOYxRJDkFDNjVEKkRSUkQqj3d5jmFsQEIzOUUqRFJSRCqNAAAAAAYAAP8ABwAGAAAPABcAHwAnAC8ANwAAACAEFhIQAgYEICQmAhASNiQgBxc2Mhc3ATcmNDcnBhAAIDcnBiInBxIgNhAmIAYQBRc2ECcHFhQCygFsAUzwjo7w/rT+lP608I6O8ALA/oSrwlKqUsL78cIcHMJaAkIBfKvCUqpSwsoBPuHh/sLhA2TCWlrCHAYAjvD+tP6U/rTwjo7wAUwBbAFM8A5awhwcwvvxwlKqUsKr/oT9vlrCHBzCASbhAT7h4f7CCMKrAXyrwlKqAAEAIP8gBuAF1wAhAAABFAIGBCAkJgI1NBIkNxUGABUUHgIgPgI1NAAnNRYEEgbgief+wP6g/sDnicIBUM7d/t1mq+0BBO2rZv7d3c4BUMICgLD+wOeJiecBQLDVAXPwH+Qt/qDmgu2rZmar7YLmAWAt5B/w/o0AAAEAE/8ABu4GAABjAAATNhI3MjEUBw4EHgEXHgE+AT8BPgEuAS8BLgMvATceAR8BNiYvATcXDgEPAT4BPwEXDgEPAQ4BFhceAT4BPwE+Ai4ELwEmMxYxHggXEgIEIyIkJgITCNjFBQEIKEA4IQVJSDJoTT4QECccDxsNDgopLSoODWgnThQTAScVFKGgIScDBBZPHBxnLFITEx8iFC8hWVFHFhU8SRgEICoxKQ4NDgcKKC1PMUQrMBwTAQPe/m7/uf6064UCltkBeoEBAggzZneYlaZHMicQHxEQM4NyZB4dGTEhGgYGcxFGGhswbyAft7UucSIhJUcREXMOSB0dOJu5QC0fFCEREDV8d3xwZ1M9ERENAx0iQjJQSmZogkf+/f5k5pT4AVIACQAA/wAHAAYAAAwAGwAoAFAAXQBsAHkAiQCZAAAFFSYkJzcWFzcWFwcWAQcWFwcmEDcXBgcXBhUUARcGBAc1NjcnNjcXNgMHFhQHFwYHJwYHFwYiJzcmJwcmJzcmNDcnNjcXNjcnNjIXBxYXNxYBFQYHFwYHJwYHJzYkABAHJzY3JzY1NCc3Jic3JwcmJwcmJzcmJzUWBAAQAiYkIAQGAhASFgQgJDYSEAIGBCAkJgIQEjYkIAQWA2rQ/p5qOh0sQZTcEUH94lMWGzliYjkeE1IjBQg6av6e0DhBEdyUQSx66Q4O6B9DuTlaMDRcNDBaOblDH+gODukhQrk7WDAsbCwwWDu5Qv4qQTgR3JRBJiM5agFgBBBiORsWUyQjUhMeORY5IyZBlNwROEHRAWABDYfk/sT+pv7E5IeH5AE8AVoBPOSzjvD+tP6U/rTwjo7wAUwBbAFM8GZCBs+sIjEyOagsVgwCERw8NCG0AZq0ITg4HGRwbf7oIqzPBkIBDFYsqDkyAltQKlYqUFxNokMS8QoK8RJDok1cUCpWKlBdTKJEEvAKCvASRKJMAiZCAgtWKqk4KjghrM/9q/5mtCE0PBxnbXBkHDg4ISYhOCo4qSpWCwJCBs/9AAFaATzkh4fk/sT+pv7E5IeH5AKf/pT+tPCOjvABTAFsAUzwjo7wAAAHAAD/gAYABYAABwAQADkARQBpAHMAgwAAJRQjIjU0MzIDFCMiNTQzMhY3NQYjJiMiBhUUFhcVBhUUFxUGFRQeAjMyNTQmJy4BNTQ3PgE1NCc2EzMmNRE0NyMWFREUBTUGIyI9ATMyFjM1IzQ3IxYdASMVNjMyFjMVIxUUHgMzMgE0JiIGFRQWMjYlERQGIyEiJjURNDYzITIWAkZda2JmJEpNTSQmpk45MjxWdjssJilxKERMK+BgThsxMU1aCiVHiQICiQMB+h4mNTQJIwlpA4wEPCQBAxAEAgUSHzgmQP7IMEgxMkYxAmSpd/xAd6mpdwPAd6nkQj9AAZVVVFozJX0dHXJWMmgPAxFENRgDJWYtQyMQvENADgUfGCwID25PGBwJ/mEbNwGDLhcXMP54Mgl5FVLhAnVSFBgfL3UDAQLZJTY7JhgC2iQ3NiUkNTZT/EB3qal3A8B3qakAAAAABgBE/wAGvAYAAAcAEAA8AEgAbAB3AAAlNCMiFRQzMgM0JiMiFRQzMgEVBgcWFRQGBw4BFRQeBRUQISIuAjU0NzUmNTQ3NS4BNTQ2MzIXMgEjNjURNCczBhURFCUVBiMiLgM1ETM1IiYjIgc1MzU0JzMGFTMVIiYrAREUMzIAFAYjIiY1NDYzMgJTpZ6slzs8O3x8dwENJCsQknwoJy1HVlZHLf6VRXpuQbZDP0hfvoxgUmIBtt4EBN4EAl1HZz5aMh0IAgcYBhUmYAbjBqsPOQ5VVz398E45OlBPOzoWZGhlA1w9UpGHAc3KDAorKX+zFwgmJx8pFxUeLVM5/tAZOWtKpTwEKVVtHAQYqVGLuS/8vi1ZAmFeIiFb/ZtZscQnKDxgWDsBXwQCBr5MNiMpfL4E/pODBA50V1c6O1gAAAACAAD/gAYABYAACwAbAAAJASMDBgcnAyMBETMBERQGIyEiJjURNDYzITIWAykBCnCdGBQqm3gBB2UC16l3/EB3qal3A8B3qQIUAfP+yDAsXAE4/hP+vAOK/EB3qal3A8B3qakAAgA5/wAExwYAAB0ASQAAABQGIyInBgcCExYGByMiJicmPgM3NjcmNTQ2MgQQAgQjIicuATc+ARcWMzI+AjQuAiIOAhUUFxYOASYnJjU0PgIzMgQDSnJPPDM+NfctARsVBRQeAg4VJkZEKD1HEHGgAe6c/vOeQEMVFwUFJBUzOWGygExMgLLCsoBMNAoNJikKQF2c2HaeAQ0EFKBxI0NP/o3+GBYhAhsUfvO/tYI8WksjKlBxLv7E/vScDgUlFRQXBA1MgLLCsoBMTICyYXJoFCgUDhN7jnfYnFycAAEAEv8ABu4GAABpAAABJjU0NjcmNjc0Ejc2MzIXHgYfARYVFAYVFB4BFR4BFRQGIyIuBCcmIwcGBx4CFw4BBwYjIi4BJyYnLgEnDgEjIi4DNTQ2Nz4BNzI3NjUnLgEvASIHDgEHIyImJyY1EAEOCBYNAREOuX2LuYWFMVI8MiIfFAwBNxIDBE1XJyQJFREVCxABAQIFO0kUUzcIAgQFQO41c1FADwgOQAgprVIjRHZUQRQfCzsUBAoCAjB4DQUECBJJKQEEBAMXAtoTIRQ6EBY+DIsBKzxCNxU2Ok5GY1A6BVNDDjQMAQUFAXLJbCtyDxQgFR8CAQSaRRQlLioEGAZhEhYTBQIEAQEtKAMPGjYlKCcdAhYBAgICAwu9PgMUKUMECQE2LgETAAAAAAYAAP8+CAAFwgAKABYAIQAtAEkAWwAAADQmIyIGFRQWMzIBNCYjIgYVFBYzMjYCNCYjIgYVFBYzMgE0JiMiBhUUFjMyNgEmIyIEAhUUFwYjIi4DJwc3JBE0EiQzMgQWARQGBxcnBiMiJCYQNiQzMgQWAkQyKStCQispAxkzKBstLRsoM+wxKStCQispAqw0JxstLRsnNP72Hyep/uSjFyMhGjA+G1IJ/Uj+3sMBTcWwATnTAm+JdTfHlkSp/uSjowEcqaEBHKsEClIyMygnM/5fHCwtGxwtLAHvUjIzKCcz/l8cLC0bHC0sAaoEmv75nE5KAwMKBBECf9rLAR+pARyjhOn9P3XVV7VtJY3yAR7yjY3zAAEAAP8ABv8GAAAeAAABFgcBBgcGIyInJQMGIyInLgE1EQkBJSYnJjcBNjMyBuQhBv8ABRsOEQsN/jvyEh8NCRMXA2D70/51JQMCIgaADxEUBfUYKPoAHRAIBbn+2RcEByEUAV0EI/xjog4pKBMDwAkAAAAAAgAA/wAG/wX3ABoAIAAAARYHAQYHBiMiJyUBBiMiJy4BNRElJicmNwE2ARMBBQkBBuQhBv8ABRsOEQsN/fH+1hIdDgkTFv4oJQMDIwaAI/7L3fpmAVADX/4iBfUYKPoAHRAIBdf+uRUEByEUAcTBDiknFAPAFfoOBSv8xYkCf/zjAAAAAgAA/4AGAAWAADQASQAAABACBgQjIiQnJjY/ATYzFhceATMyPgI0LgIjIgYHFxYHBiMhIiY1ETQ3Nh8BNiQzMgQWBREUBiMhIiY9ATQ2OwERNDY7ATIWBgB6zv7knKz+ym0HAQiJCg8QB0nUd2i9ilFRir1oYrRGiR8RESr+QBomKCcegmsBE5OcARzO/foSDv7ADhISDuASDkAOEgMc/sj+5M56kYQKGQiKCQIKX2hRir3QvYpRR0KKHicoJhoBwCoRER+BZW96zpj+QA4SEg5ADhIBYA4SEgAAAAIAAP+ABgAFgAAPABsAAAAgDgIQHgIgPgIQLgEAEAIEICQCEBIkIAQDgv787atmZqvtAQTtq2ZmqwGRzv6f/l7+n87OAWEBogFhBQBmq+3+/O2rZmar7QEE7av+t/5e/p/OzgFhAaIBYc7OAAEAPv+ABsIFgACFAAAFIiYjIgYjIiY1ND4CNzY1AzQnJiMhIgcGFQMUFx4DFRQGIyImIyIGIyImNTQ+Ajc2NScRNDYuBCcuASImNTQ2MzIWMzI2MzIWFRQOAgcGFRMUFxYzITI3NjUTNCcuAjU0NjMyFjMyNjMyFhUUDgIHBhUTFBceAxUUBgaSLLEtLLAsGBoiLDoQIQEBDSX9XSYNAQElEEAyKBkYL7kuK6oqFxkfKTYPIQEBAQIFCA4JDzwuJBgYLrkuKqkqGRkiKzgPIwEBDRoCuxkNAQEjElEzGRkssCwrrCsZGSMtOg8jASIQPC8kGIAHBykZHx4ECgoVdwGHFQoEBAoV/o2OFgoGAR0fGiwHByoYHh4FCgoXeDkDLQMuGzIiJxgGCgQcHxosBwcsGh4bAgYKFYv+wBULAwMLFQFAixULAxcmGiwHBywaHhwBBQoXivxRdxUKBwIdHhosAAAAAQAY/4AE/gWAACwAAAEVFAYjIgcGBwYVERQGKwEiJjURIxEUBisBIiY1ESYnJicmNTQ3Njc2KQEyFgT+JRgyBBoGAyQZbBkkjyMabBojk2J+QkBYWHlvATIB3xkkBUNJHUABBhkLNfuAGSQkGQTC+z4ZJCQZAfAMLzp5dY6meHYpJSQACQAA/4AGAAUAAAMAEwAXABsAHwAvAD8AQwBHAAAlFSE1JTIWFREUBiMhIiY1ETQ2MwEVITUTFSM1ARUhNQMyFhURFAYjISImNRE0NjMBMhYVERQGIyEiJjURNDYzBRUjNRMVITUBYP6gAsAaJiYa/wAaJiYaAaD8oODgBgD9IOAaJiYa/wAaJiYaA4AaJiYa/wAaJiYaAkDg4PyggICAgCYa/wAaJiYaAQAaJgGAgIACAICA/ACAgASAJhr/ABomJhoBABom/gAmGv8AGiYmGgEAGiaAgIACAICAAAEAAP+ABgAFgAAlAAABMhYQBiAmNTQ3JQYjIiYQNjMyFyUmNTQ2IBYQBiMiJwUWFAcFNgTAhbu7/va7Av6YXH6Fu7uFflwBaAK7AQq7u4V+XP6YAgIBaFwCALv+9ru7hQwWtFa7AQq7VrQWDIW7u/72u1a0FhgWtFYAAAACAAD/gAYABYAAJQA1AAAkNCYjIgcnNjQnNxYzMjY0JiIGFRQXByYjIgYUFjMyNxcGFRQWMgERFAYjISImNRE0NjMhMhYFAH1YVD3xAgLxPVRYfX2wfgLxPlNYfX1YUz7xAn6wAX2pd/xAd6mpdwPAd6n9sH46eBAOEHg6frB9fVgHEHg5fbB9OXgQB1h9A+D8QHepqXcDwHepqQAHAAD/AAcABgAAEQAvAD4ATABYAGQAcwAAAC4BBw4BBwYWFxYzMjc+ATc2ARcHFxYUDwEWFRQCBgQgJCYCEBI2JDMyFzc2Mh8BEwYjIi8BJjQ3NjIfARYUFwYiLwEmNDc2Mh8BFhQ2FAYrASImNDY7ATInFRQGIiY9ATQ2MhYXBwYjIicmND8BNjIXFhQCRRQwGWymLAoUGQ0LKhIigVQZA7gu9EQTE0BZb73++/7i/vu9b2+9AQWPtqFAEzUTRPsKDA0KWwkJChoKWgrcCxgLWgoKCRsJWwkgEg5gDhISDmAOrhIcEhIcEpdbCgwNCgoKWgoaCgkDmjIUCiymbBkwCgUoVIEiCwGtLvNEEzUTQKG2j/77vW9vvQEFAR4BBb1vWUATE0QBLAoKWgoaCgkJWwkb7wkJWwkbCQoKWgoauxwSEhwSoGAOEhIOYA4SEkVaCgoJGwlbCQkKGgADAAD/AAcABgAABAAUADUAAAElBQMhAiAEFhIQAgYEICQmAhASNgE2PQEHJxMXJicXBSU3Bgc3EwcnFRQXNwUTBxYyNycTJQJhAR8BH23+nQUBbAFM8I6O8P60/pT+tPCOjvAEbZVm8D+Glu81/uH+4TXvloc+8GaVHgFGi3R19nV0iwFGAtDQ0P6wBICO8P60/pT+tPCOjvABTAFsAUzw+0jL+wNZ4AFDDM5MfJ+ffEzODP694FkD+8uEKP7WRScnRQEqKAAAAAwAAAAABwAFgAAPAB8ALwA/AEkAWQBpAHkAiQCiALIAvAAAJRUUBisBIiY9ATQ2OwEyFgMVFAYrASImPQE0NjsBMhYBFRQGKwEiJj0BNDY7ATIWAxUUBisBIiY9ATQ2OwEyFiUiJj0BIRUUBiMBFRQGKwEiJj0BNDY7ATIWAxUUBisBIiY9ATQ2OwEyFgEVFAYrASImPQE0NjsBMhYDFRQGKwEiJj0BNDY7ATIWARUhNTQFBB0BITU0PgQkIAQeBBEVFAYrASImPQE0NjsBMhYRFRQGIyEiJj0BAcASDsAOEhIOwA4SwBIOwA4SEg7ADhICQBIOwA4SEg7ADhLAEg7ADhISDsAOEv3CHCYCAiYbAv8SDsAOEhIOwA4SwBIOwA4SEg7ADhICQBIOwA4SEg7ADhLAEg7ADhISDsAOEgGA/f7+gv6C/f4RM1CNswENAT4BDLSNUDMREg7ADhISDsAOEiYb/oAbJuDADhISDsAOEhIBcsAOEhIOwA4SEv5ywA4SEg7ADhISAXLADhISDsAOEhKSJhuBgRsm/eDADhISDsAOEhIBcsAOEhIOwA4SEv5ywA4SEg7ADhISAXLADhISDsAOEhIBig0KaAIBZQoNETRMS006JSU6TUtMNP5XwA4SEg7ADhISAVSBGyYmG4EAAAAABQAA/wAHAAYAABAAFAAlAC8AOQAAAREUBiMRFAYjISImNRETNjMhESERAREUBiMhIiY1ESImNREhMhcBFSE1NDYzITIWBRUhNTQ2MyEyFgLAJhomGv4AGib5BxgC6P8ABAAmGv4AGiYaJgGoGAf82f6gEg4BIA4SAqD+oBIOASAOEgTA/QAaJv3AGiYmGgIAA2kX/UACwPyA/gAaJiYaAkAmGgMAFwE34OAOEhIO4OAOEhIAAQAA/wAHAAYAAB0AAAEWFAcBFwcGBCcBIzUBJhI/ARcBNjIWFAcBFwE2MgbbJSX+b5ago/47uf6WtQFqfC+joJYBkCZqSiX+cOoBkSZqBDsmaSb+cJagoy98/pa1AWq5AcWjoJYBkSVKayX+b+oBkCUAAAAEABn/DAbnBgAACQAVADoAZwAAARQGIiY1NDYyFgUUBiMiJjU0NjMyFhMRNCYjISIGFREeBTI2MzYXFhcWFzYXMh4CPgU3BgcSBwYHBicmNwM1LgEnAxYHBicmJyYTJicmNhceARcRNDYzITIWFRE3NhYDaX+yf3+yfwH2flpZf39ZWn7hQE/7qFM7K1tHWzNZHFUCRBsGBBojB28FPxdEJkczST1Kxnn7VGtCdWhOVgQBCCEHAQRXT2h1QWlT+3kZKicEDwNeQwTpQ14VJyoDHFN3d1NUdnZUU3d3U1R2dv74AptXSURc/V8XIhYPBwEEARwGAxkaWwQDAQEDBgsQFx8YlWf+47RxIyAvM3EBRgECCAH+rnIyLyAkcrQBG2eVJTQbAgoDArZIZmZI/UoPGzQAAAQAZP+ABpwGAAADAAcADwAZAAABESMRIREjERM3ESERIRU3AREBIQcjNSEREwOAkQIfkZH9+1YBRtkDHP5O/rrZ2f5ybQRO/k4Bsv5OAbL9CP4DG/vn2dkEqvwL/k7Z2QSGASEAAAAABQBZ/wEFqgX9ABYAKwA/AE4AZQAAJRUCBwYHBiYnJicmNz4BNzI3PgEXHgEnBg8BBCMmJyYnJj4BFzIXFh8BHgEBDgEHBicmAycmNjc2FxYXHgEXFgEWBwYnASY3NiQXFhcWEgUWBwYFBgc3BiYnJjc2Nz4BNzYXHgEXAwUBBQwnNv8jDQQBBQQ8lwE7DzEZGBuWAzF4/u0RIxMMBQgSKiMNvUcsVBcZAzkHqTMlGg6qLw4FESMwAXbLTggc/VoFOzo4/oYIGykBTTooCQMmApsDHQ/+xkMYARcuDh4eAUp9MgkcJTCWBtl//twNIAgJXioPFQwOCkqzRhMLCQom5DcPJ1gCIhkyTLVEAk0dEiIJK/68NtYUDhUKARVNFTIVKxEBJ0IbBxYCUWYUEVgCViMbK10PCiMS/cHIJxQKTA8IAgYUFi8oAWWrQgYTERfdOQAAAAoAAAAACAAFgAADAAcACwAPABMAFwAbACMALAA4AAABIREhExUhNQERIREBFSE1ARUhNQEVITUBFSE1AREjERQWMjYlESERFAchMjYTERQGIyEiJjURITUEAP6AAYCA/YACgP2ABQD+AAIA/gACAP4AAgD+APwAgCY0JgaA+gALBcsaJoBwUPmAUHABAAQA/oD/AICAAwD9gAKA/QCAgAEAgIABAICAAQCAgPxAA8D8QBomJhoEQPvAIR8mBNr7QFBwcFAEQIAABAAqAA0H1gWAAAkAHwA5AFEAACQiJjU0NjIWFRQ3Ii4BIg4BIyImNTQ3PgEyFhcWFRQGASInLgEjIg4DIyImNTQ3NiQgBBcWFRQGEyInJiQgBAcGIyImNTQ3NiQgBBcWFRQGBBQokn1SfWgCTH+Cf0sDEpcKTuzm7E4KlwD/CwyI6JhVq39kOgIRlgqEAXgBgAF4hAqW/gsLs/5//jj+f7MLCxGXCrsCBAIaAgS7CpcNkxQgLCwgFHwyMjIylhINCk1YWE0KDRKWARAIaWMsPj4slhIMCoSSkoQKDBKWAQ8JnZ+fnQmWEg0KuszMugoNEpYAAA0AAP8ABoAGAAAHAA8AFwAfACcALwA3AD8ASwBTAGMAawB7AAAENCYiBhQWMiQ0JiIGFBYyADQmIgYUFjIANCYiBhQWMgA0JiIGFBYyADQmIgYUFjIANCYiBhQWMgA0JiIGFBYyARE0JiIGFREUFjI2ADQmIgYUFjIBETQmIyEiBhURFBYzITI2EDQmIgYUFjITERQGIyEiJjURNDYzITIWAYBLaktLagHLS2pLS2r+y0tqS0tqA0tLaktLav7LS2pLS2r+y0tqS0tqA0tLaktLav7LS2pLS2oDS0xoTExoTP6AS2pLS2oByyYa+wAaJiYaBQAaJktqS0tqy0w0+oA0TEw0BYA0TDVqS0tqS0tqS0tqSwHLaktLakv+y2pLS2pLActqS0tqSwHLaktLakv+y2pLS2pLActqS0tqS/2AAYA0TEw0/oA0TEwC/2pLS2pLAcABABomJhr/ABomJv6laktLaksDAPoANExMNAYANExMAAIACf8ABe8GAAAnAEUAAAEWBwIhIyIGDwEDBw4BKwEiJjc+Azc2OwEWNzY3Njc2Nz4BFhcWJxQHBgcGBxQjJyIHBgMGIyEiJjcTPgEzITIWFx4BBe8SFlf+IiwZJgUENwIFJxn7FRgDCSMSJAkFJoOFZ69wZjUYCwEDBARPmS5Q3nGLWlpkEgJTAQv+2RYdA+gFLR0CViJ/MGtxA3pUeP5EIRoT/qYPGiEeFTjgcN84JQIXJ2lfl0Y/BgMBAzuza4HpUigCAQFgCP32CiEWBb8dJhoTKaQAAAQAJ/8ABwAGAAAKABIAGQAoAAABMhcAEyECAyY2MwEGBwIDNjcSExIAEyECCQEQAwIBAgMmNjMhMhYXEgG5IRMBCmD+Qn/wDBIUA6QxTE+xKATT4esBKyP+PSn+AARoZUP+3BlRBBMQAWcVIwVzA2Aa/pT+ZgG5ATQQI/6bx8IBNgEc3eT+rAGP/rz9E/5xApkDJ/3A/lj+fAIwAgsBLQEbEBkaFP5nAAcAAP+ACQAFgAAIAA8AGAAcAD4ASQBZAAABIzY/AT4BNxcFAyYjIQcEJQMnLgEnEzMBAzMTIwUmIyIGBwYXHgEVFAYjIi8BBxYzFjY3NCcuATU0NjM2HwElIyIHAzM3MxYXMxMRFAYjISImNRE0NjMhMhYHt4oONAMEDAMM+oI6C0D+9AIBNwEPohEadkiHrwEFJaZopgKYRVB7nAEBkjAmPCdWRhYXSm+CnQKMMSwxLkY2DwHAgEEW9q4j1AUPmoBMNPgANExMNAgANEwCIiWOCQogCjd4ASc2DU9c/kpZRncd/gICgf1+AoIQG3ZeZkgXJBUeICELkCIBeGRqRBkiFRYhARkImzb9tGAWSgPC+wA0TEw0BQA0TEwAGAAA/4AJAAWAABEAGQArADMAQABHAFgAYwBnAHEAegCcALgAxwDlAPkBCwEZAS0BPAFKAVgBewGLAAABJiMiDgIVFB4CMzI3JgISNwYCEhc2EgInFhICBxYzMj4CNTQuAiMiATM1IxUzFTsCNSMHJyMVMzUXMzcDFSsBNTsBFTMnMjM3NjQvASIrARUzNTMkNDYzMhYVFAYjIiQyFyMENDYyFhUUBiMiNjQ2MhYVFAYiFyInIiY1JjU0NzQ3NjEyNTYzMhcWMRcVFhUHHAEjBwYjBiUzNTQmJyIHJiMiBzUjFTM1NDMyHQEzNTQzMhUXMz0BIxUmIyIGFBYzMj8BNC8BJjU0MzIXNyYjIgYVFB8BFhUUIyInBxYzMjYXJwYjIj0BMzUjNSMVIxUzFRQzMjciBhUUFjMyNycGIyInMzU0JjMiBzUjFTM1NDMyFzcmFhQWMzI3JwYnIiY0NjMyFzcmIyIXMz0BIxUmIyIGFBYzMj8BIgc1IxUzNTQzMhc3JhczPQEjFSYiBhQWMzI/AQciIwYHBhUGFRQXFBceATMyNzQ/ATY3NjU0JyYnNC8BIiYBERQGIyEiJjURNDYzITIWBF+AmWe9iFFRiLxomYCDXl+jflxbf39bXF2CX16DgJlovIhRUYi9Z5kCZQcRBwMdBAUGBgUDBgQFCAIDAwIDBAEBAQEBAQIBBgMB+xYWExIWFhITAaU8BUYBhxYkFxYTEvoXJBcXJIcCAgEEAQECAQICAgMBBAIBAQEBAgIB+rweHRkgDw4fGA8eHiEeHSEeph0dERodJiYdHA+yLw4XGRcUDBYhGh4vDRgfGRQNGSEdIYIIDQ0TMDAeHBwvFWUdJiceIRYOEhUiB2UkgxcMHh4dCggJCRInIR0TDhIREhcXEhMQDhQcIc4eHg8bHScnHRwOhRcMHR0dCggJCH8dHQ84JyccHQ5OAgIBAgIDAQEDAgQDBAICAgECAQEBAgICAQQBZ0w0+AA0TEw0CAA0TASrVVGIvGdovIhRVWsBPQE8U2P+0/7UY2MBLAEte2v+w/7DalVRiLxoZ7yIUfzZAwMRFA0NFA8NDf45AgMKBQEBBAEBDQUsJhgZEhMYVyAfJhgZEhMYGSQZGRITGB0BBAECAgMBAgIBAQEBAgQBAgEBAgICAgEEVRgdARgYFBCHSyQkS0skJEtEQxAUKD4oFBgiBgIECg8LGA4YFCEGAgQKEQ4XERgOGQcWPRspKRs9Mo4oHyAnExYPIQwgJxQQh0wjBBwEKD4oEBgNARgmGAwYEItEQxAUKD4oFHoUEIdMIwQcBItEekcUKTwpFAMBAQIBAwIEAwICAgICAQEBAQEDAgMEAgEDAQEBAQTl+wA0TEw0BQA0TEwAAAwAAP+ACQAFgAAKABEAGwAfAEIAVwBiAGoAcQB9AIoAmgAAARQHBisBNTMyFxYlFCsBNTMyBTQmKwERMzI3NhczESMFNCYnLgE1NDYzMhc3JiMiBhUUFhcWFxYVFAYjIicHFjMyNgU1BiMiJjU0NjMyFzUmIyIGFBYzMgERDgEMAgUhMjYANCYiBhQWMiUTIwcnIxM3MzUjNTM1IzUzNSMBMyc2NTQmKwERMzUzAREUBiMhIiY1ETQ2MyEyFgE5JB08ERE9HCQG8EATFD/5U2RPX19KLTweQUEBQCk3HRUbFR0YIik5LDwkLiUIExwWMBcqLEczQAEWJSkxPz8uKyYoKEpnZkoqBPdBn/7E/qn+FP7+BiEaJvytapZqapYBApBHWllHjtC4d3Nzd7gBh1BpTD44YUEJASFNN/gIN01NNwf4N00C9zMhGtwbHw00ZXJKXf6zJjNZAU3oKCwUChIOEBUbLCU3KCMpEA0GDBYUGywoQD0pTSVBMjBDJk0UZZJl/bcCDyhYkoGMMCYCxJZqapZqCAFW4OD+qgk4WjhKOf6zjBBOLzT+s4UCJPsMOE5OOAT0OE5OAAAAABIAAP+ACQAFgAACAAsADgAVABwAIwAmADoATwBbAM4A4gD5AQUBCQEkAT8BYgAAEzMnATcnIxUzFSMVJRc1FzQrARUzMiU0KwEVMzIBNCsBFTMyBTMnJREjNQcjJxUjJyMHIxMzExEzFzcBFA4EIiYjFSMnByERIRc3MzIlFSMRMxUjFTMVIxUBFRQGIyEiJjURMzczFzM1FzM3FSE1NzIdASE1HgI2MzczFzM1FzMRIxUnIxUnIyIHNSMVJiMhBycjFScjBxE0NjMhMhYVESMiBzUjIgc1IRUmKwEVJisBBychESE3FzM1MzI3FTM1MzIWHQEhMjcVMzIlFAYHHgEdASM1NCYrARUjETMyFgEUBgceAR0BIzQ2LgMrARUjERcyFgEVIxEzFSMVMxUjFQERIxEBFCsBNTMyNTQmIi4BNTQ2OwEVIyIVFBY2HgE3FQYrATUzMjU0JgYuAjU0NjsBFSMiFRQeAQMRIycVIycjByMiNTQ7ARUiJg4EFRQWOwE3MxMRMxc1d1ktAkFKRqOOjgE9Y70oVFMpASEqUlEr/uoqUlErActZLPwWQl45XoQZhxlGdGBualVNApgLERwYJxgpCX5QU/8AAQRQUs9t/t3Z2ZiUlAXUTTf4CDdNbxk3GdoTcRQCHQoKARcXQClVCRk4GeMitrQZuRf5RSisGDH9jCsrxhapTk03B/g3TXgzHrE3F/7EHzjRF0TqNjL+owFXNzTTFTsfrggIBAIROR+oPP0tGBYZEkEYIkVBmjA6/usZFRoRQQEBBQwXEkZAmTE6AhHY2JeUlP7tQgL3Zn5+IiIxMiI0KIJ3JCMxMSPvGEB9fSEZJSslGTUogXYkOk+UXHqEGoYZS4GFPwcqDx8MEQYbJB1cYW1jcgNWbP2GT08xNzZObtk8IUUoHT0B8h08Jmwv/vHU1NTUPDwBD/7/AQG4uP3UFB4UDQcCAVtaWgEPWVn8OAEPOTE3Nv3R5TdPTzcCpj09Li4vL2MBDlYXDAwBAj09OjoBeiwsLCwWFhYWYWEsLLMBhzdPTzf9WhYWFhYWFhYWOjr+hjs7WQ1mYwQIVxgY+xcoCQkiHTYtIRVjAQ8eAagYKAkJIR41CSMPFgoHYgEPAR39dDgBDzgxNzYCqf7xAQ/9dFY6GRAKByYkJyo5GRAJAQYlDmUjOhkNDAEFCyUeJyo5GRQEBgJC/vLLyzw8hYo7AgEDChEdEyYo1f8AAQC8vAAAAAALAAD/gAkABYAACwAXACMAOgBTAG4AhQCfAK4AuQDJAAABFAYjIiY1NDYzMhYlFAYjBzc2OwEyHgEFFAYjIiY1NDYzMhYlNCYrASIHAwYWOwEyPwE+AjIWMzI2BRM2JisBIgcmIyIGFRQWMzI2NwYVFDsBMgA0JisBIg8BJyYrASIGFRQeARcGFRQ7ATI3ASU0JisBIgcDBhY7ATI/AT4CMhYzMjYFEzYmKwEiByYjIgYVFBYzMjY3FAYVFDsBMhM1NCsBIgcDBxQWOwEyNwEOASMHNzY7ATIWAREUBiMhIiY1ETQ2MyEyFgLpMyUdIzIlHCUDESwsIBECCxIWGhgBXzMkHSQyJRwl+qhNPqATAkEBCAZMFAISAQwSEBYDVmIBNSkBCAZMDgMbREhlRTocPBIEDUUTAcIIBU0LB2osBRFLBQgnLQFSDU0LBwD/AX5NPp8UAkEBCAZSDAQSAQwSEBYDVmIBNSkBCAZMDgMaRUhlRTodPBEEDUUT3Q1KCwJBAQgGQhMC+UkFKichEQILEygkB3JMNPgANExMNAgANEwCdiUxIBwlMyF4Kh4BawsEFakkMiAcJTMhjjs1E/5oBgoTbggKAwJh4gEFBgohKGxJO0YYFAwJEAEVCgkKnJYQCQUCcoQEcAgNCgFwODs1E/5oBgoNdAgKAwJh4gEFBgohKGxJO0YYFAEQBBABrAEOC/5gAgUJEwETIxYBawsXAd/7ADRMTDQFADRMTAAAAAoAAP+ACQAFgAAKAA8AMgBIAFcAWwBsAHQAiwCbAAABFAcGIyInNTYzMgUjNjMyBTQmJy4BNTQzMhc3JiMiBwYVFBYXHgEVFCMiJicHFjMyNzYBNyM1DwMzFRQXFjMyNzUGIyI9AQU1JiMiBgcnIxEzETYzMhMzESMFNCcmIyIHJyMRNzUWMzI3NgA0JiIGFBYyATQnJiMiBhUUFxYzMjcnBiMiJyYnMzYTERQGIyEiJjURNDYzITIWBj0VEyEXEh0cOQG2bgYyM/nsQkQkICY6QhJDUk0uMEFDJx8wHVIfEkhgUTAzAScTYIESLhE+LCZJIC8gDCoBiQ8NIC8KCoOWGjgQL5aWAm4tKEdANQiEliQgUzM9/iwuQi4uQgOwMDJeYG8/N2plOxA5RysUFwX4AoBMNPgANExMNAgANEwCeUUlIwngHlZi6TtBGQ0WDhohcCAmJ0Y6QRgOFxAfGRJxKSUpASNvhxVyCGfbVCQeC3YHMsUZiwMgHjj+KQEyH/6vAdfeejk0OC/9exmXCzhBAcRCLi5CL/7rcT9AhHKAPDcoZx8TEy8OArH7ADRMTDQFADRMTAAAAwAO/wAH8gYAAAsAFwA/AAABEhcUBiMhFAYiJicFMjQjIiY1NCIVFBYBFgYHAQYmLwEmNj8BJjU+BDU0EjcmNTQ2MhYVFAceARcBNhYXBhY97Uw0/kCW1JUBAQAQEDtVIGcEMwgBCviwChsIVAgBCroTMlJYPSfqvgg4UDgIfL41AaIKGwgCrP6cyDRMapaVaq8gVTsQEElnBkAKGwn5qggCCmAKGwihICIqXJOq8ouYAQUcExQoODgoFBMSgV0BawgCCgAAAAAEAA7/AAfyBgAACwAWACYATgAABDQjIiY1NCIVFBYzCQEuASMiDgIVEAEUBiMhFAYiJic3ISYDNxIBFxYGBwEGJi8BJjY/ASY1PgQ1NBI3JjU0NjIWFRQHHgEXATYWBBAQO1UgZ0n99wNtKrWFXZlaMATATDT+QJbUlQGVAvWmPW89AUNUCAEK+LAKGwhUCAEKuhMyUlg9J+q+CDhQOAh8vjUBogobsCBVOxAQSWcB6wL4WHU/Ymwz/oD+QDRMapaVaoG7ARBh/pwEqGAKGwn5qggCCmAKGwihICIqXJOq8ouYAQUcExQoODgoFBMSgV0BawgCAAAAAAUAAP+ABYAFgAAPAB8ALwA3AFsAACURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2JRE0JisBIgYVERQWOwEyNgEhJyYnIQYHBRUUBisBERQGIyEiJjURIyImPQE0NjMhNz4BMyEyFh8BITIWAgASDkAOEhIOQA4SAQASDkAOEhIOQA4SAQASDkAOEhIOQA4S/eABwDAHCv7DCgcDbxIOYF5C/MBCXmAOEhIOATVGD04oAUAoTg9GATUOEqACwA4SEg79QA4SEg4CwA4SEg79QA4SEg4CwA4SEg79QA4SEgPudQkCAgmVQA4S/ExTeXVTA7gSDkAOEqclNDQlpxIAAwAA/4AGAAWAACwAPABIAAABFRQOAiMiADU0ADMyHgMdARQrASI9ATQmIyIGFRQWMzI2PQE0NjsBMhYCIA4CEB4CID4CEC4BABACBCAkAhASJCAEBH5Jc3k5zf7tARDLIlNnUjgQdhCDSIyxt45EjAkGdwYK/P787atmZqvtAQTtq2ZmqwGRzv6f/l7+n87OAWEBogFhAc5tMk4rFgEWz8sBEAkbKUgtbRAQRisxt5KXxTAqRgcJCQMrZqvt/vztq2Zmq+0BBO2r/rf+Xv6fzs4BYQGiAWHOzgAAAAIAAP+ABgAFgAAOAGIAAAE0JiMiDgIVFBYzMj4BBRQOAgciBiMiJyYnDgEjIiY1NBI2MzIWFz8BPgE7ATIXFgcDBhUUFjM+BDUQACEiDgIQHgIzMjc2Fh8BFgcGBw4BIyIkJgIQEjYkMyAAA8xrXj96Yj1rYWCgVQI0SnuMSwYTB18vHAU0n16hsYTihVeIJgILAQkFdgUIBQJ4BRkgHDpYQjD+pP7cgu2rZmar7YLksQsaCCkIAQIKZvuFnP7kznp6zgEcnAFYAagC+Wx6PWymYXB6hccRb6xiMwIBNSEyQli/rp0BCptHQBM4BgwLBQv9mhgYJxoBCSc9dk4BJAFcZqvt/vztq2aQCQILMQwMDQlTWnrOARwBOAEcznr+WAAAAAACAAD/AAcABgAAIwAoAAAAFhAPARcWFA8BBiIvAQEGKwEFJxM1NDcBJyY0PwE2Mh8BNzYJAScBFQZEvF7haAoK0goaCmn9pSU1y/8AQIAlAltpCgrSChoKaN9d/MUCQMD9wAYAvP73Xd9oChoK0goKaf2lJYBAAQDLNSUCW2kKGgrSCgpo4V76QAJAwP3AwAACAAD/AAb+BgAAEAApAAABMhYVFAcABwYjIiY1NDcBNgEeAR8BFgAjIi4CNR4DMzI3PgQGT0ZpLf60hWF5frVcAn47/Lonh1MBBP7113u+czoHRDg+DykOGUFKZmgGAF1GP1j9i3tbuX+AVAJDNvv2TGwWR9X+9F2izHYFMiciJUJdOyQPAAAABQAA/wAHAAYAAC0AbwB/AI8AnwAAJREhETI+ATc+ATMyHgEXHgIzMj4BNz4CMzIWFx4CMj4BNz4BMzIWFx4CExUiLgEnLgIjIg4BBw4CIyImJy4CIyIOAQcOAiMiJicuAiMiDgEHDgEjNTQ2OwERIREhESERIREhETMyFgEUBiMiJjU0PgQ1MhYFFAYjIiY1ND4ENTIWBRQGIyImNTQ+BDUyFgcA+QAtUCYcHisjGCgWFh0kUC4tUCQeFRcnGCMrHhwmUFpQJhweKyMiKx4cJlAtGCgWFh0kUC0uUCQdFhYoGCMrHh0kUC4tUCQeFRcnGCMrHhwmUC0uUCQdHisjcFBAAQABAAEAAQABAEBQcPsASDg1SxMcIhwTJloCAEg4NUsTHCIcEyZaAgBIODVLExwiHBMmWoD+gAGAHBsYGxYOEBMZGhwdGRkTEA4WGxgbHBwbGBsWFhsYGxwBQMAOEBMZGhwcGhkTEA4WGxkaHB0ZGRMQDhYbGBscHBoZGxbAUHABwP5AAcD+QAHA/kBwAxBNU0s1HSwYIB86JpRMTVNLNR0sGCAfOiaUTE1TSzUdLBggHzomlAACAAD/gAgABYAABQALAAAhFSERMxEJASERCQEIAPgAgAYAAQD5gAHAAkCABgD6gAQA/IACQAJA/cAAAAADAAD/gAbABgAACwAQABYAAAkBBgQjIiQCEBIkMxMhFAIHEyERMgQSAwACImr+5Z3R/p/OzgFh0bsDBXhspP0A0QFhzgKG/d5seM4BYQGiAWHO/QCd/uVqAqIDAM7+nwACAAD/gAgABYAABQAfAAAhFSERMxEBERQGLwEBBiIvAQEnATYyHwEBJyY2MyEyFggA+ACABwAnEHn9hwoaCun+YMACSQoaCukB0HkQERUBsw4SgAYA+oAE4P5NFREQef2HCgrp/mDAAkkKCukB0HkQJxIAAAEAAAAABwAEVwBgAAABFBceAxcEFRQGIyIuBicuAyMiDgEVFBYzMjc2NxcGBxcGISImAjU0PgIzMh4GFxYzMjY1NC4GJyY1NDYXHgEXIx4CFwcmJzUmIyIGBQwKCh40JCUBRdOVO2lOTDI5HjELIDtYeFJgrmbVnbFROBtUDx0Bg/7/k/WIV5HHaVeQZ1c6Oyo6GmCJUXMmP1JXWEo4CwOvb05VMAEMFh4EgRocF0oxRgNABiMdKRsNClvxksElNl9Qf0+GHFFpWChvsmCg718/NZgiJAGYngEBkmnKl1wmPmJkhnOSNshhUCo8IB8XLTtpRhARbqQEAxcqCxstBWMxFQEVQgAAAAIAAP+ABgAFgABXAGcAAAE0Jy4CJzQuATU0NjMyFyMWFzcmJy4BIyIGFRQXHgEXHgMdARYGIyInLgUjIg4BFxUeAjMyNzY3Jw4BIyImNTQ2MzIWFx4HMzI2ExEUBiMhIiY1ETQ2MyEyFgWY6iMkKAkEAjEkNhEBFBNdJwohRTNQfAIQYWQdKDIbAVM7YUYXOSdFT4BTZbZqAwRdrm26XRQLPCpyWXOYpGhwdC4IIxYpJDc4TCprmGipd/xAd6mpdwPAd6kB5K1CCg0lHAINCwIkLw8PJEc2Ch0Uc1AHEGBYHQgPHCkaBTpGkC+VZndIMXC4ZAFstnFuGxhtUEiudWmoa3cVXzpbOUQnG4sC5fxAd6mpdwPAd6mpAAAAAwAAAAAIAAUAAA8AHwAzAAAANC4CIg4CFB4CMj4BJDQuAiMhFhIQAgchMj4BEhAOAiMhIi4CED4CMyEyHgEEgFGKvdC9ilFRir3QvYoDUVGKvWj+fneLi3cBgmi9itFmq+2C/QCC7atmZqvtggMAgu2rAhjQvYpRUYq90L2KUVGKvdC9ilFa/vT+zP70WlGKAaf+/O2rZmar7QEE7atmZqsAAAACAAAAAAgABQAAEwAjAAAYAT4CMyEyHgIQDgIjISIuAQQyPgI0LgIiDgIUHgFmq+2CAwCC7atmZqvtgv0Agu2rBLLQvYpRUYq90L2KUVGKAf4BBO2rZmar7f787atmZquRUYq90L2KUVGKvdC9igAABQAAAAAJAAUAAA4AEgAYACwAXAAAASEiJj8BJiMiBhAWMzI2JzMmJwUBIQcWFwQQJiMiBxMWBgcGIyInAwYVFBYgABAAIAA1NDY3JwEGKwEOASMiABAAMzIXNyMiJjQ2MyEVIScjIiY0NjMhMhcBNjMyAvr+xigjGLxBSIS8vIRzsKO6EjkBcQEg/iBjaRUFBbyEPD2uDwoWDxUjEq5dvAEIATz++f6O/vlPRkH+nxIhxRf8qLn++QEHuXJlieAaJiYaAYABs1XeGiYmGgEAIRQBC1tluQGARiD7H7z++LyR71U/lAGAhGeVxAEIvBj+/Bc0DgsdAQRfgoS8Afn+jv75AQe5Ya0/Yv4rGqTcAQcBcgEHN7cmNCaAgCY0Jhz+cCwAAAUAAP8ABgAGAAAHAA8AHwArAEsAAAA0JiIGFBYyJDQmIgYUFjITAy4BIyEiBgcDBhYzITI2AjQmIyEiBhQWMyEyAREjFRQGIiY9ASEVFAYiJj0BIxE0NxM+ASQgBBYXExYBgEtqS0tqBEtLaktLah1IBSMX/GoXIwVIBSYeBCYeJuccFP2AFBwcFAKAFAGsgEtqS/0AS2pLgBlnCbEBGwFWARuxCWkXAQtqS0tqS0tqS0tqSwIMAYAXHR0X/oAeLi4CbigcHCgc/Vv9pYA1S0s1gIA1S0s1gAJbcG8Bxk52PDx2Tv46ZgADAAD/iAgABfgACwAuAFIAAAAUBiMhIiY0NjMhMgU0JyEiJjU0NjMhJiQjIgQCFRQXITIWFRQGIyEWBDMyPgIBFAYrARYVFAIGBCMiACcjIiY1NDY7ASY1NBI2JDMyABczMhYFtzIk/UIkMjIkAr4kAQgX/CokMjIkA4xY/tqtsf7TrxcD1iQyMiT8dFgBJ62E8q5oAXMyJIMRg9z+z6f2/mtjvSQyMiSEEYPcATGo9QGVY7wkMgLjRjMzRjNWVlQyIyQyj6iv/tSxVlQyIyQyj6hnr/EBhCMyVVWn/s/dgwEK2TIkIzJVVacBMd2D/vbZMgAABgAL/wAE9QYAAAcADwAbACwAdQCjAAABAxcSNTQjIgEWFzY3LgIBFBM2MzIXAyYjIgYDFB4BMzI2NTQnLgMjIgYDFBceATMyNzYRNC4BJyYkIyIHBhUUHgQ3MjMyFxYXBgcGBw4BFRQWFQcGFSYnBiMWFRQGIyImNTQ3FhcWMzI2NTQmIyIGBzQ2NyY1NDYzMhcCNTQ2MzITFhc+BTMyFhUUAx4DFRQCDgEjIicmAgO5cnWlJjn+jB4DJSIMKiP+zZ8RIA88eUswExRPZ4QiDhcgDSY5Qh0UM54ZO/md45uYAhUUOP7JcyUMDCtEV1hSHRAHGBAPBBxEPSBAWSUDBIkJCCECUTZSqSE0CE04DB2vHSs2clVeHHo9HSmjUk6DwgYCBi4pQz5PJUdSnz1PJg5eqvyYb3CV2gSG/rgVAcNDOPxwUAgqGQIHBwOFYv5ZCgUBX9wj/PUkpowaDhhOIFBiQDb+nSk/kaSqqQECKzBMEjE1CwUeIjQcEwQEAhMTJBwaFhguiEUfcx4MDAIKzgIHDjVJnFEiIUAMaBEMIt5ZN2V8GkoePnoPAc5pUGX9uxEGEH9ukWVIYkls/kYPPl5dQJb+/L5uKjkBDQAAAAAEAAD/gAgABYAAGgA2AFsAXwAAATMOASMiJjU0NjMyFhcjLgEjIgYVFB4CMzIlMw4BIyImNTQ2MzIWFyMuASMiBhUUHgIzMjYlNCYnLgInJiEgBw4CBw4BFRQWFx4CFxYEISA3PgI3PgETESERAxHPDqmCorm6jJSoDcsFPTM5PwoaNidfAtbODqiCorm6jJSoDcwEPjI5PwoaNScxNwFtHy0GDxwCVv2d/Y9VBRkRBi0eHi0GEhcGLAGHARMCYlcFGBEFLh7A+AACEJ616MjC666gQEZ5dTBIQySLnrXoyMLrrqBARnl1MEhDJEy2z8g9CAwSAj8/BA8NCDzH0dDHPQgODgUhIEEEDg4JPMYDy/oABgAAAAAAAgAAAAAFYAWAAB0AOwAAAREUBisBIiY1ETQmIyERFAYrASImNRE0NjMhMh4BAREUDgEjISImNRE0NjsBMhYVESEyNjURNDY7ATIWA+ASDqAOEqBw/vASDqAOEhIOAdCH5IUBgIXkh/4wDhISDqAOEgEQcKASDqAOEgOQ/hAOEhIOAfBwoPuADhISDgVADhKF5AFJ/JCH5IUSDgPADhISDv0AoHADcA4SEgAAAAQAAP+ABgAFgAAPAD4AUwBjAAABFRQGKwEiJj0BNDY7ATIWBTU0JisBIgcmKwEiBh0BFDsBMj0BNDY7ATIWHQEUOwEyPQE0NjsBMhYdARQ7ATIlNTQmIyEiBhURFDsBMj0BFjsBMjYTERQGIyEiJjURNDYzITIWBR8bGMoYHBwYyhgb/hZBNYVEHBxEgjVBFTcWGxleGBwVNhYcGGEYGxY3FQJNQjX++DVCFjcVHz+/NUJ+iGD70GCIiGAEMGCIArZyGBwcGHIYHBz++jVBNDRBNfoWFuYYHBwY5hYW5hgcHBjmFnaaNUFBNf5mFRW0KkECnfvQYIiIYAQwYIiIAAADAAD/gAYABYAAAgAJABkAAAEhGwEhASEBIQkBERQGIyEiJjURNDYzITIWA5P+2pPpATf+vP5I/rwBNwF/AmqqdvxAdqqqdgPAdqoBwgIn/JcEAPwAAToCpvxAdqqqdgPAdqqqAAAAABcAAP8ACAAGAABNAFUAYQBoAG0AcgB4AH8AhACJAJEAlgCcAKAApACnAKoArwC4ALsAvgDBAMsAAAEUBgcDFhUUBgcDFhUUBiMiJyEGIichBiMiJjU0NwMuATU0NwMuATU0NjcTNCY1NDcTJjU0NjMyFyE2MhchNjMyFhUUBxMeARUUBxMeAQEhASMBITYyARYVFAcTFzcRJwYHASEXJSEGIgE2NycHIzcDARcBNxMhATYFMwEhERcWAyE3AQ8BMzUHFhEUFhUUBxcRNxEXAS8BBxE3JwYlIwUXFQkCJScRBQczARcTLwImPQEDJicJAjUDEyMTAQc/ARMmNTQ3CwEXNggAGhTNAxkUwQMhGBkQ/nARNBH+cREaFyIEwRQZA84UGRsUxwEi0QQiFxoSAYwQNhABjhIaFyIEzxcgB7sTGfwnAYX+qo/+qgFoEir8WwEC0A+8uw0QAqj+fL4CKv7oECwCrwEEQBEeFvz+2D8BdxBB/lUBTQj8cAUBVv6LBA4SAZJA/sudwaOoBAEIqx6ZASnf3wTNvwYDdxD9k9X+1wE3ASj9e4gB5ipVASXuhAMBFgjYBQj+SwE2/MCjo6OjBD0wgijPAgOrgU0FAoEVHwT+nAkJFB8E/q8ICBciEhQUFCEYCAwBTwQfFAkJAWQFHxQVHwQBWAEEASQPAWsKCBghFRUVFSEYBgz+mgEhFg0O/rwEH/zNAWL+nhADHAQJCgX+mAbHAVvCCAIBwMjIEPtUBgVET2kBCv7NQP6QHAE2/qkEDwFi/rEGBQF4QgFBpt29sQgDNQECARANsQENC/7JnQE67N4I/vhKyQIM4OEr/sX+wQEzD43+5N0sAYj7AnAFARUNEAIBeAEE/jH+uQH23/7m/In+5QEb4+NGAWkKBAEPASj9nFIDAAIAAP8ABYAGAAANABsAABE0NjMhAREUBiMhIiY1JScRNCYjISIGFREUFjO3gwLmAWC3g/z0g7cE0LBALv4cLkBBLQNYg78BZvpChL6+hCS0AakuQkIu/hQuQwAABAAA/4MGAAV9AAoAFAAeACkAAAEEAAMmNTQSJDMyBRYXBAADJicSAAESACUWFwQAAyYFJicGBzYANwYHFgOm/sP+IncUzQFg0FIBZF1H/nv9xW9dPnACNv6jcwIRAWMoDv7c/kB3ZwPPwa6Hm20BSswVUEEFann+Hf7BWVfQAWHNikFacf3B/ntIWgGCAjr7PAFkAhR2XGd4/j7+2w4UMkFUF80BS26YhK8AAAMAAP+ACAAE9wAWACsAOwAAARMiJyYjIgcmIyIHBisBEzYhMhc2MyABMhYXAyYjIgcmIyIHAz4CMzIXNjcDBgcmIyIHAz4BMzIXNhcHZZuDfsjB4pSU4sHIgHwFm+ABAumamukBAv7xgc6dfKvF4JaW4MWrfGl5sFrKrKzyN9OUmN6woHJ80XXRpazKBHj7CDlblJRbOQT4f2pq+6Y5QQP9To2NTvwDKywjbGwiA4sEl5tC/FMzMmZrBQAABQAA/6UIAAVbAA8AHwAvAD8AXAAAJRE0JisBIgYVERQWOwEyNiURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2JRE0JisBIgYVERQWOwEyNiUUBiMhIiY1NDY3JjU0NjMyFzYkMzIeARUUBx4BBdweFF0UHh4UXRQe/uQeFGUUHh4UZRQe/tweFGUUHh4UZRQe/tweFGUUHh4UZRQeBYjspvskpux+aQqhcWZOLQEqvZX8kw6HrKUC3RUeHhX9IxQeHhQCExQeHhT97RQeHhQBrRQeHhT+UxQeHhQBahQeHhT+lhQeHqam7OymdMUyIidxoUO36pP8lUI4IdsAAAAnAAD/PgYABgAABAAJAA0AEQAVABkAHQAhACUAKQAtADEANQA5AD0AQQBFAEkATQBRAFUAWQBdAGEAZwBrAG8AcwB3AHsAfwCFAIkAjQCRAJUAmQClANUAABEhEQkBJREhEQkBNSEVExUjNRcVIzUXFSM1FxUjNRcVIzUXNxcHFzcXBxc3FwcXNxcHPwEXBz8BFwc/ARcHPwEXBwEVIzUhFSM1IRUjNSEVIzUhFSM1IRUjNSEVIzUhFSM1ARUjNTMVNxUjNSEVIzUhFSM1IRUjNSEVIzUhFSM1FzUjNTMVBzUzFQc1MxUHNTMVBzUzFQc1MxUlIiY1NDYzMhYVFAYBFB4CNhYVFCMiJyMHFjMyPgI1NC4BBiY1ND4BMzIWFzM3LgYjIg4CBgD8+P0IBZz6yAKVAqP6yFElJSUlJSUlJSU/D2kPHw9pDx4PaQ8fD2gPT2kPaXhpD2l5aQ9peGkPafxBcgEUcwEVcwEUcgEUcgEUcwEVcwEUcvu4JXOicwEVcwEUcgEUcgEUcwEVc/BOcyUlJSUlJSUlJSX9iIG4uIGCt7f+2Sc8RDwncGEaAx9DXx03OCM3UE83KSgVIkkPAx4DJAkeDhoWDB03NSEGAPqQ/q4BUkEDnvxi/toFKMnJ/tZzc5Rzc5Rzc5Rzc5Rzc48iLyEOIi4iDiIuIg0hLiIiLiEvXi4iLl4uIi5dLyIuBNEkJCQkJCQkJCQkJCQkJCQk/qxPcyQkJCQkJCQkJCQkJCQkc08kc5Rzc5Rzc5Rzc5Rzc5RzcyO3goG4uIGCtwF9JCkJBQETFTEzPyoKFiwfLi8HAQsUFRgGFhc6AQ8DCwMGAgoXLQAAAAADAAD/cwgABY0ABwAQACoAAAA0JiIGFBYyJDQmIgYVFBYyAREUBiMhIiY1ETQ2MyEyFh0BITU0NjMhMhYDX5/gnp7gA/6e4J+f4AHgPy342C0/Py0BryxAAvJALAGvLT8BiOCfn+Cen+CennBxngQ4+rwsPz8sBUQsPz8soaEsPz8AAAACAAAAKAgABNkAAABaAAABBTIWFRQGIyIuByMiBhUUFjMyNjc+AjMyFhUUBwYEIyIuATU0ADMyHgUzMjY1NCYjIgYjIiY1NDY1NCYjIg4CIyImNTQ3PgEzMhYVFAc2BZYBBJTS2p5VmnpyaGdyeJhTmsPQn2TYVQUgHAgOFTxl/vV/heGHARvOeNWekYWGpVpmhYFfHmcRFB8R1586az0yCA8VGTuwXr/+BDkDuczFkp3RN1x4hIV4XDe3mZ26Sz0EHRMVDhg1WGx01obNARBXi6eoi1d7ZV+AJR4UEk4Un9AlLCUVDxMbQ0n7viUdDwAEAAD/gAaABQAAGwAjACsAVwAAADQmKwE1NCYiBh0BIyIGFBY7ARUUFjI2PQEzMgAUBiImNDYyBBQGIiY0NjITERQGBwUeAhUUByEyFhQGIyEiJjU0PgE3AyMiJjQ2MyEyHgQXITIWBMAmGoAmNCaAGiYmGoAmNCaAGv3mS2pLS2oDy0tqS0tqyyAZ++wBBwUYA5gaJiYa/AAaJhYlArHMGiYmGgEAEBkPCwQHAQSxGiYDJjQmgBomJhqAJjQmgBomJhqA/TVqS0tqS0tqS0tqSwPA/gAYJQN6Bx0YChAwJjQmJhoOM0QEAzcmNCYNEh8WJQcmAAAAAAQAAP+ABoAFAAAXAB8AJwBTAAAANCYiDwERNCYiBhURJyYiBhQXARYyNwEAFAYiJjQ2MgQUBiImNDYyExEUBgcFHgIVFAchMhYUBiMhIiY1ND4BNwMjIiY0NjMhMh4EFyEyFgUAJjQTkyY0JpMTNCYTAQATNBMBAP2TS2pLS2oDy0tqS0tqyyAZ++wBBwUYA5gaJiYa/AAaJhYlArHMGiYmGgEAEBkPCwQHAQSxGiYDJjQmE5IBJRomJhr+25ITJjQT/wATEwEA/SJqS0tqS0tqS0tqSwPA/gAYJQN6Bx0YChAwJjQmJhoOM0QEAzcmNCYNEh8WJQcmAAAAAAcAAP8ACAAFgAACAAUACQAMABAAFAAmAAATCQMhJxMhCQIhJSEDIQEhASElARYGBwEGIicBLgE3ATYzITLUAm/+1AHpAV39RonM/vr+4AP9Am/+vfzCAqrM/u4CbwFa/uD++gFZAYAOAhD8QBI6EvxAEAIOAYASIQSAIQMA/WcCmfz8AwSAAYD+gPznApmAAYD+gAGAZv4AEi8R/AAUFAQAES8SAgAaAAMAE/8AB+0GAABJAJcAoAAABTYyHwEHJwcGIi8BBwYiLwEHBiIvAQcGIi8BBwYiLwEHBiIvAQcGIi8BNxc3NjIfATc2Mh8BNzYyHwE3NjIfATc2Mh8BNzYyHwElBiIvATcXNzYyHwE3EQMmNj8BETM1ITUhFSEVMxEXHgEHAxE3NjIfATc2Mh8BBycHBiIvAQcGIi8BBwYiLwEHBiIvAQcGIi8BBwYiLwEBFSUFNSM1IRUHExM0E4BaU1MSNhJTUxM0E1NTEzQTU1MTNBNTUxM0E1NTEzQTU1MTNBOAWlNTEzQTU1MTNBNTUxM0E1NTEzQTU1MTNBNTUxM0E1P6LRM0E4BaU1MTNBNTQNIRFB6xgAEAAQABAICxHhQR0hMTNBNTUxM0E4BaU1MSNhJTUxM0E1NTEzQTU1MTNBNTUxM0E1NTEzQTUwFAAYABgID+ABMTE4BaU1MTE1NTExNTUxMTU1MTE1NTExNTUxMTU1MTE4BaU1MTE1NTExNTUxMTU1MTE1NTExNTUxMTU3kTE4BaUlITE1JAASUBOho9CjoBK4CAgID+1ToKPRr+xv7bEhMTUlITE4BaU1MTE1NTExNTUxMTU1MTE1NTExNTUxMTUwQagICAgICAAAAABAAA/4AFgAYAAAMABwBDAHYAACETLwEBEw8BASYnJiMiBwYiJyYjIgcGBxYXHgEXHgkzMj4DOwEyHgMzMj4INz4BNzYBFAYjISImNTQ+AzcnMyY1NDcmNTQ3PgE3NjMyFjI2MzIXHgEXFhUUBxYHMwceAwJAYGCAAYCAgGABAAICClZGYQccB2FGVgoCAgICAgsCAgsDDAUNCxESFw0kLhMKDQsMCw0KEy4kDRcSEQsNBQwDCwICCwICAaKSefyWeZIJHS5RNVrWFgLC0hFFJCAsHmw8bB4sICRFEdLCBxvWUj9ZKhABwIBA/YACgECAAjIEAggTAgITCAIEEgkDBwcEIQgaCBQHDAQEGSMiGRkiIxkEBAwHFAgaCCEEBwcDCfyjeYqKeT1yiW5hGtxAQAwUKDg5Kj6QKiU+PiUqkD4qOTgoUU/hIX+gjwADAAAAAAj9BQAATABcAHAAAAEWDgInLgEnJjY3Jw4BFRQGIyEjDgEjIgAQADMyFzcmKwEiJjQ2OwEyHgIXITMnIyImNz4BOwEyHwE3NjsBMhYdARQGKwEXNhceAQEyNjchIicmNxMmIyIGEBYoATYQJiMiBxMWBgcGIyInAwYVFAj9DESCu2eh7RAMT09HYG4lG/8ARRf8qLn++QEHuUxMGHu1QBomJhqAToZjLB0CAHNV3h4mBQQmGP0hFEZyExtlGiYmGrNzg5CPyvjUc7AX/sYjFBIRky8shLy8BYABCLy8hDw9rg8KFg8VIxKuXQH0Z7+ITAcL5KBvx0drUOSCGyek3AEHAXIBBxstbiY0JhsyHRaALR4XHhxpchMmGoAaJqw/GxrZ/fuRbx8gHwEVDbz++Ly8AQi8GP78FzQOCx0BBF+ChAAAAwAA/wAFgAXgADUATwBXAAAhFA4CIC4CNTQ+Ajc2FhcWBgcOBAceBDI+AzcuBCcuATc+ARceAwERFAYrAREUBiMhIiY1ESMiJjURNDYzITIWAhQGIiY0NjIFgHvN9f769c17QnR4RxosBAUfGjpgOSgPAQMwYoK/1L+CYjADAQ8oOWA6Gh8FBCwaR3h0Qv6AJhpAJhr/ABomQBomSzUBgDVLYIO6g4O6P2U9Hx89ZT8xTzYjDAUfGhosBAobGBcQBAsfIx4UFB4kHwwEDhgXGwoELBoaHwUMIzZPA0/+gBom/oAaJiYaAYAmGgGANUtLAai6g4O6gwACAAD/gAcABYAAGwA/AAABIQ4BDwEBBiInASYnITI2NxsBHgEzMjY3ExcWARQHIScuAQcGBwsBLgEiBgcDISY1NDYzMh4CFz4DMzIWBQABMQUKBAP9kRI0Ev2QBRABcRYjBUa+BiIWFSIGkjgSAidn/o9vCCMTLQuBxAYjLCIFdP5ZZ/7gPoFvUCQkUG+BPuD+AgAGCQME/agSEgJaAhIbFQEZ/WUUGhoUAeVwIwGskZvdERQCBSn+UgKuFBobFf4wm5Hc+CtJQCQkQEkr+AAAAgAC/wAEgAX8ACsAMwAAARQABxEzMhYdARQGKwEVFAYrASImPQEjIiY9ATQ2OwERLgECNz4CNzYEEiQQACAAEAAgBID+2dngDhISDuASDkAOEuAOEhIO4JbzgQwLi+GFqgEqrvwAAQcBcgEH/vn+jgPA3f65GP78Eg5ADhLgDhISDuASDkAOEgEEEK4BEpuG5pIPE5L+6hL+jv75AQcBcgEHAAACAAD/gAYABYAAJwAvAAABMhYVERQGKwEiJjURARYVFA4CIi4CND4CMzIXASEiJj0BNDYzACAAEAAgABAFwBomEg5ADhL+gn5bm9Xq1ZtbW5vVdcucAX7++w4SEg79ZwFyAQf++f6O/vkFgCYa/mAOEhIOAQb+gZzLddWbW1ub1erVm1t+AX4SDkAOEvqAAQcBcgEH/vn+jgAAAAACAAD/AASABgAAPQBFAAABFhIVFAAHFTMyFh0BFAYrARUUBisBIiY9ASMiJj0BNDY7ATUmADU0EjcmJyY2OwEyFx4BMjY3NjsBMhYHBgAgABAAIAAQAz6Rsf7Z2WAOEhIOYBIOQA4SYA4SEg5g2f7ZsZGlPwYTEUUVCCzA7MAsCB09ERMGP/2kAXIBB/75/o7++QTESP7rp93+uRiEEg5ADhJgDhISDmASDkAOEoQYAUfdpwEVSGCxEBsUaoKCahQbELH73AEHAXIBB/75/o4AAgAC/wAFgAYAAEIASgAAATQ2MyEyFhURFAYrASImPQEHFhUUAAcVMzIWHQEUBisBFRQGKwEiJj0BIyImPQE0NjsBNS4BAjc2ADc2FhclIyImNQAgABAAIAAQBAASDgEgGiYSDkAOEv5+/tnZYA4SEg5gEg5ADhJgDhISDmCV84IMEAEgy3bcWAD/hg4S/YcBcgEH/vn+jv75BeAOEiYa/uAOEhIOhv+eyd3+uRiEEg5ADhJgDhISDmASDkAOEoQQrgERm8wBKxcOQkb+Eg77YAEHAXIBB/75/o4AAAIAAP8ABoAGAABrAHMAAAE0NjMhMhYVERQGKwEiJj0BBxYVFAAHFTMyFh0BFAYrARUUBisBIiY9ASMiJj0BNDY7ATUmADU0NycHDgEvAS4BPwEnFRQGKwEiJjURNDYzITIWHQEUBisBFzc+AR8BHgEPARc2IBclIyImNQAgABAAIAAQBQASDgEgGiYSDkAOEv5+/tnZYA4SEg5gEg5ADhJgDhISDmDZ/tl+NGUJGgowCgEJaW8SDkAOEiYaASAOEhIOhWpWCRoKMAoBCVo5ngGSngD/hg4S/YcBcgEH/vn+jv75BeAOEiYa/uAOEhIOhv+eyd3+uRiEEg5ADhJgDhISDmASDkAOEoQYAUfdyZ41bwoBCCwIGwpzcIYOEhIOASAaJhIOQA4Sa14KAQgsCBsKYzh+fv4SDvtgAQcBcgEH/vn+jgAAAAAFAAL/AAb+Bf0AOAA+AEsAUgBfAAABFgIGBxEzMhYdARQGKwEVFAYrASImPQEhFRQGKwEiJj0BIyImPQE0NjsBES4BAjc2ADc2FzYXFgABNhAnBhADMjcmNTQ3JiMiABAAAREmJwYHEQEyABAAIyIHFhUUBxYG/gyB85bgDhISDuASDkAOEv4AEg5ADhLgDhISDuCW84EMEQEnzc6rq87NASf8k4CAgMBzZ5qaZ3O5/vkBBwL5iXd3iQJAuQEH/vm5c2eammcD75v+7q4Q/vwSDkAOEuAOEhIO4OAOEhIO4BIOQA4SAQQQrgESm84BLRMVc3MVE/7T/cqDAWyDg/6U/vY5peLgpzn++f6O/vn+gAEED09PD/78AYABBwFyAQc5p+DipTkAAAQAAf8GB4AGAABGAFAAXgBsAAABNDYzITIWFREUBisBIiY9AQceAQcGAAcGJCcuAzc+Ajc2FhclIyImPQE0NjMhMhYVERQGKwEiJj0BBxYXFhclIyImNQE0Jw4BFRQXPgElFBYXJjU0ADcuASMiAAEyADU0JicWFRQABx4BBgASDgEgGiYSDkAOEv5MPxYf/vK30v6jQ3XQk1AICYrih3bbWQD/hg4SEg4BIBomEg5ADhL+OyK2kgD/hg4S/gAEotoEotr8gN6lAwEOyzXdh7n++QPAuQEH3qUD/vLLNd0EYA4SJhr+4A4SEg6G/1/ugLb+/Bod2r8GZ6Ped4fqlQ8OQkb+Eg5ADhImGv7gDhISDob/Sl8Jc/4SDv6gFCYZ+qcUJhn6p6j8Fx0e0gE/JXiS/vn8BwEHuaj8Fxwf0v7BJXiSAAQABv8ACAAGAABKAFAAXABoAAABNDYzITIWFREUBisBIiY9AQceAQcGAAcGJwYHFTMyFh0BFAYrARUUBisBIiY9ASMiJj0BNDY7ATUuAQI3NgA3Nhc2MzIXJSMiJjUBNhAnBhAAEAAzMjcmEDcmIyIBMgAQACMiBxYQBxYGgBIOASAaJhIOQA4S/kw/FiD+97XfunWLYA4SEg5gEg5ADhJgDhISDmCb+X0XGQENuuC6kq7JngD/hg4S/QCAgID9gAEHuXVlmppldbkDObkBB/75uXVlmpplBeAOEiYa/uAOEhIOhv9f7oC0/vwbInxOD4QSDkAOEmAOEhIOYBIOQA4ShBG5ASKiuwEPHSJ8YX7+Eg7754MBbIOD/pQBb/6O/vk5pwHApzn8gAEHAXIBBzmn/kCnOQAAAAIAAP+ABgAFgAA7AEMAAAEyFhURFAYrASImNREHFxYUDwEGIi8BBxYVFA4CIi4CND4CMzIXNycmND8BNjIfATchIiY9ATQ2MwAgABAAIAAQBcAaJhIOQA4S1YwJCS4JGgqMTn5bm9Xq1ZtbW5vVdcucTqwJCS4JGgqs1f77DhISDv1nAXIBB/75/o7++QWAJhr+YA4SEg4BBtaMChoJLgkJjU+cy3XVm1tbm9Xq1Ztbfk6sChoJLgkJrNUSDkAOEvqAAQcBcgEH/vn+jgAAAAACAAL/BASABgAAOQBBAAABFgAVFAIEJy4CJyYSNjc1IyImPQE0NjsBNQcGIi8BJjQ/ATYyHwEWFA8BBiIvARUzMhYdARQGKwECIAAQACAAEAKA2QEnrv7WqoXhiwsMgfOWoA4SEg6gXAoaCS4JCcoTNBPKCQkuCRoKXKAOEhIOoPkBcgEH/vn+jv75A3wY/rndp/7qkhMPkuaGmwESrhCEEg5ADhKlXAkJLgkaCskTE8kKGgkuCQlcpRIOQA4S+4ABBwFyAQf++f6OAAACAAQAAAeABH4AOQBBAAABFhQHAQYiLwEmND8BIRUUBisBIiY9ASMGACMiJAI3PgI3NgQWFzM1NDY7ATIWHQEhJyY0PwE2MhcAIAAQACAAEAdtExP+2gkbCS0KCrn+2hIOQA4ShBj+ud2n/uqSEw+S5oabARKuEIQSDkAOEgEmuQoKLQkbCftAAXIBB/75/o7++QJtEzQT/toKCi0JGwm54A4SEg7g2f7ZrgEqqoXhiwsMgfOW4A4SEg7guQkbCS0KCvztAQcBcgEH/vn+jgAAAgAA/wAEgAYAABcAHwAAARQABxEUBisBIiY1ESYANTQ+AjIeAgAgABAAIAAQBID+2dkSDkAOEtn+2Vub1erVm1v9BwFyAQf++f6O/vkDwN3+uRj9nA4SEg4CZBgBR9111ZtbW5vV/csBBwFyAQf++f6OAAACAAAAAASABIAABwAXAAAAEAAgABAAIAAUDgIiLgI0PgIyHgEEAP75/o7++QEHAXIBh1ub1erVm1tbm9Xq1ZsBhwFyAQf++f6O/vkCNerVm1tbm9Xq1ZtbW5sAAAEAAP+ABgAFgAAkAAABMhYVERQGIyERMzcjNTQ2Mzc1JiMiBh0BIxUzESEiJjURNDYzBasjMjIj/nnHHuUvRHo/c4ijyMj9ISMyMiMFgDIj+qojMgJT6JQ4OAHPCaCSq+j9rTIjBVYjMgAAAAEAAP+ABQAGAABMAAARND4DMzIEFhUUDgMjIiYnDgYPAScmNTQ2EjcmNTQ2MzIWFRQGFRQWMzI+BDU0JiMiABUUHgIVFAYjIicuA0uErMZnngEQqiZSdqxnRIYdCiQLHhYqMiUOCQ8rWgcgaFA9RFhaQDdePzEbDduwyP70GR0ZHhYCDzNPKxYDq2y/jmg0hf6gYLiqgU1AOCeTK2MrUkkyBQqdH1zlAVoeQWhTklE+Qvo+P1MyVmh1aS+twf79xyxSMCsJHFoDD1JrbQAAAAADAAD/egYABYYAKwA+AFEAAAAyFhcWFRQHDgEjIicuAScmNzU2NzYzMhYzMhYXHgEVFAYVFBcWFxYXFjMyAzI+AjQuAiIOAhUUFwc3FhIgBBYSEAIGBCMiJwUTJjU0EjYDzBqpBQIREG4vOYVikExIAQNHGBwGGAcTDwgIMkUFIkQ4XwwKD3B/6ahkZKjp/umoZHhP8p4iATIBF8p4eMr+6ZnDqv5fiGx4ygIyWAkFCiErJzU+LZJwa1cIW0MWAw0VFIgHFUkKBwhJQDUwB/5PZKjp/umoZGSo6X/LpelNaAVmeMr+6f7O/unKeF6GAZWy05kBF8oAAAkAAAAABwAFgAADAAcADwATABsAIwAnACsALwAANyE1IREhNSEANCYiBhQWMgEhNSEANCYiBhQWMhI0JiIGFBYyExEhEQERIREBESERgAQA/AAEAPwABiA4UDg4UPoYBAD8AAYgOFA4OFA4OFA4OFCY+QAHAPkABwD5AICAAYCA/ZhQODhQOAQggP2YUDg4UDgCOFA4OFA4/SD+gAGAAgD+gAGAAgD+gAGAAAADAAD/gAgABYAABwArAE4AAAAgJhA2IBYQASEyFh0BFAYjIREUBisBIiY1ESEiJj0BNDYzIRE0NjsBMhYVARQWMyEVBiMhIiY1ND4FMzIXHgEyNjc2MzIXIyIGFQNf/sLh4QE+4QJAAWANExMN/qATDcANE/6gDRMTDQFgEw3ADRP9IEw0AQBEZ/yWeZIHFSA2RmU9ExRPl7KXTxQThFXfNEwCgOEBPuHh/sL+nxMNwA0T/qANExMNAWATDcANEwFgDRMTDf3ANEzuMop5NWV1ZF9DKBE9PT09EWBMNAAAAAMAAP+AB/cFgAAHADMAVgAAACAmEDYgFhABFxYVFA8BBiMiLwEHBiMiLwEmNTQ/AScmNTQ/ATYzMh8BNzYzMh8BFhUUBwUHBhUUHwEGIyEiJjU0PgUzMhcWIDc2MzIXDgEVFBcDX/7C4eEBPuECtfkJCYgJDQ4J+fkJDg0JiAkJ+fkJCYgJDQ4J+fkJDg0JiAkJ/RW1JSVTFRf8lnmSBxUgNkZlPRMUmgFKmhQTHB0cGiUCgOEBPuHh/sL93/kJDg0JiAkJ+fkJCYgJDQ4J+fkJDg0JiAkJ+fkJCYgJDQ4J+bUlNjUlUwOKeTVldWRfQygRenoRBhsuITYlAAMAAAAACAAFAAASABoAJAAAASEyFhURIREhESERNDY7ATIWFQA0JiIGFBYyITU0JiMhIgYVEQEABsAaJv8A+gD/ACYagBomAkCW1JaW1AVW4Z/9QBomAgAmGv5AAQD/AATAGiYmGv4W1JaW1JZAn+EmGv6AAAAAAAIAAP8ABgAGAAAWABkAAAEDMxUhByEVIQkBITUhJyE1MwMhASEJARMjBgDAwP7uNwFJ/mX+m/6b/mUBSTf+7sDAAQABQwF6AUP+AGzYBgD+QMCAwPzAA0DAgMABwP0AAwD7QAEAAAAAAwAA/wAGAAYAABcAHwAjAAABMgQVERQGBxcWBiMhIiY/AS4BNRE0JDMSMjY0JiIGFAERIREEQLkBB/u01RAQFvvgFhAQ1bT7AQe58KBwcKBwAwD7gAYAu4X8gIK4BcoPKCgPygW4ggOAhbv6wHCgcHCgAdACAP4AAAAAAAUAAP8ABgAGAAAXAB8AIwArAC8AAAEyBBURFAYHFxYGIyEiJj8BLgE1ETQkMwIyNjQmIgYUAREhEQAyNjQmIgYUAREhEQRAuQEH+7TVEBAW++AWEBDVtPsBB7nihF5ehF4CQP3gA/6EXl6EXgFA/cAGALuF/ICCuAXKDygoD8oFuIIDgIW7+uBehF5ehAHCAgD+AP3gXoReXoQBwgIA/gAAAAAABAAA/4oHAAV2ABIAFQAcACgAAAERFAYjIiclLgE1ETQ2MzIXARYXCQIRFAYiJyUBFAAHCQE2MzIXARYCVRkYERD+LxUdFBMOHgH/A0ACFv3qBGscMBf+RwIZ/f8s/noBRBEjDgwCHQQEW/trGSMI6QovFwR0FBwP/wADZ/yeAQoCRvviGR8N3APlA/y/RwJ6Ag8cBv7yAgACAAD/gAYABYAACwAPAAAJASMDBgcnAyMBETMBESERAykBCnCdGBQqm3gBB2UC1/oAAhQB8/7IMCxcATj+E/68BKr6AAYAAAAYAFT/BgikBf8ACwAXACMALwBEAE0A/AEGARIBGwElATIBPAFHAVEBXgFsAXcBswHCAdkB6QH+Ag0AAAUOAQcGJicmNjc2FgUeARcWNjc2JicmBjceARcWNjU0JicmBgUOAQcGJjU0Njc2FgEzIgceARUUBiMiJwYVFBYzMjY0JjcuAQc+Ah4BARYHFhUWDgEHBiYnBCUOAScuATc2NyY3Nhc2NyY3Nhc2NzQ3Nhc2FxYXNSInLgEnJjc2Nz4CFhczFhcWFz4BNyYnJic0Ny4BJy4BNzY3NhYXFB4DFxY3NjcmBzc2NzY3LgQnJAEWFxY3Mz4DPwE+ARcWFxYGBw4BBxUGBwYHHgEXNjc2NzM+AR4BFxYXFgcOAQcGIxQHNjc2FzYXFhUWFzYXFgcWFzYBFAcWFzYmJyYGBx4BBzY3NjcuAScGByInFhcyNzYmBTY3JjU0JgcOARcWFyY2NzEmJw4BBxYXNjcGDwE1BhcWBR4BFx4BNz4BNyYAIgYVFBYyNjU0AyYHNQYWFx4BNz4BJgU+ASYnNQYjDgEWFx4BJQYWFxY2Nz4BNwYHFgcWBBc2JDcmNzQ+AT0BFS4BJwYHBicmJyYnDggjBicOAwcGIwYnBicmJyYnJicGBxYDNjUuAScmDgEXHgEXFjY3Fhc2Ny4BJwYHFAYVFgcGBwYHIwYXFhcEJSYnBgcGJyYnBgcjFTIlNjc2Nwc2NSYnJicmNyY1JicGBxYFNi4BBw4BBxQXHgE3PgEB3ggmEhk1AgFSGxcWBTQHJhMZNQECUxsWFjkNVyItSocwKC/6cg1WIi1KhzAoLgLJASkjGyI2JjQcBXBPUHBw4GPzfBtvfXZRAvIIEwcBW4A2MFgW/VH9xBdXMVa7AQIFEwgGGQ4bBwkLHB0eDRccIxoSFAsHNVgLCQkPTgIiJhwFDS4OAwIKKQoPDxdEAT5xHCAVCBBKFzoDAwIEBwUbMTAyKHovPWaRiRQqNCE+DAJTATViPFUkAQUHBAICAQM6F0kSBxUgHG88RxgOEQsqCQEEECwNBRwmIgJPDgkIDFg1CgcBFBIaIxwXDiEaGwsKCBwNF/71CVIeBBscFCBOIxkNQx4NBQM4Mw9KHg4qCxUWEB75vh5SCSETHBsoHUQNGSMlDzM3BAm6DjsTJC0uGhkD2QgRAwMNESgsARj+4OimpuimNmlqAQcKHYEfCQQF/vIIAwQC1AIEBgYLIob+mBApOQ8SAwMKBUXCAyWEARemrAEVmyEDAQIRQg8aODMfBQQHCgIGCQcMCBAIEwRqOQQMHhAcBgOzGAI2LywMCBEJOh0BUQMRRCcpeVgFI4I2M1YNFwTDxWKlYQYXAh8JDCwKEwECAxNVAhQCZf6uTFAICEFA0NABAQSgBBgOEwEDDw8qDgkfAhAMzLPGAmAFWHgqJkURAwpWMzaCixAlBwkZExZCBQQzFRAlBwkZExZCBQQzWBtBCQ0jIS5tBQVVIhtBCQ0jIS5tBQVVBEIPCC0bIzIrFxNKaWmUadptLUM8SQYobfrcCx8XEThxRgICLyoZGSkwAgObUxYSHwsKCRYdHQkKDhQOHQgMHAUHBA9JAgpFNSYrPiERJQoZEgUSAwQBBQELBigDBgQCIR8kcDh+NRAXHQEaEBgOAw4CLhwEEi46NUkNCA8NCA4Dfv73VIoKEwMOGA8ODhwYETR+OXAjICECCgIpBQwBBQEFAxIFEhgIJhEgPygpNUYJAjEYDwQHBRwMCRwQEg0JChweFQgDrx0ZIGQlex0TBHYqhToNIA4OQGUQDwoBc3wDRIYxZCAZHRIEEx17ix8OOoUqBg8QZEERQXxvBA4TAVlrAycmjRMSBwgUgzwCAoOldHWlpXV0/iYCAgEbdgcOAQsDSEO6BFhYEwEDFFRSBQ8CyDt3GQgGEhCUHQKCFw2NxjcxwpkNFQIDAwEBAQIHAVoqJicGCA0xBQgGBQMCAgEBCRQREwsDAgEROT8JCC4NDR0kBgQC/YQOEEd2Cww1azY1UAICPNw/OHE9NIhhBAkBBgISExcLDQtTQyLNFRWTMSMWAwMVHDyAAS82QiYhAU1MCBEJGBQSBAUECL5eO4w2azUMC3dGEA4xPAICUAAAAwAA/0MJAQW9AAcADwA7AAAkFAYiJjQ2MgQUBiImNDYyAR4FDAEzMh4EDgMHBgc+BS4DBwYkLgcF9GCIYWGI/XNhiGBgiP1aOWuHicPNAScBOdiL05dhLQMqR2x8TbllHV9dYEYmDE+a/rGo/tzcvYJzREQhLyuIYGCIYWGIYGCIYQUxPFlLMygXDgUKFyAvOEhRZWxBnVozdF9mUVA8Mx8QAwIQHjQzSjtUN1EAAAAHAAD/AAcABgAADwAfACsAPwBLAGcAdwAAACAEBgIQEhYEICQ2EhACJiQgBBYSEAIGBCAkJgIQEjYTMhURFCsBIjURNDMEMhYVFAYHFRQGKwEiJj0BLgE1NAIgBBIQAgQgJAIQEhMVFBY7ATI2PQE0NjIWHQEUFjsBMjY9ATQmIAYBETQmIyEiBhURFBYzITI2BCn+rv7M34SE3wE0AVIBNN+EhN/9bQFsAUzwjo7w/rT+lP608I6O8HIQECAQEAF7aksjHRIOQA4SHSNRAaIBYc7O/p/+Xv6fzs7SEg5ADhKDuoMSDkAOEs7+3M4DYCYa/IAaJiYaA4AaJgXAhN/+zP6u/szfhITfATQBUgE038SO8P60/pT+tPCOjvABTAFsAUzw/U4Q/iAQEAHgEEBLNSM6EXIOEhIOchE6IzUDS87+n/5e/p/OzgFhAaIBYf7uYA4SEg5gXYODXWAOEhIOYJLOzvyOAgAaJiYa/gAaJiYAAAADAAAAAAkABQAAAwAXAC8AAAERIREBMxEjETQmIyEiBhURFBYzITI2NQERFAYjFRQGIyEiJjURNDYzITIWHQEyFgeA+YAHAICAEg74wA4SEg4HQA4SAQBLNV5C+MBCXl5CB0BCXjVLBAD9AAMA/cABgAEgDhISDvxADhISDgKg/oA1S6BCXl5CA8BCXl5CoEsAAAAAAwAAAAAJAAUAAAMAGwAvAAABESERATIWFREUBiMVFAYjISImNRE0NjMhMhYVGQEjETQmIyEiBhURFBYzITI2NREBAAUAAoA1S0s1XkL4wEJeXkIHQEJegBIO+MAOEhIOB0AOEgEAAwD9AALASzX+gDVLoEJeXkIDwEJeXkL9YAGAASAOEhIO/EAOEhIOASAAAwAAAAAJAAUAAAMAGwAvAAABESERATIWFREUBiMVFAYjISImNRE0NjMhMhYVGQEjETQmIyEiBhURFBYzITI2NREBAAOABAA1S0s1XkL4wEJeXkIHQEJegBIO+MAOEhIOB0AOEgEAAwD9AALASzX+gDVLoEJeXkIDwEJeXkL9YAGAASAOEhIO/EAOEhIOASAAAwAAAAAJAAUAAAMAGwAvAAABESERATIWFREUBiMVFAYjISImNRE0NjMhMhYVGQEjETQmIyEiBhURFBYzITI2NREBAAIABYA1S0s1XkL4wEJeXkIHQEJegBIO+MAOEhIOB0AOEgEAAwD9AALASzX+gDVLoEJeXkIDwEJeXkL9YAGAASAOEhIO/EAOEhIOASAAAgAAAAAJAAUAABcAKwAAATIWFREUBiMVFAYjISImNRE0NjMhMhYVGQEjETQmIyEiBhURFBYzITI2NREIgDVLSzVeQvjAQl5eQgdAQl6AEg74wA4SEg4HQA4SA8BLNf6ANUugQl5eQgPAQl5eQv1gAYABIA4SEg78QA4SEg4BIAABAAD/BQR7BgAAHAAAARYHBiMhExYGDwEGJicDAQYjIicmNRE0NzYzMhcEbR8RESr+gskKFBixGTALv/7IExoMDCgoDAwbEgHtHico/iQZMAtLChQYAcT+yBMFESoF4CoRBRMAAQAA/wADgAYAACUAAAEgFREzFSMRFCEzFSMgJwYhIzUzIDURIzUzETQhIzUzIBc2ITMVA0D+wICAAUBAQP7wcHD+8EBAAUCAgP7AQEABEHBwARBABYDg/mCA/eDggJKSgOACIIABoOCAkpKAAAAAAAkAAP8ACAAGAAATABcAGwAfACsALwA3ADsAQQAAASMRMxEhNSEVIREzESMRIRUhNSEFFTM1IRUzNRE1IxUlNTMRIzUhFSMRMxUFNSMVASERIREhESEBIREhAREhESEVCACAgP6A+wD+gICAAYAFAAGA/wCA+QCAgAYAgID7AICABgCA/gABgPyA/oADgP0AAoD9gAQA/wD+gASA/AD+gICAAYAEAAGAgICAgICAgPoAgICAgAQAgID8AICAgIAEAP0AAQADAP2AAgD9AAIA/oCAAAAACgAA/wAJAAYAAB8AIwAnACsALwAzAD8AQwBHAFcAAAEjETMRITUhFSERMzUhFSERMxEjESEVITUhESMVITUhBRUzNQEVMzUhFTM1ETUjFSUjFTMlITUzESM1IRUjETMBNSMVITUjFRkBIzUhETMRITUhFTMVITUJAICA/oD8gP6AgP6A/oCAgAGAA4ABgIABgAGA/wCA/QCA+oCAgAWAgID7gAOAgID8gICAAgCABYCAgP6AgP6A/oCAA4ADAP2A/oCAgAGAgIABgAKAAYCAgP6AgICAgIABgICAgID7gICAgICAgAKAgID9gP2AgICAgAEAAoCA/oD+gICAgIAAAAIAAP+ABgAFgAARABgAAAERISImNRE0NjMhMhYVESEiBhchBg8BBgcEAPxgKDg4KAVAKDj+YCg4gAF9DzK4MlIBIP5gOCgFQCg4OCj8YDhIUjK4Mg8AAAADAAD/gAYABYAABgAPACMAAAEjFTY/ATYlIREhESERNDYBERQGDwEOASMhIiY1ETQ2MyEyFgV4+B0MuQz+8gEg+wADgDgByCgcuBxgKPwAKDg4KAVAKDgBAPgKDLkMnQOA+wABICg4A6D8AChgHLgcKDgoBUAoODgAAAAABgAA/4AJAAWAAAsAGAAnAEEAVABkAAAAFAYHBisBNTMyFxY2FAYHBisBNTMyFjMWBREjERQGIyInFR4BHwEgJTUGBwYmNDYXFhc1LgEvASYOAhQeAjc2JTQmJzU+ATU0JiciJiMhESEyNhMRFAYjISImNRE0NjMhMhYHnx8XCAqZmQoIFw0eFwMMi4sDCwEX+2nkTENseTWIKSoBSALKY2VsenpsZWMwaBwcf7diLCxit39lA0lWQjlAUkIDEgX+OQHrSl+ATDT4ADRMTDQIADRMAjQ0JQUCjAIFrzIiBAGBAQTgATT+zDpJO3APEAEBIXE0BwhiumIIBzNwDA8CAgYoUGB0YFAoBgSONkUFAwhDLjdCAwH+AkkDNvsANExMNAUANExMAAAFAAD/gAkABYAABQALABoALgA+AAABEQ4BFBYkNCYnETYAEAIEIyIuAjU0EiQgBAE0LgIjISIEAhUUEgQzITI+AgERFAYjISImNRE0NjMhMhYDWmqEhAJihGpqAVud/vKfd9mdXZ0BDgE+AQ4CHG+484P+07D+2a+uASquAS2B9bhvAVhMNPgANExMNAgANEwBJwK1Kb3qvb3qvSn9SikB0f7C/vKdXZ3Zd58BDp2d/kyL9aZgov7Wuqv+26plqewDBvsANExMNAUANExMAAAAAwAA/wAHAAYAAA8AHwA7AAAFETQmIyEiBhURFBYzITI2ExEUBiMhIiY1ETQ2MyEyFgEVIzU0JiMhIgYVERQWOwEVIyImNRE0NjMhMhYGgBMN+8ANExMNBEANE4BeQvvAQl5eQgRAQl7+gIATDfvADRMTDaCgQl5eQgRAQl5gBEANExMN+8ANExMETfvAQl5eQgRAQl5eAT6goA0TEw37wA0TgF5CBEBCXl4AAAYAAP8ACIAGAAACAAUANQA9AFUAbQAACQEhCQEhAQ4BBxEhMhYdARQGIyEiJj0BNDYzIREuASchIiY9ATQ2MyE+ATIWFyEyFh0BFAYjBDI2NCYiBhQBFA4CIi4CNTQ+Azc2MhceBAUUDgIiLgI1ND4DNzYyFx4EBsD+gAMA+YD+gAMAAbUOPygCYA4SEg76wA4SEg4CYCg/Dv4VDhISDgHrFWJ8YhUB6w4SEg79P0IvL0IvBJBdjpOEk45dRnJkaAQSTBIEaGRyRvsAXY6ThJOOXUZyZGgEEkwSBGhkckYEQP1AAsD9QAOAKD8O+vUSDkAOEhIOQA4SBQsOPygSDkAOEjlHRzkSDkAOEhAvQi8vQvxhSXRCISFCdEkLjNG2ugchIQe6ttGMC0l0QiEhQnRJC4zRtroHISEHurbRjAAAAgAA/wAGAAYAAC0ATQAAARACBxYSETMyFh0BFAYjISImPQE0NjsBEBI3JgIRIyImPQE0NjMhMhYdARQGIwE+AzUhFB4CFx4BFAYHDgMVITQuAicuATQ2BYDVoKDVYA4SEg76QA4SEg5g1aCg1WAOEhIOBcAOEhIO/YpNkHNG/ABGc5BNExcXE02Qc0YEAEZzkE0TFxcFgP77/m9qav5v/vsSDkAOEhIOQA4SAQUBkWpqAZEBBRIOQA4SEg5ADhL9PB1/svKEhPKyfx0HISghBx1/svKEhPKyfx0HISghAAADAAD/AAYABgAALQAzAD8AAAEQAgcWEhEzMhYdARQGIyEiJj0BNDY7ARASNyYCESMiJj0BNDYzITIWHQEUBisBIRQXITYRNC4CJyMOAxUFgNWgoNVgDhISDvpADhISDmDVoKDVYA4SEg4FwA4SEg7g/AAJA+4JRHGMTOZMjHFEBYD++/5vamr+b/77Eg5ADhISDkAOEgEFAZFqagGRAQUSDkAOEhIOQA4SQj49+kOC77F/Hx9/se+CAAAAAAMAAP8ABgAGAAAtADMAOwAAARACBxYSETMyFh0BFAYjISImPQE0NjsBEBI3JgIRIyImPQE0NjMhMhYdARQGKwEhFBchNgMuAScjDgEHBYDVoKDVYA4SEg76QA4SEg5g1aCg1WAOEhIOBcAOEhIO4PwAVQNWVTk2t2fmZ7c2BYD++/5vamr+b/77Eg5ADhISDkAOEgEFAZFqagGRAQUSDkAOEhIOQA4SzrKy/A6NySoqyY0AAAIAAP8ABgAGAAAtAEcAAAEQAgcWEhEzMhYdARQGIyEiJj0BNDY7ARASNyYCESMiJj0BNDYzITIWHQEUBiMBPgM1IRQeAhceARQGBwYHISYnLgE0NgWA1aCg1WAOEhIO+kAOEhIOYNWgoNVgDhISDgXADhISDv2KTZBzRvwARnOQTRMXFxOJawK8a4kTFxcFgP77/m9qav5v/vsSDkAOEhIOQA4SAQUBkWpqAZEBBRIOQA4SEg5ADhL9PB1/svKEhPKyfx0HISghBzORkTMHISghAAAAAwAA/wAGAAYAAA8AOQBJAAAFMhYdARQGIyEiJj0BNDYzNz4INy4IJyEOCAceCBcTMhYdARQGIyEiJj0BNDYzBeAOEhIO+kAOEhIOYgMaIjoxUDRZLCsrLFk0UDE6IhoDBPwDGiI6MVA0WSwrKyxZNFAxOiIaA2IOEhIO+kAOEhIOQBIOgA4SEg6ADhJAN2hWWEBLLUEeHBweQS1LQFhWaDc3aFZYQEstQR4cHB5BLUtAWFZoNwYAEg6ADhISDoAOEgAAAAIAAP+ABgAFAABBAGoAAAEiBh0BIzU0JiMiBhURJzU0JiMiBh0BFBcBFhUUFjMhMjY9ATQ3EzY9ATQmIyIGHQEjNTQmJyYjIgYdASM1NCYnJicyFzYzMhYXNjMyFh0BFAcDBhUUBiMhIiY1ASY9ATQ2MzIXPgEzMhc2AwA1SyBAMC5CIEAwLkIjATYnJhoCgBomCmwKQDAuQiAyJw4JLkIgQTIFCFRBOUI7aCIbIGSMDW0GcFD9gFRs/sxMjWMLBQaLXzQuSASASzWAXTBDQi7+Ux6sMENCLuAvI/7YJz8aJiYaGSkkAbQkKfYwQ0IuIH0oQQgCQi6AejNNBQGAMiI2MQePZPYzOf5MGC9QcHVUAShJZuBjjQFfghVFAAAAAAIAAP8ABmAGAAAxAFgAAAAiBhURIxE0JiIGFRkBJyYjIgYVFBcBFjMhMjY3EzY1ETQmIgYVESMRNCYiBhURIxE0JjIWFzYzMhYdATYWFREUBwMOASMhIiYnASY1NDYzMhcRNDYzMhc2A55cQiBCXEKaJkA1SxoBgCZAArAiNgdMBUJcQiBCXEIgtIhzHxMXY41plwhMDn1R/VA8bST+gDOWak4yjWMXEx8FgEIu/XACEC5CQi798P8AzTNLNSsi/gAzLCIBlSAbAfIuQkIu/vACEC5CQi798AKQLsJHPQSNYxEGjGn+Digr/mxPaDcvAgBEVmqWIgGyY40EPQAAAAAFAAD/gAcABYAAJgA1AEoAYgCDAAAFIyInJj0BLgE1NDchIiY0NjsBJy4BNTQ2MzIXBSEyFhURFAYHBQYDDwEOARUUFjMyNyUuATUBNCYjIgcFDgQVFBYzMjclPgEDJSYjIgYVFBYXBRUhIgYUFjMhNzU0PwEDMjclPgE1ETQmIyEHBhURFBYyNj0BMxUUBx4BFRQGBwUEMbGjPxc+SQX++2qWlmpxLEpblmouLQJ0AZFqlmxW/q1cj5ujHiRCLhoUAVIxPwFAQi4aFP7eHBIrEBA/MhQSAWAeJOj9dhgWNUstJQIO/YA1S0s1AhfpLm9sUkkBUys2SzX+zIgkQlxCIDk0RS4m/sqAjTE1BR51RSYKltSWERyDUGqWEe+Wav1kWIsVVRcCx0dKDjchLkIKmgpQMv8ALkIKhA0IGhUlFjJACaAONwMR+AhLNShCDshAS2pLasY/K2b8ABNVC0UsApw1S34hMf7YLj5GLtDQRiwIUTUqSBGNAAAAAAIAAP8ACAAGAAAkAGIAAAEyFhcBFhURFAYjISImPQElISImPQE0NjMhNyEiJicmPQE0NjMBETQnASYjISIGFRQeARc+ATMhFSEiBhUUFx4BMyEzMhYVFA8BDgEjISIGHQEUFjMhMhcFHgEdARQWMyEyNgR/PW4kAjx2cFD+gFBw/uL93lBwqXcBpCr9UmSTCEFwUAbAXf3DJ0D8QRomAxARCjMfA0D8wBomAwhILQKAWyg4BUAKMh/+RUJeJhoCMRANAT0YHSYaAYAaJgYAODH885/I/p1QcHBQsY9wUCB3qYCHY09nIFBw+cABY51/Aw00JhogIy4UHyYgJhosDiw6OCgPD8AdJV5CIBomB54NLhvFGiYmAAACAAD/AAeABgAAMgB0AAABIiYnAyY1NCcDJjU0Njc+ATMyFhcbAT4BMzIWFx4BFRQHAz4FMzIWFRQGBwEGIwMiBgcDIwMuASMiBhUUFxMjAy4BIyIGFRQXEx4BFxMeATMhMjcBNjU0JiMiBwU1NBoBNzY1NCYjIgYHAyMTNjU0JgHLTXkTZQ0FdAd8XRGDV1OCFFNnFIJTWYUOXHgHewo3FjAiMRlpljky/gVEVTEmPQmkf5EJPSYwQAOEGmMJPiYvQgN0BwQIZAg0IQK2KiIB+zhLNCsi/s1ASAMEQC8nPQl0GpYDP/8AX0sBkTkzLRYB3RseXYgKVWxnUf6kAaxRZ3NXCopdGCP+AAcrEB4LC5RpPnAm/oQzBoAwJv1WAlomMEIvDw393QGYJTNCLg4M/iIcdB7+byApGgF7K0M0SRrm4wQBDAEoDRILL0QwJv4eAnAODjBEAAUAAP8ABoAGAAAzAFsAXwBjAGcAAAEiBhUZAScmIyIGFRQXARYzITI2NxM2PQE0JiIGFSM1NCYjIgYdASM1NCYjIgYdASMRNCYnMhYdATYzMhc2MzIXNjMyFh0BFAcDDgEjISImJwEmNTQ2MzIXETQ2ExEjESERIxEhESMRAoA1S5cpQjRKGgGAJkACzhYjBVwYOFA4IEAwLkIgSjY1SyBKNmuVFgpjSi80cUcbHV6CHFwQaEL9MjxtJP6AM5VpRzuW6iABICABICAFgEs1/gD+gMo2TDQrIv4AMxsVAXBgYtkpPDgoPTBDQi5AWjdPSzVgAjo3T4Cba9wCRRVXB4de2XRt/pBAUTcvAgBEVmmXIwIjapb6gAGA/oABgP6AAYD+gAAFAAD/AAYABgAAJQA0AEkAYQCCAAABMhcWHQEUBwMOASMhIiY1EQMmNTQ2MzIWHwE1NDYyFhURNjMyFgciBg8CMzIWFxM2NTQmFyIOAwcDBhUUFjMyNjcTNjU0JgEUFxMVNzY7ATcRNCYiBhURIwMuASMiBgEyNjcTNj0BAw4BIyImJwYrATUzMjY0JiMhIg8BERQWMwUIPC+NF1UVi1j9ZGqW7xGWalCDHBGW1JYbFUV1uiE3DkpHNzJQCpoKQq8WJRUaCA2ECkIuITcOoAlA+0EI+GYrP8ZqS2pLQMgOQig1SwQcLEULVRONEUgqNVEILEbQ0C5GPi7+2DEhfks1A3kXP6OxXlz+rVZslmoBkQJ0LS5qlltKLHFqlpZq/vsFSTckHqObPzEBUhQaLkKHEBArEhz+3hQaLkIkHgFgEhQyPwFnFhj9dkVvLukCFzVLSzX9gAIOJS1L+us2KwFTSVJb/somLkU0OSBCXEIkiP7MNUsAAAAAAgAAAAAHtAQAABkARwAAARUUBiMhERQGKwEiJjURISImPQE0NjMhMhYFExYHBisBIiYnCwEGKwEiJwsBDgErASInJjUTPgE7ATIXExYXPgE3EzY7ATIWA1kTDf7WEg2HDRP+1w0TEg4DGQ0TBA5NAQkKDYYMEgEuvQgVeBQJvC0BEgyHDQoJTgESDI4UCdwKCgMNBN0JFI0NEgPgdQ0S/NQNExIOAywSDXUOEhMK/D8NCwoRDAJM/lcTEwGr/bIMEQoKDgPBDBET/fgYGwcjCQIIExEAAAAABAAA/wAHAAYAAAkAKgA6AEoAAAE0JyYrAREzMjYXExYHBisBIicDIxEUBisBIiY1ETQ2MyEyFx4BFRQGBxYCIAQGAhASFgQgJDYSEAImABACBgQgJCYCEBI2JCAEFgQSPCFUe6JCSDTNCAkIE5gUCMKbEg6GDhISDgEmgD5VYlVJBi3+1P7wxXV1xQEQASwBEMV1dcUB2o7w/rT+lP608I6O8AFMAWwBTPADQVghEv7nStn+ixEOEBEBbf6iDhISDgPADhIYH5xmXJMkCgM2dcX+8P7U/vDFdXXFARABLAEQxf5L/pT+tPCOjvABTAFsAUzwjo7wAAAEAAD/AAcABgAALQBbAGsAewAAATI3Ni8BJicmDwEOBSMiJjU0NjMyFh8BFjc2PwE2Jy4EIyIGFRQWITI3Ni8BJicmDwEOBSMiJjU0NjMyFh8BFjc2PwE2Jy4EIyIGFRQWAiAEBgIQEhYEICQ2EhACJgAgBBYSEAIGBCAkJgIQEjYCXZloDgstBhIQCwQEDxQbHiUTTGJgSiVFEBALDxAINQ0PAxAsNVItlMTCAwyZaA4KLQgREAsEBA8UGx4lE0xiYEolRRAQCw8QCDUNDwMQLDVSLZPFwif+1P7wxXV1xQEQASwBEMV1dcX9pAFsAUzwjo7w/rT+lP608I6O8AEvaBISUg0EAg0DBAwPDgwHZE1MYxwODgsBAgxOFBMEEB8ZFMGQkr9oEhJSDgMCDQMEDA8ODAdkTUxjHA4OCwECDE4UEwQQHxkUwZCSvwQxdcX+8P7U/vDFdXXFARABLAEQxQEVjvD+tP6U/rTwjo7wAUwBbAFM8AAAAgBA/+AHwAUgAAsAFwAACQQXBycJATcJAyc3FwkBBwEHAQLgAYD+gP1gAqCoYEj+IAHgwf7fAqACoP1gqGBIAeD+IMEBIWD+gALg/oD+gAKgAqCoYEj+IP4gwQEfAqD9YP1gqGBIAeAB4MH+4WABgAAAAAADAAD/AAcABgAACwAXACcAACUJAQcXBwkBFzcnCQU3JzcJAScHABACBgQgJCYCEBI2JCAEFgLNAQ/+6VjAYP7pARcoV3/+OgMsAcb+Ov7xARdYwGABF/7pKFcDTI7w/rT+lP608I6O8AFMAWwBTPC2AQ8BF1i/YAEXARcoV4D+Ov5CAcYBxv7x/ulYv2D+6f7pKFgB+f6U/rTwjo7wAUwBbAFM8I6O8AAKAAD/3AkABSQACwATABwAJQAvADkARQBTAFsAgAAAARQGIyImNTQ2MzIWJBQGIiY0NjIFNCYiBhQWMjYkNCYjIgYUFjIlFAYjIiY0NjIWJBQGIyImNDYzMgAQACMiDgEUHgEzMgEmISAHMh4CFTQ+AgAQACAAEAAgEyEOAQcWFRQCBCMiJicGBy4BJw4BIyIkAjU0Ny4BJyE2JDMyBAKLNyYnNzcnJjcEgjdONzdO/CdxoHFxoHEEgXFQT3JxoPxFo3N0o6TmowSCo3Rzo6NzdPzf/vG/fdR8fNR9vwOr/v7S/sH+ddSZW1eVzgJR/vL+gv7xAQ8BfgQBfyw+CW6a/vibhehQL1ILVSBQ6YWb/viabgk+LAFtlQGc4uABigIbJzc3JyY3NwJONzdONl5PcnGgcXEBoHFxoHHAdKOk5qOjAeajo+aj/igBfgEPfNX61XwEC29uW5rUdXPRmF79BwF+AQ/+8f6C/vEEBDN/M5e6nP74mXBjOHsWeSVjcZkBCJy6lzN/M2RxcAADAGb/AASaBgAACQATAEwAAAAgADU0ACAAFRQAIgYVFBYyNjU0AR4BDgIHBgcXARYUDwEGIicmJwEGIi8BJjQ3ATcmJy4DNjc+AhYXHgQzMjY/AT4BHgEDPP6I/vYBCgF4AQr+lriDg7iDASwNBA0oLSdzyEkBCx4eDB9WH0PI/vUfVh4MHx8BC0jLcictKA0EDQokMEAhBRRCSHA5W6YlJiFAMCQCdQEKu7wBCv72vLsBm4NdXIODXF39pxstJCkhGUkVSP71H1YeDR4eRMj+9B4eDR5WHwELSBVJGSEpJC0bFB4OEhoEDiMaFjMZGRoSDh4ABAAA/4AGAAWAAAcANgA+AE4AAAAUBiImNDYyAS4BBgcOAiImLwEuAQYHBhYXFhcHBgcGFB8BFjI/ARYXFjI/ATY0LwI2Nz4BAhAmIAYQFiABERQGIyEiJjURNDYzITIWA59dhF1dhAEzCiQ7HwomfIJ2GxsfOyQKFihDU48zjjEWFgkWPRa/ck0WPRYJFha/NI1UQyhHvv70vr4BDAJ6qXf8QHepqXcDwHepA/6EXV2EXf32FBgFGQgYKCQSEhkFGBQtOyw1DjSOMBY9FgkWFr9zTBYWCRY9Fr40DjUsOwESAQy+vv70vgHo/EB3qal3A8B3qakAAAACAAD/gAa4BYAAEgAoAAABMhYVERQCBgQjIiQmAjURNDYzATI3ATY1NCYjIgcJASYjIgYVFBcBFgYdQVqI5f7Br7D+weaIXEACwS8jAZQlRTEvI/69/r0jLjFFJAGVIQWAW0H9+bD+wOaHh+YBQLACB0Bc+9ghAYQjMjFFIf7KATYhRTEzIv58IQAAAAEAAP+YCQAFZwBMAAAFAQYABwYmNSYAJy4CIzQmNSEVDgIXFgAXNhI3JgInJic1BRUOARceARc2NzYmJzY0NTI+ATMVDgEHAxYSFwEuAic1BRcHBgcABwXW/tkZ/vVBATVS/qVWFVt0LAECRydRNBAaAX0tH9oWE9YdJqMCATxDFSFsIG4/GERfAUDVkxM+ciHVDeUHAbkORzsaAcwBAYs+/fIhZwK3Mf3/hQEBAcEDFMoyc1YFJggyAhw6Izv8kGQ9AZsqJwHkNUUCMgEvAi4uRu9E1pU3MQIHJAYBATECPjL+RiH9/hED+SYxDgEyBAIsBI37QEsABQAA/wAHAAYAAAoAGAByAIIAkgAAARQGIyImNTQ2MhYXAQ4EBwE+BCUUBy4CIyIVFBcOAQcnJiMiBh8BBiMiJz4CNTQjIg4BBy4BJzc2NTQmDwEmNTQ3HgIzMjU0Ji8BPgE3FxYzMjYvATYzMhcGFRQzMjceARcHBhUUFj8BHgEQAiYkIAQGAhASFgQgJDYSEAIGBCAkJgIQEjYkIAQWA7UhGRomIjImDwFeCXWGi18D/qMHeISMXgKKaAMcGQQNO0rdgxABDgUGARBISsetARgTDQYWFwJxnh9FCgsFRA5tAiEbBA0ZFBRN4IQPAg0FBgEPRz/MrycMCyVvmR84CgsEOQ5Vf9b+2P66/tjWf3/WASgBRgEo1t+O8P60/pT+tPCOjvABTAFsAUzwAoMaJiEZGiYhUwJFCG18glsG/bwHbnuDWzzJqgISDw0KInCdIEMKCwRED2kCJR4EDR0oA0vhhA8DDAUGAQ9IQ86tARYQDAYTDAxwmh5DCgsFQg1tOAkNQEveggwCDgUGAQ1I5wFGASjWf3/W/tj+uv7Y1n9/1gKB/pT+tPCOjvABTAFsAUzwjo7wAAAEAAD/AQcABgAACwAWACIAKgAAATYXFhclJgQHATYkCQEWBDcDJiQCNRAlFhICBgcGJQE2AickMhYUBiImNAN98NPoeP0aoP70M/7sgAFu/d0BUUgBFprm1P6mxwbEOgNkzo/m/vQBlVgLZf44+rGx+rEGAAJ6hu4nCaeSAaifrf5s/WmPlB3+PSH5AX/cAQs3lv6//t39U4UOAm+DAT92BrH6sbH6AAABAAL/AAcABckATQAAASAAJyYCGgE3Az4BFz4BNw4BFx4DFxYGBw4CBxcnBh4CNz4CFx4BBw4EJw4BJx4BPgI3Ni4BJx4BFzYCJwQAExYCDgEEA4f+5f5FbDoSRphnCwtyDSrtdDaDBxlLM1UIDwsZBRdaOA+LEhUzUCkzXkklPTkJAQMOFikaPKl9SrGglWsbKwhDLVdkGw+RiQEJASYEAlWi2P7p/wABLfiDAVQBRQErXf7nDgMRUXICLc88CAsEBAEFUSMHFzAKvUMrTTgbBwkzJwIEOiQCBxINCANfUQs9Kx9JZjVby64mJlNHqgFab03+a/7Ff/8A3KxjAAAAAgAA/wAHAAYAACMANwAAASYjIgQHDgEHFR4BFxYEMzI3BgQjIicmJCYCNTQSNiQ7ARYEARQCBwYjIic2EjU0Aic2MzIXFhIF1aXCm/7sZktZBARZS2YBFJvCpXn+zakdDq/+xOSGjvABTLYDqAExAaSaiGh2iXaax8aad4d3a4eXBRxukn9d+o0qjfpdf5JubHgBCJTuAUSxtgFM8I4Bd/z4wP6rfj9UOAFi5OMBYjlTQX3+rAAAAAQAAP8QBwAF8AArADUAPwBGAAABFAchFBYzMjY3IQ4BBCMiJwYjIhE0NzY3EiUGAxIAITIXJDMyHgIVFAcWAzQmIyIHHgEXNgEUFjMyNy4BJwYBIS4BIyIGBwAH+4HblGOtMgGnOOX+zqi7qeSm7S0RXMcBFLjzPwG5ARkeDwD/skBoVTBLZUZqVGySectFM/nGYVZzl3q3LmIB+ALYBdiPkNcCVzgwksVdVJ/0hVN0AQdzoDypAWj2T/7tARIBXwF1GjdiQnSqtgGwU2JGL6lvh/t8Vl1TSN6GzQJKjr6+AAAAAAIAAP+AB4AFgAAPADMAAAERNCYjISIGFREUFjMhMjYTERQGIyEVITIWHQEUBiMhIiY9ATQ2MyE1ISImNRE0NjMhMhYHABMN+cANExMNBkANE4BeQv0gAWAOEhIO/MAOEhIOAWD9IEJeXkIGQEJeASADwA0TEw38QA0TEwPN/EBCXoASDkAOEhIOQA4SgF5CA8BCXl4AAAAAAgAW/4AG6gWAABcAPgAAEzMGBw4DHgEXFhcWFxYXISImNRE0NikBMhYVERQGKwE2AwUOAwcGJy4CJy4BNjc+ATc2HgMXJSaKxUY4JC4OAxgSEwQCMx45X/7wMEREBOgBNDBERDCy1BD+KwIUKk03e0wgKj0iIxUKEhRVPC1NOTMjEQHURAWAQFU4doVrnV9ZEwnuW6toRDAFGDBERDD66DBE0gFjZS1KRjEMGkIbRL6jo8hOJilADQwLFy8xIGSvAAAAAAQADv8ABXkGAAAlAEYAqwDFAAAFBwYHBiMiJyYnJicmJyY3NhcWFRYXFhcWFxYzMjc2PwE2FxYXFgEHFxYHBiMiLwEHBiMiLwEmNTQ/AScmNzYzMh8BNzYXFgUUBwYHDgEiJicmJyY1IyY3NhcWFzMRNTY3NjMyFhUUBiMiJyY3Nh8BHgEzMjY1NCcmIyIHBhURFjMyPgI1NCcmIyIHBg8BDgInLgE1ETQ2MyEyFCMhETM+ATc2MzIWFxYXFgMWFAYHBiMiJyYnJiMiBwYnJjc2NzYzMhcWBXkGcZKao6WYlG9xPioMBDQzBQESHDJmYoCEkI+FgGEGCg8MFST+FUI/FRwRDwoJPkIFCg8QAhIIQkIQHhINBgdBQRIeGwHHLi1RUNby1lBSKw8BCTQyCiU8AQNjaZST0NGSOjYcDxAcDg4mC2iQSEdoa0dAboRgsoZJjYzHyIw1GAIICiEWFR8VEQNtHh781QEofC5tennWUFEtLh8JCwsaDQkHamWAlIWBGxIJAQMNgqmkmIkLBnE+QEA/cHCSZ1YcCAgcAQNaRXxmYjY4ODdhBgoEAxMlAlJCPxUcEQo9QgUQAg8OBwpBQhAdEgVCQREeG0p2bmlRUFxcUFJoIQcbERAcY0QBUwKIYGfOkpPQEAsyMwgDAwaPZ2VGR1BIWP5jQ0mGsF/GjYyMNSICCwkKCAUXDwKoDxdu/h0qVBMuXFBRaXAB0AgUEA0aB1sqODEKLxkNEAQ5QDoAAAQAHf8ABuEGAAAbAD4AdACCAAAlNhYUBw4EIyIuAycuAT4BFhcWFwQlNiUWBgcGBwYmNz4BJy4DDgIjDgMqAi4BJyY2NzYWARQeAh8BBy4BLwEmJw4DLgI1ND4FNzU0JyYjIg4DByU0PgMzMh4DFQEUFxY3Njc2PQEOAwYPDxYPDT6Bmd92d+60pWQiCAQGCg0FwGwBhQGavgGYCxEUIjMREgkVLxEFFSEaLBMrAQYOCAkFBgMDAQEGajIufP6EGyUmDg3jKE4TEwsOJneIkINoPjhYfXiMYzIVIlcGFTw0PBL+2ixafrFmZKJhQRn9YEZCSVQeDjtobUE8BgYdExA3UUMxPlt1XSkJDwkFAQR1MbBWKNIQazFTKQ4KEy2ZFgcJAwICAgQBAQEBAQICEDAGBwwBqR9CMioLC+AlTRQUCxY7VygGMFOPW1SMXUkpHAkCf0EgNQIWJVI3Gzx2bFIxMkldTyL9nlYvLBYZYi04ogIUL18AAAAFAAD/AAaABgAAIwAzAEMARwBrAAABMhYVERQGIyEiJjURNDY7ATU0NjsBMhYdASE1NDY7ATIWHQElERQWOwEyNjURNCYrASIGBREUFjsBMjY1ETQmKwEiBgERIREBMzIWHQEUBisBFRQGKwEiJj0BIyImPQE0NjsBNTQ2OwEyFhUGADRMTDT6gDRMTDSAXkJAQl4BgF5CQEJe/wASDkAOEhIOQA4S/QASDkAOEhIOQA4SBID6gAMA4A4SEg7gEg5ADhLgDhISDuASDkAOEgUATDT7ADRMTDQFADRMYEJeXkJgYEJeXkJgYP7gDhISDgEgDhISDv7gDhISDgEgDhIS+hIEAPwAAkASDkAOEuAOEhIO4BIOQA4S4A4SEg4AAAAFAAD/AAaABgAADwATACMAMwBXAAABFRQGIyEiJj0BNDYzITIWASERISURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2JREUBiMhIiY1ETQ2OwE1NDY7ATIWHQEhNTQ2OwEyFh0BMzIWBIASDv3ADhISDgJADhL8AAWA+oABgBIOQA4SEg5ADhIDABIOQA4SEg5ADhIBgEw0+oA0TEw0gF5CQEJeAYBeQkBCXoA0TAGgQA4SEg5ADhIS/dIEAMABIA4SEg7+4A4SEg4BIA4SEg7+4A4SEk77ADRMTDQFADRMYEJeXkJgYEJeXkJgTAAABQAA/wAGgAYAACMAJwA3AEcAawAAJQcGIi8BBwYiLwEmND8BJyY0PwE2Mh8BNzYyHwEWFA8BFxYUASERISURNCYrASIGFREUFjsBMjYlETQmKwEiBhURFBY7ATI2JREUBiMhIiY1ETQ2OwE1NDY7ATIWHQEhNTQ2OwEyFh0BMzIWBFcuCRoKvLwKGgkuCQm9vQkJLgkaCry8ChoJLgkJvLwJ/CAFgPqAAYASDkAOEhIOQA4SAwASDkAOEhIOQA4SAYBMNPqANExMNIBeQkBCXgGAXkJAQl6ANEyXLgkJvb0JCS4JGgq8vAoaCS4JCby8CQkuCRoKvLwKGv7gBADAASAOEhIO/uAOEhIOASAOEhIO/uAOEhJO+wA0TEw0BQA0TGBCXl5CYGBCXl5CYEwAAAUAAP8ABoAGAAAUABgAKAA4AFwAAAkBBiInASY0PwE2Mh8BATYyHwEWFAEhESElETQmKwEiBhURFBY7ATI2JRE0JisBIgYVERQWOwEyNiURFAYjISImNRE0NjsBNTQ2OwEyFh0BITU0NjsBMhYdATMyFgUX/gAKGgr+4AkJLgkaCtwBvAoaCS4J+2AFgPqAAYASDkAOEhIOQA4SAwASDkAOEhIOQA4SAYBMNPqANExMNIBeQkBCXgGAXkJAQl6ANEwCPP4ACQkBIAoaCS4JCdwBvAkJLgka/ToEAMABIA4SEg7+4A4SEg4BIA4SEg7+4A4SEk77ADRMTDQFADRMYEJeXkJgYEJeXkJgTAABAAD/AAcABgAAHQAAATIWFREBNjMyFhURATYzMhYVERQGIyEiJjURNDYzAcAaJgIYERcaJgIYERcaJiYa+YAaJiYaBgAmGvyFAa0OJhr+hQGtDiYa+4AaJiYaBoAaJgADAAD/AAQABgAACwATACMAAAAyNxEUBisBIiY1EQIgABAAIAAQJTI2NCYjIgYVFBYyNjU0NgG+hD4mGoAaJlQBqAEs/tT+WP7UAgAOEhIOks4SHBKpAcAP/XEaJiYaAo8EMf7U/lj+1AEsAahMEhwSzpIOEhIOd6kAAAAAAwAl/wAG2wYAABsAJQA7AAABFhQPAQYjISImNRE0NjMhNTQ2OwEyFh0BITIXASERFAYrASImNQEyFhURFAYjISIvASY0PwE2MyE1IRUG0QoKjRwo+sAaJiYaAkAmGoAaJgIAKBz8vAEAJhqAGiYDQBomJhr6wCgcjQoKjRwoAgABAATXChoKjRwmGgEAGiZAGiYmGkAc+9z+ABomJhoDwCYa/wAaJhyNChoKjRzAwAAEAAD/AAgABfsAGwAfACMAJwAAARYVERQGBwEGJyUFBiMiJyY1ETQ2NwE2FwUlNgURBRElESURAREFEQfkHBYS/YAYGP2Y/ZgKDhMRHBYSAoAYGAJoAmgg+xgCQPtgAiAE4P3gBfUUIfqAFCAH/wALC/b2BQsUIQWAFCAHAQALC/b2DZr7CuYE9g37CtkE9vr9BPbZ+woAAAMAAP8ABwAGAAARACMANQAAATIWFREUBwEGIyImNRE0NwE2ITIWFREUBwEGIyImNRE0NwE2ITIXARYVERQGIyInASY1ETQ2AgANExH+IAcIDRMRAeAHBOgNExH+IAcIDRMRAeAH+6gIBgIAEhMNCAb+ABITBgATDfpAFAj/AAQTDQXAFAgBAAQTDfpAFAj/AAQTDQXAFAgBAAQD/wAKE/pADRMDAQAKEwXADRMAAAAABAAA/yAHAAUAAAcADwAXADgAAAA0JiIGFBYyJDQmIgYUFjIkNCYiBhQWMgAQAgQjIicGBQYHBiYnJjc+BzcuATU0EiQgBAKAS2pLS2oBy0tqS0tqActLaktLagHL8P5k9G5lrf76NCIMFAMEGAUlDiEPGg4PBZKn8AGcAegBnAJLaktLaktLaktLaktLaktLaksBLv6k/tmrEq04CgMBDgsPFgUhDiUaMDBDJ1r9j64BJ6urAAAAAAUAAP8ABwAFAAAHAA8AFwAuAFcAAAAUBiImNDYyBBQGIiY0NjIEFAYiJjQ2MgIgBAYVFBYfAQcGBzY/ARcWMzIkNhAmARQCBCMiJwYFBgcjIiYnNSY2Jj4CNz4FNyYCNTQ+ASQgBB4BAoBLaktLagHLS2pLS2oBy0tqS0tq6f5o/p3Rj4JXGxgumHsrOUU9zAFj0dEBUfD+ZPRGS8b++jFBBQ8YBAMFAQoCDAIHMBUpGB4LnbWO8AFMAWwBTPCOArVqS0tqS0tqS0tqS0tqS0tqSwGAi+yJcMtKMmBbUT9sJgYIi+wBEuz+i67+2asIr0MOCBURAQQQBA8DDgIINRc4LkgoWQEGloLtrGVlrO0ABAAA/wkEAAX3AAMABgAKAA0AAAkBEQkBEQEZAQERCQERAgACAP4A/gACAP4AAgACAAFZASf9sf7YA3f9sQEoBJ79sf7YAk/+2QEn/bEAAAABAFL/wAatBUAAJAAAAQYBACMiAyYDAiMiByc+ATc2NzYWFxIXFjMyNzY3NiMiBxIFFgatCv6+/rPljmIsWEhVEm1NGKgunFVfdBcsFjdBM2dlCA16OUB4AVP7A/rs/mH+UQEHoAFCAQZMYhWXKIoICYGL/uFW+aGhVYsaAYkLCAAAAAACAAD/gAYABYAAAwAKAAARIREhAQMTIRMDAQYA+gAEPd3d/Ybd3QE9BYD6AAGlAncBKf7X/Yn+0AAAAAAEAAD/gAYABYAAAwASAEEAVQAAESERIQEHFwcXNxc3JzcnIycjBwUyFgc3NC4CIyIGHQEjFTMyFREUBg8BFSE1Jy4CPgE1ETM3IyI3Nj0BND4CATUnLgE0NjURIQcXFhURFAYPARUGAPoAA4wMSx8Za2sZH0sMXzUgNf6WIBkBriNCSDGFhGBMFAoNSQHAlQYFAgEBvybnBgQEAwwbAnY2BwUC/u0XUxcMDkYFgPoABMAhU3IZOTkZclMhYGCjIC8VN0slDnN9SIAI/oIODAEHWFYOAQEEBAoFAYOABgYDUBsbHQv8w1YJAQMDDAYCCGUWBxT+jg4JAglWAAAEAAD/ZAcABgAALwA5AFEAWwAAARQGBxYVFAIEICQCNTQ3LgE1NDYzMhc2JRM+ARcFPgEzMhYUBiImNSUDBBc2MzIWARQWMjY0JiMiBgE2NCcmIgcOASImJyYiBwYUFx4CMj4BJjI2NTQmIyIGFAcAOzIM1f6Q/lD+kdULMz50U1U82gEpdAMYDgFxEkgrPlhYfFf+smgBLNs6VVN0+qJXfFhYPj1YAyoLCwoeCymgoKApCx4KCwsrl15YXpcWfFdYPT5YArI6XxkuMpv++JmZAQibLy8ZYTpSdT+YCgIJDRADUSUtV3xYVz5K/igJlz11/uc+WFh8V1j+YAseCwoKKigoKgoKCh8LKzIJCTL4WD49WFd8AAAAAQBF/wIGuwYAADAAABMzPgMkMzIEFxYdASEeAz4BNxEGDAEnJgInJhI3DgEHITYuBC8BDgNFARBVkb4BAZTnAW5vaPubAWmo09fJSVz+7f6ijb31AgPk0zA8EAJ7CCA+T1JEFhaH+caaAuV+58uVVtPGu/+8b6NSIBpDM/6HN0oCNkkBYMTyAVRiPINeTX5NOBoPAQEFT4KXAAAABAAA/4AJAAWAAAkADQARABsAADURIREUBiMhIiYBFSE1IRUhNQEyFh0BITU0NjMJAF5C+EBCXgKAAYD9AAEABmBCXvcAXkIgAmD9oEJeXgEigICAgASAXkLg4EJeAAAAAwAA/wAGuwYAAB8AMAA7AAAlJw4BIyIuATU0PgIzMhYXNyYkIyIEBgIQEhYEMzIkCQEGACEiJCYCEBI2JDMgABcDIxUjETMyHgEOAQYw2kr1jZP4kFWRx26D6UzXbv6fyqH+2tR+ftQBJqHVAXH+QAK1dP5L/u62/rTwjo7wAUy2AQQBpX2fJ2CIIC0MCi32b3iKkPiSbseRVXlsfanAftT+2v6+/trUftYCRv6g/f7ajvABTAFsAUzwjv716f50oAFgKDg4KAAEACD/AAbgBgAAAwAHAAsADwAACQE3IQEnEQEfAREJAiEBBZP9mlwDV/q1uASfFJP97AFc/gz8qQFkAzsBgpf83nQDWv0ZYF/8pgFPAn/83gI7AAADAAD/AAaABfAACwAXAH0AAAE1NCsBIh0BFDsBMiU1NCsBIh0BFDsBMgURIRE0JiIGFREhETQ7ATIdATMRNDsBMh0BMzU0OwEyHQEzNTQ+AhYzESY1NDYyFhUUBxU2MzIWMzI2MzIdARQGIyImIyIHFTI2HgIdATM1NDsBMh0BMzU0OwEyFREzNTQ7ATICgBBgEBBgEAIAEGAQEGAQAgD9gHCgcP2AEGAQgBBgEIAQYBCABQwHEAEgISwhIC0mFU0QETwHEEYbEkkTKDIBEAcMBYAQYBCAEGAQgBBgEAIQ4BAQ4BAQ4BAQ4BAQ/RABQFBwcFD+wALwEBBwAnAQEHBwEBBwcAYHAwEBAYcPIxcgIBcjDxEKDw8Q0g8NDwyFAQEDBwZwcBAQcHAQEP2QcBAAAQAAAAAJAAWAAGoAAAEWFAcFBiMiJyY9ASEWFx4FOwE1NDYzITIWFREUBiMhIiY9ASMiLgUnLgMjIQ4BIyImNDYzMhYXMzI+Ajc+BjsBPgEzMhYUBiMiJicjIg4EBwYHITU0NhcI8BAQ/sAICAkHEPymJS4QER8XHyARYBIOAUAOEhIO/sAOEmAgOiwuHCcSExccLC0Y/pgWilhqlpZqWIoWaBgtLBwXExInHC4sOiBrFWI+UHBwUD5iFWsRIB8XHxEQLiUEWiAQAtsIJgjABQQKEoA6ayUkPiAkEGAOEhIO/sAOEhIOYBQbNiZMJyk1OUkiVGyW1JZsVCJJOTUpJ0wmNhsUOUdwoHBHORAkID4kJWs6gBIUCwAAAAADAAD/AAcABgAABwARACEAAAAUBisBETMyABAmIyERMxEzMgAQAgYEICQmAhASNiQgBBYEfk84/f04AQK3g/5PtP2CAoeO8P60/pT+tPCOjvABTAFsAUzwAz5wTgEN/vcBBLj8gAENAWn+lP608I6O8AFMAWwBTPCOjvAABAAA/9kJAAUnACcAOgBNAGEAAAE0JicGBw4BIyInLgE3NjU0LgEjIgYHFhcWFAYiJyYjIgYUFjMhMjY3FAYjISImNTQ2NzYkMzIAFx4BFxQHBiMiJy4BNzYQJyY+ARYXFiQQBwYjIicuATc2NTQnJjY3NhYXBm1ENQcQBykYDAwfHAoXetJ7huI2bFAWLEAXS2lqlpZqBBZPb5nJjvvqqfDIlT4BPsPrAVsXdJn6YRcpGBMaDBJHRxIMND8SYQEAhhcpFxMaDRJsbBINGho+EgG2O18VLS8YHAMKOR5HSHvRepJ5HE4XQCwWS5XUlW9OjsjvqZnkFrjk/sPnGbt5r5AhDRE/GmgBAmgaPiQNGo5E/hjHIg0SPhqkwsOiGj8REgwbAAIAJP8ABdwGAAAJAG4AAAUUBiImNTQ2MhYnDgEVFBcGIyIuBTU0PgMyHgMVFAceAR8BMjY1NC4EJyYnLgM1ND4DMzIeAxUUDgMjIiMqAS4ENS4BLwEiDgEVFB4DFx4IBdx+tH9/tH7pc5shkultuHtiNiMMCRwtU2pSLBsIFxxsJyhzlhItNl5dSRwPdI5nKSlbhsd6eMiBWiYeKzYsEQIGExo0JC4cFA9YJSVEYyoKJkR+V0x9XUkwIhMKAg1Zf39ZWn9/vw+vdkpATipDVlRSMw4TL0EzJCMvOycOIi8bHgIBZlIaLSwmMi0iDQc3WnKJXk6Qg2E5NFJqaTMuSSsdCgoSJjZXNhATAQE+TiUYJjYwOx0ZOTZAN0Y2STMAAAMAAP+ABgAFgAAPAB8AKwAAARE0JiMhIgYVERQWMyEyNiURNCYjISIGFREUFjMhMjYAEAIEICQCEBIkIAQCwBIO/wAOEhIOAQAOEgHAEg7/AA4SEg4BAA4SAYDO/p/+Xv6fzs4BYQGiAWEBYAJADhISDv3ADhISDgJADhISDv3ADhISAf/+Xv6fzs4BYQGiAWHOzgAEAAD/gAYABYAACwAXACcANwAAACAEEhACBCAkAhASACA+ARAuASAOARAWJSImNRE0NjsBMhYVERQGIyEiJjURNDY7ATIWFREUBiMCLwGiAWHOzv6f/l7+n87OAZ4BKPqSkvr+2PqSkgHuDhISDsAOEhIO/cAOEhIOwA4SEg4FgM7+n/5e/p/OzgFhAaIBYfuukvoBKPqSkvr+2PpOEg4CQA4SEg79wA4SEg4CQA4SEg79wA4SAAAAAgAA/4AGAAWAAA8AGwAAARE0JiMhIgYVERQWMyEyNgAQAgQgJAIQEiQgBARAEg79wA4SEg4CQA4SAcDO/p/+Xv6fzs4BYQGiAWEBYAJADhISDv3ADhISAf/+Xv6fzs4BYQGiAWHOzgADAAD/gAYABYAACwAXACcAAAAgBBIQAgQgJAIQEgAgPgEQLgEgDgEQFjciJjURNDYzITIWFREUBiMCLwGiAWHOzv6f/l7+n87OAZ4BKPqSkvr+2PqSkm4OEhIOAkAOEhIOBYDO/p/+Xv6fzs4BYQGiAWH7rpL6ASj6kpL6/tj6ThIOAkAOEhIO/cAOEgAAAAADAAD/AAcABgAACwAlAD0AACUTFgcGIyEiJyY3EwETIRM+ATMhFRQWMjY9ASEVFBYyNj0BITIWJREUBiImNRE0JiIGFREUBiImNRE0NiAWBt0jAxMTHfmAHRMTAyMGXVb5VFYDJBkBAEtqSwGAS2pLAQAZJP6DJjQmltSWJjQm4QE+4YD+xxwWFRUWHAE5A0f8+QMHGCGANUtLNYCANUtLNYAhof8AGiYmGgEAapaWav8AGiYmGgEAn+HhAAYAAP8ACAAGAAAVACMALwA7AEkAbQAAATIWFAYrAQMOASMhIiYnAyMiJjQ2MwE+AScDLgEOARcTHgEzJRE0JiIGFREUFjI2JRE0JiIGFREUFjI2JRM2LgEGBwMGFhczMjYBAyMTPgE7ATQ2MyEyFhUzMhYXEyMDLgErARQGIyEiJjUjIgYHgDVLSzUPcwhILvsALkgIcw81S0s1AWUaIwIgAik0IwIgAiUZAaAmNCYmNCYBgCY0JiY0JgFgIAIjNCkCIAIjGgUZJft+XYRlE4xapyYaAYAaJqdajBNlhF0LRS2nJhr+gBompy1FAwBLakv9ai48PC4ClktqS/zgAikaAaAaIwQpGv5gGSJAAaAaJiYa/mAaJiYaAaAaJiYa/mAaJiYVAaAaKQQjGv5gGikCIgTa/mQBuVhvGiYmGm9Y/kcBnCw4GiYmGjgAAgAh/4AG3wWAAAMATwAAARMjAwEHBiMhAyEyFxYPAQYjIQMGKwEiJyY3EyMDBisBIicmNxMhIicmPwE2MyETISInJj8BNjMhEzY7ATIXFgcDMxM2OwEyFxYHAyEyFxYD30D+QAP+OAcY/rlAATcPCgoEOAUa/rlRBxjgEAoJA07+UQcY4Q8KCQNO/skPCgkDOAcYAUdA/skPCgoEOAUaAUdRBxngDwoJA07+UQcZ4A8KCQNOATcPCgkCAAEA/wAB+OAY/wAMDg7gGP64GAwMEAE4/rgYDAwQATgMDBDgGAEADA4O4BgBSBgMDBD+yAFIGAwMEP7IDAwAAAAABABr/wAFlQYAAAIABQARACUAAAEXBxEXBwMJAxEDBwkBFwEAEAIOAiIuAgIQEj4CMh4CA0mUlZWUgwHQ/s4BMv4w/10BQP7AXQD/As9Ab6rB9sGqb0BAb6rB9sGqbwHjlJUDjJWU/GEB0AEyATIB0P2dAP9d/r/+v10A/wFw/l7+x8l8MTF8yQE5AaIBOcl8MTF8yQAAAAADACj/AAPYBgAAAgAFABEAACU3JxE3JxMJAREBJwkBNwERAQJUra2trSABZP3l/tdsAXT+jGwBKQIbcaysAW6srP3x/pz95ALH/thsAXUBdWz+2ALH/eQABQAA/4AGAAWAAAcADwAXACkAMQAAJDQmIgYUFjIANCYiBhQWMgAQBiAmEDYgExQHAQYrASImNTQ3ATY7ATIWBBAGICYQNiAFAExoTExo/UxMaExMaARM4f7C4eEBPoEN++ATIKAaJg0EIBMgoBom/WDh/sLh4QE+zGhMTGhMA0xoTExoTP4f/sLh4QE+4QLAFBL6gBomGhQSBYAaJrv+wuHhAT7hAAAABQAD/0cG/QW5AAYACgAQABcAHQAAEwkBLgE3EykBATEBEyETNjIBExYGBwkBMSETNjIXaAMY/JwSDgdlAc4ClP62/fDG/jLGCDIFMGUHDhL8nAMY/jLGCDIIAz78CQJ2DSsVATT8CQZb/ZwCZBf9hf7MFSsN/YoD9wJkFxcAAAAEAAD/IAcABeAAAwAPABMAMQAAATM1IwE1BgcGJicXHgE3MgEhNSEFFAcWFRQEIyImJwYiJw4BIyIkNTQ3JjU0EiQgBBIBgKCgA0Voi4f5YAFY+JSB/igCgP2ABIBjWf79uHrOOhNMEzrOerj+/Vlj8AGdAeYBnfACwOD91FwkAgFfS2BQYQEBfeDAu6Vmf53eaVgBAVhp3p1/ZqW70QFhzs7+nwAAAAAJAAD/gAYABYAAAwAHAAsADwATACgAKwAuAD4AAAEVIzUTFSM1ARUhNQEVITUBFSE1ARE0JisBAScHASMiBhURFBYzITI2ATchBTchBREUBiMhIiY1ETQ2MyEyFgID/Pz8A/L+qwFV/WACoP1gAycMCCD+htLS/oYgCAwMCATYCAz8qbn+agKL3f5qAuJWPvsoPlZWPgTYPlYCcYCAAP9/f/4BgIABAICAAP9/f/ykBNgIDP8Aq6sBAAwI+ygIDAwEXpaWlhT7KD5WVj4E2D5WVgAAAAIAAP8ABwAGAAAfAD0AAAEmJyYnJicmBh8BHgMXFhceBBcWNzYnJicmAgEuBQInIAwBHgMOAQcGFQEjAQ4CLgIDgGg4i9AiJFkKJyc+ZVg1LAkELFB0c5NLmQEBMjUcTcz+UkxxUzs6LksnAREBwQE16YpSHgUODQ0BQ2j+5xaLaKyVugLQxFLKdBMRKBAeHytlhF5UEQhUiqqCdSBCBgMiJBU6ATL+fjyCnZjcxgEyiEhwsajlquN3VFQX/rkBHQIYDgIgVgAABQAA/wAHAAYAAC8ANwBHAFcAZwAAAC4BBwQgJSYOARYXFhcOAg8BBhYXFjMyPwE2NzMWHwEWMzI3PgEvAS4CJzY3NiQ0JiIGFBYyBBACBgQgJCYCEBI2JCAEFgAgBAYCEBIWBCAkNhIQAiYAEAIGBCAkJgIQEjYkIAQWBWQMLRr++/7o/vsaLQwbGsJtAhsaHAkKFhkJDiwQCDYRKhE2CBAsDgkZFgoJHBobAm3CGv63S2pLS2oCi2+9/vv+4v77vW9vvQEFAR4BBb3+S/7I/uTOenrOARwBOAEcznp6zgHIjvD+tP6U/rTwjo7wAUwBbAFM8ANVNBsGPj4GGzQtBi4Mnt5ZRxUZMAoEKRSLeHiLFCkECjAZFUdZ3p4MLgajaktLaktx/uL++71vb70BBQEeAQW9b2+9AWx6zv7k/sj+5M56es4BHAE4ARzO/jD+lP608I6O8AFMAWwBTPCOjvAAAAADAET/AAW7BgAALwA3AEgAAAAWBwMOASMiJy4BNxMHFhUUByc2NTQmIyIHJzY3AScHBi4BNj8BPgEXARYXFg8BJQIiJjQ2MhYUATI3FwYjIi4BNTQ3FwYVFBYFfEQFLAQ9KQYDLDkDI483lIlbzZGGZol4pAEIlbUhWDoFIO8aRB4B6CQMESvNAXMplGholGn82mpai5K9lPuSdIs8zQL2Ri/92So4AQNDLAGtCHF/2JyJZYaRzlyKchsBLFehHgVCWB3VFwcS/uUVL0My6BQBqWiUaGiU+r49i3SS+pS8lItYbZHNAAAABAAA/4AGAAWAAA8APgBOAFoAAAEVFAYrASImPQE0NjsBMhYBFA4CBw4CHQEUBisBIiY9ATQ+Azc+ATU0JiMiBwYHBiMiLwEuATc2MzIWAiAOAhAeAiA+AhAuAQAQAgQgJAIQEiQgBANwEg6gDhISDqAOEgEAHj0rJiAdFxIOoA4SFRszHx01LFc0OCcdMwkQCwhsCgQHeuOB2+7+/O2rZmar7QEE7atmZqsBkc7+n/5e/p/OzgFhAaIBYQFQoA4SEg6gDhISAeIyUDoeFRIUHA8gDhISDkQjOyQjEA0ZJB8qOxsUPwwGUgcaCsCzAUNmq+3+/O2rZmar7QEE7av+t/5e/p/OzgFhAaIBYc7OAAAEACf/AwVZBgAACQA+AE8AYAAAACImNTQ2MhYVFAEUBiYnAS4BDwEGHwETAwYHBgcGJy4BNzYbAQcXFg4CDwEGLgM1AxM2MzIXARYfAQcWBR4BHwEWFxYHBi4BJyMmJwMBFhUUBwYuAScmARY2PwE2NQGugFxcgFsBjDxDDv6RBw4EAwcLegGhQxkPDTI1HRkDAsMFVSMEChIUBwcTHxELBC7TF1pLIAGoBwcDAQf+bStbGBgkBgsvIz4oCQEGAnwDkx8DCQsUBnL+ywMIAwMLBMlbQUBbW0BB/SMyIxYXAbYMBwIDCA2L/p7+N8AqGgYaGQ08GxECWQGgpN4YJBMNAQIDDBQYDwIBKwF9Iij99wUMAwENpnHgODddIEYbFgwgExAJAV/+rTEIBQIFCykKrAHpAQQCAgkIAAAABwADAOMJAAQcAAIACwAjADEASwBlAH8AAAEzAwU0JisBETMyNgETFAYrASImPQEhBwYjISImNwE2MyEyFgQQBiMhIiY1ETQ2MyEyARQOAwcjPgM/ATQuAyczHgMfARQOAwcjPgM/ATQuAyczHgMfARQOAwcjPgM/ATQuAyczHgMXAfirAQNYZWA2NFts/cIBEw7YDhP+3TcKEv71FRMNAiwJEgFMDhQDO/vH/vIOFBQOAQzIAZgBDxw9KzMmORoQAQEBDho4JispPh0RArkBDxw+KzMmORoQAQEBDhk4JispPh0RArYBDxw9KzMmOBoQAQEBDhk4JispPh0RAQIeAQmmV2r+fHIByv0MDhQUDj5RDyQRAvUOFMb+ftwUDgL0DhT+ZAska2F3Ky13aVsbGwgdW1yDOy94Z1kaGgska2F3Ky13aVsbGwgdW1yDOy94Z1kaGgska2F3Ky13aVsbGwgdW1yDOy94Z1kaAAQAAP8ABYAF8gBKAFwAbQCCAAAFNC4BJy4CJyYjIgYjIicuAycmNDc+Azc2MzIWMzI3PgI3PgI1NCYnJiMiBw4DBwYHDgEQFhcWFxYXFhcWMzI3PgETIiY0NzY1NCcmNDYyFxYUBwYWIicmNDc2ECcmNDYyFxYQBxYiJyY0Nz4BECYnJjQ2MhcWEhACBwJpGiQCAQgJCQ8kF14YIg0GCgUIASUlAQgFCgYNIhheFyQPCQkIAQIkGlcgFBkiQDlPPx0fBgMxJiYxOBs/dAMDQCIZFCBXnxomEyUlEyY0E0tLFbg2EhMTcHATJjQTlpajNhITE1phYVoTJjQTbXR0bZkLXngJBC0bCA4LCwUVEx0EgP6ABB0TFQULCw4IGy0ECXheCxY9DAgSES9VN0MMB2va/vLaa3onWyQBARIIDD0DpyY1EyU1NCcTNCYTS9RLE7UTEzQTcgE8chM0JhOW/liWyBMTNBNb6gEA6lsTNCYTbf7o/sz+6G0AAAAAFAAAAAAIgAWAAAcADwAXAB8AJwAvADcAPwBHAE8AVwBfAGcAbwB3AH8AhwCPAJcAnwAAACIGFBYyNjQkIgYUFjI2NAIiBhQWMjY0ACIGFBYyNjQkIgYUFjI2NAAiBhQWMjY0JCIGFBYyNjQCIgYUFjI2NAAUBiImNDYyBBQGIiY0NjIAFAYiJjQ2MgQUBiImNDYyABQGIiY0NjIAFAYiJjQ2MgAUBiImNDYyABQGIiY0NjIAFAYiJjQ2MgQUBiImNDYyABQGIiY0NjIEFAYiJjQ2MgEChF5ehF4BooReXoReXoReXoReAqKEXl6EXgGihF5ehF79ooReXoReAaKEXl6EXl6EXl6EXvkgcKBwcKACcHCgcHCg/nBwoHBwoAJwcKBwcKD+cHCgcHCgBXBwoHBwoP1wcKBwcKAFcHCgcHCg/nBwoHBwoAJwcKBwcKD+cHCgcHCgAnBwoHBwoAFgXoReXoReXoReXoQCXl6EXl6E/l5ehF5ehF5ehF5ehAJeXoReXoReXoReXoQCXl6EXl6E/A6gcHCgcHCgcHCgcAGQoHBwoHBwoHBwoHABkKBwcKBw+5CgcHCgcAOQoHBwoHD7kKBwcKBwAZCgcHCgcHCgcHCgcAGQoHBwoHBwoHBwoHAAAAkAAP8ABvwGAAAHAA8AEwAbAEwAVABpAHsAjAAAFhQGIiY0NjI2FAYiJjQ2MhMBBwEkFAYiJjQ2MgEUDgIHDgMVFAYjIiY0NjMyNjU0PgI3PgI1NAAgABUUBiImNTQ+AjIeAgQUBiImNDYyJRQGIiY1NCYjIgYVFAYiJjU0NiAWJRYGBwYjIiYnJicuATc+ARcWBRYGBwYjIicmJy4BNz4BFxaAJjQmJjTmJjQmJjRTAQBa/wABrSY0JiY0AukXNCQjHx0mD+GfGiYmGmqWFzMkIignJP75/o7++SY0Jlub1erVm1v9/SY0JiY0AUYmNCaDXVyEJjQmzgEkzgGKChYZCQ4TIQdEnBUIEBE0FbcBJQkVGQsMLBBczRYHEBA0FeumNCYmNCaaNCYmNCYBLf8AWgEAhzQmJjQmAQA7Y1gvKSMmPkIpn+EmNCaWajlhVTAnLjRhN7kBB/75uRomJhp11ZtbW5vV2zQmJjQmQBomJhpdg4NdGiYmGpLOzo8ZMAoEFhOydRA0FRUIEImFGTAKBCnumxA0FRYHEK8AAAAABAAD/wAI/QYAABEAIwBnALAAAAEmJy4BIyIGFRQfARYzMjY3NiU0LwEmIyIGBwYHFhceATMyNgEOAScmIyIHMjYzMhYXFgYHBiMyFx4BBw4BKwEmJyUHBiMiJwMmNj8BEzYSNzYeAQYHBgc2NzYWFxYGBwYHNjMyFx4BJRMWBg8BAwYCBwYjIicmNjc2NwYHBiMiJicmNjc2NwYjIicuATc+ARcWMzI3IgYjIiYnJjY3NjMiJy4BNz4BOwIWFwU3NjMyBAg7GRE+JTVLJAoiMCU+ERkCcyQKIjAlPhEZOzsZET4lNUv+VhFMIz5IMzADDQNcnSgRGyQSFRUSJBsRKJ1cBhAc/t7vDg8oEaALDhbRlBGVeR9PMgcfRi97kCg/BAUwKFRLLjVzZyQaA7GgCw4W0ZQRlXkaIy0dGQcfRi97kAQIJDcEBTAoVEsuNXNnJBoSEUwjPkgzMAMNA1ydKBEbJBIVFRIkGxEonVwGAQ4cASPvDg8oAkACNSInSzU4IQgfJyI1gjghCB8nIjUCAjUiJ0sBEiMaER8RAWRTJEsRCQkRSyRTZAICG3gHIwFAFzENdwELmwERZBkHPk4aO0VUEQUwKCg/BAotCjISS3z+wBcxDXf+9Zv+72QWIx9OGjtFVBEBMCQoPwQKLQoyEkskIxoRHxEBZFMkSxEJCRFLJFNkAgIbeAcAAAAEAAD/AAcABgAAEwBEAE4AXAAAARQWMjY1NCYgBhUUFjI2NTQ2MhYCIg4CFRQWMjY1NAAgABUUDgEHDgMVFAYjIgYUFjMyNjU0PgI3PgM1NC4BARcBBiIvASY0NwEXFhQPAyYnPwE2MgQgJjQmzv7cziY0JoS4hGjq1ZtbJjQmAQcBcgEHJCcoIiQzF5ZqGiYmGp/hDyYdHyMkNBdbm/3C4v29DCIMqAwMBkCoDAzpGkdCgVvPDSICwBomJhqSzs6SGiYmGl2DgwHjW5vVdRomJhq5AQf++bk3YTQuJzBVYTlqliY0JuGfKUI+JiMpL1hjO3XVm/2M4v29DAyoDCIMBgaoDCIN6RlHmWlbzwwAAAMAAP+ABgAFgAAUAFgAaAAAARQHDgEHDgEHBiMiJjU0Njc2MzIWATQmJyYjIgcnPgE1NCMiBw4CFRQWMzIUBwYHDgEjIjU0PgM1NCcuASMiDgEVFBYzMj4BNz4BNzY3NjMyFxYzMjYTERQGIyEiJjURNDYzITIWA2INCykKAgULFAs6NEZEHBccEQHmTg0VDVuHAgMx8hgsXpVKoZMZAQQWDkstKhUdHhYHGEUfIzkZZ1dSklkVBhMFAwt2bTBPAQMFCbipd/xAd6mpdwPAd6kD/RtDMsgyCwMBAmNAWKwmDiH+OQ57BQhNAhbiQekGEZG8X5KeBgIiUzRiLxgvIBkPAQMHFh1EUiJYbGqSUBZZFgwGPBIBCQIP/EB3qal3A8B3qakAAAAAAgAl/wAF2gX/ABkAZQAAATQuAiMiBwYCFRQeAjMyFj4CNzYSNzYBFAYjJy4CIyIHBgcOAQcOAyMiJjU0PgEzMhYXFA4DFRQWMzI+Azc1NCYqAQYjIiY1ND4CNzYzIBEUAgcXPgEzMhceAQLoBA0dFycnaWwRJEUvBBwMFAoCEEAQEwLyDwgGFlBAH6e4DwYKHQgXXoOyYIefJ1c2JqQBIS4uICEgLVA1KxYFBwoKCgHj+kV7vW40NgF2TAUDZaNWFh8TegTPGB0fDxc6/veJLFNOLwEBBQwKTQE1TVv9pwcNAQMQCV0IEySLH1uxmF6niDWAaUMcARcnMkgmISg/XXZgKgkCAwH14mziwo0TCf6YYv6iJAM5Pg0HvwADAAH/AAZ/BfsAPQBSAIcAAAEyHwEWHwEWBwMOAQcNASMiJjU0NjclISImNz4BMy0BLgE3PgE7AQUlLgE3PgEzMhcFFzIWMzI2LwEuATc2BxcvAgMuAScmNjc2Fh8BDgEHBhYBExYPAQYPATYvASYvASYjIgcDJjY3NhYXCQEmNjc2FhcTAyY2NzYWFxMXHgE2LwEmNjcyFgM/IBvePTGSKAtIBi8g/fH+oAknOTYmAQT+QCk5AgI8JwG6/fcpMgYGOSUKAeH+oSYwBgY2IwYOAcDZAQQBFw8UuiMOGRsVutoFJO4BAwEYCyAfShuOAgYBIBIDpQ8EDzAMN2oCKZI1QN4iKjMl6xkOIiFNGAEK/voVFSUjSxTxiA8VIiVOEcFlCB4YAQwCOCknOANfEpQoOaouPP5jICsEOCA4KCU2BSA8KSc0AUAFQCkjLTxeCj8lJC0CYCUBLg19F1EhJsp9JQImAQYBBQEfThkXCxyTAQUCLWwBp/72SUrbOxw2Pi+qPSqUFyUBOCFRFxYQIP6gAccjUBMSGCL+XAFRI04RExom/mHEDwUUEOApPAE5AAAEAAD/HgcABWIAUgBdAG0AcAAAJSInLgEnJjU0PgY3NiUmNTQ3NjMyHwE2MyAAFxYUBw4BBxYVFAcGIyIvAgE3BgcWGgEVFAcGIyInAQYHFgAVFCMiJi8BAwYHHgEXExQlFyQTAiUeARUUBgAUFjMyFhUUFjI2NTQmIyIlJxcBTwIEVqU5FQQECgcOBhICuAEMbhF0DBIKfFxkAQoBz5MUFFv/l24RdAsTCnxA/kQHOikD+O4JDTs5A/44JysYAXwLDokEauAsIgIgB7ADNDEBEbG0/ulDSF7+bhwUVnocKByyfhQBUgkHtAI5sFweJwkUEBQMFggXA/tyxg0TCkAQ5RP+7egfTB+O30DGDRQJQBDldwM0BxgXBf42/kgDBwIDBwNJHCgr/UMECiwGxQGdNTUDLAz+uQpmW28BEgEVcECpXGq9AjsoHHpWFBwcFH6yEQQHAAAAAAQAAP+XBP4FaQAfAC8ANQBPAAABFAcGIyInJjU0PgEzMhcGByYjIgYVFBYgNjU0JzY3FicUAg8BIic+BDU0JxYnFSYnHgETIic2NzY3DgEHJjU0Njc2Nz4BNxYVFAcOAQQak5Tm6JKTiPKTYFYgB0JNp+PhAVLgIEI5Kcyfnw4dIVN/SC0PAzc3SYVYbf1TTdpIEwIqw2sjIhoubzteG0oYIHEBrtefoaGf15P3kh8+QBz2qKrt7apZTQ0kYkvA/s5kAQUgjajSr1tFIqCiAtbiO//+uUt4fyUTXpEZNjslVBosHhBVOmmUbT1NawAAAAUAAP+ABgAFgAAaACkALgBEAFQAAAE0JwYHFhUUBiImNTQ2MzIXNjcmIyIGEBYgNgMWFRQOAwcWOwE2ETQnLgEnFgU0JwYHDgEVFBc+ATcOAQcWMzI2NzYlERQGIyEiJjURNDYzITIWBBocKSwWmuibnHM1LQQXPEGaz88BNM+yAgofMlc5FRUK2yYEUDpcAYEzKVNFUBhKhR0EjUQ0OjNOFREBSal3/EB3qal3A8B3qQHvTkUZCTJAdaOjdXOpEyssFdn+ytTVAf0YLz94kXNhFgOLARB0bVC3J5wpZkhWFxNFQSglEWRBNHcmNEo1KvD8QHepqXcDwHepqQAAAAACAAD/gAYABYAATwBbAAABNCcuAScmNTQ+AjU0JiMiBiMiJzY1NCcuASMiBwYVFBcGIyImIyIGFRQeAhUUBwYHBhUUFx4CMzI2MzIeAjMyPgIzMhYzMj4BNzYAEAIEICQCEBIkIAQE/xZDZh0HJy8nJRQMKAsECAURJIZVx0wRBQQKDCgKFSMnLycHQIYWiQIIDxAMMw4jQCxHKStIK0AjDjMNEA4IAokBAc7+n/5e/p/OzgFhAaIBYQGEFgUPWEATBg8WDB0WExkQAl8TTyNOV6UjTxNfAg8YFBUdDBYPBhOKHQUWLhYFKhMJHiMeHiMeCBQoBRYB+/5e/p/OzgFhAaIBYc7OAAABAA//gAZxBYAAWwAAATYWFxYVFAcWMzI2MzIWFRQOAhUUFx4BFxYXFhUUBw4CIyImIyIHDgQjIi4DJyYjIgYjIi4BJyY1NDc2Nz4BNzY1NC4CNTQ2MzIWMzI3JjU0Nz4BA1CG1TkbCQ4OEkISHTY/Sz8MJYNPHDQc2wcIFBcUVBYlGSA+Nj5aNjRZPTY+HxolGFMRGRQIB9scNBxOhSQMP0w/NB0PQhQSDgkbQNgFgAGLezp5L5AHGyQcICwTJxwPHFKIIQwLBh1GIQs4JQ0FBSMpKBsbKCkjBQUPJToLIUYdBgsMIIpRHA8cJxQrHxslGgeOMHo6iXoAAAACAAD/gAYABYAATwBfAAABNCcuAScmNTQ+AjU0JiMiBiMiJzY1NCcuASMiBwYVFBcGIyImIyIGFRQeAhUUBwYHBhUUFx4CMzI2MzIeAjMyPgIzMhYzMj4BNzYBERQGIyEiJjURNDYzITIWBQAWQ2YdBycuJyUUCygMBAgFESSFVsZNEgYKBQspChQjJy4nB0CGFooCCA4QDTMNI0EsRykrSCtBIw00DQ8PCAGKAQCpd/xAd6mpdwPAd6kBhBYFDlhBDgsPFgwdFhMZEAI/NE4kTlelJk0mTAIQGRQVHQwWDwsOih0FFi8WBSoTCh4jHh4jHgkTKwMWAwv8QHepqXcDwHepqQAAAAABAAD/gAkABgAATwAAAQ4FBw4BBw4DBwYHJAUGBz4BPwE+Azc2BTIXHgEHAwYnJiMiBAcGLgIvATQ1NDMyNxIAMzIeBRc3PgQ3PgMJAEVwQjUWFgMKMxcPRkFQCC9o/qv+31zTL04QD0e4U4VMugEXAQkLBgbCDyCA4pL+AIhShlAqDAEGiunAAW3JBRM5NUY4NA5mAiYzR2E0Qnx3QgYALlxGSSovBhLtLh0/JiwGH8gOrDV+EB4HBxtLICUNHyYDBhYL/qcdBxhZAgEcLiIRAQEBBjcBbgE8AQkPIi1JLrEETWB7kEFSd0ohAAUAAP8ABgAGAABGAFgAXgBkAGoAAAEUBycXBgcnFwYHJxcGBycXBiInNwcmJzcHJic3ByYnNwcmNTQ3Fyc2NxcnNjcXJzY3Fyc2MzIXBzcWFwc3FhcHNxYXBzcWFzQCJCMiDgIVFB4CMzIkEhMRCQERAREBEQkBEQERCQERAQUqBezgEyfWsSw/nWc9T08OJkwmDk5KQmedOzGy1icT4O0FBe7hEyfWsS49nmdDSU0NJCcmJg5OSkJnnj0usdUlFeDtBR6d/vOed9idXFyd2HeeAQ2dSf1v/W8CkQLE/Tz9PAXE/QD9AAMAAoAtHw5OSURnnj0vstclFuTwBgbu4hMo17IrQZ5oRUhPDioiIyoOT0lDaJ89L7LXJxPg7AYG7eETKNayLz2faD5PTg4fLqABD51dndp4d9qdXZ0BDwIe/QL+gQF/Av4Bf/nLAZwDNwGb/mX8yQNb/ID+QAHAA4ABwAAAAwAA/wAGgAYAABQAKQA2AAABIQchIgYVERQWFxYzFSMiJjURNDYlMwEOBgc1Njc2NTQnATMTAREhNjchETQmJzceAQFTArMa/WdunXldF0stjMfHA9/3/h4XIzc1TFNsPqM5FBT+4+S7A1b85SUIAqZjUBllfQUmSJ5u/P1flRMFSMiMAwOMyNr68j1Vb0xRMSECwxqcNDU2NALd/bcB8vupNxIEDlWMHUMiswAAAAAKAAD/AAcABgAABwAUACEALQA5AFsAbgB4AJAA5wAAABQGIiY0NjIDNTQmIgYdARQWMzI2NzU0JiIGHQEUFjMyNjc1NCYiBh0BFBYyNjc1NCYiBh0BFBYyNgEGBCMiLgI1NDcGFRQSFzYzMhc2MzIXNjIXNjMyFhc2Eic0IyIHBiMiNTQ3BhUUFjMyNzYBNCYiBhUUFjI2ATQuASMiBgcGFRQWMzI3NjMyFhUUBz4BBRQCBwYEDwEVFAYjIicGIicGIyInBiMiJjUGIyInNjcmJxYzMjcmJyY1ND4DMzIXNjc+ATc+Ajc+ATMyFzYzMhcWFRQOAgceARUUBxYXNjMyFxYDVCI4IiI4gik8KCkdHimsKDwpKR4dKa4pPCkpPCmuKTwpKTwpAQxU/tive9WQUhVogngePTgeIDc4HiBuIB44HDENcIKOSBEeXzbiHlOykm9jDf5GQGJAP2Q/AnVLl2JNkDcwW2Y1WSQRMzUES1UBF0M8Ov7uWwQ7KzgeIG4gHjg3IB44LzhabHZdNjRxRSAnWUvAMBgSLUFsQjsWExcCFAMKGhgQV/mIIxs7V1M5BQwNEwERJhCdKBkjLTdaBOg6Ly86L/pUch4rKx5yHiwsHnIeKysech4sLB5yHisrHnIeLCwech4rKx5yHiwsAsqgx2er4HhYVq/Xov7UZTkyMjIyMjIfGV4BE7NLBhPzVnZ/lJbdRjACsjJPTzIzT0/+4GCmbEY7n21oahMGODQaFETDcm/+60JAnRoBcitAMjIyMjIyQzBEUAETH2AHLsByOGg5iZx+VDQdGQMUBg8uJhRvhARAOQUHBREPEwEGGAwGE4rwHjFQAAADAAD/gAYABYAAGQAlADEAAAE0JyEVMw4BIyImNDYzMhc3JiMiBhAWMzI2JTM1IzUjFSMVMxUzABACBCAkAhASJCAEA5UG/pbZDH1QY4yMY108aGyVoODgoKXLAVltbW5ubm4BEs7+n/5e/p/OzgFhAaIBYQJ3IR+ETFmPxo87ZWTh/sLh0ndubm5ubgF2/l7+n87OAWEBogFhzs4AAAAAAQAl/wAGAAYAACcAAAERFAcGIyIkIyIHESMRLgE1NDYyFhUUBgcVNjMyFx4BMzI3PgEzMhYGADGupEn+41WkzqA/TIC2gEw/vpljYw7DNE1YC4oUGiYEAPy5MA40OzD+rgVYGXBEW4CAW0RwGUQsDwIpEgImJgAABQAA/1EJAAUAAAUAOQBWAFwAlAAAEjI2JiIGBS4FJwcGJicmNj8BLgIGIyIPASMRMjYeAxcBFjMyNxY2NxY3PgEnFjMyPgEmFzMRIycmKwEiDwEGFBceAT8BNh4BBx4BFx4BFxYEMjYmIgYBERQGIyEOAQcOAQcOAScOAS4BJwEhIiY1ETQ2MyE+BjsBMhc2OwEyHgYXITIWmFAgIFAgBgkKORoyIy4WfVP7UDkBOrEWOiVMC1xCnpsFIAwbDhUIASlzcE4vOW8RSjUUIAIKIStEHweEYF2dQmenWTnRHBsrhizBGTklChBQFB1rCzQBAFAgIFAgAQgmGv5OG25GIV83Kn1CPIR7bzD+4f6aGiYmGgGlDkIdOyo8QCR1Y1JSY6cjQDE2IzMbNw4BYxomAYBAQEAGDUoiQCo0F4xeBGBFskTOCwsBAkKe/eABAQMGCwj+3G8vFDg5BjISNxcKKkBPGAIAtExD8yFUITMCMtoXAzMfE1gYJIsPQkpAQEACAP2AGiZBUwowQww1OQQiCydELwEaJhoCoBomDkQcNBccCzg4DBEkGjUfQRAmAAAAAgAA/wAHAAYAACUATwAAAREUBiMhIiY1ETQ3PgY3PgMyHgIXHgYXFgEkNz4BLwEuAQcGBw4DIi4CJyYnJgYPAQYWFxYFHgQyPgMHAF5C+kBCXgsIPhVGRnqlbgVfMFA6UDJcBm6lekZGFT4IC/3MAQdSCwMIJggaC+dwBV4xUDpQMV4Fup0LGggmCAMLUgEHClAyTk1KTVEwUgNy/C5CXl5CA9IPCQc3ETo1XXlQBEghJSUiRgVQeV01OhE3Bwn9qL89CBkLNAsDCKlRA0ghJSUhSAOGdAgDCzQLGQg9vwg8Ii0WFi8gPwAAAAADAAD/AAcABgAAMQBQAHAAAAEXFgYHDgIHDgMrAiIuAicuAicuAT8BPgEXFhceAzsCMj4CNyQ3NhYTESYnJiUuAysCIg4CBw4CBwYHERQWMyEyNhMRFAYjISImNRE0NzYANz4DOwIyHgIXHgIXFgXCJwgDCiunfgQnKk9KJQEBJUpOLCYFeKcnCwMIJQgbC17UBU0sRRgBARhFLE0FAQI3CxrGWkVb/tYDUCpGGAEBGEYqUAPXyTo1DgcTDQXADROAXkL6QEJeKXsBxgYkLk1LJQEBJUtNLiQr4uJYKQJvMwsZCCKBYQMgIDIXFzIhHwRdgR4IGQs0CwQJSaMEPh8iIh8+BMYsCAP9JgOgUzhK5gJCHiMjHkICpp8xMgwH/GANExMDrfxgQl5eQgOgOCZyAWEFHiMxGBgxIx4krLZSJgAAAAALABX/AAXrBgAAAwAHAAsADwAaAB4AIgAmAC4AMgB2AAAlFy8BASUnBQEXAycBJQMFARcvARQWBg8BFxYBBQMlATcHFwElAwUBNycHFxYPASU3DwInBxQPAQYvARcUBwUGIyY1JyYDJj8BJicDJj8BJicDJjclMhcFFhUTFA8BFxYVFzc2HwE3ND8BNh8BHgEOARUUDwEGAUrKItgBEgESC/7U/u7jMPUBPAE9Dv6gAY1fAmcCAgROVQf9PwEARP7pBGYP5gL94QF1E/5ZA5oU4gKQBgIHAQIesxQTRwgE6gcHYgcE/tsEAgjkBDcCBz1eAUgCCF6FAmACCQGxBQMBPQYUBnZ+BQV5BQZUAwXOBgX1BAIPFAS/BgHW7NX+M9r11wGG1QFHzP3i1gFEyP6jUO9PAQ8JAzRGBgKeyAHRrfuz6qTwAnHCAbmj/LvpjmlfBAV3XN6A5CExdQUDuwUFU6EFA+oCAgHyBAERBwQlVgYBXwcFLWQIAdIKA4cBmQQF/jEHAz1VAgZ7SgQEOG4GA34DA4cEBnKHAwUCmQUAAAMAAP8ABoAGAAAdACcAVQAAATQuAyMOBCIuAyciDgMVFBYzITI2AzQmIgYVFBYyNgEVFAYrARUUBiMhIiY1ETQ2MyEyFh0BMzIWHQEUBisBFTMyFh0BFAYrARUzMhYEsQsfMFAzBjceMy8uLzMeNwYzUDAfC1Q9AkA9VK2Z1pmZ1pkCfBIOYF5C+0BCXl5CBMBCXmAOEhIOYGAOEhIOYGAOEgEqOWRlRy0EIRAYCgoYECEELUdlZDlJYWECm2yYmGxrmJj+T8AOEuBCXl5CBcBCXl5C4BIOwA4SgBIOwA4SgBIAAAQAAP8ABoAGAAAJACsAWQBpAAABFAYiJjU0NjIWAzIeBBUUBiMhIiY1ND4DOwEeBTI+BAEUBisBFTMyFh0BFAYrARUzMhYdARQGKwEVFAYjISImNRE0NjMhMhYdATMyFhUBETQmIyEiBhURFBYzITI2BASZ1pmZ1pkwLkkvIBAHT0L9wEJPCRwtUTUFBzIVLR0pJikdLRUyArMTDWBgDRMTDWBgDRMTDWBeQvtAQl5eQgTAQl5gDRP/ABMN+0ANExMNBMANEwN8a5iYa2yYmP64Ij1JWUwpQ2dnQzBbak00BB8LFwkJCQkXCx8BBA0TgBMNwA0TgBMNwA0T4EJeXkIFwEJeXkLgEw37QAXADRMTDfpADRMTAAAGAAD/gAgABYAAGQAhADEAQQBRAHUAAAA0LgIjDgQiLgMnIg4CFBYzITICNCYiBhQWMgE1NCYjISIGHQEUFjMhMjYRNTQmIyEiBh0BFBYzITI2ETU0JiMhIgYdARQWMyEyNgERFAYjITU0JisBIgYdASE1NCYrASIGHQEhIiY1ETQ2MyEyFgQAEilQOQYwGywqKiosGzAGOVApEko2AgA2U4W8hYW8BCISDv3ADhISDgJADhIVD/3IDxUVDwI4DxUSDv3ADhISDgJADhIBAF5C/qASDkAOEv0AEg5ADhL+oEJeXkIGwEJeAVWAa2M5BBwPFAkJFA8cBDlja4BVAj+8hYW8hf7mQA4SEg5ADhISARI4DxUVDzgPFRUBC0AOEhIOQA4SEgFO+0BCXmAOEhIOYGAOEhIOYF5CBMBCXl4AAAcAAP+ACAAFgAAZACEAMQBBAFEAdQCFAAAAFAYjISImND4CMx4EMj4DNzIeAQIUBiImNDYyARUUBiMhIiY9ATQ2MyEyFjUVFAYjISImPQE0NjMhMhY1FRQGIyEiJj0BNDYzITIWExE0JiMhIgYVERQWMyE1NDY7ATIWHQEhNTQ2OwEyFh0BITI2ExEUBiMhIiY1ETQ2MyEyFgQASjb+ADZKEilQOQYwGywqKiosGzAGOVApi4W8hYW8BCISDv3ADhISDgJADhIVD/3IDxUVDwI4DxUSDv3ADhISDgJADhKAEw35QA0TEw0BYBIOQA4SAwASDkAOEgFgDROAXkL5QEJeXkIGwEJeAdWAVVWAa2M5BBwPFAkJFA8cBDljAbu8hYW8hf1gQA4SEg5ADhIS7jgPFRUPOA8VFfVADhISDkAOEhL8MgTADRMTDftADRNgDhISDmBgDhISDmATBM37QEJeXkIEwEJeXgAAAAADAAD/AAcABgAADwAXACgAACUuAScOASImJw4BBxYEICQCECYgBhAWIAAQAgYEIyIkJgIQEjYkIAQWBfMWg3dDuc65Q3eDFmoBSgF+AUqJ4f7C4eEBPgLhju/+tLe2/rTwjo7wAUwBbAFM8MWbzRBKU1NKEM2blq+vArIBPuHh/sLhATb+lP618Y6O8AFMAWwBTPCOjvAAAAMAAP8ABwAGAAAQACQALAAAACAEFhIVFAIGBCAkJgIQEjYBNjU0AiYkIAQGAhUUFxIzFiA3MiYQJiAGEBYgAsoBbAFM8I6N8P60/pL+tO+OjvAEbZV6zv7k/sj+5M56lULwgwFsg/Cp4f7C4eEBPgYAjvD+tLa1/rTwj47xAUsBbAFM8PtHzfqcARzOenrO/uSc+s0BR4CAoQE+4eH+wuEAAAAAAwAA/wAGAAYAAB8AJwA3AAABHgQVFAYjISImNTQ+AzcmNTQ+AjIeAhUUACAGEBYgNhATMjY1NAInBiAnBgIVFBYzBLEvVV1CLMiN/KqNyCxCXVUvT1GKvdC9ilH+n/7C4eEBPuErWH2dk5H+gpGTnX1YAvAOMGKF04Oa29uag9OFYjAOfZNovYpRUYq9aJMCE+H+wuHhAT764Y9m7wEUB39/B/7s72aPAAAAAAQAAP8ABQAGAAARABkAIwA9AAAAFAYjISImND4CMxYyNzIeAQIUBiImNDYyAREhERQWMyEyNhMRFAYjISImNRE0NjMhFRQWOwEyNj0BITIWBABKNv4ANkoSKVE4UNhQOFEpiIe+h4e+AaH8ABMNA8ANE4BeQvxAQl5eQgFgEg7ADhIBYEJeAVaAVlaAbGQ5S0s5ZAG5vIWFvIX7oAVg+qANExMFzfpAQl5eQgXAQl5gDhISDmBeAAAIAAD/gAgABYAAEwAbACsAOwBLAFsAZQB1AAABNC4CIwYiJyIOAhUUFjMhMjYCNCYiBhQWMgE1NCYjISIGHQEUFjMhMjYBNTQmIyEiBh0BFBYzITI2JTU0JisBIgYdARQWOwEyNhE1NCYjISIGHQEUFjMhMjYBITU0JiMhIgYVIREUBiMhIiY1ETQ2MyEyFgOADyJEL0C4QC9EIg8/LAGqLD+AcKBwcKAEcBIO/UAOEhIOAsAOEv6AEg7+wA4SEg4BQA4SAYASDsAOEhIOwA4SEg79QA4SEg4CwA4S+YAHABIO+UAOEgeAXkL5QEJeXkIGwEJeAUQ2XVcyQEAyV102N01NAaOgcHCgcP7gQA4SEg5ADhISAQ5ADhISDkAOEhIOQA4SEg5ADhISAQ5ADhISDkAOEhIBbmAOEhIO+0BCXl5CBMBCXl4ACAAA/4AIAAWAABMAGwArADsASwBbAGUAdQAAARQGIyEiJjU0PgIzFjI3Mh4CAhQGIiY0NjIBFRQGIyEiJj0BNDYzITIWJRUUBiMhIiY9ATQ2MyEyFgUVFAYrASImPQE0NjsBMhY1FRQGIyEiJj0BNDYzITIWExEhERQWMyEyNhMRFAYjISImNRE0NjMhMhYDgD8s/lYsPw8iRC9AuEAvRCIPgHCgcHCgBHASDv1ADhISDgLADhL+gBIO/sAOEhIOAUAOEgGAEg7ADhISDsAOEhIO/UAOEhIOAsAOEoD5ABMNBsANE4BeQvlAQl5eQgbAQl4BRDdNTTc2XVcyQEAyV10B1qBwcKBw/aBADhISDkAOEhLyQA4SEg5ADhISDkAOEhIOQA4SEvJADhISDkAOEhL8sgRg+6ANExMEzftAQl5eQgTAQl5eAAIAHf8ABuIGAAAaAEEAAAEQAiMiAhEQEjMyNy4EIyIHJzYzMhYXNgEzFg4DIyIuAicGIyIkJgI1NBI2JDMyHgMVFAIHHgEzMjYE59Lh3tDQ3ko5FiI2NUkpLiExaauEp0NDAYZ1AworSY1cR3dcQiFhbJb+492Hh94BHZV568eZVqGKL106PUIC7QE+ATn+xv7D/sT+yRErPEYrHRBhW2xllf6FG1BuW0EmSlI3G3TJASmpqgErynRIjL35ib7+xWtGSUsAAAAABAAA/2UJAAWbACAALgCZAL8AAAUUBiMiJyYnAhEQEz4BMzIWFRQHBgcGFRAXFhceBCUUBiMhIiY1NDYzITIWAxQHDgEHBiMiJjU0PgI1NCcmIyIVFBYVFAYjIjU0NjU0Jy4BIyIOARUUFhUUDgMVFBcWFxYXFhUUIyInLgE1ND4DNTQnJicmNTQzMhceBBcUHgUzMjY1NCY0MzIXHgEFEAcOAyMiJjU0PgE3NhE0JicmJy4FNTQ2MzIXFhIXFgHFIBUBDD9j4dUncCYTID9iMXd7MlYCGQ4UCQU/Ix37xxomIx0EORom10MZWScQCwcQJi4mIx0RAw8rF0IDCg06FgUEAyAmNjUmKh0yEAEBEgYbd5gxR0YxGR0bEykyPCk8JxwQCAYDCAoMEQoXHCgKG0JIPQLTihM6TlQgEB46Twm3KTQ6aQIWCxMLCCATRn5iYAwCZRUhAw99ARwBiAFVAREzaRsTGz9mUsf6/ufSVVgDGhAZFnwdJyYaHScmAkmGYyZRFAoMBgkqMlUuTDYqBQwvDRYaTA86DxkVGTkBBAQCMB4lPi4uPiViPisUBQUCAxALK8F6N3ltbHc0NSkwEAkMFB0TMzNKQDABIREhFRYLHBcZVBRGTKCH/u7lIFBdPR8QD0dTC+YBLYPQa3dtAxUMFxEUCRMhqYP+5KwqAAACAAD/AAcABgAAGAAoAAAlEzYmBwEOARYfAQE2FxYHATkBBzI/ARcWABACBgQgJCYCEBI2JCAEFgSlkwknIPygHRUQGN0CARULBwv+YRAXFmzgQAJsjvD+tP6U/rTwjo7wAUwBbAFM8OUCtSwmDP6zCxwZB0UBQw4IBQr+ieQWaKUkApv+lP608I6O8AFMAWwBTPCOjvAAAAYAAP8ABAAGAAANAB8ALwAzADcAOwAAJRQGIiY1NDY3ETMRHgEXNCYnETQmIgYVEQ4BFRQWIDY3FAAgADU0NxE0NiAWFREWExUjNRMVIzUTFSM1AoBwoHBGOoA6RoBEPHCgcDxEuwEKu4D++f6O/vmAuwEKu4CAwMDAwMDAUHBwUDxkFQOL/HUVZDxNhi0DAFBwcFD9AC2GTYW7u4W5/vkBB7m2gwLHhbu7hf05gwGKgIABAICAAQCAgAAABgAA/wAEAAYAAA0AHwAvADMANwA7AAAlFAYiJjU0NjcRMxEeARc0JicRNCYiBhURDgEVFBYgNjcUACAANTQ3ETQ2IBYVERYTFSM1ExUjNRMVIzUCgHCgcEY6gDpGgEQ8cKBwPES7AQq7gP75/o7++YC7AQq7gIDAwMDAwMBQcHBQPGQVAov9dRVkPE2GLQMAUHBwUP0ALYZNhbu7hbn++QEHubaDAseFu7uF/TmDAYqAgAEAgIABAICAAAAGAAD/AAQABgAADQAfAC8AMwA3ADsAACUUBiImNTQ2NxEzER4BFzQmJxE0JiIGFREOARUUFiA2NxQAIAA1NDcRNDYgFhURFhMVIzUTFSM1ExUjNQKAcKBwRjqAOkaARDxwoHA8RLsBCruA/vn+jv75gLsBCruAgMDAwMDAwFBwcFA8ZBUBi/51FWQ8TYYtAwBQcHBQ/QAthk2Fu7uFuf75AQe5toMCx4W7u4X9OYMBioCAAQCAgAEAgIAAAAYAAP8ABAAGAAANAB8ALwAzADcAOwAAJRQGIiY1NDY3NTMVHgEXNCYnETQmIgYVEQ4BFRQWIDY3FAAgADU0NxE0NiAWFREWExUjNRMVIzUTFSM1AoBwoHBGOoA6RoBEPHCgcDxEuwEKu4D++f6O/vmAuwEKu4CAwMDAwMDAUHBwUDxkFYuLFWQ8TYYtAwBQcHBQ/QAthk2Fu7uFuf75AQe5toMCx4W7u4X9OYMBioCAAQCAgAEAgIAAAAAABgAA/wAEAAYAAAkAGwArAC8AMwA3AAAlFAYiJjU0NjIWFzQmJxE0JiIGFREOARUUFiA2NxQAIAA1NDcRNDYgFhURFhMVIzUTFSM1ExUjNQKAcKBwcKBwgEQ8cKBwPES7AQq7gP75/o7++YC7AQq7gIDAwMDAwMBQcHBQT3FxT02GLQMAUHBwUP0ALYZNhbu7hbn++QEHubaDAseFu7uF/TmDAYqAgAEAgIABAICAAAAQAAD/AAeABgAAJgAuADYAPgBGAE4AVgBeAGYAbgB2AH4AhgCOAJYAngAAARYUBwEGIi8BJjQ/AS4BNyYjIgYVESERND4CMzIWFzYWFzc2MhcCMhYUBiImNAQiJjQ2MhYUNjIWFAYiJjQEMhYUBiImNAQ0NjIWFAYiJDIWFAYiJjQEMhYUBiImNAQiJjQ2MhYUNjIWFAYiJjQEIiY0NjIWFDYyFhQGIiY0BDIWFAYiJjQkMhYUBiImNAYyFhQGIiY0BjIWFAYiJjQFmQoK/Y4KGgpSCgosSBM4SmZqlv8AUYq9aGq+R17OUiwKGgohNCYmNCYBWjQmJjQmpjQmJjQm/aY0JiY0JgEAJjQmJjQBADQmJjQm/aY0JiY0JgFaNCYmNCamNCYmNCb+2jQmJjQmpjQmJjQm/qY0JiY0JgEmNCYmNCZaNCYmNCZaNCYmNCYFBwoaCv2OCgpSChoKLFvoY0eWavsABQBovYpRUkonHUEsCgr+pyY0JiY0WiY0JiY0WiY0JiY0WiY0JiY0NDQmJjQmgCY0JiY0WiY0JiY0WiY0JiY0WiY0JiY02iY0JiY0WiY0JiY0WiY0JiY0JiY0JiY0WiY0JiY0WiY0JiY0ABEAAP8ABwAGAAAdACUALQA1AD0ARQBNAH0AhQCNAJUAnQClAK0AtQC9AMUAAAEVFAcVFAYrASImPQEGIyEiJxUUBisBIiY9ASY9AQAUBiImNDYyNhQGIiY0NjImFAYiJjQ2MhYUBiImNDYyJhQGIiY0NjImFAYiJjQ2MgEVFAYjISImPQE0NjsBETQ2MzIXNhYXNzYfARYHAQYvASY/AS4BNyYjIgYVESEyFgAUBiImNDYyJhQGIiY0NjImFAYiJjQ2MhYUBiImNDYyJhQGIiY0NjImFAYiJjQ2MhYUBiImNDYyJhQGIiY0NjIWFAYiJjQ2MgaAgBIOQA4SP0H9AEE/Ew1ADROAAkASHBISHFISHBISHC4SHBISHJISHBISHC4SHBISHC4SHBISHARSEg75QA4SEg5glmpsTC5oKRYLCyoLC/7GCwsqCwsWJAkcJTM1SwXgDhL8gBIcEhIcLhIcEhIcLhIcEhIc0hIcEhIcLhIcEhIcLhIcEhIc0hIcEhIcLhIcEhIckhIcEhIcAcDAqXXCDhISDnYWFm4RFxcRunWpwAGuHBISHBIuHBISHBIuHBISHBISHBISHBIuHBISHBIuHBISHBL94EAOEhIOQA4SAoBqlk4TDiAWCwsqCwv+xgsLKgsLFi50MiNLNf2AEgHAHBISHBIuHBISHBIuHBISHBJSHBISHBIuHBISHBIuHBISHBJSHBISHBIuHBISHBISHBISHBIAAAAEAAH/AAYABf4ADQBAAEgAcQAAARQHBgcGICcmJyY1NCABFAAHBiY3Njc2NzY3NhI1NAIkBw4DFxYSFxYXFhceARcWBicuAQI3NhI2JDc2BBYSBBQGIiY0NjIBFAYHBiYnJicmNz4BNTQuAQcOAQcGFhcWBwYHDgEnLgE3PgI3Nh4BA+IRHxgW/vwWGB8RAcACHv702AgOAQcDBAIBCJ/Btv7ItXzioV8BAcSfBwIDAwEIAgEPCJTieQgHdr8BA4+kAS/bg/3ig7qDg7oBo2tdCBACBhcHCjpCdcZxhcANCkNBCgcYBQIQCF9rAgOE3oKQ+JEBWFZv12JaWmLXbleoAQDw/nxWAwwJMBIgDwkDUQEyuLQBLagKB2yt5324/s9PAwkVGAkvDAkMBDrfATGnjwEFwXoJCnHQ/tsluoODuoP/AHrVRwYICjQoCgo2klJvumEMD8SFXKg8CgopNAkIBkrafYPiiQYHhvEAAgAA/4AHAAWAAAMAEwAAJSERIQERFAYjISImNRE0NjMhMhYBAAUA+wAGAF5C+kBCXl5CBcBCXoADAAFg+0BCXl5CBMBCXl4AAQAA/4AHAAGAAA8AACUVFAYjISImPQE0NjMhMhYHAF5C+kBCXl5CBcBCXuDAQl5eQsBCXl4AAAADAAD/AAgABgAAAwAMACYAACkBESkCESERMzIWFQERFAYjIREUBiMhIiY1ETQ2MyERNDYzITIWAQADAP0ABAACAP0AYEJeAwBeQv2gXkL8QEJeXkICYF5CA8BCXgIAAwD/AF5CAgD8QEJe/qBCXl5CA8BCXgFgQl5eAAAAAgAA/4AHAAWAACMAMwAAJTc2NC8BNzY0LwEmIg8BJyYiDwEGFB8BBwYUHwEWMj8BFxYyAREUBiMhIiY1ETQ2MyEyFgSXkgoK6ekKCpIKGgrp6QoaCpIKCunpCgqSChoK6ekKGgJzXkL6QEJeXkIFwEJe15IKGgrp6QoaCpIKCunpCgqSChoK6ekKGgqSCgrp6QoEE/tAQl5eQgTAQl5eAAMAAP+ABwAFgAAjACcANwAAAQcGIi8BBwYiLwEmND8BJyY0PwE2Mh8BNzYyHwEWFA8BFxYUASERISURFAYjISImNRE0NjMhMhYE6ZIKGgqpqQoaCpIKCqmpCgqSChoKqakKGgqSCgqpqQr8DQUA+wAGAF5C+kBCXl5CBcBCXgGpkgoKqakKCpIKGgqpqQoaCpIKCqmpCgqSChoKqakKGv7NBABg+0BCXl5CBMBCXl4AAgAA/wAHAAYAAAMAEwAACQEhAQAQAgYEICQmAhASNiQgBBYELgEy/XL+zgVgjvD+tP6U/rTwjo7wAUwBbAFM8AFmAjT9zAHQ/pT+tPCOjvABTAFsAUzwjo7wAAAHAAD/AAcCBgAABwATACMALgBDAMQA1AAAASYOARcWPgEFBiInJjQ3NjIXFhQXBwYiLwEmND8BNjIfARYUJwYiJyY0NzYyFhQlDgEnLgE+AhYXHgcOARM2LgInLgEHPgEfATYnPgEvAT4BNzYmJyYGBw4BHgEXLgEnJjcmJyIHPgE/ATQnLgEGBzY3Bh4BFwYHDgEPAQ4BFxYXBgcGFBY3PgE3LgIHPgQzFjc2NTQnFgcOAQ8BDgUWFyYnDgQWFxY2Ejc+ATcWFxY3NhIQAgYEICQmAhASNiQgBBYFCw8oDAsONBD+WggXBwgIBxcIB54jDCMNJgwMIwwjDSYMeQcXCAcHCBYQAYsikzYmLgRKTUAmAhYHEwYOAwUDB8MDFyAiBihYRRMqDAwCJAYBAwMrOAYKalQ8bBweByQzHy1WDhw8EA0yJxMuDQ0NCi0xDQICBwElHhkWI2UiIVq2EAEKDw8VKyopSBMCCSARFzgYHxUNDggHKGoFARwNDQQeFh8TDwIJIwIWGSoTDg0TLca3H1Z2Gy9raD8n9o7w/rP+lP6z8I6O8AFNAWwBTfAEJBERKBIRBSTUCAgIFgcICAcWUiMNDSYNIg0jDAwnDCN2CAgIFggIEBZaQCsmHE1iVhQeJAIVBhUKFQ8WFBj+EhQdDhQKRzcQDQsBAS0tFCkKChhSMlSFCgczMTNkSjYPBEA4bHIVCxMYGgEBMhwVDxYdBAMcX4s1DhYQbS8uIrdHEAsMEhk6FhETPR4CBgkBBQ8FBwEHKSU1ZjBndB0qBgYHMik/O0NCHjYaGB42JiwgCxmyAQlgNH84XVVTAwIBef6U/rTwjo7wAUwBbAFM8I6O8AAAAAEAAP8ABgAGAABHAAABERY2PwE+AT8BMwMTIycuAScmIREUFjMhMj4EPwEzBgIHLgEnIyEFNTc+ATcTEicuAS8BNQUhMjcOAQ8BIycuASMhIgYCBmexJSVELREhZw4HZx0PPDZX/vdXWgFlIzE9LzIqEl1ZBjMFkustLP2M/oh/QzEBCAMLAi9EfwF4Ar6L6wYQBAVdIB9WRv3cHA8FSf1xAQUDAwItSI7+vv7Bf0QyAQj91E5LBAsZJz4q2CX+Uj0FBgEMZhkNMDcCgwGS8z0uDRhmDBtE/V1cfHl1EQAABwAA/4AGAAWAABEALAAwAD4AUwBlAHUAAAEVFBYOBCMRMh4DHAEFFRQWDgIjIicmNTwDPgIzMh4DHAEFMxEjATMRIwcmJyMRMxETMxMFNCcuBSIjIisBETIzFjYnJgU1NC4CIyIHNSMRMzcWMzI2ExEUBiMhIiY1ETQ2MyEyFgOaAQECBQgOCQkOCAUCATwBAQQLCAkFBAMEBgUGCAUDAfveenoBsmqfHBQMnmstTCsBqQUDEBIgFSkRFQgEWxQkqTgDAQE9BA8iHS4fdW4HHi8yILReQvtAQl5eQgTAQl4C47YEFggQBwgDATUCCAMQBRZjeQEXCA8GCQqbAgoHCwYIAwMGBgsFDu4B2P4oAdjdlEn+KAE4/sgBPw5DFxAZEAwFA/4oATObPp+FHSAjDyKa/igeJD0DEvtAQl5eQgTAQl5eAAAAAAUAMP8CCEsF+AAMABUAGgBTAI8AAAUmJy4EJyYnFgABFy4BLwEGBxYTBgc2NwE0AiYkIyIEBwYHPgMfAR4DByYOAgceAhcWPgI/AT4BFhcWBwYFBiceAx8BFjc2EhMGBwYCBwYHBicGIyAAAyImIwYeAh8BFhcuAy8BLgYnHgIXNzY3Njc2Nz4BNzYkBBcWEgR3BgUNLn5rdR8RnkIBUv5dqBkgAwRUJQV6KyIsHgWgfNP+3p+T/vRqHg88ppeHKSghKAkEA37Lo3pGBA84Inv5tJElJRYjGgQONdD+/Ye2KYqIfScnj3jD7koOGkbfzzAiSFskJf7l/kVKAQYCBhEjJQ0OCC5HazIdAwIFOShCMTMiCBM/o0ACC1Mphxw1DyIgngEjATmW3OLFAQMIHmRtq1cDItX+1gI7HEy3NjVSjkECMEBULhb+nqEBJNR9aWA6ZjNBFQYEAwEdJSUKCxVCTTwkcfM6BilCRBkYEAkTGWEYYSUUBGChXUELDBcmYwF8AQmHTdD+63MhCxoKAwFaAQ0BMn1pWxoaDEYmiY+DKioCFQ8aGBsbDAofPAgglY3Ko3NjHCIPSjwmTnP+RgAFACX/DAbYBfQAFwAwAEAAVwBtAAABNiYnLgEGBwYWFx4CFx4HNgEOAgQkLgECNz4DNwYaAQwBJDc2BxQCFA4CIi4CND4CMh4BBS4BLAEMAQYCFyYCPgQeAhceAQM2ACciJyY3HgQOAwc+AwU9HUdWOodlEgwPIxcfOhskPyslGBQNCwoBcTTB7P7y/vrwtGcFAQ8KJgQzaPIBVAFgAVp0FALzUYi80LyIUVGIvNC8iAFwQef+7f7L/tv+/rZQHjEFTI694e/24s5LITo8DP7X+AgCAhp90ohgFRdkkeGIbLuhYgLwLKs5Jx0UGxcKBQMEDwoNJSUoJCEYDQH9y3+6YRgzg8ABF6QpVyl4DdD+hv7+mgyhpBsNBAIf0L6KUVGKvtC+ilFRigaT0GMIUbH2/qTHoQEt9NKXZSkXVaRzMo7+gfQBWEQFBQMEXJS90c+8klkCHmSSzwAAAAALAAD/gAYABgAADwAfAC8APwBPAF8AbwB/AI8AnwCvAAATFSMiPQEjIj0BNDsBNTQzExUjIj0BIyI9ATQ7ATU0MxMVIyI9ASMiPQE0OwE1NDMTFSMiPQEjIj0BNDsBNTQzExUjIj0BIyI9ATQ7ATU0MyURFAYjISImNRE0NjMhMhYBFRQrARUUKwE1MzIdATMyNRUUKwEVFCsBNTMyHQEzMjUVFCsBFRQrATUzMh0BMzI1FRQrARUUKwE1MzIdATMyNRUUKwEVFCsBNTMyHQEzMsBwEDAQEDAQcHAQMBAQMBBwcBAwEBAwEHBwEDAQEDAQcHAQMBAQMBAEsDgo/MAoODgoA0AoOAEAEDAQcHAQMBAQMBBwcBAwEBAwEHBwEDAQEDAQcHAQMBAQMBBwcBAwEAEAgBAQECAQEBABAIAQEBAgEBAQAQCAEBAQIBAQEAEAgBAQECAQEBABAIAQEBAgEBAQoPpAKDg4KAXAKDg4+wggEBAQgBAQ8CAQEBCAEBDwIBAQEIAQEPAgEBAQgBAQ8CAQEBCAEBAAAAAAAQAv/wAGUQYAAJAAAAEHFx4BBw4BLwEXFgYmJwMlERceAQ4BJi8BFRQGIiY9AQcOAS4BNj8BEQUDDgEmPwEHBiYnJjY/AScuAT4BFwUtAQUGIyIuATY/AScuAT4BHwEnJjYWFxMFEScuAT4BFh8BNTQ2MhYdATc+AR4BBg8BESUTPgEWDwE3NhYXFgYPARceAQ4BIyInJQ0BJTYeAQYGHqe6Fw0NDjIXujcNMkcNZv7x0BACGCEpEHAmNCZwECkhGAIQ0P7xZg1HMg03uhcyDg0NF7qnHRoJKh0BNgEP/vH+ygQJGyIEGhunuhcNGjQWujcNMkcNZgEP0BACGCEpEHAmNCZwECkhGAIQ0AEPZg1HMg03uhcyDg0NF7qnGxoEIhsJBP7K/vEBDwE2HSoJGgGjIWsNMxcXDQ1qoCYzCiUBLJz+x+4SKh8TCBKA1homJhrWgBIIEx8qEu4BOZz+1CUKMyagag0NFxczDWshBi4vIQY+nZ0+ASQsKgUhaw0zLg4OaqAmMwol/tScATnuEiofEwgSgNYaJiYa1oASCBMfKhLu/secASwlCjMmoGoNDRcXMw1rIQUqLCQBPp2dPgYhLy4AAAAAAgAA/wAHAAYAABIAJgAAATYuAicmDgIHBh4CFxYkEgkBFhIHBgIEBwUBJgI3NhIkNzYkBcEHUJLQdXTbpWkHB1CS0XWbARSsAUf+o3h5Cgu2/tS2/BkBW3h5Cgu2AS22pwKaAl922aFlBwdOj891dtmhZQcJiAD/BD3+pHX+yqa3/sjHGYQBW3QBN6a4ATjHGRZYAAYAAP8ABwAGAAAKAA4AEgAWACYANgAAARMjCwEjEyc3FwcBBQMtARcHJyUXBycEEAImJCAEBgIQEhYEICQ2EhACBgQgJCYCEBI2JCAEFgO0ozOvqzGzThXwFf5FATCC/tAB2vBn7wF/v1K+Aj180/7e/sL+3tN8fNMBIgE+ASLT7I7w/rT+lP608I6O8AFMAWwBTPAB/P63AV7+ogF2ITFmMgJpgv7Qgndn72ZaUb5RXgE+ASLTfHzT/t7+wv7e03x80wJ3/pT+tPCOjvABTAFsAUzwjo7wAAwAJv8BB1oF/wBYAGIAbAB3AIEAqwC3AMIAzQDYAOQA7gAAAS4DJyY+AScmJyYPAQ4DIi4BJy4GJyYGBw4DJicmJyYGBw4DFQYWNz4BNzYSNz4BFxYHDgEHBhY2Nz4CNzYXMgcGAgcGFhceAjYEFgYHBiYnJj4BARYOASYnJj4BFgAOAScuATc+ARcWARYOAS4BNjc2FhMWAgcGJw4BJicGBwYmJyYnLgI2Ny4BPgE3PgIWFzYeAwceAgYBFgYHBiYnJjY3NhYTFg4BJicmNjc2FgEWBgcGLgE2NzYWARYGBwYmJyY+ARYBFgYHBiYnJjY3NhYnFgYHBi4BPgEWBTYELzQtAwVMSgUOZy0eAwQCBwMHBQcDAwwGCwgLCwYeJBsBEAkVDAs2HilqFxAyJSsWUUYeKRIHkAUGHw4bBgJiAQYzRhQEU1AGFBUdBAJ/BwwyMRFESzL8QQYQDw4ZAwMQHAJXDAciKQwLByIp/RUkPxoaDBISPxoaBQQTDDhBJgwbHEGERTVsWm0UgZ49DAFn9EcyA1N3KiY+JAQ1akQghp+xR0iIeVgvBjRGFSD7cg4JFBMxDQ4JFBMxrAQSIhwEAxMQERwEpQQVFBMiCBUUFCH9bBAPHBs9EBAPNj4C+gQQDw8ZAwMQDw4ZvA8JFhY2HgosNQEuGBQBGBovubEnZQIBEQICAQMBAwQDAg0FCgUGAwEFEBcBDwcNAgIbDRIuKhyNfJABRWQEAhohDQF1CAsOBw8mEvMLJiUXJgionwkdASYQ/vkcNWQYCQ0DH6geGQMDEA8OGgb+2hEpGAgRESkYCAM2NgwTEkAaGwwSE/0BHEMmDDhCFBMMAkBx/vlMPwNQXgU3CQFHLWhJWw5xj6E6PIhyUwlVfjkXNxUHQV+HSRBSYGcCcBQxDg4JFBQxDg4JAQUQHQgTEREcBAQT/DsUIgQEFSgiBQQXA2obPxAQDxscPiIQ/VQPGQQDEQ4PGgMDEOIWNhAPCiw2IAoAAAAYASYAAQAAAAAAAAAvAGAAAQAAAAAAAQALAKgAAQAAAAAAAgAHAMQAAQAAAAAAAwARAPAAAQAAAAAABAALARoAAQAAAAAABQASAUwAAQAAAAAABgALAXcAAQAAAAAABwBRAicAAQAAAAAACAAMApMAAQAAAAAACQAKArYAAQAAAAAACwAVAu0AAQAAAAAADgAeA0EAAwABBAkAAABeAAAAAwABBAkAAQAWAJAAAwABBAkAAgAOALQAAwABBAkAAwAiAMwAAwABBAkABAAWAQIAAwABBAkABQAkASYAAwABBAkABgAWAV8AAwABBAkABwCiAYMAAwABBAkACAAYAnkAAwABBAkACQAUAqAAAwABBAkACwAqAsEAAwABBAkADgA8AwMAQwBvAHAAeQByAGkAZwBoAHQAIABEAGEAdgBlACAARwBhAG4AZAB5ACAAMgAwADEANgAuACAAQQBsAGwAIAByAGkAZwBoAHQAcwAgAHIAZQBzAGUAcgB2AGUAZAAuAABDb3B5cmlnaHQgRGF2ZSBHYW5keSAyMDE2LiBBbGwgcmlnaHRzIHJlc2VydmVkLgAARgBvAG4AdABBAHcAZQBzAG8AbQBlAABGb250QXdlc29tZQAAUgBlAGcAdQBsAGEAcgAAUmVndWxhcgAARgBPAE4AVABMAEEAQgA6AE8AVABGAEUAWABQAE8AUgBUAABGT05UTEFCOk9URkVYUE9SVAAARgBvAG4AdABBAHcAZQBzAG8AbQBlAABGb250QXdlc29tZQAAVgBlAHIAcwBpAG8AbgAgADQALgA3AC4AMAAgADIAMAAxADYAAFZlcnNpb24gNC43LjAgMjAxNgAARgBvAG4AdABBAHcAZQBzAG8AbQBlAABGb250QXdlc29tZQAAUABsAGUAYQBzAGUAIAByAGUAZgBlAHIAIAB0AG8AIAB0AGgAZQAgAEMAbwBwAHkAcgBpAGcAaAB0ACAAcwBlAGMAdABpAG8AbgAgAGYAbwByACAAdABoAGUAIABmAG8AbgB0ACAAdAByAGEAZABlAG0AYQByAGsAIABhAHQAdAByAGkAYgB1AHQAaQBvAG4AIABuAG8AdABpAGMAZQBzAC4AAFBsZWFzZSByZWZlciB0byB0aGUgQ29weXJpZ2h0IHNlY3Rpb24gZm9yIHRoZSBmb250IHRyYWRlbWFyayBhdHRyaWJ1dGlvbiBub3RpY2VzLgAARgBvAHIAdAAgAEEAdwBlAHMAbwBtAGUAAEZvcnQgQXdlc29tZQAARABhAHYAZQAgAEcAYQBuAGQAeQAARGF2ZSBHYW5keQAAaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGEAdwBlAHMAbwBtAGUALgBpAG8AAGh0dHA6Ly9mb250YXdlc29tZS5pbwAAaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGEAdwBlAHMAbwBtAGUALgBpAG8ALwBsAGkAYwBlAG4AcwBlAC8AAGh0dHA6Ly9mb250YXdlc29tZS5pby9saWNlbnNlLwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsMAAAABAAIAAwCOAIsAigCNAJAAkQCMAJIAjwECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgEjASQBJQEmAScBKAEpASoBKwEsAS0BLgEvATABMQEyATMBNAE1ATYBNwE4ATkBOgE7ATwBPQE+AT8BQAFBAUIBQwFEAUUBRgFHAUgBSQFKAUsBTAFNAU4BTwFQAVEBUgFTAVQBVQFWAVcBWAFZAVoBWwFcAV0BXgFfAWABYQFiAA4A7wANAWMBZAFlAWYBZwFoAWkBagFrAWwBbQFuAW8BcAFxAXIBcwF0AXUBdgF3AXgBeQF6AXsBfAF9AX4BfwGAAYEBggGDAYQBhQGGAYcBiAGJAYoBiwGMAY0BjgGPAZABkQGSAZMBlAGVAZYBlwGYAZkBmgGbAZwBnQGeAZ8BoAGhAaIBowGkAaUBpgGnAagBqQGqAasBrAGtAa4BrwGwAbEBsgGzAbQBtQG2AbcBuAG5AboBuwG8Ab0BvgG/AcABwQHCAcMBxAHFAcYBxwHIAckBygHLAcwBzQHOAc8B0AHRAdIB0wHUAdUB1gHXAdgB2QHaAdsB3AHdAd4B3wHgAeEB4gHjAeQB5QHmAecB6AHpAeoB6wHsAe0B7gHvAfAB8QHyAfMB9AH1AfYB9wH4AfkB+gH7AfwB/QH+Af8CAAIBAgICAwIEAgUCBgIHAggAIgIJAgoCCwIMAg0CDgIPAhACEQISAhMCFAIVAhYCFwIYAhkCGgIbAhwCHQIeAh8CIAIhAiICIwIkAiUCJgInAigCKQIqAisCLAItAi4CLwIwAjECMgIzAjQCNQI2AjcCOAI5AjoCOwI8Aj0CPgI/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,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAvZUlEQVR4XuyZQQqAMAwEm+L/n+yqh142EMSDpToDpWHJbeeWkNT+C/T2cQABAAEAAQABAAEAAQABAAEAAQABYMsRxEl7iBY7rtTHIAq/K4LWFMIFoPSwOe/UEsgzlwEB5pdeFz4yn+vixy/L9koGBJhfeh+ZvSuPtOPkonXNI/f5RREQ4GDvTaMuyco639+zd8QZ3jHfrJwra54LihmLSbygDCpIK2Cjd7V6RbFtsG0Q7rKvAtLqbREVbRUbEBZ6gVZplMHVBUiBJUVRDYVQc1FzkZXj8OY7niEi9n7uqRM71l4Zsc46JmUWyVp8+K8nTpyTuary93+GvWO/76mDnwDU1KCb6vpFP3Be909/64dfNb+w9QnWslO0t2j8cF7J26pm3Xu7Wmh6vCjc/pXjh79x5213fv3DH731oY9dz2bNCD5Ia2oY4bsGOA3Qp2S4qfSu33n+rn/zw0/79+2091Tj1y8Uv7mz2Lw9cYNvom5zstFMF9Page2cj5l5/NBremA49P/8z9d/+r0f/sQ3bvnQZ9gAfE1TjPBdA5wO6AF41Nm755Mvf+rn3jDbWfsRKfZfXqx/JcFvgrQBJUk9iMOIx5gCEYcA3oMqeFdGV4BXQAUFRNoks09xw7zzkLMX37///ls//M73fOlTH/4Ma4/CCN81wKMo8abSJefa1mf/xw+9ZuuOXT8trF7gNm9MKdaQdCtJZwmbLmAsGJMjDEEz8D3wy+BOgPpAyqCMpCMhqBecKi4Hl/lRLEAVJCVdeqnLde/d++69/U8+9rFrP/Ub7+dw0whxRqib4LsGmA4+qtnPLWBu/eSTXnLhlU9/s7WDi3z2gNXsQSTdg23vwrYWMUaAopRmoEPQPrh1cAdRt4KioCnOJ6gKznmK3OGd4rzivUdHQj3GeHxRXgtgDKTdK4oBF335nntX3vueD1z/D3/5v1gFinpFaJrguwYI4CeX+TpwwP7DH297wlOfftl/nNt96UuQzbbm9yHJOUh6DiZdQEQBV4NeqY8Wq+APghvg1OOdociVLHfkw4JsmJP1c4qhJ888voC8EEQBEawBm6hvd/KsO593EgsjkS48LSvS77vp85+97k1v/L2b7njwQfK6EU6/CaIBvtMz3kRh/+7/3Xnp0x5nX7G0e+dPdHY9+VzMIdAB0nkmkp4NCIIHigo2qhmQRRO4VbTYh/rjqFOKQsiGynCQ0+8NGGxsMOz1yQYO5wAFVcFI2QoEAyrgDTqSdxZrlZmlgVvY2jdpiqQtS7L4omP7D8/+5mv//Uc+fPsyg6NHKQAXW8LpN4Go6ncyeAuY3/m5ndte9YLuv1tc9C/vbll6YrLnaky6DALSeS4kZwMJ4CroAXYErzpA3TIU96HuCD53FIUhy5Vh39FbO05v9TiD/gAf2rsxMlZiy2iNKeEjqDPlXFAYXG7IMqEYRVC6C31d3N7zs3NqW3N7Xd76sf/1i2/44C9+7cvLG9kJsofBAf6xMEE0wJlf7k0d/H/92d3bfvIFc7+0tMW/JpmfmWud+yxMqwdmDpn5AbA7JoAPkRwYon4Nze5G87txPsNlhuFQGfRyBmuHR/CPMuznqIIASQppKqRtaKUBvAhWBJFyMKQweGfIczMGnw+FQc8wGOrYDKinuzBkaVevWFjqJum21+2/6Z/vffUvv/EjXznhGBw4QHF6TRAN8J0DPugdP79nx48/d8svjTL+523bz7UvfDbJwgwk25GZF4LdBiSxzNfhk4frDTQ/gBZfxedHKArPoO/pbxT0Vg8xWD1AnjkUsAZaHWi3ZaxWqzSCFYNYQAVRi1dBnaDelFUgNxRFMjZBNhAGm4Z+H4YZ5IXHq7K4rafb9/a0vetn12+77fjPvPHX//b6fSv0Dx8mP90mEFU9M+E3e7x95y+cvf3l37v4y/Nd+/MmLWbb515Ouus8pLUVmX0ZJOcArRr4oHqf98to9tWRbqEohmSZ0tvIWV8+Qf/EQ2SDTYAx6HZH6Hag3ZUI3gogGAG8oBKmi8LgvYAzeDVoYct7eUKeldVg0LP0+4ZsAIO8oHAe28rZff5KMbPjmeu33NH62d9/z7U3PHw3vduPkgPudJnA/sZv/MaZCT+W+uS3fmb31r9447m//j2Xz76v0zLPTbZuac1ceTXJUoKZeX5Z7pPdIF0wbcA0PSQh4sEdwvevxed3kBeOft+zfqLPyqH72Tj+EPkwwyYwMwsLi6XmF4TujNBqQ5qCGLBGEZH41yuIVRBQCffGURABI4IYIR3JiB1LSDBiKHLLiWNd44cPtc/d23vpjm1LNxw+tnp8qYvvHEOXawDe9ra3SWD3nW2AJnwMRPhf+sNLrn7x0xY+MQL/YhFptfZeRPfCrZjODmT230B6EZhubWWYgEQTICHqAIq7cP2/xxf7yYfK5nrGytEjrB26i8H6KqrQmYHFpVLzC9DtMgafJGBsAGoquyoCQAlZEMScfA8IMbQKkXKAxCCaIGoREbzC+lpb1lb6rUsvzH5k196Lv3bsxJEjGx6/ZTfu6FGAqO90A0T4zXKfnDVv0zv+/IrXn7O99V4jbAWhe/lTae/wmJnnIJ2ng1kkkohCogkQC6qgJ/DD6/D9ayjyEwx6jrXldVYP3c36sX0UuSNtwfw8bNkKC1tgdhbabbAJGAMiUcG8oMTXwXBCqACECyR+XgAFRDAIgkHEIuEaIB8aVpZpX3xx60V7z7vy9gOHHjo4OI6b34kfmUBrVeA70wBN+DHr3/3L5+z649fu/eBc17wasKbVZeaqp5PMryEzzyt7vbSmuQuwgAO3D+39DZpdT55v0tvIWDlyhNWDd9Df2ECA7gwsLsKWJZibh04ngLcV4LpKmGJAkVh/RJsmgHAhiMaoIhihrADeAqayCoUzrBztdy6+fPfzt+/Y/ZWH9+07dGyAO3wYhYYJzmADTIdPhI/92rsue96zHjf7idTKEwCSpR3MXHEBplMg3WeAWQJMg0XzhYL20OzWUXg/WtxJNhyysTpk5dB+1g/fR5GFrF8oy/3CYiz3JfhSNBXfQxBDNAQCRkGDCaqqgAAldFFBMYgXNOS996Y0AoIPLcsVwrEDR7qXXnHh1bfd/uD/HA5dNgS3tnbyQHimG2B6z4/wn3/BrtbfibAAkJ61m+5FCdLeirQuB+kC0sx0BaQG36+gw89B9ld4f5DhMGd9pc/KwQfZOLYP77XM+i2lZkPWJ2kTPibEpkr4EuEjgkB8Hf8bY2WIfyES/C9qUBdcF9qGiuAcHD9weMvVV19+7i1f3fepw0Pc8jKO5kB4phsglixowr/27RdddcW5nY+JMANgF7fRvTBBWtsh3YvEkh8ASDSAENMSD/4QfvgJJL8O59fo9wvWl3usHLiH3omjQAl8yxIsjNSdhbTKelsbQ039dVMylqCmWgUIEg0CKrFNUAIWjfchVAX/iAwoqBjUgxGDd8hoXrn0nG2d//2lBzYearfHVUD/NUyQfBtLvwmy73vDOWc/+aKZ/1llvpldYubiRaRlwZ4F6kEGxENXAqYCbqI0A38AzT6HyAEK9Qz6jvXja6w8fDeD9Q2shdk5WAi9vlX2+gheauJfeipQEU8J1/oxTHGgXjEAgFeLqMdYwatBvGJGwnp84klbHu8sqoLzSisxqEJiwas3S1s6bxsc55+GDlt7aHSmtoDpQ9/rf2z7ws//4FmfsFYuBTCtDjNXno9JN8FuBSwIsWQaAxJkTKzX9MHfDO6zYI7jHAx7BWvHVljZdyfZZm8Men4RFrfC3CK0Z8C2gRQkAZLymqSmtHEdZWOUNBjJSojV5K+gAsSsVy+gsb8wfm2qB0glWVUUAVG8Cnkh25995eI9f/+ZlTsH8YERlc74ChAVJ/43vXLHOxIrT6y80bnwXIx9CGQnaA4MQSVAt6gkiDgwHoyC5CBr4L4Oej+YDOctw37G+vIaq6PMz3oDkhTmwrA3s1hmvlTgTU0SxLd4LlgVnCBO0WAC0VAhDIhXxHpwFhGPiClfj2QTT+IsXhWnhlQ9zhkSo7RSz9KC/bUT8LeAC+7RIERETnWHMPk2ln7zd2+94LKZtvlJAIB0516S+QMgHSADjWUeEpAWiKJWkTH8IXC4zHxZRo3iXUI2yNhYeQT+PePMT1OY2wKLZ8HMPKTdAD8NwE+p/E83gShgFXWCiKIK4hRjPc4JiGJQvPWIStkKjKLGo9ZjRrJeSETxRkgTcKoUXsgLPe9vfu28n/7x337ofYAPitPvGVsBmuU/ufrymf+nqvG02rTPFlRzIEX8EIyANyC2hG8cYjyMtQkcAu4FOwCR8ulblrN5Yo2V/fczWF8rM38JFrfBzEIJ37SApDbUTQV/aiZAQAgmiIM9Ioox4I0i6hEsSGloYxU/kjUleGtHUrBesUZIDKRWWegmPw38xb9GFTDfrt2+a377wqtG2f+jhLe7F56H6N2gRTyk4TNgWEpHIgPpBfA3gdwGpocaQUUo8oze6hprB/cxPLGMtTCzKCxshe4iJDNh17hV6+W2UQXC9SmIGOOwChLQGBQhchEBZEwXYzSYUBEJrcCEE0XC+Dq1QnmiSCjg8W961fYLmrWLM3UGaA5/T7ig+yYFQRUzuwXTvgP1DjQLA161phYQG6pBDrIKsgJ4kGQsVY/LHcONHhvHjtI/dgQMdOdL+DNL0JoB025mfjPjH4U0yAUVpZ9xinpQjeDj0wKtWgIYjxotJR4rgrVgVDBewwEUJTFivvfK+f/4Do7+pyqhYt3hTJsBmtn/9EtnuqPs/35QFCHd7tHiMF5mEJOg5GVvNIKgiMvC2bw1JNFygjOdQNCBh7w3oLeyxuahA3hVOnPCwlkws6UGv54vWr9+FOA1gicHLQQyoBAkVAP1QDCCMYoLmY9oNGS4NgG+ldACrOK8GUWPV34Q+JVgZx/EqbaB5Nux6/f2n9vzTIQ5QZA0JZk9hPcZXsNkZiyiBuMdRo5DvgImRxKDShdxCsaAWDwel3kG65tsjOAXgyFpG+a3wOxI7VmNw54G+RANIFPAy7cIP5NwLeBCwUKRMVxFQzmQcQQxirgQRzKigAktQEM7KCuAEUBl21v+3Z5L/8v/d+COYDs5UyuA1I9znbsjfT4oHqG9bRZX3Ib6FKc5IgWKwZghnh52FI3JMdaDWCgENRYxCRiLesuwl9NbWWWwsoKxMDtfLvXSGTApiIngcRP6/ITl3xRNgF9GitpRDgWpsp0yiAHvAYIRREuZ8rUxlKVfFBNngpGUJ5zX/iHgrubEgp6JM4AJsgtd+zxUMKLYhVW8F9xI6pXCZWB8+B9WJBFEBFWgcIjJwCbgUlQM3idkvSGD48fBK+1ZmF0QOrNK2lKwABG+epDGeaMJhmDCeCW1id8T4ech6xvwaxlhFe8DdMrIOGp8tlAZQBipMoFgLSMJMx15Zjz7hvlW2kDyWJ/yeeol3U4rlSsUMPNzoF9DveCd4Hx5kFJHMglYQJwiOERGsgpagMvRIsOrpSgcg7VN8vUeNhFm55VOF5Iq8yUaQF3TBJigSWYwU6qCj9mv+eTMV5WahxRjQZ0i1VNCIUiRWCVC1leZT2gD49dXNEbaaAQ9g1pAzLXXv3z7ZYAFkNYa6h3epzgnFCN5X1LQsHgWU0IX7xEpSoq+QDVHnSXvCcOVVdQrnRnodoS0FVq+F8RrABVUmUCjQZhohinLPY1/rxZAlf2uAi8nY2iYIKz5TzKYgMT3VcIwXIGXkUJlAHZ+9LeW3n1oOX/Pa/9g4x8j/DNnBpCazPk7208EUMC2hyHzGUdfjFTtlYsJhywdViwqBV4E4z04B0WB05y8D0VvgLXQ7ZbwrSgUAkYDuJCBqsRBsFYJGppuAK0v+2LWRzFBWlGGxHgyAVFFOHlAFYQIXcoYVgXGIHNzW77/vO7m/wEbe2uW1dgGzpwKYLfM2CsBRBVaA1QVdYobyY9UVG1LBC/grcV7gzEGlADRo+rwLicbKD4rSFKh1VISA+JjX1YRsIDG5h0BlUFqcMP1dPjUVhZOJsNXaVQBVSklghWPMzY+4Q5RNXhRpIwmwK9MYZ3atDv3zKcy+6WvslrfEzhThkBTqZPaK1TDMs5uojllBfBK4UsTYBRc3An2xqChMqAAijqPy0caZJhwfLuVCsaAoBGIaK1/V/ciQNVwWypwdeDxWnXSICjE103QzUhUmPus9XjRaCyIR8uqobiaFYwgouAxaVt548u3vurlX11+b82uU4fB5DHa/iVEk1i5WBGSmRR0Fa8WHYP3Y6jeO8AieLwIakAtqA9SDdDCT+YOC0SENAGbEB6+xN6PBOBmwhhfNwJBU/cF6rAjNBqAJd6LMYogLTd7vIAHiNgieFGMaKgG4ApJrPUszqUvAN5fNaIzoQJITebfPvesrSJsVwXT2qiAlgom8IG04FEVvFbgQQNQQfEKblwFHMZCkgpiQJRGr8c3Mnp6hdQp96UGv6lGtjdNUBMAgg1Vz4uE6iAldAk+rl4jeGcTYxxpypWAPdU9AfMYtgB55fctPNkp4j2QDAEq+CgexaE+SB3Oe1QfkeJjeQ1Hp8B5RQvFiIS+GDNOVUCb5RmJihnIqctLE/7k7G+Wf6Sm+DkBEqMYJBo2XMbHJKEC5BYxSpKaXdEAzTbw7TSABJmdi+lVJWwFm5VQNdZfxsBdGPDGRihbg/fhfQEpg1fG8LUAY0tJLKUnmwCgUd6/RSPEz06FryoT24Bq+X4ltPY5DW0tuFo0DIKPiHhtRHHlvknrmU9mrr6APaOWgTMtubRaxUmaoyiqgGqZ6QTY4lARiC0CIB6tQvCquMyDQmLjP4yqxmFumiUnA5yuJvgm/Gb2x8/6CJpoBqgipVJbvld4RQSEKpbXBhBVtYnIr7xiy799xddW3nMqbcCcXvghxgHwAu9DOTcZ+IpTtfPlESkrgPoYvfdluR8JI+hI3oEbKhB3yERAkPo/ftOK1Y0at9MGP6j5flPxvQiglZQmB0XisrUaBLHi1RplaTF9/qmeD0hO/xZwlBH2eAW1Kco6qpTg5eRtNcGBSjX8BWN4EMGHLHceXKaAYIzENbNGLqKAhqrApBkAQB8d+Cb8xme1AdqgtfvqTdO4Qa1U8CpkhQISTCAoihHvxWDSVC4/1RZgHoPSD2DO2ZW0UbZ6ryStAryPbY+4zgUf5HDqYCT1fqRAE0ERXAE+B0NV/qW+xGoOXJPmLyIEpvf/afDr0JtG8AIxNo0wYc7otMxY8cERCNAyzouAsWbHhE3siYOgeaxWAG9+xa4neFWjXjGtLG6jAkbioQgRX0LXEL2LmwCiVRXAqeJzwZhqBVBVAWlCiQKmQp6k6cu9qMlAfcx+6vLxuDhqABqabVccY7VbmM0JkNNWSjJ5//KxN4BUumBP66nqFQ+YJI8fCG42QnwEbDyIQ9SheDwewkJRJSwDC0VzwYpgCGB9PYOk8n9tHS9VAB6V6tlbM0OzxKuaCHt8r/6eQf1kLIogNaQL84VFodCW/MHrFp4BmCAA+XZvBAGYubZ5nEfBKybJYtv18UevS/iKeA2rgQgNfAlXBI/ihopgMNUKwIMajyggUIbwgrA7WNu/V4Voh1MHD9RKfrMFNa9rWR7gM1Z8b6IBvKLxJWZ8LsDbVgJZZjn7rPazgevOpGWgAaRl9WL1oHhMGlqAlJIwDFYnX7x4jCFQkrG8r8AKzoHPww4ZBmMEFUU0II/P4DH1rV4F0WgMVKr79arUgB3U6OtM7v/x2hs0CC2z/aTs99EIqJm+QamwZfdOzr3ibMyJe0hkgWGWsHVp5gXAfwUkaqoBTv8zAIE93iskCdLyEYiUMga8V4wFG7Z5BROzWMDHMogWioiMhRfEBfgmfgoERWMaeIAKuMBJkch0Wn9QaZpjcgsA36wARPgQpDrWlMoDYDj/KU9mtnM3rP0VKLSNo50oSPuK9/yXi85/zVvu+0aNgT6WFUAg6ty9tJ33W/CGmaUOWhyLLVNB4tYmxoM3ilEQfMjyCrYJzwbKARA1iDwiwativKAYCEtGAzHDPYiBCD2CEgA95fI/tQVE+GZCBYiKRhCAiWqffRkXPS5B1v8WXR8gHnwOLQq6Vjm2auUnXrL0tpEBfrLGIT4ZPM0GkPpj4E+/V/587TaXGIHObB/vSthEEyAa5wDrBaTa9NC4+a2Mo/cjZQaDYGJGhbW/L/s9Etb/Aqoh26oWUD+uZUBPxQES4+R5ALyJ0QuUitcRejDB5Iqd7rmMZEsCvc+ja4fx1cmmvFTKgBmb0TIt5mbsi0a/G/n7r3rp1z9VrwKP+RD4R2/mgp3n6bNXby4zuz3XRz1lJsfjV/EPCIgBU80FYsZRUGTMSfCOsQGsKT8cIAcTmDBEmvB5j1RZJcTW44NiRTgV+BPBA6G31+Gb2qQf5MpIUD2X0lHG20VBep9DV4+BB/IAvwCflQawbkjXDlic7QJwyXmdNwCfnjYHJKd7B/DHXsa72h0SVaU90yUxD6K+hC/VYBfhhIFBwYAgiFVEiLt9XvBe0dxCSzBqUA+IhALhUTGYsHUsLrQFVUQqSMEsXkEBL+G9b738A40lX4ixDcS1/knw1dtxBIng916BXfDQuxZdW0YDeHVAGIJ9AQwhy8E7T9v0WJjfCUC7Zb7nk396zkUvfe2+bwB+0jGx5DQMf6aKn/1v8vq5eX2aLwSA+e1dfN4/eXkuEx4eCCCKKc0VOAlocL0ziI6ECUtARYIZREDFh9fxWYMSrsssrc0Dp14BmLzuj9B9NEPMejsWET6oQdIuydlXYro9tP9Z/NoJcAquBC9V1uel3NgEwQAeEvps3XE2sEYxXDFPvJQfAO6ub4A/Fi3AfOgt8vi20beYBPxQaM0uMHfWJj4nZpsFrZlB4u5gdQtTVQcvFAUUAwFK+KgNJd2jeASDioIYcCUkMR4NbQQEX1JDqD2GFf2Xwp8AvjH8NY3gQqkP8HEGs3ABybazITmOX/84fnVQkg3AcaVcDhqgOwdFuJc5UIXUOrZfeCla3MjgxANYu32pdrCd+jCYnI7S/6yrSc/ZrteZNmIt0F7inKeeS3H8Gqie2lkQFw8+IqDSPLRjQoaJCA7BO0GHIN5g1CBqwWswUsh8b1AUqqHQm1ABtOKNxGsIVzJ5tRSXj8SqAVM2e+qtwIWMdyP5BLPz2ZhuF83vxK1/ArRs6Oo8OEUrA4SMVw/+ETnIi9IARQFewQDzl7wM625j4/CdqOuzttE/BljATawAp6Hvm9/9Gb5Om/bucyz5miOZPQ7FNXgH4uPQN760AbIAcdjHCNWsgKk2dYowu2W2fAMbsolonmAY8FBUpURRUSBWARUFDSYRjTYQnTL5gxINgMrkFhBXArHkp7sxO58OicOtXo/rryCaoaGuiy/Q3KOFQ52iBagSTkCBi+BHMS6j58/5XtqLBSv3/RPGFth2y//Yfzr+UUBqOg1DYOz95ov/Xf5MZvVCMxQ6idK/H5KtUKwHoIBoWKpb8JT3xZTyAqIhVvNaAVKApqX7NbcYDFR91NdP3fhgBMAryFhxDhCiGQQ0RADidVT8Q0TwoNTBE6f/WAFQs4Rsew6azEBxlOzEp0GzErx7JObgM3SYo65M6araOAdalfsimMCB96BA2mqx/apX4zZuZP3eL2DSkurDy3PvvfPB5SrdZNJyMPnXzP7P/Zm8VOb1/8qXYefZUpamAvIjgFBBiUYgVgT1QGgNAAjRLALeK1IAgE1SHAkGixYmDIBw0sEhK4gKGuGX18Ssj+CrOPm5gDYNACpEE0A0QgmdxeeCmcW7TfLVG5G8Bz6C924Afjgma9RXy2MI2a4KRRjwnCulGtNty56rmbvwxazc+vuI3yBJQcRwcG3p76/88eN/XH80fLqWgQLIH79JtnXm9G/yDfBrMPt4wThFNZZ4AkwlyIEHrAkmELAKPp56wflAtACTgIhg2waMwZCACjgNgIKMAD70mAgfUSRERYK7IvSS6+QZAG2u/6MJAHsWLHwvXrr4okd2/AbEDUDzssS7IVr0EJehmkP8SSCchuiJWR+ufSj1Cjg1LOx5FnMX/CBrd3+Ag198G2mLsTSd7b3/2uTtb/qj49cG8FMfCyf/Gsu+a/6bPH5hUW8sCkx2EJbOLim7AmzgQIAqgCOYQkECZFGIwEEqmfD3WMVlCimkXYOxJuz2WdQrIIgGOKXihGk8yMlGAIIZIvSKxmT4J5d/TXYic09BzSJeDD5fIz92PYyhF+ALXN5HXB91Q1B3EgHRWBG9lqB9hI7zMBjAxib0M8vSuc/g7Ce+mI37/4qHPvfrJImSpiDW6j3LC195wU+t/EmW64km+MlKHi38L75bXq+z+nY3QIYHAWBxu4AHHPji5CPNCliBwIxqpxfAV/BPGrQV48ChWPGI8ZiOYrZuRVbXESUMWsBYPkQBE7eBq8EDo3HoC5EqQqwI9fJvF2H+KdDajUoyls+WKdZuHcUT4HLUZTCS5ptQDMDngKIaza+UkEUD9NqAl+WwugJr67C6AWJSzr/quVz+PS9i+c6/5IFr34rBk4ZqOEgWll//37O/+OT1J+6e/tOJzaVg8mjg3/DnfNZ19fuKY8AGtFNobRFaM+BUUQQ3AJtAquDD8W0ETH1prWApeRFjGISqgc1j8Fizgdk9g272kOqDalAnoJUUfNgDUDn5tzGIBjGOUjOANymy8GToXgBJB2wL1Yxi805040Z8XpZzn5fAfbYB+Sa+GCJaIDQLClW2U5X0CH2jB2ursLoGmz1QZbxrevmzXsTuy5/EoZs/xM0f/VWMlODTlmVN5g+940PDaz5+/er9wGaAX4TogyaaIO4DfAsD30d+R3bs2am3O8NWPQxtBTML1sL89vg/Wzglc4IMFJmFJJR0VRBOHvKUWBG0uWBFCx92Ah1gULmVzhUvw3/zXnRzmUjPhsMfHjXBDF7BVEsPOQk+6QzMno8sXAqtDpJ2EWvw2QPo8M6RCrTIx9C1GKLZADdYR4fr+LwHLkNQFCL4aGKkqnZBPmR7bxNOrMDqKuRFnOrntyxw0dN/hLP27uGbX/0QN/31x1F0DL41k+qRfPah//xHm5++7YGVZWAIZFHkQDHRCNMfBk2H/4V38aMyr3+tQ2xrDUwKxgYZIZ2VOKkK5G2DX/OIKjOz1flwwNR2ACHOBBUfgTjZK5o7QMAKKkImH6d1/jOR4kp07Tj+xDfRwWb1sAUzuxWZ24aZ2Q5piiQWEjO+NjaFJEEo8MVhNL+7ZJSBeo+6As2zkYYUm6u43graX8cXAwSP1s7TmThGVPBjRwrQixzW1mB1HQaD+N3DxsDSWds57+pX0Jkp+OZNH+O+G49WuGjPzw7vOJze9au/u/ZPKxsrgwA6AwZBw6iGGXzQtBlgOvwvvY93F21e3dpAEg/SrsCDtWDCaxQM0OruoPu4N3DiwXtYu+f9eHXMCLQFjAKm9qPZoTrYEIXa74dWxecFGDChf2buBiRNsfN7sDsvQexWBINYUF1BdRn81wMZGzYfDN4LZFJ2BK8lqDCBud4qxcYJfG8NN9wE7xATHyUjxBFba5WKuJTT0OP7PVhfK4c5DaXfCpjEsm3vJZz95Jfihw/x4E0fZuXoaljqWvL23PH/cV3xpQ9cs3kP4IIq+MMAvw/0gvrhXhbgu2ktIfmXwr/hL7hF4XFzmyVwk4CMwQtiy+u0E2gJdLa9kC0X/zbD/gCnS/iiz+Y3P4pqH+bCb+mm5CHQ/PX/JtrWxLIKKGQ5xB8oRVIP+cP4/iEkTRCToGIxxgIWMaaM1W6TCgqg5Z/Xfh/XWxtpHTcogSPEbiGABgmgsXppfW4J0L2HYQ/WNmE4APVxOTy7tIPtlzyXHZc9heX7PsPdn/9TNlZ7ALRnu8WDK+373vq+zS88cGB1PUKkCKrgDyP8mgFiJSimzQOiqtOGPf73B/iq8Typ40r4EmQSifv6BqQDNumydOlbmdn9SnyxPl4aDdcPsXr4flYP3Mng/o9j5QRzM9DujtSpWgix7EtsDxqxx42kEI21MJZBbAKJxZgEqcpSiIKgGCT0F80z3HCI5gPcYADqTjZ/ZB33LurwK+gRfJXdDIfQW4csi1O/TbssnfsUdlz+PLrddfbf9mkeuv0BBptDjDXQnVu75mt60+/91fqtAZiLIo+K8KPoAZshVvcGtVag0QhxCJQQJ2b+jR/gXS34hdYYfikqA1iBcQQSaC8+jrMe/yck3T14t4GO5ItHtEbeP87G8f2sH93P5oGb0dVv0LJ9ul1oz0CaQtoKxhJA4rXWgPjYZ0u41iAYsKYEr/EvUedHcuDLqN7FYTMChxpUalkvtUfGPl6jHtAw0W+U4AEUw/z2i9l68fNY3LWTYv1rPHzHzez7xkGyQU6r2/ZHhjP73v7XvS/cdNfwOOAbGR/BZ0GDaICJGkb4uKAa/OkzgACma3leWyvo8QCn2tgIscL8+a9hy0W/Aprh8hOo20T9SG4DdAObDJjbYkdxjs7spawePEh2YshwU7F9pRN2s1rtMqYJ2BSwJUupROy/viKBw+OgkFiKx9JG5oqJfVwj8wiaCDu+V322ZgIXDZANy8EOD3OL21g8/1kjPYlE99E//s/cfd3DHLjvCN57ktm53lcenLnlLX+++uVCh34S+BCzWtkfRIVMbwyDzd9VNm0IbJb+oNSSxNJctdAIP+nuYNtVf0hn6Xti1rsx+GgA/4g2MaY/gp9jijtg23HyWWEwFPJBuf6l7zE9aFklDd/Q2WqBSaCVgE3CsGnjbKDhWjyIUfABVGWWWDEa05pohOrrD/705N7eFBgJT+UyMGaGsy64ioXzn0NnJoPBXWwc+Bj77trPgQeXsYll66654i0fzD7xiS+sPxyh18BH6HHYi3EQY7xuTv/NZWAz++MMMMkAFrC3f1j+Mk15Zf2hrwjM7nohZz3u7YjpBPibpfzYCDFqD3z52g3uoti4sVqe4xzkWfiHDDHPwG0omnuMggVSqyQJpGkwQZAVECFWpwAeQruCSLe2WeiDCeK9UoRrNE70AN5XB1cttnMWdmYvrYWLmTlrL2lbkPx+yA6zfmyZQ/cdYPnwGtLq+tmZ1G+xG8nhoT/61NfyoSZ48jr4CD2oCXswZQ9gKnyAZNqvdr31fn7vKZfzEhG6CACYpMPWy9/C3N6fCD1+ZQy+NEHNAH6zhK8b+Gw/+eZX4re9CKRtod0FkZOfehUufPW6xhMw2VDp9xXNFFEwlMAtiipY0fD3BlDRGFXLiL08lvgIXADiSWFJOthkFtNdIOks0e5spzO/g/bcIsIaxp8Y6SBSPAy5Z/PYEZb3HWRjrU+P+d619yze/OJLVq9Y7Pa3ADx4mMNAVgOfTSj18bp+LwCfBD5EjYJJShrZH2UA86pf1/s++Q553RUX8m4MSWvhylHJf2TQ24vPT+CrrK/K/0j42P9Vyxag7vg48wWHxCFvpAgqkarNVCRqe+VO8FX2Vk/isHgExOILwfcsxVBGUiTzqPNQOIw1iFiQFGyKSVtY00KSNtaOFYC3SNtz2FYHKznGZBgdiX4JXVYwWfw+YFzO4MQheocPMRh4Dm3OH33H38gXP/L59f2Av+95HHvrK/nhr93LN975SW6IPTpmbh3uJOgReFCEXtTAe4CpXzYdWkDdACYoAVKgA3Q/87vyuov38svd85+fLlz0Bmx7R8z6aADUn9z7VTfBr5ON4KNroVxXkvC6ds8AEgfOqq7HBgUqccdRVVEANbjcjqMvLOpbeJeAtgGDwSBjCaKUV2IQH6JajCQIBlOdSh7HCBxCtcr6DE8cIFs5iqPlv3pf5/7/8M7N6+/dl2/G0osD3EU7ad93mNUIrg65CXwK9LzWRnTSev9Uf1HkxK9zfeH/rR/8zZ+RfS9/9ufeNDz4j3u75/4AM7tegdguGkt/zHwfDVD0bwO/FiFLKSaLpjFOvodAjAKAEM7cuxBD/1CvoBbRsCHkRsJWZ/fKa29BLXiDiAEibKikuM0T5OuHyTdOsFnMDT52w/zNv/T7qzcVbhCgR/iVRvA3J/T1Qe16SrbXdveCTjXrp88ATRnAvvkDesubP8Dr/uAX/Ute9LTP/Oj8kc+d1d75HNpbno2InGwALU3gswfR4nAFMNpKJAKVSkLTHNK0pUjTFBLP4mFDFCnNYOIPXYrG3UB8PIeGEfCUEU6S5psUm0coNo6hhefg+tzy2z84+8X3fnzjoVr2TV7SNaf4fu1eBD8x25vga5oKfroBpptB3vBn+gXg6+95ffGy5zz1umcs7LlxvrVwFcnspaBZlf34EXif7YvwTQR9EnjTtJzUZZr3iAINUCsxjtEYIcYNgOZnoRLgc9zgGG4E3mebONr+lgfnHvqFt2/80633rK5F8AHK5GVdzPzm2r1fg59H4SYMdqcI/tEfCNFJes079R9mO3rje944+MFnXHXTVTM7bmnbhfMxySLq1vD5g4hRIvzY4+vgxQhN4NIELdI0CRVEE6NKkAHqoM1EM/hsGd8/gh+cQBFWe7Obn/nK4l2v/s21L2f5sKjB9jVQrgav1u9L6EGDCfCLZsZPBt+E/+gNoHVt24YcO9Ysa0CxOWDwf/6WXnPeLr3hD//D8IUXnHP3ru17k8VkwYiIQwSiARrwm8NgBA3VZyZrcvZH8ESZpgm8R4dr+OEq+oi8Y30417/htsX73/RHm1+564H1zSnlva48xqAAv6EIvznRR2mtx08E/+gN0DyL4QE3gp8Bac3RrRAtYB46xNqPvkU/Dpo866p828+9lCc8/jI5e+85si1dFBMgN+GLnHQPM7n0Y6TZKjARLqaMGu81zQDkAzTrocN1NO/hXOqPrHRWb7xt7ptv/8DmrTfdsb4K6HTw5FMUWwDTd+6iahl/GsBPqwDUHF9E8KS1L1+j5lJ/w6165IZb+UdQ88RLZMuv/Lg8+XGXsufsPbI1nRPDjGBaIEaahohtYvrQSAQfs7yW4bmDQR/NcjQfQD6k0NSv9dLe7Q/Yg+//284df/n3/f2Q1Sufmww+luzmblzUpG3dKdu2DfCToJ8mA0Sgtb5mgUEEj1RGiaIAWkEOSG6+R5d/6rf184C57Fzmf+2n5CmX7WbX/Ix0Z2ZpdWekZeeQZE6wI5kZE8FPGxrVoEPQTMPPShWIVyh8UEHmTLG8kWzev98c/+LXzP73fsTcf+++bBMyasCnZHwDZtaAGkHHVhCuJ7yXx4wPMYrTB376swATZIE0qA10gJmm6AZ1Avz2pO/mDJJKrRT7Q8+SHc99Ensu3Svbdi2xsDBHt5vSFgUsWCmjMchJXxzukQIpek6GawPTO7bKxsNHZe3O+/XEl292y9fd5JbzvJlNgJ8OHleDF8FP26UL4KfMCi7olNbxj20FiFktNemELMmCCfJYCUgbJoiSLMd97Drd/7HrOBDPCCOn/O19k1/rBPlGqZ/+LH44wQD17HZT1Mj6xxZ8VFIvNSISAUcYRc0cPqi+3OlGE9CeZIKoyV/UVoMupwJ/OvjJS7laec5qGjYj+ZQlXEOTsv70gz/1fQA/sTJM3vDohNiumSCZUA1sZYApRpgmjZpe5qdP9mQTNJzU72vgdVL8dmd90wCTq4DUXKrNCkA+YTCKBihjGpRERRNM/8a+GJvQ4dGDb/b7uibvz0+e5CdUJM4A+NEAj9YETSNE+FGNSmCnV4OmCRqanPV+Avz6rl2E31RWv25CD5oOnkeznj+dq4BT/vbPShFiLO812GnzdbMK1GRO4Wsbq6inmPXNsh9jVPM9N22rdhrwCfDPIANMNwERDrZmBBsBk9YUs39CFQgyk0wwZU5pTPZTHtJMaAH1e03ok7Zqz2zg0w1wakaIMrU+nkSwQfWsb34mwo9xehsAbcJvlv6JahrBTQJeAx+Bn4Y9+jPSANOrQbMq1JQ0YwQ/ZSCc3gKYboLa9fR7zUz3p2GYO5MNcOpGiOCiJpjCTAA/MfunrgKaoNyEDR+dAHoK8Mlbtf9/e2eMAiAQA8Ho/9+s1jLIGlII3gwIXrTb8Yq1uAI/EGAmAmXAmtcWvn7sAE+7AITAPWYx8BD8SgJQAgQUzuROgT9v/f3KtzGrEDqCX10AipBlqFvbh+aP76UeIJRClIPPqhu6AgxleDmrfhWcxcC8HboCzGXgmrNA9+cQZtPAFWAuRDN09gCBSTGjAN9LMSeHrQDrInv9HFEAUQBRAFEAUQBRAFEAUQBRAFEAuQCgY0TrtBY3aQAAAABJRU5ErkJggg==) 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/7556/widgets/behaviors.json b/7556/widgets/behaviors.json deleted file mode 100644 index eae9ec52a92..00000000000 --- a/7556/widgets/behaviors.json +++ /dev/null @@ -1 +0,0 @@ -{"total":880,"items":[]} \ No newline at end of file diff --git a/7556/widgets/categories-trend.json b/7556/widgets/categories-trend.json deleted file mode 100644 index d9d02a29bed..00000000000 --- a/7556/widgets/categories-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":7556,"reportUrl":"https://waku-org.github.io/js-waku/7556/","reportName":"Allure Report with history","data":{}},{"buildOrder":7555,"reportUrl":"https://waku-org.github.io/js-waku/7555/","reportName":"Allure Report with history","data":{}},{"buildOrder":7554,"reportUrl":"https://waku-org.github.io/js-waku/7554/","reportName":"Allure Report with history","data":{"Test defects":18}},{"buildOrder":7553,"reportUrl":"https://waku-org.github.io/js-waku/7553/","reportName":"Allure Report with history","data":{"Test defects":18}},{"buildOrder":7552,"reportUrl":"https://waku-org.github.io/js-waku/7552/","reportName":"Allure Report with history","data":{"Test defects":18}},{"buildOrder":7550,"reportUrl":"https://waku-org.github.io/js-waku/7550/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/7556/widgets/categories.json b/7556/widgets/categories.json deleted file mode 100644 index a527ade754f..00000000000 --- a/7556/widgets/categories.json +++ /dev/null @@ -1 +0,0 @@ -{"total":0,"items":[]} \ No newline at end of file diff --git a/7556/widgets/duration-trend.json b/7556/widgets/duration-trend.json deleted file mode 100644 index aa1cf6abe65..00000000000 --- a/7556/widgets/duration-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":7556,"reportUrl":"https://waku-org.github.io/js-waku/7556/","reportName":"Allure Report with history","data":{"duration":486140}},{"buildOrder":7555,"reportUrl":"https://waku-org.github.io/js-waku/7555/","reportName":"Allure Report with history","data":{"duration":464585}},{"buildOrder":7554,"reportUrl":"https://waku-org.github.io/js-waku/7554/","reportName":"Allure Report with history","data":{"duration":547881}},{"buildOrder":7553,"reportUrl":"https://waku-org.github.io/js-waku/7553/","reportName":"Allure Report with history","data":{"duration":738368}},{"buildOrder":7552,"reportUrl":"https://waku-org.github.io/js-waku/7552/","reportName":"Allure Report with history","data":{"duration":738464}},{"buildOrder":7550,"reportUrl":"https://waku-org.github.io/js-waku/7550/","reportName":"Allure Report with history","data":{"duration":674906}},{"data":{}}] \ No newline at end of file diff --git a/7556/widgets/duration.json b/7556/widgets/duration.json deleted file mode 100644 index 392fdffa9df..00000000000 --- a/7556/widgets/duration.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"831737c148b21fcc","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728457360297,"stop":1728457360298,"duration":1},"status":"passed","severity":"normal"},{"uid":"461483419f29f329","name":"connected peers and dial","time":{"start":1728457448872,"stop":1728457448874,"duration":2},"status":"skipped","severity":"normal"},{"uid":"cd1ed090f756251","name":"Query with Ordered Callback, No Decoder","time":{"start":1728457536280,"stop":1728457536280,"duration":0},"status":"passed","severity":"normal"},{"uid":"19bf034bb5e4111e","name":"All","time":{"start":1728457211433,"stop":1728457211433,"duration":0},"status":"passed","severity":"normal"},{"uid":"7139de5794fc2c5f","name":"Sample","time":{"start":1728457154544,"stop":1728457154545,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dca89f8b4bb3a1c","name":"Ordered callback, aborts when callback returns true","time":{"start":1728457558865,"stop":1728457558865,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb73eafbd6e21e8d","name":"1 Store, 2 fetches","time":{"start":1728457170740,"stop":1728457170741,"duration":1},"status":"passed","severity":"normal"},{"uid":"293420e3eecf90e8","name":"Ping on peer without subscriptions","time":{"start":1728457250837,"stop":1728457250843,"duration":6},"status":"passed","severity":"normal"},{"uid":"7d9701ed1c7d7e09","name":"Non TWN Cluster","time":{"start":1728457516694,"stop":1728457516694,"duration":0},"status":"passed","severity":"normal"},{"uid":"5acda0e21e6f9211","name":"should properly create location multiaddrs - udp","time":{"start":1728457155322,"stop":1728457155322,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd50ec330560b59b","name":"should throw if no connection provided","time":{"start":1728457162209,"stop":1728457162211,"duration":2},"status":"passed","severity":"normal"},{"uid":"6384947cefb93a05","name":"Push message with content topic containing JSON","time":{"start":1728457473531,"stop":1728457473532,"duration":1},"status":"passed","severity":"normal"},{"uid":"c108a6ffbbc509d","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1728457170945,"stop":1728457170946,"duration":1},"status":"passed","severity":"normal"},{"uid":"3cae2150b8bf026","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1728457205196,"stop":1728457205204,"duration":8},"status":"passed","severity":"normal"},{"uid":"aba908e83e4dea26","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1728457154576,"stop":1728457154576,"duration":0},"status":"passed","severity":"normal"},{"uid":"1876940c797afa4d","name":"Push message with content topic containing Basic HTML tag","time":{"start":1728457510456,"stop":1728457510456,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f0c3fce8c2d332f","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1728457170447,"stop":1728457170447,"duration":0},"status":"passed","severity":"normal"},{"uid":"80f4ac120a301f93","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1728457146561,"stop":1728457146562,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8065d2e64076f40","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1728457146558,"stop":1728457146558,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d73f7dc4cc2a804","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728457537125,"stop":1728457537125,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6df45f35b73e4a8","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1728457548042,"stop":1728457548043,"duration":1},"status":"passed","severity":"normal"},{"uid":"e80e0c170a1e04e8","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1728457146581,"stop":1728457146582,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5ec9b35d596d5ab","name":"retrieves a single peer","time":{"start":1728457170942,"stop":1728457170942,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3d08f2c8f6f774b","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1728457146557,"stop":1728457146557,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dd87658f9416d13","name":"Push message with custom timestamp: 1697698960533","time":{"start":1728457473538,"stop":1728457473538,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fa7ccd74e934e64","name":"Check received message containing unicode special characters","time":{"start":1728457448623,"stop":1728457448623,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6c91e3316b865e7","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728457537120,"stop":1728457537120,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cabf894ad26da0b","name":"should get / set UDP multiaddr","time":{"start":1728457155320,"stop":1728457155320,"duration":0},"status":"passed","severity":"normal"},{"uid":"d85c985d0812307a","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1728457632324,"stop":1728457632324,"duration":0},"status":"passed","severity":"normal"},{"uid":"4eff5fcc0e5d8a7a","name":"should return empty list for no shard","time":{"start":1728457146568,"stop":1728457146568,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3ccb230f078d794","name":"Push message equal or less that 1MB","time":{"start":1728457510468,"stop":1728457510469,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2cd711a837cb01f","name":"Check message with no payload is not received","time":{"start":1728457448613,"stop":1728457448614,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dd7c6171ba895e0","name":"Push message with content topic containing special chars","time":{"start":1728457473522,"stop":1728457473522,"duration":0},"status":"passed","severity":"normal"},{"uid":"f514efa4aca835b0","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1728457290006,"stop":1728457290007,"duration":1},"status":"passed","severity":"normal"},{"uid":"5cb4f2ef871cbba1","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1728457149128,"stop":1728457149128,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d9f73fa479dbcf","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1728457402352,"stop":1728457402353,"duration":1},"status":"passed","severity":"normal"},{"uid":"da883cf207e8a182","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728457351729,"stop":1728457351730,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bb099c1220d9148","name":"does not throw on valid cases","time":{"start":1728457146542,"stop":1728457146543,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff8356a230174871","name":"Check message with invalid timestamp is not received","time":{"start":1728457448629,"stop":1728457448631,"duration":2},"status":"passed","severity":"normal"},{"uid":"7896fd25b76dae95","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728457537129,"stop":1728457537129,"duration":0},"status":"passed","severity":"normal"},{"uid":"34807d610d254b0b","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1728457146569,"stop":1728457146569,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3d7c3a9188ad8ce","name":"Subscribe and receives messages on 20 topics","time":{"start":1728457537122,"stop":1728457537122,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa2f1174ed621502","name":"Subscribe to topic containing long and publish message","time":{"start":1728457490917,"stop":1728457490919,"duration":2},"status":"passed","severity":"normal"},{"uid":"97c4874087419224","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1728457289905,"stop":1728457289905,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b0b274dbf12f870","name":"Push message with Russian payload","time":{"start":1728457473510,"stop":1728457473510,"duration":0},"status":"passed","severity":"normal"},{"uid":"120d7da3577d0f20","name":"Check received message containing special chars","time":{"start":1728457448617,"stop":1728457448617,"duration":0},"status":"passed","severity":"normal"},{"uid":"2693340925100a80","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1728457211523,"stop":1728457211524,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb5bdc267d34c40a","name":"Ping on subscribed peer","time":{"start":1728457249551,"stop":1728457249552,"duration":1},"status":"passed","severity":"normal"},{"uid":"e27e8a04e48ae8b7","name":"Publish message with custom timestamp: Thu Oct 19 2023 07:04:33 GMT+0000 (Coordinated Universal Time)","time":{"start":1728457481272,"stop":1728457481274,"duration":2},"status":"passed","severity":"normal"},{"uid":"daa1db745c63ca01","name":"Delete observer","time":{"start":1728457450890,"stop":1728457450890,"duration":0},"status":"passed","severity":"normal"},{"uid":"420e5eff1f676851","name":"tcp ip4 address","time":{"start":1728457154790,"stop":1728457154791,"duration":1},"status":"passed","severity":"normal"},{"uid":"e678910b53880c78","name":"Push message with emoji payload","time":{"start":1728457510438,"stop":1728457510439,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2082acf8c7928f2","name":"A test","time":{"start":1728457377823,"stop":1728457377823,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef54f3ef3e572983","name":"should not receive a peer event after stop","time":{"start":1728457174882,"stop":1728457174883,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec54364132608f12","name":"Check received message containing Arabic","time":{"start":1728457322404,"stop":1728457322404,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d8c6f0d320b6263","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1728457146566,"stop":1728457146566,"duration":0},"status":"passed","severity":"normal"},{"uid":"41e556bbf127d071","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1728457525088,"stop":1728457525089,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9ff4fafe9f2f674","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728457537126,"stop":1728457537127,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ca95b747098823b","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app32/1/topic677/test.js","time":{"start":1728457516700,"stop":1728457516700,"duration":0},"status":"passed","severity":"normal"},{"uid":"85f205e189186df4","name":"caches peers it previously fetched","time":{"start":1728457170944,"stop":1728457170944,"duration":0},"status":"passed","severity":"normal"},{"uid":"646bc763a8b905f8","name":"Decoder throws on undefined content topic","time":{"start":1728457181105,"stop":1728457181105,"duration":0},"status":"passed","severity":"normal"},{"uid":"6970ebe4285574dd","name":"Check received message containing Chinese","time":{"start":1728457448604,"stop":1728457448604,"duration":0},"status":"passed","severity":"normal"},{"uid":"58090498d1460d8a","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1728457481270,"stop":1728457481271,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5517e46c52d5f8b","name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","time":{"start":1728457162221,"stop":1728457162221,"duration":0},"status":"passed","severity":"normal"},{"uid":"2dde0a2b82ad72dd","name":"Check publish message containing Basic HTML tag","time":{"start":1728457481261,"stop":1728457481262,"duration":1},"status":"passed","severity":"normal"},{"uid":"11c55f6e76d6f3a7","name":"Check publish message containing SQL Injection","time":{"start":1728457481255,"stop":1728457481256,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5408b9fad20795e","name":"Mutual subscription","time":{"start":1728457490909,"stop":1728457490909,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2c9601958f0c38e","name":"Round trip binary serialization","time":{"start":1728457162905,"stop":1728457162906,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb3621e6ac555baa","name":"Nwaku publishes","time":{"start":1728457469065,"stop":1728457469067,"duration":2},"status":"passed","severity":"normal"},{"uid":"d39329cd013ab2d7","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1728457170441,"stop":1728457170441,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcbd8bb5af2d5b6b","name":"Check meta is set [ecies]","time":{"start":1728457182793,"stop":1728457182793,"duration":0},"status":"passed","severity":"normal"},{"uid":"4048ca621861d729","name":"should reject on timeout if it was set","time":{"start":1728457186697,"stop":1728457186697,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed5ba60f0b906b64","name":"Subscribe to topic containing short and publish message","time":{"start":1728457490915,"stop":1728457490917,"duration":2},"status":"passed","severity":"normal"},{"uid":"3c1654adf84802e5","name":"Wrong topic","time":{"start":1728457516705,"stop":1728457516705,"duration":0},"status":"passed","severity":"normal"},{"uid":"db17361086df3cd9","name":"Passing page size 110 when there are 120 messages","time":{"start":1728457555214,"stop":1728457555214,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc17ad6ae1800a63","name":"Push message with custom timestamp: 1728460950297","time":{"start":1728457510467,"stop":1728457510468,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c5fda75d11a6aa3","name":"Reopen subscription with peer with lost subscription","time":{"start":1728457250856,"stop":1728457250856,"duration":0},"status":"passed","severity":"normal"},{"uid":"67de58b91290fb82","name":"Check received message containing JSON","time":{"start":1728457448608,"stop":1728457448609,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ed62c34d689ceca","name":"Relay - dialed after","time":{"start":1728457569741,"stop":1728457569742,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd56039822dfb289","name":"LightPush: 0 peers, Filter: 3 peers","time":{"start":1728457377680,"stop":1728457377680,"duration":0},"status":"passed","severity":"normal"},{"uid":"20b48ab1ce1f1261","name":"different cluster, same shard: nodes don't connect","time":{"start":1728457402356,"stop":1728457402357,"duration":1},"status":"passed","severity":"normal"},{"uid":"25c0f43cda77c600","name":"different cluster, different shard: nodes don't connect","time":{"start":1728457402357,"stop":1728457402357,"duration":0},"status":"passed","severity":"normal"},{"uid":"3503de32bb6dfa27","name":"Check publish message containing Script","time":{"start":1728457481259,"stop":1728457481260,"duration":1},"status":"passed","severity":"normal"},{"uid":"12cc5a02ac761f4e","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1728457146559,"stop":1728457146559,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa534ec383e385c8","name":"Passing invalid cursor","time":{"start":1728457525093,"stop":1728457525094,"duration":1},"status":"passed","severity":"normal"},{"uid":"fde1ad5652846020","name":"Check received message containing SQL Injection","time":{"start":1728457448618,"stop":1728457448619,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bd898e8a79c0815","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1728457146564,"stop":1728457146564,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ad2516b1c47b327","name":"Generator, 2 different pubsubtopics","time":{"start":1728457554121,"stop":1728457554121,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0355393fa48681a","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728457537128,"stop":1728457537128,"duration":0},"status":"passed","severity":"normal"},{"uid":"561634ef46690df9","name":"Symmetric encrypt & Decrypt","time":{"start":1728457181538,"stop":1728457181538,"duration":0},"status":"passed","severity":"normal"},{"uid":"77f077597ac1984f","name":"unsubscribes","time":{"start":1728457556084,"stop":1728457556088,"duration":4},"status":"passed","severity":"normal"},{"uid":"f4cd1863ad74d606","name":"Push 30 different messages","time":{"start":1728457510439,"stop":1728457510439,"duration":0},"status":"passed","severity":"normal"},{"uid":"c74679a369fac640","name":"Check publish message containing shell command","time":{"start":1728457481264,"stop":1728457481265,"duration":1},"status":"passed","severity":"normal"},{"uid":"89d18af56cb97df6","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728457360326,"stop":1728457360328,"duration":2},"status":"passed","severity":"normal"},{"uid":"b865b2eefaac8bb4","name":"should encode/decode to RLP encoding","time":{"start":1728457155316,"stop":1728457155320,"duration":4},"status":"passed","severity":"normal"},{"uid":"d7a22dbece06b2cb","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1728457146581,"stop":1728457146581,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d94d8899ef60cb2","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728457360315,"stop":1728457360315,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6d5cca9b06184e4","name":"LightPush: 3 peers, Filter: 0 peers","time":{"start":1728457377685,"stop":1728457377685,"duration":0},"status":"passed","severity":"normal"},{"uid":"3df7aa399986e9d5","name":"Check received message containing escaped characters","time":{"start":1728457448609,"stop":1728457448609,"duration":0},"status":"passed","severity":"normal"},{"uid":"38f1ea72e0c28963","name":"should return valid sharding parameters for static sharding","time":{"start":1728457146583,"stop":1728457146583,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d6095961223e65a","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1728457289907,"stop":1728457289907,"duration":0},"status":"passed","severity":"normal"},{"uid":"2968aad0dcba3823","name":"Push message with content topic containing Chinese","time":{"start":1728457510449,"stop":1728457510450,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a5f8f104454b93b","name":"Push message with Script payload","time":{"start":1728457473514,"stop":1728457473514,"duration":0},"status":"passed","severity":"normal"},{"uid":"13c98faec372ba1e","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1728457289893,"stop":1728457289893,"duration":0},"status":"passed","severity":"normal"},{"uid":"17a4d2498356d6c8","name":"random static sharding 7 - Cluster ID: 773, Shard ID: 151","time":{"start":1728457528780,"stop":1728457528781,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9bbcf74e44f9e96","name":"should be able to decode the field with only RELAY set to true","time":{"start":1728457154574,"stop":1728457154575,"duration":1},"status":"passed","severity":"normal"},{"uid":"e851f70bc6fb91d4","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728457537130,"stop":1728457537130,"duration":0},"status":"passed","severity":"normal"},{"uid":"a036b690bffdc93b","name":"same cluster, same shard: nodes connect","time":{"start":1728457402355,"stop":1728457402355,"duration":0},"status":"passed","severity":"normal"},{"uid":"841fa64efcb5c314","name":"Subscribe to topic containing long and receive message","time":{"start":1728457537124,"stop":1728457537125,"duration":1},"status":"passed","severity":"normal"},{"uid":"e58213e42ab9647c","name":"Check received message containing Russian","time":{"start":1728457322404,"stop":1728457322405,"duration":1},"status":"passed","severity":"normal"},{"uid":"58050aba6bcdc7e9","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1728457490912,"stop":1728457490912,"duration":0},"status":"passed","severity":"normal"},{"uid":"74513d589de39c1d","name":"isConnected should return false after all peers disconnect","time":{"start":1728457237159,"stop":1728457237159,"duration":0},"status":"passed","severity":"normal"},{"uid":"6396dadc36e03ebc","name":"should remove the specified number of excess peers","time":{"start":1728457186734,"stop":1728457186735,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a4dfb98406b3f24","name":"Check publish message containing short","time":{"start":1728457481245,"stop":1728457481246,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa4bbe59fa379e2a","name":"Check publish message containing Russian","time":{"start":1728457481255,"stop":1728457481255,"duration":0},"status":"passed","severity":"normal"},{"uid":"2222e486537dc86b","name":"should be called at least once on all `peer:discovery` events","time":{"start":1728457212722,"stop":1728457212732,"duration":10},"status":"passed","severity":"normal"},{"uid":"6bda151061f9d334","name":"should only return 1 node with store capability","time":{"start":1728457170945,"stop":1728457170945,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4c267c3fd4e6b0b","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1728457181101,"stop":1728457181102,"duration":1},"status":"passed","severity":"normal"},{"uid":"de1cb9889155db5f","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728457280061,"stop":1728457280062,"duration":1},"status":"passed","severity":"normal"},{"uid":"6aac463e9ee0a05","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1728457170051,"stop":1728457170051,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8babbd91c218a42","name":"Push message with Basic HTML tag payload","time":{"start":1728457473515,"stop":1728457473515,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1ce054b24fc00d6","name":"Renews subscription after lossing a connection","time":{"start":1728457537132,"stop":1728457537132,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb2be8c745613b1f","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1728457548043,"stop":1728457548044,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea20038be0a15d8f","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1728457548044,"stop":1728457548045,"duration":1},"status":"passed","severity":"normal"},{"uid":"408e2c0fbfbdde77","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457401576,"stop":1728457401580,"duration":4},"status":"passed","severity":"normal"},{"uid":"6151f7311673af0","name":"Encoder throws on undefined content topic","time":{"start":1728457181104,"stop":1728457181104,"duration":0},"status":"passed","severity":"normal"},{"uid":"37389881f0fd3336","name":"Check received message containing shell command","time":{"start":1728457448609,"stop":1728457448609,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7a8398465be5548","name":"Query generator for multiple messages with different content topic format","time":{"start":1728457558862,"stop":1728457558863,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8cb7297b28d96bc","name":"Subscribe and publish message","time":{"start":1728457490910,"stop":1728457490912,"duration":2},"status":"passed","severity":"normal"},{"uid":"73a3052eb1a439f9","name":"Check message with no pubsub topic is not received","time":{"start":1728457322433,"stop":1728457322433,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b8b112e6449f432","name":"returns all values when wanted number matches available values","time":{"start":1728457170048,"stop":1728457170050,"duration":2},"status":"passed","severity":"normal"},{"uid":"7427b5ae299e46bf","name":"non connected peers","time":{"start":1728457448880,"stop":1728457448885,"duration":5},"status":"skipped","severity":"normal"},{"uid":"788253022b7a0ce2","name":"1 Relay, 1 Filter, gives up","time":{"start":1728457170741,"stop":1728457170741,"duration":0},"status":"passed","severity":"normal"},{"uid":"28c32ea09e3364bb","name":"should throw error - no id","time":{"start":1728457155314,"stop":1728457155314,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3f835fb7de09bf2","name":"should only return 1 node with relay and store capability","time":{"start":1728457170945,"stop":1728457170945,"duration":0},"status":"passed","severity":"normal"},{"uid":"e763b1a6f07fcae6","name":"Check publish message containing XML","time":{"start":1728457481260,"stop":1728457481261,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbe9bbe2f9c6c63b","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728457280062,"stop":1728457280063,"duration":1},"status":"passed","severity":"normal"},{"uid":"396e020df47173bc","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1728457289959,"stop":1728457289970,"duration":11},"status":"passed","severity":"normal"},{"uid":"fab6c9a9428d5c05","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1728457360328,"stop":1728457360329,"duration":1},"status":"passed","severity":"normal"},{"uid":"d49e2a7002f0bfad","name":"Check received message containing short","time":{"start":1728457322390,"stop":1728457322391,"duration":1},"status":"passed","severity":"normal"},{"uid":"be4b09036d4cdc21","name":"Check received message containing Chinese","time":{"start":1728457322400,"stop":1728457322404,"duration":4},"status":"passed","severity":"normal"},{"uid":"1c605b21db4b4a65","name":"should properly create location multiaddrs - udp4","time":{"start":1728457155321,"stop":1728457155321,"duration":0},"status":"passed","severity":"normal"},{"uid":"b24cb7e93a30cb21","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728457322428,"stop":1728457322428,"duration":0},"status":"passed","severity":"normal"},{"uid":"83e9f77927f201ff","name":"Ordered Callback - true","time":{"start":1728457542832,"stop":1728457542832,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f6b7a7e64114b6b","name":"configure the node with multiple content topics","time":{"start":1728457516705,"stop":1728457516706,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f7dc6d95a7f2a7d","name":"Check received message containing short","time":{"start":1728457448615,"stop":1728457448616,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca480ade86f006a0","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1728457525087,"stop":1728457525088,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef910953983d6e33","name":"random static sharding 8 - Cluster ID: 97, Shard ID: 624","time":{"start":1728457528781,"stop":1728457528781,"duration":0},"status":"passed","severity":"normal"},{"uid":"31a083d4fe4c498c","name":"Passing page size 3 when there are 20 messages","time":{"start":1728457555213,"stop":1728457555213,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b8496f3c3be7590","name":"Renews subscription after lossing a connection","time":{"start":1728457537155,"stop":1728457537155,"duration":0},"status":"passed","severity":"normal"},{"uid":"878e4d62e68b3cb6","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289884,"stop":1728457289884,"duration":0},"status":"passed","severity":"normal"},{"uid":"c47680711a3fc3fd","name":"start node with empty content topic","time":{"start":1728457516707,"stop":1728457516707,"duration":0},"status":"passed","severity":"normal"},{"uid":"aabf423375d5a148","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1728457252532,"stop":1728457252532,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5e341e77390743d","name":"Check received message containing Russian","time":{"start":1728457448605,"stop":1728457448606,"duration":1},"status":"passed","severity":"normal"},{"uid":"3098116109ad2433","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1728457290007,"stop":1728457290007,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dcdf2478a0e584b","name":"random static sharding 2 - Cluster ID: 805, Shard ID: 308","time":{"start":1728457528775,"stop":1728457528776,"duration":1},"status":"passed","severity":"normal"},{"uid":"358f0cc5e32d47b7","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1728457146569,"stop":1728457146569,"duration":0},"status":"passed","severity":"normal"},{"uid":"509510f334727ba","name":"random static sharding 6 - Cluster ID: 127, Shard ID: 694","time":{"start":1728457528780,"stop":1728457528780,"duration":0},"status":"passed","severity":"normal"},{"uid":"c89608c556221e4","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728457537136,"stop":1728457537137,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc3cc288d9c6f60e","name":"Check received message containing short","time":{"start":1728457448602,"stop":1728457448602,"duration":0},"status":"passed","severity":"normal"},{"uid":"1377a7f738b844fc","name":"Fails to push message with empty content topic","time":{"start":1728457473534,"stop":1728457473534,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7d887364bf3ea06","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457554120,"stop":1728457554120,"duration":0},"status":"passed","severity":"normal"},{"uid":"81ff53b083c8f7ec","name":"Check received message containing long","time":{"start":1728457448602,"stop":1728457448602,"duration":0},"status":"passed","severity":"normal"},{"uid":"f077b42bd88ffacb","name":"should throw error - no public key","time":{"start":1728457155313,"stop":1728457155314,"duration":1},"status":"passed","severity":"normal"},{"uid":"af8efa7acda415a6","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1728457146586,"stop":1728457146586,"duration":0},"status":"passed","severity":"normal"},{"uid":"412fbacd84aa265","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1728457146559,"stop":1728457146559,"duration":0},"status":"passed","severity":"normal"},{"uid":"2069238e479dd4a5","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app49/8/topic305/utf8","time":{"start":1728457516694,"stop":1728457516695,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf7e2bb16f0537e","name":"LightPush: 2 peers, Filter: 3 peers","time":{"start":1728457377683,"stop":1728457377684,"duration":1},"status":"passed","severity":"normal"},{"uid":"272da3ae2ceed5ca","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1728457237157,"stop":1728457237157,"duration":0},"status":"passed","severity":"normal"},{"uid":"58c316f535215327","name":"Check publish message containing emoji","time":{"start":1728457481269,"stop":1728457481270,"duration":1},"status":"passed","severity":"normal"},{"uid":"66901d71bd51cce6","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app98/9/topic934/proto","time":{"start":1728457516696,"stop":1728457516698,"duration":2},"status":"passed","severity":"normal"},{"uid":"fb131b32804313f7","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289895,"stop":1728457289895,"duration":0},"status":"passed","severity":"normal"},{"uid":"204904de885f4d8","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1728457525084,"stop":1728457525087,"duration":3},"status":"passed","severity":"normal"},{"uid":"f2e63a1bb42230d0","name":"should throw an error if shards are undefined for static sharding","time":{"start":1728457146568,"stop":1728457146568,"duration":0},"status":"passed","severity":"normal"},{"uid":"a55e10717d086356","name":"should return no connections if no open connection provided","time":{"start":1728457162259,"stop":1728457162260,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f219ec13f815511","name":"should return usable stream attached to connection","time":{"start":1728457162205,"stop":1728457162208,"duration":3},"status":"passed","severity":"normal"},{"uid":"ca302524d9efd4bb","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1728457481299,"stop":1728457481300,"duration":1},"status":"passed","severity":"normal"},{"uid":"510fb53b514a5ccf","name":"should return false","time":{"start":1728457155315,"stop":1728457155315,"duration":0},"status":"passed","severity":"normal"},{"uid":"81e48f23daa8e7a9","name":"handles different clusterIds correctly","time":{"start":1728457146563,"stop":1728457146563,"duration":0},"status":"passed","severity":"normal"},{"uid":"1be83f180ca35c99","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728457537139,"stop":1728457537139,"duration":0},"status":"passed","severity":"normal"},{"uid":"97e1c8aa41444656","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728457252532,"stop":1728457252533,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fb567ebac592748","name":"Subscribe and receives messages on 20 topics","time":{"start":1728457537135,"stop":1728457537135,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f408fe09dcce726","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728457537133,"stop":1728457537133,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5409017be554ecd","name":"should set field with only RELAY enabled","time":{"start":1728457155323,"stop":1728457155324,"duration":1},"status":"passed","severity":"normal"},{"uid":"d595aaf756697174","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1728457490932,"stop":1728457490932,"duration":0},"status":"passed","severity":"normal"},{"uid":"535d05ced54c069b","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728457537131,"stop":1728457537132,"duration":1},"status":"passed","severity":"normal"},{"uid":"d29b43f900e3afd0","name":"Publish without waiting for remote peer","time":{"start":1728457490910,"stop":1728457490910,"duration":0},"status":"passed","severity":"normal"},{"uid":"15a648300aef833d","name":"Relay","time":{"start":1728457211432,"stop":1728457211432,"duration":0},"status":"passed","severity":"normal"},{"uid":"38eb06a3071e1a6","name":"Check message with no payload is not received","time":{"start":1728457448632,"stop":1728457448633,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1d3377f018f92a7","name":"Push message with content topic containing short","time":{"start":1728457510440,"stop":1728457510444,"duration":4},"status":"passed","severity":"normal"},{"uid":"3714b782d5ee7af5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1728457289888,"stop":1728457289889,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5d7f2ae1a32915c","name":"should correctly map a content topic to a pubsub topic","time":{"start":1728457146584,"stop":1728457146584,"duration":0},"status":"passed","severity":"normal"},{"uid":"5765ddd4dad2e758","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728457537126,"stop":1728457537126,"duration":0},"status":"passed","severity":"normal"},{"uid":"c62d5d5aedf64c5b","name":"Ping fails for unsubscribed peers","time":{"start":1728457287383,"stop":1728457287384,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc8f0acdb67eeb3d","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1728457170446,"stop":1728457170446,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4bc86284f3061c4","name":"Check received message containing long","time":{"start":1728457448616,"stop":1728457448616,"duration":0},"status":"passed","severity":"normal"},{"uid":"256958811ff33e0a","name":"should not fail to stop the service if it was not started","time":{"start":1728457498410,"stop":1728457498411,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e2dbf94683f6fe9","name":"Waku message hash computation (no timestamp)","time":{"start":1728457149128,"stop":1728457149128,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3c8156d5d8a4c30","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728457280064,"stop":1728457280064,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ea28011ff87ffd5","name":"Push message with short payload","time":{"start":1728457473507,"stop":1728457473507,"duration":0},"status":"passed","severity":"normal"},{"uid":"f50a328ae9a9a8bd","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1728457289895,"stop":1728457289896,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1c499b78a71f4f","name":"Check received message containing special chars","time":{"start":1728457322393,"stop":1728457322400,"duration":7},"status":"passed","severity":"normal"},{"uid":"fdb9d63196182910","name":"can dial TLS multiaddrs","time":{"start":1728457405293,"stop":1728457405294,"duration":1},"status":"passed","severity":"normal"},{"uid":"6102d14e457e4c3","name":"should reject if Filter is requested but not mounted","time":{"start":1728457186696,"stop":1728457186697,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2835698b78ccf5c","name":"Check publish message containing escaped characters","time":{"start":1728457481265,"stop":1728457481268,"duration":3},"status":"passed","severity":"normal"},{"uid":"673d3ff0e57ed04f","name":"Check received message containing Chinese","time":{"start":1728457448617,"stop":1728457448617,"duration":0},"status":"passed","severity":"normal"},{"uid":"424b5fefc25195ca","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app85/2/topic661/json","time":{"start":1728457516699,"stop":1728457516699,"duration":0},"status":"passed","severity":"normal"},{"uid":"8779ecee3d7a0ab","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728457351732,"stop":1728457351733,"duration":1},"status":"passed","severity":"normal"},{"uid":"2624b81981537230","name":"handles empty contentTopics array correctly","time":{"start":1728457146584,"stop":1728457146584,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea09ad0734b96f9f","name":"should be able to encode the field with only RELAY set to true","time":{"start":1728457154567,"stop":1728457154568,"duration":1},"status":"passed","severity":"normal"},{"uid":"8af5d58f3175098d","name":"getPeersByDiscovery","time":{"start":1728457486605,"stop":1728457486605,"duration":0},"status":"passed","severity":"normal"},{"uid":"a81a492bfbb23e45","name":"Subscribe to topic containing Script and receive message","time":{"start":1728457360314,"stop":1728457360314,"duration":0},"status":"passed","severity":"normal"},{"uid":"86423bb2cfe9c40f","name":"should use DNS peer discovery with light client","time":{"start":1728457215720,"stop":1728457215721,"duration":1},"status":"skipped","severity":"normal"},{"uid":"acebc0eaa456f4f0","name":"Subscribe to topic containing Script and receive message","time":{"start":1728457537127,"stop":1728457537128,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d7c56069d7d5627","name":"Check received message containing Arabic","time":{"start":1728457448604,"stop":1728457448605,"duration":1},"status":"passed","severity":"normal"},{"uid":"7af1aa96f38300d3","name":"should be able to decode the field with only STORE set to true","time":{"start":1728457154575,"stop":1728457154576,"duration":1},"status":"passed","severity":"normal"},{"uid":"3522a8c0d4d55555","name":"Check received message containing shell command","time":{"start":1728457448622,"stop":1728457448622,"duration":0},"status":"passed","severity":"normal"},{"uid":"aba04f3f251c15a6","name":"throws on content topic with too few or too many fields","time":{"start":1728457146544,"stop":1728457146544,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f9da92342742e05","name":"Subscribe to topic containing JSON and publish message","time":{"start":1728457490934,"stop":1728457490934,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8c8cc95092e7f52","name":"should set field with all protocols disabled","time":{"start":1728457155323,"stop":1728457155323,"duration":0},"status":"passed","severity":"normal"},{"uid":"2dd50f23eed0f853","name":"Check received message containing shell command","time":{"start":1728457322409,"stop":1728457322417,"duration":8},"status":"passed","severity":"normal"},{"uid":"e408170bd59ef63f","name":"Check received message containing Basic HTML tag","time":{"start":1728457448620,"stop":1728457448620,"duration":0},"status":"passed","severity":"normal"},{"uid":"261abe0423d2d07","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1728457562264,"stop":1728457562266,"duration":2},"status":"passed","severity":"normal"},{"uid":"baba29c94c185f16","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1728457478652,"stop":1728457478652,"duration":0},"status":"passed","severity":"normal"},{"uid":"9653cd96bced092d","name":"Promise Callback - false","time":{"start":1728457542831,"stop":1728457542831,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b5d9048f092fee9","name":"Used by Waku Relay","time":{"start":1728457604302,"stop":1728457604302,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ad2a0129bdaf665","name":"Subscribe and receive messages via lightPush","time":{"start":1728457537132,"stop":1728457537133,"duration":1},"status":"passed","severity":"normal"},{"uid":"f93d58048fa65452","name":"Ping on peer without subscriptions","time":{"start":1728457249552,"stop":1728457249553,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba76b4e304533332","name":"Query with Ordered Callback, No message returned","time":{"start":1728457536281,"stop":1728457536281,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1744e14f73023bc","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728457537129,"stop":1728457537130,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c889b24ddc112a4","name":"Check message on other pubsub topic is not received","time":{"start":1728457448612,"stop":1728457448613,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9b06b6b87cd889d","name":"Fails to push message with large meta","time":{"start":1728457473535,"stop":1728457473535,"duration":0},"status":"passed","severity":"normal"},{"uid":"d848b72aa3d7a867","name":"throws on content topic with empty topic name field","time":{"start":1728457146547,"stop":1728457146548,"duration":1},"status":"passed","severity":"normal"},{"uid":"64fed4b41b426134","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728457537153,"stop":1728457537154,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a1af2411e25433b","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1728457146578,"stop":1728457146578,"duration":0},"status":"passed","severity":"normal"},{"uid":"85a862a0ebac911a","name":"Generator, custom pubsub topic","time":{"start":1728457554120,"stop":1728457554120,"duration":0},"status":"passed","severity":"normal"},{"uid":"1da22f49f73fc6c9","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1728457237157,"stop":1728457237158,"duration":1},"status":"passed","severity":"normal"},{"uid":"32f0d5c292cb8b20","name":"Fails to publish message with empty text","time":{"start":1728457481283,"stop":1728457481288,"duration":5},"status":"passed","severity":"normal"},{"uid":"148226d642cb8cd1","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728457351724,"stop":1728457351724,"duration":0},"status":"passed","severity":"normal"},{"uid":"95dcca467529f999","name":"Check received message containing XML","time":{"start":1728457448619,"stop":1728457448620,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5fbb37a54c308e3","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728457537154,"stop":1728457537155,"duration":1},"status":"passed","severity":"normal"},{"uid":"616689769e831a6a","name":"Encoder throws on undefined content topic","time":{"start":1728457162907,"stop":1728457162907,"duration":0},"status":"passed","severity":"normal"},{"uid":"25727a2199bcc91f","name":"should wait for LightPush peer to be connected","time":{"start":1728457186698,"stop":1728457186698,"duration":0},"status":"passed","severity":"normal"},{"uid":"2433548d60416d0b","name":"LightPush: 1 peers, Filter: 2 peers","time":{"start":1728457377681,"stop":1728457377681,"duration":0},"status":"passed","severity":"normal"},{"uid":"5226a2ada6fc880f","name":"Filter with 2 connections","time":{"start":1728457350093,"stop":1728457350093,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcc5b561801891af","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1728457490936,"stop":1728457490944,"duration":8},"status":"passed","severity":"normal"},{"uid":"cabfea2dbea99fba","name":"random static sharding 9 - Cluster ID: 172, Shard ID: 18","time":{"start":1728457528782,"stop":1728457528782,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7235ebc50e046d","name":"Check publish message after client node is restarted","time":{"start":1728457481312,"stop":1728457481312,"duration":0},"status":"skipped","severity":"normal"},{"uid":"59169a2aaf566a35","name":"Push message with rate limit","time":{"start":1728457510464,"stop":1728457510466,"duration":2},"status":"passed","severity":"normal"},{"uid":"5ccba2dd38a7b06d","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728457537140,"stop":1728457537141,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1f4eb0dfa5bb4","name":"Check message on other pubsub topic is not received","time":{"start":1728457448631,"stop":1728457448631,"duration":0},"status":"passed","severity":"normal"},{"uid":"770318208da1d542","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1728457490913,"stop":1728457490913,"duration":0},"status":"passed","severity":"normal"},{"uid":"106b13be2c9baa68","name":"addEventListener with wrong event","time":{"start":1728457245462,"stop":1728457245462,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a2f0c825e307e71","name":"Check received message containing unicode special characters","time":{"start":1728457322422,"stop":1728457322425,"duration":3},"status":"passed","severity":"normal"},{"uid":"b3fff4e0771e10b3","name":"throws on empty content topic","time":{"start":1728457146543,"stop":1728457146543,"duration":0},"status":"passed","severity":"normal"},{"uid":"844bf1a733e96945","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1728457146573,"stop":1728457146573,"duration":0},"status":"passed","severity":"normal"},{"uid":"58dfc9b648d34351","name":"Push message with Chinese payload","time":{"start":1728457473509,"stop":1728457473509,"duration":0},"status":"passed","severity":"normal"},{"uid":"4095c5d1e1f0029f","name":"Overlapping topic subscription","time":{"start":1728457537137,"stop":1728457537137,"duration":0},"status":"passed","severity":"normal"},{"uid":"911ef775651cb082","name":"new peer added after a peer was already found","time":{"start":1728457486605,"stop":1728457486605,"duration":0},"status":"skipped","severity":"normal"},{"uid":"18cb25782107c445","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1728457490923,"stop":1728457490924,"duration":1},"status":"passed","severity":"normal"},{"uid":"18de6b4c6f426b85","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728457537146,"stop":1728457537146,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd0877de5bc9cc74","name":"Publishes to nwaku","time":{"start":1728457469053,"stop":1728457469064,"duration":11},"status":"passed","severity":"normal"},{"uid":"52112206cb9e07f4","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1728457154569,"stop":1728457154570,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca9bb617211934cc","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1728457146575,"stop":1728457146576,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b80af1ec3348ae3","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728457537135,"stop":1728457537135,"duration":0},"status":"passed","severity":"normal"},{"uid":"10d35ed71ebc595d","name":"Check received message containing SQL Injection","time":{"start":1728457322405,"stop":1728457322405,"duration":0},"status":"passed","severity":"normal"},{"uid":"76cd90f594b1851b","name":"Push message with SQL Injection payload","time":{"start":1728457510422,"stop":1728457510423,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab3fc4e0e5569ba9","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app32/3/topic334/xml","time":{"start":1728457516701,"stop":1728457516701,"duration":0},"status":"passed","severity":"normal"},{"uid":"14117d9ab363327","name":"configure the node with multiple pubsub topics","time":{"start":1728457528783,"stop":1728457528783,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d85de2ee040890e","name":"Push message with emoji payload","time":{"start":1728457473517,"stop":1728457473518,"duration":1},"status":"passed","severity":"normal"},{"uid":"8521410e4e3f7858","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728457537119,"stop":1728457537120,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4edaf3e9229b98b","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app56/6/topic673/json","time":{"start":1728457516703,"stop":1728457516703,"duration":0},"status":"passed","severity":"normal"},{"uid":"3145045e5db22bae","name":"Relay + Store","time":{"start":1728457155325,"stop":1728457155325,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e9d54a83616b0eb","name":"Check received message containing long","time":{"start":1728457322391,"stop":1728457322392,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9f5b758d69d096d","name":"should be able to decode the field with only FILTER set to true","time":{"start":1728457154575,"stop":1728457154575,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf3c8e55cb5fab14","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1728457252528,"stop":1728457252528,"duration":0},"status":"passed","severity":"normal"},{"uid":"677a25d630468fcc","name":"Push message with escaped characters payload","time":{"start":1728457473516,"stop":1728457473516,"duration":0},"status":"passed","severity":"normal"},{"uid":"161fea5cf30d4ab6","name":"Check message received after jswaku node is restarted","time":{"start":1728457448614,"stop":1728457448614,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1c6075456de85bb0","name":"Push message with shell command payload","time":{"start":1728457473515,"stop":1728457473516,"duration":1},"status":"passed","severity":"normal"},{"uid":"abb10eb4cddb697b","name":"udp ip6 address","time":{"start":1728457154791,"stop":1728457154791,"duration":0},"status":"passed","severity":"normal"},{"uid":"5136dfb110062c38","name":"ignores domain fetching errors","time":{"start":1728457170943,"stop":1728457170943,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c4afafcbf9fd09c","name":"Filter with 1 connections","time":{"start":1728457350091,"stop":1728457350092,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbbea5b671dad93d","name":"LightPush: 0 peers, Filter: 1 peers","time":{"start":1728457377679,"stop":1728457377679,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4c418bfe33b0c89","name":"should return different streams if requested simultaniously","time":{"start":1728457162213,"stop":1728457162216,"duration":3},"status":"passed","severity":"normal"},{"uid":"377b004374c94792","name":"Push to array if already present","time":{"start":1728457146186,"stop":1728457146186,"duration":0},"status":"passed","severity":"normal"},{"uid":"81b2c4f9ec2053c1","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1728457170946,"stop":1728457170947,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5d06fb47cd3a0da0","name":"should return false when no peers exist","time":{"start":1728457186734,"stop":1728457186734,"duration":0},"status":"passed","severity":"normal"},{"uid":"e142f6bff7cada14","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1728457478653,"stop":1728457478653,"duration":0},"status":"passed","severity":"normal"},{"uid":"88036478cbe1fdc5","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728457351724,"stop":1728457351725,"duration":1},"status":"passed","severity":"normal"},{"uid":"41599cb1c4b6093b","name":"should use the provided clusterId for the pubsub topic","time":{"start":1728457146584,"stop":1728457146585,"duration":1},"status":"passed","severity":"normal"},{"uid":"dba277181f08f079","name":"Subscribe to topic containing Script and publish message","time":{"start":1728457490933,"stop":1728457490933,"duration":0},"status":"passed","severity":"normal"},{"uid":"71b56c716f5a70f7","name":"random static sharding 1 - Cluster ID: 35, Shard ID: 533","time":{"start":1728457528773,"stop":1728457528775,"duration":2},"status":"passed","severity":"normal"},{"uid":"c8b33439af3819db","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728457448627,"stop":1728457448629,"duration":2},"status":"passed","severity":"normal"},{"uid":"872387736843e34b","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1728457146560,"stop":1728457146560,"duration":0},"status":"passed","severity":"normal"},{"uid":"f097389bb7f22f0","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728457537145,"stop":1728457537145,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbef932e29bf8394","name":"Push message with long payload","time":{"start":1728457510410,"stop":1728457510410,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ff3e6ae2e4511e5","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728457360325,"stop":1728457360326,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e0dd2571e6ff21c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728457351722,"stop":1728457351722,"duration":0},"status":"passed","severity":"normal"},{"uid":"c347bd051de68aca","name":"Subscribe to topic containing short and receive message","time":{"start":1728457360307,"stop":1728457360308,"duration":1},"status":"passed","severity":"normal"},{"uid":"79b57f92717d3660","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728457252528,"stop":1728457252529,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a284dab8b35a101","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728457537122,"stop":1728457537122,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e2625a84d4244da","name":"Push message with content topic containing escaped characters","time":{"start":1728457473532,"stop":1728457473533,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7efecbaa93ed784","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1728457548044,"stop":1728457548044,"duration":0},"status":"passed","severity":"normal"},{"uid":"57ff22ad4cc8faab","name":"Waku message hash computation (payload length 0)","time":{"start":1728457149127,"stop":1728457149128,"duration":1},"status":"passed","severity":"normal"},{"uid":"7977ecf4427cefa2","name":"Check received message with timestamp: 1728457204567000000 ","time":{"start":1728457448624,"stop":1728457448624,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d88c3af78300f73","name":"Subscribe and receive messages via lightPush","time":{"start":1728457537118,"stop":1728457537119,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb673228e20ba3d8","name":"Number of peers are maintained correctly","time":{"start":1728457287382,"stop":1728457287382,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b58ffff411ccaa","name":"Push message with meta","time":{"start":1728457473534,"stop":1728457473535,"duration":1},"status":"passed","severity":"normal"},{"uid":"d567a1e7b6d5ca1a","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728457360324,"stop":1728457360325,"duration":1},"status":"passed","severity":"normal"},{"uid":"8dc56e5c68be31c","name":"Check received message containing Russian","time":{"start":1728457448618,"stop":1728457448618,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5e6db63d81e2acf","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1728457146570,"stop":1728457146570,"duration":0},"status":"passed","severity":"normal"},{"uid":"984db87c3600102a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1728457146575,"stop":1728457146575,"duration":0},"status":"passed","severity":"normal"},{"uid":"f871c98c8f2f494b","name":"should properly create location multiaddrs - tcp6","time":{"start":1728457155322,"stop":1728457155322,"duration":0},"status":"passed","severity":"normal"},{"uid":"f51db7e8ee0f289b","name":"Reusing cursor across nodes","time":{"start":1728457525092,"stop":1728457525093,"duration":1},"status":"passed","severity":"normal"},{"uid":"b07dbce4f89bd991","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1728457290006,"stop":1728457290006,"duration":0},"status":"passed","severity":"normal"},{"uid":"32d801b5eadff2f5","name":"returns nothing if no connections present","time":{"start":1728457162256,"stop":1728457162256,"duration":0},"status":"passed","severity":"normal"},{"uid":"a55596c6c19adae6","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728457401572,"stop":1728457401576,"duration":4},"status":"passed","severity":"normal"},{"uid":"9623ef591a976f21","name":"Nodes with multiple pubsub topic","time":{"start":1728457478653,"stop":1728457478653,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ef0b30b4409ac6e","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1728457525091,"stop":1728457525092,"duration":1},"status":"passed","severity":"normal"},{"uid":"61478bed505d4aa2","name":"Query Generator - true","time":{"start":1728457542828,"stop":1728457542829,"duration":1},"status":"passed","severity":"normal"},{"uid":"892ad3ae457ca3a1","name":"throws on content topic with generation field greater than 0","time":{"start":1728457146545,"stop":1728457146545,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ace9f35c101bd0d","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1728457146585,"stop":1728457146585,"duration":0},"status":"passed","severity":"normal"},{"uid":"143aa5dc1d0af474","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1728457562268,"stop":1728457562268,"duration":0},"status":"passed","severity":"normal"},{"uid":"83592cba1a262aaa","name":"Ping on unsubscribed peer","time":{"start":1728457250848,"stop":1728457250848,"duration":0},"status":"passed","severity":"normal"},{"uid":"609437cc86cd2203","name":"Ping on subscribed peer","time":{"start":1728457250837,"stop":1728457250837,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3e72d7749e68698","name":"should encode/decode to text encoding","time":{"start":1728457155320,"stop":1728457155320,"duration":0},"status":"passed","severity":"normal"},{"uid":"29f3fe7e267a6858","name":"should find and add new peers","time":{"start":1728457186735,"stop":1728457186735,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad868a986bd61376","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1728457170445,"stop":1728457170445,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9032a880c4f1313","name":"Push message on custom pubsubTopic","time":{"start":1728457401549,"stop":1728457401549,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7b704b33e37b0e3","name":"Query with Promise Callback, No Decoder","time":{"start":1728457536283,"stop":1728457536283,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3679815aa3248e7","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1728457174884,"stop":1728457174884,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdac6172a7f99151","name":"Push message with content topic containing long","time":{"start":1728457473520,"stop":1728457473520,"duration":0},"status":"passed","severity":"normal"},{"uid":"96a6fb8f074bafb7","name":"isConnected return false after peer stops","time":{"start":1728457237160,"stop":1728457237160,"duration":0},"status":"passed","severity":"normal"},{"uid":"2454d1d585fdf1b2","name":"getPeersByDiscovery","time":{"start":1728457245463,"stop":1728457245468,"duration":5},"status":"passed","severity":"normal"},{"uid":"8b689319a37ab420","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1728457289892,"stop":1728457289893,"duration":1},"status":"passed","severity":"normal"},{"uid":"2401ba277c0b3edd","name":"Push message equal or less that 1MB","time":{"start":1728457473542,"stop":1728457473545,"duration":3},"status":"passed","severity":"normal"},{"uid":"2afe5b2560368ba4","name":"should return all peers when numPeers is 0","time":{"start":1728457162725,"stop":1728457162725,"duration":0},"status":"passed","severity":"normal"},{"uid":"373047ab3edd55f4","name":"Store - dialed after - with timeout","time":{"start":1728457569742,"stop":1728457569743,"duration":1},"status":"passed","severity":"normal"},{"uid":"99bf38ce7ad27117","name":"removeEventListener with wrong event","time":{"start":1728457245463,"stop":1728457245463,"duration":0},"status":"passed","severity":"normal"},{"uid":"af4e605b85e08a14","name":"Callback on promise, aborts when callback returns true","time":{"start":1728457558864,"stop":1728457558864,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ae373ee85b124d2","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728457360304,"stop":1728457360305,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bb631e396895cae","name":"Push message with content topic containing Arabic","time":{"start":1728457473522,"stop":1728457473525,"duration":3},"status":"passed","severity":"normal"},{"uid":"b7939f0dba3ac3a5","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app62/4/topic831/proto","time":{"start":1728457516695,"stop":1728457516695,"duration":0},"status":"passed","severity":"normal"},{"uid":"58efafa494dc4ce2","name":"LightPush","time":{"start":1728457569743,"stop":1728457569743,"duration":0},"status":"passed","severity":"normal"},{"uid":"a178b8835e24530e","name":"LightPush: 0 peers, Filter: 0 peers","time":{"start":1728457377675,"stop":1728457377676,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7ba963d30598ed9","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1728457146565,"stop":1728457146565,"duration":0},"status":"passed","severity":"normal"},{"uid":"e43fef0de79809e8","name":"should properly create peer info with all multiaddrs","time":{"start":1728457155322,"stop":1728457155323,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f24cb2c383d280a","name":"Check received message containing emoji","time":{"start":1728457322425,"stop":1728457322425,"duration":0},"status":"passed","severity":"normal"},{"uid":"c44ca1fd7c2aa024","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1728457289887,"stop":1728457289887,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f59757ff4454f32","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1728457146582,"stop":1728457146582,"duration":0},"status":"passed","severity":"normal"},{"uid":"72f10052ab7ced0a","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1728457536281,"stop":1728457536282,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f18be45fe01631f","name":"throws on content topic with empty application field","time":{"start":1728457146545,"stop":1728457146546,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e63383f3526896a","name":"should reject if Relay is requested but not mounted","time":{"start":1728457186694,"stop":1728457186695,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c17e0366dd6f6eb","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457554123,"stop":1728457554124,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ed782173b94eee1","name":"Check received message containing SQL Injection","time":{"start":1728457448606,"stop":1728457448607,"duration":1},"status":"passed","severity":"normal"},{"uid":"55751cfcfaa8d0ac","name":"should not fail to start the service if it is already started","time":{"start":1728457215712,"stop":1728457215713,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f59afce6fd14c58","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1728457289925,"stop":1728457289931,"duration":6},"status":"passed","severity":"normal"},{"uid":"c823216002e8b21b","name":"Filter with 0 connections","time":{"start":1728457350090,"stop":1728457350091,"duration":1},"status":"passed","severity":"normal"},{"uid":"902a3257e58acf6c","name":"Subscribe to topic containing emoji and publish message","time":{"start":1728457490944,"stop":1728457490944,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f0cca9f731f7f6a","name":"through manual discovery","time":{"start":1728457405294,"stop":1728457405294,"duration":0},"status":"passed","severity":"normal"},{"uid":"fab3368d1fc806ed","name":"Check received message containing JSON","time":{"start":1728457322409,"stop":1728457322409,"duration":0},"status":"passed","severity":"normal"},{"uid":"76d3458d4afc3d16","name":"LightPush: 3 peers, Filter: 1 peers","time":{"start":1728457377685,"stop":1728457377686,"duration":1},"status":"passed","severity":"normal"},{"uid":"15a4ed2e841bb2a2","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1728457486609,"stop":1728457486609,"duration":0},"status":"passed","severity":"normal"},{"uid":"8211fb48e12a833d","name":"should not fail to start the service if it is already started","time":{"start":1728457498411,"stop":1728457498412,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed4831029682cc9e","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1728457146565,"stop":1728457146566,"duration":1},"status":"passed","severity":"normal"},{"uid":"4823e1c6debb542c","name":"should be able to encode the field with only STORE set to true","time":{"start":1728457154568,"stop":1728457154569,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8f237bfc327e530","name":"Push message with content topic containing unicode special characters","time":{"start":1728457473533,"stop":1728457473533,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed1a1eff1660eade","name":"should remove a peer","time":{"start":1728457186732,"stop":1728457186732,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c7515276f76695f","name":"Ordered Callback - false","time":{"start":1728457542832,"stop":1728457542833,"duration":1},"status":"passed","severity":"normal"},{"uid":"189eb55f0cc1f2ca","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1728457490913,"stop":1728457490914,"duration":1},"status":"passed","severity":"normal"},{"uid":"984ef74edf71f0f","name":"Fails to push message with empty content topic","time":{"start":1728457510461,"stop":1728457510462,"duration":1},"status":"passed","severity":"normal"},{"uid":"52a26f4d6a8ac25","name":"should not fail to start the service if it is already started","time":{"start":1728457174881,"stop":1728457174881,"duration":0},"status":"passed","severity":"normal"},{"uid":"70a0315368c77cc0","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728457537130,"stop":1728457537131,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc89fd16e63feafd","name":"Sign & Recover","time":{"start":1728457181539,"stop":1728457181540,"duration":1},"status":"passed","severity":"normal"},{"uid":"350203ce94c41261","name":"random static sharding 4 - Cluster ID: 742, Shard ID: 261","time":{"start":1728457528779,"stop":1728457528779,"duration":0},"status":"passed","severity":"normal"},{"uid":"a11ee01f2b516e16","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1728457162908,"stop":1728457162908,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bdd647db440ba61","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1728457146559,"stop":1728457146560,"duration":1},"status":"passed","severity":"normal"},{"uid":"b07f6e17c0c19c78","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1728457146567,"stop":1728457146567,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c57ecad9100fdbb","name":"Push message with Russian payload","time":{"start":1728457510420,"stop":1728457510421,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb0c82320dffbc04","name":"Refresh subscription","time":{"start":1728457537124,"stop":1728457537124,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d677c787fc2bb8b","name":"Push message with content topic containing numeric","time":{"start":1728457510449,"stop":1728457510449,"duration":0},"status":"passed","severity":"normal"},{"uid":"632bece1b927cb2a","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1728457149125,"stop":1728457149126,"duration":1},"status":"passed","severity":"normal"},{"uid":"274fa610c18d8b5a","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728457280064,"stop":1728457280065,"duration":1},"status":"passed","severity":"normal"},{"uid":"5069cca3131fcdf9","name":"Subscribe and receive messages via lightPush","time":{"start":1728457360296,"stop":1728457360297,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdfd7de1a6a9ae8e","name":"Query Generator, Wrong PubsubTopic","time":{"start":1728457536269,"stop":1728457536270,"duration":1},"status":"passed","severity":"normal"},{"uid":"8108ab6a561f56f3","name":"Check message received after jswaku node is restarted","time":{"start":1728457322436,"stop":1728457322437,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5b01c7df0f340144","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1728457170947,"stop":1728457170947,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6e910f2ee241a735","name":"Push message with custom timestamp: 1728453760533","time":{"start":1728457473538,"stop":1728457473541,"duration":3},"status":"passed","severity":"normal"},{"uid":"4ef5616ebf9b5c8b","name":"can start the service","time":{"start":1728457174879,"stop":1728457174880,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f353e575c971800","name":"Subscribe and receive messages via waku relay post","time":{"start":1728457360301,"stop":1728457360302,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b65e926782b5044","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1728457146574,"stop":1728457146574,"duration":0},"status":"passed","severity":"normal"},{"uid":"1367d8c417c5950f","name":"Subscribe to topic containing long and receive message","time":{"start":1728457537138,"stop":1728457537139,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1092bc39542e310","name":"1 Store, 2 relays, 2 fetches","time":{"start":1728457170741,"stop":1728457170741,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca0c5fa62bb5eeb5","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1728457562268,"stop":1728457562268,"duration":0},"status":"passed","severity":"normal"},{"uid":"591ebada4039541b","name":"Push message with escaped characters payload","time":{"start":1728457510437,"stop":1728457510438,"duration":1},"status":"passed","severity":"normal"},{"uid":"adc563c030b20d4c","name":"Subscribe to topic containing XML and publish message","time":{"start":1728457490933,"stop":1728457490933,"duration":0},"status":"passed","severity":"normal"},{"uid":"63cf1e29194fff43","name":"LightPush with 3 connections","time":{"start":1728457350093,"stop":1728457350094,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b27bdc01efb1d48","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1728457211524,"stop":1728457211525,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4e6895ce3316e73","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1728457146576,"stop":1728457146576,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfe722f348479aad","name":"Ephemeral messages are not stored","time":{"start":1728457211522,"stop":1728457211522,"duration":0},"status":"passed","severity":"normal"},{"uid":"88f9188785e6fbda","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728457360313,"stop":1728457360313,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4e1ca26115e6dfa","name":"Overlapping topic subscription","time":{"start":1728457537123,"stop":1728457537123,"duration":0},"status":"passed","severity":"normal"},{"uid":"31d9f70ed90a826d","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728457537133,"stop":1728457537134,"duration":1},"status":"passed","severity":"normal"},{"uid":"27e5c71dfe01d5a5","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1728457205205,"stop":1728457205206,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5e179616cb2e949","name":"Push message with custom timestamp: 1697698950297","time":{"start":1728457510466,"stop":1728457510466,"duration":0},"status":"passed","severity":"normal"},{"uid":"165817aadc0ad1da","name":"should properly create location multiaddrs - tcp","time":{"start":1728457155322,"stop":1728457155322,"duration":0},"status":"passed","severity":"normal"},{"uid":"90c6d3745955dd02","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728457360322,"stop":1728457360324,"duration":2},"status":"passed","severity":"normal"},{"uid":"2d0acf3ce21734a8","name":"Check message with no content topic is not received","time":{"start":1728457322433,"stop":1728457322433,"duration":0},"status":"passed","severity":"normal"},{"uid":"bada927983d7d01e","name":"Push 30 different messages","time":{"start":1728457473518,"stop":1728457473518,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d10e0ae816d9a3a","name":"Push message with content topic containing SQL Injection","time":{"start":1728457510454,"stop":1728457510455,"duration":1},"status":"passed","severity":"normal"},{"uid":"40591dd5adb58380","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1728457146578,"stop":1728457146578,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e5c12068c20ae18","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1728457289957,"stop":1728457289958,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b0cb97998f91455","name":"Default pageSize","time":{"start":1728457555215,"stop":1728457555215,"duration":0},"status":"passed","severity":"normal"},{"uid":"e967673a812afbed","name":"groups content topics by expected pubsub topic","time":{"start":1728457146562,"stop":1728457146562,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7d260d9e3cea20a","name":"should create a new stream if no existing for protocol found","time":{"start":1728457162211,"stop":1728457162212,"duration":1},"status":"passed","severity":"normal"},{"uid":"96e0901d45089879","name":"should throw error - no public key","time":{"start":1728457155315,"stop":1728457155315,"duration":0},"status":"passed","severity":"normal"},{"uid":"b519794c2a855d13","name":"should decode valid enr with tcp successfully","time":{"start":1728457155312,"stop":1728457155313,"duration":1},"status":"passed","severity":"normal"},{"uid":"227f4f0e7a4d3249","name":"throws on content topic with empty version field","time":{"start":1728457146546,"stop":1728457146547,"duration":1},"status":"passed","severity":"normal"},{"uid":"3176068c7fe3a254","name":"Query Generator, Multiple PubsubTopics","time":{"start":1728457536270,"stop":1728457536272,"duration":2},"status":"passed","severity":"normal"},{"uid":"5cef168392b5ad91","name":"Using a function","time":{"start":1728457604302,"stop":1728457604302,"duration":0},"status":"passed","severity":"normal"},{"uid":"855cb8142fe375af","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1728457562266,"stop":1728457562267,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfa60b740606e222","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1728457155312,"stop":1728457155312,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ee536cfb395066","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1728457146561,"stop":1728457146561,"duration":0},"status":"passed","severity":"normal"},{"uid":"6eddd0eeff2eb50","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728457537122,"stop":1728457537123,"duration":1},"status":"passed","severity":"normal"},{"uid":"9634b92dd01a7dd8","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728457351723,"stop":1728457351723,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dcdec593932e3cf","name":"Check received message containing XML","time":{"start":1728457448607,"stop":1728457448608,"duration":1},"status":"passed","severity":"normal"},{"uid":"91a87d24d1eabfee","name":"Js publishes, other Js receives","time":{"start":1728457469068,"stop":1728457469070,"duration":2},"status":"passed","severity":"normal"},{"uid":"af4784c5fdb0d27a","name":"should load peers from local storage and dispatch events","time":{"start":1728457174883,"stop":1728457174884,"duration":1},"status":"passed","severity":"normal"},{"uid":"7497951d04fece50","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1728457205204,"stop":1728457205205,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fe037d1b8cfc449","name":"Check publish message containing JSON","time":{"start":1728457481263,"stop":1728457481263,"duration":0},"status":"passed","severity":"normal"},{"uid":"bee96b4accc1da4e","name":"Decoder throws on empty string content topic","time":{"start":1728457182795,"stop":1728457182795,"duration":0},"status":"passed","severity":"normal"},{"uid":"e951c4ab2a4fa421","name":"should properly create location multiaddrs - udp6","time":{"start":1728457155321,"stop":1728457155322,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba8fef3b5e1977bf","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1728457558864,"stop":1728457558864,"duration":0},"status":"passed","severity":"normal"},{"uid":"6719cdcd58cff227","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1728457237156,"stop":1728457237156,"duration":0},"status":"passed","severity":"normal"},{"uid":"236bad17c282d88","name":"should return the correct number of peers","time":{"start":1728457186733,"stop":1728457186733,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a668377fff31552","name":"Should update multiaddrs","time":{"start":1728457405734,"stop":1728457405734,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2839027b2ed2808","name":"Subscribe to topic containing special chars and publish message","time":{"start":1728457490921,"stop":1728457490923,"duration":2},"status":"passed","severity":"normal"},{"uid":"2b883584324f8606","name":"isConnected should return true after first peer connects","time":{"start":1728457237158,"stop":1728457237159,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbe10c7c0e8cb3d3","name":"should throw an error for insufficient data","time":{"start":1728457146586,"stop":1728457146586,"duration":0},"status":"passed","severity":"normal"},{"uid":"da1b4b4085f87f50","name":"Ping on unsubscribed peer","time":{"start":1728457249553,"stop":1728457249553,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3080c5221744773","name":"Query generator for multiple messages with different message text format","time":{"start":1728457558859,"stop":1728457558859,"duration":0},"status":"passed","severity":"normal"},{"uid":"68eadaf8aa2f84e4","name":"Correctly serialized arguments","time":{"start":1728457402447,"stop":1728457402447,"duration":0},"status":"passed","severity":"normal"},{"uid":"dade81ba7cf8cbc8","name":"Push message with Basic HTML tag payload","time":{"start":1728457510427,"stop":1728457510428,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0bcac8f2aff5bf9","name":"Keep-alive pings maintain the connection","time":{"start":1728457287384,"stop":1728457287385,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2782cd0e9435a44","name":"Check message with no content topic is not received","time":{"start":1728457448613,"stop":1728457448613,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4cf2afd39ed1a84","name":"Push message with content topic containing Script","time":{"start":1728457510455,"stop":1728457510456,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8b92b15c4206027","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1728457289894,"stop":1728457289894,"duration":0},"status":"passed","severity":"normal"},{"uid":"528967278c44fc1f","name":"Check received message containing numeric","time":{"start":1728457322392,"stop":1728457322393,"duration":1},"status":"passed","severity":"normal"},{"uid":"41e2820b5feb48fd","name":"Check message received after nwaku node is restarted","time":{"start":1728457322438,"stop":1728457322438,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f82e88fd1bf000aa","name":"Check received message with timestamp: 1728457204468000000 ","time":{"start":1728457322426,"stop":1728457322426,"duration":0},"status":"passed","severity":"normal"},{"uid":"4efc90a70663089b","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1728457154578,"stop":1728457154578,"duration":0},"status":"passed","severity":"normal"},{"uid":"562b5aa1a58e1249","name":"LightPush with 2 connections","time":{"start":1728457350092,"stop":1728457350093,"duration":1},"status":"passed","severity":"normal"},{"uid":"f20a311ae89224c0","name":"Ping succeeds for all connected peers","time":{"start":1728457287382,"stop":1728457287383,"duration":1},"status":"passed","severity":"normal"},{"uid":"657c1a7b0edb7a5c","name":"safeDispatchEvent","time":{"start":1728457245469,"stop":1728457245470,"duration":1},"status":"passed","severity":"normal"},{"uid":"430d0d62cde3bf18","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1728457478648,"stop":1728457478649,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8d0e99bf11c5372","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1728457402353,"stop":1728457402354,"duration":1},"status":"passed","severity":"normal"},{"uid":"7dcd3a45cc2afd88","name":"can start and stop the service","time":{"start":1728457498405,"stop":1728457498410,"duration":5},"status":"passed","severity":"normal"},{"uid":"226bb57fbf0989ce","name":"Push message with content topic containing numeric","time":{"start":1728457473521,"stop":1728457473521,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b4b9fc62faab93c","name":"Does not throw an exception when node disconnects","time":{"start":1728457604301,"stop":1728457604301,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8d7170275fe2ff1","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728457537121,"stop":1728457537121,"duration":0},"status":"passed","severity":"normal"},{"uid":"26303ac89d68f4eb","name":"can start and stop the service","time":{"start":1728457174880,"stop":1728457174880,"duration":0},"status":"passed","severity":"normal"},{"uid":"94aa7a1130c0725d","name":"should not receive a peer event before start","time":{"start":1728457174882,"stop":1728457174882,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba2a1b73fd1cf9c8","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1728457154571,"stop":1728457154571,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3fd28391d17b068","name":"LightPush: 0 peers, Filter: 2 peers","time":{"start":1728457377679,"stop":1728457377680,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef896cdea3c76a1f","name":"Subscribe to topic containing XML and receive message","time":{"start":1728457537142,"stop":1728457537144,"duration":2},"status":"passed","severity":"normal"},{"uid":"384154b91e315eda","name":"Fails to push message bigger that 1MB","time":{"start":1728457473545,"stop":1728457473546,"duration":1},"status":"passed","severity":"normal"},{"uid":"f47d00c91920df97","name":"Check message with non string payload is not received","time":{"start":1728457448614,"stop":1728457448614,"duration":0},"status":"passed","severity":"normal"},{"uid":"aaad0ed6855b6a96","name":"throws an error for improperly formatted content topics","time":{"start":1728457146564,"stop":1728457146564,"duration":0},"status":"passed","severity":"normal"},{"uid":"e876ed3a3d3f7339","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1728457146567,"stop":1728457146567,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d2a08b947f5e427","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1728457525083,"stop":1728457525083,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cea5f4a830e78b8","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1728457289893,"stop":1728457289893,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc70be203981a8f5","name":"Check message with non string payload is not received","time":{"start":1728457322436,"stop":1728457322436,"duration":0},"status":"passed","severity":"normal"},{"uid":"7929d38fc6bf4d8c","name":"Sets default value correctly","time":{"start":1728457604306,"stop":1728457604306,"duration":0},"status":"passed","severity":"normal"},{"uid":"e43aefad5c4249cc","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1728457146576,"stop":1728457146576,"duration":0},"status":"passed","severity":"normal"},{"uid":"744de396d8eee0c8","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1728457154577,"stop":1728457154577,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc9c89e5efc9f06e","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1728457149126,"stop":1728457149127,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbf49c79901be1a6","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1728457289946,"stop":1728457289946,"duration":0},"status":"passed","severity":"normal"},{"uid":"a354d13eb5af6e3a","name":"Passing page size 0 when there are 110 messages","time":{"start":1728457555212,"stop":1728457555212,"duration":0},"status":"passed","severity":"normal"},{"uid":"89912a336cda8115","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1728457170445,"stop":1728457170446,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c78bda8f02dc0c9","name":"peer:update - should do nothing if another protocol hit","time":{"start":1728457162216,"stop":1728457162217,"duration":1},"status":"passed","severity":"normal"},{"uid":"befe5d5db49a49b7","name":"recovers when dns.resolve returns empty","time":{"start":1728457170943,"stop":1728457170943,"duration":0},"status":"passed","severity":"normal"},{"uid":"653646fe447b03f2","name":"Check received message containing escaped characters","time":{"start":1728457448622,"stop":1728457448623,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb606d6a78c29567","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1728457212735,"stop":1728457212736,"duration":1},"status":"passed","severity":"normal"},{"uid":"74ce1f7800ccb20d","name":"A test","time":{"start":1728457377822,"stop":1728457377822,"duration":0},"status":"passed","severity":"normal"},{"uid":"78b2f1111e123982","name":"Subscribe to topic containing shell command and publish message","time":{"start":1728457490934,"stop":1728457490935,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2640080b03e15ce","name":"should throw error - invalid id","time":{"start":1728457155314,"stop":1728457155314,"duration":0},"status":"passed","severity":"normal"},{"uid":"6673cb1024bc1f51","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728457280063,"stop":1728457280064,"duration":1},"status":"passed","severity":"normal"},{"uid":"df676821925d3f2","name":"Push message with content topic containing shell command","time":{"start":1728457473532,"stop":1728457473532,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9865923a89aac02","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1728457146572,"stop":1728457146572,"duration":0},"status":"passed","severity":"normal"},{"uid":"89e775e939ddb574","name":"Check received message with timestamp: 1728457204567 ","time":{"start":1728457448624,"stop":1728457448625,"duration":1},"status":"passed","severity":"normal"},{"uid":"b41666cc26d4c085","name":"it tolerates circular branch references","time":{"start":1728457170942,"stop":1728457170943,"duration":1},"status":"passed","severity":"normal"},{"uid":"a433a6dcb8196761","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728457537134,"stop":1728457537135,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec0fab53b02aa0b7","name":"Refresh subscription","time":{"start":1728457360305,"stop":1728457360307,"duration":2},"status":"passed","severity":"normal"},{"uid":"6244ab301a8f7007","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1728457146580,"stop":1728457146580,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdc7cb249bc8524d","name":"Check message with no content topic is not received","time":{"start":1728457448632,"stop":1728457448632,"duration":0},"status":"passed","severity":"normal"},{"uid":"2aa61ea7fd55f7ac","name":"random static sharding 10 - Cluster ID: 530, Shard ID: 70","time":{"start":1728457528782,"stop":1728457528782,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf8cdd43a1abcddc","name":"Push message with content topic containing escaped characters","time":{"start":1728457510457,"stop":1728457510459,"duration":2},"status":"passed","severity":"normal"},{"uid":"daa939d7c93e0372","name":"Rejects garbage","time":{"start":1728457190061,"stop":1728457190061,"duration":0},"status":"passed","severity":"normal"},{"uid":"38bec1fbf399c1b2","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1728457478652,"stop":1728457478653,"duration":1},"status":"passed","severity":"normal"},{"uid":"21b4486ceda8f7d","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728457360303,"stop":1728457360303,"duration":0},"status":"passed","severity":"normal"},{"uid":"810f59eb5d7e525e","name":"can start the service","time":{"start":1728457215708,"stop":1728457215711,"duration":3},"status":"passed","severity":"normal"},{"uid":"f06bf444e3adc8d7","name":"Push message with short payload","time":{"start":1728457510407,"stop":1728457510409,"duration":2},"status":"passed","severity":"normal"},{"uid":"340a1c3071270148","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728457537136,"stop":1728457537136,"duration":0},"status":"passed","severity":"normal"},{"uid":"b101bae0a36ad4e","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1728457289994,"stop":1728457290000,"duration":6},"status":"passed","severity":"normal"},{"uid":"13091374437f6f0f","name":"Decrypt messages","time":{"start":1728457450889,"stop":1728457450890,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c7bed4848a12dc3","name":"Subscribe to topic containing Russian and publish message","time":{"start":1728457490926,"stop":1728457490932,"duration":6},"status":"passed","severity":"normal"},{"uid":"7bb15ca3d0bc0b3c","name":"Check received message containing Arabic","time":{"start":1728457448618,"stop":1728457448618,"duration":0},"status":"passed","severity":"normal"},{"uid":"887b494a46fe2e0d","name":"should return unique PubsubTopics for static sharding","time":{"start":1728457146566,"stop":1728457146566,"duration":0},"status":"passed","severity":"normal"},{"uid":"2929337e657754ec","name":"Check received message containing Script","time":{"start":1728457448619,"stop":1728457448619,"duration":0},"status":"passed","severity":"normal"},{"uid":"26aac211c46430e3","name":"Query Generator, No message returned","time":{"start":1728457536275,"stop":1728457536276,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c342e51581d3b6e","name":"Fails to push message bigger that 1MB","time":{"start":1728457510470,"stop":1728457510470,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb113150159cea87","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1728457290000,"stop":1728457290006,"duration":6},"status":"passed","severity":"normal"},{"uid":"3b948aab391cc241","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1728457146584,"stop":1728457146584,"duration":0},"status":"passed","severity":"normal"},{"uid":"4093b80f25e438d5","name":"nwaku subscribes","time":{"start":1728457469053,"stop":1728457469053,"duration":0},"status":"passed","severity":"normal"},{"uid":"560374a3a605d04f","name":"should be online or offline if network state changed","time":{"start":1728457205225,"stop":1728457205229,"duration":4},"status":"passed","severity":"normal"},{"uid":"cf9b033e00c97d85","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1728457490933,"stop":1728457490934,"duration":1},"status":"passed","severity":"normal"},{"uid":"88a06b9e0c611784","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1728457289945,"stop":1728457289945,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac53e89ca81636f7","name":"Ephemeral field is preserved - encoder v0","time":{"start":1728457211523,"stop":1728457211523,"duration":0},"status":"passed","severity":"normal"},{"uid":"db21cff478b2eea0","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1728457182792,"stop":1728457182792,"duration":0},"status":"passed","severity":"normal"},{"uid":"909e855bbb9164bc","name":"Refresh subscription","time":{"start":1728457490914,"stop":1728457490914,"duration":0},"status":"skipped","severity":"normal"},{"uid":"55bd4383cbf2ba21","name":"should set field with only FILTER enabled","time":{"start":1728457155324,"stop":1728457155324,"duration":0},"status":"passed","severity":"normal"},{"uid":"14dd034edc6c0802","name":"should push to needed amount of connections","time":{"start":1728457371021,"stop":1728457371021,"duration":0},"status":"passed","severity":"normal"},{"uid":"b218d6f83b078d6d","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1728457478650,"stop":1728457478651,"duration":1},"status":"passed","severity":"normal"},{"uid":"7526972054ec44f3","name":"Fails to publish message with wrong content topic","time":{"start":1728457481288,"stop":1728457481299,"duration":11},"status":"passed","severity":"normal"},{"uid":"de0a4ec0e6706980","name":"LightPush: 2 peers, Filter: 2 peers","time":{"start":1728457377683,"stop":1728457377683,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed74a13d147b8d80","name":"Push message with Arabic payload","time":{"start":1728457510417,"stop":1728457510419,"duration":2},"status":"passed","severity":"normal"},{"uid":"83938b4970ed06eb","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1728457146557,"stop":1728457146557,"duration":0},"status":"passed","severity":"normal"},{"uid":"b823e828403c81ae","name":"should not add existing peers","time":{"start":1728457186735,"stop":1728457186736,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e3bdd7d8bec5f96","name":"Check publish message containing numeric","time":{"start":1728457481247,"stop":1728457481248,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb0f96818acd360f","name":"should properly create location multiaddrs - tcp4","time":{"start":1728457155321,"stop":1728457155321,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce6be4e08c961459","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728457537146,"stop":1728457537153,"duration":7},"status":"passed","severity":"normal"},{"uid":"722b136dfb4f6b28","name":"should emit a peer event after start","time":{"start":1728457174881,"stop":1728457174882,"duration":1},"status":"passed","severity":"normal"},{"uid":"9413e2cf073189ac","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app80/9/topic963/xml","time":{"start":1728457516703,"stop":1728457516705,"duration":2},"status":"passed","severity":"normal"},{"uid":"fa9135bf3ef3736f","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1728457516706,"stop":1728457516707,"duration":1},"status":"passed","severity":"normal"},{"uid":"7845c0e1ed0fce6c","name":"Relay - times out","time":{"start":1728457569742,"stop":1728457569742,"duration":0},"status":"passed","severity":"normal"},{"uid":"f353a2fdcd589151","name":"Push message with Arabic payload","time":{"start":1728457473509,"stop":1728457473509,"duration":0},"status":"passed","severity":"normal"},{"uid":"11d1a398695e74f1","name":"Passing page size 11 when there are 10 messages","time":{"start":1728457555213,"stop":1728457555214,"duration":1},"status":"passed","severity":"normal"},{"uid":"ade8a17cff7b2493","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728457322428,"stop":1728457322428,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6c35d6e6d5526de","name":"Push message on custom pubsubTopic","time":{"start":1728457401571,"stop":1728457401571,"duration":0},"status":"passed","severity":"normal"},{"uid":"93aaab002d98bc85","name":"Publish message with custom timestamp: Wed Oct 09 2024 08:04:33 GMT+0000 (Coordinated Universal Time)","time":{"start":1728457481274,"stop":1728457481278,"duration":4},"status":"passed","severity":"normal"},{"uid":"44ed835287c3fddf","name":"dispatchEvent via connectionManager","time":{"start":1728457245468,"stop":1728457245469,"duration":1},"status":"passed","severity":"normal"},{"uid":"360c4c76d324fabf","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457252533,"stop":1728457252534,"duration":1},"status":"passed","severity":"normal"},{"uid":"aed1d645b22dfb81","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1728457252531,"stop":1728457252531,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7ad77a52444dca3","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728457351725,"stop":1728457351727,"duration":2},"status":"passed","severity":"normal"},{"uid":"e0b48e10422e4e10","name":"Check publish message containing long","time":{"start":1728457481246,"stop":1728457481247,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc63dcf6302b81a9","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1728457528768,"stop":1728457528770,"duration":2},"status":"passed","severity":"normal"},{"uid":"7f14588c355002d2","name":"should set field with all protocols enabled","time":{"start":1728457155323,"stop":1728457155323,"duration":0},"status":"passed","severity":"normal"},{"uid":"309f28323d1e7c2e","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457252529,"stop":1728457252529,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ce7598a431a7abc","name":"should handle corrupted local storage data gracefully","time":{"start":1728457174884,"stop":1728457174884,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f87e8718b53e72b","name":"Subscribe to topic containing numeric and publish message","time":{"start":1728457490919,"stop":1728457490920,"duration":1},"status":"passed","severity":"normal"},{"uid":"80e510d7e77b0fc0","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728457351730,"stop":1728457351730,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba12a6da01b75cdd","name":"Push message with content topic containing emoji","time":{"start":1728457510460,"stop":1728457510461,"duration":1},"status":"passed","severity":"normal"},{"uid":"9975f844310d7ac","name":"Decoder throws on empty string content topic","time":{"start":1728457181105,"stop":1728457181106,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0b559791112b57","name":"Check message on other pubsub topic is not received","time":{"start":1728457322429,"stop":1728457322433,"duration":4},"status":"passed","severity":"normal"},{"uid":"c375f60d92a51820","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289906,"stop":1728457289906,"duration":0},"status":"passed","severity":"normal"},{"uid":"eab3192f481f16b9","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728457360313,"stop":1728457360314,"duration":1},"status":"passed","severity":"normal"},{"uid":"642fde89416c7835","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1728457252535,"stop":1728457252535,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7274029c94cff7a","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1728457146560,"stop":1728457146560,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec399447fe746eb2","name":"Check received message containing JSON","time":{"start":1728457448622,"stop":1728457448622,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdceff2582cb51c3","name":"Check received message containing XML","time":{"start":1728457322408,"stop":1728457322408,"duration":0},"status":"passed","severity":"normal"},{"uid":"536ee242201e3c0","name":"Renews peer on consistent missed messages","time":{"start":1728457287386,"stop":1728457287390,"duration":4},"status":"passed","severity":"normal"},{"uid":"7b405a4b49eed146","name":"should be able to encode the field with only FILTER set to true","time":{"start":1728457154569,"stop":1728457154569,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb88169167e7e093","name":"Ping on peer without subscriptions","time":{"start":1728457250826,"stop":1728457250828,"duration":2},"status":"passed","severity":"normal"},{"uid":"b00caf23bef36366","name":"Nodes with multiple pubsub topic","time":{"start":1728457478649,"stop":1728457478650,"duration":1},"status":"passed","severity":"normal"},{"uid":"9df9421ec1150dad","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728457537145,"stop":1728457537145,"duration":0},"status":"passed","severity":"normal"},{"uid":"cae890c87b506a49","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1728457146573,"stop":1728457146573,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d9391115b9e9f19","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1728457205222,"stop":1728457205225,"duration":3},"status":"passed","severity":"normal"},{"uid":"68f2a4c6314be3e3","name":"Ping on subscribed peer","time":{"start":1728457250826,"stop":1728457250826,"duration":0},"status":"passed","severity":"normal"},{"uid":"6075652b87ef920e","name":"should add and remove event listeners correctly","time":{"start":1728457174884,"stop":1728457174885,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1e5a41adeaf0712","name":"Subscribe and receive messages via waku relay post","time":{"start":1728457537134,"stop":1728457537134,"duration":0},"status":"passed","severity":"normal"},{"uid":"36b81c2904900b9a","name":"Check message with no payload is not received","time":{"start":1728457322434,"stop":1728457322436,"duration":2},"status":"passed","severity":"normal"},{"uid":"653b6185f7980fd6","name":"Check received message with timestamp: 1728457204567 ","time":{"start":1728457448611,"stop":1728457448611,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4beb64d8e569630","name":"Should update shard info","time":{"start":1728457405734,"stop":1728457405735,"duration":1},"status":"passed","severity":"normal"},{"uid":"2922427703832902","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289890,"stop":1728457289890,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac295f4bf8f005f4","name":"Push message with special chars payload","time":{"start":1728457473508,"stop":1728457473509,"duration":1},"status":"passed","severity":"normal"},{"uid":"7de81343fd48ff31","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728457448625,"stop":1728457448625,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab1cde0a195b5b86","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1728457632324,"stop":1728457632324,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c69d88e1d5b253f","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1728457289906,"stop":1728457289907,"duration":1},"status":"passed","severity":"normal"},{"uid":"6109ea400c6b4420","name":"Subscribe and receives messages on 20 topics","time":{"start":1728457360303,"stop":1728457360304,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb1d259c41ec62aa","name":"should check connected peers if present and suitable","time":{"start":1728457186697,"stop":1728457186698,"duration":1},"status":"passed","severity":"normal"},{"uid":"6683a74d29d1b05c","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728457448611,"stop":1728457448611,"duration":0},"status":"passed","severity":"normal"},{"uid":"1778af8ea84f4c05","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1728457146577,"stop":1728457146577,"duration":0},"status":"passed","severity":"normal"},{"uid":"f97dbe07145aedf6","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728457537121,"stop":1728457537121,"duration":0},"status":"passed","severity":"normal"},{"uid":"8077e88b3bebbbed","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1728457146570,"stop":1728457146571,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c6afbded98eefd0","name":"Renews peer for Filter on peer:disconnect event","time":{"start":1728457287390,"stop":1728457287390,"duration":0},"status":"passed","severity":"normal"},{"uid":"e55c452716f2ca39","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728457351727,"stop":1728457351728,"duration":1},"status":"passed","severity":"normal"},{"uid":"d49bb4883db2003f","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1728457146573,"stop":1728457146574,"duration":1},"status":"passed","severity":"normal"},{"uid":"184dc4ade122f2d5","name":"Push message with JSON payload","time":{"start":1728457510435,"stop":1728457510436,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf119228cc6368ef","name":"Push message with content topic containing Basic HTML tag","time":{"start":1728457473528,"stop":1728457473528,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4375faf920a6fab","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1728457215721,"stop":1728457215721,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b35df8ce38c65cd3","name":"Push message with long payload","time":{"start":1728457473507,"stop":1728457473508,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fda969791fdcb3f","name":"Check received message containing special chars","time":{"start":1728457448603,"stop":1728457448603,"duration":0},"status":"passed","severity":"normal"},{"uid":"549b595ba30af4e8","name":"Fields are not dropped","time":{"start":1728457162565,"stop":1728457162566,"duration":1},"status":"passed","severity":"normal"},{"uid":"14babdeb8977e27","name":"Asymmetric encrypt & decrypt","time":{"start":1728457181537,"stop":1728457181538,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6f1c4d9246df898","name":"should not receive a peer event before start","time":{"start":1728457498412,"stop":1728457498412,"duration":0},"status":"passed","severity":"normal"},{"uid":"62ca653fcc003b72","name":"Push message with content topic containing short","time":{"start":1728457473519,"stop":1728457473520,"duration":1},"status":"passed","severity":"normal"},{"uid":"abc3cf6295df5d89","name":"Encoder throws on empty string content topic","time":{"start":1728457181104,"stop":1728457181105,"duration":1},"status":"passed","severity":"normal"},{"uid":"72b70979819a7108","name":"removeEventListener with correct event","time":{"start":1728457245462,"stop":1728457245463,"duration":1},"status":"passed","severity":"normal"},{"uid":"a680b2d37e4238a6","name":"Check received message containing numeric","time":{"start":1728457448602,"stop":1728457448603,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dfc1304f8d74243","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1728457146574,"stop":1728457146575,"duration":1},"status":"passed","severity":"normal"},{"uid":"fcc5acaa913bcde8","name":"passes more than one ENR URLs and attempts connection","time":{"start":1728457215721,"stop":1728457215721,"duration":0},"status":"skipped","severity":"normal"},{"uid":"700777025d1ac767","name":"Generator, custom pubsub topic","time":{"start":1728457554119,"stop":1728457554119,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0f434b36b850e56","name":"Check publish message containing Chinese","time":{"start":1728457481252,"stop":1728457481253,"duration":1},"status":"passed","severity":"normal"},{"uid":"76f240d87c198599","name":"Throws when trying to push message with empty payload","time":{"start":1728457510439,"stop":1728457510439,"duration":0},"status":"passed","severity":"normal"},{"uid":"54c9e3dfc0ea609a","name":"should emit a peer event after start","time":{"start":1728457498412,"stop":1728457498412,"duration":0},"status":"passed","severity":"normal"},{"uid":"77c278eef297ddea","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728457537144,"stop":1728457537145,"duration":1},"status":"passed","severity":"normal"},{"uid":"361fcac51fc4bac1","name":"same cluster, different shard: nodes connect","time":{"start":1728457402355,"stop":1728457402356,"duration":1},"status":"passed","severity":"normal"},{"uid":"fcc35ff7f5797d0d","name":"Passing page size 10 when there are 10 messages","time":{"start":1728457555213,"stop":1728457555213,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f5c72191444cc47","name":"Check message with invalid timestamp is not received","time":{"start":1728457448612,"stop":1728457448612,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb99b33a84493461","name":"Overlapping topic subscription","time":{"start":1728457490914,"stop":1728457490915,"duration":1},"status":"skipped","severity":"normal"},{"uid":"a494ce0aeaf353ce","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728457401556,"stop":1728457401557,"duration":1},"status":"passed","severity":"normal"},{"uid":"507b6946ecd2b23f","name":"Passing cursor with wrong pubsubTopic","time":{"start":1728457525094,"stop":1728457525095,"duration":1},"status":"passed","severity":"normal"},{"uid":"9386a1540555865a","name":"Check message received after nwaku node is restarted","time":{"start":1728457448615,"stop":1728457448615,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ed531c0286709e4","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1728457562267,"stop":1728457562268,"duration":1},"status":"passed","severity":"normal"},{"uid":"10372e6135b04b06","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728457448612,"stop":1728457448612,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddf0c538d44f43c5","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728457537126,"stop":1728457537126,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f787ec8a8a2a036","name":"Push message with content topic containing JSON","time":{"start":1728457510456,"stop":1728457510457,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c2b5e38a5bfc2d5","name":"Push message with Chinese payload","time":{"start":1728457510411,"stop":1728457510417,"duration":6},"status":"passed","severity":"normal"},{"uid":"e8fba1d745dd345b","name":"Push message with content topic containing unicode special characters","time":{"start":1728457510459,"stop":1728457510460,"duration":1},"status":"passed","severity":"normal"},{"uid":"c94d3ed6d397a814","name":"Check meta is set [symmetric]","time":{"start":1728457181103,"stop":1728457181103,"duration":0},"status":"passed","severity":"normal"},{"uid":"dca2e0ddbd0aa23d","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1728457154570,"stop":1728457154571,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd64e7a6a5d9b783","name":"Push message with custom timestamp: 1728460960533","time":{"start":1728457473542,"stop":1728457473542,"duration":0},"status":"passed","severity":"normal"},{"uid":"91968063f4b2d17e","name":"Fails to publish message with size larger than 1 MB","time":{"start":1728457481303,"stop":1728457481311,"duration":8},"status":"passed","severity":"normal"},{"uid":"92db22f33e0d8c01","name":"returns only open connection if one present","time":{"start":1728457162256,"stop":1728457162259,"duration":3},"status":"passed","severity":"normal"},{"uid":"8ed25c19ef8a7b8f","name":"Check publish message after service node is restarted","time":{"start":1728457481311,"stop":1728457481311,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3b0cf835ad98d21b","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1728457562267,"stop":1728457562267,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd313b954fa74831","name":"less peers than existing","time":{"start":1728457448878,"stop":1728457448878,"duration":0},"status":"skipped","severity":"normal"},{"uid":"114506a0e1c7f172","name":"LightPush: 1 peers, Filter: 0 peers","time":{"start":1728457377680,"stop":1728457377680,"duration":0},"status":"passed","severity":"normal"},{"uid":"b47a46b18f892037","name":"should not fail to stop the service if it was not started","time":{"start":1728457215712,"stop":1728457215712,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3cd92ed743629d3","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1728457170946,"stop":1728457170946,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce481ec18e97d823","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1728457146583,"stop":1728457146583,"duration":0},"status":"passed","severity":"normal"},{"uid":"57406b52de85d4ee","name":"should set field with only LIGHTPUSH enabled","time":{"start":1728457155324,"stop":1728457155324,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccc7368783fe97e6","name":"should throw an error for an unconfigured topic","time":{"start":1728457146580,"stop":1728457146580,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe778afcb0fa47bf","name":"handles different networkShards values correctly","time":{"start":1728457146563,"stop":1728457146563,"duration":0},"status":"passed","severity":"normal"},{"uid":"f90c08ca92f70216","name":"should encodeTxt and decodeTxt","time":{"start":1728457155311,"stop":1728457155311,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d4f5e9539b0b9d1","name":"should not receive a peer event after stop","time":{"start":1728457215719,"stop":1728457215720,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9a0d44ed46057fd","name":"Publish message with large meta","time":{"start":1728457481312,"stop":1728457481312,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ebccde63991f46d","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728457280060,"stop":1728457280061,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3042546ee4da900","name":"Check received message containing unicode special characters","time":{"start":1728457448609,"stop":1728457448610,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc7cf4e5c38e031b","name":"Push message with numeric payload","time":{"start":1728457510410,"stop":1728457510411,"duration":1},"status":"passed","severity":"normal"},{"uid":"db55f79636fe504c","name":"Promise Callback - true","time":{"start":1728457542831,"stop":1728457542831,"duration":0},"status":"passed","severity":"normal"},{"uid":"4216090f0c4ed87f","name":"Push message with content topic containing Russian","time":{"start":1728457510450,"stop":1728457510451,"duration":1},"status":"passed","severity":"normal"},{"uid":"a429d6234f5276dd","name":"should select older connection if present","time":{"start":1728457162260,"stop":1728457162260,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cbc1f6cb92376","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728457360304,"stop":1728457360304,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa8d81e625349857","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289931,"stop":1728457289935,"duration":4},"status":"passed","severity":"normal"},{"uid":"d4ef62fd45fa9d2a","name":"should return true when peers exist","time":{"start":1728457186733,"stop":1728457186734,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d68ae6e275b5e45","name":"Push message with unicode special characters payload","time":{"start":1728457473517,"stop":1728457473517,"duration":0},"status":"passed","severity":"normal"},{"uid":"53b82b053eece2f9","name":"Push message with SQL Injection payload","time":{"start":1728457473510,"stop":1728457473510,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7d3620c00be86c4","name":"Check received message containing Basic HTML tag","time":{"start":1728457448608,"stop":1728457448608,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f27aa688f73d403","name":"Publish message with custom timestamp: Wed Oct 09 2024 06:04:33 GMT+0000 (Coordinated Universal Time)","time":{"start":1728457481274,"stop":1728457481274,"duration":0},"status":"passed","severity":"normal"},{"uid":"c46e52ad4f2665c","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1728457154570,"stop":1728457154570,"duration":0},"status":"passed","severity":"normal"},{"uid":"948755bc625b083f","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1728457162726,"stop":1728457162726,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5f925171bf365fb","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728457360314,"stop":1728457360314,"duration":0},"status":"passed","severity":"normal"},{"uid":"eea1c7fa27f84ffe","name":"Push message with numeric payload","time":{"start":1728457473508,"stop":1728457473508,"duration":0},"status":"passed","severity":"normal"},{"uid":"69602883f1df3b9f","name":"Push message with content topic containing Arabic","time":{"start":1728457510450,"stop":1728457510450,"duration":0},"status":"passed","severity":"normal"},{"uid":"85b2c0d9e6b6df08","name":"throws on content topic with empty encoding field","time":{"start":1728457146548,"stop":1728457146548,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac2d29e7546f99a2","name":"isConnected between 2 js-waku relay nodes","time":{"start":1728457237160,"stop":1728457237161,"duration":1},"status":"passed","severity":"normal"},{"uid":"c01f37dde038c15f","name":"LightPush: 2 peers, Filter: 1 peers","time":{"start":1728457377682,"stop":1728457377683,"duration":1},"status":"passed","severity":"normal"},{"uid":"32096188204a0972","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289985,"stop":1728457289990,"duration":5},"status":"passed","severity":"normal"},{"uid":"f7962f8c0bce45ea","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1728457154578,"stop":1728457154578,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9c936810475793d","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728457252530,"stop":1728457252530,"duration":0},"status":"passed","severity":"normal"},{"uid":"e61e4cb49a12a54a","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1728457289896,"stop":1728457289896,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5bd6c5258bea342","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1728457536281,"stop":1728457536281,"duration":0},"status":"passed","severity":"normal"},{"uid":"73fe0d36e4f0b090","name":"Push message with content topic containing Russian","time":{"start":1728457473525,"stop":1728457473526,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf37cefc8f013d45","name":"pre and post cipher","time":{"start":1728457181539,"stop":1728457181539,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b4348f4ae088b42","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457252531,"stop":1728457252531,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb1200232fd2a4e2","name":"start node with empty shard should fail","time":{"start":1728457528785,"stop":1728457528785,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ff415a164893077","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1728457170447,"stop":1728457170448,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e2d40648716ff67","name":"should add a peer","time":{"start":1728457186731,"stop":1728457186732,"duration":1},"status":"passed","severity":"normal"},{"uid":"78b6cabc6a8d5498","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1728457289955,"stop":1728457289957,"duration":2},"status":"passed","severity":"normal"},{"uid":"495221f2fba91634","name":"Check received message containing Script","time":{"start":1728457448607,"stop":1728457448607,"duration":0},"status":"passed","severity":"normal"},{"uid":"82e74abf4046a725","name":"1 Relay, 1 fetch","time":{"start":1728457170740,"stop":1728457170740,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d83108501f07e30","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728457351730,"stop":1728457351732,"duration":2},"status":"passed","severity":"normal"},{"uid":"54e334972a80f52a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1728457146574,"stop":1728457146574,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cd07b7bc0424ea0","name":"Filter with 3 connections","time":{"start":1728457350094,"stop":1728457350094,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1067b99952dc67c","name":"Query Generator - false","time":{"start":1728457542830,"stop":1728457542830,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf8fe61e90fc7643","name":"Renews peer on consistent ping failures","time":{"start":1728457287385,"stop":1728457287385,"duration":0},"status":"passed","severity":"normal"},{"uid":"678c4be7eb0030e2","name":"should set field with only STORE enabled","time":{"start":1728457155324,"stop":1728457155324,"duration":0},"status":"passed","severity":"normal"},{"uid":"2dcdcee1b315eaf2","name":"Push message with content topic containing SQL Injection","time":{"start":1728457473526,"stop":1728457473526,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c710db8f589be04","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1728457516693,"stop":1728457516694,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e0c9fdd0894110e","name":"should call waitForPeer on Relay","time":{"start":1728457186700,"stop":1728457186700,"duration":0},"status":"passed","severity":"normal"},{"uid":"401f074bb7726c0","name":"Relay - dialed first","time":{"start":1728457569741,"stop":1728457569741,"duration":0},"status":"passed","severity":"normal"},{"uid":"d00336b8de10632c","name":"should throw an error for empty SingleShardInfos array","time":{"start":1728457146565,"stop":1728457146565,"duration":0},"status":"passed","severity":"normal"},{"uid":"fff0660079d5bb83","name":"Subscribe to topic containing long and receive message","time":{"start":1728457360308,"stop":1728457360309,"duration":1},"status":"passed","severity":"normal"},{"uid":"6967d59b9f29d00","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1728457289895,"stop":1728457289895,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf65c05fdb273de6","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1728457170448,"stop":1728457170448,"duration":0},"status":"passed","severity":"normal"},{"uid":"573a170796434c15","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1728457478647,"stop":1728457478648,"duration":1},"status":"passed","severity":"normal"},{"uid":"de0dcb3c4543210a","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1728457490925,"stop":1728457490926,"duration":1},"status":"passed","severity":"normal"},{"uid":"692ea5adf394b193","name":"should reject if Store is requested but not mounted","time":{"start":1728457186695,"stop":1728457186696,"duration":1},"status":"passed","severity":"normal"},{"uid":"d93c9dcc5615646c","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728457537140,"stop":1728457537140,"duration":0},"status":"passed","severity":"normal"},{"uid":"42278d234e068827","name":"Store - dialed first","time":{"start":1728457569742,"stop":1728457569742,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ab9773c75e013cf","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728457360302,"stop":1728457360302,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4a80d0adc466794","name":"Check message received after jswaku node is restarted","time":{"start":1728457448635,"stop":1728457448635,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bce5138ab540cece","name":"handles empty shards array correctly","time":{"start":1728457146583,"stop":1728457146584,"duration":1},"status":"passed","severity":"normal"},{"uid":"6557507e39b8223f","name":"should reject if LightPush is requested but not mounted","time":{"start":1728457186695,"stop":1728457186695,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb96d0c88d820362","name":"Push message with content topic containing XML","time":{"start":1728457473527,"stop":1728457473528,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d098c9553c8f893","name":"Passing page size 19 when there are 20 messages","time":{"start":1728457555214,"stop":1728457555214,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c3e9ca11b07d4d9","name":"Subscribe and receive messages via waku relay post","time":{"start":1728457537120,"stop":1728457537121,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d7644a3855b8fd7","name":"Tracks peer failures correctly","time":{"start":1728457287385,"stop":1728457287386,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed5dc69efa290b3e","name":"Generator, custom pubsub topic","time":{"start":1728457554122,"stop":1728457554122,"duration":0},"status":"passed","severity":"normal"},{"uid":"e317960c8ad8b9d4","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1728457146561,"stop":1728457146561,"duration":0},"status":"passed","severity":"normal"},{"uid":"d378649c323130fc","name":"should get / set TCP multiaddr","time":{"start":1728457155321,"stop":1728457155321,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c4d3ed0ac7d5870","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1728457632323,"stop":1728457632323,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce59a58c65ec2c22","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1728457289885,"stop":1728457289886,"duration":1},"status":"passed","severity":"normal"},{"uid":"df2a1d282194fa65","name":"Query with Promise Callback, No message returned","time":{"start":1728457536283,"stop":1728457536284,"duration":1},"status":"passed","severity":"normal"},{"uid":"cac4d31eb8b68076","name":"Subscribe to topic containing XML and receive message","time":{"start":1728457537128,"stop":1728457537128,"duration":0},"status":"passed","severity":"normal"},{"uid":"881cbaf16c99327b","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app10/4/topic299/test.js","time":{"start":1728457516701,"stop":1728457516701,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e052e0ad98402a9","name":"should throw error - no id","time":{"start":1728457155313,"stop":1728457155313,"duration":0},"status":"passed","severity":"normal"},{"uid":"395d90daafe2d50f","name":"should only return 1 node with relay capability","time":{"start":1728457170944,"stop":1728457170944,"duration":0},"status":"passed","severity":"normal"},{"uid":"318261d2f54dab3","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1728457490935,"stop":1728457490936,"duration":1},"status":"passed","severity":"normal"},{"uid":"df0ff79efe1e0517","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1728457170440,"stop":1728457170440,"duration":0},"status":"passed","severity":"normal"},{"uid":"47b477d3986c744b","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728457537141,"stop":1728457537141,"duration":0},"status":"passed","severity":"normal"},{"uid":"e53b88c11d2ced3b","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1728457181102,"stop":1728457181103,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dd91e346b9a7add","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1728457632322,"stop":1728457632323,"duration":1},"status":"passed","severity":"normal"},{"uid":"add83d88825009c0","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1728457146582,"stop":1728457146582,"duration":0},"status":"passed","severity":"normal"},{"uid":"3becf0afcfd12d45","name":"Query generator for 2000 messages","time":{"start":1728457558865,"stop":1728457558865,"duration":0},"status":"passed","severity":"normal"},{"uid":"adfd56892717b6ec","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1728457146577,"stop":1728457146578,"duration":1},"status":"passed","severity":"normal"},{"uid":"433382989e1a01aa","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1728457154577,"stop":1728457154577,"duration":0},"status":"passed","severity":"normal"},{"uid":"32c0f701e591a12b","name":"Subscribe to topic containing Script and receive message","time":{"start":1728457537142,"stop":1728457537142,"duration":0},"status":"passed","severity":"normal"},{"uid":"2221abcd7df09d04","name":"shard 0","time":{"start":1728457528768,"stop":1728457528768,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8e54152c655e432","name":"Subscribe to topic containing short and receive message","time":{"start":1728457537138,"stop":1728457537138,"duration":0},"status":"passed","severity":"normal"},{"uid":"4863e87dc69e84e9","name":"Check received message containing Basic HTML tag","time":{"start":1728457322409,"stop":1728457322409,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1d5bb43744e621a","name":"should not receive a peer event before start","time":{"start":1728457215713,"stop":1728457215719,"duration":6},"status":"passed","severity":"normal"},{"uid":"3413d594d4cfd858","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728457360315,"stop":1728457360321,"duration":6},"status":"passed","severity":"normal"},{"uid":"e9383bb95eff1abe","name":"Fails to publish duplicate message","time":{"start":1728457481278,"stop":1728457481282,"duration":4},"status":"passed","severity":"normal"},{"uid":"f1c5d282ffbdcfaa","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728457360311,"stop":1728457360311,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f684ed1532cfecc","name":"Query Generator, No Decoder","time":{"start":1728457536273,"stop":1728457536275,"duration":2},"status":"passed","severity":"normal"},{"uid":"40d8f43af9edf558","name":"Check message with non string payload is not received","time":{"start":1728457448633,"stop":1728457448634,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5124e2e7ef5866e","name":"should throw an error for missing required configuration","time":{"start":1728457146568,"stop":1728457146569,"duration":1},"status":"passed","severity":"normal"},{"uid":"50eb1991191fd389","name":"Check received message with timestamp: 1728457204567000000 ","time":{"start":1728457448610,"stop":1728457448611,"duration":1},"status":"passed","severity":"normal"},{"uid":"87d10b8b19ccd4ba","name":"should throw an error for missing sharding configuration","time":{"start":1728457146583,"stop":1728457146583,"duration":0},"status":"passed","severity":"normal"},{"uid":"e46c929997c70c8e","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728457537141,"stop":1728457537142,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbb026927c22fb6f","name":"Push message with JSON payload","time":{"start":1728457473515,"stop":1728457473515,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c23e2e6f0e6813a","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1728457486609,"stop":1728457486609,"duration":0},"status":"skipped","severity":"normal"},{"uid":"136911800530e215","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728457537125,"stop":1728457537126,"duration":1},"status":"passed","severity":"normal"},{"uid":"6052d6e1f3a6d6d1","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728457351732,"stop":1728457351732,"duration":0},"status":"passed","severity":"normal"},{"uid":"9511018f34a29d2d","name":"Check message received after nwaku node is restarted","time":{"start":1728457448635,"stop":1728457448636,"duration":1},"status":"skipped","severity":"normal"},{"uid":"95959c78a7594d2e","name":"should not receive a peer event after stop","time":{"start":1728457498413,"stop":1728457498413,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbf6202fd438a194","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289946,"stop":1728457289954,"duration":8},"status":"passed","severity":"normal"},{"uid":"36a3fd62f7d1db05","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1728457146570,"stop":1728457146570,"duration":0},"status":"passed","severity":"normal"},{"uid":"941c2aa255cb5759","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1728457146586,"stop":1728457146586,"duration":0},"status":"passed","severity":"normal"},{"uid":"dddf3ffab86642d0","name":"Push message with content topic containing Chinese","time":{"start":1728457473522,"stop":1728457473522,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca5abf3529f7900c","name":"Push message with shell command payload","time":{"start":1728457510437,"stop":1728457510437,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f5e65792066c08a","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1728457289939,"stop":1728457289942,"duration":3},"status":"passed","severity":"normal"},{"uid":"7db9aac3d39257fa","name":"Push message with Script payload","time":{"start":1728457510423,"stop":1728457510424,"duration":1},"status":"passed","severity":"normal"},{"uid":"809cb8bc1f79f668","name":"LightPush with 1 connections","time":{"start":1728457350091,"stop":1728457350091,"duration":0},"status":"passed","severity":"normal"},{"uid":"9778d540fec8d70c","name":"Push message with content topic containing shell command","time":{"start":1728457510457,"stop":1728457510457,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d8f961894ec85d8","name":"LightPush: 1 peers, Filter: 1 peers","time":{"start":1728457377680,"stop":1728457377681,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee113b4c8dde2680","name":"Check received message containing Script","time":{"start":1728457322405,"stop":1728457322406,"duration":1},"status":"passed","severity":"normal"},{"uid":"3eff342259669288","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1728457490913,"stop":1728457490913,"duration":0},"status":"passed","severity":"normal"},{"uid":"17772eda8db301b5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1728457289976,"stop":1728457289983,"duration":7},"status":"passed","severity":"normal"},{"uid":"ac91e6bb1acb2ecb","name":"topics with same application and version share the same shard","time":{"start":1728457146562,"stop":1728457146562,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c3c3dd05bf5a732","name":"Check publish message containing special chars","time":{"start":1728457481249,"stop":1728457481251,"duration":2},"status":"passed","severity":"normal"},{"uid":"8695a8c76a913c4d","name":"should wait for Filter peer to be connected","time":{"start":1728457186698,"stop":1728457186699,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed05d1a9943e9bab","name":"Reopen subscription with peer with lost subscription","time":{"start":1728457250836,"stop":1728457250837,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7d043ba63722ae7","name":"Accepts a valid Waku Message","time":{"start":1728457190059,"stop":1728457190060,"duration":1},"status":"passed","severity":"normal"},{"uid":"3260692ede7648b","name":"Encoder throws on undefined content topic","time":{"start":1728457182794,"stop":1728457182794,"duration":0},"status":"passed","severity":"normal"},{"uid":"21c4ec508630e1a9","name":"Meta field set when metaSetter is specified","time":{"start":1728457162906,"stop":1728457162906,"duration":0},"status":"passed","severity":"normal"},{"uid":"a48e5755ac9c03c7","name":"Push message with XML payload","time":{"start":1728457510424,"stop":1728457510427,"duration":3},"status":"passed","severity":"normal"},{"uid":"5fba358a0ebb5f06","name":"Check received message containing emoji","time":{"start":1728457448610,"stop":1728457448610,"duration":0},"status":"passed","severity":"normal"},{"uid":"300bc56f548d59a3","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728457360297,"stop":1728457360297,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f378686b0eeff2f","name":"should not throw an error for a single configured topic","time":{"start":1728457146579,"stop":1728457146580,"duration":1},"status":"passed","severity":"normal"},{"uid":"51c4ca0bbd977aee","name":"addEventListener with correct event","time":{"start":1728457245462,"stop":1728457245462,"duration":0},"status":"passed","severity":"normal"},{"uid":"a19b899fce39de4c","name":"should handle a minimal index list","time":{"start":1728457146586,"stop":1728457146586,"duration":0},"status":"passed","severity":"normal"},{"uid":"224549cf2727d6ff","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1728457536280,"stop":1728457536280,"duration":0},"status":"passed","severity":"normal"},{"uid":"f31cf6dfbf1968b6","name":"Decoder throws on undefined content topic","time":{"start":1728457182794,"stop":1728457182794,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed409387608210d5","name":"random static sharding 3 - Cluster ID: 499, Shard ID: 766","time":{"start":1728457528777,"stop":1728457528778,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bd3acd728afeb21","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1728457146562,"stop":1728457146563,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca5201ddb3f64026","name":"Push message with unicode special characters payload","time":{"start":1728457510438,"stop":1728457510438,"duration":0},"status":"passed","severity":"normal"},{"uid":"699d52e75e584154","name":"Check received message containing escaped characters","time":{"start":1728457322417,"stop":1728457322422,"duration":5},"status":"passed","severity":"normal"},{"uid":"c96fbc83f83baa50","name":"Push message with custom timestamp: 1728453750297","time":{"start":1728457510467,"stop":1728457510467,"duration":0},"status":"passed","severity":"normal"},{"uid":"20f590293c9ced46","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728457351729,"stop":1728457351729,"duration":0},"status":"passed","severity":"normal"},{"uid":"49c1aeda17597831","name":"Throws when trying to push message with empty payload","time":{"start":1728457473519,"stop":1728457473519,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf369a7418287fde","name":"listenerCount","time":{"start":1728457245468,"stop":1728457245468,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf7140ff9eb212fc","name":"Push message with content topic containing emoji","time":{"start":1728457473533,"stop":1728457473534,"duration":1},"status":"passed","severity":"normal"},{"uid":"20f2623b6756f067","name":"Decoder throws on undefined content topic","time":{"start":1728457162907,"stop":1728457162907,"duration":0},"status":"passed","severity":"normal"},{"uid":"9612b15b4ee7cf63","name":"Check received message containing emoji","time":{"start":1728457448623,"stop":1728457448624,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc8e9a8e43f88566","name":"Check message with invalid timestamp is not received","time":{"start":1728457322429,"stop":1728457322429,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb52febca71fcbe9","name":"Check received message containing numeric","time":{"start":1728457448616,"stop":1728457448617,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0f6e7cba8d0aaf5","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1728457162725,"stop":1728457162726,"duration":1},"status":"passed","severity":"normal"},{"uid":"7587846d24f6cfce","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728457537139,"stop":1728457537139,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd0966a9108b5543","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1728457289886,"stop":1728457289887,"duration":1},"status":"passed","severity":"normal"},{"uid":"feae5d8913bf786c","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1728457287386,"stop":1728457287386,"duration":0},"status":"passed","severity":"normal"},{"uid":"2be5c3f17881e380","name":"Push message with special chars payload","time":{"start":1728457510411,"stop":1728457510411,"duration":0},"status":"passed","severity":"normal"},{"uid":"14c72016fc09b18c","name":"should fail to send if no connections available","time":{"start":1728457371025,"stop":1728457371025,"duration":0},"status":"passed","severity":"normal"},{"uid":"92b6e9afb8d9baac","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728457360309,"stop":1728457360309,"duration":0},"status":"passed","severity":"normal"},{"uid":"38dd5deaa604ca8a","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1728457205206,"stop":1728457205206,"duration":0},"status":"passed","severity":"normal"},{"uid":"a312f640bf7348d2","name":"stop","time":{"start":1728457245471,"stop":1728457245471,"duration":0},"status":"passed","severity":"normal"},{"uid":"343230c3ce738487","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1728457146575,"stop":1728457146575,"duration":0},"status":"passed","severity":"normal"},{"uid":"32c7548dfb88973b","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1728457289943,"stop":1728457289945,"duration":2},"status":"passed","severity":"normal"},{"uid":"15590a6604300748","name":"more peers than existing","time":{"start":1728457448877,"stop":1728457448877,"duration":0},"status":"skipped","severity":"normal"},{"uid":"aec85e98607090e9","name":"should decode valid enr successfully","time":{"start":1728457155312,"stop":1728457155312,"duration":0},"status":"passed","severity":"normal"},{"uid":"667341d157d06c18","name":"Push message on custom pubsubTopic","time":{"start":1728457401556,"stop":1728457401556,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b06d9d44252ec34","name":"Init the array if not present","time":{"start":1728457146184,"stop":1728457146186,"duration":2},"status":"passed","severity":"normal"},{"uid":"bebada0d9bef9c6e","name":"Subscribe to topic containing XML and receive message","time":{"start":1728457360315,"stop":1728457360315,"duration":0},"status":"passed","severity":"normal"},{"uid":"dad61ccdd4451ae3","name":"Ephemeral field set to true","time":{"start":1728457162906,"stop":1728457162906,"duration":0},"status":"passed","severity":"normal"},{"uid":"b424d20156430f8b","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728457537129,"stop":1728457537129,"duration":0},"status":"passed","severity":"normal"},{"uid":"db291de376deac29","name":"should log when no additional peers are found","time":{"start":1728457186736,"stop":1728457186736,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6f9261ddfe59e71","name":"Push message with rate limit","time":{"start":1728457473537,"stop":1728457473538,"duration":1},"status":"passed","severity":"normal"},{"uid":"81fc9073d296798","name":"ignores unrecognized TXT record formats","time":{"start":1728457170943,"stop":1728457170944,"duration":1},"status":"passed","severity":"normal"},{"uid":"3def9edd12cb70ab","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728457537127,"stop":1728457537127,"duration":0},"status":"passed","severity":"normal"},{"uid":"66f32465db910daa","name":"Light Node - default protocols","time":{"start":1728457569743,"stop":1728457569744,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca6612e7e46e93d5","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1728457146557,"stop":1728457146558,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae3138b68df2d37a","name":"Filter","time":{"start":1728457569743,"stop":1728457569743,"duration":0},"status":"passed","severity":"normal"},{"uid":"acf09927cec4959b","name":"creates an iterator","time":{"start":1728457556079,"stop":1728457556082,"duration":3},"status":"passed","severity":"normal"},{"uid":"3b3d2cdc685de56","name":"throws on content topic with non-number generation field","time":{"start":1728457146544,"stop":1728457146545,"duration":1},"status":"passed","severity":"normal"},{"uid":"6859fcfd2f299d30","name":"Query generator for multiple messages","time":{"start":1728457558858,"stop":1728457558858,"duration":0},"status":"passed","severity":"normal"},{"uid":"25ad1ebab306f8a4","name":"Check received message with timestamp: 1728457204468 ","time":{"start":1728457322426,"stop":1728457322426,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d96ba404b16f66a","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1728457170441,"stop":1728457170445,"duration":4},"status":"passed","severity":"normal"},{"uid":"fc0cc89dbd385c47","name":"Push message with content topic containing long","time":{"start":1728457510444,"stop":1728457510448,"duration":4},"status":"passed","severity":"normal"},{"uid":"9ee4bb44e67e9f40","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728457360328,"stop":1728457360328,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1d18f4de0574272","name":"Push message with meta","time":{"start":1728457510462,"stop":1728457510463,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b8ef54fc2751532","name":"should emit a peer event after start","time":{"start":1728457215713,"stop":1728457215713,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7dd776144775c6","name":"LightPush: 3 peers, Filter: 2 peers","time":{"start":1728457377686,"stop":1728457377687,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ba8360009ef9f97","name":"Query generator for multiple messages with multiple decoders","time":{"start":1728457558859,"stop":1728457558861,"duration":2},"status":"passed","severity":"normal"},{"uid":"e8b6089a12d7b22","name":"Subscribe to topic containing short and receive message","time":{"start":1728457537124,"stop":1728457537124,"duration":0},"status":"passed","severity":"normal"},{"uid":"504ccdeb5590cbf9","name":"Push message with content topic containing XML","time":{"start":1728457510456,"stop":1728457510456,"duration":0},"status":"passed","severity":"normal"},{"uid":"57f0a007abf45bd0","name":"should return the pubsub topic directly if a string is provided","time":{"start":1728457146581,"stop":1728457146581,"duration":0},"status":"passed","severity":"normal"},{"uid":"271a4694c1975ff0","name":"handles multiple messages","time":{"start":1728457556083,"stop":1728457556083,"duration":0},"status":"passed","severity":"normal"},{"uid":"410415c2c5349664","name":"Encoder throws on empty string content topic","time":{"start":1728457182794,"stop":1728457182794,"duration":0},"status":"passed","severity":"normal"},{"uid":"93db3b7d79b1ce61","name":"LightPush: 2 peers, Filter: 0 peers","time":{"start":1728457377681,"stop":1728457377682,"duration":1},"status":"passed","severity":"normal"},{"uid":"94d4b0df987c8604","name":"LightPush: 3 peers, Filter: 3 peers","time":{"start":1728457377687,"stop":1728457377687,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecaee344068dbfee","name":"Reopen subscription with peer with lost subscription","time":{"start":1728457249554,"stop":1728457249555,"duration":1},"status":"passed","severity":"normal"},{"uid":"3431295b941861e8","name":"Ping on unsubscribed peer","time":{"start":1728457250836,"stop":1728457250836,"duration":0},"status":"passed","severity":"normal"},{"uid":"73449f81263d4ee0","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1728457289907,"stop":1728457289908,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc59d9d80b9acd13","name":"Failed peers are renewed","time":{"start":1728457371021,"stop":1728457371021,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bb3687bd4ed3c305","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1728457212736,"stop":1728457212737,"duration":1},"status":"passed","severity":"normal"},{"uid":"b012112e70d6088c","name":"Privacy Node - default protocol","time":{"start":1728457569744,"stop":1728457569744,"duration":0},"status":"passed","severity":"normal"},{"uid":"77e5615771c8e264","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457554121,"stop":1728457554122,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfb19ccfe3e235a5","name":"Round trip binary encryption [ecies, signature]","time":{"start":1728457182793,"stop":1728457182793,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d634e1ec7a7bc81","name":"Publish message with rate limit","time":{"start":1728457481312,"stop":1728457481313,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6f04f42d0dae717","name":"Check publish message containing unicode special characters","time":{"start":1728457481268,"stop":1728457481268,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d2a89b2cf712e69","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457401553,"stop":1728457401554,"duration":1},"status":"passed","severity":"normal"},{"uid":"efc98089865ebae4","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1728457212733,"stop":1728457212734,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fb74fe57c2b452a","name":"can start and stop the service","time":{"start":1728457215711,"stop":1728457215712,"duration":1},"status":"passed","severity":"normal"},{"uid":"475ac76e94c34068","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app0/4/topic980/proto","time":{"start":1728457516701,"stop":1728457516703,"duration":2},"status":"passed","severity":"normal"},{"uid":"b71e48747ece29df","name":"LightPush with 0 connections","time":{"start":1728457350090,"stop":1728457350090,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6d31a36a2eca321","name":"should properly compute the node id","time":{"start":1728457155316,"stop":1728457155316,"duration":0},"status":"passed","severity":"normal"},{"uid":"37c05db0ea45b437","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1728457162726,"stop":1728457162726,"duration":0},"status":"passed","severity":"normal"},{"uid":"bce664b0e8af494b","name":"connects to nwaku","time":{"start":1728457604300,"stop":1728457604300,"duration":0},"status":"passed","severity":"normal"},{"uid":"152c9e0aaac7def3","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1728457252530,"stop":1728457252530,"duration":0},"status":"passed","severity":"normal"},{"uid":"9024f58ac1942535","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728457360311,"stop":1728457360313,"duration":2},"status":"passed","severity":"normal"},{"uid":"278ade1af14c4117","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1728457525090,"stop":1728457525090,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cea21dcedd17365","name":"Fails to push message with large meta","time":{"start":1728457510463,"stop":1728457510463,"duration":0},"status":"passed","severity":"normal"},{"uid":"82d9d2924159bf15","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1728457146566,"stop":1728457146567,"duration":1},"status":"passed","severity":"normal"},{"uid":"5837cc9e99e42c03","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1728457562262,"stop":1728457562263,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd1fb1f6a3869895","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1728457528784,"stop":1728457528784,"duration":0},"status":"passed","severity":"normal"},{"uid":"2624df41ed49aa16","name":"Decoder throws on empty string content topic","time":{"start":1728457162907,"stop":1728457162908,"duration":1},"status":"passed","severity":"normal"},{"uid":"361b503e3b8b2224","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1728457146577,"stop":1728457146577,"duration":0},"status":"passed","severity":"normal"},{"uid":"b635f81db9afe7d2","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1728457562263,"stop":1728457562264,"duration":1},"status":"passed","severity":"normal"},{"uid":"a587b2e1f8f1e119","name":"Callback on promise","time":{"start":1728457558863,"stop":1728457558863,"duration":0},"status":"passed","severity":"normal"},{"uid":"9aefad515aa34df","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1728457536276,"stop":1728457536279,"duration":3},"status":"passed","severity":"normal"},{"uid":"7b23b2d2cb4b28","name":"Passing page size 1 when there are 4 messages","time":{"start":1728457555212,"stop":1728457555212,"duration":0},"status":"passed","severity":"normal"},{"uid":"92a7818c61d3817c","name":"returns all values when wanted number is greater than available values","time":{"start":1728457170050,"stop":1728457170051,"duration":1},"status":"passed","severity":"normal"},{"uid":"62b4a95137c25a04","name":"Check publish message containing Arabic","time":{"start":1728457481254,"stop":1728457481255,"duration":1},"status":"passed","severity":"normal"},{"uid":"889b4e6992137b7e","name":"Push message with XML payload","time":{"start":1728457473514,"stop":1728457473514,"duration":0},"status":"passed","severity":"normal"},{"uid":"44d8a27d11417bf0","name":"Refresh subscription","time":{"start":1728457537137,"stop":1728457537138,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ea5796d8c89bc83","name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","time":{"start":1728457162220,"stop":1728457162221,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccae23b6b60476b7","name":"Encoder throws on empty string content topic","time":{"start":1728457162907,"stop":1728457162907,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0b730506919efbe","name":"Overlapping topic subscription","time":{"start":1728457360305,"stop":1728457360305,"duration":0},"status":"passed","severity":"normal"},{"uid":"791404ebef6969f5","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1728457154572,"stop":1728457154574,"duration":2},"status":"passed","severity":"normal"},{"uid":"e1ed86f83e5922ce","name":"Passing an array","time":{"start":1728457604301,"stop":1728457604301,"duration":0},"status":"passed","severity":"normal"},{"uid":"137bbc1b89eb11f3","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1728457146558,"stop":1728457146559,"duration":1},"status":"passed","severity":"normal"},{"uid":"179995afaab0f740","name":"random static sharding 5 - Cluster ID: 950, Shard ID: 136","time":{"start":1728457528779,"stop":1728457528779,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9e904bc6062a680","name":"should be called for bootstrap peers","time":{"start":1728457212732,"stop":1728457212733,"duration":1},"status":"passed","severity":"normal"},{"uid":"259bde9983a29b06","name":"should reject if WakuNode is not started","time":{"start":1728457186692,"stop":1728457186694,"duration":2},"status":"passed","severity":"normal"},{"uid":"6f8a9c862b45294c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457401558,"stop":1728457401571,"duration":13},"status":"passed","severity":"normal"},{"uid":"e79b1c2d3f9cc0ca","name":"Register correct protocols","time":{"start":1728457490909,"stop":1728457490910,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b44e1c941415b61","name":"Generator, 2 different pubsubtopics","time":{"start":1728457554119,"stop":1728457554119,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9b7ba7ffffb798d","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728457401553,"stop":1728457401553,"duration":0},"status":"passed","severity":"normal"},{"uid":"68921f4cb2b2a396","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1728457562261,"stop":1728457562262,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dfe8e8b3d2dcdc5","name":"Push message with content topic containing Script","time":{"start":1728457473526,"stop":1728457473527,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4564b03e48f5f6e","name":"should wait for Store peer to be connected","time":{"start":1728457186699,"stop":1728457186700,"duration":1},"status":"passed","severity":"normal"},{"uid":"f294fffeece2b323","name":"Waku message hash computation (meta attribute not present)","time":{"start":1728457149127,"stop":1728457149127,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3b5e90c9fabdebe","name":"Relay + Store","time":{"start":1728457211432,"stop":1728457211433,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6e10d8625ab6aec","name":"should not fail to stop the service if it was not started","time":{"start":1728457174880,"stop":1728457174881,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe6a4fac098e475b","name":"Generator, 2 different pubsubtopics","time":{"start":1728457554122,"stop":1728457554123,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9367e26fd97f00d","name":"can start the service","time":{"start":1728457498404,"stop":1728457498404,"duration":0},"status":"passed","severity":"normal"},{"uid":"55bf25ced839e4de","name":"Push message with content topic containing special chars","time":{"start":1728457510449,"stop":1728457510449,"duration":0},"status":"passed","severity":"normal"},{"uid":"610a6ae63b0d5192","name":"LightPush: 1 peers, Filter: 3 peers","time":{"start":1728457377681,"stop":1728457377681,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7556/widgets/environment.json b/7556/widgets/environment.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/7556/widgets/environment.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/7556/widgets/executors.json b/7556/widgets/executors.json deleted file mode 100644 index 394f89a193d..00000000000 --- a/7556/widgets/executors.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"GitHub Actions","type":"github","url":"https://waku-org.github.io/js-waku","buildOrder":7556,"buildName":"GitHub Actions Run #11249822589","buildUrl":"https://github.com/waku-org/js-waku/actions/runs/11249822589","reportName":"Allure Report with history","reportUrl":"https://waku-org.github.io/js-waku/7556/"}] \ No newline at end of file diff --git a/7556/widgets/history-trend.json b/7556/widgets/history-trend.json deleted file mode 100644 index 53550d6472f..00000000000 --- a/7556/widgets/history-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":7556,"reportUrl":"https://waku-org.github.io/js-waku/7556/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7555,"reportUrl":"https://waku-org.github.io/js-waku/7555/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":850,"unknown":0,"total":872}},{"buildOrder":7554,"reportUrl":"https://waku-org.github.io/js-waku/7554/","reportName":"Allure Report with history","data":{"failed":0,"broken":18,"skipped":22,"passed":840,"unknown":0,"total":880}},{"buildOrder":7553,"reportUrl":"https://waku-org.github.io/js-waku/7553/","reportName":"Allure Report with history","data":{"failed":0,"broken":18,"skipped":22,"passed":840,"unknown":0,"total":880}},{"buildOrder":7552,"reportUrl":"https://waku-org.github.io/js-waku/7552/","reportName":"Allure Report with history","data":{"failed":0,"broken":18,"skipped":22,"passed":840,"unknown":0,"total":880}},{"buildOrder":7550,"reportUrl":"https://waku-org.github.io/js-waku/7550/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":857,"unknown":0,"total":878}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/7556/widgets/launch.json b/7556/widgets/launch.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/7556/widgets/launch.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/7556/widgets/retry-trend.json b/7556/widgets/retry-trend.json deleted file mode 100644 index ac7829f405a..00000000000 --- a/7556/widgets/retry-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":7556,"reportUrl":"https://waku-org.github.io/js-waku/7556/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7555,"reportUrl":"https://waku-org.github.io/js-waku/7555/","reportName":"Allure Report with history","data":{"run":872,"retry":2}},{"buildOrder":7554,"reportUrl":"https://waku-org.github.io/js-waku/7554/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7553,"reportUrl":"https://waku-org.github.io/js-waku/7553/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7552,"reportUrl":"https://waku-org.github.io/js-waku/7552/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7550,"reportUrl":"https://waku-org.github.io/js-waku/7550/","reportName":"Allure Report with history","data":{"run":878,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/7556/widgets/severity.json b/7556/widgets/severity.json deleted file mode 100644 index 59bd6d78458..00000000000 --- a/7556/widgets/severity.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"9c4afafcbf9fd09c","name":"Filter with 1 connections","time":{"start":1728457350091,"stop":1728457350092,"duration":1},"status":"passed","severity":"normal"},{"uid":"36b81c2904900b9a","name":"Check message with no payload is not received","time":{"start":1728457322434,"stop":1728457322436,"duration":2},"status":"passed","severity":"normal"},{"uid":"bf8cdd43a1abcddc","name":"Push message with content topic containing escaped characters","time":{"start":1728457510457,"stop":1728457510459,"duration":2},"status":"passed","severity":"normal"},{"uid":"e6c91e3316b865e7","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728457537120,"stop":1728457537120,"duration":0},"status":"passed","severity":"normal"},{"uid":"510fb53b514a5ccf","name":"should return false","time":{"start":1728457155315,"stop":1728457155315,"duration":0},"status":"passed","severity":"normal"},{"uid":"89d18af56cb97df6","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728457360326,"stop":1728457360328,"duration":2},"status":"passed","severity":"normal"},{"uid":"32f0d5c292cb8b20","name":"Fails to publish message with empty text","time":{"start":1728457481283,"stop":1728457481288,"duration":5},"status":"passed","severity":"normal"},{"uid":"27e5c71dfe01d5a5","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1728457205205,"stop":1728457205206,"duration":1},"status":"passed","severity":"normal"},{"uid":"271a4694c1975ff0","name":"handles multiple messages","time":{"start":1728457556083,"stop":1728457556083,"duration":0},"status":"passed","severity":"normal"},{"uid":"befe5d5db49a49b7","name":"recovers when dns.resolve returns empty","time":{"start":1728457170943,"stop":1728457170943,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fda969791fdcb3f","name":"Check received message containing special chars","time":{"start":1728457448603,"stop":1728457448603,"duration":0},"status":"passed","severity":"normal"},{"uid":"89912a336cda8115","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1728457170445,"stop":1728457170446,"duration":1},"status":"passed","severity":"normal"},{"uid":"7497951d04fece50","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1728457205204,"stop":1728457205205,"duration":1},"status":"passed","severity":"normal"},{"uid":"58c316f535215327","name":"Check publish message containing emoji","time":{"start":1728457481269,"stop":1728457481270,"duration":1},"status":"passed","severity":"normal"},{"uid":"81e48f23daa8e7a9","name":"handles different clusterIds correctly","time":{"start":1728457146563,"stop":1728457146563,"duration":0},"status":"passed","severity":"normal"},{"uid":"a429d6234f5276dd","name":"should select older connection if present","time":{"start":1728457162260,"stop":1728457162260,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce59a58c65ec2c22","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1728457289885,"stop":1728457289886,"duration":1},"status":"passed","severity":"normal"},{"uid":"c94d3ed6d397a814","name":"Check meta is set [symmetric]","time":{"start":1728457181103,"stop":1728457181103,"duration":0},"status":"passed","severity":"normal"},{"uid":"83e9f77927f201ff","name":"Ordered Callback - true","time":{"start":1728457542832,"stop":1728457542832,"duration":0},"status":"passed","severity":"normal"},{"uid":"14117d9ab363327","name":"configure the node with multiple pubsub topics","time":{"start":1728457528783,"stop":1728457528783,"duration":0},"status":"passed","severity":"normal"},{"uid":"76d3458d4afc3d16","name":"LightPush: 3 peers, Filter: 1 peers","time":{"start":1728457377685,"stop":1728457377686,"duration":1},"status":"passed","severity":"normal"},{"uid":"dad61ccdd4451ae3","name":"Ephemeral field set to true","time":{"start":1728457162906,"stop":1728457162906,"duration":0},"status":"passed","severity":"normal"},{"uid":"810f59eb5d7e525e","name":"can start the service","time":{"start":1728457215708,"stop":1728457215711,"duration":3},"status":"passed","severity":"normal"},{"uid":"b865b2eefaac8bb4","name":"should encode/decode to RLP encoding","time":{"start":1728457155316,"stop":1728457155320,"duration":4},"status":"passed","severity":"normal"},{"uid":"ac2d29e7546f99a2","name":"isConnected between 2 js-waku relay nodes","time":{"start":1728457237160,"stop":1728457237161,"duration":1},"status":"passed","severity":"normal"},{"uid":"770318208da1d542","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1728457490913,"stop":1728457490913,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3c8156d5d8a4c30","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728457280064,"stop":1728457280064,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3d08f2c8f6f774b","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1728457146557,"stop":1728457146557,"duration":0},"status":"passed","severity":"normal"},{"uid":"3df7aa399986e9d5","name":"Check received message containing escaped characters","time":{"start":1728457448609,"stop":1728457448609,"duration":0},"status":"passed","severity":"normal"},{"uid":"15590a6604300748","name":"more peers than existing","time":{"start":1728457448877,"stop":1728457448877,"duration":0},"status":"skipped","severity":"normal"},{"uid":"25ad1ebab306f8a4","name":"Check received message with timestamp: 1728457204468 ","time":{"start":1728457322426,"stop":1728457322426,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb1d259c41ec62aa","name":"should check connected peers if present and suitable","time":{"start":1728457186697,"stop":1728457186698,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fb567ebac592748","name":"Subscribe and receives messages on 20 topics","time":{"start":1728457537135,"stop":1728457537135,"duration":0},"status":"passed","severity":"normal"},{"uid":"699d52e75e584154","name":"Check received message containing escaped characters","time":{"start":1728457322417,"stop":1728457322422,"duration":5},"status":"passed","severity":"normal"},{"uid":"5ccba2dd38a7b06d","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728457537140,"stop":1728457537141,"duration":1},"status":"passed","severity":"normal"},{"uid":"67de58b91290fb82","name":"Check received message containing JSON","time":{"start":1728457448608,"stop":1728457448609,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0f434b36b850e56","name":"Check publish message containing Chinese","time":{"start":1728457481252,"stop":1728457481253,"duration":1},"status":"passed","severity":"normal"},{"uid":"f47d00c91920df97","name":"Check message with non string payload is not received","time":{"start":1728457448614,"stop":1728457448614,"duration":0},"status":"passed","severity":"normal"},{"uid":"561634ef46690df9","name":"Symmetric encrypt & Decrypt","time":{"start":1728457181538,"stop":1728457181538,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9383bb95eff1abe","name":"Fails to publish duplicate message","time":{"start":1728457481278,"stop":1728457481282,"duration":4},"status":"passed","severity":"normal"},{"uid":"2d96ba404b16f66a","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1728457170441,"stop":1728457170445,"duration":4},"status":"passed","severity":"normal"},{"uid":"cf37cefc8f013d45","name":"pre and post cipher","time":{"start":1728457181539,"stop":1728457181539,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6f9261ddfe59e71","name":"Push message with rate limit","time":{"start":1728457473537,"stop":1728457473538,"duration":1},"status":"passed","severity":"normal"},{"uid":"88f9188785e6fbda","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728457360313,"stop":1728457360313,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b27bdc01efb1d48","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1728457211524,"stop":1728457211525,"duration":1},"status":"passed","severity":"normal"},{"uid":"4216090f0c4ed87f","name":"Push message with content topic containing Russian","time":{"start":1728457510450,"stop":1728457510451,"duration":1},"status":"passed","severity":"normal"},{"uid":"76f240d87c198599","name":"Throws when trying to push message with empty payload","time":{"start":1728457510439,"stop":1728457510439,"duration":0},"status":"passed","severity":"normal"},{"uid":"12cc5a02ac761f4e","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1728457146559,"stop":1728457146559,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d83108501f07e30","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728457351730,"stop":1728457351732,"duration":2},"status":"passed","severity":"normal"},{"uid":"6bda151061f9d334","name":"should only return 1 node with store capability","time":{"start":1728457170945,"stop":1728457170945,"duration":0},"status":"passed","severity":"normal"},{"uid":"424b5fefc25195ca","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app85/2/topic661/json","time":{"start":1728457516699,"stop":1728457516699,"duration":0},"status":"passed","severity":"normal"},{"uid":"18cb25782107c445","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1728457490923,"stop":1728457490924,"duration":1},"status":"passed","severity":"normal"},{"uid":"889b4e6992137b7e","name":"Push message with XML payload","time":{"start":1728457473514,"stop":1728457473514,"duration":0},"status":"passed","severity":"normal"},{"uid":"300bc56f548d59a3","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728457360297,"stop":1728457360297,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ef0b30b4409ac6e","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1728457525091,"stop":1728457525092,"duration":1},"status":"passed","severity":"normal"},{"uid":"9778d540fec8d70c","name":"Push message with content topic containing shell command","time":{"start":1728457510457,"stop":1728457510457,"duration":0},"status":"passed","severity":"normal"},{"uid":"a178b8835e24530e","name":"LightPush: 0 peers, Filter: 0 peers","time":{"start":1728457377675,"stop":1728457377676,"duration":1},"status":"passed","severity":"normal"},{"uid":"2cd07b7bc0424ea0","name":"Filter with 3 connections","time":{"start":1728457350094,"stop":1728457350094,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa2f1174ed621502","name":"Subscribe to topic containing long and publish message","time":{"start":1728457490917,"stop":1728457490919,"duration":2},"status":"passed","severity":"normal"},{"uid":"1f378686b0eeff2f","name":"should not throw an error for a single configured topic","time":{"start":1728457146579,"stop":1728457146580,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa8d81e625349857","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289931,"stop":1728457289935,"duration":4},"status":"passed","severity":"normal"},{"uid":"f5e6db63d81e2acf","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1728457146570,"stop":1728457146570,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b65e926782b5044","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1728457146574,"stop":1728457146574,"duration":0},"status":"passed","severity":"normal"},{"uid":"85f205e189186df4","name":"caches peers it previously fetched","time":{"start":1728457170944,"stop":1728457170944,"duration":0},"status":"passed","severity":"normal"},{"uid":"85a862a0ebac911a","name":"Generator, custom pubsub topic","time":{"start":1728457554120,"stop":1728457554120,"duration":0},"status":"passed","severity":"normal"},{"uid":"90c6d3745955dd02","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728457360322,"stop":1728457360324,"duration":2},"status":"passed","severity":"normal"},{"uid":"adfd56892717b6ec","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1728457146577,"stop":1728457146578,"duration":1},"status":"passed","severity":"normal"},{"uid":"6683a74d29d1b05c","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728457448611,"stop":1728457448611,"duration":0},"status":"passed","severity":"normal"},{"uid":"8521410e4e3f7858","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728457537119,"stop":1728457537120,"duration":1},"status":"passed","severity":"normal"},{"uid":"9df9421ec1150dad","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728457537145,"stop":1728457537145,"duration":0},"status":"passed","severity":"normal"},{"uid":"3503de32bb6dfa27","name":"Check publish message containing Script","time":{"start":1728457481259,"stop":1728457481260,"duration":1},"status":"passed","severity":"normal"},{"uid":"8779ecee3d7a0ab","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728457351732,"stop":1728457351733,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbbea5b671dad93d","name":"LightPush: 0 peers, Filter: 1 peers","time":{"start":1728457377679,"stop":1728457377679,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba12a6da01b75cdd","name":"Push message with content topic containing emoji","time":{"start":1728457510460,"stop":1728457510461,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ff3e6ae2e4511e5","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728457360325,"stop":1728457360326,"duration":1},"status":"passed","severity":"normal"},{"uid":"bada927983d7d01e","name":"Push 30 different messages","time":{"start":1728457473518,"stop":1728457473518,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3f835fb7de09bf2","name":"should only return 1 node with relay and store capability","time":{"start":1728457170945,"stop":1728457170945,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed531c0286709e4","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1728457562267,"stop":1728457562268,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d9701ed1c7d7e09","name":"Non TWN Cluster","time":{"start":1728457516694,"stop":1728457516694,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c23e2e6f0e6813a","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1728457486609,"stop":1728457486609,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4eff5fcc0e5d8a7a","name":"should return empty list for no shard","time":{"start":1728457146568,"stop":1728457146568,"duration":0},"status":"passed","severity":"normal"},{"uid":"b218d6f83b078d6d","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1728457478650,"stop":1728457478651,"duration":1},"status":"passed","severity":"normal"},{"uid":"d49bb4883db2003f","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1728457146573,"stop":1728457146574,"duration":1},"status":"passed","severity":"normal"},{"uid":"81ff53b083c8f7ec","name":"Check received message containing long","time":{"start":1728457448602,"stop":1728457448602,"duration":0},"status":"passed","severity":"normal"},{"uid":"632bece1b927cb2a","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1728457149125,"stop":1728457149126,"duration":1},"status":"passed","severity":"normal"},{"uid":"88036478cbe1fdc5","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728457351724,"stop":1728457351725,"duration":1},"status":"passed","severity":"normal"},{"uid":"2afe5b2560368ba4","name":"should return all peers when numPeers is 0","time":{"start":1728457162725,"stop":1728457162725,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c6afbded98eefd0","name":"Renews peer for Filter on peer:disconnect event","time":{"start":1728457287390,"stop":1728457287390,"duration":0},"status":"passed","severity":"normal"},{"uid":"361fcac51fc4bac1","name":"same cluster, different shard: nodes connect","time":{"start":1728457402355,"stop":1728457402356,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf65c05fdb273de6","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1728457170448,"stop":1728457170448,"duration":0},"status":"passed","severity":"normal"},{"uid":"227f4f0e7a4d3249","name":"throws on content topic with empty version field","time":{"start":1728457146546,"stop":1728457146547,"duration":1},"status":"passed","severity":"normal"},{"uid":"b35df8ce38c65cd3","name":"Push message with long payload","time":{"start":1728457473507,"stop":1728457473508,"duration":1},"status":"passed","severity":"normal"},{"uid":"c108a6ffbbc509d","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1728457170945,"stop":1728457170946,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d06fb47cd3a0da0","name":"should return false when no peers exist","time":{"start":1728457186734,"stop":1728457186734,"duration":0},"status":"passed","severity":"normal"},{"uid":"31a083d4fe4c498c","name":"Passing page size 3 when there are 20 messages","time":{"start":1728457555213,"stop":1728457555213,"duration":0},"status":"passed","severity":"normal"},{"uid":"abb10eb4cddb697b","name":"udp ip6 address","time":{"start":1728457154791,"stop":1728457154791,"duration":0},"status":"passed","severity":"normal"},{"uid":"433382989e1a01aa","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1728457154577,"stop":1728457154577,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d098c9553c8f893","name":"Passing page size 19 when there are 20 messages","time":{"start":1728457555214,"stop":1728457555214,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0f6e7cba8d0aaf5","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1728457162725,"stop":1728457162726,"duration":1},"status":"passed","severity":"normal"},{"uid":"34807d610d254b0b","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1728457146569,"stop":1728457146569,"duration":0},"status":"passed","severity":"normal"},{"uid":"a354d13eb5af6e3a","name":"Passing page size 0 when there are 110 messages","time":{"start":1728457555212,"stop":1728457555212,"duration":0},"status":"passed","severity":"normal"},{"uid":"38eb06a3071e1a6","name":"Check message with no payload is not received","time":{"start":1728457448632,"stop":1728457448633,"duration":1},"status":"passed","severity":"normal"},{"uid":"274fa610c18d8b5a","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728457280064,"stop":1728457280065,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d9391115b9e9f19","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1728457205222,"stop":1728457205225,"duration":3},"status":"passed","severity":"normal"},{"uid":"6dd87658f9416d13","name":"Push message with custom timestamp: 1697698960533","time":{"start":1728457473538,"stop":1728457473538,"duration":0},"status":"passed","severity":"normal"},{"uid":"642fde89416c7835","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1728457252535,"stop":1728457252535,"duration":0},"status":"passed","severity":"normal"},{"uid":"aec85e98607090e9","name":"should decode valid enr successfully","time":{"start":1728457155312,"stop":1728457155312,"duration":0},"status":"passed","severity":"normal"},{"uid":"e27e8a04e48ae8b7","name":"Publish message with custom timestamp: Thu Oct 19 2023 07:04:33 GMT+0000 (Coordinated Universal Time)","time":{"start":1728457481272,"stop":1728457481274,"duration":2},"status":"passed","severity":"normal"},{"uid":"cd0877de5bc9cc74","name":"Publishes to nwaku","time":{"start":1728457469053,"stop":1728457469064,"duration":11},"status":"passed","severity":"normal"},{"uid":"7a284dab8b35a101","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728457537122,"stop":1728457537122,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6e10d8625ab6aec","name":"should not fail to stop the service if it was not started","time":{"start":1728457174880,"stop":1728457174881,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7939f0dba3ac3a5","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app62/4/topic831/proto","time":{"start":1728457516695,"stop":1728457516695,"duration":0},"status":"passed","severity":"normal"},{"uid":"6967d59b9f29d00","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1728457289895,"stop":1728457289895,"duration":0},"status":"passed","severity":"normal"},{"uid":"62b4a95137c25a04","name":"Check publish message containing Arabic","time":{"start":1728457481254,"stop":1728457481255,"duration":1},"status":"passed","severity":"normal"},{"uid":"841fa64efcb5c314","name":"Subscribe to topic containing long and receive message","time":{"start":1728457537124,"stop":1728457537125,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc17ad6ae1800a63","name":"Push message with custom timestamp: 1728460950297","time":{"start":1728457510467,"stop":1728457510468,"duration":1},"status":"passed","severity":"normal"},{"uid":"25727a2199bcc91f","name":"should wait for LightPush peer to be connected","time":{"start":1728457186698,"stop":1728457186698,"duration":0},"status":"passed","severity":"normal"},{"uid":"b24cb7e93a30cb21","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728457322428,"stop":1728457322428,"duration":0},"status":"passed","severity":"normal"},{"uid":"41e556bbf127d071","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1728457525088,"stop":1728457525089,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7efecbaa93ed784","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1728457548044,"stop":1728457548044,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdac6172a7f99151","name":"Push message with content topic containing long","time":{"start":1728457473520,"stop":1728457473520,"duration":0},"status":"passed","severity":"normal"},{"uid":"616689769e831a6a","name":"Encoder throws on undefined content topic","time":{"start":1728457162907,"stop":1728457162907,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e2dbf94683f6fe9","name":"Waku message hash computation (no timestamp)","time":{"start":1728457149128,"stop":1728457149128,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ea28011ff87ffd5","name":"Push message with short payload","time":{"start":1728457473507,"stop":1728457473507,"duration":0},"status":"passed","severity":"normal"},{"uid":"31d9f70ed90a826d","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728457537133,"stop":1728457537134,"duration":1},"status":"passed","severity":"normal"},{"uid":"106b13be2c9baa68","name":"addEventListener with wrong event","time":{"start":1728457245462,"stop":1728457245462,"duration":0},"status":"passed","severity":"normal"},{"uid":"610a6ae63b0d5192","name":"LightPush: 1 peers, Filter: 3 peers","time":{"start":1728457377681,"stop":1728457377681,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c57ecad9100fdbb","name":"Push message with Russian payload","time":{"start":1728457510420,"stop":1728457510421,"duration":1},"status":"passed","severity":"normal"},{"uid":"528967278c44fc1f","name":"Check received message containing numeric","time":{"start":1728457322392,"stop":1728457322393,"duration":1},"status":"passed","severity":"normal"},{"uid":"7896fd25b76dae95","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728457537129,"stop":1728457537129,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2082acf8c7928f2","name":"A test","time":{"start":1728457377823,"stop":1728457377823,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2835698b78ccf5c","name":"Check publish message containing escaped characters","time":{"start":1728457481265,"stop":1728457481268,"duration":3},"status":"passed","severity":"normal"},{"uid":"152c9e0aaac7def3","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1728457252530,"stop":1728457252530,"duration":0},"status":"passed","severity":"normal"},{"uid":"20f590293c9ced46","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728457351729,"stop":1728457351729,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1092bc39542e310","name":"1 Store, 2 relays, 2 fetches","time":{"start":1728457170741,"stop":1728457170741,"duration":0},"status":"passed","severity":"normal"},{"uid":"6075652b87ef920e","name":"should add and remove event listeners correctly","time":{"start":1728457174884,"stop":1728457174885,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f14588c355002d2","name":"should set field with all protocols enabled","time":{"start":1728457155323,"stop":1728457155323,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd1fb1f6a3869895","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1728457528784,"stop":1728457528784,"duration":0},"status":"passed","severity":"normal"},{"uid":"3431295b941861e8","name":"Ping on unsubscribed peer","time":{"start":1728457250836,"stop":1728457250836,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3e72d7749e68698","name":"should encode/decode to text encoding","time":{"start":1728457155320,"stop":1728457155320,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5d7f2ae1a32915c","name":"should correctly map a content topic to a pubsub topic","time":{"start":1728457146584,"stop":1728457146584,"duration":0},"status":"passed","severity":"normal"},{"uid":"509510f334727ba","name":"random static sharding 6 - Cluster ID: 127, Shard ID: 694","time":{"start":1728457528780,"stop":1728457528780,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0bcac8f2aff5bf9","name":"Keep-alive pings maintain the connection","time":{"start":1728457287384,"stop":1728457287385,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f9da92342742e05","name":"Subscribe to topic containing JSON and publish message","time":{"start":1728457490934,"stop":1728457490934,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd0966a9108b5543","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1728457289886,"stop":1728457289887,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d7c56069d7d5627","name":"Check received message containing Arabic","time":{"start":1728457448604,"stop":1728457448605,"duration":1},"status":"passed","severity":"normal"},{"uid":"14dd034edc6c0802","name":"should push to needed amount of connections","time":{"start":1728457371021,"stop":1728457371021,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ff415a164893077","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1728457170447,"stop":1728457170448,"duration":1},"status":"passed","severity":"normal"},{"uid":"e851f70bc6fb91d4","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728457537130,"stop":1728457537130,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b0cf835ad98d21b","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1728457562267,"stop":1728457562267,"duration":0},"status":"passed","severity":"normal"},{"uid":"401f074bb7726c0","name":"Relay - dialed first","time":{"start":1728457569741,"stop":1728457569741,"duration":0},"status":"passed","severity":"normal"},{"uid":"396e020df47173bc","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1728457289959,"stop":1728457289970,"duration":11},"status":"passed","severity":"normal"},{"uid":"32c7548dfb88973b","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1728457289943,"stop":1728457289945,"duration":2},"status":"passed","severity":"normal"},{"uid":"71b56c716f5a70f7","name":"random static sharding 1 - Cluster ID: 35, Shard ID: 533","time":{"start":1728457528773,"stop":1728457528775,"duration":2},"status":"passed","severity":"normal"},{"uid":"ec399447fe746eb2","name":"Check received message containing JSON","time":{"start":1728457448622,"stop":1728457448622,"duration":0},"status":"passed","severity":"normal"},{"uid":"b635f81db9afe7d2","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1728457562263,"stop":1728457562264,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f787ec8a8a2a036","name":"Push message with content topic containing JSON","time":{"start":1728457510456,"stop":1728457510457,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea20038be0a15d8f","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1728457548044,"stop":1728457548045,"duration":1},"status":"passed","severity":"normal"},{"uid":"a11ee01f2b516e16","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1728457162908,"stop":1728457162908,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9e904bc6062a680","name":"should be called for bootstrap peers","time":{"start":1728457212732,"stop":1728457212733,"duration":1},"status":"passed","severity":"normal"},{"uid":"560374a3a605d04f","name":"should be online or offline if network state changed","time":{"start":1728457205225,"stop":1728457205229,"duration":4},"status":"passed","severity":"normal"},{"uid":"ec0fab53b02aa0b7","name":"Refresh subscription","time":{"start":1728457360305,"stop":1728457360307,"duration":2},"status":"passed","severity":"normal"},{"uid":"fc0cc89dbd385c47","name":"Push message with content topic containing long","time":{"start":1728457510444,"stop":1728457510448,"duration":4},"status":"passed","severity":"normal"},{"uid":"3dfc1304f8d74243","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1728457146574,"stop":1728457146575,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3042546ee4da900","name":"Check received message containing unicode special characters","time":{"start":1728457448609,"stop":1728457448610,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c6075456de85bb0","name":"Push message with shell command payload","time":{"start":1728457473515,"stop":1728457473516,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a1af2411e25433b","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1728457146578,"stop":1728457146578,"duration":0},"status":"passed","severity":"normal"},{"uid":"4efc90a70663089b","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1728457154578,"stop":1728457154578,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9b7ba7ffffb798d","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728457401553,"stop":1728457401553,"duration":0},"status":"passed","severity":"normal"},{"uid":"318261d2f54dab3","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1728457490935,"stop":1728457490936,"duration":1},"status":"passed","severity":"normal"},{"uid":"e79b1c2d3f9cc0ca","name":"Register correct protocols","time":{"start":1728457490909,"stop":1728457490910,"duration":1},"status":"passed","severity":"normal"},{"uid":"bee96b4accc1da4e","name":"Decoder throws on empty string content topic","time":{"start":1728457182795,"stop":1728457182795,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1ce054b24fc00d6","name":"Renews subscription after lossing a connection","time":{"start":1728457537132,"stop":1728457537132,"duration":0},"status":"passed","severity":"normal"},{"uid":"360c4c76d324fabf","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457252533,"stop":1728457252534,"duration":1},"status":"passed","severity":"normal"},{"uid":"700777025d1ac767","name":"Generator, custom pubsub topic","time":{"start":1728457554119,"stop":1728457554119,"duration":0},"status":"passed","severity":"normal"},{"uid":"7427b5ae299e46bf","name":"non connected peers","time":{"start":1728457448880,"stop":1728457448885,"duration":5},"status":"skipped","severity":"normal"},{"uid":"7845c0e1ed0fce6c","name":"Relay - times out","time":{"start":1728457569742,"stop":1728457569742,"duration":0},"status":"passed","severity":"normal"},{"uid":"52112206cb9e07f4","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1728457154569,"stop":1728457154570,"duration":1},"status":"passed","severity":"normal"},{"uid":"343230c3ce738487","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1728457146575,"stop":1728457146575,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8b6089a12d7b22","name":"Subscribe to topic containing short and receive message","time":{"start":1728457537124,"stop":1728457537124,"duration":0},"status":"passed","severity":"normal"},{"uid":"57406b52de85d4ee","name":"should set field with only LIGHTPUSH enabled","time":{"start":1728457155324,"stop":1728457155324,"duration":0},"status":"passed","severity":"normal"},{"uid":"5136dfb110062c38","name":"ignores domain fetching errors","time":{"start":1728457170943,"stop":1728457170943,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7274029c94cff7a","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1728457146560,"stop":1728457146560,"duration":0},"status":"passed","severity":"normal"},{"uid":"daa1db745c63ca01","name":"Delete observer","time":{"start":1728457450890,"stop":1728457450890,"duration":0},"status":"passed","severity":"normal"},{"uid":"72b70979819a7108","name":"removeEventListener with correct event","time":{"start":1728457245462,"stop":1728457245463,"duration":1},"status":"passed","severity":"normal"},{"uid":"6aac463e9ee0a05","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1728457170051,"stop":1728457170051,"duration":0},"status":"passed","severity":"normal"},{"uid":"256958811ff33e0a","name":"should not fail to stop the service if it was not started","time":{"start":1728457498410,"stop":1728457498411,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef54f3ef3e572983","name":"should not receive a peer event after stop","time":{"start":1728457174882,"stop":1728457174883,"duration":1},"status":"passed","severity":"normal"},{"uid":"adc563c030b20d4c","name":"Subscribe to topic containing XML and publish message","time":{"start":1728457490933,"stop":1728457490933,"duration":0},"status":"passed","severity":"normal"},{"uid":"791404ebef6969f5","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1728457154572,"stop":1728457154574,"duration":2},"status":"passed","severity":"normal"},{"uid":"6052d6e1f3a6d6d1","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728457351732,"stop":1728457351732,"duration":0},"status":"passed","severity":"normal"},{"uid":"df676821925d3f2","name":"Push message with content topic containing shell command","time":{"start":1728457473532,"stop":1728457473532,"duration":0},"status":"passed","severity":"normal"},{"uid":"aba908e83e4dea26","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1728457154576,"stop":1728457154576,"duration":0},"status":"passed","severity":"normal"},{"uid":"50eb1991191fd389","name":"Check received message with timestamp: 1728457204567000000 ","time":{"start":1728457448610,"stop":1728457448611,"duration":1},"status":"passed","severity":"normal"},{"uid":"892ad3ae457ca3a1","name":"throws on content topic with generation field greater than 0","time":{"start":1728457146545,"stop":1728457146545,"duration":0},"status":"passed","severity":"normal"},{"uid":"add83d88825009c0","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1728457146582,"stop":1728457146582,"duration":0},"status":"passed","severity":"normal"},{"uid":"17772eda8db301b5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1728457289976,"stop":1728457289983,"duration":7},"status":"passed","severity":"normal"},{"uid":"d00336b8de10632c","name":"should throw an error for empty SingleShardInfos array","time":{"start":1728457146565,"stop":1728457146565,"duration":0},"status":"passed","severity":"normal"},{"uid":"165817aadc0ad1da","name":"should properly create location multiaddrs - tcp","time":{"start":1728457155322,"stop":1728457155322,"duration":0},"status":"passed","severity":"normal"},{"uid":"25c0f43cda77c600","name":"different cluster, different shard: nodes don't connect","time":{"start":1728457402357,"stop":1728457402357,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bd3acd728afeb21","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1728457146562,"stop":1728457146563,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb99b33a84493461","name":"Overlapping topic subscription","time":{"start":1728457490914,"stop":1728457490915,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f2e63a1bb42230d0","name":"should throw an error if shards are undefined for static sharding","time":{"start":1728457146568,"stop":1728457146568,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4375faf920a6fab","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1728457215721,"stop":1728457215721,"duration":0},"status":"skipped","severity":"normal"},{"uid":"92b6e9afb8d9baac","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728457360309,"stop":1728457360309,"duration":0},"status":"passed","severity":"normal"},{"uid":"a81a492bfbb23e45","name":"Subscribe to topic containing Script and receive message","time":{"start":1728457360314,"stop":1728457360314,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cabf894ad26da0b","name":"should get / set UDP multiaddr","time":{"start":1728457155320,"stop":1728457155320,"duration":0},"status":"passed","severity":"normal"},{"uid":"5837cc9e99e42c03","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1728457562262,"stop":1728457562263,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ed62c34d689ceca","name":"Relay - dialed after","time":{"start":1728457569741,"stop":1728457569742,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c69d88e1d5b253f","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1728457289906,"stop":1728457289907,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbb026927c22fb6f","name":"Push message with JSON payload","time":{"start":1728457473515,"stop":1728457473515,"duration":0},"status":"passed","severity":"normal"},{"uid":"9386a1540555865a","name":"Check message received after nwaku node is restarted","time":{"start":1728457448615,"stop":1728457448615,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e678910b53880c78","name":"Push message with emoji payload","time":{"start":1728457510438,"stop":1728457510439,"duration":1},"status":"passed","severity":"normal"},{"uid":"f31cf6dfbf1968b6","name":"Decoder throws on undefined content topic","time":{"start":1728457182794,"stop":1728457182794,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae3138b68df2d37a","name":"Filter","time":{"start":1728457569743,"stop":1728457569743,"duration":0},"status":"passed","severity":"normal"},{"uid":"44d8a27d11417bf0","name":"Refresh subscription","time":{"start":1728457537137,"stop":1728457537138,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dfe8e8b3d2dcdc5","name":"Push message with content topic containing Script","time":{"start":1728457473526,"stop":1728457473527,"duration":1},"status":"passed","severity":"normal"},{"uid":"72f10052ab7ced0a","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1728457536281,"stop":1728457536282,"duration":1},"status":"passed","severity":"normal"},{"uid":"2222e486537dc86b","name":"should be called at least once on all `peer:discovery` events","time":{"start":1728457212722,"stop":1728457212732,"duration":10},"status":"passed","severity":"normal"},{"uid":"b8f237bfc327e530","name":"Push message with content topic containing unicode special characters","time":{"start":1728457473533,"stop":1728457473533,"duration":0},"status":"passed","severity":"normal"},{"uid":"7929d38fc6bf4d8c","name":"Sets default value correctly","time":{"start":1728457604306,"stop":1728457604306,"duration":0},"status":"passed","severity":"normal"},{"uid":"408e2c0fbfbdde77","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457401576,"stop":1728457401580,"duration":4},"status":"passed","severity":"normal"},{"uid":"93db3b7d79b1ce61","name":"LightPush: 2 peers, Filter: 0 peers","time":{"start":1728457377681,"stop":1728457377682,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d68ae6e275b5e45","name":"Push message with unicode special characters payload","time":{"start":1728457473517,"stop":1728457473517,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c710db8f589be04","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1728457516693,"stop":1728457516694,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccc7368783fe97e6","name":"should throw an error for an unconfigured topic","time":{"start":1728457146580,"stop":1728457146580,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8d7170275fe2ff1","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728457537121,"stop":1728457537121,"duration":0},"status":"passed","severity":"normal"},{"uid":"c96fbc83f83baa50","name":"Push message with custom timestamp: 1728453750297","time":{"start":1728457510467,"stop":1728457510467,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fba358a0ebb5f06","name":"Check received message containing emoji","time":{"start":1728457448610,"stop":1728457448610,"duration":0},"status":"passed","severity":"normal"},{"uid":"536ee242201e3c0","name":"Renews peer on consistent missed messages","time":{"start":1728457287386,"stop":1728457287390,"duration":4},"status":"passed","severity":"normal"},{"uid":"f514efa4aca835b0","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1728457290006,"stop":1728457290007,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7962f8c0bce45ea","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1728457154578,"stop":1728457154578,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5bd6c5258bea342","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1728457536281,"stop":1728457536281,"duration":0},"status":"passed","severity":"normal"},{"uid":"91968063f4b2d17e","name":"Fails to publish message with size larger than 1 MB","time":{"start":1728457481303,"stop":1728457481311,"duration":8},"status":"passed","severity":"normal"},{"uid":"4048ca621861d729","name":"should reject on timeout if it was set","time":{"start":1728457186697,"stop":1728457186697,"duration":0},"status":"passed","severity":"normal"},{"uid":"a55596c6c19adae6","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728457401572,"stop":1728457401576,"duration":4},"status":"passed","severity":"normal"},{"uid":"d3cd92ed743629d3","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1728457170946,"stop":1728457170946,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b883584324f8606","name":"isConnected should return true after first peer connects","time":{"start":1728457237158,"stop":1728457237159,"duration":1},"status":"passed","severity":"normal"},{"uid":"db291de376deac29","name":"should log when no additional peers are found","time":{"start":1728457186736,"stop":1728457186736,"duration":0},"status":"passed","severity":"normal"},{"uid":"aabf423375d5a148","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1728457252532,"stop":1728457252532,"duration":0},"status":"passed","severity":"normal"},{"uid":"a19b899fce39de4c","name":"should handle a minimal index list","time":{"start":1728457146586,"stop":1728457146586,"duration":0},"status":"passed","severity":"normal"},{"uid":"6151f7311673af0","name":"Encoder throws on undefined content topic","time":{"start":1728457181104,"stop":1728457181104,"duration":0},"status":"passed","severity":"normal"},{"uid":"11c55f6e76d6f3a7","name":"Check publish message containing SQL Injection","time":{"start":1728457481255,"stop":1728457481256,"duration":1},"status":"passed","severity":"normal"},{"uid":"c01f37dde038c15f","name":"LightPush: 2 peers, Filter: 1 peers","time":{"start":1728457377682,"stop":1728457377683,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc7cf4e5c38e031b","name":"Push message with numeric payload","time":{"start":1728457510410,"stop":1728457510411,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb2be8c745613b1f","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1728457548043,"stop":1728457548044,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f353e575c971800","name":"Subscribe and receive messages via waku relay post","time":{"start":1728457360301,"stop":1728457360302,"duration":1},"status":"passed","severity":"normal"},{"uid":"2069238e479dd4a5","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app49/8/topic305/utf8","time":{"start":1728457516694,"stop":1728457516695,"duration":1},"status":"passed","severity":"normal"},{"uid":"18de6b4c6f426b85","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728457537146,"stop":1728457537146,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5517e46c52d5f8b","name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","time":{"start":1728457162221,"stop":1728457162221,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c7bed4848a12dc3","name":"Subscribe to topic containing Russian and publish message","time":{"start":1728457490926,"stop":1728457490932,"duration":6},"status":"passed","severity":"normal"},{"uid":"a0b559791112b57","name":"Check message on other pubsub topic is not received","time":{"start":1728457322429,"stop":1728457322433,"duration":4},"status":"passed","severity":"normal"},{"uid":"dc9c89e5efc9f06e","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1728457149126,"stop":1728457149127,"duration":1},"status":"passed","severity":"normal"},{"uid":"dca2e0ddbd0aa23d","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1728457154570,"stop":1728457154571,"duration":1},"status":"passed","severity":"normal"},{"uid":"a312f640bf7348d2","name":"stop","time":{"start":1728457245471,"stop":1728457245471,"duration":0},"status":"passed","severity":"normal"},{"uid":"9511018f34a29d2d","name":"Check message received after nwaku node is restarted","time":{"start":1728457448635,"stop":1728457448636,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f6df45f35b73e4a8","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1728457548042,"stop":1728457548043,"duration":1},"status":"passed","severity":"normal"},{"uid":"d378649c323130fc","name":"should get / set TCP multiaddr","time":{"start":1728457155321,"stop":1728457155321,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f0cca9f731f7f6a","name":"through manual discovery","time":{"start":1728457405294,"stop":1728457405294,"duration":0},"status":"passed","severity":"normal"},{"uid":"eab3192f481f16b9","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728457360313,"stop":1728457360314,"duration":1},"status":"passed","severity":"normal"},{"uid":"db55f79636fe504c","name":"Promise Callback - true","time":{"start":1728457542831,"stop":1728457542831,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c4d3ed0ac7d5870","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1728457632323,"stop":1728457632323,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cea5f4a830e78b8","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1728457289893,"stop":1728457289893,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e2d40648716ff67","name":"should add a peer","time":{"start":1728457186731,"stop":1728457186732,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8e54152c655e432","name":"Subscribe to topic containing short and receive message","time":{"start":1728457537138,"stop":1728457537138,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccae23b6b60476b7","name":"Encoder throws on empty string content topic","time":{"start":1728457162907,"stop":1728457162907,"duration":0},"status":"passed","severity":"normal"},{"uid":"73fe0d36e4f0b090","name":"Push message with content topic containing Russian","time":{"start":1728457473525,"stop":1728457473526,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c2b5e38a5bfc2d5","name":"Push message with Chinese payload","time":{"start":1728457510411,"stop":1728457510417,"duration":6},"status":"passed","severity":"normal"},{"uid":"ed74a13d147b8d80","name":"Push message with Arabic payload","time":{"start":1728457510417,"stop":1728457510419,"duration":2},"status":"passed","severity":"normal"},{"uid":"d39329cd013ab2d7","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1728457170441,"stop":1728457170441,"duration":0},"status":"passed","severity":"normal"},{"uid":"69602883f1df3b9f","name":"Push message with content topic containing Arabic","time":{"start":1728457510450,"stop":1728457510450,"duration":0},"status":"passed","severity":"normal"},{"uid":"b47a46b18f892037","name":"should not fail to stop the service if it was not started","time":{"start":1728457215712,"stop":1728457215712,"duration":0},"status":"passed","severity":"normal"},{"uid":"58efafa494dc4ce2","name":"LightPush","time":{"start":1728457569743,"stop":1728457569743,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ba8360009ef9f97","name":"Query generator for multiple messages with multiple decoders","time":{"start":1728457558859,"stop":1728457558861,"duration":2},"status":"passed","severity":"normal"},{"uid":"d848b72aa3d7a867","name":"throws on content topic with empty topic name field","time":{"start":1728457146547,"stop":1728457146548,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac53e89ca81636f7","name":"Ephemeral field is preserved - encoder v0","time":{"start":1728457211523,"stop":1728457211523,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fa7ccd74e934e64","name":"Check received message containing unicode special characters","time":{"start":1728457448623,"stop":1728457448623,"duration":0},"status":"passed","severity":"normal"},{"uid":"54e334972a80f52a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1728457146574,"stop":1728457146574,"duration":0},"status":"passed","severity":"normal"},{"uid":"55751cfcfaa8d0ac","name":"should not fail to start the service if it is already started","time":{"start":1728457215712,"stop":1728457215713,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f5e65792066c08a","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1728457289939,"stop":1728457289942,"duration":3},"status":"passed","severity":"normal"},{"uid":"b1744e14f73023bc","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728457537129,"stop":1728457537130,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9b06b6b87cd889d","name":"Fails to push message with large meta","time":{"start":1728457473535,"stop":1728457473535,"duration":0},"status":"passed","severity":"normal"},{"uid":"f294fffeece2b323","name":"Waku message hash computation (meta attribute not present)","time":{"start":1728457149127,"stop":1728457149127,"duration":0},"status":"passed","severity":"normal"},{"uid":"13c98faec372ba1e","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1728457289893,"stop":1728457289893,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bb15ca3d0bc0b3c","name":"Check received message containing Arabic","time":{"start":1728457448618,"stop":1728457448618,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdc7cb249bc8524d","name":"Check message with no content topic is not received","time":{"start":1728457448632,"stop":1728457448632,"duration":0},"status":"passed","severity":"normal"},{"uid":"114506a0e1c7f172","name":"LightPush: 1 peers, Filter: 0 peers","time":{"start":1728457377680,"stop":1728457377680,"duration":0},"status":"passed","severity":"normal"},{"uid":"fab6c9a9428d5c05","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1728457360328,"stop":1728457360329,"duration":1},"status":"passed","severity":"normal"},{"uid":"fde1ad5652846020","name":"Check received message containing SQL Injection","time":{"start":1728457448618,"stop":1728457448619,"duration":1},"status":"passed","severity":"normal"},{"uid":"573a170796434c15","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1728457478647,"stop":1728457478648,"duration":1},"status":"passed","severity":"normal"},{"uid":"881cbaf16c99327b","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app10/4/topic299/test.js","time":{"start":1728457516701,"stop":1728457516701,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca0c5fa62bb5eeb5","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1728457562268,"stop":1728457562268,"duration":0},"status":"passed","severity":"normal"},{"uid":"fff0660079d5bb83","name":"Subscribe to topic containing long and receive message","time":{"start":1728457360308,"stop":1728457360309,"duration":1},"status":"passed","severity":"normal"},{"uid":"c62d5d5aedf64c5b","name":"Ping fails for unsubscribed peers","time":{"start":1728457287383,"stop":1728457287384,"duration":1},"status":"passed","severity":"normal"},{"uid":"667341d157d06c18","name":"Push message on custom pubsubTopic","time":{"start":1728457401556,"stop":1728457401556,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8c8cc95092e7f52","name":"should set field with all protocols disabled","time":{"start":1728457155323,"stop":1728457155323,"duration":0},"status":"passed","severity":"normal"},{"uid":"4863e87dc69e84e9","name":"Check received message containing Basic HTML tag","time":{"start":1728457322409,"stop":1728457322409,"duration":0},"status":"passed","severity":"normal"},{"uid":"2624df41ed49aa16","name":"Decoder throws on empty string content topic","time":{"start":1728457162907,"stop":1728457162908,"duration":1},"status":"passed","severity":"normal"},{"uid":"66901d71bd51cce6","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app98/9/topic934/proto","time":{"start":1728457516696,"stop":1728457516698,"duration":2},"status":"passed","severity":"normal"},{"uid":"1b58ffff411ccaa","name":"Push message with meta","time":{"start":1728457473534,"stop":1728457473535,"duration":1},"status":"passed","severity":"normal"},{"uid":"7db9aac3d39257fa","name":"Push message with Script payload","time":{"start":1728457510423,"stop":1728457510424,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b3d2cdc685de56","name":"throws on content topic with non-number generation field","time":{"start":1728457146544,"stop":1728457146545,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdfd7de1a6a9ae8e","name":"Query Generator, Wrong PubsubTopic","time":{"start":1728457536269,"stop":1728457536270,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef910953983d6e33","name":"random static sharding 8 - Cluster ID: 97, Shard ID: 624","time":{"start":1728457528781,"stop":1728457528781,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dcdf2478a0e584b","name":"random static sharding 2 - Cluster ID: 805, Shard ID: 308","time":{"start":1728457528775,"stop":1728457528776,"duration":1},"status":"passed","severity":"normal"},{"uid":"e46c929997c70c8e","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728457537141,"stop":1728457537142,"duration":1},"status":"passed","severity":"normal"},{"uid":"878e4d62e68b3cb6","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289884,"stop":1728457289884,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ca95b747098823b","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app32/1/topic677/test.js","time":{"start":1728457516700,"stop":1728457516700,"duration":0},"status":"passed","severity":"normal"},{"uid":"de0dcb3c4543210a","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1728457490925,"stop":1728457490926,"duration":1},"status":"passed","severity":"normal"},{"uid":"59169a2aaf566a35","name":"Push message with rate limit","time":{"start":1728457510464,"stop":1728457510466,"duration":2},"status":"passed","severity":"normal"},{"uid":"f20a311ae89224c0","name":"Ping succeeds for all connected peers","time":{"start":1728457287382,"stop":1728457287383,"duration":1},"status":"passed","severity":"normal"},{"uid":"42278d234e068827","name":"Store - dialed first","time":{"start":1728457569742,"stop":1728457569742,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7235ebc50e046d","name":"Check publish message after client node is restarted","time":{"start":1728457481312,"stop":1728457481312,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ac91e6bb1acb2ecb","name":"topics with same application and version share the same shard","time":{"start":1728457146562,"stop":1728457146562,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f87e8718b53e72b","name":"Subscribe to topic containing numeric and publish message","time":{"start":1728457490919,"stop":1728457490920,"duration":1},"status":"passed","severity":"normal"},{"uid":"82e74abf4046a725","name":"1 Relay, 1 fetch","time":{"start":1728457170740,"stop":1728457170740,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d9f73fa479dbcf","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1728457402352,"stop":1728457402353,"duration":1},"status":"passed","severity":"normal"},{"uid":"57f0a007abf45bd0","name":"should return the pubsub topic directly if a string is provided","time":{"start":1728457146581,"stop":1728457146581,"duration":0},"status":"passed","severity":"normal"},{"uid":"e408170bd59ef63f","name":"Check received message containing Basic HTML tag","time":{"start":1728457448620,"stop":1728457448620,"duration":0},"status":"passed","severity":"normal"},{"uid":"78b6cabc6a8d5498","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1728457289955,"stop":1728457289957,"duration":2},"status":"passed","severity":"normal"},{"uid":"c2782cd0e9435a44","name":"Check message with no content topic is not received","time":{"start":1728457448613,"stop":1728457448613,"duration":0},"status":"passed","severity":"normal"},{"uid":"dba277181f08f079","name":"Subscribe to topic containing Script and publish message","time":{"start":1728457490933,"stop":1728457490933,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d2a89b2cf712e69","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457401553,"stop":1728457401554,"duration":1},"status":"passed","severity":"normal"},{"uid":"79b57f92717d3660","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728457252528,"stop":1728457252529,"duration":1},"status":"passed","severity":"normal"},{"uid":"2922427703832902","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289890,"stop":1728457289890,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9367e26fd97f00d","name":"can start the service","time":{"start":1728457498404,"stop":1728457498404,"duration":0},"status":"passed","severity":"normal"},{"uid":"d85c985d0812307a","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1728457632324,"stop":1728457632324,"duration":0},"status":"passed","severity":"normal"},{"uid":"37c05db0ea45b437","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1728457162726,"stop":1728457162726,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef896cdea3c76a1f","name":"Subscribe to topic containing XML and receive message","time":{"start":1728457537142,"stop":1728457537144,"duration":2},"status":"passed","severity":"normal"},{"uid":"9a5f8f104454b93b","name":"Push message with Script payload","time":{"start":1728457473514,"stop":1728457473514,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3687bd4ed3c305","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1728457212736,"stop":1728457212737,"duration":1},"status":"passed","severity":"normal"},{"uid":"41599cb1c4b6093b","name":"should use the provided clusterId for the pubsub topic","time":{"start":1728457146584,"stop":1728457146585,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ed782173b94eee1","name":"Check received message containing SQL Injection","time":{"start":1728457448606,"stop":1728457448607,"duration":1},"status":"passed","severity":"normal"},{"uid":"2be5c3f17881e380","name":"Push message with special chars payload","time":{"start":1728457510411,"stop":1728457510411,"duration":0},"status":"passed","severity":"normal"},{"uid":"224549cf2727d6ff","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1728457536280,"stop":1728457536280,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce6be4e08c961459","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728457537146,"stop":1728457537153,"duration":7},"status":"passed","severity":"normal"},{"uid":"e142f6bff7cada14","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1728457478653,"stop":1728457478653,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dca89f8b4bb3a1c","name":"Ordered callback, aborts when callback returns true","time":{"start":1728457558865,"stop":1728457558865,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb96d0c88d820362","name":"Push message with content topic containing XML","time":{"start":1728457473527,"stop":1728457473528,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d88c3af78300f73","name":"Subscribe and receive messages via lightPush","time":{"start":1728457537118,"stop":1728457537119,"duration":1},"status":"passed","severity":"normal"},{"uid":"73449f81263d4ee0","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1728457289907,"stop":1728457289908,"duration":1},"status":"passed","severity":"normal"},{"uid":"562b5aa1a58e1249","name":"LightPush with 2 connections","time":{"start":1728457350092,"stop":1728457350093,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdb9d63196182910","name":"can dial TLS multiaddrs","time":{"start":1728457405293,"stop":1728457405294,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7d260d9e3cea20a","name":"should create a new stream if no existing for protocol found","time":{"start":1728457162211,"stop":1728457162212,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf369a7418287fde","name":"listenerCount","time":{"start":1728457245468,"stop":1728457245468,"duration":0},"status":"passed","severity":"normal"},{"uid":"26303ac89d68f4eb","name":"can start and stop the service","time":{"start":1728457174880,"stop":1728457174880,"duration":0},"status":"passed","severity":"normal"},{"uid":"1778af8ea84f4c05","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1728457146577,"stop":1728457146577,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cae2150b8bf026","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1728457205196,"stop":1728457205204,"duration":8},"status":"passed","severity":"normal"},{"uid":"36a3fd62f7d1db05","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1728457146570,"stop":1728457146570,"duration":0},"status":"passed","severity":"normal"},{"uid":"1da22f49f73fc6c9","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1728457237157,"stop":1728457237158,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ad2a0129bdaf665","name":"Subscribe and receive messages via lightPush","time":{"start":1728457537132,"stop":1728457537133,"duration":1},"status":"passed","severity":"normal"},{"uid":"55bd4383cbf2ba21","name":"should set field with only FILTER enabled","time":{"start":1728457155324,"stop":1728457155324,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb5bdc267d34c40a","name":"Ping on subscribed peer","time":{"start":1728457249551,"stop":1728457249552,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c342e51581d3b6e","name":"Fails to push message bigger that 1MB","time":{"start":1728457510470,"stop":1728457510470,"duration":0},"status":"passed","severity":"normal"},{"uid":"bce5138ab540cece","name":"handles empty shards array correctly","time":{"start":1728457146583,"stop":1728457146584,"duration":1},"status":"passed","severity":"normal"},{"uid":"73a3052eb1a439f9","name":"Check message with no pubsub topic is not received","time":{"start":1728457322433,"stop":1728457322433,"duration":0},"status":"passed","severity":"normal"},{"uid":"5acda0e21e6f9211","name":"should properly create location multiaddrs - udp","time":{"start":1728457155322,"stop":1728457155322,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ad2516b1c47b327","name":"Generator, 2 different pubsubtopics","time":{"start":1728457554121,"stop":1728457554121,"duration":0},"status":"passed","severity":"normal"},{"uid":"f097389bb7f22f0","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728457537145,"stop":1728457537145,"duration":0},"status":"passed","severity":"normal"},{"uid":"204904de885f4d8","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1728457525084,"stop":1728457525087,"duration":3},"status":"passed","severity":"normal"},{"uid":"120d7da3577d0f20","name":"Check received message containing special chars","time":{"start":1728457448617,"stop":1728457448617,"duration":0},"status":"passed","severity":"normal"},{"uid":"5069cca3131fcdf9","name":"Subscribe and receive messages via lightPush","time":{"start":1728457360296,"stop":1728457360297,"duration":1},"status":"passed","severity":"normal"},{"uid":"5cb4f2ef871cbba1","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1728457149128,"stop":1728457149128,"duration":0},"status":"passed","severity":"normal"},{"uid":"941c2aa255cb5759","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1728457146586,"stop":1728457146586,"duration":0},"status":"passed","severity":"normal"},{"uid":"49c1aeda17597831","name":"Throws when trying to push message with empty payload","time":{"start":1728457473519,"stop":1728457473519,"duration":0},"status":"passed","severity":"normal"},{"uid":"7526972054ec44f3","name":"Fails to publish message with wrong content topic","time":{"start":1728457481288,"stop":1728457481299,"duration":11},"status":"passed","severity":"normal"},{"uid":"eea1c7fa27f84ffe","name":"Push message with numeric payload","time":{"start":1728457473508,"stop":1728457473508,"duration":0},"status":"passed","severity":"normal"},{"uid":"3def9edd12cb70ab","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728457537127,"stop":1728457537127,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf119228cc6368ef","name":"Push message with content topic containing Basic HTML tag","time":{"start":1728457473528,"stop":1728457473528,"duration":0},"status":"passed","severity":"normal"},{"uid":"b07f6e17c0c19c78","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1728457146567,"stop":1728457146567,"duration":0},"status":"passed","severity":"normal"},{"uid":"9aefad515aa34df","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1728457536276,"stop":1728457536279,"duration":3},"status":"passed","severity":"normal"},{"uid":"e876ed3a3d3f7339","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1728457146567,"stop":1728457146567,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8b92b15c4206027","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1728457289894,"stop":1728457289894,"duration":0},"status":"passed","severity":"normal"},{"uid":"9634b92dd01a7dd8","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728457351723,"stop":1728457351723,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7a22dbece06b2cb","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1728457146581,"stop":1728457146581,"duration":0},"status":"passed","severity":"normal"},{"uid":"673d3ff0e57ed04f","name":"Check received message containing Chinese","time":{"start":1728457448617,"stop":1728457448617,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1c5d282ffbdcfaa","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728457360311,"stop":1728457360311,"duration":0},"status":"passed","severity":"normal"},{"uid":"6673cb1024bc1f51","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728457280063,"stop":1728457280064,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ee4bb44e67e9f40","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728457360328,"stop":1728457360328,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d0acf3ce21734a8","name":"Check message with no content topic is not received","time":{"start":1728457322433,"stop":1728457322433,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc70be203981a8f5","name":"Check message with non string payload is not received","time":{"start":1728457322436,"stop":1728457322436,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5f925171bf365fb","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728457360314,"stop":1728457360314,"duration":0},"status":"passed","severity":"normal"},{"uid":"32096188204a0972","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289985,"stop":1728457289990,"duration":5},"status":"passed","severity":"normal"},{"uid":"ed1a1eff1660eade","name":"should remove a peer","time":{"start":1728457186732,"stop":1728457186732,"duration":0},"status":"passed","severity":"normal"},{"uid":"6859fcfd2f299d30","name":"Query generator for multiple messages","time":{"start":1728457558858,"stop":1728457558858,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7a8398465be5548","name":"Query generator for multiple messages with different content topic format","time":{"start":1728457558862,"stop":1728457558863,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbef932e29bf8394","name":"Push message with long payload","time":{"start":1728457510410,"stop":1728457510410,"duration":0},"status":"passed","severity":"normal"},{"uid":"9975f844310d7ac","name":"Decoder throws on empty string content topic","time":{"start":1728457181105,"stop":1728457181106,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd56039822dfb289","name":"LightPush: 0 peers, Filter: 3 peers","time":{"start":1728457377680,"stop":1728457377680,"duration":0},"status":"passed","severity":"normal"},{"uid":"94d4b0df987c8604","name":"LightPush: 3 peers, Filter: 3 peers","time":{"start":1728457377687,"stop":1728457377687,"duration":0},"status":"passed","severity":"normal"},{"uid":"a494ce0aeaf353ce","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728457401556,"stop":1728457401557,"duration":1},"status":"passed","severity":"normal"},{"uid":"6eddd0eeff2eb50","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728457537122,"stop":1728457537123,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ace9f35c101bd0d","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1728457146585,"stop":1728457146585,"duration":0},"status":"passed","severity":"normal"},{"uid":"2968aad0dcba3823","name":"Push message with content topic containing Chinese","time":{"start":1728457510449,"stop":1728457510450,"duration":1},"status":"passed","severity":"normal"},{"uid":"136911800530e215","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728457537125,"stop":1728457537126,"duration":1},"status":"passed","severity":"normal"},{"uid":"609437cc86cd2203","name":"Ping on subscribed peer","time":{"start":1728457250837,"stop":1728457250837,"duration":0},"status":"passed","severity":"normal"},{"uid":"507b6946ecd2b23f","name":"Passing cursor with wrong pubsubTopic","time":{"start":1728457525094,"stop":1728457525095,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ef5616ebf9b5c8b","name":"can start the service","time":{"start":1728457174879,"stop":1728457174880,"duration":1},"status":"passed","severity":"normal"},{"uid":"74513d589de39c1d","name":"isConnected should return false after all peers disconnect","time":{"start":1728457237159,"stop":1728457237159,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b5d9048f092fee9","name":"Used by Waku Relay","time":{"start":1728457604302,"stop":1728457604302,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad868a986bd61376","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1728457170445,"stop":1728457170445,"duration":0},"status":"passed","severity":"normal"},{"uid":"293420e3eecf90e8","name":"Ping on peer without subscriptions","time":{"start":1728457250837,"stop":1728457250843,"duration":6},"status":"passed","severity":"normal"},{"uid":"58090498d1460d8a","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1728457481270,"stop":1728457481271,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4ef62fd45fa9d2a","name":"should return true when peers exist","time":{"start":1728457186733,"stop":1728457186734,"duration":1},"status":"passed","severity":"normal"},{"uid":"e763b1a6f07fcae6","name":"Check publish message containing XML","time":{"start":1728457481260,"stop":1728457481261,"duration":1},"status":"passed","severity":"normal"},{"uid":"8af5d58f3175098d","name":"getPeersByDiscovery","time":{"start":1728457486605,"stop":1728457486605,"duration":0},"status":"passed","severity":"normal"},{"uid":"d567a1e7b6d5ca1a","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728457360324,"stop":1728457360325,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa534ec383e385c8","name":"Passing invalid cursor","time":{"start":1728457525093,"stop":1728457525094,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ce7598a431a7abc","name":"should handle corrupted local storage data gracefully","time":{"start":1728457174884,"stop":1728457174884,"duration":0},"status":"passed","severity":"normal"},{"uid":"872387736843e34b","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1728457146560,"stop":1728457146560,"duration":0},"status":"passed","severity":"normal"},{"uid":"f51db7e8ee0f289b","name":"Reusing cursor across nodes","time":{"start":1728457525092,"stop":1728457525093,"duration":1},"status":"passed","severity":"normal"},{"uid":"aed1d645b22dfb81","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1728457252531,"stop":1728457252531,"duration":0},"status":"passed","severity":"normal"},{"uid":"b101bae0a36ad4e","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1728457289994,"stop":1728457290000,"duration":6},"status":"passed","severity":"normal"},{"uid":"9024f58ac1942535","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728457360311,"stop":1728457360313,"duration":2},"status":"passed","severity":"normal"},{"uid":"d595aaf756697174","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1728457490932,"stop":1728457490932,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdceff2582cb51c3","name":"Check received message containing XML","time":{"start":1728457322408,"stop":1728457322408,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbf49c79901be1a6","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1728457289946,"stop":1728457289946,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bb631e396895cae","name":"Push message with content topic containing Arabic","time":{"start":1728457473522,"stop":1728457473525,"duration":3},"status":"passed","severity":"normal"},{"uid":"bebada0d9bef9c6e","name":"Subscribe to topic containing XML and receive message","time":{"start":1728457360315,"stop":1728457360315,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7d3620c00be86c4","name":"Check received message containing Basic HTML tag","time":{"start":1728457448608,"stop":1728457448608,"duration":0},"status":"passed","severity":"normal"},{"uid":"efc98089865ebae4","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1728457212733,"stop":1728457212734,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b689319a37ab420","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1728457289892,"stop":1728457289893,"duration":1},"status":"passed","severity":"normal"},{"uid":"948755bc625b083f","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1728457162726,"stop":1728457162726,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcbd8bb5af2d5b6b","name":"Check meta is set [ecies]","time":{"start":1728457182793,"stop":1728457182793,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1d18f4de0574272","name":"Push message with meta","time":{"start":1728457510462,"stop":1728457510463,"duration":1},"status":"passed","severity":"normal"},{"uid":"2433548d60416d0b","name":"LightPush: 1 peers, Filter: 2 peers","time":{"start":1728457377681,"stop":1728457377681,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1d5bb43744e621a","name":"should not receive a peer event before start","time":{"start":1728457215713,"stop":1728457215719,"duration":6},"status":"passed","severity":"normal"},{"uid":"591ebada4039541b","name":"Push message with escaped characters payload","time":{"start":1728457510437,"stop":1728457510438,"duration":1},"status":"passed","severity":"normal"},{"uid":"3eff342259669288","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1728457490913,"stop":1728457490913,"duration":0},"status":"passed","severity":"normal"},{"uid":"395d90daafe2d50f","name":"should only return 1 node with relay capability","time":{"start":1728457170944,"stop":1728457170944,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbe9bbe2f9c6c63b","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728457280062,"stop":1728457280063,"duration":1},"status":"passed","severity":"normal"},{"uid":"95959c78a7594d2e","name":"should not receive a peer event after stop","time":{"start":1728457498413,"stop":1728457498413,"duration":0},"status":"passed","severity":"normal"},{"uid":"8211fb48e12a833d","name":"should not fail to start the service if it is already started","time":{"start":1728457498411,"stop":1728457498412,"duration":1},"status":"passed","severity":"normal"},{"uid":"f871c98c8f2f494b","name":"should properly create location multiaddrs - tcp6","time":{"start":1728457155322,"stop":1728457155322,"duration":0},"status":"passed","severity":"normal"},{"uid":"2aa61ea7fd55f7ac","name":"random static sharding 10 - Cluster ID: 530, Shard ID: 70","time":{"start":1728457528782,"stop":1728457528782,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fe037d1b8cfc449","name":"Check publish message containing JSON","time":{"start":1728457481263,"stop":1728457481263,"duration":0},"status":"passed","severity":"normal"},{"uid":"1367d8c417c5950f","name":"Subscribe to topic containing long and receive message","time":{"start":1728457537138,"stop":1728457537139,"duration":1},"status":"passed","severity":"normal"},{"uid":"6102d14e457e4c3","name":"should reject if Filter is requested but not mounted","time":{"start":1728457186696,"stop":1728457186697,"duration":1},"status":"passed","severity":"normal"},{"uid":"54c9e3dfc0ea609a","name":"should emit a peer event after start","time":{"start":1728457498412,"stop":1728457498412,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1d3377f018f92a7","name":"Push message with content topic containing short","time":{"start":1728457510440,"stop":1728457510444,"duration":4},"status":"passed","severity":"normal"},{"uid":"ac295f4bf8f005f4","name":"Push message with special chars payload","time":{"start":1728457473508,"stop":1728457473509,"duration":1},"status":"passed","severity":"normal"},{"uid":"272da3ae2ceed5ca","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1728457237157,"stop":1728457237157,"duration":0},"status":"passed","severity":"normal"},{"uid":"62ca653fcc003b72","name":"Push message with content topic containing short","time":{"start":1728457473519,"stop":1728457473520,"duration":1},"status":"passed","severity":"normal"},{"uid":"c46e52ad4f2665c","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1728457154570,"stop":1728457154570,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba76b4e304533332","name":"Query with Ordered Callback, No message returned","time":{"start":1728457536281,"stop":1728457536281,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f8a9c862b45294c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457401558,"stop":1728457401571,"duration":13},"status":"passed","severity":"normal"},{"uid":"ed05d1a9943e9bab","name":"Reopen subscription with peer with lost subscription","time":{"start":1728457250836,"stop":1728457250837,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e052e0ad98402a9","name":"should throw error - no id","time":{"start":1728457155313,"stop":1728457155313,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb113150159cea87","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1728457290000,"stop":1728457290006,"duration":6},"status":"passed","severity":"normal"},{"uid":"3b948aab391cc241","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1728457146584,"stop":1728457146584,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7d887364bf3ea06","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457554120,"stop":1728457554120,"duration":0},"status":"passed","severity":"normal"},{"uid":"9413e2cf073189ac","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app80/9/topic963/xml","time":{"start":1728457516703,"stop":1728457516705,"duration":2},"status":"passed","severity":"normal"},{"uid":"b41666cc26d4c085","name":"it tolerates circular branch references","time":{"start":1728457170942,"stop":1728457170943,"duration":1},"status":"passed","severity":"normal"},{"uid":"77f077597ac1984f","name":"unsubscribes","time":{"start":1728457556084,"stop":1728457556088,"duration":4},"status":"passed","severity":"normal"},{"uid":"692ea5adf394b193","name":"should reject if Store is requested but not mounted","time":{"start":1728457186695,"stop":1728457186696,"duration":1},"status":"passed","severity":"normal"},{"uid":"af8efa7acda415a6","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1728457146586,"stop":1728457146586,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7ad77a52444dca3","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728457351725,"stop":1728457351727,"duration":2},"status":"passed","severity":"normal"},{"uid":"3176068c7fe3a254","name":"Query Generator, Multiple PubsubTopics","time":{"start":1728457536270,"stop":1728457536272,"duration":2},"status":"passed","severity":"normal"},{"uid":"ec54364132608f12","name":"Check received message containing Arabic","time":{"start":1728457322404,"stop":1728457322404,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa4bbe59fa379e2a","name":"Check publish message containing Russian","time":{"start":1728457481255,"stop":1728457481255,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b06d9d44252ec34","name":"Init the array if not present","time":{"start":1728457146184,"stop":1728457146186,"duration":2},"status":"passed","severity":"normal"},{"uid":"5f7dc6d95a7f2a7d","name":"Check received message containing short","time":{"start":1728457448615,"stop":1728457448616,"duration":1},"status":"passed","severity":"normal"},{"uid":"844bf1a733e96945","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1728457146573,"stop":1728457146573,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2839027b2ed2808","name":"Subscribe to topic containing special chars and publish message","time":{"start":1728457490921,"stop":1728457490923,"duration":2},"status":"passed","severity":"normal"},{"uid":"ab1cde0a195b5b86","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1728457632324,"stop":1728457632324,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf7e2bb16f0537e","name":"LightPush: 2 peers, Filter: 3 peers","time":{"start":1728457377683,"stop":1728457377684,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dd91e346b9a7add","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1728457632322,"stop":1728457632323,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ea5796d8c89bc83","name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","time":{"start":1728457162220,"stop":1728457162221,"duration":1},"status":"passed","severity":"normal"},{"uid":"179995afaab0f740","name":"random static sharding 5 - Cluster ID: 950, Shard ID: 136","time":{"start":1728457528779,"stop":1728457528779,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d6095961223e65a","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1728457289907,"stop":1728457289907,"duration":0},"status":"passed","severity":"normal"},{"uid":"2dcdcee1b315eaf2","name":"Push message with content topic containing SQL Injection","time":{"start":1728457473526,"stop":1728457473526,"duration":0},"status":"passed","severity":"normal"},{"uid":"f06bf444e3adc8d7","name":"Push message with short payload","time":{"start":1728457510407,"stop":1728457510409,"duration":2},"status":"passed","severity":"normal"},{"uid":"ff8356a230174871","name":"Check message with invalid timestamp is not received","time":{"start":1728457448629,"stop":1728457448631,"duration":2},"status":"passed","severity":"normal"},{"uid":"a4beb64d8e569630","name":"Should update shard info","time":{"start":1728457405734,"stop":1728457405735,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c3e9ca11b07d4d9","name":"Subscribe and receive messages via waku relay post","time":{"start":1728457537120,"stop":1728457537121,"duration":1},"status":"passed","severity":"normal"},{"uid":"89e775e939ddb574","name":"Check received message with timestamp: 1728457204567 ","time":{"start":1728457448624,"stop":1728457448625,"duration":1},"status":"passed","severity":"normal"},{"uid":"feae5d8913bf786c","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1728457287386,"stop":1728457287386,"duration":0},"status":"passed","severity":"normal"},{"uid":"788253022b7a0ce2","name":"1 Relay, 1 Filter, gives up","time":{"start":1728457170741,"stop":1728457170741,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca480ade86f006a0","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1728457525087,"stop":1728457525088,"duration":1},"status":"passed","severity":"normal"},{"uid":"6384947cefb93a05","name":"Push message with content topic containing JSON","time":{"start":1728457473531,"stop":1728457473532,"duration":1},"status":"passed","severity":"normal"},{"uid":"86423bb2cfe9c40f","name":"should use DNS peer discovery with light client","time":{"start":1728457215720,"stop":1728457215721,"duration":1},"status":"skipped","severity":"normal"},{"uid":"8ed25c19ef8a7b8f","name":"Check publish message after service node is restarted","time":{"start":1728457481311,"stop":1728457481311,"duration":0},"status":"skipped","severity":"normal"},{"uid":"abc3cf6295df5d89","name":"Encoder throws on empty string content topic","time":{"start":1728457181104,"stop":1728457181105,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4564b03e48f5f6e","name":"should wait for Store peer to be connected","time":{"start":1728457186699,"stop":1728457186700,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5fbb37a54c308e3","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728457537154,"stop":1728457537155,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca9bb617211934cc","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1728457146575,"stop":1728457146576,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fb74fe57c2b452a","name":"can start and stop the service","time":{"start":1728457215711,"stop":1728457215712,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7d043ba63722ae7","name":"Accepts a valid Waku Message","time":{"start":1728457190059,"stop":1728457190060,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f684ed1532cfecc","name":"Query Generator, No Decoder","time":{"start":1728457536273,"stop":1728457536275,"duration":2},"status":"passed","severity":"normal"},{"uid":"3145045e5db22bae","name":"Relay + Store","time":{"start":1728457155325,"stop":1728457155325,"duration":0},"status":"passed","severity":"normal"},{"uid":"40d8f43af9edf558","name":"Check message with non string payload is not received","time":{"start":1728457448633,"stop":1728457448634,"duration":1},"status":"passed","severity":"normal"},{"uid":"21c4ec508630e1a9","name":"Meta field set when metaSetter is specified","time":{"start":1728457162906,"stop":1728457162906,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a2f0c825e307e71","name":"Check received message containing unicode special characters","time":{"start":1728457322422,"stop":1728457322425,"duration":3},"status":"passed","severity":"normal"},{"uid":"f2640080b03e15ce","name":"should throw error - invalid id","time":{"start":1728457155314,"stop":1728457155314,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3ccb230f078d794","name":"Push message equal or less that 1MB","time":{"start":1728457510468,"stop":1728457510469,"duration":1},"status":"passed","severity":"normal"},{"uid":"3714b782d5ee7af5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1728457289888,"stop":1728457289889,"duration":1},"status":"passed","severity":"normal"},{"uid":"dade81ba7cf8cbc8","name":"Push message with Basic HTML tag payload","time":{"start":1728457510427,"stop":1728457510428,"duration":1},"status":"passed","severity":"normal"},{"uid":"40591dd5adb58380","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1728457146578,"stop":1728457146578,"duration":0},"status":"passed","severity":"normal"},{"uid":"984db87c3600102a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1728457146575,"stop":1728457146575,"duration":0},"status":"passed","severity":"normal"},{"uid":"1876940c797afa4d","name":"Push message with content topic containing Basic HTML tag","time":{"start":1728457510456,"stop":1728457510456,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe778afcb0fa47bf","name":"handles different networkShards values correctly","time":{"start":1728457146563,"stop":1728457146563,"duration":0},"status":"passed","severity":"normal"},{"uid":"475ac76e94c34068","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app0/4/topic980/proto","time":{"start":1728457516701,"stop":1728457516703,"duration":2},"status":"passed","severity":"normal"},{"uid":"430d0d62cde3bf18","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1728457478648,"stop":1728457478649,"duration":1},"status":"passed","severity":"normal"},{"uid":"58050aba6bcdc7e9","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1728457490912,"stop":1728457490912,"duration":0},"status":"passed","severity":"normal"},{"uid":"f82e88fd1bf000aa","name":"Check received message with timestamp: 1728457204468000000 ","time":{"start":1728457322426,"stop":1728457322426,"duration":0},"status":"passed","severity":"normal"},{"uid":"83592cba1a262aaa","name":"Ping on unsubscribed peer","time":{"start":1728457250848,"stop":1728457250848,"duration":0},"status":"passed","severity":"normal"},{"uid":"a587b2e1f8f1e119","name":"Callback on promise","time":{"start":1728457558863,"stop":1728457558863,"duration":0},"status":"passed","severity":"normal"},{"uid":"148226d642cb8cd1","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728457351724,"stop":1728457351724,"duration":0},"status":"passed","severity":"normal"},{"uid":"77e5615771c8e264","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457554121,"stop":1728457554122,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b0b274dbf12f870","name":"Push message with Russian payload","time":{"start":1728457473510,"stop":1728457473510,"duration":0},"status":"passed","severity":"normal"},{"uid":"dddf3ffab86642d0","name":"Push message with content topic containing Chinese","time":{"start":1728457473522,"stop":1728457473522,"duration":0},"status":"passed","severity":"normal"},{"uid":"e43fef0de79809e8","name":"should properly create peer info with all multiaddrs","time":{"start":1728457155322,"stop":1728457155323,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca6612e7e46e93d5","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1728457146557,"stop":1728457146558,"duration":1},"status":"passed","severity":"normal"},{"uid":"1377a7f738b844fc","name":"Fails to push message with empty content topic","time":{"start":1728457473534,"stop":1728457473534,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dd7c6171ba895e0","name":"Push message with content topic containing special chars","time":{"start":1728457473522,"stop":1728457473522,"duration":0},"status":"passed","severity":"normal"},{"uid":"236bad17c282d88","name":"should return the correct number of peers","time":{"start":1728457186733,"stop":1728457186733,"duration":0},"status":"passed","severity":"normal"},{"uid":"20f2623b6756f067","name":"Decoder throws on undefined content topic","time":{"start":1728457162907,"stop":1728457162907,"duration":0},"status":"passed","severity":"normal"},{"uid":"a433a6dcb8196761","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728457537134,"stop":1728457537135,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4a80d0adc466794","name":"Check message received after jswaku node is restarted","time":{"start":1728457448635,"stop":1728457448635,"duration":0},"status":"skipped","severity":"normal"},{"uid":"226bb57fbf0989ce","name":"Push message with content topic containing numeric","time":{"start":1728457473521,"stop":1728457473521,"duration":0},"status":"passed","severity":"normal"},{"uid":"97c4874087419224","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1728457289905,"stop":1728457289905,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca302524d9efd4bb","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1728457481299,"stop":1728457481300,"duration":1},"status":"passed","severity":"normal"},{"uid":"653b6185f7980fd6","name":"Check received message with timestamp: 1728457204567 ","time":{"start":1728457448611,"stop":1728457448611,"duration":0},"status":"passed","severity":"normal"},{"uid":"984ef74edf71f0f","name":"Fails to push message with empty content topic","time":{"start":1728457510461,"stop":1728457510462,"duration":1},"status":"passed","severity":"normal"},{"uid":"77c278eef297ddea","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728457537144,"stop":1728457537145,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1f4eb0dfa5bb4","name":"Check message on other pubsub topic is not received","time":{"start":1728457448631,"stop":1728457448631,"duration":0},"status":"passed","severity":"normal"},{"uid":"80e510d7e77b0fc0","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728457351730,"stop":1728457351730,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f408fe09dcce726","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728457537133,"stop":1728457537133,"duration":0},"status":"passed","severity":"normal"},{"uid":"64fed4b41b426134","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728457537153,"stop":1728457537154,"duration":1},"status":"passed","severity":"normal"},{"uid":"b519794c2a855d13","name":"should decode valid enr with tcp successfully","time":{"start":1728457155312,"stop":1728457155313,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0355393fa48681a","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728457537128,"stop":1728457537128,"duration":0},"status":"passed","severity":"normal"},{"uid":"acebc0eaa456f4f0","name":"Subscribe to topic containing Script and receive message","time":{"start":1728457537127,"stop":1728457537128,"duration":1},"status":"passed","severity":"normal"},{"uid":"15a648300aef833d","name":"Relay","time":{"start":1728457211432,"stop":1728457211432,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9a0d44ed46057fd","name":"Publish message with large meta","time":{"start":1728457481312,"stop":1728457481312,"duration":0},"status":"passed","severity":"normal"},{"uid":"de1cb9889155db5f","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728457280061,"stop":1728457280062,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b8ef54fc2751532","name":"should emit a peer event after start","time":{"start":1728457215713,"stop":1728457215713,"duration":0},"status":"passed","severity":"normal"},{"uid":"f50a328ae9a9a8bd","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1728457289895,"stop":1728457289896,"duration":1},"status":"passed","severity":"normal"},{"uid":"d49e2a7002f0bfad","name":"Check received message containing short","time":{"start":1728457322390,"stop":1728457322391,"duration":1},"status":"passed","severity":"normal"},{"uid":"fcc35ff7f5797d0d","name":"Passing page size 10 when there are 10 messages","time":{"start":1728457555213,"stop":1728457555213,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcc5b561801891af","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1728457490936,"stop":1728457490944,"duration":8},"status":"passed","severity":"normal"},{"uid":"831737c148b21fcc","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728457360297,"stop":1728457360298,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6f1c4d9246df898","name":"should not receive a peer event before start","time":{"start":1728457498412,"stop":1728457498412,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed5ba60f0b906b64","name":"Subscribe to topic containing short and publish message","time":{"start":1728457490915,"stop":1728457490917,"duration":2},"status":"passed","severity":"normal"},{"uid":"fc8e9a8e43f88566","name":"Check message with invalid timestamp is not received","time":{"start":1728457322429,"stop":1728457322429,"duration":0},"status":"passed","severity":"normal"},{"uid":"a036b690bffdc93b","name":"same cluster, same shard: nodes connect","time":{"start":1728457402355,"stop":1728457402355,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2c9601958f0c38e","name":"Round trip binary serialization","time":{"start":1728457162905,"stop":1728457162906,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb52febca71fcbe9","name":"Check received message containing numeric","time":{"start":1728457448616,"stop":1728457448617,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7dd776144775c6","name":"LightPush: 3 peers, Filter: 2 peers","time":{"start":1728457377686,"stop":1728457377687,"duration":1},"status":"passed","severity":"normal"},{"uid":"99bf38ce7ad27117","name":"removeEventListener with wrong event","time":{"start":1728457245463,"stop":1728457245463,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3679815aa3248e7","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1728457174884,"stop":1728457174884,"duration":0},"status":"passed","severity":"normal"},{"uid":"e317960c8ad8b9d4","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1728457146561,"stop":1728457146561,"duration":0},"status":"passed","severity":"normal"},{"uid":"e55c452716f2ca39","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728457351727,"stop":1728457351728,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5124e2e7ef5866e","name":"should throw an error for missing required configuration","time":{"start":1728457146568,"stop":1728457146569,"duration":1},"status":"passed","severity":"normal"},{"uid":"96e0901d45089879","name":"should throw error - no public key","time":{"start":1728457155315,"stop":1728457155315,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dc56e5c68be31c","name":"Check received message containing Russian","time":{"start":1728457448618,"stop":1728457448618,"duration":0},"status":"passed","severity":"normal"},{"uid":"2221abcd7df09d04","name":"shard 0","time":{"start":1728457528768,"stop":1728457528768,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d8c6f0d320b6263","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1728457146566,"stop":1728457146566,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7ba963d30598ed9","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1728457146565,"stop":1728457146565,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb606d6a78c29567","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1728457212735,"stop":1728457212736,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3b5e90c9fabdebe","name":"Relay + Store","time":{"start":1728457211432,"stop":1728457211433,"duration":1},"status":"passed","severity":"normal"},{"uid":"78b2f1111e123982","name":"Subscribe to topic containing shell command and publish message","time":{"start":1728457490934,"stop":1728457490935,"duration":1},"status":"passed","severity":"normal"},{"uid":"358f0cc5e32d47b7","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1728457146569,"stop":1728457146569,"duration":0},"status":"passed","severity":"normal"},{"uid":"6719cdcd58cff227","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1728457237156,"stop":1728457237156,"duration":0},"status":"passed","severity":"normal"},{"uid":"db17361086df3cd9","name":"Passing page size 110 when there are 120 messages","time":{"start":1728457555214,"stop":1728457555214,"duration":0},"status":"passed","severity":"normal"},{"uid":"daa939d7c93e0372","name":"Rejects garbage","time":{"start":1728457190061,"stop":1728457190061,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecaee344068dbfee","name":"Reopen subscription with peer with lost subscription","time":{"start":1728457249554,"stop":1728457249555,"duration":1},"status":"passed","severity":"normal"},{"uid":"e58213e42ab9647c","name":"Check received message containing Russian","time":{"start":1728457322404,"stop":1728457322405,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cea21dcedd17365","name":"Fails to push message with large meta","time":{"start":1728457510463,"stop":1728457510463,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f24cb2c383d280a","name":"Check received message containing emoji","time":{"start":1728457322425,"stop":1728457322425,"duration":0},"status":"passed","severity":"normal"},{"uid":"66f32465db910daa","name":"Light Node - default protocols","time":{"start":1728457569743,"stop":1728457569744,"duration":1},"status":"passed","severity":"normal"},{"uid":"7dcd3a45cc2afd88","name":"can start and stop the service","time":{"start":1728457498405,"stop":1728457498410,"duration":5},"status":"passed","severity":"normal"},{"uid":"6dcdec593932e3cf","name":"Check received message containing XML","time":{"start":1728457448607,"stop":1728457448608,"duration":1},"status":"passed","severity":"normal"},{"uid":"2454d1d585fdf1b2","name":"getPeersByDiscovery","time":{"start":1728457245463,"stop":1728457245468,"duration":5},"status":"passed","severity":"normal"},{"uid":"4d4f5e9539b0b9d1","name":"should not receive a peer event after stop","time":{"start":1728457215719,"stop":1728457215720,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0b48e10422e4e10","name":"Check publish message containing long","time":{"start":1728457481246,"stop":1728457481247,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bb099c1220d9148","name":"does not throw on valid cases","time":{"start":1728457146542,"stop":1728457146543,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca5abf3529f7900c","name":"Push message with shell command payload","time":{"start":1728457510437,"stop":1728457510437,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c78bda8f02dc0c9","name":"peer:update - should do nothing if another protocol hit","time":{"start":1728457162216,"stop":1728457162217,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8b33439af3819db","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728457448627,"stop":1728457448629,"duration":2},"status":"passed","severity":"normal"},{"uid":"57ff22ad4cc8faab","name":"Waku message hash computation (payload length 0)","time":{"start":1728457149127,"stop":1728457149128,"duration":1},"status":"passed","severity":"normal"},{"uid":"96a6fb8f074bafb7","name":"isConnected return false after peer stops","time":{"start":1728457237160,"stop":1728457237160,"duration":0},"status":"passed","severity":"normal"},{"uid":"3260692ede7648b","name":"Encoder throws on undefined content topic","time":{"start":1728457182794,"stop":1728457182794,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5409017be554ecd","name":"should set field with only RELAY enabled","time":{"start":1728457155323,"stop":1728457155324,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba2a1b73fd1cf9c8","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1728457154571,"stop":1728457154571,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f59afce6fd14c58","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1728457289925,"stop":1728457289931,"duration":6},"status":"passed","severity":"normal"},{"uid":"ed409387608210d5","name":"random static sharding 3 - Cluster ID: 499, Shard ID: 766","time":{"start":1728457528777,"stop":1728457528778,"duration":1},"status":"passed","severity":"normal"},{"uid":"1be83f180ca35c99","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728457537139,"stop":1728457537139,"duration":0},"status":"passed","severity":"normal"},{"uid":"143aa5dc1d0af474","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1728457562268,"stop":1728457562268,"duration":0},"status":"passed","severity":"normal"},{"uid":"340a1c3071270148","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728457537136,"stop":1728457537136,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1ed86f83e5922ce","name":"Passing an array","time":{"start":1728457604301,"stop":1728457604301,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ebccde63991f46d","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728457280060,"stop":1728457280061,"duration":1},"status":"passed","severity":"normal"},{"uid":"9623ef591a976f21","name":"Nodes with multiple pubsub topic","time":{"start":1728457478653,"stop":1728457478653,"duration":0},"status":"passed","severity":"normal"},{"uid":"26aac211c46430e3","name":"Query Generator, No message returned","time":{"start":1728457536275,"stop":1728457536276,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8fba1d745dd345b","name":"Push message with content topic containing unicode special characters","time":{"start":1728457510459,"stop":1728457510460,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb73eafbd6e21e8d","name":"1 Store, 2 fetches","time":{"start":1728457170740,"stop":1728457170741,"duration":1},"status":"passed","severity":"normal"},{"uid":"20b48ab1ce1f1261","name":"different cluster, same shard: nodes don't connect","time":{"start":1728457402356,"stop":1728457402357,"duration":1},"status":"passed","severity":"normal"},{"uid":"384154b91e315eda","name":"Fails to push message bigger that 1MB","time":{"start":1728457473545,"stop":1728457473546,"duration":1},"status":"passed","severity":"normal"},{"uid":"92db22f33e0d8c01","name":"returns only open connection if one present","time":{"start":1728457162256,"stop":1728457162259,"duration":3},"status":"passed","severity":"normal"},{"uid":"7977ecf4427cefa2","name":"Check received message with timestamp: 1728457204567000000 ","time":{"start":1728457448624,"stop":1728457448624,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bdd647db440ba61","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1728457146559,"stop":1728457146560,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf3c8e55cb5fab14","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1728457252528,"stop":1728457252528,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4bc86284f3061c4","name":"Check received message containing long","time":{"start":1728457448616,"stop":1728457448616,"duration":0},"status":"passed","severity":"normal"},{"uid":"7de81343fd48ff31","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728457448625,"stop":1728457448625,"duration":0},"status":"passed","severity":"normal"},{"uid":"76cd90f594b1851b","name":"Push message with SQL Injection payload","time":{"start":1728457510422,"stop":1728457510423,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ee536cfb395066","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1728457146561,"stop":1728457146561,"duration":0},"status":"passed","severity":"normal"},{"uid":"c74679a369fac640","name":"Check publish message containing shell command","time":{"start":1728457481264,"stop":1728457481265,"duration":1},"status":"passed","severity":"normal"},{"uid":"37389881f0fd3336","name":"Check received message containing shell command","time":{"start":1728457448609,"stop":1728457448609,"duration":0},"status":"passed","severity":"normal"},{"uid":"74ce1f7800ccb20d","name":"A test","time":{"start":1728457377822,"stop":1728457377822,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d634e1ec7a7bc81","name":"Publish message with rate limit","time":{"start":1728457481312,"stop":1728457481313,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca5201ddb3f64026","name":"Push message with unicode special characters payload","time":{"start":1728457510438,"stop":1728457510438,"duration":0},"status":"passed","severity":"normal"},{"uid":"82d9d2924159bf15","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1728457146566,"stop":1728457146567,"duration":1},"status":"passed","severity":"normal"},{"uid":"14c72016fc09b18c","name":"should fail to send if no connections available","time":{"start":1728457371025,"stop":1728457371025,"duration":0},"status":"passed","severity":"normal"},{"uid":"b71e48747ece29df","name":"LightPush with 0 connections","time":{"start":1728457350090,"stop":1728457350090,"duration":0},"status":"passed","severity":"normal"},{"uid":"361b503e3b8b2224","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1728457146577,"stop":1728457146577,"duration":0},"status":"passed","severity":"normal"},{"uid":"677a25d630468fcc","name":"Push message with escaped characters payload","time":{"start":1728457473516,"stop":1728457473516,"duration":0},"status":"passed","severity":"normal"},{"uid":"412fbacd84aa265","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1728457146559,"stop":1728457146559,"duration":0},"status":"passed","severity":"normal"},{"uid":"261abe0423d2d07","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1728457562264,"stop":1728457562266,"duration":2},"status":"passed","severity":"normal"},{"uid":"d93c9dcc5615646c","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728457537140,"stop":1728457537140,"duration":0},"status":"passed","severity":"normal"},{"uid":"259bde9983a29b06","name":"should reject if WakuNode is not started","time":{"start":1728457186692,"stop":1728457186694,"duration":2},"status":"passed","severity":"normal"},{"uid":"bd50ec330560b59b","name":"should throw if no connection provided","time":{"start":1728457162209,"stop":1728457162211,"duration":2},"status":"passed","severity":"normal"},{"uid":"fab3368d1fc806ed","name":"Check received message containing JSON","time":{"start":1728457322409,"stop":1728457322409,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5e341e77390743d","name":"Check received message containing Russian","time":{"start":1728457448605,"stop":1728457448606,"duration":1},"status":"passed","severity":"normal"},{"uid":"93aaab002d98bc85","name":"Publish message with custom timestamp: Wed Oct 09 2024 08:04:33 GMT+0000 (Coordinated Universal Time)","time":{"start":1728457481274,"stop":1728457481278,"duration":4},"status":"passed","severity":"normal"},{"uid":"a680b2d37e4238a6","name":"Check received message containing numeric","time":{"start":1728457448602,"stop":1728457448603,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa9135bf3ef3736f","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1728457516706,"stop":1728457516707,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee113b4c8dde2680","name":"Check received message containing Script","time":{"start":1728457322405,"stop":1728457322406,"duration":1},"status":"passed","severity":"normal"},{"uid":"9612b15b4ee7cf63","name":"Check received message containing emoji","time":{"start":1728457448623,"stop":1728457448624,"duration":1},"status":"passed","severity":"normal"},{"uid":"af4784c5fdb0d27a","name":"should load peers from local storage and dispatch events","time":{"start":1728457174883,"stop":1728457174884,"duration":1},"status":"passed","severity":"normal"},{"uid":"8695a8c76a913c4d","name":"should wait for Filter peer to be connected","time":{"start":1728457186698,"stop":1728457186699,"duration":1},"status":"passed","severity":"normal"},{"uid":"5765ddd4dad2e758","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728457537126,"stop":1728457537126,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bd898e8a79c0815","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1728457146564,"stop":1728457146564,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd1ed090f756251","name":"Query with Ordered Callback, No Decoder","time":{"start":1728457536280,"stop":1728457536280,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6d5cca9b06184e4","name":"LightPush: 3 peers, Filter: 0 peers","time":{"start":1728457377685,"stop":1728457377685,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b8b112e6449f432","name":"returns all values when wanted number matches available values","time":{"start":1728457170048,"stop":1728457170050,"duration":2},"status":"passed","severity":"normal"},{"uid":"a48e5755ac9c03c7","name":"Push message with XML payload","time":{"start":1728457510424,"stop":1728457510427,"duration":3},"status":"passed","severity":"normal"},{"uid":"c347bd051de68aca","name":"Subscribe to topic containing short and receive message","time":{"start":1728457360307,"stop":1728457360308,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d10e0ae816d9a3a","name":"Push message with content topic containing SQL Injection","time":{"start":1728457510454,"stop":1728457510455,"duration":1},"status":"passed","severity":"normal"},{"uid":"722b136dfb4f6b28","name":"should emit a peer event after start","time":{"start":1728457174881,"stop":1728457174882,"duration":1},"status":"passed","severity":"normal"},{"uid":"68921f4cb2b2a396","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1728457562261,"stop":1728457562262,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed4831029682cc9e","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1728457146565,"stop":1728457146566,"duration":1},"status":"passed","severity":"normal"},{"uid":"3098116109ad2433","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1728457290007,"stop":1728457290007,"duration":0},"status":"passed","severity":"normal"},{"uid":"29f3fe7e267a6858","name":"should find and add new peers","time":{"start":1728457186735,"stop":1728457186735,"duration":0},"status":"passed","severity":"normal"},{"uid":"7af1aa96f38300d3","name":"should be able to decode the field with only STORE set to true","time":{"start":1728457154575,"stop":1728457154576,"duration":1},"status":"passed","severity":"normal"},{"uid":"b823e828403c81ae","name":"should not add existing peers","time":{"start":1728457186735,"stop":1728457186736,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4e1ca26115e6dfa","name":"Overlapping topic subscription","time":{"start":1728457537123,"stop":1728457537123,"duration":0},"status":"passed","severity":"normal"},{"uid":"a55e10717d086356","name":"should return no connections if no open connection provided","time":{"start":1728457162259,"stop":1728457162260,"duration":1},"status":"passed","severity":"normal"},{"uid":"80f4ac120a301f93","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1728457146561,"stop":1728457146562,"duration":1},"status":"passed","severity":"normal"},{"uid":"83938b4970ed06eb","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1728457146557,"stop":1728457146557,"duration":0},"status":"passed","severity":"normal"},{"uid":"4095c5d1e1f0029f","name":"Overlapping topic subscription","time":{"start":1728457537137,"stop":1728457537137,"duration":0},"status":"passed","severity":"normal"},{"uid":"f90c08ca92f70216","name":"should encodeTxt and decodeTxt","time":{"start":1728457155311,"stop":1728457155311,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f219ec13f815511","name":"should return usable stream attached to connection","time":{"start":1728457162205,"stop":1728457162208,"duration":3},"status":"passed","severity":"normal"},{"uid":"47b477d3986c744b","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728457537141,"stop":1728457537141,"duration":0},"status":"passed","severity":"normal"},{"uid":"acf09927cec4959b","name":"creates an iterator","time":{"start":1728457556079,"stop":1728457556082,"duration":3},"status":"passed","severity":"normal"},{"uid":"8c5fda75d11a6aa3","name":"Reopen subscription with peer with lost subscription","time":{"start":1728457250856,"stop":1728457250856,"duration":0},"status":"passed","severity":"normal"},{"uid":"b424d20156430f8b","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728457537129,"stop":1728457537129,"duration":0},"status":"passed","severity":"normal"},{"uid":"420e5eff1f676851","name":"tcp ip4 address","time":{"start":1728457154790,"stop":1728457154791,"duration":1},"status":"passed","severity":"normal"},{"uid":"646bc763a8b905f8","name":"Decoder throws on undefined content topic","time":{"start":1728457181105,"stop":1728457181105,"duration":0},"status":"passed","severity":"normal"},{"uid":"278ade1af14c4117","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1728457525090,"stop":1728457525090,"duration":0},"status":"passed","severity":"normal"},{"uid":"3becf0afcfd12d45","name":"Query generator for 2000 messages","time":{"start":1728457558865,"stop":1728457558865,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce481ec18e97d823","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1728457146583,"stop":1728457146583,"duration":0},"status":"passed","severity":"normal"},{"uid":"4823e1c6debb542c","name":"should be able to encode the field with only STORE set to true","time":{"start":1728457154568,"stop":1728457154569,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8cb7297b28d96bc","name":"Subscribe and publish message","time":{"start":1728457490910,"stop":1728457490912,"duration":2},"status":"passed","severity":"normal"},{"uid":"13091374437f6f0f","name":"Decrypt messages","time":{"start":1728457450889,"stop":1728457450890,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe6a4fac098e475b","name":"Generator, 2 different pubsubtopics","time":{"start":1728457554122,"stop":1728457554123,"duration":1},"status":"passed","severity":"normal"},{"uid":"28c32ea09e3364bb","name":"should throw error - no id","time":{"start":1728457155314,"stop":1728457155314,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4cd1863ad74d606","name":"Push 30 different messages","time":{"start":1728457510439,"stop":1728457510439,"duration":0},"status":"passed","severity":"normal"},{"uid":"902a3257e58acf6c","name":"Subscribe to topic containing emoji and publish message","time":{"start":1728457490944,"stop":1728457490944,"duration":0},"status":"passed","severity":"normal"},{"uid":"38bec1fbf399c1b2","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1728457478652,"stop":1728457478653,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5408b9fad20795e","name":"Mutual subscription","time":{"start":1728457490909,"stop":1728457490909,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f27aa688f73d403","name":"Publish message with custom timestamp: Wed Oct 09 2024 06:04:33 GMT+0000 (Coordinated Universal Time)","time":{"start":1728457481274,"stop":1728457481274,"duration":0},"status":"passed","severity":"normal"},{"uid":"e53b88c11d2ced3b","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1728457181102,"stop":1728457181103,"duration":1},"status":"passed","severity":"normal"},{"uid":"aba04f3f251c15a6","name":"throws on content topic with too few or too many fields","time":{"start":1728457146544,"stop":1728457146544,"duration":0},"status":"passed","severity":"normal"},{"uid":"51c4ca0bbd977aee","name":"addEventListener with correct event","time":{"start":1728457245462,"stop":1728457245462,"duration":0},"status":"passed","severity":"normal"},{"uid":"e43aefad5c4249cc","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1728457146576,"stop":1728457146576,"duration":0},"status":"passed","severity":"normal"},{"uid":"97e1c8aa41444656","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728457252532,"stop":1728457252533,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3d7c3a9188ad8ce","name":"Subscribe and receives messages on 20 topics","time":{"start":1728457537122,"stop":1728457537122,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc8f0acdb67eeb3d","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1728457170446,"stop":1728457170446,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7b704b33e37b0e3","name":"Query with Promise Callback, No Decoder","time":{"start":1728457536283,"stop":1728457536283,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9ff4fafe9f2f674","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728457537126,"stop":1728457537127,"duration":1},"status":"passed","severity":"normal"},{"uid":"87d10b8b19ccd4ba","name":"should throw an error for missing sharding configuration","time":{"start":1728457146583,"stop":1728457146583,"duration":0},"status":"passed","severity":"normal"},{"uid":"e80e0c170a1e04e8","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1728457146581,"stop":1728457146582,"duration":1},"status":"passed","severity":"normal"},{"uid":"6970ebe4285574dd","name":"Check received message containing Chinese","time":{"start":1728457448604,"stop":1728457448604,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbe10c7c0e8cb3d3","name":"should throw an error for insufficient data","time":{"start":1728457146586,"stop":1728457146586,"duration":0},"status":"passed","severity":"normal"},{"uid":"14babdeb8977e27","name":"Asymmetric encrypt & decrypt","time":{"start":1728457181537,"stop":1728457181538,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9bbcf74e44f9e96","name":"should be able to decode the field with only RELAY set to true","time":{"start":1728457154574,"stop":1728457154575,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e5c12068c20ae18","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1728457289957,"stop":1728457289958,"duration":1},"status":"passed","severity":"normal"},{"uid":"19bf034bb5e4111e","name":"All","time":{"start":1728457211433,"stop":1728457211433,"duration":0},"status":"passed","severity":"normal"},{"uid":"377b004374c94792","name":"Push to array if already present","time":{"start":1728457146186,"stop":1728457146186,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8d0e99bf11c5372","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1728457402353,"stop":1728457402354,"duration":1},"status":"passed","severity":"normal"},{"uid":"2929337e657754ec","name":"Check received message containing Script","time":{"start":1728457448619,"stop":1728457448619,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea09ad0734b96f9f","name":"should be able to encode the field with only RELAY set to true","time":{"start":1728457154567,"stop":1728457154568,"duration":1},"status":"passed","severity":"normal"},{"uid":"373047ab3edd55f4","name":"Store - dialed after - with timeout","time":{"start":1728457569742,"stop":1728457569743,"duration":1},"status":"passed","severity":"normal"},{"uid":"410415c2c5349664","name":"Encoder throws on empty string content topic","time":{"start":1728457182794,"stop":1728457182794,"duration":0},"status":"passed","severity":"normal"},{"uid":"535d05ced54c069b","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728457537131,"stop":1728457537132,"duration":1},"status":"passed","severity":"normal"},{"uid":"68eadaf8aa2f84e4","name":"Correctly serialized arguments","time":{"start":1728457402447,"stop":1728457402447,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8babbd91c218a42","name":"Push message with Basic HTML tag payload","time":{"start":1728457473515,"stop":1728457473515,"duration":0},"status":"passed","severity":"normal"},{"uid":"189eb55f0cc1f2ca","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1728457490913,"stop":1728457490914,"duration":1},"status":"passed","severity":"normal"},{"uid":"3413d594d4cfd858","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728457360315,"stop":1728457360321,"duration":6},"status":"passed","severity":"normal"},{"uid":"38dd5deaa604ca8a","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1728457205206,"stop":1728457205206,"duration":0},"status":"passed","severity":"normal"},{"uid":"81fc9073d296798","name":"ignores unrecognized TXT record formats","time":{"start":1728457170943,"stop":1728457170944,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3fd28391d17b068","name":"LightPush: 0 peers, Filter: 2 peers","time":{"start":1728457377679,"stop":1728457377680,"duration":1},"status":"passed","severity":"normal"},{"uid":"7587846d24f6cfce","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728457537139,"stop":1728457537139,"duration":0},"status":"passed","severity":"normal"},{"uid":"f353a2fdcd589151","name":"Push message with Arabic payload","time":{"start":1728457473509,"stop":1728457473509,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9865923a89aac02","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1728457146572,"stop":1728457146572,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfa60b740606e222","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1728457155312,"stop":1728457155312,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfe722f348479aad","name":"Ephemeral messages are not stored","time":{"start":1728457211522,"stop":1728457211522,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d2a08b947f5e427","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1728457525083,"stop":1728457525083,"duration":0},"status":"passed","severity":"normal"},{"uid":"6557507e39b8223f","name":"should reject if LightPush is requested but not mounted","time":{"start":1728457186695,"stop":1728457186695,"duration":0},"status":"passed","severity":"normal"},{"uid":"3522a8c0d4d55555","name":"Check received message containing shell command","time":{"start":1728457448622,"stop":1728457448622,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d94d8899ef60cb2","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728457360315,"stop":1728457360315,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f0c3fce8c2d332f","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1728457170447,"stop":1728457170447,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2cd711a837cb01f","name":"Check message with no payload is not received","time":{"start":1728457448613,"stop":1728457448614,"duration":1},"status":"passed","severity":"normal"},{"uid":"fcc5acaa913bcde8","name":"passes more than one ENR URLs and attempts connection","time":{"start":1728457215721,"stop":1728457215721,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a9f5b758d69d096d","name":"should be able to decode the field with only FILTER set to true","time":{"start":1728457154575,"stop":1728457154575,"duration":0},"status":"passed","severity":"normal"},{"uid":"c375f60d92a51820","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289906,"stop":1728457289906,"duration":0},"status":"passed","severity":"normal"},{"uid":"b012112e70d6088c","name":"Privacy Node - default protocol","time":{"start":1728457569744,"stop":1728457569744,"duration":0},"status":"passed","severity":"normal"},{"uid":"15a4ed2e841bb2a2","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1728457486609,"stop":1728457486609,"duration":0},"status":"passed","severity":"normal"},{"uid":"2dde0a2b82ad72dd","name":"Check publish message containing Basic HTML tag","time":{"start":1728457481261,"stop":1728457481262,"duration":1},"status":"passed","severity":"normal"},{"uid":"350203ce94c41261","name":"random static sharding 4 - Cluster ID: 742, Shard ID: 261","time":{"start":1728457528779,"stop":1728457528779,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfb19ccfe3e235a5","name":"Round trip binary encryption [ecies, signature]","time":{"start":1728457182793,"stop":1728457182793,"duration":0},"status":"passed","severity":"normal"},{"uid":"81b2c4f9ec2053c1","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1728457170946,"stop":1728457170947,"duration":1},"status":"skipped","severity":"normal"},{"uid":"fb131b32804313f7","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289895,"stop":1728457289895,"duration":0},"status":"passed","severity":"normal"},{"uid":"38f1ea72e0c28963","name":"should return valid sharding parameters for static sharding","time":{"start":1728457146583,"stop":1728457146583,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d73f7dc4cc2a804","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728457537125,"stop":1728457537125,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ab9773c75e013cf","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728457360302,"stop":1728457360302,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc89fd16e63feafd","name":"Sign & Recover","time":{"start":1728457181539,"stop":1728457181540,"duration":1},"status":"passed","severity":"normal"},{"uid":"b00caf23bef36366","name":"Nodes with multiple pubsub topic","time":{"start":1728457478649,"stop":1728457478650,"duration":1},"status":"passed","severity":"normal"},{"uid":"cae890c87b506a49","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1728457146573,"stop":1728457146573,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ae373ee85b124d2","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728457360304,"stop":1728457360305,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e910f2ee241a735","name":"Push message with custom timestamp: 1728453760533","time":{"start":1728457473538,"stop":1728457473541,"duration":3},"status":"passed","severity":"normal"},{"uid":"cb673228e20ba3d8","name":"Number of peers are maintained correctly","time":{"start":1728457287382,"stop":1728457287382,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c7515276f76695f","name":"Ordered Callback - false","time":{"start":1728457542832,"stop":1728457542833,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f59757ff4454f32","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1728457146582,"stop":1728457146582,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd64e7a6a5d9b783","name":"Push message with custom timestamp: 1728460960533","time":{"start":1728457473542,"stop":1728457473542,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c889b24ddc112a4","name":"Check message on other pubsub topic is not received","time":{"start":1728457448612,"stop":1728457448613,"duration":1},"status":"passed","severity":"normal"},{"uid":"32d801b5eadff2f5","name":"returns nothing if no connections present","time":{"start":1728457162256,"stop":1728457162256,"duration":0},"status":"passed","severity":"normal"},{"uid":"e61e4cb49a12a54a","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1728457289896,"stop":1728457289896,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc3cc288d9c6f60e","name":"Check received message containing short","time":{"start":1728457448602,"stop":1728457448602,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f18be45fe01631f","name":"throws on content topic with empty application field","time":{"start":1728457146545,"stop":1728457146546,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d677c787fc2bb8b","name":"Push message with content topic containing numeric","time":{"start":1728457510449,"stop":1728457510449,"duration":0},"status":"passed","severity":"normal"},{"uid":"10d35ed71ebc595d","name":"Check received message containing SQL Injection","time":{"start":1728457322405,"stop":1728457322405,"duration":0},"status":"passed","severity":"normal"},{"uid":"baba29c94c185f16","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1728457478652,"stop":1728457478652,"duration":0},"status":"passed","severity":"normal"},{"uid":"af4e605b85e08a14","name":"Callback on promise, aborts when callback returns true","time":{"start":1728457558864,"stop":1728457558864,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d7644a3855b8fd7","name":"Tracks peer failures correctly","time":{"start":1728457287385,"stop":1728457287386,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e0c9fdd0894110e","name":"should call waitForPeer on Relay","time":{"start":1728457186700,"stop":1728457186700,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f6b7a7e64114b6b","name":"configure the node with multiple content topics","time":{"start":1728457516705,"stop":1728457516706,"duration":1},"status":"passed","severity":"normal"},{"uid":"6396dadc36e03ebc","name":"should remove the specified number of excess peers","time":{"start":1728457186734,"stop":1728457186735,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c17e0366dd6f6eb","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457554123,"stop":1728457554124,"duration":1},"status":"passed","severity":"normal"},{"uid":"5226a2ada6fc880f","name":"Filter with 2 connections","time":{"start":1728457350093,"stop":1728457350093,"duration":0},"status":"passed","severity":"normal"},{"uid":"da1b4b4085f87f50","name":"Ping on unsubscribed peer","time":{"start":1728457249553,"stop":1728457249553,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1067b99952dc67c","name":"Query Generator - false","time":{"start":1728457542830,"stop":1728457542830,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b23b2d2cb4b28","name":"Passing page size 1 when there are 4 messages","time":{"start":1728457555212,"stop":1728457555212,"duration":0},"status":"passed","severity":"normal"},{"uid":"e967673a812afbed","name":"groups content topics by expected pubsub topic","time":{"start":1728457146562,"stop":1728457146562,"duration":0},"status":"passed","severity":"normal"},{"uid":"db21cff478b2eea0","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1728457182792,"stop":1728457182792,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cbc1f6cb92376","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728457360304,"stop":1728457360304,"duration":0},"status":"passed","severity":"normal"},{"uid":"4093b80f25e438d5","name":"nwaku subscribes","time":{"start":1728457469053,"stop":1728457469053,"duration":0},"status":"passed","severity":"normal"},{"uid":"17a4d2498356d6c8","name":"random static sharding 7 - Cluster ID: 773, Shard ID: 151","time":{"start":1728457528780,"stop":1728457528781,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed5dc69efa290b3e","name":"Generator, custom pubsub topic","time":{"start":1728457554122,"stop":1728457554122,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8065d2e64076f40","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1728457146558,"stop":1728457146558,"duration":0},"status":"passed","severity":"normal"},{"uid":"809cb8bc1f79f668","name":"LightPush with 1 connections","time":{"start":1728457350091,"stop":1728457350091,"duration":0},"status":"passed","severity":"normal"},{"uid":"c823216002e8b21b","name":"Filter with 0 connections","time":{"start":1728457350090,"stop":1728457350091,"duration":1},"status":"passed","severity":"normal"},{"uid":"10372e6135b04b06","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728457448612,"stop":1728457448612,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb0c82320dffbc04","name":"Refresh subscription","time":{"start":1728457537124,"stop":1728457537124,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1c499b78a71f4f","name":"Check received message containing special chars","time":{"start":1728457322393,"stop":1728457322400,"duration":7},"status":"passed","severity":"normal"},{"uid":"91a87d24d1eabfee","name":"Js publishes, other Js receives","time":{"start":1728457469068,"stop":1728457469070,"duration":2},"status":"passed","severity":"normal"},{"uid":"1d8f961894ec85d8","name":"LightPush: 1 peers, Filter: 1 peers","time":{"start":1728457377680,"stop":1728457377681,"duration":1},"status":"passed","severity":"normal"},{"uid":"8077e88b3bebbbed","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1728457146570,"stop":1728457146571,"duration":1},"status":"passed","severity":"normal"},{"uid":"d29b43f900e3afd0","name":"Publish without waiting for remote peer","time":{"start":1728457490910,"stop":1728457490910,"duration":0},"status":"passed","severity":"normal"},{"uid":"70a0315368c77cc0","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728457537130,"stop":1728457537131,"duration":1},"status":"passed","severity":"normal"},{"uid":"be4b09036d4cdc21","name":"Check received message containing Chinese","time":{"start":1728457322400,"stop":1728457322404,"duration":4},"status":"passed","severity":"normal"},{"uid":"ade8a17cff7b2493","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728457322428,"stop":1728457322428,"duration":0},"status":"passed","severity":"normal"},{"uid":"21b4486ceda8f7d","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728457360303,"stop":1728457360303,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf9b033e00c97d85","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1728457490933,"stop":1728457490934,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a668377fff31552","name":"Should update multiaddrs","time":{"start":1728457405734,"stop":1728457405734,"duration":0},"status":"passed","severity":"normal"},{"uid":"cac4d31eb8b68076","name":"Subscribe to topic containing XML and receive message","time":{"start":1728457537128,"stop":1728457537128,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3fff4e0771e10b3","name":"throws on empty content topic","time":{"start":1728457146543,"stop":1728457146543,"duration":0},"status":"passed","severity":"normal"},{"uid":"137bbc1b89eb11f3","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1728457146558,"stop":1728457146559,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6d31a36a2eca321","name":"should properly compute the node id","time":{"start":1728457155316,"stop":1728457155316,"duration":0},"status":"passed","severity":"normal"},{"uid":"55bf25ced839e4de","name":"Push message with content topic containing special chars","time":{"start":1728457510449,"stop":1728457510449,"duration":0},"status":"passed","severity":"normal"},{"uid":"909e855bbb9164bc","name":"Refresh subscription","time":{"start":1728457490914,"stop":1728457490914,"duration":0},"status":"skipped","severity":"normal"},{"uid":"aaad0ed6855b6a96","name":"throws an error for improperly formatted content topics","time":{"start":1728457146564,"stop":1728457146564,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4e6895ce3316e73","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1728457146576,"stop":1728457146576,"duration":0},"status":"passed","severity":"normal"},{"uid":"855cb8142fe375af","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1728457562266,"stop":1728457562267,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb1200232fd2a4e2","name":"start node with empty shard should fail","time":{"start":1728457528785,"stop":1728457528785,"duration":0},"status":"passed","severity":"normal"},{"uid":"2624b81981537230","name":"handles empty contentTopics array correctly","time":{"start":1728457146584,"stop":1728457146584,"duration":0},"status":"passed","severity":"normal"},{"uid":"61478bed505d4aa2","name":"Query Generator - true","time":{"start":1728457542828,"stop":1728457542829,"duration":1},"status":"passed","severity":"normal"},{"uid":"7139de5794fc2c5f","name":"Sample","time":{"start":1728457154544,"stop":1728457154545,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b80af1ec3348ae3","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728457537135,"stop":1728457537135,"duration":0},"status":"passed","severity":"normal"},{"uid":"68f2a4c6314be3e3","name":"Ping on subscribed peer","time":{"start":1728457250826,"stop":1728457250826,"duration":0},"status":"passed","severity":"normal"},{"uid":"8108ab6a561f56f3","name":"Check message received after jswaku node is restarted","time":{"start":1728457322436,"stop":1728457322437,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f077b42bd88ffacb","name":"should throw error - no public key","time":{"start":1728457155313,"stop":1728457155314,"duration":1},"status":"passed","severity":"normal"},{"uid":"e951c4ab2a4fa421","name":"should properly create location multiaddrs - udp6","time":{"start":1728457155321,"stop":1728457155322,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb0f96818acd360f","name":"should properly create location multiaddrs - tcp4","time":{"start":1728457155321,"stop":1728457155321,"duration":0},"status":"passed","severity":"normal"},{"uid":"678c4be7eb0030e2","name":"should set field with only STORE enabled","time":{"start":1728457155324,"stop":1728457155324,"duration":0},"status":"passed","severity":"normal"},{"uid":"6109ea400c6b4420","name":"Subscribe and receives messages on 20 topics","time":{"start":1728457360303,"stop":1728457360304,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b8496f3c3be7590","name":"Renews subscription after lossing a connection","time":{"start":1728457537155,"stop":1728457537155,"duration":0},"status":"passed","severity":"normal"},{"uid":"41e2820b5feb48fd","name":"Check message received after nwaku node is restarted","time":{"start":1728457322438,"stop":1728457322438,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6a4dfb98406b3f24","name":"Check publish message containing short","time":{"start":1728457481245,"stop":1728457481246,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9032a880c4f1313","name":"Push message on custom pubsubTopic","time":{"start":1728457401549,"stop":1728457401549,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3080c5221744773","name":"Query generator for multiple messages with different message text format","time":{"start":1728457558859,"stop":1728457558859,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c3c3dd05bf5a732","name":"Check publish message containing special chars","time":{"start":1728457481249,"stop":1728457481251,"duration":2},"status":"passed","severity":"normal"},{"uid":"8b44e1c941415b61","name":"Generator, 2 different pubsubtopics","time":{"start":1728457554119,"stop":1728457554119,"duration":0},"status":"passed","severity":"normal"},{"uid":"c89608c556221e4","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728457537136,"stop":1728457537137,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf7140ff9eb212fc","name":"Push message with content topic containing emoji","time":{"start":1728457473533,"stop":1728457473534,"duration":1},"status":"passed","severity":"normal"},{"uid":"92a7818c61d3817c","name":"returns all values when wanted number is greater than available values","time":{"start":1728457170050,"stop":1728457170051,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4c418bfe33b0c89","name":"should return different streams if requested simultaniously","time":{"start":1728457162213,"stop":1728457162216,"duration":3},"status":"passed","severity":"normal"},{"uid":"657c1a7b0edb7a5c","name":"safeDispatchEvent","time":{"start":1728457245469,"stop":1728457245470,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba8fef3b5e1977bf","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1728457558864,"stop":1728457558864,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6f04f42d0dae717","name":"Check publish message containing unicode special characters","time":{"start":1728457481268,"stop":1728457481268,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddf0c538d44f43c5","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728457537126,"stop":1728457537126,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b4348f4ae088b42","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457252531,"stop":1728457252531,"duration":0},"status":"passed","severity":"normal"},{"uid":"c47680711a3fc3fd","name":"start node with empty content topic","time":{"start":1728457516707,"stop":1728457516707,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e0dd2571e6ff21c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728457351722,"stop":1728457351722,"duration":0},"status":"passed","severity":"normal"},{"uid":"653646fe447b03f2","name":"Check received message containing escaped characters","time":{"start":1728457448622,"stop":1728457448623,"duration":1},"status":"passed","severity":"normal"},{"uid":"32c0f701e591a12b","name":"Subscribe to topic containing Script and receive message","time":{"start":1728457537142,"stop":1728457537142,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4c267c3fd4e6b0b","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1728457181101,"stop":1728457181102,"duration":1},"status":"passed","severity":"normal"},{"uid":"b07dbce4f89bd991","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1728457290006,"stop":1728457290006,"duration":0},"status":"passed","severity":"normal"},{"uid":"2693340925100a80","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1728457211523,"stop":1728457211524,"duration":1},"status":"passed","severity":"normal"},{"uid":"911ef775651cb082","name":"new peer added after a peer was already found","time":{"start":1728457486605,"stop":1728457486605,"duration":0},"status":"skipped","severity":"normal"},{"uid":"de0a4ec0e6706980","name":"LightPush: 2 peers, Filter: 2 peers","time":{"start":1728457377683,"stop":1728457377683,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5e179616cb2e949","name":"Push message with custom timestamp: 1697698950297","time":{"start":1728457510466,"stop":1728457510466,"duration":0},"status":"passed","severity":"normal"},{"uid":"161fea5cf30d4ab6","name":"Check message received after jswaku node is restarted","time":{"start":1728457448614,"stop":1728457448614,"duration":0},"status":"skipped","severity":"normal"},{"uid":"eb88169167e7e093","name":"Ping on peer without subscriptions","time":{"start":1728457250826,"stop":1728457250828,"duration":2},"status":"passed","severity":"normal"},{"uid":"da883cf207e8a182","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728457351729,"stop":1728457351730,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d85de2ee040890e","name":"Push message with emoji payload","time":{"start":1728457473517,"stop":1728457473518,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf8fe61e90fc7643","name":"Renews peer on consistent ping failures","time":{"start":1728457287385,"stop":1728457287385,"duration":0},"status":"passed","severity":"normal"},{"uid":"88a06b9e0c611784","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1728457289945,"stop":1728457289945,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e63383f3526896a","name":"should reject if Relay is requested but not mounted","time":{"start":1728457186694,"stop":1728457186695,"duration":1},"status":"passed","severity":"normal"},{"uid":"6244ab301a8f7007","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1728457146580,"stop":1728457146580,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab3fc4e0e5569ba9","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app32/3/topic334/xml","time":{"start":1728457516701,"stop":1728457516701,"duration":0},"status":"passed","severity":"normal"},{"uid":"53b82b053eece2f9","name":"Push message with SQL Injection payload","time":{"start":1728457473510,"stop":1728457473510,"duration":0},"status":"passed","severity":"normal"},{"uid":"85b2c0d9e6b6df08","name":"throws on content topic with empty encoding field","time":{"start":1728457146548,"stop":1728457146548,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e3bdd7d8bec5f96","name":"Check publish message containing numeric","time":{"start":1728457481247,"stop":1728457481248,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f5c72191444cc47","name":"Check message with invalid timestamp is not received","time":{"start":1728457448612,"stop":1728457448612,"duration":0},"status":"passed","severity":"normal"},{"uid":"44ed835287c3fddf","name":"dispatchEvent via connectionManager","time":{"start":1728457245468,"stop":1728457245469,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbf6202fd438a194","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289946,"stop":1728457289954,"duration":8},"status":"passed","severity":"normal"},{"uid":"95dcca467529f999","name":"Check received message containing XML","time":{"start":1728457448619,"stop":1728457448620,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc63dcf6302b81a9","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1728457528768,"stop":1728457528770,"duration":2},"status":"passed","severity":"normal"},{"uid":"c44ca1fd7c2aa024","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1728457289887,"stop":1728457289887,"duration":0},"status":"passed","severity":"normal"},{"uid":"184dc4ade122f2d5","name":"Push message with JSON payload","time":{"start":1728457510435,"stop":1728457510436,"duration":1},"status":"passed","severity":"normal"},{"uid":"bce664b0e8af494b","name":"connects to nwaku","time":{"start":1728457604300,"stop":1728457604300,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5ec9b35d596d5ab","name":"retrieves a single peer","time":{"start":1728457170942,"stop":1728457170942,"duration":0},"status":"passed","severity":"normal"},{"uid":"63cf1e29194fff43","name":"LightPush with 3 connections","time":{"start":1728457350093,"stop":1728457350094,"duration":1},"status":"passed","severity":"normal"},{"uid":"58dfc9b648d34351","name":"Push message with Chinese payload","time":{"start":1728457473509,"stop":1728457473509,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b405a4b49eed146","name":"should be able to encode the field with only FILTER set to true","time":{"start":1728457154569,"stop":1728457154569,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3621e6ac555baa","name":"Nwaku publishes","time":{"start":1728457469065,"stop":1728457469067,"duration":2},"status":"passed","severity":"normal"},{"uid":"2dd50f23eed0f853","name":"Check received message containing shell command","time":{"start":1728457322409,"stop":1728457322417,"duration":8},"status":"passed","severity":"normal"},{"uid":"887b494a46fe2e0d","name":"should return unique PubsubTopics for static sharding","time":{"start":1728457146566,"stop":1728457146566,"duration":0},"status":"passed","severity":"normal"},{"uid":"549b595ba30af4e8","name":"Fields are not dropped","time":{"start":1728457162565,"stop":1728457162566,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e9d54a83616b0eb","name":"Check received message containing long","time":{"start":1728457322391,"stop":1728457322392,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c1654adf84802e5","name":"Wrong topic","time":{"start":1728457516705,"stop":1728457516705,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b4b9fc62faab93c","name":"Does not throw an exception when node disconnects","time":{"start":1728457604301,"stop":1728457604301,"duration":0},"status":"passed","severity":"normal"},{"uid":"df0ff79efe1e0517","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1728457170440,"stop":1728457170440,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc59d9d80b9acd13","name":"Failed peers are renewed","time":{"start":1728457371021,"stop":1728457371021,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1c605b21db4b4a65","name":"should properly create location multiaddrs - udp4","time":{"start":1728457155321,"stop":1728457155321,"duration":0},"status":"passed","severity":"normal"},{"uid":"504ccdeb5590cbf9","name":"Push message with content topic containing XML","time":{"start":1728457510456,"stop":1728457510456,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0b730506919efbe","name":"Overlapping topic subscription","time":{"start":1728457360305,"stop":1728457360305,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b01c7df0f340144","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1728457170947,"stop":1728457170947,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5cef168392b5ad91","name":"Using a function","time":{"start":1728457604302,"stop":1728457604302,"duration":0},"status":"passed","severity":"normal"},{"uid":"11d1a398695e74f1","name":"Passing page size 11 when there are 10 messages","time":{"start":1728457555213,"stop":1728457555214,"duration":1},"status":"passed","severity":"normal"},{"uid":"2401ba277c0b3edd","name":"Push message equal or less that 1MB","time":{"start":1728457473542,"stop":1728457473545,"duration":3},"status":"passed","severity":"normal"},{"uid":"df2a1d282194fa65","name":"Query with Promise Callback, No message returned","time":{"start":1728457536283,"stop":1728457536284,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b0cb97998f91455","name":"Default pageSize","time":{"start":1728457555215,"stop":1728457555215,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4cf2afd39ed1a84","name":"Push message with content topic containing Script","time":{"start":1728457510455,"stop":1728457510456,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e2625a84d4244da","name":"Push message with content topic containing escaped characters","time":{"start":1728457473532,"stop":1728457473533,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1e5a41adeaf0712","name":"Subscribe and receive messages via waku relay post","time":{"start":1728457537134,"stop":1728457537134,"duration":0},"status":"passed","severity":"normal"},{"uid":"cabfea2dbea99fba","name":"random static sharding 9 - Cluster ID: 172, Shard ID: 18","time":{"start":1728457528782,"stop":1728457528782,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6c35d6e6d5526de","name":"Push message on custom pubsubTopic","time":{"start":1728457401571,"stop":1728457401571,"duration":0},"status":"passed","severity":"normal"},{"uid":"94aa7a1130c0725d","name":"should not receive a peer event before start","time":{"start":1728457174882,"stop":1728457174882,"duration":0},"status":"passed","severity":"normal"},{"uid":"495221f2fba91634","name":"Check received message containing Script","time":{"start":1728457448607,"stop":1728457448607,"duration":0},"status":"passed","severity":"normal"},{"uid":"9653cd96bced092d","name":"Promise Callback - false","time":{"start":1728457542831,"stop":1728457542831,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd313b954fa74831","name":"less peers than existing","time":{"start":1728457448878,"stop":1728457448878,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f93d58048fa65452","name":"Ping on peer without subscriptions","time":{"start":1728457249552,"stop":1728457249553,"duration":1},"status":"passed","severity":"normal"},{"uid":"309f28323d1e7c2e","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457252529,"stop":1728457252529,"duration":0},"status":"passed","severity":"normal"},{"uid":"461483419f29f329","name":"connected peers and dial","time":{"start":1728457448872,"stop":1728457448874,"duration":2},"status":"skipped","severity":"normal"},{"uid":"f4edaf3e9229b98b","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app56/6/topic673/json","time":{"start":1728457516703,"stop":1728457516703,"duration":0},"status":"passed","severity":"normal"},{"uid":"744de396d8eee0c8","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1728457154577,"stop":1728457154577,"duration":0},"status":"passed","severity":"normal"},{"uid":"f97dbe07145aedf6","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728457537121,"stop":1728457537121,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9c936810475793d","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728457252530,"stop":1728457252530,"duration":0},"status":"passed","severity":"normal"},{"uid":"52a26f4d6a8ac25","name":"should not fail to start the service if it is already started","time":{"start":1728457174881,"stop":1728457174881,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7556/widgets/status-chart.json b/7556/widgets/status-chart.json deleted file mode 100644 index 392fdffa9df..00000000000 --- a/7556/widgets/status-chart.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"831737c148b21fcc","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728457360297,"stop":1728457360298,"duration":1},"status":"passed","severity":"normal"},{"uid":"461483419f29f329","name":"connected peers and dial","time":{"start":1728457448872,"stop":1728457448874,"duration":2},"status":"skipped","severity":"normal"},{"uid":"cd1ed090f756251","name":"Query with Ordered Callback, No Decoder","time":{"start":1728457536280,"stop":1728457536280,"duration":0},"status":"passed","severity":"normal"},{"uid":"19bf034bb5e4111e","name":"All","time":{"start":1728457211433,"stop":1728457211433,"duration":0},"status":"passed","severity":"normal"},{"uid":"7139de5794fc2c5f","name":"Sample","time":{"start":1728457154544,"stop":1728457154545,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dca89f8b4bb3a1c","name":"Ordered callback, aborts when callback returns true","time":{"start":1728457558865,"stop":1728457558865,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb73eafbd6e21e8d","name":"1 Store, 2 fetches","time":{"start":1728457170740,"stop":1728457170741,"duration":1},"status":"passed","severity":"normal"},{"uid":"293420e3eecf90e8","name":"Ping on peer without subscriptions","time":{"start":1728457250837,"stop":1728457250843,"duration":6},"status":"passed","severity":"normal"},{"uid":"7d9701ed1c7d7e09","name":"Non TWN Cluster","time":{"start":1728457516694,"stop":1728457516694,"duration":0},"status":"passed","severity":"normal"},{"uid":"5acda0e21e6f9211","name":"should properly create location multiaddrs - udp","time":{"start":1728457155322,"stop":1728457155322,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd50ec330560b59b","name":"should throw if no connection provided","time":{"start":1728457162209,"stop":1728457162211,"duration":2},"status":"passed","severity":"normal"},{"uid":"6384947cefb93a05","name":"Push message with content topic containing JSON","time":{"start":1728457473531,"stop":1728457473532,"duration":1},"status":"passed","severity":"normal"},{"uid":"c108a6ffbbc509d","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1728457170945,"stop":1728457170946,"duration":1},"status":"passed","severity":"normal"},{"uid":"3cae2150b8bf026","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1728457205196,"stop":1728457205204,"duration":8},"status":"passed","severity":"normal"},{"uid":"aba908e83e4dea26","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1728457154576,"stop":1728457154576,"duration":0},"status":"passed","severity":"normal"},{"uid":"1876940c797afa4d","name":"Push message with content topic containing Basic HTML tag","time":{"start":1728457510456,"stop":1728457510456,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f0c3fce8c2d332f","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1728457170447,"stop":1728457170447,"duration":0},"status":"passed","severity":"normal"},{"uid":"80f4ac120a301f93","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1728457146561,"stop":1728457146562,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8065d2e64076f40","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1728457146558,"stop":1728457146558,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d73f7dc4cc2a804","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728457537125,"stop":1728457537125,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6df45f35b73e4a8","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1728457548042,"stop":1728457548043,"duration":1},"status":"passed","severity":"normal"},{"uid":"e80e0c170a1e04e8","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1728457146581,"stop":1728457146582,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5ec9b35d596d5ab","name":"retrieves a single peer","time":{"start":1728457170942,"stop":1728457170942,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3d08f2c8f6f774b","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1728457146557,"stop":1728457146557,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dd87658f9416d13","name":"Push message with custom timestamp: 1697698960533","time":{"start":1728457473538,"stop":1728457473538,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fa7ccd74e934e64","name":"Check received message containing unicode special characters","time":{"start":1728457448623,"stop":1728457448623,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6c91e3316b865e7","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728457537120,"stop":1728457537120,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cabf894ad26da0b","name":"should get / set UDP multiaddr","time":{"start":1728457155320,"stop":1728457155320,"duration":0},"status":"passed","severity":"normal"},{"uid":"d85c985d0812307a","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1728457632324,"stop":1728457632324,"duration":0},"status":"passed","severity":"normal"},{"uid":"4eff5fcc0e5d8a7a","name":"should return empty list for no shard","time":{"start":1728457146568,"stop":1728457146568,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3ccb230f078d794","name":"Push message equal or less that 1MB","time":{"start":1728457510468,"stop":1728457510469,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2cd711a837cb01f","name":"Check message with no payload is not received","time":{"start":1728457448613,"stop":1728457448614,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dd7c6171ba895e0","name":"Push message with content topic containing special chars","time":{"start":1728457473522,"stop":1728457473522,"duration":0},"status":"passed","severity":"normal"},{"uid":"f514efa4aca835b0","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1728457290006,"stop":1728457290007,"duration":1},"status":"passed","severity":"normal"},{"uid":"5cb4f2ef871cbba1","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1728457149128,"stop":1728457149128,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d9f73fa479dbcf","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1728457402352,"stop":1728457402353,"duration":1},"status":"passed","severity":"normal"},{"uid":"da883cf207e8a182","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728457351729,"stop":1728457351730,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bb099c1220d9148","name":"does not throw on valid cases","time":{"start":1728457146542,"stop":1728457146543,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff8356a230174871","name":"Check message with invalid timestamp is not received","time":{"start":1728457448629,"stop":1728457448631,"duration":2},"status":"passed","severity":"normal"},{"uid":"7896fd25b76dae95","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728457537129,"stop":1728457537129,"duration":0},"status":"passed","severity":"normal"},{"uid":"34807d610d254b0b","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1728457146569,"stop":1728457146569,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3d7c3a9188ad8ce","name":"Subscribe and receives messages on 20 topics","time":{"start":1728457537122,"stop":1728457537122,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa2f1174ed621502","name":"Subscribe to topic containing long and publish message","time":{"start":1728457490917,"stop":1728457490919,"duration":2},"status":"passed","severity":"normal"},{"uid":"97c4874087419224","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1728457289905,"stop":1728457289905,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b0b274dbf12f870","name":"Push message with Russian payload","time":{"start":1728457473510,"stop":1728457473510,"duration":0},"status":"passed","severity":"normal"},{"uid":"120d7da3577d0f20","name":"Check received message containing special chars","time":{"start":1728457448617,"stop":1728457448617,"duration":0},"status":"passed","severity":"normal"},{"uid":"2693340925100a80","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1728457211523,"stop":1728457211524,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb5bdc267d34c40a","name":"Ping on subscribed peer","time":{"start":1728457249551,"stop":1728457249552,"duration":1},"status":"passed","severity":"normal"},{"uid":"e27e8a04e48ae8b7","name":"Publish message with custom timestamp: Thu Oct 19 2023 07:04:33 GMT+0000 (Coordinated Universal Time)","time":{"start":1728457481272,"stop":1728457481274,"duration":2},"status":"passed","severity":"normal"},{"uid":"daa1db745c63ca01","name":"Delete observer","time":{"start":1728457450890,"stop":1728457450890,"duration":0},"status":"passed","severity":"normal"},{"uid":"420e5eff1f676851","name":"tcp ip4 address","time":{"start":1728457154790,"stop":1728457154791,"duration":1},"status":"passed","severity":"normal"},{"uid":"e678910b53880c78","name":"Push message with emoji payload","time":{"start":1728457510438,"stop":1728457510439,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2082acf8c7928f2","name":"A test","time":{"start":1728457377823,"stop":1728457377823,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef54f3ef3e572983","name":"should not receive a peer event after stop","time":{"start":1728457174882,"stop":1728457174883,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec54364132608f12","name":"Check received message containing Arabic","time":{"start":1728457322404,"stop":1728457322404,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d8c6f0d320b6263","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1728457146566,"stop":1728457146566,"duration":0},"status":"passed","severity":"normal"},{"uid":"41e556bbf127d071","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1728457525088,"stop":1728457525089,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9ff4fafe9f2f674","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728457537126,"stop":1728457537127,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ca95b747098823b","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app32/1/topic677/test.js","time":{"start":1728457516700,"stop":1728457516700,"duration":0},"status":"passed","severity":"normal"},{"uid":"85f205e189186df4","name":"caches peers it previously fetched","time":{"start":1728457170944,"stop":1728457170944,"duration":0},"status":"passed","severity":"normal"},{"uid":"646bc763a8b905f8","name":"Decoder throws on undefined content topic","time":{"start":1728457181105,"stop":1728457181105,"duration":0},"status":"passed","severity":"normal"},{"uid":"6970ebe4285574dd","name":"Check received message containing Chinese","time":{"start":1728457448604,"stop":1728457448604,"duration":0},"status":"passed","severity":"normal"},{"uid":"58090498d1460d8a","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1728457481270,"stop":1728457481271,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5517e46c52d5f8b","name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","time":{"start":1728457162221,"stop":1728457162221,"duration":0},"status":"passed","severity":"normal"},{"uid":"2dde0a2b82ad72dd","name":"Check publish message containing Basic HTML tag","time":{"start":1728457481261,"stop":1728457481262,"duration":1},"status":"passed","severity":"normal"},{"uid":"11c55f6e76d6f3a7","name":"Check publish message containing SQL Injection","time":{"start":1728457481255,"stop":1728457481256,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5408b9fad20795e","name":"Mutual subscription","time":{"start":1728457490909,"stop":1728457490909,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2c9601958f0c38e","name":"Round trip binary serialization","time":{"start":1728457162905,"stop":1728457162906,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb3621e6ac555baa","name":"Nwaku publishes","time":{"start":1728457469065,"stop":1728457469067,"duration":2},"status":"passed","severity":"normal"},{"uid":"d39329cd013ab2d7","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1728457170441,"stop":1728457170441,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcbd8bb5af2d5b6b","name":"Check meta is set [ecies]","time":{"start":1728457182793,"stop":1728457182793,"duration":0},"status":"passed","severity":"normal"},{"uid":"4048ca621861d729","name":"should reject on timeout if it was set","time":{"start":1728457186697,"stop":1728457186697,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed5ba60f0b906b64","name":"Subscribe to topic containing short and publish message","time":{"start":1728457490915,"stop":1728457490917,"duration":2},"status":"passed","severity":"normal"},{"uid":"3c1654adf84802e5","name":"Wrong topic","time":{"start":1728457516705,"stop":1728457516705,"duration":0},"status":"passed","severity":"normal"},{"uid":"db17361086df3cd9","name":"Passing page size 110 when there are 120 messages","time":{"start":1728457555214,"stop":1728457555214,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc17ad6ae1800a63","name":"Push message with custom timestamp: 1728460950297","time":{"start":1728457510467,"stop":1728457510468,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c5fda75d11a6aa3","name":"Reopen subscription with peer with lost subscription","time":{"start":1728457250856,"stop":1728457250856,"duration":0},"status":"passed","severity":"normal"},{"uid":"67de58b91290fb82","name":"Check received message containing JSON","time":{"start":1728457448608,"stop":1728457448609,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ed62c34d689ceca","name":"Relay - dialed after","time":{"start":1728457569741,"stop":1728457569742,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd56039822dfb289","name":"LightPush: 0 peers, Filter: 3 peers","time":{"start":1728457377680,"stop":1728457377680,"duration":0},"status":"passed","severity":"normal"},{"uid":"20b48ab1ce1f1261","name":"different cluster, same shard: nodes don't connect","time":{"start":1728457402356,"stop":1728457402357,"duration":1},"status":"passed","severity":"normal"},{"uid":"25c0f43cda77c600","name":"different cluster, different shard: nodes don't connect","time":{"start":1728457402357,"stop":1728457402357,"duration":0},"status":"passed","severity":"normal"},{"uid":"3503de32bb6dfa27","name":"Check publish message containing Script","time":{"start":1728457481259,"stop":1728457481260,"duration":1},"status":"passed","severity":"normal"},{"uid":"12cc5a02ac761f4e","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1728457146559,"stop":1728457146559,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa534ec383e385c8","name":"Passing invalid cursor","time":{"start":1728457525093,"stop":1728457525094,"duration":1},"status":"passed","severity":"normal"},{"uid":"fde1ad5652846020","name":"Check received message containing SQL Injection","time":{"start":1728457448618,"stop":1728457448619,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bd898e8a79c0815","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1728457146564,"stop":1728457146564,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ad2516b1c47b327","name":"Generator, 2 different pubsubtopics","time":{"start":1728457554121,"stop":1728457554121,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0355393fa48681a","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728457537128,"stop":1728457537128,"duration":0},"status":"passed","severity":"normal"},{"uid":"561634ef46690df9","name":"Symmetric encrypt & Decrypt","time":{"start":1728457181538,"stop":1728457181538,"duration":0},"status":"passed","severity":"normal"},{"uid":"77f077597ac1984f","name":"unsubscribes","time":{"start":1728457556084,"stop":1728457556088,"duration":4},"status":"passed","severity":"normal"},{"uid":"f4cd1863ad74d606","name":"Push 30 different messages","time":{"start":1728457510439,"stop":1728457510439,"duration":0},"status":"passed","severity":"normal"},{"uid":"c74679a369fac640","name":"Check publish message containing shell command","time":{"start":1728457481264,"stop":1728457481265,"duration":1},"status":"passed","severity":"normal"},{"uid":"89d18af56cb97df6","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728457360326,"stop":1728457360328,"duration":2},"status":"passed","severity":"normal"},{"uid":"b865b2eefaac8bb4","name":"should encode/decode to RLP encoding","time":{"start":1728457155316,"stop":1728457155320,"duration":4},"status":"passed","severity":"normal"},{"uid":"d7a22dbece06b2cb","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1728457146581,"stop":1728457146581,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d94d8899ef60cb2","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728457360315,"stop":1728457360315,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6d5cca9b06184e4","name":"LightPush: 3 peers, Filter: 0 peers","time":{"start":1728457377685,"stop":1728457377685,"duration":0},"status":"passed","severity":"normal"},{"uid":"3df7aa399986e9d5","name":"Check received message containing escaped characters","time":{"start":1728457448609,"stop":1728457448609,"duration":0},"status":"passed","severity":"normal"},{"uid":"38f1ea72e0c28963","name":"should return valid sharding parameters for static sharding","time":{"start":1728457146583,"stop":1728457146583,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d6095961223e65a","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1728457289907,"stop":1728457289907,"duration":0},"status":"passed","severity":"normal"},{"uid":"2968aad0dcba3823","name":"Push message with content topic containing Chinese","time":{"start":1728457510449,"stop":1728457510450,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a5f8f104454b93b","name":"Push message with Script payload","time":{"start":1728457473514,"stop":1728457473514,"duration":0},"status":"passed","severity":"normal"},{"uid":"13c98faec372ba1e","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1728457289893,"stop":1728457289893,"duration":0},"status":"passed","severity":"normal"},{"uid":"17a4d2498356d6c8","name":"random static sharding 7 - Cluster ID: 773, Shard ID: 151","time":{"start":1728457528780,"stop":1728457528781,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9bbcf74e44f9e96","name":"should be able to decode the field with only RELAY set to true","time":{"start":1728457154574,"stop":1728457154575,"duration":1},"status":"passed","severity":"normal"},{"uid":"e851f70bc6fb91d4","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728457537130,"stop":1728457537130,"duration":0},"status":"passed","severity":"normal"},{"uid":"a036b690bffdc93b","name":"same cluster, same shard: nodes connect","time":{"start":1728457402355,"stop":1728457402355,"duration":0},"status":"passed","severity":"normal"},{"uid":"841fa64efcb5c314","name":"Subscribe to topic containing long and receive message","time":{"start":1728457537124,"stop":1728457537125,"duration":1},"status":"passed","severity":"normal"},{"uid":"e58213e42ab9647c","name":"Check received message containing Russian","time":{"start":1728457322404,"stop":1728457322405,"duration":1},"status":"passed","severity":"normal"},{"uid":"58050aba6bcdc7e9","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1728457490912,"stop":1728457490912,"duration":0},"status":"passed","severity":"normal"},{"uid":"74513d589de39c1d","name":"isConnected should return false after all peers disconnect","time":{"start":1728457237159,"stop":1728457237159,"duration":0},"status":"passed","severity":"normal"},{"uid":"6396dadc36e03ebc","name":"should remove the specified number of excess peers","time":{"start":1728457186734,"stop":1728457186735,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a4dfb98406b3f24","name":"Check publish message containing short","time":{"start":1728457481245,"stop":1728457481246,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa4bbe59fa379e2a","name":"Check publish message containing Russian","time":{"start":1728457481255,"stop":1728457481255,"duration":0},"status":"passed","severity":"normal"},{"uid":"2222e486537dc86b","name":"should be called at least once on all `peer:discovery` events","time":{"start":1728457212722,"stop":1728457212732,"duration":10},"status":"passed","severity":"normal"},{"uid":"6bda151061f9d334","name":"should only return 1 node with store capability","time":{"start":1728457170945,"stop":1728457170945,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4c267c3fd4e6b0b","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1728457181101,"stop":1728457181102,"duration":1},"status":"passed","severity":"normal"},{"uid":"de1cb9889155db5f","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728457280061,"stop":1728457280062,"duration":1},"status":"passed","severity":"normal"},{"uid":"6aac463e9ee0a05","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1728457170051,"stop":1728457170051,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8babbd91c218a42","name":"Push message with Basic HTML tag payload","time":{"start":1728457473515,"stop":1728457473515,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1ce054b24fc00d6","name":"Renews subscription after lossing a connection","time":{"start":1728457537132,"stop":1728457537132,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb2be8c745613b1f","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1728457548043,"stop":1728457548044,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea20038be0a15d8f","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1728457548044,"stop":1728457548045,"duration":1},"status":"passed","severity":"normal"},{"uid":"408e2c0fbfbdde77","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457401576,"stop":1728457401580,"duration":4},"status":"passed","severity":"normal"},{"uid":"6151f7311673af0","name":"Encoder throws on undefined content topic","time":{"start":1728457181104,"stop":1728457181104,"duration":0},"status":"passed","severity":"normal"},{"uid":"37389881f0fd3336","name":"Check received message containing shell command","time":{"start":1728457448609,"stop":1728457448609,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7a8398465be5548","name":"Query generator for multiple messages with different content topic format","time":{"start":1728457558862,"stop":1728457558863,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8cb7297b28d96bc","name":"Subscribe and publish message","time":{"start":1728457490910,"stop":1728457490912,"duration":2},"status":"passed","severity":"normal"},{"uid":"73a3052eb1a439f9","name":"Check message with no pubsub topic is not received","time":{"start":1728457322433,"stop":1728457322433,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b8b112e6449f432","name":"returns all values when wanted number matches available values","time":{"start":1728457170048,"stop":1728457170050,"duration":2},"status":"passed","severity":"normal"},{"uid":"7427b5ae299e46bf","name":"non connected peers","time":{"start":1728457448880,"stop":1728457448885,"duration":5},"status":"skipped","severity":"normal"},{"uid":"788253022b7a0ce2","name":"1 Relay, 1 Filter, gives up","time":{"start":1728457170741,"stop":1728457170741,"duration":0},"status":"passed","severity":"normal"},{"uid":"28c32ea09e3364bb","name":"should throw error - no id","time":{"start":1728457155314,"stop":1728457155314,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3f835fb7de09bf2","name":"should only return 1 node with relay and store capability","time":{"start":1728457170945,"stop":1728457170945,"duration":0},"status":"passed","severity":"normal"},{"uid":"e763b1a6f07fcae6","name":"Check publish message containing XML","time":{"start":1728457481260,"stop":1728457481261,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbe9bbe2f9c6c63b","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728457280062,"stop":1728457280063,"duration":1},"status":"passed","severity":"normal"},{"uid":"396e020df47173bc","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1728457289959,"stop":1728457289970,"duration":11},"status":"passed","severity":"normal"},{"uid":"fab6c9a9428d5c05","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1728457360328,"stop":1728457360329,"duration":1},"status":"passed","severity":"normal"},{"uid":"d49e2a7002f0bfad","name":"Check received message containing short","time":{"start":1728457322390,"stop":1728457322391,"duration":1},"status":"passed","severity":"normal"},{"uid":"be4b09036d4cdc21","name":"Check received message containing Chinese","time":{"start":1728457322400,"stop":1728457322404,"duration":4},"status":"passed","severity":"normal"},{"uid":"1c605b21db4b4a65","name":"should properly create location multiaddrs - udp4","time":{"start":1728457155321,"stop":1728457155321,"duration":0},"status":"passed","severity":"normal"},{"uid":"b24cb7e93a30cb21","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728457322428,"stop":1728457322428,"duration":0},"status":"passed","severity":"normal"},{"uid":"83e9f77927f201ff","name":"Ordered Callback - true","time":{"start":1728457542832,"stop":1728457542832,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f6b7a7e64114b6b","name":"configure the node with multiple content topics","time":{"start":1728457516705,"stop":1728457516706,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f7dc6d95a7f2a7d","name":"Check received message containing short","time":{"start":1728457448615,"stop":1728457448616,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca480ade86f006a0","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1728457525087,"stop":1728457525088,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef910953983d6e33","name":"random static sharding 8 - Cluster ID: 97, Shard ID: 624","time":{"start":1728457528781,"stop":1728457528781,"duration":0},"status":"passed","severity":"normal"},{"uid":"31a083d4fe4c498c","name":"Passing page size 3 when there are 20 messages","time":{"start":1728457555213,"stop":1728457555213,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b8496f3c3be7590","name":"Renews subscription after lossing a connection","time":{"start":1728457537155,"stop":1728457537155,"duration":0},"status":"passed","severity":"normal"},{"uid":"878e4d62e68b3cb6","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289884,"stop":1728457289884,"duration":0},"status":"passed","severity":"normal"},{"uid":"c47680711a3fc3fd","name":"start node with empty content topic","time":{"start":1728457516707,"stop":1728457516707,"duration":0},"status":"passed","severity":"normal"},{"uid":"aabf423375d5a148","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1728457252532,"stop":1728457252532,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5e341e77390743d","name":"Check received message containing Russian","time":{"start":1728457448605,"stop":1728457448606,"duration":1},"status":"passed","severity":"normal"},{"uid":"3098116109ad2433","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1728457290007,"stop":1728457290007,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dcdf2478a0e584b","name":"random static sharding 2 - Cluster ID: 805, Shard ID: 308","time":{"start":1728457528775,"stop":1728457528776,"duration":1},"status":"passed","severity":"normal"},{"uid":"358f0cc5e32d47b7","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1728457146569,"stop":1728457146569,"duration":0},"status":"passed","severity":"normal"},{"uid":"509510f334727ba","name":"random static sharding 6 - Cluster ID: 127, Shard ID: 694","time":{"start":1728457528780,"stop":1728457528780,"duration":0},"status":"passed","severity":"normal"},{"uid":"c89608c556221e4","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728457537136,"stop":1728457537137,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc3cc288d9c6f60e","name":"Check received message containing short","time":{"start":1728457448602,"stop":1728457448602,"duration":0},"status":"passed","severity":"normal"},{"uid":"1377a7f738b844fc","name":"Fails to push message with empty content topic","time":{"start":1728457473534,"stop":1728457473534,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7d887364bf3ea06","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457554120,"stop":1728457554120,"duration":0},"status":"passed","severity":"normal"},{"uid":"81ff53b083c8f7ec","name":"Check received message containing long","time":{"start":1728457448602,"stop":1728457448602,"duration":0},"status":"passed","severity":"normal"},{"uid":"f077b42bd88ffacb","name":"should throw error - no public key","time":{"start":1728457155313,"stop":1728457155314,"duration":1},"status":"passed","severity":"normal"},{"uid":"af8efa7acda415a6","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1728457146586,"stop":1728457146586,"duration":0},"status":"passed","severity":"normal"},{"uid":"412fbacd84aa265","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1728457146559,"stop":1728457146559,"duration":0},"status":"passed","severity":"normal"},{"uid":"2069238e479dd4a5","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app49/8/topic305/utf8","time":{"start":1728457516694,"stop":1728457516695,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf7e2bb16f0537e","name":"LightPush: 2 peers, Filter: 3 peers","time":{"start":1728457377683,"stop":1728457377684,"duration":1},"status":"passed","severity":"normal"},{"uid":"272da3ae2ceed5ca","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1728457237157,"stop":1728457237157,"duration":0},"status":"passed","severity":"normal"},{"uid":"58c316f535215327","name":"Check publish message containing emoji","time":{"start":1728457481269,"stop":1728457481270,"duration":1},"status":"passed","severity":"normal"},{"uid":"66901d71bd51cce6","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app98/9/topic934/proto","time":{"start":1728457516696,"stop":1728457516698,"duration":2},"status":"passed","severity":"normal"},{"uid":"fb131b32804313f7","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289895,"stop":1728457289895,"duration":0},"status":"passed","severity":"normal"},{"uid":"204904de885f4d8","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1728457525084,"stop":1728457525087,"duration":3},"status":"passed","severity":"normal"},{"uid":"f2e63a1bb42230d0","name":"should throw an error if shards are undefined for static sharding","time":{"start":1728457146568,"stop":1728457146568,"duration":0},"status":"passed","severity":"normal"},{"uid":"a55e10717d086356","name":"should return no connections if no open connection provided","time":{"start":1728457162259,"stop":1728457162260,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f219ec13f815511","name":"should return usable stream attached to connection","time":{"start":1728457162205,"stop":1728457162208,"duration":3},"status":"passed","severity":"normal"},{"uid":"ca302524d9efd4bb","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1728457481299,"stop":1728457481300,"duration":1},"status":"passed","severity":"normal"},{"uid":"510fb53b514a5ccf","name":"should return false","time":{"start":1728457155315,"stop":1728457155315,"duration":0},"status":"passed","severity":"normal"},{"uid":"81e48f23daa8e7a9","name":"handles different clusterIds correctly","time":{"start":1728457146563,"stop":1728457146563,"duration":0},"status":"passed","severity":"normal"},{"uid":"1be83f180ca35c99","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728457537139,"stop":1728457537139,"duration":0},"status":"passed","severity":"normal"},{"uid":"97e1c8aa41444656","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728457252532,"stop":1728457252533,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fb567ebac592748","name":"Subscribe and receives messages on 20 topics","time":{"start":1728457537135,"stop":1728457537135,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f408fe09dcce726","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728457537133,"stop":1728457537133,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5409017be554ecd","name":"should set field with only RELAY enabled","time":{"start":1728457155323,"stop":1728457155324,"duration":1},"status":"passed","severity":"normal"},{"uid":"d595aaf756697174","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1728457490932,"stop":1728457490932,"duration":0},"status":"passed","severity":"normal"},{"uid":"535d05ced54c069b","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728457537131,"stop":1728457537132,"duration":1},"status":"passed","severity":"normal"},{"uid":"d29b43f900e3afd0","name":"Publish without waiting for remote peer","time":{"start":1728457490910,"stop":1728457490910,"duration":0},"status":"passed","severity":"normal"},{"uid":"15a648300aef833d","name":"Relay","time":{"start":1728457211432,"stop":1728457211432,"duration":0},"status":"passed","severity":"normal"},{"uid":"38eb06a3071e1a6","name":"Check message with no payload is not received","time":{"start":1728457448632,"stop":1728457448633,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1d3377f018f92a7","name":"Push message with content topic containing short","time":{"start":1728457510440,"stop":1728457510444,"duration":4},"status":"passed","severity":"normal"},{"uid":"3714b782d5ee7af5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1728457289888,"stop":1728457289889,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5d7f2ae1a32915c","name":"should correctly map a content topic to a pubsub topic","time":{"start":1728457146584,"stop":1728457146584,"duration":0},"status":"passed","severity":"normal"},{"uid":"5765ddd4dad2e758","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728457537126,"stop":1728457537126,"duration":0},"status":"passed","severity":"normal"},{"uid":"c62d5d5aedf64c5b","name":"Ping fails for unsubscribed peers","time":{"start":1728457287383,"stop":1728457287384,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc8f0acdb67eeb3d","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1728457170446,"stop":1728457170446,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4bc86284f3061c4","name":"Check received message containing long","time":{"start":1728457448616,"stop":1728457448616,"duration":0},"status":"passed","severity":"normal"},{"uid":"256958811ff33e0a","name":"should not fail to stop the service if it was not started","time":{"start":1728457498410,"stop":1728457498411,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e2dbf94683f6fe9","name":"Waku message hash computation (no timestamp)","time":{"start":1728457149128,"stop":1728457149128,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3c8156d5d8a4c30","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728457280064,"stop":1728457280064,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ea28011ff87ffd5","name":"Push message with short payload","time":{"start":1728457473507,"stop":1728457473507,"duration":0},"status":"passed","severity":"normal"},{"uid":"f50a328ae9a9a8bd","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1728457289895,"stop":1728457289896,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1c499b78a71f4f","name":"Check received message containing special chars","time":{"start":1728457322393,"stop":1728457322400,"duration":7},"status":"passed","severity":"normal"},{"uid":"fdb9d63196182910","name":"can dial TLS multiaddrs","time":{"start":1728457405293,"stop":1728457405294,"duration":1},"status":"passed","severity":"normal"},{"uid":"6102d14e457e4c3","name":"should reject if Filter is requested but not mounted","time":{"start":1728457186696,"stop":1728457186697,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2835698b78ccf5c","name":"Check publish message containing escaped characters","time":{"start":1728457481265,"stop":1728457481268,"duration":3},"status":"passed","severity":"normal"},{"uid":"673d3ff0e57ed04f","name":"Check received message containing Chinese","time":{"start":1728457448617,"stop":1728457448617,"duration":0},"status":"passed","severity":"normal"},{"uid":"424b5fefc25195ca","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app85/2/topic661/json","time":{"start":1728457516699,"stop":1728457516699,"duration":0},"status":"passed","severity":"normal"},{"uid":"8779ecee3d7a0ab","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728457351732,"stop":1728457351733,"duration":1},"status":"passed","severity":"normal"},{"uid":"2624b81981537230","name":"handles empty contentTopics array correctly","time":{"start":1728457146584,"stop":1728457146584,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea09ad0734b96f9f","name":"should be able to encode the field with only RELAY set to true","time":{"start":1728457154567,"stop":1728457154568,"duration":1},"status":"passed","severity":"normal"},{"uid":"8af5d58f3175098d","name":"getPeersByDiscovery","time":{"start":1728457486605,"stop":1728457486605,"duration":0},"status":"passed","severity":"normal"},{"uid":"a81a492bfbb23e45","name":"Subscribe to topic containing Script and receive message","time":{"start":1728457360314,"stop":1728457360314,"duration":0},"status":"passed","severity":"normal"},{"uid":"86423bb2cfe9c40f","name":"should use DNS peer discovery with light client","time":{"start":1728457215720,"stop":1728457215721,"duration":1},"status":"skipped","severity":"normal"},{"uid":"acebc0eaa456f4f0","name":"Subscribe to topic containing Script and receive message","time":{"start":1728457537127,"stop":1728457537128,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d7c56069d7d5627","name":"Check received message containing Arabic","time":{"start":1728457448604,"stop":1728457448605,"duration":1},"status":"passed","severity":"normal"},{"uid":"7af1aa96f38300d3","name":"should be able to decode the field with only STORE set to true","time":{"start":1728457154575,"stop":1728457154576,"duration":1},"status":"passed","severity":"normal"},{"uid":"3522a8c0d4d55555","name":"Check received message containing shell command","time":{"start":1728457448622,"stop":1728457448622,"duration":0},"status":"passed","severity":"normal"},{"uid":"aba04f3f251c15a6","name":"throws on content topic with too few or too many fields","time":{"start":1728457146544,"stop":1728457146544,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f9da92342742e05","name":"Subscribe to topic containing JSON and publish message","time":{"start":1728457490934,"stop":1728457490934,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8c8cc95092e7f52","name":"should set field with all protocols disabled","time":{"start":1728457155323,"stop":1728457155323,"duration":0},"status":"passed","severity":"normal"},{"uid":"2dd50f23eed0f853","name":"Check received message containing shell command","time":{"start":1728457322409,"stop":1728457322417,"duration":8},"status":"passed","severity":"normal"},{"uid":"e408170bd59ef63f","name":"Check received message containing Basic HTML tag","time":{"start":1728457448620,"stop":1728457448620,"duration":0},"status":"passed","severity":"normal"},{"uid":"261abe0423d2d07","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1728457562264,"stop":1728457562266,"duration":2},"status":"passed","severity":"normal"},{"uid":"baba29c94c185f16","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1728457478652,"stop":1728457478652,"duration":0},"status":"passed","severity":"normal"},{"uid":"9653cd96bced092d","name":"Promise Callback - false","time":{"start":1728457542831,"stop":1728457542831,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b5d9048f092fee9","name":"Used by Waku Relay","time":{"start":1728457604302,"stop":1728457604302,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ad2a0129bdaf665","name":"Subscribe and receive messages via lightPush","time":{"start":1728457537132,"stop":1728457537133,"duration":1},"status":"passed","severity":"normal"},{"uid":"f93d58048fa65452","name":"Ping on peer without subscriptions","time":{"start":1728457249552,"stop":1728457249553,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba76b4e304533332","name":"Query with Ordered Callback, No message returned","time":{"start":1728457536281,"stop":1728457536281,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1744e14f73023bc","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728457537129,"stop":1728457537130,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c889b24ddc112a4","name":"Check message on other pubsub topic is not received","time":{"start":1728457448612,"stop":1728457448613,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9b06b6b87cd889d","name":"Fails to push message with large meta","time":{"start":1728457473535,"stop":1728457473535,"duration":0},"status":"passed","severity":"normal"},{"uid":"d848b72aa3d7a867","name":"throws on content topic with empty topic name field","time":{"start":1728457146547,"stop":1728457146548,"duration":1},"status":"passed","severity":"normal"},{"uid":"64fed4b41b426134","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728457537153,"stop":1728457537154,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a1af2411e25433b","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1728457146578,"stop":1728457146578,"duration":0},"status":"passed","severity":"normal"},{"uid":"85a862a0ebac911a","name":"Generator, custom pubsub topic","time":{"start":1728457554120,"stop":1728457554120,"duration":0},"status":"passed","severity":"normal"},{"uid":"1da22f49f73fc6c9","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1728457237157,"stop":1728457237158,"duration":1},"status":"passed","severity":"normal"},{"uid":"32f0d5c292cb8b20","name":"Fails to publish message with empty text","time":{"start":1728457481283,"stop":1728457481288,"duration":5},"status":"passed","severity":"normal"},{"uid":"148226d642cb8cd1","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728457351724,"stop":1728457351724,"duration":0},"status":"passed","severity":"normal"},{"uid":"95dcca467529f999","name":"Check received message containing XML","time":{"start":1728457448619,"stop":1728457448620,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5fbb37a54c308e3","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728457537154,"stop":1728457537155,"duration":1},"status":"passed","severity":"normal"},{"uid":"616689769e831a6a","name":"Encoder throws on undefined content topic","time":{"start":1728457162907,"stop":1728457162907,"duration":0},"status":"passed","severity":"normal"},{"uid":"25727a2199bcc91f","name":"should wait for LightPush peer to be connected","time":{"start":1728457186698,"stop":1728457186698,"duration":0},"status":"passed","severity":"normal"},{"uid":"2433548d60416d0b","name":"LightPush: 1 peers, Filter: 2 peers","time":{"start":1728457377681,"stop":1728457377681,"duration":0},"status":"passed","severity":"normal"},{"uid":"5226a2ada6fc880f","name":"Filter with 2 connections","time":{"start":1728457350093,"stop":1728457350093,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcc5b561801891af","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1728457490936,"stop":1728457490944,"duration":8},"status":"passed","severity":"normal"},{"uid":"cabfea2dbea99fba","name":"random static sharding 9 - Cluster ID: 172, Shard ID: 18","time":{"start":1728457528782,"stop":1728457528782,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7235ebc50e046d","name":"Check publish message after client node is restarted","time":{"start":1728457481312,"stop":1728457481312,"duration":0},"status":"skipped","severity":"normal"},{"uid":"59169a2aaf566a35","name":"Push message with rate limit","time":{"start":1728457510464,"stop":1728457510466,"duration":2},"status":"passed","severity":"normal"},{"uid":"5ccba2dd38a7b06d","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728457537140,"stop":1728457537141,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1f4eb0dfa5bb4","name":"Check message on other pubsub topic is not received","time":{"start":1728457448631,"stop":1728457448631,"duration":0},"status":"passed","severity":"normal"},{"uid":"770318208da1d542","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1728457490913,"stop":1728457490913,"duration":0},"status":"passed","severity":"normal"},{"uid":"106b13be2c9baa68","name":"addEventListener with wrong event","time":{"start":1728457245462,"stop":1728457245462,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a2f0c825e307e71","name":"Check received message containing unicode special characters","time":{"start":1728457322422,"stop":1728457322425,"duration":3},"status":"passed","severity":"normal"},{"uid":"b3fff4e0771e10b3","name":"throws on empty content topic","time":{"start":1728457146543,"stop":1728457146543,"duration":0},"status":"passed","severity":"normal"},{"uid":"844bf1a733e96945","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1728457146573,"stop":1728457146573,"duration":0},"status":"passed","severity":"normal"},{"uid":"58dfc9b648d34351","name":"Push message with Chinese payload","time":{"start":1728457473509,"stop":1728457473509,"duration":0},"status":"passed","severity":"normal"},{"uid":"4095c5d1e1f0029f","name":"Overlapping topic subscription","time":{"start":1728457537137,"stop":1728457537137,"duration":0},"status":"passed","severity":"normal"},{"uid":"911ef775651cb082","name":"new peer added after a peer was already found","time":{"start":1728457486605,"stop":1728457486605,"duration":0},"status":"skipped","severity":"normal"},{"uid":"18cb25782107c445","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1728457490923,"stop":1728457490924,"duration":1},"status":"passed","severity":"normal"},{"uid":"18de6b4c6f426b85","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728457537146,"stop":1728457537146,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd0877de5bc9cc74","name":"Publishes to nwaku","time":{"start":1728457469053,"stop":1728457469064,"duration":11},"status":"passed","severity":"normal"},{"uid":"52112206cb9e07f4","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1728457154569,"stop":1728457154570,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca9bb617211934cc","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1728457146575,"stop":1728457146576,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b80af1ec3348ae3","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728457537135,"stop":1728457537135,"duration":0},"status":"passed","severity":"normal"},{"uid":"10d35ed71ebc595d","name":"Check received message containing SQL Injection","time":{"start":1728457322405,"stop":1728457322405,"duration":0},"status":"passed","severity":"normal"},{"uid":"76cd90f594b1851b","name":"Push message with SQL Injection payload","time":{"start":1728457510422,"stop":1728457510423,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab3fc4e0e5569ba9","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app32/3/topic334/xml","time":{"start":1728457516701,"stop":1728457516701,"duration":0},"status":"passed","severity":"normal"},{"uid":"14117d9ab363327","name":"configure the node with multiple pubsub topics","time":{"start":1728457528783,"stop":1728457528783,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d85de2ee040890e","name":"Push message with emoji payload","time":{"start":1728457473517,"stop":1728457473518,"duration":1},"status":"passed","severity":"normal"},{"uid":"8521410e4e3f7858","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728457537119,"stop":1728457537120,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4edaf3e9229b98b","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app56/6/topic673/json","time":{"start":1728457516703,"stop":1728457516703,"duration":0},"status":"passed","severity":"normal"},{"uid":"3145045e5db22bae","name":"Relay + Store","time":{"start":1728457155325,"stop":1728457155325,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e9d54a83616b0eb","name":"Check received message containing long","time":{"start":1728457322391,"stop":1728457322392,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9f5b758d69d096d","name":"should be able to decode the field with only FILTER set to true","time":{"start":1728457154575,"stop":1728457154575,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf3c8e55cb5fab14","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1728457252528,"stop":1728457252528,"duration":0},"status":"passed","severity":"normal"},{"uid":"677a25d630468fcc","name":"Push message with escaped characters payload","time":{"start":1728457473516,"stop":1728457473516,"duration":0},"status":"passed","severity":"normal"},{"uid":"161fea5cf30d4ab6","name":"Check message received after jswaku node is restarted","time":{"start":1728457448614,"stop":1728457448614,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1c6075456de85bb0","name":"Push message with shell command payload","time":{"start":1728457473515,"stop":1728457473516,"duration":1},"status":"passed","severity":"normal"},{"uid":"abb10eb4cddb697b","name":"udp ip6 address","time":{"start":1728457154791,"stop":1728457154791,"duration":0},"status":"passed","severity":"normal"},{"uid":"5136dfb110062c38","name":"ignores domain fetching errors","time":{"start":1728457170943,"stop":1728457170943,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c4afafcbf9fd09c","name":"Filter with 1 connections","time":{"start":1728457350091,"stop":1728457350092,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbbea5b671dad93d","name":"LightPush: 0 peers, Filter: 1 peers","time":{"start":1728457377679,"stop":1728457377679,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4c418bfe33b0c89","name":"should return different streams if requested simultaniously","time":{"start":1728457162213,"stop":1728457162216,"duration":3},"status":"passed","severity":"normal"},{"uid":"377b004374c94792","name":"Push to array if already present","time":{"start":1728457146186,"stop":1728457146186,"duration":0},"status":"passed","severity":"normal"},{"uid":"81b2c4f9ec2053c1","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1728457170946,"stop":1728457170947,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5d06fb47cd3a0da0","name":"should return false when no peers exist","time":{"start":1728457186734,"stop":1728457186734,"duration":0},"status":"passed","severity":"normal"},{"uid":"e142f6bff7cada14","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1728457478653,"stop":1728457478653,"duration":0},"status":"passed","severity":"normal"},{"uid":"88036478cbe1fdc5","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728457351724,"stop":1728457351725,"duration":1},"status":"passed","severity":"normal"},{"uid":"41599cb1c4b6093b","name":"should use the provided clusterId for the pubsub topic","time":{"start":1728457146584,"stop":1728457146585,"duration":1},"status":"passed","severity":"normal"},{"uid":"dba277181f08f079","name":"Subscribe to topic containing Script and publish message","time":{"start":1728457490933,"stop":1728457490933,"duration":0},"status":"passed","severity":"normal"},{"uid":"71b56c716f5a70f7","name":"random static sharding 1 - Cluster ID: 35, Shard ID: 533","time":{"start":1728457528773,"stop":1728457528775,"duration":2},"status":"passed","severity":"normal"},{"uid":"c8b33439af3819db","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728457448627,"stop":1728457448629,"duration":2},"status":"passed","severity":"normal"},{"uid":"872387736843e34b","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1728457146560,"stop":1728457146560,"duration":0},"status":"passed","severity":"normal"},{"uid":"f097389bb7f22f0","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728457537145,"stop":1728457537145,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbef932e29bf8394","name":"Push message with long payload","time":{"start":1728457510410,"stop":1728457510410,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ff3e6ae2e4511e5","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728457360325,"stop":1728457360326,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e0dd2571e6ff21c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728457351722,"stop":1728457351722,"duration":0},"status":"passed","severity":"normal"},{"uid":"c347bd051de68aca","name":"Subscribe to topic containing short and receive message","time":{"start":1728457360307,"stop":1728457360308,"duration":1},"status":"passed","severity":"normal"},{"uid":"79b57f92717d3660","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728457252528,"stop":1728457252529,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a284dab8b35a101","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728457537122,"stop":1728457537122,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e2625a84d4244da","name":"Push message with content topic containing escaped characters","time":{"start":1728457473532,"stop":1728457473533,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7efecbaa93ed784","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1728457548044,"stop":1728457548044,"duration":0},"status":"passed","severity":"normal"},{"uid":"57ff22ad4cc8faab","name":"Waku message hash computation (payload length 0)","time":{"start":1728457149127,"stop":1728457149128,"duration":1},"status":"passed","severity":"normal"},{"uid":"7977ecf4427cefa2","name":"Check received message with timestamp: 1728457204567000000 ","time":{"start":1728457448624,"stop":1728457448624,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d88c3af78300f73","name":"Subscribe and receive messages via lightPush","time":{"start":1728457537118,"stop":1728457537119,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb673228e20ba3d8","name":"Number of peers are maintained correctly","time":{"start":1728457287382,"stop":1728457287382,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b58ffff411ccaa","name":"Push message with meta","time":{"start":1728457473534,"stop":1728457473535,"duration":1},"status":"passed","severity":"normal"},{"uid":"d567a1e7b6d5ca1a","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1728457360324,"stop":1728457360325,"duration":1},"status":"passed","severity":"normal"},{"uid":"8dc56e5c68be31c","name":"Check received message containing Russian","time":{"start":1728457448618,"stop":1728457448618,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5e6db63d81e2acf","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1728457146570,"stop":1728457146570,"duration":0},"status":"passed","severity":"normal"},{"uid":"984db87c3600102a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1728457146575,"stop":1728457146575,"duration":0},"status":"passed","severity":"normal"},{"uid":"f871c98c8f2f494b","name":"should properly create location multiaddrs - tcp6","time":{"start":1728457155322,"stop":1728457155322,"duration":0},"status":"passed","severity":"normal"},{"uid":"f51db7e8ee0f289b","name":"Reusing cursor across nodes","time":{"start":1728457525092,"stop":1728457525093,"duration":1},"status":"passed","severity":"normal"},{"uid":"b07dbce4f89bd991","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1728457290006,"stop":1728457290006,"duration":0},"status":"passed","severity":"normal"},{"uid":"32d801b5eadff2f5","name":"returns nothing if no connections present","time":{"start":1728457162256,"stop":1728457162256,"duration":0},"status":"passed","severity":"normal"},{"uid":"a55596c6c19adae6","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728457401572,"stop":1728457401576,"duration":4},"status":"passed","severity":"normal"},{"uid":"9623ef591a976f21","name":"Nodes with multiple pubsub topic","time":{"start":1728457478653,"stop":1728457478653,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ef0b30b4409ac6e","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1728457525091,"stop":1728457525092,"duration":1},"status":"passed","severity":"normal"},{"uid":"61478bed505d4aa2","name":"Query Generator - true","time":{"start":1728457542828,"stop":1728457542829,"duration":1},"status":"passed","severity":"normal"},{"uid":"892ad3ae457ca3a1","name":"throws on content topic with generation field greater than 0","time":{"start":1728457146545,"stop":1728457146545,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ace9f35c101bd0d","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1728457146585,"stop":1728457146585,"duration":0},"status":"passed","severity":"normal"},{"uid":"143aa5dc1d0af474","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1728457562268,"stop":1728457562268,"duration":0},"status":"passed","severity":"normal"},{"uid":"83592cba1a262aaa","name":"Ping on unsubscribed peer","time":{"start":1728457250848,"stop":1728457250848,"duration":0},"status":"passed","severity":"normal"},{"uid":"609437cc86cd2203","name":"Ping on subscribed peer","time":{"start":1728457250837,"stop":1728457250837,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3e72d7749e68698","name":"should encode/decode to text encoding","time":{"start":1728457155320,"stop":1728457155320,"duration":0},"status":"passed","severity":"normal"},{"uid":"29f3fe7e267a6858","name":"should find and add new peers","time":{"start":1728457186735,"stop":1728457186735,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad868a986bd61376","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1728457170445,"stop":1728457170445,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9032a880c4f1313","name":"Push message on custom pubsubTopic","time":{"start":1728457401549,"stop":1728457401549,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7b704b33e37b0e3","name":"Query with Promise Callback, No Decoder","time":{"start":1728457536283,"stop":1728457536283,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3679815aa3248e7","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1728457174884,"stop":1728457174884,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdac6172a7f99151","name":"Push message with content topic containing long","time":{"start":1728457473520,"stop":1728457473520,"duration":0},"status":"passed","severity":"normal"},{"uid":"96a6fb8f074bafb7","name":"isConnected return false after peer stops","time":{"start":1728457237160,"stop":1728457237160,"duration":0},"status":"passed","severity":"normal"},{"uid":"2454d1d585fdf1b2","name":"getPeersByDiscovery","time":{"start":1728457245463,"stop":1728457245468,"duration":5},"status":"passed","severity":"normal"},{"uid":"8b689319a37ab420","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1728457289892,"stop":1728457289893,"duration":1},"status":"passed","severity":"normal"},{"uid":"2401ba277c0b3edd","name":"Push message equal or less that 1MB","time":{"start":1728457473542,"stop":1728457473545,"duration":3},"status":"passed","severity":"normal"},{"uid":"2afe5b2560368ba4","name":"should return all peers when numPeers is 0","time":{"start":1728457162725,"stop":1728457162725,"duration":0},"status":"passed","severity":"normal"},{"uid":"373047ab3edd55f4","name":"Store - dialed after - with timeout","time":{"start":1728457569742,"stop":1728457569743,"duration":1},"status":"passed","severity":"normal"},{"uid":"99bf38ce7ad27117","name":"removeEventListener with wrong event","time":{"start":1728457245463,"stop":1728457245463,"duration":0},"status":"passed","severity":"normal"},{"uid":"af4e605b85e08a14","name":"Callback on promise, aborts when callback returns true","time":{"start":1728457558864,"stop":1728457558864,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ae373ee85b124d2","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728457360304,"stop":1728457360305,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bb631e396895cae","name":"Push message with content topic containing Arabic","time":{"start":1728457473522,"stop":1728457473525,"duration":3},"status":"passed","severity":"normal"},{"uid":"b7939f0dba3ac3a5","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app62/4/topic831/proto","time":{"start":1728457516695,"stop":1728457516695,"duration":0},"status":"passed","severity":"normal"},{"uid":"58efafa494dc4ce2","name":"LightPush","time":{"start":1728457569743,"stop":1728457569743,"duration":0},"status":"passed","severity":"normal"},{"uid":"a178b8835e24530e","name":"LightPush: 0 peers, Filter: 0 peers","time":{"start":1728457377675,"stop":1728457377676,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7ba963d30598ed9","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1728457146565,"stop":1728457146565,"duration":0},"status":"passed","severity":"normal"},{"uid":"e43fef0de79809e8","name":"should properly create peer info with all multiaddrs","time":{"start":1728457155322,"stop":1728457155323,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f24cb2c383d280a","name":"Check received message containing emoji","time":{"start":1728457322425,"stop":1728457322425,"duration":0},"status":"passed","severity":"normal"},{"uid":"c44ca1fd7c2aa024","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1728457289887,"stop":1728457289887,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f59757ff4454f32","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1728457146582,"stop":1728457146582,"duration":0},"status":"passed","severity":"normal"},{"uid":"72f10052ab7ced0a","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1728457536281,"stop":1728457536282,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f18be45fe01631f","name":"throws on content topic with empty application field","time":{"start":1728457146545,"stop":1728457146546,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e63383f3526896a","name":"should reject if Relay is requested but not mounted","time":{"start":1728457186694,"stop":1728457186695,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c17e0366dd6f6eb","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457554123,"stop":1728457554124,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ed782173b94eee1","name":"Check received message containing SQL Injection","time":{"start":1728457448606,"stop":1728457448607,"duration":1},"status":"passed","severity":"normal"},{"uid":"55751cfcfaa8d0ac","name":"should not fail to start the service if it is already started","time":{"start":1728457215712,"stop":1728457215713,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f59afce6fd14c58","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1728457289925,"stop":1728457289931,"duration":6},"status":"passed","severity":"normal"},{"uid":"c823216002e8b21b","name":"Filter with 0 connections","time":{"start":1728457350090,"stop":1728457350091,"duration":1},"status":"passed","severity":"normal"},{"uid":"902a3257e58acf6c","name":"Subscribe to topic containing emoji and publish message","time":{"start":1728457490944,"stop":1728457490944,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f0cca9f731f7f6a","name":"through manual discovery","time":{"start":1728457405294,"stop":1728457405294,"duration":0},"status":"passed","severity":"normal"},{"uid":"fab3368d1fc806ed","name":"Check received message containing JSON","time":{"start":1728457322409,"stop":1728457322409,"duration":0},"status":"passed","severity":"normal"},{"uid":"76d3458d4afc3d16","name":"LightPush: 3 peers, Filter: 1 peers","time":{"start":1728457377685,"stop":1728457377686,"duration":1},"status":"passed","severity":"normal"},{"uid":"15a4ed2e841bb2a2","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1728457486609,"stop":1728457486609,"duration":0},"status":"passed","severity":"normal"},{"uid":"8211fb48e12a833d","name":"should not fail to start the service if it is already started","time":{"start":1728457498411,"stop":1728457498412,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed4831029682cc9e","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1728457146565,"stop":1728457146566,"duration":1},"status":"passed","severity":"normal"},{"uid":"4823e1c6debb542c","name":"should be able to encode the field with only STORE set to true","time":{"start":1728457154568,"stop":1728457154569,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8f237bfc327e530","name":"Push message with content topic containing unicode special characters","time":{"start":1728457473533,"stop":1728457473533,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed1a1eff1660eade","name":"should remove a peer","time":{"start":1728457186732,"stop":1728457186732,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c7515276f76695f","name":"Ordered Callback - false","time":{"start":1728457542832,"stop":1728457542833,"duration":1},"status":"passed","severity":"normal"},{"uid":"189eb55f0cc1f2ca","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1728457490913,"stop":1728457490914,"duration":1},"status":"passed","severity":"normal"},{"uid":"984ef74edf71f0f","name":"Fails to push message with empty content topic","time":{"start":1728457510461,"stop":1728457510462,"duration":1},"status":"passed","severity":"normal"},{"uid":"52a26f4d6a8ac25","name":"should not fail to start the service if it is already started","time":{"start":1728457174881,"stop":1728457174881,"duration":0},"status":"passed","severity":"normal"},{"uid":"70a0315368c77cc0","name":"Subscribe to topic containing emoji and receive message","time":{"start":1728457537130,"stop":1728457537131,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc89fd16e63feafd","name":"Sign & Recover","time":{"start":1728457181539,"stop":1728457181540,"duration":1},"status":"passed","severity":"normal"},{"uid":"350203ce94c41261","name":"random static sharding 4 - Cluster ID: 742, Shard ID: 261","time":{"start":1728457528779,"stop":1728457528779,"duration":0},"status":"passed","severity":"normal"},{"uid":"a11ee01f2b516e16","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1728457162908,"stop":1728457162908,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bdd647db440ba61","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1728457146559,"stop":1728457146560,"duration":1},"status":"passed","severity":"normal"},{"uid":"b07f6e17c0c19c78","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1728457146567,"stop":1728457146567,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c57ecad9100fdbb","name":"Push message with Russian payload","time":{"start":1728457510420,"stop":1728457510421,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb0c82320dffbc04","name":"Refresh subscription","time":{"start":1728457537124,"stop":1728457537124,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d677c787fc2bb8b","name":"Push message with content topic containing numeric","time":{"start":1728457510449,"stop":1728457510449,"duration":0},"status":"passed","severity":"normal"},{"uid":"632bece1b927cb2a","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1728457149125,"stop":1728457149126,"duration":1},"status":"passed","severity":"normal"},{"uid":"274fa610c18d8b5a","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728457280064,"stop":1728457280065,"duration":1},"status":"passed","severity":"normal"},{"uid":"5069cca3131fcdf9","name":"Subscribe and receive messages via lightPush","time":{"start":1728457360296,"stop":1728457360297,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdfd7de1a6a9ae8e","name":"Query Generator, Wrong PubsubTopic","time":{"start":1728457536269,"stop":1728457536270,"duration":1},"status":"passed","severity":"normal"},{"uid":"8108ab6a561f56f3","name":"Check message received after jswaku node is restarted","time":{"start":1728457322436,"stop":1728457322437,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5b01c7df0f340144","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1728457170947,"stop":1728457170947,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6e910f2ee241a735","name":"Push message with custom timestamp: 1728453760533","time":{"start":1728457473538,"stop":1728457473541,"duration":3},"status":"passed","severity":"normal"},{"uid":"4ef5616ebf9b5c8b","name":"can start the service","time":{"start":1728457174879,"stop":1728457174880,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f353e575c971800","name":"Subscribe and receive messages via waku relay post","time":{"start":1728457360301,"stop":1728457360302,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b65e926782b5044","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1728457146574,"stop":1728457146574,"duration":0},"status":"passed","severity":"normal"},{"uid":"1367d8c417c5950f","name":"Subscribe to topic containing long and receive message","time":{"start":1728457537138,"stop":1728457537139,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1092bc39542e310","name":"1 Store, 2 relays, 2 fetches","time":{"start":1728457170741,"stop":1728457170741,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca0c5fa62bb5eeb5","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1728457562268,"stop":1728457562268,"duration":0},"status":"passed","severity":"normal"},{"uid":"591ebada4039541b","name":"Push message with escaped characters payload","time":{"start":1728457510437,"stop":1728457510438,"duration":1},"status":"passed","severity":"normal"},{"uid":"adc563c030b20d4c","name":"Subscribe to topic containing XML and publish message","time":{"start":1728457490933,"stop":1728457490933,"duration":0},"status":"passed","severity":"normal"},{"uid":"63cf1e29194fff43","name":"LightPush with 3 connections","time":{"start":1728457350093,"stop":1728457350094,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b27bdc01efb1d48","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1728457211524,"stop":1728457211525,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4e6895ce3316e73","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1728457146576,"stop":1728457146576,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfe722f348479aad","name":"Ephemeral messages are not stored","time":{"start":1728457211522,"stop":1728457211522,"duration":0},"status":"passed","severity":"normal"},{"uid":"88f9188785e6fbda","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728457360313,"stop":1728457360313,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4e1ca26115e6dfa","name":"Overlapping topic subscription","time":{"start":1728457537123,"stop":1728457537123,"duration":0},"status":"passed","severity":"normal"},{"uid":"31d9f70ed90a826d","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1728457537133,"stop":1728457537134,"duration":1},"status":"passed","severity":"normal"},{"uid":"27e5c71dfe01d5a5","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1728457205205,"stop":1728457205206,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5e179616cb2e949","name":"Push message with custom timestamp: 1697698950297","time":{"start":1728457510466,"stop":1728457510466,"duration":0},"status":"passed","severity":"normal"},{"uid":"165817aadc0ad1da","name":"should properly create location multiaddrs - tcp","time":{"start":1728457155322,"stop":1728457155322,"duration":0},"status":"passed","severity":"normal"},{"uid":"90c6d3745955dd02","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728457360322,"stop":1728457360324,"duration":2},"status":"passed","severity":"normal"},{"uid":"2d0acf3ce21734a8","name":"Check message with no content topic is not received","time":{"start":1728457322433,"stop":1728457322433,"duration":0},"status":"passed","severity":"normal"},{"uid":"bada927983d7d01e","name":"Push 30 different messages","time":{"start":1728457473518,"stop":1728457473518,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d10e0ae816d9a3a","name":"Push message with content topic containing SQL Injection","time":{"start":1728457510454,"stop":1728457510455,"duration":1},"status":"passed","severity":"normal"},{"uid":"40591dd5adb58380","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1728457146578,"stop":1728457146578,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e5c12068c20ae18","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1728457289957,"stop":1728457289958,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b0cb97998f91455","name":"Default pageSize","time":{"start":1728457555215,"stop":1728457555215,"duration":0},"status":"passed","severity":"normal"},{"uid":"e967673a812afbed","name":"groups content topics by expected pubsub topic","time":{"start":1728457146562,"stop":1728457146562,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7d260d9e3cea20a","name":"should create a new stream if no existing for protocol found","time":{"start":1728457162211,"stop":1728457162212,"duration":1},"status":"passed","severity":"normal"},{"uid":"96e0901d45089879","name":"should throw error - no public key","time":{"start":1728457155315,"stop":1728457155315,"duration":0},"status":"passed","severity":"normal"},{"uid":"b519794c2a855d13","name":"should decode valid enr with tcp successfully","time":{"start":1728457155312,"stop":1728457155313,"duration":1},"status":"passed","severity":"normal"},{"uid":"227f4f0e7a4d3249","name":"throws on content topic with empty version field","time":{"start":1728457146546,"stop":1728457146547,"duration":1},"status":"passed","severity":"normal"},{"uid":"3176068c7fe3a254","name":"Query Generator, Multiple PubsubTopics","time":{"start":1728457536270,"stop":1728457536272,"duration":2},"status":"passed","severity":"normal"},{"uid":"5cef168392b5ad91","name":"Using a function","time":{"start":1728457604302,"stop":1728457604302,"duration":0},"status":"passed","severity":"normal"},{"uid":"855cb8142fe375af","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1728457562266,"stop":1728457562267,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfa60b740606e222","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1728457155312,"stop":1728457155312,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ee536cfb395066","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1728457146561,"stop":1728457146561,"duration":0},"status":"passed","severity":"normal"},{"uid":"6eddd0eeff2eb50","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1728457537122,"stop":1728457537123,"duration":1},"status":"passed","severity":"normal"},{"uid":"9634b92dd01a7dd8","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1728457351723,"stop":1728457351723,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dcdec593932e3cf","name":"Check received message containing XML","time":{"start":1728457448607,"stop":1728457448608,"duration":1},"status":"passed","severity":"normal"},{"uid":"91a87d24d1eabfee","name":"Js publishes, other Js receives","time":{"start":1728457469068,"stop":1728457469070,"duration":2},"status":"passed","severity":"normal"},{"uid":"af4784c5fdb0d27a","name":"should load peers from local storage and dispatch events","time":{"start":1728457174883,"stop":1728457174884,"duration":1},"status":"passed","severity":"normal"},{"uid":"7497951d04fece50","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1728457205204,"stop":1728457205205,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fe037d1b8cfc449","name":"Check publish message containing JSON","time":{"start":1728457481263,"stop":1728457481263,"duration":0},"status":"passed","severity":"normal"},{"uid":"bee96b4accc1da4e","name":"Decoder throws on empty string content topic","time":{"start":1728457182795,"stop":1728457182795,"duration":0},"status":"passed","severity":"normal"},{"uid":"e951c4ab2a4fa421","name":"should properly create location multiaddrs - udp6","time":{"start":1728457155321,"stop":1728457155322,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba8fef3b5e1977bf","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1728457558864,"stop":1728457558864,"duration":0},"status":"passed","severity":"normal"},{"uid":"6719cdcd58cff227","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1728457237156,"stop":1728457237156,"duration":0},"status":"passed","severity":"normal"},{"uid":"236bad17c282d88","name":"should return the correct number of peers","time":{"start":1728457186733,"stop":1728457186733,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a668377fff31552","name":"Should update multiaddrs","time":{"start":1728457405734,"stop":1728457405734,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2839027b2ed2808","name":"Subscribe to topic containing special chars and publish message","time":{"start":1728457490921,"stop":1728457490923,"duration":2},"status":"passed","severity":"normal"},{"uid":"2b883584324f8606","name":"isConnected should return true after first peer connects","time":{"start":1728457237158,"stop":1728457237159,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbe10c7c0e8cb3d3","name":"should throw an error for insufficient data","time":{"start":1728457146586,"stop":1728457146586,"duration":0},"status":"passed","severity":"normal"},{"uid":"da1b4b4085f87f50","name":"Ping on unsubscribed peer","time":{"start":1728457249553,"stop":1728457249553,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3080c5221744773","name":"Query generator for multiple messages with different message text format","time":{"start":1728457558859,"stop":1728457558859,"duration":0},"status":"passed","severity":"normal"},{"uid":"68eadaf8aa2f84e4","name":"Correctly serialized arguments","time":{"start":1728457402447,"stop":1728457402447,"duration":0},"status":"passed","severity":"normal"},{"uid":"dade81ba7cf8cbc8","name":"Push message with Basic HTML tag payload","time":{"start":1728457510427,"stop":1728457510428,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0bcac8f2aff5bf9","name":"Keep-alive pings maintain the connection","time":{"start":1728457287384,"stop":1728457287385,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2782cd0e9435a44","name":"Check message with no content topic is not received","time":{"start":1728457448613,"stop":1728457448613,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4cf2afd39ed1a84","name":"Push message with content topic containing Script","time":{"start":1728457510455,"stop":1728457510456,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8b92b15c4206027","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1728457289894,"stop":1728457289894,"duration":0},"status":"passed","severity":"normal"},{"uid":"528967278c44fc1f","name":"Check received message containing numeric","time":{"start":1728457322392,"stop":1728457322393,"duration":1},"status":"passed","severity":"normal"},{"uid":"41e2820b5feb48fd","name":"Check message received after nwaku node is restarted","time":{"start":1728457322438,"stop":1728457322438,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f82e88fd1bf000aa","name":"Check received message with timestamp: 1728457204468000000 ","time":{"start":1728457322426,"stop":1728457322426,"duration":0},"status":"passed","severity":"normal"},{"uid":"4efc90a70663089b","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1728457154578,"stop":1728457154578,"duration":0},"status":"passed","severity":"normal"},{"uid":"562b5aa1a58e1249","name":"LightPush with 2 connections","time":{"start":1728457350092,"stop":1728457350093,"duration":1},"status":"passed","severity":"normal"},{"uid":"f20a311ae89224c0","name":"Ping succeeds for all connected peers","time":{"start":1728457287382,"stop":1728457287383,"duration":1},"status":"passed","severity":"normal"},{"uid":"657c1a7b0edb7a5c","name":"safeDispatchEvent","time":{"start":1728457245469,"stop":1728457245470,"duration":1},"status":"passed","severity":"normal"},{"uid":"430d0d62cde3bf18","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1728457478648,"stop":1728457478649,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8d0e99bf11c5372","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1728457402353,"stop":1728457402354,"duration":1},"status":"passed","severity":"normal"},{"uid":"7dcd3a45cc2afd88","name":"can start and stop the service","time":{"start":1728457498405,"stop":1728457498410,"duration":5},"status":"passed","severity":"normal"},{"uid":"226bb57fbf0989ce","name":"Push message with content topic containing numeric","time":{"start":1728457473521,"stop":1728457473521,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b4b9fc62faab93c","name":"Does not throw an exception when node disconnects","time":{"start":1728457604301,"stop":1728457604301,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8d7170275fe2ff1","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728457537121,"stop":1728457537121,"duration":0},"status":"passed","severity":"normal"},{"uid":"26303ac89d68f4eb","name":"can start and stop the service","time":{"start":1728457174880,"stop":1728457174880,"duration":0},"status":"passed","severity":"normal"},{"uid":"94aa7a1130c0725d","name":"should not receive a peer event before start","time":{"start":1728457174882,"stop":1728457174882,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba2a1b73fd1cf9c8","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1728457154571,"stop":1728457154571,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3fd28391d17b068","name":"LightPush: 0 peers, Filter: 2 peers","time":{"start":1728457377679,"stop":1728457377680,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef896cdea3c76a1f","name":"Subscribe to topic containing XML and receive message","time":{"start":1728457537142,"stop":1728457537144,"duration":2},"status":"passed","severity":"normal"},{"uid":"384154b91e315eda","name":"Fails to push message bigger that 1MB","time":{"start":1728457473545,"stop":1728457473546,"duration":1},"status":"passed","severity":"normal"},{"uid":"f47d00c91920df97","name":"Check message with non string payload is not received","time":{"start":1728457448614,"stop":1728457448614,"duration":0},"status":"passed","severity":"normal"},{"uid":"aaad0ed6855b6a96","name":"throws an error for improperly formatted content topics","time":{"start":1728457146564,"stop":1728457146564,"duration":0},"status":"passed","severity":"normal"},{"uid":"e876ed3a3d3f7339","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1728457146567,"stop":1728457146567,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d2a08b947f5e427","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1728457525083,"stop":1728457525083,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cea5f4a830e78b8","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1728457289893,"stop":1728457289893,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc70be203981a8f5","name":"Check message with non string payload is not received","time":{"start":1728457322436,"stop":1728457322436,"duration":0},"status":"passed","severity":"normal"},{"uid":"7929d38fc6bf4d8c","name":"Sets default value correctly","time":{"start":1728457604306,"stop":1728457604306,"duration":0},"status":"passed","severity":"normal"},{"uid":"e43aefad5c4249cc","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1728457146576,"stop":1728457146576,"duration":0},"status":"passed","severity":"normal"},{"uid":"744de396d8eee0c8","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1728457154577,"stop":1728457154577,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc9c89e5efc9f06e","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1728457149126,"stop":1728457149127,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbf49c79901be1a6","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1728457289946,"stop":1728457289946,"duration":0},"status":"passed","severity":"normal"},{"uid":"a354d13eb5af6e3a","name":"Passing page size 0 when there are 110 messages","time":{"start":1728457555212,"stop":1728457555212,"duration":0},"status":"passed","severity":"normal"},{"uid":"89912a336cda8115","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1728457170445,"stop":1728457170446,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c78bda8f02dc0c9","name":"peer:update - should do nothing if another protocol hit","time":{"start":1728457162216,"stop":1728457162217,"duration":1},"status":"passed","severity":"normal"},{"uid":"befe5d5db49a49b7","name":"recovers when dns.resolve returns empty","time":{"start":1728457170943,"stop":1728457170943,"duration":0},"status":"passed","severity":"normal"},{"uid":"653646fe447b03f2","name":"Check received message containing escaped characters","time":{"start":1728457448622,"stop":1728457448623,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb606d6a78c29567","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1728457212735,"stop":1728457212736,"duration":1},"status":"passed","severity":"normal"},{"uid":"74ce1f7800ccb20d","name":"A test","time":{"start":1728457377822,"stop":1728457377822,"duration":0},"status":"passed","severity":"normal"},{"uid":"78b2f1111e123982","name":"Subscribe to topic containing shell command and publish message","time":{"start":1728457490934,"stop":1728457490935,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2640080b03e15ce","name":"should throw error - invalid id","time":{"start":1728457155314,"stop":1728457155314,"duration":0},"status":"passed","severity":"normal"},{"uid":"6673cb1024bc1f51","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728457280063,"stop":1728457280064,"duration":1},"status":"passed","severity":"normal"},{"uid":"df676821925d3f2","name":"Push message with content topic containing shell command","time":{"start":1728457473532,"stop":1728457473532,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9865923a89aac02","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1728457146572,"stop":1728457146572,"duration":0},"status":"passed","severity":"normal"},{"uid":"89e775e939ddb574","name":"Check received message with timestamp: 1728457204567 ","time":{"start":1728457448624,"stop":1728457448625,"duration":1},"status":"passed","severity":"normal"},{"uid":"b41666cc26d4c085","name":"it tolerates circular branch references","time":{"start":1728457170942,"stop":1728457170943,"duration":1},"status":"passed","severity":"normal"},{"uid":"a433a6dcb8196761","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728457537134,"stop":1728457537135,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec0fab53b02aa0b7","name":"Refresh subscription","time":{"start":1728457360305,"stop":1728457360307,"duration":2},"status":"passed","severity":"normal"},{"uid":"6244ab301a8f7007","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1728457146580,"stop":1728457146580,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdc7cb249bc8524d","name":"Check message with no content topic is not received","time":{"start":1728457448632,"stop":1728457448632,"duration":0},"status":"passed","severity":"normal"},{"uid":"2aa61ea7fd55f7ac","name":"random static sharding 10 - Cluster ID: 530, Shard ID: 70","time":{"start":1728457528782,"stop":1728457528782,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf8cdd43a1abcddc","name":"Push message with content topic containing escaped characters","time":{"start":1728457510457,"stop":1728457510459,"duration":2},"status":"passed","severity":"normal"},{"uid":"daa939d7c93e0372","name":"Rejects garbage","time":{"start":1728457190061,"stop":1728457190061,"duration":0},"status":"passed","severity":"normal"},{"uid":"38bec1fbf399c1b2","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1728457478652,"stop":1728457478653,"duration":1},"status":"passed","severity":"normal"},{"uid":"21b4486ceda8f7d","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728457360303,"stop":1728457360303,"duration":0},"status":"passed","severity":"normal"},{"uid":"810f59eb5d7e525e","name":"can start the service","time":{"start":1728457215708,"stop":1728457215711,"duration":3},"status":"passed","severity":"normal"},{"uid":"f06bf444e3adc8d7","name":"Push message with short payload","time":{"start":1728457510407,"stop":1728457510409,"duration":2},"status":"passed","severity":"normal"},{"uid":"340a1c3071270148","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728457537136,"stop":1728457537136,"duration":0},"status":"passed","severity":"normal"},{"uid":"b101bae0a36ad4e","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1728457289994,"stop":1728457290000,"duration":6},"status":"passed","severity":"normal"},{"uid":"13091374437f6f0f","name":"Decrypt messages","time":{"start":1728457450889,"stop":1728457450890,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c7bed4848a12dc3","name":"Subscribe to topic containing Russian and publish message","time":{"start":1728457490926,"stop":1728457490932,"duration":6},"status":"passed","severity":"normal"},{"uid":"7bb15ca3d0bc0b3c","name":"Check received message containing Arabic","time":{"start":1728457448618,"stop":1728457448618,"duration":0},"status":"passed","severity":"normal"},{"uid":"887b494a46fe2e0d","name":"should return unique PubsubTopics for static sharding","time":{"start":1728457146566,"stop":1728457146566,"duration":0},"status":"passed","severity":"normal"},{"uid":"2929337e657754ec","name":"Check received message containing Script","time":{"start":1728457448619,"stop":1728457448619,"duration":0},"status":"passed","severity":"normal"},{"uid":"26aac211c46430e3","name":"Query Generator, No message returned","time":{"start":1728457536275,"stop":1728457536276,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c342e51581d3b6e","name":"Fails to push message bigger that 1MB","time":{"start":1728457510470,"stop":1728457510470,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb113150159cea87","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1728457290000,"stop":1728457290006,"duration":6},"status":"passed","severity":"normal"},{"uid":"3b948aab391cc241","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1728457146584,"stop":1728457146584,"duration":0},"status":"passed","severity":"normal"},{"uid":"4093b80f25e438d5","name":"nwaku subscribes","time":{"start":1728457469053,"stop":1728457469053,"duration":0},"status":"passed","severity":"normal"},{"uid":"560374a3a605d04f","name":"should be online or offline if network state changed","time":{"start":1728457205225,"stop":1728457205229,"duration":4},"status":"passed","severity":"normal"},{"uid":"cf9b033e00c97d85","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1728457490933,"stop":1728457490934,"duration":1},"status":"passed","severity":"normal"},{"uid":"88a06b9e0c611784","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1728457289945,"stop":1728457289945,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac53e89ca81636f7","name":"Ephemeral field is preserved - encoder v0","time":{"start":1728457211523,"stop":1728457211523,"duration":0},"status":"passed","severity":"normal"},{"uid":"db21cff478b2eea0","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1728457182792,"stop":1728457182792,"duration":0},"status":"passed","severity":"normal"},{"uid":"909e855bbb9164bc","name":"Refresh subscription","time":{"start":1728457490914,"stop":1728457490914,"duration":0},"status":"skipped","severity":"normal"},{"uid":"55bd4383cbf2ba21","name":"should set field with only FILTER enabled","time":{"start":1728457155324,"stop":1728457155324,"duration":0},"status":"passed","severity":"normal"},{"uid":"14dd034edc6c0802","name":"should push to needed amount of connections","time":{"start":1728457371021,"stop":1728457371021,"duration":0},"status":"passed","severity":"normal"},{"uid":"b218d6f83b078d6d","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1728457478650,"stop":1728457478651,"duration":1},"status":"passed","severity":"normal"},{"uid":"7526972054ec44f3","name":"Fails to publish message with wrong content topic","time":{"start":1728457481288,"stop":1728457481299,"duration":11},"status":"passed","severity":"normal"},{"uid":"de0a4ec0e6706980","name":"LightPush: 2 peers, Filter: 2 peers","time":{"start":1728457377683,"stop":1728457377683,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed74a13d147b8d80","name":"Push message with Arabic payload","time":{"start":1728457510417,"stop":1728457510419,"duration":2},"status":"passed","severity":"normal"},{"uid":"83938b4970ed06eb","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1728457146557,"stop":1728457146557,"duration":0},"status":"passed","severity":"normal"},{"uid":"b823e828403c81ae","name":"should not add existing peers","time":{"start":1728457186735,"stop":1728457186736,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e3bdd7d8bec5f96","name":"Check publish message containing numeric","time":{"start":1728457481247,"stop":1728457481248,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb0f96818acd360f","name":"should properly create location multiaddrs - tcp4","time":{"start":1728457155321,"stop":1728457155321,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce6be4e08c961459","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1728457537146,"stop":1728457537153,"duration":7},"status":"passed","severity":"normal"},{"uid":"722b136dfb4f6b28","name":"should emit a peer event after start","time":{"start":1728457174881,"stop":1728457174882,"duration":1},"status":"passed","severity":"normal"},{"uid":"9413e2cf073189ac","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app80/9/topic963/xml","time":{"start":1728457516703,"stop":1728457516705,"duration":2},"status":"passed","severity":"normal"},{"uid":"fa9135bf3ef3736f","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1728457516706,"stop":1728457516707,"duration":1},"status":"passed","severity":"normal"},{"uid":"7845c0e1ed0fce6c","name":"Relay - times out","time":{"start":1728457569742,"stop":1728457569742,"duration":0},"status":"passed","severity":"normal"},{"uid":"f353a2fdcd589151","name":"Push message with Arabic payload","time":{"start":1728457473509,"stop":1728457473509,"duration":0},"status":"passed","severity":"normal"},{"uid":"11d1a398695e74f1","name":"Passing page size 11 when there are 10 messages","time":{"start":1728457555213,"stop":1728457555214,"duration":1},"status":"passed","severity":"normal"},{"uid":"ade8a17cff7b2493","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728457322428,"stop":1728457322428,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6c35d6e6d5526de","name":"Push message on custom pubsubTopic","time":{"start":1728457401571,"stop":1728457401571,"duration":0},"status":"passed","severity":"normal"},{"uid":"93aaab002d98bc85","name":"Publish message with custom timestamp: Wed Oct 09 2024 08:04:33 GMT+0000 (Coordinated Universal Time)","time":{"start":1728457481274,"stop":1728457481278,"duration":4},"status":"passed","severity":"normal"},{"uid":"44ed835287c3fddf","name":"dispatchEvent via connectionManager","time":{"start":1728457245468,"stop":1728457245469,"duration":1},"status":"passed","severity":"normal"},{"uid":"360c4c76d324fabf","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457252533,"stop":1728457252534,"duration":1},"status":"passed","severity":"normal"},{"uid":"aed1d645b22dfb81","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1728457252531,"stop":1728457252531,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7ad77a52444dca3","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728457351725,"stop":1728457351727,"duration":2},"status":"passed","severity":"normal"},{"uid":"e0b48e10422e4e10","name":"Check publish message containing long","time":{"start":1728457481246,"stop":1728457481247,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc63dcf6302b81a9","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1728457528768,"stop":1728457528770,"duration":2},"status":"passed","severity":"normal"},{"uid":"7f14588c355002d2","name":"should set field with all protocols enabled","time":{"start":1728457155323,"stop":1728457155323,"duration":0},"status":"passed","severity":"normal"},{"uid":"309f28323d1e7c2e","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457252529,"stop":1728457252529,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ce7598a431a7abc","name":"should handle corrupted local storage data gracefully","time":{"start":1728457174884,"stop":1728457174884,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f87e8718b53e72b","name":"Subscribe to topic containing numeric and publish message","time":{"start":1728457490919,"stop":1728457490920,"duration":1},"status":"passed","severity":"normal"},{"uid":"80e510d7e77b0fc0","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1728457351730,"stop":1728457351730,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba12a6da01b75cdd","name":"Push message with content topic containing emoji","time":{"start":1728457510460,"stop":1728457510461,"duration":1},"status":"passed","severity":"normal"},{"uid":"9975f844310d7ac","name":"Decoder throws on empty string content topic","time":{"start":1728457181105,"stop":1728457181106,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0b559791112b57","name":"Check message on other pubsub topic is not received","time":{"start":1728457322429,"stop":1728457322433,"duration":4},"status":"passed","severity":"normal"},{"uid":"c375f60d92a51820","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289906,"stop":1728457289906,"duration":0},"status":"passed","severity":"normal"},{"uid":"eab3192f481f16b9","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728457360313,"stop":1728457360314,"duration":1},"status":"passed","severity":"normal"},{"uid":"642fde89416c7835","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1728457252535,"stop":1728457252535,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7274029c94cff7a","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1728457146560,"stop":1728457146560,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec399447fe746eb2","name":"Check received message containing JSON","time":{"start":1728457448622,"stop":1728457448622,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdceff2582cb51c3","name":"Check received message containing XML","time":{"start":1728457322408,"stop":1728457322408,"duration":0},"status":"passed","severity":"normal"},{"uid":"536ee242201e3c0","name":"Renews peer on consistent missed messages","time":{"start":1728457287386,"stop":1728457287390,"duration":4},"status":"passed","severity":"normal"},{"uid":"7b405a4b49eed146","name":"should be able to encode the field with only FILTER set to true","time":{"start":1728457154569,"stop":1728457154569,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb88169167e7e093","name":"Ping on peer without subscriptions","time":{"start":1728457250826,"stop":1728457250828,"duration":2},"status":"passed","severity":"normal"},{"uid":"b00caf23bef36366","name":"Nodes with multiple pubsub topic","time":{"start":1728457478649,"stop":1728457478650,"duration":1},"status":"passed","severity":"normal"},{"uid":"9df9421ec1150dad","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728457537145,"stop":1728457537145,"duration":0},"status":"passed","severity":"normal"},{"uid":"cae890c87b506a49","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1728457146573,"stop":1728457146573,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d9391115b9e9f19","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1728457205222,"stop":1728457205225,"duration":3},"status":"passed","severity":"normal"},{"uid":"68f2a4c6314be3e3","name":"Ping on subscribed peer","time":{"start":1728457250826,"stop":1728457250826,"duration":0},"status":"passed","severity":"normal"},{"uid":"6075652b87ef920e","name":"should add and remove event listeners correctly","time":{"start":1728457174884,"stop":1728457174885,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1e5a41adeaf0712","name":"Subscribe and receive messages via waku relay post","time":{"start":1728457537134,"stop":1728457537134,"duration":0},"status":"passed","severity":"normal"},{"uid":"36b81c2904900b9a","name":"Check message with no payload is not received","time":{"start":1728457322434,"stop":1728457322436,"duration":2},"status":"passed","severity":"normal"},{"uid":"653b6185f7980fd6","name":"Check received message with timestamp: 1728457204567 ","time":{"start":1728457448611,"stop":1728457448611,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4beb64d8e569630","name":"Should update shard info","time":{"start":1728457405734,"stop":1728457405735,"duration":1},"status":"passed","severity":"normal"},{"uid":"2922427703832902","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289890,"stop":1728457289890,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac295f4bf8f005f4","name":"Push message with special chars payload","time":{"start":1728457473508,"stop":1728457473509,"duration":1},"status":"passed","severity":"normal"},{"uid":"7de81343fd48ff31","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728457448625,"stop":1728457448625,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab1cde0a195b5b86","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1728457632324,"stop":1728457632324,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c69d88e1d5b253f","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1728457289906,"stop":1728457289907,"duration":1},"status":"passed","severity":"normal"},{"uid":"6109ea400c6b4420","name":"Subscribe and receives messages on 20 topics","time":{"start":1728457360303,"stop":1728457360304,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb1d259c41ec62aa","name":"should check connected peers if present and suitable","time":{"start":1728457186697,"stop":1728457186698,"duration":1},"status":"passed","severity":"normal"},{"uid":"6683a74d29d1b05c","name":"Check received message with timestamp: 1649153314 ","time":{"start":1728457448611,"stop":1728457448611,"duration":0},"status":"passed","severity":"normal"},{"uid":"1778af8ea84f4c05","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1728457146577,"stop":1728457146577,"duration":0},"status":"passed","severity":"normal"},{"uid":"f97dbe07145aedf6","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1728457537121,"stop":1728457537121,"duration":0},"status":"passed","severity":"normal"},{"uid":"8077e88b3bebbbed","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1728457146570,"stop":1728457146571,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c6afbded98eefd0","name":"Renews peer for Filter on peer:disconnect event","time":{"start":1728457287390,"stop":1728457287390,"duration":0},"status":"passed","severity":"normal"},{"uid":"e55c452716f2ca39","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1728457351727,"stop":1728457351728,"duration":1},"status":"passed","severity":"normal"},{"uid":"d49bb4883db2003f","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1728457146573,"stop":1728457146574,"duration":1},"status":"passed","severity":"normal"},{"uid":"184dc4ade122f2d5","name":"Push message with JSON payload","time":{"start":1728457510435,"stop":1728457510436,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf119228cc6368ef","name":"Push message with content topic containing Basic HTML tag","time":{"start":1728457473528,"stop":1728457473528,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4375faf920a6fab","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1728457215721,"stop":1728457215721,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b35df8ce38c65cd3","name":"Push message with long payload","time":{"start":1728457473507,"stop":1728457473508,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fda969791fdcb3f","name":"Check received message containing special chars","time":{"start":1728457448603,"stop":1728457448603,"duration":0},"status":"passed","severity":"normal"},{"uid":"549b595ba30af4e8","name":"Fields are not dropped","time":{"start":1728457162565,"stop":1728457162566,"duration":1},"status":"passed","severity":"normal"},{"uid":"14babdeb8977e27","name":"Asymmetric encrypt & decrypt","time":{"start":1728457181537,"stop":1728457181538,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6f1c4d9246df898","name":"should not receive a peer event before start","time":{"start":1728457498412,"stop":1728457498412,"duration":0},"status":"passed","severity":"normal"},{"uid":"62ca653fcc003b72","name":"Push message with content topic containing short","time":{"start":1728457473519,"stop":1728457473520,"duration":1},"status":"passed","severity":"normal"},{"uid":"abc3cf6295df5d89","name":"Encoder throws on empty string content topic","time":{"start":1728457181104,"stop":1728457181105,"duration":1},"status":"passed","severity":"normal"},{"uid":"72b70979819a7108","name":"removeEventListener with correct event","time":{"start":1728457245462,"stop":1728457245463,"duration":1},"status":"passed","severity":"normal"},{"uid":"a680b2d37e4238a6","name":"Check received message containing numeric","time":{"start":1728457448602,"stop":1728457448603,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dfc1304f8d74243","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1728457146574,"stop":1728457146575,"duration":1},"status":"passed","severity":"normal"},{"uid":"fcc5acaa913bcde8","name":"passes more than one ENR URLs and attempts connection","time":{"start":1728457215721,"stop":1728457215721,"duration":0},"status":"skipped","severity":"normal"},{"uid":"700777025d1ac767","name":"Generator, custom pubsub topic","time":{"start":1728457554119,"stop":1728457554119,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0f434b36b850e56","name":"Check publish message containing Chinese","time":{"start":1728457481252,"stop":1728457481253,"duration":1},"status":"passed","severity":"normal"},{"uid":"76f240d87c198599","name":"Throws when trying to push message with empty payload","time":{"start":1728457510439,"stop":1728457510439,"duration":0},"status":"passed","severity":"normal"},{"uid":"54c9e3dfc0ea609a","name":"should emit a peer event after start","time":{"start":1728457498412,"stop":1728457498412,"duration":0},"status":"passed","severity":"normal"},{"uid":"77c278eef297ddea","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1728457537144,"stop":1728457537145,"duration":1},"status":"passed","severity":"normal"},{"uid":"361fcac51fc4bac1","name":"same cluster, different shard: nodes connect","time":{"start":1728457402355,"stop":1728457402356,"duration":1},"status":"passed","severity":"normal"},{"uid":"fcc35ff7f5797d0d","name":"Passing page size 10 when there are 10 messages","time":{"start":1728457555213,"stop":1728457555213,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f5c72191444cc47","name":"Check message with invalid timestamp is not received","time":{"start":1728457448612,"stop":1728457448612,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb99b33a84493461","name":"Overlapping topic subscription","time":{"start":1728457490914,"stop":1728457490915,"duration":1},"status":"skipped","severity":"normal"},{"uid":"a494ce0aeaf353ce","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728457401556,"stop":1728457401557,"duration":1},"status":"passed","severity":"normal"},{"uid":"507b6946ecd2b23f","name":"Passing cursor with wrong pubsubTopic","time":{"start":1728457525094,"stop":1728457525095,"duration":1},"status":"passed","severity":"normal"},{"uid":"9386a1540555865a","name":"Check message received after nwaku node is restarted","time":{"start":1728457448615,"stop":1728457448615,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ed531c0286709e4","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1728457562267,"stop":1728457562268,"duration":1},"status":"passed","severity":"normal"},{"uid":"10372e6135b04b06","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1728457448612,"stop":1728457448612,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddf0c538d44f43c5","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1728457537126,"stop":1728457537126,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f787ec8a8a2a036","name":"Push message with content topic containing JSON","time":{"start":1728457510456,"stop":1728457510457,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c2b5e38a5bfc2d5","name":"Push message with Chinese payload","time":{"start":1728457510411,"stop":1728457510417,"duration":6},"status":"passed","severity":"normal"},{"uid":"e8fba1d745dd345b","name":"Push message with content topic containing unicode special characters","time":{"start":1728457510459,"stop":1728457510460,"duration":1},"status":"passed","severity":"normal"},{"uid":"c94d3ed6d397a814","name":"Check meta is set [symmetric]","time":{"start":1728457181103,"stop":1728457181103,"duration":0},"status":"passed","severity":"normal"},{"uid":"dca2e0ddbd0aa23d","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1728457154570,"stop":1728457154571,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd64e7a6a5d9b783","name":"Push message with custom timestamp: 1728460960533","time":{"start":1728457473542,"stop":1728457473542,"duration":0},"status":"passed","severity":"normal"},{"uid":"91968063f4b2d17e","name":"Fails to publish message with size larger than 1 MB","time":{"start":1728457481303,"stop":1728457481311,"duration":8},"status":"passed","severity":"normal"},{"uid":"92db22f33e0d8c01","name":"returns only open connection if one present","time":{"start":1728457162256,"stop":1728457162259,"duration":3},"status":"passed","severity":"normal"},{"uid":"8ed25c19ef8a7b8f","name":"Check publish message after service node is restarted","time":{"start":1728457481311,"stop":1728457481311,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3b0cf835ad98d21b","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1728457562267,"stop":1728457562267,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd313b954fa74831","name":"less peers than existing","time":{"start":1728457448878,"stop":1728457448878,"duration":0},"status":"skipped","severity":"normal"},{"uid":"114506a0e1c7f172","name":"LightPush: 1 peers, Filter: 0 peers","time":{"start":1728457377680,"stop":1728457377680,"duration":0},"status":"passed","severity":"normal"},{"uid":"b47a46b18f892037","name":"should not fail to stop the service if it was not started","time":{"start":1728457215712,"stop":1728457215712,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3cd92ed743629d3","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1728457170946,"stop":1728457170946,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce481ec18e97d823","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1728457146583,"stop":1728457146583,"duration":0},"status":"passed","severity":"normal"},{"uid":"57406b52de85d4ee","name":"should set field with only LIGHTPUSH enabled","time":{"start":1728457155324,"stop":1728457155324,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccc7368783fe97e6","name":"should throw an error for an unconfigured topic","time":{"start":1728457146580,"stop":1728457146580,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe778afcb0fa47bf","name":"handles different networkShards values correctly","time":{"start":1728457146563,"stop":1728457146563,"duration":0},"status":"passed","severity":"normal"},{"uid":"f90c08ca92f70216","name":"should encodeTxt and decodeTxt","time":{"start":1728457155311,"stop":1728457155311,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d4f5e9539b0b9d1","name":"should not receive a peer event after stop","time":{"start":1728457215719,"stop":1728457215720,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9a0d44ed46057fd","name":"Publish message with large meta","time":{"start":1728457481312,"stop":1728457481312,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ebccde63991f46d","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728457280060,"stop":1728457280061,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3042546ee4da900","name":"Check received message containing unicode special characters","time":{"start":1728457448609,"stop":1728457448610,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc7cf4e5c38e031b","name":"Push message with numeric payload","time":{"start":1728457510410,"stop":1728457510411,"duration":1},"status":"passed","severity":"normal"},{"uid":"db55f79636fe504c","name":"Promise Callback - true","time":{"start":1728457542831,"stop":1728457542831,"duration":0},"status":"passed","severity":"normal"},{"uid":"4216090f0c4ed87f","name":"Push message with content topic containing Russian","time":{"start":1728457510450,"stop":1728457510451,"duration":1},"status":"passed","severity":"normal"},{"uid":"a429d6234f5276dd","name":"should select older connection if present","time":{"start":1728457162260,"stop":1728457162260,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cbc1f6cb92376","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1728457360304,"stop":1728457360304,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa8d81e625349857","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289931,"stop":1728457289935,"duration":4},"status":"passed","severity":"normal"},{"uid":"d4ef62fd45fa9d2a","name":"should return true when peers exist","time":{"start":1728457186733,"stop":1728457186734,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d68ae6e275b5e45","name":"Push message with unicode special characters payload","time":{"start":1728457473517,"stop":1728457473517,"duration":0},"status":"passed","severity":"normal"},{"uid":"53b82b053eece2f9","name":"Push message with SQL Injection payload","time":{"start":1728457473510,"stop":1728457473510,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7d3620c00be86c4","name":"Check received message containing Basic HTML tag","time":{"start":1728457448608,"stop":1728457448608,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f27aa688f73d403","name":"Publish message with custom timestamp: Wed Oct 09 2024 06:04:33 GMT+0000 (Coordinated Universal Time)","time":{"start":1728457481274,"stop":1728457481274,"duration":0},"status":"passed","severity":"normal"},{"uid":"c46e52ad4f2665c","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1728457154570,"stop":1728457154570,"duration":0},"status":"passed","severity":"normal"},{"uid":"948755bc625b083f","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1728457162726,"stop":1728457162726,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5f925171bf365fb","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728457360314,"stop":1728457360314,"duration":0},"status":"passed","severity":"normal"},{"uid":"eea1c7fa27f84ffe","name":"Push message with numeric payload","time":{"start":1728457473508,"stop":1728457473508,"duration":0},"status":"passed","severity":"normal"},{"uid":"69602883f1df3b9f","name":"Push message with content topic containing Arabic","time":{"start":1728457510450,"stop":1728457510450,"duration":0},"status":"passed","severity":"normal"},{"uid":"85b2c0d9e6b6df08","name":"throws on content topic with empty encoding field","time":{"start":1728457146548,"stop":1728457146548,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac2d29e7546f99a2","name":"isConnected between 2 js-waku relay nodes","time":{"start":1728457237160,"stop":1728457237161,"duration":1},"status":"passed","severity":"normal"},{"uid":"c01f37dde038c15f","name":"LightPush: 2 peers, Filter: 1 peers","time":{"start":1728457377682,"stop":1728457377683,"duration":1},"status":"passed","severity":"normal"},{"uid":"32096188204a0972","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289985,"stop":1728457289990,"duration":5},"status":"passed","severity":"normal"},{"uid":"f7962f8c0bce45ea","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1728457154578,"stop":1728457154578,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9c936810475793d","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728457252530,"stop":1728457252530,"duration":0},"status":"passed","severity":"normal"},{"uid":"e61e4cb49a12a54a","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1728457289896,"stop":1728457289896,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5bd6c5258bea342","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1728457536281,"stop":1728457536281,"duration":0},"status":"passed","severity":"normal"},{"uid":"73fe0d36e4f0b090","name":"Push message with content topic containing Russian","time":{"start":1728457473525,"stop":1728457473526,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf37cefc8f013d45","name":"pre and post cipher","time":{"start":1728457181539,"stop":1728457181539,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b4348f4ae088b42","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457252531,"stop":1728457252531,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb1200232fd2a4e2","name":"start node with empty shard should fail","time":{"start":1728457528785,"stop":1728457528785,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ff415a164893077","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1728457170447,"stop":1728457170448,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e2d40648716ff67","name":"should add a peer","time":{"start":1728457186731,"stop":1728457186732,"duration":1},"status":"passed","severity":"normal"},{"uid":"78b6cabc6a8d5498","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1728457289955,"stop":1728457289957,"duration":2},"status":"passed","severity":"normal"},{"uid":"495221f2fba91634","name":"Check received message containing Script","time":{"start":1728457448607,"stop":1728457448607,"duration":0},"status":"passed","severity":"normal"},{"uid":"82e74abf4046a725","name":"1 Relay, 1 fetch","time":{"start":1728457170740,"stop":1728457170740,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d83108501f07e30","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1728457351730,"stop":1728457351732,"duration":2},"status":"passed","severity":"normal"},{"uid":"54e334972a80f52a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1728457146574,"stop":1728457146574,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cd07b7bc0424ea0","name":"Filter with 3 connections","time":{"start":1728457350094,"stop":1728457350094,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1067b99952dc67c","name":"Query Generator - false","time":{"start":1728457542830,"stop":1728457542830,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf8fe61e90fc7643","name":"Renews peer on consistent ping failures","time":{"start":1728457287385,"stop":1728457287385,"duration":0},"status":"passed","severity":"normal"},{"uid":"678c4be7eb0030e2","name":"should set field with only STORE enabled","time":{"start":1728457155324,"stop":1728457155324,"duration":0},"status":"passed","severity":"normal"},{"uid":"2dcdcee1b315eaf2","name":"Push message with content topic containing SQL Injection","time":{"start":1728457473526,"stop":1728457473526,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c710db8f589be04","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1728457516693,"stop":1728457516694,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e0c9fdd0894110e","name":"should call waitForPeer on Relay","time":{"start":1728457186700,"stop":1728457186700,"duration":0},"status":"passed","severity":"normal"},{"uid":"401f074bb7726c0","name":"Relay - dialed first","time":{"start":1728457569741,"stop":1728457569741,"duration":0},"status":"passed","severity":"normal"},{"uid":"d00336b8de10632c","name":"should throw an error for empty SingleShardInfos array","time":{"start":1728457146565,"stop":1728457146565,"duration":0},"status":"passed","severity":"normal"},{"uid":"fff0660079d5bb83","name":"Subscribe to topic containing long and receive message","time":{"start":1728457360308,"stop":1728457360309,"duration":1},"status":"passed","severity":"normal"},{"uid":"6967d59b9f29d00","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1728457289895,"stop":1728457289895,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf65c05fdb273de6","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1728457170448,"stop":1728457170448,"duration":0},"status":"passed","severity":"normal"},{"uid":"573a170796434c15","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1728457478647,"stop":1728457478648,"duration":1},"status":"passed","severity":"normal"},{"uid":"de0dcb3c4543210a","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1728457490925,"stop":1728457490926,"duration":1},"status":"passed","severity":"normal"},{"uid":"692ea5adf394b193","name":"should reject if Store is requested but not mounted","time":{"start":1728457186695,"stop":1728457186696,"duration":1},"status":"passed","severity":"normal"},{"uid":"d93c9dcc5615646c","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728457537140,"stop":1728457537140,"duration":0},"status":"passed","severity":"normal"},{"uid":"42278d234e068827","name":"Store - dialed first","time":{"start":1728457569742,"stop":1728457569742,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ab9773c75e013cf","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1728457360302,"stop":1728457360302,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4a80d0adc466794","name":"Check message received after jswaku node is restarted","time":{"start":1728457448635,"stop":1728457448635,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bce5138ab540cece","name":"handles empty shards array correctly","time":{"start":1728457146583,"stop":1728457146584,"duration":1},"status":"passed","severity":"normal"},{"uid":"6557507e39b8223f","name":"should reject if LightPush is requested but not mounted","time":{"start":1728457186695,"stop":1728457186695,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb96d0c88d820362","name":"Push message with content topic containing XML","time":{"start":1728457473527,"stop":1728457473528,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d098c9553c8f893","name":"Passing page size 19 when there are 20 messages","time":{"start":1728457555214,"stop":1728457555214,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c3e9ca11b07d4d9","name":"Subscribe and receive messages via waku relay post","time":{"start":1728457537120,"stop":1728457537121,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d7644a3855b8fd7","name":"Tracks peer failures correctly","time":{"start":1728457287385,"stop":1728457287386,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed5dc69efa290b3e","name":"Generator, custom pubsub topic","time":{"start":1728457554122,"stop":1728457554122,"duration":0},"status":"passed","severity":"normal"},{"uid":"e317960c8ad8b9d4","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1728457146561,"stop":1728457146561,"duration":0},"status":"passed","severity":"normal"},{"uid":"d378649c323130fc","name":"should get / set TCP multiaddr","time":{"start":1728457155321,"stop":1728457155321,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c4d3ed0ac7d5870","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1728457632323,"stop":1728457632323,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce59a58c65ec2c22","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1728457289885,"stop":1728457289886,"duration":1},"status":"passed","severity":"normal"},{"uid":"df2a1d282194fa65","name":"Query with Promise Callback, No message returned","time":{"start":1728457536283,"stop":1728457536284,"duration":1},"status":"passed","severity":"normal"},{"uid":"cac4d31eb8b68076","name":"Subscribe to topic containing XML and receive message","time":{"start":1728457537128,"stop":1728457537128,"duration":0},"status":"passed","severity":"normal"},{"uid":"881cbaf16c99327b","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app10/4/topic299/test.js","time":{"start":1728457516701,"stop":1728457516701,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e052e0ad98402a9","name":"should throw error - no id","time":{"start":1728457155313,"stop":1728457155313,"duration":0},"status":"passed","severity":"normal"},{"uid":"395d90daafe2d50f","name":"should only return 1 node with relay capability","time":{"start":1728457170944,"stop":1728457170944,"duration":0},"status":"passed","severity":"normal"},{"uid":"318261d2f54dab3","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1728457490935,"stop":1728457490936,"duration":1},"status":"passed","severity":"normal"},{"uid":"df0ff79efe1e0517","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1728457170440,"stop":1728457170440,"duration":0},"status":"passed","severity":"normal"},{"uid":"47b477d3986c744b","name":"Subscribe to topic containing Russian and receive message","time":{"start":1728457537141,"stop":1728457537141,"duration":0},"status":"passed","severity":"normal"},{"uid":"e53b88c11d2ced3b","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1728457181102,"stop":1728457181103,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dd91e346b9a7add","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1728457632322,"stop":1728457632323,"duration":1},"status":"passed","severity":"normal"},{"uid":"add83d88825009c0","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1728457146582,"stop":1728457146582,"duration":0},"status":"passed","severity":"normal"},{"uid":"3becf0afcfd12d45","name":"Query generator for 2000 messages","time":{"start":1728457558865,"stop":1728457558865,"duration":0},"status":"passed","severity":"normal"},{"uid":"adfd56892717b6ec","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1728457146577,"stop":1728457146578,"duration":1},"status":"passed","severity":"normal"},{"uid":"433382989e1a01aa","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1728457154577,"stop":1728457154577,"duration":0},"status":"passed","severity":"normal"},{"uid":"32c0f701e591a12b","name":"Subscribe to topic containing Script and receive message","time":{"start":1728457537142,"stop":1728457537142,"duration":0},"status":"passed","severity":"normal"},{"uid":"2221abcd7df09d04","name":"shard 0","time":{"start":1728457528768,"stop":1728457528768,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8e54152c655e432","name":"Subscribe to topic containing short and receive message","time":{"start":1728457537138,"stop":1728457537138,"duration":0},"status":"passed","severity":"normal"},{"uid":"4863e87dc69e84e9","name":"Check received message containing Basic HTML tag","time":{"start":1728457322409,"stop":1728457322409,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1d5bb43744e621a","name":"should not receive a peer event before start","time":{"start":1728457215713,"stop":1728457215719,"duration":6},"status":"passed","severity":"normal"},{"uid":"3413d594d4cfd858","name":"Subscribe to topic containing JSON and receive message","time":{"start":1728457360315,"stop":1728457360321,"duration":6},"status":"passed","severity":"normal"},{"uid":"e9383bb95eff1abe","name":"Fails to publish duplicate message","time":{"start":1728457481278,"stop":1728457481282,"duration":4},"status":"passed","severity":"normal"},{"uid":"f1c5d282ffbdcfaa","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728457360311,"stop":1728457360311,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f684ed1532cfecc","name":"Query Generator, No Decoder","time":{"start":1728457536273,"stop":1728457536275,"duration":2},"status":"passed","severity":"normal"},{"uid":"40d8f43af9edf558","name":"Check message with non string payload is not received","time":{"start":1728457448633,"stop":1728457448634,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5124e2e7ef5866e","name":"should throw an error for missing required configuration","time":{"start":1728457146568,"stop":1728457146569,"duration":1},"status":"passed","severity":"normal"},{"uid":"50eb1991191fd389","name":"Check received message with timestamp: 1728457204567000000 ","time":{"start":1728457448610,"stop":1728457448611,"duration":1},"status":"passed","severity":"normal"},{"uid":"87d10b8b19ccd4ba","name":"should throw an error for missing sharding configuration","time":{"start":1728457146583,"stop":1728457146583,"duration":0},"status":"passed","severity":"normal"},{"uid":"e46c929997c70c8e","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728457537141,"stop":1728457537142,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbb026927c22fb6f","name":"Push message with JSON payload","time":{"start":1728457473515,"stop":1728457473515,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c23e2e6f0e6813a","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1728457486609,"stop":1728457486609,"duration":0},"status":"skipped","severity":"normal"},{"uid":"136911800530e215","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728457537125,"stop":1728457537126,"duration":1},"status":"passed","severity":"normal"},{"uid":"6052d6e1f3a6d6d1","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1728457351732,"stop":1728457351732,"duration":0},"status":"passed","severity":"normal"},{"uid":"9511018f34a29d2d","name":"Check message received after nwaku node is restarted","time":{"start":1728457448635,"stop":1728457448636,"duration":1},"status":"skipped","severity":"normal"},{"uid":"95959c78a7594d2e","name":"should not receive a peer event after stop","time":{"start":1728457498413,"stop":1728457498413,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbf6202fd438a194","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1728457289946,"stop":1728457289954,"duration":8},"status":"passed","severity":"normal"},{"uid":"36a3fd62f7d1db05","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1728457146570,"stop":1728457146570,"duration":0},"status":"passed","severity":"normal"},{"uid":"941c2aa255cb5759","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1728457146586,"stop":1728457146586,"duration":0},"status":"passed","severity":"normal"},{"uid":"dddf3ffab86642d0","name":"Push message with content topic containing Chinese","time":{"start":1728457473522,"stop":1728457473522,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca5abf3529f7900c","name":"Push message with shell command payload","time":{"start":1728457510437,"stop":1728457510437,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f5e65792066c08a","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1728457289939,"stop":1728457289942,"duration":3},"status":"passed","severity":"normal"},{"uid":"7db9aac3d39257fa","name":"Push message with Script payload","time":{"start":1728457510423,"stop":1728457510424,"duration":1},"status":"passed","severity":"normal"},{"uid":"809cb8bc1f79f668","name":"LightPush with 1 connections","time":{"start":1728457350091,"stop":1728457350091,"duration":0},"status":"passed","severity":"normal"},{"uid":"9778d540fec8d70c","name":"Push message with content topic containing shell command","time":{"start":1728457510457,"stop":1728457510457,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d8f961894ec85d8","name":"LightPush: 1 peers, Filter: 1 peers","time":{"start":1728457377680,"stop":1728457377681,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee113b4c8dde2680","name":"Check received message containing Script","time":{"start":1728457322405,"stop":1728457322406,"duration":1},"status":"passed","severity":"normal"},{"uid":"3eff342259669288","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1728457490913,"stop":1728457490913,"duration":0},"status":"passed","severity":"normal"},{"uid":"17772eda8db301b5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1728457289976,"stop":1728457289983,"duration":7},"status":"passed","severity":"normal"},{"uid":"ac91e6bb1acb2ecb","name":"topics with same application and version share the same shard","time":{"start":1728457146562,"stop":1728457146562,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c3c3dd05bf5a732","name":"Check publish message containing special chars","time":{"start":1728457481249,"stop":1728457481251,"duration":2},"status":"passed","severity":"normal"},{"uid":"8695a8c76a913c4d","name":"should wait for Filter peer to be connected","time":{"start":1728457186698,"stop":1728457186699,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed05d1a9943e9bab","name":"Reopen subscription with peer with lost subscription","time":{"start":1728457250836,"stop":1728457250837,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7d043ba63722ae7","name":"Accepts a valid Waku Message","time":{"start":1728457190059,"stop":1728457190060,"duration":1},"status":"passed","severity":"normal"},{"uid":"3260692ede7648b","name":"Encoder throws on undefined content topic","time":{"start":1728457182794,"stop":1728457182794,"duration":0},"status":"passed","severity":"normal"},{"uid":"21c4ec508630e1a9","name":"Meta field set when metaSetter is specified","time":{"start":1728457162906,"stop":1728457162906,"duration":0},"status":"passed","severity":"normal"},{"uid":"a48e5755ac9c03c7","name":"Push message with XML payload","time":{"start":1728457510424,"stop":1728457510427,"duration":3},"status":"passed","severity":"normal"},{"uid":"5fba358a0ebb5f06","name":"Check received message containing emoji","time":{"start":1728457448610,"stop":1728457448610,"duration":0},"status":"passed","severity":"normal"},{"uid":"300bc56f548d59a3","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1728457360297,"stop":1728457360297,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f378686b0eeff2f","name":"should not throw an error for a single configured topic","time":{"start":1728457146579,"stop":1728457146580,"duration":1},"status":"passed","severity":"normal"},{"uid":"51c4ca0bbd977aee","name":"addEventListener with correct event","time":{"start":1728457245462,"stop":1728457245462,"duration":0},"status":"passed","severity":"normal"},{"uid":"a19b899fce39de4c","name":"should handle a minimal index list","time":{"start":1728457146586,"stop":1728457146586,"duration":0},"status":"passed","severity":"normal"},{"uid":"224549cf2727d6ff","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1728457536280,"stop":1728457536280,"duration":0},"status":"passed","severity":"normal"},{"uid":"f31cf6dfbf1968b6","name":"Decoder throws on undefined content topic","time":{"start":1728457182794,"stop":1728457182794,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed409387608210d5","name":"random static sharding 3 - Cluster ID: 499, Shard ID: 766","time":{"start":1728457528777,"stop":1728457528778,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bd3acd728afeb21","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1728457146562,"stop":1728457146563,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca5201ddb3f64026","name":"Push message with unicode special characters payload","time":{"start":1728457510438,"stop":1728457510438,"duration":0},"status":"passed","severity":"normal"},{"uid":"699d52e75e584154","name":"Check received message containing escaped characters","time":{"start":1728457322417,"stop":1728457322422,"duration":5},"status":"passed","severity":"normal"},{"uid":"c96fbc83f83baa50","name":"Push message with custom timestamp: 1728453750297","time":{"start":1728457510467,"stop":1728457510467,"duration":0},"status":"passed","severity":"normal"},{"uid":"20f590293c9ced46","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1728457351729,"stop":1728457351729,"duration":0},"status":"passed","severity":"normal"},{"uid":"49c1aeda17597831","name":"Throws when trying to push message with empty payload","time":{"start":1728457473519,"stop":1728457473519,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf369a7418287fde","name":"listenerCount","time":{"start":1728457245468,"stop":1728457245468,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf7140ff9eb212fc","name":"Push message with content topic containing emoji","time":{"start":1728457473533,"stop":1728457473534,"duration":1},"status":"passed","severity":"normal"},{"uid":"20f2623b6756f067","name":"Decoder throws on undefined content topic","time":{"start":1728457162907,"stop":1728457162907,"duration":0},"status":"passed","severity":"normal"},{"uid":"9612b15b4ee7cf63","name":"Check received message containing emoji","time":{"start":1728457448623,"stop":1728457448624,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc8e9a8e43f88566","name":"Check message with invalid timestamp is not received","time":{"start":1728457322429,"stop":1728457322429,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb52febca71fcbe9","name":"Check received message containing numeric","time":{"start":1728457448616,"stop":1728457448617,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0f6e7cba8d0aaf5","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1728457162725,"stop":1728457162726,"duration":1},"status":"passed","severity":"normal"},{"uid":"7587846d24f6cfce","name":"Subscribe to topic containing special chars and receive message","time":{"start":1728457537139,"stop":1728457537139,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd0966a9108b5543","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1728457289886,"stop":1728457289887,"duration":1},"status":"passed","severity":"normal"},{"uid":"feae5d8913bf786c","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1728457287386,"stop":1728457287386,"duration":0},"status":"passed","severity":"normal"},{"uid":"2be5c3f17881e380","name":"Push message with special chars payload","time":{"start":1728457510411,"stop":1728457510411,"duration":0},"status":"passed","severity":"normal"},{"uid":"14c72016fc09b18c","name":"should fail to send if no connections available","time":{"start":1728457371025,"stop":1728457371025,"duration":0},"status":"passed","severity":"normal"},{"uid":"92b6e9afb8d9baac","name":"Subscribe to topic containing numeric and receive message","time":{"start":1728457360309,"stop":1728457360309,"duration":0},"status":"passed","severity":"normal"},{"uid":"38dd5deaa604ca8a","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1728457205206,"stop":1728457205206,"duration":0},"status":"passed","severity":"normal"},{"uid":"a312f640bf7348d2","name":"stop","time":{"start":1728457245471,"stop":1728457245471,"duration":0},"status":"passed","severity":"normal"},{"uid":"343230c3ce738487","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1728457146575,"stop":1728457146575,"duration":0},"status":"passed","severity":"normal"},{"uid":"32c7548dfb88973b","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1728457289943,"stop":1728457289945,"duration":2},"status":"passed","severity":"normal"},{"uid":"15590a6604300748","name":"more peers than existing","time":{"start":1728457448877,"stop":1728457448877,"duration":0},"status":"skipped","severity":"normal"},{"uid":"aec85e98607090e9","name":"should decode valid enr successfully","time":{"start":1728457155312,"stop":1728457155312,"duration":0},"status":"passed","severity":"normal"},{"uid":"667341d157d06c18","name":"Push message on custom pubsubTopic","time":{"start":1728457401556,"stop":1728457401556,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b06d9d44252ec34","name":"Init the array if not present","time":{"start":1728457146184,"stop":1728457146186,"duration":2},"status":"passed","severity":"normal"},{"uid":"bebada0d9bef9c6e","name":"Subscribe to topic containing XML and receive message","time":{"start":1728457360315,"stop":1728457360315,"duration":0},"status":"passed","severity":"normal"},{"uid":"dad61ccdd4451ae3","name":"Ephemeral field set to true","time":{"start":1728457162906,"stop":1728457162906,"duration":0},"status":"passed","severity":"normal"},{"uid":"b424d20156430f8b","name":"Subscribe to topic containing shell command and receive message","time":{"start":1728457537129,"stop":1728457537129,"duration":0},"status":"passed","severity":"normal"},{"uid":"db291de376deac29","name":"should log when no additional peers are found","time":{"start":1728457186736,"stop":1728457186736,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6f9261ddfe59e71","name":"Push message with rate limit","time":{"start":1728457473537,"stop":1728457473538,"duration":1},"status":"passed","severity":"normal"},{"uid":"81fc9073d296798","name":"ignores unrecognized TXT record formats","time":{"start":1728457170943,"stop":1728457170944,"duration":1},"status":"passed","severity":"normal"},{"uid":"3def9edd12cb70ab","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1728457537127,"stop":1728457537127,"duration":0},"status":"passed","severity":"normal"},{"uid":"66f32465db910daa","name":"Light Node - default protocols","time":{"start":1728457569743,"stop":1728457569744,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca6612e7e46e93d5","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1728457146557,"stop":1728457146558,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae3138b68df2d37a","name":"Filter","time":{"start":1728457569743,"stop":1728457569743,"duration":0},"status":"passed","severity":"normal"},{"uid":"acf09927cec4959b","name":"creates an iterator","time":{"start":1728457556079,"stop":1728457556082,"duration":3},"status":"passed","severity":"normal"},{"uid":"3b3d2cdc685de56","name":"throws on content topic with non-number generation field","time":{"start":1728457146544,"stop":1728457146545,"duration":1},"status":"passed","severity":"normal"},{"uid":"6859fcfd2f299d30","name":"Query generator for multiple messages","time":{"start":1728457558858,"stop":1728457558858,"duration":0},"status":"passed","severity":"normal"},{"uid":"25ad1ebab306f8a4","name":"Check received message with timestamp: 1728457204468 ","time":{"start":1728457322426,"stop":1728457322426,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d96ba404b16f66a","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1728457170441,"stop":1728457170445,"duration":4},"status":"passed","severity":"normal"},{"uid":"fc0cc89dbd385c47","name":"Push message with content topic containing long","time":{"start":1728457510444,"stop":1728457510448,"duration":4},"status":"passed","severity":"normal"},{"uid":"9ee4bb44e67e9f40","name":"Add multiple subscription objects on single nwaku node","time":{"start":1728457360328,"stop":1728457360328,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1d18f4de0574272","name":"Push message with meta","time":{"start":1728457510462,"stop":1728457510463,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b8ef54fc2751532","name":"should emit a peer event after start","time":{"start":1728457215713,"stop":1728457215713,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7dd776144775c6","name":"LightPush: 3 peers, Filter: 2 peers","time":{"start":1728457377686,"stop":1728457377687,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ba8360009ef9f97","name":"Query generator for multiple messages with multiple decoders","time":{"start":1728457558859,"stop":1728457558861,"duration":2},"status":"passed","severity":"normal"},{"uid":"e8b6089a12d7b22","name":"Subscribe to topic containing short and receive message","time":{"start":1728457537124,"stop":1728457537124,"duration":0},"status":"passed","severity":"normal"},{"uid":"504ccdeb5590cbf9","name":"Push message with content topic containing XML","time":{"start":1728457510456,"stop":1728457510456,"duration":0},"status":"passed","severity":"normal"},{"uid":"57f0a007abf45bd0","name":"should return the pubsub topic directly if a string is provided","time":{"start":1728457146581,"stop":1728457146581,"duration":0},"status":"passed","severity":"normal"},{"uid":"271a4694c1975ff0","name":"handles multiple messages","time":{"start":1728457556083,"stop":1728457556083,"duration":0},"status":"passed","severity":"normal"},{"uid":"410415c2c5349664","name":"Encoder throws on empty string content topic","time":{"start":1728457182794,"stop":1728457182794,"duration":0},"status":"passed","severity":"normal"},{"uid":"93db3b7d79b1ce61","name":"LightPush: 2 peers, Filter: 0 peers","time":{"start":1728457377681,"stop":1728457377682,"duration":1},"status":"passed","severity":"normal"},{"uid":"94d4b0df987c8604","name":"LightPush: 3 peers, Filter: 3 peers","time":{"start":1728457377687,"stop":1728457377687,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecaee344068dbfee","name":"Reopen subscription with peer with lost subscription","time":{"start":1728457249554,"stop":1728457249555,"duration":1},"status":"passed","severity":"normal"},{"uid":"3431295b941861e8","name":"Ping on unsubscribed peer","time":{"start":1728457250836,"stop":1728457250836,"duration":0},"status":"passed","severity":"normal"},{"uid":"73449f81263d4ee0","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1728457289907,"stop":1728457289908,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc59d9d80b9acd13","name":"Failed peers are renewed","time":{"start":1728457371021,"stop":1728457371021,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bb3687bd4ed3c305","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1728457212736,"stop":1728457212737,"duration":1},"status":"passed","severity":"normal"},{"uid":"b012112e70d6088c","name":"Privacy Node - default protocol","time":{"start":1728457569744,"stop":1728457569744,"duration":0},"status":"passed","severity":"normal"},{"uid":"77e5615771c8e264","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457554121,"stop":1728457554122,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfb19ccfe3e235a5","name":"Round trip binary encryption [ecies, signature]","time":{"start":1728457182793,"stop":1728457182793,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d634e1ec7a7bc81","name":"Publish message with rate limit","time":{"start":1728457481312,"stop":1728457481313,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6f04f42d0dae717","name":"Check publish message containing unicode special characters","time":{"start":1728457481268,"stop":1728457481268,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d2a89b2cf712e69","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457401553,"stop":1728457401554,"duration":1},"status":"passed","severity":"normal"},{"uid":"efc98089865ebae4","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1728457212733,"stop":1728457212734,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fb74fe57c2b452a","name":"can start and stop the service","time":{"start":1728457215711,"stop":1728457215712,"duration":1},"status":"passed","severity":"normal"},{"uid":"475ac76e94c34068","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app0/4/topic980/proto","time":{"start":1728457516701,"stop":1728457516703,"duration":2},"status":"passed","severity":"normal"},{"uid":"b71e48747ece29df","name":"LightPush with 0 connections","time":{"start":1728457350090,"stop":1728457350090,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6d31a36a2eca321","name":"should properly compute the node id","time":{"start":1728457155316,"stop":1728457155316,"duration":0},"status":"passed","severity":"normal"},{"uid":"37c05db0ea45b437","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1728457162726,"stop":1728457162726,"duration":0},"status":"passed","severity":"normal"},{"uid":"bce664b0e8af494b","name":"connects to nwaku","time":{"start":1728457604300,"stop":1728457604300,"duration":0},"status":"passed","severity":"normal"},{"uid":"152c9e0aaac7def3","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1728457252530,"stop":1728457252530,"duration":0},"status":"passed","severity":"normal"},{"uid":"9024f58ac1942535","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1728457360311,"stop":1728457360313,"duration":2},"status":"passed","severity":"normal"},{"uid":"278ade1af14c4117","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1728457525090,"stop":1728457525090,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cea21dcedd17365","name":"Fails to push message with large meta","time":{"start":1728457510463,"stop":1728457510463,"duration":0},"status":"passed","severity":"normal"},{"uid":"82d9d2924159bf15","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1728457146566,"stop":1728457146567,"duration":1},"status":"passed","severity":"normal"},{"uid":"5837cc9e99e42c03","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1728457562262,"stop":1728457562263,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd1fb1f6a3869895","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1728457528784,"stop":1728457528784,"duration":0},"status":"passed","severity":"normal"},{"uid":"2624df41ed49aa16","name":"Decoder throws on empty string content topic","time":{"start":1728457162907,"stop":1728457162908,"duration":1},"status":"passed","severity":"normal"},{"uid":"361b503e3b8b2224","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1728457146577,"stop":1728457146577,"duration":0},"status":"passed","severity":"normal"},{"uid":"b635f81db9afe7d2","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1728457562263,"stop":1728457562264,"duration":1},"status":"passed","severity":"normal"},{"uid":"a587b2e1f8f1e119","name":"Callback on promise","time":{"start":1728457558863,"stop":1728457558863,"duration":0},"status":"passed","severity":"normal"},{"uid":"9aefad515aa34df","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1728457536276,"stop":1728457536279,"duration":3},"status":"passed","severity":"normal"},{"uid":"7b23b2d2cb4b28","name":"Passing page size 1 when there are 4 messages","time":{"start":1728457555212,"stop":1728457555212,"duration":0},"status":"passed","severity":"normal"},{"uid":"92a7818c61d3817c","name":"returns all values when wanted number is greater than available values","time":{"start":1728457170050,"stop":1728457170051,"duration":1},"status":"passed","severity":"normal"},{"uid":"62b4a95137c25a04","name":"Check publish message containing Arabic","time":{"start":1728457481254,"stop":1728457481255,"duration":1},"status":"passed","severity":"normal"},{"uid":"889b4e6992137b7e","name":"Push message with XML payload","time":{"start":1728457473514,"stop":1728457473514,"duration":0},"status":"passed","severity":"normal"},{"uid":"44d8a27d11417bf0","name":"Refresh subscription","time":{"start":1728457537137,"stop":1728457537138,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ea5796d8c89bc83","name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","time":{"start":1728457162220,"stop":1728457162221,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccae23b6b60476b7","name":"Encoder throws on empty string content topic","time":{"start":1728457162907,"stop":1728457162907,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0b730506919efbe","name":"Overlapping topic subscription","time":{"start":1728457360305,"stop":1728457360305,"duration":0},"status":"passed","severity":"normal"},{"uid":"791404ebef6969f5","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1728457154572,"stop":1728457154574,"duration":2},"status":"passed","severity":"normal"},{"uid":"e1ed86f83e5922ce","name":"Passing an array","time":{"start":1728457604301,"stop":1728457604301,"duration":0},"status":"passed","severity":"normal"},{"uid":"137bbc1b89eb11f3","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1728457146558,"stop":1728457146559,"duration":1},"status":"passed","severity":"normal"},{"uid":"179995afaab0f740","name":"random static sharding 5 - Cluster ID: 950, Shard ID: 136","time":{"start":1728457528779,"stop":1728457528779,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9e904bc6062a680","name":"should be called for bootstrap peers","time":{"start":1728457212732,"stop":1728457212733,"duration":1},"status":"passed","severity":"normal"},{"uid":"259bde9983a29b06","name":"should reject if WakuNode is not started","time":{"start":1728457186692,"stop":1728457186694,"duration":2},"status":"passed","severity":"normal"},{"uid":"6f8a9c862b45294c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1728457401558,"stop":1728457401571,"duration":13},"status":"passed","severity":"normal"},{"uid":"e79b1c2d3f9cc0ca","name":"Register correct protocols","time":{"start":1728457490909,"stop":1728457490910,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b44e1c941415b61","name":"Generator, 2 different pubsubtopics","time":{"start":1728457554119,"stop":1728457554119,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9b7ba7ffffb798d","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1728457401553,"stop":1728457401553,"duration":0},"status":"passed","severity":"normal"},{"uid":"68921f4cb2b2a396","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1728457562261,"stop":1728457562262,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dfe8e8b3d2dcdc5","name":"Push message with content topic containing Script","time":{"start":1728457473526,"stop":1728457473527,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4564b03e48f5f6e","name":"should wait for Store peer to be connected","time":{"start":1728457186699,"stop":1728457186700,"duration":1},"status":"passed","severity":"normal"},{"uid":"f294fffeece2b323","name":"Waku message hash computation (meta attribute not present)","time":{"start":1728457149127,"stop":1728457149127,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3b5e90c9fabdebe","name":"Relay + Store","time":{"start":1728457211432,"stop":1728457211433,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6e10d8625ab6aec","name":"should not fail to stop the service if it was not started","time":{"start":1728457174880,"stop":1728457174881,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe6a4fac098e475b","name":"Generator, 2 different pubsubtopics","time":{"start":1728457554122,"stop":1728457554123,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9367e26fd97f00d","name":"can start the service","time":{"start":1728457498404,"stop":1728457498404,"duration":0},"status":"passed","severity":"normal"},{"uid":"55bf25ced839e4de","name":"Push message with content topic containing special chars","time":{"start":1728457510449,"stop":1728457510449,"duration":0},"status":"passed","severity":"normal"},{"uid":"610a6ae63b0d5192","name":"LightPush: 1 peers, Filter: 3 peers","time":{"start":1728457377681,"stop":1728457377681,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7556/widgets/suites.json b/7556/widgets/suites.json deleted file mode 100644 index aa32d6cfce0..00000000000 --- a/7556/widgets/suites.json +++ /dev/null @@ -1 +0,0 @@ -{"total":102,"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/7556/widgets/summary.json b/7556/widgets/summary.json deleted file mode 100644 index 01e8bdb765b..00000000000 --- a/7556/widgets/summary.json +++ /dev/null @@ -1 +0,0 @@ -{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880},"time":{"start":1728457146184,"stop":1728457632324,"duration":486140,"minDuration":0,"maxDuration":13,"sumDuration":680}} \ No newline at end of file diff --git a/7588/data/behaviors.csv b/7588/data/behaviors.csv index 5bb42436531..6c908a68628 100644 --- a/7588/data/behaviors.csv +++ b/7588/data/behaviors.csv @@ -1,2 +1,2 @@ "Epic","Feature","Story","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" -"","","","0","0","808","45","0" +"","","","0","0","836","45","0" diff --git a/7588/data/behaviors.json b/7588/data/behaviors.json index 9d42797090e..4b9fd5cdc93 100644 --- a/7588/data/behaviors.json +++ b/7588/data/behaviors.json @@ -1 +1 @@ -{"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"Init the array if not present","uid":"632472c57f425b01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834022,"stop":1729033834024,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"c5e8402f892b37b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834024,"stop":1729033834025,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"8af10839aa322430","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834358,"stop":1729033834359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"2723446b84e40557","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834359,"stop":1729033834360,"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":"80c0232bc8d8e740","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834360,"stop":1729033834360,"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":"464efd5c12a4613","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834360,"stop":1729033834361,"duration":1},"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":"c9b90d303ba44a9d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834361,"stop":1729033834361,"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":"d1ab7ea949bb04c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834361,"stop":1729033834362,"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":"e7d4aef81b2ad903","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834362,"stop":1729033834363,"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":"5a5c5861572bac51","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834363,"stop":1729033834364,"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":"b2794ce3271f05c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834363,"stop":1729033834363,"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":"3f0cadd3a2d0cf5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834365,"stop":1729033834365,"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":"d129863327a3a84d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834365,"stop":1729033834366,"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":"4c4d0e84fd08d42b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834366,"stop":1729033834372,"duration":6},"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":"1e768977ff794b7f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834366,"stop":1729033834366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"e8593330724bc43e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834372,"stop":1729033834373,"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":"b48472ccfba8f8e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834373,"stop":1729033834373,"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":"70167d99c236c8d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834373,"stop":1729033834373,"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":"c12d8e1bd37e43c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"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":"e9c453161eb7cd31","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834374,"stop":1729033834375,"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":"fee9102c91e1f31d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"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":"58bd5af16637ed50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"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":"ea7dfeef7d0b4123","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834375,"stop":1729033834375,"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":"999739aaa6391318","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834375,"stop":1729033834376,"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 1 with networkShards 2","uid":"4524c54de18898ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834375,"stop":1729033834375,"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":"ff78e1f7451b786d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834376,"stop":1729033834376,"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":"de9fe61c97f346a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834376,"stop":1729033834376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"9c726e6c66ffa857","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834377,"stop":1729033834377,"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":"5fd38dcaf4933e89","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834377,"stop":1729033834378,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"29a87b623acf71aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834377,"stop":1729033834377,"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":"535538802ea75bc1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834378,"stop":1729033834378,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"5eb219c4d608bda5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834378,"stop":1729033834379,"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":"825ed285bf8a59f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834379,"stop":1729033834379,"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":"217443214b18487f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834379,"stop":1729033834379,"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":"873563b32fe98748","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834380,"stop":1729033834380,"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":"eb6b1fcc9692de48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834380,"stop":1729033834380,"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":"60c64221952c1608","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834380,"stop":1729033834381,"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":"faeba9f5c97b95d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834381,"stop":1729033834381,"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":"7d85e34bfb34c0b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834381,"stop":1729033834381,"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":"41453a7db2dca4c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834381,"stop":1729033834382,"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":"8184c75214e566d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834382,"stop":1729033834382,"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":"c2a979ab240db1c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834382,"stop":1729033834382,"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":"8abf46011fd069b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834383,"stop":1729033834383,"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":"a5a9240e28384e7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834385,"stop":1729033834386,"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/1/rs/1/2","uid":"5fb97c360f4ca8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834385,"stop":1729033834385,"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":"76c10252e8f9e433","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834385,"stop":1729033834385,"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":"e3d8ebbc211d2719","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834386,"stop":1729033834386,"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":"9d29cb1f4c264b6d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834386,"stop":1729033834386,"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":"ff27a4006fa9f81d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834387,"stop":1729033834388,"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":"c91534afce3b4d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834387,"stop":1729033834387,"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":"f5feedb9dfcc4d17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834387,"stop":1729033834387,"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":"3818b3cb1003852b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834388,"stop":1729033834389,"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":"1dabfc48d9851cee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834388,"stop":1729033834388,"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":"c2ba4c4715be4b64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834388,"stop":1729033834388,"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":"bcbdaecdf430c001","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834389,"stop":1729033834390,"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":"c97493c8f189f6f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834389,"stop":1729033834389,"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":"11920bc7a35a87ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834389,"stop":1729033834389,"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":"9cd5686e21697320","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834390,"stop":1729033834391,"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":"c746b2a6093af86e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834390,"stop":1729033834390,"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":"ac9b5e339c018b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834390,"stop":1729033834390,"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":"1100bd4eb7b5f537","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834391,"stop":1729033834391,"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":"791d4d02d8709825","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834391,"stop":1729033834391,"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":"c0c7ec48ad861984","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834392,"stop":1729033834392,"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":"df2cffba8141d8d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834392,"stop":1729033834393,"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":"3272d99ca358d8a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834392,"stop":1729033834392,"duration":0},"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":"1b53ed22dd056a25","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834393,"stop":1729033834393,"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":"d0db4921007edbc5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834393,"stop":1729033834393,"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":"b778c3ab88171537","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834394,"stop":1729033834394,"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":"fc2c5442abfa0eed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834394,"stop":1729033834394,"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":"bdbef5aaac5bc224","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834394,"stop":1729033834395,"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":"a06cb4d39e4924ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834395,"stop":1729033834396,"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":"3b66469b6ba11d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834396,"stop":1729033834396,"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":"37a4f62c173f458e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834396,"stop":1729033834396,"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":"1b9cd92097da8e53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"b64d0efd4f00428e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"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":"347d5dbdafd0bcf8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"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":"e7ddfb684898949","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834398,"stop":1729033834398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"ed172f918a67b239","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834398,"stop":1729033834398,"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":"898a622a5d8716b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834398,"stop":1729033834399,"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":"f7a412c046fada37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834399,"stop":1729033834399,"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":"c2755c5603d4bd99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834399,"stop":1729033834399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"ceac3e92f9f46ffd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834401,"stop":1729033834402,"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 rsv format (Bit Vector)","uid":"704282a90b3f59cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834402,"stop":1729033834402,"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":"59e483add69818b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834402,"stop":1729033834402,"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":"5a718ff2e1178122","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033834403,"stop":1729033834403,"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":"ccb0aafed26e4af2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033836801,"stop":1729033836802,"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":"2fa88599bbec61f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033836803,"stop":1729033836803,"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":"dfcecbc4b49d1137","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033836803,"stop":1729033836803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"bcf83509c5b8117e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033836803,"stop":1729033836804,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"9f46314006676797","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033836804,"stop":1729033836804,"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":"15e59fd53bacc39d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033836804,"stop":1729033836804,"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":"c76586e255d169df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842331,"stop":1729033842337,"duration":6},"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":"5ba3ebeee8e1717f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842337,"stop":1729033842337,"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":"c4ec123c5c6fd6c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842338,"stop":1729033842339,"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":"dc2800ea6245855b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842339,"stop":1729033842340,"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":"bc3932093d848c72","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842340,"stop":1729033842342,"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":"544b66bf156c221e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842343,"stop":1729033842344,"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":"95d59c9e4e90b197","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842344,"stop":1729033842345,"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":"33b51db819627fb0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842345,"stop":1729033842346,"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":"b5b14d188c85eb07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842347,"stop":1729033842347,"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":"5b2f959ad49276d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842348,"stop":1729033842349,"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":"8d2ee081096896cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842349,"stop":1729033842349,"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":"6a8e22de62afb947","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842350,"stop":1729033842350,"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":"a623703c6be41e89","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842350,"stop":1729033842351,"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":"f8185a14d1f3fafa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842351,"stop":1729033842352,"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":"f24b1b77313cd634","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842351,"stop":1729033842351,"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":"6a30a0b40e9abc4f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842352,"stop":1729033842352,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"d1b12e7fdfb860f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842408,"stop":1729033842409,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"f62b76c95e06c02e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842412,"stop":1729033842412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"55d5e3cc7077da4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033842412,"stop":1729033842413,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"4fa42b026d734b81","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843112,"stop":1729033843113,"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":"dace930220d137e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843113,"stop":1729033843113,"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":"d7bb40dfcbc7fcc2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843113,"stop":1729033843114,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"337e8de56e552ecc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843113,"stop":1729033843113,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"23093e0a7e74ffa1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843114,"stop":1729033843115,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"dcf06c79df223e43","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843114,"stop":1729033843114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"73a1c469cf9057db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843115,"stop":1729033843115,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"ba2ab9b7013b405f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843115,"stop":1729033843116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"812dbd0259895dcd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843116,"stop":1729033843116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"8a713ac89c42c413","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843116,"stop":1729033843116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"d5f0f4ec0395127f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843117,"stop":1729033843117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"97ef2ec77bfc8e36","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843117,"stop":1729033843118,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"7601840878814b2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843117,"stop":1729033843117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"e2ed7785f33ed77d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843118,"stop":1729033843119,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"fec9c2aa22b41add","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843118,"stop":1729033843118,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"d521239005ea1479","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843119,"stop":1729033843119,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"e1dd3b8041b1fb0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843119,"stop":1729033843123,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"c200fa0637e7ce84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843123,"stop":1729033843123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"678e61af4756519d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843123,"stop":1729033843123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"6b369ae159a9ff82","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"ee6e97b084a3d147","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"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":"2138884f7fce1040","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"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":"a85ae6593fd2ab99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843124,"stop":1729033843125,"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":"5c5fcfe8d2d086c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"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":"83acd30f98f1e9b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"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":"2256cff14160508a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"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":"e7fd6362d20e608e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"871e10650c27cbe9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"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":"7c61052c420f615c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns nothing if no connections present","uid":"1c13206dcd827314","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033849376,"stop":1729033849378,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns only open connection if one present","uid":"97cb50e3f1149339","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033849392,"stop":1729033849392,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should select older connection if present","uid":"c291b76d1f5f8527","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033849393,"stop":1729033849393,"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":"8189387eb3478021","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033849393,"stop":1729033849393,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"a6ac620099e54f87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033849966,"stop":1729033849967,"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":"904d7d19947bca4e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850295,"stop":1729033850296,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw if no connection provided","uid":"ac74dae45c45bc5f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850296,"stop":1729033850297,"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":"cd6d0a069e1cf87d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850298,"stop":1729033850298,"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":"3c2dda195a8f8adf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850298,"stop":1729033850299,"duration":1},"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":"ae712d8168b74c63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850299,"stop":1729033850300,"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":"2fd4a9580e56e91c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850301,"stop":1729033850302,"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":"ddc448134938d45e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850302,"stop":1729033850303,"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":"8aed09c3c889b5b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850403,"stop":1729033850404,"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":"7900b7379a879674","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850404,"stop":1729033850405,"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":"e94e3a5213fb248a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850405,"stop":1729033850405,"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":"aa6c1e674aee882a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850405,"stop":1729033850406,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"f290f7e70d55ae92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850547,"stop":1729033850548,"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":"6edbf3fd0fe60fae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850548,"stop":1729033850548,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"a0c7632ded827cc5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850548,"stop":1729033850548,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"ff8df023da2623fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"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":"6750c39ef660a0a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"b6894e6dfb574f5c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"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":"37e025144df040f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850550,"stop":1729033850550,"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":"3784f14904430d8e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033850550,"stop":1729033850550,"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":"d3f95e7b96dbeb27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033857424,"stop":1729033857426,"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":"675e224762069bcd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033857426,"stop":1729033857427,"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":"18599f2934e3603","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033857427,"stop":1729033857428,"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":"23a2ab4beac3d03c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033857764,"stop":1729033857765,"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":"7f520f5cd8cf847c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033857765,"stop":1729033857766,"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":"e4fe79aa37b35dee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033857765,"stop":1729033857765,"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":"6b8e3c9586c677fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033857766,"stop":1729033857767,"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":"1f0a85825c5f4bd9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033857766,"stop":1729033857766,"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 mis-prefixed","uid":"2fb4e6463603829c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033857767,"stop":1729033857768,"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":"69a57260d814adf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033857768,"stop":1729033857768,"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":"28b14f47fbb75b87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033857769,"stop":1729033857770,"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":"ce5e819b14f49a4f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033857769,"stop":1729033857769,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"f6aff17b0d7a84ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033858029,"stop":1729033858029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"1948768e112353e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033858030,"stop":1729033858030,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"8453cc9db3e58bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033858030,"stop":1729033858031,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"3285b4f51931226e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033858031,"stop":1729033858031,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"696da7a61f1ddfd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033858267,"stop":1729033858268,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"ee95a8dd2de118df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033858268,"stop":1729033858269,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"88b2a676a5b133cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033858269,"stop":1729033858270,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"ebeb66c57638e7d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033858269,"stop":1729033858269,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"d5c3f41f9ab5332a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033858270,"stop":1729033858271,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"fc9f41930c02a26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033858270,"stop":1729033858270,"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":"f8e74cec2e36bf3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033858271,"stop":1729033858272,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"f0347586aa8106a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033858271,"stop":1729033858271,"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":"c2401e130914b758","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033858272,"stop":1729033858273,"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":"be8c92bf6f0d17f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033858272,"stop":1729033858272,"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":"67111eabb74f5d90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033858273,"stop":1729033858273,"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":"b6869e290b8f8d23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033858274,"stop":1729033858274,"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":"be79d9dea684fb7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033858274,"stop":1729033858274,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"902cd01a33b75d49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033862326,"stop":1729033862326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"fb83e63e34db5f51","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033862326,"stop":1729033862327,"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":"9c5f8fb7ea31cccd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033862327,"stop":1729033862327,"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":"487d0674ccbd76d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033862328,"stop":1729033862328,"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":"28cc4f0f1d1f043b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033862328,"stop":1729033862329,"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":"7f5f957ccabc4291","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033862328,"stop":1729033862328,"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":"3648a8a21b551151","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033862329,"stop":1729033862330,"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":"de5ab1fa7d58ee53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033862329,"stop":1729033862329,"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":"cad5d9ff81c373e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033862330,"stop":1729033862330,"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":"744d1dc06edeb69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033862330,"stop":1729033862330,"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":"3210f0b4b320f514","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033862331,"stop":1729033862331,"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":"fb86f409926bc59c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033868322,"stop":1729033868324,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"4b94e67e200a3893","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033868325,"stop":1729033868326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"a8611cf529ff1a32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033868325,"stop":1729033868325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3753212e93aec969","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033868326,"stop":1729033868326,"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":"cba135ccb7b2f165","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033868327,"stop":1729033868328,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"36fac8b81c78ddde","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033868328,"stop":1729033868329,"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":"a5d8ec03b24b7fbd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033868329,"stop":1729033868330,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"7838614c6a8d3b05","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033868925,"stop":1729033868925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"6207ca2dbf2798f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033868926,"stop":1729033868926,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"f351dd2c0ef4062","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033868926,"stop":1729033868927,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"9eb26272e9fa5f9d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033868927,"stop":1729033868927,"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":"4c37947a7554e6ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033869943,"stop":1729033869944,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"1757fff5384cb215","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033869944,"stop":1729033869944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"d60c6190ecd16f9e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033869944,"stop":1729033869945,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"dcd41c148a36baf6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033869945,"stop":1729033869945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"5df0a4d5c483da99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033869945,"stop":1729033869946,"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":"27bdaf32f1d1235a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033869945,"stop":1729033869945,"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":"97d711547f6714a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033869946,"stop":1729033869946,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add a peer","uid":"1c38336bcd744129","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033874956,"stop":1729033874958,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should remove a peer","uid":"6cb10f550b803056","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033874959,"stop":1729033874959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers","uid":"abc8b3bc28e83319","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033874960,"stop":1729033874960,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false when no peers exist","uid":"6f7864acb02b1328","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033874961,"stop":1729033874962,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return true when peers exist","uid":"efd3348e3781003d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033874961,"stop":1729033874961,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should remove the specified number of excess peers","uid":"ee2c69ec5c974591","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033874963,"stop":1729033874964,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should find and add new peers","uid":"511d78b3288a3b2b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033874965,"stop":1729033874965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not add existing peers","uid":"22677fa25313314a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033874965,"stop":1729033874966,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should log when no additional peers are found","uid":"85f63db5b9924a7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033874966,"stop":1729033874967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if pubsub topics are misconfigured","uid":"69ac031071352433","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033875010,"stop":1729033875011,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should send to specified number of peers of used peers","uid":"79ca731aa452e7ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033875011,"stop":1729033875011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if no connected peers found","uid":"e9d3e037adbf9849","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033875011,"stop":1729033875011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retry on failure if specified","uid":"85e2220f05f5373f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033875012,"stop":1729033875012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if WakuNode is not started","uid":"d2a76bd444e1922b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033875025,"stop":1729033875026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Relay is requested but not mounted","uid":"d0d4451bba380693","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033875026,"stop":1729033875026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if LightPush is requested but not mounted","uid":"782ccbdcdd9a82ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033875026,"stop":1729033875027,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Store is requested but not mounted","uid":"b88b2a4471e858ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033875027,"stop":1729033875027,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Filter is requested but not mounted","uid":"468abe1a9f7efa77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033875027,"stop":1729033875028,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should check connected peers if present and suitable","uid":"53370bae1611bd7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033875028,"stop":1729033875029,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject on timeout if it was set","uid":"2acf1f11fc4b7f0f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033875028,"stop":1729033875028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for Filter peer to be connected","uid":"f7f9fe03fc645d21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033875029,"stop":1729033875029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for LightPush peer to be connected","uid":"b20358924c201834","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033875029,"stop":1729033875029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for Store peer to be connected","uid":"831fbf155c9a84a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033875029,"stop":1729033875030,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should call waitForPeer on Relay","uid":"b70edadf0e11f8bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033875030,"stop":1729033875030,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"58e55d07ea4e5b40","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033878342,"stop":1729033878344,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"3bbe60fec3870561","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033878344,"stop":1729033878344,"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":"c5a47a36237b83ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033892945,"stop":1729033892948,"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":"5ccc902154703708","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033892948,"stop":1729033892951,"duration":3},"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":"8f06ef0eea544b35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033892952,"stop":1729033892955,"duration":3},"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":"bae066ea0937368","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033892956,"stop":1729033892956,"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":"a74a642e0e36cf67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033892957,"stop":1729033892959,"duration":2},"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":"f6bf70f47f154819","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033892959,"stop":1729033892959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"4392f2ed8b39a49d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033899382,"stop":1729033899383,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"67068f3dd6f6f81d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033899383,"stop":1729033899384,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"6d2a534378b4282","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033899384,"stop":1729033899385,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"1f10d442d4f6f884","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033899385,"stop":1729033899386,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"b7314284874f7689","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033899735,"stop":1729033899736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"a6ebbb055be13728","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033899736,"stop":1729033899737,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"4d152fdbfb1a42b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033899737,"stop":1729033899738,"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":"d5b40d5a2359cbd5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033900634,"stop":1729033900634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"32f4f8a1e52efceb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033900634,"stop":1729033900635,"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":"ff5bc14a0109865","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033900643,"stop":1729033900645,"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":"ce8cedb5cfd197a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033900646,"stop":1729033900651,"duration":5},"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":"32ba962660412e34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033900651,"stop":1729033900653,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"f7c12c91852a1650","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033904743,"stop":1729033904744,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"b39f5ce152724ab7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033904743,"stop":1729033904743,"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":"bce766f40992978b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033904744,"stop":1729033904745,"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":"657164ca4bf63a3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033904744,"stop":1729033904744,"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":"8bb9fe7293c3b85","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033904745,"stop":1729033904747,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"6a2dd40c8790e869","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033904747,"stop":1729033904747,"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":"b14062fdee61776b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033904747,"stop":1729033904748,"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":"38b9f0a2f5958c93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033904750,"stop":1729033904751,"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":"b6e82edd7dfb5e54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033904750,"stop":1729033904750,"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":"41076025a7ed68f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033904751,"stop":1729033904751,"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":"70f8761a43b0ca3f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033925378,"stop":1729033925380,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"9bec4bef67576a8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033925381,"stop":1729033925382,"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":"d0bbb7a3b2f170e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033925381,"stop":1729033925381,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"984781a32af2884f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033925382,"stop":1729033925383,"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":"346f9458fd5d215e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033925383,"stop":1729033925383,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"1b8d14f7b0ae309","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033925383,"stop":1729033925387,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"44842cd37fb8acb5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033925387,"stop":1729033925387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"95afe24dcb969841","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033933478,"stop":1729033933479,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"e91cd66ab354b1d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033933479,"stop":1729033933479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"cad78f4e01529952","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033933480,"stop":1729033933480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"5dc7840febbba858","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033933480,"stop":1729033933480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"8805bae33c14ad9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033933480,"stop":1729033933481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"66dd78ba06982884","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033933481,"stop":1729033933481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"f850f41597f2f56d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033933481,"stop":1729033933481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"cc009a12a1f848ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033933482,"stop":1729033933482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"e0fb7aba5831a846","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033933482,"stop":1729033933482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"20a37b44f0e1e835","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033937070,"stop":1729033937071,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"8e8cb9373b1af235","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033937071,"stop":1729033937075,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"5a7756e6fe0f2b0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033937075,"stop":1729033937082,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"7e6e74e42811c697","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033937083,"stop":1729033937083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"9aa6b7655117184d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033939920,"stop":1729033939920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"5c7a364f1c33113d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033939921,"stop":1729033939922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"2e8a3af46ecfe32d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033939922,"stop":1729033939922,"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":"4c639395962da0dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033939923,"stop":1729033939923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"5ace509ce8c04794","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033939924,"stop":1729033939924,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"3db79c2b6a4284f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033939924,"stop":1729033939924,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"1a1160b169b83ae6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033939925,"stop":1729033939926,"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":"e43d38544ed987d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033939927,"stop":1729033939927,"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":"51f82ffee840965c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033942597,"stop":1729033942597,"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":"dc0fae4a753f8dbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033942598,"stop":1729033942600,"duration":2},"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":"93e0c44efc656603","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033942600,"stop":1729033942601,"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":"a4901d1e9eafc016","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033942602,"stop":1729033942603,"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":"9d6afc05dba28b17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033942603,"stop":1729033942603,"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":"3c2f4dbddcc7329d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033942603,"stop":1729033942604,"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":"e93a7e32c4f097d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033942604,"stop":1729033942604,"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":"e34247458b5c18d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033942622,"stop":1729033942623,"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":"5d228bbee1e8f0dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033942628,"stop":1729033942631,"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":"b431bda76f286cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033942631,"stop":1729033942634,"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":"ae1109288cbfb932","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033942636,"stop":1729033942636,"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":"22ccfe398d0bacbe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033965752,"stop":1729033965752,"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":"9fa69fd0d326e6a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033965752,"stop":1729033965753,"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":"f3ad83cecdb08bcd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033965753,"stop":1729033965753,"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":"ac2dbb59a9490cb3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033965754,"stop":1729033965757,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"58bb2b186144a301","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033965758,"stop":1729033965758,"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":"8039a592883ee391","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033965758,"stop":1729033965758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"4bc8c2d6b1b49a70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033974447,"stop":1729033974447,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"ba5d3d73b7d58edd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033974447,"stop":1729033974449,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"f77d2dc2c437401f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033974450,"stop":1729033974451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"13529e4f0b82df71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033974450,"stop":1729033974450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"25d01e886f279eec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033974452,"stop":1729033974453,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"a901a55da3b101c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033974452,"stop":1729033974452,"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":"2ca871b548f3e1d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033974453,"stop":1729033974453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"f676f8e4a965f9ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033974456,"stop":1729033974459,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer for Filter on peer:disconnect event","uid":"d3e840dfa6eb1262","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033974460,"stop":1729033974461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"b4429071d65bb629","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976769,"stop":1729033976773,"duration":4},"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":"a271c6ef7e658bc9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976774,"stop":1729033976774,"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":"3f1d65590d8b1712","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976776,"stop":1729033976776,"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":"cf7855c67c532be8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976777,"stop":1729033976778,"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":"8746634b20d84d28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976779,"stop":1729033976781,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"534163557f134226","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976783,"stop":1729033976784,"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":"c2d2808b98af2f41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976784,"stop":1729033976788,"duration":4},"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":"52daed36c475da24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976789,"stop":1729033976790,"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":"85ba216f652b1afb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976789,"stop":1729033976789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"e105bb35deb1b550","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976790,"stop":1729033976793,"duration":3},"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":"67a00a433bf9bb05","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976790,"stop":1729033976790,"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":"c4f96019e75821d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976793,"stop":1729033976793,"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":"ae0c594a989029a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976794,"stop":1729033976796,"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":"269f118261b0e78c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976796,"stop":1729033976797,"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":"c1af9d4bcc219a38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976797,"stop":1729033976797,"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":"e7e7422287d4b82c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976800,"stop":1729033976801,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"135b86d140495b7b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976800,"stop":1729033976800,"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":"41eaf3b4778cc208","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976801,"stop":1729033976802,"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 4 bootstrap peers","uid":"448d08ecf0d94a8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976801,"stop":1729033976801,"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":"70115caa9aaef4a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976802,"stop":1729033976802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"e953d120f79b9673","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976802,"stop":1729033976803,"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":"95769ae8ddaa4e4a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976803,"stop":1729033976803,"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":"97e9a59b57e1e3f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976803,"stop":1729033976803,"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":"79055e469f30426a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976804,"stop":1729033976804,"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":"5f55a89d7fc93bb7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976805,"stop":1729033976805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"7356360137264b16","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976806,"stop":1729033976806,"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":"e9f9dfd61ea6774b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976806,"stop":1729033976806,"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":"cab3873319e434e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976806,"stop":1729033976807,"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 6 bootstrap peers","uid":"7bf7260e1f5c7531","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976807,"stop":1729033976807,"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":"42b5fdeb34b3c7eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976810,"stop":1729033976811,"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":"9253fa941066d760","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976811,"stop":1729033976812,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3a915424f754fe8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976811,"stop":1729033976811,"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":"cc15b62d68a435b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976813,"stop":1729033976814,"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 7 bootstrap peers","uid":"e4e3feb8f31b2695","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976814,"stop":1729033976815,"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":"e61264c1dd01de7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976816,"stop":1729033976816,"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":"5a1c3bd0fdc0bd88","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729033976818,"stop":1729033976830,"duration":12},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers","uid":"e6558a60c359deba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977061,"stop":1729033977061,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers","uid":"7bef0cac260f3ac0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers","uid":"151dae1f97bacb4c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers","uid":"7549417e62414179","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers","uid":"8b7188cb770d7c92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977063,"stop":1729033977063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers","uid":"808d2b4d2b57a869","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977063,"stop":1729033977063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers","uid":"6a1aaf470ee94a6c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers","uid":"7729b51269dd51c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers","uid":"72689a90cd6c3e48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers","uid":"ba6e3cb4ca1d8df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977065,"stop":1729033977066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers","uid":"17e3197fd1aa610d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers","uid":"2f24347699d70e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers","uid":"7050a2dbfa9a2b5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers","uid":"57df7b288d19998f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers","uid":"3fc1eb106f14f3a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers","uid":"c980f2981b9c420","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 0 connections","uid":"5baa417cc12e77f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977222,"stop":1729033977224,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"289b06f6007df0d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977224,"stop":1729033977225,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"d2d69a734079f3db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977224,"stop":1729033977224,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"fb076ace8bac66d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977225,"stop":1729033977225,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"db62a1d37b685b06","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977226,"stop":1729033977226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"f1192085969f1e43","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977226,"stop":1729033977227,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"59bb9f5131c302e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977227,"stop":1729033977227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"1ca1359e9c6274a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729033977227,"stop":1729033977227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"79c169d9e1eb48aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014827,"stop":1729034014832,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"a8ee0a29081af6a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014827,"stop":1729034014827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"12983133b0db12d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014832,"stop":1729034014833,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"ab7fd40e84003231","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014834,"stop":1729034014834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"e92800683929a2a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014835,"stop":1729034014835,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"826c977f3978dc7b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014847,"stop":1729034014848,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"8b07c39a2039fe48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014850,"stop":1729034014851,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"40c6272b765b34ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014852,"stop":1729034014853,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"88889ec786ec75c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014853,"stop":1729034014856,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"2f7044a24bbb2f80","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014856,"stop":1729034014858,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"39628c70a12dea25","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014860,"stop":1729034014863,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"9b934de0a8b07a14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014863,"stop":1729034014864,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d966242160424cae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014864,"stop":1729034014867,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"c9d88f93e9e346e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014867,"stop":1729034014871,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"786d11b40ce6151a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014871,"stop":1729034014873,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892688000000 ","uid":"304b15f0f3fefa40","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014873,"stop":1729034014876,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b9b543667b2cea7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014873,"stop":1729034014873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892688 ","uid":"45e6661335ca799f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014876,"stop":1729034014877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"cece4c5c88086652","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014877,"stop":1729034014878,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"a7dbbf96738f13c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014877,"stop":1729034014877,"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":"158c38ddb12f1d9d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014878,"stop":1729034014878,"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":"2eff2b4f626c19e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014878,"stop":1729034014879,"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":"a920160a19f994d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014879,"stop":1729034014879,"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":"df8972d42060612b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014879,"stop":1729034014880,"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":"eff1ea13d123020f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014880,"stop":1729034014880,"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":"ff8311727550462d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034014881,"stop":1729034014882,"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":"aef5e529d304a9db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034014882,"stop":1729034014882,"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":"74092a168d3eacba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034014882,"stop":1729034014882,"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":"b94fa7351d01e5bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034034974,"stop":1729034034976,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"61c191ff03ad3c94","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034034976,"stop":1729034034977,"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":"8eb7b22f91a8aaac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034034977,"stop":1729034034978,"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":"f6330956c4792cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034034978,"stop":1729034034979,"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":"81a05dc231c56841","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034034979,"stop":1729034034981,"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":"77ca1f2bcc5180a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034034981,"stop":1729034034982,"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":"e807838429ebb56c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034034983,"stop":1729034034983,"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":"c4f4b6d76f6fc81f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034034983,"stop":1729034034983,"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":"e45ba3c8a19c8c5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034034983,"stop":1729034034984,"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":"195081937468dbd9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034034984,"stop":1729034034986,"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":"29e20a25181822dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034034986,"stop":1729034034986,"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":"915c1756a568e32a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034034986,"stop":1729034034987,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"d3632c673bf8652a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041472,"stop":1729034041473,"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":"c9ca7d21919a33f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041473,"stop":1729034041473,"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":"136f8b376a5ef8dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041473,"stop":1729034041474,"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":"c14cc69c86867f35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041474,"stop":1729034041476,"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":"7a5c759068785bb3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041476,"stop":1729034041477,"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":"8dff0d8f39f2e499","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041477,"stop":1729034041477,"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":"6ddc6f273d8e26ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041477,"stop":1729034041485,"duration":8},"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":"e08337e36261d9b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041485,"stop":1729034041485,"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":"d9277d53a328231b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041485,"stop":1729034041486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"86a898d96fc35bf2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041486,"stop":1729034041487,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"ccae3bd215ab031a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041487,"stop":1729034041487,"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":"1304bb9dded24530","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041488,"stop":1729034041488,"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":"5cba75bc7a0e9cf4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041488,"stop":1729034041489,"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":"7ec4aca1a050b75e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041488,"stop":1729034041488,"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":"5ddb318abec5a925","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041489,"stop":1729034041489,"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":"6c29f41565adaaf4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041489,"stop":1729034041490,"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":"8e4fec60d1972eb7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041490,"stop":1729034041490,"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":"8510fb124606d97e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041490,"stop":1729034041491,"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":"310e05cb35456766","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041492,"stop":1729034041494,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"e0b52083cd6de736","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041496,"stop":1729034041496,"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":"c5887fcee980ef61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041497,"stop":1729034041497,"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":"4b68b5ebbeeb8a05","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041497,"stop":1729034041497,"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":"d286884eb1cc3fa6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041498,"stop":1729034041498,"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":"3546bc2cef3d201","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041499,"stop":1729034041500,"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":"7715a08b90f54572","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041500,"stop":1729034041501,"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":"27d70574f1f22d72","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041501,"stop":1729034041501,"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":"65330bd619f1f9b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041503,"stop":1729034041507,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"e905e532cade9bbc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041507,"stop":1729034041507,"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":"bc49bcae5720a76f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041508,"stop":1729034041508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"2ba9fe54614373b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041649,"stop":1729034041649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"5acf058b8ca06a45","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034041650,"stop":1729034041650,"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":"f52b666df9f7c3c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034063485,"stop":1729034063486,"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":"c086c39833a424d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034063489,"stop":1729034063489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"3f630ff3c83cd572","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034063495,"stop":1729034063495,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"14dd65eadc221420","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034063496,"stop":1729034063497,"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":"db1c2786cdf5a219","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034063498,"stop":1729034063498,"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":"2b36b89ea2eaee4d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034063498,"stop":1729034063498,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"1f653c7984771ccc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034066151,"stop":1729034066152,"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":"d9c840556bfa3253","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034066152,"stop":1729034066152,"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":"997ec848a1e13ccb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034066153,"stop":1729034066153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"b6b7d1ab8a02a495","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034066154,"stop":1729034066156,"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":"9e4a7e43dcea7d44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034066156,"stop":1729034066157,"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":"a6379544a67e2d88","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034066157,"stop":1729034066158,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"d4f1dbc9f55a12d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034066160,"stop":1729034066161,"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":"1d289f814c5f3faa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034066161,"stop":1729034066161,"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":"13c9afdf003b23b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034066161,"stop":1729034066161,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"c5c3fc2dd1b960a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034066291,"stop":1729034066292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"d2e649bd064259a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034067353,"stop":1729034067354,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"49ee288dfa6ab127","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034067354,"stop":1729034067355,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"fa64dad131ac184d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034067822,"stop":1729034067823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"e46866fad503d91a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034067823,"stop":1729034067823,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"e90f659114aa1c3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121875,"stop":1729034121875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"747430b44b05be25","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121875,"stop":1729034121875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"90d65debab2f9c9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121876,"stop":1729034121876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"a98a81f6745f52ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121882,"stop":1729034121882,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"8e99282e67c4320d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121885,"stop":1729034121885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"a1daa6bdf9484449","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121889,"stop":1729034121889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"dcc5f84ba8a0f82f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121890,"stop":1729034121890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e32dabcc7b1bad92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121890,"stop":1729034121891,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"d64c3c17fe6b42be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121891,"stop":1729034121891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"45fb9f7fd57ac818","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121891,"stop":1729034121892,"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":"a8b57d9537e2da08","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121892,"stop":1729034121892,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"ccc755503c3061a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121892,"stop":1729034121894,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"5bd56dbf66769fc1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121894,"stop":1729034121895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"daa9c02354d85bd9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121895,"stop":1729034121895,"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":"5f4ef2dd43995494","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121895,"stop":1729034121896,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"14156eebf4416c0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121896,"stop":1729034121897,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892674000000 ","uid":"a4698dab1aafb9a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121897,"stop":1729034121898,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"76c83484cb09281d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121899,"stop":1729034121899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892674 ","uid":"8dd1ce60386702ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121899,"stop":1729034121899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"71b6e70e9e57fda8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121899,"stop":1729034121900,"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":"10f34c4a3309713a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121900,"stop":1729034121901,"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":"3d10280669c51e01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121902,"stop":1729034121904,"duration":2},"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":"d53e203e593bd5a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121904,"stop":1729034121905,"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":"c323a58981009528","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121905,"stop":1729034121906,"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":"ae66aa480bd26e39","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121908,"stop":1729034121908,"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":"56ab6665b31e7479","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034121909,"stop":1729034121909,"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":"513a4f33ae102ccd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034121909,"stop":1729034121910,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"df2adb1f1cceaac2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121910,"stop":1729034121910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"302e84e6032ffd26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121912,"stop":1729034121913,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"b2427ded3dee1ebe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121914,"stop":1729034121915,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"45ca7af456fdf7c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121915,"stop":1729034121918,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"fcea1fe2780df9c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121924,"stop":1729034121931,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"7bdedde96cc68d50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121931,"stop":1729034121931,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"505e9f06ec3cb0fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121932,"stop":1729034121935,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"63acd4c5b9f4d77c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121936,"stop":1729034121937,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"5b4321638e34b0a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121938,"stop":1729034121939,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"daad7872f9e16bb2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121939,"stop":1729034121939,"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":"82413fd48017b8b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121939,"stop":1729034121940,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"7b58f1f0eca0a785","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121940,"stop":1729034121940,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"2933df868be9a063","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121940,"stop":1729034121940,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"f3218ad5535c842d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121941,"stop":1729034121941,"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":"44290cfabc20bd16","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121945,"stop":1729034121946,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"911db5bac5406f2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121946,"stop":1729034121947,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892674 ","uid":"9ef41a7b1467200b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121947,"stop":1729034121948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892674000000 ","uid":"fb9630b168436422","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121947,"stop":1729034121947,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"608e0c34cccfca92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121948,"stop":1729034121951,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"be6f43f9b8be1f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121951,"stop":1729034121952,"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":"a5a34da920945468","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121952,"stop":1729034121953,"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":"8a76ca23457f9387","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121953,"stop":1729034121954,"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":"c5b2f50a1c4d55e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121953,"stop":1729034121953,"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":"8a8f8b4fab1de8d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121954,"stop":1729034121954,"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":"65aef34e9a4e9c30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034121954,"stop":1729034121957,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"e5439b3e0d6a28b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034121957,"stop":1729034121958,"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":"61c178f059a631d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034121958,"stop":1729034121958,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"35e9299a16780797","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034122309,"stop":1729034122310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"e174dee5ad6565e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034122310,"stop":1729034122311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"d55c6272ae119c77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034122310,"stop":1729034122310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"249094951590ce0f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034122311,"stop":1729034122311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"7c5e6f6a1aff01a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034124336,"stop":1729034124336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"be9c2a7ce7c9511d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034124336,"stop":1729034124336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"935792c153665915","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129465,"stop":1729034129465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"98c66a27507e8dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129466,"stop":1729034129466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"27758764287c26f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129467,"stop":1729034129467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"5544fc7c1005a898","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129467,"stop":1729034129468,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"bdc590408cd957f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129467,"stop":1729034129467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"7a38ac73718b76bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129468,"stop":1729034129469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"1aab248921776c81","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129468,"stop":1729034129468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"cb048deab5f94975","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129469,"stop":1729034129469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"d0d9487a83bc6e77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129469,"stop":1729034129469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"476627d6dbbef937","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129470,"stop":1729034129470,"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":"dca2201e500a7a43","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129470,"stop":1729034129470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"a8ad8c8a8ccbc986","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129471,"stop":1729034129471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"67865a326c280c34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129471,"stop":1729034129471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"29af7bcdad211c66","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129471,"stop":1729034129472,"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":"b8580d4d4d677a38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129472,"stop":1729034129472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"50b712ddeb49f24e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129472,"stop":1729034129472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"1bc25111b7e25fa0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129472,"stop":1729034129473,"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":"5644886a91e8d1d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129473,"stop":1729034129473,"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":"5ca1565f105884db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129473,"stop":1729034129473,"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":"46e004e45d313811","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129473,"stop":1729034129474,"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":"eb5e8530b58d36b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129474,"stop":1729034129475,"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":"a1a97181ec8fc61f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129474,"stop":1729034129474,"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":"667494933ce3bd1d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129475,"stop":1729034129475,"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":"2b72a7ba1ad02d63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129475,"stop":1729034129476,"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":"ec2d30b2aedc711c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129475,"stop":1729034129475,"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":"5019314d31f00be5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129476,"stop":1729034129477,"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":"f7ec1ed7d6561802","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129476,"stop":1729034129476,"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":"f9ee8d2f0b3e855d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129477,"stop":1729034129478,"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":"567230e92eefcc88","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129477,"stop":1729034129477,"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":"26d6d733b4d0e8fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129477,"stop":1729034129477,"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":"7899bc23f3cdca04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129478,"stop":1729034129478,"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":"f72ad94f4e15f6ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129478,"stop":1729034129478,"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":"b0fa5ee697346596","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129479,"stop":1729034129479,"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":"1ec0a85e02546344","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129479,"stop":1729034129480,"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":"a197a0a450629037","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129479,"stop":1729034129479,"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":"215e4b969d76f202","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129480,"stop":1729034129480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"f996bedc083ea65d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129480,"stop":1729034129481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"95b9b56c95ecfe26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129480,"stop":1729034129480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1698275615236","uid":"b42ddd7946551d02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129481,"stop":1729034129481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729030415236","uid":"cd0cdbbd47f54e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129481,"stop":1729034129481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729037615236","uid":"9598553d209f7eda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129482,"stop":1729034129482,"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":"90e8f5877cd559ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129482,"stop":1729034129483,"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":"bb8b8316a8a7c6f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034129482,"stop":1729034129482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"b725f7da29b0b724","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137117,"stop":1729034137118,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"1d1435120d8f93e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137118,"stop":1729034137118,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"92aefb46c80bf75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137118,"stop":1729034137123,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"893244347d095e11","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137123,"stop":1729034137124,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"4acd84d2ea7309ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137124,"stop":1729034137125,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"9c58fb65170d5dfe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137125,"stop":1729034137125,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"7bb3fe4dbceea0f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137125,"stop":1729034137125,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"37712e1dbaa9b83a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137126,"stop":1729034137126,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"e67f5286595fca06","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137127,"stop":1729034137128,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"9acd9f6755e0e3f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137129,"stop":1729034137129,"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":"bdb485ecd5dfd4ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137130,"stop":1729034137130,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"8f53383fae484a00","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137133,"stop":1729034137134,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"ab0aead6031987d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137133,"stop":1729034137133,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"379105f3c57e2b21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137134,"stop":1729034137134,"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":"ea2cb21452217cd5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137134,"stop":1729034137135,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"f390c29f1d06edf3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137135,"stop":1729034137135,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4f1700c09340db38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137137,"stop":1729034137142,"duration":5},"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":"8645c6d90fc7a99c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137142,"stop":1729034137142,"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":"e6d3bbf982c5b393","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137142,"stop":1729034137143,"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":"1f115fb5bd6c39d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137143,"stop":1729034137143,"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":"1f2f787ada5e50ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137143,"stop":1729034137143,"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":"3f114817c175f285","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137144,"stop":1729034137145,"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":"9ec1bffba5338d2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137144,"stop":1729034137144,"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":"4f17c1aa34ba8765","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137145,"stop":1729034137146,"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":"4b224c5f3fcf2c67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137146,"stop":1729034137147,"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":"987fe2883b8da6e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137146,"stop":1729034137146,"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":"7ca954c832c1fac4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137147,"stop":1729034137147,"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":"dee2f09078d3a946","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137147,"stop":1729034137147,"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":"8b1aff59d9060251","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137148,"stop":1729034137148,"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":"1aab05fe9d22c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137149,"stop":1729034137149,"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":"ef61c7e9ea3322d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137149,"stop":1729034137150,"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":"1934db6b77d06e2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137150,"stop":1729034137153,"duration":3},"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":"c7d6a0b0031b81ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137153,"stop":1729034137154,"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":"2c52217137bf2df1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137154,"stop":1729034137155,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"1401c875c8283aea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137155,"stop":1729034137156,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"2d9c64f68d9f514","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137155,"stop":1729034137155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"56fe24c9e41f5f3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137156,"stop":1729034137157,"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":"8c42e7f1fbe406b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137156,"stop":1729034137156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1698275577436","uid":"d102312858215e33","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137157,"stop":1729034137158,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729030377436","uid":"32bc6e2c93d61e40","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137158,"stop":1729034137158,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729037577436","uid":"7ad94657f74a3767","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137158,"stop":1729034137159,"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":"9f5f3f58fd93316d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137159,"stop":1729034137159,"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":"333f49d20480062f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137159,"stop":1729034137159,"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":"e7e8b7c01bbb853d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137162,"stop":1729034137162,"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":"69a1c121d3415ac7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137162,"stop":1729034137163,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"c65fb98a8b1abe0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137163,"stop":1729034137163,"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":"c245fe3af29d4606","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137163,"stop":1729034137163,"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":"fad75959170f9c1d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137164,"stop":1729034137164,"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":"10a5984620b8a7c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137164,"stop":1729034137164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"ca2bb7aef84f6de3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137164,"stop":1729034137165,"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":"cc00ac350d048be1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034137165,"stop":1729034137165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"795863f0cf273a74","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034140324,"stop":1729034140324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"7cfaa02469bac2c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"1ad21a24c3632845","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"8fada7215763a50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"f230aa5b957c2ee5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144756,"stop":1729034144756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"a69ca65e484c6ddc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144758,"stop":1729034144759,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"870921c1d9d54e14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144759,"stop":1729034144760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"8a09f5554454e11a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144759,"stop":1729034144759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"8a5bbf60e4d7b233","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144760,"stop":1729034144761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"b05883cd515474e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144761,"stop":1729034144762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"c7447c5b8802ac86","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144761,"stop":1729034144761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"acaf1694b0924680","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144762,"stop":1729034144763,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"c5b019ad463d36f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144762,"stop":1729034144762,"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":"2de499adbd44abfe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144763,"stop":1729034144763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"da1b991707b80744","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144763,"stop":1729034144763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"a647d4f394b0257f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144764,"stop":1729034144764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"962a524db3f2bdc4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144764,"stop":1729034144765,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"4c71e59145bf52eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144764,"stop":1729034144764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"6b1bae2c871ad90e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144765,"stop":1729034144766,"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":"c2ecf39978ce5880","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144765,"stop":1729034144765,"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":"b0090beef69563d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144766,"stop":1729034144767,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 25 2023 23:15:37 GMT+0000 (Coordinated Universal Time)","uid":"c27a644ada82126","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144767,"stop":1729034144768,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Oct 15 2024 22:15:37 GMT+0000 (Coordinated Universal Time)","uid":"588f6e691a44cd5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144768,"stop":1729034144768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"108578dd88342067","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144769,"stop":1729034144769,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 16 2024 00:15:37 GMT+0000 (Coordinated Universal Time)","uid":"5edf5dffa57d98f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144769,"stop":1729034144769,"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":"a07cb452b8326a7c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144770,"stop":1729034144770,"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":"1e732c89a30dc7a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144770,"stop":1729034144770,"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":"c05b2f0040a53ae4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144770,"stop":1729034144771,"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":"9ccc75f24037f44a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034144772,"stop":1729034144772,"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":"46fc31481b2eefbd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144772,"stop":1729034144772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"2e34179447f8771f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144773,"stop":1729034144774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"df0cb287268aae2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034144773,"stop":1729034144773,"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":"3b34472644dd6906","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034144773,"stop":1729034144773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"394d2b747420596a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147759,"stop":1729034147760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"4fa2a0410dd57166","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147760,"stop":1729034147760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"c59da88c76cabc50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147760,"stop":1729034147761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"2a3c6a340f5e1245","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147761,"stop":1729034147766,"duration":5},"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":"7ab7ce988025bee6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147767,"stop":1729034147767,"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":"dd2c7d46d1e39045","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147767,"stop":1729034147767,"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":"1158cb6250839e55","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147767,"stop":1729034147768,"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":"699f2b77c633ed67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147768,"stop":1729034147768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"fbb06da52c5c54a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034147769,"stop":1729034147769,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"14902470eec838df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034147769,"stop":1729034147769,"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":"938a9acb9bcb9d69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147770,"stop":1729034147771,"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":"db8b6980881f1b3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147770,"stop":1729034147770,"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":"cab059321a7f63a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147771,"stop":1729034147772,"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":"8dfddb5c340280cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147772,"stop":1729034147772,"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":"1ded228d114cc53b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147774,"stop":1729034147774,"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":"f4ce0c4080659a82","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147778,"stop":1729034147778,"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":"e0afe1a208547434","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147780,"stop":1729034147780,"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":"a6ff28e526f9b6be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147780,"stop":1729034147781,"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":"c06c95c6a26cf61c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147780,"stop":1729034147780,"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":"4b958bcfb990dc36","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147781,"stop":1729034147786,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"bb50d15d78f8e19e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147781,"stop":1729034147781,"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":"92635fd97b2a282d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147781,"stop":1729034147781,"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":"5066d071ede58126","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147786,"stop":1729034147787,"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":"99adbb840a61736c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147787,"stop":1729034147791,"duration":4},"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":"e03453525f0fef2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147792,"stop":1729034147792,"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":"d489965df72576af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147792,"stop":1729034147792,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"10023f765e7cb9c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034147999,"stop":1729034148000,"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":"3fb99ac0386222b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034148001,"stop":1729034148001,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"8d5b9df835846532","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034148002,"stop":1729034148002,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"a02d806401e19c4e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034148002,"stop":1729034148002,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"f9367fde23fc9ee2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034162414,"stop":1729034162414,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"c575085c61fb592c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034162414,"stop":1729034162414,"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":"3678bbde617c59a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034162415,"stop":1729034162415,"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":"6681a50f32a14027","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034162415,"stop":1729034162416,"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":"2cf00c1fc945f5d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034162415,"stop":1729034162415,"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":"2d50f32c7ebe81e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034162416,"stop":1729034162417,"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":"5ee8a9074f1fe826","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034162416,"stop":1729034162416,"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":"ec41d35d1f5579dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169192,"stop":1729034169192,"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":"9ee99d1cad77c1d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169193,"stop":1729034169194,"duration":1},"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":"94edeca01736ea9e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169193,"stop":1729034169193,"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":"bcd00b7c92d57611","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169193,"stop":1729034169193,"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":"c6ee047964e1ee70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169194,"stop":1729034169194,"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":"5a27d6524e6bca3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169194,"stop":1729034169195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"88cfb5bcb9a9e6f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169195,"stop":1729034169195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"57fecdc01a91746c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169195,"stop":1729034169196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"37f06885499a0920","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169197,"stop":1729034169197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"209a13cc26091ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169435,"stop":1729034169436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"d9cc8da31c46b31b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169436,"stop":1729034169437,"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: /app49/10/topic527/proto","uid":"6affaaf3320c2afb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169437,"stop":1729034169439,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app93/1/topic622/proto","uid":"32ecf91e795d59c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169439,"stop":1729034169441,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app40/2/topic778/json","uid":"45642fb225f18a96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169441,"stop":1729034169442,"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: /app57/3/topic252/xml","uid":"b1261d40acdae62","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169445,"stop":1729034169449,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app71/2/topic384/xml","uid":"c7e183aabf0ac7f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169449,"stop":1729034169449,"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: /app68/4/topic903/xml","uid":"4d7df0a70c160897","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169449,"stop":1729034169450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app34/5/topic449/xml","uid":"5fee5c729271ec96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169450,"stop":1729034169450,"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: /app58/7/topic58/proto","uid":"a69b1f6835832d17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169450,"stop":1729034169451,"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: /app71/9/topic946/proto","uid":"4501d14f8b361270","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169450,"stop":1729034169450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"722859d86bf59499","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169451,"stop":1729034169452,"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: /app52/7/topic102/utf8","uid":"8a3e9576697c212b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169451,"stop":1729034169451,"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":"a050468f139493ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169452,"stop":1729034169453,"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":"56519e36412b4de0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169452,"stop":1729034169452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"1c20c9a29fe6f766","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034169453,"stop":1729034169453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"5afb11ed383d80e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034177523,"stop":1729034177524,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"fb9665d82b7df79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034177524,"stop":1729034177524,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 68, Shard ID: 269","uid":"f9b2249ef39c5b0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034177524,"stop":1729034177525,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 947, Shard ID: 118","uid":"1f2bfe52b24493eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034177525,"stop":1729034177526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 864, Shard ID: 457","uid":"b91b13fc3e55cf0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034177526,"stop":1729034177527,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 116, Shard ID: 717","uid":"a36f24186a799458","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034177527,"stop":1729034177530,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 523, Shard ID: 370","uid":"dd08246798d56","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034177531,"stop":1729034177531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 816, Shard ID: 369","uid":"ab68747bb3d68ba6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034177532,"stop":1729034177533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 74, Shard ID: 219","uid":"f9c6ab17937e8915","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034177533,"stop":1729034177534,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 147, Shard ID: 773","uid":"11bdc047ce3ac172","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034177534,"stop":1729034177534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 529, Shard ID: 960","uid":"49a75ab01ba7cdc5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034177535,"stop":1729034177536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 129, Shard ID: 338","uid":"11bb2116837ffee1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034177535,"stop":1729034177535,"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":"468e42b4b598603c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034177536,"stop":1729034177536,"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":"1265637a582b5166","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034177537,"stop":1729034177538,"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":"6f3fac1496e763c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034177538,"stop":1729034177538,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"498b15e4a75ae15","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034188112,"stop":1729034188113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"db1c0ea812fa6f02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034188113,"stop":1729034188113,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"3e4878d8cd3a5386","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034188113,"stop":1729034188115,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"2ee559ba0f23694f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034188115,"stop":1729034188116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"2a9db581f6c6b9dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034188116,"stop":1729034188116,"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":"7a7db5d2bd2c0ae8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034188117,"stop":1729034188118,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"4c7e9104f80568d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034188117,"stop":1729034188117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"6095a844312138d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034188117,"stop":1729034188117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"92e129b12baa52e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034188118,"stop":1729034188119,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"f9775c3f0b708bdb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034188118,"stop":1729034188118,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"a00c19e4efb06cfe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034188118,"stop":1729034188118,"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":"dcf4597776d0e924","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034188119,"stop":1729034188119,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"b651fdb03f329e0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034191991,"stop":1729034191994,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"60ff1e299ba587d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034191994,"stop":1729034191995,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"fbcc98d706d0d618","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034191995,"stop":1729034191996,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"b742d0527c4c012c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034191995,"stop":1729034191995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"9a5b60748cb4d39a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034191995,"stop":1729034191995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"4a1cb887dab16e01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034191996,"stop":1729034191996,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"bd44b38ecc63a448","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034200062,"stop":1729034200063,"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":"e9da1c772ac3e459","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034200063,"stop":1729034200064,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"7b359348c08396df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034200063,"stop":1729034200063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"65c444f119666655","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034200064,"stop":1729034200065,"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":"79ed760599a4b4f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034200065,"stop":1729034200066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"f4e7fc831e47e5f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034200065,"stop":1729034200065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"b93f2c030e0bedfb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034200067,"stop":1729034200069,"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":"ad671ec7049aab7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034200069,"stop":1729034200070,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"36467825f795991e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034200069,"stop":1729034200069,"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":"ee22311bb8b573f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034203620,"stop":1729034203621,"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":"3054b3ae4c34ff68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034203621,"stop":1729034203621,"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":"5f320e050bc272f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034203622,"stop":1729034203622,"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":"3db7910c9876d71b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034203622,"stop":1729034203622,"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":"4866072b417bef22","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034208292,"stop":1729034208293,"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":"c7ca5e9a306c28da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034208293,"stop":1729034208294,"duration":1},"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":"c3b7cc5690108cfa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034208294,"stop":1729034208294,"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":"7b657d1f2ed19eab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034208294,"stop":1729034208294,"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":"6414c67136b6500d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034208294,"stop":1729034208295,"duration":1},"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":"f4f4b6d6cf68e401","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034208295,"stop":1729034208295,"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":"3e339eb245e48367","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034208295,"stop":1729034208295,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"e5c2dde2f136ed5d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034208295,"stop":1729034208296,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"5030f603a00cc87d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209086,"stop":1729034209086,"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":"782c3805f6976a7f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209087,"stop":1729034209088,"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":"27f75e82b69a994d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209087,"stop":1729034209087,"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":"2c2cf4e5ffde61e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209087,"stop":1729034209087,"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":"e6af9ea87cf4efa3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209088,"stop":1729034209089,"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":"2c77ccf3c7cbf0ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209089,"stop":1729034209089,"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":"28df5307083bf705","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209089,"stop":1729034209089,"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":"d1724edeb1c36b02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209090,"stop":1729034209090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"a7d61e4e9b27f10d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209092,"stop":1729034209093,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"afcfccce3eafa91c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209092,"stop":1729034209092,"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":"3b8885ad2522f4d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209092,"stop":1729034209092,"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":"98c400b153fb0004","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209093,"stop":1729034209095,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"ee29586b3dbe0824","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209093,"stop":1729034209093,"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":"a66b66b32d1511fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209095,"stop":1729034209095,"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":"af211dddc154fa8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209095,"stop":1729034209095,"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":"ebe33bcda2e1a05b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209096,"stop":1729034209098,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"a9e563c3f519fb7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209098,"stop":1729034209099,"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":"e8ba2cf94cff6cdd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209099,"stop":1729034209099,"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":"7963f758acb8f73c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209100,"stop":1729034209100,"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":"4fcdd95b567ab236","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209100,"stop":1729034209100,"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":"49965771c8691b2b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209100,"stop":1729034209101,"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":"ff1f2f47634e75f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209101,"stop":1729034209101,"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":"f290fbd63a5b8d29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209102,"stop":1729034209103,"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":"fbe668c7d775dc98","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209102,"stop":1729034209102,"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":"7371c3eb09a213c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209102,"stop":1729034209102,"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":"84ccf0ef8daed22a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209103,"stop":1729034209103,"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":"f85149b15ac3ecd2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209103,"stop":1729034209104,"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":"fbd9433f389a4aec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209103,"stop":1729034209103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"abe1a48d099cd5c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209104,"stop":1729034209105,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"166af90615f30de1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209104,"stop":1729034209104,"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":"b014f9caf7bb771c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209105,"stop":1729034209105,"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":"45091b38740b6db4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209105,"stop":1729034209105,"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":"9fb72ed78dcdda5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209106,"stop":1729034209107,"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":"947a755e2de78eca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209106,"stop":1729034209106,"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":"8bcaee1cf08bdbbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209106,"stop":1729034209106,"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":"213ae7747d7ffbe2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209107,"stop":1729034209107,"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":"55af24a024fa076e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209107,"stop":1729034209109,"duration":2},"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":"d9e71a0756c2038e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209109,"stop":1729034209109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"5080acef3fb8347b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209109,"stop":1729034209110,"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":"2bb240d3c946a1f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209110,"stop":1729034209111,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5a97eeabfd62585c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209110,"stop":1729034209110,"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":"dd09531aa7c5e035","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209111,"stop":1729034209112,"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":"a73f36f9acc2bc87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209111,"stop":1729034209111,"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":"a4c55a1794fc5758","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209112,"stop":1729034209113,"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":"5dfdfd6c85179a52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209112,"stop":1729034209112,"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":"d0232e9ab11dd069","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209112,"stop":1729034209112,"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":"f9111ca1f9067fac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209113,"stop":1729034209114,"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":"a249435eea9c5275","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209113,"stop":1729034209113,"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":"3a9c00262e138817","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209114,"stop":1729034209114,"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":"9e44a6d04542cf0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209114,"stop":1729034209115,"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":"9cbc28476121cdfe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209119,"stop":1729034209119,"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":"d3644062172fdf93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209122,"stop":1729034209123,"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":"9700892e3d809c64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209123,"stop":1729034209127,"duration":4},"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":"7a39c20b01cb3330","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209128,"stop":1729034209128,"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":"4ea1306217df5120","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209128,"stop":1729034209130,"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":"4a068d3f925a4043","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209128,"stop":1729034209128,"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":"4bdf9f76925c2f1c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209130,"stop":1729034209131,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"85eddb3e81039a96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034209131,"stop":1729034209131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"af9106982d94de63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034211308,"stop":1729034211309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"6d0ea26c719c8254","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034211308,"stop":1729034211308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"d85c8f05ff375edb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034211309,"stop":1729034211309,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"5f8a0a9adb153093","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034213016,"stop":1729034213016,"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":"5d7eae6322fa4c16","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034213017,"stop":1729034213018,"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":"d1383bac4562fb26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034213017,"stop":1729034213017,"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":"9093925a3dbd6637","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034213017,"stop":1729034213017,"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":"261bc53f91ccb13","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034213018,"stop":1729034213019,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"4f3784fd83ddd98f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034213018,"stop":1729034213018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"f335d918a8c492e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034213019,"stop":1729034213019,"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":"793736e75847cec5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034213020,"stop":1729034213020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"58b52190440868ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034213020,"stop":1729034213021,"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":"5f38ce65ed464e00","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332493,"stop":1729034332494,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"b1eb09825a3eeeed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332495,"stop":1729034332497,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"6050c6b66170196d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332606,"stop":1729034332607,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"59dbfdf131c55b84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332607,"stop":1729034332607,"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":"e1bf23a7f3c6226b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332607,"stop":1729034332608,"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":"cfba8a063b17beef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332608,"stop":1729034332608,"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":"22f62e466e4917ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332609,"stop":1729034332609,"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":"6d974d44d7328a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332609,"stop":1729034332609,"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":"9e17baf779cd345d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332610,"stop":1729034332611,"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":"c671afd3844df709","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332611,"stop":1729034332612,"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":"614a923c3cb582db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332612,"stop":1729034332612,"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":"1d91a60708622921","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332613,"stop":1729034332614,"duration":1},"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":"c4d8aae0c7aa9a54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332614,"stop":1729034332614,"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":"48c644261a54981b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332614,"stop":1729034332619,"duration":5},"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":"9949b595db724e1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332619,"stop":1729034332619,"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":"8aaa53a90492c0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332620,"stop":1729034332621,"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":"10025e56ac2fad1b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332620,"stop":1729034332620,"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":"9ec69bcc15416e31","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332620,"stop":1729034332620,"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":"f9105f5c035ea96c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332621,"stop":1729034332621,"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":"b5090358bf9596b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332621,"stop":1729034332621,"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":"187976bfad07376f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332621,"stop":1729034332622,"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 0 with networkShards 1","uid":"ce26fedc0b47d800","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332622,"stop":1729034332623,"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":"89e0a0ce08dc8c91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332622,"stop":1729034332622,"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":"ca92c152990a4899","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332622,"stop":1729034332622,"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":"ecf630c5d9747c14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332623,"stop":1729034332623,"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":"58dce2320ab7a30b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332623,"stop":1729034332624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"d05501e05e5d26a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332624,"stop":1729034332624,"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":"c98b0d4ea42fd846","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332624,"stop":1729034332624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"9fdcf7c1afdad3c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332624,"stop":1729034332625,"duration":1},"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":"411b009954ba9e61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332625,"stop":1729034332626,"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":"71aac107d3f675b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332625,"stop":1729034332625,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"fe891374687425ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332626,"stop":1729034332626,"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":"2196992d36043067","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332626,"stop":1729034332626,"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":"94dcab125684b26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332626,"stop":1729034332627,"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":"8eae8537ba9e3396","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332627,"stop":1729034332627,"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":"d8b21b59225ee09d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332627,"stop":1729034332628,"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":"73fdd047c96a6145","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332628,"stop":1729034332629,"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":"f865cb328a293af1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332628,"stop":1729034332628,"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":"e61bab9349c5a1a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332628,"stop":1729034332628,"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":"edec426c36ee4379","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332629,"stop":1729034332629,"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":"cbb1f0c21ff8ae78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332629,"stop":1729034332630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"432ebc3e1c4c5a54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332629,"stop":1729034332629,"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":"7013d109f0c0eece","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332630,"stop":1729034332630,"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":"a89b4ee9a26a4ec4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332630,"stop":1729034332631,"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":"71e4f963207ba981","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332631,"stop":1729034332631,"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":"6492b18d40a3ed45","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332631,"stop":1729034332632,"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":"6545dc1a75f4f4ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332631,"stop":1729034332631,"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":"3e65d8a284d4959c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332632,"stop":1729034332633,"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":"2f760d9ed41e3039","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332632,"stop":1729034332632,"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":"9638591df935f50f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332632,"stop":1729034332632,"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":"f93566403986fa4e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332633,"stop":1729034332634,"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":"727d999c67c19883","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332633,"stop":1729034332633,"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":"d709730fe53675e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332634,"stop":1729034332634,"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":"d0234d5fb341fbbe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332634,"stop":1729034332634,"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":"e21fae82c1a88950","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332634,"stop":1729034332635,"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":"63084c03b2e16ec8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332636,"stop":1729034332637,"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":"cd97ca9593624837","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332636,"stop":1729034332636,"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":"46508dc26314f5ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332637,"stop":1729034332637,"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":"71cf9d0267c462df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332637,"stop":1729034332637,"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":"1572dffa4221e494","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332638,"stop":1729034332639,"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":"afa03da0b8d1bd9f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332638,"stop":1729034332638,"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":"10b5ce906378dde7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332639,"stop":1729034332640,"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":"b90eca0627f189b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332640,"stop":1729034332640,"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":"44f1512162da0174","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332640,"stop":1729034332641,"duration":1},"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":"51484d7476755550","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332641,"stop":1729034332641,"duration":0},"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":"f7c9e92daf000863","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332641,"stop":1729034332641,"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":"a717d062f11540aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332642,"stop":1729034332643,"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":"5736c26220e88954","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332643,"stop":1729034332644,"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":"1d0b18e11371f15e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332643,"stop":1729034332643,"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":"ec3fddf369023e4e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332644,"stop":1729034332645,"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":"fa9d46ab43205d85","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332644,"stop":1729034332644,"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":"6ddf6cab75d4e5f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332645,"stop":1729034332645,"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":"bda4167bdab70e0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332645,"stop":1729034332646,"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":"86713bcfd9b88fc1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332646,"stop":1729034332646,"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":"4b5ec194e8af59fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332646,"stop":1729034332646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"34f1b0a5481b33c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332647,"stop":1729034332647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"cbf8424fb7f13453","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332647,"stop":1729034332647,"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":"adfd54d4af022a21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332648,"stop":1729034332648,"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":"c4a53638cd88e858","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332648,"stop":1729034332649,"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":"bee450e95d9603b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332648,"stop":1729034332648,"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":"8ecc766d19ec6402","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332649,"stop":1729034332649,"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":"e4dca9e4751da766","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332796,"stop":1729034332797,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"e2fdb7993d3f3a51","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332796,"stop":1729034332796,"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":"49308e81b03e99d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332797,"stop":1729034332797,"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":"7543b39f03f3d0b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034332797,"stop":1729034332797,"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":"6739e111aeb0cc31","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034335331,"stop":1729034335332,"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":"d79e82dba149d984","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034335332,"stop":1729034335332,"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":"9fbde4baae10f611","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034335333,"stop":1729034335333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"67ea13630f8f72c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034335333,"stop":1729034335333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"f07bb7bf39b0cb1d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034335334,"stop":1729034335334,"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":"f01a52cca6951047","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034335334,"stop":1729034335334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"238a5ff60dd4cac7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340708,"stop":1729034340709,"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":"8fac500e6871bf88","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340749,"stop":1729034340750,"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":"8975bdabd2cc3eac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340750,"stop":1729034340751,"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":"495dea3c216ec2ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340751,"stop":1729034340752,"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":"4ebec372eb95b7c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340751,"stop":1729034340751,"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":"16ca74352266e4a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340752,"stop":1729034340753,"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":"788245f22f71fb69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340752,"stop":1729034340752,"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":"c9ee836faf83394","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340753,"stop":1729034340753,"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":"9e3cb89dcea1a607","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340753,"stop":1729034340754,"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":"23a51dabe58f1529","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340754,"stop":1729034340755,"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":"adfab47939546db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340755,"stop":1729034340755,"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":"e627d9d5b9b463ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340755,"stop":1729034340756,"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":"f324675a46ff49dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340756,"stop":1729034340756,"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":"2e309a8cd3a4fa5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340757,"stop":1729034340757,"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":"1956923fd98a9328","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340757,"stop":1729034340758,"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":"1e3f93f857a3c773","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340757,"stop":1729034340757,"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":"8b291708265baee1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340758,"stop":1729034340758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"73f625c7f6183c58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340829,"stop":1729034340830,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"53fbccce469bdbda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034340830,"stop":1729034340831,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"901f0d8a4d1bcc8e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341398,"stop":1729034341398,"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":"b76c4021e6fb6bc1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341399,"stop":1729034341400,"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":"41d1fb42303660c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341399,"stop":1729034341399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"d81e8066c1abe663","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341399,"stop":1729034341399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"66bc4e892128ac51","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341400,"stop":1729034341400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"5b977a1ba006db2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341400,"stop":1729034341400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"8022300972192a8e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341401,"stop":1729034341402,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"d9de86bfa99fda5d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341401,"stop":1729034341401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"6e3ed0a60cc0d27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341401,"stop":1729034341401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"f6b9650aa49d1c9b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341402,"stop":1729034341403,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"8ca64583ca5a4ce6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341402,"stop":1729034341402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"35b30d3739cc9ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341403,"stop":1729034341403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"1ff56142e65706c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341403,"stop":1729034341403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"54ae6abc99a53cea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341404,"stop":1729034341404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"ec08faf26fc2e35b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341404,"stop":1729034341404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"dfa155ef4e42d172","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341404,"stop":1729034341404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"6dda83657e106d32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341405,"stop":1729034341409,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"21aaa4ea5e2f99b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341405,"stop":1729034341405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"99dd023481b6e3cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341409,"stop":1729034341409,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"cade5c3bde5bedc8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341409,"stop":1729034341409,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"107b8885c55d731c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341409,"stop":1729034341409,"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":"82c0e7172f4ebcf4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341409,"stop":1729034341410,"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":"aaaa2e793219308e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341410,"stop":1729034341410,"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":"91232f14e84ab37d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341410,"stop":1729034341410,"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":"eb48a3969f949ac4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341410,"stop":1729034341411,"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":"b432aaea450e842e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341411,"stop":1729034341411,"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":"2dbee7058f5485bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341411,"stop":1729034341412,"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":"e14e981f7a099ba1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341411,"stop":1729034341411,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"bacc0f542357dfaf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034341412,"stop":1729034341412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"ebfd90ede8da14c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034347698,"stop":1729034347701,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns nothing if no connections present","uid":"51426bc7d3e847f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348294,"stop":1729034348295,"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":"bb286c47d38d0869","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348295,"stop":1729034348296,"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":"27a2f4f4795ebb4f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348296,"stop":1729034348297,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should select older connection if present","uid":"d6954a5f854c88b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348297,"stop":1729034348298,"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":"fc5bb3e4fa0df787","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348411,"stop":1729034348411,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw if no connection provided","uid":"ab091b49e20cfcb1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348412,"stop":1729034348412,"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":"2ac5d31b442d619a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348412,"stop":1729034348413,"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":"a0b8e9a07b0f35b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348413,"stop":1729034348413,"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":"f02297ac0d10bb68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348413,"stop":1729034348414,"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":"abe515e73077bb82","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348414,"stop":1729034348415,"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":"356ecc3f82c40d2b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348415,"stop":1729034348415,"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":"86a94023023d3867","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348576,"stop":1729034348576,"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":"3b88858ddb3adab6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348576,"stop":1729034348577,"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":"1c31bc7536fc66ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348577,"stop":1729034348578,"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":"f83acbf55acdece4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348577,"stop":1729034348577,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"483848b214d5498","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348760,"stop":1729034348760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"bc04ac9ca34449a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348761,"stop":1729034348761,"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":"79fb694d1d3a0337","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348761,"stop":1729034348761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"2caf003647040e9b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348761,"stop":1729034348762,"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":"3cb67a7660c91b2b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348762,"stop":1729034348762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"42ab892b8e5fedd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348762,"stop":1729034348762,"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":"7f7501bb8e0b58d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348762,"stop":1729034348762,"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":"12a7c677fe12ea60","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034348763,"stop":1729034348763,"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":"868df5c6fc01e212","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034355547,"stop":1729034355550,"duration":3},"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":"bc467a646eaff336","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034355550,"stop":1729034355553,"duration":3},"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":"ded1c6c03e390676","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034355553,"stop":1729034355553,"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":"12df1396d1ef684b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356135,"stop":1729034356135,"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":"9aec13f0ea551e1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356136,"stop":1729034356136,"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":"27c358b0afc19187","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356136,"stop":1729034356137,"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":"8336e8b1900d35a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356137,"stop":1729034356137,"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":"e2d4b905bfaa5f74","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356137,"stop":1729034356138,"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":"44eb10a901fa2466","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356138,"stop":1729034356138,"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":"240537d5ac8c5184","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356139,"stop":1729034356139,"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":"dcdc75974837a228","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356139,"stop":1729034356140,"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":"e5ffcdc495289511","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356140,"stop":1729034356140,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"830bb322b517bc67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356194,"stop":1729034356194,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"48393a55ce4ee583","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356195,"stop":1729034356195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"587ce724ed479e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356195,"stop":1729034356195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"dab8fd86d8cba100","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356196,"stop":1729034356196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"2a982b30a3dd6eb8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356472,"stop":1729034356473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"974d279da7bf21fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356473,"stop":1729034356473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"6dbc6732398b982e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356473,"stop":1729034356474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"d6a257ab4aa72659","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356474,"stop":1729034356474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"2f557f872e4146ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356474,"stop":1729034356474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"fd394f0c7775ec00","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356474,"stop":1729034356475,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"7b863421a8487eae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356475,"stop":1729034356475,"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":"9698d4239a699a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356476,"stop":1729034356476,"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":"ba18a08a2c2d8961","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356476,"stop":1729034356476,"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":"5c2171b47d8513da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356476,"stop":1729034356477,"duration":1},"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":"161c213de485645b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034356477,"stop":1729034356477,"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":"f477530628164c0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034356478,"stop":1729034356478,"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":"bee078d2c7c5da39","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034356478,"stop":1729034356478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"4f120f723141b0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034360433,"stop":1729034360433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"f52a405e4780b05d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034360434,"stop":1729034360434,"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":"5cc5afb8a752a4bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034360434,"stop":1729034360435,"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":"ac079bd10eee4b87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034360435,"stop":1729034360435,"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":"6aacfd955ad0f1ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034360435,"stop":1729034360435,"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":"49ed73453a1d5da7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034360436,"stop":1729034360436,"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":"32e07d130a3136f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034360436,"stop":1729034360436,"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":"3eb8705ee6f09d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034360437,"stop":1729034360437,"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":"8cbee89ed6545c44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034360437,"stop":1729034360437,"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":"31cd671ee10aeef1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034360437,"stop":1729034360438,"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":"3f6e9e23fc931bf7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034360438,"stop":1729034360438,"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":"cee0ffb13c170630","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034366396,"stop":1729034366397,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"928016831c0d674f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034366397,"stop":1729034366397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"89a7333e2775abb9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034366398,"stop":1729034366398,"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":"8a41cd28960e9fd5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034366399,"stop":1729034366399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"30cee6ee211eaa85","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034366399,"stop":1729034366399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"fa709a3c471dc4a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034366400,"stop":1729034366400,"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":"abbaef7dcc95d585","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034366400,"stop":1729034366400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"80f3645915b90b57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034366897,"stop":1729034366898,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"62a92527073f7046","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034366898,"stop":1729034366899,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"9b4e2394f15b77e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034366898,"stop":1729034366898,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"ae6e8a022a2f0f06","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034366899,"stop":1729034366899,"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":"df97e634a5d3c5d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034368071,"stop":1729034368071,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"be6d5ab926496729","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034368072,"stop":1729034368072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"823a58dfc627b34d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034368072,"stop":1729034368073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"91dce4b3244ed33e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034368072,"stop":1729034368072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"6583fde5ef3d70f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034368073,"stop":1729034368073,"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":"2555b0c8cc60e0fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034368073,"stop":1729034368073,"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":"a2660683e8967b82","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034368073,"stop":1729034368073,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if pubsub topics are misconfigured","uid":"4ee240bc75ced1a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034372889,"stop":1729034372891,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if no connected peers found","uid":"a0ea93bf80e31b35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034372891,"stop":1729034372892,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should send to specified number of peers of used peers","uid":"4e365aa5497d2a28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034372892,"stop":1729034372892,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retry on failure if specified","uid":"5a15b8a77d0ef4c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034372892,"stop":1729034372893,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if WakuNode is not started","uid":"3497feed0eab5e4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373008,"stop":1729034373009,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if LightPush is requested but not mounted","uid":"6fdb644cff587711","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373009,"stop":1729034373009,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Store is requested but not mounted","uid":"685f27ede537d18f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373009,"stop":1729034373010,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Relay is requested but not mounted","uid":"a6c430a42026286","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373009,"stop":1729034373009,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject on timeout if it was set","uid":"9b7b6edafa70c782","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373010,"stop":1729034373011,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Filter is requested but not mounted","uid":"267585248470f924","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373010,"stop":1729034373010,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for LightPush peer to be connected","uid":"444016408bac9bfb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373011,"stop":1729034373011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for Filter peer to be connected","uid":"7179edc53bf6f2ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373011,"stop":1729034373012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should check connected peers if present and suitable","uid":"b34d3c2fc96216fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373011,"stop":1729034373011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for Store peer to be connected","uid":"a5993a912345546d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373012,"stop":1729034373012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should call waitForPeer on Relay","uid":"26dfc2828bb95dfa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373012,"stop":1729034373012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add a peer","uid":"f14b1569f0427e13","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373025,"stop":1729034373026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should remove a peer","uid":"37be292f74d2eaa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373026,"stop":1729034373026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return true when peers exist","uid":"5fbb08f0411a19bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373027,"stop":1729034373028,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers","uid":"9e5a9e726a50e6e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373027,"stop":1729034373027,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should remove the specified number of excess peers","uid":"eba6858557c76f7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373028,"stop":1729034373029,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false when no peers exist","uid":"25d5e101fe0d89be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373028,"stop":1729034373028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should find and add new peers","uid":"b0495332288f1342","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373029,"stop":1729034373029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not add existing peers","uid":"4337081fa7adedf0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373029,"stop":1729034373030,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should log when no additional peers are found","uid":"f8838bd49ca9a2f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034373030,"stop":1729034373030,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"2bc0535e24491fe9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034376213,"stop":1729034376214,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"de7781be7004e1bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034376215,"stop":1729034376215,"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":"78f1e29b3bc31ca6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034392564,"stop":1729034392567,"duration":3},"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":"c8b6f65cbb84cffb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034392568,"stop":1729034392569,"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":"f801bee3935823f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034392568,"stop":1729034392568,"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":"a841ec4481a1622c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034392569,"stop":1729034392569,"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":"fbe78b93ca4fdaad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034392569,"stop":1729034392570,"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":"a121a42d1ef23cbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034392570,"stop":1729034392571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"cffc236aebed1c0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034398613,"stop":1729034398614,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"44242064104e6e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034398614,"stop":1729034398615,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"ca3efa1b4c511ea2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034398615,"stop":1729034398615,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"d7c48e847a7f07ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034398717,"stop":1729034398720,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"591cc537101be78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034398720,"stop":1729034398721,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"64f7d5cf6f5185db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034398721,"stop":1729034398722,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"35501eee85550623","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034398721,"stop":1729034398721,"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":"6334ff280e9d178a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034399690,"stop":1729034399690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"221ff11e27568546","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034399691,"stop":1729034399691,"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":"6279971d93b7d061","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034399692,"stop":1729034399692,"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":"40cfd57b429d9bca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034399692,"stop":1729034399693,"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":"75d5f3c3b7112d47","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034399693,"stop":1729034399696,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"3ab0b99b6e7859a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034408862,"stop":1729034408863,"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":"e9f6837555407217","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034408863,"stop":1729034408863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"1e7d59c01974f142","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034408863,"stop":1729034408863,"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":"ae4a0423f59e61bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034408864,"stop":1729034408864,"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":"2bc99c8cd70ca7dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034408864,"stop":1729034408870,"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":"beb6ed369ca6e6b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034408864,"stop":1729034408864,"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":"af9cc0dab29c8331","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034408871,"stop":1729034408872,"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":"1887e29b4827c114","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034408874,"stop":1729034408874,"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":"712c441a7d5e18cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034408876,"stop":1729034408876,"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":"b7747b2a664889e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034408877,"stop":1729034408877,"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":"7494fad8ad45865e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034424271,"stop":1729034424272,"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":"c54c78969f11a4a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034424273,"stop":1729034424273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"d975851c33c7fb43","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034424273,"stop":1729034424274,"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":"d57297ca9a427f10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034424273,"stop":1729034424273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"cca676bf90384b51","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034424274,"stop":1729034424275,"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":"9b4c91b3bf48aa23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034424274,"stop":1729034424274,"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":"d12feffc00f0ad73","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034424277,"stop":1729034424277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"e3a94c3ffbfa97ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034432447,"stop":1729034432448,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"cdace3ba5b83f5fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034432448,"stop":1729034432449,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"383f8d18adbebd81","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034432449,"stop":1729034432450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"623ed148f82a07dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034432450,"stop":1729034432451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"e27fc8a5b4b7580a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034432450,"stop":1729034432450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"8968d4f194e0fa8e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034432451,"stop":1729034432451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"aa6c74452defb2f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034432451,"stop":1729034432451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"a161e6cd52c9f67c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034432451,"stop":1729034432452,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"6dc0616910d8b10d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034432452,"stop":1729034432452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"b0dfcb860bb20c62","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034435018,"stop":1729034435018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"24a32122a9f788a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034435019,"stop":1729034435019,"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":"b236b6dc45aa2fd1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034435019,"stop":1729034435020,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"1af1a5852b2967c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034435019,"stop":1729034435019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"5b66158e2538b4fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034435409,"stop":1729034435410,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"467d85a813e83a2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034435410,"stop":1729034435411,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"3889080da7fdfe23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034435411,"stop":1729034435412,"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":"6fd3785af57e1713","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034435412,"stop":1729034435413,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"b563f276c5743170","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034435415,"stop":1729034435416,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"6c4b89a506fcbe94","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034435415,"stop":1729034435415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"ce7a72e6d7f1c1f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034435416,"stop":1729034435416,"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":"56e7a4b6bc960104","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034435420,"stop":1729034435421,"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":"b6f1ced85575dfc0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034447614,"stop":1729034447615,"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":"cb138cf402eddb58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034447614,"stop":1729034447614,"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":"12e96e38edaf59ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034447616,"stop":1729034447617,"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":"aadb8ef84c3b243c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034447616,"stop":1729034447616,"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":"ceded16c69868aa0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034447617,"stop":1729034447617,"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":"f9c242039798aa63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034447617,"stop":1729034447618,"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":"ca6e2b8178bec52e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034447623,"stop":1729034447624,"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":"ab57ae4f0bbcc33e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034447630,"stop":1729034447630,"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":"7eb66fe2945f632d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034447630,"stop":1729034447630,"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":"72d15ae16fba82c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034447631,"stop":1729034447632,"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":"aaa4ab77003c7b23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034447632,"stop":1729034447635,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"a08529c44ce63c7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034462527,"stop":1729034462533,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"2d1e3aae46c491cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034462533,"stop":1729034462534,"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":"62f6babe0630c7d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034462533,"stop":1729034462533,"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":"b529249d673b00ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034462534,"stop":1729034462535,"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":"43aa0c74242f31a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034462535,"stop":1729034462535,"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":"9d295d5282734411","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034462535,"stop":1729034462535,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"44c28eb4d98134b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034470386,"stop":1729034470386,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"b810afd4aff3477","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034470386,"stop":1729034470387,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"38e4e348d549d9d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034470387,"stop":1729034470387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"d740f32dcac14125","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034470387,"stop":1729034470387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"7dc62d269b6599c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034470387,"stop":1729034470391,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"4cd9a4b1d4775507","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034470391,"stop":1729034470391,"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":"cc35ddd914917086","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034470391,"stop":1729034470391,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"2302021be6c3af66","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034470391,"stop":1729034470394,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer for Filter on peer:disconnect event","uid":"c869d5e737df4ec0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034470395,"stop":1729034470395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"e5479d5b2669238e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472931,"stop":1729034472931,"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":"71d063f3a0ad3343","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472931,"stop":1729034472931,"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":"8afa16ecfddccdd5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472932,"stop":1729034472932,"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":"807bfab0ab7db6ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472932,"stop":1729034472939,"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":"3ca24f99a1a9dc24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472939,"stop":1729034472940,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"370dc87f8ed0311e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472941,"stop":1729034472941,"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":"e3ede631e07be19c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472941,"stop":1729034472942,"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":"4536c88c9cc80a2b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472942,"stop":1729034472943,"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":"2d0aff9821d8abac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472942,"stop":1729034472942,"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":"4bf75811c139f700","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472947,"stop":1729034472948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"283fd429ea82bdea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472949,"stop":1729034472949,"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":"b62cab171eaca4e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472949,"stop":1729034472950,"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":"3d67a4c3b211f2a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472950,"stop":1729034472950,"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":"87d341385a21bbcf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472950,"stop":1729034472951,"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":"6979f145a94f2d77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472963,"stop":1729034472964,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"789e6da66bec244e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472965,"stop":1729034472967,"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 4 bootstrap peers","uid":"13ee14eb12124263","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472967,"stop":1729034472968,"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 4 bootstrap peers","uid":"7998a58084276c14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472975,"stop":1729034472976,"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":"ad96767a12c5b704","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472976,"stop":1729034472976,"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":"4d6ee0e8af117d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472976,"stop":1729034472977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"accb193aebffdfb5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472982,"stop":1729034472982,"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":"16ce65e6de88e475","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472982,"stop":1729034472983,"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":"4ba3fd5c9923c490","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472983,"stop":1729034472983,"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":"d6d2881525dc5434","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472983,"stop":1729034472984,"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":"6e642d8f3a3f8313","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472984,"stop":1729034472984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"fabf0d589a1f2447","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472984,"stop":1729034472984,"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":"8ce8e575ab54cc41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472985,"stop":1729034472986,"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 6 bootstrap peers","uid":"6d07ffeac9b4e497","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472986,"stop":1729034472987,"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 6 bootstrap peers","uid":"2e226b76e30a2996","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472987,"stop":1729034472987,"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":"fd372790e44fb7c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472987,"stop":1729034472988,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"65fc408483854dc8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472988,"stop":1729034472988,"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":"1a9f93dd3ceb3b70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472988,"stop":1729034472989,"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":"50234e3899be93f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472989,"stop":1729034472989,"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":"b6d25c9783cd9d37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472989,"stop":1729034472990,"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":"98e4bcb6758633be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472990,"stop":1729034472990,"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":"4042686041f9b7dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034472990,"stop":1729034472991,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers","uid":"db90dd34b06f2769","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473210,"stop":1729034473211,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers","uid":"820dd83ca5cdd11","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473210,"stop":1729034473210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers","uid":"5579e22f0d2569d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473211,"stop":1729034473211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers","uid":"84fcf69ea18f9e47","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473211,"stop":1729034473211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers","uid":"7bae492ebd813f04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473212,"stop":1729034473212,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers","uid":"b754c72e64a6e5aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473212,"stop":1729034473213,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers","uid":"2656fba675c68f32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473213,"stop":1729034473214,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers","uid":"e979cc89671c51c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473214,"stop":1729034473215,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers","uid":"d8452c2b0e17958e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473215,"stop":1729034473216,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers","uid":"ff6dd72ebad3868","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473216,"stop":1729034473216,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers","uid":"4ba91784e91123e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473216,"stop":1729034473217,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers","uid":"8485e6bcae2a1cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473217,"stop":1729034473218,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers","uid":"b8291f0e36d88793","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473219,"stop":1729034473220,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers","uid":"4409be8d5b5f2553","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473221,"stop":1729034473222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers","uid":"4503c5f5c3e064a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473222,"stop":1729034473223,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers","uid":"775a1d39e0328509","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473222,"stop":1729034473222,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 0 connections","uid":"74d64e06fe676770","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473400,"stop":1729034473401,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"c7ac0008b40872dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473401,"stop":1729034473406,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"ab5b529dcb692f5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473401,"stop":1729034473401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"ee890905b33e2ff0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473406,"stop":1729034473407,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"43f6956e7141c7e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473407,"stop":1729034473407,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"f70b2bfbbd45f5c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473407,"stop":1729034473408,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"da4540b57c86889d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473407,"stop":1729034473407,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"b00ce4fddc8a2c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034473408,"stop":1729034473408,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"4971218267a8266d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506784,"stop":1729034506785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"38be0563896f7a4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506785,"stop":1729034506785,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"59c58b38ba8fac2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506785,"stop":1729034506786,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"caa94bab69e1a57b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506786,"stop":1729034506787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"da3a5d75e3c05b77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506786,"stop":1729034506786,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"f7c69ebd91b40ad8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506787,"stop":1729034506788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"c589be67600220bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506788,"stop":1729034506788,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"bd997a7aa4d94a3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506788,"stop":1729034506789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"c52ba4f3e46ea8ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506789,"stop":1729034506789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"5e8e38e8cd525f68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506789,"stop":1729034506789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"59e31a31dd73780f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506790,"stop":1729034506790,"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":"5aa285164372fecc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506790,"stop":1729034506790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"464cb3bc27e979b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506791,"stop":1729034506792,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"42f7d1138fc735ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506792,"stop":1729034506792,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b3aa0423b013d3b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506792,"stop":1729034506793,"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":"4a5ca6632545b2e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506792,"stop":1729034506792,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391505000000 ","uid":"725dfe31e15cc605","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506794,"stop":1729034506794,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391505 ","uid":"ea38c2b83b31ba66","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506794,"stop":1729034506797,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"d594a1d08849d2f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506798,"stop":1729034506802,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b7ffc934e4954682","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506798,"stop":1729034506798,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"8a2bbf7b9c6e9951","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506798,"stop":1729034506798,"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":"1728d8560b60ce61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506802,"stop":1729034506802,"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":"c09c1063c30774c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506802,"stop":1729034506803,"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":"8ce6876eed00c3e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506803,"stop":1729034506803,"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":"be0563a54f5007b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506803,"stop":1729034506804,"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":"9102f1ce2e9ae9d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034506804,"stop":1729034506804,"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":"592e8445751318e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034506804,"stop":1729034506804,"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":"61377fabd5c9e298","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034506805,"stop":1729034506805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"1be2887f445306db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536094,"stop":1729034536095,"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":"4dcaac286293e6d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536095,"stop":1729034536095,"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":"8967213985d751f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536096,"stop":1729034536097,"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":"8e03921c87fe4eb6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536096,"stop":1729034536096,"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":"dd889dfa8d13bb8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536097,"stop":1729034536097,"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":"8e080b79384118c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536098,"stop":1729034536099,"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":"72c9057ec25c4b7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536098,"stop":1729034536098,"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":"dab7c11e8c391a75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536098,"stop":1729034536098,"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":"7cb652a637eca1d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536099,"stop":1729034536099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"1085f7a2e283e37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536100,"stop":1729034536100,"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":"b8ca59d374fcebfd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536100,"stop":1729034536101,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"aa14d6ca5b998dea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536100,"stop":1729034536100,"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":"3e2658d9b5c14ddd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536101,"stop":1729034536101,"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":"222368b63cff5049","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536101,"stop":1729034536101,"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":"cdf7e29d5e72223e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536102,"stop":1729034536102,"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":"c96f2bdb7ca5709","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536102,"stop":1729034536102,"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":"7987935a8b8bde5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536106,"stop":1729034536106,"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":"fdc47744d79be319","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536106,"stop":1729034536106,"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":"ce3945173a710377","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536107,"stop":1729034536108,"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":"4598952150450906","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536107,"stop":1729034536107,"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":"83cb1b0c3c29f0ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536108,"stop":1729034536108,"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":"94516b105e894025","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536108,"stop":1729034536108,"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":"bf0000bb3fc7aebe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536109,"stop":1729034536109,"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":"69929a6f829837c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536109,"stop":1729034536109,"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":"46b00a9c4e9cb0bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536110,"stop":1729034536110,"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":"c4e74a09071c6855","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536110,"stop":1729034536110,"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":"5c63ea6bf0dc1762","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536111,"stop":1729034536111,"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":"dd506bcf59de98bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536111,"stop":1729034536112,"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":"d1b0bf4349119acf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536111,"stop":1729034536111,"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":"e79abdc7a4fb9f87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536776,"stop":1729034536776,"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":"c180e1b9743f644d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536776,"stop":1729034536776,"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":"a9ede440945eef98","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536776,"stop":1729034536784,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"2ef611c5a409a067","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536785,"stop":1729034536785,"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":"52ddf15503a21dd3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536785,"stop":1729034536785,"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":"eaf84a5c88c17d58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536785,"stop":1729034536786,"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":"9a4f0c58a1844e0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536786,"stop":1729034536786,"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":"6d2ec3641277d2c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536786,"stop":1729034536789,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"ef8f14a2e16729e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536789,"stop":1729034536790,"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":"7258e9497d0d3330","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536789,"stop":1729034536789,"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":"8947fe04298a8c49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536790,"stop":1729034536790,"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":"23bddc7f47bba6bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034536790,"stop":1729034536793,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"b5eadac2594df6fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034537007,"stop":1729034537008,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"fb7f69f368614efa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034537008,"stop":1729034537008,"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":"d7c538fa5a9917e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034558117,"stop":1729034558118,"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":"4251ef98edc647db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034558118,"stop":1729034558119,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"78c6909dabc5d152","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034558119,"stop":1729034558119,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"a647c4f1e59ee489","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034558120,"stop":1729034558120,"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":"2003724b05fc8a18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034558120,"stop":1729034558120,"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":"2d61cb4dd453def2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034558121,"stop":1729034558121,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"912d46473d378dc3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034561705,"stop":1729034561706,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"358ca88f962b7fec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034561706,"stop":1729034561706,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"cf61fdec4db3822","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034561791,"stop":1729034561792,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"aca9bb4949a0ed5d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034565827,"stop":1729034565827,"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":"22f5bce6fe78ddf9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034565828,"stop":1729034565830,"duration":2},"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":"ef7282f966873272","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034565830,"stop":1729034565831,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"9775802917eb5b7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034565832,"stop":1729034565832,"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":"ac59a6ada4a9bd56","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034565833,"stop":1729034565833,"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":"e4a63ca6b1c58e04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034565834,"stop":1729034565835,"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":"90123cc854a71929","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034565836,"stop":1729034565836,"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":"835aaf68785cb98d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034565836,"stop":1729034565837,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"18ca000aeb7cdf38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034565836,"stop":1729034565836,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"e900e131588c3ff0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034566434,"stop":1729034566435,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"5a03517160f4c8a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034566435,"stop":1729034566436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"bccfaa303878c43","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611648,"stop":1729034611649,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"933841381ccd2876","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611649,"stop":1729034611649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"a47a22cb1bafa50e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611649,"stop":1729034611650,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"7549829b2c944fad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611651,"stop":1729034611651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"9ae3561366abdd6b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611651,"stop":1729034611651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"afc5a0243271ff79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611652,"stop":1729034611652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"948187d0b4f709c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611652,"stop":1729034611653,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"8863958ebd444621","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611652,"stop":1729034611652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"4d7c93dcd94e0f44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611653,"stop":1729034611654,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"825ec27836cd2311","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611653,"stop":1729034611653,"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":"aed53a11f637ac55","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611654,"stop":1729034611655,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"7505a8673951785","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611655,"stop":1729034611655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"a05c51d4684af1d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611655,"stop":1729034611656,"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":"ce8156f212ea0716","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611656,"stop":1729034611657,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"ed79a3fadf626b08","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611656,"stop":1729034611656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391567000000 ","uid":"a24e9ca13279a762","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611657,"stop":1729034611657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"91356f741e5bfcc4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611657,"stop":1729034611657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"311620d3bd5a1c06","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611658,"stop":1729034611659,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391567 ","uid":"ca54dedac563ea7f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611658,"stop":1729034611658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a5eaaa30256ee13a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611660,"stop":1729034611661,"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":"24bb30cc8349b3ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611661,"stop":1729034611662,"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":"9eed3c1a6bb4ab2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611662,"stop":1729034611662,"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":"d3c643fec7436bca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611663,"stop":1729034611663,"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":"5e9faf8611a1084e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611663,"stop":1729034611663,"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":"b26a4327640b7b70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611663,"stop":1729034611664,"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":"d75761a71f86bae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034611664,"stop":1729034611664,"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":"37f2b9731495019b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034611664,"stop":1729034611664,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"47dadd5c2c3461b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611665,"stop":1729034611665,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"5e072307eabdf834","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611665,"stop":1729034611665,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"feba83822268e790","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611666,"stop":1729034611667,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"788410fd4d7045cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611666,"stop":1729034611666,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"244182d39a0ebb5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611676,"stop":1729034611677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"74c745596f3cde87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611677,"stop":1729034611677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"2674d9522b3ddaaf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611678,"stop":1729034611678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e1a761e22a177380","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611678,"stop":1729034611678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"c80acfa1349559dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611679,"stop":1729034611679,"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":"e2d7efa86ee3f981","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611679,"stop":1729034611680,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"da8dbdb2e853d503","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611679,"stop":1729034611679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"91c28b51cd9940af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611680,"stop":1729034611680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"aed7097633632a1c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611680,"stop":1729034611681,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"7dfb4df3f42cab4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611681,"stop":1729034611681,"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":"8b94c75b7b03d018","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611681,"stop":1729034611681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"43622ec04811649b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611682,"stop":1729034611682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391567000000 ","uid":"fbdbf4a21ee991f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611682,"stop":1729034611682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391567 ","uid":"962f3bb37d4940c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611682,"stop":1729034611683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"5f804ec9fceb9a37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611683,"stop":1729034611684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"839643a7fe2e786e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611683,"stop":1729034611683,"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":"445b7828e0c7ea3c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611684,"stop":1729034611685,"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":"b2494f36040f2d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611684,"stop":1729034611684,"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":"58454c45877a86f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611685,"stop":1729034611687,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"cfa69bc45f1c4cc4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611685,"stop":1729034611685,"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":"e5d306bd1a1b5a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034611685,"stop":1729034611685,"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":"6453eb18170b42ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034611687,"stop":1729034611689,"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":"2d0e5212b4e21b84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034611689,"stop":1729034611689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"6715c2aca82e2fd3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034612084,"stop":1729034612085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"5ed746fd979f7cf2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034612084,"stop":1729034612084,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"b5f2cbdb34df41bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034612085,"stop":1729034612085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"5e5e8f97a1eec12a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034612085,"stop":1729034612085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"7033e93fced772a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034614966,"stop":1729034614966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"c7de29dd1e4d3da4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034614967,"stop":1729034614967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"c0f9ceb37a91a03a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617746,"stop":1729034617747,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"f39622aa7e7523fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617747,"stop":1729034617747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"3440c2aecbcb8d8f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617748,"stop":1729034617748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"4f223405ce9539b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617748,"stop":1729034617749,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"82878ccbd175e37f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617749,"stop":1729034617749,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"290642b436c9d9f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617749,"stop":1729034617750,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"d1da78246683e887","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617750,"stop":1729034617750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"55d0ab01ea831a96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617750,"stop":1729034617751,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"d04667d687da8f2b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617751,"stop":1729034617752,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"be4df633c1f83db9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617752,"stop":1729034617752,"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":"bc108c11934d0087","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617753,"stop":1729034617753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"2b8c74643ad752fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617753,"stop":1729034617753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"d7cfc384313eac3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617754,"stop":1729034617754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"a451b8b426ef7bdd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617755,"stop":1729034617756,"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":"386924099e8ac11b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617756,"stop":1729034617756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"1f8f8e48ed49263d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617757,"stop":1729034617757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"d67d53e3c7dd22ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617757,"stop":1729034617758,"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":"ee968f11acf7d0df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617758,"stop":1729034617758,"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":"338a0c6ca41ae96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617758,"stop":1729034617759,"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":"14bf986f1cfdd8b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617759,"stop":1729034617760,"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":"5e02166a29fd59f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617759,"stop":1729034617759,"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":"c63179cf3eb1ed6f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617760,"stop":1729034617760,"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":"d9240e92b2616237","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617760,"stop":1729034617761,"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":"3176cea69f1a259c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617761,"stop":1729034617762,"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":"439e60e83ba2c9bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617762,"stop":1729034617762,"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":"f1e05212e0da81c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617763,"stop":1729034617763,"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":"7b149e77e4542e72","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617763,"stop":1729034617763,"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":"a4846dce26d31087","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617764,"stop":1729034617764,"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":"58b73bceccb8c6f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617764,"stop":1729034617764,"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":"d9224c9ee32b20e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617765,"stop":1729034617765,"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":"cc7f38ef59d67ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617765,"stop":1729034617766,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"6ef42633973d885f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617765,"stop":1729034617765,"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":"7ef49cacd1c822a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617766,"stop":1729034617767,"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":"48a5d67397949fdb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617766,"stop":1729034617766,"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":"3589f827774069b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617766,"stop":1729034617766,"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":"ee696c8f882c5b51","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617767,"stop":1729034617768,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"89b64c2f3cf4b551","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617767,"stop":1729034617767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"667c9d9baade11ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617768,"stop":1729034617768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1698276107155","uid":"638f5f4b926daeae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617769,"stop":1729034617771,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729030907155","uid":"3f2ac4d1b5a3a1f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617771,"stop":1729034617771,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729038107155","uid":"78b11314d8bdfcda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617771,"stop":1729034617776,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"d87e2e882ba495e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617777,"stop":1729034617778,"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":"5cf25a762956d1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034617779,"stop":1729034617780,"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":"90db54f39f34d6ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034626850,"stop":1729034626851,"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":"434a39bc0e73f8d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034626850,"stop":1729034626850,"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":"4f2671efc06931d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034626851,"stop":1729034626851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"5e631a4785c688f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034626851,"stop":1729034626851,"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":"cb882394c05a4112","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034626852,"stop":1729034626852,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"7abb81715377b784","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034626852,"stop":1729034626853,"duration":1},"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":"db1862935408402c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034626852,"stop":1729034626852,"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":"bd8dba9117c564f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034626853,"stop":1729034626853,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"f14c310b9538237","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034630104,"stop":1729034630105,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"fd6ea38db17cbcf1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034630105,"stop":1729034630106,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"cd79d74ffc2ce711","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034630105,"stop":1729034630105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"eb600e826e05342","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034630106,"stop":1729034630106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"d1ced3437b569f0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631246,"stop":1729034631247,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"11c68079871cf1ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631246,"stop":1729034631246,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"cf56ab61eb0e1d8f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631247,"stop":1729034631248,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"fe76ed9c60785c09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631247,"stop":1729034631247,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"bd476cd57a4de752","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631248,"stop":1729034631248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"13a8a336f24e9578","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631248,"stop":1729034631248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"1c38576857808b44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631249,"stop":1729034631249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"35c6d8f2f8ca70c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631249,"stop":1729034631249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"e4132d58ff799ea2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631249,"stop":1729034631250,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"42d1a76a90d9ccaa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631250,"stop":1729034631250,"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":"355c324f3a3cf336","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631250,"stop":1729034631251,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"228d9d52124a6364","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631251,"stop":1729034631251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"dd63d8656417eb39","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631251,"stop":1729034631251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"2a1214158ad0cf17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631252,"stop":1729034631252,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"6eb6ded9d9cc33cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631252,"stop":1729034631253,"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":"82e57ab9dd917bb0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631252,"stop":1729034631252,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"94b38833d592def9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631253,"stop":1729034631253,"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":"9f42509580086123","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631253,"stop":1729034631254,"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":"f68ff169f5f1eb1b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631254,"stop":1729034631255,"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":"8f0a4e678403b571","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631254,"stop":1729034631254,"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":"5f37b904f0491f58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631255,"stop":1729034631255,"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":"a2f086f523122482","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631255,"stop":1729034631256,"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":"208fcfc79a2e9c58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631257,"stop":1729034631257,"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":"af2412f3af23e3d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631257,"stop":1729034631257,"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":"3d8f9349d857131f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631258,"stop":1729034631258,"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":"2ca10c2d1aed40f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631258,"stop":1729034631259,"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":"2d837904a920b901","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631258,"stop":1729034631258,"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":"dc3442e6a4c34563","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631259,"stop":1729034631259,"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":"38345e1e2d24eea7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631259,"stop":1729034631259,"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":"349f2c8d69db6128","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631260,"stop":1729034631261,"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":"f4b51e13833a658b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631260,"stop":1729034631260,"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":"c6a4da87be4e745a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631260,"stop":1729034631260,"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":"421e5e0cd1e74955","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631261,"stop":1729034631261,"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":"55eb1e542d22be6d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631261,"stop":1729034631262,"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":"dd22a1a626b63237","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631261,"stop":1729034631261,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"81a6a9e7fee63520","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631262,"stop":1729034631262,"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":"a2687993981cf46a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631263,"stop":1729034631263,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1698276073747","uid":"7a25323175c24e55","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631263,"stop":1729034631264,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"499d87fee9e7e901","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631263,"stop":1729034631263,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729038073747","uid":"9ba750cc30ea19f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631264,"stop":1729034631264,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729030873747","uid":"ab974c5cc76de033","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631264,"stop":1729034631264,"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":"d4459ac3e00ba515","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631265,"stop":1729034631265,"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":"5cd6c592c309e041","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034631266,"stop":1729034631266,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"d189863c3dea04c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636306,"stop":1729034636306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"ac74e4d08e2fae6b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636307,"stop":1729034636308,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"1f0963718de2c9c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636308,"stop":1729034636308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"83f6393b90e76f5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636308,"stop":1729034636309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"6e60e7764f68b78b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636309,"stop":1729034636310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"e4abf700cc9a7834","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636309,"stop":1729034636309,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"650bb5b70d795a18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636310,"stop":1729034636310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"95a1d847131a899a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636310,"stop":1729034636311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"5f61f57c4ade81eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636311,"stop":1729034636311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"8b597629df0abdac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636311,"stop":1729034636311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"d07fa758a41fd729","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636312,"stop":1729034636312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"87afd9333611cdee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636312,"stop":1729034636313,"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":"f69bd7f77c219118","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636312,"stop":1729034636312,"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":"f85a385da8a6fe11","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636313,"stop":1729034636314,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"c4574242a438db2e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636313,"stop":1729034636313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"d8658b6529b73340","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636314,"stop":1729034636314,"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":"efe1a1a605f09758","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636314,"stop":1729034636315,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 16 2024 00:23:47 GMT+0000 (Coordinated Universal Time)","uid":"393c7ed1dae02240","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636315,"stop":1729034636316,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Oct 15 2024 22:23:47 GMT+0000 (Coordinated Universal Time)","uid":"fe5b2daacade46fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636315,"stop":1729034636315,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 25 2023 23:23:47 GMT+0000 (Coordinated Universal Time)","uid":"beaf76cd9f000aa8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636315,"stop":1729034636315,"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":"9f02dd1a99d02f9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636316,"stop":1729034636319,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"96643571910d1547","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636316,"stop":1729034636316,"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":"76d43945d090ec39","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636319,"stop":1729034636322,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"6b417682756934b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636322,"stop":1729034636322,"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":"50fc1f3233c4770b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636323,"stop":1729034636323,"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":"c1eb573f3dbbedbe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034636323,"stop":1729034636323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"a9a2c62e6964c69f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034636323,"stop":1729034636323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"af16ad39ac82cb9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636324,"stop":1729034636324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"4ad4abe3e8d623ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034636324,"stop":1729034636324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"33a437f83293fd24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640504,"stop":1729034640505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"ae36504ee291e6c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640505,"stop":1729034640505,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"7d79e101e857f99e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640508,"stop":1729034640508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"2bdbd29f6ec1c706","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640509,"stop":1729034640511,"duration":2},"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":"37a9082755408cab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640511,"stop":1729034640512,"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":"964c9d2dc9a92620","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640511,"stop":1729034640511,"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":"c4e6c39fa36ecf9e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640512,"stop":1729034640512,"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":"48a5680f862134b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640512,"stop":1729034640512,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"a8987fba15980fae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034640513,"stop":1729034640517,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"4a2ea1d78d2d310","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640517,"stop":1729034640520,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"bfd60e52d76c7605","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034640517,"stop":1729034640517,"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":"320aa6f679d62665","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640520,"stop":1729034640521,"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":"41bcd41bb623eacd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640521,"stop":1729034640521,"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":"d5f835aabe04084b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640522,"stop":1729034640523,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"3da90664d058291b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640523,"stop":1729034640524,"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":"1f3499efa0df51f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640524,"stop":1729034640524,"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":"d266b047d5314977","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640524,"stop":1729034640524,"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":"ba64f8b4c0861758","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640525,"stop":1729034640525,"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":"5872bd9ccdd1e627","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640525,"stop":1729034640525,"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":"dc47413c8207c857","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640525,"stop":1729034640526,"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":"af1640251146c9ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640526,"stop":1729034640526,"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":"14ee1560ef23bdac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640526,"stop":1729034640526,"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":"734e9f55eb05dfe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640527,"stop":1729034640527,"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":"b17ba7838f7bcd58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640527,"stop":1729034640527,"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":"9278b868f44b78d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640528,"stop":1729034640528,"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":"c0b3a46ff254ec95","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034640528,"stop":1729034640528,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"280e584c6fe3b6f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034645142,"stop":1729034645144,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"b2b1d62226f98e53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034645145,"stop":1729034645146,"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":"3f76ef8f93a93d24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1729034645145,"stop":1729034645145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"69cc5c6290df2345","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034645146,"stop":1729034645146,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"38833d62a5170431","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034655441,"stop":1729034655442,"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":"72e663472e47592d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034655442,"stop":1729034655443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"d8a544ac4e8be1cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034655442,"stop":1729034655442,"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":"4873e0b2f7d16792","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034655443,"stop":1729034655443,"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":"a44d22cc32c1f22e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034655443,"stop":1729034655443,"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":"7e63abce01c2fa78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034655444,"stop":1729034655444,"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":"59d96e9a94dd2bf1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034655444,"stop":1729034655444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"96d533fab9f3b4cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034656457,"stop":1729034656459,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"5bf10075908efe0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034656459,"stop":1729034656459,"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: /app35/10/topic983/json","uid":"e405261e1e334e93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034656461,"stop":1729034656463,"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: /app3/4/topic356/utf8","uid":"16bf0f07f51ec695","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034656464,"stop":1729034656465,"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: /app98/6/topic677/proto","uid":"c4d1e5c35e87bcf9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034656464,"stop":1729034656464,"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: /app63/7/topic981/utf8","uid":"d542d150995e90e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034656464,"stop":1729034656464,"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: /app33/1/topic385/xml","uid":"f5b6e64b36da5fdc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034656465,"stop":1729034656465,"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: /app35/4/topic967/json","uid":"f93a9b54b36bd5f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034656465,"stop":1729034656465,"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: /app61/3/topic302/test.js","uid":"18af7a3a33fbc145","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034656466,"stop":1729034656466,"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: /app7/4/topic303/json","uid":"1bac7ef54850b90d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034656466,"stop":1729034656467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app31/9/topic522/json","uid":"1085b06ecf9a991f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034656466,"stop":1729034656466,"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: /app74/1/topic712/proto","uid":"8c1815fc7296513e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034656472,"stop":1729034656472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"2476a4abf3c57ee1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034656472,"stop":1729034656472,"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":"ca330b4c8d94138a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034656473,"stop":1729034656473,"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":"ac98161b7f033c16","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034656473,"stop":1729034656473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"e7cda2971532c3e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034656474,"stop":1729034656474,"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":"dd3e8186ba2979da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034665576,"stop":1729034665577,"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":"ce21200b4f7d9ef2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034665577,"stop":1729034665578,"duration":1},"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":"994423a9d76586ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034665577,"stop":1729034665577,"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":"f2c8363205552b1e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034665578,"stop":1729034665578,"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":"3a90abcfd8a42992","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034665578,"stop":1729034665578,"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":"e7f5963c9a77582","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034665579,"stop":1729034665580,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"676b537d6ec506","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034665584,"stop":1729034665584,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"8be48fb9c292c553","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034665584,"stop":1729034665584,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"fb37f56744e28e71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034665585,"stop":1729034665589,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"68feb3d40405137e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034668590,"stop":1729034668590,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"4891ef54a5af70a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034668591,"stop":1729034668591,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 424, Shard ID: 715","uid":"e6bfca7d3e68f5dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034668591,"stop":1729034668595,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 822, Shard ID: 602","uid":"e695555dc53902af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034668595,"stop":1729034668595,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 49, Shard ID: 205","uid":"553f32e10ce06954","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034668595,"stop":1729034668596,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 711, Shard ID: 923","uid":"dd5d48291f2b50cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034668596,"stop":1729034668597,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 361, Shard ID: 124","uid":"84e70a4b1f55ad7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034668598,"stop":1729034668598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 558, Shard ID: 680","uid":"dc674749269eb97a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034668598,"stop":1729034668598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 592, Shard ID: 217","uid":"32c864b71237b8d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034668599,"stop":1729034668605,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 160, Shard ID: 792","uid":"3adc90b86effd2ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034668608,"stop":1729034668608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 416, Shard ID: 591","uid":"523c4b4fab001cc6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034668609,"stop":1729034668609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 998, Shard ID: 906","uid":"5c5c5f44de6c26ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034668609,"stop":1729034668609,"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":"f20c0e293677ac3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034668610,"stop":1729034668611,"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":"9c0ca4158bfbe244","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034668611,"stop":1729034668611,"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":"c2d3513f3eecbda9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034668612,"stop":1729034668612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"979d0fb73768c04e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034682670,"stop":1729034682671,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"574bad6a7c1b239a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034682671,"stop":1729034682671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"2d58d0e7e5af52a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034682671,"stop":1729034682671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"8a0ff36e7d1e3863","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034682672,"stop":1729034682673,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"5c1226e4013558b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034682672,"stop":1729034682672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"b6328243304101e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034682672,"stop":1729034682672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"951fd5ab8a9a7fda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034682674,"stop":1729034682675,"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":"f7b46913f5448e76","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034682676,"stop":1729034682677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"725c2a85651a0243","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034682677,"stop":1729034682678,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"6f8388ee864d26b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034682679,"stop":1729034682680,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"7be23513471effc1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034682680,"stop":1729034682681,"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":"e44411b0f461912f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034682681,"stop":1729034682681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"830e2a662e6a8079","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034683699,"stop":1729034683699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"db60e09da7e6d704","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034683700,"stop":1729034683700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"bdfa54e38ce6e192","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034683700,"stop":1729034683700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"40d3bf589e6f561c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034683701,"stop":1729034683701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"7ce10eaee5d466ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034683701,"stop":1729034683701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"af116ccc9b19d47c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034683701,"stop":1729034683701,"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":"afefc03e93c9c8f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034693195,"stop":1729034693195,"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":"f98b13feb6582a0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034693196,"stop":1729034693196,"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":"3c7089d31d3560e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034693196,"stop":1729034693196,"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":"25a5150b6510d5b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034693197,"stop":1729034693198,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"bef10b5b6b7b2649","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034694621,"stop":1729034694622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"ccc4d5fd2c587f44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034694621,"stop":1729034694621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"9fb2cf18b0be0e7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034694622,"stop":1729034694622,"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":"618f4f1e478abaca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034694622,"stop":1729034694622,"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":"c63b98678db1b47b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034694623,"stop":1729034694623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"bb71a4057632094e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034694623,"stop":1729034694623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"8212e9e9b5855525","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034694624,"stop":1729034694624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"b3c836e9a04e13f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034694624,"stop":1729034694624,"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":"3eb26ce764e9099e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034694625,"stop":1729034694626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"b917fa439c86377d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034696862,"stop":1729034696863,"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":"7f5f51995697dbf1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034696863,"stop":1729034696864,"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":"5078aad504ccea28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034696863,"stop":1729034696863,"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":"93dd897776aa322","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034696864,"stop":1729034696864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"98099ff6b3eb3165","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034696864,"stop":1729034696864,"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":"98362ad7f489ad77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034696865,"stop":1729034696865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"e35facb0edce9e29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034696865,"stop":1729034696865,"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":"8baff3b4e5a5fe3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034696866,"stop":1729034696866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"918df4e67481cbf3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034696867,"stop":1729034696867,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"24423510ebc1db9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034701148,"stop":1729034701153,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"2d557e6793cd8ce4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034701153,"stop":1729034701153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"1455f51200433924","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034701153,"stop":1729034701153,"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":"ef88f331dc5eeef9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034703308,"stop":1729034703309,"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":"5663e8800dee897b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034703309,"stop":1729034703310,"duration":1},"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":"826d8277c46e534","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034703310,"stop":1729034703310,"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":"7936feca9dd7b9dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034703310,"stop":1729034703311,"duration":1},"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":"1baeb8a9bcde869d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034703311,"stop":1729034703311,"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":"9d7585b9e744645a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034703311,"stop":1729034703311,"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":"1324414a36b19823","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034703312,"stop":1729034703312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"4ae2f10632e49bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034703313,"stop":1729034703313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"b1b5820b096a38ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704489,"stop":1729034704489,"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":"257791978f2f4e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704489,"stop":1729034704489,"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":"3df0bf90631ed451","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704490,"stop":1729034704490,"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":"b3c71fff84aadc99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704490,"stop":1729034704490,"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":"3b506127ae3e5abc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704490,"stop":1729034704490,"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":"58979c1ce32463b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704490,"stop":1729034704491,"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":"593823e34cb8014e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704491,"stop":1729034704491,"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":"ed7a50b7047cbb03","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704491,"stop":1729034704491,"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":"658fa45bf6762a68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704491,"stop":1729034704491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"42f88e5d3badf276","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704492,"stop":1729034704492,"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":"cd2c5cff43bba63a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704492,"stop":1729034704492,"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":"ba3f9623c325d02f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704492,"stop":1729034704493,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"aec34ed9a0e578b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704492,"stop":1729034704492,"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":"7127178dfcecffe8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704493,"stop":1729034704493,"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":"d97d043614eb23de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704493,"stop":1729034704493,"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":"d785b08bcdb6d427","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704493,"stop":1729034704493,"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":"d97fe66138014db9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704494,"stop":1729034704494,"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":"ffcc039f5d06f90b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704494,"stop":1729034704494,"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":"e5a01902125afb3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704494,"stop":1729034704495,"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":"6c801c749417ee7b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704495,"stop":1729034704495,"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":"30256a4e4c5e97","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704495,"stop":1729034704495,"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":"ccb656f565b479c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704496,"stop":1729034704497,"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":"2931aeba593f5cd6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704496,"stop":1729034704496,"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":"cea278c62cf783df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704496,"stop":1729034704496,"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":"69fc4672b2c5754d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704497,"stop":1729034704498,"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":"4560a557450dcb0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704497,"stop":1729034704497,"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":"95b6cd153284d511","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704498,"stop":1729034704498,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"6cea474dab07d011","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704498,"stop":1729034704499,"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":"3f58931c99a797a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704498,"stop":1729034704498,"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":"d285132045de8f8e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704499,"stop":1729034704500,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"5210eeee413c1fd9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704499,"stop":1729034704499,"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":"a7ddf2c0394c8cbd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704500,"stop":1729034704500,"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":"1cce478a8630b11f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704500,"stop":1729034704500,"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":"cf0a6c9a18645016","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704501,"stop":1729034704501,"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":"d157c8929aa70191","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704501,"stop":1729034704501,"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":"100553a92b1a6add","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704501,"stop":1729034704502,"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":"b867761900d7ba1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704502,"stop":1729034704502,"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":"3dcaf858f2b8e87c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704502,"stop":1729034704502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"1330101adb05030a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704502,"stop":1729034704503,"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":"eae4aa728e4a866","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704503,"stop":1729034704503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"9e40d1b816edf3c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704503,"stop":1729034704503,"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":"970da0fc65fbcc94","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704503,"stop":1729034704504,"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":"521aa51615689c2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704504,"stop":1729034704505,"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":"2360e41fcb8436ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704504,"stop":1729034704504,"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":"fb93ce90475f79c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704504,"stop":1729034704504,"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":"73b9dfaee445f3dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704505,"stop":1729034704505,"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":"a07402179e9ac5ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704505,"stop":1729034704506,"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":"f0b4be503b185851","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704506,"stop":1729034704506,"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":"36b1cd4d89e7a09a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704506,"stop":1729034704507,"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":"b0ddc5e12eb54512","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704506,"stop":1729034704506,"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":"60bfdcfe8957b32e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704507,"stop":1729034704507,"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":"906024f47bba2086","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704507,"stop":1729034704508,"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":"1d5787334334d83d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704508,"stop":1729034704508,"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":"58e2f61f18684d6c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704508,"stop":1729034704509,"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":"9d0007188e90e449","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704508,"stop":1729034704508,"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":"726eed9214cf7abf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704509,"stop":1729034704509,"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":"6d8b428c8cf80e5f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704510,"stop":1729034704510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"b3e985464dbb815e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034704510,"stop":1729034704510,"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":"64853306c48c8bd0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034708550,"stop":1729034708551,"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":"ef836391f33f5693","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034708551,"stop":1729034708551,"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":"96547764d09f7c6b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034708551,"stop":1729034708551,"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":"67f83597ab4cface","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034708552,"stop":1729034708552,"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":"754cb4c34eef0287","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034708552,"stop":1729034708552,"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":"deabd736f4fa496d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034708552,"stop":1729034708552,"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":"98723c358262385a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034708553,"stop":1729034708553,"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":"d973b8e129d9a53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034708553,"stop":1729034708553,"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":"d1184dbea190e5e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034708554,"stop":1729034708554,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"2710b7083cf92f29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034713699,"stop":1729034713700,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"4c451697f1c54e41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034713700,"stop":1729034713700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"2d1bc9b4d0801533","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034713700,"stop":1729034713700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"b6873e964a091b03","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034713700,"stop":1729034713701,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"489f8b4479bd8b16","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034713701,"stop":1729034713701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"88a4c0eecc6f8edb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034713701,"stop":1729034713701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"478bd1c99e725f3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034713702,"stop":1729034713702,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"9656edff3ac814ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034713702,"stop":1729034713703,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"e745e6a6d91bcb6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034713702,"stop":1729034713702,"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":"5eb73c05e6ab9ec9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034728789,"stop":1729034728789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"f2de1133210fc71a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034728789,"stop":1729034728790,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"2eb589a2a97fc453","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034728789,"stop":1729034728789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"12127bb8ab829b46","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034728790,"stop":1729034728790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"39e2fec861e2d580","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034728790,"stop":1729034728790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"7ce868e722bbff0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034728791,"stop":1729034728791,"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":"255369d931d00ef5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034781179,"stop":1729034781180,"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":"68cf8b5cf6a22f04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034781180,"stop":1729034781180,"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":"38b1489aa4195034","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034781181,"stop":1729034781181,"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":"87907699cad4a671","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1729034781181,"stop":1729034781181,"duration":0},"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/7588/data/packages.json b/7588/data/packages.json index 98a4b29b323..9c6d8130bb0 100644 --- a/7588/data/packages.json +++ b/7588/data/packages.json @@ -1 +1 @@ -{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"src","children":[{"name":"common","children":[{"name":"Init the array if not present","uid":"632472c57f425b01","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1729033834022,"stop":1729033834024,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"c5e8402f892b37b0","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1729033834024,"stop":1729033834025,"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":"8af10839aa322430","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834358,"stop":1729033834359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"2723446b84e40557","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834359,"stop":1729033834360,"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":"80c0232bc8d8e740","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834360,"stop":1729033834360,"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":"464efd5c12a4613","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834360,"stop":1729033834361,"duration":1},"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":"c9b90d303ba44a9d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834361,"stop":1729033834361,"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":"d1ab7ea949bb04c3","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834361,"stop":1729033834362,"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":"e7d4aef81b2ad903","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834362,"stop":1729033834363,"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":"5a5c5861572bac51","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834363,"stop":1729033834364,"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":"b2794ce3271f05c0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834363,"stop":1729033834363,"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":"3f0cadd3a2d0cf5b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834365,"stop":1729033834365,"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":"d129863327a3a84d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834365,"stop":1729033834366,"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":"4c4d0e84fd08d42b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834366,"stop":1729033834372,"duration":6},"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":"1e768977ff794b7f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834366,"stop":1729033834366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"e8593330724bc43e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834372,"stop":1729033834373,"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":"b48472ccfba8f8e8","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834373,"stop":1729033834373,"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":"70167d99c236c8d0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834373,"stop":1729033834373,"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":"c12d8e1bd37e43c7","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"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":"e9c453161eb7cd31","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834374,"stop":1729033834375,"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":"fee9102c91e1f31d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"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":"58bd5af16637ed50","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"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":"ea7dfeef7d0b4123","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834375,"stop":1729033834375,"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":"999739aaa6391318","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834375,"stop":1729033834376,"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 1 with networkShards 2","uid":"4524c54de18898ca","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834375,"stop":1729033834375,"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":"ff78e1f7451b786d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834376,"stop":1729033834376,"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":"de9fe61c97f346a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834376,"stop":1729033834376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"9c726e6c66ffa857","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834377,"stop":1729033834377,"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":"5fd38dcaf4933e89","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834377,"stop":1729033834378,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"29a87b623acf71aa","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834377,"stop":1729033834377,"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":"535538802ea75bc1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834378,"stop":1729033834378,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"5eb219c4d608bda5","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834378,"stop":1729033834379,"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":"825ed285bf8a59f6","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834379,"stop":1729033834379,"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":"217443214b18487f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834379,"stop":1729033834379,"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":"873563b32fe98748","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834380,"stop":1729033834380,"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":"eb6b1fcc9692de48","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834380,"stop":1729033834380,"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":"60c64221952c1608","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834380,"stop":1729033834381,"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":"faeba9f5c97b95d9","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834381,"stop":1729033834381,"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":"7d85e34bfb34c0b3","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834381,"stop":1729033834381,"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":"41453a7db2dca4c2","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834381,"stop":1729033834382,"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":"8184c75214e566d9","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834382,"stop":1729033834382,"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":"c2a979ab240db1c5","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834382,"stop":1729033834382,"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":"8abf46011fd069b3","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834383,"stop":1729033834383,"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":"a5a9240e28384e7a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834385,"stop":1729033834386,"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/1/rs/1/2","uid":"5fb97c360f4ca8a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834385,"stop":1729033834385,"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":"76c10252e8f9e433","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834385,"stop":1729033834385,"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":"e3d8ebbc211d2719","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834386,"stop":1729033834386,"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":"9d29cb1f4c264b6d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834386,"stop":1729033834386,"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":"ff27a4006fa9f81d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834387,"stop":1729033834388,"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":"c91534afce3b4d7","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834387,"stop":1729033834387,"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":"f5feedb9dfcc4d17","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834387,"stop":1729033834387,"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":"3818b3cb1003852b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834388,"stop":1729033834389,"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":"1dabfc48d9851cee","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834388,"stop":1729033834388,"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":"c2ba4c4715be4b64","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834388,"stop":1729033834388,"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":"bcbdaecdf430c001","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834389,"stop":1729033834390,"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":"c97493c8f189f6f6","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834389,"stop":1729033834389,"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":"11920bc7a35a87ef","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834389,"stop":1729033834389,"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":"9cd5686e21697320","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834390,"stop":1729033834391,"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":"c746b2a6093af86e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834390,"stop":1729033834390,"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":"ac9b5e339c018b1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834390,"stop":1729033834390,"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":"1100bd4eb7b5f537","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834391,"stop":1729033834391,"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":"791d4d02d8709825","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834391,"stop":1729033834391,"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":"c0c7ec48ad861984","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834392,"stop":1729033834392,"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":"df2cffba8141d8d0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834392,"stop":1729033834393,"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":"3272d99ca358d8a7","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834392,"stop":1729033834392,"duration":0},"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":"1b53ed22dd056a25","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834393,"stop":1729033834393,"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":"d0db4921007edbc5","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834393,"stop":1729033834393,"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":"b778c3ab88171537","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834394,"stop":1729033834394,"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":"fc2c5442abfa0eed","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834394,"stop":1729033834394,"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":"bdbef5aaac5bc224","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834394,"stop":1729033834395,"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":"a06cb4d39e4924ab","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834395,"stop":1729033834396,"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":"3b66469b6ba11d2","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834396,"stop":1729033834396,"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":"37a4f62c173f458e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834396,"stop":1729033834396,"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":"1b9cd92097da8e53","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"b64d0efd4f00428e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"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":"347d5dbdafd0bcf8","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"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":"e7ddfb684898949","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834398,"stop":1729033834398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"ed172f918a67b239","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834398,"stop":1729033834398,"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":"898a622a5d8716b0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834398,"stop":1729033834399,"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":"f7a412c046fada37","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834399,"stop":1729033834399,"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":"c2755c5603d4bd99","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729033834399,"stop":1729033834399,"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":"ceac3e92f9f46ffd","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1729033834401,"stop":1729033834402,"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 rsv format (Bit Vector)","uid":"704282a90b3f59cd","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1729033834402,"stop":1729033834402,"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":"59e483add69818b4","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1729033834402,"stop":1729033834402,"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":"5a718ff2e1178122","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1729033834403,"stop":1729033834403,"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":"ccb0aafed26e4af2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033836801,"stop":1729033836802,"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":"2fa88599bbec61f4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033836803,"stop":1729033836803,"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":"dfcecbc4b49d1137","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033836803,"stop":1729033836803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"bcf83509c5b8117e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033836803,"stop":1729033836804,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"9f46314006676797","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033836804,"stop":1729033836804,"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":"15e59fd53bacc39d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033836804,"stop":1729033836804,"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":"c76586e255d169df","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842331,"stop":1729033842337,"duration":6},"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":"5ba3ebeee8e1717f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842337,"stop":1729033842337,"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":"c4ec123c5c6fd6c1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842338,"stop":1729033842339,"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":"dc2800ea6245855b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842339,"stop":1729033842340,"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":"bc3932093d848c72","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842340,"stop":1729033842342,"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":"544b66bf156c221e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842343,"stop":1729033842344,"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":"95d59c9e4e90b197","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842344,"stop":1729033842345,"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":"33b51db819627fb0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842345,"stop":1729033842346,"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":"b5b14d188c85eb07","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842347,"stop":1729033842347,"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":"5b2f959ad49276d5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842348,"stop":1729033842349,"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":"8d2ee081096896cd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842349,"stop":1729033842349,"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":"6a8e22de62afb947","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842350,"stop":1729033842350,"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":"a623703c6be41e89","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842350,"stop":1729033842351,"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":"f8185a14d1f3fafa","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842351,"stop":1729033842352,"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":"f24b1b77313cd634","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842351,"stop":1729033842351,"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":"6a30a0b40e9abc4f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842352,"stop":1729033842352,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"d1b12e7fdfb860f3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842408,"stop":1729033842409,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"f62b76c95e06c02e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842412,"stop":1729033842412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"55d5e3cc7077da4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033842412,"stop":1729033842413,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"4fa42b026d734b81","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843112,"stop":1729033843113,"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":"dace930220d137e6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843113,"stop":1729033843113,"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":"d7bb40dfcbc7fcc2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843113,"stop":1729033843114,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"337e8de56e552ecc","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843113,"stop":1729033843113,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"23093e0a7e74ffa1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843114,"stop":1729033843115,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"dcf06c79df223e43","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843114,"stop":1729033843114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"73a1c469cf9057db","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843115,"stop":1729033843115,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"ba2ab9b7013b405f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843115,"stop":1729033843116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"812dbd0259895dcd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843116,"stop":1729033843116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"8a713ac89c42c413","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843116,"stop":1729033843116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"d5f0f4ec0395127f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843117,"stop":1729033843117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"97ef2ec77bfc8e36","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843117,"stop":1729033843118,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"7601840878814b2c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843117,"stop":1729033843117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"e2ed7785f33ed77d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843118,"stop":1729033843119,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"fec9c2aa22b41add","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843118,"stop":1729033843118,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"d521239005ea1479","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843119,"stop":1729033843119,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"e1dd3b8041b1fb0d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843119,"stop":1729033843123,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"c200fa0637e7ce84","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843123,"stop":1729033843123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"678e61af4756519d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843123,"stop":1729033843123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"6b369ae159a9ff82","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"ee6e97b084a3d147","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"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":"2138884f7fce1040","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"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":"a85ae6593fd2ab99","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843124,"stop":1729033843125,"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":"5c5fcfe8d2d086c7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"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":"83acd30f98f1e9b6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"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":"2256cff14160508a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"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":"e7fd6362d20e608e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"871e10650c27cbe9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"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":"7c61052c420f615c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"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":"1c13206dcd827314","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729033849376,"stop":1729033849378,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns only open connection if one present","uid":"97cb50e3f1149339","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729033849392,"stop":1729033849392,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should select older connection if present","uid":"c291b76d1f5f8527","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729033849393,"stop":1729033849393,"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":"8189387eb3478021","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729033849393,"stop":1729033849393,"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":"904d7d19947bca4e","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729033850295,"stop":1729033850296,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw if no connection provided","uid":"ac74dae45c45bc5f","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729033850296,"stop":1729033850297,"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":"cd6d0a069e1cf87d","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729033850298,"stop":1729033850298,"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":"3c2dda195a8f8adf","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729033850298,"stop":1729033850299,"duration":1},"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":"ae712d8168b74c63","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729033850299,"stop":1729033850300,"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":"2fd4a9580e56e91c","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729033850301,"stop":1729033850302,"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":"ddc448134938d45e","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729033850302,"stop":1729033850303,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1b6150120fe63daa6d65243048dd2f6d"},{"name":"Fields are not dropped","uid":"a6ac620099e54f87","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1729033849966,"stop":1729033849967,"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":"8aed09c3c889b5b5","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1729033850403,"stop":1729033850404,"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":"7900b7379a879674","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1729033850404,"stop":1729033850405,"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":"e94e3a5213fb248a","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1729033850405,"stop":1729033850405,"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":"aa6c1e674aee882a","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1729033850405,"stop":1729033850406,"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":"f290f7e70d55ae92","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1729033850547,"stop":1729033850548,"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":"6edbf3fd0fe60fae","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1729033850548,"stop":1729033850548,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"a0c7632ded827cc5","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1729033850548,"stop":1729033850548,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"ff8df023da2623fe","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"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":"6750c39ef660a0a8","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"b6894e6dfb574f5c","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"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":"37e025144df040f0","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1729033850550,"stop":1729033850550,"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":"3784f14904430d8e","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1729033850550,"stop":1729033850550,"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":"d3f95e7b96dbeb27","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033857424,"stop":1729033857426,"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":"675e224762069bcd","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033857426,"stop":1729033857427,"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":"18599f2934e3603","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033857427,"stop":1729033857428,"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":"23a2ab4beac3d03c","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033857764,"stop":1729033857765,"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":"7f520f5cd8cf847c","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033857765,"stop":1729033857766,"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":"e4fe79aa37b35dee","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033857765,"stop":1729033857765,"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":"6b8e3c9586c677fc","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033857766,"stop":1729033857767,"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":"1f0a85825c5f4bd9","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033857766,"stop":1729033857766,"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 mis-prefixed","uid":"2fb4e6463603829c","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033857767,"stop":1729033857768,"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":"69a57260d814adf","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033857768,"stop":1729033857768,"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":"28b14f47fbb75b87","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033857769,"stop":1729033857770,"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":"ce5e819b14f49a4f","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033857769,"stop":1729033857769,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"f6aff17b0d7a84ac","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033858029,"stop":1729033858029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"1948768e112353e4","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033858030,"stop":1729033858030,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"8453cc9db3e58bf","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033858030,"stop":1729033858031,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"3285b4f51931226e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033858031,"stop":1729033858031,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"696da7a61f1ddfd","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033858267,"stop":1729033858268,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"ee95a8dd2de118df","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033858268,"stop":1729033858269,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"88b2a676a5b133cf","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033858269,"stop":1729033858270,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"ebeb66c57638e7d8","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033858269,"stop":1729033858269,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"d5c3f41f9ab5332a","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033858270,"stop":1729033858271,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"fc9f41930c02a26","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033858270,"stop":1729033858270,"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":"f8e74cec2e36bf3b","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033858271,"stop":1729033858272,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"f0347586aa8106a8","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033858271,"stop":1729033858271,"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":"c2401e130914b758","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033858272,"stop":1729033858273,"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":"be8c92bf6f0d17f9","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033858272,"stop":1729033858272,"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":"67111eabb74f5d90","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729033858273,"stop":1729033858273,"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":"b6869e290b8f8d23","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1729033858274,"stop":1729033858274,"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":"be79d9dea684fb7a","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1729033858274,"stop":1729033858274,"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":"902cd01a33b75d49","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729033862326,"stop":1729033862326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"fb83e63e34db5f51","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729033862326,"stop":1729033862327,"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":"9c5f8fb7ea31cccd","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729033862327,"stop":1729033862327,"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":"487d0674ccbd76d7","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729033862328,"stop":1729033862328,"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":"28cc4f0f1d1f043b","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729033862328,"stop":1729033862329,"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":"7f5f957ccabc4291","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729033862328,"stop":1729033862328,"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":"3648a8a21b551151","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729033862329,"stop":1729033862330,"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":"de5ab1fa7d58ee53","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729033862329,"stop":1729033862329,"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":"cad5d9ff81c373e2","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729033862330,"stop":1729033862330,"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":"744d1dc06edeb69","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729033862330,"stop":1729033862330,"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":"3210f0b4b320f514","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729033862331,"stop":1729033862331,"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":"fb86f409926bc59c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033868322,"stop":1729033868324,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"4b94e67e200a3893","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033868325,"stop":1729033868326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"a8611cf529ff1a32","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033868325,"stop":1729033868325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3753212e93aec969","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033868326,"stop":1729033868326,"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":"cba135ccb7b2f165","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033868327,"stop":1729033868328,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"36fac8b81c78ddde","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033868328,"stop":1729033868329,"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":"a5d8ec03b24b7fbd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033868329,"stop":1729033868330,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"7838614c6a8d3b05","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033868925,"stop":1729033868925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"6207ca2dbf2798f0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033868926,"stop":1729033868926,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"f351dd2c0ef4062","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033868926,"stop":1729033868927,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"9eb26272e9fa5f9d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033868927,"stop":1729033868927,"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":"4c37947a7554e6ad","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033869943,"stop":1729033869944,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"1757fff5384cb215","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033869944,"stop":1729033869944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"d60c6190ecd16f9e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033869944,"stop":1729033869945,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"dcd41c148a36baf6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033869945,"stop":1729033869945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"5df0a4d5c483da99","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033869945,"stop":1729033869946,"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":"27bdaf32f1d1235a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033869945,"stop":1729033869945,"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":"97d711547f6714a4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033869946,"stop":1729033869946,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"protocols","children":[{"name":"should add a peer","uid":"1c38336bcd744129","parentUid":"9582ec36866e9dab2264f5b2839f9a67","status":"passed","time":{"start":1729033874956,"stop":1729033874958,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should remove a peer","uid":"6cb10f550b803056","parentUid":"9582ec36866e9dab2264f5b2839f9a67","status":"passed","time":{"start":1729033874959,"stop":1729033874959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers","uid":"abc8b3bc28e83319","parentUid":"9582ec36866e9dab2264f5b2839f9a67","status":"passed","time":{"start":1729033874960,"stop":1729033874960,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false when no peers exist","uid":"6f7864acb02b1328","parentUid":"9582ec36866e9dab2264f5b2839f9a67","status":"passed","time":{"start":1729033874961,"stop":1729033874962,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return true when peers exist","uid":"efd3348e3781003d","parentUid":"9582ec36866e9dab2264f5b2839f9a67","status":"passed","time":{"start":1729033874961,"stop":1729033874961,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should remove the specified number of excess peers","uid":"ee2c69ec5c974591","parentUid":"9582ec36866e9dab2264f5b2839f9a67","status":"passed","time":{"start":1729033874963,"stop":1729033874964,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should find and add new peers","uid":"511d78b3288a3b2b","parentUid":"9582ec36866e9dab2264f5b2839f9a67","status":"passed","time":{"start":1729033874965,"stop":1729033874965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not add existing peers","uid":"22677fa25313314a","parentUid":"9582ec36866e9dab2264f5b2839f9a67","status":"passed","time":{"start":1729033874965,"stop":1729033874966,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should log when no additional peers are found","uid":"85f63db5b9924a7e","parentUid":"9582ec36866e9dab2264f5b2839f9a67","status":"passed","time":{"start":1729033874966,"stop":1729033874967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"light_push","children":[{"name":"should fail to send if pubsub topics are misconfigured","uid":"69ac031071352433","parentUid":"591fa542b7ecff254c9e5e4191eeac75","status":"passed","time":{"start":1729033875010,"stop":1729033875011,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should send to specified number of peers of used peers","uid":"79ca731aa452e7ec","parentUid":"591fa542b7ecff254c9e5e4191eeac75","status":"passed","time":{"start":1729033875011,"stop":1729033875011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if no connected peers found","uid":"e9d3e037adbf9849","parentUid":"591fa542b7ecff254c9e5e4191eeac75","status":"passed","time":{"start":1729033875011,"stop":1729033875011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retry on failure if specified","uid":"85e2220f05f5373f","parentUid":"591fa542b7ecff254c9e5e4191eeac75","status":"passed","time":{"start":1729033875012,"stop":1729033875012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"591fa542b7ecff254c9e5e4191eeac75"}],"uid":"9582ec36866e9dab2264f5b2839f9a67"},{"name":"waku","children":[{"name":"should reject if WakuNode is not started","uid":"d2a76bd444e1922b","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729033875025,"stop":1729033875026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Relay is requested but not mounted","uid":"d0d4451bba380693","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729033875026,"stop":1729033875026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if LightPush is requested but not mounted","uid":"782ccbdcdd9a82ac","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729033875026,"stop":1729033875027,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Store is requested but not mounted","uid":"b88b2a4471e858ee","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729033875027,"stop":1729033875027,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Filter is requested but not mounted","uid":"468abe1a9f7efa77","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729033875027,"stop":1729033875028,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should check connected peers if present and suitable","uid":"53370bae1611bd7d","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729033875028,"stop":1729033875029,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject on timeout if it was set","uid":"2acf1f11fc4b7f0f","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729033875028,"stop":1729033875028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for Filter peer to be connected","uid":"f7f9fe03fc645d21","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729033875029,"stop":1729033875029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for LightPush peer to be connected","uid":"b20358924c201834","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729033875029,"stop":1729033875029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for Store peer to be connected","uid":"831fbf155c9a84a3","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729033875029,"stop":1729033875030,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should call waitForPeer on Relay","uid":"b70edadf0e11f8bc","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729033875030,"stop":1729033875030,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"fc7351bc912900f8fa23175bfabd2b40"},{"name":"Accepts a valid Waku Message","uid":"58e55d07ea4e5b40","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033878342,"stop":1729033878344,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"3bbe60fec3870561","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729033878344,"stop":1729033878344,"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":"c5a47a36237b83ab","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033892945,"stop":1729033892948,"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":"5ccc902154703708","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033892948,"stop":1729033892951,"duration":3},"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":"8f06ef0eea544b35","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033892952,"stop":1729033892955,"duration":3},"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":"bae066ea0937368","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033892956,"stop":1729033892956,"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":"a74a642e0e36cf67","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033892957,"stop":1729033892959,"duration":2},"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":"f6bf70f47f154819","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033892959,"stop":1729033892959,"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":"d5b40d5a2359cbd5","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033900634,"stop":1729033900634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"32f4f8a1e52efceb","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033900634,"stop":1729033900635,"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":"ff5bc14a0109865","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033900643,"stop":1729033900645,"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":"ce8cedb5cfd197a3","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033900646,"stop":1729033900651,"duration":5},"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":"32ba962660412e34","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033900651,"stop":1729033900653,"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":"70f8761a43b0ca3f","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033925378,"stop":1729033925380,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"9bec4bef67576a8a","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033925381,"stop":1729033925382,"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":"d0bbb7a3b2f170e2","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033925381,"stop":1729033925381,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"984781a32af2884f","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033925382,"stop":1729033925383,"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":"346f9458fd5d215e","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033925383,"stop":1729033925383,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"1b8d14f7b0ae309","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033925383,"stop":1729033925387,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"44842cd37fb8acb5","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033925387,"stop":1729033925387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"95afe24dcb969841","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033933478,"stop":1729033933479,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"e91cd66ab354b1d9","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033933479,"stop":1729033933479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"cad78f4e01529952","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033933480,"stop":1729033933480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"5dc7840febbba858","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033933480,"stop":1729033933480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"8805bae33c14ad9c","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033933480,"stop":1729033933481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"66dd78ba06982884","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033933481,"stop":1729033933481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"f850f41597f2f56d","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033933481,"stop":1729033933481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"cc009a12a1f848ca","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033933482,"stop":1729033933482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"e0fb7aba5831a846","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729033933482,"stop":1729033933482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6c306d7226181a82f8643139ae545f25"},{"name":"Ephemeral messages are not stored","uid":"4392f2ed8b39a49d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033899382,"stop":1729033899383,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"67068f3dd6f6f81d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033899383,"stop":1729033899384,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"6d2a534378b4282","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033899384,"stop":1729033899385,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"1f10d442d4f6f884","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033899385,"stop":1729033899386,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"b7314284874f7689","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033899735,"stop":1729033899736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"a6ebbb055be13728","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033899736,"stop":1729033899737,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"4d152fdbfb1a42b3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033899737,"stop":1729033899738,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"f7c12c91852a1650","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033904743,"stop":1729033904744,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"b39f5ce152724ab7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033904743,"stop":1729033904743,"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":"bce766f40992978b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033904744,"stop":1729033904745,"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":"657164ca4bf63a3a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033904744,"stop":1729033904744,"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":"8bb9fe7293c3b85","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033904745,"stop":1729033904747,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"6a2dd40c8790e869","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033904747,"stop":1729033904747,"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":"b14062fdee61776b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033904747,"stop":1729033904748,"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":"38b9f0a2f5958c93","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1729033904750,"stop":1729033904751,"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":"b6e82edd7dfb5e54","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1729033904750,"stop":1729033904750,"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":"41076025a7ed68f9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1729033904751,"stop":1729033904751,"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":"20a37b44f0e1e835","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033937070,"stop":1729033937071,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"8e8cb9373b1af235","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033937071,"stop":1729033937075,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"5a7756e6fe0f2b0e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033937075,"stop":1729033937082,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"7e6e74e42811c697","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033937083,"stop":1729033937083,"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":"51f82ffee840965c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033942597,"stop":1729033942597,"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":"dc0fae4a753f8dbf","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033942598,"stop":1729033942600,"duration":2},"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":"93e0c44efc656603","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033942600,"stop":1729033942601,"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":"a4901d1e9eafc016","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033942602,"stop":1729033942603,"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":"9d6afc05dba28b17","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033942603,"stop":1729033942603,"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":"3c2f4dbddcc7329d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033942603,"stop":1729033942604,"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":"e93a7e32c4f097d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033942604,"stop":1729033942604,"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":"e34247458b5c18d7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033942622,"stop":1729033942623,"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":"5d228bbee1e8f0dd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033942628,"stop":1729033942631,"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":"b431bda76f286cf","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033942631,"stop":1729033942634,"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":"ae1109288cbfb932","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033942636,"stop":1729033942636,"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":"22ccfe398d0bacbe","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033965752,"stop":1729033965752,"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":"9fa69fd0d326e6a6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033965752,"stop":1729033965753,"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":"f3ad83cecdb08bcd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033965753,"stop":1729033965753,"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":"ac2dbb59a9490cb3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033965754,"stop":1729033965757,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"58bb2b186144a301","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033965758,"stop":1729033965758,"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":"8039a592883ee391","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729033965758,"stop":1729033965758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"79c169d9e1eb48aa","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014827,"stop":1729034014832,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"a8ee0a29081af6a2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014827,"stop":1729034014827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"12983133b0db12d0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014832,"stop":1729034014833,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"ab7fd40e84003231","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014834,"stop":1729034014834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"e92800683929a2a9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014835,"stop":1729034014835,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"826c977f3978dc7b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014847,"stop":1729034014848,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"8b07c39a2039fe48","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014850,"stop":1729034014851,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"40c6272b765b34ba","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014852,"stop":1729034014853,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"88889ec786ec75c1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014853,"stop":1729034014856,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"2f7044a24bbb2f80","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014856,"stop":1729034014858,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"39628c70a12dea25","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014860,"stop":1729034014863,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"9b934de0a8b07a14","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014863,"stop":1729034014864,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d966242160424cae","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014864,"stop":1729034014867,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"c9d88f93e9e346e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014867,"stop":1729034014871,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"786d11b40ce6151a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014871,"stop":1729034014873,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892688000000 ","uid":"304b15f0f3fefa40","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014873,"stop":1729034014876,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b9b543667b2cea7e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014873,"stop":1729034014873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892688 ","uid":"45e6661335ca799f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014876,"stop":1729034014877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"cece4c5c88086652","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014877,"stop":1729034014878,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"a7dbbf96738f13c7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014877,"stop":1729034014877,"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":"158c38ddb12f1d9d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014878,"stop":1729034014878,"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":"2eff2b4f626c19e3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014878,"stop":1729034014879,"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":"a920160a19f994d4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014879,"stop":1729034014879,"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":"df8972d42060612b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014879,"stop":1729034014880,"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":"eff1ea13d123020f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014880,"stop":1729034014880,"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":"ff8311727550462d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034014881,"stop":1729034014882,"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":"aef5e529d304a9db","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1729034014882,"stop":1729034014882,"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":"74092a168d3eacba","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1729034014882,"stop":1729034014882,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"d3632c673bf8652a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041472,"stop":1729034041473,"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":"c9ca7d21919a33f3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041473,"stop":1729034041473,"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":"136f8b376a5ef8dd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041473,"stop":1729034041474,"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":"c14cc69c86867f35","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041474,"stop":1729034041476,"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":"7a5c759068785bb3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041476,"stop":1729034041477,"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":"8dff0d8f39f2e499","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041477,"stop":1729034041477,"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":"6ddc6f273d8e26ea","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041477,"stop":1729034041485,"duration":8},"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":"e08337e36261d9b2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041485,"stop":1729034041485,"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":"d9277d53a328231b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041485,"stop":1729034041486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"86a898d96fc35bf2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041486,"stop":1729034041487,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"ccae3bd215ab031a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041487,"stop":1729034041487,"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":"1304bb9dded24530","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041488,"stop":1729034041488,"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":"5cba75bc7a0e9cf4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041488,"stop":1729034041489,"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":"7ec4aca1a050b75e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041488,"stop":1729034041488,"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":"5ddb318abec5a925","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041489,"stop":1729034041489,"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":"6c29f41565adaaf4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041489,"stop":1729034041490,"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":"8e4fec60d1972eb7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041490,"stop":1729034041490,"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":"8510fb124606d97e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041490,"stop":1729034041491,"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":"310e05cb35456766","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041492,"stop":1729034041494,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"e0b52083cd6de736","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041496,"stop":1729034041496,"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":"c5887fcee980ef61","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041497,"stop":1729034041497,"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":"4b68b5ebbeeb8a05","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041497,"stop":1729034041497,"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":"d286884eb1cc3fa6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041498,"stop":1729034041498,"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":"3546bc2cef3d201","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041499,"stop":1729034041500,"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":"7715a08b90f54572","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041500,"stop":1729034041501,"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":"27d70574f1f22d72","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041501,"stop":1729034041501,"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":"65330bd619f1f9b5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041503,"stop":1729034041507,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"e905e532cade9bbc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041507,"stop":1729034041507,"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":"bc49bcae5720a76f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034041508,"stop":1729034041508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5dc97a320ab0e88ae621c2d48170bb29"},{"name":"Ping on subscribed peer","uid":"9aa6b7655117184d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729033939920,"stop":1729033939920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"5c7a364f1c33113d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729033939921,"stop":1729033939922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"2e8a3af46ecfe32d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729033939922,"stop":1729033939922,"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":"4c639395962da0dc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729033939923,"stop":1729033939923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"5ace509ce8c04794","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729033939924,"stop":1729033939924,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"3db79c2b6a4284f3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729033939924,"stop":1729033939924,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"1a1160b169b83ae6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729033939925,"stop":1729033939926,"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":"e43d38544ed987d0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729033939927,"stop":1729033939927,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"4bc8c2d6b1b49a70","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729033974447,"stop":1729033974447,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"ba5d3d73b7d58edd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729033974447,"stop":1729033974449,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"f77d2dc2c437401f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729033974450,"stop":1729033974451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"13529e4f0b82df71","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729033974450,"stop":1729033974450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"25d01e886f279eec","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729033974452,"stop":1729033974453,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"a901a55da3b101c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729033974452,"stop":1729033974452,"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":"2ca871b548f3e1d8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729033974453,"stop":1729033974453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"f676f8e4a965f9ca","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729033974456,"stop":1729033974459,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer for Filter on peer:disconnect event","uid":"d3e840dfa6eb1262","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729033974460,"stop":1729033974461,"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":"b94fa7351d01e5bd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034034974,"stop":1729034034976,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"61c191ff03ad3c94","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034034976,"stop":1729034034977,"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":"8eb7b22f91a8aaac","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034034977,"stop":1729034034978,"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":"f6330956c4792cd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034034978,"stop":1729034034979,"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":"81a05dc231c56841","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034034979,"stop":1729034034981,"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":"77ca1f2bcc5180a1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034034981,"stop":1729034034982,"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":"e807838429ebb56c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034034983,"stop":1729034034983,"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":"c4f4b6d76f6fc81f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034034983,"stop":1729034034983,"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":"e45ba3c8a19c8c5a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034034983,"stop":1729034034984,"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":"195081937468dbd9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034034984,"stop":1729034034986,"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":"29e20a25181822dc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034034986,"stop":1729034034986,"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":"915c1756a568e32a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034034986,"stop":1729034034987,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"e90f659114aa1c3a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121875,"stop":1729034121875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"747430b44b05be25","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121875,"stop":1729034121875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"90d65debab2f9c9a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121876,"stop":1729034121876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"a98a81f6745f52ba","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121882,"stop":1729034121882,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"8e99282e67c4320d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121885,"stop":1729034121885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"a1daa6bdf9484449","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121889,"stop":1729034121889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"dcc5f84ba8a0f82f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121890,"stop":1729034121890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e32dabcc7b1bad92","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121890,"stop":1729034121891,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"d64c3c17fe6b42be","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121891,"stop":1729034121891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"45fb9f7fd57ac818","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121891,"stop":1729034121892,"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":"a8b57d9537e2da08","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121892,"stop":1729034121892,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"ccc755503c3061a0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121892,"stop":1729034121894,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"5bd56dbf66769fc1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121894,"stop":1729034121895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"daa9c02354d85bd9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121895,"stop":1729034121895,"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":"5f4ef2dd43995494","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121895,"stop":1729034121896,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"14156eebf4416c0a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121896,"stop":1729034121897,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892674000000 ","uid":"a4698dab1aafb9a1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121897,"stop":1729034121898,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"76c83484cb09281d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121899,"stop":1729034121899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892674 ","uid":"8dd1ce60386702ae","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121899,"stop":1729034121899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"71b6e70e9e57fda8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121899,"stop":1729034121900,"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":"10f34c4a3309713a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121900,"stop":1729034121901,"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":"3d10280669c51e01","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121902,"stop":1729034121904,"duration":2},"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":"d53e203e593bd5a9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121904,"stop":1729034121905,"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":"c323a58981009528","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121905,"stop":1729034121906,"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":"ae66aa480bd26e39","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121908,"stop":1729034121908,"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":"56ab6665b31e7479","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1729034121909,"stop":1729034121909,"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":"513a4f33ae102ccd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1729034121909,"stop":1729034121910,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"df2adb1f1cceaac2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121910,"stop":1729034121910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"302e84e6032ffd26","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121912,"stop":1729034121913,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"b2427ded3dee1ebe","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121914,"stop":1729034121915,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"45ca7af456fdf7c1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121915,"stop":1729034121918,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"fcea1fe2780df9c2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121924,"stop":1729034121931,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"7bdedde96cc68d50","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121931,"stop":1729034121931,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"505e9f06ec3cb0fa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121932,"stop":1729034121935,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"63acd4c5b9f4d77c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121936,"stop":1729034121937,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"5b4321638e34b0a7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121938,"stop":1729034121939,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"daad7872f9e16bb2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121939,"stop":1729034121939,"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":"82413fd48017b8b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121939,"stop":1729034121940,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"7b58f1f0eca0a785","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121940,"stop":1729034121940,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"2933df868be9a063","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121940,"stop":1729034121940,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"f3218ad5535c842d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121941,"stop":1729034121941,"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":"44290cfabc20bd16","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121945,"stop":1729034121946,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"911db5bac5406f2c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121946,"stop":1729034121947,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892674 ","uid":"9ef41a7b1467200b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121947,"stop":1729034121948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892674000000 ","uid":"fb9630b168436422","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121947,"stop":1729034121947,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"608e0c34cccfca92","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121948,"stop":1729034121951,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"be6f43f9b8be1f4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121951,"stop":1729034121952,"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":"a5a34da920945468","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121952,"stop":1729034121953,"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":"8a76ca23457f9387","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121953,"stop":1729034121954,"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":"c5b2f50a1c4d55e5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121953,"stop":1729034121953,"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":"8a8f8b4fab1de8d8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121954,"stop":1729034121954,"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":"65aef34e9a4e9c30","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034121954,"stop":1729034121957,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"e5439b3e0d6a28b2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1729034121957,"stop":1729034121958,"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":"61c178f059a631d0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1729034121958,"stop":1729034121958,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"5030f603a00cc87d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209086,"stop":1729034209086,"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":"782c3805f6976a7f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209087,"stop":1729034209088,"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":"27f75e82b69a994d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209087,"stop":1729034209087,"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":"2c2cf4e5ffde61e2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209087,"stop":1729034209087,"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":"e6af9ea87cf4efa3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209088,"stop":1729034209089,"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":"2c77ccf3c7cbf0ef","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209089,"stop":1729034209089,"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":"28df5307083bf705","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209089,"stop":1729034209089,"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":"d1724edeb1c36b02","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209090,"stop":1729034209090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"a7d61e4e9b27f10d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209092,"stop":1729034209093,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"afcfccce3eafa91c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209092,"stop":1729034209092,"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":"3b8885ad2522f4d9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209092,"stop":1729034209092,"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":"98c400b153fb0004","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209093,"stop":1729034209095,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"ee29586b3dbe0824","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209093,"stop":1729034209093,"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":"a66b66b32d1511fa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209095,"stop":1729034209095,"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":"af211dddc154fa8a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209095,"stop":1729034209095,"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":"ebe33bcda2e1a05b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209096,"stop":1729034209098,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"a9e563c3f519fb7e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209098,"stop":1729034209099,"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":"e8ba2cf94cff6cdd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209099,"stop":1729034209099,"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":"7963f758acb8f73c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209100,"stop":1729034209100,"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":"4fcdd95b567ab236","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209100,"stop":1729034209100,"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":"49965771c8691b2b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209100,"stop":1729034209101,"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":"ff1f2f47634e75f8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209101,"stop":1729034209101,"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":"f290fbd63a5b8d29","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209102,"stop":1729034209103,"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":"fbe668c7d775dc98","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209102,"stop":1729034209102,"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":"7371c3eb09a213c2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209102,"stop":1729034209102,"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":"84ccf0ef8daed22a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209103,"stop":1729034209103,"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":"f85149b15ac3ecd2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209103,"stop":1729034209104,"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":"fbd9433f389a4aec","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209103,"stop":1729034209103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"abe1a48d099cd5c2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209104,"stop":1729034209105,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"166af90615f30de1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209104,"stop":1729034209104,"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":"b014f9caf7bb771c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209105,"stop":1729034209105,"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":"45091b38740b6db4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209105,"stop":1729034209105,"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":"9fb72ed78dcdda5e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209106,"stop":1729034209107,"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":"947a755e2de78eca","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209106,"stop":1729034209106,"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":"8bcaee1cf08bdbbf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209106,"stop":1729034209106,"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":"213ae7747d7ffbe2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209107,"stop":1729034209107,"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":"55af24a024fa076e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209107,"stop":1729034209109,"duration":2},"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":"d9e71a0756c2038e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209109,"stop":1729034209109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"5080acef3fb8347b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209109,"stop":1729034209110,"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":"2bb240d3c946a1f7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209110,"stop":1729034209111,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5a97eeabfd62585c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209110,"stop":1729034209110,"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":"dd09531aa7c5e035","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209111,"stop":1729034209112,"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":"a73f36f9acc2bc87","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209111,"stop":1729034209111,"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":"a4c55a1794fc5758","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209112,"stop":1729034209113,"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":"5dfdfd6c85179a52","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209112,"stop":1729034209112,"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":"d0232e9ab11dd069","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209112,"stop":1729034209112,"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":"f9111ca1f9067fac","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209113,"stop":1729034209114,"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":"a249435eea9c5275","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209113,"stop":1729034209113,"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":"3a9c00262e138817","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209114,"stop":1729034209114,"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":"9e44a6d04542cf0d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209114,"stop":1729034209115,"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":"9cbc28476121cdfe","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209119,"stop":1729034209119,"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":"d3644062172fdf93","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209122,"stop":1729034209123,"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":"9700892e3d809c64","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209123,"stop":1729034209127,"duration":4},"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":"7a39c20b01cb3330","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209128,"stop":1729034209128,"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":"4ea1306217df5120","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209128,"stop":1729034209130,"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":"4a068d3f925a4043","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209128,"stop":1729034209128,"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":"4bdf9f76925c2f1c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209130,"stop":1729034209131,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"85eddb3e81039a96","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034209131,"stop":1729034209131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c"},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"b4429071d65bb629","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976769,"stop":1729033976773,"duration":4},"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":"a271c6ef7e658bc9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976774,"stop":1729033976774,"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":"3f1d65590d8b1712","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976776,"stop":1729033976776,"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":"cf7855c67c532be8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976777,"stop":1729033976778,"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":"8746634b20d84d28","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976779,"stop":1729033976781,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"534163557f134226","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976783,"stop":1729033976784,"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":"c2d2808b98af2f41","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976784,"stop":1729033976788,"duration":4},"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":"52daed36c475da24","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976789,"stop":1729033976790,"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":"85ba216f652b1afb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976789,"stop":1729033976789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"e105bb35deb1b550","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976790,"stop":1729033976793,"duration":3},"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":"67a00a433bf9bb05","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976790,"stop":1729033976790,"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":"c4f96019e75821d7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976793,"stop":1729033976793,"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":"ae0c594a989029a5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976794,"stop":1729033976796,"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":"269f118261b0e78c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976796,"stop":1729033976797,"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":"c1af9d4bcc219a38","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976797,"stop":1729033976797,"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":"e7e7422287d4b82c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976800,"stop":1729033976801,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"135b86d140495b7b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976800,"stop":1729033976800,"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":"41eaf3b4778cc208","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976801,"stop":1729033976802,"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 4 bootstrap peers","uid":"448d08ecf0d94a8c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976801,"stop":1729033976801,"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":"70115caa9aaef4a6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976802,"stop":1729033976802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"e953d120f79b9673","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976802,"stop":1729033976803,"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":"95769ae8ddaa4e4a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976803,"stop":1729033976803,"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":"97e9a59b57e1e3f6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976803,"stop":1729033976803,"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":"79055e469f30426a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976804,"stop":1729033976804,"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":"5f55a89d7fc93bb7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976805,"stop":1729033976805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"7356360137264b16","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976806,"stop":1729033976806,"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":"e9f9dfd61ea6774b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976806,"stop":1729033976806,"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":"cab3873319e434e3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976806,"stop":1729033976807,"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 6 bootstrap peers","uid":"7bf7260e1f5c7531","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976807,"stop":1729033976807,"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":"42b5fdeb34b3c7eb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976810,"stop":1729033976811,"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":"9253fa941066d760","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976811,"stop":1729033976812,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3a915424f754fe8c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976811,"stop":1729033976811,"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":"cc15b62d68a435b8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976813,"stop":1729033976814,"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 7 bootstrap peers","uid":"e4e3feb8f31b2695","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976814,"stop":1729033976815,"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":"e61264c1dd01de7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976816,"stop":1729033976816,"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":"5a1c3bd0fdc0bd88","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729033976818,"stop":1729033976830,"duration":12},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"health-manager","children":[{"name":"LightPush: 0 peers, Filter: 0 peers","uid":"e6558a60c359deba","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977061,"stop":1729033977061,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers","uid":"7bef0cac260f3ac0","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers","uid":"151dae1f97bacb4c","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers","uid":"7549417e62414179","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers","uid":"8b7188cb770d7c92","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977063,"stop":1729033977063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers","uid":"808d2b4d2b57a869","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977063,"stop":1729033977063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers","uid":"6a1aaf470ee94a6c","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers","uid":"7729b51269dd51c2","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers","uid":"72689a90cd6c3e48","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers","uid":"ba6e3cb4ca1d8df","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977065,"stop":1729033977066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers","uid":"17e3197fd1aa610d","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers","uid":"2f24347699d70e7","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers","uid":"7050a2dbfa9a2b5b","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers","uid":"57df7b288d19998f","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers","uid":"3fc1eb106f14f3a8","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers","uid":"c980f2981b9c420","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 0 connections","uid":"5baa417cc12e77f9","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977222,"stop":1729033977224,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"289b06f6007df0d9","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977224,"stop":1729033977225,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"d2d69a734079f3db","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977224,"stop":1729033977224,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"fb076ace8bac66d5","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977225,"stop":1729033977225,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"db62a1d37b685b06","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977226,"stop":1729033977226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"f1192085969f1e43","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977226,"stop":1729033977227,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"59bb9f5131c302e4","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977227,"stop":1729033977227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"1ca1359e9c6274a4","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729033977227,"stop":1729033977227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a0d1303cd6ce324c57cf3d1ad0dad029"},{"name":"A test","uid":"2ba9fe54614373b5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034041649,"stop":1729034041649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"5acf058b8ca06a45","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034041650,"stop":1729034041650,"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":"f52b666df9f7c3c8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034063485,"stop":1729034063486,"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":"c086c39833a424d4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034063489,"stop":1729034063489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"3f630ff3c83cd572","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034063495,"stop":1729034063495,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"14dd65eadc221420","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034063496,"stop":1729034063497,"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":"db1c2786cdf5a219","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034063498,"stop":1729034063498,"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":"2b36b89ea2eaee4d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034063498,"stop":1729034063498,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"light-push","children":[{"name":"single_node","children":[{"name":"Push message on custom pubsubTopic","uid":"1f653c7984771ccc","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034066151,"stop":1729034066152,"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":"d9c840556bfa3253","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034066152,"stop":1729034066152,"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":"997ec848a1e13ccb","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034066153,"stop":1729034066153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"b6b7d1ab8a02a495","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034066154,"stop":1729034066156,"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":"9e4a7e43dcea7d44","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034066156,"stop":1729034066157,"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":"a6379544a67e2d88","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034066157,"stop":1729034066158,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"d4f1dbc9f55a12d6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034066160,"stop":1729034066161,"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":"1d289f814c5f3faa","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034066161,"stop":1729034066161,"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":"13c9afdf003b23b8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034066161,"stop":1729034066161,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"935792c153665915","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129465,"stop":1729034129465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"98c66a27507e8dd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129466,"stop":1729034129466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"27758764287c26f5","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129467,"stop":1729034129467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"5544fc7c1005a898","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129467,"stop":1729034129468,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"bdc590408cd957f2","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129467,"stop":1729034129467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"7a38ac73718b76bf","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129468,"stop":1729034129469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"1aab248921776c81","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129468,"stop":1729034129468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"cb048deab5f94975","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129469,"stop":1729034129469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"d0d9487a83bc6e77","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129469,"stop":1729034129469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"476627d6dbbef937","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129470,"stop":1729034129470,"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":"dca2201e500a7a43","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129470,"stop":1729034129470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"a8ad8c8a8ccbc986","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129471,"stop":1729034129471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"67865a326c280c34","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129471,"stop":1729034129471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"29af7bcdad211c66","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129471,"stop":1729034129472,"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":"b8580d4d4d677a38","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129472,"stop":1729034129472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"50b712ddeb49f24e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129472,"stop":1729034129472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"1bc25111b7e25fa0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129472,"stop":1729034129473,"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":"5644886a91e8d1d4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129473,"stop":1729034129473,"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":"5ca1565f105884db","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129473,"stop":1729034129473,"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":"46e004e45d313811","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129473,"stop":1729034129474,"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":"eb5e8530b58d36b2","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129474,"stop":1729034129475,"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":"a1a97181ec8fc61f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129474,"stop":1729034129474,"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":"667494933ce3bd1d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129475,"stop":1729034129475,"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":"2b72a7ba1ad02d63","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129475,"stop":1729034129476,"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":"ec2d30b2aedc711c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129475,"stop":1729034129475,"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":"5019314d31f00be5","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129476,"stop":1729034129477,"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":"f7ec1ed7d6561802","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129476,"stop":1729034129476,"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":"f9ee8d2f0b3e855d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129477,"stop":1729034129478,"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":"567230e92eefcc88","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129477,"stop":1729034129477,"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":"26d6d733b4d0e8fa","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129477,"stop":1729034129477,"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":"7899bc23f3cdca04","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129478,"stop":1729034129478,"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":"f72ad94f4e15f6ed","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129478,"stop":1729034129478,"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":"b0fa5ee697346596","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129479,"stop":1729034129479,"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":"1ec0a85e02546344","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129479,"stop":1729034129480,"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":"a197a0a450629037","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129479,"stop":1729034129479,"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":"215e4b969d76f202","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129480,"stop":1729034129480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"f996bedc083ea65d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129480,"stop":1729034129481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"95b9b56c95ecfe26","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129480,"stop":1729034129480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1698275615236","uid":"b42ddd7946551d02","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129481,"stop":1729034129481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729030415236","uid":"cd0cdbbd47f54e1","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129481,"stop":1729034129481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729037615236","uid":"9598553d209f7eda","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129482,"stop":1729034129482,"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":"90e8f5877cd559ac","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129482,"stop":1729034129483,"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":"bb8b8316a8a7c6f6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034129482,"stop":1729034129482,"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":"b725f7da29b0b724","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137117,"stop":1729034137118,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"1d1435120d8f93e5","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137118,"stop":1729034137118,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"92aefb46c80bf75","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137118,"stop":1729034137123,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"893244347d095e11","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137123,"stop":1729034137124,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"4acd84d2ea7309ec","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137124,"stop":1729034137125,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"9c58fb65170d5dfe","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137125,"stop":1729034137125,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"7bb3fe4dbceea0f2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137125,"stop":1729034137125,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"37712e1dbaa9b83a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137126,"stop":1729034137126,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"e67f5286595fca06","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137127,"stop":1729034137128,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"9acd9f6755e0e3f6","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137129,"stop":1729034137129,"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":"bdb485ecd5dfd4ca","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137130,"stop":1729034137130,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"8f53383fae484a00","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137133,"stop":1729034137134,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"ab0aead6031987d6","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137133,"stop":1729034137133,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"379105f3c57e2b21","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137134,"stop":1729034137134,"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":"ea2cb21452217cd5","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137134,"stop":1729034137135,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"f390c29f1d06edf3","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137135,"stop":1729034137135,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4f1700c09340db38","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137137,"stop":1729034137142,"duration":5},"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":"8645c6d90fc7a99c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137142,"stop":1729034137142,"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":"e6d3bbf982c5b393","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137142,"stop":1729034137143,"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":"1f115fb5bd6c39d6","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137143,"stop":1729034137143,"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":"1f2f787ada5e50ef","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137143,"stop":1729034137143,"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":"3f114817c175f285","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137144,"stop":1729034137145,"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":"9ec1bffba5338d2d","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137144,"stop":1729034137144,"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":"4f17c1aa34ba8765","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137145,"stop":1729034137146,"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":"4b224c5f3fcf2c67","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137146,"stop":1729034137147,"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":"987fe2883b8da6e5","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137146,"stop":1729034137146,"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":"7ca954c832c1fac4","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137147,"stop":1729034137147,"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":"dee2f09078d3a946","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137147,"stop":1729034137147,"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":"8b1aff59d9060251","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137148,"stop":1729034137148,"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":"1aab05fe9d22c5","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137149,"stop":1729034137149,"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":"ef61c7e9ea3322d7","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137149,"stop":1729034137150,"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":"1934db6b77d06e2f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137150,"stop":1729034137153,"duration":3},"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":"c7d6a0b0031b81ee","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137153,"stop":1729034137154,"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":"2c52217137bf2df1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137154,"stop":1729034137155,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"1401c875c8283aea","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137155,"stop":1729034137156,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"2d9c64f68d9f514","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137155,"stop":1729034137155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"56fe24c9e41f5f3b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137156,"stop":1729034137157,"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":"8c42e7f1fbe406b6","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137156,"stop":1729034137156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1698275577436","uid":"d102312858215e33","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137157,"stop":1729034137158,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729030377436","uid":"32bc6e2c93d61e40","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137158,"stop":1729034137158,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729037577436","uid":"7ad94657f74a3767","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137158,"stop":1729034137159,"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":"9f5f3f58fd93316d","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137159,"stop":1729034137159,"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":"333f49d20480062f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034137159,"stop":1729034137159,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"98e37ab0d2f3142a847ff2af3729b84a"},{"name":"Correctly serialized arguments","uid":"c5c3fc2dd1b960a8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034066291,"stop":1729034066292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"d2e649bd064259a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034067353,"stop":1729034067354,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"49ee288dfa6ab127","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034067354,"stop":1729034067355,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer-exchange","children":[{"name":"Should update multiaddrs","uid":"fa64dad131ac184d","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034067822,"stop":1729034067823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"e46866fad503d91a","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034067823,"stop":1729034067823,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"35e9299a16780797","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1729034122309,"stop":1729034122310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"e174dee5ad6565e0","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1729034122310,"stop":1729034122311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"d55c6272ae119c77","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1729034122310,"stop":1729034122310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"249094951590ce0f","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1729034122311,"stop":1729034122311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"10023f765e7cb9c2","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034147999,"stop":1729034148000,"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":"3fb99ac0386222b4","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1729034148001,"stop":1729034148001,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"8d5b9df835846532","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1729034148002,"stop":1729034148002,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"a02d806401e19c4e","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034148002,"stop":1729034148002,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"f9367fde23fc9ee2","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034162414,"stop":1729034162414,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"c575085c61fb592c","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034162414,"stop":1729034162414,"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":"3678bbde617c59a8","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034162415,"stop":1729034162415,"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":"6681a50f32a14027","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034162415,"stop":1729034162416,"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":"2cf00c1fc945f5d5","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034162415,"stop":1729034162415,"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":"2d50f32c7ebe81e8","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034162416,"stop":1729034162417,"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":"5ee8a9074f1fe826","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034162416,"stop":1729034162416,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ef8d9d8d0b79273c940aa0977046302c"},{"name":"relay","children":[{"name":"Decrypt messages","uid":"7c5e6f6a1aff01a3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034124336,"stop":1729034124336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"be9c2a7ce7c9511d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034124336,"stop":1729034124336,"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":"e7e8b7c01bbb853d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034137162,"stop":1729034137162,"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":"69a1c121d3415ac7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034137162,"stop":1729034137163,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"c65fb98a8b1abe0b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034137163,"stop":1729034137163,"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":"c245fe3af29d4606","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034137163,"stop":1729034137163,"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":"fad75959170f9c1d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034137164,"stop":1729034137164,"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":"10a5984620b8a7c5","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034137164,"stop":1729034137164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"ca2bb7aef84f6de3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034137164,"stop":1729034137165,"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":"cc00ac350d048be1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034137165,"stop":1729034137165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"795863f0cf273a74","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034140324,"stop":1729034140324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"7cfaa02469bac2c5","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"1ad21a24c3632845","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"8fada7215763a50","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"f230aa5b957c2ee5","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144756,"stop":1729034144756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"a69ca65e484c6ddc","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144758,"stop":1729034144759,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"870921c1d9d54e14","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144759,"stop":1729034144760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"8a09f5554454e11a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144759,"stop":1729034144759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"8a5bbf60e4d7b233","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144760,"stop":1729034144761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"b05883cd515474e8","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144761,"stop":1729034144762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"c7447c5b8802ac86","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144761,"stop":1729034144761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"acaf1694b0924680","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144762,"stop":1729034144763,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"c5b019ad463d36f5","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144762,"stop":1729034144762,"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":"2de499adbd44abfe","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144763,"stop":1729034144763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"da1b991707b80744","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144763,"stop":1729034144763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"a647d4f394b0257f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144764,"stop":1729034144764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"962a524db3f2bdc4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144764,"stop":1729034144765,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"4c71e59145bf52eb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144764,"stop":1729034144764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"6b1bae2c871ad90e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144765,"stop":1729034144766,"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":"c2ecf39978ce5880","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144765,"stop":1729034144765,"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":"b0090beef69563d6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144766,"stop":1729034144767,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 25 2023 23:15:37 GMT+0000 (Coordinated Universal Time)","uid":"c27a644ada82126","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144767,"stop":1729034144768,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Oct 15 2024 22:15:37 GMT+0000 (Coordinated Universal Time)","uid":"588f6e691a44cd5b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144768,"stop":1729034144768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"108578dd88342067","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144769,"stop":1729034144769,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 16 2024 00:15:37 GMT+0000 (Coordinated Universal Time)","uid":"5edf5dffa57d98f2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144769,"stop":1729034144769,"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":"a07cb452b8326a7c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144770,"stop":1729034144770,"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":"1e732c89a30dc7a3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144770,"stop":1729034144770,"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":"c05b2f0040a53ae4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144770,"stop":1729034144771,"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":"9ccc75f24037f44a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1729034144772,"stop":1729034144772,"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":"46fc31481b2eefbd","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144772,"stop":1729034144772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"2e34179447f8771f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144773,"stop":1729034144774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"df0cb287268aae2c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034144773,"stop":1729034144773,"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":"3b34472644dd6906","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1729034144773,"stop":1729034144773,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"394d2b747420596a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147759,"stop":1729034147760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"4fa2a0410dd57166","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147760,"stop":1729034147760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"c59da88c76cabc50","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147760,"stop":1729034147761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"2a3c6a340f5e1245","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147761,"stop":1729034147766,"duration":5},"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":"7ab7ce988025bee6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147767,"stop":1729034147767,"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":"dd2c7d46d1e39045","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147767,"stop":1729034147767,"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":"1158cb6250839e55","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147767,"stop":1729034147768,"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":"699f2b77c633ed67","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147768,"stop":1729034147768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"fbb06da52c5c54a9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1729034147769,"stop":1729034147769,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"14902470eec838df","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1729034147769,"stop":1729034147769,"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":"938a9acb9bcb9d69","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147770,"stop":1729034147771,"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":"db8b6980881f1b3e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147770,"stop":1729034147770,"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":"cab059321a7f63a0","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147771,"stop":1729034147772,"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":"8dfddb5c340280cb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147772,"stop":1729034147772,"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":"1ded228d114cc53b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147774,"stop":1729034147774,"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":"f4ce0c4080659a82","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147778,"stop":1729034147778,"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":"e0afe1a208547434","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147780,"stop":1729034147780,"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":"a6ff28e526f9b6be","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147780,"stop":1729034147781,"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":"c06c95c6a26cf61c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147780,"stop":1729034147780,"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":"4b958bcfb990dc36","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147781,"stop":1729034147786,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"bb50d15d78f8e19e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147781,"stop":1729034147781,"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":"92635fd97b2a282d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147781,"stop":1729034147781,"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":"5066d071ede58126","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147786,"stop":1729034147787,"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":"99adbb840a61736c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147787,"stop":1729034147791,"duration":4},"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":"e03453525f0fef2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147792,"stop":1729034147792,"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":"d489965df72576af","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034147792,"stop":1729034147792,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3c728dec9e04988ce79c14ecb2c28dfb"},{"name":"store","children":[{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"ec41d35d1f5579dd","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034169192,"stop":1729034169192,"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":"9ee99d1cad77c1d1","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034169193,"stop":1729034169194,"duration":1},"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":"94edeca01736ea9e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034169193,"stop":1729034169193,"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":"bcd00b7c92d57611","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034169193,"stop":1729034169193,"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":"c6ee047964e1ee70","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034169194,"stop":1729034169194,"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":"5a27d6524e6bca3d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034169194,"stop":1729034169195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"88cfb5bcb9a9e6f9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034169195,"stop":1729034169195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"57fecdc01a91746c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034169195,"stop":1729034169196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"37f06885499a0920","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034169197,"stop":1729034169197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"498b15e4a75ae15","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034188112,"stop":1729034188113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"db1c0ea812fa6f02","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034188113,"stop":1729034188113,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"3e4878d8cd3a5386","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034188113,"stop":1729034188115,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"2ee559ba0f23694f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034188115,"stop":1729034188116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"2a9db581f6c6b9dd","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034188116,"stop":1729034188116,"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":"7a7db5d2bd2c0ae8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034188117,"stop":1729034188118,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"4c7e9104f80568d6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034188117,"stop":1729034188117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"6095a844312138d6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034188117,"stop":1729034188117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"92e129b12baa52e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034188118,"stop":1729034188119,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"f9775c3f0b708bdb","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034188118,"stop":1729034188118,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"a00c19e4efb06cfe","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034188118,"stop":1729034188118,"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":"dcf4597776d0e924","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034188119,"stop":1729034188119,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"b651fdb03f329e0c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034191991,"stop":1729034191994,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"60ff1e299ba587d3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034191994,"stop":1729034191995,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"fbcc98d706d0d618","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034191995,"stop":1729034191996,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"b742d0527c4c012c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034191995,"stop":1729034191995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"9a5b60748cb4d39a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034191995,"stop":1729034191995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"4a1cb887dab16e01","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034191996,"stop":1729034191996,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"bd44b38ecc63a448","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034200062,"stop":1729034200063,"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":"e9da1c772ac3e459","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034200063,"stop":1729034200064,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"7b359348c08396df","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034200063,"stop":1729034200063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"65c444f119666655","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034200064,"stop":1729034200065,"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":"79ed760599a4b4f5","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034200065,"stop":1729034200066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"f4e7fc831e47e5f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034200065,"stop":1729034200065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"b93f2c030e0bedfb","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034200067,"stop":1729034200069,"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":"ad671ec7049aab7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034200069,"stop":1729034200070,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"36467825f795991e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034200069,"stop":1729034200069,"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":"ee22311bb8b573f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034203620,"stop":1729034203621,"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":"3054b3ae4c34ff68","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034203621,"stop":1729034203621,"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":"5f320e050bc272f4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034203622,"stop":1729034203622,"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":"3db7910c9876d71b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034203622,"stop":1729034203622,"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":"4866072b417bef22","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034208292,"stop":1729034208293,"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":"c7ca5e9a306c28da","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034208293,"stop":1729034208294,"duration":1},"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":"c3b7cc5690108cfa","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034208294,"stop":1729034208294,"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":"7b657d1f2ed19eab","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034208294,"stop":1729034208294,"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":"6414c67136b6500d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034208294,"stop":1729034208295,"duration":1},"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":"f4f4b6d6cf68e401","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034208295,"stop":1729034208295,"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":"3e339eb245e48367","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034208295,"stop":1729034208295,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"e5c2dde2f136ed5d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034208295,"stop":1729034208296,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"5f8a0a9adb153093","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034213016,"stop":1729034213016,"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":"5d7eae6322fa4c16","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034213017,"stop":1729034213018,"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":"d1383bac4562fb26","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034213017,"stop":1729034213017,"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":"9093925a3dbd6637","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034213017,"stop":1729034213017,"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":"261bc53f91ccb13","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034213018,"stop":1729034213019,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"4f3784fd83ddd98f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034213018,"stop":1729034213018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"f335d918a8c492e9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034213019,"stop":1729034213019,"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":"793736e75847cec5","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034213020,"stop":1729034213020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"58b52190440868ef","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034213020,"stop":1729034213021,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"114c10befa13776855d75d77eed79619"},{"name":"sharding","children":[{"name":"Cluster ID 0 - Default/Global Cluster","uid":"209a13cc26091ad","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034169435,"stop":1729034169436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"d9cc8da31c46b31b","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034169436,"stop":1729034169437,"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: /app49/10/topic527/proto","uid":"6affaaf3320c2afb","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034169437,"stop":1729034169439,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app93/1/topic622/proto","uid":"32ecf91e795d59c1","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034169439,"stop":1729034169441,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app40/2/topic778/json","uid":"45642fb225f18a96","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034169441,"stop":1729034169442,"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: /app57/3/topic252/xml","uid":"b1261d40acdae62","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034169445,"stop":1729034169449,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app71/2/topic384/xml","uid":"c7e183aabf0ac7f0","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034169449,"stop":1729034169449,"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: /app68/4/topic903/xml","uid":"4d7df0a70c160897","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034169449,"stop":1729034169450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app34/5/topic449/xml","uid":"5fee5c729271ec96","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034169450,"stop":1729034169450,"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: /app58/7/topic58/proto","uid":"a69b1f6835832d17","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034169450,"stop":1729034169451,"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: /app71/9/topic946/proto","uid":"4501d14f8b361270","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034169450,"stop":1729034169450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"722859d86bf59499","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034169451,"stop":1729034169452,"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: /app52/7/topic102/utf8","uid":"8a3e9576697c212b","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034169451,"stop":1729034169451,"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":"a050468f139493ae","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034169452,"stop":1729034169453,"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":"56519e36412b4de0","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034169452,"stop":1729034169452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"1c20c9a29fe6f766","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034169453,"stop":1729034169453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"5afb11ed383d80e8","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034177523,"stop":1729034177524,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"fb9665d82b7df79","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034177524,"stop":1729034177524,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 68, Shard ID: 269","uid":"f9b2249ef39c5b0c","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034177524,"stop":1729034177525,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 947, Shard ID: 118","uid":"1f2bfe52b24493eb","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034177525,"stop":1729034177526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 864, Shard ID: 457","uid":"b91b13fc3e55cf0d","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034177526,"stop":1729034177527,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 116, Shard ID: 717","uid":"a36f24186a799458","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034177527,"stop":1729034177530,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 523, Shard ID: 370","uid":"dd08246798d56","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034177531,"stop":1729034177531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 816, Shard ID: 369","uid":"ab68747bb3d68ba6","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034177532,"stop":1729034177533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 74, Shard ID: 219","uid":"f9c6ab17937e8915","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034177533,"stop":1729034177534,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 147, Shard ID: 773","uid":"11bdc047ce3ac172","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034177534,"stop":1729034177534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 529, Shard ID: 960","uid":"49a75ab01ba7cdc5","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034177535,"stop":1729034177536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 129, Shard ID: 338","uid":"11bb2116837ffee1","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034177535,"stop":1729034177535,"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":"468e42b4b598603c","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034177536,"stop":1729034177536,"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":"1265637a582b5166","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034177537,"stop":1729034177538,"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":"6f3fac1496e763c8","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034177538,"stop":1729034177538,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"329e87e7e4a1f1038560cdf392fa367d"},{"name":"handles multiple messages","uid":"af9106982d94de63","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034211308,"stop":1729034211309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"6d0ea26c719c8254","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034211308,"stop":1729034211308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"d85c8f05ff375edb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034211309,"stop":1729034211309,"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":"5f38ce65ed464e00","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1729034332493,"stop":1729034332494,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"b1eb09825a3eeeed","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1729034332495,"stop":1729034332497,"duration":2},"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":"6050c6b66170196d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332606,"stop":1729034332607,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"59dbfdf131c55b84","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332607,"stop":1729034332607,"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":"e1bf23a7f3c6226b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332607,"stop":1729034332608,"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":"cfba8a063b17beef","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332608,"stop":1729034332608,"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":"22f62e466e4917ca","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332609,"stop":1729034332609,"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":"6d974d44d7328a7","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332609,"stop":1729034332609,"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":"9e17baf779cd345d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332610,"stop":1729034332611,"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":"c671afd3844df709","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332611,"stop":1729034332612,"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":"614a923c3cb582db","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332612,"stop":1729034332612,"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":"1d91a60708622921","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332613,"stop":1729034332614,"duration":1},"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":"c4d8aae0c7aa9a54","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332614,"stop":1729034332614,"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":"48c644261a54981b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332614,"stop":1729034332619,"duration":5},"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":"9949b595db724e1a","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332619,"stop":1729034332619,"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":"8aaa53a90492c0b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332620,"stop":1729034332621,"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":"10025e56ac2fad1b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332620,"stop":1729034332620,"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":"9ec69bcc15416e31","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332620,"stop":1729034332620,"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":"f9105f5c035ea96c","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332621,"stop":1729034332621,"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":"b5090358bf9596b0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332621,"stop":1729034332621,"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":"187976bfad07376f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332621,"stop":1729034332622,"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 0 with networkShards 1","uid":"ce26fedc0b47d800","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332622,"stop":1729034332623,"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":"89e0a0ce08dc8c91","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332622,"stop":1729034332622,"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":"ca92c152990a4899","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332622,"stop":1729034332622,"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":"ecf630c5d9747c14","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332623,"stop":1729034332623,"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":"58dce2320ab7a30b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332623,"stop":1729034332624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"d05501e05e5d26a6","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332624,"stop":1729034332624,"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":"c98b0d4ea42fd846","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332624,"stop":1729034332624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"9fdcf7c1afdad3c9","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332624,"stop":1729034332625,"duration":1},"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":"411b009954ba9e61","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332625,"stop":1729034332626,"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":"71aac107d3f675b5","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332625,"stop":1729034332625,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"fe891374687425ea","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332626,"stop":1729034332626,"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":"2196992d36043067","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332626,"stop":1729034332626,"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":"94dcab125684b26","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332626,"stop":1729034332627,"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":"8eae8537ba9e3396","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332627,"stop":1729034332627,"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":"d8b21b59225ee09d","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332627,"stop":1729034332628,"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":"73fdd047c96a6145","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332628,"stop":1729034332629,"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":"f865cb328a293af1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332628,"stop":1729034332628,"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":"e61bab9349c5a1a4","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332628,"stop":1729034332628,"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":"edec426c36ee4379","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332629,"stop":1729034332629,"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":"cbb1f0c21ff8ae78","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332629,"stop":1729034332630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"432ebc3e1c4c5a54","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332629,"stop":1729034332629,"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":"7013d109f0c0eece","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332630,"stop":1729034332630,"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":"a89b4ee9a26a4ec4","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332630,"stop":1729034332631,"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":"71e4f963207ba981","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332631,"stop":1729034332631,"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":"6492b18d40a3ed45","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332631,"stop":1729034332632,"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":"6545dc1a75f4f4ec","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332631,"stop":1729034332631,"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":"3e65d8a284d4959c","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332632,"stop":1729034332633,"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":"2f760d9ed41e3039","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332632,"stop":1729034332632,"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":"9638591df935f50f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332632,"stop":1729034332632,"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":"f93566403986fa4e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332633,"stop":1729034332634,"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":"727d999c67c19883","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332633,"stop":1729034332633,"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":"d709730fe53675e5","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332634,"stop":1729034332634,"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":"d0234d5fb341fbbe","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332634,"stop":1729034332634,"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":"e21fae82c1a88950","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332634,"stop":1729034332635,"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":"63084c03b2e16ec8","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332636,"stop":1729034332637,"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":"cd97ca9593624837","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332636,"stop":1729034332636,"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":"46508dc26314f5ab","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332637,"stop":1729034332637,"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":"71cf9d0267c462df","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332637,"stop":1729034332637,"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":"1572dffa4221e494","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332638,"stop":1729034332639,"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":"afa03da0b8d1bd9f","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332638,"stop":1729034332638,"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":"10b5ce906378dde7","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332639,"stop":1729034332640,"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":"b90eca0627f189b5","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332640,"stop":1729034332640,"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":"44f1512162da0174","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332640,"stop":1729034332641,"duration":1},"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":"51484d7476755550","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332641,"stop":1729034332641,"duration":0},"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":"f7c9e92daf000863","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332641,"stop":1729034332641,"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":"a717d062f11540aa","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332642,"stop":1729034332643,"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":"5736c26220e88954","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332643,"stop":1729034332644,"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":"1d0b18e11371f15e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332643,"stop":1729034332643,"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":"ec3fddf369023e4e","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332644,"stop":1729034332645,"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":"fa9d46ab43205d85","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332644,"stop":1729034332644,"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":"6ddf6cab75d4e5f9","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332645,"stop":1729034332645,"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":"bda4167bdab70e0b","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332645,"stop":1729034332646,"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":"86713bcfd9b88fc1","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332646,"stop":1729034332646,"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":"4b5ec194e8af59fe","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332646,"stop":1729034332646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"34f1b0a5481b33c0","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332647,"stop":1729034332647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"cbf8424fb7f13453","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332647,"stop":1729034332647,"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":"adfd54d4af022a21","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332648,"stop":1729034332648,"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":"c4a53638cd88e858","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332648,"stop":1729034332649,"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":"bee450e95d9603b7","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332648,"stop":1729034332648,"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":"8ecc766d19ec6402","parentUid":"0eca7593f93a85210ac2b81edb813a46","status":"passed","time":{"start":1729034332649,"stop":1729034332649,"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":"e4dca9e4751da766","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1729034332796,"stop":1729034332797,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"e2fdb7993d3f3a51","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1729034332796,"stop":1729034332796,"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":"49308e81b03e99d1","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1729034332797,"stop":1729034332797,"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":"7543b39f03f3d0b8","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1729034332797,"stop":1729034332797,"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":"6739e111aeb0cc31","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034335331,"stop":1729034335332,"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":"d79e82dba149d984","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034335332,"stop":1729034335332,"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":"9fbde4baae10f611","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034335333,"stop":1729034335333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"67ea13630f8f72c8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034335333,"stop":1729034335333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"f07bb7bf39b0cb1d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034335334,"stop":1729034335334,"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":"f01a52cca6951047","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034335334,"stop":1729034335334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"238a5ff60dd4cac7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340708,"stop":1729034340709,"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":"8fac500e6871bf88","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340749,"stop":1729034340750,"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":"8975bdabd2cc3eac","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340750,"stop":1729034340751,"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":"495dea3c216ec2ef","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340751,"stop":1729034340752,"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":"4ebec372eb95b7c5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340751,"stop":1729034340751,"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":"16ca74352266e4a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340752,"stop":1729034340753,"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":"788245f22f71fb69","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340752,"stop":1729034340752,"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":"c9ee836faf83394","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340753,"stop":1729034340753,"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":"9e3cb89dcea1a607","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340753,"stop":1729034340754,"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":"23a51dabe58f1529","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340754,"stop":1729034340755,"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":"adfab47939546db","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340755,"stop":1729034340755,"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":"e627d9d5b9b463ec","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340755,"stop":1729034340756,"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":"f324675a46ff49dd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340756,"stop":1729034340756,"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":"2e309a8cd3a4fa5a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340757,"stop":1729034340757,"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":"1956923fd98a9328","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340757,"stop":1729034340758,"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":"1e3f93f857a3c773","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340757,"stop":1729034340757,"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":"8b291708265baee1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340758,"stop":1729034340758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"73f625c7f6183c58","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340829,"stop":1729034340830,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"53fbccce469bdbda","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034340830,"stop":1729034340831,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"901f0d8a4d1bcc8e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341398,"stop":1729034341398,"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":"b76c4021e6fb6bc1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341399,"stop":1729034341400,"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":"41d1fb42303660c8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341399,"stop":1729034341399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"d81e8066c1abe663","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341399,"stop":1729034341399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"66bc4e892128ac51","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341400,"stop":1729034341400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"5b977a1ba006db2c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341400,"stop":1729034341400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"8022300972192a8e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341401,"stop":1729034341402,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"d9de86bfa99fda5d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341401,"stop":1729034341401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"6e3ed0a60cc0d27","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341401,"stop":1729034341401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"f6b9650aa49d1c9b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341402,"stop":1729034341403,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"8ca64583ca5a4ce6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341402,"stop":1729034341402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"35b30d3739cc9ba","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341403,"stop":1729034341403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"1ff56142e65706c5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341403,"stop":1729034341403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"54ae6abc99a53cea","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341404,"stop":1729034341404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"ec08faf26fc2e35b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341404,"stop":1729034341404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"dfa155ef4e42d172","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341404,"stop":1729034341404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"6dda83657e106d32","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341405,"stop":1729034341409,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"21aaa4ea5e2f99b7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341405,"stop":1729034341405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"99dd023481b6e3cd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341409,"stop":1729034341409,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"cade5c3bde5bedc8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341409,"stop":1729034341409,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"107b8885c55d731c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341409,"stop":1729034341409,"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":"82c0e7172f4ebcf4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341409,"stop":1729034341410,"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":"aaaa2e793219308e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341410,"stop":1729034341410,"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":"91232f14e84ab37d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341410,"stop":1729034341410,"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":"eb48a3969f949ac4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341410,"stop":1729034341411,"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":"b432aaea450e842e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341411,"stop":1729034341411,"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":"2dbee7058f5485bf","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341411,"stop":1729034341412,"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":"e14e981f7a099ba1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341411,"stop":1729034341411,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"bacc0f542357dfaf","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034341412,"stop":1729034341412,"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":"ebfd90ede8da14c7","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1729034347698,"stop":1729034347701,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stream_manager","children":[{"name":"returns nothing if no connections present","uid":"51426bc7d3e847f5","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729034348294,"stop":1729034348295,"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":"bb286c47d38d0869","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729034348295,"stop":1729034348296,"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":"27a2f4f4795ebb4f","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729034348296,"stop":1729034348297,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should select older connection if present","uid":"d6954a5f854c88b3","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729034348297,"stop":1729034348298,"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":"fc5bb3e4fa0df787","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729034348411,"stop":1729034348411,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw if no connection provided","uid":"ab091b49e20cfcb1","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729034348412,"stop":1729034348412,"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":"2ac5d31b442d619a","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729034348412,"stop":1729034348413,"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":"a0b8e9a07b0f35b9","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729034348413,"stop":1729034348413,"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":"f02297ac0d10bb68","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729034348413,"stop":1729034348414,"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":"abe515e73077bb82","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729034348414,"stop":1729034348415,"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":"356ecc3f82c40d2b","parentUid":"1b6150120fe63daa6d65243048dd2f6d","status":"passed","time":{"start":1729034348415,"stop":1729034348415,"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":"86a94023023d3867","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1729034348576,"stop":1729034348576,"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":"3b88858ddb3adab6","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1729034348576,"stop":1729034348577,"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":"1c31bc7536fc66ce","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1729034348577,"stop":1729034348578,"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":"f83acbf55acdece4","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1729034348577,"stop":1729034348577,"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":"483848b214d5498","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1729034348760,"stop":1729034348760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"bc04ac9ca34449a3","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1729034348761,"stop":1729034348761,"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":"79fb694d1d3a0337","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1729034348761,"stop":1729034348761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"2caf003647040e9b","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1729034348761,"stop":1729034348762,"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":"3cb67a7660c91b2b","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1729034348762,"stop":1729034348762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"42ab892b8e5fedd","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1729034348762,"stop":1729034348762,"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":"7f7501bb8e0b58d7","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1729034348762,"stop":1729034348762,"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":"12a7c677fe12ea60","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1729034348763,"stop":1729034348763,"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":"868df5c6fc01e212","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034355547,"stop":1729034355550,"duration":3},"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":"bc467a646eaff336","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034355550,"stop":1729034355553,"duration":3},"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":"ded1c6c03e390676","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034355553,"stop":1729034355553,"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":"12df1396d1ef684b","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356135,"stop":1729034356135,"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":"9aec13f0ea551e1a","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356136,"stop":1729034356136,"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":"27c358b0afc19187","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356136,"stop":1729034356137,"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":"8336e8b1900d35a5","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356137,"stop":1729034356137,"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":"e2d4b905bfaa5f74","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356137,"stop":1729034356138,"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":"44eb10a901fa2466","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356138,"stop":1729034356138,"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":"240537d5ac8c5184","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356139,"stop":1729034356139,"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":"dcdc75974837a228","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356139,"stop":1729034356140,"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":"e5ffcdc495289511","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356140,"stop":1729034356140,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"830bb322b517bc67","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356194,"stop":1729034356194,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"48393a55ce4ee583","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356195,"stop":1729034356195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"587ce724ed479e0","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356195,"stop":1729034356195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"dab8fd86d8cba100","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356196,"stop":1729034356196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"2a982b30a3dd6eb8","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356472,"stop":1729034356473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"974d279da7bf21fa","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356473,"stop":1729034356473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"6dbc6732398b982e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356473,"stop":1729034356474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"d6a257ab4aa72659","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356474,"stop":1729034356474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"2f557f872e4146ff","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356474,"stop":1729034356474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"fd394f0c7775ec00","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356474,"stop":1729034356475,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"7b863421a8487eae","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356475,"stop":1729034356475,"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":"9698d4239a699a","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356476,"stop":1729034356476,"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":"ba18a08a2c2d8961","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356476,"stop":1729034356476,"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":"5c2171b47d8513da","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356476,"stop":1729034356477,"duration":1},"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":"161c213de485645b","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1729034356477,"stop":1729034356477,"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":"f477530628164c0d","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1729034356478,"stop":1729034356478,"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":"bee078d2c7c5da39","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1729034356478,"stop":1729034356478,"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":"4f120f723141b0c","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729034360433,"stop":1729034360433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"f52a405e4780b05d","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729034360434,"stop":1729034360434,"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":"5cc5afb8a752a4bd","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729034360434,"stop":1729034360435,"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":"ac079bd10eee4b87","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729034360435,"stop":1729034360435,"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":"6aacfd955ad0f1ef","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729034360435,"stop":1729034360435,"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":"49ed73453a1d5da7","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729034360436,"stop":1729034360436,"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":"32e07d130a3136f6","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729034360436,"stop":1729034360436,"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":"3eb8705ee6f09d2","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729034360437,"stop":1729034360437,"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":"8cbee89ed6545c44","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729034360437,"stop":1729034360437,"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":"31cd671ee10aeef1","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729034360437,"stop":1729034360438,"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":"3f6e9e23fc931bf7","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1729034360438,"stop":1729034360438,"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":"cee0ffb13c170630","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034366396,"stop":1729034366397,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"928016831c0d674f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034366397,"stop":1729034366397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"89a7333e2775abb9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034366398,"stop":1729034366398,"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":"8a41cd28960e9fd5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034366399,"stop":1729034366399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"30cee6ee211eaa85","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034366399,"stop":1729034366399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"fa709a3c471dc4a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034366400,"stop":1729034366400,"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":"abbaef7dcc95d585","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034366400,"stop":1729034366400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"80f3645915b90b57","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034366897,"stop":1729034366898,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"62a92527073f7046","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034366898,"stop":1729034366899,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"9b4e2394f15b77e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034366898,"stop":1729034366898,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"ae6e8a022a2f0f06","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034366899,"stop":1729034366899,"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":"df97e634a5d3c5d5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034368071,"stop":1729034368071,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"be6d5ab926496729","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034368072,"stop":1729034368072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"823a58dfc627b34d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034368072,"stop":1729034368073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"91dce4b3244ed33e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034368072,"stop":1729034368072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"6583fde5ef3d70f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034368073,"stop":1729034368073,"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":"2555b0c8cc60e0fb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034368073,"stop":1729034368073,"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":"a2660683e8967b82","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034368073,"stop":1729034368073,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"protocols","children":[{"name":"light_push","children":[{"name":"should fail to send if pubsub topics are misconfigured","uid":"4ee240bc75ced1a7","parentUid":"591fa542b7ecff254c9e5e4191eeac75","status":"passed","time":{"start":1729034372889,"stop":1729034372891,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if no connected peers found","uid":"a0ea93bf80e31b35","parentUid":"591fa542b7ecff254c9e5e4191eeac75","status":"passed","time":{"start":1729034372891,"stop":1729034372892,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should send to specified number of peers of used peers","uid":"4e365aa5497d2a28","parentUid":"591fa542b7ecff254c9e5e4191eeac75","status":"passed","time":{"start":1729034372892,"stop":1729034372892,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retry on failure if specified","uid":"5a15b8a77d0ef4c4","parentUid":"591fa542b7ecff254c9e5e4191eeac75","status":"passed","time":{"start":1729034372892,"stop":1729034372893,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"591fa542b7ecff254c9e5e4191eeac75"},{"name":"should add a peer","uid":"f14b1569f0427e13","parentUid":"9582ec36866e9dab2264f5b2839f9a67","status":"passed","time":{"start":1729034373025,"stop":1729034373026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should remove a peer","uid":"37be292f74d2eaa","parentUid":"9582ec36866e9dab2264f5b2839f9a67","status":"passed","time":{"start":1729034373026,"stop":1729034373026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return true when peers exist","uid":"5fbb08f0411a19bb","parentUid":"9582ec36866e9dab2264f5b2839f9a67","status":"passed","time":{"start":1729034373027,"stop":1729034373028,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers","uid":"9e5a9e726a50e6e3","parentUid":"9582ec36866e9dab2264f5b2839f9a67","status":"passed","time":{"start":1729034373027,"stop":1729034373027,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should remove the specified number of excess peers","uid":"eba6858557c76f7e","parentUid":"9582ec36866e9dab2264f5b2839f9a67","status":"passed","time":{"start":1729034373028,"stop":1729034373029,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false when no peers exist","uid":"25d5e101fe0d89be","parentUid":"9582ec36866e9dab2264f5b2839f9a67","status":"passed","time":{"start":1729034373028,"stop":1729034373028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should find and add new peers","uid":"b0495332288f1342","parentUid":"9582ec36866e9dab2264f5b2839f9a67","status":"passed","time":{"start":1729034373029,"stop":1729034373029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not add existing peers","uid":"4337081fa7adedf0","parentUid":"9582ec36866e9dab2264f5b2839f9a67","status":"passed","time":{"start":1729034373029,"stop":1729034373030,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should log when no additional peers are found","uid":"f8838bd49ca9a2f7","parentUid":"9582ec36866e9dab2264f5b2839f9a67","status":"passed","time":{"start":1729034373030,"stop":1729034373030,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9582ec36866e9dab2264f5b2839f9a67"},{"name":"waku","children":[{"name":"should reject if WakuNode is not started","uid":"3497feed0eab5e4b","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729034373008,"stop":1729034373009,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if LightPush is requested but not mounted","uid":"6fdb644cff587711","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729034373009,"stop":1729034373009,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Store is requested but not mounted","uid":"685f27ede537d18f","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729034373009,"stop":1729034373010,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Relay is requested but not mounted","uid":"a6c430a42026286","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729034373009,"stop":1729034373009,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject on timeout if it was set","uid":"9b7b6edafa70c782","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729034373010,"stop":1729034373011,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Filter is requested but not mounted","uid":"267585248470f924","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729034373010,"stop":1729034373010,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for LightPush peer to be connected","uid":"444016408bac9bfb","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729034373011,"stop":1729034373011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for Filter peer to be connected","uid":"7179edc53bf6f2ea","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729034373011,"stop":1729034373012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should check connected peers if present and suitable","uid":"b34d3c2fc96216fe","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729034373011,"stop":1729034373011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for Store peer to be connected","uid":"a5993a912345546d","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729034373012,"stop":1729034373012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should call waitForPeer on Relay","uid":"26dfc2828bb95dfa","parentUid":"fc7351bc912900f8fa23175bfabd2b40","status":"passed","time":{"start":1729034373012,"stop":1729034373012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"fc7351bc912900f8fa23175bfabd2b40"},{"name":"Accepts a valid Waku Message","uid":"2bc0535e24491fe9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034376213,"stop":1729034376214,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"de7781be7004e1bb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1729034376215,"stop":1729034376215,"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":"78f1e29b3bc31ca6","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034392564,"stop":1729034392567,"duration":3},"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":"c8b6f65cbb84cffb","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034392568,"stop":1729034392569,"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":"f801bee3935823f9","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034392568,"stop":1729034392568,"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":"a841ec4481a1622c","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034392569,"stop":1729034392569,"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":"fbe78b93ca4fdaad","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034392569,"stop":1729034392570,"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":"a121a42d1ef23cbf","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034392570,"stop":1729034392571,"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":"6334ff280e9d178a","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034399690,"stop":1729034399690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"221ff11e27568546","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034399691,"stop":1729034399691,"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":"6279971d93b7d061","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034399692,"stop":1729034399692,"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":"40cfd57b429d9bca","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034399692,"stop":1729034399693,"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":"75d5f3c3b7112d47","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034399693,"stop":1729034399696,"duration":3},"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":"7494fad8ad45865e","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034424271,"stop":1729034424272,"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":"c54c78969f11a4a7","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034424273,"stop":1729034424273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"d975851c33c7fb43","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034424273,"stop":1729034424274,"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":"d57297ca9a427f10","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034424273,"stop":1729034424273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"cca676bf90384b51","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034424274,"stop":1729034424275,"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":"9b4c91b3bf48aa23","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034424274,"stop":1729034424274,"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":"d12feffc00f0ad73","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034424277,"stop":1729034424277,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"e3a94c3ffbfa97ee","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034432447,"stop":1729034432448,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"cdace3ba5b83f5fd","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034432448,"stop":1729034432449,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"383f8d18adbebd81","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034432449,"stop":1729034432450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"623ed148f82a07dd","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034432450,"stop":1729034432451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"e27fc8a5b4b7580a","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034432450,"stop":1729034432450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"8968d4f194e0fa8e","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034432451,"stop":1729034432451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"aa6c74452defb2f1","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034432451,"stop":1729034432451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"a161e6cd52c9f67c","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034432451,"stop":1729034432452,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"6dc0616910d8b10d","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1729034432452,"stop":1729034432452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6c306d7226181a82f8643139ae545f25"},{"name":"Relay","uid":"cffc236aebed1c0e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034398613,"stop":1729034398614,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"44242064104e6e6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034398614,"stop":1729034398615,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"ca3efa1b4c511ea2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034398615,"stop":1729034398615,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"d7c48e847a7f07ad","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034398717,"stop":1729034398720,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"591cc537101be78","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034398720,"stop":1729034398721,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"64f7d5cf6f5185db","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034398721,"stop":1729034398722,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"35501eee85550623","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034398721,"stop":1729034398721,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"3ab0b99b6e7859a4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034408862,"stop":1729034408863,"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":"e9f6837555407217","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034408863,"stop":1729034408863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"1e7d59c01974f142","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034408863,"stop":1729034408863,"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":"ae4a0423f59e61bf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034408864,"stop":1729034408864,"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":"2bc99c8cd70ca7dd","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034408864,"stop":1729034408870,"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":"beb6ed369ca6e6b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034408864,"stop":1729034408864,"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":"af9cc0dab29c8331","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034408871,"stop":1729034408872,"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":"1887e29b4827c114","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1729034408874,"stop":1729034408874,"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":"712c441a7d5e18cb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1729034408876,"stop":1729034408876,"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":"b7747b2a664889e3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1729034408877,"stop":1729034408877,"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":"b0dfcb860bb20c62","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034435018,"stop":1729034435018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"24a32122a9f788a0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034435019,"stop":1729034435019,"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":"b236b6dc45aa2fd1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034435019,"stop":1729034435020,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"1af1a5852b2967c2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034435019,"stop":1729034435019,"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":"b6f1ced85575dfc0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034447614,"stop":1729034447615,"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":"cb138cf402eddb58","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034447614,"stop":1729034447614,"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":"12e96e38edaf59ae","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034447616,"stop":1729034447617,"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":"aadb8ef84c3b243c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034447616,"stop":1729034447616,"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":"ceded16c69868aa0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034447617,"stop":1729034447617,"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":"f9c242039798aa63","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034447617,"stop":1729034447618,"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":"ca6e2b8178bec52e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034447623,"stop":1729034447624,"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":"ab57ae4f0bbcc33e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034447630,"stop":1729034447630,"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":"7eb66fe2945f632d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034447630,"stop":1729034447630,"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":"72d15ae16fba82c0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034447631,"stop":1729034447632,"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":"aaa4ab77003c7b23","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034447632,"stop":1729034447635,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"a08529c44ce63c7d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034462527,"stop":1729034462533,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"2d1e3aae46c491cf","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034462533,"stop":1729034462534,"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":"62f6babe0630c7d2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034462533,"stop":1729034462533,"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":"b529249d673b00ec","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034462534,"stop":1729034462535,"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":"43aa0c74242f31a6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034462535,"stop":1729034462535,"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":"9d295d5282734411","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034462535,"stop":1729034462535,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"4971218267a8266d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506784,"stop":1729034506785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"38be0563896f7a4b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506785,"stop":1729034506785,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"59c58b38ba8fac2d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506785,"stop":1729034506786,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"caa94bab69e1a57b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506786,"stop":1729034506787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"da3a5d75e3c05b77","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506786,"stop":1729034506786,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"f7c69ebd91b40ad8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506787,"stop":1729034506788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"c589be67600220bc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506788,"stop":1729034506788,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"bd997a7aa4d94a3a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506788,"stop":1729034506789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"c52ba4f3e46ea8ed","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506789,"stop":1729034506789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"5e8e38e8cd525f68","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506789,"stop":1729034506789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"59e31a31dd73780f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506790,"stop":1729034506790,"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":"5aa285164372fecc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506790,"stop":1729034506790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"464cb3bc27e979b1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506791,"stop":1729034506792,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"42f7d1138fc735ba","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506792,"stop":1729034506792,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b3aa0423b013d3b3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506792,"stop":1729034506793,"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":"4a5ca6632545b2e1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506792,"stop":1729034506792,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391505000000 ","uid":"725dfe31e15cc605","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506794,"stop":1729034506794,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391505 ","uid":"ea38c2b83b31ba66","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506794,"stop":1729034506797,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"d594a1d08849d2f8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506798,"stop":1729034506802,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b7ffc934e4954682","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506798,"stop":1729034506798,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"8a2bbf7b9c6e9951","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506798,"stop":1729034506798,"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":"1728d8560b60ce61","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506802,"stop":1729034506802,"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":"c09c1063c30774c8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506802,"stop":1729034506803,"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":"8ce6876eed00c3e1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506803,"stop":1729034506803,"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":"be0563a54f5007b1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506803,"stop":1729034506804,"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":"9102f1ce2e9ae9d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1729034506804,"stop":1729034506804,"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":"592e8445751318e0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034506804,"stop":1729034506804,"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":"61377fabd5c9e298","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1729034506805,"stop":1729034506805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"1be2887f445306db","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536094,"stop":1729034536095,"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":"4dcaac286293e6d8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536095,"stop":1729034536095,"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":"8967213985d751f4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536096,"stop":1729034536097,"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":"8e03921c87fe4eb6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536096,"stop":1729034536096,"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":"dd889dfa8d13bb8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536097,"stop":1729034536097,"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":"8e080b79384118c0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536098,"stop":1729034536099,"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":"72c9057ec25c4b7e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536098,"stop":1729034536098,"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":"dab7c11e8c391a75","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536098,"stop":1729034536098,"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":"7cb652a637eca1d3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536099,"stop":1729034536099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"1085f7a2e283e37","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536100,"stop":1729034536100,"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":"b8ca59d374fcebfd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536100,"stop":1729034536101,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"aa14d6ca5b998dea","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536100,"stop":1729034536100,"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":"3e2658d9b5c14ddd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536101,"stop":1729034536101,"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":"222368b63cff5049","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536101,"stop":1729034536101,"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":"cdf7e29d5e72223e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536102,"stop":1729034536102,"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":"c96f2bdb7ca5709","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536102,"stop":1729034536102,"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":"7987935a8b8bde5e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536106,"stop":1729034536106,"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":"fdc47744d79be319","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536106,"stop":1729034536106,"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":"ce3945173a710377","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536107,"stop":1729034536108,"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":"4598952150450906","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536107,"stop":1729034536107,"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":"83cb1b0c3c29f0ea","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536108,"stop":1729034536108,"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":"94516b105e894025","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536108,"stop":1729034536108,"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":"bf0000bb3fc7aebe","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536109,"stop":1729034536109,"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":"69929a6f829837c4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536109,"stop":1729034536109,"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":"46b00a9c4e9cb0bf","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536110,"stop":1729034536110,"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":"c4e74a09071c6855","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536110,"stop":1729034536110,"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":"5c63ea6bf0dc1762","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536111,"stop":1729034536111,"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":"dd506bcf59de98bd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536111,"stop":1729034536112,"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":"d1b0bf4349119acf","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1729034536111,"stop":1729034536111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5dc97a320ab0e88ae621c2d48170bb29"},{"name":"Ping on subscribed peer","uid":"5b66158e2538b4fa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034435409,"stop":1729034435410,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"467d85a813e83a2c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034435410,"stop":1729034435411,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"3889080da7fdfe23","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034435411,"stop":1729034435412,"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":"6fd3785af57e1713","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034435412,"stop":1729034435413,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"b563f276c5743170","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034435415,"stop":1729034435416,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"6c4b89a506fcbe94","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034435415,"stop":1729034435415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"ce7a72e6d7f1c1f3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034435416,"stop":1729034435416,"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":"56e7a4b6bc960104","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034435420,"stop":1729034435421,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"44c28eb4d98134b7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034470386,"stop":1729034470386,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"b810afd4aff3477","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034470386,"stop":1729034470387,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"38e4e348d549d9d4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034470387,"stop":1729034470387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"d740f32dcac14125","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034470387,"stop":1729034470387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"7dc62d269b6599c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034470387,"stop":1729034470391,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"4cd9a4b1d4775507","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034470391,"stop":1729034470391,"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":"cc35ddd914917086","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034470391,"stop":1729034470391,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"2302021be6c3af66","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034470391,"stop":1729034470394,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer for Filter on peer:disconnect event","uid":"c869d5e737df4ec0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034470395,"stop":1729034470395,"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":"e79abdc7a4fb9f87","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034536776,"stop":1729034536776,"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":"c180e1b9743f644d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034536776,"stop":1729034536776,"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":"a9ede440945eef98","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034536776,"stop":1729034536784,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"2ef611c5a409a067","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034536785,"stop":1729034536785,"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":"52ddf15503a21dd3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034536785,"stop":1729034536785,"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":"eaf84a5c88c17d58","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034536785,"stop":1729034536786,"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":"9a4f0c58a1844e0c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034536786,"stop":1729034536786,"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":"6d2ec3641277d2c3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034536786,"stop":1729034536789,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"ef8f14a2e16729e2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034536789,"stop":1729034536790,"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":"7258e9497d0d3330","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034536789,"stop":1729034536789,"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":"8947fe04298a8c49","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034536790,"stop":1729034536790,"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":"23bddc7f47bba6bb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034536790,"stop":1729034536793,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"bccfaa303878c43","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611648,"stop":1729034611649,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"933841381ccd2876","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611649,"stop":1729034611649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"a47a22cb1bafa50e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611649,"stop":1729034611650,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"7549829b2c944fad","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611651,"stop":1729034611651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"9ae3561366abdd6b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611651,"stop":1729034611651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"afc5a0243271ff79","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611652,"stop":1729034611652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"948187d0b4f709c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611652,"stop":1729034611653,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"8863958ebd444621","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611652,"stop":1729034611652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"4d7c93dcd94e0f44","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611653,"stop":1729034611654,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"825ec27836cd2311","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611653,"stop":1729034611653,"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":"aed53a11f637ac55","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611654,"stop":1729034611655,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"7505a8673951785","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611655,"stop":1729034611655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"a05c51d4684af1d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611655,"stop":1729034611656,"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":"ce8156f212ea0716","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611656,"stop":1729034611657,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"ed79a3fadf626b08","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611656,"stop":1729034611656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391567000000 ","uid":"a24e9ca13279a762","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611657,"stop":1729034611657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"91356f741e5bfcc4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611657,"stop":1729034611657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"311620d3bd5a1c06","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611658,"stop":1729034611659,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391567 ","uid":"ca54dedac563ea7f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611658,"stop":1729034611658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a5eaaa30256ee13a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611660,"stop":1729034611661,"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":"24bb30cc8349b3ac","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611661,"stop":1729034611662,"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":"9eed3c1a6bb4ab2c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611662,"stop":1729034611662,"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":"d3c643fec7436bca","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611663,"stop":1729034611663,"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":"5e9faf8611a1084e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611663,"stop":1729034611663,"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":"b26a4327640b7b70","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611663,"stop":1729034611664,"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":"d75761a71f86bae","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1729034611664,"stop":1729034611664,"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":"37f2b9731495019b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1729034611664,"stop":1729034611664,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"47dadd5c2c3461b1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611665,"stop":1729034611665,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"5e072307eabdf834","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611665,"stop":1729034611665,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"feba83822268e790","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611666,"stop":1729034611667,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"788410fd4d7045cb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611666,"stop":1729034611666,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"244182d39a0ebb5b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611676,"stop":1729034611677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"74c745596f3cde87","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611677,"stop":1729034611677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"2674d9522b3ddaaf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611678,"stop":1729034611678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e1a761e22a177380","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611678,"stop":1729034611678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"c80acfa1349559dc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611679,"stop":1729034611679,"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":"e2d7efa86ee3f981","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611679,"stop":1729034611680,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"da8dbdb2e853d503","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611679,"stop":1729034611679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"91c28b51cd9940af","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611680,"stop":1729034611680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"aed7097633632a1c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611680,"stop":1729034611681,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"7dfb4df3f42cab4b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611681,"stop":1729034611681,"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":"8b94c75b7b03d018","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611681,"stop":1729034611681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"43622ec04811649b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611682,"stop":1729034611682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391567000000 ","uid":"fbdbf4a21ee991f9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611682,"stop":1729034611682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391567 ","uid":"962f3bb37d4940c4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611682,"stop":1729034611683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"5f804ec9fceb9a37","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611683,"stop":1729034611684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"839643a7fe2e786e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611683,"stop":1729034611683,"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":"445b7828e0c7ea3c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611684,"stop":1729034611685,"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":"b2494f36040f2d6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611684,"stop":1729034611684,"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":"58454c45877a86f3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611685,"stop":1729034611687,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"cfa69bc45f1c4cc4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611685,"stop":1729034611685,"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":"e5d306bd1a1b5a1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034611685,"stop":1729034611685,"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":"6453eb18170b42ca","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1729034611687,"stop":1729034611689,"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":"2d0e5212b4e21b84","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1729034611689,"stop":1729034611689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"b1b5820b096a38ea","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704489,"stop":1729034704489,"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":"257791978f2f4e4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704489,"stop":1729034704489,"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":"3df0bf90631ed451","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704490,"stop":1729034704490,"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":"b3c71fff84aadc99","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704490,"stop":1729034704490,"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":"3b506127ae3e5abc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704490,"stop":1729034704490,"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":"58979c1ce32463b8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704490,"stop":1729034704491,"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":"593823e34cb8014e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704491,"stop":1729034704491,"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":"ed7a50b7047cbb03","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704491,"stop":1729034704491,"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":"658fa45bf6762a68","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704491,"stop":1729034704491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"42f88e5d3badf276","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704492,"stop":1729034704492,"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":"cd2c5cff43bba63a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704492,"stop":1729034704492,"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":"ba3f9623c325d02f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704492,"stop":1729034704493,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"aec34ed9a0e578b5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704492,"stop":1729034704492,"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":"7127178dfcecffe8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704493,"stop":1729034704493,"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":"d97d043614eb23de","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704493,"stop":1729034704493,"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":"d785b08bcdb6d427","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704493,"stop":1729034704493,"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":"d97fe66138014db9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704494,"stop":1729034704494,"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":"ffcc039f5d06f90b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704494,"stop":1729034704494,"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":"e5a01902125afb3a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704494,"stop":1729034704495,"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":"6c801c749417ee7b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704495,"stop":1729034704495,"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":"30256a4e4c5e97","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704495,"stop":1729034704495,"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":"ccb656f565b479c8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704496,"stop":1729034704497,"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":"2931aeba593f5cd6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704496,"stop":1729034704496,"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":"cea278c62cf783df","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704496,"stop":1729034704496,"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":"69fc4672b2c5754d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704497,"stop":1729034704498,"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":"4560a557450dcb0d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704497,"stop":1729034704497,"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":"95b6cd153284d511","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704498,"stop":1729034704498,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"6cea474dab07d011","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704498,"stop":1729034704499,"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":"3f58931c99a797a0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704498,"stop":1729034704498,"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":"d285132045de8f8e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704499,"stop":1729034704500,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"5210eeee413c1fd9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704499,"stop":1729034704499,"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":"a7ddf2c0394c8cbd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704500,"stop":1729034704500,"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":"1cce478a8630b11f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704500,"stop":1729034704500,"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":"cf0a6c9a18645016","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704501,"stop":1729034704501,"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":"d157c8929aa70191","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704501,"stop":1729034704501,"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":"100553a92b1a6add","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704501,"stop":1729034704502,"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":"b867761900d7ba1a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704502,"stop":1729034704502,"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":"3dcaf858f2b8e87c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704502,"stop":1729034704502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"1330101adb05030a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704502,"stop":1729034704503,"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":"eae4aa728e4a866","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704503,"stop":1729034704503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"9e40d1b816edf3c4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704503,"stop":1729034704503,"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":"970da0fc65fbcc94","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704503,"stop":1729034704504,"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":"521aa51615689c2f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704504,"stop":1729034704505,"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":"2360e41fcb8436ee","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704504,"stop":1729034704504,"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":"fb93ce90475f79c0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704504,"stop":1729034704504,"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":"73b9dfaee445f3dd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704505,"stop":1729034704505,"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":"a07402179e9ac5ff","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704505,"stop":1729034704506,"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":"f0b4be503b185851","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704506,"stop":1729034704506,"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":"36b1cd4d89e7a09a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704506,"stop":1729034704507,"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":"b0ddc5e12eb54512","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704506,"stop":1729034704506,"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":"60bfdcfe8957b32e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704507,"stop":1729034704507,"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":"906024f47bba2086","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704507,"stop":1729034704508,"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":"1d5787334334d83d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704508,"stop":1729034704508,"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":"58e2f61f18684d6c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704508,"stop":1729034704509,"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":"9d0007188e90e449","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704508,"stop":1729034704508,"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":"726eed9214cf7abf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704509,"stop":1729034704509,"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":"6d8b428c8cf80e5f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704510,"stop":1729034704510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"b3e985464dbb815e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1729034704510,"stop":1729034704510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c"},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"e5479d5b2669238e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472931,"stop":1729034472931,"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":"71d063f3a0ad3343","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472931,"stop":1729034472931,"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":"8afa16ecfddccdd5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472932,"stop":1729034472932,"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":"807bfab0ab7db6ac","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472932,"stop":1729034472939,"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":"3ca24f99a1a9dc24","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472939,"stop":1729034472940,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"370dc87f8ed0311e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472941,"stop":1729034472941,"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":"e3ede631e07be19c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472941,"stop":1729034472942,"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":"4536c88c9cc80a2b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472942,"stop":1729034472943,"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":"2d0aff9821d8abac","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472942,"stop":1729034472942,"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":"4bf75811c139f700","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472947,"stop":1729034472948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"283fd429ea82bdea","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472949,"stop":1729034472949,"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":"b62cab171eaca4e2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472949,"stop":1729034472950,"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":"3d67a4c3b211f2a5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472950,"stop":1729034472950,"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":"87d341385a21bbcf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472950,"stop":1729034472951,"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":"6979f145a94f2d77","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472963,"stop":1729034472964,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"789e6da66bec244e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472965,"stop":1729034472967,"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 4 bootstrap peers","uid":"13ee14eb12124263","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472967,"stop":1729034472968,"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 4 bootstrap peers","uid":"7998a58084276c14","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472975,"stop":1729034472976,"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":"ad96767a12c5b704","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472976,"stop":1729034472976,"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":"4d6ee0e8af117d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472976,"stop":1729034472977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"accb193aebffdfb5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472982,"stop":1729034472982,"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":"16ce65e6de88e475","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472982,"stop":1729034472983,"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":"4ba3fd5c9923c490","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472983,"stop":1729034472983,"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":"d6d2881525dc5434","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472983,"stop":1729034472984,"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":"6e642d8f3a3f8313","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472984,"stop":1729034472984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"fabf0d589a1f2447","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472984,"stop":1729034472984,"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":"8ce8e575ab54cc41","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472985,"stop":1729034472986,"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 6 bootstrap peers","uid":"6d07ffeac9b4e497","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472986,"stop":1729034472987,"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 6 bootstrap peers","uid":"2e226b76e30a2996","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472987,"stop":1729034472987,"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":"fd372790e44fb7c6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472987,"stop":1729034472988,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"65fc408483854dc8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472988,"stop":1729034472988,"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":"1a9f93dd3ceb3b70","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472988,"stop":1729034472989,"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":"50234e3899be93f1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472989,"stop":1729034472989,"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":"b6d25c9783cd9d37","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472989,"stop":1729034472990,"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":"98e4bcb6758633be","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472990,"stop":1729034472990,"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":"4042686041f9b7dc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034472990,"stop":1729034472991,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"health-manager","children":[{"name":"LightPush: 0 peers, Filter: 1 peers","uid":"db90dd34b06f2769","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473210,"stop":1729034473211,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers","uid":"820dd83ca5cdd11","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473210,"stop":1729034473210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers","uid":"5579e22f0d2569d6","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473211,"stop":1729034473211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers","uid":"84fcf69ea18f9e47","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473211,"stop":1729034473211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers","uid":"7bae492ebd813f04","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473212,"stop":1729034473212,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers","uid":"b754c72e64a6e5aa","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473212,"stop":1729034473213,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers","uid":"2656fba675c68f32","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473213,"stop":1729034473214,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers","uid":"e979cc89671c51c","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473214,"stop":1729034473215,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers","uid":"d8452c2b0e17958e","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473215,"stop":1729034473216,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers","uid":"ff6dd72ebad3868","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473216,"stop":1729034473216,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers","uid":"4ba91784e91123e5","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473216,"stop":1729034473217,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers","uid":"8485e6bcae2a1cf","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473217,"stop":1729034473218,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers","uid":"b8291f0e36d88793","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473219,"stop":1729034473220,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers","uid":"4409be8d5b5f2553","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473221,"stop":1729034473222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers","uid":"4503c5f5c3e064a5","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473222,"stop":1729034473223,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers","uid":"775a1d39e0328509","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473222,"stop":1729034473222,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 0 connections","uid":"74d64e06fe676770","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473400,"stop":1729034473401,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"c7ac0008b40872dc","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473401,"stop":1729034473406,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"ab5b529dcb692f5b","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473401,"stop":1729034473401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"ee890905b33e2ff0","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473406,"stop":1729034473407,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"43f6956e7141c7e6","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473407,"stop":1729034473407,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"f70b2bfbbd45f5c2","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473407,"stop":1729034473408,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"da4540b57c86889d","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473407,"stop":1729034473407,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"b00ce4fddc8a2c4","parentUid":"a0d1303cd6ce324c57cf3d1ad0dad029","status":"skipped","time":{"start":1729034473408,"stop":1729034473408,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a0d1303cd6ce324c57cf3d1ad0dad029"},{"name":"A test","uid":"b5eadac2594df6fc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034537007,"stop":1729034537008,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"fb7f69f368614efa","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034537008,"stop":1729034537008,"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":"d7c538fa5a9917e5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034558117,"stop":1729034558118,"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":"4251ef98edc647db","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034558118,"stop":1729034558119,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"78c6909dabc5d152","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034558119,"stop":1729034558119,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"a647c4f1e59ee489","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034558120,"stop":1729034558120,"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":"2003724b05fc8a18","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034558120,"stop":1729034558120,"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":"2d61cb4dd453def2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034558121,"stop":1729034558121,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"912d46473d378dc3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034561705,"stop":1729034561706,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"358ca88f962b7fec","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034561706,"stop":1729034561706,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"cf61fdec4db3822","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034561791,"stop":1729034561792,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"light-push","children":[{"name":"single_node","children":[{"name":"Push message on custom pubsubTopic","uid":"aca9bb4949a0ed5d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034565827,"stop":1729034565827,"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":"22f5bce6fe78ddf9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034565828,"stop":1729034565830,"duration":2},"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":"ef7282f966873272","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034565830,"stop":1729034565831,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"9775802917eb5b7a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034565832,"stop":1729034565832,"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":"ac59a6ada4a9bd56","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034565833,"stop":1729034565833,"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":"e4a63ca6b1c58e04","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034565834,"stop":1729034565835,"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":"90123cc854a71929","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034565836,"stop":1729034565836,"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":"835aaf68785cb98d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034565836,"stop":1729034565837,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"18ca000aeb7cdf38","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034565836,"stop":1729034565836,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"c0f9ceb37a91a03a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617746,"stop":1729034617747,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"f39622aa7e7523fd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617747,"stop":1729034617747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"3440c2aecbcb8d8f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617748,"stop":1729034617748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"4f223405ce9539b2","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617748,"stop":1729034617749,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"82878ccbd175e37f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617749,"stop":1729034617749,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"290642b436c9d9f9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617749,"stop":1729034617750,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"d1da78246683e887","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617750,"stop":1729034617750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"55d0ab01ea831a96","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617750,"stop":1729034617751,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"d04667d687da8f2b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617751,"stop":1729034617752,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"be4df633c1f83db9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617752,"stop":1729034617752,"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":"bc108c11934d0087","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617753,"stop":1729034617753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"2b8c74643ad752fd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617753,"stop":1729034617753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"d7cfc384313eac3a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617754,"stop":1729034617754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"a451b8b426ef7bdd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617755,"stop":1729034617756,"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":"386924099e8ac11b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617756,"stop":1729034617756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"1f8f8e48ed49263d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617757,"stop":1729034617757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"d67d53e3c7dd22ed","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617757,"stop":1729034617758,"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":"ee968f11acf7d0df","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617758,"stop":1729034617758,"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":"338a0c6ca41ae96","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617758,"stop":1729034617759,"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":"14bf986f1cfdd8b1","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617759,"stop":1729034617760,"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":"5e02166a29fd59f2","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617759,"stop":1729034617759,"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":"c63179cf3eb1ed6f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617760,"stop":1729034617760,"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":"d9240e92b2616237","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617760,"stop":1729034617761,"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":"3176cea69f1a259c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617761,"stop":1729034617762,"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":"439e60e83ba2c9bc","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617762,"stop":1729034617762,"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":"f1e05212e0da81c8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617763,"stop":1729034617763,"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":"7b149e77e4542e72","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617763,"stop":1729034617763,"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":"a4846dce26d31087","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617764,"stop":1729034617764,"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":"58b73bceccb8c6f5","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617764,"stop":1729034617764,"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":"d9224c9ee32b20e1","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617765,"stop":1729034617765,"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":"cc7f38ef59d67ab","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617765,"stop":1729034617766,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"6ef42633973d885f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617765,"stop":1729034617765,"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":"7ef49cacd1c822a4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617766,"stop":1729034617767,"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":"48a5d67397949fdb","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617766,"stop":1729034617766,"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":"3589f827774069b9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617766,"stop":1729034617766,"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":"ee696c8f882c5b51","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617767,"stop":1729034617768,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"89b64c2f3cf4b551","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617767,"stop":1729034617767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"667c9d9baade11ba","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617768,"stop":1729034617768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1698276107155","uid":"638f5f4b926daeae","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617769,"stop":1729034617771,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729030907155","uid":"3f2ac4d1b5a3a1f9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617771,"stop":1729034617771,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729038107155","uid":"78b11314d8bdfcda","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617771,"stop":1729034617776,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"d87e2e882ba495e4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617777,"stop":1729034617778,"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":"5cf25a762956d1f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1729034617779,"stop":1729034617780,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"44710b6012b98874a5a6e1da18843026"},{"name":"Push message with long payload","uid":"d1ced3437b569f0e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631246,"stop":1729034631247,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"11c68079871cf1ef","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631246,"stop":1729034631246,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"cf56ab61eb0e1d8f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631247,"stop":1729034631248,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"fe76ed9c60785c09","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631247,"stop":1729034631247,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"bd476cd57a4de752","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631248,"stop":1729034631248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"13a8a336f24e9578","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631248,"stop":1729034631248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"1c38576857808b44","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631249,"stop":1729034631249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"35c6d8f2f8ca70c5","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631249,"stop":1729034631249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"e4132d58ff799ea2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631249,"stop":1729034631250,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"42d1a76a90d9ccaa","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631250,"stop":1729034631250,"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":"355c324f3a3cf336","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631250,"stop":1729034631251,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"228d9d52124a6364","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631251,"stop":1729034631251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"dd63d8656417eb39","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631251,"stop":1729034631251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"2a1214158ad0cf17","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631252,"stop":1729034631252,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"6eb6ded9d9cc33cf","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631252,"stop":1729034631253,"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":"82e57ab9dd917bb0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631252,"stop":1729034631252,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"94b38833d592def9","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631253,"stop":1729034631253,"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":"9f42509580086123","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631253,"stop":1729034631254,"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":"f68ff169f5f1eb1b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631254,"stop":1729034631255,"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":"8f0a4e678403b571","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631254,"stop":1729034631254,"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":"5f37b904f0491f58","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631255,"stop":1729034631255,"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":"a2f086f523122482","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631255,"stop":1729034631256,"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":"208fcfc79a2e9c58","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631257,"stop":1729034631257,"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":"af2412f3af23e3d8","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631257,"stop":1729034631257,"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":"3d8f9349d857131f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631258,"stop":1729034631258,"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":"2ca10c2d1aed40f9","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631258,"stop":1729034631259,"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":"2d837904a920b901","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631258,"stop":1729034631258,"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":"dc3442e6a4c34563","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631259,"stop":1729034631259,"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":"38345e1e2d24eea7","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631259,"stop":1729034631259,"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":"349f2c8d69db6128","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631260,"stop":1729034631261,"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":"f4b51e13833a658b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631260,"stop":1729034631260,"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":"c6a4da87be4e745a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631260,"stop":1729034631260,"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":"421e5e0cd1e74955","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631261,"stop":1729034631261,"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":"55eb1e542d22be6d","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631261,"stop":1729034631262,"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":"dd22a1a626b63237","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631261,"stop":1729034631261,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"81a6a9e7fee63520","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631262,"stop":1729034631262,"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":"a2687993981cf46a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631263,"stop":1729034631263,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1698276073747","uid":"7a25323175c24e55","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631263,"stop":1729034631264,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"499d87fee9e7e901","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631263,"stop":1729034631263,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729038073747","uid":"9ba750cc30ea19f2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631264,"stop":1729034631264,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729030873747","uid":"ab974c5cc76de033","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631264,"stop":1729034631264,"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":"d4459ac3e00ba515","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631265,"stop":1729034631265,"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":"5cd6c592c309e041","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1729034631266,"stop":1729034631266,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"98e37ab0d2f3142a847ff2af3729b84a"},{"name":"peer-exchange","children":[{"name":"Should update multiaddrs","uid":"e900e131588c3ff0","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034566434,"stop":1729034566435,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"5a03517160f4c8a6","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034566435,"stop":1729034566436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"6715c2aca82e2fd3","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1729034612084,"stop":1729034612085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"5ed746fd979f7cf2","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1729034612084,"stop":1729034612084,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"b5f2cbdb34df41bb","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1729034612085,"stop":1729034612085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"5e5e8f97a1eec12a","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1729034612085,"stop":1729034612085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"280e584c6fe3b6f9","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034645142,"stop":1729034645144,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"b2b1d62226f98e53","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1729034645145,"stop":1729034645146,"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":"3f76ef8f93a93d24","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1729034645145,"stop":1729034645145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"69cc5c6290df2345","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034645146,"stop":1729034645146,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"38833d62a5170431","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034655441,"stop":1729034655442,"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":"72e663472e47592d","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034655442,"stop":1729034655443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"d8a544ac4e8be1cb","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034655442,"stop":1729034655442,"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":"4873e0b2f7d16792","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034655443,"stop":1729034655443,"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":"a44d22cc32c1f22e","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034655443,"stop":1729034655443,"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":"7e63abce01c2fa78","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034655444,"stop":1729034655444,"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":"59d96e9a94dd2bf1","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1729034655444,"stop":1729034655444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ef8d9d8d0b79273c940aa0977046302c"},{"name":"relay","children":[{"name":"Decrypt messages","uid":"7033e93fced772a1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034614966,"stop":1729034614966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"c7de29dd1e4d3da4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034614967,"stop":1729034614967,"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":"90db54f39f34d6ed","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034626850,"stop":1729034626851,"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":"434a39bc0e73f8d2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034626850,"stop":1729034626850,"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":"4f2671efc06931d2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034626851,"stop":1729034626851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"5e631a4785c688f8","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034626851,"stop":1729034626851,"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":"cb882394c05a4112","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034626852,"stop":1729034626852,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"7abb81715377b784","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034626852,"stop":1729034626853,"duration":1},"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":"db1862935408402c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034626852,"stop":1729034626852,"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":"bd8dba9117c564f4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034626853,"stop":1729034626853,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"f14c310b9538237","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034630104,"stop":1729034630105,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"fd6ea38db17cbcf1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034630105,"stop":1729034630106,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"cd79d74ffc2ce711","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034630105,"stop":1729034630105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"eb600e826e05342","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034630106,"stop":1729034630106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"d189863c3dea04c0","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636306,"stop":1729034636306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"ac74e4d08e2fae6b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636307,"stop":1729034636308,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"1f0963718de2c9c2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636308,"stop":1729034636308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"83f6393b90e76f5e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636308,"stop":1729034636309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"6e60e7764f68b78b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636309,"stop":1729034636310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"e4abf700cc9a7834","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636309,"stop":1729034636309,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"650bb5b70d795a18","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636310,"stop":1729034636310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"95a1d847131a899a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636310,"stop":1729034636311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"5f61f57c4ade81eb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636311,"stop":1729034636311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"8b597629df0abdac","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636311,"stop":1729034636311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"d07fa758a41fd729","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636312,"stop":1729034636312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"87afd9333611cdee","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636312,"stop":1729034636313,"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":"f69bd7f77c219118","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636312,"stop":1729034636312,"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":"f85a385da8a6fe11","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636313,"stop":1729034636314,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"c4574242a438db2e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636313,"stop":1729034636313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"d8658b6529b73340","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636314,"stop":1729034636314,"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":"efe1a1a605f09758","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636314,"stop":1729034636315,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 16 2024 00:23:47 GMT+0000 (Coordinated Universal Time)","uid":"393c7ed1dae02240","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636315,"stop":1729034636316,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Oct 15 2024 22:23:47 GMT+0000 (Coordinated Universal Time)","uid":"fe5b2daacade46fb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636315,"stop":1729034636315,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 25 2023 23:23:47 GMT+0000 (Coordinated Universal Time)","uid":"beaf76cd9f000aa8","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636315,"stop":1729034636315,"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":"9f02dd1a99d02f9a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636316,"stop":1729034636319,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"96643571910d1547","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636316,"stop":1729034636316,"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":"76d43945d090ec39","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636319,"stop":1729034636322,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"6b417682756934b7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636322,"stop":1729034636322,"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":"50fc1f3233c4770b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636323,"stop":1729034636323,"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":"c1eb573f3dbbedbe","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1729034636323,"stop":1729034636323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"a9a2c62e6964c69f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1729034636323,"stop":1729034636323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"af16ad39ac82cb9c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636324,"stop":1729034636324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"4ad4abe3e8d623ef","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034636324,"stop":1729034636324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"33a437f83293fd24","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640504,"stop":1729034640505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"ae36504ee291e6c1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640505,"stop":1729034640505,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"7d79e101e857f99e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640508,"stop":1729034640508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"2bdbd29f6ec1c706","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640509,"stop":1729034640511,"duration":2},"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":"37a9082755408cab","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640511,"stop":1729034640512,"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":"964c9d2dc9a92620","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640511,"stop":1729034640511,"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":"c4e6c39fa36ecf9e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640512,"stop":1729034640512,"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":"48a5680f862134b9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640512,"stop":1729034640512,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"a8987fba15980fae","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1729034640513,"stop":1729034640517,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"4a2ea1d78d2d310","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640517,"stop":1729034640520,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"bfd60e52d76c7605","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1729034640517,"stop":1729034640517,"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":"320aa6f679d62665","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640520,"stop":1729034640521,"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":"41bcd41bb623eacd","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640521,"stop":1729034640521,"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":"d5f835aabe04084b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640522,"stop":1729034640523,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"3da90664d058291b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640523,"stop":1729034640524,"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":"1f3499efa0df51f7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640524,"stop":1729034640524,"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":"d266b047d5314977","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640524,"stop":1729034640524,"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":"ba64f8b4c0861758","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640525,"stop":1729034640525,"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":"5872bd9ccdd1e627","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640525,"stop":1729034640525,"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":"dc47413c8207c857","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640525,"stop":1729034640526,"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":"af1640251146c9ae","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640526,"stop":1729034640526,"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":"14ee1560ef23bdac","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640526,"stop":1729034640526,"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":"734e9f55eb05dfe","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640527,"stop":1729034640527,"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":"b17ba7838f7bcd58","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640527,"stop":1729034640527,"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":"9278b868f44b78d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640528,"stop":1729034640528,"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":"c0b3a46ff254ec95","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1729034640528,"stop":1729034640528,"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":"96d533fab9f3b4cb","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034656457,"stop":1729034656459,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"5bf10075908efe0c","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034656459,"stop":1729034656459,"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: /app35/10/topic983/json","uid":"e405261e1e334e93","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034656461,"stop":1729034656463,"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: /app3/4/topic356/utf8","uid":"16bf0f07f51ec695","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034656464,"stop":1729034656465,"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: /app98/6/topic677/proto","uid":"c4d1e5c35e87bcf9","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034656464,"stop":1729034656464,"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: /app63/7/topic981/utf8","uid":"d542d150995e90e3","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034656464,"stop":1729034656464,"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: /app33/1/topic385/xml","uid":"f5b6e64b36da5fdc","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034656465,"stop":1729034656465,"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: /app35/4/topic967/json","uid":"f93a9b54b36bd5f7","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034656465,"stop":1729034656465,"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: /app61/3/topic302/test.js","uid":"18af7a3a33fbc145","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034656466,"stop":1729034656466,"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: /app7/4/topic303/json","uid":"1bac7ef54850b90d","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034656466,"stop":1729034656467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app31/9/topic522/json","uid":"1085b06ecf9a991f","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034656466,"stop":1729034656466,"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: /app74/1/topic712/proto","uid":"8c1815fc7296513e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034656472,"stop":1729034656472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"2476a4abf3c57ee1","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034656472,"stop":1729034656472,"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":"ca330b4c8d94138a","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034656473,"stop":1729034656473,"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":"ac98161b7f033c16","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034656473,"stop":1729034656473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"e7cda2971532c3e1","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034656474,"stop":1729034656474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"68feb3d40405137e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034668590,"stop":1729034668590,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"4891ef54a5af70a8","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034668591,"stop":1729034668591,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 424, Shard ID: 715","uid":"e6bfca7d3e68f5dd","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034668591,"stop":1729034668595,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 822, Shard ID: 602","uid":"e695555dc53902af","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034668595,"stop":1729034668595,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 49, Shard ID: 205","uid":"553f32e10ce06954","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034668595,"stop":1729034668596,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 711, Shard ID: 923","uid":"dd5d48291f2b50cf","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034668596,"stop":1729034668597,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 361, Shard ID: 124","uid":"84e70a4b1f55ad7e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034668598,"stop":1729034668598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 558, Shard ID: 680","uid":"dc674749269eb97a","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034668598,"stop":1729034668598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 592, Shard ID: 217","uid":"32c864b71237b8d8","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034668599,"stop":1729034668605,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 160, Shard ID: 792","uid":"3adc90b86effd2ab","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034668608,"stop":1729034668608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 416, Shard ID: 591","uid":"523c4b4fab001cc6","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034668609,"stop":1729034668609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 998, Shard ID: 906","uid":"5c5c5f44de6c26ff","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034668609,"stop":1729034668609,"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":"f20c0e293677ac3e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034668610,"stop":1729034668611,"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":"9c0ca4158bfbe244","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034668611,"stop":1729034668611,"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":"c2d3513f3eecbda9","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034668612,"stop":1729034668612,"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":"255369d931d00ef5","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034781179,"stop":1729034781180,"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":"68cf8b5cf6a22f04","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034781180,"stop":1729034781180,"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":"38b1489aa4195034","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034781181,"stop":1729034781181,"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":"87907699cad4a671","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1729034781181,"stop":1729034781181,"duration":0},"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":"dd3e8186ba2979da","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034665576,"stop":1729034665577,"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":"ce21200b4f7d9ef2","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034665577,"stop":1729034665578,"duration":1},"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":"994423a9d76586ac","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034665577,"stop":1729034665577,"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":"f2c8363205552b1e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034665578,"stop":1729034665578,"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":"3a90abcfd8a42992","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034665578,"stop":1729034665578,"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":"e7f5963c9a77582","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034665579,"stop":1729034665580,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"676b537d6ec506","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034665584,"stop":1729034665584,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"8be48fb9c292c553","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034665584,"stop":1729034665584,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"fb37f56744e28e71","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034665585,"stop":1729034665589,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"979d0fb73768c04e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034682670,"stop":1729034682671,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"574bad6a7c1b239a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034682671,"stop":1729034682671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"2d58d0e7e5af52a0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034682671,"stop":1729034682671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"8a0ff36e7d1e3863","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034682672,"stop":1729034682673,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"5c1226e4013558b7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034682672,"stop":1729034682672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"b6328243304101e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034682672,"stop":1729034682672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"951fd5ab8a9a7fda","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034682674,"stop":1729034682675,"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":"f7b46913f5448e76","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034682676,"stop":1729034682677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"725c2a85651a0243","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034682677,"stop":1729034682678,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"6f8388ee864d26b0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034682679,"stop":1729034682680,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"7be23513471effc1","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034682680,"stop":1729034682681,"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":"e44411b0f461912f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034682681,"stop":1729034682681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"830e2a662e6a8079","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034683699,"stop":1729034683699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"db60e09da7e6d704","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034683700,"stop":1729034683700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"bdfa54e38ce6e192","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034683700,"stop":1729034683700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"40d3bf589e6f561c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034683701,"stop":1729034683701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"7ce10eaee5d466ad","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034683701,"stop":1729034683701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"af116ccc9b19d47c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034683701,"stop":1729034683701,"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":"afefc03e93c9c8f2","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034693195,"stop":1729034693195,"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":"f98b13feb6582a0b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034693196,"stop":1729034693196,"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":"3c7089d31d3560e6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034693196,"stop":1729034693196,"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":"25a5150b6510d5b4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034693197,"stop":1729034693198,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"bef10b5b6b7b2649","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034694621,"stop":1729034694622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"ccc4d5fd2c587f44","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034694621,"stop":1729034694621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"9fb2cf18b0be0e7a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034694622,"stop":1729034694622,"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":"618f4f1e478abaca","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034694622,"stop":1729034694622,"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":"c63b98678db1b47b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034694623,"stop":1729034694623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"bb71a4057632094e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034694623,"stop":1729034694623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"8212e9e9b5855525","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034694624,"stop":1729034694624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"b3c836e9a04e13f3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034694624,"stop":1729034694624,"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":"3eb26ce764e9099e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034694625,"stop":1729034694626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"b917fa439c86377d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034696862,"stop":1729034696863,"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":"7f5f51995697dbf1","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034696863,"stop":1729034696864,"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":"5078aad504ccea28","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034696863,"stop":1729034696863,"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":"93dd897776aa322","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034696864,"stop":1729034696864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"98099ff6b3eb3165","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034696864,"stop":1729034696864,"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":"98362ad7f489ad77","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034696865,"stop":1729034696865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"e35facb0edce9e29","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034696865,"stop":1729034696865,"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":"8baff3b4e5a5fe3b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034696866,"stop":1729034696866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"918df4e67481cbf3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034696867,"stop":1729034696867,"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":"ef88f331dc5eeef9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034703308,"stop":1729034703309,"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":"5663e8800dee897b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034703309,"stop":1729034703310,"duration":1},"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":"826d8277c46e534","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034703310,"stop":1729034703310,"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":"7936feca9dd7b9dc","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034703310,"stop":1729034703311,"duration":1},"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":"1baeb8a9bcde869d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034703311,"stop":1729034703311,"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":"9d7585b9e744645a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034703311,"stop":1729034703311,"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":"1324414a36b19823","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034703312,"stop":1729034703312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"4ae2f10632e49bf","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034703313,"stop":1729034703313,"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":"64853306c48c8bd0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034708550,"stop":1729034708551,"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":"ef836391f33f5693","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034708551,"stop":1729034708551,"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":"96547764d09f7c6b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034708551,"stop":1729034708551,"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":"67f83597ab4cface","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034708552,"stop":1729034708552,"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":"754cb4c34eef0287","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034708552,"stop":1729034708552,"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":"deabd736f4fa496d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034708552,"stop":1729034708552,"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":"98723c358262385a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034708553,"stop":1729034708553,"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":"d973b8e129d9a53","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034708553,"stop":1729034708553,"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":"d1184dbea190e5e9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1729034708554,"stop":1729034708554,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"114c10befa13776855d75d77eed79619"},{"name":"creates an iterator","uid":"24423510ebc1db9a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034701148,"stop":1729034701153,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"2d557e6793cd8ce4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034701153,"stop":1729034701153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"1455f51200433924","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034701153,"stop":1729034701153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"2710b7083cf92f29","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034713699,"stop":1729034713700,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"4c451697f1c54e41","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034713700,"stop":1729034713700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"2d1bc9b4d0801533","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034713700,"stop":1729034713700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"b6873e964a091b03","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034713700,"stop":1729034713701,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"489f8b4479bd8b16","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034713701,"stop":1729034713701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"88a4c0eecc6f8edb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034713701,"stop":1729034713701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"478bd1c99e725f3e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034713702,"stop":1729034713702,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"9656edff3ac814ba","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034713702,"stop":1729034713703,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"e745e6a6d91bcb6a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034713702,"stop":1729034713702,"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":"5eb73c05e6ab9ec9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034728789,"stop":1729034728789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"f2de1133210fc71a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034728789,"stop":1729034728790,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"2eb589a2a97fc453","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034728789,"stop":1729034728789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"12127bb8ab829b46","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034728790,"stop":1729034728790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"39e2fec861e2d580","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034728790,"stop":1729034728790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"7ce868e722bbff0d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1729034728791,"stop":1729034728791,"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/7588/data/suites.csv b/7588/data/suites.csv index 3487df86bca..0791ed2f569 100644 --- a/7588/data/suites.csv +++ b/7588/data/suites.csv @@ -1,854 +1,882 @@ "Status","Start Time","Stop Time","Duration in ms","Parent Suite","Suite","Sub Suite","Test Class","Test Method","Name","Description" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing numeric and publish message","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","4","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/3/topic252/xml","" -"passed","Tue Oct 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 GMT 2024","0","Sets sharding configuration correctly","","","","","uses static shard pubsub topic instead of autosharding when set","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 0 peers","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","ensureValidContentTopic","","","","","does not throw on valid cases","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing shell command and receive message","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 3 peers","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Tue Oct 15 23:12:19 GMT 2024","Tue Oct 15 23:12:19 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on unsubscribed peer","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing XML","" -"passed","Tue Oct 15 23:11:40 GMT 2024","Tue Oct 15 23:11:40 GMT 2024","0","Dials","attemptDial method","","","","should be called at least once on all `peer:discovery` events","" -"passed","Tue Oct 15 23:16:28 GMT 2024","Tue Oct 15 23:16:28 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, Wrong PubsubTopic","" -"passed","Tue Oct 15 23:16:43 GMT 2024","Tue Oct 15 23:16:43 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is false","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","2","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 2 - Cluster ID: 10, Content Topic: /app93/1/topic622/proto","" -"passed","Tue Oct 15 23:11:02 GMT 2024","Tue Oct 15 23:11:02 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 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 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","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","Non TWN Cluster","" -"passed","Tue Oct 15 23:10:58 GMT 2024","Tue Oct 15 23:10:58 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 fetches","" -"passed","Tue Oct 15 23:12:19 GMT 2024","Tue Oct 15 23:12:19 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Reopen subscription with peer with lost subscription","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish messages on 2 different content topics","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic","" -"passed","Tue Oct 15 23:10:58 GMT 2024","Tue Oct 15 23:10:58 GMT 2024","1","DNS Node Discovery","","","","","caches peers it previously fetched","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","pushOrInitMapSet","","","","","Push to array if already present","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing emoji","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish 10000 messages on the same topic","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","5","Waku Filter V2: FilterPush","","","","","Check received message containing long","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Basic HTML tag and receive message","" -"passed","Tue Oct 15 23:11:14 GMT 2024","Tue Oct 15 23:11:14 GMT 2024","1","PeerManager","findAndAddPeers","","","","should log when no additional peers are found","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Script","" -"passed","Tue Oct 15 23:10:57 GMT 2024","Tue Oct 15 23:10:57 GMT 2024","1","ENRTree","","","","","ENRTree (branch): should error if DNS branch entry is mis-prefixed","" -"passed","Tue Oct 15 23:12:54 GMT 2024","Tue Oct 15 23:12:54 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Tracks peer failures correctly","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp6","" -"passed","Tue Oct 15 23:10:58 GMT 2024","Tue Oct 15 23:10:58 GMT 2024","1","DNS Node Discovery","","","","","it tolerates circular branch references","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","1","ENR","Multiaddr getters and setters","","","","should get / set TCP multiaddr","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","4","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 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 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing short","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Chinese","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Script and receive message","" -"passed","Tue Oct 15 23:16:40 GMT 2024","Tue Oct 15 23:16:40 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols enabled","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Arabic","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","3","Waku Filter V2: FilterPush","","","","","Check received message containing Basic HTML tag","" -"passed","Tue Oct 15 23:10:57 GMT 2024","Tue Oct 15 23:10:57 GMT 2024","1","Discovery","","","","","returns all values when wanted number is greater than available values","" -"passed","Tue Oct 15 23:11:18 GMT 2024","Tue Oct 15 23:11:18 GMT 2024","2","Message Validator","","","","","Accepts a valid Waku Message","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","ensureValidContentTopic","","","","","throws on empty content topic","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","0","Autosharding: Running Nodes","Others","","","","start node with empty content topic","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Refresh subscription","" -"passed","Tue Oct 15 23:10:57 GMT 2024","Tue Oct 15 23:10:57 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should parse a DNS tree entry","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","1","ENR","Txt codec","","","","should throw error - no public key","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /myapp/1/latest/proto to shard index 0","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Script","" -"passed","Tue Oct 15 23:10:49 GMT 2024","Tue Oct 15 23:10:49 GMT 2024","1","to proto message","","","","","Fields are not dropped","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /incorrect/format","" -"skipped","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after jswaku node is restarted","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only LIGHTPUSH enabled","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/\/1","" -"passed","Tue Oct 15 23:14:23 GMT 2024","Tue Oct 15 23:14:23 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, same shard: nodes connect","" -"passed","Tue Oct 15 23:11:02 GMT 2024","Tue Oct 15 23:11:02 GMT 2024","1","Local Storage Discovery","Unit Tests","","","","should load peers from local storage and dispatch events","" -"passed","Tue Oct 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only FILTER set to true","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rsv format (Bit Vector)","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only RELAY enabled","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with shell command payload","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with invalid timestamp is not received","" -"passed","Tue Oct 15 23:14:26 GMT 2024","Tue Oct 15 23:14:26 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","4","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","" -"passed","Tue Oct 15 23:12:19 GMT 2024","Tue Oct 15 23:12:19 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on peer without subscriptions","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","contentTopicToPubsubTopic","","","","","should use the provided clusterId for the pubsub topic","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/y/1","" -"passed","Tue Oct 15 23:16:17 GMT 2024","Tue Oct 15 23:16:17 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 7 - Cluster ID: 74, Shard ID: 219","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","LightPush with 1 connections","" -"skipped","Tue Oct 15 23:11:44 GMT 2024","Tue Oct 15 23:11:44 GMT 2024","1","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 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 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Basic HTML tag and receive message","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing shell command","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Refresh subscription","" -"passed","Tue Oct 15 23:11:39 GMT 2024","Tue Oct 15 23:11:39 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - encoder v0","" -"passed","Tue Oct 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to false","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp4","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" -"passed","Tue Oct 15 23:11:08 GMT 2024","Tue Oct 15 23:11:08 GMT 2024","2","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, no signature]","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","2","pushOrInitMapSet","","","","","Init the array if not present","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","5","Waku Relay, Subscribe","","","","","Subscribe to topic containing JSON and publish message","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only STORE enabled","" -"passed","Tue Oct 15 23:11:08 GMT 2024","Tue Oct 15 23:11:08 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rs format (Index List)","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","" -"passed","Tue Oct 15 23:12:22 GMT 2024","Tue Oct 15 23:12:22 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 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 15 23:10:36 GMT 2024","Tue Oct 15 23:10:36 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta size of 64 bytes)","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic for different network shard sizes","" -"passed","Tue Oct 15 23:11:44 GMT 2024","Tue Oct 15 23:11:44 GMT 2024","2","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should emit a peer event after start","" -"passed","Tue Oct 15 23:10:58 GMT 2024","Tue Oct 15 23:10:58 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 fetch","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","2","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing long and receive message","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /waku/2/content/test.js to shard index 1","" -"skipped","Tue Oct 15 23:15:48 GMT 2024","Tue Oct 15 23:15:48 GMT 2024","0","Peer Exchange","","","","","wrong wakuPeerExchangeDiscovery pubsub topic","" -"passed","Tue Oct 15 23:10:49 GMT 2024","Tue Oct 15 23:10:49 GMT 2024","2","selectOpenConnection","","","","","returns nothing if no connections present","" -"passed","Tue Oct 15 23:11:14 GMT 2024","Tue Oct 15 23:11:14 GMT 2024","1","PeerManager","removeExcessPeers","","","","should remove the specified number of excess peers","" -"passed","Tue Oct 15 23:12:54 GMT 2024","Tue Oct 15 23:12:54 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Keep-alive pings maintain the connection","" -"passed","Tue Oct 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 GMT 2024","0","Multiaddr from fields","","","","","tcp ip4 address","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","Wrong topic","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing unicode special characters","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","1","Autosharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" -"passed","Tue Oct 15 23:16:28 GMT 2024","Tue Oct 15 23:16:28 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, Multiple PubsubTopics","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 1 peers","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing shell command","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing escaped characters","" -"passed","Tue Oct 15 23:11:15 GMT 2024","Tue Oct 15 23:11:15 GMT 2024","1","waitForRemotePeer","","","","","should check connected peers if present and suitable","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 2 peers","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing special chars","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","Verify","","","","should return false","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Arabic","" -"passed","Tue Oct 15 23:14:27 GMT 2024","Tue Oct 15 23:14:27 GMT 2024","1","Peer Exchange Continuous Discovery","","","","","Should update multiaddrs","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","5","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push 30 different messages","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 7 - Cluster ID: 10, Content Topic: /app34/5/topic449/xml","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","determinePubsubTopic","","","","","should return a calculated topic if SingleShardInfo is provided","" -"skipped","Tue Oct 15 23:15:22 GMT 2024","Tue Oct 15 23:15:22 GMT 2024","1","Peer Exchange Query","","","","","less peers than existing","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing JSON","" -"passed","Tue Oct 15 23:10:36 GMT 2024","Tue Oct 15 23:10:36 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (no timestamp)","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Throws when trying to push message with empty payload","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Script and receive message","" -"passed","Tue Oct 15 23:11:08 GMT 2024","Tue Oct 15 23:11:08 GMT 2024","0","Waku Encryption","","","","","Symmetric encrypt & Decrypt","" -"passed","Tue Oct 15 23:16:17 GMT 2024","Tue Oct 15 23:16:17 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","Cluster ID 0 - Default/Global Cluster","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","4","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp4","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 20 messages","" -"passed","Tue Oct 15 23:16:28 GMT 2024","Tue Oct 15 23:16:28 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, No Decoder","" -"passed","Tue Oct 15 23:10:58 GMT 2024","Tue Oct 15 23:10:58 GMT 2024","1","DNS Node Discovery","","","","","ignores domain fetching errors","" -"passed","Tue Oct 15 23:12:13 GMT 2024","Tue Oct 15 23:12:13 GMT 2024","1","Public methods","","","","","addEventListener with correct event","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing short","" -"passed","Tue Oct 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 GMT 2024","0","filterPeersByDiscovery function","","","","","should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing numeric","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","" -"passed","Tue Oct 15 23:11:15 GMT 2024","Tue Oct 15 23:11:15 GMT 2024","0","waitForRemotePeer","","","","","should reject if Store is requested but not mounted","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with generation field greater than 0","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Chinese","" -"passed","Tue Oct 15 23:12:22 GMT 2024","Tue Oct 15 23:12:22 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 9 - Cluster ID: 10, Content Topic: /app58/7/topic58/proto","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","singleShardInfosToShardInfo","","","","","should throw an error for empty SingleShardInfos array","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Tue Oct 15 23:11:14 GMT 2024","Tue Oct 15 23:11:14 GMT 2024","0","PeerManager","getPeerCount","","","","should return the correct number of peers","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing long","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Basic HTML tag","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Tue Oct 15 23:12:13 GMT 2024","Tue Oct 15 23:12:13 GMT 2024","0","Public methods","","","","","removeEventListener with correct event","" -"skipped","Tue Oct 15 23:15:22 GMT 2024","Tue Oct 15 23:15:22 GMT 2024","0","Peer Exchange Query","","","","","more peers than existing","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with non string payload is not received","" -"passed","Tue Oct 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Tue Oct 15 23:16:53 GMT 2024","Tue Oct 15 23:16:53 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with different content topic format","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 6","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with unicode special characters payload","" -"passed","Tue Oct 15 23:16:17 GMT 2024","Tue Oct 15 23:16:17 GMT 2024","1","Static Sharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via waku relay post","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","0","Waku Store, cursor","","","","","Reusing cursor across nodes","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 2 peers","" -"passed","Tue Oct 15 23:11:44 GMT 2024","Tue Oct 15 23:11:44 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start and stop the service","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing unicode special characters and receive message","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 2 index when there are 4 messages","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing escaped characters","" -"passed","Tue Oct 15 23:16:48 GMT 2024","Tue Oct 15 23:16:48 GMT 2024","0","Waku Store, page size","","","","","Passing page size 19 when there are 20 messages","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","determinePubsubTopic","","","","","should return the pubsub topic directly if a string is provided","" -"passed","Tue Oct 15 23:11:09 GMT 2024","Tue Oct 15 23:11:09 GMT 2024","1","Ecies Encryption","","","","","Round trip binary encryption [ecies, no signature]","" -"passed","Tue Oct 15 23:16:28 GMT 2024","Tue Oct 15 23:16:28 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, Wrong PubsubTopic","" -"passed","Tue Oct 15 23:12:13 GMT 2024","Tue Oct 15 23:12:13 GMT 2024","0","Public methods","","","","","listenerCount","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Russian","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Chinese","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with rate limit","" -"passed","Tue Oct 15 23:11:15 GMT 2024","Tue Oct 15 23:11:15 GMT 2024","1","LightPush SDK","","","","","should fail to send if pubsub topics are misconfigured","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 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 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/27/sometopic/someencoding to shard index 5","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","3","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing special chars","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with wrong content topic","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 1 peers","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 2 peers","" -"passed","Tue Oct 15 23:11:44 GMT 2024","Tue Oct 15 23:11:44 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start the service","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","shardInfoToPubsubTopics","","","","","should throw an error if shards are undefined for static sharding","" -"passed","Tue Oct 15 23:16:40 GMT 2024","Tue Oct 15 23:16:40 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing unicode special characters","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","3","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1729033892688000000 ","" -"passed","Tue Oct 15 23:11:15 GMT 2024","Tue Oct 15 23:11:15 GMT 2024","1","waitForRemotePeer","","","","","should reject if Filter is requested but not mounted","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with meta","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing shell command","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty encoding field","" -"passed","Tue Oct 15 23:11:15 GMT 2024","Tue Oct 15 23:11:15 GMT 2024","0","waitForRemotePeer","","","","","should call waitForPeer on Relay","" -"passed","Tue Oct 15 23:16:31 GMT 2024","Tue Oct 15 23:16:31 GMT 2024","1","Waku Store, order","","","","","Query Generator - false","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups content topics by expected pubsub topic","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","Txt codec","","","","should decode valid ENR with multiaddrs successfully [shared test vector]","" -"passed","Tue Oct 15 23:12:05 GMT 2024","Tue Oct 15 23:12:05 GMT 2024","2","Connection state","","","","","should emit `waku:online` event only when first peer is connected","" -"passed","Tue Oct 15 23:10:57 GMT 2024","Tue Oct 15 23:10:57 GMT 2024","2","Discovery","","","","","returns all values when wanted number matches available values","" -"passed","Tue Oct 15 23:11:02 GMT 2024","Tue Oct 15 23:11:02 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","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","1","Waku Store, cursor","","","","","Passing invalid cursor","" -"passed","Tue Oct 15 23:12:05 GMT 2024","Tue Oct 15 23:12:05 GMT 2024","0","Connection state","","","","","isConnected between 2 js-waku relay nodes","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","" -"passed","Tue Oct 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 GMT 2024","1","ENR multiaddrs codec","","","","","Sample","" -"passed","Tue Oct 15 23:12:54 GMT 2024","Tue Oct 15 23:12:54 GMT 2024","3","Waku Filter: Peer Management: E2E","","","","","Renews peer on consistent missed messages","" -"passed","Tue Oct 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 GMT 2024","1","StreamManager","","","","","peer:update - should do nothing if another protocol hit","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should extract SingleShardInfo from a valid PubsubTopic","" -"passed","Tue Oct 15 23:14:26 GMT 2024","Tue Oct 15 23:14:26 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"skipped","Tue Oct 15 23:15:22 GMT 2024","Tue Oct 15 23:15:22 GMT 2024","0","Peer Exchange Query","","","","","non connected peers","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","1","ENR","Txt codec","","","","should decode valid enr with tcp successfully","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","Verify","","","","should throw error - no public key","" -"passed","Tue Oct 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 GMT 2024","1","Waku Message version 0","","","","","Round trip binary serialization","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","ensureShardingConfigured","","","","","should return valid sharding parameters for content topics autosharding","" -"passed","Tue Oct 15 23:16:02 GMT 2024","Tue Oct 15 23:16:02 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start the service","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Russian payload","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","3","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no payload is not received","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing long and receive message","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1949153314000 ","" -"skipped","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after jswaku node is restarted","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Tue Oct 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 GMT 2024","1","StreamManager","","","","","should return usable stream attached to connection","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","4","Waku Filter V2: FilterPush","","","","","Check received message containing escaped characters","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message with large meta","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 2 peers","" -"passed","Tue Oct 15 23:16:17 GMT 2024","Tue Oct 15 23:16:17 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","configure the node with multiple pubsub topics","" -"skipped","Tue Oct 15 23:10:58 GMT 2024","Tue Oct 15 23:10:58 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" -"passed","Tue Oct 15 23:15:24 GMT 2024","Tue Oct 15 23:15:24 GMT 2024","0","Waku Relay","","","","","Decrypt messages","" -"skipped","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after nwaku node is restarted","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","shardInfoToPubsubTopics","","","","","should return unique PubsubTopics for static sharding","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","3","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing escaped characters","" -"passed","Tue Oct 15 23:12:13 GMT 2024","Tue Oct 15 23:12:13 GMT 2024","0","Public methods","","","","","addEventListener with wrong event","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 0 connections","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","singleShardInfosToShardInfo","","","","","should throw an error for SingleShardInfos with different clusterIds","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing escaped characters","" -"passed","Tue Oct 15 23:14:26 GMT 2024","Tue Oct 15 23:14:26 GMT 2024","1","nwaku","","","","","Correctly serialized arguments","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with escaped characters payload","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages from multiple nwaku nodes","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should not throw an error when the topic is within a list of configured topics","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing unicode special characters","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 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 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1698275615236","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","contentTopicsByPubsubTopic","","","","","handles different clusterIds correctly","" -"passed","Tue Oct 15 23:11:02 GMT 2024","Tue Oct 15 23:11:02 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should handle corrupted local storage data gracefully","" -"passed","Tue Oct 15 23:15:48 GMT 2024","Tue Oct 15 23:15:48 GMT 2024","0","Peer Exchange","","","","","peerDiscovery without wakuPeerExchangeDiscovery","" -"passed","Tue Oct 15 23:14:26 GMT 2024","Tue Oct 15 23:14:26 GMT 2024","1","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Tue Oct 15 2024 22:15:37 GMT+0000 (Coordinated Universal Time)","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with XML payload","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs//1","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1729037615236","" -"passed","Tue Oct 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Tue Oct 15 23:12:45 GMT 2024","Tue Oct 15 23:12:45 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Tue Oct 15 23:11:44 GMT 2024","Tue Oct 15 23:11:44 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event before start","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no content topic is not received","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with rate limit","" -"passed","Tue Oct 15 23:16:40 GMT 2024","Tue Oct 15 23:16:40 GMT 2024","2","Waku Store (named sharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Tue Oct 15 23:16:02 GMT 2024","Tue Oct 15 23:16:02 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" -"passed","Tue Oct 15 23:11:15 GMT 2024","Tue Oct 15 23:11:15 GMT 2024","0","waitForRemotePeer","","","","","should wait for Filter peer to be connected","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","determinePubsubTopic","","","","","should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","" -"passed","Tue Oct 15 23:16:28 GMT 2024","Tue Oct 15 23:16:28 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, No message returned","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing numeric","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Basic HTML tag","" -"passed","Tue Oct 15 23:10:57 GMT 2024","Tue Oct 15 23:10:57 GMT 2024","1","ENRTree","","","","","ENRTree (root): should parse and verify and DNS root entry","" -"passed","Tue Oct 15 23:12:13 GMT 2024","Tue Oct 15 23:12:13 GMT 2024","0","Public methods","","","","","removeEventListener with wrong event","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","1","Waku Light Push: Single Node","","","","","Fails to push message with empty content topic","" -"passed","Tue Oct 15 23:16:17 GMT 2024","Tue Oct 15 23:16:17 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 10 - Cluster ID: 529, Shard ID: 960","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/1 topic","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing SQL Injection","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing XML and publish message","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Wed Oct 25 2023 23:15:37 GMT+0000 (Coordinated Universal Time)","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receives messages on 20 topics","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Tue Oct 15 23:16:48 GMT 2024","Tue Oct 15 23:16:48 GMT 2024","0","Waku Store, page size","","","","","Passing page size 110 when there are 120 messages","" -"passed","Tue Oct 15 23:11:32 GMT 2024","Tue Oct 15 23:11:32 GMT 2024","0","Events","peer:connect","","","","should emit `peer:connected:peer-exchange` event when a peer is connected","" -"passed","Tue Oct 15 23:11:39 GMT 2024","Tue Oct 15 23:11:39 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - symmetric encryption","" -"passed","Tue Oct 15 23:14:26 GMT 2024","Tue Oct 15 23:14:26 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","Verify","","","","should throw error - no id","" -"passed","Tue Oct 15 23:11:40 GMT 2024","Tue Oct 15 23:11:40 GMT 2024","2","Dials","dialPeer method","For peer-exchange peers","","","should be called for every peer with PEER_EXCHANGE tags","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1729033892674 ","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing SQL Injection","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","determinePubsubTopic","","","","","should process correctly when SingleShardInfo has no clusterId but has a shard","" -"passed","Tue Oct 15 23:16:51 GMT 2024","Tue Oct 15 23:16:51 GMT 2024","1","Util: toAsyncIterator: Filter","","","","","handles multiple messages","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message on other pubsub topic is not received","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1729030415236","" -"skipped","Tue Oct 15 23:10:58 GMT 2024","Tue Oct 15 23:10:58 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Arabic","" -"skipped","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after jswaku node is restarted","" -"passed","Tue Oct 15 23:12:54 GMT 2024","Tue Oct 15 23:12:54 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Number of peers are maintained correctly","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/!","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing short","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","1","Waku Relay, Subscribe","","","","","Mutual subscription","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Tue Oct 15 23:16:02 GMT 2024","Tue Oct 15 23:16:02 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr successfully","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1698275577436","" -"passed","Tue Oct 15 23:16:53 GMT 2024","Tue Oct 15 23:16:53 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with multiple decoders","" -"passed","Tue Oct 15 23:10:58 GMT 2024","Tue Oct 15 23:10:58 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay and store capability","" -"passed","Tue Oct 15 23:16:48 GMT 2024","Tue Oct 15 23:16:48 GMT 2024","0","Waku Store, page size","","","","","Passing page size 3 when there are 20 messages","" -"passed","Tue Oct 15 23:14:26 GMT 2024","Tue Oct 15 23:14:26 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with rate limit","" -"passed","Tue Oct 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only LIGHTPUSH set to true","" -"passed","Tue Oct 15 23:10:57 GMT 2024","Tue Oct 15 23:10:57 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry signature is invalid","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with invalid timestamp is not received","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/-","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","" -"passed","Tue Oct 15 23:16:51 GMT 2024","Tue Oct 15 23:16:51 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","creates an iterator","" -"passed","Tue Oct 15 23:12:19 GMT 2024","Tue Oct 15 23:12:19 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on unsubscribed peer","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with meta","" -"passed","Tue Oct 15 23:13:54 GMT 2024","Tue Oct 15 23:13:54 GMT 2024","2","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing XML","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","shardInfoToPubsubTopics","","","","","should throw an error for missing required configuration","" -"passed","Tue Oct 15 23:11:44 GMT 2024","Tue Oct 15 23:11:44 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to start the service if it is already started","" -"passed","Tue Oct 15 23:11:09 GMT 2024","Tue Oct 15 23:11:09 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, signature]","" -"passed","Tue Oct 15 23:16:17 GMT 2024","Tue Oct 15 23:16:17 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 9 - Cluster ID: 129, Shard ID: 338","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Russian and publish message","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","Static tests","","","","should encode/decode to RLP encoding","" -"passed","Tue Oct 15 23:11:15 GMT 2024","Tue Oct 15 23:11:15 GMT 2024","0","LightPush SDK","","","","","should send to specified number of peers of used peers","" -"passed","Tue Oct 15 23:11:39 GMT 2024","Tue Oct 15 23:11:39 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - asymmetric encryption","" -"passed","Tue Oct 15 23:16:28 GMT 2024","Tue Oct 15 23:16:28 GMT 2024","2","Waku Store, error handling","","","","","Query Generator, No Decoder","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","Cluster ID 0 - Default/Global Cluster","" -"passed","Tue Oct 15 23:16:40 GMT 2024","Tue Oct 15 23:16:40 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Tue Oct 15 23:11:09 GMT 2024","Tue Oct 15 23:11:09 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Tue Oct 15 23:14:27 GMT 2024","Tue Oct 15 23:14:27 GMT 2024","1","multiaddr: dialing","does not attempt the same peer discovered multiple times more than once","","","","through manual discovery","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with invalid timestamp is not received","" -"passed","Tue Oct 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 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 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Overlapping topic subscription","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","3","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Tue Oct 15 23:11:08 GMT 2024","Tue Oct 15 23:11:08 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","determinePubsubTopic","","","","","should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing unicode special characters and publish message","" -"passed","Tue Oct 15 23:16:40 GMT 2024","Tue Oct 15 23:16:40 GMT 2024","1","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 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 15 23:16:53 GMT 2024","Tue Oct 15 23:16:53 GMT 2024","0","Waku Store, general","","","","","Ordered callback, aborts when callback returns true","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with JSON payload","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Tue Oct 15 23:16:17 GMT 2024","Tue Oct 15 23:16:17 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 2 - Cluster ID: 947, Shard ID: 118","" -"passed","Tue Oct 15 23:11:14 GMT 2024","Tue Oct 15 23:11:14 GMT 2024","0","PeerManager","findAndAddPeers","","","","should find and add new peers","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing JSON","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing short and receive message","" -"passed","Tue Oct 15 23:14:23 GMT 2024","Tue Oct 15 23:14:23 GMT 2024","1","Metadata Protocol","connections","","","","same cluster, different shard: nodes connect","" -"passed","Tue Oct 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 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 15 23:16:48 GMT 2024","Tue Oct 15 23:16:48 GMT 2024","1","Waku Store, page size","","","","","Default pageSize","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via lightPush","" -"passed","Tue Oct 15 23:11:02 GMT 2024","Tue Oct 15 23:11:02 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" -"passed","Tue Oct 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 GMT 2024","2","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to true","" -"passed","Tue Oct 15 23:13:54 GMT 2024","Tue Oct 15 23:13:54 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1729033892688 ","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing special chars","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /0/statusim/1/community/cbor to shard index 4","" -"passed","Tue Oct 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 GMT 2024","1","filterPeersByDiscovery function","","","","","should return all peers when numPeers is 0","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing unicode special characters","" -"passed","Tue Oct 15 23:10:57 GMT 2024","Tue Oct 15 23:10:57 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is mis-prefixed","" -"passed","Tue Oct 15 23:10:58 GMT 2024","Tue Oct 15 23:10:58 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay capability","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","" -"passed","Tue Oct 15 23:16:31 GMT 2024","Tue Oct 15 23:16:31 GMT 2024","1","Waku Store, order","","","","","Ordered Callback - true","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing SQL Injection","" -"passed","Tue Oct 15 23:11:39 GMT 2024","Tue Oct 15 23:11:39 GMT 2024","1","ENR Interop: ServiceNode","","","","","Relay + Store","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 1","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","4","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Tue Oct 15 23:12:45 GMT 2024","Tue Oct 15 23:12:45 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1729030377436","" -"passed","Tue Oct 15 23:12:13 GMT 2024","Tue Oct 15 23:12:13 GMT 2024","0","Public methods","","","","","safeDispatchEvent","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Script payload","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 0 index when there are 20 messages","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing shell command","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","" -"passed","Tue Oct 15 23:11:15 GMT 2024","Tue Oct 15 23:11:15 GMT 2024","0","waitForRemotePeer","","","","","should reject if Relay is requested but not mounted","" -"passed","Tue Oct 15 23:15:40 GMT 2024","Tue Oct 15 23:15:40 GMT 2024","0","Waku Relay, Interop","","","","","nwaku subscribes","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","Txt codec","","","","should throw error - no id","" -"passed","Tue Oct 15 23:16:02 GMT 2024","Tue Oct 15 23:16:02 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start and stop the service","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with unicode special characters payload","" -"passed","Tue Oct 15 23:10:58 GMT 2024","Tue Oct 15 23:10:58 GMT 2024","1","DNS Node Discovery","","","","","retrieves a single peer","" -"passed","Tue Oct 15 23:12:54 GMT 2024","Tue Oct 15 23:12:54 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Renews peer on consistent ping failures","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing escaped characters","" -"passed","Tue Oct 15 23:16:43 GMT 2024","Tue Oct 15 23:16:43 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is false","" -"passed","Tue Oct 15 23:12:19 GMT 2024","Tue Oct 15 23:12:19 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on subscribed peer","" -"passed","Tue Oct 15 23:11:09 GMT 2024","Tue Oct 15 23:11:09 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Register correct protocols","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","3","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Russian","" -"passed","Tue Oct 15 23:14:26 GMT 2024","Tue Oct 15 23:14:26 GMT 2024","1","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Tue Oct 15 23:16:48 GMT 2024","Tue Oct 15 23:16:48 GMT 2024","0","Waku Store, page size","","","","","Passing page size 10 when there are 10 messages","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 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 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Tue Oct 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 GMT 2024","1","StreamManager","","","","","should throw if no connection provided","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/rs","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","" -"passed","Tue Oct 15 23:16:28 GMT 2024","Tue Oct 15 23:16:28 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, Wrong PubsubTopic","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/0 topic","" -"passed","Tue Oct 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with RELAY and FILTER protocols set to true","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/\","" -"passed","Tue Oct 15 23:14:27 GMT 2024","Tue Oct 15 23:14:27 GMT 2024","0","Peer Exchange Continuous Discovery","","","","","Should update shard info","" -"passed","Tue Oct 15 23:14:27 GMT 2024","Tue Oct 15 23:14:27 GMT 2024","1","multiaddr: dialing","","","","","can dial TLS multiaddrs","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Basic HTML tag","" -"passed","Tue Oct 15 23:11:02 GMT 2024","Tue Oct 15 23:11:02 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 3 peers","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/ /1","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 5 - Cluster ID: 10, Content Topic: /app71/2/topic384/xml","" -"passed","Tue Oct 15 23:12:17 GMT 2024","Tue Oct 15 23:12:17 GMT 2024","1","Waku Filter V2: Ping","","","","","Ping on subscribed peer","" -"passed","Tue Oct 15 23:12:19 GMT 2024","Tue Oct 15 23:12:19 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on subscribed peer","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 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 15 23:16:02 GMT 2024","Tue Oct 15 23:16:02 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should emit a peer event after start","" -"passed","Tue Oct 15 23:11:14 GMT 2024","Tue Oct 15 23:11:14 GMT 2024","1","PeerManager","findAndAddPeers","","","","should not add existing peers","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Tue Oct 15 23:13:54 GMT 2024","Tue Oct 15 23:13:54 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 10 topics","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 0 peers","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing special chars","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1729033892674 ","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","Waku2 key: decode","","","","Relay + Store","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Throws when trying to push message with empty payload","" -"passed","Tue Oct 15 23:11:40 GMT 2024","Tue Oct 15 23:11:40 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","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 3 - Cluster ID: 10, Content Topic: /app40/2/topic778/json","" -"passed","Tue Oct 15 23:16:31 GMT 2024","Tue Oct 15 23:16:31 GMT 2024","3","Waku Store, order","","","","","Query Generator - true","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/29/sometopic/someencoding to shard index 6","" -"passed","Tue Oct 15 23:10:58 GMT 2024","Tue Oct 15 23:10:58 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (3) when branch entries are composed of multiple strings","" -"passed","Tue Oct 15 23:10:58 GMT 2024","Tue Oct 15 23:10:58 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 relays, 2 fetches","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing escaped characters and receive message","" -"skipped","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after service node is restarted","" -"passed","Tue Oct 15 23:16:53 GMT 2024","Tue Oct 15 23:16:53 GMT 2024","1","Waku Store, general","","","","","Query generator for 2000 messages","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/$","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Script","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish duplicate message","" -"passed","Tue Oct 15 23:11:14 GMT 2024","Tue Oct 15 23:11:14 GMT 2024","1","PeerManager","hasPeers","","","","should return false when no peers exist","" -"passed","Tue Oct 15 23:10:57 GMT 2024","Tue Oct 15 23:10:57 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry is mis-prefixed","" -"passed","Tue Oct 15 23:11:08 GMT 2024","Tue Oct 15 23:11:08 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Russian payload","" -"passed","Tue Oct 15 23:16:53 GMT 2024","Tue Oct 15 23:16:53 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages","" -"passed","Tue Oct 15 23:11:15 GMT 2024","Tue Oct 15 23:11:15 GMT 2024","1","waitForRemotePeer","","","","","should reject if WakuNode is not started","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Refresh subscription","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","0","This","Is also","","","","A test","" -"passed","Tue Oct 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 GMT 2024","1","StreamManager","","","","","peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","" -"passed","Tue Oct 15 23:11:14 GMT 2024","Tue Oct 15 23:11:14 GMT 2024","0","PeerManager","removePeer","","","","should remove a peer","" -"passed","Tue Oct 15 23:12:22 GMT 2024","Tue Oct 15 23:12:22 GMT 2024","3","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","" -"passed","Tue Oct 15 23:11:40 GMT 2024","Tue Oct 15 23:11:40 GMT 2024","5","Dials","dialPeer method","For peer-exchange peers","","","should be called for peers with PEER_EXCHANGE tags","" -"skipped","Tue Oct 15 23:11:44 GMT 2024","Tue Oct 15 23:11:44 GMT 2024","0","DNS Node Discovery [live data]","","","","","should use DNS peer discovery with light client","" -"passed","Tue Oct 15 23:16:17 GMT 2024","Tue Oct 15 23:16:17 GMT 2024","3","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 4 - Cluster ID: 116, Shard ID: 717","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no pubsub topic is not received","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Chinese","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","" -"passed","Tue Oct 15 23:16:28 GMT 2024","Tue Oct 15 23:16:28 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, Multiple PubsubTopics","" -"skipped","Tue Oct 15 23:11:44 GMT 2024","Tue Oct 15 23:11:44 GMT 2024","0","DNS Node Discovery [live data]","","","","","passes more than one ENR URLs and attempts connection","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via lightPush","" -"passed","Tue Oct 15 23:16:53 GMT 2024","Tue Oct 15 23:16:53 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with different message text format","" -"passed","Tue Oct 15 23:10:58 GMT 2024","Tue Oct 15 23:10:58 GMT 2024","0","DNS Node Discovery","","","","","ignores unrecognized TXT record formats","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with special chars payload","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 10 - Cluster ID: 10, Content Topic: /app52/7/topic102/utf8","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Relay (Autosharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 0 peers","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","0","Waku Store, cursor","","","","","Passing cursor with wrong pubsubTopic","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via lightPush","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/22/sometopic/someencoding to shard index 2","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing XML and receive message","" -"passed","Tue Oct 15 23:11:44 GMT 2024","Tue Oct 15 23:11:44 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event after stop","" -"passed","Tue Oct 15 23:10:49 GMT 2024","Tue Oct 15 23:10:49 GMT 2024","0","selectOpenConnection","","","","","should select older connection if present","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 1 peers","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","2","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 1 - Cluster ID: 10, Content Topic: /app49/10/topic527/proto","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing numeric","" -"passed","Tue Oct 15 23:12:17 GMT 2024","Tue Oct 15 23:12:17 GMT 2024","7","Waku Filter V2: Ping","","","","","Ping on unsubscribed peer","" -"passed","Tue Oct 15 23:12:54 GMT 2024","Tue Oct 15 23:12:54 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Renews peer for Filter on peer:disconnect event","" -"passed","Tue Oct 15 23:10:58 GMT 2024","Tue Oct 15 23:10:58 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (2) when cannot fulfill all requirements","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 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 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 GMT 2024","0","Waku Message version 0","","","","","Meta field set when metaSetter is specified","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 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 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","6","contentTopicToShardIndex","","","","","should correctly map /0/toychat/2/huilong/proto to shard index 3","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with size larger than 1 MB","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","shardInfoToPubsubTopics","","","","","should convert content topics to PubsubTopics for autosharding","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","ensurePubsubTopicIsConfigured","","","","","should not throw an error for a single configured topic","" -"passed","Tue Oct 15 23:11:15 GMT 2024","Tue Oct 15 23:11:15 GMT 2024","1","waitForRemotePeer","","","","","should reject if LightPush is requested but not mounted","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","contentTopicToShardIndex","","","","","topics with same application and version share the same shard","" -"passed","Tue Oct 15 23:11:32 GMT 2024","Tue Oct 15 23:11:32 GMT 2024","2","Events","waku:connection","","","","should emit events and trasition isConnected state when has peers or no peers","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message equal or less that 1MB","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with large meta","" -"passed","Tue Oct 15 23:16:43 GMT 2024","Tue Oct 15 23:16:43 GMT 2024","1","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is true","" -"passed","Tue Oct 15 23:10:36 GMT 2024","Tue Oct 15 23:10:36 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta attribute not present)","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with XML payload","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should throw an error for an unconfigured topic","" -"passed","Tue Oct 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only FILTER set to true","" -"passed","Tue Oct 15 23:12:22 GMT 2024","Tue Oct 15 23:12:22 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on autosharded pubsubtopic","" -"passed","Tue Oct 15 23:10:58 GMT 2024","Tue Oct 15 23:10:58 GMT 2024","0","DNS Node Discovery","","","","","recovers when dns.resolve returns empty","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Basic HTML tag payload","" -"passed","Tue Oct 15 23:11:08 GMT 2024","Tue Oct 15 23:11:08 GMT 2024","0","Waku Encryption","","","","","Sign & Recover","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 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 15 23:13:54 GMT 2024","Tue Oct 15 23:13:54 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Tue Oct 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 GMT 2024","0","Waku Message version 0","","","","","Ephemeral field set to true","" -"passed","Tue Oct 15 23:11:02 GMT 2024","Tue Oct 15 23:11:02 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should update peers in local storage on 'peer:identify' event","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Russian","" -"passed","Tue Oct 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 GMT 2024","1","StreamManager","","","","","peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","" -"passed","Tue Oct 15 23:15:24 GMT 2024","Tue Oct 15 23:15:24 GMT 2024","0","Waku Relay","","","","","Delete observer","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Script","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","singleShardInfoToPubsubTopic","","","","","should convert a SingleShardInfo object to the correct PubsubTopic","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","3","Waku Filter V2: FilterPush","","","","","Check received message containing shell command","" -"skipped","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Overlapping topic subscription","" -"passed","Tue Oct 15 23:16:40 GMT 2024","Tue Oct 15 23:16:40 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Script and publish message","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Basic HTML tag","" -"passed","Tue Oct 15 23:15:40 GMT 2024","Tue Oct 15 23:15:40 GMT 2024","0","Waku Relay, Interop","","","","","Publishes to nwaku","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Russian","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Chinese payload","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Tue Oct 15 23:12:05 GMT 2024","Tue Oct 15 23:12:05 GMT 2024","1","Connection state","","","","","`waku:online` between 2 js-waku relay nodes","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/x/1","" -"passed","Tue Oct 15 23:16:17 GMT 2024","Tue Oct 15 23:16:17 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 5 - Cluster ID: 523, Shard ID: 370","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing short","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/ ","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing emoji","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with SQL Injection payload","" -"passed","Tue Oct 15 23:13:54 GMT 2024","Tue Oct 15 23:13:54 GMT 2024","2","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing JSON","" -"passed","Tue Oct 15 23:11:18 GMT 2024","Tue Oct 15 23:11:18 GMT 2024","0","Message Validator","","","","","Rejects garbage","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Arabic payload","" -"passed","Tue Oct 15 23:11:15 GMT 2024","Tue Oct 15 23:11:15 GMT 2024","0","LightPush SDK","","","","","should fail to send if no connected peers found","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Arabic","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only FILTER enabled","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with shell command payload","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no content topic is not received","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with JSON payload","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/$/1","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with SQL Injection payload","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Chinese payload","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/-/1","" -"passed","Tue Oct 15 23:11:02 GMT 2024","Tue Oct 15 23:11:02 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should add and remove event listeners correctly","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with emoji payload","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing shell command and publish message","" -"skipped","Tue Oct 15 23:15:22 GMT 2024","Tue Oct 15 23:15:22 GMT 2024","1","Peer Exchange Query","","","","","connected peers and dial","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1729037577436","" -"passed","Tue Oct 15 23:11:08 GMT 2024","Tue Oct 15 23:11:08 GMT 2024","0","Waku Encryption","","","","","Asymmetric encrypt & decrypt","" -"passed","Tue Oct 15 23:11:08 GMT 2024","Tue Oct 15 23:11:08 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing special chars","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing special chars","" -"passed","Tue Oct 15 23:16:02 GMT 2024","Tue Oct 15 23:16:02 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 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing long","" -"passed","Tue Oct 15 23:11:32 GMT 2024","Tue Oct 15 23:11:32 GMT 2024","3","Events","peer:discovery","","","","should emit `peer:discovery:bootstrap` event when a peer is discovered","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 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 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with STORE and LIGHTPUSH protocols set to true","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 1 peers","" -"passed","Tue Oct 15 23:11:02 GMT 2024","Tue Oct 15 23:11:02 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start the service","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","2","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing JSON","" -"passed","Tue Oct 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 GMT 2024","1","filterPeersByDiscovery function","","","","","should return only bootstrap peers up to maxBootstrapPeers","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing SQL Injection","" -"passed","Tue Oct 15 23:12:45 GMT 2024","Tue Oct 15 23:12:45 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no payload is not received","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","Location multiaddr","","","","should properly create peer info with all multiaddrs","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Wed Oct 16 2024 00:15:37 GMT+0000 (Coordinated Universal Time)","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message bigger that 1MB","" -"passed","Tue Oct 15 23:10:58 GMT 2024","Tue Oct 15 23:10:58 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with store capability","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe at once to 10000 topics and publish messages","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty application field","" -"passed","Tue Oct 15 23:13:54 GMT 2024","Tue Oct 15 23:13:54 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Tue Oct 15 23:12:13 GMT 2024","Tue Oct 15 23:12:13 GMT 2024","1","Public methods","","","","","getPeersByDiscovery","" -"passed","Tue Oct 15 23:11:39 GMT 2024","Tue Oct 15 23:11:39 GMT 2024","1","ENR Interop: ServiceNode","","","","","All","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","2","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via waku relay post","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with non string payload is not received","" -"passed","Tue Oct 15 23:13:54 GMT 2024","Tue Oct 15 23:13:54 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Tue Oct 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","LightPush with 3 connections","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","" -"passed","Tue Oct 15 23:10:57 GMT 2024","Tue Oct 15 23:10:57 GMT 2024","0","ENRTree","","","","","ENRTree (branch): should parse and verify a single component DNS branch entry","" -"passed","Tue Oct 15 23:11:14 GMT 2024","Tue Oct 15 23:11:14 GMT 2024","0","PeerManager","hasPeers","","","","should return true when peers exist","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","2","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Tue Oct 15 23:11:02 GMT 2024","Tue Oct 15 23:11:02 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should emit a peer event after start","" -"passed","Tue Oct 15 23:10:36 GMT 2024","Tue Oct 15 23:10:36 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (message is IDecodedMessage)","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing numeric","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 6 - Cluster ID: 10, Content Topic: /app68/4/topic903/xml","" -"passed","Tue Oct 15 23:11:44 GMT 2024","Tue Oct 15 23:11:44 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","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","4","Waku Relay, Subscribe","","","","","Subscribe to topic containing escaped characters and publish message","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Arabic and receive message","" -"skipped","Tue Oct 15 23:15:48 GMT 2024","Tue Oct 15 23:15:48 GMT 2024","0","Peer Exchange","","","","","new peer added after a peer was already found","" -"passed","Tue Oct 15 23:10:49 GMT 2024","Tue Oct 15 23:10:49 GMT 2024","0","selectOpenConnection","","","","","should return no connections if no open connection provided","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Tue Oct 15 23:16:31 GMT 2024","Tue Oct 15 23:16:31 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - false","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing numeric","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","8","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receives messages on 20 topics","" -"passed","Tue Oct 15 23:16:17 GMT 2024","Tue Oct 15 23:16:17 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 8 - Cluster ID: 147, Shard ID: 773","" -"passed","Tue Oct 15 23:13:54 GMT 2024","Tue Oct 15 23:13:54 GMT 2024","2","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Tue Oct 15 23:12:13 GMT 2024","Tue Oct 15 23:12:13 GMT 2024","0","Public methods","","","","","stop","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty topic name field","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/y","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","" -"passed","Tue Oct 15 23:12:45 GMT 2024","Tue Oct 15 23:12:45 GMT 2024","3","Waku Filter V2: Unsubscribe","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Tue Oct 15 23:10:57 GMT 2024","Tue Oct 15 23:10:57 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry is malformed","" -"skipped","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Refresh subscription","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 50 messages","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Script payload","" -"passed","Tue Oct 15 23:12:05 GMT 2024","Tue Oct 15 23:12:05 GMT 2024","0","Connection state","","","","","isConnected should return false after all peers disconnect","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","2","Waku Filter V2: FilterPush","","","","","Check received message containing XML","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing long and receive message","" -"passed","Tue Oct 15 23:10:57 GMT 2024","Tue Oct 15 23:10:57 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is misformatted","" -"passed","Tue Oct 15 23:11:08 GMT 2024","Tue Oct 15 23:11:08 GMT 2024","1","Symmetric Encryption","","","","","Check meta is set [symmetric]","" -"passed","Tue Oct 15 23:10:58 GMT 2024","Tue Oct 15 23:10:58 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 Filter, gives up","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing emoji","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 3 connections","" -"passed","Tue Oct 15 23:15:40 GMT 2024","Tue Oct 15 23:15:40 GMT 2024","0","Waku Relay, Interop","","","","","Js publishes, other Js receives","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","3","Waku Filter V2: FilterPush","","","","","Check received message containing Script","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","1","ENR","Static tests","","","","should encode/decode to text encoding","" -"passed","Tue Oct 15 23:16:48 GMT 2024","Tue Oct 15 23:16:48 GMT 2024","1","Waku Store, page size","","","","","Passing page size 0 when there are 110 messages","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing XML","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 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 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 GMT 2024","0","StreamManager","","","","","should create a new stream if no existing for protocol found","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Basic HTML tag and publish message","" -"passed","Tue Oct 15 23:14:26 GMT 2024","Tue Oct 15 23:14:26 GMT 2024","1","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Tue Oct 15 23:12:22 GMT 2024","Tue Oct 15 23:12:22 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message on other pubsub topic is not received","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty version field","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 0","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing JSON","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with too few or too many fields","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set UDP multiaddr","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","Relay Shard codec","","","","","should handle a minimal index list","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 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 15 23:12:13 GMT 2024","Tue Oct 15 23:12:13 GMT 2024","0","Public methods","","","","","dispatchEvent via connectionManager","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Tue Oct 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Tue Oct 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 GMT 2024","6","ENR waku2 codec","Encoding","","","","should be able to encode the field with only RELAY set to true","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Tue Oct 15 23:11:09 GMT 2024","Tue Oct 15 23:11:09 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Tue Oct 15 23:16:48 GMT 2024","Tue Oct 15 23:16:48 GMT 2024","1","Waku Store, page size","","","","","Passing page size 11 when there are 10 messages","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 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 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Chinese","" -"passed","Tue Oct 15 23:16:17 GMT 2024","Tue Oct 15 23:16:17 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 3 - Cluster ID: 864, Shard ID: 457","" -"passed","Tue Oct 15 23:12:22 GMT 2024","Tue Oct 15 23:12:22 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","0","Autosharding: Running Nodes","Others","","","","configure the node with multiple content topics","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing SQL Injection and publish message","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 110 index when there are 120 messages","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 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 15 23:16:51 GMT 2024","Tue Oct 15 23:16:51 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","unsubscribes","" -"passed","Tue Oct 15 23:12:45 GMT 2024","Tue Oct 15 23:12:45 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with long payload","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing emoji","" -"passed","Tue Oct 15 23:11:15 GMT 2024","Tue Oct 15 23:11:15 GMT 2024","0","waitForRemotePeer","","","","","should wait for LightPush peer to be connected","" -"passed","Tue Oct 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only RELAY set to true","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","contentTopicsByPubsubTopic","","","","","throws an error for improperly formatted content topics","" -"passed","Tue Oct 15 23:11:40 GMT 2024","Tue Oct 15 23:11:40 GMT 2024","1","Dials","dialPeer method","For bootstrap peers","","","should be called for bootstrap peers","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Tue Oct 15 23:11:02 GMT 2024","Tue Oct 15 23:11:02 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start and stop the service","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing long and publish message","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Script","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Renews subscription after lossing a connection","" -"passed","Tue Oct 15 23:16:40 GMT 2024","Tue Oct 15 23:16:40 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","ensureShardingConfigured","","","","","handles empty shards array correctly","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp6","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 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 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1729033892674000000 ","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with all protocols disabled","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with escaped characters payload","" -"passed","Tue Oct 15 23:13:54 GMT 2024","Tue Oct 15 23:13:54 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","" -"passed","Tue Oct 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to false","" -"passed","Tue Oct 15 23:11:08 GMT 2024","Tue Oct 15 23:11:08 GMT 2024","1","Waku Encryption","","","","","pre and post cipher","" -"passed","Tue Oct 15 23:13:54 GMT 2024","Tue Oct 15 23:13:54 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Arabic","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","ensureShardingConfigured","","","","","should throw an error for missing sharding configuration","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","2","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message on other pubsub topic is not received","" -"passed","Tue Oct 15 23:16:02 GMT 2024","Tue Oct 15 23:16:02 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" -"passed","Tue Oct 15 23:14:23 GMT 2024","Tue Oct 15 23:14:23 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, different shard: nodes don't connect","" -"passed","Tue Oct 15 23:16:17 GMT 2024","Tue Oct 15 23:16:17 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","start node with empty shard should fail","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","" -"skipped","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after nwaku node is restarted","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","1","Waku Light Push: Single Node","","","","","Fails to push message bigger that 1MB","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing emoji","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","singleShardInfosToShardInfo","","","","","should aggregate SingleShardInfos into a ShardInfo","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with non-number generation field","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/!/1","" -"passed","Tue Oct 15 23:13:54 GMT 2024","Tue Oct 15 23:13:54 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no payload is not received","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","0","ENR","Static tests","","","","should properly compute the node id","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","shardInfoToPubsubTopics","","","","","should return empty list for no shard","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe one by one to 100 topics and publish messages","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Basic HTML tag","" -"passed","Tue Oct 15 23:15:40 GMT 2024","Tue Oct 15 23:15:40 GMT 2024","0","Waku Relay, Interop","","","","","Nwaku publishes","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /toychat/2/huilong/proto to shard index 3","" -"passed","Tue Oct 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only STORE set to true","" -"passed","Tue Oct 15 23:16:48 GMT 2024","Tue Oct 15 23:16:48 GMT 2024","1","Waku Store, page size","","","","","Passing page size 1 when there are 4 messages","" -"passed","Tue Oct 15 23:16:53 GMT 2024","Tue Oct 15 23:16:53 GMT 2024","1","Waku Store, general","","","","","Callback on promise, aborts when callback returns true","" -"passed","Tue Oct 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","1","ENR","Txt codec","","","","should encodeTxt and decodeTxt","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing short","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 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","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1729033892674000000 ","" -"passed","Tue Oct 15 23:12:22 GMT 2024","Tue Oct 15 23:12:22 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Tue Oct 15 23:10:36 GMT 2024","Tue Oct 15 23:10:36 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (meta size of 12 bytes)","" -"passed","Tue Oct 15 23:14:26 GMT 2024","Tue Oct 15 23:14:26 GMT 2024","1","Waku Light Push : Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 8 - Cluster ID: 10, Content Topic: /app71/9/topic946/proto","" -"passed","Tue Oct 15 23:10:36 GMT 2024","Tue Oct 15 23:10:36 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (payload length 0)","" -"passed","Tue Oct 15 23:14:26 GMT 2024","Tue Oct 15 23:14:26 GMT 2024","2","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing numeric","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing XML","" -"passed","Tue Oct 15 23:13:54 GMT 2024","Tue Oct 15 23:13:54 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Tue Oct 15 23:14:23 GMT 2024","Tue Oct 15 23:14:23 GMT 2024","1","Metadata Protocol","","","","","PeerStore has remote peer's shard info after successful connection","" -"passed","Tue Oct 15 23:16:09 GMT 2024","Tue Oct 15 23:16:09 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 10 index when there are 40 messages","" -"passed","Tue Oct 15 23:14:23 GMT 2024","Tue Oct 15 23:14:23 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, same shard: nodes don't connect","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with numeric payload","" -"passed","Tue Oct 15 23:11:15 GMT 2024","Tue Oct 15 23:11:15 GMT 2024","1","waitForRemotePeer","","","","","should wait for Store peer to be connected","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","Relay Shard codec","","","","","should throw an error for insufficient data","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","contentTopicsByPubsubTopic","","","","","handles different networkShards values correctly","" -"passed","Tue Oct 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to true","" -"passed","Tue Oct 15 23:12:54 GMT 2024","Tue Oct 15 23:12:54 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Ping fails for unsubscribed peers","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Basic HTML tag payload","" -"passed","Tue Oct 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with only STORE set to true","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","1","Waku Relay, Subscribe","","","","","Publish without waiting for remote peer","" -"passed","Tue Oct 15 23:11:39 GMT 2024","Tue Oct 15 23:11:39 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral messages are not stored","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing emoji","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with long payload","" -"passed","Tue Oct 15 23:10:49 GMT 2024","Tue Oct 15 23:10:49 GMT 2024","0","selectOpenConnection","","","","","returns only open connection if one present","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","ensureShardingConfigured","","","","","handles empty contentTopics array correctly","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Overlapping topic subscription","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Russian","" -"passed","Tue Oct 15 23:11:09 GMT 2024","Tue Oct 15 23:11:09 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Russian","" -"passed","Tue Oct 15 23:14:23 GMT 2024","Tue Oct 15 23:14:23 GMT 2024","0","Metadata Protocol","","","","","receiving a ping from a peer does not overwrite shard info","" -"skipped","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after client node is restarted","" -"passed","Tue Oct 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 GMT 2024","1","StreamManager","","","","","should return different streams if requested simultaniously","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with short payload","" -"passed","Tue Oct 15 23:12:54 GMT 2024","Tue Oct 15 23:12:54 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Maintains correct number of peers after multiple subscribe/unsubscribe cycles","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with large meta","" -"passed","Tue Oct 15 23:11:08 GMT 2024","Tue Oct 15 23:11:08 GMT 2024","0","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, signature]","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing short and publish message","" -"passed","Tue Oct 15 23:16:40 GMT 2024","Tue Oct 15 23:16:40 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with empty content topic","" -"passed","Tue Oct 15 23:12:45 GMT 2024","Tue Oct 15 23:12:45 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups multiple content topics into the same pubsub topic when they share the same shard index","" -"passed","Tue Oct 15 23:12:05 GMT 2024","Tue Oct 15 23:12:05 GMT 2024","4","Connection state","","","","","isConnected return false after peer stops","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","12","getPeers","getPeers property-based tests","","","","should return the correct number of peers based on numPeers and maxBootstrapPeers","" -"passed","Tue Oct 15 23:11:32 GMT 2024","Tue Oct 15 23:11:32 GMT 2024","3","Events","peer:connect","","","","should emit `peer:connected:bootstrap` event when a peer is connected","" -"passed","Tue Oct 15 23:12:05 GMT 2024","Tue Oct 15 23:12:05 GMT 2024","1","Connection state","","","","","isConnected should return true after first peer connects","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Tue Oct 15 23:16:17 GMT 2024","Tue Oct 15 23:16:17 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 6 - Cluster ID: 816, Shard ID: 369","" -"passed","Tue Oct 15 23:11:32 GMT 2024","Tue Oct 15 23:11:32 GMT 2024","3","Events","peer:discovery","","","","should emit `peer:discovery:peer-exchange` event when a peer is discovered","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Renews subscription after lossing a connection","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing long","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 0 peers","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","ensureShardingConfigured","","","","","should return valid sharding parameters for static sharding","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing long","" -"passed","Tue Oct 15 23:11:32 GMT 2024","Tue Oct 15 23:11:32 GMT 2024","0","Events","waku:connection","","","","should be online or offline if network state changed","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","2","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Script and receive message","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing XML and receive message","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing XML","" -"passed","Tue Oct 15 23:12:22 GMT 2024","Tue Oct 15 23:12:22 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Tue Oct 15 23:16:40 GMT 2024","Tue Oct 15 23:16:40 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Arabic payload","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing emoji and publish message","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with empty text","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","" -"passed","Tue Oct 15 23:12:22 GMT 2024","Tue Oct 15 23:12:22 GMT 2024","2","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing long","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing special chars and publish message","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing unicode special characters","" -"passed","Tue Oct 15 23:15:44 GMT 2024","Tue Oct 15 23:15:44 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with wrong pubsubtopic","" -"passed","Tue Oct 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only LIGHTPUSH set to true","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Overlapping topic subscription","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 7","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","LightPush with 2 connections","" -"passed","Tue Oct 15 23:16:28 GMT 2024","Tue Oct 15 23:16:28 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, No message returned","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message equal or less that 1MB","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receives messages on 20 topics","" -"passed","Tue Oct 15 23:12:17 GMT 2024","Tue Oct 15 23:12:17 GMT 2024","4","Waku Filter V2: Ping","","","","","Ping on peer without subscriptions","" -"passed","Tue Oct 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","0","This","Is","","","","A test","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","5","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with numeric payload","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 1 connections","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 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 15 23:10:43 GMT 2024","Tue Oct 15 23:10:43 GMT 2024","1","ENR","Verify","","","","should throw error - invalid id","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","3","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with non string payload is not received","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/x","" -"passed","Tue Oct 15 23:16:43 GMT 2024","Tue Oct 15 23:16:43 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is true","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","Filter with 2 connections","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with no content topic is not received","" -"passed","Tue Oct 15 23:11:09 GMT 2024","Tue Oct 15 23:11:09 GMT 2024","1","Ecies Encryption","","","","","Check meta is set [ecies]","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","2","Health Manager","Should update the health status for protocols","","","","LightPush with 0 connections","" -"passed","Tue Oct 15 23:16:17 GMT 2024","Tue Oct 15 23:16:17 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","shard 0","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:48 GMT 2024","1","Peer Exchange","","","","","getPeersByDiscovery","" -"passed","Tue Oct 15 23:11:14 GMT 2024","Tue Oct 15 23:11:14 GMT 2024","2","PeerManager","addPeer","","","","should add a peer","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Tue Oct 15 23:12:22 GMT 2024","Tue Oct 15 23:12:22 GMT 2024","3","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Arabic","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 3 peers","" -"passed","Tue Oct 15 23:12:19 GMT 2024","Tue Oct 15 23:12:19 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Reopen subscription with peer with lost subscription","" -"passed","Tue Oct 15 23:16:53 GMT 2024","Tue Oct 15 23:16:53 GMT 2024","0","Waku Store, general","","","","","Callback on promise","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Arabic and publish message","" -"passed","Tue Oct 15 23:16:31 GMT 2024","Tue Oct 15 23:16:31 GMT 2024","0","Waku Store, order","","","","","Promise Callback - true","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","5","Waku Relay, Subscribe","","","","","Subscribe and publish message","" -"passed","Tue Oct 15 23:10:42 GMT 2024","Tue Oct 15 23:10:42 GMT 2024","1","Multiaddr from fields","","","","","udp ip6 address","" -"passed","Tue Oct 15 23:12:22 GMT 2024","Tue Oct 15 23:12:22 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with special chars payload","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","contentTopicToPubsubTopic","","","","","should map different content topics to different pubsub topics based on shard index","" -"passed","Tue Oct 15 23:16:31 GMT 2024","Tue Oct 15 23:16:31 GMT 2024","0","Waku Store, order","","","","","Promise Callback - false","" -"passed","Tue Oct 15 23:15:47 GMT 2024","Tue Oct 15 23:15:47 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Chinese and publish message","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","2","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 15 23:14:01 GMT 2024","Tue Oct 15 23:14:01 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing short and receive message","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","2","Waku Filter V2: FilterPush","","","","","Check received message containing unicode special characters","" -"passed","Tue Oct 15 23:12:54 GMT 2024","Tue Oct 15 23:12:54 GMT 2024","2","Waku Filter: Peer Management: E2E","","","","","Ping succeeds for all connected peers","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing short","" -"passed","Tue Oct 15 23:12:19 GMT 2024","Tue Oct 15 23:12:19 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on peer without subscriptions","" -"passed","Tue Oct 15 23:16:53 GMT 2024","Tue Oct 15 23:16:53 GMT 2024","0","Waku Store, general","","","","","Generator, with asymmetric & symmetric encrypted messages","" -"passed","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","7","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Chinese","" -"skipped","Tue Oct 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after nwaku node is restarted","" -"passed","Tue Oct 15 23:12:17 GMT 2024","Tue Oct 15 23:12:17 GMT 2024","0","Waku Filter V2: Ping","","","","","Reopen subscription with peer with lost subscription","" -"passed","Tue Oct 15 23:10:50 GMT 2024","Tue Oct 15 23:10:50 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 15 23:15:21 GMT 2024","Tue Oct 15 23:15:21 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing SQL Injection","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing shell command","" -"passed","Tue Oct 15 23:15:37 GMT 2024","Tue Oct 15 23:15:37 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with emoji payload","" -"passed","Tue Oct 15 23:11:39 GMT 2024","Tue Oct 15 23:11:39 GMT 2024","1","ENR Interop: ServiceNode","","","","","Relay","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with short payload","" -"passed","Tue Oct 15 23:10:34 GMT 2024","Tue Oct 15 23:10:34 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /statusim/1/community/cbor to shard index 4","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","1","Waku Light Push: Single Node","","","","","Push 30 different messages","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","2","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Tue Oct 15 23:16:28 GMT 2024","Tue Oct 15 23:16:28 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, No Decoder","" -"passed","Tue Oct 15 23:16:28 GMT 2024","Tue Oct 15 23:16:28 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, Multiple PubsubTopics","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 GMT 2024","4","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Tue Oct 15 23:12:05 GMT 2024","Tue Oct 15 23:12:05 GMT 2024","0","Connection state","","","","","should emit `waku:offline` event only when all peers disconnect","" -"passed","Tue Oct 15 23:16:28 GMT 2024","Tue Oct 15 23:16:28 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No message returned","" -"skipped","Tue Oct 15 23:12:57 GMT 2024","Tue Oct 15 23:12:57 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 3 peers","" -"passed","Tue Oct 15 23:12:56 GMT 2024","Tue Oct 15 23:12:56 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 15 23:11:15 GMT 2024","Tue Oct 15 23:11:15 GMT 2024","0","LightPush SDK","","","","","should retry on failure if specified","" -"passed","Tue Oct 15 23:16:17 GMT 2024","Tue Oct 15 23:16:17 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 1 - Cluster ID: 68, Shard ID: 269","" -"passed","Tue Oct 15 23:15:29 GMT 2024","Tue Oct 15 23:15:29 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing SQL Injection","" -"passed","Tue Oct 15 23:13:34 GMT 2024","Tue Oct 15 23:13:34 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing JSON","" -"passed","Tue Oct 15 23:10:57 GMT 2024","Tue Oct 15 23:10:57 GMT 2024","1","Discovery","","","","","returns a subset of values when wanted number is lesser than available values","" -"passed","Tue Oct 15 23:11:15 GMT 2024","Tue Oct 15 23:11:15 GMT 2024","0","waitForRemotePeer","","","","","should reject on timeout if it was set","" -"passed","Tue Oct 15 23:16:49 GMT 2024","Tue Oct 15 23:16:49 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","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","3","Waku Relay, Publish","","","","","Fails to publish message with empty text","" +"passed","Tue Oct 15 23:20:32 GMT 2024","Tue Oct 15 23:20:32 GMT 2024","1","Public methods","","","","","addEventListener with correct event","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via waku relay post","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 0 peers","" +"passed","Tue Oct 15 23:20:35 GMT 2024","Tue Oct 15 23:20:35 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on unsubscribed peer","" +"passed","Tue Oct 15 23:22:45 GMT 2024","Tue Oct 15 23:22:45 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing escaped characters","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 6","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Russian","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Basic HTML tag","" +"skipped","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after jswaku node is restarted","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:24:42 GMT 2024","Tue Oct 15 23:24:42 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, Wrong PubsubTopic","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with large meta","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","ensureShardingConfigured","","","","","should throw an error for missing sharding configuration","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing SQL Injection and publish message","" +"passed","Tue Oct 15 23:21:10 GMT 2024","Tue Oct 15 23:21:10 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Tracks peer failures correctly","" +"passed","Tue Oct 15 23:19:32 GMT 2024","Tue Oct 15 23:19:32 GMT 2024","2","LightPush SDK","","","","","should fail to send if pubsub topics are misconfigured","" +"skipped","Tue Oct 15 23:20:08 GMT 2024","Tue Oct 15 23:20:08 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","1","DNS Node Discovery","","","","","retrieves a single peer","" +"passed","Tue Oct 15 23:25:03 GMT 2024","Tue Oct 15 23:25:03 GMT 2024","0","Waku Store, page size","","","","","Passing page size 19 when there are 20 messages","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Russian","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to false","" +"passed","Tue Oct 15 23:24:16 GMT 2024","Tue Oct 15 23:24:16 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 8 - Cluster ID: 10, Content Topic: /app61/3/topic302/test.js","" +"passed","Tue Oct 15 23:20:35 GMT 2024","Tue Oct 15 23:20:35 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on unsubscribed peer","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp6","" +"passed","Tue Oct 15 23:22:17 GMT 2024","Tue Oct 15 23:22:17 GMT 2024","0","This","Is also","","","","A test","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive 2 messages on the same topic","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","" +"passed","Tue Oct 15 23:19:15 GMT 2024","Tue Oct 15 23:19:15 GMT 2024","3","Discovery","","","","","returns all values when wanted number matches available values","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry is malformed","" +"passed","Tue Oct 15 23:22:41 GMT 2024","Tue Oct 15 23:22:41 GMT 2024","0","multiaddr: dialing","does not attempt the same peer discovered multiple times more than once","","","","through manual discovery","" +"passed","Tue Oct 15 23:23:46 GMT 2024","Tue Oct 15 23:23:46 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing unicode special characters and receive message","" +"passed","Tue Oct 15 23:25:03 GMT 2024","Tue Oct 15 23:25:03 GMT 2024","1","Waku Store, page size","","","","","Passing page size 0 when there are 110 messages","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","4","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp6","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing long","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","0","waitForRemotePeer","","","","","should reject if LightPush is requested but not mounted","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with special chars payload","" +"passed","Tue Oct 15 23:25:08 GMT 2024","Tue Oct 15 23:25:08 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Tue Oct 15 23:24:16 GMT 2024","Tue Oct 15 23:24:16 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 10 - Cluster ID: 10, Content Topic: /app74/1/topic712/proto","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","7","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only FILTER enabled","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:19:20 GMT 2024","Tue Oct 15 23:19:20 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" +"passed","Tue Oct 15 23:19:59 GMT 2024","Tue Oct 15 23:19:59 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 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:24:56 GMT 2024","Tue Oct 15 23:24:56 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with multiple decoders","" +"passed","Tue Oct 15 23:25:08 GMT 2024","Tue Oct 15 23:25:08 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: 40000 ms from now","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:24:56 GMT 2024","Tue Oct 15 23:24:56 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with different message text format","" +"passed","Tue Oct 15 23:22:38 GMT 2024","Tue Oct 15 23:22:38 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, different shard: nodes connect","" +"passed","Tue Oct 15 23:20:08 GMT 2024","Tue Oct 15 23:20:08 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","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","0","Waku Message version 0","","","","","Ephemeral field set to true","" +"passed","Tue Oct 15 23:22:38 GMT 2024","Tue Oct 15 23:22:38 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, same shard: nodes don't connect","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with short payload","" +"passed","Tue Oct 15 23:24:16 GMT 2024","Tue Oct 15 23:24:16 GMT 2024","0","Autosharding: Running Nodes","Others","","","","configure the node with multiple content topics","" +"passed","Tue Oct 15 23:20:32 GMT 2024","Tue Oct 15 23:20:32 GMT 2024","1","Public methods","","","","","removeEventListener with correct event","" +"passed","Tue Oct 15 23:24:54 GMT 2024","Tue Oct 15 23:24:54 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with numeric payload","" +"passed","Tue Oct 15 23:24:54 GMT 2024","Tue Oct 15 23:24:54 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Oct 15 23:24:28 GMT 2024","Tue Oct 15 23:24:28 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","shard 0","" +"passed","Tue Oct 15 23:24:54 GMT 2024","Tue Oct 15 23:24:54 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","Txt codec","","","","should encodeTxt and decodeTxt","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message equal or less that 1MB","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe at once to 10000 topics and publish messages","" +"passed","Tue Oct 15 23:24:42 GMT 2024","Tue Oct 15 23:24:42 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, No Decoder","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 GMT 2024","1","ENR multiaddrs codec","","","","","Sample","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Arabic and publish message","" +"passed","Tue Oct 15 23:22:45 GMT 2024","Tue Oct 15 23:22:45 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Oct 15 23:19:52 GMT 2024","Tue Oct 15 23:19:52 GMT 2024","0","Events","peer:connect","","","","should emit `peer:connected:peer-exchange` event when a peer is connected","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 0","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Wed Oct 16 2024 00:23:47 GMT+0000 (Coordinated Universal Time)","" +"passed","Tue Oct 15 23:24:25 GMT 2024","Tue Oct 15 23:24:25 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 10 index when there are 40 messages","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing emoji","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receives messages on 20 topics","" +"skipped","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after nwaku node is restarted","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty topic name field","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Russian","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/y","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing long and publish message","" +"passed","Tue Oct 15 23:25:13 GMT 2024","Tue Oct 15 23:25:13 GMT 2024","0","Wait for remote peer","","","","","Light Node - default protocols","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing short and receive message","" +"passed","Tue Oct 15 23:21:02 GMT 2024","Tue Oct 15 23:21:02 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing special chars","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is mis-prefixed","" +"passed","Tue Oct 15 23:20:32 GMT 2024","Tue Oct 15 23:20:32 GMT 2024","0","Public methods","","","","","dispatchEvent via connectionManager","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","0","Waku Message version 0","","","","","Round trip binary serialization","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","1","Waku Light Push: Single Node","","","","","Fails to push message bigger that 1MB","" +"passed","Tue Oct 15 23:24:16 GMT 2024","Tue Oct 15 23:24:16 GMT 2024","2","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 1 - Cluster ID: 10, Content Topic: /app35/10/topic983/json","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only RELAY set to true","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","pushOrInitMapSet","","","","","Init the array if not present","" +"passed","Tue Oct 15 23:24:42 GMT 2024","Tue Oct 15 23:24:42 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, Multiple PubsubTopics","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing JSON","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Script and publish message","" +"passed","Tue Oct 15 23:25:13 GMT 2024","Tue Oct 15 23:25:13 GMT 2024","1","Wait for remote peer","","","","","Privacy Node - default protocol","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","ensureShardingConfigured","","","","","should return valid sharding parameters for content topics autosharding","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","1","ENR","Txt codec","","","","should decode valid enr with tcp successfully","" +"passed","Tue Oct 15 23:19:26 GMT 2024","Tue Oct 15 23:19:26 GMT 2024","1","Waku Encryption","","","","","pre and post cipher","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message on other pubsub topic is not received","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Tue Oct 15 23:18:55 GMT 2024","Tue Oct 15 23:18:55 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta attribute not present)","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","0","StreamManager","","","","","should return usable stream attached to connection","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","DNS Node Discovery","","","","","ignores unrecognized TXT record formats","" +"passed","Tue Oct 15 23:22:45 GMT 2024","Tue Oct 15 23:22:45 GMT 2024","1","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","1","Waku Relay, Subscribe","","","","","Mutual subscription","" +"passed","Tue Oct 15 23:24:16 GMT 2024","Tue Oct 15 23:24:16 GMT 2024","0","Autosharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" +"passed","Tue Oct 15 23:21:02 GMT 2024","Tue Oct 15 23:21:02 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with shell command payload","" +"passed","Tue Oct 15 23:25:08 GMT 2024","Tue Oct 15 23:25:08 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","0","PeerManager","findAndAddPeers","","","","should find and add new peers","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 GMT 2024","1","Multiaddr from fields","","","","","tcp ip4 address","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Tue Oct 15 23:20:32 GMT 2024","Tue Oct 15 23:20:32 GMT 2024","1","Public methods","","","","","getPeersByDiscovery","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe one by one to 100 topics and publish messages","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing numeric","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe and publish messages on 2 different content topics","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no payload is not received","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only LIGHTPUSH set to true","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","ENRTree","","","","","ENRTree (root): should parse and verify and DNS root entry","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","Static tests","","","","should encode/decode to RLP encoding","" +"passed","Tue Oct 15 23:22:46 GMT 2024","Tue Oct 15 23:22:46 GMT 2024","1","Peer Exchange Continuous Discovery","","","","","Should update shard info","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Chinese and publish message","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing escaped characters","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","1","PeerManager","removeExcessPeers","","","","should remove the specified number of excess peers","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","0","Waku Relay, Subscribe","","","","","Publish without waiting for remote peer","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry is mis-prefixed","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 2 connections","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","contentTopicsByPubsubTopic","","","","","handles different clusterIds correctly","" +"passed","Tue Oct 15 23:24:15 GMT 2024","Tue Oct 15 23:24:15 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","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","1","selectOpenConnection","","","","","should return no connections if no open connection provided","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","1","waitForRemotePeer","","","","","should reject if Store is requested but not mounted","" +"skipped","Tue Oct 15 23:24:05 GMT 2024","Tue Oct 15 23:24:05 GMT 2024","1","Peer Exchange","","","","","wrong wakuPeerExchangeDiscovery pubsub topic","" +"passed","Tue Oct 15 23:20:35 GMT 2024","Tue Oct 15 23:20:35 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on subscribed peer","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Arabic","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups multiple content topics into the same pubsub topic when they share the same shard index","" +"passed","Tue Oct 15 23:20:24 GMT 2024","Tue Oct 15 23:20:24 GMT 2024","1","Connection state","","","","","isConnected return false after peer stops","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay capability","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Tue Oct 15 23:24:28 GMT 2024","Tue Oct 15 23:24:28 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","start node with empty shard should fail","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with unicode special characters payload","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","determinePubsubTopic","","","","","should process correctly when SingleShardInfo has no clusterId but has a shard","" +"passed","Tue Oct 15 23:19:28 GMT 2024","Tue Oct 15 23:19:28 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, signature]","" +"passed","Tue Oct 15 23:25:03 GMT 2024","Tue Oct 15 23:25:03 GMT 2024","1","Waku Store, page size","","","","","Passing page size 1 when there are 4 messages","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Overlapping topic subscription","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing SQL Injection","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 1 peers","" +"passed","Tue Oct 15 23:20:47 GMT 2024","Tue Oct 15 23:20:47 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 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","shardInfoToPubsubTopics","","","","","should throw an error if shards are undefined for static sharding","" +"passed","Tue Oct 15 23:23:46 GMT 2024","Tue Oct 15 23:23:46 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/1 topic","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","0","waitForRemotePeer","","","","","should wait for LightPush peer to be connected","" +"passed","Tue Oct 15 23:19:20 GMT 2024","Tue Oct 15 23:19:20 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 15 23:24:28 GMT 2024","Tue Oct 15 23:24:28 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 6 - Cluster ID: 361, Shard ID: 124","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing XML","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay and store capability","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","4","Waku Filter V2: FilterPush","","","","","Check message with invalid timestamp is not received","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing special chars","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Russian","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","singleShardInfosToShardInfo","","","","","should aggregate SingleShardInfos into a ShardInfo","" +"passed","Tue Oct 15 23:21:02 GMT 2024","Tue Oct 15 23:21:02 GMT 2024","6","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with only FILTER set to true","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","1","waitForRemotePeer","","","","","should wait for Filter peer to be connected","" +"skipped","Tue Oct 15 23:24:05 GMT 2024","Tue Oct 15 23:24:05 GMT 2024","0","Peer Exchange","","","","","new peer added after a peer was already found","" +"passed","Tue Oct 15 23:24:05 GMT 2024","Tue Oct 15 23:24:05 GMT 2024","0","Peer Exchange","","","","","peerDiscovery without wakuPeerExchangeDiscovery","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no content topic is not received","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Tue Oct 15 23:25:01 GMT 2024","Tue Oct 15 23:25:01 GMT 2024","5","Util: toAsyncIterator: Filter","","","","","creates an iterator","" +"passed","Tue Oct 15 23:25:28 GMT 2024","Tue Oct 15 23:25:28 GMT 2024","0","User Agent","","","","","Sets default value correctly","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via lightPush","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing XML and receive message","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing unicode special characters","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set UDP multiaddr","" +"skipped","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after jswaku node is restarted","" +"passed","Tue Oct 15 23:24:56 GMT 2024","Tue Oct 15 23:24:56 GMT 2024","0","Waku Store, general","","","","","Ordered callback, aborts when callback returns true","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing shell command","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 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 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","ensureValidContentTopic","","","","","throws on empty content topic","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","singleShardInfosToShardInfo","","","","","should throw an error for empty SingleShardInfos array","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/$","" +"passed","Tue Oct 15 23:19:52 GMT 2024","Tue Oct 15 23:19:52 GMT 2024","1","Events","waku:connection","","","","should be online or offline if network state changed","" +"passed","Tue Oct 15 23:20:32 GMT 2024","Tue Oct 15 23:20:32 GMT 2024","0","Public methods","","","","","listenerCount","" +"passed","Tue Oct 15 23:19:32 GMT 2024","Tue Oct 15 23:19:32 GMT 2024","0","LightPush SDK","","","","","should send to specified number of peers of used peers","" +"passed","Tue Oct 15 23:24:28 GMT 2024","Tue Oct 15 23:24:28 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 2 - Cluster ID: 822, Shard ID: 602","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","1","StreamManager","","","","","peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing SQL Injection","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Script and receive message","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","1","waitForRemotePeer","","","","","should reject if WakuNode is not started","" +"passed","Tue Oct 15 23:26:21 GMT 2024","Tue Oct 15 23:26:21 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" +"passed","Tue Oct 15 23:18:55 GMT 2024","Tue Oct 15 23:18:55 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (no timestamp)","" +"passed","Tue Oct 15 23:19:52 GMT 2024","Tue Oct 15 23:19:52 GMT 2024","3","Events","peer:discovery","","","","should emit `peer:discovery:bootstrap` event when a peer is discovered","" +"passed","Tue Oct 15 23:19:58 GMT 2024","Tue Oct 15 23:19:58 GMT 2024","3","Waku Message Ephemeral field","","","","","Ephemeral messages are not stored","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","1","waitForRemotePeer","","","","","should reject on timeout if it was set","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing short","" +"passed","Tue Oct 15 23:19:28 GMT 2024","Tue Oct 15 23:19:28 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing escaped characters","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing JSON","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","1","ENR","Verify","","","","should throw error - no public key","" +"passed","Tue Oct 15 23:18:55 GMT 2024","Tue Oct 15 23:18:55 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (payload length 0)","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty version field","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","DNS Node Discovery","","","","","ignores domain fetching errors","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 3 connections","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Basic HTML tag","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Chinese payload","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/-/1","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/","" +"passed","Tue Oct 15 23:25:13 GMT 2024","Tue Oct 15 23:25:13 GMT 2024","1","Wait for remote peer","","","","","Relay - dialed first","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 3 peers","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with rate limit","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with numeric payload","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing special chars","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","determinePubsubTopic","","","","","should return a calculated topic if SingleShardInfo is provided","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing emoji and receive message","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","LightPush with 3 connections","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 0 peers","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","Txt codec","","","","should throw error - no id","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","determinePubsubTopic","","","","","should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with emoji payload","" +"passed","Tue Oct 15 23:21:02 GMT 2024","Tue Oct 15 23:21:02 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Tue Oct 15 23:22:41 GMT 2024","Tue Oct 15 23:22:41 GMT 2024","1","nwaku","","","","","Correctly serialized arguments","" +"passed","Tue Oct 15 23:21:10 GMT 2024","Tue Oct 15 23:21:10 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Keep-alive pings maintain the connection","" +"passed","Tue Oct 15 23:19:28 GMT 2024","Tue Oct 15 23:19:28 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Tue Oct 15 23:19:58 GMT 2024","Tue Oct 15 23:19:58 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - encoder v0","" +"passed","Tue Oct 15 23:20:47 GMT 2024","Tue Oct 15 23:20:47 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" +"passed","Tue Oct 15 23:19:28 GMT 2024","Tue Oct 15 23:19:28 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing SQL Injection","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing escaped characters","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","0","StreamManager","","","","","should throw if no connection provided","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","0","waitForRemotePeer","","","","","should wait for Store peer to be connected","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing SQL Injection and receive message","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","2","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with non string payload is not received","" +"passed","Tue Oct 15 23:20:35 GMT 2024","Tue Oct 15 23:20:35 GMT 2024","1","Waku Filter V2: Ping","","","","","Reopen subscription with peer with lost subscription","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing XML","" +"passed","Tue Oct 15 23:24:42 GMT 2024","Tue Oct 15 23:24:42 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, Multiple PubsubTopics","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with shell command payload","" +"skipped","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","" +"passed","Tue Oct 15 23:25:08 GMT 2024","Tue Oct 15 23:25:08 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Russian and publish message","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 3 peers","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","LightPush with 0 connections","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp4","" +"passed","Tue Oct 15 23:19:26 GMT 2024","Tue Oct 15 23:19:26 GMT 2024","0","Waku Encryption","","","","","Sign & Recover","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","Txt codec","","","","should decode valid ENR with multiaddrs successfully [shared test vector]","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Tue Oct 15 23:22:38 GMT 2024","Tue Oct 15 23:22:38 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, different shard: nodes don't connect","" +"passed","Tue Oct 15 23:25:13 GMT 2024","Tue Oct 15 23:25:13 GMT 2024","0","Wait for remote peer","","","","","Filter","" +"passed","Tue Oct 15 23:20:08 GMT 2024","Tue Oct 15 23:20:08 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event after stop","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 1 peers","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","0","StreamManager","","","","","should return different streams if requested simultaniously","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 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 15 23:20:47 GMT 2024","Tue Oct 15 23:20:47 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Oct 15 23:25:28 GMT 2024","Tue Oct 15 23:25:28 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","Does not throw an exception when node disconnects","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Basic HTML tag payload","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/y/1","" +"passed","Tue Oct 15 23:24:43 GMT 2024","Tue Oct 15 23:24:43 GMT 2024","0","Waku Store, order","","","","","Query Generator - true","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with meta","" +"passed","Tue Oct 15 23:25:03 GMT 2024","Tue Oct 15 23:25:03 GMT 2024","0","Waku Store, page size","","","","","Passing page size 110 when there are 120 messages","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish duplicate message","" +"passed","Tue Oct 15 23:24:56 GMT 2024","Tue Oct 15 23:24:56 GMT 2024","0","Waku Store, general","","","","","Callback on promise, aborts when callback returns true","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Throws when trying to push message with empty payload","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only LIGHTPUSH set to true","" +"passed","Tue Oct 15 23:20:47 GMT 2024","Tue Oct 15 23:20:47 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with non-number generation field","" +"passed","Tue Oct 15 23:19:26 GMT 2024","Tue Oct 15 23:19:26 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 fetches","" +"passed","Tue Oct 15 23:24:42 GMT 2024","Tue Oct 15 23:24:42 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, Wrong PubsubTopic","" +"passed","Tue Oct 15 23:20:32 GMT 2024","Tue Oct 15 23:20:32 GMT 2024","1","Public methods","","","","","addEventListener with wrong event","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing long","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 2 peers","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Arabic payload","" +"passed","Tue Oct 15 23:24:15 GMT 2024","Tue Oct 15 23:24:15 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 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receives messages on 20 topics","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with RELAY and FILTER protocols set to true","" +"skipped","Tue Oct 15 23:23:32 GMT 2024","Tue Oct 15 23:23:32 GMT 2024","0","Peer Exchange Query","","","","","non connected peers","" +"passed","Tue Oct 15 23:24:15 GMT 2024","Tue Oct 15 23:24:15 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should emit a peer event after start","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Basic HTML tag and receive message","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","1","filterPeersByDiscovery function","","","","","should return only bootstrap peers up to maxBootstrapPeers","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","1","Waku Light Push: Single Node","","","","","Fails to push message with large meta","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish 10000 messages on the same topic","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 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 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","1","selectOpenConnection","","","","","returns only open connection if one present","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Tue Oct 15 2024 22:23:47 GMT+0000 (Coordinated Universal Time)","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","5","Health Manager","Should update the health status for protocols","","","","LightPush with 1 connections","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","1","selectOpenConnection","","","","","should select older connection if present","" +"passed","Tue Oct 15 23:22:45 GMT 2024","Tue Oct 15 23:22:45 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Tue Oct 15 23:23:34 GMT 2024","Tue Oct 15 23:23:34 GMT 2024","0","Waku Relay","","","","","Delete observer","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing short","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing emoji","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing XML","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry signature is invalid","" +"passed","Tue Oct 15 23:24:25 GMT 2024","Tue Oct 15 23:24:25 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 2 index when there are 4 messages","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing long","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with XML payload","" +"passed","Tue Oct 15 23:25:08 GMT 2024","Tue Oct 15 23:25:08 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: -20000 ms from now","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1729034391505000000 ","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","Txt codec","","","","should throw error - no public key","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with size larger than 1 MB","" +"passed","Tue Oct 15 23:19:32 GMT 2024","Tue Oct 15 23:19:32 GMT 2024","1","LightPush SDK","","","","","should fail to send if no connected peers found","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rsv format (Bit Vector)","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message bigger that 1MB","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to true","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Renews subscription after lossing a connection","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set TCP multiaddr","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with meta","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with escaped characters payload","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing shell command","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing shell command and receive message","" +"passed","Tue Oct 15 23:24:43 GMT 2024","Tue Oct 15 23:24:43 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - true","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing long","" +"passed","Tue Oct 15 23:25:13 GMT 2024","Tue Oct 15 23:25:13 GMT 2024","0","Wait for remote peer","","","","","Relay - times out","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp","" +"skipped","Tue Oct 15 23:20:08 GMT 2024","Tue Oct 15 23:20:08 GMT 2024","0","DNS Node Discovery [live data]","","","","","should use DNS peer discovery with light client","" +"passed","Tue Oct 15 23:24:42 GMT 2024","Tue Oct 15 23:24:42 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, Wrong PubsubTopic","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with SQL Injection payload","" +"passed","Tue Oct 15 23:20:47 GMT 2024","Tue Oct 15 23:20:47 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on autosharded pubsubtopic","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","0","PeerManager","findAndAddPeers","","","","should log when no additional peers are found","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Tue Oct 15 23:25:13 GMT 2024","Tue Oct 15 23:25:13 GMT 2024","0","Wait for remote peer","","","","","LightPush","" +"passed","Tue Oct 15 23:24:16 GMT 2024","Tue Oct 15 23:24:16 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 6 - Cluster ID: 10, Content Topic: /app33/1/topic385/xml","" +"passed","Tue Oct 15 23:20:24 GMT 2024","Tue Oct 15 23:20:24 GMT 2024","0","Connection state","","","","","should emit `waku:offline` event only when all peers disconnect","" +"passed","Tue Oct 15 23:24:25 GMT 2024","Tue Oct 15 23:24:25 GMT 2024","0","Waku Store, cursor","","","","","Passing invalid cursor","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/$/1","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","0","Sets sharding configuration correctly","","","","","uses static shard pubsub topic instead of autosharding when set","" +"passed","Tue Oct 15 23:19:58 GMT 2024","Tue Oct 15 23:19:58 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - asymmetric encryption","" +"passed","Tue Oct 15 23:24:16 GMT 2024","Tue Oct 15 23:24:16 GMT 2024","2","Autosharding: Running Nodes","Different clusters and topics","","","","Cluster ID 0 - Default/Global Cluster","" +"passed","Tue Oct 15 23:22:45 GMT 2024","Tue Oct 15 23:22:45 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs//1","" +"passed","Tue Oct 15 23:20:35 GMT 2024","Tue Oct 15 23:20:35 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on peer without subscriptions","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","ensureValidContentTopic","","","","","does not throw on valid cases","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","Filter with 0 connections","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","2","pushOrInitMapSet","","","","","Push to array if already present","" +"passed","Tue Oct 15 23:22:38 GMT 2024","Tue Oct 15 23:22:38 GMT 2024","1","Metadata Protocol","","","","","receiving a ping from a peer does not overwrite shard info","" +"passed","Tue Oct 15 23:19:52 GMT 2024","Tue Oct 15 23:19:52 GMT 2024","1","Events","peer:connect","","","","should emit `peer:connected:bootstrap` event when a peer is connected","" +"passed","Tue Oct 15 23:18:55 GMT 2024","Tue Oct 15 23:18:55 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (message is IDecodedMessage)","" +"skipped","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","4","Waku Relay, Subscribe","","","","","Refresh subscription","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Overlapping topic subscription","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing JSON","" +"passed","Tue Oct 15 23:22:41 GMT 2024","Tue Oct 15 23:22:41 GMT 2024","1","multiaddr: dialing","","","","","can dial TLS multiaddrs","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing escaped characters and publish message","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing special chars and publish message","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","Static tests","","","","should encode/decode to text encoding","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing XML","" +"passed","Tue Oct 15 23:20:35 GMT 2024","Tue Oct 15 23:20:35 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on subscribed peer","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Script","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 2 peers","" +"passed","Tue Oct 15 23:20:35 GMT 2024","Tue Oct 15 23:20:35 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Reopen subscription with peer with lost subscription","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with only LIGHTPUSH enabled","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Arabic","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","1","Waku Light Push: Single Node","","","","","Fails to push message with empty content topic","" +"skipped","Tue Oct 15 23:23:32 GMT 2024","Tue Oct 15 23:23:32 GMT 2024","1","Peer Exchange Query","","","","","more peers than existing","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","1","ENR","Static tests","","","","should properly compute the node id","" +"passed","Tue Oct 15 23:19:28 GMT 2024","Tue Oct 15 23:19:28 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, no signature]","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","1","PeerManager","hasPeers","","","","should return true when peers exist","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Basic HTML tag payload","" +"passed","Tue Oct 15 23:25:13 GMT 2024","Tue Oct 15 23:25:13 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed after","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via lightPush","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /app/22/sometopic/someencoding to shard index 2","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","Relay Shard codec","","","","","should throw an error for insufficient data","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","0","Waku Relay, Subscribe","","","","","Register correct protocols","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Basic HTML tag","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1729030907155","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:24:16 GMT 2024","Tue Oct 15 23:24:16 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 4 - Cluster ID: 10, Content Topic: /app3/4/topic356/utf8","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","shardInfoToPubsubTopics","","","","","should convert content topics to PubsubTopics for autosharding","" +"passed","Tue Oct 15 23:23:50 GMT 2024","Tue Oct 15 23:23:50 GMT 2024","0","Waku Relay, Interop","","","","","Js publishes, other Js receives","" +"passed","Tue Oct 15 23:25:03 GMT 2024","Tue Oct 15 23:25:03 GMT 2024","0","Waku Store, page size","","","","","Passing page size 3 when there are 20 messages","" +"passed","Tue Oct 15 23:24:53 GMT 2024","Tue Oct 15 23:24:53 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is true","" +"passed","Tue Oct 15 23:19:15 GMT 2024","Tue Oct 15 23:19:15 GMT 2024","0","Discovery","","","","","returns a subset of values when wanted number is lesser than available values","" +"passed","Tue Oct 15 23:20:24 GMT 2024","Tue Oct 15 23:20:24 GMT 2024","0","Connection state","","","","","isConnected between 2 js-waku relay nodes","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with too few or too many fields","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","contentTopicToShardIndex","","","","","topics with same application and version share the same shard","" +"passed","Tue Oct 15 23:24:28 GMT 2024","Tue Oct 15 23:24:28 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 5 - Cluster ID: 558, Shard ID: 680","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with no payload is not received","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 0 peers, Filter: 0 peers","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Script","" +"passed","Tue Oct 15 23:20:35 GMT 2024","Tue Oct 15 23:20:35 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on peer without subscriptions","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing short","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 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 15 23:24:28 GMT 2024","Tue Oct 15 23:24:28 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 3 - Cluster ID: 49, Shard ID: 205","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr successfully","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing long","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing emoji","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing emoji","" +"passed","Tue Oct 15 23:20:08 GMT 2024","Tue Oct 15 23:20:08 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should emit a peer event after start","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Basic HTML tag","" +"passed","Tue Oct 15 23:19:52 GMT 2024","Tue Oct 15 23:19:52 GMT 2024","0","Events","peer:discovery","","","","should emit `peer:discovery:peer-exchange` event when a peer is discovered","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push 30 different messages","" +"passed","Tue Oct 15 23:19:52 GMT 2024","Tue Oct 15 23:19:52 GMT 2024","1","Events","waku:connection","","","","should emit events and trasition isConnected state when has peers or no peers","" +"passed","Tue Oct 15 23:19:26 GMT 2024","Tue Oct 15 23:19:26 GMT 2024","0","Waku Encryption","","","","","Symmetric encrypt & Decrypt","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Chinese","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:24:53 GMT 2024","Tue Oct 15 23:24:53 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is false","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","ensurePubsubTopicIsConfigured","","","","","should throw an error for an unconfigured topic","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with RELAY and FILTER protocols set to true","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty application field","" +"passed","Tue Oct 15 23:25:08 GMT 2024","Tue Oct 15 23:25:08 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","" +"passed","Tue Oct 15 23:21:02 GMT 2024","Tue Oct 15 23:21:02 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing XML","" +"passed","Tue Oct 15 23:23:46 GMT 2024","Tue Oct 15 23:23:46 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" +"passed","Tue Oct 15 23:25:28 GMT 2024","Tue Oct 15 23:25:28 GMT 2024","0","Decryption Keys","","","","","Used by Waku Relay","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should extract SingleShardInfo from a valid PubsubTopic","" +"passed","Tue Oct 15 23:22:38 GMT 2024","Tue Oct 15 23:22:38 GMT 2024","1","Metadata Protocol","","","","","PeerStore has remote peer's shard info after successful connection","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Arabic payload","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 fetch","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing unicode special characters","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no payload is not received","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1729034391567000000 ","" +"passed","Tue Oct 15 23:20:08 GMT 2024","Tue Oct 15 23:20:08 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start the service","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","ENRTree","","","","","ENRTree (branch): should error if DNS branch entry is mis-prefixed","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/\/1","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","1","Health Manager","Should update the health status for protocols","","","","Filter with 1 connections","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","0","Health Manager","Should update the health status for protocols","","","","LightPush with 2 connections","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","Verify","","","","should throw error - no id","" +"passed","Tue Oct 15 23:24:15 GMT 2024","Tue Oct 15 23:24:15 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" +"passed","Tue Oct 15 23:25:03 GMT 2024","Tue Oct 15 23:25:03 GMT 2024","0","Waku Store, page size","","","","","Default pageSize","" +"passed","Tue Oct 15 23:23:50 GMT 2024","Tue Oct 15 23:23:50 GMT 2024","1","Waku Relay, Interop","","","","","Nwaku publishes","" +"passed","Tue Oct 15 23:19:58 GMT 2024","Tue Oct 15 23:19:58 GMT 2024","1","ENR Interop: ServiceNode","","","","","Relay","" +"passed","Tue Oct 15 23:18:55 GMT 2024","Tue Oct 15 23:18:55 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta size of 64 bytes)","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with special chars payload","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with store capability","" +"passed","Tue Oct 15 23:19:20 GMT 2024","Tue Oct 15 23:19:20 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" +"passed","Tue Oct 15 23:22:17 GMT 2024","Tue Oct 15 23:22:17 GMT 2024","1","This","Is","","","","A test","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","contentTopicsByPubsubTopic","","","","","handles different networkShards values correctly","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Throws when trying to push message with empty payload","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","0","waitForRemotePeer","","","","","should call waitForPeer on Relay","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with long payload","" +"passed","Tue Oct 15 23:25:01 GMT 2024","Tue Oct 15 23:25:01 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","handles multiple messages","" +"passed","Tue Oct 15 23:20:24 GMT 2024","Tue Oct 15 23:20:24 GMT 2024","1","Connection state","","","","","should emit `waku:online` event only when first peer is connected","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Script","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing shell command and publish message","" +"passed","Tue Oct 15 23:19:28 GMT 2024","Tue Oct 15 23:19:28 GMT 2024","0","Ecies Encryption","","","","","Check meta is set [ecies]","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Tue Oct 15 23:19:59 GMT 2024","Tue Oct 15 23:19:59 GMT 2024","0","Dials","dialPeer method","For bootstrap peers","","","should be called for bootstrap peers","" +"skipped","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after nwaku node is restarted","" +"passed","Tue Oct 15 23:25:28 GMT 2024","Tue Oct 15 23:25:28 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Using a function","" +"skipped","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after client node is restarted","" +"passed","Tue Oct 15 23:20:08 GMT 2024","Tue Oct 15 23:20:08 GMT 2024","6","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event before start","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Chinese","" +"passed","Tue Oct 15 23:19:59 GMT 2024","Tue Oct 15 23:19:59 GMT 2024","1","Dials","dialPeer method","For peer-exchange peers","","","should be called for peers with PEER_EXCHANGE tags","" +"passed","Tue Oct 15 23:21:10 GMT 2024","Tue Oct 15 23:21:10 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Ping fails for unsubscribed peers","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing short and receive message","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:24:42 GMT 2024","Tue Oct 15 23:24:42 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, No message returned","" +"passed","Tue Oct 15 23:24:25 GMT 2024","Tue Oct 15 23:24:25 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 50 messages","" +"passed","Tue Oct 15 23:25:03 GMT 2024","Tue Oct 15 23:25:03 GMT 2024","0","Waku Store, page size","","","","","Passing page size 11 when there are 10 messages","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/!/1","" +"passed","Tue Oct 15 23:19:58 GMT 2024","Tue Oct 15 23:19:58 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - symmetric encryption","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Tue Oct 15 23:24:42 GMT 2024","Tue Oct 15 23:24:42 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, No Decoder","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no content topic is not received","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/ /1","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","0","PeerManager","getPeerCount","","","","should return the correct number of peers","" +"passed","Tue Oct 15 23:24:25 GMT 2024","Tue Oct 15 23:24:25 GMT 2024","0","Waku Store, cursor","","","","","Reusing cursor across nodes","" +"passed","Tue Oct 15 23:25:08 GMT 2024","Tue Oct 15 23:25:08 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing SQL Injection and receive message","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Tue Oct 15 23:20:35 GMT 2024","Tue Oct 15 23:20:35 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on subscribed peer","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with wrong pubsubtopic","" +"passed","Tue Oct 15 23:26:21 GMT 2024","Tue Oct 15 23:26:21 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","Relay Shard codec","","","","","should correctly encode and decode relay shards using rs format (Index List)","" +"passed","Tue Oct 15 23:19:20 GMT 2024","Tue Oct 15 23:19:20 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should load peers from local storage and dispatch events","" +"passed","Tue Oct 15 23:20:35 GMT 2024","Tue Oct 15 23:20:35 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Reopen subscription with peer with lost subscription","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/rs","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","contentTopicToPubsubTopic","","","","","should map different content topics to different pubsub topics based on shard index","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only FILTER set to true","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","1","PeerManager","addPeer","","","","should add a peer","" +"passed","Tue Oct 15 23:24:56 GMT 2024","Tue Oct 15 23:24:56 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with different content topic format","" +"passed","Tue Oct 15 23:19:28 GMT 2024","Tue Oct 15 23:19:28 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Russian","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing JSON","" +"passed","Tue Oct 15 23:21:02 GMT 2024","Tue Oct 15 23:21:02 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Tue Oct 15 23:25:08 GMT 2024","Tue Oct 15 23:25:08 GMT 2024","0","Waku Store, time filter","","","","","msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","0","waitForRemotePeer","","","","","should reject if Relay is requested but not mounted","" +"passed","Tue Oct 15 23:19:20 GMT 2024","Tue Oct 15 23:19:20 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should update peers in local storage on 'peer:identify' event","" +"passed","Tue Oct 15 23:22:46 GMT 2024","Tue Oct 15 23:22:46 GMT 2024","1","Peer Exchange Continuous Discovery","","","","","Should update multiaddrs","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing unicode special characters","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","1","StreamManager","","","","","peer:update - should do nothing if another protocol hit","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1698276073747","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message on other pubsub topic is not received","" +"passed","Tue Oct 15 23:19:58 GMT 2024","Tue Oct 15 23:19:58 GMT 2024","0","ENR Interop: ServiceNode","","","","","All","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing shell command","" +"passed","Tue Oct 15 23:20:24 GMT 2024","Tue Oct 15 23:20:24 GMT 2024","1","Connection state","","","","","isConnected should return true after first peer connects","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Arabic","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only RELAY set to true","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Arabic","" +"passed","Tue Oct 15 23:24:42 GMT 2024","Tue Oct 15 23:24:42 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, No message returned","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing numeric","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 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 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing short","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing SQL Injection","" +"passed","Tue Oct 15 23:24:56 GMT 2024","Tue Oct 15 23:24:56 GMT 2024","0","Waku Store, general","","","","","Query generator for 2000 messages","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (2) when cannot fulfill all requirements","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /statusim/1/community/cbor to shard index 4","" +"passed","Tue Oct 15 23:20:24 GMT 2024","Tue Oct 15 23:20:24 GMT 2024","0","Connection state","","","","","`waku:online` between 2 js-waku relay nodes","" +"passed","Tue Oct 15 23:21:10 GMT 2024","Tue Oct 15 23:21:10 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Number of peers are maintained correctly","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/!","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should not throw an error for a single configured topic","" +"skipped","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after service node is restarted","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 relays, 2 fetches","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing JSON and publish message","" +"passed","Tue Oct 15 23:20:47 GMT 2024","Tue Oct 15 23:20:47 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","2","Waku Relay, Subscribe","","","","","Subscribe and publish message","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing SQL Injection","" +"passed","Tue Oct 15 23:19:26 GMT 2024","Tue Oct 15 23:19:26 GMT 2024","1","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, no signature]","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive 2 messages on the same topic","" +"passed","Tue Oct 15 23:24:28 GMT 2024","Tue Oct 15 23:24:28 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 8 - Cluster ID: 160, Shard ID: 792","" +"passed","Tue Oct 15 23:25:28 GMT 2024","Tue Oct 15 23:25:28 GMT 2024","1","Waku Dial [node only]","Bootstrap","","","","Passing an array","" +"passed","Tue Oct 15 23:25:01 GMT 2024","Tue Oct 15 23:25:01 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","unsubscribes","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","determinePubsubTopic","","","","","should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Basic HTML tag","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing numeric and publish message","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Arabic","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty encoding field","" +"passed","Tue Oct 15 23:19:26 GMT 2024","Tue Oct 15 23:19:26 GMT 2024","0","Symmetric Encryption","","","","","Check meta is set [symmetric]","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with empty content topic","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with short payload","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","shardInfoToPubsubTopics","","","","","should return unique PubsubTopics for static sharding","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Chinese","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing shell command","" +"passed","Tue Oct 15 23:22:45 GMT 2024","Tue Oct 15 23:22:45 GMT 2024","1","Waku Light Push : Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with STORE and LIGHTPUSH protocols set to true","" +"passed","Tue Oct 15 23:20:47 GMT 2024","Tue Oct 15 23:20:47 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"skipped","Tue Oct 15 23:20:08 GMT 2024","Tue Oct 15 23:20:08 GMT 2024","0","DNS Node Discovery [live data]","","","","","passes more than one ENR URLs and attempts connection","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with XML payload","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages from multiple nwaku nodes","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Tue Oct 15 23:19:15 GMT 2024","Tue Oct 15 23:19:15 GMT 2024","3","Discovery","","","","","returns all values when wanted number is greater than available values","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","contentTopicToPubsubTopic","","","","","should use the provided clusterId for the pubsub topic","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing emoji","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 Filter, gives up","" +"passed","Tue Oct 15 23:24:25 GMT 2024","Tue Oct 15 23:24:25 GMT 2024","4","Waku Store, cursor","","","","","Passing cursor with wrong pubsubTopic","" +"passed","Tue Oct 15 23:19:26 GMT 2024","Tue Oct 15 23:19:26 GMT 2024","1","Waku Encryption","","","","","Asymmetric encrypt & decrypt","" +"passed","Tue Oct 15 23:24:54 GMT 2024","Tue Oct 15 23:24:54 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with emoji payload","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 1 peers","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","0","PeerManager","hasPeers","","","","should return false when no peers exist","" +"passed","Tue Oct 15 23:23:46 GMT 2024","Tue Oct 15 23:23:46 GMT 2024","1","Waku Relay (Autosharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to false","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /myapp/1/latest/proto to shard index 0","" +"passed","Tue Oct 15 23:23:46 GMT 2024","Tue Oct 15 23:23:46 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/0 topic","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing shell command","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","2","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1698276107155","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","singleShardInfoToPubsubTopic","","","","","should convert a SingleShardInfo object to the correct PubsubTopic","" +"passed","Tue Oct 15 23:26:21 GMT 2024","Tue Oct 15 23:26:21 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing unicode special characters and publish message","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing special chars","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","contentTopicsByPubsubTopic","","","","","throws an error for improperly formatted content topics","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","ensureShardingConfigured","","","","","handles empty contentTopics array correctly","" +"passed","Tue Oct 15 23:24:56 GMT 2024","Tue Oct 15 23:24:56 GMT 2024","0","Waku Store, general","","","","","Callback on promise","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing shell command and receive message","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Chinese payload","" +"passed","Tue Oct 15 23:24:56 GMT 2024","Tue Oct 15 23:24:56 GMT 2024","0","Waku Store, general","","","","","Generator, with asymmetric & symmetric encrypted messages","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 0 peers","" +"passed","Tue Oct 15 23:24:42 GMT 2024","Tue Oct 15 23:24:42 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, Multiple PubsubTopics","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe topics the node is not subscribed to","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 3 peers","" +"passed","Tue Oct 15 23:24:05 GMT 2024","Tue Oct 15 23:24:05 GMT 2024","2","Peer Exchange","","","","","getPeersByDiscovery","" +"passed","Tue Oct 15 23:23:46 GMT 2024","Tue Oct 15 23:23:46 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" +"passed","Tue Oct 15 23:24:54 GMT 2024","Tue Oct 15 23:24:54 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Russian payload","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","0","waitForRemotePeer","","","","","should reject if Filter is requested but not mounted","" +"passed","Tue Oct 15 23:20:32 GMT 2024","Tue Oct 15 23:20:32 GMT 2024","0","Public methods","","","","","removeEventListener with wrong event","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with generation field greater than 0","" +"passed","Tue Oct 15 23:23:46 GMT 2024","Tue Oct 15 23:23:46 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Tue Oct 15 23:19:26 GMT 2024","Tue Oct 15 23:19:26 GMT 2024","0","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, signature]","" +"skipped","Tue Oct 15 23:23:32 GMT 2024","Tue Oct 15 23:23:32 GMT 2024","0","Peer Exchange Query","","","","","connected peers and dial","" +"passed","Tue Oct 15 23:24:25 GMT 2024","Tue Oct 15 23:24:25 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 110 index when there are 120 messages","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Script","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic for different network shard sizes","" +"passed","Tue Oct 15 23:24:53 GMT 2024","Tue Oct 15 23:24:53 GMT 2024","1","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is false","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","Waku2 key: decode","","","","Relay + Store","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Chinese","" +"passed","Tue Oct 15 23:22:38 GMT 2024","Tue Oct 15 23:22:38 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, same shard: nodes connect","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing numeric","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing long and receive message","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","" +"passed","Tue Oct 15 23:22:45 GMT 2024","Tue Oct 15 23:22:45 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 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 15 23:19:26 GMT 2024","Tue Oct 15 23:19:26 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/x","" +"passed","Tue Oct 15 23:19:20 GMT 2024","Tue Oct 15 23:19:20 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start and stop the service","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no content topic is not received","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","Verify","","","","should throw error - invalid id","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/27/sometopic/someencoding to shard index 5","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 101 topics (new limit)","" +"passed","Tue Oct 15 23:24:53 GMT 2024","Tue Oct 15 23:24:53 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is true","" +"passed","Tue Oct 15 23:24:42 GMT 2024","Tue Oct 15 23:24:42 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No message returned","" +"passed","Tue Oct 15 23:24:25 GMT 2024","Tue Oct 15 23:24:25 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 20 messages","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/-","" +"passed","Tue Oct 15 23:19:20 GMT 2024","Tue Oct 15 23:19:20 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should add and remove event listeners correctly","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","0","Waku Message version 0","","","","","Meta field set when metaSetter is specified","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","3","Waku Relay, Subscribe","","","","","Subscribe to topic containing short and publish message","" +"passed","Tue Oct 15 23:20:08 GMT 2024","Tue Oct 15 23:20:08 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start and stop the service","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receives messages on 20 topics","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 2 peers","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:24:28 GMT 2024","Tue Oct 15 23:24:28 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1729034391567000000 ","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Refresh subscription","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to true","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","5","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1729038107155","" +"passed","Tue Oct 15 23:24:43 GMT 2024","Tue Oct 15 23:24:43 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - false","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1729034391567 ","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols disabled","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 2 peers, Filter: 3 peers","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 7","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","1","StreamManager","","","","","should create a new stream if no existing for protocol found","" +"passed","Tue Oct 15 23:19:20 GMT 2024","Tue Oct 15 23:19:20 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start the service","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1729038073747","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is misformatted","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","Verify","","","","should return false","" +"passed","Tue Oct 15 23:24:28 GMT 2024","Tue Oct 15 23:24:28 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 4 - Cluster ID: 711, Shard ID: 923","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing special chars","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/\","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","1","PeerManager","findAndAddPeers","","","","should not add existing peers","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Tue Oct 15 23:19:07 GMT 2024","Tue Oct 15 23:19:07 GMT 2024","3","to proto message","","","","","Fields are not dropped","" +"passed","Tue Oct 15 23:24:54 GMT 2024","Tue Oct 15 23:24:54 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","DNS Node Discovery","","","","","it tolerates circular branch references","" +"passed","Tue Oct 15 23:19:32 GMT 2024","Tue Oct 15 23:19:32 GMT 2024","1","LightPush SDK","","","","","should retry on failure if specified","" +"skipped","Tue Oct 15 23:23:32 GMT 2024","Tue Oct 15 23:23:32 GMT 2024","0","Peer Exchange Query","","","","","less peers than existing","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Tue Oct 15 23:20:32 GMT 2024","Tue Oct 15 23:20:32 GMT 2024","1","Public methods","","","","","safeDispatchEvent","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing JSON","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /app/29/sometopic/someencoding to shard index 6","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should parse a DNS tree entry","" +"passed","Tue Oct 15 23:26:21 GMT 2024","Tue Oct 15 23:26:21 GMT 2024","1","Static Sharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Script","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Tue Oct 15 23:19:26 GMT 2024","Tue Oct 15 23:19:26 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"skipped","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","2","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after jswaku node is restarted","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing numeric","" +"passed","Tue Oct 15 23:21:10 GMT 2024","Tue Oct 15 23:21:10 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Maintains correct number of peers after multiple subscribe/unsubscribe cycles","" +"passed","Tue Oct 15 23:24:28 GMT 2024","Tue Oct 15 23:24:28 GMT 2024","1","Static Sharding: Running Nodes","Others","","","","configure the node with multiple pubsub topics","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","3","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing escaped characters","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Russian payload","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","0","PeerManager","removePeer","","","","should remove a peer","" +"passed","Tue Oct 15 23:20:32 GMT 2024","Tue Oct 15 23:20:32 GMT 2024","0","Public methods","","","","","stop","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","singleShardInfosToShardInfo","","","","","should throw an error for SingleShardInfos with different clusterIds","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 GMT 2024","1","Multiaddr from fields","","","","","udp ip6 address","" +"passed","Tue Oct 15 23:22:45 GMT 2024","Tue Oct 15 23:22:45 GMT 2024","2","Waku Light Push : Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Oct 15 23:23:46 GMT 2024","Tue Oct 15 23:23:46 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Tue Oct 15 23:24:28 GMT 2024","Tue Oct 15 23:24:28 GMT 2024","6","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 7 - Cluster ID: 592, Shard ID: 217","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","0","filterPeersByDiscovery function","","","","","should return all peers when numPeers is 0","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with JSON payload","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Wed Oct 25 2023 23:23:47 GMT+0000 (Coordinated Universal Time)","" +"passed","Tue Oct 15 23:24:16 GMT 2024","Tue Oct 15 23:24:16 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Wrong topic","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","3","Waku Relay, Publish","","","","","Fails to publish message with wrong content topic","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","1","getPeers","getPeers property-based tests","","","","should return the correct number of peers based on numPeers and maxBootstrapPeers","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","" +"skipped","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after nwaku node is restarted","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","1","ENR","Location multiaddr","","","","should properly create peer info with all multiaddrs","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing short","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","0","Node Health Status Matrix Tests","","","","","LightPush: 3 peers, Filter: 2 peers","" +"passed","Tue Oct 15 23:19:20 GMT 2024","Tue Oct 15 23:19:20 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 15 23:25:13 GMT 2024","Tue Oct 15 23:25:13 GMT 2024","0","Wait for remote peer","","","","","Store - dialed after - with timeout","" +"skipped","Tue Oct 15 23:21:13 GMT 2024","Tue Oct 15 23:21:13 GMT 2024","1","Node Health Status Matrix Tests","","","","","LightPush: 1 peers, Filter: 1 peers","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with escaped characters payload","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Script and receive message","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Basic HTML tag","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing emoji","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should not throw an error when the topic is within a list of configured topics","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Arabic","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with non string payload is not received","" +"passed","Tue Oct 15 23:19:36 GMT 2024","Tue Oct 15 23:19:36 GMT 2024","1","Message Validator","","","","","Accepts a valid Waku Message","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Script payload","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 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 15 23:20:47 GMT 2024","Tue Oct 15 23:20:47 GMT 2024","3","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing long","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing JSON","" +"passed","Tue Oct 15 23:24:43 GMT 2024","Tue Oct 15 23:24:43 GMT 2024","0","Waku Store, order","","","","","Query Generator - false","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","0","StreamManager","","","","","peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Overlapping topic subscription","" +"passed","Tue Oct 15 23:20:35 GMT 2024","Tue Oct 15 23:20:35 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on unsubscribed peer","" +"passed","Tue Oct 15 23:19:59 GMT 2024","Tue Oct 15 23:19:59 GMT 2024","0","Dials","attemptDial method","","","","should be called at least once on all `peer:discovery` events","" +"passed","Tue Oct 15 23:20:35 GMT 2024","Tue Oct 15 23:20:35 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on peer without subscriptions","" +"passed","Tue Oct 15 23:21:10 GMT 2024","Tue Oct 15 23:21:10 GMT 2024","4","Waku Filter: Peer Management: E2E","","","","","Renews peer on consistent ping failures","" +"passed","Tue Oct 15 23:21:10 GMT 2024","Tue Oct 15 23:21:10 GMT 2024","0","Waku Filter: Peer Management: E2E","","","","","Renews peer for Filter on peer:disconnect event","" +"passed","Tue Oct 15 23:19:36 GMT 2024","Tue Oct 15 23:19:36 GMT 2024","0","Message Validator","","","","","Rejects garbage","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","1","selectOpenConnection","","","","","returns nothing if no connections present","" +"passed","Tue Oct 15 23:24:16 GMT 2024","Tue Oct 15 23:24:16 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 5 - Cluster ID: 10, Content Topic: /app35/4/topic967/json","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 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 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1729030873747","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Script","" +"passed","Tue Oct 15 23:24:15 GMT 2024","Tue Oct 15 23:24:15 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start the service","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (3) when branch entries are composed of multiple strings","" +"passed","Tue Oct 15 23:21:10 GMT 2024","Tue Oct 15 23:21:10 GMT 2024","3","Waku Filter: Peer Management: E2E","","","","","Renews peer on consistent missed messages","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message equal or less that 1MB","" +"passed","Tue Oct 15 23:24:16 GMT 2024","Tue Oct 15 23:24:16 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Non TWN Cluster","" +"passed","Tue Oct 15 23:25:08 GMT 2024","Tue Oct 15 23:25:08 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Basic HTML tag and receive message","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1729034391567 ","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","shardInfoToPubsubTopics","","","","","should throw an error for missing required configuration","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with SQL Injection payload","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only STORE set to true","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","ensureShardingConfigured","","","","","handles empty shards array correctly","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Basic HTML tag and publish message","" +"passed","Tue Oct 15 23:24:25 GMT 2024","Tue Oct 15 23:24:25 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 0 index when there are 20 messages","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Russian","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic","" +"passed","Tue Oct 15 23:25:03 GMT 2024","Tue Oct 15 23:25:03 GMT 2024","1","Waku Store, page size","","","","","Passing page size 10 when there are 10 messages","" +"passed","Tue Oct 15 23:24:56 GMT 2024","Tue Oct 15 23:24:56 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages","" +"passed","Tue Oct 15 23:24:54 GMT 2024","Tue Oct 15 23:24:54 GMT 2024","1","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Tue Oct 15 23:19:20 GMT 2024","Tue Oct 15 23:19:20 GMT 2024","1","Local Storage Discovery","Unit Tests","","","","should handle corrupted local storage data gracefully","" +"passed","Tue Oct 15 23:24:16 GMT 2024","Tue Oct 15 23:24:16 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 3 - Cluster ID: 10, Content Topic: /app98/6/topic677/proto","" +"passed","Tue Oct 15 23:24:42 GMT 2024","Tue Oct 15 23:24:42 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, No Decoder","" +"passed","Tue Oct 15 23:24:28 GMT 2024","Tue Oct 15 23:24:28 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","Cluster ID 0 - Default/Global Cluster","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","" +"passed","Tue Oct 15 23:24:43 GMT 2024","Tue Oct 15 23:24:43 GMT 2024","0","Waku Store, order","","","","","Promise Callback - true","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing emoji and publish message","" +"passed","Tue Oct 15 23:24:16 GMT 2024","Tue Oct 15 23:24:16 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 9 - Cluster ID: 10, Content Topic: /app7/4/topic303/json","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via lightPush","" +"passed","Tue Oct 15 23:24:43 GMT 2024","Tue Oct 15 23:24:43 GMT 2024","0","Waku Store, order","","","","","Promise Callback - false","" +"passed","Tue Oct 15 23:24:54 GMT 2024","Tue Oct 15 23:24:54 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Tue Oct 15 23:24:15 GMT 2024","Tue Oct 15 23:24:15 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start and stop the service","" +"passed","Tue Oct 15 23:20:08 GMT 2024","Tue Oct 15 23:20:08 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 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols enabled","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp4","" +"passed","Tue Oct 15 23:24:54 GMT 2024","Tue Oct 15 23:24:54 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Tue Oct 15 23:19:00 GMT 2024","Tue Oct 15 23:19:00 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only STORE set to true","" +"passed","Tue Oct 15 23:23:34 GMT 2024","Tue Oct 15 23:23:34 GMT 2024","0","Waku Relay","","","","","Decrypt messages","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","3","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /waku/2/content/test.js to shard index 1","" +"passed","Tue Oct 15 23:24:16 GMT 2024","Tue Oct 15 23:24:16 GMT 2024","0","Autosharding: Running Nodes","Others","","","","start node with empty content topic","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing short and receive message","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with rate limit","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing unicode special characters","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing unicode special characters","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing XML","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing long and receive message","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","Relay Shard codec","","","","","should handle a minimal index list","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with rate limit","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","1","DNS Node Discovery","","","","","recovers when dns.resolve returns empty","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with no pubsub topic is not received","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Chinese","" +"passed","Tue Oct 15 23:24:28 GMT 2024","Tue Oct 15 23:24:28 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 10 - Cluster ID: 416, Shard ID: 591","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Script payload","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","1","Waku Light Push: Single Node","","","","","Push 30 different messages","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with non string payload is not received","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","8","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1949153314000 ","" +"skipped","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing short","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Refresh subscription","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with JSON payload","" +"passed","Tue Oct 15 23:20:47 GMT 2024","Tue Oct 15 23:20:47 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"skipped","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","0","Waku Relay, Subscribe","","","","","Overlapping topic subscription","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","contentTopicsByPubsubTopic","","","","","groups content topics by expected pubsub topic","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/x/1","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Tue Oct 15 23:25:28 GMT 2024","Tue Oct 15 23:25:28 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","connects to nwaku","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","1","ENRTree","","","","","ENRTree (branch): should parse and verify a single component DNS branch entry","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Script and receive message","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with large meta","" +"passed","Tue Oct 15 23:19:58 GMT 2024","Tue Oct 15 23:19:58 GMT 2024","1","ENR Interop: ServiceNode","","","","","Relay + Store","" +"passed","Tue Oct 15 23:23:56 GMT 2024","Tue Oct 15 23:23:56 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Chinese","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /0/statusim/1/community/cbor to shard index 4","" +"passed","Tue Oct 15 23:22:45 GMT 2024","Tue Oct 15 23:22:45 GMT 2024","1","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with long payload","" +"passed","Tue Oct 15 23:20:47 GMT 2024","Tue Oct 15 23:20:47 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing unicode special characters","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with unicode special characters payload","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /0/toychat/2/huilong/proto to shard index 3","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","" +"passed","Tue Oct 15 23:24:00 GMT 2024","Tue Oct 15 23:24:00 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing XML and publish message","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","5","contentTopicToShardIndex","","","","","should correctly map /toychat/2/huilong/proto to shard index 3","" +"passed","Tue Oct 15 23:23:50 GMT 2024","Tue Oct 15 23:23:50 GMT 2024","1","Waku Relay, Interop","","","","","nwaku subscribes","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 1","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","ensureShardingConfigured","","","","","should return valid sharding parameters for static sharding","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 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 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","shardInfoToPubsubTopics","","","","","should return empty list for no shard","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing numeric","" +"passed","Tue Oct 15 23:19:16 GMT 2024","Tue Oct 15 23:19:16 GMT 2024","1","DNS Node Discovery","","","","","caches peers it previously fetched","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /incorrect/format","" +"passed","Tue Oct 15 23:24:16 GMT 2024","Tue Oct 15 23:24:16 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 7 - Cluster ID: 10, Content Topic: /app31/9/topic522/json","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Refresh subscription","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only STORE enabled","" +"passed","Tue Oct 15 23:23:37 GMT 2024","Tue Oct 15 23:23:37 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing SQL Injection","" +"passed","Tue Oct 15 23:21:46 GMT 2024","Tue Oct 15 23:21:46 GMT 2024","3","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1729034391505 ","" +"passed","Tue Oct 15 23:19:26 GMT 2024","Tue Oct 15 23:19:26 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Tue Oct 15 23:19:59 GMT 2024","Tue Oct 15 23:19:59 GMT 2024","3","Dials","dialPeer method","For peer-exchange peers","","","should be called for every peer with PEER_EXCHANGE tags","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing numeric","" +"passed","Tue Oct 15 23:19:01 GMT 2024","Tue Oct 15 23:19:01 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with only RELAY enabled","" +"passed","Tue Oct 15 23:19:20 GMT 2024","Tue Oct 15 23:19:20 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should emit a peer event after start","" +"passed","Tue Oct 15 23:24:15 GMT 2024","Tue Oct 15 23:24:15 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" +"passed","Tue Oct 15 23:23:50 GMT 2024","Tue Oct 15 23:23:50 GMT 2024","0","Waku Relay, Interop","","","","","Publishes to nwaku","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 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 15 23:25:13 GMT 2024","Tue Oct 15 23:25:13 GMT 2024","1","Wait for remote peer","","","","","Store - dialed first","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message on other pubsub topic is not received","" +"passed","Tue Oct 15 23:25:04 GMT 2024","Tue Oct 15 23:25:04 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Renews subscription after lossing a connection","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing shell command","" +"passed","Tue Oct 15 23:24:28 GMT 2024","Tue Oct 15 23:24:28 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 9 - Cluster ID: 998, Shard ID: 906","" +"passed","Tue Oct 15 23:24:28 GMT 2024","Tue Oct 15 23:24:28 GMT 2024","4","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 1 - Cluster ID: 424, Shard ID: 715","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","" +"passed","Tue Oct 15 23:19:08 GMT 2024","Tue Oct 15 23:19:08 GMT 2024","0","filterPeersByDiscovery function","","","","","should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","" +"passed","Tue Oct 15 23:20:24 GMT 2024","Tue Oct 15 23:20:24 GMT 2024","0","Connection state","","","","","isConnected should return false after all peers disconnect","" +"passed","Tue Oct 15 23:23:51 GMT 2024","Tue Oct 15 23:23:51 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing special chars","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing escaped characters","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with invalid timestamp is not received","" +"passed","Tue Oct 15 23:22:16 GMT 2024","Tue Oct 15 23:22:16 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing SQL Injection and receive message","" +"passed","Tue Oct 15 23:21:12 GMT 2024","Tue Oct 15 23:21:12 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Oct 15 23:21:10 GMT 2024","Tue Oct 15 23:21:10 GMT 2024","1","Waku Filter: Peer Management: E2E","","","","","Ping succeeds for all connected peers","" +"passed","Tue Oct 15 23:24:16 GMT 2024","Tue Oct 15 23:24:16 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 2 - Cluster ID: 10, Content Topic: /app63/7/topic981/utf8","" +"passed","Tue Oct 15 23:23:31 GMT 2024","Tue Oct 15 23:23:31 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with invalid timestamp is not received","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","0","determinePubsubTopic","","","","","should return the pubsub topic directly if a string is provided","" +"passed","Tue Oct 15 23:18:52 GMT 2024","Tue Oct 15 23:18:52 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/ ","" +"passed","Tue Oct 15 23:20:47 GMT 2024","Tue Oct 15 23:20:47 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"passed","Tue Oct 15 23:18:55 GMT 2024","Tue Oct 15 23:18:55 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (meta size of 12 bytes)","" +"passed","Tue Oct 15 23:19:33 GMT 2024","Tue Oct 15 23:19:33 GMT 2024","0","waitForRemotePeer","","","","","should check connected peers if present and suitable","" diff --git a/7588/data/suites.json b/7588/data/suites.json index 722b68996cf..2928df2de3c 100644 --- a/7588/data/suites.json +++ b/7588/data/suites.json @@ -1 +1 @@ -{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"pushOrInitMapSet","children":[{"name":"Init the array if not present","uid":"632472c57f425b01","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1729033834022,"stop":1729033834024,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"c5e8402f892b37b0","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1729033834024,"stop":1729033834025,"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":"8af10839aa322430","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1729033834358,"stop":1729033834359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"2723446b84e40557","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1729033834359,"stop":1729033834360,"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":"80c0232bc8d8e740","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1729033834360,"stop":1729033834360,"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":"464efd5c12a4613","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1729033834360,"stop":1729033834361,"duration":1},"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":"c9b90d303ba44a9d","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1729033834361,"stop":1729033834361,"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":"d1ab7ea949bb04c3","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1729033834361,"stop":1729033834362,"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":"e7d4aef81b2ad903","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1729033834362,"stop":1729033834363,"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":"5a5c5861572bac51","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1729033834363,"stop":1729033834364,"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":"b2794ce3271f05c0","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1729033834363,"stop":1729033834363,"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":"3f0cadd3a2d0cf5b","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729033834365,"stop":1729033834365,"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":"d129863327a3a84d","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729033834365,"stop":1729033834366,"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":"4c4d0e84fd08d42b","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729033834366,"stop":1729033834372,"duration":6},"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":"1e768977ff794b7f","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729033834366,"stop":1729033834366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"e8593330724bc43e","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729033834372,"stop":1729033834373,"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":"b48472ccfba8f8e8","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729033834373,"stop":1729033834373,"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":"70167d99c236c8d0","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729033834373,"stop":1729033834373,"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":"c12d8e1bd37e43c7","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"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":"e9c453161eb7cd31","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729033834374,"stop":1729033834375,"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":"fee9102c91e1f31d","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"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":"58bd5af16637ed50","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"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":"ea7dfeef7d0b4123","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729033834375,"stop":1729033834375,"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":"999739aaa6391318","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729033834375,"stop":1729033834376,"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 1 with networkShards 2","uid":"4524c54de18898ca","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729033834375,"stop":1729033834375,"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":"ff78e1f7451b786d","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1729033834376,"stop":1729033834376,"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":"de9fe61c97f346a","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1729033834376,"stop":1729033834376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"9c726e6c66ffa857","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1729033834377,"stop":1729033834377,"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":"5fd38dcaf4933e89","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1729033834377,"stop":1729033834378,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"29a87b623acf71aa","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1729033834377,"stop":1729033834377,"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":"535538802ea75bc1","parentUid":"019109a65419887777e599cebbf04c7f","status":"passed","time":{"start":1729033834378,"stop":1729033834378,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"019109a65419887777e599cebbf04c7f"},{"name":"singleShardInfosToShardInfo","children":[{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"5eb219c4d608bda5","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1729033834378,"stop":1729033834379,"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":"825ed285bf8a59f6","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1729033834379,"stop":1729033834379,"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":"217443214b18487f","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1729033834379,"stop":1729033834379,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"dcb3ccb891ae816766d2261c6433f083"},{"name":"shardInfoToPubsubTopics","children":[{"name":"should return unique PubsubTopics for static sharding","uid":"873563b32fe98748","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1729033834380,"stop":1729033834380,"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":"eb6b1fcc9692de48","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1729033834380,"stop":1729033834380,"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":"60c64221952c1608","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1729033834380,"stop":1729033834381,"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":"faeba9f5c97b95d9","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1729033834381,"stop":1729033834381,"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":"7d85e34bfb34c0b3","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1729033834381,"stop":1729033834381,"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":"41453a7db2dca4c2","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1729033834381,"stop":1729033834382,"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":"8184c75214e566d9","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1729033834382,"stop":1729033834382,"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":"c2a979ab240db1c5","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1729033834382,"stop":1729033834382,"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":"8abf46011fd069b3","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834383,"stop":1729033834383,"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":"a5a9240e28384e7a","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834385,"stop":1729033834386,"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/1/rs/1/2","uid":"5fb97c360f4ca8a","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834385,"stop":1729033834385,"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":"76c10252e8f9e433","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834385,"stop":1729033834385,"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":"e3d8ebbc211d2719","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834386,"stop":1729033834386,"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":"9d29cb1f4c264b6d","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834386,"stop":1729033834386,"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":"ff27a4006fa9f81d","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834387,"stop":1729033834388,"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":"c91534afce3b4d7","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834387,"stop":1729033834387,"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":"f5feedb9dfcc4d17","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834387,"stop":1729033834387,"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":"3818b3cb1003852b","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834388,"stop":1729033834389,"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":"1dabfc48d9851cee","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834388,"stop":1729033834388,"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":"c2ba4c4715be4b64","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834388,"stop":1729033834388,"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":"bcbdaecdf430c001","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834389,"stop":1729033834390,"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":"c97493c8f189f6f6","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834389,"stop":1729033834389,"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":"11920bc7a35a87ef","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834389,"stop":1729033834389,"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":"9cd5686e21697320","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834390,"stop":1729033834391,"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":"c746b2a6093af86e","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834390,"stop":1729033834390,"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":"ac9b5e339c018b1","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834390,"stop":1729033834390,"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":"1100bd4eb7b5f537","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834391,"stop":1729033834391,"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":"791d4d02d8709825","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834391,"stop":1729033834391,"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":"c0c7ec48ad861984","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834392,"stop":1729033834392,"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":"3272d99ca358d8a7","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729033834392,"stop":1729033834392,"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":"df2cffba8141d8d0","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1729033834392,"stop":1729033834393,"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":"1b53ed22dd056a25","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1729033834393,"stop":1729033834393,"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":"d0db4921007edbc5","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1729033834393,"stop":1729033834393,"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":"b778c3ab88171537","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1729033834394,"stop":1729033834394,"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":"fc2c5442abfa0eed","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1729033834394,"stop":1729033834394,"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":"bdbef5aaac5bc224","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1729033834394,"stop":1729033834395,"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":"a06cb4d39e4924ab","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1729033834395,"stop":1729033834396,"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":"3b66469b6ba11d2","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1729033834396,"stop":1729033834396,"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":"37a4f62c173f458e","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1729033834396,"stop":1729033834396,"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":"1b9cd92097da8e53","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"b64d0efd4f00428e","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"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":"347d5dbdafd0bcf8","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"ed172f918a67b239","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1729033834398,"stop":1729033834398,"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":"e7ddfb684898949","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1729033834398,"stop":1729033834398,"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":"898a622a5d8716b0","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1729033834398,"stop":1729033834399,"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":"f7a412c046fada37","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1729033834399,"stop":1729033834399,"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":"c2755c5603d4bd99","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1729033834399,"stop":1729033834399,"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":"ceac3e92f9f46ffd","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1729033834401,"stop":1729033834402,"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 rsv format (Bit Vector)","uid":"704282a90b3f59cd","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1729033834402,"stop":1729033834402,"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":"59e483add69818b4","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1729033834402,"stop":1729033834402,"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":"5a718ff2e1178122","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1729033834403,"stop":1729033834403,"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":"ccb0aafed26e4af2","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1729033836801,"stop":1729033836802,"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":"2fa88599bbec61f4","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1729033836803,"stop":1729033836803,"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":"dfcecbc4b49d1137","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1729033836803,"stop":1729033836803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"bcf83509c5b8117e","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1729033836803,"stop":1729033836804,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"9f46314006676797","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1729033836804,"stop":1729033836804,"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":"15e59fd53bacc39d","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1729033836804,"stop":1729033836804,"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":"c76586e255d169df","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1729033842331,"stop":1729033842337,"duration":6},"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":"5ba3ebeee8e1717f","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1729033842337,"stop":1729033842337,"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":"c4ec123c5c6fd6c1","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1729033842338,"stop":1729033842339,"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":"dc2800ea6245855b","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1729033842339,"stop":1729033842340,"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":"bc3932093d848c72","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1729033842340,"stop":1729033842342,"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":"544b66bf156c221e","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1729033842343,"stop":1729033842344,"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":"95d59c9e4e90b197","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1729033842344,"stop":1729033842345,"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":"33b51db819627fb0","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1729033842345,"stop":1729033842346,"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":"b5b14d188c85eb07","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1729033842347,"stop":1729033842347,"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":"5b2f959ad49276d5","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1729033842348,"stop":1729033842349,"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":"8d2ee081096896cd","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1729033842349,"stop":1729033842349,"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":"6a8e22de62afb947","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1729033842350,"stop":1729033842350,"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":"a623703c6be41e89","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1729033842350,"stop":1729033842351,"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":"f8185a14d1f3fafa","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1729033842351,"stop":1729033842352,"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":"f24b1b77313cd634","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1729033842351,"stop":1729033842351,"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":"6a30a0b40e9abc4f","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1729033842352,"stop":1729033842352,"duration":0},"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":"d1b12e7fdfb860f3","parentUid":"a2221ab58e9529401660d406d60ec8d9","status":"passed","time":{"start":1729033842408,"stop":1729033842409,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a2221ab58e9529401660d406d60ec8d9"},{"name":"Multiaddr from fields","children":[{"name":"tcp ip4 address","uid":"f62b76c95e06c02e","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1729033842412,"stop":1729033842412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"55d5e3cc7077da4","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1729033842412,"stop":1729033842413,"duration":1},"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":"4fa42b026d734b81","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1729033843112,"stop":1729033843113,"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":"dace930220d137e6","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1729033843113,"stop":1729033843113,"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":"d7bb40dfcbc7fcc2","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1729033843113,"stop":1729033843114,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"337e8de56e552ecc","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1729033843113,"stop":1729033843113,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"23093e0a7e74ffa1","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1729033843114,"stop":1729033843115,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"dcf06c79df223e43","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1729033843114,"stop":1729033843114,"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":"73a1c469cf9057db","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1729033843115,"stop":1729033843115,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"ba2ab9b7013b405f","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1729033843115,"stop":1729033843116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"812dbd0259895dcd","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1729033843116,"stop":1729033843116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"8a713ac89c42c413","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1729033843116,"stop":1729033843116,"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":"d5f0f4ec0395127f","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1729033843117,"stop":1729033843117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"97ef2ec77bfc8e36","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1729033843117,"stop":1729033843118,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"7601840878814b2c","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1729033843117,"stop":1729033843117,"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":"e2ed7785f33ed77d","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1729033843118,"stop":1729033843119,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"fec9c2aa22b41add","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1729033843118,"stop":1729033843118,"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":"d521239005ea1479","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1729033843119,"stop":1729033843119,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"e1dd3b8041b1fb0d","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1729033843119,"stop":1729033843123,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"c200fa0637e7ce84","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1729033843123,"stop":1729033843123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"678e61af4756519d","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1729033843123,"stop":1729033843123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"6b369ae159a9ff82","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"ee6e97b084a3d147","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"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":"2138884f7fce1040","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"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":"a85ae6593fd2ab99","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1729033843124,"stop":1729033843125,"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":"5c5fcfe8d2d086c7","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"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":"83acd30f98f1e9b6","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"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":"2256cff14160508a","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"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":"e7fd6362d20e608e","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"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":"7c61052c420f615c","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"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":"871e10650c27cbe9","parentUid":"d38d3c1929a20307dce6c2492f754ae3","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"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":"1c13206dcd827314","parentUid":"43bef0f97433f4fdc3786b9b968fc92a","status":"passed","time":{"start":1729033849376,"stop":1729033849378,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns only open connection if one present","uid":"97cb50e3f1149339","parentUid":"43bef0f97433f4fdc3786b9b968fc92a","status":"passed","time":{"start":1729033849392,"stop":1729033849392,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should select older connection if present","uid":"c291b76d1f5f8527","parentUid":"43bef0f97433f4fdc3786b9b968fc92a","status":"passed","time":{"start":1729033849393,"stop":1729033849393,"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":"8189387eb3478021","parentUid":"43bef0f97433f4fdc3786b9b968fc92a","status":"passed","time":{"start":1729033849393,"stop":1729033849393,"duration":0},"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":"a6ac620099e54f87","parentUid":"3cec77d065542b34fe56ab412dfd3875","status":"passed","time":{"start":1729033849966,"stop":1729033849967,"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":"904d7d19947bca4e","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1729033850295,"stop":1729033850296,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw if no connection provided","uid":"ac74dae45c45bc5f","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1729033850296,"stop":1729033850297,"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":"cd6d0a069e1cf87d","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1729033850298,"stop":1729033850298,"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":"3c2dda195a8f8adf","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1729033850298,"stop":1729033850299,"duration":1},"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":"ae712d8168b74c63","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1729033850299,"stop":1729033850300,"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":"2fd4a9580e56e91c","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1729033850301,"stop":1729033850302,"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":"ddc448134938d45e","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1729033850302,"stop":1729033850303,"duration":1},"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":"8aed09c3c889b5b5","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1729033850403,"stop":1729033850404,"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":"7900b7379a879674","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1729033850404,"stop":1729033850405,"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":"e94e3a5213fb248a","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1729033850405,"stop":1729033850405,"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":"aa6c1e674aee882a","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1729033850405,"stop":1729033850406,"duration":1},"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":"f290f7e70d55ae92","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1729033850547,"stop":1729033850548,"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":"6edbf3fd0fe60fae","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1729033850548,"stop":1729033850548,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"a0c7632ded827cc5","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1729033850548,"stop":1729033850548,"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":"ff8df023da2623fe","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"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":"6750c39ef660a0a8","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"b6894e6dfb574f5c","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"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":"3784f14904430d8e","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729033850550,"stop":1729033850550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3753212e93aec969","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729033868326,"stop":1729033868326,"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":"cba135ccb7b2f165","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729033868327,"stop":1729033868328,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"36fac8b81c78ddde","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729033868328,"stop":1729033868329,"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":"a5d8ec03b24b7fbd","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729033868329,"stop":1729033868330,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"dcd41c148a36baf6","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729033869945,"stop":1729033869945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"5df0a4d5c483da99","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729033869945,"stop":1729033869946,"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":"27bdaf32f1d1235a","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729033869945,"stop":1729033869945,"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":"97d711547f6714a4","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729033869946,"stop":1729033869946,"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":"37e025144df040f0","parentUid":"16c91517e17a283bda5303edede9b71d","status":"passed","time":{"start":1729033850550,"stop":1729033850550,"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":"d3f95e7b96dbeb27","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1729033857424,"stop":1729033857426,"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":"675e224762069bcd","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1729033857426,"stop":1729033857427,"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":"18599f2934e3603","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1729033857427,"stop":1729033857428,"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":"23a2ab4beac3d03c","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1729033857764,"stop":1729033857765,"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":"7f520f5cd8cf847c","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1729033857765,"stop":1729033857766,"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":"e4fe79aa37b35dee","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1729033857765,"stop":1729033857765,"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":"6b8e3c9586c677fc","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1729033857766,"stop":1729033857767,"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":"1f0a85825c5f4bd9","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1729033857766,"stop":1729033857766,"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 mis-prefixed","uid":"2fb4e6463603829c","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1729033857767,"stop":1729033857768,"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":"69a57260d814adf","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1729033857768,"stop":1729033857768,"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":"28b14f47fbb75b87","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1729033857769,"stop":1729033857770,"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":"ce5e819b14f49a4f","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1729033857769,"stop":1729033857769,"duration":0},"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":"f6aff17b0d7a84ac","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1729033858029,"stop":1729033858029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"1948768e112353e4","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1729033858030,"stop":1729033858030,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"8453cc9db3e58bf","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1729033858030,"stop":1729033858031,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"3285b4f51931226e","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1729033858031,"stop":1729033858031,"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":"696da7a61f1ddfd","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1729033858267,"stop":1729033858268,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"ee95a8dd2de118df","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1729033858268,"stop":1729033858269,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"88b2a676a5b133cf","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1729033858269,"stop":1729033858270,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"ebeb66c57638e7d8","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1729033858269,"stop":1729033858269,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"d5c3f41f9ab5332a","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1729033858270,"stop":1729033858271,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"fc9f41930c02a26","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1729033858270,"stop":1729033858270,"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 and store capability","uid":"f8e74cec2e36bf3b","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1729033858271,"stop":1729033858272,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"f0347586aa8106a8","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1729033858271,"stop":1729033858271,"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":"c2401e130914b758","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1729033858272,"stop":1729033858273,"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":"be8c92bf6f0d17f9","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1729033858272,"stop":1729033858272,"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":"67111eabb74f5d90","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1729033858273,"stop":1729033858273,"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":"b6869e290b8f8d23","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1729033858274,"stop":1729033858274,"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":"be79d9dea684fb7a","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1729033858274,"stop":1729033858274,"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":"38b9f0a2f5958c93","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1729033904750,"stop":1729033904751,"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":"b6e82edd7dfb5e54","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1729033904750,"stop":1729033904750,"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":"41076025a7ed68f9","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1729033904751,"stop":1729033904751,"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":"902cd01a33b75d49","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1729033862326,"stop":1729033862326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"fb83e63e34db5f51","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1729033862326,"stop":1729033862327,"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":"9c5f8fb7ea31cccd","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1729033862327,"stop":1729033862327,"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":"487d0674ccbd76d7","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1729033862328,"stop":1729033862328,"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":"28cc4f0f1d1f043b","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1729033862328,"stop":1729033862329,"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":"7f5f957ccabc4291","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1729033862328,"stop":1729033862328,"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":"de5ab1fa7d58ee53","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1729033862329,"stop":1729033862329,"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":"3648a8a21b551151","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1729033862329,"stop":1729033862330,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"cad5d9ff81c373e2","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1729033862330,"stop":1729033862330,"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":"744d1dc06edeb69","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1729033862330,"stop":1729033862330,"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":"3210f0b4b320f514","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1729033862331,"stop":1729033862331,"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":"fb86f409926bc59c","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1729033868322,"stop":1729033868324,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"4b94e67e200a3893","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1729033868325,"stop":1729033868326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"a8611cf529ff1a32","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1729033868325,"stop":1729033868325,"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":"7838614c6a8d3b05","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1729033868925,"stop":1729033868925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"6207ca2dbf2798f0","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1729033868926,"stop":1729033868926,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"f351dd2c0ef4062","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1729033868926,"stop":1729033868927,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"9eb26272e9fa5f9d","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1729033868927,"stop":1729033868927,"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":"4c37947a7554e6ad","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1729033869943,"stop":1729033869944,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"1757fff5384cb215","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1729033869944,"stop":1729033869944,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"d60c6190ecd16f9e","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1729033869944,"stop":1729033869945,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b76d4148c410fadc312d44195f3e7298"},{"name":"PeerManager","children":[{"name":"addPeer","children":[{"name":"should add a peer","uid":"1c38336bcd744129","parentUid":"cf118ecbc3447744f9817af3a5b2f3f9","status":"passed","time":{"start":1729033874956,"stop":1729033874958,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"cf118ecbc3447744f9817af3a5b2f3f9"},{"name":"removePeer","children":[{"name":"should remove a peer","uid":"6cb10f550b803056","parentUid":"4b31ec73ace6d278ba685f5576811146","status":"passed","time":{"start":1729033874959,"stop":1729033874959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"4b31ec73ace6d278ba685f5576811146"},{"name":"getPeerCount","children":[{"name":"should return the correct number of peers","uid":"abc8b3bc28e83319","parentUid":"a168a73055c5076496f9d3edae68b0bb","status":"passed","time":{"start":1729033874960,"stop":1729033874960,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a168a73055c5076496f9d3edae68b0bb"},{"name":"hasPeers","children":[{"name":"should return false when no peers exist","uid":"6f7864acb02b1328","parentUid":"48e9fbaceb007e907f012971579cf29a","status":"passed","time":{"start":1729033874961,"stop":1729033874962,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return true when peers exist","uid":"efd3348e3781003d","parentUid":"48e9fbaceb007e907f012971579cf29a","status":"passed","time":{"start":1729033874961,"stop":1729033874961,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"48e9fbaceb007e907f012971579cf29a"},{"name":"removeExcessPeers","children":[{"name":"should remove the specified number of excess peers","uid":"ee2c69ec5c974591","parentUid":"5c33e569366b71969398b07b4f6e8095","status":"passed","time":{"start":1729033874963,"stop":1729033874964,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5c33e569366b71969398b07b4f6e8095"},{"name":"findAndAddPeers","children":[{"name":"should find and add new peers","uid":"511d78b3288a3b2b","parentUid":"14c6edba2015417c9f7d639d92d52edf","status":"passed","time":{"start":1729033874965,"stop":1729033874965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not add existing peers","uid":"22677fa25313314a","parentUid":"14c6edba2015417c9f7d639d92d52edf","status":"passed","time":{"start":1729033874965,"stop":1729033874966,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should log when no additional peers are found","uid":"85f63db5b9924a7e","parentUid":"14c6edba2015417c9f7d639d92d52edf","status":"passed","time":{"start":1729033874966,"stop":1729033874967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"14c6edba2015417c9f7d639d92d52edf"}],"uid":"448ffebe474f1566375963fb456e96df"},{"name":"LightPush SDK","children":[{"name":"should fail to send if pubsub topics are misconfigured","uid":"69ac031071352433","parentUid":"57e65f28dae65780f902575355d7b943","status":"passed","time":{"start":1729033875010,"stop":1729033875011,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should send to specified number of peers of used peers","uid":"79ca731aa452e7ec","parentUid":"57e65f28dae65780f902575355d7b943","status":"passed","time":{"start":1729033875011,"stop":1729033875011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if no connected peers found","uid":"e9d3e037adbf9849","parentUid":"57e65f28dae65780f902575355d7b943","status":"passed","time":{"start":1729033875011,"stop":1729033875011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retry on failure if specified","uid":"85e2220f05f5373f","parentUid":"57e65f28dae65780f902575355d7b943","status":"passed","time":{"start":1729033875012,"stop":1729033875012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"57e65f28dae65780f902575355d7b943"},{"name":"waitForRemotePeer","children":[{"name":"should reject if WakuNode is not started","uid":"d2a76bd444e1922b","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729033875025,"stop":1729033875026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Relay is requested but not mounted","uid":"d0d4451bba380693","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729033875026,"stop":1729033875026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if LightPush is requested but not mounted","uid":"782ccbdcdd9a82ac","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729033875026,"stop":1729033875027,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Store is requested but not mounted","uid":"b88b2a4471e858ee","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729033875027,"stop":1729033875027,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Filter is requested but not mounted","uid":"468abe1a9f7efa77","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729033875027,"stop":1729033875028,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should check connected peers if present and suitable","uid":"53370bae1611bd7d","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729033875028,"stop":1729033875029,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject on timeout if it was set","uid":"2acf1f11fc4b7f0f","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729033875028,"stop":1729033875028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for Filter peer to be connected","uid":"f7f9fe03fc645d21","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729033875029,"stop":1729033875029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for LightPush peer to be connected","uid":"b20358924c201834","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729033875029,"stop":1729033875029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for Store peer to be connected","uid":"831fbf155c9a84a3","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729033875029,"stop":1729033875030,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should call waitForPeer on Relay","uid":"b70edadf0e11f8bc","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729033875030,"stop":1729033875030,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"13c3262b777ed96ed8505e1f1d5c53e5"},{"name":"Message Validator","children":[{"name":"Accepts a valid Waku Message","uid":"58e55d07ea4e5b40","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1729033878342,"stop":1729033878344,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"3bbe60fec3870561","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1729033878344,"stop":1729033878344,"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":"c5a47a36237b83ab","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1729033892945,"stop":1729033892948,"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":"5ccc902154703708","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1729033892948,"stop":1729033892951,"duration":3},"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":"8f06ef0eea544b35","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1729033892952,"stop":1729033892955,"duration":3},"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":"bae066ea0937368","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1729033892956,"stop":1729033892956,"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":"a74a642e0e36cf67","parentUid":"bd4a9805227b23e8ad19b99668722b63","status":"passed","time":{"start":1729033892957,"stop":1729033892959,"duration":2},"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":"f6bf70f47f154819","parentUid":"bd4a9805227b23e8ad19b99668722b63","status":"passed","time":{"start":1729033892959,"stop":1729033892959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bd4a9805227b23e8ad19b99668722b63"}],"uid":"dfcd908e41decdae00cc7bae7de5f86f"},{"name":"Waku Message Ephemeral field","children":[{"name":"Ephemeral messages are not stored","uid":"4392f2ed8b39a49d","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1729033899382,"stop":1729033899383,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"67068f3dd6f6f81d","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1729033899383,"stop":1729033899384,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"6d2a534378b4282","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1729033899384,"stop":1729033899385,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"1f10d442d4f6f884","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1729033899385,"stop":1729033899386,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82c8df38770cc41a45d4d7c4524f0a7d"},{"name":"ENR Interop: ServiceNode","children":[{"name":"Relay","uid":"b7314284874f7689","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1729033899735,"stop":1729033899736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"a6ebbb055be13728","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1729033899736,"stop":1729033899737,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"4d152fdbfb1a42b3","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1729033899737,"stop":1729033899738,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c16a873d7989ffd00126280d154ea408"},{"name":"Dials","children":[{"name":"attemptDial method","children":[{"name":"should be called at least once on all `peer:discovery` events","uid":"d5b40d5a2359cbd5","parentUid":"182178b203b90571613cbdadd6cad620","status":"passed","time":{"start":1729033900634,"stop":1729033900634,"duration":0},"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":"32f4f8a1e52efceb","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1729033900634,"stop":1729033900635,"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":"ff5bc14a0109865","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1729033900643,"stop":1729033900645,"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":"ce8cedb5cfd197a3","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1729033900646,"stop":1729033900651,"duration":5},"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":"32ba962660412e34","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1729033900651,"stop":1729033900653,"duration":2},"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 and stop the service","uid":"f7c12c91852a1650","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1729033904743,"stop":1729033904744,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"b39f5ce152724ab7","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1729033904743,"stop":1729033904743,"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":"bce766f40992978b","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1729033904744,"stop":1729033904745,"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":"657164ca4bf63a3a","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1729033904744,"stop":1729033904744,"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":"8bb9fe7293c3b85","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1729033904745,"stop":1729033904747,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"6a2dd40c8790e869","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1729033904747,"stop":1729033904747,"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":"b14062fdee61776b","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1729033904747,"stop":1729033904748,"duration":1},"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":"70f8761a43b0ca3f","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1729033925378,"stop":1729033925380,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"9bec4bef67576a8a","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1729033925381,"stop":1729033925382,"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":"d0bbb7a3b2f170e2","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1729033925381,"stop":1729033925381,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"984781a32af2884f","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1729033925382,"stop":1729033925383,"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":"346f9458fd5d215e","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1729033925383,"stop":1729033925383,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"1b8d14f7b0ae309","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1729033925383,"stop":1729033925387,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"44842cd37fb8acb5","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1729033925387,"stop":1729033925387,"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":"95afe24dcb969841","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1729033933478,"stop":1729033933479,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"e91cd66ab354b1d9","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1729033933479,"stop":1729033933479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"cad78f4e01529952","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1729033933480,"stop":1729033933480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"5dc7840febbba858","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1729033933480,"stop":1729033933480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"8805bae33c14ad9c","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1729033933480,"stop":1729033933481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"66dd78ba06982884","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1729033933481,"stop":1729033933481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"f850f41597f2f56d","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1729033933481,"stop":1729033933481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"cc009a12a1f848ca","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1729033933482,"stop":1729033933482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"e0fb7aba5831a846","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1729033933482,"stop":1729033933482,"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":"20a37b44f0e1e835","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1729033937070,"stop":1729033937071,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"8e8cb9373b1af235","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1729033937071,"stop":1729033937075,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"5a7756e6fe0f2b0e","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1729033937075,"stop":1729033937082,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"7e6e74e42811c697","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1729033937083,"stop":1729033937083,"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":"9aa6b7655117184d","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1729033939920,"stop":1729033939920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"5c7a364f1c33113d","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1729033939921,"stop":1729033939922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"2e8a3af46ecfe32d","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1729033939922,"stop":1729033939922,"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":"4c639395962da0dc","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1729033939923,"stop":1729033939923,"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":"5ace509ce8c04794","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1729033939924,"stop":1729033939924,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"3db79c2b6a4284f3","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1729033939924,"stop":1729033939924,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"1a1160b169b83ae6","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1729033939925,"stop":1729033939926,"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":"e43d38544ed987d0","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1729033939927,"stop":1729033939927,"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":"51f82ffee840965c","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1729033942597,"stop":1729033942597,"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":"dc0fae4a753f8dbf","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1729033942598,"stop":1729033942600,"duration":2},"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":"93e0c44efc656603","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1729033942600,"stop":1729033942601,"duration":1},"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":"a4901d1e9eafc016","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1729033942602,"stop":1729033942603,"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":"9d6afc05dba28b17","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1729033942603,"stop":1729033942603,"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":"3c2f4dbddcc7329d","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1729033942603,"stop":1729033942604,"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":"e93a7e32c4f097d","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1729033942604,"stop":1729033942604,"duration":0},"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":"e34247458b5c18d7","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1729033942622,"stop":1729033942623,"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":"5d228bbee1e8f0dd","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1729033942628,"stop":1729033942631,"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":"b431bda76f286cf","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1729033942631,"stop":1729033942634,"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":"ae1109288cbfb932","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1729033942636,"stop":1729033942636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56bb33e6fea7bcdfc1beff66d0ceecc2"},{"name":"Waku Filter V2: Unsubscribe","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"22ccfe398d0bacbe","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1729033965752,"stop":1729033965752,"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":"9fa69fd0d326e6a6","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1729033965752,"stop":1729033965753,"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":"f3ad83cecdb08bcd","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1729033965753,"stop":1729033965753,"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":"ac2dbb59a9490cb3","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1729033965754,"stop":1729033965757,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribes all - node subscribed to 1 topic","uid":"58bb2b186144a301","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1729033965758,"stop":1729033965758,"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":"8039a592883ee391","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1729033965758,"stop":1729033965758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"827e940726f47c67a446cde22991d44e"},{"name":"Waku Filter: Peer Management: E2E","children":[{"name":"Number of peers are maintained correctly","uid":"4bc8c2d6b1b49a70","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1729033974447,"stop":1729033974447,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"ba5d3d73b7d58edd","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1729033974447,"stop":1729033974449,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"f77d2dc2c437401f","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1729033974450,"stop":1729033974451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"13529e4f0b82df71","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1729033974450,"stop":1729033974450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"25d01e886f279eec","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1729033974452,"stop":1729033974453,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"a901a55da3b101c","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1729033974452,"stop":1729033974452,"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":"2ca871b548f3e1d8","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1729033974453,"stop":1729033974453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"f676f8e4a965f9ca","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1729033974456,"stop":1729033974459,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer for Filter on peer:disconnect event","uid":"d3e840dfa6eb1262","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1729033974460,"stop":1729033974461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"cea680d74165ae8fdc3ee6d5a811cc74"},{"name":"getPeers","children":[{"name":"getPeers with varying maxBootstrapPeers","children":[{"name":"maxBootstrapPeers=1","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"b4429071d65bb629","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1729033976769,"stop":1729033976773,"duration":4},"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":"a271c6ef7e658bc9","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1729033976774,"stop":1729033976774,"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":"3f1d65590d8b1712","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1729033976776,"stop":1729033976776,"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":"cf7855c67c532be8","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1729033976777,"stop":1729033976778,"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":"8746634b20d84d28","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1729033976779,"stop":1729033976781,"duration":2},"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":"534163557f134226","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1729033976783,"stop":1729033976784,"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":"c2d2808b98af2f41","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1729033976784,"stop":1729033976788,"duration":4},"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":"52daed36c475da24","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1729033976789,"stop":1729033976790,"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":"85ba216f652b1afb","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1729033976789,"stop":1729033976789,"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":"67a00a433bf9bb05","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1729033976790,"stop":1729033976790,"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":"e105bb35deb1b550","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1729033976790,"stop":1729033976793,"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 3 bootstrap peers","uid":"c4f96019e75821d7","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1729033976793,"stop":1729033976793,"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":"ae0c594a989029a5","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1729033976794,"stop":1729033976796,"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":"269f118261b0e78c","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1729033976796,"stop":1729033976797,"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":"c1af9d4bcc219a38","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1729033976797,"stop":1729033976797,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1aa832f3089f425d29f52f9feb23beea"},{"name":"maxBootstrapPeers=4","children":[{"name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","uid":"e7e7422287d4b82c","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1729033976800,"stop":1729033976801,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"135b86d140495b7b","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1729033976800,"stop":1729033976800,"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":"41eaf3b4778cc208","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1729033976801,"stop":1729033976802,"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 4 bootstrap peers","uid":"448d08ecf0d94a8c","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1729033976801,"stop":1729033976801,"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":"70115caa9aaef4a6","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1729033976802,"stop":1729033976802,"duration":0},"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":"e953d120f79b9673","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1729033976802,"stop":1729033976803,"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":"95769ae8ddaa4e4a","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1729033976803,"stop":1729033976803,"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":"97e9a59b57e1e3f6","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1729033976803,"stop":1729033976803,"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":"79055e469f30426a","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1729033976804,"stop":1729033976804,"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":"5f55a89d7fc93bb7","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1729033976805,"stop":1729033976805,"duration":0},"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":"7356360137264b16","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1729033976806,"stop":1729033976806,"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":"e9f9dfd61ea6774b","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1729033976806,"stop":1729033976806,"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":"cab3873319e434e3","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1729033976806,"stop":1729033976807,"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 6 bootstrap peers","uid":"7bf7260e1f5c7531","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1729033976807,"stop":1729033976807,"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":"42b5fdeb34b3c7eb","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1729033976810,"stop":1729033976811,"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":"9253fa941066d760","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1729033976811,"stop":1729033976812,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3a915424f754fe8c","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1729033976811,"stop":1729033976811,"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":"cc15b62d68a435b8","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1729033976813,"stop":1729033976814,"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 7 bootstrap peers","uid":"e4e3feb8f31b2695","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1729033976814,"stop":1729033976815,"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":"e61264c1dd01de7","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1729033976816,"stop":1729033976816,"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":"5a1c3bd0fdc0bd88","parentUid":"b8111ecc6b0aef76a3b108ebcf628b79","status":"passed","time":{"start":1729033976818,"stop":1729033976830,"duration":12},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b8111ecc6b0aef76a3b108ebcf628b79"}],"uid":"c3fd0a376e255f07764bc7336980757b"},{"name":"Node Health Status Matrix Tests","children":[{"name":"LightPush: 0 peers, Filter: 0 peers","uid":"e6558a60c359deba","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729033977061,"stop":1729033977061,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers","uid":"7bef0cac260f3ac0","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers","uid":"151dae1f97bacb4c","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers","uid":"7549417e62414179","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers","uid":"8b7188cb770d7c92","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729033977063,"stop":1729033977063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers","uid":"808d2b4d2b57a869","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729033977063,"stop":1729033977063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers","uid":"6a1aaf470ee94a6c","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers","uid":"7729b51269dd51c2","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers","uid":"72689a90cd6c3e48","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers","uid":"ba6e3cb4ca1d8df","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729033977065,"stop":1729033977066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers","uid":"17e3197fd1aa610d","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers","uid":"2f24347699d70e7","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers","uid":"7050a2dbfa9a2b5b","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers","uid":"57df7b288d19998f","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers","uid":"3fc1eb106f14f3a8","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers","uid":"c980f2981b9c420","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b68e89c69b548d79360b3bc3f085612c"},{"name":"Health Manager","children":[{"name":"Should update the health status for protocols","children":[{"name":"LightPush with 0 connections","uid":"5baa417cc12e77f9","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"skipped","time":{"start":1729033977222,"stop":1729033977224,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"289b06f6007df0d9","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"skipped","time":{"start":1729033977224,"stop":1729033977225,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"d2d69a734079f3db","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"skipped","time":{"start":1729033977224,"stop":1729033977224,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"fb076ace8bac66d5","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"skipped","time":{"start":1729033977225,"stop":1729033977225,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"db62a1d37b685b06","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"skipped","time":{"start":1729033977226,"stop":1729033977226,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"f1192085969f1e43","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"skipped","time":{"start":1729033977226,"stop":1729033977227,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"59bb9f5131c302e4","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"skipped","time":{"start":1729033977227,"stop":1729033977227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"1ca1359e9c6274a4","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"skipped","time":{"start":1729033977227,"stop":1729033977227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"37c3a9cc325e9c4b75817a554f9cf514"}],"uid":"d3066756c03bf1e444166ae90377dcb1"},{"name":"Waku Filter V2: FilterPush","children":[{"name":"Check received message containing long","uid":"79c169d9e1eb48aa","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014827,"stop":1729034014832,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"a8ee0a29081af6a2","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014827,"stop":1729034014827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"12983133b0db12d0","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014832,"stop":1729034014833,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"ab7fd40e84003231","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014834,"stop":1729034014834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"e92800683929a2a9","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014835,"stop":1729034014835,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"826c977f3978dc7b","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014847,"stop":1729034014848,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"8b07c39a2039fe48","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014850,"stop":1729034014851,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"40c6272b765b34ba","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014852,"stop":1729034014853,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"88889ec786ec75c1","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014853,"stop":1729034014856,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"2f7044a24bbb2f80","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014856,"stop":1729034014858,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"39628c70a12dea25","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014860,"stop":1729034014863,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"9b934de0a8b07a14","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014863,"stop":1729034014864,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d966242160424cae","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014864,"stop":1729034014867,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"c9d88f93e9e346e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014867,"stop":1729034014871,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"786d11b40ce6151a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014871,"stop":1729034014873,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892688000000 ","uid":"304b15f0f3fefa40","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014873,"stop":1729034014876,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b9b543667b2cea7e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014873,"stop":1729034014873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892688 ","uid":"45e6661335ca799f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014876,"stop":1729034014877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"cece4c5c88086652","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014877,"stop":1729034014878,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"a7dbbf96738f13c7","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014877,"stop":1729034014877,"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":"158c38ddb12f1d9d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014878,"stop":1729034014878,"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":"2eff2b4f626c19e3","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014878,"stop":1729034014879,"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":"a920160a19f994d4","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014879,"stop":1729034014879,"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":"df8972d42060612b","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014879,"stop":1729034014880,"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":"eff1ea13d123020f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014880,"stop":1729034014880,"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":"ff8311727550462d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034014881,"stop":1729034014882,"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":"aef5e529d304a9db","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1729034014882,"stop":1729034014882,"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":"74092a168d3eacba","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1729034014882,"stop":1729034014882,"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":"b94fa7351d01e5bd","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1729034034974,"stop":1729034034976,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"61c191ff03ad3c94","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1729034034976,"stop":1729034034977,"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":"8eb7b22f91a8aaac","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1729034034977,"stop":1729034034978,"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":"f6330956c4792cd","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1729034034978,"stop":1729034034979,"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":"81a05dc231c56841","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1729034034979,"stop":1729034034981,"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":"77ca1f2bcc5180a1","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1729034034981,"stop":1729034034982,"duration":1},"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 2 topics","uid":"e807838429ebb56c","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1729034034983,"stop":1729034034983,"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":"c4f4b6d76f6fc81f","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1729034034983,"stop":1729034034983,"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":"e45ba3c8a19c8c5a","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1729034034983,"stop":1729034034984,"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":"195081937468dbd9","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1729034034984,"stop":1729034034986,"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":"29e20a25181822dc","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1729034034986,"stop":1729034034986,"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":"915c1756a568e32a","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1729034034986,"stop":1729034034987,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d51561a0db8f4679c409581c5ed3e00e"},{"name":"Waku Filter V2: Subscribe: Single Service Node","children":[{"name":"Subscribe and receive messages via lightPush","uid":"d3632c673bf8652a","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041472,"stop":1729034041473,"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":"c9ca7d21919a33f3","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041473,"stop":1729034041473,"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":"136f8b376a5ef8dd","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041473,"stop":1729034041474,"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":"c14cc69c86867f35","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041474,"stop":1729034041476,"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":"7a5c759068785bb3","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041476,"stop":1729034041477,"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":"8dff0d8f39f2e499","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041477,"stop":1729034041477,"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":"6ddc6f273d8e26ea","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041477,"stop":1729034041485,"duration":8},"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":"e08337e36261d9b2","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041485,"stop":1729034041485,"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":"d9277d53a328231b","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041485,"stop":1729034041486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"86a898d96fc35bf2","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041486,"stop":1729034041487,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"ccae3bd215ab031a","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041487,"stop":1729034041487,"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":"1304bb9dded24530","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041488,"stop":1729034041488,"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":"5cba75bc7a0e9cf4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041488,"stop":1729034041489,"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":"7ec4aca1a050b75e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041488,"stop":1729034041488,"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":"5ddb318abec5a925","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041489,"stop":1729034041489,"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":"6c29f41565adaaf4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041489,"stop":1729034041490,"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":"8e4fec60d1972eb7","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041490,"stop":1729034041490,"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":"8510fb124606d97e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041490,"stop":1729034041491,"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":"310e05cb35456766","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041492,"stop":1729034041494,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and receive message","uid":"e0b52083cd6de736","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041496,"stop":1729034041496,"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":"c5887fcee980ef61","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041497,"stop":1729034041497,"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":"4b68b5ebbeeb8a05","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041497,"stop":1729034041497,"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":"d286884eb1cc3fa6","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041498,"stop":1729034041498,"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":"3546bc2cef3d201","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041499,"stop":1729034041500,"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":"7715a08b90f54572","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041500,"stop":1729034041501,"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":"27d70574f1f22d72","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041501,"stop":1729034041501,"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":"65330bd619f1f9b5","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041503,"stop":1729034041507,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"e905e532cade9bbc","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041507,"stop":1729034041507,"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":"bc49bcae5720a76f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034041508,"stop":1729034041508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6f94dc37311b4dd500c6fb4f60c93564"},{"name":"This","children":[{"name":"Is","children":[{"name":"A test","uid":"2ba9fe54614373b5","parentUid":"d97a75222c68cb30be8516b31f542691","status":"passed","time":{"start":1729034041649,"stop":1729034041649,"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":"5acf058b8ca06a45","parentUid":"a6366810953c2e0e3c90e3cb98ee73f7","status":"passed","time":{"start":1729034041650,"stop":1729034041650,"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":"PeerStore has remote peer's shard info after successful connection","uid":"f52b666df9f7c3c8","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1729034063485,"stop":1729034063486,"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":"c086c39833a424d4","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1729034063489,"stop":1729034063489,"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":"3f630ff3c83cd572","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1729034063495,"stop":1729034063495,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"14dd65eadc221420","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1729034063496,"stop":1729034063497,"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":"db1c2786cdf5a219","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1729034063498,"stop":1729034063498,"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":"2b36b89ea2eaee4d","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1729034063498,"stop":1729034063498,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"174e48ade251c8de555bd3bc87d61e1f"}],"uid":"efccb8cb58173ebb8b2f79a36781cf1b"},{"name":"Waku Light Push : Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"1f653c7984771ccc","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1729034066151,"stop":1729034066152,"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":"d9c840556bfa3253","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1729034066152,"stop":1729034066152,"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":"997ec848a1e13ccb","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1729034066153,"stop":1729034066153,"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":"b6b7d1ab8a02a495","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1729034066154,"stop":1729034066156,"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":"9e4a7e43dcea7d44","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1729034066156,"stop":1729034066157,"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":"a6379544a67e2d88","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1729034066157,"stop":1729034066158,"duration":1},"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":"d4f1dbc9f55a12d6","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1729034066160,"stop":1729034066161,"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":"1d289f814c5f3faa","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1729034066161,"stop":1729034066161,"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":"13c9afdf003b23b8","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1729034066161,"stop":1729034066161,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"35de3709f31f23da68ece85d4ad444e9"},{"name":"nwaku","children":[{"name":"Correctly serialized arguments","uid":"c5c3fc2dd1b960a8","parentUid":"b5a4331680bd014f81e396f3a45e3e05","status":"passed","time":{"start":1729034066291,"stop":1729034066292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b5a4331680bd014f81e396f3a45e3e05"},{"name":"multiaddr: dialing","children":[{"name":"can dial TLS multiaddrs","uid":"d2e649bd064259a","parentUid":"ed3199962ddbdce221ebc3aee5f07a71","status":"passed","time":{"start":1729034067353,"stop":1729034067354,"duration":1},"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":"49ee288dfa6ab127","parentUid":"1e048c606fd404a2c44ada77bca3101a","status":"passed","time":{"start":1729034067354,"stop":1729034067355,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1e048c606fd404a2c44ada77bca3101a"}],"uid":"ed3199962ddbdce221ebc3aee5f07a71"},{"name":"Peer Exchange Continuous Discovery","children":[{"name":"Should update multiaddrs","uid":"fa64dad131ac184d","parentUid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c","status":"passed","time":{"start":1729034067822,"stop":1729034067823,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"e46866fad503d91a","parentUid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c","status":"passed","time":{"start":1729034067823,"stop":1729034067823,"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":"e90f659114aa1c3a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121875,"stop":1729034121875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"747430b44b05be25","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121875,"stop":1729034121875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"90d65debab2f9c9a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121876,"stop":1729034121876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"a98a81f6745f52ba","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121882,"stop":1729034121882,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"8e99282e67c4320d","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121885,"stop":1729034121885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"a1daa6bdf9484449","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121889,"stop":1729034121889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"dcc5f84ba8a0f82f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121890,"stop":1729034121890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e32dabcc7b1bad92","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121890,"stop":1729034121891,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"d64c3c17fe6b42be","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121891,"stop":1729034121891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"45fb9f7fd57ac818","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121891,"stop":1729034121892,"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":"a8b57d9537e2da08","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121892,"stop":1729034121892,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"ccc755503c3061a0","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121892,"stop":1729034121894,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"5bd56dbf66769fc1","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121894,"stop":1729034121895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"daa9c02354d85bd9","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121895,"stop":1729034121895,"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":"5f4ef2dd43995494","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121895,"stop":1729034121896,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"14156eebf4416c0a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121896,"stop":1729034121897,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892674000000 ","uid":"a4698dab1aafb9a1","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121897,"stop":1729034121898,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"76c83484cb09281d","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121899,"stop":1729034121899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892674 ","uid":"8dd1ce60386702ae","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121899,"stop":1729034121899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"71b6e70e9e57fda8","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121899,"stop":1729034121900,"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":"10f34c4a3309713a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121900,"stop":1729034121901,"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":"3d10280669c51e01","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121902,"stop":1729034121904,"duration":2},"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":"d53e203e593bd5a9","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121904,"stop":1729034121905,"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":"c323a58981009528","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121905,"stop":1729034121906,"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":"ae66aa480bd26e39","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034121908,"stop":1729034121908,"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":"56ab6665b31e7479","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1729034121909,"stop":1729034121909,"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":"513a4f33ae102ccd","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1729034121909,"stop":1729034121910,"duration":1},"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":"df2adb1f1cceaac2","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121910,"stop":1729034121910,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"302e84e6032ffd26","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121912,"stop":1729034121913,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"b2427ded3dee1ebe","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121914,"stop":1729034121915,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"45ca7af456fdf7c1","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121915,"stop":1729034121918,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"fcea1fe2780df9c2","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121924,"stop":1729034121931,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"7bdedde96cc68d50","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121931,"stop":1729034121931,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"505e9f06ec3cb0fa","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121932,"stop":1729034121935,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"63acd4c5b9f4d77c","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121936,"stop":1729034121937,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"5b4321638e34b0a7","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121938,"stop":1729034121939,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"daad7872f9e16bb2","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121939,"stop":1729034121939,"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":"82413fd48017b8b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121939,"stop":1729034121940,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"7b58f1f0eca0a785","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121940,"stop":1729034121940,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"2933df868be9a063","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121940,"stop":1729034121940,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"f3218ad5535c842d","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121941,"stop":1729034121941,"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":"44290cfabc20bd16","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121945,"stop":1729034121946,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"911db5bac5406f2c","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121946,"stop":1729034121947,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892674 ","uid":"9ef41a7b1467200b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121947,"stop":1729034121948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892674000000 ","uid":"fb9630b168436422","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121947,"stop":1729034121947,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"608e0c34cccfca92","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121948,"stop":1729034121951,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"be6f43f9b8be1f4","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121951,"stop":1729034121952,"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":"a5a34da920945468","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121952,"stop":1729034121953,"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":"8a76ca23457f9387","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121953,"stop":1729034121954,"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":"c5b2f50a1c4d55e5","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121953,"stop":1729034121953,"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":"8a8f8b4fab1de8d8","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121954,"stop":1729034121954,"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":"65aef34e9a4e9c30","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034121954,"stop":1729034121957,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"e5439b3e0d6a28b2","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1729034121957,"stop":1729034121958,"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":"61c178f059a631d0","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1729034121958,"stop":1729034121958,"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":"35e9299a16780797","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1729034122309,"stop":1729034122310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"e174dee5ad6565e0","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1729034122310,"stop":1729034122311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"d55c6272ae119c77","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1729034122310,"stop":1729034122310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"249094951590ce0f","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1729034122311,"stop":1729034122311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e7815ed0daad3788f63cfd3be43a4047"},{"name":"Waku Relay","children":[{"name":"Decrypt messages","uid":"7c5e6f6a1aff01a3","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1729034124336,"stop":1729034124336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"be9c2a7ce7c9511d","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1729034124336,"stop":1729034124336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c09e2f8d01d26e92eda242fa33d69927"},{"name":"Waku Light Push: Single Node","children":[{"name":"Push message with short payload","uid":"935792c153665915","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129465,"stop":1729034129465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"98c66a27507e8dd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129466,"stop":1729034129466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"27758764287c26f5","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129467,"stop":1729034129467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"5544fc7c1005a898","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129467,"stop":1729034129468,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"bdc590408cd957f2","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129467,"stop":1729034129467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"7a38ac73718b76bf","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129468,"stop":1729034129469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"1aab248921776c81","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129468,"stop":1729034129468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"cb048deab5f94975","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129469,"stop":1729034129469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"d0d9487a83bc6e77","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129469,"stop":1729034129469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"476627d6dbbef937","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129470,"stop":1729034129470,"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":"dca2201e500a7a43","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129470,"stop":1729034129470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"a8ad8c8a8ccbc986","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129471,"stop":1729034129471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"67865a326c280c34","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129471,"stop":1729034129471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"29af7bcdad211c66","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129471,"stop":1729034129472,"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":"b8580d4d4d677a38","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129472,"stop":1729034129472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"50b712ddeb49f24e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129472,"stop":1729034129472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"1bc25111b7e25fa0","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129472,"stop":1729034129473,"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":"5644886a91e8d1d4","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129473,"stop":1729034129473,"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":"5ca1565f105884db","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129473,"stop":1729034129473,"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":"46e004e45d313811","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129473,"stop":1729034129474,"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":"eb5e8530b58d36b2","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129474,"stop":1729034129475,"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":"a1a97181ec8fc61f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129474,"stop":1729034129474,"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":"667494933ce3bd1d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129475,"stop":1729034129475,"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":"2b72a7ba1ad02d63","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129475,"stop":1729034129476,"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":"ec2d30b2aedc711c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129475,"stop":1729034129475,"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":"5019314d31f00be5","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129476,"stop":1729034129477,"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":"f7ec1ed7d6561802","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129476,"stop":1729034129476,"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":"f9ee8d2f0b3e855d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129477,"stop":1729034129478,"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":"567230e92eefcc88","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129477,"stop":1729034129477,"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":"26d6d733b4d0e8fa","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129477,"stop":1729034129477,"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":"7899bc23f3cdca04","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129478,"stop":1729034129478,"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":"f72ad94f4e15f6ed","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129478,"stop":1729034129478,"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":"b0fa5ee697346596","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129479,"stop":1729034129479,"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":"1ec0a85e02546344","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129479,"stop":1729034129480,"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":"a197a0a450629037","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129479,"stop":1729034129479,"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":"215e4b969d76f202","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129480,"stop":1729034129480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"f996bedc083ea65d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129480,"stop":1729034129481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"95b9b56c95ecfe26","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129480,"stop":1729034129480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1698275615236","uid":"b42ddd7946551d02","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129481,"stop":1729034129481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729030415236","uid":"cd0cdbbd47f54e1","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129481,"stop":1729034129481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729037615236","uid":"9598553d209f7eda","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129482,"stop":1729034129482,"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":"90e8f5877cd559ac","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129482,"stop":1729034129483,"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":"bb8b8316a8a7c6f6","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034129482,"stop":1729034129482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7df6540d157bd48a9d3bc8c3f21e93bb"},{"name":"Waku Light Push: Multiple Nodes: Strict Check: true","children":[{"name":"Push message with short payload","uid":"b725f7da29b0b724","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137117,"stop":1729034137118,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"1d1435120d8f93e5","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137118,"stop":1729034137118,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"92aefb46c80bf75","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137118,"stop":1729034137123,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"893244347d095e11","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137123,"stop":1729034137124,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"4acd84d2ea7309ec","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137124,"stop":1729034137125,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"9c58fb65170d5dfe","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137125,"stop":1729034137125,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"7bb3fe4dbceea0f2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137125,"stop":1729034137125,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"37712e1dbaa9b83a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137126,"stop":1729034137126,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"e67f5286595fca06","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137127,"stop":1729034137128,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"9acd9f6755e0e3f6","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137129,"stop":1729034137129,"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":"bdb485ecd5dfd4ca","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137130,"stop":1729034137130,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"8f53383fae484a00","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137133,"stop":1729034137134,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"ab0aead6031987d6","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137133,"stop":1729034137133,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"379105f3c57e2b21","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137134,"stop":1729034137134,"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":"ea2cb21452217cd5","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137134,"stop":1729034137135,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"f390c29f1d06edf3","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137135,"stop":1729034137135,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4f1700c09340db38","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137137,"stop":1729034137142,"duration":5},"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":"8645c6d90fc7a99c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137142,"stop":1729034137142,"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":"e6d3bbf982c5b393","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137142,"stop":1729034137143,"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":"1f115fb5bd6c39d6","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137143,"stop":1729034137143,"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":"1f2f787ada5e50ef","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137143,"stop":1729034137143,"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":"3f114817c175f285","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137144,"stop":1729034137145,"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":"9ec1bffba5338d2d","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137144,"stop":1729034137144,"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":"4f17c1aa34ba8765","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137145,"stop":1729034137146,"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":"4b224c5f3fcf2c67","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137146,"stop":1729034137147,"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":"987fe2883b8da6e5","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137146,"stop":1729034137146,"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":"7ca954c832c1fac4","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137147,"stop":1729034137147,"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":"dee2f09078d3a946","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137147,"stop":1729034137147,"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":"8b1aff59d9060251","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137148,"stop":1729034137148,"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":"1aab05fe9d22c5","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137149,"stop":1729034137149,"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":"ef61c7e9ea3322d7","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137149,"stop":1729034137150,"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":"1934db6b77d06e2f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137150,"stop":1729034137153,"duration":3},"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":"c7d6a0b0031b81ee","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137153,"stop":1729034137154,"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":"2c52217137bf2df1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137154,"stop":1729034137155,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"1401c875c8283aea","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137155,"stop":1729034137156,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"2d9c64f68d9f514","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137155,"stop":1729034137155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"56fe24c9e41f5f3b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137156,"stop":1729034137157,"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":"8c42e7f1fbe406b6","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137156,"stop":1729034137156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1698275577436","uid":"d102312858215e33","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137157,"stop":1729034137158,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729030377436","uid":"32bc6e2c93d61e40","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137158,"stop":1729034137158,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729037577436","uid":"7ad94657f74a3767","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137158,"stop":1729034137159,"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":"9f5f3f58fd93316d","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137159,"stop":1729034137159,"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":"333f49d20480062f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034137159,"stop":1729034137159,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0ce4304a5c72aabff181e56ac32d839"},{"name":"Waku Relay, multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"e7e8b7c01bbb853d","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1729034137162,"stop":1729034137162,"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":"69a1c121d3415ac7","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1729034137162,"stop":1729034137163,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"c65fb98a8b1abe0b","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1729034137163,"stop":1729034137163,"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":"c245fe3af29d4606","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1729034137163,"stop":1729034137163,"duration":0},"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":"fad75959170f9c1d","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1729034137164,"stop":1729034137164,"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":"10a5984620b8a7c5","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1729034137164,"stop":1729034137164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"ca2bb7aef84f6de3","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1729034137164,"stop":1729034137165,"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":"cc00ac350d048be1","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1729034137165,"stop":1729034137165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"23ea901a8196812bf1a172b866f3c954"},{"name":"Waku Relay, Interop","children":[{"name":"nwaku subscribes","uid":"795863f0cf273a74","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1729034140324,"stop":1729034140324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"7cfaa02469bac2c5","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"1ad21a24c3632845","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"8fada7215763a50","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e723c55a01833b835c26f759a08dcc8f"},{"name":"Waku Relay, Publish","children":[{"name":"Check publish message containing short","uid":"f230aa5b957c2ee5","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144756,"stop":1729034144756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"a69ca65e484c6ddc","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144758,"stop":1729034144759,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"870921c1d9d54e14","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144759,"stop":1729034144760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"8a09f5554454e11a","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144759,"stop":1729034144759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"8a5bbf60e4d7b233","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144760,"stop":1729034144761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"b05883cd515474e8","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144761,"stop":1729034144762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"c7447c5b8802ac86","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144761,"stop":1729034144761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"acaf1694b0924680","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144762,"stop":1729034144763,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"c5b019ad463d36f5","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144762,"stop":1729034144762,"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":"2de499adbd44abfe","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144763,"stop":1729034144763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"da1b991707b80744","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144763,"stop":1729034144763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"a647d4f394b0257f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144764,"stop":1729034144764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"962a524db3f2bdc4","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144764,"stop":1729034144765,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"4c71e59145bf52eb","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144764,"stop":1729034144764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"6b1bae2c871ad90e","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144765,"stop":1729034144766,"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":"c2ecf39978ce5880","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144765,"stop":1729034144765,"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":"b0090beef69563d6","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144766,"stop":1729034144767,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 25 2023 23:15:37 GMT+0000 (Coordinated Universal Time)","uid":"c27a644ada82126","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144767,"stop":1729034144768,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Oct 15 2024 22:15:37 GMT+0000 (Coordinated Universal Time)","uid":"588f6e691a44cd5b","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144768,"stop":1729034144768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"108578dd88342067","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144769,"stop":1729034144769,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 16 2024 00:15:37 GMT+0000 (Coordinated Universal Time)","uid":"5edf5dffa57d98f2","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144769,"stop":1729034144769,"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":"a07cb452b8326a7c","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144770,"stop":1729034144770,"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":"1e732c89a30dc7a3","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144770,"stop":1729034144770,"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":"c05b2f0040a53ae4","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144770,"stop":1729034144771,"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":"9ccc75f24037f44a","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1729034144772,"stop":1729034144772,"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":"46fc31481b2eefbd","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144772,"stop":1729034144772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"2e34179447f8771f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144773,"stop":1729034144774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"df0cb287268aae2c","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034144773,"stop":1729034144773,"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":"3b34472644dd6906","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1729034144773,"stop":1729034144773,"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":"394d2b747420596a","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147759,"stop":1729034147760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"4fa2a0410dd57166","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147760,"stop":1729034147760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"c59da88c76cabc50","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147760,"stop":1729034147761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"2a3c6a340f5e1245","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147761,"stop":1729034147766,"duration":5},"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":"7ab7ce988025bee6","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147767,"stop":1729034147767,"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":"dd2c7d46d1e39045","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147767,"stop":1729034147767,"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":"1158cb6250839e55","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147767,"stop":1729034147768,"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":"699f2b77c633ed67","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147768,"stop":1729034147768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"fbb06da52c5c54a9","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1729034147769,"stop":1729034147769,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"14902470eec838df","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1729034147769,"stop":1729034147769,"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":"938a9acb9bcb9d69","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147770,"stop":1729034147771,"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":"db8b6980881f1b3e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147770,"stop":1729034147770,"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":"cab059321a7f63a0","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147771,"stop":1729034147772,"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":"8dfddb5c340280cb","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147772,"stop":1729034147772,"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":"1ded228d114cc53b","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147774,"stop":1729034147774,"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":"f4ce0c4080659a82","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147778,"stop":1729034147778,"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":"e0afe1a208547434","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147780,"stop":1729034147780,"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":"a6ff28e526f9b6be","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147780,"stop":1729034147781,"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":"c06c95c6a26cf61c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147780,"stop":1729034147780,"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":"4b958bcfb990dc36","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147781,"stop":1729034147786,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"bb50d15d78f8e19e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147781,"stop":1729034147781,"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":"92635fd97b2a282d","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147781,"stop":1729034147781,"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":"5066d071ede58126","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147786,"stop":1729034147787,"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":"99adbb840a61736c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147787,"stop":1729034147791,"duration":4},"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":"e03453525f0fef2","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147792,"stop":1729034147792,"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":"d489965df72576af","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034147792,"stop":1729034147792,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f44a58f320567307bff944f420349273"},{"name":"Peer Exchange","children":[{"name":"getPeersByDiscovery","uid":"10023f765e7cb9c2","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1729034147999,"stop":1729034148000,"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":"3fb99ac0386222b4","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1729034148001,"stop":1729034148001,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"8d5b9df835846532","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1729034148002,"stop":1729034148002,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"a02d806401e19c4e","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1729034148002,"stop":1729034148002,"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":"f9367fde23fc9ee2","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1729034162414,"stop":1729034162414,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"c575085c61fb592c","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1729034162414,"stop":1729034162414,"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":"3678bbde617c59a8","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1729034162415,"stop":1729034162415,"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":"6681a50f32a14027","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1729034162415,"stop":1729034162416,"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":"2cf00c1fc945f5d5","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1729034162415,"stop":1729034162415,"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":"2d50f32c7ebe81e8","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1729034162416,"stop":1729034162417,"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":"5ee8a9074f1fe826","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1729034162416,"stop":1729034162416,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cc5ab73acc4c5ec1d118ee40082197b"}],"uid":"1d4f92016a1ebf16e8408eac03783ef8"}],"uid":"f23527635e1474ff854a71912f7cb7ea"},{"name":"Waku Store, cursor","children":[{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"ec41d35d1f5579dd","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1729034169192,"stop":1729034169192,"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":"9ee99d1cad77c1d1","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1729034169193,"stop":1729034169194,"duration":1},"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":"94edeca01736ea9e","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1729034169193,"stop":1729034169193,"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":"bcd00b7c92d57611","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1729034169193,"stop":1729034169193,"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":"c6ee047964e1ee70","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1729034169194,"stop":1729034169194,"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":"5a27d6524e6bca3d","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1729034169194,"stop":1729034169195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"88cfb5bcb9a9e6f9","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1729034169195,"stop":1729034169195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"57fecdc01a91746c","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1729034169195,"stop":1729034169196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"37f06885499a0920","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1729034169197,"stop":1729034169197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3426cec71b37676cf0be3c0fef80c0a0"},{"name":"Autosharding: Running Nodes","children":[{"name":"Different clusters and topics","children":[{"name":"Cluster ID 0 - Default/Global Cluster","uid":"209a13cc26091ad","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034169435,"stop":1729034169436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"d9cc8da31c46b31b","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034169436,"stop":1729034169437,"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: /app49/10/topic527/proto","uid":"6affaaf3320c2afb","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034169437,"stop":1729034169439,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app93/1/topic622/proto","uid":"32ecf91e795d59c1","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034169439,"stop":1729034169441,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app40/2/topic778/json","uid":"45642fb225f18a96","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034169441,"stop":1729034169442,"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: /app57/3/topic252/xml","uid":"b1261d40acdae62","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034169445,"stop":1729034169449,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app71/2/topic384/xml","uid":"c7e183aabf0ac7f0","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034169449,"stop":1729034169449,"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: /app68/4/topic903/xml","uid":"4d7df0a70c160897","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034169449,"stop":1729034169450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app34/5/topic449/xml","uid":"5fee5c729271ec96","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034169450,"stop":1729034169450,"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: /app58/7/topic58/proto","uid":"a69b1f6835832d17","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034169450,"stop":1729034169451,"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: /app71/9/topic946/proto","uid":"4501d14f8b361270","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034169450,"stop":1729034169450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"722859d86bf59499","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034169451,"stop":1729034169452,"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: /app52/7/topic102/utf8","uid":"8a3e9576697c212b","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034169451,"stop":1729034169451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e8b0f6eec77d72e8a8dfd3fa7b06b150"},{"name":"Others","children":[{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"a050468f139493ae","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1729034169452,"stop":1729034169453,"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":"56519e36412b4de0","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1729034169452,"stop":1729034169452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"1c20c9a29fe6f766","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1729034169453,"stop":1729034169453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c1298819c2cb74c1497f827790fba312"}],"uid":"81716586629d1440866a32fcb0929685"},{"name":"Static Sharding: Running Nodes","children":[{"name":"Different clusters and shards","children":[{"name":"shard 0","uid":"5afb11ed383d80e8","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034177523,"stop":1729034177524,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"fb9665d82b7df79","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034177524,"stop":1729034177524,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 68, Shard ID: 269","uid":"f9b2249ef39c5b0c","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034177524,"stop":1729034177525,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 947, Shard ID: 118","uid":"1f2bfe52b24493eb","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034177525,"stop":1729034177526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 864, Shard ID: 457","uid":"b91b13fc3e55cf0d","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034177526,"stop":1729034177527,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 116, Shard ID: 717","uid":"a36f24186a799458","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034177527,"stop":1729034177530,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 523, Shard ID: 370","uid":"dd08246798d56","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034177531,"stop":1729034177531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 816, Shard ID: 369","uid":"ab68747bb3d68ba6","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034177532,"stop":1729034177533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 74, Shard ID: 219","uid":"f9c6ab17937e8915","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034177533,"stop":1729034177534,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 147, Shard ID: 773","uid":"11bdc047ce3ac172","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034177534,"stop":1729034177534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 529, Shard ID: 960","uid":"49a75ab01ba7cdc5","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034177535,"stop":1729034177536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 129, Shard ID: 338","uid":"11bb2116837ffee1","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034177535,"stop":1729034177535,"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":"468e42b4b598603c","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1729034177536,"stop":1729034177536,"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":"1265637a582b5166","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1729034177537,"stop":1729034177538,"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":"6f3fac1496e763c8","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1729034177538,"stop":1729034177538,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"55b20afdd36c6a3fe4fbc5148e0b6cb1"}],"uid":"3063c7d8bf33f54fd9a4937c64364a9f"},{"name":"Waku Store, error handling","children":[{"name":"Query Generator, Wrong PubsubTopic","uid":"498b15e4a75ae15","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034188112,"stop":1729034188113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"db1c0ea812fa6f02","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034188113,"stop":1729034188113,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"3e4878d8cd3a5386","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034188113,"stop":1729034188115,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"2ee559ba0f23694f","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034188115,"stop":1729034188116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"2a9db581f6c6b9dd","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034188116,"stop":1729034188116,"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":"7a7db5d2bd2c0ae8","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034188117,"stop":1729034188118,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"4c7e9104f80568d6","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034188117,"stop":1729034188117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"6095a844312138d6","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034188117,"stop":1729034188117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"92e129b12baa52e","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034188118,"stop":1729034188119,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"f9775c3f0b708bdb","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034188118,"stop":1729034188118,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"a00c19e4efb06cfe","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034188118,"stop":1729034188118,"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":"dcf4597776d0e924","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034188119,"stop":1729034188119,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ce32033953aa49b057348563584e892d"},{"name":"Waku Store, order","children":[{"name":"Query Generator - true","uid":"b651fdb03f329e0c","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1729034191991,"stop":1729034191994,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"60ff1e299ba587d3","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1729034191994,"stop":1729034191995,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"fbcc98d706d0d618","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1729034191995,"stop":1729034191996,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"b742d0527c4c012c","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1729034191995,"stop":1729034191995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"9a5b60748cb4d39a","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1729034191995,"stop":1729034191995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"4a1cb887dab16e01","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1729034191996,"stop":1729034191996,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7daa13be04411ffb27d8ee7f46d6b87d"},{"name":"Waku Store, custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"bd44b38ecc63a448","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1729034200062,"stop":1729034200063,"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":"e9da1c772ac3e459","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1729034200063,"stop":1729034200064,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"7b359348c08396df","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1729034200063,"stop":1729034200063,"duration":0},"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":"65c444f119666655","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1729034200064,"stop":1729034200065,"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":"79ed760599a4b4f5","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1729034200065,"stop":1729034200066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"f4e7fc831e47e5f","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1729034200065,"stop":1729034200065,"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, custom pubsub topic","uid":"b93f2c030e0bedfb","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1729034200067,"stop":1729034200069,"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":"ad671ec7049aab7","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1729034200069,"stop":1729034200070,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"36467825f795991e","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1729034200069,"stop":1729034200069,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8095077130c9514b42ecdfc574bb8f38"},{"name":"Waku Store, sorting","children":[{"name":"Query Generator sorting by timestamp while page direction is true","uid":"ee22311bb8b573f","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1729034203620,"stop":1729034203621,"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":"3054b3ae4c34ff68","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1729034203621,"stop":1729034203621,"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":"5f320e050bc272f4","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1729034203622,"stop":1729034203622,"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":"3db7910c9876d71b","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1729034203622,"stop":1729034203622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82d01d8e33c56eeb9dac68b6546f466e"},{"name":"Waku Store, page size","children":[{"name":"Passing page size 0 when there are 110 messages","uid":"4866072b417bef22","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1729034208292,"stop":1729034208293,"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":"c7ca5e9a306c28da","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1729034208293,"stop":1729034208294,"duration":1},"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":"c3b7cc5690108cfa","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1729034208294,"stop":1729034208294,"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":"7b657d1f2ed19eab","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1729034208294,"stop":1729034208294,"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":"6414c67136b6500d","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1729034208294,"stop":1729034208295,"duration":1},"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":"f4f4b6d6cf68e401","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1729034208295,"stop":1729034208295,"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":"3e339eb245e48367","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1729034208295,"stop":1729034208295,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"e5c2dde2f136ed5d","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1729034208295,"stop":1729034208296,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"90755542dd4fc4702bb1cd6348e4930c"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","children":[{"name":"Subscribe and receive messages via lightPush","uid":"5030f603a00cc87d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209086,"stop":1729034209086,"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":"782c3805f6976a7f","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209087,"stop":1729034209088,"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":"27f75e82b69a994d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209087,"stop":1729034209087,"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":"2c2cf4e5ffde61e2","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209087,"stop":1729034209087,"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":"e6af9ea87cf4efa3","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209088,"stop":1729034209089,"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":"2c77ccf3c7cbf0ef","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209089,"stop":1729034209089,"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":"28df5307083bf705","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209089,"stop":1729034209089,"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":"d1724edeb1c36b02","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209090,"stop":1729034209090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"a7d61e4e9b27f10d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209092,"stop":1729034209093,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"afcfccce3eafa91c","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209092,"stop":1729034209092,"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":"3b8885ad2522f4d9","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209092,"stop":1729034209092,"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":"98c400b153fb0004","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209093,"stop":1729034209095,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"ee29586b3dbe0824","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209093,"stop":1729034209093,"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":"a66b66b32d1511fa","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209095,"stop":1729034209095,"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":"af211dddc154fa8a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209095,"stop":1729034209095,"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":"ebe33bcda2e1a05b","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209096,"stop":1729034209098,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and receive message","uid":"a9e563c3f519fb7e","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209098,"stop":1729034209099,"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":"e8ba2cf94cff6cdd","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209099,"stop":1729034209099,"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":"7963f758acb8f73c","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209100,"stop":1729034209100,"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":"4fcdd95b567ab236","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209100,"stop":1729034209100,"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":"49965771c8691b2b","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209100,"stop":1729034209101,"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":"ff1f2f47634e75f8","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209101,"stop":1729034209101,"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":"f290fbd63a5b8d29","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209102,"stop":1729034209103,"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":"fbe668c7d775dc98","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209102,"stop":1729034209102,"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":"7371c3eb09a213c2","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209102,"stop":1729034209102,"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":"84ccf0ef8daed22a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209103,"stop":1729034209103,"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":"f85149b15ac3ecd2","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209103,"stop":1729034209104,"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":"fbd9433f389a4aec","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209103,"stop":1729034209103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"166af90615f30de1","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034209104,"stop":1729034209104,"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":"abe1a48d099cd5c2","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209104,"stop":1729034209105,"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":"b014f9caf7bb771c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209105,"stop":1729034209105,"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":"45091b38740b6db4","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209105,"stop":1729034209105,"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":"9fb72ed78dcdda5e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209106,"stop":1729034209107,"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":"947a755e2de78eca","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209106,"stop":1729034209106,"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":"8bcaee1cf08bdbbf","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209106,"stop":1729034209106,"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":"213ae7747d7ffbe2","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209107,"stop":1729034209107,"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":"55af24a024fa076e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209107,"stop":1729034209109,"duration":2},"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":"d9e71a0756c2038e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209109,"stop":1729034209109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"5080acef3fb8347b","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209109,"stop":1729034209110,"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":"2bb240d3c946a1f7","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209110,"stop":1729034209111,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5a97eeabfd62585c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209110,"stop":1729034209110,"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":"dd09531aa7c5e035","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209111,"stop":1729034209112,"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":"a73f36f9acc2bc87","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209111,"stop":1729034209111,"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":"a4c55a1794fc5758","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209112,"stop":1729034209113,"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":"5dfdfd6c85179a52","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209112,"stop":1729034209112,"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":"d0232e9ab11dd069","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209112,"stop":1729034209112,"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":"f9111ca1f9067fac","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209113,"stop":1729034209114,"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":"a249435eea9c5275","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209113,"stop":1729034209113,"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":"3a9c00262e138817","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209114,"stop":1729034209114,"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":"9e44a6d04542cf0d","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209114,"stop":1729034209115,"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":"9cbc28476121cdfe","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209119,"stop":1729034209119,"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":"d3644062172fdf93","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209122,"stop":1729034209123,"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":"9700892e3d809c64","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209123,"stop":1729034209127,"duration":4},"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":"7a39c20b01cb3330","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209128,"stop":1729034209128,"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":"4ea1306217df5120","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209128,"stop":1729034209130,"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":"4a068d3f925a4043","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209128,"stop":1729034209128,"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":"4bdf9f76925c2f1c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209130,"stop":1729034209131,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"85eddb3e81039a96","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034209131,"stop":1729034209131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d2c836997f51e619a3f56fdc380693ce"},{"name":"Util: toAsyncIterator: Filter","children":[{"name":"handles multiple messages","uid":"af9106982d94de63","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1729034211308,"stop":1729034211309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"6d0ea26c719c8254","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1729034211308,"stop":1729034211308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"d85c8f05ff375edb","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1729034211309,"stop":1729034211309,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bfd91fe70e25365388e9d45e358d893b"},{"name":"Waku Store, general","children":[{"name":"Query generator for multiple messages","uid":"5f8a0a9adb153093","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1729034213016,"stop":1729034213016,"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":"5d7eae6322fa4c16","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1729034213017,"stop":1729034213018,"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":"d1383bac4562fb26","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1729034213017,"stop":1729034213017,"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":"9093925a3dbd6637","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1729034213017,"stop":1729034213017,"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":"261bc53f91ccb13","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1729034213018,"stop":1729034213019,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"4f3784fd83ddd98f","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1729034213018,"stop":1729034213018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"f335d918a8c492e9","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1729034213019,"stop":1729034213019,"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":"793736e75847cec5","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1729034213020,"stop":1729034213020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"58b52190440868ef","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1729034213020,"stop":1729034213021,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a0593136080d0b3b5899e64d90a01f8"}],"name":"suites"} \ No newline at end of file +{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"pushOrInitMapSet","children":[{"name":"Init the array if not present","uid":"5f38ce65ed464e00","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1729034332493,"stop":1729034332494,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"b1eb09825a3eeeed","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1729034332495,"stop":1729034332497,"duration":2},"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":"6050c6b66170196d","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1729034332606,"stop":1729034332607,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"59dbfdf131c55b84","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1729034332607,"stop":1729034332607,"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":"e1bf23a7f3c6226b","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1729034332607,"stop":1729034332608,"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":"cfba8a063b17beef","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1729034332608,"stop":1729034332608,"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":"22f62e466e4917ca","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1729034332609,"stop":1729034332609,"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":"6d974d44d7328a7","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1729034332609,"stop":1729034332609,"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":"9e17baf779cd345d","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1729034332610,"stop":1729034332611,"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":"c671afd3844df709","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1729034332611,"stop":1729034332612,"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":"614a923c3cb582db","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1729034332612,"stop":1729034332612,"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":"1d91a60708622921","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729034332613,"stop":1729034332614,"duration":1},"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":"c4d8aae0c7aa9a54","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729034332614,"stop":1729034332614,"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":"48c644261a54981b","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729034332614,"stop":1729034332619,"duration":5},"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":"9949b595db724e1a","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729034332619,"stop":1729034332619,"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":"8aaa53a90492c0b","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729034332620,"stop":1729034332621,"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":"10025e56ac2fad1b","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729034332620,"stop":1729034332620,"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":"9ec69bcc15416e31","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729034332620,"stop":1729034332620,"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":"f9105f5c035ea96c","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729034332621,"stop":1729034332621,"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":"b5090358bf9596b0","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729034332621,"stop":1729034332621,"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":"187976bfad07376f","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729034332621,"stop":1729034332622,"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 0 with networkShards 1","uid":"ce26fedc0b47d800","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729034332622,"stop":1729034332623,"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":"89e0a0ce08dc8c91","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729034332622,"stop":1729034332622,"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":"ca92c152990a4899","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729034332622,"stop":1729034332622,"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":"ecf630c5d9747c14","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1729034332623,"stop":1729034332623,"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":"58dce2320ab7a30b","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1729034332623,"stop":1729034332624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"d05501e05e5d26a6","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1729034332624,"stop":1729034332624,"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":"c98b0d4ea42fd846","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1729034332624,"stop":1729034332624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"9fdcf7c1afdad3c9","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1729034332624,"stop":1729034332625,"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":"71aac107d3f675b5","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1729034332625,"stop":1729034332625,"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":"411b009954ba9e61","parentUid":"019109a65419887777e599cebbf04c7f","status":"passed","time":{"start":1729034332625,"stop":1729034332626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"019109a65419887777e599cebbf04c7f"},{"name":"singleShardInfosToShardInfo","children":[{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"fe891374687425ea","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1729034332626,"stop":1729034332626,"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":"2196992d36043067","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1729034332626,"stop":1729034332626,"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":"94dcab125684b26","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1729034332626,"stop":1729034332627,"duration":1},"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":"8eae8537ba9e3396","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1729034332627,"stop":1729034332627,"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":"d8b21b59225ee09d","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1729034332627,"stop":1729034332628,"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":"73fdd047c96a6145","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1729034332628,"stop":1729034332629,"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":"f865cb328a293af1","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1729034332628,"stop":1729034332628,"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":"e61bab9349c5a1a4","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1729034332628,"stop":1729034332628,"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":"edec426c36ee4379","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1729034332629,"stop":1729034332629,"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":"cbb1f0c21ff8ae78","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1729034332629,"stop":1729034332630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"432ebc3e1c4c5a54","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1729034332629,"stop":1729034332629,"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":"7013d109f0c0eece","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332630,"stop":1729034332630,"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":"a89b4ee9a26a4ec4","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332630,"stop":1729034332631,"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":"71e4f963207ba981","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332631,"stop":1729034332631,"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":"6492b18d40a3ed45","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332631,"stop":1729034332632,"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":"6545dc1a75f4f4ec","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332631,"stop":1729034332631,"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":"3e65d8a284d4959c","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332632,"stop":1729034332633,"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":"2f760d9ed41e3039","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332632,"stop":1729034332632,"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":"9638591df935f50f","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332632,"stop":1729034332632,"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":"f93566403986fa4e","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332633,"stop":1729034332634,"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":"727d999c67c19883","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332633,"stop":1729034332633,"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":"d709730fe53675e5","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332634,"stop":1729034332634,"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":"d0234d5fb341fbbe","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332634,"stop":1729034332634,"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":"e21fae82c1a88950","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332634,"stop":1729034332635,"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":"63084c03b2e16ec8","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332636,"stop":1729034332637,"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":"cd97ca9593624837","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332636,"stop":1729034332636,"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":"46508dc26314f5ab","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332637,"stop":1729034332637,"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":"71cf9d0267c462df","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332637,"stop":1729034332637,"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":"1572dffa4221e494","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332638,"stop":1729034332639,"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":"afa03da0b8d1bd9f","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332638,"stop":1729034332638,"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":"10b5ce906378dde7","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332639,"stop":1729034332640,"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":"b90eca0627f189b5","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332640,"stop":1729034332640,"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":"44f1512162da0174","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1729034332640,"stop":1729034332641,"duration":1},"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":"51484d7476755550","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1729034332641,"stop":1729034332641,"duration":0},"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":"f7c9e92daf000863","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1729034332641,"stop":1729034332641,"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":"a717d062f11540aa","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1729034332642,"stop":1729034332643,"duration":1},"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":"5736c26220e88954","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1729034332643,"stop":1729034332644,"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":"1d0b18e11371f15e","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1729034332643,"stop":1729034332643,"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":"ec3fddf369023e4e","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1729034332644,"stop":1729034332645,"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":"fa9d46ab43205d85","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1729034332644,"stop":1729034332644,"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":"6ddf6cab75d4e5f9","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1729034332645,"stop":1729034332645,"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":"bda4167bdab70e0b","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1729034332645,"stop":1729034332646,"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":"86713bcfd9b88fc1","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1729034332646,"stop":1729034332646,"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":"4b5ec194e8af59fe","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1729034332646,"stop":1729034332646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"34f1b0a5481b33c0","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1729034332647,"stop":1729034332647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"cbf8424fb7f13453","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1729034332647,"stop":1729034332647,"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":"adfd54d4af022a21","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1729034332648,"stop":1729034332648,"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":"c4a53638cd88e858","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1729034332648,"stop":1729034332649,"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":"bee450e95d9603b7","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1729034332648,"stop":1729034332648,"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":"8ecc766d19ec6402","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1729034332649,"stop":1729034332649,"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":"e4dca9e4751da766","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1729034332796,"stop":1729034332797,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"e2fdb7993d3f3a51","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1729034332796,"stop":1729034332796,"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":"49308e81b03e99d1","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1729034332797,"stop":1729034332797,"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":"7543b39f03f3d0b8","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1729034332797,"stop":1729034332797,"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":"6739e111aeb0cc31","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1729034335331,"stop":1729034335332,"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":"d79e82dba149d984","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1729034335332,"stop":1729034335332,"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":"9fbde4baae10f611","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1729034335333,"stop":1729034335333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"67ea13630f8f72c8","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1729034335333,"stop":1729034335333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"f07bb7bf39b0cb1d","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1729034335334,"stop":1729034335334,"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":"f01a52cca6951047","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1729034335334,"stop":1729034335334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e360931edbeb85d50a49a0aa6354c571"},{"name":"ENR multiaddrs codec","children":[{"name":"Sample","uid":"238a5ff60dd4cac7","parentUid":"a2221ab58e9529401660d406d60ec8d9","status":"passed","time":{"start":1729034340708,"stop":1729034340709,"duration":1},"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":"8fac500e6871bf88","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1729034340749,"stop":1729034340750,"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":"8975bdabd2cc3eac","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1729034340750,"stop":1729034340751,"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":"495dea3c216ec2ef","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1729034340751,"stop":1729034340752,"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":"4ebec372eb95b7c5","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1729034340751,"stop":1729034340751,"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":"16ca74352266e4a","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1729034340752,"stop":1729034340753,"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":"788245f22f71fb69","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1729034340752,"stop":1729034340752,"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":"c9ee836faf83394","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1729034340753,"stop":1729034340753,"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":"9e3cb89dcea1a607","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1729034340753,"stop":1729034340754,"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":"23a51dabe58f1529","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1729034340754,"stop":1729034340755,"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":"adfab47939546db","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1729034340755,"stop":1729034340755,"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":"e627d9d5b9b463ec","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1729034340755,"stop":1729034340756,"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":"f324675a46ff49dd","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1729034340756,"stop":1729034340756,"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":"2e309a8cd3a4fa5a","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1729034340757,"stop":1729034340757,"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":"1956923fd98a9328","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1729034340757,"stop":1729034340758,"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":"1e3f93f857a3c773","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1729034340757,"stop":1729034340757,"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":"8b291708265baee1","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1729034340758,"stop":1729034340758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3b0b3189a3cfb2b20c5b9ebc474b8ace"}],"uid":"cb14faf679c0b11311b20d0afbcd1a0b"},{"name":"Multiaddr from fields","children":[{"name":"tcp ip4 address","uid":"73f625c7f6183c58","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1729034340829,"stop":1729034340830,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"53fbccce469bdbda","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1729034340830,"stop":1729034340831,"duration":1},"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":"901f0d8a4d1bcc8e","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1729034341398,"stop":1729034341398,"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":"b76c4021e6fb6bc1","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1729034341399,"stop":1729034341400,"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":"41d1fb42303660c8","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1729034341399,"stop":1729034341399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"d81e8066c1abe663","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1729034341399,"stop":1729034341399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"66bc4e892128ac51","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1729034341400,"stop":1729034341400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"5b977a1ba006db2c","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1729034341400,"stop":1729034341400,"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 public key","uid":"8022300972192a8e","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1729034341401,"stop":1729034341402,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"d9de86bfa99fda5d","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1729034341401,"stop":1729034341401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"6e3ed0a60cc0d27","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1729034341401,"stop":1729034341401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"8ca64583ca5a4ce6","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1729034341402,"stop":1729034341402,"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":"f6b9650aa49d1c9b","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1729034341402,"stop":1729034341403,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"35b30d3739cc9ba","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1729034341403,"stop":1729034341403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"1ff56142e65706c5","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1729034341403,"stop":1729034341403,"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 UDP multiaddr","uid":"54ae6abc99a53cea","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1729034341404,"stop":1729034341404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"dfa155ef4e42d172","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1729034341404,"stop":1729034341404,"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":"ec08faf26fc2e35b","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1729034341404,"stop":1729034341404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"6dda83657e106d32","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1729034341405,"stop":1729034341409,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"21aaa4ea5e2f99b7","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1729034341405,"stop":1729034341405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"99dd023481b6e3cd","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1729034341409,"stop":1729034341409,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"cade5c3bde5bedc8","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1729034341409,"stop":1729034341409,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"107b8885c55d731c","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1729034341409,"stop":1729034341409,"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":"82c0e7172f4ebcf4","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1729034341409,"stop":1729034341410,"duration":1},"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":"aaaa2e793219308e","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1729034341410,"stop":1729034341410,"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":"91232f14e84ab37d","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1729034341410,"stop":1729034341410,"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":"eb48a3969f949ac4","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1729034341410,"stop":1729034341411,"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":"b432aaea450e842e","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1729034341411,"stop":1729034341411,"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":"2dbee7058f5485bf","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1729034341411,"stop":1729034341412,"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":"e14e981f7a099ba1","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1729034341411,"stop":1729034341411,"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":"bacc0f542357dfaf","parentUid":"d38d3c1929a20307dce6c2492f754ae3","status":"passed","time":{"start":1729034341412,"stop":1729034341412,"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":"ebfd90ede8da14c7","parentUid":"3cec77d065542b34fe56ab412dfd3875","status":"passed","time":{"start":1729034347698,"stop":1729034347701,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3cec77d065542b34fe56ab412dfd3875"},{"name":"selectOpenConnection","children":[{"name":"returns nothing if no connections present","uid":"51426bc7d3e847f5","parentUid":"43bef0f97433f4fdc3786b9b968fc92a","status":"passed","time":{"start":1729034348294,"stop":1729034348295,"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":"bb286c47d38d0869","parentUid":"43bef0f97433f4fdc3786b9b968fc92a","status":"passed","time":{"start":1729034348295,"stop":1729034348296,"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":"27a2f4f4795ebb4f","parentUid":"43bef0f97433f4fdc3786b9b968fc92a","status":"passed","time":{"start":1729034348296,"stop":1729034348297,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should select older connection if present","uid":"d6954a5f854c88b3","parentUid":"43bef0f97433f4fdc3786b9b968fc92a","status":"passed","time":{"start":1729034348297,"stop":1729034348298,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"43bef0f97433f4fdc3786b9b968fc92a"},{"name":"StreamManager","children":[{"name":"should return usable stream attached to connection","uid":"fc5bb3e4fa0df787","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1729034348411,"stop":1729034348411,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw if no connection provided","uid":"ab091b49e20cfcb1","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1729034348412,"stop":1729034348412,"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":"2ac5d31b442d619a","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1729034348412,"stop":1729034348413,"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":"a0b8e9a07b0f35b9","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1729034348413,"stop":1729034348413,"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":"f02297ac0d10bb68","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1729034348413,"stop":1729034348414,"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":"abe515e73077bb82","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1729034348414,"stop":1729034348415,"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":"356ecc3f82c40d2b","parentUid":"9c41b1c6c2c3e7d1c9505015e8730474","status":"passed","time":{"start":1729034348415,"stop":1729034348415,"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":"86a94023023d3867","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1729034348576,"stop":1729034348576,"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":"3b88858ddb3adab6","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1729034348576,"stop":1729034348577,"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":"1c31bc7536fc66ce","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1729034348577,"stop":1729034348578,"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":"f83acbf55acdece4","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1729034348577,"stop":1729034348577,"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":"483848b214d5498","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1729034348760,"stop":1729034348760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"bc04ac9ca34449a3","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1729034348761,"stop":1729034348761,"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":"79fb694d1d3a0337","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1729034348761,"stop":1729034348761,"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":"2caf003647040e9b","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729034348761,"stop":1729034348762,"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":"3cb67a7660c91b2b","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729034348762,"stop":1729034348762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"42ab892b8e5fedd","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729034348762,"stop":1729034348762,"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":"7f7501bb8e0b58d7","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729034348762,"stop":1729034348762,"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":"8a41cd28960e9fd5","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729034366399,"stop":1729034366399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"30cee6ee211eaa85","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729034366399,"stop":1729034366399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"fa709a3c471dc4a","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729034366400,"stop":1729034366400,"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":"abbaef7dcc95d585","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729034366400,"stop":1729034366400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"823a58dfc627b34d","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729034368072,"stop":1729034368073,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"6583fde5ef3d70f","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729034368073,"stop":1729034368073,"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":"2555b0c8cc60e0fb","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729034368073,"stop":1729034368073,"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":"a2660683e8967b82","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1729034368073,"stop":1729034368073,"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":"12a7c677fe12ea60","parentUid":"16c91517e17a283bda5303edede9b71d","status":"passed","time":{"start":1729034348763,"stop":1729034348763,"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":"868df5c6fc01e212","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1729034355547,"stop":1729034355550,"duration":3},"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":"bc467a646eaff336","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1729034355550,"stop":1729034355553,"duration":3},"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":"ded1c6c03e390676","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1729034355553,"stop":1729034355553,"duration":0},"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":"12df1396d1ef684b","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1729034356135,"stop":1729034356135,"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":"9aec13f0ea551e1a","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1729034356136,"stop":1729034356136,"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":"27c358b0afc19187","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1729034356136,"stop":1729034356137,"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":"8336e8b1900d35a5","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1729034356137,"stop":1729034356137,"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":"e2d4b905bfaa5f74","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1729034356137,"stop":1729034356138,"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":"44eb10a901fa2466","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1729034356138,"stop":1729034356138,"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":"240537d5ac8c5184","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1729034356139,"stop":1729034356139,"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":"dcdc75974837a228","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1729034356139,"stop":1729034356140,"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":"e5ffcdc495289511","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1729034356140,"stop":1729034356140,"duration":0},"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":"830bb322b517bc67","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1729034356194,"stop":1729034356194,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"48393a55ce4ee583","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1729034356195,"stop":1729034356195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"587ce724ed479e0","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1729034356195,"stop":1729034356195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"dab8fd86d8cba100","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1729034356196,"stop":1729034356196,"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":"2a982b30a3dd6eb8","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1729034356472,"stop":1729034356473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"974d279da7bf21fa","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1729034356473,"stop":1729034356473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"6dbc6732398b982e","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1729034356473,"stop":1729034356474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"d6a257ab4aa72659","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1729034356474,"stop":1729034356474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"2f557f872e4146ff","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1729034356474,"stop":1729034356474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"fd394f0c7775ec00","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1729034356474,"stop":1729034356475,"duration":1},"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":"7b863421a8487eae","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1729034356475,"stop":1729034356475,"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":"9698d4239a699a","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1729034356476,"stop":1729034356476,"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":"ba18a08a2c2d8961","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1729034356476,"stop":1729034356476,"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":"5c2171b47d8513da","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1729034356476,"stop":1729034356477,"duration":1},"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":"161c213de485645b","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1729034356477,"stop":1729034356477,"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 sandbox.waku.nodes.status.im","uid":"f477530628164c0d","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1729034356478,"stop":1729034356478,"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":"bee078d2c7c5da39","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1729034356478,"stop":1729034356478,"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":"1887e29b4827c114","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1729034408874,"stop":1729034408874,"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":"712c441a7d5e18cb","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1729034408876,"stop":1729034408876,"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":"b7747b2a664889e3","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1729034408877,"stop":1729034408877,"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":"4f120f723141b0c","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1729034360433,"stop":1729034360433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"f52a405e4780b05d","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1729034360434,"stop":1729034360434,"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":"5cc5afb8a752a4bd","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1729034360434,"stop":1729034360435,"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":"ac079bd10eee4b87","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1729034360435,"stop":1729034360435,"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":"6aacfd955ad0f1ef","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1729034360435,"stop":1729034360435,"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":"49ed73453a1d5da7","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1729034360436,"stop":1729034360436,"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":"32e07d130a3136f6","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1729034360436,"stop":1729034360436,"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":"3eb8705ee6f09d2","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1729034360437,"stop":1729034360437,"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":"8cbee89ed6545c44","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1729034360437,"stop":1729034360437,"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":"31cd671ee10aeef1","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1729034360437,"stop":1729034360438,"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":"3f6e9e23fc931bf7","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1729034360438,"stop":1729034360438,"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":"cee0ffb13c170630","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1729034366396,"stop":1729034366397,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"928016831c0d674f","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1729034366397,"stop":1729034366397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"89a7333e2775abb9","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1729034366398,"stop":1729034366398,"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":"80f3645915b90b57","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1729034366897,"stop":1729034366898,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"62a92527073f7046","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1729034366898,"stop":1729034366899,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"9b4e2394f15b77e","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1729034366898,"stop":1729034366898,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"ae6e8a022a2f0f06","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1729034366899,"stop":1729034366899,"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":"df97e634a5d3c5d5","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1729034368071,"stop":1729034368071,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"be6d5ab926496729","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1729034368072,"stop":1729034368072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"91dce4b3244ed33e","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1729034368072,"stop":1729034368072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b76d4148c410fadc312d44195f3e7298"},{"name":"LightPush SDK","children":[{"name":"should fail to send if pubsub topics are misconfigured","uid":"4ee240bc75ced1a7","parentUid":"57e65f28dae65780f902575355d7b943","status":"passed","time":{"start":1729034372889,"stop":1729034372891,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if no connected peers found","uid":"a0ea93bf80e31b35","parentUid":"57e65f28dae65780f902575355d7b943","status":"passed","time":{"start":1729034372891,"stop":1729034372892,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should send to specified number of peers of used peers","uid":"4e365aa5497d2a28","parentUid":"57e65f28dae65780f902575355d7b943","status":"passed","time":{"start":1729034372892,"stop":1729034372892,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retry on failure if specified","uid":"5a15b8a77d0ef4c4","parentUid":"57e65f28dae65780f902575355d7b943","status":"passed","time":{"start":1729034372892,"stop":1729034372893,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"57e65f28dae65780f902575355d7b943"},{"name":"waitForRemotePeer","children":[{"name":"should reject if WakuNode is not started","uid":"3497feed0eab5e4b","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729034373008,"stop":1729034373009,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if LightPush is requested but not mounted","uid":"6fdb644cff587711","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729034373009,"stop":1729034373009,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Store is requested but not mounted","uid":"685f27ede537d18f","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729034373009,"stop":1729034373010,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Relay is requested but not mounted","uid":"a6c430a42026286","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729034373009,"stop":1729034373009,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject on timeout if it was set","uid":"9b7b6edafa70c782","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729034373010,"stop":1729034373011,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Filter is requested but not mounted","uid":"267585248470f924","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729034373010,"stop":1729034373010,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for LightPush peer to be connected","uid":"444016408bac9bfb","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729034373011,"stop":1729034373011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for Filter peer to be connected","uid":"7179edc53bf6f2ea","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729034373011,"stop":1729034373012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should check connected peers if present and suitable","uid":"b34d3c2fc96216fe","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729034373011,"stop":1729034373011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for Store peer to be connected","uid":"a5993a912345546d","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729034373012,"stop":1729034373012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should call waitForPeer on Relay","uid":"26dfc2828bb95dfa","parentUid":"13c3262b777ed96ed8505e1f1d5c53e5","status":"passed","time":{"start":1729034373012,"stop":1729034373012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"13c3262b777ed96ed8505e1f1d5c53e5"},{"name":"PeerManager","children":[{"name":"addPeer","children":[{"name":"should add a peer","uid":"f14b1569f0427e13","parentUid":"cf118ecbc3447744f9817af3a5b2f3f9","status":"passed","time":{"start":1729034373025,"stop":1729034373026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"cf118ecbc3447744f9817af3a5b2f3f9"},{"name":"removePeer","children":[{"name":"should remove a peer","uid":"37be292f74d2eaa","parentUid":"4b31ec73ace6d278ba685f5576811146","status":"passed","time":{"start":1729034373026,"stop":1729034373026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"4b31ec73ace6d278ba685f5576811146"},{"name":"hasPeers","children":[{"name":"should return true when peers exist","uid":"5fbb08f0411a19bb","parentUid":"48e9fbaceb007e907f012971579cf29a","status":"passed","time":{"start":1729034373027,"stop":1729034373028,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false when no peers exist","uid":"25d5e101fe0d89be","parentUid":"48e9fbaceb007e907f012971579cf29a","status":"passed","time":{"start":1729034373028,"stop":1729034373028,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"48e9fbaceb007e907f012971579cf29a"},{"name":"getPeerCount","children":[{"name":"should return the correct number of peers","uid":"9e5a9e726a50e6e3","parentUid":"a168a73055c5076496f9d3edae68b0bb","status":"passed","time":{"start":1729034373027,"stop":1729034373027,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a168a73055c5076496f9d3edae68b0bb"},{"name":"removeExcessPeers","children":[{"name":"should remove the specified number of excess peers","uid":"eba6858557c76f7e","parentUid":"5c33e569366b71969398b07b4f6e8095","status":"passed","time":{"start":1729034373028,"stop":1729034373029,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5c33e569366b71969398b07b4f6e8095"},{"name":"findAndAddPeers","children":[{"name":"should find and add new peers","uid":"b0495332288f1342","parentUid":"14c6edba2015417c9f7d639d92d52edf","status":"passed","time":{"start":1729034373029,"stop":1729034373029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not add existing peers","uid":"4337081fa7adedf0","parentUid":"14c6edba2015417c9f7d639d92d52edf","status":"passed","time":{"start":1729034373029,"stop":1729034373030,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should log when no additional peers are found","uid":"f8838bd49ca9a2f7","parentUid":"14c6edba2015417c9f7d639d92d52edf","status":"passed","time":{"start":1729034373030,"stop":1729034373030,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"14c6edba2015417c9f7d639d92d52edf"}],"uid":"448ffebe474f1566375963fb456e96df"},{"name":"Message Validator","children":[{"name":"Accepts a valid Waku Message","uid":"2bc0535e24491fe9","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1729034376213,"stop":1729034376214,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"de7781be7004e1bb","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1729034376215,"stop":1729034376215,"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":"78f1e29b3bc31ca6","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1729034392564,"stop":1729034392567,"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":"f801bee3935823f9","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1729034392568,"stop":1729034392568,"duration":0},"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":"c8b6f65cbb84cffb","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1729034392568,"stop":1729034392569,"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":"a841ec4481a1622c","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1729034392569,"stop":1729034392569,"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":"fbe78b93ca4fdaad","parentUid":"bd4a9805227b23e8ad19b99668722b63","status":"passed","time":{"start":1729034392569,"stop":1729034392570,"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":"a121a42d1ef23cbf","parentUid":"bd4a9805227b23e8ad19b99668722b63","status":"passed","time":{"start":1729034392570,"stop":1729034392571,"duration":1},"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":"cffc236aebed1c0e","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1729034398613,"stop":1729034398614,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"44242064104e6e6","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1729034398614,"stop":1729034398615,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"ca3efa1b4c511ea2","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1729034398615,"stop":1729034398615,"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":"d7c48e847a7f07ad","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1729034398717,"stop":1729034398720,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"591cc537101be78","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1729034398720,"stop":1729034398721,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"64f7d5cf6f5185db","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1729034398721,"stop":1729034398722,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"35501eee85550623","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1729034398721,"stop":1729034398721,"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":"6334ff280e9d178a","parentUid":"182178b203b90571613cbdadd6cad620","status":"passed","time":{"start":1729034399690,"stop":1729034399690,"duration":0},"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":"221ff11e27568546","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1729034399691,"stop":1729034399691,"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":"6279971d93b7d061","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1729034399692,"stop":1729034399692,"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":"40cfd57b429d9bca","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1729034399692,"stop":1729034399693,"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":"75d5f3c3b7112d47","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1729034399693,"stop":1729034399696,"duration":3},"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":"3ab0b99b6e7859a4","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1729034408862,"stop":1729034408863,"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":"e9f6837555407217","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1729034408863,"stop":1729034408863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"1e7d59c01974f142","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1729034408863,"stop":1729034408863,"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":"ae4a0423f59e61bf","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1729034408864,"stop":1729034408864,"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":"2bc99c8cd70ca7dd","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1729034408864,"stop":1729034408870,"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":"beb6ed369ca6e6b","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1729034408864,"stop":1729034408864,"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":"af9cc0dab29c8331","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1729034408871,"stop":1729034408872,"duration":1},"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":"7494fad8ad45865e","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1729034424271,"stop":1729034424272,"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":"c54c78969f11a4a7","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1729034424273,"stop":1729034424273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"d975851c33c7fb43","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1729034424273,"stop":1729034424274,"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":"d57297ca9a427f10","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1729034424273,"stop":1729034424273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"cca676bf90384b51","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1729034424274,"stop":1729034424275,"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":"9b4c91b3bf48aa23","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1729034424274,"stop":1729034424274,"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":"d12feffc00f0ad73","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1729034424277,"stop":1729034424277,"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":"e3a94c3ffbfa97ee","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1729034432447,"stop":1729034432448,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"cdace3ba5b83f5fd","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1729034432448,"stop":1729034432449,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"383f8d18adbebd81","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1729034432449,"stop":1729034432450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"623ed148f82a07dd","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1729034432450,"stop":1729034432451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"e27fc8a5b4b7580a","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1729034432450,"stop":1729034432450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"8968d4f194e0fa8e","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1729034432451,"stop":1729034432451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"aa6c74452defb2f1","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1729034432451,"stop":1729034432451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"a161e6cd52c9f67c","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1729034432451,"stop":1729034432452,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"6dc0616910d8b10d","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1729034432452,"stop":1729034432452,"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":"b0dfcb860bb20c62","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1729034435018,"stop":1729034435018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"24a32122a9f788a0","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1729034435019,"stop":1729034435019,"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":"b236b6dc45aa2fd1","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1729034435019,"stop":1729034435020,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"1af1a5852b2967c2","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1729034435019,"stop":1729034435019,"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":"5b66158e2538b4fa","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1729034435409,"stop":1729034435410,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"467d85a813e83a2c","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1729034435410,"stop":1729034435411,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"3889080da7fdfe23","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1729034435411,"stop":1729034435412,"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":"6fd3785af57e1713","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1729034435412,"stop":1729034435413,"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 peer without subscriptions","uid":"b563f276c5743170","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1729034435415,"stop":1729034435416,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"6c4b89a506fcbe94","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1729034435415,"stop":1729034435415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"ce7a72e6d7f1c1f3","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1729034435416,"stop":1729034435416,"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":"56e7a4b6bc960104","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1729034435420,"stop":1729034435421,"duration":1},"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 2 different pubsubtopics","uid":"b6f1ced85575dfc0","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1729034447614,"stop":1729034447615,"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":"cb138cf402eddb58","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1729034447614,"stop":1729034447614,"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":"aadb8ef84c3b243c","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1729034447616,"stop":1729034447616,"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":"12e96e38edaf59ae","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1729034447616,"stop":1729034447617,"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":"ceded16c69868aa0","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1729034447617,"stop":1729034447617,"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":"f9c242039798aa63","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1729034447617,"stop":1729034447618,"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":"ca6e2b8178bec52e","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1729034447623,"stop":1729034447624,"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":"ab57ae4f0bbcc33e","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1729034447630,"stop":1729034447630,"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":"7eb66fe2945f632d","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1729034447630,"stop":1729034447630,"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":"72d15ae16fba82c0","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1729034447631,"stop":1729034447632,"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":"aaa4ab77003c7b23","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1729034447632,"stop":1729034447635,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56bb33e6fea7bcdfc1beff66d0ceecc2"},{"name":"Waku Filter V2: Unsubscribe","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"a08529c44ce63c7d","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1729034462527,"stop":1729034462533,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 2 topics - node subscribed to 2 topics","uid":"2d1e3aae46c491cf","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1729034462533,"stop":1729034462534,"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":"62f6babe0630c7d2","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1729034462533,"stop":1729034462533,"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":"b529249d673b00ec","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1729034462534,"stop":1729034462535,"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":"43aa0c74242f31a6","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1729034462535,"stop":1729034462535,"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":"9d295d5282734411","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1729034462535,"stop":1729034462535,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"827e940726f47c67a446cde22991d44e"},{"name":"Waku Filter: Peer Management: E2E","children":[{"name":"Number of peers are maintained correctly","uid":"44c28eb4d98134b7","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1729034470386,"stop":1729034470386,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"b810afd4aff3477","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1729034470386,"stop":1729034470387,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"38e4e348d549d9d4","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1729034470387,"stop":1729034470387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"d740f32dcac14125","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1729034470387,"stop":1729034470387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"7dc62d269b6599c","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1729034470387,"stop":1729034470391,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"4cd9a4b1d4775507","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1729034470391,"stop":1729034470391,"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":"cc35ddd914917086","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1729034470391,"stop":1729034470391,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"2302021be6c3af66","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1729034470391,"stop":1729034470394,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer for Filter on peer:disconnect event","uid":"c869d5e737df4ec0","parentUid":"cea680d74165ae8fdc3ee6d5a811cc74","status":"passed","time":{"start":1729034470395,"stop":1729034470395,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"cea680d74165ae8fdc3ee6d5a811cc74"},{"name":"getPeers","children":[{"name":"getPeers with varying maxBootstrapPeers","children":[{"name":"maxBootstrapPeers=1","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"e5479d5b2669238e","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1729034472931,"stop":1729034472931,"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":"71d063f3a0ad3343","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1729034472931,"stop":1729034472931,"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":"8afa16ecfddccdd5","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1729034472932,"stop":1729034472932,"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":"807bfab0ab7db6ac","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1729034472932,"stop":1729034472939,"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":"3ca24f99a1a9dc24","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1729034472939,"stop":1729034472940,"duration":1},"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":"370dc87f8ed0311e","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1729034472941,"stop":1729034472941,"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":"e3ede631e07be19c","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1729034472941,"stop":1729034472942,"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":"4536c88c9cc80a2b","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1729034472942,"stop":1729034472943,"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":"2d0aff9821d8abac","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1729034472942,"stop":1729034472942,"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":"4bf75811c139f700","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1729034472947,"stop":1729034472948,"duration":1},"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":"283fd429ea82bdea","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1729034472949,"stop":1729034472949,"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":"b62cab171eaca4e2","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1729034472949,"stop":1729034472950,"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":"3d67a4c3b211f2a5","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1729034472950,"stop":1729034472950,"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":"87d341385a21bbcf","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1729034472950,"stop":1729034472951,"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":"6979f145a94f2d77","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1729034472963,"stop":1729034472964,"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":"789e6da66bec244e","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1729034472965,"stop":1729034472967,"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 4 bootstrap peers","uid":"13ee14eb12124263","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1729034472967,"stop":1729034472968,"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 4 bootstrap peers","uid":"7998a58084276c14","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1729034472975,"stop":1729034472976,"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":"ad96767a12c5b704","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1729034472976,"stop":1729034472976,"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":"4d6ee0e8af117d","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1729034472976,"stop":1729034472977,"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":"accb193aebffdfb5","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1729034472982,"stop":1729034472982,"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":"16ce65e6de88e475","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1729034472982,"stop":1729034472983,"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":"4ba3fd5c9923c490","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1729034472983,"stop":1729034472983,"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":"d6d2881525dc5434","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1729034472983,"stop":1729034472984,"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":"6e642d8f3a3f8313","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1729034472984,"stop":1729034472984,"duration":0},"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":"fabf0d589a1f2447","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1729034472984,"stop":1729034472984,"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":"8ce8e575ab54cc41","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1729034472985,"stop":1729034472986,"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 6 bootstrap peers","uid":"6d07ffeac9b4e497","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1729034472986,"stop":1729034472987,"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 6 bootstrap peers","uid":"2e226b76e30a2996","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1729034472987,"stop":1729034472987,"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":"fd372790e44fb7c6","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1729034472987,"stop":1729034472988,"duration":1},"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":"65fc408483854dc8","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1729034472988,"stop":1729034472988,"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":"1a9f93dd3ceb3b70","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1729034472988,"stop":1729034472989,"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":"50234e3899be93f1","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1729034472989,"stop":1729034472989,"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":"b6d25c9783cd9d37","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1729034472989,"stop":1729034472990,"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":"98e4bcb6758633be","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1729034472990,"stop":1729034472990,"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":"4042686041f9b7dc","parentUid":"b8111ecc6b0aef76a3b108ebcf628b79","status":"passed","time":{"start":1729034472990,"stop":1729034472991,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b8111ecc6b0aef76a3b108ebcf628b79"}],"uid":"c3fd0a376e255f07764bc7336980757b"},{"name":"Node Health Status Matrix Tests","children":[{"name":"LightPush: 0 peers, Filter: 1 peers","uid":"db90dd34b06f2769","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729034473210,"stop":1729034473211,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers","uid":"820dd83ca5cdd11","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729034473210,"stop":1729034473210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers","uid":"5579e22f0d2569d6","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729034473211,"stop":1729034473211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers","uid":"84fcf69ea18f9e47","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729034473211,"stop":1729034473211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers","uid":"7bae492ebd813f04","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729034473212,"stop":1729034473212,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers","uid":"b754c72e64a6e5aa","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729034473212,"stop":1729034473213,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers","uid":"2656fba675c68f32","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729034473213,"stop":1729034473214,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers","uid":"e979cc89671c51c","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729034473214,"stop":1729034473215,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers","uid":"d8452c2b0e17958e","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729034473215,"stop":1729034473216,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers","uid":"ff6dd72ebad3868","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729034473216,"stop":1729034473216,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers","uid":"4ba91784e91123e5","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729034473216,"stop":1729034473217,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers","uid":"8485e6bcae2a1cf","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729034473217,"stop":1729034473218,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers","uid":"b8291f0e36d88793","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729034473219,"stop":1729034473220,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers","uid":"4409be8d5b5f2553","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729034473221,"stop":1729034473222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers","uid":"4503c5f5c3e064a5","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729034473222,"stop":1729034473223,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers","uid":"775a1d39e0328509","parentUid":"b68e89c69b548d79360b3bc3f085612c","status":"skipped","time":{"start":1729034473222,"stop":1729034473222,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b68e89c69b548d79360b3bc3f085612c"},{"name":"Health Manager","children":[{"name":"Should update the health status for protocols","children":[{"name":"LightPush with 0 connections","uid":"74d64e06fe676770","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"skipped","time":{"start":1729034473400,"stop":1729034473401,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"c7ac0008b40872dc","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"skipped","time":{"start":1729034473401,"stop":1729034473406,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"ab5b529dcb692f5b","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"skipped","time":{"start":1729034473401,"stop":1729034473401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"ee890905b33e2ff0","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"skipped","time":{"start":1729034473406,"stop":1729034473407,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"43f6956e7141c7e6","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"skipped","time":{"start":1729034473407,"stop":1729034473407,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"f70b2bfbbd45f5c2","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"skipped","time":{"start":1729034473407,"stop":1729034473408,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"da4540b57c86889d","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"skipped","time":{"start":1729034473407,"stop":1729034473407,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"b00ce4fddc8a2c4","parentUid":"37c3a9cc325e9c4b75817a554f9cf514","status":"skipped","time":{"start":1729034473408,"stop":1729034473408,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"37c3a9cc325e9c4b75817a554f9cf514"}],"uid":"d3066756c03bf1e444166ae90377dcb1"},{"name":"Waku Filter V2: FilterPush","children":[{"name":"Check received message containing short","uid":"4971218267a8266d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506784,"stop":1729034506785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"38be0563896f7a4b","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506785,"stop":1729034506785,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"59c58b38ba8fac2d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506785,"stop":1729034506786,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"caa94bab69e1a57b","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506786,"stop":1729034506787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"da3a5d75e3c05b77","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506786,"stop":1729034506786,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"f7c69ebd91b40ad8","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506787,"stop":1729034506788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"c589be67600220bc","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506788,"stop":1729034506788,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"bd997a7aa4d94a3a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506788,"stop":1729034506789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"c52ba4f3e46ea8ed","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506789,"stop":1729034506789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"5e8e38e8cd525f68","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506789,"stop":1729034506789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"59e31a31dd73780f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506790,"stop":1729034506790,"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":"5aa285164372fecc","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506790,"stop":1729034506790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"464cb3bc27e979b1","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506791,"stop":1729034506792,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"42f7d1138fc735ba","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506792,"stop":1729034506792,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b3aa0423b013d3b3","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506792,"stop":1729034506793,"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":"4a5ca6632545b2e1","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506792,"stop":1729034506792,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391505000000 ","uid":"725dfe31e15cc605","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506794,"stop":1729034506794,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391505 ","uid":"ea38c2b83b31ba66","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506794,"stop":1729034506797,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"d594a1d08849d2f8","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506798,"stop":1729034506802,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b7ffc934e4954682","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506798,"stop":1729034506798,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"8a2bbf7b9c6e9951","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506798,"stop":1729034506798,"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":"1728d8560b60ce61","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506802,"stop":1729034506802,"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":"c09c1063c30774c8","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506802,"stop":1729034506803,"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":"8ce6876eed00c3e1","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506803,"stop":1729034506803,"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":"be0563a54f5007b1","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506803,"stop":1729034506804,"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":"9102f1ce2e9ae9d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1729034506804,"stop":1729034506804,"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":"592e8445751318e0","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1729034506804,"stop":1729034506804,"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":"61377fabd5c9e298","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1729034506805,"stop":1729034506805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"152bad9102957fb1d7f75e43c67592bd"},{"name":"Waku Filter V2: Subscribe: Single Service Node","children":[{"name":"Subscribe and receive messages via lightPush","uid":"1be2887f445306db","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536094,"stop":1729034536095,"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":"4dcaac286293e6d8","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536095,"stop":1729034536095,"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":"8967213985d751f4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536096,"stop":1729034536097,"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":"8e03921c87fe4eb6","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536096,"stop":1729034536096,"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":"dd889dfa8d13bb8","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536097,"stop":1729034536097,"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":"8e080b79384118c0","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536098,"stop":1729034536099,"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":"72c9057ec25c4b7e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536098,"stop":1729034536098,"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":"dab7c11e8c391a75","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536098,"stop":1729034536098,"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":"7cb652a637eca1d3","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536099,"stop":1729034536099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"1085f7a2e283e37","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536100,"stop":1729034536100,"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":"b8ca59d374fcebfd","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536100,"stop":1729034536101,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"aa14d6ca5b998dea","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536100,"stop":1729034536100,"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":"3e2658d9b5c14ddd","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536101,"stop":1729034536101,"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":"222368b63cff5049","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536101,"stop":1729034536101,"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":"cdf7e29d5e72223e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536102,"stop":1729034536102,"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":"c96f2bdb7ca5709","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536102,"stop":1729034536102,"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":"7987935a8b8bde5e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536106,"stop":1729034536106,"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":"fdc47744d79be319","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536106,"stop":1729034536106,"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":"ce3945173a710377","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536107,"stop":1729034536108,"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":"4598952150450906","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536107,"stop":1729034536107,"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":"83cb1b0c3c29f0ea","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536108,"stop":1729034536108,"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":"94516b105e894025","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536108,"stop":1729034536108,"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":"bf0000bb3fc7aebe","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536109,"stop":1729034536109,"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":"69929a6f829837c4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536109,"stop":1729034536109,"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":"46b00a9c4e9cb0bf","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536110,"stop":1729034536110,"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":"c4e74a09071c6855","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536110,"stop":1729034536110,"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":"5c63ea6bf0dc1762","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536111,"stop":1729034536111,"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":"dd506bcf59de98bd","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536111,"stop":1729034536112,"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":"d1b0bf4349119acf","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1729034536111,"stop":1729034536111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6f94dc37311b4dd500c6fb4f60c93564"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"e79abdc7a4fb9f87","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1729034536776,"stop":1729034536776,"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":"c180e1b9743f644d","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1729034536776,"stop":1729034536776,"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":"a9ede440945eef98","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1729034536776,"stop":1729034536784,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"2ef611c5a409a067","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1729034536785,"stop":1729034536785,"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":"52ddf15503a21dd3","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1729034536785,"stop":1729034536785,"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":"eaf84a5c88c17d58","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1729034536785,"stop":1729034536786,"duration":1},"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":"9a4f0c58a1844e0c","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1729034536786,"stop":1729034536786,"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":"6d2ec3641277d2c3","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1729034536786,"stop":1729034536789,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"ef8f14a2e16729e2","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1729034536789,"stop":1729034536790,"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":"7258e9497d0d3330","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1729034536789,"stop":1729034536789,"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":"8947fe04298a8c49","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1729034536790,"stop":1729034536790,"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":"23bddc7f47bba6bb","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1729034536790,"stop":1729034536793,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d51561a0db8f4679c409581c5ed3e00e"},{"name":"This","children":[{"name":"Is","children":[{"name":"A test","uid":"b5eadac2594df6fc","parentUid":"d97a75222c68cb30be8516b31f542691","status":"passed","time":{"start":1729034537007,"stop":1729034537008,"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":"fb7f69f368614efa","parentUid":"a6366810953c2e0e3c90e3cb98ee73f7","status":"passed","time":{"start":1729034537008,"stop":1729034537008,"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":"PeerStore has remote peer's shard info after successful connection","uid":"d7c538fa5a9917e5","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1729034558117,"stop":1729034558118,"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":"4251ef98edc647db","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1729034558118,"stop":1729034558119,"duration":1},"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":"78c6909dabc5d152","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1729034558119,"stop":1729034558119,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"a647c4f1e59ee489","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1729034558120,"stop":1729034558120,"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":"2003724b05fc8a18","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1729034558120,"stop":1729034558120,"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":"2d61cb4dd453def2","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1729034558121,"stop":1729034558121,"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":"912d46473d378dc3","parentUid":"ed3199962ddbdce221ebc3aee5f07a71","status":"passed","time":{"start":1729034561705,"stop":1729034561706,"duration":1},"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":"358ca88f962b7fec","parentUid":"1e048c606fd404a2c44ada77bca3101a","status":"passed","time":{"start":1729034561706,"stop":1729034561706,"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":"cf61fdec4db3822","parentUid":"b5a4331680bd014f81e396f3a45e3e05","status":"passed","time":{"start":1729034561791,"stop":1729034561792,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b5a4331680bd014f81e396f3a45e3e05"},{"name":"Waku Light Push : Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"aca9bb4949a0ed5d","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1729034565827,"stop":1729034565827,"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":"22f5bce6fe78ddf9","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1729034565828,"stop":1729034565830,"duration":2},"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":"ef7282f966873272","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1729034565830,"stop":1729034565831,"duration":1},"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":"9775802917eb5b7a","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1729034565832,"stop":1729034565832,"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":"ac59a6ada4a9bd56","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1729034565833,"stop":1729034565833,"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":"e4a63ca6b1c58e04","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1729034565834,"stop":1729034565835,"duration":1},"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":"90123cc854a71929","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1729034565836,"stop":1729034565836,"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":"835aaf68785cb98d","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1729034565836,"stop":1729034565837,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"18ca000aeb7cdf38","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1729034565836,"stop":1729034565836,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"35de3709f31f23da68ece85d4ad444e9"},{"name":"Peer Exchange Continuous Discovery","children":[{"name":"Should update multiaddrs","uid":"e900e131588c3ff0","parentUid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c","status":"passed","time":{"start":1729034566434,"stop":1729034566435,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"5a03517160f4c8a6","parentUid":"9a0a598e6a4a5349f2e2ec9ecfc4cc2c","status":"passed","time":{"start":1729034566435,"stop":1729034566436,"duration":1},"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":"bccfaa303878c43","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611648,"stop":1729034611649,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"933841381ccd2876","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611649,"stop":1729034611649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"a47a22cb1bafa50e","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611649,"stop":1729034611650,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"7549829b2c944fad","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611651,"stop":1729034611651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"9ae3561366abdd6b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611651,"stop":1729034611651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"afc5a0243271ff79","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611652,"stop":1729034611652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"948187d0b4f709c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611652,"stop":1729034611653,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"8863958ebd444621","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611652,"stop":1729034611652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"4d7c93dcd94e0f44","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611653,"stop":1729034611654,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"825ec27836cd2311","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611653,"stop":1729034611653,"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":"aed53a11f637ac55","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611654,"stop":1729034611655,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"7505a8673951785","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611655,"stop":1729034611655,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"a05c51d4684af1d","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611655,"stop":1729034611656,"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":"ce8156f212ea0716","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611656,"stop":1729034611657,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"ed79a3fadf626b08","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611656,"stop":1729034611656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391567000000 ","uid":"a24e9ca13279a762","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611657,"stop":1729034611657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"91356f741e5bfcc4","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611657,"stop":1729034611657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"311620d3bd5a1c06","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611658,"stop":1729034611659,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391567 ","uid":"ca54dedac563ea7f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611658,"stop":1729034611658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a5eaaa30256ee13a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611660,"stop":1729034611661,"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":"24bb30cc8349b3ac","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611661,"stop":1729034611662,"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":"9eed3c1a6bb4ab2c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611662,"stop":1729034611662,"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":"d3c643fec7436bca","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611663,"stop":1729034611663,"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":"5e9faf8611a1084e","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611663,"stop":1729034611663,"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":"b26a4327640b7b70","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1729034611663,"stop":1729034611664,"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":"d75761a71f86bae","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1729034611664,"stop":1729034611664,"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":"37f2b9731495019b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1729034611664,"stop":1729034611664,"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 long","uid":"47dadd5c2c3461b1","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611665,"stop":1729034611665,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"5e072307eabdf834","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611665,"stop":1729034611665,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"feba83822268e790","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611666,"stop":1729034611667,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"788410fd4d7045cb","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611666,"stop":1729034611666,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"244182d39a0ebb5b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611676,"stop":1729034611677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"74c745596f3cde87","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611677,"stop":1729034611677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"2674d9522b3ddaaf","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611678,"stop":1729034611678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e1a761e22a177380","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611678,"stop":1729034611678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"c80acfa1349559dc","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611679,"stop":1729034611679,"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":"e2d7efa86ee3f981","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611679,"stop":1729034611680,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"da8dbdb2e853d503","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611679,"stop":1729034611679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"91c28b51cd9940af","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611680,"stop":1729034611680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"aed7097633632a1c","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611680,"stop":1729034611681,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"7dfb4df3f42cab4b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611681,"stop":1729034611681,"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":"8b94c75b7b03d018","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611681,"stop":1729034611681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"43622ec04811649b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611682,"stop":1729034611682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391567000000 ","uid":"fbdbf4a21ee991f9","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611682,"stop":1729034611682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391567 ","uid":"962f3bb37d4940c4","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611682,"stop":1729034611683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"5f804ec9fceb9a37","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611683,"stop":1729034611684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"839643a7fe2e786e","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611683,"stop":1729034611683,"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":"445b7828e0c7ea3c","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611684,"stop":1729034611685,"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":"b2494f36040f2d6","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611684,"stop":1729034611684,"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":"58454c45877a86f3","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611685,"stop":1729034611687,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"cfa69bc45f1c4cc4","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611685,"stop":1729034611685,"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":"e5d306bd1a1b5a1","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1729034611685,"stop":1729034611685,"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":"6453eb18170b42ca","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1729034611687,"stop":1729034611689,"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":"2d0e5212b4e21b84","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1729034611689,"stop":1729034611689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"de597dc9fd0f0eae44ef8b68c4f3be7e"},{"name":"Peer Exchange Query","children":[{"name":"more peers than existing","uid":"6715c2aca82e2fd3","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1729034612084,"stop":1729034612085,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"5ed746fd979f7cf2","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1729034612084,"stop":1729034612084,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"b5f2cbdb34df41bb","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1729034612085,"stop":1729034612085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"5e5e8f97a1eec12a","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1729034612085,"stop":1729034612085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e7815ed0daad3788f63cfd3be43a4047"},{"name":"Waku Relay","children":[{"name":"Decrypt messages","uid":"7033e93fced772a1","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1729034614966,"stop":1729034614966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"c7de29dd1e4d3da4","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1729034614967,"stop":1729034614967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c09e2f8d01d26e92eda242fa33d69927"},{"name":"Waku Light Push: Single Node","children":[{"name":"Push message with short payload","uid":"c0f9ceb37a91a03a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617746,"stop":1729034617747,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"f39622aa7e7523fd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617747,"stop":1729034617747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"3440c2aecbcb8d8f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617748,"stop":1729034617748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"4f223405ce9539b2","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617748,"stop":1729034617749,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"82878ccbd175e37f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617749,"stop":1729034617749,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"290642b436c9d9f9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617749,"stop":1729034617750,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"d1da78246683e887","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617750,"stop":1729034617750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"55d0ab01ea831a96","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617750,"stop":1729034617751,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"d04667d687da8f2b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617751,"stop":1729034617752,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"be4df633c1f83db9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617752,"stop":1729034617752,"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":"bc108c11934d0087","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617753,"stop":1729034617753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"2b8c74643ad752fd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617753,"stop":1729034617753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"d7cfc384313eac3a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617754,"stop":1729034617754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"a451b8b426ef7bdd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617755,"stop":1729034617756,"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":"386924099e8ac11b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617756,"stop":1729034617756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"1f8f8e48ed49263d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617757,"stop":1729034617757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"d67d53e3c7dd22ed","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617757,"stop":1729034617758,"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":"ee968f11acf7d0df","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617758,"stop":1729034617758,"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":"338a0c6ca41ae96","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617758,"stop":1729034617759,"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":"14bf986f1cfdd8b1","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617759,"stop":1729034617760,"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":"5e02166a29fd59f2","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617759,"stop":1729034617759,"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":"c63179cf3eb1ed6f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617760,"stop":1729034617760,"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":"d9240e92b2616237","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617760,"stop":1729034617761,"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":"3176cea69f1a259c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617761,"stop":1729034617762,"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":"439e60e83ba2c9bc","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617762,"stop":1729034617762,"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":"f1e05212e0da81c8","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617763,"stop":1729034617763,"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":"7b149e77e4542e72","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617763,"stop":1729034617763,"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":"a4846dce26d31087","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617764,"stop":1729034617764,"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":"58b73bceccb8c6f5","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617764,"stop":1729034617764,"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":"d9224c9ee32b20e1","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617765,"stop":1729034617765,"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":"cc7f38ef59d67ab","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617765,"stop":1729034617766,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"6ef42633973d885f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617765,"stop":1729034617765,"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":"7ef49cacd1c822a4","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617766,"stop":1729034617767,"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":"48a5d67397949fdb","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617766,"stop":1729034617766,"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":"3589f827774069b9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617766,"stop":1729034617766,"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":"ee696c8f882c5b51","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617767,"stop":1729034617768,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"89b64c2f3cf4b551","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617767,"stop":1729034617767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"667c9d9baade11ba","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617768,"stop":1729034617768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1698276107155","uid":"638f5f4b926daeae","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617769,"stop":1729034617771,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729030907155","uid":"3f2ac4d1b5a3a1f9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617771,"stop":1729034617771,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729038107155","uid":"78b11314d8bdfcda","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617771,"stop":1729034617776,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message equal or less that 1MB","uid":"d87e2e882ba495e4","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617777,"stop":1729034617778,"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":"5cf25a762956d1f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1729034617779,"stop":1729034617780,"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/2 topic","uid":"90db54f39f34d6ed","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1729034626850,"stop":1729034626851,"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":"434a39bc0e73f8d2","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1729034626850,"stop":1729034626850,"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":"4f2671efc06931d2","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1729034626851,"stop":1729034626851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"5e631a4785c688f8","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1729034626851,"stop":1729034626851,"duration":0},"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":"cb882394c05a4112","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1729034626852,"stop":1729034626852,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"7abb81715377b784","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1729034626852,"stop":1729034626853,"duration":1},"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":"db1862935408402c","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1729034626852,"stop":1729034626852,"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":"bd8dba9117c564f4","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1729034626853,"stop":1729034626853,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"23ea901a8196812bf1a172b866f3c954"},{"name":"Waku Relay, Interop","children":[{"name":"nwaku subscribes","uid":"f14c310b9538237","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1729034630104,"stop":1729034630105,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"fd6ea38db17cbcf1","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1729034630105,"stop":1729034630106,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"cd79d74ffc2ce711","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1729034630105,"stop":1729034630105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"eb600e826e05342","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1729034630106,"stop":1729034630106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e723c55a01833b835c26f759a08dcc8f"},{"name":"Waku Light Push: Multiple Nodes: Strict Check: true","children":[{"name":"Push message with long payload","uid":"d1ced3437b569f0e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631246,"stop":1729034631247,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"11c68079871cf1ef","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631246,"stop":1729034631246,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"cf56ab61eb0e1d8f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631247,"stop":1729034631248,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"fe76ed9c60785c09","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631247,"stop":1729034631247,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"bd476cd57a4de752","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631248,"stop":1729034631248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"13a8a336f24e9578","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631248,"stop":1729034631248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"1c38576857808b44","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631249,"stop":1729034631249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"35c6d8f2f8ca70c5","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631249,"stop":1729034631249,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"e4132d58ff799ea2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631249,"stop":1729034631250,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"42d1a76a90d9ccaa","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631250,"stop":1729034631250,"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":"355c324f3a3cf336","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631250,"stop":1729034631251,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"228d9d52124a6364","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631251,"stop":1729034631251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"dd63d8656417eb39","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631251,"stop":1729034631251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"2a1214158ad0cf17","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631252,"stop":1729034631252,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"6eb6ded9d9cc33cf","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631252,"stop":1729034631253,"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":"82e57ab9dd917bb0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631252,"stop":1729034631252,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"94b38833d592def9","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631253,"stop":1729034631253,"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":"9f42509580086123","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631253,"stop":1729034631254,"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":"f68ff169f5f1eb1b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631254,"stop":1729034631255,"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":"8f0a4e678403b571","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631254,"stop":1729034631254,"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":"5f37b904f0491f58","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631255,"stop":1729034631255,"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":"a2f086f523122482","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631255,"stop":1729034631256,"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":"208fcfc79a2e9c58","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631257,"stop":1729034631257,"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":"af2412f3af23e3d8","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631257,"stop":1729034631257,"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":"3d8f9349d857131f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631258,"stop":1729034631258,"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":"2ca10c2d1aed40f9","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631258,"stop":1729034631259,"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":"2d837904a920b901","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631258,"stop":1729034631258,"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":"dc3442e6a4c34563","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631259,"stop":1729034631259,"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":"38345e1e2d24eea7","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631259,"stop":1729034631259,"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":"349f2c8d69db6128","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631260,"stop":1729034631261,"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":"f4b51e13833a658b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631260,"stop":1729034631260,"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":"c6a4da87be4e745a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631260,"stop":1729034631260,"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":"421e5e0cd1e74955","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631261,"stop":1729034631261,"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":"55eb1e542d22be6d","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631261,"stop":1729034631262,"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":"dd22a1a626b63237","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631261,"stop":1729034631261,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"81a6a9e7fee63520","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631262,"stop":1729034631262,"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":"a2687993981cf46a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631263,"stop":1729034631263,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1698276073747","uid":"7a25323175c24e55","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631263,"stop":1729034631264,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"499d87fee9e7e901","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631263,"stop":1729034631263,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729038073747","uid":"9ba750cc30ea19f2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631264,"stop":1729034631264,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729030873747","uid":"ab974c5cc76de033","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631264,"stop":1729034631264,"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":"d4459ac3e00ba515","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631265,"stop":1729034631265,"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":"5cd6c592c309e041","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1729034631266,"stop":1729034631266,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0ce4304a5c72aabff181e56ac32d839"},{"name":"Waku Relay, Publish","children":[{"name":"Check publish message containing short","uid":"d189863c3dea04c0","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636306,"stop":1729034636306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"ac74e4d08e2fae6b","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636307,"stop":1729034636308,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"1f0963718de2c9c2","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636308,"stop":1729034636308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"83f6393b90e76f5e","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636308,"stop":1729034636309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"6e60e7764f68b78b","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636309,"stop":1729034636310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"e4abf700cc9a7834","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636309,"stop":1729034636309,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"650bb5b70d795a18","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636310,"stop":1729034636310,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"95a1d847131a899a","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636310,"stop":1729034636311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"5f61f57c4ade81eb","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636311,"stop":1729034636311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"8b597629df0abdac","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636311,"stop":1729034636311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"d07fa758a41fd729","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636312,"stop":1729034636312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"87afd9333611cdee","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636312,"stop":1729034636313,"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":"f69bd7f77c219118","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636312,"stop":1729034636312,"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":"f85a385da8a6fe11","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636313,"stop":1729034636314,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"c4574242a438db2e","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636313,"stop":1729034636313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"d8658b6529b73340","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636314,"stop":1729034636314,"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":"efe1a1a605f09758","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636314,"stop":1729034636315,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 16 2024 00:23:47 GMT+0000 (Coordinated Universal Time)","uid":"393c7ed1dae02240","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636315,"stop":1729034636316,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Oct 15 2024 22:23:47 GMT+0000 (Coordinated Universal Time)","uid":"fe5b2daacade46fb","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636315,"stop":1729034636315,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 25 2023 23:23:47 GMT+0000 (Coordinated Universal Time)","uid":"beaf76cd9f000aa8","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636315,"stop":1729034636315,"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":"9f02dd1a99d02f9a","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636316,"stop":1729034636319,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"96643571910d1547","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636316,"stop":1729034636316,"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":"76d43945d090ec39","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636319,"stop":1729034636322,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"6b417682756934b7","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636322,"stop":1729034636322,"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":"50fc1f3233c4770b","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636323,"stop":1729034636323,"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":"c1eb573f3dbbedbe","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1729034636323,"stop":1729034636323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"a9a2c62e6964c69f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1729034636323,"stop":1729034636323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"af16ad39ac82cb9c","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636324,"stop":1729034636324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"4ad4abe3e8d623ef","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1729034636324,"stop":1729034636324,"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":"33a437f83293fd24","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640504,"stop":1729034640505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"ae36504ee291e6c1","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640505,"stop":1729034640505,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"7d79e101e857f99e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640508,"stop":1729034640508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"2bdbd29f6ec1c706","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640509,"stop":1729034640511,"duration":2},"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":"37a9082755408cab","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640511,"stop":1729034640512,"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":"964c9d2dc9a92620","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640511,"stop":1729034640511,"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":"c4e6c39fa36ecf9e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640512,"stop":1729034640512,"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":"48a5680f862134b9","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640512,"stop":1729034640512,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"a8987fba15980fae","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1729034640513,"stop":1729034640517,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and publish message","uid":"4a2ea1d78d2d310","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640517,"stop":1729034640520,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"bfd60e52d76c7605","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1729034640517,"stop":1729034640517,"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":"320aa6f679d62665","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640520,"stop":1729034640521,"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":"41bcd41bb623eacd","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640521,"stop":1729034640521,"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":"d5f835aabe04084b","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640522,"stop":1729034640523,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"3da90664d058291b","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640523,"stop":1729034640524,"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":"1f3499efa0df51f7","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640524,"stop":1729034640524,"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":"d266b047d5314977","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640524,"stop":1729034640524,"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":"ba64f8b4c0861758","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640525,"stop":1729034640525,"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":"5872bd9ccdd1e627","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640525,"stop":1729034640525,"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":"dc47413c8207c857","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640525,"stop":1729034640526,"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":"af1640251146c9ae","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640526,"stop":1729034640526,"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":"14ee1560ef23bdac","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640526,"stop":1729034640526,"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":"734e9f55eb05dfe","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640527,"stop":1729034640527,"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":"b17ba7838f7bcd58","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640527,"stop":1729034640527,"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":"9278b868f44b78d","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640528,"stop":1729034640528,"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":"c0b3a46ff254ec95","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1729034640528,"stop":1729034640528,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f44a58f320567307bff944f420349273"},{"name":"Peer Exchange","children":[{"name":"getPeersByDiscovery","uid":"280e584c6fe3b6f9","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1729034645142,"stop":1729034645144,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"b2b1d62226f98e53","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1729034645145,"stop":1729034645146,"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":"3f76ef8f93a93d24","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1729034645145,"stop":1729034645145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"69cc5c6290df2345","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1729034645146,"stop":1729034645146,"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":"38833d62a5170431","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1729034655441,"stop":1729034655442,"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":"72e663472e47592d","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1729034655442,"stop":1729034655443,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"d8a544ac4e8be1cb","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1729034655442,"stop":1729034655442,"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":"4873e0b2f7d16792","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1729034655443,"stop":1729034655443,"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":"a44d22cc32c1f22e","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1729034655443,"stop":1729034655443,"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":"7e63abce01c2fa78","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1729034655444,"stop":1729034655444,"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":"59d96e9a94dd2bf1","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1729034655444,"stop":1729034655444,"duration":0},"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":"96d533fab9f3b4cb","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034656457,"stop":1729034656459,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"5bf10075908efe0c","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034656459,"stop":1729034656459,"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: /app35/10/topic983/json","uid":"e405261e1e334e93","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034656461,"stop":1729034656463,"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: /app3/4/topic356/utf8","uid":"16bf0f07f51ec695","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034656464,"stop":1729034656465,"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: /app98/6/topic677/proto","uid":"c4d1e5c35e87bcf9","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034656464,"stop":1729034656464,"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: /app63/7/topic981/utf8","uid":"d542d150995e90e3","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034656464,"stop":1729034656464,"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: /app33/1/topic385/xml","uid":"f5b6e64b36da5fdc","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034656465,"stop":1729034656465,"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: /app35/4/topic967/json","uid":"f93a9b54b36bd5f7","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034656465,"stop":1729034656465,"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: /app61/3/topic302/test.js","uid":"18af7a3a33fbc145","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034656466,"stop":1729034656466,"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: /app7/4/topic303/json","uid":"1bac7ef54850b90d","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034656466,"stop":1729034656467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app31/9/topic522/json","uid":"1085b06ecf9a991f","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034656466,"stop":1729034656466,"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: /app74/1/topic712/proto","uid":"8c1815fc7296513e","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034656472,"stop":1729034656472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"2476a4abf3c57ee1","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1729034656472,"stop":1729034656472,"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":"ca330b4c8d94138a","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1729034656473,"stop":1729034656473,"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":"ac98161b7f033c16","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1729034656473,"stop":1729034656473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"e7cda2971532c3e1","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1729034656474,"stop":1729034656474,"duration":0},"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":"dd3e8186ba2979da","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1729034665576,"stop":1729034665577,"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":"ce21200b4f7d9ef2","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1729034665577,"stop":1729034665578,"duration":1},"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":"994423a9d76586ac","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1729034665577,"stop":1729034665577,"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":"f2c8363205552b1e","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1729034665578,"stop":1729034665578,"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":"3a90abcfd8a42992","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1729034665578,"stop":1729034665578,"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":"e7f5963c9a77582","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1729034665579,"stop":1729034665580,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"676b537d6ec506","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1729034665584,"stop":1729034665584,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"8be48fb9c292c553","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1729034665584,"stop":1729034665584,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"fb37f56744e28e71","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1729034665585,"stop":1729034665589,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3426cec71b37676cf0be3c0fef80c0a0"},{"name":"Static Sharding: Running Nodes","children":[{"name":"Different clusters and shards","children":[{"name":"shard 0","uid":"68feb3d40405137e","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034668590,"stop":1729034668590,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"4891ef54a5af70a8","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034668591,"stop":1729034668591,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 424, Shard ID: 715","uid":"e6bfca7d3e68f5dd","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034668591,"stop":1729034668595,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 822, Shard ID: 602","uid":"e695555dc53902af","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034668595,"stop":1729034668595,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 49, Shard ID: 205","uid":"553f32e10ce06954","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034668595,"stop":1729034668596,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 711, Shard ID: 923","uid":"dd5d48291f2b50cf","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034668596,"stop":1729034668597,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 361, Shard ID: 124","uid":"84e70a4b1f55ad7e","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034668598,"stop":1729034668598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 558, Shard ID: 680","uid":"dc674749269eb97a","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034668598,"stop":1729034668598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 592, Shard ID: 217","uid":"32c864b71237b8d8","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034668599,"stop":1729034668605,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 160, Shard ID: 792","uid":"3adc90b86effd2ab","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034668608,"stop":1729034668608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 416, Shard ID: 591","uid":"523c4b4fab001cc6","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034668609,"stop":1729034668609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 998, Shard ID: 906","uid":"5c5c5f44de6c26ff","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1729034668609,"stop":1729034668609,"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":"f20c0e293677ac3e","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1729034668610,"stop":1729034668611,"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":"9c0ca4158bfbe244","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1729034668611,"stop":1729034668611,"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":"c2d3513f3eecbda9","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1729034668612,"stop":1729034668612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"55b20afdd36c6a3fe4fbc5148e0b6cb1"}],"uid":"3063c7d8bf33f54fd9a4937c64364a9f"},{"name":"Waku Store, error handling","children":[{"name":"Query Generator, Wrong PubsubTopic","uid":"979d0fb73768c04e","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034682670,"stop":1729034682671,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"574bad6a7c1b239a","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034682671,"stop":1729034682671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"2d58d0e7e5af52a0","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034682671,"stop":1729034682671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"8a0ff36e7d1e3863","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034682672,"stop":1729034682673,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"5c1226e4013558b7","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034682672,"stop":1729034682672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"b6328243304101e","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034682672,"stop":1729034682672,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"951fd5ab8a9a7fda","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034682674,"stop":1729034682675,"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":"f7b46913f5448e76","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034682676,"stop":1729034682677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"725c2a85651a0243","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034682677,"stop":1729034682678,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"6f8388ee864d26b0","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034682679,"stop":1729034682680,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"7be23513471effc1","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034682680,"stop":1729034682681,"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":"e44411b0f461912f","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1729034682681,"stop":1729034682681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ce32033953aa49b057348563584e892d"},{"name":"Waku Store, order","children":[{"name":"Query Generator - true","uid":"830e2a662e6a8079","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1729034683699,"stop":1729034683699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"db60e09da7e6d704","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1729034683700,"stop":1729034683700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"bdfa54e38ce6e192","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1729034683700,"stop":1729034683700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"40d3bf589e6f561c","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1729034683701,"stop":1729034683701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"7ce10eaee5d466ad","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1729034683701,"stop":1729034683701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"af116ccc9b19d47c","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1729034683701,"stop":1729034683701,"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":"afefc03e93c9c8f2","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1729034693195,"stop":1729034693195,"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":"f98b13feb6582a0b","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1729034693196,"stop":1729034693196,"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":"3c7089d31d3560e6","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1729034693196,"stop":1729034693196,"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":"25a5150b6510d5b4","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1729034693197,"stop":1729034693198,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82d01d8e33c56eeb9dac68b6546f466e"},{"name":"Waku Store, custom pubsub topic","children":[{"name":"Generator, 2 different pubsubtopics","uid":"bef10b5b6b7b2649","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1729034694621,"stop":1729034694622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"ccc4d5fd2c587f44","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1729034694621,"stop":1729034694621,"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":"618f4f1e478abaca","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1729034694622,"stop":1729034694622,"duration":0},"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":"9fb2cf18b0be0e7a","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1729034694622,"stop":1729034694622,"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":"c63b98678db1b47b","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1729034694623,"stop":1729034694623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"bb71a4057632094e","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1729034694623,"stop":1729034694623,"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 different pubsubtopics","uid":"8212e9e9b5855525","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1729034694624,"stop":1729034694624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"b3c836e9a04e13f3","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1729034694624,"stop":1729034694624,"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":"3eb26ce764e9099e","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1729034694625,"stop":1729034694626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8095077130c9514b42ecdfc574bb8f38"},{"name":"Waku Store, general","children":[{"name":"Query generator for multiple messages","uid":"b917fa439c86377d","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1729034696862,"stop":1729034696863,"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":"7f5f51995697dbf1","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1729034696863,"stop":1729034696864,"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":"5078aad504ccea28","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1729034696863,"stop":1729034696863,"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":"93dd897776aa322","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1729034696864,"stop":1729034696864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"98099ff6b3eb3165","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1729034696864,"stop":1729034696864,"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":"98362ad7f489ad77","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1729034696865,"stop":1729034696865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"e35facb0edce9e29","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1729034696865,"stop":1729034696865,"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":"8baff3b4e5a5fe3b","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1729034696866,"stop":1729034696866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"918df4e67481cbf3","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1729034696867,"stop":1729034696867,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a0593136080d0b3b5899e64d90a01f8"},{"name":"Util: toAsyncIterator: Filter","children":[{"name":"creates an iterator","uid":"24423510ebc1db9a","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1729034701148,"stop":1729034701153,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"2d557e6793cd8ce4","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1729034701153,"stop":1729034701153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"1455f51200433924","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1729034701153,"stop":1729034701153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bfd91fe70e25365388e9d45e358d893b"},{"name":"Waku Store, page size","children":[{"name":"Passing page size 0 when there are 110 messages","uid":"ef88f331dc5eeef9","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1729034703308,"stop":1729034703309,"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":"5663e8800dee897b","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1729034703309,"stop":1729034703310,"duration":1},"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":"826d8277c46e534","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1729034703310,"stop":1729034703310,"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":"7936feca9dd7b9dc","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1729034703310,"stop":1729034703311,"duration":1},"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":"1baeb8a9bcde869d","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1729034703311,"stop":1729034703311,"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":"9d7585b9e744645a","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1729034703311,"stop":1729034703311,"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":"1324414a36b19823","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1729034703312,"stop":1729034703312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"4ae2f10632e49bf","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1729034703313,"stop":1729034703313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"90755542dd4fc4702bb1cd6348e4930c"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","children":[{"name":"Subscribe and receive messages via lightPush","uid":"b1b5820b096a38ea","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704489,"stop":1729034704489,"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":"257791978f2f4e4","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704489,"stop":1729034704489,"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":"3df0bf90631ed451","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704490,"stop":1729034704490,"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":"b3c71fff84aadc99","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704490,"stop":1729034704490,"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":"3b506127ae3e5abc","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704490,"stop":1729034704490,"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":"58979c1ce32463b8","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704490,"stop":1729034704491,"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":"593823e34cb8014e","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704491,"stop":1729034704491,"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":"ed7a50b7047cbb03","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704491,"stop":1729034704491,"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":"658fa45bf6762a68","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704491,"stop":1729034704491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"42f88e5d3badf276","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704492,"stop":1729034704492,"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":"cd2c5cff43bba63a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704492,"stop":1729034704492,"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":"ba3f9623c325d02f","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704492,"stop":1729034704493,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"aec34ed9a0e578b5","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704492,"stop":1729034704492,"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":"7127178dfcecffe8","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704493,"stop":1729034704493,"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":"d97d043614eb23de","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704493,"stop":1729034704493,"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":"d785b08bcdb6d427","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704493,"stop":1729034704493,"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":"d97fe66138014db9","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704494,"stop":1729034704494,"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":"ffcc039f5d06f90b","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704494,"stop":1729034704494,"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":"e5a01902125afb3a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704494,"stop":1729034704495,"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":"6c801c749417ee7b","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704495,"stop":1729034704495,"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":"30256a4e4c5e97","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704495,"stop":1729034704495,"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":"ccb656f565b479c8","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704496,"stop":1729034704497,"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":"2931aeba593f5cd6","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704496,"stop":1729034704496,"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":"cea278c62cf783df","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704496,"stop":1729034704496,"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":"69fc4672b2c5754d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704497,"stop":1729034704498,"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":"4560a557450dcb0d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704497,"stop":1729034704497,"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":"95b6cd153284d511","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704498,"stop":1729034704498,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"6cea474dab07d011","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704498,"stop":1729034704499,"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":"3f58931c99a797a0","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1729034704498,"stop":1729034704498,"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 ecies encrypted messages via lightPush","uid":"d285132045de8f8e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704499,"stop":1729034704500,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"5210eeee413c1fd9","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704499,"stop":1729034704499,"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":"a7ddf2c0394c8cbd","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704500,"stop":1729034704500,"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":"1cce478a8630b11f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704500,"stop":1729034704500,"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":"cf0a6c9a18645016","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704501,"stop":1729034704501,"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":"d157c8929aa70191","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704501,"stop":1729034704501,"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":"100553a92b1a6add","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704501,"stop":1729034704502,"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":"b867761900d7ba1a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704502,"stop":1729034704502,"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":"3dcaf858f2b8e87c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704502,"stop":1729034704502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"1330101adb05030a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704502,"stop":1729034704503,"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":"eae4aa728e4a866","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704503,"stop":1729034704503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"9e40d1b816edf3c4","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704503,"stop":1729034704503,"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":"970da0fc65fbcc94","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704503,"stop":1729034704504,"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":"521aa51615689c2f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704504,"stop":1729034704505,"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":"2360e41fcb8436ee","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704504,"stop":1729034704504,"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":"fb93ce90475f79c0","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704504,"stop":1729034704504,"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":"73b9dfaee445f3dd","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704505,"stop":1729034704505,"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":"a07402179e9ac5ff","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704505,"stop":1729034704506,"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":"f0b4be503b185851","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704506,"stop":1729034704506,"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":"36b1cd4d89e7a09a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704506,"stop":1729034704507,"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":"b0ddc5e12eb54512","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704506,"stop":1729034704506,"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":"60bfdcfe8957b32e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704507,"stop":1729034704507,"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":"906024f47bba2086","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704507,"stop":1729034704508,"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":"1d5787334334d83d","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704508,"stop":1729034704508,"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":"58e2f61f18684d6c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704508,"stop":1729034704509,"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":"9d0007188e90e449","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704508,"stop":1729034704508,"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":"726eed9214cf7abf","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704509,"stop":1729034704509,"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":"6d8b428c8cf80e5f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704510,"stop":1729034704510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"b3e985464dbb815e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1729034704510,"stop":1729034704510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d2c836997f51e619a3f56fdc380693ce"},{"name":"Waku Store, time filter","children":[{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"64853306c48c8bd0","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1729034708550,"stop":1729034708551,"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":"ef836391f33f5693","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1729034708551,"stop":1729034708551,"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":"96547764d09f7c6b","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1729034708551,"stop":1729034708551,"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":"67f83597ab4cface","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1729034708552,"stop":1729034708552,"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":"754cb4c34eef0287","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1729034708552,"stop":1729034708552,"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":"deabd736f4fa496d","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1729034708552,"stop":1729034708552,"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":"98723c358262385a","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1729034708553,"stop":1729034708553,"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":"d973b8e129d9a53","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1729034708553,"stop":1729034708553,"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":"d1184dbea190e5e9","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1729034708554,"stop":1729034708554,"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":"2710b7083cf92f29","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1729034713699,"stop":1729034713700,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"4c451697f1c54e41","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1729034713700,"stop":1729034713700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"2d1bc9b4d0801533","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1729034713700,"stop":1729034713700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"b6873e964a091b03","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1729034713700,"stop":1729034713701,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"489f8b4479bd8b16","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1729034713701,"stop":1729034713701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"88a4c0eecc6f8edb","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1729034713701,"stop":1729034713701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"478bd1c99e725f3e","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1729034713702,"stop":1729034713702,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"9656edff3ac814ba","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1729034713702,"stop":1729034713703,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"e745e6a6d91bcb6a","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1729034713702,"stop":1729034713702,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5ef3b407a3400aa42536fba150d9b6e"},{"name":"Waku Dial [node only]","children":[{"name":"Interop: ServiceNode","children":[{"name":"Does not throw an exception when node disconnects","uid":"5eb73c05e6ab9ec9","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1729034728789,"stop":1729034728789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"2eb589a2a97fc453","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1729034728789,"stop":1729034728789,"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":"f2de1133210fc71a","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1729034728789,"stop":1729034728790,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"39e2fec861e2d580","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1729034728790,"stop":1729034728790,"duration":0},"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":"12127bb8ab829b46","parentUid":"b907953c6834b3b9f5420f211537af83","status":"passed","time":{"start":1729034728790,"stop":1729034728790,"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":"7ce868e722bbff0d","parentUid":"3a88c26682cd3a1384f81774b01f867e","status":"passed","time":{"start":1729034728791,"stop":1729034728791,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3a88c26682cd3a1384f81774b01f867e"},{"name":"Static Sharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"255369d931d00ef5","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1729034781179,"stop":1729034781180,"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":"68cf8b5cf6a22f04","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1729034781180,"stop":1729034781180,"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":"38b1489aa4195034","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1729034781181,"stop":1729034781181,"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":"87907699cad4a671","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1729034781181,"stop":1729034781181,"duration":0},"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/7588/data/test-cases/10025e56ac2fad1b.json b/7588/data/test-cases/10025e56ac2fad1b.json new file mode 100644 index 00000000000..bd593a43f05 --- /dev/null +++ b/7588/data/test-cases/10025e56ac2fad1b.json @@ -0,0 +1 @@ +{"uid":"10025e56ac2fad1b","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":1729034332620,"stop":1729034332620,"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":15,"unknown":0,"total":15},"items":[{"uid":"84ae97f1d4da466","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/84ae97f1d4da466","status":"passed","time":{"start":1729034096120,"stop":1729034096120,"duration":0}},{"uid":"b542f40937e30353","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b542f40937e30353","status":"passed","time":{"start":1729034020077,"stop":1729034020081,"duration":4}},{"uid":"e8593330724bc43e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e8593330724bc43e","status":"passed","time":{"start":1729033834372,"stop":1729033834373,"duration":1}},{"uid":"8b50db3aac96ef8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b50db3aac96ef8c","status":"passed","time":{"start":1729031884102,"stop":1729031884103,"duration":1}},{"uid":"92d5c2821d29ca6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/92d5c2821d29ca6e","status":"passed","time":{"start":1728901430245,"stop":1728901430245,"duration":0}},{"uid":"899d572db5fbedd4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/899d572db5fbedd4","status":"passed","time":{"start":1728892860521,"stop":1728892860521,"duration":0}},{"uid":"f1cacb414be58620","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f1cacb414be58620","status":"passed","time":{"start":1728855823311,"stop":1728855823311,"duration":0}},{"uid":"ee55a9a17a2b5c92","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ee55a9a17a2b5c92","status":"passed","time":{"start":1728738040580,"stop":1728738040580,"duration":0}},{"uid":"4f7e36f4526d18c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4f7e36f4526d18c","status":"passed","time":{"start":1728682574077,"stop":1728682574078,"duration":1}},{"uid":"2a99a45a92df0e96","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2a99a45a92df0e96","status":"passed","time":{"start":1728682146806,"stop":1728682146806,"duration":0}},{"uid":"7a211a77a9cd8e44","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a211a77a9cd8e44","status":"passed","time":{"start":1728676621419,"stop":1728676621419,"duration":0}},{"uid":"1756cbca90d6b13c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1756cbca90d6b13c","status":"passed","time":{"start":1728669344457,"stop":1728669344457,"duration":0}},{"uid":"1f70df3ba5352c13","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1f70df3ba5352c13","status":"passed","time":{"start":1728597685149,"stop":1728597685149,"duration":0}},{"uid":"a5aa6bd5bb0ab0e6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a5aa6bd5bb0ab0e6","status":"passed","time":{"start":1728596904455,"stop":1728596904456,"duration":1}}]},"tags":[]},"source":"10025e56ac2fad1b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9fb567ebac592748.json b/7588/data/test-cases/100553a92b1a6add.json similarity index 85% rename from 7556/data/test-cases/9fb567ebac592748.json rename to 7588/data/test-cases/100553a92b1a6add.json index cc1dfc0cc50..22cce6b27f9 100644 --- a/7556/data/test-cases/9fb567ebac592748.json +++ b/7588/data/test-cases/100553a92b1a6add.json @@ -1 +1 @@ -{"uid":"9fb567ebac592748","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":1728457537135,"stop":1728457537135,"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":6,"unknown":0,"total":6},"items":[{"uid":"e5d309a12bc13e07","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e5d309a12bc13e07","status":"passed","time":{"start":1728456499104,"stop":1728456499106,"duration":2}},{"uid":"8e18a070190abd7b","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/8e18a070190abd7b","status":"passed","time":{"start":1728456215093,"stop":1728456215093,"duration":0}},{"uid":"fa1c977ad890428d","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/fa1c977ad890428d","status":"passed","time":{"start":1728456167139,"stop":1728456167140,"duration":1}},{"uid":"bf1b073dc9a8efe6","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/bf1b073dc9a8efe6","status":"passed","time":{"start":1728455518201,"stop":1728455518202,"duration":1}},{"uid":"328609e1d67ee9ea","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/328609e1d67ee9ea","status":"passed","time":{"start":1728452534889,"stop":1728452534890,"duration":1}}]},"tags":[]},"source":"9fb567ebac592748.json","parameterValues":[]} \ No newline at end of file +{"uid":"100553a92b1a6add","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":1729034704501,"stop":1729034704502,"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":15,"unknown":0,"total":15},"items":[{"uid":"3be6dbb5024b554e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3be6dbb5024b554e","status":"passed","time":{"start":1729034474995,"stop":1729034474995,"duration":0}},{"uid":"769ee86b8056b358","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/769ee86b8056b358","status":"passed","time":{"start":1729034395296,"stop":1729034395296,"duration":0}},{"uid":"213ae7747d7ffbe2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/213ae7747d7ffbe2","status":"passed","time":{"start":1729034209107,"stop":1729034209107,"duration":0}},{"uid":"6491b60d19836b03","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6491b60d19836b03","status":"passed","time":{"start":1729032264575,"stop":1729032264575,"duration":0}},{"uid":"914e1c616c92773","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/914e1c616c92773","status":"passed","time":{"start":1728902012867,"stop":1728902012868,"duration":1}},{"uid":"8d638d1b794da086","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d638d1b794da086","status":"passed","time":{"start":1728893454817,"stop":1728893454818,"duration":1}},{"uid":"dac189f0a04f202","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dac189f0a04f202","status":"passed","time":{"start":1728856408461,"stop":1728856408461,"duration":0}},{"uid":"a7a88797a2b595e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a7a88797a2b595e","status":"passed","time":{"start":1728738633862,"stop":1728738633862,"duration":0}},{"uid":"c0ee0489b81d2b4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c0ee0489b81d2b4f","status":"passed","time":{"start":1728683159796,"stop":1728683159797,"duration":1}},{"uid":"968fac68eb7ca64a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/968fac68eb7ca64a","status":"passed","time":{"start":1728682751337,"stop":1728682751337,"duration":0}},{"uid":"33d8821e02d4660f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33d8821e02d4660f","status":"passed","time":{"start":1728677216370,"stop":1728677216371,"duration":1}},{"uid":"9209351180813f90","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9209351180813f90","status":"passed","time":{"start":1728669925459,"stop":1728669925459,"duration":0}},{"uid":"77f0ac0b9dfa90a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/77f0ac0b9dfa90a0","status":"passed","time":{"start":1728598268814,"stop":1728598268814,"duration":0}},{"uid":"5251733318d574db","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5251733318d574db","status":"passed","time":{"start":1728597503939,"stop":1728597503940,"duration":1}}]},"tags":[]},"source":"100553a92b1a6add.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/107b8885c55d731c.json b/7588/data/test-cases/107b8885c55d731c.json new file mode 100644 index 00000000000..5622153d5be --- /dev/null +++ b/7588/data/test-cases/107b8885c55d731c.json @@ -0,0 +1 @@ +{"uid":"107b8885c55d731c","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":1729034341409,"stop":1729034341409,"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":15,"unknown":0,"total":15},"items":[{"uid":"47137cbd2b31d4f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47137cbd2b31d4f5","status":"passed","time":{"start":1729034104918,"stop":1729034104918,"duration":0}},{"uid":"ca467f6436d3649","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ca467f6436d3649","status":"passed","time":{"start":1729034028516,"stop":1729034028516,"duration":0}},{"uid":"ee6e97b084a3d147","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee6e97b084a3d147","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0}},{"uid":"1af2a877dd294631","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1af2a877dd294631","status":"passed","time":{"start":1729031892682,"stop":1729031892682,"duration":0}},{"uid":"1c470f23e279a11d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c470f23e279a11d","status":"passed","time":{"start":1728901438813,"stop":1728901438813,"duration":0}},{"uid":"c339ab73e2d147ae","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c339ab73e2d147ae","status":"passed","time":{"start":1728892869006,"stop":1728892869006,"duration":0}},{"uid":"b2cfa81f5fd984ce","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2cfa81f5fd984ce","status":"passed","time":{"start":1728855831898,"stop":1728855831898,"duration":0}},{"uid":"4818cbe759085a5b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4818cbe759085a5b","status":"passed","time":{"start":1728738049045,"stop":1728738049046,"duration":1}},{"uid":"45cb0c7329d6984d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/45cb0c7329d6984d","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"c8366e4e8fe0c25a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c8366e4e8fe0c25a","status":"passed","time":{"start":1728682155413,"stop":1728682155413,"duration":0}},{"uid":"2ccb5329e6b21d68","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2ccb5329e6b21d68","status":"passed","time":{"start":1728676629979,"stop":1728676629980,"duration":1}},{"uid":"1166bf64a26752e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1166bf64a26752e2","status":"passed","time":{"start":1728669353106,"stop":1728669353107,"duration":1}},{"uid":"d0a9c0dc8119fa0f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d0a9c0dc8119fa0f","status":"passed","time":{"start":1728597693852,"stop":1728597693853,"duration":1}},{"uid":"149804c81e6be875","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/149804c81e6be875","status":"passed","time":{"start":1728596913096,"stop":1728596913097,"duration":1}}]},"tags":[]},"source":"107b8885c55d731c.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/f4edaf3e9229b98b.json b/7588/data/test-cases/1085b06ecf9a991f.json similarity index 93% rename from 7556/data/test-cases/f4edaf3e9229b98b.json rename to 7588/data/test-cases/1085b06ecf9a991f.json index 3767a33f270..ee7b0fc5cd6 100644 --- a/7556/data/test-cases/f4edaf3e9229b98b.json +++ b/7588/data/test-cases/1085b06ecf9a991f.json @@ -1 +1 @@ -{"uid":"f4edaf3e9229b98b","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app56/6/topic673/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 9 - Cluster ID: 10, Content Topic: /app56/6/topic673/json","historyId":"c92fdd14c7dc629de9f532ee243ae0aa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457516703,"stop":1728457516703,"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":"f4edaf3e9229b98b.json","parameterValues":[]} \ No newline at end of file +{"uid":"1085b06ecf9a991f","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app31/9/topic522/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 7 - Cluster ID: 10, Content Topic: /app31/9/topic522/json","historyId":"e5e7abb25d952991947fd414843d5630:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034656466,"stop":1729034656466,"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":"1085b06ecf9a991f.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/1085f7a2e283e37.json b/7588/data/test-cases/1085f7a2e283e37.json new file mode 100644 index 00000000000..9763848c043 --- /dev/null +++ b/7588/data/test-cases/1085f7a2e283e37.json @@ -0,0 +1 @@ +{"uid":"1085f7a2e283e37","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":1729034536100,"stop":1729034536100,"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":14,"unknown":0,"total":14},"items":[{"uid":"add6108f6f16ef80","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/add6108f6f16ef80","status":"passed","time":{"start":1729034296705,"stop":1729034296706,"duration":1}},{"uid":"3991054bf388de7c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3991054bf388de7c","status":"passed","time":{"start":1729034220602,"stop":1729034220603,"duration":1}},{"uid":"86a898d96fc35bf2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/86a898d96fc35bf2","status":"passed","time":{"start":1729034041486,"stop":1729034041487,"duration":1}},{"uid":"326f94a1ee3164b3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/326f94a1ee3164b3","status":"passed","time":{"start":1728901705392,"stop":1728901705399,"duration":7}},{"uid":"e97f4f4a2b030e4e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e97f4f4a2b030e4e","status":"passed","time":{"start":1728893141775,"stop":1728893141775,"duration":0}},{"uid":"6af622a312da0b87","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6af622a312da0b87","status":"passed","time":{"start":1728856087082,"stop":1728856087083,"duration":1}},{"uid":"845f5a4e61cde1f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/845f5a4e61cde1f5","status":"passed","time":{"start":1728738321433,"stop":1728738321433,"duration":0}},{"uid":"a4199de8df50f265","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a4199de8df50f265","status":"passed","time":{"start":1728682845673,"stop":1728682845673,"duration":0}},{"uid":"67eb5ec7fc5a65c8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/67eb5ec7fc5a65c8","status":"passed","time":{"start":1728682424309,"stop":1728682424309,"duration":0}},{"uid":"710c330960c21a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/710c330960c21a8","status":"passed","time":{"start":1728676900514,"stop":1728676900515,"duration":1}},{"uid":"15dc5e724fcf1836","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/15dc5e724fcf1836","status":"passed","time":{"start":1728669625799,"stop":1728669625799,"duration":0}},{"uid":"2e20677a233d1c64","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e20677a233d1c64","status":"passed","time":{"start":1728597957163,"stop":1728597957164,"duration":1}},{"uid":"24b7ae5d287af303","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/24b7ae5d287af303","status":"passed","time":{"start":1728597182616,"stop":1728597182616,"duration":0}}]},"tags":[]},"source":"1085f7a2e283e37.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/10b5ce906378dde7.json b/7588/data/test-cases/10b5ce906378dde7.json new file mode 100644 index 00000000000..29a155f35c3 --- /dev/null +++ b/7588/data/test-cases/10b5ce906378dde7.json @@ -0,0 +1 @@ +{"uid":"10b5ce906378dde7","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":1729034332639,"stop":1729034332640,"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":15,"unknown":0,"total":15},"items":[{"uid":"fe4d7911531f0bff","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fe4d7911531f0bff","status":"passed","time":{"start":1729034096138,"stop":1729034096138,"duration":0}},{"uid":"49cdc4fb80a6133b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/49cdc4fb80a6133b","status":"passed","time":{"start":1729034020095,"stop":1729034020095,"duration":0}},{"uid":"791d4d02d8709825","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/791d4d02d8709825","status":"passed","time":{"start":1729033834391,"stop":1729033834391,"duration":0}},{"uid":"6040272579ab41b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6040272579ab41b4","status":"passed","time":{"start":1729031884125,"stop":1729031884125,"duration":0}},{"uid":"8f57595e6daabc8d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8f57595e6daabc8d","status":"passed","time":{"start":1728901430258,"stop":1728901430258,"duration":0}},{"uid":"469f4414d2b8436","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/469f4414d2b8436","status":"passed","time":{"start":1728892860537,"stop":1728892860537,"duration":0}},{"uid":"d4ba570de9768f1d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d4ba570de9768f1d","status":"passed","time":{"start":1728855823326,"stop":1728855823326,"duration":0}},{"uid":"b863aa7989110c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b863aa7989110c4","status":"passed","time":{"start":1728738040607,"stop":1728738040607,"duration":0}},{"uid":"80e1e890bd2fcc99","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80e1e890bd2fcc99","status":"passed","time":{"start":1728682574097,"stop":1728682574098,"duration":1}},{"uid":"7f5ab3b57ea9d41b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7f5ab3b57ea9d41b","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"46655282e617fdac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46655282e617fdac","status":"passed","time":{"start":1728676621437,"stop":1728676621437,"duration":0}},{"uid":"269ebf139025b5c2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/269ebf139025b5c2","status":"passed","time":{"start":1728669344472,"stop":1728669344472,"duration":0}},{"uid":"ab11f087bcdc2fbe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ab11f087bcdc2fbe","status":"passed","time":{"start":1728597685166,"stop":1728597685167,"duration":1}},{"uid":"ebfea8b61d5397ad","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ebfea8b61d5397ad","status":"passed","time":{"start":1728596904474,"stop":1728596904474,"duration":0}}]},"tags":[]},"source":"10b5ce906378dde7.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c4b90b1fa3e8a71b.json b/7588/data/test-cases/115d3f907cbc9772.json similarity index 97% rename from 7556/data/test-cases/c4b90b1fa3e8a71b.json rename to 7588/data/test-cases/115d3f907cbc9772.json index e33d0552351..56fe1c1d61d 100644 --- a/7556/data/test-cases/c4b90b1fa3e8a71b.json +++ b/7588/data/test-cases/115d3f907cbc9772.json @@ -1 +1 @@ -{"uid":"c4b90b1fa3e8a71b","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":1728457481302,"stop":1728457481303,"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":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"c4b90b1fa3e8a71b.json","parameterValues":[]} \ No newline at end of file +{"uid":"115d3f907cbc9772","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":1729034636322,"stop":1729034636323,"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":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"115d3f907cbc9772.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/f06bf444e3adc8d7.json b/7588/data/test-cases/11c68079871cf1ef.json similarity index 88% rename from 7556/data/test-cases/f06bf444e3adc8d7.json rename to 7588/data/test-cases/11c68079871cf1ef.json index 4e7f24996a0..31453984f06 100644 --- a/7556/data/test-cases/f06bf444e3adc8d7.json +++ b/7588/data/test-cases/11c68079871cf1ef.json @@ -1 +1 @@ -{"uid":"f06bf444e3adc8d7","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":1728457510407,"stop":1728457510409,"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":6,"unknown":0,"total":6},"items":[{"uid":"36f2a42adcd6450f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/36f2a42adcd6450f","status":"passed","time":{"start":1728456448172,"stop":1728456448173,"duration":1}},{"uid":"549b944fac19e764","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/549b944fac19e764","status":"passed","time":{"start":1728456195673,"stop":1728456195673,"duration":0}},{"uid":"6af0d154a376ccee","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/6af0d154a376ccee","status":"passed","time":{"start":1728456166688,"stop":1728456166689,"duration":1}},{"uid":"35b46a17fd81fd37","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/35b46a17fd81fd37","status":"passed","time":{"start":1728455516682,"stop":1728455516683,"duration":1}},{"uid":"d84d2f8ec37c004f","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d84d2f8ec37c004f","status":"passed","time":{"start":1728452508931,"stop":1728452508936,"duration":5}}]},"tags":[]},"source":"f06bf444e3adc8d7.json","parameterValues":[]} \ No newline at end of file +{"uid":"11c68079871cf1ef","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":1729034631246,"stop":1729034631246,"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":15,"unknown":0,"total":15},"items":[{"uid":"8c9a419e5f238e39","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8c9a419e5f238e39","status":"passed","time":{"start":1729034400882,"stop":1729034400883,"duration":1}},{"uid":"44f1501cfb124185","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/44f1501cfb124185","status":"passed","time":{"start":1729034317431,"stop":1729034317436,"duration":5}},{"uid":"b725f7da29b0b724","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b725f7da29b0b724","status":"passed","time":{"start":1729034137117,"stop":1729034137118,"duration":1}},{"uid":"543c7166605b86c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/543c7166605b86c6","status":"passed","time":{"start":1729032206864,"stop":1729032206864,"duration":0}},{"uid":"1f60b034ed0c5978","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1f60b034ed0c5978","status":"passed","time":{"start":1728901995009,"stop":1728901995009,"duration":0}},{"uid":"ac6768f32a4ae795","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ac6768f32a4ae795","status":"passed","time":{"start":1728893420987,"stop":1728893420988,"duration":1}},{"uid":"1f522230db5fb646","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f522230db5fb646","status":"passed","time":{"start":1728856368589,"stop":1728856368590,"duration":1}},{"uid":"9ae67ee7a04c9b3c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ae67ee7a04c9b3c","status":"passed","time":{"start":1728738604674,"stop":1728738604675,"duration":1}},{"uid":"50628b07acb0c664","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/50628b07acb0c664","status":"passed","time":{"start":1728683117602,"stop":1728683117603,"duration":1}},{"uid":"a59604eddf19c59b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a59604eddf19c59b","status":"passed","time":{"start":1728682721311,"stop":1728682721312,"duration":1}},{"uid":"79ee4c88571f3f10","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79ee4c88571f3f10","status":"passed","time":{"start":1728677184671,"stop":1728677184673,"duration":2}},{"uid":"308502f78c159487","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/308502f78c159487","status":"passed","time":{"start":1728669866437,"stop":1728669866439,"duration":2}},{"uid":"e517af009b55ef0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e517af009b55ef0","status":"passed","time":{"start":1728598249969,"stop":1728598249970,"duration":1}},{"uid":"c2272136fbe0bb18","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c2272136fbe0bb18","status":"passed","time":{"start":1728597472274,"stop":1728597472278,"duration":4}}]},"tags":[]},"source":"11c68079871cf1ef.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/12127bb8ab829b46.json b/7588/data/test-cases/12127bb8ab829b46.json new file mode 100644 index 00000000000..27b09f8c5b5 --- /dev/null +++ b/7588/data/test-cases/12127bb8ab829b46.json @@ -0,0 +1 @@ +{"uid":"12127bb8ab829b46","name":"Used by Waku Relay","fullName":"/tests/waku.node.spec.ts: Decryption Keys > Used by Waku Relay","historyId":"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034728790,"stop":1729034728790,"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":12,"unknown":0,"total":12},"items":[{"uid":"ed5b44244608ddb0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed5b44244608ddb0","status":"passed","time":{"start":1729034400846,"stop":1729034400847,"duration":1}},{"uid":"290eb10812a36887","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/290eb10812a36887","status":"passed","time":{"start":1728902045393,"stop":1728902045393,"duration":0}},{"uid":"a0e8453a621042e8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a0e8453a621042e8","status":"passed","time":{"start":1728893481313,"stop":1728893481313,"duration":0}},{"uid":"1bd7a45d028f5be6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1bd7a45d028f5be6","status":"passed","time":{"start":1728856434369,"stop":1728856434370,"duration":1}},{"uid":"4599bdfd2784f416","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4599bdfd2784f416","status":"passed","time":{"start":1728738656938,"stop":1728738656939,"duration":1}},{"uid":"ce7e9957166ef55f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ce7e9957166ef55f","status":"passed","time":{"start":1728683172726,"stop":1728683172726,"duration":0}},{"uid":"a982c846e9802a05","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a982c846e9802a05","status":"passed","time":{"start":1728682747613,"stop":1728682747613,"duration":0}},{"uid":"f90d56dbe951658d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f90d56dbe951658d","status":"passed","time":{"start":1728677247282,"stop":1728677247282,"duration":0}},{"uid":"92792c81e7649d61","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92792c81e7649d61","status":"passed","time":{"start":1728669917949,"stop":1728669917949,"duration":0}},{"uid":"aa399a01393558ca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aa399a01393558ca","status":"passed","time":{"start":1728598290719,"stop":1728598290719,"duration":0}},{"uid":"c87b72fe679d90","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c87b72fe679d90","status":"passed","time":{"start":1728597515859,"stop":1728597515860,"duration":1}}]},"tags":[]},"source":"12127bb8ab829b46.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/12a7c677fe12ea60.json b/7588/data/test-cases/12a7c677fe12ea60.json new file mode 100644 index 00000000000..f2f8c09d22a --- /dev/null +++ b/7588/data/test-cases/12a7c677fe12ea60.json @@ -0,0 +1 @@ +{"uid":"12a7c677fe12ea60","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":1729034348763,"stop":1729034348763,"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":15,"unknown":0,"total":15},"items":[{"uid":"ca9e56630538ef6b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ca9e56630538ef6b","status":"passed","time":{"start":1729034112606,"stop":1729034112606,"duration":0}},{"uid":"1c3578df8fe99858","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1c3578df8fe99858","status":"passed","time":{"start":1729034035873,"stop":1729034035874,"duration":1}},{"uid":"37e025144df040f0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37e025144df040f0","status":"passed","time":{"start":1729033850550,"stop":1729033850550,"duration":0}},{"uid":"f4c8b5c292a860f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f4c8b5c292a860f1","status":"passed","time":{"start":1729031900273,"stop":1729031900273,"duration":0}},{"uid":"494eb6f1f6e24f8e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/494eb6f1f6e24f8e","status":"passed","time":{"start":1728901446179,"stop":1728901446179,"duration":0}},{"uid":"983f41cb45499c63","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/983f41cb45499c63","status":"passed","time":{"start":1728892876479,"stop":1728892876479,"duration":0}},{"uid":"224e53455218f1b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/224e53455218f1b9","status":"passed","time":{"start":1728855839200,"stop":1728855839201,"duration":1}},{"uid":"f34bea53f4e640eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f34bea53f4e640eb","status":"passed","time":{"start":1728738056466,"stop":1728738056466,"duration":0}},{"uid":"7e2682defb244754","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7e2682defb244754","status":"passed","time":{"start":1728682590046,"stop":1728682590046,"duration":0}},{"uid":"ded0a54e89712ceb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ded0a54e89712ceb","status":"passed","time":{"start":1728682162840,"stop":1728682162840,"duration":0}},{"uid":"1bff3287ff9e7eb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1bff3287ff9e7eb9","status":"passed","time":{"start":1728676637413,"stop":1728676637413,"duration":0}},{"uid":"36d9a306292a1fdd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/36d9a306292a1fdd","status":"passed","time":{"start":1728669360495,"stop":1728669360496,"duration":1}},{"uid":"d2c9e04956a0d81","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d2c9e04956a0d81","status":"passed","time":{"start":1728597701238,"stop":1728597701238,"duration":0}},{"uid":"5eca2272077ebdfd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5eca2272077ebdfd","status":"passed","time":{"start":1728596920373,"stop":1728596920373,"duration":0}}]},"tags":[]},"source":"12a7c677fe12ea60.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/12df1396d1ef684b.json b/7588/data/test-cases/12df1396d1ef684b.json new file mode 100644 index 00000000000..a54e8b9876d --- /dev/null +++ b/7588/data/test-cases/12df1396d1ef684b.json @@ -0,0 +1 @@ +{"uid":"12df1396d1ef684b","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":1729034356135,"stop":1729034356135,"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":"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":15,"unknown":0,"total":15},"items":[{"uid":"f542caa1a5213f63","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f542caa1a5213f63","status":"passed","time":{"start":1729034120212,"stop":1729034120213,"duration":1}},{"uid":"17e3ebdb86e3bdcc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/17e3ebdb86e3bdcc","status":"passed","time":{"start":1729034043141,"stop":1729034043142,"duration":1}},{"uid":"23a2ab4beac3d03c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/23a2ab4beac3d03c","status":"passed","time":{"start":1729033857764,"stop":1729033857765,"duration":1}},{"uid":"e423a3eb74f551d4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e423a3eb74f551d4","status":"passed","time":{"start":1729031907984,"stop":1729031907984,"duration":0}},{"uid":"e4f79461a021457","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e4f79461a021457","status":"passed","time":{"start":1728901453409,"stop":1728901453410,"duration":1}},{"uid":"640c9a4f1372b49e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/640c9a4f1372b49e","status":"passed","time":{"start":1728892883977,"stop":1728892883978,"duration":1}},{"uid":"f183ddd9e74f5361","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f183ddd9e74f5361","status":"passed","time":{"start":1728855846184,"stop":1728855846184,"duration":0}},{"uid":"55e7551a67ae1f6d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/55e7551a67ae1f6d","status":"passed","time":{"start":1728738063646,"stop":1728738063647,"duration":1}},{"uid":"3267a835cf89978c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3267a835cf89978c","status":"passed","time":{"start":1728682597528,"stop":1728682597528,"duration":0}},{"uid":"3abae66dfa344df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3abae66dfa344df","status":"passed","time":{"start":1728682170200,"stop":1728682170201,"duration":1}},{"uid":"bfd392f7f9269c9d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bfd392f7f9269c9d","status":"passed","time":{"start":1728676644979,"stop":1728676644979,"duration":0}},{"uid":"b89fe3d04777f50","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b89fe3d04777f50","status":"passed","time":{"start":1728669367852,"stop":1728669367852,"duration":0}},{"uid":"e2cabcd828d32abe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e2cabcd828d32abe","status":"passed","time":{"start":1728597708659,"stop":1728597708659,"duration":0}},{"uid":"5911d467be6450ac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5911d467be6450ac","status":"passed","time":{"start":1728596927474,"stop":1728596927477,"duration":3}}]},"tags":[]},"source":"12df1396d1ef684b.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/12e96e38edaf59ae.json b/7588/data/test-cases/12e96e38edaf59ae.json new file mode 100644 index 00000000000..24132f384cb --- /dev/null +++ b/7588/data/test-cases/12e96e38edaf59ae.json @@ -0,0 +1 @@ +{"uid":"12e96e38edaf59ae","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":1729034447616,"stop":1729034447617,"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":15,"unknown":0,"total":15},"items":[{"uid":"9dcea2e2c88867da","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9dcea2e2c88867da","status":"passed","time":{"start":1729034206086,"stop":1729034206086,"duration":0}},{"uid":"672b365b13d60d26","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/672b365b13d60d26","status":"passed","time":{"start":1729034134192,"stop":1729034134193,"duration":1}},{"uid":"a4901d1e9eafc016","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a4901d1e9eafc016","status":"passed","time":{"start":1729033942602,"stop":1729033942603,"duration":1}},{"uid":"e938ac17141d672a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e938ac17141d672a","status":"passed","time":{"start":1729031989714,"stop":1729031989714,"duration":0}},{"uid":"747540a426b5220a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/747540a426b5220a","status":"passed","time":{"start":1728901562041,"stop":1728901562042,"duration":1}},{"uid":"bb91dc1f0220f805","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bb91dc1f0220f805","status":"passed","time":{"start":1728893001480,"stop":1728893001481,"duration":1}},{"uid":"a806d90fca693775","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a806d90fca693775","status":"passed","time":{"start":1728855968866,"stop":1728855968867,"duration":1}},{"uid":"17845da52c7af49c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/17845da52c7af49c","status":"passed","time":{"start":1728738172966,"stop":1728738172966,"duration":0}},{"uid":"a11c0bb3a3527113","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a11c0bb3a3527113","status":"passed","time":{"start":1728682706939,"stop":1728682706939,"duration":0}},{"uid":"a17f3ca4488b60cd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a17f3ca4488b60cd","status":"passed","time":{"start":1728682296860,"stop":1728682296860,"duration":0}},{"uid":"940d53f5eb52dbfe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/940d53f5eb52dbfe","status":"passed","time":{"start":1728676761470,"stop":1728676761470,"duration":0}},{"uid":"f4ef2bd1d13d3179","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4ef2bd1d13d3179","status":"passed","time":{"start":1728669479026,"stop":1728669479026,"duration":0}},{"uid":"a14cb8bea5d79262","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a14cb8bea5d79262","status":"passed","time":{"start":1728597820126,"stop":1728597820126,"duration":0}},{"uid":"32db00d70ce68abb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32db00d70ce68abb","status":"passed","time":{"start":1728597034500,"stop":1728597034501,"duration":1}}]},"tags":[]},"source":"12e96e38edaf59ae.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/db17361086df3cd9.json b/7588/data/test-cases/1324414a36b19823.json similarity index 59% rename from 7556/data/test-cases/db17361086df3cd9.json rename to 7588/data/test-cases/1324414a36b19823.json index cfb674f0d68..04d571da901 100644 --- a/7556/data/test-cases/db17361086df3cd9.json +++ b/7588/data/test-cases/1324414a36b19823.json @@ -1 +1 @@ -{"uid":"db17361086df3cd9","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":1728457555214,"stop":1728457555214,"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":6,"unknown":0,"total":6},"items":[{"uid":"7b1f647fee3e2924","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/7b1f647fee3e2924","status":"passed","time":{"start":1728456501216,"stop":1728456501217,"duration":1}},{"uid":"b843cd666214c932","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/b843cd666214c932","status":"passed","time":{"start":1728456265701,"stop":1728456265701,"duration":0}},{"uid":"8ff35d6f2155d3b9","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/8ff35d6f2155d3b9","status":"passed","time":{"start":1728456243491,"stop":1728456243492,"duration":1}},{"uid":"2c33f5fc7d27cd09","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/2c33f5fc7d27cd09","status":"passed","time":{"start":1728455589596,"stop":1728455589596,"duration":0}},{"uid":"945911cbde3a9a18","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/945911cbde3a9a18","status":"passed","time":{"start":1728452563141,"stop":1728452563141,"duration":0}}]},"tags":[]},"source":"db17361086df3cd9.json","parameterValues":[]} \ No newline at end of file +{"uid":"1324414a36b19823","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":1729034703312,"stop":1729034703312,"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":15,"unknown":0,"total":15},"items":[{"uid":"587632e7c444ddd8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/587632e7c444ddd8","status":"passed","time":{"start":1729034475277,"stop":1729034475277,"duration":0}},{"uid":"5bdd733a6f2c3b92","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5bdd733a6f2c3b92","status":"passed","time":{"start":1729034392404,"stop":1729034392404,"duration":0}},{"uid":"3e339eb245e48367","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3e339eb245e48367","status":"passed","time":{"start":1729034208295,"stop":1729034208295,"duration":0}},{"uid":"3b84329af47817c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3b84329af47817c0","status":"passed","time":{"start":1729032257076,"stop":1729032257077,"duration":1}},{"uid":"40a9f94992e9a18d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40a9f94992e9a18d","status":"passed","time":{"start":1728902024013,"stop":1728902024013,"duration":0}},{"uid":"a5250d56e3293ef0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a5250d56e3293ef0","status":"passed","time":{"start":1728893455130,"stop":1728893455130,"duration":0}},{"uid":"c1317abe6985b55d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c1317abe6985b55d","status":"passed","time":{"start":1728856404967,"stop":1728856404967,"duration":0}},{"uid":"c58315119643cd14","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c58315119643cd14","status":"passed","time":{"start":1728738634670,"stop":1728738634670,"duration":0}},{"uid":"110357b94b2b84e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/110357b94b2b84e6","status":"passed","time":{"start":1728683163621,"stop":1728683163621,"duration":0}},{"uid":"40138b8309dcf6c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/40138b8309dcf6c","status":"passed","time":{"start":1728682737543,"stop":1728682737543,"duration":0}},{"uid":"f020eed60103dc2d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f020eed60103dc2d","status":"passed","time":{"start":1728677222568,"stop":1728677222568,"duration":0}},{"uid":"10314b2a2477f77a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/10314b2a2477f77a","status":"passed","time":{"start":1728669905045,"stop":1728669905045,"duration":0}},{"uid":"70d17672e697b0ae","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70d17672e697b0ae","status":"passed","time":{"start":1728598284367,"stop":1728598284367,"duration":0}},{"uid":"f44ac9a732bda57a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f44ac9a732bda57a","status":"passed","time":{"start":1728597506831,"stop":1728597506831,"duration":0}}]},"tags":[]},"source":"1324414a36b19823.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/4095c5d1e1f0029f.json b/7588/data/test-cases/1330101adb05030a.json similarity index 85% rename from 7556/data/test-cases/4095c5d1e1f0029f.json rename to 7588/data/test-cases/1330101adb05030a.json index 29c30cfa527..8ee58288a50 100644 --- a/7556/data/test-cases/4095c5d1e1f0029f.json +++ b/7588/data/test-cases/1330101adb05030a.json @@ -1 +1 @@ -{"uid":"4095c5d1e1f0029f","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":1728457537137,"stop":1728457537137,"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":6,"unknown":0,"total":6},"items":[{"uid":"e9db254c99534250","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e9db254c99534250","status":"passed","time":{"start":1728456499108,"stop":1728456499108,"duration":0}},{"uid":"f40980f6cbf5fbfa","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f40980f6cbf5fbfa","status":"passed","time":{"start":1728456215097,"stop":1728456215097,"duration":0}},{"uid":"65738717d757d6e2","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/65738717d757d6e2","status":"passed","time":{"start":1728456167140,"stop":1728456167141,"duration":1}},{"uid":"b16d2d108a44f596","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/b16d2d108a44f596","status":"passed","time":{"start":1728455518203,"stop":1728455518203,"duration":0}},{"uid":"9c6e385b4da59364","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/9c6e385b4da59364","status":"passed","time":{"start":1728452534890,"stop":1728452534891,"duration":1}}]},"tags":[]},"source":"4095c5d1e1f0029f.json","parameterValues":[]} \ No newline at end of file +{"uid":"1330101adb05030a","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":1729034704502,"stop":1729034704503,"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":15,"unknown":0,"total":15},"items":[{"uid":"efd6330a106cc064","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/efd6330a106cc064","status":"passed","time":{"start":1729034474996,"stop":1729034474996,"duration":0}},{"uid":"28e73f873aa674a6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28e73f873aa674a6","status":"passed","time":{"start":1729034395297,"stop":1729034395297,"duration":0}},{"uid":"5080acef3fb8347b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5080acef3fb8347b","status":"passed","time":{"start":1729034209109,"stop":1729034209110,"duration":1}},{"uid":"4c53db09e688033f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c53db09e688033f","status":"passed","time":{"start":1729032264576,"stop":1729032264578,"duration":2}},{"uid":"bbd8b858c1f25700","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bbd8b858c1f25700","status":"passed","time":{"start":1728902012869,"stop":1728902012869,"duration":0}},{"uid":"c8cd328801a8d773","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c8cd328801a8d773","status":"passed","time":{"start":1728893454818,"stop":1728893454820,"duration":2}},{"uid":"902172b306aff010","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/902172b306aff010","status":"passed","time":{"start":1728856408462,"stop":1728856408462,"duration":0}},{"uid":"22d0b74e77f1002d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/22d0b74e77f1002d","status":"passed","time":{"start":1728738633863,"stop":1728738633863,"duration":0}},{"uid":"6fc2cabd31fc797c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6fc2cabd31fc797c","status":"passed","time":{"start":1728683159800,"stop":1728683159800,"duration":0}},{"uid":"8593a9e20909fa10","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8593a9e20909fa10","status":"passed","time":{"start":1728682751338,"stop":1728682751338,"duration":0}},{"uid":"fcb5629a359f1d7a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fcb5629a359f1d7a","status":"passed","time":{"start":1728677216372,"stop":1728677216372,"duration":0}},{"uid":"71531dea879b7b9b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/71531dea879b7b9b","status":"passed","time":{"start":1728669925460,"stop":1728669925460,"duration":0}},{"uid":"e47bbe90857e214f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e47bbe90857e214f","status":"passed","time":{"start":1728598268815,"stop":1728598268815,"duration":0}},{"uid":"c1e3f74b553144fc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c1e3f74b553144fc","status":"passed","time":{"start":1728597503942,"stop":1728597503943,"duration":1}}]},"tags":[]},"source":"1330101adb05030a.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/4c2b5e38a5bfc2d5.json b/7588/data/test-cases/13a8a336f24e9578.json similarity index 88% rename from 7556/data/test-cases/4c2b5e38a5bfc2d5.json rename to 7588/data/test-cases/13a8a336f24e9578.json index 69dee2ee402..b3b638eae9f 100644 --- a/7556/data/test-cases/4c2b5e38a5bfc2d5.json +++ b/7588/data/test-cases/13a8a336f24e9578.json @@ -1 +1 @@ -{"uid":"4c2b5e38a5bfc2d5","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":1728457510411,"stop":1728457510417,"duration":6},"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":6,"unknown":0,"total":6},"items":[{"uid":"56bf8d5c982d0c85","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/56bf8d5c982d0c85","status":"passed","time":{"start":1728456448192,"stop":1728456448193,"duration":1}},{"uid":"a3a38bc2b7932233","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a3a38bc2b7932233","status":"passed","time":{"start":1728456195679,"stop":1728456195680,"duration":1}},{"uid":"bf9ccd6f4d2a9b3c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/bf9ccd6f4d2a9b3c","status":"passed","time":{"start":1728456166691,"stop":1728456166695,"duration":4}},{"uid":"7c16e7bf62f67b9e","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/7c16e7bf62f67b9e","status":"passed","time":{"start":1728455516686,"stop":1728455516687,"duration":1}},{"uid":"fbb6702383cde7ae","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/fbb6702383cde7ae","status":"passed","time":{"start":1728452508937,"stop":1728452508938,"duration":1}}]},"tags":[]},"source":"4c2b5e38a5bfc2d5.json","parameterValues":[]} \ No newline at end of file +{"uid":"13a8a336f24e9578","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":1729034631248,"stop":1729034631248,"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":15,"unknown":0,"total":15},"items":[{"uid":"aad55c6b559a433f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aad55c6b559a433f","status":"passed","time":{"start":1729034400884,"stop":1729034400884,"duration":0}},{"uid":"51a97b7c50ed442b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/51a97b7c50ed442b","status":"passed","time":{"start":1729034317443,"stop":1729034317444,"duration":1}},{"uid":"4acd84d2ea7309ec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4acd84d2ea7309ec","status":"passed","time":{"start":1729034137124,"stop":1729034137125,"duration":1}},{"uid":"4922d8edaa999a8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4922d8edaa999a8c","status":"passed","time":{"start":1729032206870,"stop":1729032206870,"duration":0}},{"uid":"361065e21b3ed78d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/361065e21b3ed78d","status":"passed","time":{"start":1728901995010,"stop":1728901995011,"duration":1}},{"uid":"8ce96a5570c2613a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8ce96a5570c2613a","status":"passed","time":{"start":1728893420989,"stop":1728893420989,"duration":0}},{"uid":"9d8815c22f2c6ae1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9d8815c22f2c6ae1","status":"passed","time":{"start":1728856368592,"stop":1728856368592,"duration":0}},{"uid":"81cfa1e3840e3b7c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/81cfa1e3840e3b7c","status":"passed","time":{"start":1728738604676,"stop":1728738604676,"duration":0}},{"uid":"a1a28776c8f03990","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1a28776c8f03990","status":"passed","time":{"start":1728683117606,"stop":1728683117607,"duration":1}},{"uid":"586fe287a6fda13d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/586fe287a6fda13d","status":"passed","time":{"start":1728682721314,"stop":1728682721314,"duration":0}},{"uid":"c49393e3f4114865","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c49393e3f4114865","status":"passed","time":{"start":1728677184676,"stop":1728677184678,"duration":2}},{"uid":"942f972e8df71433","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/942f972e8df71433","status":"passed","time":{"start":1728669866444,"stop":1728669866445,"duration":1}},{"uid":"bb25f4cdb24cbe95","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bb25f4cdb24cbe95","status":"passed","time":{"start":1728598249971,"stop":1728598249971,"duration":0}},{"uid":"99e5539ae2192ae","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/99e5539ae2192ae","status":"passed","time":{"start":1728597472284,"stop":1728597472285,"duration":1}}]},"tags":[]},"source":"13a8a336f24e9578.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2c69d88e1d5b253f.json b/7588/data/test-cases/13ee14eb12124263.json similarity index 50% rename from 7556/data/test-cases/2c69d88e1d5b253f.json rename to 7588/data/test-cases/13ee14eb12124263.json index ba157b05c9a..a7896f94614 100644 --- a/7556/data/test-cases/2c69d88e1d5b253f.json +++ b/7588/data/test-cases/13ee14eb12124263.json @@ -1 +1 @@ -{"uid":"2c69d88e1d5b253f","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":1728457289906,"stop":1728457289907,"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":6,"unknown":0,"total":6},"items":[{"uid":"f1b42b1fc7f511c9","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/f1b42b1fc7f511c9","status":"passed","time":{"start":1728456257113,"stop":1728456257115,"duration":2}},{"uid":"a5b546f3ed6c2233","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a5b546f3ed6c2233","status":"passed","time":{"start":1728455949866,"stop":1728455949868,"duration":2}},{"uid":"774668607dcbcde1","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/774668607dcbcde1","status":"passed","time":{"start":1728455741462,"stop":1728455741463,"duration":1}},{"uid":"e46b697099eb0d75","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/e46b697099eb0d75","status":"passed","time":{"start":1728455102318,"stop":1728455102318,"duration":0}},{"uid":"2256dae08c83fc20","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/2256dae08c83fc20","status":"passed","time":{"start":1728452170812,"stop":1728452170812,"duration":0}}]},"tags":[]},"source":"2c69d88e1d5b253f.json","parameterValues":[]} \ No newline at end of file +{"uid":"13ee14eb12124263","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":1729034472967,"stop":1729034472968,"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":15,"unknown":0,"total":15},"items":[{"uid":"9ccfe1edc1385340","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9ccfe1edc1385340","status":"passed","time":{"start":1729034240919,"stop":1729034240919,"duration":0}},{"uid":"2f07db9e53d043f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2f07db9e53d043f6","status":"passed","time":{"start":1729034159616,"stop":1729034159616,"duration":0}},{"uid":"e7e7422287d4b82c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7e7422287d4b82c","status":"passed","time":{"start":1729033976800,"stop":1729033976801,"duration":1}},{"uid":"439721546732f7d7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/439721546732f7d7","status":"passed","time":{"start":1729032020519,"stop":1729032020519,"duration":0}},{"uid":"5bd8b82ae31d3ad","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5bd8b82ae31d3ad","status":"passed","time":{"start":1728901616435,"stop":1728901616435,"duration":0}},{"uid":"7336e2826b9b2c55","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7336e2826b9b2c55","status":"passed","time":{"start":1728893050245,"stop":1728893050246,"duration":1}},{"uid":"85417c1336b3ca35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/85417c1336b3ca35","status":"passed","time":{"start":1728856015172,"stop":1728856015172,"duration":0}},{"uid":"5dc9f32bc81c3958","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5dc9f32bc81c3958","status":"passed","time":{"start":1728738233141,"stop":1728738233141,"duration":0}},{"uid":"78bdfa93fef1ff09","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/78bdfa93fef1ff09","status":"passed","time":{"start":1728682762473,"stop":1728682762473,"duration":0}},{"uid":"915c01e93bb324cb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/915c01e93bb324cb","status":"passed","time":{"start":1728682332787,"stop":1728682332787,"duration":0}},{"uid":"9410bbcd28e9c480","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9410bbcd28e9c480","status":"passed","time":{"start":1728676810292,"stop":1728676810292,"duration":0}},{"uid":"766150738aff81f7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/766150738aff81f7","status":"passed","time":{"start":1728669529900,"stop":1728669529900,"duration":0}},{"uid":"c06dfcc945b47a1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c06dfcc945b47a1b","status":"passed","time":{"start":1728597873535,"stop":1728597873535,"duration":0}},{"uid":"5f8c86d3613b062e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f8c86d3613b062e","status":"passed","time":{"start":1728597089274,"stop":1728597089275,"duration":1}}]},"tags":[]},"source":"13ee14eb12124263.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/1455f51200433924.json b/7588/data/test-cases/1455f51200433924.json new file mode 100644 index 00000000000..7596ba2e9fb --- /dev/null +++ b/7588/data/test-cases/1455f51200433924.json @@ -0,0 +1 @@ +{"uid":"1455f51200433924","name":"unsubscribes","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > unsubscribes","historyId":"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034701153,"stop":1729034701153,"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":15,"unknown":0,"total":15},"items":[{"uid":"fc83beb3f0be38fd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fc83beb3f0be38fd","status":"passed","time":{"start":1729034475746,"stop":1729034475747,"duration":1}},{"uid":"1d158c07bce0352f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d158c07bce0352f","status":"passed","time":{"start":1729034391621,"stop":1729034391625,"duration":4}},{"uid":"d85c8f05ff375edb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d85c8f05ff375edb","status":"passed","time":{"start":1729034211309,"stop":1729034211309,"duration":0}},{"uid":"71b3d6e33f925c4c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/71b3d6e33f925c4c","status":"passed","time":{"start":1729032264694,"stop":1729032264694,"duration":0}},{"uid":"a4311b34f04a5b17","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a4311b34f04a5b17","status":"passed","time":{"start":1728902020140,"stop":1728902020140,"duration":0}},{"uid":"a2e1c085d22a2c0b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a2e1c085d22a2c0b","status":"passed","time":{"start":1728893452480,"stop":1728893452481,"duration":1}},{"uid":"7e2fc5e4aa747d60","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7e2fc5e4aa747d60","status":"passed","time":{"start":1728856408085,"stop":1728856408085,"duration":0}},{"uid":"282727c15afcd21b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/282727c15afcd21b","status":"passed","time":{"start":1728738627116,"stop":1728738627116,"duration":0}},{"uid":"9d151c97e3fda9f1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d151c97e3fda9f1","status":"passed","time":{"start":1728683164466,"stop":1728683164466,"duration":0}},{"uid":"d05fc4c0faa45b9c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d05fc4c0faa45b9c","status":"passed","time":{"start":1728682734715,"stop":1728682734715,"duration":0}},{"uid":"288ad20354ac9ef9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/288ad20354ac9ef9","status":"passed","time":{"start":1728677218640,"stop":1728677218640,"duration":0}},{"uid":"751d1b988087387","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/751d1b988087387","status":"passed","time":{"start":1728669903962,"stop":1728669903962,"duration":0}},{"uid":"697659ee019a4a14","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/697659ee019a4a14","status":"passed","time":{"start":1728598278368,"stop":1728598278368,"duration":0}},{"uid":"52bb1105afb33a29","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/52bb1105afb33a29","status":"passed","time":{"start":1728597507602,"stop":1728597507602,"duration":0}}]},"tags":[]},"source":"1455f51200433924.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/226bb57fbf0989ce.json b/7588/data/test-cases/14bf986f1cfdd8b1.json similarity index 88% rename from 7556/data/test-cases/226bb57fbf0989ce.json rename to 7588/data/test-cases/14bf986f1cfdd8b1.json index e730cc90670..08d1800ead9 100644 --- a/7556/data/test-cases/226bb57fbf0989ce.json +++ b/7588/data/test-cases/14bf986f1cfdd8b1.json @@ -1 +1 @@ -{"uid":"226bb57fbf0989ce","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":1728457473521,"stop":1728457473521,"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":6,"unknown":0,"total":6},"items":[{"uid":"515b2ad5ac12e3b3","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/515b2ad5ac12e3b3","status":"passed","time":{"start":1728456428369,"stop":1728456428369,"duration":0}},{"uid":"f918ac983dc35565","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f918ac983dc35565","status":"passed","time":{"start":1728456157800,"stop":1728456157800,"duration":0}},{"uid":"9c04c977ead63a3b","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/9c04c977ead63a3b","status":"passed","time":{"start":1728456063540,"stop":1728456063540,"duration":0}},{"uid":"96116e0f5f2b97f3","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/96116e0f5f2b97f3","status":"passed","time":{"start":1728455422528,"stop":1728455422528,"duration":0}},{"uid":"b6391b0a76e75b84","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b6391b0a76e75b84","status":"passed","time":{"start":1728452417658,"stop":1728452417659,"duration":1}}]},"tags":[]},"source":"226bb57fbf0989ce.json","parameterValues":[]} \ No newline at end of file +{"uid":"14bf986f1cfdd8b1","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":1729034617759,"stop":1729034617760,"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":15,"unknown":0,"total":15},"items":[{"uid":"456659672974d971","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/456659672974d971","status":"passed","time":{"start":1729034370868,"stop":1729034370869,"duration":1}},{"uid":"4973bbc621e4e75","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4973bbc621e4e75","status":"passed","time":{"start":1729034308871,"stop":1729034308871,"duration":0}},{"uid":"a1a97181ec8fc61f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a1a97181ec8fc61f","status":"passed","time":{"start":1729034129474,"stop":1729034129474,"duration":0}},{"uid":"bda82d1f1d9d1090","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bda82d1f1d9d1090","status":"passed","time":{"start":1729032178368,"stop":1729032178368,"duration":0}},{"uid":"c890592354500d3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c890592354500d3","status":"passed","time":{"start":1728901896347,"stop":1728901896347,"duration":0}},{"uid":"4581907e5e75d452","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4581907e5e75d452","status":"passed","time":{"start":1728893329025,"stop":1728893329025,"duration":0}},{"uid":"af87bea81a6a182e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/af87bea81a6a182e","status":"passed","time":{"start":1728856284764,"stop":1728856284764,"duration":0}},{"uid":"6db22ceeb13766ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6db22ceeb13766ec","status":"passed","time":{"start":1728738494941,"stop":1728738494941,"duration":0}},{"uid":"816b39fca9ffe613","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/816b39fca9ffe613","status":"passed","time":{"start":1728683033632,"stop":1728683033632,"duration":0}},{"uid":"f8ab2c067b1d4d50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f8ab2c067b1d4d50","status":"passed","time":{"start":1728682601736,"stop":1728682601737,"duration":1}},{"uid":"6b1ea0fd52c50623","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6b1ea0fd52c50623","status":"passed","time":{"start":1728677107961,"stop":1728677107962,"duration":1}},{"uid":"d0ec0d98429c24ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d0ec0d98429c24ed","status":"passed","time":{"start":1728669764751,"stop":1728669764751,"duration":0}},{"uid":"6a08fb68e70201dc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a08fb68e70201dc","status":"passed","time":{"start":1728598157562,"stop":1728598157563,"duration":1}},{"uid":"e3a5b42682112b0c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3a5b42682112b0c","status":"passed","time":{"start":1728597369063,"stop":1728597369063,"duration":0}}]},"tags":[]},"source":"14bf986f1cfdd8b1.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/cf9b033e00c97d85.json b/7588/data/test-cases/14ee1560ef23bdac.json similarity index 80% rename from 7556/data/test-cases/cf9b033e00c97d85.json rename to 7588/data/test-cases/14ee1560ef23bdac.json index 06ea3ad2e74..150d00434c2 100644 --- a/7556/data/test-cases/cf9b033e00c97d85.json +++ b/7588/data/test-cases/14ee1560ef23bdac.json @@ -1 +1 @@ -{"uid":"cf9b033e00c97d85","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":1728457490933,"stop":1728457490934,"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":6,"unknown":0,"total":6},"items":[{"uid":"2b1bc78f02229ddd","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/2b1bc78f02229ddd","status":"passed","time":{"start":1728456439226,"stop":1728456439230,"duration":4}},{"uid":"d924a0e29c14253d","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/d924a0e29c14253d","status":"passed","time":{"start":1728456209567,"stop":1728456209567,"duration":0}},{"uid":"57f00c9ed1f2b476","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/57f00c9ed1f2b476","status":"passed","time":{"start":1728456126841,"stop":1728456126841,"duration":0}},{"uid":"e2a619c1b085e9a8","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/e2a619c1b085e9a8","status":"passed","time":{"start":1728455481804,"stop":1728455481804,"duration":0}},{"uid":"31a616e3c9b23a30","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/31a616e3c9b23a30","status":"passed","time":{"start":1728452438556,"stop":1728452438556,"duration":0}}]},"tags":[]},"source":"cf9b033e00c97d85.json","parameterValues":[]} \ No newline at end of file +{"uid":"14ee1560ef23bdac","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":1729034640526,"stop":1729034640526,"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":15,"unknown":0,"total":15},"items":[{"uid":"5d2525148f414d88","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5d2525148f414d88","status":"passed","time":{"start":1729034411426,"stop":1729034411426,"duration":0}},{"uid":"6904e0b55e1da97b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6904e0b55e1da97b","status":"passed","time":{"start":1729034327408,"stop":1729034327409,"duration":1}},{"uid":"92635fd97b2a282d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/92635fd97b2a282d","status":"passed","time":{"start":1729034147781,"stop":1729034147781,"duration":0}},{"uid":"390ea6c136158f06","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/390ea6c136158f06","status":"passed","time":{"start":1729032204831,"stop":1729032204831,"duration":0}},{"uid":"fff8ab10669f77f3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fff8ab10669f77f3","status":"passed","time":{"start":1728901907715,"stop":1728901907715,"duration":0}},{"uid":"bcd8e8b6570bc57d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bcd8e8b6570bc57d","status":"passed","time":{"start":1728893341890,"stop":1728893341891,"duration":1}},{"uid":"35a6f8a795e3fc1b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/35a6f8a795e3fc1b","status":"passed","time":{"start":1728856299384,"stop":1728856299385,"duration":1}},{"uid":"8af4a7dbde9228fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8af4a7dbde9228fa","status":"passed","time":{"start":1728738511620,"stop":1728738511620,"duration":0}},{"uid":"5db64f21c9c6ce0c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5db64f21c9c6ce0c","status":"passed","time":{"start":1728683052913,"stop":1728683052914,"duration":1}},{"uid":"55d08dde201a7ebb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/55d08dde201a7ebb","status":"passed","time":{"start":1728682612913,"stop":1728682612913,"duration":0}},{"uid":"a19e35511af6047","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a19e35511af6047","status":"passed","time":{"start":1728677115749,"stop":1728677115749,"duration":0}},{"uid":"df9acecdf38f90bd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/df9acecdf38f90bd","status":"passed","time":{"start":1728669778177,"stop":1728669778185,"duration":8}},{"uid":"b587ae9fbb2d0530","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b587ae9fbb2d0530","status":"passed","time":{"start":1728598175436,"stop":1728598175436,"duration":0}},{"uid":"f553099dc1415136","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f553099dc1415136","status":"passed","time":{"start":1728597380065,"stop":1728597380065,"duration":0}}]},"tags":[]},"source":"14ee1560ef23bdac.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/1572dffa4221e494.json b/7588/data/test-cases/1572dffa4221e494.json new file mode 100644 index 00000000000..e70c912f68e --- /dev/null +++ b/7588/data/test-cases/1572dffa4221e494.json @@ -0,0 +1 @@ +{"uid":"1572dffa4221e494","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":1729034332638,"stop":1729034332639,"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":15,"unknown":0,"total":15},"items":[{"uid":"2a04863054a8bd08","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2a04863054a8bd08","status":"passed","time":{"start":1729034096138,"stop":1729034096138,"duration":0}},{"uid":"4c61119791ae6a5a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c61119791ae6a5a","status":"passed","time":{"start":1729034020094,"stop":1729034020094,"duration":0}},{"uid":"1100bd4eb7b5f537","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1100bd4eb7b5f537","status":"passed","time":{"start":1729033834391,"stop":1729033834391,"duration":0}},{"uid":"2c2309fd66c72f4d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c2309fd66c72f4d","status":"passed","time":{"start":1729031884124,"stop":1729031884124,"duration":0}},{"uid":"33c2d696fe859a43","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/33c2d696fe859a43","status":"passed","time":{"start":1728901430258,"stop":1728901430258,"duration":0}},{"uid":"c29370aa07f6d7fd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c29370aa07f6d7fd","status":"passed","time":{"start":1728892860537,"stop":1728892860537,"duration":0}},{"uid":"8754953e576bdff0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8754953e576bdff0","status":"passed","time":{"start":1728855823326,"stop":1728855823326,"duration":0}},{"uid":"2b9965c050122e6d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2b9965c050122e6d","status":"passed","time":{"start":1728738040607,"stop":1728738040607,"duration":0}},{"uid":"82de6b904c01170","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82de6b904c01170","status":"passed","time":{"start":1728682574097,"stop":1728682574097,"duration":0}},{"uid":"e72ba0ee056605e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e72ba0ee056605e6","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"7f684a4cde88d328","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7f684a4cde88d328","status":"passed","time":{"start":1728676621436,"stop":1728676621436,"duration":0}},{"uid":"431231833f8b1cfd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/431231833f8b1cfd","status":"passed","time":{"start":1728669344472,"stop":1728669344472,"duration":0}},{"uid":"ede233bf966510ee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ede233bf966510ee","status":"passed","time":{"start":1728597685166,"stop":1728597685166,"duration":0}},{"uid":"a8a03a4bf26028f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a8a03a4bf26028f8","status":"passed","time":{"start":1728596904474,"stop":1728596904474,"duration":0}}]},"tags":[]},"source":"1572dffa4221e494.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/161c213de485645b.json b/7588/data/test-cases/161c213de485645b.json new file mode 100644 index 00000000000..0777340ddb5 --- /dev/null +++ b/7588/data/test-cases/161c213de485645b.json @@ -0,0 +1 @@ +{"uid":"161c213de485645b","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":1729034356477,"stop":1729034356477,"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":14,"unknown":0,"total":14},"items":[{"uid":"8909728d2561ce4b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8909728d2561ce4b","status":"passed","time":{"start":1729034120502,"stop":1729034120502,"duration":0}},{"uid":"67111eabb74f5d90","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67111eabb74f5d90","status":"passed","time":{"start":1729033858273,"stop":1729033858273,"duration":0}},{"uid":"8398e78665b7f833","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8398e78665b7f833","status":"passed","time":{"start":1729031908179,"stop":1729031908179,"duration":0}},{"uid":"c203d6fab7fc3cc6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c203d6fab7fc3cc6","status":"passed","time":{"start":1728901453935,"stop":1728901453936,"duration":1}},{"uid":"63e6a1d246767471","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/63e6a1d246767471","status":"passed","time":{"start":1728892884412,"stop":1728892884412,"duration":0}},{"uid":"77580e0fc6a11449","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77580e0fc6a11449","status":"passed","time":{"start":1728855846880,"stop":1728855846881,"duration":1}},{"uid":"c414d34f7971aee6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c414d34f7971aee6","status":"passed","time":{"start":1728738064184,"stop":1728738064185,"duration":1}},{"uid":"a4909f705eb89298","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a4909f705eb89298","status":"passed","time":{"start":1728682597763,"stop":1728682597763,"duration":0}},{"uid":"39c614d1cac150e1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/39c614d1cac150e1","status":"passed","time":{"start":1728682170541,"stop":1728682170542,"duration":1}},{"uid":"d0e317acb88d3097","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d0e317acb88d3097","status":"passed","time":{"start":1728676645202,"stop":1728676645202,"duration":0}},{"uid":"803cb45590997a1d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/803cb45590997a1d","status":"passed","time":{"start":1728669368196,"stop":1728669368197,"duration":1}},{"uid":"60bc868907ec0106","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/60bc868907ec0106","status":"passed","time":{"start":1728597709014,"stop":1728597709014,"duration":0}},{"uid":"dfe2ea5f7bd1e32a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dfe2ea5f7bd1e32a","status":"passed","time":{"start":1728596928108,"stop":1728596928108,"duration":0}}]},"tags":[]},"source":"161c213de485645b.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/16bf0f07f51ec695.json b/7588/data/test-cases/16bf0f07f51ec695.json new file mode 100644 index 00000000000..fd961761b92 --- /dev/null +++ b/7588/data/test-cases/16bf0f07f51ec695.json @@ -0,0 +1 @@ +{"uid":"16bf0f07f51ec695","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app3/4/topic356/utf8","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 4 - Cluster ID: 10, Content Topic: /app3/4/topic356/utf8","historyId":"e14c2ea85efe4d83f5c0ec7923c69a53:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034656464,"stop":1729034656465,"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":"16bf0f07f51ec695.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/16ca74352266e4a.json b/7588/data/test-cases/16ca74352266e4a.json new file mode 100644 index 00000000000..ffb5bb6e058 --- /dev/null +++ b/7588/data/test-cases/16ca74352266e4a.json @@ -0,0 +1 @@ +{"uid":"16ca74352266e4a","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":1729034340752,"stop":1729034340753,"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":15,"unknown":0,"total":15},"items":[{"uid":"ab79985425456e3c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ab79985425456e3c","status":"passed","time":{"start":1729034104166,"stop":1729034104166,"duration":0}},{"uid":"47f61dad1f43d835","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47f61dad1f43d835","status":"passed","time":{"start":1729034027738,"stop":1729034027738,"duration":0}},{"uid":"544b66bf156c221e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/544b66bf156c221e","status":"passed","time":{"start":1729033842343,"stop":1729033842344,"duration":1}},{"uid":"ca0375a211c0d55b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ca0375a211c0d55b","status":"passed","time":{"start":1729031892044,"stop":1729031892044,"duration":0}},{"uid":"246861d2276145eb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/246861d2276145eb","status":"passed","time":{"start":1728901438025,"stop":1728901438026,"duration":1}},{"uid":"78de0a385d6fc551","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/78de0a385d6fc551","status":"passed","time":{"start":1728892868230,"stop":1728892868230,"duration":0}},{"uid":"636327e0f470e2c2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/636327e0f470e2c2","status":"passed","time":{"start":1728855831077,"stop":1728855831077,"duration":0}},{"uid":"cc0e7cd48e01c320","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc0e7cd48e01c320","status":"passed","time":{"start":1728738048437,"stop":1728738048438,"duration":1}},{"uid":"24aa1219c0dd2712","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/24aa1219c0dd2712","status":"passed","time":{"start":1728682581839,"stop":1728682581840,"duration":1}},{"uid":"1e311c8477de0fed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1e311c8477de0fed","status":"passed","time":{"start":1728682154705,"stop":1728682154706,"duration":1}},{"uid":"12a601feca1f47fd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/12a601feca1f47fd","status":"passed","time":{"start":1728676629294,"stop":1728676629294,"duration":0}},{"uid":"9e33fb57beaa07c8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e33fb57beaa07c8","status":"passed","time":{"start":1728669352208,"stop":1728669352209,"duration":1}},{"uid":"34b7eb1c555d2502","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/34b7eb1c555d2502","status":"passed","time":{"start":1728597693012,"stop":1728597693013,"duration":1}},{"uid":"7b7843022501cac5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b7843022501cac5","status":"passed","time":{"start":1728596912514,"stop":1728596912515,"duration":1}}]},"tags":[]},"source":"16ca74352266e4a.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6f5e65792066c08a.json b/7588/data/test-cases/16ce65e6de88e475.json similarity index 50% rename from 7556/data/test-cases/6f5e65792066c08a.json rename to 7588/data/test-cases/16ce65e6de88e475.json index dfd150ccd15..2fc0f84880c 100644 --- a/7556/data/test-cases/6f5e65792066c08a.json +++ b/7588/data/test-cases/16ce65e6de88e475.json @@ -1 +1 @@ -{"uid":"6f5e65792066c08a","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":1728457289939,"stop":1728457289942,"duration":3},"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":6,"unknown":0,"total":6},"items":[{"uid":"984be370e0887abb","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/984be370e0887abb","status":"passed","time":{"start":1728456257122,"stop":1728456257122,"duration":0}},{"uid":"26a281bfd45959bb","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/26a281bfd45959bb","status":"passed","time":{"start":1728455949870,"stop":1728455949870,"duration":0}},{"uid":"1ed51c23e4b543ad","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/1ed51c23e4b543ad","status":"passed","time":{"start":1728455741467,"stop":1728455741468,"duration":1}},{"uid":"65497bd11d5e664","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/65497bd11d5e664","status":"passed","time":{"start":1728455102320,"stop":1728455102320,"duration":0}},{"uid":"696d32ab972ecf06","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/696d32ab972ecf06","status":"passed","time":{"start":1728452170814,"stop":1728452170814,"duration":0}}]},"tags":[]},"source":"6f5e65792066c08a.json","parameterValues":[]} \ No newline at end of file +{"uid":"16ce65e6de88e475","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":1729034472982,"stop":1729034472983,"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":15,"unknown":0,"total":15},"items":[{"uid":"c20b8b5cbfc0a2dc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c20b8b5cbfc0a2dc","status":"passed","time":{"start":1729034240921,"stop":1729034240921,"duration":0}},{"uid":"a853934ca383f7a1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a853934ca383f7a1","status":"passed","time":{"start":1729034159619,"stop":1729034159620,"duration":1}},{"uid":"95769ae8ddaa4e4a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95769ae8ddaa4e4a","status":"passed","time":{"start":1729033976803,"stop":1729033976803,"duration":0}},{"uid":"c6f60731fba511b1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6f60731fba511b1","status":"passed","time":{"start":1729032020527,"stop":1729032020527,"duration":0}},{"uid":"608bf1beaf82ef0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/608bf1beaf82ef0e","status":"passed","time":{"start":1728901616451,"stop":1728901616451,"duration":0}},{"uid":"756e4e0835254a8b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/756e4e0835254a8b","status":"passed","time":{"start":1728893050248,"stop":1728893050248,"duration":0}},{"uid":"9f1375063716d8ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f1375063716d8ca","status":"passed","time":{"start":1728856015174,"stop":1728856015175,"duration":1}},{"uid":"fba69df547b4c12f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fba69df547b4c12f","status":"passed","time":{"start":1728738233144,"stop":1728738233144,"duration":0}},{"uid":"73e5924cd36d3751","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/73e5924cd36d3751","status":"passed","time":{"start":1728682762475,"stop":1728682762475,"duration":0}},{"uid":"14792a384ce13898","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/14792a384ce13898","status":"passed","time":{"start":1728682332789,"stop":1728682332789,"duration":0}},{"uid":"3aec0f7af9203ae5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3aec0f7af9203ae5","status":"passed","time":{"start":1728676810298,"stop":1728676810298,"duration":0}},{"uid":"a939395b534d5b9c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a939395b534d5b9c","status":"passed","time":{"start":1728669529902,"stop":1728669529903,"duration":1}},{"uid":"123d0e3488f4b399","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/123d0e3488f4b399","status":"passed","time":{"start":1728597873537,"stop":1728597873538,"duration":1}},{"uid":"f7d6ef669ccc110","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f7d6ef669ccc110","status":"passed","time":{"start":1728597089276,"stop":1728597089277,"duration":1}}]},"tags":[]},"source":"16ce65e6de88e475.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/1728d8560b60ce61.json b/7588/data/test-cases/1728d8560b60ce61.json new file mode 100644 index 00000000000..7be4d4882bf --- /dev/null +++ b/7588/data/test-cases/1728d8560b60ce61.json @@ -0,0 +1 @@ +{"uid":"1728d8560b60ce61","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":1729034506802,"stop":1729034506802,"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":15,"unknown":0,"total":15},"items":[{"uid":"9d5c709ec58e6ecc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9d5c709ec58e6ecc","status":"passed","time":{"start":1729034259825,"stop":1729034259826,"duration":1}},{"uid":"ecc816ca93744afa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ecc816ca93744afa","status":"passed","time":{"start":1729034194030,"stop":1729034194031,"duration":1}},{"uid":"2eff2b4f626c19e3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2eff2b4f626c19e3","status":"passed","time":{"start":1729034014878,"stop":1729034014879,"duration":1}},{"uid":"918498d164aa7e47","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/918498d164aa7e47","status":"passed","time":{"start":1729032065458,"stop":1729032065459,"duration":1}},{"uid":"f07502b5d68d25de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f07502b5d68d25de","status":"passed","time":{"start":1728901664282,"stop":1728901664283,"duration":1}},{"uid":"d4bd3a39e236c4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d4bd3a39e236c4f","status":"passed","time":{"start":1728893093693,"stop":1728893093693,"duration":0}},{"uid":"4060a59c3b782a45","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4060a59c3b782a45","status":"passed","time":{"start":1728856055274,"stop":1728856055275,"duration":1}},{"uid":"de8bb727f9d43971","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/de8bb727f9d43971","status":"passed","time":{"start":1728738274746,"stop":1728738274746,"duration":0}},{"uid":"abf13456687355ba","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/abf13456687355ba","status":"passed","time":{"start":1728682807961,"stop":1728682807961,"duration":0}},{"uid":"42ce40b181cf669b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/42ce40b181cf669b","status":"passed","time":{"start":1728682381288,"stop":1728682381289,"duration":1}},{"uid":"fcfff833bbb0a46","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fcfff833bbb0a46","status":"passed","time":{"start":1728676853902,"stop":1728676853903,"duration":1}},{"uid":"974d5c62140318be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/974d5c62140318be","status":"passed","time":{"start":1728669581699,"stop":1728669581699,"duration":0}},{"uid":"fea0d6cea247961","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fea0d6cea247961","status":"passed","time":{"start":1728597923492,"stop":1728597923492,"duration":0}},{"uid":"9c78e76fad42c3ff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c78e76fad42c3ff","status":"passed","time":{"start":1728597132266,"stop":1728597132266,"duration":0}}]},"tags":[]},"source":"1728d8560b60ce61.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/187976bfad07376f.json b/7588/data/test-cases/187976bfad07376f.json new file mode 100644 index 00000000000..c408cdc2dc5 --- /dev/null +++ b/7588/data/test-cases/187976bfad07376f.json @@ -0,0 +1 @@ +{"uid":"187976bfad07376f","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":1729034332621,"stop":1729034332622,"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":15,"unknown":0,"total":15},"items":[{"uid":"fec3789993a586d3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fec3789993a586d3","status":"passed","time":{"start":1729034096122,"stop":1729034096122,"duration":0}},{"uid":"3f249914852d6081","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3f249914852d6081","status":"passed","time":{"start":1729034020082,"stop":1729034020083,"duration":1}},{"uid":"fee9102c91e1f31d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fee9102c91e1f31d","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"duration":0}},{"uid":"1a58caf41ebc0ed4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a58caf41ebc0ed4","status":"passed","time":{"start":1729031884104,"stop":1729031884105,"duration":1}},{"uid":"5fe5909ff933d858","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5fe5909ff933d858","status":"passed","time":{"start":1728901430247,"stop":1728901430247,"duration":0}},{"uid":"22ed3b106728c625","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/22ed3b106728c625","status":"passed","time":{"start":1728892860522,"stop":1728892860522,"duration":0}},{"uid":"e9064468ce9ae1d1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e9064468ce9ae1d1","status":"passed","time":{"start":1728855823313,"stop":1728855823313,"duration":0}},{"uid":"dbdcf2fdca1b5bbf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dbdcf2fdca1b5bbf","status":"passed","time":{"start":1728738040582,"stop":1728738040582,"duration":0}},{"uid":"94ffd074a77b7213","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/94ffd074a77b7213","status":"passed","time":{"start":1728682574079,"stop":1728682574079,"duration":0}},{"uid":"563dde55c36b6243","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/563dde55c36b6243","status":"passed","time":{"start":1728682146807,"stop":1728682146807,"duration":0}},{"uid":"54bdc7ea895f6c3c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/54bdc7ea895f6c3c","status":"passed","time":{"start":1728676621421,"stop":1728676621421,"duration":0}},{"uid":"1422628f30c7a96f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1422628f30c7a96f","status":"passed","time":{"start":1728669344458,"stop":1728669344458,"duration":0}},{"uid":"1ef5b6015f294681","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1ef5b6015f294681","status":"passed","time":{"start":1728597685151,"stop":1728597685151,"duration":0}},{"uid":"5bc1d44fef6f4c20","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5bc1d44fef6f4c20","status":"passed","time":{"start":1728596904457,"stop":1728596904457,"duration":0}}]},"tags":[]},"source":"187976bfad07376f.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/1887e29b4827c114.json b/7588/data/test-cases/1887e29b4827c114.json new file mode 100644 index 00000000000..92443d41eb3 --- /dev/null +++ b/7588/data/test-cases/1887e29b4827c114.json @@ -0,0 +1 @@ +{"uid":"1887e29b4827c114","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":1729034408874,"stop":1729034408874,"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"87d0ccfadf91e033","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/87d0ccfadf91e033","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034166264,"stop":1729034166265,"duration":1}},{"uid":"66309af262c91ffd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/66309af262c91ffd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034096723,"stop":1729034096723,"duration":0}},{"uid":"b6e82edd7dfb5e54","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6e82edd7dfb5e54","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033904750,"stop":1729033904750,"duration":0}},{"uid":"993cb65bd225c015","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/993cb65bd225c015","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031952295,"stop":1729031952295,"duration":0}},{"uid":"ea73c6f3c77d1f05","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea73c6f3c77d1f05","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901498549,"stop":1728901498549,"duration":0}},{"uid":"7106dbc8c45f2c5e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7106dbc8c45f2c5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892934941,"stop":1728892934942,"duration":1}},{"uid":"77f898bfeecaae5a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77f898bfeecaae5a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855901089,"stop":1728855901091,"duration":2}},{"uid":"81e6118cd30cd3eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/81e6118cd30cd3eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738109823,"stop":1728738109823,"duration":0}},{"uid":"ffd0d61f637b40ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ffd0d61f637b40ab","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682641794,"stop":1728682641794,"duration":0}},{"uid":"79a5764f31041665","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/79a5764f31041665","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682224059,"stop":1728682224059,"duration":0}},{"uid":"869fd28b694025a4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/869fd28b694025a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676692603,"stop":1728676692603,"duration":0}},{"uid":"6e91e3891e015d7e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e91e3891e015d7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669414330,"stop":1728669414330,"duration":0}},{"uid":"51553bd714d62b9b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/51553bd714d62b9b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597758158,"stop":1728597758159,"duration":1}},{"uid":"fd8b42f3d97fa5e0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fd8b42f3d97fa5e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596973961,"stop":1728596973962,"duration":1}}]},"tags":[]},"source":"1887e29b4827c114.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2ca95b747098823b.json b/7588/data/test-cases/18af7a3a33fbc145.json similarity index 93% rename from 7556/data/test-cases/2ca95b747098823b.json rename to 7588/data/test-cases/18af7a3a33fbc145.json index 9ffc0782c1b..fdec15e1057 100644 --- a/7556/data/test-cases/2ca95b747098823b.json +++ b/7588/data/test-cases/18af7a3a33fbc145.json @@ -1 +1 @@ -{"uid":"2ca95b747098823b","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app32/1/topic677/test.js","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 5 - Cluster ID: 10, Content Topic: /app32/1/topic677/test.js","historyId":"624a19d4ba45168bd6be0458c46cc508:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457516700,"stop":1728457516700,"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":"2ca95b747098823b.json","parameterValues":[]} \ No newline at end of file +{"uid":"18af7a3a33fbc145","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app61/3/topic302/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: /app61/3/topic302/test.js","historyId":"adcb12cf986baab0f2c24b4fb266df38:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034656466,"stop":1729034656466,"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":"18af7a3a33fbc145.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/18ca000aeb7cdf38.json b/7588/data/test-cases/18ca000aeb7cdf38.json new file mode 100644 index 00000000000..fe7eedc912c --- /dev/null +++ b/7588/data/test-cases/18ca000aeb7cdf38.json @@ -0,0 +1 @@ +{"uid":"18ca000aeb7cdf38","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":1729034565836,"stop":1729034565836,"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":13,"unknown":0,"total":13},"items":[{"uid":"e4ebb1c490651059","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e4ebb1c490651059","status":"passed","time":{"start":1729034325777,"stop":1729034325777,"duration":0}},{"uid":"27ee82db812faf0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/27ee82db812faf0d","status":"passed","time":{"start":1729034249513,"stop":1729034249514,"duration":1}},{"uid":"d4f1dbc9f55a12d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d4f1dbc9f55a12d6","status":"passed","time":{"start":1729034066160,"stop":1729034066161,"duration":1}},{"uid":"2523806591b909c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2523806591b909c3","status":"passed","time":{"start":1728901782837,"stop":1728901782837,"duration":0}},{"uid":"d1b685133fbe9a57","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d1b685133fbe9a57","status":"passed","time":{"start":1728893215986,"stop":1728893215987,"duration":1}},{"uid":"ac95273582ac66d1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac95273582ac66d1","status":"passed","time":{"start":1728856159200,"stop":1728856159201,"duration":1}},{"uid":"854d2ac32cad465c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/854d2ac32cad465c","status":"passed","time":{"start":1728738371838,"stop":1728738371838,"duration":0}},{"uid":"2d8171d4b97d5c8c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2d8171d4b97d5c8c","status":"passed","time":{"start":1728682915886,"stop":1728682915887,"duration":1}},{"uid":"ddeceab58791bf36","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ddeceab58791bf36","status":"passed","time":{"start":1728682496457,"stop":1728682496457,"duration":0}},{"uid":"14925db41485efe8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/14925db41485efe8","status":"passed","time":{"start":1728676980225,"stop":1728676980226,"duration":1}},{"uid":"89564ca2aa31f870","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/89564ca2aa31f870","status":"passed","time":{"start":1728598045386,"stop":1728598045386,"duration":0}},{"uid":"370c978126738cab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/370c978126738cab","status":"passed","time":{"start":1728597260331,"stop":1728597260331,"duration":0}}]},"tags":[]},"source":"18ca000aeb7cdf38.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/1956923fd98a9328.json b/7588/data/test-cases/1956923fd98a9328.json new file mode 100644 index 00000000000..e2273091843 --- /dev/null +++ b/7588/data/test-cases/1956923fd98a9328.json @@ -0,0 +1 @@ +{"uid":"1956923fd98a9328","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":1729034340757,"stop":1729034340758,"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":15,"unknown":0,"total":15},"items":[{"uid":"f5d7b1d8305cb392","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f5d7b1d8305cb392","status":"passed","time":{"start":1729034104186,"stop":1729034104187,"duration":1}},{"uid":"f2edc74eaa0fe620","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f2edc74eaa0fe620","status":"passed","time":{"start":1729034027748,"stop":1729034027748,"duration":0}},{"uid":"f8185a14d1f3fafa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f8185a14d1f3fafa","status":"passed","time":{"start":1729033842351,"stop":1729033842352,"duration":1}},{"uid":"2df2814017d3983e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2df2814017d3983e","status":"passed","time":{"start":1729031892050,"stop":1729031892050,"duration":0}},{"uid":"390c60f4accc3cd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/390c60f4accc3cd","status":"passed","time":{"start":1728901438034,"stop":1728901438035,"duration":1}},{"uid":"f03f382a790c9c7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f03f382a790c9c7c","status":"passed","time":{"start":1728892868237,"stop":1728892868238,"duration":1}},{"uid":"70103cb8ed41d8f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/70103cb8ed41d8f7","status":"passed","time":{"start":1728855831083,"stop":1728855831084,"duration":1}},{"uid":"585b36bee852118","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/585b36bee852118","status":"passed","time":{"start":1728738048446,"stop":1728738048446,"duration":0}},{"uid":"34fe72dc9ce093e0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/34fe72dc9ce093e0","status":"passed","time":{"start":1728682581851,"stop":1728682581852,"duration":1}},{"uid":"fc6bc0d80454934c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fc6bc0d80454934c","status":"passed","time":{"start":1728682154711,"stop":1728682154712,"duration":1}},{"uid":"83604fd6798cf57f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/83604fd6798cf57f","status":"passed","time":{"start":1728676629307,"stop":1728676629307,"duration":0}},{"uid":"b5d7b513a9e1704f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b5d7b513a9e1704f","status":"passed","time":{"start":1728669352214,"stop":1728669352214,"duration":0}},{"uid":"58988749ba82f9a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58988749ba82f9a6","status":"passed","time":{"start":1728597693023,"stop":1728597693024,"duration":1}},{"uid":"ce2c01016dc629c0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ce2c01016dc629c0","status":"passed","time":{"start":1728596912536,"stop":1728596912536,"duration":0}}]},"tags":[]},"source":"1956923fd98a9328.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/1a9f93dd3ceb3b70.json b/7588/data/test-cases/1a9f93dd3ceb3b70.json new file mode 100644 index 00000000000..c5f4789ed32 --- /dev/null +++ b/7588/data/test-cases/1a9f93dd3ceb3b70.json @@ -0,0 +1 @@ +{"uid":"1a9f93dd3ceb3b70","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":1729034472988,"stop":1729034472989,"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":15,"unknown":0,"total":15},"items":[{"uid":"8a0f37db95075833","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a0f37db95075833","status":"passed","time":{"start":1729034240934,"stop":1729034240935,"duration":1}},{"uid":"acecdf7900a987e5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/acecdf7900a987e5","status":"passed","time":{"start":1729034159627,"stop":1729034159627,"duration":0}},{"uid":"9253fa941066d760","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9253fa941066d760","status":"passed","time":{"start":1729033976811,"stop":1729033976812,"duration":1}},{"uid":"1a95e7becc46f9d3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a95e7becc46f9d3","status":"passed","time":{"start":1729032020532,"stop":1729032020533,"duration":1}},{"uid":"4c4e81e56c5b416c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4c4e81e56c5b416c","status":"passed","time":{"start":1728901616476,"stop":1728901616499,"duration":23}},{"uid":"f89e3e48029ec117","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f89e3e48029ec117","status":"passed","time":{"start":1728893050252,"stop":1728893050253,"duration":1}},{"uid":"2f68388fa3041df","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f68388fa3041df","status":"passed","time":{"start":1728856015182,"stop":1728856015182,"duration":0}},{"uid":"790f1bab47085300","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/790f1bab47085300","status":"passed","time":{"start":1728738233174,"stop":1728738233175,"duration":1}},{"uid":"fcd48df1d6845b2c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fcd48df1d6845b2c","status":"passed","time":{"start":1728682762480,"stop":1728682762481,"duration":1}},{"uid":"bd2193acf6a4cc8d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd2193acf6a4cc8d","status":"passed","time":{"start":1728682332796,"stop":1728682332796,"duration":0}},{"uid":"9a93b24b69d08f8a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a93b24b69d08f8a","status":"passed","time":{"start":1728676810305,"stop":1728676810305,"duration":0}},{"uid":"a7e55694363bc223","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a7e55694363bc223","status":"passed","time":{"start":1728669529907,"stop":1728669529908,"duration":1}},{"uid":"663439d7ac1ae432","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/663439d7ac1ae432","status":"passed","time":{"start":1728597873544,"stop":1728597873545,"duration":1}},{"uid":"b00d75f02169c903","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b00d75f02169c903","status":"passed","time":{"start":1728597089285,"stop":1728597089285,"duration":0}}]},"tags":[]},"source":"1a9f93dd3ceb3b70.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/1af1a5852b2967c2.json b/7588/data/test-cases/1af1a5852b2967c2.json new file mode 100644 index 00000000000..5db4fcec186 --- /dev/null +++ b/7588/data/test-cases/1af1a5852b2967c2.json @@ -0,0 +1 @@ +{"uid":"1af1a5852b2967c2","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":1729034435019,"stop":1729034435019,"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":15,"unknown":0,"total":15},"items":[{"uid":"21022465b9a0c1ad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/21022465b9a0c1ad","status":"passed","time":{"start":1729034179351,"stop":1729034179354,"duration":3}},{"uid":"7754716dd996ad65","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7754716dd996ad65","status":"passed","time":{"start":1729034120547,"stop":1729034120549,"duration":2}},{"uid":"8e8cb9373b1af235","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e8cb9373b1af235","status":"passed","time":{"start":1729033937071,"stop":1729033937075,"duration":4}},{"uid":"a3a5dd24a2deeacd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3a5dd24a2deeacd","status":"passed","time":{"start":1729031987032,"stop":1729031987033,"duration":1}},{"uid":"54b60aaa805ef507","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/54b60aaa805ef507","status":"passed","time":{"start":1728901546862,"stop":1728901546863,"duration":1}},{"uid":"aa96c00879317686","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aa96c00879317686","status":"passed","time":{"start":1728892979417,"stop":1728892979418,"duration":1}},{"uid":"6c6b8859f8344b26","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c6b8859f8344b26","status":"passed","time":{"start":1728855940956,"stop":1728855940956,"duration":0}},{"uid":"f6d8a83ae741506c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f6d8a83ae741506c","status":"passed","time":{"start":1728738161106,"stop":1728738161106,"duration":0}},{"uid":"4ff73b80efe97878","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ff73b80efe97878","status":"passed","time":{"start":1728682691670,"stop":1728682691670,"duration":0}},{"uid":"1808f296a5b7be7f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1808f296a5b7be7f","status":"passed","time":{"start":1728682265765,"stop":1728682265766,"duration":1}},{"uid":"2f95dfdcb1c31245","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2f95dfdcb1c31245","status":"passed","time":{"start":1728676744596,"stop":1728676744596,"duration":0}},{"uid":"50bbe540c5b46368","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/50bbe540c5b46368","status":"passed","time":{"start":1728669464695,"stop":1728669464695,"duration":0}},{"uid":"a7abd2319c319788","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a7abd2319c319788","status":"passed","time":{"start":1728597804166,"stop":1728597804167,"duration":1}},{"uid":"f88c082042760fc6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f88c082042760fc6","status":"passed","time":{"start":1728597021414,"stop":1728597021415,"duration":1}}]},"tags":[]},"source":"1af1a5852b2967c2.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/1bac7ef54850b90d.json b/7588/data/test-cases/1bac7ef54850b90d.json new file mode 100644 index 00000000000..3af24ddef0f --- /dev/null +++ b/7588/data/test-cases/1bac7ef54850b90d.json @@ -0,0 +1 @@ +{"uid":"1bac7ef54850b90d","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app7/4/topic303/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 9 - Cluster ID: 10, Content Topic: /app7/4/topic303/json","historyId":"0d9c063d4345cae39c9ea99b9b720399:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034656466,"stop":1729034656467,"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":"1bac7ef54850b90d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/4d098c9553c8f893.json b/7588/data/test-cases/1baeb8a9bcde869d.json similarity index 59% rename from 7556/data/test-cases/4d098c9553c8f893.json rename to 7588/data/test-cases/1baeb8a9bcde869d.json index eb81e132ac6..01c7cf31771 100644 --- a/7556/data/test-cases/4d098c9553c8f893.json +++ b/7588/data/test-cases/1baeb8a9bcde869d.json @@ -1 +1 @@ -{"uid":"4d098c9553c8f893","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":1728457555214,"stop":1728457555214,"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":6,"unknown":0,"total":6},"items":[{"uid":"cd5b1dafda82d253","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/cd5b1dafda82d253","status":"passed","time":{"start":1728456501216,"stop":1728456501216,"duration":0}},{"uid":"d44778458861dd76","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/d44778458861dd76","status":"passed","time":{"start":1728456265700,"stop":1728456265701,"duration":1}},{"uid":"51d4e08ede887e88","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/51d4e08ede887e88","status":"passed","time":{"start":1728456243468,"stop":1728456243491,"duration":23}},{"uid":"4ab365e4110562d1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/4ab365e4110562d1","status":"passed","time":{"start":1728455589595,"stop":1728455589596,"duration":1}},{"uid":"efc4361364df0536","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/efc4361364df0536","status":"passed","time":{"start":1728452563141,"stop":1728452563141,"duration":0}}]},"tags":[]},"source":"4d098c9553c8f893.json","parameterValues":[]} \ No newline at end of file +{"uid":"1baeb8a9bcde869d","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":1729034703311,"stop":1729034703311,"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":15,"unknown":0,"total":15},"items":[{"uid":"ae1189794ef57a3a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ae1189794ef57a3a","status":"passed","time":{"start":1729034475275,"stop":1729034475276,"duration":1}},{"uid":"3c205b1deb563e24","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c205b1deb563e24","status":"passed","time":{"start":1729034392403,"stop":1729034392403,"duration":0}},{"uid":"f4f4b6d6cf68e401","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f4f4b6d6cf68e401","status":"passed","time":{"start":1729034208295,"stop":1729034208295,"duration":0}},{"uid":"10cf581b3101a132","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/10cf581b3101a132","status":"passed","time":{"start":1729032257067,"stop":1729032257076,"duration":9}},{"uid":"a7d1b0e4121c77da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7d1b0e4121c77da","status":"passed","time":{"start":1728902024013,"stop":1728902024013,"duration":0}},{"uid":"8220ed90135cb271","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8220ed90135cb271","status":"passed","time":{"start":1728893455130,"stop":1728893455130,"duration":0}},{"uid":"474e2dff0439a55","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/474e2dff0439a55","status":"passed","time":{"start":1728856404966,"stop":1728856404967,"duration":1}},{"uid":"7521c2d18849bf42","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7521c2d18849bf42","status":"passed","time":{"start":1728738634669,"stop":1728738634670,"duration":1}},{"uid":"4bbcf07720536ec4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bbcf07720536ec4","status":"passed","time":{"start":1728683163621,"stop":1728683163621,"duration":0}},{"uid":"c756eb5e3ec710bc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c756eb5e3ec710bc","status":"passed","time":{"start":1728682737542,"stop":1728682737543,"duration":1}},{"uid":"78a23f658890c5b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/78a23f658890c5b3","status":"passed","time":{"start":1728677222567,"stop":1728677222568,"duration":1}},{"uid":"fc3e330e44921b8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fc3e330e44921b8","status":"passed","time":{"start":1728669905044,"stop":1728669905045,"duration":1}},{"uid":"6ffc975491575bac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6ffc975491575bac","status":"passed","time":{"start":1728598284366,"stop":1728598284366,"duration":0}},{"uid":"a3527b3de1f9307d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3527b3de1f9307d","status":"passed","time":{"start":1728597506831,"stop":1728597506831,"duration":0}}]},"tags":[]},"source":"1baeb8a9bcde869d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/5069cca3131fcdf9.json b/7588/data/test-cases/1be2887f445306db.json similarity index 85% rename from 7556/data/test-cases/5069cca3131fcdf9.json rename to 7588/data/test-cases/1be2887f445306db.json index ed9e25b389a..b5370ed7518 100644 --- a/7556/data/test-cases/5069cca3131fcdf9.json +++ b/7588/data/test-cases/1be2887f445306db.json @@ -1 +1 @@ -{"uid":"5069cca3131fcdf9","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":1728457360296,"stop":1728457360297,"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":6,"unknown":0,"total":6},"items":[{"uid":"c658880bc984ee0e","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/c658880bc984ee0e","status":"passed","time":{"start":1728456312485,"stop":1728456312486,"duration":1}},{"uid":"60c54c482655295f","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/60c54c482655295f","status":"passed","time":{"start":1728456013938,"stop":1728456013939,"duration":1}},{"uid":"ef2092af3ec56454","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/ef2092af3ec56454","status":"passed","time":{"start":1728455837422,"stop":1728455837426,"duration":4}},{"uid":"28108c1f12aa398b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/28108c1f12aa398b","status":"passed","time":{"start":1728455198895,"stop":1728455198896,"duration":1}},{"uid":"e9671e089c3c129e","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/e9671e089c3c129e","status":"passed","time":{"start":1728452203346,"stop":1728452203346,"duration":0}}]},"tags":[]},"source":"5069cca3131fcdf9.json","parameterValues":[]} \ No newline at end of file +{"uid":"1be2887f445306db","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":1729034536094,"stop":1729034536095,"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":14,"unknown":0,"total":14},"items":[{"uid":"4c5538beffe3d46a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4c5538beffe3d46a","status":"passed","time":{"start":1729034296700,"stop":1729034296700,"duration":0}},{"uid":"28c1e879ba0a6243","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28c1e879ba0a6243","status":"passed","time":{"start":1729034220595,"stop":1729034220596,"duration":1}},{"uid":"d3632c673bf8652a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3632c673bf8652a","status":"passed","time":{"start":1729034041472,"stop":1729034041473,"duration":1}},{"uid":"e8a00d5402d5d955","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e8a00d5402d5d955","status":"passed","time":{"start":1728901705382,"stop":1728901705382,"duration":0}},{"uid":"1ccf994636393484","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1ccf994636393484","status":"passed","time":{"start":1728893141766,"stop":1728893141767,"duration":1}},{"uid":"4ebfc96bf2b8044f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ebfc96bf2b8044f","status":"passed","time":{"start":1728856087078,"stop":1728856087078,"duration":0}},{"uid":"12863eaf395f7139","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/12863eaf395f7139","status":"passed","time":{"start":1728738321429,"stop":1728738321430,"duration":1}},{"uid":"e319dd3339320de4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e319dd3339320de4","status":"passed","time":{"start":1728682845669,"stop":1728682845669,"duration":0}},{"uid":"fb5662c4064f0d9d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fb5662c4064f0d9d","status":"passed","time":{"start":1728682424301,"stop":1728682424302,"duration":1}},{"uid":"72efaa53ea5d4ae1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72efaa53ea5d4ae1","status":"passed","time":{"start":1728676900510,"stop":1728676900510,"duration":0}},{"uid":"fdc9c67cb86cbd96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fdc9c67cb86cbd96","status":"passed","time":{"start":1728669625793,"stop":1728669625794,"duration":1}},{"uid":"c5a1c28ad6cda23c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c5a1c28ad6cda23c","status":"passed","time":{"start":1728597957158,"stop":1728597957158,"duration":0}},{"uid":"9c9642d311d678cf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c9642d311d678cf","status":"passed","time":{"start":1728597182592,"stop":1728597182593,"duration":1}}]},"tags":[]},"source":"1be2887f445306db.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/1c31bc7536fc66ce.json b/7588/data/test-cases/1c31bc7536fc66ce.json new file mode 100644 index 00000000000..cb7bc6c7a9d --- /dev/null +++ b/7588/data/test-cases/1c31bc7536fc66ce.json @@ -0,0 +1 @@ +{"uid":"1c31bc7536fc66ce","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":1729034348577,"stop":1729034348578,"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":15,"unknown":0,"total":15},"items":[{"uid":"a291b75779929c22","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a291b75779929c22","status":"passed","time":{"start":1729034112388,"stop":1729034112388,"duration":0}},{"uid":"56c0190825c4bc17","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/56c0190825c4bc17","status":"passed","time":{"start":1729034035617,"stop":1729034035617,"duration":0}},{"uid":"aa6c1e674aee882a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aa6c1e674aee882a","status":"passed","time":{"start":1729033850405,"stop":1729033850406,"duration":1}},{"uid":"512834f00b68c4f8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/512834f00b68c4f8","status":"passed","time":{"start":1729031899691,"stop":1729031899692,"duration":1}},{"uid":"11456637c51cd122","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/11456637c51cd122","status":"passed","time":{"start":1728901445803,"stop":1728901445803,"duration":0}},{"uid":"4a1b77866edba8c5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a1b77866edba8c5","status":"passed","time":{"start":1728892876334,"stop":1728892876334,"duration":0}},{"uid":"938459614d64ed68","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/938459614d64ed68","status":"passed","time":{"start":1728855838898,"stop":1728855838898,"duration":0}},{"uid":"ddc0a3eb53c0c0fc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ddc0a3eb53c0c0fc","status":"passed","time":{"start":1728738055942,"stop":1728738055942,"duration":0}},{"uid":"85fe3b4f9c3778a5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/85fe3b4f9c3778a5","status":"passed","time":{"start":1728682589826,"stop":1728682589826,"duration":0}},{"uid":"aa3cd41e509d525c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa3cd41e509d525c","status":"passed","time":{"start":1728682162268,"stop":1728682162269,"duration":1}},{"uid":"8eea12dab4a228a0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8eea12dab4a228a0","status":"passed","time":{"start":1728676637065,"stop":1728676637065,"duration":0}},{"uid":"f4553b5b97ae986c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4553b5b97ae986c","status":"passed","time":{"start":1728669360435,"stop":1728669360435,"duration":0}},{"uid":"22b0209105498caf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22b0209105498caf","status":"passed","time":{"start":1728597700986,"stop":1728597700986,"duration":0}},{"uid":"a676c6c82156aae6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a676c6c82156aae6","status":"passed","time":{"start":1728596920269,"stop":1728596920269,"duration":0}}]},"tags":[]},"source":"1c31bc7536fc66ce.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/76cd90f594b1851b.json b/7588/data/test-cases/1c38576857808b44.json similarity index 88% rename from 7556/data/test-cases/76cd90f594b1851b.json rename to 7588/data/test-cases/1c38576857808b44.json index 9241c76a82e..e2d1584171e 100644 --- a/7556/data/test-cases/76cd90f594b1851b.json +++ b/7588/data/test-cases/1c38576857808b44.json @@ -1 +1 @@ -{"uid":"76cd90f594b1851b","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":1728457510422,"stop":1728457510423,"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":6,"unknown":0,"total":6},"items":[{"uid":"48f2b3e22e013966","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/48f2b3e22e013966","status":"passed","time":{"start":1728456448194,"stop":1728456448194,"duration":0}},{"uid":"c3efaa132a52b915","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/c3efaa132a52b915","status":"passed","time":{"start":1728456195685,"stop":1728456195685,"duration":0}},{"uid":"e80ff36365b2535a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e80ff36365b2535a","status":"passed","time":{"start":1728456166700,"stop":1728456166700,"duration":0}},{"uid":"76a63c3ec3de0179","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/76a63c3ec3de0179","status":"passed","time":{"start":1728455516689,"stop":1728455516692,"duration":3}},{"uid":"57ad7ba8a4b29bea","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/57ad7ba8a4b29bea","status":"passed","time":{"start":1728452508939,"stop":1728452508939,"duration":0}}]},"tags":[]},"source":"76cd90f594b1851b.json","parameterValues":[]} \ No newline at end of file +{"uid":"1c38576857808b44","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":1729034631249,"stop":1729034631249,"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":15,"unknown":0,"total":15},"items":[{"uid":"fe9ac02bc65ef993","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fe9ac02bc65ef993","status":"passed","time":{"start":1729034400885,"stop":1729034400885,"duration":0}},{"uid":"bfc097d0a053a8f3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bfc097d0a053a8f3","status":"passed","time":{"start":1729034317446,"stop":1729034317448,"duration":2}},{"uid":"37712e1dbaa9b83a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37712e1dbaa9b83a","status":"passed","time":{"start":1729034137126,"stop":1729034137126,"duration":0}},{"uid":"31e59e9cb8aae8bf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/31e59e9cb8aae8bf","status":"passed","time":{"start":1729032206872,"stop":1729032206872,"duration":0}},{"uid":"1a2fb304449e9269","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1a2fb304449e9269","status":"passed","time":{"start":1728901995019,"stop":1728901995019,"duration":0}},{"uid":"c9016e06f1fd833c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9016e06f1fd833c","status":"passed","time":{"start":1728893420992,"stop":1728893420992,"duration":0}},{"uid":"6515d1bd89ab7a2c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6515d1bd89ab7a2c","status":"passed","time":{"start":1728856368593,"stop":1728856368593,"duration":0}},{"uid":"4ca10b440c184c73","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4ca10b440c184c73","status":"passed","time":{"start":1728738604677,"stop":1728738604678,"duration":1}},{"uid":"8c14092de5415e90","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c14092de5415e90","status":"passed","time":{"start":1728683117609,"stop":1728683117614,"duration":5}},{"uid":"a807bbbb4fc4c0bd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a807bbbb4fc4c0bd","status":"passed","time":{"start":1728682721315,"stop":1728682721315,"duration":0}},{"uid":"d71583ff3d3cf702","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d71583ff3d3cf702","status":"passed","time":{"start":1728677184680,"stop":1728677184680,"duration":0}},{"uid":"83fd8fb1bc23b09c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83fd8fb1bc23b09c","status":"passed","time":{"start":1728669866446,"stop":1728669866446,"duration":0}},{"uid":"bc5e0e53afcbee80","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bc5e0e53afcbee80","status":"passed","time":{"start":1728598249972,"stop":1728598249973,"duration":1}},{"uid":"b4157d5a38356025","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b4157d5a38356025","status":"passed","time":{"start":1728597472287,"stop":1728597472288,"duration":1}}]},"tags":[]},"source":"1c38576857808b44.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/d1e5a41adeaf0712.json b/7588/data/test-cases/1cce478a8630b11f.json similarity index 85% rename from 7556/data/test-cases/d1e5a41adeaf0712.json rename to 7588/data/test-cases/1cce478a8630b11f.json index 9cc50ab1340..1f904c75cdd 100644 --- a/7556/data/test-cases/d1e5a41adeaf0712.json +++ b/7588/data/test-cases/1cce478a8630b11f.json @@ -1 +1 @@ -{"uid":"d1e5a41adeaf0712","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":1728457537134,"stop":1728457537134,"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":6,"unknown":0,"total":6},"items":[{"uid":"931cec6ec4a5aad6","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/931cec6ec4a5aad6","status":"passed","time":{"start":1728456499103,"stop":1728456499103,"duration":0}},{"uid":"c2b5f4f8d5fe95aa","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/c2b5f4f8d5fe95aa","status":"passed","time":{"start":1728456215092,"stop":1728456215092,"duration":0}},{"uid":"572054dc89ca1cf4","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/572054dc89ca1cf4","status":"passed","time":{"start":1728456167138,"stop":1728456167138,"duration":0}},{"uid":"d114d83cd75b946e","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/d114d83cd75b946e","status":"passed","time":{"start":1728455518200,"stop":1728455518200,"duration":0}},{"uid":"4cd549be723ad2","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/4cd549be723ad2","status":"passed","time":{"start":1728452534888,"stop":1728452534888,"duration":0}}]},"tags":[]},"source":"d1e5a41adeaf0712.json","parameterValues":[]} \ No newline at end of file +{"uid":"1cce478a8630b11f","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":1729034704500,"stop":1729034704500,"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":15,"unknown":0,"total":15},"items":[{"uid":"6e30a65980aa1433","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6e30a65980aa1433","status":"passed","time":{"start":1729034474993,"stop":1729034474994,"duration":1}},{"uid":"6f423355b84c649a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6f423355b84c649a","status":"passed","time":{"start":1729034395295,"stop":1729034395295,"duration":0}},{"uid":"8bcaee1cf08bdbbf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8bcaee1cf08bdbbf","status":"passed","time":{"start":1729034209106,"stop":1729034209106,"duration":0}},{"uid":"17c90c192184e56e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/17c90c192184e56e","status":"passed","time":{"start":1729032264574,"stop":1729032264574,"duration":0}},{"uid":"43c06d63424188f4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/43c06d63424188f4","status":"passed","time":{"start":1728902012866,"stop":1728902012866,"duration":0}},{"uid":"e56cad3a758bbb69","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e56cad3a758bbb69","status":"passed","time":{"start":1728893454816,"stop":1728893454816,"duration":0}},{"uid":"9364e932690feed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9364e932690feed","status":"passed","time":{"start":1728856408460,"stop":1728856408460,"duration":0}},{"uid":"e145ed3c3d739a16","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e145ed3c3d739a16","status":"passed","time":{"start":1728738633860,"stop":1728738633860,"duration":0}},{"uid":"8973cc264c254e01","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8973cc264c254e01","status":"passed","time":{"start":1728683159793,"stop":1728683159794,"duration":1}},{"uid":"194b7d9b36a77983","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/194b7d9b36a77983","status":"passed","time":{"start":1728682751336,"stop":1728682751336,"duration":0}},{"uid":"a2f0019587570091","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2f0019587570091","status":"passed","time":{"start":1728677216367,"stop":1728677216368,"duration":1}},{"uid":"b3101945664902dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b3101945664902dc","status":"passed","time":{"start":1728669925458,"stop":1728669925458,"duration":0}},{"uid":"1403df714f304fe2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1403df714f304fe2","status":"passed","time":{"start":1728598268813,"stop":1728598268813,"duration":0}},{"uid":"fcbd97aa6d8e0821","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fcbd97aa6d8e0821","status":"passed","time":{"start":1728597503937,"stop":1728597503937,"duration":0}}]},"tags":[]},"source":"1cce478a8630b11f.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/1d0b18e11371f15e.json b/7588/data/test-cases/1d0b18e11371f15e.json new file mode 100644 index 00000000000..292455a1c7e --- /dev/null +++ b/7588/data/test-cases/1d0b18e11371f15e.json @@ -0,0 +1 @@ +{"uid":"1d0b18e11371f15e","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":1729034332643,"stop":1729034332643,"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":15,"unknown":0,"total":15},"items":[{"uid":"d1bea82493e91886","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d1bea82493e91886","status":"passed","time":{"start":1729034096141,"stop":1729034096141,"duration":0}},{"uid":"d0e32d2fc3d6b240","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d0e32d2fc3d6b240","status":"passed","time":{"start":1729034020097,"stop":1729034020097,"duration":0}},{"uid":"fc2c5442abfa0eed","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fc2c5442abfa0eed","status":"passed","time":{"start":1729033834394,"stop":1729033834394,"duration":0}},{"uid":"e11379580d30e78c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e11379580d30e78c","status":"passed","time":{"start":1729031884127,"stop":1729031884128,"duration":1}},{"uid":"d2ea7372ccda6f4c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d2ea7372ccda6f4c","status":"passed","time":{"start":1728901430260,"stop":1728901430261,"duration":1}},{"uid":"3805d10c88e81adf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3805d10c88e81adf","status":"passed","time":{"start":1728892860539,"stop":1728892860539,"duration":0}},{"uid":"115c5e9544e7750f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/115c5e9544e7750f","status":"passed","time":{"start":1728855823328,"stop":1728855823329,"duration":1}},{"uid":"2fa921b00029c7ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2fa921b00029c7ca","status":"passed","time":{"start":1728738040610,"stop":1728738040610,"duration":0}},{"uid":"f328b52b9f96735b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f328b52b9f96735b","status":"passed","time":{"start":1728682574101,"stop":1728682574101,"duration":0}},{"uid":"45244da4fd719cab","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/45244da4fd719cab","status":"passed","time":{"start":1728682146825,"stop":1728682146825,"duration":0}},{"uid":"acc5ba584087d7c2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/acc5ba584087d7c2","status":"passed","time":{"start":1728676621439,"stop":1728676621439,"duration":0}},{"uid":"2824a35012659b19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2824a35012659b19","status":"passed","time":{"start":1728669344474,"stop":1728669344474,"duration":0}},{"uid":"facb796e2cd9abee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/facb796e2cd9abee","status":"passed","time":{"start":1728597685169,"stop":1728597685169,"duration":0}},{"uid":"e41b2acdbe1e05f3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e41b2acdbe1e05f3","status":"passed","time":{"start":1728596904478,"stop":1728596904478,"duration":0}}]},"tags":[]},"source":"1d0b18e11371f15e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/18de6b4c6f426b85.json b/7588/data/test-cases/1d5787334334d83d.json similarity index 85% rename from 7556/data/test-cases/18de6b4c6f426b85.json rename to 7588/data/test-cases/1d5787334334d83d.json index 3ed7e3a6aaf..e20ce6fa305 100644 --- a/7556/data/test-cases/18de6b4c6f426b85.json +++ b/7588/data/test-cases/1d5787334334d83d.json @@ -1 +1 @@ -{"uid":"18de6b4c6f426b85","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":1728457537146,"stop":1728457537146,"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":6,"unknown":0,"total":6},"items":[{"uid":"dc5c85e3735d6923","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/dc5c85e3735d6923","status":"passed","time":{"start":1728456499115,"stop":1728456499115,"duration":0}},{"uid":"6fe883072a29d9c2","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/6fe883072a29d9c2","status":"passed","time":{"start":1728456215112,"stop":1728456215113,"duration":1}},{"uid":"c872825d4ecf88a0","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/c872825d4ecf88a0","status":"passed","time":{"start":1728456167155,"stop":1728456167156,"duration":1}},{"uid":"197810bf248c6626","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/197810bf248c6626","status":"passed","time":{"start":1728455518211,"stop":1728455518211,"duration":0}},{"uid":"4706bf2f83b1ca28","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/4706bf2f83b1ca28","status":"passed","time":{"start":1728452534897,"stop":1728452534897,"duration":0}}]},"tags":[]},"source":"18de6b4c6f426b85.json","parameterValues":[]} \ No newline at end of file +{"uid":"1d5787334334d83d","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":1729034704508,"stop":1729034704508,"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":15,"unknown":0,"total":15},"items":[{"uid":"5b25fa7656a1e2a1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b25fa7656a1e2a1","status":"passed","time":{"start":1729034475012,"stop":1729034475014,"duration":2}},{"uid":"8e9b684f2a7bfc75","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8e9b684f2a7bfc75","status":"passed","time":{"start":1729034395302,"stop":1729034395302,"duration":0}},{"uid":"7a39c20b01cb3330","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a39c20b01cb3330","status":"passed","time":{"start":1729034209128,"stop":1729034209128,"duration":0}},{"uid":"f18d6913b0841592","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f18d6913b0841592","status":"passed","time":{"start":1729032264600,"stop":1729032264600,"duration":0}},{"uid":"5dee0a0d292dbef7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5dee0a0d292dbef7","status":"passed","time":{"start":1728902012890,"stop":1728902012891,"duration":1}},{"uid":"b3c488b22bdcbd66","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b3c488b22bdcbd66","status":"passed","time":{"start":1728893454825,"stop":1728893454825,"duration":0}},{"uid":"6956324ba0190638","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6956324ba0190638","status":"passed","time":{"start":1728856408468,"stop":1728856408468,"duration":0}},{"uid":"f7c3d5ce0512a27","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f7c3d5ce0512a27","status":"passed","time":{"start":1728738633875,"stop":1728738633875,"duration":0}},{"uid":"fafe917b1721c2e8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fafe917b1721c2e8","status":"passed","time":{"start":1728683159826,"stop":1728683159826,"duration":0}},{"uid":"622d8c625a2e4dec","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/622d8c625a2e4dec","status":"passed","time":{"start":1728682751346,"stop":1728682751347,"duration":1}},{"uid":"51510b7d4576ab0f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/51510b7d4576ab0f","status":"passed","time":{"start":1728677216378,"stop":1728677216378,"duration":0}},{"uid":"98b36b9967f81950","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98b36b9967f81950","status":"passed","time":{"start":1728669925467,"stop":1728669925468,"duration":1}},{"uid":"90135ce7cd1eced0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90135ce7cd1eced0","status":"passed","time":{"start":1728598268821,"stop":1728598268821,"duration":0}},{"uid":"a1ab8abc39b4e374","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a1ab8abc39b4e374","status":"passed","time":{"start":1728597503953,"stop":1728597503953,"duration":0}}]},"tags":[]},"source":"1d5787334334d83d.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/1d91a60708622921.json b/7588/data/test-cases/1d91a60708622921.json new file mode 100644 index 00000000000..7e7ef1acc4c --- /dev/null +++ b/7588/data/test-cases/1d91a60708622921.json @@ -0,0 +1 @@ +{"uid":"1d91a60708622921","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":1729034332613,"stop":1729034332614,"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":15,"unknown":0,"total":15},"items":[{"uid":"f81b29fec6d0bcf6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f81b29fec6d0bcf6","status":"passed","time":{"start":1729034096114,"stop":1729034096114,"duration":0}},{"uid":"89cb5a090929915c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/89cb5a090929915c","status":"passed","time":{"start":1729034020075,"stop":1729034020076,"duration":1}},{"uid":"3f0cadd3a2d0cf5b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f0cadd3a2d0cf5b","status":"passed","time":{"start":1729033834365,"stop":1729033834365,"duration":0}},{"uid":"c296a702206deac1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c296a702206deac1","status":"passed","time":{"start":1729031884094,"stop":1729031884094,"duration":0}},{"uid":"a7ab0c688e468fbf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7ab0c688e468fbf","status":"passed","time":{"start":1728901430244,"stop":1728901430244,"duration":0}},{"uid":"9d798b27bd6493e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9d798b27bd6493e4","status":"passed","time":{"start":1728892860519,"stop":1728892860519,"duration":0}},{"uid":"dbe78c4c74294a02","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbe78c4c74294a02","status":"passed","time":{"start":1728855823310,"stop":1728855823310,"duration":0}},{"uid":"99ae00d5cf2dc266","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/99ae00d5cf2dc266","status":"passed","time":{"start":1728738040572,"stop":1728738040572,"duration":0}},{"uid":"b7583b9cf6af96eb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b7583b9cf6af96eb","status":"passed","time":{"start":1728682574071,"stop":1728682574071,"duration":0}},{"uid":"ea9b01c83cc8360c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea9b01c83cc8360c","status":"passed","time":{"start":1728682146799,"stop":1728682146800,"duration":1}},{"uid":"8b87334e9bca4b69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8b87334e9bca4b69","status":"passed","time":{"start":1728676621417,"stop":1728676621418,"duration":1}},{"uid":"8b2626d39298b850","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8b2626d39298b850","status":"passed","time":{"start":1728669344456,"stop":1728669344456,"duration":0}},{"uid":"f13b5e6e41f6f714","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f13b5e6e41f6f714","status":"passed","time":{"start":1728597685139,"stop":1728597685140,"duration":1}},{"uid":"876571e137bdc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/876571e137bdc2","status":"passed","time":{"start":1728596904448,"stop":1728596904448,"duration":0}}]},"tags":[]},"source":"1d91a60708622921.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/1e3f93f857a3c773.json b/7588/data/test-cases/1e3f93f857a3c773.json new file mode 100644 index 00000000000..b19a37260f6 --- /dev/null +++ b/7588/data/test-cases/1e3f93f857a3c773.json @@ -0,0 +1 @@ +{"uid":"1e3f93f857a3c773","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":1729034340757,"stop":1729034340757,"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":15,"unknown":0,"total":15},"items":[{"uid":"b7670c23f01dd784","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b7670c23f01dd784","status":"passed","time":{"start":1729034104182,"stop":1729034104183,"duration":1}},{"uid":"4cf0c955dc28eeda","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4cf0c955dc28eeda","status":"passed","time":{"start":1729034027746,"stop":1729034027747,"duration":1}},{"uid":"a623703c6be41e89","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a623703c6be41e89","status":"passed","time":{"start":1729033842350,"stop":1729033842351,"duration":1}},{"uid":"948548c9122f585e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/948548c9122f585e","status":"passed","time":{"start":1729031892049,"stop":1729031892049,"duration":0}},{"uid":"55c82c590331a39f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/55c82c590331a39f","status":"passed","time":{"start":1728901438031,"stop":1728901438032,"duration":1}},{"uid":"5f73b13c7afa4c5b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5f73b13c7afa4c5b","status":"passed","time":{"start":1728892868235,"stop":1728892868235,"duration":0}},{"uid":"6438cee697775ea4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6438cee697775ea4","status":"passed","time":{"start":1728855831082,"stop":1728855831082,"duration":0}},{"uid":"6556b2e867c8e22","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6556b2e867c8e22","status":"passed","time":{"start":1728738048444,"stop":1728738048445,"duration":1}},{"uid":"99d9a815e27efca3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99d9a815e27efca3","status":"passed","time":{"start":1728682581848,"stop":1728682581850,"duration":2}},{"uid":"18c40b7b6f0c8085","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18c40b7b6f0c8085","status":"passed","time":{"start":1728682154710,"stop":1728682154710,"duration":0}},{"uid":"34b2cb49d591dd89","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34b2cb49d591dd89","status":"passed","time":{"start":1728676629304,"stop":1728676629305,"duration":1}},{"uid":"4759db2b95033d79","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4759db2b95033d79","status":"passed","time":{"start":1728669352213,"stop":1728669352213,"duration":0}},{"uid":"218bf12abfb4f2a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/218bf12abfb4f2a6","status":"passed","time":{"start":1728597693021,"stop":1728597693022,"duration":1}},{"uid":"2c6a718212faa069","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c6a718212faa069","status":"passed","time":{"start":1728596912535,"stop":1728596912535,"duration":0}}]},"tags":[]},"source":"1e3f93f857a3c773.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/5fb74fe57c2b452a.json b/7588/data/test-cases/1e7d59c01974f142.json similarity index 60% rename from 7556/data/test-cases/5fb74fe57c2b452a.json rename to 7588/data/test-cases/1e7d59c01974f142.json index 42e63b2cb0a..624e9358a9e 100644 --- a/7556/data/test-cases/5fb74fe57c2b452a.json +++ b/7588/data/test-cases/1e7d59c01974f142.json @@ -1 +1 @@ -{"uid":"5fb74fe57c2b452a","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":1728457215711,"stop":1728457215712,"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":6,"unknown":0,"total":6},"items":[{"uid":"a34691883e3801f8","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a34691883e3801f8","status":"passed","time":{"start":1728456193480,"stop":1728456193480,"duration":0}},{"uid":"a4ca98361fb54e20","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a4ca98361fb54e20","status":"passed","time":{"start":1728455873820,"stop":1728455873820,"duration":0}},{"uid":"1a13e8e91369b742","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/1a13e8e91369b742","status":"passed","time":{"start":1728455625299,"stop":1728455625299,"duration":0}},{"uid":"3908dbd5c3d6d27c","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/3908dbd5c3d6d27c","status":"passed","time":{"start":1728454985182,"stop":1728454985182,"duration":0}},{"uid":"9df4c12f1f18647c","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/9df4c12f1f18647c","status":"passed","time":{"start":1728451999135,"stop":1728451999136,"duration":1}}]},"tags":[]},"source":"5fb74fe57c2b452a.json","parameterValues":[]} \ No newline at end of file +{"uid":"1e7d59c01974f142","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":1729034408863,"stop":1729034408863,"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":15,"unknown":0,"total":15},"items":[{"uid":"1dbdf9babd79191d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1dbdf9babd79191d","status":"passed","time":{"start":1729034166253,"stop":1729034166253,"duration":0}},{"uid":"111845fb0ba36aeb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/111845fb0ba36aeb","status":"passed","time":{"start":1729034096713,"stop":1729034096716,"duration":3}},{"uid":"f7c12c91852a1650","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7c12c91852a1650","status":"passed","time":{"start":1729033904743,"stop":1729033904744,"duration":1}},{"uid":"247f2f55447b8d82","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/247f2f55447b8d82","status":"passed","time":{"start":1729031952291,"stop":1729031952292,"duration":1}},{"uid":"7e8ab678960c47bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e8ab678960c47bf","status":"passed","time":{"start":1728901498546,"stop":1728901498546,"duration":0}},{"uid":"65beacc79fc553bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/65beacc79fc553bf","status":"passed","time":{"start":1728892934938,"stop":1728892934939,"duration":1}},{"uid":"7c125b7e82acbd23","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7c125b7e82acbd23","status":"passed","time":{"start":1728855901076,"stop":1728855901077,"duration":1}},{"uid":"d2496e880a2a8f9c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d2496e880a2a8f9c","status":"passed","time":{"start":1728738109812,"stop":1728738109818,"duration":6}},{"uid":"747d1db892387ec4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/747d1db892387ec4","status":"passed","time":{"start":1728682641760,"stop":1728682641760,"duration":0}},{"uid":"d9f0c53b88fbeeed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d9f0c53b88fbeeed","status":"passed","time":{"start":1728682224051,"stop":1728682224052,"duration":1}},{"uid":"d9ba8100ebe1f16a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d9ba8100ebe1f16a","status":"passed","time":{"start":1728676692587,"stop":1728676692587,"duration":0}},{"uid":"bd71e5e04ddbc866","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bd71e5e04ddbc866","status":"passed","time":{"start":1728669414286,"stop":1728669414314,"duration":28}},{"uid":"efe750d6a765ba3e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efe750d6a765ba3e","status":"passed","time":{"start":1728597758155,"stop":1728597758155,"duration":0}},{"uid":"edb4c28ea1960c3e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/edb4c28ea1960c3e","status":"passed","time":{"start":1728596973958,"stop":1728596973959,"duration":1}}]},"tags":[]},"source":"1e7d59c01974f142.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6f7ea09c18fb21e2.json b/7588/data/test-cases/1e90bd1eafe04a92.json similarity index 77% rename from 7556/data/test-cases/6f7ea09c18fb21e2.json rename to 7588/data/test-cases/1e90bd1eafe04a92.json index 44e7161e8cd..9d9e8a504dc 100644 --- a/7556/data/test-cases/6f7ea09c18fb21e2.json +++ b/7588/data/test-cases/1e90bd1eafe04a92.json @@ -1 +1 @@ -{"uid":"6f7ea09c18fb21e2","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":1728457146549,"stop":1728457146549,"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":"6f7ea09c18fb21e2.json","parameterValues":[]} \ No newline at end of file +{"uid":"1e90bd1eafe04a92","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":1729034332613,"stop":1729034332613,"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":"1e90bd1eafe04a92.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/8e3bdd7d8bec5f96.json b/7588/data/test-cases/1f0963718de2c9c2.json similarity index 81% rename from 7556/data/test-cases/8e3bdd7d8bec5f96.json rename to 7588/data/test-cases/1f0963718de2c9c2.json index a52945df152..279ff0b6438 100644 --- a/7556/data/test-cases/8e3bdd7d8bec5f96.json +++ b/7588/data/test-cases/1f0963718de2c9c2.json @@ -1 +1 @@ -{"uid":"8e3bdd7d8bec5f96","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":1728457481247,"stop":1728457481248,"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":6,"unknown":0,"total":6},"items":[{"uid":"297f90d968e109a9","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/297f90d968e109a9","status":"passed","time":{"start":1728456434591,"stop":1728456434592,"duration":1}},{"uid":"87c7d6cb4b3c9169","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/87c7d6cb4b3c9169","status":"passed","time":{"start":1728456196698,"stop":1728456196699,"duration":1}},{"uid":"904d35645d47ccad","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/904d35645d47ccad","status":"passed","time":{"start":1728456113177,"stop":1728456113177,"duration":0}},{"uid":"e320d980b857cf0f","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/e320d980b857cf0f","status":"passed","time":{"start":1728455468955,"stop":1728455468955,"duration":0}},{"uid":"502cbc725f5c4178","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/502cbc725f5c4178","status":"passed","time":{"start":1728452437008,"stop":1728452437008,"duration":0}}]},"tags":[]},"source":"8e3bdd7d8bec5f96.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f0963718de2c9c2","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":1729034636308,"stop":1729034636308,"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":15,"unknown":0,"total":15},"items":[{"uid":"80ba6e5077cf4930","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/80ba6e5077cf4930","status":"passed","time":{"start":1729034402256,"stop":1729034402259,"duration":3}},{"uid":"b0e6197f4721b194","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b0e6197f4721b194","status":"passed","time":{"start":1729034323280,"stop":1729034323282,"duration":2}},{"uid":"8a09f5554454e11a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a09f5554454e11a","status":"passed","time":{"start":1729034144759,"stop":1729034144759,"duration":0}},{"uid":"1d99c18341393d31","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1d99c18341393d31","status":"passed","time":{"start":1729032198809,"stop":1729032198809,"duration":0}},{"uid":"8e612b0597e93f3d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e612b0597e93f3d","status":"passed","time":{"start":1728901901735,"stop":1728901901735,"duration":0}},{"uid":"20051c44cb5a0651","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/20051c44cb5a0651","status":"passed","time":{"start":1728893337227,"stop":1728893337228,"duration":1}},{"uid":"67277a3c81ab14da","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/67277a3c81ab14da","status":"passed","time":{"start":1728856299183,"stop":1728856299184,"duration":1}},{"uid":"58ccb40e70848a2a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58ccb40e70848a2a","status":"passed","time":{"start":1728738505369,"stop":1728738505369,"duration":0}},{"uid":"7295cf3159913e2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7295cf3159913e2","status":"passed","time":{"start":1728683045438,"stop":1728683045438,"duration":0}},{"uid":"716ca22dccf0578","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/716ca22dccf0578","status":"passed","time":{"start":1728682607280,"stop":1728682607281,"duration":1}},{"uid":"41de028d01d14104","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/41de028d01d14104","status":"passed","time":{"start":1728677103485,"stop":1728677103486,"duration":1}},{"uid":"9080a81017c86ae0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9080a81017c86ae0","status":"passed","time":{"start":1728669777111,"stop":1728669777111,"duration":0}},{"uid":"bb492b01e861668c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bb492b01e861668c","status":"passed","time":{"start":1728598163460,"stop":1728598163460,"duration":0}},{"uid":"729bbfc4c6f6359d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/729bbfc4c6f6359d","status":"passed","time":{"start":1728597375455,"stop":1728597375456,"duration":1}}]},"tags":[]},"source":"1f0963718de2c9c2.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/de0dcb3c4543210a.json b/7588/data/test-cases/1f3499efa0df51f7.json similarity index 80% rename from 7556/data/test-cases/de0dcb3c4543210a.json rename to 7588/data/test-cases/1f3499efa0df51f7.json index ea4fd4acf7a..42a9005f1b2 100644 --- a/7556/data/test-cases/de0dcb3c4543210a.json +++ b/7588/data/test-cases/1f3499efa0df51f7.json @@ -1 +1 @@ -{"uid":"de0dcb3c4543210a","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":1728457490925,"stop":1728457490926,"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":6,"unknown":0,"total":6},"items":[{"uid":"7689dc36c560a577","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/7689dc36c560a577","status":"passed","time":{"start":1728456439222,"stop":1728456439223,"duration":1}},{"uid":"4ca504444e6de14a","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/4ca504444e6de14a","status":"passed","time":{"start":1728456209555,"stop":1728456209558,"duration":3}},{"uid":"9cb9622f7517c235","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/9cb9622f7517c235","status":"passed","time":{"start":1728456126839,"stop":1728456126839,"duration":0}},{"uid":"2189009ddfd97b8f","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/2189009ddfd97b8f","status":"passed","time":{"start":1728455481802,"stop":1728455481802,"duration":0}},{"uid":"74c2e1d039de0a8f","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/74c2e1d039de0a8f","status":"passed","time":{"start":1728452438553,"stop":1728452438554,"duration":1}}]},"tags":[]},"source":"de0dcb3c4543210a.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f3499efa0df51f7","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":1729034640524,"stop":1729034640524,"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":15,"unknown":0,"total":15},"items":[{"uid":"350dd184a83e9bd6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/350dd184a83e9bd6","status":"passed","time":{"start":1729034411424,"stop":1729034411424,"duration":0}},{"uid":"1d69f15fbf1288f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d69f15fbf1288f6","status":"passed","time":{"start":1729034327405,"stop":1729034327405,"duration":0}},{"uid":"f4ce0c4080659a82","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f4ce0c4080659a82","status":"passed","time":{"start":1729034147778,"stop":1729034147778,"duration":0}},{"uid":"6c92071e4861828c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6c92071e4861828c","status":"passed","time":{"start":1729032204828,"stop":1729032204829,"duration":1}},{"uid":"3c86087dc08e4ada","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3c86087dc08e4ada","status":"passed","time":{"start":1728901907701,"stop":1728901907702,"duration":1}},{"uid":"2f40dbf253534aa2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2f40dbf253534aa2","status":"passed","time":{"start":1728893341889,"stop":1728893341889,"duration":0}},{"uid":"5b22832465ef5955","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5b22832465ef5955","status":"passed","time":{"start":1728856299376,"stop":1728856299381,"duration":5}},{"uid":"c58c441d136467b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c58c441d136467b9","status":"passed","time":{"start":1728738511618,"stop":1728738511618,"duration":0}},{"uid":"1fdca62b2a9d1e75","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1fdca62b2a9d1e75","status":"passed","time":{"start":1728683052912,"stop":1728683052912,"duration":0}},{"uid":"ae8f722b15ccbdb4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ae8f722b15ccbdb4","status":"passed","time":{"start":1728682612911,"stop":1728682612911,"duration":0}},{"uid":"a80a0f73f661845b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a80a0f73f661845b","status":"passed","time":{"start":1728677115747,"stop":1728677115747,"duration":0}},{"uid":"92dc8d1a7fdbda5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92dc8d1a7fdbda5","status":"passed","time":{"start":1728669778175,"stop":1728669778175,"duration":0}},{"uid":"30f7c7d7d2a4ab8f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/30f7c7d7d2a4ab8f","status":"passed","time":{"start":1728598175433,"stop":1728598175433,"duration":0}},{"uid":"b23de0690150eac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b23de0690150eac","status":"passed","time":{"start":1728597380062,"stop":1728597380063,"duration":1}}]},"tags":[]},"source":"1f3499efa0df51f7.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/1d85de2ee040890e.json b/7588/data/test-cases/1f8f8e48ed49263d.json similarity index 87% rename from 7556/data/test-cases/1d85de2ee040890e.json rename to 7588/data/test-cases/1f8f8e48ed49263d.json index d74da4352e3..ada377cacc4 100644 --- a/7556/data/test-cases/1d85de2ee040890e.json +++ b/7588/data/test-cases/1f8f8e48ed49263d.json @@ -1 +1 @@ -{"uid":"1d85de2ee040890e","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":1728457473517,"stop":1728457473518,"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":6,"unknown":0,"total":6},"items":[{"uid":"5e9e9d6a69ffc607","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/5e9e9d6a69ffc607","status":"passed","time":{"start":1728456428364,"stop":1728456428365,"duration":1}},{"uid":"172e62f1fbfedab","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/172e62f1fbfedab","status":"passed","time":{"start":1728456157797,"stop":1728456157798,"duration":1}},{"uid":"95e6d6f59b0cbafb","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/95e6d6f59b0cbafb","status":"passed","time":{"start":1728456063537,"stop":1728456063537,"duration":0}},{"uid":"8ce41b449996f5a2","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/8ce41b449996f5a2","status":"passed","time":{"start":1728455422526,"stop":1728455422526,"duration":0}},{"uid":"74a5a86c7704d0c7","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/74a5a86c7704d0c7","status":"passed","time":{"start":1728452417654,"stop":1728452417655,"duration":1}}]},"tags":[]},"source":"1d85de2ee040890e.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f8f8e48ed49263d","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":1729034617757,"stop":1729034617757,"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":15,"unknown":0,"total":15},"items":[{"uid":"db8ed804c46b1b04","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db8ed804c46b1b04","status":"passed","time":{"start":1729034370865,"stop":1729034370865,"duration":0}},{"uid":"a4ed7088422d7f0f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a4ed7088422d7f0f","status":"passed","time":{"start":1729034308869,"stop":1729034308869,"duration":0}},{"uid":"50b712ddeb49f24e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/50b712ddeb49f24e","status":"passed","time":{"start":1729034129472,"stop":1729034129472,"duration":0}},{"uid":"1f85d02826273168","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1f85d02826273168","status":"passed","time":{"start":1729032178366,"stop":1729032178366,"duration":0}},{"uid":"bb2973a2fc2c6239","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bb2973a2fc2c6239","status":"passed","time":{"start":1728901896345,"stop":1728901896345,"duration":0}},{"uid":"a6d57dc7668b5fa2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6d57dc7668b5fa2","status":"passed","time":{"start":1728893329023,"stop":1728893329023,"duration":0}},{"uid":"37a9e551f014ea37","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/37a9e551f014ea37","status":"passed","time":{"start":1728856284760,"stop":1728856284761,"duration":1}},{"uid":"f79eb867313791b4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f79eb867313791b4","status":"passed","time":{"start":1728738494938,"stop":1728738494938,"duration":0}},{"uid":"1e1fed5af4985ae7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1e1fed5af4985ae7","status":"passed","time":{"start":1728683033630,"stop":1728683033630,"duration":0}},{"uid":"13ef09a2146c3c0e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13ef09a2146c3c0e","status":"passed","time":{"start":1728682601734,"stop":1728682601734,"duration":0}},{"uid":"f08dcb9137d73754","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f08dcb9137d73754","status":"passed","time":{"start":1728677107959,"stop":1728677107960,"duration":1}},{"uid":"2863922b89e5e7e4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2863922b89e5e7e4","status":"passed","time":{"start":1728669764749,"stop":1728669764749,"duration":0}},{"uid":"8bb69940e8a160e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bb69940e8a160e7","status":"passed","time":{"start":1728598157560,"stop":1728598157561,"duration":1}},{"uid":"e5238b0744597bd1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5238b0744597bd1","status":"passed","time":{"start":1728597369059,"stop":1728597369059,"duration":0}}]},"tags":[]},"source":"1f8f8e48ed49263d.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/1ff56142e65706c5.json b/7588/data/test-cases/1ff56142e65706c5.json new file mode 100644 index 00000000000..5c7bb88359d --- /dev/null +++ b/7588/data/test-cases/1ff56142e65706c5.json @@ -0,0 +1 @@ +{"uid":"1ff56142e65706c5","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":1729034341403,"stop":1729034341403,"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":15,"unknown":0,"total":15},"items":[{"uid":"cb8924bb913106ba","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb8924bb913106ba","status":"passed","time":{"start":1729034104911,"stop":1729034104912,"duration":1}},{"uid":"f31d248c5958bfa3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f31d248c5958bfa3","status":"passed","time":{"start":1729034028509,"stop":1729034028509,"duration":0}},{"uid":"97ef2ec77bfc8e36","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97ef2ec77bfc8e36","status":"passed","time":{"start":1729033843117,"stop":1729033843118,"duration":1}},{"uid":"564cd65c91e9c8ab","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/564cd65c91e9c8ab","status":"passed","time":{"start":1729031892676,"stop":1729031892677,"duration":1}},{"uid":"89e120d4496cb1c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/89e120d4496cb1c6","status":"passed","time":{"start":1728901438810,"stop":1728901438811,"duration":1}},{"uid":"70d871a7bf33e93a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/70d871a7bf33e93a","status":"passed","time":{"start":1728892868999,"stop":1728892869000,"duration":1}},{"uid":"8f3e4c25394fafa6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f3e4c25394fafa6","status":"passed","time":{"start":1728855831891,"stop":1728855831892,"duration":1}},{"uid":"e2f1ef11125d9636","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e2f1ef11125d9636","status":"passed","time":{"start":1728738049039,"stop":1728738049039,"duration":0}},{"uid":"f636918b7f5cd5df","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f636918b7f5cd5df","status":"passed","time":{"start":1728682582617,"stop":1728682582618,"duration":1}},{"uid":"eaaddcd7ce2c27f0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eaaddcd7ce2c27f0","status":"passed","time":{"start":1728682155407,"stop":1728682155411,"duration":4}},{"uid":"8e7ec0bee1a29f8a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8e7ec0bee1a29f8a","status":"passed","time":{"start":1728676629973,"stop":1728676629973,"duration":0}},{"uid":"bbac6eea2a45a1df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bbac6eea2a45a1df","status":"passed","time":{"start":1728669353100,"stop":1728669353101,"duration":1}},{"uid":"4ff554124a3212e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ff554124a3212e7","status":"passed","time":{"start":1728597693845,"stop":1728597693845,"duration":0}},{"uid":"36489149fb91e49b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/36489149fb91e49b","status":"passed","time":{"start":1728596913090,"stop":1728596913090,"duration":0}}]},"tags":[]},"source":"1ff56142e65706c5.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2003724b05fc8a18.json b/7588/data/test-cases/2003724b05fc8a18.json new file mode 100644 index 00000000000..3c79b7af089 --- /dev/null +++ b/7588/data/test-cases/2003724b05fc8a18.json @@ -0,0 +1 @@ +{"uid":"2003724b05fc8a18","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":1729034558120,"stop":1729034558120,"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":14,"unknown":0,"total":14},"items":[{"uid":"71d810a36e6b4295","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71d810a36e6b4295","status":"passed","time":{"start":1729034245523,"stop":1729034245523,"duration":0}},{"uid":"2b36b89ea2eaee4d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2b36b89ea2eaee4d","status":"passed","time":{"start":1729034063498,"stop":1729034063498,"duration":0}},{"uid":"5a32d6a55c245dd9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a32d6a55c245dd9","status":"passed","time":{"start":1729032122637,"stop":1729032122638,"duration":1}},{"uid":"6e895c29149c05b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6e895c29149c05b2","status":"passed","time":{"start":1728901785637,"stop":1728901785638,"duration":1}},{"uid":"4d152926ba2659d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4d152926ba2659d","status":"passed","time":{"start":1728893218775,"stop":1728893218775,"duration":0}},{"uid":"17cc98e6b81ca647","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/17cc98e6b81ca647","status":"passed","time":{"start":1728856192661,"stop":1728856192662,"duration":1}},{"uid":"5f91025507728933","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5f91025507728933","status":"passed","time":{"start":1728738398088,"stop":1728738398088,"duration":0}},{"uid":"652d88f38563a6b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/652d88f38563a6b6","status":"passed","time":{"start":1728682944510,"stop":1728682944510,"duration":0}},{"uid":"4382e82a49062630","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4382e82a49062630","status":"passed","time":{"start":1728682507862,"stop":1728682507862,"duration":0}},{"uid":"6fbe1e2d615ed388","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6fbe1e2d615ed388","status":"passed","time":{"start":1728676995528,"stop":1728676995528,"duration":0}},{"uid":"b3ce441dca931b95","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b3ce441dca931b95","status":"passed","time":{"start":1728669665541,"stop":1728669665541,"duration":0}},{"uid":"c8faf59b959f4036","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c8faf59b959f4036","status":"passed","time":{"start":1728598056481,"stop":1728598056487,"duration":6}},{"uid":"3405b9c613814e58","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3405b9c613814e58","status":"passed","time":{"start":1728597264029,"stop":1728597264030,"duration":1}}]},"tags":[]},"source":"2003724b05fc8a18.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2968aad0dcba3823.json b/7588/data/test-cases/208fcfc79a2e9c58.json similarity index 88% rename from 7556/data/test-cases/2968aad0dcba3823.json rename to 7588/data/test-cases/208fcfc79a2e9c58.json index aa40c22e89d..425f8e986af 100644 --- a/7556/data/test-cases/2968aad0dcba3823.json +++ b/7588/data/test-cases/208fcfc79a2e9c58.json @@ -1 +1 @@ -{"uid":"2968aad0dcba3823","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":1728457510449,"stop":1728457510450,"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":6,"unknown":0,"total":6},"items":[{"uid":"e9004954ede5351a","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e9004954ede5351a","status":"passed","time":{"start":1728456448208,"stop":1728456448208,"duration":0}},{"uid":"6a9a72c8531e06b4","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/6a9a72c8531e06b4","status":"passed","time":{"start":1728456195700,"stop":1728456195701,"duration":1}},{"uid":"50bd903e7b818567","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/50bd903e7b818567","status":"passed","time":{"start":1728456166708,"stop":1728456166708,"duration":0}},{"uid":"b5ee1ecd74776493","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/b5ee1ecd74776493","status":"passed","time":{"start":1728455516729,"stop":1728455516729,"duration":0}},{"uid":"12f9fb4ab27d665b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/12f9fb4ab27d665b","status":"passed","time":{"start":1728452508945,"stop":1728452508945,"duration":0}}]},"tags":[]},"source":"2968aad0dcba3823.json","parameterValues":[]} \ No newline at end of file +{"uid":"208fcfc79a2e9c58","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":1729034631257,"stop":1729034631257,"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":15,"unknown":0,"total":15},"items":[{"uid":"ca5cd733cfe4d758","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ca5cd733cfe4d758","status":"passed","time":{"start":1729034400893,"stop":1729034400893,"duration":0}},{"uid":"7ee60c20cd644eaa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7ee60c20cd644eaa","status":"passed","time":{"start":1729034317462,"stop":1729034317463,"duration":1}},{"uid":"3f114817c175f285","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f114817c175f285","status":"passed","time":{"start":1729034137144,"stop":1729034137145,"duration":1}},{"uid":"3c427125d5907fb3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c427125d5907fb3","status":"passed","time":{"start":1729032206878,"stop":1729032206878,"duration":0}},{"uid":"30361165a6e2cc49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/30361165a6e2cc49","status":"passed","time":{"start":1728901995024,"stop":1728901995025,"duration":1}},{"uid":"a33dc5f0f4dfa10a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a33dc5f0f4dfa10a","status":"passed","time":{"start":1728893421000,"stop":1728893421000,"duration":0}},{"uid":"9eb3e7f0690cf5c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9eb3e7f0690cf5c","status":"passed","time":{"start":1728856368599,"stop":1728856368600,"duration":1}},{"uid":"6e65124508631b91","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e65124508631b91","status":"passed","time":{"start":1728738604684,"stop":1728738604685,"duration":1}},{"uid":"7ca4b266dc6c53f8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ca4b266dc6c53f8","status":"passed","time":{"start":1728683117638,"stop":1728683117639,"duration":1}},{"uid":"7daf0459634c2104","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7daf0459634c2104","status":"passed","time":{"start":1728682721321,"stop":1728682721321,"duration":0}},{"uid":"3a4ecc175845195e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3a4ecc175845195e","status":"passed","time":{"start":1728677184686,"stop":1728677184687,"duration":1}},{"uid":"b68aac306e605830","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b68aac306e605830","status":"passed","time":{"start":1728669866456,"stop":1728669866456,"duration":0}},{"uid":"798da8c5f2c999cb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/798da8c5f2c999cb","status":"passed","time":{"start":1728598249995,"stop":1728598249995,"duration":0}},{"uid":"786c175df554a59f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/786c175df554a59f","status":"passed","time":{"start":1728597472300,"stop":1728597472301,"duration":1}}]},"tags":[]},"source":"208fcfc79a2e9c58.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2196992d36043067.json b/7588/data/test-cases/2196992d36043067.json new file mode 100644 index 00000000000..a804c39e2b5 --- /dev/null +++ b/7588/data/test-cases/2196992d36043067.json @@ -0,0 +1 @@ +{"uid":"2196992d36043067","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":1729034332626,"stop":1729034332626,"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":15,"unknown":0,"total":15},"items":[{"uid":"cd72e9513e521a11","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cd72e9513e521a11","status":"passed","time":{"start":1729034096128,"stop":1729034096128,"duration":0}},{"uid":"611a22a6bc31c6f0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/611a22a6bc31c6f0","status":"passed","time":{"start":1729034020086,"stop":1729034020086,"duration":0}},{"uid":"825ed285bf8a59f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/825ed285bf8a59f6","status":"passed","time":{"start":1729033834379,"stop":1729033834379,"duration":0}},{"uid":"51a2b782c2582037","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/51a2b782c2582037","status":"passed","time":{"start":1729031884110,"stop":1729031884111,"duration":1}},{"uid":"1fe54ffef6810b7d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1fe54ffef6810b7d","status":"passed","time":{"start":1728901430250,"stop":1728901430251,"duration":1}},{"uid":"51efcac002233f25","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51efcac002233f25","status":"passed","time":{"start":1728892860527,"stop":1728892860527,"duration":0}},{"uid":"cc44dd6dc88ef57","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc44dd6dc88ef57","status":"passed","time":{"start":1728855823317,"stop":1728855823318,"duration":1}},{"uid":"6f976aad8691292a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f976aad8691292a","status":"passed","time":{"start":1728738040596,"stop":1728738040596,"duration":0}},{"uid":"d86a4331cd57557a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d86a4331cd57557a","status":"passed","time":{"start":1728682574086,"stop":1728682574087,"duration":1}},{"uid":"db07907abccb1834","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db07907abccb1834","status":"passed","time":{"start":1728682146811,"stop":1728682146811,"duration":0}},{"uid":"9adeab327c5d3c33","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9adeab327c5d3c33","status":"passed","time":{"start":1728676621426,"stop":1728676621427,"duration":1}},{"uid":"a92c4eeb7908bcd7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a92c4eeb7908bcd7","status":"passed","time":{"start":1728669344462,"stop":1728669344462,"duration":0}},{"uid":"daf3d922c7c75b7d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/daf3d922c7c75b7d","status":"passed","time":{"start":1728597685156,"stop":1728597685156,"duration":0}},{"uid":"8640b503d7b0a53c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8640b503d7b0a53c","status":"passed","time":{"start":1728596904462,"stop":1728596904462,"duration":0}}]},"tags":[]},"source":"2196992d36043067.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/21aaa4ea5e2f99b7.json b/7588/data/test-cases/21aaa4ea5e2f99b7.json new file mode 100644 index 00000000000..0a857c2114f --- /dev/null +++ b/7588/data/test-cases/21aaa4ea5e2f99b7.json @@ -0,0 +1 @@ +{"uid":"21aaa4ea5e2f99b7","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":1729034341405,"stop":1729034341405,"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":15,"unknown":0,"total":15},"items":[{"uid":"7cab2f2477f2183a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7cab2f2477f2183a","status":"passed","time":{"start":1729034104913,"stop":1729034104917,"duration":4}},{"uid":"5c6ca4b1eb04eb73","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5c6ca4b1eb04eb73","status":"passed","time":{"start":1729034028515,"stop":1729034028515,"duration":0}},{"uid":"e1dd3b8041b1fb0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e1dd3b8041b1fb0d","status":"passed","time":{"start":1729033843119,"stop":1729033843123,"duration":4}},{"uid":"843408000b655092","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/843408000b655092","status":"passed","time":{"start":1729031892681,"stop":1729031892681,"duration":0}},{"uid":"d90aef6dcacbdc67","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d90aef6dcacbdc67","status":"passed","time":{"start":1728901438812,"stop":1728901438812,"duration":0}},{"uid":"e8b2a78765e6a71e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e8b2a78765e6a71e","status":"passed","time":{"start":1728892869005,"stop":1728892869005,"duration":0}},{"uid":"dba33df5ed967df1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dba33df5ed967df1","status":"passed","time":{"start":1728855831896,"stop":1728855831897,"duration":1}},{"uid":"f2f8bdeb5adc13b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f2f8bdeb5adc13b","status":"passed","time":{"start":1728738049044,"stop":1728738049044,"duration":0}},{"uid":"d324acbfc44c9882","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d324acbfc44c9882","status":"passed","time":{"start":1728682582624,"stop":1728682582624,"duration":0}},{"uid":"29fdcb0a19cb8eb8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/29fdcb0a19cb8eb8","status":"passed","time":{"start":1728682155412,"stop":1728682155412,"duration":0}},{"uid":"ca3db491bd824747","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca3db491bd824747","status":"passed","time":{"start":1728676629978,"stop":1728676629979,"duration":1}},{"uid":"e05798c988c7d888","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e05798c988c7d888","status":"passed","time":{"start":1728669353105,"stop":1728669353106,"duration":1}},{"uid":"ff9a10f6c3f579a1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ff9a10f6c3f579a1","status":"passed","time":{"start":1728597693851,"stop":1728597693852,"duration":1}},{"uid":"8907301340bf0965","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8907301340bf0965","status":"passed","time":{"start":1728596913095,"stop":1728596913096,"duration":1}}]},"tags":[]},"source":"21aaa4ea5e2f99b7.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/221ff11e27568546.json b/7588/data/test-cases/221ff11e27568546.json new file mode 100644 index 00000000000..9e450534fd4 --- /dev/null +++ b/7588/data/test-cases/221ff11e27568546.json @@ -0,0 +1 @@ +{"uid":"221ff11e27568546","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":1729034399691,"stop":1729034399691,"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":15,"unknown":0,"total":15},"items":[{"uid":"1518649cb31d3a39","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1518649cb31d3a39","status":"passed","time":{"start":1729034162497,"stop":1729034162497,"duration":0}},{"uid":"c56f2665ac3c04ba","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c56f2665ac3c04ba","status":"passed","time":{"start":1729034086608,"stop":1729034086612,"duration":4}},{"uid":"32f4f8a1e52efceb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32f4f8a1e52efceb","status":"passed","time":{"start":1729033900634,"stop":1729033900635,"duration":1}},{"uid":"c43a621be12e9fcd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c43a621be12e9fcd","status":"passed","time":{"start":1729031950406,"stop":1729031950407,"duration":1}},{"uid":"b6b0ce548b73a4da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b6b0ce548b73a4da","status":"passed","time":{"start":1728901494878,"stop":1728901494878,"duration":0}},{"uid":"a9e6dc918a66a5e9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a9e6dc918a66a5e9","status":"passed","time":{"start":1728892927096,"stop":1728892927097,"duration":1}},{"uid":"6515b36915bd3edd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6515b36915bd3edd","status":"passed","time":{"start":1728855889014,"stop":1728855889014,"duration":0}},{"uid":"2001d796e4ce5ee3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2001d796e4ce5ee3","status":"passed","time":{"start":1728738105940,"stop":1728738105941,"duration":1}},{"uid":"a3f0a0d34d16dca3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a3f0a0d34d16dca3","status":"passed","time":{"start":1728682639925,"stop":1728682639925,"duration":0}},{"uid":"4ceb992393149249","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4ceb992393149249","status":"passed","time":{"start":1728682212118,"stop":1728682212119,"duration":1}},{"uid":"1b5c3405d5c7798d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b5c3405d5c7798d","status":"passed","time":{"start":1728676687920,"stop":1728676687920,"duration":0}},{"uid":"dab4bb2f88c3e557","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dab4bb2f88c3e557","status":"passed","time":{"start":1728669411846,"stop":1728669411846,"duration":0}},{"uid":"4a19a0fc4b4739e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4a19a0fc4b4739e","status":"passed","time":{"start":1728597751011,"stop":1728597751012,"duration":1}},{"uid":"f076dc5be6e29c5a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f076dc5be6e29c5a","status":"passed","time":{"start":1728596968267,"stop":1728596968267,"duration":0}}]},"tags":[]},"source":"221ff11e27568546.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/fff0660079d5bb83.json b/7588/data/test-cases/222368b63cff5049.json similarity index 85% rename from 7556/data/test-cases/fff0660079d5bb83.json rename to 7588/data/test-cases/222368b63cff5049.json index 03c3007d1d0..f445bf351f5 100644 --- a/7556/data/test-cases/fff0660079d5bb83.json +++ b/7588/data/test-cases/222368b63cff5049.json @@ -1 +1 @@ -{"uid":"fff0660079d5bb83","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":1728457360308,"stop":1728457360309,"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":6,"unknown":0,"total":6},"items":[{"uid":"23cda15ada567e06","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/23cda15ada567e06","status":"passed","time":{"start":1728456312494,"stop":1728456312495,"duration":1}},{"uid":"33a0e48f08217d33","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/33a0e48f08217d33","status":"passed","time":{"start":1728456013947,"stop":1728456013947,"duration":0}},{"uid":"f99248cddda57300","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/f99248cddda57300","status":"passed","time":{"start":1728455837443,"stop":1728455837443,"duration":0}},{"uid":"778cbf78e8384d09","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/778cbf78e8384d09","status":"passed","time":{"start":1728455198907,"stop":1728455198908,"duration":1}},{"uid":"922bbe8cca001585","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/922bbe8cca001585","status":"passed","time":{"start":1728452203351,"stop":1728452203352,"duration":1}}]},"tags":[]},"source":"fff0660079d5bb83.json","parameterValues":[]} \ No newline at end of file +{"uid":"222368b63cff5049","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":1729034536101,"stop":1729034536101,"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":14,"unknown":0,"total":14},"items":[{"uid":"f17e5ee1b5523b0a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f17e5ee1b5523b0a","status":"passed","time":{"start":1729034296707,"stop":1729034296707,"duration":0}},{"uid":"5c65d425ccf989a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5c65d425ccf989a","status":"passed","time":{"start":1729034220605,"stop":1729034220605,"duration":0}},{"uid":"1304bb9dded24530","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1304bb9dded24530","status":"passed","time":{"start":1729034041488,"stop":1729034041488,"duration":0}},{"uid":"2fb8db8f716082c8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fb8db8f716082c8","status":"passed","time":{"start":1728901705402,"stop":1728901705403,"duration":1}},{"uid":"34242659cfadb76a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/34242659cfadb76a","status":"passed","time":{"start":1728893141777,"stop":1728893141777,"duration":0}},{"uid":"6f3c723e87178b8f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6f3c723e87178b8f","status":"passed","time":{"start":1728856087083,"stop":1728856087084,"duration":1}},{"uid":"1d4e546e4d5bc419","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1d4e546e4d5bc419","status":"passed","time":{"start":1728738321436,"stop":1728738321436,"duration":0}},{"uid":"4d72745ff6ad363b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d72745ff6ad363b","status":"passed","time":{"start":1728682845674,"stop":1728682845674,"duration":0}},{"uid":"ac62b52177f319b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac62b52177f319b4","status":"passed","time":{"start":1728682424310,"stop":1728682424311,"duration":1}},{"uid":"f0ea367f6279abaf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f0ea367f6279abaf","status":"passed","time":{"start":1728676900533,"stop":1728676900539,"duration":6}},{"uid":"bb27b4c96d6121a1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb27b4c96d6121a1","status":"passed","time":{"start":1728669625800,"stop":1728669625800,"duration":0}},{"uid":"41e563b46edd1fea","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/41e563b46edd1fea","status":"passed","time":{"start":1728597957166,"stop":1728597957167,"duration":1}},{"uid":"545c5c4b2643652d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/545c5c4b2643652d","status":"passed","time":{"start":1728597182618,"stop":1728597182618,"duration":0}}]},"tags":[]},"source":"222368b63cff5049.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ca5abf3529f7900c.json b/7588/data/test-cases/228d9d52124a6364.json similarity index 88% rename from 7556/data/test-cases/ca5abf3529f7900c.json rename to 7588/data/test-cases/228d9d52124a6364.json index 9a0edfb5066..188796ea00f 100644 --- a/7556/data/test-cases/ca5abf3529f7900c.json +++ b/7588/data/test-cases/228d9d52124a6364.json @@ -1 +1 @@ -{"uid":"ca5abf3529f7900c","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":1728457510437,"stop":1728457510437,"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":6,"unknown":0,"total":6},"items":[{"uid":"71916debb51ab062","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/71916debb51ab062","status":"passed","time":{"start":1728456448198,"stop":1728456448198,"duration":0}},{"uid":"f5b5c62355932b9d","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f5b5c62355932b9d","status":"passed","time":{"start":1728456195693,"stop":1728456195693,"duration":0}},{"uid":"a2754a74cf5b4b6c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/a2754a74cf5b4b6c","status":"passed","time":{"start":1728456166704,"stop":1728456166704,"duration":0}},{"uid":"57844dde073a7cb1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/57844dde073a7cb1","status":"passed","time":{"start":1728455516705,"stop":1728455516705,"duration":0}},{"uid":"ab06a2e298497f5","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/ab06a2e298497f5","status":"passed","time":{"start":1728452508941,"stop":1728452508941,"duration":0}}]},"tags":[]},"source":"ca5abf3529f7900c.json","parameterValues":[]} \ No newline at end of file +{"uid":"228d9d52124a6364","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":1729034631251,"stop":1729034631251,"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":15,"unknown":0,"total":15},"items":[{"uid":"b77e9dd58d3c6a1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b77e9dd58d3c6a1","status":"passed","time":{"start":1729034400887,"stop":1729034400887,"duration":0}},{"uid":"30f2c9972d01f3ba","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/30f2c9972d01f3ba","status":"passed","time":{"start":1729034317449,"stop":1729034317450,"duration":1}},{"uid":"8f53383fae484a00","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8f53383fae484a00","status":"passed","time":{"start":1729034137133,"stop":1729034137134,"duration":1}},{"uid":"beae535f4885f50d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/beae535f4885f50d","status":"passed","time":{"start":1729032206874,"stop":1729032206874,"duration":0}},{"uid":"457a3422c9d7924f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/457a3422c9d7924f","status":"passed","time":{"start":1728901995020,"stop":1728901995021,"duration":1}},{"uid":"874448abc1866b20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/874448abc1866b20","status":"passed","time":{"start":1728893420994,"stop":1728893420994,"duration":0}},{"uid":"e340087bf9b98ec2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e340087bf9b98ec2","status":"passed","time":{"start":1728856368595,"stop":1728856368595,"duration":0}},{"uid":"a8441606636b2f29","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a8441606636b2f29","status":"passed","time":{"start":1728738604679,"stop":1728738604680,"duration":1}},{"uid":"1974c012edc4859","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1974c012edc4859","status":"passed","time":{"start":1728683117621,"stop":1728683117624,"duration":3}},{"uid":"99040ab74e238954","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99040ab74e238954","status":"passed","time":{"start":1728682721317,"stop":1728682721317,"duration":0}},{"uid":"cc53a917fa276094","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cc53a917fa276094","status":"passed","time":{"start":1728677184682,"stop":1728677184682,"duration":0}},{"uid":"c4c26fbb9cde34e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4c26fbb9cde34e2","status":"passed","time":{"start":1728669866448,"stop":1728669866449,"duration":1}},{"uid":"28b5924b6d2f8023","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/28b5924b6d2f8023","status":"passed","time":{"start":1728598249975,"stop":1728598249975,"duration":0}},{"uid":"3018388890f32b7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3018388890f32b7e","status":"passed","time":{"start":1728597472290,"stop":1728597472290,"duration":0}}]},"tags":[]},"source":"228d9d52124a6364.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/22f5bce6fe78ddf9.json b/7588/data/test-cases/22f5bce6fe78ddf9.json new file mode 100644 index 00000000000..6eed77d33ae --- /dev/null +++ b/7588/data/test-cases/22f5bce6fe78ddf9.json @@ -0,0 +1 @@ +{"uid":"22f5bce6fe78ddf9","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":1729034565828,"stop":1729034565830,"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 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":13,"unknown":0,"total":13},"items":[{"uid":"7eda6bf672169ba5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7eda6bf672169ba5","status":"passed","time":{"start":1729034325770,"stop":1729034325772,"duration":2}},{"uid":"219972f98b22b608","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/219972f98b22b608","status":"passed","time":{"start":1729034249508,"stop":1729034249509,"duration":1}},{"uid":"d9c840556bfa3253","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9c840556bfa3253","status":"passed","time":{"start":1729034066152,"stop":1729034066152,"duration":0}},{"uid":"5386986d9f3d724d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5386986d9f3d724d","status":"passed","time":{"start":1728901782835,"stop":1728901782835,"duration":0}},{"uid":"8e48dafb3d174805","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e48dafb3d174805","status":"passed","time":{"start":1728893215982,"stop":1728893215983,"duration":1}},{"uid":"a29d1d760277ce06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a29d1d760277ce06","status":"passed","time":{"start":1728856159198,"stop":1728856159198,"duration":0}},{"uid":"d127572b6d47526b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d127572b6d47526b","status":"passed","time":{"start":1728738371832,"stop":1728738371833,"duration":1}},{"uid":"3f6190c4ff363f53","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f6190c4ff363f53","status":"passed","time":{"start":1728682915878,"stop":1728682915879,"duration":1}},{"uid":"3c4c2d046a0d7b59","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3c4c2d046a0d7b59","status":"passed","time":{"start":1728682496450,"stop":1728682496454,"duration":4}},{"uid":"d991fd3c565be6b1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d991fd3c565be6b1","status":"passed","time":{"start":1728676980219,"stop":1728676980219,"duration":0}},{"uid":"403ed754357549f1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/403ed754357549f1","status":"passed","time":{"start":1728598045383,"stop":1728598045383,"duration":0}},{"uid":"e28320c3767ea77","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e28320c3767ea77","status":"passed","time":{"start":1728597260328,"stop":1728597260328,"duration":0}}]},"tags":[]},"source":"22f5bce6fe78ddf9.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/22f62e466e4917ca.json b/7588/data/test-cases/22f62e466e4917ca.json new file mode 100644 index 00000000000..5468d7e2a0f --- /dev/null +++ b/7588/data/test-cases/22f62e466e4917ca.json @@ -0,0 +1 @@ +{"uid":"22f62e466e4917ca","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":1729034332609,"stop":1729034332609,"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":15,"unknown":0,"total":15},"items":[{"uid":"1a8cbda33544308b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1a8cbda33544308b","status":"passed","time":{"start":1729034096110,"stop":1729034096111,"duration":1}},{"uid":"79e580157464f717","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/79e580157464f717","status":"passed","time":{"start":1729034020073,"stop":1729034020073,"duration":0}},{"uid":"d1ab7ea949bb04c3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1ab7ea949bb04c3","status":"passed","time":{"start":1729033834361,"stop":1729033834362,"duration":1}},{"uid":"de7573142c39756e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/de7573142c39756e","status":"passed","time":{"start":1729031884090,"stop":1729031884091,"duration":1}},{"uid":"10d1f4de22adb7c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/10d1f4de22adb7c6","status":"passed","time":{"start":1728901430242,"stop":1728901430243,"duration":1}},{"uid":"8acd47c31baecfe9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8acd47c31baecfe9","status":"passed","time":{"start":1728892860517,"stop":1728892860517,"duration":0}},{"uid":"4cdf4381a0a1c0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4cdf4381a0a1c0f","status":"passed","time":{"start":1728855823308,"stop":1728855823308,"duration":0}},{"uid":"717bade074f4d437","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/717bade074f4d437","status":"passed","time":{"start":1728738040570,"stop":1728738040570,"duration":0}},{"uid":"bd7b7b3a0f2f0f87","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bd7b7b3a0f2f0f87","status":"passed","time":{"start":1728682574068,"stop":1728682574068,"duration":0}},{"uid":"47a8c4ff81ff598a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/47a8c4ff81ff598a","status":"passed","time":{"start":1728682146795,"stop":1728682146796,"duration":1}},{"uid":"a65a1819c83c992c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a65a1819c83c992c","status":"passed","time":{"start":1728676621404,"stop":1728676621405,"duration":1}},{"uid":"d5a28f3aeec82e39","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d5a28f3aeec82e39","status":"passed","time":{"start":1728669344454,"stop":1728669344454,"duration":0}},{"uid":"88ec0b4f9d4034f4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/88ec0b4f9d4034f4","status":"passed","time":{"start":1728597685135,"stop":1728597685136,"duration":1}},{"uid":"c5c53b85fca8a605","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c5c53b85fca8a605","status":"passed","time":{"start":1728596904442,"stop":1728596904442,"duration":0}}]},"tags":[]},"source":"22f62e466e4917ca.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2302021be6c3af66.json b/7588/data/test-cases/2302021be6c3af66.json new file mode 100644 index 00000000000..b754658aa45 --- /dev/null +++ b/7588/data/test-cases/2302021be6c3af66.json @@ -0,0 +1 @@ +{"uid":"2302021be6c3af66","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":1729034470391,"stop":1729034470394,"duration":3},"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},{"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},{"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":15,"unknown":0,"total":15},"items":[{"uid":"683c3f8fa28ffb4d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/683c3f8fa28ffb4d","status":"passed","time":{"start":1729034238413,"stop":1729034238413,"duration":0}},{"uid":"af849ecbb36dce0c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/af849ecbb36dce0c","status":"passed","time":{"start":1729034157654,"stop":1729034157654,"duration":0}},{"uid":"f676f8e4a965f9ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f676f8e4a965f9ca","status":"passed","time":{"start":1729033974456,"stop":1729033974459,"duration":3}},{"uid":"5a3b13f526f7de2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a3b13f526f7de2","status":"passed","time":{"start":1729032027768,"stop":1729032027773,"duration":5}},{"uid":"ddea1498b177c9ae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ddea1498b177c9ae","status":"passed","time":{"start":1728901614552,"stop":1728901614553,"duration":1}},{"uid":"c7bf414e125704f4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c7bf414e125704f4","status":"passed","time":{"start":1728893048597,"stop":1728893048597,"duration":0}},{"uid":"a770ef6156669f17","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a770ef6156669f17","status":"passed","time":{"start":1728856013562,"stop":1728856013562,"duration":0}},{"uid":"584e4056fcb3936f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/584e4056fcb3936f","status":"passed","time":{"start":1728738231633,"stop":1728738231633,"duration":0}},{"uid":"d0716e846879d94b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0716e846879d94b","status":"passed","time":{"start":1728682761075,"stop":1728682761075,"duration":0}},{"uid":"cf6cb4c8b657d833","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cf6cb4c8b657d833","status":"passed","time":{"start":1728682330637,"stop":1728682330637,"duration":0}},{"uid":"ecac75b9c348f37f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ecac75b9c348f37f","status":"passed","time":{"start":1728676808326,"stop":1728676808326,"duration":0}},{"uid":"cc2c7d1045a27c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc2c7d1045a27c5","status":"passed","time":{"start":1728669528229,"stop":1728669528229,"duration":0}},{"uid":"8dbe35b3492a8de0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8dbe35b3492a8de0","status":"passed","time":{"start":1728597872228,"stop":1728597872229,"duration":1}},{"uid":"77e376924c81eb50","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/77e376924c81eb50","status":"passed","time":{"start":1728597087690,"stop":1728597087690,"duration":0}}]},"tags":[]},"source":"2302021be6c3af66.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/1be83f180ca35c99.json b/7588/data/test-cases/2360e41fcb8436ee.json similarity index 85% rename from 7556/data/test-cases/1be83f180ca35c99.json rename to 7588/data/test-cases/2360e41fcb8436ee.json index 97713e2e366..0b4e134743e 100644 --- a/7556/data/test-cases/1be83f180ca35c99.json +++ b/7588/data/test-cases/2360e41fcb8436ee.json @@ -1 +1 @@ -{"uid":"1be83f180ca35c99","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":1728457537139,"stop":1728457537139,"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":6,"unknown":0,"total":6},"items":[{"uid":"72132c3c191168da","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/72132c3c191168da","status":"passed","time":{"start":1728456499110,"stop":1728456499110,"duration":0}},{"uid":"f00389ad1ae76942","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f00389ad1ae76942","status":"passed","time":{"start":1728456215101,"stop":1728456215101,"duration":0}},{"uid":"46d80d13c5ddbf2a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/46d80d13c5ddbf2a","status":"passed","time":{"start":1728456167143,"stop":1728456167144,"duration":1}},{"uid":"be33c870dbdb145b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/be33c870dbdb145b","status":"passed","time":{"start":1728455518206,"stop":1728455518207,"duration":1}},{"uid":"24f1e645fdddbe90","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/24f1e645fdddbe90","status":"passed","time":{"start":1728452534892,"stop":1728452534892,"duration":0}}]},"tags":[]},"source":"1be83f180ca35c99.json","parameterValues":[]} \ No newline at end of file +{"uid":"2360e41fcb8436ee","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":1729034704504,"stop":1729034704504,"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":15,"unknown":0,"total":15},"items":[{"uid":"931077f4a8020654","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/931077f4a8020654","status":"passed","time":{"start":1729034474997,"stop":1729034474998,"duration":1}},{"uid":"3c4062b5a29e3d26","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c4062b5a29e3d26","status":"passed","time":{"start":1729034395298,"stop":1729034395298,"duration":0}},{"uid":"dd09531aa7c5e035","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd09531aa7c5e035","status":"passed","time":{"start":1729034209111,"stop":1729034209112,"duration":1}},{"uid":"f2f6cc50340661e6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f2f6cc50340661e6","status":"passed","time":{"start":1729032264580,"stop":1729032264580,"duration":0}},{"uid":"bf77b8ae3772e310","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bf77b8ae3772e310","status":"passed","time":{"start":1728902012870,"stop":1728902012871,"duration":1}},{"uid":"dcb90a27e2154d7d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dcb90a27e2154d7d","status":"passed","time":{"start":1728893454821,"stop":1728893454821,"duration":0}},{"uid":"afbfe523a38852a7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/afbfe523a38852a7","status":"passed","time":{"start":1728856408464,"stop":1728856408464,"duration":0}},{"uid":"a8c6e38e8c71d5e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a8c6e38e8c71d5e0","status":"passed","time":{"start":1728738633864,"stop":1728738633865,"duration":1}},{"uid":"9dbc150e61488a97","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9dbc150e61488a97","status":"passed","time":{"start":1728683159807,"stop":1728683159812,"duration":5}},{"uid":"98406b888f275d41","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/98406b888f275d41","status":"passed","time":{"start":1728682751340,"stop":1728682751340,"duration":0}},{"uid":"d983adb104042154","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d983adb104042154","status":"passed","time":{"start":1728677216374,"stop":1728677216374,"duration":0}},{"uid":"1b06b450e66f5b88","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1b06b450e66f5b88","status":"passed","time":{"start":1728669925461,"stop":1728669925461,"duration":0}},{"uid":"58e7d0b59c0c47c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58e7d0b59c0c47c6","status":"passed","time":{"start":1728598268816,"stop":1728598268817,"duration":1}},{"uid":"cdc6fac0eaeb4791","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cdc6fac0eaeb4791","status":"passed","time":{"start":1728597503945,"stop":1728597503945,"duration":0}}]},"tags":[]},"source":"2360e41fcb8436ee.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/238a5ff60dd4cac7.json b/7588/data/test-cases/238a5ff60dd4cac7.json new file mode 100644 index 00000000000..2fd58462c19 --- /dev/null +++ b/7588/data/test-cases/238a5ff60dd4cac7.json @@ -0,0 +1 @@ +{"uid":"238a5ff60dd4cac7","name":"Sample","fullName":"/src/multiaddrs_codec.spec.ts: ENR multiaddrs codec > Sample","historyId":"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034340708,"stop":1729034340709,"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":15,"unknown":0,"total":15},"items":[{"uid":"55da05a822bf1b51","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/55da05a822bf1b51","status":"passed","time":{"start":1729034104321,"stop":1729034104321,"duration":0}},{"uid":"bd8b9ac0e75a9a64","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bd8b9ac0e75a9a64","status":"passed","time":{"start":1729034027864,"stop":1729034027864,"duration":0}},{"uid":"d1b12e7fdfb860f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1b12e7fdfb860f3","status":"passed","time":{"start":1729033842408,"stop":1729033842409,"duration":1}},{"uid":"e27bf6e129cfaa37","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e27bf6e129cfaa37","status":"passed","time":{"start":1729031892167,"stop":1729031892167,"duration":0}},{"uid":"a5e51aa24848399e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a5e51aa24848399e","status":"passed","time":{"start":1728901438127,"stop":1728901438127,"duration":0}},{"uid":"72f4adb10fcdecbb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/72f4adb10fcdecbb","status":"passed","time":{"start":1728892868418,"stop":1728892868418,"duration":0}},{"uid":"c2fa94ba8fbe59fc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c2fa94ba8fbe59fc","status":"passed","time":{"start":1728855831277,"stop":1728855831277,"duration":0}},{"uid":"aa7383e96cc80211","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa7383e96cc80211","status":"passed","time":{"start":1728738048557,"stop":1728738048557,"duration":0}},{"uid":"10a4e18f7314bc0f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/10a4e18f7314bc0f","status":"passed","time":{"start":1728682581999,"stop":1728682582000,"duration":1}},{"uid":"b733aa8c3a86f301","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b733aa8c3a86f301","status":"passed","time":{"start":1728682154806,"stop":1728682154806,"duration":0}},{"uid":"837ca05de0dfa42d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/837ca05de0dfa42d","status":"passed","time":{"start":1728676629353,"stop":1728676629354,"duration":1}},{"uid":"514fcad09b73a738","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/514fcad09b73a738","status":"passed","time":{"start":1728669352549,"stop":1728669352549,"duration":0}},{"uid":"63e47427e80b15aa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/63e47427e80b15aa","status":"passed","time":{"start":1728597693134,"stop":1728597693134,"duration":0}},{"uid":"ad714c4fe0b072d8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ad714c4fe0b072d8","status":"passed","time":{"start":1728596912451,"stop":1728596912452,"duration":1}}]},"tags":[]},"source":"238a5ff60dd4cac7.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/23a51dabe58f1529.json b/7588/data/test-cases/23a51dabe58f1529.json new file mode 100644 index 00000000000..bbaf794f08b --- /dev/null +++ b/7588/data/test-cases/23a51dabe58f1529.json @@ -0,0 +1 @@ +{"uid":"23a51dabe58f1529","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":1729034340754,"stop":1729034340755,"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":15,"unknown":0,"total":15},"items":[{"uid":"9852a6d4c8ac74eb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9852a6d4c8ac74eb","status":"passed","time":{"start":1729034104175,"stop":1729034104176,"duration":1}},{"uid":"8383634ae7fea911","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8383634ae7fea911","status":"passed","time":{"start":1729034027741,"stop":1729034027742,"duration":1}},{"uid":"b5b14d188c85eb07","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b5b14d188c85eb07","status":"passed","time":{"start":1729033842347,"stop":1729033842347,"duration":0}},{"uid":"a06424c5ac32ffdc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a06424c5ac32ffdc","status":"passed","time":{"start":1729031892046,"stop":1729031892047,"duration":1}},{"uid":"ebce218061788ea2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ebce218061788ea2","status":"passed","time":{"start":1728901438029,"stop":1728901438029,"duration":0}},{"uid":"d227e33af0413d5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d227e33af0413d5","status":"passed","time":{"start":1728892868232,"stop":1728892868233,"duration":1}},{"uid":"ed1c6b57b0deec0e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed1c6b57b0deec0e","status":"passed","time":{"start":1728855831079,"stop":1728855831080,"duration":1}},{"uid":"50ba10b65bf5b06e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/50ba10b65bf5b06e","status":"passed","time":{"start":1728738048442,"stop":1728738048442,"duration":0}},{"uid":"1cee109407a0ddf3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1cee109407a0ddf3","status":"passed","time":{"start":1728682581843,"stop":1728682581845,"duration":2}},{"uid":"d7ca026331a9095b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d7ca026331a9095b","status":"passed","time":{"start":1728682154707,"stop":1728682154708,"duration":1}},{"uid":"21d2f11094408f35","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/21d2f11094408f35","status":"passed","time":{"start":1728676629296,"stop":1728676629301,"duration":5}},{"uid":"f4e6d40bb219f76c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4e6d40bb219f76c","status":"passed","time":{"start":1728669352210,"stop":1728669352211,"duration":1}},{"uid":"6502fae7269a286e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6502fae7269a286e","status":"passed","time":{"start":1728597693016,"stop":1728597693018,"duration":2}},{"uid":"d75573d89fc8c91a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d75573d89fc8c91a","status":"passed","time":{"start":1728596912518,"stop":1728596912533,"duration":15}}]},"tags":[]},"source":"23a51dabe58f1529.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/23bddc7f47bba6bb.json b/7588/data/test-cases/23bddc7f47bba6bb.json new file mode 100644 index 00000000000..3af7d0b7ef1 --- /dev/null +++ b/7588/data/test-cases/23bddc7f47bba6bb.json @@ -0,0 +1 @@ +{"uid":"23bddc7f47bba6bb","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":1729034536790,"stop":1729034536793,"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: 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":15,"unknown":0,"total":15},"items":[{"uid":"34443d1b8e3921bc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/34443d1b8e3921bc","status":"passed","time":{"start":1729034307034,"stop":1729034307035,"duration":1}},{"uid":"5bcf2038d7426cc0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5bcf2038d7426cc0","status":"passed","time":{"start":1729034223311,"stop":1729034223312,"duration":1}},{"uid":"915c1756a568e32a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/915c1756a568e32a","status":"passed","time":{"start":1729034034986,"stop":1729034034987,"duration":1}},{"uid":"c01858724309048","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c01858724309048","status":"passed","time":{"start":1729032066306,"stop":1729032066310,"duration":4}},{"uid":"3eb68c28105cdff4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3eb68c28105cdff4","status":"passed","time":{"start":1728901706623,"stop":1728901706623,"duration":0}},{"uid":"d469c161594d6efa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d469c161594d6efa","status":"passed","time":{"start":1728893153428,"stop":1728893153429,"duration":1}},{"uid":"d12bc3bf1abe0f37","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d12bc3bf1abe0f37","status":"passed","time":{"start":1728856108129,"stop":1728856108131,"duration":2}},{"uid":"cb9c252e5ca6aef0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb9c252e5ca6aef0","status":"passed","time":{"start":1728738316671,"stop":1728738316671,"duration":0}},{"uid":"27df953da39a839a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/27df953da39a839a","status":"passed","time":{"start":1728682865325,"stop":1728682865329,"duration":4}},{"uid":"bf39483fdfb7180","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bf39483fdfb7180","status":"passed","time":{"start":1728682446998,"stop":1728682446998,"duration":0}},{"uid":"a29b3f50119f7f9e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a29b3f50119f7f9e","status":"passed","time":{"start":1728676924483,"stop":1728676924483,"duration":0}},{"uid":"6b1a03d88255d37","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6b1a03d88255d37","status":"passed","time":{"start":1728669626266,"stop":1728669626266,"duration":0}},{"uid":"e3929ea67cb103bd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3929ea67cb103bd","status":"passed","time":{"start":1728597973676,"stop":1728597973676,"duration":0}},{"uid":"200ef63e2c3bb2e2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/200ef63e2c3bb2e2","status":"passed","time":{"start":1728597188043,"stop":1728597188044,"duration":1}}]},"tags":[]},"source":"23bddc7f47bba6bb.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/240537d5ac8c5184.json b/7588/data/test-cases/240537d5ac8c5184.json new file mode 100644 index 00000000000..742d8a5808e --- /dev/null +++ b/7588/data/test-cases/240537d5ac8c5184.json @@ -0,0 +1 @@ +{"uid":"240537d5ac8c5184","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":1729034356139,"stop":1729034356139,"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":"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":15,"unknown":0,"total":15},"items":[{"uid":"fa98d741ebc9fa17","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fa98d741ebc9fa17","status":"passed","time":{"start":1729034120217,"stop":1729034120217,"duration":0}},{"uid":"764258053d2d3f19","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/764258053d2d3f19","status":"passed","time":{"start":1729034043145,"stop":1729034043146,"duration":1}},{"uid":"69a57260d814adf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69a57260d814adf","status":"passed","time":{"start":1729033857768,"stop":1729033857768,"duration":0}},{"uid":"e8e688ac5d24a329","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8e688ac5d24a329","status":"passed","time":{"start":1729031907988,"stop":1729031907988,"duration":0}},{"uid":"7b09f03899043c01","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7b09f03899043c01","status":"passed","time":{"start":1728901453414,"stop":1728901453414,"duration":0}},{"uid":"2de3c25fc803c0fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2de3c25fc803c0fb","status":"passed","time":{"start":1728892883981,"stop":1728892883981,"duration":0}},{"uid":"25bc07df2da9da5c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/25bc07df2da9da5c","status":"passed","time":{"start":1728855846187,"stop":1728855846187,"duration":0}},{"uid":"d9ac89828436ed19","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d9ac89828436ed19","status":"passed","time":{"start":1728738063650,"stop":1728738063650,"duration":0}},{"uid":"3a0c5ec53653d159","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3a0c5ec53653d159","status":"passed","time":{"start":1728682597533,"stop":1728682597533,"duration":0}},{"uid":"4c88fbb737be5db5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4c88fbb737be5db5","status":"passed","time":{"start":1728682170204,"stop":1728682170204,"duration":0}},{"uid":"fb10fe884cca3548","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fb10fe884cca3548","status":"passed","time":{"start":1728676644983,"stop":1728676644983,"duration":0}},{"uid":"5e843c22fe1f69b2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5e843c22fe1f69b2","status":"passed","time":{"start":1728669367855,"stop":1728669367855,"duration":0}},{"uid":"4e0c35ba3a5c38a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4e0c35ba3a5c38a4","status":"passed","time":{"start":1728597708662,"stop":1728597708662,"duration":0}},{"uid":"18e5af04fc39f9a9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/18e5af04fc39f9a9","status":"passed","time":{"start":1728596927480,"stop":1728596927480,"duration":0}}]},"tags":[]},"source":"240537d5ac8c5184.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/673d3ff0e57ed04f.json b/7588/data/test-cases/244182d39a0ebb5b.json similarity index 83% rename from 7556/data/test-cases/673d3ff0e57ed04f.json rename to 7588/data/test-cases/244182d39a0ebb5b.json index 046b6ea4bcf..a104c88130e 100644 --- a/7556/data/test-cases/673d3ff0e57ed04f.json +++ b/7588/data/test-cases/244182d39a0ebb5b.json @@ -1 +1 @@ -{"uid":"673d3ff0e57ed04f","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":1728457448617,"stop":1728457448617,"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":6,"unknown":0,"total":6},"items":[{"uid":"7dd0c63d1bb3dc1e","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/7dd0c63d1bb3dc1e","status":"passed","time":{"start":1728456402393,"stop":1728456402394,"duration":1}},{"uid":"b853082af871ae5a","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/b853082af871ae5a","status":"passed","time":{"start":1728456120431,"stop":1728456120432,"duration":1}},{"uid":"d259c09606f0bb7","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/d259c09606f0bb7","status":"passed","time":{"start":1728456038371,"stop":1728456038372,"duration":1}},{"uid":"bc5535f6f1806ad3","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/bc5535f6f1806ad3","status":"passed","time":{"start":1728455403826,"stop":1728455403826,"duration":0}},{"uid":"9d22d3f93ae2971","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/9d22d3f93ae2971","status":"passed","time":{"start":1728452400285,"stop":1728452400286,"duration":1}}]},"tags":[]},"source":"673d3ff0e57ed04f.json","parameterValues":[]} \ No newline at end of file +{"uid":"244182d39a0ebb5b","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":1729034611676,"stop":1729034611677,"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":15,"unknown":0,"total":15},"items":[{"uid":"711ac8b548f74ff3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/711ac8b548f74ff3","status":"passed","time":{"start":1729034393649,"stop":1729034393653,"duration":4}},{"uid":"d54fe00c7f6265e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d54fe00c7f6265e9","status":"passed","time":{"start":1729034304850,"stop":1729034304851,"duration":1}},{"uid":"fcea1fe2780df9c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fcea1fe2780df9c2","status":"passed","time":{"start":1729034121924,"stop":1729034121931,"duration":7}},{"uid":"9eb9d497b19caf2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9eb9d497b19caf2","status":"passed","time":{"start":1729032174900,"stop":1729032174900,"duration":0}},{"uid":"e9a7d02eb51f74a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e9a7d02eb51f74a8","status":"passed","time":{"start":1728901881015,"stop":1728901881015,"duration":0}},{"uid":"7aed7aaa1141c58e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7aed7aaa1141c58e","status":"passed","time":{"start":1728893317169,"stop":1728893317171,"duration":2}},{"uid":"c03bbc4f5c49e658","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c03bbc4f5c49e658","status":"passed","time":{"start":1728856263101,"stop":1728856263102,"duration":1}},{"uid":"d7347c285d9f6827","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d7347c285d9f6827","status":"passed","time":{"start":1728738492800,"stop":1728738492801,"duration":1}},{"uid":"afa737b3720e417f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/afa737b3720e417f","status":"passed","time":{"start":1728683030023,"stop":1728683030024,"duration":1}},{"uid":"789c3d2b0637f0ca","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/789c3d2b0637f0ca","status":"passed","time":{"start":1728682581104,"stop":1728682581105,"duration":1}},{"uid":"281ca90454a037fc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/281ca90454a037fc","status":"passed","time":{"start":1728677082000,"stop":1728677082000,"duration":0}},{"uid":"34d1d5d43a6da1f2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34d1d5d43a6da1f2","status":"passed","time":{"start":1728669795399,"stop":1728669795399,"duration":0}},{"uid":"437b4e33b206af10","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/437b4e33b206af10","status":"passed","time":{"start":1728598137505,"stop":1728598137506,"duration":1}},{"uid":"dfba8513dbacb7d9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dfba8513dbacb7d9","status":"passed","time":{"start":1728597353482,"stop":1728597353482,"duration":0}}]},"tags":[]},"source":"244182d39a0ebb5b.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/24423510ebc1db9a.json b/7588/data/test-cases/24423510ebc1db9a.json new file mode 100644 index 00000000000..a1bfb7fd12f --- /dev/null +++ b/7588/data/test-cases/24423510ebc1db9a.json @@ -0,0 +1 @@ +{"uid":"24423510ebc1db9a","name":"creates an iterator","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > creates an iterator","historyId":"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034701148,"stop":1729034701153,"duration":5},"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":15,"unknown":0,"total":15},"items":[{"uid":"9d1d775371365bdb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9d1d775371365bdb","status":"passed","time":{"start":1729034475745,"stop":1729034475746,"duration":1}},{"uid":"365a032c6d565ad0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/365a032c6d565ad0","status":"passed","time":{"start":1729034391615,"stop":1729034391616,"duration":1}},{"uid":"6d0ea26c719c8254","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6d0ea26c719c8254","status":"passed","time":{"start":1729034211308,"stop":1729034211308,"duration":0}},{"uid":"c6b40aa90c9a12e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6b40aa90c9a12e0","status":"passed","time":{"start":1729032264693,"stop":1729032264693,"duration":0}},{"uid":"e2f666da80daad1d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e2f666da80daad1d","status":"passed","time":{"start":1728902020139,"stop":1728902020139,"duration":0}},{"uid":"8e21cf62fee4a097","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e21cf62fee4a097","status":"passed","time":{"start":1728893452477,"stop":1728893452478,"duration":1}},{"uid":"a4909be010734678","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4909be010734678","status":"passed","time":{"start":1728856408084,"stop":1728856408084,"duration":0}},{"uid":"d8f0612cab44b915","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d8f0612cab44b915","status":"passed","time":{"start":1728738627115,"stop":1728738627115,"duration":0}},{"uid":"5fdc9c0d609246b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5fdc9c0d609246b","status":"passed","time":{"start":1728683164465,"stop":1728683164465,"duration":0}},{"uid":"d20d34326ab123e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d20d34326ab123e6","status":"passed","time":{"start":1728682734713,"stop":1728682734714,"duration":1}},{"uid":"ba9cfd70902ab270","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba9cfd70902ab270","status":"passed","time":{"start":1728677218639,"stop":1728677218639,"duration":0}},{"uid":"a4759a20b6c9eefb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4759a20b6c9eefb","status":"passed","time":{"start":1728669903961,"stop":1728669903961,"duration":0}},{"uid":"59bfdc122d31f4a9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/59bfdc122d31f4a9","status":"passed","time":{"start":1728598278367,"stop":1728598278367,"duration":0}},{"uid":"8bad73781febc715","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8bad73781febc715","status":"passed","time":{"start":1728597507601,"stop":1728597507601,"duration":0}}]},"tags":[]},"source":"24423510ebc1db9a.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3c1654adf84802e5.json b/7588/data/test-cases/2476a4abf3c57ee1.json similarity index 70% rename from 7556/data/test-cases/3c1654adf84802e5.json rename to 7588/data/test-cases/2476a4abf3c57ee1.json index a1207f715fd..ee1eb515026 100644 --- a/7556/data/test-cases/3c1654adf84802e5.json +++ b/7588/data/test-cases/2476a4abf3c57ee1.json @@ -1 +1 @@ -{"uid":"3c1654adf84802e5","name":"Wrong topic","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > Wrong topic","historyId":"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457516705,"stop":1728457516705,"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":6,"unknown":0,"total":6},"items":[{"uid":"fd1cf6421b24f814","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/fd1cf6421b24f814","status":"passed","time":{"start":1728456464637,"stop":1728456464638,"duration":1}},{"uid":"27487901fcb2e276","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/27487901fcb2e276","status":"passed","time":{"start":1728456228765,"stop":1728456228765,"duration":0}},{"uid":"80f52ce1a9356cd3","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/80f52ce1a9356cd3","status":"passed","time":{"start":1728456183877,"stop":1728456183883,"duration":6}},{"uid":"b587f2bb6b30c778","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/b587f2bb6b30c778","status":"passed","time":{"start":1728455540501,"stop":1728455540501,"duration":0}},{"uid":"aa2899f2d7e6e770","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/aa2899f2d7e6e770","status":"passed","time":{"start":1728452490326,"stop":1728452490326,"duration":0}}]},"tags":[]},"source":"3c1654adf84802e5.json","parameterValues":[]} \ No newline at end of file +{"uid":"2476a4abf3c57ee1","name":"Wrong topic","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > Wrong topic","historyId":"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034656472,"stop":1729034656472,"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":15,"unknown":0,"total":15},"items":[{"uid":"cecd0954fe951eb3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cecd0954fe951eb3","status":"passed","time":{"start":1729034428558,"stop":1729034428559,"duration":1}},{"uid":"39fbfda522e2f3f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/39fbfda522e2f3f9","status":"passed","time":{"start":1729034348217,"stop":1729034348218,"duration":1}},{"uid":"722859d86bf59499","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/722859d86bf59499","status":"passed","time":{"start":1729034169451,"stop":1729034169452,"duration":1}},{"uid":"370a9d664c6d2b39","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/370a9d664c6d2b39","status":"passed","time":{"start":1729032228819,"stop":1729032228820,"duration":1}},{"uid":"6e3d577d5768930e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6e3d577d5768930e","status":"passed","time":{"start":1728901950554,"stop":1728901950555,"duration":1}},{"uid":"27fc0930e81b7e86","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/27fc0930e81b7e86","status":"passed","time":{"start":1728893389990,"stop":1728893389990,"duration":0}},{"uid":"b484dbce4f935f14","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b484dbce4f935f14","status":"passed","time":{"start":1728856333680,"stop":1728856333680,"duration":0}},{"uid":"48c7e4e787ff6271","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/48c7e4e787ff6271","status":"passed","time":{"start":1728738555099,"stop":1728738555100,"duration":1}},{"uid":"803761ac42d9a83e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/803761ac42d9a83e","status":"passed","time":{"start":1728683093176,"stop":1728683093176,"duration":0}},{"uid":"c210116cb0baa166","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c210116cb0baa166","status":"passed","time":{"start":1728682652695,"stop":1728682652695,"duration":0}},{"uid":"52abcb2bd63c0ef6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/52abcb2bd63c0ef6","status":"passed","time":{"start":1728677156817,"stop":1728677156818,"duration":1}},{"uid":"a32a50822b939fb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a32a50822b939fb3","status":"passed","time":{"start":1728669834443,"stop":1728669834443,"duration":0}},{"uid":"1da32bc6023b2930","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1da32bc6023b2930","status":"passed","time":{"start":1728598212618,"stop":1728598212618,"duration":0}},{"uid":"6d272e0a9dac29ef","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6d272e0a9dac29ef","status":"passed","time":{"start":1728597423330,"stop":1728597423330,"duration":0}}]},"tags":[]},"source":"2476a4abf3c57ee1.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/24a32122a9f788a0.json b/7588/data/test-cases/24a32122a9f788a0.json new file mode 100644 index 00000000000..920b36cf934 --- /dev/null +++ b/7588/data/test-cases/24a32122a9f788a0.json @@ -0,0 +1 @@ +{"uid":"24a32122a9f788a0","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":1729034435019,"stop":1729034435019,"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":15,"unknown":0,"total":15},"items":[{"uid":"c5fb33c14ee7b8f7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c5fb33c14ee7b8f7","status":"passed","time":{"start":1729034179354,"stop":1729034179354,"duration":0}},{"uid":"2dbb13b85a33bd39","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2dbb13b85a33bd39","status":"passed","time":{"start":1729034120549,"stop":1729034120550,"duration":1}},{"uid":"5a7756e6fe0f2b0e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a7756e6fe0f2b0e","status":"passed","time":{"start":1729033937075,"stop":1729033937082,"duration":7}},{"uid":"e8b15b29d3501807","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8b15b29d3501807","status":"passed","time":{"start":1729031987033,"stop":1729031987033,"duration":0}},{"uid":"cbe7158f3874bec8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cbe7158f3874bec8","status":"passed","time":{"start":1728901546863,"stop":1728901546863,"duration":0}},{"uid":"62e4b972a17398d9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/62e4b972a17398d9","status":"passed","time":{"start":1728892979418,"stop":1728892979418,"duration":0}},{"uid":"e4aec970f36ef695","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e4aec970f36ef695","status":"passed","time":{"start":1728855940957,"stop":1728855940957,"duration":0}},{"uid":"a88cbbd9dea75260","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a88cbbd9dea75260","status":"passed","time":{"start":1728738161106,"stop":1728738161107,"duration":1}},{"uid":"70e340abd817c3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70e340abd817c3f6","status":"passed","time":{"start":1728682691670,"stop":1728682691671,"duration":1}},{"uid":"1060a1b62a611bf8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1060a1b62a611bf8","status":"passed","time":{"start":1728682265766,"stop":1728682265766,"duration":0}},{"uid":"19fb1c94f810c483","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/19fb1c94f810c483","status":"passed","time":{"start":1728676744597,"stop":1728676744597,"duration":0}},{"uid":"9bdb9056f869b1d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9bdb9056f869b1d9","status":"passed","time":{"start":1728669464696,"stop":1728669464696,"duration":0}},{"uid":"c3e49a9bd88af6b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c3e49a9bd88af6b2","status":"passed","time":{"start":1728597804167,"stop":1728597804167,"duration":0}},{"uid":"4b084b924b917273","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4b084b924b917273","status":"passed","time":{"start":1728597021415,"stop":1728597021421,"duration":6}}]},"tags":[]},"source":"24a32122a9f788a0.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/1f5c72191444cc47.json b/7588/data/test-cases/24bb30cc8349b3ac.json similarity index 83% rename from 7556/data/test-cases/1f5c72191444cc47.json rename to 7588/data/test-cases/24bb30cc8349b3ac.json index 2ab56c8acc4..e4b565bbc2b 100644 --- a/7556/data/test-cases/1f5c72191444cc47.json +++ b/7588/data/test-cases/24bb30cc8349b3ac.json @@ -1 +1 @@ -{"uid":"1f5c72191444cc47","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":1728457448612,"stop":1728457448612,"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":6,"unknown":0,"total":6},"items":[{"uid":"a8706b7a23928aa4","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a8706b7a23928aa4","status":"passed","time":{"start":1728456402374,"stop":1728456402374,"duration":0}},{"uid":"c11b33f888856c42","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/c11b33f888856c42","status":"passed","time":{"start":1728456120426,"stop":1728456120426,"duration":0}},{"uid":"2051cdbfbf11bbe4","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/2051cdbfbf11bbe4","status":"passed","time":{"start":1728456038366,"stop":1728456038366,"duration":0}},{"uid":"368e3f87da4bd642","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/368e3f87da4bd642","status":"passed","time":{"start":1728455403819,"stop":1728455403819,"duration":0}},{"uid":"f94d9f0d2e95fbd","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f94d9f0d2e95fbd","status":"passed","time":{"start":1728452400280,"stop":1728452400280,"duration":0}}]},"tags":[]},"source":"1f5c72191444cc47.json","parameterValues":[]} \ No newline at end of file +{"uid":"24bb30cc8349b3ac","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":1729034611661,"stop":1729034611662,"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":15,"unknown":0,"total":15},"items":[{"uid":"6c11f4c16bb23243","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6c11f4c16bb23243","status":"passed","time":{"start":1729034393639,"stop":1729034393639,"duration":0}},{"uid":"c6b7ea01a0c4b9cd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c6b7ea01a0c4b9cd","status":"passed","time":{"start":1729034304834,"stop":1729034304835,"duration":1}},{"uid":"10f34c4a3309713a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10f34c4a3309713a","status":"passed","time":{"start":1729034121900,"stop":1729034121901,"duration":1}},{"uid":"bad249605a90d08d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bad249605a90d08d","status":"passed","time":{"start":1729032174809,"stop":1729032174810,"duration":1}},{"uid":"45ec468eebf65423","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/45ec468eebf65423","status":"passed","time":{"start":1728901881009,"stop":1728901881009,"duration":0}},{"uid":"9f774057bc48ba1c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9f774057bc48ba1c","status":"passed","time":{"start":1728893317155,"stop":1728893317156,"duration":1}},{"uid":"b05c56d09dded92a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b05c56d09dded92a","status":"passed","time":{"start":1728856263079,"stop":1728856263079,"duration":0}},{"uid":"c311a6ee03658fdf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c311a6ee03658fdf","status":"passed","time":{"start":1728738492795,"stop":1728738492795,"duration":0}},{"uid":"e20471b523b6d42d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e20471b523b6d42d","status":"passed","time":{"start":1728683030018,"stop":1728683030018,"duration":0}},{"uid":"ea4049c3b987a9c6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea4049c3b987a9c6","status":"passed","time":{"start":1728682581098,"stop":1728682581098,"duration":0}},{"uid":"66687b3b4d9f7e5b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/66687b3b4d9f7e5b","status":"passed","time":{"start":1728677081991,"stop":1728677081991,"duration":0}},{"uid":"e73e1f30e996c122","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e73e1f30e996c122","status":"passed","time":{"start":1728669795392,"stop":1728669795392,"duration":0}},{"uid":"e12a7582218c8402","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e12a7582218c8402","status":"passed","time":{"start":1728598137500,"stop":1728598137501,"duration":1}},{"uid":"fedba8d0bf420c51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fedba8d0bf420c51","status":"passed","time":{"start":1728597353477,"stop":1728597353477,"duration":0}}]},"tags":[]},"source":"24bb30cc8349b3ac.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/255369d931d00ef5.json b/7588/data/test-cases/255369d931d00ef5.json new file mode 100644 index 00000000000..3c1c39e8d07 --- /dev/null +++ b/7588/data/test-cases/255369d931d00ef5.json @@ -0,0 +1 @@ +{"uid":"255369d931d00ef5","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":1729034781179,"stop":1729034781180,"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":14,"unknown":0,"total":14},"items":[{"uid":"b97f6e3c47057456","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b97f6e3c47057456","status":"passed","time":{"start":1729034549088,"stop":1729034549088,"duration":0}},{"uid":"a88feb2b991503f3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a88feb2b991503f3","status":"passed","time":{"start":1729034468677,"stop":1729034468677,"duration":0}},{"uid":"726027845faefbe4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/726027845faefbe4","status":"passed","time":{"start":1729032344621,"stop":1729032344622,"duration":1}},{"uid":"e180950aeaf69d1a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e180950aeaf69d1a","status":"passed","time":{"start":1728902062111,"stop":1728902062112,"duration":1}},{"uid":"2c973b65fb052f0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2c973b65fb052f0","status":"passed","time":{"start":1728893496346,"stop":1728893496346,"duration":0}},{"uid":"893fee2dc7ed720f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/893fee2dc7ed720f","status":"passed","time":{"start":1728856449982,"stop":1728856449983,"duration":1}},{"uid":"1fd635c2ff7f432c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1fd635c2ff7f432c","status":"passed","time":{"start":1728738669752,"stop":1728738669752,"duration":0}},{"uid":"e6588bcd7ebf59cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6588bcd7ebf59cc","status":"passed","time":{"start":1728683209697,"stop":1728683209697,"duration":0}},{"uid":"b73a0c421fb69501","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b73a0c421fb69501","status":"passed","time":{"start":1728682772283,"stop":1728682772284,"duration":1}},{"uid":"74a98395c4d90761","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/74a98395c4d90761","status":"passed","time":{"start":1728677264667,"stop":1728677264668,"duration":1}},{"uid":"679f842c64c973f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/679f842c64c973f0","status":"passed","time":{"start":1728669943368,"stop":1728669943368,"duration":0}},{"uid":"bd723564174adb23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bd723564174adb23","status":"passed","time":{"start":1728598324827,"stop":1728598324828,"duration":1}},{"uid":"f7e3195720585b24","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f7e3195720585b24","status":"passed","time":{"start":1728597540222,"stop":1728597540223,"duration":1}}]},"tags":[]},"source":"255369d931d00ef5.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2555b0c8cc60e0fb.json b/7588/data/test-cases/2555b0c8cc60e0fb.json new file mode 100644 index 00000000000..c852cdc9c44 --- /dev/null +++ b/7588/data/test-cases/2555b0c8cc60e0fb.json @@ -0,0 +1 @@ +{"uid":"2555b0c8cc60e0fb","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":1729034368073,"stop":1729034368073,"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":15,"unknown":0,"total":15},"items":[{"uid":"109d7cd679544aad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/109d7cd679544aad","status":"passed","time":{"start":1729034132180,"stop":1729034132180,"duration":0}},{"uid":"b15208ea50c33647","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b15208ea50c33647","status":"passed","time":{"start":1729034055085,"stop":1729034055086,"duration":1}},{"uid":"97d711547f6714a4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97d711547f6714a4","status":"passed","time":{"start":1729033869946,"stop":1729033869946,"duration":0}},{"uid":"b724b8b861b6749f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b724b8b861b6749f","status":"passed","time":{"start":1729031919800,"stop":1729031919800,"duration":0}},{"uid":"6261a303b91deb28","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6261a303b91deb28","status":"passed","time":{"start":1728901465375,"stop":1728901465375,"duration":0}},{"uid":"6b97d31b47760850","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6b97d31b47760850","status":"passed","time":{"start":1728892895976,"stop":1728892895976,"duration":0}},{"uid":"dbeb87d4e679b35b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbeb87d4e679b35b","status":"passed","time":{"start":1728855858320,"stop":1728855858320,"duration":0}},{"uid":"c3a6a07340daad5c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c3a6a07340daad5c","status":"passed","time":{"start":1728738075955,"stop":1728738075955,"duration":0}},{"uid":"c1b0243a73c192fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c1b0243a73c192fb","status":"passed","time":{"start":1728682609269,"stop":1728682609270,"duration":1}},{"uid":"a0036658e49fa6f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a0036658e49fa6f9","status":"passed","time":{"start":1728682182161,"stop":1728682182162,"duration":1}},{"uid":"c1b1f38997125d2f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1b1f38997125d2f","status":"passed","time":{"start":1728676656595,"stop":1728676656595,"duration":0}},{"uid":"c4835b316f4ce938","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4835b316f4ce938","status":"passed","time":{"start":1728669379925,"stop":1728669379925,"duration":0}},{"uid":"f64bfd4e3addb86f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f64bfd4e3addb86f","status":"passed","time":{"start":1728597720387,"stop":1728597720387,"duration":0}},{"uid":"e0e117c167ef8a88","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e0e117c167ef8a88","status":"passed","time":{"start":1728596939486,"stop":1728596939486,"duration":0}}]},"tags":[]},"source":"2555b0c8cc60e0fb.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/257791978f2f4e4.json b/7588/data/test-cases/257791978f2f4e4.json new file mode 100644 index 00000000000..5b407b359c2 --- /dev/null +++ b/7588/data/test-cases/257791978f2f4e4.json @@ -0,0 +1 @@ +{"uid":"257791978f2f4e4","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":1729034704489,"stop":1729034704489,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"12cfa73c007e5262","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12cfa73c007e5262","status":"passed","time":{"start":1729034474974,"stop":1729034474975,"duration":1}},{"uid":"d8a89ea529171c61","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d8a89ea529171c61","status":"passed","time":{"start":1729034395285,"stop":1729034395285,"duration":0}},{"uid":"2c2cf4e5ffde61e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2c2cf4e5ffde61e2","status":"passed","time":{"start":1729034209087,"stop":1729034209087,"duration":0}},{"uid":"31919dd6373e9b3b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/31919dd6373e9b3b","status":"passed","time":{"start":1729032264556,"stop":1729032264557,"duration":1}},{"uid":"1e75ad7c681ec68a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e75ad7c681ec68a","status":"passed","time":{"start":1728902012831,"stop":1728902012831,"duration":0}},{"uid":"3a9bad20822a4264","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3a9bad20822a4264","status":"passed","time":{"start":1728893454804,"stop":1728893454805,"duration":1}},{"uid":"ff13e1382c6caf70","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ff13e1382c6caf70","status":"passed","time":{"start":1728856408446,"stop":1728856408447,"duration":1}},{"uid":"59172f3a8ea9af1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/59172f3a8ea9af1c","status":"passed","time":{"start":1728738633849,"stop":1728738633849,"duration":0}},{"uid":"bfa35cad137623cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bfa35cad137623cc","status":"passed","time":{"start":1728683159724,"stop":1728683159728,"duration":4}},{"uid":"9a36808c2df09579","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9a36808c2df09579","status":"passed","time":{"start":1728682751322,"stop":1728682751323,"duration":1}},{"uid":"7eabe857f33f14a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7eabe857f33f14a1","status":"passed","time":{"start":1728677216349,"stop":1728677216349,"duration":0}},{"uid":"e694f75284f7d167","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e694f75284f7d167","status":"passed","time":{"start":1728669925447,"stop":1728669925447,"duration":0}},{"uid":"2fa00958f9ed2bf0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2fa00958f9ed2bf0","status":"passed","time":{"start":1728598268793,"stop":1728598268794,"duration":1}},{"uid":"a1181597691deeb6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a1181597691deeb6","status":"passed","time":{"start":1728597503895,"stop":1728597503897,"duration":2}}]},"tags":[]},"source":"257791978f2f4e4.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/25a5150b6510d5b4.json b/7588/data/test-cases/25a5150b6510d5b4.json new file mode 100644 index 00000000000..125afccb037 --- /dev/null +++ b/7588/data/test-cases/25a5150b6510d5b4.json @@ -0,0 +1 @@ +{"uid":"25a5150b6510d5b4","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":1729034693197,"stop":1729034693198,"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":15,"unknown":0,"total":15},"items":[{"uid":"bc5abb8d0276ef02","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bc5abb8d0276ef02","status":"passed","time":{"start":1729034468601,"stop":1729034468601,"duration":0}},{"uid":"24760b42c98d2a4e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/24760b42c98d2a4e","status":"passed","time":{"start":1729034383199,"stop":1729034383199,"duration":0}},{"uid":"5f320e050bc272f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f320e050bc272f4","status":"passed","time":{"start":1729034203622,"stop":1729034203622,"duration":0}},{"uid":"2a2d7a6a4d69afde","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a2d7a6a4d69afde","status":"passed","time":{"start":1729032256256,"stop":1729032256256,"duration":0}},{"uid":"353d26a241e2f908","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/353d26a241e2f908","status":"passed","time":{"start":1728902016655,"stop":1728902016655,"duration":0}},{"uid":"6f85b5072fc97195","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6f85b5072fc97195","status":"passed","time":{"start":1728893448586,"stop":1728893448586,"duration":0}},{"uid":"ccb9cfb9c1d900b5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ccb9cfb9c1d900b5","status":"passed","time":{"start":1728856401309,"stop":1728856401309,"duration":0}},{"uid":"c86673b90d309b08","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c86673b90d309b08","status":"passed","time":{"start":1728738624655,"stop":1728738624655,"duration":0}},{"uid":"6a309930b42c6b67","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6a309930b42c6b67","status":"passed","time":{"start":1728683154299,"stop":1728683154299,"duration":0}},{"uid":"bb2ff62acfb15bdb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb2ff62acfb15bdb","status":"passed","time":{"start":1728682726615,"stop":1728682726616,"duration":1}},{"uid":"b8d3b62ac5aac63a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b8d3b62ac5aac63a","status":"passed","time":{"start":1728677221174,"stop":1728677221174,"duration":0}},{"uid":"f11c96aafb13aef2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f11c96aafb13aef2","status":"passed","time":{"start":1728669902841,"stop":1728669902841,"duration":0}},{"uid":"7e7cd28eac0ac44c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7e7cd28eac0ac44c","status":"passed","time":{"start":1728598275773,"stop":1728598275773,"duration":0}},{"uid":"3016622d28287ad8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3016622d28287ad8","status":"passed","time":{"start":1728597495946,"stop":1728597495946,"duration":0}}]},"tags":[]},"source":"25a5150b6510d5b4.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/25d5e101fe0d89be.json b/7588/data/test-cases/25d5e101fe0d89be.json new file mode 100644 index 00000000000..e870bc50ec2 --- /dev/null +++ b/7588/data/test-cases/25d5e101fe0d89be.json @@ -0,0 +1 @@ +{"uid":"25d5e101fe0d89be","name":"should return false when no peers exist","fullName":"/src/protocols/peer_manager.spec.ts: PeerManager > hasPeers > should return false when no peers exist","historyId":"1d6ab70dc0f1c2f4b72dc0c71008e58f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373028,"stop":1729034373028,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.protocols"},{"name":"parentSuite","value":"PeerManager"},{"name":"suite","value":"hasPeers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1488bcdd000a4db0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1488bcdd000a4db0","status":"passed","time":{"start":1729034137315,"stop":1729034137316,"duration":1}},{"uid":"aa05deb5b8b7f97a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/aa05deb5b8b7f97a","status":"passed","time":{"start":1729034060019,"stop":1729034060020,"duration":1}},{"uid":"6f7864acb02b1328","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6f7864acb02b1328","status":"passed","time":{"start":1729033874961,"stop":1729033874962,"duration":1}},{"uid":"95d98c3247335068","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/95d98c3247335068","status":"passed","time":{"start":1729031924901,"stop":1729031924901,"duration":0}},{"uid":"53efaf6378ea156c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53efaf6378ea156c","status":"passed","time":{"start":1728901469128,"stop":1728901469129,"duration":1}},{"uid":"4860b7aea06ed5b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4860b7aea06ed5b","status":"passed","time":{"start":1728892899793,"stop":1728892899794,"duration":1}},{"uid":"c69c9313bbd249f9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c69c9313bbd249f9","status":"passed","time":{"start":1728855863058,"stop":1728855863058,"duration":0}},{"uid":"9e669e31f140fecf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9e669e31f140fecf","status":"passed","time":{"start":1728738080899,"stop":1728738080900,"duration":1}},{"uid":"28112b044a5cb18e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28112b044a5cb18e","status":"passed","time":{"start":1728682614309,"stop":1728682614310,"duration":1}},{"uid":"d5967fea9b041074","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d5967fea9b041074","status":"passed","time":{"start":1728682187094,"stop":1728682187095,"duration":1}},{"uid":"ff975c0ab63ee1fe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ff975c0ab63ee1fe","status":"passed","time":{"start":1728676661487,"stop":1728676661488,"duration":1}},{"uid":"cd91c62c1d88bb79","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cd91c62c1d88bb79","status":"passed","time":{"start":1728669384662,"stop":1728669384663,"duration":1}},{"uid":"b8dcc3e4b5e3b5a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b8dcc3e4b5e3b5a4","status":"passed","time":{"start":1728597724234,"stop":1728597724235,"duration":1}},{"uid":"41688d9577e5ca39","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/41688d9577e5ca39","status":"passed","time":{"start":1728596943282,"stop":1728596943282,"duration":0}}]},"tags":[]},"source":"25d5e101fe0d89be.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2656fba675c68f32.json b/7588/data/test-cases/2656fba675c68f32.json new file mode 100644 index 00000000000..ad7ac16f1b0 --- /dev/null +++ b/7588/data/test-cases/2656fba675c68f32.json @@ -0,0 +1 @@ +{"uid":"2656fba675c68f32","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":1729034473213,"stop":1729034473214,"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.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":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"e48a109b5503ff48","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e48a109b5503ff48","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241158,"stop":1729034241158,"duration":0}},{"uid":"8c222badb40fef2e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8c222badb40fef2e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159972,"stop":1729034159973,"duration":1}},{"uid":"6a1aaf470ee94a6c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a1aaf470ee94a6c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977064,"stop":1729033977064,"duration":0}},{"uid":"cf92157b172432e4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cf92157b172432e4","status":"passed","time":{"start":1729032093783,"stop":1729032093783,"duration":0}},{"uid":"fae10cf3335fc030","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fae10cf3335fc030","status":"passed","time":{"start":1728901748772,"stop":1728901748772,"duration":0}},{"uid":"3b54002574da4f3b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b54002574da4f3b","status":"passed","time":{"start":1728893181085,"stop":1728893181085,"duration":0}},{"uid":"4a4896f5ea14f470","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4a4896f5ea14f470","status":"passed","time":{"start":1728856155551,"stop":1728856155551,"duration":0}},{"uid":"57912778de72cba9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/57912778de72cba9","status":"passed","time":{"start":1728738360284,"stop":1728738360284,"duration":0}},{"uid":"8be6d1381671f865","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8be6d1381671f865","status":"passed","time":{"start":1728682907221,"stop":1728682907221,"duration":0}},{"uid":"597e14d55aed5245","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/597e14d55aed5245","status":"passed","time":{"start":1728682466731,"stop":1728682466732,"duration":1}},{"uid":"dbce28c43365120c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dbce28c43365120c","status":"passed","time":{"start":1728676955721,"stop":1728676955721,"duration":0}},{"uid":"a8bb1dffd0b5e8d7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8bb1dffd0b5e8d7","status":"passed","time":{"start":1728598013533,"stop":1728598013534,"duration":1}},{"uid":"db41f1ca1625b04c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/db41f1ca1625b04c","status":"passed","time":{"start":1728597225198,"stop":1728597225199,"duration":1}}]},"tags":[]},"source":"2656fba675c68f32.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2674d9522b3ddaaf.json b/7588/data/test-cases/2674d9522b3ddaaf.json new file mode 100644 index 00000000000..157b41f3a77 --- /dev/null +++ b/7588/data/test-cases/2674d9522b3ddaaf.json @@ -0,0 +1 @@ +{"uid":"2674d9522b3ddaaf","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":1729034611678,"stop":1729034611678,"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":15,"unknown":0,"total":15},"items":[{"uid":"2a4a8dcf9f55478a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2a4a8dcf9f55478a","status":"passed","time":{"start":1729034393653,"stop":1729034393654,"duration":1}},{"uid":"d6917832336a4524","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d6917832336a4524","status":"passed","time":{"start":1729034304851,"stop":1729034304852,"duration":1}},{"uid":"505e9f06ec3cb0fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/505e9f06ec3cb0fa","status":"passed","time":{"start":1729034121932,"stop":1729034121935,"duration":3}},{"uid":"8a943c771e05c86","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a943c771e05c86","status":"passed","time":{"start":1729032174901,"stop":1729032174901,"duration":0}},{"uid":"1165aae6187067e8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1165aae6187067e8","status":"passed","time":{"start":1728901881017,"stop":1728901881018,"duration":1}},{"uid":"6171dbbdfeb27a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6171dbbdfeb27a2","status":"passed","time":{"start":1728893317174,"stop":1728893317175,"duration":1}},{"uid":"f0574b8a5428177b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f0574b8a5428177b","status":"passed","time":{"start":1728856263106,"stop":1728856263107,"duration":1}},{"uid":"dc7c4245f8918cb1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dc7c4245f8918cb1","status":"passed","time":{"start":1728738492801,"stop":1728738492801,"duration":0}},{"uid":"381c81de86b88261","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/381c81de86b88261","status":"passed","time":{"start":1728683030024,"stop":1728683030025,"duration":1}},{"uid":"a5be76dac7813ff6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a5be76dac7813ff6","status":"passed","time":{"start":1728682581105,"stop":1728682581106,"duration":1}},{"uid":"c49e8e609016d318","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c49e8e609016d318","status":"passed","time":{"start":1728677082001,"stop":1728677082002,"duration":1}},{"uid":"6d052b0fa4284619","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6d052b0fa4284619","status":"passed","time":{"start":1728669795400,"stop":1728669795401,"duration":1}},{"uid":"d99e4689ac2fb053","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d99e4689ac2fb053","status":"passed","time":{"start":1728598137506,"stop":1728598137506,"duration":0}},{"uid":"2c113a20db6d3232","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c113a20db6d3232","status":"passed","time":{"start":1728597353483,"stop":1728597353483,"duration":0}}]},"tags":[]},"source":"2674d9522b3ddaaf.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/267585248470f924.json b/7588/data/test-cases/267585248470f924.json new file mode 100644 index 00000000000..9d4d8d725ec --- /dev/null +++ b/7588/data/test-cases/267585248470f924.json @@ -0,0 +1 @@ +{"uid":"267585248470f924","name":"should reject if Filter is requested but not mounted","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should reject if Filter is requested but not mounted","historyId":"3bd3bece9b1c0cfad12ec4c93d43604f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373010,"stop":1729034373010,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3b95c84ca4138d27","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3b95c84ca4138d27","status":"passed","time":{"start":1729034137113,"stop":1729034137114,"duration":1}},{"uid":"e4a902841c5f8531","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e4a902841c5f8531","status":"passed","time":{"start":1729034060045,"stop":1729034060045,"duration":0}},{"uid":"468abe1a9f7efa77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/468abe1a9f7efa77","status":"passed","time":{"start":1729033875027,"stop":1729033875028,"duration":1}},{"uid":"8c1999e7158bd8e9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c1999e7158bd8e9","status":"passed","time":{"start":1729031924908,"stop":1729031924908,"duration":0}},{"uid":"66a2deef9177d140","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66a2deef9177d140","status":"passed","time":{"start":1728901469135,"stop":1728901469135,"duration":0}},{"uid":"471c1574cbd97bbe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/471c1574cbd97bbe","status":"passed","time":{"start":1728892899800,"stop":1728892899800,"duration":0}},{"uid":"9e60b480821e4546","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e60b480821e4546","status":"passed","time":{"start":1728855863297,"stop":1728855863297,"duration":0}},{"uid":"e536e692f946f92","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e536e692f946f92","status":"passed","time":{"start":1728738080956,"stop":1728738080957,"duration":1}},{"uid":"38b52e1708612272","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/38b52e1708612272","status":"passed","time":{"start":1728682614316,"stop":1728682614316,"duration":0}},{"uid":"d88c7ff770595037","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d88c7ff770595037","status":"passed","time":{"start":1728682187221,"stop":1728682187221,"duration":0}},{"uid":"71b34e259c14635e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/71b34e259c14635e","status":"passed","time":{"start":1728676661421,"stop":1728676661422,"duration":1}},{"uid":"c9c70621a11c3644","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9c70621a11c3644","status":"passed","time":{"start":1728669384753,"stop":1728669384754,"duration":1}},{"uid":"b4c05f8174efecee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b4c05f8174efecee","status":"passed","time":{"start":1728597724211,"stop":1728597724211,"duration":0}},{"uid":"2c36ab259f945607","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c36ab259f945607","status":"passed","time":{"start":1728596943264,"stop":1728596943264,"duration":0}}]},"tags":[]},"source":"267585248470f924.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3e0c9fdd0894110e.json b/7588/data/test-cases/26dfc2828bb95dfa.json similarity index 52% rename from 7556/data/test-cases/3e0c9fdd0894110e.json rename to 7588/data/test-cases/26dfc2828bb95dfa.json index cc092b0b426..625649a6fc1 100644 --- a/7556/data/test-cases/3e0c9fdd0894110e.json +++ b/7588/data/test-cases/26dfc2828bb95dfa.json @@ -1 +1 @@ -{"uid":"3e0c9fdd0894110e","name":"should call waitForPeer on Relay","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should call waitForPeer on Relay","historyId":"ba67d2544498798092b28354607f01d2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457186700,"stop":1728457186700,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"894e15579545b833","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/894e15579545b833","status":"passed","time":{"start":1728456158947,"stop":1728456158947,"duration":0}},{"uid":"442b0cf97af4b5ec","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/442b0cf97af4b5ec","status":"passed","time":{"start":1728455843440,"stop":1728455843440,"duration":0}},{"uid":"53d4dbbdbd2c9663","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/53d4dbbdbd2c9663","status":"passed","time":{"start":1728455594861,"stop":1728455594861,"duration":0}},{"uid":"9268993e408e0d17","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/9268993e408e0d17","status":"passed","time":{"start":1728454955433,"stop":1728454955433,"duration":0}},{"uid":"ddc6687a5757e16d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/ddc6687a5757e16d","status":"passed","time":{"start":1728451965410,"stop":1728451965410,"duration":0}}]},"tags":[]},"source":"3e0c9fdd0894110e.json","parameterValues":[]} \ No newline at end of file +{"uid":"26dfc2828bb95dfa","name":"should call waitForPeer on Relay","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should call waitForPeer on Relay","historyId":"ba67d2544498798092b28354607f01d2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373012,"stop":1729034373012,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5913bdffd2067879","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5913bdffd2067879","status":"passed","time":{"start":1729034137118,"stop":1729034137119,"duration":1}},{"uid":"7857105513d9b87f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7857105513d9b87f","status":"passed","time":{"start":1729034060047,"stop":1729034060048,"duration":1}},{"uid":"b70edadf0e11f8bc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b70edadf0e11f8bc","status":"passed","time":{"start":1729033875030,"stop":1729033875030,"duration":0}},{"uid":"8b469f15633fb469","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b469f15633fb469","status":"passed","time":{"start":1729031924911,"stop":1729031924911,"duration":0}},{"uid":"6d31d7b708376747","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6d31d7b708376747","status":"passed","time":{"start":1728901469137,"stop":1728901469137,"duration":0}},{"uid":"a9f6c91aeea0f8e8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a9f6c91aeea0f8e8","status":"passed","time":{"start":1728892899802,"stop":1728892899802,"duration":0}},{"uid":"46d3722f31d4da4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46d3722f31d4da4c","status":"passed","time":{"start":1728855863298,"stop":1728855863299,"duration":1}},{"uid":"f948490b0fdbc660","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f948490b0fdbc660","status":"passed","time":{"start":1728738080959,"stop":1728738080959,"duration":0}},{"uid":"160eee1a90befc15","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/160eee1a90befc15","status":"passed","time":{"start":1728682614318,"stop":1728682614318,"duration":0}},{"uid":"a98f569a17c65494","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a98f569a17c65494","status":"passed","time":{"start":1728682187223,"stop":1728682187223,"duration":0}},{"uid":"48b0d73dd3acde1d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/48b0d73dd3acde1d","status":"passed","time":{"start":1728676661425,"stop":1728676661425,"duration":0}},{"uid":"45896bcb98d0a82c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/45896bcb98d0a82c","status":"passed","time":{"start":1728669384756,"stop":1728669384756,"duration":0}},{"uid":"76d1b0623c4b3efb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/76d1b0623c4b3efb","status":"passed","time":{"start":1728597724213,"stop":1728597724214,"duration":1}},{"uid":"e555191abf691462","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e555191abf691462","status":"passed","time":{"start":1728596943267,"stop":1728596943268,"duration":1}}]},"tags":[]},"source":"26dfc2828bb95dfa.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2710b7083cf92f29.json b/7588/data/test-cases/2710b7083cf92f29.json new file mode 100644 index 00000000000..b557f29c989 --- /dev/null +++ b/7588/data/test-cases/2710b7083cf92f29.json @@ -0,0 +1 @@ +{"uid":"2710b7083cf92f29","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":1729034713699,"stop":1729034713700,"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"dd86ab23b862da9c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dd86ab23b862da9c","status":"passed","time":{"start":1729034487482,"stop":1729034487483,"duration":1}},{"uid":"48dcff805d16c047","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/48dcff805d16c047","status":"passed","time":{"start":1729034446108,"stop":1729034446108,"duration":0}},{"uid":"7f2716e908dffaf7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7f2716e908dffaf7","status":"passed","time":{"start":1729032275826,"stop":1729032275827,"duration":1}},{"uid":"94deb7a84846c725","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/94deb7a84846c725","status":"passed","time":{"start":1728902036739,"stop":1728902036740,"duration":1}},{"uid":"b41008a8b52a8c76","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b41008a8b52a8c76","status":"passed","time":{"start":1728893472412,"stop":1728893472413,"duration":1}},{"uid":"9ddeedb007b4d362","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9ddeedb007b4d362","status":"passed","time":{"start":1728856423199,"stop":1728856423199,"duration":0}},{"uid":"a3f86fa5ff38c5ae","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a3f86fa5ff38c5ae","status":"passed","time":{"start":1728738648728,"stop":1728738648728,"duration":0}},{"uid":"adc72e96ea9a1920","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/adc72e96ea9a1920","status":"passed","time":{"start":1728683179654,"stop":1728683179654,"duration":0}},{"uid":"95591bf272b099e2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/95591bf272b099e2","status":"passed","time":{"start":1728682757950,"stop":1728682757950,"duration":0}},{"uid":"254e8ae01b84ae00","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/254e8ae01b84ae00","status":"passed","time":{"start":1728677238450,"stop":1728677238450,"duration":0}},{"uid":"9b0e5510f879373a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9b0e5510f879373a","status":"passed","time":{"start":1728669928219,"stop":1728669928219,"duration":0}},{"uid":"9e729cadc468e7c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e729cadc468e7c7","status":"passed","time":{"start":1728598319588,"stop":1728598319589,"duration":1}},{"uid":"e7373957e5cef31","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7373957e5cef31","status":"passed","time":{"start":1728597520645,"stop":1728597520646,"duration":1}}]},"tags":[]},"source":"2710b7083cf92f29.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/27a2f4f4795ebb4f.json b/7588/data/test-cases/27a2f4f4795ebb4f.json new file mode 100644 index 00000000000..6ea202afa31 --- /dev/null +++ b/7588/data/test-cases/27a2f4f4795ebb4f.json @@ -0,0 +1 @@ +{"uid":"27a2f4f4795ebb4f","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":1729034348296,"stop":1729034348297,"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":15,"unknown":0,"total":15},"items":[{"uid":"57c4563c28301de2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/57c4563c28301de2","status":"passed","time":{"start":1729034111876,"stop":1729034111876,"duration":0}},{"uid":"8887686ec38b19e3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8887686ec38b19e3","status":"passed","time":{"start":1729034034979,"stop":1729034034980,"duration":1}},{"uid":"8189387eb3478021","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8189387eb3478021","status":"passed","time":{"start":1729033849393,"stop":1729033849393,"duration":0}},{"uid":"abb65b7460a110c8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/abb65b7460a110c8","status":"passed","time":{"start":1729031899547,"stop":1729031899548,"duration":1}},{"uid":"b7c98e871ea11169","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c98e871ea11169","status":"passed","time":{"start":1728901444841,"stop":1728901444842,"duration":1}},{"uid":"d892f06046cfa219","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d892f06046cfa219","status":"passed","time":{"start":1728892875614,"stop":1728892875615,"duration":1}},{"uid":"c549509b9230373b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c549509b9230373b","status":"passed","time":{"start":1728855838489,"stop":1728855838490,"duration":1}},{"uid":"6be459fd33999df2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6be459fd33999df2","status":"passed","time":{"start":1728738055451,"stop":1728738055452,"duration":1}},{"uid":"6714ff2cb7bcb81d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6714ff2cb7bcb81d","status":"passed","time":{"start":1728682589263,"stop":1728682589263,"duration":0}},{"uid":"ccbbcfb8314925db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ccbbcfb8314925db","status":"passed","time":{"start":1728682162181,"stop":1728682162182,"duration":1}},{"uid":"18860bf7c4ff2ca2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18860bf7c4ff2ca2","status":"passed","time":{"start":1728676636508,"stop":1728676636513,"duration":5}},{"uid":"98a772cce8cb066b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98a772cce8cb066b","status":"passed","time":{"start":1728669359847,"stop":1728669359847,"duration":0}},{"uid":"5c176a5035df9d42","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5c176a5035df9d42","status":"passed","time":{"start":1728597699701,"stop":1728597699703,"duration":2}},{"uid":"d64eb5e285f1e52d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d64eb5e285f1e52d","status":"passed","time":{"start":1728596919893,"stop":1728596919893,"duration":0}}]},"tags":[]},"source":"27a2f4f4795ebb4f.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/27c358b0afc19187.json b/7588/data/test-cases/27c358b0afc19187.json new file mode 100644 index 00000000000..90dd5749115 --- /dev/null +++ b/7588/data/test-cases/27c358b0afc19187.json @@ -0,0 +1 @@ +{"uid":"27c358b0afc19187","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":1729034356136,"stop":1729034356137,"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":15,"unknown":0,"total":15},"items":[{"uid":"2aadefb427bfd2f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2aadefb427bfd2f5","status":"passed","time":{"start":1729034120214,"stop":1729034120215,"duration":1}},{"uid":"fce10f340d97254f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fce10f340d97254f","status":"passed","time":{"start":1729034043143,"stop":1729034043143,"duration":0}},{"uid":"7f520f5cd8cf847c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7f520f5cd8cf847c","status":"passed","time":{"start":1729033857765,"stop":1729033857766,"duration":1}},{"uid":"513060e956c7138b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/513060e956c7138b","status":"passed","time":{"start":1729031907985,"stop":1729031907985,"duration":0}},{"uid":"b8414e2af482896c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8414e2af482896c","status":"passed","time":{"start":1728901453411,"stop":1728901453411,"duration":0}},{"uid":"a7997ebd1bea297c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a7997ebd1bea297c","status":"passed","time":{"start":1728892883978,"stop":1728892883979,"duration":1}},{"uid":"2b2aafa5552bf379","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b2aafa5552bf379","status":"passed","time":{"start":1728855846185,"stop":1728855846185,"duration":0}},{"uid":"a2798ed671597158","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a2798ed671597158","status":"passed","time":{"start":1728738063648,"stop":1728738063648,"duration":0}},{"uid":"42b78183b50aec40","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42b78183b50aec40","status":"passed","time":{"start":1728682597529,"stop":1728682597530,"duration":1}},{"uid":"966f817790d309a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/966f817790d309a","status":"passed","time":{"start":1728682170202,"stop":1728682170202,"duration":0}},{"uid":"29f8954fafeebb15","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/29f8954fafeebb15","status":"passed","time":{"start":1728676644980,"stop":1728676644981,"duration":1}},{"uid":"62fbbe451fcd4045","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/62fbbe451fcd4045","status":"passed","time":{"start":1728669367853,"stop":1728669367854,"duration":1}},{"uid":"e0925f8e7ed0fbd5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e0925f8e7ed0fbd5","status":"passed","time":{"start":1728597708660,"stop":1728597708660,"duration":0}},{"uid":"86f456d01b190264","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86f456d01b190264","status":"passed","time":{"start":1728596927478,"stop":1728596927478,"duration":0}}]},"tags":[]},"source":"27c358b0afc19187.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/280e584c6fe3b6f9.json b/7588/data/test-cases/280e584c6fe3b6f9.json new file mode 100644 index 00000000000..c8d24ef2b2b --- /dev/null +++ b/7588/data/test-cases/280e584c6fe3b6f9.json @@ -0,0 +1 @@ +{"uid":"280e584c6fe3b6f9","name":"getPeersByDiscovery","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > getPeersByDiscovery","historyId":"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034645142,"stop":1729034645144,"duration":2},"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":15,"unknown":0,"total":15},"items":[{"uid":"2d0c462ee587ae3c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2d0c462ee587ae3c","status":"passed","time":{"start":1729034413325,"stop":1729034413326,"duration":1}},{"uid":"f623069dffefbf01","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f623069dffefbf01","status":"passed","time":{"start":1729034330403,"stop":1729034330403,"duration":0}},{"uid":"10023f765e7cb9c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10023f765e7cb9c2","status":"passed","time":{"start":1729034147999,"stop":1729034148000,"duration":1}},{"uid":"5fd62a3e772aecd8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fd62a3e772aecd8","status":"passed","time":{"start":1729032202828,"stop":1729032202828,"duration":0}},{"uid":"be160853945d5730","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/be160853945d5730","status":"passed","time":{"start":1728901873321,"stop":1728901873321,"duration":0}},{"uid":"da2fc3d4cc06b238","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da2fc3d4cc06b238","status":"passed","time":{"start":1728893311008,"stop":1728893311008,"duration":0}},{"uid":"eb087aaa81d2cdcd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/eb087aaa81d2cdcd","status":"passed","time":{"start":1728856279297,"stop":1728856279297,"duration":0}},{"uid":"b2a4d7ffb1abdff0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b2a4d7ffb1abdff0","status":"passed","time":{"start":1728738483461,"stop":1728738483461,"duration":0}},{"uid":"b6d439fda985ef0b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6d439fda985ef0b","status":"passed","time":{"start":1728683033354,"stop":1728683033354,"duration":0}},{"uid":"d8d74a065c47e240","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d8d74a065c47e240","status":"passed","time":{"start":1728682591253,"stop":1728682591254,"duration":1}},{"uid":"f80a4d45c1b41893","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f80a4d45c1b41893","status":"passed","time":{"start":1728677083878,"stop":1728677083879,"duration":1}},{"uid":"eb5c1a5ab8efad5c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eb5c1a5ab8efad5c","status":"passed","time":{"start":1728669753996,"stop":1728669753996,"duration":0}},{"uid":"8a531fce87503f5d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a531fce87503f5d","status":"passed","time":{"start":1728598145544,"stop":1728598145544,"duration":0}},{"uid":"673e11033d5f305","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/673e11033d5f305","status":"passed","time":{"start":1728597350444,"stop":1728597350445,"duration":1}}]},"tags":[]},"source":"280e584c6fe3b6f9.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/fb131b32804313f7.json b/7588/data/test-cases/283fd429ea82bdea.json similarity index 50% rename from 7556/data/test-cases/fb131b32804313f7.json rename to 7588/data/test-cases/283fd429ea82bdea.json index 5d6b58a01a5..56ef373ac5b 100644 --- a/7556/data/test-cases/fb131b32804313f7.json +++ b/7588/data/test-cases/283fd429ea82bdea.json @@ -1 +1 @@ -{"uid":"fb131b32804313f7","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":1728457289895,"stop":1728457289895,"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":6,"unknown":0,"total":6},"items":[{"uid":"7e35f21b5a471270","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/7e35f21b5a471270","status":"passed","time":{"start":1728456257105,"stop":1728456257107,"duration":2}},{"uid":"9cf673563b999a74","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/9cf673563b999a74","status":"passed","time":{"start":1728455949862,"stop":1728455949862,"duration":0}},{"uid":"67d685f6bc44058e","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/67d685f6bc44058e","status":"passed","time":{"start":1728455741455,"stop":1728455741455,"duration":0}},{"uid":"6c130add80848846","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/6c130add80848846","status":"passed","time":{"start":1728455102315,"stop":1728455102315,"duration":0}},{"uid":"aa64824d067f69cd","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/aa64824d067f69cd","status":"passed","time":{"start":1728452170809,"stop":1728452170810,"duration":1}}]},"tags":[]},"source":"fb131b32804313f7.json","parameterValues":[]} \ No newline at end of file +{"uid":"283fd429ea82bdea","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":1729034472949,"stop":1729034472949,"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":15,"unknown":0,"total":15},"items":[{"uid":"3eff43aa3f49892c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3eff43aa3f49892c","status":"passed","time":{"start":1729034240913,"stop":1729034240914,"duration":1}},{"uid":"5e276cd286db9265","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5e276cd286db9265","status":"passed","time":{"start":1729034159613,"stop":1729034159613,"duration":0}},{"uid":"e105bb35deb1b550","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e105bb35deb1b550","status":"passed","time":{"start":1729033976790,"stop":1729033976793,"duration":3}},{"uid":"d591bc197ba07567","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d591bc197ba07567","status":"passed","time":{"start":1729032020515,"stop":1729032020516,"duration":1}},{"uid":"831423ef37e48778","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/831423ef37e48778","status":"passed","time":{"start":1728901616428,"stop":1728901616428,"duration":0}},{"uid":"4d0b0e40ed7b7eb8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4d0b0e40ed7b7eb8","status":"passed","time":{"start":1728893050243,"stop":1728893050243,"duration":0}},{"uid":"e60d3404b5c6f6d0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e60d3404b5c6f6d0","status":"passed","time":{"start":1728856015169,"stop":1728856015170,"duration":1}},{"uid":"93cd67b5f343f20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/93cd67b5f343f20","status":"passed","time":{"start":1728738233135,"stop":1728738233135,"duration":0}},{"uid":"6fd4a09335be0352","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6fd4a09335be0352","status":"passed","time":{"start":1728682762468,"stop":1728682762468,"duration":0}},{"uid":"1091f8e9420b92c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1091f8e9420b92c","status":"passed","time":{"start":1728682332784,"stop":1728682332784,"duration":0}},{"uid":"f8516123c3f197a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8516123c3f197a1","status":"passed","time":{"start":1728676810288,"stop":1728676810289,"duration":1}},{"uid":"fbf9ee89249ed9d5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fbf9ee89249ed9d5","status":"passed","time":{"start":1728669529891,"stop":1728669529892,"duration":1}},{"uid":"fd52a260e145f0e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd52a260e145f0e7","status":"passed","time":{"start":1728597873532,"stop":1728597873532,"duration":0}},{"uid":"b5723d53f6b3d47c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b5723d53f6b3d47c","status":"passed","time":{"start":1728597089271,"stop":1728597089272,"duration":1}}]},"tags":[]},"source":"283fd429ea82bdea.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/f353a2fdcd589151.json b/7588/data/test-cases/290642b436c9d9f9.json similarity index 87% rename from 7556/data/test-cases/f353a2fdcd589151.json rename to 7588/data/test-cases/290642b436c9d9f9.json index c741cbeaa9b..175db019bdb 100644 --- a/7556/data/test-cases/f353a2fdcd589151.json +++ b/7588/data/test-cases/290642b436c9d9f9.json @@ -1 +1 @@ -{"uid":"f353a2fdcd589151","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":1728457473509,"stop":1728457473509,"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":6,"unknown":0,"total":6},"items":[{"uid":"ddafe908aee9552d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/ddafe908aee9552d","status":"passed","time":{"start":1728456428356,"stop":1728456428356,"duration":0}},{"uid":"22200af3e675fbff","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/22200af3e675fbff","status":"passed","time":{"start":1728456157786,"stop":1728456157786,"duration":0}},{"uid":"9e13a9634dc141d","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/9e13a9634dc141d","status":"passed","time":{"start":1728456063512,"stop":1728456063512,"duration":0}},{"uid":"1dba9577a6b5ec0a","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/1dba9577a6b5ec0a","status":"passed","time":{"start":1728455422504,"stop":1728455422505,"duration":1}},{"uid":"1bca3a98082ef54c","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/1bca3a98082ef54c","status":"passed","time":{"start":1728452417650,"stop":1728452417650,"duration":0}}]},"tags":[]},"source":"f353a2fdcd589151.json","parameterValues":[]} \ No newline at end of file +{"uid":"290642b436c9d9f9","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":1729034617749,"stop":1729034617750,"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":15,"unknown":0,"total":15},"items":[{"uid":"d999577e567b953c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d999577e567b953c","status":"passed","time":{"start":1729034370852,"stop":1729034370853,"duration":1}},{"uid":"38cccc50c09b1a3d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/38cccc50c09b1a3d","status":"passed","time":{"start":1729034308854,"stop":1729034308854,"duration":0}},{"uid":"1aab248921776c81","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1aab248921776c81","status":"passed","time":{"start":1729034129468,"stop":1729034129468,"duration":0}},{"uid":"b94a60fc8c1d83b1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b94a60fc8c1d83b1","status":"passed","time":{"start":1729032178362,"stop":1729032178362,"duration":0}},{"uid":"5cae40646b5e5bb1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5cae40646b5e5bb1","status":"passed","time":{"start":1728901896340,"stop":1728901896340,"duration":0}},{"uid":"2becdcb1b96fdd44","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2becdcb1b96fdd44","status":"passed","time":{"start":1728893329019,"stop":1728893329019,"duration":0}},{"uid":"e09d20ff62e24b57","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e09d20ff62e24b57","status":"passed","time":{"start":1728856284754,"stop":1728856284755,"duration":1}},{"uid":"1578fa6da343130e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1578fa6da343130e","status":"passed","time":{"start":1728738494930,"stop":1728738494930,"duration":0}},{"uid":"d0c719d0763e9b19","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0c719d0763e9b19","status":"passed","time":{"start":1728683033625,"stop":1728683033626,"duration":1}},{"uid":"f463fb0a297cf015","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f463fb0a297cf015","status":"passed","time":{"start":1728682601730,"stop":1728682601731,"duration":1}},{"uid":"dc1e016213902266","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dc1e016213902266","status":"passed","time":{"start":1728677107955,"stop":1728677107955,"duration":0}},{"uid":"cd4da98f67c930a2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cd4da98f67c930a2","status":"passed","time":{"start":1728669764744,"stop":1728669764744,"duration":0}},{"uid":"6018ae0086d39720","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6018ae0086d39720","status":"passed","time":{"start":1728598157553,"stop":1728598157556,"duration":3}},{"uid":"a9a6a41c4ddb1e43","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a9a6a41c4ddb1e43","status":"passed","time":{"start":1728597369052,"stop":1728597369053,"duration":1}}]},"tags":[]},"source":"290642b436c9d9f9.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/7896fd25b76dae95.json b/7588/data/test-cases/2931aeba593f5cd6.json similarity index 85% rename from 7556/data/test-cases/7896fd25b76dae95.json rename to 7588/data/test-cases/2931aeba593f5cd6.json index 732cbc40ded..122b162c24f 100644 --- a/7556/data/test-cases/7896fd25b76dae95.json +++ b/7588/data/test-cases/2931aeba593f5cd6.json @@ -1 +1 @@ -{"uid":"7896fd25b76dae95","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":1728457537129,"stop":1728457537129,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"847bacaead06f31a","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/847bacaead06f31a","status":"passed","time":{"start":1728456499099,"stop":1728456499099,"duration":0}},{"uid":"41223c1637e56408","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/41223c1637e56408","status":"passed","time":{"start":1728456215077,"stop":1728456215077,"duration":0}},{"uid":"790b6f1bed74dc9e","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/790b6f1bed74dc9e","status":"passed","time":{"start":1728456167133,"stop":1728456167134,"duration":1}},{"uid":"1e9d146dc7ab9b1c","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/1e9d146dc7ab9b1c","status":"passed","time":{"start":1728455518196,"stop":1728455518196,"duration":0}},{"uid":"49908a07c1cbbd6e","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/49908a07c1cbbd6e","status":"passed","time":{"start":1728452534882,"stop":1728452534882,"duration":0}}]},"tags":[]},"source":"7896fd25b76dae95.json","parameterValues":[]} \ No newline at end of file +{"uid":"2931aeba593f5cd6","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":1729034704496,"stop":1729034704496,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"2e2219ef68b9217d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2e2219ef68b9217d","status":"passed","time":{"start":1729034474989,"stop":1729034474989,"duration":0}},{"uid":"213b63e670b1c7e0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/213b63e670b1c7e0","status":"passed","time":{"start":1729034395292,"stop":1729034395292,"duration":0}},{"uid":"7371c3eb09a213c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7371c3eb09a213c2","status":"passed","time":{"start":1729034209102,"stop":1729034209102,"duration":0}},{"uid":"82bc140a9beafcf2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/82bc140a9beafcf2","status":"passed","time":{"start":1729032264569,"stop":1729032264570,"duration":1}},{"uid":"c5b6a087f9181690","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c5b6a087f9181690","status":"passed","time":{"start":1728902012859,"stop":1728902012859,"duration":0}},{"uid":"a58c59d246f9b6bb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a58c59d246f9b6bb","status":"passed","time":{"start":1728893454812,"stop":1728893454813,"duration":1}},{"uid":"f29a5c456845fe6c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f29a5c456845fe6c","status":"passed","time":{"start":1728856408453,"stop":1728856408454,"duration":1}},{"uid":"fcb4bd9533b3f709","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fcb4bd9533b3f709","status":"passed","time":{"start":1728738633856,"stop":1728738633856,"duration":0}},{"uid":"eeb6134da4ce4a33","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eeb6134da4ce4a33","status":"passed","time":{"start":1728683159766,"stop":1728683159766,"duration":0}},{"uid":"7b0c1e1556c52e48","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b0c1e1556c52e48","status":"passed","time":{"start":1728682751331,"stop":1728682751331,"duration":0}},{"uid":"a8000299d19e465a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a8000299d19e465a","status":"passed","time":{"start":1728677216360,"stop":1728677216361,"duration":1}},{"uid":"24397b71b60a5505","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/24397b71b60a5505","status":"passed","time":{"start":1728669925455,"stop":1728669925455,"duration":0}},{"uid":"4bddb24864884df6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4bddb24864884df6","status":"passed","time":{"start":1728598268807,"stop":1728598268807,"duration":0}},{"uid":"42a4bdebc0ff537f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42a4bdebc0ff537f","status":"passed","time":{"start":1728597503923,"stop":1728597503924,"duration":1}}]},"tags":[]},"source":"2931aeba593f5cd6.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/591ebada4039541b.json b/7588/data/test-cases/2a1214158ad0cf17.json similarity index 88% rename from 7556/data/test-cases/591ebada4039541b.json rename to 7588/data/test-cases/2a1214158ad0cf17.json index 3394c167c09..3738f14d737 100644 --- a/7556/data/test-cases/591ebada4039541b.json +++ b/7588/data/test-cases/2a1214158ad0cf17.json @@ -1 +1 @@ -{"uid":"591ebada4039541b","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":1728457510437,"stop":1728457510438,"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":6,"unknown":0,"total":6},"items":[{"uid":"2e3633fbe40008ea","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/2e3633fbe40008ea","status":"passed","time":{"start":1728456448198,"stop":1728456448199,"duration":1}},{"uid":"ca40691f97d55ca8","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ca40691f97d55ca8","status":"passed","time":{"start":1728456195693,"stop":1728456195693,"duration":0}},{"uid":"feae219e35874253","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/feae219e35874253","status":"passed","time":{"start":1728456166704,"stop":1728456166704,"duration":0}},{"uid":"7f0ee423d42fb591","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/7f0ee423d42fb591","status":"passed","time":{"start":1728455516706,"stop":1728455516719,"duration":13}},{"uid":"c217ca57e8837044","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/c217ca57e8837044","status":"passed","time":{"start":1728452508941,"stop":1728452508941,"duration":0}}]},"tags":[]},"source":"591ebada4039541b.json","parameterValues":[]} \ No newline at end of file +{"uid":"2a1214158ad0cf17","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":1729034631252,"stop":1729034631252,"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":15,"unknown":0,"total":15},"items":[{"uid":"3d7007e8f798b5e0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3d7007e8f798b5e0","status":"passed","time":{"start":1729034400888,"stop":1729034400889,"duration":1}},{"uid":"9217e29221bdba23","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9217e29221bdba23","status":"passed","time":{"start":1729034317450,"stop":1729034317451,"duration":1}},{"uid":"379105f3c57e2b21","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/379105f3c57e2b21","status":"passed","time":{"start":1729034137134,"stop":1729034137134,"duration":0}},{"uid":"d2c06f1294f0c864","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2c06f1294f0c864","status":"passed","time":{"start":1729032206874,"stop":1729032206875,"duration":1}},{"uid":"e5a3f2f9d33f90c9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e5a3f2f9d33f90c9","status":"passed","time":{"start":1728901995021,"stop":1728901995021,"duration":0}},{"uid":"f5c2d6d4e542231","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f5c2d6d4e542231","status":"passed","time":{"start":1728893420994,"stop":1728893420995,"duration":1}},{"uid":"36671e1b67f7f953","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/36671e1b67f7f953","status":"passed","time":{"start":1728856368595,"stop":1728856368596,"duration":1}},{"uid":"87ef9ce3d829b10b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/87ef9ce3d829b10b","status":"passed","time":{"start":1728738604680,"stop":1728738604680,"duration":0}},{"uid":"ca4664327b7d6850","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ca4664327b7d6850","status":"passed","time":{"start":1728683117625,"stop":1728683117626,"duration":1}},{"uid":"676448aa005ca685","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/676448aa005ca685","status":"passed","time":{"start":1728682721317,"stop":1728682721318,"duration":1}},{"uid":"ef4533cbd2660ece","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef4533cbd2660ece","status":"passed","time":{"start":1728677184682,"stop":1728677184683,"duration":1}},{"uid":"9eef2af7a12086d5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9eef2af7a12086d5","status":"passed","time":{"start":1728669866449,"stop":1728669866449,"duration":0}},{"uid":"aa627f2fd1117b78","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aa627f2fd1117b78","status":"passed","time":{"start":1728598249975,"stop":1728598249975,"duration":0}},{"uid":"6ccf81351ef34f2a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ccf81351ef34f2a","status":"passed","time":{"start":1728597472291,"stop":1728597472291,"duration":0}}]},"tags":[]},"source":"2a1214158ad0cf17.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2a982b30a3dd6eb8.json b/7588/data/test-cases/2a982b30a3dd6eb8.json new file mode 100644 index 00000000000..19595044d4b --- /dev/null +++ b/7588/data/test-cases/2a982b30a3dd6eb8.json @@ -0,0 +1 @@ +{"uid":"2a982b30a3dd6eb8","name":"retrieves a single peer","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > retrieves a single peer","historyId":"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034356472,"stop":1729034356473,"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":14,"unknown":0,"total":14},"items":[{"uid":"7ce45d77436ff268","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7ce45d77436ff268","status":"passed","time":{"start":1729034120498,"stop":1729034120498,"duration":0}},{"uid":"696da7a61f1ddfd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/696da7a61f1ddfd","status":"passed","time":{"start":1729033858267,"stop":1729033858268,"duration":1}},{"uid":"3333db3892b5a55","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3333db3892b5a55","status":"passed","time":{"start":1729031908174,"stop":1729031908175,"duration":1}},{"uid":"7fbbc584e101e5a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7fbbc584e101e5a6","status":"passed","time":{"start":1728901453931,"stop":1728901453931,"duration":0}},{"uid":"af6811eba050a209","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/af6811eba050a209","status":"passed","time":{"start":1728892884407,"stop":1728892884408,"duration":1}},{"uid":"b4ed7b77b617968b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4ed7b77b617968b","status":"passed","time":{"start":1728855846877,"stop":1728855846877,"duration":0}},{"uid":"80ad9b9177161ed2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80ad9b9177161ed2","status":"passed","time":{"start":1728738064180,"stop":1728738064181,"duration":1}},{"uid":"92b964cead0f1010","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/92b964cead0f1010","status":"passed","time":{"start":1728682597758,"stop":1728682597758,"duration":0}},{"uid":"c0aac7fc16f74ea2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c0aac7fc16f74ea2","status":"passed","time":{"start":1728682170538,"stop":1728682170538,"duration":0}},{"uid":"8df046228bb78008","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8df046228bb78008","status":"passed","time":{"start":1728676645197,"stop":1728676645198,"duration":1}},{"uid":"8db6a4962c5d2f32","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8db6a4962c5d2f32","status":"passed","time":{"start":1728669368193,"stop":1728669368193,"duration":0}},{"uid":"ba85f0ec1bcfc688","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ba85f0ec1bcfc688","status":"passed","time":{"start":1728597709007,"stop":1728597709008,"duration":1}},{"uid":"e94eea262ef2e628","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e94eea262ef2e628","status":"passed","time":{"start":1728596928104,"stop":1728596928104,"duration":0}}]},"tags":[]},"source":"2a982b30a3dd6eb8.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2ac5d31b442d619a.json b/7588/data/test-cases/2ac5d31b442d619a.json new file mode 100644 index 00000000000..3473a64b529 --- /dev/null +++ b/7588/data/test-cases/2ac5d31b442d619a.json @@ -0,0 +1 @@ +{"uid":"2ac5d31b442d619a","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":1729034348412,"stop":1729034348413,"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":15,"unknown":0,"total":15},"items":[{"uid":"7995b6f3f717a90c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7995b6f3f717a90c","status":"passed","time":{"start":1729034112233,"stop":1729034112233,"duration":0}},{"uid":"a0809969da56c5a2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a0809969da56c5a2","status":"passed","time":{"start":1729034035749,"stop":1729034035749,"duration":0}},{"uid":"cd6d0a069e1cf87d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cd6d0a069e1cf87d","status":"passed","time":{"start":1729033850298,"stop":1729033850298,"duration":0}},{"uid":"cd77a7016db8911d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cd77a7016db8911d","status":"passed","time":{"start":1729031899901,"stop":1729031899901,"duration":0}},{"uid":"8220ecd04e5b9c61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8220ecd04e5b9c61","status":"passed","time":{"start":1728901445870,"stop":1728901445870,"duration":0}},{"uid":"8cfdfaefa995c5b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8cfdfaefa995c5b0","status":"passed","time":{"start":1728892875904,"stop":1728892875905,"duration":1}},{"uid":"cf91357bc19d73ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cf91357bc19d73ab","status":"passed","time":{"start":1728855839036,"stop":1728855839037,"duration":1}},{"uid":"879ce9d0bfa19a3e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/879ce9d0bfa19a3e","status":"passed","time":{"start":1728738056183,"stop":1728738056184,"duration":1}},{"uid":"b1addbcd0a335d12","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1addbcd0a335d12","status":"passed","time":{"start":1728682589458,"stop":1728682589458,"duration":0}},{"uid":"4f906cc239051ce9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4f906cc239051ce9","status":"passed","time":{"start":1728682162315,"stop":1728682162316,"duration":1}},{"uid":"e1c4c01b4fc7f9ce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e1c4c01b4fc7f9ce","status":"passed","time":{"start":1728676637001,"stop":1728676637001,"duration":0}},{"uid":"f5f673f87dd2a1c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5f673f87dd2a1c","status":"passed","time":{"start":1728669360368,"stop":1728669360368,"duration":0}},{"uid":"4c2921866d0cec2e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4c2921866d0cec2e","status":"passed","time":{"start":1728597700887,"stop":1728597700887,"duration":0}},{"uid":"4fc55d826997732d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4fc55d826997732d","status":"passed","time":{"start":1728596919825,"stop":1728596919826,"duration":1}}]},"tags":[]},"source":"2ac5d31b442d619a.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/cbb026927c22fb6f.json b/7588/data/test-cases/2b8c74643ad752fd.json similarity index 87% rename from 7556/data/test-cases/cbb026927c22fb6f.json rename to 7588/data/test-cases/2b8c74643ad752fd.json index 9e776237650..acf78bd17f8 100644 --- a/7556/data/test-cases/cbb026927c22fb6f.json +++ b/7588/data/test-cases/2b8c74643ad752fd.json @@ -1 +1 @@ -{"uid":"cbb026927c22fb6f","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":1728457473515,"stop":1728457473515,"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":6,"unknown":0,"total":6},"items":[{"uid":"ae54d3d4b61015d8","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/ae54d3d4b61015d8","status":"passed","time":{"start":1728456428361,"stop":1728456428362,"duration":1}},{"uid":"207249e9fef73b5","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/207249e9fef73b5","status":"passed","time":{"start":1728456157796,"stop":1728456157796,"duration":0}},{"uid":"34d884ba5078b464","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/34d884ba5078b464","status":"passed","time":{"start":1728456063523,"stop":1728456063529,"duration":6}},{"uid":"b5088bfb01acbfb0","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/b5088bfb01acbfb0","status":"passed","time":{"start":1728455422512,"stop":1728455422512,"duration":0}},{"uid":"d014d9bbf873ed88","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d014d9bbf873ed88","status":"passed","time":{"start":1728452417653,"stop":1728452417653,"duration":0}}]},"tags":[]},"source":"cbb026927c22fb6f.json","parameterValues":[]} \ No newline at end of file +{"uid":"2b8c74643ad752fd","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":1729034617753,"stop":1729034617753,"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":15,"unknown":0,"total":15},"items":[{"uid":"8f6156fe0c244581","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f6156fe0c244581","status":"passed","time":{"start":1729034370863,"stop":1729034370863,"duration":0}},{"uid":"e579536d263932af","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e579536d263932af","status":"passed","time":{"start":1729034308862,"stop":1729034308862,"duration":0}},{"uid":"67865a326c280c34","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67865a326c280c34","status":"passed","time":{"start":1729034129471,"stop":1729034129471,"duration":0}},{"uid":"5adc87980a09bebb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5adc87980a09bebb","status":"passed","time":{"start":1729032178364,"stop":1729032178364,"duration":0}},{"uid":"6373db6dbe71b9f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6373db6dbe71b9f7","status":"passed","time":{"start":1728901896343,"stop":1728901896343,"duration":0}},{"uid":"e874b32df078602e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e874b32df078602e","status":"passed","time":{"start":1728893329021,"stop":1728893329022,"duration":1}},{"uid":"786b4c65a0f2f95b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/786b4c65a0f2f95b","status":"passed","time":{"start":1728856284757,"stop":1728856284757,"duration":0}},{"uid":"3e29f2a688dc77c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3e29f2a688dc77c","status":"passed","time":{"start":1728738494934,"stop":1728738494935,"duration":1}},{"uid":"fb979bbc6bb575c5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fb979bbc6bb575c5","status":"passed","time":{"start":1728683033628,"stop":1728683033628,"duration":0}},{"uid":"5aa5ce20ee959f85","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5aa5ce20ee959f85","status":"passed","time":{"start":1728682601733,"stop":1728682601733,"duration":0}},{"uid":"803a831724c74464","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/803a831724c74464","status":"passed","time":{"start":1728677107958,"stop":1728677107958,"duration":0}},{"uid":"72212899292e3b4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/72212899292e3b4d","status":"passed","time":{"start":1728669764747,"stop":1728669764748,"duration":1}},{"uid":"3d730b5d1d1e44f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3d730b5d1d1e44f","status":"passed","time":{"start":1728598157558,"stop":1728598157559,"duration":1}},{"uid":"6b5bded67f9206e0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b5bded67f9206e0","status":"passed","time":{"start":1728597369057,"stop":1728597369058,"duration":1}}]},"tags":[]},"source":"2b8c74643ad752fd.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2bc0535e24491fe9.json b/7588/data/test-cases/2bc0535e24491fe9.json new file mode 100644 index 00000000000..740d05a01cc --- /dev/null +++ b/7588/data/test-cases/2bc0535e24491fe9.json @@ -0,0 +1 @@ +{"uid":"2bc0535e24491fe9","name":"Accepts a valid Waku Message","fullName":"/src/message_validator.spec.ts: Message Validator > Accepts a valid Waku Message","historyId":"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034376213,"stop":1729034376214,"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":15,"unknown":0,"total":15},"items":[{"uid":"db350abfa79e6209","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db350abfa79e6209","status":"passed","time":{"start":1729034140568,"stop":1729034140569,"duration":1}},{"uid":"ef73e5b85aca3c1d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ef73e5b85aca3c1d","status":"passed","time":{"start":1729034063213,"stop":1729034063214,"duration":1}},{"uid":"58e55d07ea4e5b40","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58e55d07ea4e5b40","status":"passed","time":{"start":1729033878342,"stop":1729033878344,"duration":2}},{"uid":"f9a321c5f0d57aee","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9a321c5f0d57aee","status":"passed","time":{"start":1729031928151,"stop":1729031928152,"duration":1}},{"uid":"cd044bc166245d72","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cd044bc166245d72","status":"passed","time":{"start":1728901472374,"stop":1728901472375,"duration":1}},{"uid":"95cb902a0df418d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95cb902a0df418d8","status":"passed","time":{"start":1728892903065,"stop":1728892903066,"duration":1}},{"uid":"28beedbe542aea76","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/28beedbe542aea76","status":"passed","time":{"start":1728855866505,"stop":1728855866506,"duration":1}},{"uid":"ecb2504d7af3eadc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ecb2504d7af3eadc","status":"passed","time":{"start":1728738084262,"stop":1728738084263,"duration":1}},{"uid":"1ce0919cde45d7d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ce0919cde45d7d9","status":"passed","time":{"start":1728682617673,"stop":1728682617675,"duration":2}},{"uid":"93e9a2377fefad78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/93e9a2377fefad78","status":"passed","time":{"start":1728682190441,"stop":1728682190442,"duration":1}},{"uid":"1b89421c02cfeaf6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b89421c02cfeaf6","status":"passed","time":{"start":1728676664769,"stop":1728676664770,"duration":1}},{"uid":"dd417f1318ba37f3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd417f1318ba37f3","status":"passed","time":{"start":1728669387970,"stop":1728669387971,"duration":1}},{"uid":"74e868765352171d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74e868765352171d","status":"passed","time":{"start":1728597727561,"stop":1728597727562,"duration":1}},{"uid":"e9b438ca68530184","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e9b438ca68530184","status":"passed","time":{"start":1728596946506,"stop":1728596946507,"duration":1}}]},"tags":[]},"source":"2bc0535e24491fe9.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/b1d5bb43744e621a.json b/7588/data/test-cases/2bc99c8cd70ca7dd.json similarity index 61% rename from 7556/data/test-cases/b1d5bb43744e621a.json rename to 7588/data/test-cases/2bc99c8cd70ca7dd.json index fedf30e1e56..40683c020fe 100644 --- a/7556/data/test-cases/b1d5bb43744e621a.json +++ b/7588/data/test-cases/2bc99c8cd70ca7dd.json @@ -1 +1 @@ -{"uid":"b1d5bb43744e621a","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":1728457215713,"stop":1728457215719,"duration":6},"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":6,"unknown":0,"total":6},"items":[{"uid":"1dce21445bee8afd","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/1dce21445bee8afd","status":"passed","time":{"start":1728456193489,"stop":1728456193492,"duration":3}},{"uid":"f5381f562e9d2eb6","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f5381f562e9d2eb6","status":"passed","time":{"start":1728455873822,"stop":1728455873822,"duration":0}},{"uid":"68a73193055e2063","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/68a73193055e2063","status":"passed","time":{"start":1728455625301,"stop":1728455625302,"duration":1}},{"uid":"bdb2a2ca0392573e","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/bdb2a2ca0392573e","status":"passed","time":{"start":1728454985184,"stop":1728454985184,"duration":0}},{"uid":"b494702344279ac6","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b494702344279ac6","status":"passed","time":{"start":1728451999141,"stop":1728451999142,"duration":1}}]},"tags":[]},"source":"b1d5bb43744e621a.json","parameterValues":[]} \ No newline at end of file +{"uid":"2bc99c8cd70ca7dd","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":1729034408864,"stop":1729034408870,"duration":6},"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":15,"unknown":0,"total":15},"items":[{"uid":"c6bd130e032f77d8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c6bd130e032f77d8","status":"passed","time":{"start":1729034166261,"stop":1729034166261,"duration":0}},{"uid":"ff80e5c24e7fa86a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ff80e5c24e7fa86a","status":"passed","time":{"start":1729034096718,"stop":1729034096719,"duration":1}},{"uid":"6a2dd40c8790e869","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a2dd40c8790e869","status":"passed","time":{"start":1729033904747,"stop":1729033904747,"duration":0}},{"uid":"96e0ee65df66da37","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/96e0ee65df66da37","status":"passed","time":{"start":1729031952293,"stop":1729031952294,"duration":1}},{"uid":"2e739279473c798e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2e739279473c798e","status":"passed","time":{"start":1728901498547,"stop":1728901498548,"duration":1}},{"uid":"88699e4751262d06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/88699e4751262d06","status":"passed","time":{"start":1728892934940,"stop":1728892934940,"duration":0}},{"uid":"7d7685a03485326a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d7685a03485326a","status":"passed","time":{"start":1728855901087,"stop":1728855901087,"duration":0}},{"uid":"ebc468316489fc28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ebc468316489fc28","status":"passed","time":{"start":1728738109821,"stop":1728738109821,"duration":0}},{"uid":"37cccc36f5c4f2c1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/37cccc36f5c4f2c1","status":"passed","time":{"start":1728682641762,"stop":1728682641764,"duration":2}},{"uid":"43a20edb023443c2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/43a20edb023443c2","status":"passed","time":{"start":1728682224055,"stop":1728682224056,"duration":1}},{"uid":"10dc3d6e9a8c0635","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/10dc3d6e9a8c0635","status":"passed","time":{"start":1728676692590,"stop":1728676692590,"duration":0}},{"uid":"4be8a7538cc6a4c4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4be8a7538cc6a4c4","status":"passed","time":{"start":1728669414325,"stop":1728669414326,"duration":1}},{"uid":"39465e53b27f8572","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39465e53b27f8572","status":"passed","time":{"start":1728597758157,"stop":1728597758157,"duration":0}},{"uid":"5686496f1c2cc70b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5686496f1c2cc70b","status":"passed","time":{"start":1728596973960,"stop":1728596973960,"duration":0}}]},"tags":[]},"source":"2bc99c8cd70ca7dd.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c8cb7297b28d96bc.json b/7588/data/test-cases/2bdbd29f6ec1c706.json similarity index 80% rename from 7556/data/test-cases/c8cb7297b28d96bc.json rename to 7588/data/test-cases/2bdbd29f6ec1c706.json index b01690d85b9..a768e467200 100644 --- a/7556/data/test-cases/c8cb7297b28d96bc.json +++ b/7588/data/test-cases/2bdbd29f6ec1c706.json @@ -1 +1 @@ -{"uid":"c8cb7297b28d96bc","name":"Subscribe and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish message","historyId":"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457490910,"stop":1728457490912,"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":6,"unknown":0,"total":6},"items":[{"uid":"6dc0fbe94481076e","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/6dc0fbe94481076e","status":"passed","time":{"start":1728456439216,"stop":1728456439216,"duration":0}},{"uid":"ecbe6e9e16b80fd0","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ecbe6e9e16b80fd0","status":"passed","time":{"start":1728456209534,"stop":1728456209536,"duration":2}},{"uid":"cb220fc57441d2e8","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/cb220fc57441d2e8","status":"passed","time":{"start":1728456126834,"stop":1728456126834,"duration":0}},{"uid":"4a2907411fea1185","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/4a2907411fea1185","status":"passed","time":{"start":1728455481795,"stop":1728455481796,"duration":1}},{"uid":"a151130b05dac4a","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a151130b05dac4a","status":"passed","time":{"start":1728452438548,"stop":1728452438548,"duration":0}}]},"tags":[]},"source":"c8cb7297b28d96bc.json","parameterValues":[]} \ No newline at end of file +{"uid":"2bdbd29f6ec1c706","name":"Subscribe and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish message","historyId":"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034640509,"stop":1729034640511,"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":15,"unknown":0,"total":15},"items":[{"uid":"c5eaf7f03e624df1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c5eaf7f03e624df1","status":"passed","time":{"start":1729034411418,"stop":1729034411418,"duration":0}},{"uid":"268fa8405d9843ea","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/268fa8405d9843ea","status":"passed","time":{"start":1729034327389,"stop":1729034327390,"duration":1}},{"uid":"2a3c6a340f5e1245","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2a3c6a340f5e1245","status":"passed","time":{"start":1729034147761,"stop":1729034147766,"duration":5}},{"uid":"d7575492f4468763","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d7575492f4468763","status":"passed","time":{"start":1729032204822,"stop":1729032204823,"duration":1}},{"uid":"e1a5a4577e5d763f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e1a5a4577e5d763f","status":"passed","time":{"start":1728901907651,"stop":1728901907651,"duration":0}},{"uid":"dd9c20080088a109","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dd9c20080088a109","status":"passed","time":{"start":1728893341885,"stop":1728893341885,"duration":0}},{"uid":"cde99b59361d1008","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cde99b59361d1008","status":"passed","time":{"start":1728856299350,"stop":1728856299351,"duration":1}},{"uid":"6ef69b72f53c4a23","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6ef69b72f53c4a23","status":"passed","time":{"start":1728738511611,"stop":1728738511611,"duration":0}},{"uid":"614135da3f13c27b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/614135da3f13c27b","status":"passed","time":{"start":1728683052906,"stop":1728683052907,"duration":1}},{"uid":"3ef73e517204c1f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3ef73e517204c1f","status":"passed","time":{"start":1728682612906,"stop":1728682612906,"duration":0}},{"uid":"9a31e1508ff22a56","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a31e1508ff22a56","status":"passed","time":{"start":1728677115740,"stop":1728677115740,"duration":0}},{"uid":"6a84f9ff31217e9c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6a84f9ff31217e9c","status":"passed","time":{"start":1728669778169,"stop":1728669778170,"duration":1}},{"uid":"6b460684f7379dff","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b460684f7379dff","status":"passed","time":{"start":1728598175427,"stop":1728598175427,"duration":0}},{"uid":"42f9445596f54d74","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42f9445596f54d74","status":"passed","time":{"start":1728597380056,"stop":1728597380057,"duration":1}}]},"tags":[]},"source":"2bdbd29f6ec1c706.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c4cf2afd39ed1a84.json b/7588/data/test-cases/2ca10c2d1aed40f9.json similarity index 88% rename from 7556/data/test-cases/c4cf2afd39ed1a84.json rename to 7588/data/test-cases/2ca10c2d1aed40f9.json index adb031ba6c8..e13e9c7ee73 100644 --- a/7556/data/test-cases/c4cf2afd39ed1a84.json +++ b/7588/data/test-cases/2ca10c2d1aed40f9.json @@ -1 +1 @@ -{"uid":"c4cf2afd39ed1a84","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":1728457510455,"stop":1728457510456,"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":6,"unknown":0,"total":6},"items":[{"uid":"e095d132294c6812","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e095d132294c6812","status":"passed","time":{"start":1728456448213,"stop":1728456448213,"duration":0}},{"uid":"38e62fc190891c83","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/38e62fc190891c83","status":"passed","time":{"start":1728456195703,"stop":1728456195703,"duration":0}},{"uid":"8d1cb903a8e7b36","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/8d1cb903a8e7b36","status":"passed","time":{"start":1728456166710,"stop":1728456166710,"duration":0}},{"uid":"1daaea1f895034b3","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/1daaea1f895034b3","status":"passed","time":{"start":1728455516733,"stop":1728455516734,"duration":1}},{"uid":"bf4a01c4a0a5532","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/bf4a01c4a0a5532","status":"passed","time":{"start":1728452508946,"stop":1728452508946,"duration":0}}]},"tags":[]},"source":"c4cf2afd39ed1a84.json","parameterValues":[]} \ No newline at end of file +{"uid":"2ca10c2d1aed40f9","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":1729034631258,"stop":1729034631259,"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":15,"unknown":0,"total":15},"items":[{"uid":"ce6c2ab31b4c285a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ce6c2ab31b4c285a","status":"passed","time":{"start":1729034400894,"stop":1729034400894,"duration":0}},{"uid":"cf0b744fc499d19","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cf0b744fc499d19","status":"passed","time":{"start":1729034317464,"stop":1729034317485,"duration":21}},{"uid":"7ca954c832c1fac4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ca954c832c1fac4","status":"passed","time":{"start":1729034137147,"stop":1729034137147,"duration":0}},{"uid":"9b66895121b48246","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9b66895121b48246","status":"passed","time":{"start":1729032206879,"stop":1729032206880,"duration":1}},{"uid":"82a2d7be8d52a2a0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82a2d7be8d52a2a0","status":"passed","time":{"start":1728901995026,"stop":1728901995026,"duration":0}},{"uid":"c499798536219eca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c499798536219eca","status":"passed","time":{"start":1728893421002,"stop":1728893421003,"duration":1}},{"uid":"d175bc29d99ac5df","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d175bc29d99ac5df","status":"passed","time":{"start":1728856368602,"stop":1728856368602,"duration":0}},{"uid":"8fcd8a37df71084f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8fcd8a37df71084f","status":"passed","time":{"start":1728738604686,"stop":1728738604687,"duration":1}},{"uid":"2924789b9ed56524","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2924789b9ed56524","status":"passed","time":{"start":1728683117642,"stop":1728683117643,"duration":1}},{"uid":"30d4ad988ba6fcd9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/30d4ad988ba6fcd9","status":"passed","time":{"start":1728682721322,"stop":1728682721323,"duration":1}},{"uid":"737c47005527dd3b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/737c47005527dd3b","status":"passed","time":{"start":1728677184688,"stop":1728677184689,"duration":1}},{"uid":"ce24870b1d3edbd9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ce24870b1d3edbd9","status":"passed","time":{"start":1728669866467,"stop":1728669866468,"duration":1}},{"uid":"ae132c287e4d8cef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ae132c287e4d8cef","status":"passed","time":{"start":1728598250001,"stop":1728598250002,"duration":1}},{"uid":"f55679267947f70e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f55679267947f70e","status":"passed","time":{"start":1728597472305,"stop":1728597472305,"duration":0}}]},"tags":[]},"source":"2ca10c2d1aed40f9.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2caf003647040e9b.json b/7588/data/test-cases/2caf003647040e9b.json new file mode 100644 index 00000000000..f66dbbc48d9 --- /dev/null +++ b/7588/data/test-cases/2caf003647040e9b.json @@ -0,0 +1 @@ +{"uid":"2caf003647040e9b","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":1729034348761,"stop":1729034348762,"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":15,"unknown":0,"total":15},"items":[{"uid":"3fb3e37c5c1add2b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3fb3e37c5c1add2b","status":"passed","time":{"start":1729034112604,"stop":1729034112605,"duration":1}},{"uid":"61be3a5ba22e4efd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/61be3a5ba22e4efd","status":"passed","time":{"start":1729034035872,"stop":1729034035872,"duration":0}},{"uid":"ff8df023da2623fe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff8df023da2623fe","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0}},{"uid":"8f80414cfd132835","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8f80414cfd132835","status":"passed","time":{"start":1729031900272,"stop":1729031900272,"duration":0}},{"uid":"28e2de14a0a32aaf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/28e2de14a0a32aaf","status":"passed","time":{"start":1728901446177,"stop":1728901446177,"duration":0}},{"uid":"7149dde97254a7f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7149dde97254a7f8","status":"passed","time":{"start":1728892876477,"stop":1728892876478,"duration":1}},{"uid":"5d46502cb7f5d43e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5d46502cb7f5d43e","status":"passed","time":{"start":1728855839199,"stop":1728855839199,"duration":0}},{"uid":"e0df1ca5c97fbb70","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e0df1ca5c97fbb70","status":"passed","time":{"start":1728738056464,"stop":1728738056465,"duration":1}},{"uid":"68123e1ee92484d8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/68123e1ee92484d8","status":"passed","time":{"start":1728682590044,"stop":1728682590045,"duration":1}},{"uid":"675b43f6c32b2d51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/675b43f6c32b2d51","status":"passed","time":{"start":1728682162838,"stop":1728682162839,"duration":1}},{"uid":"28c22c41b128eb1c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/28c22c41b128eb1c","status":"passed","time":{"start":1728676637412,"stop":1728676637412,"duration":0}},{"uid":"73fdd9349ac754bd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/73fdd9349ac754bd","status":"passed","time":{"start":1728669360494,"stop":1728669360494,"duration":0}},{"uid":"10e90bef40eb61b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/10e90bef40eb61b2","status":"passed","time":{"start":1728597701236,"stop":1728597701236,"duration":0}},{"uid":"b012d83c89b44493","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b012d83c89b44493","status":"passed","time":{"start":1728596920371,"stop":1728596920371,"duration":0}}]},"tags":[]},"source":"2caf003647040e9b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/13c98faec372ba1e.json b/7588/data/test-cases/2d0aff9821d8abac.json similarity index 50% rename from 7556/data/test-cases/13c98faec372ba1e.json rename to 7588/data/test-cases/2d0aff9821d8abac.json index 91721f4366b..8a2d797eba1 100644 --- a/7556/data/test-cases/13c98faec372ba1e.json +++ b/7588/data/test-cases/2d0aff9821d8abac.json @@ -1 +1 @@ -{"uid":"13c98faec372ba1e","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":1728457289893,"stop":1728457289893,"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":6,"unknown":0,"total":6},"items":[{"uid":"96fb2cc9c9b4ad42","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/96fb2cc9c9b4ad42","status":"passed","time":{"start":1728456257104,"stop":1728456257104,"duration":0}},{"uid":"9ff54c0e5ab4d845","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/9ff54c0e5ab4d845","status":"passed","time":{"start":1728455949860,"stop":1728455949860,"duration":0}},{"uid":"680b8db3e961793a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/680b8db3e961793a","status":"passed","time":{"start":1728455741448,"stop":1728455741449,"duration":1}},{"uid":"c5e395807a478408","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c5e395807a478408","status":"passed","time":{"start":1728455102313,"stop":1728455102314,"duration":1}},{"uid":"91de69bfd5be17b8","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/91de69bfd5be17b8","status":"passed","time":{"start":1728452170808,"stop":1728452170808,"duration":0}}]},"tags":[]},"source":"13c98faec372ba1e.json","parameterValues":[]} \ No newline at end of file +{"uid":"2d0aff9821d8abac","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":1729034472942,"stop":1729034472942,"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":15,"unknown":0,"total":15},"items":[{"uid":"2c99e66050a6d17b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2c99e66050a6d17b","status":"passed","time":{"start":1729034240910,"stop":1729034240912,"duration":2}},{"uid":"19347470abe56884","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/19347470abe56884","status":"passed","time":{"start":1729034159611,"stop":1729034159611,"duration":0}},{"uid":"85ba216f652b1afb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85ba216f652b1afb","status":"passed","time":{"start":1729033976789,"stop":1729033976789,"duration":0}},{"uid":"56ad98f42ce0073a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/56ad98f42ce0073a","status":"passed","time":{"start":1729032020510,"stop":1729032020510,"duration":0}},{"uid":"40ec16a95c46e27a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40ec16a95c46e27a","status":"passed","time":{"start":1728901616426,"stop":1728901616426,"duration":0}},{"uid":"5e4f58d90b7cc972","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5e4f58d90b7cc972","status":"passed","time":{"start":1728893050241,"stop":1728893050242,"duration":1}},{"uid":"f3dbbb98f1b1fe14","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3dbbb98f1b1fe14","status":"passed","time":{"start":1728856015168,"stop":1728856015168,"duration":0}},{"uid":"7cb35944e01b59c3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7cb35944e01b59c3","status":"passed","time":{"start":1728738233133,"stop":1728738233133,"duration":0}},{"uid":"26df193201299446","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/26df193201299446","status":"passed","time":{"start":1728682762466,"stop":1728682762467,"duration":1}},{"uid":"301ea4d433d3721a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/301ea4d433d3721a","status":"passed","time":{"start":1728682332782,"stop":1728682332783,"duration":1}},{"uid":"42e07f93c451be66","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/42e07f93c451be66","status":"passed","time":{"start":1728676810287,"stop":1728676810287,"duration":0}},{"uid":"2b5ac6b5000b91a9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b5ac6b5000b91a9","status":"passed","time":{"start":1728669529890,"stop":1728669529890,"duration":0}},{"uid":"91fdca3cfecaeaf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/91fdca3cfecaeaf","status":"passed","time":{"start":1728597873530,"stop":1728597873530,"duration":0}},{"uid":"cd3b7e18225defc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd3b7e18225defc2","status":"passed","time":{"start":1728597089270,"stop":1728597089270,"duration":0}}]},"tags":[]},"source":"2d0aff9821d8abac.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9511018f34a29d2d.json b/7588/data/test-cases/2d0e5212b4e21b84.json similarity index 81% rename from 7556/data/test-cases/9511018f34a29d2d.json rename to 7588/data/test-cases/2d0e5212b4e21b84.json index c5c0ffb6520..add9b80e60b 100644 --- a/7556/data/test-cases/9511018f34a29d2d.json +++ b/7588/data/test-cases/2d0e5212b4e21b84.json @@ -1 +1 @@ -{"uid":"9511018f34a29d2d","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":1728457448635,"stop":1728457448636,"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: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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":6,"passed":0,"unknown":0,"total":6},"items":[{"uid":"b97cca1d46ac5f6f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/b97cca1d46ac5f6f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456402414,"stop":1728456402414,"duration":0}},{"uid":"454cba75fcbbb2ce","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/454cba75fcbbb2ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456120446,"stop":1728456120446,"duration":0}},{"uid":"cda1085b14cc515f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/cda1085b14cc515f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456038380,"stop":1728456038381,"duration":1}},{"uid":"e53c2b35f76168bb","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/e53c2b35f76168bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728455403838,"stop":1728455403839,"duration":1}},{"uid":"cd6475a948a6cdef","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/cd6475a948a6cdef","status":"skipped","statusDetails":"Test ignored","time":{"start":1728452400299,"stop":1728452400299,"duration":0}}]},"tags":[]},"source":"9511018f34a29d2d.json","parameterValues":[]} \ No newline at end of file +{"uid":"2d0e5212b4e21b84","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":1729034611689,"stop":1729034611689,"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"29ae357051987c2f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/29ae357051987c2f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034393673,"stop":1729034393674,"duration":1}},{"uid":"59bc200ac35b82dc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/59bc200ac35b82dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034304864,"stop":1729034304864,"duration":0}},{"uid":"61c178f059a631d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/61c178f059a631d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121958,"stop":1729034121958,"duration":0}},{"uid":"a1a06edb47269baf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a1a06edb47269baf","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174932,"stop":1729032174932,"duration":0}},{"uid":"1c6832e9ea433778","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c6832e9ea433778","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881036,"stop":1728901881037,"duration":1}},{"uid":"fd8c4134408b7525","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fd8c4134408b7525","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317185,"stop":1728893317185,"duration":0}},{"uid":"bfd9292143e04665","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bfd9292143e04665","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263129,"stop":1728856263130,"duration":1}},{"uid":"de97c1438a2fb9a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/de97c1438a2fb9a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492816,"stop":1728738492816,"duration":0}},{"uid":"b58790f6ff1b8c67","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b58790f6ff1b8c67","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030033,"stop":1728683030033,"duration":0}},{"uid":"d18ce018eee7333f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d18ce018eee7333f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581134,"stop":1728682581134,"duration":0}},{"uid":"ba7b5cf9c9628c5f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba7b5cf9c9628c5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082018,"stop":1728677082018,"duration":0}},{"uid":"5807a2a4aef5b653","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5807a2a4aef5b653","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795411,"stop":1728669795412,"duration":1}},{"uid":"e3bbd9d976b19a8e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3bbd9d976b19a8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137512,"stop":1728598137512,"duration":0}},{"uid":"67a255579b21fbda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/67a255579b21fbda","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353491,"stop":1728597353492,"duration":1}}]},"tags":[]},"source":"2d0e5212b4e21b84.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2d1bc9b4d0801533.json b/7588/data/test-cases/2d1bc9b4d0801533.json new file mode 100644 index 00000000000..81277855c2d --- /dev/null +++ b/7588/data/test-cases/2d1bc9b4d0801533.json @@ -0,0 +1 @@ +{"uid":"2d1bc9b4d0801533","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":1729034713700,"stop":1729034713700,"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"510bca540701da05","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/510bca540701da05","status":"passed","time":{"start":1729034487483,"stop":1729034487483,"duration":0}},{"uid":"f0c912f042772790","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f0c912f042772790","status":"passed","time":{"start":1729034446109,"stop":1729034446109,"duration":0}},{"uid":"f576d3f6cf01ba70","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f576d3f6cf01ba70","status":"passed","time":{"start":1729032275827,"stop":1729032275827,"duration":0}},{"uid":"1330de3f7472ff69","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1330de3f7472ff69","status":"passed","time":{"start":1728902036740,"stop":1728902036740,"duration":0}},{"uid":"56366c0c25163306","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/56366c0c25163306","status":"passed","time":{"start":1728893472413,"stop":1728893472413,"duration":0}},{"uid":"f3d3f827db1627ed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3d3f827db1627ed","status":"passed","time":{"start":1728856423199,"stop":1728856423200,"duration":1}},{"uid":"89183bbc0e0f3612","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/89183bbc0e0f3612","status":"passed","time":{"start":1728738648729,"stop":1728738648729,"duration":0}},{"uid":"7b8129d41c5eae78","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b8129d41c5eae78","status":"passed","time":{"start":1728683179654,"stop":1728683179654,"duration":0}},{"uid":"73bdc206a2851282","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/73bdc206a2851282","status":"passed","time":{"start":1728682757950,"stop":1728682757951,"duration":1}},{"uid":"a8f8592fb2700118","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a8f8592fb2700118","status":"passed","time":{"start":1728677238450,"stop":1728677238450,"duration":0}},{"uid":"d6ec9caddf836960","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d6ec9caddf836960","status":"passed","time":{"start":1728669928219,"stop":1728669928220,"duration":1}},{"uid":"37068809fb8b98e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/37068809fb8b98e7","status":"passed","time":{"start":1728598319589,"stop":1728598319589,"duration":0}},{"uid":"620f021041724451","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/620f021041724451","status":"passed","time":{"start":1728597520646,"stop":1728597520646,"duration":0}}]},"tags":[]},"source":"2d1bc9b4d0801533.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/dbe9bbe2f9c6c63b.json b/7588/data/test-cases/2d1e3aae46c491cf.json similarity index 54% rename from 7556/data/test-cases/dbe9bbe2f9c6c63b.json rename to 7588/data/test-cases/2d1e3aae46c491cf.json index e9519522ece..1717c303950 100644 --- a/7556/data/test-cases/dbe9bbe2f9c6c63b.json +++ b/7588/data/test-cases/2d1e3aae46c491cf.json @@ -1 +1 @@ -{"uid":"dbe9bbe2f9c6c63b","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":1728457280062,"stop":1728457280063,"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":6,"unknown":0,"total":6},"items":[{"uid":"537326f482f81e8","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/537326f482f81e8","status":"passed","time":{"start":1728456247428,"stop":1728456247428,"duration":0}},{"uid":"649a328ddf8e2067","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/649a328ddf8e2067","status":"passed","time":{"start":1728455938201,"stop":1728455938201,"duration":0}},{"uid":"530ba430c7e6413e","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/530ba430c7e6413e","status":"passed","time":{"start":1728455725242,"stop":1728455725242,"duration":0}},{"uid":"5cc4976ace7d7122","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/5cc4976ace7d7122","status":"passed","time":{"start":1728455087626,"stop":1728455087626,"duration":0}},{"uid":"924d59cb9cd561cd","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/924d59cb9cd561cd","status":"passed","time":{"start":1728452102671,"stop":1728452102671,"duration":0}}]},"tags":[]},"source":"dbe9bbe2f9c6c63b.json","parameterValues":[]} \ No newline at end of file +{"uid":"2d1e3aae46c491cf","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":1729034462533,"stop":1729034462534,"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":15,"unknown":0,"total":15},"items":[{"uid":"b72b9deae76bbfc9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b72b9deae76bbfc9","status":"passed","time":{"start":1729034231343,"stop":1729034231344,"duration":1}},{"uid":"32ddfeecf83da004","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/32ddfeecf83da004","status":"passed","time":{"start":1729034153005,"stop":1729034153006,"duration":1}},{"uid":"f3ad83cecdb08bcd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f3ad83cecdb08bcd","status":"passed","time":{"start":1729033965753,"stop":1729033965753,"duration":0}},{"uid":"3025559fb9a542a8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3025559fb9a542a8","status":"passed","time":{"start":1729032018033,"stop":1729032018033,"duration":0}},{"uid":"99493341e10a23f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/99493341e10a23f","status":"passed","time":{"start":1728901595853,"stop":1728901595853,"duration":0}},{"uid":"d00e18d1c901065a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d00e18d1c901065a","status":"passed","time":{"start":1728893032691,"stop":1728893032691,"duration":0}},{"uid":"b4d4d2620c416f1b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4d4d2620c416f1b","status":"passed","time":{"start":1728855998187,"stop":1728855998189,"duration":2}},{"uid":"f6451cbbe1f5f9fb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f6451cbbe1f5f9fb","status":"passed","time":{"start":1728738212195,"stop":1728738212197,"duration":2}},{"uid":"87122ee0a6f2732","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/87122ee0a6f2732","status":"passed","time":{"start":1728682746576,"stop":1728682746576,"duration":0}},{"uid":"c459a441725bc31b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c459a441725bc31b","status":"passed","time":{"start":1728682328612,"stop":1728682328615,"duration":3}},{"uid":"124f9a820d1df349","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/124f9a820d1df349","status":"passed","time":{"start":1728676807594,"stop":1728676807594,"duration":0}},{"uid":"90db029db1f97765","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/90db029db1f97765","status":"passed","time":{"start":1728669514929,"stop":1728669514930,"duration":1}},{"uid":"d5c75613a1fa71ba","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d5c75613a1fa71ba","status":"passed","time":{"start":1728597860133,"stop":1728597860133,"duration":0}},{"uid":"85b044d00f2aa545","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/85b044d00f2aa545","status":"passed","time":{"start":1728597074716,"stop":1728597074716,"duration":0}}]},"tags":[]},"source":"2d1e3aae46c491cf.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2d557e6793cd8ce4.json b/7588/data/test-cases/2d557e6793cd8ce4.json new file mode 100644 index 00000000000..d7b1be9f80d --- /dev/null +++ b/7588/data/test-cases/2d557e6793cd8ce4.json @@ -0,0 +1 @@ +{"uid":"2d557e6793cd8ce4","name":"handles multiple messages","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > handles multiple messages","historyId":"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034701153,"stop":1729034701153,"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":15,"unknown":0,"total":15},"items":[{"uid":"286c64be1cffe4d7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/286c64be1cffe4d7","status":"passed","time":{"start":1729034475746,"stop":1729034475746,"duration":0}},{"uid":"460b43e914c96d2c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/460b43e914c96d2c","status":"passed","time":{"start":1729034391616,"stop":1729034391621,"duration":5}},{"uid":"af9106982d94de63","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af9106982d94de63","status":"passed","time":{"start":1729034211308,"stop":1729034211309,"duration":1}},{"uid":"3f01d419f439d066","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f01d419f439d066","status":"passed","time":{"start":1729032264693,"stop":1729032264694,"duration":1}},{"uid":"e23f4703038289e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e23f4703038289e2","status":"passed","time":{"start":1728902020140,"stop":1728902020140,"duration":0}},{"uid":"6c14bd8fc246572d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c14bd8fc246572d","status":"passed","time":{"start":1728893452479,"stop":1728893452480,"duration":1}},{"uid":"77b50c95620371aa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77b50c95620371aa","status":"passed","time":{"start":1728856408084,"stop":1728856408084,"duration":0}},{"uid":"20e661235299d839","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20e661235299d839","status":"passed","time":{"start":1728738627115,"stop":1728738627116,"duration":1}},{"uid":"61468a37e9ea2778","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/61468a37e9ea2778","status":"passed","time":{"start":1728683164465,"stop":1728683164465,"duration":0}},{"uid":"1b2d012f5645535f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1b2d012f5645535f","status":"passed","time":{"start":1728682734714,"stop":1728682734715,"duration":1}},{"uid":"72517c2aea9aa5c5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72517c2aea9aa5c5","status":"passed","time":{"start":1728677218640,"stop":1728677218640,"duration":0}},{"uid":"a152d9f815d9fd6b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a152d9f815d9fd6b","status":"passed","time":{"start":1728669903962,"stop":1728669903962,"duration":0}},{"uid":"3fc9d1e10f874950","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3fc9d1e10f874950","status":"passed","time":{"start":1728598278367,"stop":1728598278367,"duration":0}},{"uid":"712a65375de04328","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/712a65375de04328","status":"passed","time":{"start":1728597507602,"stop":1728597507602,"duration":0}}]},"tags":[]},"source":"2d557e6793cd8ce4.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3176068c7fe3a254.json b/7588/data/test-cases/2d58d0e7e5af52a0.json similarity index 67% rename from 7556/data/test-cases/3176068c7fe3a254.json rename to 7588/data/test-cases/2d58d0e7e5af52a0.json index b6e44809ffd..d7292269655 100644 --- a/7556/data/test-cases/3176068c7fe3a254.json +++ b/7588/data/test-cases/2d58d0e7e5af52a0.json @@ -1 +1 @@ -{"uid":"3176068c7fe3a254","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":1728457536270,"stop":1728457536272,"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":6,"unknown":0,"total":6},"items":[{"uid":"34b666bd317df552","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/34b666bd317df552","status":"passed","time":{"start":1728456479959,"stop":1728456479961,"duration":2}},{"uid":"5ffb3c7095a52318","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/5ffb3c7095a52318","status":"passed","time":{"start":1728456245084,"stop":1728456245085,"duration":1}},{"uid":"4ca6818dd4833488","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4ca6818dd4833488","status":"passed","time":{"start":1728456210509,"stop":1728456210511,"duration":2}},{"uid":"f4d1d1bf34ea1563","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f4d1d1bf34ea1563","status":"passed","time":{"start":1728455558231,"stop":1728455558231,"duration":0}},{"uid":"2a767b195fcff39f","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/2a767b195fcff39f","status":"passed","time":{"start":1728452533443,"stop":1728452533444,"duration":1}}]},"tags":[]},"source":"3176068c7fe3a254.json","parameterValues":[]} \ No newline at end of file +{"uid":"2d58d0e7e5af52a0","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":1729034682671,"stop":1729034682671,"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":15,"unknown":0,"total":15},"items":[{"uid":"27c550619c1c76ea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/27c550619c1c76ea","status":"passed","time":{"start":1729034452181,"stop":1729034452181,"duration":0}},{"uid":"90ba869abcd05242","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/90ba869abcd05242","status":"passed","time":{"start":1729034373073,"stop":1729034373074,"duration":1}},{"uid":"db1c0ea812fa6f02","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db1c0ea812fa6f02","status":"passed","time":{"start":1729034188113,"stop":1729034188113,"duration":0}},{"uid":"17cc9b2d5c931eec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/17cc9b2d5c931eec","status":"passed","time":{"start":1729032231860,"stop":1729032231861,"duration":1}},{"uid":"7e6fc6a143a72d7d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e6fc6a143a72d7d","status":"passed","time":{"start":1728901989562,"stop":1728901989563,"duration":1}},{"uid":"1d862df05c74df06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d862df05c74df06","status":"passed","time":{"start":1728893424896,"stop":1728893424896,"duration":0}},{"uid":"d86f47ad74c8694c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d86f47ad74c8694c","status":"passed","time":{"start":1728856376681,"stop":1728856376681,"duration":0}},{"uid":"58d6ff7f197c80e4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58d6ff7f197c80e4","status":"passed","time":{"start":1728738593942,"stop":1728738593943,"duration":1}},{"uid":"866a037b9beb096e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/866a037b9beb096e","status":"passed","time":{"start":1728683135332,"stop":1728683135333,"duration":1}},{"uid":"ba6e8fc1e44ebe3f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ba6e8fc1e44ebe3f","status":"passed","time":{"start":1728682692582,"stop":1728682692582,"duration":0}},{"uid":"bce75a683671bea4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bce75a683671bea4","status":"passed","time":{"start":1728677194226,"stop":1728677194227,"duration":1}},{"uid":"40f37c38465ce1dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/40f37c38465ce1dc","status":"passed","time":{"start":1728669874420,"stop":1728669874421,"duration":1}},{"uid":"344fd2bafd20be69","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/344fd2bafd20be69","status":"passed","time":{"start":1728598257459,"stop":1728598257459,"duration":0}},{"uid":"1e5a9822265a96f9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1e5a9822265a96f9","status":"passed","time":{"start":1728597471281,"stop":1728597471281,"duration":0}}]},"tags":[]},"source":"2d58d0e7e5af52a0.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2d61cb4dd453def2.json b/7588/data/test-cases/2d61cb4dd453def2.json new file mode 100644 index 00000000000..b8088892ef2 --- /dev/null +++ b/7588/data/test-cases/2d61cb4dd453def2.json @@ -0,0 +1 @@ +{"uid":"2d61cb4dd453def2","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":1729034558121,"stop":1729034558121,"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":14,"unknown":0,"total":14},"items":[{"uid":"f2ec164980507d5e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f2ec164980507d5e","status":"passed","time":{"start":1729034245524,"stop":1729034245524,"duration":0}},{"uid":"db1c2786cdf5a219","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db1c2786cdf5a219","status":"passed","time":{"start":1729034063498,"stop":1729034063498,"duration":0}},{"uid":"45898757c05fada9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45898757c05fada9","status":"passed","time":{"start":1729032122638,"stop":1729032122639,"duration":1}},{"uid":"6b1e508d4c22aae5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6b1e508d4c22aae5","status":"passed","time":{"start":1728901785638,"stop":1728901785639,"duration":1}},{"uid":"fdf83776524c16e3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fdf83776524c16e3","status":"passed","time":{"start":1728893218775,"stop":1728893218776,"duration":1}},{"uid":"69a9d38d2b06f9a6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/69a9d38d2b06f9a6","status":"passed","time":{"start":1728856192662,"stop":1728856192662,"duration":0}},{"uid":"89651ab693ecdb2b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/89651ab693ecdb2b","status":"passed","time":{"start":1728738398088,"stop":1728738398088,"duration":0}},{"uid":"1a6e17fb7de6c7ea","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a6e17fb7de6c7ea","status":"passed","time":{"start":1728682944510,"stop":1728682944511,"duration":1}},{"uid":"b47c27cb6b21a35d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b47c27cb6b21a35d","status":"passed","time":{"start":1728682507863,"stop":1728682507863,"duration":0}},{"uid":"2f6438dc9c6bdeb5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2f6438dc9c6bdeb5","status":"passed","time":{"start":1728676995529,"stop":1728676995529,"duration":0}},{"uid":"197164c9f91b4496","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/197164c9f91b4496","status":"passed","time":{"start":1728669665541,"stop":1728669665542,"duration":1}},{"uid":"4553b2de247fd5ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4553b2de247fd5ab","status":"passed","time":{"start":1728598056487,"stop":1728598056488,"duration":1}},{"uid":"abe5db5b222073b7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/abe5db5b222073b7","status":"passed","time":{"start":1728597264030,"stop":1728597264036,"duration":6}}]},"tags":[]},"source":"2d61cb4dd453def2.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/4216090f0c4ed87f.json b/7588/data/test-cases/2d837904a920b901.json similarity index 88% rename from 7556/data/test-cases/4216090f0c4ed87f.json rename to 7588/data/test-cases/2d837904a920b901.json index 4f49b0c0b40..b3d60bfa57a 100644 --- a/7556/data/test-cases/4216090f0c4ed87f.json +++ b/7588/data/test-cases/2d837904a920b901.json @@ -1 +1 @@ -{"uid":"4216090f0c4ed87f","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":1728457510450,"stop":1728457510451,"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":6,"unknown":0,"total":6},"items":[{"uid":"34154fdd515e873c","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/34154fdd515e873c","status":"passed","time":{"start":1728456448209,"stop":1728456448209,"duration":0}},{"uid":"2a35a930f13f1416","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/2a35a930f13f1416","status":"passed","time":{"start":1728456195702,"stop":1728456195702,"duration":0}},{"uid":"db07f244e4997d05","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/db07f244e4997d05","status":"passed","time":{"start":1728456166709,"stop":1728456166709,"duration":0}},{"uid":"712b37509ffd23c5","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/712b37509ffd23c5","status":"passed","time":{"start":1728455516730,"stop":1728455516730,"duration":0}},{"uid":"47cf97f2a4a5727","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/47cf97f2a4a5727","status":"passed","time":{"start":1728452508945,"stop":1728452508946,"duration":1}}]},"tags":[]},"source":"4216090f0c4ed87f.json","parameterValues":[]} \ No newline at end of file +{"uid":"2d837904a920b901","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":1729034631258,"stop":1729034631258,"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":15,"unknown":0,"total":15},"items":[{"uid":"acaad79188853dee","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/acaad79188853dee","status":"passed","time":{"start":1729034400893,"stop":1729034400894,"duration":1}},{"uid":"e478f1813673b41e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e478f1813673b41e","status":"passed","time":{"start":1729034317463,"stop":1729034317463,"duration":0}},{"uid":"987fe2883b8da6e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/987fe2883b8da6e5","status":"passed","time":{"start":1729034137146,"stop":1729034137146,"duration":0}},{"uid":"73c5530effc1de8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73c5530effc1de8c","status":"passed","time":{"start":1729032206879,"stop":1729032206879,"duration":0}},{"uid":"7171655a0e731fe1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7171655a0e731fe1","status":"passed","time":{"start":1728901995025,"stop":1728901995025,"duration":0}},{"uid":"769a75285c89b79d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/769a75285c89b79d","status":"passed","time":{"start":1728893421001,"stop":1728893421002,"duration":1}},{"uid":"e6f26e0affe64fd7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e6f26e0affe64fd7","status":"passed","time":{"start":1728856368601,"stop":1728856368602,"duration":1}},{"uid":"edb27beb27443479","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edb27beb27443479","status":"passed","time":{"start":1728738604685,"stop":1728738604686,"duration":1}},{"uid":"9a9bac8e34620936","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9a9bac8e34620936","status":"passed","time":{"start":1728683117640,"stop":1728683117641,"duration":1}},{"uid":"68f7868f1022e89c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/68f7868f1022e89c","status":"passed","time":{"start":1728682721321,"stop":1728682721322,"duration":1}},{"uid":"5d36a771427dcca5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5d36a771427dcca5","status":"passed","time":{"start":1728677184687,"stop":1728677184688,"duration":1}},{"uid":"2abdd409ce78fda4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2abdd409ce78fda4","status":"passed","time":{"start":1728669866458,"stop":1728669866465,"duration":7}},{"uid":"b69e0ccfe2d35cca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b69e0ccfe2d35cca","status":"passed","time":{"start":1728598249997,"stop":1728598249999,"duration":2}},{"uid":"506e8f3dfcaf1411","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/506e8f3dfcaf1411","status":"passed","time":{"start":1728597472302,"stop":1728597472302,"duration":0}}]},"tags":[]},"source":"2d837904a920b901.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2dbee7058f5485bf.json b/7588/data/test-cases/2dbee7058f5485bf.json new file mode 100644 index 00000000000..f505848c2e9 --- /dev/null +++ b/7588/data/test-cases/2dbee7058f5485bf.json @@ -0,0 +1 @@ +{"uid":"2dbee7058f5485bf","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":1729034341411,"stop":1729034341412,"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":15,"unknown":0,"total":15},"items":[{"uid":"2852bdf8c6ab2f6a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2852bdf8c6ab2f6a","status":"passed","time":{"start":1729034104921,"stop":1729034104921,"duration":0}},{"uid":"e0ac518b5e7e5dc4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e0ac518b5e7e5dc4","status":"passed","time":{"start":1729034028519,"stop":1729034028519,"duration":0}},{"uid":"e7fd6362d20e608e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7fd6362d20e608e","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0}},{"uid":"d672b7a23ff2211b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d672b7a23ff2211b","status":"passed","time":{"start":1729031892684,"stop":1729031892685,"duration":1}},{"uid":"639d384c9f47abba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/639d384c9f47abba","status":"passed","time":{"start":1728901438816,"stop":1728901438816,"duration":0}},{"uid":"714ed4a77d1823e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/714ed4a77d1823e4","status":"passed","time":{"start":1728892869009,"stop":1728892869009,"duration":0}},{"uid":"9d44c214ee1110a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9d44c214ee1110a4","status":"passed","time":{"start":1728855831900,"stop":1728855831900,"duration":0}},{"uid":"9a9ff36c2f6205d4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9a9ff36c2f6205d4","status":"passed","time":{"start":1728738049049,"stop":1728738049049,"duration":0}},{"uid":"f4b73200dd1bf7f0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4b73200dd1bf7f0","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"3d7abce9394521de","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d7abce9394521de","status":"passed","time":{"start":1728682155415,"stop":1728682155415,"duration":0}},{"uid":"a45f8125702b1d54","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a45f8125702b1d54","status":"passed","time":{"start":1728676629982,"stop":1728676629982,"duration":0}},{"uid":"86c7f16aa7328828","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/86c7f16aa7328828","status":"passed","time":{"start":1728669353109,"stop":1728669353109,"duration":0}},{"uid":"6b2b4c2d8b698b9a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b2b4c2d8b698b9a","status":"passed","time":{"start":1728597693856,"stop":1728597693856,"duration":0}},{"uid":"cd247bd806c070f0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd247bd806c070f0","status":"passed","time":{"start":1728596913099,"stop":1728596913099,"duration":0}}]},"tags":[]},"source":"2dbee7058f5485bf.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2e226b76e30a2996.json b/7588/data/test-cases/2e226b76e30a2996.json new file mode 100644 index 00000000000..6257a6f1f2a --- /dev/null +++ b/7588/data/test-cases/2e226b76e30a2996.json @@ -0,0 +1 @@ +{"uid":"2e226b76e30a2996","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":1729034472987,"stop":1729034472987,"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":15,"unknown":0,"total":15},"items":[{"uid":"a3a78392d1c1be9d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a3a78392d1c1be9d","status":"passed","time":{"start":1729034240931,"stop":1729034240931,"duration":0}},{"uid":"f1518497cb0686b5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f1518497cb0686b5","status":"passed","time":{"start":1729034159624,"stop":1729034159625,"duration":1}},{"uid":"7bf7260e1f5c7531","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bf7260e1f5c7531","status":"passed","time":{"start":1729033976807,"stop":1729033976807,"duration":0}},{"uid":"69c988d6cf04d947","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/69c988d6cf04d947","status":"passed","time":{"start":1729032020531,"stop":1729032020531,"duration":0}},{"uid":"310ddab760e81b07","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/310ddab760e81b07","status":"passed","time":{"start":1728901616474,"stop":1728901616474,"duration":0}},{"uid":"669be4347546f122","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/669be4347546f122","status":"passed","time":{"start":1728893050251,"stop":1728893050251,"duration":0}},{"uid":"2d91829f15095950","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d91829f15095950","status":"passed","time":{"start":1728856015181,"stop":1728856015181,"duration":0}},{"uid":"35937545072400d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/35937545072400d","status":"passed","time":{"start":1728738233149,"stop":1728738233163,"duration":14}},{"uid":"f838bb1e23e3868b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f838bb1e23e3868b","status":"passed","time":{"start":1728682762478,"stop":1728682762478,"duration":0}},{"uid":"b2b6969dc81165c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b2b6969dc81165c9","status":"passed","time":{"start":1728682332792,"stop":1728682332793,"duration":1}},{"uid":"25dccf868684489b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/25dccf868684489b","status":"passed","time":{"start":1728676810303,"stop":1728676810304,"duration":1}},{"uid":"455450b0a458b405","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/455450b0a458b405","status":"passed","time":{"start":1728669529906,"stop":1728669529907,"duration":1}},{"uid":"e942f75b5c344aa6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e942f75b5c344aa6","status":"passed","time":{"start":1728597873542,"stop":1728597873542,"duration":0}},{"uid":"ba629bc2d0ca1b3a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ba629bc2d0ca1b3a","status":"passed","time":{"start":1728597089279,"stop":1728597089280,"duration":1}}]},"tags":[]},"source":"2e226b76e30a2996.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2e309a8cd3a4fa5a.json b/7588/data/test-cases/2e309a8cd3a4fa5a.json new file mode 100644 index 00000000000..f5e074b88fa --- /dev/null +++ b/7588/data/test-cases/2e309a8cd3a4fa5a.json @@ -0,0 +1 @@ +{"uid":"2e309a8cd3a4fa5a","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":1729034340757,"stop":1729034340757,"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":15,"unknown":0,"total":15},"items":[{"uid":"f73340d7e86bba64","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f73340d7e86bba64","status":"passed","time":{"start":1729034104183,"stop":1729034104186,"duration":3}},{"uid":"5bab85ea298982f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5bab85ea298982f1","status":"passed","time":{"start":1729034027747,"stop":1729034027748,"duration":1}},{"uid":"f24b1b77313cd634","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f24b1b77313cd634","status":"passed","time":{"start":1729033842351,"stop":1729033842351,"duration":0}},{"uid":"8f494f7d44ea3ada","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8f494f7d44ea3ada","status":"passed","time":{"start":1729031892049,"stop":1729031892050,"duration":1}},{"uid":"49c471d4dbee8c4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/49c471d4dbee8c4","status":"passed","time":{"start":1728901438032,"stop":1728901438034,"duration":2}},{"uid":"7e3923641a9eb0f9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7e3923641a9eb0f9","status":"passed","time":{"start":1728892868235,"stop":1728892868236,"duration":1}},{"uid":"f9dfc1493e25d768","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f9dfc1493e25d768","status":"passed","time":{"start":1728855831083,"stop":1728855831083,"duration":0}},{"uid":"2a1cc13f9368cbca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2a1cc13f9368cbca","status":"passed","time":{"start":1728738048445,"stop":1728738048446,"duration":1}},{"uid":"1620b8bf5023c6b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1620b8bf5023c6b0","status":"passed","time":{"start":1728682581850,"stop":1728682581851,"duration":1}},{"uid":"d760612d0e540019","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d760612d0e540019","status":"passed","time":{"start":1728682154711,"stop":1728682154711,"duration":0}},{"uid":"abcf4e05c2c74395","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/abcf4e05c2c74395","status":"passed","time":{"start":1728676629305,"stop":1728676629307,"duration":2}},{"uid":"936aff6561214619","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/936aff6561214619","status":"passed","time":{"start":1728669352213,"stop":1728669352214,"duration":1}},{"uid":"52e964ffa0615d06","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52e964ffa0615d06","status":"passed","time":{"start":1728597693022,"stop":1728597693023,"duration":1}},{"uid":"3bbfc408753a6d96","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3bbfc408753a6d96","status":"passed","time":{"start":1728596912535,"stop":1728596912535,"duration":0}}]},"tags":[]},"source":"2e309a8cd3a4fa5a.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2eb589a2a97fc453.json b/7588/data/test-cases/2eb589a2a97fc453.json new file mode 100644 index 00000000000..1fc7d9b653f --- /dev/null +++ b/7588/data/test-cases/2eb589a2a97fc453.json @@ -0,0 +1 @@ +{"uid":"2eb589a2a97fc453","name":"connects to nwaku","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Interop: ServiceNode > connects to nwaku","historyId":"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034728789,"stop":1729034728789,"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},{"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":12,"unknown":0,"total":12},"items":[{"uid":"a935332e8f3a7929","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a935332e8f3a7929","status":"passed","time":{"start":1729034400844,"stop":1729034400845,"duration":1}},{"uid":"922a2b5f8579122a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/922a2b5f8579122a","status":"passed","time":{"start":1728902045391,"stop":1728902045391,"duration":0}},{"uid":"3d3fbfda908f6397","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d3fbfda908f6397","status":"passed","time":{"start":1728893481312,"stop":1728893481312,"duration":0}},{"uid":"2e9f3d9b895539d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2e9f3d9b895539d6","status":"passed","time":{"start":1728856434368,"stop":1728856434368,"duration":0}},{"uid":"a0a0baaf4a209471","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a0a0baaf4a209471","status":"passed","time":{"start":1728738656933,"stop":1728738656933,"duration":0}},{"uid":"d92747c6366391c1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d92747c6366391c1","status":"passed","time":{"start":1728683172716,"stop":1728683172719,"duration":3}},{"uid":"53c88026ec9a5138","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/53c88026ec9a5138","status":"passed","time":{"start":1728682747611,"stop":1728682747611,"duration":0}},{"uid":"e4bb7def7ff28b93","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e4bb7def7ff28b93","status":"passed","time":{"start":1728677247280,"stop":1728677247280,"duration":0}},{"uid":"92a20be99de4368b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92a20be99de4368b","status":"passed","time":{"start":1728669917947,"stop":1728669917947,"duration":0}},{"uid":"d248437e5826ad5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d248437e5826ad5e","status":"passed","time":{"start":1728598290716,"stop":1728598290717,"duration":1}},{"uid":"e8eeabf0b9eb12a4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e8eeabf0b9eb12a4","status":"passed","time":{"start":1728597515857,"stop":1728597515858,"duration":1}}]},"tags":[]},"source":"2eb589a2a97fc453.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/88036478cbe1fdc5.json b/7588/data/test-cases/2ef611c5a409a067.json similarity index 58% rename from 7556/data/test-cases/88036478cbe1fdc5.json rename to 7588/data/test-cases/2ef611c5a409a067.json index e13fd08010c..a93db57ed60 100644 --- a/7556/data/test-cases/88036478cbe1fdc5.json +++ b/7588/data/test-cases/2ef611c5a409a067.json @@ -1 +1 @@ -{"uid":"88036478cbe1fdc5","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":1728457351724,"stop":1728457351725,"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":6,"unknown":0,"total":6},"items":[{"uid":"7bd28a09d4ed18af","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/7bd28a09d4ed18af","status":"passed","time":{"start":1728456317103,"stop":1728456317103,"duration":0}},{"uid":"f52ee4087fe0c371","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f52ee4087fe0c371","status":"passed","time":{"start":1728456012970,"stop":1728456012971,"duration":1}},{"uid":"7fe6eb2e8c99d7ea","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/7fe6eb2e8c99d7ea","status":"passed","time":{"start":1728455837236,"stop":1728455837237,"duration":1}},{"uid":"6ecf07fe011c365c","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/6ecf07fe011c365c","status":"passed","time":{"start":1728455197444,"stop":1728455197444,"duration":0}},{"uid":"9732084ecb8b3252","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/9732084ecb8b3252","status":"passed","time":{"start":1728452206399,"stop":1728452206400,"duration":1}}]},"tags":[]},"source":"88036478cbe1fdc5.json","parameterValues":[]} \ No newline at end of file +{"uid":"2ef611c5a409a067","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":1729034536785,"stop":1729034536785,"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":15,"unknown":0,"total":15},"items":[{"uid":"d57a735fd55819d0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d57a735fd55819d0","status":"passed","time":{"start":1729034307031,"stop":1729034307031,"duration":0}},{"uid":"6a095524bc947032","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a095524bc947032","status":"passed","time":{"start":1729034223306,"stop":1729034223306,"duration":0}},{"uid":"f6330956c4792cd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f6330956c4792cd","status":"passed","time":{"start":1729034034978,"stop":1729034034979,"duration":1}},{"uid":"76f57e09c64823f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/76f57e09c64823f","status":"passed","time":{"start":1729032066290,"stop":1729032066290,"duration":0}},{"uid":"b7a050f487838fae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7a050f487838fae","status":"passed","time":{"start":1728901706618,"stop":1728901706619,"duration":1}},{"uid":"bc99dd40f5b25210","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bc99dd40f5b25210","status":"passed","time":{"start":1728893153421,"stop":1728893153422,"duration":1}},{"uid":"9c2778c0077fddab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9c2778c0077fddab","status":"passed","time":{"start":1728856108126,"stop":1728856108126,"duration":0}},{"uid":"25b6932d2d14a6a0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/25b6932d2d14a6a0","status":"passed","time":{"start":1728738316668,"stop":1728738316668,"duration":0}},{"uid":"ca4399c833c6c7d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ca4399c833c6c7d","status":"passed","time":{"start":1728682865315,"stop":1728682865316,"duration":1}},{"uid":"f19aa250f326c16f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f19aa250f326c16f","status":"passed","time":{"start":1728682446995,"stop":1728682446995,"duration":0}},{"uid":"7de59579bb25426e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7de59579bb25426e","status":"passed","time":{"start":1728676924478,"stop":1728676924479,"duration":1}},{"uid":"badb0df4df9640ce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/badb0df4df9640ce","status":"passed","time":{"start":1728669626257,"stop":1728669626261,"duration":4}},{"uid":"754c4f929a283093","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/754c4f929a283093","status":"passed","time":{"start":1728597973672,"stop":1728597973672,"duration":0}},{"uid":"3d2da32e12f2e0f6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3d2da32e12f2e0f6","status":"passed","time":{"start":1728597188034,"stop":1728597188035,"duration":1}}]},"tags":[]},"source":"2ef611c5a409a067.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2f557f872e4146ff.json b/7588/data/test-cases/2f557f872e4146ff.json new file mode 100644 index 00000000000..77245c25c95 --- /dev/null +++ b/7588/data/test-cases/2f557f872e4146ff.json @@ -0,0 +1 @@ +{"uid":"2f557f872e4146ff","name":"ignores domain fetching errors","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > ignores domain fetching errors","historyId":"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034356474,"stop":1729034356474,"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":14,"unknown":0,"total":14},"items":[{"uid":"8a48b48f33f95cd2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a48b48f33f95cd2","status":"passed","time":{"start":1729034120499,"stop":1729034120500,"duration":1}},{"uid":"88b2a676a5b133cf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/88b2a676a5b133cf","status":"passed","time":{"start":1729033858269,"stop":1729033858270,"duration":1}},{"uid":"d2f64dd84170279c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2f64dd84170279c","status":"passed","time":{"start":1729031908176,"stop":1729031908176,"duration":0}},{"uid":"c3e2ee988067dd18","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c3e2ee988067dd18","status":"passed","time":{"start":1728901453932,"stop":1728901453933,"duration":1}},{"uid":"f572e906dc71fc46","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f572e906dc71fc46","status":"passed","time":{"start":1728892884409,"stop":1728892884409,"duration":0}},{"uid":"c50a56aa51cd0020","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c50a56aa51cd0020","status":"passed","time":{"start":1728855846878,"stop":1728855846878,"duration":0}},{"uid":"6cda2177bacd3e7a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6cda2177bacd3e7a","status":"passed","time":{"start":1728738064181,"stop":1728738064182,"duration":1}},{"uid":"f88df16afcbac6a4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f88df16afcbac6a4","status":"passed","time":{"start":1728682597759,"stop":1728682597760,"duration":1}},{"uid":"64beccff3ea22387","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/64beccff3ea22387","status":"passed","time":{"start":1728682170539,"stop":1728682170539,"duration":0}},{"uid":"2bf5c771cbabd29d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2bf5c771cbabd29d","status":"passed","time":{"start":1728676645199,"stop":1728676645199,"duration":0}},{"uid":"f387da686d7754f1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f387da686d7754f1","status":"passed","time":{"start":1728669368194,"stop":1728669368194,"duration":0}},{"uid":"2e3e1b18881357cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e3e1b18881357cd","status":"passed","time":{"start":1728597709009,"stop":1728597709010,"duration":1}},{"uid":"5ec0c4a55ae5cd35","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5ec0c4a55ae5cd35","status":"passed","time":{"start":1728596928105,"stop":1728596928105,"duration":0}}]},"tags":[]},"source":"2f557f872e4146ff.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/2f760d9ed41e3039.json b/7588/data/test-cases/2f760d9ed41e3039.json new file mode 100644 index 00000000000..fce84e50313 --- /dev/null +++ b/7588/data/test-cases/2f760d9ed41e3039.json @@ -0,0 +1 @@ +{"uid":"2f760d9ed41e3039","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":1729034332632,"stop":1729034332632,"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":15,"unknown":0,"total":15},"items":[{"uid":"9a42efa94b863541","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9a42efa94b863541","status":"passed","time":{"start":1729034096134,"stop":1729034096134,"duration":0}},{"uid":"f0d07ba60e6fe346","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f0d07ba60e6fe346","status":"passed","time":{"start":1729034020091,"stop":1729034020091,"duration":0}},{"uid":"c91534afce3b4d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c91534afce3b4d7","status":"passed","time":{"start":1729033834387,"stop":1729033834387,"duration":0}},{"uid":"9651620c57ff3b50","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9651620c57ff3b50","status":"passed","time":{"start":1729031884120,"stop":1729031884120,"duration":0}},{"uid":"30245d75728fea8b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/30245d75728fea8b","status":"passed","time":{"start":1728901430255,"stop":1728901430255,"duration":0}},{"uid":"6d3549bfbda96188","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d3549bfbda96188","status":"passed","time":{"start":1728892860533,"stop":1728892860533,"duration":0}},{"uid":"6f9b464d411869d8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6f9b464d411869d8","status":"passed","time":{"start":1728855823323,"stop":1728855823323,"duration":0}},{"uid":"14c0c1cfedd5f5ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/14c0c1cfedd5f5ee","status":"passed","time":{"start":1728738040603,"stop":1728738040603,"duration":0}},{"uid":"349c0daeab129092","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/349c0daeab129092","status":"passed","time":{"start":1728682574093,"stop":1728682574094,"duration":1}},{"uid":"a491a581eeda9ce9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a491a581eeda9ce9","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"cf48e74b3e35d6b4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cf48e74b3e35d6b4","status":"passed","time":{"start":1728676621432,"stop":1728676621433,"duration":1}},{"uid":"ea7cbdd2b91b9bd8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ea7cbdd2b91b9bd8","status":"passed","time":{"start":1728669344468,"stop":1728669344468,"duration":0}},{"uid":"b6a336a67e154339","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b6a336a67e154339","status":"passed","time":{"start":1728597685162,"stop":1728597685162,"duration":0}},{"uid":"d9eb84666a50b25f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9eb84666a50b25f","status":"passed","time":{"start":1728596904468,"stop":1728596904469,"duration":1}}]},"tags":[]},"source":"2f760d9ed41e3039.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/30256a4e4c5e97.json b/7588/data/test-cases/30256a4e4c5e97.json new file mode 100644 index 00000000000..68fa9336842 --- /dev/null +++ b/7588/data/test-cases/30256a4e4c5e97.json @@ -0,0 +1 @@ +{"uid":"30256a4e4c5e97","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":1729034704495,"stop":1729034704495,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"8384f8cd407680f6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8384f8cd407680f6","status":"passed","time":{"start":1729034474988,"stop":1729034474989,"duration":1}},{"uid":"1ed53efde504b43","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1ed53efde504b43","status":"passed","time":{"start":1729034395291,"stop":1729034395291,"duration":0}},{"uid":"49965771c8691b2b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/49965771c8691b2b","status":"passed","time":{"start":1729034209100,"stop":1729034209101,"duration":1}},{"uid":"ec99e8e73da0aa10","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ec99e8e73da0aa10","status":"passed","time":{"start":1729032264569,"stop":1729032264569,"duration":0}},{"uid":"1c3ec8247e68de4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c3ec8247e68de4","status":"passed","time":{"start":1728902012858,"stop":1728902012858,"duration":0}},{"uid":"a06043088057c6da","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a06043088057c6da","status":"passed","time":{"start":1728893454812,"stop":1728893454812,"duration":0}},{"uid":"f4b8cd4f2c81c3ee","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f4b8cd4f2c81c3ee","status":"passed","time":{"start":1728856408453,"stop":1728856408453,"duration":0}},{"uid":"7bfa7babd5803e50","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7bfa7babd5803e50","status":"passed","time":{"start":1728738633855,"stop":1728738633855,"duration":0}},{"uid":"e7ddde88582a531","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e7ddde88582a531","status":"passed","time":{"start":1728683159761,"stop":1728683159762,"duration":1}},{"uid":"e58599d01c1e084b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e58599d01c1e084b","status":"passed","time":{"start":1728682751330,"stop":1728682751330,"duration":0}},{"uid":"ccff06f3a8ddb386","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ccff06f3a8ddb386","status":"passed","time":{"start":1728677216356,"stop":1728677216359,"duration":3}},{"uid":"6528b39e64b76ee6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6528b39e64b76ee6","status":"passed","time":{"start":1728669925455,"stop":1728669925455,"duration":0}},{"uid":"30fc12ff31fa03a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/30fc12ff31fa03a0","status":"passed","time":{"start":1728598268805,"stop":1728598268806,"duration":1}},{"uid":"e84df2a4acd3005a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e84df2a4acd3005a","status":"passed","time":{"start":1728597503921,"stop":1728597503922,"duration":1}}]},"tags":[]},"source":"30256a4e4c5e97.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/30cee6ee211eaa85.json b/7588/data/test-cases/30cee6ee211eaa85.json new file mode 100644 index 00000000000..23baf1cc730 --- /dev/null +++ b/7588/data/test-cases/30cee6ee211eaa85.json @@ -0,0 +1 @@ +{"uid":"30cee6ee211eaa85","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":1729034366399,"stop":1729034366399,"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":15,"unknown":0,"total":15},"items":[{"uid":"e26a1c8323728d17","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e26a1c8323728d17","status":"passed","time":{"start":1729034130429,"stop":1729034130429,"duration":0}},{"uid":"8219f8913861ce7b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8219f8913861ce7b","status":"passed","time":{"start":1729034053399,"stop":1729034053399,"duration":0}},{"uid":"3753212e93aec969","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3753212e93aec969","status":"passed","time":{"start":1729033868326,"stop":1729033868326,"duration":0}},{"uid":"bb5c7a237dcdc295","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb5c7a237dcdc295","status":"passed","time":{"start":1729031918116,"stop":1729031918117,"duration":1}},{"uid":"8aea0714fb89562d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8aea0714fb89562d","status":"passed","time":{"start":1728901463796,"stop":1728901463797,"duration":1}},{"uid":"91e1b04e3832bf9f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/91e1b04e3832bf9f","status":"passed","time":{"start":1728892894310,"stop":1728892894310,"duration":0}},{"uid":"2a82f17fc06fc75f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2a82f17fc06fc75f","status":"passed","time":{"start":1728855856838,"stop":1728855856838,"duration":0}},{"uid":"4b7697d1b8f88a81","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4b7697d1b8f88a81","status":"passed","time":{"start":1728738074178,"stop":1728738074178,"duration":0}},{"uid":"fa1d456d1b31bed","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fa1d456d1b31bed","status":"passed","time":{"start":1728682607651,"stop":1728682607651,"duration":0}},{"uid":"55fb4b7f6bbc297c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/55fb4b7f6bbc297c","status":"passed","time":{"start":1728682180605,"stop":1728682180605,"duration":0}},{"uid":"8cc19fd3157043a3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8cc19fd3157043a3","status":"passed","time":{"start":1728676655189,"stop":1728676655189,"duration":0}},{"uid":"b3f7648c5254724c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b3f7648c5254724c","status":"passed","time":{"start":1728669378164,"stop":1728669378164,"duration":0}},{"uid":"2ef769927b5b8b38","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2ef769927b5b8b38","status":"passed","time":{"start":1728597718742,"stop":1728597718742,"duration":0}},{"uid":"560c2a22f87260e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/560c2a22f87260e8","status":"passed","time":{"start":1728596937945,"stop":1728596937946,"duration":1}}]},"tags":[]},"source":"30cee6ee211eaa85.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6683a74d29d1b05c.json b/7588/data/test-cases/311620d3bd5a1c06.json similarity index 83% rename from 7556/data/test-cases/6683a74d29d1b05c.json rename to 7588/data/test-cases/311620d3bd5a1c06.json index 50250c64c47..e8a99a7c940 100644 --- a/7556/data/test-cases/6683a74d29d1b05c.json +++ b/7588/data/test-cases/311620d3bd5a1c06.json @@ -1 +1 @@ -{"uid":"6683a74d29d1b05c","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":1728457448611,"stop":1728457448611,"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":6,"unknown":0,"total":6},"items":[{"uid":"590f9fb61ade5f70","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/590f9fb61ade5f70","status":"passed","time":{"start":1728456402370,"stop":1728456402371,"duration":1}},{"uid":"4661a7a732a6622b","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/4661a7a732a6622b","status":"passed","time":{"start":1728456120425,"stop":1728456120425,"duration":0}},{"uid":"207fa0f7b1b67cd0","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/207fa0f7b1b67cd0","status":"passed","time":{"start":1728456038365,"stop":1728456038365,"duration":0}},{"uid":"f1a5a6adae75cd53","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f1a5a6adae75cd53","status":"passed","time":{"start":1728455403817,"stop":1728455403818,"duration":1}},{"uid":"cbb573d7d2014334","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/cbb573d7d2014334","status":"passed","time":{"start":1728452400279,"stop":1728452400280,"duration":1}}]},"tags":[]},"source":"6683a74d29d1b05c.json","parameterValues":[]} \ No newline at end of file +{"uid":"311620d3bd5a1c06","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":1729034611658,"stop":1729034611659,"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":15,"unknown":0,"total":15},"items":[{"uid":"fffdf64e7ff84316","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fffdf64e7ff84316","status":"passed","time":{"start":1729034393637,"stop":1729034393638,"duration":1}},{"uid":"b7c57d83bb0067a1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b7c57d83bb0067a1","status":"passed","time":{"start":1729034304832,"stop":1729034304833,"duration":1}},{"uid":"76c83484cb09281d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/76c83484cb09281d","status":"passed","time":{"start":1729034121899,"stop":1729034121899,"duration":0}},{"uid":"3d248327a0f03499","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3d248327a0f03499","status":"passed","time":{"start":1729032174808,"stop":1729032174808,"duration":0}},{"uid":"a021b0f16b2b360","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a021b0f16b2b360","status":"passed","time":{"start":1728901881008,"stop":1728901881009,"duration":1}},{"uid":"57649e7c10efe8f6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/57649e7c10efe8f6","status":"passed","time":{"start":1728893317154,"stop":1728893317155,"duration":1}},{"uid":"8b1430fc688ba71e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b1430fc688ba71e","status":"passed","time":{"start":1728856263078,"stop":1728856263078,"duration":0}},{"uid":"447c6ecb7cfa50ab","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/447c6ecb7cfa50ab","status":"passed","time":{"start":1728738492794,"stop":1728738492795,"duration":1}},{"uid":"ba6d2e3b4c4c0163","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ba6d2e3b4c4c0163","status":"passed","time":{"start":1728683030017,"stop":1728683030017,"duration":0}},{"uid":"85320ef414b4f257","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/85320ef414b4f257","status":"passed","time":{"start":1728682581097,"stop":1728682581097,"duration":0}},{"uid":"ba03c15eee39fc16","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba03c15eee39fc16","status":"passed","time":{"start":1728677081990,"stop":1728677081990,"duration":0}},{"uid":"32bcd68663056974","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32bcd68663056974","status":"passed","time":{"start":1728669795391,"stop":1728669795391,"duration":0}},{"uid":"52dd44f9bf4cdb14","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52dd44f9bf4cdb14","status":"passed","time":{"start":1728598137499,"stop":1728598137500,"duration":1}},{"uid":"f89e1b255c4bc847","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f89e1b255c4bc847","status":"passed","time":{"start":1728597353476,"stop":1728597353477,"duration":1}}]},"tags":[]},"source":"311620d3bd5a1c06.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3bb631e396895cae.json b/7588/data/test-cases/3176cea69f1a259c.json similarity index 88% rename from 7556/data/test-cases/3bb631e396895cae.json rename to 7588/data/test-cases/3176cea69f1a259c.json index 0f9aeaa1bd1..b9e475a3753 100644 --- a/7556/data/test-cases/3bb631e396895cae.json +++ b/7588/data/test-cases/3176cea69f1a259c.json @@ -1 +1 @@ -{"uid":"3bb631e396895cae","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":1728457473522,"stop":1728457473525,"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":6,"unknown":0,"total":6},"items":[{"uid":"90998c5c0a0c1939","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/90998c5c0a0c1939","status":"passed","time":{"start":1728456428373,"stop":1728456428373,"duration":0}},{"uid":"cadef2107896b02e","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/cadef2107896b02e","status":"passed","time":{"start":1728456157801,"stop":1728456157802,"duration":1}},{"uid":"baf258b0656705cc","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/baf258b0656705cc","status":"passed","time":{"start":1728456063541,"stop":1728456063541,"duration":0}},{"uid":"7d7951ad7d535969","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/7d7951ad7d535969","status":"passed","time":{"start":1728455422538,"stop":1728455422538,"duration":0}},{"uid":"97c54e42d413f62b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/97c54e42d413f62b","status":"passed","time":{"start":1728452417660,"stop":1728452417660,"duration":0}}]},"tags":[]},"source":"3bb631e396895cae.json","parameterValues":[]} \ No newline at end of file +{"uid":"3176cea69f1a259c","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":1729034617761,"stop":1729034617762,"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":15,"unknown":0,"total":15},"items":[{"uid":"62f5e6c521908765","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/62f5e6c521908765","status":"passed","time":{"start":1729034370871,"stop":1729034370871,"duration":0}},{"uid":"4c367810982a31d2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c367810982a31d2","status":"passed","time":{"start":1729034308878,"stop":1729034308878,"duration":0}},{"uid":"ec2d30b2aedc711c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ec2d30b2aedc711c","status":"passed","time":{"start":1729034129475,"stop":1729034129475,"duration":0}},{"uid":"214e8f30dae30e2b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/214e8f30dae30e2b","status":"passed","time":{"start":1729032178369,"stop":1729032178369,"duration":0}},{"uid":"8bd75d919fb0e77c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8bd75d919fb0e77c","status":"passed","time":{"start":1728901896349,"stop":1728901896349,"duration":0}},{"uid":"87c13ca32bd3a34d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/87c13ca32bd3a34d","status":"passed","time":{"start":1728893329026,"stop":1728893329027,"duration":1}},{"uid":"e915845bb9415261","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e915845bb9415261","status":"passed","time":{"start":1728856284766,"stop":1728856284766,"duration":0}},{"uid":"1eb8b56a7bc25801","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1eb8b56a7bc25801","status":"passed","time":{"start":1728738494942,"stop":1728738494942,"duration":0}},{"uid":"32f5e7fc1a504608","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32f5e7fc1a504608","status":"passed","time":{"start":1728683033633,"stop":1728683033633,"duration":0}},{"uid":"de44576c82ed19d6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/de44576c82ed19d6","status":"passed","time":{"start":1728682601738,"stop":1728682601738,"duration":0}},{"uid":"1a2f3a3dfc7d3de","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1a2f3a3dfc7d3de","status":"passed","time":{"start":1728677107963,"stop":1728677107963,"duration":0}},{"uid":"bd617a037a0ce67b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bd617a037a0ce67b","status":"passed","time":{"start":1728669764752,"stop":1728669764753,"duration":1}},{"uid":"f215a3e62a01b0b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f215a3e62a01b0b","status":"passed","time":{"start":1728598157564,"stop":1728598157564,"duration":0}},{"uid":"902e974d40473359","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/902e974d40473359","status":"passed","time":{"start":1728597369074,"stop":1728597369074,"duration":0}}]},"tags":[]},"source":"3176cea69f1a259c.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/31cd671ee10aeef1.json b/7588/data/test-cases/31cd671ee10aeef1.json new file mode 100644 index 00000000000..0e4d0a3d48b --- /dev/null +++ b/7588/data/test-cases/31cd671ee10aeef1.json @@ -0,0 +1 @@ +{"uid":"31cd671ee10aeef1","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":1729034360437,"stop":1729034360438,"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":15,"unknown":0,"total":15},"items":[{"uid":"822bcc13b918f9fc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/822bcc13b918f9fc","status":"passed","time":{"start":1729034124364,"stop":1729034124364,"duration":0}},{"uid":"3432f0ac2f7ac99d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3432f0ac2f7ac99d","status":"passed","time":{"start":1729034047486,"stop":1729034047486,"duration":0}},{"uid":"cad5d9ff81c373e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cad5d9ff81c373e2","status":"passed","time":{"start":1729033862330,"stop":1729033862330,"duration":0}},{"uid":"7e4e3cf59186ac27","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e4e3cf59186ac27","status":"passed","time":{"start":1729031912071,"stop":1729031912071,"duration":0}},{"uid":"6f7043d57f5134b6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f7043d57f5134b6","status":"passed","time":{"start":1728901457818,"stop":1728901457819,"duration":1}},{"uid":"a62b5ee579c46f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a62b5ee579c46f3","status":"passed","time":{"start":1728892888302,"stop":1728892888302,"duration":0}},{"uid":"64d0f1c6f22b0ee4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64d0f1c6f22b0ee4","status":"passed","time":{"start":1728855850789,"stop":1728855850789,"duration":0}},{"uid":"38a4b3385b3476d2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38a4b3385b3476d2","status":"passed","time":{"start":1728738068165,"stop":1728738068165,"duration":0}},{"uid":"e19b402ca15b1806","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e19b402ca15b1806","status":"passed","time":{"start":1728682601674,"stop":1728682601674,"duration":0}},{"uid":"d80416307d2ac560","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d80416307d2ac560","status":"passed","time":{"start":1728682174567,"stop":1728682174567,"duration":0}},{"uid":"8ed489459b9514bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8ed489459b9514bf","status":"passed","time":{"start":1728676648932,"stop":1728676648933,"duration":1}},{"uid":"e203d5da98ce00ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e203d5da98ce00ab","status":"passed","time":{"start":1728669372212,"stop":1728669372212,"duration":0}},{"uid":"a9addd475405e732","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a9addd475405e732","status":"passed","time":{"start":1728597712762,"stop":1728597712762,"duration":0}},{"uid":"191e33726cd85edd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/191e33726cd85edd","status":"passed","time":{"start":1728596931868,"stop":1728596931868,"duration":0}}]},"tags":[]},"source":"31cd671ee10aeef1.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/aa2f1174ed621502.json b/7588/data/test-cases/320aa6f679d62665.json similarity index 80% rename from 7556/data/test-cases/aa2f1174ed621502.json rename to 7588/data/test-cases/320aa6f679d62665.json index 49d7f30cfa2..4c27d937a50 100644 --- a/7556/data/test-cases/aa2f1174ed621502.json +++ b/7588/data/test-cases/320aa6f679d62665.json @@ -1 +1 @@ -{"uid":"aa2f1174ed621502","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":1728457490917,"stop":1728457490919,"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":6,"unknown":0,"total":6},"items":[{"uid":"4945183d0a58efbc","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/4945183d0a58efbc","status":"passed","time":{"start":1728456439220,"stop":1728456439220,"duration":0}},{"uid":"ac99fdb0afbb77e9","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ac99fdb0afbb77e9","status":"passed","time":{"start":1728456209546,"stop":1728456209546,"duration":0}},{"uid":"3dc58a2e1eb72930","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/3dc58a2e1eb72930","status":"passed","time":{"start":1728456126837,"stop":1728456126837,"duration":0}},{"uid":"8657d4497749d842","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/8657d4497749d842","status":"passed","time":{"start":1728455481800,"stop":1728455481800,"duration":0}},{"uid":"7ba35c3b9cf7047","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/7ba35c3b9cf7047","status":"passed","time":{"start":1728452438552,"stop":1728452438552,"duration":0}}]},"tags":[]},"source":"aa2f1174ed621502.json","parameterValues":[]} \ No newline at end of file +{"uid":"320aa6f679d62665","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":1729034640520,"stop":1729034640521,"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":15,"unknown":0,"total":15},"items":[{"uid":"284a89eac5a44070","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/284a89eac5a44070","status":"passed","time":{"start":1729034411421,"stop":1729034411422,"duration":1}},{"uid":"567829626063910c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/567829626063910c","status":"passed","time":{"start":1729034327399,"stop":1729034327401,"duration":2}},{"uid":"938a9acb9bcb9d69","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/938a9acb9bcb9d69","status":"passed","time":{"start":1729034147770,"stop":1729034147771,"duration":1}},{"uid":"885617e53b5c68fd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/885617e53b5c68fd","status":"passed","time":{"start":1729032204827,"stop":1729032204827,"duration":0}},{"uid":"b7bea07406e4358e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7bea07406e4358e","status":"passed","time":{"start":1728901907699,"stop":1728901907699,"duration":0}},{"uid":"9cda8b5e24af114b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9cda8b5e24af114b","status":"passed","time":{"start":1728893341887,"stop":1728893341888,"duration":1}},{"uid":"89db019828c74e82","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89db019828c74e82","status":"passed","time":{"start":1728856299356,"stop":1728856299356,"duration":0}},{"uid":"7ed3dd8d249f1b34","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7ed3dd8d249f1b34","status":"passed","time":{"start":1728738511616,"stop":1728738511616,"duration":0}},{"uid":"6a4669d54ef12985","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6a4669d54ef12985","status":"passed","time":{"start":1728683052910,"stop":1728683052910,"duration":0}},{"uid":"e49fd75925f64edc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e49fd75925f64edc","status":"passed","time":{"start":1728682612909,"stop":1728682612910,"duration":1}},{"uid":"23d55a8d8f1e61","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/23d55a8d8f1e61","status":"passed","time":{"start":1728677115745,"stop":1728677115745,"duration":0}},{"uid":"7e1e6b5ad996c220","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7e1e6b5ad996c220","status":"passed","time":{"start":1728669778173,"stop":1728669778173,"duration":0}},{"uid":"c54b6d16af17654c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c54b6d16af17654c","status":"passed","time":{"start":1728598175431,"stop":1728598175432,"duration":1}},{"uid":"4acb1073d9f2d273","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4acb1073d9f2d273","status":"passed","time":{"start":1728597380060,"stop":1728597380060,"duration":0}}]},"tags":[]},"source":"320aa6f679d62665.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/350203ce94c41261.json b/7588/data/test-cases/32c864b71237b8d8.json similarity index 97% rename from 7556/data/test-cases/350203ce94c41261.json rename to 7588/data/test-cases/32c864b71237b8d8.json index 2ecfefaa10a..31013aadd59 100644 --- a/7556/data/test-cases/350203ce94c41261.json +++ b/7588/data/test-cases/32c864b71237b8d8.json @@ -1 +1 @@ -{"uid":"350203ce94c41261","name":"random static sharding 4 - Cluster ID: 742, Shard ID: 261","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 4 - Cluster ID: 742, Shard ID: 261","historyId":"4448074f6ac4b31e177bfb82da362ff7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457528779,"stop":1728457528779,"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":"350203ce94c41261.json","parameterValues":[]} \ No newline at end of file +{"uid":"32c864b71237b8d8","name":"random static sharding 7 - Cluster ID: 592, Shard ID: 217","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 7 - Cluster ID: 592, Shard ID: 217","historyId":"c87d84d66ca360c67a02c7661e7e2f08:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034668599,"stop":1729034668605,"duration":6},"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":"32c864b71237b8d8.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/94aa7a1130c0725d.json b/7588/data/test-cases/32e07d130a3136f6.json similarity index 72% rename from 7556/data/test-cases/94aa7a1130c0725d.json rename to 7588/data/test-cases/32e07d130a3136f6.json index 986aed8219b..a46f0fdbfe7 100644 --- a/7556/data/test-cases/94aa7a1130c0725d.json +++ b/7588/data/test-cases/32e07d130a3136f6.json @@ -1 +1 @@ -{"uid":"94aa7a1130c0725d","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":1728457174882,"stop":1728457174882,"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":6,"unknown":0,"total":6},"items":[{"uid":"eab761ef4b065604","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/eab761ef4b065604","status":"passed","time":{"start":1728456147703,"stop":1728456147703,"duration":0}},{"uid":"6465d8683d0f3dfc","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/6465d8683d0f3dfc","status":"passed","time":{"start":1728455831781,"stop":1728455831782,"duration":1}},{"uid":"9213ff4a043a3a9a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/9213ff4a043a3a9a","status":"passed","time":{"start":1728455583338,"stop":1728455583338,"duration":0}},{"uid":"5705e457280ea90b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/5705e457280ea90b","status":"passed","time":{"start":1728454943914,"stop":1728454943914,"duration":0}},{"uid":"baa75bef62151513","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/baa75bef62151513","status":"passed","time":{"start":1728451954603,"stop":1728451954603,"duration":0}}]},"tags":[]},"source":"94aa7a1130c0725d.json","parameterValues":[]} \ No newline at end of file +{"uid":"32e07d130a3136f6","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":1729034360436,"stop":1729034360436,"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":15,"unknown":0,"total":15},"items":[{"uid":"b28cf1890b425b4c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b28cf1890b425b4c","status":"passed","time":{"start":1729034124362,"stop":1729034124362,"duration":0}},{"uid":"f705d4c76df6af0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f705d4c76df6af0","status":"passed","time":{"start":1729034047484,"stop":1729034047484,"duration":0}},{"uid":"28cc4f0f1d1f043b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/28cc4f0f1d1f043b","status":"passed","time":{"start":1729033862328,"stop":1729033862329,"duration":1}},{"uid":"ac8126bd7214005e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac8126bd7214005e","status":"passed","time":{"start":1729031912069,"stop":1729031912070,"duration":1}},{"uid":"2771c309745ab771","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2771c309745ab771","status":"passed","time":{"start":1728901457816,"stop":1728901457817,"duration":1}},{"uid":"de684f7722e92bc1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/de684f7722e92bc1","status":"passed","time":{"start":1728892888300,"stop":1728892888300,"duration":0}},{"uid":"b609c1b6efa9fa3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b609c1b6efa9fa3","status":"passed","time":{"start":1728855850787,"stop":1728855850788,"duration":1}},{"uid":"85eb576d021891e5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85eb576d021891e5","status":"passed","time":{"start":1728738068163,"stop":1728738068163,"duration":0}},{"uid":"7232b41a1e78a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7232b41a1e78a8","status":"passed","time":{"start":1728682601673,"stop":1728682601673,"duration":0}},{"uid":"5302de66429ebe34","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5302de66429ebe34","status":"passed","time":{"start":1728682174565,"stop":1728682174565,"duration":0}},{"uid":"c049e3df2d1f4b7d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c049e3df2d1f4b7d","status":"passed","time":{"start":1728676648931,"stop":1728676648931,"duration":0}},{"uid":"91c269239b9c33ca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/91c269239b9c33ca","status":"passed","time":{"start":1728669372210,"stop":1728669372210,"duration":0}},{"uid":"ec5199c36fbd5359","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec5199c36fbd5359","status":"passed","time":{"start":1728597712760,"stop":1728597712760,"duration":0}},{"uid":"a632bf0efd9b769c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a632bf0efd9b769c","status":"passed","time":{"start":1728596931866,"stop":1728596931866,"duration":0}}]},"tags":[]},"source":"32e07d130a3136f6.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/338a0c6ca41ae96.json b/7588/data/test-cases/338a0c6ca41ae96.json new file mode 100644 index 00000000000..a925e1f0530 --- /dev/null +++ b/7588/data/test-cases/338a0c6ca41ae96.json @@ -0,0 +1 @@ +{"uid":"338a0c6ca41ae96","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":1729034617758,"stop":1729034617759,"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":15,"unknown":0,"total":15},"items":[{"uid":"7068e46e8d46810a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7068e46e8d46810a","status":"passed","time":{"start":1729034370866,"stop":1729034370867,"duration":1}},{"uid":"201e5d64752240d3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/201e5d64752240d3","status":"passed","time":{"start":1729034308870,"stop":1729034308870,"duration":0}},{"uid":"5ca1565f105884db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ca1565f105884db","status":"passed","time":{"start":1729034129473,"stop":1729034129473,"duration":0}},{"uid":"a8f3c8381916aed2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a8f3c8381916aed2","status":"passed","time":{"start":1729032178367,"stop":1729032178367,"duration":0}},{"uid":"7718db6e28512a75","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7718db6e28512a75","status":"passed","time":{"start":1728901896346,"stop":1728901896346,"duration":0}},{"uid":"467f008882161aa4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/467f008882161aa4","status":"passed","time":{"start":1728893329024,"stop":1728893329024,"duration":0}},{"uid":"c0477206f3b17be0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c0477206f3b17be0","status":"passed","time":{"start":1728856284762,"stop":1728856284763,"duration":1}},{"uid":"2f5eacf9e099f57","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f5eacf9e099f57","status":"passed","time":{"start":1728738494939,"stop":1728738494939,"duration":0}},{"uid":"552b9c5b37fc1c9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/552b9c5b37fc1c9","status":"passed","time":{"start":1728683033631,"stop":1728683033631,"duration":0}},{"uid":"2f3c178b5604e0a3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f3c178b5604e0a3","status":"passed","time":{"start":1728682601736,"stop":1728682601736,"duration":0}},{"uid":"737bd5056304d832","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/737bd5056304d832","status":"passed","time":{"start":1728677107961,"stop":1728677107961,"duration":0}},{"uid":"aa2f73bc58fe2893","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa2f73bc58fe2893","status":"passed","time":{"start":1728669764750,"stop":1728669764750,"duration":0}},{"uid":"8370c2571bc145b6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8370c2571bc145b6","status":"passed","time":{"start":1728598157562,"stop":1728598157562,"duration":0}},{"uid":"d0a4f8edf6fbd316","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d0a4f8edf6fbd316","status":"passed","time":{"start":1728597369061,"stop":1728597369061,"duration":0}}]},"tags":[]},"source":"338a0c6ca41ae96.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/a5408b9fad20795e.json b/7588/data/test-cases/33a437f83293fd24.json similarity index 79% rename from 7556/data/test-cases/a5408b9fad20795e.json rename to 7588/data/test-cases/33a437f83293fd24.json index 180710e04fc..8cd37bbbe20 100644 --- a/7556/data/test-cases/a5408b9fad20795e.json +++ b/7588/data/test-cases/33a437f83293fd24.json @@ -1 +1 @@ -{"uid":"a5408b9fad20795e","name":"Mutual subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Mutual subscription","historyId":"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457490909,"stop":1728457490909,"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":6,"unknown":0,"total":6},"items":[{"uid":"4729fd5de9e60649","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/4729fd5de9e60649","status":"passed","time":{"start":1728456439210,"stop":1728456439211,"duration":1}},{"uid":"f0894eb2ec63a4d8","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f0894eb2ec63a4d8","status":"passed","time":{"start":1728456209521,"stop":1728456209521,"duration":0}},{"uid":"254831913d7603ee","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/254831913d7603ee","status":"passed","time":{"start":1728456126832,"stop":1728456126833,"duration":1}},{"uid":"f50d981d41da58f1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f50d981d41da58f1","status":"passed","time":{"start":1728455481792,"stop":1728455481793,"duration":1}},{"uid":"b62804fcad8a1f28","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b62804fcad8a1f28","status":"passed","time":{"start":1728452438546,"stop":1728452438547,"duration":1}}]},"tags":[]},"source":"a5408b9fad20795e.json","parameterValues":[]} \ No newline at end of file +{"uid":"33a437f83293fd24","name":"Mutual subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Mutual subscription","historyId":"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034640504,"stop":1729034640505,"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":15,"unknown":0,"total":15},"items":[{"uid":"cef95cec53f445a9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cef95cec53f445a9","status":"passed","time":{"start":1729034411414,"stop":1729034411417,"duration":3}},{"uid":"cae088a6c2083d3d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cae088a6c2083d3d","status":"passed","time":{"start":1729034327388,"stop":1729034327388,"duration":0}},{"uid":"394d2b747420596a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/394d2b747420596a","status":"passed","time":{"start":1729034147759,"stop":1729034147760,"duration":1}},{"uid":"aa509bee5f7edc59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aa509bee5f7edc59","status":"passed","time":{"start":1729032204821,"stop":1729032204821,"duration":0}},{"uid":"fc2b686cddba0bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fc2b686cddba0bf","status":"passed","time":{"start":1728901907647,"stop":1728901907650,"duration":3}},{"uid":"8fea3aa3e51b90b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fea3aa3e51b90b","status":"passed","time":{"start":1728893341884,"stop":1728893341884,"duration":0}},{"uid":"4774fdcbc77b459a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4774fdcbc77b459a","status":"passed","time":{"start":1728856299348,"stop":1728856299348,"duration":0}},{"uid":"63015f65b039508f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/63015f65b039508f","status":"passed","time":{"start":1728738511609,"stop":1728738511610,"duration":1}},{"uid":"312a02b346c1dd6f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/312a02b346c1dd6f","status":"passed","time":{"start":1728683052903,"stop":1728683052904,"duration":1}},{"uid":"1ed99e18e8009bb0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1ed99e18e8009bb0","status":"passed","time":{"start":1728682612904,"stop":1728682612905,"duration":1}},{"uid":"bd2d282f05a6da46","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bd2d282f05a6da46","status":"passed","time":{"start":1728677115736,"stop":1728677115737,"duration":1}},{"uid":"efb6c25fe040e1c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/efb6c25fe040e1c9","status":"passed","time":{"start":1728669778167,"stop":1728669778168,"duration":1}},{"uid":"78e77ff5ff6fdf5a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/78e77ff5ff6fdf5a","status":"passed","time":{"start":1728598175425,"stop":1728598175426,"duration":1}},{"uid":"acefc9510a9e9cb2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/acefc9510a9e9cb2","status":"passed","time":{"start":1728597380055,"stop":1728597380055,"duration":0}}]},"tags":[]},"source":"33a437f83293fd24.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/eea1c7fa27f84ffe.json b/7588/data/test-cases/3440c2aecbcb8d8f.json similarity index 87% rename from 7556/data/test-cases/eea1c7fa27f84ffe.json rename to 7588/data/test-cases/3440c2aecbcb8d8f.json index 9d6f17afadf..4ed380d54fd 100644 --- a/7556/data/test-cases/eea1c7fa27f84ffe.json +++ b/7588/data/test-cases/3440c2aecbcb8d8f.json @@ -1 +1 @@ -{"uid":"eea1c7fa27f84ffe","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":1728457473508,"stop":1728457473508,"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":6,"unknown":0,"total":6},"items":[{"uid":"e59ecfcee6eeb200","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e59ecfcee6eeb200","status":"passed","time":{"start":1728456428354,"stop":1728456428354,"duration":0}},{"uid":"7957c9b9f62f3335","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/7957c9b9f62f3335","status":"passed","time":{"start":1728456157784,"stop":1728456157784,"duration":0}},{"uid":"313e39f138344fc","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/313e39f138344fc","status":"passed","time":{"start":1728456063500,"stop":1728456063500,"duration":0}},{"uid":"f735662326238e56","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f735662326238e56","status":"passed","time":{"start":1728455422503,"stop":1728455422503,"duration":0}},{"uid":"d8f28fb0daac8783","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d8f28fb0daac8783","status":"passed","time":{"start":1728452417649,"stop":1728452417649,"duration":0}}]},"tags":[]},"source":"eea1c7fa27f84ffe.json","parameterValues":[]} \ No newline at end of file +{"uid":"3440c2aecbcb8d8f","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":1729034617748,"stop":1729034617748,"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":15,"unknown":0,"total":15},"items":[{"uid":"e6757aeeacbfb7e3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e6757aeeacbfb7e3","status":"passed","time":{"start":1729034370834,"stop":1729034370834,"duration":0}},{"uid":"6a874e06df4d0e1c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a874e06df4d0e1c","status":"passed","time":{"start":1729034308850,"stop":1729034308850,"duration":0}},{"uid":"bdc590408cd957f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bdc590408cd957f2","status":"passed","time":{"start":1729034129467,"stop":1729034129467,"duration":0}},{"uid":"1e04986098117900","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1e04986098117900","status":"passed","time":{"start":1729032178355,"stop":1729032178356,"duration":1}},{"uid":"d59354373b8c571a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d59354373b8c571a","status":"passed","time":{"start":1728901896338,"stop":1728901896339,"duration":1}},{"uid":"c1ce5c2392719425","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c1ce5c2392719425","status":"passed","time":{"start":1728893329017,"stop":1728893329018,"duration":1}},{"uid":"541e41219310df7d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/541e41219310df7d","status":"passed","time":{"start":1728856284753,"stop":1728856284753,"duration":0}},{"uid":"85dabdd37a6df698","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85dabdd37a6df698","status":"passed","time":{"start":1728738494928,"stop":1728738494928,"duration":0}},{"uid":"d1f583a6142aab26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d1f583a6142aab26","status":"passed","time":{"start":1728683033623,"stop":1728683033624,"duration":1}},{"uid":"e3c94f9ed2968171","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e3c94f9ed2968171","status":"passed","time":{"start":1728682601729,"stop":1728682601729,"duration":0}},{"uid":"b6514b6d83fe1004","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b6514b6d83fe1004","status":"passed","time":{"start":1728677107953,"stop":1728677107954,"duration":1}},{"uid":"4bbf3b9748b856d0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4bbf3b9748b856d0","status":"passed","time":{"start":1728669764743,"stop":1728669764743,"duration":0}},{"uid":"efaa606806946691","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efaa606806946691","status":"passed","time":{"start":1728598157552,"stop":1728598157552,"duration":0}},{"uid":"e7ad2a4e83f02b9a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7ad2a4e83f02b9a","status":"passed","time":{"start":1728597369050,"stop":1728597369050,"duration":0}}]},"tags":[]},"source":"3440c2aecbcb8d8f.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/259bde9983a29b06.json b/7588/data/test-cases/3497feed0eab5e4b.json similarity index 51% rename from 7556/data/test-cases/259bde9983a29b06.json rename to 7588/data/test-cases/3497feed0eab5e4b.json index d47c85bd98e..f230efc4c03 100644 --- a/7556/data/test-cases/259bde9983a29b06.json +++ b/7588/data/test-cases/3497feed0eab5e4b.json @@ -1 +1 @@ -{"uid":"259bde9983a29b06","name":"should reject if WakuNode is not started","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should reject if WakuNode is not started","historyId":"05472441605b4536af9a1d51b7f66581:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457186692,"stop":1728457186694,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"b806c39220bebe78","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/b806c39220bebe78","status":"passed","time":{"start":1728456158943,"stop":1728456158943,"duration":0}},{"uid":"56cd27098f69789","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/56cd27098f69789","status":"passed","time":{"start":1728455843436,"stop":1728455843436,"duration":0}},{"uid":"edf8129d2ce54c46","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/edf8129d2ce54c46","status":"passed","time":{"start":1728455594858,"stop":1728455594858,"duration":0}},{"uid":"30ff1f534d29809b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/30ff1f534d29809b","status":"passed","time":{"start":1728454955427,"stop":1728454955428,"duration":1}},{"uid":"115febc8ec7bed5b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/115febc8ec7bed5b","status":"passed","time":{"start":1728451965404,"stop":1728451965405,"duration":1}}]},"tags":[]},"source":"259bde9983a29b06.json","parameterValues":[]} \ No newline at end of file +{"uid":"3497feed0eab5e4b","name":"should reject if WakuNode is not started","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should reject if WakuNode is not started","historyId":"05472441605b4536af9a1d51b7f66581:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373008,"stop":1729034373009,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e86c1f3526052c15","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e86c1f3526052c15","status":"passed","time":{"start":1729034137108,"stop":1729034137111,"duration":3}},{"uid":"a7670318a90f03f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a7670318a90f03f9","status":"passed","time":{"start":1729034060043,"stop":1729034060044,"duration":1}},{"uid":"d2a76bd444e1922b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d2a76bd444e1922b","status":"passed","time":{"start":1729033875025,"stop":1729033875026,"duration":1}},{"uid":"282b8af742a14a13","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/282b8af742a14a13","status":"passed","time":{"start":1729031924906,"stop":1729031924907,"duration":1}},{"uid":"858cd8c3522f81a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/858cd8c3522f81a8","status":"passed","time":{"start":1728901469134,"stop":1728901469134,"duration":0}},{"uid":"e091515090e4e44e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e091515090e4e44e","status":"passed","time":{"start":1728892899799,"stop":1728892899799,"duration":0}},{"uid":"3642985b3ff81e9b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3642985b3ff81e9b","status":"passed","time":{"start":1728855863295,"stop":1728855863295,"duration":0}},{"uid":"602774471e3ed8ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/602774471e3ed8ca","status":"passed","time":{"start":1728738080954,"stop":1728738080955,"duration":1}},{"uid":"27faba0a51b9bce4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/27faba0a51b9bce4","status":"passed","time":{"start":1728682614314,"stop":1728682614315,"duration":1}},{"uid":"7eef6c895c811f2f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7eef6c895c811f2f","status":"passed","time":{"start":1728682187219,"stop":1728682187219,"duration":0}},{"uid":"79b474a2148ac557","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79b474a2148ac557","status":"passed","time":{"start":1728676661418,"stop":1728676661419,"duration":1}},{"uid":"c3452da5cee47891","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c3452da5cee47891","status":"passed","time":{"start":1728669384752,"stop":1728669384752,"duration":0}},{"uid":"70d11bf3e78b61ec","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70d11bf3e78b61ec","status":"passed","time":{"start":1728597724208,"stop":1728597724209,"duration":1}},{"uid":"3e396b7208abb4d7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3e396b7208abb4d7","status":"passed","time":{"start":1728596943261,"stop":1728596943262,"duration":1}}]},"tags":[]},"source":"3497feed0eab5e4b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/bf8cdd43a1abcddc.json b/7588/data/test-cases/349f2c8d69db6128.json similarity index 88% rename from 7556/data/test-cases/bf8cdd43a1abcddc.json rename to 7588/data/test-cases/349f2c8d69db6128.json index c5654dc8af1..3898a8a031a 100644 --- a/7556/data/test-cases/bf8cdd43a1abcddc.json +++ b/7588/data/test-cases/349f2c8d69db6128.json @@ -1 +1 @@ -{"uid":"bf8cdd43a1abcddc","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":1728457510457,"stop":1728457510459,"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":6,"unknown":0,"total":6},"items":[{"uid":"8a414a7fae36b26","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/8a414a7fae36b26","status":"passed","time":{"start":1728456448217,"stop":1728456448217,"duration":0}},{"uid":"a91a13bbe73a23ad","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a91a13bbe73a23ad","status":"passed","time":{"start":1728456195706,"stop":1728456195706,"duration":0}},{"uid":"3980c8b95b377a10","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/3980c8b95b377a10","status":"passed","time":{"start":1728456166712,"stop":1728456166712,"duration":0}},{"uid":"3a2c99711ae0533f","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/3a2c99711ae0533f","status":"passed","time":{"start":1728455516740,"stop":1728455516741,"duration":1}},{"uid":"431fc160a1db4938","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/431fc160a1db4938","status":"passed","time":{"start":1728452508948,"stop":1728452508948,"duration":0}}]},"tags":[]},"source":"bf8cdd43a1abcddc.json","parameterValues":[]} \ No newline at end of file +{"uid":"349f2c8d69db6128","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":1729034631260,"stop":1729034631261,"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":15,"unknown":0,"total":15},"items":[{"uid":"dd64fe766dfdb69e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dd64fe766dfdb69e","status":"passed","time":{"start":1729034400896,"stop":1729034400897,"duration":1}},{"uid":"5413e7893d4d6acd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5413e7893d4d6acd","status":"passed","time":{"start":1729034317487,"stop":1729034317487,"duration":0}},{"uid":"1934db6b77d06e2f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1934db6b77d06e2f","status":"passed","time":{"start":1729034137150,"stop":1729034137153,"duration":3}},{"uid":"733ed6fea8e01106","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/733ed6fea8e01106","status":"passed","time":{"start":1729032206884,"stop":1729032206884,"duration":0}},{"uid":"f375b10c4dc0c32c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f375b10c4dc0c32c","status":"passed","time":{"start":1728901995028,"stop":1728901995029,"duration":1}},{"uid":"48d8a42fba857d70","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/48d8a42fba857d70","status":"passed","time":{"start":1728893421006,"stop":1728893421006,"duration":0}},{"uid":"7a7c49d9cff89712","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7a7c49d9cff89712","status":"passed","time":{"start":1728856368604,"stop":1728856368604,"duration":0}},{"uid":"4750e1570f7dc83f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4750e1570f7dc83f","status":"passed","time":{"start":1728738604690,"stop":1728738604690,"duration":0}},{"uid":"94ccfad32f749483","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/94ccfad32f749483","status":"passed","time":{"start":1728683117666,"stop":1728683117667,"duration":1}},{"uid":"ccc8a8df783df49f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ccc8a8df783df49f","status":"passed","time":{"start":1728682721324,"stop":1728682721325,"duration":1}},{"uid":"82f11ae81a002577","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/82f11ae81a002577","status":"passed","time":{"start":1728677184691,"stop":1728677184691,"duration":0}},{"uid":"290b7ff16766dfc5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/290b7ff16766dfc5","status":"passed","time":{"start":1728669866472,"stop":1728669866473,"duration":1}},{"uid":"b1af6885af1aff5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b1af6885af1aff5e","status":"passed","time":{"start":1728598250008,"stop":1728598250008,"duration":0}},{"uid":"5103bee5108d3a2b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5103bee5108d3a2b","status":"passed","time":{"start":1728597472307,"stop":1728597472307,"duration":0}}]},"tags":[]},"source":"349f2c8d69db6128.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/34f1b0a5481b33c0.json b/7588/data/test-cases/34f1b0a5481b33c0.json new file mode 100644 index 00000000000..c09b50df92b --- /dev/null +++ b/7588/data/test-cases/34f1b0a5481b33c0.json @@ -0,0 +1 @@ +{"uid":"34f1b0a5481b33c0","name":"handles empty contentTopics array correctly","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > handles empty contentTopics array correctly","historyId":"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034332647,"stop":1729034332647,"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":15,"unknown":0,"total":15},"items":[{"uid":"667a1a80de99d94c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/667a1a80de99d94c","status":"passed","time":{"start":1729034096144,"stop":1729034096144,"duration":0}},{"uid":"2037b0d939c0c0f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2037b0d939c0c0f1","status":"passed","time":{"start":1729034020100,"stop":1729034020100,"duration":0}},{"uid":"ed172f918a67b239","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ed172f918a67b239","status":"passed","time":{"start":1729033834398,"stop":1729033834398,"duration":0}},{"uid":"2a9ee6afe16e781d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a9ee6afe16e781d","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"7050e04d6a4f1971","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7050e04d6a4f1971","status":"passed","time":{"start":1728901430264,"stop":1728901430264,"duration":0}},{"uid":"cb6aaabfaa23753e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cb6aaabfaa23753e","status":"passed","time":{"start":1728892860542,"stop":1728892860542,"duration":0}},{"uid":"ccae34b7468a821","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ccae34b7468a821","status":"passed","time":{"start":1728855823332,"stop":1728855823332,"duration":0}},{"uid":"c764386e3b962ecb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c764386e3b962ecb","status":"passed","time":{"start":1728738040613,"stop":1728738040613,"duration":0}},{"uid":"debddc119f02c4b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/debddc119f02c4b7","status":"passed","time":{"start":1728682574104,"stop":1728682574104,"duration":0}},{"uid":"e039cbe18ed0f947","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e039cbe18ed0f947","status":"passed","time":{"start":1728682146828,"stop":1728682146828,"duration":0}},{"uid":"df2bfc2858a057dd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/df2bfc2858a057dd","status":"passed","time":{"start":1728676621442,"stop":1728676621443,"duration":1}},{"uid":"fa98ffe087911500","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fa98ffe087911500","status":"passed","time":{"start":1728669344476,"stop":1728669344476,"duration":0}},{"uid":"9565902b0ae1ab95","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9565902b0ae1ab95","status":"passed","time":{"start":1728597685173,"stop":1728597685173,"duration":0}},{"uid":"53ffe2d3d8ee7036","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/53ffe2d3d8ee7036","status":"passed","time":{"start":1728596904482,"stop":1728596904482,"duration":0}}]},"tags":[]},"source":"34f1b0a5481b33c0.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/35501eee85550623.json b/7588/data/test-cases/35501eee85550623.json new file mode 100644 index 00000000000..c6c9b4d3c02 --- /dev/null +++ b/7588/data/test-cases/35501eee85550623.json @@ -0,0 +1 @@ +{"uid":"35501eee85550623","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":1729034398721,"stop":1729034398721,"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":15,"unknown":0,"total":15},"items":[{"uid":"916ad9e17a39f9d9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/916ad9e17a39f9d9","status":"passed","time":{"start":1729034163594,"stop":1729034163594,"duration":0}},{"uid":"4ab007aa843a9d0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4ab007aa843a9d0","status":"passed","time":{"start":1729034085357,"stop":1729034085357,"duration":0}},{"uid":"6d2a534378b4282","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6d2a534378b4282","status":"passed","time":{"start":1729033899384,"stop":1729033899385,"duration":1}},{"uid":"2793490d58ff36cb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2793490d58ff36cb","status":"passed","time":{"start":1729031949754,"stop":1729031949754,"duration":0}},{"uid":"42bbd751030a736b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/42bbd751030a736b","status":"passed","time":{"start":1728901497250,"stop":1728901497251,"duration":1}},{"uid":"492f6b1253723eab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/492f6b1253723eab","status":"passed","time":{"start":1728892931615,"stop":1728892931616,"duration":1}},{"uid":"874078d56d3bdf29","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/874078d56d3bdf29","status":"passed","time":{"start":1728855891086,"stop":1728855891086,"duration":0}},{"uid":"dc7b7dbdb585126f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dc7b7dbdb585126f","status":"passed","time":{"start":1728738108306,"stop":1728738108306,"duration":0}},{"uid":"6c3343e968cc7eb8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6c3343e968cc7eb8","status":"passed","time":{"start":1728682642732,"stop":1728682642732,"duration":0}},{"uid":"1351df3e639a2f52","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1351df3e639a2f52","status":"passed","time":{"start":1728682214718,"stop":1728682214719,"duration":1}},{"uid":"b9f2f5910432851e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b9f2f5910432851e","status":"passed","time":{"start":1728676692179,"stop":1728676692179,"duration":0}},{"uid":"47b59ed6abcc140d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/47b59ed6abcc140d","status":"passed","time":{"start":1728669416673,"stop":1728669416673,"duration":0}},{"uid":"6b4950c90b42425e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b4950c90b42425e","status":"passed","time":{"start":1728597754025,"stop":1728597754025,"duration":0}},{"uid":"9732a36e98553b07","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9732a36e98553b07","status":"passed","time":{"start":1728596972641,"stop":1728596972642,"duration":1}}]},"tags":[]},"source":"35501eee85550623.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/dade81ba7cf8cbc8.json b/7588/data/test-cases/355c324f3a3cf336.json similarity index 89% rename from 7556/data/test-cases/dade81ba7cf8cbc8.json rename to 7588/data/test-cases/355c324f3a3cf336.json index 3b10f1e8bc4..736ee18f207 100644 --- a/7556/data/test-cases/dade81ba7cf8cbc8.json +++ b/7588/data/test-cases/355c324f3a3cf336.json @@ -1 +1 @@ -{"uid":"dade81ba7cf8cbc8","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":1728457510427,"stop":1728457510428,"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":6,"unknown":0,"total":6},"items":[{"uid":"906025e4d5f37cb1","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/906025e4d5f37cb1","status":"passed","time":{"start":1728456448197,"stop":1728456448197,"duration":0}},{"uid":"d32bb7dd72cf350a","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/d32bb7dd72cf350a","status":"passed","time":{"start":1728456195686,"stop":1728456195687,"duration":1}},{"uid":"4cf2969018b06a43","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4cf2969018b06a43","status":"passed","time":{"start":1728456166703,"stop":1728456166703,"duration":0}},{"uid":"d8b46ffd93ac33f9","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/d8b46ffd93ac33f9","status":"passed","time":{"start":1728455516697,"stop":1728455516698,"duration":1}},{"uid":"e22f987454091655","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/e22f987454091655","status":"passed","time":{"start":1728452508940,"stop":1728452508940,"duration":0}}]},"tags":[]},"source":"dade81ba7cf8cbc8.json","parameterValues":[]} \ No newline at end of file +{"uid":"355c324f3a3cf336","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":1729034631250,"stop":1729034631251,"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":15,"unknown":0,"total":15},"items":[{"uid":"c92badd2bdf6897c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c92badd2bdf6897c","status":"passed","time":{"start":1729034400886,"stop":1729034400887,"duration":1}},{"uid":"24fef27ccdd5632f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/24fef27ccdd5632f","status":"passed","time":{"start":1729034317449,"stop":1729034317449,"duration":0}},{"uid":"bdb485ecd5dfd4ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bdb485ecd5dfd4ca","status":"passed","time":{"start":1729034137130,"stop":1729034137130,"duration":0}},{"uid":"2a85824a84c729bc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a85824a84c729bc","status":"passed","time":{"start":1729032206873,"stop":1729032206873,"duration":0}},{"uid":"2e693d9af97caf9d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2e693d9af97caf9d","status":"passed","time":{"start":1728901995020,"stop":1728901995020,"duration":0}},{"uid":"78d50c1bf4bc1258","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/78d50c1bf4bc1258","status":"passed","time":{"start":1728893420993,"stop":1728893420993,"duration":0}},{"uid":"29a3e389650c9398","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/29a3e389650c9398","status":"passed","time":{"start":1728856368594,"stop":1728856368594,"duration":0}},{"uid":"63b9044564b28f44","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/63b9044564b28f44","status":"passed","time":{"start":1728738604679,"stop":1728738604679,"duration":0}},{"uid":"81d34c20046f06c3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/81d34c20046f06c3","status":"passed","time":{"start":1728683117617,"stop":1728683117619,"duration":2}},{"uid":"a8605dc309220260","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a8605dc309220260","status":"passed","time":{"start":1728682721316,"stop":1728682721316,"duration":0}},{"uid":"b638f888561ae9d0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b638f888561ae9d0","status":"passed","time":{"start":1728677184681,"stop":1728677184681,"duration":0}},{"uid":"9c249f507bdd839e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c249f507bdd839e","status":"passed","time":{"start":1728669866447,"stop":1728669866448,"duration":1}},{"uid":"3ae39709d7b7707f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ae39709d7b7707f","status":"passed","time":{"start":1728598249974,"stop":1728598249974,"duration":0}},{"uid":"870604529196650c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/870604529196650c","status":"passed","time":{"start":1728597472289,"stop":1728597472290,"duration":1}}]},"tags":[]},"source":"355c324f3a3cf336.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/356ecc3f82c40d2b.json b/7588/data/test-cases/356ecc3f82c40d2b.json new file mode 100644 index 00000000000..7b578a91a71 --- /dev/null +++ b/7588/data/test-cases/356ecc3f82c40d2b.json @@ -0,0 +1 @@ +{"uid":"356ecc3f82c40d2b","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":1729034348415,"stop":1729034348415,"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":15,"unknown":0,"total":15},"items":[{"uid":"e8a6bbad9b25ac3f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e8a6bbad9b25ac3f","status":"passed","time":{"start":1729034112235,"stop":1729034112236,"duration":1}},{"uid":"541d8120cde4645a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/541d8120cde4645a","status":"passed","time":{"start":1729034035751,"stop":1729034035751,"duration":0}},{"uid":"ddc448134938d45e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ddc448134938d45e","status":"passed","time":{"start":1729033850302,"stop":1729033850303,"duration":1}},{"uid":"bcb8ae34f1477cf5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bcb8ae34f1477cf5","status":"passed","time":{"start":1729031899903,"stop":1729031899903,"duration":0}},{"uid":"9ba8ca96c736078d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9ba8ca96c736078d","status":"passed","time":{"start":1728901445872,"stop":1728901445872,"duration":0}},{"uid":"a07fdfe9c8e078f7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a07fdfe9c8e078f7","status":"passed","time":{"start":1728892875908,"stop":1728892875908,"duration":0}},{"uid":"b789499bb06cd8ef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b789499bb06cd8ef","status":"passed","time":{"start":1728855839038,"stop":1728855839039,"duration":1}},{"uid":"d8683a606d7d5993","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d8683a606d7d5993","status":"passed","time":{"start":1728738056185,"stop":1728738056185,"duration":0}},{"uid":"5a8d40e8435389a1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5a8d40e8435389a1","status":"passed","time":{"start":1728682589460,"stop":1728682589460,"duration":0}},{"uid":"cbc5b2022b36df72","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cbc5b2022b36df72","status":"passed","time":{"start":1728682162317,"stop":1728682162318,"duration":1}},{"uid":"5fb25f0b59008e40","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5fb25f0b59008e40","status":"passed","time":{"start":1728676637005,"stop":1728676637005,"duration":0}},{"uid":"3b52aacb58e42af7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3b52aacb58e42af7","status":"passed","time":{"start":1728669360370,"stop":1728669360370,"duration":0}},{"uid":"97a841c122e91284","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/97a841c122e91284","status":"passed","time":{"start":1728597700889,"stop":1728597700890,"duration":1}},{"uid":"3ed4dd7fd6339ce7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3ed4dd7fd6339ce7","status":"passed","time":{"start":1728596919828,"stop":1728596919828,"duration":0}}]},"tags":[]},"source":"356ecc3f82c40d2b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/b8f237bfc327e530.json b/7588/data/test-cases/3589f827774069b9.json similarity index 87% rename from 7556/data/test-cases/b8f237bfc327e530.json rename to 7588/data/test-cases/3589f827774069b9.json index b11311c2f50..276ebff4f88 100644 --- a/7556/data/test-cases/b8f237bfc327e530.json +++ b/7588/data/test-cases/3589f827774069b9.json @@ -1 +1 @@ -{"uid":"b8f237bfc327e530","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":1728457473533,"stop":1728457473533,"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":6,"unknown":0,"total":6},"items":[{"uid":"f1c9fbd641fb51e6","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/f1c9fbd641fb51e6","status":"passed","time":{"start":1728456428380,"stop":1728456428381,"duration":1}},{"uid":"79dbde660471da0d","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/79dbde660471da0d","status":"passed","time":{"start":1728456157809,"stop":1728456157809,"duration":0}},{"uid":"4c526e7233491d19","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4c526e7233491d19","status":"passed","time":{"start":1728456063551,"stop":1728456063551,"duration":0}},{"uid":"649b77f8a4aa2f82","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/649b77f8a4aa2f82","status":"passed","time":{"start":1728455422542,"stop":1728455422542,"duration":0}},{"uid":"aca1a285653e6f9a","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/aca1a285653e6f9a","status":"passed","time":{"start":1728452417668,"stop":1728452417668,"duration":0}}]},"tags":[]},"source":"b8f237bfc327e530.json","parameterValues":[]} \ No newline at end of file +{"uid":"3589f827774069b9","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":1729034617766,"stop":1729034617766,"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":15,"unknown":0,"total":15},"items":[{"uid":"8e84419c2f22d375","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8e84419c2f22d375","status":"passed","time":{"start":1729034370903,"stop":1729034370903,"duration":0}},{"uid":"20e2326c2985f046","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/20e2326c2985f046","status":"passed","time":{"start":1729034308883,"stop":1729034308889,"duration":6}},{"uid":"b0fa5ee697346596","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b0fa5ee697346596","status":"passed","time":{"start":1729034129479,"stop":1729034129479,"duration":0}},{"uid":"2b92bec5e89b72d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b92bec5e89b72d1","status":"passed","time":{"start":1729032178375,"stop":1729032178376,"duration":1}},{"uid":"135169c45838f9f3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/135169c45838f9f3","status":"passed","time":{"start":1728901896352,"stop":1728901896353,"duration":1}},{"uid":"213bbbfa0919e159","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/213bbbfa0919e159","status":"passed","time":{"start":1728893329034,"stop":1728893329034,"duration":0}},{"uid":"77c9481cf55bc0e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77c9481cf55bc0e7","status":"passed","time":{"start":1728856284769,"stop":1728856284770,"duration":1}},{"uid":"805101d44572cd07","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/805101d44572cd07","status":"passed","time":{"start":1728738494947,"stop":1728738494947,"duration":0}},{"uid":"eaac1b9a11bb433c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eaac1b9a11bb433c","status":"passed","time":{"start":1728683033636,"stop":1728683033637,"duration":1}},{"uid":"f1bb3d464b0fd5e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f1bb3d464b0fd5e","status":"passed","time":{"start":1728682601744,"stop":1728682601745,"duration":1}},{"uid":"575b00ef5c1b4f0b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/575b00ef5c1b4f0b","status":"passed","time":{"start":1728677107983,"stop":1728677107984,"duration":1}},{"uid":"2b31bbad67813e19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b31bbad67813e19","status":"passed","time":{"start":1728669764756,"stop":1728669764757,"duration":1}},{"uid":"8a3fc663351ba5b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a3fc663351ba5b1","status":"passed","time":{"start":1728598157575,"stop":1728598157576,"duration":1}},{"uid":"485fd1d159fbc660","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/485fd1d159fbc660","status":"passed","time":{"start":1728597369078,"stop":1728597369085,"duration":7}}]},"tags":[]},"source":"3589f827774069b9.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/358ca88f962b7fec.json b/7588/data/test-cases/358ca88f962b7fec.json new file mode 100644 index 00000000000..d664a989f22 --- /dev/null +++ b/7588/data/test-cases/358ca88f962b7fec.json @@ -0,0 +1 @@ +{"uid":"358ca88f962b7fec","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":1729034561706,"stop":1729034561706,"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":15,"unknown":0,"total":15},"items":[{"uid":"fafeccccd5e5a720","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fafeccccd5e5a720","status":"passed","time":{"start":1729034329729,"stop":1729034329730,"duration":1}},{"uid":"74a6dea9fd367894","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/74a6dea9fd367894","status":"passed","time":{"start":1729034249403,"stop":1729034249404,"duration":1}},{"uid":"49ee288dfa6ab127","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/49ee288dfa6ab127","status":"passed","time":{"start":1729034067354,"stop":1729034067355,"duration":1}},{"uid":"c5767577cfdc33b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c5767577cfdc33b4","status":"passed","time":{"start":1729032098328,"stop":1729032098328,"duration":0}},{"uid":"79f59ee74000c100","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/79f59ee74000c100","status":"passed","time":{"start":1728901786966,"stop":1728901786966,"duration":0}},{"uid":"824eea4f3b5cfc65","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/824eea4f3b5cfc65","status":"passed","time":{"start":1728893221404,"stop":1728893221405,"duration":1}},{"uid":"9521cf2cb97045aa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9521cf2cb97045aa","status":"passed","time":{"start":1728856163737,"stop":1728856163737,"duration":0}},{"uid":"cc2cc859a3b5f5b7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc2cc859a3b5f5b7","status":"passed","time":{"start":1728738376850,"stop":1728738376851,"duration":1}},{"uid":"d28fbdabb282d4ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d28fbdabb282d4ab","status":"passed","time":{"start":1728682920158,"stop":1728682920158,"duration":0}},{"uid":"550dffeca437a6d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/550dffeca437a6d0","status":"passed","time":{"start":1728682501584,"stop":1728682501584,"duration":0}},{"uid":"ae7d0d0fdebb0255","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae7d0d0fdebb0255","status":"passed","time":{"start":1728676985051,"stop":1728676985051,"duration":0}},{"uid":"28242612518d7e9e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/28242612518d7e9e","status":"passed","time":{"start":1728669632408,"stop":1728669632408,"duration":0}},{"uid":"1df283c77af67539","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1df283c77af67539","status":"passed","time":{"start":1728598049844,"stop":1728598049844,"duration":0}},{"uid":"67f639dd0cce58fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/67f639dd0cce58fd","status":"passed","time":{"start":1728597265138,"stop":1728597265138,"duration":0}}]},"tags":[]},"source":"358ca88f962b7fec.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/35b30d3739cc9ba.json b/7588/data/test-cases/35b30d3739cc9ba.json new file mode 100644 index 00000000000..365ddfd7f0f --- /dev/null +++ b/7588/data/test-cases/35b30d3739cc9ba.json @@ -0,0 +1 @@ +{"uid":"35b30d3739cc9ba","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":1729034341403,"stop":1729034341403,"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":15,"unknown":0,"total":15},"items":[{"uid":"1b5243ac15587b23","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1b5243ac15587b23","status":"passed","time":{"start":1729034104911,"stop":1729034104911,"duration":0}},{"uid":"a12deffae1296b32","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a12deffae1296b32","status":"passed","time":{"start":1729034028509,"stop":1729034028509,"duration":0}},{"uid":"d5f0f4ec0395127f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d5f0f4ec0395127f","status":"passed","time":{"start":1729033843117,"stop":1729033843117,"duration":0}},{"uid":"29f0e7c92a288678","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29f0e7c92a288678","status":"passed","time":{"start":1729031892676,"stop":1729031892676,"duration":0}},{"uid":"b7b821c1011b4ad1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7b821c1011b4ad1","status":"passed","time":{"start":1728901438807,"stop":1728901438810,"duration":3}},{"uid":"3d78408579710288","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d78408579710288","status":"passed","time":{"start":1728892868999,"stop":1728892868999,"duration":0}},{"uid":"d5b40f7a2d50d2ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d5b40f7a2d50d2ac","status":"passed","time":{"start":1728855831891,"stop":1728855831891,"duration":0}},{"uid":"4bdf6dc98b4220d7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4bdf6dc98b4220d7","status":"passed","time":{"start":1728738049039,"stop":1728738049039,"duration":0}},{"uid":"47c5e5066a8507b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/47c5e5066a8507b6","status":"passed","time":{"start":1728682582617,"stop":1728682582617,"duration":0}},{"uid":"71edecc148813b49","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/71edecc148813b49","status":"passed","time":{"start":1728682155407,"stop":1728682155407,"duration":0}},{"uid":"cd66e604ecaf3ed6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cd66e604ecaf3ed6","status":"passed","time":{"start":1728676629972,"stop":1728676629973,"duration":1}},{"uid":"cb9ab78be87ac681","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cb9ab78be87ac681","status":"passed","time":{"start":1728669353100,"stop":1728669353100,"duration":0}},{"uid":"82bb9a7814410eb7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/82bb9a7814410eb7","status":"passed","time":{"start":1728597693845,"stop":1728597693845,"duration":0}},{"uid":"1cef510f6ec8def8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1cef510f6ec8def8","status":"passed","time":{"start":1728596913089,"stop":1728596913090,"duration":1}}]},"tags":[]},"source":"35b30d3739cc9ba.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3c57ecad9100fdbb.json b/7588/data/test-cases/35c6d8f2f8ca70c5.json similarity index 88% rename from 7556/data/test-cases/3c57ecad9100fdbb.json rename to 7588/data/test-cases/35c6d8f2f8ca70c5.json index 2b52f31f059..cc14d06158d 100644 --- a/7556/data/test-cases/3c57ecad9100fdbb.json +++ b/7588/data/test-cases/35c6d8f2f8ca70c5.json @@ -1 +1 @@ -{"uid":"3c57ecad9100fdbb","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":1728457510420,"stop":1728457510421,"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":6,"unknown":0,"total":6},"items":[{"uid":"79b3c87064ed914b","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/79b3c87064ed914b","status":"passed","time":{"start":1728456448193,"stop":1728456448194,"duration":1}},{"uid":"adfe3d52dac94522","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/adfe3d52dac94522","status":"passed","time":{"start":1728456195681,"stop":1728456195685,"duration":4}},{"uid":"1caf05da722f2463","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/1caf05da722f2463","status":"passed","time":{"start":1728456166697,"stop":1728456166699,"duration":2}},{"uid":"afc51ff83b38e8cc","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/afc51ff83b38e8cc","status":"passed","time":{"start":1728455516688,"stop":1728455516689,"duration":1}},{"uid":"1786380704b65ee","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/1786380704b65ee","status":"passed","time":{"start":1728452508938,"stop":1728452508939,"duration":1}}]},"tags":[]},"source":"3c57ecad9100fdbb.json","parameterValues":[]} \ No newline at end of file +{"uid":"35c6d8f2f8ca70c5","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":1729034631249,"stop":1729034631249,"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":15,"unknown":0,"total":15},"items":[{"uid":"bfcd9332e94b3aff","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bfcd9332e94b3aff","status":"passed","time":{"start":1729034400885,"stop":1729034400885,"duration":0}},{"uid":"21c0b8810596a463","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/21c0b8810596a463","status":"passed","time":{"start":1729034317445,"stop":1729034317446,"duration":1}},{"uid":"9c58fb65170d5dfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9c58fb65170d5dfe","status":"passed","time":{"start":1729034137125,"stop":1729034137125,"duration":0}},{"uid":"715489c0983c659d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/715489c0983c659d","status":"passed","time":{"start":1729032206871,"stop":1729032206871,"duration":0}},{"uid":"a689b06b00570005","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a689b06b00570005","status":"passed","time":{"start":1728901995011,"stop":1728901995018,"duration":7}},{"uid":"b1003997d00aa68b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b1003997d00aa68b","status":"passed","time":{"start":1728893420991,"stop":1728893420992,"duration":1}},{"uid":"859fc4b27ea5f560","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/859fc4b27ea5f560","status":"passed","time":{"start":1728856368592,"stop":1728856368593,"duration":1}},{"uid":"20d1753a13c82673","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20d1753a13c82673","status":"passed","time":{"start":1728738604677,"stop":1728738604677,"duration":0}},{"uid":"58790b020cb5fc5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/58790b020cb5fc5","status":"passed","time":{"start":1728683117608,"stop":1728683117609,"duration":1}},{"uid":"518dbc14d4e5901f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/518dbc14d4e5901f","status":"passed","time":{"start":1728682721315,"stop":1728682721315,"duration":0}},{"uid":"bba7ab4f91c21221","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bba7ab4f91c21221","status":"passed","time":{"start":1728677184679,"stop":1728677184680,"duration":1}},{"uid":"9bb67c67d000d8df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9bb67c67d000d8df","status":"passed","time":{"start":1728669866445,"stop":1728669866446,"duration":1}},{"uid":"e8feae7747891c36","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e8feae7747891c36","status":"passed","time":{"start":1728598249972,"stop":1728598249972,"duration":0}},{"uid":"a08dd8af276b45e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a08dd8af276b45e","status":"passed","time":{"start":1728597472286,"stop":1728597472287,"duration":1}}]},"tags":[]},"source":"35c6d8f2f8ca70c5.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ef896cdea3c76a1f.json b/7588/data/test-cases/36b1cd4d89e7a09a.json similarity index 85% rename from 7556/data/test-cases/ef896cdea3c76a1f.json rename to 7588/data/test-cases/36b1cd4d89e7a09a.json index 622a31ae8d7..56f18112c29 100644 --- a/7556/data/test-cases/ef896cdea3c76a1f.json +++ b/7588/data/test-cases/36b1cd4d89e7a09a.json @@ -1 +1 @@ -{"uid":"ef896cdea3c76a1f","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":1728457537142,"stop":1728457537144,"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":6,"unknown":0,"total":6},"items":[{"uid":"20d9a23946ac5a03","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/20d9a23946ac5a03","status":"passed","time":{"start":1728456499112,"stop":1728456499113,"duration":1}},{"uid":"af9677b9ae8f4b19","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/af9677b9ae8f4b19","status":"passed","time":{"start":1728456215103,"stop":1728456215103,"duration":0}},{"uid":"342f655652806f64","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/342f655652806f64","status":"passed","time":{"start":1728456167153,"stop":1728456167154,"duration":1}},{"uid":"a49ad1812f7c9df3","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a49ad1812f7c9df3","status":"passed","time":{"start":1728455518209,"stop":1728455518209,"duration":0}},{"uid":"c579beb6e1999d51","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/c579beb6e1999d51","status":"passed","time":{"start":1728452534895,"stop":1728452534895,"duration":0}}]},"tags":[]},"source":"ef896cdea3c76a1f.json","parameterValues":[]} \ No newline at end of file +{"uid":"36b1cd4d89e7a09a","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":1729034704506,"stop":1729034704507,"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":15,"unknown":0,"total":15},"items":[{"uid":"33c8e0c77a8dcdfc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/33c8e0c77a8dcdfc","status":"passed","time":{"start":1729034475005,"stop":1729034475008,"duration":3}},{"uid":"8270b84ff6704930","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8270b84ff6704930","status":"passed","time":{"start":1729034395301,"stop":1729034395301,"duration":0}},{"uid":"9e44a6d04542cf0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9e44a6d04542cf0d","status":"passed","time":{"start":1729034209114,"stop":1729034209115,"duration":1}},{"uid":"67052fe6cf603635","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/67052fe6cf603635","status":"passed","time":{"start":1729032264593,"stop":1729032264595,"duration":2}},{"uid":"23ce136ad0dfeee9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/23ce136ad0dfeee9","status":"passed","time":{"start":1728902012873,"stop":1728902012874,"duration":1}},{"uid":"3d2614e33e7fce33","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d2614e33e7fce33","status":"passed","time":{"start":1728893454824,"stop":1728893454824,"duration":0}},{"uid":"e4f9fc5327b08ed0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e4f9fc5327b08ed0","status":"passed","time":{"start":1728856408467,"stop":1728856408467,"duration":0}},{"uid":"dfa46c568113e6e2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dfa46c568113e6e2","status":"passed","time":{"start":1728738633873,"stop":1728738633873,"duration":0}},{"uid":"ccbdeb2c0a07a1db","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ccbdeb2c0a07a1db","status":"passed","time":{"start":1728683159819,"stop":1728683159819,"duration":0}},{"uid":"b9b784648d481482","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b9b784648d481482","status":"passed","time":{"start":1728682751345,"stop":1728682751345,"duration":0}},{"uid":"11431eaa23645abd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11431eaa23645abd","status":"passed","time":{"start":1728677216376,"stop":1728677216377,"duration":1}},{"uid":"a0d6871858fbcff4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a0d6871858fbcff4","status":"passed","time":{"start":1728669925465,"stop":1728669925466,"duration":1}},{"uid":"15e289d7111e4d53","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/15e289d7111e4d53","status":"passed","time":{"start":1728598268819,"stop":1728598268820,"duration":1}},{"uid":"3eb4836932e3a2e6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3eb4836932e3a2e6","status":"passed","time":{"start":1728597503949,"stop":1728597503950,"duration":1}}]},"tags":[]},"source":"36b1cd4d89e7a09a.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2922427703832902.json b/7588/data/test-cases/370dc87f8ed0311e.json similarity index 50% rename from 7556/data/test-cases/2922427703832902.json rename to 7588/data/test-cases/370dc87f8ed0311e.json index 5b8505b22e1..de43d49e066 100644 --- a/7556/data/test-cases/2922427703832902.json +++ b/7588/data/test-cases/370dc87f8ed0311e.json @@ -1 +1 @@ -{"uid":"2922427703832902","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":1728457289890,"stop":1728457289890,"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":6,"unknown":0,"total":6},"items":[{"uid":"b2b976b9c08daf1b","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/b2b976b9c08daf1b","status":"passed","time":{"start":1728456257102,"stop":1728456257102,"duration":0}},{"uid":"c4b2bf48b8a1c86","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/c4b2bf48b8a1c86","status":"passed","time":{"start":1728455949859,"stop":1728455949859,"duration":0}},{"uid":"48315e777fafdc26","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/48315e777fafdc26","status":"passed","time":{"start":1728455741446,"stop":1728455741447,"duration":1}},{"uid":"f0dbc867c2ec24e9","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f0dbc867c2ec24e9","status":"passed","time":{"start":1728455102313,"stop":1728455102313,"duration":0}},{"uid":"64c064cb5f838fc3","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/64c064cb5f838fc3","status":"passed","time":{"start":1728452170807,"stop":1728452170808,"duration":1}}]},"tags":[]},"source":"2922427703832902.json","parameterValues":[]} \ No newline at end of file +{"uid":"370dc87f8ed0311e","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":1729034472941,"stop":1729034472941,"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":15,"unknown":0,"total":15},"items":[{"uid":"69decd1f9a147abf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/69decd1f9a147abf","status":"passed","time":{"start":1729034240908,"stop":1729034240910,"duration":2}},{"uid":"13430db400b65994","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/13430db400b65994","status":"passed","time":{"start":1729034159610,"stop":1729034159611,"duration":1}},{"uid":"534163557f134226","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/534163557f134226","status":"passed","time":{"start":1729033976783,"stop":1729033976784,"duration":1}},{"uid":"54cb9788cd02b578","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/54cb9788cd02b578","status":"passed","time":{"start":1729032020508,"stop":1729032020509,"duration":1}},{"uid":"578faab5b6d4bb8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/578faab5b6d4bb8","status":"passed","time":{"start":1728901616425,"stop":1728901616426,"duration":1}},{"uid":"7101e95b8f4aacea","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7101e95b8f4aacea","status":"passed","time":{"start":1728893050240,"stop":1728893050241,"duration":1}},{"uid":"1343d0e638a7621d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1343d0e638a7621d","status":"passed","time":{"start":1728856015167,"stop":1728856015167,"duration":0}},{"uid":"b561092e338fde4f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b561092e338fde4f","status":"passed","time":{"start":1728738233131,"stop":1728738233132,"duration":1}},{"uid":"2a39f94e25bd600c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2a39f94e25bd600c","status":"passed","time":{"start":1728682762464,"stop":1728682762465,"duration":1}},{"uid":"2f570538fd5c10d5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f570538fd5c10d5","status":"passed","time":{"start":1728682332782,"stop":1728682332782,"duration":0}},{"uid":"dfc3cdbf403e156b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dfc3cdbf403e156b","status":"passed","time":{"start":1728676810286,"stop":1728676810286,"duration":0}},{"uid":"acd6125bc5f02e26","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/acd6125bc5f02e26","status":"passed","time":{"start":1728669529889,"stop":1728669529889,"duration":0}},{"uid":"5b7cb88064bf2ef8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b7cb88064bf2ef8","status":"passed","time":{"start":1728597873529,"stop":1728597873529,"duration":0}},{"uid":"33390573bd896bfc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/33390573bd896bfc","status":"passed","time":{"start":1728597089269,"stop":1728597089269,"duration":0}}]},"tags":[]},"source":"370dc87f8ed0311e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/770318208da1d542.json b/7588/data/test-cases/37a9082755408cab.json similarity index 80% rename from 7556/data/test-cases/770318208da1d542.json rename to 7588/data/test-cases/37a9082755408cab.json index 49303011afe..a48e7bafd4e 100644 --- a/7556/data/test-cases/770318208da1d542.json +++ b/7588/data/test-cases/37a9082755408cab.json @@ -1 +1 @@ -{"uid":"770318208da1d542","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":1728457490913,"stop":1728457490913,"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":6,"unknown":0,"total":6},"items":[{"uid":"279db18045583c52","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/279db18045583c52","status":"passed","time":{"start":1728456439217,"stop":1728456439217,"duration":0}},{"uid":"20837dff2160d515","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/20837dff2160d515","status":"passed","time":{"start":1728456209541,"stop":1728456209542,"duration":1}},{"uid":"cfcbfe8932e9373c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/cfcbfe8932e9373c","status":"passed","time":{"start":1728456126835,"stop":1728456126835,"duration":0}},{"uid":"918f87a9359d15e1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/918f87a9359d15e1","status":"passed","time":{"start":1728455481797,"stop":1728455481798,"duration":1}},{"uid":"75b51595aef56675","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/75b51595aef56675","status":"passed","time":{"start":1728452438549,"stop":1728452438549,"duration":0}}]},"tags":[]},"source":"770318208da1d542.json","parameterValues":[]} \ No newline at end of file +{"uid":"37a9082755408cab","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":1729034640511,"stop":1729034640512,"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":15,"unknown":0,"total":15},"items":[{"uid":"7893f727a5db2342","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7893f727a5db2342","status":"passed","time":{"start":1729034411419,"stop":1729034411419,"duration":0}},{"uid":"83549b360f33c81","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/83549b360f33c81","status":"passed","time":{"start":1729034327392,"stop":1729034327395,"duration":3}},{"uid":"7ab7ce988025bee6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ab7ce988025bee6","status":"passed","time":{"start":1729034147767,"stop":1729034147767,"duration":0}},{"uid":"85b21eef99f011cf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/85b21eef99f011cf","status":"passed","time":{"start":1729032204824,"stop":1729032204825,"duration":1}},{"uid":"4a4a3ff7dbb52475","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4a4a3ff7dbb52475","status":"passed","time":{"start":1728901907652,"stop":1728901907652,"duration":0}},{"uid":"cc72735622eee821","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cc72735622eee821","status":"passed","time":{"start":1728893341886,"stop":1728893341886,"duration":0}},{"uid":"1d806bee7ba8bdf2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d806bee7ba8bdf2","status":"passed","time":{"start":1728856299351,"stop":1728856299351,"duration":0}},{"uid":"cc64418a3bbb41b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc64418a3bbb41b9","status":"passed","time":{"start":1728738511612,"stop":1728738511612,"duration":0}},{"uid":"f862e72047905b74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f862e72047905b74","status":"passed","time":{"start":1728683052907,"stop":1728683052908,"duration":1}},{"uid":"18c281bc94264a3e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18c281bc94264a3e","status":"passed","time":{"start":1728682612907,"stop":1728682612907,"duration":0}},{"uid":"284fdd9796d370e3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/284fdd9796d370e3","status":"passed","time":{"start":1728677115742,"stop":1728677115742,"duration":0}},{"uid":"a27a6243930d04e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a27a6243930d04e0","status":"passed","time":{"start":1728669778170,"stop":1728669778171,"duration":1}},{"uid":"4f8957dc51c7b4b3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4f8957dc51c7b4b3","status":"passed","time":{"start":1728598175428,"stop":1728598175428,"duration":0}},{"uid":"546f3216a2eb296f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/546f3216a2eb296f","status":"passed","time":{"start":1728597380057,"stop":1728597380057,"duration":0}}]},"tags":[]},"source":"37a9082755408cab.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/37be292f74d2eaa.json b/7588/data/test-cases/37be292f74d2eaa.json new file mode 100644 index 00000000000..a98b3645295 --- /dev/null +++ b/7588/data/test-cases/37be292f74d2eaa.json @@ -0,0 +1 @@ +{"uid":"37be292f74d2eaa","name":"should remove a peer","fullName":"/src/protocols/peer_manager.spec.ts: PeerManager > removePeer > should remove a peer","historyId":"29cea7a3ed21bc0d2e6283dc7a598f14:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373026,"stop":1729034373026,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.protocols"},{"name":"parentSuite","value":"PeerManager"},{"name":"suite","value":"removePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"12c31639f37dc8fc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12c31639f37dc8fc","status":"passed","time":{"start":1729034137314,"stop":1729034137314,"duration":0}},{"uid":"35c99782d8ec2bb0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/35c99782d8ec2bb0","status":"passed","time":{"start":1729034060016,"stop":1729034060016,"duration":0}},{"uid":"6cb10f550b803056","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6cb10f550b803056","status":"passed","time":{"start":1729033874959,"stop":1729033874959,"duration":0}},{"uid":"7dbf4ca5ab6f4618","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7dbf4ca5ab6f4618","status":"passed","time":{"start":1729031924898,"stop":1729031924899,"duration":1}},{"uid":"c956dbf4cac85a6f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c956dbf4cac85a6f","status":"passed","time":{"start":1728901469127,"stop":1728901469127,"duration":0}},{"uid":"44194b20f579027f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/44194b20f579027f","status":"passed","time":{"start":1728892899791,"stop":1728892899792,"duration":1}},{"uid":"bf5b257fc4580a4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bf5b257fc4580a4c","status":"passed","time":{"start":1728855863055,"stop":1728855863056,"duration":1}},{"uid":"69412df9f4858236","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/69412df9f4858236","status":"passed","time":{"start":1728738080897,"stop":1728738080897,"duration":0}},{"uid":"80cdf62f90f597ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80cdf62f90f597ab","status":"passed","time":{"start":1728682614307,"stop":1728682614307,"duration":0}},{"uid":"e8de049354398154","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e8de049354398154","status":"passed","time":{"start":1728682187090,"stop":1728682187090,"duration":0}},{"uid":"ec0125b9dea4f2a6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec0125b9dea4f2a6","status":"passed","time":{"start":1728676661486,"stop":1728676661486,"duration":0}},{"uid":"295e2b159234d0e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/295e2b159234d0e5","status":"passed","time":{"start":1728669384660,"stop":1728669384660,"duration":0}},{"uid":"acedc4ef1e3f569d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/acedc4ef1e3f569d","status":"passed","time":{"start":1728597724233,"stop":1728597724233,"duration":0}},{"uid":"903085ff61c629bf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/903085ff61c629bf","status":"passed","time":{"start":1728596943281,"stop":1728596943281,"duration":0}}]},"tags":[]},"source":"37be292f74d2eaa.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9386a1540555865a.json b/7588/data/test-cases/37f2b9731495019b.json similarity index 80% rename from 7556/data/test-cases/9386a1540555865a.json rename to 7588/data/test-cases/37f2b9731495019b.json index deab821be3e..457dc0808f9 100644 --- a/7556/data/test-cases/9386a1540555865a.json +++ b/7588/data/test-cases/37f2b9731495019b.json @@ -1 +1 @@ -{"uid":"9386a1540555865a","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":1728457448615,"stop":1728457448615,"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":6,"passed":0,"unknown":0,"total":6},"items":[{"uid":"320704aa2e447ca5","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/320704aa2e447ca5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456402386,"stop":1728456402386,"duration":0}},{"uid":"152b02ec282476ad","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/152b02ec282476ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456120428,"stop":1728456120428,"duration":0}},{"uid":"296a45b37693bde4","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/296a45b37693bde4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456038369,"stop":1728456038369,"duration":0}},{"uid":"392da9ce83ddd71d","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/392da9ce83ddd71d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728455403822,"stop":1728455403822,"duration":0}},{"uid":"1df2bc4ea1ae7d59","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/1df2bc4ea1ae7d59","status":"skipped","statusDetails":"Test ignored","time":{"start":1728452400283,"stop":1728452400283,"duration":0}}]},"tags":[]},"source":"9386a1540555865a.json","parameterValues":[]} \ No newline at end of file +{"uid":"37f2b9731495019b","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":1729034611664,"stop":1729034611664,"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"194001dd36eaac62","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/194001dd36eaac62","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034393644,"stop":1729034393644,"duration":0}},{"uid":"ee324c45712d52b9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ee324c45712d52b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034304839,"stop":1729034304839,"duration":0}},{"uid":"513a4f33ae102ccd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/513a4f33ae102ccd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121909,"stop":1729034121910,"duration":1}},{"uid":"5b3a552ed5ad0708","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b3a552ed5ad0708","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174842,"stop":1729032174843,"duration":1}},{"uid":"b8b2f5281c32c909","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8b2f5281c32c909","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881011,"stop":1728901881011,"duration":0}},{"uid":"7663a1f90e367a47","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7663a1f90e367a47","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317161,"stop":1728893317162,"duration":1}},{"uid":"551b807732941def","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/551b807732941def","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263099,"stop":1728856263099,"duration":0}},{"uid":"5a616d94a0f48b29","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a616d94a0f48b29","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492798,"stop":1728738492798,"duration":0}},{"uid":"b81d44270e3420f3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b81d44270e3420f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030021,"stop":1728683030021,"duration":0}},{"uid":"f73caf36d3b94dde","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f73caf36d3b94dde","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581102,"stop":1728682581102,"duration":0}},{"uid":"13638d543d7c5fa4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/13638d543d7c5fa4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677081995,"stop":1728677081995,"duration":0}},{"uid":"9f8475d7265f01c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9f8475d7265f01c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795394,"stop":1728669795394,"duration":0}},{"uid":"765dfc0d5e457690","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/765dfc0d5e457690","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137503,"stop":1728598137503,"duration":0}},{"uid":"3552cb6692143ddc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3552cb6692143ddc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353479,"stop":1728597353479,"duration":0}}]},"tags":[]},"source":"37f2b9731495019b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/504ccdeb5590cbf9.json b/7588/data/test-cases/38345e1e2d24eea7.json similarity index 88% rename from 7556/data/test-cases/504ccdeb5590cbf9.json rename to 7588/data/test-cases/38345e1e2d24eea7.json index 50231b2c467..2088a3907f7 100644 --- a/7556/data/test-cases/504ccdeb5590cbf9.json +++ b/7588/data/test-cases/38345e1e2d24eea7.json @@ -1 +1 @@ -{"uid":"504ccdeb5590cbf9","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":1728457510456,"stop":1728457510456,"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":6,"unknown":0,"total":6},"items":[{"uid":"93bc10dae3f6e976","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/93bc10dae3f6e976","status":"passed","time":{"start":1728456448214,"stop":1728456448215,"duration":1}},{"uid":"dae0e225b7bf987c","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/dae0e225b7bf987c","status":"passed","time":{"start":1728456195703,"stop":1728456195703,"duration":0}},{"uid":"b892d3f5ac5a2a2f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b892d3f5ac5a2a2f","status":"passed","time":{"start":1728456166710,"stop":1728456166710,"duration":0}},{"uid":"5148d73902f42f8e","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/5148d73902f42f8e","status":"passed","time":{"start":1728455516734,"stop":1728455516734,"duration":0}},{"uid":"b55d189b431b05d2","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b55d189b431b05d2","status":"passed","time":{"start":1728452508947,"stop":1728452508947,"duration":0}}]},"tags":[]},"source":"504ccdeb5590cbf9.json","parameterValues":[]} \ No newline at end of file +{"uid":"38345e1e2d24eea7","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":1729034631259,"stop":1729034631259,"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":15,"unknown":0,"total":15},"items":[{"uid":"86cee1d2fc9b70d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/86cee1d2fc9b70d1","status":"passed","time":{"start":1729034400895,"stop":1729034400895,"duration":0}},{"uid":"82c521d3f021aaf8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/82c521d3f021aaf8","status":"passed","time":{"start":1729034317486,"stop":1729034317486,"duration":0}},{"uid":"dee2f09078d3a946","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dee2f09078d3a946","status":"passed","time":{"start":1729034137147,"stop":1729034137147,"duration":0}},{"uid":"2525063042840ef0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2525063042840ef0","status":"passed","time":{"start":1729032206880,"stop":1729032206882,"duration":2}},{"uid":"aacfd19899f88337","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aacfd19899f88337","status":"passed","time":{"start":1728901995026,"stop":1728901995026,"duration":0}},{"uid":"5a122e5a593df156","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a122e5a593df156","status":"passed","time":{"start":1728893421003,"stop":1728893421004,"duration":1}},{"uid":"bb810b513606e7f2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bb810b513606e7f2","status":"passed","time":{"start":1728856368602,"stop":1728856368603,"duration":1}},{"uid":"c0df17eab7d42f00","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0df17eab7d42f00","status":"passed","time":{"start":1728738604687,"stop":1728738604688,"duration":1}},{"uid":"4f558209e926d3a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4f558209e926d3a","status":"passed","time":{"start":1728683117643,"stop":1728683117644,"duration":1}},{"uid":"c4b16518f0c1d903","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c4b16518f0c1d903","status":"passed","time":{"start":1728682721323,"stop":1728682721323,"duration":0}},{"uid":"e928207eb2418538","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e928207eb2418538","status":"passed","time":{"start":1728677184689,"stop":1728677184690,"duration":1}},{"uid":"39bdccdf22edd605","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39bdccdf22edd605","status":"passed","time":{"start":1728669866468,"stop":1728669866468,"duration":0}},{"uid":"b63be83fae0849e4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b63be83fae0849e4","status":"passed","time":{"start":1728598250002,"stop":1728598250003,"duration":1}},{"uid":"f78fe69d1cfcab9a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f78fe69d1cfcab9a","status":"passed","time":{"start":1728597472306,"stop":1728597472306,"duration":0}}]},"tags":[]},"source":"38345e1e2d24eea7.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/72b70979819a7108.json b/7588/data/test-cases/383f8d18adbebd81.json similarity index 63% rename from 7556/data/test-cases/72b70979819a7108.json rename to 7588/data/test-cases/383f8d18adbebd81.json index 6c7e883445d..a4450e4c71a 100644 --- a/7556/data/test-cases/72b70979819a7108.json +++ b/7588/data/test-cases/383f8d18adbebd81.json @@ -1 +1 @@ -{"uid":"72b70979819a7108","name":"removeEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with correct event","historyId":"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457245462,"stop":1728457245463,"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":6,"unknown":0,"total":6},"items":[{"uid":"2033ee76bb1141d9","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/2033ee76bb1141d9","status":"passed","time":{"start":1728456216447,"stop":1728456216448,"duration":1}},{"uid":"8ef7916492999584","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/8ef7916492999584","status":"passed","time":{"start":1728455903118,"stop":1728455903118,"duration":0}},{"uid":"5aa440f109297f39","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/5aa440f109297f39","status":"passed","time":{"start":1728455653296,"stop":1728455653296,"duration":0}},{"uid":"c5bad6a5f837637d","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c5bad6a5f837637d","status":"passed","time":{"start":1728455013477,"stop":1728455013477,"duration":0}},{"uid":"cc02d6f157296203","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/cc02d6f157296203","status":"passed","time":{"start":1728452024130,"stop":1728452024131,"duration":1}}]},"tags":[]},"source":"72b70979819a7108.json","parameterValues":[]} \ No newline at end of file +{"uid":"383f8d18adbebd81","name":"removeEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with correct event","historyId":"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034432449,"stop":1729034432450,"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":14,"unknown":0,"total":14},"items":[{"uid":"bea90fc82717ee75","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bea90fc82717ee75","status":"passed","time":{"start":1729034119304,"stop":1729034119304,"duration":0}},{"uid":"cad78f4e01529952","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cad78f4e01529952","status":"passed","time":{"start":1729033933480,"stop":1729033933480,"duration":0}},{"uid":"1a79b4b2195b8fd8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a79b4b2195b8fd8","status":"passed","time":{"start":1729031982920,"stop":1729031982920,"duration":0}},{"uid":"f6d6dd0e7556cc9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f6d6dd0e7556cc9","status":"passed","time":{"start":1728901527855,"stop":1728901527856,"duration":1}},{"uid":"f556076de665da5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f556076de665da5a","status":"passed","time":{"start":1728892960139,"stop":1728892960140,"duration":1}},{"uid":"30fa1cced54b32e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30fa1cced54b32e","status":"passed","time":{"start":1728855921714,"stop":1728855921714,"duration":0}},{"uid":"e3e13a54fbf93bd0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e3e13a54fbf93bd0","status":"passed","time":{"start":1728738138432,"stop":1728738138432,"duration":0}},{"uid":"a7eddbbf49e718ec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a7eddbbf49e718ec","status":"passed","time":{"start":1728682672252,"stop":1728682672252,"duration":0}},{"uid":"119bedf9946132b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/119bedf9946132b4","status":"passed","time":{"start":1728682245074,"stop":1728682245074,"duration":0}},{"uid":"b45b1ef9dff2624d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b45b1ef9dff2624d","status":"passed","time":{"start":1728676721299,"stop":1728676721300,"duration":1}},{"uid":"27ca1d8c582f6214","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/27ca1d8c582f6214","status":"passed","time":{"start":1728669444560,"stop":1728669444561,"duration":1}},{"uid":"73dcfec96f3f31f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/73dcfec96f3f31f","status":"passed","time":{"start":1728597784072,"stop":1728597784073,"duration":1}},{"uid":"794f8030df018ba2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/794f8030df018ba2","status":"passed","time":{"start":1728597001548,"stop":1728597001548,"duration":0}}]},"tags":[]},"source":"383f8d18adbebd81.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/5d68ae6e275b5e45.json b/7588/data/test-cases/386924099e8ac11b.json similarity index 88% rename from 7556/data/test-cases/5d68ae6e275b5e45.json rename to 7588/data/test-cases/386924099e8ac11b.json index fb03db66a54..eb0309f6d44 100644 --- a/7556/data/test-cases/5d68ae6e275b5e45.json +++ b/7588/data/test-cases/386924099e8ac11b.json @@ -1 +1 @@ -{"uid":"5d68ae6e275b5e45","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":1728457473517,"stop":1728457473517,"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":6,"unknown":0,"total":6},"items":[{"uid":"1965a66858cb8542","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/1965a66858cb8542","status":"passed","time":{"start":1728456428363,"stop":1728456428364,"duration":1}},{"uid":"1449946c99cbd9cb","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/1449946c99cbd9cb","status":"passed","time":{"start":1728456157797,"stop":1728456157797,"duration":0}},{"uid":"b5d9ef2f01039a29","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b5d9ef2f01039a29","status":"passed","time":{"start":1728456063536,"stop":1728456063537,"duration":1}},{"uid":"d4d2037a5a48bb87","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/d4d2037a5a48bb87","status":"passed","time":{"start":1728455422525,"stop":1728455422525,"duration":0}},{"uid":"97eebf6c82b39739","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/97eebf6c82b39739","status":"passed","time":{"start":1728452417654,"stop":1728452417654,"duration":0}}]},"tags":[]},"source":"5d68ae6e275b5e45.json","parameterValues":[]} \ No newline at end of file +{"uid":"386924099e8ac11b","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":1729034617756,"stop":1729034617756,"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":15,"unknown":0,"total":15},"items":[{"uid":"22b5132e023f2c05","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22b5132e023f2c05","status":"passed","time":{"start":1729034370864,"stop":1729034370865,"duration":1}},{"uid":"e737d1a017bb7598","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e737d1a017bb7598","status":"passed","time":{"start":1729034308868,"stop":1729034308869,"duration":1}},{"uid":"b8580d4d4d677a38","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b8580d4d4d677a38","status":"passed","time":{"start":1729034129472,"stop":1729034129472,"duration":0}},{"uid":"5b24df57978ead49","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b24df57978ead49","status":"passed","time":{"start":1729032178365,"stop":1729032178366,"duration":1}},{"uid":"f847aac818cb16de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f847aac818cb16de","status":"passed","time":{"start":1728901896344,"stop":1728901896344,"duration":0}},{"uid":"5cc1b51e350b98e9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5cc1b51e350b98e9","status":"passed","time":{"start":1728893329022,"stop":1728893329023,"duration":1}},{"uid":"45f9bd8442db7b65","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/45f9bd8442db7b65","status":"passed","time":{"start":1728856284760,"stop":1728856284760,"duration":0}},{"uid":"648170192525f051","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/648170192525f051","status":"passed","time":{"start":1728738494937,"stop":1728738494938,"duration":1}},{"uid":"7ffcb4c9df19a92e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ffcb4c9df19a92e","status":"passed","time":{"start":1728683033629,"stop":1728683033630,"duration":1}},{"uid":"b3016975e92d9a6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3016975e92d9a6","status":"passed","time":{"start":1728682601734,"stop":1728682601734,"duration":0}},{"uid":"257677c716eb1249","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/257677c716eb1249","status":"passed","time":{"start":1728677107959,"stop":1728677107959,"duration":0}},{"uid":"2f5ed9ceb9080e9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f5ed9ceb9080e9","status":"passed","time":{"start":1728669764749,"stop":1728669764749,"duration":0}},{"uid":"f7327e4a5fc3c4ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f7327e4a5fc3c4ac","status":"passed","time":{"start":1728598157560,"stop":1728598157560,"duration":0}},{"uid":"ede6a1de6fad41a6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ede6a1de6fad41a6","status":"passed","time":{"start":1728597369059,"stop":1728597369059,"duration":0}}]},"tags":[]},"source":"386924099e8ac11b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/f9367e26fd97f00d.json b/7588/data/test-cases/38833d62a5170431.json similarity index 67% rename from 7556/data/test-cases/f9367e26fd97f00d.json rename to 7588/data/test-cases/38833d62a5170431.json index 9d557d6af26..31f8a8d4316 100644 --- a/7556/data/test-cases/f9367e26fd97f00d.json +++ b/7588/data/test-cases/38833d62a5170431.json @@ -1 +1 @@ -{"uid":"f9367e26fd97f00d","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":1728457498404,"stop":1728457498404,"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":6,"unknown":0,"total":6},"items":[{"uid":"bd98f28950481744","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/bd98f28950481744","status":"passed","time":{"start":1728456453421,"stop":1728456453421,"duration":0}},{"uid":"75e81ce1f6bacebe","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/75e81ce1f6bacebe","status":"passed","time":{"start":1728456219579,"stop":1728456219580,"duration":1}},{"uid":"4db04939b2df779b","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4db04939b2df779b","status":"passed","time":{"start":1728456142706,"stop":1728456142707,"duration":1}},{"uid":"7a64bd1a4329cb25","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/7a64bd1a4329cb25","status":"passed","time":{"start":1728455503654,"stop":1728455503654,"duration":0}},{"uid":"88cf9f849e20f693","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/88cf9f849e20f693","status":"passed","time":{"start":1728452472487,"stop":1728452472488,"duration":1}}]},"tags":[]},"source":"f9367e26fd97f00d.json","parameterValues":[]} \ No newline at end of file +{"uid":"38833d62a5170431","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":1729034655441,"stop":1729034655442,"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":15,"unknown":0,"total":15},"items":[{"uid":"658f701fbd22e5cd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/658f701fbd22e5cd","status":"passed","time":{"start":1729034425375,"stop":1729034425376,"duration":1}},{"uid":"6bf02b526f885b07","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6bf02b526f885b07","status":"passed","time":{"start":1729034346107,"stop":1729034346107,"duration":0}},{"uid":"f9367fde23fc9ee2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9367fde23fc9ee2","status":"passed","time":{"start":1729034162414,"stop":1729034162414,"duration":0}},{"uid":"c90c2ec78bbadbc0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c90c2ec78bbadbc0","status":"passed","time":{"start":1729032197321,"stop":1729032197322,"duration":1}},{"uid":"db6aac3f84a6a605","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/db6aac3f84a6a605","status":"passed","time":{"start":1728901899710,"stop":1728901899711,"duration":1}},{"uid":"4827047f60b61217","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4827047f60b61217","status":"passed","time":{"start":1728893334921,"stop":1728893334921,"duration":0}},{"uid":"2d4e22064b2ab76a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d4e22064b2ab76a","status":"passed","time":{"start":1728856288015,"stop":1728856288016,"duration":1}},{"uid":"aa4377a467326aba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa4377a467326aba","status":"passed","time":{"start":1728738501684,"stop":1728738501685,"duration":1}},{"uid":"98c07ccef392b5a7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/98c07ccef392b5a7","status":"passed","time":{"start":1728683044469,"stop":1728683044470,"duration":1}},{"uid":"f2b6c2e48e5f001c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f2b6c2e48e5f001c","status":"passed","time":{"start":1728682619632,"stop":1728682619632,"duration":0}},{"uid":"64763058f818c599","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/64763058f818c599","status":"passed","time":{"start":1728677104177,"stop":1728677104182,"duration":5}},{"uid":"a2afdf5202218333","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a2afdf5202218333","status":"passed","time":{"start":1728669759886,"stop":1728669759886,"duration":0}},{"uid":"4cac040cf391e61c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4cac040cf391e61c","status":"passed","time":{"start":1728598164488,"stop":1728598164489,"duration":1}},{"uid":"339f9c8eb8640d93","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/339f9c8eb8640d93","status":"passed","time":{"start":1728597385263,"stop":1728597385264,"duration":1}}]},"tags":[]},"source":"38833d62a5170431.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/3889080da7fdfe23.json b/7588/data/test-cases/3889080da7fdfe23.json new file mode 100644 index 00000000000..aa1dd9dc073 --- /dev/null +++ b/7588/data/test-cases/3889080da7fdfe23.json @@ -0,0 +1 @@ +{"uid":"3889080da7fdfe23","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":1729034435411,"stop":1729034435412,"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":15,"unknown":0,"total":15},"items":[{"uid":"1f2240038a3c689a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1f2240038a3c689a","status":"passed","time":{"start":1729034202096,"stop":1729034202096,"duration":0}},{"uid":"a46c47c8395a6e43","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a46c47c8395a6e43","status":"passed","time":{"start":1729034126112,"stop":1729034126112,"duration":0}},{"uid":"2e8a3af46ecfe32d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2e8a3af46ecfe32d","status":"passed","time":{"start":1729033939922,"stop":1729033939922,"duration":0}},{"uid":"b54d695d40e364d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b54d695d40e364d1","status":"passed","time":{"start":1729031988773,"stop":1729031988774,"duration":1}},{"uid":"c9de60c7859ec595","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c9de60c7859ec595","status":"passed","time":{"start":1728901555752,"stop":1728901555753,"duration":1}},{"uid":"c13232b691bc370b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c13232b691bc370b","status":"passed","time":{"start":1728892995571,"stop":1728892995571,"duration":0}},{"uid":"2d6349a57f3ff817","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d6349a57f3ff817","status":"passed","time":{"start":1728855954641,"stop":1728855954642,"duration":1}},{"uid":"715f880946603b55","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/715f880946603b55","status":"passed","time":{"start":1728738169504,"stop":1728738169504,"duration":0}},{"uid":"588e077c4b3361c5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/588e077c4b3361c5","status":"passed","time":{"start":1728682707226,"stop":1728682707227,"duration":1}},{"uid":"af53c42ce9a4305a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af53c42ce9a4305a","status":"passed","time":{"start":1728682285116,"stop":1728682285117,"duration":1}},{"uid":"642933ae1443eba6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/642933ae1443eba6","status":"passed","time":{"start":1728676761148,"stop":1728676761148,"duration":0}},{"uid":"f742e1676ef09bff","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f742e1676ef09bff","status":"passed","time":{"start":1728669488935,"stop":1728669488935,"duration":0}},{"uid":"dd3d0d4341da97fc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dd3d0d4341da97fc","status":"passed","time":{"start":1728597819560,"stop":1728597819560,"duration":0}},{"uid":"a0e5b16de339ac1e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a0e5b16de339ac1e","status":"passed","time":{"start":1728597041916,"stop":1728597041917,"duration":1}}]},"tags":[]},"source":"3889080da7fdfe23.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/38b1489aa4195034.json b/7588/data/test-cases/38b1489aa4195034.json new file mode 100644 index 00000000000..0b8aaba007d --- /dev/null +++ b/7588/data/test-cases/38b1489aa4195034.json @@ -0,0 +1 @@ +{"uid":"38b1489aa4195034","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":1729034781181,"stop":1729034781181,"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":14,"unknown":0,"total":14},"items":[{"uid":"a328218dbf597ef7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a328218dbf597ef7","status":"passed","time":{"start":1729034549089,"stop":1729034549089,"duration":0}},{"uid":"16b6305e11edf141","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/16b6305e11edf141","status":"passed","time":{"start":1729034468678,"stop":1729034468678,"duration":0}},{"uid":"58b71d632173ef6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/58b71d632173ef6c","status":"passed","time":{"start":1729032344623,"stop":1729032344623,"duration":0}},{"uid":"38424e4f09e5b334","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38424e4f09e5b334","status":"passed","time":{"start":1728902062113,"stop":1728902062113,"duration":0}},{"uid":"b5518888691786b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5518888691786b2","status":"passed","time":{"start":1728893496347,"stop":1728893496347,"duration":0}},{"uid":"e43f3d879386ca2d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e43f3d879386ca2d","status":"passed","time":{"start":1728856449983,"stop":1728856449984,"duration":1}},{"uid":"bf272e4526cf6224","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf272e4526cf6224","status":"passed","time":{"start":1728738669753,"stop":1728738669753,"duration":0}},{"uid":"bbeaca78e8c2d2b5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bbeaca78e8c2d2b5","status":"passed","time":{"start":1728683209698,"stop":1728683209698,"duration":0}},{"uid":"257fb9c6ab8d50e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/257fb9c6ab8d50e4","status":"passed","time":{"start":1728682772285,"stop":1728682772285,"duration":0}},{"uid":"9a9b0ba8a8843ef3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a9b0ba8a8843ef3","status":"passed","time":{"start":1728677264668,"stop":1728677264669,"duration":1}},{"uid":"bb37c889f39f2349","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb37c889f39f2349","status":"passed","time":{"start":1728669943369,"stop":1728669943369,"duration":0}},{"uid":"f64e67f5edbf9b6a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f64e67f5edbf9b6a","status":"passed","time":{"start":1728598324828,"stop":1728598324829,"duration":1}},{"uid":"47216b84c5fdf7f2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47216b84c5fdf7f2","status":"passed","time":{"start":1728597540223,"stop":1728597540224,"duration":1}}]},"tags":[]},"source":"38b1489aa4195034.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2e9d54a83616b0eb.json b/7588/data/test-cases/38be0563896f7a4b.json similarity index 81% rename from 7556/data/test-cases/2e9d54a83616b0eb.json rename to 7588/data/test-cases/38be0563896f7a4b.json index 67fac64c598..33142dcba0a 100644 --- a/7556/data/test-cases/2e9d54a83616b0eb.json +++ b/7588/data/test-cases/38be0563896f7a4b.json @@ -1 +1 @@ -{"uid":"2e9d54a83616b0eb","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":1728457322391,"stop":1728457322392,"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":6,"unknown":0,"total":6},"items":[{"uid":"540c4a8d98642150","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/540c4a8d98642150","status":"passed","time":{"start":1728456287200,"stop":1728456287204,"duration":4}},{"uid":"ce81ca3d36a5754f","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ce81ca3d36a5754f","status":"passed","time":{"start":1728455980736,"stop":1728455980741,"duration":5}},{"uid":"12223235bb154bfb","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/12223235bb154bfb","status":"passed","time":{"start":1728455789217,"stop":1728455789217,"duration":0}},{"uid":"f74f9e6420713a85","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f74f9e6420713a85","status":"passed","time":{"start":1728455146544,"stop":1728455146544,"duration":0}},{"uid":"a24c75af51d7feaf","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a24c75af51d7feaf","status":"passed","time":{"start":1728452163118,"stop":1728452163120,"duration":2}}]},"tags":[]},"source":"2e9d54a83616b0eb.json","parameterValues":[]} \ No newline at end of file +{"uid":"38be0563896f7a4b","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":1729034506785,"stop":1729034506785,"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":15,"unknown":0,"total":15},"items":[{"uid":"428ecd59b66dc828","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/428ecd59b66dc828","status":"passed","time":{"start":1729034259807,"stop":1729034259807,"duration":0}},{"uid":"b30c1b70d3a9f885","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b30c1b70d3a9f885","status":"passed","time":{"start":1729034194001,"stop":1729034194001,"duration":0}},{"uid":"79c169d9e1eb48aa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79c169d9e1eb48aa","status":"passed","time":{"start":1729034014827,"stop":1729034014832,"duration":5}},{"uid":"fdfe46dbcea96fe0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fdfe46dbcea96fe0","status":"passed","time":{"start":1729032065422,"stop":1729032065422,"duration":0}},{"uid":"c9b7adda659971b0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c9b7adda659971b0","status":"passed","time":{"start":1728901664233,"stop":1728901664234,"duration":1}},{"uid":"c4c4997ef5a9bfa2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c4c4997ef5a9bfa2","status":"passed","time":{"start":1728893093679,"stop":1728893093679,"duration":0}},{"uid":"c334e5eca2abba19","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c334e5eca2abba19","status":"passed","time":{"start":1728856055261,"stop":1728856055262,"duration":1}},{"uid":"3272340b8a5098ac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3272340b8a5098ac","status":"passed","time":{"start":1728738274738,"stop":1728738274738,"duration":0}},{"uid":"a69d567c1889bb45","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a69d567c1889bb45","status":"passed","time":{"start":1728682807946,"stop":1728682807947,"duration":1}},{"uid":"6503efece65f0158","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6503efece65f0158","status":"passed","time":{"start":1728682381278,"stop":1728682381279,"duration":1}},{"uid":"dd719a971f94bc69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd719a971f94bc69","status":"passed","time":{"start":1728676853891,"stop":1728676853892,"duration":1}},{"uid":"b9e43e383334a54a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b9e43e383334a54a","status":"passed","time":{"start":1728669581681,"stop":1728669581681,"duration":0}},{"uid":"96747f069a92a9a3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/96747f069a92a9a3","status":"passed","time":{"start":1728597923459,"stop":1728597923459,"duration":0}},{"uid":"83b70459cc1688ba","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/83b70459cc1688ba","status":"passed","time":{"start":1728597132257,"stop":1728597132257,"duration":0}}]},"tags":[]},"source":"38be0563896f7a4b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/b0bcac8f2aff5bf9.json b/7588/data/test-cases/38e4e348d549d9d4.json similarity index 63% rename from 7556/data/test-cases/b0bcac8f2aff5bf9.json rename to 7588/data/test-cases/38e4e348d549d9d4.json index c200b6613a0..47cb2024182 100644 --- a/7556/data/test-cases/b0bcac8f2aff5bf9.json +++ b/7588/data/test-cases/38e4e348d549d9d4.json @@ -1 +1 @@ -{"uid":"b0bcac8f2aff5bf9","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":1728457287384,"stop":1728457287385,"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},{"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},{"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":6,"unknown":0,"total":6},"items":[{"uid":"a902b58703fee0b8","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a902b58703fee0b8","status":"passed","time":{"start":1728456254890,"stop":1728456254890,"duration":0}},{"uid":"855bcc29387b5f6e","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/855bcc29387b5f6e","status":"passed","time":{"start":1728455947170,"stop":1728455947170,"duration":0}},{"uid":"41373f28fd3f0b7e","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/41373f28fd3f0b7e","status":"passed","time":{"start":1728455739583,"stop":1728455739584,"duration":1}},{"uid":"101b70335d9129ed","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/101b70335d9129ed","status":"passed","time":{"start":1728455100713,"stop":1728455100713,"duration":0}},{"uid":"15b3d9c59d5660b9","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/15b3d9c59d5660b9","status":"passed","time":{"start":1728452095291,"stop":1728452095292,"duration":1}}]},"tags":[]},"source":"b0bcac8f2aff5bf9.json","parameterValues":[]} \ No newline at end of file +{"uid":"38e4e348d549d9d4","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":1729034470387,"stop":1729034470387,"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},{"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},{"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":15,"unknown":0,"total":15},"items":[{"uid":"98abdec1fb31bc15","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/98abdec1fb31bc15","status":"passed","time":{"start":1729034238409,"stop":1729034238409,"duration":0}},{"uid":"2bb9213a238f9b34","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2bb9213a238f9b34","status":"passed","time":{"start":1729034157652,"stop":1729034157653,"duration":1}},{"uid":"f77d2dc2c437401f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f77d2dc2c437401f","status":"passed","time":{"start":1729033974450,"stop":1729033974451,"duration":1}},{"uid":"85ea6bab787e3fa4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/85ea6bab787e3fa4","status":"passed","time":{"start":1729032027761,"stop":1729032027763,"duration":2}},{"uid":"fcc7186db2cac863","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fcc7186db2cac863","status":"passed","time":{"start":1728901614543,"stop":1728901614544,"duration":1}},{"uid":"25ada74b9b96e34c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25ada74b9b96e34c","status":"passed","time":{"start":1728893048595,"stop":1728893048596,"duration":1}},{"uid":"7fd88a679b06cadd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7fd88a679b06cadd","status":"passed","time":{"start":1728856013558,"stop":1728856013559,"duration":1}},{"uid":"1aebd7c3fcf8b6d7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1aebd7c3fcf8b6d7","status":"passed","time":{"start":1728738231631,"stop":1728738231631,"duration":0}},{"uid":"e85254bddaf454e2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e85254bddaf454e2","status":"passed","time":{"start":1728682761071,"stop":1728682761072,"duration":1}},{"uid":"ea98258dbf00974d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea98258dbf00974d","status":"passed","time":{"start":1728682330631,"stop":1728682330632,"duration":1}},{"uid":"855aba50d0bb5b72","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/855aba50d0bb5b72","status":"passed","time":{"start":1728676808323,"stop":1728676808324,"duration":1}},{"uid":"eefd20eb0c4b6331","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eefd20eb0c4b6331","status":"passed","time":{"start":1728669528227,"stop":1728669528228,"duration":1}},{"uid":"be79310ac863e96d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/be79310ac863e96d","status":"passed","time":{"start":1728597872226,"stop":1728597872227,"duration":1}},{"uid":"1ef7954338584b9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ef7954338584b9","status":"passed","time":{"start":1728597087685,"stop":1728597087685,"duration":0}}]},"tags":[]},"source":"38e4e348d549d9d4.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/93aaab002d98bc85.json b/7588/data/test-cases/393c7ed1dae02240.json similarity index 96% rename from 7556/data/test-cases/93aaab002d98bc85.json rename to 7588/data/test-cases/393c7ed1dae02240.json index 979890efa62..602b4258160 100644 --- a/7556/data/test-cases/93aaab002d98bc85.json +++ b/7588/data/test-cases/393c7ed1dae02240.json @@ -1 +1 @@ -{"uid":"93aaab002d98bc85","name":"Publish message with custom timestamp: Wed Oct 09 2024 08:04:33 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Wed Oct 09 2024 08:04:33 GMT+0000 (Coordinated Universal Time)","historyId":"8be65e25172da1005ef83a46b901aeeb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457481274,"stop":1728457481278,"duration":4},"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":"93aaab002d98bc85.json","parameterValues":[]} \ No newline at end of file +{"uid":"393c7ed1dae02240","name":"Publish message with custom timestamp: Wed Oct 16 2024 00:23:47 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Wed Oct 16 2024 00:23:47 GMT+0000 (Coordinated Universal Time)","historyId":"e93522f0b0bc7c4abda97b21c9e4cd7d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034636315,"stop":1729034636316,"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":"393c7ed1dae02240.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/39e2fec861e2d580.json b/7588/data/test-cases/39e2fec861e2d580.json new file mode 100644 index 00000000000..bec709f501f --- /dev/null +++ b/7588/data/test-cases/39e2fec861e2d580.json @@ -0,0 +1 @@ +{"uid":"39e2fec861e2d580","name":"Using a function","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Bootstrap > Using a function","historyId":"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034728790,"stop":1729034728790,"duration":0},"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":12,"unknown":0,"total":12},"items":[{"uid":"ab53deab1d8f195f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ab53deab1d8f195f","status":"passed","time":{"start":1729034400846,"stop":1729034400846,"duration":0}},{"uid":"8dae1b81bc9b6224","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8dae1b81bc9b6224","status":"passed","time":{"start":1728902045392,"stop":1728902045393,"duration":1}},{"uid":"bad9bf93962e8cfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bad9bf93962e8cfd","status":"passed","time":{"start":1728893481313,"stop":1728893481313,"duration":0}},{"uid":"6e2507d6e535815c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6e2507d6e535815c","status":"passed","time":{"start":1728856434369,"stop":1728856434369,"duration":0}},{"uid":"65677b31018ac723","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/65677b31018ac723","status":"passed","time":{"start":1728738656937,"stop":1728738656937,"duration":0}},{"uid":"bbcdc9b77e7f3dd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bbcdc9b77e7f3dd","status":"passed","time":{"start":1728683172726,"stop":1728683172726,"duration":0}},{"uid":"b9820d29dd3fba70","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b9820d29dd3fba70","status":"passed","time":{"start":1728682747613,"stop":1728682747613,"duration":0}},{"uid":"395a9b7310693818","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/395a9b7310693818","status":"passed","time":{"start":1728677247281,"stop":1728677247281,"duration":0}},{"uid":"c319a9302181aa23","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c319a9302181aa23","status":"passed","time":{"start":1728669917948,"stop":1728669917948,"duration":0}},{"uid":"e1421f0e26a51967","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e1421f0e26a51967","status":"passed","time":{"start":1728598290718,"stop":1728598290719,"duration":1}},{"uid":"b9f44a6d07065476","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b9f44a6d07065476","status":"passed","time":{"start":1728597515859,"stop":1728597515859,"duration":0}}]},"tags":[]},"source":"39e2fec861e2d580.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/41e556bbf127d071.json b/7588/data/test-cases/3a90abcfd8a42992.json similarity index 62% rename from 7556/data/test-cases/41e556bbf127d071.json rename to 7588/data/test-cases/3a90abcfd8a42992.json index 5ccb24f81aa..437262cdcdf 100644 --- a/7556/data/test-cases/41e556bbf127d071.json +++ b/7588/data/test-cases/3a90abcfd8a42992.json @@ -1 +1 @@ -{"uid":"41e556bbf127d071","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":1728457525088,"stop":1728457525089,"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":6,"unknown":0,"total":6},"items":[{"uid":"32f42a159b9913f8","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/32f42a159b9913f8","status":"passed","time":{"start":1728456469479,"stop":1728456469481,"duration":2}},{"uid":"9fcbf2e82540002a","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/9fcbf2e82540002a","status":"passed","time":{"start":1728456237809,"stop":1728456237810,"duration":1}},{"uid":"793ce0a2fec15b5f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/793ce0a2fec15b5f","status":"passed","time":{"start":1728456203067,"stop":1728456203068,"duration":1}},{"uid":"bedf355ad462aa5b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/bedf355ad462aa5b","status":"passed","time":{"start":1728455555323,"stop":1728455555323,"duration":0}},{"uid":"417f69d704e7c061","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/417f69d704e7c061","status":"passed","time":{"start":1728452514197,"stop":1728452514197,"duration":0}}]},"tags":[]},"source":"41e556bbf127d071.json","parameterValues":[]} \ No newline at end of file +{"uid":"3a90abcfd8a42992","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":1729034665578,"stop":1729034665578,"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":15,"unknown":0,"total":15},"items":[{"uid":"3d71e5bac8c99bf5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3d71e5bac8c99bf5","status":"passed","time":{"start":1729034434260,"stop":1729034434261,"duration":1}},{"uid":"a0841dc5801ab041","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a0841dc5801ab041","status":"passed","time":{"start":1729034350156,"stop":1729034350157,"duration":1}},{"uid":"9ee99d1cad77c1d1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ee99d1cad77c1d1","status":"passed","time":{"start":1729034169193,"stop":1729034169194,"duration":1}},{"uid":"9e5736b5a5970c09","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e5736b5a5970c09","status":"passed","time":{"start":1729032228065,"stop":1729032228066,"duration":1}},{"uid":"4086aaccc794d38","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4086aaccc794d38","status":"passed","time":{"start":1728901947145,"stop":1728901947146,"duration":1}},{"uid":"a60060d3627e25da","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a60060d3627e25da","status":"passed","time":{"start":1728893380057,"stop":1728893380057,"duration":0}},{"uid":"54547d7a8f2dc7f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/54547d7a8f2dc7f","status":"passed","time":{"start":1728856336879,"stop":1728856336879,"duration":0}},{"uid":"9ecefa05bbc0fdc4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ecefa05bbc0fdc4","status":"passed","time":{"start":1728738551163,"stop":1728738551163,"duration":0}},{"uid":"a57d9fbafe2597fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a57d9fbafe2597fd","status":"passed","time":{"start":1728683095875,"stop":1728683095875,"duration":0}},{"uid":"5153ae9e1fd7c325","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5153ae9e1fd7c325","status":"passed","time":{"start":1728682657386,"stop":1728682657387,"duration":1}},{"uid":"556d5b0dc2851a0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/556d5b0dc2851a0e","status":"passed","time":{"start":1728677151464,"stop":1728677151465,"duration":1}},{"uid":"7d7975f84a4ff4b3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7d7975f84a4ff4b3","status":"passed","time":{"start":1728669832892,"stop":1728669832893,"duration":1}},{"uid":"3d2c0407494d7b1c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3d2c0407494d7b1c","status":"passed","time":{"start":1728598215607,"stop":1728598215609,"duration":2}},{"uid":"cd0f1ab90c1a7214","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd0f1ab90c1a7214","status":"passed","time":{"start":1728597425042,"stop":1728597425042,"duration":0}}]},"tags":[]},"source":"3a90abcfd8a42992.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/810f59eb5d7e525e.json b/7588/data/test-cases/3ab0b99b6e7859a4.json similarity index 59% rename from 7556/data/test-cases/810f59eb5d7e525e.json rename to 7588/data/test-cases/3ab0b99b6e7859a4.json index 9db6339bfcf..ce7b397c5e1 100644 --- a/7556/data/test-cases/810f59eb5d7e525e.json +++ b/7588/data/test-cases/3ab0b99b6e7859a4.json @@ -1 +1 @@ -{"uid":"810f59eb5d7e525e","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":1728457215708,"stop":1728457215711,"duration":3},"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":6,"unknown":0,"total":6},"items":[{"uid":"b235e324cfc5605","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/b235e324cfc5605","status":"passed","time":{"start":1728456193479,"stop":1728456193480,"duration":1}},{"uid":"45dbcc02d9a6b129","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/45dbcc02d9a6b129","status":"passed","time":{"start":1728455873820,"stop":1728455873820,"duration":0}},{"uid":"f6c91f45ea91b71a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/f6c91f45ea91b71a","status":"passed","time":{"start":1728455625298,"stop":1728455625298,"duration":0}},{"uid":"b79075b92288228e","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/b79075b92288228e","status":"passed","time":{"start":1728454985182,"stop":1728454985182,"duration":0}},{"uid":"372a2125d860788e","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/372a2125d860788e","status":"passed","time":{"start":1728451999135,"stop":1728451999135,"duration":0}}]},"tags":[]},"source":"810f59eb5d7e525e.json","parameterValues":[]} \ No newline at end of file +{"uid":"3ab0b99b6e7859a4","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":1729034408862,"stop":1729034408863,"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":15,"unknown":0,"total":15},"items":[{"uid":"c02264afc0d96c95","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c02264afc0d96c95","status":"passed","time":{"start":1729034166252,"stop":1729034166253,"duration":1}},{"uid":"6ed4e89ef9325150","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6ed4e89ef9325150","status":"passed","time":{"start":1729034096711,"stop":1729034096713,"duration":2}},{"uid":"b39f5ce152724ab7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b39f5ce152724ab7","status":"passed","time":{"start":1729033904743,"stop":1729033904743,"duration":0}},{"uid":"77cc12dd2f412f5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/77cc12dd2f412f5d","status":"passed","time":{"start":1729031952291,"stop":1729031952291,"duration":0}},{"uid":"419480e0c9ef848c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/419480e0c9ef848c","status":"passed","time":{"start":1728901498545,"stop":1728901498545,"duration":0}},{"uid":"419fa74105fea434","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/419fa74105fea434","status":"passed","time":{"start":1728892934938,"stop":1728892934938,"duration":0}},{"uid":"b2426fa5e6cc3480","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2426fa5e6cc3480","status":"passed","time":{"start":1728855901074,"stop":1728855901076,"duration":2}},{"uid":"76fd970e5441d781","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76fd970e5441d781","status":"passed","time":{"start":1728738109811,"stop":1728738109812,"duration":1}},{"uid":"51599af360455ca6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/51599af360455ca6","status":"passed","time":{"start":1728682641759,"stop":1728682641760,"duration":1}},{"uid":"323da70117e09780","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/323da70117e09780","status":"passed","time":{"start":1728682224037,"stop":1728682224051,"duration":14}},{"uid":"8a1db0d76b850a6f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a1db0d76b850a6f","status":"passed","time":{"start":1728676692586,"stop":1728676692587,"duration":1}},{"uid":"f1601a8aee640a92","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f1601a8aee640a92","status":"passed","time":{"start":1728669414283,"stop":1728669414285,"duration":2}},{"uid":"ee722952cf90304c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ee722952cf90304c","status":"passed","time":{"start":1728597758154,"stop":1728597758155,"duration":1}},{"uid":"8251f50f042b07f1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8251f50f042b07f1","status":"passed","time":{"start":1728596973958,"stop":1728596973958,"duration":0}}]},"tags":[]},"source":"3ab0b99b6e7859a4.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/17a4d2498356d6c8.json b/7588/data/test-cases/3adc90b86effd2ab.json similarity index 97% rename from 7556/data/test-cases/17a4d2498356d6c8.json rename to 7588/data/test-cases/3adc90b86effd2ab.json index 61d7e419c48..bd52ed939a0 100644 --- a/7556/data/test-cases/17a4d2498356d6c8.json +++ b/7588/data/test-cases/3adc90b86effd2ab.json @@ -1 +1 @@ -{"uid":"17a4d2498356d6c8","name":"random static sharding 7 - Cluster ID: 773, Shard ID: 151","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 7 - Cluster ID: 773, Shard ID: 151","historyId":"02ec4379f125a4dffd93b8be9eca6ba2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457528780,"stop":1728457528781,"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":"17a4d2498356d6c8.json","parameterValues":[]} \ No newline at end of file +{"uid":"3adc90b86effd2ab","name":"random static sharding 8 - Cluster ID: 160, Shard ID: 792","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 8 - Cluster ID: 160, Shard ID: 792","historyId":"59a462b27ef892fa5a388ef8dabe696d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034668608,"stop":1729034668608,"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":"3adc90b86effd2ab.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9c3e9ca11b07d4d9.json b/7588/data/test-cases/3b506127ae3e5abc.json similarity index 85% rename from 7556/data/test-cases/9c3e9ca11b07d4d9.json rename to 7588/data/test-cases/3b506127ae3e5abc.json index 548638ba50c..01646a3195c 100644 --- a/7556/data/test-cases/9c3e9ca11b07d4d9.json +++ b/7588/data/test-cases/3b506127ae3e5abc.json @@ -1 +1 @@ -{"uid":"9c3e9ca11b07d4d9","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":1728457537120,"stop":1728457537121,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"3cc40cd2919c4504","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/3cc40cd2919c4504","status":"passed","time":{"start":1728456499086,"stop":1728456499089,"duration":3}},{"uid":"b997d03bbbcf0edc","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/b997d03bbbcf0edc","status":"passed","time":{"start":1728456215069,"stop":1728456215069,"duration":0}},{"uid":"fb96163f7f127a75","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/fb96163f7f127a75","status":"passed","time":{"start":1728456167123,"stop":1728456167123,"duration":0}},{"uid":"925dea80a162a723","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/925dea80a162a723","status":"passed","time":{"start":1728455518177,"stop":1728455518178,"duration":1}},{"uid":"76415d36495737c3","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/76415d36495737c3","status":"passed","time":{"start":1728452534857,"stop":1728452534857,"duration":0}}]},"tags":[]},"source":"9c3e9ca11b07d4d9.json","parameterValues":[]} \ No newline at end of file +{"uid":"3b506127ae3e5abc","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":1729034704490,"stop":1729034704490,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"cdf986c60bd6cde4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cdf986c60bd6cde4","status":"passed","time":{"start":1729034474978,"stop":1729034474978,"duration":0}},{"uid":"58233a0ca5959a7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/58233a0ca5959a7","status":"passed","time":{"start":1729034395286,"stop":1729034395286,"duration":0}},{"uid":"782c3805f6976a7f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/782c3805f6976a7f","status":"passed","time":{"start":1729034209087,"stop":1729034209088,"duration":1}},{"uid":"4c8386670423d81f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c8386670423d81f","status":"passed","time":{"start":1729032264557,"stop":1729032264557,"duration":0}},{"uid":"7f42cf45da267184","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f42cf45da267184","status":"passed","time":{"start":1728902012832,"stop":1728902012832,"duration":0}},{"uid":"abf48fbbdcc96269","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/abf48fbbdcc96269","status":"passed","time":{"start":1728893454805,"stop":1728893454806,"duration":1}},{"uid":"d0a1bcd4c4cb2d96","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d0a1bcd4c4cb2d96","status":"passed","time":{"start":1728856408447,"stop":1728856408447,"duration":0}},{"uid":"898fad7b83ad9fe2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/898fad7b83ad9fe2","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"b40bdf20756426f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b40bdf20756426f4","status":"passed","time":{"start":1728683159731,"stop":1728683159733,"duration":2}},{"uid":"7ac6a9dc3a02a3bd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ac6a9dc3a02a3bd","status":"passed","time":{"start":1728682751323,"stop":1728682751323,"duration":0}},{"uid":"9a863d6e3e289dec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a863d6e3e289dec","status":"passed","time":{"start":1728677216350,"stop":1728677216350,"duration":0}},{"uid":"393935e481fcc1ba","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/393935e481fcc1ba","status":"passed","time":{"start":1728669925448,"stop":1728669925448,"duration":0}},{"uid":"a736fb122219f38e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a736fb122219f38e","status":"passed","time":{"start":1728598268795,"stop":1728598268796,"duration":1}},{"uid":"c9d461831e82d232","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9d461831e82d232","status":"passed","time":{"start":1728597503898,"stop":1728597503899,"duration":1}}]},"tags":[]},"source":"3b506127ae3e5abc.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/3b88858ddb3adab6.json b/7588/data/test-cases/3b88858ddb3adab6.json new file mode 100644 index 00000000000..c16664d5031 --- /dev/null +++ b/7588/data/test-cases/3b88858ddb3adab6.json @@ -0,0 +1 @@ +{"uid":"3b88858ddb3adab6","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":1729034348576,"stop":1729034348577,"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":15,"unknown":0,"total":15},"items":[{"uid":"4b780dfd8365ba14","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4b780dfd8365ba14","status":"passed","time":{"start":1729034112387,"stop":1729034112387,"duration":0}},{"uid":"b240c2a7ff4ac6bb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b240c2a7ff4ac6bb","status":"passed","time":{"start":1729034035614,"stop":1729034035614,"duration":0}},{"uid":"7900b7379a879674","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7900b7379a879674","status":"passed","time":{"start":1729033850404,"stop":1729033850405,"duration":1}},{"uid":"424c9096f89b7d6a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/424c9096f89b7d6a","status":"passed","time":{"start":1729031899689,"stop":1729031899689,"duration":0}},{"uid":"b7c651ce3ba0c44f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c651ce3ba0c44f","status":"passed","time":{"start":1728901445801,"stop":1728901445802,"duration":1}},{"uid":"4eb7a0e97325ab46","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4eb7a0e97325ab46","status":"passed","time":{"start":1728892876333,"stop":1728892876333,"duration":0}},{"uid":"62ae3324c7cd1f00","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62ae3324c7cd1f00","status":"passed","time":{"start":1728855838897,"stop":1728855838897,"duration":0}},{"uid":"9ae64db4e25049c0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ae64db4e25049c0","status":"passed","time":{"start":1728738055941,"stop":1728738055941,"duration":0}},{"uid":"994faade168d7dfd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/994faade168d7dfd","status":"passed","time":{"start":1728682589825,"stop":1728682589825,"duration":0}},{"uid":"21ce7539bba96c21","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/21ce7539bba96c21","status":"passed","time":{"start":1728682162267,"stop":1728682162268,"duration":1}},{"uid":"34162da2f573f4bb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34162da2f573f4bb","status":"passed","time":{"start":1728676637064,"stop":1728676637064,"duration":0}},{"uid":"7c992148558ae","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7c992148558ae","status":"passed","time":{"start":1728669360434,"stop":1728669360434,"duration":0}},{"uid":"d0beba729e334586","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d0beba729e334586","status":"passed","time":{"start":1728597700985,"stop":1728597700986,"duration":1}},{"uid":"c58e810d568b552a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c58e810d568b552a","status":"passed","time":{"start":1728596920268,"stop":1728596920268,"duration":0}}]},"tags":[]},"source":"3b88858ddb3adab6.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/3c7089d31d3560e6.json b/7588/data/test-cases/3c7089d31d3560e6.json new file mode 100644 index 00000000000..f9593350ca3 --- /dev/null +++ b/7588/data/test-cases/3c7089d31d3560e6.json @@ -0,0 +1 @@ +{"uid":"3c7089d31d3560e6","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":1729034693196,"stop":1729034693196,"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":15,"unknown":0,"total":15},"items":[{"uid":"bbb51bd3e7642131","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bbb51bd3e7642131","status":"passed","time":{"start":1729034468599,"stop":1729034468600,"duration":1}},{"uid":"5b3ad431d9168657","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5b3ad431d9168657","status":"passed","time":{"start":1729034383198,"stop":1729034383199,"duration":1}},{"uid":"3054b3ae4c34ff68","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3054b3ae4c34ff68","status":"passed","time":{"start":1729034203621,"stop":1729034203621,"duration":0}},{"uid":"41239c776ea58d3b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/41239c776ea58d3b","status":"passed","time":{"start":1729032256253,"stop":1729032256253,"duration":0}},{"uid":"ed9a76089a8a79d7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ed9a76089a8a79d7","status":"passed","time":{"start":1728902016653,"stop":1728902016654,"duration":1}},{"uid":"d8a46e4486703286","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d8a46e4486703286","status":"passed","time":{"start":1728893448585,"stop":1728893448586,"duration":1}},{"uid":"9306bc6d6d8e6c9b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9306bc6d6d8e6c9b","status":"passed","time":{"start":1728856401308,"stop":1728856401308,"duration":0}},{"uid":"23ef0af5ffe5ef6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23ef0af5ffe5ef6","status":"passed","time":{"start":1728738624654,"stop":1728738624654,"duration":0}},{"uid":"d5ea27ea5c2e4581","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d5ea27ea5c2e4581","status":"passed","time":{"start":1728683154298,"stop":1728683154299,"duration":1}},{"uid":"facae5352a6e1b10","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/facae5352a6e1b10","status":"passed","time":{"start":1728682726615,"stop":1728682726615,"duration":0}},{"uid":"cd51d6f0161242b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cd51d6f0161242b3","status":"passed","time":{"start":1728677221173,"stop":1728677221174,"duration":1}},{"uid":"f9b2b9b28c68e0f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f9b2b9b28c68e0f9","status":"passed","time":{"start":1728669902840,"stop":1728669902840,"duration":0}},{"uid":"7066f216f98b9b74","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7066f216f98b9b74","status":"passed","time":{"start":1728598275772,"stop":1728598275773,"duration":1}},{"uid":"c04a0bc15e25b28f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c04a0bc15e25b28f","status":"passed","time":{"start":1728597495945,"stop":1728597495945,"duration":0}}]},"tags":[]},"source":"3c7089d31d3560e6.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3714b782d5ee7af5.json b/7588/data/test-cases/3ca24f99a1a9dc24.json similarity index 50% rename from 7556/data/test-cases/3714b782d5ee7af5.json rename to 7588/data/test-cases/3ca24f99a1a9dc24.json index a2917240fff..26e08389c0a 100644 --- a/7556/data/test-cases/3714b782d5ee7af5.json +++ b/7588/data/test-cases/3ca24f99a1a9dc24.json @@ -1 +1 @@ -{"uid":"3714b782d5ee7af5","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":1728457289888,"stop":1728457289889,"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":6,"unknown":0,"total":6},"items":[{"uid":"7cb8af4b194383c4","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/7cb8af4b194383c4","status":"passed","time":{"start":1728456257100,"stop":1728456257101,"duration":1}},{"uid":"f65f1219c7edf3d8","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f65f1219c7edf3d8","status":"passed","time":{"start":1728455949858,"stop":1728455949858,"duration":0}},{"uid":"1bd635d35fc4b348","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/1bd635d35fc4b348","status":"passed","time":{"start":1728455741444,"stop":1728455741445,"duration":1}},{"uid":"a6997bdc5d303659","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a6997bdc5d303659","status":"passed","time":{"start":1728455102312,"stop":1728455102312,"duration":0}},{"uid":"dd78d98d6d0acaa2","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/dd78d98d6d0acaa2","status":"passed","time":{"start":1728452170807,"stop":1728452170807,"duration":0}}]},"tags":[]},"source":"3714b782d5ee7af5.json","parameterValues":[]} \ No newline at end of file +{"uid":"3ca24f99a1a9dc24","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":1729034472939,"stop":1729034472940,"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":15,"unknown":0,"total":15},"items":[{"uid":"b726bee060b0b4f0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b726bee060b0b4f0","status":"passed","time":{"start":1729034240907,"stop":1729034240907,"duration":0}},{"uid":"1c7b7a099e38a012","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1c7b7a099e38a012","status":"passed","time":{"start":1729034159610,"stop":1729034159610,"duration":0}},{"uid":"8746634b20d84d28","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8746634b20d84d28","status":"passed","time":{"start":1729033976779,"stop":1729033976781,"duration":2}},{"uid":"ed35549d3aef14f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ed35549d3aef14f","status":"passed","time":{"start":1729032020508,"stop":1729032020508,"duration":0}},{"uid":"518670539a1e7e83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/518670539a1e7e83","status":"passed","time":{"start":1728901616425,"stop":1728901616425,"duration":0}},{"uid":"62d46da163bf63ec","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/62d46da163bf63ec","status":"passed","time":{"start":1728893050240,"stop":1728893050240,"duration":0}},{"uid":"e2c60b091fd26575","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e2c60b091fd26575","status":"passed","time":{"start":1728856015167,"stop":1728856015167,"duration":0}},{"uid":"a8f16505876b968e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a8f16505876b968e","status":"passed","time":{"start":1728738233131,"stop":1728738233131,"duration":0}},{"uid":"474b03de4edc4daa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/474b03de4edc4daa","status":"passed","time":{"start":1728682762462,"stop":1728682762463,"duration":1}},{"uid":"10275d787be6dd9e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/10275d787be6dd9e","status":"passed","time":{"start":1728682332781,"stop":1728682332781,"duration":0}},{"uid":"e6f7e24a0cf4d440","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e6f7e24a0cf4d440","status":"passed","time":{"start":1728676810285,"stop":1728676810286,"duration":1}},{"uid":"659f522009b244db","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/659f522009b244db","status":"passed","time":{"start":1728669529888,"stop":1728669529889,"duration":1}},{"uid":"68a6b852ca95466e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68a6b852ca95466e","status":"passed","time":{"start":1728597873528,"stop":1728597873528,"duration":0}},{"uid":"d03291b7725c228a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d03291b7725c228a","status":"passed","time":{"start":1728597089268,"stop":1728597089269,"duration":1}}]},"tags":[]},"source":"3ca24f99a1a9dc24.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/3cb67a7660c91b2b.json b/7588/data/test-cases/3cb67a7660c91b2b.json new file mode 100644 index 00000000000..d7dbea1ea7a --- /dev/null +++ b/7588/data/test-cases/3cb67a7660c91b2b.json @@ -0,0 +1 @@ +{"uid":"3cb67a7660c91b2b","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":1729034348762,"stop":1729034348762,"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":15,"unknown":0,"total":15},"items":[{"uid":"ece5a82bcb09d7fb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ece5a82bcb09d7fb","status":"passed","time":{"start":1729034112605,"stop":1729034112605,"duration":0}},{"uid":"52fc7429f304b075","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/52fc7429f304b075","status":"passed","time":{"start":1729034035872,"stop":1729034035872,"duration":0}},{"uid":"6750c39ef660a0a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6750c39ef660a0a8","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0}},{"uid":"c7bd2ef73ca9b776","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c7bd2ef73ca9b776","status":"passed","time":{"start":1729031900272,"stop":1729031900272,"duration":0}},{"uid":"71a13ea144476f6b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/71a13ea144476f6b","status":"passed","time":{"start":1728901446177,"stop":1728901446178,"duration":1}},{"uid":"51a53a5c70919c8f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51a53a5c70919c8f","status":"passed","time":{"start":1728892876478,"stop":1728892876478,"duration":0}},{"uid":"ab8f55e015f43b6c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ab8f55e015f43b6c","status":"passed","time":{"start":1728855839199,"stop":1728855839199,"duration":0}},{"uid":"634e1b891ca0fe4e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/634e1b891ca0fe4e","status":"passed","time":{"start":1728738056465,"stop":1728738056465,"duration":0}},{"uid":"d51eb19b0f5e4cab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d51eb19b0f5e4cab","status":"passed","time":{"start":1728682590045,"stop":1728682590045,"duration":0}},{"uid":"460200f1d7da71d4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/460200f1d7da71d4","status":"passed","time":{"start":1728682162839,"stop":1728682162839,"duration":0}},{"uid":"3030c25cf37dbe1c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3030c25cf37dbe1c","status":"passed","time":{"start":1728676637412,"stop":1728676637412,"duration":0}},{"uid":"131e586c26ba142e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/131e586c26ba142e","status":"passed","time":{"start":1728669360494,"stop":1728669360494,"duration":0}},{"uid":"7f8b94e421888679","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7f8b94e421888679","status":"passed","time":{"start":1728597701237,"stop":1728597701237,"duration":0}},{"uid":"78a544653e4edd42","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/78a544653e4edd42","status":"passed","time":{"start":1728596920371,"stop":1728596920371,"duration":0}}]},"tags":[]},"source":"3cb67a7660c91b2b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/f50a328ae9a9a8bd.json b/7588/data/test-cases/3d67a4c3b211f2a5.json similarity index 50% rename from 7556/data/test-cases/f50a328ae9a9a8bd.json rename to 7588/data/test-cases/3d67a4c3b211f2a5.json index bfb00b7eab6..1fa7da765bd 100644 --- a/7556/data/test-cases/f50a328ae9a9a8bd.json +++ b/7588/data/test-cases/3d67a4c3b211f2a5.json @@ -1 +1 @@ -{"uid":"f50a328ae9a9a8bd","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":1728457289895,"stop":1728457289896,"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":6,"unknown":0,"total":6},"items":[{"uid":"b2de6445497dacdd","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/b2de6445497dacdd","status":"passed","time":{"start":1728456257108,"stop":1728456257109,"duration":1}},{"uid":"e1ecff27e4a44bb5","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/e1ecff27e4a44bb5","status":"passed","time":{"start":1728455949863,"stop":1728455949863,"duration":0}},{"uid":"64f7612a09c72f2c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/64f7612a09c72f2c","status":"passed","time":{"start":1728455741456,"stop":1728455741457,"duration":1}},{"uid":"a0e649ab7a9b7435","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a0e649ab7a9b7435","status":"passed","time":{"start":1728455102316,"stop":1728455102316,"duration":0}},{"uid":"a05f111bcbce2317","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a05f111bcbce2317","status":"passed","time":{"start":1728452170810,"stop":1728452170811,"duration":1}}]},"tags":[]},"source":"f50a328ae9a9a8bd.json","parameterValues":[]} \ No newline at end of file +{"uid":"3d67a4c3b211f2a5","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":1729034472950,"stop":1729034472950,"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":15,"unknown":0,"total":15},"items":[{"uid":"d10917eba841e9f7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d10917eba841e9f7","status":"passed","time":{"start":1729034240917,"stop":1729034240917,"duration":0}},{"uid":"46434d3f6e4c47dd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/46434d3f6e4c47dd","status":"passed","time":{"start":1729034159614,"stop":1729034159614,"duration":0}},{"uid":"ae0c594a989029a5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae0c594a989029a5","status":"passed","time":{"start":1729033976794,"stop":1729033976796,"duration":2}},{"uid":"f3512cb8587cb6f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f3512cb8587cb6f","status":"passed","time":{"start":1729032020517,"stop":1729032020517,"duration":0}},{"uid":"da3b881b538823db","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da3b881b538823db","status":"passed","time":{"start":1728901616429,"stop":1728901616429,"duration":0}},{"uid":"f9684a7a201849ee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f9684a7a201849ee","status":"passed","time":{"start":1728893050244,"stop":1728893050244,"duration":0}},{"uid":"25f822feee1fdc0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/25f822feee1fdc0","status":"passed","time":{"start":1728856015170,"stop":1728856015170,"duration":0}},{"uid":"1275f7a06a8fcd42","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1275f7a06a8fcd42","status":"passed","time":{"start":1728738233136,"stop":1728738233136,"duration":0}},{"uid":"9ba066847fc1c6b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9ba066847fc1c6b6","status":"passed","time":{"start":1728682762469,"stop":1728682762470,"duration":1}},{"uid":"d01727fe569d9aa7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d01727fe569d9aa7","status":"passed","time":{"start":1728682332785,"stop":1728682332785,"duration":0}},{"uid":"87e46c28caf7565","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87e46c28caf7565","status":"passed","time":{"start":1728676810290,"stop":1728676810290,"duration":0}},{"uid":"1b32ce8e8581dd58","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1b32ce8e8581dd58","status":"passed","time":{"start":1728669529892,"stop":1728669529892,"duration":0}},{"uid":"eb230c26c644de","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb230c26c644de","status":"passed","time":{"start":1728597873533,"stop":1728597873533,"duration":0}},{"uid":"1ede3a10be654b9e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ede3a10be654b9e","status":"passed","time":{"start":1728597089272,"stop":1728597089272,"duration":0}}]},"tags":[]},"source":"3d67a4c3b211f2a5.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3d10e0ae816d9a3a.json b/7588/data/test-cases/3d8f9349d857131f.json similarity index 88% rename from 7556/data/test-cases/3d10e0ae816d9a3a.json rename to 7588/data/test-cases/3d8f9349d857131f.json index 49e3c52bb3a..d1089eee0d1 100644 --- a/7556/data/test-cases/3d10e0ae816d9a3a.json +++ b/7588/data/test-cases/3d8f9349d857131f.json @@ -1 +1 @@ -{"uid":"3d10e0ae816d9a3a","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":1728457510454,"stop":1728457510455,"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":6,"unknown":0,"total":6},"items":[{"uid":"d015f9167e60d615","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/d015f9167e60d615","status":"passed","time":{"start":1728456448211,"stop":1728456448212,"duration":1}},{"uid":"649eb16be5fd3344","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/649eb16be5fd3344","status":"passed","time":{"start":1728456195702,"stop":1728456195702,"duration":0}},{"uid":"e1f4670e33a98e02","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e1f4670e33a98e02","status":"passed","time":{"start":1728456166709,"stop":1728456166709,"duration":0}},{"uid":"71a5fdef6a3b91fd","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/71a5fdef6a3b91fd","status":"passed","time":{"start":1728455516730,"stop":1728455516731,"duration":1}},{"uid":"7edec4ca0b37de26","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/7edec4ca0b37de26","status":"passed","time":{"start":1728452508946,"stop":1728452508946,"duration":0}}]},"tags":[]},"source":"3d10e0ae816d9a3a.json","parameterValues":[]} \ No newline at end of file +{"uid":"3d8f9349d857131f","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":1729034631258,"stop":1729034631258,"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":15,"unknown":0,"total":15},"items":[{"uid":"3101a532018d5989","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3101a532018d5989","status":"passed","time":{"start":1729034400894,"stop":1729034400894,"duration":0}},{"uid":"a2c7bae1649aed10","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a2c7bae1649aed10","status":"passed","time":{"start":1729034317463,"stop":1729034317464,"duration":1}},{"uid":"4b224c5f3fcf2c67","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b224c5f3fcf2c67","status":"passed","time":{"start":1729034137146,"stop":1729034137147,"duration":1}},{"uid":"2ec642087b130bfe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2ec642087b130bfe","status":"passed","time":{"start":1729032206879,"stop":1729032206879,"duration":0}},{"uid":"ddaf205490c27640","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ddaf205490c27640","status":"passed","time":{"start":1728901995025,"stop":1728901995026,"duration":1}},{"uid":"3e221c4c832d4ac7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3e221c4c832d4ac7","status":"passed","time":{"start":1728893421002,"stop":1728893421002,"duration":0}},{"uid":"1e85a4adde006a20","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1e85a4adde006a20","status":"passed","time":{"start":1728856368602,"stop":1728856368602,"duration":0}},{"uid":"88a96a03762bad83","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/88a96a03762bad83","status":"passed","time":{"start":1728738604686,"stop":1728738604686,"duration":0}},{"uid":"dc7f4dc846e26f60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc7f4dc846e26f60","status":"passed","time":{"start":1728683117641,"stop":1728683117642,"duration":1}},{"uid":"7465ec6b8b572651","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7465ec6b8b572651","status":"passed","time":{"start":1728682721322,"stop":1728682721322,"duration":0}},{"uid":"68f7016c0ae199ad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/68f7016c0ae199ad","status":"passed","time":{"start":1728677184688,"stop":1728677184688,"duration":0}},{"uid":"198e4d4ade314c67","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/198e4d4ade314c67","status":"passed","time":{"start":1728669866465,"stop":1728669866467,"duration":2}},{"uid":"8aa191e4c6060df9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8aa191e4c6060df9","status":"passed","time":{"start":1728598249999,"stop":1728598250001,"duration":2}},{"uid":"45e7f21cc6a14528","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/45e7f21cc6a14528","status":"passed","time":{"start":1728597472302,"stop":1728597472305,"duration":3}}]},"tags":[]},"source":"3d8f9349d857131f.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/18cb25782107c445.json b/7588/data/test-cases/3da90664d058291b.json similarity index 80% rename from 7556/data/test-cases/18cb25782107c445.json rename to 7588/data/test-cases/3da90664d058291b.json index 30d758d877b..1750ae73086 100644 --- a/7556/data/test-cases/18cb25782107c445.json +++ b/7588/data/test-cases/3da90664d058291b.json @@ -1 +1 @@ -{"uid":"18cb25782107c445","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":1728457490923,"stop":1728457490924,"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":6,"unknown":0,"total":6},"items":[{"uid":"85c543bb1adeeff9","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/85c543bb1adeeff9","status":"passed","time":{"start":1728456439221,"stop":1728456439222,"duration":1}},{"uid":"b758bc638bf6e072","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/b758bc638bf6e072","status":"passed","time":{"start":1728456209552,"stop":1728456209554,"duration":2}},{"uid":"14bfd253e4681340","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/14bfd253e4681340","status":"passed","time":{"start":1728456126838,"stop":1728456126838,"duration":0}},{"uid":"c6e37d403c0e0bc1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c6e37d403c0e0bc1","status":"passed","time":{"start":1728455481801,"stop":1728455481801,"duration":0}},{"uid":"4f7e808200f0831","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/4f7e808200f0831","status":"passed","time":{"start":1728452438553,"stop":1728452438553,"duration":0}}]},"tags":[]},"source":"18cb25782107c445.json","parameterValues":[]} \ No newline at end of file +{"uid":"3da90664d058291b","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":1729034640523,"stop":1729034640524,"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":15,"unknown":0,"total":15},"items":[{"uid":"b2840595b89c920a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b2840595b89c920a","status":"passed","time":{"start":1729034411423,"stop":1729034411424,"duration":1}},{"uid":"12fc80e9d113165","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/12fc80e9d113165","status":"passed","time":{"start":1729034327403,"stop":1729034327404,"duration":1}},{"uid":"1ded228d114cc53b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ded228d114cc53b","status":"passed","time":{"start":1729034147774,"stop":1729034147774,"duration":0}},{"uid":"26bac947750ef726","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/26bac947750ef726","status":"passed","time":{"start":1729032204828,"stop":1729032204828,"duration":0}},{"uid":"723c1512a4eeb316","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/723c1512a4eeb316","status":"passed","time":{"start":1728901907701,"stop":1728901907701,"duration":0}},{"uid":"b92e4c337fe3df7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b92e4c337fe3df7c","status":"passed","time":{"start":1728893341888,"stop":1728893341889,"duration":1}},{"uid":"f73baedefbef9a2e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f73baedefbef9a2e","status":"passed","time":{"start":1728856299371,"stop":1728856299371,"duration":0}},{"uid":"31e7223290f785f4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/31e7223290f785f4","status":"passed","time":{"start":1728738511617,"stop":1728738511618,"duration":1}},{"uid":"98b1a9793ee6b655","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/98b1a9793ee6b655","status":"passed","time":{"start":1728683052911,"stop":1728683052911,"duration":0}},{"uid":"92d11d985f6d896b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/92d11d985f6d896b","status":"passed","time":{"start":1728682612911,"stop":1728682612911,"duration":0}},{"uid":"77c55e8cb07df8c9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/77c55e8cb07df8c9","status":"passed","time":{"start":1728677115746,"stop":1728677115747,"duration":1}},{"uid":"ed43669b1d9a262b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed43669b1d9a262b","status":"passed","time":{"start":1728669778175,"stop":1728669778175,"duration":0}},{"uid":"1458058383bceda8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1458058383bceda8","status":"passed","time":{"start":1728598175433,"stop":1728598175433,"duration":0}},{"uid":"1e4f8a365a258eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1e4f8a365a258eaa","status":"passed","time":{"start":1728597380061,"stop":1728597380061,"duration":0}}]},"tags":[]},"source":"3da90664d058291b.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/3dcaf858f2b8e87c.json b/7588/data/test-cases/3dcaf858f2b8e87c.json new file mode 100644 index 00000000000..a63593f5eae --- /dev/null +++ b/7588/data/test-cases/3dcaf858f2b8e87c.json @@ -0,0 +1 @@ +{"uid":"3dcaf858f2b8e87c","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":1729034704502,"stop":1729034704502,"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":15,"unknown":0,"total":15},"items":[{"uid":"2ddff5e9dc0858c0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2ddff5e9dc0858c0","status":"passed","time":{"start":1729034474995,"stop":1729034474996,"duration":1}},{"uid":"92c3e8ce5cca2af7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/92c3e8ce5cca2af7","status":"passed","time":{"start":1729034395296,"stop":1729034395296,"duration":0}},{"uid":"d9e71a0756c2038e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9e71a0756c2038e","status":"passed","time":{"start":1729034209109,"stop":1729034209109,"duration":0}},{"uid":"cd6cee50a15e9f85","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cd6cee50a15e9f85","status":"passed","time":{"start":1729032264576,"stop":1729032264576,"duration":0}},{"uid":"428ad67a8ffc8c34","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/428ad67a8ffc8c34","status":"passed","time":{"start":1728902012868,"stop":1728902012869,"duration":1}},{"uid":"a3ca0f1cf6cd0ae0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a3ca0f1cf6cd0ae0","status":"passed","time":{"start":1728893454818,"stop":1728893454818,"duration":0}},{"uid":"1b8e67446f7e2012","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b8e67446f7e2012","status":"passed","time":{"start":1728856408462,"stop":1728856408462,"duration":0}},{"uid":"edb5106f7e17b503","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edb5106f7e17b503","status":"passed","time":{"start":1728738633862,"stop":1728738633863,"duration":1}},{"uid":"1e75739c52e50466","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1e75739c52e50466","status":"passed","time":{"start":1728683159799,"stop":1728683159799,"duration":0}},{"uid":"b39fc4875b3f2832","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b39fc4875b3f2832","status":"passed","time":{"start":1728682751338,"stop":1728682751338,"duration":0}},{"uid":"3c89dc247b2f2a0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3c89dc247b2f2a0e","status":"passed","time":{"start":1728677216372,"stop":1728677216372,"duration":0}},{"uid":"85f81a28f82aa50a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/85f81a28f82aa50a","status":"passed","time":{"start":1728669925460,"stop":1728669925460,"duration":0}},{"uid":"e548476cff0424eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e548476cff0424eb","status":"passed","time":{"start":1728598268814,"stop":1728598268815,"duration":1}},{"uid":"c6e0c3efcb78e6c7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c6e0c3efcb78e6c7","status":"passed","time":{"start":1728597503941,"stop":1728597503942,"duration":1}}]},"tags":[]},"source":"3dcaf858f2b8e87c.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e6c91e3316b865e7.json b/7588/data/test-cases/3df0bf90631ed451.json similarity index 85% rename from 7556/data/test-cases/e6c91e3316b865e7.json rename to 7588/data/test-cases/3df0bf90631ed451.json index a04e2a36911..1e3e97e4874 100644 --- a/7556/data/test-cases/e6c91e3316b865e7.json +++ b/7588/data/test-cases/3df0bf90631ed451.json @@ -1 +1 @@ -{"uid":"e6c91e3316b865e7","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":1728457537120,"stop":1728457537120,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"62b197ac778c92ac","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/62b197ac778c92ac","status":"passed","time":{"start":1728456499086,"stop":1728456499086,"duration":0}},{"uid":"16c10e2e8971e334","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/16c10e2e8971e334","status":"passed","time":{"start":1728456215068,"stop":1728456215069,"duration":1}},{"uid":"9ce9c6e65bc2cc00","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/9ce9c6e65bc2cc00","status":"passed","time":{"start":1728456167123,"stop":1728456167123,"duration":0}},{"uid":"8b869e6d33979711","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/8b869e6d33979711","status":"passed","time":{"start":1728455518171,"stop":1728455518172,"duration":1}},{"uid":"a441b510473a3088","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a441b510473a3088","status":"passed","time":{"start":1728452534856,"stop":1728452534856,"duration":0}}]},"tags":[]},"source":"e6c91e3316b865e7.json","parameterValues":[]} \ No newline at end of file +{"uid":"3df0bf90631ed451","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":1729034704490,"stop":1729034704490,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"280991d5d77b37a1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/280991d5d77b37a1","status":"passed","time":{"start":1729034474977,"stop":1729034474978,"duration":1}},{"uid":"e8e0c80ad5db33e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e8e0c80ad5db33e9","status":"passed","time":{"start":1729034395285,"stop":1729034395285,"duration":0}},{"uid":"27f75e82b69a994d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27f75e82b69a994d","status":"passed","time":{"start":1729034209087,"stop":1729034209087,"duration":0}},{"uid":"6ee3a71fcda45076","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ee3a71fcda45076","status":"passed","time":{"start":1729032264557,"stop":1729032264557,"duration":0}},{"uid":"3e3357e447be198d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3e3357e447be198d","status":"passed","time":{"start":1728902012831,"stop":1728902012832,"duration":1}},{"uid":"1dde550a8848bf15","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1dde550a8848bf15","status":"passed","time":{"start":1728893454805,"stop":1728893454805,"duration":0}},{"uid":"a7173089acdf3185","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a7173089acdf3185","status":"passed","time":{"start":1728856408447,"stop":1728856408447,"duration":0}},{"uid":"bbe3250a0c320802","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bbe3250a0c320802","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"74bc1004f2fdf1c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/74bc1004f2fdf1c","status":"passed","time":{"start":1728683159729,"stop":1728683159730,"duration":1}},{"uid":"994819e9ac7b60ba","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/994819e9ac7b60ba","status":"passed","time":{"start":1728682751323,"stop":1728682751323,"duration":0}},{"uid":"645bfc577fd7dc69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/645bfc577fd7dc69","status":"passed","time":{"start":1728677216349,"stop":1728677216350,"duration":1}},{"uid":"9e88ebb41f69655d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e88ebb41f69655d","status":"passed","time":{"start":1728669925447,"stop":1728669925448,"duration":1}},{"uid":"b7522e9660165b7c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b7522e9660165b7c","status":"passed","time":{"start":1728598268794,"stop":1728598268795,"duration":1}},{"uid":"6d213d83ca528fc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6d213d83ca528fc2","status":"passed","time":{"start":1728597503897,"stop":1728597503898,"duration":1}}]},"tags":[]},"source":"3df0bf90631ed451.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/92b6e9afb8d9baac.json b/7588/data/test-cases/3e2658d9b5c14ddd.json similarity index 84% rename from 7556/data/test-cases/92b6e9afb8d9baac.json rename to 7588/data/test-cases/3e2658d9b5c14ddd.json index aa17e80205a..320277dd7b6 100644 --- a/7556/data/test-cases/92b6e9afb8d9baac.json +++ b/7588/data/test-cases/3e2658d9b5c14ddd.json @@ -1 +1 @@ -{"uid":"92b6e9afb8d9baac","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":1728457360309,"stop":1728457360309,"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":6,"unknown":0,"total":6},"items":[{"uid":"626a4b6a9dcbc42e","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/626a4b6a9dcbc42e","status":"passed","time":{"start":1728456312495,"stop":1728456312495,"duration":0}},{"uid":"a8c7c00ff0dce7ad","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a8c7c00ff0dce7ad","status":"passed","time":{"start":1728456013948,"stop":1728456013948,"duration":0}},{"uid":"79104ced52dd014f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/79104ced52dd014f","status":"passed","time":{"start":1728455837443,"stop":1728455837444,"duration":1}},{"uid":"fa93b0c0f460300b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/fa93b0c0f460300b","status":"passed","time":{"start":1728455198908,"stop":1728455198909,"duration":1}},{"uid":"4454e5802ad79748","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/4454e5802ad79748","status":"passed","time":{"start":1728452203352,"stop":1728452203352,"duration":0}}]},"tags":[]},"source":"92b6e9afb8d9baac.json","parameterValues":[]} \ No newline at end of file +{"uid":"3e2658d9b5c14ddd","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":1729034536101,"stop":1729034536101,"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":14,"unknown":0,"total":14},"items":[{"uid":"c7bf545c87f8ef66","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c7bf545c87f8ef66","status":"passed","time":{"start":1729034296707,"stop":1729034296707,"duration":0}},{"uid":"9e4a9f179ff67b10","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9e4a9f179ff67b10","status":"passed","time":{"start":1729034220605,"stop":1729034220605,"duration":0}},{"uid":"5cba75bc7a0e9cf4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5cba75bc7a0e9cf4","status":"passed","time":{"start":1729034041488,"stop":1729034041489,"duration":1}},{"uid":"591b698d2a9ff4b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/591b698d2a9ff4b7","status":"passed","time":{"start":1728901705403,"stop":1728901705404,"duration":1}},{"uid":"7d36905b53dacbf1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7d36905b53dacbf1","status":"passed","time":{"start":1728893141777,"stop":1728893141777,"duration":0}},{"uid":"49676a7a31328874","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/49676a7a31328874","status":"passed","time":{"start":1728856087084,"stop":1728856087084,"duration":0}},{"uid":"6a3fb79121c98434","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6a3fb79121c98434","status":"passed","time":{"start":1728738321436,"stop":1728738321437,"duration":1}},{"uid":"4bab882adad158db","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bab882adad158db","status":"passed","time":{"start":1728682845675,"stop":1728682845675,"duration":0}},{"uid":"8648425b0b2f7e9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8648425b0b2f7e9","status":"passed","time":{"start":1728682424311,"stop":1728682424311,"duration":0}},{"uid":"1c5b3efd39bb21f8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1c5b3efd39bb21f8","status":"passed","time":{"start":1728676900540,"stop":1728676900540,"duration":0}},{"uid":"cc7d803beda5341d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc7d803beda5341d","status":"passed","time":{"start":1728669625800,"stop":1728669625801,"duration":1}},{"uid":"254f87de337c08db","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/254f87de337c08db","status":"passed","time":{"start":1728597957167,"stop":1728597957168,"duration":1}},{"uid":"40b608bcc63244c8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/40b608bcc63244c8","status":"passed","time":{"start":1728597182619,"stop":1728597182619,"duration":0}}]},"tags":[]},"source":"3e2658d9b5c14ddd.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/3e65d8a284d4959c.json b/7588/data/test-cases/3e65d8a284d4959c.json new file mode 100644 index 00000000000..9aea205755d --- /dev/null +++ b/7588/data/test-cases/3e65d8a284d4959c.json @@ -0,0 +1 @@ +{"uid":"3e65d8a284d4959c","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":1729034332632,"stop":1729034332633,"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":15,"unknown":0,"total":15},"items":[{"uid":"17899abd00a601f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/17899abd00a601f5","status":"passed","time":{"start":1729034096134,"stop":1729034096134,"duration":0}},{"uid":"adcba82f750f946d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/adcba82f750f946d","status":"passed","time":{"start":1729034020091,"stop":1729034020092,"duration":1}},{"uid":"f5feedb9dfcc4d17","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f5feedb9dfcc4d17","status":"passed","time":{"start":1729033834387,"stop":1729033834387,"duration":0}},{"uid":"755bfa6e79826dbf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/755bfa6e79826dbf","status":"passed","time":{"start":1729031884120,"stop":1729031884121,"duration":1}},{"uid":"b373bea4c94ee5e4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b373bea4c94ee5e4","status":"passed","time":{"start":1728901430255,"stop":1728901430255,"duration":0}},{"uid":"3d347fdaa16411e7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d347fdaa16411e7","status":"passed","time":{"start":1728892860533,"stop":1728892860533,"duration":0}},{"uid":"f7069e7dec1c0c89","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f7069e7dec1c0c89","status":"passed","time":{"start":1728855823323,"stop":1728855823323,"duration":0}},{"uid":"1a1d9636bd5307ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a1d9636bd5307ec","status":"passed","time":{"start":1728738040603,"stop":1728738040603,"duration":0}},{"uid":"8be88476ed2fb7b8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8be88476ed2fb7b8","status":"passed","time":{"start":1728682574094,"stop":1728682574094,"duration":0}},{"uid":"5ddff5ec6de24b72","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5ddff5ec6de24b72","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"63fc33b2950733f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/63fc33b2950733f7","status":"passed","time":{"start":1728676621433,"stop":1728676621433,"duration":0}},{"uid":"fd7820fe1b04b317","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd7820fe1b04b317","status":"passed","time":{"start":1728669344468,"stop":1728669344469,"duration":1}},{"uid":"5b8113bb70d2d62e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b8113bb70d2d62e","status":"passed","time":{"start":1728597685162,"stop":1728597685162,"duration":0}},{"uid":"a6460698bd098a47","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a6460698bd098a47","status":"passed","time":{"start":1728596904469,"stop":1728596904469,"duration":0}}]},"tags":[]},"source":"3e65d8a284d4959c.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/3eb26ce764e9099e.json b/7588/data/test-cases/3eb26ce764e9099e.json new file mode 100644 index 00000000000..b30a3a82112 --- /dev/null +++ b/7588/data/test-cases/3eb26ce764e9099e.json @@ -0,0 +1 @@ +{"uid":"3eb26ce764e9099e","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":1729034694625,"stop":1729034694626,"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":15,"unknown":0,"total":15},"items":[{"uid":"1067fe1c2a8745fe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1067fe1c2a8745fe","status":"passed","time":{"start":1729034462018,"stop":1729034462018,"duration":0}},{"uid":"13f5ddfc57dff137","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/13f5ddfc57dff137","status":"passed","time":{"start":1729034375985,"stop":1729034375986,"duration":1}},{"uid":"ad671ec7049aab7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ad671ec7049aab7","status":"passed","time":{"start":1729034200069,"stop":1729034200070,"duration":1}},{"uid":"29997b8da002657e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29997b8da002657e","status":"passed","time":{"start":1729032257898,"stop":1729032257901,"duration":3}},{"uid":"458f334c022dbcce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/458f334c022dbcce","status":"passed","time":{"start":1728902003568,"stop":1728902003568,"duration":0}},{"uid":"4adad4501dcd58f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4adad4501dcd58f3","status":"passed","time":{"start":1728893434697,"stop":1728893434697,"duration":0}},{"uid":"b875f1a0fd416b51","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b875f1a0fd416b51","status":"passed","time":{"start":1728856398645,"stop":1728856398646,"duration":1}},{"uid":"7fb995fbc52742e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fb995fbc52742e0","status":"passed","time":{"start":1728738612003,"stop":1728738612003,"duration":0}},{"uid":"f02f27af605b4064","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f02f27af605b4064","status":"passed","time":{"start":1728683155010,"stop":1728683155010,"duration":0}},{"uid":"4cd8b7b86626e998","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4cd8b7b86626e998","status":"passed","time":{"start":1728682706106,"stop":1728682706107,"duration":1}},{"uid":"643d8000dd35d919","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/643d8000dd35d919","status":"passed","time":{"start":1728677207497,"stop":1728677207497,"duration":0}},{"uid":"ed2665e119ca379","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed2665e119ca379","status":"passed","time":{"start":1728669887099,"stop":1728669887099,"duration":0}},{"uid":"470c95075e8b5ebb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/470c95075e8b5ebb","status":"passed","time":{"start":1728598263649,"stop":1728598263654,"duration":5}},{"uid":"f9b47f02bb1a1e4a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f9b47f02bb1a1e4a","status":"passed","time":{"start":1728597478276,"stop":1728597478277,"duration":1}}]},"tags":[]},"source":"3eb26ce764e9099e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/3eb8705ee6f09d2.json b/7588/data/test-cases/3eb8705ee6f09d2.json new file mode 100644 index 00000000000..56ec431da0e --- /dev/null +++ b/7588/data/test-cases/3eb8705ee6f09d2.json @@ -0,0 +1 @@ +{"uid":"3eb8705ee6f09d2","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":1729034360437,"stop":1729034360437,"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":15,"unknown":0,"total":15},"items":[{"uid":"e2fbbc2340feede8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e2fbbc2340feede8","status":"passed","time":{"start":1729034124363,"stop":1729034124363,"duration":0}},{"uid":"40e6c636f01984fa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/40e6c636f01984fa","status":"passed","time":{"start":1729034047485,"stop":1729034047485,"duration":0}},{"uid":"3648a8a21b551151","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3648a8a21b551151","status":"passed","time":{"start":1729033862329,"stop":1729033862330,"duration":1}},{"uid":"120aee4bd13b23ec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/120aee4bd13b23ec","status":"passed","time":{"start":1729031912070,"stop":1729031912071,"duration":1}},{"uid":"fb9b0f05c4639721","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fb9b0f05c4639721","status":"passed","time":{"start":1728901457817,"stop":1728901457818,"duration":1}},{"uid":"54bcc2e488d59f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54bcc2e488d59f3","status":"passed","time":{"start":1728892888301,"stop":1728892888301,"duration":0}},{"uid":"e630c0accb95abdb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e630c0accb95abdb","status":"passed","time":{"start":1728855850788,"stop":1728855850789,"duration":1}},{"uid":"6c728fcedd6b5598","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c728fcedd6b5598","status":"passed","time":{"start":1728738068164,"stop":1728738068164,"duration":0}},{"uid":"9a85175f8720165e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9a85175f8720165e","status":"passed","time":{"start":1728682601673,"stop":1728682601674,"duration":1}},{"uid":"875ceefce0fc7e26","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/875ceefce0fc7e26","status":"passed","time":{"start":1728682174566,"stop":1728682174566,"duration":0}},{"uid":"264cb6f2600d9412","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/264cb6f2600d9412","status":"passed","time":{"start":1728676648932,"stop":1728676648932,"duration":0}},{"uid":"5db9bc888c227312","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5db9bc888c227312","status":"passed","time":{"start":1728669372211,"stop":1728669372211,"duration":0}},{"uid":"4a208d2a33b494dc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4a208d2a33b494dc","status":"passed","time":{"start":1728597712761,"stop":1728597712761,"duration":0}},{"uid":"9719568d3cc03cda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9719568d3cc03cda","status":"passed","time":{"start":1728596931867,"stop":1728596931867,"duration":0}}]},"tags":[]},"source":"3eb8705ee6f09d2.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6dd87658f9416d13.json b/7588/data/test-cases/3f2ac4d1b5a3a1f9.json similarity index 98% rename from 7556/data/test-cases/6dd87658f9416d13.json rename to 7588/data/test-cases/3f2ac4d1b5a3a1f9.json index 7b67a10e2c4..a80d093b946 100644 --- a/7556/data/test-cases/6dd87658f9416d13.json +++ b/7588/data/test-cases/3f2ac4d1b5a3a1f9.json @@ -1 +1 @@ -{"uid":"6dd87658f9416d13","name":"Push message with custom timestamp: 1697698960533","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1697698960533","historyId":"26b92e242f0cea402c12dd5a6a9fb41c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457473538,"stop":1728457473538,"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":"6dd87658f9416d13.json","parameterValues":[]} \ No newline at end of file +{"uid":"3f2ac4d1b5a3a1f9","name":"Push message with custom timestamp: 1729030907155","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1729030907155","historyId":"aed0bb35dde9284b56c998687281e0bf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034617771,"stop":1729034617771,"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":"3f2ac4d1b5a3a1f9.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/70a0315368c77cc0.json b/7588/data/test-cases/3f58931c99a797a0.json similarity index 85% rename from 7556/data/test-cases/70a0315368c77cc0.json rename to 7588/data/test-cases/3f58931c99a797a0.json index 43ad2c1fad7..10c4ccd5edc 100644 --- a/7556/data/test-cases/70a0315368c77cc0.json +++ b/7588/data/test-cases/3f58931c99a797a0.json @@ -1 +1 @@ -{"uid":"70a0315368c77cc0","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":1728457537130,"stop":1728457537131,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"d578ae3758ac47b6","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/d578ae3758ac47b6","status":"passed","time":{"start":1728456499100,"stop":1728456499101,"duration":1}},{"uid":"587535dcd6b1f5b5","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/587535dcd6b1f5b5","status":"passed","time":{"start":1728456215078,"stop":1728456215078,"duration":0}},{"uid":"e1573d5a9ea9d61","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e1573d5a9ea9d61","status":"passed","time":{"start":1728456167135,"stop":1728456167135,"duration":0}},{"uid":"71f08ac7ef1da11d","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/71f08ac7ef1da11d","status":"passed","time":{"start":1728455518198,"stop":1728455518198,"duration":0}},{"uid":"a4b60504b9170ec9","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a4b60504b9170ec9","status":"passed","time":{"start":1728452534885,"stop":1728452534886,"duration":1}}]},"tags":[]},"source":"70a0315368c77cc0.json","parameterValues":[]} \ No newline at end of file +{"uid":"3f58931c99a797a0","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":1729034704498,"stop":1729034704498,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"4febc56d664dedfb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4febc56d664dedfb","status":"passed","time":{"start":1729034474991,"stop":1729034474991,"duration":0}},{"uid":"47a610853ab03301","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47a610853ab03301","status":"passed","time":{"start":1729034395293,"stop":1729034395293,"duration":0}},{"uid":"84ccf0ef8daed22a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/84ccf0ef8daed22a","status":"passed","time":{"start":1729034209103,"stop":1729034209103,"duration":0}},{"uid":"b5253e1e1df8860b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b5253e1e1df8860b","status":"passed","time":{"start":1729032264571,"stop":1729032264571,"duration":0}},{"uid":"67c120314fba3d45","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67c120314fba3d45","status":"passed","time":{"start":1728902012863,"stop":1728902012863,"duration":0}},{"uid":"64c4143b3fa035d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/64c4143b3fa035d","status":"passed","time":{"start":1728893454814,"stop":1728893454814,"duration":0}},{"uid":"5379943a139ad69f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5379943a139ad69f","status":"passed","time":{"start":1728856408456,"stop":1728856408456,"duration":0}},{"uid":"67876bdbfcca1a93","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67876bdbfcca1a93","status":"passed","time":{"start":1728738633857,"stop":1728738633857,"duration":0}},{"uid":"53e1699e14b99a1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/53e1699e14b99a1","status":"passed","time":{"start":1728683159786,"stop":1728683159786,"duration":0}},{"uid":"9408bc6e291d2b51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9408bc6e291d2b51","status":"passed","time":{"start":1728682751333,"stop":1728682751333,"duration":0}},{"uid":"6acd30a1e2add4f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6acd30a1e2add4f2","status":"passed","time":{"start":1728677216364,"stop":1728677216364,"duration":0}},{"uid":"7127f666918e4499","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7127f666918e4499","status":"passed","time":{"start":1728669925456,"stop":1728669925456,"duration":0}},{"uid":"858367637a18acd4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/858367637a18acd4","status":"passed","time":{"start":1728598268808,"stop":1728598268809,"duration":1}},{"uid":"f521dd8a85b2d587","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f521dd8a85b2d587","status":"passed","time":{"start":1728597503928,"stop":1728597503929,"duration":1}}]},"tags":[]},"source":"3f58931c99a797a0.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/3f6e9e23fc931bf7.json b/7588/data/test-cases/3f6e9e23fc931bf7.json new file mode 100644 index 00000000000..52587216bd1 --- /dev/null +++ b/7588/data/test-cases/3f6e9e23fc931bf7.json @@ -0,0 +1 @@ +{"uid":"3f6e9e23fc931bf7","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":1729034360438,"stop":1729034360438,"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":15,"unknown":0,"total":15},"items":[{"uid":"e36d844b3283153e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e36d844b3283153e","status":"passed","time":{"start":1729034124364,"stop":1729034124364,"duration":0}},{"uid":"d37840b340aae1f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d37840b340aae1f6","status":"passed","time":{"start":1729034047486,"stop":1729034047486,"duration":0}},{"uid":"3210f0b4b320f514","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3210f0b4b320f514","status":"passed","time":{"start":1729033862331,"stop":1729033862331,"duration":0}},{"uid":"40d0c4416ae85e0d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/40d0c4416ae85e0d","status":"passed","time":{"start":1729031912072,"stop":1729031912072,"duration":0}},{"uid":"6c68d25c84db5371","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6c68d25c84db5371","status":"passed","time":{"start":1728901457819,"stop":1728901457819,"duration":0}},{"uid":"8abccd4ebbdd781c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8abccd4ebbdd781c","status":"passed","time":{"start":1728892888302,"stop":1728892888302,"duration":0}},{"uid":"825abadc213d2127","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/825abadc213d2127","status":"passed","time":{"start":1728855850789,"stop":1728855850790,"duration":1}},{"uid":"beabd2dbf2ac7ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/beabd2dbf2ac7ec","status":"passed","time":{"start":1728738068165,"stop":1728738068166,"duration":1}},{"uid":"f220c1367413f36d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f220c1367413f36d","status":"passed","time":{"start":1728682601674,"stop":1728682601675,"duration":1}},{"uid":"7baa14358bf40cf4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7baa14358bf40cf4","status":"passed","time":{"start":1728682174567,"stop":1728682174567,"duration":0}},{"uid":"ba08cf053f094558","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba08cf053f094558","status":"passed","time":{"start":1728676648933,"stop":1728676648933,"duration":0}},{"uid":"4533cfb332210212","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4533cfb332210212","status":"passed","time":{"start":1728669372212,"stop":1728669372212,"duration":0}},{"uid":"b085b9c089539e95","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b085b9c089539e95","status":"passed","time":{"start":1728597712762,"stop":1728597712762,"duration":0}},{"uid":"bc725dce9c58df85","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc725dce9c58df85","status":"passed","time":{"start":1728596931868,"stop":1728596931869,"duration":1}}]},"tags":[]},"source":"3f6e9e23fc931bf7.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/3f76ef8f93a93d24.json b/7588/data/test-cases/3f76ef8f93a93d24.json new file mode 100644 index 00000000000..78e1acbe781 --- /dev/null +++ b/7588/data/test-cases/3f76ef8f93a93d24.json @@ -0,0 +1 @@ +{"uid":"3f76ef8f93a93d24","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":1729034645145,"stop":1729034645145,"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"d8f5925629bad7a8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d8f5925629bad7a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034413327,"stop":1729034413327,"duration":0}},{"uid":"7e2570a50b54fa70","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7e2570a50b54fa70","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034330403,"stop":1729034330404,"duration":1}},{"uid":"3fb99ac0386222b4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3fb99ac0386222b4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034148001,"stop":1729034148001,"duration":0}},{"uid":"f29e2404cf0eef27","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f29e2404cf0eef27","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032202831,"stop":1729032202831,"duration":0}},{"uid":"692e34c0ccacb40b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/692e34c0ccacb40b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873321,"stop":1728901873321,"duration":0}},{"uid":"1ab7cc1ea507ab7f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1ab7cc1ea507ab7f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311008,"stop":1728893311008,"duration":0}},{"uid":"c9e3feb002afc1d3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c9e3feb002afc1d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856279297,"stop":1728856279298,"duration":1}},{"uid":"68a47cc22405a906","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/68a47cc22405a906","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483462,"stop":1728738483462,"duration":0}},{"uid":"54024ba75ec0abfa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/54024ba75ec0abfa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683033354,"stop":1728683033354,"duration":0}},{"uid":"f719f98e5fc38570","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f719f98e5fc38570","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682591254,"stop":1728682591257,"duration":3}},{"uid":"dfa4b8d75fa52fb5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dfa4b8d75fa52fb5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677083879,"stop":1728677083879,"duration":0}},{"uid":"9da6f2a590d86c22","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9da6f2a590d86c22","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669753997,"stop":1728669753997,"duration":0}},{"uid":"e2239c1edcc2f5ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e2239c1edcc2f5ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598145545,"stop":1728598145545,"duration":0}},{"uid":"a74c7aa748ccc14d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a74c7aa748ccc14d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350445,"stop":1728597350445,"duration":0}}]},"tags":[]},"source":"3f76ef8f93a93d24.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/4042686041f9b7dc.json b/7588/data/test-cases/4042686041f9b7dc.json new file mode 100644 index 00000000000..551d0a19444 --- /dev/null +++ b/7588/data/test-cases/4042686041f9b7dc.json @@ -0,0 +1 @@ +{"uid":"4042686041f9b7dc","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":1729034472990,"stop":1729034472991,"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":15,"unknown":0,"total":15},"items":[{"uid":"cb24ae799a0c1b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb24ae799a0c1b","status":"passed","time":{"start":1729034240936,"stop":1729034240937,"duration":1}},{"uid":"f72f1750f0d553fe","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f72f1750f0d553fe","status":"passed","time":{"start":1729034159630,"stop":1729034159634,"duration":4}},{"uid":"5a1c3bd0fdc0bd88","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a1c3bd0fdc0bd88","status":"passed","time":{"start":1729033976818,"stop":1729033976830,"duration":12}},{"uid":"1e5ad3f83a735827","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1e5ad3f83a735827","status":"passed","time":{"start":1729032020536,"stop":1729032020537,"duration":1}},{"uid":"b4734e78e0962da7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b4734e78e0962da7","status":"passed","time":{"start":1728901616501,"stop":1728901616501,"duration":0}},{"uid":"3ce047f7519d4579","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ce047f7519d4579","status":"passed","time":{"start":1728893050254,"stop":1728893050254,"duration":0}},{"uid":"d1d6dcba66c1d9eb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d1d6dcba66c1d9eb","status":"passed","time":{"start":1728856015192,"stop":1728856015192,"duration":0}},{"uid":"32f70039f0b68c4c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/32f70039f0b68c4c","status":"passed","time":{"start":1728738233180,"stop":1728738233183,"duration":3}},{"uid":"9ecf0f9634c0f5c7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9ecf0f9634c0f5c7","status":"passed","time":{"start":1728682762485,"stop":1728682762489,"duration":4}},{"uid":"1b300259f36d0333","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1b300259f36d0333","status":"passed","time":{"start":1728682332799,"stop":1728682332799,"duration":0}},{"uid":"cdabce400a7c3abc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cdabce400a7c3abc","status":"passed","time":{"start":1728676810306,"stop":1728676810306,"duration":0}},{"uid":"4e70e4e3522be02a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4e70e4e3522be02a","status":"passed","time":{"start":1728669529909,"stop":1728669529910,"duration":1}},{"uid":"146e984ade564e98","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/146e984ade564e98","status":"passed","time":{"start":1728597873547,"stop":1728597873549,"duration":2}},{"uid":"5c7745491581590","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c7745491581590","status":"passed","time":{"start":1728597089287,"stop":1728597089290,"duration":3}}]},"tags":[]},"source":"4042686041f9b7dc.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/40cfd57b429d9bca.json b/7588/data/test-cases/40cfd57b429d9bca.json new file mode 100644 index 00000000000..c08182792ea --- /dev/null +++ b/7588/data/test-cases/40cfd57b429d9bca.json @@ -0,0 +1 @@ +{"uid":"40cfd57b429d9bca","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":1729034399692,"stop":1729034399693,"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 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":15,"unknown":0,"total":15},"items":[{"uid":"533a70d1bf549830","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/533a70d1bf549830","status":"passed","time":{"start":1729034162498,"stop":1729034162499,"duration":1}},{"uid":"9c17277d874db7d6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9c17277d874db7d6","status":"passed","time":{"start":1729034086614,"stop":1729034086614,"duration":0}},{"uid":"ce8cedb5cfd197a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce8cedb5cfd197a3","status":"passed","time":{"start":1729033900646,"stop":1729033900651,"duration":5}},{"uid":"fbbeb6ecf006f8d7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fbbeb6ecf006f8d7","status":"passed","time":{"start":1729031950408,"stop":1729031950408,"duration":0}},{"uid":"750780a6b8801a84","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/750780a6b8801a84","status":"passed","time":{"start":1728901494879,"stop":1728901494880,"duration":1}},{"uid":"bae6a0ac1238d2ce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bae6a0ac1238d2ce","status":"passed","time":{"start":1728892927098,"stop":1728892927099,"duration":1}},{"uid":"c09c84c27312e06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c09c84c27312e06","status":"passed","time":{"start":1728855889016,"stop":1728855889016,"duration":0}},{"uid":"65b2a62fbc80514c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/65b2a62fbc80514c","status":"passed","time":{"start":1728738105942,"stop":1728738105942,"duration":0}},{"uid":"7ad95139c89d50ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ad95139c89d50ca","status":"passed","time":{"start":1728682639926,"stop":1728682639927,"duration":1}},{"uid":"888376cee4a66a78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/888376cee4a66a78","status":"passed","time":{"start":1728682212120,"stop":1728682212121,"duration":1}},{"uid":"e5ae7ad862ed67e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5ae7ad862ed67e2","status":"passed","time":{"start":1728676687923,"stop":1728676687923,"duration":0}},{"uid":"31dab94f1d44481f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/31dab94f1d44481f","status":"passed","time":{"start":1728669411848,"stop":1728669411848,"duration":0}},{"uid":"448e8ca9c14035af","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/448e8ca9c14035af","status":"passed","time":{"start":1728597751013,"stop":1728597751014,"duration":1}},{"uid":"8d9e9a468aeb3828","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d9e9a468aeb3828","status":"passed","time":{"start":1728596968268,"stop":1728596968268,"duration":0}}]},"tags":[]},"source":"40cfd57b429d9bca.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/83e9f77927f201ff.json b/7588/data/test-cases/40d3bf589e6f561c.json similarity index 52% rename from 7556/data/test-cases/83e9f77927f201ff.json rename to 7588/data/test-cases/40d3bf589e6f561c.json index 1d9c78bda34..7f9d6ed2500 100644 --- a/7556/data/test-cases/83e9f77927f201ff.json +++ b/7588/data/test-cases/40d3bf589e6f561c.json @@ -1 +1 @@ -{"uid":"83e9f77927f201ff","name":"Ordered Callback - true","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - true","historyId":"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457542832,"stop":1728457542832,"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":6,"unknown":0,"total":6},"items":[{"uid":"863035ed28fb5b95","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/863035ed28fb5b95","status":"passed","time":{"start":1728456486726,"stop":1728456486727,"duration":1}},{"uid":"381e10fdec4029c0","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/381e10fdec4029c0","status":"passed","time":{"start":1728456259619,"stop":1728456259622,"duration":3}},{"uid":"79d2dc613920f161","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/79d2dc613920f161","status":"passed","time":{"start":1728456223953,"stop":1728456223953,"duration":0}},{"uid":"afdc53a3bcc72bd9","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/afdc53a3bcc72bd9","status":"passed","time":{"start":1728455581728,"stop":1728455581728,"duration":0}},{"uid":"3cdbf3b7885af79a","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/3cdbf3b7885af79a","status":"passed","time":{"start":1728452535232,"stop":1728452535232,"duration":0}}]},"tags":[]},"source":"83e9f77927f201ff.json","parameterValues":[]} \ No newline at end of file +{"uid":"40d3bf589e6f561c","name":"Ordered Callback - true","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - true","historyId":"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034683701,"stop":1729034683701,"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":15,"unknown":0,"total":15},"items":[{"uid":"71a7097d350e723d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/71a7097d350e723d","status":"passed","time":{"start":1729034458928,"stop":1729034458932,"duration":4}},{"uid":"b579ccbbad6d8b6d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b579ccbbad6d8b6d","status":"passed","time":{"start":1729034372203,"stop":1729034372203,"duration":0}},{"uid":"fbcc98d706d0d618","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbcc98d706d0d618","status":"passed","time":{"start":1729034191995,"stop":1729034191996,"duration":1}},{"uid":"81b1da614986ae80","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/81b1da614986ae80","status":"passed","time":{"start":1729032246148,"stop":1729032246148,"duration":0}},{"uid":"fe7be27e59d8f9ac","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fe7be27e59d8f9ac","status":"passed","time":{"start":1728902009943,"stop":1728902009944,"duration":1}},{"uid":"5ea5af7238cdf302","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5ea5af7238cdf302","status":"passed","time":{"start":1728893442068,"stop":1728893442069,"duration":1}},{"uid":"d8f321c867ef5b25","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d8f321c867ef5b25","status":"passed","time":{"start":1728856390380,"stop":1728856390381,"duration":1}},{"uid":"545262260421b78","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/545262260421b78","status":"passed","time":{"start":1728738615986,"stop":1728738615986,"duration":0}},{"uid":"5324de593b98fa66","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5324de593b98fa66","status":"passed","time":{"start":1728683138591,"stop":1728683138591,"duration":0}},{"uid":"6c7dcb728f52a293","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c7dcb728f52a293","status":"passed","time":{"start":1728682713980,"stop":1728682713981,"duration":1}},{"uid":"7c94e96c7af56109","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c94e96c7af56109","status":"passed","time":{"start":1728677205666,"stop":1728677205667,"duration":1}},{"uid":"f5b1fb4f2b5e6804","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5b1fb4f2b5e6804","status":"passed","time":{"start":1728669886307,"stop":1728669886307,"duration":0}},{"uid":"169ec2ab6355cbdc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/169ec2ab6355cbdc","status":"passed","time":{"start":1728598272275,"stop":1728598272275,"duration":0}},{"uid":"f8af2f76bba75e51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f8af2f76bba75e51","status":"passed","time":{"start":1728597492999,"stop":1728597493000,"duration":1}}]},"tags":[]},"source":"40d3bf589e6f561c.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/411b009954ba9e61.json b/7588/data/test-cases/411b009954ba9e61.json new file mode 100644 index 00000000000..abf104b05fe --- /dev/null +++ b/7588/data/test-cases/411b009954ba9e61.json @@ -0,0 +1 @@ +{"uid":"411b009954ba9e61","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":1729034332625,"stop":1729034332626,"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":"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":15,"unknown":0,"total":15},"items":[{"uid":"bc0353a51c888880","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bc0353a51c888880","status":"passed","time":{"start":1729034096127,"stop":1729034096127,"duration":0}},{"uid":"92b2db24b2be12b9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/92b2db24b2be12b9","status":"passed","time":{"start":1729034020085,"stop":1729034020085,"duration":0}},{"uid":"535538802ea75bc1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/535538802ea75bc1","status":"passed","time":{"start":1729033834378,"stop":1729033834378,"duration":0}},{"uid":"cf50299ff607e498","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cf50299ff607e498","status":"passed","time":{"start":1729031884109,"stop":1729031884109,"duration":0}},{"uid":"8999e2754ed18337","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8999e2754ed18337","status":"passed","time":{"start":1728901430250,"stop":1728901430250,"duration":0}},{"uid":"60e74924d7b78f90","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/60e74924d7b78f90","status":"passed","time":{"start":1728892860526,"stop":1728892860526,"duration":0}},{"uid":"4bafa64571b2dac3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4bafa64571b2dac3","status":"passed","time":{"start":1728855823317,"stop":1728855823317,"duration":0}},{"uid":"f9741eaa0655b528","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f9741eaa0655b528","status":"passed","time":{"start":1728738040585,"stop":1728738040586,"duration":1}},{"uid":"81e3f02ae2ca31bb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/81e3f02ae2ca31bb","status":"passed","time":{"start":1728682574085,"stop":1728682574086,"duration":1}},{"uid":"9b7e9567e3831e0f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b7e9567e3831e0f","status":"passed","time":{"start":1728682146811,"stop":1728682146811,"duration":0}},{"uid":"3ab09d5f85ddedb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3ab09d5f85ddedb","status":"passed","time":{"start":1728676621425,"stop":1728676621425,"duration":0}},{"uid":"ad6042ed106a008e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad6042ed106a008e","status":"passed","time":{"start":1728669344461,"stop":1728669344461,"duration":0}},{"uid":"bf4200ccadeedea0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bf4200ccadeedea0","status":"passed","time":{"start":1728597685155,"stop":1728597685155,"duration":0}},{"uid":"7492822246bb96b1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7492822246bb96b1","status":"passed","time":{"start":1728596904461,"stop":1728596904461,"duration":0}}]},"tags":[]},"source":"411b009954ba9e61.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/5f87e8718b53e72b.json b/7588/data/test-cases/41bcd41bb623eacd.json similarity index 80% rename from 7556/data/test-cases/5f87e8718b53e72b.json rename to 7588/data/test-cases/41bcd41bb623eacd.json index f2496f9b1ac..0dfc040d1b9 100644 --- a/7556/data/test-cases/5f87e8718b53e72b.json +++ b/7588/data/test-cases/41bcd41bb623eacd.json @@ -1 +1 @@ -{"uid":"5f87e8718b53e72b","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":1728457490919,"stop":1728457490920,"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":6,"unknown":0,"total":6},"items":[{"uid":"bc8703a9cf60bbf2","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/bc8703a9cf60bbf2","status":"passed","time":{"start":1728456439220,"stop":1728456439220,"duration":0}},{"uid":"d1abcfc2102cfa39","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/d1abcfc2102cfa39","status":"passed","time":{"start":1728456209546,"stop":1728456209549,"duration":3}},{"uid":"2538a91de4c73936","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/2538a91de4c73936","status":"passed","time":{"start":1728456126837,"stop":1728456126838,"duration":1}},{"uid":"690062f200cdf3cd","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/690062f200cdf3cd","status":"passed","time":{"start":1728455481801,"stop":1728455481801,"duration":0}},{"uid":"36d57a8728d86bce","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/36d57a8728d86bce","status":"passed","time":{"start":1728452438552,"stop":1728452438552,"duration":0}}]},"tags":[]},"source":"5f87e8718b53e72b.json","parameterValues":[]} \ No newline at end of file +{"uid":"41bcd41bb623eacd","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":1729034640521,"stop":1729034640521,"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":15,"unknown":0,"total":15},"items":[{"uid":"4cb4d8c06912c446","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4cb4d8c06912c446","status":"passed","time":{"start":1729034411422,"stop":1729034411423,"duration":1}},{"uid":"5d3a6174e343950f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5d3a6174e343950f","status":"passed","time":{"start":1729034327401,"stop":1729034327402,"duration":1}},{"uid":"cab059321a7f63a0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cab059321a7f63a0","status":"passed","time":{"start":1729034147771,"stop":1729034147772,"duration":1}},{"uid":"a3bdeb177c4a6cde","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3bdeb177c4a6cde","status":"passed","time":{"start":1729032204827,"stop":1729032204827,"duration":0}},{"uid":"f439f33bf4f30940","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f439f33bf4f30940","status":"passed","time":{"start":1728901907699,"stop":1728901907699,"duration":0}},{"uid":"b9edffe721ec8154","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b9edffe721ec8154","status":"passed","time":{"start":1728893341888,"stop":1728893341888,"duration":0}},{"uid":"7de5545ba13e18b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7de5545ba13e18b9","status":"passed","time":{"start":1728856299357,"stop":1728856299357,"duration":0}},{"uid":"eeb8982ae18d3c7f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eeb8982ae18d3c7f","status":"passed","time":{"start":1728738511616,"stop":1728738511616,"duration":0}},{"uid":"77c5e2cbbe8bbf39","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/77c5e2cbbe8bbf39","status":"passed","time":{"start":1728683052910,"stop":1728683052911,"duration":1}},{"uid":"acda5a5d0c89307b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acda5a5d0c89307b","status":"passed","time":{"start":1728682612910,"stop":1728682612910,"duration":0}},{"uid":"2de94d1708e7886f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2de94d1708e7886f","status":"passed","time":{"start":1728677115745,"stop":1728677115746,"duration":1}},{"uid":"49f9b82459f87807","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/49f9b82459f87807","status":"passed","time":{"start":1728669778174,"stop":1728669778174,"duration":0}},{"uid":"badbd372be0b68e0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/badbd372be0b68e0","status":"passed","time":{"start":1728598175432,"stop":1728598175432,"duration":0}},{"uid":"cc508e4fb756660d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cc508e4fb756660d","status":"passed","time":{"start":1728597380060,"stop":1728597380060,"duration":0}}]},"tags":[]},"source":"41bcd41bb623eacd.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/41d1fb42303660c8.json b/7588/data/test-cases/41d1fb42303660c8.json new file mode 100644 index 00000000000..a475597e6b7 --- /dev/null +++ b/7588/data/test-cases/41d1fb42303660c8.json @@ -0,0 +1 @@ +{"uid":"41d1fb42303660c8","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":1729034341399,"stop":1729034341399,"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":15,"unknown":0,"total":15},"items":[{"uid":"3a5c19ea1526b4f2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3a5c19ea1526b4f2","status":"passed","time":{"start":1729034104907,"stop":1729034104907,"duration":0}},{"uid":"b87ce8455291f8cd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b87ce8455291f8cd","status":"passed","time":{"start":1729034028504,"stop":1729034028505,"duration":1}},{"uid":"dace930220d137e6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dace930220d137e6","status":"passed","time":{"start":1729033843113,"stop":1729033843113,"duration":0}},{"uid":"57a7cc96d98318f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/57a7cc96d98318f1","status":"passed","time":{"start":1729031892672,"stop":1729031892672,"duration":0}},{"uid":"5e3929fe3965bf5c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5e3929fe3965bf5c","status":"passed","time":{"start":1728901438803,"stop":1728901438803,"duration":0}},{"uid":"c4258e4c8d020d4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c4258e4c8d020d4f","status":"passed","time":{"start":1728892868995,"stop":1728892868995,"duration":0}},{"uid":"5f24f255917ebae","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5f24f255917ebae","status":"passed","time":{"start":1728855831888,"stop":1728855831888,"duration":0}},{"uid":"4cc662ce6f4b0a20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4cc662ce6f4b0a20","status":"passed","time":{"start":1728738049035,"stop":1728738049035,"duration":0}},{"uid":"200f16655641e9eb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/200f16655641e9eb","status":"passed","time":{"start":1728682582612,"stop":1728682582612,"duration":0}},{"uid":"857e5dd250b2cb2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/857e5dd250b2cb2c","status":"passed","time":{"start":1728682155403,"stop":1728682155403,"duration":0}},{"uid":"87b4a1c9c37d6038","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87b4a1c9c37d6038","status":"passed","time":{"start":1728676629968,"stop":1728676629969,"duration":1}},{"uid":"7f8d7ff530b5f3f4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f8d7ff530b5f3f4","status":"passed","time":{"start":1728669353096,"stop":1728669353096,"duration":0}},{"uid":"a4bc5e528ebff27e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a4bc5e528ebff27e","status":"passed","time":{"start":1728597693841,"stop":1728597693841,"duration":0}},{"uid":"886056b2a7953630","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/886056b2a7953630","status":"passed","time":{"start":1728596913085,"stop":1728596913086,"duration":1}}]},"tags":[]},"source":"41d1fb42303660c8.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ba12a6da01b75cdd.json b/7588/data/test-cases/421e5e0cd1e74955.json similarity index 88% rename from 7556/data/test-cases/ba12a6da01b75cdd.json rename to 7588/data/test-cases/421e5e0cd1e74955.json index ddf9aba395a..f8a717c71af 100644 --- a/7556/data/test-cases/ba12a6da01b75cdd.json +++ b/7588/data/test-cases/421e5e0cd1e74955.json @@ -1 +1 @@ -{"uid":"ba12a6da01b75cdd","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":1728457510460,"stop":1728457510461,"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":6,"unknown":0,"total":6},"items":[{"uid":"eb07c4a95f683ff9","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/eb07c4a95f683ff9","status":"passed","time":{"start":1728456448218,"stop":1728456448218,"duration":0}},{"uid":"bc6ec84c464ffdab","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/bc6ec84c464ffdab","status":"passed","time":{"start":1728456195707,"stop":1728456195707,"duration":0}},{"uid":"84e27107130be4d8","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/84e27107130be4d8","status":"passed","time":{"start":1728456166713,"stop":1728456166713,"duration":0}},{"uid":"18901fe2a7ea0bc6","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/18901fe2a7ea0bc6","status":"passed","time":{"start":1728455516741,"stop":1728455516742,"duration":1}},{"uid":"85f1ee92efdfd538","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/85f1ee92efdfd538","status":"passed","time":{"start":1728452508949,"stop":1728452508949,"duration":0}}]},"tags":[]},"source":"ba12a6da01b75cdd.json","parameterValues":[]} \ No newline at end of file +{"uid":"421e5e0cd1e74955","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":1729034631261,"stop":1729034631261,"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":15,"unknown":0,"total":15},"items":[{"uid":"21137fe946b629b0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/21137fe946b629b0","status":"passed","time":{"start":1729034400897,"stop":1729034400897,"duration":0}},{"uid":"82922843cfc2530e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/82922843cfc2530e","status":"passed","time":{"start":1729034317488,"stop":1729034317496,"duration":8}},{"uid":"2c52217137bf2df1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2c52217137bf2df1","status":"passed","time":{"start":1729034137154,"stop":1729034137155,"duration":1}},{"uid":"f43e7ef0ef90cb49","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f43e7ef0ef90cb49","status":"passed","time":{"start":1729032206887,"stop":1729032206887,"duration":0}},{"uid":"f55ac0383e9d415","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f55ac0383e9d415","status":"passed","time":{"start":1728901995034,"stop":1728901995034,"duration":0}},{"uid":"82f4157b72cd6fed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/82f4157b72cd6fed","status":"passed","time":{"start":1728893421007,"stop":1728893421007,"duration":0}},{"uid":"6fd9f820480397d9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6fd9f820480397d9","status":"passed","time":{"start":1728856368605,"stop":1728856368608,"duration":3}},{"uid":"e4288dde25d74733","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e4288dde25d74733","status":"passed","time":{"start":1728738604691,"stop":1728738604691,"duration":0}},{"uid":"435a6ece101d3d4a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/435a6ece101d3d4a","status":"passed","time":{"start":1728683117668,"stop":1728683117673,"duration":5}},{"uid":"ff1c999c7a476813","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ff1c999c7a476813","status":"passed","time":{"start":1728682721325,"stop":1728682721325,"duration":0}},{"uid":"93ba4fa5566cb4b2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93ba4fa5566cb4b2","status":"passed","time":{"start":1728677184692,"stop":1728677184692,"duration":0}},{"uid":"ba1637fc851ab0f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ba1637fc851ab0f9","status":"passed","time":{"start":1728669866474,"stop":1728669866475,"duration":1}},{"uid":"a9d997f5f7450325","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a9d997f5f7450325","status":"passed","time":{"start":1728598250008,"stop":1728598250009,"duration":1}},{"uid":"530affbbc82dce36","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/530affbbc82dce36","status":"passed","time":{"start":1728597472308,"stop":1728597472308,"duration":0}}]},"tags":[]},"source":"421e5e0cd1e74955.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/4251ef98edc647db.json b/7588/data/test-cases/4251ef98edc647db.json new file mode 100644 index 00000000000..9e4ba30dd12 --- /dev/null +++ b/7588/data/test-cases/4251ef98edc647db.json @@ -0,0 +1 @@ +{"uid":"4251ef98edc647db","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":1729034558118,"stop":1729034558119,"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":14,"unknown":0,"total":14},"items":[{"uid":"dea5b50ddd43768","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dea5b50ddd43768","status":"passed","time":{"start":1729034245513,"stop":1729034245514,"duration":1}},{"uid":"c086c39833a424d4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c086c39833a424d4","status":"passed","time":{"start":1729034063489,"stop":1729034063489,"duration":0}},{"uid":"2b90460e936d45dc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b90460e936d45dc","status":"passed","time":{"start":1729032122635,"stop":1729032122635,"duration":0}},{"uid":"ca922adee6dc1364","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ca922adee6dc1364","status":"passed","time":{"start":1728901785627,"stop":1728901785627,"duration":0}},{"uid":"ff076f880796388e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff076f880796388e","status":"passed","time":{"start":1728893218774,"stop":1728893218774,"duration":0}},{"uid":"b6063cd5bc9eedf9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b6063cd5bc9eedf9","status":"passed","time":{"start":1728856192659,"stop":1728856192660,"duration":1}},{"uid":"9ca1d1b680d2cb99","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ca1d1b680d2cb99","status":"passed","time":{"start":1728738398086,"stop":1728738398087,"duration":1}},{"uid":"d22ef54559ddbc22","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d22ef54559ddbc22","status":"passed","time":{"start":1728682944500,"stop":1728682944505,"duration":5}},{"uid":"22788ac450b3941","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/22788ac450b3941","status":"passed","time":{"start":1728682507861,"stop":1728682507861,"duration":0}},{"uid":"5af706a0f8e01892","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5af706a0f8e01892","status":"passed","time":{"start":1728676995527,"stop":1728676995527,"duration":0}},{"uid":"a9307264fa5cf700","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a9307264fa5cf700","status":"passed","time":{"start":1728669665536,"stop":1728669665536,"duration":0}},{"uid":"c6dc01ac594b9784","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c6dc01ac594b9784","status":"passed","time":{"start":1728598056479,"stop":1728598056480,"duration":1}},{"uid":"d9aeff0fe3035ee9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9aeff0fe3035ee9","status":"passed","time":{"start":1728597264028,"stop":1728597264029,"duration":1}}]},"tags":[]},"source":"4251ef98edc647db.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/42ab892b8e5fedd.json b/7588/data/test-cases/42ab892b8e5fedd.json new file mode 100644 index 00000000000..f2cec8d90c4 --- /dev/null +++ b/7588/data/test-cases/42ab892b8e5fedd.json @@ -0,0 +1 @@ +{"uid":"42ab892b8e5fedd","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":1729034348762,"stop":1729034348762,"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":15,"unknown":0,"total":15},"items":[{"uid":"97ff751dcb75f82d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/97ff751dcb75f82d","status":"passed","time":{"start":1729034112605,"stop":1729034112605,"duration":0}},{"uid":"75584499f9806342","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/75584499f9806342","status":"passed","time":{"start":1729034035873,"stop":1729034035873,"duration":0}},{"uid":"b6894e6dfb574f5c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6894e6dfb574f5c","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0}},{"uid":"ac611eb574088876","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac611eb574088876","status":"passed","time":{"start":1729031900272,"stop":1729031900272,"duration":0}},{"uid":"9dd3294eb00f377f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9dd3294eb00f377f","status":"passed","time":{"start":1728901446178,"stop":1728901446178,"duration":0}},{"uid":"f14bf19500710787","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f14bf19500710787","status":"passed","time":{"start":1728892876478,"stop":1728892876478,"duration":0}},{"uid":"cb7fee61fbba2fff","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cb7fee61fbba2fff","status":"passed","time":{"start":1728855839199,"stop":1728855839200,"duration":1}},{"uid":"755ca7456de2cf80","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/755ca7456de2cf80","status":"passed","time":{"start":1728738056465,"stop":1728738056465,"duration":0}},{"uid":"456da0a9cf6d856d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/456da0a9cf6d856d","status":"passed","time":{"start":1728682590045,"stop":1728682590045,"duration":0}},{"uid":"bb7a1ea32d6022a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb7a1ea32d6022a1","status":"passed","time":{"start":1728682162839,"stop":1728682162839,"duration":0}},{"uid":"f59bdd198a29596e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f59bdd198a29596e","status":"passed","time":{"start":1728676637412,"stop":1728676637412,"duration":0}},{"uid":"ffada467f16dacda","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ffada467f16dacda","status":"passed","time":{"start":1728669360495,"stop":1728669360495,"duration":0}},{"uid":"fe51a3b15f685f56","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fe51a3b15f685f56","status":"passed","time":{"start":1728597701237,"stop":1728597701237,"duration":0}},{"uid":"798001ef499cbf9a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/798001ef499cbf9a","status":"passed","time":{"start":1728596920371,"stop":1728596920372,"duration":1}}]},"tags":[]},"source":"42ab892b8e5fedd.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/a48e5755ac9c03c7.json b/7588/data/test-cases/42d1a76a90d9ccaa.json similarity index 88% rename from 7556/data/test-cases/a48e5755ac9c03c7.json rename to 7588/data/test-cases/42d1a76a90d9ccaa.json index f7d1a0a8759..c9ab1c47548 100644 --- a/7556/data/test-cases/a48e5755ac9c03c7.json +++ b/7588/data/test-cases/42d1a76a90d9ccaa.json @@ -1 +1 @@ -{"uid":"a48e5755ac9c03c7","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":1728457510424,"stop":1728457510427,"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":6,"unknown":0,"total":6},"items":[{"uid":"913795f12731dddb","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/913795f12731dddb","status":"passed","time":{"start":1728456448197,"stop":1728456448197,"duration":0}},{"uid":"edbf6f516fbd1f93","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/edbf6f516fbd1f93","status":"passed","time":{"start":1728456195686,"stop":1728456195686,"duration":0}},{"uid":"d5da90aefbfe10e2","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/d5da90aefbfe10e2","status":"passed","time":{"start":1728456166701,"stop":1728456166701,"duration":0}},{"uid":"ce903212f4b99669","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/ce903212f4b99669","status":"passed","time":{"start":1728455516697,"stop":1728455516697,"duration":0}},{"uid":"6f9ba361b18f7c8f","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/6f9ba361b18f7c8f","status":"passed","time":{"start":1728452508939,"stop":1728452508940,"duration":1}}]},"tags":[]},"source":"a48e5755ac9c03c7.json","parameterValues":[]} \ No newline at end of file +{"uid":"42d1a76a90d9ccaa","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":1729034631250,"stop":1729034631250,"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":15,"unknown":0,"total":15},"items":[{"uid":"8a0719908bdb8aa5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a0719908bdb8aa5","status":"passed","time":{"start":1729034400886,"stop":1729034400886,"duration":0}},{"uid":"26c2fb34f9c3815f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/26c2fb34f9c3815f","status":"passed","time":{"start":1729034317448,"stop":1729034317449,"duration":1}},{"uid":"9acd9f6755e0e3f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9acd9f6755e0e3f6","status":"passed","time":{"start":1729034137129,"stop":1729034137129,"duration":0}},{"uid":"aae2bea45cba8b5c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aae2bea45cba8b5c","status":"passed","time":{"start":1729032206872,"stop":1729032206873,"duration":1}},{"uid":"89d9ed99aa223516","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/89d9ed99aa223516","status":"passed","time":{"start":1728901995019,"stop":1728901995020,"duration":1}},{"uid":"4d5a61e9ccec95de","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4d5a61e9ccec95de","status":"passed","time":{"start":1728893420993,"stop":1728893420993,"duration":0}},{"uid":"368a1f0378856e17","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/368a1f0378856e17","status":"passed","time":{"start":1728856368594,"stop":1728856368594,"duration":0}},{"uid":"25424586ebe8bd3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/25424586ebe8bd3","status":"passed","time":{"start":1728738604678,"stop":1728738604678,"duration":0}},{"uid":"1dbcd4b4670e4cdc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1dbcd4b4670e4cdc","status":"passed","time":{"start":1728683117616,"stop":1728683117617,"duration":1}},{"uid":"ad5dc97b08580523","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ad5dc97b08580523","status":"passed","time":{"start":1728682721316,"stop":1728682721316,"duration":0}},{"uid":"1b37c6576b92671","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b37c6576b92671","status":"passed","time":{"start":1728677184681,"stop":1728677184681,"duration":0}},{"uid":"299016e5acb3b792","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/299016e5acb3b792","status":"passed","time":{"start":1728669866447,"stop":1728669866447,"duration":0}},{"uid":"cdffc46f9c21474","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cdffc46f9c21474","status":"passed","time":{"start":1728598249973,"stop":1728598249974,"duration":1}},{"uid":"4fe5de14108bd2d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4fe5de14108bd2d2","status":"passed","time":{"start":1728597472289,"stop":1728597472289,"duration":0}}]},"tags":[]},"source":"42d1a76a90d9ccaa.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/699d52e75e584154.json b/7588/data/test-cases/42f7d1138fc735ba.json similarity index 81% rename from 7556/data/test-cases/699d52e75e584154.json rename to 7588/data/test-cases/42f7d1138fc735ba.json index a8b72056369..64171038b97 100644 --- a/7556/data/test-cases/699d52e75e584154.json +++ b/7588/data/test-cases/42f7d1138fc735ba.json @@ -1 +1 @@ -{"uid":"699d52e75e584154","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":1728457322417,"stop":1728457322422,"duration":5},"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":6,"unknown":0,"total":6},"items":[{"uid":"9ea8f675e75e52be","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/9ea8f675e75e52be","status":"passed","time":{"start":1728456287231,"stop":1728456287232,"duration":1}},{"uid":"b3374c192cef6932","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/b3374c192cef6932","status":"passed","time":{"start":1728455980759,"stop":1728455980759,"duration":0}},{"uid":"6b7680f0eec0ad89","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/6b7680f0eec0ad89","status":"passed","time":{"start":1728455789239,"stop":1728455789240,"duration":1}},{"uid":"630161110471d575","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/630161110471d575","status":"passed","time":{"start":1728455146549,"stop":1728455146549,"duration":0}},{"uid":"a0ac7b7c5dc4f97b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a0ac7b7c5dc4f97b","status":"passed","time":{"start":1728452163126,"stop":1728452163127,"duration":1}}]},"tags":[]},"source":"699d52e75e584154.json","parameterValues":[]} \ No newline at end of file +{"uid":"42f7d1138fc735ba","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":1729034506792,"stop":1729034506792,"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":15,"unknown":0,"total":15},"items":[{"uid":"60c427569cd05b1a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/60c427569cd05b1a","status":"passed","time":{"start":1729034259816,"stop":1729034259817,"duration":1}},{"uid":"fb3da0feb1654a40","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fb3da0feb1654a40","status":"passed","time":{"start":1729034194016,"stop":1729034194017,"duration":1}},{"uid":"c9d88f93e9e346e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c9d88f93e9e346e","status":"passed","time":{"start":1729034014867,"stop":1729034014871,"duration":4}},{"uid":"2e786613f025bf51","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e786613f025bf51","status":"passed","time":{"start":1729032065450,"stop":1729032065452,"duration":2}},{"uid":"518c46f5f0679aa5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/518c46f5f0679aa5","status":"passed","time":{"start":1728901664264,"stop":1728901664265,"duration":1}},{"uid":"dff17761edd0f44c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dff17761edd0f44c","status":"passed","time":{"start":1728893093690,"stop":1728893093690,"duration":0}},{"uid":"454fd35b7c87e7e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/454fd35b7c87e7e7","status":"passed","time":{"start":1728856055271,"stop":1728856055271,"duration":0}},{"uid":"37f429f4f798b995","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37f429f4f798b995","status":"passed","time":{"start":1728738274743,"stop":1728738274743,"duration":0}},{"uid":"3d7c21bb5cceab5a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3d7c21bb5cceab5a","status":"passed","time":{"start":1728682807956,"stop":1728682807956,"duration":0}},{"uid":"1c96ac0f06aec6a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1c96ac0f06aec6a1","status":"passed","time":{"start":1728682381283,"stop":1728682381284,"duration":1}},{"uid":"f973d5b5d6fd28aa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f973d5b5d6fd28aa","status":"passed","time":{"start":1728676853896,"stop":1728676853896,"duration":0}},{"uid":"3bf1770ee6fbe3c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3bf1770ee6fbe3c1","status":"passed","time":{"start":1728669581693,"stop":1728669581694,"duration":1}},{"uid":"d549a56e989bd7d0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d549a56e989bd7d0","status":"passed","time":{"start":1728597923480,"stop":1728597923480,"duration":0}},{"uid":"ea0757b0ce2fc827","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea0757b0ce2fc827","status":"passed","time":{"start":1728597132262,"stop":1728597132262,"duration":0}}]},"tags":[]},"source":"42f7d1138fc735ba.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c4e1ca26115e6dfa.json b/7588/data/test-cases/42f88e5d3badf276.json similarity index 85% rename from 7556/data/test-cases/c4e1ca26115e6dfa.json rename to 7588/data/test-cases/42f88e5d3badf276.json index 79a24b17e30..cf7866830f8 100644 --- a/7556/data/test-cases/c4e1ca26115e6dfa.json +++ b/7588/data/test-cases/42f88e5d3badf276.json @@ -1 +1 @@ -{"uid":"c4e1ca26115e6dfa","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":1728457537123,"stop":1728457537123,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"5f1c16c3b8fd60e4","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/5f1c16c3b8fd60e4","status":"passed","time":{"start":1728456499092,"stop":1728456499092,"duration":0}},{"uid":"ae08407370b881fe","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ae08407370b881fe","status":"passed","time":{"start":1728456215071,"stop":1728456215072,"duration":1}},{"uid":"c2552cfe506a6665","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/c2552cfe506a6665","status":"passed","time":{"start":1728456167126,"stop":1728456167126,"duration":0}},{"uid":"8e78ce9764446d49","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/8e78ce9764446d49","status":"passed","time":{"start":1728455518184,"stop":1728455518190,"duration":6}},{"uid":"f2573db5cf529f2b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f2573db5cf529f2b","status":"passed","time":{"start":1728452534874,"stop":1728452534875,"duration":1}}]},"tags":[]},"source":"c4e1ca26115e6dfa.json","parameterValues":[]} \ No newline at end of file +{"uid":"42f88e5d3badf276","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":1729034704492,"stop":1729034704492,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"34f5824d8a40198","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/34f5824d8a40198","status":"passed","time":{"start":1729034474983,"stop":1729034474984,"duration":1}},{"uid":"8b1067c100838fd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8b1067c100838fd","status":"passed","time":{"start":1729034395288,"stop":1729034395288,"duration":0}},{"uid":"afcfccce3eafa91c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/afcfccce3eafa91c","status":"passed","time":{"start":1729034209092,"stop":1729034209092,"duration":0}},{"uid":"50f58db9fb7c8442","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/50f58db9fb7c8442","status":"passed","time":{"start":1729032264563,"stop":1729032264564,"duration":1}},{"uid":"d938ca5932afa8b1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d938ca5932afa8b1","status":"passed","time":{"start":1728902012839,"stop":1728902012840,"duration":1}},{"uid":"94409cebdc6f9924","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/94409cebdc6f9924","status":"passed","time":{"start":1728893454808,"stop":1728893454808,"duration":0}},{"uid":"cb9b45f022de42bb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cb9b45f022de42bb","status":"passed","time":{"start":1728856408449,"stop":1728856408449,"duration":0}},{"uid":"901da638f22bae0a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/901da638f22bae0a","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"7f92768c47dc3449","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7f92768c47dc3449","status":"passed","time":{"start":1728683159748,"stop":1728683159748,"duration":0}},{"uid":"7adc8d39013b4cf2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7adc8d39013b4cf2","status":"passed","time":{"start":1728682751326,"stop":1728682751326,"duration":0}},{"uid":"f6a16816bb720766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f6a16816bb720766","status":"passed","time":{"start":1728677216352,"stop":1728677216352,"duration":0}},{"uid":"9c8a9de3daeb2079","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c8a9de3daeb2079","status":"passed","time":{"start":1728669925450,"stop":1728669925450,"duration":0}},{"uid":"a8df3a1517e9105","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8df3a1517e9105","status":"passed","time":{"start":1728598268798,"stop":1728598268799,"duration":1}},{"uid":"f19ad6f2381c2ed1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f19ad6f2381c2ed1","status":"passed","time":{"start":1728597503910,"stop":1728597503911,"duration":1}}]},"tags":[]},"source":"42f88e5d3badf276.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/432ebc3e1c4c5a54.json b/7588/data/test-cases/432ebc3e1c4c5a54.json new file mode 100644 index 00000000000..99334764b7e --- /dev/null +++ b/7588/data/test-cases/432ebc3e1c4c5a54.json @@ -0,0 +1 @@ +{"uid":"432ebc3e1c4c5a54","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":1729034332629,"stop":1729034332629,"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":15,"unknown":0,"total":15},"items":[{"uid":"e992be98fe14a396","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e992be98fe14a396","status":"passed","time":{"start":1729034096130,"stop":1729034096131,"duration":1}},{"uid":"d2f03bb11d1347ae","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d2f03bb11d1347ae","status":"passed","time":{"start":1729034020088,"stop":1729034020088,"duration":0}},{"uid":"41453a7db2dca4c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41453a7db2dca4c2","status":"passed","time":{"start":1729033834381,"stop":1729033834382,"duration":1}},{"uid":"6fe4c7a3e8f2f70a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6fe4c7a3e8f2f70a","status":"passed","time":{"start":1729031884114,"stop":1729031884114,"duration":0}},{"uid":"1a5c706d874d9e90","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1a5c706d874d9e90","status":"passed","time":{"start":1728901430252,"stop":1728901430253,"duration":1}},{"uid":"c10bb52168dcee3e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c10bb52168dcee3e","status":"passed","time":{"start":1728892860529,"stop":1728892860530,"duration":1}},{"uid":"9d99b0734e7f823d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9d99b0734e7f823d","status":"passed","time":{"start":1728855823320,"stop":1728855823320,"duration":0}},{"uid":"8cfd1ef08125fa28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8cfd1ef08125fa28","status":"passed","time":{"start":1728738040598,"stop":1728738040599,"duration":1}},{"uid":"9765f73718dc31cb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9765f73718dc31cb","status":"passed","time":{"start":1728682574089,"stop":1728682574089,"duration":0}},{"uid":"2f900e4228688159","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f900e4228688159","status":"passed","time":{"start":1728682146813,"stop":1728682146815,"duration":2}},{"uid":"6e4765877360bdbb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6e4765877360bdbb","status":"passed","time":{"start":1728676621429,"stop":1728676621429,"duration":0}},{"uid":"8e8f80932ebcb0c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8e8f80932ebcb0c1","status":"passed","time":{"start":1728669344465,"stop":1728669344465,"duration":0}},{"uid":"66b0ec48096a86b3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/66b0ec48096a86b3","status":"passed","time":{"start":1728597685158,"stop":1728597685159,"duration":1}},{"uid":"8f9c77e6e9dcd3e2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8f9c77e6e9dcd3e2","status":"passed","time":{"start":1728596904465,"stop":1728596904465,"duration":0}}]},"tags":[]},"source":"432ebc3e1c4c5a54.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/4337081fa7adedf0.json b/7588/data/test-cases/4337081fa7adedf0.json new file mode 100644 index 00000000000..4d1c2f24b38 --- /dev/null +++ b/7588/data/test-cases/4337081fa7adedf0.json @@ -0,0 +1 @@ +{"uid":"4337081fa7adedf0","name":"should not add existing peers","fullName":"/src/protocols/peer_manager.spec.ts: PeerManager > findAndAddPeers > should not add existing peers","historyId":"16125d401eb03e1fb863516079415d8e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373029,"stop":1729034373030,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.protocols"},{"name":"parentSuite","value":"PeerManager"},{"name":"suite","value":"findAndAddPeers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"65619ac9946c6eb8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/65619ac9946c6eb8","status":"passed","time":{"start":1729034137317,"stop":1729034137317,"duration":0}},{"uid":"eb69265a4a5e6e93","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/eb69265a4a5e6e93","status":"passed","time":{"start":1729034060022,"stop":1729034060022,"duration":0}},{"uid":"22677fa25313314a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/22677fa25313314a","status":"passed","time":{"start":1729033874965,"stop":1729033874966,"duration":1}},{"uid":"410999e8f816ca98","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/410999e8f816ca98","status":"passed","time":{"start":1729031924903,"stop":1729031924903,"duration":0}},{"uid":"7c1c11172e6b7eb4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7c1c11172e6b7eb4","status":"passed","time":{"start":1728901469130,"stop":1728901469130,"duration":0}},{"uid":"b95d01a9e0380e24","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b95d01a9e0380e24","status":"passed","time":{"start":1728892899795,"stop":1728892899796,"duration":1}},{"uid":"abcc8b118948b149","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/abcc8b118948b149","status":"passed","time":{"start":1728855863060,"stop":1728855863061,"duration":1}},{"uid":"4a051784ac534693","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4a051784ac534693","status":"passed","time":{"start":1728738080903,"stop":1728738080903,"duration":0}},{"uid":"2f77048631bdf832","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2f77048631bdf832","status":"passed","time":{"start":1728682614311,"stop":1728682614311,"duration":0}},{"uid":"183fba3decfb249a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/183fba3decfb249a","status":"passed","time":{"start":1728682187096,"stop":1728682187097,"duration":1}},{"uid":"212e7e6c3fadd166","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/212e7e6c3fadd166","status":"passed","time":{"start":1728676661489,"stop":1728676661489,"duration":0}},{"uid":"cefed468828ae50d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cefed468828ae50d","status":"passed","time":{"start":1728669384664,"stop":1728669384665,"duration":1}},{"uid":"217e408201950c0e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/217e408201950c0e","status":"passed","time":{"start":1728597724236,"stop":1728597724236,"duration":0}},{"uid":"2eaaed9f0f90888b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2eaaed9f0f90888b","status":"passed","time":{"start":1728596943284,"stop":1728596943284,"duration":0}}]},"tags":[]},"source":"4337081fa7adedf0.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/434a39bc0e73f8d2.json b/7588/data/test-cases/434a39bc0e73f8d2.json new file mode 100644 index 00000000000..ebd4e76e106 --- /dev/null +++ b/7588/data/test-cases/434a39bc0e73f8d2.json @@ -0,0 +1 @@ +{"uid":"434a39bc0e73f8d2","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":1729034626850,"stop":1729034626850,"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":15,"unknown":0,"total":15},"items":[{"uid":"b87cd005ab38ab9b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b87cd005ab38ab9b","status":"passed","time":{"start":1729034398546,"stop":1729034398546,"duration":0}},{"uid":"e6136e40497b3c00","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e6136e40497b3c00","status":"passed","time":{"start":1729034314812,"stop":1729034314812,"duration":0}},{"uid":"e7e8b7c01bbb853d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7e8b7c01bbb853d","status":"passed","time":{"start":1729034137162,"stop":1729034137162,"duration":0}},{"uid":"4d9bfdc358f2cb4f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4d9bfdc358f2cb4f","status":"passed","time":{"start":1729032187244,"stop":1729032187244,"duration":0}},{"uid":"1530e187c46a7ab7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1530e187c46a7ab7","status":"passed","time":{"start":1728901888428,"stop":1728901888428,"duration":0}},{"uid":"54ac4e84686e696e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54ac4e84686e696e","status":"passed","time":{"start":1728893323780,"stop":1728893323780,"duration":0}},{"uid":"7de2810f4adba981","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7de2810f4adba981","status":"passed","time":{"start":1728856285924,"stop":1728856285925,"duration":1}},{"uid":"9990dba9b5a4e9b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9990dba9b5a4e9b9","status":"passed","time":{"start":1728738498273,"stop":1728738498273,"duration":0}},{"uid":"aa266f9592fc4d7f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aa266f9592fc4d7f","status":"passed","time":{"start":1728683041389,"stop":1728683041390,"duration":1}},{"uid":"c87f5332c614e477","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c87f5332c614e477","status":"passed","time":{"start":1728682596009,"stop":1728682596011,"duration":2}},{"uid":"4b48e7690c262ff2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4b48e7690c262ff2","status":"passed","time":{"start":1728677091265,"stop":1728677091266,"duration":1}},{"uid":"280f3217bc8f197b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/280f3217bc8f197b","status":"passed","time":{"start":1728669766423,"stop":1728669766424,"duration":1}},{"uid":"c078bdb921692726","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c078bdb921692726","status":"passed","time":{"start":1728598152071,"stop":1728598152071,"duration":0}},{"uid":"6df1de10176c5d9b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6df1de10176c5d9b","status":"passed","time":{"start":1728597364114,"stop":1728597364114,"duration":0}}]},"tags":[]},"source":"434a39bc0e73f8d2.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9612b15b4ee7cf63.json b/7588/data/test-cases/43622ec04811649b.json similarity index 83% rename from 7556/data/test-cases/9612b15b4ee7cf63.json rename to 7588/data/test-cases/43622ec04811649b.json index 791136cbd16..eab64f20caa 100644 --- a/7556/data/test-cases/9612b15b4ee7cf63.json +++ b/7588/data/test-cases/43622ec04811649b.json @@ -1 +1 @@ -{"uid":"9612b15b4ee7cf63","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":1728457448623,"stop":1728457448624,"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":6,"unknown":0,"total":6},"items":[{"uid":"8f1fec15d6fd69c0","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/8f1fec15d6fd69c0","status":"passed","time":{"start":1728456402404,"stop":1728456402404,"duration":0}},{"uid":"1c7319646d3ee17e","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/1c7319646d3ee17e","status":"passed","time":{"start":1728456120440,"stop":1728456120441,"duration":1}},{"uid":"6d11597a15f96fc0","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/6d11597a15f96fc0","status":"passed","time":{"start":1728456038376,"stop":1728456038376,"duration":0}},{"uid":"31015f98fad4ba9e","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/31015f98fad4ba9e","status":"passed","time":{"start":1728455403831,"stop":1728455403831,"duration":0}},{"uid":"af5f24ea35894654","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/af5f24ea35894654","status":"passed","time":{"start":1728452400294,"stop":1728452400295,"duration":1}}]},"tags":[]},"source":"9612b15b4ee7cf63.json","parameterValues":[]} \ No newline at end of file +{"uid":"43622ec04811649b","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":1729034611682,"stop":1729034611682,"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":15,"unknown":0,"total":15},"items":[{"uid":"ed5c9d7e85047882","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ed5c9d7e85047882","status":"passed","time":{"start":1729034393657,"stop":1729034393658,"duration":1}},{"uid":"4944f531b4ea977a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4944f531b4ea977a","status":"passed","time":{"start":1729034304855,"stop":1729034304856,"duration":1}},{"uid":"911db5bac5406f2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/911db5bac5406f2c","status":"passed","time":{"start":1729034121946,"stop":1729034121947,"duration":1}},{"uid":"4ce44b4f8338038b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4ce44b4f8338038b","status":"passed","time":{"start":1729032174921,"stop":1729032174927,"duration":6}},{"uid":"fa7c590c79e21781","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fa7c590c79e21781","status":"passed","time":{"start":1728901881027,"stop":1728901881028,"duration":1}},{"uid":"157483459dee2f20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/157483459dee2f20","status":"passed","time":{"start":1728893317180,"stop":1728893317181,"duration":1}},{"uid":"9bcba59f84f58bb3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9bcba59f84f58bb3","status":"passed","time":{"start":1728856263111,"stop":1728856263111,"duration":0}},{"uid":"6e8b137ba01e2ae4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e8b137ba01e2ae4","status":"passed","time":{"start":1728738492805,"stop":1728738492805,"duration":0}},{"uid":"981b50b88b475a80","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/981b50b88b475a80","status":"passed","time":{"start":1728683030028,"stop":1728683030029,"duration":1}},{"uid":"2bbc59e7939c109f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2bbc59e7939c109f","status":"passed","time":{"start":1728682581114,"stop":1728682581128,"duration":14}},{"uid":"974f806a69ed0014","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/974f806a69ed0014","status":"passed","time":{"start":1728677082009,"stop":1728677082010,"duration":1}},{"uid":"46b678108ec83b69","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/46b678108ec83b69","status":"passed","time":{"start":1728669795406,"stop":1728669795406,"duration":0}},{"uid":"fc18bd91d5d8b8fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc18bd91d5d8b8fb","status":"passed","time":{"start":1728598137509,"stop":1728598137509,"duration":0}},{"uid":"c2859150c6c959cf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c2859150c6c959cf","status":"passed","time":{"start":1728597353486,"stop":1728597353487,"duration":1}}]},"tags":[]},"source":"43622ec04811649b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/73fe0d36e4f0b090.json b/7588/data/test-cases/439e60e83ba2c9bc.json similarity index 88% rename from 7556/data/test-cases/73fe0d36e4f0b090.json rename to 7588/data/test-cases/439e60e83ba2c9bc.json index 9929b5f183c..85f9e1b852e 100644 --- a/7556/data/test-cases/73fe0d36e4f0b090.json +++ b/7588/data/test-cases/439e60e83ba2c9bc.json @@ -1 +1 @@ -{"uid":"73fe0d36e4f0b090","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":1728457473525,"stop":1728457473526,"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":6,"unknown":0,"total":6},"items":[{"uid":"58544dd7ed589381","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/58544dd7ed589381","status":"passed","time":{"start":1728456428373,"stop":1728456428374,"duration":1}},{"uid":"6006722f3c051d4d","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/6006722f3c051d4d","status":"passed","time":{"start":1728456157803,"stop":1728456157803,"duration":0}},{"uid":"dfd63ddfbe196191","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/dfd63ddfbe196191","status":"passed","time":{"start":1728456063542,"stop":1728456063542,"duration":0}},{"uid":"8c423656fa24894e","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/8c423656fa24894e","status":"passed","time":{"start":1728455422538,"stop":1728455422538,"duration":0}},{"uid":"a51583fe42cbef84","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a51583fe42cbef84","status":"passed","time":{"start":1728452417660,"stop":1728452417660,"duration":0}}]},"tags":[]},"source":"73fe0d36e4f0b090.json","parameterValues":[]} \ No newline at end of file +{"uid":"439e60e83ba2c9bc","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":1729034617762,"stop":1729034617762,"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":15,"unknown":0,"total":15},"items":[{"uid":"592a32cbbf64e3d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/592a32cbbf64e3d1","status":"passed","time":{"start":1729034370871,"stop":1729034370880,"duration":9}},{"uid":"33c9475e03fc36e0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/33c9475e03fc36e0","status":"passed","time":{"start":1729034308878,"stop":1729034308879,"duration":1}},{"uid":"2b72a7ba1ad02d63","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2b72a7ba1ad02d63","status":"passed","time":{"start":1729034129475,"stop":1729034129476,"duration":1}},{"uid":"cf4d05f5536f0b5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cf4d05f5536f0b5d","status":"passed","time":{"start":1729032178369,"stop":1729032178369,"duration":0}},{"uid":"56bb72ab20b13b68","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56bb72ab20b13b68","status":"passed","time":{"start":1728901896349,"stop":1728901896349,"duration":0}},{"uid":"beda474adf908035","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/beda474adf908035","status":"passed","time":{"start":1728893329027,"stop":1728893329027,"duration":0}},{"uid":"62394f073e20d18e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62394f073e20d18e","status":"passed","time":{"start":1728856284766,"stop":1728856284766,"duration":0}},{"uid":"38daa9950548cc1d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38daa9950548cc1d","status":"passed","time":{"start":1728738494942,"stop":1728738494943,"duration":1}},{"uid":"b6fe1e4793b5e849","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6fe1e4793b5e849","status":"passed","time":{"start":1728683033633,"stop":1728683033633,"duration":0}},{"uid":"81a1c2bf1625e4d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/81a1c2bf1625e4d7","status":"passed","time":{"start":1728682601738,"stop":1728682601738,"duration":0}},{"uid":"8361ea2b1d43b8b9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8361ea2b1d43b8b9","status":"passed","time":{"start":1728677107963,"stop":1728677107963,"duration":0}},{"uid":"cc502acc0ca90a41","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc502acc0ca90a41","status":"passed","time":{"start":1728669764753,"stop":1728669764753,"duration":0}},{"uid":"4b7f62e8e49a0a99","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b7f62e8e49a0a99","status":"passed","time":{"start":1728598157564,"stop":1728598157564,"duration":0}},{"uid":"a73c495de272e51a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a73c495de272e51a","status":"passed","time":{"start":1728597369075,"stop":1728597369075,"duration":0}}]},"tags":[]},"source":"439e60e83ba2c9bc.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/274fa610c18d8b5a.json b/7588/data/test-cases/43aa0c74242f31a6.json similarity index 54% rename from 7556/data/test-cases/274fa610c18d8b5a.json rename to 7588/data/test-cases/43aa0c74242f31a6.json index 930e934e3c8..78abe6b1984 100644 --- a/7556/data/test-cases/274fa610c18d8b5a.json +++ b/7588/data/test-cases/43aa0c74242f31a6.json @@ -1 +1 @@ -{"uid":"274fa610c18d8b5a","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":1728457280064,"stop":1728457280065,"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":6,"unknown":0,"total":6},"items":[{"uid":"12e3f495db9af61d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/12e3f495db9af61d","status":"passed","time":{"start":1728456247434,"stop":1728456247434,"duration":0}},{"uid":"d2f44d3a8cc761cc","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/d2f44d3a8cc761cc","status":"passed","time":{"start":1728455938203,"stop":1728455938205,"duration":2}},{"uid":"e7cd573acbfb0ee1","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e7cd573acbfb0ee1","status":"passed","time":{"start":1728455725247,"stop":1728455725248,"duration":1}},{"uid":"cdd23a73dad49f2f","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/cdd23a73dad49f2f","status":"passed","time":{"start":1728455087630,"stop":1728455087630,"duration":0}},{"uid":"6e35bd47c2aec605","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/6e35bd47c2aec605","status":"passed","time":{"start":1728452102672,"stop":1728452102672,"duration":0}}]},"tags":[]},"source":"274fa610c18d8b5a.json","parameterValues":[]} \ No newline at end of file +{"uid":"43aa0c74242f31a6","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":1729034462535,"stop":1729034462535,"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":15,"unknown":0,"total":15},"items":[{"uid":"c43ad9e267e6108c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c43ad9e267e6108c","status":"passed","time":{"start":1729034231346,"stop":1729034231347,"duration":1}},{"uid":"cd7b5b940d2b1cfc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cd7b5b940d2b1cfc","status":"passed","time":{"start":1729034153007,"stop":1729034153007,"duration":0}},{"uid":"8039a592883ee391","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8039a592883ee391","status":"passed","time":{"start":1729033965758,"stop":1729033965758,"duration":0}},{"uid":"8b92f9dd1827f30b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b92f9dd1827f30b","status":"passed","time":{"start":1729032018039,"stop":1729032018039,"duration":0}},{"uid":"f57badf3790298e7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f57badf3790298e7","status":"passed","time":{"start":1728901595890,"stop":1728901595891,"duration":1}},{"uid":"a93dbb81a91371c3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a93dbb81a91371c3","status":"passed","time":{"start":1728893032692,"stop":1728893032692,"duration":0}},{"uid":"cc989f8154908451","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc989f8154908451","status":"passed","time":{"start":1728855998191,"stop":1728855998191,"duration":0}},{"uid":"67eaee90d08803b3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67eaee90d08803b3","status":"passed","time":{"start":1728738212198,"stop":1728738212212,"duration":14}},{"uid":"bc5acd0eb0968a3c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc5acd0eb0968a3c","status":"passed","time":{"start":1728682746616,"stop":1728682746617,"duration":1}},{"uid":"995f020f55d7c297","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/995f020f55d7c297","status":"passed","time":{"start":1728682328620,"stop":1728682328620,"duration":0}},{"uid":"cc2074b3cbc2c1a9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cc2074b3cbc2c1a9","status":"passed","time":{"start":1728676807596,"stop":1728676807596,"duration":0}},{"uid":"fcecbcd601515545","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fcecbcd601515545","status":"passed","time":{"start":1728669514931,"stop":1728669514931,"duration":0}},{"uid":"e544866e5501f345","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e544866e5501f345","status":"passed","time":{"start":1728597860140,"stop":1728597860140,"duration":0}},{"uid":"d486560b89bee97f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d486560b89bee97f","status":"passed","time":{"start":1728597074718,"stop":1728597074718,"duration":0}}]},"tags":[]},"source":"43aa0c74242f31a6.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/43f6956e7141c7e6.json b/7588/data/test-cases/43f6956e7141c7e6.json new file mode 100644 index 00000000000..d103728c11a --- /dev/null +++ b/7588/data/test-cases/43f6956e7141c7e6.json @@ -0,0 +1 @@ +{"uid":"43f6956e7141c7e6","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":1729034473407,"stop":1729034473407,"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.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":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"72979e64be3d809f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/72979e64be3d809f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241340,"stop":1729034241340,"duration":0}},{"uid":"c67d6a69bb04886c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c67d6a69bb04886c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160195,"stop":1729034160195,"duration":0}},{"uid":"f1192085969f1e43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f1192085969f1e43","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977226,"stop":1729033977227,"duration":1}},{"uid":"800ed5a814992f67","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/800ed5a814992f67","status":"passed","time":{"start":1729032053271,"stop":1729032053271,"duration":0}},{"uid":"ea1147520a25adeb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea1147520a25adeb","status":"passed","time":{"start":1728901711768,"stop":1728901711769,"duration":1}},{"uid":"a34a0a42a0abfa24","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a34a0a42a0abfa24","status":"passed","time":{"start":1728893141899,"stop":1728893141900,"duration":1}},{"uid":"14e631bbf82b295e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/14e631bbf82b295e","status":"passed","time":{"start":1728856103201,"stop":1728856103201,"duration":0}},{"uid":"855711c86bdff4c6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/855711c86bdff4c6","status":"passed","time":{"start":1728738321621,"stop":1728738321621,"duration":0}},{"uid":"f90054757a240828","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f90054757a240828","status":"passed","time":{"start":1728682857569,"stop":1728682857569,"duration":0}},{"uid":"f4a7f5b81f0e230a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f4a7f5b81f0e230a","status":"passed","time":{"start":1728682428804,"stop":1728682428805,"duration":1}},{"uid":"2840aaaec49552bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2840aaaec49552bf","status":"passed","time":{"start":1728676901170,"stop":1728676901171,"duration":1}},{"uid":"2963d23c279b20fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2963d23c279b20fb","status":"passed","time":{"start":1728669573865,"stop":1728669573865,"duration":0}},{"uid":"fcb1acbb90b6436","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fcb1acbb90b6436","status":"passed","time":{"start":1728597972338,"stop":1728597972338,"duration":0}},{"uid":"b0c15aa2bad827e5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b0c15aa2bad827e5","status":"passed","time":{"start":1728597175621,"stop":1728597175621,"duration":0}}]},"tags":[]},"source":"43f6956e7141c7e6.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/4409be8d5b5f2553.json b/7588/data/test-cases/4409be8d5b5f2553.json new file mode 100644 index 00000000000..61874efc85a --- /dev/null +++ b/7588/data/test-cases/4409be8d5b5f2553.json @@ -0,0 +1 @@ +{"uid":"4409be8d5b5f2553","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":1729034473221,"stop":1729034473222,"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.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":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"7a2a637ecbae5243","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a2a637ecbae5243","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241162,"stop":1729034241162,"duration":0}},{"uid":"5371a33fb783a8f2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5371a33fb783a8f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159975,"stop":1729034159976,"duration":1}},{"uid":"3fc1eb106f14f3a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3fc1eb106f14f3a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977066,"stop":1729033977066,"duration":0}},{"uid":"bba08468aa25b058","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bba08468aa25b058","status":"passed","time":{"start":1729032093809,"stop":1729032093810,"duration":1}},{"uid":"5e21031bc90bb7fe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5e21031bc90bb7fe","status":"passed","time":{"start":1728901748783,"stop":1728901748784,"duration":1}},{"uid":"35b291e9d0b71aee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/35b291e9d0b71aee","status":"passed","time":{"start":1728893181088,"stop":1728893181088,"duration":0}},{"uid":"881cd883fcf82cd8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/881cd883fcf82cd8","status":"passed","time":{"start":1728856155553,"stop":1728856155553,"duration":0}},{"uid":"2f4a2b888c8e7c89","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f4a2b888c8e7c89","status":"passed","time":{"start":1728738360302,"stop":1728738360303,"duration":1}},{"uid":"dc6f7d86a5976c3d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc6f7d86a5976c3d","status":"passed","time":{"start":1728682907224,"stop":1728682907224,"duration":0}},{"uid":"aae52355ad7412b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aae52355ad7412b9","status":"passed","time":{"start":1728682466737,"stop":1728682466738,"duration":1}},{"uid":"38a3763235580c0f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38a3763235580c0f","status":"passed","time":{"start":1728676955724,"stop":1728676955724,"duration":0}},{"uid":"bbf24c4d1b510fba","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bbf24c4d1b510fba","status":"passed","time":{"start":1728598013536,"stop":1728598013537,"duration":1}},{"uid":"787d7d0d72336edb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/787d7d0d72336edb","status":"passed","time":{"start":1728597225202,"stop":1728597225202,"duration":0}}]},"tags":[]},"source":"4409be8d5b5f2553.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/44242064104e6e6.json b/7588/data/test-cases/44242064104e6e6.json new file mode 100644 index 00000000000..974f87926af --- /dev/null +++ b/7588/data/test-cases/44242064104e6e6.json @@ -0,0 +1 @@ +{"uid":"44242064104e6e6","name":"Relay + Store","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > Relay + Store","historyId":"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034398614,"stop":1729034398615,"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":15,"unknown":0,"total":15},"items":[{"uid":"8afae3b1662de63c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8afae3b1662de63c","status":"passed","time":{"start":1729034162858,"stop":1729034162858,"duration":0}},{"uid":"8b9847a8d0539a77","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8b9847a8d0539a77","status":"passed","time":{"start":1729034085838,"stop":1729034085839,"duration":1}},{"uid":"a6ebbb055be13728","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6ebbb055be13728","status":"passed","time":{"start":1729033899736,"stop":1729033899737,"duration":1}},{"uid":"c71c6aabd813af3f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c71c6aabd813af3f","status":"passed","time":{"start":1729031949623,"stop":1729031949624,"duration":1}},{"uid":"66657baa3358d4e3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66657baa3358d4e3","status":"passed","time":{"start":1728901494757,"stop":1728901494758,"duration":1}},{"uid":"8f93693dffc6cfcf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8f93693dffc6cfcf","status":"passed","time":{"start":1728892929639,"stop":1728892929640,"duration":1}},{"uid":"1f3d84aa413fb8e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f3d84aa413fb8e2","status":"passed","time":{"start":1728855891580,"stop":1728855891580,"duration":0}},{"uid":"bc903850fa16778","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bc903850fa16778","status":"passed","time":{"start":1728738106822,"stop":1728738106823,"duration":1}},{"uid":"bc344ae13dd6f837","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc344ae13dd6f837","status":"passed","time":{"start":1728682642603,"stop":1728682642603,"duration":0}},{"uid":"2cd45b95513c4d23","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2cd45b95513c4d23","status":"passed","time":{"start":1728682214523,"stop":1728682214523,"duration":0}},{"uid":"855a1204a1e98df5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/855a1204a1e98df5","status":"passed","time":{"start":1728676690540,"stop":1728676690540,"duration":0}},{"uid":"4fb80b9250f32cbf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4fb80b9250f32cbf","status":"passed","time":{"start":1728669414115,"stop":1728669414116,"duration":1}},{"uid":"c97108f3c42042b6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c97108f3c42042b6","status":"passed","time":{"start":1728597753372,"stop":1728597753372,"duration":0}},{"uid":"226b190626affbe6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/226b190626affbe6","status":"passed","time":{"start":1728596970977,"stop":1728596970977,"duration":0}}]},"tags":[]},"source":"44242064104e6e6.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/25727a2199bcc91f.json b/7588/data/test-cases/444016408bac9bfb.json similarity index 51% rename from 7556/data/test-cases/25727a2199bcc91f.json rename to 7588/data/test-cases/444016408bac9bfb.json index da8f34ec57e..824a83557b4 100644 --- a/7556/data/test-cases/25727a2199bcc91f.json +++ b/7588/data/test-cases/444016408bac9bfb.json @@ -1 +1 @@ -{"uid":"25727a2199bcc91f","name":"should wait for LightPush peer to be connected","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should wait for LightPush peer to be connected","historyId":"68015748542293fad5ade257abfb114d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457186698,"stop":1728457186698,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"3295735b5e2b585b","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/3295735b5e2b585b","status":"passed","time":{"start":1728456158946,"stop":1728456158946,"duration":0}},{"uid":"78d8bd7229909433","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/78d8bd7229909433","status":"passed","time":{"start":1728455843439,"stop":1728455843439,"duration":0}},{"uid":"96acef2e250edf1a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/96acef2e250edf1a","status":"passed","time":{"start":1728455594860,"stop":1728455594860,"duration":0}},{"uid":"f7c4856447ea492f","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f7c4856447ea492f","status":"passed","time":{"start":1728454955431,"stop":1728454955431,"duration":0}},{"uid":"bd70062869e9e201","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/bd70062869e9e201","status":"passed","time":{"start":1728451965409,"stop":1728451965409,"duration":0}}]},"tags":[]},"source":"25727a2199bcc91f.json","parameterValues":[]} \ No newline at end of file +{"uid":"444016408bac9bfb","name":"should wait for LightPush peer to be connected","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should wait for LightPush peer to be connected","historyId":"68015748542293fad5ade257abfb114d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373011,"stop":1729034373011,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"42e3acf1db870068","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/42e3acf1db870068","status":"passed","time":{"start":1729034137116,"stop":1729034137116,"duration":0}},{"uid":"6ec9ccbcd3571e68","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6ec9ccbcd3571e68","status":"passed","time":{"start":1729034060046,"stop":1729034060046,"duration":0}},{"uid":"b20358924c201834","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b20358924c201834","status":"passed","time":{"start":1729033875029,"stop":1729033875029,"duration":0}},{"uid":"a47ae542a9fb271f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a47ae542a9fb271f","status":"passed","time":{"start":1729031924909,"stop":1729031924910,"duration":1}},{"uid":"f20f49e9854cf4ce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f20f49e9854cf4ce","status":"passed","time":{"start":1728901469136,"stop":1728901469136,"duration":0}},{"uid":"a580da2ed9007970","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a580da2ed9007970","status":"passed","time":{"start":1728892899801,"stop":1728892899801,"duration":0}},{"uid":"2f6ab5facb4a53b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f6ab5facb4a53b9","status":"passed","time":{"start":1728855863297,"stop":1728855863298,"duration":1}},{"uid":"8e3a47fc0f476d52","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8e3a47fc0f476d52","status":"passed","time":{"start":1728738080958,"stop":1728738080958,"duration":0}},{"uid":"21d7272379017f37","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/21d7272379017f37","status":"passed","time":{"start":1728682614317,"stop":1728682614317,"duration":0}},{"uid":"e80259cef3d32fc6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e80259cef3d32fc6","status":"passed","time":{"start":1728682187222,"stop":1728682187222,"duration":0}},{"uid":"d03b798e5426f593","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d03b798e5426f593","status":"passed","time":{"start":1728676661423,"stop":1728676661423,"duration":0}},{"uid":"7b82da4ee24d640a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7b82da4ee24d640a","status":"passed","time":{"start":1728669384755,"stop":1728669384755,"duration":0}},{"uid":"f18685c18f1251b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f18685c18f1251b5","status":"passed","time":{"start":1728597724212,"stop":1728597724212,"duration":0}},{"uid":"41065e44a630d7f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/41065e44a630d7f8","status":"passed","time":{"start":1728596943266,"stop":1728596943266,"duration":0}}]},"tags":[]},"source":"444016408bac9bfb.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/cdc7cb249bc8524d.json b/7588/data/test-cases/445b7828e0c7ea3c.json similarity index 82% rename from 7556/data/test-cases/cdc7cb249bc8524d.json rename to 7588/data/test-cases/445b7828e0c7ea3c.json index 7dc757ab493..a0bd3433067 100644 --- a/7556/data/test-cases/cdc7cb249bc8524d.json +++ b/7588/data/test-cases/445b7828e0c7ea3c.json @@ -1 +1 @@ -{"uid":"cdc7cb249bc8524d","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":1728457448632,"stop":1728457448632,"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":6,"unknown":0,"total":6},"items":[{"uid":"84c14b4757f76bcf","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/84c14b4757f76bcf","status":"passed","time":{"start":1728456402412,"stop":1728456402413,"duration":1}},{"uid":"9905a70cfd7a03dc","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/9905a70cfd7a03dc","status":"passed","time":{"start":1728456120443,"stop":1728456120445,"duration":2}},{"uid":"2ee260f853b1a927","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/2ee260f853b1a927","status":"passed","time":{"start":1728456038379,"stop":1728456038379,"duration":0}},{"uid":"59f85e5e834f7515","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/59f85e5e834f7515","status":"passed","time":{"start":1728455403835,"stop":1728455403836,"duration":1}},{"uid":"f2198b602d44f1c6","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f2198b602d44f1c6","status":"passed","time":{"start":1728452400297,"stop":1728452400297,"duration":0}}]},"tags":[]},"source":"cdc7cb249bc8524d.json","parameterValues":[]} \ No newline at end of file +{"uid":"445b7828e0c7ea3c","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":1729034611684,"stop":1729034611685,"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":15,"unknown":0,"total":15},"items":[{"uid":"c6dd76e8b67eb5b1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c6dd76e8b67eb5b1","status":"passed","time":{"start":1729034393667,"stop":1729034393667,"duration":0}},{"uid":"a48b74a2d9afad2c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a48b74a2d9afad2c","status":"passed","time":{"start":1729034304858,"stop":1729034304861,"duration":3}},{"uid":"c5b2f50a1c4d55e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5b2f50a1c4d55e5","status":"passed","time":{"start":1729034121953,"stop":1729034121953,"duration":0}},{"uid":"143f4c433a18896a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/143f4c433a18896a","status":"passed","time":{"start":1729032174930,"stop":1729032174930,"duration":0}},{"uid":"c5cb35d737b958fc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c5cb35d737b958fc","status":"passed","time":{"start":1728901881033,"stop":1728901881034,"duration":1}},{"uid":"15e40ed7bdca7fd7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15e40ed7bdca7fd7","status":"passed","time":{"start":1728893317183,"stop":1728893317183,"duration":0}},{"uid":"30d9c3e4a144018f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30d9c3e4a144018f","status":"passed","time":{"start":1728856263127,"stop":1728856263127,"duration":0}},{"uid":"80db173339e7fbb8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80db173339e7fbb8","status":"passed","time":{"start":1728738492807,"stop":1728738492807,"duration":0}},{"uid":"f344910b7f65d9ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f344910b7f65d9ab","status":"passed","time":{"start":1728683030031,"stop":1728683030031,"duration":0}},{"uid":"8c2fdcec302545d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8c2fdcec302545d0","status":"passed","time":{"start":1728682581131,"stop":1728682581131,"duration":0}},{"uid":"91e0076467daa14c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/91e0076467daa14c","status":"passed","time":{"start":1728677082012,"stop":1728677082015,"duration":3}},{"uid":"6f912afabac656c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6f912afabac656c1","status":"passed","time":{"start":1728669795409,"stop":1728669795409,"duration":0}},{"uid":"213c13805b481355","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/213c13805b481355","status":"passed","time":{"start":1728598137510,"stop":1728598137511,"duration":1}},{"uid":"cd3a6983e5437663","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd3a6983e5437663","status":"passed","time":{"start":1728597353489,"stop":1728597353489,"duration":0}}]},"tags":[]},"source":"445b7828e0c7ea3c.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/cb673228e20ba3d8.json b/7588/data/test-cases/44c28eb4d98134b7.json similarity index 63% rename from 7556/data/test-cases/cb673228e20ba3d8.json rename to 7588/data/test-cases/44c28eb4d98134b7.json index 743034dd30d..cc5dce5b04c 100644 --- a/7556/data/test-cases/cb673228e20ba3d8.json +++ b/7588/data/test-cases/44c28eb4d98134b7.json @@ -1 +1 @@ -{"uid":"cb673228e20ba3d8","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":1728457287382,"stop":1728457287382,"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},{"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},{"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":6,"unknown":0,"total":6},"items":[{"uid":"5fbe94d109a50b9f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/5fbe94d109a50b9f","status":"passed","time":{"start":1728456254886,"stop":1728456254886,"duration":0}},{"uid":"a7b6241bfb6c360d","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a7b6241bfb6c360d","status":"passed","time":{"start":1728455947164,"stop":1728455947165,"duration":1}},{"uid":"e21089dd89ab64b8","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e21089dd89ab64b8","status":"passed","time":{"start":1728455739581,"stop":1728455739582,"duration":1}},{"uid":"29d3ca5249aef765","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/29d3ca5249aef765","status":"passed","time":{"start":1728455100710,"stop":1728455100711,"duration":1}},{"uid":"d221682e52cd6f48","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d221682e52cd6f48","status":"passed","time":{"start":1728452095290,"stop":1728452095290,"duration":0}}]},"tags":[]},"source":"cb673228e20ba3d8.json","parameterValues":[]} \ No newline at end of file +{"uid":"44c28eb4d98134b7","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":1729034470386,"stop":1729034470386,"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},{"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},{"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":15,"unknown":0,"total":15},"items":[{"uid":"e588d80cb71a2d7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e588d80cb71a2d7","status":"passed","time":{"start":1729034238403,"stop":1729034238406,"duration":3}},{"uid":"4e02c22418d46c4d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4e02c22418d46c4d","status":"passed","time":{"start":1729034157647,"stop":1729034157649,"duration":2}},{"uid":"4bc8c2d6b1b49a70","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4bc8c2d6b1b49a70","status":"passed","time":{"start":1729033974447,"stop":1729033974447,"duration":0}},{"uid":"84de67d90a6bbef4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/84de67d90a6bbef4","status":"passed","time":{"start":1729032027757,"stop":1729032027757,"duration":0}},{"uid":"4491ae860ea1823f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4491ae860ea1823f","status":"passed","time":{"start":1728901614536,"stop":1728901614537,"duration":1}},{"uid":"d1affdd88c0efb2d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d1affdd88c0efb2d","status":"passed","time":{"start":1728893048593,"stop":1728893048594,"duration":1}},{"uid":"384ff0ee19a33f4b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/384ff0ee19a33f4b","status":"passed","time":{"start":1728856013557,"stop":1728856013557,"duration":0}},{"uid":"3712515eeb1d1186","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3712515eeb1d1186","status":"passed","time":{"start":1728738231629,"stop":1728738231630,"duration":1}},{"uid":"a68cff89bd3ea34d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a68cff89bd3ea34d","status":"passed","time":{"start":1728682761069,"stop":1728682761069,"duration":0}},{"uid":"1ad23d3038677092","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1ad23d3038677092","status":"passed","time":{"start":1728682330623,"stop":1728682330627,"duration":4}},{"uid":"3ebdde254c548dd4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3ebdde254c548dd4","status":"passed","time":{"start":1728676808320,"stop":1728676808321,"duration":1}},{"uid":"1bd43abc831008f6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1bd43abc831008f6","status":"passed","time":{"start":1728669528226,"stop":1728669528227,"duration":1}},{"uid":"2bbd583c80d18296","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2bbd583c80d18296","status":"passed","time":{"start":1728597872224,"stop":1728597872225,"duration":1}},{"uid":"66562c3816ac3e1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/66562c3816ac3e1","status":"passed","time":{"start":1728597087683,"stop":1728597087683,"duration":0}}]},"tags":[]},"source":"44c28eb4d98134b7.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/44eb10a901fa2466.json b/7588/data/test-cases/44eb10a901fa2466.json new file mode 100644 index 00000000000..effc839a5f8 --- /dev/null +++ b/7588/data/test-cases/44eb10a901fa2466.json @@ -0,0 +1 @@ +{"uid":"44eb10a901fa2466","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":1729034356138,"stop":1729034356138,"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":"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":15,"unknown":0,"total":15},"items":[{"uid":"7c124b7d15466a72","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7c124b7d15466a72","status":"passed","time":{"start":1729034120216,"stop":1729034120217,"duration":1}},{"uid":"6a1562a4cb815fb5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a1562a4cb815fb5","status":"passed","time":{"start":1729034043144,"stop":1729034043145,"duration":1}},{"uid":"2fb4e6463603829c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2fb4e6463603829c","status":"passed","time":{"start":1729033857767,"stop":1729033857768,"duration":1}},{"uid":"9e4b2e28f9e1910","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e4b2e28f9e1910","status":"passed","time":{"start":1729031907987,"stop":1729031907988,"duration":1}},{"uid":"a3c943aa4f7a237b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3c943aa4f7a237b","status":"passed","time":{"start":1728901453413,"stop":1728901453414,"duration":1}},{"uid":"368819060626cc77","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/368819060626cc77","status":"passed","time":{"start":1728892883980,"stop":1728892883980,"duration":0}},{"uid":"376eb5020b9be61a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/376eb5020b9be61a","status":"passed","time":{"start":1728855846186,"stop":1728855846187,"duration":1}},{"uid":"c0a0f674bfce2dd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0a0f674bfce2dd","status":"passed","time":{"start":1728738063649,"stop":1728738063649,"duration":0}},{"uid":"57d84a35fccedc60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/57d84a35fccedc60","status":"passed","time":{"start":1728682597532,"stop":1728682597532,"duration":0}},{"uid":"3190a66db260ef18","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3190a66db260ef18","status":"passed","time":{"start":1728682170203,"stop":1728682170204,"duration":1}},{"uid":"85d42aa6e26adf47","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85d42aa6e26adf47","status":"passed","time":{"start":1728676644982,"stop":1728676644982,"duration":0}},{"uid":"d6f717fe3a83c2d3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d6f717fe3a83c2d3","status":"passed","time":{"start":1728669367855,"stop":1728669367855,"duration":0}},{"uid":"948bf626630716e4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/948bf626630716e4","status":"passed","time":{"start":1728597708661,"stop":1728597708662,"duration":1}},{"uid":"6dafaa85538000fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6dafaa85538000fd","status":"passed","time":{"start":1728596927479,"stop":1728596927480,"duration":1}}]},"tags":[]},"source":"44eb10a901fa2466.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/44f1512162da0174.json b/7588/data/test-cases/44f1512162da0174.json new file mode 100644 index 00000000000..ecc5c6c911f --- /dev/null +++ b/7588/data/test-cases/44f1512162da0174.json @@ -0,0 +1 @@ +{"uid":"44f1512162da0174","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":1729034332640,"stop":1729034332641,"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":15,"unknown":0,"total":15},"items":[{"uid":"b8db97bc3a05a92d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b8db97bc3a05a92d","status":"passed","time":{"start":1729034096139,"stop":1729034096139,"duration":0}},{"uid":"a03734820c4b4ee0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a03734820c4b4ee0","status":"passed","time":{"start":1729034020095,"stop":1729034020095,"duration":0}},{"uid":"3272d99ca358d8a7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3272d99ca358d8a7","status":"passed","time":{"start":1729033834392,"stop":1729033834392,"duration":0}},{"uid":"5b83ca7077712da9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b83ca7077712da9","status":"passed","time":{"start":1729031884125,"stop":1729031884126,"duration":1}},{"uid":"82729eed0fef9980","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82729eed0fef9980","status":"passed","time":{"start":1728901430259,"stop":1728901430259,"duration":0}},{"uid":"2cdd82203fc577ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2cdd82203fc577ca","status":"passed","time":{"start":1728892860538,"stop":1728892860538,"duration":0}},{"uid":"d55a501134975d86","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d55a501134975d86","status":"passed","time":{"start":1728855823327,"stop":1728855823327,"duration":0}},{"uid":"eea9e88ad7ceb444","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eea9e88ad7ceb444","status":"passed","time":{"start":1728738040608,"stop":1728738040608,"duration":0}},{"uid":"2726e8d5bb147802","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2726e8d5bb147802","status":"passed","time":{"start":1728682574098,"stop":1728682574098,"duration":0}},{"uid":"b2eb7b44d5644962","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b2eb7b44d5644962","status":"passed","time":{"start":1728682146822,"stop":1728682146822,"duration":0}},{"uid":"c6aaca40ff688c47","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c6aaca40ff688c47","status":"passed","time":{"start":1728676621437,"stop":1728676621438,"duration":1}},{"uid":"169987d1331b538f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/169987d1331b538f","status":"passed","time":{"start":1728669344472,"stop":1728669344473,"duration":1}},{"uid":"8cffc30511015ff7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8cffc30511015ff7","status":"passed","time":{"start":1728597685167,"stop":1728597685168,"duration":1}},{"uid":"e5667c61c3b858bc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5667c61c3b858bc","status":"passed","time":{"start":1728596904475,"stop":1728596904475,"duration":0}}]},"tags":[]},"source":"44f1512162da0174.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/4503c5f5c3e064a5.json b/7588/data/test-cases/4503c5f5c3e064a5.json new file mode 100644 index 00000000000..ab259de9739 --- /dev/null +++ b/7588/data/test-cases/4503c5f5c3e064a5.json @@ -0,0 +1 @@ +{"uid":"4503c5f5c3e064a5","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":1729034473222,"stop":1729034473223,"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.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":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"5d2492ca4e979595","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5d2492ca4e979595","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241164,"stop":1729034241164,"duration":0}},{"uid":"395a24d9b50cce86","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/395a24d9b50cce86","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159976,"stop":1729034159976,"duration":0}},{"uid":"c980f2981b9c420","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c980f2981b9c420","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977066,"stop":1729033977066,"duration":0}},{"uid":"74556c53dc32c50","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/74556c53dc32c50","status":"passed","time":{"start":1729032093824,"stop":1729032093829,"duration":5}},{"uid":"3788732e27df53d6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3788732e27df53d6","status":"passed","time":{"start":1728901748784,"stop":1728901748785,"duration":1}},{"uid":"a130ef36524ffbb5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a130ef36524ffbb5","status":"passed","time":{"start":1728893181089,"stop":1728893181089,"duration":0}},{"uid":"c07bfbfd42abe19c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c07bfbfd42abe19c","status":"passed","time":{"start":1728856155554,"stop":1728856155554,"duration":0}},{"uid":"56c95c0e2f7d686a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/56c95c0e2f7d686a","status":"passed","time":{"start":1728738360303,"stop":1728738360303,"duration":0}},{"uid":"9d743899dc4b550b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d743899dc4b550b","status":"passed","time":{"start":1728682907224,"stop":1728682907225,"duration":1}},{"uid":"b3a313e834b7230b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3a313e834b7230b","status":"passed","time":{"start":1728682466739,"stop":1728682466740,"duration":1}},{"uid":"d9f14373edc8ba81","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d9f14373edc8ba81","status":"passed","time":{"start":1728676955725,"stop":1728676955725,"duration":0}},{"uid":"fd408aadda9ee853","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd408aadda9ee853","status":"passed","time":{"start":1728598013537,"stop":1728598013537,"duration":0}},{"uid":"c038fb7c661257d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c038fb7c661257d2","status":"passed","time":{"start":1728597225203,"stop":1728597225203,"duration":0}}]},"tags":[]},"source":"4503c5f5c3e064a5.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9cea5f4a830e78b8.json b/7588/data/test-cases/4536c88c9cc80a2b.json similarity index 50% rename from 7556/data/test-cases/9cea5f4a830e78b8.json rename to 7588/data/test-cases/4536c88c9cc80a2b.json index e223ef483c8..c56db9d0973 100644 --- a/7556/data/test-cases/9cea5f4a830e78b8.json +++ b/7588/data/test-cases/4536c88c9cc80a2b.json @@ -1 +1 @@ -{"uid":"9cea5f4a830e78b8","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":1728457289893,"stop":1728457289893,"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":6,"unknown":0,"total":6},"items":[{"uid":"649f45e2cbff34b0","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/649f45e2cbff34b0","status":"passed","time":{"start":1728456257104,"stop":1728456257104,"duration":0}},{"uid":"2b9b1277bc049241","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/2b9b1277bc049241","status":"passed","time":{"start":1728455949861,"stop":1728455949861,"duration":0}},{"uid":"e9f7334160a7a05c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e9f7334160a7a05c","status":"passed","time":{"start":1728455741449,"stop":1728455741450,"duration":1}},{"uid":"a26c9a7dcc64fd01","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a26c9a7dcc64fd01","status":"passed","time":{"start":1728455102314,"stop":1728455102314,"duration":0}},{"uid":"b58903b031f256fe","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b58903b031f256fe","status":"passed","time":{"start":1728452170808,"stop":1728452170809,"duration":1}}]},"tags":[]},"source":"9cea5f4a830e78b8.json","parameterValues":[]} \ No newline at end of file +{"uid":"4536c88c9cc80a2b","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":1729034472942,"stop":1729034472943,"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":15,"unknown":0,"total":15},"items":[{"uid":"aa5900e4252839d3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aa5900e4252839d3","status":"passed","time":{"start":1729034240912,"stop":1729034240912,"duration":0}},{"uid":"ffe9a57cef629ba4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ffe9a57cef629ba4","status":"passed","time":{"start":1729034159612,"stop":1729034159612,"duration":0}},{"uid":"52daed36c475da24","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/52daed36c475da24","status":"passed","time":{"start":1729033976789,"stop":1729033976790,"duration":1}},{"uid":"9bac11f5946dced7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9bac11f5946dced7","status":"passed","time":{"start":1729032020510,"stop":1729032020510,"duration":0}},{"uid":"55db37e44a4243dd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/55db37e44a4243dd","status":"passed","time":{"start":1728901616427,"stop":1728901616427,"duration":0}},{"uid":"f883d35874a4efb0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f883d35874a4efb0","status":"passed","time":{"start":1728893050242,"stop":1728893050242,"duration":0}},{"uid":"5c1bb21f075d7a72","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5c1bb21f075d7a72","status":"passed","time":{"start":1728856015168,"stop":1728856015169,"duration":1}},{"uid":"3f3279a04aa322f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3f3279a04aa322f1","status":"passed","time":{"start":1728738233133,"stop":1728738233134,"duration":1}},{"uid":"b06e11d48ba2bb17","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b06e11d48ba2bb17","status":"passed","time":{"start":1728682762467,"stop":1728682762467,"duration":0}},{"uid":"820afa1d55ab342c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/820afa1d55ab342c","status":"passed","time":{"start":1728682332783,"stop":1728682332783,"duration":0}},{"uid":"5ee34c8350165ae8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5ee34c8350165ae8","status":"passed","time":{"start":1728676810287,"stop":1728676810288,"duration":1}},{"uid":"b619d593e9604fe5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b619d593e9604fe5","status":"passed","time":{"start":1728669529890,"stop":1728669529891,"duration":1}},{"uid":"2e85e02f96c6346f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e85e02f96c6346f","status":"passed","time":{"start":1728597873530,"stop":1728597873531,"duration":1}},{"uid":"a3925150ffbae418","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3925150ffbae418","status":"passed","time":{"start":1728597089270,"stop":1728597089271,"duration":1}}]},"tags":[]},"source":"4536c88c9cc80a2b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/b1744e14f73023bc.json b/7588/data/test-cases/4560a557450dcb0d.json similarity index 85% rename from 7556/data/test-cases/b1744e14f73023bc.json rename to 7588/data/test-cases/4560a557450dcb0d.json index dcfae43ead6..226f561816c 100644 --- a/7556/data/test-cases/b1744e14f73023bc.json +++ b/7588/data/test-cases/4560a557450dcb0d.json @@ -1 +1 @@ -{"uid":"b1744e14f73023bc","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":1728457537129,"stop":1728457537130,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"d20d94cd0b3d5bc4","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/d20d94cd0b3d5bc4","status":"passed","time":{"start":1728456499100,"stop":1728456499100,"duration":0}},{"uid":"64928c84a96941e5","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/64928c84a96941e5","status":"passed","time":{"start":1728456215077,"stop":1728456215078,"duration":1}},{"uid":"aef26baad30a6261","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/aef26baad30a6261","status":"passed","time":{"start":1728456167134,"stop":1728456167135,"duration":1}},{"uid":"5b260d78ec9e9ae5","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/5b260d78ec9e9ae5","status":"passed","time":{"start":1728455518197,"stop":1728455518197,"duration":0}},{"uid":"f94b15630978370d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f94b15630978370d","status":"passed","time":{"start":1728452534883,"stop":1728452534883,"duration":0}}]},"tags":[]},"source":"b1744e14f73023bc.json","parameterValues":[]} \ No newline at end of file +{"uid":"4560a557450dcb0d","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":1729034704497,"stop":1729034704497,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"291f862bfd0b77a7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/291f862bfd0b77a7","status":"passed","time":{"start":1729034474990,"stop":1729034474990,"duration":0}},{"uid":"62056eae6d1173f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/62056eae6d1173f8","status":"passed","time":{"start":1729034395292,"stop":1729034395292,"duration":0}},{"uid":"f290fbd63a5b8d29","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f290fbd63a5b8d29","status":"passed","time":{"start":1729034209102,"stop":1729034209103,"duration":1}},{"uid":"fb6a018b11b637c1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fb6a018b11b637c1","status":"passed","time":{"start":1729032264570,"stop":1729032264571,"duration":1}},{"uid":"9c3952699a35c4ab","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9c3952699a35c4ab","status":"passed","time":{"start":1728902012860,"stop":1728902012860,"duration":0}},{"uid":"2baff741625f7111","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2baff741625f7111","status":"passed","time":{"start":1728893454813,"stop":1728893454813,"duration":0}},{"uid":"ea3e1f16bc16e558","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ea3e1f16bc16e558","status":"passed","time":{"start":1728856408454,"stop":1728856408455,"duration":1}},{"uid":"a46da1a50830ad2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a46da1a50830ad2","status":"passed","time":{"start":1728738633856,"stop":1728738633857,"duration":1}},{"uid":"bce2ae77cf5fd2ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bce2ae77cf5fd2ef","status":"passed","time":{"start":1728683159767,"stop":1728683159784,"duration":17}},{"uid":"70ebaa08ba6b9203","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70ebaa08ba6b9203","status":"passed","time":{"start":1728682751332,"stop":1728682751332,"duration":0}},{"uid":"b4bb4303128194c5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4bb4303128194c5","status":"passed","time":{"start":1728677216362,"stop":1728677216363,"duration":1}},{"uid":"64a14916f6d4f504","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64a14916f6d4f504","status":"passed","time":{"start":1728669925456,"stop":1728669925456,"duration":0}},{"uid":"963945b5ab78c120","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/963945b5ab78c120","status":"passed","time":{"start":1728598268807,"stop":1728598268808,"duration":1}},{"uid":"9ad6f04fe7669c80","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9ad6f04fe7669c80","status":"passed","time":{"start":1728597503925,"stop":1728597503926,"duration":1}}]},"tags":[]},"source":"4560a557450dcb0d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c5f925171bf365fb.json b/7588/data/test-cases/4598952150450906.json similarity index 84% rename from 7556/data/test-cases/c5f925171bf365fb.json rename to 7588/data/test-cases/4598952150450906.json index d2cf31d6a09..81b569f5bb2 100644 --- a/7556/data/test-cases/c5f925171bf365fb.json +++ b/7588/data/test-cases/4598952150450906.json @@ -1 +1 @@ -{"uid":"c5f925171bf365fb","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":1728457360314,"stop":1728457360314,"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":6,"unknown":0,"total":6},"items":[{"uid":"8f74a36599b438cc","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/8f74a36599b438cc","status":"passed","time":{"start":1728456312500,"stop":1728456312500,"duration":0}},{"uid":"829cfbb1118ef799","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/829cfbb1118ef799","status":"passed","time":{"start":1728456013950,"stop":1728456013951,"duration":1}},{"uid":"8f6b6280467bea10","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/8f6b6280467bea10","status":"passed","time":{"start":1728455837446,"stop":1728455837446,"duration":0}},{"uid":"d1024bde0d4f9dd1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/d1024bde0d4f9dd1","status":"passed","time":{"start":1728455198915,"stop":1728455198915,"duration":0}},{"uid":"e3dc7c9ae7a3177b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/e3dc7c9ae7a3177b","status":"passed","time":{"start":1728452203354,"stop":1728452203354,"duration":0}}]},"tags":[]},"source":"c5f925171bf365fb.json","parameterValues":[]} \ No newline at end of file +{"uid":"4598952150450906","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":1729034536107,"stop":1729034536107,"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":14,"unknown":0,"total":14},"items":[{"uid":"12fe833603d19697","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12fe833603d19697","status":"passed","time":{"start":1729034296710,"stop":1729034296711,"duration":1}},{"uid":"128773fcbdfc144e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/128773fcbdfc144e","status":"passed","time":{"start":1729034220608,"stop":1729034220608,"duration":0}},{"uid":"310e05cb35456766","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/310e05cb35456766","status":"passed","time":{"start":1729034041492,"stop":1729034041494,"duration":2}},{"uid":"660eee4030e7e710","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/660eee4030e7e710","status":"passed","time":{"start":1728901705408,"stop":1728901705410,"duration":2}},{"uid":"f9b90b8a5dba376","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f9b90b8a5dba376","status":"passed","time":{"start":1728893141779,"stop":1728893141779,"duration":0}},{"uid":"cef19e58b3078581","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cef19e58b3078581","status":"passed","time":{"start":1728856087086,"stop":1728856087086,"duration":0}},{"uid":"c2289b2f0a9740a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c2289b2f0a9740a2","status":"passed","time":{"start":1728738321439,"stop":1728738321439,"duration":0}},{"uid":"bf3beea9baec10b8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bf3beea9baec10b8","status":"passed","time":{"start":1728682845678,"stop":1728682845678,"duration":0}},{"uid":"9b44df23d0dc2172","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b44df23d0dc2172","status":"passed","time":{"start":1728682424313,"stop":1728682424313,"duration":0}},{"uid":"32c7b99de4d3766a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/32c7b99de4d3766a","status":"passed","time":{"start":1728676900542,"stop":1728676900542,"duration":0}},{"uid":"32a840ae56331734","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32a840ae56331734","status":"passed","time":{"start":1728669625803,"stop":1728669625803,"duration":0}},{"uid":"1b41910556461476","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1b41910556461476","status":"passed","time":{"start":1728597957174,"stop":1728597957174,"duration":0}},{"uid":"380b76caa33e907c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/380b76caa33e907c","status":"passed","time":{"start":1728597182621,"stop":1728597182621,"duration":0}}]},"tags":[]},"source":"4598952150450906.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2dd50f23eed0f853.json b/7588/data/test-cases/464cb3bc27e979b1.json similarity index 81% rename from 7556/data/test-cases/2dd50f23eed0f853.json rename to 7588/data/test-cases/464cb3bc27e979b1.json index ccbdac416d6..76daf567091 100644 --- a/7556/data/test-cases/2dd50f23eed0f853.json +++ b/7588/data/test-cases/464cb3bc27e979b1.json @@ -1 +1 @@ -{"uid":"2dd50f23eed0f853","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":1728457322409,"stop":1728457322417,"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: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":6,"unknown":0,"total":6},"items":[{"uid":"fe84c64bc125554d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/fe84c64bc125554d","status":"passed","time":{"start":1728456287231,"stop":1728456287231,"duration":0}},{"uid":"51e39a88737a245","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/51e39a88737a245","status":"passed","time":{"start":1728455980759,"stop":1728455980759,"duration":0}},{"uid":"93556897cf479d2b","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/93556897cf479d2b","status":"passed","time":{"start":1728455789239,"stop":1728455789239,"duration":0}},{"uid":"82b7f4ca33782bdb","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/82b7f4ca33782bdb","status":"passed","time":{"start":1728455146548,"stop":1728455146549,"duration":1}},{"uid":"40598cbcc7c2ba02","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/40598cbcc7c2ba02","status":"passed","time":{"start":1728452163126,"stop":1728452163126,"duration":0}}]},"tags":[]},"source":"2dd50f23eed0f853.json","parameterValues":[]} \ No newline at end of file +{"uid":"464cb3bc27e979b1","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":1729034506791,"stop":1729034506792,"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":15,"unknown":0,"total":15},"items":[{"uid":"8fa638928959bb7e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8fa638928959bb7e","status":"passed","time":{"start":1729034259815,"stop":1729034259816,"duration":1}},{"uid":"3ef37226db26e3e2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3ef37226db26e3e2","status":"passed","time":{"start":1729034194007,"stop":1729034194016,"duration":9}},{"uid":"d966242160424cae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d966242160424cae","status":"passed","time":{"start":1729034014864,"stop":1729034014867,"duration":3}},{"uid":"f0d674e490ac5a4d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f0d674e490ac5a4d","status":"passed","time":{"start":1729032065449,"stop":1729032065450,"duration":1}},{"uid":"91ff214cf9dc5e25","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/91ff214cf9dc5e25","status":"passed","time":{"start":1728901664251,"stop":1728901664264,"duration":13}},{"uid":"e73432d930b513d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e73432d930b513d8","status":"passed","time":{"start":1728893093690,"stop":1728893093690,"duration":0}},{"uid":"2f45449035e1d34b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f45449035e1d34b","status":"passed","time":{"start":1728856055270,"stop":1728856055271,"duration":1}},{"uid":"6e8fcb620266428","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e8fcb620266428","status":"passed","time":{"start":1728738274742,"stop":1728738274743,"duration":1}},{"uid":"669ce71c3293dbbb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/669ce71c3293dbbb","status":"passed","time":{"start":1728682807955,"stop":1728682807955,"duration":0}},{"uid":"9c8012a70773c1c4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9c8012a70773c1c4","status":"passed","time":{"start":1728682381283,"stop":1728682381283,"duration":0}},{"uid":"55d55cebe012379a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/55d55cebe012379a","status":"passed","time":{"start":1728676853896,"stop":1728676853896,"duration":0}},{"uid":"7e371689f28221be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7e371689f28221be","status":"passed","time":{"start":1728669581693,"stop":1728669581693,"duration":0}},{"uid":"4d201358b94d64a8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4d201358b94d64a8","status":"passed","time":{"start":1728597923478,"stop":1728597923480,"duration":2}},{"uid":"2dabbc4c1407eb6b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2dabbc4c1407eb6b","status":"passed","time":{"start":1728597132262,"stop":1728597132262,"duration":0}}]},"tags":[]},"source":"464cb3bc27e979b1.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/46508dc26314f5ab.json b/7588/data/test-cases/46508dc26314f5ab.json new file mode 100644 index 00000000000..9eff1abd405 --- /dev/null +++ b/7588/data/test-cases/46508dc26314f5ab.json @@ -0,0 +1 @@ +{"uid":"46508dc26314f5ab","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":1729034332637,"stop":1729034332637,"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":15,"unknown":0,"total":15},"items":[{"uid":"222033c9295eaf8b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/222033c9295eaf8b","status":"passed","time":{"start":1729034096137,"stop":1729034096137,"duration":0}},{"uid":"974c6141bf57bded","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/974c6141bf57bded","status":"passed","time":{"start":1729034020094,"stop":1729034020094,"duration":0}},{"uid":"ac9b5e339c018b1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac9b5e339c018b1","status":"passed","time":{"start":1729033834390,"stop":1729033834390,"duration":0}},{"uid":"12500141db4f3970","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/12500141db4f3970","status":"passed","time":{"start":1729031884124,"stop":1729031884124,"duration":0}},{"uid":"56c5ddb1766d1dfa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56c5ddb1766d1dfa","status":"passed","time":{"start":1728901430257,"stop":1728901430257,"duration":0}},{"uid":"5bf2b71477fb1297","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5bf2b71477fb1297","status":"passed","time":{"start":1728892860536,"stop":1728892860536,"duration":0}},{"uid":"ce64ed8b8da546a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce64ed8b8da546a","status":"passed","time":{"start":1728855823325,"stop":1728855823326,"duration":1}},{"uid":"7f4b03f0251b33b2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7f4b03f0251b33b2","status":"passed","time":{"start":1728738040606,"stop":1728738040606,"duration":0}},{"uid":"3df159f8b60b3cd9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3df159f8b60b3cd9","status":"passed","time":{"start":1728682574096,"stop":1728682574097,"duration":1}},{"uid":"51a2d34c1d5df1ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/51a2d34c1d5df1ae","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"5355cd87832271f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5355cd87832271f7","status":"passed","time":{"start":1728676621436,"stop":1728676621436,"duration":0}},{"uid":"b6f16ef1942684d5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b6f16ef1942684d5","status":"passed","time":{"start":1728669344471,"stop":1728669344471,"duration":0}},{"uid":"440f6049a2ead0ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/440f6049a2ead0ac","status":"passed","time":{"start":1728597685165,"stop":1728597685165,"duration":0}},{"uid":"efe80777a4ca0199","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/efe80777a4ca0199","status":"passed","time":{"start":1728596904473,"stop":1728596904473,"duration":0}}]},"tags":[]},"source":"46508dc26314f5ab.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/467d85a813e83a2c.json b/7588/data/test-cases/467d85a813e83a2c.json new file mode 100644 index 00000000000..f7ff198f7a0 --- /dev/null +++ b/7588/data/test-cases/467d85a813e83a2c.json @@ -0,0 +1 @@ +{"uid":"467d85a813e83a2c","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":1729034435410,"stop":1729034435411,"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":15,"unknown":0,"total":15},"items":[{"uid":"6aab558dfc0e2da5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6aab558dfc0e2da5","status":"passed","time":{"start":1729034202095,"stop":1729034202096,"duration":1}},{"uid":"f01d0e004bc45a71","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f01d0e004bc45a71","status":"passed","time":{"start":1729034126102,"stop":1729034126111,"duration":9}},{"uid":"5c7a364f1c33113d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5c7a364f1c33113d","status":"passed","time":{"start":1729033939921,"stop":1729033939922,"duration":1}},{"uid":"cbe46f0f87fd7a84","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cbe46f0f87fd7a84","status":"passed","time":{"start":1729031988772,"stop":1729031988773,"duration":1}},{"uid":"5e6e5c3d31cb786f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5e6e5c3d31cb786f","status":"passed","time":{"start":1728901555752,"stop":1728901555752,"duration":0}},{"uid":"1b13bd8df2117835","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1b13bd8df2117835","status":"passed","time":{"start":1728892995570,"stop":1728892995571,"duration":1}},{"uid":"e4e818de32fe0fcc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e4e818de32fe0fcc","status":"passed","time":{"start":1728855954641,"stop":1728855954641,"duration":0}},{"uid":"ef888ee998799810","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ef888ee998799810","status":"passed","time":{"start":1728738169503,"stop":1728738169504,"duration":1}},{"uid":"a86f88c8a005e2ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a86f88c8a005e2ab","status":"passed","time":{"start":1728682707226,"stop":1728682707226,"duration":0}},{"uid":"bc8feabbc7a99816","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc8feabbc7a99816","status":"passed","time":{"start":1728682285115,"stop":1728682285116,"duration":1}},{"uid":"45179466124bb178","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/45179466124bb178","status":"passed","time":{"start":1728676761147,"stop":1728676761148,"duration":1}},{"uid":"fd0324d359c43dd4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd0324d359c43dd4","status":"passed","time":{"start":1728669488935,"stop":1728669488935,"duration":0}},{"uid":"518df16e1bd65d78","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/518df16e1bd65d78","status":"passed","time":{"start":1728597819560,"stop":1728597819560,"duration":0}},{"uid":"ab7c3cf2cd3b5683","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ab7c3cf2cd3b5683","status":"passed","time":{"start":1728597041916,"stop":1728597041916,"duration":0}}]},"tags":[]},"source":"467d85a813e83a2c.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/7ff3e6ae2e4511e5.json b/7588/data/test-cases/46b00a9c4e9cb0bf.json similarity index 85% rename from 7556/data/test-cases/7ff3e6ae2e4511e5.json rename to 7588/data/test-cases/46b00a9c4e9cb0bf.json index 7129af9ce40..08cb39d6cec 100644 --- a/7556/data/test-cases/7ff3e6ae2e4511e5.json +++ b/7588/data/test-cases/46b00a9c4e9cb0bf.json @@ -1 +1 @@ -{"uid":"7ff3e6ae2e4511e5","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":1728457360325,"stop":1728457360326,"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":6,"unknown":0,"total":6},"items":[{"uid":"ea08de3e43201fcc","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/ea08de3e43201fcc","status":"passed","time":{"start":1728456312504,"stop":1728456312504,"duration":0}},{"uid":"81f957500b347b91","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/81f957500b347b91","status":"passed","time":{"start":1728456013955,"stop":1728456013955,"duration":0}},{"uid":"b382e1ea5d52e60c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b382e1ea5d52e60c","status":"passed","time":{"start":1728455837468,"stop":1728455837468,"duration":0}},{"uid":"d767a88bbad48bc8","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/d767a88bbad48bc8","status":"passed","time":{"start":1728455198918,"stop":1728455198918,"duration":0}},{"uid":"f87bf6c70e8f9235","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f87bf6c70e8f9235","status":"passed","time":{"start":1728452203357,"stop":1728452203357,"duration":0}}]},"tags":[]},"source":"7ff3e6ae2e4511e5.json","parameterValues":[]} \ No newline at end of file +{"uid":"46b00a9c4e9cb0bf","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":1729034536110,"stop":1729034536110,"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":14,"unknown":0,"total":14},"items":[{"uid":"42d29c47831bb365","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/42d29c47831bb365","status":"passed","time":{"start":1729034296716,"stop":1729034296717,"duration":1}},{"uid":"f4ca1edf54ee23f3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f4ca1edf54ee23f3","status":"passed","time":{"start":1729034220612,"stop":1729034220613,"duration":1}},{"uid":"27d70574f1f22d72","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27d70574f1f22d72","status":"passed","time":{"start":1729034041501,"stop":1729034041501,"duration":0}},{"uid":"32c19e6f68620f7f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/32c19e6f68620f7f","status":"passed","time":{"start":1728901705417,"stop":1728901705417,"duration":0}},{"uid":"dc4f4e21857754d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dc4f4e21857754d8","status":"passed","time":{"start":1728893141782,"stop":1728893141783,"duration":1}},{"uid":"1c4af58426a3df8c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1c4af58426a3df8c","status":"passed","time":{"start":1728856087088,"stop":1728856087088,"duration":0}},{"uid":"5e4dedd4db9bfdfd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5e4dedd4db9bfdfd","status":"passed","time":{"start":1728738321456,"stop":1728738321457,"duration":1}},{"uid":"c6b9a4fe4e00645d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c6b9a4fe4e00645d","status":"passed","time":{"start":1728682845681,"stop":1728682845682,"duration":1}},{"uid":"7e881307b50bac96","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7e881307b50bac96","status":"passed","time":{"start":1728682424318,"stop":1728682424318,"duration":0}},{"uid":"faded968cb86c493","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/faded968cb86c493","status":"passed","time":{"start":1728676900547,"stop":1728676900547,"duration":0}},{"uid":"c9dc9e89def1aaf2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9dc9e89def1aaf2","status":"passed","time":{"start":1728669625806,"stop":1728669625806,"duration":0}},{"uid":"1e8bd124ed5141f6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e8bd124ed5141f6","status":"passed","time":{"start":1728597957177,"stop":1728597957177,"duration":0}},{"uid":"89c13e41e0d396a1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/89c13e41e0d396a1","status":"passed","time":{"start":1728597182624,"stop":1728597182624,"duration":0}}]},"tags":[]},"source":"46b00a9c4e9cb0bf.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/66f32465db910daa.json b/7588/data/test-cases/478bd1c99e725f3e.json similarity index 50% rename from 7556/data/test-cases/66f32465db910daa.json rename to 7588/data/test-cases/478bd1c99e725f3e.json index 011bf010c86..a6d97a6c373 100644 --- a/7556/data/test-cases/66f32465db910daa.json +++ b/7588/data/test-cases/478bd1c99e725f3e.json @@ -1 +1 @@ -{"uid":"66f32465db910daa","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":1728457569743,"stop":1728457569744,"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"29b9fd4578efc8c8","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/29b9fd4578efc8c8","status":"passed","time":{"start":1728456556583,"stop":1728456556583,"duration":0}},{"uid":"59df984a3973e831","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/59df984a3973e831","status":"passed","time":{"start":1728456312348,"stop":1728456312349,"duration":1}},{"uid":"1b71a9b96ebc5d51","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/1b71a9b96ebc5d51","status":"passed","time":{"start":1728456269857,"stop":1728456269857,"duration":0}},{"uid":"d1cbc82d283dd442","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/d1cbc82d283dd442","status":"passed","time":{"start":1728455649029,"stop":1728455649030,"duration":1}},{"uid":"a19fc698f2028024","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a19fc698f2028024","status":"passed","time":{"start":1728452574917,"stop":1728452574917,"duration":0}}]},"tags":[]},"source":"66f32465db910daa.json","parameterValues":[]} \ No newline at end of file +{"uid":"478bd1c99e725f3e","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":1729034713702,"stop":1729034713702,"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"a69d3e1a9ce8b792","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a69d3e1a9ce8b792","status":"passed","time":{"start":1729034487485,"stop":1729034487486,"duration":1}},{"uid":"d5f1b86d5b05dac7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d5f1b86d5b05dac7","status":"passed","time":{"start":1729034446111,"stop":1729034446111,"duration":0}},{"uid":"3c23f536a5aa5137","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c23f536a5aa5137","status":"passed","time":{"start":1729032275829,"stop":1729032275829,"duration":0}},{"uid":"78e92b4166b18d13","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78e92b4166b18d13","status":"passed","time":{"start":1728902036742,"stop":1728902036742,"duration":0}},{"uid":"3c265a3ae920ad59","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c265a3ae920ad59","status":"passed","time":{"start":1728893472414,"stop":1728893472415,"duration":1}},{"uid":"b43f83b00fc9af3c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b43f83b00fc9af3c","status":"passed","time":{"start":1728856423202,"stop":1728856423203,"duration":1}},{"uid":"5e8af03de22ee094","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5e8af03de22ee094","status":"passed","time":{"start":1728738648731,"stop":1728738648731,"duration":0}},{"uid":"6bc90a416791e83a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6bc90a416791e83a","status":"passed","time":{"start":1728683179656,"stop":1728683179657,"duration":1}},{"uid":"99486f95eb424297","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99486f95eb424297","status":"passed","time":{"start":1728682757952,"stop":1728682757952,"duration":0}},{"uid":"370509b587525f64","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/370509b587525f64","status":"passed","time":{"start":1728677238452,"stop":1728677238452,"duration":0}},{"uid":"54cef84635177456","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/54cef84635177456","status":"passed","time":{"start":1728669928222,"stop":1728669928222,"duration":0}},{"uid":"f0b26818d27d33ed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f0b26818d27d33ed","status":"passed","time":{"start":1728598319591,"stop":1728598319591,"duration":0}},{"uid":"1492e000eaf7faaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1492e000eaf7faaa","status":"passed","time":{"start":1728597520648,"stop":1728597520648,"duration":0}}]},"tags":[]},"source":"478bd1c99e725f3e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/f4bc86284f3061c4.json b/7588/data/test-cases/47dadd5c2c3461b1.json similarity index 83% rename from 7556/data/test-cases/f4bc86284f3061c4.json rename to 7588/data/test-cases/47dadd5c2c3461b1.json index cf1a4ed6c6a..d3602100acc 100644 --- a/7556/data/test-cases/f4bc86284f3061c4.json +++ b/7588/data/test-cases/47dadd5c2c3461b1.json @@ -1 +1 @@ -{"uid":"f4bc86284f3061c4","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":1728457448616,"stop":1728457448616,"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":6,"unknown":0,"total":6},"items":[{"uid":"29837a3e3c4baf2d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/29837a3e3c4baf2d","status":"passed","time":{"start":1728456402387,"stop":1728456402391,"duration":4}},{"uid":"41ec5717e29ee4a5","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/41ec5717e29ee4a5","status":"passed","time":{"start":1728456120429,"stop":1728456120430,"duration":1}},{"uid":"22abf282d5f2aa55","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/22abf282d5f2aa55","status":"passed","time":{"start":1728456038370,"stop":1728456038370,"duration":0}},{"uid":"eaca04ce4b598fbd","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/eaca04ce4b598fbd","status":"passed","time":{"start":1728455403824,"stop":1728455403824,"duration":0}},{"uid":"9963eb3d57ce9ad7","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/9963eb3d57ce9ad7","status":"passed","time":{"start":1728452400284,"stop":1728452400284,"duration":0}}]},"tags":[]},"source":"f4bc86284f3061c4.json","parameterValues":[]} \ No newline at end of file +{"uid":"47dadd5c2c3461b1","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":1729034611665,"stop":1729034611665,"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":15,"unknown":0,"total":15},"items":[{"uid":"1f390b7dde2b5593","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1f390b7dde2b5593","status":"passed","time":{"start":1729034393648,"stop":1729034393648,"duration":0}},{"uid":"f2287cca4d044ebb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f2287cca4d044ebb","status":"passed","time":{"start":1729034304848,"stop":1729034304849,"duration":1}},{"uid":"302e84e6032ffd26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/302e84e6032ffd26","status":"passed","time":{"start":1729034121912,"stop":1729034121913,"duration":1}},{"uid":"5f94e246760ba04b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5f94e246760ba04b","status":"passed","time":{"start":1729032174872,"stop":1729032174873,"duration":1}},{"uid":"8e9b824b2bc1c826","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e9b824b2bc1c826","status":"passed","time":{"start":1728901881013,"stop":1728901881013,"duration":0}},{"uid":"7cb4e778a9763ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7cb4e778a9763ca","status":"passed","time":{"start":1728893317164,"stop":1728893317165,"duration":1}},{"uid":"b683f64c5e6c0bfc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b683f64c5e6c0bfc","status":"passed","time":{"start":1728856263100,"stop":1728856263100,"duration":0}},{"uid":"37cc7ca600228b02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37cc7ca600228b02","status":"passed","time":{"start":1728738492799,"stop":1728738492799,"duration":0}},{"uid":"367243aa76c2468a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/367243aa76c2468a","status":"passed","time":{"start":1728683030022,"stop":1728683030022,"duration":0}},{"uid":"b39760bcdc112a12","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b39760bcdc112a12","status":"passed","time":{"start":1728682581103,"stop":1728682581104,"duration":1}},{"uid":"12093564e02e15cb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/12093564e02e15cb","status":"passed","time":{"start":1728677081997,"stop":1728677081998,"duration":1}},{"uid":"7627d4fcb0981f87","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7627d4fcb0981f87","status":"passed","time":{"start":1728669795395,"stop":1728669795398,"duration":3}},{"uid":"5fdd90cd862998de","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5fdd90cd862998de","status":"passed","time":{"start":1728598137504,"stop":1728598137504,"duration":0}},{"uid":"6f476ba457609cfd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6f476ba457609cfd","status":"passed","time":{"start":1728597353480,"stop":1728597353480,"duration":0}}]},"tags":[]},"source":"47dadd5c2c3461b1.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/483848b214d5498.json b/7588/data/test-cases/483848b214d5498.json new file mode 100644 index 00000000000..e0954ce42f9 --- /dev/null +++ b/7588/data/test-cases/483848b214d5498.json @@ -0,0 +1 @@ +{"uid":"483848b214d5498","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":1729034348760,"stop":1729034348760,"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":15,"unknown":0,"total":15},"items":[{"uid":"7b67d2a3ba07d6fd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7b67d2a3ba07d6fd","status":"passed","time":{"start":1729034112603,"stop":1729034112603,"duration":0}},{"uid":"e39be7454d246ff7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e39be7454d246ff7","status":"passed","time":{"start":1729034035871,"stop":1729034035871,"duration":0}},{"uid":"f290f7e70d55ae92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f290f7e70d55ae92","status":"passed","time":{"start":1729033850547,"stop":1729033850548,"duration":1}},{"uid":"c4be06e8d50e21b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c4be06e8d50e21b2","status":"passed","time":{"start":1729031900270,"stop":1729031900271,"duration":1}},{"uid":"34f13a2165d534f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/34f13a2165d534f5","status":"passed","time":{"start":1728901446176,"stop":1728901446176,"duration":0}},{"uid":"4e00e1f04d816b52","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4e00e1f04d816b52","status":"passed","time":{"start":1728892876476,"stop":1728892876476,"duration":0}},{"uid":"e168668c08a2f88b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e168668c08a2f88b","status":"passed","time":{"start":1728855839197,"stop":1728855839198,"duration":1}},{"uid":"22ca3cd124e4f0d4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/22ca3cd124e4f0d4","status":"passed","time":{"start":1728738056463,"stop":1728738056463,"duration":0}},{"uid":"401bb96eb753402d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/401bb96eb753402d","status":"passed","time":{"start":1728682590043,"stop":1728682590043,"duration":0}},{"uid":"d89945eee04644bb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d89945eee04644bb","status":"passed","time":{"start":1728682162837,"stop":1728682162837,"duration":0}},{"uid":"2898b40af3d01b20","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2898b40af3d01b20","status":"passed","time":{"start":1728676637410,"stop":1728676637411,"duration":1}},{"uid":"9fb3e5aa96bc25f4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9fb3e5aa96bc25f4","status":"passed","time":{"start":1728669360493,"stop":1728669360493,"duration":0}},{"uid":"6d459aba4191577e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6d459aba4191577e","status":"passed","time":{"start":1728597701235,"stop":1728597701235,"duration":0}},{"uid":"5cac5ac598426715","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5cac5ac598426715","status":"passed","time":{"start":1728596920369,"stop":1728596920370,"duration":1}}]},"tags":[]},"source":"483848b214d5498.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/48393a55ce4ee583.json b/7588/data/test-cases/48393a55ce4ee583.json new file mode 100644 index 00000000000..f0d8c7ebfcc --- /dev/null +++ b/7588/data/test-cases/48393a55ce4ee583.json @@ -0,0 +1 @@ +{"uid":"48393a55ce4ee583","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":1729034356195,"stop":1729034356195,"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":15,"unknown":0,"total":15},"items":[{"uid":"3840f7f214054d9f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3840f7f214054d9f","status":"passed","time":{"start":1729034120192,"stop":1729034120193,"duration":1}},{"uid":"640bfc2e992977da","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/640bfc2e992977da","status":"passed","time":{"start":1729034043326,"stop":1729034043327,"duration":1}},{"uid":"1948768e112353e4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1948768e112353e4","status":"passed","time":{"start":1729033858030,"stop":1729033858030,"duration":0}},{"uid":"3fd93a2fa20a98de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3fd93a2fa20a98de","status":"passed","time":{"start":1729031908098,"stop":1729031908098,"duration":0}},{"uid":"67bc7f232be542a2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67bc7f232be542a2","status":"passed","time":{"start":1728901453392,"stop":1728901453392,"duration":0}},{"uid":"97b692c0b3ee106a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/97b692c0b3ee106a","status":"passed","time":{"start":1728892884021,"stop":1728892884021,"duration":0}},{"uid":"ec9aa0fe747d3159","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ec9aa0fe747d3159","status":"passed","time":{"start":1728855846492,"stop":1728855846492,"duration":0}},{"uid":"7fd50abe67b6d83c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fd50abe67b6d83c","status":"passed","time":{"start":1728738063722,"stop":1728738063722,"duration":0}},{"uid":"db31646ecb5420d3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/db31646ecb5420d3","status":"passed","time":{"start":1728682597443,"stop":1728682597443,"duration":0}},{"uid":"aac8eaeb10b607d1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aac8eaeb10b607d1","status":"passed","time":{"start":1728682170236,"stop":1728682170236,"duration":0}},{"uid":"93d67a7e20b14671","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93d67a7e20b14671","status":"passed","time":{"start":1728676645009,"stop":1728676645010,"duration":1}},{"uid":"6e5d364bf45056af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e5d364bf45056af","status":"passed","time":{"start":1728669367790,"stop":1728669367790,"duration":0}},{"uid":"f32f82703697ac82","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f32f82703697ac82","status":"passed","time":{"start":1728597708642,"stop":1728597708643,"duration":1}},{"uid":"d8391b84d13fa9f5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d8391b84d13fa9f5","status":"passed","time":{"start":1728596927930,"stop":1728596927930,"duration":0}}]},"tags":[]},"source":"48393a55ce4ee583.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/8211fb48e12a833d.json b/7588/data/test-cases/4873e0b2f7d16792.json similarity index 67% rename from 7556/data/test-cases/8211fb48e12a833d.json rename to 7588/data/test-cases/4873e0b2f7d16792.json index 4e1d3d5b6d3..a3a07660d57 100644 --- a/7556/data/test-cases/8211fb48e12a833d.json +++ b/7588/data/test-cases/4873e0b2f7d16792.json @@ -1 +1 @@ -{"uid":"8211fb48e12a833d","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":1728457498411,"stop":1728457498412,"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":6,"unknown":0,"total":6},"items":[{"uid":"a7fc8c918541cea1","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a7fc8c918541cea1","status":"passed","time":{"start":1728456453422,"stop":1728456453423,"duration":1}},{"uid":"3f0509f9ce45562f","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/3f0509f9ce45562f","status":"passed","time":{"start":1728456219581,"stop":1728456219581,"duration":0}},{"uid":"ca9e2d96352cead3","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/ca9e2d96352cead3","status":"passed","time":{"start":1728456142723,"stop":1728456142724,"duration":1}},{"uid":"a62f71017c3e48fc","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a62f71017c3e48fc","status":"passed","time":{"start":1728455503656,"stop":1728455503656,"duration":0}},{"uid":"bc24b1130980cdeb","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/bc24b1130980cdeb","status":"passed","time":{"start":1728452472489,"stop":1728452472489,"duration":0}}]},"tags":[]},"source":"8211fb48e12a833d.json","parameterValues":[]} \ No newline at end of file +{"uid":"4873e0b2f7d16792","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":1729034655443,"stop":1729034655443,"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":15,"unknown":0,"total":15},"items":[{"uid":"abc23093b9d0424e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/abc23093b9d0424e","status":"passed","time":{"start":1729034425377,"stop":1729034425377,"duration":0}},{"uid":"a70960f7bd2aeb9c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a70960f7bd2aeb9c","status":"passed","time":{"start":1729034346109,"stop":1729034346109,"duration":0}},{"uid":"2cf00c1fc945f5d5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2cf00c1fc945f5d5","status":"passed","time":{"start":1729034162415,"stop":1729034162415,"duration":0}},{"uid":"9a56be2f60829d3f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9a56be2f60829d3f","status":"passed","time":{"start":1729032197326,"stop":1729032197326,"duration":0}},{"uid":"453333c0581d6f93","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/453333c0581d6f93","status":"passed","time":{"start":1728901899712,"stop":1728901899712,"duration":0}},{"uid":"a52433dc9902199b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a52433dc9902199b","status":"passed","time":{"start":1728893334923,"stop":1728893334923,"duration":0}},{"uid":"f2334a2a2a2b6a09","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f2334a2a2a2b6a09","status":"passed","time":{"start":1728856288018,"stop":1728856288018,"duration":0}},{"uid":"579ed0c15bf86ea9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/579ed0c15bf86ea9","status":"passed","time":{"start":1728738501689,"stop":1728738501690,"duration":1}},{"uid":"f389d8cbe847a163","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f389d8cbe847a163","status":"passed","time":{"start":1728683044487,"stop":1728683044488,"duration":1}},{"uid":"9be9935d51e72290","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9be9935d51e72290","status":"passed","time":{"start":1728682619633,"stop":1728682619634,"duration":1}},{"uid":"4058f0c6e2297374","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4058f0c6e2297374","status":"passed","time":{"start":1728677104185,"stop":1728677104186,"duration":1}},{"uid":"6c289abf24702415","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c289abf24702415","status":"passed","time":{"start":1728669759888,"stop":1728669759888,"duration":0}},{"uid":"c46ffb83ae3e7b86","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c46ffb83ae3e7b86","status":"passed","time":{"start":1728598164491,"stop":1728598164491,"duration":0}},{"uid":"cd2410ec24008292","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd2410ec24008292","status":"passed","time":{"start":1728597385267,"stop":1728597385267,"duration":0}}]},"tags":[]},"source":"4873e0b2f7d16792.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/cc63dcf6302b81a9.json b/7588/data/test-cases/4891ef54a5af70a8.json similarity index 86% rename from 7556/data/test-cases/cc63dcf6302b81a9.json rename to 7588/data/test-cases/4891ef54a5af70a8.json index 692e4e17e35..f32e5b4dd58 100644 --- a/7556/data/test-cases/cc63dcf6302b81a9.json +++ b/7588/data/test-cases/4891ef54a5af70a8.json @@ -1 +1 @@ -{"uid":"cc63dcf6302b81a9","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":1728457528768,"stop":1728457528770,"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":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"fddab856b3344494","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/fddab856b3344494","status":"passed","time":{"start":1728456472595,"stop":1728456472595,"duration":0}},{"uid":"d81a0be73f7f369","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/d81a0be73f7f369","status":"passed","time":{"start":1728456244210,"stop":1728456244211,"duration":1}},{"uid":"4a8de069be0a3c1f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4a8de069be0a3c1f","status":"passed","time":{"start":1728456199277,"stop":1728456199278,"duration":1}},{"uid":"6405d463117a5229","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/6405d463117a5229","status":"passed","time":{"start":1728455560552,"stop":1728455560552,"duration":0}},{"uid":"419254f9eda34d2b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/419254f9eda34d2b","status":"passed","time":{"start":1728452503835,"stop":1728452503836,"duration":1}}]},"tags":[]},"source":"cc63dcf6302b81a9.json","parameterValues":[]} \ No newline at end of file +{"uid":"4891ef54a5af70a8","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":1729034668591,"stop":1729034668591,"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":15,"unknown":0,"total":15},"items":[{"uid":"9efe2540a0a2bd4d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9efe2540a0a2bd4d","status":"passed","time":{"start":1729034443495,"stop":1729034443495,"duration":0}},{"uid":"a2e769ee1fc1f542","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a2e769ee1fc1f542","status":"passed","time":{"start":1729034357697,"stop":1729034357697,"duration":0}},{"uid":"fb9665d82b7df79","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb9665d82b7df79","status":"passed","time":{"start":1729034177524,"stop":1729034177524,"duration":0}},{"uid":"a2473fc5036e2b3e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a2473fc5036e2b3e","status":"passed","time":{"start":1729032235299,"stop":1729032235299,"duration":0}},{"uid":"4f47d63aaad9a4ce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4f47d63aaad9a4ce","status":"passed","time":{"start":1728901958852,"stop":1728901958853,"duration":1}},{"uid":"baccd5c70fa26a5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/baccd5c70fa26a5a","status":"passed","time":{"start":1728893395072,"stop":1728893395073,"duration":1}},{"uid":"d9285137b6ef9845","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9285137b6ef9845","status":"passed","time":{"start":1728856355682,"stop":1728856355682,"duration":0}},{"uid":"751d0779126ecd32","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/751d0779126ecd32","status":"passed","time":{"start":1728738567467,"stop":1728738567467,"duration":0}},{"uid":"797ab9807c4936fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/797ab9807c4936fb","status":"passed","time":{"start":1728683110365,"stop":1728683110366,"duration":1}},{"uid":"dcb6730e27cd8f50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dcb6730e27cd8f50","status":"passed","time":{"start":1728682666062,"stop":1728682666063,"duration":1}},{"uid":"d02641dcaa3d8200","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d02641dcaa3d8200","status":"passed","time":{"start":1728677163568,"stop":1728677163569,"duration":1}},{"uid":"af9615c7181de6fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af9615c7181de6fb","status":"passed","time":{"start":1728669841247,"stop":1728669841247,"duration":0}},{"uid":"d0d7c709ab7e0451","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d0d7c709ab7e0451","status":"passed","time":{"start":1728598221883,"stop":1728598221884,"duration":1}},{"uid":"455b6bbe803881a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/455b6bbe803881a7","status":"passed","time":{"start":1728597434075,"stop":1728597434076,"duration":1}}]},"tags":[]},"source":"4891ef54a5af70a8.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/489f8b4479bd8b16.json b/7588/data/test-cases/489f8b4479bd8b16.json new file mode 100644 index 00000000000..ccf36188116 --- /dev/null +++ b/7588/data/test-cases/489f8b4479bd8b16.json @@ -0,0 +1 @@ +{"uid":"489f8b4479bd8b16","name":"LightPush","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > LightPush","historyId":"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034713701,"stop":1729034713701,"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"773b0f166aec84d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/773b0f166aec84d4","status":"passed","time":{"start":1729034487484,"stop":1729034487485,"duration":1}},{"uid":"ce3a238e12193506","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ce3a238e12193506","status":"passed","time":{"start":1729034446110,"stop":1729034446110,"duration":0}},{"uid":"6c1f31d8181870f6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6c1f31d8181870f6","status":"passed","time":{"start":1729032275828,"stop":1729032275829,"duration":1}},{"uid":"f02416b74aa00852","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f02416b74aa00852","status":"passed","time":{"start":1728902036741,"stop":1728902036741,"duration":0}},{"uid":"22c94c48b342e9a4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/22c94c48b342e9a4","status":"passed","time":{"start":1728893472414,"stop":1728893472414,"duration":0}},{"uid":"b2b1209d8b666001","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2b1209d8b666001","status":"passed","time":{"start":1728856423201,"stop":1728856423202,"duration":1}},{"uid":"ceae7c0577c12ea0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ceae7c0577c12ea0","status":"passed","time":{"start":1728738648730,"stop":1728738648730,"duration":0}},{"uid":"c5a11c195b827f12","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c5a11c195b827f12","status":"passed","time":{"start":1728683179656,"stop":1728683179656,"duration":0}},{"uid":"35f63cfe2c5dcb51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/35f63cfe2c5dcb51","status":"passed","time":{"start":1728682757952,"stop":1728682757952,"duration":0}},{"uid":"4f6e95d8a3de7d49","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f6e95d8a3de7d49","status":"passed","time":{"start":1728677238451,"stop":1728677238452,"duration":1}},{"uid":"7022cfc5fc4f361f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7022cfc5fc4f361f","status":"passed","time":{"start":1728669928221,"stop":1728669928221,"duration":0}},{"uid":"4dd31d9ed013905c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4dd31d9ed013905c","status":"passed","time":{"start":1728598319590,"stop":1728598319590,"duration":0}},{"uid":"c42ea0018f8eb2b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c42ea0018f8eb2b","status":"passed","time":{"start":1728597520647,"stop":1728597520648,"duration":1}}]},"tags":[]},"source":"489f8b4479bd8b16.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3eff342259669288.json b/7588/data/test-cases/48a5680f862134b9.json similarity index 80% rename from 7556/data/test-cases/3eff342259669288.json rename to 7588/data/test-cases/48a5680f862134b9.json index 2d2fd557e5a..f5621b04d36 100644 --- a/7556/data/test-cases/3eff342259669288.json +++ b/7588/data/test-cases/48a5680f862134b9.json @@ -1 +1 @@ -{"uid":"3eff342259669288","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":1728457490913,"stop":1728457490913,"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":6,"unknown":0,"total":6},"items":[{"uid":"9b639f00f3f1b0cc","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/9b639f00f3f1b0cc","status":"passed","time":{"start":1728456439217,"stop":1728456439217,"duration":0}},{"uid":"32dd935a23a0a629","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/32dd935a23a0a629","status":"passed","time":{"start":1728456209542,"stop":1728456209542,"duration":0}},{"uid":"520d4ce24e27093f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/520d4ce24e27093f","status":"passed","time":{"start":1728456126835,"stop":1728456126835,"duration":0}},{"uid":"793074fca4bc747","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/793074fca4bc747","status":"passed","time":{"start":1728455481798,"stop":1728455481798,"duration":0}},{"uid":"80afa4f8a6d2a4a7","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/80afa4f8a6d2a4a7","status":"passed","time":{"start":1728452438549,"stop":1728452438550,"duration":1}}]},"tags":[]},"source":"3eff342259669288.json","parameterValues":[]} \ No newline at end of file +{"uid":"48a5680f862134b9","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":1729034640512,"stop":1729034640512,"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":15,"unknown":0,"total":15},"items":[{"uid":"e7f085af5cdfd58f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e7f085af5cdfd58f","status":"passed","time":{"start":1729034411419,"stop":1729034411420,"duration":1}},{"uid":"399695c8032bea2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/399695c8032bea2","status":"passed","time":{"start":1729034327395,"stop":1729034327396,"duration":1}},{"uid":"1158cb6250839e55","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1158cb6250839e55","status":"passed","time":{"start":1729034147767,"stop":1729034147768,"duration":1}},{"uid":"cce3ca26fd711c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cce3ca26fd711c0","status":"passed","time":{"start":1729032204825,"stop":1729032204825,"duration":0}},{"uid":"25f58aee1f60d512","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25f58aee1f60d512","status":"passed","time":{"start":1728901907652,"stop":1728901907652,"duration":0}},{"uid":"86d1e2cd25303a48","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/86d1e2cd25303a48","status":"passed","time":{"start":1728893341886,"stop":1728893341886,"duration":0}},{"uid":"43d263260ee97bb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/43d263260ee97bb","status":"passed","time":{"start":1728856299351,"stop":1728856299352,"duration":1}},{"uid":"488929d75afe6195","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/488929d75afe6195","status":"passed","time":{"start":1728738511612,"stop":1728738511612,"duration":0}},{"uid":"22d0b96edebf85a5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/22d0b96edebf85a5","status":"passed","time":{"start":1728683052908,"stop":1728683052908,"duration":0}},{"uid":"caeceedd38396ece","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/caeceedd38396ece","status":"passed","time":{"start":1728682612907,"stop":1728682612907,"duration":0}},{"uid":"b814e51abd924b0b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b814e51abd924b0b","status":"passed","time":{"start":1728677115743,"stop":1728677115743,"duration":0}},{"uid":"2bbb70d5188e1105","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2bbb70d5188e1105","status":"passed","time":{"start":1728669778171,"stop":1728669778171,"duration":0}},{"uid":"277e6c9232436091","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/277e6c9232436091","status":"passed","time":{"start":1728598175428,"stop":1728598175428,"duration":0}},{"uid":"d65be8541c8f3085","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d65be8541c8f3085","status":"passed","time":{"start":1728597380057,"stop":1728597380058,"duration":1}}]},"tags":[]},"source":"48a5680f862134b9.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/cf7140ff9eb212fc.json b/7588/data/test-cases/48a5d67397949fdb.json similarity index 88% rename from 7556/data/test-cases/cf7140ff9eb212fc.json rename to 7588/data/test-cases/48a5d67397949fdb.json index 6b889d719a9..c2d6623272a 100644 --- a/7556/data/test-cases/cf7140ff9eb212fc.json +++ b/7588/data/test-cases/48a5d67397949fdb.json @@ -1 +1 @@ -{"uid":"cf7140ff9eb212fc","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":1728457473533,"stop":1728457473534,"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":6,"unknown":0,"total":6},"items":[{"uid":"d0ecb8150f5a94f7","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/d0ecb8150f5a94f7","status":"passed","time":{"start":1728456428381,"stop":1728456428382,"duration":1}},{"uid":"cdc5ea1cd6a8a556","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/cdc5ea1cd6a8a556","status":"passed","time":{"start":1728456157810,"stop":1728456157810,"duration":0}},{"uid":"cfdcce5e6a46c01b","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/cfdcce5e6a46c01b","status":"passed","time":{"start":1728456063551,"stop":1728456063551,"duration":0}},{"uid":"67c6617b5a964984","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/67c6617b5a964984","status":"passed","time":{"start":1728455422542,"stop":1728455422542,"duration":0}},{"uid":"d33d7373c76aaca4","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d33d7373c76aaca4","status":"passed","time":{"start":1728452417668,"stop":1728452417669,"duration":1}}]},"tags":[]},"source":"cf7140ff9eb212fc.json","parameterValues":[]} \ No newline at end of file +{"uid":"48a5d67397949fdb","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":1729034617766,"stop":1729034617766,"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":15,"unknown":0,"total":15},"items":[{"uid":"1cf4f674c0a59435","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1cf4f674c0a59435","status":"passed","time":{"start":1729034370903,"stop":1729034370904,"duration":1}},{"uid":"886dccb893e26341","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/886dccb893e26341","status":"passed","time":{"start":1729034308890,"stop":1729034308890,"duration":0}},{"uid":"a197a0a450629037","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a197a0a450629037","status":"passed","time":{"start":1729034129479,"stop":1729034129479,"duration":0}},{"uid":"cac0221106196979","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cac0221106196979","status":"passed","time":{"start":1729032178376,"stop":1729032178376,"duration":0}},{"uid":"ea4b297dfd882a0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea4b297dfd882a0e","status":"passed","time":{"start":1728901896353,"stop":1728901896353,"duration":0}},{"uid":"344d654b3cfbc78f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/344d654b3cfbc78f","status":"passed","time":{"start":1728893329034,"stop":1728893329034,"duration":0}},{"uid":"82a0029a6d903b81","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/82a0029a6d903b81","status":"passed","time":{"start":1728856284770,"stop":1728856284770,"duration":0}},{"uid":"c45bc308d90f9b22","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c45bc308d90f9b22","status":"passed","time":{"start":1728738494947,"stop":1728738494947,"duration":0}},{"uid":"acaa91b7cf532a60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/acaa91b7cf532a60","status":"passed","time":{"start":1728683033637,"stop":1728683033637,"duration":0}},{"uid":"bca0d0eef556c74c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bca0d0eef556c74c","status":"passed","time":{"start":1728682601745,"stop":1728682601745,"duration":0}},{"uid":"1aefd7a56f1598a2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1aefd7a56f1598a2","status":"passed","time":{"start":1728677107984,"stop":1728677107984,"duration":0}},{"uid":"daef2af20aa9b4dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/daef2af20aa9b4dc","status":"passed","time":{"start":1728669764757,"stop":1728669764757,"duration":0}},{"uid":"8ec6e88fbb4816eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ec6e88fbb4816eb","status":"passed","time":{"start":1728598157576,"stop":1728598157576,"duration":0}},{"uid":"6e715332b8df10cc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6e715332b8df10cc","status":"passed","time":{"start":1728597369085,"stop":1728597369085,"duration":0}}]},"tags":[]},"source":"48a5d67397949fdb.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/48c644261a54981b.json b/7588/data/test-cases/48c644261a54981b.json new file mode 100644 index 00000000000..3675817192c --- /dev/null +++ b/7588/data/test-cases/48c644261a54981b.json @@ -0,0 +1 @@ +{"uid":"48c644261a54981b","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":1729034332614,"stop":1729034332619,"duration":5},"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":"1e90bd1eafe04a92","status":"passed","time":{"start":1729034332613,"stop":1729034332613,"duration":0}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8354efb7f3b72d6b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8354efb7f3b72d6b","status":"passed","time":{"start":1729034096115,"stop":1729034096119,"duration":4}},{"uid":"43ccd6b28955fb5e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/43ccd6b28955fb5e","status":"passed","time":{"start":1729034020076,"stop":1729034020077,"duration":1}},{"uid":"1e768977ff794b7f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1e768977ff794b7f","status":"passed","time":{"start":1729033834366,"stop":1729033834366,"duration":0}},{"uid":"d863b8683092b74a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d863b8683092b74a","status":"passed","time":{"start":1729031884095,"stop":1729031884101,"duration":6}},{"uid":"2cc8d83d87532b5c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2cc8d83d87532b5c","status":"passed","time":{"start":1728901430245,"stop":1728901430245,"duration":0}},{"uid":"664256261291fc30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/664256261291fc30","status":"passed","time":{"start":1728892860520,"stop":1728892860520,"duration":0}},{"uid":"c27affa5d60b2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c27affa5d60b2","status":"passed","time":{"start":1728855823310,"stop":1728855823311,"duration":1}},{"uid":"86c1e81a154b1f9a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/86c1e81a154b1f9a","status":"passed","time":{"start":1728738040573,"stop":1728738040579,"duration":6}},{"uid":"294271c77d0bdfc6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/294271c77d0bdfc6","status":"passed","time":{"start":1728682574072,"stop":1728682574072,"duration":0}},{"uid":"90acc13a89e76415","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/90acc13a89e76415","status":"passed","time":{"start":1728682146800,"stop":1728682146800,"duration":0}},{"uid":"567f1653f7666fcb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/567f1653f7666fcb","status":"passed","time":{"start":1728676621418,"stop":1728676621418,"duration":0}},{"uid":"ec51a0b5b5fe3466","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ec51a0b5b5fe3466","status":"passed","time":{"start":1728669344456,"stop":1728669344457,"duration":1}},{"uid":"129fea95b2e268a1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/129fea95b2e268a1","status":"passed","time":{"start":1728597685141,"stop":1728597685149,"duration":8}},{"uid":"7a00b9d649b27ccb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7a00b9d649b27ccb","status":"passed","time":{"start":1728596904449,"stop":1728596904449,"duration":0}}]},"tags":[]},"source":"48c644261a54981b.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/49308e81b03e99d1.json b/7588/data/test-cases/49308e81b03e99d1.json new file mode 100644 index 00000000000..bc0dcf58be3 --- /dev/null +++ b/7588/data/test-cases/49308e81b03e99d1.json @@ -0,0 +1 @@ +{"uid":"49308e81b03e99d1","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":1729034332797,"stop":1729034332797,"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":15,"unknown":0,"total":15},"items":[{"uid":"1ba5dd895f5b2e88","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1ba5dd895f5b2e88","status":"passed","time":{"start":1729034096147,"stop":1729034096147,"duration":0}},{"uid":"df2dc197e936fd16","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/df2dc197e936fd16","status":"passed","time":{"start":1729034020103,"stop":1729034020103,"duration":0}},{"uid":"704282a90b3f59cd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/704282a90b3f59cd","status":"passed","time":{"start":1729033834402,"stop":1729033834402,"duration":0}},{"uid":"4f7d2411e39d920e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f7d2411e39d920e","status":"passed","time":{"start":1729031884178,"stop":1729031884178,"duration":0}},{"uid":"b7d6e834602d2c83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7d6e834602d2c83","status":"passed","time":{"start":1728901430211,"stop":1728901430211,"duration":0}},{"uid":"cc29c49ec869280c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cc29c49ec869280c","status":"passed","time":{"start":1728892860432,"stop":1728892860433,"duration":1}},{"uid":"8e3c3437f8f817ff","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8e3c3437f8f817ff","status":"passed","time":{"start":1728855823269,"stop":1728855823269,"duration":0}},{"uid":"9cc1e1f953ee3291","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9cc1e1f953ee3291","status":"passed","time":{"start":1728738040616,"stop":1728738040616,"duration":0}},{"uid":"b5a901fd813c9c72","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5a901fd813c9c72","status":"passed","time":{"start":1728682574126,"stop":1728682574126,"duration":0}},{"uid":"d0675f903c6335e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d0675f903c6335e4","status":"passed","time":{"start":1728682146845,"stop":1728682146846,"duration":1}},{"uid":"4d83bc29ffed3314","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4d83bc29ffed3314","status":"passed","time":{"start":1728676621446,"stop":1728676621446,"duration":0}},{"uid":"acc5b083345b1256","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/acc5b083345b1256","status":"passed","time":{"start":1728669344424,"stop":1728669344424,"duration":0}},{"uid":"c04d4307c5b77440","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c04d4307c5b77440","status":"passed","time":{"start":1728597685248,"stop":1728597685248,"duration":0}},{"uid":"871514ec1a18424c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/871514ec1a18424c","status":"passed","time":{"start":1728596904560,"stop":1728596904560,"duration":0}}]},"tags":[]},"source":"49308e81b03e99d1.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/495dea3c216ec2ef.json b/7588/data/test-cases/495dea3c216ec2ef.json new file mode 100644 index 00000000000..06709ec1fcd --- /dev/null +++ b/7588/data/test-cases/495dea3c216ec2ef.json @@ -0,0 +1 @@ +{"uid":"495dea3c216ec2ef","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":1729034340751,"stop":1729034340752,"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":15,"unknown":0,"total":15},"items":[{"uid":"1a533dd679ea8f92","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1a533dd679ea8f92","status":"passed","time":{"start":1729034104154,"stop":1729034104165,"duration":11}},{"uid":"75d9d8276a0c7d73","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/75d9d8276a0c7d73","status":"passed","time":{"start":1729034027735,"stop":1729034027736,"duration":1}},{"uid":"dc2800ea6245855b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dc2800ea6245855b","status":"passed","time":{"start":1729033842339,"stop":1729033842340,"duration":1}},{"uid":"5551f17ee71a7499","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5551f17ee71a7499","status":"passed","time":{"start":1729031892042,"stop":1729031892043,"duration":1}},{"uid":"818272f9abf52fa6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/818272f9abf52fa6","status":"passed","time":{"start":1728901438023,"stop":1728901438024,"duration":1}},{"uid":"b60170d73ee98be2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b60170d73ee98be2","status":"passed","time":{"start":1728892868229,"stop":1728892868229,"duration":0}},{"uid":"ceac6fd7d40913c5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ceac6fd7d40913c5","status":"passed","time":{"start":1728855831076,"stop":1728855831076,"duration":0}},{"uid":"96ffeea527f596e9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/96ffeea527f596e9","status":"passed","time":{"start":1728738048435,"stop":1728738048436,"duration":1}},{"uid":"e50de4bf657dcc95","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e50de4bf657dcc95","status":"passed","time":{"start":1728682581837,"stop":1728682581838,"duration":1}},{"uid":"30657f6e3073b77d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/30657f6e3073b77d","status":"passed","time":{"start":1728682154704,"stop":1728682154704,"duration":0}},{"uid":"a62423958d5cfb88","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a62423958d5cfb88","status":"passed","time":{"start":1728676629293,"stop":1728676629293,"duration":0}},{"uid":"39562669ea48fe4f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39562669ea48fe4f","status":"passed","time":{"start":1728669352207,"stop":1728669352207,"duration":0}},{"uid":"6797414ce8322379","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6797414ce8322379","status":"passed","time":{"start":1728597693010,"stop":1728597693011,"duration":1}},{"uid":"42a2f0c0c8095bb6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42a2f0c0c8095bb6","status":"passed","time":{"start":1728596912511,"stop":1728596912512,"duration":1}}]},"tags":[]},"source":"495dea3c216ec2ef.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/d49e2a7002f0bfad.json b/7588/data/test-cases/4971218267a8266d.json similarity index 81% rename from 7556/data/test-cases/d49e2a7002f0bfad.json rename to 7588/data/test-cases/4971218267a8266d.json index 5c043b7d476..ac1cdcf7b72 100644 --- a/7556/data/test-cases/d49e2a7002f0bfad.json +++ b/7588/data/test-cases/4971218267a8266d.json @@ -1 +1 @@ -{"uid":"d49e2a7002f0bfad","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":1728457322390,"stop":1728457322391,"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":6,"unknown":0,"total":6},"items":[{"uid":"fa27015420b706d0","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/fa27015420b706d0","status":"passed","time":{"start":1728456287198,"stop":1728456287200,"duration":2}},{"uid":"1a7b171966432683","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/1a7b171966432683","status":"passed","time":{"start":1728455980732,"stop":1728455980736,"duration":4}},{"uid":"a1b67eede3749a20","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/a1b67eede3749a20","status":"passed","time":{"start":1728455789216,"stop":1728455789217,"duration":1}},{"uid":"b99060c811aa29bd","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/b99060c811aa29bd","status":"passed","time":{"start":1728455146543,"stop":1728455146543,"duration":0}},{"uid":"9fb9b93988e314a5","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/9fb9b93988e314a5","status":"passed","time":{"start":1728452163118,"stop":1728452163118,"duration":0}}]},"tags":[]},"source":"d49e2a7002f0bfad.json","parameterValues":[]} \ No newline at end of file +{"uid":"4971218267a8266d","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":1729034506784,"stop":1729034506785,"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":15,"unknown":0,"total":15},"items":[{"uid":"16eed2a58a06f542","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/16eed2a58a06f542","status":"passed","time":{"start":1729034259806,"stop":1729034259806,"duration":0}},{"uid":"1bd81528471301de","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1bd81528471301de","status":"passed","time":{"start":1729034194000,"stop":1729034194000,"duration":0}},{"uid":"a8ee0a29081af6a2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8ee0a29081af6a2","status":"passed","time":{"start":1729034014827,"stop":1729034014827,"duration":0}},{"uid":"b16c6bbcdf2f844b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b16c6bbcdf2f844b","status":"passed","time":{"start":1729032065419,"stop":1729032065422,"duration":3}},{"uid":"686c5f4b6c49ee8a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/686c5f4b6c49ee8a","status":"passed","time":{"start":1728901664233,"stop":1728901664233,"duration":0}},{"uid":"e63227204ebb7041","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e63227204ebb7041","status":"passed","time":{"start":1728893093678,"stop":1728893093679,"duration":1}},{"uid":"edf07850665cba4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/edf07850665cba4c","status":"passed","time":{"start":1728856055261,"stop":1728856055261,"duration":0}},{"uid":"c238bfefc69d700","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c238bfefc69d700","status":"passed","time":{"start":1728738274737,"stop":1728738274738,"duration":1}},{"uid":"8ff2327bb0c367c8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8ff2327bb0c367c8","status":"passed","time":{"start":1728682807945,"stop":1728682807946,"duration":1}},{"uid":"ae878d80b615d8da","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ae878d80b615d8da","status":"passed","time":{"start":1728682381278,"stop":1728682381278,"duration":0}},{"uid":"479699186c99d011","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/479699186c99d011","status":"passed","time":{"start":1728676853891,"stop":1728676853891,"duration":0}},{"uid":"6c44b3ba102539c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c44b3ba102539c5","status":"passed","time":{"start":1728669581680,"stop":1728669581681,"duration":1}},{"uid":"55d5837c46085b03","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55d5837c46085b03","status":"passed","time":{"start":1728597923458,"stop":1728597923458,"duration":0}},{"uid":"19b8c942ac01466","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/19b8c942ac01466","status":"passed","time":{"start":1728597132256,"stop":1728597132257,"duration":1}}]},"tags":[]},"source":"4971218267a8266d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/59169a2aaf566a35.json b/7588/data/test-cases/499d87fee9e7e901.json similarity index 88% rename from 7556/data/test-cases/59169a2aaf566a35.json rename to 7588/data/test-cases/499d87fee9e7e901.json index 88ddc958892..9acd6f35ef1 100644 --- a/7556/data/test-cases/59169a2aaf566a35.json +++ b/7588/data/test-cases/499d87fee9e7e901.json @@ -1 +1 @@ -{"uid":"59169a2aaf566a35","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":1728457510464,"stop":1728457510466,"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":6,"unknown":0,"total":6},"items":[{"uid":"8ac34d8d3f9a7d2a","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/8ac34d8d3f9a7d2a","status":"passed","time":{"start":1728456448222,"stop":1728456448223,"duration":1}},{"uid":"f05e528048866146","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f05e528048866146","status":"passed","time":{"start":1728456195715,"stop":1728456195715,"duration":0}},{"uid":"3abbd0e993534d1e","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/3abbd0e993534d1e","status":"passed","time":{"start":1728456166714,"stop":1728456166715,"duration":1}},{"uid":"efd3594c0bc67064","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/efd3594c0bc67064","status":"passed","time":{"start":1728455516745,"stop":1728455516745,"duration":0}},{"uid":"c33029f960f05b01","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/c33029f960f05b01","status":"passed","time":{"start":1728452508950,"stop":1728452508951,"duration":1}}]},"tags":[]},"source":"59169a2aaf566a35.json","parameterValues":[]} \ No newline at end of file +{"uid":"499d87fee9e7e901","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":1729034631263,"stop":1729034631263,"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":15,"unknown":0,"total":15},"items":[{"uid":"801fea40d2e6f0bf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/801fea40d2e6f0bf","status":"passed","time":{"start":1729034400902,"stop":1729034400903,"duration":1}},{"uid":"2d518df56ac6b8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2d518df56ac6b8","status":"passed","time":{"start":1729034317498,"stop":1729034317504,"duration":6}},{"uid":"56fe24c9e41f5f3b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/56fe24c9e41f5f3b","status":"passed","time":{"start":1729034137156,"stop":1729034137157,"duration":1}},{"uid":"e3ed0effe7cce2d5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e3ed0effe7cce2d5","status":"passed","time":{"start":1729032206888,"stop":1729032206888,"duration":0}},{"uid":"65e785f8fb1aca8a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65e785f8fb1aca8a","status":"passed","time":{"start":1728901995036,"stop":1728901995036,"duration":0}},{"uid":"11f3c8016d0bdf97","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/11f3c8016d0bdf97","status":"passed","time":{"start":1728893421009,"stop":1728893421009,"duration":0}},{"uid":"7a8ac835a5cb5166","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7a8ac835a5cb5166","status":"passed","time":{"start":1728856368610,"stop":1728856368610,"duration":0}},{"uid":"d8d16421040525d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d8d16421040525d","status":"passed","time":{"start":1728738604692,"stop":1728738604693,"duration":1}},{"uid":"c951e9863a2f44cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c951e9863a2f44cc","status":"passed","time":{"start":1728683117675,"stop":1728683117676,"duration":1}},{"uid":"284863637e543e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/284863637e543e4","status":"passed","time":{"start":1728682721327,"stop":1728682721327,"duration":0}},{"uid":"7c2637a8af6ccad6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c2637a8af6ccad6","status":"passed","time":{"start":1728677184694,"stop":1728677184694,"duration":0}},{"uid":"6c91d73260bc3b69","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c91d73260bc3b69","status":"passed","time":{"start":1728669866478,"stop":1728669866479,"duration":1}},{"uid":"6c98b1eda00ea5c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6c98b1eda00ea5c6","status":"passed","time":{"start":1728598250013,"stop":1728598250013,"duration":0}},{"uid":"2c1b8da6b1c65bde","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c1b8da6b1c65bde","status":"passed","time":{"start":1728597472310,"stop":1728597472310,"duration":0}}]},"tags":[]},"source":"499d87fee9e7e901.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ef54f3ef3e572983.json b/7588/data/test-cases/49ed73453a1d5da7.json similarity index 72% rename from 7556/data/test-cases/ef54f3ef3e572983.json rename to 7588/data/test-cases/49ed73453a1d5da7.json index 67e811204d2..47fcaeabd2d 100644 --- a/7556/data/test-cases/ef54f3ef3e572983.json +++ b/7588/data/test-cases/49ed73453a1d5da7.json @@ -1 +1 @@ -{"uid":"ef54f3ef3e572983","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":1728457174882,"stop":1728457174883,"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":6,"unknown":0,"total":6},"items":[{"uid":"7762595bbe39e95e","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/7762595bbe39e95e","status":"passed","time":{"start":1728456147703,"stop":1728456147704,"duration":1}},{"uid":"8051770cd6435638","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/8051770cd6435638","status":"passed","time":{"start":1728455831782,"stop":1728455831782,"duration":0}},{"uid":"329bced68b874271","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/329bced68b874271","status":"passed","time":{"start":1728455583338,"stop":1728455583339,"duration":1}},{"uid":"a6c8110bf58784e","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a6c8110bf58784e","status":"passed","time":{"start":1728454943914,"stop":1728454943914,"duration":0}},{"uid":"780423316cea8d1","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/780423316cea8d1","status":"passed","time":{"start":1728451954603,"stop":1728451954603,"duration":0}}]},"tags":[]},"source":"ef54f3ef3e572983.json","parameterValues":[]} \ No newline at end of file +{"uid":"49ed73453a1d5da7","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":1729034360436,"stop":1729034360436,"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":15,"unknown":0,"total":15},"items":[{"uid":"c13d786a6bf6c21a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c13d786a6bf6c21a","status":"passed","time":{"start":1729034124362,"stop":1729034124363,"duration":1}},{"uid":"c55644550d5fc2bc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c55644550d5fc2bc","status":"passed","time":{"start":1729034047484,"stop":1729034047484,"duration":0}},{"uid":"de5ab1fa7d58ee53","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/de5ab1fa7d58ee53","status":"passed","time":{"start":1729033862329,"stop":1729033862329,"duration":0}},{"uid":"11787080fba11c6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/11787080fba11c6c","status":"passed","time":{"start":1729031912070,"stop":1729031912070,"duration":0}},{"uid":"b123e4ffe3ac88e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b123e4ffe3ac88e2","status":"passed","time":{"start":1728901457817,"stop":1728901457817,"duration":0}},{"uid":"6710ed9ce39d387c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6710ed9ce39d387c","status":"passed","time":{"start":1728892888300,"stop":1728892888300,"duration":0}},{"uid":"5bab9504fe9e64","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5bab9504fe9e64","status":"passed","time":{"start":1728855850788,"stop":1728855850788,"duration":0}},{"uid":"987978d1ddf8cc6c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/987978d1ddf8cc6c","status":"passed","time":{"start":1728738068163,"stop":1728738068164,"duration":1}},{"uid":"ddcd7c0577d7c684","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ddcd7c0577d7c684","status":"passed","time":{"start":1728682601673,"stop":1728682601673,"duration":0}},{"uid":"695b2f104bf3d10e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/695b2f104bf3d10e","status":"passed","time":{"start":1728682174565,"stop":1728682174565,"duration":0}},{"uid":"16944b9c68951fd7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/16944b9c68951fd7","status":"passed","time":{"start":1728676648931,"stop":1728676648931,"duration":0}},{"uid":"a1762e87ba404872","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a1762e87ba404872","status":"passed","time":{"start":1728669372210,"stop":1728669372211,"duration":1}},{"uid":"335c9b3f7d9d4784","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/335c9b3f7d9d4784","status":"passed","time":{"start":1728597712760,"stop":1728597712760,"duration":0}},{"uid":"3959a2ded4966d77","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3959a2ded4966d77","status":"passed","time":{"start":1728596931866,"stop":1728596931867,"duration":1}}]},"tags":[]},"source":"49ed73453a1d5da7.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/4a2ea1d78d2d310.json b/7588/data/test-cases/4a2ea1d78d2d310.json new file mode 100644 index 00000000000..987c1040d20 --- /dev/null +++ b/7588/data/test-cases/4a2ea1d78d2d310.json @@ -0,0 +1 @@ +{"uid":"4a2ea1d78d2d310","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":1729034640517,"stop":1729034640520,"duration":3},"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":15,"unknown":0,"total":15},"items":[{"uid":"a9ea58f38451e6f2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9ea58f38451e6f2","status":"passed","time":{"start":1729034411421,"stop":1729034411421,"duration":0}},{"uid":"9e7dd0be6e437897","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9e7dd0be6e437897","status":"passed","time":{"start":1729034327398,"stop":1729034327399,"duration":1}},{"uid":"db8b6980881f1b3e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db8b6980881f1b3e","status":"passed","time":{"start":1729034147770,"stop":1729034147770,"duration":0}},{"uid":"27ca1ee646c5a4c2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/27ca1ee646c5a4c2","status":"passed","time":{"start":1729032204826,"stop":1729032204826,"duration":0}},{"uid":"80c1e33e10cebb5e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/80c1e33e10cebb5e","status":"passed","time":{"start":1728901907698,"stop":1728901907699,"duration":1}},{"uid":"4346ec4c5e46c686","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4346ec4c5e46c686","status":"passed","time":{"start":1728893341887,"stop":1728893341887,"duration":0}},{"uid":"81c4f47692ce0f33","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/81c4f47692ce0f33","status":"passed","time":{"start":1728856299355,"stop":1728856299355,"duration":0}},{"uid":"8f9810310c08eecd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8f9810310c08eecd","status":"passed","time":{"start":1728738511615,"stop":1728738511615,"duration":0}},{"uid":"f2f6206d7d048cea","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2f6206d7d048cea","status":"passed","time":{"start":1728683052909,"stop":1728683052910,"duration":1}},{"uid":"6025cf0125c5d5e9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6025cf0125c5d5e9","status":"passed","time":{"start":1728682612909,"stop":1728682612909,"duration":0}},{"uid":"3f2f31dab65cfecf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3f2f31dab65cfecf","status":"passed","time":{"start":1728677115744,"stop":1728677115745,"duration":1}},{"uid":"455ce262a212efca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/455ce262a212efca","status":"passed","time":{"start":1728669778173,"stop":1728669778173,"duration":0}},{"uid":"a8c442e71f9eb165","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8c442e71f9eb165","status":"passed","time":{"start":1728598175430,"stop":1728598175431,"duration":1}},{"uid":"e749efd8e534efb3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e749efd8e534efb3","status":"passed","time":{"start":1728597380059,"stop":1728597380060,"duration":1}}]},"tags":[]},"source":"4a2ea1d78d2d310.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9a2f0c825e307e71.json b/7588/data/test-cases/4a5ca6632545b2e1.json similarity index 81% rename from 7556/data/test-cases/9a2f0c825e307e71.json rename to 7588/data/test-cases/4a5ca6632545b2e1.json index 3ff6d9a634f..087f33cb44c 100644 --- a/7556/data/test-cases/9a2f0c825e307e71.json +++ b/7588/data/test-cases/4a5ca6632545b2e1.json @@ -1 +1 @@ -{"uid":"9a2f0c825e307e71","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":1728457322422,"stop":1728457322425,"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":6,"unknown":0,"total":6},"items":[{"uid":"5ed19346b6b3abd","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/5ed19346b6b3abd","status":"passed","time":{"start":1728456287232,"stop":1728456287232,"duration":0}},{"uid":"118e46a1bb99e211","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/118e46a1bb99e211","status":"passed","time":{"start":1728455980759,"stop":1728455980760,"duration":1}},{"uid":"a795cd79a1e94df9","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/a795cd79a1e94df9","status":"passed","time":{"start":1728455789240,"stop":1728455789240,"duration":0}},{"uid":"8d9dfe484ecad5ae","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/8d9dfe484ecad5ae","status":"passed","time":{"start":1728455146549,"stop":1728455146550,"duration":1}},{"uid":"656802694233502d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/656802694233502d","status":"passed","time":{"start":1728452163127,"stop":1728452163127,"duration":0}}]},"tags":[]},"source":"9a2f0c825e307e71.json","parameterValues":[]} \ No newline at end of file +{"uid":"4a5ca6632545b2e1","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":1729034506792,"stop":1729034506792,"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":15,"unknown":0,"total":15},"items":[{"uid":"e8c5c927f3d48232","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e8c5c927f3d48232","status":"passed","time":{"start":1729034259817,"stop":1729034259817,"duration":0}},{"uid":"4041ae14ef7646ec","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4041ae14ef7646ec","status":"passed","time":{"start":1729034194017,"stop":1729034194017,"duration":0}},{"uid":"786d11b40ce6151a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/786d11b40ce6151a","status":"passed","time":{"start":1729034014871,"stop":1729034014873,"duration":2}},{"uid":"99756601534ced03","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/99756601534ced03","status":"passed","time":{"start":1729032065452,"stop":1729032065452,"duration":0}},{"uid":"ef294fcebb5d3de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ef294fcebb5d3de","status":"passed","time":{"start":1728901664265,"stop":1728901664266,"duration":1}},{"uid":"feef35c412a552d9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/feef35c412a552d9","status":"passed","time":{"start":1728893093690,"stop":1728893093691,"duration":1}},{"uid":"445abc1d5478c7e3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/445abc1d5478c7e3","status":"passed","time":{"start":1728856055271,"stop":1728856055272,"duration":1}},{"uid":"1a18855f38c0d510","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a18855f38c0d510","status":"passed","time":{"start":1728738274743,"stop":1728738274743,"duration":0}},{"uid":"e963e00a9062274a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e963e00a9062274a","status":"passed","time":{"start":1728682807956,"stop":1728682807956,"duration":0}},{"uid":"7379f538af909a1a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7379f538af909a1a","status":"passed","time":{"start":1728682381284,"stop":1728682381284,"duration":0}},{"uid":"c5edfc31fc72be8c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c5edfc31fc72be8c","status":"passed","time":{"start":1728676853897,"stop":1728676853897,"duration":0}},{"uid":"2362dad69b8b8071","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2362dad69b8b8071","status":"passed","time":{"start":1728669581694,"stop":1728669581694,"duration":0}},{"uid":"90095e35815ba1e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90095e35815ba1e","status":"passed","time":{"start":1728597923481,"stop":1728597923481,"duration":0}},{"uid":"b8306bf0bbdff1e1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b8306bf0bbdff1e1","status":"passed","time":{"start":1728597132262,"stop":1728597132263,"duration":1}}]},"tags":[]},"source":"4a5ca6632545b2e1.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/f9a0d44ed46057fd.json b/7588/data/test-cases/4ad4abe3e8d623ef.json similarity index 82% rename from 7556/data/test-cases/f9a0d44ed46057fd.json rename to 7588/data/test-cases/4ad4abe3e8d623ef.json index 21aa4d760d9..36ff7cc7829 100644 --- a/7556/data/test-cases/f9a0d44ed46057fd.json +++ b/7588/data/test-cases/4ad4abe3e8d623ef.json @@ -1 +1 @@ -{"uid":"f9a0d44ed46057fd","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":1728457481312,"stop":1728457481312,"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":6,"unknown":0,"total":6},"items":[{"uid":"b2d9fe2f4f502557","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/b2d9fe2f4f502557","status":"passed","time":{"start":1728456434607,"stop":1728456434608,"duration":1}},{"uid":"b13f2aa4db447fec","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/b13f2aa4db447fec","status":"passed","time":{"start":1728456196715,"stop":1728456196715,"duration":0}},{"uid":"35a4b4da8fa042b9","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/35a4b4da8fa042b9","status":"passed","time":{"start":1728456113217,"stop":1728456113218,"duration":1}},{"uid":"65a2cee37aeb4579","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/65a2cee37aeb4579","status":"passed","time":{"start":1728455468973,"stop":1728455468973,"duration":0}},{"uid":"69fb33209db2d1d0","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/69fb33209db2d1d0","status":"passed","time":{"start":1728452437028,"stop":1728452437028,"duration":0}}]},"tags":[]},"source":"f9a0d44ed46057fd.json","parameterValues":[]} \ No newline at end of file +{"uid":"4ad4abe3e8d623ef","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":1729034636324,"stop":1729034636324,"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":15,"unknown":0,"total":15},"items":[{"uid":"d3bdc9f9b44ce570","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d3bdc9f9b44ce570","status":"passed","time":{"start":1729034402289,"stop":1729034402290,"duration":1}},{"uid":"43a140c7c2a88248","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/43a140c7c2a88248","status":"passed","time":{"start":1729034323319,"stop":1729034323319,"duration":0}},{"uid":"df0cb287268aae2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df0cb287268aae2c","status":"passed","time":{"start":1729034144773,"stop":1729034144773,"duration":0}},{"uid":"34e8a7382ed41e24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/34e8a7382ed41e24","status":"passed","time":{"start":1729032198828,"stop":1729032198837,"duration":9}},{"uid":"37ecc1edb2eb2aaf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37ecc1edb2eb2aaf","status":"passed","time":{"start":1728901901778,"stop":1728901901778,"duration":0}},{"uid":"65bfbbe6a03ef815","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/65bfbbe6a03ef815","status":"passed","time":{"start":1728893337259,"stop":1728893337259,"duration":0}},{"uid":"ade4b153a4bafa00","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ade4b153a4bafa00","status":"passed","time":{"start":1728856299203,"stop":1728856299203,"duration":0}},{"uid":"8142d9b5ff400bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8142d9b5ff400bd","status":"passed","time":{"start":1728738505394,"stop":1728738505395,"duration":1}},{"uid":"4e46b469eebebc5e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4e46b469eebebc5e","status":"passed","time":{"start":1728683045454,"stop":1728683045455,"duration":1}},{"uid":"873d3bbeda5d264f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/873d3bbeda5d264f","status":"passed","time":{"start":1728682607299,"stop":1728682607300,"duration":1}},{"uid":"985d5a37f9178d36","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/985d5a37f9178d36","status":"passed","time":{"start":1728677103503,"stop":1728677103503,"duration":0}},{"uid":"c4646c13f41485c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4646c13f41485c9","status":"passed","time":{"start":1728669777143,"stop":1728669777144,"duration":1}},{"uid":"1b5d9e360fd7a21","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1b5d9e360fd7a21","status":"passed","time":{"start":1728598163471,"stop":1728598163472,"duration":1}},{"uid":"1ec1dfede575cece","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ec1dfede575cece","status":"passed","time":{"start":1728597375492,"stop":1728597375493,"duration":1}}]},"tags":[]},"source":"4ad4abe3e8d623ef.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/4ae2f10632e49bf.json b/7588/data/test-cases/4ae2f10632e49bf.json new file mode 100644 index 00000000000..bc1d4105e3f --- /dev/null +++ b/7588/data/test-cases/4ae2f10632e49bf.json @@ -0,0 +1 @@ +{"uid":"4ae2f10632e49bf","name":"Default pageSize","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Default pageSize","historyId":"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034703313,"stop":1729034703313,"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":15,"unknown":0,"total":15},"items":[{"uid":"ae995d110a89de97","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ae995d110a89de97","status":"passed","time":{"start":1729034475277,"stop":1729034475278,"duration":1}},{"uid":"137e15821203ea11","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/137e15821203ea11","status":"passed","time":{"start":1729034392404,"stop":1729034392404,"duration":0}},{"uid":"e5c2dde2f136ed5d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e5c2dde2f136ed5d","status":"passed","time":{"start":1729034208295,"stop":1729034208296,"duration":1}},{"uid":"c9c2596acc9ab3c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c9c2596acc9ab3c6","status":"passed","time":{"start":1729032257078,"stop":1729032257083,"duration":5}},{"uid":"25f47cac25a7f47c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25f47cac25a7f47c","status":"passed","time":{"start":1728902024014,"stop":1728902024014,"duration":0}},{"uid":"e98a847f28498fda","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e98a847f28498fda","status":"passed","time":{"start":1728893455130,"stop":1728893455131,"duration":1}},{"uid":"6f318de6127b24ed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6f318de6127b24ed","status":"passed","time":{"start":1728856404967,"stop":1728856404967,"duration":0}},{"uid":"422f89dd57996cf0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/422f89dd57996cf0","status":"passed","time":{"start":1728738634670,"stop":1728738634671,"duration":1}},{"uid":"445959531e700f6c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/445959531e700f6c","status":"passed","time":{"start":1728683163621,"stop":1728683163622,"duration":1}},{"uid":"59fa1edabd93a5b3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59fa1edabd93a5b3","status":"passed","time":{"start":1728682737543,"stop":1728682737544,"duration":1}},{"uid":"22251463266a7e8e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/22251463266a7e8e","status":"passed","time":{"start":1728677222568,"stop":1728677222568,"duration":0}},{"uid":"989d2f9af6e0c3e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/989d2f9af6e0c3e2","status":"passed","time":{"start":1728669905045,"stop":1728669905046,"duration":1}},{"uid":"b29f7c6323670f62","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b29f7c6323670f62","status":"passed","time":{"start":1728598284367,"stop":1728598284367,"duration":0}},{"uid":"75a45144f14a699","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/75a45144f14a699","status":"passed","time":{"start":1728597506832,"stop":1728597506832,"duration":0}}]},"tags":[]},"source":"4ae2f10632e49bf.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/4b5ec194e8af59fe.json b/7588/data/test-cases/4b5ec194e8af59fe.json new file mode 100644 index 00000000000..6726d1b860e --- /dev/null +++ b/7588/data/test-cases/4b5ec194e8af59fe.json @@ -0,0 +1 @@ +{"uid":"4b5ec194e8af59fe","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":1729034332646,"stop":1729034332646,"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":15,"unknown":0,"total":15},"items":[{"uid":"a43ad7bab049b807","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a43ad7bab049b807","status":"passed","time":{"start":1729034096143,"stop":1729034096143,"duration":0}},{"uid":"d64aa4b20bd3e8e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d64aa4b20bd3e8e9","status":"passed","time":{"start":1729034020099,"stop":1729034020099,"duration":0}},{"uid":"1b9cd92097da8e53","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1b9cd92097da8e53","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0}},{"uid":"ac2e47e14230011","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac2e47e14230011","status":"passed","time":{"start":1729031884130,"stop":1729031884130,"duration":0}},{"uid":"91299dddcd9d1463","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/91299dddcd9d1463","status":"passed","time":{"start":1728901430263,"stop":1728901430263,"duration":0}},{"uid":"3e1185cc2334b973","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3e1185cc2334b973","status":"passed","time":{"start":1728892860541,"stop":1728892860542,"duration":1}},{"uid":"ac370a800bf162e6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac370a800bf162e6","status":"passed","time":{"start":1728855823331,"stop":1728855823331,"duration":0}},{"uid":"5b4f916c96ddcd62","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5b4f916c96ddcd62","status":"passed","time":{"start":1728738040612,"stop":1728738040612,"duration":0}},{"uid":"f517ee8b6740e59c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f517ee8b6740e59c","status":"passed","time":{"start":1728682574103,"stop":1728682574103,"duration":0}},{"uid":"d6b18fbbad5af374","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d6b18fbbad5af374","status":"passed","time":{"start":1728682146827,"stop":1728682146827,"duration":0}},{"uid":"5163b61a318ddac6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5163b61a318ddac6","status":"passed","time":{"start":1728676621441,"stop":1728676621442,"duration":1}},{"uid":"a2cd3c1384c5cbcb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a2cd3c1384c5cbcb","status":"passed","time":{"start":1728669344475,"stop":1728669344476,"duration":1}},{"uid":"ddffd3d46f8864ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ddffd3d46f8864ac","status":"passed","time":{"start":1728597685171,"stop":1728597685172,"duration":1}},{"uid":"e0b734a3d50b902a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e0b734a3d50b902a","status":"passed","time":{"start":1728596904481,"stop":1728596904481,"duration":0}}]},"tags":[]},"source":"4b5ec194e8af59fe.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/32c7548dfb88973b.json b/7588/data/test-cases/4ba3fd5c9923c490.json similarity index 50% rename from 7556/data/test-cases/32c7548dfb88973b.json rename to 7588/data/test-cases/4ba3fd5c9923c490.json index e8ee1bbcdf2..9b78c20f968 100644 --- a/7556/data/test-cases/32c7548dfb88973b.json +++ b/7588/data/test-cases/4ba3fd5c9923c490.json @@ -1 +1 @@ -{"uid":"32c7548dfb88973b","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":1728457289943,"stop":1728457289945,"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=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":6,"unknown":0,"total":6},"items":[{"uid":"3cda50f879855dc5","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/3cda50f879855dc5","status":"passed","time":{"start":1728456257122,"stop":1728456257122,"duration":0}},{"uid":"d766afb6a6f9d4ce","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/d766afb6a6f9d4ce","status":"passed","time":{"start":1728455949871,"stop":1728455949871,"duration":0}},{"uid":"cb44399633f0106c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/cb44399633f0106c","status":"passed","time":{"start":1728455741468,"stop":1728455741469,"duration":1}},{"uid":"7c5463d687f06433","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/7c5463d687f06433","status":"passed","time":{"start":1728455102320,"stop":1728455102321,"duration":1}},{"uid":"2bddd39c8e24dae","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/2bddd39c8e24dae","status":"passed","time":{"start":1728452170815,"stop":1728452170815,"duration":0}}]},"tags":[]},"source":"32c7548dfb88973b.json","parameterValues":[]} \ No newline at end of file +{"uid":"4ba3fd5c9923c490","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":1729034472983,"stop":1729034472983,"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":15,"unknown":0,"total":15},"items":[{"uid":"b551d4de47ec0ffe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b551d4de47ec0ffe","status":"passed","time":{"start":1729034240922,"stop":1729034240925,"duration":3}},{"uid":"1cffefafd01b8952","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1cffefafd01b8952","status":"passed","time":{"start":1729034159620,"stop":1729034159620,"duration":0}},{"uid":"97e9a59b57e1e3f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97e9a59b57e1e3f6","status":"passed","time":{"start":1729033976803,"stop":1729033976803,"duration":0}},{"uid":"91f45e3ab2f65c1c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/91f45e3ab2f65c1c","status":"passed","time":{"start":1729032020527,"stop":1729032020527,"duration":0}},{"uid":"504db91020bc6619","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/504db91020bc6619","status":"passed","time":{"start":1728901616451,"stop":1728901616460,"duration":9}},{"uid":"be2bd3bcc0b71762","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/be2bd3bcc0b71762","status":"passed","time":{"start":1728893050248,"stop":1728893050249,"duration":1}},{"uid":"a0b96fe11e700395","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0b96fe11e700395","status":"passed","time":{"start":1728856015175,"stop":1728856015175,"duration":0}},{"uid":"117be67a927693bf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/117be67a927693bf","status":"passed","time":{"start":1728738233144,"stop":1728738233145,"duration":1}},{"uid":"c919de31ec31c253","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c919de31ec31c253","status":"passed","time":{"start":1728682762476,"stop":1728682762476,"duration":0}},{"uid":"56389583c101f798","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/56389583c101f798","status":"passed","time":{"start":1728682332789,"stop":1728682332790,"duration":1}},{"uid":"c43e2224b3441651","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c43e2224b3441651","status":"passed","time":{"start":1728676810298,"stop":1728676810298,"duration":0}},{"uid":"14eb6d75b2b15919","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/14eb6d75b2b15919","status":"passed","time":{"start":1728669529903,"stop":1728669529903,"duration":0}},{"uid":"5260244e88d71766","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5260244e88d71766","status":"passed","time":{"start":1728597873538,"stop":1728597873538,"duration":0}},{"uid":"11848eff1bdd9d49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/11848eff1bdd9d49","status":"passed","time":{"start":1728597089277,"stop":1728597089277,"duration":0}}]},"tags":[]},"source":"4ba3fd5c9923c490.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/4ba91784e91123e5.json b/7588/data/test-cases/4ba91784e91123e5.json new file mode 100644 index 00000000000..8f473cfd8eb --- /dev/null +++ b/7588/data/test-cases/4ba91784e91123e5.json @@ -0,0 +1 @@ +{"uid":"4ba91784e91123e5","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":1729034473216,"stop":1729034473217,"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.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":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"ec7f0d1458b5acac","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ec7f0d1458b5acac","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241160,"stop":1729034241160,"duration":0}},{"uid":"d2b92ea09b66895e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d2b92ea09b66895e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159974,"stop":1729034159974,"duration":0}},{"uid":"2f24347699d70e7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2f24347699d70e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977065,"duration":0}},{"uid":"397b24bff63073be","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/397b24bff63073be","status":"passed","time":{"start":1729032093802,"stop":1729032093802,"duration":0}},{"uid":"851f5244b8b6057a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/851f5244b8b6057a","status":"passed","time":{"start":1728901748773,"stop":1728901748774,"duration":1}},{"uid":"5f19980490fb74bd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5f19980490fb74bd","status":"passed","time":{"start":1728893181086,"stop":1728893181087,"duration":1}},{"uid":"69807ca269b3d95","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/69807ca269b3d95","status":"passed","time":{"start":1728856155552,"stop":1728856155552,"duration":0}},{"uid":"9832932153aacd8f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9832932153aacd8f","status":"passed","time":{"start":1728738360296,"stop":1728738360296,"duration":0}},{"uid":"5424e7a01e850137","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5424e7a01e850137","status":"passed","time":{"start":1728682907222,"stop":1728682907223,"duration":1}},{"uid":"cec90fa494c92b4d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cec90fa494c92b4d","status":"passed","time":{"start":1728682466735,"stop":1728682466736,"duration":1}},{"uid":"9de03c5490c145d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9de03c5490c145d2","status":"passed","time":{"start":1728676955723,"stop":1728676955723,"duration":0}},{"uid":"b39ee7d05bc37224","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b39ee7d05bc37224","status":"passed","time":{"start":1728598013535,"stop":1728598013536,"duration":1}},{"uid":"987766fbb6cf4710","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/987766fbb6cf4710","status":"passed","time":{"start":1728597225200,"stop":1728597225200,"duration":0}}]},"tags":[]},"source":"4ba91784e91123e5.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c8b92b15c4206027.json b/7588/data/test-cases/4bf75811c139f700.json similarity index 50% rename from 7556/data/test-cases/c8b92b15c4206027.json rename to 7588/data/test-cases/4bf75811c139f700.json index d045d99ac53..436bfce579f 100644 --- a/7556/data/test-cases/c8b92b15c4206027.json +++ b/7588/data/test-cases/4bf75811c139f700.json @@ -1 +1 @@ -{"uid":"c8b92b15c4206027","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":1728457289894,"stop":1728457289894,"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":6,"unknown":0,"total":6},"items":[{"uid":"64e05fb9dfd0ff86","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/64e05fb9dfd0ff86","status":"passed","time":{"start":1728456257104,"stop":1728456257105,"duration":1}},{"uid":"52ca2c1b263d6826","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/52ca2c1b263d6826","status":"passed","time":{"start":1728455949861,"stop":1728455949861,"duration":0}},{"uid":"b8084bf35dd358ce","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b8084bf35dd358ce","status":"passed","time":{"start":1728455741450,"stop":1728455741454,"duration":4}},{"uid":"eef381e047a72fc5","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/eef381e047a72fc5","status":"passed","time":{"start":1728455102314,"stop":1728455102315,"duration":1}},{"uid":"a0e2a36a3e658a35","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a0e2a36a3e658a35","status":"passed","time":{"start":1728452170809,"stop":1728452170809,"duration":0}}]},"tags":[]},"source":"c8b92b15c4206027.json","parameterValues":[]} \ No newline at end of file +{"uid":"4bf75811c139f700","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":1729034472947,"stop":1729034472948,"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":15,"unknown":0,"total":15},"items":[{"uid":"a801c9c7173402","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a801c9c7173402","status":"passed","time":{"start":1729034240912,"stop":1729034240913,"duration":1}},{"uid":"18e335cc5dbdfa22","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/18e335cc5dbdfa22","status":"passed","time":{"start":1729034159612,"stop":1729034159612,"duration":0}},{"uid":"67a00a433bf9bb05","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67a00a433bf9bb05","status":"passed","time":{"start":1729033976790,"stop":1729033976790,"duration":0}},{"uid":"6041529316ae313f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6041529316ae313f","status":"passed","time":{"start":1729032020511,"stop":1729032020511,"duration":0}},{"uid":"7473e01914485ad1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7473e01914485ad1","status":"passed","time":{"start":1728901616427,"stop":1728901616427,"duration":0}},{"uid":"4a12e5b036deac8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a12e5b036deac8","status":"passed","time":{"start":1728893050242,"stop":1728893050242,"duration":0}},{"uid":"d7df193759b197cd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d7df193759b197cd","status":"passed","time":{"start":1728856015169,"stop":1728856015169,"duration":0}},{"uid":"13c2584c7e44537e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/13c2584c7e44537e","status":"passed","time":{"start":1728738233134,"stop":1728738233134,"duration":0}},{"uid":"a285f85c0213640","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a285f85c0213640","status":"passed","time":{"start":1728682762468,"stop":1728682762468,"duration":0}},{"uid":"1aead55d775e140d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1aead55d775e140d","status":"passed","time":{"start":1728682332783,"stop":1728682332784,"duration":1}},{"uid":"a474a99bbcdd6a67","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a474a99bbcdd6a67","status":"passed","time":{"start":1728676810288,"stop":1728676810288,"duration":0}},{"uid":"d9aa5f532edb64c7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d9aa5f532edb64c7","status":"passed","time":{"start":1728669529891,"stop":1728669529891,"duration":0}},{"uid":"8961c90299d574c8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8961c90299d574c8","status":"passed","time":{"start":1728597873531,"stop":1728597873531,"duration":0}},{"uid":"de6b65457c36db67","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/de6b65457c36db67","status":"passed","time":{"start":1728597089271,"stop":1728597089271,"duration":0}}]},"tags":[]},"source":"4bf75811c139f700.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/4c451697f1c54e41.json b/7588/data/test-cases/4c451697f1c54e41.json new file mode 100644 index 00000000000..9854726f92a --- /dev/null +++ b/7588/data/test-cases/4c451697f1c54e41.json @@ -0,0 +1 @@ +{"uid":"4c451697f1c54e41","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":1729034713700,"stop":1729034713700,"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"40c58acb7f6c209a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/40c58acb7f6c209a","status":"passed","time":{"start":1729034487483,"stop":1729034487483,"duration":0}},{"uid":"ea7e3e5f99c42694","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ea7e3e5f99c42694","status":"passed","time":{"start":1729034446109,"stop":1729034446109,"duration":0}},{"uid":"e6e684bb7bbef32e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e6e684bb7bbef32e","status":"passed","time":{"start":1729032275827,"stop":1729032275828,"duration":1}},{"uid":"2536d8812a0972c1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2536d8812a0972c1","status":"passed","time":{"start":1728902036740,"stop":1728902036740,"duration":0}},{"uid":"592883a95ff2bfef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/592883a95ff2bfef","status":"passed","time":{"start":1728893472413,"stop":1728893472413,"duration":0}},{"uid":"b74d2f0751da6934","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b74d2f0751da6934","status":"passed","time":{"start":1728856423200,"stop":1728856423200,"duration":0}},{"uid":"e81217024f2e0fde","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e81217024f2e0fde","status":"passed","time":{"start":1728738648729,"stop":1728738648729,"duration":0}},{"uid":"b324a18b0d037d97","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b324a18b0d037d97","status":"passed","time":{"start":1728683179654,"stop":1728683179655,"duration":1}},{"uid":"b509e21462cc5d2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b509e21462cc5d2c","status":"passed","time":{"start":1728682757951,"stop":1728682757951,"duration":0}},{"uid":"17b3d3137c82f13f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/17b3d3137c82f13f","status":"passed","time":{"start":1728677238451,"stop":1728677238451,"duration":0}},{"uid":"3783696d1ce3c860","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3783696d1ce3c860","status":"passed","time":{"start":1728669928220,"stop":1728669928220,"duration":0}},{"uid":"828346a21dc34e01","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/828346a21dc34e01","status":"passed","time":{"start":1728598319589,"stop":1728598319589,"duration":0}},{"uid":"9a03adab4115bf5c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9a03adab4115bf5c","status":"passed","time":{"start":1728597520646,"stop":1728597520647,"duration":1}}]},"tags":[]},"source":"4c451697f1c54e41.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/5d7644a3855b8fd7.json b/7588/data/test-cases/4cd9a4b1d4775507.json similarity index 62% rename from 7556/data/test-cases/5d7644a3855b8fd7.json rename to 7588/data/test-cases/4cd9a4b1d4775507.json index 61ed99df7cb..3e7342bfea4 100644 --- a/7556/data/test-cases/5d7644a3855b8fd7.json +++ b/7588/data/test-cases/4cd9a4b1d4775507.json @@ -1 +1 @@ -{"uid":"5d7644a3855b8fd7","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":1728457287385,"stop":1728457287386,"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},{"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},{"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":6,"unknown":0,"total":6},"items":[{"uid":"7a32c3c3375e6f38","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/7a32c3c3375e6f38","status":"passed","time":{"start":1728456254890,"stop":1728456254891,"duration":1}},{"uid":"d06dfc7b9eb87e40","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/d06dfc7b9eb87e40","status":"passed","time":{"start":1728455947171,"stop":1728455947172,"duration":1}},{"uid":"d649661cce9e5034","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/d649661cce9e5034","status":"passed","time":{"start":1728455739584,"stop":1728455739584,"duration":0}},{"uid":"2a9d2a85d4124f4d","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/2a9d2a85d4124f4d","status":"passed","time":{"start":1728455100713,"stop":1728455100714,"duration":1}},{"uid":"d9599498b3d9e560","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d9599498b3d9e560","status":"passed","time":{"start":1728452095292,"stop":1728452095292,"duration":0}}]},"tags":[]},"source":"5d7644a3855b8fd7.json","parameterValues":[]} \ No newline at end of file +{"uid":"4cd9a4b1d4775507","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":1729034470391,"stop":1729034470391,"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},{"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},{"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":15,"unknown":0,"total":15},"items":[{"uid":"40bd4a2e9545ab93","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/40bd4a2e9545ab93","status":"passed","time":{"start":1729034238412,"stop":1729034238412,"duration":0}},{"uid":"b45df0aa3f49327b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b45df0aa3f49327b","status":"passed","time":{"start":1729034157653,"stop":1729034157654,"duration":1}},{"uid":"25d01e886f279eec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/25d01e886f279eec","status":"passed","time":{"start":1729033974452,"stop":1729033974453,"duration":1}},{"uid":"c46b772a4475491","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c46b772a4475491","status":"passed","time":{"start":1729032027765,"stop":1729032027767,"duration":2}},{"uid":"8bcc614c244194a7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8bcc614c244194a7","status":"passed","time":{"start":1728901614546,"stop":1728901614546,"duration":0}},{"uid":"cceaadee29c983c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cceaadee29c983c4","status":"passed","time":{"start":1728893048596,"stop":1728893048597,"duration":1}},{"uid":"2b596169c320bc6f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b596169c320bc6f","status":"passed","time":{"start":1728856013560,"stop":1728856013561,"duration":1}},{"uid":"bf51a2fb1475c16d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf51a2fb1475c16d","status":"passed","time":{"start":1728738231632,"stop":1728738231632,"duration":0}},{"uid":"d3f7ff43c173f06b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d3f7ff43c173f06b","status":"passed","time":{"start":1728682761072,"stop":1728682761074,"duration":2}},{"uid":"f719454a7041e16d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f719454a7041e16d","status":"passed","time":{"start":1728682330635,"stop":1728682330636,"duration":1}},{"uid":"16203f9ef052d2e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/16203f9ef052d2e4","status":"passed","time":{"start":1728676808325,"stop":1728676808325,"duration":0}},{"uid":"d3220794fe486409","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d3220794fe486409","status":"passed","time":{"start":1728669528228,"stop":1728669528228,"duration":0}},{"uid":"a4319fe550c7252f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a4319fe550c7252f","status":"passed","time":{"start":1728597872227,"stop":1728597872228,"duration":1}},{"uid":"29ee39b7b28b0fc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/29ee39b7b28b0fc","status":"passed","time":{"start":1728597087687,"stop":1728597087688,"duration":1}}]},"tags":[]},"source":"4cd9a4b1d4775507.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/4d6ee0e8af117d.json b/7588/data/test-cases/4d6ee0e8af117d.json new file mode 100644 index 00000000000..ebb56367c41 --- /dev/null +++ b/7588/data/test-cases/4d6ee0e8af117d.json @@ -0,0 +1 @@ +{"uid":"4d6ee0e8af117d","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":1729034472976,"stop":1729034472977,"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":15,"unknown":0,"total":15},"items":[{"uid":"10271093f34e1022","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/10271093f34e1022","status":"passed","time":{"start":1729034240920,"stop":1729034240920,"duration":0}},{"uid":"d726f3e8cd72d5c2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d726f3e8cd72d5c2","status":"passed","time":{"start":1729034159617,"stop":1729034159618,"duration":1}},{"uid":"70115caa9aaef4a6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/70115caa9aaef4a6","status":"passed","time":{"start":1729033976802,"stop":1729033976802,"duration":0}},{"uid":"46a3d26c6f9452a3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/46a3d26c6f9452a3","status":"passed","time":{"start":1729032020525,"stop":1729032020526,"duration":1}},{"uid":"7cd8ba1248ae17f3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7cd8ba1248ae17f3","status":"passed","time":{"start":1728901616436,"stop":1728901616447,"duration":11}},{"uid":"cd3f7b408767822","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cd3f7b408767822","status":"passed","time":{"start":1728893050247,"stop":1728893050247,"duration":0}},{"uid":"609114709ed02113","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/609114709ed02113","status":"passed","time":{"start":1728856015173,"stop":1728856015174,"duration":1}},{"uid":"191e20c17f878c15","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/191e20c17f878c15","status":"passed","time":{"start":1728738233142,"stop":1728738233143,"duration":1}},{"uid":"b9ae1dca13b21aa1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b9ae1dca13b21aa1","status":"passed","time":{"start":1728682762474,"stop":1728682762474,"duration":0}},{"uid":"ea70af3e8605c8f4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea70af3e8605c8f4","status":"passed","time":{"start":1728682332788,"stop":1728682332788,"duration":0}},{"uid":"e32293d6e39f4605","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e32293d6e39f4605","status":"passed","time":{"start":1728676810293,"stop":1728676810293,"duration":0}},{"uid":"5bd80a20161b2c78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5bd80a20161b2c78","status":"passed","time":{"start":1728669529901,"stop":1728669529901,"duration":0}},{"uid":"a5dd3c7371063294","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a5dd3c7371063294","status":"passed","time":{"start":1728597873536,"stop":1728597873536,"duration":0}},{"uid":"1a5a6f2860ac35fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1a5a6f2860ac35fd","status":"passed","time":{"start":1728597089275,"stop":1728597089276,"duration":1}}]},"tags":[]},"source":"4d6ee0e8af117d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6dcdec593932e3cf.json b/7588/data/test-cases/4d7c93dcd94e0f44.json similarity index 83% rename from 7556/data/test-cases/6dcdec593932e3cf.json rename to 7588/data/test-cases/4d7c93dcd94e0f44.json index 98d55dd7bb2..71911b78edf 100644 --- a/7556/data/test-cases/6dcdec593932e3cf.json +++ b/7588/data/test-cases/4d7c93dcd94e0f44.json @@ -1 +1 @@ -{"uid":"6dcdec593932e3cf","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":1728457448607,"stop":1728457448608,"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":6,"unknown":0,"total":6},"items":[{"uid":"e0f6485407704061","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e0f6485407704061","status":"passed","time":{"start":1728456402355,"stop":1728456402356,"duration":1}},{"uid":"6e75d3d36cd53932","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/6e75d3d36cd53932","status":"passed","time":{"start":1728456120417,"stop":1728456120418,"duration":1}},{"uid":"4ba5313874c7d14f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4ba5313874c7d14f","status":"passed","time":{"start":1728456038361,"stop":1728456038361,"duration":0}},{"uid":"58575c24ee6e062","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/58575c24ee6e062","status":"passed","time":{"start":1728455403811,"stop":1728455403811,"duration":0}},{"uid":"ff534dfd2d8f4aea","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/ff534dfd2d8f4aea","status":"passed","time":{"start":1728452400270,"stop":1728452400270,"duration":0}}]},"tags":[]},"source":"6dcdec593932e3cf.json","parameterValues":[]} \ No newline at end of file +{"uid":"4d7c93dcd94e0f44","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":1729034611653,"stop":1729034611654,"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":15,"unknown":0,"total":15},"items":[{"uid":"71eaaf42c156402","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/71eaaf42c156402","status":"passed","time":{"start":1729034393628,"stop":1729034393628,"duration":0}},{"uid":"ff6578df8d504638","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ff6578df8d504638","status":"passed","time":{"start":1729034304813,"stop":1729034304819,"duration":6}},{"uid":"45fb9f7fd57ac818","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45fb9f7fd57ac818","status":"passed","time":{"start":1729034121891,"stop":1729034121892,"duration":1}},{"uid":"aa9779e08e389163","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aa9779e08e389163","status":"passed","time":{"start":1729032174798,"stop":1729032174798,"duration":0}},{"uid":"61488854c4dc5712","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/61488854c4dc5712","status":"passed","time":{"start":1728901881004,"stop":1728901881005,"duration":1}},{"uid":"4a5aa0003bafa5e0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a5aa0003bafa5e0","status":"passed","time":{"start":1728893317143,"stop":1728893317151,"duration":8}},{"uid":"39bac3e787d72ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39bac3e787d72ab","status":"passed","time":{"start":1728856263066,"stop":1728856263066,"duration":0}},{"uid":"46ec88a96b3d92f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/46ec88a96b3d92f5","status":"passed","time":{"start":1728738492789,"stop":1728738492790,"duration":1}},{"uid":"dc7599f99885a111","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc7599f99885a111","status":"passed","time":{"start":1728683030009,"stop":1728683030009,"duration":0}},{"uid":"b03c85e99d05a6a9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b03c85e99d05a6a9","status":"passed","time":{"start":1728682581083,"stop":1728682581083,"duration":0}},{"uid":"ad966b93f7f20b47","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ad966b93f7f20b47","status":"passed","time":{"start":1728677081984,"stop":1728677081985,"duration":1}},{"uid":"a99d10ee48fc8554","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a99d10ee48fc8554","status":"passed","time":{"start":1728669795385,"stop":1728669795387,"duration":2}},{"uid":"355d664a6f04564c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/355d664a6f04564c","status":"passed","time":{"start":1728598137495,"stop":1728598137496,"duration":1}},{"uid":"bdc4fe1697bbd8f2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bdc4fe1697bbd8f2","status":"passed","time":{"start":1728597353473,"stop":1728597353473,"duration":0}}]},"tags":[]},"source":"4d7c93dcd94e0f44.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/300bc56f548d59a3.json b/7588/data/test-cases/4dcaac286293e6d8.json similarity index 84% rename from 7556/data/test-cases/300bc56f548d59a3.json rename to 7588/data/test-cases/4dcaac286293e6d8.json index cb671645781..e331387f742 100644 --- a/7556/data/test-cases/300bc56f548d59a3.json +++ b/7588/data/test-cases/4dcaac286293e6d8.json @@ -1 +1 @@ -{"uid":"300bc56f548d59a3","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":1728457360297,"stop":1728457360297,"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":6,"unknown":0,"total":6},"items":[{"uid":"69bdf998d32d0bf7","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/69bdf998d32d0bf7","status":"passed","time":{"start":1728456312486,"stop":1728456312486,"duration":0}},{"uid":"59d29475ceca3d83","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/59d29475ceca3d83","status":"passed","time":{"start":1728456013939,"stop":1728456013940,"duration":1}},{"uid":"c1b574defe0897bf","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/c1b574defe0897bf","status":"passed","time":{"start":1728455837426,"stop":1728455837427,"duration":1}},{"uid":"f3caa2b4cc5ba315","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f3caa2b4cc5ba315","status":"passed","time":{"start":1728455198897,"stop":1728455198897,"duration":0}},{"uid":"30720986c8c3f30e","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/30720986c8c3f30e","status":"passed","time":{"start":1728452203346,"stop":1728452203347,"duration":1}}]},"tags":[]},"source":"300bc56f548d59a3.json","parameterValues":[]} \ No newline at end of file +{"uid":"4dcaac286293e6d8","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":1729034536095,"stop":1729034536095,"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":14,"unknown":0,"total":14},"items":[{"uid":"d784391cc48b65cf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d784391cc48b65cf","status":"passed","time":{"start":1729034296700,"stop":1729034296701,"duration":1}},{"uid":"63b2dc13c2b3ba47","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/63b2dc13c2b3ba47","status":"passed","time":{"start":1729034220596,"stop":1729034220596,"duration":0}},{"uid":"c9ca7d21919a33f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c9ca7d21919a33f3","status":"passed","time":{"start":1729034041473,"stop":1729034041473,"duration":0}},{"uid":"ac85bb51c94a4cae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac85bb51c94a4cae","status":"passed","time":{"start":1728901705383,"stop":1728901705383,"duration":0}},{"uid":"73fb5c6dc86e7adf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73fb5c6dc86e7adf","status":"passed","time":{"start":1728893141767,"stop":1728893141768,"duration":1}},{"uid":"31bb5692ebe74b0d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/31bb5692ebe74b0d","status":"passed","time":{"start":1728856087078,"stop":1728856087079,"duration":1}},{"uid":"dcf9545f986e90ce","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dcf9545f986e90ce","status":"passed","time":{"start":1728738321430,"stop":1728738321430,"duration":0}},{"uid":"9afd05908f004343","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9afd05908f004343","status":"passed","time":{"start":1728682845670,"stop":1728682845670,"duration":0}},{"uid":"b8f3c2b5d726880e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b8f3c2b5d726880e","status":"passed","time":{"start":1728682424302,"stop":1728682424303,"duration":1}},{"uid":"868f951bda79b92b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/868f951bda79b92b","status":"passed","time":{"start":1728676900510,"stop":1728676900511,"duration":1}},{"uid":"6a981446d07b3a55","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6a981446d07b3a55","status":"passed","time":{"start":1728669625794,"stop":1728669625794,"duration":0}},{"uid":"bd649894e179cf40","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bd649894e179cf40","status":"passed","time":{"start":1728597957159,"stop":1728597957159,"duration":0}},{"uid":"89c5dece941473c9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/89c5dece941473c9","status":"passed","time":{"start":1728597182593,"stop":1728597182593,"duration":0}}]},"tags":[]},"source":"4dcaac286293e6d8.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/4e365aa5497d2a28.json b/7588/data/test-cases/4e365aa5497d2a28.json new file mode 100644 index 00000000000..a6792474aae --- /dev/null +++ b/7588/data/test-cases/4e365aa5497d2a28.json @@ -0,0 +1 @@ +{"uid":"4e365aa5497d2a28","name":"should send to specified number of peers of used peers","fullName":"/src/protocols/light_push/light_push.spec.ts: LightPush SDK > should send to specified number of peers of used peers","historyId":"87fa9ac8365c7bf5a68368eb18520031:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034372892,"stop":1729034372892,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"LightPush SDK\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"LightPush SDK\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"LightPush SDK\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"LightPush SDK\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.protocols.light_push"},{"name":"parentSuite","value":"LightPush SDK"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"5a6fd3db29da3691","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5a6fd3db29da3691","status":"passed","time":{"start":1729034137281,"stop":1729034137282,"duration":1}},{"uid":"e745a6c462624e83","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e745a6c462624e83","status":"passed","time":{"start":1729034060003,"stop":1729034060004,"duration":1}},{"uid":"79ca731aa452e7ec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79ca731aa452e7ec","status":"passed","time":{"start":1729033875011,"stop":1729033875011,"duration":0}},{"uid":"73ad08123118e351","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73ad08123118e351","status":"passed","time":{"start":1729031924808,"stop":1729031924809,"duration":1}},{"uid":"bb989eb42ba708a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bb989eb42ba708a9","status":"passed","time":{"start":1728855863301,"stop":1728855863301,"duration":0}},{"uid":"b1872677dea2bfc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b1872677dea2bfc","status":"passed","time":{"start":1728738080965,"stop":1728738080965,"duration":0}},{"uid":"ede23640831e54fe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ede23640831e54fe","status":"passed","time":{"start":1728682614256,"stop":1728682614256,"duration":0}},{"uid":"bb3394f820470284","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb3394f820470284","status":"passed","time":{"start":1728682187100,"stop":1728682187100,"duration":0}}]},"tags":[]},"source":"4e365aa5497d2a28.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/4ebec372eb95b7c5.json b/7588/data/test-cases/4ebec372eb95b7c5.json new file mode 100644 index 00000000000..731ab64c1dd --- /dev/null +++ b/7588/data/test-cases/4ebec372eb95b7c5.json @@ -0,0 +1 @@ +{"uid":"4ebec372eb95b7c5","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":1729034340751,"stop":1729034340751,"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":"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":15,"unknown":0,"total":15},"items":[{"uid":"30f9b2f0970e26c0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/30f9b2f0970e26c0","status":"passed","time":{"start":1729034104153,"stop":1729034104153,"duration":0}},{"uid":"7557a4fd4541160a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7557a4fd4541160a","status":"passed","time":{"start":1729034027734,"stop":1729034027735,"duration":1}},{"uid":"c4ec123c5c6fd6c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4ec123c5c6fd6c1","status":"passed","time":{"start":1729033842338,"stop":1729033842339,"duration":1}},{"uid":"a29a001b5e79c209","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a29a001b5e79c209","status":"passed","time":{"start":1729031892042,"stop":1729031892042,"duration":0}},{"uid":"3873895e8b4d44b4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3873895e8b4d44b4","status":"passed","time":{"start":1728901438022,"stop":1728901438023,"duration":1}},{"uid":"2d522695e1e594be","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2d522695e1e594be","status":"passed","time":{"start":1728892868228,"stop":1728892868229,"duration":1}},{"uid":"42f40698b65c5ed1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/42f40698b65c5ed1","status":"passed","time":{"start":1728855831075,"stop":1728855831075,"duration":0}},{"uid":"b04315773d3319e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b04315773d3319e0","status":"passed","time":{"start":1728738048433,"stop":1728738048435,"duration":2}},{"uid":"ab3274b044d83bfe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab3274b044d83bfe","status":"passed","time":{"start":1728682581833,"stop":1728682581837,"duration":4}},{"uid":"b3dbdfa6f7289354","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3dbdfa6f7289354","status":"passed","time":{"start":1728682154703,"stop":1728682154704,"duration":1}},{"uid":"54514fedb7f8b4c5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/54514fedb7f8b4c5","status":"passed","time":{"start":1728676629292,"stop":1728676629292,"duration":0}},{"uid":"69bf2c82a0aefaa6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/69bf2c82a0aefaa6","status":"passed","time":{"start":1728669352206,"stop":1728669352206,"duration":0}},{"uid":"6c37a483f282ff5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6c37a483f282ff5e","status":"passed","time":{"start":1728597693009,"stop":1728597693010,"duration":1}},{"uid":"142580462894c140","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/142580462894c140","status":"passed","time":{"start":1728596912509,"stop":1728596912510,"duration":1}}]},"tags":[]},"source":"4ebec372eb95b7c5.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/4ee240bc75ced1a7.json b/7588/data/test-cases/4ee240bc75ced1a7.json new file mode 100644 index 00000000000..f397ba64aef --- /dev/null +++ b/7588/data/test-cases/4ee240bc75ced1a7.json @@ -0,0 +1 @@ +{"uid":"4ee240bc75ced1a7","name":"should fail to send if pubsub topics are misconfigured","fullName":"/src/protocols/light_push/light_push.spec.ts: LightPush SDK > should fail to send if pubsub topics are misconfigured","historyId":"adee7be16c20a6ebf7cc264ec148e39e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034372889,"stop":1729034372891,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"LightPush SDK\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"LightPush SDK\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"LightPush SDK\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"LightPush SDK\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.protocols.light_push"},{"name":"parentSuite","value":"LightPush SDK"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":9,"unknown":0,"total":11},"items":[{"uid":"1fcd69569770d616","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1fcd69569770d616","status":"passed","time":{"start":1729034137280,"stop":1729034137281,"duration":1}},{"uid":"bf6f08f9e4f8b494","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bf6f08f9e4f8b494","status":"passed","time":{"start":1729034060000,"stop":1729034060002,"duration":2}},{"uid":"69ac031071352433","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69ac031071352433","status":"passed","time":{"start":1729033875010,"stop":1729033875011,"duration":1}},{"uid":"b48abf9056572029","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b48abf9056572029","status":"passed","time":{"start":1729031924805,"stop":1729031924807,"duration":2}},{"uid":"ad7dd80b8e8be6d8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ad7dd80b8e8be6d8","status":"passed","time":{"start":1728855863300,"stop":1728855863300,"duration":0}},{"uid":"3c8ede53c66ccff1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3c8ede53c66ccff1","status":"passed","time":{"start":1728738080964,"stop":1728738080964,"duration":0}},{"uid":"c43f5a14cb21dc1a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c43f5a14cb21dc1a","status":"passed","time":{"start":1728682614254,"stop":1728682614255,"duration":1}},{"uid":"c7683cf64016a383","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7683cf64016a383","status":"passed","time":{"start":1728682187099,"stop":1728682187099,"duration":0}},{"uid":"662cbcb8aa58a1f6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/662cbcb8aa58a1f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660882,"stop":1728676660883,"duration":1}},{"uid":"88248350f03a938d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88248350f03a938d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384117,"stop":1728669384118,"duration":1}}]},"tags":[]},"source":"4ee240bc75ced1a7.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/4f120f723141b0c.json b/7588/data/test-cases/4f120f723141b0c.json new file mode 100644 index 00000000000..93352e35ed7 --- /dev/null +++ b/7588/data/test-cases/4f120f723141b0c.json @@ -0,0 +1 @@ +{"uid":"4f120f723141b0c","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":1729034360433,"stop":1729034360433,"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":15,"unknown":0,"total":15},"items":[{"uid":"70fd2e338fef8691","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/70fd2e338fef8691","status":"passed","time":{"start":1729034124359,"stop":1729034124360,"duration":1}},{"uid":"47a843412295ffc9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47a843412295ffc9","status":"passed","time":{"start":1729034047481,"stop":1729034047482,"duration":1}},{"uid":"902cd01a33b75d49","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/902cd01a33b75d49","status":"passed","time":{"start":1729033862326,"stop":1729033862326,"duration":0}},{"uid":"e8cacddd415c5013","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8cacddd415c5013","status":"passed","time":{"start":1729031912067,"stop":1729031912067,"duration":0}},{"uid":"217879ce94fbcbac","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/217879ce94fbcbac","status":"passed","time":{"start":1728901457813,"stop":1728901457814,"duration":1}},{"uid":"5ff38fec7e9a3daa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5ff38fec7e9a3daa","status":"passed","time":{"start":1728892888297,"stop":1728892888298,"duration":1}},{"uid":"f2c4aa5751c5c5d4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f2c4aa5751c5c5d4","status":"passed","time":{"start":1728855850785,"stop":1728855850785,"duration":0}},{"uid":"9bcb76ecdf79894c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9bcb76ecdf79894c","status":"passed","time":{"start":1728738068160,"stop":1728738068160,"duration":0}},{"uid":"3b5cc890222699e8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3b5cc890222699e8","status":"passed","time":{"start":1728682601670,"stop":1728682601671,"duration":1}},{"uid":"3329a23ce5cfaff8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3329a23ce5cfaff8","status":"passed","time":{"start":1728682174562,"stop":1728682174562,"duration":0}},{"uid":"e3e0fb5c78b0796f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e3e0fb5c78b0796f","status":"passed","time":{"start":1728676648928,"stop":1728676648928,"duration":0}},{"uid":"59ebeb20002695","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/59ebeb20002695","status":"passed","time":{"start":1728669372207,"stop":1728669372207,"duration":0}},{"uid":"fe1e4445ef067ba2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fe1e4445ef067ba2","status":"passed","time":{"start":1728597712757,"stop":1728597712757,"duration":0}},{"uid":"e44aba678407364","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e44aba678407364","status":"passed","time":{"start":1728596931863,"stop":1728596931864,"duration":1}}]},"tags":[]},"source":"4f120f723141b0c.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ac295f4bf8f005f4.json b/7588/data/test-cases/4f223405ce9539b2.json similarity index 87% rename from 7556/data/test-cases/ac295f4bf8f005f4.json rename to 7588/data/test-cases/4f223405ce9539b2.json index f9c8ac93fd7..e29adebc635 100644 --- a/7556/data/test-cases/ac295f4bf8f005f4.json +++ b/7588/data/test-cases/4f223405ce9539b2.json @@ -1 +1 @@ -{"uid":"ac295f4bf8f005f4","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":1728457473508,"stop":1728457473509,"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":6,"unknown":0,"total":6},"items":[{"uid":"e84ba75e37425410","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e84ba75e37425410","status":"passed","time":{"start":1728456428355,"stop":1728456428356,"duration":1}},{"uid":"7a8b83a2b5e76cf9","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/7a8b83a2b5e76cf9","status":"passed","time":{"start":1728456157784,"stop":1728456157785,"duration":1}},{"uid":"b0945e7f521b4912","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b0945e7f521b4912","status":"passed","time":{"start":1728456063500,"stop":1728456063501,"duration":1}},{"uid":"d7a96dbf6ff0ffd4","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/d7a96dbf6ff0ffd4","status":"passed","time":{"start":1728455422503,"stop":1728455422504,"duration":1}},{"uid":"7067b2e19e72fca7","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/7067b2e19e72fca7","status":"passed","time":{"start":1728452417649,"stop":1728452417649,"duration":0}}]},"tags":[]},"source":"ac295f4bf8f005f4.json","parameterValues":[]} \ No newline at end of file +{"uid":"4f223405ce9539b2","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":1729034617748,"stop":1729034617749,"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":15,"unknown":0,"total":15},"items":[{"uid":"e31d211328ec33b1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e31d211328ec33b1","status":"passed","time":{"start":1729034370835,"stop":1729034370852,"duration":17}},{"uid":"d20f188dd1b40b5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d20f188dd1b40b5","status":"passed","time":{"start":1729034308850,"stop":1729034308853,"duration":3}},{"uid":"27758764287c26f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27758764287c26f5","status":"passed","time":{"start":1729034129467,"stop":1729034129467,"duration":0}},{"uid":"b74ab397d34242b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b74ab397d34242b","status":"passed","time":{"start":1729032178361,"stop":1729032178361,"duration":0}},{"uid":"2d93ef577343189b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2d93ef577343189b","status":"passed","time":{"start":1728901896339,"stop":1728901896339,"duration":0}},{"uid":"22bc3e1a00988826","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/22bc3e1a00988826","status":"passed","time":{"start":1728893329018,"stop":1728893329018,"duration":0}},{"uid":"dae97a9df71b7539","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dae97a9df71b7539","status":"passed","time":{"start":1728856284753,"stop":1728856284754,"duration":1}},{"uid":"6f765e08e49e2c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f765e08e49e2c","status":"passed","time":{"start":1728738494929,"stop":1728738494929,"duration":0}},{"uid":"5e203be058b5d8c9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e203be058b5d8c9","status":"passed","time":{"start":1728683033624,"stop":1728683033624,"duration":0}},{"uid":"855f6b0240f27ef4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/855f6b0240f27ef4","status":"passed","time":{"start":1728682601729,"stop":1728682601729,"duration":0}},{"uid":"ebbf5a0ce5866ae3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ebbf5a0ce5866ae3","status":"passed","time":{"start":1728677107954,"stop":1728677107954,"duration":0}},{"uid":"65ba37881835d0ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/65ba37881835d0ab","status":"passed","time":{"start":1728669764743,"stop":1728669764743,"duration":0}},{"uid":"e58e6d9507ffaa4d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e58e6d9507ffaa4d","status":"passed","time":{"start":1728598157552,"stop":1728598157552,"duration":0}},{"uid":"f11b0afe4a383e89","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f11b0afe4a383e89","status":"passed","time":{"start":1728597369050,"stop":1728597369051,"duration":1}}]},"tags":[]},"source":"4f223405ce9539b2.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/4f2671efc06931d2.json b/7588/data/test-cases/4f2671efc06931d2.json new file mode 100644 index 00000000000..fdd70229289 --- /dev/null +++ b/7588/data/test-cases/4f2671efc06931d2.json @@ -0,0 +1 @@ +{"uid":"4f2671efc06931d2","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":1729034626851,"stop":1729034626851,"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":15,"unknown":0,"total":15},"items":[{"uid":"a4b14b6ea8603155","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a4b14b6ea8603155","status":"passed","time":{"start":1729034398548,"stop":1729034398548,"duration":0}},{"uid":"3dd7452a8e552e4b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3dd7452a8e552e4b","status":"passed","time":{"start":1729034314813,"stop":1729034314814,"duration":1}},{"uid":"c245fe3af29d4606","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c245fe3af29d4606","status":"passed","time":{"start":1729034137163,"stop":1729034137163,"duration":0}},{"uid":"2e2dd4d97e0336b9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e2dd4d97e0336b9","status":"passed","time":{"start":1729032187245,"stop":1729032187246,"duration":1}},{"uid":"9de4e400bfee205d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9de4e400bfee205d","status":"passed","time":{"start":1728901888429,"stop":1728901888429,"duration":0}},{"uid":"f072dbaf515ed169","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f072dbaf515ed169","status":"passed","time":{"start":1728893323789,"stop":1728893323790,"duration":1}},{"uid":"fb1e2518aa7f0235","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fb1e2518aa7f0235","status":"passed","time":{"start":1728856285926,"stop":1728856285927,"duration":1}},{"uid":"23f2534a523f6e09","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23f2534a523f6e09","status":"passed","time":{"start":1728738498274,"stop":1728738498275,"duration":1}},{"uid":"6434117b9b16f3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6434117b9b16f3f6","status":"passed","time":{"start":1728683041391,"stop":1728683041391,"duration":0}},{"uid":"59f28ea851355358","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59f28ea851355358","status":"passed","time":{"start":1728682596014,"stop":1728682596015,"duration":1}},{"uid":"fb0ea570ed238e10","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fb0ea570ed238e10","status":"passed","time":{"start":1728677091266,"stop":1728677091266,"duration":0}},{"uid":"27f6febfb70d4982","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/27f6febfb70d4982","status":"passed","time":{"start":1728669766425,"stop":1728669766425,"duration":0}},{"uid":"eb85de27da0c3647","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb85de27da0c3647","status":"passed","time":{"start":1728598152072,"stop":1728598152072,"duration":0}},{"uid":"94946e294883708a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/94946e294883708a","status":"passed","time":{"start":1728597364115,"stop":1728597364115,"duration":0}}]},"tags":[]},"source":"4f2671efc06931d2.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/eb113150159cea87.json b/7588/data/test-cases/50234e3899be93f1.json similarity index 50% rename from 7556/data/test-cases/eb113150159cea87.json rename to 7588/data/test-cases/50234e3899be93f1.json index 3d27d50355f..465b35a5922 100644 --- a/7556/data/test-cases/eb113150159cea87.json +++ b/7588/data/test-cases/50234e3899be93f1.json @@ -1 +1 @@ -{"uid":"eb113150159cea87","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":1728457290000,"stop":1728457290006,"duration":6},"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":6,"unknown":0,"total":6},"items":[{"uid":"71ad43716a838920","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/71ad43716a838920","status":"passed","time":{"start":1728456257140,"stop":1728456257141,"duration":1}},{"uid":"aac660c5c9fba6ab","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/aac660c5c9fba6ab","status":"passed","time":{"start":1728455949878,"stop":1728455949879,"duration":1}},{"uid":"e7c1735bc2244285","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e7c1735bc2244285","status":"passed","time":{"start":1728455741476,"stop":1728455741476,"duration":0}},{"uid":"b3cfa58bb71d696b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/b3cfa58bb71d696b","status":"passed","time":{"start":1728455102325,"stop":1728455102325,"duration":0}},{"uid":"4a93efd51841ebad","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/4a93efd51841ebad","status":"passed","time":{"start":1728452170818,"stop":1728452170819,"duration":1}}]},"tags":[]},"source":"eb113150159cea87.json","parameterValues":[]} \ No newline at end of file +{"uid":"50234e3899be93f1","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":1729034472989,"stop":1729034472989,"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":15,"unknown":0,"total":15},"items":[{"uid":"5e0d42d54188139a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5e0d42d54188139a","status":"passed","time":{"start":1729034240935,"stop":1729034240935,"duration":0}},{"uid":"e0ef63b3139ce8ae","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e0ef63b3139ce8ae","status":"passed","time":{"start":1729034159628,"stop":1729034159629,"duration":1}},{"uid":"cc15b62d68a435b8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc15b62d68a435b8","status":"passed","time":{"start":1729033976813,"stop":1729033976814,"duration":1}},{"uid":"1d3c891c541c9c8b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1d3c891c541c9c8b","status":"passed","time":{"start":1729032020533,"stop":1729032020533,"duration":0}},{"uid":"9c037cbdc5dee7b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9c037cbdc5dee7b7","status":"passed","time":{"start":1728901616499,"stop":1728901616499,"duration":0}},{"uid":"55f58d3aafa0106a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/55f58d3aafa0106a","status":"passed","time":{"start":1728893050253,"stop":1728893050253,"duration":0}},{"uid":"acd3e95af00cf991","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acd3e95af00cf991","status":"passed","time":{"start":1728856015183,"stop":1728856015184,"duration":1}},{"uid":"e0b3defc63c2678b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e0b3defc63c2678b","status":"passed","time":{"start":1728738233175,"stop":1728738233176,"duration":1}},{"uid":"1ffafb46ff6f8cec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ffafb46ff6f8cec","status":"passed","time":{"start":1728682762484,"stop":1728682762484,"duration":0}},{"uid":"e406be549030ba51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e406be549030ba51","status":"passed","time":{"start":1728682332796,"stop":1728682332797,"duration":1}},{"uid":"44fae59f25ed07b2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/44fae59f25ed07b2","status":"passed","time":{"start":1728676810305,"stop":1728676810305,"duration":0}},{"uid":"81970549460f85d4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/81970549460f85d4","status":"passed","time":{"start":1728669529908,"stop":1728669529908,"duration":0}},{"uid":"c029b80fa7204312","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c029b80fa7204312","status":"passed","time":{"start":1728597873545,"stop":1728597873545,"duration":0}},{"uid":"40bfe0fb53c3983","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/40bfe0fb53c3983","status":"passed","time":{"start":1728597089285,"stop":1728597089286,"duration":1}}]},"tags":[]},"source":"50234e3899be93f1.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/a3080c5221744773.json b/7588/data/test-cases/5078aad504ccea28.json similarity index 62% rename from 7556/data/test-cases/a3080c5221744773.json rename to 7588/data/test-cases/5078aad504ccea28.json index 59b6a25ea17..d4281a864c0 100644 --- a/7556/data/test-cases/a3080c5221744773.json +++ b/7588/data/test-cases/5078aad504ccea28.json @@ -1 +1 @@ -{"uid":"a3080c5221744773","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":1728457558859,"stop":1728457558859,"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":6,"unknown":0,"total":6},"items":[{"uid":"5970269224d108db","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/5970269224d108db","status":"passed","time":{"start":1728456503553,"stop":1728456503553,"duration":0}},{"uid":"ef056ddf98290664","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ef056ddf98290664","status":"passed","time":{"start":1728456273214,"stop":1728456273214,"duration":0}},{"uid":"6649cf7a6f109380","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/6649cf7a6f109380","status":"passed","time":{"start":1728456233819,"stop":1728456233819,"duration":0}},{"uid":"4354da6ebcff9cd1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/4354da6ebcff9cd1","status":"passed","time":{"start":1728455595193,"stop":1728455595193,"duration":0}},{"uid":"512cf357a3cca73a","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/512cf357a3cca73a","status":"passed","time":{"start":1728452556192,"stop":1728452556193,"duration":1}}]},"tags":[]},"source":"a3080c5221744773.json","parameterValues":[]} \ No newline at end of file +{"uid":"5078aad504ccea28","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":1729034696863,"stop":1729034696863,"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":15,"unknown":0,"total":15},"items":[{"uid":"69b1aabebe50c94e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/69b1aabebe50c94e","status":"passed","time":{"start":1729034470059,"stop":1729034470060,"duration":1}},{"uid":"19ac3a00288dcb6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/19ac3a00288dcb6b","status":"passed","time":{"start":1729034388867,"stop":1729034388867,"duration":0}},{"uid":"9093925a3dbd6637","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9093925a3dbd6637","status":"passed","time":{"start":1729034213017,"stop":1729034213017,"duration":0}},{"uid":"6be6e4bf40b12159","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6be6e4bf40b12159","status":"passed","time":{"start":1729032269100,"stop":1729032269100,"duration":0}},{"uid":"cbe568430270a13b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cbe568430270a13b","status":"passed","time":{"start":1728902000840,"stop":1728902000840,"duration":0}},{"uid":"ad1ea5bb375ed85f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ad1ea5bb375ed85f","status":"passed","time":{"start":1728893442590,"stop":1728893442591,"duration":1}},{"uid":"dcf7ce9e152fc94d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dcf7ce9e152fc94d","status":"passed","time":{"start":1728856386634,"stop":1728856386635,"duration":1}},{"uid":"af0caef8a2a59140","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/af0caef8a2a59140","status":"passed","time":{"start":1728738608580,"stop":1728738608581,"duration":1}},{"uid":"ff5eefd895ffd90e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ff5eefd895ffd90e","status":"passed","time":{"start":1728683148167,"stop":1728683148167,"duration":0}},{"uid":"5d7ee043b63e04db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5d7ee043b63e04db","status":"passed","time":{"start":1728682709055,"stop":1728682709055,"duration":0}},{"uid":"c1f0c36dc1a53aa2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1f0c36dc1a53aa2","status":"passed","time":{"start":1728677206653,"stop":1728677206653,"duration":0}},{"uid":"565ea295a250bf39","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/565ea295a250bf39","status":"passed","time":{"start":1728669888546,"stop":1728669888547,"duration":1}},{"uid":"9df6a46b7496584c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9df6a46b7496584c","status":"passed","time":{"start":1728598268128,"stop":1728598268129,"duration":1}},{"uid":"123c04747e18e612","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/123c04747e18e612","status":"passed","time":{"start":1728597478030,"stop":1728597478031,"duration":1}}]},"tags":[]},"source":"5078aad504ccea28.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/91968063f4b2d17e.json b/7588/data/test-cases/50fc1f3233c4770b.json similarity index 80% rename from 7556/data/test-cases/91968063f4b2d17e.json rename to 7588/data/test-cases/50fc1f3233c4770b.json index 3bee6eaf68c..1d2fedc3dc1 100644 --- a/7556/data/test-cases/91968063f4b2d17e.json +++ b/7588/data/test-cases/50fc1f3233c4770b.json @@ -1 +1 @@ -{"uid":"91968063f4b2d17e","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":1728457481303,"stop":1728457481311,"duration":8},"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":"c4b90b1fa3e8a71b","status":"passed","time":{"start":1728457481302,"stop":1728457481303,"duration":1}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"5747e61ee84d4548","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/5747e61ee84d4548","status":"passed","time":{"start":1728456434606,"stop":1728456434606,"duration":0}},{"uid":"f3d480c09f2a116","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f3d480c09f2a116","status":"passed","time":{"start":1728456196714,"stop":1728456196714,"duration":0}},{"uid":"79908ada2f5185b9","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/79908ada2f5185b9","status":"passed","time":{"start":1728456113216,"stop":1728456113216,"duration":0}},{"uid":"1d257a788e3ee4f3","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/1d257a788e3ee4f3","status":"passed","time":{"start":1728455468970,"stop":1728455468971,"duration":1}},{"uid":"1998330b248549d4","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/1998330b248549d4","status":"passed","time":{"start":1728452437027,"stop":1728452437027,"duration":0}}]},"tags":[]},"source":"91968063f4b2d17e.json","parameterValues":[]} \ No newline at end of file +{"uid":"50fc1f3233c4770b","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":1729034636323,"stop":1729034636323,"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":"115d3f907cbc9772","status":"passed","time":{"start":1729034636322,"stop":1729034636323,"duration":1}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"53919f066b133ffb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/53919f066b133ffb","status":"passed","time":{"start":1729034402288,"stop":1729034402288,"duration":0}},{"uid":"9a7c1c1b4acb192c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9a7c1c1b4acb192c","status":"passed","time":{"start":1729034323314,"stop":1729034323314,"duration":0}},{"uid":"46fc31481b2eefbd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/46fc31481b2eefbd","status":"passed","time":{"start":1729034144772,"stop":1729034144772,"duration":0}},{"uid":"d0b58c2714a76e46","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d0b58c2714a76e46","status":"passed","time":{"start":1729032198827,"stop":1729032198827,"duration":0}},{"uid":"9af8100bcfd3bc13","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9af8100bcfd3bc13","status":"passed","time":{"start":1728901901776,"stop":1728901901776,"duration":0}},{"uid":"757dfc22ac09b956","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/757dfc22ac09b956","status":"passed","time":{"start":1728893337257,"stop":1728893337258,"duration":1}},{"uid":"67ce75bae4b5ddb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/67ce75bae4b5ddb0","status":"passed","time":{"start":1728856299202,"stop":1728856299202,"duration":0}},{"uid":"7a2522c450504c14","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a2522c450504c14","status":"passed","time":{"start":1728738505392,"stop":1728738505392,"duration":0}},{"uid":"8033ede5442111f9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8033ede5442111f9","status":"passed","time":{"start":1728683045453,"stop":1728683045453,"duration":0}},{"uid":"69f08d85d0b8f549","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/69f08d85d0b8f549","status":"passed","time":{"start":1728682607298,"stop":1728682607299,"duration":1}},{"uid":"fb5f5f15c85ad46f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fb5f5f15c85ad46f","status":"passed","time":{"start":1728677103501,"stop":1728677103502,"duration":1}},{"uid":"6c2f4888ff991b96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c2f4888ff991b96","status":"passed","time":{"start":1728669777138,"stop":1728669777139,"duration":1}},{"uid":"176fa3dd9845b50a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/176fa3dd9845b50a","status":"passed","time":{"start":1728598163470,"stop":1728598163470,"duration":0}},{"uid":"20c2713593ef0c0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/20c2713593ef0c0d","status":"passed","time":{"start":1728597375489,"stop":1728597375489,"duration":0}}]},"tags":[]},"source":"50fc1f3233c4770b.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/51426bc7d3e847f5.json b/7588/data/test-cases/51426bc7d3e847f5.json new file mode 100644 index 00000000000..9a36471f130 --- /dev/null +++ b/7588/data/test-cases/51426bc7d3e847f5.json @@ -0,0 +1 @@ +{"uid":"51426bc7d3e847f5","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":1729034348294,"stop":1729034348295,"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":15,"unknown":0,"total":15},"items":[{"uid":"427d24f2e61002a5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/427d24f2e61002a5","status":"passed","time":{"start":1729034111868,"stop":1729034111873,"duration":5}},{"uid":"1be616b5c0a6b4c9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1be616b5c0a6b4c9","status":"passed","time":{"start":1729034034976,"stop":1729034034977,"duration":1}},{"uid":"1c13206dcd827314","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c13206dcd827314","status":"passed","time":{"start":1729033849376,"stop":1729033849378,"duration":2}},{"uid":"8c4fec06baa29ebb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c4fec06baa29ebb","status":"passed","time":{"start":1729031899546,"stop":1729031899546,"duration":0}},{"uid":"d77e33b37630fdf9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d77e33b37630fdf9","status":"passed","time":{"start":1728901444839,"stop":1728901444840,"duration":1}},{"uid":"c9ceda97de66724f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9ceda97de66724f","status":"passed","time":{"start":1728892875612,"stop":1728892875613,"duration":1}},{"uid":"d2f5be224a3f25e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d2f5be224a3f25e2","status":"passed","time":{"start":1728855838484,"stop":1728855838487,"duration":3}},{"uid":"5c2a2a2c47cd8e49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c2a2a2c47cd8e49","status":"passed","time":{"start":1728738055449,"stop":1728738055450,"duration":1}},{"uid":"246bb276e29b3065","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/246bb276e29b3065","status":"passed","time":{"start":1728682589262,"stop":1728682589262,"duration":0}},{"uid":"2f1326d05043f102","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f1326d05043f102","status":"passed","time":{"start":1728682162180,"stop":1728682162180,"duration":0}},{"uid":"d69f59da18d2b766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d69f59da18d2b766","status":"passed","time":{"start":1728676636506,"stop":1728676636507,"duration":1}},{"uid":"8bee6b7575919e27","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bee6b7575919e27","status":"passed","time":{"start":1728669359845,"stop":1728669359846,"duration":1}},{"uid":"aec353a4557cf111","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aec353a4557cf111","status":"passed","time":{"start":1728597699699,"stop":1728597699700,"duration":1}},{"uid":"1699fe15994124c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1699fe15994124c6","status":"passed","time":{"start":1728596919892,"stop":1728596919892,"duration":0}}]},"tags":[]},"source":"51426bc7d3e847f5.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/51484d7476755550.json b/7588/data/test-cases/51484d7476755550.json new file mode 100644 index 00000000000..5bd0f01b51c --- /dev/null +++ b/7588/data/test-cases/51484d7476755550.json @@ -0,0 +1 @@ +{"uid":"51484d7476755550","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":1729034332641,"stop":1729034332641,"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":15,"unknown":0,"total":15},"items":[{"uid":"6fe1ace5a37fd2de","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6fe1ace5a37fd2de","status":"passed","time":{"start":1729034096139,"stop":1729034096140,"duration":1}},{"uid":"b7af3c105ba62f8f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b7af3c105ba62f8f","status":"passed","time":{"start":1729034020096,"stop":1729034020096,"duration":0}},{"uid":"df2cffba8141d8d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df2cffba8141d8d0","status":"passed","time":{"start":1729033834392,"stop":1729033834393,"duration":1}},{"uid":"b8bb2af9ae169b59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b8bb2af9ae169b59","status":"passed","time":{"start":1729031884126,"stop":1729031884126,"duration":0}},{"uid":"6048c65b4d4047bb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6048c65b4d4047bb","status":"passed","time":{"start":1728901430259,"stop":1728901430259,"duration":0}},{"uid":"39576a316b8d5b6c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/39576a316b8d5b6c","status":"passed","time":{"start":1728892860538,"stop":1728892860538,"duration":0}},{"uid":"7c61b8423cf3fab7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7c61b8423cf3fab7","status":"passed","time":{"start":1728855823327,"stop":1728855823328,"duration":1}},{"uid":"b3105125f175c593","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3105125f175c593","status":"passed","time":{"start":1728738040608,"stop":1728738040609,"duration":1}},{"uid":"1d39fdd358a4c8e1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1d39fdd358a4c8e1","status":"passed","time":{"start":1728682574099,"stop":1728682574100,"duration":1}},{"uid":"c1c6e859a8408192","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1c6e859a8408192","status":"passed","time":{"start":1728682146823,"stop":1728682146824,"duration":1}},{"uid":"a04cbe098d4fa5ec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a04cbe098d4fa5ec","status":"passed","time":{"start":1728676621438,"stop":1728676621438,"duration":0}},{"uid":"377039d8a85dbf98","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/377039d8a85dbf98","status":"passed","time":{"start":1728669344473,"stop":1728669344473,"duration":0}},{"uid":"69ea599ea1f38b16","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/69ea599ea1f38b16","status":"passed","time":{"start":1728597685168,"stop":1728597685168,"duration":0}},{"uid":"e4501375b65ee0d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e4501375b65ee0d4","status":"passed","time":{"start":1728596904476,"stop":1728596904476,"duration":0}}]},"tags":[]},"source":"51484d7476755550.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3ad2a0129bdaf665.json b/7588/data/test-cases/5210eeee413c1fd9.json similarity index 85% rename from 7556/data/test-cases/3ad2a0129bdaf665.json rename to 7588/data/test-cases/5210eeee413c1fd9.json index 5ef6480c458..028e448998c 100644 --- a/7556/data/test-cases/3ad2a0129bdaf665.json +++ b/7588/data/test-cases/5210eeee413c1fd9.json @@ -1 +1 @@ -{"uid":"3ad2a0129bdaf665","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":1728457537132,"stop":1728457537133,"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":6,"unknown":0,"total":6},"items":[{"uid":"6a051aaedb2af56f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/6a051aaedb2af56f","status":"passed","time":{"start":1728456499102,"stop":1728456499102,"duration":0}},{"uid":"e6ca0f140572bb50","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/e6ca0f140572bb50","status":"passed","time":{"start":1728456215080,"stop":1728456215081,"duration":1}},{"uid":"e711041643ed970d","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e711041643ed970d","status":"passed","time":{"start":1728456167137,"stop":1728456167137,"duration":0}},{"uid":"f21ae400be739e9b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f21ae400be739e9b","status":"passed","time":{"start":1728455518199,"stop":1728455518199,"duration":0}},{"uid":"c378b179fa6a1114","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/c378b179fa6a1114","status":"passed","time":{"start":1728452534887,"stop":1728452534887,"duration":0}}]},"tags":[]},"source":"3ad2a0129bdaf665.json","parameterValues":[]} \ No newline at end of file +{"uid":"5210eeee413c1fd9","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":1729034704499,"stop":1729034704499,"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":15,"unknown":0,"total":15},"items":[{"uid":"231b29d7dd8c9ca9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/231b29d7dd8c9ca9","status":"passed","time":{"start":1729034474992,"stop":1729034474993,"duration":1}},{"uid":"703db19e7dd28410","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/703db19e7dd28410","status":"passed","time":{"start":1729034395294,"stop":1729034395294,"duration":0}},{"uid":"abe1a48d099cd5c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/abe1a48d099cd5c2","status":"passed","time":{"start":1729034209104,"stop":1729034209105,"duration":1}},{"uid":"bb1a9f08486ffca0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb1a9f08486ffca0","status":"passed","time":{"start":1729032264573,"stop":1729032264573,"duration":0}},{"uid":"da4741a64749af07","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da4741a64749af07","status":"passed","time":{"start":1728902012864,"stop":1728902012865,"duration":1}},{"uid":"eb2b25c270ff5d96","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/eb2b25c270ff5d96","status":"passed","time":{"start":1728893454815,"stop":1728893454815,"duration":0}},{"uid":"bc3af29b92f59700","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bc3af29b92f59700","status":"passed","time":{"start":1728856408458,"stop":1728856408458,"duration":0}},{"uid":"757b4ec988547580","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/757b4ec988547580","status":"passed","time":{"start":1728738633858,"stop":1728738633859,"duration":1}},{"uid":"e9119f41e154fa1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e9119f41e154fa1","status":"passed","time":{"start":1728683159790,"stop":1728683159790,"duration":0}},{"uid":"59040239f23bc941","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59040239f23bc941","status":"passed","time":{"start":1728682751335,"stop":1728682751335,"duration":0}},{"uid":"e1aac65b8f34577","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e1aac65b8f34577","status":"passed","time":{"start":1728677216365,"stop":1728677216365,"duration":0}},{"uid":"30122b982b133a80","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/30122b982b133a80","status":"passed","time":{"start":1728669925457,"stop":1728669925457,"duration":0}},{"uid":"25c9e0744ce08d0b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/25c9e0744ce08d0b","status":"passed","time":{"start":1728598268811,"stop":1728598268812,"duration":1}},{"uid":"a60527dc22604685","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a60527dc22604685","status":"passed","time":{"start":1728597503934,"stop":1728597503935,"duration":1}}]},"tags":[]},"source":"5210eeee413c1fd9.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/d93c9dcc5615646c.json b/7588/data/test-cases/521aa51615689c2f.json similarity index 85% rename from 7556/data/test-cases/d93c9dcc5615646c.json rename to 7588/data/test-cases/521aa51615689c2f.json index 4a0d822637f..a81566a2100 100644 --- a/7556/data/test-cases/d93c9dcc5615646c.json +++ b/7588/data/test-cases/521aa51615689c2f.json @@ -1 +1 @@ -{"uid":"d93c9dcc5615646c","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":1728457537140,"stop":1728457537140,"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":6,"unknown":0,"total":6},"items":[{"uid":"d934f43213d4ad35","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/d934f43213d4ad35","status":"passed","time":{"start":1728456499110,"stop":1728456499111,"duration":1}},{"uid":"463b413540c57966","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/463b413540c57966","status":"passed","time":{"start":1728456215101,"stop":1728456215101,"duration":0}},{"uid":"9ff9a8a5c554ad81","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/9ff9a8a5c554ad81","status":"passed","time":{"start":1728456167145,"stop":1728456167146,"duration":1}},{"uid":"3b725e3c64aca20c","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/3b725e3c64aca20c","status":"passed","time":{"start":1728455518207,"stop":1728455518207,"duration":0}},{"uid":"4b79c992b1e0916b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/4b79c992b1e0916b","status":"passed","time":{"start":1728452534893,"stop":1728452534893,"duration":0}}]},"tags":[]},"source":"d93c9dcc5615646c.json","parameterValues":[]} \ No newline at end of file +{"uid":"521aa51615689c2f","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":1729034704504,"stop":1729034704505,"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":15,"unknown":0,"total":15},"items":[{"uid":"418eefe81eda439e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/418eefe81eda439e","status":"passed","time":{"start":1729034474998,"stop":1729034474999,"duration":1}},{"uid":"9f152df7f86f0c57","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9f152df7f86f0c57","status":"passed","time":{"start":1729034395299,"stop":1729034395299,"duration":0}},{"uid":"5dfdfd6c85179a52","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5dfdfd6c85179a52","status":"passed","time":{"start":1729034209112,"stop":1729034209112,"duration":0}},{"uid":"627f2d3f127eda86","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/627f2d3f127eda86","status":"passed","time":{"start":1729032264580,"stop":1729032264580,"duration":0}},{"uid":"d27bd2045833e4a1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d27bd2045833e4a1","status":"passed","time":{"start":1728902012871,"stop":1728902012871,"duration":0}},{"uid":"c0efc3f3318d2427","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0efc3f3318d2427","status":"passed","time":{"start":1728893454822,"stop":1728893454822,"duration":0}},{"uid":"c4c8b55347d94bca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c4c8b55347d94bca","status":"passed","time":{"start":1728856408465,"stop":1728856408465,"duration":0}},{"uid":"ad5f9bb6eeb79279","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad5f9bb6eeb79279","status":"passed","time":{"start":1728738633866,"stop":1728738633866,"duration":0}},{"uid":"9b0b8480c95c212e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9b0b8480c95c212e","status":"passed","time":{"start":1728683159813,"stop":1728683159813,"duration":0}},{"uid":"12849259f5d13765","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/12849259f5d13765","status":"passed","time":{"start":1728682751340,"stop":1728682751341,"duration":1}},{"uid":"d47da8990cf85eec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d47da8990cf85eec","status":"passed","time":{"start":1728677216374,"stop":1728677216375,"duration":1}},{"uid":"bf7aef2b0ac9a96a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf7aef2b0ac9a96a","status":"passed","time":{"start":1728669925461,"stop":1728669925462,"duration":1}},{"uid":"167469ab0af607b0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/167469ab0af607b0","status":"passed","time":{"start":1728598268817,"stop":1728598268817,"duration":0}},{"uid":"b80b90e1512bdadc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b80b90e1512bdadc","status":"passed","time":{"start":1728597503946,"stop":1728597503946,"duration":0}}]},"tags":[]},"source":"521aa51615689c2f.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/523c4b4fab001cc6.json b/7588/data/test-cases/523c4b4fab001cc6.json new file mode 100644 index 00000000000..ef7104be58a --- /dev/null +++ b/7588/data/test-cases/523c4b4fab001cc6.json @@ -0,0 +1 @@ +{"uid":"523c4b4fab001cc6","name":"random static sharding 10 - Cluster ID: 416, Shard ID: 591","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 10 - Cluster ID: 416, Shard ID: 591","historyId":"36b99bd2dd5b5a76747ad1d792fdd32b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034668609,"stop":1729034668609,"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":"523c4b4fab001cc6.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c7ad77a52444dca3.json b/7588/data/test-cases/52ddf15503a21dd3.json similarity index 57% rename from 7556/data/test-cases/c7ad77a52444dca3.json rename to 7588/data/test-cases/52ddf15503a21dd3.json index 88e77ca0b18..7ecbf984d4e 100644 --- a/7556/data/test-cases/c7ad77a52444dca3.json +++ b/7588/data/test-cases/52ddf15503a21dd3.json @@ -1 +1 @@ -{"uid":"c7ad77a52444dca3","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":1728457351725,"stop":1728457351727,"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":6,"unknown":0,"total":6},"items":[{"uid":"729197499f09d3e9","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/729197499f09d3e9","status":"passed","time":{"start":1728456317107,"stop":1728456317108,"duration":1}},{"uid":"b7aa82e1785e94af","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/b7aa82e1785e94af","status":"passed","time":{"start":1728456012971,"stop":1728456012972,"duration":1}},{"uid":"3a87f936bf2666d5","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/3a87f936bf2666d5","status":"passed","time":{"start":1728455837237,"stop":1728455837237,"duration":0}},{"uid":"db88e2d1f4d80a0f","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/db88e2d1f4d80a0f","status":"passed","time":{"start":1728455197444,"stop":1728455197444,"duration":0}},{"uid":"660029540f5c66a2","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/660029540f5c66a2","status":"passed","time":{"start":1728452206400,"stop":1728452206400,"duration":0}}]},"tags":[]},"source":"c7ad77a52444dca3.json","parameterValues":[]} \ No newline at end of file +{"uid":"52ddf15503a21dd3","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":1729034536785,"stop":1729034536785,"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":15,"unknown":0,"total":15},"items":[{"uid":"e08dfacf7ca8519c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e08dfacf7ca8519c","status":"passed","time":{"start":1729034307031,"stop":1729034307031,"duration":0}},{"uid":"f237c5275f67c6b1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f237c5275f67c6b1","status":"passed","time":{"start":1729034223306,"stop":1729034223306,"duration":0}},{"uid":"81a05dc231c56841","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/81a05dc231c56841","status":"passed","time":{"start":1729034034979,"stop":1729034034981,"duration":2}},{"uid":"45d90428d1382ea1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45d90428d1382ea1","status":"passed","time":{"start":1729032066290,"stop":1729032066292,"duration":2}},{"uid":"d361e5d870613508","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d361e5d870613508","status":"passed","time":{"start":1728901706619,"stop":1728901706620,"duration":1}},{"uid":"ce33b71913da72c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce33b71913da72c1","status":"passed","time":{"start":1728893153422,"stop":1728893153422,"duration":0}},{"uid":"a77d2b657819fa1d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a77d2b657819fa1d","status":"passed","time":{"start":1728856108126,"stop":1728856108126,"duration":0}},{"uid":"1a97e31e2fb37f10","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a97e31e2fb37f10","status":"passed","time":{"start":1728738316668,"stop":1728738316669,"duration":1}},{"uid":"ee0c2220decc7859","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ee0c2220decc7859","status":"passed","time":{"start":1728682865316,"stop":1728682865317,"duration":1}},{"uid":"fd951a09eed871fa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fd951a09eed871fa","status":"passed","time":{"start":1728682446995,"stop":1728682446995,"duration":0}},{"uid":"1fdcbbb4284946e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1fdcbbb4284946e8","status":"passed","time":{"start":1728676924479,"stop":1728676924479,"duration":0}},{"uid":"25d4c714045a823b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25d4c714045a823b","status":"passed","time":{"start":1728669626261,"stop":1728669626261,"duration":0}},{"uid":"2faaea3a6650253c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2faaea3a6650253c","status":"passed","time":{"start":1728597973672,"stop":1728597973673,"duration":1}},{"uid":"93ff635c7abb76b8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/93ff635c7abb76b8","status":"passed","time":{"start":1728597188035,"stop":1728597188036,"duration":1}}]},"tags":[]},"source":"52ddf15503a21dd3.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/53fbccce469bdbda.json b/7588/data/test-cases/53fbccce469bdbda.json new file mode 100644 index 00000000000..a50d40462f6 --- /dev/null +++ b/7588/data/test-cases/53fbccce469bdbda.json @@ -0,0 +1 @@ +{"uid":"53fbccce469bdbda","name":"udp ip6 address","fullName":"/src/multiaddr_from_fields.spec.ts: Multiaddr from fields > udp ip6 address","historyId":"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034340830,"stop":1729034340831,"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":15,"unknown":0,"total":15},"items":[{"uid":"f396875d94665c51","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f396875d94665c51","status":"passed","time":{"start":1729034104503,"stop":1729034104503,"duration":0}},{"uid":"11fa3746b2e3e01a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/11fa3746b2e3e01a","status":"passed","time":{"start":1729034027824,"stop":1729034027824,"duration":0}},{"uid":"55d5e3cc7077da4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/55d5e3cc7077da4","status":"passed","time":{"start":1729033842412,"stop":1729033842413,"duration":1}},{"uid":"22b427129c1d8a95","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22b427129c1d8a95","status":"passed","time":{"start":1729031892129,"stop":1729031892129,"duration":0}},{"uid":"52aa4f2964ad7e42","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/52aa4f2964ad7e42","status":"passed","time":{"start":1728901438145,"stop":1728901438145,"duration":0}},{"uid":"8c1400f1e7715684","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c1400f1e7715684","status":"passed","time":{"start":1728892868420,"stop":1728892868420,"duration":0}},{"uid":"b5959b405dabf93e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b5959b405dabf93e","status":"passed","time":{"start":1728855831312,"stop":1728855831312,"duration":0}},{"uid":"9af926892fcb6152","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9af926892fcb6152","status":"passed","time":{"start":1728738048422,"stop":1728738048423,"duration":1}},{"uid":"ecab1fda079ea0dd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ecab1fda079ea0dd","status":"passed","time":{"start":1728682581970,"stop":1728682581970,"duration":0}},{"uid":"e671dd1a83695fae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e671dd1a83695fae","status":"passed","time":{"start":1728682154920,"stop":1728682154921,"duration":1}},{"uid":"5899c8a6ca1f42a3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5899c8a6ca1f42a3","status":"passed","time":{"start":1728676629329,"stop":1728676629329,"duration":0}},{"uid":"b9fb99f09e09718f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b9fb99f09e09718f","status":"passed","time":{"start":1728669352396,"stop":1728669352396,"duration":0}},{"uid":"c80097de69dae658","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c80097de69dae658","status":"passed","time":{"start":1728597693130,"stop":1728597693131,"duration":1}},{"uid":"26b674979d981990","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/26b674979d981990","status":"passed","time":{"start":1728596912668,"stop":1728596912669,"duration":1}}]},"tags":[]},"source":"53fbccce469bdbda.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/54ae6abc99a53cea.json b/7588/data/test-cases/54ae6abc99a53cea.json new file mode 100644 index 00000000000..db37708d17f --- /dev/null +++ b/7588/data/test-cases/54ae6abc99a53cea.json @@ -0,0 +1 @@ +{"uid":"54ae6abc99a53cea","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":1729034341404,"stop":1729034341404,"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":15,"unknown":0,"total":15},"items":[{"uid":"5b8daab95405b2d3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b8daab95405b2d3","status":"passed","time":{"start":1729034104912,"stop":1729034104912,"duration":0}},{"uid":"9be617469ff92581","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9be617469ff92581","status":"passed","time":{"start":1729034028510,"stop":1729034028510,"duration":0}},{"uid":"fec9c2aa22b41add","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fec9c2aa22b41add","status":"passed","time":{"start":1729033843118,"stop":1729033843118,"duration":0}},{"uid":"3a255ceb37c1023","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3a255ceb37c1023","status":"passed","time":{"start":1729031892677,"stop":1729031892680,"duration":3}},{"uid":"b8a2d9cef04d8a4d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8a2d9cef04d8a4d","status":"passed","time":{"start":1728901438811,"stop":1728901438811,"duration":0}},{"uid":"dee349336f8b2fd9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dee349336f8b2fd9","status":"passed","time":{"start":1728892869000,"stop":1728892869000,"duration":0}},{"uid":"82b49cf7825e2ced","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/82b49cf7825e2ced","status":"passed","time":{"start":1728855831892,"stop":1728855831892,"duration":0}},{"uid":"39102be81c14958c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/39102be81c14958c","status":"passed","time":{"start":1728738049040,"stop":1728738049040,"duration":0}},{"uid":"e2a22015d559326e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e2a22015d559326e","status":"passed","time":{"start":1728682582618,"stop":1728682582618,"duration":0}},{"uid":"9302fa54f16c7879","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9302fa54f16c7879","status":"passed","time":{"start":1728682155411,"stop":1728682155411,"duration":0}},{"uid":"fe6a75af9fff3725","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe6a75af9fff3725","status":"passed","time":{"start":1728676629973,"stop":1728676629974,"duration":1}},{"uid":"63524ad3dc41ccca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/63524ad3dc41ccca","status":"passed","time":{"start":1728669353101,"stop":1728669353101,"duration":0}},{"uid":"50f97c27d2219032","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/50f97c27d2219032","status":"passed","time":{"start":1728597693846,"stop":1728597693846,"duration":0}},{"uid":"8b9744ed5ab5a928","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8b9744ed5ab5a928","status":"passed","time":{"start":1728596913090,"stop":1728596913091,"duration":1}}]},"tags":[]},"source":"54ae6abc99a53cea.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/cabfea2dbea99fba.json b/7588/data/test-cases/553f32e10ce06954.json similarity index 97% rename from 7556/data/test-cases/cabfea2dbea99fba.json rename to 7588/data/test-cases/553f32e10ce06954.json index 8a5ba56acbb..163898ab460 100644 --- a/7556/data/test-cases/cabfea2dbea99fba.json +++ b/7588/data/test-cases/553f32e10ce06954.json @@ -1 +1 @@ -{"uid":"cabfea2dbea99fba","name":"random static sharding 9 - Cluster ID: 172, Shard ID: 18","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 9 - Cluster ID: 172, Shard ID: 18","historyId":"ff39d4b9c44b707dc5d06d3c2b8c6557:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457528782,"stop":1728457528782,"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":"cabfea2dbea99fba.json","parameterValues":[]} \ No newline at end of file +{"uid":"553f32e10ce06954","name":"random static sharding 3 - Cluster ID: 49, Shard ID: 205","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 3 - Cluster ID: 49, Shard ID: 205","historyId":"abb4d4dbce59f8222b9cf682c72a7930:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034668595,"stop":1729034668596,"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":"553f32e10ce06954.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/5579e22f0d2569d6.json b/7588/data/test-cases/5579e22f0d2569d6.json new file mode 100644 index 00000000000..37866b370a5 --- /dev/null +++ b/7588/data/test-cases/5579e22f0d2569d6.json @@ -0,0 +1 @@ +{"uid":"5579e22f0d2569d6","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":1729034473211,"stop":1729034473211,"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.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":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"4aaf17cd0065ae4e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4aaf17cd0065ae4e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241153,"stop":1729034241153,"duration":0}},{"uid":"b8c3c65f3f9771f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b8c3c65f3f9771f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159972,"stop":1729034159972,"duration":0}},{"uid":"7549417e62414179","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7549417e62414179","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977062,"stop":1729033977062,"duration":0}},{"uid":"db66d8a63b0709b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/db66d8a63b0709b2","status":"passed","time":{"start":1729032093773,"stop":1729032093773,"duration":0}},{"uid":"1c62de99d430090d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c62de99d430090d","status":"passed","time":{"start":1728901748771,"stop":1728901748771,"duration":0}},{"uid":"6bab09850f6120a4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6bab09850f6120a4","status":"passed","time":{"start":1728893181083,"stop":1728893181084,"duration":1}},{"uid":"6d5a3f38eeac3867","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d5a3f38eeac3867","status":"passed","time":{"start":1728856155549,"stop":1728856155550,"duration":1}},{"uid":"473ba2d4f9b91fdc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/473ba2d4f9b91fdc","status":"passed","time":{"start":1728738360283,"stop":1728738360283,"duration":0}},{"uid":"f825e4f32590c1ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f825e4f32590c1ab","status":"passed","time":{"start":1728682907219,"stop":1728682907220,"duration":1}},{"uid":"55814e421e6fc073","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/55814e421e6fc073","status":"passed","time":{"start":1728682466729,"stop":1728682466729,"duration":0}},{"uid":"dee3401b3c33357c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dee3401b3c33357c","status":"passed","time":{"start":1728676955719,"stop":1728676955719,"duration":0}},{"uid":"80b6be55e1361eef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/80b6be55e1361eef","status":"passed","time":{"start":1728598013532,"stop":1728598013532,"duration":0}},{"uid":"b787b9b55d23f1fa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b787b9b55d23f1fa","status":"passed","time":{"start":1728597225197,"stop":1728597225197,"duration":0}}]},"tags":[]},"source":"5579e22f0d2569d6.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/53b82b053eece2f9.json b/7588/data/test-cases/55d0ab01ea831a96.json similarity index 87% rename from 7556/data/test-cases/53b82b053eece2f9.json rename to 7588/data/test-cases/55d0ab01ea831a96.json index 2112da05498..53d60d21d90 100644 --- a/7556/data/test-cases/53b82b053eece2f9.json +++ b/7588/data/test-cases/55d0ab01ea831a96.json @@ -1 +1 @@ -{"uid":"53b82b053eece2f9","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":1728457473510,"stop":1728457473510,"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":6,"unknown":0,"total":6},"items":[{"uid":"d000f2cad39bafd4","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/d000f2cad39bafd4","status":"passed","time":{"start":1728456428357,"stop":1728456428358,"duration":1}},{"uid":"30f051146533593d","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/30f051146533593d","status":"passed","time":{"start":1728456157794,"stop":1728456157794,"duration":0}},{"uid":"520bf9dba3e0519e","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/520bf9dba3e0519e","status":"passed","time":{"start":1728456063513,"stop":1728456063513,"duration":0}},{"uid":"5680a98604334b3a","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/5680a98604334b3a","status":"passed","time":{"start":1728455422510,"stop":1728455422510,"duration":0}},{"uid":"f457c8a2f5f4b30d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f457c8a2f5f4b30d","status":"passed","time":{"start":1728452417651,"stop":1728452417651,"duration":0}}]},"tags":[]},"source":"53b82b053eece2f9.json","parameterValues":[]} \ No newline at end of file +{"uid":"55d0ab01ea831a96","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":1729034617750,"stop":1729034617751,"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":15,"unknown":0,"total":15},"items":[{"uid":"541624c450ced56b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/541624c450ced56b","status":"passed","time":{"start":1729034370853,"stop":1729034370854,"duration":1}},{"uid":"b704ebf02c999063","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b704ebf02c999063","status":"passed","time":{"start":1729034308860,"stop":1729034308861,"duration":1}},{"uid":"cb048deab5f94975","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cb048deab5f94975","status":"passed","time":{"start":1729034129469,"stop":1729034129469,"duration":0}},{"uid":"589d048e3ba41ef7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/589d048e3ba41ef7","status":"passed","time":{"start":1729032178362,"stop":1729032178363,"duration":1}},{"uid":"1b6c44b1daac065d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b6c44b1daac065d","status":"passed","time":{"start":1728901896341,"stop":1728901896341,"duration":0}},{"uid":"23f798e941ed02e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/23f798e941ed02e4","status":"passed","time":{"start":1728893329020,"stop":1728893329020,"duration":0}},{"uid":"f24dce93bc256cb6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f24dce93bc256cb6","status":"passed","time":{"start":1728856284755,"stop":1728856284756,"duration":1}},{"uid":"25e61cb93e3db35a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/25e61cb93e3db35a","status":"passed","time":{"start":1728738494931,"stop":1728738494932,"duration":1}},{"uid":"950a20be033bf6b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/950a20be033bf6b0","status":"passed","time":{"start":1728683033626,"stop":1728683033626,"duration":0}},{"uid":"1e1b94a4d2ddff13","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1e1b94a4d2ddff13","status":"passed","time":{"start":1728682601731,"stop":1728682601731,"duration":0}},{"uid":"dae603be616386ae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dae603be616386ae","status":"passed","time":{"start":1728677107956,"stop":1728677107957,"duration":1}},{"uid":"548c10c44a21ef33","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/548c10c44a21ef33","status":"passed","time":{"start":1728669764745,"stop":1728669764745,"duration":0}},{"uid":"190eb6395732de2f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/190eb6395732de2f","status":"passed","time":{"start":1728598157556,"stop":1728598157557,"duration":1}},{"uid":"433ad33bb1bf77f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/433ad33bb1bf77f8","status":"passed","time":{"start":1728597369055,"stop":1728597369055,"duration":0}}]},"tags":[]},"source":"55d0ab01ea831a96.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/55eb1e542d22be6d.json b/7588/data/test-cases/55eb1e542d22be6d.json new file mode 100644 index 00000000000..6d35552a184 --- /dev/null +++ b/7588/data/test-cases/55eb1e542d22be6d.json @@ -0,0 +1 @@ +{"uid":"55eb1e542d22be6d","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":1729034631261,"stop":1729034631262,"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":15,"unknown":0,"total":15},"items":[{"uid":"a71ee6847ff73687","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a71ee6847ff73687","status":"passed","time":{"start":1729034400898,"stop":1729034400898,"duration":0}},{"uid":"d4b18ce04af95905","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d4b18ce04af95905","status":"passed","time":{"start":1729034317497,"stop":1729034317497,"duration":0}},{"uid":"2d9c64f68d9f514","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d9c64f68d9f514","status":"passed","time":{"start":1729034137155,"stop":1729034137155,"duration":0}},{"uid":"61e71fe0c0dcb176","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61e71fe0c0dcb176","status":"passed","time":{"start":1729032206887,"stop":1729032206887,"duration":0}},{"uid":"606518a44efef7b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/606518a44efef7b2","status":"passed","time":{"start":1728901995034,"stop":1728901995035,"duration":1}},{"uid":"f8f5c2d05c9d7bb9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f8f5c2d05c9d7bb9","status":"passed","time":{"start":1728893421007,"stop":1728893421008,"duration":1}},{"uid":"dbd6899800285cdc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbd6899800285cdc","status":"passed","time":{"start":1728856368609,"stop":1728856368609,"duration":0}},{"uid":"983c03884e05593c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/983c03884e05593c","status":"passed","time":{"start":1728738604691,"stop":1728738604692,"duration":1}},{"uid":"2196e0f5ba2a85ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2196e0f5ba2a85ab","status":"passed","time":{"start":1728683117674,"stop":1728683117674,"duration":0}},{"uid":"b05bdb57e9709ad","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b05bdb57e9709ad","status":"passed","time":{"start":1728682721326,"stop":1728682721326,"duration":0}},{"uid":"cf460c4f67c357a6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cf460c4f67c357a6","status":"passed","time":{"start":1728677184692,"stop":1728677184693,"duration":1}},{"uid":"1cfc67fd02094694","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1cfc67fd02094694","status":"passed","time":{"start":1728669866475,"stop":1728669866476,"duration":1}},{"uid":"93ec2884b479d799","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/93ec2884b479d799","status":"passed","time":{"start":1728598250009,"stop":1728598250009,"duration":0}},{"uid":"de6b1fa28405f98e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/de6b1fa28405f98e","status":"passed","time":{"start":1728597472308,"stop":1728597472308,"duration":0}}]},"tags":[]},"source":"55eb1e542d22be6d.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/5663e8800dee897b.json b/7588/data/test-cases/5663e8800dee897b.json new file mode 100644 index 00000000000..0d80038193a --- /dev/null +++ b/7588/data/test-cases/5663e8800dee897b.json @@ -0,0 +1 @@ +{"uid":"5663e8800dee897b","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":1729034703309,"stop":1729034703310,"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":15,"unknown":0,"total":15},"items":[{"uid":"73a8b842348e8ffa","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/73a8b842348e8ffa","status":"passed","time":{"start":1729034475271,"stop":1729034475271,"duration":0}},{"uid":"3a9494a286b8bcbb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a9494a286b8bcbb","status":"passed","time":{"start":1729034392402,"stop":1729034392402,"duration":0}},{"uid":"c7ca5e9a306c28da","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7ca5e9a306c28da","status":"passed","time":{"start":1729034208293,"stop":1729034208294,"duration":1}},{"uid":"7cab561249237d2a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7cab561249237d2a","status":"passed","time":{"start":1729032257064,"stop":1729032257065,"duration":1}},{"uid":"2c57335b5a8a8f51","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c57335b5a8a8f51","status":"passed","time":{"start":1728902024011,"stop":1728902024012,"duration":1}},{"uid":"1397606d5568b95f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1397606d5568b95f","status":"passed","time":{"start":1728893455128,"stop":1728893455128,"duration":0}},{"uid":"621d7a2a492ac444","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/621d7a2a492ac444","status":"passed","time":{"start":1728856404961,"stop":1728856404961,"duration":0}},{"uid":"def014771b948f6d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/def014771b948f6d","status":"passed","time":{"start":1728738634667,"stop":1728738634667,"duration":0}},{"uid":"82514ad360241172","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82514ad360241172","status":"passed","time":{"start":1728683163619,"stop":1728683163619,"duration":0}},{"uid":"363c17df35c5110d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/363c17df35c5110d","status":"passed","time":{"start":1728682737539,"stop":1728682737540,"duration":1}},{"uid":"9c132644f218184","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9c132644f218184","status":"passed","time":{"start":1728677222566,"stop":1728677222566,"duration":0}},{"uid":"16cfc7178936511","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/16cfc7178936511","status":"passed","time":{"start":1728669905024,"stop":1728669905030,"duration":6}},{"uid":"21cd175ab9b6e773","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/21cd175ab9b6e773","status":"passed","time":{"start":1728598284365,"stop":1728598284365,"duration":0}},{"uid":"87e227561e1c113c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/87e227561e1c113c","status":"passed","time":{"start":1728597506829,"stop":1728597506830,"duration":1}}]},"tags":[]},"source":"5663e8800dee897b.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/56e7a4b6bc960104.json b/7588/data/test-cases/56e7a4b6bc960104.json new file mode 100644 index 00000000000..cef0fef59dc --- /dev/null +++ b/7588/data/test-cases/56e7a4b6bc960104.json @@ -0,0 +1 @@ +{"uid":"56e7a4b6bc960104","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":1729034435420,"stop":1729034435421,"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: false\"","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":15,"unknown":0,"total":15},"items":[{"uid":"edec6d6fcb461575","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/edec6d6fcb461575","status":"passed","time":{"start":1729034202108,"stop":1729034202109,"duration":1}},{"uid":"b49ee770b1a54945","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b49ee770b1a54945","status":"passed","time":{"start":1729034126139,"stop":1729034126142,"duration":3}},{"uid":"e43d38544ed987d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e43d38544ed987d0","status":"passed","time":{"start":1729033939927,"stop":1729033939927,"duration":0}},{"uid":"ab128f1e875b7a24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ab128f1e875b7a24","status":"passed","time":{"start":1729031988776,"stop":1729031988777,"duration":1}},{"uid":"9cf35c5c743da028","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9cf35c5c743da028","status":"passed","time":{"start":1728901555773,"stop":1728901555774,"duration":1}},{"uid":"d6ec077a9b35bf5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6ec077a9b35bf5a","status":"passed","time":{"start":1728892995573,"stop":1728892995573,"duration":0}},{"uid":"2ae9a0976f8f3ec1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ae9a0976f8f3ec1","status":"passed","time":{"start":1728855954644,"stop":1728855954644,"duration":0}},{"uid":"e3304047beed47f7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e3304047beed47f7","status":"passed","time":{"start":1728738169523,"stop":1728738169523,"duration":0}},{"uid":"8fa85057285b1c3a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8fa85057285b1c3a","status":"passed","time":{"start":1728682707229,"stop":1728682707230,"duration":1}},{"uid":"a022ce37132e527c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a022ce37132e527c","status":"passed","time":{"start":1728682285126,"stop":1728682285127,"duration":1}},{"uid":"ca6600f539cb21eb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca6600f539cb21eb","status":"passed","time":{"start":1728676761155,"stop":1728676761156,"duration":1}},{"uid":"49fbe29499a3a16b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/49fbe29499a3a16b","status":"passed","time":{"start":1728669488937,"stop":1728669488938,"duration":1}},{"uid":"3ac72578e209c3c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ac72578e209c3c1","status":"passed","time":{"start":1728597819575,"stop":1728597819579,"duration":4}},{"uid":"55de8c67bc9b7b7f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/55de8c67bc9b7b7f","status":"passed","time":{"start":1728597041919,"stop":1728597041920,"duration":1}}]},"tags":[]},"source":"56e7a4b6bc960104.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/5736c26220e88954.json b/7588/data/test-cases/5736c26220e88954.json new file mode 100644 index 00000000000..12695ac09f5 --- /dev/null +++ b/7588/data/test-cases/5736c26220e88954.json @@ -0,0 +1 @@ +{"uid":"5736c26220e88954","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":1729034332643,"stop":1729034332644,"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":"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":15,"unknown":0,"total":15},"items":[{"uid":"82c70f82635a93b9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/82c70f82635a93b9","status":"passed","time":{"start":1729034096141,"stop":1729034096141,"duration":0}},{"uid":"871975d2c63c1ca4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/871975d2c63c1ca4","status":"passed","time":{"start":1729034020097,"stop":1729034020097,"duration":0}},{"uid":"b778c3ab88171537","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b778c3ab88171537","status":"passed","time":{"start":1729033834394,"stop":1729033834394,"duration":0}},{"uid":"80ac74ddfd8550b0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/80ac74ddfd8550b0","status":"passed","time":{"start":1729031884128,"stop":1729031884128,"duration":0}},{"uid":"9ab5f9a3fe722963","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9ab5f9a3fe722963","status":"passed","time":{"start":1728901430261,"stop":1728901430261,"duration":0}},{"uid":"910383497282068a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/910383497282068a","status":"passed","time":{"start":1728892860540,"stop":1728892860540,"duration":0}},{"uid":"8c54cff53bf62c63","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8c54cff53bf62c63","status":"passed","time":{"start":1728855823329,"stop":1728855823329,"duration":0}},{"uid":"9ea20b9918278cd2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ea20b9918278cd2","status":"passed","time":{"start":1728738040610,"stop":1728738040610,"duration":0}},{"uid":"4ed784d391991d1e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ed784d391991d1e","status":"passed","time":{"start":1728682574101,"stop":1728682574101,"duration":0}},{"uid":"6963771f5bb944b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6963771f5bb944b4","status":"passed","time":{"start":1728682146825,"stop":1728682146825,"duration":0}},{"uid":"8f9a026d8bb4d3d0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f9a026d8bb4d3d0","status":"passed","time":{"start":1728676621440,"stop":1728676621440,"duration":0}},{"uid":"55776973f38a1161","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/55776973f38a1161","status":"passed","time":{"start":1728669344474,"stop":1728669344474,"duration":0}},{"uid":"870a390343b758ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/870a390343b758ac","status":"passed","time":{"start":1728597685170,"stop":1728597685170,"duration":0}},{"uid":"4a4a9d9df98064ae","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4a4a9d9df98064ae","status":"passed","time":{"start":1728596904478,"stop":1728596904478,"duration":0}}]},"tags":[]},"source":"5736c26220e88954.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/7f684ed1532cfecc.json b/7588/data/test-cases/574bad6a7c1b239a.json similarity index 68% rename from 7556/data/test-cases/7f684ed1532cfecc.json rename to 7588/data/test-cases/574bad6a7c1b239a.json index 52c12faaad8..390ce6aa68a 100644 --- a/7556/data/test-cases/7f684ed1532cfecc.json +++ b/7588/data/test-cases/574bad6a7c1b239a.json @@ -1 +1 @@ -{"uid":"7f684ed1532cfecc","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":1728457536273,"stop":1728457536275,"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":6,"unknown":0,"total":6},"items":[{"uid":"34e258e33a3c98d9","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/34e258e33a3c98d9","status":"passed","time":{"start":1728456479961,"stop":1728456479962,"duration":1}},{"uid":"f66f80ff1e80a1a9","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f66f80ff1e80a1a9","status":"passed","time":{"start":1728456245085,"stop":1728456245085,"duration":0}},{"uid":"b524b53dfc148904","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b524b53dfc148904","status":"passed","time":{"start":1728456210511,"stop":1728456210512,"duration":1}},{"uid":"c117d2981a7284a6","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c117d2981a7284a6","status":"passed","time":{"start":1728455558231,"stop":1728455558231,"duration":0}},{"uid":"5e6fcc51b869641f","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/5e6fcc51b869641f","status":"passed","time":{"start":1728452533444,"stop":1728452533445,"duration":1}}]},"tags":[]},"source":"7f684ed1532cfecc.json","parameterValues":[]} \ No newline at end of file +{"uid":"574bad6a7c1b239a","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":1729034682671,"stop":1729034682671,"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":15,"unknown":0,"total":15},"items":[{"uid":"c6a9bf394cbf512f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c6a9bf394cbf512f","status":"passed","time":{"start":1729034452181,"stop":1729034452182,"duration":1}},{"uid":"3aca9334d26118b9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3aca9334d26118b9","status":"passed","time":{"start":1729034373074,"stop":1729034373074,"duration":0}},{"uid":"3e4878d8cd3a5386","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3e4878d8cd3a5386","status":"passed","time":{"start":1729034188113,"stop":1729034188115,"duration":2}},{"uid":"2c86dc8324b1d457","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c86dc8324b1d457","status":"passed","time":{"start":1729032231861,"stop":1729032231861,"duration":0}},{"uid":"1cd34d90700ace1b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1cd34d90700ace1b","status":"passed","time":{"start":1728901989563,"stop":1728901989564,"duration":1}},{"uid":"a1ed2de0290cc366","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a1ed2de0290cc366","status":"passed","time":{"start":1728893424896,"stop":1728893424897,"duration":1}},{"uid":"1453740a91ef1599","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1453740a91ef1599","status":"passed","time":{"start":1728856376681,"stop":1728856376682,"duration":1}},{"uid":"b6bc58bc80816a11","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b6bc58bc80816a11","status":"passed","time":{"start":1728738593958,"stop":1728738593958,"duration":0}},{"uid":"ed4819593cc90c62","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed4819593cc90c62","status":"passed","time":{"start":1728683135333,"stop":1728683135334,"duration":1}},{"uid":"af68af9493988445","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af68af9493988445","status":"passed","time":{"start":1728682692582,"stop":1728682692584,"duration":2}},{"uid":"d8009e2a7b4cedf7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d8009e2a7b4cedf7","status":"passed","time":{"start":1728677194227,"stop":1728677194227,"duration":0}},{"uid":"f1540fb27d928708","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f1540fb27d928708","status":"passed","time":{"start":1728669874422,"stop":1728669874422,"duration":0}},{"uid":"6442726d66d9670a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6442726d66d9670a","status":"passed","time":{"start":1728598257459,"stop":1728598257459,"duration":0}},{"uid":"81e62991a2909f8a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/81e62991a2909f8a","status":"passed","time":{"start":1728597471282,"stop":1728597471282,"duration":0}}]},"tags":[]},"source":"574bad6a7c1b239a.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/40d8f43af9edf558.json b/7588/data/test-cases/58454c45877a86f3.json similarity index 83% rename from 7556/data/test-cases/40d8f43af9edf558.json rename to 7588/data/test-cases/58454c45877a86f3.json index 8adb58c7ceb..8c6324e69bd 100644 --- a/7556/data/test-cases/40d8f43af9edf558.json +++ b/7588/data/test-cases/58454c45877a86f3.json @@ -1 +1 @@ -{"uid":"40d8f43af9edf558","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":1728457448633,"stop":1728457448634,"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":6,"unknown":0,"total":6},"items":[{"uid":"98ca7ca2a6c72853","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/98ca7ca2a6c72853","status":"passed","time":{"start":1728456402414,"stop":1728456402414,"duration":0}},{"uid":"f2530ab858aa92f4","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f2530ab858aa92f4","status":"passed","time":{"start":1728456120445,"stop":1728456120445,"duration":0}},{"uid":"2c586fed07fc3acc","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/2c586fed07fc3acc","status":"passed","time":{"start":1728456038379,"stop":1728456038380,"duration":1}},{"uid":"edca1e1f011c4059","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/edca1e1f011c4059","status":"passed","time":{"start":1728455403836,"stop":1728455403837,"duration":1}},{"uid":"62075cdb28af2d50","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/62075cdb28af2d50","status":"passed","time":{"start":1728452400298,"stop":1728452400298,"duration":0}}]},"tags":[]},"source":"40d8f43af9edf558.json","parameterValues":[]} \ No newline at end of file +{"uid":"58454c45877a86f3","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":1729034611685,"stop":1729034611687,"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: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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":15,"unknown":0,"total":15},"items":[{"uid":"930c596ee95c60ae","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/930c596ee95c60ae","status":"passed","time":{"start":1729034393672,"stop":1729034393673,"duration":1}},{"uid":"6abb7b90f8283ed2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6abb7b90f8283ed2","status":"passed","time":{"start":1729034304863,"stop":1729034304864,"duration":1}},{"uid":"65aef34e9a4e9c30","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/65aef34e9a4e9c30","status":"passed","time":{"start":1729034121954,"stop":1729034121957,"duration":3}},{"uid":"bf8dca2e91035cee","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bf8dca2e91035cee","status":"passed","time":{"start":1729032174931,"stop":1729032174932,"duration":1}},{"uid":"ec96b22fbac984a7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec96b22fbac984a7","status":"passed","time":{"start":1728901881035,"stop":1728901881036,"duration":1}},{"uid":"50be6129a96b9fd2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50be6129a96b9fd2","status":"passed","time":{"start":1728893317184,"stop":1728893317185,"duration":1}},{"uid":"ca71e7cc40461102","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca71e7cc40461102","status":"passed","time":{"start":1728856263129,"stop":1728856263129,"duration":0}},{"uid":"757cd69a60b7b5af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/757cd69a60b7b5af","status":"passed","time":{"start":1728738492814,"stop":1728738492815,"duration":1}},{"uid":"a7aae32db379d4ce","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a7aae32db379d4ce","status":"passed","time":{"start":1728683030032,"stop":1728683030032,"duration":0}},{"uid":"e4fbbd81322dcd43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e4fbbd81322dcd43","status":"passed","time":{"start":1728682581133,"stop":1728682581133,"duration":0}},{"uid":"f85f2601c98b6f1b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f85f2601c98b6f1b","status":"passed","time":{"start":1728677082017,"stop":1728677082017,"duration":0}},{"uid":"82d2281d5962a10","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/82d2281d5962a10","status":"passed","time":{"start":1728669795410,"stop":1728669795411,"duration":1}},{"uid":"85dd9a2bf7389e0c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/85dd9a2bf7389e0c","status":"passed","time":{"start":1728598137511,"stop":1728598137512,"duration":1}},{"uid":"f45d0c7ae677a79d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f45d0c7ae677a79d","status":"passed","time":{"start":1728597353491,"stop":1728597353491,"duration":0}}]},"tags":[]},"source":"58454c45877a86f3.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/dba277181f08f079.json b/7588/data/test-cases/5872bd9ccdd1e627.json similarity index 80% rename from 7556/data/test-cases/dba277181f08f079.json rename to 7588/data/test-cases/5872bd9ccdd1e627.json index 9f619147f44..42a78563780 100644 --- a/7556/data/test-cases/dba277181f08f079.json +++ b/7588/data/test-cases/5872bd9ccdd1e627.json @@ -1 +1 @@ -{"uid":"dba277181f08f079","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":1728457490933,"stop":1728457490933,"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":6,"unknown":0,"total":6},"items":[{"uid":"424f7b1a692fdf21","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/424f7b1a692fdf21","status":"passed","time":{"start":1728456439224,"stop":1728456439224,"duration":0}},{"uid":"87b772dbbbcc6913","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/87b772dbbbcc6913","status":"passed","time":{"start":1728456209566,"stop":1728456209566,"duration":0}},{"uid":"3367fd69d04d9932","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/3367fd69d04d9932","status":"passed","time":{"start":1728456126840,"stop":1728456126840,"duration":0}},{"uid":"ca582a76a0bf6771","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/ca582a76a0bf6771","status":"passed","time":{"start":1728455481803,"stop":1728455481803,"duration":0}},{"uid":"88c57a2361ab166c","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/88c57a2361ab166c","status":"passed","time":{"start":1728452438555,"stop":1728452438555,"duration":0}}]},"tags":[]},"source":"dba277181f08f079.json","parameterValues":[]} \ No newline at end of file +{"uid":"5872bd9ccdd1e627","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":1729034640525,"stop":1729034640525,"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":15,"unknown":0,"total":15},"items":[{"uid":"5daa6d370e2f5421","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5daa6d370e2f5421","status":"passed","time":{"start":1729034411425,"stop":1729034411425,"duration":0}},{"uid":"8624b1d61ce25fe5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8624b1d61ce25fe5","status":"passed","time":{"start":1729034327408,"stop":1729034327408,"duration":0}},{"uid":"a6ff28e526f9b6be","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6ff28e526f9b6be","status":"passed","time":{"start":1729034147780,"stop":1729034147781,"duration":1}},{"uid":"e4c77f67cceb0acd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e4c77f67cceb0acd","status":"passed","time":{"start":1729032204830,"stop":1729032204830,"duration":0}},{"uid":"a751c8e1ed266da3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a751c8e1ed266da3","status":"passed","time":{"start":1728901907713,"stop":1728901907714,"duration":1}},{"uid":"27e779fd55abca30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/27e779fd55abca30","status":"passed","time":{"start":1728893341890,"stop":1728893341890,"duration":0}},{"uid":"fabb64f4e62d12fc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fabb64f4e62d12fc","status":"passed","time":{"start":1728856299382,"stop":1728856299383,"duration":1}},{"uid":"4625339536483730","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4625339536483730","status":"passed","time":{"start":1728738511619,"stop":1728738511619,"duration":0}},{"uid":"517a3666618ae98d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/517a3666618ae98d","status":"passed","time":{"start":1728683052913,"stop":1728683052913,"duration":0}},{"uid":"2c1627206de1a9ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2c1627206de1a9ae","status":"passed","time":{"start":1728682612912,"stop":1728682612913,"duration":1}},{"uid":"3b8178109b93e919","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3b8178109b93e919","status":"passed","time":{"start":1728677115748,"stop":1728677115748,"duration":0}},{"uid":"9733888e0ad0f26a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9733888e0ad0f26a","status":"passed","time":{"start":1728669778176,"stop":1728669778177,"duration":1}},{"uid":"1320d6dab5a7a1f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1320d6dab5a7a1f3","status":"passed","time":{"start":1728598175434,"stop":1728598175435,"duration":1}},{"uid":"4cef2265ec202add","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4cef2265ec202add","status":"passed","time":{"start":1728597380064,"stop":1728597380064,"duration":0}}]},"tags":[]},"source":"5872bd9ccdd1e627.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/587ce724ed479e0.json b/7588/data/test-cases/587ce724ed479e0.json new file mode 100644 index 00000000000..368bcee22eb --- /dev/null +++ b/7588/data/test-cases/587ce724ed479e0.json @@ -0,0 +1 @@ +{"uid":"587ce724ed479e0","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":1729034356195,"stop":1729034356195,"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":15,"unknown":0,"total":15},"items":[{"uid":"25b872820ffa35a4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/25b872820ffa35a4","status":"passed","time":{"start":1729034120193,"stop":1729034120195,"duration":2}},{"uid":"ac3f89cfe7b66928","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ac3f89cfe7b66928","status":"passed","time":{"start":1729034043327,"stop":1729034043327,"duration":0}},{"uid":"8453cc9db3e58bf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8453cc9db3e58bf","status":"passed","time":{"start":1729033858030,"stop":1729033858031,"duration":1}},{"uid":"497e5f4669f1bfde","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/497e5f4669f1bfde","status":"passed","time":{"start":1729031908099,"stop":1729031908099,"duration":0}},{"uid":"d85a8b8fd6864c3f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d85a8b8fd6864c3f","status":"passed","time":{"start":1728901453393,"stop":1728901453393,"duration":0}},{"uid":"8a07e26caf7a8bee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8a07e26caf7a8bee","status":"passed","time":{"start":1728892884023,"stop":1728892884023,"duration":0}},{"uid":"8055ec2c6ff19640","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8055ec2c6ff19640","status":"passed","time":{"start":1728855846492,"stop":1728855846493,"duration":1}},{"uid":"e36cd8225234960a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e36cd8225234960a","status":"passed","time":{"start":1728738063722,"stop":1728738063722,"duration":0}},{"uid":"373307b3186282a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/373307b3186282a8","status":"passed","time":{"start":1728682597443,"stop":1728682597444,"duration":1}},{"uid":"df4d6649e093838d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/df4d6649e093838d","status":"passed","time":{"start":1728682170236,"stop":1728682170236,"duration":0}},{"uid":"ecf8b846bf00b42d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ecf8b846bf00b42d","status":"passed","time":{"start":1728676645010,"stop":1728676645010,"duration":0}},{"uid":"235d0f19afe573a9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/235d0f19afe573a9","status":"passed","time":{"start":1728669367791,"stop":1728669367791,"duration":0}},{"uid":"5efc71d0fab075db","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5efc71d0fab075db","status":"passed","time":{"start":1728597708643,"stop":1728597708643,"duration":0}},{"uid":"31049b047c07f0d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/31049b047c07f0d1","status":"passed","time":{"start":1728596927931,"stop":1728596927931,"duration":0}}]},"tags":[]},"source":"587ce724ed479e0.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/f97dbe07145aedf6.json b/7588/data/test-cases/58979c1ce32463b8.json similarity index 85% rename from 7556/data/test-cases/f97dbe07145aedf6.json rename to 7588/data/test-cases/58979c1ce32463b8.json index 63f929ac3ad..13cc8ae7d87 100644 --- a/7556/data/test-cases/f97dbe07145aedf6.json +++ b/7588/data/test-cases/58979c1ce32463b8.json @@ -1 +1 @@ -{"uid":"f97dbe07145aedf6","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":1728457537121,"stop":1728457537121,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"4e7e626589445324","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/4e7e626589445324","status":"passed","time":{"start":1728456499091,"stop":1728456499091,"duration":0}},{"uid":"9e955f86f77af3aa","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/9e955f86f77af3aa","status":"passed","time":{"start":1728456215070,"stop":1728456215070,"duration":0}},{"uid":"8d77cd9c49f002d2","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/8d77cd9c49f002d2","status":"passed","time":{"start":1728456167124,"stop":1728456167124,"duration":0}},{"uid":"318d8c7df7c93024","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/318d8c7df7c93024","status":"passed","time":{"start":1728455518178,"stop":1728455518179,"duration":1}},{"uid":"e542051eefd0d196","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/e542051eefd0d196","status":"passed","time":{"start":1728452534860,"stop":1728452534862,"duration":2}}]},"tags":[]},"source":"f97dbe07145aedf6.json","parameterValues":[]} \ No newline at end of file +{"uid":"58979c1ce32463b8","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":1729034704490,"stop":1729034704491,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"da853832149f6019","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/da853832149f6019","status":"passed","time":{"start":1729034474979,"stop":1729034474979,"duration":0}},{"uid":"ebb2c3f5089ced83","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ebb2c3f5089ced83","status":"passed","time":{"start":1729034395286,"stop":1729034395287,"duration":1}},{"uid":"2c77ccf3c7cbf0ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2c77ccf3c7cbf0ef","status":"passed","time":{"start":1729034209089,"stop":1729034209089,"duration":0}},{"uid":"20e0b6e9f29dbe3d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/20e0b6e9f29dbe3d","status":"passed","time":{"start":1729032264559,"stop":1729032264559,"duration":0}},{"uid":"e6ef401f7f1bd993","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e6ef401f7f1bd993","status":"passed","time":{"start":1728902012832,"stop":1728902012833,"duration":1}},{"uid":"297b9c9a1145e66c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/297b9c9a1145e66c","status":"passed","time":{"start":1728893454806,"stop":1728893454807,"duration":1}},{"uid":"7cd939ecbc3eb457","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7cd939ecbc3eb457","status":"passed","time":{"start":1728856408448,"stop":1728856408448,"duration":0}},{"uid":"70deaa0ded942628","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/70deaa0ded942628","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"ec3547b465d63409","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec3547b465d63409","status":"passed","time":{"start":1728683159734,"stop":1728683159736,"duration":2}},{"uid":"a1285eef22aff539","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a1285eef22aff539","status":"passed","time":{"start":1728682751324,"stop":1728682751324,"duration":0}},{"uid":"b98fe4afbc2b5a25","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b98fe4afbc2b5a25","status":"passed","time":{"start":1728677216351,"stop":1728677216351,"duration":0}},{"uid":"8a2d66ad2769a882","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8a2d66ad2769a882","status":"passed","time":{"start":1728669925448,"stop":1728669925449,"duration":1}},{"uid":"e80f11128c28e2ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e80f11128c28e2ab","status":"passed","time":{"start":1728598268797,"stop":1728598268797,"duration":0}},{"uid":"c50e441930c8450e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c50e441930c8450e","status":"passed","time":{"start":1728597503900,"stop":1728597503901,"duration":1}}]},"tags":[]},"source":"58979c1ce32463b8.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/cb96d0c88d820362.json b/7588/data/test-cases/58b73bceccb8c6f5.json similarity index 88% rename from 7556/data/test-cases/cb96d0c88d820362.json rename to 7588/data/test-cases/58b73bceccb8c6f5.json index 56ca9621fa1..d0ff5bd87dc 100644 --- a/7556/data/test-cases/cb96d0c88d820362.json +++ b/7588/data/test-cases/58b73bceccb8c6f5.json @@ -1 +1 @@ -{"uid":"cb96d0c88d820362","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":1728457473527,"stop":1728457473528,"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":6,"unknown":0,"total":6},"items":[{"uid":"63318f4b184fdabe","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/63318f4b184fdabe","status":"passed","time":{"start":1728456428376,"stop":1728456428376,"duration":0}},{"uid":"5ca01881b81ee5c1","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/5ca01881b81ee5c1","status":"passed","time":{"start":1728456157804,"stop":1728456157804,"duration":0}},{"uid":"482c19e9e8463028","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/482c19e9e8463028","status":"passed","time":{"start":1728456063543,"stop":1728456063543,"duration":0}},{"uid":"a0004442919946f4","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a0004442919946f4","status":"passed","time":{"start":1728455422540,"stop":1728455422540,"duration":0}},{"uid":"cef379cc2822e74e","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/cef379cc2822e74e","status":"passed","time":{"start":1728452417661,"stop":1728452417662,"duration":1}}]},"tags":[]},"source":"cb96d0c88d820362.json","parameterValues":[]} \ No newline at end of file +{"uid":"58b73bceccb8c6f5","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":1729034617764,"stop":1729034617764,"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":15,"unknown":0,"total":15},"items":[{"uid":"51d1ebe3aa9bd208","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/51d1ebe3aa9bd208","status":"passed","time":{"start":1729034370885,"stop":1729034370886,"duration":1}},{"uid":"760782a3a0005a6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/760782a3a0005a6b","status":"passed","time":{"start":1729034308880,"stop":1729034308881,"duration":1}},{"uid":"567230e92eefcc88","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/567230e92eefcc88","status":"passed","time":{"start":1729034129477,"stop":1729034129477,"duration":0}},{"uid":"4450c34f846205b5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4450c34f846205b5","status":"passed","time":{"start":1729032178370,"stop":1729032178371,"duration":1}},{"uid":"ac947c06bd7a474c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac947c06bd7a474c","status":"passed","time":{"start":1728901896350,"stop":1728901896350,"duration":0}},{"uid":"fe2d7add8dfe83f5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fe2d7add8dfe83f5","status":"passed","time":{"start":1728893329028,"stop":1728893329029,"duration":1}},{"uid":"c65575cfa2070eac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c65575cfa2070eac","status":"passed","time":{"start":1728856284767,"stop":1728856284767,"duration":0}},{"uid":"5a7d50c32267322e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a7d50c32267322e","status":"passed","time":{"start":1728738494944,"stop":1728738494945,"duration":1}},{"uid":"706f078633c9124e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/706f078633c9124e","status":"passed","time":{"start":1728683033634,"stop":1728683033635,"duration":1}},{"uid":"9d6abea6f48620f7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9d6abea6f48620f7","status":"passed","time":{"start":1728682601739,"stop":1728682601739,"duration":0}},{"uid":"c7d4172a544b746f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c7d4172a544b746f","status":"passed","time":{"start":1728677107964,"stop":1728677107964,"duration":0}},{"uid":"86d9b2b1f0dac809","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/86d9b2b1f0dac809","status":"passed","time":{"start":1728669764754,"stop":1728669764754,"duration":0}},{"uid":"22f838daaf1b4a43","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22f838daaf1b4a43","status":"passed","time":{"start":1728598157565,"stop":1728598157566,"duration":1}},{"uid":"5b1e52eb0e4e110e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5b1e52eb0e4e110e","status":"passed","time":{"start":1728597369076,"stop":1728597369076,"duration":0}}]},"tags":[]},"source":"58b73bceccb8c6f5.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/58dce2320ab7a30b.json b/7588/data/test-cases/58dce2320ab7a30b.json new file mode 100644 index 00000000000..1c8413e3d94 --- /dev/null +++ b/7588/data/test-cases/58dce2320ab7a30b.json @@ -0,0 +1 @@ +{"uid":"58dce2320ab7a30b","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":1729034332623,"stop":1729034332624,"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":"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":15,"unknown":0,"total":15},"items":[{"uid":"4ba168469778c0e3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ba168469778c0e3","status":"passed","time":{"start":1729034096125,"stop":1729034096125,"duration":0}},{"uid":"3db26cca79f4909b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3db26cca79f4909b","status":"passed","time":{"start":1729034020084,"stop":1729034020084,"duration":0}},{"uid":"ff78e1f7451b786d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff78e1f7451b786d","status":"passed","time":{"start":1729033834376,"stop":1729033834376,"duration":0}},{"uid":"e83605ef5b4a85f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e83605ef5b4a85f","status":"passed","time":{"start":1729031884107,"stop":1729031884107,"duration":0}},{"uid":"3dc5d3cf72a444e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3dc5d3cf72a444e2","status":"passed","time":{"start":1728901430248,"stop":1728901430248,"duration":0}},{"uid":"9f0343859bd9e598","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9f0343859bd9e598","status":"passed","time":{"start":1728892860524,"stop":1728892860524,"duration":0}},{"uid":"9f35140a2ebbe989","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f35140a2ebbe989","status":"passed","time":{"start":1728855823315,"stop":1728855823315,"duration":0}},{"uid":"8a17cd9c66df172c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8a17cd9c66df172c","status":"passed","time":{"start":1728738040584,"stop":1728738040584,"duration":0}},{"uid":"fbb01c1ed2b67fdf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fbb01c1ed2b67fdf","status":"passed","time":{"start":1728682574081,"stop":1728682574081,"duration":0}},{"uid":"8972e50802e08aa7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8972e50802e08aa7","status":"passed","time":{"start":1728682146809,"stop":1728682146809,"duration":0}},{"uid":"127bbe4aa5492ea9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/127bbe4aa5492ea9","status":"passed","time":{"start":1728676621423,"stop":1728676621423,"duration":0}},{"uid":"31138e6be878b3ca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/31138e6be878b3ca","status":"passed","time":{"start":1728669344460,"stop":1728669344460,"duration":0}},{"uid":"334f701b2aca570b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/334f701b2aca570b","status":"passed","time":{"start":1728597685153,"stop":1728597685153,"duration":0}},{"uid":"ae2ff5c68422f04f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ae2ff5c68422f04f","status":"passed","time":{"start":1728596904459,"stop":1728596904459,"duration":0}}]},"tags":[]},"source":"58dce2320ab7a30b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ce6be4e08c961459.json b/7588/data/test-cases/58e2f61f18684d6c.json similarity index 85% rename from 7556/data/test-cases/ce6be4e08c961459.json rename to 7588/data/test-cases/58e2f61f18684d6c.json index 130f2ae5003..6d7f2b1008b 100644 --- a/7556/data/test-cases/ce6be4e08c961459.json +++ b/7588/data/test-cases/58e2f61f18684d6c.json @@ -1 +1 @@ -{"uid":"ce6be4e08c961459","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":1728457537146,"stop":1728457537153,"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":6,"unknown":0,"total":6},"items":[{"uid":"be590e2528bff69e","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/be590e2528bff69e","status":"passed","time":{"start":1728456499116,"stop":1728456499116,"duration":0}},{"uid":"7d77435b3a2acf90","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/7d77435b3a2acf90","status":"passed","time":{"start":1728456215113,"stop":1728456215114,"duration":1}},{"uid":"598842fd0a6eb7dd","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/598842fd0a6eb7dd","status":"passed","time":{"start":1728456167156,"stop":1728456167156,"duration":0}},{"uid":"2d6a13fccffd6686","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/2d6a13fccffd6686","status":"passed","time":{"start":1728455518211,"stop":1728455518212,"duration":1}},{"uid":"36ee6d10bcfbe9f2","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/36ee6d10bcfbe9f2","status":"passed","time":{"start":1728452534897,"stop":1728452534897,"duration":0}}]},"tags":[]},"source":"ce6be4e08c961459.json","parameterValues":[]} \ No newline at end of file +{"uid":"58e2f61f18684d6c","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":1729034704508,"stop":1729034704509,"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":15,"unknown":0,"total":15},"items":[{"uid":"9e17846362db32b0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9e17846362db32b0","status":"passed","time":{"start":1729034475014,"stop":1729034475014,"duration":0}},{"uid":"395d2668b5f7b475","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/395d2668b5f7b475","status":"passed","time":{"start":1729034395303,"stop":1729034395303,"duration":0}},{"uid":"4a068d3f925a4043","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4a068d3f925a4043","status":"passed","time":{"start":1729034209128,"stop":1729034209128,"duration":0}},{"uid":"2718a4f44e6b098c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2718a4f44e6b098c","status":"passed","time":{"start":1729032264601,"stop":1729032264601,"duration":0}},{"uid":"e16b1ab9dee07454","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e16b1ab9dee07454","status":"passed","time":{"start":1728902012891,"stop":1728902012891,"duration":0}},{"uid":"773e358fb7cc7bc7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/773e358fb7cc7bc7","status":"passed","time":{"start":1728893454825,"stop":1728893454825,"duration":0}},{"uid":"f36f26c660ccbf16","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f36f26c660ccbf16","status":"passed","time":{"start":1728856408468,"stop":1728856408469,"duration":1}},{"uid":"b0c4b2644e4c74df","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b0c4b2644e4c74df","status":"passed","time":{"start":1728738633875,"stop":1728738633875,"duration":0}},{"uid":"abb59f703b9e3f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/abb59f703b9e3f4","status":"passed","time":{"start":1728683159826,"stop":1728683159827,"duration":1}},{"uid":"968d575757b8eb55","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/968d575757b8eb55","status":"passed","time":{"start":1728682751347,"stop":1728682751347,"duration":0}},{"uid":"db6edbfea98e5bc3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/db6edbfea98e5bc3","status":"passed","time":{"start":1728677216378,"stop":1728677216379,"duration":1}},{"uid":"ca3fec290c2cd8f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca3fec290c2cd8f0","status":"passed","time":{"start":1728669925468,"stop":1728669925468,"duration":0}},{"uid":"8bdb2bb4a045bc5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bdb2bb4a045bc5","status":"passed","time":{"start":1728598268821,"stop":1728598268821,"duration":0}},{"uid":"cbf851e3bfccefdb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbf851e3bfccefdb","status":"passed","time":{"start":1728597503953,"stop":1728597503954,"duration":1}}]},"tags":[]},"source":"58e2f61f18684d6c.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/591cc537101be78.json b/7588/data/test-cases/591cc537101be78.json new file mode 100644 index 00000000000..f9193dd9e54 --- /dev/null +++ b/7588/data/test-cases/591cc537101be78.json @@ -0,0 +1 @@ +{"uid":"591cc537101be78","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":1729034398720,"stop":1729034398721,"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":15,"unknown":0,"total":15},"items":[{"uid":"a5d37ca294f3d461","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a5d37ca294f3d461","status":"passed","time":{"start":1729034163592,"stop":1729034163593,"duration":1}},{"uid":"8b54e417ca44dc9d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8b54e417ca44dc9d","status":"passed","time":{"start":1729034085356,"stop":1729034085357,"duration":1}},{"uid":"67068f3dd6f6f81d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67068f3dd6f6f81d","status":"passed","time":{"start":1729033899383,"stop":1729033899384,"duration":1}},{"uid":"22abb782a7f5cb72","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22abb782a7f5cb72","status":"passed","time":{"start":1729031949749,"stop":1729031949751,"duration":2}},{"uid":"7dd9309cbcdbfa38","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7dd9309cbcdbfa38","status":"passed","time":{"start":1728901497250,"stop":1728901497250,"duration":0}},{"uid":"3f9de7e61e8224a7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3f9de7e61e8224a7","status":"passed","time":{"start":1728892931615,"stop":1728892931615,"duration":0}},{"uid":"294106fbc86c7c1e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/294106fbc86c7c1e","status":"passed","time":{"start":1728855891085,"stop":1728855891085,"duration":0}},{"uid":"d2ad621d2ee5e6c1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d2ad621d2ee5e6c1","status":"passed","time":{"start":1728738108305,"stop":1728738108306,"duration":1}},{"uid":"664b96abe686a45e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/664b96abe686a45e","status":"passed","time":{"start":1728682642731,"stop":1728682642732,"duration":1}},{"uid":"72d4ad8141a7a974","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/72d4ad8141a7a974","status":"passed","time":{"start":1728682214717,"stop":1728682214717,"duration":0}},{"uid":"dda84f2aff8bf7be","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dda84f2aff8bf7be","status":"passed","time":{"start":1728676692178,"stop":1728676692178,"duration":0}},{"uid":"83b391524ed0960a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83b391524ed0960a","status":"passed","time":{"start":1728669416672,"stop":1728669416673,"duration":1}},{"uid":"7f2e5d090dfcef58","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7f2e5d090dfcef58","status":"passed","time":{"start":1728597754024,"stop":1728597754024,"duration":0}},{"uid":"f0c22fede750cceb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c22fede750cceb","status":"passed","time":{"start":1728596972641,"stop":1728596972641,"duration":0}}]},"tags":[]},"source":"591cc537101be78.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/fc70be203981a8f5.json b/7588/data/test-cases/592e8445751318e0.json similarity index 81% rename from 7556/data/test-cases/fc70be203981a8f5.json rename to 7588/data/test-cases/592e8445751318e0.json index ea7462696d4..6847680a273 100644 --- a/7556/data/test-cases/fc70be203981a8f5.json +++ b/7588/data/test-cases/592e8445751318e0.json @@ -1 +1 @@ -{"uid":"fc70be203981a8f5","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":1728457322436,"stop":1728457322436,"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":6,"unknown":0,"total":6},"items":[{"uid":"496b31f1e5af916c","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/496b31f1e5af916c","status":"passed","time":{"start":1728456287240,"stop":1728456287240,"duration":0}},{"uid":"ea9baa7aceeb9a6d","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ea9baa7aceeb9a6d","status":"passed","time":{"start":1728455980766,"stop":1728455980767,"duration":1}},{"uid":"3f3644b1d71c2b7f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/3f3644b1d71c2b7f","status":"passed","time":{"start":1728455789245,"stop":1728455789245,"duration":0}},{"uid":"edb7bc6c331b497","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/edb7bc6c331b497","status":"passed","time":{"start":1728455146554,"stop":1728455146555,"duration":1}},{"uid":"7c1c7af26fc341f6","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/7c1c7af26fc341f6","status":"passed","time":{"start":1728452163135,"stop":1728452163135,"duration":0}}]},"tags":[]},"source":"fc70be203981a8f5.json","parameterValues":[]} \ No newline at end of file +{"uid":"592e8445751318e0","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":1729034506804,"stop":1729034506804,"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":15,"unknown":0,"total":15},"items":[{"uid":"ac2a5ec920befd2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ac2a5ec920befd2","status":"passed","time":{"start":1729034259829,"stop":1729034259830,"duration":1}},{"uid":"642ec19ac4c94d06","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/642ec19ac4c94d06","status":"passed","time":{"start":1729034194034,"stop":1729034194035,"duration":1}},{"uid":"ff8311727550462d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff8311727550462d","status":"passed","time":{"start":1729034014881,"stop":1729034014882,"duration":1}},{"uid":"c77312961d2c6530","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c77312961d2c6530","status":"passed","time":{"start":1729032065460,"stop":1729032065461,"duration":1}},{"uid":"ccc9fa702434d087","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ccc9fa702434d087","status":"passed","time":{"start":1728901664284,"stop":1728901664285,"duration":1}},{"uid":"ea0b6ee9362e04e2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ea0b6ee9362e04e2","status":"passed","time":{"start":1728893093695,"stop":1728893093695,"duration":0}},{"uid":"bde41eb83738393e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bde41eb83738393e","status":"passed","time":{"start":1728856055276,"stop":1728856055277,"duration":1}},{"uid":"1281944cb23234e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1281944cb23234e6","status":"passed","time":{"start":1728738274748,"stop":1728738274748,"duration":0}},{"uid":"accb9c302ac1694f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/accb9c302ac1694f","status":"passed","time":{"start":1728682807963,"stop":1728682807963,"duration":0}},{"uid":"c7a6d93371f783c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7a6d93371f783c0","status":"passed","time":{"start":1728682381291,"stop":1728682381300,"duration":9}},{"uid":"bb4f0f90dae5fede","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bb4f0f90dae5fede","status":"passed","time":{"start":1728676853904,"stop":1728676853904,"duration":0}},{"uid":"17d1fd25c39ed121","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/17d1fd25c39ed121","status":"passed","time":{"start":1728669581701,"stop":1728669581702,"duration":1}},{"uid":"7c354a3fcc1491bc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c354a3fcc1491bc","status":"passed","time":{"start":1728597923495,"stop":1728597923495,"duration":0}},{"uid":"954757426092f967","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/954757426092f967","status":"passed","time":{"start":1728597132267,"stop":1728597132267,"duration":0}}]},"tags":[]},"source":"592e8445751318e0.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/f3d7c3a9188ad8ce.json b/7588/data/test-cases/593823e34cb8014e.json similarity index 85% rename from 7556/data/test-cases/f3d7c3a9188ad8ce.json rename to 7588/data/test-cases/593823e34cb8014e.json index b2bfd3bea1a..8bd89b34ed6 100644 --- a/7556/data/test-cases/f3d7c3a9188ad8ce.json +++ b/7588/data/test-cases/593823e34cb8014e.json @@ -1 +1 @@ -{"uid":"f3d7c3a9188ad8ce","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":1728457537122,"stop":1728457537122,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"e9f49624b643c5ce","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e9f49624b643c5ce","status":"passed","time":{"start":1728456499091,"stop":1728456499091,"duration":0}},{"uid":"9f8ea96bd03f6091","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/9f8ea96bd03f6091","status":"passed","time":{"start":1728456215070,"stop":1728456215070,"duration":0}},{"uid":"ee6310a6d8540cc1","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/ee6310a6d8540cc1","status":"passed","time":{"start":1728456167124,"stop":1728456167125,"duration":1}},{"uid":"9149a3410fc5e638","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/9149a3410fc5e638","status":"passed","time":{"start":1728455518179,"stop":1728455518179,"duration":0}},{"uid":"dcfd953df2d5f151","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/dcfd953df2d5f151","status":"passed","time":{"start":1728452534863,"stop":1728452534868,"duration":5}}]},"tags":[]},"source":"f3d7c3a9188ad8ce.json","parameterValues":[]} \ No newline at end of file +{"uid":"593823e34cb8014e","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":1729034704491,"stop":1729034704491,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"9bfd56d9bcf96c2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9bfd56d9bcf96c2","status":"passed","time":{"start":1729034474979,"stop":1729034474979,"duration":0}},{"uid":"f90aeb545cb13589","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f90aeb545cb13589","status":"passed","time":{"start":1729034395287,"stop":1729034395287,"duration":0}},{"uid":"28df5307083bf705","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/28df5307083bf705","status":"passed","time":{"start":1729034209089,"stop":1729034209089,"duration":0}},{"uid":"c51a07de84a6ee5a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c51a07de84a6ee5a","status":"passed","time":{"start":1729032264559,"stop":1729032264559,"duration":0}},{"uid":"7b54945f480210f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7b54945f480210f7","status":"passed","time":{"start":1728902012833,"stop":1728902012833,"duration":0}},{"uid":"b635e24d8e4eb481","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b635e24d8e4eb481","status":"passed","time":{"start":1728893454807,"stop":1728893454807,"duration":0}},{"uid":"134dd86625004f8c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/134dd86625004f8c","status":"passed","time":{"start":1728856408448,"stop":1728856408448,"duration":0}},{"uid":"9444fbd99a80d67a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9444fbd99a80d67a","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"faaeae4c5d21ab03","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/faaeae4c5d21ab03","status":"passed","time":{"start":1728683159736,"stop":1728683159746,"duration":10}},{"uid":"4ba3b37bd2b26938","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4ba3b37bd2b26938","status":"passed","time":{"start":1728682751324,"stop":1728682751325,"duration":1}},{"uid":"d93008c11d5abf17","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d93008c11d5abf17","status":"passed","time":{"start":1728677216351,"stop":1728677216351,"duration":0}},{"uid":"57e404bc5e9bee8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/57e404bc5e9bee8","status":"passed","time":{"start":1728669925449,"stop":1728669925449,"duration":0}},{"uid":"17d15dfb67caba25","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/17d15dfb67caba25","status":"passed","time":{"start":1728598268797,"stop":1728598268797,"duration":0}},{"uid":"b450fb920abbec73","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b450fb920abbec73","status":"passed","time":{"start":1728597503901,"stop":1728597503908,"duration":7}}]},"tags":[]},"source":"593823e34cb8014e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/528967278c44fc1f.json b/7588/data/test-cases/59c58b38ba8fac2d.json similarity index 81% rename from 7556/data/test-cases/528967278c44fc1f.json rename to 7588/data/test-cases/59c58b38ba8fac2d.json index 9365a964290..761dd3ef679 100644 --- a/7556/data/test-cases/528967278c44fc1f.json +++ b/7588/data/test-cases/59c58b38ba8fac2d.json @@ -1 +1 @@ -{"uid":"528967278c44fc1f","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":1728457322392,"stop":1728457322393,"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":6,"unknown":0,"total":6},"items":[{"uid":"a08e370eda9a4810","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a08e370eda9a4810","status":"passed","time":{"start":1728456287204,"stop":1728456287205,"duration":1}},{"uid":"cce03be25da58a9b","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/cce03be25da58a9b","status":"passed","time":{"start":1728455980741,"stop":1728455980742,"duration":1}},{"uid":"b662c8fa3a36b8c6","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b662c8fa3a36b8c6","status":"passed","time":{"start":1728455789229,"stop":1728455789231,"duration":2}},{"uid":"fd44ef9b3a56527f","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/fd44ef9b3a56527f","status":"passed","time":{"start":1728455146544,"stop":1728455146544,"duration":0}},{"uid":"193168fdd64b5049","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/193168fdd64b5049","status":"passed","time":{"start":1728452163120,"stop":1728452163120,"duration":0}}]},"tags":[]},"source":"528967278c44fc1f.json","parameterValues":[]} \ No newline at end of file +{"uid":"59c58b38ba8fac2d","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":1729034506785,"stop":1729034506786,"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":15,"unknown":0,"total":15},"items":[{"uid":"3ea15838692a640b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3ea15838692a640b","status":"passed","time":{"start":1729034259807,"stop":1729034259807,"duration":0}},{"uid":"5731c964d274aeb4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5731c964d274aeb4","status":"passed","time":{"start":1729034194001,"stop":1729034194001,"duration":0}},{"uid":"12983133b0db12d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/12983133b0db12d0","status":"passed","time":{"start":1729034014832,"stop":1729034014833,"duration":1}},{"uid":"464a4b97ad26b58f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/464a4b97ad26b58f","status":"passed","time":{"start":1729032065423,"stop":1729032065433,"duration":10}},{"uid":"bc71751d0a2138a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc71751d0a2138a9","status":"passed","time":{"start":1728901664234,"stop":1728901664234,"duration":0}},{"uid":"6a9b000fb7b13e21","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6a9b000fb7b13e21","status":"passed","time":{"start":1728893093680,"stop":1728893093680,"duration":0}},{"uid":"eeb5082e5cbea1b8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/eeb5082e5cbea1b8","status":"passed","time":{"start":1728856055262,"stop":1728856055262,"duration":0}},{"uid":"cfe47b95767cb3d3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cfe47b95767cb3d3","status":"passed","time":{"start":1728738274738,"stop":1728738274739,"duration":1}},{"uid":"9b927d4ab75655f2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9b927d4ab75655f2","status":"passed","time":{"start":1728682807947,"stop":1728682807948,"duration":1}},{"uid":"702a7e1621e9e27c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/702a7e1621e9e27c","status":"passed","time":{"start":1728682381279,"stop":1728682381279,"duration":0}},{"uid":"adce92ebccd25498","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/adce92ebccd25498","status":"passed","time":{"start":1728676853892,"stop":1728676853892,"duration":0}},{"uid":"ca11745d2ecfa7e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca11745d2ecfa7e2","status":"passed","time":{"start":1728669581681,"stop":1728669581682,"duration":1}},{"uid":"902fcff74b6a31ad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/902fcff74b6a31ad","status":"passed","time":{"start":1728597923459,"stop":1728597923461,"duration":2}},{"uid":"7b7f75cec60c9158","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b7f75cec60c9158","status":"passed","time":{"start":1728597132257,"stop":1728597132258,"duration":1}}]},"tags":[]},"source":"59c58b38ba8fac2d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/95959c78a7594d2e.json b/7588/data/test-cases/59d96e9a94dd2bf1.json similarity index 68% rename from 7556/data/test-cases/95959c78a7594d2e.json rename to 7588/data/test-cases/59d96e9a94dd2bf1.json index 414fbe05fb8..1b312164c8c 100644 --- a/7556/data/test-cases/95959c78a7594d2e.json +++ b/7588/data/test-cases/59d96e9a94dd2bf1.json @@ -1 +1 @@ -{"uid":"95959c78a7594d2e","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":1728457498413,"stop":1728457498413,"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":6,"unknown":0,"total":6},"items":[{"uid":"7cbf5e7f9c398fcd","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/7cbf5e7f9c398fcd","status":"passed","time":{"start":1728456453425,"stop":1728456453426,"duration":1}},{"uid":"e8cf0df606cfa007","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/e8cf0df606cfa007","status":"passed","time":{"start":1728456219585,"stop":1728456219585,"duration":0}},{"uid":"d281001aa0f269c3","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/d281001aa0f269c3","status":"passed","time":{"start":1728456142727,"stop":1728456142727,"duration":0}},{"uid":"f2afc8a40f3297a0","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f2afc8a40f3297a0","status":"passed","time":{"start":1728455503657,"stop":1728455503658,"duration":1}},{"uid":"52f9e8e185a65dfb","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/52f9e8e185a65dfb","status":"passed","time":{"start":1728452472490,"stop":1728452472490,"duration":0}}]},"tags":[]},"source":"95959c78a7594d2e.json","parameterValues":[]} \ No newline at end of file +{"uid":"59d96e9a94dd2bf1","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":1729034655444,"stop":1729034655444,"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":15,"unknown":0,"total":15},"items":[{"uid":"28958f5498aa6541","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/28958f5498aa6541","status":"passed","time":{"start":1729034425378,"stop":1729034425379,"duration":1}},{"uid":"33d7ca1d3879e79a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/33d7ca1d3879e79a","status":"passed","time":{"start":1729034346110,"stop":1729034346113,"duration":3}},{"uid":"2d50f32c7ebe81e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d50f32c7ebe81e8","status":"passed","time":{"start":1729034162416,"stop":1729034162417,"duration":1}},{"uid":"543a2cf8f078577f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/543a2cf8f078577f","status":"passed","time":{"start":1729032197327,"stop":1729032197335,"duration":8}},{"uid":"7318e686615ded76","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7318e686615ded76","status":"passed","time":{"start":1728901899717,"stop":1728901899717,"duration":0}},{"uid":"7e5d87869dd7f4d5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7e5d87869dd7f4d5","status":"passed","time":{"start":1728893334924,"stop":1728893334925,"duration":1}},{"uid":"cbb4f16635d00c87","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cbb4f16635d00c87","status":"passed","time":{"start":1728856288028,"stop":1728856288029,"duration":1}},{"uid":"c5eabdb3a6fafaa8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5eabdb3a6fafaa8","status":"passed","time":{"start":1728738501691,"stop":1728738501691,"duration":0}},{"uid":"41f39c02a24fc25f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/41f39c02a24fc25f","status":"passed","time":{"start":1728683044490,"stop":1728683044490,"duration":0}},{"uid":"b5b0fa1f72a2580e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b5b0fa1f72a2580e","status":"passed","time":{"start":1728682619635,"stop":1728682619636,"duration":1}},{"uid":"f540bcbad78e7ac8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f540bcbad78e7ac8","status":"passed","time":{"start":1728677104188,"stop":1728677104190,"duration":2}},{"uid":"17e63a03981b3d38","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/17e63a03981b3d38","status":"passed","time":{"start":1728669759889,"stop":1728669759889,"duration":0}},{"uid":"c264710e17885d48","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c264710e17885d48","status":"passed","time":{"start":1728598164493,"stop":1728598164493,"duration":0}},{"uid":"ef948e1dce96d211","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ef948e1dce96d211","status":"passed","time":{"start":1728597385270,"stop":1728597385270,"duration":0}}]},"tags":[]},"source":"59d96e9a94dd2bf1.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/59dbfdf131c55b84.json b/7588/data/test-cases/59dbfdf131c55b84.json new file mode 100644 index 00000000000..eeaf6b6179e --- /dev/null +++ b/7588/data/test-cases/59dbfdf131c55b84.json @@ -0,0 +1 @@ +{"uid":"59dbfdf131c55b84","name":"throws on empty content topic","fullName":"/src/common/sharding/index.spec.ts: ensureValidContentTopic > throws on empty content topic","historyId":"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034332607,"stop":1729034332607,"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":15,"unknown":0,"total":15},"items":[{"uid":"a17e25e96dd5b17e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a17e25e96dd5b17e","status":"passed","time":{"start":1729034096108,"stop":1729034096108,"duration":0}},{"uid":"36edde8c9b3e41d4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/36edde8c9b3e41d4","status":"passed","time":{"start":1729034020071,"stop":1729034020071,"duration":0}},{"uid":"2723446b84e40557","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2723446b84e40557","status":"passed","time":{"start":1729033834359,"stop":1729033834360,"duration":1}},{"uid":"2223e6a435570ea3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2223e6a435570ea3","status":"passed","time":{"start":1729031884086,"stop":1729031884087,"duration":1}},{"uid":"242d435f6d5216c4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/242d435f6d5216c4","status":"passed","time":{"start":1728901430241,"stop":1728901430241,"duration":0}},{"uid":"6be831a1ffdd4865","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6be831a1ffdd4865","status":"passed","time":{"start":1728892860515,"stop":1728892860516,"duration":1}},{"uid":"b78d633706133ddc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b78d633706133ddc","status":"passed","time":{"start":1728855823306,"stop":1728855823306,"duration":0}},{"uid":"cb20b8c97ea3d3eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb20b8c97ea3d3eb","status":"passed","time":{"start":1728738040568,"stop":1728738040568,"duration":0}},{"uid":"4baa9013df4bea99","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4baa9013df4bea99","status":"passed","time":{"start":1728682574065,"stop":1728682574066,"duration":1}},{"uid":"455f0e613565834","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/455f0e613565834","status":"passed","time":{"start":1728682146792,"stop":1728682146793,"duration":1}},{"uid":"500e2d51fd2c910e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/500e2d51fd2c910e","status":"passed","time":{"start":1728676621403,"stop":1728676621403,"duration":0}},{"uid":"951dad5a0baadeb9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/951dad5a0baadeb9","status":"passed","time":{"start":1728669344452,"stop":1728669344452,"duration":0}},{"uid":"60fab736078da5ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/60fab736078da5ce","status":"passed","time":{"start":1728597685133,"stop":1728597685134,"duration":1}},{"uid":"baf788f32d90d6f3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/baf788f32d90d6f3","status":"passed","time":{"start":1728596904440,"stop":1728596904440,"duration":0}}]},"tags":[]},"source":"59dbfdf131c55b84.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/fab3368d1fc806ed.json b/7588/data/test-cases/59e31a31dd73780f.json similarity index 81% rename from 7556/data/test-cases/fab3368d1fc806ed.json rename to 7588/data/test-cases/59e31a31dd73780f.json index bb3e93ad8bb..abffe099df9 100644 --- a/7556/data/test-cases/fab3368d1fc806ed.json +++ b/7588/data/test-cases/59e31a31dd73780f.json @@ -1 +1 @@ -{"uid":"fab3368d1fc806ed","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":1728457322409,"stop":1728457322409,"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":6,"unknown":0,"total":6},"items":[{"uid":"9f4bd2a05ff05025","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/9f4bd2a05ff05025","status":"passed","time":{"start":1728456287230,"stop":1728456287231,"duration":1}},{"uid":"c227f15f5525dd7a","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/c227f15f5525dd7a","status":"passed","time":{"start":1728455980758,"stop":1728455980758,"duration":0}},{"uid":"690f323129720e2d","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/690f323129720e2d","status":"passed","time":{"start":1728455789239,"stop":1728455789239,"duration":0}},{"uid":"37b93bcc0c15f146","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/37b93bcc0c15f146","status":"passed","time":{"start":1728455146548,"stop":1728455146548,"duration":0}},{"uid":"4140810bfb5079c9","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/4140810bfb5079c9","status":"passed","time":{"start":1728452163123,"stop":1728452163124,"duration":1}}]},"tags":[]},"source":"fab3368d1fc806ed.json","parameterValues":[]} \ No newline at end of file +{"uid":"59e31a31dd73780f","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":1729034506790,"stop":1729034506790,"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":15,"unknown":0,"total":15},"items":[{"uid":"4fd2b269ea5ba7f3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4fd2b269ea5ba7f3","status":"passed","time":{"start":1729034259814,"stop":1729034259815,"duration":1}},{"uid":"6e1af02946b500ba","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6e1af02946b500ba","status":"passed","time":{"start":1729034194007,"stop":1729034194007,"duration":0}},{"uid":"9b934de0a8b07a14","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9b934de0a8b07a14","status":"passed","time":{"start":1729034014863,"stop":1729034014864,"duration":1}},{"uid":"7dc28d3732532e3e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7dc28d3732532e3e","status":"passed","time":{"start":1729032065447,"stop":1729032065447,"duration":0}},{"uid":"de96a1b2aa87d126","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/de96a1b2aa87d126","status":"passed","time":{"start":1728901664250,"stop":1728901664251,"duration":1}},{"uid":"40e74d7ba2ac4390","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/40e74d7ba2ac4390","status":"passed","time":{"start":1728893093689,"stop":1728893093690,"duration":1}},{"uid":"44ec1f1b22e753e3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/44ec1f1b22e753e3","status":"passed","time":{"start":1728856055270,"stop":1728856055270,"duration":0}},{"uid":"fc1894526f020bb1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fc1894526f020bb1","status":"passed","time":{"start":1728738274742,"stop":1728738274742,"duration":0}},{"uid":"6f7cd60f9b14282b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6f7cd60f9b14282b","status":"passed","time":{"start":1728682807954,"stop":1728682807955,"duration":1}},{"uid":"84481f71f3a1732b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/84481f71f3a1732b","status":"passed","time":{"start":1728682381282,"stop":1728682381283,"duration":1}},{"uid":"d50925eaf9a63dae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d50925eaf9a63dae","status":"passed","time":{"start":1728676853895,"stop":1728676853896,"duration":1}},{"uid":"2852d2bce5b38d63","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2852d2bce5b38d63","status":"passed","time":{"start":1728669581690,"stop":1728669581692,"duration":2}},{"uid":"626e9e1ac0465bfe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/626e9e1ac0465bfe","status":"passed","time":{"start":1728597923476,"stop":1728597923477,"duration":1}},{"uid":"42e8f24f37e628e4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42e8f24f37e628e4","status":"passed","time":{"start":1728597132261,"stop":1728597132261,"duration":0}}]},"tags":[]},"source":"59e31a31dd73780f.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/5a03517160f4c8a6.json b/7588/data/test-cases/5a03517160f4c8a6.json new file mode 100644 index 00000000000..8a23d4c168f --- /dev/null +++ b/7588/data/test-cases/5a03517160f4c8a6.json @@ -0,0 +1 @@ +{"uid":"5a03517160f4c8a6","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":1729034566435,"stop":1729034566436,"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":15,"unknown":0,"total":15},"items":[{"uid":"5163b29402398d24","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5163b29402398d24","status":"passed","time":{"start":1729034332756,"stop":1729034332756,"duration":0}},{"uid":"7dee296b853c3d62","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7dee296b853c3d62","status":"passed","time":{"start":1729034249939,"stop":1729034249939,"duration":0}},{"uid":"e46866fad503d91a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e46866fad503d91a","status":"passed","time":{"start":1729034067823,"stop":1729034067823,"duration":0}},{"uid":"155332a16b70e550","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/155332a16b70e550","status":"passed","time":{"start":1729032123016,"stop":1729032123017,"duration":1}},{"uid":"46f6dccee16621d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/46f6dccee16621d","status":"passed","time":{"start":1728901787321,"stop":1728901787321,"duration":0}},{"uid":"624993e451945b2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/624993e451945b2b","status":"passed","time":{"start":1728893221705,"stop":1728893221705,"duration":0}},{"uid":"d9597d67fdcb1607","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9597d67fdcb1607","status":"passed","time":{"start":1728856192847,"stop":1728856192847,"duration":0}},{"uid":"83ea28db840cc00f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/83ea28db840cc00f","status":"passed","time":{"start":1728738398374,"stop":1728738398374,"duration":0}},{"uid":"1a0547cefa6b524a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a0547cefa6b524a","status":"passed","time":{"start":1728682944657,"stop":1728682944657,"duration":0}},{"uid":"555c9c9fe55725e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/555c9c9fe55725e","status":"passed","time":{"start":1728682508014,"stop":1728682508014,"duration":0}},{"uid":"46905a7402eebafe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46905a7402eebafe","status":"passed","time":{"start":1728676995800,"stop":1728676995800,"duration":0}},{"uid":"d0fdff1b3652c8fd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d0fdff1b3652c8fd","status":"passed","time":{"start":1728669666000,"stop":1728669666000,"duration":0}},{"uid":"e165bae77dc4458f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e165bae77dc4458f","status":"passed","time":{"start":1728598056698,"stop":1728598056698,"duration":0}},{"uid":"6b08c898885084d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b08c898885084d2","status":"passed","time":{"start":1728597265386,"stop":1728597265386,"duration":0}}]},"tags":[]},"source":"5a03517160f4c8a6.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/5a15b8a77d0ef4c4.json b/7588/data/test-cases/5a15b8a77d0ef4c4.json new file mode 100644 index 00000000000..5d26ed02c83 --- /dev/null +++ b/7588/data/test-cases/5a15b8a77d0ef4c4.json @@ -0,0 +1 @@ +{"uid":"5a15b8a77d0ef4c4","name":"should retry on failure if specified","fullName":"/src/protocols/light_push/light_push.spec.ts: LightPush SDK > should retry on failure if specified","historyId":"8d1894eb09881f617f426683899e2922:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034372892,"stop":1729034372893,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"LightPush SDK\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"LightPush SDK\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"LightPush SDK\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"LightPush SDK\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.protocols.light_push"},{"name":"parentSuite","value":"LightPush SDK"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":9,"unknown":0,"total":11},"items":[{"uid":"183b7cf5124b216e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/183b7cf5124b216e","status":"passed","time":{"start":1729034137282,"stop":1729034137282,"duration":0}},{"uid":"3bb05b958a26581e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3bb05b958a26581e","status":"passed","time":{"start":1729034060004,"stop":1729034060004,"duration":0}},{"uid":"85e2220f05f5373f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85e2220f05f5373f","status":"passed","time":{"start":1729033875012,"stop":1729033875012,"duration":0}},{"uid":"222ee5822bf2b032","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/222ee5822bf2b032","status":"passed","time":{"start":1729031924809,"stop":1729031924809,"duration":0}},{"uid":"2f163709b79529c8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f163709b79529c8","status":"passed","time":{"start":1728855863301,"stop":1728855863302,"duration":1}},{"uid":"53b8391095f87bd3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/53b8391095f87bd3","status":"passed","time":{"start":1728738080965,"stop":1728738080965,"duration":0}},{"uid":"41afac147fe4cca5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/41afac147fe4cca5","status":"passed","time":{"start":1728682614256,"stop":1728682614256,"duration":0}},{"uid":"c28bbc5110fc2422","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c28bbc5110fc2422","status":"passed","time":{"start":1728682187100,"stop":1728682187101,"duration":1}},{"uid":"3cabcbb65fab1411","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3cabcbb65fab1411","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660885,"stop":1728676660886,"duration":1}},{"uid":"3e4f7bf828e6a8e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3e4f7bf828e6a8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384120,"stop":1728669384120,"duration":0}}]},"tags":[]},"source":"5a15b8a77d0ef4c4.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/4863e87dc69e84e9.json b/7588/data/test-cases/5aa285164372fecc.json similarity index 81% rename from 7556/data/test-cases/4863e87dc69e84e9.json rename to 7588/data/test-cases/5aa285164372fecc.json index d91a06b214e..c8be09b1884 100644 --- a/7556/data/test-cases/4863e87dc69e84e9.json +++ b/7588/data/test-cases/5aa285164372fecc.json @@ -1 +1 @@ -{"uid":"4863e87dc69e84e9","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":1728457322409,"stop":1728457322409,"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":6,"unknown":0,"total":6},"items":[{"uid":"1f5aa0996ba90f6","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/1f5aa0996ba90f6","status":"passed","time":{"start":1728456287222,"stop":1728456287222,"duration":0}},{"uid":"657ff7e7095304b7","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/657ff7e7095304b7","status":"passed","time":{"start":1728455980757,"stop":1728455980758,"duration":1}},{"uid":"61bb4922531efdf1","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/61bb4922531efdf1","status":"passed","time":{"start":1728455789238,"stop":1728455789238,"duration":0}},{"uid":"7d29ab0d5562c101","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/7d29ab0d5562c101","status":"passed","time":{"start":1728455146547,"stop":1728455146548,"duration":1}},{"uid":"21735fab15994d06","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/21735fab15994d06","status":"passed","time":{"start":1728452163123,"stop":1728452163123,"duration":0}}]},"tags":[]},"source":"4863e87dc69e84e9.json","parameterValues":[]} \ No newline at end of file +{"uid":"5aa285164372fecc","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":1729034506790,"stop":1729034506790,"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":15,"unknown":0,"total":15},"items":[{"uid":"27bf87dc6b5ad649","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/27bf87dc6b5ad649","status":"passed","time":{"start":1729034259814,"stop":1729034259814,"duration":0}},{"uid":"17253d75f821a01a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/17253d75f821a01a","status":"passed","time":{"start":1729034194007,"stop":1729034194007,"duration":0}},{"uid":"39628c70a12dea25","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/39628c70a12dea25","status":"passed","time":{"start":1729034014860,"stop":1729034014863,"duration":3}},{"uid":"1d672029e3fa6f00","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1d672029e3fa6f00","status":"passed","time":{"start":1729032065444,"stop":1729032065447,"duration":3}},{"uid":"65df8f2b3bf2845","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65df8f2b3bf2845","status":"passed","time":{"start":1728901664248,"stop":1728901664250,"duration":2}},{"uid":"25ab1642ffd30aa4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25ab1642ffd30aa4","status":"passed","time":{"start":1728893093689,"stop":1728893093689,"duration":0}},{"uid":"f992e0814560d5aa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f992e0814560d5aa","status":"passed","time":{"start":1728856055269,"stop":1728856055270,"duration":1}},{"uid":"fdaa732b5193aab3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fdaa732b5193aab3","status":"passed","time":{"start":1728738274742,"stop":1728738274742,"duration":0}},{"uid":"2f0d4e74258a2b1c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2f0d4e74258a2b1c","status":"passed","time":{"start":1728682807953,"stop":1728682807954,"duration":1}},{"uid":"c9ba0072fd944574","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c9ba0072fd944574","status":"passed","time":{"start":1728682381282,"stop":1728682381282,"duration":0}},{"uid":"18166ac1ab613339","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18166ac1ab613339","status":"passed","time":{"start":1728676853895,"stop":1728676853895,"duration":0}},{"uid":"f750c9d3ca0e2c13","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f750c9d3ca0e2c13","status":"passed","time":{"start":1728669581687,"stop":1728669581689,"duration":2}},{"uid":"5fe10ed28224f06a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5fe10ed28224f06a","status":"passed","time":{"start":1728597923475,"stop":1728597923476,"duration":1}},{"uid":"6fce522f103fc286","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6fce522f103fc286","status":"passed","time":{"start":1728597132261,"stop":1728597132261,"duration":0}}]},"tags":[]},"source":"5aa285164372fecc.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/5b66158e2538b4fa.json b/7588/data/test-cases/5b66158e2538b4fa.json new file mode 100644 index 00000000000..85624b6fd6b --- /dev/null +++ b/7588/data/test-cases/5b66158e2538b4fa.json @@ -0,0 +1 @@ +{"uid":"5b66158e2538b4fa","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":1729034435409,"stop":1729034435410,"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":15,"unknown":0,"total":15},"items":[{"uid":"39cd021184517f90","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/39cd021184517f90","status":"passed","time":{"start":1729034202095,"stop":1729034202095,"duration":0}},{"uid":"82d92b0716d17983","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/82d92b0716d17983","status":"passed","time":{"start":1729034126097,"stop":1729034126097,"duration":0}},{"uid":"9aa6b7655117184d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9aa6b7655117184d","status":"passed","time":{"start":1729033939920,"stop":1729033939920,"duration":0}},{"uid":"5dd02bb6fdf8a434","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5dd02bb6fdf8a434","status":"passed","time":{"start":1729031988771,"stop":1729031988772,"duration":1}},{"uid":"99bcfe70f0cc4011","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/99bcfe70f0cc4011","status":"passed","time":{"start":1728901555751,"stop":1728901555752,"duration":1}},{"uid":"7a07af08824ed443","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7a07af08824ed443","status":"passed","time":{"start":1728892995570,"stop":1728892995570,"duration":0}},{"uid":"f442984337989658","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f442984337989658","status":"passed","time":{"start":1728855954640,"stop":1728855954641,"duration":1}},{"uid":"efc05817028c603e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/efc05817028c603e","status":"passed","time":{"start":1728738169494,"stop":1728738169503,"duration":9}},{"uid":"8f9b40e5da85395b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8f9b40e5da85395b","status":"passed","time":{"start":1728682707225,"stop":1728682707226,"duration":1}},{"uid":"a279200b15d6abb2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a279200b15d6abb2","status":"passed","time":{"start":1728682285115,"stop":1728682285115,"duration":0}},{"uid":"5b7dd5c612d310a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5b7dd5c612d310a8","status":"passed","time":{"start":1728676761147,"stop":1728676761147,"duration":0}},{"uid":"2697f1de77105b52","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2697f1de77105b52","status":"passed","time":{"start":1728669488931,"stop":1728669488934,"duration":3}},{"uid":"227aeb130dccbdbb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/227aeb130dccbdbb","status":"passed","time":{"start":1728597819559,"stop":1728597819559,"duration":0}},{"uid":"a968731cb16ec271","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a968731cb16ec271","status":"passed","time":{"start":1728597041916,"stop":1728597041916,"duration":0}}]},"tags":[]},"source":"5b66158e2538b4fa.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/5b977a1ba006db2c.json b/7588/data/test-cases/5b977a1ba006db2c.json new file mode 100644 index 00000000000..90e39d585c3 --- /dev/null +++ b/7588/data/test-cases/5b977a1ba006db2c.json @@ -0,0 +1 @@ +{"uid":"5b977a1ba006db2c","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":1729034341400,"stop":1729034341400,"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":15,"unknown":0,"total":15},"items":[{"uid":"4af5d6e10e4efc94","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4af5d6e10e4efc94","status":"passed","time":{"start":1729034104908,"stop":1729034104909,"duration":1}},{"uid":"495e6fa419affd49","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/495e6fa419affd49","status":"passed","time":{"start":1729034028506,"stop":1729034028506,"duration":0}},{"uid":"23093e0a7e74ffa1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/23093e0a7e74ffa1","status":"passed","time":{"start":1729033843114,"stop":1729033843115,"duration":1}},{"uid":"e287164b4bae056a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e287164b4bae056a","status":"passed","time":{"start":1729031892673,"stop":1729031892674,"duration":1}},{"uid":"ec17da5899d83f1e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec17da5899d83f1e","status":"passed","time":{"start":1728901438805,"stop":1728901438805,"duration":0}},{"uid":"97d11ae4a6728263","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/97d11ae4a6728263","status":"passed","time":{"start":1728892868996,"stop":1728892868996,"duration":0}},{"uid":"27a767f6088058c8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/27a767f6088058c8","status":"passed","time":{"start":1728855831889,"stop":1728855831889,"duration":0}},{"uid":"221b6e033eb474bb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/221b6e033eb474bb","status":"passed","time":{"start":1728738049036,"stop":1728738049036,"duration":0}},{"uid":"12cab0b9c45dad30","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/12cab0b9c45dad30","status":"passed","time":{"start":1728682582614,"stop":1728682582614,"duration":0}},{"uid":"8106c09174a88ec6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8106c09174a88ec6","status":"passed","time":{"start":1728682155404,"stop":1728682155404,"duration":0}},{"uid":"a7268c5cd904cb4a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a7268c5cd904cb4a","status":"passed","time":{"start":1728676629970,"stop":1728676629970,"duration":0}},{"uid":"25c0cd94ccc3884a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25c0cd94ccc3884a","status":"passed","time":{"start":1728669353097,"stop":1728669353098,"duration":1}},{"uid":"4b02db4cf3c560d8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b02db4cf3c560d8","status":"passed","time":{"start":1728597693842,"stop":1728597693842,"duration":0}},{"uid":"1e50e126b2619ddc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1e50e126b2619ddc","status":"passed","time":{"start":1728596913087,"stop":1728596913087,"duration":0}}]},"tags":[]},"source":"5b977a1ba006db2c.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/7d9701ed1c7d7e09.json b/7588/data/test-cases/5bf10075908efe0c.json similarity index 70% rename from 7556/data/test-cases/7d9701ed1c7d7e09.json rename to 7588/data/test-cases/5bf10075908efe0c.json index b448a51ea06..2975b84d46e 100644 --- a/7556/data/test-cases/7d9701ed1c7d7e09.json +++ b/7588/data/test-cases/5bf10075908efe0c.json @@ -1 +1 @@ -{"uid":"7d9701ed1c7d7e09","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":1728457516694,"stop":1728457516694,"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":6,"unknown":0,"total":6},"items":[{"uid":"757ad4c9fa8b3014","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/757ad4c9fa8b3014","status":"passed","time":{"start":1728456464623,"stop":1728456464625,"duration":2}},{"uid":"ebde57703c80068a","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ebde57703c80068a","status":"passed","time":{"start":1728456228760,"stop":1728456228760,"duration":0}},{"uid":"f78ca28747cc51f5","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/f78ca28747cc51f5","status":"passed","time":{"start":1728456183859,"stop":1728456183860,"duration":1}},{"uid":"477488498784524f","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/477488498784524f","status":"passed","time":{"start":1728455540495,"stop":1728455540495,"duration":0}},{"uid":"d31e91122db43507","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d31e91122db43507","status":"passed","time":{"start":1728452490319,"stop":1728452490321,"duration":2}}]},"tags":[]},"source":"7d9701ed1c7d7e09.json","parameterValues":[]} \ No newline at end of file +{"uid":"5bf10075908efe0c","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":1729034656459,"stop":1729034656459,"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":15,"unknown":0,"total":15},"items":[{"uid":"7494cb3cefd9b3a9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7494cb3cefd9b3a9","status":"passed","time":{"start":1729034428552,"stop":1729034428552,"duration":0}},{"uid":"7fddfdac1ed1764a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7fddfdac1ed1764a","status":"passed","time":{"start":1729034348210,"stop":1729034348212,"duration":2}},{"uid":"d9cc8da31c46b31b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9cc8da31c46b31b","status":"passed","time":{"start":1729034169436,"stop":1729034169437,"duration":1}},{"uid":"722988b55b3301c4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/722988b55b3301c4","status":"passed","time":{"start":1729032228809,"stop":1729032228809,"duration":0}},{"uid":"84f03c8239f22e1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84f03c8239f22e1f","status":"passed","time":{"start":1728901950542,"stop":1728901950543,"duration":1}},{"uid":"b32fb7b27dc55e1f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b32fb7b27dc55e1f","status":"passed","time":{"start":1728893389984,"stop":1728893389985,"duration":1}},{"uid":"c498b4decf7f2561","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c498b4decf7f2561","status":"passed","time":{"start":1728856333649,"stop":1728856333656,"duration":7}},{"uid":"2733e4e261cc8246","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2733e4e261cc8246","status":"passed","time":{"start":1728738555092,"stop":1728738555093,"duration":1}},{"uid":"815fb2a7783ccdc0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/815fb2a7783ccdc0","status":"passed","time":{"start":1728683093169,"stop":1728683093169,"duration":0}},{"uid":"518adc522c19c2ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/518adc522c19c2ae","status":"passed","time":{"start":1728682652691,"stop":1728682652691,"duration":0}},{"uid":"a07920d4a792d83a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a07920d4a792d83a","status":"passed","time":{"start":1728677156808,"stop":1728677156809,"duration":1}},{"uid":"f46a0f2f8e9ff8df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f46a0f2f8e9ff8df","status":"passed","time":{"start":1728669834421,"stop":1728669834422,"duration":1}},{"uid":"73ea2a63765063b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/73ea2a63765063b1","status":"passed","time":{"start":1728598212609,"stop":1728598212610,"duration":1}},{"uid":"fc68f2e7ab35e75c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc68f2e7ab35e75c","status":"passed","time":{"start":1728597423323,"stop":1728597423324,"duration":1}}]},"tags":[]},"source":"5bf10075908efe0c.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/5c1226e4013558b7.json b/7588/data/test-cases/5c1226e4013558b7.json new file mode 100644 index 00000000000..4bb573c55f4 --- /dev/null +++ b/7588/data/test-cases/5c1226e4013558b7.json @@ -0,0 +1 @@ +{"uid":"5c1226e4013558b7","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":1729034682672,"stop":1729034682672,"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":15,"unknown":0,"total":15},"items":[{"uid":"a7bacd282b530ec9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a7bacd282b530ec9","status":"passed","time":{"start":1729034452182,"stop":1729034452183,"duration":1}},{"uid":"826a54296bbf5ae3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/826a54296bbf5ae3","status":"passed","time":{"start":1729034373079,"stop":1729034373079,"duration":0}},{"uid":"2a9db581f6c6b9dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2a9db581f6c6b9dd","status":"passed","time":{"start":1729034188116,"stop":1729034188116,"duration":0}},{"uid":"3c9ef3d9678d1aa8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c9ef3d9678d1aa8","status":"passed","time":{"start":1729032231862,"stop":1729032231862,"duration":0}},{"uid":"20a97531e3ebf10a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/20a97531e3ebf10a","status":"passed","time":{"start":1728901989564,"stop":1728901989565,"duration":1}},{"uid":"41eb027ebb471cd5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/41eb027ebb471cd5","status":"passed","time":{"start":1728893424897,"stop":1728893424898,"duration":1}},{"uid":"8192c509e93db9de","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8192c509e93db9de","status":"passed","time":{"start":1728856376682,"stop":1728856376682,"duration":0}},{"uid":"797b995b8683d741","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/797b995b8683d741","status":"passed","time":{"start":1728738593959,"stop":1728738593959,"duration":0}},{"uid":"42f75a115ca69867","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42f75a115ca69867","status":"passed","time":{"start":1728683135335,"stop":1728683135336,"duration":1}},{"uid":"e8cc6529ea60a4fe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e8cc6529ea60a4fe","status":"passed","time":{"start":1728682692586,"stop":1728682692588,"duration":2}},{"uid":"60d8bc6e0e9752d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/60d8bc6e0e9752d","status":"passed","time":{"start":1728677194228,"stop":1728677194228,"duration":0}},{"uid":"6c3732db3936e409","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c3732db3936e409","status":"passed","time":{"start":1728669874422,"stop":1728669874423,"duration":1}},{"uid":"4ad2b7bd16cd0479","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ad2b7bd16cd0479","status":"passed","time":{"start":1728598257460,"stop":1728598257460,"duration":0}},{"uid":"86215f183053883e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86215f183053883e","status":"passed","time":{"start":1728597471282,"stop":1728597471283,"duration":1}}]},"tags":[]},"source":"5c1226e4013558b7.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/5c2171b47d8513da.json b/7588/data/test-cases/5c2171b47d8513da.json new file mode 100644 index 00000000000..6de6c02ac23 --- /dev/null +++ b/7588/data/test-cases/5c2171b47d8513da.json @@ -0,0 +1 @@ +{"uid":"5c2171b47d8513da","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":1729034356476,"stop":1729034356477,"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":14,"unknown":0,"total":14},"items":[{"uid":"89aba783edd58b09","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89aba783edd58b09","status":"passed","time":{"start":1729034120502,"stop":1729034120502,"duration":0}},{"uid":"c2401e130914b758","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2401e130914b758","status":"passed","time":{"start":1729033858272,"stop":1729033858273,"duration":1}},{"uid":"94df13deafe132cb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/94df13deafe132cb","status":"passed","time":{"start":1729031908178,"stop":1729031908178,"duration":0}},{"uid":"6751533f0d2822d9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6751533f0d2822d9","status":"passed","time":{"start":1728901453935,"stop":1728901453935,"duration":0}},{"uid":"4b7d82c79947625c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4b7d82c79947625c","status":"passed","time":{"start":1728892884411,"stop":1728892884412,"duration":1}},{"uid":"985fd48d47ffa0ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/985fd48d47ffa0ca","status":"passed","time":{"start":1728855846880,"stop":1728855846880,"duration":0}},{"uid":"62c34e9160ddc728","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/62c34e9160ddc728","status":"passed","time":{"start":1728738064184,"stop":1728738064184,"duration":0}},{"uid":"89842d165731a5d7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/89842d165731a5d7","status":"passed","time":{"start":1728682597762,"stop":1728682597763,"duration":1}},{"uid":"6daf527daeeeae59","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6daf527daeeeae59","status":"passed","time":{"start":1728682170541,"stop":1728682170541,"duration":0}},{"uid":"b37c47bad40c9c98","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b37c47bad40c9c98","status":"passed","time":{"start":1728676645201,"stop":1728676645201,"duration":0}},{"uid":"522e27ab2f97707b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/522e27ab2f97707b","status":"passed","time":{"start":1728669368196,"stop":1728669368196,"duration":0}},{"uid":"86a01cb67064d31c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/86a01cb67064d31c","status":"passed","time":{"start":1728597709013,"stop":1728597709013,"duration":0}},{"uid":"e2057790f51587a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e2057790f51587a7","status":"passed","time":{"start":1728596928107,"stop":1728596928108,"duration":1}}]},"tags":[]},"source":"5c2171b47d8513da.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2aa61ea7fd55f7ac.json b/7588/data/test-cases/5c5c5f44de6c26ff.json similarity index 97% rename from 7556/data/test-cases/2aa61ea7fd55f7ac.json rename to 7588/data/test-cases/5c5c5f44de6c26ff.json index 5beb98f3ab1..670bf32d8b5 100644 --- a/7556/data/test-cases/2aa61ea7fd55f7ac.json +++ b/7588/data/test-cases/5c5c5f44de6c26ff.json @@ -1 +1 @@ -{"uid":"2aa61ea7fd55f7ac","name":"random static sharding 10 - Cluster ID: 530, Shard ID: 70","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 10 - Cluster ID: 530, Shard ID: 70","historyId":"8388835bd1db9bade6bad91bea6e8d58:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457528782,"stop":1728457528782,"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":"2aa61ea7fd55f7ac.json","parameterValues":[]} \ No newline at end of file +{"uid":"5c5c5f44de6c26ff","name":"random static sharding 9 - Cluster ID: 998, Shard ID: 906","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 9 - Cluster ID: 998, Shard ID: 906","historyId":"2f67afc183538b3b2e6454d1396edb6d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034668609,"stop":1729034668609,"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":"5c5c5f44de6c26ff.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/89d18af56cb97df6.json b/7588/data/test-cases/5c63ea6bf0dc1762.json similarity index 84% rename from 7556/data/test-cases/89d18af56cb97df6.json rename to 7588/data/test-cases/5c63ea6bf0dc1762.json index febf9b246c4..ee1c87a0d0b 100644 --- a/7556/data/test-cases/89d18af56cb97df6.json +++ b/7588/data/test-cases/5c63ea6bf0dc1762.json @@ -1 +1 @@ -{"uid":"89d18af56cb97df6","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":1728457360326,"stop":1728457360328,"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":6,"unknown":0,"total":6},"items":[{"uid":"fc166aec0e7215a7","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/fc166aec0e7215a7","status":"passed","time":{"start":1728456312504,"stop":1728456312504,"duration":0}},{"uid":"f6859d906ba3a5c3","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f6859d906ba3a5c3","status":"passed","time":{"start":1728456013955,"stop":1728456013956,"duration":1}},{"uid":"38c05d56e26ba6e","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/38c05d56e26ba6e","status":"passed","time":{"start":1728455837468,"stop":1728455837469,"duration":1}},{"uid":"98f48dd55419802d","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/98f48dd55419802d","status":"passed","time":{"start":1728455198918,"stop":1728455198918,"duration":0}},{"uid":"3b57066c7726c74c","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/3b57066c7726c74c","status":"passed","time":{"start":1728452203357,"stop":1728452203358,"duration":1}}]},"tags":[]},"source":"89d18af56cb97df6.json","parameterValues":[]} \ No newline at end of file +{"uid":"5c63ea6bf0dc1762","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":1729034536111,"stop":1729034536111,"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":14,"unknown":0,"total":14},"items":[{"uid":"907e6cd796937327","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/907e6cd796937327","status":"passed","time":{"start":1729034296717,"stop":1729034296719,"duration":2}},{"uid":"df5a24acf09813cc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/df5a24acf09813cc","status":"passed","time":{"start":1729034220613,"stop":1729034220613,"duration":0}},{"uid":"65330bd619f1f9b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/65330bd619f1f9b5","status":"passed","time":{"start":1729034041503,"stop":1729034041507,"duration":4}},{"uid":"ecb806eb381f2a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ecb806eb381f2a9","status":"passed","time":{"start":1728901705418,"stop":1728901705419,"duration":1}},{"uid":"252bf71434458289","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/252bf71434458289","status":"passed","time":{"start":1728893141783,"stop":1728893141783,"duration":0}},{"uid":"6e04f010a079ebe","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6e04f010a079ebe","status":"passed","time":{"start":1728856087088,"stop":1728856087088,"duration":0}},{"uid":"c9189c344af181c2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c9189c344af181c2","status":"passed","time":{"start":1728738321457,"stop":1728738321458,"duration":1}},{"uid":"900d5b1bac38818e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/900d5b1bac38818e","status":"passed","time":{"start":1728682845682,"stop":1728682845682,"duration":0}},{"uid":"b3a87fb8236e4bf5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3a87fb8236e4bf5","status":"passed","time":{"start":1728682424318,"stop":1728682424319,"duration":1}},{"uid":"9f688f4a4c829030","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f688f4a4c829030","status":"passed","time":{"start":1728676900547,"stop":1728676900548,"duration":1}},{"uid":"5c98586c06a513d6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5c98586c06a513d6","status":"passed","time":{"start":1728669625806,"stop":1728669625818,"duration":12}},{"uid":"e44eb8fefe518d74","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e44eb8fefe518d74","status":"passed","time":{"start":1728597957177,"stop":1728597957177,"duration":0}},{"uid":"2a35a14292bf208e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2a35a14292bf208e","status":"passed","time":{"start":1728597182624,"stop":1728597182624,"duration":0}}]},"tags":[]},"source":"5c63ea6bf0dc1762.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/a6e10d8625ab6aec.json b/7588/data/test-cases/5cc5afb8a752a4bd.json similarity index 72% rename from 7556/data/test-cases/a6e10d8625ab6aec.json rename to 7588/data/test-cases/5cc5afb8a752a4bd.json index 2f99ccb921a..8cfa0414a90 100644 --- a/7556/data/test-cases/a6e10d8625ab6aec.json +++ b/7588/data/test-cases/5cc5afb8a752a4bd.json @@ -1 +1 @@ -{"uid":"a6e10d8625ab6aec","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":1728457174880,"stop":1728457174881,"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":6,"unknown":0,"total":6},"items":[{"uid":"483251a5cf24a469","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/483251a5cf24a469","status":"passed","time":{"start":1728456147702,"stop":1728456147702,"duration":0}},{"uid":"2bbb8a71cdc05fe8","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/2bbb8a71cdc05fe8","status":"passed","time":{"start":1728455831780,"stop":1728455831780,"duration":0}},{"uid":"a6f56dabbf94ba0a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/a6f56dabbf94ba0a","status":"passed","time":{"start":1728455583337,"stop":1728455583337,"duration":0}},{"uid":"a20591a905ce815f","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a20591a905ce815f","status":"passed","time":{"start":1728454943913,"stop":1728454943913,"duration":0}},{"uid":"f6449f1370065b38","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f6449f1370065b38","status":"passed","time":{"start":1728451954602,"stop":1728451954602,"duration":0}}]},"tags":[]},"source":"a6e10d8625ab6aec.json","parameterValues":[]} \ No newline at end of file +{"uid":"5cc5afb8a752a4bd","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":1729034360434,"stop":1729034360435,"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":15,"unknown":0,"total":15},"items":[{"uid":"6e0ee70c4d366303","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6e0ee70c4d366303","status":"passed","time":{"start":1729034124361,"stop":1729034124361,"duration":0}},{"uid":"7fc101e3c9bfa03e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7fc101e3c9bfa03e","status":"passed","time":{"start":1729034047483,"stop":1729034047483,"duration":0}},{"uid":"9c5f8fb7ea31cccd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9c5f8fb7ea31cccd","status":"passed","time":{"start":1729033862327,"stop":1729033862327,"duration":0}},{"uid":"45e5616a9215fe7b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45e5616a9215fe7b","status":"passed","time":{"start":1729031912068,"stop":1729031912068,"duration":0}},{"uid":"6982248ec6231178","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6982248ec6231178","status":"passed","time":{"start":1728901457815,"stop":1728901457815,"duration":0}},{"uid":"47fa09290e975357","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/47fa09290e975357","status":"passed","time":{"start":1728892888299,"stop":1728892888299,"duration":0}},{"uid":"be401278cf801206","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be401278cf801206","status":"passed","time":{"start":1728855850786,"stop":1728855850787,"duration":1}},{"uid":"684365258ef9822d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/684365258ef9822d","status":"passed","time":{"start":1728738068162,"stop":1728738068162,"duration":0}},{"uid":"2fd73b922abb58a7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2fd73b922abb58a7","status":"passed","time":{"start":1728682601671,"stop":1728682601672,"duration":1}},{"uid":"a853faecfa65f4c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a853faecfa65f4c0","status":"passed","time":{"start":1728682174563,"stop":1728682174564,"duration":1}},{"uid":"f1f0a49ee8e028d9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f1f0a49ee8e028d9","status":"passed","time":{"start":1728676648929,"stop":1728676648930,"duration":1}},{"uid":"2b0eb7438c893caa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b0eb7438c893caa","status":"passed","time":{"start":1728669372209,"stop":1728669372209,"duration":0}},{"uid":"4b4478f49b3a168d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b4478f49b3a168d","status":"passed","time":{"start":1728597712758,"stop":1728597712759,"duration":1}},{"uid":"851ac8618c8eed81","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/851ac8618c8eed81","status":"passed","time":{"start":1728596931865,"stop":1728596931865,"duration":0}}]},"tags":[]},"source":"5cc5afb8a752a4bd.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/8c342e51581d3b6e.json b/7588/data/test-cases/5cd6c592c309e041.json similarity index 88% rename from 7556/data/test-cases/8c342e51581d3b6e.json rename to 7588/data/test-cases/5cd6c592c309e041.json index c78b8311933..10483bd435c 100644 --- a/7556/data/test-cases/8c342e51581d3b6e.json +++ b/7588/data/test-cases/5cd6c592c309e041.json @@ -1 +1 @@ -{"uid":"8c342e51581d3b6e","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":1728457510470,"stop":1728457510470,"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":6,"unknown":0,"total":6},"items":[{"uid":"16acfa7cdbfbb7bd","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/16acfa7cdbfbb7bd","status":"passed","time":{"start":1728456448227,"stop":1728456448227,"duration":0}},{"uid":"bd132b44701a45c5","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/bd132b44701a45c5","status":"passed","time":{"start":1728456195724,"stop":1728456195724,"duration":0}},{"uid":"2d961fd2de90d129","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/2d961fd2de90d129","status":"passed","time":{"start":1728456166716,"stop":1728456166717,"duration":1}},{"uid":"5b822ce00a93bcd9","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/5b822ce00a93bcd9","status":"passed","time":{"start":1728455516750,"stop":1728455516751,"duration":1}},{"uid":"88b4f099397855bc","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/88b4f099397855bc","status":"passed","time":{"start":1728452508952,"stop":1728452508953,"duration":1}}]},"tags":[]},"source":"8c342e51581d3b6e.json","parameterValues":[]} \ No newline at end of file +{"uid":"5cd6c592c309e041","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":1729034631266,"stop":1729034631266,"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":15,"unknown":0,"total":15},"items":[{"uid":"ec89c4676560a996","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ec89c4676560a996","status":"passed","time":{"start":1729034400905,"stop":1729034400905,"duration":0}},{"uid":"84818f54ead732b7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/84818f54ead732b7","status":"passed","time":{"start":1729034317507,"stop":1729034317508,"duration":1}},{"uid":"333f49d20480062f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/333f49d20480062f","status":"passed","time":{"start":1729034137159,"stop":1729034137159,"duration":0}},{"uid":"2c58c7656cf42026","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c58c7656cf42026","status":"passed","time":{"start":1729032206902,"stop":1729032206903,"duration":1}},{"uid":"d4c581f6c1aae748","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d4c581f6c1aae748","status":"passed","time":{"start":1728901995037,"stop":1728901995038,"duration":1}},{"uid":"f14de52260090695","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f14de52260090695","status":"passed","time":{"start":1728893421011,"stop":1728893421011,"duration":0}},{"uid":"64287b22fee3987","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64287b22fee3987","status":"passed","time":{"start":1728856368612,"stop":1728856368612,"duration":0}},{"uid":"37f44169f5571631","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37f44169f5571631","status":"passed","time":{"start":1728738604695,"stop":1728738604695,"duration":0}},{"uid":"9f6d53556c89ca27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9f6d53556c89ca27","status":"passed","time":{"start":1728683117701,"stop":1728683117702,"duration":1}},{"uid":"f596d15e633907c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f596d15e633907c","status":"passed","time":{"start":1728682721329,"stop":1728682721329,"duration":0}},{"uid":"b5f8d398d63a8e76","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b5f8d398d63a8e76","status":"passed","time":{"start":1728677184696,"stop":1728677184696,"duration":0}},{"uid":"5bde6ad7261e6265","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5bde6ad7261e6265","status":"passed","time":{"start":1728669866483,"stop":1728669866484,"duration":1}},{"uid":"14a2ec0b0bcfa8fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/14a2ec0b0bcfa8fb","status":"passed","time":{"start":1728598250015,"stop":1728598250016,"duration":1}},{"uid":"d76d889ce1d06065","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d76d889ce1d06065","status":"passed","time":{"start":1728597472311,"stop":1728597472312,"duration":1}}]},"tags":[]},"source":"5cd6c592c309e041.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/1b58ffff411ccaa.json b/7588/data/test-cases/5cf25a762956d1f.json similarity index 64% rename from 7556/data/test-cases/1b58ffff411ccaa.json rename to 7588/data/test-cases/5cf25a762956d1f.json index 399aa81233b..32718330740 100644 --- a/7556/data/test-cases/1b58ffff411ccaa.json +++ b/7588/data/test-cases/5cf25a762956d1f.json @@ -1 +1 @@ -{"uid":"1b58ffff411ccaa","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":1728457473534,"stop":1728457473535,"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":6,"unknown":0,"total":6},"items":[{"uid":"63c76a9e57b72f4d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/63c76a9e57b72f4d","status":"passed","time":{"start":1728456428383,"stop":1728456428384,"duration":1}},{"uid":"f348b8df751275e2","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f348b8df751275e2","status":"passed","time":{"start":1728456157810,"stop":1728456157811,"duration":1}},{"uid":"475e3b5e9c7ab2fe","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/475e3b5e9c7ab2fe","status":"passed","time":{"start":1728456063552,"stop":1728456063552,"duration":0}},{"uid":"a31b3a98c60fe20b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a31b3a98c60fe20b","status":"passed","time":{"start":1728455422543,"stop":1728455422543,"duration":0}},{"uid":"66140c7e60921b55","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/66140c7e60921b55","status":"passed","time":{"start":1728452417669,"stop":1728452417670,"duration":1}}]},"tags":[]},"source":"1b58ffff411ccaa.json","parameterValues":[]} \ No newline at end of file +{"uid":"5cf25a762956d1f","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":1729034617779,"stop":1729034617780,"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":15,"unknown":0,"total":15},"items":[{"uid":"adf34b55b8750567","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/adf34b55b8750567","status":"passed","time":{"start":1729034370930,"stop":1729034370937,"duration":7}},{"uid":"db33be0604d83046","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/db33be0604d83046","status":"passed","time":{"start":1729034308907,"stop":1729034308910,"duration":3}},{"uid":"90e8f5877cd559ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/90e8f5877cd559ac","status":"passed","time":{"start":1729034129482,"stop":1729034129483,"duration":1}},{"uid":"58104fe616ab2d5c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/58104fe616ab2d5c","status":"passed","time":{"start":1729032178384,"stop":1729032178384,"duration":0}},{"uid":"fd788c73ca753e0c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd788c73ca753e0c","status":"passed","time":{"start":1728901896356,"stop":1728901896357,"duration":1}},{"uid":"1d2dfd21f1ef5b93","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d2dfd21f1ef5b93","status":"passed","time":{"start":1728893329038,"stop":1728893329040,"duration":2}},{"uid":"e76881028ce2abbc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e76881028ce2abbc","status":"passed","time":{"start":1728856284777,"stop":1728856284778,"duration":1}},{"uid":"31142598e9ed9485","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/31142598e9ed9485","status":"passed","time":{"start":1728738494951,"stop":1728738494951,"duration":0}},{"uid":"f32cf4f0ac2f9ea9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f32cf4f0ac2f9ea9","status":"passed","time":{"start":1728683033640,"stop":1728683033641,"duration":1}},{"uid":"b3188fbb101bbc79","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3188fbb101bbc79","status":"passed","time":{"start":1728682601748,"stop":1728682601748,"duration":0}},{"uid":"4daf6ec49c5d2174","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4daf6ec49c5d2174","status":"passed","time":{"start":1728677107990,"stop":1728677107990,"duration":0}},{"uid":"be3969461215a19e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be3969461215a19e","status":"passed","time":{"start":1728669764762,"stop":1728669764762,"duration":0}},{"uid":"439f0cdaee9350b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/439f0cdaee9350b4","status":"passed","time":{"start":1728598157580,"stop":1728598157580,"duration":0}},{"uid":"92e2d17454354686","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92e2d17454354686","status":"passed","time":{"start":1728597369089,"stop":1728597369089,"duration":0}}]},"tags":[]},"source":"5cf25a762956d1f.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/cdac6172a7f99151.json b/7588/data/test-cases/5e02166a29fd59f2.json similarity index 88% rename from 7556/data/test-cases/cdac6172a7f99151.json rename to 7588/data/test-cases/5e02166a29fd59f2.json index 44634986a4d..5d92a32af2f 100644 --- a/7556/data/test-cases/cdac6172a7f99151.json +++ b/7588/data/test-cases/5e02166a29fd59f2.json @@ -1 +1 @@ -{"uid":"cdac6172a7f99151","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":1728457473520,"stop":1728457473520,"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":6,"unknown":0,"total":6},"items":[{"uid":"727d41e2998d3592","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/727d41e2998d3592","status":"passed","time":{"start":1728456428368,"stop":1728456428369,"duration":1}},{"uid":"104680729cda8e4","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/104680729cda8e4","status":"passed","time":{"start":1728456157799,"stop":1728456157799,"duration":0}},{"uid":"64ea0eff3d03b1d6","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/64ea0eff3d03b1d6","status":"passed","time":{"start":1728456063539,"stop":1728456063540,"duration":1}},{"uid":"16f30d5cc3719a14","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/16f30d5cc3719a14","status":"passed","time":{"start":1728455422527,"stop":1728455422528,"duration":1}},{"uid":"2042087de0d931da","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/2042087de0d931da","status":"passed","time":{"start":1728452417658,"stop":1728452417658,"duration":0}}]},"tags":[]},"source":"cdac6172a7f99151.json","parameterValues":[]} \ No newline at end of file +{"uid":"5e02166a29fd59f2","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":1729034617759,"stop":1729034617759,"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":15,"unknown":0,"total":15},"items":[{"uid":"1ade852b7bd387a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1ade852b7bd387a","status":"passed","time":{"start":1729034370867,"stop":1729034370867,"duration":0}},{"uid":"3e698a77f3e82756","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3e698a77f3e82756","status":"passed","time":{"start":1729034308870,"stop":1729034308871,"duration":1}},{"uid":"46e004e45d313811","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/46e004e45d313811","status":"passed","time":{"start":1729034129473,"stop":1729034129474,"duration":1}},{"uid":"be40859c3bbadfcc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be40859c3bbadfcc","status":"passed","time":{"start":1729032178367,"stop":1729032178367,"duration":0}},{"uid":"1a6cce538fe92c66","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1a6cce538fe92c66","status":"passed","time":{"start":1728901896346,"stop":1728901896347,"duration":1}},{"uid":"89a190a4406e19b5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/89a190a4406e19b5","status":"passed","time":{"start":1728893329025,"stop":1728893329025,"duration":0}},{"uid":"96ff2c20334db457","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/96ff2c20334db457","status":"passed","time":{"start":1728856284763,"stop":1728856284764,"duration":1}},{"uid":"f3bae6c9067d1fbe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f3bae6c9067d1fbe","status":"passed","time":{"start":1728738494940,"stop":1728738494940,"duration":0}},{"uid":"130250293c3e8c88","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/130250293c3e8c88","status":"passed","time":{"start":1728683033631,"stop":1728683033631,"duration":0}},{"uid":"eec386bd5f749199","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eec386bd5f749199","status":"passed","time":{"start":1728682601736,"stop":1728682601736,"duration":0}},{"uid":"161e70d3ea952248","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/161e70d3ea952248","status":"passed","time":{"start":1728677107961,"stop":1728677107961,"duration":0}},{"uid":"f174411cabd03e1a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f174411cabd03e1a","status":"passed","time":{"start":1728669764751,"stop":1728669764751,"duration":0}},{"uid":"b1b1a9b24ca2806b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b1b1a9b24ca2806b","status":"passed","time":{"start":1728598157562,"stop":1728598157562,"duration":0}},{"uid":"1dffd233a20797a0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1dffd233a20797a0","status":"passed","time":{"start":1728597369061,"stop":1728597369062,"duration":1}}]},"tags":[]},"source":"5e02166a29fd59f2.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/5f7dc6d95a7f2a7d.json b/7588/data/test-cases/5e072307eabdf834.json similarity index 83% rename from 7556/data/test-cases/5f7dc6d95a7f2a7d.json rename to 7588/data/test-cases/5e072307eabdf834.json index 70cbf65a2af..b28472335c2 100644 --- a/7556/data/test-cases/5f7dc6d95a7f2a7d.json +++ b/7588/data/test-cases/5e072307eabdf834.json @@ -1 +1 @@ -{"uid":"5f7dc6d95a7f2a7d","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":1728457448615,"stop":1728457448616,"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":6,"unknown":0,"total":6},"items":[{"uid":"adf1dfd395cdd3c6","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/adf1dfd395cdd3c6","status":"passed","time":{"start":1728456402387,"stop":1728456402387,"duration":0}},{"uid":"913cba5697d4f8f7","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/913cba5697d4f8f7","status":"passed","time":{"start":1728456120429,"stop":1728456120429,"duration":0}},{"uid":"34b9afd5ed72527c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/34b9afd5ed72527c","status":"passed","time":{"start":1728456038370,"stop":1728456038370,"duration":0}},{"uid":"8bb8cf821f556257","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/8bb8cf821f556257","status":"passed","time":{"start":1728455403823,"stop":1728455403823,"duration":0}},{"uid":"a25462ab9e94b9d6","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a25462ab9e94b9d6","status":"passed","time":{"start":1728452400283,"stop":1728452400284,"duration":1}}]},"tags":[]},"source":"5f7dc6d95a7f2a7d.json","parameterValues":[]} \ No newline at end of file +{"uid":"5e072307eabdf834","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":1729034611665,"stop":1729034611665,"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":15,"unknown":0,"total":15},"items":[{"uid":"df7baac850f436d7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/df7baac850f436d7","status":"passed","time":{"start":1729034393644,"stop":1729034393648,"duration":4}},{"uid":"d799a8c2179f0d02","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d799a8c2179f0d02","status":"passed","time":{"start":1729034304840,"stop":1729034304848,"duration":8}},{"uid":"df2adb1f1cceaac2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df2adb1f1cceaac2","status":"passed","time":{"start":1729034121910,"stop":1729034121910,"duration":0}},{"uid":"b02be4b1c5c2bfe2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b02be4b1c5c2bfe2","status":"passed","time":{"start":1729032174872,"stop":1729032174872,"duration":0}},{"uid":"aa43b403d0d75f53","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aa43b403d0d75f53","status":"passed","time":{"start":1728901881012,"stop":1728901881013,"duration":1}},{"uid":"7a4c2502c597899a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7a4c2502c597899a","status":"passed","time":{"start":1728893317163,"stop":1728893317164,"duration":1}},{"uid":"ae84e19e3b8884ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ae84e19e3b8884ab","status":"passed","time":{"start":1728856263099,"stop":1728856263100,"duration":1}},{"uid":"2652cb7072229688","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2652cb7072229688","status":"passed","time":{"start":1728738492799,"stop":1728738492799,"duration":0}},{"uid":"70c28f630dc2ff25","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70c28f630dc2ff25","status":"passed","time":{"start":1728683030021,"stop":1728683030022,"duration":1}},{"uid":"a32d272056157cfa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a32d272056157cfa","status":"passed","time":{"start":1728682581103,"stop":1728682581103,"duration":0}},{"uid":"cdb09924eec33d97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cdb09924eec33d97","status":"passed","time":{"start":1728677081996,"stop":1728677081997,"duration":1}},{"uid":"968fb42d13dadc43","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/968fb42d13dadc43","status":"passed","time":{"start":1728669795395,"stop":1728669795395,"duration":0}},{"uid":"509d628f0b29f8c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/509d628f0b29f8c6","status":"passed","time":{"start":1728598137504,"stop":1728598137504,"duration":0}},{"uid":"59031e8028e9d8c2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/59031e8028e9d8c2","status":"passed","time":{"start":1728597353480,"stop":1728597353480,"duration":0}}]},"tags":[]},"source":"5e072307eabdf834.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/5e5e8f97a1eec12a.json b/7588/data/test-cases/5e5e8f97a1eec12a.json new file mode 100644 index 00000000000..25f4630234e --- /dev/null +++ b/7588/data/test-cases/5e5e8f97a1eec12a.json @@ -0,0 +1 @@ +{"uid":"5e5e8f97a1eec12a","name":"less peers than existing","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > less peers than existing","historyId":"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034612085,"stop":1729034612085,"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"d4619f1aa58066d5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4619f1aa58066d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034371234,"stop":1729034371234,"duration":0}},{"uid":"5ed08781c5473853","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5ed08781c5473853","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034305208,"stop":1729034305208,"duration":0}},{"uid":"e174dee5ad6565e0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e174dee5ad6565e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122310,"stop":1729034122311,"duration":1}},{"uid":"209081dc5d433a11","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/209081dc5d433a11","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175157,"stop":1729032175157,"duration":0}},{"uid":"b540caf8ed40b22a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b540caf8ed40b22a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873457,"stop":1728901873457,"duration":0}},{"uid":"2725351eb4de780b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2725351eb4de780b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311287,"stop":1728893311288,"duration":1}},{"uid":"286545763dd11734","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/286545763dd11734","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263476,"stop":1728856263476,"duration":0}},{"uid":"923ee4a3295037e3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/923ee4a3295037e3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483672,"stop":1728738483672,"duration":0}},{"uid":"997907ba35ac9eeb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/997907ba35ac9eeb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030247,"stop":1728683030247,"duration":0}},{"uid":"896ed6c2db602ec1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/896ed6c2db602ec1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581303,"stop":1728682581303,"duration":0}},{"uid":"bbd54297c26a0e99","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bbd54297c26a0e99","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082259,"stop":1728677082259,"duration":0}},{"uid":"89695891d460aa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/89695891d460aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754302,"stop":1728669754303,"duration":1}},{"uid":"3266b412f8c586ae","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3266b412f8c586ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137642,"stop":1728598137642,"duration":0}},{"uid":"d195cee0ca1c1881","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d195cee0ca1c1881","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350583,"stop":1728597350583,"duration":0}}]},"tags":[]},"source":"5e5e8f97a1eec12a.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/5e631a4785c688f8.json b/7588/data/test-cases/5e631a4785c688f8.json new file mode 100644 index 00000000000..9ccb317792b --- /dev/null +++ b/7588/data/test-cases/5e631a4785c688f8.json @@ -0,0 +1 @@ +{"uid":"5e631a4785c688f8","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":1729034626851,"stop":1729034626851,"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":15,"unknown":0,"total":15},"items":[{"uid":"84f1d38a427572c7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/84f1d38a427572c7","status":"passed","time":{"start":1729034398547,"stop":1729034398547,"duration":0}},{"uid":"be1e2bb1bee3dff5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/be1e2bb1bee3dff5","status":"passed","time":{"start":1729034314813,"stop":1729034314813,"duration":0}},{"uid":"c65fb98a8b1abe0b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c65fb98a8b1abe0b","status":"passed","time":{"start":1729034137163,"stop":1729034137163,"duration":0}},{"uid":"a561984ea38ad6d5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a561984ea38ad6d5","status":"passed","time":{"start":1729032187245,"stop":1729032187245,"duration":0}},{"uid":"1e5e0f008cf24c80","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e5e0f008cf24c80","status":"passed","time":{"start":1728901888428,"stop":1728901888429,"duration":1}},{"uid":"486c6752ca4a6c44","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/486c6752ca4a6c44","status":"passed","time":{"start":1728893323787,"stop":1728893323788,"duration":1}},{"uid":"2809e6355ab05cef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2809e6355ab05cef","status":"passed","time":{"start":1728856285926,"stop":1728856285926,"duration":0}},{"uid":"11e66220ca9703a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11e66220ca9703a","status":"passed","time":{"start":1728738498274,"stop":1728738498274,"duration":0}},{"uid":"24e0a61e25ef8879","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/24e0a61e25ef8879","status":"passed","time":{"start":1728683041390,"stop":1728683041390,"duration":0}},{"uid":"9abd39c8d9d1b58b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9abd39c8d9d1b58b","status":"passed","time":{"start":1728682596012,"stop":1728682596014,"duration":2}},{"uid":"fa57d13385f9d1ac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fa57d13385f9d1ac","status":"passed","time":{"start":1728677091266,"stop":1728677091266,"duration":0}},{"uid":"d0b75834a0e1863a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d0b75834a0e1863a","status":"passed","time":{"start":1728669766424,"stop":1728669766425,"duration":1}},{"uid":"5dc29ab6a3bc4cbd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5dc29ab6a3bc4cbd","status":"passed","time":{"start":1728598152072,"stop":1728598152072,"duration":0}},{"uid":"c8ef073695238b54","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c8ef073695238b54","status":"passed","time":{"start":1728597364115,"stop":1728597364115,"duration":0}}]},"tags":[]},"source":"5e631a4785c688f8.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ee113b4c8dde2680.json b/7588/data/test-cases/5e8e38e8cd525f68.json similarity index 81% rename from 7556/data/test-cases/ee113b4c8dde2680.json rename to 7588/data/test-cases/5e8e38e8cd525f68.json index 1433b8c731b..29f319a1771 100644 --- a/7556/data/test-cases/ee113b4c8dde2680.json +++ b/7588/data/test-cases/5e8e38e8cd525f68.json @@ -1 +1 @@ -{"uid":"ee113b4c8dde2680","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":1728457322405,"stop":1728457322406,"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":6,"unknown":0,"total":6},"items":[{"uid":"1343f3d63c07ebde","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/1343f3d63c07ebde","status":"passed","time":{"start":1728456287213,"stop":1728456287220,"duration":7}},{"uid":"ca4c434d80ce8478","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ca4c434d80ce8478","status":"passed","time":{"start":1728455980751,"stop":1728455980751,"duration":0}},{"uid":"6255b5714e7aa835","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/6255b5714e7aa835","status":"passed","time":{"start":1728455789237,"stop":1728455789238,"duration":1}},{"uid":"9d19171939c238d0","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/9d19171939c238d0","status":"passed","time":{"start":1728455146546,"stop":1728455146547,"duration":1}},{"uid":"923bb54d57c389ce","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/923bb54d57c389ce","status":"passed","time":{"start":1728452163122,"stop":1728452163123,"duration":1}}]},"tags":[]},"source":"ee113b4c8dde2680.json","parameterValues":[]} \ No newline at end of file +{"uid":"5e8e38e8cd525f68","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":1729034506789,"stop":1729034506789,"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":15,"unknown":0,"total":15},"items":[{"uid":"6a0eaf7dd909cb3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6a0eaf7dd909cb3","status":"passed","time":{"start":1729034259812,"stop":1729034259813,"duration":1}},{"uid":"8cf2f8a5579e4829","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8cf2f8a5579e4829","status":"passed","time":{"start":1729034194006,"stop":1729034194006,"duration":0}},{"uid":"88889ec786ec75c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/88889ec786ec75c1","status":"passed","time":{"start":1729034014853,"stop":1729034014856,"duration":3}},{"uid":"5840cf20fff44b83","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5840cf20fff44b83","status":"passed","time":{"start":1729032065442,"stop":1729032065442,"duration":0}},{"uid":"84e284972bcd79c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84e284972bcd79c6","status":"passed","time":{"start":1728901664239,"stop":1728901664241,"duration":2}},{"uid":"b83fc357c679b24b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b83fc357c679b24b","status":"passed","time":{"start":1728893093688,"stop":1728893093689,"duration":1}},{"uid":"77a7f22fab7ad6f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77a7f22fab7ad6f7","status":"passed","time":{"start":1728856055264,"stop":1728856055266,"duration":2}},{"uid":"3a08c3d8148aa334","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3a08c3d8148aa334","status":"passed","time":{"start":1728738274741,"stop":1728738274741,"duration":0}},{"uid":"e6ce5bb2a3242431","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6ce5bb2a3242431","status":"passed","time":{"start":1728682807951,"stop":1728682807952,"duration":1}},{"uid":"8588cd691f506e51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8588cd691f506e51","status":"passed","time":{"start":1728682381281,"stop":1728682381281,"duration":0}},{"uid":"399fd718f0717844","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/399fd718f0717844","status":"passed","time":{"start":1728676853894,"stop":1728676853894,"duration":0}},{"uid":"39c1306f7d3aae7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39c1306f7d3aae7","status":"passed","time":{"start":1728669581686,"stop":1728669581686,"duration":0}},{"uid":"3925eaab51bdb27b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3925eaab51bdb27b","status":"passed","time":{"start":1728597923472,"stop":1728597923473,"duration":1}},{"uid":"e44906c035a314cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e44906c035a314cd","status":"passed","time":{"start":1728597132260,"stop":1728597132260,"duration":0}}]},"tags":[]},"source":"5e8e38e8cd525f68.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c2782cd0e9435a44.json b/7588/data/test-cases/5e9faf8611a1084e.json similarity index 83% rename from 7556/data/test-cases/c2782cd0e9435a44.json rename to 7588/data/test-cases/5e9faf8611a1084e.json index 417ca2e1f35..be249d0c3ad 100644 --- a/7556/data/test-cases/c2782cd0e9435a44.json +++ b/7588/data/test-cases/5e9faf8611a1084e.json @@ -1 +1 @@ -{"uid":"c2782cd0e9435a44","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":1728457448613,"stop":1728457448613,"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":6,"unknown":0,"total":6},"items":[{"uid":"941d90374832b862","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/941d90374832b862","status":"passed","time":{"start":1728456402375,"stop":1728456402377,"duration":2}},{"uid":"6c4b81c95f07bdbf","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/6c4b81c95f07bdbf","status":"passed","time":{"start":1728456120427,"stop":1728456120427,"duration":0}},{"uid":"3d7e2b6b253e2657","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/3d7e2b6b253e2657","status":"passed","time":{"start":1728456038367,"stop":1728456038367,"duration":0}},{"uid":"a7533dd0cc3a58cb","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a7533dd0cc3a58cb","status":"passed","time":{"start":1728455403820,"stop":1728455403820,"duration":0}},{"uid":"d174e3902afca4de","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d174e3902afca4de","status":"passed","time":{"start":1728452400281,"stop":1728452400281,"duration":0}}]},"tags":[]},"source":"c2782cd0e9435a44.json","parameterValues":[]} \ No newline at end of file +{"uid":"5e9faf8611a1084e","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":1729034611663,"stop":1729034611663,"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":15,"unknown":0,"total":15},"items":[{"uid":"a9e3b980ee8c4fd6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9e3b980ee8c4fd6","status":"passed","time":{"start":1729034393640,"stop":1729034393643,"duration":3}},{"uid":"c8f2032dc4415049","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c8f2032dc4415049","status":"passed","time":{"start":1729034304835,"stop":1729034304836,"duration":1}},{"uid":"d53e203e593bd5a9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d53e203e593bd5a9","status":"passed","time":{"start":1729034121904,"stop":1729034121905,"duration":1}},{"uid":"d691475e95e7e2ba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d691475e95e7e2ba","status":"passed","time":{"start":1729032174831,"stop":1729032174841,"duration":10}},{"uid":"a3f8656aeba1aae5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3f8656aeba1aae5","status":"passed","time":{"start":1728901881010,"stop":1728901881010,"duration":0}},{"uid":"942047887817f693","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/942047887817f693","status":"passed","time":{"start":1728893317157,"stop":1728893317158,"duration":1}},{"uid":"92bd3aa8655086ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92bd3aa8655086ab","status":"passed","time":{"start":1728856263087,"stop":1728856263087,"duration":0}},{"uid":"4d90ea2319abbd12","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4d90ea2319abbd12","status":"passed","time":{"start":1728738492796,"stop":1728738492796,"duration":0}},{"uid":"ea290b18a51f59bf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ea290b18a51f59bf","status":"passed","time":{"start":1728683030019,"stop":1728683030019,"duration":0}},{"uid":"dd927831ac0a3af0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dd927831ac0a3af0","status":"passed","time":{"start":1728682581098,"stop":1728682581101,"duration":3}},{"uid":"aceb4d09e26cb3d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aceb4d09e26cb3d2","status":"passed","time":{"start":1728677081991,"stop":1728677081992,"duration":1}},{"uid":"4a5ce97399de34db","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4a5ce97399de34db","status":"passed","time":{"start":1728669795393,"stop":1728669795393,"duration":0}},{"uid":"90098a3567b7bd10","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90098a3567b7bd10","status":"passed","time":{"start":1728598137501,"stop":1728598137502,"duration":1}},{"uid":"e6b95c44bdd361bb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e6b95c44bdd361bb","status":"passed","time":{"start":1728597353478,"stop":1728597353478,"duration":0}}]},"tags":[]},"source":"5e9faf8611a1084e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/5eb73c05e6ab9ec9.json b/7588/data/test-cases/5eb73c05e6ab9ec9.json new file mode 100644 index 00000000000..e6ddfcf2359 --- /dev/null +++ b/7588/data/test-cases/5eb73c05e6ab9ec9.json @@ -0,0 +1 @@ +{"uid":"5eb73c05e6ab9ec9","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":1729034728789,"stop":1729034728789,"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},{"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":12,"unknown":0,"total":12},"items":[{"uid":"b2751e0d2a4ac3f7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b2751e0d2a4ac3f7","status":"passed","time":{"start":1729034400845,"stop":1729034400845,"duration":0}},{"uid":"d8be776bd4956686","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d8be776bd4956686","status":"passed","time":{"start":1728902045391,"stop":1728902045392,"duration":1}},{"uid":"b6ef66d41f0d69a9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b6ef66d41f0d69a9","status":"passed","time":{"start":1728893481312,"stop":1728893481312,"duration":0}},{"uid":"8e976ba78ba91437","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8e976ba78ba91437","status":"passed","time":{"start":1728856434368,"stop":1728856434368,"duration":0}},{"uid":"84756d444a5db546","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/84756d444a5db546","status":"passed","time":{"start":1728738656933,"stop":1728738656935,"duration":2}},{"uid":"f876fd3194045300","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f876fd3194045300","status":"passed","time":{"start":1728683172720,"stop":1728683172722,"duration":2}},{"uid":"841470798cc67935","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/841470798cc67935","status":"passed","time":{"start":1728682747612,"stop":1728682747612,"duration":0}},{"uid":"cba245b83cfca882","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cba245b83cfca882","status":"passed","time":{"start":1728677247280,"stop":1728677247280,"duration":0}},{"uid":"a8c4be753a7afdb8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a8c4be753a7afdb8","status":"passed","time":{"start":1728669917947,"stop":1728669917948,"duration":1}},{"uid":"6a3aecd29b9d212","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a3aecd29b9d212","status":"passed","time":{"start":1728598290717,"stop":1728598290718,"duration":1}},{"uid":"109108243cc108e6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/109108243cc108e6","status":"passed","time":{"start":1728597515858,"stop":1728597515858,"duration":0}}]},"tags":[]},"source":"5eb73c05e6ab9ec9.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/5ed746fd979f7cf2.json b/7588/data/test-cases/5ed746fd979f7cf2.json new file mode 100644 index 00000000000..97dd46025d5 --- /dev/null +++ b/7588/data/test-cases/5ed746fd979f7cf2.json @@ -0,0 +1 @@ +{"uid":"5ed746fd979f7cf2","name":"connected peers and dial","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > connected peers and dial","historyId":"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034612084,"stop":1729034612084,"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"2923b2b7e554b1f4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2923b2b7e554b1f4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034371233,"stop":1729034371234,"duration":1}},{"uid":"e03b0ed570522790","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e03b0ed570522790","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034305207,"stop":1729034305208,"duration":1}},{"uid":"35e9299a16780797","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/35e9299a16780797","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122309,"stop":1729034122310,"duration":1}},{"uid":"8d2dec6a3217ebb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8d2dec6a3217ebb","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175156,"stop":1729032175156,"duration":0}},{"uid":"40e204fb7d3eee","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40e204fb7d3eee","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873456,"stop":1728901873456,"duration":0}},{"uid":"1bdd66d2a9fdc018","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1bdd66d2a9fdc018","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311280,"stop":1728893311280,"duration":0}},{"uid":"e145ab67a489fae1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e145ab67a489fae1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263475,"stop":1728856263475,"duration":0}},{"uid":"f3a49284674dc44a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f3a49284674dc44a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483666,"stop":1728738483667,"duration":1}},{"uid":"a36684b32835c53a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a36684b32835c53a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030246,"stop":1728683030247,"duration":1}},{"uid":"d114400b790f8e83","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d114400b790f8e83","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581302,"stop":1728682581303,"duration":1}},{"uid":"dbd9ef59f602dd23","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dbd9ef59f602dd23","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082256,"stop":1728677082256,"duration":0}},{"uid":"b651b569110dec16","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b651b569110dec16","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754302,"stop":1728669754302,"duration":0}},{"uid":"207fd7e215208324","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/207fd7e215208324","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137641,"stop":1728598137641,"duration":0}},{"uid":"dd09ef05a7c78137","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dd09ef05a7c78137","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350582,"stop":1728597350583,"duration":1}}]},"tags":[]},"source":"5ed746fd979f7cf2.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3d677c787fc2bb8b.json b/7588/data/test-cases/5f37b904f0491f58.json similarity index 88% rename from 7556/data/test-cases/3d677c787fc2bb8b.json rename to 7588/data/test-cases/5f37b904f0491f58.json index 5329932655d..ff0ef2723d0 100644 --- a/7556/data/test-cases/3d677c787fc2bb8b.json +++ b/7588/data/test-cases/5f37b904f0491f58.json @@ -1 +1 @@ -{"uid":"3d677c787fc2bb8b","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":1728457510449,"stop":1728457510449,"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":6,"unknown":0,"total":6},"items":[{"uid":"32841f96384b5243","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/32841f96384b5243","status":"passed","time":{"start":1728456448206,"stop":1728456448207,"duration":1}},{"uid":"c682ce8fae9076bb","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/c682ce8fae9076bb","status":"passed","time":{"start":1728456195699,"stop":1728456195699,"duration":0}},{"uid":"78b103c5438612ae","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/78b103c5438612ae","status":"passed","time":{"start":1728456166707,"stop":1728456166707,"duration":0}},{"uid":"a53286c53746d83a","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a53286c53746d83a","status":"passed","time":{"start":1728455516728,"stop":1728455516728,"duration":0}},{"uid":"23cfb33705605b59","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/23cfb33705605b59","status":"passed","time":{"start":1728452508944,"stop":1728452508944,"duration":0}}]},"tags":[]},"source":"3d677c787fc2bb8b.json","parameterValues":[]} \ No newline at end of file +{"uid":"5f37b904f0491f58","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":1729034631255,"stop":1729034631255,"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":15,"unknown":0,"total":15},"items":[{"uid":"ea977f1aa1841664","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ea977f1aa1841664","status":"passed","time":{"start":1729034400892,"stop":1729034400892,"duration":0}},{"uid":"270eb1ebbb4bda8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/270eb1ebbb4bda8","status":"passed","time":{"start":1729034317461,"stop":1729034317462,"duration":1}},{"uid":"1f115fb5bd6c39d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f115fb5bd6c39d6","status":"passed","time":{"start":1729034137143,"stop":1729034137143,"duration":0}},{"uid":"64732c5d596d654e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/64732c5d596d654e","status":"passed","time":{"start":1729032206877,"stop":1729032206878,"duration":1}},{"uid":"1b071bd751512318","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b071bd751512318","status":"passed","time":{"start":1728901995023,"stop":1728901995024,"duration":1}},{"uid":"3db35ac8b77305b7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3db35ac8b77305b7","status":"passed","time":{"start":1728893420997,"stop":1728893420997,"duration":0}},{"uid":"f444b604051b817f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f444b604051b817f","status":"passed","time":{"start":1728856368598,"stop":1728856368599,"duration":1}},{"uid":"f62f0b7c6fce4c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f62f0b7c6fce4c","status":"passed","time":{"start":1728738604683,"stop":1728738604683,"duration":0}},{"uid":"178d6f8a8f963fe6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/178d6f8a8f963fe6","status":"passed","time":{"start":1728683117632,"stop":1728683117633,"duration":1}},{"uid":"ee59d17f0b75a90d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ee59d17f0b75a90d","status":"passed","time":{"start":1728682721320,"stop":1728682721320,"duration":0}},{"uid":"94cfb34c15d338f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/94cfb34c15d338f7","status":"passed","time":{"start":1728677184686,"stop":1728677184686,"duration":0}},{"uid":"97af6b6d2517c3cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97af6b6d2517c3cc","status":"passed","time":{"start":1728669866454,"stop":1728669866454,"duration":0}},{"uid":"8bf954abe5b686a9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bf954abe5b686a9","status":"passed","time":{"start":1728598249992,"stop":1728598249993,"duration":1}},{"uid":"bbbc352292773d46","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bbbc352292773d46","status":"passed","time":{"start":1728597472299,"stop":1728597472299,"duration":0}}]},"tags":[]},"source":"5f37b904f0491f58.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/5f38ce65ed464e00.json b/7588/data/test-cases/5f38ce65ed464e00.json new file mode 100644 index 00000000000..036adc24389 --- /dev/null +++ b/7588/data/test-cases/5f38ce65ed464e00.json @@ -0,0 +1 @@ +{"uid":"5f38ce65ed464e00","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":1729034332493,"stop":1729034332494,"duration":1},"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":15,"unknown":0,"total":15},"items":[{"uid":"985f0952c93c8780","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/985f0952c93c8780","status":"passed","time":{"start":1729034095622,"stop":1729034095623,"duration":1}},{"uid":"b9c5cbb358c2721c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b9c5cbb358c2721c","status":"passed","time":{"start":1729034019880,"stop":1729034019886,"duration":6}},{"uid":"632472c57f425b01","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/632472c57f425b01","status":"passed","time":{"start":1729033834022,"stop":1729033834024,"duration":2}},{"uid":"6a5a35d590da3b5a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6a5a35d590da3b5a","status":"passed","time":{"start":1729031883604,"stop":1729031883605,"duration":1}},{"uid":"318df9b75d769de6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/318df9b75d769de6","status":"passed","time":{"start":1728901429891,"stop":1728901429892,"duration":1}},{"uid":"5254da85d010ddec","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5254da85d010ddec","status":"passed","time":{"start":1728892860032,"stop":1728892860034,"duration":2}},{"uid":"991e759fab660aec","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/991e759fab660aec","status":"passed","time":{"start":1728855822964,"stop":1728855822965,"duration":1}},{"uid":"bb7e655a25f0861e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb7e655a25f0861e","status":"passed","time":{"start":1728738040124,"stop":1728738040126,"duration":2}},{"uid":"152dc1dc1102ecd7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/152dc1dc1102ecd7","status":"passed","time":{"start":1728682573416,"stop":1728682573417,"duration":1}},{"uid":"6f51778bf945f898","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6f51778bf945f898","status":"passed","time":{"start":1728682146523,"stop":1728682146525,"duration":2}},{"uid":"d75d5ec8f22e1ef4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d75d5ec8f22e1ef4","status":"passed","time":{"start":1728676621026,"stop":1728676621027,"duration":1}},{"uid":"23bdf10b8013858f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/23bdf10b8013858f","status":"passed","time":{"start":1728669344027,"stop":1728669344028,"duration":1}},{"uid":"510321094577ffa7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/510321094577ffa7","status":"passed","time":{"start":1728597684701,"stop":1728597684702,"duration":1}},{"uid":"711ebf0b86eabf3c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/711ebf0b86eabf3c","status":"passed","time":{"start":1728596904039,"stop":1728596904041,"duration":2}}]},"tags":[]},"source":"5f38ce65ed464e00.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e763b1a6f07fcae6.json b/7588/data/test-cases/5f61f57c4ade81eb.json similarity index 82% rename from 7556/data/test-cases/e763b1a6f07fcae6.json rename to 7588/data/test-cases/5f61f57c4ade81eb.json index 67a9775d27c..19afa4a6cfe 100644 --- a/7556/data/test-cases/e763b1a6f07fcae6.json +++ b/7588/data/test-cases/5f61f57c4ade81eb.json @@ -1 +1 @@ -{"uid":"e763b1a6f07fcae6","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":1728457481260,"stop":1728457481261,"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":6,"unknown":0,"total":6},"items":[{"uid":"754811163cde515","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/754811163cde515","status":"passed","time":{"start":1728456434597,"stop":1728456434597,"duration":0}},{"uid":"957b06adf8fd4601","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/957b06adf8fd4601","status":"passed","time":{"start":1728456196703,"stop":1728456196703,"duration":0}},{"uid":"7c001fa18564e642","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/7c001fa18564e642","status":"passed","time":{"start":1728456113182,"stop":1728456113183,"duration":1}},{"uid":"8407e7fe45fa2656","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/8407e7fe45fa2656","status":"passed","time":{"start":1728455468958,"stop":1728455468959,"duration":1}},{"uid":"2e11cd8f828c5292","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/2e11cd8f828c5292","status":"passed","time":{"start":1728452437018,"stop":1728452437018,"duration":0}}]},"tags":[]},"source":"e763b1a6f07fcae6.json","parameterValues":[]} \ No newline at end of file +{"uid":"5f61f57c4ade81eb","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":1729034636311,"stop":1729034636311,"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":15,"unknown":0,"total":15},"items":[{"uid":"3f76647b866e4256","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3f76647b866e4256","status":"passed","time":{"start":1729034402268,"stop":1729034402269,"duration":1}},{"uid":"4dd17f263dc6799","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4dd17f263dc6799","status":"passed","time":{"start":1729034323288,"stop":1729034323289,"duration":1}},{"uid":"da1b991707b80744","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/da1b991707b80744","status":"passed","time":{"start":1729034144763,"stop":1729034144763,"duration":0}},{"uid":"a9b7a61cbb360b51","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a9b7a61cbb360b51","status":"passed","time":{"start":1729032198813,"stop":1729032198814,"duration":1}},{"uid":"884eeb24b1478dbf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/884eeb24b1478dbf","status":"passed","time":{"start":1728901901759,"stop":1728901901760,"duration":1}},{"uid":"56aa8670bf4b9f60","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/56aa8670bf4b9f60","status":"passed","time":{"start":1728893337239,"stop":1728893337239,"duration":0}},{"uid":"19d451be7fe3f041","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/19d451be7fe3f041","status":"passed","time":{"start":1728856299186,"stop":1728856299186,"duration":0}},{"uid":"805986db059c8bc2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/805986db059c8bc2","status":"passed","time":{"start":1728738505372,"stop":1728738505372,"duration":0}},{"uid":"9e812e8a225c8b60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9e812e8a225c8b60","status":"passed","time":{"start":1728683045441,"stop":1728683045446,"duration":5}},{"uid":"13bce030d916caf3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13bce030d916caf3","status":"passed","time":{"start":1728682607285,"stop":1728682607286,"duration":1}},{"uid":"7d48fc9a32cc90f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d48fc9a32cc90f2","status":"passed","time":{"start":1728677103491,"stop":1728677103492,"duration":1}},{"uid":"e48aab5068b7b9b9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e48aab5068b7b9b9","status":"passed","time":{"start":1728669777113,"stop":1728669777114,"duration":1}},{"uid":"5418dc645759ed9b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5418dc645759ed9b","status":"passed","time":{"start":1728598163463,"stop":1728598163463,"duration":0}},{"uid":"b573f8fd060559b4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b573f8fd060559b4","status":"passed","time":{"start":1728597375462,"stop":1728597375463,"duration":1}}]},"tags":[]},"source":"5f61f57c4ade81eb.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c8b33439af3819db.json b/7588/data/test-cases/5f804ec9fceb9a37.json similarity index 83% rename from 7556/data/test-cases/c8b33439af3819db.json rename to 7588/data/test-cases/5f804ec9fceb9a37.json index 13a2eb20388..49163a55391 100644 --- a/7556/data/test-cases/c8b33439af3819db.json +++ b/7588/data/test-cases/5f804ec9fceb9a37.json @@ -1 +1 @@ -{"uid":"c8b33439af3819db","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":1728457448627,"stop":1728457448629,"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: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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":6,"unknown":0,"total":6},"items":[{"uid":"b83c1df10dcef5c1","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/b83c1df10dcef5c1","status":"passed","time":{"start":1728456402410,"stop":1728456402411,"duration":1}},{"uid":"bcd736d093527563","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/bcd736d093527563","status":"passed","time":{"start":1728456120442,"stop":1728456120442,"duration":0}},{"uid":"4ac5868f3fe74ac0","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4ac5868f3fe74ac0","status":"passed","time":{"start":1728456038377,"stop":1728456038377,"duration":0}},{"uid":"39b59bb7beeee4e8","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/39b59bb7beeee4e8","status":"passed","time":{"start":1728455403832,"stop":1728455403832,"duration":0}},{"uid":"a22873e0a9768c1b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a22873e0a9768c1b","status":"passed","time":{"start":1728452400296,"stop":1728452400296,"duration":0}}]},"tags":[]},"source":"c8b33439af3819db.json","parameterValues":[]} \ No newline at end of file +{"uid":"5f804ec9fceb9a37","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":1729034611683,"stop":1729034611684,"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":15,"unknown":0,"total":15},"items":[{"uid":"bfbd601d5bc6ac0f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bfbd601d5bc6ac0f","status":"passed","time":{"start":1729034393665,"stop":1729034393665,"duration":0}},{"uid":"469140f71d8a1bd9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/469140f71d8a1bd9","status":"passed","time":{"start":1729034304857,"stop":1729034304857,"duration":0}},{"uid":"be6f43f9b8be1f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be6f43f9b8be1f4","status":"passed","time":{"start":1729034121951,"stop":1729034121952,"duration":1}},{"uid":"bf8052c34657e650","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bf8052c34657e650","status":"passed","time":{"start":1729032174929,"stop":1729032174929,"duration":0}},{"uid":"1afc7b88b6ff9b72","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1afc7b88b6ff9b72","status":"passed","time":{"start":1728901881031,"stop":1728901881032,"duration":1}},{"uid":"226084f2811ad24a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/226084f2811ad24a","status":"passed","time":{"start":1728893317182,"stop":1728893317182,"duration":0}},{"uid":"82f3a3c2f66de7f0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/82f3a3c2f66de7f0","status":"passed","time":{"start":1728856263122,"stop":1728856263126,"duration":4}},{"uid":"2a69c69c27f85c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2a69c69c27f85c4","status":"passed","time":{"start":1728738492806,"stop":1728738492807,"duration":1}},{"uid":"994635dfb578693a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/994635dfb578693a","status":"passed","time":{"start":1728683030030,"stop":1728683030030,"duration":0}},{"uid":"c7581471b832e16d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7581471b832e16d","status":"passed","time":{"start":1728682581130,"stop":1728682581130,"duration":0}},{"uid":"35db58744c80f184","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35db58744c80f184","status":"passed","time":{"start":1728677082011,"stop":1728677082012,"duration":1}},{"uid":"5965c5d3977e3203","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5965c5d3977e3203","status":"passed","time":{"start":1728669795408,"stop":1728669795408,"duration":0}},{"uid":"cbcb60f89491a941","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cbcb60f89491a941","status":"passed","time":{"start":1728598137510,"stop":1728598137510,"duration":0}},{"uid":"7600ea29dd07bf05","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7600ea29dd07bf05","status":"passed","time":{"start":1728597353488,"stop":1728597353488,"duration":0}}]},"tags":[]},"source":"5f804ec9fceb9a37.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/5fbb08f0411a19bb.json b/7588/data/test-cases/5fbb08f0411a19bb.json new file mode 100644 index 00000000000..a84b577d9ae --- /dev/null +++ b/7588/data/test-cases/5fbb08f0411a19bb.json @@ -0,0 +1 @@ +{"uid":"5fbb08f0411a19bb","name":"should return true when peers exist","fullName":"/src/protocols/peer_manager.spec.ts: PeerManager > hasPeers > should return true when peers exist","historyId":"2f7f8ab22950e8b4b98ad56b307eb30f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373027,"stop":1729034373028,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.protocols"},{"name":"parentSuite","value":"PeerManager"},{"name":"suite","value":"hasPeers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d4bf97f210ed964d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4bf97f210ed964d","status":"passed","time":{"start":1729034137315,"stop":1729034137315,"duration":0}},{"uid":"7ad06085b2d81342","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7ad06085b2d81342","status":"passed","time":{"start":1729034060018,"stop":1729034060019,"duration":1}},{"uid":"efd3348e3781003d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/efd3348e3781003d","status":"passed","time":{"start":1729033874961,"stop":1729033874961,"duration":0}},{"uid":"6ffdb5d207acb6c4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ffdb5d207acb6c4","status":"passed","time":{"start":1729031924900,"stop":1729031924901,"duration":1}},{"uid":"426e35abf514cbf3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/426e35abf514cbf3","status":"passed","time":{"start":1728901469128,"stop":1728901469128,"duration":0}},{"uid":"8fa76ad154d08054","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fa76ad154d08054","status":"passed","time":{"start":1728892899793,"stop":1728892899793,"duration":0}},{"uid":"c8b02a091db07310","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c8b02a091db07310","status":"passed","time":{"start":1728855863057,"stop":1728855863058,"duration":1}},{"uid":"fffa200bdd400a99","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fffa200bdd400a99","status":"passed","time":{"start":1728738080899,"stop":1728738080899,"duration":0}},{"uid":"c4be17e6d7812e71","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c4be17e6d7812e71","status":"passed","time":{"start":1728682614308,"stop":1728682614309,"duration":1}},{"uid":"9671df93aedd9722","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9671df93aedd9722","status":"passed","time":{"start":1728682187093,"stop":1728682187093,"duration":0}},{"uid":"f7921cf831df4a64","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7921cf831df4a64","status":"passed","time":{"start":1728676661487,"stop":1728676661487,"duration":0}},{"uid":"4658d8d28eb2c29c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4658d8d28eb2c29c","status":"passed","time":{"start":1728669384661,"stop":1728669384662,"duration":1}},{"uid":"2cec4f4914db1ad6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2cec4f4914db1ad6","status":"passed","time":{"start":1728597724234,"stop":1728597724234,"duration":0}},{"uid":"8e3315c7ee3f2ac4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e3315c7ee3f2ac4","status":"passed","time":{"start":1728596943282,"stop":1728596943282,"duration":0}}]},"tags":[]},"source":"5fbb08f0411a19bb.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/6050c6b66170196d.json b/7588/data/test-cases/6050c6b66170196d.json new file mode 100644 index 00000000000..5af3f7879aa --- /dev/null +++ b/7588/data/test-cases/6050c6b66170196d.json @@ -0,0 +1 @@ +{"uid":"6050c6b66170196d","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":1729034332606,"stop":1729034332607,"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":15,"unknown":0,"total":15},"items":[{"uid":"89914da80d09f077","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89914da80d09f077","status":"passed","time":{"start":1729034096107,"stop":1729034096108,"duration":1}},{"uid":"f4982a763925d8be","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f4982a763925d8be","status":"passed","time":{"start":1729034020070,"stop":1729034020071,"duration":1}},{"uid":"8af10839aa322430","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8af10839aa322430","status":"passed","time":{"start":1729033834358,"stop":1729033834359,"duration":1}},{"uid":"e8b9aa37505b449a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8b9aa37505b449a","status":"passed","time":{"start":1729031884085,"stop":1729031884085,"duration":0}},{"uid":"50fce38b9cc69e57","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/50fce38b9cc69e57","status":"passed","time":{"start":1728901430240,"stop":1728901430241,"duration":1}},{"uid":"c3088ca3c3e525a6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c3088ca3c3e525a6","status":"passed","time":{"start":1728892860515,"stop":1728892860515,"duration":0}},{"uid":"6a60842f6b5ee31a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6a60842f6b5ee31a","status":"passed","time":{"start":1728855823302,"stop":1728855823306,"duration":4}},{"uid":"cb13d0f97e86c543","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb13d0f97e86c543","status":"passed","time":{"start":1728738040567,"stop":1728738040567,"duration":0}},{"uid":"934e3288f0a084ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/934e3288f0a084ef","status":"passed","time":{"start":1728682574065,"stop":1728682574065,"duration":0}},{"uid":"a9ec46d459df30d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a9ec46d459df30d7","status":"passed","time":{"start":1728682146791,"stop":1728682146792,"duration":1}},{"uid":"b3acc52fed0e43f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b3acc52fed0e43f0","status":"passed","time":{"start":1728676621402,"stop":1728676621402,"duration":0}},{"uid":"64f616e9aa1309b8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64f616e9aa1309b8","status":"passed","time":{"start":1728669344451,"stop":1728669344452,"duration":1}},{"uid":"942fbe8d496c7751","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/942fbe8d496c7751","status":"passed","time":{"start":1728597685132,"stop":1728597685133,"duration":1}},{"uid":"4dce025774b9ece5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4dce025774b9ece5","status":"passed","time":{"start":1728596904439,"stop":1728596904439,"duration":0}}]},"tags":[]},"source":"6050c6b66170196d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/77c278eef297ddea.json b/7588/data/test-cases/60bfdcfe8957b32e.json similarity index 85% rename from 7556/data/test-cases/77c278eef297ddea.json rename to 7588/data/test-cases/60bfdcfe8957b32e.json index 51099a35b78..17329e6b930 100644 --- a/7556/data/test-cases/77c278eef297ddea.json +++ b/7588/data/test-cases/60bfdcfe8957b32e.json @@ -1 +1 @@ -{"uid":"77c278eef297ddea","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":1728457537144,"stop":1728457537145,"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":6,"unknown":0,"total":6},"items":[{"uid":"39e27abe34568cc0","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/39e27abe34568cc0","status":"passed","time":{"start":1728456499113,"stop":1728456499114,"duration":1}},{"uid":"a206486928b7d92b","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a206486928b7d92b","status":"passed","time":{"start":1728456215103,"stop":1728456215107,"duration":4}},{"uid":"65218674e0eaee67","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/65218674e0eaee67","status":"passed","time":{"start":1728456167154,"stop":1728456167155,"duration":1}},{"uid":"a73a65106639aca","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a73a65106639aca","status":"passed","time":{"start":1728455518210,"stop":1728455518210,"duration":0}},{"uid":"34c892900ff3fa6f","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/34c892900ff3fa6f","status":"passed","time":{"start":1728452534895,"stop":1728452534896,"duration":1}}]},"tags":[]},"source":"77c278eef297ddea.json","parameterValues":[]} \ No newline at end of file +{"uid":"60bfdcfe8957b32e","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":1729034704507,"stop":1729034704507,"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":15,"unknown":0,"total":15},"items":[{"uid":"fb9a47e6cd667638","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fb9a47e6cd667638","status":"passed","time":{"start":1729034475010,"stop":1729034475010,"duration":0}},{"uid":"f32170e6513637af","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f32170e6513637af","status":"passed","time":{"start":1729034395301,"stop":1729034395301,"duration":0}},{"uid":"9cbc28476121cdfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9cbc28476121cdfe","status":"passed","time":{"start":1729034209119,"stop":1729034209119,"duration":0}},{"uid":"cfd9ef3e2b526168","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cfd9ef3e2b526168","status":"passed","time":{"start":1729032264596,"stop":1729032264597,"duration":1}},{"uid":"137d942b2c467be6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/137d942b2c467be6","status":"passed","time":{"start":1728902012874,"stop":1728902012874,"duration":0}},{"uid":"aa88e21cd2238c34","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aa88e21cd2238c34","status":"passed","time":{"start":1728893454824,"stop":1728893454824,"duration":0}},{"uid":"f74d267b8ce711d7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f74d267b8ce711d7","status":"passed","time":{"start":1728856408467,"stop":1728856408467,"duration":0}},{"uid":"f683ebeac7cb1265","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f683ebeac7cb1265","status":"passed","time":{"start":1728738633873,"stop":1728738633873,"duration":0}},{"uid":"8329817aff3bfb73","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8329817aff3bfb73","status":"passed","time":{"start":1728683159820,"stop":1728683159820,"duration":0}},{"uid":"7f279c9388d2a71b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7f279c9388d2a71b","status":"passed","time":{"start":1728682751345,"stop":1728682751345,"duration":0}},{"uid":"c6c5304dcc174591","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c6c5304dcc174591","status":"passed","time":{"start":1728677216377,"stop":1728677216377,"duration":0}},{"uid":"c3530cda69fb4458","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c3530cda69fb4458","status":"passed","time":{"start":1728669925466,"stop":1728669925466,"duration":0}},{"uid":"78104183d383a2c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/78104183d383a2c6","status":"passed","time":{"start":1728598268820,"stop":1728598268820,"duration":0}},{"uid":"929eaf053a1e91b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/929eaf053a1e91b","status":"passed","time":{"start":1728597503950,"stop":1728597503951,"duration":1}}]},"tags":[]},"source":"60bfdcfe8957b32e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/41e2820b5feb48fd.json b/7588/data/test-cases/61377fabd5c9e298.json similarity index 79% rename from 7556/data/test-cases/41e2820b5feb48fd.json rename to 7588/data/test-cases/61377fabd5c9e298.json index 16567330df3..2349844d9b1 100644 --- a/7556/data/test-cases/41e2820b5feb48fd.json +++ b/7588/data/test-cases/61377fabd5c9e298.json @@ -1 +1 @@ -{"uid":"41e2820b5feb48fd","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":1728457322438,"stop":1728457322438,"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":6,"passed":0,"unknown":0,"total":6},"items":[{"uid":"e702e10f94a19639","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e702e10f94a19639","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456287241,"stop":1728456287244,"duration":3}},{"uid":"bb30c15d3a4eb274","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/bb30c15d3a4eb274","status":"skipped","statusDetails":"Test ignored","time":{"start":1728455980768,"stop":1728455980768,"duration":0}},{"uid":"78c382b4b6945914","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/78c382b4b6945914","status":"skipped","statusDetails":"Test ignored","time":{"start":1728455789248,"stop":1728455789248,"duration":0}},{"uid":"8112287eddfa1a9e","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/8112287eddfa1a9e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728455146574,"stop":1728455146574,"duration":0}},{"uid":"2ad253adfaf1843","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/2ad253adfaf1843","status":"skipped","statusDetails":"Test ignored","time":{"start":1728452163135,"stop":1728452163136,"duration":1}}]},"tags":[]},"source":"41e2820b5feb48fd.json","parameterValues":[]} \ No newline at end of file +{"uid":"61377fabd5c9e298","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":1729034506805,"stop":1729034506805,"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"595913a19d10e893","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/595913a19d10e893","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034259834,"stop":1729034259836,"duration":2}},{"uid":"445c73a06d335e59","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/445c73a06d335e59","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034194036,"stop":1729034194036,"duration":0}},{"uid":"aef5e529d304a9db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aef5e529d304a9db","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034014882,"stop":1729034014882,"duration":0}},{"uid":"8c1704e99c262256","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c1704e99c262256","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032065461,"stop":1729032065462,"duration":1}},{"uid":"174c8f9aa264732b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/174c8f9aa264732b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901664285,"stop":1728901664285,"duration":0}},{"uid":"907f509c004b94fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/907f509c004b94fb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893093695,"stop":1728893093695,"duration":0}},{"uid":"358303dace1de328","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/358303dace1de328","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856055277,"stop":1728856055277,"duration":0}},{"uid":"83bb07a2a0efeaaa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/83bb07a2a0efeaaa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738274748,"stop":1728738274748,"duration":0}},{"uid":"a932f6f84a31c0b9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a932f6f84a31c0b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682807963,"stop":1728682807964,"duration":1}},{"uid":"77bca3f30aad3e0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77bca3f30aad3e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682381307,"stop":1728682381307,"duration":0}},{"uid":"7badff3b6de16a4d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7badff3b6de16a4d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676853904,"stop":1728676853905,"duration":1}},{"uid":"f4266f0776ee4005","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4266f0776ee4005","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669581702,"stop":1728669581703,"duration":1}},{"uid":"b05922eceabd4098","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b05922eceabd4098","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597923495,"stop":1728597923496,"duration":1}},{"uid":"93ef6e326d5e4c91","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/93ef6e326d5e4c91","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597132272,"stop":1728597132273,"duration":1}}]},"tags":[]},"source":"61377fabd5c9e298.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/614a923c3cb582db.json b/7588/data/test-cases/614a923c3cb582db.json new file mode 100644 index 00000000000..810e0afba33 --- /dev/null +++ b/7588/data/test-cases/614a923c3cb582db.json @@ -0,0 +1 @@ +{"uid":"614a923c3cb582db","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":1729034332612,"stop":1729034332612,"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":15,"unknown":0,"total":15},"items":[{"uid":"22e58fddac3ec89c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22e58fddac3ec89c","status":"passed","time":{"start":1729034096113,"stop":1729034096113,"duration":0}},{"uid":"ffaf9f4665cda860","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ffaf9f4665cda860","status":"passed","time":{"start":1729034020074,"stop":1729034020075,"duration":1}},{"uid":"5a5c5861572bac51","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a5c5861572bac51","status":"passed","time":{"start":1729033834363,"stop":1729033834364,"duration":1}},{"uid":"c342ed8d117d14f0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c342ed8d117d14f0","status":"passed","time":{"start":1729031884092,"stop":1729031884093,"duration":1}},{"uid":"426e3267f05747c1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/426e3267f05747c1","status":"passed","time":{"start":1728901430243,"stop":1728901430244,"duration":1}},{"uid":"e0c62de9bc8a39be","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e0c62de9bc8a39be","status":"passed","time":{"start":1728892860518,"stop":1728892860518,"duration":0}},{"uid":"3963ec89ddbc04a3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3963ec89ddbc04a3","status":"passed","time":{"start":1728855823309,"stop":1728855823309,"duration":0}},{"uid":"34bd6eab77355e19","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/34bd6eab77355e19","status":"passed","time":{"start":1728738040571,"stop":1728738040571,"duration":0}},{"uid":"386a12bc84bc74a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/386a12bc84bc74a","status":"passed","time":{"start":1728682574070,"stop":1728682574070,"duration":0}},{"uid":"697358a5f2f41d69","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/697358a5f2f41d69","status":"passed","time":{"start":1728682146798,"stop":1728682146798,"duration":0}},{"uid":"25db323a663371bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/25db323a663371bf","status":"passed","time":{"start":1728676621407,"stop":1728676621408,"duration":1}},{"uid":"24b20e0f8dcfd292","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/24b20e0f8dcfd292","status":"passed","time":{"start":1728669344455,"stop":1728669344455,"duration":0}},{"uid":"5c9488bac3b8ddad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5c9488bac3b8ddad","status":"passed","time":{"start":1728597685137,"stop":1728597685138,"duration":1}},{"uid":"e162a2bd490de24a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e162a2bd490de24a","status":"passed","time":{"start":1728596904443,"stop":1728596904446,"duration":3}}]},"tags":[]},"source":"614a923c3cb582db.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/618f4f1e478abaca.json b/7588/data/test-cases/618f4f1e478abaca.json new file mode 100644 index 00000000000..1d70fd98a51 --- /dev/null +++ b/7588/data/test-cases/618f4f1e478abaca.json @@ -0,0 +1 @@ +{"uid":"618f4f1e478abaca","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":1729034694622,"stop":1729034694622,"duration":0},"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":15,"unknown":0,"total":15},"items":[{"uid":"c1b36b9ad5358e6a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c1b36b9ad5358e6a","status":"passed","time":{"start":1729034462011,"stop":1729034462011,"duration":0}},{"uid":"63faeabe9019ea0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/63faeabe9019ea0","status":"passed","time":{"start":1729034375968,"stop":1729034375971,"duration":3}},{"uid":"e9da1c772ac3e459","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9da1c772ac3e459","status":"passed","time":{"start":1729034200063,"stop":1729034200064,"duration":1}},{"uid":"109c717ced56f973","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/109c717ced56f973","status":"passed","time":{"start":1729032257889,"stop":1729032257889,"duration":0}},{"uid":"762ecd4f4e3d2ae3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/762ecd4f4e3d2ae3","status":"passed","time":{"start":1728902003564,"stop":1728902003564,"duration":0}},{"uid":"8a9ce9df9568794e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8a9ce9df9568794e","status":"passed","time":{"start":1728893434693,"stop":1728893434693,"duration":0}},{"uid":"48f37dbef4134e8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/48f37dbef4134e8","status":"passed","time":{"start":1728856398640,"stop":1728856398641,"duration":1}},{"uid":"1dcee273b64e605e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1dcee273b64e605e","status":"passed","time":{"start":1728738612000,"stop":1728738612000,"duration":0}},{"uid":"97bd1e0fd9101cb2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/97bd1e0fd9101cb2","status":"passed","time":{"start":1728683155007,"stop":1728683155007,"duration":0}},{"uid":"7b817b8043eaf2da","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b817b8043eaf2da","status":"passed","time":{"start":1728682706101,"stop":1728682706102,"duration":1}},{"uid":"472a683c9c027d2b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/472a683c9c027d2b","status":"passed","time":{"start":1728677207494,"stop":1728677207494,"duration":0}},{"uid":"5a575e53a0d1d228","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5a575e53a0d1d228","status":"passed","time":{"start":1728669887096,"stop":1728669887096,"duration":0}},{"uid":"fc6ee94067b13975","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc6ee94067b13975","status":"passed","time":{"start":1728598263633,"stop":1728598263636,"duration":3}},{"uid":"c6f9f6f8b7f4a847","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c6f9f6f8b7f4a847","status":"passed","time":{"start":1728597478274,"stop":1728597478274,"duration":0}}]},"tags":[]},"source":"618f4f1e478abaca.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2454d1d585fdf1b2.json b/7588/data/test-cases/623ed148f82a07dd.json similarity index 62% rename from 7556/data/test-cases/2454d1d585fdf1b2.json rename to 7588/data/test-cases/623ed148f82a07dd.json index 101b53065f1..faee5705171 100644 --- a/7556/data/test-cases/2454d1d585fdf1b2.json +++ b/7588/data/test-cases/623ed148f82a07dd.json @@ -1 +1 @@ -{"uid":"2454d1d585fdf1b2","name":"getPeersByDiscovery","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > getPeersByDiscovery","historyId":"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457245463,"stop":1728457245468,"duration":5},"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":6,"unknown":0,"total":6},"items":[{"uid":"2523089371ce3b7d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/2523089371ce3b7d","status":"passed","time":{"start":1728456216448,"stop":1728456216448,"duration":0}},{"uid":"4d96913ef11ef94","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/4d96913ef11ef94","status":"passed","time":{"start":1728455903119,"stop":1728455903119,"duration":0}},{"uid":"9df6ad1750b1e7d9","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/9df6ad1750b1e7d9","status":"passed","time":{"start":1728455653297,"stop":1728455653297,"duration":0}},{"uid":"c09900a403a21e3f","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c09900a403a21e3f","status":"passed","time":{"start":1728455013478,"stop":1728455013478,"duration":0}},{"uid":"b5bd0ba0b062fa83","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b5bd0ba0b062fa83","status":"passed","time":{"start":1728452024131,"stop":1728452024131,"duration":0}}]},"tags":[]},"source":"2454d1d585fdf1b2.json","parameterValues":[]} \ No newline at end of file +{"uid":"623ed148f82a07dd","name":"getPeersByDiscovery","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > getPeersByDiscovery","historyId":"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034432450,"stop":1729034432451,"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":14,"unknown":0,"total":14},"items":[{"uid":"e875a7dd7175dee6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e875a7dd7175dee6","status":"passed","time":{"start":1729034119305,"stop":1729034119305,"duration":0}},{"uid":"8805bae33c14ad9c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8805bae33c14ad9c","status":"passed","time":{"start":1729033933480,"stop":1729033933481,"duration":1}},{"uid":"70c9f2fa736c95f4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/70c9f2fa736c95f4","status":"passed","time":{"start":1729031982921,"stop":1729031982921,"duration":0}},{"uid":"624fd903b5593642","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/624fd903b5593642","status":"passed","time":{"start":1728901527857,"stop":1728901527858,"duration":1}},{"uid":"c0d10684ffcae39e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0d10684ffcae39e","status":"passed","time":{"start":1728892960140,"stop":1728892960141,"duration":1}},{"uid":"9db3310aa798e04f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9db3310aa798e04f","status":"passed","time":{"start":1728855921715,"stop":1728855921715,"duration":0}},{"uid":"245a75b3980e2b95","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/245a75b3980e2b95","status":"passed","time":{"start":1728738138433,"stop":1728738138433,"duration":0}},{"uid":"87ec61c892932017","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/87ec61c892932017","status":"passed","time":{"start":1728682672253,"stop":1728682672253,"duration":0}},{"uid":"dd7d98bc279161a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dd7d98bc279161a1","status":"passed","time":{"start":1728682245075,"stop":1728682245075,"duration":0}},{"uid":"c111d6dbdbe3097d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c111d6dbdbe3097d","status":"passed","time":{"start":1728676721300,"stop":1728676721300,"duration":0}},{"uid":"c4b61a141ef9dab9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4b61a141ef9dab9","status":"passed","time":{"start":1728669444561,"stop":1728669444563,"duration":2}},{"uid":"51b1e79ce4a6adfb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/51b1e79ce4a6adfb","status":"passed","time":{"start":1728597784073,"stop":1728597784074,"duration":1}},{"uid":"d3509e2229664535","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d3509e2229664535","status":"passed","time":{"start":1728597001549,"stop":1728597001550,"duration":1}}]},"tags":[]},"source":"623ed148f82a07dd.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/6279971d93b7d061.json b/7588/data/test-cases/6279971d93b7d061.json new file mode 100644 index 00000000000..85bd5be1d28 --- /dev/null +++ b/7588/data/test-cases/6279971d93b7d061.json @@ -0,0 +1 @@ +{"uid":"6279971d93b7d061","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":1729034399692,"stop":1729034399692,"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":15,"unknown":0,"total":15},"items":[{"uid":"2b20bd2c8dc51fbb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2b20bd2c8dc51fbb","status":"passed","time":{"start":1729034162498,"stop":1729034162498,"duration":0}},{"uid":"ee74c969ec90ce8a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ee74c969ec90ce8a","status":"passed","time":{"start":1729034086612,"stop":1729034086613,"duration":1}},{"uid":"ff5bc14a0109865","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff5bc14a0109865","status":"passed","time":{"start":1729033900643,"stop":1729033900645,"duration":2}},{"uid":"f7df946e330f0e0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f7df946e330f0e0e","status":"passed","time":{"start":1729031950407,"stop":1729031950408,"duration":1}},{"uid":"ff442ca849d58cfb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ff442ca849d58cfb","status":"passed","time":{"start":1728901494879,"stop":1728901494879,"duration":0}},{"uid":"e812dfb31fec9e02","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e812dfb31fec9e02","status":"passed","time":{"start":1728892927097,"stop":1728892927098,"duration":1}},{"uid":"bbf4ea058a5b8555","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bbf4ea058a5b8555","status":"passed","time":{"start":1728855889014,"stop":1728855889015,"duration":1}},{"uid":"ec21d3f177324372","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec21d3f177324372","status":"passed","time":{"start":1728738105941,"stop":1728738105941,"duration":0}},{"uid":"5b039a516c597ef0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5b039a516c597ef0","status":"passed","time":{"start":1728682639925,"stop":1728682639926,"duration":1}},{"uid":"b31db6e6e728c5d4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b31db6e6e728c5d4","status":"passed","time":{"start":1728682212119,"stop":1728682212120,"duration":1}},{"uid":"6fc4ac383b9d536d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6fc4ac383b9d536d","status":"passed","time":{"start":1728676687921,"stop":1728676687922,"duration":1}},{"uid":"a822f0cf788eac6d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a822f0cf788eac6d","status":"passed","time":{"start":1728669411847,"stop":1728669411847,"duration":0}},{"uid":"332def47f04a09c2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/332def47f04a09c2","status":"passed","time":{"start":1728597751012,"stop":1728597751012,"duration":0}},{"uid":"81aeeb6d0c0951da","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/81aeeb6d0c0951da","status":"passed","time":{"start":1728596968267,"stop":1728596968268,"duration":1}}]},"tags":[]},"source":"6279971d93b7d061.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/62a92527073f7046.json b/7588/data/test-cases/62a92527073f7046.json new file mode 100644 index 00000000000..910611e6545 --- /dev/null +++ b/7588/data/test-cases/62a92527073f7046.json @@ -0,0 +1 @@ +{"uid":"62a92527073f7046","name":"pre and post cipher","fullName":"/src/encryption.spec.ts: Waku Encryption > pre and post cipher","historyId":"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034366898,"stop":1729034366899,"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":15,"unknown":0,"total":15},"items":[{"uid":"baa5f22fe6141a07","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/baa5f22fe6141a07","status":"passed","time":{"start":1729034130924,"stop":1729034130925,"duration":1}},{"uid":"7c466bf6c042ed43","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7c466bf6c042ed43","status":"passed","time":{"start":1729034053887,"stop":1729034053887,"duration":0}},{"uid":"f351dd2c0ef4062","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f351dd2c0ef4062","status":"passed","time":{"start":1729033868926,"stop":1729033868927,"duration":1}},{"uid":"e3903a1bb562ba72","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e3903a1bb562ba72","status":"passed","time":{"start":1729031918512,"stop":1729031918512,"duration":0}},{"uid":"b05cb2623aa538eb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b05cb2623aa538eb","status":"passed","time":{"start":1728901464221,"stop":1728901464221,"duration":0}},{"uid":"dfa820bfd85598c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dfa820bfd85598c1","status":"passed","time":{"start":1728892894741,"stop":1728892894741,"duration":0}},{"uid":"b2a8d0664356a8e1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2a8d0664356a8e1","status":"passed","time":{"start":1728855857252,"stop":1728855857253,"duration":1}},{"uid":"edf9ea3ffc76478f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edf9ea3ffc76478f","status":"passed","time":{"start":1728738074581,"stop":1728738074581,"duration":0}},{"uid":"53f00eea133721d6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/53f00eea133721d6","status":"passed","time":{"start":1728682608127,"stop":1728682608128,"duration":1}},{"uid":"125ced7eb52cdf88","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/125ced7eb52cdf88","status":"passed","time":{"start":1728682181012,"stop":1728682181013,"duration":1}},{"uid":"542fac481609ba3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/542fac481609ba3","status":"passed","time":{"start":1728676655410,"stop":1728676655410,"duration":0}},{"uid":"db2b2856e3527404","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/db2b2856e3527404","status":"passed","time":{"start":1728669378741,"stop":1728669378741,"duration":0}},{"uid":"1eb19a1e720a504","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1eb19a1e720a504","status":"passed","time":{"start":1728597719063,"stop":1728597719064,"duration":1}},{"uid":"b6a290867c128d51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b6a290867c128d51","status":"passed","time":{"start":1728596938239,"stop":1728596938239,"duration":0}}]},"tags":[]},"source":"62a92527073f7046.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/de1cb9889155db5f.json b/7588/data/test-cases/62f6babe0630c7d2.json similarity index 54% rename from 7556/data/test-cases/de1cb9889155db5f.json rename to 7588/data/test-cases/62f6babe0630c7d2.json index 8a0c2326b8a..c56a6a3021f 100644 --- a/7556/data/test-cases/de1cb9889155db5f.json +++ b/7588/data/test-cases/62f6babe0630c7d2.json @@ -1 +1 @@ -{"uid":"de1cb9889155db5f","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":1728457280061,"stop":1728457280062,"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":6,"unknown":0,"total":6},"items":[{"uid":"3a897727cf334dda","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/3a897727cf334dda","status":"passed","time":{"start":1728456247426,"stop":1728456247428,"duration":2}},{"uid":"4dbcaf0c1020f01c","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/4dbcaf0c1020f01c","status":"passed","time":{"start":1728455938201,"stop":1728455938201,"duration":0}},{"uid":"fdd8fc76704601eb","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/fdd8fc76704601eb","status":"passed","time":{"start":1728455725241,"stop":1728455725242,"duration":1}},{"uid":"12f6edc31b5d418a","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/12f6edc31b5d418a","status":"passed","time":{"start":1728455087626,"stop":1728455087626,"duration":0}},{"uid":"91c9efe11ea86329","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/91c9efe11ea86329","status":"passed","time":{"start":1728452102670,"stop":1728452102671,"duration":1}}]},"tags":[]},"source":"de1cb9889155db5f.json","parameterValues":[]} \ No newline at end of file +{"uid":"62f6babe0630c7d2","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":1729034462533,"stop":1729034462533,"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":15,"unknown":0,"total":15},"items":[{"uid":"4a48ef840d42ce82","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4a48ef840d42ce82","status":"passed","time":{"start":1729034231343,"stop":1729034231343,"duration":0}},{"uid":"2adba9fc6f7eabd3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2adba9fc6f7eabd3","status":"passed","time":{"start":1729034153005,"stop":1729034153005,"duration":0}},{"uid":"9fa69fd0d326e6a6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9fa69fd0d326e6a6","status":"passed","time":{"start":1729033965752,"stop":1729033965753,"duration":1}},{"uid":"5cd9e75b75c721b3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5cd9e75b75c721b3","status":"passed","time":{"start":1729032018029,"stop":1729032018030,"duration":1}},{"uid":"53751b60d1def216","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53751b60d1def216","status":"passed","time":{"start":1728901595851,"stop":1728901595852,"duration":1}},{"uid":"597e11c9f5210f1b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/597e11c9f5210f1b","status":"passed","time":{"start":1728893032690,"stop":1728893032690,"duration":0}},{"uid":"c64a618af43e4561","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c64a618af43e4561","status":"passed","time":{"start":1728855998186,"stop":1728855998187,"duration":1}},{"uid":"f208a1640d1279de","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f208a1640d1279de","status":"passed","time":{"start":1728738212195,"stop":1728738212195,"duration":0}},{"uid":"370a9c5804c037ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/370a9c5804c037ef","status":"passed","time":{"start":1728682746576,"stop":1728682746576,"duration":0}},{"uid":"fac2fc228da741c1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fac2fc228da741c1","status":"passed","time":{"start":1728682328609,"stop":1728682328612,"duration":3}},{"uid":"1afc05c7b5d220f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1afc05c7b5d220f0","status":"passed","time":{"start":1728676807593,"stop":1728676807594,"duration":1}},{"uid":"5d7268d8151a6ce6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5d7268d8151a6ce6","status":"passed","time":{"start":1728669514929,"stop":1728669514929,"duration":0}},{"uid":"6a8b485fed5e48a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a8b485fed5e48a4","status":"passed","time":{"start":1728597860131,"stop":1728597860133,"duration":2}},{"uid":"9a6e2ec5a60cb652","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9a6e2ec5a60cb652","status":"passed","time":{"start":1728597074713,"stop":1728597074715,"duration":2}}]},"tags":[]},"source":"62f6babe0630c7d2.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/63084c03b2e16ec8.json b/7588/data/test-cases/63084c03b2e16ec8.json new file mode 100644 index 00000000000..55075da539f --- /dev/null +++ b/7588/data/test-cases/63084c03b2e16ec8.json @@ -0,0 +1 @@ +{"uid":"63084c03b2e16ec8","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":1729034332636,"stop":1729034332637,"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":15,"unknown":0,"total":15},"items":[{"uid":"70f5edd74f6bed0f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/70f5edd74f6bed0f","status":"passed","time":{"start":1729034096136,"stop":1729034096137,"duration":1}},{"uid":"f09944127b699cc6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f09944127b699cc6","status":"passed","time":{"start":1729034020093,"stop":1729034020093,"duration":0}},{"uid":"bcbdaecdf430c001","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bcbdaecdf430c001","status":"passed","time":{"start":1729033834389,"stop":1729033834390,"duration":1}},{"uid":"c1139d6714c87385","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c1139d6714c87385","status":"passed","time":{"start":1729031884123,"stop":1729031884123,"duration":0}},{"uid":"a13f72c94260bad6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a13f72c94260bad6","status":"passed","time":{"start":1728901430257,"stop":1728901430257,"duration":0}},{"uid":"3ab6f3c364b67d2f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ab6f3c364b67d2f","status":"passed","time":{"start":1728892860535,"stop":1728892860535,"duration":0}},{"uid":"bbc617546d6d5dbe","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bbc617546d6d5dbe","status":"passed","time":{"start":1728855823325,"stop":1728855823325,"duration":0}},{"uid":"2f5b7caa761b98fb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f5b7caa761b98fb","status":"passed","time":{"start":1728738040606,"stop":1728738040606,"duration":0}},{"uid":"5e035f1f62ae6581","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e035f1f62ae6581","status":"passed","time":{"start":1728682574096,"stop":1728682574096,"duration":0}},{"uid":"769f9121899c7a12","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/769f9121899c7a12","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"a2546fe55b3fa079","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2546fe55b3fa079","status":"passed","time":{"start":1728676621435,"stop":1728676621435,"duration":0}},{"uid":"6e9e91a5c1b31396","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e9e91a5c1b31396","status":"passed","time":{"start":1728669344470,"stop":1728669344471,"duration":1}},{"uid":"d99986306764f441","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d99986306764f441","status":"passed","time":{"start":1728597685164,"stop":1728597685165,"duration":1}},{"uid":"3360c04541d82de","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3360c04541d82de","status":"passed","time":{"start":1728596904472,"stop":1728596904472,"duration":0}}]},"tags":[]},"source":"63084c03b2e16ec8.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/6334ff280e9d178a.json b/7588/data/test-cases/6334ff280e9d178a.json new file mode 100644 index 00000000000..40d606541c0 --- /dev/null +++ b/7588/data/test-cases/6334ff280e9d178a.json @@ -0,0 +1 @@ +{"uid":"6334ff280e9d178a","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":1729034399690,"stop":1729034399690,"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 \"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":15,"unknown":0,"total":15},"items":[{"uid":"a42d2f7a4ae6101c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a42d2f7a4ae6101c","status":"passed","time":{"start":1729034162496,"stop":1729034162496,"duration":0}},{"uid":"b0166b1cce5d19a8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b0166b1cce5d19a8","status":"passed","time":{"start":1729034086607,"stop":1729034086608,"duration":1}},{"uid":"d5b40d5a2359cbd5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d5b40d5a2359cbd5","status":"passed","time":{"start":1729033900634,"stop":1729033900634,"duration":0}},{"uid":"e479108764f31970","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e479108764f31970","status":"passed","time":{"start":1729031950406,"stop":1729031950406,"duration":0}},{"uid":"4b68211689d3fa6c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b68211689d3fa6c","status":"passed","time":{"start":1728901494877,"stop":1728901494877,"duration":0}},{"uid":"8df6da735b5b4307","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8df6da735b5b4307","status":"passed","time":{"start":1728892927095,"stop":1728892927096,"duration":1}},{"uid":"20237e4a8c4615b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/20237e4a8c4615b6","status":"passed","time":{"start":1728855889012,"stop":1728855889013,"duration":1}},{"uid":"da88413cdac3baf4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da88413cdac3baf4","status":"passed","time":{"start":1728738105939,"stop":1728738105939,"duration":0}},{"uid":"908ae857abcea194","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/908ae857abcea194","status":"passed","time":{"start":1728682639923,"stop":1728682639924,"duration":1}},{"uid":"cc44a9c415286688","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cc44a9c415286688","status":"passed","time":{"start":1728682212117,"stop":1728682212117,"duration":0}},{"uid":"ff9b2e669299f5e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ff9b2e669299f5e4","status":"passed","time":{"start":1728676687917,"stop":1728676687918,"duration":1}},{"uid":"5da0faca28863152","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5da0faca28863152","status":"passed","time":{"start":1728669411845,"stop":1728669411845,"duration":0}},{"uid":"81e5c8efbbec3c2e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/81e5c8efbbec3c2e","status":"passed","time":{"start":1728597751009,"stop":1728597751010,"duration":1}},{"uid":"2858ee3be2a4677c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2858ee3be2a4677c","status":"passed","time":{"start":1728596968266,"stop":1728596968266,"duration":0}}]},"tags":[]},"source":"6334ff280e9d178a.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/cd64e7a6a5d9b783.json b/7588/data/test-cases/638f5f4b926daeae.json similarity index 98% rename from 7556/data/test-cases/cd64e7a6a5d9b783.json rename to 7588/data/test-cases/638f5f4b926daeae.json index 3015efdd22f..29d71885d25 100644 --- a/7556/data/test-cases/cd64e7a6a5d9b783.json +++ b/7588/data/test-cases/638f5f4b926daeae.json @@ -1 +1 @@ -{"uid":"cd64e7a6a5d9b783","name":"Push message with custom timestamp: 1728460960533","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1728460960533","historyId":"bb5f7e68ff8b62317bf9612a79a480b1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457473542,"stop":1728457473542,"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":"cd64e7a6a5d9b783.json","parameterValues":[]} \ No newline at end of file +{"uid":"638f5f4b926daeae","name":"Push message with custom timestamp: 1698276107155","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1698276107155","historyId":"df63d7d95a78e82174f5c03c77a045de:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034617769,"stop":1729034617771,"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":[],"tags":[]},"source":"638f5f4b926daeae.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/a4a80d0adc466794.json b/7588/data/test-cases/6453eb18170b42ca.json similarity index 81% rename from 7556/data/test-cases/a4a80d0adc466794.json rename to 7588/data/test-cases/6453eb18170b42ca.json index 5f4308bd547..7eeb2f94a2d 100644 --- a/7556/data/test-cases/a4a80d0adc466794.json +++ b/7588/data/test-cases/6453eb18170b42ca.json @@ -1 +1 @@ -{"uid":"a4a80d0adc466794","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":1728457448635,"stop":1728457448635,"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":6,"passed":0,"unknown":0,"total":6},"items":[{"uid":"b6ca37184fe57dd8","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/b6ca37184fe57dd8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456402414,"stop":1728456402414,"duration":0}},{"uid":"62401b851b178d51","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/62401b851b178d51","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456120446,"stop":1728456120446,"duration":0}},{"uid":"bd6cf1fa0b9f108d","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/bd6cf1fa0b9f108d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456038380,"stop":1728456038380,"duration":0}},{"uid":"11f6da9ff92e9135","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/11f6da9ff92e9135","status":"skipped","statusDetails":"Test ignored","time":{"start":1728455403837,"stop":1728455403838,"duration":1}},{"uid":"8569c031b150a667","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/8569c031b150a667","status":"skipped","statusDetails":"Test ignored","time":{"start":1728452400299,"stop":1728452400299,"duration":0}}]},"tags":[]},"source":"a4a80d0adc466794.json","parameterValues":[]} \ No newline at end of file +{"uid":"6453eb18170b42ca","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":1729034611687,"stop":1729034611689,"duration":2},"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"df018ca098f39b0f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/df018ca098f39b0f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034393673,"stop":1729034393673,"duration":0}},{"uid":"bba32081e268e848","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bba32081e268e848","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034304864,"stop":1729034304864,"duration":0}},{"uid":"e5439b3e0d6a28b2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e5439b3e0d6a28b2","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121957,"stop":1729034121958,"duration":1}},{"uid":"f313135d8fb06e5f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f313135d8fb06e5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174932,"stop":1729032174932,"duration":0}},{"uid":"8f2ada6f8aae614b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8f2ada6f8aae614b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881036,"stop":1728901881036,"duration":0}},{"uid":"7f3aaa38045cd295","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7f3aaa38045cd295","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317185,"stop":1728893317185,"duration":0}},{"uid":"ea8850103036e1f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ea8850103036e1f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263129,"stop":1728856263129,"duration":0}},{"uid":"41b19636cfee2c01","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/41b19636cfee2c01","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492815,"stop":1728738492815,"duration":0}},{"uid":"d44c5120f90c52e5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d44c5120f90c52e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030032,"stop":1728683030033,"duration":1}},{"uid":"b79ea7e83f178d3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b79ea7e83f178d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581133,"stop":1728682581134,"duration":1}},{"uid":"1db1ccc9ea5b2642","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1db1ccc9ea5b2642","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082018,"stop":1728677082018,"duration":0}},{"uid":"9d587e026d528bb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9d587e026d528bb3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795411,"stop":1728669795411,"duration":0}},{"uid":"545bf41609f20918","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/545bf41609f20918","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137512,"stop":1728598137512,"duration":0}},{"uid":"ee84e2c674289717","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ee84e2c674289717","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353491,"stop":1728597353491,"duration":0}}]},"tags":[]},"source":"6453eb18170b42ca.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/64853306c48c8bd0.json b/7588/data/test-cases/64853306c48c8bd0.json new file mode 100644 index 00000000000..ee64eb3185b --- /dev/null +++ b/7588/data/test-cases/64853306c48c8bd0.json @@ -0,0 +1 @@ +{"uid":"64853306c48c8bd0","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":1729034708550,"stop":1729034708551,"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}],"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"dca51b646c1f0960","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dca51b646c1f0960","status":"passed","time":{"start":1729034480285,"stop":1729034480288,"duration":3}},{"uid":"abb85e2a91480ec5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/abb85e2a91480ec5","status":"passed","time":{"start":1729034396758,"stop":1729034396758,"duration":0}},{"uid":"63afe140347f62bd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/63afe140347f62bd","status":"passed","time":{"start":1729032277689,"stop":1729032277690,"duration":1}},{"uid":"840cccf261111bd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/840cccf261111bd","status":"passed","time":{"start":1728902034222,"stop":1728902034222,"duration":0}},{"uid":"ce634bc10894611b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce634bc10894611b","status":"passed","time":{"start":1728893469054,"stop":1728893469055,"duration":1}},{"uid":"45c7e15a11f5d84e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/45c7e15a11f5d84e","status":"passed","time":{"start":1728856416486,"stop":1728856416486,"duration":0}},{"uid":"54ebf1297b70714","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/54ebf1297b70714","status":"passed","time":{"start":1728738643168,"stop":1728738643168,"duration":0}},{"uid":"36b807f684ea9b70","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36b807f684ea9b70","status":"passed","time":{"start":1728683174244,"stop":1728683174244,"duration":0}},{"uid":"76fa6990a7390879","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/76fa6990a7390879","status":"passed","time":{"start":1728682757797,"stop":1728682757797,"duration":0}},{"uid":"58735082b8c13fde","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/58735082b8c13fde","status":"passed","time":{"start":1728677231122,"stop":1728677231123,"duration":1}},{"uid":"bb7c19f126895cfe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb7c19f126895cfe","status":"passed","time":{"start":1728669920232,"stop":1728669920233,"duration":1}},{"uid":"66c360757e0c37c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/66c360757e0c37c6","status":"passed","time":{"start":1728598298886,"stop":1728598298887,"duration":1}},{"uid":"5962bbda8bd40738","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5962bbda8bd40738","status":"passed","time":{"start":1728597513732,"stop":1728597513732,"duration":0}}]},"tags":[]},"source":"64853306c48c8bd0.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/6492b18d40a3ed45.json b/7588/data/test-cases/6492b18d40a3ed45.json new file mode 100644 index 00000000000..1921971ac44 --- /dev/null +++ b/7588/data/test-cases/6492b18d40a3ed45.json @@ -0,0 +1 @@ +{"uid":"6492b18d40a3ed45","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":1729034332631,"stop":1729034332632,"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":15,"unknown":0,"total":15},"items":[{"uid":"469ea078741fe792","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/469ea078741fe792","status":"passed","time":{"start":1729034096133,"stop":1729034096133,"duration":0}},{"uid":"ccc9239ff208b8d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ccc9239ff208b8d","status":"passed","time":{"start":1729034020091,"stop":1729034020091,"duration":0}},{"uid":"9d29cb1f4c264b6d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9d29cb1f4c264b6d","status":"passed","time":{"start":1729033834386,"stop":1729033834386,"duration":0}},{"uid":"5fa0e94b67a2b4fc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fa0e94b67a2b4fc","status":"passed","time":{"start":1729031884119,"stop":1729031884119,"duration":0}},{"uid":"6f8f20aa9c98cad0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f8f20aa9c98cad0","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"894f99cb7b5bee2e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/894f99cb7b5bee2e","status":"passed","time":{"start":1728892860532,"stop":1728892860532,"duration":0}},{"uid":"a331a4b09c2cde35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a331a4b09c2cde35","status":"passed","time":{"start":1728855823322,"stop":1728855823322,"duration":0}},{"uid":"20a3c2c3e202e061","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20a3c2c3e202e061","status":"passed","time":{"start":1728738040602,"stop":1728738040602,"duration":0}},{"uid":"c563cc6c06d2fb25","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c563cc6c06d2fb25","status":"passed","time":{"start":1728682574093,"stop":1728682574093,"duration":0}},{"uid":"6dadc4fa3635f6dc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6dadc4fa3635f6dc","status":"passed","time":{"start":1728682146817,"stop":1728682146818,"duration":1}},{"uid":"5f27f0a3a90a4c1d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5f27f0a3a90a4c1d","status":"passed","time":{"start":1728676621432,"stop":1728676621432,"duration":0}},{"uid":"258ae197bd001735","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/258ae197bd001735","status":"passed","time":{"start":1728669344467,"stop":1728669344468,"duration":1}},{"uid":"e3bc6c90b673d27e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3bc6c90b673d27e","status":"passed","time":{"start":1728597685161,"stop":1728597685161,"duration":0}},{"uid":"708a3a08159fe214","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/708a3a08159fe214","status":"passed","time":{"start":1728596904468,"stop":1728596904468,"duration":0}}]},"tags":[]},"source":"6492b18d40a3ed45.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/64f7d5cf6f5185db.json b/7588/data/test-cases/64f7d5cf6f5185db.json new file mode 100644 index 00000000000..b4a422bceeb --- /dev/null +++ b/7588/data/test-cases/64f7d5cf6f5185db.json @@ -0,0 +1 @@ +{"uid":"64f7d5cf6f5185db","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":1729034398721,"stop":1729034398722,"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":15,"unknown":0,"total":15},"items":[{"uid":"f0a8b8288a062ef7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f0a8b8288a062ef7","status":"passed","time":{"start":1729034163595,"stop":1729034163596,"duration":1}},{"uid":"57ef5e09efba4db2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/57ef5e09efba4db2","status":"passed","time":{"start":1729034085358,"stop":1729034085358,"duration":0}},{"uid":"1f10d442d4f6f884","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f10d442d4f6f884","status":"passed","time":{"start":1729033899385,"stop":1729033899386,"duration":1}},{"uid":"b9ea35e20192f0de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b9ea35e20192f0de","status":"passed","time":{"start":1729031949754,"stop":1729031949755,"duration":1}},{"uid":"b6fffeb7d752a8d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b6fffeb7d752a8d","status":"passed","time":{"start":1728901497251,"stop":1728901497251,"duration":0}},{"uid":"1f16d87871c6a8f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1f16d87871c6a8f8","status":"passed","time":{"start":1728892931616,"stop":1728892931617,"duration":1}},{"uid":"d1931ced35b63191","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d1931ced35b63191","status":"passed","time":{"start":1728855891086,"stop":1728855891086,"duration":0}},{"uid":"9fb941d2e352f057","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9fb941d2e352f057","status":"passed","time":{"start":1728738108306,"stop":1728738108306,"duration":0}},{"uid":"b665634cc1f63e53","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b665634cc1f63e53","status":"passed","time":{"start":1728682642732,"stop":1728682642740,"duration":8}},{"uid":"ce6cde5b36fbd256","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce6cde5b36fbd256","status":"passed","time":{"start":1728682214719,"stop":1728682214720,"duration":1}},{"uid":"593587d8abdaf092","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/593587d8abdaf092","status":"passed","time":{"start":1728676692180,"stop":1728676692181,"duration":1}},{"uid":"1fb60757161f8bd9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1fb60757161f8bd9","status":"passed","time":{"start":1728669416673,"stop":1728669416674,"duration":1}},{"uid":"309b7a7c1f4c7ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/309b7a7c1f4c7ab","status":"passed","time":{"start":1728597754027,"stop":1728597754028,"duration":1}},{"uid":"5321d3e6ce4e94e5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5321d3e6ce4e94e5","status":"passed","time":{"start":1728596972642,"stop":1728596972642,"duration":0}}]},"tags":[]},"source":"64f7d5cf6f5185db.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/fa4bbe59fa379e2a.json b/7588/data/test-cases/650bb5b70d795a18.json similarity index 82% rename from 7556/data/test-cases/fa4bbe59fa379e2a.json rename to 7588/data/test-cases/650bb5b70d795a18.json index 432b9672de4..6b9214c6aa8 100644 --- a/7556/data/test-cases/fa4bbe59fa379e2a.json +++ b/7588/data/test-cases/650bb5b70d795a18.json @@ -1 +1 @@ -{"uid":"fa4bbe59fa379e2a","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":1728457481255,"stop":1728457481255,"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":6,"unknown":0,"total":6},"items":[{"uid":"6d490b1091634f78","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/6d490b1091634f78","status":"passed","time":{"start":1728456434593,"stop":1728456434595,"duration":2}},{"uid":"7415ee8124d10f8","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/7415ee8124d10f8","status":"passed","time":{"start":1728456196702,"stop":1728456196702,"duration":0}},{"uid":"fb0726250193bef1","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/fb0726250193bef1","status":"passed","time":{"start":1728456113178,"stop":1728456113180,"duration":2}},{"uid":"df7d796888f7b8d8","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/df7d796888f7b8d8","status":"passed","time":{"start":1728455468956,"stop":1728455468957,"duration":1}},{"uid":"a5139ebb7ce232ce","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a5139ebb7ce232ce","status":"passed","time":{"start":1728452437015,"stop":1728452437016,"duration":1}}]},"tags":[]},"source":"fa4bbe59fa379e2a.json","parameterValues":[]} \ No newline at end of file +{"uid":"650bb5b70d795a18","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":1729034636310,"stop":1729034636310,"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":15,"unknown":0,"total":15},"items":[{"uid":"46d5165fe6b6a112","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/46d5165fe6b6a112","status":"passed","time":{"start":1729034402260,"stop":1729034402265,"duration":5}},{"uid":"97750e28c11251e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/97750e28c11251e8","status":"passed","time":{"start":1729034323283,"stop":1729034323286,"duration":3}},{"uid":"b05883cd515474e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b05883cd515474e8","status":"passed","time":{"start":1729034144761,"stop":1729034144762,"duration":1}},{"uid":"e0efe1c61d63070e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e0efe1c61d63070e","status":"passed","time":{"start":1729032198812,"stop":1729032198812,"duration":0}},{"uid":"999636334b44e831","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/999636334b44e831","status":"passed","time":{"start":1728901901753,"stop":1728901901757,"duration":4}},{"uid":"6ac6dccf68852b01","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6ac6dccf68852b01","status":"passed","time":{"start":1728893337238,"stop":1728893337238,"duration":0}},{"uid":"f8901711329a5588","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f8901711329a5588","status":"passed","time":{"start":1728856299185,"stop":1728856299185,"duration":0}},{"uid":"53bd7c57dbab8148","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/53bd7c57dbab8148","status":"passed","time":{"start":1728738505371,"stop":1728738505371,"duration":0}},{"uid":"f719b9d5d34e5a06","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f719b9d5d34e5a06","status":"passed","time":{"start":1728683045439,"stop":1728683045440,"duration":1}},{"uid":"d8c9ef6078da5fd3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d8c9ef6078da5fd3","status":"passed","time":{"start":1728682607283,"stop":1728682607284,"duration":1}},{"uid":"b7400285dbbdc53f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b7400285dbbdc53f","status":"passed","time":{"start":1728677103489,"stop":1728677103490,"duration":1}},{"uid":"68e66ecfe880e9bb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/68e66ecfe880e9bb","status":"passed","time":{"start":1728669777112,"stop":1728669777113,"duration":1}},{"uid":"c68cefd006027094","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c68cefd006027094","status":"passed","time":{"start":1728598163462,"stop":1728598163462,"duration":0}},{"uid":"f32a020eb2453b25","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f32a020eb2453b25","status":"passed","time":{"start":1728597375459,"stop":1728597375460,"duration":1}}]},"tags":[]},"source":"650bb5b70d795a18.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/6545dc1a75f4f4ec.json b/7588/data/test-cases/6545dc1a75f4f4ec.json new file mode 100644 index 00000000000..a9c7531d50a --- /dev/null +++ b/7588/data/test-cases/6545dc1a75f4f4ec.json @@ -0,0 +1 @@ +{"uid":"6545dc1a75f4f4ec","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":1729034332631,"stop":1729034332631,"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":15,"unknown":0,"total":15},"items":[{"uid":"9c5e01d9ddf58424","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9c5e01d9ddf58424","status":"passed","time":{"start":1729034096133,"stop":1729034096133,"duration":0}},{"uid":"5faa4b4a55178600","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5faa4b4a55178600","status":"passed","time":{"start":1729034020091,"stop":1729034020091,"duration":0}},{"uid":"a5a9240e28384e7a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5a9240e28384e7a","status":"passed","time":{"start":1729033834385,"stop":1729033834386,"duration":1}},{"uid":"6cc827ac1ff2938f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6cc827ac1ff2938f","status":"passed","time":{"start":1729031884118,"stop":1729031884119,"duration":1}},{"uid":"84c82915614cf059","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84c82915614cf059","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"afd2a8d5fc28f7fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/afd2a8d5fc28f7fb","status":"passed","time":{"start":1728892860532,"stop":1728892860532,"duration":0}},{"uid":"ca0660c11b8db229","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca0660c11b8db229","status":"passed","time":{"start":1728855823322,"stop":1728855823322,"duration":0}},{"uid":"ec45210bac8fa302","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec45210bac8fa302","status":"passed","time":{"start":1728738040602,"stop":1728738040602,"duration":0}},{"uid":"4bd0586f83d70929","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bd0586f83d70929","status":"passed","time":{"start":1728682574092,"stop":1728682574093,"duration":1}},{"uid":"e50a835f3311dfd3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e50a835f3311dfd3","status":"passed","time":{"start":1728682146817,"stop":1728682146817,"duration":0}},{"uid":"b720f0316c59d122","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b720f0316c59d122","status":"passed","time":{"start":1728676621431,"stop":1728676621431,"duration":0}},{"uid":"28948d1afd553a52","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/28948d1afd553a52","status":"passed","time":{"start":1728669344467,"stop":1728669344467,"duration":0}},{"uid":"367c0269a5272f68","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/367c0269a5272f68","status":"passed","time":{"start":1728597685161,"stop":1728597685161,"duration":0}},{"uid":"b3447536b27b02ae","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b3447536b27b02ae","status":"passed","time":{"start":1728596904467,"stop":1728596904468,"duration":1}}]},"tags":[]},"source":"6545dc1a75f4f4ec.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/6583fde5ef3d70f.json b/7588/data/test-cases/6583fde5ef3d70f.json new file mode 100644 index 00000000000..2dbaad2a33f --- /dev/null +++ b/7588/data/test-cases/6583fde5ef3d70f.json @@ -0,0 +1 @@ +{"uid":"6583fde5ef3d70f","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":1729034368073,"stop":1729034368073,"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":15,"unknown":0,"total":15},"items":[{"uid":"f76f5bb0ef9a94a7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f76f5bb0ef9a94a7","status":"passed","time":{"start":1729034132180,"stop":1729034132180,"duration":0}},{"uid":"7c626d6cc8d0f1e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7c626d6cc8d0f1e8","status":"passed","time":{"start":1729034055085,"stop":1729034055085,"duration":0}},{"uid":"5df0a4d5c483da99","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5df0a4d5c483da99","status":"passed","time":{"start":1729033869945,"stop":1729033869946,"duration":1}},{"uid":"81a6e796fc0313ac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/81a6e796fc0313ac","status":"passed","time":{"start":1729031919799,"stop":1729031919800,"duration":1}},{"uid":"ab2193b6f8784005","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ab2193b6f8784005","status":"passed","time":{"start":1728901465375,"stop":1728901465375,"duration":0}},{"uid":"a315b43b35d9c1cb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a315b43b35d9c1cb","status":"passed","time":{"start":1728892895975,"stop":1728892895976,"duration":1}},{"uid":"7beb531db198f1d5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7beb531db198f1d5","status":"passed","time":{"start":1728855858320,"stop":1728855858320,"duration":0}},{"uid":"19ad92721076d0a3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/19ad92721076d0a3","status":"passed","time":{"start":1728738075954,"stop":1728738075955,"duration":1}},{"uid":"e00efdb626d2e31a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e00efdb626d2e31a","status":"passed","time":{"start":1728682609269,"stop":1728682609269,"duration":0}},{"uid":"68377ce12b2e948b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/68377ce12b2e948b","status":"passed","time":{"start":1728682182161,"stop":1728682182161,"duration":0}},{"uid":"340d89687541424","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/340d89687541424","status":"passed","time":{"start":1728676656595,"stop":1728676656595,"duration":0}},{"uid":"9a7e5737dfa2a500","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9a7e5737dfa2a500","status":"passed","time":{"start":1728669379925,"stop":1728669379925,"duration":0}},{"uid":"afcf772b5122a024","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/afcf772b5122a024","status":"passed","time":{"start":1728597720386,"stop":1728597720386,"duration":0}},{"uid":"eee9d01577bec4c2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eee9d01577bec4c2","status":"passed","time":{"start":1728596939485,"stop":1728596939486,"duration":1}}]},"tags":[]},"source":"6583fde5ef3d70f.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/7a284dab8b35a101.json b/7588/data/test-cases/658fa45bf6762a68.json similarity index 85% rename from 7556/data/test-cases/7a284dab8b35a101.json rename to 7588/data/test-cases/658fa45bf6762a68.json index a335a9d95db..2f04061e5ec 100644 --- a/7556/data/test-cases/7a284dab8b35a101.json +++ b/7588/data/test-cases/658fa45bf6762a68.json @@ -1 +1 @@ -{"uid":"7a284dab8b35a101","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":1728457537122,"stop":1728457537122,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"a63388735268e4f7","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a63388735268e4f7","status":"passed","time":{"start":1728456499091,"stop":1728456499092,"duration":1}},{"uid":"d81c335b6a604294","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/d81c335b6a604294","status":"passed","time":{"start":1728456215071,"stop":1728456215071,"duration":0}},{"uid":"4281a363cfb5f389","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4281a363cfb5f389","status":"passed","time":{"start":1728456167125,"stop":1728456167125,"duration":0}},{"uid":"50a822a19521f01c","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/50a822a19521f01c","status":"passed","time":{"start":1728455518179,"stop":1728455518179,"duration":0}},{"uid":"df978d2d95a64a1d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/df978d2d95a64a1d","status":"passed","time":{"start":1728452534868,"stop":1728452534869,"duration":1}}]},"tags":[]},"source":"7a284dab8b35a101.json","parameterValues":[]} \ No newline at end of file +{"uid":"658fa45bf6762a68","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":1729034704491,"stop":1729034704491,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"2a60109ed875bd69","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2a60109ed875bd69","status":"passed","time":{"start":1729034474979,"stop":1729034474982,"duration":3}},{"uid":"434c9cbbf23e7bb8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/434c9cbbf23e7bb8","status":"passed","time":{"start":1729034395287,"stop":1729034395287,"duration":0}},{"uid":"d1724edeb1c36b02","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1724edeb1c36b02","status":"passed","time":{"start":1729034209090,"stop":1729034209090,"duration":0}},{"uid":"7bf7b2a77988074f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7bf7b2a77988074f","status":"passed","time":{"start":1729032264560,"stop":1729032264561,"duration":1}},{"uid":"6740ab08f04e0c95","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6740ab08f04e0c95","status":"passed","time":{"start":1728902012833,"stop":1728902012838,"duration":5}},{"uid":"9d410b0e86241812","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9d410b0e86241812","status":"passed","time":{"start":1728893454807,"stop":1728893454808,"duration":1}},{"uid":"e71358d0937a6e3a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e71358d0937a6e3a","status":"passed","time":{"start":1728856408448,"stop":1728856408449,"duration":1}},{"uid":"c84a69e39696b2a9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c84a69e39696b2a9","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"76b80ca6a755773c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/76b80ca6a755773c","status":"passed","time":{"start":1728683159746,"stop":1728683159747,"duration":1}},{"uid":"c5dbbac90815a37e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c5dbbac90815a37e","status":"passed","time":{"start":1728682751325,"stop":1728682751325,"duration":0}},{"uid":"9b4053c9e45af348","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9b4053c9e45af348","status":"passed","time":{"start":1728677216351,"stop":1728677216352,"duration":1}},{"uid":"cade495d863a082","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cade495d863a082","status":"passed","time":{"start":1728669925449,"stop":1728669925449,"duration":0}},{"uid":"9bda5e27de4791f4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9bda5e27de4791f4","status":"passed","time":{"start":1728598268797,"stop":1728598268798,"duration":1}},{"uid":"fa16a7c821174f8c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fa16a7c821174f8c","status":"passed","time":{"start":1728597503908,"stop":1728597503909,"duration":1}}]},"tags":[]},"source":"658fa45bf6762a68.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/32096188204a0972.json b/7588/data/test-cases/65fc408483854dc8.json similarity index 50% rename from 7556/data/test-cases/32096188204a0972.json rename to 7588/data/test-cases/65fc408483854dc8.json index 2ba8ea702f9..d487de8123b 100644 --- a/7556/data/test-cases/32096188204a0972.json +++ b/7588/data/test-cases/65fc408483854dc8.json @@ -1 +1 @@ -{"uid":"32096188204a0972","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":1728457289985,"stop":1728457289990,"duration":5},"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":6,"unknown":0,"total":6},"items":[{"uid":"3de77ba8955589cd","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/3de77ba8955589cd","status":"passed","time":{"start":1728456257139,"stop":1728456257140,"duration":1}},{"uid":"baab450583889ad9","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/baab450583889ad9","status":"passed","time":{"start":1728455949877,"stop":1728455949878,"duration":1}},{"uid":"3dfbe978a180a1c4","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/3dfbe978a180a1c4","status":"passed","time":{"start":1728455741473,"stop":1728455741475,"duration":2}},{"uid":"550503e88e65868f","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/550503e88e65868f","status":"passed","time":{"start":1728455102324,"stop":1728455102324,"duration":0}},{"uid":"ed701feeb724c32c","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/ed701feeb724c32c","status":"passed","time":{"start":1728452170818,"stop":1728452170818,"duration":0}}]},"tags":[]},"source":"32096188204a0972.json","parameterValues":[]} \ No newline at end of file +{"uid":"65fc408483854dc8","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":1729034472988,"stop":1729034472988,"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":15,"unknown":0,"total":15},"items":[{"uid":"db78e6d920137e3e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db78e6d920137e3e","status":"passed","time":{"start":1729034240934,"stop":1729034240934,"duration":0}},{"uid":"f871f4a54c1f11ce","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f871f4a54c1f11ce","status":"passed","time":{"start":1729034159627,"stop":1729034159627,"duration":0}},{"uid":"3a915424f754fe8c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3a915424f754fe8c","status":"passed","time":{"start":1729033976811,"stop":1729033976811,"duration":0}},{"uid":"6a5d4df413efc00e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6a5d4df413efc00e","status":"passed","time":{"start":1729032020532,"stop":1729032020532,"duration":0}},{"uid":"b435a96d372a4b4e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b435a96d372a4b4e","status":"passed","time":{"start":1728901616475,"stop":1728901616475,"duration":0}},{"uid":"15a45e89c2e31859","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15a45e89c2e31859","status":"passed","time":{"start":1728893050252,"stop":1728893050252,"duration":0}},{"uid":"b4f5a4d55c472051","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4f5a4d55c472051","status":"passed","time":{"start":1728856015182,"stop":1728856015182,"duration":0}},{"uid":"c0c7a158f3c81930","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0c7a158f3c81930","status":"passed","time":{"start":1728738233173,"stop":1728738233174,"duration":1}},{"uid":"9336206b9e033b2a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9336206b9e033b2a","status":"passed","time":{"start":1728682762479,"stop":1728682762480,"duration":1}},{"uid":"86c2cb790e01f581","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/86c2cb790e01f581","status":"passed","time":{"start":1728682332795,"stop":1728682332796,"duration":1}},{"uid":"f6746ed6b6c6cdf0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f6746ed6b6c6cdf0","status":"passed","time":{"start":1728676810304,"stop":1728676810305,"duration":1}},{"uid":"cdd18df5ca1e1bbc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cdd18df5ca1e1bbc","status":"passed","time":{"start":1728669529907,"stop":1728669529907,"duration":0}},{"uid":"b6e1dee12981d7ea","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b6e1dee12981d7ea","status":"passed","time":{"start":1728597873544,"stop":1728597873544,"duration":0}},{"uid":"34610c8d7ee4ad26","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/34610c8d7ee4ad26","status":"passed","time":{"start":1728597089284,"stop":1728597089285,"duration":1}}]},"tags":[]},"source":"65fc408483854dc8.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/f6f9261ddfe59e71.json b/7588/data/test-cases/667c9d9baade11ba.json similarity index 87% rename from 7556/data/test-cases/f6f9261ddfe59e71.json rename to 7588/data/test-cases/667c9d9baade11ba.json index a46771cf2b0..da6dcea4f3c 100644 --- a/7556/data/test-cases/f6f9261ddfe59e71.json +++ b/7588/data/test-cases/667c9d9baade11ba.json @@ -1 +1 @@ -{"uid":"f6f9261ddfe59e71","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":1728457473537,"stop":1728457473538,"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":6,"unknown":0,"total":6},"items":[{"uid":"29761c9b1532b63c","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/29761c9b1532b63c","status":"passed","time":{"start":1728456428387,"stop":1728456428387,"duration":0}},{"uid":"8edd4fd545dcbe96","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/8edd4fd545dcbe96","status":"passed","time":{"start":1728456157811,"stop":1728456157812,"duration":1}},{"uid":"1b0971984bc6626d","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/1b0971984bc6626d","status":"passed","time":{"start":1728456063553,"stop":1728456063553,"duration":0}},{"uid":"3807e33e253db1ae","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/3807e33e253db1ae","status":"passed","time":{"start":1728455422561,"stop":1728455422561,"duration":0}},{"uid":"8a19a7b8c5b3f0bd","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/8a19a7b8c5b3f0bd","status":"passed","time":{"start":1728452417670,"stop":1728452417671,"duration":1}}]},"tags":[]},"source":"f6f9261ddfe59e71.json","parameterValues":[]} \ No newline at end of file +{"uid":"667c9d9baade11ba","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":1729034617768,"stop":1729034617768,"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":15,"unknown":0,"total":15},"items":[{"uid":"6eb933101019602d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6eb933101019602d","status":"passed","time":{"start":1729034370914,"stop":1729034370914,"duration":0}},{"uid":"10d579c6068d8cd7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/10d579c6068d8cd7","status":"passed","time":{"start":1729034308900,"stop":1729034308901,"duration":1}},{"uid":"f996bedc083ea65d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f996bedc083ea65d","status":"passed","time":{"start":1729034129480,"stop":1729034129481,"duration":1}},{"uid":"c6ab3528e79a2858","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6ab3528e79a2858","status":"passed","time":{"start":1729032178377,"stop":1729032178378,"duration":1}},{"uid":"82c12227309646d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82c12227309646d2","status":"passed","time":{"start":1728901896354,"stop":1728901896355,"duration":1}},{"uid":"eba4d39ac602fd6b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/eba4d39ac602fd6b","status":"passed","time":{"start":1728893329036,"stop":1728893329036,"duration":0}},{"uid":"651db6e4d5277859","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/651db6e4d5277859","status":"passed","time":{"start":1728856284772,"stop":1728856284772,"duration":0}},{"uid":"af00eff9cb221366","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/af00eff9cb221366","status":"passed","time":{"start":1728738494949,"stop":1728738494949,"duration":0}},{"uid":"510cff86063a76af","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/510cff86063a76af","status":"passed","time":{"start":1728683033638,"stop":1728683033639,"duration":1}},{"uid":"13f8a7e9d7f0ba3c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13f8a7e9d7f0ba3c","status":"passed","time":{"start":1728682601746,"stop":1728682601746,"duration":0}},{"uid":"c6f0b58ba4a2016e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c6f0b58ba4a2016e","status":"passed","time":{"start":1728677107985,"stop":1728677107988,"duration":3}},{"uid":"78baa1297069ba07","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/78baa1297069ba07","status":"passed","time":{"start":1728669764759,"stop":1728669764759,"duration":0}},{"uid":"1694cb100ebaeed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1694cb100ebaeed","status":"passed","time":{"start":1728598157578,"stop":1728598157578,"duration":0}},{"uid":"909bb5f523a9e1bc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/909bb5f523a9e1bc","status":"passed","time":{"start":1728597369087,"stop":1728597369087,"duration":0}}]},"tags":[]},"source":"667c9d9baade11ba.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/66bc4e892128ac51.json b/7588/data/test-cases/66bc4e892128ac51.json new file mode 100644 index 00000000000..85b1bebbc6c --- /dev/null +++ b/7588/data/test-cases/66bc4e892128ac51.json @@ -0,0 +1 @@ +{"uid":"66bc4e892128ac51","name":"should throw error - no id","fullName":"/src/enr.spec.ts: ENR > Txt codec > should throw error - no id","historyId":"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034341400,"stop":1729034341400,"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":15,"unknown":0,"total":15},"items":[{"uid":"101d327a9ebaec80","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/101d327a9ebaec80","status":"passed","time":{"start":1729034104908,"stop":1729034104908,"duration":0}},{"uid":"ccf7316997915175","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ccf7316997915175","status":"passed","time":{"start":1729034028505,"stop":1729034028506,"duration":1}},{"uid":"dcf06c79df223e43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcf06c79df223e43","status":"passed","time":{"start":1729033843114,"stop":1729033843114,"duration":0}},{"uid":"467aea90f61dff16","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/467aea90f61dff16","status":"passed","time":{"start":1729031892673,"stop":1729031892673,"duration":0}},{"uid":"53051db83a35bc6f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53051db83a35bc6f","status":"passed","time":{"start":1728901438804,"stop":1728901438804,"duration":0}},{"uid":"ed18cee0a8447d5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ed18cee0a8447d5a","status":"passed","time":{"start":1728892868996,"stop":1728892868996,"duration":0}},{"uid":"593389cb4df15169","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/593389cb4df15169","status":"passed","time":{"start":1728855831888,"stop":1728855831889,"duration":1}},{"uid":"6a03fd36c5689e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6a03fd36c5689e0","status":"passed","time":{"start":1728738049036,"stop":1728738049036,"duration":0}},{"uid":"b8503a3859851407","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b8503a3859851407","status":"passed","time":{"start":1728682582614,"stop":1728682582614,"duration":0}},{"uid":"a6ec97498fd15603","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a6ec97498fd15603","status":"passed","time":{"start":1728682155404,"stop":1728682155404,"duration":0}},{"uid":"602c76a153acfcee","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/602c76a153acfcee","status":"passed","time":{"start":1728676629969,"stop":1728676629969,"duration":0}},{"uid":"f01b90d4674df555","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f01b90d4674df555","status":"passed","time":{"start":1728669353097,"stop":1728669353097,"duration":0}},{"uid":"a240c67a757bd35f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a240c67a757bd35f","status":"passed","time":{"start":1728597693842,"stop":1728597693842,"duration":0}},{"uid":"af864e616c427bc6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/af864e616c427bc6","status":"passed","time":{"start":1728596913086,"stop":1728596913086,"duration":0}}]},"tags":[]},"source":"66bc4e892128ac51.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/6715c2aca82e2fd3.json b/7588/data/test-cases/6715c2aca82e2fd3.json new file mode 100644 index 00000000000..2b11487921e --- /dev/null +++ b/7588/data/test-cases/6715c2aca82e2fd3.json @@ -0,0 +1 @@ +{"uid":"6715c2aca82e2fd3","name":"more peers than existing","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > more peers than existing","historyId":"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034612084,"stop":1729034612085,"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"1152f8721c0e7cca","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1152f8721c0e7cca","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034371234,"stop":1729034371234,"duration":0}},{"uid":"f30e1812de9c917f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f30e1812de9c917f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034305208,"stop":1729034305208,"duration":0}},{"uid":"d55c6272ae119c77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d55c6272ae119c77","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122310,"stop":1729034122310,"duration":0}},{"uid":"f7c7aeb2cfed2660","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f7c7aeb2cfed2660","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175156,"stop":1729032175156,"duration":0}},{"uid":"64aaeb5a1827dce0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/64aaeb5a1827dce0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873457,"stop":1728901873457,"duration":0}},{"uid":"6963ab2477383e22","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6963ab2477383e22","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311280,"stop":1728893311280,"duration":0}},{"uid":"154c5ad3b0846eb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/154c5ad3b0846eb0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263476,"stop":1728856263476,"duration":0}},{"uid":"ff39d940dfc606e4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff39d940dfc606e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483671,"stop":1728738483672,"duration":1}},{"uid":"2ac66e4a363f378a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2ac66e4a363f378a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030247,"stop":1728683030247,"duration":0}},{"uid":"d33e478801cfe6ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d33e478801cfe6ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581303,"stop":1728682581303,"duration":0}},{"uid":"f8988113cc4a2ee8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8988113cc4a2ee8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082256,"stop":1728677082259,"duration":3}},{"uid":"bf2bb3af91cb07f4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf2bb3af91cb07f4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754302,"stop":1728669754302,"duration":0}},{"uid":"e3dcb59f4deecf5d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3dcb59f4deecf5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137641,"stop":1728598137642,"duration":1}},{"uid":"4f78c7f64f3b0914","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f78c7f64f3b0914","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350583,"stop":1728597350583,"duration":0}}]},"tags":[]},"source":"6715c2aca82e2fd3.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/6739e111aeb0cc31.json b/7588/data/test-cases/6739e111aeb0cc31.json new file mode 100644 index 00000000000..b19dd7ec47d --- /dev/null +++ b/7588/data/test-cases/6739e111aeb0cc31.json @@ -0,0 +1 @@ +{"uid":"6739e111aeb0cc31","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":1729034335331,"stop":1729034335332,"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":15,"unknown":0,"total":15},"items":[{"uid":"f40c711373b576e7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f40c711373b576e7","status":"passed","time":{"start":1729034098684,"stop":1729034098685,"duration":1}},{"uid":"27a171b1fff1ae84","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/27a171b1fff1ae84","status":"passed","time":{"start":1729034022453,"stop":1729034022454,"duration":1}},{"uid":"ccb0aafed26e4af2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccb0aafed26e4af2","status":"passed","time":{"start":1729033836801,"stop":1729033836802,"duration":1}},{"uid":"445c69c6ce4483cc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/445c69c6ce4483cc","status":"passed","time":{"start":1729031886608,"stop":1729031886609,"duration":1}},{"uid":"eec2e8f6fdd5e192","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/eec2e8f6fdd5e192","status":"passed","time":{"start":1728901432735,"stop":1728901432736,"duration":1}},{"uid":"3b8cad1d4c50b1ac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b8cad1d4c50b1ac","status":"passed","time":{"start":1728892863021,"stop":1728892863022,"duration":1}},{"uid":"4ee0181f4542f071","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ee0181f4542f071","status":"passed","time":{"start":1728855825770,"stop":1728855825771,"duration":1}},{"uid":"2d145bd277382bb5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2d145bd277382bb5","status":"passed","time":{"start":1728738043030,"stop":1728738043031,"duration":1}},{"uid":"2ebe9a6ed73a1be1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2ebe9a6ed73a1be1","status":"passed","time":{"start":1728682576528,"stop":1728682576529,"duration":1}},{"uid":"25ea1d23dd7074d3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/25ea1d23dd7074d3","status":"passed","time":{"start":1728682149241,"stop":1728682149242,"duration":1}},{"uid":"353913519a6604c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/353913519a6604c7","status":"passed","time":{"start":1728676623916,"stop":1728676623917,"duration":1}},{"uid":"b0310e8db637898a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0310e8db637898a","status":"passed","time":{"start":1728669346939,"stop":1728669346940,"duration":1}},{"uid":"d9df214c4df5f477","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d9df214c4df5f477","status":"passed","time":{"start":1728597687692,"stop":1728597687693,"duration":1}},{"uid":"ec59719b5c4a77fe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec59719b5c4a77fe","status":"passed","time":{"start":1728596907134,"stop":1728596907135,"duration":1}}]},"tags":[]},"source":"6739e111aeb0cc31.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/676b537d6ec506.json b/7588/data/test-cases/676b537d6ec506.json new file mode 100644 index 00000000000..8cd492c3e44 --- /dev/null +++ b/7588/data/test-cases/676b537d6ec506.json @@ -0,0 +1 @@ +{"uid":"676b537d6ec506","name":"Passing invalid cursor","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing invalid cursor","historyId":"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034665584,"stop":1729034665584,"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":15,"unknown":0,"total":15},"items":[{"uid":"34921e40446f18e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/34921e40446f18e","status":"passed","time":{"start":1729034434264,"stop":1729034434264,"duration":0}},{"uid":"ae6a9b26f0e82bb8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ae6a9b26f0e82bb8","status":"passed","time":{"start":1729034350162,"stop":1729034350163,"duration":1}},{"uid":"57fecdc01a91746c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/57fecdc01a91746c","status":"passed","time":{"start":1729034169195,"stop":1729034169196,"duration":1}},{"uid":"7b9914d86d90ac64","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7b9914d86d90ac64","status":"passed","time":{"start":1729032228068,"stop":1729032228069,"duration":1}},{"uid":"60fc8b5870138061","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/60fc8b5870138061","status":"passed","time":{"start":1728901947147,"stop":1728901947147,"duration":0}},{"uid":"b33186a2c08b0c0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b33186a2c08b0c0","status":"passed","time":{"start":1728893380059,"stop":1728893380059,"duration":0}},{"uid":"1687ff79a21f10c3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1687ff79a21f10c3","status":"passed","time":{"start":1728856336881,"stop":1728856336881,"duration":0}},{"uid":"15b8ac05348e4ea8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15b8ac05348e4ea8","status":"passed","time":{"start":1728738551165,"stop":1728738551169,"duration":4}},{"uid":"82731666123ec6df","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82731666123ec6df","status":"passed","time":{"start":1728683095877,"stop":1728683095877,"duration":0}},{"uid":"3cd5a28adad4f3b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3cd5a28adad4f3b9","status":"passed","time":{"start":1728682657390,"stop":1728682657391,"duration":1}},{"uid":"678cbc01a89f8ddf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/678cbc01a89f8ddf","status":"passed","time":{"start":1728677151467,"stop":1728677151467,"duration":0}},{"uid":"ff728fb9a5c6a131","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff728fb9a5c6a131","status":"passed","time":{"start":1728669832894,"stop":1728669832895,"duration":1}},{"uid":"ec60ea141eb859f2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec60ea141eb859f2","status":"passed","time":{"start":1728598215611,"stop":1728598215612,"duration":1}},{"uid":"f592384f9e3ad104","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f592384f9e3ad104","status":"passed","time":{"start":1728597425045,"stop":1728597425045,"duration":0}}]},"tags":[]},"source":"676b537d6ec506.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/67ea13630f8f72c8.json b/7588/data/test-cases/67ea13630f8f72c8.json new file mode 100644 index 00000000000..19f00847d0b --- /dev/null +++ b/7588/data/test-cases/67ea13630f8f72c8.json @@ -0,0 +1 @@ +{"uid":"67ea13630f8f72c8","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":1729034335333,"stop":1729034335333,"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":15,"unknown":0,"total":15},"items":[{"uid":"23a23a5dc0d2e713","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/23a23a5dc0d2e713","status":"passed","time":{"start":1729034098686,"stop":1729034098687,"duration":1}},{"uid":"c0923e3d19481f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c0923e3d19481f9","status":"passed","time":{"start":1729034022455,"stop":1729034022455,"duration":0}},{"uid":"bcf83509c5b8117e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bcf83509c5b8117e","status":"passed","time":{"start":1729033836803,"stop":1729033836804,"duration":1}},{"uid":"3f548da5b09d0f88","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f548da5b09d0f88","status":"passed","time":{"start":1729031886610,"stop":1729031886611,"duration":1}},{"uid":"8cec555f7d766a4f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8cec555f7d766a4f","status":"passed","time":{"start":1728901432737,"stop":1728901432737,"duration":0}},{"uid":"6c8e46f8a72925f1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c8e46f8a72925f1","status":"passed","time":{"start":1728892863023,"stop":1728892863023,"duration":0}},{"uid":"968520435f027185","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/968520435f027185","status":"passed","time":{"start":1728855825773,"stop":1728855825773,"duration":0}},{"uid":"bcef2c51e121bd9a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bcef2c51e121bd9a","status":"passed","time":{"start":1728738043032,"stop":1728738043032,"duration":0}},{"uid":"66f794abc0a2cdb9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/66f794abc0a2cdb9","status":"passed","time":{"start":1728682576530,"stop":1728682576530,"duration":0}},{"uid":"ac3f74d7c8da860c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac3f74d7c8da860c","status":"passed","time":{"start":1728682149243,"stop":1728682149244,"duration":1}},{"uid":"91806f77fa4a2279","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/91806f77fa4a2279","status":"passed","time":{"start":1728676623918,"stop":1728676623919,"duration":1}},{"uid":"b94e53ff937fcc4c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b94e53ff937fcc4c","status":"passed","time":{"start":1728669346941,"stop":1728669346941,"duration":0}},{"uid":"677d988d811fcfef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/677d988d811fcfef","status":"passed","time":{"start":1728597687694,"stop":1728597687694,"duration":0}},{"uid":"2d8702137534d14b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2d8702137534d14b","status":"passed","time":{"start":1728596907136,"stop":1728596907136,"duration":0}}]},"tags":[]},"source":"67ea13630f8f72c8.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/67f83597ab4cface.json b/7588/data/test-cases/67f83597ab4cface.json new file mode 100644 index 00000000000..234b77f2e40 --- /dev/null +++ b/7588/data/test-cases/67f83597ab4cface.json @@ -0,0 +1 @@ +{"uid":"67f83597ab4cface","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":1729034708552,"stop":1729034708552,"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}],"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"b0b46f1671aa3d10","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b0b46f1671aa3d10","status":"passed","time":{"start":1729034480290,"stop":1729034480292,"duration":2}},{"uid":"bb5ed5898b3be21e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bb5ed5898b3be21e","status":"passed","time":{"start":1729034396759,"stop":1729034396759,"duration":0}},{"uid":"6486fc076d9d8621","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6486fc076d9d8621","status":"passed","time":{"start":1729032277691,"stop":1729032277691,"duration":0}},{"uid":"14f416f71ed553a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/14f416f71ed553a","status":"passed","time":{"start":1728902034223,"stop":1728902034224,"duration":1}},{"uid":"f224e22bea3ac3bc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f224e22bea3ac3bc","status":"passed","time":{"start":1728893469056,"stop":1728893469056,"duration":0}},{"uid":"64c79e4b24eba936","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64c79e4b24eba936","status":"passed","time":{"start":1728856416487,"stop":1728856416487,"duration":0}},{"uid":"be1a86b3278634c2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/be1a86b3278634c2","status":"passed","time":{"start":1728738643169,"stop":1728738643170,"duration":1}},{"uid":"fd803e41f3b7d85","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fd803e41f3b7d85","status":"passed","time":{"start":1728683174245,"stop":1728683174246,"duration":1}},{"uid":"6432dacf904e4e30","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6432dacf904e4e30","status":"passed","time":{"start":1728682757799,"stop":1728682757799,"duration":0}},{"uid":"3647201930eae2e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3647201930eae2e2","status":"passed","time":{"start":1728677231124,"stop":1728677231124,"duration":0}},{"uid":"a931e3e570629903","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a931e3e570629903","status":"passed","time":{"start":1728669920235,"stop":1728669920236,"duration":1}},{"uid":"fbbb51b965b504e1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fbbb51b965b504e1","status":"passed","time":{"start":1728598298887,"stop":1728598298888,"duration":1}},{"uid":"6616b6c9197defca","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6616b6c9197defca","status":"passed","time":{"start":1728597513733,"stop":1728597513733,"duration":0}}]},"tags":[]},"source":"67f83597ab4cface.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/692ea5adf394b193.json b/7588/data/test-cases/685f27ede537d18f.json similarity index 51% rename from 7556/data/test-cases/692ea5adf394b193.json rename to 7588/data/test-cases/685f27ede537d18f.json index 5605ab56c10..684876a86cf 100644 --- a/7556/data/test-cases/692ea5adf394b193.json +++ b/7588/data/test-cases/685f27ede537d18f.json @@ -1 +1 @@ -{"uid":"692ea5adf394b193","name":"should reject if Store is requested but not mounted","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should reject if Store is requested but not mounted","historyId":"95bdc17caee13965e3fba1753ffc5359:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457186695,"stop":1728457186696,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"49559a39f7c617b","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/49559a39f7c617b","status":"passed","time":{"start":1728456158944,"stop":1728456158944,"duration":0}},{"uid":"6018e107fda30c1","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/6018e107fda30c1","status":"passed","time":{"start":1728455843437,"stop":1728455843438,"duration":1}},{"uid":"d374a6393b3a051c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/d374a6393b3a051c","status":"passed","time":{"start":1728455594859,"stop":1728455594859,"duration":0}},{"uid":"ba25a2003626267b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/ba25a2003626267b","status":"passed","time":{"start":1728454955429,"stop":1728454955430,"duration":1}},{"uid":"b04defee77170f80","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b04defee77170f80","status":"passed","time":{"start":1728451965407,"stop":1728451965407,"duration":0}}]},"tags":[]},"source":"692ea5adf394b193.json","parameterValues":[]} \ No newline at end of file +{"uid":"685f27ede537d18f","name":"should reject if Store is requested but not mounted","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should reject if Store is requested but not mounted","historyId":"95bdc17caee13965e3fba1753ffc5359:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373009,"stop":1729034373010,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"600651f5f28c203c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/600651f5f28c203c","status":"passed","time":{"start":1729034137112,"stop":1729034137113,"duration":1}},{"uid":"ed819a54cb95d4d0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed819a54cb95d4d0","status":"passed","time":{"start":1729034060045,"stop":1729034060045,"duration":0}},{"uid":"b88b2a4471e858ee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b88b2a4471e858ee","status":"passed","time":{"start":1729033875027,"stop":1729033875027,"duration":0}},{"uid":"c1f97f9bd3a0b946","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c1f97f9bd3a0b946","status":"passed","time":{"start":1729031924908,"stop":1729031924908,"duration":0}},{"uid":"19d75bb67a47c2f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/19d75bb67a47c2f5","status":"passed","time":{"start":1728901469135,"stop":1728901469135,"duration":0}},{"uid":"2365996d05598b29","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2365996d05598b29","status":"passed","time":{"start":1728892899800,"stop":1728892899800,"duration":0}},{"uid":"cbec5584e28df4d7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cbec5584e28df4d7","status":"passed","time":{"start":1728855863296,"stop":1728855863296,"duration":0}},{"uid":"1226c90b85cfe135","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1226c90b85cfe135","status":"passed","time":{"start":1728738080956,"stop":1728738080956,"duration":0}},{"uid":"a4663587ae79faf8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a4663587ae79faf8","status":"passed","time":{"start":1728682614316,"stop":1728682614316,"duration":0}},{"uid":"41755876559a40ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41755876559a40ae","status":"passed","time":{"start":1728682187220,"stop":1728682187220,"duration":0}},{"uid":"f7a63d4d3dccd9ff","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7a63d4d3dccd9ff","status":"passed","time":{"start":1728676661420,"stop":1728676661421,"duration":1}},{"uid":"381af19fe82f72ec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/381af19fe82f72ec","status":"passed","time":{"start":1728669384753,"stop":1728669384753,"duration":0}},{"uid":"7137560c2233dde5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7137560c2233dde5","status":"passed","time":{"start":1728597724210,"stop":1728597724211,"duration":1}},{"uid":"30f33435d274f164","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/30f33435d274f164","status":"passed","time":{"start":1728596943263,"stop":1728596943264,"duration":1}}]},"tags":[]},"source":"685f27ede537d18f.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/68cf8b5cf6a22f04.json b/7588/data/test-cases/68cf8b5cf6a22f04.json new file mode 100644 index 00000000000..2573e2dd6c7 --- /dev/null +++ b/7588/data/test-cases/68cf8b5cf6a22f04.json @@ -0,0 +1 @@ +{"uid":"68cf8b5cf6a22f04","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":1729034781180,"stop":1729034781180,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"c8686e394716c4fe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c8686e394716c4fe","status":"passed","time":{"start":1729034549088,"stop":1729034549089,"duration":1}},{"uid":"83057d090fe843d4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/83057d090fe843d4","status":"passed","time":{"start":1729034468677,"stop":1729034468678,"duration":1}},{"uid":"c88ebbe568d5bb82","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c88ebbe568d5bb82","status":"passed","time":{"start":1729032344622,"stop":1729032344622,"duration":0}},{"uid":"aed301025367136c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aed301025367136c","status":"passed","time":{"start":1728902062112,"stop":1728902062112,"duration":0}},{"uid":"8399d1442cf68e05","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8399d1442cf68e05","status":"passed","time":{"start":1728893496346,"stop":1728893496346,"duration":0}},{"uid":"29a3edd4280f1cf0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/29a3edd4280f1cf0","status":"passed","time":{"start":1728856449983,"stop":1728856449983,"duration":0}},{"uid":"d9dc7eea21d1034","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d9dc7eea21d1034","status":"passed","time":{"start":1728738669752,"stop":1728738669752,"duration":0}},{"uid":"858ecd1dfe83472","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/858ecd1dfe83472","status":"passed","time":{"start":1728683209697,"stop":1728683209697,"duration":0}},{"uid":"92cea29fa728c2b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/92cea29fa728c2b","status":"passed","time":{"start":1728682772284,"stop":1728682772284,"duration":0}},{"uid":"c3aebaf585df8e99","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c3aebaf585df8e99","status":"passed","time":{"start":1728677264668,"stop":1728677264668,"duration":0}},{"uid":"ab8a30af1fd7860","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ab8a30af1fd7860","status":"passed","time":{"start":1728669943368,"stop":1728669943368,"duration":0}},{"uid":"52d24e19c7b18254","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52d24e19c7b18254","status":"passed","time":{"start":1728598324828,"stop":1728598324828,"duration":0}},{"uid":"96a40ee48d0190fb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/96a40ee48d0190fb","status":"passed","time":{"start":1728597540223,"stop":1728597540223,"duration":0}}]},"tags":[]},"source":"68cf8b5cf6a22f04.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2221abcd7df09d04.json b/7588/data/test-cases/68feb3d40405137e.json similarity index 86% rename from 7556/data/test-cases/2221abcd7df09d04.json rename to 7588/data/test-cases/68feb3d40405137e.json index eff76684285..63971fa1273 100644 --- a/7556/data/test-cases/2221abcd7df09d04.json +++ b/7588/data/test-cases/68feb3d40405137e.json @@ -1 +1 @@ -{"uid":"2221abcd7df09d04","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":1728457528768,"stop":1728457528768,"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":6,"unknown":0,"total":6},"items":[{"uid":"519b7bfa559033fc","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/519b7bfa559033fc","status":"passed","time":{"start":1728456472594,"stop":1728456472595,"duration":1}},{"uid":"8bc9e95e14686a","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/8bc9e95e14686a","status":"passed","time":{"start":1728456244206,"stop":1728456244210,"duration":4}},{"uid":"96e722ea2fddec36","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/96e722ea2fddec36","status":"passed","time":{"start":1728456199277,"stop":1728456199277,"duration":0}},{"uid":"75ddec860792a9c4","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/75ddec860792a9c4","status":"passed","time":{"start":1728455560551,"stop":1728455560552,"duration":1}},{"uid":"efc008d20439e9cd","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/efc008d20439e9cd","status":"passed","time":{"start":1728452503835,"stop":1728452503835,"duration":0}}]},"tags":[]},"source":"2221abcd7df09d04.json","parameterValues":[]} \ No newline at end of file +{"uid":"68feb3d40405137e","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":1729034668590,"stop":1729034668590,"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":15,"unknown":0,"total":15},"items":[{"uid":"a1b653c865205325","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a1b653c865205325","status":"passed","time":{"start":1729034443491,"stop":1729034443495,"duration":4}},{"uid":"afc778f3b3929656","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/afc778f3b3929656","status":"passed","time":{"start":1729034357696,"stop":1729034357696,"duration":0}},{"uid":"5afb11ed383d80e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5afb11ed383d80e8","status":"passed","time":{"start":1729034177523,"stop":1729034177524,"duration":1}},{"uid":"c6b966d0de677c45","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6b966d0de677c45","status":"passed","time":{"start":1729032235298,"stop":1729032235299,"duration":1}},{"uid":"69dc95b4062bed03","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/69dc95b4062bed03","status":"passed","time":{"start":1728901958851,"stop":1728901958852,"duration":1}},{"uid":"d4dd78cecbd79b8b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d4dd78cecbd79b8b","status":"passed","time":{"start":1728893395071,"stop":1728893395072,"duration":1}},{"uid":"37e26efc6f1d9e1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/37e26efc6f1d9e1","status":"passed","time":{"start":1728856355681,"stop":1728856355681,"duration":0}},{"uid":"d66ef8cba39aae25","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d66ef8cba39aae25","status":"passed","time":{"start":1728738567466,"stop":1728738567467,"duration":1}},{"uid":"7646b575c41b1ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7646b575c41b1ef","status":"passed","time":{"start":1728683110365,"stop":1728683110365,"duration":0}},{"uid":"5aa89f221a6b2b93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5aa89f221a6b2b93","status":"passed","time":{"start":1728682666061,"stop":1728682666062,"duration":1}},{"uid":"4ce6a4e83546ae0c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4ce6a4e83546ae0c","status":"passed","time":{"start":1728677163567,"stop":1728677163568,"duration":1}},{"uid":"f92e4f05fc3cd5f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f92e4f05fc3cd5f0","status":"passed","time":{"start":1728669841246,"stop":1728669841247,"duration":1}},{"uid":"3a58b2aed02ade1e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3a58b2aed02ade1e","status":"passed","time":{"start":1728598221882,"stop":1728598221883,"duration":1}},{"uid":"f045cec8dcfad06d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f045cec8dcfad06d","status":"passed","time":{"start":1728597434074,"stop":1728597434075,"duration":1}}]},"tags":[]},"source":"68feb3d40405137e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/97c4874087419224.json b/7588/data/test-cases/6979f145a94f2d77.json similarity index 50% rename from 7556/data/test-cases/97c4874087419224.json rename to 7588/data/test-cases/6979f145a94f2d77.json index 0c9c82b71a5..96bd1d3491f 100644 --- a/7556/data/test-cases/97c4874087419224.json +++ b/7588/data/test-cases/6979f145a94f2d77.json @@ -1 +1 @@ -{"uid":"97c4874087419224","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":1728457289905,"stop":1728457289905,"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":6,"unknown":0,"total":6},"items":[{"uid":"1f86eb6c57021018","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/1f86eb6c57021018","status":"passed","time":{"start":1728456257110,"stop":1728456257111,"duration":1}},{"uid":"9134be3984d1285e","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/9134be3984d1285e","status":"passed","time":{"start":1728455949864,"stop":1728455949865,"duration":1}},{"uid":"c67d3dc5b5f2fef4","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/c67d3dc5b5f2fef4","status":"passed","time":{"start":1728455741459,"stop":1728455741460,"duration":1}},{"uid":"c80e7ff75f80b6ae","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c80e7ff75f80b6ae","status":"passed","time":{"start":1728455102317,"stop":1728455102317,"duration":0}},{"uid":"1976ed3679e8458d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/1976ed3679e8458d","status":"passed","time":{"start":1728452170811,"stop":1728452170811,"duration":0}}]},"tags":[]},"source":"97c4874087419224.json","parameterValues":[]} \ No newline at end of file +{"uid":"6979f145a94f2d77","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":1729034472963,"stop":1729034472964,"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":15,"unknown":0,"total":15},"items":[{"uid":"54f87150ef92dd47","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/54f87150ef92dd47","status":"passed","time":{"start":1729034240918,"stop":1729034240918,"duration":0}},{"uid":"7e98695fa0c384d0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7e98695fa0c384d0","status":"passed","time":{"start":1729034159615,"stop":1729034159615,"duration":0}},{"uid":"c1af9d4bcc219a38","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c1af9d4bcc219a38","status":"passed","time":{"start":1729033976797,"stop":1729033976797,"duration":0}},{"uid":"be9b49739008866f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be9b49739008866f","status":"passed","time":{"start":1729032020518,"stop":1729032020518,"duration":0}},{"uid":"63ee3c74cc1e7961","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/63ee3c74cc1e7961","status":"passed","time":{"start":1728901616432,"stop":1728901616434,"duration":2}},{"uid":"489501c7c6bb0cf9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/489501c7c6bb0cf9","status":"passed","time":{"start":1728893050245,"stop":1728893050245,"duration":0}},{"uid":"331f50d601e3430","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/331f50d601e3430","status":"passed","time":{"start":1728856015171,"stop":1728856015171,"duration":0}},{"uid":"58583d5defd811b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58583d5defd811b9","status":"passed","time":{"start":1728738233137,"stop":1728738233138,"duration":1}},{"uid":"8db70e6991c0d7ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8db70e6991c0d7ca","status":"passed","time":{"start":1728682762471,"stop":1728682762472,"duration":1}},{"uid":"e61094a3a810c0a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e61094a3a810c0a8","status":"passed","time":{"start":1728682332786,"stop":1728682332786,"duration":0}},{"uid":"ec07c9ae156f7c7b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec07c9ae156f7c7b","status":"passed","time":{"start":1728676810291,"stop":1728676810291,"duration":0}},{"uid":"d1de3d1c51506605","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d1de3d1c51506605","status":"passed","time":{"start":1728669529897,"stop":1728669529899,"duration":2}},{"uid":"247cbded59637354","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/247cbded59637354","status":"passed","time":{"start":1728597873534,"stop":1728597873534,"duration":0}},{"uid":"f2305cc73441194a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f2305cc73441194a","status":"passed","time":{"start":1728597089273,"stop":1728597089274,"duration":1}}]},"tags":[]},"source":"6979f145a94f2d77.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/90c6d3745955dd02.json b/7588/data/test-cases/69929a6f829837c4.json similarity index 84% rename from 7556/data/test-cases/90c6d3745955dd02.json rename to 7588/data/test-cases/69929a6f829837c4.json index b3382341122..691c8cc9fe9 100644 --- a/7556/data/test-cases/90c6d3745955dd02.json +++ b/7588/data/test-cases/69929a6f829837c4.json @@ -1 +1 @@ -{"uid":"90c6d3745955dd02","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":1728457360322,"stop":1728457360324,"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":6,"unknown":0,"total":6},"items":[{"uid":"b01084e7a8154ced","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/b01084e7a8154ced","status":"passed","time":{"start":1728456312503,"stop":1728456312503,"duration":0}},{"uid":"39b6b2e9c4083c0e","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/39b6b2e9c4083c0e","status":"passed","time":{"start":1728456013953,"stop":1728456013954,"duration":1}},{"uid":"b2712dae1938f8d4","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b2712dae1938f8d4","status":"passed","time":{"start":1728455837467,"stop":1728455837468,"duration":1}},{"uid":"a28ac7cbcea786","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a28ac7cbcea786","status":"passed","time":{"start":1728455198917,"stop":1728455198917,"duration":0}},{"uid":"1e70420749904678","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/1e70420749904678","status":"passed","time":{"start":1728452203356,"stop":1728452203356,"duration":0}}]},"tags":[]},"source":"90c6d3745955dd02.json","parameterValues":[]} \ No newline at end of file +{"uid":"69929a6f829837c4","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":1729034536109,"stop":1729034536109,"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":14,"unknown":0,"total":14},"items":[{"uid":"423ab93985ed92f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/423ab93985ed92f5","status":"passed","time":{"start":1729034296714,"stop":1729034296715,"duration":1}},{"uid":"599c361fe6a717c8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/599c361fe6a717c8","status":"passed","time":{"start":1729034220610,"stop":1729034220610,"duration":0}},{"uid":"3546bc2cef3d201","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3546bc2cef3d201","status":"passed","time":{"start":1729034041499,"stop":1729034041500,"duration":1}},{"uid":"4361610ff4c60fef","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4361610ff4c60fef","status":"passed","time":{"start":1728901705414,"stop":1728901705415,"duration":1}},{"uid":"a8b67b7470ea0a5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a8b67b7470ea0a5a","status":"passed","time":{"start":1728893141781,"stop":1728893141782,"duration":1}},{"uid":"8adaee850dd5fae5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8adaee850dd5fae5","status":"passed","time":{"start":1728856087087,"stop":1728856087087,"duration":0}},{"uid":"d067dd70d6039e94","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d067dd70d6039e94","status":"passed","time":{"start":1728738321454,"stop":1728738321455,"duration":1}},{"uid":"de879c519abf4d7e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de879c519abf4d7e","status":"passed","time":{"start":1728682845680,"stop":1728682845681,"duration":1}},{"uid":"717ffeb921bf098f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/717ffeb921bf098f","status":"passed","time":{"start":1728682424315,"stop":1728682424316,"duration":1}},{"uid":"955bb3c2d1250766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/955bb3c2d1250766","status":"passed","time":{"start":1728676900544,"stop":1728676900545,"duration":1}},{"uid":"d8969f0c2eacf879","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8969f0c2eacf879","status":"passed","time":{"start":1728669625805,"stop":1728669625805,"duration":0}},{"uid":"65552d163638bf75","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/65552d163638bf75","status":"passed","time":{"start":1728597957176,"stop":1728597957176,"duration":0}},{"uid":"4a30388d58d71b9f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4a30388d58d71b9f","status":"passed","time":{"start":1728597182623,"stop":1728597182623,"duration":0}}]},"tags":[]},"source":"69929a6f829837c4.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/69cc5c6290df2345.json b/7588/data/test-cases/69cc5c6290df2345.json new file mode 100644 index 00000000000..f7f4cfb3609 --- /dev/null +++ b/7588/data/test-cases/69cc5c6290df2345.json @@ -0,0 +1 @@ +{"uid":"69cc5c6290df2345","name":"peerDiscovery without wakuPeerExchangeDiscovery","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > peerDiscovery without wakuPeerExchangeDiscovery","historyId":"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034645146,"stop":1729034645146,"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":15,"unknown":0,"total":15},"items":[{"uid":"7a16f7a691ce97bf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a16f7a691ce97bf","status":"passed","time":{"start":1729034413328,"stop":1729034413328,"duration":0}},{"uid":"f0115918431b80f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f0115918431b80f5","status":"passed","time":{"start":1729034330405,"stop":1729034330405,"duration":0}},{"uid":"a02d806401e19c4e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a02d806401e19c4e","status":"passed","time":{"start":1729034148002,"stop":1729034148002,"duration":0}},{"uid":"645ab7cb4c2a50e6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/645ab7cb4c2a50e6","status":"passed","time":{"start":1729032202832,"stop":1729032202833,"duration":1}},{"uid":"247bca5ea292c919","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/247bca5ea292c919","status":"passed","time":{"start":1728901873322,"stop":1728901873322,"duration":0}},{"uid":"d57d0cfa877c046a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d57d0cfa877c046a","status":"passed","time":{"start":1728893311009,"stop":1728893311009,"duration":0}},{"uid":"5ea4787795a666ed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5ea4787795a666ed","status":"passed","time":{"start":1728856279298,"stop":1728856279298,"duration":0}},{"uid":"cb32ebd0013f0456","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb32ebd0013f0456","status":"passed","time":{"start":1728738483462,"stop":1728738483463,"duration":1}},{"uid":"e31cde8a703702b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e31cde8a703702b6","status":"passed","time":{"start":1728683033355,"stop":1728683033355,"duration":0}},{"uid":"b0c8d786c555172e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b0c8d786c555172e","status":"passed","time":{"start":1728682591258,"stop":1728682591258,"duration":0}},{"uid":"4cfe8c56123bf41e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4cfe8c56123bf41e","status":"passed","time":{"start":1728677083881,"stop":1728677083882,"duration":1}},{"uid":"2c1bb58651a58b5a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2c1bb58651a58b5a","status":"passed","time":{"start":1728669753997,"stop":1728669753998,"duration":1}},{"uid":"afcbe1f46fc3977","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/afcbe1f46fc3977","status":"passed","time":{"start":1728598145545,"stop":1728598145545,"duration":0}},{"uid":"4e215c3b7206f985","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4e215c3b7206f985","status":"passed","time":{"start":1728597350445,"stop":1728597350446,"duration":1}}]},"tags":[]},"source":"69cc5c6290df2345.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e851f70bc6fb91d4.json b/7588/data/test-cases/69fc4672b2c5754d.json similarity index 85% rename from 7556/data/test-cases/e851f70bc6fb91d4.json rename to 7588/data/test-cases/69fc4672b2c5754d.json index 16e53d17584..46602ee6e4b 100644 --- a/7556/data/test-cases/e851f70bc6fb91d4.json +++ b/7588/data/test-cases/69fc4672b2c5754d.json @@ -1 +1 @@ -{"uid":"e851f70bc6fb91d4","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":1728457537130,"stop":1728457537130,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"189bd97b369cff1c","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/189bd97b369cff1c","status":"passed","time":{"start":1728456499100,"stop":1728456499100,"duration":0}},{"uid":"99aefac4334676f1","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/99aefac4334676f1","status":"passed","time":{"start":1728456215078,"stop":1728456215078,"duration":0}},{"uid":"e0b53a83d2fad6dd","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e0b53a83d2fad6dd","status":"passed","time":{"start":1728456167135,"stop":1728456167135,"duration":0}},{"uid":"6ab3f576cdf1f1e8","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/6ab3f576cdf1f1e8","status":"passed","time":{"start":1728455518197,"stop":1728455518197,"duration":0}},{"uid":"3c3ef16692037192","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/3c3ef16692037192","status":"passed","time":{"start":1728452534883,"stop":1728452534885,"duration":2}}]},"tags":[]},"source":"e851f70bc6fb91d4.json","parameterValues":[]} \ No newline at end of file +{"uid":"69fc4672b2c5754d","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":1729034704497,"stop":1729034704498,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"599a913461365453","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/599a913461365453","status":"passed","time":{"start":1729034474990,"stop":1729034474991,"duration":1}},{"uid":"c52db20312725c7d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c52db20312725c7d","status":"passed","time":{"start":1729034395293,"stop":1729034395293,"duration":0}},{"uid":"fbd9433f389a4aec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbd9433f389a4aec","status":"passed","time":{"start":1729034209103,"stop":1729034209103,"duration":0}},{"uid":"9197f610211848b9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9197f610211848b9","status":"passed","time":{"start":1729032264571,"stop":1729032264571,"duration":0}},{"uid":"125fc56a29e5e3f0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/125fc56a29e5e3f0","status":"passed","time":{"start":1728902012860,"stop":1728902012861,"duration":1}},{"uid":"2118e5e9d5ccc630","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2118e5e9d5ccc630","status":"passed","time":{"start":1728893454813,"stop":1728893454814,"duration":1}},{"uid":"6804a74f610575ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6804a74f610575ca","status":"passed","time":{"start":1728856408455,"stop":1728856408456,"duration":1}},{"uid":"614662a58878c133","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/614662a58878c133","status":"passed","time":{"start":1728738633857,"stop":1728738633857,"duration":0}},{"uid":"d43551b1eb05742d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d43551b1eb05742d","status":"passed","time":{"start":1728683159784,"stop":1728683159785,"duration":1}},{"uid":"a3bcd025e010095f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a3bcd025e010095f","status":"passed","time":{"start":1728682751332,"stop":1728682751333,"duration":1}},{"uid":"85805d150194f4cd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85805d150194f4cd","status":"passed","time":{"start":1728677216363,"stop":1728677216363,"duration":0}},{"uid":"f7c8f4d72f7310d7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f7c8f4d72f7310d7","status":"passed","time":{"start":1728669925456,"stop":1728669925456,"duration":0}},{"uid":"d99a235071c787e6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d99a235071c787e6","status":"passed","time":{"start":1728598268808,"stop":1728598268808,"duration":0}},{"uid":"c9cf6eeaee04db16","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9cf6eeaee04db16","status":"passed","time":{"start":1728597503926,"stop":1728597503928,"duration":2}}]},"tags":[]},"source":"69fc4672b2c5754d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/722b136dfb4f6b28.json b/7588/data/test-cases/6aacfd955ad0f1ef.json similarity index 72% rename from 7556/data/test-cases/722b136dfb4f6b28.json rename to 7588/data/test-cases/6aacfd955ad0f1ef.json index 2a57950e992..c35f5439f8d 100644 --- a/7556/data/test-cases/722b136dfb4f6b28.json +++ b/7588/data/test-cases/6aacfd955ad0f1ef.json @@ -1 +1 @@ -{"uid":"722b136dfb4f6b28","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":1728457174881,"stop":1728457174882,"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":6,"unknown":0,"total":6},"items":[{"uid":"b338006198b4716f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/b338006198b4716f","status":"passed","time":{"start":1728456147703,"stop":1728456147703,"duration":0}},{"uid":"5612930dfa97291c","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/5612930dfa97291c","status":"passed","time":{"start":1728455831781,"stop":1728455831781,"duration":0}},{"uid":"ec55162bc9371349","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/ec55162bc9371349","status":"passed","time":{"start":1728455583338,"stop":1728455583338,"duration":0}},{"uid":"a728e0d79337674d","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a728e0d79337674d","status":"passed","time":{"start":1728454943913,"stop":1728454943914,"duration":1}},{"uid":"fcfbaf57ee7a1748","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/fcfbaf57ee7a1748","status":"passed","time":{"start":1728451954602,"stop":1728451954603,"duration":1}}]},"tags":[]},"source":"722b136dfb4f6b28.json","parameterValues":[]} \ No newline at end of file +{"uid":"6aacfd955ad0f1ef","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":1729034360435,"stop":1729034360435,"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":15,"unknown":0,"total":15},"items":[{"uid":"213dfc0b62699687","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/213dfc0b62699687","status":"passed","time":{"start":1729034124362,"stop":1729034124362,"duration":0}},{"uid":"5ee4e56f54f92f2d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5ee4e56f54f92f2d","status":"passed","time":{"start":1729034047483,"stop":1729034047484,"duration":1}},{"uid":"7f5f957ccabc4291","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7f5f957ccabc4291","status":"passed","time":{"start":1729033862328,"stop":1729033862328,"duration":0}},{"uid":"af4387f25bb25339","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/af4387f25bb25339","status":"passed","time":{"start":1729031912069,"stop":1729031912069,"duration":0}},{"uid":"d9c09a2a0b741ee1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d9c09a2a0b741ee1","status":"passed","time":{"start":1728901457816,"stop":1728901457816,"duration":0}},{"uid":"abdca03a9c25202","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/abdca03a9c25202","status":"passed","time":{"start":1728892888299,"stop":1728892888300,"duration":1}},{"uid":"aaa70ec5f625e0cb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aaa70ec5f625e0cb","status":"passed","time":{"start":1728855850787,"stop":1728855850787,"duration":0}},{"uid":"12917bbe69c8818b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/12917bbe69c8818b","status":"passed","time":{"start":1728738068163,"stop":1728738068163,"duration":0}},{"uid":"395bc677217a2de1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/395bc677217a2de1","status":"passed","time":{"start":1728682601672,"stop":1728682601672,"duration":0}},{"uid":"283bbdc2f22e6f08","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/283bbdc2f22e6f08","status":"passed","time":{"start":1728682174564,"stop":1728682174565,"duration":1}},{"uid":"ae42eb5bcc3f0353","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae42eb5bcc3f0353","status":"passed","time":{"start":1728676648930,"stop":1728676648930,"duration":0}},{"uid":"e74fcedc7ee00e2e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e74fcedc7ee00e2e","status":"passed","time":{"start":1728669372209,"stop":1728669372210,"duration":1}},{"uid":"631f7eaf71f45f5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/631f7eaf71f45f5e","status":"passed","time":{"start":1728597712759,"stop":1728597712760,"duration":1}},{"uid":"79e54d3c47f705f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/79e54d3c47f705f8","status":"passed","time":{"start":1728596931866,"stop":1728596931866,"duration":0}}]},"tags":[]},"source":"6aacfd955ad0f1ef.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ca302524d9efd4bb.json b/7588/data/test-cases/6b417682756934b7.json similarity index 81% rename from 7556/data/test-cases/ca302524d9efd4bb.json rename to 7588/data/test-cases/6b417682756934b7.json index 4dba6f0daf5..a7fa5612978 100644 --- a/7556/data/test-cases/ca302524d9efd4bb.json +++ b/7588/data/test-cases/6b417682756934b7.json @@ -1 +1 @@ -{"uid":"ca302524d9efd4bb","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":1728457481299,"stop":1728457481300,"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":6,"unknown":0,"total":6},"items":[{"uid":"ad8757f23aa5f60d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/ad8757f23aa5f60d","status":"passed","time":{"start":1728456434606,"stop":1728456434606,"duration":0}},{"uid":"c4f9f4741e04e3d5","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/c4f9f4741e04e3d5","status":"passed","time":{"start":1728456196712,"stop":1728456196713,"duration":1}},{"uid":"31719882a0d81c12","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/31719882a0d81c12","status":"passed","time":{"start":1728456113215,"stop":1728456113215,"duration":0}},{"uid":"1e7a32d173ac0963","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/1e7a32d173ac0963","status":"passed","time":{"start":1728455468967,"stop":1728455468969,"duration":2}},{"uid":"8cbae3a8a542f866","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/8cbae3a8a542f866","status":"passed","time":{"start":1728452437026,"stop":1728452437026,"duration":0}}]},"tags":[]},"source":"ca302524d9efd4bb.json","parameterValues":[]} \ No newline at end of file +{"uid":"6b417682756934b7","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":1729034636322,"stop":1729034636322,"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":15,"unknown":0,"total":15},"items":[{"uid":"3225d7a13b05f3e1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3225d7a13b05f3e1","status":"passed","time":{"start":1729034402287,"stop":1729034402287,"duration":0}},{"uid":"e4230fe98cb020f4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e4230fe98cb020f4","status":"passed","time":{"start":1729034323311,"stop":1729034323313,"duration":2}},{"uid":"c05b2f0040a53ae4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c05b2f0040a53ae4","status":"passed","time":{"start":1729034144770,"stop":1729034144771,"duration":1}},{"uid":"d6f47102a4768d44","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d6f47102a4768d44","status":"passed","time":{"start":1729032198827,"stop":1729032198827,"duration":0}},{"uid":"7d7309dc28194dc0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7d7309dc28194dc0","status":"passed","time":{"start":1728901901774,"stop":1728901901775,"duration":1}},{"uid":"feac7afec519558d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/feac7afec519558d","status":"passed","time":{"start":1728893337256,"stop":1728893337257,"duration":1}},{"uid":"89083c52a1c2126","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89083c52a1c2126","status":"passed","time":{"start":1728856299200,"stop":1728856299200,"duration":0}},{"uid":"6a74a3e063d6f39e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6a74a3e063d6f39e","status":"passed","time":{"start":1728738505391,"stop":1728738505391,"duration":0}},{"uid":"6ff0b672bfdd5b5f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6ff0b672bfdd5b5f","status":"passed","time":{"start":1728683045452,"stop":1728683045453,"duration":1}},{"uid":"edf7a6d40318c771","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/edf7a6d40318c771","status":"passed","time":{"start":1728682607296,"stop":1728682607297,"duration":1}},{"uid":"a6db3d317b04a632","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a6db3d317b04a632","status":"passed","time":{"start":1728677103500,"stop":1728677103501,"duration":1}},{"uid":"80b263010a68f308","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/80b263010a68f308","status":"passed","time":{"start":1728669777135,"stop":1728669777137,"duration":2}},{"uid":"bc25232ed893c292","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bc25232ed893c292","status":"passed","time":{"start":1728598163469,"stop":1728598163469,"duration":0}},{"uid":"e29600fc1d5c393","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e29600fc1d5c393","status":"passed","time":{"start":1728597375486,"stop":1728597375487,"duration":1}}]},"tags":[]},"source":"6b417682756934b7.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/6c4b89a506fcbe94.json b/7588/data/test-cases/6c4b89a506fcbe94.json new file mode 100644 index 00000000000..803dddfa8b8 --- /dev/null +++ b/7588/data/test-cases/6c4b89a506fcbe94.json @@ -0,0 +1 @@ +{"uid":"6c4b89a506fcbe94","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":1729034435415,"stop":1729034435415,"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":15,"unknown":0,"total":15},"items":[{"uid":"1c8fa20dd6f995e5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1c8fa20dd6f995e5","status":"passed","time":{"start":1729034202101,"stop":1729034202101,"duration":0}},{"uid":"2a4ad87259139cfb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2a4ad87259139cfb","status":"passed","time":{"start":1729034126113,"stop":1729034126113,"duration":0}},{"uid":"5ace509ce8c04794","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ace509ce8c04794","status":"passed","time":{"start":1729033939924,"stop":1729033939924,"duration":0}},{"uid":"40ea5ca5e049dfb1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/40ea5ca5e049dfb1","status":"passed","time":{"start":1729031988775,"stop":1729031988775,"duration":0}},{"uid":"542839511f600295","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/542839511f600295","status":"passed","time":{"start":1728901555756,"stop":1728901555756,"duration":0}},{"uid":"2c8cd562dfa334e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2c8cd562dfa334e4","status":"passed","time":{"start":1728892995572,"stop":1728892995572,"duration":0}},{"uid":"5c7a4e6dd949d508","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5c7a4e6dd949d508","status":"passed","time":{"start":1728855954643,"stop":1728855954643,"duration":0}},{"uid":"2474a01afa71426c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2474a01afa71426c","status":"passed","time":{"start":1728738169521,"stop":1728738169522,"duration":1}},{"uid":"b257ce567cf50b3c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b257ce567cf50b3c","status":"passed","time":{"start":1728682707227,"stop":1728682707228,"duration":1}},{"uid":"18a61caaff3afce8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18a61caaff3afce8","status":"passed","time":{"start":1728682285119,"stop":1728682285122,"duration":3}},{"uid":"848b4daf2e77cc7b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/848b4daf2e77cc7b","status":"passed","time":{"start":1728676761149,"stop":1728676761151,"duration":2}},{"uid":"f569a4e584ee9357","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f569a4e584ee9357","status":"passed","time":{"start":1728669488936,"stop":1728669488936,"duration":0}},{"uid":"3bfd5a818bde8a31","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3bfd5a818bde8a31","status":"passed","time":{"start":1728597819572,"stop":1728597819573,"duration":1}},{"uid":"365b258237c330b1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/365b258237c330b1","status":"passed","time":{"start":1728597041918,"stop":1728597041918,"duration":0}}]},"tags":[]},"source":"6c4b89a506fcbe94.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/acebc0eaa456f4f0.json b/7588/data/test-cases/6c801c749417ee7b.json similarity index 85% rename from 7556/data/test-cases/acebc0eaa456f4f0.json rename to 7588/data/test-cases/6c801c749417ee7b.json index 0998962b94d..b873a846ea0 100644 --- a/7556/data/test-cases/acebc0eaa456f4f0.json +++ b/7588/data/test-cases/6c801c749417ee7b.json @@ -1 +1 @@ -{"uid":"acebc0eaa456f4f0","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":1728457537127,"stop":1728457537128,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"36d6cf5dd9309c41","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/36d6cf5dd9309c41","status":"passed","time":{"start":1728456499096,"stop":1728456499096,"duration":0}},{"uid":"2190587f41e29cf9","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/2190587f41e29cf9","status":"passed","time":{"start":1728456215075,"stop":1728456215076,"duration":1}},{"uid":"92ebafbee6bc0902","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/92ebafbee6bc0902","status":"passed","time":{"start":1728456167132,"stop":1728456167132,"duration":0}},{"uid":"414f8e38b50d566e","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/414f8e38b50d566e","status":"passed","time":{"start":1728455518195,"stop":1728455518195,"duration":0}},{"uid":"23231b3c38a7aa40","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/23231b3c38a7aa40","status":"passed","time":{"start":1728452534878,"stop":1728452534879,"duration":1}}]},"tags":[]},"source":"acebc0eaa456f4f0.json","parameterValues":[]} \ No newline at end of file +{"uid":"6c801c749417ee7b","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":1729034704495,"stop":1729034704495,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"87ddb8ac1c2a678a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/87ddb8ac1c2a678a","status":"passed","time":{"start":1729034474988,"stop":1729034474988,"duration":0}},{"uid":"7f9402638e8a8f47","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7f9402638e8a8f47","status":"passed","time":{"start":1729034395291,"stop":1729034395291,"duration":0}},{"uid":"7963f758acb8f73c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7963f758acb8f73c","status":"passed","time":{"start":1729034209100,"stop":1729034209100,"duration":0}},{"uid":"99931c00d9f9bbf1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/99931c00d9f9bbf1","status":"passed","time":{"start":1729032264568,"stop":1729032264569,"duration":1}},{"uid":"58d43b3004c78c63","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/58d43b3004c78c63","status":"passed","time":{"start":1728902012858,"stop":1728902012858,"duration":0}},{"uid":"b5bb676d1162c330","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5bb676d1162c330","status":"passed","time":{"start":1728893454811,"stop":1728893454812,"duration":1}},{"uid":"9f6fd8f05d136f99","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f6fd8f05d136f99","status":"passed","time":{"start":1728856408452,"stop":1728856408453,"duration":1}},{"uid":"8bafb7d15c819e4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8bafb7d15c819e4","status":"passed","time":{"start":1728738633855,"stop":1728738633855,"duration":0}},{"uid":"606fc0707080e20a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/606fc0707080e20a","status":"passed","time":{"start":1728683159760,"stop":1728683159761,"duration":1}},{"uid":"93078b0a7939b21c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/93078b0a7939b21c","status":"passed","time":{"start":1728682751330,"stop":1728682751330,"duration":0}},{"uid":"67d0831800824bbe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/67d0831800824bbe","status":"passed","time":{"start":1728677216356,"stop":1728677216356,"duration":0}},{"uid":"6934e657fa64b172","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6934e657fa64b172","status":"passed","time":{"start":1728669925454,"stop":1728669925455,"duration":1}},{"uid":"f215f62a5b83d4ef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f215f62a5b83d4ef","status":"passed","time":{"start":1728598268805,"stop":1728598268805,"duration":0}},{"uid":"e361233d70020b78","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e361233d70020b78","status":"passed","time":{"start":1728597503921,"stop":1728597503921,"duration":0}}]},"tags":[]},"source":"6c801c749417ee7b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c1ce054b24fc00d6.json b/7588/data/test-cases/6cea474dab07d011.json similarity index 85% rename from 7556/data/test-cases/c1ce054b24fc00d6.json rename to 7588/data/test-cases/6cea474dab07d011.json index fe1ef668a32..9d1ad13497c 100644 --- a/7556/data/test-cases/c1ce054b24fc00d6.json +++ b/7588/data/test-cases/6cea474dab07d011.json @@ -1 +1 @@ -{"uid":"c1ce054b24fc00d6","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":1728457537132,"stop":1728457537132,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"833ec0919cf6c2ab","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/833ec0919cf6c2ab","status":"passed","time":{"start":1728456499101,"stop":1728456499101,"duration":0}},{"uid":"3828a4c76622cf7f","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/3828a4c76622cf7f","status":"passed","time":{"start":1728456215079,"stop":1728456215079,"duration":0}},{"uid":"c30ed339cf8b6ebf","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/c30ed339cf8b6ebf","status":"passed","time":{"start":1728456167136,"stop":1728456167136,"duration":0}},{"uid":"1e7f39ee9d53ff17","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/1e7f39ee9d53ff17","status":"passed","time":{"start":1728455518198,"stop":1728455518199,"duration":1}},{"uid":"6631361b25ac8f1a","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/6631361b25ac8f1a","status":"passed","time":{"start":1728452534886,"stop":1728452534886,"duration":0}}]},"tags":[]},"source":"c1ce054b24fc00d6.json","parameterValues":[]} \ No newline at end of file +{"uid":"6cea474dab07d011","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":1729034704498,"stop":1729034704499,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"7a7d0615f6369f45","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a7d0615f6369f45","status":"passed","time":{"start":1729034474992,"stop":1729034474992,"duration":0}},{"uid":"ab9d1100c476e1dd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ab9d1100c476e1dd","status":"passed","time":{"start":1729034395293,"stop":1729034395294,"duration":1}},{"uid":"166af90615f30de1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/166af90615f30de1","status":"passed","time":{"start":1729034209104,"stop":1729034209104,"duration":0}},{"uid":"e8c9668574ee6ad2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8c9668574ee6ad2","status":"passed","time":{"start":1729032264572,"stop":1729032264572,"duration":0}},{"uid":"7985c70ad37c98e0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7985c70ad37c98e0","status":"passed","time":{"start":1728902012864,"stop":1728902012864,"duration":0}},{"uid":"54c9a266d6fe981a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54c9a266d6fe981a","status":"passed","time":{"start":1728893454814,"stop":1728893454815,"duration":1}},{"uid":"1a63468e44aee157","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1a63468e44aee157","status":"passed","time":{"start":1728856408457,"stop":1728856408458,"duration":1}},{"uid":"2cfe25bdc0af91ed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2cfe25bdc0af91ed","status":"passed","time":{"start":1728738633858,"stop":1728738633858,"duration":0}},{"uid":"adb816296dbb2b78","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/adb816296dbb2b78","status":"passed","time":{"start":1728683159787,"stop":1728683159788,"duration":1}},{"uid":"b681dfba2f0c7f4f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b681dfba2f0c7f4f","status":"passed","time":{"start":1728682751334,"stop":1728682751334,"duration":0}},{"uid":"4a034dd81990774d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4a034dd81990774d","status":"passed","time":{"start":1728677216364,"stop":1728677216365,"duration":1}},{"uid":"7cd57ed21475638f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7cd57ed21475638f","status":"passed","time":{"start":1728669925457,"stop":1728669925457,"duration":0}},{"uid":"f4ee812b73216c76","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f4ee812b73216c76","status":"passed","time":{"start":1728598268810,"stop":1728598268810,"duration":0}},{"uid":"9ff7a2f28a8401ec","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9ff7a2f28a8401ec","status":"passed","time":{"start":1728597503931,"stop":1728597503932,"duration":1}}]},"tags":[]},"source":"6cea474dab07d011.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/1e5c12068c20ae18.json b/7588/data/test-cases/6d07ffeac9b4e497.json similarity index 50% rename from 7556/data/test-cases/1e5c12068c20ae18.json rename to 7588/data/test-cases/6d07ffeac9b4e497.json index c9b4d807412..48747899c55 100644 --- a/7556/data/test-cases/1e5c12068c20ae18.json +++ b/7588/data/test-cases/6d07ffeac9b4e497.json @@ -1 +1 @@ -{"uid":"1e5c12068c20ae18","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":1728457289957,"stop":1728457289958,"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":6,"unknown":0,"total":6},"items":[{"uid":"10f7e50fa8219db3","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/10f7e50fa8219db3","status":"passed","time":{"start":1728456257133,"stop":1728456257135,"duration":2}},{"uid":"c5c5e05107de6f97","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/c5c5e05107de6f97","status":"passed","time":{"start":1728455949873,"stop":1728455949873,"duration":0}},{"uid":"a4b35e907ec15453","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/a4b35e907ec15453","status":"passed","time":{"start":1728455741472,"stop":1728455741472,"duration":0}},{"uid":"11a304da2e3dbdf7","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/11a304da2e3dbdf7","status":"passed","time":{"start":1728455102323,"stop":1728455102323,"duration":0}},{"uid":"d3b13aa77f7bef48","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d3b13aa77f7bef48","status":"passed","time":{"start":1728452170817,"stop":1728452170817,"duration":0}}]},"tags":[]},"source":"1e5c12068c20ae18.json","parameterValues":[]} \ No newline at end of file +{"uid":"6d07ffeac9b4e497","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":1729034472986,"stop":1729034472987,"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":15,"unknown":0,"total":15},"items":[{"uid":"d29e931ae4c4e439","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d29e931ae4c4e439","status":"passed","time":{"start":1729034240927,"stop":1729034240928,"duration":1}},{"uid":"fbf5a6b6dd9e5d48","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fbf5a6b6dd9e5d48","status":"passed","time":{"start":1729034159624,"stop":1729034159624,"duration":0}},{"uid":"cab3873319e434e3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cab3873319e434e3","status":"passed","time":{"start":1729033976806,"stop":1729033976807,"duration":1}},{"uid":"123e1b0ddd1376de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/123e1b0ddd1376de","status":"passed","time":{"start":1729032020530,"stop":1729032020531,"duration":1}},{"uid":"67fff6eb32030bff","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67fff6eb32030bff","status":"passed","time":{"start":1728901616474,"stop":1728901616474,"duration":0}},{"uid":"1d96fbd514fea817","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d96fbd514fea817","status":"passed","time":{"start":1728893050251,"stop":1728893050251,"duration":0}},{"uid":"94851dc12162616e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/94851dc12162616e","status":"passed","time":{"start":1728856015177,"stop":1728856015180,"duration":3}},{"uid":"39e4dc0f26d95951","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/39e4dc0f26d95951","status":"passed","time":{"start":1728738233148,"stop":1728738233148,"duration":0}},{"uid":"d2838e48c3429061","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d2838e48c3429061","status":"passed","time":{"start":1728682762478,"stop":1728682762478,"duration":0}},{"uid":"88469ad70ed63a6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/88469ad70ed63a6","status":"passed","time":{"start":1728682332792,"stop":1728682332792,"duration":0}},{"uid":"c42c0f9c80bf1a9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c42c0f9c80bf1a9","status":"passed","time":{"start":1728676810300,"stop":1728676810303,"duration":3}},{"uid":"282d1a40b9b6f06d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/282d1a40b9b6f06d","status":"passed","time":{"start":1728669529906,"stop":1728669529906,"duration":0}},{"uid":"e22a7365244947cf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e22a7365244947cf","status":"passed","time":{"start":1728597873541,"stop":1728597873541,"duration":0}},{"uid":"3cb3df1434b054d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3cb3df1434b054d1","status":"passed","time":{"start":1728597089279,"stop":1728597089279,"duration":0}}]},"tags":[]},"source":"6d07ffeac9b4e497.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/da883cf207e8a182.json b/7588/data/test-cases/6d2ec3641277d2c3.json similarity index 57% rename from 7556/data/test-cases/da883cf207e8a182.json rename to 7588/data/test-cases/6d2ec3641277d2c3.json index 73163f75b25..eab69b64302 100644 --- a/7556/data/test-cases/da883cf207e8a182.json +++ b/7588/data/test-cases/6d2ec3641277d2c3.json @@ -1 +1 @@ -{"uid":"da883cf207e8a182","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":1728457351729,"stop":1728457351730,"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":6,"unknown":0,"total":6},"items":[{"uid":"c49e6bf33c110022","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/c49e6bf33c110022","status":"passed","time":{"start":1728456317110,"stop":1728456317110,"duration":0}},{"uid":"ac68432e3c521672","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ac68432e3c521672","status":"passed","time":{"start":1728456012977,"stop":1728456012977,"duration":0}},{"uid":"b78367ab5837f148","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b78367ab5837f148","status":"passed","time":{"start":1728455837238,"stop":1728455837239,"duration":1}},{"uid":"91c20452c23ecb08","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/91c20452c23ecb08","status":"passed","time":{"start":1728455197445,"stop":1728455197445,"duration":0}},{"uid":"6262effe36aedd11","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/6262effe36aedd11","status":"passed","time":{"start":1728452206401,"stop":1728452206404,"duration":3}}]},"tags":[]},"source":"da883cf207e8a182.json","parameterValues":[]} \ No newline at end of file +{"uid":"6d2ec3641277d2c3","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":1729034536786,"stop":1729034536789,"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: 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":15,"unknown":0,"total":15},"items":[{"uid":"6a197ac30b82ab95","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6a197ac30b82ab95","status":"passed","time":{"start":1729034307033,"stop":1729034307033,"duration":0}},{"uid":"9ea0c8bb07240f20","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9ea0c8bb07240f20","status":"passed","time":{"start":1729034223308,"stop":1729034223308,"duration":0}},{"uid":"e807838429ebb56c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e807838429ebb56c","status":"passed","time":{"start":1729034034983,"stop":1729034034983,"duration":0}},{"uid":"c57d9305028d3eb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c57d9305028d3eb","status":"passed","time":{"start":1729032066298,"stop":1729032066300,"duration":2}},{"uid":"cfe37ce67dd0c1e9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cfe37ce67dd0c1e9","status":"passed","time":{"start":1728901706621,"stop":1728901706621,"duration":0}},{"uid":"6d42624f56378c57","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d42624f56378c57","status":"passed","time":{"start":1728893153423,"stop":1728893153424,"duration":1}},{"uid":"e9e0c241606c96d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e9e0c241606c96d","status":"passed","time":{"start":1728856108128,"stop":1728856108128,"duration":0}},{"uid":"d708c87b64f0c19e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d708c87b64f0c19e","status":"passed","time":{"start":1728738316670,"stop":1728738316670,"duration":0}},{"uid":"ec7be5ef77aef1ed","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec7be5ef77aef1ed","status":"passed","time":{"start":1728682865320,"stop":1728682865321,"duration":1}},{"uid":"dbb6c7e184679c93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dbb6c7e184679c93","status":"passed","time":{"start":1728682446997,"stop":1728682446997,"duration":0}},{"uid":"ee0b1a1629132c7d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ee0b1a1629132c7d","status":"passed","time":{"start":1728676924480,"stop":1728676924481,"duration":1}},{"uid":"fd5b90662525181c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd5b90662525181c","status":"passed","time":{"start":1728669626264,"stop":1728669626265,"duration":1}},{"uid":"2cf11b22643291e3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2cf11b22643291e3","status":"passed","time":{"start":1728597973674,"stop":1728597973675,"duration":1}},{"uid":"e3d904c768a0f1a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3d904c768a0f1a7","status":"passed","time":{"start":1728597188039,"stop":1728597188040,"duration":1}}]},"tags":[]},"source":"6d2ec3641277d2c3.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c5fbb37a54c308e3.json b/7588/data/test-cases/6d8b428c8cf80e5f.json similarity index 85% rename from 7556/data/test-cases/c5fbb37a54c308e3.json rename to 7588/data/test-cases/6d8b428c8cf80e5f.json index fb4d299c6ed..769d2633857 100644 --- a/7556/data/test-cases/c5fbb37a54c308e3.json +++ b/7588/data/test-cases/6d8b428c8cf80e5f.json @@ -1 +1 @@ -{"uid":"c5fbb37a54c308e3","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":1728457537154,"stop":1728457537155,"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":6,"unknown":0,"total":6},"items":[{"uid":"4cac4e9607ea68fe","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/4cac4e9607ea68fe","status":"passed","time":{"start":1728456499116,"stop":1728456499117,"duration":1}},{"uid":"b8655effacf52aec","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/b8655effacf52aec","status":"passed","time":{"start":1728456215117,"stop":1728456215118,"duration":1}},{"uid":"6cbd000ef820d7ac","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/6cbd000ef820d7ac","status":"passed","time":{"start":1728456167157,"stop":1728456167157,"duration":0}},{"uid":"996db40b626eca4c","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/996db40b626eca4c","status":"passed","time":{"start":1728455518213,"stop":1728455518213,"duration":0}},{"uid":"b84374d8fa9c4824","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b84374d8fa9c4824","status":"passed","time":{"start":1728452534900,"stop":1728452534900,"duration":0}}]},"tags":[]},"source":"c5fbb37a54c308e3.json","parameterValues":[]} \ No newline at end of file +{"uid":"6d8b428c8cf80e5f","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":1729034704510,"stop":1729034704510,"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":15,"unknown":0,"total":15},"items":[{"uid":"3bbc1c11e21d1597","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3bbc1c11e21d1597","status":"passed","time":{"start":1729034475017,"stop":1729034475017,"duration":0}},{"uid":"2c21708e825f88a7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2c21708e825f88a7","status":"passed","time":{"start":1729034395303,"stop":1729034395304,"duration":1}},{"uid":"4bdf9f76925c2f1c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4bdf9f76925c2f1c","status":"passed","time":{"start":1729034209130,"stop":1729034209131,"duration":1}},{"uid":"bcb93e5fa08d856b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bcb93e5fa08d856b","status":"passed","time":{"start":1729032264601,"stop":1729032264601,"duration":0}},{"uid":"acec3dfea25da430","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/acec3dfea25da430","status":"passed","time":{"start":1728902012893,"stop":1728902012893,"duration":0}},{"uid":"73e042736292b59","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73e042736292b59","status":"passed","time":{"start":1728893454826,"stop":1728893454826,"duration":0}},{"uid":"3e00b7fa65772ec3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3e00b7fa65772ec3","status":"passed","time":{"start":1728856408469,"stop":1728856408469,"duration":0}},{"uid":"fc8a2db956234848","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fc8a2db956234848","status":"passed","time":{"start":1728738633876,"stop":1728738633876,"duration":0}},{"uid":"338ad1fd9a2698b2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/338ad1fd9a2698b2","status":"passed","time":{"start":1728683159827,"stop":1728683159827,"duration":0}},{"uid":"5e8350d5e53dc91c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5e8350d5e53dc91c","status":"passed","time":{"start":1728682751348,"stop":1728682751348,"duration":0}},{"uid":"7a8270482363fb58","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a8270482363fb58","status":"passed","time":{"start":1728677216379,"stop":1728677216379,"duration":0}},{"uid":"c874865f3a240718","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c874865f3a240718","status":"passed","time":{"start":1728669925468,"stop":1728669925469,"duration":1}},{"uid":"40c0a4fc275eaecd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/40c0a4fc275eaecd","status":"passed","time":{"start":1728598268822,"stop":1728598268822,"duration":0}},{"uid":"ee5b19566341ae62","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ee5b19566341ae62","status":"passed","time":{"start":1728597503956,"stop":1728597503956,"duration":0}}]},"tags":[]},"source":"6d8b428c8cf80e5f.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/6d974d44d7328a7.json b/7588/data/test-cases/6d974d44d7328a7.json new file mode 100644 index 00000000000..7d4bd452b55 --- /dev/null +++ b/7588/data/test-cases/6d974d44d7328a7.json @@ -0,0 +1 @@ +{"uid":"6d974d44d7328a7","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":1729034332609,"stop":1729034332609,"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":15,"unknown":0,"total":15},"items":[{"uid":"602a55307ba0206b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/602a55307ba0206b","status":"passed","time":{"start":1729034096110,"stop":1729034096110,"duration":0}},{"uid":"2a3cc4052b5a4e22","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2a3cc4052b5a4e22","status":"passed","time":{"start":1729034020073,"stop":1729034020073,"duration":0}},{"uid":"c9b90d303ba44a9d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c9b90d303ba44a9d","status":"passed","time":{"start":1729033834361,"stop":1729033834361,"duration":0}},{"uid":"16ed0b3a9ebab729","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/16ed0b3a9ebab729","status":"passed","time":{"start":1729031884089,"stop":1729031884090,"duration":1}},{"uid":"6b63316f19507d01","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6b63316f19507d01","status":"passed","time":{"start":1728901430242,"stop":1728901430242,"duration":0}},{"uid":"6c8dd1d7d23568e9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c8dd1d7d23568e9","status":"passed","time":{"start":1728892860517,"stop":1728892860517,"duration":0}},{"uid":"9e44fb12219345db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e44fb12219345db","status":"passed","time":{"start":1728855823307,"stop":1728855823308,"duration":1}},{"uid":"971f065c422655fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/971f065c422655fa","status":"passed","time":{"start":1728738040569,"stop":1728738040570,"duration":1}},{"uid":"4398bf05eda84abd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4398bf05eda84abd","status":"passed","time":{"start":1728682574067,"stop":1728682574067,"duration":0}},{"uid":"595d6118ed97210e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/595d6118ed97210e","status":"passed","time":{"start":1728682146794,"stop":1728682146795,"duration":1}},{"uid":"5384f67c8a062726","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5384f67c8a062726","status":"passed","time":{"start":1728676621404,"stop":1728676621404,"duration":0}},{"uid":"74f681c886fe2bd8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74f681c886fe2bd8","status":"passed","time":{"start":1728669344453,"stop":1728669344454,"duration":1}},{"uid":"19b6ed951ec75e7e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/19b6ed951ec75e7e","status":"passed","time":{"start":1728597685135,"stop":1728597685135,"duration":0}},{"uid":"dadbc231f1f44598","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dadbc231f1f44598","status":"passed","time":{"start":1728596904441,"stop":1728596904442,"duration":1}}]},"tags":[]},"source":"6d974d44d7328a7.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/6dbc6732398b982e.json b/7588/data/test-cases/6dbc6732398b982e.json new file mode 100644 index 00000000000..a8ceda86b59 --- /dev/null +++ b/7588/data/test-cases/6dbc6732398b982e.json @@ -0,0 +1 @@ +{"uid":"6dbc6732398b982e","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":1729034356473,"stop":1729034356474,"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":14,"unknown":0,"total":14},"items":[{"uid":"fca33f74ca38a775","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fca33f74ca38a775","status":"passed","time":{"start":1729034120499,"stop":1729034120499,"duration":0}},{"uid":"ebeb66c57638e7d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ebeb66c57638e7d8","status":"passed","time":{"start":1729033858269,"stop":1729033858269,"duration":0}},{"uid":"c4b739c37ef5375b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c4b739c37ef5375b","status":"passed","time":{"start":1729031908176,"stop":1729031908176,"duration":0}},{"uid":"37d4e1c206337c7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37d4e1c206337c7","status":"passed","time":{"start":1728901453932,"stop":1728901453932,"duration":0}},{"uid":"5c31a9d56c3e0214","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c31a9d56c3e0214","status":"passed","time":{"start":1728892884408,"stop":1728892884408,"duration":0}},{"uid":"10b5bd088ab6792c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/10b5bd088ab6792c","status":"passed","time":{"start":1728855846878,"stop":1728855846878,"duration":0}},{"uid":"75d28ff9fdcf3f02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/75d28ff9fdcf3f02","status":"passed","time":{"start":1728738064181,"stop":1728738064181,"duration":0}},{"uid":"2944679bf2f1b9d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2944679bf2f1b9d9","status":"passed","time":{"start":1728682597759,"stop":1728682597759,"duration":0}},{"uid":"6158c8a679baea40","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6158c8a679baea40","status":"passed","time":{"start":1728682170539,"stop":1728682170539,"duration":0}},{"uid":"cd899d8bcf349584","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cd899d8bcf349584","status":"passed","time":{"start":1728676645198,"stop":1728676645198,"duration":0}},{"uid":"c430efcf7d1190b2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c430efcf7d1190b2","status":"passed","time":{"start":1728669368193,"stop":1728669368194,"duration":1}},{"uid":"1716090bd663625e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1716090bd663625e","status":"passed","time":{"start":1728597709009,"stop":1728597709009,"duration":0}},{"uid":"2fa3234bc143480c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2fa3234bc143480c","status":"passed","time":{"start":1728596928105,"stop":1728596928105,"duration":0}}]},"tags":[]},"source":"6dbc6732398b982e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/a312f640bf7348d2.json b/7588/data/test-cases/6dc0616910d8b10d.json similarity index 63% rename from 7556/data/test-cases/a312f640bf7348d2.json rename to 7588/data/test-cases/6dc0616910d8b10d.json index 02eeb671d2b..540b5c4ecf0 100644 --- a/7556/data/test-cases/a312f640bf7348d2.json +++ b/7588/data/test-cases/6dc0616910d8b10d.json @@ -1 +1 @@ -{"uid":"a312f640bf7348d2","name":"stop","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > stop","historyId":"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457245471,"stop":1728457245471,"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":6,"unknown":0,"total":6},"items":[{"uid":"a4e633d77306c739","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a4e633d77306c739","status":"passed","time":{"start":1728456216450,"stop":1728456216450,"duration":0}},{"uid":"f84258a3bfdb5ba8","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f84258a3bfdb5ba8","status":"passed","time":{"start":1728455903121,"stop":1728455903121,"duration":0}},{"uid":"c333764b669cb536","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/c333764b669cb536","status":"passed","time":{"start":1728455653299,"stop":1728455653299,"duration":0}},{"uid":"aaff94187612f1f9","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/aaff94187612f1f9","status":"passed","time":{"start":1728455013480,"stop":1728455013480,"duration":0}},{"uid":"4c93def1731a3618","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/4c93def1731a3618","status":"passed","time":{"start":1728452024133,"stop":1728452024133,"duration":0}}]},"tags":[]},"source":"a312f640bf7348d2.json","parameterValues":[]} \ No newline at end of file +{"uid":"6dc0616910d8b10d","name":"stop","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > stop","historyId":"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034432452,"stop":1729034432452,"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":14,"unknown":0,"total":14},"items":[{"uid":"29d00c0233822f6f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/29d00c0233822f6f","status":"passed","time":{"start":1729034119308,"stop":1729034119308,"duration":0}},{"uid":"e0fb7aba5831a846","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e0fb7aba5831a846","status":"passed","time":{"start":1729033933482,"stop":1729033933482,"duration":0}},{"uid":"30423695e50cd873","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30423695e50cd873","status":"passed","time":{"start":1729031982935,"stop":1729031982936,"duration":1}},{"uid":"213d08781b8c9cb7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/213d08781b8c9cb7","status":"passed","time":{"start":1728901527862,"stop":1728901527863,"duration":1}},{"uid":"1464b44fffed5efd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1464b44fffed5efd","status":"passed","time":{"start":1728892960142,"stop":1728892960142,"duration":0}},{"uid":"9162fe4c4f932b19","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9162fe4c4f932b19","status":"passed","time":{"start":1728855921716,"stop":1728855921717,"duration":1}},{"uid":"816fd22aed96af91","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/816fd22aed96af91","status":"passed","time":{"start":1728738138435,"stop":1728738138435,"duration":0}},{"uid":"8f551e99f92f9997","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8f551e99f92f9997","status":"passed","time":{"start":1728682672255,"stop":1728682672255,"duration":0}},{"uid":"37c6455d0101e2e5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/37c6455d0101e2e5","status":"passed","time":{"start":1728682245077,"stop":1728682245077,"duration":0}},{"uid":"bdc5097aed2dca7c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bdc5097aed2dca7c","status":"passed","time":{"start":1728676721302,"stop":1728676721302,"duration":0}},{"uid":"91db9da2a6daf2fc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/91db9da2a6daf2fc","status":"passed","time":{"start":1728669444566,"stop":1728669444567,"duration":1}},{"uid":"866b42d3d7afeecd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/866b42d3d7afeecd","status":"passed","time":{"start":1728597784078,"stop":1728597784079,"duration":1}},{"uid":"d5ffe9ee4859f528","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d5ffe9ee4859f528","status":"passed","time":{"start":1728597001552,"stop":1728597001553,"duration":1}}]},"tags":[]},"source":"6dc0616910d8b10d.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/6dda83657e106d32.json b/7588/data/test-cases/6dda83657e106d32.json new file mode 100644 index 00000000000..9addc48faf4 --- /dev/null +++ b/7588/data/test-cases/6dda83657e106d32.json @@ -0,0 +1 @@ +{"uid":"6dda83657e106d32","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":1729034341405,"stop":1729034341409,"duration":4},"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":15,"unknown":0,"total":15},"items":[{"uid":"5926227e61af13b7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5926227e61af13b7","status":"passed","time":{"start":1729034104917,"stop":1729034104917,"duration":0}},{"uid":"3c35c9d79f7a85b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c35c9d79f7a85b3","status":"passed","time":{"start":1729034028515,"stop":1729034028515,"duration":0}},{"uid":"c200fa0637e7ce84","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c200fa0637e7ce84","status":"passed","time":{"start":1729033843123,"stop":1729033843123,"duration":0}},{"uid":"5ad97b2dacc526ba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5ad97b2dacc526ba","status":"passed","time":{"start":1729031892682,"stop":1729031892682,"duration":0}},{"uid":"d5ba0db6baf17fd8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d5ba0db6baf17fd8","status":"passed","time":{"start":1728901438812,"stop":1728901438813,"duration":1}},{"uid":"a68ee4b0bbdc33de","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a68ee4b0bbdc33de","status":"passed","time":{"start":1728892869005,"stop":1728892869005,"duration":0}},{"uid":"4ded2a33f548032b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ded2a33f548032b","status":"passed","time":{"start":1728855831897,"stop":1728855831897,"duration":0}},{"uid":"a59ec5491f20f864","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a59ec5491f20f864","status":"passed","time":{"start":1728738049045,"stop":1728738049045,"duration":0}},{"uid":"22b0224e9f4f93ee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/22b0224e9f4f93ee","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"c968f1082990404","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c968f1082990404","status":"passed","time":{"start":1728682155412,"stop":1728682155413,"duration":1}},{"uid":"b52348c33ece37a5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b52348c33ece37a5","status":"passed","time":{"start":1728676629979,"stop":1728676629979,"duration":0}},{"uid":"aa71c161079779c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa71c161079779c5","status":"passed","time":{"start":1728669353106,"stop":1728669353106,"duration":0}},{"uid":"c67291416b3e36ef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c67291416b3e36ef","status":"passed","time":{"start":1728597693852,"stop":1728597693852,"duration":0}},{"uid":"3514c66ef691fea3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3514c66ef691fea3","status":"passed","time":{"start":1728596913096,"stop":1728596913096,"duration":0}}]},"tags":[]},"source":"6dda83657e106d32.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/6ddf6cab75d4e5f9.json b/7588/data/test-cases/6ddf6cab75d4e5f9.json new file mode 100644 index 00000000000..c9ded803abf --- /dev/null +++ b/7588/data/test-cases/6ddf6cab75d4e5f9.json @@ -0,0 +1 @@ +{"uid":"6ddf6cab75d4e5f9","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":1729034332645,"stop":1729034332645,"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":15,"unknown":0,"total":15},"items":[{"uid":"51fde7b2a261bae8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/51fde7b2a261bae8","status":"passed","time":{"start":1729034096142,"stop":1729034096142,"duration":0}},{"uid":"5aaa91a06a44857f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5aaa91a06a44857f","status":"passed","time":{"start":1729034020098,"stop":1729034020098,"duration":0}},{"uid":"3b66469b6ba11d2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b66469b6ba11d2","status":"passed","time":{"start":1729033834396,"stop":1729033834396,"duration":0}},{"uid":"2be459ce698707e1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2be459ce698707e1","status":"passed","time":{"start":1729031884129,"stop":1729031884129,"duration":0}},{"uid":"225ea13253e8fcb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/225ea13253e8fcb","status":"passed","time":{"start":1728901430262,"stop":1728901430262,"duration":0}},{"uid":"60afa4ec226c4670","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/60afa4ec226c4670","status":"passed","time":{"start":1728892860541,"stop":1728892860541,"duration":0}},{"uid":"51c4217da7e8efe4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/51c4217da7e8efe4","status":"passed","time":{"start":1728855823330,"stop":1728855823330,"duration":0}},{"uid":"8d654e139efb83bc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d654e139efb83bc","status":"passed","time":{"start":1728738040611,"stop":1728738040611,"duration":0}},{"uid":"d2651914433cf6a9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d2651914433cf6a9","status":"passed","time":{"start":1728682574102,"stop":1728682574102,"duration":0}},{"uid":"7694341a0c125bfd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7694341a0c125bfd","status":"passed","time":{"start":1728682146826,"stop":1728682146826,"duration":0}},{"uid":"ca2d962a63ba8aa9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca2d962a63ba8aa9","status":"passed","time":{"start":1728676621441,"stop":1728676621441,"duration":0}},{"uid":"22e879a8bfcc5da1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/22e879a8bfcc5da1","status":"passed","time":{"start":1728669344475,"stop":1728669344475,"duration":0}},{"uid":"9a1707b43f13a24c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a1707b43f13a24c","status":"passed","time":{"start":1728597685171,"stop":1728597685171,"duration":0}},{"uid":"acf7dd640d54575a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/acf7dd640d54575a","status":"passed","time":{"start":1728596904480,"stop":1728596904480,"duration":0}}]},"tags":[]},"source":"6ddf6cab75d4e5f9.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/6e3ed0a60cc0d27.json b/7588/data/test-cases/6e3ed0a60cc0d27.json new file mode 100644 index 00000000000..8cd9ec7ba39 --- /dev/null +++ b/7588/data/test-cases/6e3ed0a60cc0d27.json @@ -0,0 +1 @@ +{"uid":"6e3ed0a60cc0d27","name":"should throw error - invalid id","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - invalid id","historyId":"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034341401,"stop":1729034341401,"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":15,"unknown":0,"total":15},"items":[{"uid":"921e46aaf5f3d9ad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/921e46aaf5f3d9ad","status":"passed","time":{"start":1729034104909,"stop":1729034104909,"duration":0}},{"uid":"255cbcec70b79009","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/255cbcec70b79009","status":"passed","time":{"start":1729034028507,"stop":1729034028507,"duration":0}},{"uid":"ba2ab9b7013b405f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba2ab9b7013b405f","status":"passed","time":{"start":1729033843115,"stop":1729033843116,"duration":1}},{"uid":"556801652a788c2e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/556801652a788c2e","status":"passed","time":{"start":1729031892674,"stop":1729031892674,"duration":0}},{"uid":"e1cd56d1f288a195","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e1cd56d1f288a195","status":"passed","time":{"start":1728901438805,"stop":1728901438806,"duration":1}},{"uid":"c9e867cab9adfe62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9e867cab9adfe62","status":"passed","time":{"start":1728892868997,"stop":1728892868997,"duration":0}},{"uid":"8be8e42e18868757","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8be8e42e18868757","status":"passed","time":{"start":1728855831890,"stop":1728855831890,"duration":0}},{"uid":"2178abc85a521dd1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2178abc85a521dd1","status":"passed","time":{"start":1728738049037,"stop":1728738049037,"duration":0}},{"uid":"4d06c222322eb81c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d06c222322eb81c","status":"passed","time":{"start":1728682582615,"stop":1728682582615,"duration":0}},{"uid":"7afef75c3516334a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7afef75c3516334a","status":"passed","time":{"start":1728682155405,"stop":1728682155405,"duration":0}},{"uid":"ec545333048de80f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec545333048de80f","status":"passed","time":{"start":1728676629971,"stop":1728676629971,"duration":0}},{"uid":"bb9dcfa17d9d41e7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb9dcfa17d9d41e7","status":"passed","time":{"start":1728669353098,"stop":1728669353099,"duration":1}},{"uid":"bec0fe989aa35b55","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bec0fe989aa35b55","status":"passed","time":{"start":1728597693843,"stop":1728597693843,"duration":0}},{"uid":"eb180ecfeacd4523","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb180ecfeacd4523","status":"passed","time":{"start":1728596913088,"stop":1728596913088,"duration":0}}]},"tags":[]},"source":"6e3ed0a60cc0d27.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/62b4a95137c25a04.json b/7588/data/test-cases/6e60e7764f68b78b.json similarity index 82% rename from 7556/data/test-cases/62b4a95137c25a04.json rename to 7588/data/test-cases/6e60e7764f68b78b.json index 0a09186b73b..8d5b78d4742 100644 --- a/7556/data/test-cases/62b4a95137c25a04.json +++ b/7588/data/test-cases/6e60e7764f68b78b.json @@ -1 +1 @@ -{"uid":"62b4a95137c25a04","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":1728457481254,"stop":1728457481255,"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":6,"unknown":0,"total":6},"items":[{"uid":"b66fa5261c165321","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/b66fa5261c165321","status":"passed","time":{"start":1728456434593,"stop":1728456434593,"duration":0}},{"uid":"4a7c11f3def27e5b","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/4a7c11f3def27e5b","status":"passed","time":{"start":1728456196701,"stop":1728456196702,"duration":1}},{"uid":"c747580ed204e068","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/c747580ed204e068","status":"passed","time":{"start":1728456113178,"stop":1728456113178,"duration":0}},{"uid":"72834650ef162cce","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/72834650ef162cce","status":"passed","time":{"start":1728455468956,"stop":1728455468956,"duration":0}},{"uid":"3fb8ac7567a008b1","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/3fb8ac7567a008b1","status":"passed","time":{"start":1728452437015,"stop":1728452437015,"duration":0}}]},"tags":[]},"source":"62b4a95137c25a04.json","parameterValues":[]} \ No newline at end of file +{"uid":"6e60e7764f68b78b","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":1729034636309,"stop":1729034636310,"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":15,"unknown":0,"total":15},"items":[{"uid":"1300dbfeeacd63ab","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1300dbfeeacd63ab","status":"passed","time":{"start":1729034402260,"stop":1729034402260,"duration":0}},{"uid":"2bb9026dbf24aa86","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2bb9026dbf24aa86","status":"passed","time":{"start":1729034323283,"stop":1729034323283,"duration":0}},{"uid":"c7447c5b8802ac86","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7447c5b8802ac86","status":"passed","time":{"start":1729034144761,"stop":1729034144761,"duration":0}},{"uid":"7a0583cdb312a8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a0583cdb312a8c","status":"passed","time":{"start":1729032198811,"stop":1729032198812,"duration":1}},{"uid":"effb4e4e3bddc0f9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/effb4e4e3bddc0f9","status":"passed","time":{"start":1728901901752,"stop":1728901901753,"duration":1}},{"uid":"42b148b2b9705084","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/42b148b2b9705084","status":"passed","time":{"start":1728893337237,"stop":1728893337237,"duration":0}},{"uid":"4719fe510763733f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4719fe510763733f","status":"passed","time":{"start":1728856299185,"stop":1728856299185,"duration":0}},{"uid":"171f69740d686092","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/171f69740d686092","status":"passed","time":{"start":1728738505371,"stop":1728738505371,"duration":0}},{"uid":"268ef498b5d0b57e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/268ef498b5d0b57e","status":"passed","time":{"start":1728683045439,"stop":1728683045439,"duration":0}},{"uid":"4d5d5bfb1e5b3a78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4d5d5bfb1e5b3a78","status":"passed","time":{"start":1728682607282,"stop":1728682607283,"duration":1}},{"uid":"6e9eb7b614af2aec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6e9eb7b614af2aec","status":"passed","time":{"start":1728677103488,"stop":1728677103489,"duration":1}},{"uid":"2610603b9f3a2f61","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2610603b9f3a2f61","status":"passed","time":{"start":1728669777112,"stop":1728669777112,"duration":0}},{"uid":"e80285930093665a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e80285930093665a","status":"passed","time":{"start":1728598163462,"stop":1728598163462,"duration":0}},{"uid":"4d2bb3bdb5405f72","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4d2bb3bdb5405f72","status":"passed","time":{"start":1728597375458,"stop":1728597375459,"duration":1}}]},"tags":[]},"source":"6e60e7764f68b78b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/cbf49c79901be1a6.json b/7588/data/test-cases/6e642d8f3a3f8313.json similarity index 50% rename from 7556/data/test-cases/cbf49c79901be1a6.json rename to 7588/data/test-cases/6e642d8f3a3f8313.json index 336692ba0d9..bcba20d1dfa 100644 --- a/7556/data/test-cases/cbf49c79901be1a6.json +++ b/7588/data/test-cases/6e642d8f3a3f8313.json @@ -1 +1 @@ -{"uid":"cbf49c79901be1a6","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":1728457289946,"stop":1728457289946,"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":6,"unknown":0,"total":6},"items":[{"uid":"5facd7fe0a19d8f7","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/5facd7fe0a19d8f7","status":"passed","time":{"start":1728456257126,"stop":1728456257131,"duration":5}},{"uid":"72c0b4e71b99109b","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/72c0b4e71b99109b","status":"passed","time":{"start":1728455949871,"stop":1728455949872,"duration":1}},{"uid":"8c4fd14c50aa1b70","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/8c4fd14c50aa1b70","status":"passed","time":{"start":1728455741470,"stop":1728455741470,"duration":0}},{"uid":"f6c8a6f741412ea7","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f6c8a6f741412ea7","status":"passed","time":{"start":1728455102321,"stop":1728455102322,"duration":1}},{"uid":"f7a3997787e5f8a1","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f7a3997787e5f8a1","status":"passed","time":{"start":1728452170815,"stop":1728452170816,"duration":1}}]},"tags":[]},"source":"cbf49c79901be1a6.json","parameterValues":[]} \ No newline at end of file +{"uid":"6e642d8f3a3f8313","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":1729034472984,"stop":1729034472984,"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":15,"unknown":0,"total":15},"items":[{"uid":"c89fba09d44fe3cf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c89fba09d44fe3cf","status":"passed","time":{"start":1729034240926,"stop":1729034240926,"duration":0}},{"uid":"485bbf10353da906","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/485bbf10353da906","status":"passed","time":{"start":1729034159620,"stop":1729034159621,"duration":1}},{"uid":"5f55a89d7fc93bb7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f55a89d7fc93bb7","status":"passed","time":{"start":1729033976805,"stop":1729033976805,"duration":0}},{"uid":"454870a36eb7b4fe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/454870a36eb7b4fe","status":"passed","time":{"start":1729032020528,"stop":1729032020528,"duration":0}},{"uid":"b67dd99c9549476e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b67dd99c9549476e","status":"passed","time":{"start":1728901616472,"stop":1728901616473,"duration":1}},{"uid":"d61bfff6a3019cda","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d61bfff6a3019cda","status":"passed","time":{"start":1728893050249,"stop":1728893050250,"duration":1}},{"uid":"e676923445150092","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e676923445150092","status":"passed","time":{"start":1728856015176,"stop":1728856015176,"duration":0}},{"uid":"deeb5a6fe5eacf28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/deeb5a6fe5eacf28","status":"passed","time":{"start":1728738233145,"stop":1728738233147,"duration":2}},{"uid":"d621fc4610da1cd0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d621fc4610da1cd0","status":"passed","time":{"start":1728682762476,"stop":1728682762477,"duration":1}},{"uid":"b0ea29419ba267bd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b0ea29419ba267bd","status":"passed","time":{"start":1728682332791,"stop":1728682332791,"duration":0}},{"uid":"24e3ac1c916f78bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/24e3ac1c916f78bf","status":"passed","time":{"start":1728676810299,"stop":1728676810299,"duration":0}},{"uid":"4cae941e980a7c3e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4cae941e980a7c3e","status":"passed","time":{"start":1728669529904,"stop":1728669529905,"duration":1}},{"uid":"4b3ee9517613148e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b3ee9517613148e","status":"passed","time":{"start":1728597873539,"stop":1728597873540,"duration":1}},{"uid":"8989d7c01cb196d8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8989d7c01cb196d8","status":"passed","time":{"start":1728597089278,"stop":1728597089278,"duration":0}}]},"tags":[]},"source":"6e642d8f3a3f8313.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e678910b53880c78.json b/7588/data/test-cases/6eb6ded9d9cc33cf.json similarity index 88% rename from 7556/data/test-cases/e678910b53880c78.json rename to 7588/data/test-cases/6eb6ded9d9cc33cf.json index f91827d7a1c..49087250479 100644 --- a/7556/data/test-cases/e678910b53880c78.json +++ b/7588/data/test-cases/6eb6ded9d9cc33cf.json @@ -1 +1 @@ -{"uid":"e678910b53880c78","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":1728457510438,"stop":1728457510439,"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":6,"unknown":0,"total":6},"items":[{"uid":"68c4ba288da5d624","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/68c4ba288da5d624","status":"passed","time":{"start":1728456448202,"stop":1728456448202,"duration":0}},{"uid":"2548c6f65fffba1e","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/2548c6f65fffba1e","status":"passed","time":{"start":1728456195694,"stop":1728456195694,"duration":0}},{"uid":"da9180be31782c77","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/da9180be31782c77","status":"passed","time":{"start":1728456166705,"stop":1728456166705,"duration":0}},{"uid":"b4139df6238eb9a6","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/b4139df6238eb9a6","status":"passed","time":{"start":1728455516721,"stop":1728455516722,"duration":1}},{"uid":"f12d3309733eda17","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f12d3309733eda17","status":"passed","time":{"start":1728452508942,"stop":1728452508942,"duration":0}}]},"tags":[]},"source":"e678910b53880c78.json","parameterValues":[]} \ No newline at end of file +{"uid":"6eb6ded9d9cc33cf","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":1729034631252,"stop":1729034631253,"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":15,"unknown":0,"total":15},"items":[{"uid":"832d83b14e31043d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/832d83b14e31043d","status":"passed","time":{"start":1729034400890,"stop":1729034400890,"duration":0}},{"uid":"2fc7a4cf609ac8c6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2fc7a4cf609ac8c6","status":"passed","time":{"start":1729034317452,"stop":1729034317453,"duration":1}},{"uid":"f390c29f1d06edf3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f390c29f1d06edf3","status":"passed","time":{"start":1729034137135,"stop":1729034137135,"duration":0}},{"uid":"4f60419b68258eb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f60419b68258eb","status":"passed","time":{"start":1729032206875,"stop":1729032206876,"duration":1}},{"uid":"15fcdfec2c674e06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/15fcdfec2c674e06","status":"passed","time":{"start":1728901995021,"stop":1728901995022,"duration":1}},{"uid":"971dc1aae79455","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/971dc1aae79455","status":"passed","time":{"start":1728893420995,"stop":1728893420995,"duration":0}},{"uid":"a7bcd01903a8d66d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a7bcd01903a8d66d","status":"passed","time":{"start":1728856368596,"stop":1728856368596,"duration":0}},{"uid":"f8ffc427d5031661","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f8ffc427d5031661","status":"passed","time":{"start":1728738604681,"stop":1728738604681,"duration":0}},{"uid":"ebc8b500ed2ac4ff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ebc8b500ed2ac4ff","status":"passed","time":{"start":1728683117627,"stop":1728683117628,"duration":1}},{"uid":"2438455d801d3547","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2438455d801d3547","status":"passed","time":{"start":1728682721318,"stop":1728682721318,"duration":0}},{"uid":"607302cb6efaebab","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/607302cb6efaebab","status":"passed","time":{"start":1728677184683,"stop":1728677184683,"duration":0}},{"uid":"ae51b1f0e20001e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ae51b1f0e20001e5","status":"passed","time":{"start":1728669866450,"stop":1728669866450,"duration":0}},{"uid":"9f4635187d83d6cf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9f4635187d83d6cf","status":"passed","time":{"start":1728598249976,"stop":1728598249976,"duration":0}},{"uid":"7a677e8bf755fcd8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7a677e8bf755fcd8","status":"passed","time":{"start":1728597472291,"stop":1728597472292,"duration":1}}]},"tags":[]},"source":"6eb6ded9d9cc33cf.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6384947cefb93a05.json b/7588/data/test-cases/6ef42633973d885f.json similarity index 88% rename from 7556/data/test-cases/6384947cefb93a05.json rename to 7588/data/test-cases/6ef42633973d885f.json index 6993ba7b833..15c3812ba1f 100644 --- a/7556/data/test-cases/6384947cefb93a05.json +++ b/7588/data/test-cases/6ef42633973d885f.json @@ -1 +1 @@ -{"uid":"6384947cefb93a05","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":1728457473531,"stop":1728457473532,"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":6,"unknown":0,"total":6},"items":[{"uid":"e60a9f6a14e2914b","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e60a9f6a14e2914b","status":"passed","time":{"start":1728456428378,"stop":1728456428379,"duration":1}},{"uid":"154579efcdf4a986","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/154579efcdf4a986","status":"passed","time":{"start":1728456157805,"stop":1728456157805,"duration":0}},{"uid":"701b06995fbef1ac","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/701b06995fbef1ac","status":"passed","time":{"start":1728456063546,"stop":1728456063548,"duration":2}},{"uid":"d43f5220ceb19097","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/d43f5220ceb19097","status":"passed","time":{"start":1728455422540,"stop":1728455422541,"duration":1}},{"uid":"b1c21832d9714fb4","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b1c21832d9714fb4","status":"passed","time":{"start":1728452417662,"stop":1728452417663,"duration":1}}]},"tags":[]},"source":"6384947cefb93a05.json","parameterValues":[]} \ No newline at end of file +{"uid":"6ef42633973d885f","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":1729034617765,"stop":1729034617765,"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":15,"unknown":0,"total":15},"items":[{"uid":"1f7141d735d3911b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1f7141d735d3911b","status":"passed","time":{"start":1729034370886,"stop":1729034370886,"duration":0}},{"uid":"e90fdfc57efd1fb7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e90fdfc57efd1fb7","status":"passed","time":{"start":1729034308882,"stop":1729034308882,"duration":0}},{"uid":"f9ee8d2f0b3e855d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9ee8d2f0b3e855d","status":"passed","time":{"start":1729034129477,"stop":1729034129478,"duration":1}},{"uid":"eda8a5236a69078e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/eda8a5236a69078e","status":"passed","time":{"start":1729032178372,"stop":1729032178372,"duration":0}},{"uid":"752de29736ee48b5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/752de29736ee48b5","status":"passed","time":{"start":1728901896351,"stop":1728901896351,"duration":0}},{"uid":"ad2ffd087726a137","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ad2ffd087726a137","status":"passed","time":{"start":1728893329029,"stop":1728893329029,"duration":0}},{"uid":"7d48dbdda55d52e9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d48dbdda55d52e9","status":"passed","time":{"start":1728856284768,"stop":1728856284768,"duration":0}},{"uid":"8b1705b306a82350","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8b1705b306a82350","status":"passed","time":{"start":1728738494945,"stop":1728738494946,"duration":1}},{"uid":"dbb065291a7ad750","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dbb065291a7ad750","status":"passed","time":{"start":1728683033635,"stop":1728683033635,"duration":0}},{"uid":"f829422ee9331c1a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f829422ee9331c1a","status":"passed","time":{"start":1728682601740,"stop":1728682601740,"duration":0}},{"uid":"661bc5b53b508297","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/661bc5b53b508297","status":"passed","time":{"start":1728677107973,"stop":1728677107974,"duration":1}},{"uid":"6e855b3a49e53190","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e855b3a49e53190","status":"passed","time":{"start":1728669764755,"stop":1728669764755,"duration":0}},{"uid":"21f50e4e92a1356b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/21f50e4e92a1356b","status":"passed","time":{"start":1728598157566,"stop":1728598157567,"duration":1}},{"uid":"64248a291f57c49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/64248a291f57c49","status":"passed","time":{"start":1728597369077,"stop":1728597369077,"duration":0}}]},"tags":[]},"source":"6ef42633973d885f.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/72f10052ab7ced0a.json b/7588/data/test-cases/6f8388ee864d26b0.json similarity index 69% rename from 7556/data/test-cases/72f10052ab7ced0a.json rename to 7588/data/test-cases/6f8388ee864d26b0.json index 438921c6c84..6fe0c97775d 100644 --- a/7556/data/test-cases/72f10052ab7ced0a.json +++ b/7588/data/test-cases/6f8388ee864d26b0.json @@ -1 +1 @@ -{"uid":"72f10052ab7ced0a","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":1728457536281,"stop":1728457536282,"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":6,"unknown":0,"total":6},"items":[{"uid":"b39677485f25478d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/b39677485f25478d","status":"passed","time":{"start":1728456479966,"stop":1728456479966,"duration":0}},{"uid":"8612e2b00e1e7258","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/8612e2b00e1e7258","status":"passed","time":{"start":1728456245090,"stop":1728456245091,"duration":1}},{"uid":"ed0b4c5599195f79","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/ed0b4c5599195f79","status":"passed","time":{"start":1728456210516,"stop":1728456210516,"duration":0}},{"uid":"5c48dc8fe4e7d614","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/5c48dc8fe4e7d614","status":"passed","time":{"start":1728455558235,"stop":1728455558235,"duration":0}},{"uid":"378db6448fa59dd","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/378db6448fa59dd","status":"passed","time":{"start":1728452533450,"stop":1728452533450,"duration":0}}]},"tags":[]},"source":"72f10052ab7ced0a.json","parameterValues":[]} \ No newline at end of file +{"uid":"6f8388ee864d26b0","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":1729034682679,"stop":1729034682680,"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":15,"unknown":0,"total":15},"items":[{"uid":"b556eb6fbceb5bf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b556eb6fbceb5bf","status":"passed","time":{"start":1729034452185,"stop":1729034452185,"duration":0}},{"uid":"c356e967051f57b6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c356e967051f57b6","status":"passed","time":{"start":1729034373081,"stop":1729034373081,"duration":0}},{"uid":"a00c19e4efb06cfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a00c19e4efb06cfe","status":"passed","time":{"start":1729034188118,"stop":1729034188118,"duration":0}},{"uid":"e7a75dbd224598f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e7a75dbd224598f","status":"passed","time":{"start":1729032231865,"stop":1729032231865,"duration":0}},{"uid":"32f6a6fd48de19fe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/32f6a6fd48de19fe","status":"passed","time":{"start":1728901989566,"stop":1728901989567,"duration":1}},{"uid":"f17c3764da0fb7d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f17c3764da0fb7d","status":"passed","time":{"start":1728893424903,"stop":1728893424904,"duration":1}},{"uid":"5057999ad6551bf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5057999ad6551bf","status":"passed","time":{"start":1728856376684,"stop":1728856376684,"duration":0}},{"uid":"38d82525886c447c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38d82525886c447c","status":"passed","time":{"start":1728738593961,"stop":1728738593961,"duration":0}},{"uid":"1878b4fec17320b1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1878b4fec17320b1","status":"passed","time":{"start":1728683135340,"stop":1728683135340,"duration":0}},{"uid":"a01d4dafca03b2ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a01d4dafca03b2ea","status":"passed","time":{"start":1728682692592,"stop":1728682692593,"duration":1}},{"uid":"9f5a845a9a6e76aa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f5a845a9a6e76aa","status":"passed","time":{"start":1728677194229,"stop":1728677194230,"duration":1}},{"uid":"fbeb99b3985b72fd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fbeb99b3985b72fd","status":"passed","time":{"start":1728669874425,"stop":1728669874425,"duration":0}},{"uid":"71b9edaa0607b244","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/71b9edaa0607b244","status":"passed","time":{"start":1728598257463,"stop":1728598257463,"duration":0}},{"uid":"fb4335091a6720c3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fb4335091a6720c3","status":"passed","time":{"start":1728597471298,"stop":1728597471298,"duration":0}}]},"tags":[]},"source":"6f8388ee864d26b0.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ed05d1a9943e9bab.json b/7588/data/test-cases/6fd3785af57e1713.json similarity index 50% rename from 7556/data/test-cases/ed05d1a9943e9bab.json rename to 7588/data/test-cases/6fd3785af57e1713.json index a8e1c010517..0788e7d3caf 100644 --- a/7556/data/test-cases/ed05d1a9943e9bab.json +++ b/7588/data/test-cases/6fd3785af57e1713.json @@ -1 +1 @@ -{"uid":"ed05d1a9943e9bab","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":1728457250836,"stop":1728457250837,"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":6,"unknown":0,"total":6},"items":[{"uid":"92a9606b789760b1","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/92a9606b789760b1","status":"passed","time":{"start":1728456218530,"stop":1728456218530,"duration":0}},{"uid":"d01cf1173ca7a4f0","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/d01cf1173ca7a4f0","status":"passed","time":{"start":1728455908943,"stop":1728455908943,"duration":0}},{"uid":"329a4e3d93eed1b1","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/329a4e3d93eed1b1","status":"passed","time":{"start":1728455685049,"stop":1728455685050,"duration":1}},{"uid":"822fb4d0ac914db9","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/822fb4d0ac914db9","status":"passed","time":{"start":1728455054518,"stop":1728455054518,"duration":0}},{"uid":"d29cd934ad6fd37e","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d29cd934ad6fd37e","status":"passed","time":{"start":1728452061109,"stop":1728452061109,"duration":0}}]},"tags":[]},"source":"ed05d1a9943e9bab.json","parameterValues":[]} \ No newline at end of file +{"uid":"6fd3785af57e1713","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":1729034435412,"stop":1729034435413,"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":15,"unknown":0,"total":15},"items":[{"uid":"a5f74bcf8f565cea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a5f74bcf8f565cea","status":"passed","time":{"start":1729034202101,"stop":1729034202101,"duration":0}},{"uid":"c94739e13eeebce","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c94739e13eeebce","status":"passed","time":{"start":1729034126112,"stop":1729034126112,"duration":0}},{"uid":"4c639395962da0dc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c639395962da0dc","status":"passed","time":{"start":1729033939923,"stop":1729033939923,"duration":0}},{"uid":"a24caa11ff536226","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a24caa11ff536226","status":"passed","time":{"start":1729031988774,"stop":1729031988775,"duration":1}},{"uid":"bec1a490c2b51e7f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bec1a490c2b51e7f","status":"passed","time":{"start":1728901555753,"stop":1728901555754,"duration":1}},{"uid":"58658b3b9eec52a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/58658b3b9eec52a2","status":"passed","time":{"start":1728892995571,"stop":1728892995572,"duration":1}},{"uid":"b87a1d7e2b6e7c7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b87a1d7e2b6e7c7","status":"passed","time":{"start":1728855954642,"stop":1728855954642,"duration":0}},{"uid":"6b819b7f6bbae94d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6b819b7f6bbae94d","status":"passed","time":{"start":1728738169504,"stop":1728738169505,"duration":1}},{"uid":"7b4b2572ae4f4d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b4b2572ae4f4d1","status":"passed","time":{"start":1728682707227,"stop":1728682707227,"duration":0}},{"uid":"199b85a825d7944","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/199b85a825d7944","status":"passed","time":{"start":1728682285117,"stop":1728682285118,"duration":1}},{"uid":"5df18fa95aff6dd6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5df18fa95aff6dd6","status":"passed","time":{"start":1728676761148,"stop":1728676761149,"duration":1}},{"uid":"14c0c0584c39edfc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/14c0c0584c39edfc","status":"passed","time":{"start":1728669488935,"stop":1728669488936,"duration":1}},{"uid":"750a6ab2c9766daa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/750a6ab2c9766daa","status":"passed","time":{"start":1728597819569,"stop":1728597819571,"duration":2}},{"uid":"d50d7c1f24a555ca","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d50d7c1f24a555ca","status":"passed","time":{"start":1728597041917,"stop":1728597041917,"duration":0}}]},"tags":[]},"source":"6fd3785af57e1713.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6557507e39b8223f.json b/7588/data/test-cases/6fdb644cff587711.json similarity index 51% rename from 7556/data/test-cases/6557507e39b8223f.json rename to 7588/data/test-cases/6fdb644cff587711.json index b1cefb13e96..eca73b94023 100644 --- a/7556/data/test-cases/6557507e39b8223f.json +++ b/7588/data/test-cases/6fdb644cff587711.json @@ -1 +1 @@ -{"uid":"6557507e39b8223f","name":"should reject if LightPush is requested but not mounted","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should reject if LightPush is requested but not mounted","historyId":"b7fa613de87702d39df81aab803892a0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457186695,"stop":1728457186695,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"54174a67efaa27d7","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/54174a67efaa27d7","status":"passed","time":{"start":1728456158944,"stop":1728456158944,"duration":0}},{"uid":"a0e5109e7fc8d3a9","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a0e5109e7fc8d3a9","status":"passed","time":{"start":1728455843437,"stop":1728455843437,"duration":0}},{"uid":"b4a8dc65061c80bd","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b4a8dc65061c80bd","status":"passed","time":{"start":1728455594858,"stop":1728455594859,"duration":1}},{"uid":"607a7df038301c2c","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/607a7df038301c2c","status":"passed","time":{"start":1728454955429,"stop":1728454955429,"duration":0}},{"uid":"3952c547c97f8db1","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/3952c547c97f8db1","status":"passed","time":{"start":1728451965406,"stop":1728451965406,"duration":0}}]},"tags":[]},"source":"6557507e39b8223f.json","parameterValues":[]} \ No newline at end of file +{"uid":"6fdb644cff587711","name":"should reject if LightPush is requested but not mounted","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should reject if LightPush is requested but not mounted","historyId":"b7fa613de87702d39df81aab803892a0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373009,"stop":1729034373009,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e55ce22201804efd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e55ce22201804efd","status":"passed","time":{"start":1729034137112,"stop":1729034137112,"duration":0}},{"uid":"25496c1e9df7b47a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/25496c1e9df7b47a","status":"passed","time":{"start":1729034060044,"stop":1729034060045,"duration":1}},{"uid":"782ccbdcdd9a82ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/782ccbdcdd9a82ac","status":"passed","time":{"start":1729033875026,"stop":1729033875027,"duration":1}},{"uid":"962cf90654d90b0c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/962cf90654d90b0c","status":"passed","time":{"start":1729031924907,"stop":1729031924908,"duration":1}},{"uid":"97a076eea7b00691","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/97a076eea7b00691","status":"passed","time":{"start":1728901469134,"stop":1728901469135,"duration":1}},{"uid":"89d9ba5ca461280c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/89d9ba5ca461280c","status":"passed","time":{"start":1728892899799,"stop":1728892899800,"duration":1}},{"uid":"c6fa79f805c004db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c6fa79f805c004db","status":"passed","time":{"start":1728855863296,"stop":1728855863296,"duration":0}},{"uid":"b6f4d90fc4f1e609","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b6f4d90fc4f1e609","status":"passed","time":{"start":1728738080955,"stop":1728738080956,"duration":1}},{"uid":"d5f5c188ce33cc10","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d5f5c188ce33cc10","status":"passed","time":{"start":1728682614315,"stop":1728682614315,"duration":0}},{"uid":"284b4363f4f0bc85","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/284b4363f4f0bc85","status":"passed","time":{"start":1728682187220,"stop":1728682187220,"duration":0}},{"uid":"e85a729db92f48a4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e85a729db92f48a4","status":"passed","time":{"start":1728676661420,"stop":1728676661420,"duration":0}},{"uid":"c8e311ce08878cdd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c8e311ce08878cdd","status":"passed","time":{"start":1728669384752,"stop":1728669384753,"duration":1}},{"uid":"e62545304766afaf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e62545304766afaf","status":"passed","time":{"start":1728597724210,"stop":1728597724210,"duration":0}},{"uid":"16d85240225ea448","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/16d85240225ea448","status":"passed","time":{"start":1728596943263,"stop":1728596943263,"duration":0}}]},"tags":[]},"source":"6fdb644cff587711.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/7013d109f0c0eece.json b/7588/data/test-cases/7013d109f0c0eece.json new file mode 100644 index 00000000000..f7d5368c34e --- /dev/null +++ b/7588/data/test-cases/7013d109f0c0eece.json @@ -0,0 +1 @@ +{"uid":"7013d109f0c0eece","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":1729034332630,"stop":1729034332630,"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":15,"unknown":0,"total":15},"items":[{"uid":"accc154e3968959f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/accc154e3968959f","status":"passed","time":{"start":1729034096132,"stop":1729034096132,"duration":0}},{"uid":"91c4fd8ec69bb6e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/91c4fd8ec69bb6e","status":"passed","time":{"start":1729034020089,"stop":1729034020089,"duration":0}},{"uid":"8abf46011fd069b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8abf46011fd069b3","status":"passed","time":{"start":1729033834383,"stop":1729033834383,"duration":0}},{"uid":"5c7d83a89a233f39","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5c7d83a89a233f39","status":"passed","time":{"start":1729031884116,"stop":1729031884117,"duration":1}},{"uid":"175ec264071af1d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/175ec264071af1d0","status":"passed","time":{"start":1728901430253,"stop":1728901430253,"duration":0}},{"uid":"1e9ecf0975647538","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e9ecf0975647538","status":"passed","time":{"start":1728892860531,"stop":1728892860531,"duration":0}},{"uid":"bd6591ecad8fc72e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bd6591ecad8fc72e","status":"passed","time":{"start":1728855823321,"stop":1728855823321,"duration":0}},{"uid":"eeb30de5f2d632c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eeb30de5f2d632c4","status":"passed","time":{"start":1728738040600,"stop":1728738040600,"duration":0}},{"uid":"e9c767585533291d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e9c767585533291d","status":"passed","time":{"start":1728682574090,"stop":1728682574090,"duration":0}},{"uid":"463c4c1e27dc0e53","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/463c4c1e27dc0e53","status":"passed","time":{"start":1728682146816,"stop":1728682146816,"duration":0}},{"uid":"ef735970814ef66","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef735970814ef66","status":"passed","time":{"start":1728676621430,"stop":1728676621430,"duration":0}},{"uid":"6b794f32b20501f6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6b794f32b20501f6","status":"passed","time":{"start":1728669344466,"stop":1728669344466,"duration":0}},{"uid":"997c779742849b90","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/997c779742849b90","status":"passed","time":{"start":1728597685160,"stop":1728597685160,"duration":0}},{"uid":"cf266121cb19e9a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cf266121cb19e9a7","status":"passed","time":{"start":1728596904466,"stop":1728596904466,"duration":0}}]},"tags":[]},"source":"7013d109f0c0eece.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/7033e93fced772a1.json b/7588/data/test-cases/7033e93fced772a1.json new file mode 100644 index 00000000000..ad7e7e81b0f --- /dev/null +++ b/7588/data/test-cases/7033e93fced772a1.json @@ -0,0 +1 @@ +{"uid":"7033e93fced772a1","name":"Decrypt messages","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Decrypt messages","historyId":"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034614966,"stop":1729034614966,"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":15,"unknown":0,"total":15},"items":[{"uid":"c001806126314f62","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c001806126314f62","status":"passed","time":{"start":1729034373109,"stop":1729034373110,"duration":1}},{"uid":"90f49bbdd77236ac","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/90f49bbdd77236ac","status":"passed","time":{"start":1729034308035,"stop":1729034308036,"duration":1}},{"uid":"7c5e6f6a1aff01a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7c5e6f6a1aff01a3","status":"passed","time":{"start":1729034124336,"stop":1729034124336,"duration":0}},{"uid":"3a1600fe02c60d80","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3a1600fe02c60d80","status":"passed","time":{"start":1729032177051,"stop":1729032177052,"duration":1}},{"uid":"7d0b581821f2e2d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7d0b581821f2e2d0","status":"passed","time":{"start":1728901874867,"stop":1728901874867,"duration":0}},{"uid":"6a83eb7d804be6f9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6a83eb7d804be6f9","status":"passed","time":{"start":1728893313876,"stop":1728893313876,"duration":0}},{"uid":"1d210f0ef79fc8a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d210f0ef79fc8a0","status":"passed","time":{"start":1728856265010,"stop":1728856265011,"duration":1}},{"uid":"a40f02cfce4d78b8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a40f02cfce4d78b8","status":"passed","time":{"start":1728738486154,"stop":1728738486154,"duration":0}},{"uid":"966901a16147f688","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/966901a16147f688","status":"passed","time":{"start":1728683032644,"stop":1728683032646,"duration":2}},{"uid":"4eae594d77fc27c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4eae594d77fc27c","status":"passed","time":{"start":1728682582820,"stop":1728682582821,"duration":1}},{"uid":"478f5914c8495f05","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/478f5914c8495f05","status":"passed","time":{"start":1728677084920,"stop":1728677084921,"duration":1}},{"uid":"638ed340a7c98a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/638ed340a7c98a","status":"passed","time":{"start":1728669757003,"stop":1728669757003,"duration":0}},{"uid":"9e5c39b6e581c564","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e5c39b6e581c564","status":"passed","time":{"start":1728598139214,"stop":1728598139214,"duration":0}},{"uid":"6ec117cc7aea26bf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ec117cc7aea26bf","status":"passed","time":{"start":1728597351996,"stop":1728597351997,"duration":1}}]},"tags":[]},"source":"7033e93fced772a1.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/5765ddd4dad2e758.json b/7588/data/test-cases/7127178dfcecffe8.json similarity index 85% rename from 7556/data/test-cases/5765ddd4dad2e758.json rename to 7588/data/test-cases/7127178dfcecffe8.json index 2f86bdcb328..d5217ff93c3 100644 --- a/7556/data/test-cases/5765ddd4dad2e758.json +++ b/7588/data/test-cases/7127178dfcecffe8.json @@ -1 +1 @@ -{"uid":"5765ddd4dad2e758","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":1728457537126,"stop":1728457537126,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"ae046e9396134e35","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/ae046e9396134e35","status":"passed","time":{"start":1728456499095,"stop":1728456499095,"duration":0}},{"uid":"ab396fb828ee5498","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ab396fb828ee5498","status":"passed","time":{"start":1728456215074,"stop":1728456215074,"duration":0}},{"uid":"4fc27baaff6fa91f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4fc27baaff6fa91f","status":"passed","time":{"start":1728456167129,"stop":1728456167129,"duration":0}},{"uid":"6f9b1c7c3b54eeb1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/6f9b1c7c3b54eeb1","status":"passed","time":{"start":1728455518194,"stop":1728455518194,"duration":0}},{"uid":"c0eb42692bf6631","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/c0eb42692bf6631","status":"passed","time":{"start":1728452534877,"stop":1728452534877,"duration":0}}]},"tags":[]},"source":"5765ddd4dad2e758.json","parameterValues":[]} \ No newline at end of file +{"uid":"7127178dfcecffe8","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":1729034704493,"stop":1729034704493,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"ed9eaf3cd3b162a3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ed9eaf3cd3b162a3","status":"passed","time":{"start":1729034474986,"stop":1729034474987,"duration":1}},{"uid":"f48768f7b332b9d7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f48768f7b332b9d7","status":"passed","time":{"start":1729034395289,"stop":1729034395289,"duration":0}},{"uid":"ebe33bcda2e1a05b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ebe33bcda2e1a05b","status":"passed","time":{"start":1729034209096,"stop":1729034209098,"duration":2}},{"uid":"73e0a37dc20caeb6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73e0a37dc20caeb6","status":"passed","time":{"start":1729032264567,"stop":1729032264567,"duration":0}},{"uid":"bc71deea359ea3dc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc71deea359ea3dc","status":"passed","time":{"start":1728902012848,"stop":1728902012849,"duration":1}},{"uid":"7852fc891a1c5bfe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7852fc891a1c5bfe","status":"passed","time":{"start":1728893454810,"stop":1728893454810,"duration":0}},{"uid":"db31705c2d1bbe6d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/db31705c2d1bbe6d","status":"passed","time":{"start":1728856408451,"stop":1728856408451,"duration":0}},{"uid":"30868ccd893234ba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/30868ccd893234ba","status":"passed","time":{"start":1728738633853,"stop":1728738633854,"duration":1}},{"uid":"9caaca1c64dd2968","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9caaca1c64dd2968","status":"passed","time":{"start":1728683159754,"stop":1728683159755,"duration":1}},{"uid":"2dfe4ed5653320e3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2dfe4ed5653320e3","status":"passed","time":{"start":1728682751328,"stop":1728682751328,"duration":0}},{"uid":"340530e2c867b597","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/340530e2c867b597","status":"passed","time":{"start":1728677216354,"stop":1728677216355,"duration":1}},{"uid":"f0e2b688692f4b7a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f0e2b688692f4b7a","status":"passed","time":{"start":1728669925452,"stop":1728669925453,"duration":1}},{"uid":"dc8ee6eace962c46","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc8ee6eace962c46","status":"passed","time":{"start":1728598268801,"stop":1728598268801,"duration":0}},{"uid":"d48696697da498c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d48696697da498c6","status":"passed","time":{"start":1728597503916,"stop":1728597503917,"duration":1}}]},"tags":[]},"source":"7127178dfcecffe8.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/712c441a7d5e18cb.json b/7588/data/test-cases/712c441a7d5e18cb.json new file mode 100644 index 00000000000..2a13d0a5238 --- /dev/null +++ b/7588/data/test-cases/712c441a7d5e18cb.json @@ -0,0 +1 @@ +{"uid":"712c441a7d5e18cb","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":1729034408876,"stop":1729034408876,"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"27c093d936aecbb7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/27c093d936aecbb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034166266,"stop":1729034166266,"duration":0}},{"uid":"fdcbd570160ecf66","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fdcbd570160ecf66","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034096723,"stop":1729034096724,"duration":1}},{"uid":"38b9f0a2f5958c93","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/38b9f0a2f5958c93","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033904750,"stop":1729033904751,"duration":1}},{"uid":"45cbb797c0f41ad4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45cbb797c0f41ad4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031952296,"stop":1729031952296,"duration":0}},{"uid":"59c87a5e6d44be49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59c87a5e6d44be49","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901498549,"stop":1728901498549,"duration":0}},{"uid":"8a5789c645eb00b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8a5789c645eb00b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892934942,"stop":1728892934942,"duration":0}},{"uid":"d15a07053bc32149","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d15a07053bc32149","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855901091,"stop":1728855901092,"duration":1}},{"uid":"c3221315ba353a0a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c3221315ba353a0a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738109823,"stop":1728738109823,"duration":0}},{"uid":"b8bea42738ed27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b8bea42738ed27","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682641797,"stop":1728682641798,"duration":1}},{"uid":"3332691cd031802f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3332691cd031802f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682224060,"stop":1728682224060,"duration":0}},{"uid":"18ac303146e29fd0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18ac303146e29fd0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676692604,"stop":1728676692604,"duration":0}},{"uid":"bf9c3701943b399e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf9c3701943b399e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669414331,"stop":1728669414331,"duration":0}},{"uid":"9ea0ccc05a99d677","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9ea0ccc05a99d677","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597758159,"stop":1728597758159,"duration":0}},{"uid":"6f67bff85ed9647e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6f67bff85ed9647e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596973962,"stop":1728596973964,"duration":2}}]},"tags":[]},"source":"712c441a7d5e18cb.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/8695a8c76a913c4d.json b/7588/data/test-cases/7179edc53bf6f2ea.json similarity index 51% rename from 7556/data/test-cases/8695a8c76a913c4d.json rename to 7588/data/test-cases/7179edc53bf6f2ea.json index e23860caaab..f6672fffc64 100644 --- a/7556/data/test-cases/8695a8c76a913c4d.json +++ b/7588/data/test-cases/7179edc53bf6f2ea.json @@ -1 +1 @@ -{"uid":"8695a8c76a913c4d","name":"should wait for Filter peer to be connected","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should wait for Filter peer to be connected","historyId":"9c2836bb674aece1da926e4b9066a472:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457186698,"stop":1728457186699,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"9153f35aa8c29dc0","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/9153f35aa8c29dc0","status":"passed","time":{"start":1728456158946,"stop":1728456158946,"duration":0}},{"uid":"4154c795ea6e4e29","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/4154c795ea6e4e29","status":"passed","time":{"start":1728455843439,"stop":1728455843440,"duration":1}},{"uid":"5af2d2c2a7bd1e3a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/5af2d2c2a7bd1e3a","status":"passed","time":{"start":1728455594860,"stop":1728455594861,"duration":1}},{"uid":"6334339d6c03ba60","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/6334339d6c03ba60","status":"passed","time":{"start":1728454955432,"stop":1728454955432,"duration":0}},{"uid":"d5175c1b7856983d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d5175c1b7856983d","status":"passed","time":{"start":1728451965409,"stop":1728451965409,"duration":0}}]},"tags":[]},"source":"8695a8c76a913c4d.json","parameterValues":[]} \ No newline at end of file +{"uid":"7179edc53bf6f2ea","name":"should wait for Filter peer to be connected","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should wait for Filter peer to be connected","historyId":"9c2836bb674aece1da926e4b9066a472:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373011,"stop":1729034373012,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"285c7fe021392ec0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/285c7fe021392ec0","status":"passed","time":{"start":1729034137117,"stop":1729034137117,"duration":0}},{"uid":"e230c508e7b81c00","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e230c508e7b81c00","status":"passed","time":{"start":1729034060047,"stop":1729034060047,"duration":0}},{"uid":"f7f9fe03fc645d21","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7f9fe03fc645d21","status":"passed","time":{"start":1729033875029,"stop":1729033875029,"duration":0}},{"uid":"6872ebcbb45f44ba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6872ebcbb45f44ba","status":"passed","time":{"start":1729031924910,"stop":1729031924910,"duration":0}},{"uid":"d6d19e6b1162e368","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d6d19e6b1162e368","status":"passed","time":{"start":1728901469136,"stop":1728901469137,"duration":1}},{"uid":"96b9ca33cc1df99","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/96b9ca33cc1df99","status":"passed","time":{"start":1728892899801,"stop":1728892899802,"duration":1}},{"uid":"beecf455482059f4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/beecf455482059f4","status":"passed","time":{"start":1728855863298,"stop":1728855863298,"duration":0}},{"uid":"2fc349376b81b6d8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2fc349376b81b6d8","status":"passed","time":{"start":1728738080958,"stop":1728738080959,"duration":1}},{"uid":"96d66a29545360a2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96d66a29545360a2","status":"passed","time":{"start":1728682614317,"stop":1728682614318,"duration":1}},{"uid":"71d3193c2e9d6cf6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/71d3193c2e9d6cf6","status":"passed","time":{"start":1728682187222,"stop":1728682187222,"duration":0}},{"uid":"63f3d8ce20d7111c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/63f3d8ce20d7111c","status":"passed","time":{"start":1728676661424,"stop":1728676661424,"duration":0}},{"uid":"dc2ce08bf00d843d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc2ce08bf00d843d","status":"passed","time":{"start":1728669384755,"stop":1728669384755,"duration":0}},{"uid":"c1afd3ce9481355c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c1afd3ce9481355c","status":"passed","time":{"start":1728597724212,"stop":1728597724213,"duration":1}},{"uid":"3f11fb954f04472d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f11fb954f04472d","status":"passed","time":{"start":1728596943266,"stop":1728596943266,"duration":0}}]},"tags":[]},"source":"7179edc53bf6f2ea.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/71aac107d3f675b5.json b/7588/data/test-cases/71aac107d3f675b5.json new file mode 100644 index 00000000000..fff2722dea0 --- /dev/null +++ b/7588/data/test-cases/71aac107d3f675b5.json @@ -0,0 +1 @@ +{"uid":"71aac107d3f675b5","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":1729034332625,"stop":1729034332625,"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":15,"unknown":0,"total":15},"items":[{"uid":"20189b5ec1110258","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/20189b5ec1110258","status":"passed","time":{"start":1729034096126,"stop":1729034096127,"duration":1}},{"uid":"37091082bdc89933","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/37091082bdc89933","status":"passed","time":{"start":1729034020085,"stop":1729034020085,"duration":0}},{"uid":"5fd38dcaf4933e89","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5fd38dcaf4933e89","status":"passed","time":{"start":1729033834377,"stop":1729033834378,"duration":1}},{"uid":"9ce2e8a4529ab29e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ce2e8a4529ab29e","status":"passed","time":{"start":1729031884108,"stop":1729031884108,"duration":0}},{"uid":"142ad5915ff71a5b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/142ad5915ff71a5b","status":"passed","time":{"start":1728901430249,"stop":1728901430249,"duration":0}},{"uid":"3cff8116a0f43d4c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3cff8116a0f43d4c","status":"passed","time":{"start":1728892860526,"stop":1728892860526,"duration":0}},{"uid":"a4d2a94208da7d29","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4d2a94208da7d29","status":"passed","time":{"start":1728855823316,"stop":1728855823316,"duration":0}},{"uid":"6c431b0480240b0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c431b0480240b0","status":"passed","time":{"start":1728738040585,"stop":1728738040585,"duration":0}},{"uid":"14c12bc756511770","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/14c12bc756511770","status":"passed","time":{"start":1728682574084,"stop":1728682574084,"duration":0}},{"uid":"809953bc86073449","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/809953bc86073449","status":"passed","time":{"start":1728682146810,"stop":1728682146810,"duration":0}},{"uid":"aee22aa8309053d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aee22aa8309053d2","status":"passed","time":{"start":1728676621424,"stop":1728676621425,"duration":1}},{"uid":"d65cfb73dd6f1d70","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d65cfb73dd6f1d70","status":"passed","time":{"start":1728669344461,"stop":1728669344461,"duration":0}},{"uid":"554e6afe53fce27d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/554e6afe53fce27d","status":"passed","time":{"start":1728597685154,"stop":1728597685155,"duration":1}},{"uid":"bae7bce2953801ab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bae7bce2953801ab","status":"passed","time":{"start":1728596904461,"stop":1728596904461,"duration":0}}]},"tags":[]},"source":"71aac107d3f675b5.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/71cf9d0267c462df.json b/7588/data/test-cases/71cf9d0267c462df.json new file mode 100644 index 00000000000..84389d5ad92 --- /dev/null +++ b/7588/data/test-cases/71cf9d0267c462df.json @@ -0,0 +1 @@ +{"uid":"71cf9d0267c462df","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":1729034332637,"stop":1729034332637,"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":15,"unknown":0,"total":15},"items":[{"uid":"33031c2ced4ff993","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/33031c2ced4ff993","status":"passed","time":{"start":1729034096137,"stop":1729034096137,"duration":0}},{"uid":"fd6dc20ee2b1edeb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fd6dc20ee2b1edeb","status":"passed","time":{"start":1729034020094,"stop":1729034020094,"duration":0}},{"uid":"c746b2a6093af86e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c746b2a6093af86e","status":"passed","time":{"start":1729033834390,"stop":1729033834390,"duration":0}},{"uid":"56a32d8cd579e38c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/56a32d8cd579e38c","status":"passed","time":{"start":1729031884123,"stop":1729031884124,"duration":1}},{"uid":"b28ea6bd47c28160","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b28ea6bd47c28160","status":"passed","time":{"start":1728901430257,"stop":1728901430257,"duration":0}},{"uid":"2344a488a6963fb0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2344a488a6963fb0","status":"passed","time":{"start":1728892860536,"stop":1728892860536,"duration":0}},{"uid":"85bdb71ad87304c5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/85bdb71ad87304c5","status":"passed","time":{"start":1728855823325,"stop":1728855823325,"duration":0}},{"uid":"1a1d568860907e58","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a1d568860907e58","status":"passed","time":{"start":1728738040606,"stop":1728738040606,"duration":0}},{"uid":"23cb89084b61a685","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23cb89084b61a685","status":"passed","time":{"start":1728682574096,"stop":1728682574096,"duration":0}},{"uid":"ed0d167e9494da43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ed0d167e9494da43","status":"passed","time":{"start":1728682146820,"stop":1728682146821,"duration":1}},{"uid":"2eee28aeb2428352","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2eee28aeb2428352","status":"passed","time":{"start":1728676621435,"stop":1728676621436,"duration":1}},{"uid":"5123d43198e8e29e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5123d43198e8e29e","status":"passed","time":{"start":1728669344471,"stop":1728669344471,"duration":0}},{"uid":"8c294d533764d25","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8c294d533764d25","status":"passed","time":{"start":1728597685165,"stop":1728597685165,"duration":0}},{"uid":"8dbc064b55e1910f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8dbc064b55e1910f","status":"passed","time":{"start":1728596904472,"stop":1728596904473,"duration":1}}]},"tags":[]},"source":"71cf9d0267c462df.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ce59a58c65ec2c22.json b/7588/data/test-cases/71d063f3a0ad3343.json similarity index 50% rename from 7556/data/test-cases/ce59a58c65ec2c22.json rename to 7588/data/test-cases/71d063f3a0ad3343.json index 208228ab42c..2e893de1f37 100644 --- a/7556/data/test-cases/ce59a58c65ec2c22.json +++ b/7588/data/test-cases/71d063f3a0ad3343.json @@ -1 +1 @@ -{"uid":"ce59a58c65ec2c22","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":1728457289885,"stop":1728457289886,"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":6,"unknown":0,"total":6},"items":[{"uid":"f78831f4bd5fd9b8","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/f78831f4bd5fd9b8","status":"passed","time":{"start":1728456257097,"stop":1728456257098,"duration":1}},{"uid":"7a42a95e8363b987","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/7a42a95e8363b987","status":"passed","time":{"start":1728455949855,"stop":1728455949856,"duration":1}},{"uid":"eb3076f84786754e","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/eb3076f84786754e","status":"passed","time":{"start":1728455741442,"stop":1728455741442,"duration":0}},{"uid":"ae91a8e64b5298e5","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/ae91a8e64b5298e5","status":"passed","time":{"start":1728455102310,"stop":1728455102311,"duration":1}},{"uid":"922244a3dc40401a","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/922244a3dc40401a","status":"passed","time":{"start":1728452170806,"stop":1728452170806,"duration":0}}]},"tags":[]},"source":"ce59a58c65ec2c22.json","parameterValues":[]} \ No newline at end of file +{"uid":"71d063f3a0ad3343","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":1729034472931,"stop":1729034472931,"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":15,"unknown":0,"total":15},"items":[{"uid":"f138851949484409","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f138851949484409","status":"passed","time":{"start":1729034240906,"stop":1729034240906,"duration":0}},{"uid":"2d5ceca9fb346a11","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2d5ceca9fb346a11","status":"passed","time":{"start":1729034159608,"stop":1729034159609,"duration":1}},{"uid":"a271c6ef7e658bc9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a271c6ef7e658bc9","status":"passed","time":{"start":1729033976774,"stop":1729033976774,"duration":0}},{"uid":"59660e7aad5dfdf1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/59660e7aad5dfdf1","status":"passed","time":{"start":1729032020507,"stop":1729032020507,"duration":0}},{"uid":"2c88977b7cd51411","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c88977b7cd51411","status":"passed","time":{"start":1728901616422,"stop":1728901616423,"duration":1}},{"uid":"9b0ab265b5f7c172","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9b0ab265b5f7c172","status":"passed","time":{"start":1728893050238,"stop":1728893050238,"duration":0}},{"uid":"9139368f3cd13c7d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9139368f3cd13c7d","status":"passed","time":{"start":1728856015165,"stop":1728856015166,"duration":1}},{"uid":"e951f3118373a81e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e951f3118373a81e","status":"passed","time":{"start":1728738233128,"stop":1728738233128,"duration":0}},{"uid":"a9600cc61d267a78","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a9600cc61d267a78","status":"passed","time":{"start":1728682762461,"stop":1728682762461,"duration":0}},{"uid":"58572cee0cf9cbd1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/58572cee0cf9cbd1","status":"passed","time":{"start":1728682332780,"stop":1728682332780,"duration":0}},{"uid":"bf77abb4330aae98","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bf77abb4330aae98","status":"passed","time":{"start":1728676810284,"stop":1728676810284,"duration":0}},{"uid":"dfece12688cbe0f7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dfece12688cbe0f7","status":"passed","time":{"start":1728669529886,"stop":1728669529887,"duration":1}},{"uid":"5f97c7bca3210c0e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5f97c7bca3210c0e","status":"passed","time":{"start":1728597873525,"stop":1728597873526,"duration":1}},{"uid":"b07301dc8a54999e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b07301dc8a54999e","status":"passed","time":{"start":1728597089265,"stop":1728597089266,"duration":1}}]},"tags":[]},"source":"71d063f3a0ad3343.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/71e4f963207ba981.json b/7588/data/test-cases/71e4f963207ba981.json new file mode 100644 index 00000000000..4bef02a13b6 --- /dev/null +++ b/7588/data/test-cases/71e4f963207ba981.json @@ -0,0 +1 @@ +{"uid":"71e4f963207ba981","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":1729034332631,"stop":1729034332631,"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":15,"unknown":0,"total":15},"items":[{"uid":"dcbf88cc35b8c8ef","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dcbf88cc35b8c8ef","status":"passed","time":{"start":1729034096132,"stop":1729034096133,"duration":1}},{"uid":"818bc674d363f7a5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/818bc674d363f7a5","status":"passed","time":{"start":1729034020090,"stop":1729034020090,"duration":0}},{"uid":"76c10252e8f9e433","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/76c10252e8f9e433","status":"passed","time":{"start":1729033834385,"stop":1729033834385,"duration":0}},{"uid":"a9f7de6bb66f975d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a9f7de6bb66f975d","status":"passed","time":{"start":1729031884118,"stop":1729031884118,"duration":0}},{"uid":"ac4fb914bb894f3a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac4fb914bb894f3a","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"7d0b4cc8b17e2e70","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7d0b4cc8b17e2e70","status":"passed","time":{"start":1728892860531,"stop":1728892860531,"duration":0}},{"uid":"756e1d090752f1b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/756e1d090752f1b6","status":"passed","time":{"start":1728855823322,"stop":1728855823322,"duration":0}},{"uid":"103558a0bc57b44e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/103558a0bc57b44e","status":"passed","time":{"start":1728738040601,"stop":1728738040602,"duration":1}},{"uid":"cf6e693e10b5fb09","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cf6e693e10b5fb09","status":"passed","time":{"start":1728682574092,"stop":1728682574092,"duration":0}},{"uid":"83c25c8b216613ec","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/83c25c8b216613ec","status":"passed","time":{"start":1728682146817,"stop":1728682146817,"duration":0}},{"uid":"683fd6e41bb1146","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/683fd6e41bb1146","status":"passed","time":{"start":1728676621431,"stop":1728676621431,"duration":0}},{"uid":"3b4d6fe9ce239b28","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3b4d6fe9ce239b28","status":"passed","time":{"start":1728669344467,"stop":1728669344467,"duration":0}},{"uid":"52a861ddaa95f7fe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52a861ddaa95f7fe","status":"passed","time":{"start":1728597685160,"stop":1728597685160,"duration":0}},{"uid":"837e99b2bd51538b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/837e99b2bd51538b","status":"passed","time":{"start":1728596904467,"stop":1728596904467,"duration":0}}]},"tags":[]},"source":"71e4f963207ba981.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/80e510d7e77b0fc0.json b/7588/data/test-cases/7258e9497d0d3330.json similarity index 57% rename from 7556/data/test-cases/80e510d7e77b0fc0.json rename to 7588/data/test-cases/7258e9497d0d3330.json index 789c6fbcddb..83baa48cfcf 100644 --- a/7556/data/test-cases/80e510d7e77b0fc0.json +++ b/7588/data/test-cases/7258e9497d0d3330.json @@ -1 +1 @@ -{"uid":"80e510d7e77b0fc0","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":1728457351730,"stop":1728457351730,"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":6,"unknown":0,"total":6},"items":[{"uid":"1d0d323a08006b3b","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/1d0d323a08006b3b","status":"passed","time":{"start":1728456317110,"stop":1728456317111,"duration":1}},{"uid":"48f9255a8cdcefc6","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/48f9255a8cdcefc6","status":"passed","time":{"start":1728456012977,"stop":1728456012978,"duration":1}},{"uid":"2af9e4d70e469baa","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/2af9e4d70e469baa","status":"passed","time":{"start":1728455837239,"stop":1728455837239,"duration":0}},{"uid":"da76d02f35b79cc9","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/da76d02f35b79cc9","status":"passed","time":{"start":1728455197446,"stop":1728455197446,"duration":0}},{"uid":"eced8c0cc926455d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/eced8c0cc926455d","status":"passed","time":{"start":1728452206404,"stop":1728452206405,"duration":1}}]},"tags":[]},"source":"80e510d7e77b0fc0.json","parameterValues":[]} \ No newline at end of file +{"uid":"7258e9497d0d3330","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":1729034536789,"stop":1729034536789,"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":15,"unknown":0,"total":15},"items":[{"uid":"c500d099ba5ca843","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c500d099ba5ca843","status":"passed","time":{"start":1729034307033,"stop":1729034307033,"duration":0}},{"uid":"301c237c9998833f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/301c237c9998833f","status":"passed","time":{"start":1729034223309,"stop":1729034223309,"duration":0}},{"uid":"e45ba3c8a19c8c5a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e45ba3c8a19c8c5a","status":"passed","time":{"start":1729034034983,"stop":1729034034984,"duration":1}},{"uid":"52bfdabf52d46107","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/52bfdabf52d46107","status":"passed","time":{"start":1729032066304,"stop":1729032066305,"duration":1}},{"uid":"9a0123614f86981f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9a0123614f86981f","status":"passed","time":{"start":1728901706621,"stop":1728901706622,"duration":1}},{"uid":"f01a2e7b7a97b66","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f01a2e7b7a97b66","status":"passed","time":{"start":1728893153424,"stop":1728893153425,"duration":1}},{"uid":"350de644f9471a20","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/350de644f9471a20","status":"passed","time":{"start":1728856108128,"stop":1728856108128,"duration":0}},{"uid":"c3450a0f67ae7796","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c3450a0f67ae7796","status":"passed","time":{"start":1728738316670,"stop":1728738316670,"duration":0}},{"uid":"b4989411d81f2662","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b4989411d81f2662","status":"passed","time":{"start":1728682865321,"stop":1728682865322,"duration":1}},{"uid":"387a34c65e187db2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/387a34c65e187db2","status":"passed","time":{"start":1728682446997,"stop":1728682446997,"duration":0}},{"uid":"f2af220c3064078e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f2af220c3064078e","status":"passed","time":{"start":1728676924481,"stop":1728676924482,"duration":1}},{"uid":"b1f22b0df3c3c012","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1f22b0df3c3c012","status":"passed","time":{"start":1728669626265,"stop":1728669626265,"duration":0}},{"uid":"f4fefc200a7c480","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f4fefc200a7c480","status":"passed","time":{"start":1728597973675,"stop":1728597973675,"duration":0}},{"uid":"51166597d408f9ac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/51166597d408f9ac","status":"passed","time":{"start":1728597188040,"stop":1728597188041,"duration":1}}]},"tags":[]},"source":"7258e9497d0d3330.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e5bd6c5258bea342.json b/7588/data/test-cases/725c2a85651a0243.json similarity index 68% rename from 7556/data/test-cases/e5bd6c5258bea342.json rename to 7588/data/test-cases/725c2a85651a0243.json index 485f2a5ea0d..2eaf5ed92fc 100644 --- a/7556/data/test-cases/e5bd6c5258bea342.json +++ b/7588/data/test-cases/725c2a85651a0243.json @@ -1 +1 @@ -{"uid":"e5bd6c5258bea342","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":1728457536281,"stop":1728457536281,"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":6,"unknown":0,"total":6},"items":[{"uid":"e8d096a75b109d3f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e8d096a75b109d3f","status":"passed","time":{"start":1728456479965,"stop":1728456479966,"duration":1}},{"uid":"bb245384ef5bc443","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/bb245384ef5bc443","status":"passed","time":{"start":1728456245089,"stop":1728456245089,"duration":0}},{"uid":"8c56c1b33b77f36a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/8c56c1b33b77f36a","status":"passed","time":{"start":1728456210516,"stop":1728456210516,"duration":0}},{"uid":"4997365c572c9b12","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/4997365c572c9b12","status":"passed","time":{"start":1728455558235,"stop":1728455558235,"duration":0}},{"uid":"2c7bd11c3d732446","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/2c7bd11c3d732446","status":"passed","time":{"start":1728452533450,"stop":1728452533450,"duration":0}}]},"tags":[]},"source":"e5bd6c5258bea342.json","parameterValues":[]} \ No newline at end of file +{"uid":"725c2a85651a0243","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":1729034682677,"stop":1729034682678,"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":15,"unknown":0,"total":15},"items":[{"uid":"e28ee4c6da71651d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e28ee4c6da71651d","status":"passed","time":{"start":1729034452185,"stop":1729034452185,"duration":0}},{"uid":"b18944cc0d7b0f33","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b18944cc0d7b0f33","status":"passed","time":{"start":1729034373081,"stop":1729034373081,"duration":0}},{"uid":"f9775c3f0b708bdb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9775c3f0b708bdb","status":"passed","time":{"start":1729034188118,"stop":1729034188118,"duration":0}},{"uid":"3c362a2facb3ec0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c362a2facb3ec0e","status":"passed","time":{"start":1729032231864,"stop":1729032231865,"duration":1}},{"uid":"8959e71604ebb9e8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8959e71604ebb9e8","status":"passed","time":{"start":1728901989566,"stop":1728901989566,"duration":0}},{"uid":"94f029b0847138b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/94f029b0847138b2","status":"passed","time":{"start":1728893424902,"stop":1728893424903,"duration":1}},{"uid":"3f39bea6d37380b5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3f39bea6d37380b5","status":"passed","time":{"start":1728856376684,"stop":1728856376684,"duration":0}},{"uid":"5033a28ce9e7b893","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5033a28ce9e7b893","status":"passed","time":{"start":1728738593961,"stop":1728738593961,"duration":0}},{"uid":"d34eb0a9870d7cba","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d34eb0a9870d7cba","status":"passed","time":{"start":1728683135339,"stop":1728683135340,"duration":1}},{"uid":"4daecf3b149a3440","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4daecf3b149a3440","status":"passed","time":{"start":1728682692591,"stop":1728682692592,"duration":1}},{"uid":"8f2800b78a1c2b02","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f2800b78a1c2b02","status":"passed","time":{"start":1728677194229,"stop":1728677194229,"duration":0}},{"uid":"c08d599bcfa3e3b5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c08d599bcfa3e3b5","status":"passed","time":{"start":1728669874424,"stop":1728669874424,"duration":0}},{"uid":"b2dc827a18d689a8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b2dc827a18d689a8","status":"passed","time":{"start":1728598257462,"stop":1728598257463,"duration":1}},{"uid":"bb638e6493fb0354","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bb638e6493fb0354","status":"passed","time":{"start":1728597471298,"stop":1728597471298,"duration":0}}]},"tags":[]},"source":"725c2a85651a0243.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/f82e88fd1bf000aa.json b/7588/data/test-cases/725dfe31e15cc605.json similarity index 96% rename from 7556/data/test-cases/f82e88fd1bf000aa.json rename to 7588/data/test-cases/725dfe31e15cc605.json index d646dae27e1..0410d1683d4 100644 --- a/7556/data/test-cases/f82e88fd1bf000aa.json +++ b/7588/data/test-cases/725dfe31e15cc605.json @@ -1 +1 @@ -{"uid":"f82e88fd1bf000aa","name":"Check received message with timestamp: 1728457204468000000 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1728457204468000000 ","historyId":"845ff1fb39f1918f263b080604927b51:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457322426,"stop":1728457322426,"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":"f82e88fd1bf000aa.json","parameterValues":[]} \ No newline at end of file +{"uid":"725dfe31e15cc605","name":"Check received message with timestamp: 1729034391505000000 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1729034391505000000 ","historyId":"6b1eb07fa982f1150e6971213fce9061:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034506794,"stop":1729034506794,"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":"725dfe31e15cc605.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/64fed4b41b426134.json b/7588/data/test-cases/726eed9214cf7abf.json similarity index 85% rename from 7556/data/test-cases/64fed4b41b426134.json rename to 7588/data/test-cases/726eed9214cf7abf.json index a857949e90d..b6783f86989 100644 --- a/7556/data/test-cases/64fed4b41b426134.json +++ b/7588/data/test-cases/726eed9214cf7abf.json @@ -1 +1 @@ -{"uid":"64fed4b41b426134","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":1728457537153,"stop":1728457537154,"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":6,"unknown":0,"total":6},"items":[{"uid":"f2ce59e03faf07c9","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/f2ce59e03faf07c9","status":"passed","time":{"start":1728456499116,"stop":1728456499116,"duration":0}},{"uid":"824ac229d4338c9d","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/824ac229d4338c9d","status":"passed","time":{"start":1728456215114,"stop":1728456215116,"duration":2}},{"uid":"6efffbf0e0113319","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/6efffbf0e0113319","status":"passed","time":{"start":1728456167156,"stop":1728456167156,"duration":0}},{"uid":"375098accb03448c","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/375098accb03448c","status":"passed","time":{"start":1728455518212,"stop":1728455518213,"duration":1}},{"uid":"c8bf15a776c6f1a","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/c8bf15a776c6f1a","status":"passed","time":{"start":1728452534897,"stop":1728452534897,"duration":0}}]},"tags":[]},"source":"64fed4b41b426134.json","parameterValues":[]} \ No newline at end of file +{"uid":"726eed9214cf7abf","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":1729034704509,"stop":1729034704509,"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":15,"unknown":0,"total":15},"items":[{"uid":"f0afbe11cfd25162","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f0afbe11cfd25162","status":"passed","time":{"start":1729034475015,"stop":1729034475016,"duration":1}},{"uid":"ca3f7eb82ffd337e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ca3f7eb82ffd337e","status":"passed","time":{"start":1729034395303,"stop":1729034395303,"duration":0}},{"uid":"4ea1306217df5120","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4ea1306217df5120","status":"passed","time":{"start":1729034209128,"stop":1729034209130,"duration":2}},{"uid":"941e85fb5222b3c9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/941e85fb5222b3c9","status":"passed","time":{"start":1729032264601,"stop":1729032264601,"duration":0}},{"uid":"c800bb0731008899","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c800bb0731008899","status":"passed","time":{"start":1728902012892,"stop":1728902012892,"duration":0}},{"uid":"189e9f0d1e8260d1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/189e9f0d1e8260d1","status":"passed","time":{"start":1728893454825,"stop":1728893454826,"duration":1}},{"uid":"4548131aac9697d3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4548131aac9697d3","status":"passed","time":{"start":1728856408469,"stop":1728856408469,"duration":0}},{"uid":"78d58fb71afdabb3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78d58fb71afdabb3","status":"passed","time":{"start":1728738633875,"stop":1728738633876,"duration":1}},{"uid":"d48d2feb818ba64a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d48d2feb818ba64a","status":"passed","time":{"start":1728683159827,"stop":1728683159827,"duration":0}},{"uid":"ea2685413e3000e3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea2685413e3000e3","status":"passed","time":{"start":1728682751347,"stop":1728682751348,"duration":1}},{"uid":"8a61920af50a2363","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a61920af50a2363","status":"passed","time":{"start":1728677216379,"stop":1728677216379,"duration":0}},{"uid":"e006d74c650ed70f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e006d74c650ed70f","status":"passed","time":{"start":1728669925468,"stop":1728669925468,"duration":0}},{"uid":"2ff94957b8c224eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2ff94957b8c224eb","status":"passed","time":{"start":1728598268821,"stop":1728598268822,"duration":1}},{"uid":"f8163c636ec90b6a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f8163c636ec90b6a","status":"passed","time":{"start":1728597503954,"stop":1728597503956,"duration":2}}]},"tags":[]},"source":"726eed9214cf7abf.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/727d999c67c19883.json b/7588/data/test-cases/727d999c67c19883.json new file mode 100644 index 00000000000..473ebc3834d --- /dev/null +++ b/7588/data/test-cases/727d999c67c19883.json @@ -0,0 +1 @@ +{"uid":"727d999c67c19883","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":1729034332633,"stop":1729034332633,"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":15,"unknown":0,"total":15},"items":[{"uid":"c3c3455fa922db50","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c3c3455fa922db50","status":"passed","time":{"start":1729034096134,"stop":1729034096135,"duration":1}},{"uid":"e63b792f2b3c29da","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e63b792f2b3c29da","status":"passed","time":{"start":1729034020092,"stop":1729034020092,"duration":0}},{"uid":"ff27a4006fa9f81d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff27a4006fa9f81d","status":"passed","time":{"start":1729033834387,"stop":1729033834388,"duration":1}},{"uid":"21ea9378792d4d9e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/21ea9378792d4d9e","status":"passed","time":{"start":1729031884121,"stop":1729031884121,"duration":0}},{"uid":"e50ec17923842380","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e50ec17923842380","status":"passed","time":{"start":1728901430255,"stop":1728901430255,"duration":0}},{"uid":"d388ca5dbae0db36","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d388ca5dbae0db36","status":"passed","time":{"start":1728892860533,"stop":1728892860533,"duration":0}},{"uid":"ba106aa26117200a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ba106aa26117200a","status":"passed","time":{"start":1728855823323,"stop":1728855823323,"duration":0}},{"uid":"478bf6eaf8308e82","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/478bf6eaf8308e82","status":"passed","time":{"start":1728738040604,"stop":1728738040604,"duration":0}},{"uid":"ba62306f7c0837d6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ba62306f7c0837d6","status":"passed","time":{"start":1728682574094,"stop":1728682574094,"duration":0}},{"uid":"bdcbe3285d2a40b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bdcbe3285d2a40b8","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"b7c0b7c165f6d5d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b7c0b7c165f6d5d","status":"passed","time":{"start":1728676621433,"stop":1728676621433,"duration":0}},{"uid":"f9b5b5569d5b97c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f9b5b5569d5b97c9","status":"passed","time":{"start":1728669344469,"stop":1728669344469,"duration":0}},{"uid":"ac81bf0d6f2ecbaa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ac81bf0d6f2ecbaa","status":"passed","time":{"start":1728597685162,"stop":1728597685163,"duration":1}},{"uid":"e323304f6e5b9321","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e323304f6e5b9321","status":"passed","time":{"start":1728596904469,"stop":1728596904469,"duration":0}}]},"tags":[]},"source":"727d999c67c19883.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6109ea400c6b4420.json b/7588/data/test-cases/72c9057ec25c4b7e.json similarity index 85% rename from 7556/data/test-cases/6109ea400c6b4420.json rename to 7588/data/test-cases/72c9057ec25c4b7e.json index 7dc0e538649..74b1d31c05e 100644 --- a/7556/data/test-cases/6109ea400c6b4420.json +++ b/7588/data/test-cases/72c9057ec25c4b7e.json @@ -1 +1 @@ -{"uid":"6109ea400c6b4420","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":1728457360303,"stop":1728457360304,"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":6,"unknown":0,"total":6},"items":[{"uid":"5651739015f6e8cf","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/5651739015f6e8cf","status":"passed","time":{"start":1728456312488,"stop":1728456312488,"duration":0}},{"uid":"4947eed17878ce26","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/4947eed17878ce26","status":"passed","time":{"start":1728456013943,"stop":1728456013945,"duration":2}},{"uid":"2be31ec66986602b","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/2be31ec66986602b","status":"passed","time":{"start":1728455837438,"stop":1728455837439,"duration":1}},{"uid":"69d860b4e5e7859f","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/69d860b4e5e7859f","status":"passed","time":{"start":1728455198902,"stop":1728455198902,"duration":0}},{"uid":"b71828fc2606654b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b71828fc2606654b","status":"passed","time":{"start":1728452203348,"stop":1728452203349,"duration":1}}]},"tags":[]},"source":"6109ea400c6b4420.json","parameterValues":[]} \ No newline at end of file +{"uid":"72c9057ec25c4b7e","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":1729034536098,"stop":1729034536098,"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":14,"unknown":0,"total":14},"items":[{"uid":"a9deaf775eeba062","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9deaf775eeba062","status":"passed","time":{"start":1729034296704,"stop":1729034296704,"duration":0}},{"uid":"ed98d9173652b234","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed98d9173652b234","status":"passed","time":{"start":1729034220601,"stop":1729034220601,"duration":0}},{"uid":"6ddc6f273d8e26ea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6ddc6f273d8e26ea","status":"passed","time":{"start":1729034041477,"stop":1729034041485,"duration":8}},{"uid":"394483837a737c53","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/394483837a737c53","status":"passed","time":{"start":1728901705389,"stop":1728901705390,"duration":1}},{"uid":"44dfe8b2e0bcd6f7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/44dfe8b2e0bcd6f7","status":"passed","time":{"start":1728893141772,"stop":1728893141773,"duration":1}},{"uid":"edf5a9e0d2dcac0e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/edf5a9e0d2dcac0e","status":"passed","time":{"start":1728856087080,"stop":1728856087081,"duration":1}},{"uid":"ca328c99bbaef88b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ca328c99bbaef88b","status":"passed","time":{"start":1728738321432,"stop":1728738321432,"duration":0}},{"uid":"dc3a20ac4c6e9240","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc3a20ac4c6e9240","status":"passed","time":{"start":1728682845672,"stop":1728682845672,"duration":0}},{"uid":"fc4cd2f9146ef6a5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fc4cd2f9146ef6a5","status":"passed","time":{"start":1728682424305,"stop":1728682424306,"duration":1}},{"uid":"bfb2a7650f9e3fac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bfb2a7650f9e3fac","status":"passed","time":{"start":1728676900512,"stop":1728676900513,"duration":1}},{"uid":"7ede1c48411acad3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ede1c48411acad3","status":"passed","time":{"start":1728669625796,"stop":1728669625798,"duration":2}},{"uid":"9c7a3a6e9aabd614","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9c7a3a6e9aabd614","status":"passed","time":{"start":1728597957161,"stop":1728597957161,"duration":0}},{"uid":"64e7e23551d241ac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/64e7e23551d241ac","status":"passed","time":{"start":1728597182614,"stop":1728597182615,"duration":1}}]},"tags":[]},"source":"72c9057ec25c4b7e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/72d15ae16fba82c0.json b/7588/data/test-cases/72d15ae16fba82c0.json new file mode 100644 index 00000000000..08088866110 --- /dev/null +++ b/7588/data/test-cases/72d15ae16fba82c0.json @@ -0,0 +1 @@ +{"uid":"72d15ae16fba82c0","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":1729034447631,"stop":1729034447632,"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":15,"unknown":0,"total":15},"items":[{"uid":"167e7beaaa1eb674","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/167e7beaaa1eb674","status":"passed","time":{"start":1729034206089,"stop":1729034206090,"duration":1}},{"uid":"188f04bec9290f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/188f04bec9290f1","status":"passed","time":{"start":1729034134200,"stop":1729034134201,"duration":1}},{"uid":"b431bda76f286cf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b431bda76f286cf","status":"passed","time":{"start":1729033942631,"stop":1729033942634,"duration":3}},{"uid":"c6c918c19aa24576","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6c918c19aa24576","status":"passed","time":{"start":1729031989721,"stop":1729031989722,"duration":1}},{"uid":"7f603c6fce346d8f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f603c6fce346d8f","status":"passed","time":{"start":1728901562063,"stop":1728901562095,"duration":32}},{"uid":"1eb61b2bc3702001","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1eb61b2bc3702001","status":"passed","time":{"start":1728893001483,"stop":1728893001484,"duration":1}},{"uid":"129e97738f82ada","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/129e97738f82ada","status":"passed","time":{"start":1728855968872,"stop":1728855968873,"duration":1}},{"uid":"a601daf97d23f22a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a601daf97d23f22a","status":"passed","time":{"start":1728738172969,"stop":1728738172969,"duration":0}},{"uid":"25013b27e13ee361","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/25013b27e13ee361","status":"passed","time":{"start":1728682706942,"stop":1728682706942,"duration":0}},{"uid":"41b5af363c8c7cb0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41b5af363c8c7cb0","status":"passed","time":{"start":1728682296863,"stop":1728682296863,"duration":0}},{"uid":"c0a8885ffe26192b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c0a8885ffe26192b","status":"passed","time":{"start":1728676761487,"stop":1728676761495,"duration":8}},{"uid":"95f4d4f604920f12","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/95f4d4f604920f12","status":"passed","time":{"start":1728669479029,"stop":1728669479029,"duration":0}},{"uid":"c5b26e3b23f478a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c5b26e3b23f478a0","status":"passed","time":{"start":1728597820129,"stop":1728597820129,"duration":0}},{"uid":"ed140f5b68f18a38","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed140f5b68f18a38","status":"passed","time":{"start":1728597034503,"stop":1728597034503,"duration":0}}]},"tags":[]},"source":"72d15ae16fba82c0.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/256958811ff33e0a.json b/7588/data/test-cases/72e663472e47592d.json similarity index 67% rename from 7556/data/test-cases/256958811ff33e0a.json rename to 7588/data/test-cases/72e663472e47592d.json index f33f2f85001..d94c079b4a4 100644 --- a/7556/data/test-cases/256958811ff33e0a.json +++ b/7588/data/test-cases/72e663472e47592d.json @@ -1 +1 @@ -{"uid":"256958811ff33e0a","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":1728457498410,"stop":1728457498411,"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":6,"unknown":0,"total":6},"items":[{"uid":"7c18ecd4bab8c9c2","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/7c18ecd4bab8c9c2","status":"passed","time":{"start":1728456453422,"stop":1728456453422,"duration":0}},{"uid":"86be7d82f3116218","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/86be7d82f3116218","status":"passed","time":{"start":1728456219580,"stop":1728456219581,"duration":1}},{"uid":"9a0a0da136f7fa80","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/9a0a0da136f7fa80","status":"passed","time":{"start":1728456142722,"stop":1728456142723,"duration":1}},{"uid":"c9b690c339be2784","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c9b690c339be2784","status":"passed","time":{"start":1728455503655,"stop":1728455503656,"duration":1}},{"uid":"f3f058bc7f1fbcab","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f3f058bc7f1fbcab","status":"passed","time":{"start":1728452472488,"stop":1728452472489,"duration":1}}]},"tags":[]},"source":"256958811ff33e0a.json","parameterValues":[]} \ No newline at end of file +{"uid":"72e663472e47592d","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":1729034655442,"stop":1729034655443,"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":15,"unknown":0,"total":15},"items":[{"uid":"f85c80c0ea73a3f3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f85c80c0ea73a3f3","status":"passed","time":{"start":1729034425376,"stop":1729034425376,"duration":0}},{"uid":"eb65305096cbc374","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/eb65305096cbc374","status":"passed","time":{"start":1729034346108,"stop":1729034346108,"duration":0}},{"uid":"3678bbde617c59a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3678bbde617c59a8","status":"passed","time":{"start":1729034162415,"stop":1729034162415,"duration":0}},{"uid":"c3efe94a5ecb0593","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c3efe94a5ecb0593","status":"passed","time":{"start":1729032197324,"stop":1729032197326,"duration":2}},{"uid":"c2e60738dd7cac12","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c2e60738dd7cac12","status":"passed","time":{"start":1728901899711,"stop":1728901899711,"duration":0}},{"uid":"b2284529efa10929","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b2284529efa10929","status":"passed","time":{"start":1728893334922,"stop":1728893334922,"duration":0}},{"uid":"a9d9f10115bcad5a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a9d9f10115bcad5a","status":"passed","time":{"start":1728856288016,"stop":1728856288017,"duration":1}},{"uid":"8deca64241e31be4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8deca64241e31be4","status":"passed","time":{"start":1728738501685,"stop":1728738501689,"duration":4}},{"uid":"1a801cf3dfd3225a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a801cf3dfd3225a","status":"passed","time":{"start":1728683044486,"stop":1728683044486,"duration":0}},{"uid":"c2b6a42b707e19d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c2b6a42b707e19d0","status":"passed","time":{"start":1728682619633,"stop":1728682619633,"duration":0}},{"uid":"6effee6783351fd5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6effee6783351fd5","status":"passed","time":{"start":1728677104184,"stop":1728677104185,"duration":1}},{"uid":"dc693803b598be4e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc693803b598be4e","status":"passed","time":{"start":1728669759887,"stop":1728669759888,"duration":1}},{"uid":"4dbdad3d61766f35","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4dbdad3d61766f35","status":"passed","time":{"start":1728598164490,"stop":1728598164491,"duration":1}},{"uid":"4f9da436b2a8a619","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f9da436b2a8a619","status":"passed","time":{"start":1728597385265,"stop":1728597385266,"duration":1}}]},"tags":[]},"source":"72e663472e47592d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/318261d2f54dab3.json b/7588/data/test-cases/734e9f55eb05dfe.json similarity index 80% rename from 7556/data/test-cases/318261d2f54dab3.json rename to 7588/data/test-cases/734e9f55eb05dfe.json index 867a6dc8bca..90374b38a7e 100644 --- a/7556/data/test-cases/318261d2f54dab3.json +++ b/7588/data/test-cases/734e9f55eb05dfe.json @@ -1 +1 @@ -{"uid":"318261d2f54dab3","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":1728457490935,"stop":1728457490936,"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":6,"unknown":0,"total":6},"items":[{"uid":"71a0865c94a75a65","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/71a0865c94a75a65","status":"passed","time":{"start":1728456439233,"stop":1728456439233,"duration":0}},{"uid":"2385ac388a81ac07","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/2385ac388a81ac07","status":"passed","time":{"start":1728456209572,"stop":1728456209573,"duration":1}},{"uid":"dedc4555c921152c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/dedc4555c921152c","status":"passed","time":{"start":1728456126843,"stop":1728456126843,"duration":0}},{"uid":"98939d4826087eb1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/98939d4826087eb1","status":"passed","time":{"start":1728455481805,"stop":1728455481805,"duration":0}},{"uid":"920d3ab1ebe45ccb","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/920d3ab1ebe45ccb","status":"passed","time":{"start":1728452438557,"stop":1728452438558,"duration":1}}]},"tags":[]},"source":"318261d2f54dab3.json","parameterValues":[]} \ No newline at end of file +{"uid":"734e9f55eb05dfe","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":1729034640527,"stop":1729034640527,"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":15,"unknown":0,"total":15},"items":[{"uid":"5f5cf4ef7a263880","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f5cf4ef7a263880","status":"passed","time":{"start":1729034411427,"stop":1729034411427,"duration":0}},{"uid":"60a795f8b145d9d3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/60a795f8b145d9d3","status":"passed","time":{"start":1729034327410,"stop":1729034327411,"duration":1}},{"uid":"99adbb840a61736c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/99adbb840a61736c","status":"passed","time":{"start":1729034147787,"stop":1729034147791,"duration":4}},{"uid":"d5aef133433fd6cf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d5aef133433fd6cf","status":"passed","time":{"start":1729032204832,"stop":1729032204833,"duration":1}},{"uid":"f3b6a8ff22079759","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f3b6a8ff22079759","status":"passed","time":{"start":1728901907716,"stop":1728901907716,"duration":0}},{"uid":"4e2253673362ffc7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4e2253673362ffc7","status":"passed","time":{"start":1728893341892,"stop":1728893341892,"duration":0}},{"uid":"66c0d0f99fe81518","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/66c0d0f99fe81518","status":"passed","time":{"start":1728856299386,"stop":1728856299387,"duration":1}},{"uid":"89300d5da1bd27c5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/89300d5da1bd27c5","status":"passed","time":{"start":1728738511623,"stop":1728738511623,"duration":0}},{"uid":"6308e6b9f92071e3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6308e6b9f92071e3","status":"passed","time":{"start":1728683052914,"stop":1728683052915,"duration":1}},{"uid":"f4315dbd568c8e70","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f4315dbd568c8e70","status":"passed","time":{"start":1728682612914,"stop":1728682612915,"duration":1}},{"uid":"23ee97cf2afea1ef","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/23ee97cf2afea1ef","status":"passed","time":{"start":1728677115750,"stop":1728677115751,"duration":1}},{"uid":"680aea4d8658e793","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/680aea4d8658e793","status":"passed","time":{"start":1728669778186,"stop":1728669778187,"duration":1}},{"uid":"dce9ad3da8ef22cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dce9ad3da8ef22cd","status":"passed","time":{"start":1728598175437,"stop":1728598175437,"duration":0}},{"uid":"6a4ac75c85e96b72","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6a4ac75c85e96b72","status":"passed","time":{"start":1728597380066,"stop":1728597380066,"duration":0}}]},"tags":[]},"source":"734e9f55eb05dfe.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/5ccba2dd38a7b06d.json b/7588/data/test-cases/73b9dfaee445f3dd.json similarity index 85% rename from 7556/data/test-cases/5ccba2dd38a7b06d.json rename to 7588/data/test-cases/73b9dfaee445f3dd.json index a5fa240ae6e..c988184ca20 100644 --- a/7556/data/test-cases/5ccba2dd38a7b06d.json +++ b/7588/data/test-cases/73b9dfaee445f3dd.json @@ -1 +1 @@ -{"uid":"5ccba2dd38a7b06d","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":1728457537140,"stop":1728457537141,"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":6,"unknown":0,"total":6},"items":[{"uid":"f69d720dedbd91b7","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/f69d720dedbd91b7","status":"passed","time":{"start":1728456499111,"stop":1728456499111,"duration":0}},{"uid":"9d877ced33e2811c","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/9d877ced33e2811c","status":"passed","time":{"start":1728456215102,"stop":1728456215102,"duration":0}},{"uid":"ac64e65d76d2fc22","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/ac64e65d76d2fc22","status":"passed","time":{"start":1728456167146,"stop":1728456167147,"duration":1}},{"uid":"bc72ea28af99c5a7","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/bc72ea28af99c5a7","status":"passed","time":{"start":1728455518208,"stop":1728455518208,"duration":0}},{"uid":"eb9cdb3b81844a48","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/eb9cdb3b81844a48","status":"passed","time":{"start":1728452534893,"stop":1728452534893,"duration":0}}]},"tags":[]},"source":"5ccba2dd38a7b06d.json","parameterValues":[]} \ No newline at end of file +{"uid":"73b9dfaee445f3dd","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":1729034704505,"stop":1729034704505,"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":15,"unknown":0,"total":15},"items":[{"uid":"db595c1419a359e5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db595c1419a359e5","status":"passed","time":{"start":1729034475002,"stop":1729034475002,"duration":0}},{"uid":"db5da8ca3f8b3a6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/db5da8ca3f8b3a6b","status":"passed","time":{"start":1729034395299,"stop":1729034395299,"duration":0}},{"uid":"a4c55a1794fc5758","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a4c55a1794fc5758","status":"passed","time":{"start":1729034209112,"stop":1729034209113,"duration":1}},{"uid":"2882e564e4089358","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2882e564e4089358","status":"passed","time":{"start":1729032264581,"stop":1729032264589,"duration":8}},{"uid":"9167c9fe87af0e92","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9167c9fe87af0e92","status":"passed","time":{"start":1728902012872,"stop":1728902012872,"duration":0}},{"uid":"7c4e57e54b38958","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7c4e57e54b38958","status":"passed","time":{"start":1728893454822,"stop":1728893454823,"duration":1}},{"uid":"465d8403edd27578","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/465d8403edd27578","status":"passed","time":{"start":1728856408465,"stop":1728856408465,"duration":0}},{"uid":"5bcfde318b40b3d3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5bcfde318b40b3d3","status":"passed","time":{"start":1728738633866,"stop":1728738633872,"duration":6}},{"uid":"be152a18cb14c9ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be152a18cb14c9ab","status":"passed","time":{"start":1728683159813,"stop":1728683159818,"duration":5}},{"uid":"333f587e88387b5b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/333f587e88387b5b","status":"passed","time":{"start":1728682751341,"stop":1728682751341,"duration":0}},{"uid":"49bf04b6bb709482","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/49bf04b6bb709482","status":"passed","time":{"start":1728677216375,"stop":1728677216375,"duration":0}},{"uid":"8d4e527cde2b5fe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8d4e527cde2b5fe","status":"passed","time":{"start":1728669925462,"stop":1728669925464,"duration":2}},{"uid":"fdfc1f463d818a06","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fdfc1f463d818a06","status":"passed","time":{"start":1728598268817,"stop":1728598268818,"duration":1}},{"uid":"86bd7cd52d70bdbc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86bd7cd52d70bdbc","status":"passed","time":{"start":1728597503946,"stop":1728597503946,"duration":0}}]},"tags":[]},"source":"73b9dfaee445f3dd.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/73f625c7f6183c58.json b/7588/data/test-cases/73f625c7f6183c58.json new file mode 100644 index 00000000000..96f1dd06407 --- /dev/null +++ b/7588/data/test-cases/73f625c7f6183c58.json @@ -0,0 +1 @@ +{"uid":"73f625c7f6183c58","name":"tcp ip4 address","fullName":"/src/multiaddr_from_fields.spec.ts: Multiaddr from fields > tcp ip4 address","historyId":"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034340829,"stop":1729034340830,"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":15,"unknown":0,"total":15},"items":[{"uid":"8f18c486e85a6ff9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f18c486e85a6ff9","status":"passed","time":{"start":1729034104502,"stop":1729034104503,"duration":1}},{"uid":"44cf9b7e066a0313","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/44cf9b7e066a0313","status":"passed","time":{"start":1729034027823,"stop":1729034027823,"duration":0}},{"uid":"f62b76c95e06c02e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f62b76c95e06c02e","status":"passed","time":{"start":1729033842412,"stop":1729033842412,"duration":0}},{"uid":"b4c262beb6a30d34","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b4c262beb6a30d34","status":"passed","time":{"start":1729031892128,"stop":1729031892129,"duration":1}},{"uid":"e78362a1ad82af1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e78362a1ad82af1f","status":"passed","time":{"start":1728901438144,"stop":1728901438145,"duration":1}},{"uid":"ee65493cf9a31cda","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ee65493cf9a31cda","status":"passed","time":{"start":1728892868419,"stop":1728892868420,"duration":1}},{"uid":"bb8fb1d56e9003fd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bb8fb1d56e9003fd","status":"passed","time":{"start":1728855831312,"stop":1728855831312,"duration":0}},{"uid":"3bad34b733118b9c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3bad34b733118b9c","status":"passed","time":{"start":1728738048420,"stop":1728738048422,"duration":2}},{"uid":"9175034eca610ffa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9175034eca610ffa","status":"passed","time":{"start":1728682581969,"stop":1728682581970,"duration":1}},{"uid":"bcad20c140cc92d8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bcad20c140cc92d8","status":"passed","time":{"start":1728682154920,"stop":1728682154920,"duration":0}},{"uid":"88e123f5b51ea229","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/88e123f5b51ea229","status":"passed","time":{"start":1728676629328,"stop":1728676629329,"duration":1}},{"uid":"70ebaae8a1c5988d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/70ebaae8a1c5988d","status":"passed","time":{"start":1728669352395,"stop":1728669352395,"duration":0}},{"uid":"9c84f90481b2dd5c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9c84f90481b2dd5c","status":"passed","time":{"start":1728597693130,"stop":1728597693130,"duration":0}},{"uid":"e6f0f72458a96875","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e6f0f72458a96875","status":"passed","time":{"start":1728596912668,"stop":1728596912668,"duration":0}}]},"tags":[]},"source":"73f625c7f6183c58.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/73fdd047c96a6145.json b/7588/data/test-cases/73fdd047c96a6145.json new file mode 100644 index 00000000000..2b27cc7f072 --- /dev/null +++ b/7588/data/test-cases/73fdd047c96a6145.json @@ -0,0 +1 @@ +{"uid":"73fdd047c96a6145","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":1729034332628,"stop":1729034332629,"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":15,"unknown":0,"total":15},"items":[{"uid":"59a11f708b44e0f1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/59a11f708b44e0f1","status":"passed","time":{"start":1729034096130,"stop":1729034096130,"duration":0}},{"uid":"71bce453f917c9e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71bce453f917c9e9","status":"passed","time":{"start":1729034020087,"stop":1729034020088,"duration":1}},{"uid":"faeba9f5c97b95d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/faeba9f5c97b95d9","status":"passed","time":{"start":1729033834381,"stop":1729033834381,"duration":0}},{"uid":"9f3343050b0775cf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9f3343050b0775cf","status":"passed","time":{"start":1729031884114,"stop":1729031884114,"duration":0}},{"uid":"8dcc882eef88186f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8dcc882eef88186f","status":"passed","time":{"start":1728901430252,"stop":1728901430252,"duration":0}},{"uid":"9f51658665a0f553","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9f51658665a0f553","status":"passed","time":{"start":1728892860529,"stop":1728892860529,"duration":0}},{"uid":"79bfa761d9ae57f0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/79bfa761d9ae57f0","status":"passed","time":{"start":1728855823320,"stop":1728855823320,"duration":0}},{"uid":"a4bbf173d025d4e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a4bbf173d025d4e6","status":"passed","time":{"start":1728738040598,"stop":1728738040598,"duration":0}},{"uid":"1704fcaa255e71db","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1704fcaa255e71db","status":"passed","time":{"start":1728682574089,"stop":1728682574089,"duration":0}},{"uid":"acd34ec3c5d3918b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acd34ec3c5d3918b","status":"passed","time":{"start":1728682146813,"stop":1728682146813,"duration":0}},{"uid":"69ca6402de4befae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/69ca6402de4befae","status":"passed","time":{"start":1728676621429,"stop":1728676621429,"duration":0}},{"uid":"680b709d44e90af7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/680b709d44e90af7","status":"passed","time":{"start":1728669344464,"stop":1728669344465,"duration":1}},{"uid":"8f851a96cc2bafe5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8f851a96cc2bafe5","status":"passed","time":{"start":1728597685158,"stop":1728597685158,"duration":0}},{"uid":"9e4c51de05805a57","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9e4c51de05805a57","status":"passed","time":{"start":1728596904464,"stop":1728596904465,"duration":1}}]},"tags":[]},"source":"73fdd047c96a6145.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6719cdcd58cff227.json b/7588/data/test-cases/7494fad8ad45865e.json similarity index 56% rename from 7556/data/test-cases/6719cdcd58cff227.json rename to 7588/data/test-cases/7494fad8ad45865e.json index 66f745add52..524a5d9788d 100644 --- a/7556/data/test-cases/6719cdcd58cff227.json +++ b/7588/data/test-cases/7494fad8ad45865e.json @@ -1 +1 @@ -{"uid":"6719cdcd58cff227","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":1728457237156,"stop":1728457237156,"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":6,"unknown":0,"total":6},"items":[{"uid":"486cac2fc10cfab0","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/486cac2fc10cfab0","status":"passed","time":{"start":1728456208698,"stop":1728456208699,"duration":1}},{"uid":"c0863ffdb73cae64","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/c0863ffdb73cae64","status":"passed","time":{"start":1728455893204,"stop":1728455893204,"duration":0}},{"uid":"49f788b210663c17","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/49f788b210663c17","status":"passed","time":{"start":1728455665936,"stop":1728455665936,"duration":0}},{"uid":"5a466ac7255130a7","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/5a466ac7255130a7","status":"passed","time":{"start":1728455023248,"stop":1728455023248,"duration":0}},{"uid":"fd089c71d9e192f","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/fd089c71d9e192f","status":"passed","time":{"start":1728452036147,"stop":1728452036148,"duration":1}}]},"tags":[]},"source":"6719cdcd58cff227.json","parameterValues":[]} \ No newline at end of file +{"uid":"7494fad8ad45865e","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":1729034424271,"stop":1729034424272,"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":15,"unknown":0,"total":15},"items":[{"uid":"1e6a03ae39e4293f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1e6a03ae39e4293f","status":"passed","time":{"start":1729034190702,"stop":1729034190703,"duration":1}},{"uid":"68650d69ae911dc2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/68650d69ae911dc2","status":"passed","time":{"start":1729034108429,"stop":1729034108430,"duration":1}},{"uid":"70f8761a43b0ca3f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/70f8761a43b0ca3f","status":"passed","time":{"start":1729033925378,"stop":1729033925380,"duration":2}},{"uid":"4c8b2a8ec173f9cc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c8b2a8ec173f9cc","status":"passed","time":{"start":1729031975174,"stop":1729031975188,"duration":14}},{"uid":"3d5c8b11b17562de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3d5c8b11b17562de","status":"passed","time":{"start":1728901537875,"stop":1728901537875,"duration":0}},{"uid":"6aa42236e6d49d33","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6aa42236e6d49d33","status":"passed","time":{"start":1728892972428,"stop":1728892972428,"duration":0}},{"uid":"3719dbb4a9da097d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3719dbb4a9da097d","status":"passed","time":{"start":1728855933065,"stop":1728855933069,"duration":4}},{"uid":"c91a66afb22373f2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c91a66afb22373f2","status":"passed","time":{"start":1728738149925,"stop":1728738149925,"duration":0}},{"uid":"4c0259d7b378a31d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4c0259d7b378a31d","status":"passed","time":{"start":1728682681969,"stop":1728682681969,"duration":0}},{"uid":"db0bf1ce369620dd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db0bf1ce369620dd","status":"passed","time":{"start":1728682257760,"stop":1728682257762,"duration":2}},{"uid":"366ffcc4018c0e73","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/366ffcc4018c0e73","status":"passed","time":{"start":1728676730786,"stop":1728676730786,"duration":0}},{"uid":"1bbd559ce2356fd5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1bbd559ce2356fd5","status":"passed","time":{"start":1728669456894,"stop":1728669456894,"duration":0}},{"uid":"c960745f1b3cfa5a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c960745f1b3cfa5a","status":"passed","time":{"start":1728597795911,"stop":1728597795918,"duration":7}},{"uid":"9c1a6ef0e9f1ba82","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c1a6ef0e9f1ba82","status":"passed","time":{"start":1728597010200,"stop":1728597010200,"duration":0}}]},"tags":[]},"source":"7494fad8ad45865e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/7bb15ca3d0bc0b3c.json b/7588/data/test-cases/74c745596f3cde87.json similarity index 83% rename from 7556/data/test-cases/7bb15ca3d0bc0b3c.json rename to 7588/data/test-cases/74c745596f3cde87.json index 0adecbb11f6..5030a356165 100644 --- a/7556/data/test-cases/7bb15ca3d0bc0b3c.json +++ b/7588/data/test-cases/74c745596f3cde87.json @@ -1 +1 @@ -{"uid":"7bb15ca3d0bc0b3c","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":1728457448618,"stop":1728457448618,"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":6,"unknown":0,"total":6},"items":[{"uid":"8181264b553436b5","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/8181264b553436b5","status":"passed","time":{"start":1728456402394,"stop":1728456402394,"duration":0}},{"uid":"3cfccec1f35ef878","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/3cfccec1f35ef878","status":"passed","time":{"start":1728456120432,"stop":1728456120432,"duration":0}},{"uid":"c6d337ada790fd78","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/c6d337ada790fd78","status":"passed","time":{"start":1728456038372,"stop":1728456038372,"duration":0}},{"uid":"7a568bc74d7f86c4","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/7a568bc74d7f86c4","status":"passed","time":{"start":1728455403826,"stop":1728455403827,"duration":1}},{"uid":"dead155f6441c2bc","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/dead155f6441c2bc","status":"passed","time":{"start":1728452400286,"stop":1728452400286,"duration":0}}]},"tags":[]},"source":"7bb15ca3d0bc0b3c.json","parameterValues":[]} \ No newline at end of file +{"uid":"74c745596f3cde87","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":1729034611677,"stop":1729034611677,"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":15,"unknown":0,"total":15},"items":[{"uid":"89a9a6bec8305fdf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89a9a6bec8305fdf","status":"passed","time":{"start":1729034393653,"stop":1729034393653,"duration":0}},{"uid":"98a23924bfacd403","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/98a23924bfacd403","status":"passed","time":{"start":1729034304851,"stop":1729034304851,"duration":0}},{"uid":"7bdedde96cc68d50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bdedde96cc68d50","status":"passed","time":{"start":1729034121931,"stop":1729034121931,"duration":0}},{"uid":"f14d934ea259a8be","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f14d934ea259a8be","status":"passed","time":{"start":1729032174900,"stop":1729032174901,"duration":1}},{"uid":"ae0e27178fbdf0f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ae0e27178fbdf0f","status":"passed","time":{"start":1728901881016,"stop":1728901881017,"duration":1}},{"uid":"516862eef7dad862","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/516862eef7dad862","status":"passed","time":{"start":1728893317173,"stop":1728893317174,"duration":1}},{"uid":"63a0a1968184c201","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63a0a1968184c201","status":"passed","time":{"start":1728856263102,"stop":1728856263106,"duration":4}},{"uid":"edcc98613bf76bdc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edcc98613bf76bdc","status":"passed","time":{"start":1728738492801,"stop":1728738492801,"duration":0}},{"uid":"4b5804d46cac57e4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4b5804d46cac57e4","status":"passed","time":{"start":1728683030024,"stop":1728683030024,"duration":0}},{"uid":"866d61e9c3dbcc47","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/866d61e9c3dbcc47","status":"passed","time":{"start":1728682581105,"stop":1728682581105,"duration":0}},{"uid":"ac580649a3a45aed","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ac580649a3a45aed","status":"passed","time":{"start":1728677082000,"stop":1728677082001,"duration":1}},{"uid":"652b9668dddf372c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/652b9668dddf372c","status":"passed","time":{"start":1728669795400,"stop":1728669795400,"duration":0}},{"uid":"603fc61f73d3a2df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/603fc61f73d3a2df","status":"passed","time":{"start":1728598137506,"stop":1728598137506,"duration":0}},{"uid":"f1e8b393ad5737b2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1e8b393ad5737b2","status":"passed","time":{"start":1728597353482,"stop":1728597353483,"duration":1}}]},"tags":[]},"source":"74c745596f3cde87.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/74d64e06fe676770.json b/7588/data/test-cases/74d64e06fe676770.json new file mode 100644 index 00000000000..fda48cc8a36 --- /dev/null +++ b/7588/data/test-cases/74d64e06fe676770.json @@ -0,0 +1 @@ +{"uid":"74d64e06fe676770","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":1729034473400,"stop":1729034473401,"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.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":5,"skipped":4,"passed":6,"unknown":0,"total":15},"items":[{"uid":"a7fac9776a3c2887","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a7fac9776a3c2887","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241337,"stop":1729034241337,"duration":0}},{"uid":"e78ce9efd9b5d007","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e78ce9efd9b5d007","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160185,"stop":1729034160185,"duration":0}},{"uid":"5baa417cc12e77f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5baa417cc12e77f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977222,"stop":1729033977224,"duration":2}},{"uid":"7b3ccd2e1e08de00","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7b3ccd2e1e08de00","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1729032053268,"stop":1729032053269,"duration":1}},{"uid":"76cf9e4ed78dcac3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/76cf9e4ed78dcac3","status":"passed","time":{"start":1728901711766,"stop":1728901711766,"duration":0}},{"uid":"19ad7095e2cb097f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19ad7095e2cb097f","status":"passed","time":{"start":1728893141895,"stop":1728893141896,"duration":1}},{"uid":"283dbb1f96e0574e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/283dbb1f96e0574e","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728856103196,"stop":1728856103198,"duration":2}},{"uid":"fbaf36bd533dd315","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fbaf36bd533dd315","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728738321616,"stop":1728738321617,"duration":1}},{"uid":"18ddf62b021a7edd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/18ddf62b021a7edd","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728682857563,"stop":1728682857564,"duration":1}},{"uid":"be9d84fccadb040d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/be9d84fccadb040d","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728682428802,"stop":1728682428803,"duration":1}},{"uid":"d398d077275badf4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d398d077275badf4","status":"passed","time":{"start":1728676901166,"stop":1728676901166,"duration":0}},{"uid":"eb1412e7ef2f451d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eb1412e7ef2f451d","status":"passed","time":{"start":1728669573860,"stop":1728669573860,"duration":0}},{"uid":"36c9fd7e4635345","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/36c9fd7e4635345","status":"passed","time":{"start":1728597972335,"stop":1728597972336,"duration":1}},{"uid":"21a3e6771d92975f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/21a3e6771d92975f","status":"passed","time":{"start":1728597175618,"stop":1728597175618,"duration":0}}]},"tags":[]},"source":"74d64e06fe676770.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/7505a8673951785.json b/7588/data/test-cases/7505a8673951785.json new file mode 100644 index 00000000000..477a49ed254 --- /dev/null +++ b/7588/data/test-cases/7505a8673951785.json @@ -0,0 +1 @@ +{"uid":"7505a8673951785","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":1729034611655,"stop":1729034611655,"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":15,"unknown":0,"total":15},"items":[{"uid":"65f141176fa3bb3b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/65f141176fa3bb3b","status":"passed","time":{"start":1729034393630,"stop":1729034393630,"duration":0}},{"uid":"a44a80b8b5b50a9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a44a80b8b5b50a9","status":"passed","time":{"start":1729034304823,"stop":1729034304823,"duration":0}},{"uid":"ccc755503c3061a0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccc755503c3061a0","status":"passed","time":{"start":1729034121892,"stop":1729034121894,"duration":2}},{"uid":"b92c6c00427b8671","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b92c6c00427b8671","status":"passed","time":{"start":1729032174799,"stop":1729032174799,"duration":0}},{"uid":"6274024563b37e88","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6274024563b37e88","status":"passed","time":{"start":1728901881005,"stop":1728901881005,"duration":0}},{"uid":"b5178feb3370c601","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5178feb3370c601","status":"passed","time":{"start":1728893317151,"stop":1728893317151,"duration":0}},{"uid":"2662f9a3231b86d1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2662f9a3231b86d1","status":"passed","time":{"start":1728856263067,"stop":1728856263067,"duration":0}},{"uid":"82a8a7e114d701b3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/82a8a7e114d701b3","status":"passed","time":{"start":1728738492791,"stop":1728738492792,"duration":1}},{"uid":"a1f5a181177f0633","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1f5a181177f0633","status":"passed","time":{"start":1728683030010,"stop":1728683030010,"duration":0}},{"uid":"b7d3cf24df782dee","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b7d3cf24df782dee","status":"passed","time":{"start":1728682581085,"stop":1728682581086,"duration":1}},{"uid":"79a93c31424f9595","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79a93c31424f9595","status":"passed","time":{"start":1728677081986,"stop":1728677081986,"duration":0}},{"uid":"dd92cd61350c00b3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd92cd61350c00b3","status":"passed","time":{"start":1728669795387,"stop":1728669795388,"duration":1}},{"uid":"fa6cbea6f117d517","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fa6cbea6f117d517","status":"passed","time":{"start":1728598137496,"stop":1728598137496,"duration":0}},{"uid":"b02e71c6f5de51f4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b02e71c6f5de51f4","status":"passed","time":{"start":1728597353474,"stop":1728597353474,"duration":0}}]},"tags":[]},"source":"7505a8673951785.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/7543b39f03f3d0b8.json b/7588/data/test-cases/7543b39f03f3d0b8.json new file mode 100644 index 00000000000..a04f5b8536c --- /dev/null +++ b/7588/data/test-cases/7543b39f03f3d0b8.json @@ -0,0 +1 @@ +{"uid":"7543b39f03f3d0b8","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":1729034332797,"stop":1729034332797,"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":15,"unknown":0,"total":15},"items":[{"uid":"d23b6a972cee23e6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d23b6a972cee23e6","status":"passed","time":{"start":1729034096147,"stop":1729034096147,"duration":0}},{"uid":"5197370a7c9595e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5197370a7c9595e","status":"passed","time":{"start":1729034020103,"stop":1729034020104,"duration":1}},{"uid":"5a718ff2e1178122","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a718ff2e1178122","status":"passed","time":{"start":1729033834403,"stop":1729033834403,"duration":0}},{"uid":"439a12de446bc76d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/439a12de446bc76d","status":"passed","time":{"start":1729031884178,"stop":1729031884179,"duration":1}},{"uid":"baf69fd7e3f330b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/baf69fd7e3f330b2","status":"passed","time":{"start":1728901430211,"stop":1728901430212,"duration":1}},{"uid":"6024a23c5948d449","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6024a23c5948d449","status":"passed","time":{"start":1728892860433,"stop":1728892860433,"duration":0}},{"uid":"87ad5bf66d3bfbae","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/87ad5bf66d3bfbae","status":"passed","time":{"start":1728855823270,"stop":1728855823270,"duration":0}},{"uid":"15bfd94f2f76972e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15bfd94f2f76972e","status":"passed","time":{"start":1728738040616,"stop":1728738040616,"duration":0}},{"uid":"e1c27be81e8ad35b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e1c27be81e8ad35b","status":"passed","time":{"start":1728682574126,"stop":1728682574127,"duration":1}},{"uid":"a954d2da3cf35f60","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a954d2da3cf35f60","status":"passed","time":{"start":1728682146846,"stop":1728682146846,"duration":0}},{"uid":"53d9c5466026cc68","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/53d9c5466026cc68","status":"passed","time":{"start":1728676621446,"stop":1728676621446,"duration":0}},{"uid":"ccf55a8f0754da2c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ccf55a8f0754da2c","status":"passed","time":{"start":1728669344424,"stop":1728669344425,"duration":1}},{"uid":"2c7038c7e3e7c277","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2c7038c7e3e7c277","status":"passed","time":{"start":1728597685248,"stop":1728597685248,"duration":0}},{"uid":"602c357dd90c1403","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/602c357dd90c1403","status":"passed","time":{"start":1728596904560,"stop":1728596904560,"duration":0}}]},"tags":[]},"source":"7543b39f03f3d0b8.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3fda969791fdcb3f.json b/7588/data/test-cases/7549829b2c944fad.json similarity index 83% rename from 7556/data/test-cases/3fda969791fdcb3f.json rename to 7588/data/test-cases/7549829b2c944fad.json index 69dd9dd6db2..2e0c42f89c4 100644 --- a/7556/data/test-cases/3fda969791fdcb3f.json +++ b/7588/data/test-cases/7549829b2c944fad.json @@ -1 +1 @@ -{"uid":"3fda969791fdcb3f","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":1728457448603,"stop":1728457448603,"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":6,"unknown":0,"total":6},"items":[{"uid":"9d8e156585926f29","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/9d8e156585926f29","status":"passed","time":{"start":1728456402345,"stop":1728456402346,"duration":1}},{"uid":"39e0f293a293b3bd","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/39e0f293a293b3bd","status":"passed","time":{"start":1728456120407,"stop":1728456120407,"duration":0}},{"uid":"c184fb16cb7946f2","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/c184fb16cb7946f2","status":"passed","time":{"start":1728456038357,"stop":1728456038358,"duration":1}},{"uid":"9960b8a57d1a8632","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/9960b8a57d1a8632","status":"passed","time":{"start":1728455403806,"stop":1728455403806,"duration":0}},{"uid":"a528df66b9a99fcc","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a528df66b9a99fcc","status":"passed","time":{"start":1728452400257,"stop":1728452400258,"duration":1}}]},"tags":[]},"source":"3fda969791fdcb3f.json","parameterValues":[]} \ No newline at end of file +{"uid":"7549829b2c944fad","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":1729034611651,"stop":1729034611651,"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":15,"unknown":0,"total":15},"items":[{"uid":"47bfb802e6ee53c5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47bfb802e6ee53c5","status":"passed","time":{"start":1729034393625,"stop":1729034393625,"duration":0}},{"uid":"21ddc327d15b123f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/21ddc327d15b123f","status":"passed","time":{"start":1729034304797,"stop":1729034304798,"duration":1}},{"uid":"a98a81f6745f52ba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a98a81f6745f52ba","status":"passed","time":{"start":1729034121882,"stop":1729034121882,"duration":0}},{"uid":"dfdb4bc80db7e2f7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dfdb4bc80db7e2f7","status":"passed","time":{"start":1729032174795,"stop":1729032174796,"duration":1}},{"uid":"1054324e19c671a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1054324e19c671a6","status":"passed","time":{"start":1728901881002,"stop":1728901881002,"duration":0}},{"uid":"9ce1ef937476ceec","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9ce1ef937476ceec","status":"passed","time":{"start":1728893317130,"stop":1728893317130,"duration":0}},{"uid":"c69215cf870cfe5f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c69215cf870cfe5f","status":"passed","time":{"start":1728856263063,"stop":1728856263063,"duration":0}},{"uid":"b1cedaa9de56ce8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b1cedaa9de56ce8","status":"passed","time":{"start":1728738492782,"stop":1728738492783,"duration":1}},{"uid":"68a6f7054adbff65","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/68a6f7054adbff65","status":"passed","time":{"start":1728683030006,"stop":1728683030006,"duration":0}},{"uid":"5312d8558b4b5f59","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5312d8558b4b5f59","status":"passed","time":{"start":1728682581062,"stop":1728682581064,"duration":2}},{"uid":"6808a8428f623d95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6808a8428f623d95","status":"passed","time":{"start":1728677081982,"stop":1728677081982,"duration":0}},{"uid":"5a91d1da04c9896c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5a91d1da04c9896c","status":"passed","time":{"start":1728669795382,"stop":1728669795383,"duration":1}},{"uid":"a5acc6718b87efd7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a5acc6718b87efd7","status":"passed","time":{"start":1728598137490,"stop":1728598137491,"duration":1}},{"uid":"c0a1564b93ab4323","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c0a1564b93ab4323","status":"passed","time":{"start":1728597353470,"stop":1728597353471,"duration":1}}]},"tags":[]},"source":"7549829b2c944fad.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/754cb4c34eef0287.json b/7588/data/test-cases/754cb4c34eef0287.json new file mode 100644 index 00000000000..02d9cb6424f --- /dev/null +++ b/7588/data/test-cases/754cb4c34eef0287.json @@ -0,0 +1 @@ +{"uid":"754cb4c34eef0287","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":1729034708552,"stop":1729034708552,"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}],"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"aac088a040be6eb0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aac088a040be6eb0","status":"passed","time":{"start":1729034480292,"stop":1729034480293,"duration":1}},{"uid":"c8187c9e495f488","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c8187c9e495f488","status":"passed","time":{"start":1729034396759,"stop":1729034396759,"duration":0}},{"uid":"34bee88155dd616d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/34bee88155dd616d","status":"passed","time":{"start":1729032277692,"stop":1729032277692,"duration":0}},{"uid":"fd7dfab7a01a5c1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd7dfab7a01a5c1f","status":"passed","time":{"start":1728902034224,"stop":1728902034224,"duration":0}},{"uid":"77ef1884b59eec62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/77ef1884b59eec62","status":"passed","time":{"start":1728893469057,"stop":1728893469057,"duration":0}},{"uid":"96db51590b7e8117","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/96db51590b7e8117","status":"passed","time":{"start":1728856416487,"stop":1728856416488,"duration":1}},{"uid":"c662d4470cf52a38","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c662d4470cf52a38","status":"passed","time":{"start":1728738643170,"stop":1728738643170,"duration":0}},{"uid":"2049696663351127","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2049696663351127","status":"passed","time":{"start":1728683174246,"stop":1728683174246,"duration":0}},{"uid":"e536f48ccfde5c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e536f48ccfde5c9","status":"passed","time":{"start":1728682757801,"stop":1728682757801,"duration":0}},{"uid":"86588b337a57fea1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/86588b337a57fea1","status":"passed","time":{"start":1728677231124,"stop":1728677231124,"duration":0}},{"uid":"56cfec9e4c93710c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/56cfec9e4c93710c","status":"passed","time":{"start":1728669920236,"stop":1728669920237,"duration":1}},{"uid":"82bd172ab7f0e19c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/82bd172ab7f0e19c","status":"passed","time":{"start":1728598298888,"stop":1728598298888,"duration":0}},{"uid":"b86d6c6b1704b40f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b86d6c6b1704b40f","status":"passed","time":{"start":1728597513734,"stop":1728597513734,"duration":0}}]},"tags":[]},"source":"754cb4c34eef0287.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/75d5f3c3b7112d47.json b/7588/data/test-cases/75d5f3c3b7112d47.json new file mode 100644 index 00000000000..7f9780a3e6d --- /dev/null +++ b/7588/data/test-cases/75d5f3c3b7112d47.json @@ -0,0 +1 @@ +{"uid":"75d5f3c3b7112d47","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":1729034399693,"stop":1729034399696,"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":15,"unknown":0,"total":15},"items":[{"uid":"1d33de00803fc142","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1d33de00803fc142","status":"passed","time":{"start":1729034162499,"stop":1729034162499,"duration":0}},{"uid":"f73d3c1a1db8408a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f73d3c1a1db8408a","status":"passed","time":{"start":1729034086614,"stop":1729034086618,"duration":4}},{"uid":"32ba962660412e34","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32ba962660412e34","status":"passed","time":{"start":1729033900651,"stop":1729033900653,"duration":2}},{"uid":"78e84f2db632715b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/78e84f2db632715b","status":"passed","time":{"start":1729031950408,"stop":1729031950410,"duration":2}},{"uid":"28dbf58196546ec1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/28dbf58196546ec1","status":"passed","time":{"start":1728901494880,"stop":1728901494881,"duration":1}},{"uid":"f204a04e98126038","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f204a04e98126038","status":"passed","time":{"start":1728892927099,"stop":1728892927099,"duration":0}},{"uid":"18e9f8170f4ba49a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/18e9f8170f4ba49a","status":"passed","time":{"start":1728855889016,"stop":1728855889017,"duration":1}},{"uid":"6321f6de0f2ec961","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6321f6de0f2ec961","status":"passed","time":{"start":1728738105942,"stop":1728738105943,"duration":1}},{"uid":"fe7bb2ac0cc3e07","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fe7bb2ac0cc3e07","status":"passed","time":{"start":1728682639927,"stop":1728682639927,"duration":0}},{"uid":"47d725d2cd722baa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/47d725d2cd722baa","status":"passed","time":{"start":1728682212121,"stop":1728682212122,"duration":1}},{"uid":"21ce39eafae67ce4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/21ce39eafae67ce4","status":"passed","time":{"start":1728676687924,"stop":1728676687924,"duration":0}},{"uid":"c43eed14fdd629be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c43eed14fdd629be","status":"passed","time":{"start":1728669411848,"stop":1728669411848,"duration":0}},{"uid":"e3f3fbc5fc3240b0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3f3fbc5fc3240b0","status":"passed","time":{"start":1728597751014,"stop":1728597751015,"duration":1}},{"uid":"fbdba3cb8f9071d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fbdba3cb8f9071d2","status":"passed","time":{"start":1728596968268,"stop":1728596968269,"duration":1}}]},"tags":[]},"source":"75d5f3c3b7112d47.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/76d43945d090ec39.json b/7588/data/test-cases/76d43945d090ec39.json new file mode 100644 index 00000000000..b8f17be9b49 --- /dev/null +++ b/7588/data/test-cases/76d43945d090ec39.json @@ -0,0 +1 @@ +{"uid":"76d43945d090ec39","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":1729034636319,"stop":1729034636322,"duration":3},"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":15,"unknown":0,"total":15},"items":[{"uid":"25bcb8d5a375622e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/25bcb8d5a375622e","status":"passed","time":{"start":1729034402287,"stop":1729034402287,"duration":0}},{"uid":"a5bfddb61cd97c7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a5bfddb61cd97c7","status":"passed","time":{"start":1729034323311,"stop":1729034323311,"duration":0}},{"uid":"a07cb452b8326a7c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a07cb452b8326a7c","status":"passed","time":{"start":1729034144770,"stop":1729034144770,"duration":0}},{"uid":"968f587cbec379bc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/968f587cbec379bc","status":"passed","time":{"start":1729032198824,"stop":1729032198826,"duration":2}},{"uid":"dbe8b9dba1ec763","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dbe8b9dba1ec763","status":"passed","time":{"start":1728901901773,"stop":1728901901774,"duration":1}},{"uid":"d40f6548cd29e759","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d40f6548cd29e759","status":"passed","time":{"start":1728893337256,"stop":1728893337256,"duration":0}},{"uid":"9b7f51a0ed391ef9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9b7f51a0ed391ef9","status":"passed","time":{"start":1728856299199,"stop":1728856299200,"duration":1}},{"uid":"e7b7569e3f4368f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e7b7569e3f4368f","status":"passed","time":{"start":1728738505384,"stop":1728738505386,"duration":2}},{"uid":"d6f40c52b0c4ed4d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d6f40c52b0c4ed4d","status":"passed","time":{"start":1728683045452,"stop":1728683045452,"duration":0}},{"uid":"b1c11bb8a643b3e0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b1c11bb8a643b3e0","status":"passed","time":{"start":1728682607295,"stop":1728682607296,"duration":1}},{"uid":"a3358e2c1ed6b376","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a3358e2c1ed6b376","status":"passed","time":{"start":1728677103499,"stop":1728677103500,"duration":1}},{"uid":"602f37764dc80568","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/602f37764dc80568","status":"passed","time":{"start":1728669777133,"stop":1728669777135,"duration":2}},{"uid":"69af93596d9c739","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/69af93596d9c739","status":"passed","time":{"start":1728598163468,"stop":1728598163469,"duration":1}},{"uid":"19d1501c9321dd7d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/19d1501c9321dd7d","status":"passed","time":{"start":1728597375485,"stop":1728597375486,"duration":1}}]},"tags":[]},"source":"76d43945d090ec39.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/775a1d39e0328509.json b/7588/data/test-cases/775a1d39e0328509.json new file mode 100644 index 00000000000..e00ebb79ba4 --- /dev/null +++ b/7588/data/test-cases/775a1d39e0328509.json @@ -0,0 +1 @@ +{"uid":"775a1d39e0328509","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":1729034473222,"stop":1729034473222,"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.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":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"d947c6e7e6c40784","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d947c6e7e6c40784","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241162,"stop":1729034241163,"duration":1}},{"uid":"39d564ab19a60b85","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/39d564ab19a60b85","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159976,"stop":1729034159976,"duration":0}},{"uid":"57df7b288d19998f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/57df7b288d19998f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977066,"stop":1729033977066,"duration":0}},{"uid":"ad826fc9462af48","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ad826fc9462af48","status":"passed","time":{"start":1729032093824,"stop":1729032093824,"duration":0}},{"uid":"dbfef6898a7a319c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dbfef6898a7a319c","status":"passed","time":{"start":1728901748784,"stop":1728901748784,"duration":0}},{"uid":"f264d6220b259d3b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f264d6220b259d3b","status":"passed","time":{"start":1728893181088,"stop":1728893181089,"duration":1}},{"uid":"8f43e636cdf5314a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f43e636cdf5314a","status":"passed","time":{"start":1728856155554,"stop":1728856155554,"duration":0}},{"uid":"980bfb5851f4cee5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/980bfb5851f4cee5","status":"passed","time":{"start":1728738360303,"stop":1728738360303,"duration":0}},{"uid":"e4d11773953a5e4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e4d11773953a5e4f","status":"passed","time":{"start":1728682907224,"stop":1728682907224,"duration":0}},{"uid":"9fd9f76929afe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9fd9f76929afe","status":"passed","time":{"start":1728682466738,"stop":1728682466739,"duration":1}},{"uid":"b1cd45ce3eed83d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b1cd45ce3eed83d7","status":"passed","time":{"start":1728676955724,"stop":1728676955724,"duration":0}},{"uid":"322b7bdeb298a556","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/322b7bdeb298a556","status":"passed","time":{"start":1728598013537,"stop":1728598013537,"duration":0}},{"uid":"77338591f328a16f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/77338591f328a16f","status":"passed","time":{"start":1728597225202,"stop":1728597225202,"duration":0}}]},"tags":[]},"source":"775a1d39e0328509.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/788245f22f71fb69.json b/7588/data/test-cases/788245f22f71fb69.json new file mode 100644 index 00000000000..c1a97033950 --- /dev/null +++ b/7588/data/test-cases/788245f22f71fb69.json @@ -0,0 +1 @@ +{"uid":"788245f22f71fb69","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":1729034340752,"stop":1729034340752,"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":"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":15,"unknown":0,"total":15},"items":[{"uid":"d2494db34c487166","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d2494db34c487166","status":"passed","time":{"start":1729034104165,"stop":1729034104166,"duration":1}},{"uid":"5bdf2fa27ecd504b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5bdf2fa27ecd504b","status":"passed","time":{"start":1729034027736,"stop":1729034027738,"duration":2}},{"uid":"bc3932093d848c72","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bc3932093d848c72","status":"passed","time":{"start":1729033842340,"stop":1729033842342,"duration":2}},{"uid":"5df7181db29559e7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5df7181db29559e7","status":"passed","time":{"start":1729031892043,"stop":1729031892044,"duration":1}},{"uid":"8eef0430c047980b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8eef0430c047980b","status":"passed","time":{"start":1728901438024,"stop":1728901438025,"duration":1}},{"uid":"5cec1aa73acdeae9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5cec1aa73acdeae9","status":"passed","time":{"start":1728892868229,"stop":1728892868230,"duration":1}},{"uid":"b22da109d2c7cbb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b22da109d2c7cbb0","status":"passed","time":{"start":1728855831076,"stop":1728855831077,"duration":1}},{"uid":"78d86938fa7d9dff","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78d86938fa7d9dff","status":"passed","time":{"start":1728738048436,"stop":1728738048437,"duration":1}},{"uid":"4eb0142aedcfd902","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4eb0142aedcfd902","status":"passed","time":{"start":1728682581838,"stop":1728682581839,"duration":1}},{"uid":"e9a27addca3c63c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9a27addca3c63c0","status":"passed","time":{"start":1728682154705,"stop":1728682154705,"duration":0}},{"uid":"4efd1ec6ce1f2d6f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4efd1ec6ce1f2d6f","status":"passed","time":{"start":1728676629293,"stop":1728676629294,"duration":1}},{"uid":"65d6dd52f0870ffc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/65d6dd52f0870ffc","status":"passed","time":{"start":1728669352207,"stop":1728669352208,"duration":1}},{"uid":"1f6dcea698ef1013","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1f6dcea698ef1013","status":"passed","time":{"start":1728597693011,"stop":1728597693012,"duration":1}},{"uid":"c82da45b8a941c97","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c82da45b8a941c97","status":"passed","time":{"start":1728596912512,"stop":1728596912514,"duration":2}}]},"tags":[]},"source":"788245f22f71fb69.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/bb52febca71fcbe9.json b/7588/data/test-cases/788410fd4d7045cb.json similarity index 83% rename from 7556/data/test-cases/bb52febca71fcbe9.json rename to 7588/data/test-cases/788410fd4d7045cb.json index c7afbdded40..a25f2069247 100644 --- a/7556/data/test-cases/bb52febca71fcbe9.json +++ b/7588/data/test-cases/788410fd4d7045cb.json @@ -1 +1 @@ -{"uid":"bb52febca71fcbe9","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":1728457448616,"stop":1728457448617,"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":6,"unknown":0,"total":6},"items":[{"uid":"797c60def4b16c75","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/797c60def4b16c75","status":"passed","time":{"start":1728456402391,"stop":1728456402392,"duration":1}},{"uid":"f537d8ed66d60be0","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f537d8ed66d60be0","status":"passed","time":{"start":1728456120430,"stop":1728456120430,"duration":0}},{"uid":"f170270d5d460094","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/f170270d5d460094","status":"passed","time":{"start":1728456038370,"stop":1728456038371,"duration":1}},{"uid":"7030c1e28340b000","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/7030c1e28340b000","status":"passed","time":{"start":1728455403824,"stop":1728455403825,"duration":1}},{"uid":"18d4ce1a0b3e4b4e","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/18d4ce1a0b3e4b4e","status":"passed","time":{"start":1728452400284,"stop":1728452400285,"duration":1}}]},"tags":[]},"source":"bb52febca71fcbe9.json","parameterValues":[]} \ No newline at end of file +{"uid":"788410fd4d7045cb","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":1729034611666,"stop":1729034611666,"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":15,"unknown":0,"total":15},"items":[{"uid":"5898862147c68ea0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5898862147c68ea0","status":"passed","time":{"start":1729034393648,"stop":1729034393649,"duration":1}},{"uid":"59c4efce7cede502","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/59c4efce7cede502","status":"passed","time":{"start":1729034304849,"stop":1729034304850,"duration":1}},{"uid":"b2427ded3dee1ebe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b2427ded3dee1ebe","status":"passed","time":{"start":1729034121914,"stop":1729034121915,"duration":1}},{"uid":"f2e839e827140cf9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f2e839e827140cf9","status":"passed","time":{"start":1729032174873,"stop":1729032174873,"duration":0}},{"uid":"4a36f06a6aceb827","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4a36f06a6aceb827","status":"passed","time":{"start":1728901881013,"stop":1728901881014,"duration":1}},{"uid":"14e27057800ea5ef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/14e27057800ea5ef","status":"passed","time":{"start":1728893317165,"stop":1728893317166,"duration":1}},{"uid":"fdd9de5b7dfd5c40","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fdd9de5b7dfd5c40","status":"passed","time":{"start":1728856263101,"stop":1728856263101,"duration":0}},{"uid":"b5e416a36b732328","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b5e416a36b732328","status":"passed","time":{"start":1728738492800,"stop":1728738492800,"duration":0}},{"uid":"e2617913006fced4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e2617913006fced4","status":"passed","time":{"start":1728683030022,"stop":1728683030022,"duration":0}},{"uid":"bffc5897a3fb6c67","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bffc5897a3fb6c67","status":"passed","time":{"start":1728682581104,"stop":1728682581104,"duration":0}},{"uid":"4317a6788aa0b682","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4317a6788aa0b682","status":"passed","time":{"start":1728677081998,"stop":1728677081998,"duration":0}},{"uid":"1842430bd02871dd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1842430bd02871dd","status":"passed","time":{"start":1728669795398,"stop":1728669795398,"duration":0}},{"uid":"353c07990272c48d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/353c07990272c48d","status":"passed","time":{"start":1728598137505,"stop":1728598137505,"duration":0}},{"uid":"2e9a522d9cde4513","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2e9a522d9cde4513","status":"passed","time":{"start":1728597353480,"stop":1728597353481,"duration":1}}]},"tags":[]},"source":"788410fd4d7045cb.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c375f60d92a51820.json b/7588/data/test-cases/789e6da66bec244e.json similarity index 50% rename from 7556/data/test-cases/c375f60d92a51820.json rename to 7588/data/test-cases/789e6da66bec244e.json index 4c6cf013dc5..b72a385e715 100644 --- a/7556/data/test-cases/c375f60d92a51820.json +++ b/7588/data/test-cases/789e6da66bec244e.json @@ -1 +1 @@ -{"uid":"c375f60d92a51820","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":1728457289906,"stop":1728457289906,"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":6,"unknown":0,"total":6},"items":[{"uid":"134ec2106f11b319","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/134ec2106f11b319","status":"passed","time":{"start":1728456257111,"stop":1728456257113,"duration":2}},{"uid":"ed6bda64c9839a1a","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ed6bda64c9839a1a","status":"passed","time":{"start":1728455949865,"stop":1728455949865,"duration":0}},{"uid":"b4e7439868959b3e","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b4e7439868959b3e","status":"passed","time":{"start":1728455741461,"stop":1728455741462,"duration":1}},{"uid":"de45a169a9ab39b4","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/de45a169a9ab39b4","status":"passed","time":{"start":1728455102317,"stop":1728455102318,"duration":1}},{"uid":"4d0f8f8484ca91fd","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/4d0f8f8484ca91fd","status":"passed","time":{"start":1728452170812,"stop":1728452170812,"duration":0}}]},"tags":[]},"source":"c375f60d92a51820.json","parameterValues":[]} \ No newline at end of file +{"uid":"789e6da66bec244e","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":1729034472965,"stop":1729034472967,"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":15,"unknown":0,"total":15},"items":[{"uid":"ef4f4935b0197633","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ef4f4935b0197633","status":"passed","time":{"start":1729034240918,"stop":1729034240918,"duration":0}},{"uid":"a0d3bce16969432e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a0d3bce16969432e","status":"passed","time":{"start":1729034159615,"stop":1729034159615,"duration":0}},{"uid":"135b86d140495b7b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/135b86d140495b7b","status":"passed","time":{"start":1729033976800,"stop":1729033976800,"duration":0}},{"uid":"f9e5546ef1f9e300","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9e5546ef1f9e300","status":"passed","time":{"start":1729032020519,"stop":1729032020519,"duration":0}},{"uid":"393aa26c1bd5eb5b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/393aa26c1bd5eb5b","status":"passed","time":{"start":1728901616434,"stop":1728901616435,"duration":1}},{"uid":"968f7d41ac7fd1ff","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/968f7d41ac7fd1ff","status":"passed","time":{"start":1728893050245,"stop":1728893050245,"duration":0}},{"uid":"94713c31b9f4393","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/94713c31b9f4393","status":"passed","time":{"start":1728856015171,"stop":1728856015172,"duration":1}},{"uid":"e271e93afb68d5ba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e271e93afb68d5ba","status":"passed","time":{"start":1728738233138,"stop":1728738233138,"duration":0}},{"uid":"85ad3b4bdfd0ab98","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/85ad3b4bdfd0ab98","status":"passed","time":{"start":1728682762472,"stop":1728682762473,"duration":1}},{"uid":"f9a824917b1a6395","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f9a824917b1a6395","status":"passed","time":{"start":1728682332786,"stop":1728682332787,"duration":1}},{"uid":"a2e0992c2e91b0dc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2e0992c2e91b0dc","status":"passed","time":{"start":1728676810291,"stop":1728676810292,"duration":1}},{"uid":"6264df029dacb926","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6264df029dacb926","status":"passed","time":{"start":1728669529899,"stop":1728669529899,"duration":0}},{"uid":"fc562f788c431808","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc562f788c431808","status":"passed","time":{"start":1728597873534,"stop":1728597873535,"duration":1}},{"uid":"3769ece79c965b0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3769ece79c965b0d","status":"passed","time":{"start":1728597089274,"stop":1728597089274,"duration":0}}]},"tags":[]},"source":"789e6da66bec244e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6e910f2ee241a735.json b/7588/data/test-cases/78b11314d8bdfcda.json similarity index 98% rename from 7556/data/test-cases/6e910f2ee241a735.json rename to 7588/data/test-cases/78b11314d8bdfcda.json index 9702a40d4ac..a0909856796 100644 --- a/7556/data/test-cases/6e910f2ee241a735.json +++ b/7588/data/test-cases/78b11314d8bdfcda.json @@ -1 +1 @@ -{"uid":"6e910f2ee241a735","name":"Push message with custom timestamp: 1728453760533","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1728453760533","historyId":"616f5b25fc040687edd55ca9c773cd15:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457473538,"stop":1728457473541,"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":[],"tags":[]},"source":"6e910f2ee241a735.json","parameterValues":[]} \ No newline at end of file +{"uid":"78b11314d8bdfcda","name":"Push message with custom timestamp: 1729038107155","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1729038107155","historyId":"9750eb0b65afe46854b2f1b61854eeb9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034617771,"stop":1729034617776,"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: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before 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":"78b11314d8bdfcda.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/78c6909dabc5d152.json b/7588/data/test-cases/78c6909dabc5d152.json new file mode 100644 index 00000000000..3b48a27af2a --- /dev/null +++ b/7588/data/test-cases/78c6909dabc5d152.json @@ -0,0 +1 @@ +{"uid":"78c6909dabc5d152","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":1729034558119,"stop":1729034558119,"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":14,"unknown":0,"total":14},"items":[{"uid":"fdca1f8cfa33b4e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fdca1f8cfa33b4e8","status":"passed","time":{"start":1729034245521,"stop":1729034245522,"duration":1}},{"uid":"3f630ff3c83cd572","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f630ff3c83cd572","status":"passed","time":{"start":1729034063495,"stop":1729034063495,"duration":0}},{"uid":"e8698b1a10dea0aa","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8698b1a10dea0aa","status":"passed","time":{"start":1729032122636,"stop":1729032122636,"duration":0}},{"uid":"fd7b48c42f14ecfb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd7b48c42f14ecfb","status":"passed","time":{"start":1728901785627,"stop":1728901785631,"duration":4}},{"uid":"9ac6ff99b15c2cef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9ac6ff99b15c2cef","status":"passed","time":{"start":1728893218774,"stop":1728893218774,"duration":0}},{"uid":"46f2da394b08660b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46f2da394b08660b","status":"passed","time":{"start":1728856192660,"stop":1728856192660,"duration":0}},{"uid":"cd774ac4410170c8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cd774ac4410170c8","status":"passed","time":{"start":1728738398087,"stop":1728738398087,"duration":0}},{"uid":"660c73e4c8079f17","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/660c73e4c8079f17","status":"passed","time":{"start":1728682944506,"stop":1728682944508,"duration":2}},{"uid":"820650463fb4cb46","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/820650463fb4cb46","status":"passed","time":{"start":1728682507861,"stop":1728682507862,"duration":1}},{"uid":"90fe87fc56b15766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/90fe87fc56b15766","status":"passed","time":{"start":1728676995527,"stop":1728676995528,"duration":1}},{"uid":"d855a99697281a40","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d855a99697281a40","status":"passed","time":{"start":1728669665536,"stop":1728669665536,"duration":0}},{"uid":"12e4b335c2f6252f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/12e4b335c2f6252f","status":"passed","time":{"start":1728598056480,"stop":1728598056480,"duration":0}},{"uid":"1ea8eabd32a66f89","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ea8eabd32a66f89","status":"passed","time":{"start":1728597264029,"stop":1728597264029,"duration":0}}]},"tags":[]},"source":"78c6909dabc5d152.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/78f1e29b3bc31ca6.json b/7588/data/test-cases/78f1e29b3bc31ca6.json new file mode 100644 index 00000000000..78cc9901a21 --- /dev/null +++ b/7588/data/test-cases/78f1e29b3bc31ca6.json @@ -0,0 +1 @@ +{"uid":"78f1e29b3bc31ca6","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":1729034392564,"stop":1729034392567,"duration":3},"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":15,"unknown":0,"total":15},"items":[{"uid":"dd0e80ddacf26ac6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dd0e80ddacf26ac6","status":"passed","time":{"start":1729034155166,"stop":1729034155168,"duration":2}},{"uid":"e4ea3936f719597c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e4ea3936f719597c","status":"passed","time":{"start":1729034079227,"stop":1729034079229,"duration":2}},{"uid":"c5a47a36237b83ab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5a47a36237b83ab","status":"passed","time":{"start":1729033892945,"stop":1729033892948,"duration":3}},{"uid":"b9c64221805f56d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b9c64221805f56d1","status":"passed","time":{"start":1729031943342,"stop":1729031943344,"duration":2}},{"uid":"af4f8cddfefad206","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/af4f8cddfefad206","status":"passed","time":{"start":1728901487505,"stop":1728901487509,"duration":4}},{"uid":"974e3092b22191b7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/974e3092b22191b7","status":"passed","time":{"start":1728892920369,"stop":1728892920383,"duration":14}},{"uid":"39b070de5c97f64e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39b070de5c97f64e","status":"passed","time":{"start":1728855881492,"stop":1728855881494,"duration":2}},{"uid":"401bcf6bd698aa2f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/401bcf6bd698aa2f","status":"passed","time":{"start":1728738098723,"stop":1728738098725,"duration":2}},{"uid":"36007dd2ebe1cafe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36007dd2ebe1cafe","status":"passed","time":{"start":1728682632215,"stop":1728682632217,"duration":2}},{"uid":"d2458a1b473855e8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d2458a1b473855e8","status":"passed","time":{"start":1728682205205,"stop":1728682205207,"duration":2}},{"uid":"c1794820e1fbc526","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1794820e1fbc526","status":"passed","time":{"start":1728676680971,"stop":1728676680973,"duration":2}},{"uid":"4ca9869982638f40","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4ca9869982638f40","status":"passed","time":{"start":1728669404734,"stop":1728669404736,"duration":2}},{"uid":"58d7a15b9157499c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58d7a15b9157499c","status":"passed","time":{"start":1728597743839,"stop":1728597743841,"duration":2}},{"uid":"8f6ad414edd49f38","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8f6ad414edd49f38","status":"passed","time":{"start":1728596961177,"stop":1728596961179,"duration":2}}]},"tags":[]},"source":"78f1e29b3bc31ca6.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/fcc35ff7f5797d0d.json b/7588/data/test-cases/7936feca9dd7b9dc.json similarity index 59% rename from 7556/data/test-cases/fcc35ff7f5797d0d.json rename to 7588/data/test-cases/7936feca9dd7b9dc.json index 8c1c4936bcb..310af2977ab 100644 --- a/7556/data/test-cases/fcc35ff7f5797d0d.json +++ b/7588/data/test-cases/7936feca9dd7b9dc.json @@ -1 +1 @@ -{"uid":"fcc35ff7f5797d0d","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":1728457555213,"stop":1728457555213,"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":6,"unknown":0,"total":6},"items":[{"uid":"705e4f07976d7231","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/705e4f07976d7231","status":"passed","time":{"start":1728456501213,"stop":1728456501213,"duration":0}},{"uid":"fce58cbab21e8d7a","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/fce58cbab21e8d7a","status":"passed","time":{"start":1728456265697,"stop":1728456265697,"duration":0}},{"uid":"d3e0cf989019edaf","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/d3e0cf989019edaf","status":"passed","time":{"start":1728456243465,"stop":1728456243466,"duration":1}},{"uid":"4dcccb49769a5cf1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/4dcccb49769a5cf1","status":"passed","time":{"start":1728455589595,"stop":1728455589595,"duration":0}},{"uid":"60d9c273368da193","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/60d9c273368da193","status":"passed","time":{"start":1728452563140,"stop":1728452563140,"duration":0}}]},"tags":[]},"source":"fcc35ff7f5797d0d.json","parameterValues":[]} \ No newline at end of file +{"uid":"7936feca9dd7b9dc","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":1729034703310,"stop":1729034703311,"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":15,"unknown":0,"total":15},"items":[{"uid":"ab5b10d0d783a591","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ab5b10d0d783a591","status":"passed","time":{"start":1729034475271,"stop":1729034475272,"duration":1}},{"uid":"3e5793538342b2c1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3e5793538342b2c1","status":"passed","time":{"start":1729034392402,"stop":1729034392403,"duration":1}},{"uid":"7b657d1f2ed19eab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b657d1f2ed19eab","status":"passed","time":{"start":1729034208294,"stop":1729034208294,"duration":0}},{"uid":"3d39d4b02496210d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3d39d4b02496210d","status":"passed","time":{"start":1729032257066,"stop":1729032257066,"duration":0}},{"uid":"8e4005159a9565c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e4005159a9565c","status":"passed","time":{"start":1728902024012,"stop":1728902024012,"duration":0}},{"uid":"211fea8ea929ff73","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/211fea8ea929ff73","status":"passed","time":{"start":1728893455129,"stop":1728893455129,"duration":0}},{"uid":"31c4f02192c8eac0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/31c4f02192c8eac0","status":"passed","time":{"start":1728856404962,"stop":1728856404966,"duration":4}},{"uid":"4fc49df16b4d3d46","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4fc49df16b4d3d46","status":"passed","time":{"start":1728738634668,"stop":1728738634668,"duration":0}},{"uid":"4287d0daad56e694","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4287d0daad56e694","status":"passed","time":{"start":1728683163620,"stop":1728683163620,"duration":0}},{"uid":"381074811ab37386","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/381074811ab37386","status":"passed","time":{"start":1728682737540,"stop":1728682737541,"duration":1}},{"uid":"e8c0b1a4b855acf6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8c0b1a4b855acf6","status":"passed","time":{"start":1728677222567,"stop":1728677222567,"duration":0}},{"uid":"8a8c5a9b3a36b2e9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8a8c5a9b3a36b2e9","status":"passed","time":{"start":1728669905038,"stop":1728669905041,"duration":3}},{"uid":"9815d9d19f91725a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9815d9d19f91725a","status":"passed","time":{"start":1728598284365,"stop":1728598284366,"duration":1}},{"uid":"e111774029d11cf8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e111774029d11cf8","status":"passed","time":{"start":1728597506830,"stop":1728597506830,"duration":0}}]},"tags":[]},"source":"7936feca9dd7b9dc.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/eab3192f481f16b9.json b/7588/data/test-cases/7987935a8b8bde5e.json similarity index 84% rename from 7556/data/test-cases/eab3192f481f16b9.json rename to 7588/data/test-cases/7987935a8b8bde5e.json index 12b29f40590..a856ffa12ee 100644 --- a/7556/data/test-cases/eab3192f481f16b9.json +++ b/7588/data/test-cases/7987935a8b8bde5e.json @@ -1 +1 @@ -{"uid":"eab3192f481f16b9","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":1728457360313,"stop":1728457360314,"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":6,"unknown":0,"total":6},"items":[{"uid":"255df66f8d9d78f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/255df66f8d9d78f","status":"passed","time":{"start":1728456312497,"stop":1728456312500,"duration":3}},{"uid":"ebe2995db732960b","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ebe2995db732960b","status":"passed","time":{"start":1728456013950,"stop":1728456013950,"duration":0}},{"uid":"6b06012a6617b2b8","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/6b06012a6617b2b8","status":"passed","time":{"start":1728455837445,"stop":1728455837446,"duration":1}},{"uid":"a1af59c47e1c8c26","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a1af59c47e1c8c26","status":"passed","time":{"start":1728455198914,"stop":1728455198915,"duration":1}},{"uid":"2444e6520877d130","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/2444e6520877d130","status":"passed","time":{"start":1728452203353,"stop":1728452203354,"duration":1}}]},"tags":[]},"source":"eab3192f481f16b9.json","parameterValues":[]} \ No newline at end of file +{"uid":"7987935a8b8bde5e","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":1729034536106,"stop":1729034536106,"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":14,"unknown":0,"total":14},"items":[{"uid":"9fc828ab8bf53f72","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9fc828ab8bf53f72","status":"passed","time":{"start":1729034296710,"stop":1729034296710,"duration":0}},{"uid":"ed6413fab68cb3bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed6413fab68cb3bf","status":"passed","time":{"start":1729034220607,"stop":1729034220607,"duration":0}},{"uid":"8510fb124606d97e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8510fb124606d97e","status":"passed","time":{"start":1729034041490,"stop":1729034041491,"duration":1}},{"uid":"a3345c9720d27dda","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3345c9720d27dda","status":"passed","time":{"start":1728901705407,"stop":1728901705408,"duration":1}},{"uid":"585fad77d2274cad","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/585fad77d2274cad","status":"passed","time":{"start":1728893141779,"stop":1728893141779,"duration":0}},{"uid":"72daafc3415f3de9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/72daafc3415f3de9","status":"passed","time":{"start":1728856087085,"stop":1728856087086,"duration":1}},{"uid":"d9b04b11926d33bf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d9b04b11926d33bf","status":"passed","time":{"start":1728738321438,"stop":1728738321438,"duration":0}},{"uid":"13fc621ec00beccb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/13fc621ec00beccb","status":"passed","time":{"start":1728682845677,"stop":1728682845678,"duration":1}},{"uid":"146c9e577b2580ef","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/146c9e577b2580ef","status":"passed","time":{"start":1728682424312,"stop":1728682424313,"duration":1}},{"uid":"e301a224269eaecf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e301a224269eaecf","status":"passed","time":{"start":1728676900542,"stop":1728676900542,"duration":0}},{"uid":"c04dfb3c09f49857","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c04dfb3c09f49857","status":"passed","time":{"start":1728669625802,"stop":1728669625803,"duration":1}},{"uid":"8a9f45cc15b5b19e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a9f45cc15b5b19e","status":"passed","time":{"start":1728597957173,"stop":1728597957174,"duration":1}},{"uid":"f8f5a2dc438df315","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f8f5a2dc438df315","status":"passed","time":{"start":1728597182620,"stop":1728597182621,"duration":1}}]},"tags":[]},"source":"7987935a8b8bde5e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9d6095961223e65a.json b/7588/data/test-cases/7998a58084276c14.json similarity index 50% rename from 7556/data/test-cases/9d6095961223e65a.json rename to 7588/data/test-cases/7998a58084276c14.json index 44c8ee77af3..8a5cdcafd37 100644 --- a/7556/data/test-cases/9d6095961223e65a.json +++ b/7588/data/test-cases/7998a58084276c14.json @@ -1 +1 @@ -{"uid":"9d6095961223e65a","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":1728457289907,"stop":1728457289907,"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":6,"unknown":0,"total":6},"items":[{"uid":"6caf5bc3cf9e89da","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/6caf5bc3cf9e89da","status":"passed","time":{"start":1728456257115,"stop":1728456257118,"duration":3}},{"uid":"e2a21afc5e90b5ad","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/e2a21afc5e90b5ad","status":"passed","time":{"start":1728455949868,"stop":1728455949868,"duration":0}},{"uid":"78329fae3bf37cb7","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/78329fae3bf37cb7","status":"passed","time":{"start":1728455741463,"stop":1728455741464,"duration":1}},{"uid":"3ce12aa52ff66328","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/3ce12aa52ff66328","status":"passed","time":{"start":1728455102318,"stop":1728455102319,"duration":1}},{"uid":"a76c01d3adc51156","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a76c01d3adc51156","status":"passed","time":{"start":1728452170812,"stop":1728452170813,"duration":1}}]},"tags":[]},"source":"9d6095961223e65a.json","parameterValues":[]} \ No newline at end of file +{"uid":"7998a58084276c14","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":1729034472975,"stop":1729034472976,"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":15,"unknown":0,"total":15},"items":[{"uid":"501920170cdc4239","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/501920170cdc4239","status":"passed","time":{"start":1729034240919,"stop":1729034240920,"duration":1}},{"uid":"cd118239dd122e39","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cd118239dd122e39","status":"passed","time":{"start":1729034159616,"stop":1729034159617,"duration":1}},{"uid":"448d08ecf0d94a8c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/448d08ecf0d94a8c","status":"passed","time":{"start":1729033976801,"stop":1729033976801,"duration":0}},{"uid":"f13b0fc788d01bda","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f13b0fc788d01bda","status":"passed","time":{"start":1729032020519,"stop":1729032020523,"duration":4}},{"uid":"65f9e8d6520ac5d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65f9e8d6520ac5d2","status":"passed","time":{"start":1728901616435,"stop":1728901616436,"duration":1}},{"uid":"9c45ca79a60f1ba8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9c45ca79a60f1ba8","status":"passed","time":{"start":1728893050246,"stop":1728893050246,"duration":0}},{"uid":"ca7476db7cb06a05","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca7476db7cb06a05","status":"passed","time":{"start":1728856015173,"stop":1728856015173,"duration":0}},{"uid":"d06eae2956774b9e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d06eae2956774b9e","status":"passed","time":{"start":1728738233141,"stop":1728738233142,"duration":1}},{"uid":"758b6eaaac0eca0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/758b6eaaac0eca0","status":"passed","time":{"start":1728682762473,"stop":1728682762474,"duration":1}},{"uid":"389c44b34c2f1ab7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/389c44b34c2f1ab7","status":"passed","time":{"start":1728682332787,"stop":1728682332787,"duration":0}},{"uid":"f30ed70720f13d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f30ed70720f13d","status":"passed","time":{"start":1728676810292,"stop":1728676810293,"duration":1}},{"uid":"babbc6765f67616d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/babbc6765f67616d","status":"passed","time":{"start":1728669529900,"stop":1728669529900,"duration":0}},{"uid":"7523ea4b027b3d8f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7523ea4b027b3d8f","status":"passed","time":{"start":1728597873535,"stop":1728597873535,"duration":0}},{"uid":"d04975f991495cbe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d04975f991495cbe","status":"passed","time":{"start":1728597089275,"stop":1728597089275,"duration":0}}]},"tags":[]},"source":"7998a58084276c14.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/79fb694d1d3a0337.json b/7588/data/test-cases/79fb694d1d3a0337.json new file mode 100644 index 00000000000..bd99b2ed0b4 --- /dev/null +++ b/7588/data/test-cases/79fb694d1d3a0337.json @@ -0,0 +1 @@ +{"uid":"79fb694d1d3a0337","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":1729034348761,"stop":1729034348761,"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":15,"unknown":0,"total":15},"items":[{"uid":"dfe528942ecd642a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dfe528942ecd642a","status":"passed","time":{"start":1729034112604,"stop":1729034112604,"duration":0}},{"uid":"e021622fbb211ee7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e021622fbb211ee7","status":"passed","time":{"start":1729034035872,"stop":1729034035872,"duration":0}},{"uid":"6edbf3fd0fe60fae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6edbf3fd0fe60fae","status":"passed","time":{"start":1729033850548,"stop":1729033850548,"duration":0}},{"uid":"1c965c92c8eb243c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1c965c92c8eb243c","status":"passed","time":{"start":1729031900271,"stop":1729031900271,"duration":0}},{"uid":"ef5ba03c9de0b6fb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ef5ba03c9de0b6fb","status":"passed","time":{"start":1728901446177,"stop":1728901446177,"duration":0}},{"uid":"fa6dd10adaa6ab69","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fa6dd10adaa6ab69","status":"passed","time":{"start":1728892876477,"stop":1728892876477,"duration":0}},{"uid":"ca609aed89383cac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca609aed89383cac","status":"passed","time":{"start":1728855839198,"stop":1728855839198,"duration":0}},{"uid":"b29869cc48b12c9c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b29869cc48b12c9c","status":"passed","time":{"start":1728738056464,"stop":1728738056464,"duration":0}},{"uid":"263d87703be41619","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/263d87703be41619","status":"passed","time":{"start":1728682590044,"stop":1728682590044,"duration":0}},{"uid":"94036ecdeb1672b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94036ecdeb1672b2","status":"passed","time":{"start":1728682162838,"stop":1728682162838,"duration":0}},{"uid":"4ac3725f414b3379","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4ac3725f414b3379","status":"passed","time":{"start":1728676637411,"stop":1728676637411,"duration":0}},{"uid":"bdc2554c492a9ab8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bdc2554c492a9ab8","status":"passed","time":{"start":1728669360493,"stop":1728669360494,"duration":1}},{"uid":"93a27f522dd102b7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/93a27f522dd102b7","status":"passed","time":{"start":1728597701236,"stop":1728597701236,"duration":0}},{"uid":"9c7f5b6d041bafb1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c7f5b6d041bafb1","status":"passed","time":{"start":1728596920370,"stop":1728596920370,"duration":0}}]},"tags":[]},"source":"79fb694d1d3a0337.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e5e179616cb2e949.json b/7588/data/test-cases/7a25323175c24e55.json similarity index 98% rename from 7556/data/test-cases/e5e179616cb2e949.json rename to 7588/data/test-cases/7a25323175c24e55.json index 8824367bb59..7de37a9e344 100644 --- a/7556/data/test-cases/e5e179616cb2e949.json +++ b/7588/data/test-cases/7a25323175c24e55.json @@ -1 +1 @@ -{"uid":"e5e179616cb2e949","name":"Push message with custom timestamp: 1697698950297","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1697698950297","historyId":"16900c49ab0830b5c473f9b5fd9d0513:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457510466,"stop":1728457510466,"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":"e5e179616cb2e949.json","parameterValues":[]} \ No newline at end of file +{"uid":"7a25323175c24e55","name":"Push message with custom timestamp: 1698276073747","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1698276073747","historyId":"01dc4856cec341ef73142bbca6397466:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034631263,"stop":1729034631264,"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":[],"tags":[]},"source":"7a25323175c24e55.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/7abb81715377b784.json b/7588/data/test-cases/7abb81715377b784.json new file mode 100644 index 00000000000..2adb8820c8f --- /dev/null +++ b/7588/data/test-cases/7abb81715377b784.json @@ -0,0 +1 @@ +{"uid":"7abb81715377b784","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":1729034626852,"stop":1729034626853,"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 (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":15,"unknown":0,"total":15},"items":[{"uid":"c6e77fd06a425441","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c6e77fd06a425441","status":"passed","time":{"start":1729034398549,"stop":1729034398550,"duration":1}},{"uid":"6b9296f6ac0196b4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b9296f6ac0196b4","status":"passed","time":{"start":1729034314815,"stop":1729034314815,"duration":0}},{"uid":"ca2bb7aef84f6de3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ca2bb7aef84f6de3","status":"passed","time":{"start":1729034137164,"stop":1729034137165,"duration":1}},{"uid":"d43d9eb4b8386934","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d43d9eb4b8386934","status":"passed","time":{"start":1729032187247,"stop":1729032187247,"duration":0}},{"uid":"80a0207486b11dcd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/80a0207486b11dcd","status":"passed","time":{"start":1728901888430,"stop":1728901888430,"duration":0}},{"uid":"7f699c5653fe62e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7f699c5653fe62e","status":"passed","time":{"start":1728893323793,"stop":1728893323794,"duration":1}},{"uid":"3fe8f4f6dfa64861","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3fe8f4f6dfa64861","status":"passed","time":{"start":1728856285928,"stop":1728856285928,"duration":0}},{"uid":"724fb8bb4aac2b8c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/724fb8bb4aac2b8c","status":"passed","time":{"start":1728738498276,"stop":1728738498276,"duration":0}},{"uid":"f7176306f50fe900","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f7176306f50fe900","status":"passed","time":{"start":1728683041392,"stop":1728683041392,"duration":0}},{"uid":"6ae21a043a303a88","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6ae21a043a303a88","status":"passed","time":{"start":1728682596019,"stop":1728682596020,"duration":1}},{"uid":"b6a250a87b9b293e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b6a250a87b9b293e","status":"passed","time":{"start":1728677091267,"stop":1728677091268,"duration":1}},{"uid":"9e8ab8a08d5dff01","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e8ab8a08d5dff01","status":"passed","time":{"start":1728669766426,"stop":1728669766426,"duration":0}},{"uid":"2f802b55da24fbf9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2f802b55da24fbf9","status":"passed","time":{"start":1728598152075,"stop":1728598152075,"duration":0}},{"uid":"77c6a486dbf4d3e9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/77c6a486dbf4d3e9","status":"passed","time":{"start":1728597364119,"stop":1728597364121,"duration":2}}]},"tags":[]},"source":"7abb81715377b784.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2dcdcee1b315eaf2.json b/7588/data/test-cases/7b149e77e4542e72.json similarity index 88% rename from 7556/data/test-cases/2dcdcee1b315eaf2.json rename to 7588/data/test-cases/7b149e77e4542e72.json index 8a1765dac3d..d671eb290cf 100644 --- a/7556/data/test-cases/2dcdcee1b315eaf2.json +++ b/7588/data/test-cases/7b149e77e4542e72.json @@ -1 +1 @@ -{"uid":"2dcdcee1b315eaf2","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":1728457473526,"stop":1728457473526,"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":6,"unknown":0,"total":6},"items":[{"uid":"78a8466bf8c81c07","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/78a8466bf8c81c07","status":"passed","time":{"start":1728456428374,"stop":1728456428375,"duration":1}},{"uid":"2279c7f0e82b4ae5","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/2279c7f0e82b4ae5","status":"passed","time":{"start":1728456157803,"stop":1728456157803,"duration":0}},{"uid":"a1ded3ba93c3da7e","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/a1ded3ba93c3da7e","status":"passed","time":{"start":1728456063542,"stop":1728456063542,"duration":0}},{"uid":"b023ee97c5c7fb44","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/b023ee97c5c7fb44","status":"passed","time":{"start":1728455422539,"stop":1728455422539,"duration":0}},{"uid":"94eff06fd9fa0e55","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/94eff06fd9fa0e55","status":"passed","time":{"start":1728452417660,"stop":1728452417661,"duration":1}}]},"tags":[]},"source":"2dcdcee1b315eaf2.json","parameterValues":[]} \ No newline at end of file +{"uid":"7b149e77e4542e72","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":1729034617763,"stop":1729034617763,"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":15,"unknown":0,"total":15},"items":[{"uid":"248ffed5e0aa700a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/248ffed5e0aa700a","status":"passed","time":{"start":1729034370880,"stop":1729034370881,"duration":1}},{"uid":"64300ecfde38919e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/64300ecfde38919e","status":"passed","time":{"start":1729034308879,"stop":1729034308879,"duration":0}},{"uid":"f7ec1ed7d6561802","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7ec1ed7d6561802","status":"passed","time":{"start":1729034129476,"stop":1729034129476,"duration":0}},{"uid":"c61443390a64445f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c61443390a64445f","status":"passed","time":{"start":1729032178369,"stop":1729032178370,"duration":1}},{"uid":"73982f1121ae8a0a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/73982f1121ae8a0a","status":"passed","time":{"start":1728901896349,"stop":1728901896350,"duration":1}},{"uid":"ba70bc9e048e1cac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ba70bc9e048e1cac","status":"passed","time":{"start":1728893329028,"stop":1728893329028,"duration":0}},{"uid":"2d0a6fe8b5f404db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d0a6fe8b5f404db","status":"passed","time":{"start":1728856284766,"stop":1728856284767,"duration":1}},{"uid":"8be79e7e24e08c7c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8be79e7e24e08c7c","status":"passed","time":{"start":1728738494943,"stop":1728738494943,"duration":0}},{"uid":"225ce634c60bb2e0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/225ce634c60bb2e0","status":"passed","time":{"start":1728683033634,"stop":1728683033634,"duration":0}},{"uid":"bfeecd73ea61d927","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bfeecd73ea61d927","status":"passed","time":{"start":1728682601738,"stop":1728682601739,"duration":1}},{"uid":"27fdfc84327cc40","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/27fdfc84327cc40","status":"passed","time":{"start":1728677107963,"stop":1728677107964,"duration":1}},{"uid":"c143e4b79a06e021","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c143e4b79a06e021","status":"passed","time":{"start":1728669764753,"stop":1728669764753,"duration":0}},{"uid":"12352a730f86a26b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/12352a730f86a26b","status":"passed","time":{"start":1728598157564,"stop":1728598157565,"duration":1}},{"uid":"3bc07a83512cfe79","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3bc07a83512cfe79","status":"passed","time":{"start":1728597369075,"stop":1728597369075,"duration":0}}]},"tags":[]},"source":"7b149e77e4542e72.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/7b863421a8487eae.json b/7588/data/test-cases/7b863421a8487eae.json new file mode 100644 index 00000000000..41dc0d43d91 --- /dev/null +++ b/7588/data/test-cases/7b863421a8487eae.json @@ -0,0 +1 @@ +{"uid":"7b863421a8487eae","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":1729034356475,"stop":1729034356475,"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":14,"unknown":0,"total":14},"items":[{"uid":"b0a9f83aea09a6f8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b0a9f83aea09a6f8","status":"passed","time":{"start":1729034120501,"stop":1729034120501,"duration":0}},{"uid":"f0347586aa8106a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f0347586aa8106a8","status":"passed","time":{"start":1729033858271,"stop":1729033858271,"duration":0}},{"uid":"65d4ffcb4fd24e44","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/65d4ffcb4fd24e44","status":"passed","time":{"start":1729031908177,"stop":1729031908177,"duration":0}},{"uid":"8a6883f5a6eda6f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8a6883f5a6eda6f","status":"passed","time":{"start":1728901453934,"stop":1728901453934,"duration":0}},{"uid":"7cc52a742d208b89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7cc52a742d208b89","status":"passed","time":{"start":1728892884410,"stop":1728892884410,"duration":0}},{"uid":"35f1134e419df7a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/35f1134e419df7a9","status":"passed","time":{"start":1728855846879,"stop":1728855846879,"duration":0}},{"uid":"b692f46a1f21ab73","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b692f46a1f21ab73","status":"passed","time":{"start":1728738064183,"stop":1728738064183,"duration":0}},{"uid":"90bc9b5c76f54817","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/90bc9b5c76f54817","status":"passed","time":{"start":1728682597761,"stop":1728682597761,"duration":0}},{"uid":"d3192aebb847ee42","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d3192aebb847ee42","status":"passed","time":{"start":1728682170540,"stop":1728682170540,"duration":0}},{"uid":"1007eaee4a46bde","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1007eaee4a46bde","status":"passed","time":{"start":1728676645200,"stop":1728676645200,"duration":0}},{"uid":"db9e59ca5103ddf9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/db9e59ca5103ddf9","status":"passed","time":{"start":1728669368195,"stop":1728669368195,"duration":0}},{"uid":"cb1c68f4613f9cbe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb1c68f4613f9cbe","status":"passed","time":{"start":1728597709011,"stop":1728597709012,"duration":1}},{"uid":"6ffb383c85b44a03","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ffb383c85b44a03","status":"passed","time":{"start":1728596928106,"stop":1728596928106,"duration":0}}]},"tags":[]},"source":"7b863421a8487eae.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/7bae492ebd813f04.json b/7588/data/test-cases/7bae492ebd813f04.json new file mode 100644 index 00000000000..ce7a0e72101 --- /dev/null +++ b/7588/data/test-cases/7bae492ebd813f04.json @@ -0,0 +1 @@ +{"uid":"7bae492ebd813f04","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":1729034473212,"stop":1729034473212,"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.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":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"5ad2d834e7f67cb7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5ad2d834e7f67cb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241154,"stop":1729034241155,"duration":1}},{"uid":"cc9e83ff1ee1347e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cc9e83ff1ee1347e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159972,"stop":1729034159972,"duration":0}},{"uid":"808d2b4d2b57a869","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/808d2b4d2b57a869","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977063,"stop":1729033977063,"duration":0}},{"uid":"759962f8b0acd737","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/759962f8b0acd737","status":"passed","time":{"start":1729032093774,"stop":1729032093781,"duration":7}},{"uid":"1881400a17444510","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1881400a17444510","status":"passed","time":{"start":1728901748771,"stop":1728901748771,"duration":0}},{"uid":"837332fc52ebd4b4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/837332fc52ebd4b4","status":"passed","time":{"start":1728893181084,"stop":1728893181084,"duration":0}},{"uid":"e0dd2bba38c35ec1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e0dd2bba38c35ec1","status":"passed","time":{"start":1728856155550,"stop":1728856155550,"duration":0}},{"uid":"657c3d1bb6c10757","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/657c3d1bb6c10757","status":"passed","time":{"start":1728738360283,"stop":1728738360283,"duration":0}},{"uid":"be7c51b62abd92d5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be7c51b62abd92d5","status":"passed","time":{"start":1728682907220,"stop":1728682907220,"duration":0}},{"uid":"3095a6293fbb3294","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3095a6293fbb3294","status":"passed","time":{"start":1728682466730,"stop":1728682466730,"duration":0}},{"uid":"bd4ce25b3d3b47ca","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bd4ce25b3d3b47ca","status":"passed","time":{"start":1728676955719,"stop":1728676955720,"duration":1}},{"uid":"578faf658c6cc6b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/578faf658c6cc6b1","status":"passed","time":{"start":1728598013532,"stop":1728598013533,"duration":1}},{"uid":"5dfdfa1e0672a908","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5dfdfa1e0672a908","status":"passed","time":{"start":1728597225197,"stop":1728597225198,"duration":1}}]},"tags":[]},"source":"7bae492ebd813f04.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c7b704b33e37b0e3.json b/7588/data/test-cases/7be23513471effc1.json similarity index 67% rename from 7556/data/test-cases/c7b704b33e37b0e3.json rename to 7588/data/test-cases/7be23513471effc1.json index 9ca6e46f7b4..92acd9762f7 100644 --- a/7556/data/test-cases/c7b704b33e37b0e3.json +++ b/7588/data/test-cases/7be23513471effc1.json @@ -1 +1 @@ -{"uid":"c7b704b33e37b0e3","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":1728457536283,"stop":1728457536283,"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":6,"unknown":0,"total":6},"items":[{"uid":"142871875b0a9c8b","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/142871875b0a9c8b","status":"passed","time":{"start":1728456479968,"stop":1728456479968,"duration":0}},{"uid":"fd320482cc12fd9","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/fd320482cc12fd9","status":"passed","time":{"start":1728456245091,"stop":1728456245091,"duration":0}},{"uid":"84d8b186759ffedd","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/84d8b186759ffedd","status":"passed","time":{"start":1728456210517,"stop":1728456210518,"duration":1}},{"uid":"6b639078a905d80d","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/6b639078a905d80d","status":"passed","time":{"start":1728455558236,"stop":1728455558236,"duration":0}},{"uid":"e91f93c94235d5ac","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/e91f93c94235d5ac","status":"passed","time":{"start":1728452533450,"stop":1728452533451,"duration":1}}]},"tags":[]},"source":"c7b704b33e37b0e3.json","parameterValues":[]} \ No newline at end of file +{"uid":"7be23513471effc1","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":1729034682680,"stop":1729034682681,"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":15,"unknown":0,"total":15},"items":[{"uid":"d0ea547fbbaa5853","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d0ea547fbbaa5853","status":"passed","time":{"start":1729034452185,"stop":1729034452186,"duration":1}},{"uid":"cd489363d0218eae","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cd489363d0218eae","status":"passed","time":{"start":1729034373081,"stop":1729034373082,"duration":1}},{"uid":"92e129b12baa52e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/92e129b12baa52e","status":"passed","time":{"start":1729034188118,"stop":1729034188119,"duration":1}},{"uid":"7143033bd05a497f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7143033bd05a497f","status":"passed","time":{"start":1729032231866,"stop":1729032231866,"duration":0}},{"uid":"7338b47af77cccca","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7338b47af77cccca","status":"passed","time":{"start":1728901989567,"stop":1728901989567,"duration":0}},{"uid":"36e55e07a9acb727","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/36e55e07a9acb727","status":"passed","time":{"start":1728893424905,"stop":1728893424905,"duration":0}},{"uid":"348c17b9e6e50e04","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/348c17b9e6e50e04","status":"passed","time":{"start":1728856376685,"stop":1728856376686,"duration":1}},{"uid":"9de8cbf88cf6a965","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9de8cbf88cf6a965","status":"passed","time":{"start":1728738593961,"stop":1728738593962,"duration":1}},{"uid":"c025d5c5cd193c6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c025d5c5cd193c6","status":"passed","time":{"start":1728683135341,"stop":1728683135341,"duration":0}},{"uid":"d40b38586cca3c68","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d40b38586cca3c68","status":"passed","time":{"start":1728682692593,"stop":1728682692594,"duration":1}},{"uid":"767cc578fc83a8ec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/767cc578fc83a8ec","status":"passed","time":{"start":1728677194230,"stop":1728677194230,"duration":0}},{"uid":"2799066024840e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2799066024840e2","status":"passed","time":{"start":1728669874425,"stop":1728669874426,"duration":1}},{"uid":"da8ad3613e9b3417","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/da8ad3613e9b3417","status":"passed","time":{"start":1728598257463,"stop":1728598257463,"duration":0}},{"uid":"ad63a05077fdda5e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ad63a05077fdda5e","status":"passed","time":{"start":1728597471299,"stop":1728597471299,"duration":0}}]},"tags":[]},"source":"7be23513471effc1.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6ae373ee85b124d2.json b/7588/data/test-cases/7cb652a637eca1d3.json similarity index 84% rename from 7556/data/test-cases/6ae373ee85b124d2.json rename to 7588/data/test-cases/7cb652a637eca1d3.json index e92a788e595..93ac58efb26 100644 --- a/7556/data/test-cases/6ae373ee85b124d2.json +++ b/7588/data/test-cases/7cb652a637eca1d3.json @@ -1 +1 @@ -{"uid":"6ae373ee85b124d2","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":1728457360304,"stop":1728457360305,"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":6,"unknown":0,"total":6},"items":[{"uid":"16f7ae6b8690d1ff","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/16f7ae6b8690d1ff","status":"passed","time":{"start":1728456312490,"stop":1728456312491,"duration":1}},{"uid":"f4476b926b2a8ba4","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f4476b926b2a8ba4","status":"passed","time":{"start":1728456013945,"stop":1728456013946,"duration":1}},{"uid":"3bc42d08425f3572","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/3bc42d08425f3572","status":"passed","time":{"start":1728455837440,"stop":1728455837440,"duration":0}},{"uid":"e9767aca921bd88d","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/e9767aca921bd88d","status":"passed","time":{"start":1728455198903,"stop":1728455198904,"duration":1}},{"uid":"a00ec32e8b91bab","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a00ec32e8b91bab","status":"passed","time":{"start":1728452203349,"stop":1728452203349,"duration":0}}]},"tags":[]},"source":"6ae373ee85b124d2.json","parameterValues":[]} \ No newline at end of file +{"uid":"7cb652a637eca1d3","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":1729034536099,"stop":1729034536099,"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":14,"unknown":0,"total":14},"items":[{"uid":"26507f67b9fb723a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/26507f67b9fb723a","status":"passed","time":{"start":1729034296705,"stop":1729034296705,"duration":0}},{"uid":"f9cb405f00a49ad5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f9cb405f00a49ad5","status":"passed","time":{"start":1729034220602,"stop":1729034220602,"duration":0}},{"uid":"d9277d53a328231b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9277d53a328231b","status":"passed","time":{"start":1729034041485,"stop":1729034041486,"duration":1}},{"uid":"149b66ff7fcac49f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/149b66ff7fcac49f","status":"passed","time":{"start":1728901705391,"stop":1728901705391,"duration":0}},{"uid":"9cbd00b25d709e73","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9cbd00b25d709e73","status":"passed","time":{"start":1728893141774,"stop":1728893141775,"duration":1}},{"uid":"20ee6fa3df469ea0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/20ee6fa3df469ea0","status":"passed","time":{"start":1728856087081,"stop":1728856087082,"duration":1}},{"uid":"6912adf3bde9a953","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6912adf3bde9a953","status":"passed","time":{"start":1728738321433,"stop":1728738321433,"duration":0}},{"uid":"54960e622bca8c10","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/54960e622bca8c10","status":"passed","time":{"start":1728682845672,"stop":1728682845673,"duration":1}},{"uid":"3cd3f35410ebafe9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3cd3f35410ebafe9","status":"passed","time":{"start":1728682424308,"stop":1728682424308,"duration":0}},{"uid":"7424b72bd8ced016","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7424b72bd8ced016","status":"passed","time":{"start":1728676900513,"stop":1728676900514,"duration":1}},{"uid":"881b0544efab85ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/881b0544efab85ab","status":"passed","time":{"start":1728669625798,"stop":1728669625799,"duration":1}},{"uid":"16bb8fdeab84f42","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/16bb8fdeab84f42","status":"passed","time":{"start":1728597957162,"stop":1728597957163,"duration":1}},{"uid":"e89f2d44929c0aa4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e89f2d44929c0aa4","status":"passed","time":{"start":1728597182615,"stop":1728597182615,"duration":0}}]},"tags":[]},"source":"7cb652a637eca1d3.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/8c7515276f76695f.json b/7588/data/test-cases/7ce10eaee5d466ad.json similarity index 52% rename from 7556/data/test-cases/8c7515276f76695f.json rename to 7588/data/test-cases/7ce10eaee5d466ad.json index 486694c4d25..7ea8c413994 100644 --- a/7556/data/test-cases/8c7515276f76695f.json +++ b/7588/data/test-cases/7ce10eaee5d466ad.json @@ -1 +1 @@ -{"uid":"8c7515276f76695f","name":"Ordered Callback - false","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - false","historyId":"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457542832,"stop":1728457542833,"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":6,"unknown":0,"total":6},"items":[{"uid":"4761d821ec68c7ce","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/4761d821ec68c7ce","status":"passed","time":{"start":1728456486727,"stop":1728456486728,"duration":1}},{"uid":"d43c14ecf364bddc","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/d43c14ecf364bddc","status":"passed","time":{"start":1728456259623,"stop":1728456259623,"duration":0}},{"uid":"7748688fce41537c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/7748688fce41537c","status":"passed","time":{"start":1728456223953,"stop":1728456223954,"duration":1}},{"uid":"c4f875d77eeb2f4c","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c4f875d77eeb2f4c","status":"passed","time":{"start":1728455581728,"stop":1728455581729,"duration":1}},{"uid":"31c31c49258e7baf","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/31c31c49258e7baf","status":"passed","time":{"start":1728452535232,"stop":1728452535232,"duration":0}}]},"tags":[]},"source":"8c7515276f76695f.json","parameterValues":[]} \ No newline at end of file +{"uid":"7ce10eaee5d466ad","name":"Ordered Callback - false","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - false","historyId":"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034683701,"stop":1729034683701,"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":15,"unknown":0,"total":15},"items":[{"uid":"3d245f85be67b082","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3d245f85be67b082","status":"passed","time":{"start":1729034458932,"stop":1729034458932,"duration":0}},{"uid":"9a5e7d78fd6cca50","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9a5e7d78fd6cca50","status":"passed","time":{"start":1729034372203,"stop":1729034372203,"duration":0}},{"uid":"4a1cb887dab16e01","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4a1cb887dab16e01","status":"passed","time":{"start":1729034191996,"stop":1729034191996,"duration":0}},{"uid":"5bd6a8445832338d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5bd6a8445832338d","status":"passed","time":{"start":1729032246149,"stop":1729032246149,"duration":0}},{"uid":"77ac5e79e12cbb49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/77ac5e79e12cbb49","status":"passed","time":{"start":1728902009944,"stop":1728902009944,"duration":0}},{"uid":"9a65632c7516a4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9a65632c7516a4f","status":"passed","time":{"start":1728893442070,"stop":1728893442070,"duration":0}},{"uid":"d04306a7776fb50c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d04306a7776fb50c","status":"passed","time":{"start":1728856390381,"stop":1728856390381,"duration":0}},{"uid":"357ed0e82040605e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/357ed0e82040605e","status":"passed","time":{"start":1728738615986,"stop":1728738615986,"duration":0}},{"uid":"f4d4d2685c06fda4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4d4d2685c06fda4","status":"passed","time":{"start":1728683138591,"stop":1728683138591,"duration":0}},{"uid":"7cf15b5225b974ee","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7cf15b5225b974ee","status":"passed","time":{"start":1728682713981,"stop":1728682713981,"duration":0}},{"uid":"c745d5961c95fd62","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c745d5961c95fd62","status":"passed","time":{"start":1728677205667,"stop":1728677205667,"duration":0}},{"uid":"6b3540288fb8d017","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6b3540288fb8d017","status":"passed","time":{"start":1728669886307,"stop":1728669886308,"duration":1}},{"uid":"f5935766e98220c3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5935766e98220c3","status":"passed","time":{"start":1728598272275,"stop":1728598272275,"duration":0}},{"uid":"7fd59b891bb035e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7fd59b891bb035e8","status":"passed","time":{"start":1728597493000,"stop":1728597493001,"duration":1}}]},"tags":[]},"source":"7ce10eaee5d466ad.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/7ce868e722bbff0d.json b/7588/data/test-cases/7ce868e722bbff0d.json new file mode 100644 index 00000000000..d0ac6abe144 --- /dev/null +++ b/7588/data/test-cases/7ce868e722bbff0d.json @@ -0,0 +1 @@ +{"uid":"7ce868e722bbff0d","name":"Sets default value correctly","fullName":"/tests/waku.node.spec.ts: User Agent > Sets default value correctly","historyId":"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034728791,"stop":1729034728791,"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":12,"unknown":0,"total":12},"items":[{"uid":"b61f5d32e6bc543f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b61f5d32e6bc543f","status":"passed","time":{"start":1729034400848,"stop":1729034400849,"duration":1}},{"uid":"6238dfbdfcf66187","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6238dfbdfcf66187","status":"passed","time":{"start":1728902045393,"stop":1728902045394,"duration":1}},{"uid":"15da75910ec7889d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15da75910ec7889d","status":"passed","time":{"start":1728893481314,"stop":1728893481314,"duration":0}},{"uid":"31d269462c11f017","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/31d269462c11f017","status":"passed","time":{"start":1728856434370,"stop":1728856434370,"duration":0}},{"uid":"ec27f2946b803195","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec27f2946b803195","status":"passed","time":{"start":1728738656940,"stop":1728738656941,"duration":1}},{"uid":"607f83acebb74f57","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/607f83acebb74f57","status":"passed","time":{"start":1728683172727,"stop":1728683172727,"duration":0}},{"uid":"2e33afbd8f55fd2a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2e33afbd8f55fd2a","status":"passed","time":{"start":1728682747614,"stop":1728682747614,"duration":0}},{"uid":"35c1cd6344585958","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35c1cd6344585958","status":"passed","time":{"start":1728677247282,"stop":1728677247282,"duration":0}},{"uid":"8b7ccd04885672f2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8b7ccd04885672f2","status":"passed","time":{"start":1728669917949,"stop":1728669917950,"duration":1}},{"uid":"8b8cc4067697fb96","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8b8cc4067697fb96","status":"passed","time":{"start":1728598290719,"stop":1728598290720,"duration":1}},{"uid":"2bfb61e754e02db1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2bfb61e754e02db1","status":"passed","time":{"start":1728597515860,"stop":1728597515860,"duration":0}}]},"tags":[]},"source":"7ce868e722bbff0d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/d29b43f900e3afd0.json b/7588/data/test-cases/7d79e101e857f99e.json similarity index 80% rename from 7556/data/test-cases/d29b43f900e3afd0.json rename to 7588/data/test-cases/7d79e101e857f99e.json index dce410f5a98..8c3fd76a120 100644 --- a/7556/data/test-cases/d29b43f900e3afd0.json +++ b/7588/data/test-cases/7d79e101e857f99e.json @@ -1 +1 @@ -{"uid":"d29b43f900e3afd0","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":1728457490910,"stop":1728457490910,"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":6,"unknown":0,"total":6},"items":[{"uid":"6e443df5d9ccbca9","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/6e443df5d9ccbca9","status":"passed","time":{"start":1728456439215,"stop":1728456439216,"duration":1}},{"uid":"e2547e5ee33bb7bf","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/e2547e5ee33bb7bf","status":"passed","time":{"start":1728456209533,"stop":1728456209534,"duration":1}},{"uid":"510d3985f78ebcc3","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/510d3985f78ebcc3","status":"passed","time":{"start":1728456126834,"stop":1728456126834,"duration":0}},{"uid":"8d1f8c3d3091e8d4","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/8d1f8c3d3091e8d4","status":"passed","time":{"start":1728455481794,"stop":1728455481795,"duration":1}},{"uid":"bc44ba57e962abaf","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/bc44ba57e962abaf","status":"passed","time":{"start":1728452438547,"stop":1728452438548,"duration":1}}]},"tags":[]},"source":"d29b43f900e3afd0.json","parameterValues":[]} \ No newline at end of file +{"uid":"7d79e101e857f99e","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":1729034640508,"stop":1729034640508,"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":15,"unknown":0,"total":15},"items":[{"uid":"176b7efe23735a3c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/176b7efe23735a3c","status":"passed","time":{"start":1729034411418,"stop":1729034411418,"duration":0}},{"uid":"6c5992f85c587447","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6c5992f85c587447","status":"passed","time":{"start":1729034327389,"stop":1729034327389,"duration":0}},{"uid":"c59da88c76cabc50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c59da88c76cabc50","status":"passed","time":{"start":1729034147760,"stop":1729034147761,"duration":1}},{"uid":"5df4690747a6109e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5df4690747a6109e","status":"passed","time":{"start":1729032204822,"stop":1729032204822,"duration":0}},{"uid":"d85695e2259cb62d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d85695e2259cb62d","status":"passed","time":{"start":1728901907650,"stop":1728901907651,"duration":1}},{"uid":"cf7a3abe5658bcbb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf7a3abe5658bcbb","status":"passed","time":{"start":1728893341885,"stop":1728893341885,"duration":0}},{"uid":"8dbb1ab79a8a26e6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8dbb1ab79a8a26e6","status":"passed","time":{"start":1728856299350,"stop":1728856299350,"duration":0}},{"uid":"445d0953986bb38b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/445d0953986bb38b","status":"passed","time":{"start":1728738511610,"stop":1728738511611,"duration":1}},{"uid":"62521d57dd474332","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/62521d57dd474332","status":"passed","time":{"start":1728683052905,"stop":1728683052906,"duration":1}},{"uid":"2f1ceb664d267aa0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f1ceb664d267aa0","status":"passed","time":{"start":1728682612905,"stop":1728682612906,"duration":1}},{"uid":"e09f3b5f81731c19","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e09f3b5f81731c19","status":"passed","time":{"start":1728677115739,"stop":1728677115740,"duration":1}},{"uid":"d4a9fe3fa50ffad7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d4a9fe3fa50ffad7","status":"passed","time":{"start":1728669778169,"stop":1728669778169,"duration":0}},{"uid":"ed6c38dce6704958","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ed6c38dce6704958","status":"passed","time":{"start":1728598175426,"stop":1728598175427,"duration":1}},{"uid":"b91b762ea0ce2d21","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b91b762ea0ce2d21","status":"passed","time":{"start":1728597380056,"stop":1728597380056,"duration":0}}]},"tags":[]},"source":"7d79e101e857f99e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/7dc62d269b6599c.json b/7588/data/test-cases/7dc62d269b6599c.json new file mode 100644 index 00000000000..19f235b4aa2 --- /dev/null +++ b/7588/data/test-cases/7dc62d269b6599c.json @@ -0,0 +1 @@ +{"uid":"7dc62d269b6599c","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":1729034470387,"stop":1729034470391,"duration":4},"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},{"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},{"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":15,"unknown":0,"total":15},"items":[{"uid":"cb712be44fc939a2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb712be44fc939a2","status":"passed","time":{"start":1729034238410,"stop":1729034238411,"duration":1}},{"uid":"a27ce5584bd7266e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a27ce5584bd7266e","status":"passed","time":{"start":1729034157653,"stop":1729034157653,"duration":0}},{"uid":"a901a55da3b101c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a901a55da3b101c","status":"passed","time":{"start":1729033974452,"stop":1729033974452,"duration":0}},{"uid":"7f568ac3190b6f69","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7f568ac3190b6f69","status":"passed","time":{"start":1729032027763,"stop":1729032027765,"duration":2}},{"uid":"2fdb2aac2ddde4bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fdb2aac2ddde4bf","status":"passed","time":{"start":1728901614545,"stop":1728901614546,"duration":1}},{"uid":"cfb196d64822ca7b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cfb196d64822ca7b","status":"passed","time":{"start":1728893048596,"stop":1728893048596,"duration":0}},{"uid":"39192108e5e94e66","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39192108e5e94e66","status":"passed","time":{"start":1728856013559,"stop":1728856013560,"duration":1}},{"uid":"82835155a4be7dd9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/82835155a4be7dd9","status":"passed","time":{"start":1728738231632,"stop":1728738231632,"duration":0}},{"uid":"d0570389ef2fa3c7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0570389ef2fa3c7","status":"passed","time":{"start":1728682761072,"stop":1728682761072,"duration":0}},{"uid":"e98e2151c313dad","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e98e2151c313dad","status":"passed","time":{"start":1728682330632,"stop":1728682330635,"duration":3}},{"uid":"54958220398e1a4d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/54958220398e1a4d","status":"passed","time":{"start":1728676808324,"stop":1728676808325,"duration":1}},{"uid":"db406ea38d2c5836","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/db406ea38d2c5836","status":"passed","time":{"start":1728669528228,"stop":1728669528228,"duration":0}},{"uid":"603ade619e764395","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/603ade619e764395","status":"passed","time":{"start":1728597872227,"stop":1728597872227,"duration":0}},{"uid":"83b6a2a1f0638979","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/83b6a2a1f0638979","status":"passed","time":{"start":1728597087686,"stop":1728597087686,"duration":0}}]},"tags":[]},"source":"7dc62d269b6599c.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/653646fe447b03f2.json b/7588/data/test-cases/7dfb4df3f42cab4b.json similarity index 82% rename from 7556/data/test-cases/653646fe447b03f2.json rename to 7588/data/test-cases/7dfb4df3f42cab4b.json index 649b38ea2e5..163eb1d3f77 100644 --- a/7556/data/test-cases/653646fe447b03f2.json +++ b/7588/data/test-cases/7dfb4df3f42cab4b.json @@ -1 +1 @@ -{"uid":"653646fe447b03f2","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":1728457448622,"stop":1728457448623,"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":6,"unknown":0,"total":6},"items":[{"uid":"6f29e02547bef107","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/6f29e02547bef107","status":"passed","time":{"start":1728456402403,"stop":1728456402403,"duration":0}},{"uid":"5c8de7cdc911c600","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/5c8de7cdc911c600","status":"passed","time":{"start":1728456120439,"stop":1728456120440,"duration":1}},{"uid":"4d0710e55a05e5fa","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4d0710e55a05e5fa","status":"passed","time":{"start":1728456038375,"stop":1728456038375,"duration":0}},{"uid":"9f948c0bbe1521b0","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/9f948c0bbe1521b0","status":"passed","time":{"start":1728455403830,"stop":1728455403830,"duration":0}},{"uid":"e8d5d85c56bd4d95","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/e8d5d85c56bd4d95","status":"passed","time":{"start":1728452400293,"stop":1728452400294,"duration":1}}]},"tags":[]},"source":"653646fe447b03f2.json","parameterValues":[]} \ No newline at end of file +{"uid":"7dfb4df3f42cab4b","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":1729034611681,"stop":1729034611681,"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":15,"unknown":0,"total":15},"items":[{"uid":"6a1c5653e7960f4f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6a1c5653e7960f4f","status":"passed","time":{"start":1729034393657,"stop":1729034393657,"duration":0}},{"uid":"22e1947112ac58d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/22e1947112ac58d","status":"passed","time":{"start":1729034304854,"stop":1729034304855,"duration":1}},{"uid":"f3218ad5535c842d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f3218ad5535c842d","status":"passed","time":{"start":1729034121941,"stop":1729034121941,"duration":0}},{"uid":"9d1125c63e60ca1b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d1125c63e60ca1b","status":"passed","time":{"start":1729032174920,"stop":1729032174920,"duration":0}},{"uid":"ea3402618bb75d28","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea3402618bb75d28","status":"passed","time":{"start":1728901881025,"stop":1728901881026,"duration":1}},{"uid":"de5510b8feeb2673","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/de5510b8feeb2673","status":"passed","time":{"start":1728893317180,"stop":1728893317180,"duration":0}},{"uid":"995994f84b2ba37c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/995994f84b2ba37c","status":"passed","time":{"start":1728856263110,"stop":1728856263110,"duration":0}},{"uid":"549395602cdc12cc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/549395602cdc12cc","status":"passed","time":{"start":1728738492804,"stop":1728738492804,"duration":0}},{"uid":"2caae743cd658196","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2caae743cd658196","status":"passed","time":{"start":1728683030027,"stop":1728683030028,"duration":1}},{"uid":"d5f369da4dfe3e90","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d5f369da4dfe3e90","status":"passed","time":{"start":1728682581113,"stop":1728682581113,"duration":0}},{"uid":"48a47cf40667353c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/48a47cf40667353c","status":"passed","time":{"start":1728677082008,"stop":1728677082009,"duration":1}},{"uid":"6632a4a17919afa6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6632a4a17919afa6","status":"passed","time":{"start":1728669795405,"stop":1728669795405,"duration":0}},{"uid":"b4fa10a16cbc1dca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b4fa10a16cbc1dca","status":"passed","time":{"start":1728598137508,"stop":1728598137508,"duration":0}},{"uid":"8e06a10529fa252b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e06a10529fa252b","status":"passed","time":{"start":1728597353485,"stop":1728597353486,"duration":1}}]},"tags":[]},"source":"7dfb4df3f42cab4b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c6f1c4d9246df898.json b/7588/data/test-cases/7e63abce01c2fa78.json similarity index 67% rename from 7556/data/test-cases/c6f1c4d9246df898.json rename to 7588/data/test-cases/7e63abce01c2fa78.json index 63c293caca8..ad4cd5e6e3e 100644 --- a/7556/data/test-cases/c6f1c4d9246df898.json +++ b/7588/data/test-cases/7e63abce01c2fa78.json @@ -1 +1 @@ -{"uid":"c6f1c4d9246df898","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":1728457498412,"stop":1728457498412,"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":6,"unknown":0,"total":6},"items":[{"uid":"c76ed3bbc8e11979","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/c76ed3bbc8e11979","status":"passed","time":{"start":1728456453425,"stop":1728456453425,"duration":0}},{"uid":"c6850930c6020143","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/c6850930c6020143","status":"passed","time":{"start":1728456219581,"stop":1728456219585,"duration":4}},{"uid":"ecf0602e73025a7c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/ecf0602e73025a7c","status":"passed","time":{"start":1728456142725,"stop":1728456142726,"duration":1}},{"uid":"45096bbc240e575e","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/45096bbc240e575e","status":"passed","time":{"start":1728455503657,"stop":1728455503657,"duration":0}},{"uid":"a164adaca86dc7e5","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a164adaca86dc7e5","status":"passed","time":{"start":1728452472489,"stop":1728452472490,"duration":1}}]},"tags":[]},"source":"c6f1c4d9246df898.json","parameterValues":[]} \ No newline at end of file +{"uid":"7e63abce01c2fa78","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":1729034655444,"stop":1729034655444,"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":15,"unknown":0,"total":15},"items":[{"uid":"f06ccca3c7b8a287","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f06ccca3c7b8a287","status":"passed","time":{"start":1729034425378,"stop":1729034425378,"duration":0}},{"uid":"b065f17380f04d9e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b065f17380f04d9e","status":"passed","time":{"start":1729034346110,"stop":1729034346110,"duration":0}},{"uid":"5ee8a9074f1fe826","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ee8a9074f1fe826","status":"passed","time":{"start":1729034162416,"stop":1729034162416,"duration":0}},{"uid":"fc6b8066f46465ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fc6b8066f46465ef","status":"passed","time":{"start":1729032197327,"stop":1729032197327,"duration":0}},{"uid":"73ba4df9a16e99c5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/73ba4df9a16e99c5","status":"passed","time":{"start":1728901899717,"stop":1728901899717,"duration":0}},{"uid":"e95cafaae8b6fe22","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e95cafaae8b6fe22","status":"passed","time":{"start":1728893334924,"stop":1728893334924,"duration":0}},{"uid":"84104d8365c477eb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/84104d8365c477eb","status":"passed","time":{"start":1728856288028,"stop":1728856288028,"duration":0}},{"uid":"8733bfc303dabb94","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8733bfc303dabb94","status":"passed","time":{"start":1728738501690,"stop":1728738501690,"duration":0}},{"uid":"1e0d8014041e7a20","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1e0d8014041e7a20","status":"passed","time":{"start":1728683044489,"stop":1728683044490,"duration":1}},{"uid":"181420f20255b9f6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/181420f20255b9f6","status":"passed","time":{"start":1728682619635,"stop":1728682619635,"duration":0}},{"uid":"da3a02e3cb72b239","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/da3a02e3cb72b239","status":"passed","time":{"start":1728677104187,"stop":1728677104188,"duration":1}},{"uid":"7ffb8b7f54f8cd57","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ffb8b7f54f8cd57","status":"passed","time":{"start":1728669759888,"stop":1728669759888,"duration":0}},{"uid":"6a76226d452ac6f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a76226d452ac6f8","status":"passed","time":{"start":1728598164492,"stop":1728598164493,"duration":1}},{"uid":"16f57bab120c5daa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/16f57bab120c5daa","status":"passed","time":{"start":1728597385269,"stop":1728597385270,"duration":1}}]},"tags":[]},"source":"7e63abce01c2fa78.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/7eb66fe2945f632d.json b/7588/data/test-cases/7eb66fe2945f632d.json new file mode 100644 index 00000000000..0bc69800e47 --- /dev/null +++ b/7588/data/test-cases/7eb66fe2945f632d.json @@ -0,0 +1 @@ +{"uid":"7eb66fe2945f632d","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":1729034447630,"stop":1729034447630,"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":15,"unknown":0,"total":15},"items":[{"uid":"c08b5dd084549878","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c08b5dd084549878","status":"passed","time":{"start":1729034206088,"stop":1729034206089,"duration":1}},{"uid":"ce79a6bbaf014f01","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ce79a6bbaf014f01","status":"passed","time":{"start":1729034134199,"stop":1729034134200,"duration":1}},{"uid":"5d228bbee1e8f0dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5d228bbee1e8f0dd","status":"passed","time":{"start":1729033942628,"stop":1729033942631,"duration":3}},{"uid":"54be06233dbe0f56","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/54be06233dbe0f56","status":"passed","time":{"start":1729031989719,"stop":1729031989720,"duration":1}},{"uid":"403a1a5a04353d94","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/403a1a5a04353d94","status":"passed","time":{"start":1728901562055,"stop":1728901562063,"duration":8}},{"uid":"290086140f801a29","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/290086140f801a29","status":"passed","time":{"start":1728893001483,"stop":1728893001483,"duration":0}},{"uid":"86d85ce90d9f3866","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/86d85ce90d9f3866","status":"passed","time":{"start":1728855968870,"stop":1728855968872,"duration":2}},{"uid":"d70712b61ea3415a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d70712b61ea3415a","status":"passed","time":{"start":1728738172968,"stop":1728738172969,"duration":1}},{"uid":"bf936aaede0b94d4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bf936aaede0b94d4","status":"passed","time":{"start":1728682706941,"stop":1728682706942,"duration":1}},{"uid":"57449fc21e9e5d64","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/57449fc21e9e5d64","status":"passed","time":{"start":1728682296862,"stop":1728682296862,"duration":0}},{"uid":"1c01f89df3e038df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1c01f89df3e038df","status":"passed","time":{"start":1728676761486,"stop":1728676761487,"duration":1}},{"uid":"e4c6dd9cf32fd07c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e4c6dd9cf32fd07c","status":"passed","time":{"start":1728669479028,"stop":1728669479029,"duration":1}},{"uid":"efb129851accb7a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efb129851accb7a","status":"passed","time":{"start":1728597820129,"stop":1728597820129,"duration":0}},{"uid":"62dec462bf68422f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/62dec462bf68422f","status":"passed","time":{"start":1728597034503,"stop":1728597034503,"duration":0}}]},"tags":[]},"source":"7eb66fe2945f632d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/1377a7f738b844fc.json b/7588/data/test-cases/7ef49cacd1c822a4.json similarity index 88% rename from 7556/data/test-cases/1377a7f738b844fc.json rename to 7588/data/test-cases/7ef49cacd1c822a4.json index aae8cd07874..964f910aca2 100644 --- a/7556/data/test-cases/1377a7f738b844fc.json +++ b/7588/data/test-cases/7ef49cacd1c822a4.json @@ -1 +1 @@ -{"uid":"1377a7f738b844fc","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":1728457473534,"stop":1728457473534,"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":6,"unknown":0,"total":6},"items":[{"uid":"49bbd938796b878d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/49bbd938796b878d","status":"passed","time":{"start":1728456428382,"stop":1728456428383,"duration":1}},{"uid":"6cee9e9e56ac76c","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/6cee9e9e56ac76c","status":"passed","time":{"start":1728456157810,"stop":1728456157810,"duration":0}},{"uid":"8dc52aa512ba8f07","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/8dc52aa512ba8f07","status":"passed","time":{"start":1728456063551,"stop":1728456063552,"duration":1}},{"uid":"733c600a3bbf1be6","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/733c600a3bbf1be6","status":"passed","time":{"start":1728455422542,"stop":1728455422543,"duration":1}},{"uid":"e081c25c6ba25f5d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/e081c25c6ba25f5d","status":"passed","time":{"start":1728452417669,"stop":1728452417669,"duration":0}}]},"tags":[]},"source":"1377a7f738b844fc.json","parameterValues":[]} \ No newline at end of file +{"uid":"7ef49cacd1c822a4","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":1729034617766,"stop":1729034617767,"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":15,"unknown":0,"total":15},"items":[{"uid":"6bf07a9b25ba4ff8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6bf07a9b25ba4ff8","status":"passed","time":{"start":1729034370904,"stop":1729034370904,"duration":0}},{"uid":"a968f0bf6149449b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a968f0bf6149449b","status":"passed","time":{"start":1729034308896,"stop":1729034308898,"duration":2}},{"uid":"1ec0a85e02546344","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ec0a85e02546344","status":"passed","time":{"start":1729034129479,"stop":1729034129480,"duration":1}},{"uid":"83b20233bbccc098","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/83b20233bbccc098","status":"passed","time":{"start":1729032178376,"stop":1729032178376,"duration":0}},{"uid":"947df8978d88821","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/947df8978d88821","status":"passed","time":{"start":1728901896353,"stop":1728901896353,"duration":0}},{"uid":"b26270876dd98c0f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b26270876dd98c0f","status":"passed","time":{"start":1728893329035,"stop":1728893329035,"duration":0}},{"uid":"52d947eb13121c8d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/52d947eb13121c8d","status":"passed","time":{"start":1728856284771,"stop":1728856284771,"duration":0}},{"uid":"85f554802b38f86f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85f554802b38f86f","status":"passed","time":{"start":1728738494947,"stop":1728738494948,"duration":1}},{"uid":"31d8f196442e2232","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/31d8f196442e2232","status":"passed","time":{"start":1728683033637,"stop":1728683033637,"duration":0}},{"uid":"6657ad0f437d522f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6657ad0f437d522f","status":"passed","time":{"start":1728682601745,"stop":1728682601745,"duration":0}},{"uid":"93ba9e1a7d04cefe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93ba9e1a7d04cefe","status":"passed","time":{"start":1728677107984,"stop":1728677107984,"duration":0}},{"uid":"f9186b5a080620b1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f9186b5a080620b1","status":"passed","time":{"start":1728669764757,"stop":1728669764757,"duration":0}},{"uid":"9fceba261ea4367a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9fceba261ea4367a","status":"passed","time":{"start":1728598157576,"stop":1728598157577,"duration":1}},{"uid":"d317d7c7072c0f40","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d317d7c7072c0f40","status":"passed","time":{"start":1728597369085,"stop":1728597369086,"duration":1}}]},"tags":[]},"source":"7ef49cacd1c822a4.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9ba8360009ef9f97.json b/7588/data/test-cases/7f5f51995697dbf1.json similarity index 62% rename from 7556/data/test-cases/9ba8360009ef9f97.json rename to 7588/data/test-cases/7f5f51995697dbf1.json index 196d623e2cb..1ce97a3c02b 100644 --- a/7556/data/test-cases/9ba8360009ef9f97.json +++ b/7588/data/test-cases/7f5f51995697dbf1.json @@ -1 +1 @@ -{"uid":"9ba8360009ef9f97","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":1728457558859,"stop":1728457558861,"duration":2},"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":6,"unknown":0,"total":6},"items":[{"uid":"99801284060cd02","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/99801284060cd02","status":"passed","time":{"start":1728456503553,"stop":1728456503553,"duration":0}},{"uid":"8193b4d5761dd021","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/8193b4d5761dd021","status":"passed","time":{"start":1728456273215,"stop":1728456273216,"duration":1}},{"uid":"7c0f81d6b222b17c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/7c0f81d6b222b17c","status":"passed","time":{"start":1728456233819,"stop":1728456233820,"duration":1}},{"uid":"5a044f7a23db0f01","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/5a044f7a23db0f01","status":"passed","time":{"start":1728455595194,"stop":1728455595194,"duration":0}},{"uid":"257b4b720c0af5ce","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/257b4b720c0af5ce","status":"passed","time":{"start":1728452556193,"stop":1728452556195,"duration":2}}]},"tags":[]},"source":"9ba8360009ef9f97.json","parameterValues":[]} \ No newline at end of file +{"uid":"7f5f51995697dbf1","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":1729034696863,"stop":1729034696864,"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":15,"unknown":0,"total":15},"items":[{"uid":"e24407838ea72fa5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e24407838ea72fa5","status":"passed","time":{"start":1729034470060,"stop":1729034470060,"duration":0}},{"uid":"830cd1bea7914d49","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/830cd1bea7914d49","status":"passed","time":{"start":1729034388867,"stop":1729034388867,"duration":0}},{"uid":"d1383bac4562fb26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1383bac4562fb26","status":"passed","time":{"start":1729034213017,"stop":1729034213017,"duration":0}},{"uid":"ba7a1dea392f8fc6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ba7a1dea392f8fc6","status":"passed","time":{"start":1729032269100,"stop":1729032269101,"duration":1}},{"uid":"e673c1079ebdb36c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e673c1079ebdb36c","status":"passed","time":{"start":1728902000840,"stop":1728902000841,"duration":1}},{"uid":"6d42a7420d9224af","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d42a7420d9224af","status":"passed","time":{"start":1728893442591,"stop":1728893442591,"duration":0}},{"uid":"4d06214f3d868582","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4d06214f3d868582","status":"passed","time":{"start":1728856386635,"stop":1728856386636,"duration":1}},{"uid":"327e0c98daa7187c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/327e0c98daa7187c","status":"passed","time":{"start":1728738608581,"stop":1728738608582,"duration":1}},{"uid":"a7993f5ef8f46060","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a7993f5ef8f46060","status":"passed","time":{"start":1728683148167,"stop":1728683148168,"duration":1}},{"uid":"682890289f48bef9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/682890289f48bef9","status":"passed","time":{"start":1728682709055,"stop":1728682709056,"duration":1}},{"uid":"dd28eaeed849ddaf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd28eaeed849ddaf","status":"passed","time":{"start":1728677206654,"stop":1728677206654,"duration":0}},{"uid":"b466a406d930967c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b466a406d930967c","status":"passed","time":{"start":1728669888548,"stop":1728669888548,"duration":0}},{"uid":"a058905506d002cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a058905506d002cd","status":"passed","time":{"start":1728598268129,"stop":1728598268129,"duration":0}},{"uid":"312e03e2933fbe5a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/312e03e2933fbe5a","status":"passed","time":{"start":1728597478031,"stop":1728597478031,"duration":0}}]},"tags":[]},"source":"7f5f51995697dbf1.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/7f7501bb8e0b58d7.json b/7588/data/test-cases/7f7501bb8e0b58d7.json new file mode 100644 index 00000000000..225770b6325 --- /dev/null +++ b/7588/data/test-cases/7f7501bb8e0b58d7.json @@ -0,0 +1 @@ +{"uid":"7f7501bb8e0b58d7","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":1729034348762,"stop":1729034348762,"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":15,"unknown":0,"total":15},"items":[{"uid":"d9e7fa33580b7827","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d9e7fa33580b7827","status":"passed","time":{"start":1729034112605,"stop":1729034112605,"duration":0}},{"uid":"35dc0613a06063c4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/35dc0613a06063c4","status":"passed","time":{"start":1729034035873,"stop":1729034035873,"duration":0}},{"uid":"3784f14904430d8e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3784f14904430d8e","status":"passed","time":{"start":1729033850550,"stop":1729033850550,"duration":0}},{"uid":"9e00d2ddc7370280","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e00d2ddc7370280","status":"passed","time":{"start":1729031900272,"stop":1729031900273,"duration":1}},{"uid":"321c270439c076be","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/321c270439c076be","status":"passed","time":{"start":1728901446178,"stop":1728901446178,"duration":0}},{"uid":"47a0e75ee56fa9d3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/47a0e75ee56fa9d3","status":"passed","time":{"start":1728892876478,"stop":1728892876478,"duration":0}},{"uid":"c578d2ab82c6a2b1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c578d2ab82c6a2b1","status":"passed","time":{"start":1728855839200,"stop":1728855839200,"duration":0}},{"uid":"586b1b4f75dd850f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/586b1b4f75dd850f","status":"passed","time":{"start":1728738056465,"stop":1728738056466,"duration":1}},{"uid":"fd0135d605753f66","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fd0135d605753f66","status":"passed","time":{"start":1728682590045,"stop":1728682590045,"duration":0}},{"uid":"4f37474253efd212","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4f37474253efd212","status":"passed","time":{"start":1728682162839,"stop":1728682162840,"duration":1}},{"uid":"ea2828d7bbea5c8a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ea2828d7bbea5c8a","status":"passed","time":{"start":1728676637413,"stop":1728676637413,"duration":0}},{"uid":"7340815b747431b0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7340815b747431b0","status":"passed","time":{"start":1728669360495,"stop":1728669360495,"duration":0}},{"uid":"b0aabfaac1063671","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b0aabfaac1063671","status":"passed","time":{"start":1728597701237,"stop":1728597701237,"duration":0}},{"uid":"6696496d90071a81","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6696496d90071a81","status":"passed","time":{"start":1728596920372,"stop":1728596920372,"duration":0}}]},"tags":[]},"source":"7f7501bb8e0b58d7.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/8022300972192a8e.json b/7588/data/test-cases/8022300972192a8e.json new file mode 100644 index 00000000000..79672ed7a92 --- /dev/null +++ b/7588/data/test-cases/8022300972192a8e.json @@ -0,0 +1 @@ +{"uid":"8022300972192a8e","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":1729034341401,"stop":1729034341402,"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":15,"unknown":0,"total":15},"items":[{"uid":"bff85a2a6cddf048","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bff85a2a6cddf048","status":"passed","time":{"start":1729034104910,"stop":1729034104910,"duration":0}},{"uid":"8800343ca6afff","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8800343ca6afff","status":"passed","time":{"start":1729034028507,"stop":1729034028508,"duration":1}},{"uid":"8a713ac89c42c413","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a713ac89c42c413","status":"passed","time":{"start":1729033843116,"stop":1729033843116,"duration":0}},{"uid":"3653e1312318e34e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3653e1312318e34e","status":"passed","time":{"start":1729031892675,"stop":1729031892675,"duration":0}},{"uid":"1e98c7c0b09e5fda","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e98c7c0b09e5fda","status":"passed","time":{"start":1728901438806,"stop":1728901438806,"duration":0}},{"uid":"21e790edb3a11129","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/21e790edb3a11129","status":"passed","time":{"start":1728892868998,"stop":1728892868998,"duration":0}},{"uid":"337f94ac32ab621f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/337f94ac32ab621f","status":"passed","time":{"start":1728855831890,"stop":1728855831890,"duration":0}},{"uid":"97200e4320a7d83f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/97200e4320a7d83f","status":"passed","time":{"start":1728738049037,"stop":1728738049037,"duration":0}},{"uid":"4d3970b2c9dc585d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d3970b2c9dc585d","status":"passed","time":{"start":1728682582616,"stop":1728682582616,"duration":0}},{"uid":"ce8c35f6956c7e8d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce8c35f6956c7e8d","status":"passed","time":{"start":1728682155406,"stop":1728682155406,"duration":0}},{"uid":"8645b5005864dd84","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8645b5005864dd84","status":"passed","time":{"start":1728676629971,"stop":1728676629971,"duration":0}},{"uid":"31c7ee012b49d602","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/31c7ee012b49d602","status":"passed","time":{"start":1728669353099,"stop":1728669353099,"duration":0}},{"uid":"a7374309d55c1fe1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a7374309d55c1fe1","status":"passed","time":{"start":1728597693843,"stop":1728597693844,"duration":1}},{"uid":"10b1550c175b1a5b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/10b1550c175b1a5b","status":"passed","time":{"start":1728596913088,"stop":1728596913088,"duration":0}}]},"tags":[]},"source":"8022300972192a8e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c44ca1fd7c2aa024.json b/7588/data/test-cases/807bfab0ab7db6ac.json similarity index 50% rename from 7556/data/test-cases/c44ca1fd7c2aa024.json rename to 7588/data/test-cases/807bfab0ab7db6ac.json index 3ca7bbb4248..be701a8223e 100644 --- a/7556/data/test-cases/c44ca1fd7c2aa024.json +++ b/7588/data/test-cases/807bfab0ab7db6ac.json @@ -1 +1 @@ -{"uid":"c44ca1fd7c2aa024","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":1728457289887,"stop":1728457289887,"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":6,"unknown":0,"total":6},"items":[{"uid":"5b68a802304dac66","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/5b68a802304dac66","status":"passed","time":{"start":1728456257099,"stop":1728456257100,"duration":1}},{"uid":"a48351e3c92dc176","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a48351e3c92dc176","status":"passed","time":{"start":1728455949857,"stop":1728455949858,"duration":1}},{"uid":"9259604d4a83dda6","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/9259604d4a83dda6","status":"passed","time":{"start":1728455741443,"stop":1728455741444,"duration":1}},{"uid":"ec34063afd98c737","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/ec34063afd98c737","status":"passed","time":{"start":1728455102311,"stop":1728455102312,"duration":1}},{"uid":"8b6d4d54dc64aec7","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/8b6d4d54dc64aec7","status":"passed","time":{"start":1728452170806,"stop":1728452170807,"duration":1}}]},"tags":[]},"source":"c44ca1fd7c2aa024.json","parameterValues":[]} \ No newline at end of file +{"uid":"807bfab0ab7db6ac","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":1729034472932,"stop":1729034472939,"duration":7},"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":15,"unknown":0,"total":15},"items":[{"uid":"91901ac391f48f09","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/91901ac391f48f09","status":"passed","time":{"start":1729034240907,"stop":1729034240907,"duration":0}},{"uid":"1e5ad13676f6fa39","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1e5ad13676f6fa39","status":"passed","time":{"start":1729034159609,"stop":1729034159610,"duration":1}},{"uid":"cf7855c67c532be8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cf7855c67c532be8","status":"passed","time":{"start":1729033976777,"stop":1729033976778,"duration":1}},{"uid":"46da2b9706cf80ca","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/46da2b9706cf80ca","status":"passed","time":{"start":1729032020507,"stop":1729032020508,"duration":1}},{"uid":"18d270b4420a98bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/18d270b4420a98bf","status":"passed","time":{"start":1728901616424,"stop":1728901616425,"duration":1}},{"uid":"2fdbd1e58874951","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2fdbd1e58874951","status":"passed","time":{"start":1728893050239,"stop":1728893050239,"duration":0}},{"uid":"4b32a9e0d1051b8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4b32a9e0d1051b8","status":"passed","time":{"start":1728856015166,"stop":1728856015166,"duration":0}},{"uid":"13585c0a2a7946a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/13585c0a2a7946a2","status":"passed","time":{"start":1728738233129,"stop":1728738233131,"duration":2}},{"uid":"4a8b83950b48abee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4a8b83950b48abee","status":"passed","time":{"start":1728682762462,"stop":1728682762462,"duration":0}},{"uid":"7cc748cce4523e5f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7cc748cce4523e5f","status":"passed","time":{"start":1728682332781,"stop":1728682332781,"duration":0}},{"uid":"dbcd06561fb10c53","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dbcd06561fb10c53","status":"passed","time":{"start":1728676810285,"stop":1728676810285,"duration":0}},{"uid":"a77b50f98ed2f41b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a77b50f98ed2f41b","status":"passed","time":{"start":1728669529888,"stop":1728669529888,"duration":0}},{"uid":"332bdf1f517641f0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/332bdf1f517641f0","status":"passed","time":{"start":1728597873527,"stop":1728597873527,"duration":0}},{"uid":"aa7bf88e43fd457","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/aa7bf88e43fd457","status":"passed","time":{"start":1728597089268,"stop":1728597089268,"duration":0}}]},"tags":[]},"source":"807bfab0ab7db6ac.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/80f3645915b90b57.json b/7588/data/test-cases/80f3645915b90b57.json new file mode 100644 index 00000000000..a6dab6270a4 --- /dev/null +++ b/7588/data/test-cases/80f3645915b90b57.json @@ -0,0 +1 @@ +{"uid":"80f3645915b90b57","name":"Asymmetric encrypt & decrypt","fullName":"/src/encryption.spec.ts: Waku Encryption > Asymmetric encrypt & decrypt","historyId":"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034366897,"stop":1729034366898,"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":15,"unknown":0,"total":15},"items":[{"uid":"6edbce82153e1b65","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6edbce82153e1b65","status":"passed","time":{"start":1729034130923,"stop":1729034130923,"duration":0}},{"uid":"6929ad19d3ace7f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6929ad19d3ace7f8","status":"passed","time":{"start":1729034053886,"stop":1729034053886,"duration":0}},{"uid":"7838614c6a8d3b05","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7838614c6a8d3b05","status":"passed","time":{"start":1729033868925,"stop":1729033868925,"duration":0}},{"uid":"7fb3d765461a3d5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7fb3d765461a3d5d","status":"passed","time":{"start":1729031918510,"stop":1729031918511,"duration":1}},{"uid":"de852dacb63f8458","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/de852dacb63f8458","status":"passed","time":{"start":1728901464219,"stop":1728901464220,"duration":1}},{"uid":"cd09131f628662a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cd09131f628662a","status":"passed","time":{"start":1728892894740,"stop":1728892894740,"duration":0}},{"uid":"636917cb9a2f100f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/636917cb9a2f100f","status":"passed","time":{"start":1728855857251,"stop":1728855857252,"duration":1}},{"uid":"284c12dae8b6ed49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/284c12dae8b6ed49","status":"passed","time":{"start":1728738074579,"stop":1728738074580,"duration":1}},{"uid":"f3ca2d2dac0870cf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3ca2d2dac0870cf","status":"passed","time":{"start":1728682608126,"stop":1728682608126,"duration":0}},{"uid":"6bf1c6092e3295b7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6bf1c6092e3295b7","status":"passed","time":{"start":1728682181011,"stop":1728682181012,"duration":1}},{"uid":"bf2751141df4b5f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bf2751141df4b5f","status":"passed","time":{"start":1728676655409,"stop":1728676655409,"duration":0}},{"uid":"fdbbbb31f21894fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fdbbbb31f21894fb","status":"passed","time":{"start":1728669378740,"stop":1728669378740,"duration":0}},{"uid":"285b158ef0f9027a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/285b158ef0f9027a","status":"passed","time":{"start":1728597719062,"stop":1728597719063,"duration":1}},{"uid":"de58270d992aff90","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/de58270d992aff90","status":"passed","time":{"start":1728596938238,"stop":1728596938238,"duration":0}}]},"tags":[]},"source":"80f3645915b90b57.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/d1d18f4de0574272.json b/7588/data/test-cases/81a6a9e7fee63520.json similarity index 88% rename from 7556/data/test-cases/d1d18f4de0574272.json rename to 7588/data/test-cases/81a6a9e7fee63520.json index 883d3c41e7b..4108309c6cc 100644 --- a/7556/data/test-cases/d1d18f4de0574272.json +++ b/7588/data/test-cases/81a6a9e7fee63520.json @@ -1 +1 @@ -{"uid":"d1d18f4de0574272","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":1728457510462,"stop":1728457510463,"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":6,"unknown":0,"total":6},"items":[{"uid":"d4681639f62e4380","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/d4681639f62e4380","status":"passed","time":{"start":1728456448219,"stop":1728456448220,"duration":1}},{"uid":"f002ae6accacbaec","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f002ae6accacbaec","status":"passed","time":{"start":1728456195708,"stop":1728456195708,"duration":0}},{"uid":"daf387a705bd5948","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/daf387a705bd5948","status":"passed","time":{"start":1728456166714,"stop":1728456166714,"duration":0}},{"uid":"cf44576aad303568","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/cf44576aad303568","status":"passed","time":{"start":1728455516743,"stop":1728455516743,"duration":0}},{"uid":"a8e18fb143731917","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a8e18fb143731917","status":"passed","time":{"start":1728452508950,"stop":1728452508950,"duration":0}}]},"tags":[]},"source":"d1d18f4de0574272.json","parameterValues":[]} \ No newline at end of file +{"uid":"81a6a9e7fee63520","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":1729034631262,"stop":1729034631262,"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":15,"unknown":0,"total":15},"items":[{"uid":"75f5f7395d9a37d8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/75f5f7395d9a37d8","status":"passed","time":{"start":1729034400898,"stop":1729034400898,"duration":0}},{"uid":"764abb661c6a4a49","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/764abb661c6a4a49","status":"passed","time":{"start":1729034317497,"stop":1729034317497,"duration":0}},{"uid":"1401c875c8283aea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1401c875c8283aea","status":"passed","time":{"start":1729034137155,"stop":1729034137156,"duration":1}},{"uid":"d2663420117a0e1a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2663420117a0e1a","status":"passed","time":{"start":1729032206888,"stop":1729032206888,"duration":0}},{"uid":"c07f81ad292373cc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c07f81ad292373cc","status":"passed","time":{"start":1728901995035,"stop":1728901995035,"duration":0}},{"uid":"cea95b2dc9bcfd13","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cea95b2dc9bcfd13","status":"passed","time":{"start":1728893421008,"stop":1728893421009,"duration":1}},{"uid":"75ea5d050a422144","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/75ea5d050a422144","status":"passed","time":{"start":1728856368609,"stop":1728856368610,"duration":1}},{"uid":"b85565aabcbc29d8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b85565aabcbc29d8","status":"passed","time":{"start":1728738604692,"stop":1728738604692,"duration":0}},{"uid":"3eab2c6535267478","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3eab2c6535267478","status":"passed","time":{"start":1728683117674,"stop":1728683117674,"duration":0}},{"uid":"f18f59a0f25ba993","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f18f59a0f25ba993","status":"passed","time":{"start":1728682721326,"stop":1728682721326,"duration":0}},{"uid":"4557c7e17319896a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4557c7e17319896a","status":"passed","time":{"start":1728677184693,"stop":1728677184693,"duration":0}},{"uid":"362bd114b1617d0b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/362bd114b1617d0b","status":"passed","time":{"start":1728669866476,"stop":1728669866477,"duration":1}},{"uid":"58d02da78f9c573c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58d02da78f9c573c","status":"passed","time":{"start":1728598250009,"stop":1728598250012,"duration":3}},{"uid":"5217f57845ac77fb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5217f57845ac77fb","status":"passed","time":{"start":1728597472309,"stop":1728597472309,"duration":0}}]},"tags":[]},"source":"81a6a9e7fee63520.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/820dd83ca5cdd11.json b/7588/data/test-cases/820dd83ca5cdd11.json new file mode 100644 index 00000000000..8589b4705e1 --- /dev/null +++ b/7588/data/test-cases/820dd83ca5cdd11.json @@ -0,0 +1 @@ +{"uid":"820dd83ca5cdd11","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":1729034473210,"stop":1729034473210,"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.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":5,"skipped":4,"passed":5,"unknown":0,"total":14},"items":[{"uid":"8757b716b3f4aac7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8757b716b3f4aac7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241151,"stop":1729034241152,"duration":1}},{"uid":"9473d1f6185c5225","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9473d1f6185c5225","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159971,"stop":1729034159971,"duration":0}},{"uid":"e6558a60c359deba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e6558a60c359deba","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977061,"stop":1729033977061,"duration":0}},{"uid":"aeb19b1c177b8fc9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aeb19b1c177b8fc9","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1729032093763,"stop":1729032093763,"duration":0}},{"uid":"9585391158cec4a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9585391158cec4a9","status":"passed","time":{"start":1728901748770,"stop":1728901748770,"duration":0}},{"uid":"d8e0684062c5b06f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d8e0684062c5b06f","status":"passed","time":{"start":1728893181081,"stop":1728893181081,"duration":0}},{"uid":"1b7feb6519ef58c8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b7feb6519ef58c8","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728856155548,"stop":1728856155548,"duration":0}},{"uid":"17a4380afa64b2f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/17a4380afa64b2f1","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728738360281,"stop":1728738360281,"duration":0}},{"uid":"ed91eb1c200275e1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed91eb1c200275e1","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728682907216,"stop":1728682907217,"duration":1}},{"uid":"b3958a7cc9e85390","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3958a7cc9e85390","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728682466725,"stop":1728682466726,"duration":1}},{"uid":"9b6a798d10fa413a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9b6a798d10fa413a","status":"passed","time":{"start":1728676955717,"stop":1728676955717,"duration":0}},{"uid":"5e1d5bcbf2c523bf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e1d5bcbf2c523bf","status":"passed","time":{"start":1728598013531,"stop":1728598013531,"duration":0}},{"uid":"8c7df672d9bae18c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8c7df672d9bae18c","status":"passed","time":{"start":1728597225195,"stop":1728597225196,"duration":1}}]},"tags":[]},"source":"820dd83ca5cdd11.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/8212e9e9b5855525.json b/7588/data/test-cases/8212e9e9b5855525.json new file mode 100644 index 00000000000..552b743f354 --- /dev/null +++ b/7588/data/test-cases/8212e9e9b5855525.json @@ -0,0 +1 @@ +{"uid":"8212e9e9b5855525","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":1729034694624,"stop":1729034694624,"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":15,"unknown":0,"total":15},"items":[{"uid":"881bd75431ddf0c4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/881bd75431ddf0c4","status":"passed","time":{"start":1729034462017,"stop":1729034462018,"duration":1}},{"uid":"939fb50ac465fdc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/939fb50ac465fdc","status":"passed","time":{"start":1729034375982,"stop":1729034375984,"duration":2}},{"uid":"36467825f795991e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/36467825f795991e","status":"passed","time":{"start":1729034200069,"stop":1729034200069,"duration":0}},{"uid":"e0a1031d3b7808bf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e0a1031d3b7808bf","status":"passed","time":{"start":1729032257895,"stop":1729032257898,"duration":3}},{"uid":"ab55071a0fa8f393","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ab55071a0fa8f393","status":"passed","time":{"start":1728902003568,"stop":1728902003568,"duration":0}},{"uid":"ee432bca36c94338","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ee432bca36c94338","status":"passed","time":{"start":1728893434697,"stop":1728893434697,"duration":0}},{"uid":"103d2e4fed880a37","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/103d2e4fed880a37","status":"passed","time":{"start":1728856398643,"stop":1728856398643,"duration":0}},{"uid":"f3d88714c02c343c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f3d88714c02c343c","status":"passed","time":{"start":1728738612002,"stop":1728738612003,"duration":1}},{"uid":"d2e9d15b660fbc5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d2e9d15b660fbc5","status":"passed","time":{"start":1728683155009,"stop":1728683155010,"duration":1}},{"uid":"8f28bc7b5f66af9b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8f28bc7b5f66af9b","status":"passed","time":{"start":1728682706106,"stop":1728682706106,"duration":0}},{"uid":"34fddd59d11c3a25","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34fddd59d11c3a25","status":"passed","time":{"start":1728677207496,"stop":1728677207497,"duration":1}},{"uid":"795cb047ffa797e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/795cb047ffa797e5","status":"passed","time":{"start":1728669887098,"stop":1728669887099,"duration":1}},{"uid":"205132a440671203","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/205132a440671203","status":"passed","time":{"start":1728598263638,"stop":1728598263649,"duration":11}},{"uid":"e35966c92c375cc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e35966c92c375cc2","status":"passed","time":{"start":1728597478276,"stop":1728597478276,"duration":0}}]},"tags":[]},"source":"8212e9e9b5855525.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/823a58dfc627b34d.json b/7588/data/test-cases/823a58dfc627b34d.json new file mode 100644 index 00000000000..10c2614c7b2 --- /dev/null +++ b/7588/data/test-cases/823a58dfc627b34d.json @@ -0,0 +1 @@ +{"uid":"823a58dfc627b34d","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":1729034368072,"stop":1729034368073,"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":15,"unknown":0,"total":15},"items":[{"uid":"dfd8a0c6efb74be5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dfd8a0c6efb74be5","status":"passed","time":{"start":1729034132179,"stop":1729034132179,"duration":0}},{"uid":"f71fa337543953f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f71fa337543953f5","status":"passed","time":{"start":1729034055084,"stop":1729034055085,"duration":1}},{"uid":"dcd41c148a36baf6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcd41c148a36baf6","status":"passed","time":{"start":1729033869945,"stop":1729033869945,"duration":0}},{"uid":"b10028ee5fb69c30","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b10028ee5fb69c30","status":"passed","time":{"start":1729031919799,"stop":1729031919799,"duration":0}},{"uid":"d4d474c97d118df0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d4d474c97d118df0","status":"passed","time":{"start":1728901465374,"stop":1728901465374,"duration":0}},{"uid":"ce9cdc58f6fcae93","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce9cdc58f6fcae93","status":"passed","time":{"start":1728892895975,"stop":1728892895975,"duration":0}},{"uid":"ac7f2e54183df21c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac7f2e54183df21c","status":"passed","time":{"start":1728855858319,"stop":1728855858319,"duration":0}},{"uid":"b48844887d5585b7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b48844887d5585b7","status":"passed","time":{"start":1728738075954,"stop":1728738075954,"duration":0}},{"uid":"b22dc340f76d64b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b22dc340f76d64b7","status":"passed","time":{"start":1728682609268,"stop":1728682609269,"duration":1}},{"uid":"2933cb82394446a6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2933cb82394446a6","status":"passed","time":{"start":1728682182160,"stop":1728682182161,"duration":1}},{"uid":"557e13617269332e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/557e13617269332e","status":"passed","time":{"start":1728676656594,"stop":1728676656594,"duration":0}},{"uid":"460f63398957bebe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/460f63398957bebe","status":"passed","time":{"start":1728669379924,"stop":1728669379924,"duration":0}},{"uid":"48737e43fa7db1ca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/48737e43fa7db1ca","status":"passed","time":{"start":1728597720386,"stop":1728597720386,"duration":0}},{"uid":"a965a61af52e991a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a965a61af52e991a","status":"passed","time":{"start":1728596939485,"stop":1728596939485,"duration":0}}]},"tags":[]},"source":"823a58dfc627b34d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/495221f2fba91634.json b/7588/data/test-cases/825ec27836cd2311.json similarity index 83% rename from 7556/data/test-cases/495221f2fba91634.json rename to 7588/data/test-cases/825ec27836cd2311.json index df2ef4f1349..7e70ceb8f17 100644 --- a/7556/data/test-cases/495221f2fba91634.json +++ b/7588/data/test-cases/825ec27836cd2311.json @@ -1 +1 @@ -{"uid":"495221f2fba91634","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":1728457448607,"stop":1728457448607,"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":6,"unknown":0,"total":6},"items":[{"uid":"f918af8777053d7b","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/f918af8777053d7b","status":"passed","time":{"start":1728456402355,"stop":1728456402355,"duration":0}},{"uid":"16cbea287ae31e8a","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/16cbea287ae31e8a","status":"passed","time":{"start":1728456120412,"stop":1728456120417,"duration":5}},{"uid":"15ad0af21192c289","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/15ad0af21192c289","status":"passed","time":{"start":1728456038360,"stop":1728456038360,"duration":0}},{"uid":"930c373ce3880e5a","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/930c373ce3880e5a","status":"passed","time":{"start":1728455403810,"stop":1728455403810,"duration":0}},{"uid":"51785b13b6f1ed10","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/51785b13b6f1ed10","status":"passed","time":{"start":1728452400265,"stop":1728452400270,"duration":5}}]},"tags":[]},"source":"495221f2fba91634.json","parameterValues":[]} \ No newline at end of file +{"uid":"825ec27836cd2311","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":1729034611653,"stop":1729034611653,"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":15,"unknown":0,"total":15},"items":[{"uid":"bae61d78dc939636","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bae61d78dc939636","status":"passed","time":{"start":1729034393627,"stop":1729034393628,"duration":1}},{"uid":"6b437f9ca742a16d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b437f9ca742a16d","status":"passed","time":{"start":1729034304812,"stop":1729034304813,"duration":1}},{"uid":"d64c3c17fe6b42be","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d64c3c17fe6b42be","status":"passed","time":{"start":1729034121891,"stop":1729034121891,"duration":0}},{"uid":"36d04f0f845a27b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/36d04f0f845a27b4","status":"passed","time":{"start":1729032174798,"stop":1729032174798,"duration":0}},{"uid":"5a5c250f96af0afe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5a5c250f96af0afe","status":"passed","time":{"start":1728901881004,"stop":1728901881004,"duration":0}},{"uid":"a15406835340efe5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a15406835340efe5","status":"passed","time":{"start":1728893317143,"stop":1728893317143,"duration":0}},{"uid":"1ffb05f1b47171cf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1ffb05f1b47171cf","status":"passed","time":{"start":1728856263065,"stop":1728856263066,"duration":1}},{"uid":"aa9a92645bbf1ed3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa9a92645bbf1ed3","status":"passed","time":{"start":1728738492788,"stop":1728738492789,"duration":1}},{"uid":"ae1014c2cca4df00","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ae1014c2cca4df00","status":"passed","time":{"start":1728683030008,"stop":1728683030009,"duration":1}},{"uid":"e9ae381ba6c38052","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9ae381ba6c38052","status":"passed","time":{"start":1728682581082,"stop":1728682581082,"duration":0}},{"uid":"5f6beaefd4fb7656","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5f6beaefd4fb7656","status":"passed","time":{"start":1728677081984,"stop":1728677081984,"duration":0}},{"uid":"74c23da2c61cb446","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74c23da2c61cb446","status":"passed","time":{"start":1728669795385,"stop":1728669795385,"duration":0}},{"uid":"dcb8259eb0b99fda","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dcb8259eb0b99fda","status":"passed","time":{"start":1728598137495,"stop":1728598137495,"duration":0}},{"uid":"19f286f9ef8cbfcd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/19f286f9ef8cbfcd","status":"passed","time":{"start":1728597353472,"stop":1728597353473,"duration":1}}]},"tags":[]},"source":"825ec27836cd2311.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/826d8277c46e534.json b/7588/data/test-cases/826d8277c46e534.json new file mode 100644 index 00000000000..57901ad9d72 --- /dev/null +++ b/7588/data/test-cases/826d8277c46e534.json @@ -0,0 +1 @@ +{"uid":"826d8277c46e534","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":1729034703310,"stop":1729034703310,"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":15,"unknown":0,"total":15},"items":[{"uid":"bc686bed2dc83f37","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bc686bed2dc83f37","status":"passed","time":{"start":1729034475271,"stop":1729034475271,"duration":0}},{"uid":"fa868dff1d991ec5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fa868dff1d991ec5","status":"passed","time":{"start":1729034392402,"stop":1729034392402,"duration":0}},{"uid":"c3b7cc5690108cfa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c3b7cc5690108cfa","status":"passed","time":{"start":1729034208294,"stop":1729034208294,"duration":0}},{"uid":"431c2afb1432898b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/431c2afb1432898b","status":"passed","time":{"start":1729032257065,"stop":1729032257066,"duration":1}},{"uid":"d86ed6aaeac60655","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d86ed6aaeac60655","status":"passed","time":{"start":1728902024012,"stop":1728902024012,"duration":0}},{"uid":"29137b6b1438c47","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/29137b6b1438c47","status":"passed","time":{"start":1728893455129,"stop":1728893455129,"duration":0}},{"uid":"47c63197939d21d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/47c63197939d21d","status":"passed","time":{"start":1728856404961,"stop":1728856404962,"duration":1}},{"uid":"be6cd5e5e24133af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/be6cd5e5e24133af","status":"passed","time":{"start":1728738634667,"stop":1728738634668,"duration":1}},{"uid":"c5ebf8887a7a6ca1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c5ebf8887a7a6ca1","status":"passed","time":{"start":1728683163619,"stop":1728683163620,"duration":1}},{"uid":"59f6922047031d36","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59f6922047031d36","status":"passed","time":{"start":1728682737540,"stop":1728682737540,"duration":0}},{"uid":"f669bbed5afc5bc7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f669bbed5afc5bc7","status":"passed","time":{"start":1728677222566,"stop":1728677222567,"duration":1}},{"uid":"ce90fdfdb904c9d0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ce90fdfdb904c9d0","status":"passed","time":{"start":1728669905030,"stop":1728669905031,"duration":1}},{"uid":"2e8435592b2f4541","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e8435592b2f4541","status":"passed","time":{"start":1728598284365,"stop":1728598284365,"duration":0}},{"uid":"9c91f47425d910c0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c91f47425d910c0","status":"passed","time":{"start":1728597506830,"stop":1728597506830,"duration":0}}]},"tags":[]},"source":"826d8277c46e534.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/58dfc9b648d34351.json b/7588/data/test-cases/82878ccbd175e37f.json similarity index 87% rename from 7556/data/test-cases/58dfc9b648d34351.json rename to 7588/data/test-cases/82878ccbd175e37f.json index c2a88d18ab9..ad59e4d7a52 100644 --- a/7556/data/test-cases/58dfc9b648d34351.json +++ b/7588/data/test-cases/82878ccbd175e37f.json @@ -1 +1 @@ -{"uid":"58dfc9b648d34351","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":1728457473509,"stop":1728457473509,"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":6,"unknown":0,"total":6},"items":[{"uid":"a1c1c896aee29d56","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a1c1c896aee29d56","status":"passed","time":{"start":1728456428356,"stop":1728456428356,"duration":0}},{"uid":"de8ce1b4794b5047","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/de8ce1b4794b5047","status":"passed","time":{"start":1728456157785,"stop":1728456157786,"duration":1}},{"uid":"e5ed3076776e0008","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e5ed3076776e0008","status":"passed","time":{"start":1728456063501,"stop":1728456063512,"duration":11}},{"uid":"baa50635114b156","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/baa50635114b156","status":"passed","time":{"start":1728455422504,"stop":1728455422504,"duration":0}},{"uid":"ff2e54832e524e7c","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/ff2e54832e524e7c","status":"passed","time":{"start":1728452417650,"stop":1728452417650,"duration":0}}]},"tags":[]},"source":"58dfc9b648d34351.json","parameterValues":[]} \ No newline at end of file +{"uid":"82878ccbd175e37f","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":1729034617749,"stop":1729034617749,"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":15,"unknown":0,"total":15},"items":[{"uid":"d786c1f43486092d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d786c1f43486092d","status":"passed","time":{"start":1729034370852,"stop":1729034370852,"duration":0}},{"uid":"abf492266c189317","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/abf492266c189317","status":"passed","time":{"start":1729034308853,"stop":1729034308853,"duration":0}},{"uid":"5544fc7c1005a898","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5544fc7c1005a898","status":"passed","time":{"start":1729034129467,"stop":1729034129468,"duration":1}},{"uid":"e1a41f7813f2dbf5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e1a41f7813f2dbf5","status":"passed","time":{"start":1729032178361,"stop":1729032178362,"duration":1}},{"uid":"fd333f54bdb481f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd333f54bdb481f5","status":"passed","time":{"start":1728901896339,"stop":1728901896339,"duration":0}},{"uid":"8ba298bc3f1d4360","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8ba298bc3f1d4360","status":"passed","time":{"start":1728893329019,"stop":1728893329019,"duration":0}},{"uid":"f5bebbff696ab173","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f5bebbff696ab173","status":"passed","time":{"start":1728856284754,"stop":1728856284754,"duration":0}},{"uid":"bfaabbdda5cb763a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bfaabbdda5cb763a","status":"passed","time":{"start":1728738494929,"stop":1728738494929,"duration":0}},{"uid":"b5389b4973621b61","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5389b4973621b61","status":"passed","time":{"start":1728683033624,"stop":1728683033625,"duration":1}},{"uid":"5c9912dd52d16688","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5c9912dd52d16688","status":"passed","time":{"start":1728682601730,"stop":1728682601730,"duration":0}},{"uid":"1f50d5a23296a6ec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1f50d5a23296a6ec","status":"passed","time":{"start":1728677107954,"stop":1728677107954,"duration":0}},{"uid":"a3f26b71c94e6f76","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a3f26b71c94e6f76","status":"passed","time":{"start":1728669764744,"stop":1728669764744,"duration":0}},{"uid":"acc9696eb02b8099","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/acc9696eb02b8099","status":"passed","time":{"start":1728598157552,"stop":1728598157553,"duration":1}},{"uid":"f4130d026779bc88","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f4130d026779bc88","status":"passed","time":{"start":1728597369051,"stop":1728597369052,"duration":1}}]},"tags":[]},"source":"82878ccbd175e37f.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/82c0e7172f4ebcf4.json b/7588/data/test-cases/82c0e7172f4ebcf4.json new file mode 100644 index 00000000000..cab70246b71 --- /dev/null +++ b/7588/data/test-cases/82c0e7172f4ebcf4.json @@ -0,0 +1 @@ +{"uid":"82c0e7172f4ebcf4","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":1729034341409,"stop":1729034341410,"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":15,"unknown":0,"total":15},"items":[{"uid":"d57f555645340925","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d57f555645340925","status":"passed","time":{"start":1729034104918,"stop":1729034104919,"duration":1}},{"uid":"3a9eafedf17b8295","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a9eafedf17b8295","status":"passed","time":{"start":1729034028517,"stop":1729034028517,"duration":0}},{"uid":"2138884f7fce1040","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2138884f7fce1040","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0}},{"uid":"98a5da90ebe1e2c8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/98a5da90ebe1e2c8","status":"passed","time":{"start":1729031892683,"stop":1729031892683,"duration":0}},{"uid":"44a2f39803c27bfa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/44a2f39803c27bfa","status":"passed","time":{"start":1728901438814,"stop":1728901438814,"duration":0}},{"uid":"da72f46b1036496b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da72f46b1036496b","status":"passed","time":{"start":1728892869007,"stop":1728892869007,"duration":0}},{"uid":"3e200605c816e39d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3e200605c816e39d","status":"passed","time":{"start":1728855831898,"stop":1728855831899,"duration":1}},{"uid":"de61f2598751f443","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/de61f2598751f443","status":"passed","time":{"start":1728738049046,"stop":1728738049047,"duration":1}},{"uid":"28d551f45be36ef0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28d551f45be36ef0","status":"passed","time":{"start":1728682582626,"stop":1728682582626,"duration":0}},{"uid":"d31ada51576eb9a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d31ada51576eb9a8","status":"passed","time":{"start":1728682155413,"stop":1728682155414,"duration":1}},{"uid":"38fecc2fbf997d1d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38fecc2fbf997d1d","status":"passed","time":{"start":1728676629980,"stop":1728676629980,"duration":0}},{"uid":"2246365316035015","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2246365316035015","status":"passed","time":{"start":1728669353107,"stop":1728669353107,"duration":0}},{"uid":"8f7e8dae4aff58f2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8f7e8dae4aff58f2","status":"passed","time":{"start":1728597693853,"stop":1728597693853,"duration":0}},{"uid":"211da771347d40f6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/211da771347d40f6","status":"passed","time":{"start":1728596913097,"stop":1728596913098,"duration":1}}]},"tags":[]},"source":"82c0e7172f4ebcf4.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ca5201ddb3f64026.json b/7588/data/test-cases/82e57ab9dd917bb0.json similarity index 88% rename from 7556/data/test-cases/ca5201ddb3f64026.json rename to 7588/data/test-cases/82e57ab9dd917bb0.json index 447d43a3cad..72cebd86f3b 100644 --- a/7556/data/test-cases/ca5201ddb3f64026.json +++ b/7588/data/test-cases/82e57ab9dd917bb0.json @@ -1 +1 @@ -{"uid":"ca5201ddb3f64026","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":1728457510438,"stop":1728457510438,"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":6,"unknown":0,"total":6},"items":[{"uid":"c0389872d603f23f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/c0389872d603f23f","status":"passed","time":{"start":1728456448199,"stop":1728456448202,"duration":3}},{"uid":"5579dc24be190086","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/5579dc24be190086","status":"passed","time":{"start":1728456195694,"stop":1728456195694,"duration":0}},{"uid":"3e10d8e1b28f790a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/3e10d8e1b28f790a","status":"passed","time":{"start":1728456166705,"stop":1728456166705,"duration":0}},{"uid":"92424667bc7259b9","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/92424667bc7259b9","status":"passed","time":{"start":1728455516719,"stop":1728455516721,"duration":2}},{"uid":"645dc7ee53cbd057","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/645dc7ee53cbd057","status":"passed","time":{"start":1728452508941,"stop":1728452508942,"duration":1}}]},"tags":[]},"source":"ca5201ddb3f64026.json","parameterValues":[]} \ No newline at end of file +{"uid":"82e57ab9dd917bb0","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":1729034631252,"stop":1729034631252,"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":15,"unknown":0,"total":15},"items":[{"uid":"7fa67e5a2daf36e9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7fa67e5a2daf36e9","status":"passed","time":{"start":1729034400889,"stop":1729034400889,"duration":0}},{"uid":"2cb3f8415e484e16","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2cb3f8415e484e16","status":"passed","time":{"start":1729034317452,"stop":1729034317452,"duration":0}},{"uid":"ea2cb21452217cd5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ea2cb21452217cd5","status":"passed","time":{"start":1729034137134,"stop":1729034137135,"duration":1}},{"uid":"9809e45946350b41","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9809e45946350b41","status":"passed","time":{"start":1729032206875,"stop":1729032206875,"duration":0}},{"uid":"5b5f04de1992e0ac","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5b5f04de1992e0ac","status":"passed","time":{"start":1728901995021,"stop":1728901995021,"duration":0}},{"uid":"e550c9f0c1c40f4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e550c9f0c1c40f4f","status":"passed","time":{"start":1728893420995,"stop":1728893420995,"duration":0}},{"uid":"df51d64f236051e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/df51d64f236051e2","status":"passed","time":{"start":1728856368596,"stop":1728856368596,"duration":0}},{"uid":"5cb74a419cb0a9c2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5cb74a419cb0a9c2","status":"passed","time":{"start":1728738604680,"stop":1728738604681,"duration":1}},{"uid":"cf5d713a65bc619e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cf5d713a65bc619e","status":"passed","time":{"start":1728683117626,"stop":1728683117627,"duration":1}},{"uid":"78210bc0b04fc493","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/78210bc0b04fc493","status":"passed","time":{"start":1728682721318,"stop":1728682721318,"duration":0}},{"uid":"d8c882ba41abadc0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d8c882ba41abadc0","status":"passed","time":{"start":1728677184683,"stop":1728677184683,"duration":0}},{"uid":"5f950ff5ac57c844","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5f950ff5ac57c844","status":"passed","time":{"start":1728669866449,"stop":1728669866449,"duration":0}},{"uid":"8756f3c369bcb9e5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8756f3c369bcb9e5","status":"passed","time":{"start":1728598249975,"stop":1728598249976,"duration":1}},{"uid":"5e1d7e1c5c0ab971","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5e1d7e1c5c0ab971","status":"passed","time":{"start":1728597472291,"stop":1728597472291,"duration":0}}]},"tags":[]},"source":"82e57ab9dd917bb0.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/830bb322b517bc67.json b/7588/data/test-cases/830bb322b517bc67.json new file mode 100644 index 00000000000..3c16f81383e --- /dev/null +++ b/7588/data/test-cases/830bb322b517bc67.json @@ -0,0 +1 @@ +{"uid":"830bb322b517bc67","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":1729034356194,"stop":1729034356194,"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":15,"unknown":0,"total":15},"items":[{"uid":"d78fa7da93a78e81","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d78fa7da93a78e81","status":"passed","time":{"start":1729034120190,"stop":1729034120192,"duration":2}},{"uid":"b6e1db2b063795f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b6e1db2b063795f9","status":"passed","time":{"start":1729034043326,"stop":1729034043326,"duration":0}},{"uid":"f6aff17b0d7a84ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f6aff17b0d7a84ac","status":"passed","time":{"start":1729033858029,"stop":1729033858029,"duration":0}},{"uid":"fc01d35e064f841c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fc01d35e064f841c","status":"passed","time":{"start":1729031908098,"stop":1729031908098,"duration":0}},{"uid":"145163a12ced40b0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/145163a12ced40b0","status":"passed","time":{"start":1728901453391,"stop":1728901453392,"duration":1}},{"uid":"52fcd641bc984083","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/52fcd641bc984083","status":"passed","time":{"start":1728892884020,"stop":1728892884021,"duration":1}},{"uid":"5d02431c136e7782","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5d02431c136e7782","status":"passed","time":{"start":1728855846492,"stop":1728855846492,"duration":0}},{"uid":"2be43f7ace228e4e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2be43f7ace228e4e","status":"passed","time":{"start":1728738063721,"stop":1728738063722,"duration":1}},{"uid":"57f9e04920e90962","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/57f9e04920e90962","status":"passed","time":{"start":1728682597442,"stop":1728682597443,"duration":1}},{"uid":"152cb8f1ea353c58","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/152cb8f1ea353c58","status":"passed","time":{"start":1728682170235,"stop":1728682170235,"duration":0}},{"uid":"3208f01e05e0f3a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3208f01e05e0f3a","status":"passed","time":{"start":1728676645009,"stop":1728676645009,"duration":0}},{"uid":"4e05a5d0fc4c670f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4e05a5d0fc4c670f","status":"passed","time":{"start":1728669367789,"stop":1728669367790,"duration":1}},{"uid":"4ca712e9edbf2dbb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ca712e9edbf2dbb","status":"passed","time":{"start":1728597708641,"stop":1728597708642,"duration":1}},{"uid":"954a9635d6171526","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/954a9635d6171526","status":"passed","time":{"start":1728596927930,"stop":1728596927930,"duration":0}}]},"tags":[]},"source":"830bb322b517bc67.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/61478bed505d4aa2.json b/7588/data/test-cases/830e2a662e6a8079.json similarity index 52% rename from 7556/data/test-cases/61478bed505d4aa2.json rename to 7588/data/test-cases/830e2a662e6a8079.json index 30e9cadb035..c67a62f24a6 100644 --- a/7556/data/test-cases/61478bed505d4aa2.json +++ b/7588/data/test-cases/830e2a662e6a8079.json @@ -1 +1 @@ -{"uid":"61478bed505d4aa2","name":"Query Generator - true","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - true","historyId":"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457542828,"stop":1728457542829,"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":6,"unknown":0,"total":6},"items":[{"uid":"f3085941d41afe17","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/f3085941d41afe17","status":"passed","time":{"start":1728456486724,"stop":1728456486724,"duration":0}},{"uid":"af3d17cd829b3c91","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/af3d17cd829b3c91","status":"passed","time":{"start":1728456259616,"stop":1728456259616,"duration":0}},{"uid":"5dbaeae067c7a00d","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/5dbaeae067c7a00d","status":"passed","time":{"start":1728456223950,"stop":1728456223951,"duration":1}},{"uid":"1c682727294a7c97","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/1c682727294a7c97","status":"passed","time":{"start":1728455581725,"stop":1728455581726,"duration":1}},{"uid":"6b7d99ad4d8c2c4d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/6b7d99ad4d8c2c4d","status":"passed","time":{"start":1728452535229,"stop":1728452535229,"duration":0}}]},"tags":[]},"source":"61478bed505d4aa2.json","parameterValues":[]} \ No newline at end of file +{"uid":"830e2a662e6a8079","name":"Query Generator - true","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - true","historyId":"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034683699,"stop":1729034683699,"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":15,"unknown":0,"total":15},"items":[{"uid":"1b44dd3d7d982494","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1b44dd3d7d982494","status":"passed","time":{"start":1729034458924,"stop":1729034458925,"duration":1}},{"uid":"f5979efa2dd92aa5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f5979efa2dd92aa5","status":"passed","time":{"start":1729034372194,"stop":1729034372194,"duration":0}},{"uid":"b651fdb03f329e0c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b651fdb03f329e0c","status":"passed","time":{"start":1729034191991,"stop":1729034191994,"duration":3}},{"uid":"c49ecf86534a3700","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c49ecf86534a3700","status":"passed","time":{"start":1729032246143,"stop":1729032246143,"duration":0}},{"uid":"87300cf2500b4303","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/87300cf2500b4303","status":"passed","time":{"start":1728902009942,"stop":1728902009942,"duration":0}},{"uid":"e35a1a76e0c8b190","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e35a1a76e0c8b190","status":"passed","time":{"start":1728893442067,"stop":1728893442067,"duration":0}},{"uid":"f0fb135984de5226","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f0fb135984de5226","status":"passed","time":{"start":1728856390379,"stop":1728856390379,"duration":0}},{"uid":"295f0b4a62be1065","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/295f0b4a62be1065","status":"passed","time":{"start":1728738615984,"stop":1728738615984,"duration":0}},{"uid":"6f6a90805c693602","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6f6a90805c693602","status":"passed","time":{"start":1728683138589,"stop":1728683138590,"duration":1}},{"uid":"ffe52324bbdefa93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ffe52324bbdefa93","status":"passed","time":{"start":1728682713979,"stop":1728682713979,"duration":0}},{"uid":"b85e928c99d5d816","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b85e928c99d5d816","status":"passed","time":{"start":1728677205664,"stop":1728677205665,"duration":1}},{"uid":"1f50fac6eee1943","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1f50fac6eee1943","status":"passed","time":{"start":1728669886305,"stop":1728669886306,"duration":1}},{"uid":"9bfe0e8c2b43f1eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9bfe0e8c2b43f1eb","status":"passed","time":{"start":1728598272273,"stop":1728598272274,"duration":1}},{"uid":"b2d6a1fd6a9cdf01","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2d6a1fd6a9cdf01","status":"passed","time":{"start":1728597492995,"stop":1728597492995,"duration":0}}]},"tags":[]},"source":"830e2a662e6a8079.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/8336e8b1900d35a5.json b/7588/data/test-cases/8336e8b1900d35a5.json new file mode 100644 index 00000000000..3e381e3af4d --- /dev/null +++ b/7588/data/test-cases/8336e8b1900d35a5.json @@ -0,0 +1 @@ +{"uid":"8336e8b1900d35a5","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":1729034356137,"stop":1729034356137,"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":"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":15,"unknown":0,"total":15},"items":[{"uid":"9e3de10c8ddf9108","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9e3de10c8ddf9108","status":"passed","time":{"start":1729034120215,"stop":1729034120216,"duration":1}},{"uid":"7b6024137d89b8e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7b6024137d89b8e","status":"passed","time":{"start":1729034043143,"stop":1729034043144,"duration":1}},{"uid":"1f0a85825c5f4bd9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f0a85825c5f4bd9","status":"passed","time":{"start":1729033857766,"stop":1729033857766,"duration":0}},{"uid":"faeeb7474d6041ff","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/faeeb7474d6041ff","status":"passed","time":{"start":1729031907986,"stop":1729031907986,"duration":0}},{"uid":"f3c5b767cd7190ea","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f3c5b767cd7190ea","status":"passed","time":{"start":1728901453412,"stop":1728901453413,"duration":1}},{"uid":"b40bfd89c57ede02","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b40bfd89c57ede02","status":"passed","time":{"start":1728892883979,"stop":1728892883979,"duration":0}},{"uid":"b357f49577260b88","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b357f49577260b88","status":"passed","time":{"start":1728855846185,"stop":1728855846186,"duration":1}},{"uid":"5a47c7250f4126ea","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a47c7250f4126ea","status":"passed","time":{"start":1728738063648,"stop":1728738063648,"duration":0}},{"uid":"f3bae21f59558f85","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3bae21f59558f85","status":"passed","time":{"start":1728682597530,"stop":1728682597530,"duration":0}},{"uid":"ef248b026923cfc7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ef248b026923cfc7","status":"passed","time":{"start":1728682170202,"stop":1728682170202,"duration":0}},{"uid":"47e322dbe314613c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/47e322dbe314613c","status":"passed","time":{"start":1728676644981,"stop":1728676644981,"duration":0}},{"uid":"74843b8aa7805224","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74843b8aa7805224","status":"passed","time":{"start":1728669367854,"stop":1728669367854,"duration":0}},{"uid":"e3d8836452a50426","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3d8836452a50426","status":"passed","time":{"start":1728597708660,"stop":1728597708661,"duration":1}},{"uid":"1fb085406f2d3155","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1fb085406f2d3155","status":"passed","time":{"start":1728596927478,"stop":1728596927479,"duration":1}}]},"tags":[]},"source":"8336e8b1900d35a5.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/835aaf68785cb98d.json b/7588/data/test-cases/835aaf68785cb98d.json new file mode 100644 index 00000000000..26e95c4270e --- /dev/null +++ b/7588/data/test-cases/835aaf68785cb98d.json @@ -0,0 +1 @@ +{"uid":"835aaf68785cb98d","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":1729034565836,"stop":1729034565837,"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 (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":13,"unknown":0,"total":13},"items":[{"uid":"354ecdcec7eb66a7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/354ecdcec7eb66a7","status":"passed","time":{"start":1729034325779,"stop":1729034325779,"duration":0}},{"uid":"7f120d8b6e76ca4f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7f120d8b6e76ca4f","status":"passed","time":{"start":1729034249514,"stop":1729034249515,"duration":1}},{"uid":"1d289f814c5f3faa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1d289f814c5f3faa","status":"passed","time":{"start":1729034066161,"stop":1729034066161,"duration":0}},{"uid":"27891a492818725b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/27891a492818725b","status":"passed","time":{"start":1728901782838,"stop":1728901782838,"duration":0}},{"uid":"b12faf0db5a66cd3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b12faf0db5a66cd3","status":"passed","time":{"start":1728893215989,"stop":1728893215989,"duration":0}},{"uid":"b50fad4a15f8f9ec","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b50fad4a15f8f9ec","status":"passed","time":{"start":1728856159201,"stop":1728856159202,"duration":1}},{"uid":"11231b13677a3d5e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11231b13677a3d5e","status":"passed","time":{"start":1728738371839,"stop":1728738371839,"duration":0}},{"uid":"da4fb9c6cb538345","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/da4fb9c6cb538345","status":"passed","time":{"start":1728682915887,"stop":1728682915888,"duration":1}},{"uid":"e7b2bb0e05f7c59c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e7b2bb0e05f7c59c","status":"passed","time":{"start":1728682496457,"stop":1728682496458,"duration":1}},{"uid":"7fba24707ba977e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7fba24707ba977e","status":"passed","time":{"start":1728676980227,"stop":1728676980228,"duration":1}},{"uid":"13dbd29547e9c4f1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/13dbd29547e9c4f1","status":"passed","time":{"start":1728598045387,"stop":1728598045387,"duration":0}},{"uid":"7f6e04aec6490d4d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7f6e04aec6490d4d","status":"passed","time":{"start":1728597260332,"stop":1728597260332,"duration":0}}]},"tags":[]},"source":"835aaf68785cb98d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/7de81343fd48ff31.json b/7588/data/test-cases/839643a7fe2e786e.json similarity index 83% rename from 7556/data/test-cases/7de81343fd48ff31.json rename to 7588/data/test-cases/839643a7fe2e786e.json index 551df646361..8b5976cd354 100644 --- a/7556/data/test-cases/7de81343fd48ff31.json +++ b/7588/data/test-cases/839643a7fe2e786e.json @@ -1 +1 @@ -{"uid":"7de81343fd48ff31","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":1728457448625,"stop":1728457448625,"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":6,"unknown":0,"total":6},"items":[{"uid":"9565ea70fafa31fe","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/9565ea70fafa31fe","status":"passed","time":{"start":1728456402410,"stop":1728456402410,"duration":0}},{"uid":"818d6a851c409bab","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/818d6a851c409bab","status":"passed","time":{"start":1728456120442,"stop":1728456120442,"duration":0}},{"uid":"e1ed11f7942a0008","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e1ed11f7942a0008","status":"passed","time":{"start":1728456038377,"stop":1728456038377,"duration":0}},{"uid":"fdda07617a486980","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/fdda07617a486980","status":"passed","time":{"start":1728455403832,"stop":1728455403832,"duration":0}},{"uid":"b3ff5bc1bf160ab8","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b3ff5bc1bf160ab8","status":"passed","time":{"start":1728452400295,"stop":1728452400296,"duration":1}}]},"tags":[]},"source":"7de81343fd48ff31.json","parameterValues":[]} \ No newline at end of file +{"uid":"839643a7fe2e786e","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":1729034611683,"stop":1729034611683,"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":15,"unknown":0,"total":15},"items":[{"uid":"7b8b796b9b87395b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7b8b796b9b87395b","status":"passed","time":{"start":1729034393665,"stop":1729034393665,"duration":0}},{"uid":"cead59a9ade78f89","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cead59a9ade78f89","status":"passed","time":{"start":1729034304857,"stop":1729034304857,"duration":0}},{"uid":"608e0c34cccfca92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/608e0c34cccfca92","status":"passed","time":{"start":1729034121948,"stop":1729034121951,"duration":3}},{"uid":"3ee5882709b3445d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3ee5882709b3445d","status":"passed","time":{"start":1729032174929,"stop":1729032174929,"duration":0}},{"uid":"e006b88454acb763","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e006b88454acb763","status":"passed","time":{"start":1728901881030,"stop":1728901881031,"duration":1}},{"uid":"30b05e55eab6f3b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/30b05e55eab6f3b3","status":"passed","time":{"start":1728893317181,"stop":1728893317182,"duration":1}},{"uid":"b4b48f94442e62b0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4b48f94442e62b0","status":"passed","time":{"start":1728856263112,"stop":1728856263112,"duration":0}},{"uid":"c63b113d226bee51","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c63b113d226bee51","status":"passed","time":{"start":1728738492806,"stop":1728738492806,"duration":0}},{"uid":"9d1abeae5b1a8a64","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d1abeae5b1a8a64","status":"passed","time":{"start":1728683030030,"stop":1728683030030,"duration":0}},{"uid":"dfcfcea209efbf38","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dfcfcea209efbf38","status":"passed","time":{"start":1728682581130,"stop":1728682581130,"duration":0}},{"uid":"9bfab963ee53bc9d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9bfab963ee53bc9d","status":"passed","time":{"start":1728677082011,"stop":1728677082011,"duration":0}},{"uid":"dd91bfc69975884c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd91bfc69975884c","status":"passed","time":{"start":1728669795408,"stop":1728669795408,"duration":0}},{"uid":"f5519fc4ffca4fa2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5519fc4ffca4fa2","status":"passed","time":{"start":1728598137510,"stop":1728598137510,"duration":0}},{"uid":"3b8bff6a79d31694","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3b8bff6a79d31694","status":"passed","time":{"start":1728597353487,"stop":1728597353488,"duration":1}}]},"tags":[]},"source":"839643a7fe2e786e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/bebada0d9bef9c6e.json b/7588/data/test-cases/83cb1b0c3c29f0ea.json similarity index 85% rename from 7556/data/test-cases/bebada0d9bef9c6e.json rename to 7588/data/test-cases/83cb1b0c3c29f0ea.json index d8001646484..892d6a71931 100644 --- a/7556/data/test-cases/bebada0d9bef9c6e.json +++ b/7588/data/test-cases/83cb1b0c3c29f0ea.json @@ -1 +1 @@ -{"uid":"bebada0d9bef9c6e","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":1728457360315,"stop":1728457360315,"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":6,"unknown":0,"total":6},"items":[{"uid":"281d87186ba033ae","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/281d87186ba033ae","status":"passed","time":{"start":1728456312501,"stop":1728456312502,"duration":1}},{"uid":"3ac6e3d0b5b0a0b3","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/3ac6e3d0b5b0a0b3","status":"passed","time":{"start":1728456013951,"stop":1728456013952,"duration":1}},{"uid":"8835be55582d4f7e","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/8835be55582d4f7e","status":"passed","time":{"start":1728455837447,"stop":1728455837447,"duration":0}},{"uid":"9efdd00c7b95f547","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/9efdd00c7b95f547","status":"passed","time":{"start":1728455198916,"stop":1728455198916,"duration":0}},{"uid":"350045ddeb8c3119","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/350045ddeb8c3119","status":"passed","time":{"start":1728452203355,"stop":1728452203355,"duration":0}}]},"tags":[]},"source":"bebada0d9bef9c6e.json","parameterValues":[]} \ No newline at end of file +{"uid":"83cb1b0c3c29f0ea","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":1729034536108,"stop":1729034536108,"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":14,"unknown":0,"total":14},"items":[{"uid":"338a3d6e645ee23","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/338a3d6e645ee23","status":"passed","time":{"start":1729034296712,"stop":1729034296712,"duration":0}},{"uid":"6d369408282161e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6d369408282161e8","status":"passed","time":{"start":1729034220609,"stop":1729034220609,"duration":0}},{"uid":"4b68b5ebbeeb8a05","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b68b5ebbeeb8a05","status":"passed","time":{"start":1729034041497,"stop":1729034041497,"duration":0}},{"uid":"ec5747f150ba3b7d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec5747f150ba3b7d","status":"passed","time":{"start":1728901705411,"stop":1728901705412,"duration":1}},{"uid":"ba9f1f97abc1e91b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ba9f1f97abc1e91b","status":"passed","time":{"start":1728893141780,"stop":1728893141780,"duration":0}},{"uid":"257730ca4951b63c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/257730ca4951b63c","status":"passed","time":{"start":1728856087086,"stop":1728856087086,"duration":0}},{"uid":"b130c8c75a9b3251","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b130c8c75a9b3251","status":"passed","time":{"start":1728738321443,"stop":1728738321445,"duration":2}},{"uid":"19643480792bd939","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/19643480792bd939","status":"passed","time":{"start":1728682845679,"stop":1728682845679,"duration":0}},{"uid":"c8c40a5b968b2e4f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c8c40a5b968b2e4f","status":"passed","time":{"start":1728682424314,"stop":1728682424314,"duration":0}},{"uid":"90ec60558b726994","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/90ec60558b726994","status":"passed","time":{"start":1728676900543,"stop":1728676900543,"duration":0}},{"uid":"3e4ee01e8bc0bb12","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3e4ee01e8bc0bb12","status":"passed","time":{"start":1728669625804,"stop":1728669625804,"duration":0}},{"uid":"f964c4d9b9e992b7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f964c4d9b9e992b7","status":"passed","time":{"start":1728597957174,"stop":1728597957175,"duration":1}},{"uid":"333c2ca1d60f60b6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/333c2ca1d60f60b6","status":"passed","time":{"start":1728597182622,"stop":1728597182622,"duration":0}}]},"tags":[]},"source":"83cb1b0c3c29f0ea.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/7c3c3dd05bf5a732.json b/7588/data/test-cases/83f6393b90e76f5e.json similarity index 81% rename from 7556/data/test-cases/7c3c3dd05bf5a732.json rename to 7588/data/test-cases/83f6393b90e76f5e.json index b495441bebd..cd316cfaf53 100644 --- a/7556/data/test-cases/7c3c3dd05bf5a732.json +++ b/7588/data/test-cases/83f6393b90e76f5e.json @@ -1 +1 @@ -{"uid":"7c3c3dd05bf5a732","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":1728457481249,"stop":1728457481251,"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":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"89f6675e227934f7","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/89f6675e227934f7","status":"passed","time":{"start":1728456434592,"stop":1728456434592,"duration":0}},{"uid":"5e422103a4b0bafc","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/5e422103a4b0bafc","status":"passed","time":{"start":1728456196699,"stop":1728456196700,"duration":1}},{"uid":"1678432d1fc9bcc1","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/1678432d1fc9bcc1","status":"passed","time":{"start":1728456113177,"stop":1728456113177,"duration":0}},{"uid":"41da88e586c4cf01","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/41da88e586c4cf01","status":"passed","time":{"start":1728455468955,"stop":1728455468955,"duration":0}},{"uid":"82a85933abe3a51e","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/82a85933abe3a51e","status":"passed","time":{"start":1728452437009,"stop":1728452437009,"duration":0}}]},"tags":[]},"source":"7c3c3dd05bf5a732.json","parameterValues":[]} \ No newline at end of file +{"uid":"83f6393b90e76f5e","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":1729034636308,"stop":1729034636309,"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":15,"unknown":0,"total":15},"items":[{"uid":"e638109074cc06c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e638109074cc06c","status":"passed","time":{"start":1729034402259,"stop":1729034402259,"duration":0}},{"uid":"96e9e2e95423680c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/96e9e2e95423680c","status":"passed","time":{"start":1729034323282,"stop":1729034323282,"duration":0}},{"uid":"870921c1d9d54e14","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/870921c1d9d54e14","status":"passed","time":{"start":1729034144759,"stop":1729034144760,"duration":1}},{"uid":"bea7e8d731f078be","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bea7e8d731f078be","status":"passed","time":{"start":1729032198809,"stop":1729032198810,"duration":1}},{"uid":"8da72aa1d24a23e1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8da72aa1d24a23e1","status":"passed","time":{"start":1728901901735,"stop":1728901901751,"duration":16}},{"uid":"d183d482d8f081b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d183d482d8f081b6","status":"passed","time":{"start":1728893337234,"stop":1728893337237,"duration":3}},{"uid":"fc9b4445350f7d3a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fc9b4445350f7d3a","status":"passed","time":{"start":1728856299184,"stop":1728856299184,"duration":0}},{"uid":"6be23593a89a2066","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6be23593a89a2066","status":"passed","time":{"start":1728738505369,"stop":1728738505369,"duration":0}},{"uid":"70accc3c481bceee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70accc3c481bceee","status":"passed","time":{"start":1728683045438,"stop":1728683045438,"duration":0}},{"uid":"51bd6d6885bd8602","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/51bd6d6885bd8602","status":"passed","time":{"start":1728682607281,"stop":1728682607282,"duration":1}},{"uid":"9ac275155bf6f5e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9ac275155bf6f5e8","status":"passed","time":{"start":1728677103486,"stop":1728677103486,"duration":0}},{"uid":"df72bac7542788ec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/df72bac7542788ec","status":"passed","time":{"start":1728669777111,"stop":1728669777112,"duration":1}},{"uid":"ef6d63668c597db0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ef6d63668c597db0","status":"passed","time":{"start":1728598163460,"stop":1728598163461,"duration":1}},{"uid":"37546efe11c0c254","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/37546efe11c0c254","status":"passed","time":{"start":1728597375456,"stop":1728597375457,"duration":1}}]},"tags":[]},"source":"83f6393b90e76f5e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/8485e6bcae2a1cf.json b/7588/data/test-cases/8485e6bcae2a1cf.json new file mode 100644 index 00000000000..9cd8f06aa2e --- /dev/null +++ b/7588/data/test-cases/8485e6bcae2a1cf.json @@ -0,0 +1 @@ +{"uid":"8485e6bcae2a1cf","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":1729034473217,"stop":1729034473218,"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.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":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"1dbf3ddaefc2b4cd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1dbf3ddaefc2b4cd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241161,"stop":1729034241162,"duration":1}},{"uid":"951f139d3b7f1024","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/951f139d3b7f1024","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159975,"stop":1729034159975,"duration":0}},{"uid":"17e3197fd1aa610d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/17e3197fd1aa610d","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977065,"duration":0}},{"uid":"a4ccdd1afb09ec23","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a4ccdd1afb09ec23","status":"passed","time":{"start":1729032093802,"stop":1729032093802,"duration":0}},{"uid":"bc336832955095bc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc336832955095bc","status":"passed","time":{"start":1728901748774,"stop":1728901748774,"duration":0}},{"uid":"38385d959413f09a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/38385d959413f09a","status":"passed","time":{"start":1728893181087,"stop":1728893181087,"duration":0}},{"uid":"cd4091239503fe35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cd4091239503fe35","status":"passed","time":{"start":1728856155552,"stop":1728856155553,"duration":1}},{"uid":"39ad36ad012aa345","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/39ad36ad012aa345","status":"passed","time":{"start":1728738360296,"stop":1728738360297,"duration":1}},{"uid":"b6e83dc25d7989ac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6e83dc25d7989ac","status":"passed","time":{"start":1728682907223,"stop":1728682907223,"duration":0}},{"uid":"b6635bedc36ae9aa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b6635bedc36ae9aa","status":"passed","time":{"start":1728682466736,"stop":1728682466736,"duration":0}},{"uid":"34c32eae3de161d1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34c32eae3de161d1","status":"passed","time":{"start":1728676955723,"stop":1728676955723,"duration":0}},{"uid":"ef87ac48f7895639","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ef87ac48f7895639","status":"passed","time":{"start":1728598013536,"stop":1728598013536,"duration":0}},{"uid":"1d827206f85d3bd6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1d827206f85d3bd6","status":"passed","time":{"start":1728597225201,"stop":1728597225201,"duration":0}}]},"tags":[]},"source":"8485e6bcae2a1cf.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/179995afaab0f740.json b/7588/data/test-cases/84e70a4b1f55ad7e.json similarity index 97% rename from 7556/data/test-cases/179995afaab0f740.json rename to 7588/data/test-cases/84e70a4b1f55ad7e.json index 5bc7b538faa..4801df67044 100644 --- a/7556/data/test-cases/179995afaab0f740.json +++ b/7588/data/test-cases/84e70a4b1f55ad7e.json @@ -1 +1 @@ -{"uid":"179995afaab0f740","name":"random static sharding 5 - Cluster ID: 950, Shard ID: 136","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 5 - Cluster ID: 950, Shard ID: 136","historyId":"6dfef4121e8983fcfcc05c6dcb5cda09:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457528779,"stop":1728457528779,"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":"179995afaab0f740.json","parameterValues":[]} \ No newline at end of file +{"uid":"84e70a4b1f55ad7e","name":"random static sharding 6 - Cluster ID: 361, Shard ID: 124","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 6 - Cluster ID: 361, Shard ID: 124","historyId":"28aee9d4d96ac1f63742f418dd3f2c74:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034668598,"stop":1729034668598,"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":"84e70a4b1f55ad7e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/84fcf69ea18f9e47.json b/7588/data/test-cases/84fcf69ea18f9e47.json new file mode 100644 index 00000000000..bb556ff7233 --- /dev/null +++ b/7588/data/test-cases/84fcf69ea18f9e47.json @@ -0,0 +1 @@ +{"uid":"84fcf69ea18f9e47","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":1729034473211,"stop":1729034473211,"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.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":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"7a3f64ba38c5db33","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a3f64ba38c5db33","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241153,"stop":1729034241153,"duration":0}},{"uid":"6fa722152d71805","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6fa722152d71805","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159971,"stop":1729034159971,"duration":0}},{"uid":"7bef0cac260f3ac0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bef0cac260f3ac0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977062,"stop":1729033977062,"duration":0}},{"uid":"e2d1bbe01030416d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e2d1bbe01030416d","status":"passed","time":{"start":1729032093769,"stop":1729032093773,"duration":4}},{"uid":"1ae9fcb6231182b3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1ae9fcb6231182b3","status":"passed","time":{"start":1728901748771,"stop":1728901748771,"duration":0}},{"uid":"304a2510fbc7bbb6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/304a2510fbc7bbb6","status":"passed","time":{"start":1728893181083,"stop":1728893181083,"duration":0}},{"uid":"4e5af494b15e8e9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4e5af494b15e8e9","status":"passed","time":{"start":1728856155549,"stop":1728856155549,"duration":0}},{"uid":"65f78274bbb66213","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/65f78274bbb66213","status":"passed","time":{"start":1728738360282,"stop":1728738360283,"duration":1}},{"uid":"96c81acaee3fba62","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96c81acaee3fba62","status":"passed","time":{"start":1728682907218,"stop":1728682907219,"duration":1}},{"uid":"cd2c9ae980def4a7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd2c9ae980def4a7","status":"passed","time":{"start":1728682466728,"stop":1728682466728,"duration":0}},{"uid":"45fda504ee21700b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/45fda504ee21700b","status":"passed","time":{"start":1728676955718,"stop":1728676955718,"duration":0}},{"uid":"f03bd07f4d9d2c68","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f03bd07f4d9d2c68","status":"passed","time":{"start":1728598013532,"stop":1728598013532,"duration":0}},{"uid":"cb10feb7e9ef8ead","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cb10feb7e9ef8ead","status":"passed","time":{"start":1728597225197,"stop":1728597225197,"duration":0}}]},"tags":[]},"source":"84fcf69ea18f9e47.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/86713bcfd9b88fc1.json b/7588/data/test-cases/86713bcfd9b88fc1.json new file mode 100644 index 00000000000..cfe2ad8b2ed --- /dev/null +++ b/7588/data/test-cases/86713bcfd9b88fc1.json @@ -0,0 +1 @@ +{"uid":"86713bcfd9b88fc1","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":1729034332646,"stop":1729034332646,"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":15,"unknown":0,"total":15},"items":[{"uid":"cb04b58576d32b55","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb04b58576d32b55","status":"passed","time":{"start":1729034096143,"stop":1729034096143,"duration":0}},{"uid":"115ff2e2a7a83f0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/115ff2e2a7a83f0d","status":"passed","time":{"start":1729034020099,"stop":1729034020099,"duration":0}},{"uid":"347d5dbdafd0bcf8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/347d5dbdafd0bcf8","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0}},{"uid":"13ac72f5b7604534","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/13ac72f5b7604534","status":"passed","time":{"start":1729031884130,"stop":1729031884130,"duration":0}},{"uid":"4caca52d5536095","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4caca52d5536095","status":"passed","time":{"start":1728901430263,"stop":1728901430263,"duration":0}},{"uid":"54937d229e71da2f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54937d229e71da2f","status":"passed","time":{"start":1728892860542,"stop":1728892860542,"duration":0}},{"uid":"87fdd2cb622df8b4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/87fdd2cb622df8b4","status":"passed","time":{"start":1728855823331,"stop":1728855823331,"duration":0}},{"uid":"7ba4b4e0ac03db65","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7ba4b4e0ac03db65","status":"passed","time":{"start":1728738040612,"stop":1728738040612,"duration":0}},{"uid":"ae1187593638ca91","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ae1187593638ca91","status":"passed","time":{"start":1728682574103,"stop":1728682574103,"duration":0}},{"uid":"d4915893f7dd62cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d4915893f7dd62cf","status":"passed","time":{"start":1728682146827,"stop":1728682146827,"duration":0}},{"uid":"33336c21d189edfd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33336c21d189edfd","status":"passed","time":{"start":1728676621442,"stop":1728676621442,"duration":0}},{"uid":"c3406381b284bd85","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c3406381b284bd85","status":"passed","time":{"start":1728669344476,"stop":1728669344476,"duration":0}},{"uid":"7423ad5a42539f57","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7423ad5a42539f57","status":"passed","time":{"start":1728597685172,"stop":1728597685172,"duration":0}},{"uid":"ac83c7b547470110","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ac83c7b547470110","status":"passed","time":{"start":1728596904481,"stop":1728596904481,"duration":0}}]},"tags":[]},"source":"86713bcfd9b88fc1.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/868df5c6fc01e212.json b/7588/data/test-cases/868df5c6fc01e212.json new file mode 100644 index 00000000000..a334769563e --- /dev/null +++ b/7588/data/test-cases/868df5c6fc01e212.json @@ -0,0 +1 @@ +{"uid":"868df5c6fc01e212","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":1729034355547,"stop":1729034355550,"duration":3},"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":15,"unknown":0,"total":15},"items":[{"uid":"d9af9ab1e0eb597c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d9af9ab1e0eb597c","status":"passed","time":{"start":1729034119089,"stop":1729034119094,"duration":5}},{"uid":"5966bfeffc4045c5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5966bfeffc4045c5","status":"passed","time":{"start":1729034042607,"stop":1729034042608,"duration":1}},{"uid":"d3f95e7b96dbeb27","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3f95e7b96dbeb27","status":"passed","time":{"start":1729033857424,"stop":1729033857426,"duration":2}},{"uid":"1acec89632aadcf0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1acec89632aadcf0","status":"passed","time":{"start":1729031907622,"stop":1729031907623,"duration":1}},{"uid":"605bfeff7738e0be","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/605bfeff7738e0be","status":"passed","time":{"start":1728901452627,"stop":1728901452628,"duration":1}},{"uid":"4568c462b0bc436e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4568c462b0bc436e","status":"passed","time":{"start":1728892883396,"stop":1728892883397,"duration":1}},{"uid":"6c4fbdc571fc2fde","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c4fbdc571fc2fde","status":"passed","time":{"start":1728855845734,"stop":1728855845735,"duration":1}},{"uid":"ac601f374c40c635","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ac601f374c40c635","status":"passed","time":{"start":1728738063045,"stop":1728738063046,"duration":1}},{"uid":"a91886f3e5872239","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a91886f3e5872239","status":"passed","time":{"start":1728682596887,"stop":1728682596888,"duration":1}},{"uid":"e3a61274dd39a650","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e3a61274dd39a650","status":"passed","time":{"start":1728682169968,"stop":1728682169969,"duration":1}},{"uid":"29a1ff39ad2303f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/29a1ff39ad2303f0","status":"passed","time":{"start":1728676643813,"stop":1728676643814,"duration":1}},{"uid":"2b5b2cd4005c2616","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b5b2cd4005c2616","status":"passed","time":{"start":1728669366940,"stop":1728669366941,"duration":1}},{"uid":"deaaa6fa767826bc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/deaaa6fa767826bc","status":"passed","time":{"start":1728597707579,"stop":1728597707581,"duration":2}},{"uid":"a5579aa2cae34332","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a5579aa2cae34332","status":"passed","time":{"start":1728596927587,"stop":1728596927587,"duration":0}}]},"tags":[]},"source":"868df5c6fc01e212.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/86a94023023d3867.json b/7588/data/test-cases/86a94023023d3867.json new file mode 100644 index 00000000000..18f19f93ef8 --- /dev/null +++ b/7588/data/test-cases/86a94023023d3867.json @@ -0,0 +1 @@ +{"uid":"86a94023023d3867","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":1729034348576,"stop":1729034348576,"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":15,"unknown":0,"total":15},"items":[{"uid":"7d582958b6ebe6d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7d582958b6ebe6d","status":"passed","time":{"start":1729034112387,"stop":1729034112387,"duration":0}},{"uid":"ca62d47153450467","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ca62d47153450467","status":"passed","time":{"start":1729034035613,"stop":1729034035614,"duration":1}},{"uid":"8aed09c3c889b5b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8aed09c3c889b5b5","status":"passed","time":{"start":1729033850403,"stop":1729033850404,"duration":1}},{"uid":"a4ee8acfa805c861","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a4ee8acfa805c861","status":"passed","time":{"start":1729031899688,"stop":1729031899689,"duration":1}},{"uid":"84cd356a21687183","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84cd356a21687183","status":"passed","time":{"start":1728901445801,"stop":1728901445801,"duration":0}},{"uid":"8c7e824f4e68b19d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c7e824f4e68b19d","status":"passed","time":{"start":1728892876332,"stop":1728892876333,"duration":1}},{"uid":"1aed15a2c8de0a05","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1aed15a2c8de0a05","status":"passed","time":{"start":1728855838896,"stop":1728855838897,"duration":1}},{"uid":"80470f6c82bb4bfd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80470f6c82bb4bfd","status":"passed","time":{"start":1728738055940,"stop":1728738055941,"duration":1}},{"uid":"bc06bb2214b9b9c2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc06bb2214b9b9c2","status":"passed","time":{"start":1728682589824,"stop":1728682589825,"duration":1}},{"uid":"bc900ca6f9b29d6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc900ca6f9b29d6","status":"passed","time":{"start":1728682162266,"stop":1728682162267,"duration":1}},{"uid":"6f93364a138b5dd6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6f93364a138b5dd6","status":"passed","time":{"start":1728676637064,"stop":1728676637064,"duration":0}},{"uid":"b2df0d3d9ca6bf35","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b2df0d3d9ca6bf35","status":"passed","time":{"start":1728669360434,"stop":1728669360434,"duration":0}},{"uid":"34beb0ee6735ce39","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/34beb0ee6735ce39","status":"passed","time":{"start":1728597700984,"stop":1728597700985,"duration":1}},{"uid":"3cfdc862081fe82d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3cfdc862081fe82d","status":"passed","time":{"start":1728596920267,"stop":1728596920268,"duration":1}}]},"tags":[]},"source":"86a94023023d3867.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/87907699cad4a671.json b/7588/data/test-cases/87907699cad4a671.json new file mode 100644 index 00000000000..b34b1d03ab5 --- /dev/null +++ b/7588/data/test-cases/87907699cad4a671.json @@ -0,0 +1 @@ +{"uid":"87907699cad4a671","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":1729034781181,"stop":1729034781181,"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":14,"unknown":0,"total":14},"items":[{"uid":"40631f19a17779f3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/40631f19a17779f3","status":"passed","time":{"start":1729034549089,"stop":1729034549090,"duration":1}},{"uid":"edc40ce0f656ff32","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/edc40ce0f656ff32","status":"passed","time":{"start":1729034468678,"stop":1729034468679,"duration":1}},{"uid":"4153e1a6b631877","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4153e1a6b631877","status":"passed","time":{"start":1729032344623,"stop":1729032344623,"duration":0}},{"uid":"3962050fcb053426","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3962050fcb053426","status":"passed","time":{"start":1728902062113,"stop":1728902062113,"duration":0}},{"uid":"fc52a7429331fc5d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fc52a7429331fc5d","status":"passed","time":{"start":1728893496347,"stop":1728893496348,"duration":1}},{"uid":"aa8c7e1ce2f9d88f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aa8c7e1ce2f9d88f","status":"passed","time":{"start":1728856449984,"stop":1728856449985,"duration":1}},{"uid":"67699b66ee16807a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67699b66ee16807a","status":"passed","time":{"start":1728738669753,"stop":1728738669753,"duration":0}},{"uid":"ccfabf3fe17046de","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ccfabf3fe17046de","status":"passed","time":{"start":1728683209699,"stop":1728683209699,"duration":0}},{"uid":"da8c9d531bc6d5d4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/da8c9d531bc6d5d4","status":"passed","time":{"start":1728682772285,"stop":1728682772285,"duration":0}},{"uid":"c100d040dd166f65","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c100d040dd166f65","status":"passed","time":{"start":1728677264669,"stop":1728677264669,"duration":0}},{"uid":"a4dd130af85fc1c8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4dd130af85fc1c8","status":"passed","time":{"start":1728669943369,"stop":1728669943369,"duration":0}},{"uid":"1999554de892c1cc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1999554de892c1cc","status":"passed","time":{"start":1728598324829,"stop":1728598324829,"duration":0}},{"uid":"3cad43965270c054","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3cad43965270c054","status":"passed","time":{"start":1728597540224,"stop":1728597540224,"duration":0}}]},"tags":[]},"source":"87907699cad4a671.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c74679a369fac640.json b/7588/data/test-cases/87afd9333611cdee.json similarity index 81% rename from 7556/data/test-cases/c74679a369fac640.json rename to 7588/data/test-cases/87afd9333611cdee.json index b5d6c4d3dd7..ba46cfc8f41 100644 --- a/7556/data/test-cases/c74679a369fac640.json +++ b/7588/data/test-cases/87afd9333611cdee.json @@ -1 +1 @@ -{"uid":"c74679a369fac640","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":1728457481264,"stop":1728457481265,"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":6,"unknown":0,"total":6},"items":[{"uid":"b10b8a8a7ed3a54e","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/b10b8a8a7ed3a54e","status":"passed","time":{"start":1728456434600,"stop":1728456434601,"duration":1}},{"uid":"8338ee9bd2fd3641","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/8338ee9bd2fd3641","status":"passed","time":{"start":1728456196705,"stop":1728456196705,"duration":0}},{"uid":"186f43ec774e22a9","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/186f43ec774e22a9","status":"passed","time":{"start":1728456113184,"stop":1728456113184,"duration":0}},{"uid":"c4c995b8567bd65e","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c4c995b8567bd65e","status":"passed","time":{"start":1728455468960,"stop":1728455468961,"duration":1}},{"uid":"9fcd16a6080b12f0","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/9fcd16a6080b12f0","status":"passed","time":{"start":1728452437019,"stop":1728452437019,"duration":0}}]},"tags":[]},"source":"c74679a369fac640.json","parameterValues":[]} \ No newline at end of file +{"uid":"87afd9333611cdee","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":1729034636312,"stop":1729034636313,"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":15,"unknown":0,"total":15},"items":[{"uid":"8877fcdee40e0559","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8877fcdee40e0559","status":"passed","time":{"start":1729034402273,"stop":1729034402275,"duration":2}},{"uid":"71a90a8e9c122c49","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71a90a8e9c122c49","status":"passed","time":{"start":1729034323293,"stop":1729034323293,"duration":0}},{"uid":"a647d4f394b0257f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a647d4f394b0257f","status":"passed","time":{"start":1729034144764,"stop":1729034144764,"duration":0}},{"uid":"6bc9ecc432a3c891","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6bc9ecc432a3c891","status":"passed","time":{"start":1729032198814,"stop":1729032198815,"duration":1}},{"uid":"51bb7ea81baa4217","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/51bb7ea81baa4217","status":"passed","time":{"start":1728901901761,"stop":1728901901762,"duration":1}},{"uid":"5299a85e9d180e7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5299a85e9d180e7","status":"passed","time":{"start":1728893337241,"stop":1728893337246,"duration":5}},{"uid":"34b1f1f6b35966f9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/34b1f1f6b35966f9","status":"passed","time":{"start":1728856299187,"stop":1728856299188,"duration":1}},{"uid":"1c3c35b0afc5c737","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1c3c35b0afc5c737","status":"passed","time":{"start":1728738505374,"stop":1728738505374,"duration":0}},{"uid":"c46488b78b9fc13c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c46488b78b9fc13c","status":"passed","time":{"start":1728683045447,"stop":1728683045447,"duration":0}},{"uid":"bad91e4e5f52d9a9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bad91e4e5f52d9a9","status":"passed","time":{"start":1728682607287,"stop":1728682607288,"duration":1}},{"uid":"e5f9245ee6bf40ce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5f9245ee6bf40ce","status":"passed","time":{"start":1728677103493,"stop":1728677103493,"duration":0}},{"uid":"170f406749a06a17","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/170f406749a06a17","status":"passed","time":{"start":1728669777115,"stop":1728669777115,"duration":0}},{"uid":"92266b50aa30c11","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/92266b50aa30c11","status":"passed","time":{"start":1728598163464,"stop":1728598163465,"duration":1}},{"uid":"eb8d70e8687be7bb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb8d70e8687be7bb","status":"passed","time":{"start":1728597375466,"stop":1728597375467,"duration":1}}]},"tags":[]},"source":"87afd9333611cdee.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e61e4cb49a12a54a.json b/7588/data/test-cases/87d341385a21bbcf.json similarity index 50% rename from 7556/data/test-cases/e61e4cb49a12a54a.json rename to 7588/data/test-cases/87d341385a21bbcf.json index 22c36d3fcad..cdd5e575994 100644 --- a/7556/data/test-cases/e61e4cb49a12a54a.json +++ b/7588/data/test-cases/87d341385a21bbcf.json @@ -1 +1 @@ -{"uid":"e61e4cb49a12a54a","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":1728457289896,"stop":1728457289896,"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":6,"unknown":0,"total":6},"items":[{"uid":"b77cfe491e4cb74f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/b77cfe491e4cb74f","status":"passed","time":{"start":1728456257110,"stop":1728456257110,"duration":0}},{"uid":"6745b622d8ed82b9","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/6745b622d8ed82b9","status":"passed","time":{"start":1728455949864,"stop":1728455949864,"duration":0}},{"uid":"9713e9d0edf7455f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/9713e9d0edf7455f","status":"passed","time":{"start":1728455741458,"stop":1728455741459,"duration":1}},{"uid":"c56aa40d657e04f","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c56aa40d657e04f","status":"passed","time":{"start":1728455102316,"stop":1728455102316,"duration":0}},{"uid":"f263ba67c5bb2b27","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f263ba67c5bb2b27","status":"passed","time":{"start":1728452170811,"stop":1728452170811,"duration":0}}]},"tags":[]},"source":"e61e4cb49a12a54a.json","parameterValues":[]} \ No newline at end of file +{"uid":"87d341385a21bbcf","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":1729034472950,"stop":1729034472951,"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":15,"unknown":0,"total":15},"items":[{"uid":"20ee6b9100d9517f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/20ee6b9100d9517f","status":"passed","time":{"start":1729034240917,"stop":1729034240917,"duration":0}},{"uid":"823b3d962e9900be","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/823b3d962e9900be","status":"passed","time":{"start":1729034159614,"stop":1729034159615,"duration":1}},{"uid":"269f118261b0e78c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/269f118261b0e78c","status":"passed","time":{"start":1729033976796,"stop":1729033976797,"duration":1}},{"uid":"af7657b85c70b549","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/af7657b85c70b549","status":"passed","time":{"start":1729032020518,"stop":1729032020518,"duration":0}},{"uid":"6d37b459b1fdaed1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6d37b459b1fdaed1","status":"passed","time":{"start":1728901616429,"stop":1728901616432,"duration":3}},{"uid":"e6421668a05b8ee0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e6421668a05b8ee0","status":"passed","time":{"start":1728893050244,"stop":1728893050244,"duration":0}},{"uid":"e068b195add34832","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e068b195add34832","status":"passed","time":{"start":1728856015170,"stop":1728856015171,"duration":1}},{"uid":"a57cc04f8fb431b2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a57cc04f8fb431b2","status":"passed","time":{"start":1728738233137,"stop":1728738233137,"duration":0}},{"uid":"be1b543a65a6dce4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be1b543a65a6dce4","status":"passed","time":{"start":1728682762471,"stop":1728682762471,"duration":0}},{"uid":"6ec9fe80cbb9c434","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6ec9fe80cbb9c434","status":"passed","time":{"start":1728682332785,"stop":1728682332786,"duration":1}},{"uid":"284e3ef92544cfe8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/284e3ef92544cfe8","status":"passed","time":{"start":1728676810290,"stop":1728676810291,"duration":1}},{"uid":"681bd845246c9b1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/681bd845246c9b1","status":"passed","time":{"start":1728669529893,"stop":1728669529893,"duration":0}},{"uid":"3e4b20af5af1c151","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3e4b20af5af1c151","status":"passed","time":{"start":1728597873533,"stop":1728597873533,"duration":0}},{"uid":"16373738a7068d6f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/16373738a7068d6f","status":"passed","time":{"start":1728597089273,"stop":1728597089273,"duration":0}}]},"tags":[]},"source":"87d341385a21bbcf.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c5e341e77390743d.json b/7588/data/test-cases/8863958ebd444621.json similarity index 83% rename from 7556/data/test-cases/c5e341e77390743d.json rename to 7588/data/test-cases/8863958ebd444621.json index 9f0b7c32a8c..61a98fbe334 100644 --- a/7556/data/test-cases/c5e341e77390743d.json +++ b/7588/data/test-cases/8863958ebd444621.json @@ -1 +1 @@ -{"uid":"c5e341e77390743d","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":1728457448605,"stop":1728457448606,"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":6,"unknown":0,"total":6},"items":[{"uid":"97636bf5ff802aad","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/97636bf5ff802aad","status":"passed","time":{"start":1728456402352,"stop":1728456402354,"duration":2}},{"uid":"accaff1203f5bae4","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/accaff1203f5bae4","status":"passed","time":{"start":1728456120410,"stop":1728456120410,"duration":0}},{"uid":"41e5c805d5f7f97e","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/41e5c805d5f7f97e","status":"passed","time":{"start":1728456038359,"stop":1728456038359,"duration":0}},{"uid":"1d7a331dcab0bd8e","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/1d7a331dcab0bd8e","status":"passed","time":{"start":1728455403808,"stop":1728455403809,"duration":1}},{"uid":"507726e61f422fba","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/507726e61f422fba","status":"passed","time":{"start":1728452400264,"stop":1728452400265,"duration":1}}]},"tags":[]},"source":"c5e341e77390743d.json","parameterValues":[]} \ No newline at end of file +{"uid":"8863958ebd444621","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":1729034611652,"stop":1729034611652,"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":15,"unknown":0,"total":15},"items":[{"uid":"b6743118fdecc0ca","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b6743118fdecc0ca","status":"passed","time":{"start":1729034393627,"stop":1729034393627,"duration":0}},{"uid":"e02bbf8855260782","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e02bbf8855260782","status":"passed","time":{"start":1729034304800,"stop":1729034304801,"duration":1}},{"uid":"dcc5f84ba8a0f82f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcc5f84ba8a0f82f","status":"passed","time":{"start":1729034121890,"stop":1729034121890,"duration":0}},{"uid":"874a3f71aaea1394","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/874a3f71aaea1394","status":"passed","time":{"start":1729032174797,"stop":1729032174797,"duration":0}},{"uid":"6bc14d1bf4714872","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6bc14d1bf4714872","status":"passed","time":{"start":1728901881003,"stop":1728901881003,"duration":0}},{"uid":"3c96da3a9811991","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c96da3a9811991","status":"passed","time":{"start":1728893317132,"stop":1728893317140,"duration":8}},{"uid":"c09f68bbe2546f6f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c09f68bbe2546f6f","status":"passed","time":{"start":1728856263064,"stop":1728856263065,"duration":1}},{"uid":"71daadea9d26b142","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/71daadea9d26b142","status":"passed","time":{"start":1728738492785,"stop":1728738492786,"duration":1}},{"uid":"3f469130ffaf1bf0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f469130ffaf1bf0","status":"passed","time":{"start":1728683030007,"stop":1728683030008,"duration":1}},{"uid":"654caa1b3a67bf39","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/654caa1b3a67bf39","status":"passed","time":{"start":1728682581076,"stop":1728682581081,"duration":5}},{"uid":"5128a4004335489e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5128a4004335489e","status":"passed","time":{"start":1728677081983,"stop":1728677081983,"duration":0}},{"uid":"b57ab91ff168fb67","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b57ab91ff168fb67","status":"passed","time":{"start":1728669795384,"stop":1728669795384,"duration":0}},{"uid":"9d818638967ba190","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9d818638967ba190","status":"passed","time":{"start":1728598137494,"stop":1728598137494,"duration":0}},{"uid":"ec1c8aa974b57dfc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec1c8aa974b57dfc","status":"passed","time":{"start":1728597353472,"stop":1728597353472,"duration":0}}]},"tags":[]},"source":"8863958ebd444621.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/88a4c0eecc6f8edb.json b/7588/data/test-cases/88a4c0eecc6f8edb.json new file mode 100644 index 00000000000..8a974974b54 --- /dev/null +++ b/7588/data/test-cases/88a4c0eecc6f8edb.json @@ -0,0 +1 @@ +{"uid":"88a4c0eecc6f8edb","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":1729034713701,"stop":1729034713701,"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"59a3d8a5e282f0e8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/59a3d8a5e282f0e8","status":"passed","time":{"start":1729034487484,"stop":1729034487484,"duration":0}},{"uid":"b04ca5363fb37352","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b04ca5363fb37352","status":"passed","time":{"start":1729034446109,"stop":1729034446110,"duration":1}},{"uid":"f9c1c2cbc5ea143e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9c1c2cbc5ea143e","status":"passed","time":{"start":1729032275828,"stop":1729032275828,"duration":0}},{"uid":"4e44a81eab51112f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4e44a81eab51112f","status":"passed","time":{"start":1728902036741,"stop":1728902036741,"duration":0}},{"uid":"dd46090c34fe2309","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dd46090c34fe2309","status":"passed","time":{"start":1728893472414,"stop":1728893472414,"duration":0}},{"uid":"8403c91321120ca4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8403c91321120ca4","status":"passed","time":{"start":1728856423201,"stop":1728856423201,"duration":0}},{"uid":"7406a033eb091f61","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7406a033eb091f61","status":"passed","time":{"start":1728738648730,"stop":1728738648730,"duration":0}},{"uid":"ef975500d9eba3fe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ef975500d9eba3fe","status":"passed","time":{"start":1728683179655,"stop":1728683179655,"duration":0}},{"uid":"3392c34354488bdd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3392c34354488bdd","status":"passed","time":{"start":1728682757951,"stop":1728682757952,"duration":1}},{"uid":"728d464b67302392","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/728d464b67302392","status":"passed","time":{"start":1728677238451,"stop":1728677238451,"duration":0}},{"uid":"6eac86c9a9a7ed0d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6eac86c9a9a7ed0d","status":"passed","time":{"start":1728669928221,"stop":1728669928221,"duration":0}},{"uid":"4525b36b9d437f23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4525b36b9d437f23","status":"passed","time":{"start":1728598319590,"stop":1728598319590,"duration":0}},{"uid":"41390216571a1b70","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/41390216571a1b70","status":"passed","time":{"start":1728597520647,"stop":1728597520647,"duration":0}}]},"tags":[]},"source":"88a4c0eecc6f8edb.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6052d6e1f3a6d6d1.json b/7588/data/test-cases/8947fe04298a8c49.json similarity index 58% rename from 7556/data/test-cases/6052d6e1f3a6d6d1.json rename to 7588/data/test-cases/8947fe04298a8c49.json index b8dce4f35b7..194fdd4cbd3 100644 --- a/7556/data/test-cases/6052d6e1f3a6d6d1.json +++ b/7588/data/test-cases/8947fe04298a8c49.json @@ -1 +1 @@ -{"uid":"6052d6e1f3a6d6d1","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":1728457351732,"stop":1728457351732,"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":6,"unknown":0,"total":6},"items":[{"uid":"39c0420d745c5cd1","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/39c0420d745c5cd1","status":"passed","time":{"start":1728456317113,"stop":1728456317113,"duration":0}},{"uid":"38f67014d8800fef","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/38f67014d8800fef","status":"passed","time":{"start":1728456012978,"stop":1728456012978,"duration":0}},{"uid":"6015b333f2176a56","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/6015b333f2176a56","status":"passed","time":{"start":1728455837240,"stop":1728455837240,"duration":0}},{"uid":"28f8ead62ff32b02","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/28f8ead62ff32b02","status":"passed","time":{"start":1728455197446,"stop":1728455197446,"duration":0}},{"uid":"6877e54937363bc7","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/6877e54937363bc7","status":"passed","time":{"start":1728452206406,"stop":1728452206407,"duration":1}}]},"tags":[]},"source":"6052d6e1f3a6d6d1.json","parameterValues":[]} \ No newline at end of file +{"uid":"8947fe04298a8c49","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":1729034536790,"stop":1729034536790,"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":15,"unknown":0,"total":15},"items":[{"uid":"cdbe62870f0283cd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cdbe62870f0283cd","status":"passed","time":{"start":1729034307034,"stop":1729034307034,"duration":0}},{"uid":"db1a183afc5b0f3a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/db1a183afc5b0f3a","status":"passed","time":{"start":1729034223309,"stop":1729034223310,"duration":1}},{"uid":"29e20a25181822dc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/29e20a25181822dc","status":"passed","time":{"start":1729034034986,"stop":1729034034986,"duration":0}},{"uid":"9e131ad2437f2010","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e131ad2437f2010","status":"passed","time":{"start":1729032066305,"stop":1729032066306,"duration":1}},{"uid":"b7c59d224180ffb1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c59d224180ffb1","status":"passed","time":{"start":1728901706622,"stop":1728901706623,"duration":1}},{"uid":"1cd14416398315ed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cd14416398315ed","status":"passed","time":{"start":1728893153427,"stop":1728893153428,"duration":1}},{"uid":"7513bf61eba02205","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7513bf61eba02205","status":"passed","time":{"start":1728856108129,"stop":1728856108129,"duration":0}},{"uid":"5bd24e60ebf45310","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5bd24e60ebf45310","status":"passed","time":{"start":1728738316671,"stop":1728738316671,"duration":0}},{"uid":"fe506acdcbb9fa38","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fe506acdcbb9fa38","status":"passed","time":{"start":1728682865324,"stop":1728682865325,"duration":1}},{"uid":"5720a8a6c10e0d8b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5720a8a6c10e0d8b","status":"passed","time":{"start":1728682446998,"stop":1728682446998,"duration":0}},{"uid":"6b0ba20ebf78a1e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6b0ba20ebf78a1e8","status":"passed","time":{"start":1728676924482,"stop":1728676924483,"duration":1}},{"uid":"4fb0f130048811ba","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4fb0f130048811ba","status":"passed","time":{"start":1728669626265,"stop":1728669626266,"duration":1}},{"uid":"2dc984632a4142ee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2dc984632a4142ee","status":"passed","time":{"start":1728597973676,"stop":1728597973676,"duration":0}},{"uid":"d0aab5d055813bd1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d0aab5d055813bd1","status":"passed","time":{"start":1728597188042,"stop":1728597188043,"duration":1}}]},"tags":[]},"source":"8947fe04298a8c49.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/1f353e575c971800.json b/7588/data/test-cases/8967213985d751f4.json similarity index 85% rename from 7556/data/test-cases/1f353e575c971800.json rename to 7588/data/test-cases/8967213985d751f4.json index c4cd5f24874..197049a0bb0 100644 --- a/7556/data/test-cases/1f353e575c971800.json +++ b/7588/data/test-cases/8967213985d751f4.json @@ -1 +1 @@ -{"uid":"1f353e575c971800","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":1728457360301,"stop":1728457360302,"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":6,"unknown":0,"total":6},"items":[{"uid":"af74057f60aade8b","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/af74057f60aade8b","status":"passed","time":{"start":1728456312487,"stop":1728456312487,"duration":0}},{"uid":"c0ffe5fdefe488d2","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/c0ffe5fdefe488d2","status":"passed","time":{"start":1728456013940,"stop":1728456013942,"duration":2}},{"uid":"daf578f9883d9d97","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/daf578f9883d9d97","status":"passed","time":{"start":1728455837428,"stop":1728455837433,"duration":5}},{"uid":"1358fadae436d78d","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/1358fadae436d78d","status":"passed","time":{"start":1728455198899,"stop":1728455198899,"duration":0}},{"uid":"7e92a780b3075155","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/7e92a780b3075155","status":"passed","time":{"start":1728452203347,"stop":1728452203347,"duration":0}}]},"tags":[]},"source":"1f353e575c971800.json","parameterValues":[]} \ No newline at end of file +{"uid":"8967213985d751f4","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":1729034536096,"stop":1729034536097,"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":14,"unknown":0,"total":14},"items":[{"uid":"96a87bc2cc72652c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/96a87bc2cc72652c","status":"passed","time":{"start":1729034296701,"stop":1729034296702,"duration":1}},{"uid":"442cf7bf2571a9eb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/442cf7bf2571a9eb","status":"passed","time":{"start":1729034220597,"stop":1729034220599,"duration":2}},{"uid":"c14cc69c86867f35","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c14cc69c86867f35","status":"passed","time":{"start":1729034041474,"stop":1729034041476,"duration":2}},{"uid":"60b7518ff88c38c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/60b7518ff88c38c6","status":"passed","time":{"start":1728901705385,"stop":1728901705387,"duration":2}},{"uid":"f1e1fe461817b6f5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f1e1fe461817b6f5","status":"passed","time":{"start":1728893141769,"stop":1728893141770,"duration":1}},{"uid":"f1f853ab5ae696fb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f1f853ab5ae696fb","status":"passed","time":{"start":1728856087079,"stop":1728856087080,"duration":1}},{"uid":"bedb5a76ea24373f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bedb5a76ea24373f","status":"passed","time":{"start":1728738321431,"stop":1728738321431,"duration":0}},{"uid":"696a85998901e4dd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/696a85998901e4dd","status":"passed","time":{"start":1728682845670,"stop":1728682845671,"duration":1}},{"uid":"453353055f3cfde5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/453353055f3cfde5","status":"passed","time":{"start":1728682424304,"stop":1728682424304,"duration":0}},{"uid":"d5e519934bb46596","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d5e519934bb46596","status":"passed","time":{"start":1728676900511,"stop":1728676900511,"duration":0}},{"uid":"f5751a561eb847d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5751a561eb847d","status":"passed","time":{"start":1728669625795,"stop":1728669625795,"duration":0}},{"uid":"59fcdb9ecefe5120","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/59fcdb9ecefe5120","status":"passed","time":{"start":1728597957159,"stop":1728597957160,"duration":1}},{"uid":"46e7c6d4b7e996f7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/46e7c6d4b7e996f7","status":"passed","time":{"start":1728597182598,"stop":1728597182612,"duration":14}}]},"tags":[]},"source":"8967213985d751f4.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/44ed835287c3fddf.json b/7588/data/test-cases/8968d4f194e0fa8e.json similarity index 62% rename from 7556/data/test-cases/44ed835287c3fddf.json rename to 7588/data/test-cases/8968d4f194e0fa8e.json index e7d4396dc53..e0062f9f03d 100644 --- a/7556/data/test-cases/44ed835287c3fddf.json +++ b/7588/data/test-cases/8968d4f194e0fa8e.json @@ -1 +1 @@ -{"uid":"44ed835287c3fddf","name":"dispatchEvent via connectionManager","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > dispatchEvent via connectionManager","historyId":"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457245468,"stop":1728457245469,"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":6,"unknown":0,"total":6},"items":[{"uid":"81fda1bfa459317","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/81fda1bfa459317","status":"passed","time":{"start":1728456216449,"stop":1728456216449,"duration":0}},{"uid":"3132bdb9c76cae1b","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/3132bdb9c76cae1b","status":"passed","time":{"start":1728455903120,"stop":1728455903120,"duration":0}},{"uid":"81960420a473188c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/81960420a473188c","status":"passed","time":{"start":1728455653297,"stop":1728455653298,"duration":1}},{"uid":"52c707dbd419fce0","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/52c707dbd419fce0","status":"passed","time":{"start":1728455013479,"stop":1728455013479,"duration":0}},{"uid":"b61f96d4f2a4a053","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b61f96d4f2a4a053","status":"passed","time":{"start":1728452024132,"stop":1728452024132,"duration":0}}]},"tags":[]},"source":"44ed835287c3fddf.json","parameterValues":[]} \ No newline at end of file +{"uid":"8968d4f194e0fa8e","name":"dispatchEvent via connectionManager","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > dispatchEvent via connectionManager","historyId":"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034432451,"stop":1729034432451,"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":14,"unknown":0,"total":14},"items":[{"uid":"b7276ca6af46e9fe","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b7276ca6af46e9fe","status":"passed","time":{"start":1729034119307,"stop":1729034119307,"duration":0}},{"uid":"f850f41597f2f56d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f850f41597f2f56d","status":"passed","time":{"start":1729033933481,"stop":1729033933481,"duration":0}},{"uid":"e6f85a1dbd45760f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e6f85a1dbd45760f","status":"passed","time":{"start":1729031982933,"stop":1729031982935,"duration":2}},{"uid":"a7d48f52cb37ffe5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7d48f52cb37ffe5","status":"passed","time":{"start":1728901527859,"stop":1728901527861,"duration":2}},{"uid":"fe18eb4f5e4e26fc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fe18eb4f5e4e26fc","status":"passed","time":{"start":1728892960141,"stop":1728892960142,"duration":1}},{"uid":"b8d1a40355402195","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b8d1a40355402195","status":"passed","time":{"start":1728855921716,"stop":1728855921716,"duration":0}},{"uid":"99aac0ee1a814371","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/99aac0ee1a814371","status":"passed","time":{"start":1728738138434,"stop":1728738138434,"duration":0}},{"uid":"92ab0b82a07a61a2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/92ab0b82a07a61a2","status":"passed","time":{"start":1728682672254,"stop":1728682672254,"duration":0}},{"uid":"938525e3bb8cc6b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/938525e3bb8cc6b8","status":"passed","time":{"start":1728682245076,"stop":1728682245076,"duration":0}},{"uid":"11a0e66b276f8d6c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11a0e66b276f8d6c","status":"passed","time":{"start":1728676721301,"stop":1728676721301,"duration":0}},{"uid":"a20558b600d79998","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a20558b600d79998","status":"passed","time":{"start":1728669444564,"stop":1728669444565,"duration":1}},{"uid":"ec0fdad58dc2e531","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec0fdad58dc2e531","status":"passed","time":{"start":1728597784075,"stop":1728597784077,"duration":2}},{"uid":"a3126dd3a6448ffd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3126dd3a6448ffd","status":"passed","time":{"start":1728597001550,"stop":1728597001551,"duration":1}}]},"tags":[]},"source":"8968d4f194e0fa8e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/8975bdabd2cc3eac.json b/7588/data/test-cases/8975bdabd2cc3eac.json new file mode 100644 index 00000000000..9c84d02c031 --- /dev/null +++ b/7588/data/test-cases/8975bdabd2cc3eac.json @@ -0,0 +1 @@ +{"uid":"8975bdabd2cc3eac","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":1729034340750,"stop":1729034340751,"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":15,"unknown":0,"total":15},"items":[{"uid":"82345c628437e8de","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/82345c628437e8de","status":"passed","time":{"start":1729034104152,"stop":1729034104153,"duration":1}},{"uid":"7af2187cc424d465","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7af2187cc424d465","status":"passed","time":{"start":1729034027732,"stop":1729034027733,"duration":1}},{"uid":"5ba3ebeee8e1717f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ba3ebeee8e1717f","status":"passed","time":{"start":1729033842337,"stop":1729033842337,"duration":0}},{"uid":"6f115857efd01be8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6f115857efd01be8","status":"passed","time":{"start":1729031892041,"stop":1729031892041,"duration":0}},{"uid":"35d7f4fa2df2c87d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/35d7f4fa2df2c87d","status":"passed","time":{"start":1728901438021,"stop":1728901438022,"duration":1}},{"uid":"6f062591f1c7882e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6f062591f1c7882e","status":"passed","time":{"start":1728892868228,"stop":1728892868228,"duration":0}},{"uid":"663e7ff5b2e01433","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/663e7ff5b2e01433","status":"passed","time":{"start":1728855831074,"stop":1728855831075,"duration":1}},{"uid":"4746e36d714c9532","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4746e36d714c9532","status":"passed","time":{"start":1728738048432,"stop":1728738048433,"duration":1}},{"uid":"6c80fbda74cb8f99","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6c80fbda74cb8f99","status":"passed","time":{"start":1728682581831,"stop":1728682581832,"duration":1}},{"uid":"ac6befa699270d1c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac6befa699270d1c","status":"passed","time":{"start":1728682154703,"stop":1728682154703,"duration":0}},{"uid":"1b08f39b108caf69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b08f39b108caf69","status":"passed","time":{"start":1728676629292,"stop":1728676629292,"duration":0}},{"uid":"b31f55b84d942908","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b31f55b84d942908","status":"passed","time":{"start":1728669352205,"stop":1728669352206,"duration":1}},{"uid":"5e6ecee59e67d107","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e6ecee59e67d107","status":"passed","time":{"start":1728597693008,"stop":1728597693009,"duration":1}},{"uid":"f9d4af124e7c7c7b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f9d4af124e7c7c7b","status":"passed","time":{"start":1728596912508,"stop":1728596912509,"duration":1}}]},"tags":[]},"source":"8975bdabd2cc3eac.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/89a7333e2775abb9.json b/7588/data/test-cases/89a7333e2775abb9.json new file mode 100644 index 00000000000..602255c3864 --- /dev/null +++ b/7588/data/test-cases/89a7333e2775abb9.json @@ -0,0 +1 @@ +{"uid":"89a7333e2775abb9","name":"Check meta is set [symmetric]","fullName":"/src/symmetric.spec.ts: Symmetric Encryption > Check meta is set [symmetric]","historyId":"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034366398,"stop":1729034366398,"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":15,"unknown":0,"total":15},"items":[{"uid":"5c4d9747defe5412","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5c4d9747defe5412","status":"passed","time":{"start":1729034130428,"stop":1729034130429,"duration":1}},{"uid":"ac8e8fcdb7cd661","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ac8e8fcdb7cd661","status":"passed","time":{"start":1729034053398,"stop":1729034053399,"duration":1}},{"uid":"4b94e67e200a3893","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b94e67e200a3893","status":"passed","time":{"start":1729033868325,"stop":1729033868326,"duration":1}},{"uid":"294da6688bc24e7a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/294da6688bc24e7a","status":"passed","time":{"start":1729031918115,"stop":1729031918116,"duration":1}},{"uid":"40155e060f5d67da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40155e060f5d67da","status":"passed","time":{"start":1728901463795,"stop":1728901463796,"duration":1}},{"uid":"5e2b61172416454b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5e2b61172416454b","status":"passed","time":{"start":1728892894309,"stop":1728892894309,"duration":0}},{"uid":"f7f25bf8e15d6c10","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f7f25bf8e15d6c10","status":"passed","time":{"start":1728855856837,"stop":1728855856837,"duration":0}},{"uid":"2e3529445ceb8198","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2e3529445ceb8198","status":"passed","time":{"start":1728738074177,"stop":1728738074178,"duration":1}},{"uid":"f27caaa0b11970a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f27caaa0b11970a","status":"passed","time":{"start":1728682607650,"stop":1728682607650,"duration":0}},{"uid":"d53799898b4467d9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d53799898b4467d9","status":"passed","time":{"start":1728682180604,"stop":1728682180605,"duration":1}},{"uid":"1954cade01f16c39","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1954cade01f16c39","status":"passed","time":{"start":1728676655188,"stop":1728676655188,"duration":0}},{"uid":"b19ef471b9a49b25","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b19ef471b9a49b25","status":"passed","time":{"start":1728669378163,"stop":1728669378164,"duration":1}},{"uid":"edac303af3cb0fad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/edac303af3cb0fad","status":"passed","time":{"start":1728597718741,"stop":1728597718741,"duration":0}},{"uid":"b655fcdd959e434d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b655fcdd959e434d","status":"passed","time":{"start":1728596937944,"stop":1728596937945,"duration":1}}]},"tags":[]},"source":"89a7333e2775abb9.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/89b64c2f3cf4b551.json b/7588/data/test-cases/89b64c2f3cf4b551.json new file mode 100644 index 00000000000..3ec9a7d1d1f --- /dev/null +++ b/7588/data/test-cases/89b64c2f3cf4b551.json @@ -0,0 +1 @@ +{"uid":"89b64c2f3cf4b551","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":1729034617767,"stop":1729034617767,"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":15,"unknown":0,"total":15},"items":[{"uid":"e63515798249bee4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e63515798249bee4","status":"passed","time":{"start":1729034370904,"stop":1729034370904,"duration":0}},{"uid":"63065a24262428cd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/63065a24262428cd","status":"passed","time":{"start":1729034308898,"stop":1729034308899,"duration":1}},{"uid":"95b9b56c95ecfe26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95b9b56c95ecfe26","status":"passed","time":{"start":1729034129480,"stop":1729034129480,"duration":0}},{"uid":"1753c0635f90c75c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1753c0635f90c75c","status":"passed","time":{"start":1729032178377,"stop":1729032178377,"duration":0}},{"uid":"aea31b5f8e8503fc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aea31b5f8e8503fc","status":"passed","time":{"start":1728901896354,"stop":1728901896354,"duration":0}},{"uid":"42e3b2e09a729da2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/42e3b2e09a729da2","status":"passed","time":{"start":1728893329035,"stop":1728893329035,"duration":0}},{"uid":"fc86a26aea55ef3b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fc86a26aea55ef3b","status":"passed","time":{"start":1728856284771,"stop":1728856284771,"duration":0}},{"uid":"15b323aad2b91c0d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15b323aad2b91c0d","status":"passed","time":{"start":1728738494948,"stop":1728738494948,"duration":0}},{"uid":"28fdd2513fc2d262","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28fdd2513fc2d262","status":"passed","time":{"start":1728683033638,"stop":1728683033638,"duration":0}},{"uid":"70ca961bb2fabd75","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70ca961bb2fabd75","status":"passed","time":{"start":1728682601745,"stop":1728682601746,"duration":1}},{"uid":"4141a51c9e0289e9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4141a51c9e0289e9","status":"passed","time":{"start":1728677107984,"stop":1728677107985,"duration":1}},{"uid":"f86d80a86b3aa6a0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f86d80a86b3aa6a0","status":"passed","time":{"start":1728669764758,"stop":1728669764759,"duration":1}},{"uid":"2b161283eb68d37","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2b161283eb68d37","status":"passed","time":{"start":1728598157577,"stop":1728598157577,"duration":0}},{"uid":"b2054ebde71da0fe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2054ebde71da0fe","status":"passed","time":{"start":1728597369086,"stop":1728597369086,"duration":0}}]},"tags":[]},"source":"89b64c2f3cf4b551.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/89e0a0ce08dc8c91.json b/7588/data/test-cases/89e0a0ce08dc8c91.json new file mode 100644 index 00000000000..3acc1eac21f --- /dev/null +++ b/7588/data/test-cases/89e0a0ce08dc8c91.json @@ -0,0 +1 @@ +{"uid":"89e0a0ce08dc8c91","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":1729034332622,"stop":1729034332622,"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":15,"unknown":0,"total":15},"items":[{"uid":"2c7fcbf4fb7ff9c6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2c7fcbf4fb7ff9c6","status":"passed","time":{"start":1729034096123,"stop":1729034096123,"duration":0}},{"uid":"a1dfb3e55cdcf6f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a1dfb3e55cdcf6f8","status":"passed","time":{"start":1729034020083,"stop":1729034020083,"duration":0}},{"uid":"e9c453161eb7cd31","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9c453161eb7cd31","status":"passed","time":{"start":1729033834374,"stop":1729033834375,"duration":1}},{"uid":"623e4ea839570432","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/623e4ea839570432","status":"passed","time":{"start":1729031884105,"stop":1729031884105,"duration":0}},{"uid":"719a7df1601288b8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/719a7df1601288b8","status":"passed","time":{"start":1728901430247,"stop":1728901430247,"duration":0}},{"uid":"ff7600a37adda581","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff7600a37adda581","status":"passed","time":{"start":1728892860523,"stop":1728892860523,"duration":0}},{"uid":"f73f1ccaae773bf2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f73f1ccaae773bf2","status":"passed","time":{"start":1728855823313,"stop":1728855823313,"duration":0}},{"uid":"27102683a4278a5f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/27102683a4278a5f","status":"passed","time":{"start":1728738040582,"stop":1728738040583,"duration":1}},{"uid":"90a3183b5e72b620","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/90a3183b5e72b620","status":"passed","time":{"start":1728682574080,"stop":1728682574080,"duration":0}},{"uid":"15696464e2fbb589","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/15696464e2fbb589","status":"passed","time":{"start":1728682146807,"stop":1728682146808,"duration":1}},{"uid":"84e04a92ef5c71e6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/84e04a92ef5c71e6","status":"passed","time":{"start":1728676621421,"stop":1728676621421,"duration":0}},{"uid":"64be110986efb19c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64be110986efb19c","status":"passed","time":{"start":1728669344459,"stop":1728669344459,"duration":0}},{"uid":"c4c960b557d317d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c4c960b557d317d4","status":"passed","time":{"start":1728597685151,"stop":1728597685152,"duration":1}},{"uid":"ddb9d89c0fc8b92","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ddb9d89c0fc8b92","status":"passed","time":{"start":1728596904458,"stop":1728596904458,"duration":0}}]},"tags":[]},"source":"89e0a0ce08dc8c91.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/224549cf2727d6ff.json b/7588/data/test-cases/8a0ff36e7d1e3863.json similarity index 69% rename from 7556/data/test-cases/224549cf2727d6ff.json rename to 7588/data/test-cases/8a0ff36e7d1e3863.json index 75e9a40c6d1..d835f80f83d 100644 --- a/7556/data/test-cases/224549cf2727d6ff.json +++ b/7588/data/test-cases/8a0ff36e7d1e3863.json @@ -1 +1 @@ -{"uid":"224549cf2727d6ff","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":1728457536280,"stop":1728457536280,"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":6,"unknown":0,"total":6},"items":[{"uid":"3cc983629d646b3","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/3cc983629d646b3","status":"passed","time":{"start":1728456479964,"stop":1728456479964,"duration":0}},{"uid":"90b9a1fb67b78f5","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/90b9a1fb67b78f5","status":"passed","time":{"start":1728456245086,"stop":1728456245086,"duration":0}},{"uid":"5ebe185d8444bff7","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/5ebe185d8444bff7","status":"passed","time":{"start":1728456210514,"stop":1728456210514,"duration":0}},{"uid":"558aaab90cd97e3c","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/558aaab90cd97e3c","status":"passed","time":{"start":1728455558233,"stop":1728455558233,"duration":0}},{"uid":"462e758b763b6b8d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/462e758b763b6b8d","status":"passed","time":{"start":1728452533447,"stop":1728452533447,"duration":0}}]},"tags":[]},"source":"224549cf2727d6ff.json","parameterValues":[]} \ No newline at end of file +{"uid":"8a0ff36e7d1e3863","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":1729034682672,"stop":1729034682673,"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":15,"unknown":0,"total":15},"items":[{"uid":"202c077ea1f9aee5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/202c077ea1f9aee5","status":"passed","time":{"start":1729034452183,"stop":1729034452183,"duration":0}},{"uid":"6bcc248611534c45","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6bcc248611534c45","status":"passed","time":{"start":1729034373079,"stop":1729034373079,"duration":0}},{"uid":"6095a844312138d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6095a844312138d6","status":"passed","time":{"start":1729034188117,"stop":1729034188117,"duration":0}},{"uid":"3c4d462a76434bed","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c4d462a76434bed","status":"passed","time":{"start":1729032231863,"stop":1729032231863,"duration":0}},{"uid":"191f0b4372216e06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/191f0b4372216e06","status":"passed","time":{"start":1728901989565,"stop":1728901989565,"duration":0}},{"uid":"10d49399f856d237","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/10d49399f856d237","status":"passed","time":{"start":1728893424898,"stop":1728893424898,"duration":0}},{"uid":"4900507812796526","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4900507812796526","status":"passed","time":{"start":1728856376683,"stop":1728856376683,"duration":0}},{"uid":"ef2e56d0ee5a62d1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ef2e56d0ee5a62d1","status":"passed","time":{"start":1728738593959,"stop":1728738593960,"duration":1}},{"uid":"5066feb32fbad7fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5066feb32fbad7fb","status":"passed","time":{"start":1728683135336,"stop":1728683135337,"duration":1}},{"uid":"9f8b0ff5a5b1708f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9f8b0ff5a5b1708f","status":"passed","time":{"start":1728682692588,"stop":1728682692589,"duration":1}},{"uid":"be87e139dcb6180e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/be87e139dcb6180e","status":"passed","time":{"start":1728677194228,"stop":1728677194228,"duration":0}},{"uid":"13449f609a322998","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/13449f609a322998","status":"passed","time":{"start":1728669874423,"stop":1728669874423,"duration":0}},{"uid":"e40472829a449960","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e40472829a449960","status":"passed","time":{"start":1728598257460,"stop":1728598257461,"duration":1}},{"uid":"282ce0698b8fb3e2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/282ce0698b8fb3e2","status":"passed","time":{"start":1728597471283,"stop":1728597471283,"duration":0}}]},"tags":[]},"source":"8a0ff36e7d1e3863.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ade8a17cff7b2493.json b/7588/data/test-cases/8a2bbf7b9c6e9951.json similarity index 81% rename from 7556/data/test-cases/ade8a17cff7b2493.json rename to 7588/data/test-cases/8a2bbf7b9c6e9951.json index cb1ed41541f..e55b27f6f16 100644 --- a/7556/data/test-cases/ade8a17cff7b2493.json +++ b/7588/data/test-cases/8a2bbf7b9c6e9951.json @@ -1 +1 @@ -{"uid":"ade8a17cff7b2493","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":1728457322428,"stop":1728457322428,"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":6,"unknown":0,"total":6},"items":[{"uid":"24813e9837f0ada9","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/24813e9837f0ada9","status":"passed","time":{"start":1728456287236,"stop":1728456287236,"duration":0}},{"uid":"ef1cfa684c3314c2","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ef1cfa684c3314c2","status":"passed","time":{"start":1728455980762,"stop":1728455980763,"duration":1}},{"uid":"d5d8cee566198d77","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/d5d8cee566198d77","status":"passed","time":{"start":1728455789242,"stop":1728455789242,"duration":0}},{"uid":"5d1f2da128f33f1b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/5d1f2da128f33f1b","status":"passed","time":{"start":1728455146552,"stop":1728455146552,"duration":0}},{"uid":"e96d98bd52045b3b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/e96d98bd52045b3b","status":"passed","time":{"start":1728452163129,"stop":1728452163129,"duration":0}}]},"tags":[]},"source":"ade8a17cff7b2493.json","parameterValues":[]} \ No newline at end of file +{"uid":"8a2bbf7b9c6e9951","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":1729034506798,"stop":1729034506798,"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":15,"unknown":0,"total":15},"items":[{"uid":"f9f5d0dd0831d5d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f9f5d0dd0831d5d4","status":"passed","time":{"start":1729034259821,"stop":1729034259821,"duration":0}},{"uid":"79bf9b8f9436b2d0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/79bf9b8f9436b2d0","status":"passed","time":{"start":1729034194025,"stop":1729034194027,"duration":2}},{"uid":"cece4c5c88086652","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cece4c5c88086652","status":"passed","time":{"start":1729034014877,"stop":1729034014878,"duration":1}},{"uid":"3b86b5c8ce38ee41","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3b86b5c8ce38ee41","status":"passed","time":{"start":1729032065456,"stop":1729032065458,"duration":2}},{"uid":"8fb3992c28e228ca","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8fb3992c28e228ca","status":"passed","time":{"start":1728901664270,"stop":1728901664270,"duration":0}},{"uid":"46d58566a23b45ba","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/46d58566a23b45ba","status":"passed","time":{"start":1728893093692,"stop":1728893093693,"duration":1}},{"uid":"d49548fe77216131","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d49548fe77216131","status":"passed","time":{"start":1728856055274,"stop":1728856055274,"duration":0}},{"uid":"46d0279b8c0fb597","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/46d0279b8c0fb597","status":"passed","time":{"start":1728738274745,"stop":1728738274746,"duration":1}},{"uid":"6f8db5592a2f28f9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6f8db5592a2f28f9","status":"passed","time":{"start":1728682807960,"stop":1728682807961,"duration":1}},{"uid":"c11906f66453e6cc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c11906f66453e6cc","status":"passed","time":{"start":1728682381286,"stop":1728682381287,"duration":1}},{"uid":"4c1ab9d7a260f260","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4c1ab9d7a260f260","status":"passed","time":{"start":1728676853902,"stop":1728676853902,"duration":0}},{"uid":"533973a26a90bb48","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/533973a26a90bb48","status":"passed","time":{"start":1728669581698,"stop":1728669581698,"duration":0}},{"uid":"862708f8e49e2cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/862708f8e49e2cd","status":"passed","time":{"start":1728597923491,"stop":1728597923492,"duration":1}},{"uid":"85925e3f2c0d6687","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/85925e3f2c0d6687","status":"passed","time":{"start":1728597132265,"stop":1728597132265,"duration":0}}]},"tags":[]},"source":"8a2bbf7b9c6e9951.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/8a41cd28960e9fd5.json b/7588/data/test-cases/8a41cd28960e9fd5.json new file mode 100644 index 00000000000..68c28d24475 --- /dev/null +++ b/7588/data/test-cases/8a41cd28960e9fd5.json @@ -0,0 +1 @@ +{"uid":"8a41cd28960e9fd5","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":1729034366399,"stop":1729034366399,"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":15,"unknown":0,"total":15},"items":[{"uid":"fa4b154a63e95c16","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fa4b154a63e95c16","status":"passed","time":{"start":1729034130430,"stop":1729034130430,"duration":0}},{"uid":"c4131db967442548","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c4131db967442548","status":"passed","time":{"start":1729034053400,"stop":1729034053400,"duration":0}},{"uid":"cba135ccb7b2f165","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cba135ccb7b2f165","status":"passed","time":{"start":1729033868327,"stop":1729033868328,"duration":1}},{"uid":"557abeb4268dcb46","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/557abeb4268dcb46","status":"passed","time":{"start":1729031918117,"stop":1729031918117,"duration":0}},{"uid":"6fae5d5db32a3804","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6fae5d5db32a3804","status":"passed","time":{"start":1728901463797,"stop":1728901463797,"duration":0}},{"uid":"90202774c3816345","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/90202774c3816345","status":"passed","time":{"start":1728892894310,"stop":1728892894310,"duration":0}},{"uid":"92e4ef1166adc62f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92e4ef1166adc62f","status":"passed","time":{"start":1728855856838,"stop":1728855856839,"duration":1}},{"uid":"e976f7c5dad95357","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e976f7c5dad95357","status":"passed","time":{"start":1728738074179,"stop":1728738074179,"duration":0}},{"uid":"9333bb5dbf47baa7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9333bb5dbf47baa7","status":"passed","time":{"start":1728682607652,"stop":1728682607652,"duration":0}},{"uid":"7b73ab9c0474f2a2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b73ab9c0474f2a2","status":"passed","time":{"start":1728682180606,"stop":1728682180606,"duration":0}},{"uid":"ec3c5b52fa2bb71b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec3c5b52fa2bb71b","status":"passed","time":{"start":1728676655189,"stop":1728676655191,"duration":2}},{"uid":"aa463df0095265b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa463df0095265b","status":"passed","time":{"start":1728669378165,"stop":1728669378165,"duration":0}},{"uid":"2e26e28798fb48f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e26e28798fb48f","status":"passed","time":{"start":1728597718742,"stop":1728597718743,"duration":1}},{"uid":"8ed9ece4d314f689","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8ed9ece4d314f689","status":"passed","time":{"start":1728596937946,"stop":1728596937946,"duration":0}}]},"tags":[]},"source":"8a41cd28960e9fd5.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/8aaa53a90492c0b.json b/7588/data/test-cases/8aaa53a90492c0b.json new file mode 100644 index 00000000000..032b7c1ea34 --- /dev/null +++ b/7588/data/test-cases/8aaa53a90492c0b.json @@ -0,0 +1 @@ +{"uid":"8aaa53a90492c0b","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":1729034332620,"stop":1729034332621,"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":15,"unknown":0,"total":15},"items":[{"uid":"4df8071e195ecd02","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4df8071e195ecd02","status":"passed","time":{"start":1729034096121,"stop":1729034096121,"duration":0}},{"uid":"631ef77a5f397124","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/631ef77a5f397124","status":"passed","time":{"start":1729034020081,"stop":1729034020082,"duration":1}},{"uid":"70167d99c236c8d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/70167d99c236c8d0","status":"passed","time":{"start":1729033834373,"stop":1729033834373,"duration":0}},{"uid":"c50aea4228595c60","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c50aea4228595c60","status":"passed","time":{"start":1729031884103,"stop":1729031884103,"duration":0}},{"uid":"7e9ef158e18fb45f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e9ef158e18fb45f","status":"passed","time":{"start":1728901430246,"stop":1728901430246,"duration":0}},{"uid":"4ae9c4107bdb8c5c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4ae9c4107bdb8c5c","status":"passed","time":{"start":1728892860521,"stop":1728892860521,"duration":0}},{"uid":"a7dce1b7369e0b9c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a7dce1b7369e0b9c","status":"passed","time":{"start":1728855823312,"stop":1728855823312,"duration":0}},{"uid":"588b8ce48874736b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/588b8ce48874736b","status":"passed","time":{"start":1728738040581,"stop":1728738040581,"duration":0}},{"uid":"f36d8659a65efc6b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f36d8659a65efc6b","status":"passed","time":{"start":1728682574078,"stop":1728682574078,"duration":0}},{"uid":"ce8b8442972fd34","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce8b8442972fd34","status":"passed","time":{"start":1728682146806,"stop":1728682146807,"duration":1}},{"uid":"33932f1d05fe645a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33932f1d05fe645a","status":"passed","time":{"start":1728676621420,"stop":1728676621420,"duration":0}},{"uid":"48f9cc2781a2015d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/48f9cc2781a2015d","status":"passed","time":{"start":1728669344457,"stop":1728669344458,"duration":1}},{"uid":"8ff9e56e1ff51f11","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ff9e56e1ff51f11","status":"passed","time":{"start":1728597685150,"stop":1728597685150,"duration":0}},{"uid":"982f4a78d893a775","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/982f4a78d893a775","status":"passed","time":{"start":1728596904456,"stop":1728596904456,"duration":0}}]},"tags":[]},"source":"8aaa53a90492c0b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/bd0966a9108b5543.json b/7588/data/test-cases/8afa16ecfddccdd5.json similarity index 50% rename from 7556/data/test-cases/bd0966a9108b5543.json rename to 7588/data/test-cases/8afa16ecfddccdd5.json index 4b3efc81b94..74b91e7606a 100644 --- a/7556/data/test-cases/bd0966a9108b5543.json +++ b/7588/data/test-cases/8afa16ecfddccdd5.json @@ -1 +1 @@ -{"uid":"bd0966a9108b5543","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":1728457289886,"stop":1728457289887,"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":6,"unknown":0,"total":6},"items":[{"uid":"7f6452b0d18f8ae3","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/7f6452b0d18f8ae3","status":"passed","time":{"start":1728456257098,"stop":1728456257099,"duration":1}},{"uid":"749c4d9b789e211d","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/749c4d9b789e211d","status":"passed","time":{"start":1728455949856,"stop":1728455949857,"duration":1}},{"uid":"17900b5a82cc0eb2","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/17900b5a82cc0eb2","status":"passed","time":{"start":1728455741442,"stop":1728455741443,"duration":1}},{"uid":"d82a40d7a6f31e9e","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/d82a40d7a6f31e9e","status":"passed","time":{"start":1728455102311,"stop":1728455102311,"duration":0}},{"uid":"d04d56f19d2280e9","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d04d56f19d2280e9","status":"passed","time":{"start":1728452170806,"stop":1728452170806,"duration":0}}]},"tags":[]},"source":"bd0966a9108b5543.json","parameterValues":[]} \ No newline at end of file +{"uid":"8afa16ecfddccdd5","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":1729034472932,"stop":1729034472932,"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":15,"unknown":0,"total":15},"items":[{"uid":"f717645439e46306","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f717645439e46306","status":"passed","time":{"start":1729034240906,"stop":1729034240906,"duration":0}},{"uid":"9ded3190039450d4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9ded3190039450d4","status":"passed","time":{"start":1729034159609,"stop":1729034159609,"duration":0}},{"uid":"3f1d65590d8b1712","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f1d65590d8b1712","status":"passed","time":{"start":1729033976776,"stop":1729033976776,"duration":0}},{"uid":"9d37436f43ca4199","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d37436f43ca4199","status":"passed","time":{"start":1729032020507,"stop":1729032020507,"duration":0}},{"uid":"89413cf73e649923","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/89413cf73e649923","status":"passed","time":{"start":1728901616424,"stop":1728901616424,"duration":0}},{"uid":"828022834f9c6777","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/828022834f9c6777","status":"passed","time":{"start":1728893050239,"stop":1728893050239,"duration":0}},{"uid":"8b31c7e956f2d83e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b31c7e956f2d83e","status":"passed","time":{"start":1728856015166,"stop":1728856015166,"duration":0}},{"uid":"ae46f6e4cf8abd1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ae46f6e4cf8abd1c","status":"passed","time":{"start":1728738233128,"stop":1728738233129,"duration":1}},{"uid":"786dda69f3bccb02","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/786dda69f3bccb02","status":"passed","time":{"start":1728682762462,"stop":1728682762462,"duration":0}},{"uid":"ea7150daa16a92bf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea7150daa16a92bf","status":"passed","time":{"start":1728682332780,"stop":1728682332780,"duration":0}},{"uid":"557ee14409f58bd8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/557ee14409f58bd8","status":"passed","time":{"start":1728676810284,"stop":1728676810285,"duration":1}},{"uid":"6c4348b69fbdc267","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c4348b69fbdc267","status":"passed","time":{"start":1728669529887,"stop":1728669529888,"duration":1}},{"uid":"3d8ac0c4bc41f97a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3d8ac0c4bc41f97a","status":"passed","time":{"start":1728597873526,"stop":1728597873527,"duration":1}},{"uid":"8972030cc2949db7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8972030cc2949db7","status":"passed","time":{"start":1728597089267,"stop":1728597089268,"duration":1}}]},"tags":[]},"source":"8afa16ecfddccdd5.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/8b291708265baee1.json b/7588/data/test-cases/8b291708265baee1.json new file mode 100644 index 00000000000..d709d7ed976 --- /dev/null +++ b/7588/data/test-cases/8b291708265baee1.json @@ -0,0 +1 @@ +{"uid":"8b291708265baee1","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":1729034340758,"stop":1729034340758,"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":15,"unknown":0,"total":15},"items":[{"uid":"878ffd2388dac799","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/878ffd2388dac799","status":"passed","time":{"start":1729034104187,"stop":1729034104188,"duration":1}},{"uid":"e8cb60d07e63e818","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e8cb60d07e63e818","status":"passed","time":{"start":1729034027748,"stop":1729034027749,"duration":1}},{"uid":"6a30a0b40e9abc4f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a30a0b40e9abc4f","status":"passed","time":{"start":1729033842352,"stop":1729033842352,"duration":0}},{"uid":"d3f2e7c0f9b471f5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d3f2e7c0f9b471f5","status":"passed","time":{"start":1729031892051,"stop":1729031892051,"duration":0}},{"uid":"7bc52ee384f29399","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7bc52ee384f29399","status":"passed","time":{"start":1728901438035,"stop":1728901438036,"duration":1}},{"uid":"d2db3557f00dbe30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d2db3557f00dbe30","status":"passed","time":{"start":1728892868238,"stop":1728892868238,"duration":0}},{"uid":"9e95b306daa17622","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e95b306daa17622","status":"passed","time":{"start":1728855831084,"stop":1728855831084,"duration":0}},{"uid":"a80a9f58812a17f2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a80a9f58812a17f2","status":"passed","time":{"start":1728738048446,"stop":1728738048447,"duration":1}},{"uid":"f3e513fc7c11dfe8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3e513fc7c11dfe8","status":"passed","time":{"start":1728682581852,"stop":1728682581853,"duration":1}},{"uid":"8c17dc19b752e790","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8c17dc19b752e790","status":"passed","time":{"start":1728682154712,"stop":1728682154712,"duration":0}},{"uid":"2b9dbbdd0ed3136f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b9dbbdd0ed3136f","status":"passed","time":{"start":1728676629307,"stop":1728676629308,"duration":1}},{"uid":"c41df06a30fadc1a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c41df06a30fadc1a","status":"passed","time":{"start":1728669352215,"stop":1728669352215,"duration":0}},{"uid":"abcc8f1163ae3cf5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/abcc8f1163ae3cf5","status":"passed","time":{"start":1728597693025,"stop":1728597693025,"duration":0}},{"uid":"c7e1f395611ad999","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c7e1f395611ad999","status":"passed","time":{"start":1728596912536,"stop":1728596912536,"duration":0}}]},"tags":[]},"source":"8b291708265baee1.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3503de32bb6dfa27.json b/7588/data/test-cases/8b597629df0abdac.json similarity index 81% rename from 7556/data/test-cases/3503de32bb6dfa27.json rename to 7588/data/test-cases/8b597629df0abdac.json index 80bb6762f1d..d8294969924 100644 --- a/7556/data/test-cases/3503de32bb6dfa27.json +++ b/7588/data/test-cases/8b597629df0abdac.json @@ -1 +1 @@ -{"uid":"3503de32bb6dfa27","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":1728457481259,"stop":1728457481260,"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":6,"unknown":0,"total":6},"items":[{"uid":"3a45323a767914d4","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/3a45323a767914d4","status":"passed","time":{"start":1728456434596,"stop":1728456434596,"duration":0}},{"uid":"60fbfbf968e4d7fb","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/60fbfbf968e4d7fb","status":"passed","time":{"start":1728456196703,"stop":1728456196703,"duration":0}},{"uid":"fd60d4174b8984c3","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/fd60d4174b8984c3","status":"passed","time":{"start":1728456113181,"stop":1728456113182,"duration":1}},{"uid":"3eab0985736f222c","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/3eab0985736f222c","status":"passed","time":{"start":1728455468958,"stop":1728455468958,"duration":0}},{"uid":"83d7b7baaa05b3f2","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/83d7b7baaa05b3f2","status":"passed","time":{"start":1728452437017,"stop":1728452437017,"duration":0}}]},"tags":[]},"source":"3503de32bb6dfa27.json","parameterValues":[]} \ No newline at end of file +{"uid":"8b597629df0abdac","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":1729034636311,"stop":1729034636311,"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":15,"unknown":0,"total":15},"items":[{"uid":"9a29f8c19ca9c0c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9a29f8c19ca9c0c","status":"passed","time":{"start":1729034402268,"stop":1729034402268,"duration":0}},{"uid":"b9ac6bcb2b3fea17","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b9ac6bcb2b3fea17","status":"passed","time":{"start":1729034323287,"stop":1729034323288,"duration":1}},{"uid":"acaf1694b0924680","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/acaf1694b0924680","status":"passed","time":{"start":1729034144762,"stop":1729034144763,"duration":1}},{"uid":"cd71d4b8aeb40ac7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cd71d4b8aeb40ac7","status":"passed","time":{"start":1729032198813,"stop":1729032198813,"duration":0}},{"uid":"d532dd849822f828","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d532dd849822f828","status":"passed","time":{"start":1728901901758,"stop":1728901901759,"duration":1}},{"uid":"b1a83e445bf3b9fe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b1a83e445bf3b9fe","status":"passed","time":{"start":1728893337238,"stop":1728893337239,"duration":1}},{"uid":"e01269d1d452896","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e01269d1d452896","status":"passed","time":{"start":1728856299186,"stop":1728856299186,"duration":0}},{"uid":"df955de0e1af5296","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/df955de0e1af5296","status":"passed","time":{"start":1728738505372,"stop":1728738505372,"duration":0}},{"uid":"521ce5a2982d20c8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/521ce5a2982d20c8","status":"passed","time":{"start":1728683045440,"stop":1728683045440,"duration":0}},{"uid":"bb75135b5d982d35","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb75135b5d982d35","status":"passed","time":{"start":1728682607285,"stop":1728682607285,"duration":0}},{"uid":"22027976edeed1bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/22027976edeed1bc","status":"passed","time":{"start":1728677103491,"stop":1728677103491,"duration":0}},{"uid":"fd5c41dde295e140","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd5c41dde295e140","status":"passed","time":{"start":1728669777113,"stop":1728669777113,"duration":0}},{"uid":"c91106fa1616c061","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c91106fa1616c061","status":"passed","time":{"start":1728598163463,"stop":1728598163463,"duration":0}},{"uid":"698de3761986f006","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/698de3761986f006","status":"passed","time":{"start":1728597375461,"stop":1728597375462,"duration":1}}]},"tags":[]},"source":"8b597629df0abdac.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2fa7ccd74e934e64.json b/7588/data/test-cases/8b94c75b7b03d018.json similarity index 83% rename from 7556/data/test-cases/2fa7ccd74e934e64.json rename to 7588/data/test-cases/8b94c75b7b03d018.json index b9f8f181fed..827ee44b703 100644 --- a/7556/data/test-cases/2fa7ccd74e934e64.json +++ b/7588/data/test-cases/8b94c75b7b03d018.json @@ -1 +1 @@ -{"uid":"2fa7ccd74e934e64","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":1728457448623,"stop":1728457448623,"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":6,"unknown":0,"total":6},"items":[{"uid":"5d18c6698248d6d9","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/5d18c6698248d6d9","status":"passed","time":{"start":1728456402403,"stop":1728456402403,"duration":0}},{"uid":"bf449a1281a326d3","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/bf449a1281a326d3","status":"passed","time":{"start":1728456120440,"stop":1728456120440,"duration":0}},{"uid":"d417d17b8b8ec048","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/d417d17b8b8ec048","status":"passed","time":{"start":1728456038375,"stop":1728456038375,"duration":0}},{"uid":"8b9963e4ddccf26b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/8b9963e4ddccf26b","status":"passed","time":{"start":1728455403830,"stop":1728455403831,"duration":1}},{"uid":"6c9602a862686063","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/6c9602a862686063","status":"passed","time":{"start":1728452400294,"stop":1728452400294,"duration":0}}]},"tags":[]},"source":"2fa7ccd74e934e64.json","parameterValues":[]} \ No newline at end of file +{"uid":"8b94c75b7b03d018","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":1729034611681,"stop":1729034611681,"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":15,"unknown":0,"total":15},"items":[{"uid":"20acce1c2329138f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/20acce1c2329138f","status":"passed","time":{"start":1729034393657,"stop":1729034393657,"duration":0}},{"uid":"20eddf7ab44b3fd1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/20eddf7ab44b3fd1","status":"passed","time":{"start":1729034304855,"stop":1729034304855,"duration":0}},{"uid":"44290cfabc20bd16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/44290cfabc20bd16","status":"passed","time":{"start":1729034121945,"stop":1729034121946,"duration":1}},{"uid":"280f65ed20f7559a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/280f65ed20f7559a","status":"passed","time":{"start":1729032174920,"stop":1729032174920,"duration":0}},{"uid":"6f68221a24f34917","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f68221a24f34917","status":"passed","time":{"start":1728901881026,"stop":1728901881027,"duration":1}},{"uid":"625125b9e753c86f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/625125b9e753c86f","status":"passed","time":{"start":1728893317180,"stop":1728893317180,"duration":0}},{"uid":"e609d0cd2d702712","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e609d0cd2d702712","status":"passed","time":{"start":1728856263111,"stop":1728856263111,"duration":0}},{"uid":"ad74b0c32660abed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad74b0c32660abed","status":"passed","time":{"start":1728738492804,"stop":1728738492804,"duration":0}},{"uid":"75b32545df259ea2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75b32545df259ea2","status":"passed","time":{"start":1728683030028,"stop":1728683030028,"duration":0}},{"uid":"307f00a33ad78c36","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/307f00a33ad78c36","status":"passed","time":{"start":1728682581113,"stop":1728682581114,"duration":1}},{"uid":"c7afd2193ddc5e54","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c7afd2193ddc5e54","status":"passed","time":{"start":1728677082009,"stop":1728677082009,"duration":0}},{"uid":"9c7b0e51088a345b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c7b0e51088a345b","status":"passed","time":{"start":1728669795405,"stop":1728669795406,"duration":1}},{"uid":"857d7149d07ea599","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/857d7149d07ea599","status":"passed","time":{"start":1728598137508,"stop":1728598137509,"duration":1}},{"uid":"a2e0652bc5a73144","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a2e0652bc5a73144","status":"passed","time":{"start":1728597353486,"stop":1728597353486,"duration":0}}]},"tags":[]},"source":"8b94c75b7b03d018.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/4dca89f8b4bb3a1c.json b/7588/data/test-cases/8baff3b4e5a5fe3b.json similarity index 61% rename from 7556/data/test-cases/4dca89f8b4bb3a1c.json rename to 7588/data/test-cases/8baff3b4e5a5fe3b.json index 48f0cb90357..25f0bc79c2a 100644 --- a/7556/data/test-cases/4dca89f8b4bb3a1c.json +++ b/7588/data/test-cases/8baff3b4e5a5fe3b.json @@ -1 +1 @@ -{"uid":"4dca89f8b4bb3a1c","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":1728457558865,"stop":1728457558865,"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":6,"unknown":0,"total":6},"items":[{"uid":"315cbd41392d41a","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/315cbd41392d41a","status":"passed","time":{"start":1728456503555,"stop":1728456503556,"duration":1}},{"uid":"abbb29a102222d8a","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/abbb29a102222d8a","status":"passed","time":{"start":1728456273219,"stop":1728456273220,"duration":1}},{"uid":"a4f5a8c789d0b49b","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/a4f5a8c789d0b49b","status":"passed","time":{"start":1728456233821,"stop":1728456233822,"duration":1}},{"uid":"b8dfd930fed5e3bc","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/b8dfd930fed5e3bc","status":"passed","time":{"start":1728455595195,"stop":1728455595196,"duration":1}},{"uid":"e95c4dfb99a97326","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/e95c4dfb99a97326","status":"passed","time":{"start":1728452556200,"stop":1728452556200,"duration":0}}]},"tags":[]},"source":"4dca89f8b4bb3a1c.json","parameterValues":[]} \ No newline at end of file +{"uid":"8baff3b4e5a5fe3b","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":1729034696866,"stop":1729034696866,"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":15,"unknown":0,"total":15},"items":[{"uid":"6b3a7f29a927d5f7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6b3a7f29a927d5f7","status":"passed","time":{"start":1729034470062,"stop":1729034470063,"duration":1}},{"uid":"c978b332c97b214d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c978b332c97b214d","status":"passed","time":{"start":1729034388869,"stop":1729034388869,"duration":0}},{"uid":"793736e75847cec5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/793736e75847cec5","status":"passed","time":{"start":1729034213020,"stop":1729034213020,"duration":0}},{"uid":"18398dfb29c0278a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/18398dfb29c0278a","status":"passed","time":{"start":1729032269103,"stop":1729032269103,"duration":0}},{"uid":"6183340ff410925f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6183340ff410925f","status":"passed","time":{"start":1728902000842,"stop":1728902000842,"duration":0}},{"uid":"1cf6f0b779d80e0d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cf6f0b779d80e0d","status":"passed","time":{"start":1728893442596,"stop":1728893442597,"duration":1}},{"uid":"1b7e83f46c9d44f5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b7e83f46c9d44f5","status":"passed","time":{"start":1728856386641,"stop":1728856386642,"duration":1}},{"uid":"958639843f8de592","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/958639843f8de592","status":"passed","time":{"start":1728738608587,"stop":1728738608587,"duration":0}},{"uid":"490f35a10eed300a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/490f35a10eed300a","status":"passed","time":{"start":1728683148173,"stop":1728683148173,"duration":0}},{"uid":"1f7731a4c2c30c52","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1f7731a4c2c30c52","status":"passed","time":{"start":1728682709057,"stop":1728682709057,"duration":0}},{"uid":"313ada3739e68505","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/313ada3739e68505","status":"passed","time":{"start":1728677206656,"stop":1728677206656,"duration":0}},{"uid":"c075c9d267a5f637","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c075c9d267a5f637","status":"passed","time":{"start":1728669888550,"stop":1728669888551,"duration":1}},{"uid":"5dbb424d1008be27","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5dbb424d1008be27","status":"passed","time":{"start":1728598268131,"stop":1728598268131,"duration":0}},{"uid":"edd96ed28c7af367","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/edd96ed28c7af367","status":"passed","time":{"start":1728597478033,"stop":1728597478033,"duration":0}}]},"tags":[]},"source":"8baff3b4e5a5fe3b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/f51db7e8ee0f289b.json b/7588/data/test-cases/8be48fb9c292c553.json similarity index 61% rename from 7556/data/test-cases/f51db7e8ee0f289b.json rename to 7588/data/test-cases/8be48fb9c292c553.json index 0c2a8f85afc..bdd23ab9179 100644 --- a/7556/data/test-cases/f51db7e8ee0f289b.json +++ b/7588/data/test-cases/8be48fb9c292c553.json @@ -1 +1 @@ -{"uid":"f51db7e8ee0f289b","name":"Reusing cursor across nodes","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Reusing cursor across nodes","historyId":"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457525092,"stop":1728457525093,"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":6,"unknown":0,"total":6},"items":[{"uid":"909209b00c4cce81","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/909209b00c4cce81","status":"passed","time":{"start":1728456469484,"stop":1728456469484,"duration":0}},{"uid":"271dab84cdf242e6","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/271dab84cdf242e6","status":"passed","time":{"start":1728456237813,"stop":1728456237814,"duration":1}},{"uid":"6ce5d64175052556","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/6ce5d64175052556","status":"passed","time":{"start":1728456203069,"stop":1728456203069,"duration":0}},{"uid":"bba33286c016d241","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/bba33286c016d241","status":"passed","time":{"start":1728455555324,"stop":1728455555324,"duration":0}},{"uid":"b7456f094e363b2e","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b7456f094e363b2e","status":"passed","time":{"start":1728452514198,"stop":1728452514198,"duration":0}}]},"tags":[]},"source":"f51db7e8ee0f289b.json","parameterValues":[]} \ No newline at end of file +{"uid":"8be48fb9c292c553","name":"Reusing cursor across nodes","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Reusing cursor across nodes","historyId":"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034665584,"stop":1729034665584,"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":15,"unknown":0,"total":15},"items":[{"uid":"4c2cbd0e7ad6c09e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4c2cbd0e7ad6c09e","status":"passed","time":{"start":1729034434263,"stop":1729034434264,"duration":1}},{"uid":"8eb46d1e2493031d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8eb46d1e2493031d","status":"passed","time":{"start":1729034350159,"stop":1729034350162,"duration":3}},{"uid":"88cfb5bcb9a9e6f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/88cfb5bcb9a9e6f9","status":"passed","time":{"start":1729034169195,"stop":1729034169195,"duration":0}},{"uid":"902f3ce3e3d274f6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/902f3ce3e3d274f6","status":"passed","time":{"start":1729032228067,"stop":1729032228068,"duration":1}},{"uid":"f9f596e4303013fa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f9f596e4303013fa","status":"passed","time":{"start":1728901947147,"stop":1728901947147,"duration":0}},{"uid":"68a5b48a4d0deb2a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/68a5b48a4d0deb2a","status":"passed","time":{"start":1728893380058,"stop":1728893380058,"duration":0}},{"uid":"ed971a18160da2a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed971a18160da2a4","status":"passed","time":{"start":1728856336880,"stop":1728856336881,"duration":1}},{"uid":"3f4a4b68d58ea25","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3f4a4b68d58ea25","status":"passed","time":{"start":1728738551164,"stop":1728738551164,"duration":0}},{"uid":"f0bea877e553dea4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f0bea877e553dea4","status":"passed","time":{"start":1728683095876,"stop":1728683095877,"duration":1}},{"uid":"a40507d38cc1d2ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a40507d38cc1d2ac","status":"passed","time":{"start":1728682657389,"stop":1728682657390,"duration":1}},{"uid":"47279b90f7828870","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/47279b90f7828870","status":"passed","time":{"start":1728677151466,"stop":1728677151467,"duration":1}},{"uid":"390f72bdb1092759","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/390f72bdb1092759","status":"passed","time":{"start":1728669832894,"stop":1728669832894,"duration":0}},{"uid":"6faa4ef1a1ddb8a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6faa4ef1a1ddb8a4","status":"passed","time":{"start":1728598215611,"stop":1728598215611,"duration":0}},{"uid":"55cdac4a09c42be6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/55cdac4a09c42be6","status":"passed","time":{"start":1728597425044,"stop":1728597425045,"duration":1}}]},"tags":[]},"source":"8be48fb9c292c553.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/8c1815fc7296513e.json b/7588/data/test-cases/8c1815fc7296513e.json new file mode 100644 index 00000000000..d4aaf156c4a --- /dev/null +++ b/7588/data/test-cases/8c1815fc7296513e.json @@ -0,0 +1 @@ +{"uid":"8c1815fc7296513e","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app74/1/topic712/proto","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 10 - Cluster ID: 10, Content Topic: /app74/1/topic712/proto","historyId":"91be0baaa4bd07cf19a2856bf5eea8f9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034656472,"stop":1729034656472,"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":"8c1815fc7296513e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/8ca64583ca5a4ce6.json b/7588/data/test-cases/8ca64583ca5a4ce6.json new file mode 100644 index 00000000000..f6ab61c3869 --- /dev/null +++ b/7588/data/test-cases/8ca64583ca5a4ce6.json @@ -0,0 +1 @@ +{"uid":"8ca64583ca5a4ce6","name":"should return false","fullName":"/src/enr.spec.ts: ENR > Verify > should return false","historyId":"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034341402,"stop":1729034341402,"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":15,"unknown":0,"total":15},"items":[{"uid":"457fdf2ea23489d6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/457fdf2ea23489d6","status":"passed","time":{"start":1729034104910,"stop":1729034104910,"duration":0}},{"uid":"90308f55425b3285","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/90308f55425b3285","status":"passed","time":{"start":1729034028508,"stop":1729034028508,"duration":0}},{"uid":"812dbd0259895dcd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/812dbd0259895dcd","status":"passed","time":{"start":1729033843116,"stop":1729033843116,"duration":0}},{"uid":"72ef2c6e6a29b879","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/72ef2c6e6a29b879","status":"passed","time":{"start":1729031892675,"stop":1729031892675,"duration":0}},{"uid":"e22de5cc44e4e0ea","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e22de5cc44e4e0ea","status":"passed","time":{"start":1728901438806,"stop":1728901438806,"duration":0}},{"uid":"9fd71b7b365949b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9fd71b7b365949b2","status":"passed","time":{"start":1728892868998,"stop":1728892868998,"duration":0}},{"uid":"8139eeeea2b09749","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8139eeeea2b09749","status":"passed","time":{"start":1728855831890,"stop":1728855831890,"duration":0}},{"uid":"818d06a8c812f340","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/818d06a8c812f340","status":"passed","time":{"start":1728738049038,"stop":1728738049038,"duration":0}},{"uid":"b099977b872bc67d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b099977b872bc67d","status":"passed","time":{"start":1728682582616,"stop":1728682582616,"duration":0}},{"uid":"e334b31f9b8d1f99","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e334b31f9b8d1f99","status":"passed","time":{"start":1728682155406,"stop":1728682155406,"duration":0}},{"uid":"b458df39f5f06aae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b458df39f5f06aae","status":"passed","time":{"start":1728676629971,"stop":1728676629972,"duration":1}},{"uid":"494c8c4443b6906d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/494c8c4443b6906d","status":"passed","time":{"start":1728669353099,"stop":1728669353099,"duration":0}},{"uid":"612f98e232489717","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/612f98e232489717","status":"passed","time":{"start":1728597693844,"stop":1728597693844,"duration":0}},{"uid":"96f32c37ea8cc347","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/96f32c37ea8cc347","status":"passed","time":{"start":1728596913088,"stop":1728596913089,"duration":1}}]},"tags":[]},"source":"8ca64583ca5a4ce6.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/8cbee89ed6545c44.json b/7588/data/test-cases/8cbee89ed6545c44.json new file mode 100644 index 00000000000..fc16922e59d --- /dev/null +++ b/7588/data/test-cases/8cbee89ed6545c44.json @@ -0,0 +1 @@ +{"uid":"8cbee89ed6545c44","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":1729034360437,"stop":1729034360437,"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":15,"unknown":0,"total":15},"items":[{"uid":"6d594ee269fce3cc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d594ee269fce3cc","status":"passed","time":{"start":1729034124363,"stop":1729034124364,"duration":1}},{"uid":"ecb8ff723b834cdd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ecb8ff723b834cdd","status":"passed","time":{"start":1729034047485,"stop":1729034047485,"duration":0}},{"uid":"744d1dc06edeb69","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/744d1dc06edeb69","status":"passed","time":{"start":1729033862330,"stop":1729033862330,"duration":0}},{"uid":"327808b6891a1ade","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/327808b6891a1ade","status":"passed","time":{"start":1729031912071,"stop":1729031912071,"duration":0}},{"uid":"bdffeaa437923b16","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bdffeaa437923b16","status":"passed","time":{"start":1728901457818,"stop":1728901457818,"duration":0}},{"uid":"af0e10bdcbc14dab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/af0e10bdcbc14dab","status":"passed","time":{"start":1728892888301,"stop":1728892888301,"duration":0}},{"uid":"b78b2b4c1a0796c9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b78b2b4c1a0796c9","status":"passed","time":{"start":1728855850789,"stop":1728855850789,"duration":0}},{"uid":"742a5d0e4fdc8f8e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/742a5d0e4fdc8f8e","status":"passed","time":{"start":1728738068165,"stop":1728738068165,"duration":0}},{"uid":"42d8a85469acbe57","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42d8a85469acbe57","status":"passed","time":{"start":1728682601674,"stop":1728682601674,"duration":0}},{"uid":"b3dd6ab0fa24b33f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3dd6ab0fa24b33f","status":"passed","time":{"start":1728682174566,"stop":1728682174567,"duration":1}},{"uid":"6281d57f1b214ad2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6281d57f1b214ad2","status":"passed","time":{"start":1728676648932,"stop":1728676648932,"duration":0}},{"uid":"b0873b6b43ce3831","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0873b6b43ce3831","status":"passed","time":{"start":1728669372211,"stop":1728669372212,"duration":1}},{"uid":"ad9fe61e6ebb1da1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ad9fe61e6ebb1da1","status":"passed","time":{"start":1728597712761,"stop":1728597712762,"duration":1}},{"uid":"1a5d1b6067197c66","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1a5d1b6067197c66","status":"passed","time":{"start":1728596931867,"stop":1728596931868,"duration":1}}]},"tags":[]},"source":"8cbee89ed6545c44.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2d0acf3ce21734a8.json b/7588/data/test-cases/8ce6876eed00c3e1.json similarity index 81% rename from 7556/data/test-cases/2d0acf3ce21734a8.json rename to 7588/data/test-cases/8ce6876eed00c3e1.json index 2923a7f96d1..4964866d231 100644 --- a/7556/data/test-cases/2d0acf3ce21734a8.json +++ b/7588/data/test-cases/8ce6876eed00c3e1.json @@ -1 +1 @@ -{"uid":"2d0acf3ce21734a8","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":1728457322433,"stop":1728457322433,"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":6,"unknown":0,"total":6},"items":[{"uid":"1f079d1bc74eb89d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/1f079d1bc74eb89d","status":"passed","time":{"start":1728456287238,"stop":1728456287238,"duration":0}},{"uid":"e79b8f8f286736aa","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/e79b8f8f286736aa","status":"passed","time":{"start":1728455980765,"stop":1728455980766,"duration":1}},{"uid":"1307872b8c799fd7","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/1307872b8c799fd7","status":"passed","time":{"start":1728455789244,"stop":1728455789245,"duration":1}},{"uid":"4be81d6eed3abd39","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/4be81d6eed3abd39","status":"passed","time":{"start":1728455146554,"stop":1728455146554,"duration":0}},{"uid":"3a16fbb987e37b00","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/3a16fbb987e37b00","status":"passed","time":{"start":1728452163134,"stop":1728452163134,"duration":0}}]},"tags":[]},"source":"2d0acf3ce21734a8.json","parameterValues":[]} \ No newline at end of file +{"uid":"8ce6876eed00c3e1","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":1729034506803,"stop":1729034506803,"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":15,"unknown":0,"total":15},"items":[{"uid":"e3a8c0d925f5f8f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e3a8c0d925f5f8f5","status":"passed","time":{"start":1729034259826,"stop":1729034259826,"duration":0}},{"uid":"4220f6fdd3897729","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4220f6fdd3897729","status":"passed","time":{"start":1729034194033,"stop":1729034194033,"duration":0}},{"uid":"df8972d42060612b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df8972d42060612b","status":"passed","time":{"start":1729034014879,"stop":1729034014880,"duration":1}},{"uid":"6ac856e00a0b107b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ac856e00a0b107b","status":"passed","time":{"start":1729032065459,"stop":1729032065460,"duration":1}},{"uid":"8ac7f1201d0b6eae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8ac7f1201d0b6eae","status":"passed","time":{"start":1728901664283,"stop":1728901664284,"duration":1}},{"uid":"461af2bbb00f62d6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/461af2bbb00f62d6","status":"passed","time":{"start":1728893093694,"stop":1728893093694,"duration":0}},{"uid":"5275f898e6617d6a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5275f898e6617d6a","status":"passed","time":{"start":1728856055275,"stop":1728856055275,"duration":0}},{"uid":"b499983522980927","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b499983522980927","status":"passed","time":{"start":1728738274747,"stop":1728738274747,"duration":0}},{"uid":"353bf9efafb3aa4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/353bf9efafb3aa4f","status":"passed","time":{"start":1728682807962,"stop":1728682807962,"duration":0}},{"uid":"6d25a96b530913f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6d25a96b530913f9","status":"passed","time":{"start":1728682381290,"stop":1728682381291,"duration":1}},{"uid":"8f371e163746aba9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f371e163746aba9","status":"passed","time":{"start":1728676853903,"stop":1728676853903,"duration":0}},{"uid":"9cd458bcd26a26e4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9cd458bcd26a26e4","status":"passed","time":{"start":1728669581700,"stop":1728669581700,"duration":0}},{"uid":"d5ec52e422f8f4f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d5ec52e422f8f4f8","status":"passed","time":{"start":1728597923493,"stop":1728597923494,"duration":1}},{"uid":"8e27c699d86551f7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e27c699d86551f7","status":"passed","time":{"start":1728597132266,"stop":1728597132267,"duration":1}}]},"tags":[]},"source":"8ce6876eed00c3e1.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/78b6cabc6a8d5498.json b/7588/data/test-cases/8ce8e575ab54cc41.json similarity index 50% rename from 7556/data/test-cases/78b6cabc6a8d5498.json rename to 7588/data/test-cases/8ce8e575ab54cc41.json index 6363dc11f3f..6b0be5dc973 100644 --- a/7556/data/test-cases/78b6cabc6a8d5498.json +++ b/7588/data/test-cases/8ce8e575ab54cc41.json @@ -1 +1 @@ -{"uid":"78b6cabc6a8d5498","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":1728457289955,"stop":1728457289957,"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":6,"unknown":0,"total":6},"items":[{"uid":"a6897e21b16a9741","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a6897e21b16a9741","status":"passed","time":{"start":1728456257132,"stop":1728456257133,"duration":1}},{"uid":"ae07f7e5922c8a70","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ae07f7e5922c8a70","status":"passed","time":{"start":1728455949872,"stop":1728455949873,"duration":1}},{"uid":"9b5dc04b100d9b96","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/9b5dc04b100d9b96","status":"passed","time":{"start":1728455741471,"stop":1728455741472,"duration":1}},{"uid":"2351c8ff9695084d","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/2351c8ff9695084d","status":"passed","time":{"start":1728455102322,"stop":1728455102323,"duration":1}},{"uid":"14ca654f26012526","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/14ca654f26012526","status":"passed","time":{"start":1728452170816,"stop":1728452170816,"duration":0}}]},"tags":[]},"source":"78b6cabc6a8d5498.json","parameterValues":[]} \ No newline at end of file +{"uid":"8ce8e575ab54cc41","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":1729034472985,"stop":1729034472986,"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":15,"unknown":0,"total":15},"items":[{"uid":"638fdee1bb52e701","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/638fdee1bb52e701","status":"passed","time":{"start":1729034240927,"stop":1729034240927,"duration":0}},{"uid":"8d75cd725dbd19e0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8d75cd725dbd19e0","status":"passed","time":{"start":1729034159623,"stop":1729034159624,"duration":1}},{"uid":"e9f9dfd61ea6774b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9f9dfd61ea6774b","status":"passed","time":{"start":1729033976806,"stop":1729033976806,"duration":0}},{"uid":"a57342aeaa1b8c74","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a57342aeaa1b8c74","status":"passed","time":{"start":1729032020530,"stop":1729032020530,"duration":0}},{"uid":"2f112c155111bec7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f112c155111bec7","status":"passed","time":{"start":1728901616473,"stop":1728901616474,"duration":1}},{"uid":"bcdc998cbb4b8819","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bcdc998cbb4b8819","status":"passed","time":{"start":1728893050250,"stop":1728893050251,"duration":1}},{"uid":"1b0c24504d4319bf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b0c24504d4319bf","status":"passed","time":{"start":1728856015177,"stop":1728856015177,"duration":0}},{"uid":"ad8ffec79cabd447","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad8ffec79cabd447","status":"passed","time":{"start":1728738233148,"stop":1728738233148,"duration":0}},{"uid":"25cecb2257c6315a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/25cecb2257c6315a","status":"passed","time":{"start":1728682762477,"stop":1728682762478,"duration":1}},{"uid":"a3d0bab742960b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a3d0bab742960b2","status":"passed","time":{"start":1728682332791,"stop":1728682332792,"duration":1}},{"uid":"fe3d077373f27229","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe3d077373f27229","status":"passed","time":{"start":1728676810300,"stop":1728676810300,"duration":0}},{"uid":"7155005539229313","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7155005539229313","status":"passed","time":{"start":1728669529906,"stop":1728669529906,"duration":0}},{"uid":"3f7f44ccff4da75e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3f7f44ccff4da75e","status":"passed","time":{"start":1728597873541,"stop":1728597873541,"duration":0}},{"uid":"437ba301fd135f5d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/437ba301fd135f5d","status":"passed","time":{"start":1728597089279,"stop":1728597089279,"duration":0}}]},"tags":[]},"source":"8ce8e575ab54cc41.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/831737c148b21fcc.json b/7588/data/test-cases/8e03921c87fe4eb6.json similarity index 85% rename from 7556/data/test-cases/831737c148b21fcc.json rename to 7588/data/test-cases/8e03921c87fe4eb6.json index a65cd36f5e7..afd0c5516e1 100644 --- a/7556/data/test-cases/831737c148b21fcc.json +++ b/7588/data/test-cases/8e03921c87fe4eb6.json @@ -1 +1 @@ -{"uid":"831737c148b21fcc","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":1728457360297,"stop":1728457360298,"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":6,"unknown":0,"total":6},"items":[{"uid":"630e709859123496","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/630e709859123496","status":"passed","time":{"start":1728456312486,"stop":1728456312486,"duration":0}},{"uid":"7362efb96cd72689","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/7362efb96cd72689","status":"passed","time":{"start":1728456013940,"stop":1728456013940,"duration":0}},{"uid":"21a6eea410e4fe8f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/21a6eea410e4fe8f","status":"passed","time":{"start":1728455837427,"stop":1728455837428,"duration":1}},{"uid":"9cae5f4a78203ec4","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/9cae5f4a78203ec4","status":"passed","time":{"start":1728455198898,"stop":1728455198898,"duration":0}},{"uid":"1b3e498b6aeb34d5","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/1b3e498b6aeb34d5","status":"passed","time":{"start":1728452203347,"stop":1728452203347,"duration":0}}]},"tags":[]},"source":"831737c148b21fcc.json","parameterValues":[]} \ No newline at end of file +{"uid":"8e03921c87fe4eb6","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":1729034536096,"stop":1729034536096,"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":14,"unknown":0,"total":14},"items":[{"uid":"7ec4b416f4fa07a3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7ec4b416f4fa07a3","status":"passed","time":{"start":1729034296701,"stop":1729034296701,"duration":0}},{"uid":"c3f7df88ccb65553","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c3f7df88ccb65553","status":"passed","time":{"start":1729034220596,"stop":1729034220597,"duration":1}},{"uid":"136f8b376a5ef8dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/136f8b376a5ef8dd","status":"passed","time":{"start":1729034041473,"stop":1729034041474,"duration":1}},{"uid":"ee48885ee71cc3d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ee48885ee71cc3d2","status":"passed","time":{"start":1728901705383,"stop":1728901705385,"duration":2}},{"uid":"6e56211ee0635a7f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6e56211ee0635a7f","status":"passed","time":{"start":1728893141768,"stop":1728893141769,"duration":1}},{"uid":"c855b9700e90da7a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c855b9700e90da7a","status":"passed","time":{"start":1728856087079,"stop":1728856087079,"duration":0}},{"uid":"20d4d72f9ba5767","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20d4d72f9ba5767","status":"passed","time":{"start":1728738321430,"stop":1728738321430,"duration":0}},{"uid":"bc7f5da7b5c0cd24","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc7f5da7b5c0cd24","status":"passed","time":{"start":1728682845670,"stop":1728682845670,"duration":0}},{"uid":"37e3df8854a6003d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/37e3df8854a6003d","status":"passed","time":{"start":1728682424303,"stop":1728682424304,"duration":1}},{"uid":"8d9955de7b6f98df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8d9955de7b6f98df","status":"passed","time":{"start":1728676900511,"stop":1728676900511,"duration":0}},{"uid":"16bd18cc25405510","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/16bd18cc25405510","status":"passed","time":{"start":1728669625794,"stop":1728669625795,"duration":1}},{"uid":"ca3c30678401fc9f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca3c30678401fc9f","status":"passed","time":{"start":1728597957159,"stop":1728597957159,"duration":0}},{"uid":"f2562ade4414fe27","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f2562ade4414fe27","status":"passed","time":{"start":1728597182593,"stop":1728597182598,"duration":5}}]},"tags":[]},"source":"8e03921c87fe4eb6.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/8e080b79384118c0.json b/7588/data/test-cases/8e080b79384118c0.json new file mode 100644 index 00000000000..aabfc527fa4 --- /dev/null +++ b/7588/data/test-cases/8e080b79384118c0.json @@ -0,0 +1 @@ +{"uid":"8e080b79384118c0","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":1729034536098,"stop":1729034536099,"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":14,"unknown":0,"total":14},"items":[{"uid":"6923cc486d052fc1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6923cc486d052fc1","status":"passed","time":{"start":1729034296705,"stop":1729034296705,"duration":0}},{"uid":"57d67c78271a301f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/57d67c78271a301f","status":"passed","time":{"start":1729034220602,"stop":1729034220602,"duration":0}},{"uid":"e08337e36261d9b2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e08337e36261d9b2","status":"passed","time":{"start":1729034041485,"stop":1729034041485,"duration":0}},{"uid":"31472742858fe179","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/31472742858fe179","status":"passed","time":{"start":1728901705390,"stop":1728901705391,"duration":1}},{"uid":"3ca61d74f4aca2dc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ca61d74f4aca2dc","status":"passed","time":{"start":1728893141773,"stop":1728893141774,"duration":1}},{"uid":"b03877074d3e6b86","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b03877074d3e6b86","status":"passed","time":{"start":1728856087081,"stop":1728856087081,"duration":0}},{"uid":"d1d2baaaf12a83c5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d1d2baaaf12a83c5","status":"passed","time":{"start":1728738321432,"stop":1728738321433,"duration":1}},{"uid":"7116b114091e3e8a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7116b114091e3e8a","status":"passed","time":{"start":1728682845672,"stop":1728682845672,"duration":0}},{"uid":"f666a12109a6fe48","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f666a12109a6fe48","status":"passed","time":{"start":1728682424306,"stop":1728682424306,"duration":0}},{"uid":"1b3c5ac44d53e6d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b3c5ac44d53e6d7","status":"passed","time":{"start":1728676900513,"stop":1728676900513,"duration":0}},{"uid":"4d3303e83ee0f254","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4d3303e83ee0f254","status":"passed","time":{"start":1728669625798,"stop":1728669625798,"duration":0}},{"uid":"ae0c87e412d6d419","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ae0c87e412d6d419","status":"passed","time":{"start":1728597957161,"stop":1728597957161,"duration":0}},{"uid":"ea9ac53ecc1a3eba","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea9ac53ecc1a3eba","status":"passed","time":{"start":1728597182615,"stop":1728597182615,"duration":0}}]},"tags":[]},"source":"8e080b79384118c0.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/8eae8537ba9e3396.json b/7588/data/test-cases/8eae8537ba9e3396.json new file mode 100644 index 00000000000..6b2ba3ba4a9 --- /dev/null +++ b/7588/data/test-cases/8eae8537ba9e3396.json @@ -0,0 +1 @@ +{"uid":"8eae8537ba9e3396","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":1729034332627,"stop":1729034332627,"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":15,"unknown":0,"total":15},"items":[{"uid":"49583362a730a9a2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/49583362a730a9a2","status":"passed","time":{"start":1729034096129,"stop":1729034096129,"duration":0}},{"uid":"87b0714d7cc45c23","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/87b0714d7cc45c23","status":"passed","time":{"start":1729034020087,"stop":1729034020087,"duration":0}},{"uid":"eb6b1fcc9692de48","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eb6b1fcc9692de48","status":"passed","time":{"start":1729033834380,"stop":1729033834380,"duration":0}},{"uid":"2b62846df4aa5bfe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b62846df4aa5bfe","status":"passed","time":{"start":1729031884112,"stop":1729031884112,"duration":0}},{"uid":"df1ef2889b0b3699","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/df1ef2889b0b3699","status":"passed","time":{"start":1728901430251,"stop":1728901430251,"duration":0}},{"uid":"639570b1b526869f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/639570b1b526869f","status":"passed","time":{"start":1728892860528,"stop":1728892860528,"duration":0}},{"uid":"f403db780ed642c6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f403db780ed642c6","status":"passed","time":{"start":1728855823318,"stop":1728855823318,"duration":0}},{"uid":"1fd547f77b971cb0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1fd547f77b971cb0","status":"passed","time":{"start":1728738040597,"stop":1728738040597,"duration":0}},{"uid":"7b8e554c49171fa8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b8e554c49171fa8","status":"passed","time":{"start":1728682574087,"stop":1728682574087,"duration":0}},{"uid":"52dff1455d706cb2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/52dff1455d706cb2","status":"passed","time":{"start":1728682146812,"stop":1728682146812,"duration":0}},{"uid":"8c93092da35cadcd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8c93092da35cadcd","status":"passed","time":{"start":1728676621427,"stop":1728676621428,"duration":1}},{"uid":"88627e5325fc3b9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88627e5325fc3b9","status":"passed","time":{"start":1728669344463,"stop":1728669344463,"duration":0}},{"uid":"bea49f841019a779","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bea49f841019a779","status":"passed","time":{"start":1728597685157,"stop":1728597685157,"duration":0}},{"uid":"d95726c233f636d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d95726c233f636d4","status":"passed","time":{"start":1728596904463,"stop":1728596904463,"duration":0}}]},"tags":[]},"source":"8eae8537ba9e3396.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/8ecc766d19ec6402.json b/7588/data/test-cases/8ecc766d19ec6402.json new file mode 100644 index 00000000000..277087df2cf --- /dev/null +++ b/7588/data/test-cases/8ecc766d19ec6402.json @@ -0,0 +1 @@ +{"uid":"8ecc766d19ec6402","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":1729034332649,"stop":1729034332649,"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":15,"unknown":0,"total":15},"items":[{"uid":"de675e30ba745559","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/de675e30ba745559","status":"passed","time":{"start":1729034096145,"stop":1729034096145,"duration":0}},{"uid":"534052f853607491","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/534052f853607491","status":"passed","time":{"start":1729034020101,"stop":1729034020102,"duration":1}},{"uid":"c2755c5603d4bd99","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2755c5603d4bd99","status":"passed","time":{"start":1729033834399,"stop":1729033834399,"duration":0}},{"uid":"678eaeee648e85ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/678eaeee648e85ef","status":"passed","time":{"start":1729031884132,"stop":1729031884132,"duration":0}},{"uid":"f242004f410ab751","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f242004f410ab751","status":"passed","time":{"start":1728901430265,"stop":1728901430265,"duration":0}},{"uid":"973135747579f92d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/973135747579f92d","status":"passed","time":{"start":1728892860544,"stop":1728892860544,"duration":0}},{"uid":"249bb969fbad7a77","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/249bb969fbad7a77","status":"passed","time":{"start":1728855823333,"stop":1728855823333,"duration":0}},{"uid":"918099c04c99c475","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/918099c04c99c475","status":"passed","time":{"start":1728738040614,"stop":1728738040614,"duration":0}},{"uid":"b1e9058ffaecece4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1e9058ffaecece4","status":"passed","time":{"start":1728682574106,"stop":1728682574107,"duration":1}},{"uid":"2e4d2c709c32ed7c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2e4d2c709c32ed7c","status":"passed","time":{"start":1728682146829,"stop":1728682146830,"duration":1}},{"uid":"c02ec1ac404d6317","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c02ec1ac404d6317","status":"passed","time":{"start":1728676621444,"stop":1728676621444,"duration":0}},{"uid":"b0144e2cbb3a5c14","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0144e2cbb3a5c14","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"b75276c4f908a8f6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b75276c4f908a8f6","status":"passed","time":{"start":1728597685174,"stop":1728597685174,"duration":0}},{"uid":"47123b35e65a3e7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47123b35e65a3e7e","status":"passed","time":{"start":1728596904484,"stop":1728596904484,"duration":0}}]},"tags":[]},"source":"8ecc766d19ec6402.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/b1d3377f018f92a7.json b/7588/data/test-cases/8f0a4e678403b571.json similarity index 88% rename from 7556/data/test-cases/b1d3377f018f92a7.json rename to 7588/data/test-cases/8f0a4e678403b571.json index 5baefb9d5b9..8a17b9d637c 100644 --- a/7556/data/test-cases/b1d3377f018f92a7.json +++ b/7588/data/test-cases/8f0a4e678403b571.json @@ -1 +1 @@ -{"uid":"b1d3377f018f92a7","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":1728457510440,"stop":1728457510444,"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":6,"unknown":0,"total":6},"items":[{"uid":"8fdf3ecd0ca5f952","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/8fdf3ecd0ca5f952","status":"passed","time":{"start":1728456448205,"stop":1728456448205,"duration":0}},{"uid":"8e75fe6c56d2a76b","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/8e75fe6c56d2a76b","status":"passed","time":{"start":1728456195698,"stop":1728456195698,"duration":0}},{"uid":"9c475159012f2bc1","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/9c475159012f2bc1","status":"passed","time":{"start":1728456166706,"stop":1728456166706,"duration":0}},{"uid":"a236f20cef70d991","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a236f20cef70d991","status":"passed","time":{"start":1728455516725,"stop":1728455516726,"duration":1}},{"uid":"4e4d4fc7918688ee","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/4e4d4fc7918688ee","status":"passed","time":{"start":1728452508943,"stop":1728452508943,"duration":0}}]},"tags":[]},"source":"b1d3377f018f92a7.json","parameterValues":[]} \ No newline at end of file +{"uid":"8f0a4e678403b571","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":1729034631254,"stop":1729034631254,"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":15,"unknown":0,"total":15},"items":[{"uid":"a03ba54d9f51d376","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a03ba54d9f51d376","status":"passed","time":{"start":1729034400891,"stop":1729034400891,"duration":0}},{"uid":"685d3f5843507474","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/685d3f5843507474","status":"passed","time":{"start":1729034317453,"stop":1729034317454,"duration":1}},{"uid":"e6d3bbf982c5b393","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e6d3bbf982c5b393","status":"passed","time":{"start":1729034137142,"stop":1729034137143,"duration":1}},{"uid":"6f0ad40d2251982c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6f0ad40d2251982c","status":"passed","time":{"start":1729032206877,"stop":1729032206877,"duration":0}},{"uid":"dda7f671cff60995","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dda7f671cff60995","status":"passed","time":{"start":1728901995022,"stop":1728901995023,"duration":1}},{"uid":"409fd07dac4064d4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/409fd07dac4064d4","status":"passed","time":{"start":1728893420996,"stop":1728893420997,"duration":1}},{"uid":"866130bc8ddc5c6f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/866130bc8ddc5c6f","status":"passed","time":{"start":1728856368597,"stop":1728856368598,"duration":1}},{"uid":"ff525fd1f5559c21","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff525fd1f5559c21","status":"passed","time":{"start":1728738604682,"stop":1728738604682,"duration":0}},{"uid":"14f01dd14135c945","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/14f01dd14135c945","status":"passed","time":{"start":1728683117630,"stop":1728683117631,"duration":1}},{"uid":"5e669b22a7a7501b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5e669b22a7a7501b","status":"passed","time":{"start":1728682721319,"stop":1728682721319,"duration":0}},{"uid":"5b91ae95e63ad2d4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5b91ae95e63ad2d4","status":"passed","time":{"start":1728677184684,"stop":1728677184685,"duration":1}},{"uid":"57448419310046d0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/57448419310046d0","status":"passed","time":{"start":1728669866451,"stop":1728669866451,"duration":0}},{"uid":"2e64af283b7c8d7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e64af283b7c8d7","status":"passed","time":{"start":1728598249988,"stop":1728598249989,"duration":1}},{"uid":"415b8d7fc46180a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/415b8d7fc46180a7","status":"passed","time":{"start":1728597472293,"stop":1728597472293,"duration":0}}]},"tags":[]},"source":"8f0a4e678403b571.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/8fac500e6871bf88.json b/7588/data/test-cases/8fac500e6871bf88.json new file mode 100644 index 00000000000..80963ce8f6a --- /dev/null +++ b/7588/data/test-cases/8fac500e6871bf88.json @@ -0,0 +1 @@ +{"uid":"8fac500e6871bf88","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":1729034340749,"stop":1729034340750,"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":15,"unknown":0,"total":15},"items":[{"uid":"a9f47c1c86f74107","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9f47c1c86f74107","status":"passed","time":{"start":1729034104144,"stop":1729034104152,"duration":8}},{"uid":"57ee340f5db646f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/57ee340f5db646f5","status":"passed","time":{"start":1729034027727,"stop":1729034027732,"duration":5}},{"uid":"c76586e255d169df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c76586e255d169df","status":"passed","time":{"start":1729033842331,"stop":1729033842337,"duration":6}},{"uid":"a9774638ffe6bfd1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a9774638ffe6bfd1","status":"passed","time":{"start":1729031892038,"stop":1729031892041,"duration":3}},{"uid":"570c00f123ec00b1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/570c00f123ec00b1","status":"passed","time":{"start":1728901438018,"stop":1728901438020,"duration":2}},{"uid":"b30286185c29be13","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b30286185c29be13","status":"passed","time":{"start":1728892868225,"stop":1728892868227,"duration":2}},{"uid":"e9c2cc3f308bcbdd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e9c2cc3f308bcbdd","status":"passed","time":{"start":1728855831072,"stop":1728855831073,"duration":1}},{"uid":"6e56a97deabef27f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e56a97deabef27f","status":"passed","time":{"start":1728738048431,"stop":1728738048432,"duration":1}},{"uid":"5c9dec3be87d22b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5c9dec3be87d22b4","status":"passed","time":{"start":1728682581828,"stop":1728682581831,"duration":3}},{"uid":"7573edb00ebf71e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7573edb00ebf71e","status":"passed","time":{"start":1728682154701,"stop":1728682154702,"duration":1}},{"uid":"520ff8f30ba1ad60","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/520ff8f30ba1ad60","status":"passed","time":{"start":1728676629287,"stop":1728676629291,"duration":4}},{"uid":"b6d3cc2a6db71070","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b6d3cc2a6db71070","status":"passed","time":{"start":1728669352203,"stop":1728669352205,"duration":2}},{"uid":"d28cf20c0e04496","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d28cf20c0e04496","status":"passed","time":{"start":1728597693006,"stop":1728597693008,"duration":2}},{"uid":"648a89d8d2e21872","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/648a89d8d2e21872","status":"passed","time":{"start":1728596912507,"stop":1728596912508,"duration":1}}]},"tags":[]},"source":"8fac500e6871bf88.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/90123cc854a71929.json b/7588/data/test-cases/90123cc854a71929.json new file mode 100644 index 00000000000..1df236f6931 --- /dev/null +++ b/7588/data/test-cases/90123cc854a71929.json @@ -0,0 +1 @@ +{"uid":"90123cc854a71929","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":1729034565836,"stop":1729034565836,"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":13,"unknown":0,"total":13},"items":[{"uid":"14e7dd4d2856d22f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/14e7dd4d2856d22f","status":"passed","time":{"start":1729034325778,"stop":1729034325778,"duration":0}},{"uid":"522c27a37ee74bb0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/522c27a37ee74bb0","status":"passed","time":{"start":1729034249514,"stop":1729034249514,"duration":0}},{"uid":"13c9afdf003b23b8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/13c9afdf003b23b8","status":"passed","time":{"start":1729034066161,"stop":1729034066161,"duration":0}},{"uid":"a7c684d5f248b47e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7c684d5f248b47e","status":"passed","time":{"start":1728901782837,"stop":1728901782838,"duration":1}},{"uid":"c39753acbf199a5b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c39753acbf199a5b","status":"passed","time":{"start":1728893215987,"stop":1728893215988,"duration":1}},{"uid":"2bb6ec0420acc47b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2bb6ec0420acc47b","status":"passed","time":{"start":1728856159201,"stop":1728856159201,"duration":0}},{"uid":"8188b0fc113127df","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8188b0fc113127df","status":"passed","time":{"start":1728738371839,"stop":1728738371839,"duration":0}},{"uid":"b1c786f7c0cca7fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1c786f7c0cca7fb","status":"passed","time":{"start":1728682915887,"stop":1728682915887,"duration":0}},{"uid":"2947af912ab05100","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2947af912ab05100","status":"passed","time":{"start":1728682496457,"stop":1728682496457,"duration":0}},{"uid":"61ad15b3c70df9e1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/61ad15b3c70df9e1","status":"passed","time":{"start":1728676980226,"stop":1728676980226,"duration":0}},{"uid":"3869963a9d3ca016","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3869963a9d3ca016","status":"passed","time":{"start":1728598045387,"stop":1728598045387,"duration":0}},{"uid":"ebd7ffcfc68a0a49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ebd7ffcfc68a0a49","status":"passed","time":{"start":1728597260331,"stop":1728597260332,"duration":1}}]},"tags":[]},"source":"90123cc854a71929.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/901f0d8a4d1bcc8e.json b/7588/data/test-cases/901f0d8a4d1bcc8e.json new file mode 100644 index 00000000000..dcab706aa2e --- /dev/null +++ b/7588/data/test-cases/901f0d8a4d1bcc8e.json @@ -0,0 +1 @@ +{"uid":"901f0d8a4d1bcc8e","name":"should encodeTxt and decodeTxt","fullName":"/src/enr.spec.ts: ENR > Txt codec > should encodeTxt and decodeTxt","historyId":"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034341398,"stop":1729034341398,"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":15,"unknown":0,"total":15},"items":[{"uid":"496209f8d4828794","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/496209f8d4828794","status":"passed","time":{"start":1729034104906,"stop":1729034104907,"duration":1}},{"uid":"7f5688b8f4c7e99f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7f5688b8f4c7e99f","status":"passed","time":{"start":1729034028503,"stop":1729034028503,"duration":0}},{"uid":"4fa42b026d734b81","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4fa42b026d734b81","status":"passed","time":{"start":1729033843112,"stop":1729033843113,"duration":1}},{"uid":"4c1c2cb9ccd8ae3b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c1c2cb9ccd8ae3b","status":"passed","time":{"start":1729031892671,"stop":1729031892671,"duration":0}},{"uid":"fedc19d6f8103cb1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fedc19d6f8103cb1","status":"passed","time":{"start":1728901438801,"stop":1728901438802,"duration":1}},{"uid":"5a53a612f37a478e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a53a612f37a478e","status":"passed","time":{"start":1728892868994,"stop":1728892868994,"duration":0}},{"uid":"c7ea73a4540027e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c7ea73a4540027e5","status":"passed","time":{"start":1728855831887,"stop":1728855831887,"duration":0}},{"uid":"204bc7a734ef5353","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/204bc7a734ef5353","status":"passed","time":{"start":1728738049034,"stop":1728738049034,"duration":0}},{"uid":"fdc44501bbdb5ae9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fdc44501bbdb5ae9","status":"passed","time":{"start":1728682582610,"stop":1728682582611,"duration":1}},{"uid":"c29096fa82ec7732","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c29096fa82ec7732","status":"passed","time":{"start":1728682155402,"stop":1728682155402,"duration":0}},{"uid":"1704ec95354ac50","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1704ec95354ac50","status":"passed","time":{"start":1728676629967,"stop":1728676629968,"duration":1}},{"uid":"120ad5b7b1746f3a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/120ad5b7b1746f3a","status":"passed","time":{"start":1728669353094,"stop":1728669353095,"duration":1}},{"uid":"e3019b011a39749","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3019b011a39749","status":"passed","time":{"start":1728597693839,"stop":1728597693840,"duration":1}},{"uid":"419b79a6a7ea84cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/419b79a6a7ea84cd","status":"passed","time":{"start":1728596913084,"stop":1728596913085,"duration":1}}]},"tags":[]},"source":"901f0d8a4d1bcc8e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9df9421ec1150dad.json b/7588/data/test-cases/906024f47bba2086.json similarity index 85% rename from 7556/data/test-cases/9df9421ec1150dad.json rename to 7588/data/test-cases/906024f47bba2086.json index 70b730b8d05..6a1eb2e7e24 100644 --- a/7556/data/test-cases/9df9421ec1150dad.json +++ b/7588/data/test-cases/906024f47bba2086.json @@ -1 +1 @@ -{"uid":"9df9421ec1150dad","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":1728457537145,"stop":1728457537145,"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":6,"unknown":0,"total":6},"items":[{"uid":"34e1d38bf92ffd1d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/34e1d38bf92ffd1d","status":"passed","time":{"start":1728456499114,"stop":1728456499115,"duration":1}},{"uid":"20f2ee353015d8c","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/20f2ee353015d8c","status":"passed","time":{"start":1728456215107,"stop":1728456215111,"duration":4}},{"uid":"30aebb6ed4a1e1c4","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/30aebb6ed4a1e1c4","status":"passed","time":{"start":1728456167155,"stop":1728456167155,"duration":0}},{"uid":"188c5e86a904a23b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/188c5e86a904a23b","status":"passed","time":{"start":1728455518210,"stop":1728455518210,"duration":0}},{"uid":"81f468cbc7ed0343","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/81f468cbc7ed0343","status":"passed","time":{"start":1728452534896,"stop":1728452534896,"duration":0}}]},"tags":[]},"source":"9df9421ec1150dad.json","parameterValues":[]} \ No newline at end of file +{"uid":"906024f47bba2086","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":1729034704507,"stop":1729034704508,"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":15,"unknown":0,"total":15},"items":[{"uid":"3b552f3a4a25153d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3b552f3a4a25153d","status":"passed","time":{"start":1729034475010,"stop":1729034475012,"duration":2}},{"uid":"3c8f931c9bf25a16","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c8f931c9bf25a16","status":"passed","time":{"start":1729034395301,"stop":1729034395302,"duration":1}},{"uid":"d3644062172fdf93","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3644062172fdf93","status":"passed","time":{"start":1729034209122,"stop":1729034209123,"duration":1}},{"uid":"5f7b2ff2d9623cc8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5f7b2ff2d9623cc8","status":"passed","time":{"start":1729032264597,"stop":1729032264600,"duration":3}},{"uid":"da62a28db6d4f020","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da62a28db6d4f020","status":"passed","time":{"start":1728902012874,"stop":1728902012880,"duration":6}},{"uid":"d30c40784bbf2d2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d30c40784bbf2d2b","status":"passed","time":{"start":1728893454824,"stop":1728893454825,"duration":1}},{"uid":"ed0e45c4d058432b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed0e45c4d058432b","status":"passed","time":{"start":1728856408467,"stop":1728856408468,"duration":1}},{"uid":"2ab64374925591c8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2ab64374925591c8","status":"passed","time":{"start":1728738633874,"stop":1728738633874,"duration":0}},{"uid":"424005963b7e5baf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/424005963b7e5baf","status":"passed","time":{"start":1728683159820,"stop":1728683159825,"duration":5}},{"uid":"b6b447a694062542","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b6b447a694062542","status":"passed","time":{"start":1728682751345,"stop":1728682751346,"duration":1}},{"uid":"720bc99198ea77c4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/720bc99198ea77c4","status":"passed","time":{"start":1728677216377,"stop":1728677216377,"duration":0}},{"uid":"c78131044d6a2f58","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c78131044d6a2f58","status":"passed","time":{"start":1728669925467,"stop":1728669925467,"duration":0}},{"uid":"918e58e053f815bc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/918e58e053f815bc","status":"passed","time":{"start":1728598268820,"stop":1728598268820,"duration":0}},{"uid":"a4c84f4c273b16a1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a4c84f4c273b16a1","status":"passed","time":{"start":1728597503951,"stop":1728597503952,"duration":1}}]},"tags":[]},"source":"906024f47bba2086.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/90db54f39f34d6ed.json b/7588/data/test-cases/90db54f39f34d6ed.json new file mode 100644 index 00000000000..814412db736 --- /dev/null +++ b/7588/data/test-cases/90db54f39f34d6ed.json @@ -0,0 +1 @@ +{"uid":"90db54f39f34d6ed","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":1729034626850,"stop":1729034626851,"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":15,"unknown":0,"total":15},"items":[{"uid":"562fb56c6c841aa6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/562fb56c6c841aa6","status":"passed","time":{"start":1729034398546,"stop":1729034398546,"duration":0}},{"uid":"8f8080fd7772115f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8f8080fd7772115f","status":"passed","time":{"start":1729034314813,"stop":1729034314813,"duration":0}},{"uid":"69a1c121d3415ac7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69a1c121d3415ac7","status":"passed","time":{"start":1729034137162,"stop":1729034137163,"duration":1}},{"uid":"52b5c3b61b0ce204","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/52b5c3b61b0ce204","status":"passed","time":{"start":1729032187244,"stop":1729032187245,"duration":1}},{"uid":"4152c9fcaa76d85c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4152c9fcaa76d85c","status":"passed","time":{"start":1728901888428,"stop":1728901888428,"duration":0}},{"uid":"703c1cbef1e3e518","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/703c1cbef1e3e518","status":"passed","time":{"start":1728893323781,"stop":1728893323786,"duration":5}},{"uid":"e981ca6310633759","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e981ca6310633759","status":"passed","time":{"start":1728856285925,"stop":1728856285926,"duration":1}},{"uid":"beace147b3021a59","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/beace147b3021a59","status":"passed","time":{"start":1728738498273,"stop":1728738498274,"duration":1}},{"uid":"12c18256d12c6015","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/12c18256d12c6015","status":"passed","time":{"start":1728683041390,"stop":1728683041390,"duration":0}},{"uid":"c853be0297974c43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c853be0297974c43","status":"passed","time":{"start":1728682596011,"stop":1728682596012,"duration":1}},{"uid":"e67da0d7d75e3141","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e67da0d7d75e3141","status":"passed","time":{"start":1728677091266,"stop":1728677091266,"duration":0}},{"uid":"4afd47965b083d22","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4afd47965b083d22","status":"passed","time":{"start":1728669766424,"stop":1728669766424,"duration":0}},{"uid":"a1222fc61ce52159","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a1222fc61ce52159","status":"passed","time":{"start":1728598152071,"stop":1728598152071,"duration":0}},{"uid":"54a8adda9a687036","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/54a8adda9a687036","status":"passed","time":{"start":1728597364114,"stop":1728597364114,"duration":0}}]},"tags":[]},"source":"90db54f39f34d6ed.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/a1c499b78a71f4f.json b/7588/data/test-cases/9102f1ce2e9ae9d.json similarity index 60% rename from 7556/data/test-cases/a1c499b78a71f4f.json rename to 7588/data/test-cases/9102f1ce2e9ae9d.json index fe9ef20310e..df3bc9b19d5 100644 --- a/7556/data/test-cases/a1c499b78a71f4f.json +++ b/7588/data/test-cases/9102f1ce2e9ae9d.json @@ -1 +1 @@ -{"uid":"a1c499b78a71f4f","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":1728457322393,"stop":1728457322400,"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: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":6,"unknown":0,"total":6},"items":[{"uid":"17f0d2be0bedf6fa","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/17f0d2be0bedf6fa","status":"passed","time":{"start":1728456287205,"stop":1728456287206,"duration":1}},{"uid":"c70b340c77e557e5","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/c70b340c77e557e5","status":"passed","time":{"start":1728455980742,"stop":1728455980742,"duration":0}},{"uid":"f54e254f91f82c1","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/f54e254f91f82c1","status":"passed","time":{"start":1728455789231,"stop":1728455789233,"duration":2}},{"uid":"6b997be247baae5d","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/6b997be247baae5d","status":"passed","time":{"start":1728455146544,"stop":1728455146545,"duration":1}},{"uid":"8555647b4ed59939","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/8555647b4ed59939","status":"passed","time":{"start":1728452163120,"stop":1728452163120,"duration":0}}]},"tags":[]},"source":"a1c499b78a71f4f.json","parameterValues":[]} \ No newline at end of file +{"uid":"9102f1ce2e9ae9d","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":1729034506804,"stop":1729034506804,"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"47c1f408ad7b60e8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47c1f408ad7b60e8","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034259834,"stop":1729034259834,"duration":0}},{"uid":"a71e9681543cbfe","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a71e9681543cbfe","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034194035,"stop":1729034194036,"duration":1}},{"uid":"74092a168d3eacba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/74092a168d3eacba","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034014882,"stop":1729034014882,"duration":0}},{"uid":"4fe82195afcd5b0d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4fe82195afcd5b0d","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032065461,"stop":1729032065461,"duration":0}},{"uid":"fc84b25a28782b7e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fc84b25a28782b7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901664285,"stop":1728901664285,"duration":0}},{"uid":"3c507747f1cc81d7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c507747f1cc81d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893093695,"stop":1728893093695,"duration":0}},{"uid":"174da56aab75fec8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/174da56aab75fec8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856055277,"stop":1728856055277,"duration":0}},{"uid":"6b453cc193c77a66","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6b453cc193c77a66","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738274748,"stop":1728738274748,"duration":0}},{"uid":"985b4dab92f8f30b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/985b4dab92f8f30b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682807963,"stop":1728682807963,"duration":0}},{"uid":"18c918eedb627059","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18c918eedb627059","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682381304,"stop":1728682381304,"duration":0}},{"uid":"31969ceeb6f08af2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/31969ceeb6f08af2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676853904,"stop":1728676853904,"duration":0}},{"uid":"ed0d10460fce14e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed0d10460fce14e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669581702,"stop":1728669581702,"duration":0}},{"uid":"24ccf18e56e54e48","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/24ccf18e56e54e48","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597923495,"stop":1728597923495,"duration":0}},{"uid":"d16898ce1bbe2983","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d16898ce1bbe2983","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597132268,"stop":1728597132272,"duration":4}}]},"tags":[]},"source":"9102f1ce2e9ae9d.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/91232f14e84ab37d.json b/7588/data/test-cases/91232f14e84ab37d.json new file mode 100644 index 00000000000..2a7f75251c8 --- /dev/null +++ b/7588/data/test-cases/91232f14e84ab37d.json @@ -0,0 +1 @@ +{"uid":"91232f14e84ab37d","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":1729034341410,"stop":1729034341410,"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":15,"unknown":0,"total":15},"items":[{"uid":"1d2ffd981adbf7dd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1d2ffd981adbf7dd","status":"passed","time":{"start":1729034104919,"stop":1729034104919,"duration":0}},{"uid":"4229f8258d382917","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4229f8258d382917","status":"passed","time":{"start":1729034028518,"stop":1729034028518,"duration":0}},{"uid":"5c5fcfe8d2d086c7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5c5fcfe8d2d086c7","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"duration":0}},{"uid":"6495cd77bc38d864","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6495cd77bc38d864","status":"passed","time":{"start":1729031892683,"stop":1729031892683,"duration":0}},{"uid":"a01a1ba40aecaaa5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a01a1ba40aecaaa5","status":"passed","time":{"start":1728901438815,"stop":1728901438815,"duration":0}},{"uid":"7bf951d6dad3afb9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7bf951d6dad3afb9","status":"passed","time":{"start":1728892869008,"stop":1728892869008,"duration":0}},{"uid":"223f55dbcad1bcb8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/223f55dbcad1bcb8","status":"passed","time":{"start":1728855831899,"stop":1728855831899,"duration":0}},{"uid":"fb53102a638e16c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fb53102a638e16c4","status":"passed","time":{"start":1728738049047,"stop":1728738049048,"duration":1}},{"uid":"5b63b0bf9234a017","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5b63b0bf9234a017","status":"passed","time":{"start":1728682582626,"stop":1728682582626,"duration":0}},{"uid":"826bf72ead49e878","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/826bf72ead49e878","status":"passed","time":{"start":1728682155414,"stop":1728682155414,"duration":0}},{"uid":"250c907f222a5b93","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/250c907f222a5b93","status":"passed","time":{"start":1728676629981,"stop":1728676629981,"duration":0}},{"uid":"d14884ad5e7af976","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d14884ad5e7af976","status":"passed","time":{"start":1728669353108,"stop":1728669353108,"duration":0}},{"uid":"43d4885abdd378aa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/43d4885abdd378aa","status":"passed","time":{"start":1728597693854,"stop":1728597693854,"duration":0}},{"uid":"4902b7369b07352f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4902b7369b07352f","status":"passed","time":{"start":1728596913098,"stop":1728596913098,"duration":0}}]},"tags":[]},"source":"91232f14e84ab37d.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/912d46473d378dc3.json b/7588/data/test-cases/912d46473d378dc3.json new file mode 100644 index 00000000000..b1997dd8d86 --- /dev/null +++ b/7588/data/test-cases/912d46473d378dc3.json @@ -0,0 +1 @@ +{"uid":"912d46473d378dc3","name":"can dial TLS multiaddrs","fullName":"/tests/multiaddr.node.spec.ts: multiaddr: dialing > can dial TLS multiaddrs","historyId":"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034561705,"stop":1729034561706,"duration":1},"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":15,"unknown":0,"total":15},"items":[{"uid":"b3045f88f459d70","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b3045f88f459d70","status":"passed","time":{"start":1729034329726,"stop":1729034329728,"duration":2}},{"uid":"805205c288c5168f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/805205c288c5168f","status":"passed","time":{"start":1729034249403,"stop":1729034249403,"duration":0}},{"uid":"d2e649bd064259a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d2e649bd064259a","status":"passed","time":{"start":1729034067353,"stop":1729034067354,"duration":1}},{"uid":"40799d5a465d66ac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/40799d5a465d66ac","status":"passed","time":{"start":1729032098327,"stop":1729032098327,"duration":0}},{"uid":"31a3ed15b22e669f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/31a3ed15b22e669f","status":"passed","time":{"start":1728901786965,"stop":1728901786966,"duration":1}},{"uid":"62c8270676717dd6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/62c8270676717dd6","status":"passed","time":{"start":1728893221404,"stop":1728893221404,"duration":0}},{"uid":"a151faa08c557056","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a151faa08c557056","status":"passed","time":{"start":1728856163736,"stop":1728856163736,"duration":0}},{"uid":"fb5790dd1ac9369c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fb5790dd1ac9369c","status":"passed","time":{"start":1728738376850,"stop":1728738376850,"duration":0}},{"uid":"18ce0ceb25c1b9a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/18ce0ceb25c1b9a8","status":"passed","time":{"start":1728682920157,"stop":1728682920157,"duration":0}},{"uid":"ab2e8094e00ca1ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ab2e8094e00ca1ff","status":"passed","time":{"start":1728682501583,"stop":1728682501583,"duration":0}},{"uid":"785080157fff641d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/785080157fff641d","status":"passed","time":{"start":1728676985050,"stop":1728676985051,"duration":1}},{"uid":"803be86b63e57dc5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/803be86b63e57dc5","status":"passed","time":{"start":1728669632407,"stop":1728669632408,"duration":1}},{"uid":"3f3d0a5c28c7e36d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3f3d0a5c28c7e36d","status":"passed","time":{"start":1728598049843,"stop":1728598049844,"duration":1}},{"uid":"87915eb4940e0bb0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/87915eb4940e0bb0","status":"passed","time":{"start":1728597265137,"stop":1728597265138,"duration":1}}]},"tags":[]},"source":"912d46473d378dc3.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/5fba358a0ebb5f06.json b/7588/data/test-cases/91356f741e5bfcc4.json similarity index 83% rename from 7556/data/test-cases/5fba358a0ebb5f06.json rename to 7588/data/test-cases/91356f741e5bfcc4.json index b5d5c3650ba..12fafeddbd2 100644 --- a/7556/data/test-cases/5fba358a0ebb5f06.json +++ b/7588/data/test-cases/91356f741e5bfcc4.json @@ -1 +1 @@ -{"uid":"5fba358a0ebb5f06","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":1728457448610,"stop":1728457448610,"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":6,"unknown":0,"total":6},"items":[{"uid":"31b9d767cf4c85b1","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/31b9d767cf4c85b1","status":"passed","time":{"start":1728456402364,"stop":1728456402365,"duration":1}},{"uid":"1c0d6cb8b06a4429","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/1c0d6cb8b06a4429","status":"passed","time":{"start":1728456120424,"stop":1728456120424,"duration":0}},{"uid":"4a5fcfff5bd8c05f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4a5fcfff5bd8c05f","status":"passed","time":{"start":1728456038364,"stop":1728456038364,"duration":0}},{"uid":"f011edba59f9d2a6","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f011edba59f9d2a6","status":"passed","time":{"start":1728455403815,"stop":1728455403816,"duration":1}},{"uid":"563a2fed2e3c11c4","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/563a2fed2e3c11c4","status":"passed","time":{"start":1728452400278,"stop":1728452400278,"duration":0}}]},"tags":[]},"source":"5fba358a0ebb5f06.json","parameterValues":[]} \ No newline at end of file +{"uid":"91356f741e5bfcc4","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":1729034611657,"stop":1729034611657,"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":15,"unknown":0,"total":15},"items":[{"uid":"4db71a3771170d5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4db71a3771170d5","status":"passed","time":{"start":1729034393632,"stop":1729034393632,"duration":0}},{"uid":"e228db7c0032b4c4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e228db7c0032b4c4","status":"passed","time":{"start":1729034304828,"stop":1729034304829,"duration":1}},{"uid":"14156eebf4416c0a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14156eebf4416c0a","status":"passed","time":{"start":1729034121896,"stop":1729034121897,"duration":1}},{"uid":"da63103944813ecb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/da63103944813ecb","status":"passed","time":{"start":1729032174803,"stop":1729032174804,"duration":1}},{"uid":"329c5c64c38c62d8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/329c5c64c38c62d8","status":"passed","time":{"start":1728901881007,"stop":1728901881007,"duration":0}},{"uid":"ce922c1ad52f2689","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce922c1ad52f2689","status":"passed","time":{"start":1728893317153,"stop":1728893317153,"duration":0}},{"uid":"7791d87daba9e206","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7791d87daba9e206","status":"passed","time":{"start":1728856263073,"stop":1728856263074,"duration":1}},{"uid":"c0ffbcdbb0b404cf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0ffbcdbb0b404cf","status":"passed","time":{"start":1728738492793,"stop":1728738492793,"duration":0}},{"uid":"23bb8a99c3ac6cfa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23bb8a99c3ac6cfa","status":"passed","time":{"start":1728683030015,"stop":1728683030015,"duration":0}},{"uid":"e0b3cc3f93ec56e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e0b3cc3f93ec56e6","status":"passed","time":{"start":1728682581089,"stop":1728682581090,"duration":1}},{"uid":"e44d79ed14fc3569","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e44d79ed14fc3569","status":"passed","time":{"start":1728677081988,"stop":1728677081988,"duration":0}},{"uid":"3cca25087f3c456a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3cca25087f3c456a","status":"passed","time":{"start":1728669795390,"stop":1728669795390,"duration":0}},{"uid":"7a74ff76296f23f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7a74ff76296f23f","status":"passed","time":{"start":1728598137498,"stop":1728598137498,"duration":0}},{"uid":"27352b40d07d0cd3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/27352b40d07d0cd3","status":"passed","time":{"start":1728597353475,"stop":1728597353475,"duration":0}}]},"tags":[]},"source":"91356f741e5bfcc4.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3becf0afcfd12d45.json b/7588/data/test-cases/918df4e67481cbf3.json similarity index 62% rename from 7556/data/test-cases/3becf0afcfd12d45.json rename to 7588/data/test-cases/918df4e67481cbf3.json index 78a3a5e4500..3e3288e89fa 100644 --- a/7556/data/test-cases/3becf0afcfd12d45.json +++ b/7588/data/test-cases/918df4e67481cbf3.json @@ -1 +1 @@ -{"uid":"3becf0afcfd12d45","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":1728457558865,"stop":1728457558865,"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":6,"unknown":0,"total":6},"items":[{"uid":"3600a45456725b07","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/3600a45456725b07","status":"passed","time":{"start":1728456503556,"stop":1728456503556,"duration":0}},{"uid":"19885bf0a3cc5e85","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/19885bf0a3cc5e85","status":"passed","time":{"start":1728456273220,"stop":1728456273221,"duration":1}},{"uid":"758f0ea33b840466","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/758f0ea33b840466","status":"passed","time":{"start":1728456233822,"stop":1728456233822,"duration":0}},{"uid":"512e89c9ed32a132","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/512e89c9ed32a132","status":"passed","time":{"start":1728455595196,"stop":1728455595196,"duration":0}},{"uid":"b2de2c55b495de42","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b2de2c55b495de42","status":"passed","time":{"start":1728452556200,"stop":1728452556201,"duration":1}}]},"tags":[]},"source":"3becf0afcfd12d45.json","parameterValues":[]} \ No newline at end of file +{"uid":"918df4e67481cbf3","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":1729034696867,"stop":1729034696867,"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":15,"unknown":0,"total":15},"items":[{"uid":"bd7f5ed9abed90fa","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bd7f5ed9abed90fa","status":"passed","time":{"start":1729034470063,"stop":1729034470063,"duration":0}},{"uid":"6f6d6bf479682387","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6f6d6bf479682387","status":"passed","time":{"start":1729034388870,"stop":1729034388870,"duration":0}},{"uid":"58b52190440868ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58b52190440868ef","status":"passed","time":{"start":1729034213020,"stop":1729034213021,"duration":1}},{"uid":"4ae5288f0c0a354","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4ae5288f0c0a354","status":"passed","time":{"start":1729032269103,"stop":1729032269103,"duration":0}},{"uid":"12d649674e6cab54","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12d649674e6cab54","status":"passed","time":{"start":1728902000843,"stop":1728902000843,"duration":0}},{"uid":"61b5cfcd9c3dadcd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61b5cfcd9c3dadcd","status":"passed","time":{"start":1728893442598,"stop":1728893442598,"duration":0}},{"uid":"882c99655d674762","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/882c99655d674762","status":"passed","time":{"start":1728856386643,"stop":1728856386644,"duration":1}},{"uid":"ada2e1d7d7157050","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ada2e1d7d7157050","status":"passed","time":{"start":1728738608587,"stop":1728738608588,"duration":1}},{"uid":"39ca02b3520d865b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39ca02b3520d865b","status":"passed","time":{"start":1728683148173,"stop":1728683148174,"duration":1}},{"uid":"7ad39423ea345982","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ad39423ea345982","status":"passed","time":{"start":1728682709057,"stop":1728682709058,"duration":1}},{"uid":"ea0216323d07ccb3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ea0216323d07ccb3","status":"passed","time":{"start":1728677206657,"stop":1728677206657,"duration":0}},{"uid":"9f5630edd62b8ba5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9f5630edd62b8ba5","status":"passed","time":{"start":1728669888551,"stop":1728669888551,"duration":0}},{"uid":"3459329cac0759e0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3459329cac0759e0","status":"passed","time":{"start":1728598268132,"stop":1728598268132,"duration":0}},{"uid":"66c76e8a28c7f9d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/66c76e8a28c7f9d1","status":"passed","time":{"start":1728597478034,"stop":1728597478034,"duration":0}}]},"tags":[]},"source":"918df4e67481cbf3.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ec399447fe746eb2.json b/7588/data/test-cases/91c28b51cd9940af.json similarity index 83% rename from 7556/data/test-cases/ec399447fe746eb2.json rename to 7588/data/test-cases/91c28b51cd9940af.json index e3154ec5e17..bc99457bf73 100644 --- a/7556/data/test-cases/ec399447fe746eb2.json +++ b/7588/data/test-cases/91c28b51cd9940af.json @@ -1 +1 @@ -{"uid":"ec399447fe746eb2","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":1728457448622,"stop":1728457448622,"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":6,"unknown":0,"total":6},"items":[{"uid":"f46aaee10cedceec","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/f46aaee10cedceec","status":"passed","time":{"start":1728456402399,"stop":1728456402402,"duration":3}},{"uid":"889f79d7c0a23aaa","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/889f79d7c0a23aaa","status":"passed","time":{"start":1728456120439,"stop":1728456120439,"duration":0}},{"uid":"e726395ffd9361cd","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e726395ffd9361cd","status":"passed","time":{"start":1728456038374,"stop":1728456038374,"duration":0}},{"uid":"507f0849444af4a1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/507f0849444af4a1","status":"passed","time":{"start":1728455403829,"stop":1728455403829,"duration":0}},{"uid":"50c38f7dd386f4d0","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/50c38f7dd386f4d0","status":"passed","time":{"start":1728452400288,"stop":1728452400289,"duration":1}}]},"tags":[]},"source":"ec399447fe746eb2.json","parameterValues":[]} \ No newline at end of file +{"uid":"91c28b51cd9940af","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":1729034611680,"stop":1729034611680,"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":15,"unknown":0,"total":15},"items":[{"uid":"d90ab4df52fd108","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d90ab4df52fd108","status":"passed","time":{"start":1729034393656,"stop":1729034393656,"duration":0}},{"uid":"12961511af3de5da","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/12961511af3de5da","status":"passed","time":{"start":1729034304854,"stop":1729034304854,"duration":0}},{"uid":"2933df868be9a063","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2933df868be9a063","status":"passed","time":{"start":1729034121940,"stop":1729034121940,"duration":0}},{"uid":"2be2174a5a8ea7c9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2be2174a5a8ea7c9","status":"passed","time":{"start":1729032174916,"stop":1729032174917,"duration":1}},{"uid":"fee7b5bafc715a77","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fee7b5bafc715a77","status":"passed","time":{"start":1728901881023,"stop":1728901881024,"duration":1}},{"uid":"aacb1848f65c57d3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aacb1848f65c57d3","status":"passed","time":{"start":1728893317178,"stop":1728893317179,"duration":1}},{"uid":"75df68cb40e16f2c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/75df68cb40e16f2c","status":"passed","time":{"start":1728856263109,"stop":1728856263110,"duration":1}},{"uid":"e5ec65177d43b7d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e5ec65177d43b7d","status":"passed","time":{"start":1728738492803,"stop":1728738492803,"duration":0}},{"uid":"3ac20464f2a9721e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3ac20464f2a9721e","status":"passed","time":{"start":1728683030027,"stop":1728683030027,"duration":0}},{"uid":"61a1038be6553a93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/61a1038be6553a93","status":"passed","time":{"start":1728682581112,"stop":1728682581112,"duration":0}},{"uid":"abf321462e80c9f4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/abf321462e80c9f4","status":"passed","time":{"start":1728677082006,"stop":1728677082007,"duration":1}},{"uid":"30dea65f6509c4d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/30dea65f6509c4d9","status":"passed","time":{"start":1728669795404,"stop":1728669795404,"duration":0}},{"uid":"32bf20b1ab239e64","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/32bf20b1ab239e64","status":"passed","time":{"start":1728598137507,"stop":1728598137508,"duration":1}},{"uid":"38f85e729f93f4e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/38f85e729f93f4e","status":"passed","time":{"start":1728597353485,"stop":1728597353485,"duration":0}}]},"tags":[]},"source":"91c28b51cd9940af.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/91dce4b3244ed33e.json b/7588/data/test-cases/91dce4b3244ed33e.json new file mode 100644 index 00000000000..6c02d8904c2 --- /dev/null +++ b/7588/data/test-cases/91dce4b3244ed33e.json @@ -0,0 +1 @@ +{"uid":"91dce4b3244ed33e","name":"Check meta is set [ecies]","fullName":"/src/ecies.spec.ts: Ecies Encryption > Check meta is set [ecies]","historyId":"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034368072,"stop":1729034368072,"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":15,"unknown":0,"total":15},"items":[{"uid":"c20ff968f14f8464","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c20ff968f14f8464","status":"passed","time":{"start":1729034132179,"stop":1729034132179,"duration":0}},{"uid":"d1afefbaa2acf88b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d1afefbaa2acf88b","status":"passed","time":{"start":1729034055084,"stop":1729034055084,"duration":0}},{"uid":"d60c6190ecd16f9e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d60c6190ecd16f9e","status":"passed","time":{"start":1729033869944,"stop":1729033869945,"duration":1}},{"uid":"a3bbb9fdecd5cdfe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3bbb9fdecd5cdfe","status":"passed","time":{"start":1729031919798,"stop":1729031919799,"duration":1}},{"uid":"f4f0f22bd0f76f34","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f4f0f22bd0f76f34","status":"passed","time":{"start":1728901465374,"stop":1728901465374,"duration":0}},{"uid":"9444239ee2be75f7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9444239ee2be75f7","status":"passed","time":{"start":1728892895974,"stop":1728892895974,"duration":0}},{"uid":"3814680acfd591a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3814680acfd591a2","status":"passed","time":{"start":1728855858319,"stop":1728855858319,"duration":0}},{"uid":"7fe5a4568027cf20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fe5a4568027cf20","status":"passed","time":{"start":1728738075953,"stop":1728738075954,"duration":1}},{"uid":"9d0e823f85b1bdbc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d0e823f85b1bdbc","status":"passed","time":{"start":1728682609268,"stop":1728682609268,"duration":0}},{"uid":"3fedab1f9fe89ba7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3fedab1f9fe89ba7","status":"passed","time":{"start":1728682182160,"stop":1728682182160,"duration":0}},{"uid":"5302524bcf4efcc5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5302524bcf4efcc5","status":"passed","time":{"start":1728676656594,"stop":1728676656594,"duration":0}},{"uid":"f98f3bad65383336","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f98f3bad65383336","status":"passed","time":{"start":1728669379924,"stop":1728669379924,"duration":0}},{"uid":"fc39ed2510b12cb9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc39ed2510b12cb9","status":"passed","time":{"start":1728597720385,"stop":1728597720385,"duration":0}},{"uid":"5c17458f84397d6d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c17458f84397d6d","status":"passed","time":{"start":1728596939484,"stop":1728596939485,"duration":1}}]},"tags":[]},"source":"91dce4b3244ed33e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/9278b868f44b78d.json b/7588/data/test-cases/9278b868f44b78d.json new file mode 100644 index 00000000000..1665f9044e0 --- /dev/null +++ b/7588/data/test-cases/9278b868f44b78d.json @@ -0,0 +1 @@ +{"uid":"9278b868f44b78d","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":1729034640528,"stop":1729034640528,"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":15,"unknown":0,"total":15},"items":[{"uid":"7a8df02a10bf2b44","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a8df02a10bf2b44","status":"passed","time":{"start":1729034411428,"stop":1729034411428,"duration":0}},{"uid":"493919ec7ab36fbf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/493919ec7ab36fbf","status":"passed","time":{"start":1729034327412,"stop":1729034327413,"duration":1}},{"uid":"e03453525f0fef2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e03453525f0fef2","status":"passed","time":{"start":1729034147792,"stop":1729034147792,"duration":0}},{"uid":"fd1b633c20b873eb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fd1b633c20b873eb","status":"passed","time":{"start":1729032204833,"stop":1729032204834,"duration":1}},{"uid":"3e41b96123892b94","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3e41b96123892b94","status":"passed","time":{"start":1728901907717,"stop":1728901907717,"duration":0}},{"uid":"b50331a175c1bf1f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b50331a175c1bf1f","status":"passed","time":{"start":1728893341892,"stop":1728893341892,"duration":0}},{"uid":"815bada6cd38f8e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/815bada6cd38f8e7","status":"passed","time":{"start":1728856299387,"stop":1728856299387,"duration":0}},{"uid":"435cbad43b7498de","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/435cbad43b7498de","status":"passed","time":{"start":1728738511623,"stop":1728738511623,"duration":0}},{"uid":"e26dfb0e7fc046fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e26dfb0e7fc046fd","status":"passed","time":{"start":1728683052915,"stop":1728683052915,"duration":0}},{"uid":"290c92cda73d1f37","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/290c92cda73d1f37","status":"passed","time":{"start":1728682612915,"stop":1728682612915,"duration":0}},{"uid":"2b1548621ae19405","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b1548621ae19405","status":"passed","time":{"start":1728677115754,"stop":1728677115755,"duration":1}},{"uid":"cf76be51946e014a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cf76be51946e014a","status":"passed","time":{"start":1728669778187,"stop":1728669778188,"duration":1}},{"uid":"68ed00b75c656995","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68ed00b75c656995","status":"passed","time":{"start":1728598175437,"stop":1728598175437,"duration":0}},{"uid":"318cc6460c159670","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/318cc6460c159670","status":"passed","time":{"start":1728597380066,"stop":1728597380067,"duration":1}}]},"tags":[]},"source":"9278b868f44b78d.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/928016831c0d674f.json b/7588/data/test-cases/928016831c0d674f.json new file mode 100644 index 00000000000..873a2d8f337 --- /dev/null +++ b/7588/data/test-cases/928016831c0d674f.json @@ -0,0 +1 @@ +{"uid":"928016831c0d674f","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":1729034366397,"stop":1729034366397,"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":15,"unknown":0,"total":15},"items":[{"uid":"959d36bf3a2330b2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/959d36bf3a2330b2","status":"passed","time":{"start":1729034130428,"stop":1729034130428,"duration":0}},{"uid":"4253711874cae25c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4253711874cae25c","status":"passed","time":{"start":1729034053398,"stop":1729034053398,"duration":0}},{"uid":"a8611cf529ff1a32","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8611cf529ff1a32","status":"passed","time":{"start":1729033868325,"stop":1729033868325,"duration":0}},{"uid":"3f31f80c8cb33053","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f31f80c8cb33053","status":"passed","time":{"start":1729031918115,"stop":1729031918115,"duration":0}},{"uid":"e9dd67060bac3f0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e9dd67060bac3f0e","status":"passed","time":{"start":1728901463795,"stop":1728901463795,"duration":0}},{"uid":"a4e27f5b3192b87f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a4e27f5b3192b87f","status":"passed","time":{"start":1728892894309,"stop":1728892894309,"duration":0}},{"uid":"afde2ccef593de43","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/afde2ccef593de43","status":"passed","time":{"start":1728855856836,"stop":1728855856837,"duration":1}},{"uid":"58344bed1060a308","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58344bed1060a308","status":"passed","time":{"start":1728738074177,"stop":1728738074177,"duration":0}},{"uid":"6c8cd6ecb61ffb06","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6c8cd6ecb61ffb06","status":"passed","time":{"start":1728682607650,"stop":1728682607650,"duration":0}},{"uid":"e0ab6ce1d700549e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e0ab6ce1d700549e","status":"passed","time":{"start":1728682180604,"stop":1728682180604,"duration":0}},{"uid":"70efb70653d97874","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/70efb70653d97874","status":"passed","time":{"start":1728676655187,"stop":1728676655187,"duration":0}},{"uid":"2b87f14d3060443c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b87f14d3060443c","status":"passed","time":{"start":1728669378163,"stop":1728669378163,"duration":0}},{"uid":"c25fc4dc9bc273f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c25fc4dc9bc273f3","status":"passed","time":{"start":1728597718740,"stop":1728597718741,"duration":1}},{"uid":"e632498cf1da375a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e632498cf1da375a","status":"passed","time":{"start":1728596937944,"stop":1728596937944,"duration":0}}]},"tags":[]},"source":"928016831c0d674f.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/81ff53b083c8f7ec.json b/7588/data/test-cases/933841381ccd2876.json similarity index 83% rename from 7556/data/test-cases/81ff53b083c8f7ec.json rename to 7588/data/test-cases/933841381ccd2876.json index 2f922b2e101..1fb8aeebc3b 100644 --- a/7556/data/test-cases/81ff53b083c8f7ec.json +++ b/7588/data/test-cases/933841381ccd2876.json @@ -1 +1 @@ -{"uid":"81ff53b083c8f7ec","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":1728457448602,"stop":1728457448602,"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":6,"unknown":0,"total":6},"items":[{"uid":"bbc939f92c017f78","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/bbc939f92c017f78","status":"passed","time":{"start":1728456402341,"stop":1728456402343,"duration":2}},{"uid":"221b4ff3af9b324","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/221b4ff3af9b324","status":"passed","time":{"start":1728456120406,"stop":1728456120407,"duration":1}},{"uid":"5c4360c75bd146ce","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/5c4360c75bd146ce","status":"passed","time":{"start":1728456038357,"stop":1728456038357,"duration":0}},{"uid":"a45cee9103820d3f","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a45cee9103820d3f","status":"passed","time":{"start":1728455403804,"stop":1728455403805,"duration":1}},{"uid":"fd9760088acb9def","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/fd9760088acb9def","status":"passed","time":{"start":1728452400255,"stop":1728452400256,"duration":1}}]},"tags":[]},"source":"81ff53b083c8f7ec.json","parameterValues":[]} \ No newline at end of file +{"uid":"933841381ccd2876","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":1729034611649,"stop":1729034611649,"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":15,"unknown":0,"total":15},"items":[{"uid":"2f81da510510ab3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2f81da510510ab3","status":"passed","time":{"start":1729034393624,"stop":1729034393625,"duration":1}},{"uid":"2a08f29ebc5f0789","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2a08f29ebc5f0789","status":"passed","time":{"start":1729034304793,"stop":1729034304793,"duration":0}},{"uid":"747430b44b05be25","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/747430b44b05be25","status":"passed","time":{"start":1729034121875,"stop":1729034121875,"duration":0}},{"uid":"462fd9e323556702","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/462fd9e323556702","status":"passed","time":{"start":1729032174794,"stop":1729032174795,"duration":1}},{"uid":"d793a150811ef4f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d793a150811ef4f7","status":"passed","time":{"start":1728901881001,"stop":1728901881001,"duration":0}},{"uid":"93f67f9ccce65490","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/93f67f9ccce65490","status":"passed","time":{"start":1728893317129,"stop":1728893317129,"duration":0}},{"uid":"34899aadb998dcad","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/34899aadb998dcad","status":"passed","time":{"start":1728856263062,"stop":1728856263063,"duration":1}},{"uid":"9e5607c2d00bc13e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9e5607c2d00bc13e","status":"passed","time":{"start":1728738492779,"stop":1728738492781,"duration":2}},{"uid":"6586634731223127","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6586634731223127","status":"passed","time":{"start":1728683030005,"stop":1728683030006,"duration":1}},{"uid":"fea44c9559b11da9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fea44c9559b11da9","status":"passed","time":{"start":1728682581058,"stop":1728682581060,"duration":2}},{"uid":"af212fb5f441af91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/af212fb5f441af91","status":"passed","time":{"start":1728677081981,"stop":1728677081981,"duration":0}},{"uid":"803ed7b5708a4a76","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/803ed7b5708a4a76","status":"passed","time":{"start":1728669795382,"stop":1728669795382,"duration":0}},{"uid":"983eecf1e2e2366c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/983eecf1e2e2366c","status":"passed","time":{"start":1728598137489,"stop":1728598137490,"duration":1}},{"uid":"97c946fc2558cea6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/97c946fc2558cea6","status":"passed","time":{"start":1728597353469,"stop":1728597353470,"duration":1}}]},"tags":[]},"source":"933841381ccd2876.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/93dd897776aa322.json b/7588/data/test-cases/93dd897776aa322.json new file mode 100644 index 00000000000..03a83d80b06 --- /dev/null +++ b/7588/data/test-cases/93dd897776aa322.json @@ -0,0 +1 @@ +{"uid":"93dd897776aa322","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":1729034696864,"stop":1729034696864,"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":15,"unknown":0,"total":15},"items":[{"uid":"3023f7c52a701eab","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3023f7c52a701eab","status":"passed","time":{"start":1729034470060,"stop":1729034470060,"duration":0}},{"uid":"2e577cc4ad054312","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2e577cc4ad054312","status":"passed","time":{"start":1729034388868,"stop":1729034388868,"duration":0}},{"uid":"5d7eae6322fa4c16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5d7eae6322fa4c16","status":"passed","time":{"start":1729034213017,"stop":1729034213018,"duration":1}},{"uid":"e1074855482a7791","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e1074855482a7791","status":"passed","time":{"start":1729032269101,"stop":1729032269101,"duration":0}},{"uid":"b7c01c0034ff655e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c01c0034ff655e","status":"passed","time":{"start":1728902000841,"stop":1728902000841,"duration":0}},{"uid":"9706c296990284f1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9706c296990284f1","status":"passed","time":{"start":1728893442591,"stop":1728893442592,"duration":1}},{"uid":"c1d6dee6fd1b7104","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c1d6dee6fd1b7104","status":"passed","time":{"start":1728856386636,"stop":1728856386637,"duration":1}},{"uid":"371f498cbf9b3fc3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/371f498cbf9b3fc3","status":"passed","time":{"start":1728738608582,"stop":1728738608584,"duration":2}},{"uid":"e4c3cb1baad03279","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e4c3cb1baad03279","status":"passed","time":{"start":1728683148168,"stop":1728683148168,"duration":0}},{"uid":"2a267e47b80b11f2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2a267e47b80b11f2","status":"passed","time":{"start":1728682709056,"stop":1728682709056,"duration":0}},{"uid":"991816664aca8243","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/991816664aca8243","status":"passed","time":{"start":1728677206654,"stop":1728677206654,"duration":0}},{"uid":"eba23024d1a965c2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eba23024d1a965c2","status":"passed","time":{"start":1728669888548,"stop":1728669888549,"duration":1}},{"uid":"5cf6ac6655ee45e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5cf6ac6655ee45e","status":"passed","time":{"start":1728598268130,"stop":1728598268130,"duration":0}},{"uid":"fad437e14bdf6e67","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fad437e14bdf6e67","status":"passed","time":{"start":1728597478031,"stop":1728597478032,"duration":1}}]},"tags":[]},"source":"93dd897776aa322.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/8d94d8899ef60cb2.json b/7588/data/test-cases/94516b105e894025.json similarity index 84% rename from 7556/data/test-cases/8d94d8899ef60cb2.json rename to 7588/data/test-cases/94516b105e894025.json index d98c78b68c7..13dc327c01f 100644 --- a/7556/data/test-cases/8d94d8899ef60cb2.json +++ b/7588/data/test-cases/94516b105e894025.json @@ -1 +1 @@ -{"uid":"8d94d8899ef60cb2","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":1728457360315,"stop":1728457360315,"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":6,"unknown":0,"total":6},"items":[{"uid":"51ad85a9920ef14d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/51ad85a9920ef14d","status":"passed","time":{"start":1728456312502,"stop":1728456312502,"duration":0}},{"uid":"16f27a44540419","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/16f27a44540419","status":"passed","time":{"start":1728456013952,"stop":1728456013952,"duration":0}},{"uid":"a1279bf070b59fac","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/a1279bf070b59fac","status":"passed","time":{"start":1728455837447,"stop":1728455837467,"duration":20}},{"uid":"1d5b95a0134711f0","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/1d5b95a0134711f0","status":"passed","time":{"start":1728455198916,"stop":1728455198917,"duration":1}},{"uid":"2ede713eca55b224","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/2ede713eca55b224","status":"passed","time":{"start":1728452203355,"stop":1728452203356,"duration":1}}]},"tags":[]},"source":"8d94d8899ef60cb2.json","parameterValues":[]} \ No newline at end of file +{"uid":"94516b105e894025","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":1729034536108,"stop":1729034536108,"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":14,"unknown":0,"total":14},"items":[{"uid":"3fe26bca46b63ed8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3fe26bca46b63ed8","status":"passed","time":{"start":1729034296713,"stop":1729034296714,"duration":1}},{"uid":"46539061db7906e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/46539061db7906e","status":"passed","time":{"start":1729034220609,"stop":1729034220609,"duration":0}},{"uid":"c5887fcee980ef61","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5887fcee980ef61","status":"passed","time":{"start":1729034041497,"stop":1729034041497,"duration":0}},{"uid":"6bbcf9cc63222fc0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6bbcf9cc63222fc0","status":"passed","time":{"start":1728901705412,"stop":1728901705413,"duration":1}},{"uid":"963bcabb12e48670","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/963bcabb12e48670","status":"passed","time":{"start":1728893141780,"stop":1728893141781,"duration":1}},{"uid":"8236aa9abddaed48","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8236aa9abddaed48","status":"passed","time":{"start":1728856087087,"stop":1728856087087,"duration":0}},{"uid":"cc91be14d815ce1e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc91be14d815ce1e","status":"passed","time":{"start":1728738321445,"stop":1728738321446,"duration":1}},{"uid":"91cc9ee88ffa521e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/91cc9ee88ffa521e","status":"passed","time":{"start":1728682845680,"stop":1728682845680,"duration":0}},{"uid":"c1821a386d553bcf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1821a386d553bcf","status":"passed","time":{"start":1728682424314,"stop":1728682424315,"duration":1}},{"uid":"fe9c2c9f5d198ded","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe9c2c9f5d198ded","status":"passed","time":{"start":1728676900543,"stop":1728676900544,"duration":1}},{"uid":"b909f2b7c32beb98","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b909f2b7c32beb98","status":"passed","time":{"start":1728669625804,"stop":1728669625804,"duration":0}},{"uid":"cc26b4cd678cf878","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cc26b4cd678cf878","status":"passed","time":{"start":1728597957175,"stop":1728597957175,"duration":0}},{"uid":"a7a6721006daf8eb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a7a6721006daf8eb","status":"passed","time":{"start":1728597182622,"stop":1728597182622,"duration":0}}]},"tags":[]},"source":"94516b105e894025.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/948187d0b4f709c.json b/7588/data/test-cases/948187d0b4f709c.json new file mode 100644 index 00000000000..148122d805b --- /dev/null +++ b/7588/data/test-cases/948187d0b4f709c.json @@ -0,0 +1 @@ +{"uid":"948187d0b4f709c","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":1729034611652,"stop":1729034611653,"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":15,"unknown":0,"total":15},"items":[{"uid":"640bf30890ce0557","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/640bf30890ce0557","status":"passed","time":{"start":1729034393627,"stop":1729034393627,"duration":0}},{"uid":"1fd4ae9074f0aba9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1fd4ae9074f0aba9","status":"passed","time":{"start":1729034304810,"stop":1729034304812,"duration":2}},{"uid":"e32dabcc7b1bad92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e32dabcc7b1bad92","status":"passed","time":{"start":1729034121890,"stop":1729034121891,"duration":1}},{"uid":"b000b86e83bc6242","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b000b86e83bc6242","status":"passed","time":{"start":1729032174797,"stop":1729032174798,"duration":1}},{"uid":"a9af2f352c5d809f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a9af2f352c5d809f","status":"passed","time":{"start":1728901881003,"stop":1728901881004,"duration":1}},{"uid":"c0a2fa1950ebf8a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0a2fa1950ebf8a","status":"passed","time":{"start":1728893317140,"stop":1728893317141,"duration":1}},{"uid":"acb0ebdd8ee588fb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acb0ebdd8ee588fb","status":"passed","time":{"start":1728856263065,"stop":1728856263065,"duration":0}},{"uid":"eb46740d3e7f7586","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eb46740d3e7f7586","status":"passed","time":{"start":1728738492786,"stop":1728738492787,"duration":1}},{"uid":"c656ca9f8f930ad1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c656ca9f8f930ad1","status":"passed","time":{"start":1728683030008,"stop":1728683030008,"duration":0}},{"uid":"4d3c3e12226a4dc7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4d3c3e12226a4dc7","status":"passed","time":{"start":1728682581081,"stop":1728682581082,"duration":1}},{"uid":"8b3fe626461ff633","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8b3fe626461ff633","status":"passed","time":{"start":1728677081984,"stop":1728677081984,"duration":0}},{"uid":"4ca012b38803b7ea","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4ca012b38803b7ea","status":"passed","time":{"start":1728669795385,"stop":1728669795385,"duration":0}},{"uid":"c8812b2128209b4c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c8812b2128209b4c","status":"passed","time":{"start":1728598137494,"stop":1728598137495,"duration":1}},{"uid":"f787b0456ed00c2f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f787b0456ed00c2f","status":"passed","time":{"start":1728597353472,"stop":1728597353472,"duration":0}}]},"tags":[]},"source":"948187d0b4f709c.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/f4cd1863ad74d606.json b/7588/data/test-cases/94b38833d592def9.json similarity index 88% rename from 7556/data/test-cases/f4cd1863ad74d606.json rename to 7588/data/test-cases/94b38833d592def9.json index 410e3a942db..a2d1b860463 100644 --- a/7556/data/test-cases/f4cd1863ad74d606.json +++ b/7588/data/test-cases/94b38833d592def9.json @@ -1 +1 @@ -{"uid":"f4cd1863ad74d606","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":1728457510439,"stop":1728457510439,"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":6,"unknown":0,"total":6},"items":[{"uid":"6dd6b35af11d54d2","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/6dd6b35af11d54d2","status":"passed","time":{"start":1728456448202,"stop":1728456448203,"duration":1}},{"uid":"2852b7e7aed8fbe8","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/2852b7e7aed8fbe8","status":"passed","time":{"start":1728456195694,"stop":1728456195697,"duration":3}},{"uid":"8af5728085e88fc4","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/8af5728085e88fc4","status":"passed","time":{"start":1728456166705,"stop":1728456166706,"duration":1}},{"uid":"dccc6c4d961fa1eb","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/dccc6c4d961fa1eb","status":"passed","time":{"start":1728455516722,"stop":1728455516722,"duration":0}},{"uid":"bdee2cd3cabcee93","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/bdee2cd3cabcee93","status":"passed","time":{"start":1728452508942,"stop":1728452508942,"duration":0}}]},"tags":[]},"source":"f4cd1863ad74d606.json","parameterValues":[]} \ No newline at end of file +{"uid":"94b38833d592def9","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":1729034631253,"stop":1729034631253,"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":15,"unknown":0,"total":15},"items":[{"uid":"2c0d74fb455e9988","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2c0d74fb455e9988","status":"passed","time":{"start":1729034400890,"stop":1729034400890,"duration":0}},{"uid":"c97ef8f2b733fd8b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c97ef8f2b733fd8b","status":"passed","time":{"start":1729034317453,"stop":1729034317453,"duration":0}},{"uid":"4f1700c09340db38","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f1700c09340db38","status":"passed","time":{"start":1729034137137,"stop":1729034137142,"duration":5}},{"uid":"5a1ed28f50c4743f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a1ed28f50c4743f","status":"passed","time":{"start":1729032206876,"stop":1729032206876,"duration":0}},{"uid":"5adf9cfef8dc358d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5adf9cfef8dc358d","status":"passed","time":{"start":1728901995022,"stop":1728901995022,"duration":0}},{"uid":"f9a8088335af931f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f9a8088335af931f","status":"passed","time":{"start":1728893420996,"stop":1728893420996,"duration":0}},{"uid":"537fdbf43ff1388c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/537fdbf43ff1388c","status":"passed","time":{"start":1728856368597,"stop":1728856368597,"duration":0}},{"uid":"2a4f3bb3148e1c08","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2a4f3bb3148e1c08","status":"passed","time":{"start":1728738604681,"stop":1728738604681,"duration":0}},{"uid":"b82833f23190e4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b82833f23190e4f","status":"passed","time":{"start":1728683117628,"stop":1728683117629,"duration":1}},{"uid":"47e2f9d895cfb1f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/47e2f9d895cfb1f9","status":"passed","time":{"start":1728682721318,"stop":1728682721319,"duration":1}},{"uid":"28063a14fc2f3385","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/28063a14fc2f3385","status":"passed","time":{"start":1728677184684,"stop":1728677184684,"duration":0}},{"uid":"aec3e0b69dfc88c6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aec3e0b69dfc88c6","status":"passed","time":{"start":1728669866450,"stop":1728669866450,"duration":0}},{"uid":"5b9e738672a02307","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b9e738672a02307","status":"passed","time":{"start":1728598249978,"stop":1728598249980,"duration":2}},{"uid":"e1f2b669b2815bf3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e1f2b669b2815bf3","status":"passed","time":{"start":1728597472292,"stop":1728597472293,"duration":1}}]},"tags":[]},"source":"94b38833d592def9.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/94dcab125684b26.json b/7588/data/test-cases/94dcab125684b26.json new file mode 100644 index 00000000000..e8289c364fd --- /dev/null +++ b/7588/data/test-cases/94dcab125684b26.json @@ -0,0 +1 @@ +{"uid":"94dcab125684b26","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":1729034332626,"stop":1729034332627,"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":15,"unknown":0,"total":15},"items":[{"uid":"a4753b222ed409e3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a4753b222ed409e3","status":"passed","time":{"start":1729034096128,"stop":1729034096128,"duration":0}},{"uid":"9bbcac5a4df0de74","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9bbcac5a4df0de74","status":"passed","time":{"start":1729034020086,"stop":1729034020086,"duration":0}},{"uid":"217443214b18487f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/217443214b18487f","status":"passed","time":{"start":1729033834379,"stop":1729033834379,"duration":0}},{"uid":"7098001b55a2dab","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7098001b55a2dab","status":"passed","time":{"start":1729031884111,"stop":1729031884111,"duration":0}},{"uid":"fb5b9855337ea579","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fb5b9855337ea579","status":"passed","time":{"start":1728901430251,"stop":1728901430251,"duration":0}},{"uid":"12f114b5ed3eed8a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/12f114b5ed3eed8a","status":"passed","time":{"start":1728892860527,"stop":1728892860527,"duration":0}},{"uid":"f0fc20c6095f987","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f0fc20c6095f987","status":"passed","time":{"start":1728855823318,"stop":1728855823318,"duration":0}},{"uid":"408c83820b3deaec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/408c83820b3deaec","status":"passed","time":{"start":1728738040596,"stop":1728738040596,"duration":0}},{"uid":"d3a6e70cf3e82689","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d3a6e70cf3e82689","status":"passed","time":{"start":1728682574087,"stop":1728682574087,"duration":0}},{"uid":"a2b3f4dd84c39f43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a2b3f4dd84c39f43","status":"passed","time":{"start":1728682146811,"stop":1728682146812,"duration":1}},{"uid":"7666e26adc9f1838","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7666e26adc9f1838","status":"passed","time":{"start":1728676621427,"stop":1728676621427,"duration":0}},{"uid":"38689d9b3acdd6c4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/38689d9b3acdd6c4","status":"passed","time":{"start":1728669344462,"stop":1728669344463,"duration":1}},{"uid":"8bf2076d15c15b1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bf2076d15c15b1b","status":"passed","time":{"start":1728597685156,"stop":1728597685156,"duration":0}},{"uid":"90f7b4fb5cfe11a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90f7b4fb5cfe11a7","status":"passed","time":{"start":1728596904462,"stop":1728596904463,"duration":1}}]},"tags":[]},"source":"94dcab125684b26.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/951fd5ab8a9a7fda.json b/7588/data/test-cases/951fd5ab8a9a7fda.json new file mode 100644 index 00000000000..8cd98de3619 --- /dev/null +++ b/7588/data/test-cases/951fd5ab8a9a7fda.json @@ -0,0 +1 @@ +{"uid":"951fd5ab8a9a7fda","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":1729034682674,"stop":1729034682675,"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":15,"unknown":0,"total":15},"items":[{"uid":"24748f0e00adc4ae","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/24748f0e00adc4ae","status":"passed","time":{"start":1729034452184,"stop":1729034452184,"duration":0}},{"uid":"a8e06c0c0921dc2b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a8e06c0c0921dc2b","status":"passed","time":{"start":1729034373079,"stop":1729034373080,"duration":1}},{"uid":"4c7e9104f80568d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c7e9104f80568d6","status":"passed","time":{"start":1729034188117,"stop":1729034188117,"duration":0}},{"uid":"b1fdb031cc5a7336","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b1fdb031cc5a7336","status":"passed","time":{"start":1729032231863,"stop":1729032231864,"duration":1}},{"uid":"12855f1a4f8904d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12855f1a4f8904d0","status":"passed","time":{"start":1728901989565,"stop":1728901989565,"duration":0}},{"uid":"ea094605fe6b4e9b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ea094605fe6b4e9b","status":"passed","time":{"start":1728893424900,"stop":1728893424901,"duration":1}},{"uid":"732c5d0fcf33d0a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/732c5d0fcf33d0a4","status":"passed","time":{"start":1728856376683,"stop":1728856376683,"duration":0}},{"uid":"ac5068719f495b29","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ac5068719f495b29","status":"passed","time":{"start":1728738593960,"stop":1728738593960,"duration":0}},{"uid":"20686b964986ade1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/20686b964986ade1","status":"passed","time":{"start":1728683135337,"stop":1728683135338,"duration":1}},{"uid":"2a3a62ecb9a19a89","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2a3a62ecb9a19a89","status":"passed","time":{"start":1728682692589,"stop":1728682692589,"duration":0}},{"uid":"f3244a4ba344f369","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f3244a4ba344f369","status":"passed","time":{"start":1728677194228,"stop":1728677194229,"duration":1}},{"uid":"cea1ce16a86d547b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cea1ce16a86d547b","status":"passed","time":{"start":1728669874423,"stop":1728669874424,"duration":1}},{"uid":"9a36b57ddd77e6c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a36b57ddd77e6c","status":"passed","time":{"start":1728598257462,"stop":1728598257462,"duration":0}},{"uid":"d13704df0905ab96","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d13704df0905ab96","status":"passed","time":{"start":1728597471284,"stop":1728597471284,"duration":0}}]},"tags":[]},"source":"951fd5ab8a9a7fda.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/11c55f6e76d6f3a7.json b/7588/data/test-cases/95a1d847131a899a.json similarity index 81% rename from 7556/data/test-cases/11c55f6e76d6f3a7.json rename to 7588/data/test-cases/95a1d847131a899a.json index a2513e4edbe..ef00075c9df 100644 --- a/7556/data/test-cases/11c55f6e76d6f3a7.json +++ b/7588/data/test-cases/95a1d847131a899a.json @@ -1 +1 @@ -{"uid":"11c55f6e76d6f3a7","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":1728457481255,"stop":1728457481256,"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":6,"unknown":0,"total":6},"items":[{"uid":"3856364a4fce4074","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/3856364a4fce4074","status":"passed","time":{"start":1728456434595,"stop":1728456434596,"duration":1}},{"uid":"8cf60a964b52f908","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/8cf60a964b52f908","status":"passed","time":{"start":1728456196702,"stop":1728456196703,"duration":1}},{"uid":"9955c5cced9728ab","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/9955c5cced9728ab","status":"passed","time":{"start":1728456113180,"stop":1728456113181,"duration":1}},{"uid":"113231d97ef481db","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/113231d97ef481db","status":"passed","time":{"start":1728455468957,"stop":1728455468957,"duration":0}},{"uid":"8c2c98b5807485a2","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/8c2c98b5807485a2","status":"passed","time":{"start":1728452437016,"stop":1728452437017,"duration":1}}]},"tags":[]},"source":"11c55f6e76d6f3a7.json","parameterValues":[]} \ No newline at end of file +{"uid":"95a1d847131a899a","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":1729034636310,"stop":1729034636311,"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":15,"unknown":0,"total":15},"items":[{"uid":"43a326172d256c6b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/43a326172d256c6b","status":"passed","time":{"start":1729034402265,"stop":1729034402268,"duration":3}},{"uid":"b72c426a72b6f03d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b72c426a72b6f03d","status":"passed","time":{"start":1729034323286,"stop":1729034323287,"duration":1}},{"uid":"c5b019ad463d36f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5b019ad463d36f5","status":"passed","time":{"start":1729034144762,"stop":1729034144762,"duration":0}},{"uid":"8e9c4a37d84357a5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8e9c4a37d84357a5","status":"passed","time":{"start":1729032198812,"stop":1729032198813,"duration":1}},{"uid":"a4bec348d273ff3b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a4bec348d273ff3b","status":"passed","time":{"start":1728901901757,"stop":1728901901758,"duration":1}},{"uid":"374ea21ed1e4db03","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/374ea21ed1e4db03","status":"passed","time":{"start":1728893337238,"stop":1728893337238,"duration":0}},{"uid":"1878a176461bac70","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1878a176461bac70","status":"passed","time":{"start":1728856299185,"stop":1728856299186,"duration":1}},{"uid":"4e26651cbc933497","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4e26651cbc933497","status":"passed","time":{"start":1728738505371,"stop":1728738505372,"duration":1}},{"uid":"e4654c664bcdd33f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e4654c664bcdd33f","status":"passed","time":{"start":1728683045440,"stop":1728683045440,"duration":0}},{"uid":"c4ecd84eccea8538","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c4ecd84eccea8538","status":"passed","time":{"start":1728682607284,"stop":1728682607284,"duration":0}},{"uid":"a0aad2abb7270016","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a0aad2abb7270016","status":"passed","time":{"start":1728677103490,"stop":1728677103491,"duration":1}},{"uid":"41e40c2beb9edc78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/41e40c2beb9edc78","status":"passed","time":{"start":1728669777113,"stop":1728669777113,"duration":0}},{"uid":"54c4ab0ba5ec1f29","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/54c4ab0ba5ec1f29","status":"passed","time":{"start":1728598163462,"stop":1728598163463,"duration":1}},{"uid":"579833392da0c349","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/579833392da0c349","status":"passed","time":{"start":1728597375460,"stop":1728597375461,"duration":1}}]},"tags":[]},"source":"95a1d847131a899a.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/535d05ced54c069b.json b/7588/data/test-cases/95b6cd153284d511.json similarity index 85% rename from 7556/data/test-cases/535d05ced54c069b.json rename to 7588/data/test-cases/95b6cd153284d511.json index acb8410312a..19f17112b7c 100644 --- a/7556/data/test-cases/535d05ced54c069b.json +++ b/7588/data/test-cases/95b6cd153284d511.json @@ -1 +1 @@ -{"uid":"535d05ced54c069b","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":1728457537131,"stop":1728457537132,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"13eea690108dc6fe","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/13eea690108dc6fe","status":"passed","time":{"start":1728456499101,"stop":1728456499101,"duration":0}},{"uid":"1a697d8cf956d5e2","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/1a697d8cf956d5e2","status":"passed","time":{"start":1728456215079,"stop":1728456215079,"duration":0}},{"uid":"11e54f56c8f56205","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/11e54f56c8f56205","status":"passed","time":{"start":1728456167135,"stop":1728456167136,"duration":1}},{"uid":"f1710a7a6388f707","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f1710a7a6388f707","status":"passed","time":{"start":1728455518198,"stop":1728455518198,"duration":0}},{"uid":"b4b828a6af30df56","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b4b828a6af30df56","status":"passed","time":{"start":1728452534886,"stop":1728452534886,"duration":0}}]},"tags":[]},"source":"535d05ced54c069b.json","parameterValues":[]} \ No newline at end of file +{"uid":"95b6cd153284d511","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":1729034704498,"stop":1729034704498,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"d1880e50f3802660","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d1880e50f3802660","status":"passed","time":{"start":1729034474991,"stop":1729034474992,"duration":1}},{"uid":"d908b78608a3626d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d908b78608a3626d","status":"passed","time":{"start":1729034395293,"stop":1729034395293,"duration":0}},{"uid":"f85149b15ac3ecd2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f85149b15ac3ecd2","status":"passed","time":{"start":1729034209103,"stop":1729034209104,"duration":1}},{"uid":"2bf5e39e74ceb8cd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2bf5e39e74ceb8cd","status":"passed","time":{"start":1729032264571,"stop":1729032264572,"duration":1}},{"uid":"f140cafee205ca28","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f140cafee205ca28","status":"passed","time":{"start":1728902012863,"stop":1728902012863,"duration":0}},{"uid":"5c13341973a62816","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c13341973a62816","status":"passed","time":{"start":1728893454814,"stop":1728893454814,"duration":0}},{"uid":"d9751ab8d7ec7645","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9751ab8d7ec7645","status":"passed","time":{"start":1728856408456,"stop":1728856408457,"duration":1}},{"uid":"18e7dcbd3e56d217","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/18e7dcbd3e56d217","status":"passed","time":{"start":1728738633858,"stop":1728738633858,"duration":0}},{"uid":"87050d97280b5865","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/87050d97280b5865","status":"passed","time":{"start":1728683159786,"stop":1728683159787,"duration":1}},{"uid":"473370787f556c12","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/473370787f556c12","status":"passed","time":{"start":1728682751333,"stop":1728682751333,"duration":0}},{"uid":"e2827a71e6d0b64b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e2827a71e6d0b64b","status":"passed","time":{"start":1728677216364,"stop":1728677216364,"duration":0}},{"uid":"349cff418b86e44","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/349cff418b86e44","status":"passed","time":{"start":1728669925457,"stop":1728669925457,"duration":0}},{"uid":"4eda898387e07114","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4eda898387e07114","status":"passed","time":{"start":1728598268809,"stop":1728598268810,"duration":1}},{"uid":"2a2e6298b823f497","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2a2e6298b823f497","status":"passed","time":{"start":1728597503929,"stop":1728597503931,"duration":2}}]},"tags":[]},"source":"95b6cd153284d511.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/89e775e939ddb574.json b/7588/data/test-cases/962f3bb37d4940c4.json similarity index 97% rename from 7556/data/test-cases/89e775e939ddb574.json rename to 7588/data/test-cases/962f3bb37d4940c4.json index c91eb161e71..6e6d4c5d4df 100644 --- a/7556/data/test-cases/89e775e939ddb574.json +++ b/7588/data/test-cases/962f3bb37d4940c4.json @@ -1 +1 @@ -{"uid":"89e775e939ddb574","name":"Check received message with timestamp: 1728457204567 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1728457204567 ","historyId":"09420f22c39decfa8ade1a749e202a73:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457448624,"stop":1728457448625,"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":[],"tags":[]},"source":"89e775e939ddb574.json","parameterValues":[]} \ No newline at end of file +{"uid":"962f3bb37d4940c4","name":"Check received message with timestamp: 1729034391567 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1729034391567 ","historyId":"c1465b36a0e4ae0b0a25e6ed5c6e94e1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034611682,"stop":1729034611683,"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":[],"tags":[]},"source":"962f3bb37d4940c4.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/9638591df935f50f.json b/7588/data/test-cases/9638591df935f50f.json new file mode 100644 index 00000000000..16f518d540e --- /dev/null +++ b/7588/data/test-cases/9638591df935f50f.json @@ -0,0 +1 @@ +{"uid":"9638591df935f50f","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":1729034332632,"stop":1729034332632,"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":15,"unknown":0,"total":15},"items":[{"uid":"4e01420c3d15f90b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4e01420c3d15f90b","status":"passed","time":{"start":1729034096133,"stop":1729034096134,"duration":1}},{"uid":"5dd0fd84569dd4b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5dd0fd84569dd4b3","status":"passed","time":{"start":1729034020091,"stop":1729034020091,"duration":0}},{"uid":"e3d8ebbc211d2719","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e3d8ebbc211d2719","status":"passed","time":{"start":1729033834386,"stop":1729033834386,"duration":0}},{"uid":"ab90651195209f78","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ab90651195209f78","status":"passed","time":{"start":1729031884119,"stop":1729031884119,"duration":0}},{"uid":"ddf556806aa4c1d8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ddf556806aa4c1d8","status":"passed","time":{"start":1728901430254,"stop":1728901430255,"duration":1}},{"uid":"b5f8acb96eedc285","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5f8acb96eedc285","status":"passed","time":{"start":1728892860532,"stop":1728892860532,"duration":0}},{"uid":"881f241bc6fa3f72","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/881f241bc6fa3f72","status":"passed","time":{"start":1728855823322,"stop":1728855823323,"duration":1}},{"uid":"91b8d8afa938e4a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/91b8d8afa938e4a","status":"passed","time":{"start":1728738040603,"stop":1728738040603,"duration":0}},{"uid":"e5fd0b5f8666893e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e5fd0b5f8666893e","status":"passed","time":{"start":1728682574093,"stop":1728682574093,"duration":0}},{"uid":"53e54c0e8399162f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/53e54c0e8399162f","status":"passed","time":{"start":1728682146818,"stop":1728682146818,"duration":0}},{"uid":"e9b5236462eede45","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e9b5236462eede45","status":"passed","time":{"start":1728676621432,"stop":1728676621432,"duration":0}},{"uid":"9cfeb803a6752a4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9cfeb803a6752a4d","status":"passed","time":{"start":1728669344468,"stop":1728669344468,"duration":0}},{"uid":"8ccd2e0b2cfa7e01","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ccd2e0b2cfa7e01","status":"passed","time":{"start":1728597685161,"stop":1728597685162,"duration":1}},{"uid":"71462846d235d47c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/71462846d235d47c","status":"passed","time":{"start":1728596904468,"stop":1728596904468,"duration":0}}]},"tags":[]},"source":"9638591df935f50f.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/58050aba6bcdc7e9.json b/7588/data/test-cases/964c9d2dc9a92620.json similarity index 80% rename from 7556/data/test-cases/58050aba6bcdc7e9.json rename to 7588/data/test-cases/964c9d2dc9a92620.json index 45ec5b1454b..e487a62dc0c 100644 --- a/7556/data/test-cases/58050aba6bcdc7e9.json +++ b/7588/data/test-cases/964c9d2dc9a92620.json @@ -1 +1 @@ -{"uid":"58050aba6bcdc7e9","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":1728457490912,"stop":1728457490912,"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":6,"unknown":0,"total":6},"items":[{"uid":"307fd597ea34609f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/307fd597ea34609f","status":"passed","time":{"start":1728456439216,"stop":1728456439216,"duration":0}},{"uid":"dc426620691a2f2c","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/dc426620691a2f2c","status":"passed","time":{"start":1728456209536,"stop":1728456209541,"duration":5}},{"uid":"50a8f6a15fc95e70","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/50a8f6a15fc95e70","status":"passed","time":{"start":1728456126834,"stop":1728456126835,"duration":1}},{"uid":"a5fdba5b43759be5","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a5fdba5b43759be5","status":"passed","time":{"start":1728455481797,"stop":1728455481797,"duration":0}},{"uid":"23f10c82bf4d1eed","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/23f10c82bf4d1eed","status":"passed","time":{"start":1728452438548,"stop":1728452438549,"duration":1}}]},"tags":[]},"source":"58050aba6bcdc7e9.json","parameterValues":[]} \ No newline at end of file +{"uid":"964c9d2dc9a92620","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":1729034640511,"stop":1729034640511,"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":15,"unknown":0,"total":15},"items":[{"uid":"bd56eb5d2cf9e7a8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bd56eb5d2cf9e7a8","status":"passed","time":{"start":1729034411419,"stop":1729034411419,"duration":0}},{"uid":"780aca8b2f7046f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/780aca8b2f7046f6","status":"passed","time":{"start":1729034327390,"stop":1729034327392,"duration":2}},{"uid":"dd2c7d46d1e39045","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd2c7d46d1e39045","status":"passed","time":{"start":1729034147767,"stop":1729034147767,"duration":0}},{"uid":"9ce14b70e1518264","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ce14b70e1518264","status":"passed","time":{"start":1729032204823,"stop":1729032204824,"duration":1}},{"uid":"c33573b29040f5bd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c33573b29040f5bd","status":"passed","time":{"start":1728901907651,"stop":1728901907651,"duration":0}},{"uid":"33e08e1d54d8084e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/33e08e1d54d8084e","status":"passed","time":{"start":1728893341885,"stop":1728893341886,"duration":1}},{"uid":"bf31dce8907f5afa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bf31dce8907f5afa","status":"passed","time":{"start":1728856299351,"stop":1728856299351,"duration":0}},{"uid":"b14a569750ad61c0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b14a569750ad61c0","status":"passed","time":{"start":1728738511611,"stop":1728738511612,"duration":1}},{"uid":"ec451489c85c24ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec451489c85c24ca","status":"passed","time":{"start":1728683052907,"stop":1728683052907,"duration":0}},{"uid":"25cdb56741b6e4d9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/25cdb56741b6e4d9","status":"passed","time":{"start":1728682612906,"stop":1728682612906,"duration":0}},{"uid":"77402f83ef0be0fa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/77402f83ef0be0fa","status":"passed","time":{"start":1728677115741,"stop":1728677115741,"duration":0}},{"uid":"aa02335d432456e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa02335d432456e5","status":"passed","time":{"start":1728669778170,"stop":1728669778170,"duration":0}},{"uid":"d94ad43c71d9fd33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d94ad43c71d9fd33","status":"passed","time":{"start":1728598175427,"stop":1728598175428,"duration":1}},{"uid":"da672a7dc4f917c2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/da672a7dc4f917c2","status":"passed","time":{"start":1728597380057,"stop":1728597380057,"duration":0}}]},"tags":[]},"source":"964c9d2dc9a92620.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/96547764d09f7c6b.json b/7588/data/test-cases/96547764d09f7c6b.json new file mode 100644 index 00000000000..35b6a742a8c --- /dev/null +++ b/7588/data/test-cases/96547764d09f7c6b.json @@ -0,0 +1 @@ +{"uid":"96547764d09f7c6b","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":1729034708551,"stop":1729034708551,"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}],"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"56d769327312219c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/56d769327312219c","status":"passed","time":{"start":1729034480288,"stop":1729034480289,"duration":1}},{"uid":"8d67ba0d3db5c5b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8d67ba0d3db5c5b","status":"passed","time":{"start":1729034396758,"stop":1729034396758,"duration":0}},{"uid":"76a231704bff480","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/76a231704bff480","status":"passed","time":{"start":1729032277690,"stop":1729032277690,"duration":0}},{"uid":"a4f9149fe58ce546","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a4f9149fe58ce546","status":"passed","time":{"start":1728902034222,"stop":1728902034223,"duration":1}},{"uid":"b687c6f45daf20cb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b687c6f45daf20cb","status":"passed","time":{"start":1728893469055,"stop":1728893469055,"duration":0}},{"uid":"57b530b5daf63e4f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/57b530b5daf63e4f","status":"passed","time":{"start":1728856416486,"stop":1728856416486,"duration":0}},{"uid":"e6e15705207365ad","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e6e15705207365ad","status":"passed","time":{"start":1728738643168,"stop":1728738643168,"duration":0}},{"uid":"edb82eaf816e15c2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/edb82eaf816e15c2","status":"passed","time":{"start":1728683174244,"stop":1728683174245,"duration":1}},{"uid":"1bdcf8153d80e01c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1bdcf8153d80e01c","status":"passed","time":{"start":1728682757798,"stop":1728682757798,"duration":0}},{"uid":"cb99d0dee8d8155e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cb99d0dee8d8155e","status":"passed","time":{"start":1728677231123,"stop":1728677231123,"duration":0}},{"uid":"766a57759c6feece","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/766a57759c6feece","status":"passed","time":{"start":1728669920233,"stop":1728669920234,"duration":1}},{"uid":"29cfd1ab7a246505","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/29cfd1ab7a246505","status":"passed","time":{"start":1728598298887,"stop":1728598298887,"duration":0}},{"uid":"2cc5fa5e2abba48a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2cc5fa5e2abba48a","status":"passed","time":{"start":1728597513732,"stop":1728597513732,"duration":0}}]},"tags":[]},"source":"96547764d09f7c6b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/b012112e70d6088c.json b/7588/data/test-cases/9656edff3ac814ba.json similarity index 50% rename from 7556/data/test-cases/b012112e70d6088c.json rename to 7588/data/test-cases/9656edff3ac814ba.json index fbb107f8289..39a81e67c3f 100644 --- a/7556/data/test-cases/b012112e70d6088c.json +++ b/7588/data/test-cases/9656edff3ac814ba.json @@ -1 +1 @@ -{"uid":"b012112e70d6088c","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":1728457569744,"stop":1728457569744,"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"460986d27264a34e","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/460986d27264a34e","status":"passed","time":{"start":1728456556583,"stop":1728456556583,"duration":0}},{"uid":"3ac7c80e392099d2","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/3ac7c80e392099d2","status":"passed","time":{"start":1728456312349,"stop":1728456312349,"duration":0}},{"uid":"ccfc1c19a872ffba","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/ccfc1c19a872ffba","status":"passed","time":{"start":1728456269857,"stop":1728456269857,"duration":0}},{"uid":"64d717225be58b85","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/64d717225be58b85","status":"passed","time":{"start":1728455649030,"stop":1728455649030,"duration":0}},{"uid":"954de84f3315bc07","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/954de84f3315bc07","status":"passed","time":{"start":1728452574917,"stop":1728452574918,"duration":1}}]},"tags":[]},"source":"b012112e70d6088c.json","parameterValues":[]} \ No newline at end of file +{"uid":"9656edff3ac814ba","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":1729034713702,"stop":1729034713703,"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"3e7830e0b326a4a2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3e7830e0b326a4a2","status":"passed","time":{"start":1729034487486,"stop":1729034487486,"duration":0}},{"uid":"94ea73117fa61c65","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/94ea73117fa61c65","status":"passed","time":{"start":1729034446111,"stop":1729034446111,"duration":0}},{"uid":"c61c6c5bf184d07d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c61c6c5bf184d07d","status":"passed","time":{"start":1729032275830,"stop":1729032275830,"duration":0}},{"uid":"2ea4200848dab9d9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2ea4200848dab9d9","status":"passed","time":{"start":1728902036742,"stop":1728902036742,"duration":0}},{"uid":"fdffc7ed10c845b8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fdffc7ed10c845b8","status":"passed","time":{"start":1728893472415,"stop":1728893472415,"duration":0}},{"uid":"e58f78a06966c441","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e58f78a06966c441","status":"passed","time":{"start":1728856423203,"stop":1728856423203,"duration":0}},{"uid":"43be88502b422a84","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/43be88502b422a84","status":"passed","time":{"start":1728738648731,"stop":1728738648731,"duration":0}},{"uid":"1b150c1600fdc7b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1b150c1600fdc7b6","status":"passed","time":{"start":1728683179657,"stop":1728683179657,"duration":0}},{"uid":"a2f4d3d1b9fea789","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a2f4d3d1b9fea789","status":"passed","time":{"start":1728682757952,"stop":1728682757953,"duration":1}},{"uid":"111ea74770ea74dd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/111ea74770ea74dd","status":"passed","time":{"start":1728677238452,"stop":1728677238452,"duration":0}},{"uid":"df243f6a890ac09c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/df243f6a890ac09c","status":"passed","time":{"start":1728669928222,"stop":1728669928222,"duration":0}},{"uid":"8711bfae0fc6b594","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8711bfae0fc6b594","status":"passed","time":{"start":1728598319591,"stop":1728598319592,"duration":1}},{"uid":"c9735b547a89796f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9735b547a89796f","status":"passed","time":{"start":1728597520648,"stop":1728597520649,"duration":1}}]},"tags":[]},"source":"9656edff3ac814ba.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e9383bb95eff1abe.json b/7588/data/test-cases/96643571910d1547.json similarity index 82% rename from 7556/data/test-cases/e9383bb95eff1abe.json rename to 7588/data/test-cases/96643571910d1547.json index b052ba1ee60..29a725f3aff 100644 --- a/7556/data/test-cases/e9383bb95eff1abe.json +++ b/7588/data/test-cases/96643571910d1547.json @@ -1 +1 @@ -{"uid":"e9383bb95eff1abe","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":1728457481278,"stop":1728457481282,"duration":4},"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":6,"unknown":0,"total":6},"items":[{"uid":"7c06f45164db1d94","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/7c06f45164db1d94","status":"passed","time":{"start":1728456434605,"stop":1728456434605,"duration":0}},{"uid":"fb1fd110a99f6ba","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/fb1fd110a99f6ba","status":"passed","time":{"start":1728456196710,"stop":1728456196710,"duration":0}},{"uid":"98b0c2f8562e0234","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/98b0c2f8562e0234","status":"passed","time":{"start":1728456113195,"stop":1728456113195,"duration":0}},{"uid":"54108c045db0f71f","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/54108c045db0f71f","status":"passed","time":{"start":1728455468966,"stop":1728455468966,"duration":0}},{"uid":"8fabef186482ee5","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/8fabef186482ee5","status":"passed","time":{"start":1728452437024,"stop":1728452437024,"duration":0}}]},"tags":[]},"source":"e9383bb95eff1abe.json","parameterValues":[]} \ No newline at end of file +{"uid":"96643571910d1547","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":1729034636316,"stop":1729034636316,"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":15,"unknown":0,"total":15},"items":[{"uid":"15e72b3d1b10e9c2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/15e72b3d1b10e9c2","status":"passed","time":{"start":1729034402285,"stop":1729034402285,"duration":0}},{"uid":"68b5cc1ab0189e59","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/68b5cc1ab0189e59","status":"passed","time":{"start":1729034323302,"stop":1729034323308,"duration":6}},{"uid":"108578dd88342067","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/108578dd88342067","status":"passed","time":{"start":1729034144769,"stop":1729034144769,"duration":0}},{"uid":"2507fdf2b54b34c5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2507fdf2b54b34c5","status":"passed","time":{"start":1729032198823,"stop":1729032198824,"duration":1}},{"uid":"2e2acba1a14f5133","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2e2acba1a14f5133","status":"passed","time":{"start":1728901901771,"stop":1728901901771,"duration":0}},{"uid":"5a09d27ad8ddff8b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a09d27ad8ddff8b","status":"passed","time":{"start":1728893337255,"stop":1728893337256,"duration":1}},{"uid":"e62aa26dd220e1cc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e62aa26dd220e1cc","status":"passed","time":{"start":1728856299191,"stop":1728856299191,"duration":0}},{"uid":"5d8abad3bb517ced","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5d8abad3bb517ced","status":"passed","time":{"start":1728738505384,"stop":1728738505384,"duration":0}},{"uid":"26433ed4ca2e65a1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/26433ed4ca2e65a1","status":"passed","time":{"start":1728683045451,"stop":1728683045451,"duration":0}},{"uid":"b88aa8a880767364","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b88aa8a880767364","status":"passed","time":{"start":1728682607294,"stop":1728682607294,"duration":0}},{"uid":"bb03a60d365ba777","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bb03a60d365ba777","status":"passed","time":{"start":1728677103496,"stop":1728677103497,"duration":1}},{"uid":"86f4d7f4205e2d6a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/86f4d7f4205e2d6a","status":"passed","time":{"start":1728669777131,"stop":1728669777131,"duration":0}},{"uid":"74a8d66a9ec720eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74a8d66a9ec720eb","status":"passed","time":{"start":1728598163468,"stop":1728598163468,"duration":0}},{"uid":"db531083bfc69007","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/db531083bfc69007","status":"passed","time":{"start":1728597375483,"stop":1728597375484,"duration":1}}]},"tags":[]},"source":"96643571910d1547.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/9698d4239a699a.json b/7588/data/test-cases/9698d4239a699a.json new file mode 100644 index 00000000000..9df2c5b95e3 --- /dev/null +++ b/7588/data/test-cases/9698d4239a699a.json @@ -0,0 +1 @@ +{"uid":"9698d4239a699a","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":1729034356476,"stop":1729034356476,"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":14,"unknown":0,"total":14},"items":[{"uid":"bd94502f8bf1b3f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bd94502f8bf1b3f5","status":"passed","time":{"start":1729034120501,"stop":1729034120501,"duration":0}},{"uid":"f8e74cec2e36bf3b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f8e74cec2e36bf3b","status":"passed","time":{"start":1729033858271,"stop":1729033858272,"duration":1}},{"uid":"c4ea7d08f3eff11c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c4ea7d08f3eff11c","status":"passed","time":{"start":1729031908177,"stop":1729031908178,"duration":1}},{"uid":"acdf6352742348c7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/acdf6352742348c7","status":"passed","time":{"start":1728901453934,"stop":1728901453934,"duration":0}},{"uid":"5326dbc37ec3d88c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5326dbc37ec3d88c","status":"passed","time":{"start":1728892884410,"stop":1728892884411,"duration":1}},{"uid":"1cb38061da42d2b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1cb38061da42d2b9","status":"passed","time":{"start":1728855846879,"stop":1728855846880,"duration":1}},{"uid":"4590dcbbb9020553","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4590dcbbb9020553","status":"passed","time":{"start":1728738064183,"stop":1728738064183,"duration":0}},{"uid":"cc8bca19a33712cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cc8bca19a33712cc","status":"passed","time":{"start":1728682597762,"stop":1728682597762,"duration":0}},{"uid":"eca95eeed629d951","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eca95eeed629d951","status":"passed","time":{"start":1728682170540,"stop":1728682170541,"duration":1}},{"uid":"2ab155d9887529d5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2ab155d9887529d5","status":"passed","time":{"start":1728676645200,"stop":1728676645201,"duration":1}},{"uid":"be2bc23ffcf2d506","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be2bc23ffcf2d506","status":"passed","time":{"start":1728669368195,"stop":1728669368195,"duration":0}},{"uid":"84afe9c6771f966c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/84afe9c6771f966c","status":"passed","time":{"start":1728597709012,"stop":1728597709013,"duration":1}},{"uid":"e7c435b45f15d204","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7c435b45f15d204","status":"passed","time":{"start":1728596928107,"stop":1728596928107,"duration":0}}]},"tags":[]},"source":"9698d4239a699a.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9c710db8f589be04.json b/7588/data/test-cases/96d533fab9f3b4cb.json similarity index 70% rename from 7556/data/test-cases/9c710db8f589be04.json rename to 7588/data/test-cases/96d533fab9f3b4cb.json index 5ec94c33385..0ec87384b2b 100644 --- a/7556/data/test-cases/9c710db8f589be04.json +++ b/7588/data/test-cases/96d533fab9f3b4cb.json @@ -1 +1 @@ -{"uid":"9c710db8f589be04","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":1728457516693,"stop":1728457516694,"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":6,"unknown":0,"total":6},"items":[{"uid":"981d54f453f3db76","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/981d54f453f3db76","status":"passed","time":{"start":1728456464623,"stop":1728456464623,"duration":0}},{"uid":"70ba0657566cd835","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/70ba0657566cd835","status":"passed","time":{"start":1728456228759,"stop":1728456228760,"duration":1}},{"uid":"b32e365697e61520","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b32e365697e61520","status":"passed","time":{"start":1728456183858,"stop":1728456183859,"duration":1}},{"uid":"672a88807f6cf9d3","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/672a88807f6cf9d3","status":"passed","time":{"start":1728455540494,"stop":1728455540495,"duration":1}},{"uid":"272275914e099429","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/272275914e099429","status":"passed","time":{"start":1728452490318,"stop":1728452490319,"duration":1}}]},"tags":[]},"source":"9c710db8f589be04.json","parameterValues":[]} \ No newline at end of file +{"uid":"96d533fab9f3b4cb","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":1729034656457,"stop":1729034656459,"duration":2},"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":15,"unknown":0,"total":15},"items":[{"uid":"71e2280bb21f9368","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/71e2280bb21f9368","status":"passed","time":{"start":1729034428551,"stop":1729034428552,"duration":1}},{"uid":"29b11fdc65c5438","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/29b11fdc65c5438","status":"passed","time":{"start":1729034348209,"stop":1729034348209,"duration":0}},{"uid":"209a13cc26091ad","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/209a13cc26091ad","status":"passed","time":{"start":1729034169435,"stop":1729034169436,"duration":1}},{"uid":"fa10445ca57996f2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fa10445ca57996f2","status":"passed","time":{"start":1729032228808,"stop":1729032228808,"duration":0}},{"uid":"74042d13a35ba6aa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/74042d13a35ba6aa","status":"passed","time":{"start":1728901950540,"stop":1728901950541,"duration":1}},{"uid":"7c56d5505800fee7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7c56d5505800fee7","status":"passed","time":{"start":1728893389983,"stop":1728893389984,"duration":1}},{"uid":"5bbb50d59814bc9c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5bbb50d59814bc9c","status":"passed","time":{"start":1728856333646,"stop":1728856333649,"duration":3}},{"uid":"eb767e3af0da744b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eb767e3af0da744b","status":"passed","time":{"start":1728738555092,"stop":1728738555092,"duration":0}},{"uid":"2bf6226ad8ff1983","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2bf6226ad8ff1983","status":"passed","time":{"start":1728683093168,"stop":1728683093168,"duration":0}},{"uid":"aeaabd571e1220e5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aeaabd571e1220e5","status":"passed","time":{"start":1728682652690,"stop":1728682652691,"duration":1}},{"uid":"d8fe320698b55a7a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d8fe320698b55a7a","status":"passed","time":{"start":1728677156808,"stop":1728677156808,"duration":0}},{"uid":"7ad0c9880d36b74a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ad0c9880d36b74a","status":"passed","time":{"start":1728669834420,"stop":1728669834421,"duration":1}},{"uid":"fabe5baf9f99b952","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fabe5baf9f99b952","status":"passed","time":{"start":1728598212609,"stop":1728598212609,"duration":0}},{"uid":"302439d3643ecb79","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/302439d3643ecb79","status":"passed","time":{"start":1728597423322,"stop":1728597423323,"duration":1}}]},"tags":[]},"source":"96d533fab9f3b4cb.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/1367d8c417c5950f.json b/7588/data/test-cases/970da0fc65fbcc94.json similarity index 85% rename from 7556/data/test-cases/1367d8c417c5950f.json rename to 7588/data/test-cases/970da0fc65fbcc94.json index 17dd199f617..941baed5937 100644 --- a/7556/data/test-cases/1367d8c417c5950f.json +++ b/7588/data/test-cases/970da0fc65fbcc94.json @@ -1 +1 @@ -{"uid":"1367d8c417c5950f","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":1728457537138,"stop":1728457537139,"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":6,"unknown":0,"total":6},"items":[{"uid":"84af53c4863175cc","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/84af53c4863175cc","status":"passed","time":{"start":1728456499109,"stop":1728456499110,"duration":1}},{"uid":"827b157252000f41","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/827b157252000f41","status":"passed","time":{"start":1728456215100,"stop":1728456215100,"duration":0}},{"uid":"521857a6396f5e09","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/521857a6396f5e09","status":"passed","time":{"start":1728456167142,"stop":1728456167143,"duration":1}},{"uid":"6d3f4e91f43c3848","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/6d3f4e91f43c3848","status":"passed","time":{"start":1728455518206,"stop":1728455518206,"duration":0}},{"uid":"2d8d73ef65bca592","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/2d8d73ef65bca592","status":"passed","time":{"start":1728452534892,"stop":1728452534892,"duration":0}}]},"tags":[]},"source":"1367d8c417c5950f.json","parameterValues":[]} \ No newline at end of file +{"uid":"970da0fc65fbcc94","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":1729034704503,"stop":1729034704504,"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":15,"unknown":0,"total":15},"items":[{"uid":"8dfb59b81802b871","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8dfb59b81802b871","status":"passed","time":{"start":1729034474997,"stop":1729034474997,"duration":0}},{"uid":"243a38c6fe38436e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/243a38c6fe38436e","status":"passed","time":{"start":1729034395297,"stop":1729034395298,"duration":1}},{"uid":"a73f36f9acc2bc87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a73f36f9acc2bc87","status":"passed","time":{"start":1729034209111,"stop":1729034209111,"duration":0}},{"uid":"6d065fa0bc66bdc2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6d065fa0bc66bdc2","status":"passed","time":{"start":1729032264579,"stop":1729032264579,"duration":0}},{"uid":"9d4a37fb72a201f4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9d4a37fb72a201f4","status":"passed","time":{"start":1728902012870,"stop":1728902012870,"duration":0}},{"uid":"b30526beadd685e8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b30526beadd685e8","status":"passed","time":{"start":1728893454821,"stop":1728893454821,"duration":0}},{"uid":"be7dc3f91be26b3b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be7dc3f91be26b3b","status":"passed","time":{"start":1728856408463,"stop":1728856408464,"duration":1}},{"uid":"bad7bb6cbe288dc6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bad7bb6cbe288dc6","status":"passed","time":{"start":1728738633864,"stop":1728738633864,"duration":0}},{"uid":"5ff01f319715121a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5ff01f319715121a","status":"passed","time":{"start":1728683159803,"stop":1728683159807,"duration":4}},{"uid":"e941e9b6737acb2b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e941e9b6737acb2b","status":"passed","time":{"start":1728682751339,"stop":1728682751340,"duration":1}},{"uid":"4f7ac87a2ca958c1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f7ac87a2ca958c1","status":"passed","time":{"start":1728677216373,"stop":1728677216374,"duration":1}},{"uid":"7515d045c1540100","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7515d045c1540100","status":"passed","time":{"start":1728669925461,"stop":1728669925461,"duration":0}},{"uid":"6bdcc5807e1a895d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6bdcc5807e1a895d","status":"passed","time":{"start":1728598268816,"stop":1728598268816,"duration":0}},{"uid":"756f06ac780e4ee3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/756f06ac780e4ee3","status":"passed","time":{"start":1728597503944,"stop":1728597503945,"duration":1}}]},"tags":[]},"source":"970da0fc65fbcc94.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/974d279da7bf21fa.json b/7588/data/test-cases/974d279da7bf21fa.json new file mode 100644 index 00000000000..1c7bb50fc08 --- /dev/null +++ b/7588/data/test-cases/974d279da7bf21fa.json @@ -0,0 +1 @@ +{"uid":"974d279da7bf21fa","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":1729034356473,"stop":1729034356473,"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":14,"unknown":0,"total":14},"items":[{"uid":"76c4a5f7dfe4fcea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/76c4a5f7dfe4fcea","status":"passed","time":{"start":1729034120499,"stop":1729034120499,"duration":0}},{"uid":"ee95a8dd2de118df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee95a8dd2de118df","status":"passed","time":{"start":1729033858268,"stop":1729033858269,"duration":1}},{"uid":"1a7b6c1137b9c55c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a7b6c1137b9c55c","status":"passed","time":{"start":1729031908175,"stop":1729031908175,"duration":0}},{"uid":"857e97a0e185aa4b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/857e97a0e185aa4b","status":"passed","time":{"start":1728901453932,"stop":1728901453932,"duration":0}},{"uid":"58109da3e8a370ee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/58109da3e8a370ee","status":"passed","time":{"start":1728892884408,"stop":1728892884408,"duration":0}},{"uid":"e0ce2da91c9e51ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e0ce2da91c9e51ca","status":"passed","time":{"start":1728855846877,"stop":1728855846877,"duration":0}},{"uid":"4ed9debae5a7afe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4ed9debae5a7afe","status":"passed","time":{"start":1728738064181,"stop":1728738064181,"duration":0}},{"uid":"d4612b1be35b2620","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d4612b1be35b2620","status":"passed","time":{"start":1728682597759,"stop":1728682597759,"duration":0}},{"uid":"baaccd7f1d8eaf23","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/baaccd7f1d8eaf23","status":"passed","time":{"start":1728682170538,"stop":1728682170539,"duration":1}},{"uid":"9f9fe2b20506752e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f9fe2b20506752e","status":"passed","time":{"start":1728676645198,"stop":1728676645198,"duration":0}},{"uid":"329901301656b78b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/329901301656b78b","status":"passed","time":{"start":1728669368193,"stop":1728669368193,"duration":0}},{"uid":"254b0b43e9488e87","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/254b0b43e9488e87","status":"passed","time":{"start":1728597709008,"stop":1728597709008,"duration":0}},{"uid":"c85eaf2113a1b0b2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c85eaf2113a1b0b2","status":"passed","time":{"start":1728596928104,"stop":1728596928105,"duration":1}}]},"tags":[]},"source":"974d279da7bf21fa.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/9775802917eb5b7a.json b/7588/data/test-cases/9775802917eb5b7a.json new file mode 100644 index 00000000000..789399b40b1 --- /dev/null +++ b/7588/data/test-cases/9775802917eb5b7a.json @@ -0,0 +1 @@ +{"uid":"9775802917eb5b7a","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":1729034565832,"stop":1729034565832,"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":13,"unknown":0,"total":13},"items":[{"uid":"da25431cc3c0dc00","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/da25431cc3c0dc00","status":"passed","time":{"start":1729034325774,"stop":1729034325775,"duration":1}},{"uid":"2b17b014c0c371a0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2b17b014c0c371a0","status":"passed","time":{"start":1729034249512,"stop":1729034249512,"duration":0}},{"uid":"b6b7d1ab8a02a495","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6b7d1ab8a02a495","status":"passed","time":{"start":1729034066154,"stop":1729034066156,"duration":2}},{"uid":"20d2d0bc8291dbc2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/20d2d0bc8291dbc2","status":"passed","time":{"start":1728901782836,"stop":1728901782836,"duration":0}},{"uid":"f035d90eb16baf11","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f035d90eb16baf11","status":"passed","time":{"start":1728893215984,"stop":1728893215984,"duration":0}},{"uid":"629e18de52c56aea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/629e18de52c56aea","status":"passed","time":{"start":1728856159199,"stop":1728856159199,"duration":0}},{"uid":"bde426784536ffd8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bde426784536ffd8","status":"passed","time":{"start":1728738371836,"stop":1728738371837,"duration":1}},{"uid":"afce4a92e6cf64fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/afce4a92e6cf64fb","status":"passed","time":{"start":1728682915883,"stop":1728682915884,"duration":1}},{"uid":"3442bc44c8d1153c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3442bc44c8d1153c","status":"passed","time":{"start":1728682496455,"stop":1728682496456,"duration":1}},{"uid":"c688a82fb4d476ad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c688a82fb4d476ad","status":"passed","time":{"start":1728676980223,"stop":1728676980224,"duration":1}},{"uid":"53ded8f68e1de93f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/53ded8f68e1de93f","status":"passed","time":{"start":1728598045384,"stop":1728598045385,"duration":1}},{"uid":"6b51c894fb71f14a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b51c894fb71f14a","status":"passed","time":{"start":1728597260329,"stop":1728597260330,"duration":1}}]},"tags":[]},"source":"9775802917eb5b7a.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/bdfd7de1a6a9ae8e.json b/7588/data/test-cases/979d0fb73768c04e.json similarity index 68% rename from 7556/data/test-cases/bdfd7de1a6a9ae8e.json rename to 7588/data/test-cases/979d0fb73768c04e.json index e7d90f0d492..7ebec0d0816 100644 --- a/7556/data/test-cases/bdfd7de1a6a9ae8e.json +++ b/7588/data/test-cases/979d0fb73768c04e.json @@ -1 +1 @@ -{"uid":"bdfd7de1a6a9ae8e","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":1728457536269,"stop":1728457536270,"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":6,"unknown":0,"total":6},"items":[{"uid":"a2832c0b70f62d25","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a2832c0b70f62d25","status":"passed","time":{"start":1728456479958,"stop":1728456479959,"duration":1}},{"uid":"a1a5726acbc2952e","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a1a5726acbc2952e","status":"passed","time":{"start":1728456245077,"stop":1728456245084,"duration":7}},{"uid":"cb4ad72d37f9f94c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/cb4ad72d37f9f94c","status":"passed","time":{"start":1728456210509,"stop":1728456210509,"duration":0}},{"uid":"8285bd1ff9e327f1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/8285bd1ff9e327f1","status":"passed","time":{"start":1728455558230,"stop":1728455558230,"duration":0}},{"uid":"2e09b90c622e353","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/2e09b90c622e353","status":"passed","time":{"start":1728452533442,"stop":1728452533443,"duration":1}}]},"tags":[]},"source":"bdfd7de1a6a9ae8e.json","parameterValues":[]} \ No newline at end of file +{"uid":"979d0fb73768c04e","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":1729034682670,"stop":1729034682671,"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":15,"unknown":0,"total":15},"items":[{"uid":"30a807b7ce216d03","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/30a807b7ce216d03","status":"passed","time":{"start":1729034452180,"stop":1729034452180,"duration":0}},{"uid":"770531561eac8518","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/770531561eac8518","status":"passed","time":{"start":1729034373073,"stop":1729034373073,"duration":0}},{"uid":"498b15e4a75ae15","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/498b15e4a75ae15","status":"passed","time":{"start":1729034188112,"stop":1729034188113,"duration":1}},{"uid":"73843b6c9b677a0c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73843b6c9b677a0c","status":"passed","time":{"start":1729032231860,"stop":1729032231860,"duration":0}},{"uid":"8c1cad410a3f9ea5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8c1cad410a3f9ea5","status":"passed","time":{"start":1728901989562,"stop":1728901989562,"duration":0}},{"uid":"8af2020129212ebd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8af2020129212ebd","status":"passed","time":{"start":1728893424895,"stop":1728893424896,"duration":1}},{"uid":"a71244cee3775d8d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a71244cee3775d8d","status":"passed","time":{"start":1728856376680,"stop":1728856376681,"duration":1}},{"uid":"11b8bc1ae4235262","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11b8bc1ae4235262","status":"passed","time":{"start":1728738593941,"stop":1728738593942,"duration":1}},{"uid":"73b6e6afc321210","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/73b6e6afc321210","status":"passed","time":{"start":1728683135330,"stop":1728683135331,"duration":1}},{"uid":"f737505e05f771cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f737505e05f771cf","status":"passed","time":{"start":1728682692580,"stop":1728682692581,"duration":1}},{"uid":"aa23ac1df87255a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aa23ac1df87255a","status":"passed","time":{"start":1728677194226,"stop":1728677194226,"duration":0}},{"uid":"945b21f48ec1e214","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/945b21f48ec1e214","status":"passed","time":{"start":1728669874418,"stop":1728669874420,"duration":2}},{"uid":"7b3311e84a6b7e5a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7b3311e84a6b7e5a","status":"passed","time":{"start":1728598257458,"stop":1728598257459,"duration":1}},{"uid":"e9c499e54c4aeb50","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e9c499e54c4aeb50","status":"passed","time":{"start":1728597471280,"stop":1728597471281,"duration":1}}]},"tags":[]},"source":"979d0fb73768c04e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/a587b2e1f8f1e119.json b/7588/data/test-cases/98099ff6b3eb3165.json similarity index 60% rename from 7556/data/test-cases/a587b2e1f8f1e119.json rename to 7588/data/test-cases/98099ff6b3eb3165.json index 843018f3b75..c53838593e5 100644 --- a/7556/data/test-cases/a587b2e1f8f1e119.json +++ b/7588/data/test-cases/98099ff6b3eb3165.json @@ -1 +1 @@ -{"uid":"a587b2e1f8f1e119","name":"Callback on promise","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Callback on promise","historyId":"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457558863,"stop":1728457558863,"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":6,"unknown":0,"total":6},"items":[{"uid":"feef2c084601586d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/feef2c084601586d","status":"passed","time":{"start":1728456503554,"stop":1728456503554,"duration":0}},{"uid":"7d992fc0c75b9fc","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/7d992fc0c75b9fc","status":"passed","time":{"start":1728456273217,"stop":1728456273218,"duration":1}},{"uid":"ea688215cbdcdf97","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/ea688215cbdcdf97","status":"passed","time":{"start":1728456233820,"stop":1728456233820,"duration":0}},{"uid":"76b301feb21381fe","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/76b301feb21381fe","status":"passed","time":{"start":1728455595194,"stop":1728455595195,"duration":1}},{"uid":"7d4b36212d80a37b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/7d4b36212d80a37b","status":"passed","time":{"start":1728452556197,"stop":1728452556198,"duration":1}}]},"tags":[]},"source":"a587b2e1f8f1e119.json","parameterValues":[]} \ No newline at end of file +{"uid":"98099ff6b3eb3165","name":"Callback on promise","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Callback on promise","historyId":"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034696864,"stop":1729034696864,"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":15,"unknown":0,"total":15},"items":[{"uid":"cfd19e9517d237bb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cfd19e9517d237bb","status":"passed","time":{"start":1729034470061,"stop":1729034470061,"duration":0}},{"uid":"511aaecb9687b340","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/511aaecb9687b340","status":"passed","time":{"start":1729034388868,"stop":1729034388868,"duration":0}},{"uid":"4f3784fd83ddd98f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f3784fd83ddd98f","status":"passed","time":{"start":1729034213018,"stop":1729034213018,"duration":0}},{"uid":"86fdac47711af002","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/86fdac47711af002","status":"passed","time":{"start":1729032269101,"stop":1729032269102,"duration":1}},{"uid":"e70a08db66085ac1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e70a08db66085ac1","status":"passed","time":{"start":1728902000841,"stop":1728902000841,"duration":0}},{"uid":"1513ffce0851ce20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1513ffce0851ce20","status":"passed","time":{"start":1728893442593,"stop":1728893442594,"duration":1}},{"uid":"557c06a6c6949d04","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/557c06a6c6949d04","status":"passed","time":{"start":1728856386638,"stop":1728856386638,"duration":0}},{"uid":"9bc4d1c9f6edca89","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9bc4d1c9f6edca89","status":"passed","time":{"start":1728738608584,"stop":1728738608586,"duration":2}},{"uid":"e0d3a104c142f2ce","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e0d3a104c142f2ce","status":"passed","time":{"start":1728683148168,"stop":1728683148169,"duration":1}},{"uid":"cafb16fc7e0d017b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cafb16fc7e0d017b","status":"passed","time":{"start":1728682709056,"stop":1728682709056,"duration":0}},{"uid":"ed668fd03eaa29e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ed668fd03eaa29e4","status":"passed","time":{"start":1728677206655,"stop":1728677206655,"duration":0}},{"uid":"8ccf534b308c6883","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8ccf534b308c6883","status":"passed","time":{"start":1728669888549,"stop":1728669888549,"duration":0}},{"uid":"fb9c73760ac932e2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fb9c73760ac932e2","status":"passed","time":{"start":1728598268130,"stop":1728598268130,"duration":0}},{"uid":"1f41c50f35b2fc08","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1f41c50f35b2fc08","status":"passed","time":{"start":1728597478032,"stop":1728597478032,"duration":0}}]},"tags":[]},"source":"98099ff6b3eb3165.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/af4e605b85e08a14.json b/7588/data/test-cases/98362ad7f489ad77.json similarity index 62% rename from 7556/data/test-cases/af4e605b85e08a14.json rename to 7588/data/test-cases/98362ad7f489ad77.json index f7efc07fc6d..26c43aae002 100644 --- a/7556/data/test-cases/af4e605b85e08a14.json +++ b/7588/data/test-cases/98362ad7f489ad77.json @@ -1 +1 @@ -{"uid":"af4e605b85e08a14","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":1728457558864,"stop":1728457558864,"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":6,"unknown":0,"total":6},"items":[{"uid":"468cbee1ef411187","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/468cbee1ef411187","status":"passed","time":{"start":1728456503555,"stop":1728456503555,"duration":0}},{"uid":"a9609696bbf34b65","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a9609696bbf34b65","status":"passed","time":{"start":1728456273218,"stop":1728456273219,"duration":1}},{"uid":"236f90969ab9f9a5","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/236f90969ab9f9a5","status":"passed","time":{"start":1728456233821,"stop":1728456233821,"duration":0}},{"uid":"ce8d459b2aad2fe0","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/ce8d459b2aad2fe0","status":"passed","time":{"start":1728455595195,"stop":1728455595195,"duration":0}},{"uid":"3352fadf353ec7fa","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/3352fadf353ec7fa","status":"passed","time":{"start":1728452556198,"stop":1728452556199,"duration":1}}]},"tags":[]},"source":"af4e605b85e08a14.json","parameterValues":[]} \ No newline at end of file +{"uid":"98362ad7f489ad77","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":1729034696865,"stop":1729034696865,"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":15,"unknown":0,"total":15},"items":[{"uid":"495c5c3ce604166b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/495c5c3ce604166b","status":"passed","time":{"start":1729034470061,"stop":1729034470061,"duration":0}},{"uid":"49cc5f14ab701308","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/49cc5f14ab701308","status":"passed","time":{"start":1729034388868,"stop":1729034388869,"duration":1}},{"uid":"261bc53f91ccb13","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/261bc53f91ccb13","status":"passed","time":{"start":1729034213018,"stop":1729034213019,"duration":1}},{"uid":"ee28d292ffadbe60","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ee28d292ffadbe60","status":"passed","time":{"start":1729032269102,"stop":1729032269102,"duration":0}},{"uid":"88aae2f012c29d8d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/88aae2f012c29d8d","status":"passed","time":{"start":1728902000841,"stop":1728902000842,"duration":1}},{"uid":"7d576c5159506dfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7d576c5159506dfd","status":"passed","time":{"start":1728893442594,"stop":1728893442595,"duration":1}},{"uid":"8f54971c2c170322","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f54971c2c170322","status":"passed","time":{"start":1728856386639,"stop":1728856386640,"duration":1}},{"uid":"216546e903638054","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/216546e903638054","status":"passed","time":{"start":1728738608586,"stop":1728738608586,"duration":0}},{"uid":"ef9c38463e61a741","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ef9c38463e61a741","status":"passed","time":{"start":1728683148169,"stop":1728683148172,"duration":3}},{"uid":"5aa4c2aa937f77ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5aa4c2aa937f77ea","status":"passed","time":{"start":1728682709056,"stop":1728682709057,"duration":1}},{"uid":"c8fa15ea60d80c5b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c8fa15ea60d80c5b","status":"passed","time":{"start":1728677206655,"stop":1728677206655,"duration":0}},{"uid":"511b68b1be4f6549","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/511b68b1be4f6549","status":"passed","time":{"start":1728669888549,"stop":1728669888549,"duration":0}},{"uid":"1889a17e3d2354b8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1889a17e3d2354b8","status":"passed","time":{"start":1728598268130,"stop":1728598268131,"duration":1}},{"uid":"f9bff31ceea90dc6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f9bff31ceea90dc6","status":"passed","time":{"start":1728597478032,"stop":1728597478033,"duration":1}}]},"tags":[]},"source":"98362ad7f489ad77.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/98723c358262385a.json b/7588/data/test-cases/98723c358262385a.json new file mode 100644 index 00000000000..e68a0264eaa --- /dev/null +++ b/7588/data/test-cases/98723c358262385a.json @@ -0,0 +1 @@ +{"uid":"98723c358262385a","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":1729034708553,"stop":1729034708553,"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}],"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"c5ba07588b0eb224","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c5ba07588b0eb224","status":"passed","time":{"start":1729034480298,"stop":1729034480299,"duration":1}},{"uid":"245278d40f714e56","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/245278d40f714e56","status":"passed","time":{"start":1729034396760,"stop":1729034396760,"duration":0}},{"uid":"f9c23214af44f638","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9c23214af44f638","status":"passed","time":{"start":1729032277693,"stop":1729032277693,"duration":0}},{"uid":"72feeb58227f8710","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/72feeb58227f8710","status":"passed","time":{"start":1728902034225,"stop":1728902034225,"duration":0}},{"uid":"b2ada03e6d3f3f31","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b2ada03e6d3f3f31","status":"passed","time":{"start":1728893469058,"stop":1728893469058,"duration":0}},{"uid":"f57c929b6ee29854","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f57c929b6ee29854","status":"passed","time":{"start":1728856416488,"stop":1728856416489,"duration":1}},{"uid":"abcc946cc98428b6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/abcc946cc98428b6","status":"passed","time":{"start":1728738643171,"stop":1728738643171,"duration":0}},{"uid":"9def5597dc15f1c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9def5597dc15f1c","status":"passed","time":{"start":1728683174247,"stop":1728683174248,"duration":1}},{"uid":"698f463b08d46461","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/698f463b08d46461","status":"passed","time":{"start":1728682757802,"stop":1728682757802,"duration":0}},{"uid":"769957cd21dee5a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/769957cd21dee5a1","status":"passed","time":{"start":1728677231126,"stop":1728677231126,"duration":0}},{"uid":"ca79c99093f92f0d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca79c99093f92f0d","status":"passed","time":{"start":1728669920238,"stop":1728669920238,"duration":0}},{"uid":"77e585a005e147b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/77e585a005e147b4","status":"passed","time":{"start":1728598298889,"stop":1728598298889,"duration":0}},{"uid":"23952d1c9c263cab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/23952d1c9c263cab","status":"passed","time":{"start":1728597513735,"stop":1728597513735,"duration":0}}]},"tags":[]},"source":"98723c358262385a.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/f514efa4aca835b0.json b/7588/data/test-cases/98e4bcb6758633be.json similarity index 50% rename from 7556/data/test-cases/f514efa4aca835b0.json rename to 7588/data/test-cases/98e4bcb6758633be.json index 55b302285b0..d98e2628b2f 100644 --- a/7556/data/test-cases/f514efa4aca835b0.json +++ b/7588/data/test-cases/98e4bcb6758633be.json @@ -1 +1 @@ -{"uid":"f514efa4aca835b0","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":1728457290006,"stop":1728457290007,"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":6,"unknown":0,"total":6},"items":[{"uid":"a33d3c128a162538","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a33d3c128a162538","status":"passed","time":{"start":1728456257143,"stop":1728456257143,"duration":0}},{"uid":"441b625af263d138","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/441b625af263d138","status":"passed","time":{"start":1728455949879,"stop":1728455949880,"duration":1}},{"uid":"6ad6e6fd4b3f420d","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/6ad6e6fd4b3f420d","status":"passed","time":{"start":1728455741478,"stop":1728455741479,"duration":1}},{"uid":"69a18bc0655c2b0","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/69a18bc0655c2b0","status":"passed","time":{"start":1728455102327,"stop":1728455102327,"duration":0}},{"uid":"807d5a827d702ff","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/807d5a827d702ff","status":"passed","time":{"start":1728452170819,"stop":1728452170819,"duration":0}}]},"tags":[]},"source":"f514efa4aca835b0.json","parameterValues":[]} \ No newline at end of file +{"uid":"98e4bcb6758633be","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":1729034472990,"stop":1729034472990,"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":15,"unknown":0,"total":15},"items":[{"uid":"4900e24fcb84076f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4900e24fcb84076f","status":"passed","time":{"start":1729034240936,"stop":1729034240936,"duration":0}},{"uid":"ad27d9ef1378532a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ad27d9ef1378532a","status":"passed","time":{"start":1729034159630,"stop":1729034159630,"duration":0}},{"uid":"e61264c1dd01de7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e61264c1dd01de7","status":"passed","time":{"start":1729033976816,"stop":1729033976816,"duration":0}},{"uid":"66b1fc77931d2343","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/66b1fc77931d2343","status":"passed","time":{"start":1729032020533,"stop":1729032020536,"duration":3}},{"uid":"8d0dcefcf6e2f0fd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8d0dcefcf6e2f0fd","status":"passed","time":{"start":1728901616500,"stop":1728901616500,"duration":0}},{"uid":"e019b895a6b5c00b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e019b895a6b5c00b","status":"passed","time":{"start":1728893050254,"stop":1728893050254,"duration":0}},{"uid":"2af350d146872269","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2af350d146872269","status":"passed","time":{"start":1728856015185,"stop":1728856015192,"duration":7}},{"uid":"98e23e515f22b4f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/98e23e515f22b4f1","status":"passed","time":{"start":1728738233178,"stop":1728738233179,"duration":1}},{"uid":"103c33e64d48b3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/103c33e64d48b3f6","status":"passed","time":{"start":1728682762485,"stop":1728682762485,"duration":0}},{"uid":"67ff4bdd78a005d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/67ff4bdd78a005d","status":"passed","time":{"start":1728682332798,"stop":1728682332798,"duration":0}},{"uid":"8f6330864d582402","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f6330864d582402","status":"passed","time":{"start":1728676810306,"stop":1728676810306,"duration":0}},{"uid":"9dc84ce5866e4827","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9dc84ce5866e4827","status":"passed","time":{"start":1728669529909,"stop":1728669529909,"duration":0}},{"uid":"50d2e1b7eee23d78","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/50d2e1b7eee23d78","status":"passed","time":{"start":1728597873546,"stop":1728597873546,"duration":0}},{"uid":"3e944e98d6bba00","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3e944e98d6bba00","status":"passed","time":{"start":1728597089286,"stop":1728597089287,"duration":1}}]},"tags":[]},"source":"98e4bcb6758633be.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/994423a9d76586ac.json b/7588/data/test-cases/994423a9d76586ac.json new file mode 100644 index 00000000000..d4d80502f5c --- /dev/null +++ b/7588/data/test-cases/994423a9d76586ac.json @@ -0,0 +1 @@ +{"uid":"994423a9d76586ac","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":1729034665577,"stop":1729034665577,"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":15,"unknown":0,"total":15},"items":[{"uid":"2fb723b96007f189","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2fb723b96007f189","status":"passed","time":{"start":1729034434257,"stop":1729034434258,"duration":1}},{"uid":"5be675e41f5e8b28","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5be675e41f5e8b28","status":"passed","time":{"start":1729034350152,"stop":1729034350153,"duration":1}},{"uid":"94edeca01736ea9e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/94edeca01736ea9e","status":"passed","time":{"start":1729034169193,"stop":1729034169193,"duration":0}},{"uid":"c6199404bba2d58c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6199404bba2d58c","status":"passed","time":{"start":1729032228064,"stop":1729032228064,"duration":0}},{"uid":"d728aba22efa3544","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d728aba22efa3544","status":"passed","time":{"start":1728901947142,"stop":1728901947144,"duration":2}},{"uid":"d8d0f5c72c321533","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d8d0f5c72c321533","status":"passed","time":{"start":1728893380056,"stop":1728893380056,"duration":0}},{"uid":"aa68266fa3a92ac8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aa68266fa3a92ac8","status":"passed","time":{"start":1728856336877,"stop":1728856336878,"duration":1}},{"uid":"d94e035baff91a6e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d94e035baff91a6e","status":"passed","time":{"start":1728738551162,"stop":1728738551162,"duration":0}},{"uid":"e49a21d4223a54fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e49a21d4223a54fb","status":"passed","time":{"start":1728683095873,"stop":1728683095874,"duration":1}},{"uid":"2de4ec99f5d7cf27","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2de4ec99f5d7cf27","status":"passed","time":{"start":1728682657384,"stop":1728682657385,"duration":1}},{"uid":"87a1bf1b4336d89a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87a1bf1b4336d89a","status":"passed","time":{"start":1728677151460,"stop":1728677151464,"duration":4}},{"uid":"3fc60d8c55a9fbda","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3fc60d8c55a9fbda","status":"passed","time":{"start":1728669832892,"stop":1728669832892,"duration":0}},{"uid":"6cae606c4ec7c28d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6cae606c4ec7c28d","status":"passed","time":{"start":1728598215607,"stop":1728598215607,"duration":0}},{"uid":"b6f8134975c003a0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b6f8134975c003a0","status":"passed","time":{"start":1728597425040,"stop":1728597425040,"duration":0}}]},"tags":[]},"source":"994423a9d76586ac.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/9949b595db724e1a.json b/7588/data/test-cases/9949b595db724e1a.json new file mode 100644 index 00000000000..7e952c1cde9 --- /dev/null +++ b/7588/data/test-cases/9949b595db724e1a.json @@ -0,0 +1 @@ +{"uid":"9949b595db724e1a","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":1729034332619,"stop":1729034332619,"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":15,"unknown":0,"total":15},"items":[{"uid":"f59169170717284f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f59169170717284f","status":"passed","time":{"start":1729034096119,"stop":1729034096119,"duration":0}},{"uid":"4b91bb2060dc1bbc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4b91bb2060dc1bbc","status":"passed","time":{"start":1729034020077,"stop":1729034020077,"duration":0}},{"uid":"4c4d0e84fd08d42b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c4d0e84fd08d42b","status":"passed","time":{"start":1729033834366,"stop":1729033834372,"duration":6}},{"uid":"61c84ae4bae5ecc6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61c84ae4bae5ecc6","status":"passed","time":{"start":1729031884102,"stop":1729031884102,"duration":0}},{"uid":"555996f4ac62e268","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/555996f4ac62e268","status":"passed","time":{"start":1728901430245,"stop":1728901430245,"duration":0}},{"uid":"680d9b496669fbcd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/680d9b496669fbcd","status":"passed","time":{"start":1728892860520,"stop":1728892860520,"duration":0}},{"uid":"d87bbabbfc06ea27","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d87bbabbfc06ea27","status":"passed","time":{"start":1728855823311,"stop":1728855823311,"duration":0}},{"uid":"e50e769cf0fc7999","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e50e769cf0fc7999","status":"passed","time":{"start":1728738040580,"stop":1728738040580,"duration":0}},{"uid":"465f393eb471be70","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/465f393eb471be70","status":"passed","time":{"start":1728682574072,"stop":1728682574077,"duration":5}},{"uid":"2daaa70a5053be8b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2daaa70a5053be8b","status":"passed","time":{"start":1728682146801,"stop":1728682146806,"duration":5}},{"uid":"ef07c383894feb61","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef07c383894feb61","status":"passed","time":{"start":1728676621419,"stop":1728676621419,"duration":0}},{"uid":"26d2af2c38fd1779","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/26d2af2c38fd1779","status":"passed","time":{"start":1728669344457,"stop":1728669344457,"duration":0}},{"uid":"30a0333cf9a97091","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/30a0333cf9a97091","status":"passed","time":{"start":1728597685149,"stop":1728597685149,"duration":0}},{"uid":"b3327d767a6f3eb3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b3327d767a6f3eb3","status":"passed","time":{"start":1728596904449,"stop":1728596904455,"duration":6}}]},"tags":[]},"source":"9949b595db724e1a.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/99dd023481b6e3cd.json b/7588/data/test-cases/99dd023481b6e3cd.json new file mode 100644 index 00000000000..220acfe9eb4 --- /dev/null +++ b/7588/data/test-cases/99dd023481b6e3cd.json @@ -0,0 +1 @@ +{"uid":"99dd023481b6e3cd","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":1729034341409,"stop":1729034341409,"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":15,"unknown":0,"total":15},"items":[{"uid":"a154038345ecb380","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a154038345ecb380","status":"passed","time":{"start":1729034104917,"stop":1729034104918,"duration":1}},{"uid":"48effdedda5425ee","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/48effdedda5425ee","status":"passed","time":{"start":1729034028515,"stop":1729034028516,"duration":1}},{"uid":"678e61af4756519d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/678e61af4756519d","status":"passed","time":{"start":1729033843123,"stop":1729033843123,"duration":0}},{"uid":"8b74c1ef967baed6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b74c1ef967baed6","status":"passed","time":{"start":1729031892682,"stop":1729031892682,"duration":0}},{"uid":"bc6a659c90f8a3c2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc6a659c90f8a3c2","status":"passed","time":{"start":1728901438813,"stop":1728901438813,"duration":0}},{"uid":"dfc13b5edc8c730a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dfc13b5edc8c730a","status":"passed","time":{"start":1728892869006,"stop":1728892869006,"duration":0}},{"uid":"83cefa48862e25ef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/83cefa48862e25ef","status":"passed","time":{"start":1728855831897,"stop":1728855831897,"duration":0}},{"uid":"9271c5ce7d6697bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9271c5ce7d6697bd","status":"passed","time":{"start":1728738049045,"stop":1728738049045,"duration":0}},{"uid":"6d1b9ed4f7beac1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6d1b9ed4f7beac1","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"176f89164cdbf522","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/176f89164cdbf522","status":"passed","time":{"start":1728682155413,"stop":1728682155413,"duration":0}},{"uid":"e8a0fd8e0cc1f061","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8a0fd8e0cc1f061","status":"passed","time":{"start":1728676629979,"stop":1728676629979,"duration":0}},{"uid":"1e2bace4bf33a7ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1e2bace4bf33a7ed","status":"passed","time":{"start":1728669353106,"stop":1728669353106,"duration":0}},{"uid":"e3a0240afdf5c3e5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3a0240afdf5c3e5","status":"passed","time":{"start":1728597693852,"stop":1728597693852,"duration":0}},{"uid":"ff3acd62c7e12768","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ff3acd62c7e12768","status":"passed","time":{"start":1728596913096,"stop":1728596913096,"duration":0}}]},"tags":[]},"source":"99dd023481b6e3cd.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/20f590293c9ced46.json b/7588/data/test-cases/9a4f0c58a1844e0c.json similarity index 57% rename from 7556/data/test-cases/20f590293c9ced46.json rename to 7588/data/test-cases/9a4f0c58a1844e0c.json index c2ac3eb53f5..00ee2cd4863 100644 --- a/7556/data/test-cases/20f590293c9ced46.json +++ b/7588/data/test-cases/9a4f0c58a1844e0c.json @@ -1 +1 @@ -{"uid":"20f590293c9ced46","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":1728457351729,"stop":1728457351729,"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":6,"unknown":0,"total":6},"items":[{"uid":"9ea1be49e4240ac","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/9ea1be49e4240ac","status":"passed","time":{"start":1728456317108,"stop":1728456317110,"duration":2}},{"uid":"ae92aae39ba9523a","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ae92aae39ba9523a","status":"passed","time":{"start":1728456012976,"stop":1728456012977,"duration":1}},{"uid":"45a787c6ba85b794","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/45a787c6ba85b794","status":"passed","time":{"start":1728455837238,"stop":1728455837238,"duration":0}},{"uid":"d607599909f3e2f7","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/d607599909f3e2f7","status":"passed","time":{"start":1728455197445,"stop":1728455197445,"duration":0}},{"uid":"b9b30fa36601f9fa","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b9b30fa36601f9fa","status":"passed","time":{"start":1728452206401,"stop":1728452206401,"duration":0}}]},"tags":[]},"source":"20f590293c9ced46.json","parameterValues":[]} \ No newline at end of file +{"uid":"9a4f0c58a1844e0c","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":1729034536786,"stop":1729034536786,"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":15,"unknown":0,"total":15},"items":[{"uid":"786019de87c04157","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/786019de87c04157","status":"passed","time":{"start":1729034307032,"stop":1729034307032,"duration":0}},{"uid":"56496fe5f5182be1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/56496fe5f5182be1","status":"passed","time":{"start":1729034223308,"stop":1729034223308,"duration":0}},{"uid":"c4f4b6d76f6fc81f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4f4b6d76f6fc81f","status":"passed","time":{"start":1729034034983,"stop":1729034034983,"duration":0}},{"uid":"b0415c8dc0152300","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b0415c8dc0152300","status":"passed","time":{"start":1729032066297,"stop":1729032066298,"duration":1}},{"uid":"946bbff620aa2a6d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/946bbff620aa2a6d","status":"passed","time":{"start":1728901706620,"stop":1728901706621,"duration":1}},{"uid":"23abf89f483e6cd4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/23abf89f483e6cd4","status":"passed","time":{"start":1728893153423,"stop":1728893153423,"duration":0}},{"uid":"92d20097a021f6cf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92d20097a021f6cf","status":"passed","time":{"start":1728856108127,"stop":1728856108127,"duration":0}},{"uid":"32d323f41a8da971","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/32d323f41a8da971","status":"passed","time":{"start":1728738316669,"stop":1728738316670,"duration":1}},{"uid":"97edc7de140fa299","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/97edc7de140fa299","status":"passed","time":{"start":1728682865319,"stop":1728682865320,"duration":1}},{"uid":"77f332d33bcf153e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77f332d33bcf153e","status":"passed","time":{"start":1728682446996,"stop":1728682446996,"duration":0}},{"uid":"8982c026f5ea3b8f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8982c026f5ea3b8f","status":"passed","time":{"start":1728676924480,"stop":1728676924480,"duration":0}},{"uid":"5c1637ff81325174","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5c1637ff81325174","status":"passed","time":{"start":1728669626263,"stop":1728669626264,"duration":1}},{"uid":"3f123bf0f5abedf4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3f123bf0f5abedf4","status":"passed","time":{"start":1728597973674,"stop":1728597973674,"duration":0}},{"uid":"f782b446c1e8aee4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f782b446c1e8aee4","status":"passed","time":{"start":1728597188038,"stop":1728597188039,"duration":1}}]},"tags":[]},"source":"9a4f0c58a1844e0c.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6970ebe4285574dd.json b/7588/data/test-cases/9ae3561366abdd6b.json similarity index 83% rename from 7556/data/test-cases/6970ebe4285574dd.json rename to 7588/data/test-cases/9ae3561366abdd6b.json index 5911422098d..5983507d694 100644 --- a/7556/data/test-cases/6970ebe4285574dd.json +++ b/7588/data/test-cases/9ae3561366abdd6b.json @@ -1 +1 @@ -{"uid":"6970ebe4285574dd","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":1728457448604,"stop":1728457448604,"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":6,"unknown":0,"total":6},"items":[{"uid":"288c523eac6eb453","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/288c523eac6eb453","status":"passed","time":{"start":1728456402346,"stop":1728456402351,"duration":5}},{"uid":"54e3ef230228f408","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/54e3ef230228f408","status":"passed","time":{"start":1728456120409,"stop":1728456120409,"duration":0}},{"uid":"4ce552da50173b8e","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4ce552da50173b8e","status":"passed","time":{"start":1728456038358,"stop":1728456038358,"duration":0}},{"uid":"8da5567066ed3427","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/8da5567066ed3427","status":"passed","time":{"start":1728455403807,"stop":1728455403807,"duration":0}},{"uid":"779a90fb8405ab5c","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/779a90fb8405ab5c","status":"passed","time":{"start":1728452400258,"stop":1728452400264,"duration":6}}]},"tags":[]},"source":"6970ebe4285574dd.json","parameterValues":[]} \ No newline at end of file +{"uid":"9ae3561366abdd6b","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":1729034611651,"stop":1729034611651,"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":15,"unknown":0,"total":15},"items":[{"uid":"4ba505791ca2bce3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ba505791ca2bce3","status":"passed","time":{"start":1729034393626,"stop":1729034393626,"duration":0}},{"uid":"802efecc56630139","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/802efecc56630139","status":"passed","time":{"start":1729034304798,"stop":1729034304798,"duration":0}},{"uid":"8e99282e67c4320d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e99282e67c4320d","status":"passed","time":{"start":1729034121885,"stop":1729034121885,"duration":0}},{"uid":"e4db0b0af870821","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e4db0b0af870821","status":"passed","time":{"start":1729032174796,"stop":1729032174796,"duration":0}},{"uid":"740414442240dcdc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/740414442240dcdc","status":"passed","time":{"start":1728901881002,"stop":1728901881002,"duration":0}},{"uid":"79cf38a65dfc7144","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/79cf38a65dfc7144","status":"passed","time":{"start":1728893317130,"stop":1728893317130,"duration":0}},{"uid":"c52378548cbdc09b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c52378548cbdc09b","status":"passed","time":{"start":1728856263064,"stop":1728856263064,"duration":0}},{"uid":"724caa766319a973","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/724caa766319a973","status":"passed","time":{"start":1728738492783,"stop":1728738492784,"duration":1}},{"uid":"ec14a1c8e1c14cdc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec14a1c8e1c14cdc","status":"passed","time":{"start":1728683030007,"stop":1728683030007,"duration":0}},{"uid":"4dea9553f994f5ca","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4dea9553f994f5ca","status":"passed","time":{"start":1728682581071,"stop":1728682581072,"duration":1}},{"uid":"74e87ed63a345954","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/74e87ed63a345954","status":"passed","time":{"start":1728677081982,"stop":1728677081983,"duration":1}},{"uid":"c5e2a5659182d456","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c5e2a5659182d456","status":"passed","time":{"start":1728669795383,"stop":1728669795383,"duration":0}},{"uid":"a7d78eecb26d4d6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a7d78eecb26d4d6","status":"passed","time":{"start":1728598137493,"stop":1728598137493,"duration":0}},{"uid":"b4ffc176b1dc04c5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b4ffc176b1dc04c5","status":"passed","time":{"start":1728597353471,"stop":1728597353471,"duration":0}}]},"tags":[]},"source":"9ae3561366abdd6b.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/9aec13f0ea551e1a.json b/7588/data/test-cases/9aec13f0ea551e1a.json new file mode 100644 index 00000000000..0878dfb63eb --- /dev/null +++ b/7588/data/test-cases/9aec13f0ea551e1a.json @@ -0,0 +1 @@ +{"uid":"9aec13f0ea551e1a","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":1729034356136,"stop":1729034356136,"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":"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":15,"unknown":0,"total":15},"items":[{"uid":"6ee483a62c6ded90","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6ee483a62c6ded90","status":"passed","time":{"start":1729034120213,"stop":1729034120214,"duration":1}},{"uid":"de9303d174d86bb7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/de9303d174d86bb7","status":"passed","time":{"start":1729034043142,"stop":1729034043143,"duration":1}},{"uid":"e4fe79aa37b35dee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e4fe79aa37b35dee","status":"passed","time":{"start":1729033857765,"stop":1729033857765,"duration":0}},{"uid":"c7977650e17eca18","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c7977650e17eca18","status":"passed","time":{"start":1729031907984,"stop":1729031907985,"duration":1}},{"uid":"8e8fc352572755b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e8fc352572755b2","status":"passed","time":{"start":1728901453410,"stop":1728901453411,"duration":1}},{"uid":"b7e1b31e6226628d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b7e1b31e6226628d","status":"passed","time":{"start":1728892883978,"stop":1728892883978,"duration":0}},{"uid":"ec0a089eb148bddb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ec0a089eb148bddb","status":"passed","time":{"start":1728855846184,"stop":1728855846185,"duration":1}},{"uid":"d4f8df45758fb79a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d4f8df45758fb79a","status":"passed","time":{"start":1728738063647,"stop":1728738063647,"duration":0}},{"uid":"e500f09bcbd50fbd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e500f09bcbd50fbd","status":"passed","time":{"start":1728682597529,"stop":1728682597529,"duration":0}},{"uid":"94a515ff4657792a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94a515ff4657792a","status":"passed","time":{"start":1728682170201,"stop":1728682170201,"duration":0}},{"uid":"1d18641942064f76","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1d18641942064f76","status":"passed","time":{"start":1728676644980,"stop":1728676644980,"duration":0}},{"uid":"e8b73f11b350d8b0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e8b73f11b350d8b0","status":"passed","time":{"start":1728669367852,"stop":1728669367853,"duration":1}},{"uid":"874b7537960a21bd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/874b7537960a21bd","status":"passed","time":{"start":1728597708659,"stop":1728597708660,"duration":1}},{"uid":"fc24ef49d7cafba7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc24ef49d7cafba7","status":"passed","time":{"start":1728596927477,"stop":1728596927477,"duration":0}}]},"tags":[]},"source":"9aec13f0ea551e1a.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/74513d589de39c1d.json b/7588/data/test-cases/9b4c91b3bf48aa23.json similarity index 57% rename from 7556/data/test-cases/74513d589de39c1d.json rename to 7588/data/test-cases/9b4c91b3bf48aa23.json index 30b28783aba..bd8d94ab025 100644 --- a/7556/data/test-cases/74513d589de39c1d.json +++ b/7588/data/test-cases/9b4c91b3bf48aa23.json @@ -1 +1 @@ -{"uid":"74513d589de39c1d","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":1728457237159,"stop":1728457237159,"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":6,"unknown":0,"total":6},"items":[{"uid":"37744c8f51d2436a","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/37744c8f51d2436a","status":"passed","time":{"start":1728456208701,"stop":1728456208702,"duration":1}},{"uid":"5e9e31c84f5da9f9","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/5e9e31c84f5da9f9","status":"passed","time":{"start":1728455893207,"stop":1728455893208,"duration":1}},{"uid":"d2623c8222783cce","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/d2623c8222783cce","status":"passed","time":{"start":1728455665938,"stop":1728455665938,"duration":0}},{"uid":"5515877854fb338a","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/5515877854fb338a","status":"passed","time":{"start":1728455023251,"stop":1728455023254,"duration":3}},{"uid":"6f1fc7d1a78c992a","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/6f1fc7d1a78c992a","status":"passed","time":{"start":1728452036149,"stop":1728452036149,"duration":0}}]},"tags":[]},"source":"74513d589de39c1d.json","parameterValues":[]} \ No newline at end of file +{"uid":"9b4c91b3bf48aa23","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":1729034424274,"stop":1729034424274,"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":15,"unknown":0,"total":15},"items":[{"uid":"813cc616aaa0bda9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/813cc616aaa0bda9","status":"passed","time":{"start":1729034190706,"stop":1729034190706,"duration":0}},{"uid":"de6ccdf0e4ffc0a4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/de6ccdf0e4ffc0a4","status":"passed","time":{"start":1729034108432,"stop":1729034108432,"duration":0}},{"uid":"346f9458fd5d215e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/346f9458fd5d215e","status":"passed","time":{"start":1729033925383,"stop":1729033925383,"duration":0}},{"uid":"bce695636f997883","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bce695636f997883","status":"passed","time":{"start":1729031975191,"stop":1729031975191,"duration":0}},{"uid":"bbe745b5fdac6b61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bbe745b5fdac6b61","status":"passed","time":{"start":1728901537877,"stop":1728901537878,"duration":1}},{"uid":"cc1ffd8918981b99","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cc1ffd8918981b99","status":"passed","time":{"start":1728892972431,"stop":1728892972431,"duration":0}},{"uid":"cc707504216b080d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc707504216b080d","status":"passed","time":{"start":1728855933072,"stop":1728855933072,"duration":0}},{"uid":"8870a34509620ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8870a34509620ee","status":"passed","time":{"start":1728738149926,"stop":1728738149927,"duration":1}},{"uid":"2bc7cca2825d4ed1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2bc7cca2825d4ed1","status":"passed","time":{"start":1728682681970,"stop":1728682681971,"duration":1}},{"uid":"39b54ea607561f21","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/39b54ea607561f21","status":"passed","time":{"start":1728682257769,"stop":1728682257770,"duration":1}},{"uid":"680932a019b7a864","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/680932a019b7a864","status":"passed","time":{"start":1728676730787,"stop":1728676730788,"duration":1}},{"uid":"8c1553c6e1f8b8fe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8c1553c6e1f8b8fe","status":"passed","time":{"start":1728669456896,"stop":1728669456896,"duration":0}},{"uid":"96683acae018e2b0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/96683acae018e2b0","status":"passed","time":{"start":1728597795920,"stop":1728597795920,"duration":0}},{"uid":"bcd0835ee1feef7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bcd0835ee1feef7e","status":"passed","time":{"start":1728597010202,"stop":1728597010202,"duration":0}}]},"tags":[]},"source":"9b4c91b3bf48aa23.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/9b4e2394f15b77e.json b/7588/data/test-cases/9b4e2394f15b77e.json new file mode 100644 index 00000000000..835637e8697 --- /dev/null +++ b/7588/data/test-cases/9b4e2394f15b77e.json @@ -0,0 +1 @@ +{"uid":"9b4e2394f15b77e","name":"Symmetric encrypt & Decrypt","fullName":"/src/encryption.spec.ts: Waku Encryption > Symmetric encrypt & Decrypt","historyId":"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034366898,"stop":1729034366898,"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":15,"unknown":0,"total":15},"items":[{"uid":"480c980cce3146d7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/480c980cce3146d7","status":"passed","time":{"start":1729034130924,"stop":1729034130924,"duration":0}},{"uid":"1faa70229e760519","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1faa70229e760519","status":"passed","time":{"start":1729034053886,"stop":1729034053887,"duration":1}},{"uid":"6207ca2dbf2798f0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6207ca2dbf2798f0","status":"passed","time":{"start":1729033868926,"stop":1729033868926,"duration":0}},{"uid":"2fbc32710e5b6d0c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2fbc32710e5b6d0c","status":"passed","time":{"start":1729031918511,"stop":1729031918511,"duration":0}},{"uid":"53f1ca22352fec61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53f1ca22352fec61","status":"passed","time":{"start":1728901464220,"stop":1728901464220,"duration":0}},{"uid":"c9393b0046e3f2ae","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9393b0046e3f2ae","status":"passed","time":{"start":1728892894740,"stop":1728892894741,"duration":1}},{"uid":"3f0a40404b511f9d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3f0a40404b511f9d","status":"passed","time":{"start":1728855857252,"stop":1728855857252,"duration":0}},{"uid":"6d0dd0a90582d85e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d0dd0a90582d85e","status":"passed","time":{"start":1728738074580,"stop":1728738074580,"duration":0}},{"uid":"61f2183b93c69e04","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/61f2183b93c69e04","status":"passed","time":{"start":1728682608127,"stop":1728682608127,"duration":0}},{"uid":"c8b00a7c8cd98bde","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c8b00a7c8cd98bde","status":"passed","time":{"start":1728682181012,"stop":1728682181012,"duration":0}},{"uid":"9c3bb7273c16efbb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9c3bb7273c16efbb","status":"passed","time":{"start":1728676655409,"stop":1728676655410,"duration":1}},{"uid":"22018c06388f2330","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/22018c06388f2330","status":"passed","time":{"start":1728669378740,"stop":1728669378741,"duration":1}},{"uid":"5dcd6a88b1675efc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5dcd6a88b1675efc","status":"passed","time":{"start":1728597719063,"stop":1728597719063,"duration":0}},{"uid":"9a19ef772e396f18","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9a19ef772e396f18","status":"passed","time":{"start":1728596938238,"stop":1728596938239,"duration":1}}]},"tags":[]},"source":"9b4e2394f15b77e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/4048ca621861d729.json b/7588/data/test-cases/9b7b6edafa70c782.json similarity index 51% rename from 7556/data/test-cases/4048ca621861d729.json rename to 7588/data/test-cases/9b7b6edafa70c782.json index 5194a0cf45e..d48c5c710a2 100644 --- a/7556/data/test-cases/4048ca621861d729.json +++ b/7588/data/test-cases/9b7b6edafa70c782.json @@ -1 +1 @@ -{"uid":"4048ca621861d729","name":"should reject on timeout if it was set","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should reject on timeout if it was set","historyId":"f022a19b56e0ddf4f85cb4259ef5f8a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457186697,"stop":1728457186697,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"fb58115ae94db786","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/fb58115ae94db786","status":"passed","time":{"start":1728456158945,"stop":1728456158945,"duration":0}},{"uid":"4a034998d9f817b8","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/4a034998d9f817b8","status":"passed","time":{"start":1728455843438,"stop":1728455843438,"duration":0}},{"uid":"45272a585ec21fd2","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/45272a585ec21fd2","status":"passed","time":{"start":1728455594859,"stop":1728455594860,"duration":1}},{"uid":"672fe4821298733","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/672fe4821298733","status":"passed","time":{"start":1728454955430,"stop":1728454955431,"duration":1}},{"uid":"fa837b6827e69b34","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/fa837b6827e69b34","status":"passed","time":{"start":1728451965408,"stop":1728451965408,"duration":0}}]},"tags":[]},"source":"4048ca621861d729.json","parameterValues":[]} \ No newline at end of file +{"uid":"9b7b6edafa70c782","name":"should reject on timeout if it was set","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should reject on timeout if it was set","historyId":"f022a19b56e0ddf4f85cb4259ef5f8a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373010,"stop":1729034373011,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7356cfc7192cf299","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7356cfc7192cf299","status":"passed","time":{"start":1729034137114,"stop":1729034137115,"duration":1}},{"uid":"6d4b4070fe0504d7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6d4b4070fe0504d7","status":"passed","time":{"start":1729034060045,"stop":1729034060046,"duration":1}},{"uid":"2acf1f11fc4b7f0f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2acf1f11fc4b7f0f","status":"passed","time":{"start":1729033875028,"stop":1729033875028,"duration":0}},{"uid":"acb4baa3f71fc631","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/acb4baa3f71fc631","status":"passed","time":{"start":1729031924909,"stop":1729031924909,"duration":0}},{"uid":"e92f03dcda9c1f45","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e92f03dcda9c1f45","status":"passed","time":{"start":1728901469135,"stop":1728901469136,"duration":1}},{"uid":"ec178763f6e985c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ec178763f6e985c8","status":"passed","time":{"start":1728892899801,"stop":1728892899801,"duration":0}},{"uid":"d3fb8ddac37490c7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d3fb8ddac37490c7","status":"passed","time":{"start":1728855863297,"stop":1728855863297,"duration":0}},{"uid":"534fd3dd15df97be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/534fd3dd15df97be","status":"passed","time":{"start":1728738080957,"stop":1728738080957,"duration":0}},{"uid":"eef094c2bef48ca8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eef094c2bef48ca8","status":"passed","time":{"start":1728682614316,"stop":1728682614317,"duration":1}},{"uid":"de1c9455f9d8f3b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/de1c9455f9d8f3b8","status":"passed","time":{"start":1728682187221,"stop":1728682187221,"duration":0}},{"uid":"569ba464da8d6612","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/569ba464da8d6612","status":"passed","time":{"start":1728676661422,"stop":1728676661422,"duration":0}},{"uid":"dd69bdab76e834aa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd69bdab76e834aa","status":"passed","time":{"start":1728669384754,"stop":1728669384754,"duration":0}},{"uid":"42753b76f8cd8d3b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/42753b76f8cd8d3b","status":"passed","time":{"start":1728597724211,"stop":1728597724212,"duration":1}},{"uid":"861c48eba33b54f4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/861c48eba33b54f4","status":"passed","time":{"start":1728596943265,"stop":1728596943265,"duration":0}}]},"tags":[]},"source":"9b7b6edafa70c782.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c96fbc83f83baa50.json b/7588/data/test-cases/9ba750cc30ea19f2.json similarity index 98% rename from 7556/data/test-cases/c96fbc83f83baa50.json rename to 7588/data/test-cases/9ba750cc30ea19f2.json index f89545638d1..e3656128fba 100644 --- a/7556/data/test-cases/c96fbc83f83baa50.json +++ b/7588/data/test-cases/9ba750cc30ea19f2.json @@ -1 +1 @@ -{"uid":"c96fbc83f83baa50","name":"Push message with custom timestamp: 1728453750297","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1728453750297","historyId":"246653493af702ea7c8d6497b6f1cc0b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457510467,"stop":1728457510467,"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":"c96fbc83f83baa50.json","parameterValues":[]} \ No newline at end of file +{"uid":"9ba750cc30ea19f2","name":"Push message with custom timestamp: 1729038073747","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1729038073747","historyId":"19d369c5fd8772b3aac1db1e32c9f259:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034631264,"stop":1729034631264,"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":"9ba750cc30ea19f2.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/fd1fb1f6a3869895.json b/7588/data/test-cases/9c0ca4158bfbe244.json similarity index 77% rename from 7556/data/test-cases/fd1fb1f6a3869895.json rename to 7588/data/test-cases/9c0ca4158bfbe244.json index 9a79a85108e..dca2849be07 100644 --- a/7556/data/test-cases/fd1fb1f6a3869895.json +++ b/7588/data/test-cases/9c0ca4158bfbe244.json @@ -1 +1 @@ -{"uid":"fd1fb1f6a3869895","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":1728457528784,"stop":1728457528784,"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":6,"unknown":0,"total":6},"items":[{"uid":"28109a21b95a33b4","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/28109a21b95a33b4","status":"passed","time":{"start":1728456472606,"stop":1728456472606,"duration":0}},{"uid":"88f36b085b75833f","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/88f36b085b75833f","status":"passed","time":{"start":1728456244242,"stop":1728456244242,"duration":0}},{"uid":"8ee3739480754525","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/8ee3739480754525","status":"passed","time":{"start":1728456199289,"stop":1728456199290,"duration":1}},{"uid":"5927adc2eaa80dd","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/5927adc2eaa80dd","status":"passed","time":{"start":1728455560565,"stop":1728455560567,"duration":2}},{"uid":"4589a233501c6788","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/4589a233501c6788","status":"passed","time":{"start":1728452503845,"stop":1728452503845,"duration":0}}]},"tags":[]},"source":"fd1fb1f6a3869895.json","parameterValues":[]} \ No newline at end of file +{"uid":"9c0ca4158bfbe244","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":1729034668611,"stop":1729034668611,"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":15,"unknown":0,"total":15},"items":[{"uid":"65c737ee5c66dde","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/65c737ee5c66dde","status":"passed","time":{"start":1729034443522,"stop":1729034443522,"duration":0}},{"uid":"fb75073cdaca0f65","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fb75073cdaca0f65","status":"passed","time":{"start":1729034357709,"stop":1729034357710,"duration":1}},{"uid":"1265637a582b5166","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1265637a582b5166","status":"passed","time":{"start":1729034177537,"stop":1729034177538,"duration":1}},{"uid":"ce95c702c68355e8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ce95c702c68355e8","status":"passed","time":{"start":1729032235316,"stop":1729032235318,"duration":2}},{"uid":"78f2c40140a71e7b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78f2c40140a71e7b","status":"passed","time":{"start":1728901958867,"stop":1728901958867,"duration":0}},{"uid":"11bc9bc3043e09b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/11bc9bc3043e09b","status":"passed","time":{"start":1728893395084,"stop":1728893395084,"duration":0}},{"uid":"f60b948a928db9ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f60b948a928db9ac","status":"passed","time":{"start":1728856355698,"stop":1728856355699,"duration":1}},{"uid":"15e1aeabdee8c32d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15e1aeabdee8c32d","status":"passed","time":{"start":1728738567474,"stop":1728738567474,"duration":0}},{"uid":"966486b7c4a96404","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/966486b7c4a96404","status":"passed","time":{"start":1728683110372,"stop":1728683110373,"duration":1}},{"uid":"64ad06d6f2cf73a4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/64ad06d6f2cf73a4","status":"passed","time":{"start":1728682666070,"stop":1728682666071,"duration":1}},{"uid":"89c2437741a0d2dc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/89c2437741a0d2dc","status":"passed","time":{"start":1728677163584,"stop":1728677163585,"duration":1}},{"uid":"2206534bc19baa87","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2206534bc19baa87","status":"passed","time":{"start":1728669841256,"stop":1728669841256,"duration":0}},{"uid":"b6cbc519424c56e1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b6cbc519424c56e1","status":"passed","time":{"start":1728598221901,"stop":1728598221902,"duration":1}},{"uid":"a802c0560750dc54","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a802c0560750dc54","status":"passed","time":{"start":1728597434084,"stop":1728597434084,"duration":0}}]},"tags":[]},"source":"9c0ca4158bfbe244.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/9d0007188e90e449.json b/7588/data/test-cases/9d0007188e90e449.json new file mode 100644 index 00000000000..c7160e703e8 --- /dev/null +++ b/7588/data/test-cases/9d0007188e90e449.json @@ -0,0 +1 @@ +{"uid":"9d0007188e90e449","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":1729034704508,"stop":1729034704508,"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":15,"unknown":0,"total":15},"items":[{"uid":"b6b18d1fe3fd5ac9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b6b18d1fe3fd5ac9","status":"passed","time":{"start":1729034475012,"stop":1729034475012,"duration":0}},{"uid":"395fecaac3430cde","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/395fecaac3430cde","status":"passed","time":{"start":1729034395302,"stop":1729034395302,"duration":0}},{"uid":"9700892e3d809c64","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9700892e3d809c64","status":"passed","time":{"start":1729034209123,"stop":1729034209127,"duration":4}},{"uid":"39f835e7972011e8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/39f835e7972011e8","status":"passed","time":{"start":1729032264600,"stop":1729032264600,"duration":0}},{"uid":"d3c15d59d633770c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d3c15d59d633770c","status":"passed","time":{"start":1728902012880,"stop":1728902012890,"duration":10}},{"uid":"a5438fd1f6aa115c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a5438fd1f6aa115c","status":"passed","time":{"start":1728893454825,"stop":1728893454825,"duration":0}},{"uid":"2b84e5c9d64d4c04","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b84e5c9d64d4c04","status":"passed","time":{"start":1728856408468,"stop":1728856408468,"duration":0}},{"uid":"2920e66ca90df7a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2920e66ca90df7a2","status":"passed","time":{"start":1728738633874,"stop":1728738633874,"duration":0}},{"uid":"d0f1f26712cb9cfb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0f1f26712cb9cfb","status":"passed","time":{"start":1728683159825,"stop":1728683159825,"duration":0}},{"uid":"240a0bb5c7a2de4d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/240a0bb5c7a2de4d","status":"passed","time":{"start":1728682751346,"stop":1728682751346,"duration":0}},{"uid":"6afaa5e8c3af18a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6afaa5e8c3af18a1","status":"passed","time":{"start":1728677216377,"stop":1728677216378,"duration":1}},{"uid":"8bc7451841da2dce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bc7451841da2dce","status":"passed","time":{"start":1728669925467,"stop":1728669925467,"duration":0}},{"uid":"cfa6bc36ad564fcc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cfa6bc36ad564fcc","status":"passed","time":{"start":1728598268820,"stop":1728598268821,"duration":1}},{"uid":"ed745da885e79c82","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed745da885e79c82","status":"passed","time":{"start":1728597503952,"stop":1728597503953,"duration":1}}]},"tags":[]},"source":"9d0007188e90e449.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e3c8156d5d8a4c30.json b/7588/data/test-cases/9d295d5282734411.json similarity index 54% rename from 7556/data/test-cases/e3c8156d5d8a4c30.json rename to 7588/data/test-cases/9d295d5282734411.json index be2c18c3b38..6eb11bb8448 100644 --- a/7556/data/test-cases/e3c8156d5d8a4c30.json +++ b/7588/data/test-cases/9d295d5282734411.json @@ -1 +1 @@ -{"uid":"e3c8156d5d8a4c30","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":1728457280064,"stop":1728457280064,"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":6,"unknown":0,"total":6},"items":[{"uid":"a461856340fe9f6c","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a461856340fe9f6c","status":"passed","time":{"start":1728456247433,"stop":1728456247434,"duration":1}},{"uid":"94aa0b75f97c3822","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/94aa0b75f97c3822","status":"passed","time":{"start":1728455938202,"stop":1728455938203,"duration":1}},{"uid":"2287fb9f2cfb1b2","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/2287fb9f2cfb1b2","status":"passed","time":{"start":1728455725246,"stop":1728455725247,"duration":1}},{"uid":"303f317e9a888161","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/303f317e9a888161","status":"passed","time":{"start":1728455087629,"stop":1728455087630,"duration":1}},{"uid":"a4d2357796f648ba","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a4d2357796f648ba","status":"passed","time":{"start":1728452102672,"stop":1728452102672,"duration":0}}]},"tags":[]},"source":"e3c8156d5d8a4c30.json","parameterValues":[]} \ No newline at end of file +{"uid":"9d295d5282734411","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":1729034462535,"stop":1729034462535,"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":15,"unknown":0,"total":15},"items":[{"uid":"e965aa509a34faf8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e965aa509a34faf8","status":"passed","time":{"start":1729034231346,"stop":1729034231346,"duration":0}},{"uid":"38a9466ffd68d20d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/38a9466ffd68d20d","status":"passed","time":{"start":1729034153006,"stop":1729034153007,"duration":1}},{"uid":"58bb2b186144a301","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58bb2b186144a301","status":"passed","time":{"start":1729033965758,"stop":1729033965758,"duration":0}},{"uid":"7153579d222e279d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7153579d222e279d","status":"passed","time":{"start":1729032018038,"stop":1729032018039,"duration":1}},{"uid":"af2916a7994e7ecd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/af2916a7994e7ecd","status":"passed","time":{"start":1728901595880,"stop":1728901595890,"duration":10}},{"uid":"3023ae0488a7f74c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3023ae0488a7f74c","status":"passed","time":{"start":1728893032692,"stop":1728893032692,"duration":0}},{"uid":"cbfbca51ef205ca4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cbfbca51ef205ca4","status":"passed","time":{"start":1728855998190,"stop":1728855998191,"duration":1}},{"uid":"10e7af307ed2cd10","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/10e7af307ed2cd10","status":"passed","time":{"start":1728738212198,"stop":1728738212198,"duration":0}},{"uid":"36353940b8648992","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36353940b8648992","status":"passed","time":{"start":1728682746615,"stop":1728682746616,"duration":1}},{"uid":"8e64abd89da9265","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e64abd89da9265","status":"passed","time":{"start":1728682328619,"stop":1728682328620,"duration":1}},{"uid":"6a3d225761b74c58","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6a3d225761b74c58","status":"passed","time":{"start":1728676807595,"stop":1728676807596,"duration":1}},{"uid":"80ba374142b6cebc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/80ba374142b6cebc","status":"passed","time":{"start":1728669514930,"stop":1728669514931,"duration":1}},{"uid":"1c0b9d1f1b0f9714","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1c0b9d1f1b0f9714","status":"passed","time":{"start":1728597860140,"stop":1728597860140,"duration":0}},{"uid":"cd6504cb57471c8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd6504cb57471c8","status":"passed","time":{"start":1728597074718,"stop":1728597074718,"duration":0}}]},"tags":[]},"source":"9d295d5282734411.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/11d1a398695e74f1.json b/7588/data/test-cases/9d7585b9e744645a.json similarity index 59% rename from 7556/data/test-cases/11d1a398695e74f1.json rename to 7588/data/test-cases/9d7585b9e744645a.json index 6d82623d5c0..365aa4a0aef 100644 --- a/7556/data/test-cases/11d1a398695e74f1.json +++ b/7588/data/test-cases/9d7585b9e744645a.json @@ -1 +1 @@ -{"uid":"11d1a398695e74f1","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":1728457555213,"stop":1728457555214,"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":6,"unknown":0,"total":6},"items":[{"uid":"c4741d18de758425","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/c4741d18de758425","status":"passed","time":{"start":1728456501213,"stop":1728456501216,"duration":3}},{"uid":"4621a004a73a4782","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/4621a004a73a4782","status":"passed","time":{"start":1728456265697,"stop":1728456265697,"duration":0}},{"uid":"82efe54adc242fd1","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/82efe54adc242fd1","status":"passed","time":{"start":1728456243467,"stop":1728456243468,"duration":1}},{"uid":"59237d0e77789930","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/59237d0e77789930","status":"passed","time":{"start":1728455589595,"stop":1728455589595,"duration":0}},{"uid":"503c83988f2b7009","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/503c83988f2b7009","status":"passed","time":{"start":1728452563140,"stop":1728452563141,"duration":1}}]},"tags":[]},"source":"11d1a398695e74f1.json","parameterValues":[]} \ No newline at end of file +{"uid":"9d7585b9e744645a","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":1729034703311,"stop":1729034703311,"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":15,"unknown":0,"total":15},"items":[{"uid":"bb0e1cab975209e7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bb0e1cab975209e7","status":"passed","time":{"start":1729034475274,"stop":1729034475275,"duration":1}},{"uid":"543b11ce22321a32","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/543b11ce22321a32","status":"passed","time":{"start":1729034392403,"stop":1729034392403,"duration":0}},{"uid":"6414c67136b6500d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6414c67136b6500d","status":"passed","time":{"start":1729034208294,"stop":1729034208295,"duration":1}},{"uid":"29d57762327708d4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29d57762327708d4","status":"passed","time":{"start":1729032257066,"stop":1729032257066,"duration":0}},{"uid":"58c55218fe3c0706","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/58c55218fe3c0706","status":"passed","time":{"start":1728902024012,"stop":1728902024013,"duration":1}},{"uid":"490d6ffe244425d1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/490d6ffe244425d1","status":"passed","time":{"start":1728893455129,"stop":1728893455130,"duration":1}},{"uid":"945e90a53161dced","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/945e90a53161dced","status":"passed","time":{"start":1728856404966,"stop":1728856404966,"duration":0}},{"uid":"6382c3e9cbbde8f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6382c3e9cbbde8f1","status":"passed","time":{"start":1728738634668,"stop":1728738634668,"duration":0}},{"uid":"b1f7a7c3d3383564","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1f7a7c3d3383564","status":"passed","time":{"start":1728683163620,"stop":1728683163620,"duration":0}},{"uid":"8d0a72b3cc5407c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8d0a72b3cc5407c","status":"passed","time":{"start":1728682737541,"stop":1728682737541,"duration":0}},{"uid":"694948c8360dc06e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/694948c8360dc06e","status":"passed","time":{"start":1728677222567,"stop":1728677222567,"duration":0}},{"uid":"d8ffa2c9f8b3f970","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8ffa2c9f8b3f970","status":"passed","time":{"start":1728669905041,"stop":1728669905044,"duration":3}},{"uid":"9117a4a92674e4f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9117a4a92674e4f3","status":"passed","time":{"start":1728598284366,"stop":1728598284366,"duration":0}},{"uid":"91aa8e63f656cc1a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/91aa8e63f656cc1a","status":"passed","time":{"start":1728597506831,"stop":1728597506831,"duration":0}}]},"tags":[]},"source":"9d7585b9e744645a.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/9e17baf779cd345d.json b/7588/data/test-cases/9e17baf779cd345d.json new file mode 100644 index 00000000000..055eb2d4961 --- /dev/null +++ b/7588/data/test-cases/9e17baf779cd345d.json @@ -0,0 +1 @@ +{"uid":"9e17baf779cd345d","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":1729034332610,"stop":1729034332611,"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":15,"unknown":0,"total":15},"items":[{"uid":"feab2f25fd5180dd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/feab2f25fd5180dd","status":"passed","time":{"start":1729034096111,"stop":1729034096112,"duration":1}},{"uid":"14e1603f486ff6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/14e1603f486ff6b","status":"passed","time":{"start":1729034020073,"stop":1729034020074,"duration":1}},{"uid":"e7d4aef81b2ad903","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7d4aef81b2ad903","status":"passed","time":{"start":1729033834362,"stop":1729033834363,"duration":1}},{"uid":"4a87823da972fb8f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4a87823da972fb8f","status":"passed","time":{"start":1729031884091,"stop":1729031884091,"duration":0}},{"uid":"4e1763070dc938b9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4e1763070dc938b9","status":"passed","time":{"start":1728901430243,"stop":1728901430243,"duration":0}},{"uid":"7bab2a402a0b45e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7bab2a402a0b45e4","status":"passed","time":{"start":1728892860517,"stop":1728892860518,"duration":1}},{"uid":"fa7273ebea40f397","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fa7273ebea40f397","status":"passed","time":{"start":1728855823308,"stop":1728855823308,"duration":0}},{"uid":"cc2499c403b5c1be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc2499c403b5c1be","status":"passed","time":{"start":1728738040570,"stop":1728738040570,"duration":0}},{"uid":"9eefa7f775db59a6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9eefa7f775db59a6","status":"passed","time":{"start":1728682574069,"stop":1728682574069,"duration":0}},{"uid":"2df11f9cb89524ef","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2df11f9cb89524ef","status":"passed","time":{"start":1728682146796,"stop":1728682146797,"duration":1}},{"uid":"265cb3a57b5c6352","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/265cb3a57b5c6352","status":"passed","time":{"start":1728676621405,"stop":1728676621405,"duration":0}},{"uid":"8854f566313ba4c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8854f566313ba4c9","status":"passed","time":{"start":1728669344454,"stop":1728669344454,"duration":0}},{"uid":"f4d7ae9c91cac441","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f4d7ae9c91cac441","status":"passed","time":{"start":1728597685136,"stop":1728597685136,"duration":0}},{"uid":"75771b864440cc40","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/75771b864440cc40","status":"passed","time":{"start":1728596904442,"stop":1728596904443,"duration":1}}]},"tags":[]},"source":"9e17baf779cd345d.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/9e3cb89dcea1a607.json b/7588/data/test-cases/9e3cb89dcea1a607.json new file mode 100644 index 00000000000..ee64dda5153 --- /dev/null +++ b/7588/data/test-cases/9e3cb89dcea1a607.json @@ -0,0 +1 @@ +{"uid":"9e3cb89dcea1a607","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":1729034340753,"stop":1729034340754,"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":15,"unknown":0,"total":15},"items":[{"uid":"8f327dfcc4edb39c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f327dfcc4edb39c","status":"passed","time":{"start":1729034104167,"stop":1729034104167,"duration":0}},{"uid":"7b7b57d50b00653f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7b7b57d50b00653f","status":"passed","time":{"start":1729034027739,"stop":1729034027741,"duration":2}},{"uid":"33b51db819627fb0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/33b51db819627fb0","status":"passed","time":{"start":1729033842345,"stop":1729033842346,"duration":1}},{"uid":"7017cf65f9241c2b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7017cf65f9241c2b","status":"passed","time":{"start":1729031892045,"stop":1729031892046,"duration":1}},{"uid":"3f97828ef010bcd6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3f97828ef010bcd6","status":"passed","time":{"start":1728901438028,"stop":1728901438028,"duration":0}},{"uid":"be159214091d9076","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/be159214091d9076","status":"passed","time":{"start":1728892868231,"stop":1728892868232,"duration":1}},{"uid":"ce4fcb3332bf810b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce4fcb3332bf810b","status":"passed","time":{"start":1728855831078,"stop":1728855831078,"duration":0}},{"uid":"d57ddd223d74a019","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d57ddd223d74a019","status":"passed","time":{"start":1728738048440,"stop":1728738048441,"duration":1}},{"uid":"32fdfbb261d082f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32fdfbb261d082f","status":"passed","time":{"start":1728682581841,"stop":1728682581842,"duration":1}},{"uid":"8e57d18923d8e5ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e57d18923d8e5ac","status":"passed","time":{"start":1728682154706,"stop":1728682154707,"duration":1}},{"uid":"426722a3d18fb346","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/426722a3d18fb346","status":"passed","time":{"start":1728676629295,"stop":1728676629295,"duration":0}},{"uid":"62a782fdc6ed7681","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/62a782fdc6ed7681","status":"passed","time":{"start":1728669352210,"stop":1728669352210,"duration":0}},{"uid":"a9638b32b271352a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a9638b32b271352a","status":"passed","time":{"start":1728597693015,"stop":1728597693015,"duration":0}},{"uid":"cbd1913043bcb425","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbd1913043bcb425","status":"passed","time":{"start":1728596912516,"stop":1728596912517,"duration":1}}]},"tags":[]},"source":"9e3cb89dcea1a607.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/44d8a27d11417bf0.json b/7588/data/test-cases/9e40d1b816edf3c4.json similarity index 85% rename from 7556/data/test-cases/44d8a27d11417bf0.json rename to 7588/data/test-cases/9e40d1b816edf3c4.json index 68b1ec8f1ad..09d2df46697 100644 --- a/7556/data/test-cases/44d8a27d11417bf0.json +++ b/7588/data/test-cases/9e40d1b816edf3c4.json @@ -1 +1 @@ -{"uid":"44d8a27d11417bf0","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":1728457537137,"stop":1728457537138,"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":6,"unknown":0,"total":6},"items":[{"uid":"93ec2685fc9a8b38","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/93ec2685fc9a8b38","status":"passed","time":{"start":1728456499109,"stop":1728456499109,"duration":0}},{"uid":"9fc6e108a83b4ad0","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/9fc6e108a83b4ad0","status":"passed","time":{"start":1728456215097,"stop":1728456215099,"duration":2}},{"uid":"c5ee519db6f8ebbb","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/c5ee519db6f8ebbb","status":"passed","time":{"start":1728456167141,"stop":1728456167141,"duration":0}},{"uid":"4dfd992681d36bc1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/4dfd992681d36bc1","status":"passed","time":{"start":1728455518203,"stop":1728455518203,"duration":0}},{"uid":"af750361c73338e3","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/af750361c73338e3","status":"passed","time":{"start":1728452534891,"stop":1728452534891,"duration":0}}]},"tags":[]},"source":"44d8a27d11417bf0.json","parameterValues":[]} \ No newline at end of file +{"uid":"9e40d1b816edf3c4","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":1729034704503,"stop":1729034704503,"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":15,"unknown":0,"total":15},"items":[{"uid":"e827db0ad91b350b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e827db0ad91b350b","status":"passed","time":{"start":1729034474996,"stop":1729034474996,"duration":0}},{"uid":"6a828b3704da6437","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a828b3704da6437","status":"passed","time":{"start":1729034395297,"stop":1729034395297,"duration":0}},{"uid":"5a97eeabfd62585c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a97eeabfd62585c","status":"passed","time":{"start":1729034209110,"stop":1729034209110,"duration":0}},{"uid":"5e4b54dd2c6b3454","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e4b54dd2c6b3454","status":"passed","time":{"start":1729032264579,"stop":1729032264579,"duration":0}},{"uid":"effd092ac8da7b9b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/effd092ac8da7b9b","status":"passed","time":{"start":1728902012869,"stop":1728902012869,"duration":0}},{"uid":"1f907b786b6f863","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1f907b786b6f863","status":"passed","time":{"start":1728893454820,"stop":1728893454820,"duration":0}},{"uid":"d4c239f70ffe5ac3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d4c239f70ffe5ac3","status":"passed","time":{"start":1728856408463,"stop":1728856408463,"duration":0}},{"uid":"bb8264d9c99f9c09","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb8264d9c99f9c09","status":"passed","time":{"start":1728738633863,"stop":1728738633864,"duration":1}},{"uid":"2a85b47c17a91d4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2a85b47c17a91d4","status":"passed","time":{"start":1728683159801,"stop":1728683159802,"duration":1}},{"uid":"7dda20a0b569deed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7dda20a0b569deed","status":"passed","time":{"start":1728682751339,"stop":1728682751339,"duration":0}},{"uid":"d1c412867dde9984","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d1c412867dde9984","status":"passed","time":{"start":1728677216372,"stop":1728677216373,"duration":1}},{"uid":"c19a07bf2cc1d371","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c19a07bf2cc1d371","status":"passed","time":{"start":1728669925460,"stop":1728669925460,"duration":0}},{"uid":"51765c9eda352ccf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/51765c9eda352ccf","status":"passed","time":{"start":1728598268815,"stop":1728598268815,"duration":0}},{"uid":"92046c08fd52d237","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92046c08fd52d237","status":"passed","time":{"start":1728597503943,"stop":1728597503944,"duration":1}}]},"tags":[]},"source":"9e40d1b816edf3c4.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/9e5a9e726a50e6e3.json b/7588/data/test-cases/9e5a9e726a50e6e3.json new file mode 100644 index 00000000000..af84c20c472 --- /dev/null +++ b/7588/data/test-cases/9e5a9e726a50e6e3.json @@ -0,0 +1 @@ +{"uid":"9e5a9e726a50e6e3","name":"should return the correct number of peers","fullName":"/src/protocols/peer_manager.spec.ts: PeerManager > getPeerCount > should return the correct number of peers","historyId":"77882dfaf66a4d5daeea195143ffcbde:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373027,"stop":1729034373027,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.protocols"},{"name":"parentSuite","value":"PeerManager"},{"name":"suite","value":"getPeerCount"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b8c5c496e6b16f93","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b8c5c496e6b16f93","status":"passed","time":{"start":1729034137314,"stop":1729034137315,"duration":1}},{"uid":"7feb16f93cd549fd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7feb16f93cd549fd","status":"passed","time":{"start":1729034060017,"stop":1729034060018,"duration":1}},{"uid":"abc8b3bc28e83319","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/abc8b3bc28e83319","status":"passed","time":{"start":1729033874960,"stop":1729033874960,"duration":0}},{"uid":"1fb4bfc788fc2d8d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1fb4bfc788fc2d8d","status":"passed","time":{"start":1729031924899,"stop":1729031924900,"duration":1}},{"uid":"70f3953acccb5d42","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/70f3953acccb5d42","status":"passed","time":{"start":1728901469127,"stop":1728901469128,"duration":1}},{"uid":"1859e38611f55aab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1859e38611f55aab","status":"passed","time":{"start":1728892899792,"stop":1728892899793,"duration":1}},{"uid":"5bcbb94f0ee23239","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5bcbb94f0ee23239","status":"passed","time":{"start":1728855863056,"stop":1728855863057,"duration":1}},{"uid":"137ec7ce3457c411","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/137ec7ce3457c411","status":"passed","time":{"start":1728738080898,"stop":1728738080898,"duration":0}},{"uid":"e72b05a8e3040f98","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e72b05a8e3040f98","status":"passed","time":{"start":1728682614307,"stop":1728682614308,"duration":1}},{"uid":"bc8f636b55ed0cdd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc8f636b55ed0cdd","status":"passed","time":{"start":1728682187091,"stop":1728682187092,"duration":1}},{"uid":"8a08b1b6e167b826","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a08b1b6e167b826","status":"passed","time":{"start":1728676661486,"stop":1728676661487,"duration":1}},{"uid":"88750de7c621e8db","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88750de7c621e8db","status":"passed","time":{"start":1728669384660,"stop":1728669384661,"duration":1}},{"uid":"67a8b416487f27f5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/67a8b416487f27f5","status":"passed","time":{"start":1728597724234,"stop":1728597724234,"duration":0}},{"uid":"86bda17d706db9ce","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86bda17d706db9ce","status":"passed","time":{"start":1728596943281,"stop":1728596943281,"duration":0}}]},"tags":[]},"source":"9e5a9e726a50e6e3.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/9ec69bcc15416e31.json b/7588/data/test-cases/9ec69bcc15416e31.json new file mode 100644 index 00000000000..278873ca86e --- /dev/null +++ b/7588/data/test-cases/9ec69bcc15416e31.json @@ -0,0 +1 @@ +{"uid":"9ec69bcc15416e31","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":1729034332620,"stop":1729034332620,"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":15,"unknown":0,"total":15},"items":[{"uid":"7d6bf52445e2486e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7d6bf52445e2486e","status":"passed","time":{"start":1729034096120,"stop":1729034096121,"duration":1}},{"uid":"42b01c3bc5618570","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/42b01c3bc5618570","status":"passed","time":{"start":1729034020081,"stop":1729034020081,"duration":0}},{"uid":"b48472ccfba8f8e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b48472ccfba8f8e8","status":"passed","time":{"start":1729033834373,"stop":1729033834373,"duration":0}},{"uid":"eab2423b5c6e6a47","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/eab2423b5c6e6a47","status":"passed","time":{"start":1729031884103,"stop":1729031884103,"duration":0}},{"uid":"e9464cc5b2e61209","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e9464cc5b2e61209","status":"passed","time":{"start":1728901430246,"stop":1728901430246,"duration":0}},{"uid":"d417110e9f3dfe9a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d417110e9f3dfe9a","status":"passed","time":{"start":1728892860521,"stop":1728892860521,"duration":0}},{"uid":"20ade201db023df4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/20ade201db023df4","status":"passed","time":{"start":1728855823311,"stop":1728855823312,"duration":1}},{"uid":"38d6b8d797af2853","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38d6b8d797af2853","status":"passed","time":{"start":1728738040580,"stop":1728738040580,"duration":0}},{"uid":"7768e791a0bb0623","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7768e791a0bb0623","status":"passed","time":{"start":1728682574078,"stop":1728682574078,"duration":0}},{"uid":"966eb4da37158efb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/966eb4da37158efb","status":"passed","time":{"start":1728682146806,"stop":1728682146806,"duration":0}},{"uid":"46e16d68ecd779c0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46e16d68ecd779c0","status":"passed","time":{"start":1728676621419,"stop":1728676621420,"duration":1}},{"uid":"9d6e9d7da802f2ec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9d6e9d7da802f2ec","status":"passed","time":{"start":1728669344457,"stop":1728669344457,"duration":0}},{"uid":"1628256c5e7d9056","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1628256c5e7d9056","status":"passed","time":{"start":1728597685150,"stop":1728597685150,"duration":0}},{"uid":"ea107dfa72bd5d08","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea107dfa72bd5d08","status":"passed","time":{"start":1728596904456,"stop":1728596904456,"duration":0}}]},"tags":[]},"source":"9ec69bcc15416e31.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6c889b24ddc112a4.json b/7588/data/test-cases/9eed3c1a6bb4ab2c.json similarity index 83% rename from 7556/data/test-cases/6c889b24ddc112a4.json rename to 7588/data/test-cases/9eed3c1a6bb4ab2c.json index 25003843ce6..122da2a0a75 100644 --- a/7556/data/test-cases/6c889b24ddc112a4.json +++ b/7588/data/test-cases/9eed3c1a6bb4ab2c.json @@ -1 +1 @@ -{"uid":"6c889b24ddc112a4","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":1728457448612,"stop":1728457448613,"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":6,"unknown":0,"total":6},"items":[{"uid":"75258976ae5852fd","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/75258976ae5852fd","status":"passed","time":{"start":1728456402375,"stop":1728456402375,"duration":0}},{"uid":"51e3642f57222367","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/51e3642f57222367","status":"passed","time":{"start":1728456120426,"stop":1728456120426,"duration":0}},{"uid":"7a8740958469511e","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/7a8740958469511e","status":"passed","time":{"start":1728456038366,"stop":1728456038367,"duration":1}},{"uid":"9421b50a1396ebed","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/9421b50a1396ebed","status":"passed","time":{"start":1728455403820,"stop":1728455403820,"duration":0}},{"uid":"f90b0cc2b472ff20","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f90b0cc2b472ff20","status":"passed","time":{"start":1728452400281,"stop":1728452400281,"duration":0}}]},"tags":[]},"source":"6c889b24ddc112a4.json","parameterValues":[]} \ No newline at end of file +{"uid":"9eed3c1a6bb4ab2c","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":1729034611662,"stop":1729034611662,"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":15,"unknown":0,"total":15},"items":[{"uid":"5e4285b7195142b3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5e4285b7195142b3","status":"passed","time":{"start":1729034393639,"stop":1729034393639,"duration":0}},{"uid":"4d80519155a62b09","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4d80519155a62b09","status":"passed","time":{"start":1729034304835,"stop":1729034304835,"duration":0}},{"uid":"3d10280669c51e01","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3d10280669c51e01","status":"passed","time":{"start":1729034121902,"stop":1729034121904,"duration":2}},{"uid":"72910105e8bd8d80","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/72910105e8bd8d80","status":"passed","time":{"start":1729032174821,"stop":1729032174831,"duration":10}},{"uid":"3a1d91d4dd8be9f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3a1d91d4dd8be9f","status":"passed","time":{"start":1728901881010,"stop":1728901881010,"duration":0}},{"uid":"6045d4164d802f89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6045d4164d802f89","status":"passed","time":{"start":1728893317156,"stop":1728893317157,"duration":1}},{"uid":"56be238a74334b3c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/56be238a74334b3c","status":"passed","time":{"start":1728856263079,"stop":1728856263087,"duration":8}},{"uid":"985f8ee1db7bd908","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/985f8ee1db7bd908","status":"passed","time":{"start":1728738492796,"stop":1728738492796,"duration":0}},{"uid":"38e3f6d6f993e094","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/38e3f6d6f993e094","status":"passed","time":{"start":1728683030018,"stop":1728683030019,"duration":1}},{"uid":"2ee7a2feda3a473f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2ee7a2feda3a473f","status":"passed","time":{"start":1728682581098,"stop":1728682581098,"duration":0}},{"uid":"a9f5dcbd3e65a790","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a9f5dcbd3e65a790","status":"passed","time":{"start":1728677081991,"stop":1728677081991,"duration":0}},{"uid":"f324c10c633c8bb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f324c10c633c8bb3","status":"passed","time":{"start":1728669795392,"stop":1728669795393,"duration":1}},{"uid":"67d3444904d5959","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/67d3444904d5959","status":"passed","time":{"start":1728598137501,"stop":1728598137501,"duration":0}},{"uid":"1796475bdbaa6fd1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1796475bdbaa6fd1","status":"passed","time":{"start":1728597353477,"stop":1728597353478,"duration":1}}]},"tags":[]},"source":"9eed3c1a6bb4ab2c.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/32f0d5c292cb8b20.json b/7588/data/test-cases/9f02dd1a99d02f9a.json similarity index 81% rename from 7556/data/test-cases/32f0d5c292cb8b20.json rename to 7588/data/test-cases/9f02dd1a99d02f9a.json index 1a79842396d..00dfccd81fa 100644 --- a/7556/data/test-cases/32f0d5c292cb8b20.json +++ b/7588/data/test-cases/9f02dd1a99d02f9a.json @@ -1 +1 @@ -{"uid":"32f0d5c292cb8b20","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":1728457481283,"stop":1728457481288,"duration":5},"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":6,"unknown":0,"total":6},"items":[{"uid":"cd62516162652397","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/cd62516162652397","status":"passed","time":{"start":1728456434605,"stop":1728456434605,"duration":0}},{"uid":"7ee5a45c8dae5d75","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/7ee5a45c8dae5d75","status":"passed","time":{"start":1728456196711,"stop":1728456196711,"duration":0}},{"uid":"6582ef3804c3d0b9","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/6582ef3804c3d0b9","status":"passed","time":{"start":1728456113195,"stop":1728456113209,"duration":14}},{"uid":"bd9ba0847cbade46","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/bd9ba0847cbade46","status":"passed","time":{"start":1728455468966,"stop":1728455468967,"duration":1}},{"uid":"d976e9fea92afc7d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d976e9fea92afc7d","status":"passed","time":{"start":1728452437025,"stop":1728452437025,"duration":0}}]},"tags":[]},"source":"32f0d5c292cb8b20.json","parameterValues":[]} \ No newline at end of file +{"uid":"9f02dd1a99d02f9a","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":1729034636316,"stop":1729034636319,"duration":3},"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":15,"unknown":0,"total":15},"items":[{"uid":"cf67d40b2a016d1b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cf67d40b2a016d1b","status":"passed","time":{"start":1729034402286,"stop":1729034402287,"duration":1}},{"uid":"e096349db44a16f0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e096349db44a16f0","status":"passed","time":{"start":1729034323308,"stop":1729034323310,"duration":2}},{"uid":"1e732c89a30dc7a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1e732c89a30dc7a3","status":"passed","time":{"start":1729034144770,"stop":1729034144770,"duration":0}},{"uid":"68798dfc21e465d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/68798dfc21e465d1","status":"passed","time":{"start":1729032198824,"stop":1729032198824,"duration":0}},{"uid":"83992af259fd66fe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/83992af259fd66fe","status":"passed","time":{"start":1728901901772,"stop":1728901901773,"duration":1}},{"uid":"77ea587c294ff1ba","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/77ea587c294ff1ba","status":"passed","time":{"start":1728893337256,"stop":1728893337256,"duration":0}},{"uid":"389a25a4b4ae0b63","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/389a25a4b4ae0b63","status":"passed","time":{"start":1728856299199,"stop":1728856299199,"duration":0}},{"uid":"c556c612b5b6404","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c556c612b5b6404","status":"passed","time":{"start":1728738505384,"stop":1728738505384,"duration":0}},{"uid":"25c003a6cb8cae26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/25c003a6cb8cae26","status":"passed","time":{"start":1728683045451,"stop":1728683045452,"duration":1}},{"uid":"98e3f45baa61f050","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/98e3f45baa61f050","status":"passed","time":{"start":1728682607295,"stop":1728682607295,"duration":0}},{"uid":"14203a567ea023df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/14203a567ea023df","status":"passed","time":{"start":1728677103497,"stop":1728677103499,"duration":2}},{"uid":"92009b4e901022b4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92009b4e901022b4","status":"passed","time":{"start":1728669777132,"stop":1728669777133,"duration":1}},{"uid":"75337e069c96de16","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/75337e069c96de16","status":"passed","time":{"start":1728598163468,"stop":1728598163468,"duration":0}},{"uid":"80daa0e5b76bd00d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/80daa0e5b76bd00d","status":"passed","time":{"start":1728597375484,"stop":1728597375485,"duration":1}}]},"tags":[]},"source":"9f02dd1a99d02f9a.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/76f240d87c198599.json b/7588/data/test-cases/9f42509580086123.json similarity index 88% rename from 7556/data/test-cases/76f240d87c198599.json rename to 7588/data/test-cases/9f42509580086123.json index e64c9154a93..8ccecc1db1f 100644 --- a/7556/data/test-cases/76f240d87c198599.json +++ b/7588/data/test-cases/9f42509580086123.json @@ -1 +1 @@ -{"uid":"76f240d87c198599","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":1728457510439,"stop":1728457510439,"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":6,"unknown":0,"total":6},"items":[{"uid":"94c71f2ff455b729","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/94c71f2ff455b729","status":"passed","time":{"start":1728456448203,"stop":1728456448203,"duration":0}},{"uid":"9d51f700d877a0bd","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/9d51f700d877a0bd","status":"passed","time":{"start":1728456195698,"stop":1728456195698,"duration":0}},{"uid":"98b5b14fb06c33b3","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/98b5b14fb06c33b3","status":"passed","time":{"start":1728456166706,"stop":1728456166706,"duration":0}},{"uid":"3666f5d4418a5fc1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/3666f5d4418a5fc1","status":"passed","time":{"start":1728455516723,"stop":1728455516725,"duration":2}},{"uid":"7e20f52a6717244d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/7e20f52a6717244d","status":"passed","time":{"start":1728452508942,"stop":1728452508943,"duration":1}}]},"tags":[]},"source":"76f240d87c198599.json","parameterValues":[]} \ No newline at end of file +{"uid":"9f42509580086123","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":1729034631253,"stop":1729034631254,"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":15,"unknown":0,"total":15},"items":[{"uid":"98370cc075559af5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/98370cc075559af5","status":"passed","time":{"start":1729034400890,"stop":1729034400891,"duration":1}},{"uid":"3ed7380a02966a83","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3ed7380a02966a83","status":"passed","time":{"start":1729034317453,"stop":1729034317453,"duration":0}},{"uid":"8645c6d90fc7a99c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8645c6d90fc7a99c","status":"passed","time":{"start":1729034137142,"stop":1729034137142,"duration":0}},{"uid":"50b891de4686515a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/50b891de4686515a","status":"passed","time":{"start":1729032206876,"stop":1729032206876,"duration":0}},{"uid":"25b2155c565d674b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25b2155c565d674b","status":"passed","time":{"start":1728901995022,"stop":1728901995022,"duration":0}},{"uid":"63853788f68fa265","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/63853788f68fa265","status":"passed","time":{"start":1728893420996,"stop":1728893420996,"duration":0}},{"uid":"32f4f72e42c670d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/32f4f72e42c670d6","status":"passed","time":{"start":1728856368597,"stop":1728856368597,"duration":0}},{"uid":"f09142fc12d15018","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f09142fc12d15018","status":"passed","time":{"start":1728738604681,"stop":1728738604682,"duration":1}},{"uid":"9c73de643e4aec27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9c73de643e4aec27","status":"passed","time":{"start":1728683117629,"stop":1728683117630,"duration":1}},{"uid":"cfb7fa6cb5c66768","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cfb7fa6cb5c66768","status":"passed","time":{"start":1728682721319,"stop":1728682721319,"duration":0}},{"uid":"8c6a797b06423fdb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8c6a797b06423fdb","status":"passed","time":{"start":1728677184684,"stop":1728677184684,"duration":0}},{"uid":"253ce962b725a9b7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/253ce962b725a9b7","status":"passed","time":{"start":1728669866450,"stop":1728669866451,"duration":1}},{"uid":"20a287b5881e0ad1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/20a287b5881e0ad1","status":"passed","time":{"start":1728598249981,"stop":1728598249981,"duration":0}},{"uid":"52d797782c79e0b5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/52d797782c79e0b5","status":"passed","time":{"start":1728597472293,"stop":1728597472293,"duration":0}}]},"tags":[]},"source":"9f42509580086123.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/9fb2cf18b0be0e7a.json b/7588/data/test-cases/9fb2cf18b0be0e7a.json new file mode 100644 index 00000000000..9a28be1c100 --- /dev/null +++ b/7588/data/test-cases/9fb2cf18b0be0e7a.json @@ -0,0 +1 @@ +{"uid":"9fb2cf18b0be0e7a","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":1729034694622,"stop":1729034694622,"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":15,"unknown":0,"total":15},"items":[{"uid":"1bc1347106237cfc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1bc1347106237cfc","status":"passed","time":{"start":1729034462011,"stop":1729034462011,"duration":0}},{"uid":"a12d309ec407b89e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a12d309ec407b89e","status":"passed","time":{"start":1729034375973,"stop":1729034375976,"duration":3}},{"uid":"65c444f119666655","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/65c444f119666655","status":"passed","time":{"start":1729034200064,"stop":1729034200065,"duration":1}},{"uid":"d08868cd0967883c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d08868cd0967883c","status":"passed","time":{"start":1729032257889,"stop":1729032257890,"duration":1}},{"uid":"37bfd2256ded2ccf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37bfd2256ded2ccf","status":"passed","time":{"start":1728902003565,"stop":1728902003565,"duration":0}},{"uid":"cf05901e35820435","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf05901e35820435","status":"passed","time":{"start":1728893434693,"stop":1728893434694,"duration":1}},{"uid":"85db69b7ea171236","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/85db69b7ea171236","status":"passed","time":{"start":1728856398641,"stop":1728856398641,"duration":0}},{"uid":"296e9e78cfbf7a80","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/296e9e78cfbf7a80","status":"passed","time":{"start":1728738612001,"stop":1728738612001,"duration":0}},{"uid":"3ad6dbe30433859a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3ad6dbe30433859a","status":"passed","time":{"start":1728683155008,"stop":1728683155008,"duration":0}},{"uid":"10db3c6c8635701c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/10db3c6c8635701c","status":"passed","time":{"start":1728682706102,"stop":1728682706102,"duration":0}},{"uid":"43a51c1ef502c0c1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/43a51c1ef502c0c1","status":"passed","time":{"start":1728677207494,"stop":1728677207495,"duration":1}},{"uid":"5fec4cbbe3e47c2c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5fec4cbbe3e47c2c","status":"passed","time":{"start":1728669887097,"stop":1728669887097,"duration":0}},{"uid":"92776eb258066093","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/92776eb258066093","status":"passed","time":{"start":1728598263636,"stop":1728598263637,"duration":1}},{"uid":"2518638341f61737","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2518638341f61737","status":"passed","time":{"start":1728597478274,"stop":1728597478275,"duration":1}}]},"tags":[]},"source":"9fb2cf18b0be0e7a.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/9fbde4baae10f611.json b/7588/data/test-cases/9fbde4baae10f611.json new file mode 100644 index 00000000000..c4e38badf97 --- /dev/null +++ b/7588/data/test-cases/9fbde4baae10f611.json @@ -0,0 +1 @@ +{"uid":"9fbde4baae10f611","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":1729034335333,"stop":1729034335333,"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":15,"unknown":0,"total":15},"items":[{"uid":"a72903d413a653ff","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a72903d413a653ff","status":"passed","time":{"start":1729034098686,"stop":1729034098686,"duration":0}},{"uid":"4548d4b108c487c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4548d4b108c487c","status":"passed","time":{"start":1729034022455,"stop":1729034022455,"duration":0}},{"uid":"dfcecbc4b49d1137","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dfcecbc4b49d1137","status":"passed","time":{"start":1729033836803,"stop":1729033836803,"duration":0}},{"uid":"9cf6842caaf205e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9cf6842caaf205e","status":"passed","time":{"start":1729031886610,"stop":1729031886610,"duration":0}},{"uid":"943d19552fc027d3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/943d19552fc027d3","status":"passed","time":{"start":1728901432737,"stop":1728901432737,"duration":0}},{"uid":"25353fe68e628b04","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25353fe68e628b04","status":"passed","time":{"start":1728892863023,"stop":1728892863023,"duration":0}},{"uid":"29fca15ba7dea56","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/29fca15ba7dea56","status":"passed","time":{"start":1728855825772,"stop":1728855825773,"duration":1}},{"uid":"7937a05ccafebab5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7937a05ccafebab5","status":"passed","time":{"start":1728738043032,"stop":1728738043032,"duration":0}},{"uid":"2270cd7806dd1195","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2270cd7806dd1195","status":"passed","time":{"start":1728682576529,"stop":1728682576530,"duration":1}},{"uid":"a1871fa2cec04950","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a1871fa2cec04950","status":"passed","time":{"start":1728682149243,"stop":1728682149243,"duration":0}},{"uid":"4cf9e30960cf17d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4cf9e30960cf17d7","status":"passed","time":{"start":1728676623918,"stop":1728676623918,"duration":0}},{"uid":"4cb1c5c3168c6700","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4cb1c5c3168c6700","status":"passed","time":{"start":1728669346941,"stop":1728669346941,"duration":0}},{"uid":"45cc75815faa8e41","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/45cc75815faa8e41","status":"passed","time":{"start":1728597687694,"stop":1728597687694,"duration":0}},{"uid":"bc992e10cf3807f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc992e10cf3807f","status":"passed","time":{"start":1728596907135,"stop":1728596907136,"duration":1}}]},"tags":[]},"source":"9fbde4baae10f611.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/9fdcf7c1afdad3c9.json b/7588/data/test-cases/9fdcf7c1afdad3c9.json new file mode 100644 index 00000000000..934045bad8d --- /dev/null +++ b/7588/data/test-cases/9fdcf7c1afdad3c9.json @@ -0,0 +1 @@ +{"uid":"9fdcf7c1afdad3c9","name":"handles different networkShards values correctly","fullName":"/src/common/sharding/index.spec.ts: contentTopicsByPubsubTopic > handles different networkShards values correctly","historyId":"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034332624,"stop":1729034332625,"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":"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":15,"unknown":0,"total":15},"items":[{"uid":"5896b6fe496bf6c9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5896b6fe496bf6c9","status":"passed","time":{"start":1729034096126,"stop":1729034096126,"duration":0}},{"uid":"79f8f474cd4e811f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/79f8f474cd4e811f","status":"passed","time":{"start":1729034020085,"stop":1729034020085,"duration":0}},{"uid":"29a87b623acf71aa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/29a87b623acf71aa","status":"passed","time":{"start":1729033834377,"stop":1729033834377,"duration":0}},{"uid":"db528031bd204c7a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/db528031bd204c7a","status":"passed","time":{"start":1729031884108,"stop":1729031884108,"duration":0}},{"uid":"d59125199dea48a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d59125199dea48a9","status":"passed","time":{"start":1728901430249,"stop":1728901430249,"duration":0}},{"uid":"f3277f6d5fdc5470","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f3277f6d5fdc5470","status":"passed","time":{"start":1728892860525,"stop":1728892860525,"duration":0}},{"uid":"183c2bc019f71ebc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/183c2bc019f71ebc","status":"passed","time":{"start":1728855823316,"stop":1728855823316,"duration":0}},{"uid":"9c1cf50c6e09d07","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9c1cf50c6e09d07","status":"passed","time":{"start":1728738040585,"stop":1728738040585,"duration":0}},{"uid":"311cd511e88a7b16","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/311cd511e88a7b16","status":"passed","time":{"start":1728682574084,"stop":1728682574084,"duration":0}},{"uid":"b15f4b29a558aa68","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b15f4b29a558aa68","status":"passed","time":{"start":1728682146810,"stop":1728682146810,"duration":0}},{"uid":"b93bf1146d83cfe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b93bf1146d83cfe","status":"passed","time":{"start":1728676621424,"stop":1728676621424,"duration":0}},{"uid":"27012ad09430eda5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/27012ad09430eda5","status":"passed","time":{"start":1728669344461,"stop":1728669344461,"duration":0}},{"uid":"c7e6b99300cf32c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c7e6b99300cf32c7","status":"passed","time":{"start":1728597685154,"stop":1728597685154,"duration":0}},{"uid":"bc701f0a542c9bb3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc701f0a542c9bb3","status":"passed","time":{"start":1728596904460,"stop":1728596904460,"duration":0}}]},"tags":[]},"source":"9fdcf7c1afdad3c9.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/a05c51d4684af1d.json b/7588/data/test-cases/a05c51d4684af1d.json new file mode 100644 index 00000000000..34025cfc16c --- /dev/null +++ b/7588/data/test-cases/a05c51d4684af1d.json @@ -0,0 +1 @@ +{"uid":"a05c51d4684af1d","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":1729034611655,"stop":1729034611656,"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":15,"unknown":0,"total":15},"items":[{"uid":"cb6eb9c07c01493","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb6eb9c07c01493","status":"passed","time":{"start":1729034393631,"stop":1729034393631,"duration":0}},{"uid":"12f5fc65db340016","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/12f5fc65db340016","status":"passed","time":{"start":1729034304824,"stop":1729034304825,"duration":1}},{"uid":"5bd56dbf66769fc1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5bd56dbf66769fc1","status":"passed","time":{"start":1729034121894,"stop":1729034121895,"duration":1}},{"uid":"e959f8b585525415","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e959f8b585525415","status":"passed","time":{"start":1729032174800,"stop":1729032174800,"duration":0}},{"uid":"ec31e1cb85d8eb66","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec31e1cb85d8eb66","status":"passed","time":{"start":1728901881005,"stop":1728901881006,"duration":1}},{"uid":"185ad981678dfb06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/185ad981678dfb06","status":"passed","time":{"start":1728893317152,"stop":1728893317152,"duration":0}},{"uid":"be9d5c75eba39c7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be9d5c75eba39c7","status":"passed","time":{"start":1728856263071,"stop":1728856263071,"duration":0}},{"uid":"6f5e6eca3507a839","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f5e6eca3507a839","status":"passed","time":{"start":1728738492792,"stop":1728738492792,"duration":0}},{"uid":"b17239482dac3ec5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b17239482dac3ec5","status":"passed","time":{"start":1728683030010,"stop":1728683030010,"duration":0}},{"uid":"edc6663a9bb5abf6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/edc6663a9bb5abf6","status":"passed","time":{"start":1728682581086,"stop":1728682581086,"duration":0}},{"uid":"692fd241a0ab7f3a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/692fd241a0ab7f3a","status":"passed","time":{"start":1728677081986,"stop":1728677081987,"duration":1}},{"uid":"b8707740680e2147","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b8707740680e2147","status":"passed","time":{"start":1728669795388,"stop":1728669795389,"duration":1}},{"uid":"a3d88b109dfe7aa1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a3d88b109dfe7aa1","status":"passed","time":{"start":1728598137496,"stop":1728598137497,"duration":1}},{"uid":"6b3bbb17f449b8cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b3bbb17f449b8cd","status":"passed","time":{"start":1728597353474,"stop":1728597353474,"duration":0}}]},"tags":[]},"source":"a05c51d4684af1d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/47b477d3986c744b.json b/7588/data/test-cases/a07402179e9ac5ff.json similarity index 85% rename from 7556/data/test-cases/47b477d3986c744b.json rename to 7588/data/test-cases/a07402179e9ac5ff.json index 8e052eedad7..4c43236e5d9 100644 --- a/7556/data/test-cases/47b477d3986c744b.json +++ b/7588/data/test-cases/a07402179e9ac5ff.json @@ -1 +1 @@ -{"uid":"47b477d3986c744b","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":1728457537141,"stop":1728457537141,"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":6,"unknown":0,"total":6},"items":[{"uid":"e5fa7e6adc18f8f8","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e5fa7e6adc18f8f8","status":"passed","time":{"start":1728456499111,"stop":1728456499112,"duration":1}},{"uid":"57bb989bae2b00d8","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/57bb989bae2b00d8","status":"passed","time":{"start":1728456215102,"stop":1728456215102,"duration":0}},{"uid":"d85312e97dbfd83b","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/d85312e97dbfd83b","status":"passed","time":{"start":1728456167147,"stop":1728456167148,"duration":1}},{"uid":"6260b770a48acf52","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/6260b770a48acf52","status":"passed","time":{"start":1728455518208,"stop":1728455518208,"duration":0}},{"uid":"ff99f06e01c26acc","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/ff99f06e01c26acc","status":"passed","time":{"start":1728452534893,"stop":1728452534894,"duration":1}}]},"tags":[]},"source":"47b477d3986c744b.json","parameterValues":[]} \ No newline at end of file +{"uid":"a07402179e9ac5ff","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":1729034704505,"stop":1729034704506,"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":15,"unknown":0,"total":15},"items":[{"uid":"c4bebc9b6170ada","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c4bebc9b6170ada","status":"passed","time":{"start":1729034475002,"stop":1729034475002,"duration":0}},{"uid":"794f61fcd3347fd1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/794f61fcd3347fd1","status":"passed","time":{"start":1729034395299,"stop":1729034395300,"duration":1}},{"uid":"a249435eea9c5275","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a249435eea9c5275","status":"passed","time":{"start":1729034209113,"stop":1729034209113,"duration":0}},{"uid":"2a1aab6ca523ecd0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a1aab6ca523ecd0","status":"passed","time":{"start":1729032264589,"stop":1729032264589,"duration":0}},{"uid":"546b1ffbb9a10d2b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/546b1ffbb9a10d2b","status":"passed","time":{"start":1728902012872,"stop":1728902012872,"duration":0}},{"uid":"19add29b4b69f3fc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19add29b4b69f3fc","status":"passed","time":{"start":1728893454823,"stop":1728893454823,"duration":0}},{"uid":"a807bb1109fb7a1d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a807bb1109fb7a1d","status":"passed","time":{"start":1728856408465,"stop":1728856408466,"duration":1}},{"uid":"d30a35243917e697","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d30a35243917e697","status":"passed","time":{"start":1728738633872,"stop":1728738633872,"duration":0}},{"uid":"c21f8c479f010a5e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c21f8c479f010a5e","status":"passed","time":{"start":1728683159818,"stop":1728683159818,"duration":0}},{"uid":"5c2f3109afea7df6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5c2f3109afea7df6","status":"passed","time":{"start":1728682751341,"stop":1728682751341,"duration":0}},{"uid":"b4c1539221542c6a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4c1539221542c6a","status":"passed","time":{"start":1728677216375,"stop":1728677216375,"duration":0}},{"uid":"8766cd6b00339166","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8766cd6b00339166","status":"passed","time":{"start":1728669925464,"stop":1728669925465,"duration":1}},{"uid":"f2109baa82044936","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f2109baa82044936","status":"passed","time":{"start":1728598268818,"stop":1728598268819,"duration":1}},{"uid":"11da9c06ddbbafbf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/11da9c06ddbbafbf","status":"passed","time":{"start":1728597503946,"stop":1728597503947,"duration":1}}]},"tags":[]},"source":"a07402179e9ac5ff.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/7ebccde63991f46d.json b/7588/data/test-cases/a08529c44ce63c7d.json similarity index 54% rename from 7556/data/test-cases/7ebccde63991f46d.json rename to 7588/data/test-cases/a08529c44ce63c7d.json index ebb8d2a834c..177cb6a5324 100644 --- a/7556/data/test-cases/7ebccde63991f46d.json +++ b/7588/data/test-cases/a08529c44ce63c7d.json @@ -1 +1 @@ -{"uid":"7ebccde63991f46d","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":1728457280060,"stop":1728457280061,"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":6,"unknown":0,"total":6},"items":[{"uid":"37e794347de21b46","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/37e794347de21b46","status":"passed","time":{"start":1728456247420,"stop":1728456247426,"duration":6}},{"uid":"4dbf9db634a377ee","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/4dbf9db634a377ee","status":"passed","time":{"start":1728455938200,"stop":1728455938200,"duration":0}},{"uid":"7663834563692038","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/7663834563692038","status":"passed","time":{"start":1728455725241,"stop":1728455725241,"duration":0}},{"uid":"533185a6c9142fda","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/533185a6c9142fda","status":"passed","time":{"start":1728455087625,"stop":1728455087626,"duration":1}},{"uid":"5719428679bfc25c","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/5719428679bfc25c","status":"passed","time":{"start":1728452102670,"stop":1728452102670,"duration":0}}]},"tags":[]},"source":"7ebccde63991f46d.json","parameterValues":[]} \ No newline at end of file +{"uid":"a08529c44ce63c7d","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":1729034462527,"stop":1729034462533,"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: 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":15,"unknown":0,"total":15},"items":[{"uid":"c93a04f1933e06f0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c93a04f1933e06f0","status":"passed","time":{"start":1729034231338,"stop":1729034231338,"duration":0}},{"uid":"15da6264dd6402f4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/15da6264dd6402f4","status":"passed","time":{"start":1729034153003,"stop":1729034153004,"duration":1}},{"uid":"22ccfe398d0bacbe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/22ccfe398d0bacbe","status":"passed","time":{"start":1729033965752,"stop":1729033965752,"duration":0}},{"uid":"299d1f8ef990a1db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/299d1f8ef990a1db","status":"passed","time":{"start":1729032018029,"stop":1729032018029,"duration":0}},{"uid":"d7a1d0e5d462a290","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d7a1d0e5d462a290","status":"passed","time":{"start":1728901595851,"stop":1728901595851,"duration":0}},{"uid":"f7763fb176e2bf67","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f7763fb176e2bf67","status":"passed","time":{"start":1728893032689,"stop":1728893032689,"duration":0}},{"uid":"2d35b44758d6639e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d35b44758d6639e","status":"passed","time":{"start":1728855998177,"stop":1728855998185,"duration":8}},{"uid":"6c0c7e954d3e291c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c0c7e954d3e291c","status":"passed","time":{"start":1728738212194,"stop":1728738212195,"duration":1}},{"uid":"4ec7bf402bd5df91","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ec7bf402bd5df91","status":"passed","time":{"start":1728682746575,"stop":1728682746575,"duration":0}},{"uid":"e9a2f98cf83f4e4f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9a2f98cf83f4e4f","status":"passed","time":{"start":1728682328608,"stop":1728682328609,"duration":1}},{"uid":"7d0dcf6f7c2eeba","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d0dcf6f7c2eeba","status":"passed","time":{"start":1728676807593,"stop":1728676807593,"duration":0}},{"uid":"c9f0a5776f1f875d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9f0a5776f1f875d","status":"passed","time":{"start":1728669514928,"stop":1728669514929,"duration":1}},{"uid":"78ed4afba0b46808","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/78ed4afba0b46808","status":"passed","time":{"start":1728597860131,"stop":1728597860131,"duration":0}},{"uid":"d11e22b44da5a6c1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d11e22b44da5a6c1","status":"passed","time":{"start":1728597074713,"stop":1728597074713,"duration":0}}]},"tags":[]},"source":"a08529c44ce63c7d.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/a0b8e9a07b0f35b9.json b/7588/data/test-cases/a0b8e9a07b0f35b9.json new file mode 100644 index 00000000000..dd4b7c14905 --- /dev/null +++ b/7588/data/test-cases/a0b8e9a07b0f35b9.json @@ -0,0 +1 @@ +{"uid":"a0b8e9a07b0f35b9","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":1729034348413,"stop":1729034348413,"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":15,"unknown":0,"total":15},"items":[{"uid":"e3a20d51d6782325","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e3a20d51d6782325","status":"passed","time":{"start":1729034112234,"stop":1729034112234,"duration":0}},{"uid":"952c15cec46439c3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/952c15cec46439c3","status":"passed","time":{"start":1729034035750,"stop":1729034035750,"duration":0}},{"uid":"3c2dda195a8f8adf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3c2dda195a8f8adf","status":"passed","time":{"start":1729033850298,"stop":1729033850299,"duration":1}},{"uid":"130a06a1cb2e43ff","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/130a06a1cb2e43ff","status":"passed","time":{"start":1729031899901,"stop":1729031899902,"duration":1}},{"uid":"b70d99b4bdd9ed64","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b70d99b4bdd9ed64","status":"passed","time":{"start":1728901445871,"stop":1728901445871,"duration":0}},{"uid":"8d87b160cf169dce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d87b160cf169dce","status":"passed","time":{"start":1728892875905,"stop":1728892875905,"duration":0}},{"uid":"5eec0a212608a059","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5eec0a212608a059","status":"passed","time":{"start":1728855839037,"stop":1728855839037,"duration":0}},{"uid":"f916e0382e1d993f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f916e0382e1d993f","status":"passed","time":{"start":1728738056184,"stop":1728738056184,"duration":0}},{"uid":"60a37537cbc36da0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/60a37537cbc36da0","status":"passed","time":{"start":1728682589458,"stop":1728682589459,"duration":1}},{"uid":"385a459756e89055","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/385a459756e89055","status":"passed","time":{"start":1728682162316,"stop":1728682162316,"duration":0}},{"uid":"18487eeeb944921a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18487eeeb944921a","status":"passed","time":{"start":1728676637001,"stop":1728676637002,"duration":1}},{"uid":"986625446c46c40","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/986625446c46c40","status":"passed","time":{"start":1728669360368,"stop":1728669360368,"duration":0}},{"uid":"687f8de684f1cff3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/687f8de684f1cff3","status":"passed","time":{"start":1728597700887,"stop":1728597700888,"duration":1}},{"uid":"55c92faf11feaa69","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/55c92faf11feaa69","status":"passed","time":{"start":1728596919826,"stop":1728596919826,"duration":0}}]},"tags":[]},"source":"a0b8e9a07b0f35b9.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/a0ea93bf80e31b35.json b/7588/data/test-cases/a0ea93bf80e31b35.json new file mode 100644 index 00000000000..9e25939f5a6 --- /dev/null +++ b/7588/data/test-cases/a0ea93bf80e31b35.json @@ -0,0 +1 @@ +{"uid":"a0ea93bf80e31b35","name":"should fail to send if no connected peers found","fullName":"/src/protocols/light_push/light_push.spec.ts: LightPush SDK > should fail to send if no connected peers found","historyId":"5eb345c22e904cf497d34750aeae1512:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034372891,"stop":1729034372892,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"LightPush SDK\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"LightPush SDK\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"LightPush SDK\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"LightPush SDK\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.protocols.light_push"},{"name":"parentSuite","value":"LightPush SDK"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":9,"unknown":0,"total":11},"items":[{"uid":"789aa512e8656993","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/789aa512e8656993","status":"passed","time":{"start":1729034137281,"stop":1729034137281,"duration":0}},{"uid":"a00746f914a7a044","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a00746f914a7a044","status":"passed","time":{"start":1729034060002,"stop":1729034060003,"duration":1}},{"uid":"e9d3e037adbf9849","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9d3e037adbf9849","status":"passed","time":{"start":1729033875011,"stop":1729033875011,"duration":0}},{"uid":"5871959c67207709","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5871959c67207709","status":"passed","time":{"start":1729031924808,"stop":1729031924808,"duration":0}},{"uid":"28a2cd5cbe50d9d2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/28a2cd5cbe50d9d2","status":"passed","time":{"start":1728855863301,"stop":1728855863301,"duration":0}},{"uid":"9897843fd8da1d6b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9897843fd8da1d6b","status":"passed","time":{"start":1728738080964,"stop":1728738080964,"duration":0}},{"uid":"ed38b4dc389026e5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed38b4dc389026e5","status":"passed","time":{"start":1728682614255,"stop":1728682614255,"duration":0}},{"uid":"fb2a4edbb47702b0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fb2a4edbb47702b0","status":"passed","time":{"start":1728682187100,"stop":1728682187100,"duration":0}},{"uid":"472a23ffb42c4b40","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/472a23ffb42c4b40","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660884,"stop":1728676660884,"duration":0}},{"uid":"65db4a7abaeef7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/65db4a7abaeef7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384119,"stop":1728669384119,"duration":0}}]},"tags":[]},"source":"a0ea93bf80e31b35.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/a121a42d1ef23cbf.json b/7588/data/test-cases/a121a42d1ef23cbf.json new file mode 100644 index 00000000000..388eed8fa09 --- /dev/null +++ b/7588/data/test-cases/a121a42d1ef23cbf.json @@ -0,0 +1 @@ +{"uid":"a121a42d1ef23cbf","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":1729034392570,"stop":1729034392571,"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":15,"unknown":0,"total":15},"items":[{"uid":"17717f72fb557b13","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/17717f72fb557b13","status":"passed","time":{"start":1729034155173,"stop":1729034155173,"duration":0}},{"uid":"9daafa2fa5bfd326","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9daafa2fa5bfd326","status":"passed","time":{"start":1729034079235,"stop":1729034079235,"duration":0}},{"uid":"f6bf70f47f154819","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f6bf70f47f154819","status":"passed","time":{"start":1729033892959,"stop":1729033892959,"duration":0}},{"uid":"b16e8130c9a97337","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b16e8130c9a97337","status":"passed","time":{"start":1729031943352,"stop":1729031943353,"duration":1}},{"uid":"160ee2e990a6fa5e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/160ee2e990a6fa5e","status":"passed","time":{"start":1728901487522,"stop":1728901487522,"duration":0}},{"uid":"f684c13fb054d1f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f684c13fb054d1f","status":"passed","time":{"start":1728892920387,"stop":1728892920387,"duration":0}},{"uid":"2f7625c0cc2a1c0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f7625c0cc2a1c0","status":"passed","time":{"start":1728855881509,"stop":1728855881509,"duration":0}},{"uid":"a6f268a9a8f5af0d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a6f268a9a8f5af0d","status":"passed","time":{"start":1728738098730,"stop":1728738098730,"duration":0}},{"uid":"ecc3a31e7ec56827","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ecc3a31e7ec56827","status":"passed","time":{"start":1728682632220,"stop":1728682632221,"duration":1}},{"uid":"4b885561956bbe8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4b885561956bbe8","status":"passed","time":{"start":1728682205211,"stop":1728682205211,"duration":0}},{"uid":"ba083bddcc1fd4bd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba083bddcc1fd4bd","status":"passed","time":{"start":1728676680988,"stop":1728676680989,"duration":1}},{"uid":"d3b7bee88b663705","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d3b7bee88b663705","status":"passed","time":{"start":1728669404740,"stop":1728669404740,"duration":0}},{"uid":"680c1f26e6eb0658","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/680c1f26e6eb0658","status":"passed","time":{"start":1728597743849,"stop":1728597743850,"duration":1}},{"uid":"84dbf9bb85a508d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/84dbf9bb85a508d","status":"passed","time":{"start":1728596961184,"stop":1728596961185,"duration":1}}]},"tags":[]},"source":"a121a42d1ef23cbf.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/657c1a7b0edb7a5c.json b/7588/data/test-cases/a161e6cd52c9f67c.json similarity index 62% rename from 7556/data/test-cases/657c1a7b0edb7a5c.json rename to 7588/data/test-cases/a161e6cd52c9f67c.json index 5b1c9bc0af2..89435a2b283 100644 --- a/7556/data/test-cases/657c1a7b0edb7a5c.json +++ b/7588/data/test-cases/a161e6cd52c9f67c.json @@ -1 +1 @@ -{"uid":"657c1a7b0edb7a5c","name":"safeDispatchEvent","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > safeDispatchEvent","historyId":"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457245469,"stop":1728457245470,"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":6,"unknown":0,"total":6},"items":[{"uid":"fc9e679026f3d53d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/fc9e679026f3d53d","status":"passed","time":{"start":1728456216450,"stop":1728456216450,"duration":0}},{"uid":"b425213172235211","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/b425213172235211","status":"passed","time":{"start":1728455903120,"stop":1728455903120,"duration":0}},{"uid":"3646c09bc9a82491","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/3646c09bc9a82491","status":"passed","time":{"start":1728455653298,"stop":1728455653299,"duration":1}},{"uid":"8544196c8cb6d574","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/8544196c8cb6d574","status":"passed","time":{"start":1728455013479,"stop":1728455013480,"duration":1}},{"uid":"bd48db666d9f3b03","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/bd48db666d9f3b03","status":"passed","time":{"start":1728452024133,"stop":1728452024133,"duration":0}}]},"tags":[]},"source":"657c1a7b0edb7a5c.json","parameterValues":[]} \ No newline at end of file +{"uid":"a161e6cd52c9f67c","name":"safeDispatchEvent","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > safeDispatchEvent","historyId":"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034432451,"stop":1729034432452,"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":14,"unknown":0,"total":14},"items":[{"uid":"f8f46158b5a7524","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f8f46158b5a7524","status":"passed","time":{"start":1729034119308,"stop":1729034119308,"duration":0}},{"uid":"cc009a12a1f848ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc009a12a1f848ca","status":"passed","time":{"start":1729033933482,"stop":1729033933482,"duration":0}},{"uid":"5fa0a65ef258fe79","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fa0a65ef258fe79","status":"passed","time":{"start":1729031982935,"stop":1729031982935,"duration":0}},{"uid":"5ea84d1e82d72209","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5ea84d1e82d72209","status":"passed","time":{"start":1728901527861,"stop":1728901527862,"duration":1}},{"uid":"2fd8daae0f5ee183","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2fd8daae0f5ee183","status":"passed","time":{"start":1728892960142,"stop":1728892960142,"duration":0}},{"uid":"8e65187e128fced3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8e65187e128fced3","status":"passed","time":{"start":1728855921716,"stop":1728855921716,"duration":0}},{"uid":"8e95dc59b82f8c9d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8e95dc59b82f8c9d","status":"passed","time":{"start":1728738138434,"stop":1728738138434,"duration":0}},{"uid":"17d9056d830f175e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/17d9056d830f175e","status":"passed","time":{"start":1728682672254,"stop":1728682672255,"duration":1}},{"uid":"876fa15dd1e5b035","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/876fa15dd1e5b035","status":"passed","time":{"start":1728682245077,"stop":1728682245077,"duration":0}},{"uid":"68461b2b4b9584bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/68461b2b4b9584bc","status":"passed","time":{"start":1728676721301,"stop":1728676721302,"duration":1}},{"uid":"97a800850908c478","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97a800850908c478","status":"passed","time":{"start":1728669444565,"stop":1728669444566,"duration":1}},{"uid":"7c3b004c84243a7f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c3b004c84243a7f","status":"passed","time":{"start":1728597784077,"stop":1728597784078,"duration":1}},{"uid":"c4a1b78f8f7c953f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c4a1b78f8f7c953f","status":"passed","time":{"start":1728597001552,"stop":1728597001552,"duration":0}}]},"tags":[]},"source":"a161e6cd52c9f67c.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/50eb1991191fd389.json b/7588/data/test-cases/a24e9ca13279a762.json similarity index 97% rename from 7556/data/test-cases/50eb1991191fd389.json rename to 7588/data/test-cases/a24e9ca13279a762.json index de1a8918434..f1bd22ebb3a 100644 --- a/7556/data/test-cases/50eb1991191fd389.json +++ b/7588/data/test-cases/a24e9ca13279a762.json @@ -1 +1 @@ -{"uid":"50eb1991191fd389","name":"Check received message with timestamp: 1728457204567000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1728457204567000000 ","historyId":"901f82cd042daa0a52dff058e78cab50:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457448610,"stop":1728457448611,"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":"50eb1991191fd389.json","parameterValues":[]} \ No newline at end of file +{"uid":"a24e9ca13279a762","name":"Check received message with timestamp: 1729034391567000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1729034391567000000 ","historyId":"9b88d0eebb9ecd922750515b40c0464d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034611657,"stop":1729034611657,"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":"a24e9ca13279a762.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/a2660683e8967b82.json b/7588/data/test-cases/a2660683e8967b82.json new file mode 100644 index 00000000000..dc5dec51ba3 --- /dev/null +++ b/7588/data/test-cases/a2660683e8967b82.json @@ -0,0 +1 @@ +{"uid":"a2660683e8967b82","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":1729034368073,"stop":1729034368073,"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":15,"unknown":0,"total":15},"items":[{"uid":"e5f2f536904b6d44","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e5f2f536904b6d44","status":"passed","time":{"start":1729034132179,"stop":1729034132180,"duration":1}},{"uid":"3d60f4b2d9b6519e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3d60f4b2d9b6519e","status":"passed","time":{"start":1729034055085,"stop":1729034055085,"duration":0}},{"uid":"27bdaf32f1d1235a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27bdaf32f1d1235a","status":"passed","time":{"start":1729033869945,"stop":1729033869945,"duration":0}},{"uid":"61d570dd6e74ff61","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61d570dd6e74ff61","status":"passed","time":{"start":1729031919799,"stop":1729031919799,"duration":0}},{"uid":"420920b57291fc83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/420920b57291fc83","status":"passed","time":{"start":1728901465374,"stop":1728901465375,"duration":1}},{"uid":"a25857cf3dbbc59e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a25857cf3dbbc59e","status":"passed","time":{"start":1728892895975,"stop":1728892895975,"duration":0}},{"uid":"ce7f827a8578448e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce7f827a8578448e","status":"passed","time":{"start":1728855858320,"stop":1728855858320,"duration":0}},{"uid":"8ea933348d685317","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8ea933348d685317","status":"passed","time":{"start":1728738075954,"stop":1728738075954,"duration":0}},{"uid":"122f28a6c7e805b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/122f28a6c7e805b7","status":"passed","time":{"start":1728682609269,"stop":1728682609269,"duration":0}},{"uid":"f6265fca10fdfab1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f6265fca10fdfab1","status":"passed","time":{"start":1728682182161,"stop":1728682182161,"duration":0}},{"uid":"4f7dd1e002ccd5d9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f7dd1e002ccd5d9","status":"passed","time":{"start":1728676656594,"stop":1728676656595,"duration":1}},{"uid":"23596d7487539e00","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/23596d7487539e00","status":"passed","time":{"start":1728669379924,"stop":1728669379925,"duration":1}},{"uid":"afdc0212e228285f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/afdc0212e228285f","status":"passed","time":{"start":1728597720386,"stop":1728597720386,"duration":0}},{"uid":"f1fd318641acb1d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1fd318641acb1d1","status":"passed","time":{"start":1728596939485,"stop":1728596939485,"duration":0}}]},"tags":[]},"source":"a2660683e8967b82.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9cea21dcedd17365.json b/7588/data/test-cases/a2687993981cf46a.json similarity index 88% rename from 7556/data/test-cases/9cea21dcedd17365.json rename to 7588/data/test-cases/a2687993981cf46a.json index 2749544ca55..2359acebd84 100644 --- a/7556/data/test-cases/9cea21dcedd17365.json +++ b/7588/data/test-cases/a2687993981cf46a.json @@ -1 +1 @@ -{"uid":"9cea21dcedd17365","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":1728457510463,"stop":1728457510463,"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":6,"unknown":0,"total":6},"items":[{"uid":"3bf5430560eace9d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/3bf5430560eace9d","status":"passed","time":{"start":1728456448220,"stop":1728456448221,"duration":1}},{"uid":"688085adc7686256","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/688085adc7686256","status":"passed","time":{"start":1728456195708,"stop":1728456195709,"duration":1}},{"uid":"2b02979ad71b0e9f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/2b02979ad71b0e9f","status":"passed","time":{"start":1728456166714,"stop":1728456166714,"duration":0}},{"uid":"dce6b21db0b85c7","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/dce6b21db0b85c7","status":"passed","time":{"start":1728455516744,"stop":1728455516745,"duration":1}},{"uid":"4b4414b30e9fcd8e","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/4b4414b30e9fcd8e","status":"passed","time":{"start":1728452508950,"stop":1728452508950,"duration":0}}]},"tags":[]},"source":"9cea21dcedd17365.json","parameterValues":[]} \ No newline at end of file +{"uid":"a2687993981cf46a","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":1729034631263,"stop":1729034631263,"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":15,"unknown":0,"total":15},"items":[{"uid":"7eaad572ad8881ce","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7eaad572ad8881ce","status":"passed","time":{"start":1729034400899,"stop":1729034400902,"duration":3}},{"uid":"5e3b8ebdc99c8809","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5e3b8ebdc99c8809","status":"passed","time":{"start":1729034317497,"stop":1729034317498,"duration":1}},{"uid":"8c42e7f1fbe406b6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8c42e7f1fbe406b6","status":"passed","time":{"start":1729034137156,"stop":1729034137156,"duration":0}},{"uid":"d2a4c8d204e3b3d8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2a4c8d204e3b3d8","status":"passed","time":{"start":1729032206888,"stop":1729032206888,"duration":0}},{"uid":"ad530c79b18558e9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ad530c79b18558e9","status":"passed","time":{"start":1728901995035,"stop":1728901995035,"duration":0}},{"uid":"d24a270fde5d2a6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d24a270fde5d2a6f","status":"passed","time":{"start":1728893421009,"stop":1728893421009,"duration":0}},{"uid":"6c6ac825a3be21dd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c6ac825a3be21dd","status":"passed","time":{"start":1728856368610,"stop":1728856368610,"duration":0}},{"uid":"ff50a99925946101","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff50a99925946101","status":"passed","time":{"start":1728738604692,"stop":1728738604692,"duration":0}},{"uid":"d518a9e3c737c5b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d518a9e3c737c5b","status":"passed","time":{"start":1728683117675,"stop":1728683117675,"duration":0}},{"uid":"e498e414e661c360","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e498e414e661c360","status":"passed","time":{"start":1728682721326,"stop":1728682721327,"duration":1}},{"uid":"9f2f5809cb8be571","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f2f5809cb8be571","status":"passed","time":{"start":1728677184694,"stop":1728677184694,"duration":0}},{"uid":"515a8856772a9a6d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/515a8856772a9a6d","status":"passed","time":{"start":1728669866477,"stop":1728669866478,"duration":1}},{"uid":"a8884ae30a52e402","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8884ae30a52e402","status":"passed","time":{"start":1728598250013,"stop":1728598250013,"duration":0}},{"uid":"e3f72ec1adfb2a0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3f72ec1adfb2a0d","status":"passed","time":{"start":1728597472309,"stop":1728597472309,"duration":0}}]},"tags":[]},"source":"a2687993981cf46a.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/55bf25ced839e4de.json b/7588/data/test-cases/a2f086f523122482.json similarity index 88% rename from 7556/data/test-cases/55bf25ced839e4de.json rename to 7588/data/test-cases/a2f086f523122482.json index f81fbe18509..7b904ff1e1c 100644 --- a/7556/data/test-cases/55bf25ced839e4de.json +++ b/7588/data/test-cases/a2f086f523122482.json @@ -1 +1 @@ -{"uid":"55bf25ced839e4de","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":1728457510449,"stop":1728457510449,"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":6,"unknown":0,"total":6},"items":[{"uid":"d1e1d71dffff6037","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/d1e1d71dffff6037","status":"passed","time":{"start":1728456448207,"stop":1728456448208,"duration":1}},{"uid":"25a971dd81903313","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/25a971dd81903313","status":"passed","time":{"start":1728456195699,"stop":1728456195700,"duration":1}},{"uid":"899cbd6c3f20c375","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/899cbd6c3f20c375","status":"passed","time":{"start":1728456166708,"stop":1728456166708,"duration":0}},{"uid":"a317933ac26374a8","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a317933ac26374a8","status":"passed","time":{"start":1728455516728,"stop":1728455516729,"duration":1}},{"uid":"cbfeeb14325af443","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/cbfeeb14325af443","status":"passed","time":{"start":1728452508944,"stop":1728452508945,"duration":1}}]},"tags":[]},"source":"55bf25ced839e4de.json","parameterValues":[]} \ No newline at end of file +{"uid":"a2f086f523122482","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":1729034631255,"stop":1729034631256,"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":15,"unknown":0,"total":15},"items":[{"uid":"eeb64760fb187c41","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/eeb64760fb187c41","status":"passed","time":{"start":1729034400892,"stop":1729034400893,"duration":1}},{"uid":"1f5f8fab0c7014b1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1f5f8fab0c7014b1","status":"passed","time":{"start":1729034317462,"stop":1729034317462,"duration":0}},{"uid":"9ec1bffba5338d2d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ec1bffba5338d2d","status":"passed","time":{"start":1729034137144,"stop":1729034137144,"duration":0}},{"uid":"26fa70e2e8c33130","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/26fa70e2e8c33130","status":"passed","time":{"start":1729032206878,"stop":1729032206878,"duration":0}},{"uid":"fa8b45549288afb8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fa8b45549288afb8","status":"passed","time":{"start":1728901995024,"stop":1728901995024,"duration":0}},{"uid":"ebc00df87595d54f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ebc00df87595d54f","status":"passed","time":{"start":1728893420998,"stop":1728893421000,"duration":2}},{"uid":"818dfeb5d37a89e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/818dfeb5d37a89e","status":"passed","time":{"start":1728856368599,"stop":1728856368599,"duration":0}},{"uid":"71ad835f1bf8a066","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/71ad835f1bf8a066","status":"passed","time":{"start":1728738604684,"stop":1728738604684,"duration":0}},{"uid":"e25e79de25e60ae8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e25e79de25e60ae8","status":"passed","time":{"start":1728683117633,"stop":1728683117638,"duration":5}},{"uid":"dc484ef7d1bfe14b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dc484ef7d1bfe14b","status":"passed","time":{"start":1728682721320,"stop":1728682721320,"duration":0}},{"uid":"87210c610911170a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87210c610911170a","status":"passed","time":{"start":1728677184686,"stop":1728677184686,"duration":0}},{"uid":"7f031ff3fba19c2e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f031ff3fba19c2e","status":"passed","time":{"start":1728669866455,"stop":1728669866455,"duration":0}},{"uid":"5735b3edeb308b0d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5735b3edeb308b0d","status":"passed","time":{"start":1728598249993,"stop":1728598249994,"duration":1}},{"uid":"2d3d9556e729f844","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2d3d9556e729f844","status":"passed","time":{"start":1728597472300,"stop":1728597472300,"duration":0}}]},"tags":[]},"source":"a2f086f523122482.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/54c9e3dfc0ea609a.json b/7588/data/test-cases/a44d22cc32c1f22e.json similarity index 68% rename from 7556/data/test-cases/54c9e3dfc0ea609a.json rename to 7588/data/test-cases/a44d22cc32c1f22e.json index b0d119508a5..b83f693edea 100644 --- a/7556/data/test-cases/54c9e3dfc0ea609a.json +++ b/7588/data/test-cases/a44d22cc32c1f22e.json @@ -1 +1 @@ -{"uid":"54c9e3dfc0ea609a","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":1728457498412,"stop":1728457498412,"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":6,"unknown":0,"total":6},"items":[{"uid":"6638e39ce6b25b6f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/6638e39ce6b25b6f","status":"passed","time":{"start":1728456453423,"stop":1728456453425,"duration":2}},{"uid":"ddb8d05c3d462c3a","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ddb8d05c3d462c3a","status":"passed","time":{"start":1728456219581,"stop":1728456219581,"duration":0}},{"uid":"e4cf35033054625a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e4cf35033054625a","status":"passed","time":{"start":1728456142724,"stop":1728456142725,"duration":1}},{"uid":"5ca4f1f2d4e9846","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/5ca4f1f2d4e9846","status":"passed","time":{"start":1728455503656,"stop":1728455503657,"duration":1}},{"uid":"e56a25c11d41c16c","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/e56a25c11d41c16c","status":"passed","time":{"start":1728452472489,"stop":1728452472489,"duration":0}}]},"tags":[]},"source":"54c9e3dfc0ea609a.json","parameterValues":[]} \ No newline at end of file +{"uid":"a44d22cc32c1f22e","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":1729034655443,"stop":1729034655443,"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":15,"unknown":0,"total":15},"items":[{"uid":"259c40916471e65f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/259c40916471e65f","status":"passed","time":{"start":1729034425377,"stop":1729034425378,"duration":1}},{"uid":"3eb0e5429a53b377","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3eb0e5429a53b377","status":"passed","time":{"start":1729034346109,"stop":1729034346109,"duration":0}},{"uid":"6681a50f32a14027","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6681a50f32a14027","status":"passed","time":{"start":1729034162415,"stop":1729034162416,"duration":1}},{"uid":"d069ab7dd3ac4b46","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d069ab7dd3ac4b46","status":"passed","time":{"start":1729032197326,"stop":1729032197327,"duration":1}},{"uid":"8b458b87e0ffa2f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8b458b87e0ffa2f","status":"passed","time":{"start":1728901899716,"stop":1728901899716,"duration":0}},{"uid":"992f70a8529a8fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/992f70a8529a8fb","status":"passed","time":{"start":1728893334924,"stop":1728893334924,"duration":0}},{"uid":"8ea19aea8751be85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8ea19aea8751be85","status":"passed","time":{"start":1728856288018,"stop":1728856288019,"duration":1}},{"uid":"8282fc2f81a0309c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8282fc2f81a0309c","status":"passed","time":{"start":1728738501690,"stop":1728738501690,"duration":0}},{"uid":"332db24438ed3949","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/332db24438ed3949","status":"passed","time":{"start":1728683044488,"stop":1728683044489,"duration":1}},{"uid":"f64a1c64a5809832","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f64a1c64a5809832","status":"passed","time":{"start":1728682619635,"stop":1728682619635,"duration":0}},{"uid":"7c390fe70751bb22","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c390fe70751bb22","status":"passed","time":{"start":1728677104186,"stop":1728677104187,"duration":1}},{"uid":"21eafe13aef35075","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/21eafe13aef35075","status":"passed","time":{"start":1728669759888,"stop":1728669759888,"duration":0}},{"uid":"2f372bed5be8339a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2f372bed5be8339a","status":"passed","time":{"start":1728598164491,"stop":1728598164492,"duration":1}},{"uid":"d51011b3b67f496e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d51011b3b67f496e","status":"passed","time":{"start":1728597385268,"stop":1728597385269,"duration":1}}]},"tags":[]},"source":"a44d22cc32c1f22e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/677a25d630468fcc.json b/7588/data/test-cases/a451b8b426ef7bdd.json similarity index 87% rename from 7556/data/test-cases/677a25d630468fcc.json rename to 7588/data/test-cases/a451b8b426ef7bdd.json index 0aa67b1845f..f7f896ab3de 100644 --- a/7556/data/test-cases/677a25d630468fcc.json +++ b/7588/data/test-cases/a451b8b426ef7bdd.json @@ -1 +1 @@ -{"uid":"677a25d630468fcc","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":1728457473516,"stop":1728457473516,"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":6,"unknown":0,"total":6},"items":[{"uid":"9dff253e4aacf7e3","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/9dff253e4aacf7e3","status":"passed","time":{"start":1728456428362,"stop":1728456428363,"duration":1}},{"uid":"2077b3e809a8f91e","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/2077b3e809a8f91e","status":"passed","time":{"start":1728456157796,"stop":1728456157797,"duration":1}},{"uid":"2398d903d388878a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/2398d903d388878a","status":"passed","time":{"start":1728456063536,"stop":1728456063536,"duration":0}},{"uid":"c93caba4014fa681","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c93caba4014fa681","status":"passed","time":{"start":1728455422513,"stop":1728455422525,"duration":12}},{"uid":"72efb080c77184f9","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/72efb080c77184f9","status":"passed","time":{"start":1728452417654,"stop":1728452417654,"duration":0}}]},"tags":[]},"source":"677a25d630468fcc.json","parameterValues":[]} \ No newline at end of file +{"uid":"a451b8b426ef7bdd","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":1729034617755,"stop":1729034617756,"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":15,"unknown":0,"total":15},"items":[{"uid":"80b98d76396c8bb6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/80b98d76396c8bb6","status":"passed","time":{"start":1729034370864,"stop":1729034370864,"duration":0}},{"uid":"efb33cca0ec6b775","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/efb33cca0ec6b775","status":"passed","time":{"start":1729034308863,"stop":1729034308863,"duration":0}},{"uid":"29af7bcdad211c66","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/29af7bcdad211c66","status":"passed","time":{"start":1729034129471,"stop":1729034129472,"duration":1}},{"uid":"9298b318f140a183","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9298b318f140a183","status":"passed","time":{"start":1729032178365,"stop":1729032178365,"duration":0}},{"uid":"3ab097147bf4fccd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3ab097147bf4fccd","status":"passed","time":{"start":1728901896344,"stop":1728901896344,"duration":0}},{"uid":"df1028b5577ddcf9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/df1028b5577ddcf9","status":"passed","time":{"start":1728893329022,"stop":1728893329022,"duration":0}},{"uid":"acc9263a4f88f271","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acc9263a4f88f271","status":"passed","time":{"start":1728856284759,"stop":1728856284760,"duration":1}},{"uid":"f7a4723dda0a628d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f7a4723dda0a628d","status":"passed","time":{"start":1728738494936,"stop":1728738494937,"duration":1}},{"uid":"680240bf97e9a9fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/680240bf97e9a9fd","status":"passed","time":{"start":1728683033629,"stop":1728683033629,"duration":0}},{"uid":"4dd8e1fa63bc3372","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4dd8e1fa63bc3372","status":"passed","time":{"start":1728682601733,"stop":1728682601734,"duration":1}},{"uid":"4aad8bdbddbbe46f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4aad8bdbddbbe46f","status":"passed","time":{"start":1728677107959,"stop":1728677107959,"duration":0}},{"uid":"ff989f1117fc29da","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff989f1117fc29da","status":"passed","time":{"start":1728669764748,"stop":1728669764748,"duration":0}},{"uid":"4e1b5dec0d9223cc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4e1b5dec0d9223cc","status":"passed","time":{"start":1728598157559,"stop":1728598157559,"duration":0}},{"uid":"bdf929ecb7a7d0c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bdf929ecb7a7d0c6","status":"passed","time":{"start":1728597369058,"stop":1728597369058,"duration":0}}]},"tags":[]},"source":"a451b8b426ef7bdd.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/a680b2d37e4238a6.json b/7588/data/test-cases/a47a22cb1bafa50e.json similarity index 83% rename from 7556/data/test-cases/a680b2d37e4238a6.json rename to 7588/data/test-cases/a47a22cb1bafa50e.json index a54aa1c26c2..d41a3cd0c7d 100644 --- a/7556/data/test-cases/a680b2d37e4238a6.json +++ b/7588/data/test-cases/a47a22cb1bafa50e.json @@ -1 +1 @@ -{"uid":"a680b2d37e4238a6","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":1728457448602,"stop":1728457448603,"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":6,"unknown":0,"total":6},"items":[{"uid":"bcd4986308c8845d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/bcd4986308c8845d","status":"passed","time":{"start":1728456402344,"stop":1728456402345,"duration":1}},{"uid":"f1aeb4aa1ae8d83b","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f1aeb4aa1ae8d83b","status":"passed","time":{"start":1728456120407,"stop":1728456120407,"duration":0}},{"uid":"d98c6df8702a8bc","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/d98c6df8702a8bc","status":"passed","time":{"start":1728456038357,"stop":1728456038357,"duration":0}},{"uid":"da8cf3d39b66a556","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/da8cf3d39b66a556","status":"passed","time":{"start":1728455403805,"stop":1728455403806,"duration":1}},{"uid":"f5c557886ab54556","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f5c557886ab54556","status":"passed","time":{"start":1728452400256,"stop":1728452400257,"duration":1}}]},"tags":[]},"source":"a680b2d37e4238a6.json","parameterValues":[]} \ No newline at end of file +{"uid":"a47a22cb1bafa50e","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":1729034611649,"stop":1729034611650,"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":15,"unknown":0,"total":15},"items":[{"uid":"a5f7dc6951b6b412","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a5f7dc6951b6b412","status":"passed","time":{"start":1729034393625,"stop":1729034393625,"duration":0}},{"uid":"270c843cb2f3675d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/270c843cb2f3675d","status":"passed","time":{"start":1729034304793,"stop":1729034304797,"duration":4}},{"uid":"90d65debab2f9c9a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/90d65debab2f9c9a","status":"passed","time":{"start":1729034121876,"stop":1729034121876,"duration":0}},{"uid":"962a781c0418319c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/962a781c0418319c","status":"passed","time":{"start":1729032174795,"stop":1729032174795,"duration":0}},{"uid":"1bd9305018673a7e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1bd9305018673a7e","status":"passed","time":{"start":1728901881001,"stop":1728901881002,"duration":1}},{"uid":"aac596b2439f0589","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aac596b2439f0589","status":"passed","time":{"start":1728893317129,"stop":1728893317130,"duration":1}},{"uid":"167721987c54e9e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/167721987c54e9e2","status":"passed","time":{"start":1728856263063,"stop":1728856263063,"duration":0}},{"uid":"ab0489f9ed6e0ea3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ab0489f9ed6e0ea3","status":"passed","time":{"start":1728738492781,"stop":1728738492782,"duration":1}},{"uid":"f7532361eaa3aa92","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f7532361eaa3aa92","status":"passed","time":{"start":1728683030006,"stop":1728683030006,"duration":0}},{"uid":"985c4193ee65b8b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/985c4193ee65b8b4","status":"passed","time":{"start":1728682581061,"stop":1728682581062,"duration":1}},{"uid":"ed206f77364baa92","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ed206f77364baa92","status":"passed","time":{"start":1728677081981,"stop":1728677081982,"duration":1}},{"uid":"8efd18c0e48462b7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8efd18c0e48462b7","status":"passed","time":{"start":1728669795382,"stop":1728669795382,"duration":0}},{"uid":"9ba8bb9a57afef16","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9ba8bb9a57afef16","status":"passed","time":{"start":1728598137490,"stop":1728598137490,"duration":0}},{"uid":"7e2d4287bfa06381","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7e2d4287bfa06381","status":"passed","time":{"start":1728597353470,"stop":1728597353470,"duration":0}}]},"tags":[]},"source":"a47a22cb1bafa50e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/bf119228cc6368ef.json b/7588/data/test-cases/a4846dce26d31087.json similarity index 88% rename from 7556/data/test-cases/bf119228cc6368ef.json rename to 7588/data/test-cases/a4846dce26d31087.json index 52b00a1c3d2..44504e70edd 100644 --- a/7556/data/test-cases/bf119228cc6368ef.json +++ b/7588/data/test-cases/a4846dce26d31087.json @@ -1 +1 @@ -{"uid":"bf119228cc6368ef","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":1728457473528,"stop":1728457473528,"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":6,"unknown":0,"total":6},"items":[{"uid":"a21fcca4d6085ca1","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a21fcca4d6085ca1","status":"passed","time":{"start":1728456428376,"stop":1728456428378,"duration":2}},{"uid":"99acfa9bb5891485","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/99acfa9bb5891485","status":"passed","time":{"start":1728456157804,"stop":1728456157805,"duration":1}},{"uid":"a26f3a53fb188dee","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/a26f3a53fb188dee","status":"passed","time":{"start":1728456063544,"stop":1728456063546,"duration":2}},{"uid":"1ca87ff9094201ee","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/1ca87ff9094201ee","status":"passed","time":{"start":1728455422540,"stop":1728455422540,"duration":0}},{"uid":"dfadfebd1a36290d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/dfadfebd1a36290d","status":"passed","time":{"start":1728452417662,"stop":1728452417662,"duration":0}}]},"tags":[]},"source":"bf119228cc6368ef.json","parameterValues":[]} \ No newline at end of file +{"uid":"a4846dce26d31087","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":1729034617764,"stop":1729034617764,"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":15,"unknown":0,"total":15},"items":[{"uid":"e08095cd491064d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e08095cd491064d1","status":"passed","time":{"start":1729034370886,"stop":1729034370886,"duration":0}},{"uid":"a2adac7b5915e506","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a2adac7b5915e506","status":"passed","time":{"start":1729034308881,"stop":1729034308882,"duration":1}},{"uid":"26d6d733b4d0e8fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/26d6d733b4d0e8fa","status":"passed","time":{"start":1729034129477,"stop":1729034129477,"duration":0}},{"uid":"201f45709831e40e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/201f45709831e40e","status":"passed","time":{"start":1729032178371,"stop":1729032178372,"duration":1}},{"uid":"4981dc6e1423e1e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4981dc6e1423e1e","status":"passed","time":{"start":1728901896351,"stop":1728901896351,"duration":0}},{"uid":"9eba5f2bfffc1bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9eba5f2bfffc1bf","status":"passed","time":{"start":1728893329029,"stop":1728893329029,"duration":0}},{"uid":"62e753dfd87b3a51","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62e753dfd87b3a51","status":"passed","time":{"start":1728856284768,"stop":1728856284768,"duration":0}},{"uid":"edbb75125190d55b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edbb75125190d55b","status":"passed","time":{"start":1728738494945,"stop":1728738494945,"duration":0}},{"uid":"b81b2d6e2a3944d8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b81b2d6e2a3944d8","status":"passed","time":{"start":1728683033635,"stop":1728683033635,"duration":0}},{"uid":"8f5e9e143de2ee46","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8f5e9e143de2ee46","status":"passed","time":{"start":1728682601739,"stop":1728682601740,"duration":1}},{"uid":"148b87beb764b124","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/148b87beb764b124","status":"passed","time":{"start":1728677107964,"stop":1728677107973,"duration":9}},{"uid":"9c5c0b4e79c05e66","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c5c0b4e79c05e66","status":"passed","time":{"start":1728669764754,"stop":1728669764755,"duration":1}},{"uid":"646bb039a9f572e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/646bb039a9f572e9","status":"passed","time":{"start":1728598157566,"stop":1728598157566,"duration":0}},{"uid":"bc6694ea07afe768","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc6694ea07afe768","status":"passed","time":{"start":1728597369076,"stop":1728597369077,"duration":1}}]},"tags":[]},"source":"a4846dce26d31087.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c4564b03e48f5f6e.json b/7588/data/test-cases/a5993a912345546d.json similarity index 51% rename from 7556/data/test-cases/c4564b03e48f5f6e.json rename to 7588/data/test-cases/a5993a912345546d.json index 9bc339d890c..9899e6a28d6 100644 --- a/7556/data/test-cases/c4564b03e48f5f6e.json +++ b/7588/data/test-cases/a5993a912345546d.json @@ -1 +1 @@ -{"uid":"c4564b03e48f5f6e","name":"should wait for Store peer to be connected","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should wait for Store peer to be connected","historyId":"6b705ff319ca5af049d9bd4b1ccb4ea4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457186699,"stop":1728457186700,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"a7520028551891c1","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a7520028551891c1","status":"passed","time":{"start":1728456158946,"stop":1728456158947,"duration":1}},{"uid":"15d08026bac3aa38","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/15d08026bac3aa38","status":"passed","time":{"start":1728455843440,"stop":1728455843440,"duration":0}},{"uid":"f7d1e19141a72d8f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/f7d1e19141a72d8f","status":"passed","time":{"start":1728455594861,"stop":1728455594861,"duration":0}},{"uid":"1a845441e2c1d995","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/1a845441e2c1d995","status":"passed","time":{"start":1728454955432,"stop":1728454955432,"duration":0}},{"uid":"8405f7cd850a07f1","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/8405f7cd850a07f1","status":"passed","time":{"start":1728451965410,"stop":1728451965410,"duration":0}}]},"tags":[]},"source":"c4564b03e48f5f6e.json","parameterValues":[]} \ No newline at end of file +{"uid":"a5993a912345546d","name":"should wait for Store peer to be connected","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should wait for Store peer to be connected","historyId":"6b705ff319ca5af049d9bd4b1ccb4ea4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373012,"stop":1729034373012,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"83ad6987dd2166c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/83ad6987dd2166c","status":"passed","time":{"start":1729034137117,"stop":1729034137118,"duration":1}},{"uid":"8539d53e2a54f9dc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8539d53e2a54f9dc","status":"passed","time":{"start":1729034060047,"stop":1729034060047,"duration":0}},{"uid":"831fbf155c9a84a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/831fbf155c9a84a3","status":"passed","time":{"start":1729033875029,"stop":1729033875030,"duration":1}},{"uid":"a3041231e33fd6e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3041231e33fd6e0","status":"passed","time":{"start":1729031924910,"stop":1729031924911,"duration":1}},{"uid":"325f1e8d8025b993","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/325f1e8d8025b993","status":"passed","time":{"start":1728901469137,"stop":1728901469137,"duration":0}},{"uid":"73b0c6de0a079ab9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73b0c6de0a079ab9","status":"passed","time":{"start":1728892899802,"stop":1728892899802,"duration":0}},{"uid":"3f1820537422a5a7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3f1820537422a5a7","status":"passed","time":{"start":1728855863298,"stop":1728855863298,"duration":0}},{"uid":"18dec91ccfb3b7e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/18dec91ccfb3b7e6","status":"passed","time":{"start":1728738080959,"stop":1728738080959,"duration":0}},{"uid":"7ca7a0ea0a30d19c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ca7a0ea0a30d19c","status":"passed","time":{"start":1728682614318,"stop":1728682614318,"duration":0}},{"uid":"99bf4a30b530c985","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99bf4a30b530c985","status":"passed","time":{"start":1728682187223,"stop":1728682187223,"duration":0}},{"uid":"ab4ffde9fb790c86","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ab4ffde9fb790c86","status":"passed","time":{"start":1728676661424,"stop":1728676661425,"duration":1}},{"uid":"ace51775ead251c4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ace51775ead251c4","status":"passed","time":{"start":1728669384755,"stop":1728669384756,"duration":1}},{"uid":"6d3af387919888c4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6d3af387919888c4","status":"passed","time":{"start":1728597724213,"stop":1728597724213,"duration":0}},{"uid":"3f15ff76afb1b6d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f15ff76afb1b6d","status":"passed","time":{"start":1728596943267,"stop":1728596943267,"duration":0}}]},"tags":[]},"source":"a5993a912345546d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/10372e6135b04b06.json b/7588/data/test-cases/a5eaaa30256ee13a.json similarity index 83% rename from 7556/data/test-cases/10372e6135b04b06.json rename to 7588/data/test-cases/a5eaaa30256ee13a.json index 4e6894cf948..af96fa99a78 100644 --- a/7556/data/test-cases/10372e6135b04b06.json +++ b/7588/data/test-cases/a5eaaa30256ee13a.json @@ -1 +1 @@ -{"uid":"10372e6135b04b06","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":1728457448612,"stop":1728457448612,"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":6,"unknown":0,"total":6},"items":[{"uid":"b10bdc112a44084","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/b10bdc112a44084","status":"passed","time":{"start":1728456402371,"stop":1728456402374,"duration":3}},{"uid":"9a8a5b8a9fca0190","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/9a8a5b8a9fca0190","status":"passed","time":{"start":1728456120425,"stop":1728456120426,"duration":1}},{"uid":"cec57dff1ca419b3","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/cec57dff1ca419b3","status":"passed","time":{"start":1728456038365,"stop":1728456038366,"duration":1}},{"uid":"adf07bec59ffcf1b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/adf07bec59ffcf1b","status":"passed","time":{"start":1728455403818,"stop":1728455403819,"duration":1}},{"uid":"4771fac3e565cf4b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/4771fac3e565cf4b","status":"passed","time":{"start":1728452400280,"stop":1728452400280,"duration":0}}]},"tags":[]},"source":"10372e6135b04b06.json","parameterValues":[]} \ No newline at end of file +{"uid":"a5eaaa30256ee13a","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":1729034611660,"stop":1729034611661,"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":15,"unknown":0,"total":15},"items":[{"uid":"f33fa281e377ea65","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f33fa281e377ea65","status":"passed","time":{"start":1729034393638,"stop":1729034393639,"duration":1}},{"uid":"4c0f1e8fd71bfc13","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c0f1e8fd71bfc13","status":"passed","time":{"start":1729034304833,"stop":1729034304834,"duration":1}},{"uid":"71b6e70e9e57fda8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/71b6e70e9e57fda8","status":"passed","time":{"start":1729034121899,"stop":1729034121900,"duration":1}},{"uid":"1b0660b911dcdc0a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1b0660b911dcdc0a","status":"passed","time":{"start":1729032174809,"stop":1729032174809,"duration":0}},{"uid":"9bce83757e6208b4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9bce83757e6208b4","status":"passed","time":{"start":1728901881009,"stop":1728901881009,"duration":0}},{"uid":"b490fea920d816f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b490fea920d816f3","status":"passed","time":{"start":1728893317155,"stop":1728893317155,"duration":0}},{"uid":"4815a1d9ff303e39","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4815a1d9ff303e39","status":"passed","time":{"start":1728856263079,"stop":1728856263079,"duration":0}},{"uid":"4f4a37a6deba277a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4f4a37a6deba277a","status":"passed","time":{"start":1728738492795,"stop":1728738492795,"duration":0}},{"uid":"f3147a0df2ba4716","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3147a0df2ba4716","status":"passed","time":{"start":1728683030017,"stop":1728683030018,"duration":1}},{"uid":"feef9f9c9a812d34","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/feef9f9c9a812d34","status":"passed","time":{"start":1728682581097,"stop":1728682581097,"duration":0}},{"uid":"8085e07d863fa623","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8085e07d863fa623","status":"passed","time":{"start":1728677081990,"stop":1728677081990,"duration":0}},{"uid":"d34ef596c0c51c64","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d34ef596c0c51c64","status":"passed","time":{"start":1728669795391,"stop":1728669795391,"duration":0}},{"uid":"74441241b0a011d5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74441241b0a011d5","status":"passed","time":{"start":1728598137500,"stop":1728598137500,"duration":0}},{"uid":"6701f1414538d227","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6701f1414538d227","status":"passed","time":{"start":1728597353477,"stop":1728597353477,"duration":0}}]},"tags":[]},"source":"a5eaaa30256ee13a.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/a647c4f1e59ee489.json b/7588/data/test-cases/a647c4f1e59ee489.json new file mode 100644 index 00000000000..b29dd0a93ee --- /dev/null +++ b/7588/data/test-cases/a647c4f1e59ee489.json @@ -0,0 +1 @@ +{"uid":"a647c4f1e59ee489","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":1729034558120,"stop":1729034558120,"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":14,"unknown":0,"total":14},"items":[{"uid":"7cd13e95b62da368","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7cd13e95b62da368","status":"passed","time":{"start":1729034245522,"stop":1729034245523,"duration":1}},{"uid":"14dd65eadc221420","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14dd65eadc221420","status":"passed","time":{"start":1729034063496,"stop":1729034063497,"duration":1}},{"uid":"bb30f72387485bb7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb30f72387485bb7","status":"passed","time":{"start":1729032122636,"stop":1729032122637,"duration":1}},{"uid":"64225722c7df08de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/64225722c7df08de","status":"passed","time":{"start":1728901785632,"stop":1728901785637,"duration":5}},{"uid":"1e77a2b209a6e314","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e77a2b209a6e314","status":"passed","time":{"start":1728893218774,"stop":1728893218775,"duration":1}},{"uid":"a059e19553424700","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a059e19553424700","status":"passed","time":{"start":1728856192661,"stop":1728856192661,"duration":0}},{"uid":"feea426c539d2f5e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/feea426c539d2f5e","status":"passed","time":{"start":1728738398087,"stop":1728738398087,"duration":0}},{"uid":"fc40c740fa1a7d40","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fc40c740fa1a7d40","status":"passed","time":{"start":1728682944509,"stop":1728682944509,"duration":0}},{"uid":"7406c9f2f9a465be","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7406c9f2f9a465be","status":"passed","time":{"start":1728682507862,"stop":1728682507862,"duration":0}},{"uid":"b874ce7f4267b718","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b874ce7f4267b718","status":"passed","time":{"start":1728676995528,"stop":1728676995528,"duration":0}},{"uid":"4f12190619ef2fa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4f12190619ef2fa","status":"passed","time":{"start":1728669665536,"stop":1728669665537,"duration":1}},{"uid":"68c7b665ded91f33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68c7b665ded91f33","status":"passed","time":{"start":1728598056480,"stop":1728598056480,"duration":0}},{"uid":"92f72beed795b1ce","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92f72beed795b1ce","status":"passed","time":{"start":1728597264029,"stop":1728597264029,"duration":0}}]},"tags":[]},"source":"a647c4f1e59ee489.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/a6c430a42026286.json b/7588/data/test-cases/a6c430a42026286.json new file mode 100644 index 00000000000..ef41a7e58f4 --- /dev/null +++ b/7588/data/test-cases/a6c430a42026286.json @@ -0,0 +1 @@ +{"uid":"a6c430a42026286","name":"should reject if Relay is requested but not mounted","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should reject if Relay is requested but not mounted","historyId":"53cba973e845f8509d0e3f6fc7bf7170:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373009,"stop":1729034373009,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fb75863e4f86d41f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fb75863e4f86d41f","status":"passed","time":{"start":1729034137111,"stop":1729034137112,"duration":1}},{"uid":"d9b989b49e4e203e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d9b989b49e4e203e","status":"passed","time":{"start":1729034060044,"stop":1729034060044,"duration":0}},{"uid":"d0d4451bba380693","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0d4451bba380693","status":"passed","time":{"start":1729033875026,"stop":1729033875026,"duration":0}},{"uid":"30ca24b02210702","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30ca24b02210702","status":"passed","time":{"start":1729031924907,"stop":1729031924907,"duration":0}},{"uid":"7298636e14a778b9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7298636e14a778b9","status":"passed","time":{"start":1728901469134,"stop":1728901469134,"duration":0}},{"uid":"4421ef7539aa50fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4421ef7539aa50fb","status":"passed","time":{"start":1728892899799,"stop":1728892899799,"duration":0}},{"uid":"b841f593adfda70c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b841f593adfda70c","status":"passed","time":{"start":1728855863295,"stop":1728855863296,"duration":1}},{"uid":"1e573b1d7f323006","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1e573b1d7f323006","status":"passed","time":{"start":1728738080955,"stop":1728738080955,"duration":0}},{"uid":"202b770e640cd022","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/202b770e640cd022","status":"passed","time":{"start":1728682614315,"stop":1728682614315,"duration":0}},{"uid":"8df124093b0f5664","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8df124093b0f5664","status":"passed","time":{"start":1728682187219,"stop":1728682187220,"duration":1}},{"uid":"a45b7baa3f37bc18","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a45b7baa3f37bc18","status":"passed","time":{"start":1728676661419,"stop":1728676661420,"duration":1}},{"uid":"ebdeb0d3d06574c3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebdeb0d3d06574c3","status":"passed","time":{"start":1728669384752,"stop":1728669384752,"duration":0}},{"uid":"7436a33b5bebd3b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7436a33b5bebd3b5","status":"passed","time":{"start":1728597724209,"stop":1728597724210,"duration":1}},{"uid":"c6f50314cadffb09","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c6f50314cadffb09","status":"passed","time":{"start":1728596943262,"stop":1728596943263,"duration":1}}]},"tags":[]},"source":"a6c430a42026286.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/a717d062f11540aa.json b/7588/data/test-cases/a717d062f11540aa.json new file mode 100644 index 00000000000..d3371a996c9 --- /dev/null +++ b/7588/data/test-cases/a717d062f11540aa.json @@ -0,0 +1 @@ +{"uid":"a717d062f11540aa","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":1729034332642,"stop":1729034332643,"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":15,"unknown":0,"total":15},"items":[{"uid":"d1304a82f28833d6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d1304a82f28833d6","status":"passed","time":{"start":1729034096140,"stop":1729034096140,"duration":0}},{"uid":"c3593f73ebcbd640","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c3593f73ebcbd640","status":"passed","time":{"start":1729034020096,"stop":1729034020097,"duration":1}},{"uid":"d0db4921007edbc5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0db4921007edbc5","status":"passed","time":{"start":1729033834393,"stop":1729033834393,"duration":0}},{"uid":"503e0d5d907ec035","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/503e0d5d907ec035","status":"passed","time":{"start":1729031884127,"stop":1729031884127,"duration":0}},{"uid":"42ad6517a82e7b62","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/42ad6517a82e7b62","status":"passed","time":{"start":1728901430260,"stop":1728901430260,"duration":0}},{"uid":"253ae8f23d1318f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/253ae8f23d1318f3","status":"passed","time":{"start":1728892860539,"stop":1728892860539,"duration":0}},{"uid":"dd5f70febe14db0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dd5f70febe14db0f","status":"passed","time":{"start":1728855823328,"stop":1728855823328,"duration":0}},{"uid":"2d311a98e70b55da","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2d311a98e70b55da","status":"passed","time":{"start":1728738040609,"stop":1728738040609,"duration":0}},{"uid":"11024b825d278403","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/11024b825d278403","status":"passed","time":{"start":1728682574100,"stop":1728682574100,"duration":0}},{"uid":"9453b99b2a7aafb9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9453b99b2a7aafb9","status":"passed","time":{"start":1728682146824,"stop":1728682146824,"duration":0}},{"uid":"ed6e854635bf5dd1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ed6e854635bf5dd1","status":"passed","time":{"start":1728676621439,"stop":1728676621439,"duration":0}},{"uid":"61a1af0bf3f75e5f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/61a1af0bf3f75e5f","status":"passed","time":{"start":1728669344473,"stop":1728669344474,"duration":1}},{"uid":"fe931a253a5a8224","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fe931a253a5a8224","status":"passed","time":{"start":1728597685169,"stop":1728597685169,"duration":0}},{"uid":"bc0830ebe44db961","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc0830ebe44db961","status":"passed","time":{"start":1728596904477,"stop":1728596904477,"duration":0}}]},"tags":[]},"source":"a717d062f11540aa.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/31d9f70ed90a826d.json b/7588/data/test-cases/a7ddf2c0394c8cbd.json similarity index 85% rename from 7556/data/test-cases/31d9f70ed90a826d.json rename to 7588/data/test-cases/a7ddf2c0394c8cbd.json index 33ffbcf1bda..b3a934586e6 100644 --- a/7556/data/test-cases/31d9f70ed90a826d.json +++ b/7588/data/test-cases/a7ddf2c0394c8cbd.json @@ -1 +1 @@ -{"uid":"31d9f70ed90a826d","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":1728457537133,"stop":1728457537134,"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":6,"unknown":0,"total":6},"items":[{"uid":"295208f8957a5687","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/295208f8957a5687","status":"passed","time":{"start":1728456499102,"stop":1728456499103,"duration":1}},{"uid":"2e5e9cfd85c869cf","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/2e5e9cfd85c869cf","status":"passed","time":{"start":1728456215081,"stop":1728456215091,"duration":10}},{"uid":"8a3c1fb9649858e3","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/8a3c1fb9649858e3","status":"passed","time":{"start":1728456167138,"stop":1728456167138,"duration":0}},{"uid":"48c5f6193fc9dd20","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/48c5f6193fc9dd20","status":"passed","time":{"start":1728455518200,"stop":1728455518200,"duration":0}},{"uid":"e62f0fb98e596c05","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/e62f0fb98e596c05","status":"passed","time":{"start":1728452534887,"stop":1728452534888,"duration":1}}]},"tags":[]},"source":"31d9f70ed90a826d.json","parameterValues":[]} \ No newline at end of file +{"uid":"a7ddf2c0394c8cbd","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":1729034704500,"stop":1729034704500,"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":15,"unknown":0,"total":15},"items":[{"uid":"9fecb1972852136e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9fecb1972852136e","status":"passed","time":{"start":1729034474993,"stop":1729034474993,"duration":0}},{"uid":"573e44fff17c5e32","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/573e44fff17c5e32","status":"passed","time":{"start":1729034395294,"stop":1729034395295,"duration":1}},{"uid":"b014f9caf7bb771c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b014f9caf7bb771c","status":"passed","time":{"start":1729034209105,"stop":1729034209105,"duration":0}},{"uid":"7e989ba4bf0f483e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e989ba4bf0f483e","status":"passed","time":{"start":1729032264573,"stop":1729032264574,"duration":1}},{"uid":"daf99ca75dcb823d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/daf99ca75dcb823d","status":"passed","time":{"start":1728902012866,"stop":1728902012866,"duration":0}},{"uid":"4475ff0fe98f12c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4475ff0fe98f12c4","status":"passed","time":{"start":1728893454816,"stop":1728893454816,"duration":0}},{"uid":"5541e1e735ff9127","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5541e1e735ff9127","status":"passed","time":{"start":1728856408459,"stop":1728856408460,"duration":1}},{"uid":"11144c4e3664b86b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11144c4e3664b86b","status":"passed","time":{"start":1728738633860,"stop":1728738633860,"duration":0}},{"uid":"9bcbe968eff11abe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9bcbe968eff11abe","status":"passed","time":{"start":1728683159791,"stop":1728683159792,"duration":1}},{"uid":"e21606cc39e3f9bc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e21606cc39e3f9bc","status":"passed","time":{"start":1728682751336,"stop":1728682751336,"duration":0}},{"uid":"df67ecc0b6f6432","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/df67ecc0b6f6432","status":"passed","time":{"start":1728677216366,"stop":1728677216367,"duration":1}},{"uid":"a0459f1467b2f239","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a0459f1467b2f239","status":"passed","time":{"start":1728669925458,"stop":1728669925458,"duration":0}},{"uid":"1c2c0bb52f3795b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1c2c0bb52f3795b2","status":"passed","time":{"start":1728598268812,"stop":1728598268812,"duration":0}},{"uid":"4827e8c84611af0e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4827e8c84611af0e","status":"passed","time":{"start":1728597503936,"stop":1728597503937,"duration":1}}]},"tags":[]},"source":"a7ddf2c0394c8cbd.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/a841ec4481a1622c.json b/7588/data/test-cases/a841ec4481a1622c.json new file mode 100644 index 00000000000..45eabb43a9a --- /dev/null +++ b/7588/data/test-cases/a841ec4481a1622c.json @@ -0,0 +1 @@ +{"uid":"a841ec4481a1622c","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":1729034392569,"stop":1729034392569,"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":15,"unknown":0,"total":15},"items":[{"uid":"94a8e54f54255957","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/94a8e54f54255957","status":"passed","time":{"start":1729034155171,"stop":1729034155172,"duration":1}},{"uid":"5856981f6eabfc81","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5856981f6eabfc81","status":"passed","time":{"start":1729034079232,"stop":1729034079233,"duration":1}},{"uid":"bae066ea0937368","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bae066ea0937368","status":"passed","time":{"start":1729033892956,"stop":1729033892956,"duration":0}},{"uid":"1f184c17654de7df","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1f184c17654de7df","status":"passed","time":{"start":1729031943349,"stop":1729031943350,"duration":1}},{"uid":"cf6ea0ecc9a91356","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cf6ea0ecc9a91356","status":"passed","time":{"start":1728901487520,"stop":1728901487520,"duration":0}},{"uid":"1e6902689b8793cc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e6902689b8793cc","status":"passed","time":{"start":1728892920385,"stop":1728892920386,"duration":1}},{"uid":"d9d17c3ea7ede79c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9d17c3ea7ede79c","status":"passed","time":{"start":1728855881507,"stop":1728855881507,"duration":0}},{"uid":"5489a25464cd7353","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5489a25464cd7353","status":"passed","time":{"start":1728738098728,"stop":1728738098729,"duration":1}},{"uid":"4b5b477253e75d0a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4b5b477253e75d0a","status":"passed","time":{"start":1728682632219,"stop":1728682632219,"duration":0}},{"uid":"57b68ab4c5834f09","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/57b68ab4c5834f09","status":"passed","time":{"start":1728682205209,"stop":1728682205209,"duration":0}},{"uid":"81739e12e3567d55","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/81739e12e3567d55","status":"passed","time":{"start":1728676680986,"stop":1728676680987,"duration":1}},{"uid":"728ee257049baed6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/728ee257049baed6","status":"passed","time":{"start":1728669404738,"stop":1728669404739,"duration":1}},{"uid":"8221f7e8a948f1d0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8221f7e8a948f1d0","status":"passed","time":{"start":1728597743845,"stop":1728597743846,"duration":1}},{"uid":"3f592d71d0932de8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f592d71d0932de8","status":"passed","time":{"start":1728596961182,"stop":1728596961183,"duration":1}}]},"tags":[]},"source":"a841ec4481a1622c.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/909e855bbb9164bc.json b/7588/data/test-cases/a8987fba15980fae.json similarity index 77% rename from 7556/data/test-cases/909e855bbb9164bc.json rename to 7588/data/test-cases/a8987fba15980fae.json index 0a315112111..9209cd8e671 100644 --- a/7556/data/test-cases/909e855bbb9164bc.json +++ b/7588/data/test-cases/a8987fba15980fae.json @@ -1 +1 @@ -{"uid":"909e855bbb9164bc","name":"Refresh subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Refresh subscription","historyId":"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457490914,"stop":1728457490914,"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, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"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":6,"passed":0,"unknown":0,"total":6},"items":[{"uid":"70e6ac85511404e","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/70e6ac85511404e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456439218,"stop":1728456439218,"duration":0}},{"uid":"6006d02cec8e6dd7","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/6006d02cec8e6dd7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456209544,"stop":1728456209544,"duration":0}},{"uid":"fd451f6ab9f316ad","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/fd451f6ab9f316ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456126836,"stop":1728456126836,"duration":0}},{"uid":"ba4ee71e3300a9b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/ba4ee71e3300a9b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728455481799,"stop":1728455481800,"duration":1}},{"uid":"f96508dfe32d4a8e","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f96508dfe32d4a8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728452438550,"stop":1728452438551,"duration":1}}]},"tags":[]},"source":"909e855bbb9164bc.json","parameterValues":[]} \ No newline at end of file +{"uid":"a8987fba15980fae","name":"Refresh subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Refresh subscription","historyId":"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034640513,"stop":1729034640517,"duration":4},"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"99822344c7bfd81c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/99822344c7bfd81c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034411420,"stop":1729034411420,"duration":0}},{"uid":"ce144f10fa1b9862","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ce144f10fa1b9862","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034327397,"stop":1729034327397,"duration":0}},{"uid":"14902470eec838df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14902470eec838df","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034147769,"stop":1729034147769,"duration":0}},{"uid":"f4b4503367dc4567","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f4b4503367dc4567","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032204826,"stop":1729032204826,"duration":0}},{"uid":"5ed63b6967239c2a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5ed63b6967239c2a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901907653,"stop":1728901907698,"duration":45}},{"uid":"c6e91cfbf843f91c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c6e91cfbf843f91c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893341886,"stop":1728893341887,"duration":1}},{"uid":"dadc96b64da44b97","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dadc96b64da44b97","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299354,"stop":1728856299354,"duration":0}},{"uid":"6d5ac6a3f83a4ee3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d5ac6a3f83a4ee3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738511614,"stop":1728738511614,"duration":0}},{"uid":"14eeb9ec130645b9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/14eeb9ec130645b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683052909,"stop":1728683052909,"duration":0}},{"uid":"6d9d14f0bcf8b873","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6d9d14f0bcf8b873","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682612908,"stop":1728682612909,"duration":1}},{"uid":"dab5595b64a67171","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dab5595b64a67171","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677115743,"stop":1728677115744,"duration":1}},{"uid":"a7d6845e6c1afaf0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a7d6845e6c1afaf0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669778172,"stop":1728669778172,"duration":0}},{"uid":"13b853604eabac33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/13b853604eabac33","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598175430,"stop":1728598175430,"duration":0}},{"uid":"e5bd77e6d4dec42c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5bd77e6d4dec42c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597380058,"stop":1728597380058,"duration":0}}]},"tags":[]},"source":"a8987fba15980fae.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/a89b4ee9a26a4ec4.json b/7588/data/test-cases/a89b4ee9a26a4ec4.json new file mode 100644 index 00000000000..beef86a0e38 --- /dev/null +++ b/7588/data/test-cases/a89b4ee9a26a4ec4.json @@ -0,0 +1 @@ +{"uid":"a89b4ee9a26a4ec4","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":1729034332630,"stop":1729034332631,"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":15,"unknown":0,"total":15},"items":[{"uid":"d81e0111d5bd99f3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d81e0111d5bd99f3","status":"passed","time":{"start":1729034096132,"stop":1729034096132,"duration":0}},{"uid":"56c0ae389bc4bf84","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/56c0ae389bc4bf84","status":"passed","time":{"start":1729034020090,"stop":1729034020090,"duration":0}},{"uid":"5fb97c360f4ca8a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5fb97c360f4ca8a","status":"passed","time":{"start":1729033834385,"stop":1729033834385,"duration":0}},{"uid":"35ac5080b16306d5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/35ac5080b16306d5","status":"passed","time":{"start":1729031884117,"stop":1729031884117,"duration":0}},{"uid":"7f73af903b608ec2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f73af903b608ec2","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"8c73b0acc59ac397","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c73b0acc59ac397","status":"passed","time":{"start":1728892860531,"stop":1728892860531,"duration":0}},{"uid":"23439e645b54321a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/23439e645b54321a","status":"passed","time":{"start":1728855823321,"stop":1728855823322,"duration":1}},{"uid":"67f6a68edd693cf4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67f6a68edd693cf4","status":"passed","time":{"start":1728738040600,"stop":1728738040601,"duration":1}},{"uid":"3f89837f409f96f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f89837f409f96f4","status":"passed","time":{"start":1728682574092,"stop":1728682574092,"duration":0}},{"uid":"88fc38ebe239aad1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/88fc38ebe239aad1","status":"passed","time":{"start":1728682146816,"stop":1728682146817,"duration":1}},{"uid":"303d47ef2019279e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/303d47ef2019279e","status":"passed","time":{"start":1728676621431,"stop":1728676621431,"duration":0}},{"uid":"eddf8774296a1f33","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eddf8774296a1f33","status":"passed","time":{"start":1728669344466,"stop":1728669344467,"duration":1}},{"uid":"90a2f0cc6bf7a709","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90a2f0cc6bf7a709","status":"passed","time":{"start":1728597685160,"stop":1728597685160,"duration":0}},{"uid":"748a977668a45b6d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/748a977668a45b6d","status":"passed","time":{"start":1728596904467,"stop":1728596904467,"duration":0}}]},"tags":[]},"source":"a89b4ee9a26a4ec4.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/8ed25c19ef8a7b8f.json b/7588/data/test-cases/a9a2c62e6964c69f.json similarity index 79% rename from 7556/data/test-cases/8ed25c19ef8a7b8f.json rename to 7588/data/test-cases/a9a2c62e6964c69f.json index 2f3a7340513..0fd2382c0d1 100644 --- a/7556/data/test-cases/8ed25c19ef8a7b8f.json +++ b/7588/data/test-cases/a9a2c62e6964c69f.json @@ -1 +1 @@ -{"uid":"8ed25c19ef8a7b8f","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":1728457481311,"stop":1728457481311,"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":6,"passed":0,"unknown":0,"total":6},"items":[{"uid":"cacab1fd85d98d29","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/cacab1fd85d98d29","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456434607,"stop":1728456434607,"duration":0}},{"uid":"54a9e19d897a4bce","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/54a9e19d897a4bce","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456196714,"stop":1728456196714,"duration":0}},{"uid":"517c91d89ea83686","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/517c91d89ea83686","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456113216,"stop":1728456113217,"duration":1}},{"uid":"19d63a30a1d3e96a","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/19d63a30a1d3e96a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728455468971,"stop":1728455468972,"duration":1}},{"uid":"e3894a85c2eb7c2d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/e3894a85c2eb7c2d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728452437027,"stop":1728452437028,"duration":1}}]},"tags":[]},"source":"8ed25c19ef8a7b8f.json","parameterValues":[]} \ No newline at end of file +{"uid":"a9a2c62e6964c69f","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":1729034636323,"stop":1729034636323,"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"5f5fd24bcd3fe88a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f5fd24bcd3fe88a","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034402289,"stop":1729034402289,"duration":0}},{"uid":"67016348f4a6f9fd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/67016348f4a6f9fd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034323315,"stop":1729034323316,"duration":1}},{"uid":"9ccc75f24037f44a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ccc75f24037f44a","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034144772,"stop":1729034144772,"duration":0}},{"uid":"bb1f64c1af141764","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb1f64c1af141764","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032198828,"stop":1729032198828,"duration":0}},{"uid":"992a4335c4ee1766","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/992a4335c4ee1766","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901901777,"stop":1728901901777,"duration":0}},{"uid":"2097768a4775e8b8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2097768a4775e8b8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893337258,"stop":1728893337258,"duration":0}},{"uid":"6a00c33159a53fb2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6a00c33159a53fb2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299202,"stop":1728856299202,"duration":0}},{"uid":"b57b02d0bd5068ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b57b02d0bd5068ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738505392,"stop":1728738505392,"duration":0}},{"uid":"c866d171255b119","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c866d171255b119","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683045454,"stop":1728683045454,"duration":0}},{"uid":"a078c6a412aeee4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a078c6a412aeee4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682607299,"stop":1728682607299,"duration":0}},{"uid":"17b5734c71f40cd2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/17b5734c71f40cd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677103502,"stop":1728677103502,"duration":0}},{"uid":"32b047682d7b9d9a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32b047682d7b9d9a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669777140,"stop":1728669777140,"duration":0}},{"uid":"fcbb93cb3f6a7e80","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fcbb93cb3f6a7e80","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598163471,"stop":1728598163471,"duration":0}},{"uid":"b74e980724361263","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b74e980724361263","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597375490,"stop":1728597375490,"duration":0}}]},"tags":[]},"source":"a9a2c62e6964c69f.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/148226d642cb8cd1.json b/7588/data/test-cases/a9ede440945eef98.json similarity index 57% rename from 7556/data/test-cases/148226d642cb8cd1.json rename to 7588/data/test-cases/a9ede440945eef98.json index 865d6de5ffc..4ec30c2c6db 100644 --- a/7556/data/test-cases/148226d642cb8cd1.json +++ b/7588/data/test-cases/a9ede440945eef98.json @@ -1 +1 @@ -{"uid":"148226d642cb8cd1","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":1728457351724,"stop":1728457351724,"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":6,"unknown":0,"total":6},"items":[{"uid":"9a304d2a640dfc9b","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/9a304d2a640dfc9b","status":"passed","time":{"start":1728456317102,"stop":1728456317103,"duration":1}},{"uid":"5065b96933f92d65","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/5065b96933f92d65","status":"passed","time":{"start":1728456012970,"stop":1728456012970,"duration":0}},{"uid":"f120bf89aafc9d43","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/f120bf89aafc9d43","status":"passed","time":{"start":1728455837235,"stop":1728455837236,"duration":1}},{"uid":"b7761708b97c0f13","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/b7761708b97c0f13","status":"passed","time":{"start":1728455197443,"stop":1728455197444,"duration":1}},{"uid":"bc42125d82b0c059","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/bc42125d82b0c059","status":"passed","time":{"start":1728452206399,"stop":1728452206399,"duration":0}}]},"tags":[]},"source":"148226d642cb8cd1.json","parameterValues":[]} \ No newline at end of file +{"uid":"a9ede440945eef98","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":1729034536776,"stop":1729034536784,"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: 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":15,"unknown":0,"total":15},"items":[{"uid":"131b17bd7ff73d8d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/131b17bd7ff73d8d","status":"passed","time":{"start":1729034307030,"stop":1729034307031,"duration":1}},{"uid":"8dc836968a7653f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8dc836968a7653f5","status":"passed","time":{"start":1729034223305,"stop":1729034223306,"duration":1}},{"uid":"8eb7b22f91a8aaac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8eb7b22f91a8aaac","status":"passed","time":{"start":1729034034977,"stop":1729034034978,"duration":1}},{"uid":"690d76dfd75092db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/690d76dfd75092db","status":"passed","time":{"start":1729032066281,"stop":1729032066287,"duration":6}},{"uid":"fef23ad139f4c986","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fef23ad139f4c986","status":"passed","time":{"start":1728901706618,"stop":1728901706618,"duration":0}},{"uid":"258ab302d5d30a80","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/258ab302d5d30a80","status":"passed","time":{"start":1728893153421,"stop":1728893153421,"duration":0}},{"uid":"9e65bc4cbf2a82a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e65bc4cbf2a82a5","status":"passed","time":{"start":1728856108125,"stop":1728856108126,"duration":1}},{"uid":"3fd08eb56fb87851","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3fd08eb56fb87851","status":"passed","time":{"start":1728738316668,"stop":1728738316668,"duration":0}},{"uid":"816e09f76eae66e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/816e09f76eae66e6","status":"passed","time":{"start":1728682865314,"stop":1728682865315,"duration":1}},{"uid":"bc343f384339685c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc343f384339685c","status":"passed","time":{"start":1728682446994,"stop":1728682446995,"duration":1}},{"uid":"e5d0f98f151bbea0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5d0f98f151bbea0","status":"passed","time":{"start":1728676924478,"stop":1728676924478,"duration":0}},{"uid":"dc20d932f6d5239","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc20d932f6d5239","status":"passed","time":{"start":1728669626256,"stop":1728669626257,"duration":1}},{"uid":"c582aa3ce35c2f24","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c582aa3ce35c2f24","status":"passed","time":{"start":1728597973671,"stop":1728597973672,"duration":1}},{"uid":"9d23e3630492a6fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9d23e3630492a6fd","status":"passed","time":{"start":1728597188033,"stop":1728597188034,"duration":1}}]},"tags":[]},"source":"a9ede440945eef98.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ec0fab53b02aa0b7.json b/7588/data/test-cases/aa14d6ca5b998dea.json similarity index 84% rename from 7556/data/test-cases/ec0fab53b02aa0b7.json rename to 7588/data/test-cases/aa14d6ca5b998dea.json index b5c2dccfa43..9e8cbd1f42d 100644 --- a/7556/data/test-cases/ec0fab53b02aa0b7.json +++ b/7588/data/test-cases/aa14d6ca5b998dea.json @@ -1 +1 @@ -{"uid":"ec0fab53b02aa0b7","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":1728457360305,"stop":1728457360307,"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":6,"unknown":0,"total":6},"items":[{"uid":"9f56cbe1cd32bb2d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/9f56cbe1cd32bb2d","status":"passed","time":{"start":1728456312492,"stop":1728456312492,"duration":0}},{"uid":"c90b9a8344c71cc","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/c90b9a8344c71cc","status":"passed","time":{"start":1728456013946,"stop":1728456013947,"duration":1}},{"uid":"80baff04be337f21","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/80baff04be337f21","status":"passed","time":{"start":1728455837440,"stop":1728455837442,"duration":2}},{"uid":"85c1b1e4fdccbb19","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/85c1b1e4fdccbb19","status":"passed","time":{"start":1728455198905,"stop":1728455198906,"duration":1}},{"uid":"cbb71e2e8ab0d651","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/cbb71e2e8ab0d651","status":"passed","time":{"start":1728452203350,"stop":1728452203350,"duration":0}}]},"tags":[]},"source":"ec0fab53b02aa0b7.json","parameterValues":[]} \ No newline at end of file +{"uid":"aa14d6ca5b998dea","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":1729034536100,"stop":1729034536100,"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":14,"unknown":0,"total":14},"items":[{"uid":"ef881d3a44d06897","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ef881d3a44d06897","status":"passed","time":{"start":1729034296706,"stop":1729034296706,"duration":0}},{"uid":"54810c6233e3537a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/54810c6233e3537a","status":"passed","time":{"start":1729034220603,"stop":1729034220603,"duration":0}},{"uid":"ccae3bd215ab031a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccae3bd215ab031a","status":"passed","time":{"start":1729034041487,"stop":1729034041487,"duration":0}},{"uid":"26e48c93716c0ef9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/26e48c93716c0ef9","status":"passed","time":{"start":1728901705399,"stop":1728901705401,"duration":2}},{"uid":"914fd9dfab6fcfde","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/914fd9dfab6fcfde","status":"passed","time":{"start":1728893141776,"stop":1728893141776,"duration":0}},{"uid":"c1e42e8c15dbd161","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c1e42e8c15dbd161","status":"passed","time":{"start":1728856087083,"stop":1728856087083,"duration":0}},{"uid":"1d856d9b2354def5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1d856d9b2354def5","status":"passed","time":{"start":1728738321434,"stop":1728738321434,"duration":0}},{"uid":"141f2e8789a6c84e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/141f2e8789a6c84e","status":"passed","time":{"start":1728682845673,"stop":1728682845674,"duration":1}},{"uid":"8d0b58e53b41adf8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8d0b58e53b41adf8","status":"passed","time":{"start":1728682424309,"stop":1728682424309,"duration":0}},{"uid":"d65e2a6a64a5e20","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d65e2a6a64a5e20","status":"passed","time":{"start":1728676900518,"stop":1728676900519,"duration":1}},{"uid":"554f88fdf92e3eb4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/554f88fdf92e3eb4","status":"passed","time":{"start":1728669625799,"stop":1728669625799,"duration":0}},{"uid":"bfe2741946346f8a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bfe2741946346f8a","status":"passed","time":{"start":1728597957164,"stop":1728597957165,"duration":1}},{"uid":"f0e70a5a91c15806","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0e70a5a91c15806","status":"passed","time":{"start":1728597182616,"stop":1728597182617,"duration":1}}]},"tags":[]},"source":"aa14d6ca5b998dea.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/cf369a7418287fde.json b/7588/data/test-cases/aa6c74452defb2f1.json similarity index 62% rename from 7556/data/test-cases/cf369a7418287fde.json rename to 7588/data/test-cases/aa6c74452defb2f1.json index 7e15774bbe0..50017325cb4 100644 --- a/7556/data/test-cases/cf369a7418287fde.json +++ b/7588/data/test-cases/aa6c74452defb2f1.json @@ -1 +1 @@ -{"uid":"cf369a7418287fde","name":"listenerCount","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > listenerCount","historyId":"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457245468,"stop":1728457245468,"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":6,"unknown":0,"total":6},"items":[{"uid":"868d2d22b18bcf1e","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/868d2d22b18bcf1e","status":"passed","time":{"start":1728456216449,"stop":1728456216449,"duration":0}},{"uid":"d8295b499305f915","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/d8295b499305f915","status":"passed","time":{"start":1728455903119,"stop":1728455903120,"duration":1}},{"uid":"311aa5b5b5fe8503","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/311aa5b5b5fe8503","status":"passed","time":{"start":1728455653297,"stop":1728455653297,"duration":0}},{"uid":"70b0c0f536309355","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/70b0c0f536309355","status":"passed","time":{"start":1728455013478,"stop":1728455013479,"duration":1}},{"uid":"d7466b6f207bf11b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d7466b6f207bf11b","status":"passed","time":{"start":1728452024132,"stop":1728452024132,"duration":0}}]},"tags":[]},"source":"cf369a7418287fde.json","parameterValues":[]} \ No newline at end of file +{"uid":"aa6c74452defb2f1","name":"listenerCount","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > listenerCount","historyId":"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034432451,"stop":1729034432451,"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":14,"unknown":0,"total":14},"items":[{"uid":"5d50f0e897e4f866","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5d50f0e897e4f866","status":"passed","time":{"start":1729034119307,"stop":1729034119307,"duration":0}},{"uid":"66dd78ba06982884","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/66dd78ba06982884","status":"passed","time":{"start":1729033933481,"stop":1729033933481,"duration":0}},{"uid":"9871750577a02b37","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9871750577a02b37","status":"passed","time":{"start":1729031982921,"stop":1729031982933,"duration":12}},{"uid":"8d4c9fbfcb5fb356","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8d4c9fbfcb5fb356","status":"passed","time":{"start":1728901527858,"stop":1728901527859,"duration":1}},{"uid":"c38c91edfbed3709","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c38c91edfbed3709","status":"passed","time":{"start":1728892960141,"stop":1728892960141,"duration":0}},{"uid":"1852ba70c50f6d9d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1852ba70c50f6d9d","status":"passed","time":{"start":1728855921715,"stop":1728855921716,"duration":1}},{"uid":"76aef4e261ec3ba8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76aef4e261ec3ba8","status":"passed","time":{"start":1728738138433,"stop":1728738138433,"duration":0}},{"uid":"15871d91930d420c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/15871d91930d420c","status":"passed","time":{"start":1728682672253,"stop":1728682672254,"duration":1}},{"uid":"8408e06632bf50a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8408e06632bf50a","status":"passed","time":{"start":1728682245075,"stop":1728682245076,"duration":1}},{"uid":"a6e70ca1e1a6cbfc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a6e70ca1e1a6cbfc","status":"passed","time":{"start":1728676721301,"stop":1728676721301,"duration":0}},{"uid":"e683f60796369b3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e683f60796369b3","status":"passed","time":{"start":1728669444563,"stop":1728669444564,"duration":1}},{"uid":"4e232073e0b44b8c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4e232073e0b44b8c","status":"passed","time":{"start":1728597784074,"stop":1728597784075,"duration":1}},{"uid":"eac531af5f53c969","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eac531af5f53c969","status":"passed","time":{"start":1728597001550,"stop":1728597001550,"duration":0}}]},"tags":[]},"source":"aa6c74452defb2f1.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/aaa4ab77003c7b23.json b/7588/data/test-cases/aaa4ab77003c7b23.json new file mode 100644 index 00000000000..3e25f5e409a --- /dev/null +++ b/7588/data/test-cases/aaa4ab77003c7b23.json @@ -0,0 +1 @@ +{"uid":"aaa4ab77003c7b23","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":1729034447632,"stop":1729034447635,"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":15,"unknown":0,"total":15},"items":[{"uid":"75d0dbb9fdea1ad0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/75d0dbb9fdea1ad0","status":"passed","time":{"start":1729034206090,"stop":1729034206090,"duration":0}},{"uid":"80df3d081426acbd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/80df3d081426acbd","status":"passed","time":{"start":1729034134202,"stop":1729034134202,"duration":0}},{"uid":"ae1109288cbfb932","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae1109288cbfb932","status":"passed","time":{"start":1729033942636,"stop":1729033942636,"duration":0}},{"uid":"9d5e55949e33a154","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d5e55949e33a154","status":"passed","time":{"start":1729031989722,"stop":1729031989722,"duration":0}},{"uid":"f9e7ef97096ebcb4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f9e7ef97096ebcb4","status":"passed","time":{"start":1728901562096,"stop":1728901562099,"duration":3}},{"uid":"70e57ce07236b0a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/70e57ce07236b0a","status":"passed","time":{"start":1728893001484,"stop":1728893001484,"duration":0}},{"uid":"8b57892854ebd514","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b57892854ebd514","status":"passed","time":{"start":1728855968873,"stop":1728855968873,"duration":0}},{"uid":"4c0e039036257f07","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4c0e039036257f07","status":"passed","time":{"start":1728738172969,"stop":1728738172970,"duration":1}},{"uid":"773a9e5254dcfd3c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/773a9e5254dcfd3c","status":"passed","time":{"start":1728682706942,"stop":1728682706942,"duration":0}},{"uid":"868e2cbdb3f4c668","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/868e2cbdb3f4c668","status":"passed","time":{"start":1728682296863,"stop":1728682296863,"duration":0}},{"uid":"8b59ccb8cf05400b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8b59ccb8cf05400b","status":"passed","time":{"start":1728676761497,"stop":1728676761498,"duration":1}},{"uid":"5bd3eb74c789098f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5bd3eb74c789098f","status":"passed","time":{"start":1728669479029,"stop":1728669479030,"duration":1}},{"uid":"eda84dd939dbe8f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eda84dd939dbe8f8","status":"passed","time":{"start":1728597820129,"stop":1728597820130,"duration":1}},{"uid":"bd2abfa9e79453bd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bd2abfa9e79453bd","status":"passed","time":{"start":1728597034504,"stop":1728597034504,"duration":0}}]},"tags":[]},"source":"aaa4ab77003c7b23.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/aaaa2e793219308e.json b/7588/data/test-cases/aaaa2e793219308e.json new file mode 100644 index 00000000000..2c67f092a0f --- /dev/null +++ b/7588/data/test-cases/aaaa2e793219308e.json @@ -0,0 +1 @@ +{"uid":"aaaa2e793219308e","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":1729034341410,"stop":1729034341410,"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":15,"unknown":0,"total":15},"items":[{"uid":"61913007fa9c04e5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/61913007fa9c04e5","status":"passed","time":{"start":1729034104919,"stop":1729034104919,"duration":0}},{"uid":"e81748b0afd94cc5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e81748b0afd94cc5","status":"passed","time":{"start":1729034028517,"stop":1729034028518,"duration":1}},{"uid":"a85ae6593fd2ab99","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a85ae6593fd2ab99","status":"passed","time":{"start":1729033843124,"stop":1729033843125,"duration":1}},{"uid":"7c522c7b1b6e19aa","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7c522c7b1b6e19aa","status":"passed","time":{"start":1729031892683,"stop":1729031892683,"duration":0}},{"uid":"4d19ea21ed83ab43","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4d19ea21ed83ab43","status":"passed","time":{"start":1728901438814,"stop":1728901438814,"duration":0}},{"uid":"c0c46b09eb164849","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0c46b09eb164849","status":"passed","time":{"start":1728892869007,"stop":1728892869008,"duration":1}},{"uid":"1d2fc27e2c1b5114","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d2fc27e2c1b5114","status":"passed","time":{"start":1728855831899,"stop":1728855831899,"duration":0}},{"uid":"4552c8ef106b127b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4552c8ef106b127b","status":"passed","time":{"start":1728738049047,"stop":1728738049047,"duration":0}},{"uid":"e6ce07f3852e85d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6ce07f3852e85d9","status":"passed","time":{"start":1728682582626,"stop":1728682582626,"duration":0}},{"uid":"5de0ed7d5389c67d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5de0ed7d5389c67d","status":"passed","time":{"start":1728682155414,"stop":1728682155414,"duration":0}},{"uid":"2a542725cae6a62c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2a542725cae6a62c","status":"passed","time":{"start":1728676629980,"stop":1728676629981,"duration":1}},{"uid":"a554b8dde1e785f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a554b8dde1e785f0","status":"passed","time":{"start":1728669353108,"stop":1728669353108,"duration":0}},{"uid":"e9068da0280be6b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e9068da0280be6b","status":"passed","time":{"start":1728597693854,"stop":1728597693854,"duration":0}},{"uid":"5f7d4853c9c94b7d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f7d4853c9c94b7d","status":"passed","time":{"start":1728596913098,"stop":1728596913098,"duration":0}}]},"tags":[]},"source":"aaaa2e793219308e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/aadb8ef84c3b243c.json b/7588/data/test-cases/aadb8ef84c3b243c.json new file mode 100644 index 00000000000..9c38b439c34 --- /dev/null +++ b/7588/data/test-cases/aadb8ef84c3b243c.json @@ -0,0 +1 @@ +{"uid":"aadb8ef84c3b243c","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":1729034447616,"stop":1729034447616,"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":15,"unknown":0,"total":15},"items":[{"uid":"906c68e0c84b986e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/906c68e0c84b986e","status":"passed","time":{"start":1729034206085,"stop":1729034206085,"duration":0}},{"uid":"8231df1f82ee2b6a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8231df1f82ee2b6a","status":"passed","time":{"start":1729034134190,"stop":1729034134190,"duration":0}},{"uid":"93e0c44efc656603","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/93e0c44efc656603","status":"passed","time":{"start":1729033942600,"stop":1729033942601,"duration":1}},{"uid":"dea02e4be1c1f11b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dea02e4be1c1f11b","status":"passed","time":{"start":1729031989711,"stop":1729031989712,"duration":1}},{"uid":"b9ac22aad6d4e03c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b9ac22aad6d4e03c","status":"passed","time":{"start":1728901562033,"stop":1728901562033,"duration":0}},{"uid":"c3c2a0ab9b1a7f2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c3c2a0ab9b1a7f2b","status":"passed","time":{"start":1728893001480,"stop":1728893001480,"duration":0}},{"uid":"7fa3a58b108340b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7fa3a58b108340b6","status":"passed","time":{"start":1728855968865,"stop":1728855968865,"duration":0}},{"uid":"864f32cafbb28285","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/864f32cafbb28285","status":"passed","time":{"start":1728738172965,"stop":1728738172966,"duration":1}},{"uid":"70350bfcc065554","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70350bfcc065554","status":"passed","time":{"start":1728682706936,"stop":1728682706937,"duration":1}},{"uid":"742b4f5b25d23539","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/742b4f5b25d23539","status":"passed","time":{"start":1728682296859,"stop":1728682296859,"duration":0}},{"uid":"47975ff96ab885b6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/47975ff96ab885b6","status":"passed","time":{"start":1728676761466,"stop":1728676761468,"duration":2}},{"uid":"d6a5097ff97a5215","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d6a5097ff97a5215","status":"passed","time":{"start":1728669479025,"stop":1728669479026,"duration":1}},{"uid":"84f92fe77bac7b2f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/84f92fe77bac7b2f","status":"passed","time":{"start":1728597820125,"stop":1728597820126,"duration":1}},{"uid":"fdf3dffe094d08e4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fdf3dffe094d08e4","status":"passed","time":{"start":1728597034499,"stop":1728597034499,"duration":0}}]},"tags":[]},"source":"aadb8ef84c3b243c.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ab091b49e20cfcb1.json b/7588/data/test-cases/ab091b49e20cfcb1.json new file mode 100644 index 00000000000..c3f501a9d2d --- /dev/null +++ b/7588/data/test-cases/ab091b49e20cfcb1.json @@ -0,0 +1 @@ +{"uid":"ab091b49e20cfcb1","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":1729034348412,"stop":1729034348412,"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":15,"unknown":0,"total":15},"items":[{"uid":"f6a1b851dd17b50a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f6a1b851dd17b50a","status":"passed","time":{"start":1729034112232,"stop":1729034112232,"duration":0}},{"uid":"92fcd713f55548b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/92fcd713f55548b3","status":"passed","time":{"start":1729034035749,"stop":1729034035749,"duration":0}},{"uid":"ac74dae45c45bc5f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac74dae45c45bc5f","status":"passed","time":{"start":1729033850296,"stop":1729033850297,"duration":1}},{"uid":"4b09d1b21fd97501","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4b09d1b21fd97501","status":"passed","time":{"start":1729031899900,"stop":1729031899901,"duration":1}},{"uid":"90df905b64655470","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/90df905b64655470","status":"passed","time":{"start":1728901445870,"stop":1728901445870,"duration":0}},{"uid":"35c0862c6cbabe29","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/35c0862c6cbabe29","status":"passed","time":{"start":1728892875903,"stop":1728892875904,"duration":1}},{"uid":"a148a679929cd687","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a148a679929cd687","status":"passed","time":{"start":1728855839036,"stop":1728855839036,"duration":0}},{"uid":"3569a14e4cb3731","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3569a14e4cb3731","status":"passed","time":{"start":1728738056183,"stop":1728738056183,"duration":0}},{"uid":"38aeb931ce67f97e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/38aeb931ce67f97e","status":"passed","time":{"start":1728682589457,"stop":1728682589457,"duration":0}},{"uid":"bcd88d6b80f63185","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bcd88d6b80f63185","status":"passed","time":{"start":1728682162315,"stop":1728682162315,"duration":0}},{"uid":"ccccdfeab5f3475c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ccccdfeab5f3475c","status":"passed","time":{"start":1728676637000,"stop":1728676637001,"duration":1}},{"uid":"7c97bc6386cf27c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7c97bc6386cf27c1","status":"passed","time":{"start":1728669360367,"stop":1728669360367,"duration":0}},{"uid":"d224771b43b25169","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d224771b43b25169","status":"passed","time":{"start":1728597700886,"stop":1728597700886,"duration":0}},{"uid":"bab646b0abd05232","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bab646b0abd05232","status":"passed","time":{"start":1728596919825,"stop":1728596919825,"duration":0}}]},"tags":[]},"source":"ab091b49e20cfcb1.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ab57ae4f0bbcc33e.json b/7588/data/test-cases/ab57ae4f0bbcc33e.json new file mode 100644 index 00000000000..c4f1d125d7d --- /dev/null +++ b/7588/data/test-cases/ab57ae4f0bbcc33e.json @@ -0,0 +1 @@ +{"uid":"ab57ae4f0bbcc33e","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":1729034447630,"stop":1729034447630,"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":15,"unknown":0,"total":15},"items":[{"uid":"2738399cf659c6f8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2738399cf659c6f8","status":"passed","time":{"start":1729034206088,"stop":1729034206088,"duration":0}},{"uid":"44d2cc329b2baf62","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/44d2cc329b2baf62","status":"passed","time":{"start":1729034134199,"stop":1729034134199,"duration":0}},{"uid":"e34247458b5c18d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e34247458b5c18d7","status":"passed","time":{"start":1729033942622,"stop":1729033942623,"duration":1}},{"uid":"9cc3f07872291a85","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9cc3f07872291a85","status":"passed","time":{"start":1729031989717,"stop":1729031989718,"duration":1}},{"uid":"1f4a4ea33706e71c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1f4a4ea33706e71c","status":"passed","time":{"start":1728901562053,"stop":1728901562054,"duration":1}},{"uid":"112bebac6778f504","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/112bebac6778f504","status":"passed","time":{"start":1728893001482,"stop":1728893001482,"duration":0}},{"uid":"2ed7f28994441671","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ed7f28994441671","status":"passed","time":{"start":1728855968870,"stop":1728855968870,"duration":0}},{"uid":"b0bf0aa03fb519fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b0bf0aa03fb519fa","status":"passed","time":{"start":1728738172968,"stop":1728738172968,"duration":0}},{"uid":"1f5c90b3a4afe6e8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1f5c90b3a4afe6e8","status":"passed","time":{"start":1728682706941,"stop":1728682706941,"duration":0}},{"uid":"26e89e54419d52a7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/26e89e54419d52a7","status":"passed","time":{"start":1728682296862,"stop":1728682296862,"duration":0}},{"uid":"8fc09e59dcee5834","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8fc09e59dcee5834","status":"passed","time":{"start":1728676761479,"stop":1728676761485,"duration":6}},{"uid":"ee6fbcff7a7111f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ee6fbcff7a7111f9","status":"passed","time":{"start":1728669479028,"stop":1728669479028,"duration":0}},{"uid":"fd1f8baa0b27b091","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd1f8baa0b27b091","status":"passed","time":{"start":1728597820128,"stop":1728597820128,"duration":0}},{"uid":"f1668d78bd84564e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1668d78bd84564e","status":"passed","time":{"start":1728597034502,"stop":1728597034503,"duration":1}}]},"tags":[]},"source":"ab57ae4f0bbcc33e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ab5b529dcb692f5b.json b/7588/data/test-cases/ab5b529dcb692f5b.json new file mode 100644 index 00000000000..8404512b469 --- /dev/null +++ b/7588/data/test-cases/ab5b529dcb692f5b.json @@ -0,0 +1 @@ +{"uid":"ab5b529dcb692f5b","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":1729034473401,"stop":1729034473401,"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.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":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"12f5af40a6efb4e1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12f5af40a6efb4e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241338,"stop":1729034241338,"duration":0}},{"uid":"3eb44e3b9652d20","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3eb44e3b9652d20","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160187,"stop":1729034160187,"duration":0}},{"uid":"d2d69a734079f3db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d2d69a734079f3db","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977224,"stop":1729033977224,"duration":0}},{"uid":"6da243487a75d76a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6da243487a75d76a","status":"passed","time":{"start":1729032053269,"stop":1729032053269,"duration":0}},{"uid":"78a91da7fe7deef4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78a91da7fe7deef4","status":"passed","time":{"start":1728901711766,"stop":1728901711766,"duration":0}},{"uid":"c682916ab38ec6ea","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c682916ab38ec6ea","status":"passed","time":{"start":1728893141896,"stop":1728893141896,"duration":0}},{"uid":"1f76041a87f33e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f76041a87f33e5","status":"passed","time":{"start":1728856103198,"stop":1728856103199,"duration":1}},{"uid":"5536516ac0ce37bf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5536516ac0ce37bf","status":"passed","time":{"start":1728738321617,"stop":1728738321618,"duration":1}},{"uid":"f250c985c9487a46","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f250c985c9487a46","status":"passed","time":{"start":1728682857564,"stop":1728682857565,"duration":1}},{"uid":"d9d2e8a01f8e86dc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d9d2e8a01f8e86dc","status":"passed","time":{"start":1728682428803,"stop":1728682428803,"duration":0}},{"uid":"c1b373bfe53a213","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1b373bfe53a213","status":"passed","time":{"start":1728676901167,"stop":1728676901167,"duration":0}},{"uid":"63456b14a8e67c79","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/63456b14a8e67c79","status":"passed","time":{"start":1728669573861,"stop":1728669573862,"duration":1}},{"uid":"d91edba3cbf3823d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d91edba3cbf3823d","status":"passed","time":{"start":1728597972336,"stop":1728597972336,"duration":0}},{"uid":"4f95b95efc6fe814","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f95b95efc6fe814","status":"passed","time":{"start":1728597175618,"stop":1728597175618,"duration":0}}]},"tags":[]},"source":"ab5b529dcb692f5b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/bc17ad6ae1800a63.json b/7588/data/test-cases/ab974c5cc76de033.json similarity index 98% rename from 7556/data/test-cases/bc17ad6ae1800a63.json rename to 7588/data/test-cases/ab974c5cc76de033.json index e8000aa27e2..4dbafb51c04 100644 --- a/7556/data/test-cases/bc17ad6ae1800a63.json +++ b/7588/data/test-cases/ab974c5cc76de033.json @@ -1 +1 @@ -{"uid":"bc17ad6ae1800a63","name":"Push message with custom timestamp: 1728460950297","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1728460950297","historyId":"fc32ee3724838096e213587473b62912:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457510467,"stop":1728457510468,"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":[],"tags":[]},"source":"bc17ad6ae1800a63.json","parameterValues":[]} \ No newline at end of file +{"uid":"ab974c5cc76de033","name":"Push message with custom timestamp: 1729030873747","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1729030873747","historyId":"bc5161c1ac0e00e6ac9ff62c5ce71ad7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034631264,"stop":1729034631264,"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":"ab974c5cc76de033.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/abbaef7dcc95d585.json b/7588/data/test-cases/abbaef7dcc95d585.json new file mode 100644 index 00000000000..d37e36218d1 --- /dev/null +++ b/7588/data/test-cases/abbaef7dcc95d585.json @@ -0,0 +1 @@ +{"uid":"abbaef7dcc95d585","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":1729034366400,"stop":1729034366400,"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":15,"unknown":0,"total":15},"items":[{"uid":"d4f2d494c7e8b5c1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4f2d494c7e8b5c1","status":"passed","time":{"start":1729034130431,"stop":1729034130431,"duration":0}},{"uid":"b458eb71f81df69","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b458eb71f81df69","status":"passed","time":{"start":1729034053401,"stop":1729034053401,"duration":0}},{"uid":"a5d8ec03b24b7fbd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5d8ec03b24b7fbd","status":"passed","time":{"start":1729033868329,"stop":1729033868330,"duration":1}},{"uid":"2c59f7fd502dc940","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c59f7fd502dc940","status":"passed","time":{"start":1729031918118,"stop":1729031918118,"duration":0}},{"uid":"1863631bea41a34","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1863631bea41a34","status":"passed","time":{"start":1728901463798,"stop":1728901463798,"duration":0}},{"uid":"ff02d0cd29ff32dc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff02d0cd29ff32dc","status":"passed","time":{"start":1728892894311,"stop":1728892894311,"duration":0}},{"uid":"8f71688c45d7a86","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f71688c45d7a86","status":"passed","time":{"start":1728855856839,"stop":1728855856840,"duration":1}},{"uid":"b019bd92a66deba3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b019bd92a66deba3","status":"passed","time":{"start":1728738074180,"stop":1728738074180,"duration":0}},{"uid":"d5461c3781de76a2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d5461c3781de76a2","status":"passed","time":{"start":1728682607653,"stop":1728682607653,"duration":0}},{"uid":"e154a4d479dfc987","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e154a4d479dfc987","status":"passed","time":{"start":1728682180607,"stop":1728682180607,"duration":0}},{"uid":"11416561cd3d2eb8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11416561cd3d2eb8","status":"passed","time":{"start":1728676655192,"stop":1728676655193,"duration":1}},{"uid":"6e5afdb48976abf2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e5afdb48976abf2","status":"passed","time":{"start":1728669378166,"stop":1728669378166,"duration":0}},{"uid":"7c5547dd9bb564eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c5547dd9bb564eb","status":"passed","time":{"start":1728597718745,"stop":1728597718746,"duration":1}},{"uid":"5193abffa19fd6b1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5193abffa19fd6b1","status":"passed","time":{"start":1728596937947,"stop":1728596937948,"duration":1}}]},"tags":[]},"source":"abbaef7dcc95d585.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/abe515e73077bb82.json b/7588/data/test-cases/abe515e73077bb82.json new file mode 100644 index 00000000000..e1aa2be4ecd --- /dev/null +++ b/7588/data/test-cases/abe515e73077bb82.json @@ -0,0 +1 @@ +{"uid":"abe515e73077bb82","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":1729034348414,"stop":1729034348415,"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":15,"unknown":0,"total":15},"items":[{"uid":"814837fad1949a3d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/814837fad1949a3d","status":"passed","time":{"start":1729034112235,"stop":1729034112235,"duration":0}},{"uid":"3cbdef55443ca6c4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3cbdef55443ca6c4","status":"passed","time":{"start":1729034035750,"stop":1729034035751,"duration":1}},{"uid":"2fd4a9580e56e91c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2fd4a9580e56e91c","status":"passed","time":{"start":1729033850301,"stop":1729033850302,"duration":1}},{"uid":"d75f0d36112cddfd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d75f0d36112cddfd","status":"passed","time":{"start":1729031899902,"stop":1729031899902,"duration":0}},{"uid":"256c87bd7139da82","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/256c87bd7139da82","status":"passed","time":{"start":1728901445871,"stop":1728901445871,"duration":0}},{"uid":"55d6c324365c64ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/55d6c324365c64ca","status":"passed","time":{"start":1728892875907,"stop":1728892875908,"duration":1}},{"uid":"63648f3b5161b3a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63648f3b5161b3a9","status":"passed","time":{"start":1728855839038,"stop":1728855839038,"duration":0}},{"uid":"c50173f7daa96703","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c50173f7daa96703","status":"passed","time":{"start":1728738056185,"stop":1728738056185,"duration":0}},{"uid":"1a451dc251eccb5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a451dc251eccb5","status":"passed","time":{"start":1728682589460,"stop":1728682589460,"duration":0}},{"uid":"a6e836831288a480","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a6e836831288a480","status":"passed","time":{"start":1728682162317,"stop":1728682162317,"duration":0}},{"uid":"b8de98fc068e0e7a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b8de98fc068e0e7a","status":"passed","time":{"start":1728676637004,"stop":1728676637004,"duration":0}},{"uid":"ba90468813ac414c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ba90468813ac414c","status":"passed","time":{"start":1728669360369,"stop":1728669360370,"duration":1}},{"uid":"ea85a4c8851df58e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ea85a4c8851df58e","status":"passed","time":{"start":1728597700889,"stop":1728597700889,"duration":0}},{"uid":"2584088f1ade9f2b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2584088f1ade9f2b","status":"passed","time":{"start":1728596919827,"stop":1728596919828,"duration":1}}]},"tags":[]},"source":"abe515e73077bb82.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ac079bd10eee4b87.json b/7588/data/test-cases/ac079bd10eee4b87.json new file mode 100644 index 00000000000..3b1f8900f67 --- /dev/null +++ b/7588/data/test-cases/ac079bd10eee4b87.json @@ -0,0 +1 @@ +{"uid":"ac079bd10eee4b87","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":1729034360435,"stop":1729034360435,"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":15,"unknown":0,"total":15},"items":[{"uid":"6bf4faf16e7dbba6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6bf4faf16e7dbba6","status":"passed","time":{"start":1729034124361,"stop":1729034124361,"duration":0}},{"uid":"c824a1fe4d8387aa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c824a1fe4d8387aa","status":"passed","time":{"start":1729034047483,"stop":1729034047483,"duration":0}},{"uid":"487d0674ccbd76d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/487d0674ccbd76d7","status":"passed","time":{"start":1729033862328,"stop":1729033862328,"duration":0}},{"uid":"661f55cbf110947","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/661f55cbf110947","status":"passed","time":{"start":1729031912068,"stop":1729031912069,"duration":1}},{"uid":"e03b78d84de848db","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e03b78d84de848db","status":"passed","time":{"start":1728901457815,"stop":1728901457816,"duration":1}},{"uid":"e914f1c821d19121","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e914f1c821d19121","status":"passed","time":{"start":1728892888299,"stop":1728892888299,"duration":0}},{"uid":"6c5c38635cc8e056","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c5c38635cc8e056","status":"passed","time":{"start":1728855850787,"stop":1728855850787,"duration":0}},{"uid":"4757f9cdc65d9350","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4757f9cdc65d9350","status":"passed","time":{"start":1728738068162,"stop":1728738068162,"duration":0}},{"uid":"23792f8d2fb9c081","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23792f8d2fb9c081","status":"passed","time":{"start":1728682601672,"stop":1728682601672,"duration":0}},{"uid":"fd8462271bbf16db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fd8462271bbf16db","status":"passed","time":{"start":1728682174564,"stop":1728682174564,"duration":0}},{"uid":"e5b9571263b755c2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5b9571263b755c2","status":"passed","time":{"start":1728676648930,"stop":1728676648930,"duration":0}},{"uid":"ed6d0a89552e897d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed6d0a89552e897d","status":"passed","time":{"start":1728669372209,"stop":1728669372209,"duration":0}},{"uid":"c63d4ea08578cf1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c63d4ea08578cf1b","status":"passed","time":{"start":1728597712759,"stop":1728597712759,"duration":0}},{"uid":"cbd3876836a3713b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbd3876836a3713b","status":"passed","time":{"start":1728596931865,"stop":1728596931865,"duration":0}}]},"tags":[]},"source":"ac079bd10eee4b87.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ac59a6ada4a9bd56.json b/7588/data/test-cases/ac59a6ada4a9bd56.json new file mode 100644 index 00000000000..e44fb7d5005 --- /dev/null +++ b/7588/data/test-cases/ac59a6ada4a9bd56.json @@ -0,0 +1 @@ +{"uid":"ac59a6ada4a9bd56","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":1729034565833,"stop":1729034565833,"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":13,"unknown":0,"total":13},"items":[{"uid":"74a1be80089a1a65","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/74a1be80089a1a65","status":"passed","time":{"start":1729034325775,"stop":1729034325776,"duration":1}},{"uid":"ed0567ae5c9cebc8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed0567ae5c9cebc8","status":"passed","time":{"start":1729034249512,"stop":1729034249513,"duration":1}},{"uid":"9e4a7e43dcea7d44","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9e4a7e43dcea7d44","status":"passed","time":{"start":1729034066156,"stop":1729034066157,"duration":1}},{"uid":"ea318cb738e99413","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea318cb738e99413","status":"passed","time":{"start":1728901782836,"stop":1728901782836,"duration":0}},{"uid":"f01a97f225802513","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f01a97f225802513","status":"passed","time":{"start":1728893215984,"stop":1728893215984,"duration":0}},{"uid":"e6ab37e727582e60","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e6ab37e727582e60","status":"passed","time":{"start":1728856159199,"stop":1728856159199,"duration":0}},{"uid":"60a4975716847562","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/60a4975716847562","status":"passed","time":{"start":1728738371837,"stop":1728738371838,"duration":1}},{"uid":"930645cd7b7ea926","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/930645cd7b7ea926","status":"passed","time":{"start":1728682915885,"stop":1728682915885,"duration":0}},{"uid":"ae408d15c42d17a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ae408d15c42d17a8","status":"passed","time":{"start":1728682496456,"stop":1728682496456,"duration":0}},{"uid":"73288cc326a5a614","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/73288cc326a5a614","status":"passed","time":{"start":1728676980224,"stop":1728676980224,"duration":0}},{"uid":"f1c8110688bfe5ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f1c8110688bfe5ce","status":"passed","time":{"start":1728598045385,"stop":1728598045385,"duration":0}},{"uid":"788d4ab8ff60c315","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/788d4ab8ff60c315","status":"passed","time":{"start":1728597260330,"stop":1728597260330,"duration":0}}]},"tags":[]},"source":"ac59a6ada4a9bd56.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e0b48e10422e4e10.json b/7588/data/test-cases/ac74e4d08e2fae6b.json similarity index 82% rename from 7556/data/test-cases/e0b48e10422e4e10.json rename to 7588/data/test-cases/ac74e4d08e2fae6b.json index a9003fdd24a..fc9fcc56b98 100644 --- a/7556/data/test-cases/e0b48e10422e4e10.json +++ b/7588/data/test-cases/ac74e4d08e2fae6b.json @@ -1 +1 @@ -{"uid":"e0b48e10422e4e10","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":1728457481246,"stop":1728457481247,"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":6,"unknown":0,"total":6},"items":[{"uid":"4fbf1c6bdf48fe99","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/4fbf1c6bdf48fe99","status":"passed","time":{"start":1728456434590,"stop":1728456434591,"duration":1}},{"uid":"3a9b65958f0d8189","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/3a9b65958f0d8189","status":"passed","time":{"start":1728456196698,"stop":1728456196698,"duration":0}},{"uid":"e5d070d30b013e46","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e5d070d30b013e46","status":"passed","time":{"start":1728456113176,"stop":1728456113176,"duration":0}},{"uid":"ec2887e4235b71a5","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/ec2887e4235b71a5","status":"passed","time":{"start":1728455468954,"stop":1728455468955,"duration":1}},{"uid":"b999c3aaa7c6c87c","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b999c3aaa7c6c87c","status":"passed","time":{"start":1728452437002,"stop":1728452437008,"duration":6}}]},"tags":[]},"source":"e0b48e10422e4e10.json","parameterValues":[]} \ No newline at end of file +{"uid":"ac74e4d08e2fae6b","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":1729034636307,"stop":1729034636308,"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":15,"unknown":0,"total":15},"items":[{"uid":"29d7db2494ce1ed9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/29d7db2494ce1ed9","status":"passed","time":{"start":1729034402255,"stop":1729034402256,"duration":1}},{"uid":"e8e66c277c56764c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e8e66c277c56764c","status":"passed","time":{"start":1729034323280,"stop":1729034323280,"duration":0}},{"uid":"a69ca65e484c6ddc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a69ca65e484c6ddc","status":"passed","time":{"start":1729034144758,"stop":1729034144759,"duration":1}},{"uid":"4f26b3831201219a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f26b3831201219a","status":"passed","time":{"start":1729032198808,"stop":1729032198809,"duration":1}},{"uid":"657085307221c3da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/657085307221c3da","status":"passed","time":{"start":1728901901735,"stop":1728901901735,"duration":0}},{"uid":"8d5ea6cb922abf42","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d5ea6cb922abf42","status":"passed","time":{"start":1728893337226,"stop":1728893337227,"duration":1}},{"uid":"8b38ef568fbe988f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b38ef568fbe988f","status":"passed","time":{"start":1728856299183,"stop":1728856299183,"duration":0}},{"uid":"52e0c98c2e25736b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/52e0c98c2e25736b","status":"passed","time":{"start":1728738505368,"stop":1728738505369,"duration":1}},{"uid":"942a480b64c8e1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/942a480b64c8e1","status":"passed","time":{"start":1728683045437,"stop":1728683045438,"duration":1}},{"uid":"156401f20aab367a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/156401f20aab367a","status":"passed","time":{"start":1728682607280,"stop":1728682607280,"duration":0}},{"uid":"ad086d3079acc28","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ad086d3079acc28","status":"passed","time":{"start":1728677103485,"stop":1728677103485,"duration":0}},{"uid":"73529a71e268fce8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/73529a71e268fce8","status":"passed","time":{"start":1728669777110,"stop":1728669777111,"duration":1}},{"uid":"55e2b0b96b82f686","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55e2b0b96b82f686","status":"passed","time":{"start":1728598163460,"stop":1728598163460,"duration":0}},{"uid":"bbab845f1b058c04","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bbab845f1b058c04","status":"passed","time":{"start":1728597375454,"stop":1728597375455,"duration":1}}]},"tags":[]},"source":"ac74e4d08e2fae6b.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ac98161b7f033c16.json b/7588/data/test-cases/ac98161b7f033c16.json new file mode 100644 index 00000000000..150c1303f9f --- /dev/null +++ b/7588/data/test-cases/ac98161b7f033c16.json @@ -0,0 +1 @@ +{"uid":"ac98161b7f033c16","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":1729034656473,"stop":1729034656473,"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":15,"unknown":0,"total":15},"items":[{"uid":"528cc55983f5563f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/528cc55983f5563f","status":"passed","time":{"start":1729034428560,"stop":1729034428560,"duration":0}},{"uid":"fdf000c3e8761926","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fdf000c3e8761926","status":"passed","time":{"start":1729034348219,"stop":1729034348219,"duration":0}},{"uid":"a050468f139493ae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a050468f139493ae","status":"passed","time":{"start":1729034169452,"stop":1729034169453,"duration":1}},{"uid":"105f2978ccfe1d91","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/105f2978ccfe1d91","status":"passed","time":{"start":1729032228821,"stop":1729032228821,"duration":0}},{"uid":"833757cce380a4d7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/833757cce380a4d7","status":"passed","time":{"start":1728901950558,"stop":1728901950559,"duration":1}},{"uid":"3d59da336337848c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d59da336337848c","status":"passed","time":{"start":1728893389991,"stop":1728893389991,"duration":0}},{"uid":"d41ebdcf12b360c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d41ebdcf12b360c4","status":"passed","time":{"start":1728856333683,"stop":1728856333684,"duration":1}},{"uid":"dd96eb6d75253a86","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dd96eb6d75253a86","status":"passed","time":{"start":1728738555101,"stop":1728738555101,"duration":0}},{"uid":"e5924f83aaa607d2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e5924f83aaa607d2","status":"passed","time":{"start":1728683093177,"stop":1728683093177,"duration":0}},{"uid":"ac1e30eea3978db6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac1e30eea3978db6","status":"passed","time":{"start":1728682652697,"stop":1728682652697,"duration":0}},{"uid":"493707335fc7ad5d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/493707335fc7ad5d","status":"passed","time":{"start":1728677156819,"stop":1728677156819,"duration":0}},{"uid":"b62d6e6bf2800353","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b62d6e6bf2800353","status":"passed","time":{"start":1728669834444,"stop":1728669834445,"duration":1}},{"uid":"ff2aaea7c661b85e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ff2aaea7c661b85e","status":"passed","time":{"start":1728598212619,"stop":1728598212619,"duration":0}},{"uid":"2b95583fe0e191c7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2b95583fe0e191c7","status":"passed","time":{"start":1728597423331,"stop":1728597423331,"duration":0}}]},"tags":[]},"source":"ac98161b7f033c16.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/aca9bb4949a0ed5d.json b/7588/data/test-cases/aca9bb4949a0ed5d.json new file mode 100644 index 00000000000..a367bf4f56c --- /dev/null +++ b/7588/data/test-cases/aca9bb4949a0ed5d.json @@ -0,0 +1 @@ +{"uid":"aca9bb4949a0ed5d","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":1729034565827,"stop":1729034565827,"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":13,"unknown":0,"total":13},"items":[{"uid":"2df1f9f4f05e8ed8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2df1f9f4f05e8ed8","status":"passed","time":{"start":1729034325769,"stop":1729034325770,"duration":1}},{"uid":"81f03e423a77765d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/81f03e423a77765d","status":"passed","time":{"start":1729034249507,"stop":1729034249508,"duration":1}},{"uid":"1f653c7984771ccc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f653c7984771ccc","status":"passed","time":{"start":1729034066151,"stop":1729034066152,"duration":1}},{"uid":"5ac5d0b580c520c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5ac5d0b580c520c3","status":"passed","time":{"start":1728901782834,"stop":1728901782834,"duration":0}},{"uid":"9b74d59b6eb834dd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9b74d59b6eb834dd","status":"passed","time":{"start":1728893215978,"stop":1728893215980,"duration":2}},{"uid":"4a64a77d852b4a95","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4a64a77d852b4a95","status":"passed","time":{"start":1728856159197,"stop":1728856159198,"duration":1}},{"uid":"5dba1566430ce992","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5dba1566430ce992","status":"passed","time":{"start":1728738371832,"stop":1728738371832,"duration":0}},{"uid":"5d0f58612cbfa4bc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5d0f58612cbfa4bc","status":"passed","time":{"start":1728682915877,"stop":1728682915878,"duration":1}},{"uid":"3d61ccdccabbc4dd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d61ccdccabbc4dd","status":"passed","time":{"start":1728682496450,"stop":1728682496450,"duration":0}},{"uid":"f70fba9880dc5f97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f70fba9880dc5f97","status":"passed","time":{"start":1728676980218,"stop":1728676980219,"duration":1}},{"uid":"f1b3b3c59fe92f17","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f1b3b3c59fe92f17","status":"passed","time":{"start":1728598045383,"stop":1728598045383,"duration":0}},{"uid":"65e243c91206227f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/65e243c91206227f","status":"passed","time":{"start":1728597260327,"stop":1728597260328,"duration":1}}]},"tags":[]},"source":"aca9bb4949a0ed5d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/fa8d81e625349857.json b/7588/data/test-cases/accb193aebffdfb5.json similarity index 50% rename from 7556/data/test-cases/fa8d81e625349857.json rename to 7588/data/test-cases/accb193aebffdfb5.json index 82b198c4611..a59dfb17cf3 100644 --- a/7556/data/test-cases/fa8d81e625349857.json +++ b/7588/data/test-cases/accb193aebffdfb5.json @@ -1 +1 @@ -{"uid":"fa8d81e625349857","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":1728457289931,"stop":1728457289935,"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=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":6,"unknown":0,"total":6},"items":[{"uid":"dd6f1e02c971cf6f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/dd6f1e02c971cf6f","status":"passed","time":{"start":1728456257121,"stop":1728456257122,"duration":1}},{"uid":"635f885a56ac3f6f","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/635f885a56ac3f6f","status":"passed","time":{"start":1728455949870,"stop":1728455949870,"duration":0}},{"uid":"70b5aa088ef15cd6","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/70b5aa088ef15cd6","status":"passed","time":{"start":1728455741466,"stop":1728455741467,"duration":1}},{"uid":"91908a3997189d8","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/91908a3997189d8","status":"passed","time":{"start":1728455102320,"stop":1728455102320,"duration":0}},{"uid":"ce01b25cb9baf30a","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/ce01b25cb9baf30a","status":"passed","time":{"start":1728452170814,"stop":1728452170814,"duration":0}}]},"tags":[]},"source":"fa8d81e625349857.json","parameterValues":[]} \ No newline at end of file +{"uid":"accb193aebffdfb5","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":1729034472982,"stop":1729034472982,"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":15,"unknown":0,"total":15},"items":[{"uid":"2e82a9780d4f84f8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2e82a9780d4f84f8","status":"passed","time":{"start":1729034240921,"stop":1729034240921,"duration":0}},{"uid":"3a57916467e25fda","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a57916467e25fda","status":"passed","time":{"start":1729034159619,"stop":1729034159619,"duration":0}},{"uid":"e953d120f79b9673","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e953d120f79b9673","status":"passed","time":{"start":1729033976802,"stop":1729033976803,"duration":1}},{"uid":"9d4b198f7c945261","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d4b198f7c945261","status":"passed","time":{"start":1729032020526,"stop":1729032020527,"duration":1}},{"uid":"4d85d63f3aa5b2ad","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4d85d63f3aa5b2ad","status":"passed","time":{"start":1728901616450,"stop":1728901616451,"duration":1}},{"uid":"15b4b2a6306d9901","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15b4b2a6306d9901","status":"passed","time":{"start":1728893050247,"stop":1728893050248,"duration":1}},{"uid":"ee140b9d9eb454a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ee140b9d9eb454a0","status":"passed","time":{"start":1728856015174,"stop":1728856015174,"duration":0}},{"uid":"b3692c425801e11a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3692c425801e11a","status":"passed","time":{"start":1728738233143,"stop":1728738233143,"duration":0}},{"uid":"b2d5bed7ccfcc7cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b2d5bed7ccfcc7cd","status":"passed","time":{"start":1728682762475,"stop":1728682762475,"duration":0}},{"uid":"471ff7c71bb2d73d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/471ff7c71bb2d73d","status":"passed","time":{"start":1728682332788,"stop":1728682332789,"duration":1}},{"uid":"6eba6b71efa53b38","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6eba6b71efa53b38","status":"passed","time":{"start":1728676810297,"stop":1728676810298,"duration":1}},{"uid":"169d2a34c17c0f66","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/169d2a34c17c0f66","status":"passed","time":{"start":1728669529901,"stop":1728669529902,"duration":1}},{"uid":"4350af45c857039d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4350af45c857039d","status":"passed","time":{"start":1728597873537,"stop":1728597873537,"duration":0}},{"uid":"42695b23fb086e0b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42695b23fb086e0b","status":"passed","time":{"start":1728597089276,"stop":1728597089276,"duration":0}}]},"tags":[]},"source":"accb193aebffdfb5.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/73449f81263d4ee0.json b/7588/data/test-cases/ad96767a12c5b704.json similarity index 50% rename from 7556/data/test-cases/73449f81263d4ee0.json rename to 7588/data/test-cases/ad96767a12c5b704.json index 3488ede7eb2..df406d05c3a 100644 --- a/7556/data/test-cases/73449f81263d4ee0.json +++ b/7588/data/test-cases/ad96767a12c5b704.json @@ -1 +1 @@ -{"uid":"73449f81263d4ee0","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":1728457289907,"stop":1728457289908,"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":6,"unknown":0,"total":6},"items":[{"uid":"424ee9f2e2372f5d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/424ee9f2e2372f5d","status":"passed","time":{"start":1728456257118,"stop":1728456257121,"duration":3}},{"uid":"c78447044c340c88","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/c78447044c340c88","status":"passed","time":{"start":1728455949869,"stop":1728455949869,"duration":0}},{"uid":"633e92c5060f8b79","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/633e92c5060f8b79","status":"passed","time":{"start":1728455741464,"stop":1728455741465,"duration":1}},{"uid":"dc98cd3b0d654e71","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/dc98cd3b0d654e71","status":"passed","time":{"start":1728455102319,"stop":1728455102319,"duration":0}},{"uid":"fc76fbe25db844b1","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/fc76fbe25db844b1","status":"passed","time":{"start":1728452170813,"stop":1728452170813,"duration":0}}]},"tags":[]},"source":"73449f81263d4ee0.json","parameterValues":[]} \ No newline at end of file +{"uid":"ad96767a12c5b704","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":1729034472976,"stop":1729034472976,"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":15,"unknown":0,"total":15},"items":[{"uid":"365bcb6ab02283c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/365bcb6ab02283c","status":"passed","time":{"start":1729034240920,"stop":1729034240920,"duration":0}},{"uid":"907cdd00e45e3faf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/907cdd00e45e3faf","status":"passed","time":{"start":1729034159617,"stop":1729034159617,"duration":0}},{"uid":"41eaf3b4778cc208","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41eaf3b4778cc208","status":"passed","time":{"start":1729033976801,"stop":1729033976802,"duration":1}},{"uid":"a80313e96b7dce6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a80313e96b7dce6c","status":"passed","time":{"start":1729032020524,"stop":1729032020525,"duration":1}},{"uid":"22c41f03d95b4308","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/22c41f03d95b4308","status":"passed","time":{"start":1728901616436,"stop":1728901616436,"duration":0}},{"uid":"e1279f59f5d8d30f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e1279f59f5d8d30f","status":"passed","time":{"start":1728893050246,"stop":1728893050247,"duration":1}},{"uid":"8ff75cd3df765052","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8ff75cd3df765052","status":"passed","time":{"start":1728856015173,"stop":1728856015173,"duration":0}},{"uid":"784eb7d8ee9e5d70","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/784eb7d8ee9e5d70","status":"passed","time":{"start":1728738233142,"stop":1728738233142,"duration":0}},{"uid":"3d3f22e446189238","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3d3f22e446189238","status":"passed","time":{"start":1728682762474,"stop":1728682762474,"duration":0}},{"uid":"da23ad65200ba466","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/da23ad65200ba466","status":"passed","time":{"start":1728682332788,"stop":1728682332788,"duration":0}},{"uid":"7d241b9fd603afe4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d241b9fd603afe4","status":"passed","time":{"start":1728676810293,"stop":1728676810293,"duration":0}},{"uid":"4243ae39dae390e4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4243ae39dae390e4","status":"passed","time":{"start":1728669529900,"stop":1728669529901,"duration":1}},{"uid":"daa2a0e479a108a3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/daa2a0e479a108a3","status":"passed","time":{"start":1728597873536,"stop":1728597873536,"duration":0}},{"uid":"dea260852efbf464","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dea260852efbf464","status":"passed","time":{"start":1728597089275,"stop":1728597089275,"duration":0}}]},"tags":[]},"source":"ad96767a12c5b704.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/adfab47939546db.json b/7588/data/test-cases/adfab47939546db.json new file mode 100644 index 00000000000..1a4ac7dab6a --- /dev/null +++ b/7588/data/test-cases/adfab47939546db.json @@ -0,0 +1 @@ +{"uid":"adfab47939546db","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":1729034340755,"stop":1729034340755,"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":15,"unknown":0,"total":15},"items":[{"uid":"eb7ae73e6453c292","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/eb7ae73e6453c292","status":"passed","time":{"start":1729034104176,"stop":1729034104177,"duration":1}},{"uid":"13ab703ba87eb54d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/13ab703ba87eb54d","status":"passed","time":{"start":1729034027742,"stop":1729034027743,"duration":1}},{"uid":"5b2f959ad49276d5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5b2f959ad49276d5","status":"passed","time":{"start":1729033842348,"stop":1729033842349,"duration":1}},{"uid":"ef8c1a5ffb57d420","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ef8c1a5ffb57d420","status":"passed","time":{"start":1729031892047,"stop":1729031892048,"duration":1}},{"uid":"d22d5aaa1c6a0abc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d22d5aaa1c6a0abc","status":"passed","time":{"start":1728901438030,"stop":1728901438030,"duration":0}},{"uid":"3bd54a1ab492d79","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3bd54a1ab492d79","status":"passed","time":{"start":1728892868233,"stop":1728892868234,"duration":1}},{"uid":"376f0ba43360a2ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/376f0ba43360a2ac","status":"passed","time":{"start":1728855831080,"stop":1728855831080,"duration":0}},{"uid":"99778ba07641788d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/99778ba07641788d","status":"passed","time":{"start":1728738048442,"stop":1728738048443,"duration":1}},{"uid":"f525e7f43e88c823","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f525e7f43e88c823","status":"passed","time":{"start":1728682581845,"stop":1728682581846,"duration":1}},{"uid":"9fa0ab3fb10a421e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9fa0ab3fb10a421e","status":"passed","time":{"start":1728682154708,"stop":1728682154709,"duration":1}},{"uid":"bdd9cb9522ea216e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bdd9cb9522ea216e","status":"passed","time":{"start":1728676629301,"stop":1728676629302,"duration":1}},{"uid":"fae8fa71333d9a1d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fae8fa71333d9a1d","status":"passed","time":{"start":1728669352211,"stop":1728669352212,"duration":1}},{"uid":"47abd703b5ef06c2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/47abd703b5ef06c2","status":"passed","time":{"start":1728597693018,"stop":1728597693019,"duration":1}},{"uid":"66e8f3fa64b1a40","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/66e8f3fa64b1a40","status":"passed","time":{"start":1728596912533,"stop":1728596912533,"duration":0}}]},"tags":[]},"source":"adfab47939546db.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/adfd54d4af022a21.json b/7588/data/test-cases/adfd54d4af022a21.json new file mode 100644 index 00000000000..8d92cd02620 --- /dev/null +++ b/7588/data/test-cases/adfd54d4af022a21.json @@ -0,0 +1 @@ +{"uid":"adfd54d4af022a21","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":1729034332648,"stop":1729034332648,"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":15,"unknown":0,"total":15},"items":[{"uid":"962a5a5bc9a7dfad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/962a5a5bc9a7dfad","status":"passed","time":{"start":1729034096144,"stop":1729034096145,"duration":1}},{"uid":"31fd88a7b2ede57e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/31fd88a7b2ede57e","status":"passed","time":{"start":1729034020101,"stop":1729034020101,"duration":0}},{"uid":"898a622a5d8716b0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/898a622a5d8716b0","status":"passed","time":{"start":1729033834398,"stop":1729033834399,"duration":1}},{"uid":"7a613170b5a732f6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a613170b5a732f6","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"e26f5b0862d8ddc8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e26f5b0862d8ddc8","status":"passed","time":{"start":1728901430264,"stop":1728901430265,"duration":1}},{"uid":"23e7cfc05b6707a8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/23e7cfc05b6707a8","status":"passed","time":{"start":1728892860543,"stop":1728892860543,"duration":0}},{"uid":"23340c4c6ddc34f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/23340c4c6ddc34f7","status":"passed","time":{"start":1728855823332,"stop":1728855823333,"duration":1}},{"uid":"23c6b172a2e49627","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23c6b172a2e49627","status":"passed","time":{"start":1728738040613,"stop":1728738040614,"duration":1}},{"uid":"b833ea2856645d36","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b833ea2856645d36","status":"passed","time":{"start":1728682574106,"stop":1728682574106,"duration":0}},{"uid":"e59c7bc12c907473","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e59c7bc12c907473","status":"passed","time":{"start":1728682146829,"stop":1728682146829,"duration":0}},{"uid":"94df0d7a7a376ad5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/94df0d7a7a376ad5","status":"passed","time":{"start":1728676621443,"stop":1728676621443,"duration":0}},{"uid":"19a7a04c98c0036f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/19a7a04c98c0036f","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"daaa0d31d103e32d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/daaa0d31d103e32d","status":"passed","time":{"start":1728597685173,"stop":1728597685174,"duration":1}},{"uid":"8e3def05e9a43eff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e3def05e9a43eff","status":"passed","time":{"start":1728596904483,"stop":1728596904483,"duration":0}}]},"tags":[]},"source":"adfd54d4af022a21.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e79b1c2d3f9cc0ca.json b/7588/data/test-cases/ae36504ee291e6c1.json similarity index 80% rename from 7556/data/test-cases/e79b1c2d3f9cc0ca.json rename to 7588/data/test-cases/ae36504ee291e6c1.json index 61df9edb622..3a2b51818ea 100644 --- a/7556/data/test-cases/e79b1c2d3f9cc0ca.json +++ b/7588/data/test-cases/ae36504ee291e6c1.json @@ -1 +1 @@ -{"uid":"e79b1c2d3f9cc0ca","name":"Register correct protocols","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Register correct protocols","historyId":"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457490909,"stop":1728457490910,"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":6,"unknown":0,"total":6},"items":[{"uid":"df66783e886bf7f3","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/df66783e886bf7f3","status":"passed","time":{"start":1728456439214,"stop":1728456439215,"duration":1}},{"uid":"9cdd00736b9de38f","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/9cdd00736b9de38f","status":"passed","time":{"start":1728456209521,"stop":1728456209533,"duration":12}},{"uid":"ccff5059058aba81","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/ccff5059058aba81","status":"passed","time":{"start":1728456126833,"stop":1728456126833,"duration":0}},{"uid":"bbf651caaba25ffe","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/bbf651caaba25ffe","status":"passed","time":{"start":1728455481793,"stop":1728455481794,"duration":1}},{"uid":"7803d9b349979c07","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/7803d9b349979c07","status":"passed","time":{"start":1728452438547,"stop":1728452438547,"duration":0}}]},"tags":[]},"source":"e79b1c2d3f9cc0ca.json","parameterValues":[]} \ No newline at end of file +{"uid":"ae36504ee291e6c1","name":"Register correct protocols","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Register correct protocols","historyId":"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034640505,"stop":1729034640505,"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":15,"unknown":0,"total":15},"items":[{"uid":"1c4510e94b3137db","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1c4510e94b3137db","status":"passed","time":{"start":1729034411417,"stop":1729034411418,"duration":1}},{"uid":"b94aa8368858f7df","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b94aa8368858f7df","status":"passed","time":{"start":1729034327389,"stop":1729034327389,"duration":0}},{"uid":"4fa2a0410dd57166","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4fa2a0410dd57166","status":"passed","time":{"start":1729034147760,"stop":1729034147760,"duration":0}},{"uid":"c6f2ccaba19b2dce","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6f2ccaba19b2dce","status":"passed","time":{"start":1729032204822,"stop":1729032204822,"duration":0}},{"uid":"8842cc3758e64579","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8842cc3758e64579","status":"passed","time":{"start":1728901907650,"stop":1728901907650,"duration":0}},{"uid":"1cb36fdddce6f48","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cb36fdddce6f48","status":"passed","time":{"start":1728893341885,"stop":1728893341885,"duration":0}},{"uid":"ed7aefdb72b7678d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed7aefdb72b7678d","status":"passed","time":{"start":1728856299350,"stop":1728856299350,"duration":0}},{"uid":"e51fd38b50b6cb9b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e51fd38b50b6cb9b","status":"passed","time":{"start":1728738511610,"stop":1728738511610,"duration":0}},{"uid":"dc24f6f419bf9770","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc24f6f419bf9770","status":"passed","time":{"start":1728683052904,"stop":1728683052905,"duration":1}},{"uid":"3da63ffb9daab035","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3da63ffb9daab035","status":"passed","time":{"start":1728682612905,"stop":1728682612905,"duration":0}},{"uid":"5a412b0891612f28","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5a412b0891612f28","status":"passed","time":{"start":1728677115738,"stop":1728677115739,"duration":1}},{"uid":"510f7311cbfa6277","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/510f7311cbfa6277","status":"passed","time":{"start":1728669778168,"stop":1728669778168,"duration":0}},{"uid":"4bc67e5f52357d97","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4bc67e5f52357d97","status":"passed","time":{"start":1728598175426,"stop":1728598175426,"duration":0}},{"uid":"86c72fa2a4726056","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86c72fa2a4726056","status":"passed","time":{"start":1728597380056,"stop":1728597380056,"duration":0}}]},"tags":[]},"source":"ae36504ee291e6c1.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/4b8ef54fc2751532.json b/7588/data/test-cases/ae4a0423f59e61bf.json similarity index 60% rename from 7556/data/test-cases/4b8ef54fc2751532.json rename to 7588/data/test-cases/ae4a0423f59e61bf.json index bdaabafb673..e73882a1060 100644 --- a/7556/data/test-cases/4b8ef54fc2751532.json +++ b/7588/data/test-cases/ae4a0423f59e61bf.json @@ -1 +1 @@ -{"uid":"4b8ef54fc2751532","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":1728457215713,"stop":1728457215713,"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":6,"unknown":0,"total":6},"items":[{"uid":"f2e979c71fc77360","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/f2e979c71fc77360","status":"passed","time":{"start":1728456193486,"stop":1728456193489,"duration":3}},{"uid":"52c623572afdbb7f","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/52c623572afdbb7f","status":"passed","time":{"start":1728455873821,"stop":1728455873822,"duration":1}},{"uid":"cb09330c7b4ba402","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/cb09330c7b4ba402","status":"passed","time":{"start":1728455625301,"stop":1728455625301,"duration":0}},{"uid":"349ff4c1cd95cb3c","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/349ff4c1cd95cb3c","status":"passed","time":{"start":1728454985183,"stop":1728454985184,"duration":1}},{"uid":"f6eb4f0944d323f1","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f6eb4f0944d323f1","status":"passed","time":{"start":1728451999140,"stop":1728451999141,"duration":1}}]},"tags":[]},"source":"4b8ef54fc2751532.json","parameterValues":[]} \ No newline at end of file +{"uid":"ae4a0423f59e61bf","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":1729034408864,"stop":1729034408864,"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":15,"unknown":0,"total":15},"items":[{"uid":"9464d54d8c54a582","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9464d54d8c54a582","status":"passed","time":{"start":1729034166260,"stop":1729034166260,"duration":0}},{"uid":"a26f2bc2d716db5a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a26f2bc2d716db5a","status":"passed","time":{"start":1729034096718,"stop":1729034096718,"duration":0}},{"uid":"8bb9fe7293c3b85","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8bb9fe7293c3b85","status":"passed","time":{"start":1729033904745,"stop":1729033904747,"duration":2}},{"uid":"9b5f65bc6486f9b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9b5f65bc6486f9b","status":"passed","time":{"start":1729031952293,"stop":1729031952293,"duration":0}},{"uid":"5c680874d928dc6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5c680874d928dc6e","status":"passed","time":{"start":1728901498547,"stop":1728901498547,"duration":0}},{"uid":"b4f6fb4cbe6e848d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b4f6fb4cbe6e848d","status":"passed","time":{"start":1728892934940,"stop":1728892934940,"duration":0}},{"uid":"400360a550b5006d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/400360a550b5006d","status":"passed","time":{"start":1728855901080,"stop":1728855901087,"duration":7}},{"uid":"e0b97ef8636587ff","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e0b97ef8636587ff","status":"passed","time":{"start":1728738109820,"stop":1728738109821,"duration":1}},{"uid":"4cafe129f81a88dc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4cafe129f81a88dc","status":"passed","time":{"start":1728682641761,"stop":1728682641762,"duration":1}},{"uid":"52d07f697b569cfa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/52d07f697b569cfa","status":"passed","time":{"start":1728682224054,"stop":1728682224055,"duration":1}},{"uid":"c1b5fb413b163715","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1b5fb413b163715","status":"passed","time":{"start":1728676692588,"stop":1728676692588,"duration":0}},{"uid":"19f2ae862ff26b3c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/19f2ae862ff26b3c","status":"passed","time":{"start":1728669414322,"stop":1728669414325,"duration":3}},{"uid":"21c416ca32bd354f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/21c416ca32bd354f","status":"passed","time":{"start":1728597758156,"stop":1728597758156,"duration":0}},{"uid":"64561bf94a519e05","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/64561bf94a519e05","status":"passed","time":{"start":1728596973960,"stop":1728596973960,"duration":0}}]},"tags":[]},"source":"ae4a0423f59e61bf.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ae6e8a022a2f0f06.json b/7588/data/test-cases/ae6e8a022a2f0f06.json new file mode 100644 index 00000000000..330430a088c --- /dev/null +++ b/7588/data/test-cases/ae6e8a022a2f0f06.json @@ -0,0 +1 @@ +{"uid":"ae6e8a022a2f0f06","name":"Sign & Recover","fullName":"/src/encryption.spec.ts: Waku Encryption > Sign & Recover","historyId":"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034366899,"stop":1729034366899,"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":15,"unknown":0,"total":15},"items":[{"uid":"1aec12ae568d8b26","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1aec12ae568d8b26","status":"passed","time":{"start":1729034130925,"stop":1729034130925,"duration":0}},{"uid":"99c01c343297768a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/99c01c343297768a","status":"passed","time":{"start":1729034053887,"stop":1729034053888,"duration":1}},{"uid":"9eb26272e9fa5f9d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9eb26272e9fa5f9d","status":"passed","time":{"start":1729033868927,"stop":1729033868927,"duration":0}},{"uid":"6179d87e14496e34","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6179d87e14496e34","status":"passed","time":{"start":1729031918512,"stop":1729031918513,"duration":1}},{"uid":"caeaa4be54ea19bc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/caeaa4be54ea19bc","status":"passed","time":{"start":1728901464221,"stop":1728901464221,"duration":0}},{"uid":"4f6759bcf7a29f17","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4f6759bcf7a29f17","status":"passed","time":{"start":1728892894741,"stop":1728892894742,"duration":1}},{"uid":"16e236146c71bcc8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/16e236146c71bcc8","status":"passed","time":{"start":1728855857253,"stop":1728855857253,"duration":0}},{"uid":"eb4238342f8f380d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eb4238342f8f380d","status":"passed","time":{"start":1728738074581,"stop":1728738074582,"duration":1}},{"uid":"cae22336e1a703c2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cae22336e1a703c2","status":"passed","time":{"start":1728682608128,"stop":1728682608128,"duration":0}},{"uid":"754c7208b9a79396","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/754c7208b9a79396","status":"passed","time":{"start":1728682181013,"stop":1728682181013,"duration":0}},{"uid":"e1408c2547a1d717","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e1408c2547a1d717","status":"passed","time":{"start":1728676655410,"stop":1728676655411,"duration":1}},{"uid":"9444677d0ae26a30","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9444677d0ae26a30","status":"passed","time":{"start":1728669378741,"stop":1728669378742,"duration":1}},{"uid":"b83e17b45facf14a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b83e17b45facf14a","status":"passed","time":{"start":1728597719064,"stop":1728597719064,"duration":0}},{"uid":"fccecdcce4548ece","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fccecdcce4548ece","status":"passed","time":{"start":1728596938239,"stop":1728596938240,"duration":1}}]},"tags":[]},"source":"ae6e8a022a2f0f06.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/eb0c82320dffbc04.json b/7588/data/test-cases/aec34ed9a0e578b5.json similarity index 85% rename from 7556/data/test-cases/eb0c82320dffbc04.json rename to 7588/data/test-cases/aec34ed9a0e578b5.json index c76d5dd2c3c..18164cac54a 100644 --- a/7556/data/test-cases/eb0c82320dffbc04.json +++ b/7588/data/test-cases/aec34ed9a0e578b5.json @@ -1 +1 @@ -{"uid":"eb0c82320dffbc04","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":1728457537124,"stop":1728457537124,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"217924648bece3db","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/217924648bece3db","status":"passed","time":{"start":1728456499092,"stop":1728456499093,"duration":1}},{"uid":"99d8b72923888b89","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/99d8b72923888b89","status":"passed","time":{"start":1728456215072,"stop":1728456215072,"duration":0}},{"uid":"b31cba2699f7d996","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b31cba2699f7d996","status":"passed","time":{"start":1728456167127,"stop":1728456167127,"duration":0}},{"uid":"f6b8f28f583291a5","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f6b8f28f583291a5","status":"passed","time":{"start":1728455518190,"stop":1728455518191,"duration":1}},{"uid":"938a645d0c7852b0","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/938a645d0c7852b0","status":"passed","time":{"start":1728452534875,"stop":1728452534875,"duration":0}}]},"tags":[]},"source":"eb0c82320dffbc04.json","parameterValues":[]} \ No newline at end of file +{"uid":"aec34ed9a0e578b5","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":1729034704492,"stop":1729034704492,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"86c297070c31020d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/86c297070c31020d","status":"passed","time":{"start":1729034474984,"stop":1729034474984,"duration":0}},{"uid":"31117f1576142d35","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/31117f1576142d35","status":"passed","time":{"start":1729034395288,"stop":1729034395288,"duration":0}},{"uid":"a7d61e4e9b27f10d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a7d61e4e9b27f10d","status":"passed","time":{"start":1729034209092,"stop":1729034209093,"duration":1}},{"uid":"4aaa9b0c6821ad26","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4aaa9b0c6821ad26","status":"passed","time":{"start":1729032264564,"stop":1729032264565,"duration":1}},{"uid":"9925fc21bc4b8485","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9925fc21bc4b8485","status":"passed","time":{"start":1728902012840,"stop":1728902012844,"duration":4}},{"uid":"adbbd117d50c92be","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/adbbd117d50c92be","status":"passed","time":{"start":1728893454808,"stop":1728893454809,"duration":1}},{"uid":"7e0b93e550b0dc69","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7e0b93e550b0dc69","status":"passed","time":{"start":1728856408449,"stop":1728856408450,"duration":1}},{"uid":"336201f4f85cb4a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/336201f4f85cb4a","status":"passed","time":{"start":1728738633851,"stop":1728738633852,"duration":1}},{"uid":"ab84430f091fc063","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab84430f091fc063","status":"passed","time":{"start":1728683159748,"stop":1728683159749,"duration":1}},{"uid":"c41879655adc35cc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c41879655adc35cc","status":"passed","time":{"start":1728682751326,"stop":1728682751326,"duration":0}},{"uid":"c5d144234bdbe4f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c5d144234bdbe4f7","status":"passed","time":{"start":1728677216352,"stop":1728677216353,"duration":1}},{"uid":"b19b6d07d43196a4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b19b6d07d43196a4","status":"passed","time":{"start":1728669925451,"stop":1728669925451,"duration":0}},{"uid":"9e63e29fd0a12b8d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e63e29fd0a12b8d","status":"passed","time":{"start":1728598268799,"stop":1728598268799,"duration":0}},{"uid":"b1582c18f212497d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b1582c18f212497d","status":"passed","time":{"start":1728597503911,"stop":1728597503912,"duration":1}}]},"tags":[]},"source":"aec34ed9a0e578b5.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e7d3620c00be86c4.json b/7588/data/test-cases/aed53a11f637ac55.json similarity index 83% rename from 7556/data/test-cases/e7d3620c00be86c4.json rename to 7588/data/test-cases/aed53a11f637ac55.json index 1d5f1a75fa6..10193167d77 100644 --- a/7556/data/test-cases/e7d3620c00be86c4.json +++ b/7588/data/test-cases/aed53a11f637ac55.json @@ -1 +1 @@ -{"uid":"e7d3620c00be86c4","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":1728457448608,"stop":1728457448608,"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":6,"unknown":0,"total":6},"items":[{"uid":"91cbb441910785a0","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/91cbb441910785a0","status":"passed","time":{"start":1728456402356,"stop":1728456402362,"duration":6}},{"uid":"39493fad87bfd4d4","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/39493fad87bfd4d4","status":"passed","time":{"start":1728456120418,"stop":1728456120418,"duration":0}},{"uid":"ad66a448078d5545","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/ad66a448078d5545","status":"passed","time":{"start":1728456038361,"stop":1728456038361,"duration":0}},{"uid":"984288b630b4c2ce","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/984288b630b4c2ce","status":"passed","time":{"start":1728455403811,"stop":1728455403812,"duration":1}},{"uid":"19a68ffcdab95a6b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/19a68ffcdab95a6b","status":"passed","time":{"start":1728452400271,"stop":1728452400273,"duration":2}}]},"tags":[]},"source":"e7d3620c00be86c4.json","parameterValues":[]} \ No newline at end of file +{"uid":"aed53a11f637ac55","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":1729034611654,"stop":1729034611655,"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":15,"unknown":0,"total":15},"items":[{"uid":"b7d866c199373072","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b7d866c199373072","status":"passed","time":{"start":1729034393628,"stop":1729034393630,"duration":2}},{"uid":"9cdcf7498d7abf69","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9cdcf7498d7abf69","status":"passed","time":{"start":1729034304822,"stop":1729034304823,"duration":1}},{"uid":"a8b57d9537e2da08","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8b57d9537e2da08","status":"passed","time":{"start":1729034121892,"stop":1729034121892,"duration":0}},{"uid":"69bf8bc964c209fb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/69bf8bc964c209fb","status":"passed","time":{"start":1729032174799,"stop":1729032174799,"duration":0}},{"uid":"f4058ba961b6260a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f4058ba961b6260a","status":"passed","time":{"start":1728901881005,"stop":1728901881005,"duration":0}},{"uid":"936a6e0abd940f00","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/936a6e0abd940f00","status":"passed","time":{"start":1728893317151,"stop":1728893317151,"duration":0}},{"uid":"e5faf6bafdb7895e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e5faf6bafdb7895e","status":"passed","time":{"start":1728856263066,"stop":1728856263066,"duration":0}},{"uid":"5d325e3d118536ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5d325e3d118536ca","status":"passed","time":{"start":1728738492790,"stop":1728738492790,"duration":0}},{"uid":"bba387f6dfe62ca2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bba387f6dfe62ca2","status":"passed","time":{"start":1728683030009,"stop":1728683030009,"duration":0}},{"uid":"6078d2798fbfae84","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6078d2798fbfae84","status":"passed","time":{"start":1728682581083,"stop":1728682581085,"duration":2}},{"uid":"49e2aa0b455ec886","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/49e2aa0b455ec886","status":"passed","time":{"start":1728677081985,"stop":1728677081986,"duration":1}},{"uid":"2b756e8680d05d6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b756e8680d05d6","status":"passed","time":{"start":1728669795387,"stop":1728669795387,"duration":0}},{"uid":"abc37b1911dce0e3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/abc37b1911dce0e3","status":"passed","time":{"start":1728598137496,"stop":1728598137496,"duration":0}},{"uid":"2495ac9ab7005bda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2495ac9ab7005bda","status":"passed","time":{"start":1728597353474,"stop":1728597353474,"duration":0}}]},"tags":[]},"source":"aed53a11f637ac55.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3522a8c0d4d55555.json b/7588/data/test-cases/aed7097633632a1c.json similarity index 82% rename from 7556/data/test-cases/3522a8c0d4d55555.json rename to 7588/data/test-cases/aed7097633632a1c.json index 6e2a408519f..8d103fa098e 100644 --- a/7556/data/test-cases/3522a8c0d4d55555.json +++ b/7588/data/test-cases/aed7097633632a1c.json @@ -1 +1 @@ -{"uid":"3522a8c0d4d55555","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":1728457448622,"stop":1728457448622,"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":6,"unknown":0,"total":6},"items":[{"uid":"2b1ae62e9c274ecc","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/2b1ae62e9c274ecc","status":"passed","time":{"start":1728456402402,"stop":1728456402403,"duration":1}},{"uid":"7594e5d79f6fd17e","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/7594e5d79f6fd17e","status":"passed","time":{"start":1728456120439,"stop":1728456120439,"duration":0}},{"uid":"a920474ff81e2b72","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/a920474ff81e2b72","status":"passed","time":{"start":1728456038374,"stop":1728456038375,"duration":1}},{"uid":"a03743cd74e4ed14","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a03743cd74e4ed14","status":"passed","time":{"start":1728455403829,"stop":1728455403830,"duration":1}},{"uid":"99e842a8f7edfbd6","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/99e842a8f7edfbd6","status":"passed","time":{"start":1728452400289,"stop":1728452400293,"duration":4}}]},"tags":[]},"source":"3522a8c0d4d55555.json","parameterValues":[]} \ No newline at end of file +{"uid":"aed7097633632a1c","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":1729034611680,"stop":1729034611681,"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":15,"unknown":0,"total":15},"items":[{"uid":"50b43f881ea0424c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/50b43f881ea0424c","status":"passed","time":{"start":1729034393656,"stop":1729034393656,"duration":0}},{"uid":"dd5c6ddd8ddbdf44","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dd5c6ddd8ddbdf44","status":"passed","time":{"start":1729034304854,"stop":1729034304854,"duration":0}},{"uid":"7b58f1f0eca0a785","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b58f1f0eca0a785","status":"passed","time":{"start":1729034121940,"stop":1729034121940,"duration":0}},{"uid":"771a2901cec6b988","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/771a2901cec6b988","status":"passed","time":{"start":1729032174919,"stop":1729032174919,"duration":0}},{"uid":"77b80cc02d65f07","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/77b80cc02d65f07","status":"passed","time":{"start":1728901881024,"stop":1728901881025,"duration":1}},{"uid":"5f5771132fc9057e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5f5771132fc9057e","status":"passed","time":{"start":1728893317179,"stop":1728893317179,"duration":0}},{"uid":"fab1d5b3bf287d29","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fab1d5b3bf287d29","status":"passed","time":{"start":1728856263110,"stop":1728856263110,"duration":0}},{"uid":"f00470cf4c5ee038","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f00470cf4c5ee038","status":"passed","time":{"start":1728738492803,"stop":1728738492804,"duration":1}},{"uid":"a993d6922ecdba72","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a993d6922ecdba72","status":"passed","time":{"start":1728683030027,"stop":1728683030027,"duration":0}},{"uid":"f3fed9bf88a10d2b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f3fed9bf88a10d2b","status":"passed","time":{"start":1728682581112,"stop":1728682581113,"duration":1}},{"uid":"dd3ab3ea01efbbec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd3ab3ea01efbbec","status":"passed","time":{"start":1728677082007,"stop":1728677082008,"duration":1}},{"uid":"34d80be401e92b1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34d80be401e92b1","status":"passed","time":{"start":1728669795404,"stop":1728669795405,"duration":1}},{"uid":"cb0f6fdf270d667d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb0f6fdf270d667d","status":"passed","time":{"start":1728598137508,"stop":1728598137508,"duration":0}},{"uid":"efc00b03d9df0b61","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/efc00b03d9df0b61","status":"passed","time":{"start":1728597353485,"stop":1728597353485,"duration":0}}]},"tags":[]},"source":"aed7097633632a1c.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9653cd96bced092d.json b/7588/data/test-cases/af116ccc9b19d47c.json similarity index 52% rename from 7556/data/test-cases/9653cd96bced092d.json rename to 7588/data/test-cases/af116ccc9b19d47c.json index 1f97656aa7a..c5c80c8a354 100644 --- a/7556/data/test-cases/9653cd96bced092d.json +++ b/7588/data/test-cases/af116ccc9b19d47c.json @@ -1 +1 @@ -{"uid":"9653cd96bced092d","name":"Promise Callback - false","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - false","historyId":"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457542831,"stop":1728457542831,"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":6,"unknown":0,"total":6},"items":[{"uid":"4d7fff83e0157e4e","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/4d7fff83e0157e4e","status":"passed","time":{"start":1728456486725,"stop":1728456486726,"duration":1}},{"uid":"873e70202ccbcd1f","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/873e70202ccbcd1f","status":"passed","time":{"start":1728456259619,"stop":1728456259619,"duration":0}},{"uid":"efeee67cea5339a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/efeee67cea5339a","status":"passed","time":{"start":1728456223952,"stop":1728456223952,"duration":0}},{"uid":"89e0e113da3421b4","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/89e0e113da3421b4","status":"passed","time":{"start":1728455581727,"stop":1728455581728,"duration":1}},{"uid":"786748e126255f45","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/786748e126255f45","status":"passed","time":{"start":1728452535231,"stop":1728452535231,"duration":0}}]},"tags":[]},"source":"9653cd96bced092d.json","parameterValues":[]} \ No newline at end of file +{"uid":"af116ccc9b19d47c","name":"Promise Callback - false","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - false","historyId":"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034683701,"stop":1729034683701,"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":15,"unknown":0,"total":15},"items":[{"uid":"8e8ffc59c5f8a8ae","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8e8ffc59c5f8a8ae","status":"passed","time":{"start":1729034458928,"stop":1729034458928,"duration":0}},{"uid":"184914fb7f884823","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/184914fb7f884823","status":"passed","time":{"start":1729034372202,"stop":1729034372202,"duration":0}},{"uid":"9a5b60748cb4d39a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9a5b60748cb4d39a","status":"passed","time":{"start":1729034191995,"stop":1729034191995,"duration":0}},{"uid":"a11b09d79ac27d68","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a11b09d79ac27d68","status":"passed","time":{"start":1729032246147,"stop":1729032246148,"duration":1}},{"uid":"d4195a0ab32b61a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d4195a0ab32b61a8","status":"passed","time":{"start":1728902009943,"stop":1728902009943,"duration":0}},{"uid":"50a78f519cdd3a8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50a78f519cdd3a8","status":"passed","time":{"start":1728893442068,"stop":1728893442068,"duration":0}},{"uid":"578b57dc8bea9e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/578b57dc8bea9e7","status":"passed","time":{"start":1728856390380,"stop":1728856390380,"duration":0}},{"uid":"2907580e7c97fd26","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2907580e7c97fd26","status":"passed","time":{"start":1728738615985,"stop":1728738615986,"duration":1}},{"uid":"364de20161995db9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/364de20161995db9","status":"passed","time":{"start":1728683138591,"stop":1728683138591,"duration":0}},{"uid":"e2741445c62d84c3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e2741445c62d84c3","status":"passed","time":{"start":1728682713980,"stop":1728682713980,"duration":0}},{"uid":"af698fece05510a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/af698fece05510a1","status":"passed","time":{"start":1728677205666,"stop":1728677205666,"duration":0}},{"uid":"41611ddd8b547e7d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/41611ddd8b547e7d","status":"passed","time":{"start":1728669886307,"stop":1728669886307,"duration":0}},{"uid":"5cf18358d1540343","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5cf18358d1540343","status":"passed","time":{"start":1728598272275,"stop":1728598272275,"duration":0}},{"uid":"e3d53b30dd91c439","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3d53b30dd91c439","status":"passed","time":{"start":1728597492998,"stop":1728597492999,"duration":1}}]},"tags":[]},"source":"af116ccc9b19d47c.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6f9da92342742e05.json b/7588/data/test-cases/af1640251146c9ae.json similarity index 80% rename from 7556/data/test-cases/6f9da92342742e05.json rename to 7588/data/test-cases/af1640251146c9ae.json index 75024e7edc1..e474691a932 100644 --- a/7556/data/test-cases/6f9da92342742e05.json +++ b/7588/data/test-cases/af1640251146c9ae.json @@ -1 +1 @@ -{"uid":"6f9da92342742e05","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":1728457490934,"stop":1728457490934,"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":6,"unknown":0,"total":6},"items":[{"uid":"c06cedcdc5524ec1","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/c06cedcdc5524ec1","status":"passed","time":{"start":1728456439230,"stop":1728456439232,"duration":2}},{"uid":"89852444fbcf4bcb","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/89852444fbcf4bcb","status":"passed","time":{"start":1728456209567,"stop":1728456209571,"duration":4}},{"uid":"929dd0c154ff10e","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/929dd0c154ff10e","status":"passed","time":{"start":1728456126841,"stop":1728456126841,"duration":0}},{"uid":"4f51441eb0da181c","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/4f51441eb0da181c","status":"passed","time":{"start":1728455481804,"stop":1728455481804,"duration":0}},{"uid":"5b5ac75b8a1707b6","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/5b5ac75b8a1707b6","status":"passed","time":{"start":1728452438556,"stop":1728452438557,"duration":1}}]},"tags":[]},"source":"6f9da92342742e05.json","parameterValues":[]} \ No newline at end of file +{"uid":"af1640251146c9ae","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":1729034640526,"stop":1729034640526,"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":15,"unknown":0,"total":15},"items":[{"uid":"4619876f0e220683","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4619876f0e220683","status":"passed","time":{"start":1729034411426,"stop":1729034411427,"duration":1}},{"uid":"71cdf60b38509f26","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71cdf60b38509f26","status":"passed","time":{"start":1729034327409,"stop":1729034327409,"duration":0}},{"uid":"4b958bcfb990dc36","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b958bcfb990dc36","status":"passed","time":{"start":1729034147781,"stop":1729034147786,"duration":5}},{"uid":"6aa9960c2f1141c2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6aa9960c2f1141c2","status":"passed","time":{"start":1729032204831,"stop":1729032204831,"duration":0}},{"uid":"a5cc444564acce1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a5cc444564acce1f","status":"passed","time":{"start":1728901907715,"stop":1728901907715,"duration":0}},{"uid":"39729ed128501f71","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/39729ed128501f71","status":"passed","time":{"start":1728893341891,"stop":1728893341891,"duration":0}},{"uid":"dc00fa380f87d895","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dc00fa380f87d895","status":"passed","time":{"start":1728856299385,"stop":1728856299385,"duration":0}},{"uid":"a6d2f71e81d67cf4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a6d2f71e81d67cf4","status":"passed","time":{"start":1728738511620,"stop":1728738511622,"duration":2}},{"uid":"7454308f65353924","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7454308f65353924","status":"passed","time":{"start":1728683052914,"stop":1728683052914,"duration":0}},{"uid":"cd8aaddaf2e10671","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd8aaddaf2e10671","status":"passed","time":{"start":1728682612914,"stop":1728682612914,"duration":0}},{"uid":"85154b6318cd587c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85154b6318cd587c","status":"passed","time":{"start":1728677115750,"stop":1728677115750,"duration":0}},{"uid":"5613d35f3b9f9b44","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5613d35f3b9f9b44","status":"passed","time":{"start":1728669778185,"stop":1728669778185,"duration":0}},{"uid":"5ed61ed7011f5821","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5ed61ed7011f5821","status":"passed","time":{"start":1728598175436,"stop":1728598175436,"duration":0}},{"uid":"99fe94bf59423de8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/99fe94bf59423de8","status":"passed","time":{"start":1728597380065,"stop":1728597380066,"duration":1}}]},"tags":[]},"source":"af1640251146c9ae.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2d634e1ec7a7bc81.json b/7588/data/test-cases/af16ad39ac82cb9c.json similarity index 82% rename from 7556/data/test-cases/2d634e1ec7a7bc81.json rename to 7588/data/test-cases/af16ad39ac82cb9c.json index f5f38e3ec4f..5321c5dd5c7 100644 --- a/7556/data/test-cases/2d634e1ec7a7bc81.json +++ b/7588/data/test-cases/af16ad39ac82cb9c.json @@ -1 +1 @@ -{"uid":"2d634e1ec7a7bc81","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":1728457481312,"stop":1728457481313,"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":6,"unknown":0,"total":6},"items":[{"uid":"91d432322a3ccc2d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/91d432322a3ccc2d","status":"passed","time":{"start":1728456434608,"stop":1728456434608,"duration":0}},{"uid":"83ae672e2ce8b28a","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/83ae672e2ce8b28a","status":"passed","time":{"start":1728456196715,"stop":1728456196715,"duration":0}},{"uid":"8e7b70de91c0c4af","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/8e7b70de91c0c4af","status":"passed","time":{"start":1728456113219,"stop":1728456113219,"duration":0}},{"uid":"5d019080016232ae","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/5d019080016232ae","status":"passed","time":{"start":1728455468974,"stop":1728455468974,"duration":0}},{"uid":"916a99d00f6c73ed","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/916a99d00f6c73ed","status":"passed","time":{"start":1728452437029,"stop":1728452437029,"duration":0}}]},"tags":[]},"source":"2d634e1ec7a7bc81.json","parameterValues":[]} \ No newline at end of file +{"uid":"af16ad39ac82cb9c","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":1729034636324,"stop":1729034636324,"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":15,"unknown":0,"total":15},"items":[{"uid":"961f4437a560fbd2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/961f4437a560fbd2","status":"passed","time":{"start":1729034402290,"stop":1729034402290,"duration":0}},{"uid":"d768723605111846","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d768723605111846","status":"passed","time":{"start":1729034323319,"stop":1729034323319,"duration":0}},{"uid":"2e34179447f8771f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2e34179447f8771f","status":"passed","time":{"start":1729034144773,"stop":1729034144774,"duration":1}},{"uid":"5123d2daf6fc231e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5123d2daf6fc231e","status":"passed","time":{"start":1729032198837,"stop":1729032198838,"duration":1}},{"uid":"ea24b55f1204acca","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea24b55f1204acca","status":"passed","time":{"start":1728901901778,"stop":1728901901778,"duration":0}},{"uid":"d9f86b48e2b95f5f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d9f86b48e2b95f5f","status":"passed","time":{"start":1728893337259,"stop":1728893337259,"duration":0}},{"uid":"ead699be5e7c537","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ead699be5e7c537","status":"passed","time":{"start":1728856299203,"stop":1728856299203,"duration":0}},{"uid":"540b0d4522620cf7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/540b0d4522620cf7","status":"passed","time":{"start":1728738505395,"stop":1728738505396,"duration":1}},{"uid":"a1132fcdfc896784","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1132fcdfc896784","status":"passed","time":{"start":1728683045455,"stop":1728683045455,"duration":0}},{"uid":"ca5745871ad98ebe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ca5745871ad98ebe","status":"passed","time":{"start":1728682607300,"stop":1728682607300,"duration":0}},{"uid":"25dd9044146f98eb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/25dd9044146f98eb","status":"passed","time":{"start":1728677103503,"stop":1728677103504,"duration":1}},{"uid":"e3c1431438294208","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e3c1431438294208","status":"passed","time":{"start":1728669777144,"stop":1728669777144,"duration":0}},{"uid":"8b85ea3f8a2fa2a5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8b85ea3f8a2fa2a5","status":"passed","time":{"start":1728598163472,"stop":1728598163472,"duration":0}},{"uid":"ee26ed8bb8a0a23c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ee26ed8bb8a0a23c","status":"passed","time":{"start":1728597375493,"stop":1728597375494,"duration":1}}]},"tags":[]},"source":"af16ad39ac82cb9c.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/69602883f1df3b9f.json b/7588/data/test-cases/af2412f3af23e3d8.json similarity index 88% rename from 7556/data/test-cases/69602883f1df3b9f.json rename to 7588/data/test-cases/af2412f3af23e3d8.json index ac90db57fec..7fb451edaf4 100644 --- a/7556/data/test-cases/69602883f1df3b9f.json +++ b/7588/data/test-cases/af2412f3af23e3d8.json @@ -1 +1 @@ -{"uid":"69602883f1df3b9f","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":1728457510450,"stop":1728457510450,"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":6,"unknown":0,"total":6},"items":[{"uid":"a686df98fb9643cf","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a686df98fb9643cf","status":"passed","time":{"start":1728456448208,"stop":1728456448208,"duration":0}},{"uid":"f14cfbc775b3b551","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f14cfbc775b3b551","status":"passed","time":{"start":1728456195701,"stop":1728456195702,"duration":1}},{"uid":"cfbf893ae8f42435","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/cfbf893ae8f42435","status":"passed","time":{"start":1728456166708,"stop":1728456166709,"duration":1}},{"uid":"33e4351603141b63","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/33e4351603141b63","status":"passed","time":{"start":1728455516730,"stop":1728455516730,"duration":0}},{"uid":"4e0ff2c109267271","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/4e0ff2c109267271","status":"passed","time":{"start":1728452508945,"stop":1728452508945,"duration":0}}]},"tags":[]},"source":"69602883f1df3b9f.json","parameterValues":[]} \ No newline at end of file +{"uid":"af2412f3af23e3d8","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":1729034631257,"stop":1729034631257,"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":15,"unknown":0,"total":15},"items":[{"uid":"dfbbcb7458f412c3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dfbbcb7458f412c3","status":"passed","time":{"start":1729034400893,"stop":1729034400893,"duration":0}},{"uid":"f6c655c6eff5b959","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f6c655c6eff5b959","status":"passed","time":{"start":1729034317463,"stop":1729034317463,"duration":0}},{"uid":"4f17c1aa34ba8765","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f17c1aa34ba8765","status":"passed","time":{"start":1729034137145,"stop":1729034137146,"duration":1}},{"uid":"fab8f1fe6a0ec9ac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fab8f1fe6a0ec9ac","status":"passed","time":{"start":1729032206878,"stop":1729032206879,"duration":1}},{"uid":"638554dffd9092d4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/638554dffd9092d4","status":"passed","time":{"start":1728901995025,"stop":1728901995025,"duration":0}},{"uid":"219bf0e78bc1b151","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/219bf0e78bc1b151","status":"passed","time":{"start":1728893421001,"stop":1728893421001,"duration":0}},{"uid":"8b45fa2ae93a6f95","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b45fa2ae93a6f95","status":"passed","time":{"start":1728856368601,"stop":1728856368601,"duration":0}},{"uid":"dd2ec6751bb122d1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dd2ec6751bb122d1","status":"passed","time":{"start":1728738604685,"stop":1728738604685,"duration":0}},{"uid":"44af2ea5b4f1cd1b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/44af2ea5b4f1cd1b","status":"passed","time":{"start":1728683117639,"stop":1728683117640,"duration":1}},{"uid":"f1ca4a8083bba4c6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f1ca4a8083bba4c6","status":"passed","time":{"start":1728682721321,"stop":1728682721321,"duration":0}},{"uid":"e6e9a8a87a675f95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e6e9a8a87a675f95","status":"passed","time":{"start":1728677184687,"stop":1728677184687,"duration":0}},{"uid":"900d8331b756617e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/900d8331b756617e","status":"passed","time":{"start":1728669866457,"stop":1728669866457,"duration":0}},{"uid":"233be459f2b8682","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/233be459f2b8682","status":"passed","time":{"start":1728598249996,"stop":1728598249996,"duration":0}},{"uid":"42cb54d96d3c63e9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42cb54d96d3c63e9","status":"passed","time":{"start":1728597472301,"stop":1728597472301,"duration":0}}]},"tags":[]},"source":"af2412f3af23e3d8.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/4d4f5e9539b0b9d1.json b/7588/data/test-cases/af9cc0dab29c8331.json similarity index 61% rename from 7556/data/test-cases/4d4f5e9539b0b9d1.json rename to 7588/data/test-cases/af9cc0dab29c8331.json index 91d5c70392d..3055f429eea 100644 --- a/7556/data/test-cases/4d4f5e9539b0b9d1.json +++ b/7588/data/test-cases/af9cc0dab29c8331.json @@ -1 +1 @@ -{"uid":"4d4f5e9539b0b9d1","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":1728457215719,"stop":1728457215720,"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":6,"unknown":0,"total":6},"items":[{"uid":"3e1efa9555f5c25b","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/3e1efa9555f5c25b","status":"passed","time":{"start":1728456193492,"stop":1728456193492,"duration":0}},{"uid":"4fb1990cc9bd8da9","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/4fb1990cc9bd8da9","status":"passed","time":{"start":1728455873823,"stop":1728455873823,"duration":0}},{"uid":"3ff96bd7061fe51a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/3ff96bd7061fe51a","status":"passed","time":{"start":1728455625302,"stop":1728455625303,"duration":1}},{"uid":"482c2e1a97614c49","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/482c2e1a97614c49","status":"passed","time":{"start":1728454985184,"stop":1728454985187,"duration":3}},{"uid":"b07302554088e294","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b07302554088e294","status":"passed","time":{"start":1728451999142,"stop":1728451999142,"duration":0}}]},"tags":[]},"source":"4d4f5e9539b0b9d1.json","parameterValues":[]} \ No newline at end of file +{"uid":"af9cc0dab29c8331","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":1729034408871,"stop":1729034408872,"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":15,"unknown":0,"total":15},"items":[{"uid":"9eca556612c582cd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9eca556612c582cd","status":"passed","time":{"start":1729034166261,"stop":1729034166261,"duration":0}},{"uid":"107680695b0c0489","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/107680695b0c0489","status":"passed","time":{"start":1729034096719,"stop":1729034096722,"duration":3}},{"uid":"b14062fdee61776b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b14062fdee61776b","status":"passed","time":{"start":1729033904747,"stop":1729033904748,"duration":1}},{"uid":"e93d7c2cc94d8edd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e93d7c2cc94d8edd","status":"passed","time":{"start":1729031952294,"stop":1729031952294,"duration":0}},{"uid":"6191a462a37af893","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6191a462a37af893","status":"passed","time":{"start":1728901498548,"stop":1728901498548,"duration":0}},{"uid":"d5b27fba1128157c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d5b27fba1128157c","status":"passed","time":{"start":1728892934941,"stop":1728892934941,"duration":0}},{"uid":"2113fefde943b989","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2113fefde943b989","status":"passed","time":{"start":1728855901088,"stop":1728855901088,"duration":0}},{"uid":"3861b6fdaf04b0d5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3861b6fdaf04b0d5","status":"passed","time":{"start":1728738109822,"stop":1728738109822,"duration":0}},{"uid":"1bbeb7eb9f7668f9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1bbeb7eb9f7668f9","status":"passed","time":{"start":1728682641764,"stop":1728682641765,"duration":1}},{"uid":"89fe35b87922248","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/89fe35b87922248","status":"passed","time":{"start":1728682224056,"stop":1728682224057,"duration":1}},{"uid":"b68c5eb81666962","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b68c5eb81666962","status":"passed","time":{"start":1728676692590,"stop":1728676692591,"duration":1}},{"uid":"76abef29da541e24","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/76abef29da541e24","status":"passed","time":{"start":1728669414327,"stop":1728669414328,"duration":1}},{"uid":"2d18f4c521baa581","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2d18f4c521baa581","status":"passed","time":{"start":1728597758157,"stop":1728597758157,"duration":0}},{"uid":"530bd6615ec3b981","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/530bd6615ec3b981","status":"passed","time":{"start":1728596973960,"stop":1728596973961,"duration":1}}]},"tags":[]},"source":"af9cc0dab29c8331.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/afa03da0b8d1bd9f.json b/7588/data/test-cases/afa03da0b8d1bd9f.json new file mode 100644 index 00000000000..79360d2cbcf --- /dev/null +++ b/7588/data/test-cases/afa03da0b8d1bd9f.json @@ -0,0 +1 @@ +{"uid":"afa03da0b8d1bd9f","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":1729034332638,"stop":1729034332638,"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":15,"unknown":0,"total":15},"items":[{"uid":"d766ec2686891ef0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d766ec2686891ef0","status":"passed","time":{"start":1729034096137,"stop":1729034096138,"duration":1}},{"uid":"f71b167a588bde67","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f71b167a588bde67","status":"passed","time":{"start":1729034020094,"stop":1729034020094,"duration":0}},{"uid":"9cd5686e21697320","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9cd5686e21697320","status":"passed","time":{"start":1729033834390,"stop":1729033834391,"duration":1}},{"uid":"3790c98b4c3444a2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3790c98b4c3444a2","status":"passed","time":{"start":1729031884124,"stop":1729031884124,"duration":0}},{"uid":"5c73a33edf6c71f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5c73a33edf6c71f7","status":"passed","time":{"start":1728901430258,"stop":1728901430258,"duration":0}},{"uid":"16c6c27d36665313","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/16c6c27d36665313","status":"passed","time":{"start":1728892860536,"stop":1728892860536,"duration":0}},{"uid":"18bf175cbe982d91","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/18bf175cbe982d91","status":"passed","time":{"start":1728855823326,"stop":1728855823326,"duration":0}},{"uid":"d86c502cc408bb0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d86c502cc408bb0","status":"passed","time":{"start":1728738040607,"stop":1728738040607,"duration":0}},{"uid":"b7c950c86c523d33","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b7c950c86c523d33","status":"passed","time":{"start":1728682574097,"stop":1728682574097,"duration":0}},{"uid":"d23a7fdae1607305","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d23a7fdae1607305","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"72518ff5189da28d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72518ff5189da28d","status":"passed","time":{"start":1728676621436,"stop":1728676621436,"duration":0}},{"uid":"af3e2ed1f2e29dfe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af3e2ed1f2e29dfe","status":"passed","time":{"start":1728669344471,"stop":1728669344472,"duration":1}},{"uid":"a2b412b16114c35a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a2b412b16114c35a","status":"passed","time":{"start":1728597685165,"stop":1728597685166,"duration":1}},{"uid":"e611900247c67c93","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e611900247c67c93","status":"passed","time":{"start":1728596904473,"stop":1728596904473,"duration":0}}]},"tags":[]},"source":"afa03da0b8d1bd9f.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2d7c56069d7d5627.json b/7588/data/test-cases/afc5a0243271ff79.json similarity index 83% rename from 7556/data/test-cases/2d7c56069d7d5627.json rename to 7588/data/test-cases/afc5a0243271ff79.json index c1d32ba8502..b9628c1dbf3 100644 --- a/7556/data/test-cases/2d7c56069d7d5627.json +++ b/7588/data/test-cases/afc5a0243271ff79.json @@ -1 +1 @@ -{"uid":"2d7c56069d7d5627","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":1728457448604,"stop":1728457448605,"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":6,"unknown":0,"total":6},"items":[{"uid":"60d0a616214ef7e5","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/60d0a616214ef7e5","status":"passed","time":{"start":1728456402352,"stop":1728456402352,"duration":0}},{"uid":"cf5355624598a38","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/cf5355624598a38","status":"passed","time":{"start":1728456120409,"stop":1728456120409,"duration":0}},{"uid":"1c586f9d7aae0fd2","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/1c586f9d7aae0fd2","status":"passed","time":{"start":1728456038358,"stop":1728456038359,"duration":1}},{"uid":"358f180d80ca96e1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/358f180d80ca96e1","status":"passed","time":{"start":1728455403807,"stop":1728455403808,"duration":1}},{"uid":"7e6ac1f60b97e701","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/7e6ac1f60b97e701","status":"passed","time":{"start":1728452400264,"stop":1728452400264,"duration":0}}]},"tags":[]},"source":"2d7c56069d7d5627.json","parameterValues":[]} \ No newline at end of file +{"uid":"afc5a0243271ff79","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":1729034611652,"stop":1729034611652,"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":15,"unknown":0,"total":15},"items":[{"uid":"a7eb727ca143ecf6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a7eb727ca143ecf6","status":"passed","time":{"start":1729034393626,"stop":1729034393626,"duration":0}},{"uid":"99cbcb06b82890f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/99cbcb06b82890f5","status":"passed","time":{"start":1729034304800,"stop":1729034304800,"duration":0}},{"uid":"a1daa6bdf9484449","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a1daa6bdf9484449","status":"passed","time":{"start":1729034121889,"stop":1729034121889,"duration":0}},{"uid":"5a542162c1e6bcb8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a542162c1e6bcb8","status":"passed","time":{"start":1729032174796,"stop":1729032174797,"duration":1}},{"uid":"f99704a6a7824826","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f99704a6a7824826","status":"passed","time":{"start":1728901881003,"stop":1728901881003,"duration":0}},{"uid":"fe3ead91a35f34fd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fe3ead91a35f34fd","status":"passed","time":{"start":1728893317131,"stop":1728893317132,"duration":1}},{"uid":"d16793edb20b84a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d16793edb20b84a2","status":"passed","time":{"start":1728856263064,"stop":1728856263064,"duration":0}},{"uid":"456190e170aae041","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/456190e170aae041","status":"passed","time":{"start":1728738492784,"stop":1728738492785,"duration":1}},{"uid":"c15a30958b7754a5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c15a30958b7754a5","status":"passed","time":{"start":1728683030007,"stop":1728683030007,"duration":0}},{"uid":"83cf23fbd06427b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/83cf23fbd06427b4","status":"passed","time":{"start":1728682581072,"stop":1728682581076,"duration":4}},{"uid":"b3a25a02c7d34916","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b3a25a02c7d34916","status":"passed","time":{"start":1728677081983,"stop":1728677081983,"duration":0}},{"uid":"66a72c90cc1311d8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/66a72c90cc1311d8","status":"passed","time":{"start":1728669795383,"stop":1728669795384,"duration":1}},{"uid":"a1ca7a6fc8d2768d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a1ca7a6fc8d2768d","status":"passed","time":{"start":1728598137493,"stop":1728598137494,"duration":1}},{"uid":"a00755633b359403","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a00755633b359403","status":"passed","time":{"start":1728597353471,"stop":1728597353471,"duration":0}}]},"tags":[]},"source":"afc5a0243271ff79.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/afefc03e93c9c8f2.json b/7588/data/test-cases/afefc03e93c9c8f2.json new file mode 100644 index 00000000000..28ea4196224 --- /dev/null +++ b/7588/data/test-cases/afefc03e93c9c8f2.json @@ -0,0 +1 @@ +{"uid":"afefc03e93c9c8f2","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":1729034693195,"stop":1729034693195,"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":15,"unknown":0,"total":15},"items":[{"uid":"b696b012e1ae0768","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b696b012e1ae0768","status":"passed","time":{"start":1729034468599,"stop":1729034468599,"duration":0}},{"uid":"9d0d76acabade7e5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9d0d76acabade7e5","status":"passed","time":{"start":1729034383197,"stop":1729034383198,"duration":1}},{"uid":"ee22311bb8b573f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee22311bb8b573f","status":"passed","time":{"start":1729034203620,"stop":1729034203621,"duration":1}},{"uid":"2e57d7af9189b53b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e57d7af9189b53b","status":"passed","time":{"start":1729032256252,"stop":1729032256253,"duration":1}},{"uid":"fd1ee662820e845d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd1ee662820e845d","status":"passed","time":{"start":1728902016653,"stop":1728902016653,"duration":0}},{"uid":"97f7f6aee65f6e39","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/97f7f6aee65f6e39","status":"passed","time":{"start":1728893448585,"stop":1728893448585,"duration":0}},{"uid":"7578a31efd981656","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7578a31efd981656","status":"passed","time":{"start":1728856401307,"stop":1728856401308,"duration":1}},{"uid":"7283863bbe3e1e33","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7283863bbe3e1e33","status":"passed","time":{"start":1728738624654,"stop":1728738624654,"duration":0}},{"uid":"752ec282d548abc0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/752ec282d548abc0","status":"passed","time":{"start":1728683154298,"stop":1728683154298,"duration":0}},{"uid":"94d22347c8b03e0c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94d22347c8b03e0c","status":"passed","time":{"start":1728682726614,"stop":1728682726614,"duration":0}},{"uid":"a038f56f90c00340","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a038f56f90c00340","status":"passed","time":{"start":1728677221173,"stop":1728677221173,"duration":0}},{"uid":"ff0baa4209f9417b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff0baa4209f9417b","status":"passed","time":{"start":1728669902840,"stop":1728669902840,"duration":0}},{"uid":"d9a7a8e5bc92919d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d9a7a8e5bc92919d","status":"passed","time":{"start":1728598275772,"stop":1728598275772,"duration":0}},{"uid":"e8c2f21a5d0af764","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e8c2f21a5d0af764","status":"passed","time":{"start":1728597495944,"stop":1728597495945,"duration":1}}]},"tags":[]},"source":"afefc03e93c9c8f2.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b00ce4fddc8a2c4.json b/7588/data/test-cases/b00ce4fddc8a2c4.json new file mode 100644 index 00000000000..8d3c6525a38 --- /dev/null +++ b/7588/data/test-cases/b00ce4fddc8a2c4.json @@ -0,0 +1 @@ +{"uid":"b00ce4fddc8a2c4","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":1729034473408,"stop":1729034473408,"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.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":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"3db5aa5c2ecf0484","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3db5aa5c2ecf0484","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241341,"stop":1729034241341,"duration":0}},{"uid":"70957803422071bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/70957803422071bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160195,"stop":1729034160195,"duration":0}},{"uid":"1ca1359e9c6274a4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ca1359e9c6274a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977227,"stop":1729033977227,"duration":0}},{"uid":"c041f2da658fa9f9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c041f2da658fa9f9","status":"passed","time":{"start":1729032053272,"stop":1729032053272,"duration":0}},{"uid":"5af3017cdb490f97","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5af3017cdb490f97","status":"passed","time":{"start":1728901711769,"stop":1728901711770,"duration":1}},{"uid":"303fa368d874cfc0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/303fa368d874cfc0","status":"passed","time":{"start":1728893141903,"stop":1728893141904,"duration":1}},{"uid":"9db9e819b9985633","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9db9e819b9985633","status":"passed","time":{"start":1728856103202,"stop":1728856103202,"duration":0}},{"uid":"f2dcd3ff54da22ae","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f2dcd3ff54da22ae","status":"passed","time":{"start":1728738321622,"stop":1728738321622,"duration":0}},{"uid":"f201d8a9558eef9c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f201d8a9558eef9c","status":"passed","time":{"start":1728682857569,"stop":1728682857570,"duration":1}},{"uid":"9be17bb58d439b1d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9be17bb58d439b1d","status":"passed","time":{"start":1728682428805,"stop":1728682428806,"duration":1}},{"uid":"ba37751e6c574def","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba37751e6c574def","status":"passed","time":{"start":1728676901172,"stop":1728676901181,"duration":9}},{"uid":"71384e65caecb6aa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/71384e65caecb6aa","status":"passed","time":{"start":1728669573866,"stop":1728669573866,"duration":0}},{"uid":"96ca30db4c5ca8f5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/96ca30db4c5ca8f5","status":"passed","time":{"start":1728597972340,"stop":1728597972341,"duration":1}},{"uid":"219c7307bbbceda1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/219c7307bbbceda1","status":"passed","time":{"start":1728597175621,"stop":1728597175622,"duration":1}}]},"tags":[]},"source":"b00ce4fddc8a2c4.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b0495332288f1342.json b/7588/data/test-cases/b0495332288f1342.json new file mode 100644 index 00000000000..b3e4730efce --- /dev/null +++ b/7588/data/test-cases/b0495332288f1342.json @@ -0,0 +1 @@ +{"uid":"b0495332288f1342","name":"should find and add new peers","fullName":"/src/protocols/peer_manager.spec.ts: PeerManager > findAndAddPeers > should find and add new peers","historyId":"eaba003dd7df0ef01de1ea2dd92519a8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373029,"stop":1729034373029,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.protocols"},{"name":"parentSuite","value":"PeerManager"},{"name":"suite","value":"findAndAddPeers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3d4060068dcfcb6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3d4060068dcfcb6","status":"passed","time":{"start":1729034137316,"stop":1729034137317,"duration":1}},{"uid":"f8fb698d7d8dda22","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f8fb698d7d8dda22","status":"passed","time":{"start":1729034060021,"stop":1729034060021,"duration":0}},{"uid":"511d78b3288a3b2b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/511d78b3288a3b2b","status":"passed","time":{"start":1729033874965,"stop":1729033874965,"duration":0}},{"uid":"13bfee75be27b582","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/13bfee75be27b582","status":"passed","time":{"start":1729031924902,"stop":1729031924903,"duration":1}},{"uid":"98359786737ebe61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/98359786737ebe61","status":"passed","time":{"start":1728901469130,"stop":1728901469130,"duration":0}},{"uid":"ee47020beb744e6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ee47020beb744e6a","status":"passed","time":{"start":1728892899795,"stop":1728892899795,"duration":0}},{"uid":"3a7562472400c355","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3a7562472400c355","status":"passed","time":{"start":1728855863060,"stop":1728855863060,"duration":0}},{"uid":"427528ae682d3cfe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/427528ae682d3cfe","status":"passed","time":{"start":1728738080902,"stop":1728738080903,"duration":1}},{"uid":"e3263ef2655c253c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e3263ef2655c253c","status":"passed","time":{"start":1728682614311,"stop":1728682614311,"duration":0}},{"uid":"11d9200862fc247e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/11d9200862fc247e","status":"passed","time":{"start":1728682187096,"stop":1728682187096,"duration":0}},{"uid":"c23b88e9925eea5e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c23b88e9925eea5e","status":"passed","time":{"start":1728676661489,"stop":1728676661489,"duration":0}},{"uid":"cdcd15c010d1c33f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cdcd15c010d1c33f","status":"passed","time":{"start":1728669384664,"stop":1728669384664,"duration":0}},{"uid":"1a062876e2f2b874","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a062876e2f2b874","status":"passed","time":{"start":1728597724235,"stop":1728597724236,"duration":1}},{"uid":"32c7258dbf390dd7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32c7258dbf390dd7","status":"passed","time":{"start":1728596943283,"stop":1728596943284,"duration":1}}]},"tags":[]},"source":"b0495332288f1342.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e46c929997c70c8e.json b/7588/data/test-cases/b0ddc5e12eb54512.json similarity index 85% rename from 7556/data/test-cases/e46c929997c70c8e.json rename to 7588/data/test-cases/b0ddc5e12eb54512.json index bf147038f06..69b38b7a80d 100644 --- a/7556/data/test-cases/e46c929997c70c8e.json +++ b/7588/data/test-cases/b0ddc5e12eb54512.json @@ -1 +1 @@ -{"uid":"e46c929997c70c8e","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":1728457537141,"stop":1728457537142,"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":6,"unknown":0,"total":6},"items":[{"uid":"9f57575874c9391","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/9f57575874c9391","status":"passed","time":{"start":1728456499112,"stop":1728456499112,"duration":0}},{"uid":"41da72607de14d76","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/41da72607de14d76","status":"passed","time":{"start":1728456215102,"stop":1728456215103,"duration":1}},{"uid":"cb20a092aac29140","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/cb20a092aac29140","status":"passed","time":{"start":1728456167148,"stop":1728456167153,"duration":5}},{"uid":"e094fb8693551901","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/e094fb8693551901","status":"passed","time":{"start":1728455518208,"stop":1728455518209,"duration":1}},{"uid":"b97c8b5ed5acdd75","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b97c8b5ed5acdd75","status":"passed","time":{"start":1728452534894,"stop":1728452534895,"duration":1}}]},"tags":[]},"source":"e46c929997c70c8e.json","parameterValues":[]} \ No newline at end of file +{"uid":"b0ddc5e12eb54512","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":1729034704506,"stop":1729034704506,"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":15,"unknown":0,"total":15},"items":[{"uid":"11d1e8566124ac83","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/11d1e8566124ac83","status":"passed","time":{"start":1729034475002,"stop":1729034475003,"duration":1}},{"uid":"ab262eeaf377416","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ab262eeaf377416","status":"passed","time":{"start":1729034395300,"stop":1729034395300,"duration":0}},{"uid":"f9111ca1f9067fac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9111ca1f9067fac","status":"passed","time":{"start":1729034209113,"stop":1729034209114,"duration":1}},{"uid":"fcf08c8aaf7c3017","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fcf08c8aaf7c3017","status":"passed","time":{"start":1729032264590,"stop":1729032264590,"duration":0}},{"uid":"40427bdf8b14dfe3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40427bdf8b14dfe3","status":"passed","time":{"start":1728902012872,"stop":1728902012873,"duration":1}},{"uid":"1a909f739d9f4112","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1a909f739d9f4112","status":"passed","time":{"start":1728893454823,"stop":1728893454823,"duration":0}},{"uid":"e3319b4f461bdcea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e3319b4f461bdcea","status":"passed","time":{"start":1728856408466,"stop":1728856408466,"duration":0}},{"uid":"3a00043aee6cf28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3a00043aee6cf28","status":"passed","time":{"start":1728738633872,"stop":1728738633872,"duration":0}},{"uid":"7547f361dd6a70f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7547f361dd6a70f4","status":"passed","time":{"start":1728683159818,"stop":1728683159818,"duration":0}},{"uid":"89822ee6be3698a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/89822ee6be3698a1","status":"passed","time":{"start":1728682751341,"stop":1728682751342,"duration":1}},{"uid":"d00a5c7845cc28e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d00a5c7845cc28e4","status":"passed","time":{"start":1728677216376,"stop":1728677216376,"duration":0}},{"uid":"861e89ab8191c483","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/861e89ab8191c483","status":"passed","time":{"start":1728669925465,"stop":1728669925465,"duration":0}},{"uid":"19fe37b9fa38020e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/19fe37b9fa38020e","status":"passed","time":{"start":1728598268819,"stop":1728598268819,"duration":0}},{"uid":"757e1ebfeb8044ba","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/757e1ebfeb8044ba","status":"passed","time":{"start":1728597503947,"stop":1728597503948,"duration":1}}]},"tags":[]},"source":"b0ddc5e12eb54512.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b0dfcb860bb20c62.json b/7588/data/test-cases/b0dfcb860bb20c62.json new file mode 100644 index 00000000000..282bf285b60 --- /dev/null +++ b/7588/data/test-cases/b0dfcb860bb20c62.json @@ -0,0 +1 @@ +{"uid":"b0dfcb860bb20c62","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":1729034435018,"stop":1729034435018,"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":15,"unknown":0,"total":15},"items":[{"uid":"c7801efea83b46","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c7801efea83b46","status":"passed","time":{"start":1729034179349,"stop":1729034179351,"duration":2}},{"uid":"55757bea1c77a06a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/55757bea1c77a06a","status":"passed","time":{"start":1729034120546,"stop":1729034120547,"duration":1}},{"uid":"20a37b44f0e1e835","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/20a37b44f0e1e835","status":"passed","time":{"start":1729033937070,"stop":1729033937071,"duration":1}},{"uid":"6216e0c206eb995b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6216e0c206eb995b","status":"passed","time":{"start":1729031987032,"stop":1729031987032,"duration":0}},{"uid":"2609c1cc1da0b182","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2609c1cc1da0b182","status":"passed","time":{"start":1728901546862,"stop":1728901546862,"duration":0}},{"uid":"6d4a6ae2312054d6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d4a6ae2312054d6","status":"passed","time":{"start":1728892979417,"stop":1728892979417,"duration":0}},{"uid":"3c04183d9139366b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c04183d9139366b","status":"passed","time":{"start":1728855940956,"stop":1728855940956,"duration":0}},{"uid":"8c9200b618db6d8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8c9200b618db6d8","status":"passed","time":{"start":1728738161105,"stop":1728738161106,"duration":1}},{"uid":"35f09bd0083443b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/35f09bd0083443b0","status":"passed","time":{"start":1728682691669,"stop":1728682691670,"duration":1}},{"uid":"af88b06d64cc1814","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af88b06d64cc1814","status":"passed","time":{"start":1728682265765,"stop":1728682265765,"duration":0}},{"uid":"af12b39fd4eed863","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/af12b39fd4eed863","status":"passed","time":{"start":1728676744595,"stop":1728676744596,"duration":1}},{"uid":"9c2dca2700f02ed7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c2dca2700f02ed7","status":"passed","time":{"start":1728669464694,"stop":1728669464695,"duration":1}},{"uid":"74d6c6b8300b88b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74d6c6b8300b88b5","status":"passed","time":{"start":1728597804166,"stop":1728597804166,"duration":0}},{"uid":"c8e6c0aeeaa42365","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c8e6c0aeeaa42365","status":"passed","time":{"start":1728597021414,"stop":1728597021414,"duration":0}}]},"tags":[]},"source":"b0dfcb860bb20c62.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/78b2f1111e123982.json b/7588/data/test-cases/b17ba7838f7bcd58.json similarity index 80% rename from 7556/data/test-cases/78b2f1111e123982.json rename to 7588/data/test-cases/b17ba7838f7bcd58.json index d4fc34c41a2..43ff0bb3c55 100644 --- a/7556/data/test-cases/78b2f1111e123982.json +++ b/7588/data/test-cases/b17ba7838f7bcd58.json @@ -1 +1 @@ -{"uid":"78b2f1111e123982","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":1728457490934,"stop":1728457490935,"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":6,"unknown":0,"total":6},"items":[{"uid":"e37e49df98c3b93d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e37e49df98c3b93d","status":"passed","time":{"start":1728456439232,"stop":1728456439233,"duration":1}},{"uid":"894f1415f808d113","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/894f1415f808d113","status":"passed","time":{"start":1728456209571,"stop":1728456209572,"duration":1}},{"uid":"bae62379dea2060f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/bae62379dea2060f","status":"passed","time":{"start":1728456126842,"stop":1728456126843,"duration":1}},{"uid":"6fdf738c0cc0fa4e","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/6fdf738c0cc0fa4e","status":"passed","time":{"start":1728455481805,"stop":1728455481805,"duration":0}},{"uid":"d71c5717377da839","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d71c5717377da839","status":"passed","time":{"start":1728452438557,"stop":1728452438557,"duration":0}}]},"tags":[]},"source":"78b2f1111e123982.json","parameterValues":[]} \ No newline at end of file +{"uid":"b17ba7838f7bcd58","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":1729034640527,"stop":1729034640527,"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":15,"unknown":0,"total":15},"items":[{"uid":"235aba47b9e695c1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/235aba47b9e695c1","status":"passed","time":{"start":1729034411427,"stop":1729034411427,"duration":0}},{"uid":"d336192d00a2af60","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d336192d00a2af60","status":"passed","time":{"start":1729034327409,"stop":1729034327410,"duration":1}},{"uid":"5066d071ede58126","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5066d071ede58126","status":"passed","time":{"start":1729034147786,"stop":1729034147787,"duration":1}},{"uid":"c77eed8b8f36ebc8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c77eed8b8f36ebc8","status":"passed","time":{"start":1729032204831,"stop":1729032204832,"duration":1}},{"uid":"c3645ecc03f591a5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c3645ecc03f591a5","status":"passed","time":{"start":1728901907715,"stop":1728901907716,"duration":1}},{"uid":"964bc01b453270","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/964bc01b453270","status":"passed","time":{"start":1728893341891,"stop":1728893341892,"duration":1}},{"uid":"4948d0a248fed98e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4948d0a248fed98e","status":"passed","time":{"start":1728856299385,"stop":1728856299386,"duration":1}},{"uid":"6d5a45a5307bdc8e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d5a45a5307bdc8e","status":"passed","time":{"start":1728738511622,"stop":1728738511622,"duration":0}},{"uid":"433a45a31b54cef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/433a45a31b54cef","status":"passed","time":{"start":1728683052914,"stop":1728683052914,"duration":0}},{"uid":"6988365420870e46","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6988365420870e46","status":"passed","time":{"start":1728682612914,"stop":1728682612914,"duration":0}},{"uid":"410e0198a65b563a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/410e0198a65b563a","status":"passed","time":{"start":1728677115750,"stop":1728677115750,"duration":0}},{"uid":"a5df5b153c928c31","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a5df5b153c928c31","status":"passed","time":{"start":1728669778186,"stop":1728669778186,"duration":0}},{"uid":"17a1afab2b1c9017","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/17a1afab2b1c9017","status":"passed","time":{"start":1728598175436,"stop":1728598175437,"duration":1}},{"uid":"ce42aedbd635b523","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ce42aedbd635b523","status":"passed","time":{"start":1728597380066,"stop":1728597380066,"duration":0}}]},"tags":[]},"source":"b17ba7838f7bcd58.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2d88c3af78300f73.json b/7588/data/test-cases/b1b5820b096a38ea.json similarity index 85% rename from 7556/data/test-cases/2d88c3af78300f73.json rename to 7588/data/test-cases/b1b5820b096a38ea.json index cf82b743dc3..0dc7ec9a9b2 100644 --- a/7556/data/test-cases/2d88c3af78300f73.json +++ b/7588/data/test-cases/b1b5820b096a38ea.json @@ -1 +1 @@ -{"uid":"2d88c3af78300f73","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":1728457537118,"stop":1728457537119,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"322fe9a15178c501","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/322fe9a15178c501","status":"passed","time":{"start":1728456499085,"stop":1728456499085,"duration":0}},{"uid":"d825fed948b6c5b0","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/d825fed948b6c5b0","status":"passed","time":{"start":1728456215067,"stop":1728456215068,"duration":1}},{"uid":"5848667dfc366e07","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/5848667dfc366e07","status":"passed","time":{"start":1728456167122,"stop":1728456167122,"duration":0}},{"uid":"9518ab4a278b58aa","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/9518ab4a278b58aa","status":"passed","time":{"start":1728455518170,"stop":1728455518170,"duration":0}},{"uid":"a1ac52058f017dc5","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a1ac52058f017dc5","status":"passed","time":{"start":1728452534852,"stop":1728452534852,"duration":0}}]},"tags":[]},"source":"2d88c3af78300f73.json","parameterValues":[]} \ No newline at end of file +{"uid":"b1b5820b096a38ea","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":1729034704489,"stop":1729034704489,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"8cec1ecc7ad878be","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8cec1ecc7ad878be","status":"passed","time":{"start":1729034474974,"stop":1729034474974,"duration":0}},{"uid":"d46d521eefb6dde2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d46d521eefb6dde2","status":"passed","time":{"start":1729034395284,"stop":1729034395285,"duration":1}},{"uid":"5030f603a00cc87d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5030f603a00cc87d","status":"passed","time":{"start":1729034209086,"stop":1729034209086,"duration":0}},{"uid":"27cecbcec28c670a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/27cecbcec28c670a","status":"passed","time":{"start":1729032264556,"stop":1729032264556,"duration":0}},{"uid":"7e6e3e2eb7770a87","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e6e3e2eb7770a87","status":"passed","time":{"start":1728902012830,"stop":1728902012831,"duration":1}},{"uid":"6c40be0976ee2523","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c40be0976ee2523","status":"passed","time":{"start":1728893454804,"stop":1728893454804,"duration":0}},{"uid":"8dce419d6ba5c6d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8dce419d6ba5c6d","status":"passed","time":{"start":1728856408446,"stop":1728856408446,"duration":0}},{"uid":"cb839473a5535605","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb839473a5535605","status":"passed","time":{"start":1728738633849,"stop":1728738633849,"duration":0}},{"uid":"e33031e146b31928","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e33031e146b31928","status":"passed","time":{"start":1728683159722,"stop":1728683159723,"duration":1}},{"uid":"917861de3dd08f07","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/917861de3dd08f07","status":"passed","time":{"start":1728682751322,"stop":1728682751322,"duration":0}},{"uid":"eff8e0a0d46cd6c4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eff8e0a0d46cd6c4","status":"passed","time":{"start":1728677216348,"stop":1728677216349,"duration":1}},{"uid":"ffff79827afdc70b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ffff79827afdc70b","status":"passed","time":{"start":1728669925446,"stop":1728669925447,"duration":1}},{"uid":"cda0a07ce4744618","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cda0a07ce4744618","status":"passed","time":{"start":1728598268792,"stop":1728598268792,"duration":0}},{"uid":"567c58d4c55c04db","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/567c58d4c55c04db","status":"passed","time":{"start":1728597503894,"stop":1728597503894,"duration":0}}]},"tags":[]},"source":"b1b5820b096a38ea.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b1eb09825a3eeeed.json b/7588/data/test-cases/b1eb09825a3eeeed.json new file mode 100644 index 00000000000..8e80b305b4c --- /dev/null +++ b/7588/data/test-cases/b1eb09825a3eeeed.json @@ -0,0 +1 @@ +{"uid":"b1eb09825a3eeeed","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":1729034332495,"stop":1729034332497,"duration":2},"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":15,"unknown":0,"total":15},"items":[{"uid":"f5e6acbbfc98ca96","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f5e6acbbfc98ca96","status":"passed","time":{"start":1729034095624,"stop":1729034095624,"duration":0}},{"uid":"ed1416725a467f9c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed1416725a467f9c","status":"passed","time":{"start":1729034019886,"stop":1729034019887,"duration":1}},{"uid":"c5e8402f892b37b0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5e8402f892b37b0","status":"passed","time":{"start":1729033834024,"stop":1729033834025,"duration":1}},{"uid":"dc3e2417b3e5828","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dc3e2417b3e5828","status":"passed","time":{"start":1729031883605,"stop":1729031883606,"duration":1}},{"uid":"c74b341f369f71c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c74b341f369f71c0","status":"passed","time":{"start":1728901429892,"stop":1728901429895,"duration":3}},{"uid":"ada16d928261f7a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ada16d928261f7a","status":"passed","time":{"start":1728892860034,"stop":1728892860035,"duration":1}},{"uid":"aeef2ecca3e6a23a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aeef2ecca3e6a23a","status":"passed","time":{"start":1728855822966,"stop":1728855822966,"duration":0}},{"uid":"8a8cef93acec9dc7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8a8cef93acec9dc7","status":"passed","time":{"start":1728738040126,"stop":1728738040127,"duration":1}},{"uid":"48c45bf9ef539e74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/48c45bf9ef539e74","status":"passed","time":{"start":1728682573418,"stop":1728682573418,"duration":0}},{"uid":"b3224c56225667d2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3224c56225667d2","status":"passed","time":{"start":1728682146525,"stop":1728682146526,"duration":1}},{"uid":"d3b6e56e842f7b24","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d3b6e56e842f7b24","status":"passed","time":{"start":1728676621028,"stop":1728676621028,"duration":0}},{"uid":"97b28aeb53444fd6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97b28aeb53444fd6","status":"passed","time":{"start":1728669344029,"stop":1728669344029,"duration":0}},{"uid":"194c11ff32909a67","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/194c11ff32909a67","status":"passed","time":{"start":1728597684702,"stop":1728597684703,"duration":1}},{"uid":"5e9b329ed8635a62","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5e9b329ed8635a62","status":"passed","time":{"start":1728596904041,"stop":1728596904042,"duration":1}}]},"tags":[]},"source":"b1eb09825a3eeeed.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b236b6dc45aa2fd1.json b/7588/data/test-cases/b236b6dc45aa2fd1.json new file mode 100644 index 00000000000..2d65195e9c9 --- /dev/null +++ b/7588/data/test-cases/b236b6dc45aa2fd1.json @@ -0,0 +1 @@ +{"uid":"b236b6dc45aa2fd1","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":1729034435019,"stop":1729034435020,"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\"","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":15,"unknown":0,"total":15},"items":[{"uid":"573fae9e4ea53c6f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/573fae9e4ea53c6f","status":"passed","time":{"start":1729034179355,"stop":1729034179356,"duration":1}},{"uid":"1f6b97dd9d3de295","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1f6b97dd9d3de295","status":"passed","time":{"start":1729034120550,"stop":1729034120551,"duration":1}},{"uid":"7e6e74e42811c697","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7e6e74e42811c697","status":"passed","time":{"start":1729033937083,"stop":1729033937083,"duration":0}},{"uid":"e520dab9b539f3df","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e520dab9b539f3df","status":"passed","time":{"start":1729031987033,"stop":1729031987033,"duration":0}},{"uid":"13adf496c923114f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/13adf496c923114f","status":"passed","time":{"start":1728901546863,"stop":1728901546863,"duration":0}},{"uid":"e1f972c065426c89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e1f972c065426c89","status":"passed","time":{"start":1728892979418,"stop":1728892979419,"duration":1}},{"uid":"332ae9ecc0c7c7f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/332ae9ecc0c7c7f","status":"passed","time":{"start":1728855940957,"stop":1728855940958,"duration":1}},{"uid":"17a515bfcab60c49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/17a515bfcab60c49","status":"passed","time":{"start":1728738161107,"stop":1728738161107,"duration":0}},{"uid":"cb5fc9ee1b546380","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cb5fc9ee1b546380","status":"passed","time":{"start":1728682691671,"stop":1728682691671,"duration":0}},{"uid":"bacd2ec6ca3d201","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bacd2ec6ca3d201","status":"passed","time":{"start":1728682265766,"stop":1728682265767,"duration":1}},{"uid":"50047451f76e846f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/50047451f76e846f","status":"passed","time":{"start":1728676744597,"stop":1728676744598,"duration":1}},{"uid":"b4e03faa57d4bb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b4e03faa57d4bb3","status":"passed","time":{"start":1728669464696,"stop":1728669464703,"duration":7}},{"uid":"3920e265eb13534c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3920e265eb13534c","status":"passed","time":{"start":1728597804167,"stop":1728597804168,"duration":1}},{"uid":"8d62c3d90427d3d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d62c3d90427d3d2","status":"passed","time":{"start":1728597021421,"stop":1728597021422,"duration":1}}]},"tags":[]},"source":"b236b6dc45aa2fd1.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b2494f36040f2d6.json b/7588/data/test-cases/b2494f36040f2d6.json new file mode 100644 index 00000000000..c721a3bd571 --- /dev/null +++ b/7588/data/test-cases/b2494f36040f2d6.json @@ -0,0 +1 @@ +{"uid":"b2494f36040f2d6","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":1729034611684,"stop":1729034611684,"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":15,"unknown":0,"total":15},"items":[{"uid":"ddbb569c9988d67","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ddbb569c9988d67","status":"passed","time":{"start":1729034393665,"stop":1729034393667,"duration":2}},{"uid":"24e0a82e8e1e0e7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/24e0a82e8e1e0e7","status":"passed","time":{"start":1729034304857,"stop":1729034304858,"duration":1}},{"uid":"a5a34da920945468","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5a34da920945468","status":"passed","time":{"start":1729034121952,"stop":1729034121953,"duration":1}},{"uid":"ccdcdef65c6de337","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ccdcdef65c6de337","status":"passed","time":{"start":1729032174929,"stop":1729032174930,"duration":1}},{"uid":"2121df69bf999b8a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2121df69bf999b8a","status":"passed","time":{"start":1728901881032,"stop":1728901881033,"duration":1}},{"uid":"fa7f99dfb1bc215","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fa7f99dfb1bc215","status":"passed","time":{"start":1728893317182,"stop":1728893317182,"duration":0}},{"uid":"b3da6243bdde643d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b3da6243bdde643d","status":"passed","time":{"start":1728856263126,"stop":1728856263127,"duration":1}},{"uid":"b60e2d5be2af1ee6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b60e2d5be2af1ee6","status":"passed","time":{"start":1728738492807,"stop":1728738492807,"duration":0}},{"uid":"8b911f72fcabf9e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8b911f72fcabf9e6","status":"passed","time":{"start":1728683030030,"stop":1728683030031,"duration":1}},{"uid":"86c6d7e905345201","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/86c6d7e905345201","status":"passed","time":{"start":1728682581131,"stop":1728682581131,"duration":0}},{"uid":"ac1ea78a348039ff","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ac1ea78a348039ff","status":"passed","time":{"start":1728677082012,"stop":1728677082012,"duration":0}},{"uid":"5e83ce71aab1a255","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5e83ce71aab1a255","status":"passed","time":{"start":1728669795409,"stop":1728669795409,"duration":0}},{"uid":"86879fefa9951d4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/86879fefa9951d4a","status":"passed","time":{"start":1728598137510,"stop":1728598137510,"duration":0}},{"uid":"a11cd2e622b85197","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a11cd2e622b85197","status":"passed","time":{"start":1728597353488,"stop":1728597353489,"duration":1}}]},"tags":[]},"source":"b2494f36040f2d6.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/f47d00c91920df97.json b/7588/data/test-cases/b26a4327640b7b70.json similarity index 83% rename from 7556/data/test-cases/f47d00c91920df97.json rename to 7588/data/test-cases/b26a4327640b7b70.json index 2147ae40b72..f69c1ed5a17 100644 --- a/7556/data/test-cases/f47d00c91920df97.json +++ b/7588/data/test-cases/b26a4327640b7b70.json @@ -1 +1 @@ -{"uid":"f47d00c91920df97","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":1728457448614,"stop":1728457448614,"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":6,"unknown":0,"total":6},"items":[{"uid":"dee53dd3273d26e8","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/dee53dd3273d26e8","status":"passed","time":{"start":1728456402385,"stop":1728456402385,"duration":0}},{"uid":"ad5f5f5de777746","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ad5f5f5de777746","status":"passed","time":{"start":1728456120427,"stop":1728456120428,"duration":1}},{"uid":"6243d5d6c2a8aaf2","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/6243d5d6c2a8aaf2","status":"passed","time":{"start":1728456038368,"stop":1728456038368,"duration":0}},{"uid":"1fc2a5041deb4612","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/1fc2a5041deb4612","status":"passed","time":{"start":1728455403821,"stop":1728455403821,"duration":0}},{"uid":"19181a19563d690a","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/19181a19563d690a","status":"passed","time":{"start":1728452400282,"stop":1728452400282,"duration":0}}]},"tags":[]},"source":"f47d00c91920df97.json","parameterValues":[]} \ No newline at end of file +{"uid":"b26a4327640b7b70","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":1729034611663,"stop":1729034611664,"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":15,"unknown":0,"total":15},"items":[{"uid":"81243a316d4c5d68","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/81243a316d4c5d68","status":"passed","time":{"start":1729034393643,"stop":1729034393643,"duration":0}},{"uid":"28111a66fa7cd1bd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28111a66fa7cd1bd","status":"passed","time":{"start":1729034304836,"stop":1729034304837,"duration":1}},{"uid":"ae66aa480bd26e39","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae66aa480bd26e39","status":"passed","time":{"start":1729034121908,"stop":1729034121908,"duration":0}},{"uid":"6ac72990e595c323","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ac72990e595c323","status":"passed","time":{"start":1729032174842,"stop":1729032174842,"duration":0}},{"uid":"d5f7f4d133ac855f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d5f7f4d133ac855f","status":"passed","time":{"start":1728901881011,"stop":1728901881011,"duration":0}},{"uid":"95e935e8489bffe9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95e935e8489bffe9","status":"passed","time":{"start":1728893317159,"stop":1728893317160,"duration":1}},{"uid":"e2b8b8b1831de086","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e2b8b8b1831de086","status":"passed","time":{"start":1728856263088,"stop":1728856263088,"duration":0}},{"uid":"f75d224747d94e48","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f75d224747d94e48","status":"passed","time":{"start":1728738492797,"stop":1728738492797,"duration":0}},{"uid":"1ac612e2328d1067","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ac612e2328d1067","status":"passed","time":{"start":1728683030020,"stop":1728683030020,"duration":0}},{"uid":"d0e6422f996b8e28","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d0e6422f996b8e28","status":"passed","time":{"start":1728682581101,"stop":1728682581102,"duration":1}},{"uid":"925a0409e7ba49ac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/925a0409e7ba49ac","status":"passed","time":{"start":1728677081992,"stop":1728677081993,"duration":1}},{"uid":"c26eca02ebb28e4c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c26eca02ebb28e4c","status":"passed","time":{"start":1728669795393,"stop":1728669795394,"duration":1}},{"uid":"f5818d8b9d94bd49","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5818d8b9d94bd49","status":"passed","time":{"start":1728598137502,"stop":1728598137503,"duration":1}},{"uid":"5c51a7affa2d1741","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c51a7affa2d1741","status":"passed","time":{"start":1728597353478,"stop":1728597353479,"duration":1}}]},"tags":[]},"source":"b26a4327640b7b70.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b2b1d62226f98e53.json b/7588/data/test-cases/b2b1d62226f98e53.json new file mode 100644 index 00000000000..a004897db21 --- /dev/null +++ b/7588/data/test-cases/b2b1d62226f98e53.json @@ -0,0 +1 @@ +{"uid":"b2b1d62226f98e53","name":"wrong wakuPeerExchangeDiscovery pubsub topic","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > wrong wakuPeerExchangeDiscovery pubsub topic","historyId":"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034645145,"stop":1729034645146,"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"418b0efac050b5ee","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/418b0efac050b5ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034413328,"stop":1729034413328,"duration":0}},{"uid":"fb406b399cbbce47","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fb406b399cbbce47","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034330404,"stop":1729034330405,"duration":1}},{"uid":"8d5b9df835846532","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8d5b9df835846532","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034148002,"stop":1729034148002,"duration":0}},{"uid":"544b42cf9defcfc9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/544b42cf9defcfc9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032202832,"stop":1729032202832,"duration":0}},{"uid":"d3a9488775cbb0d1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d3a9488775cbb0d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873321,"stop":1728901873322,"duration":1}},{"uid":"87af5a44079381f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/87af5a44079381f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311009,"stop":1728893311009,"duration":0}},{"uid":"c60086508c31ffd8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c60086508c31ffd8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856279298,"stop":1728856279298,"duration":0}},{"uid":"4aa676010294fdaf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4aa676010294fdaf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483462,"stop":1728738483462,"duration":0}},{"uid":"5e226edeb456b70","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e226edeb456b70","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683033354,"stop":1728683033355,"duration":1}},{"uid":"bc307abbd8554156","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc307abbd8554156","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682591258,"stop":1728682591258,"duration":0}},{"uid":"b788f7e8a8f9af53","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b788f7e8a8f9af53","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677083881,"stop":1728677083881,"duration":0}},{"uid":"dfb368c5328190f7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dfb368c5328190f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669753997,"stop":1728669753997,"duration":0}},{"uid":"68b8d3978e9fdf0f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68b8d3978e9fdf0f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598145545,"stop":1728598145545,"duration":0}},{"uid":"e08fa0d9b8935314","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e08fa0d9b8935314","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350445,"stop":1728597350445,"duration":0}}]},"tags":[]},"source":"b2b1d62226f98e53.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/fb1d259c41ec62aa.json b/7588/data/test-cases/b34d3c2fc96216fe.json similarity index 51% rename from 7556/data/test-cases/fb1d259c41ec62aa.json rename to 7588/data/test-cases/b34d3c2fc96216fe.json index ffcc54ccb44..242da2c0a46 100644 --- a/7556/data/test-cases/fb1d259c41ec62aa.json +++ b/7588/data/test-cases/b34d3c2fc96216fe.json @@ -1 +1 @@ -{"uid":"fb1d259c41ec62aa","name":"should check connected peers if present and suitable","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should check connected peers if present and suitable","historyId":"43d0e0309dc9bbee3b7da2336564f92c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457186697,"stop":1728457186698,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"ba0b886b55d4ccce","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/ba0b886b55d4ccce","status":"passed","time":{"start":1728456158945,"stop":1728456158946,"duration":1}},{"uid":"7f1e1b65584de5f8","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/7f1e1b65584de5f8","status":"passed","time":{"start":1728455843439,"stop":1728455843439,"duration":0}},{"uid":"c71503ed37f7228a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/c71503ed37f7228a","status":"passed","time":{"start":1728455594860,"stop":1728455594860,"duration":0}},{"uid":"2ad8957f68f98f3","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/2ad8957f68f98f3","status":"passed","time":{"start":1728454955431,"stop":1728454955431,"duration":0}},{"uid":"e5ec335669c97326","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/e5ec335669c97326","status":"passed","time":{"start":1728451965408,"stop":1728451965408,"duration":0}}]},"tags":[]},"source":"fb1d259c41ec62aa.json","parameterValues":[]} \ No newline at end of file +{"uid":"b34d3c2fc96216fe","name":"should check connected peers if present and suitable","fullName":"/src/waku/wait_for_remote_peer.spec.ts: waitForRemotePeer > should check connected peers if present and suitable","historyId":"43d0e0309dc9bbee3b7da2336564f92c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373011,"stop":1729034373011,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waitForRemotePeer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.waku"},{"name":"parentSuite","value":"waitForRemotePeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7011e55319be4bb9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7011e55319be4bb9","status":"passed","time":{"start":1729034137115,"stop":1729034137116,"duration":1}},{"uid":"157cdee728ad9c1a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/157cdee728ad9c1a","status":"passed","time":{"start":1729034060046,"stop":1729034060046,"duration":0}},{"uid":"53370bae1611bd7d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/53370bae1611bd7d","status":"passed","time":{"start":1729033875028,"stop":1729033875029,"duration":1}},{"uid":"5e69761f82250407","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e69761f82250407","status":"passed","time":{"start":1729031924909,"stop":1729031924909,"duration":0}},{"uid":"8915f4489304adf4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8915f4489304adf4","status":"passed","time":{"start":1728901469136,"stop":1728901469136,"duration":0}},{"uid":"88cad97e441f7a61","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/88cad97e441f7a61","status":"passed","time":{"start":1728892899801,"stop":1728892899801,"duration":0}},{"uid":"95144c052faf26b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/95144c052faf26b9","status":"passed","time":{"start":1728855863297,"stop":1728855863297,"duration":0}},{"uid":"ba08f07cee9c9629","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ba08f07cee9c9629","status":"passed","time":{"start":1728738080957,"stop":1728738080958,"duration":1}},{"uid":"d8f5b8ee18c4bfde","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d8f5b8ee18c4bfde","status":"passed","time":{"start":1728682614317,"stop":1728682614317,"duration":0}},{"uid":"f9c8ed98e6b5c8ee","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f9c8ed98e6b5c8ee","status":"passed","time":{"start":1728682187221,"stop":1728682187222,"duration":1}},{"uid":"f95dd05821c4c0ac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f95dd05821c4c0ac","status":"passed","time":{"start":1728676661422,"stop":1728676661423,"duration":1}},{"uid":"36bcaef441dc5e3b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/36bcaef441dc5e3b","status":"passed","time":{"start":1728669384754,"stop":1728669384754,"duration":0}},{"uid":"7c1e3409ee51c5ed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c1e3409ee51c5ed","status":"passed","time":{"start":1728597724212,"stop":1728597724212,"duration":0}},{"uid":"273096620be7b65e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/273096620be7b65e","status":"passed","time":{"start":1728596943265,"stop":1728596943265,"duration":0}}]},"tags":[]},"source":"b34d3c2fc96216fe.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/4f24cb2c383d280a.json b/7588/data/test-cases/b3aa0423b013d3b3.json similarity index 81% rename from 7556/data/test-cases/4f24cb2c383d280a.json rename to 7588/data/test-cases/b3aa0423b013d3b3.json index 8ce592e17af..70ea3ed8760 100644 --- a/7556/data/test-cases/4f24cb2c383d280a.json +++ b/7588/data/test-cases/b3aa0423b013d3b3.json @@ -1 +1 @@ -{"uid":"4f24cb2c383d280a","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":1728457322425,"stop":1728457322425,"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":6,"unknown":0,"total":6},"items":[{"uid":"7e2d74a6542cc7fd","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/7e2d74a6542cc7fd","status":"passed","time":{"start":1728456287232,"stop":1728456287234,"duration":2}},{"uid":"7bbe8f182b2497c0","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/7bbe8f182b2497c0","status":"passed","time":{"start":1728455980760,"stop":1728455980760,"duration":0}},{"uid":"d98a61854a8d1b07","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/d98a61854a8d1b07","status":"passed","time":{"start":1728455789240,"stop":1728455789240,"duration":0}},{"uid":"a78a45954e990b24","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a78a45954e990b24","status":"passed","time":{"start":1728455146550,"stop":1728455146550,"duration":0}},{"uid":"7b5e0fcaf2a15d38","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/7b5e0fcaf2a15d38","status":"passed","time":{"start":1728452163127,"stop":1728452163127,"duration":0}}]},"tags":[]},"source":"4f24cb2c383d280a.json","parameterValues":[]} \ No newline at end of file +{"uid":"b3aa0423b013d3b3","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":1729034506792,"stop":1729034506793,"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":15,"unknown":0,"total":15},"items":[{"uid":"fb2a0a5e8d767db0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fb2a0a5e8d767db0","status":"passed","time":{"start":1729034259818,"stop":1729034259818,"duration":0}},{"uid":"b4cdd3fcb7f8d77e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b4cdd3fcb7f8d77e","status":"passed","time":{"start":1729034194017,"stop":1729034194018,"duration":1}},{"uid":"b9b543667b2cea7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b9b543667b2cea7e","status":"passed","time":{"start":1729034014873,"stop":1729034014873,"duration":0}},{"uid":"e9d2d170dfb1c1c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e9d2d170dfb1c1c0","status":"passed","time":{"start":1729032065452,"stop":1729032065453,"duration":1}},{"uid":"faf69f1934a057b8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/faf69f1934a057b8","status":"passed","time":{"start":1728901664266,"stop":1728901664267,"duration":1}},{"uid":"cae4891938feaa5e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cae4891938feaa5e","status":"passed","time":{"start":1728893093691,"stop":1728893093691,"duration":0}},{"uid":"9fa5c5c0643b2f0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9fa5c5c0643b2f0f","status":"passed","time":{"start":1728856055272,"stop":1728856055272,"duration":0}},{"uid":"1974be97348ca71","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1974be97348ca71","status":"passed","time":{"start":1728738274743,"stop":1728738274744,"duration":1}},{"uid":"f5114954b60fd3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f5114954b60fd3f6","status":"passed","time":{"start":1728682807956,"stop":1728682807958,"duration":2}},{"uid":"9ba5a4d5f84b482b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9ba5a4d5f84b482b","status":"passed","time":{"start":1728682381284,"stop":1728682381285,"duration":1}},{"uid":"16c22c8d6656b425","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/16c22c8d6656b425","status":"passed","time":{"start":1728676853897,"stop":1728676853897,"duration":0}},{"uid":"60d5ed1e8d6efad1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/60d5ed1e8d6efad1","status":"passed","time":{"start":1728669581694,"stop":1728669581695,"duration":1}},{"uid":"e902e83b0f1000a3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e902e83b0f1000a3","status":"passed","time":{"start":1728597923481,"stop":1728597923481,"duration":0}},{"uid":"d55651511f15e95a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d55651511f15e95a","status":"passed","time":{"start":1728597132263,"stop":1728597132263,"duration":0}}]},"tags":[]},"source":"b3aa0423b013d3b3.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/b8d7170275fe2ff1.json b/7588/data/test-cases/b3c71fff84aadc99.json similarity index 85% rename from 7556/data/test-cases/b8d7170275fe2ff1.json rename to 7588/data/test-cases/b3c71fff84aadc99.json index f31981dd112..9862157b56e 100644 --- a/7556/data/test-cases/b8d7170275fe2ff1.json +++ b/7588/data/test-cases/b3c71fff84aadc99.json @@ -1 +1 @@ -{"uid":"b8d7170275fe2ff1","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":1728457537121,"stop":1728457537121,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"c7b634d7221ead12","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/c7b634d7221ead12","status":"passed","time":{"start":1728456499090,"stop":1728456499090,"duration":0}},{"uid":"a612972c5aa4166f","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a612972c5aa4166f","status":"passed","time":{"start":1728456215069,"stop":1728456215070,"duration":1}},{"uid":"4e1919ea47b3a1d","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4e1919ea47b3a1d","status":"passed","time":{"start":1728456167123,"stop":1728456167124,"duration":1}},{"uid":"ce74ebf730c0171","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/ce74ebf730c0171","status":"passed","time":{"start":1728455518178,"stop":1728455518178,"duration":0}},{"uid":"dd0c631b8d48010f","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/dd0c631b8d48010f","status":"passed","time":{"start":1728452534857,"stop":1728452534860,"duration":3}}]},"tags":[]},"source":"b8d7170275fe2ff1.json","parameterValues":[]} \ No newline at end of file +{"uid":"b3c71fff84aadc99","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":1729034704490,"stop":1729034704490,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"fbc739139ddab8cf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fbc739139ddab8cf","status":"passed","time":{"start":1729034474978,"stop":1729034474979,"duration":1}},{"uid":"ebfb73a2176f887","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ebfb73a2176f887","status":"passed","time":{"start":1729034395286,"stop":1729034395286,"duration":0}},{"uid":"e6af9ea87cf4efa3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e6af9ea87cf4efa3","status":"passed","time":{"start":1729034209088,"stop":1729034209089,"duration":1}},{"uid":"5fb5ac4115221bc7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fb5ac4115221bc7","status":"passed","time":{"start":1729032264558,"stop":1729032264559,"duration":1}},{"uid":"2b2d0f1606f0f19f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2b2d0f1606f0f19f","status":"passed","time":{"start":1728902012832,"stop":1728902012832,"duration":0}},{"uid":"1148916de1b3c866","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1148916de1b3c866","status":"passed","time":{"start":1728893454806,"stop":1728893454806,"duration":0}},{"uid":"8fd739f66d8717a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8fd739f66d8717a0","status":"passed","time":{"start":1728856408448,"stop":1728856408448,"duration":0}},{"uid":"f0dd680015805caf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f0dd680015805caf","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"dd791f40069ad826","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dd791f40069ad826","status":"passed","time":{"start":1728683159733,"stop":1728683159734,"duration":1}},{"uid":"9c9e5c0c4f1c426f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9c9e5c0c4f1c426f","status":"passed","time":{"start":1728682751324,"stop":1728682751324,"duration":0}},{"uid":"594128c6518e177b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/594128c6518e177b","status":"passed","time":{"start":1728677216350,"stop":1728677216350,"duration":0}},{"uid":"e78b138dd011b8ac","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e78b138dd011b8ac","status":"passed","time":{"start":1728669925448,"stop":1728669925448,"duration":0}},{"uid":"d9f36f43e8bcf76e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d9f36f43e8bcf76e","status":"passed","time":{"start":1728598268796,"stop":1728598268796,"duration":0}},{"uid":"2152beabcce38cab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2152beabcce38cab","status":"passed","time":{"start":1728597503899,"stop":1728597503900,"duration":1}}]},"tags":[]},"source":"b3c71fff84aadc99.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b3c836e9a04e13f3.json b/7588/data/test-cases/b3c836e9a04e13f3.json new file mode 100644 index 00000000000..7f15e72eb54 --- /dev/null +++ b/7588/data/test-cases/b3c836e9a04e13f3.json @@ -0,0 +1 @@ +{"uid":"b3c836e9a04e13f3","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":1729034694624,"stop":1729034694624,"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":15,"unknown":0,"total":15},"items":[{"uid":"3a4b9854e8a90e86","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3a4b9854e8a90e86","status":"passed","time":{"start":1729034462016,"stop":1729034462016,"duration":0}},{"uid":"5181ffe9bafc5580","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5181ffe9bafc5580","status":"passed","time":{"start":1729034375981,"stop":1729034375982,"duration":1}},{"uid":"b93f2c030e0bedfb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b93f2c030e0bedfb","status":"passed","time":{"start":1729034200067,"stop":1729034200069,"duration":2}},{"uid":"88afee375ec644ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/88afee375ec644ef","status":"passed","time":{"start":1729032257891,"stop":1729032257895,"duration":4}},{"uid":"59bd359ca42d750c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59bd359ca42d750c","status":"passed","time":{"start":1728902003567,"stop":1728902003568,"duration":1}},{"uid":"9033a8063a7d99d7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9033a8063a7d99d7","status":"passed","time":{"start":1728893434695,"stop":1728893434696,"duration":1}},{"uid":"bcba771b812ca403","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bcba771b812ca403","status":"passed","time":{"start":1728856398642,"stop":1728856398643,"duration":1}},{"uid":"c5b90d296ffa27a5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5b90d296ffa27a5","status":"passed","time":{"start":1728738612002,"stop":1728738612002,"duration":0}},{"uid":"f2211b4ffd722c2a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2211b4ffd722c2a","status":"passed","time":{"start":1728683155009,"stop":1728683155009,"duration":0}},{"uid":"f4d718a586f8bc3f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f4d718a586f8bc3f","status":"passed","time":{"start":1728682706105,"stop":1728682706106,"duration":1}},{"uid":"41c69fff0b6f829f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/41c69fff0b6f829f","status":"passed","time":{"start":1728677207496,"stop":1728677207496,"duration":0}},{"uid":"8896eb6f0dfa1695","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8896eb6f0dfa1695","status":"passed","time":{"start":1728669887098,"stop":1728669887098,"duration":0}},{"uid":"b1f5cbc76fdfe156","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b1f5cbc76fdfe156","status":"passed","time":{"start":1728598263638,"stop":1728598263638,"duration":0}},{"uid":"b657d43decc047dd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b657d43decc047dd","status":"passed","time":{"start":1728597478276,"stop":1728597478276,"duration":0}}]},"tags":[]},"source":"b3c836e9a04e13f3.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/1b8496f3c3be7590.json b/7588/data/test-cases/b3e985464dbb815e.json similarity index 85% rename from 7556/data/test-cases/1b8496f3c3be7590.json rename to 7588/data/test-cases/b3e985464dbb815e.json index 33d6d5b89e8..7d0d90ff2b8 100644 --- a/7556/data/test-cases/1b8496f3c3be7590.json +++ b/7588/data/test-cases/b3e985464dbb815e.json @@ -1 +1 @@ -{"uid":"1b8496f3c3be7590","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":1728457537155,"stop":1728457537155,"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":6,"unknown":0,"total":6},"items":[{"uid":"537848dae9c47cd8","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/537848dae9c47cd8","status":"passed","time":{"start":1728456499117,"stop":1728456499117,"duration":0}},{"uid":"19b5f0e6d10c23bb","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/19b5f0e6d10c23bb","status":"passed","time":{"start":1728456215118,"stop":1728456215119,"duration":1}},{"uid":"73d1275ca20fa181","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/73d1275ca20fa181","status":"passed","time":{"start":1728456167157,"stop":1728456167157,"duration":0}},{"uid":"1cedb54cff19cbe1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/1cedb54cff19cbe1","status":"passed","time":{"start":1728455518214,"stop":1728455518214,"duration":0}},{"uid":"6411cd12b9448939","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/6411cd12b9448939","status":"passed","time":{"start":1728452534900,"stop":1728452534900,"duration":0}}]},"tags":[]},"source":"1b8496f3c3be7590.json","parameterValues":[]} \ No newline at end of file +{"uid":"b3e985464dbb815e","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":1729034704510,"stop":1729034704510,"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":15,"unknown":0,"total":15},"items":[{"uid":"3b11b3756b77a8ed","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3b11b3756b77a8ed","status":"passed","time":{"start":1729034475018,"stop":1729034475018,"duration":0}},{"uid":"a634516b1cb84895","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a634516b1cb84895","status":"passed","time":{"start":1729034395304,"stop":1729034395304,"duration":0}},{"uid":"85eddb3e81039a96","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85eddb3e81039a96","status":"passed","time":{"start":1729034209131,"stop":1729034209131,"duration":0}},{"uid":"22db348bda44d0f8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22db348bda44d0f8","status":"passed","time":{"start":1729032264602,"stop":1729032264604,"duration":2}},{"uid":"9a0c7053e2dcd487","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9a0c7053e2dcd487","status":"passed","time":{"start":1728902012893,"stop":1728902012894,"duration":1}},{"uid":"d80b37dcd831606e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d80b37dcd831606e","status":"passed","time":{"start":1728893454826,"stop":1728893454826,"duration":0}},{"uid":"8d1c9ea291e755c1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8d1c9ea291e755c1","status":"passed","time":{"start":1728856408469,"stop":1728856408469,"duration":0}},{"uid":"c5a254e126dd7746","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5a254e126dd7746","status":"passed","time":{"start":1728738633876,"stop":1728738633876,"duration":0}},{"uid":"59500463055185ec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/59500463055185ec","status":"passed","time":{"start":1728683159828,"stop":1728683159828,"duration":0}},{"uid":"82accc19dc04e83d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/82accc19dc04e83d","status":"passed","time":{"start":1728682751348,"stop":1728682751349,"duration":1}},{"uid":"56158e04ba3b6b3c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/56158e04ba3b6b3c","status":"passed","time":{"start":1728677216380,"stop":1728677216380,"duration":0}},{"uid":"9627da8a5dfdefc9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9627da8a5dfdefc9","status":"passed","time":{"start":1728669925469,"stop":1728669925470,"duration":1}},{"uid":"3788676c4443c165","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3788676c4443c165","status":"passed","time":{"start":1728598268822,"stop":1728598268822,"duration":0}},{"uid":"c0c7cf6098cf1ba4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c0c7cf6098cf1ba4","status":"passed","time":{"start":1728597503957,"stop":1728597503957,"duration":0}}]},"tags":[]},"source":"b3e985464dbb815e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b432aaea450e842e.json b/7588/data/test-cases/b432aaea450e842e.json new file mode 100644 index 00000000000..5d32450d794 --- /dev/null +++ b/7588/data/test-cases/b432aaea450e842e.json @@ -0,0 +1 @@ +{"uid":"b432aaea450e842e","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":1729034341411,"stop":1729034341411,"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":15,"unknown":0,"total":15},"items":[{"uid":"329012e1822bf506","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/329012e1822bf506","status":"passed","time":{"start":1729034104920,"stop":1729034104920,"duration":0}},{"uid":"3ec670bda272cc20","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3ec670bda272cc20","status":"passed","time":{"start":1729034028519,"stop":1729034028519,"duration":0}},{"uid":"7c61052c420f615c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7c61052c420f615c","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0}},{"uid":"2f2c7fb2aa348b4d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2f2c7fb2aa348b4d","status":"passed","time":{"start":1729031892684,"stop":1729031892684,"duration":0}},{"uid":"14f9fd267a00a863","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/14f9fd267a00a863","status":"passed","time":{"start":1728901438816,"stop":1728901438816,"duration":0}},{"uid":"b8ec5bdd35485a78","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b8ec5bdd35485a78","status":"passed","time":{"start":1728892869009,"stop":1728892869009,"duration":0}},{"uid":"fc058c5dd186e57c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fc058c5dd186e57c","status":"passed","time":{"start":1728855831900,"stop":1728855831900,"duration":0}},{"uid":"688de8af4dddd8c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/688de8af4dddd8c9","status":"passed","time":{"start":1728738049048,"stop":1728738049048,"duration":0}},{"uid":"3609fef8cad8d447","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3609fef8cad8d447","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"cc8eb446ae9d39d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cc8eb446ae9d39d7","status":"passed","time":{"start":1728682155415,"stop":1728682155415,"duration":0}},{"uid":"f28d97f9cfa46a6e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f28d97f9cfa46a6e","status":"passed","time":{"start":1728676629982,"stop":1728676629982,"duration":0}},{"uid":"b02c05b83e86ebe2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b02c05b83e86ebe2","status":"passed","time":{"start":1728669353109,"stop":1728669353109,"duration":0}},{"uid":"890fdc6230f25a96","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/890fdc6230f25a96","status":"passed","time":{"start":1728597693855,"stop":1728597693856,"duration":1}},{"uid":"c357581062c980c4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c357581062c980c4","status":"passed","time":{"start":1728596913099,"stop":1728596913099,"duration":0}}]},"tags":[]},"source":"b432aaea450e842e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b5090358bf9596b0.json b/7588/data/test-cases/b5090358bf9596b0.json new file mode 100644 index 00000000000..de42cf6d56c --- /dev/null +++ b/7588/data/test-cases/b5090358bf9596b0.json @@ -0,0 +1 @@ +{"uid":"b5090358bf9596b0","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":1729034332621,"stop":1729034332621,"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":15,"unknown":0,"total":15},"items":[{"uid":"be4909c416f42934","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/be4909c416f42934","status":"passed","time":{"start":1729034096122,"stop":1729034096122,"duration":0}},{"uid":"6b592bd885483f42","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b592bd885483f42","status":"passed","time":{"start":1729034020082,"stop":1729034020082,"duration":0}},{"uid":"58bd5af16637ed50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58bd5af16637ed50","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"duration":0}},{"uid":"468f2f61f5a03c1f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/468f2f61f5a03c1f","status":"passed","time":{"start":1729031884104,"stop":1729031884104,"duration":0}},{"uid":"97e27e3348093410","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/97e27e3348093410","status":"passed","time":{"start":1728901430246,"stop":1728901430247,"duration":1}},{"uid":"bdc206f6953a03c7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bdc206f6953a03c7","status":"passed","time":{"start":1728892860522,"stop":1728892860522,"duration":0}},{"uid":"1d6179e96678d1f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d6179e96678d1f","status":"passed","time":{"start":1728855823312,"stop":1728855823313,"duration":1}},{"uid":"7fd2f0c1600128c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fd2f0c1600128c9","status":"passed","time":{"start":1728738040581,"stop":1728738040581,"duration":0}},{"uid":"971667d575e3c0aa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/971667d575e3c0aa","status":"passed","time":{"start":1728682574079,"stop":1728682574079,"duration":0}},{"uid":"cb1a37e39bcb50e5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cb1a37e39bcb50e5","status":"passed","time":{"start":1728682146807,"stop":1728682146807,"duration":0}},{"uid":"3bbaa6d4da11583c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3bbaa6d4da11583c","status":"passed","time":{"start":1728676621420,"stop":1728676621421,"duration":1}},{"uid":"8df74e9000d24d13","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8df74e9000d24d13","status":"passed","time":{"start":1728669344458,"stop":1728669344458,"duration":0}},{"uid":"ffbc822770d8e376","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ffbc822770d8e376","status":"passed","time":{"start":1728597685151,"stop":1728597685151,"duration":0}},{"uid":"ec6665d5544a62ad","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec6665d5544a62ad","status":"passed","time":{"start":1728596904457,"stop":1728596904457,"duration":0}}]},"tags":[]},"source":"b5090358bf9596b0.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6673cb1024bc1f51.json b/7588/data/test-cases/b529249d673b00ec.json similarity index 54% rename from 7556/data/test-cases/6673cb1024bc1f51.json rename to 7588/data/test-cases/b529249d673b00ec.json index a4f9de2e863..399b98c19f5 100644 --- a/7556/data/test-cases/6673cb1024bc1f51.json +++ b/7588/data/test-cases/b529249d673b00ec.json @@ -1 +1 @@ -{"uid":"6673cb1024bc1f51","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":1728457280063,"stop":1728457280064,"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":6,"unknown":0,"total":6},"items":[{"uid":"2316858c0f75586","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/2316858c0f75586","status":"passed","time":{"start":1728456247429,"stop":1728456247433,"duration":4}},{"uid":"95dfa4cd8b65cc6f","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/95dfa4cd8b65cc6f","status":"passed","time":{"start":1728455938202,"stop":1728455938202,"duration":0}},{"uid":"8e5d384962906f3f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/8e5d384962906f3f","status":"passed","time":{"start":1728455725242,"stop":1728455725246,"duration":4}},{"uid":"c8ec41841d35ae5d","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c8ec41841d35ae5d","status":"passed","time":{"start":1728455087627,"stop":1728455087629,"duration":2}},{"uid":"bf998cfb728a7ae3","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/bf998cfb728a7ae3","status":"passed","time":{"start":1728452102671,"stop":1728452102671,"duration":0}}]},"tags":[]},"source":"6673cb1024bc1f51.json","parameterValues":[]} \ No newline at end of file +{"uid":"b529249d673b00ec","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":1729034462534,"stop":1729034462535,"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":15,"unknown":0,"total":15},"items":[{"uid":"65482095652fccdd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/65482095652fccdd","status":"passed","time":{"start":1729034231344,"stop":1729034231345,"duration":1}},{"uid":"60c850c9a2baaac7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/60c850c9a2baaac7","status":"passed","time":{"start":1729034153006,"stop":1729034153006,"duration":0}},{"uid":"ac2dbb59a9490cb3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac2dbb59a9490cb3","status":"passed","time":{"start":1729033965754,"stop":1729033965757,"duration":3}},{"uid":"b1c900fd7336aa7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b1c900fd7336aa7","status":"passed","time":{"start":1729032018034,"stop":1729032018037,"duration":3}},{"uid":"5d6c5ca3d79ac070","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5d6c5ca3d79ac070","status":"passed","time":{"start":1728901595854,"stop":1728901595880,"duration":26}},{"uid":"d316bf94927d6bb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d316bf94927d6bb","status":"passed","time":{"start":1728893032691,"stop":1728893032692,"duration":1}},{"uid":"f3133cb380aca9a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3133cb380aca9a4","status":"passed","time":{"start":1728855998190,"stop":1728855998190,"duration":0}},{"uid":"c07111de781f2c64","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c07111de781f2c64","status":"passed","time":{"start":1728738212198,"stop":1728738212198,"duration":0}},{"uid":"164b9a0d8374aea3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/164b9a0d8374aea3","status":"passed","time":{"start":1728682746585,"stop":1728682746615,"duration":30}},{"uid":"a9ba9a4149ed66cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a9ba9a4149ed66cf","status":"passed","time":{"start":1728682328619,"stop":1728682328619,"duration":0}},{"uid":"86619ba6d23d320f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/86619ba6d23d320f","status":"passed","time":{"start":1728676807594,"stop":1728676807595,"duration":1}},{"uid":"7da389398ad98af9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7da389398ad98af9","status":"passed","time":{"start":1728669514930,"stop":1728669514930,"duration":0}},{"uid":"8a6c579b9ce7acfd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a6c579b9ce7acfd","status":"passed","time":{"start":1728597860133,"stop":1728597860139,"duration":6}},{"uid":"5c88a8db63feb5f0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c88a8db63feb5f0","status":"passed","time":{"start":1728597074716,"stop":1728597074718,"duration":2}}]},"tags":[]},"source":"b529249d673b00ec.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b563f276c5743170.json b/7588/data/test-cases/b563f276c5743170.json new file mode 100644 index 00000000000..0ff444e5dae --- /dev/null +++ b/7588/data/test-cases/b563f276c5743170.json @@ -0,0 +1 @@ +{"uid":"b563f276c5743170","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":1729034435415,"stop":1729034435416,"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: false\"","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":15,"unknown":0,"total":15},"items":[{"uid":"62aab39745131275","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/62aab39745131275","status":"passed","time":{"start":1729034202102,"stop":1729034202105,"duration":3}},{"uid":"661b0a5f814f1d00","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/661b0a5f814f1d00","status":"passed","time":{"start":1729034126128,"stop":1729034126134,"duration":6}},{"uid":"3db79c2b6a4284f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3db79c2b6a4284f3","status":"passed","time":{"start":1729033939924,"stop":1729033939924,"duration":0}},{"uid":"87b46391789d695","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/87b46391789d695","status":"passed","time":{"start":1729031988775,"stop":1729031988776,"duration":1}},{"uid":"3d5ef168baaeb845","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3d5ef168baaeb845","status":"passed","time":{"start":1728901555770,"stop":1728901555771,"duration":1}},{"uid":"a6030bb6a39e14e3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6030bb6a39e14e3","status":"passed","time":{"start":1728892995572,"stop":1728892995573,"duration":1}},{"uid":"7dab382357a126be","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7dab382357a126be","status":"passed","time":{"start":1728855954643,"stop":1728855954643,"duration":0}},{"uid":"4aa6a6da0eafe876","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4aa6a6da0eafe876","status":"passed","time":{"start":1728738169522,"stop":1728738169522,"duration":0}},{"uid":"a631c105071a3661","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a631c105071a3661","status":"passed","time":{"start":1728682707228,"stop":1728682707229,"duration":1}},{"uid":"d9dcb0c0881537b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d9dcb0c0881537b8","status":"passed","time":{"start":1728682285122,"stop":1728682285123,"duration":1}},{"uid":"712ba0bd342f011e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/712ba0bd342f011e","status":"passed","time":{"start":1728676761151,"stop":1728676761151,"duration":0}},{"uid":"2c9da048c8501b4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2c9da048c8501b4d","status":"passed","time":{"start":1728669488937,"stop":1728669488937,"duration":0}},{"uid":"99e5c19d55f29c59","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/99e5c19d55f29c59","status":"passed","time":{"start":1728597819574,"stop":1728597819574,"duration":0}},{"uid":"b54e8acc929956a6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b54e8acc929956a6","status":"passed","time":{"start":1728597041918,"stop":1728597041918,"duration":0}}]},"tags":[]},"source":"b563f276c5743170.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b5eadac2594df6fc.json b/7588/data/test-cases/b5eadac2594df6fc.json new file mode 100644 index 00000000000..65a4cac64b8 --- /dev/null +++ b/7588/data/test-cases/b5eadac2594df6fc.json @@ -0,0 +1 @@ +{"uid":"b5eadac2594df6fc","name":"A test","fullName":"/tests/log_file.node.spec.ts: This > Is > A test","historyId":"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034537007,"stop":1729034537008,"duration":1},"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":15,"unknown":0,"total":15},"items":[{"uid":"ac988a9a87cf6393","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ac988a9a87cf6393","status":"passed","time":{"start":1729034307168,"stop":1729034307168,"duration":0}},{"uid":"ede66a8afe8f3706","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ede66a8afe8f3706","status":"passed","time":{"start":1729034223443,"stop":1729034223443,"duration":0}},{"uid":"2ba9fe54614373b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ba9fe54614373b5","status":"passed","time":{"start":1729034041649,"stop":1729034041649,"duration":0}},{"uid":"3a6e8f688af92409","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3a6e8f688af92409","status":"passed","time":{"start":1729032093969,"stop":1729032093970,"duration":1}},{"uid":"7755379c46782ecd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7755379c46782ecd","status":"passed","time":{"start":1728901748867,"stop":1728901748868,"duration":1}},{"uid":"e86135da3390b121","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e86135da3390b121","status":"passed","time":{"start":1728893181173,"stop":1728893181173,"duration":0}},{"uid":"cd7e42da752d55a7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cd7e42da752d55a7","status":"passed","time":{"start":1728856155638,"stop":1728856155638,"duration":0}},{"uid":"40db5845a3c5a395","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/40db5845a3c5a395","status":"passed","time":{"start":1728738360440,"stop":1728738360440,"duration":0}},{"uid":"35435cc88b3c6d2e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/35435cc88b3c6d2e","status":"passed","time":{"start":1728682907311,"stop":1728682907311,"duration":0}},{"uid":"c64807bd580bd4f6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c64807bd580bd4f6","status":"passed","time":{"start":1728682466791,"stop":1728682466792,"duration":1}},{"uid":"559e9b7f40713c0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/559e9b7f40713c0","status":"passed","time":{"start":1728676955821,"stop":1728676955822,"duration":1}},{"uid":"f85f1635db1c1166","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f85f1635db1c1166","status":"passed","time":{"start":1728669626605,"stop":1728669626611,"duration":6}},{"uid":"53cc133b278f2ab5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/53cc133b278f2ab5","status":"passed","time":{"start":1728598013625,"stop":1728598013626,"duration":1}},{"uid":"59f8b588bb888e5d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/59f8b588bb888e5d","status":"passed","time":{"start":1728597225281,"stop":1728597225281,"duration":0}}]},"tags":[]},"source":"b5eadac2594df6fc.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b5f2cbdb34df41bb.json b/7588/data/test-cases/b5f2cbdb34df41bb.json new file mode 100644 index 00000000000..328c0e288c9 --- /dev/null +++ b/7588/data/test-cases/b5f2cbdb34df41bb.json @@ -0,0 +1 @@ +{"uid":"b5f2cbdb34df41bb","name":"non connected peers","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > non connected peers","historyId":"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034612085,"stop":1729034612085,"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"948f7e770fa175d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/948f7e770fa175d4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034371234,"stop":1729034371235,"duration":1}},{"uid":"d2fedd51569ff7f3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d2fedd51569ff7f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034305208,"stop":1729034305209,"duration":1}},{"uid":"249094951590ce0f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/249094951590ce0f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122311,"stop":1729034122311,"duration":0}},{"uid":"7d843f87d6d44cb7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7d843f87d6d44cb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175157,"stop":1729032175161,"duration":4}},{"uid":"b79b7989b1d65500","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b79b7989b1d65500","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873457,"stop":1728901873458,"duration":1}},{"uid":"b946572bd6c75e78","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b946572bd6c75e78","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311289,"stop":1728893311290,"duration":1}},{"uid":"63b8873ca3ed5b88","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63b8873ca3ed5b88","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263476,"stop":1728856263477,"duration":1}},{"uid":"3caabfe22ed5b5ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3caabfe22ed5b5ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483673,"stop":1728738483673,"duration":0}},{"uid":"86cbd9362ccb9dd2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/86cbd9362ccb9dd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030247,"stop":1728683030248,"duration":1}},{"uid":"f87c9c92dd5a0868","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f87c9c92dd5a0868","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581303,"stop":1728682581304,"duration":1}},{"uid":"9bcfbd929dfacbec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9bcfbd929dfacbec","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082260,"stop":1728677082260,"duration":0}},{"uid":"629f86270552b717","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/629f86270552b717","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754303,"stop":1728669754303,"duration":0}},{"uid":"a6a4578a2ea0c4c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a6a4578a2ea0c4c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137642,"stop":1728598137642,"duration":0}},{"uid":"7b24077bbee73d23","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b24077bbee73d23","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350584,"stop":1728597350584,"duration":0}}]},"tags":[]},"source":"b5f2cbdb34df41bb.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b62cab171eaca4e2.json b/7588/data/test-cases/b62cab171eaca4e2.json new file mode 100644 index 00000000000..f3347b8a5db --- /dev/null +++ b/7588/data/test-cases/b62cab171eaca4e2.json @@ -0,0 +1 @@ +{"uid":"b62cab171eaca4e2","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":1729034472949,"stop":1729034472950,"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":15,"unknown":0,"total":15},"items":[{"uid":"37e6b600113d834","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/37e6b600113d834","status":"passed","time":{"start":1729034240914,"stop":1729034240917,"duration":3}},{"uid":"19fc3b84ca825ec6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/19fc3b84ca825ec6","status":"passed","time":{"start":1729034159613,"stop":1729034159614,"duration":1}},{"uid":"c4f96019e75821d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4f96019e75821d7","status":"passed","time":{"start":1729033976793,"stop":1729033976793,"duration":0}},{"uid":"58096ccdb9fe85c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/58096ccdb9fe85c","status":"passed","time":{"start":1729032020516,"stop":1729032020517,"duration":1}},{"uid":"6560fac997d1c247","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6560fac997d1c247","status":"passed","time":{"start":1728901616428,"stop":1728901616428,"duration":0}},{"uid":"5318dbfbe288aa3b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5318dbfbe288aa3b","status":"passed","time":{"start":1728893050243,"stop":1728893050244,"duration":1}},{"uid":"c5bef8186c283047","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c5bef8186c283047","status":"passed","time":{"start":1728856015170,"stop":1728856015170,"duration":0}},{"uid":"ef4eee8e79a029f7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ef4eee8e79a029f7","status":"passed","time":{"start":1728738233135,"stop":1728738233135,"duration":0}},{"uid":"535732b9e0a5981c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/535732b9e0a5981c","status":"passed","time":{"start":1728682762469,"stop":1728682762469,"duration":0}},{"uid":"3ac019c394e26df1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3ac019c394e26df1","status":"passed","time":{"start":1728682332784,"stop":1728682332785,"duration":1}},{"uid":"6f3f43a1d3b42f55","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6f3f43a1d3b42f55","status":"passed","time":{"start":1728676810290,"stop":1728676810290,"duration":0}},{"uid":"38631f78ad1d24f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/38631f78ad1d24f0","status":"passed","time":{"start":1728669529892,"stop":1728669529892,"duration":0}},{"uid":"1769e368e0aa919b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1769e368e0aa919b","status":"passed","time":{"start":1728597873532,"stop":1728597873533,"duration":1}},{"uid":"62bf5ea404e7cd39","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/62bf5ea404e7cd39","status":"passed","time":{"start":1728597089272,"stop":1728597089272,"duration":0}}]},"tags":[]},"source":"b62cab171eaca4e2.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b6328243304101e.json b/7588/data/test-cases/b6328243304101e.json new file mode 100644 index 00000000000..b0731eb6be6 --- /dev/null +++ b/7588/data/test-cases/b6328243304101e.json @@ -0,0 +1 @@ +{"uid":"b6328243304101e","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":1729034682672,"stop":1729034682672,"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":15,"unknown":0,"total":15},"items":[{"uid":"aca4de57da6ad95b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aca4de57da6ad95b","status":"passed","time":{"start":1729034452182,"stop":1729034452182,"duration":0}},{"uid":"8cc19c08c1a618b1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8cc19c08c1a618b1","status":"passed","time":{"start":1729034373078,"stop":1729034373079,"duration":1}},{"uid":"2ee559ba0f23694f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ee559ba0f23694f","status":"passed","time":{"start":1729034188115,"stop":1729034188116,"duration":1}},{"uid":"87f3e8a6d26e5041","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/87f3e8a6d26e5041","status":"passed","time":{"start":1729032231861,"stop":1729032231862,"duration":1}},{"uid":"633cd15a99289fae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/633cd15a99289fae","status":"passed","time":{"start":1728901989564,"stop":1728901989564,"duration":0}},{"uid":"19589c872af257f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19589c872af257f","status":"passed","time":{"start":1728893424897,"stop":1728893424897,"duration":0}},{"uid":"bcfea23dae1b5f00","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bcfea23dae1b5f00","status":"passed","time":{"start":1728856376682,"stop":1728856376682,"duration":0}},{"uid":"468b54dbf01dcf12","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/468b54dbf01dcf12","status":"passed","time":{"start":1728738593958,"stop":1728738593959,"duration":1}},{"uid":"cb154a3e69f696b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cb154a3e69f696b0","status":"passed","time":{"start":1728683135334,"stop":1728683135335,"duration":1}},{"uid":"bb39be93d900cd7c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb39be93d900cd7c","status":"passed","time":{"start":1728682692584,"stop":1728682692586,"duration":2}},{"uid":"e9bac2a813ab1f96","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e9bac2a813ab1f96","status":"passed","time":{"start":1728677194227,"stop":1728677194227,"duration":0}},{"uid":"e40bcb6e1eb3376b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e40bcb6e1eb3376b","status":"passed","time":{"start":1728669874422,"stop":1728669874422,"duration":0}},{"uid":"98ca0c2e891077d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/98ca0c2e891077d","status":"passed","time":{"start":1728598257460,"stop":1728598257460,"duration":0}},{"uid":"796e990716810beb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/796e990716810beb","status":"passed","time":{"start":1728597471282,"stop":1728597471282,"duration":0}}]},"tags":[]},"source":"b6328243304101e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b6873e964a091b03.json b/7588/data/test-cases/b6873e964a091b03.json new file mode 100644 index 00000000000..9c5d929ae07 --- /dev/null +++ b/7588/data/test-cases/b6873e964a091b03.json @@ -0,0 +1 @@ +{"uid":"b6873e964a091b03","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":1729034713700,"stop":1729034713701,"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"c9f453b89243d891","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c9f453b89243d891","status":"passed","time":{"start":1729034487483,"stop":1729034487484,"duration":1}},{"uid":"a1b343ea5ed84ade","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a1b343ea5ed84ade","status":"passed","time":{"start":1729034446109,"stop":1729034446109,"duration":0}},{"uid":"6d5dcd58f8e2ff5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6d5dcd58f8e2ff5d","status":"passed","time":{"start":1729032275828,"stop":1729032275828,"duration":0}},{"uid":"f40a8a4d8e357fe7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f40a8a4d8e357fe7","status":"passed","time":{"start":1728902036740,"stop":1728902036741,"duration":1}},{"uid":"84aadc7142fdd796","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84aadc7142fdd796","status":"passed","time":{"start":1728893472413,"stop":1728893472413,"duration":0}},{"uid":"46ce08ee1715a803","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46ce08ee1715a803","status":"passed","time":{"start":1728856423201,"stop":1728856423201,"duration":0}},{"uid":"cabd2a8bdf930812","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cabd2a8bdf930812","status":"passed","time":{"start":1728738648729,"stop":1728738648730,"duration":1}},{"uid":"80a18b6f837d7495","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80a18b6f837d7495","status":"passed","time":{"start":1728683179655,"stop":1728683179655,"duration":0}},{"uid":"137f29ec8aca834f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/137f29ec8aca834f","status":"passed","time":{"start":1728682757951,"stop":1728682757951,"duration":0}},{"uid":"7420837fdde96660","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7420837fdde96660","status":"passed","time":{"start":1728677238451,"stop":1728677238451,"duration":0}},{"uid":"f5f020f602867745","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5f020f602867745","status":"passed","time":{"start":1728669928220,"stop":1728669928220,"duration":0}},{"uid":"4b2894f1d888f06e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b2894f1d888f06e","status":"passed","time":{"start":1728598319590,"stop":1728598319590,"duration":0}},{"uid":"d28e711d46220843","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d28e711d46220843","status":"passed","time":{"start":1728597520647,"stop":1728597520647,"duration":0}}]},"tags":[]},"source":"b6873e964a091b03.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/b07dbce4f89bd991.json b/7588/data/test-cases/b6d25c9783cd9d37.json similarity index 50% rename from 7556/data/test-cases/b07dbce4f89bd991.json rename to 7588/data/test-cases/b6d25c9783cd9d37.json index 0fc0f6987f5..219ac1d11bc 100644 --- a/7556/data/test-cases/b07dbce4f89bd991.json +++ b/7588/data/test-cases/b6d25c9783cd9d37.json @@ -1 +1 @@ -{"uid":"b07dbce4f89bd991","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":1728457290006,"stop":1728457290006,"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":6,"unknown":0,"total":6},"items":[{"uid":"ba35d7a53d53eff6","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/ba35d7a53d53eff6","status":"passed","time":{"start":1728456257141,"stop":1728456257143,"duration":2}},{"uid":"6d946e05cebdf3d8","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/6d946e05cebdf3d8","status":"passed","time":{"start":1728455949879,"stop":1728455949879,"duration":0}},{"uid":"4d4f4c7ab84c507a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4d4f4c7ab84c507a","status":"passed","time":{"start":1728455741476,"stop":1728455741477,"duration":1}},{"uid":"e2e45c02d36c9897","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/e2e45c02d36c9897","status":"passed","time":{"start":1728455102325,"stop":1728455102327,"duration":2}},{"uid":"f9e03453f4842bb","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f9e03453f4842bb","status":"passed","time":{"start":1728452170819,"stop":1728452170819,"duration":0}}]},"tags":[]},"source":"b07dbce4f89bd991.json","parameterValues":[]} \ No newline at end of file +{"uid":"b6d25c9783cd9d37","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":1729034472989,"stop":1729034472990,"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":15,"unknown":0,"total":15},"items":[{"uid":"93bfeb1ff537aefe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/93bfeb1ff537aefe","status":"passed","time":{"start":1729034240935,"stop":1729034240936,"duration":1}},{"uid":"a60c3378dab24171","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a60c3378dab24171","status":"passed","time":{"start":1729034159629,"stop":1729034159629,"duration":0}},{"uid":"e4e3feb8f31b2695","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e4e3feb8f31b2695","status":"passed","time":{"start":1729033976814,"stop":1729033976815,"duration":1}},{"uid":"e28d593074498f10","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e28d593074498f10","status":"passed","time":{"start":1729032020533,"stop":1729032020533,"duration":0}},{"uid":"49d853414597f112","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/49d853414597f112","status":"passed","time":{"start":1728901616499,"stop":1728901616500,"duration":1}},{"uid":"8e1cb29eee7c8b68","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e1cb29eee7c8b68","status":"passed","time":{"start":1728893050253,"stop":1728893050253,"duration":0}},{"uid":"2475c681a19a3387","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2475c681a19a3387","status":"passed","time":{"start":1728856015184,"stop":1728856015184,"duration":0}},{"uid":"4af16c4d25d267df","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4af16c4d25d267df","status":"passed","time":{"start":1728738233177,"stop":1728738233178,"duration":1}},{"uid":"5178536fd9fad221","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5178536fd9fad221","status":"passed","time":{"start":1728682762484,"stop":1728682762485,"duration":1}},{"uid":"41d2ab24e546fbc2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41d2ab24e546fbc2","status":"passed","time":{"start":1728682332798,"stop":1728682332798,"duration":0}},{"uid":"9f77686d6d0ac9ae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f77686d6d0ac9ae","status":"passed","time":{"start":1728676810305,"stop":1728676810306,"duration":1}},{"uid":"80f7077747ea01e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/80f7077747ea01e","status":"passed","time":{"start":1728669529908,"stop":1728669529909,"duration":1}},{"uid":"861972a5473639df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/861972a5473639df","status":"passed","time":{"start":1728597873545,"stop":1728597873546,"duration":1}},{"uid":"b9580b8e093ec63b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b9580b8e093ec63b","status":"passed","time":{"start":1728597089286,"stop":1728597089286,"duration":0}}]},"tags":[]},"source":"b6d25c9783cd9d37.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b6f1ced85575dfc0.json b/7588/data/test-cases/b6f1ced85575dfc0.json new file mode 100644 index 00000000000..68195cf50c2 --- /dev/null +++ b/7588/data/test-cases/b6f1ced85575dfc0.json @@ -0,0 +1 @@ +{"uid":"b6f1ced85575dfc0","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":1729034447614,"stop":1729034447615,"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":15,"unknown":0,"total":15},"items":[{"uid":"1cc06cd3dcc34a5e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1cc06cd3dcc34a5e","status":"passed","time":{"start":1729034206085,"stop":1729034206085,"duration":0}},{"uid":"9189320116afc31d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9189320116afc31d","status":"passed","time":{"start":1729034134189,"stop":1729034134189,"duration":0}},{"uid":"dc0fae4a753f8dbf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dc0fae4a753f8dbf","status":"passed","time":{"start":1729033942598,"stop":1729033942600,"duration":2}},{"uid":"962c1075233debbf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/962c1075233debbf","status":"passed","time":{"start":1729031989711,"stop":1729031989711,"duration":0}},{"uid":"973054e5a41e6b49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/973054e5a41e6b49","status":"passed","time":{"start":1728901562032,"stop":1728901562033,"duration":1}},{"uid":"b197260f9caf6454","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b197260f9caf6454","status":"passed","time":{"start":1728893001479,"stop":1728893001480,"duration":1}},{"uid":"b4bd54e15fdc874e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4bd54e15fdc874e","status":"passed","time":{"start":1728855968864,"stop":1728855968865,"duration":1}},{"uid":"5c7d259779613180","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c7d259779613180","status":"passed","time":{"start":1728738172965,"stop":1728738172965,"duration":0}},{"uid":"277116c40facfeee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/277116c40facfeee","status":"passed","time":{"start":1728682706935,"stop":1728682706936,"duration":1}},{"uid":"99e19199373d0db0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99e19199373d0db0","status":"passed","time":{"start":1728682296859,"stop":1728682296859,"duration":0}},{"uid":"aa4f344e03335907","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aa4f344e03335907","status":"passed","time":{"start":1728676761462,"stop":1728676761466,"duration":4}},{"uid":"a805c274a22747e6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a805c274a22747e6","status":"passed","time":{"start":1728669479024,"stop":1728669479025,"duration":1}},{"uid":"2fca0a6bad8e832","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2fca0a6bad8e832","status":"passed","time":{"start":1728597820125,"stop":1728597820125,"duration":0}},{"uid":"eda084971218bf04","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eda084971218bf04","status":"passed","time":{"start":1728597034498,"stop":1728597034498,"duration":0}}]},"tags":[]},"source":"b6f1ced85575dfc0.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b754c72e64a6e5aa.json b/7588/data/test-cases/b754c72e64a6e5aa.json new file mode 100644 index 00000000000..7e210d4abd7 --- /dev/null +++ b/7588/data/test-cases/b754c72e64a6e5aa.json @@ -0,0 +1 @@ +{"uid":"b754c72e64a6e5aa","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":1729034473212,"stop":1729034473213,"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.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":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"923589b1fca984b0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/923589b1fca984b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241155,"stop":1729034241157,"duration":2}},{"uid":"6813ccfa0b6b43db","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6813ccfa0b6b43db","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159972,"stop":1729034159972,"duration":0}},{"uid":"8b7188cb770d7c92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b7188cb770d7c92","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977063,"stop":1729033977063,"duration":0}},{"uid":"4f3a7514acda180","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f3a7514acda180","status":"passed","time":{"start":1729032093781,"stop":1729032093782,"duration":1}},{"uid":"8bf437b212ad355d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8bf437b212ad355d","status":"passed","time":{"start":1728901748772,"stop":1728901748772,"duration":0}},{"uid":"7e02634a640edac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7e02634a640edac","status":"passed","time":{"start":1728893181084,"stop":1728893181084,"duration":0}},{"uid":"3c2473c8093f2e9b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c2473c8093f2e9b","status":"passed","time":{"start":1728856155550,"stop":1728856155550,"duration":0}},{"uid":"746f210e6ad58989","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/746f210e6ad58989","status":"passed","time":{"start":1728738360283,"stop":1728738360284,"duration":1}},{"uid":"a5a9bda857b98a95","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a5a9bda857b98a95","status":"passed","time":{"start":1728682907221,"stop":1728682907221,"duration":0}},{"uid":"5478d1dbded71ea9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5478d1dbded71ea9","status":"passed","time":{"start":1728682466730,"stop":1728682466731,"duration":1}},{"uid":"cb812853deb16796","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cb812853deb16796","status":"passed","time":{"start":1728676955720,"stop":1728676955721,"duration":1}},{"uid":"538b570cd826eca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/538b570cd826eca","status":"passed","time":{"start":1728598013533,"stop":1728598013533,"duration":0}},{"uid":"47c8529098b5babd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47c8529098b5babd","status":"passed","time":{"start":1728597225198,"stop":1728597225198,"duration":0}}]},"tags":[]},"source":"b754c72e64a6e5aa.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b76c4021e6fb6bc1.json b/7588/data/test-cases/b76c4021e6fb6bc1.json new file mode 100644 index 00000000000..fb789872c3f --- /dev/null +++ b/7588/data/test-cases/b76c4021e6fb6bc1.json @@ -0,0 +1 @@ +{"uid":"b76c4021e6fb6bc1","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":1729034341399,"stop":1729034341400,"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":"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":15,"unknown":0,"total":15},"items":[{"uid":"de505280baef8308","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/de505280baef8308","status":"passed","time":{"start":1729034104908,"stop":1729034104908,"duration":0}},{"uid":"f4b4e06718388384","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f4b4e06718388384","status":"passed","time":{"start":1729034028505,"stop":1729034028505,"duration":0}},{"uid":"d7bb40dfcbc7fcc2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d7bb40dfcbc7fcc2","status":"passed","time":{"start":1729033843113,"stop":1729033843114,"duration":1}},{"uid":"fdd99996705ca1e6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fdd99996705ca1e6","status":"passed","time":{"start":1729031892672,"stop":1729031892673,"duration":1}},{"uid":"509f8746d67abc08","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/509f8746d67abc08","status":"passed","time":{"start":1728901438804,"stop":1728901438804,"duration":0}},{"uid":"50a4a770f7be55a5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50a4a770f7be55a5","status":"passed","time":{"start":1728892868995,"stop":1728892868996,"duration":1}},{"uid":"f4f26182a3dc1539","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f4f26182a3dc1539","status":"passed","time":{"start":1728855831888,"stop":1728855831888,"duration":0}},{"uid":"dfa3f5341188099c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dfa3f5341188099c","status":"passed","time":{"start":1728738049035,"stop":1728738049035,"duration":0}},{"uid":"c0287f3e2d48f19e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c0287f3e2d48f19e","status":"passed","time":{"start":1728682582613,"stop":1728682582613,"duration":0}},{"uid":"6130b5a989b0c04d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6130b5a989b0c04d","status":"passed","time":{"start":1728682155403,"stop":1728682155404,"duration":1}},{"uid":"53d2a1b0aa6eadce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/53d2a1b0aa6eadce","status":"passed","time":{"start":1728676629969,"stop":1728676629969,"duration":0}},{"uid":"ff55e71cf2c9f8bb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff55e71cf2c9f8bb","status":"passed","time":{"start":1728669353096,"stop":1728669353097,"duration":1}},{"uid":"50fe35449bf6bead","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/50fe35449bf6bead","status":"passed","time":{"start":1728597693841,"stop":1728597693842,"duration":1}},{"uid":"288dcc438c5a296","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/288dcc438c5a296","status":"passed","time":{"start":1728596913086,"stop":1728596913086,"duration":0}}]},"tags":[]},"source":"b76c4021e6fb6bc1.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b7747b2a664889e3.json b/7588/data/test-cases/b7747b2a664889e3.json new file mode 100644 index 00000000000..f9ce03d5e72 --- /dev/null +++ b/7588/data/test-cases/b7747b2a664889e3.json @@ -0,0 +1 @@ +{"uid":"b7747b2a664889e3","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":1729034408877,"stop":1729034408877,"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"4ffe7eb11ca7fe53","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ffe7eb11ca7fe53","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034166266,"stop":1729034166266,"duration":0}},{"uid":"eef716b1e40e83ba","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/eef716b1e40e83ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034096724,"stop":1729034096724,"duration":0}},{"uid":"41076025a7ed68f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41076025a7ed68f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033904751,"stop":1729033904751,"duration":0}},{"uid":"f06a5dfea2132f1b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f06a5dfea2132f1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031952299,"stop":1729031952299,"duration":0}},{"uid":"cdf0961f37e36022","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cdf0961f37e36022","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901498549,"stop":1728901498550,"duration":1}},{"uid":"92e51bbbc3e8537a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/92e51bbbc3e8537a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892934942,"stop":1728892934942,"duration":0}},{"uid":"62470e483f1d5fe4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62470e483f1d5fe4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855901092,"stop":1728855901092,"duration":0}},{"uid":"72c055c2a8691a35","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/72c055c2a8691a35","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738109824,"stop":1728738109824,"duration":0}},{"uid":"8775b45f77153372","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8775b45f77153372","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682641799,"stop":1728682641799,"duration":0}},{"uid":"255bff729328b2f3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/255bff729328b2f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682224061,"stop":1728682224061,"duration":0}},{"uid":"e738908777ae35d3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e738908777ae35d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676692605,"stop":1728676692605,"duration":0}},{"uid":"887318633584d628","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/887318633584d628","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669414332,"stop":1728669414332,"duration":0}},{"uid":"dc33a94e35bbbcbf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc33a94e35bbbcbf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597758159,"stop":1728597758159,"duration":0}},{"uid":"e88ec15752568ca4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e88ec15752568ca4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596973965,"stop":1728596973965,"duration":0}}]},"tags":[]},"source":"b7747b2a664889e3.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/b24cb7e93a30cb21.json b/7588/data/test-cases/b7ffc934e4954682.json similarity index 81% rename from 7556/data/test-cases/b24cb7e93a30cb21.json rename to 7588/data/test-cases/b7ffc934e4954682.json index 839aba11152..77502f7c943 100644 --- a/7556/data/test-cases/b24cb7e93a30cb21.json +++ b/7588/data/test-cases/b7ffc934e4954682.json @@ -1 +1 @@ -{"uid":"b24cb7e93a30cb21","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":1728457322428,"stop":1728457322428,"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":6,"unknown":0,"total":6},"items":[{"uid":"c30fcd02c5db296e","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/c30fcd02c5db296e","status":"passed","time":{"start":1728456287236,"stop":1728456287236,"duration":0}},{"uid":"a88595df418650ba","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a88595df418650ba","status":"passed","time":{"start":1728455980762,"stop":1728455980762,"duration":0}},{"uid":"18259aaf38a90af4","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/18259aaf38a90af4","status":"passed","time":{"start":1728455789241,"stop":1728455789242,"duration":1}},{"uid":"d1bae200f586d5","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/d1bae200f586d5","status":"passed","time":{"start":1728455146551,"stop":1728455146552,"duration":1}},{"uid":"bd9fc75ef3f6037e","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/bd9fc75ef3f6037e","status":"passed","time":{"start":1728452163128,"stop":1728452163129,"duration":1}}]},"tags":[]},"source":"b24cb7e93a30cb21.json","parameterValues":[]} \ No newline at end of file +{"uid":"b7ffc934e4954682","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":1729034506798,"stop":1729034506798,"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":15,"unknown":0,"total":15},"items":[{"uid":"e3334aafcdf55b60","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e3334aafcdf55b60","status":"passed","time":{"start":1729034259821,"stop":1729034259821,"duration":0}},{"uid":"87e9a41570c34c0f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/87e9a41570c34c0f","status":"passed","time":{"start":1729034194019,"stop":1729034194019,"duration":0}},{"uid":"a7dbbf96738f13c7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a7dbbf96738f13c7","status":"passed","time":{"start":1729034014877,"stop":1729034014877,"duration":0}},{"uid":"34a58027bece2d11","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/34a58027bece2d11","status":"passed","time":{"start":1729032065456,"stop":1729032065456,"duration":0}},{"uid":"79f48f72565b8d5d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/79f48f72565b8d5d","status":"passed","time":{"start":1728901664268,"stop":1728901664270,"duration":2}},{"uid":"3a99b416a3ac6064","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3a99b416a3ac6064","status":"passed","time":{"start":1728893093692,"stop":1728893093692,"duration":0}},{"uid":"b9632cf612db1f35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b9632cf612db1f35","status":"passed","time":{"start":1728856055273,"stop":1728856055273,"duration":0}},{"uid":"7ef05bda7eeed59d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7ef05bda7eeed59d","status":"passed","time":{"start":1728738274745,"stop":1728738274745,"duration":0}},{"uid":"3c5f2917b34105d0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3c5f2917b34105d0","status":"passed","time":{"start":1728682807960,"stop":1728682807960,"duration":0}},{"uid":"902df9269b4439b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/902df9269b4439b4","status":"passed","time":{"start":1728682381286,"stop":1728682381286,"duration":0}},{"uid":"4d18492f9ca71372","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4d18492f9ca71372","status":"passed","time":{"start":1728676853901,"stop":1728676853902,"duration":1}},{"uid":"3d68714d0fd929dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3d68714d0fd929dc","status":"passed","time":{"start":1728669581698,"stop":1728669581698,"duration":0}},{"uid":"88105aaddebf5f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/88105aaddebf5f3","status":"passed","time":{"start":1728597923491,"stop":1728597923491,"duration":0}},{"uid":"54129d69f4321422","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/54129d69f4321422","status":"passed","time":{"start":1728597132264,"stop":1728597132265,"duration":1}}]},"tags":[]},"source":"b7ffc934e4954682.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b810afd4aff3477.json b/7588/data/test-cases/b810afd4aff3477.json new file mode 100644 index 00000000000..518f73f232f --- /dev/null +++ b/7588/data/test-cases/b810afd4aff3477.json @@ -0,0 +1 @@ +{"uid":"b810afd4aff3477","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":1729034470386,"stop":1729034470387,"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},{"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},{"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":15,"unknown":0,"total":15},"items":[{"uid":"638fc0bd0b7993a8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/638fc0bd0b7993a8","status":"passed","time":{"start":1729034238406,"stop":1729034238408,"duration":2}},{"uid":"c227e7c9a1eada1f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c227e7c9a1eada1f","status":"passed","time":{"start":1729034157649,"stop":1729034157651,"duration":2}},{"uid":"ba5d3d73b7d58edd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba5d3d73b7d58edd","status":"passed","time":{"start":1729033974447,"stop":1729033974449,"duration":2}},{"uid":"dfc3be69f9c6a13b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dfc3be69f9c6a13b","status":"passed","time":{"start":1729032027757,"stop":1729032027759,"duration":2}},{"uid":"b710c4898c6857c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b710c4898c6857c","status":"passed","time":{"start":1728901614538,"stop":1728901614539,"duration":1}},{"uid":"40fb99145328a10e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/40fb99145328a10e","status":"passed","time":{"start":1728893048594,"stop":1728893048594,"duration":0}},{"uid":"dc8b55055e6969f6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dc8b55055e6969f6","status":"passed","time":{"start":1728856013558,"stop":1728856013558,"duration":0}},{"uid":"8e0fbce19fbe7fcb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8e0fbce19fbe7fcb","status":"passed","time":{"start":1728738231630,"stop":1728738231630,"duration":0}},{"uid":"113002643bae86b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/113002643bae86b","status":"passed","time":{"start":1728682761069,"stop":1728682761070,"duration":1}},{"uid":"2854d8dc5f27eb33","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2854d8dc5f27eb33","status":"passed","time":{"start":1728682330627,"stop":1728682330627,"duration":0}},{"uid":"80e295ee9d11a796","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/80e295ee9d11a796","status":"passed","time":{"start":1728676808321,"stop":1728676808322,"duration":1}},{"uid":"fce611386126879b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fce611386126879b","status":"passed","time":{"start":1728669528227,"stop":1728669528227,"duration":0}},{"uid":"1e491b6c628a85f4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e491b6c628a85f4","status":"passed","time":{"start":1728597872226,"stop":1728597872226,"duration":0}},{"uid":"90e83d73b38ba196","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90e83d73b38ba196","status":"passed","time":{"start":1728597087683,"stop":1728597087684,"duration":1}}]},"tags":[]},"source":"b810afd4aff3477.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b8291f0e36d88793.json b/7588/data/test-cases/b8291f0e36d88793.json new file mode 100644 index 00000000000..96930c63f61 --- /dev/null +++ b/7588/data/test-cases/b8291f0e36d88793.json @@ -0,0 +1 @@ +{"uid":"b8291f0e36d88793","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":1729034473219,"stop":1729034473220,"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.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":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"c8950613b177a125","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c8950613b177a125","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241162,"stop":1729034241162,"duration":0}},{"uid":"53d56d88abb9c059","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/53d56d88abb9c059","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159975,"stop":1729034159975,"duration":0}},{"uid":"ba6e3cb4ca1d8df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba6e3cb4ca1d8df","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977066,"duration":1}},{"uid":"e171caeb51db24b0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e171caeb51db24b0","status":"passed","time":{"start":1729032093802,"stop":1729032093803,"duration":1}},{"uid":"852aa505fd160a4f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/852aa505fd160a4f","status":"passed","time":{"start":1728901748774,"stop":1728901748775,"duration":1}},{"uid":"46f0f8707acc3afb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/46f0f8707acc3afb","status":"passed","time":{"start":1728893181087,"stop":1728893181088,"duration":1}},{"uid":"80bfe2b1f1ca5fd2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/80bfe2b1f1ca5fd2","status":"passed","time":{"start":1728856155553,"stop":1728856155553,"duration":0}},{"uid":"cf12a35b8063d01a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cf12a35b8063d01a","status":"passed","time":{"start":1728738360299,"stop":1728738360301,"duration":2}},{"uid":"3183e2b013f2c8cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3183e2b013f2c8cc","status":"passed","time":{"start":1728682907223,"stop":1728682907223,"duration":0}},{"uid":"2432dd4985aaf4d9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2432dd4985aaf4d9","status":"passed","time":{"start":1728682466737,"stop":1728682466737,"duration":0}},{"uid":"3af8ec32ab05083f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3af8ec32ab05083f","status":"passed","time":{"start":1728676955723,"stop":1728676955724,"duration":1}},{"uid":"71011cf02995a59f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/71011cf02995a59f","status":"passed","time":{"start":1728598013536,"stop":1728598013536,"duration":0}},{"uid":"6238ac8aa92bc448","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6238ac8aa92bc448","status":"passed","time":{"start":1728597225201,"stop":1728597225202,"duration":1}}]},"tags":[]},"source":"b8291f0e36d88793.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/340a1c3071270148.json b/7588/data/test-cases/b867761900d7ba1a.json similarity index 85% rename from 7556/data/test-cases/340a1c3071270148.json rename to 7588/data/test-cases/b867761900d7ba1a.json index 7e46a01d351..a804e2ccc53 100644 --- a/7556/data/test-cases/340a1c3071270148.json +++ b/7588/data/test-cases/b867761900d7ba1a.json @@ -1 +1 @@ -{"uid":"340a1c3071270148","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":1728457537136,"stop":1728457537136,"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":6,"unknown":0,"total":6},"items":[{"uid":"1c877232805bb438","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/1c877232805bb438","status":"passed","time":{"start":1728456499107,"stop":1728456499108,"duration":1}},{"uid":"198ebbd9362587bc","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/198ebbd9362587bc","status":"passed","time":{"start":1728456215093,"stop":1728456215096,"duration":3}},{"uid":"d6786c5b61ac389f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/d6786c5b61ac389f","status":"passed","time":{"start":1728456167140,"stop":1728456167140,"duration":0}},{"uid":"1072be9e94fdb034","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/1072be9e94fdb034","status":"passed","time":{"start":1728455518202,"stop":1728455518202,"duration":0}},{"uid":"1c3174d28d65cc2b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/1c3174d28d65cc2b","status":"passed","time":{"start":1728452534890,"stop":1728452534890,"duration":0}}]},"tags":[]},"source":"340a1c3071270148.json","parameterValues":[]} \ No newline at end of file +{"uid":"b867761900d7ba1a","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":1729034704502,"stop":1729034704502,"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":15,"unknown":0,"total":15},"items":[{"uid":"8824b9e09f8147f6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8824b9e09f8147f6","status":"passed","time":{"start":1729034474995,"stop":1729034474995,"duration":0}},{"uid":"7870fd63991631a4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7870fd63991631a4","status":"passed","time":{"start":1729034395296,"stop":1729034395296,"duration":0}},{"uid":"55af24a024fa076e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/55af24a024fa076e","status":"passed","time":{"start":1729034209107,"stop":1729034209109,"duration":2}},{"uid":"d1d76f82a2bdbc5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d1d76f82a2bdbc5","status":"passed","time":{"start":1729032264576,"stop":1729032264576,"duration":0}},{"uid":"37d3b82633daffd9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37d3b82633daffd9","status":"passed","time":{"start":1728902012868,"stop":1728902012868,"duration":0}},{"uid":"d6d8c02b77cefd6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6d8c02b77cefd6a","status":"passed","time":{"start":1728893454818,"stop":1728893454818,"duration":0}},{"uid":"2986b969a0b6dac6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2986b969a0b6dac6","status":"passed","time":{"start":1728856408461,"stop":1728856408462,"duration":1}},{"uid":"1ca7086c8cbad9be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1ca7086c8cbad9be","status":"passed","time":{"start":1728738633862,"stop":1728738633862,"duration":0}},{"uid":"60988803d344b2d7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/60988803d344b2d7","status":"passed","time":{"start":1728683159797,"stop":1728683159798,"duration":1}},{"uid":"9ae34579650a3aa1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9ae34579650a3aa1","status":"passed","time":{"start":1728682751337,"stop":1728682751338,"duration":1}},{"uid":"3cb8e249d29044bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3cb8e249d29044bf","status":"passed","time":{"start":1728677216371,"stop":1728677216371,"duration":0}},{"uid":"6ead32cb57de617f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6ead32cb57de617f","status":"passed","time":{"start":1728669925459,"stop":1728669925460,"duration":1}},{"uid":"1e47ead724742cc7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e47ead724742cc7","status":"passed","time":{"start":1728598268814,"stop":1728598268814,"duration":0}},{"uid":"9b7dd3c14a57df5b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9b7dd3c14a57df5b","status":"passed","time":{"start":1728597503940,"stop":1728597503940,"duration":0}}]},"tags":[]},"source":"b867761900d7ba1a.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c347bd051de68aca.json b/7588/data/test-cases/b8ca59d374fcebfd.json similarity index 84% rename from 7556/data/test-cases/c347bd051de68aca.json rename to 7588/data/test-cases/b8ca59d374fcebfd.json index da106190d5c..8f3d38d3930 100644 --- a/7556/data/test-cases/c347bd051de68aca.json +++ b/7588/data/test-cases/b8ca59d374fcebfd.json @@ -1 +1 @@ -{"uid":"c347bd051de68aca","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":1728457360307,"stop":1728457360308,"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":6,"unknown":0,"total":6},"items":[{"uid":"d8e589aa3b07d168","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/d8e589aa3b07d168","status":"passed","time":{"start":1728456312493,"stop":1728456312494,"duration":1}},{"uid":"661884dfbb696b74","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/661884dfbb696b74","status":"passed","time":{"start":1728456013947,"stop":1728456013947,"duration":0}},{"uid":"44285121e0aab409","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/44285121e0aab409","status":"passed","time":{"start":1728455837442,"stop":1728455837442,"duration":0}},{"uid":"22fdb1f17016cc16","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/22fdb1f17016cc16","status":"passed","time":{"start":1728455198906,"stop":1728455198907,"duration":1}},{"uid":"c60c968c284713b5","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/c60c968c284713b5","status":"passed","time":{"start":1728452203350,"stop":1728452203351,"duration":1}}]},"tags":[]},"source":"c347bd051de68aca.json","parameterValues":[]} \ No newline at end of file +{"uid":"b8ca59d374fcebfd","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":1729034536100,"stop":1729034536101,"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":14,"unknown":0,"total":14},"items":[{"uid":"b10f8b89c52a8f03","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b10f8b89c52a8f03","status":"passed","time":{"start":1729034296706,"stop":1729034296707,"duration":1}},{"uid":"b6bd66b85f48f8c5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b6bd66b85f48f8c5","status":"passed","time":{"start":1729034220603,"stop":1729034220604,"duration":1}},{"uid":"7ec4aca1a050b75e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ec4aca1a050b75e","status":"passed","time":{"start":1729034041488,"stop":1729034041488,"duration":0}},{"uid":"bb2a2066c44d2c1b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bb2a2066c44d2c1b","status":"passed","time":{"start":1728901705401,"stop":1728901705402,"duration":1}},{"uid":"5a2477b2c3d05299","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a2477b2c3d05299","status":"passed","time":{"start":1728893141776,"stop":1728893141776,"duration":0}},{"uid":"9ea75abe0929d59d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9ea75abe0929d59d","status":"passed","time":{"start":1728856087083,"stop":1728856087083,"duration":0}},{"uid":"6d813a30f770a7b7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d813a30f770a7b7","status":"passed","time":{"start":1728738321435,"stop":1728738321436,"duration":1}},{"uid":"db59c757481645d8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/db59c757481645d8","status":"passed","time":{"start":1728682845674,"stop":1728682845674,"duration":0}},{"uid":"40bc92c160653ecf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/40bc92c160653ecf","status":"passed","time":{"start":1728682424310,"stop":1728682424310,"duration":0}},{"uid":"d6f45a89718264a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d6f45a89718264a8","status":"passed","time":{"start":1728676900519,"stop":1728676900520,"duration":1}},{"uid":"cd27b416f189835b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cd27b416f189835b","status":"passed","time":{"start":1728669625800,"stop":1728669625800,"duration":0}},{"uid":"586d187a4508a620","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/586d187a4508a620","status":"passed","time":{"start":1728597957165,"stop":1728597957166,"duration":1}},{"uid":"620581566018c85","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/620581566018c85","status":"passed","time":{"start":1728597182617,"stop":1728597182617,"duration":0}}]},"tags":[]},"source":"b8ca59d374fcebfd.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/b90eca0627f189b5.json b/7588/data/test-cases/b90eca0627f189b5.json new file mode 100644 index 00000000000..d1cd702f68a --- /dev/null +++ b/7588/data/test-cases/b90eca0627f189b5.json @@ -0,0 +1 @@ +{"uid":"b90eca0627f189b5","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":1729034332640,"stop":1729034332640,"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":15,"unknown":0,"total":15},"items":[{"uid":"b5560efcb6740b3b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b5560efcb6740b3b","status":"passed","time":{"start":1729034096138,"stop":1729034096139,"duration":1}},{"uid":"2bb9f425b7819596","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2bb9f425b7819596","status":"passed","time":{"start":1729034020095,"stop":1729034020095,"duration":0}},{"uid":"c0c7ec48ad861984","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c0c7ec48ad861984","status":"passed","time":{"start":1729033834392,"stop":1729033834392,"duration":0}},{"uid":"b19659fe9b4f487c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b19659fe9b4f487c","status":"passed","time":{"start":1729031884125,"stop":1729031884125,"duration":0}},{"uid":"ee6f89ba2368231b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ee6f89ba2368231b","status":"passed","time":{"start":1728901430258,"stop":1728901430259,"duration":1}},{"uid":"65e78b489a8ba465","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/65e78b489a8ba465","status":"passed","time":{"start":1728892860537,"stop":1728892860537,"duration":0}},{"uid":"71e3c1c4fce7d81","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/71e3c1c4fce7d81","status":"passed","time":{"start":1728855823327,"stop":1728855823327,"duration":0}},{"uid":"5cfe617ddfc5cc91","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5cfe617ddfc5cc91","status":"passed","time":{"start":1728738040607,"stop":1728738040608,"duration":1}},{"uid":"da4d316d909f0b74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/da4d316d909f0b74","status":"passed","time":{"start":1728682574098,"stop":1728682574098,"duration":0}},{"uid":"c264b6d6dc445caf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c264b6d6dc445caf","status":"passed","time":{"start":1728682146822,"stop":1728682146822,"duration":0}},{"uid":"3945a657d2f0a5f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3945a657d2f0a5f2","status":"passed","time":{"start":1728676621437,"stop":1728676621437,"duration":0}},{"uid":"f1a965cfbb008ff9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f1a965cfbb008ff9","status":"passed","time":{"start":1728669344472,"stop":1728669344472,"duration":0}},{"uid":"1e60f8bb953d316d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e60f8bb953d316d","status":"passed","time":{"start":1728597685167,"stop":1728597685167,"duration":0}},{"uid":"949866a958d67b54","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/949866a958d67b54","status":"passed","time":{"start":1728596904474,"stop":1728596904475,"duration":1}}]},"tags":[]},"source":"b90eca0627f189b5.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6859fcfd2f299d30.json b/7588/data/test-cases/b917fa439c86377d.json similarity index 61% rename from 7556/data/test-cases/6859fcfd2f299d30.json rename to 7588/data/test-cases/b917fa439c86377d.json index c94888b6ad7..d6f1607bf7f 100644 --- a/7556/data/test-cases/6859fcfd2f299d30.json +++ b/7588/data/test-cases/b917fa439c86377d.json @@ -1 +1 @@ -{"uid":"6859fcfd2f299d30","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":1728457558858,"stop":1728457558858,"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":6,"unknown":0,"total":6},"items":[{"uid":"fd3e407680beba9c","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/fd3e407680beba9c","status":"passed","time":{"start":1728456503552,"stop":1728456503553,"duration":1}},{"uid":"ab74242e459fafd7","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ab74242e459fafd7","status":"passed","time":{"start":1728456273213,"stop":1728456273214,"duration":1}},{"uid":"893fa91de5add923","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/893fa91de5add923","status":"passed","time":{"start":1728456233818,"stop":1728456233819,"duration":1}},{"uid":"efe6d8c2c5fdc1c4","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/efe6d8c2c5fdc1c4","status":"passed","time":{"start":1728455595193,"stop":1728455595193,"duration":0}},{"uid":"1367844618a57e4","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/1367844618a57e4","status":"passed","time":{"start":1728452556191,"stop":1728452556192,"duration":1}}]},"tags":[]},"source":"6859fcfd2f299d30.json","parameterValues":[]} \ No newline at end of file +{"uid":"b917fa439c86377d","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":1729034696862,"stop":1729034696863,"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":15,"unknown":0,"total":15},"items":[{"uid":"bc3c33f216ab978b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bc3c33f216ab978b","status":"passed","time":{"start":1729034470059,"stop":1729034470059,"duration":0}},{"uid":"ab4157863e9d2bf5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ab4157863e9d2bf5","status":"passed","time":{"start":1729034388866,"stop":1729034388866,"duration":0}},{"uid":"5f8a0a9adb153093","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f8a0a9adb153093","status":"passed","time":{"start":1729034213016,"stop":1729034213016,"duration":0}},{"uid":"aab70e1ca35db9b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aab70e1ca35db9b4","status":"passed","time":{"start":1729032269099,"stop":1729032269100,"duration":1}},{"uid":"1fd0eaa2b68b3507","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1fd0eaa2b68b3507","status":"passed","time":{"start":1728902000839,"stop":1728902000840,"duration":1}},{"uid":"a5eae32ccc7e46b1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a5eae32ccc7e46b1","status":"passed","time":{"start":1728893442590,"stop":1728893442590,"duration":0}},{"uid":"c0ab76acdd6a9c96","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c0ab76acdd6a9c96","status":"passed","time":{"start":1728856386633,"stop":1728856386634,"duration":1}},{"uid":"7f27154513ff8a1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7f27154513ff8a1c","status":"passed","time":{"start":1728738608579,"stop":1728738608580,"duration":1}},{"uid":"f70c070517065884","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f70c070517065884","status":"passed","time":{"start":1728683148166,"stop":1728683148167,"duration":1}},{"uid":"abc2f2e75bc98ab3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/abc2f2e75bc98ab3","status":"passed","time":{"start":1728682709054,"stop":1728682709055,"duration":1}},{"uid":"8bdcec41b6211c83","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8bdcec41b6211c83","status":"passed","time":{"start":1728677206652,"stop":1728677206653,"duration":1}},{"uid":"bb7be12a116ab7de","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb7be12a116ab7de","status":"passed","time":{"start":1728669888546,"stop":1728669888546,"duration":0}},{"uid":"8e52e430d03820a9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8e52e430d03820a9","status":"passed","time":{"start":1728598268127,"stop":1728598268128,"duration":1}},{"uid":"98f86a667a7197d0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/98f86a667a7197d0","status":"passed","time":{"start":1728597478030,"stop":1728597478030,"duration":0}}]},"tags":[]},"source":"b917fa439c86377d.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ba18a08a2c2d8961.json b/7588/data/test-cases/ba18a08a2c2d8961.json new file mode 100644 index 00000000000..887f79f1096 --- /dev/null +++ b/7588/data/test-cases/ba18a08a2c2d8961.json @@ -0,0 +1 @@ +{"uid":"ba18a08a2c2d8961","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":1729034356476,"stop":1729034356476,"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":14,"unknown":0,"total":14},"items":[{"uid":"58b17063421f2e5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/58b17063421f2e5","status":"passed","time":{"start":1729034120501,"stop":1729034120501,"duration":0}},{"uid":"be8c92bf6f0d17f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be8c92bf6f0d17f9","status":"passed","time":{"start":1729033858272,"stop":1729033858272,"duration":0}},{"uid":"7cfa6ea7a8d85f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7cfa6ea7a8d85f","status":"passed","time":{"start":1729031908178,"stop":1729031908178,"duration":0}},{"uid":"98ceadc300ae276d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/98ceadc300ae276d","status":"passed","time":{"start":1728901453934,"stop":1728901453935,"duration":1}},{"uid":"1efcf877ef527cee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1efcf877ef527cee","status":"passed","time":{"start":1728892884411,"stop":1728892884411,"duration":0}},{"uid":"57b1b9a2fc64991f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/57b1b9a2fc64991f","status":"passed","time":{"start":1728855846880,"stop":1728855846880,"duration":0}},{"uid":"7a4a076a36ba00ae","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a4a076a36ba00ae","status":"passed","time":{"start":1728738064184,"stop":1728738064184,"duration":0}},{"uid":"b6af411b3399a935","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6af411b3399a935","status":"passed","time":{"start":1728682597762,"stop":1728682597762,"duration":0}},{"uid":"8dd229f04269ae27","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8dd229f04269ae27","status":"passed","time":{"start":1728682170541,"stop":1728682170541,"duration":0}},{"uid":"855097d9f5fe6d4d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/855097d9f5fe6d4d","status":"passed","time":{"start":1728676645201,"stop":1728676645201,"duration":0}},{"uid":"d02bcc52e9147ae1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d02bcc52e9147ae1","status":"passed","time":{"start":1728669368196,"stop":1728669368196,"duration":0}},{"uid":"5cb6d430271187e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5cb6d430271187e9","status":"passed","time":{"start":1728597709013,"stop":1728597709013,"duration":0}},{"uid":"c97fc45f474653d0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c97fc45f474653d0","status":"passed","time":{"start":1728596928107,"stop":1728596928107,"duration":0}}]},"tags":[]},"source":"ba18a08a2c2d8961.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/841fa64efcb5c314.json b/7588/data/test-cases/ba3f9623c325d02f.json similarity index 85% rename from 7556/data/test-cases/841fa64efcb5c314.json rename to 7588/data/test-cases/ba3f9623c325d02f.json index 11c299ab484..41fb0ad115a 100644 --- a/7556/data/test-cases/841fa64efcb5c314.json +++ b/7588/data/test-cases/ba3f9623c325d02f.json @@ -1 +1 @@ -{"uid":"841fa64efcb5c314","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":1728457537124,"stop":1728457537125,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"aee664dbe0ebfaaa","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/aee664dbe0ebfaaa","status":"passed","time":{"start":1728456499093,"stop":1728456499094,"duration":1}},{"uid":"3396e52a023aa0cf","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/3396e52a023aa0cf","status":"passed","time":{"start":1728456215073,"stop":1728456215073,"duration":0}},{"uid":"4d07dc58bc0f6bd","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4d07dc58bc0f6bd","status":"passed","time":{"start":1728456167127,"stop":1728456167128,"duration":1}},{"uid":"dcf7051f3a85cc50","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/dcf7051f3a85cc50","status":"passed","time":{"start":1728455518191,"stop":1728455518192,"duration":1}},{"uid":"da3b80efaba88fff","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/da3b80efaba88fff","status":"passed","time":{"start":1728452534875,"stop":1728452534876,"duration":1}}]},"tags":[]},"source":"841fa64efcb5c314.json","parameterValues":[]} \ No newline at end of file +{"uid":"ba3f9623c325d02f","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":1729034704492,"stop":1729034704493,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"54303706e2637ad9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/54303706e2637ad9","status":"passed","time":{"start":1729034474985,"stop":1729034474985,"duration":0}},{"uid":"176fbc3e90f147ac","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/176fbc3e90f147ac","status":"passed","time":{"start":1729034395288,"stop":1729034395289,"duration":1}},{"uid":"98c400b153fb0004","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/98c400b153fb0004","status":"passed","time":{"start":1729034209093,"stop":1729034209095,"duration":2}},{"uid":"1eeef2d091da52c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1eeef2d091da52c6","status":"passed","time":{"start":1729032264565,"stop":1729032264566,"duration":1}},{"uid":"d86c3a7d38c1dd3b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d86c3a7d38c1dd3b","status":"passed","time":{"start":1728902012845,"stop":1728902012846,"duration":1}},{"uid":"91d49634181cf04","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/91d49634181cf04","status":"passed","time":{"start":1728893454809,"stop":1728893454809,"duration":0}},{"uid":"d771d089e48712c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d771d089e48712c4","status":"passed","time":{"start":1728856408450,"stop":1728856408450,"duration":0}},{"uid":"fbda7e4bb952578a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fbda7e4bb952578a","status":"passed","time":{"start":1728738633852,"stop":1728738633853,"duration":1}},{"uid":"82cdbbb84aea3980","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82cdbbb84aea3980","status":"passed","time":{"start":1728683159750,"stop":1728683159751,"duration":1}},{"uid":"25cfad72dae62fba","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/25cfad72dae62fba","status":"passed","time":{"start":1728682751327,"stop":1728682751327,"duration":0}},{"uid":"3bfd50f5f373aaad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3bfd50f5f373aaad","status":"passed","time":{"start":1728677216353,"stop":1728677216353,"duration":0}},{"uid":"8aefa52a029a18ff","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8aefa52a029a18ff","status":"passed","time":{"start":1728669925451,"stop":1728669925452,"duration":1}},{"uid":"56eb5aada51007db","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/56eb5aada51007db","status":"passed","time":{"start":1728598268799,"stop":1728598268800,"duration":1}},{"uid":"6bbae4d73c7e1b58","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6bbae4d73c7e1b58","status":"passed","time":{"start":1728597503913,"stop":1728597503914,"duration":1}}]},"tags":[]},"source":"ba3f9623c325d02f.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/d595aaf756697174.json b/7588/data/test-cases/ba64f8b4c0861758.json similarity index 80% rename from 7556/data/test-cases/d595aaf756697174.json rename to 7588/data/test-cases/ba64f8b4c0861758.json index a5e20040ecf..bf2d6c1cadc 100644 --- a/7556/data/test-cases/d595aaf756697174.json +++ b/7588/data/test-cases/ba64f8b4c0861758.json @@ -1 +1 @@ -{"uid":"d595aaf756697174","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":1728457490932,"stop":1728457490932,"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":6,"unknown":0,"total":6},"items":[{"uid":"4db9865f5114f5d2","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/4db9865f5114f5d2","status":"passed","time":{"start":1728456439223,"stop":1728456439224,"duration":1}},{"uid":"74cc6d5c17eb0b31","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/74cc6d5c17eb0b31","status":"passed","time":{"start":1728456209561,"stop":1728456209566,"duration":5}},{"uid":"b07a51b09bf85a02","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b07a51b09bf85a02","status":"passed","time":{"start":1728456126839,"stop":1728456126840,"duration":1}},{"uid":"53b58aa923c27c21","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/53b58aa923c27c21","status":"passed","time":{"start":1728455481802,"stop":1728455481802,"duration":0}},{"uid":"5d25f3c3955e93dc","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/5d25f3c3955e93dc","status":"passed","time":{"start":1728452438554,"stop":1728452438554,"duration":0}}]},"tags":[]},"source":"d595aaf756697174.json","parameterValues":[]} \ No newline at end of file +{"uid":"ba64f8b4c0861758","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":1729034640525,"stop":1729034640525,"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":15,"unknown":0,"total":15},"items":[{"uid":"a30ad377a5ad4225","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a30ad377a5ad4225","status":"passed","time":{"start":1729034411424,"stop":1729034411425,"duration":1}},{"uid":"1b16f297cc7c1998","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1b16f297cc7c1998","status":"passed","time":{"start":1729034327407,"stop":1729034327408,"duration":1}},{"uid":"c06c95c6a26cf61c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c06c95c6a26cf61c","status":"passed","time":{"start":1729034147780,"stop":1729034147780,"duration":0}},{"uid":"c5f41ccff2d1287d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c5f41ccff2d1287d","status":"passed","time":{"start":1729032204829,"stop":1729032204829,"duration":0}},{"uid":"f02aae46bc32cc02","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f02aae46bc32cc02","status":"passed","time":{"start":1728901907713,"stop":1728901907713,"duration":0}},{"uid":"987ff03da6bfe630","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/987ff03da6bfe630","status":"passed","time":{"start":1728893341889,"stop":1728893341890,"duration":1}},{"uid":"a5a8143971a613af","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a5a8143971a613af","status":"passed","time":{"start":1728856299382,"stop":1728856299382,"duration":0}},{"uid":"49a9fda1ee77ecbb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/49a9fda1ee77ecbb","status":"passed","time":{"start":1728738511619,"stop":1728738511619,"duration":0}},{"uid":"9424cf23e8a79db9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9424cf23e8a79db9","status":"passed","time":{"start":1728683052912,"stop":1728683052913,"duration":1}},{"uid":"b111d0bacd7113e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b111d0bacd7113e4","status":"passed","time":{"start":1728682612912,"stop":1728682612912,"duration":0}},{"uid":"ae589305e87ad58d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae589305e87ad58d","status":"passed","time":{"start":1728677115747,"stop":1728677115748,"duration":1}},{"uid":"d54410a229011751","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d54410a229011751","status":"passed","time":{"start":1728669778176,"stop":1728669778176,"duration":0}},{"uid":"1a8a04fdee5f5bf8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a8a04fdee5f5bf8","status":"passed","time":{"start":1728598175434,"stop":1728598175434,"duration":0}},{"uid":"e5d086b6c1cfeaa2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5d086b6c1cfeaa2","status":"passed","time":{"start":1728597380064,"stop":1728597380064,"duration":0}}]},"tags":[]},"source":"ba64f8b4c0861758.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/bacc0f542357dfaf.json b/7588/data/test-cases/bacc0f542357dfaf.json new file mode 100644 index 00000000000..40ca8e95221 --- /dev/null +++ b/7588/data/test-cases/bacc0f542357dfaf.json @@ -0,0 +1 @@ +{"uid":"bacc0f542357dfaf","name":"Relay + Store","fullName":"/src/enr.spec.ts: ENR > Waku2 key: decode > Relay + Store","historyId":"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034341412,"stop":1729034341412,"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":15,"unknown":0,"total":15},"items":[{"uid":"c447b2b87e34e31b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c447b2b87e34e31b","status":"passed","time":{"start":1729034104921,"stop":1729034104921,"duration":0}},{"uid":"989b14397c1d2758","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/989b14397c1d2758","status":"passed","time":{"start":1729034028520,"stop":1729034028520,"duration":0}},{"uid":"871e10650c27cbe9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/871e10650c27cbe9","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0}},{"uid":"4e041534b49b7521","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4e041534b49b7521","status":"passed","time":{"start":1729031892685,"stop":1729031892685,"duration":0}},{"uid":"a6e73bdf2b4ce73c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a6e73bdf2b4ce73c","status":"passed","time":{"start":1728901438816,"stop":1728901438817,"duration":1}},{"uid":"7752611567ab8427","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7752611567ab8427","status":"passed","time":{"start":1728892869010,"stop":1728892869010,"duration":0}},{"uid":"bc0827d2778827a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bc0827d2778827a2","status":"passed","time":{"start":1728855831901,"stop":1728855831901,"duration":0}},{"uid":"713a375d6db20fe5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/713a375d6db20fe5","status":"passed","time":{"start":1728738049049,"stop":1728738049049,"duration":0}},{"uid":"d9f8f14855c4ebc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d9f8f14855c4ebc","status":"passed","time":{"start":1728682582628,"stop":1728682582628,"duration":0}},{"uid":"c4f343cb06733b48","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c4f343cb06733b48","status":"passed","time":{"start":1728682155416,"stop":1728682155416,"duration":0}},{"uid":"e363e29a3ae963a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e363e29a3ae963a8","status":"passed","time":{"start":1728676629983,"stop":1728676629983,"duration":0}},{"uid":"b430e6c4ab6de2dd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b430e6c4ab6de2dd","status":"passed","time":{"start":1728669353110,"stop":1728669353110,"duration":0}},{"uid":"6c56e17e326af551","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6c56e17e326af551","status":"passed","time":{"start":1728597693856,"stop":1728597693856,"duration":0}},{"uid":"af2bc42e30331c94","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/af2bc42e30331c94","status":"passed","time":{"start":1728596913100,"stop":1728596913100,"duration":0}}]},"tags":[]},"source":"bacc0f542357dfaf.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/bb286c47d38d0869.json b/7588/data/test-cases/bb286c47d38d0869.json new file mode 100644 index 00000000000..0ceaa6092fa --- /dev/null +++ b/7588/data/test-cases/bb286c47d38d0869.json @@ -0,0 +1 @@ +{"uid":"bb286c47d38d0869","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":1729034348295,"stop":1729034348296,"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":15,"unknown":0,"total":15},"items":[{"uid":"1e088053f0dea77","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1e088053f0dea77","status":"passed","time":{"start":1729034111875,"stop":1729034111875,"duration":0}},{"uid":"71b549fb32156219","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71b549fb32156219","status":"passed","time":{"start":1729034034978,"stop":1729034034978,"duration":0}},{"uid":"97cb50e3f1149339","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97cb50e3f1149339","status":"passed","time":{"start":1729033849392,"stop":1729033849392,"duration":0}},{"uid":"38352419202956c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/38352419202956c0","status":"passed","time":{"start":1729031899546,"stop":1729031899547,"duration":1}},{"uid":"51a0dcd3d7f80cd3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/51a0dcd3d7f80cd3","status":"passed","time":{"start":1728901444841,"stop":1728901444841,"duration":0}},{"uid":"849aa75b1dee4014","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/849aa75b1dee4014","status":"passed","time":{"start":1728892875614,"stop":1728892875614,"duration":0}},{"uid":"5318d987a1043c09","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5318d987a1043c09","status":"passed","time":{"start":1728855838488,"stop":1728855838488,"duration":0}},{"uid":"3bb675cb3c7048ac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3bb675cb3c7048ac","status":"passed","time":{"start":1728738055451,"stop":1728738055451,"duration":0}},{"uid":"5662e98e17358c74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5662e98e17358c74","status":"passed","time":{"start":1728682589262,"stop":1728682589263,"duration":1}},{"uid":"cd2b58b07bcd5ca7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd2b58b07bcd5ca7","status":"passed","time":{"start":1728682162180,"stop":1728682162181,"duration":1}},{"uid":"a46776833e315b3e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a46776833e315b3e","status":"passed","time":{"start":1728676636508,"stop":1728676636508,"duration":0}},{"uid":"cc9c73e6e1fbab88","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc9c73e6e1fbab88","status":"passed","time":{"start":1728669359846,"stop":1728669359846,"duration":0}},{"uid":"72322e1c2f43ab04","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/72322e1c2f43ab04","status":"passed","time":{"start":1728597699701,"stop":1728597699701,"duration":0}},{"uid":"e08edc314ca6de1a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e08edc314ca6de1a","status":"passed","time":{"start":1728596919892,"stop":1728596919893,"duration":1}}]},"tags":[]},"source":"bb286c47d38d0869.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/bb71a4057632094e.json b/7588/data/test-cases/bb71a4057632094e.json new file mode 100644 index 00000000000..1859e4ab343 --- /dev/null +++ b/7588/data/test-cases/bb71a4057632094e.json @@ -0,0 +1 @@ +{"uid":"bb71a4057632094e","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":1729034694623,"stop":1729034694623,"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":15,"unknown":0,"total":15},"items":[{"uid":"a79788c6846c8ad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a79788c6846c8ad","status":"passed","time":{"start":1729034462012,"stop":1729034462012,"duration":0}},{"uid":"50e6d785b364aa81","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/50e6d785b364aa81","status":"passed","time":{"start":1729034375976,"stop":1729034375976,"duration":0}},{"uid":"f4e7fc831e47e5f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f4e7fc831e47e5f","status":"passed","time":{"start":1729034200065,"stop":1729034200065,"duration":0}},{"uid":"340ce7bba28b8505","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/340ce7bba28b8505","status":"passed","time":{"start":1729032257890,"stop":1729032257890,"duration":0}},{"uid":"536835fc41631889","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/536835fc41631889","status":"passed","time":{"start":1728902003565,"stop":1728902003567,"duration":2}},{"uid":"f160c463fbd853f2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f160c463fbd853f2","status":"passed","time":{"start":1728893434694,"stop":1728893434694,"duration":0}},{"uid":"26a8bb81c38a2fa5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/26a8bb81c38a2fa5","status":"passed","time":{"start":1728856398642,"stop":1728856398642,"duration":0}},{"uid":"7db82f1a432b8e47","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7db82f1a432b8e47","status":"passed","time":{"start":1728738612001,"stop":1728738612001,"duration":0}},{"uid":"aa2e317e26a254e4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aa2e317e26a254e4","status":"passed","time":{"start":1728683155008,"stop":1728683155008,"duration":0}},{"uid":"6c73a6f9876cd22e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c73a6f9876cd22e","status":"passed","time":{"start":1728682706103,"stop":1728682706103,"duration":0}},{"uid":"75addde0192ac18c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/75addde0192ac18c","status":"passed","time":{"start":1728677207495,"stop":1728677207495,"duration":0}},{"uid":"c59e831c0d88af65","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c59e831c0d88af65","status":"passed","time":{"start":1728669887097,"stop":1728669887097,"duration":0}},{"uid":"ed335ff50ca5edfc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ed335ff50ca5edfc","status":"passed","time":{"start":1728598263637,"stop":1728598263637,"duration":0}},{"uid":"ea0ff4d99b537bb0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea0ff4d99b537bb0","status":"passed","time":{"start":1728597478275,"stop":1728597478275,"duration":0}}]},"tags":[]},"source":"bb71a4057632094e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/bc04ac9ca34449a3.json b/7588/data/test-cases/bc04ac9ca34449a3.json new file mode 100644 index 00000000000..5680b8be48f --- /dev/null +++ b/7588/data/test-cases/bc04ac9ca34449a3.json @@ -0,0 +1 @@ +{"uid":"bc04ac9ca34449a3","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":1729034348761,"stop":1729034348761,"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":15,"unknown":0,"total":15},"items":[{"uid":"613518cf6bcb33ee","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/613518cf6bcb33ee","status":"passed","time":{"start":1729034112603,"stop":1729034112604,"duration":1}},{"uid":"47e90ba811296c91","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47e90ba811296c91","status":"passed","time":{"start":1729034035871,"stop":1729034035871,"duration":0}},{"uid":"a0c7632ded827cc5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a0c7632ded827cc5","status":"passed","time":{"start":1729033850548,"stop":1729033850548,"duration":0}},{"uid":"498f7e3e7fa99883","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/498f7e3e7fa99883","status":"passed","time":{"start":1729031900271,"stop":1729031900271,"duration":0}},{"uid":"499792a305efd34a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/499792a305efd34a","status":"passed","time":{"start":1728901446176,"stop":1728901446177,"duration":1}},{"uid":"38de2ea82ca8341d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/38de2ea82ca8341d","status":"passed","time":{"start":1728892876477,"stop":1728892876477,"duration":0}},{"uid":"d8d652f4373a6d26","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d8d652f4373a6d26","status":"passed","time":{"start":1728855839198,"stop":1728855839198,"duration":0}},{"uid":"852252de5a4f3cfd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/852252de5a4f3cfd","status":"passed","time":{"start":1728738056464,"stop":1728738056464,"duration":0}},{"uid":"4c393dca3e246ec0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4c393dca3e246ec0","status":"passed","time":{"start":1728682590044,"stop":1728682590044,"duration":0}},{"uid":"440da2aa3bc90802","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/440da2aa3bc90802","status":"passed","time":{"start":1728682162837,"stop":1728682162838,"duration":1}},{"uid":"e2753048e91d1f4b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e2753048e91d1f4b","status":"passed","time":{"start":1728676637411,"stop":1728676637411,"duration":0}},{"uid":"a026bb9c8895fb32","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a026bb9c8895fb32","status":"passed","time":{"start":1728669360493,"stop":1728669360493,"duration":0}},{"uid":"cb92ab289cb1870e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb92ab289cb1870e","status":"passed","time":{"start":1728597701235,"stop":1728597701235,"duration":0}},{"uid":"e3873776cd994ca5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3873776cd994ca5","status":"passed","time":{"start":1728596920370,"stop":1728596920370,"duration":0}}]},"tags":[]},"source":"bc04ac9ca34449a3.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c8babbd91c218a42.json b/7588/data/test-cases/bc108c11934d0087.json similarity index 87% rename from 7556/data/test-cases/c8babbd91c218a42.json rename to 7588/data/test-cases/bc108c11934d0087.json index 2ec1e1dd102..deac11024e0 100644 --- a/7556/data/test-cases/c8babbd91c218a42.json +++ b/7588/data/test-cases/bc108c11934d0087.json @@ -1 +1 @@ -{"uid":"c8babbd91c218a42","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":1728457473515,"stop":1728457473515,"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":6,"unknown":0,"total":6},"items":[{"uid":"17c71bf9cc3fbb7a","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/17c71bf9cc3fbb7a","status":"passed","time":{"start":1728456428360,"stop":1728456428361,"duration":1}},{"uid":"39626799fd4dfb","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/39626799fd4dfb","status":"passed","time":{"start":1728456157795,"stop":1728456157795,"duration":0}},{"uid":"68514858298854b","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/68514858298854b","status":"passed","time":{"start":1728456063520,"stop":1728456063520,"duration":0}},{"uid":"c69dcc9588093090","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c69dcc9588093090","status":"passed","time":{"start":1728455422512,"stop":1728455422512,"duration":0}},{"uid":"3a2d6bdc2d474f1","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/3a2d6bdc2d474f1","status":"passed","time":{"start":1728452417652,"stop":1728452417653,"duration":1}}]},"tags":[]},"source":"c8babbd91c218a42.json","parameterValues":[]} \ No newline at end of file +{"uid":"bc108c11934d0087","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":1729034617753,"stop":1729034617753,"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":15,"unknown":0,"total":15},"items":[{"uid":"d6d057a64b0ed6b1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d6d057a64b0ed6b1","status":"passed","time":{"start":1729034370862,"stop":1729034370862,"duration":0}},{"uid":"e2d14ebf2b44e9d5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e2d14ebf2b44e9d5","status":"passed","time":{"start":1729034308862,"stop":1729034308862,"duration":0}},{"uid":"dca2201e500a7a43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dca2201e500a7a43","status":"passed","time":{"start":1729034129470,"stop":1729034129470,"duration":0}},{"uid":"c86e2a211a390485","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c86e2a211a390485","status":"passed","time":{"start":1729032178364,"stop":1729032178364,"duration":0}},{"uid":"dceea04b249183b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dceea04b249183b7","status":"passed","time":{"start":1728901896342,"stop":1728901896343,"duration":1}},{"uid":"f7ad791ff36fe118","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f7ad791ff36fe118","status":"passed","time":{"start":1728893329021,"stop":1728893329021,"duration":0}},{"uid":"9426b280890199d3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9426b280890199d3","status":"passed","time":{"start":1728856284757,"stop":1728856284757,"duration":0}},{"uid":"3476f4d4271ab418","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3476f4d4271ab418","status":"passed","time":{"start":1728738494934,"stop":1728738494934,"duration":0}},{"uid":"60d51a1131cd68b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/60d51a1131cd68b4","status":"passed","time":{"start":1728683033627,"stop":1728683033628,"duration":1}},{"uid":"8e3bed435066cfa6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e3bed435066cfa6","status":"passed","time":{"start":1728682601732,"stop":1728682601732,"duration":0}},{"uid":"ef5c341a8804de27","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef5c341a8804de27","status":"passed","time":{"start":1728677107958,"stop":1728677107958,"duration":0}},{"uid":"c79f4e62bb0d8fba","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c79f4e62bb0d8fba","status":"passed","time":{"start":1728669764747,"stop":1728669764747,"duration":0}},{"uid":"c544b426e7baa8a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c544b426e7baa8a","status":"passed","time":{"start":1728598157558,"stop":1728598157558,"duration":0}},{"uid":"709c46c83c9584d9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/709c46c83c9584d9","status":"passed","time":{"start":1728597369057,"stop":1728597369057,"duration":0}}]},"tags":[]},"source":"bc108c11934d0087.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/bc467a646eaff336.json b/7588/data/test-cases/bc467a646eaff336.json new file mode 100644 index 00000000000..b8deca201f0 --- /dev/null +++ b/7588/data/test-cases/bc467a646eaff336.json @@ -0,0 +1 @@ +{"uid":"bc467a646eaff336","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":1729034355550,"stop":1729034355553,"duration":3},"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":15,"unknown":0,"total":15},"items":[{"uid":"d4261a4dfbd6455b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4261a4dfbd6455b","status":"passed","time":{"start":1729034119095,"stop":1729034119095,"duration":0}},{"uid":"c0ad55a668afd3e7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c0ad55a668afd3e7","status":"passed","time":{"start":1729034042609,"stop":1729034042613,"duration":4}},{"uid":"675e224762069bcd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/675e224762069bcd","status":"passed","time":{"start":1729033857426,"stop":1729033857427,"duration":1}},{"uid":"df6cfe9023c02630","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/df6cfe9023c02630","status":"passed","time":{"start":1729031907630,"stop":1729031907631,"duration":1}},{"uid":"2b1dfeefadae7f50","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2b1dfeefadae7f50","status":"passed","time":{"start":1728901452629,"stop":1728901452629,"duration":0}},{"uid":"3fcd041c21141fd0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3fcd041c21141fd0","status":"passed","time":{"start":1728892883398,"stop":1728892883398,"duration":0}},{"uid":"3c257bcd2eda7d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c257bcd2eda7d6","status":"passed","time":{"start":1728855845735,"stop":1728855845736,"duration":1}},{"uid":"2b93914bbacad243","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2b93914bbacad243","status":"passed","time":{"start":1728738063047,"stop":1728738063047,"duration":0}},{"uid":"1a7d02a853433c39","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a7d02a853433c39","status":"passed","time":{"start":1728682596889,"stop":1728682596889,"duration":0}},{"uid":"aeebf3335499a7f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aeebf3335499a7f9","status":"passed","time":{"start":1728682169970,"stop":1728682169970,"duration":0}},{"uid":"7d17f582b8f5e496","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d17f582b8f5e496","status":"passed","time":{"start":1728676643815,"stop":1728676643815,"duration":0}},{"uid":"7cef7dcd97e65c3c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7cef7dcd97e65c3c","status":"passed","time":{"start":1728669366943,"stop":1728669366943,"duration":0}},{"uid":"4d6d2f783146e982","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4d6d2f783146e982","status":"passed","time":{"start":1728597707581,"stop":1728597707581,"duration":0}},{"uid":"c5b88fc50fc968f4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c5b88fc50fc968f4","status":"passed","time":{"start":1728596927588,"stop":1728596927588,"duration":0}}]},"tags":[]},"source":"bc467a646eaff336.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/bccfaa303878c43.json b/7588/data/test-cases/bccfaa303878c43.json new file mode 100644 index 00000000000..3615d4b6179 --- /dev/null +++ b/7588/data/test-cases/bccfaa303878c43.json @@ -0,0 +1 @@ +{"uid":"bccfaa303878c43","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":1729034611648,"stop":1729034611649,"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":15,"unknown":0,"total":15},"items":[{"uid":"ce482fd306515cfb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ce482fd306515cfb","status":"passed","time":{"start":1729034393624,"stop":1729034393624,"duration":0}},{"uid":"9b41431291c97767","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9b41431291c97767","status":"passed","time":{"start":1729034304792,"stop":1729034304792,"duration":0}},{"uid":"e90f659114aa1c3a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e90f659114aa1c3a","status":"passed","time":{"start":1729034121875,"stop":1729034121875,"duration":0}},{"uid":"b03baf70e52ede8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b03baf70e52ede8","status":"passed","time":{"start":1729032174794,"stop":1729032174794,"duration":0}},{"uid":"38daa32fb0807a4d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38daa32fb0807a4d","status":"passed","time":{"start":1728901881000,"stop":1728901881001,"duration":1}},{"uid":"5203dc87206f091e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5203dc87206f091e","status":"passed","time":{"start":1728893317128,"stop":1728893317129,"duration":1}},{"uid":"c844c0b710a44b9a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c844c0b710a44b9a","status":"passed","time":{"start":1728856263062,"stop":1728856263062,"duration":0}},{"uid":"547038bd27afc0e5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/547038bd27afc0e5","status":"passed","time":{"start":1728738492778,"stop":1728738492779,"duration":1}},{"uid":"8cd75863f87d4747","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8cd75863f87d4747","status":"passed","time":{"start":1728683030005,"stop":1728683030005,"duration":0}},{"uid":"97121400bd70749e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/97121400bd70749e","status":"passed","time":{"start":1728682581057,"stop":1728682581058,"duration":1}},{"uid":"ad4f88ca72d0a568","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ad4f88ca72d0a568","status":"passed","time":{"start":1728677081980,"stop":1728677081981,"duration":1}},{"uid":"d944a354426f4612","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d944a354426f4612","status":"passed","time":{"start":1728669795381,"stop":1728669795381,"duration":0}},{"uid":"f2c893992e6b096","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f2c893992e6b096","status":"passed","time":{"start":1728598137483,"stop":1728598137487,"duration":4}},{"uid":"8f2f4172d246f11f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8f2f4172d246f11f","status":"passed","time":{"start":1728597353469,"stop":1728597353469,"duration":0}}]},"tags":[]},"source":"bccfaa303878c43.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ed74a13d147b8d80.json b/7588/data/test-cases/bd476cd57a4de752.json similarity index 88% rename from 7556/data/test-cases/ed74a13d147b8d80.json rename to 7588/data/test-cases/bd476cd57a4de752.json index e5bef04d44f..34fa9edff3a 100644 --- a/7556/data/test-cases/ed74a13d147b8d80.json +++ b/7588/data/test-cases/bd476cd57a4de752.json @@ -1 +1 @@ -{"uid":"ed74a13d147b8d80","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":1728457510417,"stop":1728457510419,"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":6,"unknown":0,"total":6},"items":[{"uid":"3f26a3f224af08d0","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/3f26a3f224af08d0","status":"passed","time":{"start":1728456448193,"stop":1728456448193,"duration":0}},{"uid":"68927571883be45e","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/68927571883be45e","status":"passed","time":{"start":1728456195680,"stop":1728456195680,"duration":0}},{"uid":"21dba7f0b8855eb6","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/21dba7f0b8855eb6","status":"passed","time":{"start":1728456166695,"stop":1728456166696,"duration":1}},{"uid":"cd26a46823454856","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/cd26a46823454856","status":"passed","time":{"start":1728455516687,"stop":1728455516688,"duration":1}},{"uid":"b8d93c0704958666","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b8d93c0704958666","status":"passed","time":{"start":1728452508938,"stop":1728452508938,"duration":0}}]},"tags":[]},"source":"ed74a13d147b8d80.json","parameterValues":[]} \ No newline at end of file +{"uid":"bd476cd57a4de752","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":1729034631248,"stop":1729034631248,"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":15,"unknown":0,"total":15},"items":[{"uid":"2791dd1a75e21b58","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2791dd1a75e21b58","status":"passed","time":{"start":1729034400884,"stop":1729034400885,"duration":1}},{"uid":"47b2efeb736e04f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47b2efeb736e04f6","status":"passed","time":{"start":1729034317444,"stop":1729034317445,"duration":1}},{"uid":"7bb3fe4dbceea0f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bb3fe4dbceea0f2","status":"passed","time":{"start":1729034137125,"stop":1729034137125,"duration":0}},{"uid":"5c5d1d8f623d4d59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5c5d1d8f623d4d59","status":"passed","time":{"start":1729032206870,"stop":1729032206871,"duration":1}},{"uid":"1e449f5cc229f5a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e449f5cc229f5a9","status":"passed","time":{"start":1728901995011,"stop":1728901995011,"duration":0}},{"uid":"529854d6607588ce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/529854d6607588ce","status":"passed","time":{"start":1728893420989,"stop":1728893420991,"duration":2}},{"uid":"ededb5240eee597e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ededb5240eee597e","status":"passed","time":{"start":1728856368592,"stop":1728856368592,"duration":0}},{"uid":"8daddee967d00bca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8daddee967d00bca","status":"passed","time":{"start":1728738604677,"stop":1728738604677,"duration":0}},{"uid":"1c1fbcb88a9bdf4c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1c1fbcb88a9bdf4c","status":"passed","time":{"start":1728683117607,"stop":1728683117608,"duration":1}},{"uid":"cd67d776a101f44b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd67d776a101f44b","status":"passed","time":{"start":1728682721314,"stop":1728682721314,"duration":0}},{"uid":"29ca9c286c04e97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/29ca9c286c04e97","status":"passed","time":{"start":1728677184679,"stop":1728677184679,"duration":0}},{"uid":"ad90d4df24d5b31","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad90d4df24d5b31","status":"passed","time":{"start":1728669866445,"stop":1728669866445,"duration":0}},{"uid":"2fb480899405608f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2fb480899405608f","status":"passed","time":{"start":1728598249972,"stop":1728598249972,"duration":0}},{"uid":"cecbd3b0b1f3b0c5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cecbd3b0b1f3b0c5","status":"passed","time":{"start":1728597472285,"stop":1728597472286,"duration":1}}]},"tags":[]},"source":"bd476cd57a4de752.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/bd8dba9117c564f4.json b/7588/data/test-cases/bd8dba9117c564f4.json new file mode 100644 index 00000000000..8a29695313d --- /dev/null +++ b/7588/data/test-cases/bd8dba9117c564f4.json @@ -0,0 +1 @@ +{"uid":"bd8dba9117c564f4","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":1729034626853,"stop":1729034626853,"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":15,"unknown":0,"total":15},"items":[{"uid":"6a269119d12c096","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6a269119d12c096","status":"passed","time":{"start":1729034398550,"stop":1729034398550,"duration":0}},{"uid":"f6e653f69c599f43","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f6e653f69c599f43","status":"passed","time":{"start":1729034314815,"stop":1729034314815,"duration":0}},{"uid":"cc00ac350d048be1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc00ac350d048be1","status":"passed","time":{"start":1729034137165,"stop":1729034137165,"duration":0}},{"uid":"1fc156cbd2e5c85f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1fc156cbd2e5c85f","status":"passed","time":{"start":1729032187247,"stop":1729032187248,"duration":1}},{"uid":"ee4ac9ddd5b2566f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ee4ac9ddd5b2566f","status":"passed","time":{"start":1728901888430,"stop":1728901888437,"duration":7}},{"uid":"4358f2e1e2cbb059","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4358f2e1e2cbb059","status":"passed","time":{"start":1728893323794,"stop":1728893323795,"duration":1}},{"uid":"f51262a44350211e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f51262a44350211e","status":"passed","time":{"start":1728856285928,"stop":1728856285928,"duration":0}},{"uid":"7247e5923b50b22c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7247e5923b50b22c","status":"passed","time":{"start":1728738498276,"stop":1728738498276,"duration":0}},{"uid":"5bb4729f3d337b8b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5bb4729f3d337b8b","status":"passed","time":{"start":1728683041392,"stop":1728683041393,"duration":1}},{"uid":"daf304fabf176a82","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/daf304fabf176a82","status":"passed","time":{"start":1728682596020,"stop":1728682596021,"duration":1}},{"uid":"264311d2880745af","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/264311d2880745af","status":"passed","time":{"start":1728677091268,"stop":1728677091268,"duration":0}},{"uid":"d8250a9ed96c61fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8250a9ed96c61fb","status":"passed","time":{"start":1728669766427,"stop":1728669766427,"duration":0}},{"uid":"1a4bbab6bebbc65e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a4bbab6bebbc65e","status":"passed","time":{"start":1728598152075,"stop":1728598152076,"duration":1}},{"uid":"39d4acc287442f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/39d4acc287442f8","status":"passed","time":{"start":1728597364121,"stop":1728597364122,"duration":1}}]},"tags":[]},"source":"bd8dba9117c564f4.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/10d35ed71ebc595d.json b/7588/data/test-cases/bd997a7aa4d94a3a.json similarity index 81% rename from 7556/data/test-cases/10d35ed71ebc595d.json rename to 7588/data/test-cases/bd997a7aa4d94a3a.json index 165470aa7a0..de45d1ed493 100644 --- a/7556/data/test-cases/10d35ed71ebc595d.json +++ b/7588/data/test-cases/bd997a7aa4d94a3a.json @@ -1 +1 @@ -{"uid":"10d35ed71ebc595d","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":1728457322405,"stop":1728457322405,"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":6,"unknown":0,"total":6},"items":[{"uid":"7ff73ed5e2e540f6","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/7ff73ed5e2e540f6","status":"passed","time":{"start":1728456287213,"stop":1728456287213,"duration":0}},{"uid":"6b70b5f646cbf288","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/6b70b5f646cbf288","status":"passed","time":{"start":1728455980751,"stop":1728455980751,"duration":0}},{"uid":"88056b35efcc36a4","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/88056b35efcc36a4","status":"passed","time":{"start":1728455789237,"stop":1728455789237,"duration":0}},{"uid":"f92803c5e2f03856","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f92803c5e2f03856","status":"passed","time":{"start":1728455146546,"stop":1728455146546,"duration":0}},{"uid":"3f5fedd73257bf0b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/3f5fedd73257bf0b","status":"passed","time":{"start":1728452163122,"stop":1728452163122,"duration":0}}]},"tags":[]},"source":"10d35ed71ebc595d.json","parameterValues":[]} \ No newline at end of file +{"uid":"bd997a7aa4d94a3a","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":1729034506788,"stop":1729034506789,"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":15,"unknown":0,"total":15},"items":[{"uid":"709b9edfa58b20c5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/709b9edfa58b20c5","status":"passed","time":{"start":1729034259811,"stop":1729034259812,"duration":1}},{"uid":"7138e94ba9cc66bd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7138e94ba9cc66bd","status":"passed","time":{"start":1729034194005,"stop":1729034194006,"duration":1}},{"uid":"40c6272b765b34ba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/40c6272b765b34ba","status":"passed","time":{"start":1729034014852,"stop":1729034014853,"duration":1}},{"uid":"6cd0ff158c069b83","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6cd0ff158c069b83","status":"passed","time":{"start":1729032065438,"stop":1729032065442,"duration":4}},{"uid":"5485a5d1f13ade0a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5485a5d1f13ade0a","status":"passed","time":{"start":1728901664238,"stop":1728901664239,"duration":1}},{"uid":"95dddc1b5848c773","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95dddc1b5848c773","status":"passed","time":{"start":1728893093686,"stop":1728893093687,"duration":1}},{"uid":"f1cd259e3b1dabca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f1cd259e3b1dabca","status":"passed","time":{"start":1728856055264,"stop":1728856055264,"duration":0}},{"uid":"e24ebf71b3ca4815","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e24ebf71b3ca4815","status":"passed","time":{"start":1728738274741,"stop":1728738274741,"duration":0}},{"uid":"28ea5e5d1378aa3e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28ea5e5d1378aa3e","status":"passed","time":{"start":1728682807951,"stop":1728682807951,"duration":0}},{"uid":"f57c926c6c7da522","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f57c926c6c7da522","status":"passed","time":{"start":1728682381281,"stop":1728682381281,"duration":0}},{"uid":"429275a9b8482753","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/429275a9b8482753","status":"passed","time":{"start":1728676853894,"stop":1728676853894,"duration":0}},{"uid":"920fe943349e3b7d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/920fe943349e3b7d","status":"passed","time":{"start":1728669581685,"stop":1728669581686,"duration":1}},{"uid":"fb796aa3ebd84753","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fb796aa3ebd84753","status":"passed","time":{"start":1728597923471,"stop":1728597923472,"duration":1}},{"uid":"7b6f305b8406f3a0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b6f305b8406f3a0","status":"passed","time":{"start":1728597132259,"stop":1728597132260,"duration":1}}]},"tags":[]},"source":"bd997a7aa4d94a3a.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/bda4167bdab70e0b.json b/7588/data/test-cases/bda4167bdab70e0b.json new file mode 100644 index 00000000000..6e2100a6fe8 --- /dev/null +++ b/7588/data/test-cases/bda4167bdab70e0b.json @@ -0,0 +1 @@ +{"uid":"bda4167bdab70e0b","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":1729034332645,"stop":1729034332646,"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":15,"unknown":0,"total":15},"items":[{"uid":"5378719e1b4b907c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5378719e1b4b907c","status":"passed","time":{"start":1729034096142,"stop":1729034096143,"duration":1}},{"uid":"3163c02ae7672d72","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3163c02ae7672d72","status":"passed","time":{"start":1729034020099,"stop":1729034020099,"duration":0}},{"uid":"37a4f62c173f458e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37a4f62c173f458e","status":"passed","time":{"start":1729033834396,"stop":1729033834396,"duration":0}},{"uid":"60438c270dd18453","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/60438c270dd18453","status":"passed","time":{"start":1729031884129,"stop":1729031884130,"duration":1}},{"uid":"cee1535b7170987","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cee1535b7170987","status":"passed","time":{"start":1728901430262,"stop":1728901430262,"duration":0}},{"uid":"a9db8f52f7da151","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a9db8f52f7da151","status":"passed","time":{"start":1728892860541,"stop":1728892860541,"duration":0}},{"uid":"2454b309bf3386db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2454b309bf3386db","status":"passed","time":{"start":1728855823330,"stop":1728855823330,"duration":0}},{"uid":"6ac21580ff3d84c6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6ac21580ff3d84c6","status":"passed","time":{"start":1728738040611,"stop":1728738040612,"duration":1}},{"uid":"7354bb4ffe1c1f24","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7354bb4ffe1c1f24","status":"passed","time":{"start":1728682574102,"stop":1728682574103,"duration":1}},{"uid":"89233a94f857b852","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/89233a94f857b852","status":"passed","time":{"start":1728682146827,"stop":1728682146827,"duration":0}},{"uid":"9d6153bf9a811ed6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9d6153bf9a811ed6","status":"passed","time":{"start":1728676621441,"stop":1728676621441,"duration":0}},{"uid":"a45ef35cd8f74c80","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a45ef35cd8f74c80","status":"passed","time":{"start":1728669344475,"stop":1728669344475,"duration":0}},{"uid":"c01311f019f87b72","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c01311f019f87b72","status":"passed","time":{"start":1728597685171,"stop":1728597685171,"duration":0}},{"uid":"35c47f26088bd431","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/35c47f26088bd431","status":"passed","time":{"start":1728596904480,"stop":1728596904481,"duration":1}}]},"tags":[]},"source":"bda4167bdab70e0b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/db55f79636fe504c.json b/7588/data/test-cases/bdfa54e38ce6e192.json similarity index 52% rename from 7556/data/test-cases/db55f79636fe504c.json rename to 7588/data/test-cases/bdfa54e38ce6e192.json index 1217252d82d..320671ded08 100644 --- a/7556/data/test-cases/db55f79636fe504c.json +++ b/7588/data/test-cases/bdfa54e38ce6e192.json @@ -1 +1 @@ -{"uid":"db55f79636fe504c","name":"Promise Callback - true","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - true","historyId":"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457542831,"stop":1728457542831,"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":6,"unknown":0,"total":6},"items":[{"uid":"cd9621febe401eb1","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/cd9621febe401eb1","status":"passed","time":{"start":1728456486725,"stop":1728456486725,"duration":0}},{"uid":"87ad498a5da719ab","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/87ad498a5da719ab","status":"passed","time":{"start":1728456259619,"stop":1728456259619,"duration":0}},{"uid":"77f7fda347716e15","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/77f7fda347716e15","status":"passed","time":{"start":1728456223951,"stop":1728456223952,"duration":1}},{"uid":"9d202aefccf4309","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/9d202aefccf4309","status":"passed","time":{"start":1728455581727,"stop":1728455581727,"duration":0}},{"uid":"eda37ff2ea5ea5ca","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/eda37ff2ea5ea5ca","status":"passed","time":{"start":1728452535231,"stop":1728452535231,"duration":0}}]},"tags":[]},"source":"db55f79636fe504c.json","parameterValues":[]} \ No newline at end of file +{"uid":"bdfa54e38ce6e192","name":"Promise Callback - true","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - true","historyId":"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034683700,"stop":1729034683700,"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":15,"unknown":0,"total":15},"items":[{"uid":"ea3ddd35c514c34d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ea3ddd35c514c34d","status":"passed","time":{"start":1729034458925,"stop":1729034458926,"duration":1}},{"uid":"ec3d6f8c38e2274e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ec3d6f8c38e2274e","status":"passed","time":{"start":1729034372195,"stop":1729034372197,"duration":2}},{"uid":"b742d0527c4c012c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b742d0527c4c012c","status":"passed","time":{"start":1729034191995,"stop":1729034191995,"duration":0}},{"uid":"7deef257c3f6e1ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7deef257c3f6e1ef","status":"passed","time":{"start":1729032246145,"stop":1729032246147,"duration":2}},{"uid":"4b8afdefab5f8cdc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b8afdefab5f8cdc","status":"passed","time":{"start":1728902009943,"stop":1728902009943,"duration":0}},{"uid":"d69ec8927a72d903","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d69ec8927a72d903","status":"passed","time":{"start":1728893442068,"stop":1728893442068,"duration":0}},{"uid":"89896322dfe6e26e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89896322dfe6e26e","status":"passed","time":{"start":1728856390380,"stop":1728856390380,"duration":0}},{"uid":"535c649366c16702","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/535c649366c16702","status":"passed","time":{"start":1728738615985,"stop":1728738615985,"duration":0}},{"uid":"de38297338256484","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de38297338256484","status":"passed","time":{"start":1728683138590,"stop":1728683138590,"duration":0}},{"uid":"d1e366a18f6059fd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d1e366a18f6059fd","status":"passed","time":{"start":1728682713980,"stop":1728682713980,"duration":0}},{"uid":"3c4eba8f7a0cec91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3c4eba8f7a0cec91","status":"passed","time":{"start":1728677205666,"stop":1728677205666,"duration":0}},{"uid":"828fe9f9efde837e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/828fe9f9efde837e","status":"passed","time":{"start":1728669886306,"stop":1728669886306,"duration":0}},{"uid":"b9e4e1fbc5f19e26","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b9e4e1fbc5f19e26","status":"passed","time":{"start":1728598272274,"stop":1728598272274,"duration":0}},{"uid":"b4e8e4714c278320","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b4e8e4714c278320","status":"passed","time":{"start":1728597492996,"stop":1728597492998,"duration":2}}]},"tags":[]},"source":"bdfa54e38ce6e192.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/36b81c2904900b9a.json b/7588/data/test-cases/be0563a54f5007b1.json similarity index 81% rename from 7556/data/test-cases/36b81c2904900b9a.json rename to 7588/data/test-cases/be0563a54f5007b1.json index ab3475f5852..07c717d11b4 100644 --- a/7556/data/test-cases/36b81c2904900b9a.json +++ b/7588/data/test-cases/be0563a54f5007b1.json @@ -1 +1 @@ -{"uid":"36b81c2904900b9a","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":1728457322434,"stop":1728457322436,"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":6,"unknown":0,"total":6},"items":[{"uid":"90bae6bbf6f7bfed","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/90bae6bbf6f7bfed","status":"passed","time":{"start":1728456287238,"stop":1728456287240,"duration":2}},{"uid":"7e08ee1e0acc9626","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/7e08ee1e0acc9626","status":"passed","time":{"start":1728455980766,"stop":1728455980766,"duration":0}},{"uid":"69d2ef03cdfc4f82","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/69d2ef03cdfc4f82","status":"passed","time":{"start":1728455789245,"stop":1728455789245,"duration":0}},{"uid":"bc721434732666c7","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/bc721434732666c7","status":"passed","time":{"start":1728455146554,"stop":1728455146554,"duration":0}},{"uid":"7606b20289307bbf","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/7606b20289307bbf","status":"passed","time":{"start":1728452163134,"stop":1728452163134,"duration":0}}]},"tags":[]},"source":"36b81c2904900b9a.json","parameterValues":[]} \ No newline at end of file +{"uid":"be0563a54f5007b1","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":1729034506803,"stop":1729034506804,"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":15,"unknown":0,"total":15},"items":[{"uid":"d90fbe9876b69f15","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d90fbe9876b69f15","status":"passed","time":{"start":1729034259827,"stop":1729034259829,"duration":2}},{"uid":"30154175fa167373","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/30154175fa167373","status":"passed","time":{"start":1729034194033,"stop":1729034194034,"duration":1}},{"uid":"eff1ea13d123020f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eff1ea13d123020f","status":"passed","time":{"start":1729034014880,"stop":1729034014880,"duration":0}},{"uid":"7ed6c36b04328267","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7ed6c36b04328267","status":"passed","time":{"start":1729032065460,"stop":1729032065460,"duration":0}},{"uid":"90a9977f566edfb4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/90a9977f566edfb4","status":"passed","time":{"start":1728901664284,"stop":1728901664284,"duration":0}},{"uid":"e2b0d079f0088b20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e2b0d079f0088b20","status":"passed","time":{"start":1728893093694,"stop":1728893093694,"duration":0}},{"uid":"7ad346a0133a3c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7ad346a0133a3c4","status":"passed","time":{"start":1728856055275,"stop":1728856055276,"duration":1}},{"uid":"aafccf020567964f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aafccf020567964f","status":"passed","time":{"start":1728738274747,"stop":1728738274748,"duration":1}},{"uid":"b446969ab1558318","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b446969ab1558318","status":"passed","time":{"start":1728682807962,"stop":1728682807963,"duration":1}},{"uid":"2018a3862cda2451","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2018a3862cda2451","status":"passed","time":{"start":1728682381291,"stop":1728682381291,"duration":0}},{"uid":"508a52c4b3ed7d9e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/508a52c4b3ed7d9e","status":"passed","time":{"start":1728676853904,"stop":1728676853904,"duration":0}},{"uid":"4c8a355f8162119a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4c8a355f8162119a","status":"passed","time":{"start":1728669581700,"stop":1728669581700,"duration":0}},{"uid":"864b6cbdea417109","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/864b6cbdea417109","status":"passed","time":{"start":1728597923494,"stop":1728597923495,"duration":1}},{"uid":"57b4f6d0b9aba686","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/57b4f6d0b9aba686","status":"passed","time":{"start":1728597132267,"stop":1728597132267,"duration":0}}]},"tags":[]},"source":"be0563a54f5007b1.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/889b4e6992137b7e.json b/7588/data/test-cases/be4df633c1f83db9.json similarity index 88% rename from 7556/data/test-cases/889b4e6992137b7e.json rename to 7588/data/test-cases/be4df633c1f83db9.json index 2b002d4ffb6..838c7fdc469 100644 --- a/7556/data/test-cases/889b4e6992137b7e.json +++ b/7588/data/test-cases/be4df633c1f83db9.json @@ -1 +1 @@ -{"uid":"889b4e6992137b7e","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":1728457473514,"stop":1728457473514,"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":6,"unknown":0,"total":6},"items":[{"uid":"a157f74877641ce0","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a157f74877641ce0","status":"passed","time":{"start":1728456428359,"stop":1728456428360,"duration":1}},{"uid":"3bfb7342e90e20ef","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/3bfb7342e90e20ef","status":"passed","time":{"start":1728456157795,"stop":1728456157795,"duration":0}},{"uid":"87e630b847c03de9","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/87e630b847c03de9","status":"passed","time":{"start":1728456063520,"stop":1728456063520,"duration":0}},{"uid":"4c76bc8be0e0a808","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/4c76bc8be0e0a808","status":"passed","time":{"start":1728455422511,"stop":1728455422512,"duration":1}},{"uid":"778a9667212935e3","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/778a9667212935e3","status":"passed","time":{"start":1728452417652,"stop":1728452417652,"duration":0}}]},"tags":[]},"source":"889b4e6992137b7e.json","parameterValues":[]} \ No newline at end of file +{"uid":"be4df633c1f83db9","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":1729034617752,"stop":1729034617752,"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":15,"unknown":0,"total":15},"items":[{"uid":"f107f67a267e7e14","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f107f67a267e7e14","status":"passed","time":{"start":1729034370861,"stop":1729034370862,"duration":1}},{"uid":"f1074df804a949e6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f1074df804a949e6","status":"passed","time":{"start":1729034308861,"stop":1729034308862,"duration":1}},{"uid":"476627d6dbbef937","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/476627d6dbbef937","status":"passed","time":{"start":1729034129470,"stop":1729034129470,"duration":0}},{"uid":"c64070cb54394ea3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c64070cb54394ea3","status":"passed","time":{"start":1729032178363,"stop":1729032178363,"duration":0}},{"uid":"2569c3af2e137e95","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2569c3af2e137e95","status":"passed","time":{"start":1728901896342,"stop":1728901896342,"duration":0}},{"uid":"f898148f60e9c544","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f898148f60e9c544","status":"passed","time":{"start":1728893329021,"stop":1728893329021,"duration":0}},{"uid":"acdeaebabed63651","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acdeaebabed63651","status":"passed","time":{"start":1728856284756,"stop":1728856284756,"duration":0}},{"uid":"bcfc36abda9bc8cf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bcfc36abda9bc8cf","status":"passed","time":{"start":1728738494933,"stop":1728738494933,"duration":0}},{"uid":"20d8605a375273c4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/20d8605a375273c4","status":"passed","time":{"start":1728683033627,"stop":1728683033627,"duration":0}},{"uid":"b2e3c3b732771d22","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b2e3c3b732771d22","status":"passed","time":{"start":1728682601732,"stop":1728682601732,"duration":0}},{"uid":"e8bce6aa3e5718cf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8bce6aa3e5718cf","status":"passed","time":{"start":1728677107957,"stop":1728677107958,"duration":1}},{"uid":"8ee6cf942de28dbe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8ee6cf942de28dbe","status":"passed","time":{"start":1728669764745,"stop":1728669764747,"duration":2}},{"uid":"3c8b79a792ad1919","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3c8b79a792ad1919","status":"passed","time":{"start":1728598157557,"stop":1728598157558,"duration":1}},{"uid":"807fffd5ee3b3533","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/807fffd5ee3b3533","status":"passed","time":{"start":1728597369056,"stop":1728597369057,"duration":1}}]},"tags":[]},"source":"be4df633c1f83db9.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/be6d5ab926496729.json b/7588/data/test-cases/be6d5ab926496729.json new file mode 100644 index 00000000000..db361896948 --- /dev/null +++ b/7588/data/test-cases/be6d5ab926496729.json @@ -0,0 +1 @@ +{"uid":"be6d5ab926496729","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":1729034368072,"stop":1729034368072,"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":15,"unknown":0,"total":15},"items":[{"uid":"10c39ac6eca27751","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/10c39ac6eca27751","status":"passed","time":{"start":1729034132178,"stop":1729034132178,"duration":0}},{"uid":"21d5be9964c16572","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/21d5be9964c16572","status":"passed","time":{"start":1729034055083,"stop":1729034055084,"duration":1}},{"uid":"1757fff5384cb215","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1757fff5384cb215","status":"passed","time":{"start":1729033869944,"stop":1729033869944,"duration":0}},{"uid":"22760f1f4d021285","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22760f1f4d021285","status":"passed","time":{"start":1729031919798,"stop":1729031919798,"duration":0}},{"uid":"61b46b4a0ee232c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/61b46b4a0ee232c","status":"passed","time":{"start":1728901465373,"stop":1728901465373,"duration":0}},{"uid":"4f6dac707781bb0d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4f6dac707781bb0d","status":"passed","time":{"start":1728892895974,"stop":1728892895974,"duration":0}},{"uid":"a21253686f7ef24","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a21253686f7ef24","status":"passed","time":{"start":1728855858318,"stop":1728855858319,"duration":1}},{"uid":"88569a1bf69f8791","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/88569a1bf69f8791","status":"passed","time":{"start":1728738075953,"stop":1728738075953,"duration":0}},{"uid":"17817ce28c7078b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/17817ce28c7078b","status":"passed","time":{"start":1728682609267,"stop":1728682609268,"duration":1}},{"uid":"1a5460d19fd96cfb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1a5460d19fd96cfb","status":"passed","time":{"start":1728682182160,"stop":1728682182160,"duration":0}},{"uid":"11de7b4ca741cd35","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11de7b4ca741cd35","status":"passed","time":{"start":1728676656593,"stop":1728676656593,"duration":0}},{"uid":"64dc32068546390c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64dc32068546390c","status":"passed","time":{"start":1728669379923,"stop":1728669379923,"duration":0}},{"uid":"70a03ffebeb933d8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70a03ffebeb933d8","status":"passed","time":{"start":1728597720385,"stop":1728597720385,"duration":0}},{"uid":"cbfc74261e3b6abb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbfc74261e3b6abb","status":"passed","time":{"start":1728596939484,"stop":1728596939484,"duration":0}}]},"tags":[]},"source":"be6d5ab926496729.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9f27aa688f73d403.json b/7588/data/test-cases/beaf76cd9f000aa8.json similarity index 96% rename from 7556/data/test-cases/9f27aa688f73d403.json rename to 7588/data/test-cases/beaf76cd9f000aa8.json index 5faf998634b..bfafb2af413 100644 --- a/7556/data/test-cases/9f27aa688f73d403.json +++ b/7588/data/test-cases/beaf76cd9f000aa8.json @@ -1 +1 @@ -{"uid":"9f27aa688f73d403","name":"Publish message with custom timestamp: Wed Oct 09 2024 06:04:33 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Wed Oct 09 2024 06:04:33 GMT+0000 (Coordinated Universal Time)","historyId":"5a23a775daabed28fcc5025629b4d95d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457481274,"stop":1728457481274,"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":[],"tags":[]},"source":"9f27aa688f73d403.json","parameterValues":[]} \ No newline at end of file +{"uid":"beaf76cd9f000aa8","name":"Publish message with custom timestamp: Wed Oct 25 2023 23:23:47 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Wed Oct 25 2023 23:23:47 GMT+0000 (Coordinated Universal Time)","historyId":"fce0a4005cb7ed409b188da574ac0a05:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034636315,"stop":1729034636315,"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":[],"tags":[]},"source":"beaf76cd9f000aa8.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/beb6ed369ca6e6b.json b/7588/data/test-cases/beb6ed369ca6e6b.json new file mode 100644 index 00000000000..5abe281071e --- /dev/null +++ b/7588/data/test-cases/beb6ed369ca6e6b.json @@ -0,0 +1 @@ +{"uid":"beb6ed369ca6e6b","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":1729034408864,"stop":1729034408864,"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":15,"unknown":0,"total":15},"items":[{"uid":"9526a09acafc4c40","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9526a09acafc4c40","status":"passed","time":{"start":1729034166260,"stop":1729034166260,"duration":0}},{"uid":"d47953df9db7c526","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d47953df9db7c526","status":"passed","time":{"start":1729034096717,"stop":1729034096718,"duration":1}},{"uid":"bce766f40992978b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bce766f40992978b","status":"passed","time":{"start":1729033904744,"stop":1729033904745,"duration":1}},{"uid":"7fc5d44b1b191f6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7fc5d44b1b191f6c","status":"passed","time":{"start":1729031952292,"stop":1729031952293,"duration":1}},{"uid":"d61d47d5a4175aad","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d61d47d5a4175aad","status":"passed","time":{"start":1728901498546,"stop":1728901498547,"duration":1}},{"uid":"4a0ea119e8b76954","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a0ea119e8b76954","status":"passed","time":{"start":1728892934939,"stop":1728892934939,"duration":0}},{"uid":"6d4f9586648b785d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d4f9586648b785d","status":"passed","time":{"start":1728855901078,"stop":1728855901080,"duration":2}},{"uid":"95f59bb7fcaa6b60","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/95f59bb7fcaa6b60","status":"passed","time":{"start":1728738109820,"stop":1728738109820,"duration":0}},{"uid":"99f599564be03945","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99f599564be03945","status":"passed","time":{"start":1728682641761,"stop":1728682641761,"duration":0}},{"uid":"63e57bb153c68b8f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/63e57bb153c68b8f","status":"passed","time":{"start":1728682224053,"stop":1728682224054,"duration":1}},{"uid":"6c3eee613cbd3dcb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6c3eee613cbd3dcb","status":"passed","time":{"start":1728676692588,"stop":1728676692588,"duration":0}},{"uid":"ebc311a7a7108e0e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebc311a7a7108e0e","status":"passed","time":{"start":1728669414320,"stop":1728669414322,"duration":2}},{"uid":"5e8085a933427570","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e8085a933427570","status":"passed","time":{"start":1728597758156,"stop":1728597758156,"duration":0}},{"uid":"ed6fc59d48ed57d3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed6fc59d48ed57d3","status":"passed","time":{"start":1728596973959,"stop":1728596973959,"duration":0}}]},"tags":[]},"source":"beb6ed369ca6e6b.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/bee078d2c7c5da39.json b/7588/data/test-cases/bee078d2c7c5da39.json new file mode 100644 index 00000000000..0012d31c39f --- /dev/null +++ b/7588/data/test-cases/bee078d2c7c5da39.json @@ -0,0 +1 @@ +{"uid":"bee078d2c7c5da39","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":1729034356478,"stop":1729034356478,"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":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"fbe5a50162a41507","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fbe5a50162a41507","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034120503,"stop":1729034120503,"duration":0}},{"uid":"b6869e290b8f8d23","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6869e290b8f8d23","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033858274,"stop":1729033858274,"duration":0}},{"uid":"ea351abde7b7b7d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ea351abde7b7b7d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031908179,"stop":1729031908179,"duration":0}},{"uid":"198eaf233d4d2a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/198eaf233d4d2a6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901453936,"stop":1728901453936,"duration":0}},{"uid":"b61432b0eec030eb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b61432b0eec030eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892884412,"stop":1728892884413,"duration":1}},{"uid":"a06cd126fe1efa06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a06cd126fe1efa06","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855846881,"stop":1728855846881,"duration":0}},{"uid":"f9ca30715d0a5c6b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f9ca30715d0a5c6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738064185,"stop":1728738064185,"duration":0}},{"uid":"78aee8dd9a5b37ff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/78aee8dd9a5b37ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682597764,"stop":1728682597764,"duration":0}},{"uid":"15f7a7fed72e0228","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/15f7a7fed72e0228","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682170542,"stop":1728682170542,"duration":0}},{"uid":"80d8be015dcf024a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/80d8be015dcf024a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676645202,"stop":1728676645203,"duration":1}},{"uid":"1ed4214a5b944751","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1ed4214a5b944751","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669368197,"stop":1728669368197,"duration":0}},{"uid":"a5d88917477b72c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a5d88917477b72c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597709014,"stop":1728597709014,"duration":0}},{"uid":"aacf71c5aad37b62","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/aacf71c5aad37b62","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596928108,"stop":1728596928109,"duration":1}}]},"tags":[]},"source":"bee078d2c7c5da39.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/bee450e95d9603b7.json b/7588/data/test-cases/bee450e95d9603b7.json new file mode 100644 index 00000000000..2475fa1d9b3 --- /dev/null +++ b/7588/data/test-cases/bee450e95d9603b7.json @@ -0,0 +1 @@ +{"uid":"bee450e95d9603b7","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":1729034332648,"stop":1729034332648,"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":15,"unknown":0,"total":15},"items":[{"uid":"44939c3efb0f7bc1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/44939c3efb0f7bc1","status":"passed","time":{"start":1729034096144,"stop":1729034096144,"duration":0}},{"uid":"9e2d22e0913ec83d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9e2d22e0913ec83d","status":"passed","time":{"start":1729034020100,"stop":1729034020101,"duration":1}},{"uid":"e7ddfb684898949","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7ddfb684898949","status":"passed","time":{"start":1729033834398,"stop":1729033834398,"duration":0}},{"uid":"d4668c8e5a78a840","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d4668c8e5a78a840","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"88a6900b7d5bc647","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/88a6900b7d5bc647","status":"passed","time":{"start":1728901430264,"stop":1728901430264,"duration":0}},{"uid":"576ec2a64355c16f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/576ec2a64355c16f","status":"passed","time":{"start":1728892860543,"stop":1728892860543,"duration":0}},{"uid":"8d0d541cd42cdba1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8d0d541cd42cdba1","status":"passed","time":{"start":1728855823332,"stop":1728855823332,"duration":0}},{"uid":"1ffb7ab470149692","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1ffb7ab470149692","status":"passed","time":{"start":1728738040613,"stop":1728738040613,"duration":0}},{"uid":"e2aed6ee2d03a937","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e2aed6ee2d03a937","status":"passed","time":{"start":1728682574104,"stop":1728682574104,"duration":0}},{"uid":"4425fdbe6eeccf5c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4425fdbe6eeccf5c","status":"passed","time":{"start":1728682146828,"stop":1728682146829,"duration":1}},{"uid":"887e38e1b1fb0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/887e38e1b1fb0e","status":"passed","time":{"start":1728676621443,"stop":1728676621443,"duration":0}},{"uid":"c5ff02c8e508c012","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c5ff02c8e508c012","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"9b8cc7821da9d89e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9b8cc7821da9d89e","status":"passed","time":{"start":1728597685173,"stop":1728597685173,"duration":0}},{"uid":"ed0cc3ab296832e4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed0cc3ab296832e4","status":"passed","time":{"start":1728596904483,"stop":1728596904483,"duration":0}}]},"tags":[]},"source":"bee450e95d9603b7.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/bef10b5b6b7b2649.json b/7588/data/test-cases/bef10b5b6b7b2649.json new file mode 100644 index 00000000000..54b49f94813 --- /dev/null +++ b/7588/data/test-cases/bef10b5b6b7b2649.json @@ -0,0 +1 @@ +{"uid":"bef10b5b6b7b2649","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":1729034694621,"stop":1729034694622,"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":15,"unknown":0,"total":15},"items":[{"uid":"b43012ba6b3c4ce7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b43012ba6b3c4ce7","status":"passed","time":{"start":1729034462010,"stop":1729034462010,"duration":0}},{"uid":"a4316798787f4ed3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a4316798787f4ed3","status":"passed","time":{"start":1729034375967,"stop":1729034375968,"duration":1}},{"uid":"7b359348c08396df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b359348c08396df","status":"passed","time":{"start":1729034200063,"stop":1729034200063,"duration":0}},{"uid":"a8f5be1bb63dffe7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a8f5be1bb63dffe7","status":"passed","time":{"start":1729032257886,"stop":1729032257889,"duration":3}},{"uid":"caa8ef4a42dc68d1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/caa8ef4a42dc68d1","status":"passed","time":{"start":1728902003563,"stop":1728902003564,"duration":1}},{"uid":"e8af12b1183384df","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e8af12b1183384df","status":"passed","time":{"start":1728893434692,"stop":1728893434692,"duration":0}},{"uid":"cc55e8c31bccf4a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc55e8c31bccf4a5","status":"passed","time":{"start":1728856398640,"stop":1728856398640,"duration":0}},{"uid":"5c1c5cec2edfaf9f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c1c5cec2edfaf9f","status":"passed","time":{"start":1728738612000,"stop":1728738612000,"duration":0}},{"uid":"5b64233736e4d748","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5b64233736e4d748","status":"passed","time":{"start":1728683155007,"stop":1728683155007,"duration":0}},{"uid":"acf97ad48073ab69","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acf97ad48073ab69","status":"passed","time":{"start":1728682706101,"stop":1728682706101,"duration":0}},{"uid":"24d2b5a8fd712825","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/24d2b5a8fd712825","status":"passed","time":{"start":1728677207492,"stop":1728677207494,"duration":2}},{"uid":"cff1d50ebded4a0c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cff1d50ebded4a0c","status":"passed","time":{"start":1728669887095,"stop":1728669887096,"duration":1}},{"uid":"e0045dc0a979c877","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e0045dc0a979c877","status":"passed","time":{"start":1728598263633,"stop":1728598263633,"duration":0}},{"uid":"7b93ab9d48da7d24","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b93ab9d48da7d24","status":"passed","time":{"start":1728597478273,"stop":1728597478274,"duration":1}}]},"tags":[]},"source":"bef10b5b6b7b2649.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3413d594d4cfd858.json b/7588/data/test-cases/bf0000bb3fc7aebe.json similarity index 85% rename from 7556/data/test-cases/3413d594d4cfd858.json rename to 7588/data/test-cases/bf0000bb3fc7aebe.json index d65ac4a3e5c..42b695dca74 100644 --- a/7556/data/test-cases/3413d594d4cfd858.json +++ b/7588/data/test-cases/bf0000bb3fc7aebe.json @@ -1 +1 @@ -{"uid":"3413d594d4cfd858","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":1728457360315,"stop":1728457360321,"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":6,"unknown":0,"total":6},"items":[{"uid":"e44e4015a6915c7c","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e44e4015a6915c7c","status":"passed","time":{"start":1728456312502,"stop":1728456312503,"duration":1}},{"uid":"e7067d9f0bf8e85c","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/e7067d9f0bf8e85c","status":"passed","time":{"start":1728456013952,"stop":1728456013953,"duration":1}},{"uid":"f44e665979bd85f6","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/f44e665979bd85f6","status":"passed","time":{"start":1728455837467,"stop":1728455837467,"duration":0}},{"uid":"6a079a84c7267388","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/6a079a84c7267388","status":"passed","time":{"start":1728455198917,"stop":1728455198917,"duration":0}},{"uid":"effdf7926fd7f596","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/effdf7926fd7f596","status":"passed","time":{"start":1728452203356,"stop":1728452203356,"duration":0}}]},"tags":[]},"source":"3413d594d4cfd858.json","parameterValues":[]} \ No newline at end of file +{"uid":"bf0000bb3fc7aebe","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":1729034536109,"stop":1729034536109,"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":14,"unknown":0,"total":14},"items":[{"uid":"6d70f1b3235ee501","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d70f1b3235ee501","status":"passed","time":{"start":1729034296714,"stop":1729034296714,"duration":0}},{"uid":"9155f05f3ad9e74b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9155f05f3ad9e74b","status":"passed","time":{"start":1729034220609,"stop":1729034220610,"duration":1}},{"uid":"d286884eb1cc3fa6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d286884eb1cc3fa6","status":"passed","time":{"start":1729034041498,"stop":1729034041498,"duration":0}},{"uid":"f0489a690d020e6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f0489a690d020e6e","status":"passed","time":{"start":1728901705413,"stop":1728901705414,"duration":1}},{"uid":"d6cd4ab3bda76507","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6cd4ab3bda76507","status":"passed","time":{"start":1728893141781,"stop":1728893141781,"duration":0}},{"uid":"ef8756582bfe1386","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ef8756582bfe1386","status":"passed","time":{"start":1728856087087,"stop":1728856087087,"duration":0}},{"uid":"bc8f766a00ae65ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bc8f766a00ae65ec","status":"passed","time":{"start":1728738321446,"stop":1728738321454,"duration":8}},{"uid":"308dfd5a336f90f3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/308dfd5a336f90f3","status":"passed","time":{"start":1728682845680,"stop":1728682845680,"duration":0}},{"uid":"908de8dc6b87aa30","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/908de8dc6b87aa30","status":"passed","time":{"start":1728682424315,"stop":1728682424315,"duration":0}},{"uid":"4a6aa3f847769a5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4a6aa3f847769a5","status":"passed","time":{"start":1728676900544,"stop":1728676900544,"duration":0}},{"uid":"783f42c605e9a6a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/783f42c605e9a6a","status":"passed","time":{"start":1728669625804,"stop":1728669625805,"duration":1}},{"uid":"853805f145f1a328","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/853805f145f1a328","status":"passed","time":{"start":1728597957175,"stop":1728597957176,"duration":1}},{"uid":"b2aa1cba33da6e5f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2aa1cba33da6e5f","status":"passed","time":{"start":1728597182622,"stop":1728597182623,"duration":1}}]},"tags":[]},"source":"bf0000bb3fc7aebe.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/fb99b33a84493461.json b/7588/data/test-cases/bfd60e52d76c7605.json similarity index 77% rename from 7556/data/test-cases/fb99b33a84493461.json rename to 7588/data/test-cases/bfd60e52d76c7605.json index 065fdbeffb4..f7386103e74 100644 --- a/7556/data/test-cases/fb99b33a84493461.json +++ b/7588/data/test-cases/bfd60e52d76c7605.json @@ -1 +1 @@ -{"uid":"fb99b33a84493461","name":"Overlapping topic subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Overlapping topic subscription","historyId":"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457490914,"stop":1728457490915,"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":6,"passed":0,"unknown":0,"total":6},"items":[{"uid":"7f838ac27d632fae","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/7f838ac27d632fae","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456439218,"stop":1728456439219,"duration":1}},{"uid":"46838db0f2400959","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/46838db0f2400959","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456209544,"stop":1728456209545,"duration":1}},{"uid":"fc46075ca8e778f8","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/fc46075ca8e778f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456126836,"stop":1728456126837,"duration":1}},{"uid":"a5f8779260c6a3c5","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a5f8779260c6a3c5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728455481800,"stop":1728455481800,"duration":0}},{"uid":"b7cffd9c9d8a9ce9","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b7cffd9c9d8a9ce9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728452438551,"stop":1728452438551,"duration":0}}]},"tags":[]},"source":"fb99b33a84493461.json","parameterValues":[]} \ No newline at end of file +{"uid":"bfd60e52d76c7605","name":"Overlapping topic subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Overlapping topic subscription","historyId":"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034640517,"stop":1729034640517,"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, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"85531dc85b7bbc24","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/85531dc85b7bbc24","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034411421,"stop":1729034411421,"duration":0}},{"uid":"ff97199749868a1b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ff97199749868a1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034327397,"stop":1729034327398,"duration":1}},{"uid":"fbb06da52c5c54a9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbb06da52c5c54a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034147769,"stop":1729034147769,"duration":0}},{"uid":"c2e03c7a08b09dd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c2e03c7a08b09dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032204826,"stop":1729032204826,"duration":0}},{"uid":"c43e1e54e037f333","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c43e1e54e037f333","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901907698,"stop":1728901907698,"duration":0}},{"uid":"66cab64a3334962b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/66cab64a3334962b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893341887,"stop":1728893341887,"duration":0}},{"uid":"d3eea4d23db16086","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d3eea4d23db16086","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299355,"stop":1728856299355,"duration":0}},{"uid":"c537f533b24f26ba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c537f533b24f26ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738511615,"stop":1728738511615,"duration":0}},{"uid":"c07110d07d23b2da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c07110d07d23b2da","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683052909,"stop":1728683052909,"duration":0}},{"uid":"c90567e01526b7d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c90567e01526b7d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682612909,"stop":1728682612909,"duration":0}},{"uid":"757b6c0b4f071877","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/757b6c0b4f071877","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677115744,"stop":1728677115744,"duration":0}},{"uid":"ad8fb2a05149de2b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad8fb2a05149de2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669778172,"stop":1728669778173,"duration":1}},{"uid":"208a3682791d3f3e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/208a3682791d3f3e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598175430,"stop":1728598175430,"duration":0}},{"uid":"d7a112ec71ce4eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d7a112ec71ce4eaa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597380059,"stop":1728597380059,"duration":0}}]},"tags":[]},"source":"bfd60e52d76c7605.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/73a3052eb1a439f9.json b/7588/data/test-cases/c09c1063c30774c8.json similarity index 81% rename from 7556/data/test-cases/73a3052eb1a439f9.json rename to 7588/data/test-cases/c09c1063c30774c8.json index bbc9b882ed5..44aaf627264 100644 --- a/7556/data/test-cases/73a3052eb1a439f9.json +++ b/7588/data/test-cases/c09c1063c30774c8.json @@ -1 +1 @@ -{"uid":"73a3052eb1a439f9","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":1728457322433,"stop":1728457322433,"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":6,"unknown":0,"total":6},"items":[{"uid":"9ee97e9f172e1eee","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/9ee97e9f172e1eee","status":"passed","time":{"start":1728456287237,"stop":1728456287238,"duration":1}},{"uid":"35aa8093e9910d48","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/35aa8093e9910d48","status":"passed","time":{"start":1728455980765,"stop":1728455980765,"duration":0}},{"uid":"f8896a82a88b30f1","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/f8896a82a88b30f1","status":"passed","time":{"start":1728455789244,"stop":1728455789244,"duration":0}},{"uid":"b72d2cf0d92efe19","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/b72d2cf0d92efe19","status":"passed","time":{"start":1728455146553,"stop":1728455146553,"duration":0}},{"uid":"24069958b2fc713a","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/24069958b2fc713a","status":"passed","time":{"start":1728452163133,"stop":1728452163134,"duration":1}}]},"tags":[]},"source":"73a3052eb1a439f9.json","parameterValues":[]} \ No newline at end of file +{"uid":"c09c1063c30774c8","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":1729034506802,"stop":1729034506803,"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":15,"unknown":0,"total":15},"items":[{"uid":"8a55199b49015284","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a55199b49015284","status":"passed","time":{"start":1729034259826,"stop":1729034259826,"duration":0}},{"uid":"d42cb57df6164d33","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d42cb57df6164d33","status":"passed","time":{"start":1729034194032,"stop":1729034194032,"duration":0}},{"uid":"a920160a19f994d4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a920160a19f994d4","status":"passed","time":{"start":1729034014879,"stop":1729034014879,"duration":0}},{"uid":"6e22b10fabb597e4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6e22b10fabb597e4","status":"passed","time":{"start":1729032065459,"stop":1729032065459,"duration":0}},{"uid":"1730c108b8fb3cb5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1730c108b8fb3cb5","status":"passed","time":{"start":1728901664283,"stop":1728901664283,"duration":0}},{"uid":"14f0e9c172b6bc71","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/14f0e9c172b6bc71","status":"passed","time":{"start":1728893093693,"stop":1728893093694,"duration":1}},{"uid":"70e3b5d5ffe3e106","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/70e3b5d5ffe3e106","status":"passed","time":{"start":1728856055275,"stop":1728856055275,"duration":0}},{"uid":"8026719c90a1e59a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8026719c90a1e59a","status":"passed","time":{"start":1728738274747,"stop":1728738274747,"duration":0}},{"uid":"88462fa5d6f8b915","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/88462fa5d6f8b915","status":"passed","time":{"start":1728682807962,"stop":1728682807962,"duration":0}},{"uid":"2ea4b32fe90fa9af","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2ea4b32fe90fa9af","status":"passed","time":{"start":1728682381289,"stop":1728682381290,"duration":1}},{"uid":"34f17d6284d69e9a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34f17d6284d69e9a","status":"passed","time":{"start":1728676853903,"stop":1728676853903,"duration":0}},{"uid":"ac8ec40c4222e3d4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ac8ec40c4222e3d4","status":"passed","time":{"start":1728669581699,"stop":1728669581700,"duration":1}},{"uid":"976400f958680c99","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/976400f958680c99","status":"passed","time":{"start":1728597923493,"stop":1728597923493,"duration":0}},{"uid":"afa0cfec816e0449","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/afa0cfec816e0449","status":"passed","time":{"start":1728597132266,"stop":1728597132266,"duration":0}}]},"tags":[]},"source":"c09c1063c30774c8.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/902a3257e58acf6c.json b/7588/data/test-cases/c0b3a46ff254ec95.json similarity index 80% rename from 7556/data/test-cases/902a3257e58acf6c.json rename to 7588/data/test-cases/c0b3a46ff254ec95.json index 1bec8b1d862..494e447a67c 100644 --- a/7556/data/test-cases/902a3257e58acf6c.json +++ b/7588/data/test-cases/c0b3a46ff254ec95.json @@ -1 +1 @@ -{"uid":"902a3257e58acf6c","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":1728457490944,"stop":1728457490944,"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":6,"unknown":0,"total":6},"items":[{"uid":"bf3f0f7ffaff2ccb","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/bf3f0f7ffaff2ccb","status":"passed","time":{"start":1728456439234,"stop":1728456439234,"duration":0}},{"uid":"b2cd3d5bda8da50","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/b2cd3d5bda8da50","status":"passed","time":{"start":1728456209574,"stop":1728456209574,"duration":0}},{"uid":"b7db3cd1e409d511","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b7db3cd1e409d511","status":"passed","time":{"start":1728456126844,"stop":1728456126844,"duration":0}},{"uid":"67c244f86df0d153","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/67c244f86df0d153","status":"passed","time":{"start":1728455481806,"stop":1728455481806,"duration":0}},{"uid":"3dc89b5ea6d3145","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/3dc89b5ea6d3145","status":"passed","time":{"start":1728452438558,"stop":1728452438558,"duration":0}}]},"tags":[]},"source":"902a3257e58acf6c.json","parameterValues":[]} \ No newline at end of file +{"uid":"c0b3a46ff254ec95","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":1729034640528,"stop":1729034640528,"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":15,"unknown":0,"total":15},"items":[{"uid":"ac86bc3ebb690a09","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ac86bc3ebb690a09","status":"passed","time":{"start":1729034411428,"stop":1729034411428,"duration":0}},{"uid":"2588bc418b3c307f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2588bc418b3c307f","status":"passed","time":{"start":1729034327413,"stop":1729034327414,"duration":1}},{"uid":"d489965df72576af","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d489965df72576af","status":"passed","time":{"start":1729034147792,"stop":1729034147792,"duration":0}},{"uid":"5bbd6dc4ec38be91","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5bbd6dc4ec38be91","status":"passed","time":{"start":1729032204834,"stop":1729032204834,"duration":0}},{"uid":"f3af994fb53d8826","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f3af994fb53d8826","status":"passed","time":{"start":1728901907717,"stop":1728901907720,"duration":3}},{"uid":"c4de55d103bc576b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c4de55d103bc576b","status":"passed","time":{"start":1728893341893,"stop":1728893341893,"duration":0}},{"uid":"d03238ebc46c82b4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d03238ebc46c82b4","status":"passed","time":{"start":1728856299387,"stop":1728856299387,"duration":0}},{"uid":"c0382b9456bc90d2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0382b9456bc90d2","status":"passed","time":{"start":1728738511623,"stop":1728738511624,"duration":1}},{"uid":"96f32119a27a535","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96f32119a27a535","status":"passed","time":{"start":1728683052915,"stop":1728683052915,"duration":0}},{"uid":"3d460f110aa32663","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d460f110aa32663","status":"passed","time":{"start":1728682612915,"stop":1728682612916,"duration":1}},{"uid":"39d657eed5bf24e0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/39d657eed5bf24e0","status":"passed","time":{"start":1728677115755,"stop":1728677115755,"duration":0}},{"uid":"748d5fe3d810f3df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/748d5fe3d810f3df","status":"passed","time":{"start":1728669778188,"stop":1728669778188,"duration":0}},{"uid":"3590c2f9d77bc8b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3590c2f9d77bc8b5","status":"passed","time":{"start":1728598175438,"stop":1728598175438,"duration":0}},{"uid":"d189c56b6c7b8013","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d189c56b6c7b8013","status":"passed","time":{"start":1728597380067,"stop":1728597380067,"duration":0}}]},"tags":[]},"source":"c0b3a46ff254ec95.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2ea28011ff87ffd5.json b/7588/data/test-cases/c0f9ceb37a91a03a.json similarity index 87% rename from 7556/data/test-cases/2ea28011ff87ffd5.json rename to 7588/data/test-cases/c0f9ceb37a91a03a.json index 427cb48f966..8dece6d1f03 100644 --- a/7556/data/test-cases/2ea28011ff87ffd5.json +++ b/7588/data/test-cases/c0f9ceb37a91a03a.json @@ -1 +1 @@ -{"uid":"2ea28011ff87ffd5","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":1728457473507,"stop":1728457473507,"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":6,"unknown":0,"total":6},"items":[{"uid":"fc5af8fddf7febbb","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/fc5af8fddf7febbb","status":"passed","time":{"start":1728456428351,"stop":1728456428352,"duration":1}},{"uid":"127f1bed8bd12832","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/127f1bed8bd12832","status":"passed","time":{"start":1728456157782,"stop":1728456157782,"duration":0}},{"uid":"7ade91e738c1c95c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/7ade91e738c1c95c","status":"passed","time":{"start":1728456063499,"stop":1728456063499,"duration":0}},{"uid":"24a37b93a32ca99c","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/24a37b93a32ca99c","status":"passed","time":{"start":1728455422501,"stop":1728455422502,"duration":1}},{"uid":"674c9a741bf91541","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/674c9a741bf91541","status":"passed","time":{"start":1728452417648,"stop":1728452417648,"duration":0}}]},"tags":[]},"source":"2ea28011ff87ffd5.json","parameterValues":[]} \ No newline at end of file +{"uid":"c0f9ceb37a91a03a","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":1729034617746,"stop":1729034617747,"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":15,"unknown":0,"total":15},"items":[{"uid":"7aa0e60d77ab58de","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7aa0e60d77ab58de","status":"passed","time":{"start":1729034370833,"stop":1729034370833,"duration":0}},{"uid":"196666e60407f940","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/196666e60407f940","status":"passed","time":{"start":1729034308840,"stop":1729034308846,"duration":6}},{"uid":"935792c153665915","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/935792c153665915","status":"passed","time":{"start":1729034129465,"stop":1729034129465,"duration":0}},{"uid":"d0aa8be951639c5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d0aa8be951639c5","status":"passed","time":{"start":1729032178355,"stop":1729032178355,"duration":0}},{"uid":"78a8b711fff002d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78a8b711fff002d0","status":"passed","time":{"start":1728901896334,"stop":1728901896334,"duration":0}},{"uid":"b76f0ffe87e86e62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b76f0ffe87e86e62","status":"passed","time":{"start":1728893329016,"stop":1728893329017,"duration":1}},{"uid":"7bc3eb47d86e7663","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7bc3eb47d86e7663","status":"passed","time":{"start":1728856284752,"stop":1728856284752,"duration":0}},{"uid":"aaefc3f2fd3f3289","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aaefc3f2fd3f3289","status":"passed","time":{"start":1728738494927,"stop":1728738494928,"duration":1}},{"uid":"9e80e4e9f2f2788b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9e80e4e9f2f2788b","status":"passed","time":{"start":1728683033622,"stop":1728683033623,"duration":1}},{"uid":"1144ff6e6da6b4e8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1144ff6e6da6b4e8","status":"passed","time":{"start":1728682601728,"stop":1728682601728,"duration":0}},{"uid":"3b66527cc394b5f5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3b66527cc394b5f5","status":"passed","time":{"start":1728677107952,"stop":1728677107953,"duration":1}},{"uid":"4623062aaa421ca2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4623062aaa421ca2","status":"passed","time":{"start":1728669764742,"stop":1728669764742,"duration":0}},{"uid":"e27dc2ebe76e0784","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e27dc2ebe76e0784","status":"passed","time":{"start":1728598157551,"stop":1728598157551,"duration":0}},{"uid":"b1824e86e68fcfd3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b1824e86e68fcfd3","status":"passed","time":{"start":1728597369047,"stop":1728597369048,"duration":1}}]},"tags":[]},"source":"c0f9ceb37a91a03a.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9634b92dd01a7dd8.json b/7588/data/test-cases/c180e1b9743f644d.json similarity index 57% rename from 7556/data/test-cases/9634b92dd01a7dd8.json rename to 7588/data/test-cases/c180e1b9743f644d.json index b07094ed8b3..95dc08b7e38 100644 --- a/7556/data/test-cases/9634b92dd01a7dd8.json +++ b/7588/data/test-cases/c180e1b9743f644d.json @@ -1 +1 @@ -{"uid":"9634b92dd01a7dd8","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":1728457351723,"stop":1728457351723,"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":6,"unknown":0,"total":6},"items":[{"uid":"8703afa8666851f2","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/8703afa8666851f2","status":"passed","time":{"start":1728456317102,"stop":1728456317102,"duration":0}},{"uid":"b73e776d76e9e700","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/b73e776d76e9e700","status":"passed","time":{"start":1728456012969,"stop":1728456012970,"duration":1}},{"uid":"7690b92a555d6bd1","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/7690b92a555d6bd1","status":"passed","time":{"start":1728455837235,"stop":1728455837235,"duration":0}},{"uid":"954a0d7aceec5eba","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/954a0d7aceec5eba","status":"passed","time":{"start":1728455197443,"stop":1728455197443,"duration":0}},{"uid":"8b83862288569fcc","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/8b83862288569fcc","status":"passed","time":{"start":1728452206399,"stop":1728452206399,"duration":0}}]},"tags":[]},"source":"9634b92dd01a7dd8.json","parameterValues":[]} \ No newline at end of file +{"uid":"c180e1b9743f644d","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":1729034536776,"stop":1729034536776,"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":15,"unknown":0,"total":15},"items":[{"uid":"12d0f194c4a08d9e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12d0f194c4a08d9e","status":"passed","time":{"start":1729034307030,"stop":1729034307030,"duration":0}},{"uid":"4c334938d2dc5288","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c334938d2dc5288","status":"passed","time":{"start":1729034223305,"stop":1729034223305,"duration":0}},{"uid":"61c191ff03ad3c94","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/61c191ff03ad3c94","status":"passed","time":{"start":1729034034976,"stop":1729034034977,"duration":1}},{"uid":"317f908294b21ae6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/317f908294b21ae6","status":"passed","time":{"start":1729032066281,"stop":1729032066281,"duration":0}},{"uid":"7c1a826d9a76fc06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7c1a826d9a76fc06","status":"passed","time":{"start":1728901706617,"stop":1728901706618,"duration":1}},{"uid":"82b473966fb0ed0f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/82b473966fb0ed0f","status":"passed","time":{"start":1728893153420,"stop":1728893153421,"duration":1}},{"uid":"88c4efc73a868cb1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/88c4efc73a868cb1","status":"passed","time":{"start":1728856108125,"stop":1728856108125,"duration":0}},{"uid":"a82a94ab2542d72e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a82a94ab2542d72e","status":"passed","time":{"start":1728738316667,"stop":1728738316668,"duration":1}},{"uid":"111e004e8ad715a6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/111e004e8ad715a6","status":"passed","time":{"start":1728682865313,"stop":1728682865314,"duration":1}},{"uid":"3a57be0ca1f4ec40","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a57be0ca1f4ec40","status":"passed","time":{"start":1728682446994,"stop":1728682446994,"duration":0}},{"uid":"33e3282d498faa95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33e3282d498faa95","status":"passed","time":{"start":1728676924477,"stop":1728676924478,"duration":1}},{"uid":"b8feae64873a3953","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b8feae64873a3953","status":"passed","time":{"start":1728669626256,"stop":1728669626256,"duration":0}},{"uid":"4ff909520f6d50ca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ff909520f6d50ca","status":"passed","time":{"start":1728597973671,"stop":1728597973671,"duration":0}},{"uid":"22b9b67217636896","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/22b9b67217636896","status":"passed","time":{"start":1728597188033,"stop":1728597188033,"duration":0}}]},"tags":[]},"source":"c180e1b9743f644d.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/c1eb573f3dbbedbe.json b/7588/data/test-cases/c1eb573f3dbbedbe.json new file mode 100644 index 00000000000..c7aebd77fc0 --- /dev/null +++ b/7588/data/test-cases/c1eb573f3dbbedbe.json @@ -0,0 +1 @@ +{"uid":"c1eb573f3dbbedbe","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":1729034636323,"stop":1729034636323,"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"62bf482425ff9eae","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/62bf482425ff9eae","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034402289,"stop":1729034402289,"duration":0}},{"uid":"a316d08b7c047343","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a316d08b7c047343","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034323318,"stop":1729034323318,"duration":0}},{"uid":"3b34472644dd6906","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b34472644dd6906","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034144773,"stop":1729034144773,"duration":0}},{"uid":"61262f431596157e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61262f431596157e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032198828,"stop":1729032198828,"duration":0}},{"uid":"c8d6daa6f0ed419b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c8d6daa6f0ed419b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901901777,"stop":1728901901778,"duration":1}},{"uid":"7a708956aaf0954d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7a708956aaf0954d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893337258,"stop":1728893337258,"duration":0}},{"uid":"4a3dbc2284a95a54","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4a3dbc2284a95a54","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299202,"stop":1728856299203,"duration":1}},{"uid":"9f3145aecda8d34a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9f3145aecda8d34a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738505393,"stop":1728738505393,"duration":0}},{"uid":"405b9d6d9a59ec5d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/405b9d6d9a59ec5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683045454,"stop":1728683045454,"duration":0}},{"uid":"9d7c582bcce86eed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9d7c582bcce86eed","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682607299,"stop":1728682607299,"duration":0}},{"uid":"223585277a1c27f9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/223585277a1c27f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677103503,"stop":1728677103503,"duration":0}},{"uid":"7859b9060fe855b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7859b9060fe855b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669777142,"stop":1728669777143,"duration":1}},{"uid":"46f91231e3b37bed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/46f91231e3b37bed","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598163471,"stop":1728598163471,"duration":0}},{"uid":"eb2838b2c9c79abe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb2838b2c9c79abe","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597375492,"stop":1728597375492,"duration":0}}]},"tags":[]},"source":"c1eb573f3dbbedbe.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/bb1200232fd2a4e2.json b/7588/data/test-cases/c2d3513f3eecbda9.json similarity index 77% rename from 7556/data/test-cases/bb1200232fd2a4e2.json rename to 7588/data/test-cases/c2d3513f3eecbda9.json index 8b16af2bf4e..53638886883 100644 --- a/7556/data/test-cases/bb1200232fd2a4e2.json +++ b/7588/data/test-cases/c2d3513f3eecbda9.json @@ -1 +1 @@ -{"uid":"bb1200232fd2a4e2","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":1728457528785,"stop":1728457528785,"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":6,"unknown":0,"total":6},"items":[{"uid":"7087b8331f04028","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/7087b8331f04028","status":"passed","time":{"start":1728456472607,"stop":1728456472607,"duration":0}},{"uid":"ec0f5014c5e64837","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ec0f5014c5e64837","status":"passed","time":{"start":1728456244248,"stop":1728456244248,"duration":0}},{"uid":"b99a4060649b0a83","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b99a4060649b0a83","status":"passed","time":{"start":1728456199291,"stop":1728456199292,"duration":1}},{"uid":"e0c47042d7120ac0","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/e0c47042d7120ac0","status":"passed","time":{"start":1728455560567,"stop":1728455560568,"duration":1}},{"uid":"42058586cdf7d1ee","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/42058586cdf7d1ee","status":"passed","time":{"start":1728452503845,"stop":1728452503846,"duration":1}}]},"tags":[]},"source":"bb1200232fd2a4e2.json","parameterValues":[]} \ No newline at end of file +{"uid":"c2d3513f3eecbda9","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":1729034668612,"stop":1729034668612,"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":15,"unknown":0,"total":15},"items":[{"uid":"250a81a59a4366a4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/250a81a59a4366a4","status":"passed","time":{"start":1729034443522,"stop":1729034443529,"duration":7}},{"uid":"a659dbea8728942e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a659dbea8728942e","status":"passed","time":{"start":1729034357710,"stop":1729034357711,"duration":1}},{"uid":"6f3fac1496e763c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6f3fac1496e763c8","status":"passed","time":{"start":1729034177538,"stop":1729034177538,"duration":0}},{"uid":"714fb2977a2f200e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/714fb2977a2f200e","status":"passed","time":{"start":1729032235318,"stop":1729032235318,"duration":0}},{"uid":"d106bf7166628b56","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d106bf7166628b56","status":"passed","time":{"start":1728901958867,"stop":1728901958867,"duration":0}},{"uid":"6ff297735f673d4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6ff297735f673d4f","status":"passed","time":{"start":1728893395085,"stop":1728893395085,"duration":0}},{"uid":"c5806efa48835697","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c5806efa48835697","status":"passed","time":{"start":1728856355699,"stop":1728856355700,"duration":1}},{"uid":"7b86e03c0fcb6041","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7b86e03c0fcb6041","status":"passed","time":{"start":1728738567474,"stop":1728738567474,"duration":0}},{"uid":"c520efd278a551","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c520efd278a551","status":"passed","time":{"start":1728683110373,"stop":1728683110374,"duration":1}},{"uid":"cab558118f07ae28","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cab558118f07ae28","status":"passed","time":{"start":1728682666071,"stop":1728682666071,"duration":0}},{"uid":"887bee210113e855","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/887bee210113e855","status":"passed","time":{"start":1728677163585,"stop":1728677163585,"duration":0}},{"uid":"8bed3ede197f3b41","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bed3ede197f3b41","status":"passed","time":{"start":1728669841257,"stop":1728669841257,"duration":0}},{"uid":"425af215134ba2e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/425af215134ba2e","status":"passed","time":{"start":1728598221902,"stop":1728598221903,"duration":1}},{"uid":"7911d11bd78a403a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7911d11bd78a403a","status":"passed","time":{"start":1728597434084,"stop":1728597434085,"duration":1}}]},"tags":[]},"source":"c2d3513f3eecbda9.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/a2835698b78ccf5c.json b/7588/data/test-cases/c4574242a438db2e.json similarity index 82% rename from 7556/data/test-cases/a2835698b78ccf5c.json rename to 7588/data/test-cases/c4574242a438db2e.json index caf02fb7a17..75d31b188b2 100644 --- a/7556/data/test-cases/a2835698b78ccf5c.json +++ b/7588/data/test-cases/c4574242a438db2e.json @@ -1 +1 @@ -{"uid":"a2835698b78ccf5c","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":1728457481265,"stop":1728457481268,"duration":3},"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":6,"unknown":0,"total":6},"items":[{"uid":"d81549a4e89515e2","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/d81549a4e89515e2","status":"passed","time":{"start":1728456434601,"stop":1728456434602,"duration":1}},{"uid":"e22281c6ce638989","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/e22281c6ce638989","status":"passed","time":{"start":1728456196706,"stop":1728456196706,"duration":0}},{"uid":"7e0d986f6cc9aad2","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/7e0d986f6cc9aad2","status":"passed","time":{"start":1728456113184,"stop":1728456113185,"duration":1}},{"uid":"b08f82cce1c9a91c","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/b08f82cce1c9a91c","status":"passed","time":{"start":1728455468961,"stop":1728455468961,"duration":0}},{"uid":"ee5088ecad583beb","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/ee5088ecad583beb","status":"passed","time":{"start":1728452437020,"stop":1728452437020,"duration":0}}]},"tags":[]},"source":"a2835698b78ccf5c.json","parameterValues":[]} \ No newline at end of file +{"uid":"c4574242a438db2e","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":1729034636313,"stop":1729034636313,"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":15,"unknown":0,"total":15},"items":[{"uid":"22a13569b5bd797e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22a13569b5bd797e","status":"passed","time":{"start":1729034402275,"stop":1729034402279,"duration":4}},{"uid":"861b6876660bb225","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/861b6876660bb225","status":"passed","time":{"start":1729034323293,"stop":1729034323294,"duration":1}},{"uid":"962a524db3f2bdc4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/962a524db3f2bdc4","status":"passed","time":{"start":1729034144764,"stop":1729034144765,"duration":1}},{"uid":"8a10ea0cd1c22d26","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a10ea0cd1c22d26","status":"passed","time":{"start":1729032198815,"stop":1729032198815,"duration":0}},{"uid":"793772c55522a6e7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/793772c55522a6e7","status":"passed","time":{"start":1728901901762,"stop":1728901901763,"duration":1}},{"uid":"222c8ca26e767da1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/222c8ca26e767da1","status":"passed","time":{"start":1728893337246,"stop":1728893337246,"duration":0}},{"uid":"21d65bb1ead84441","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/21d65bb1ead84441","status":"passed","time":{"start":1728856299188,"stop":1728856299188,"duration":0}},{"uid":"b00b13ec496b765f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b00b13ec496b765f","status":"passed","time":{"start":1728738505374,"stop":1728738505375,"duration":1}},{"uid":"bd9a8a14bd9e1811","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bd9a8a14bd9e1811","status":"passed","time":{"start":1728683045447,"stop":1728683045448,"duration":1}},{"uid":"566a0842e64ebf74","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/566a0842e64ebf74","status":"passed","time":{"start":1728682607289,"stop":1728682607289,"duration":0}},{"uid":"5e4c0032e93961c3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5e4c0032e93961c3","status":"passed","time":{"start":1728677103493,"stop":1728677103493,"duration":0}},{"uid":"35086b634b4bd8cb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/35086b634b4bd8cb","status":"passed","time":{"start":1728669777115,"stop":1728669777115,"duration":0}},{"uid":"9f6cb86d755c62f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9f6cb86d755c62f8","status":"passed","time":{"start":1728598163465,"stop":1728598163465,"duration":0}},{"uid":"32ff1c1d2e12b05b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32ff1c1d2e12b05b","status":"passed","time":{"start":1728597375467,"stop":1728597375468,"duration":1}}]},"tags":[]},"source":"c4574242a438db2e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/c4a53638cd88e858.json b/7588/data/test-cases/c4a53638cd88e858.json new file mode 100644 index 00000000000..7c5e601c60a --- /dev/null +++ b/7588/data/test-cases/c4a53638cd88e858.json @@ -0,0 +1 @@ +{"uid":"c4a53638cd88e858","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":1729034332648,"stop":1729034332649,"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":15,"unknown":0,"total":15},"items":[{"uid":"1d28ad1e42d4c159","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1d28ad1e42d4c159","status":"passed","time":{"start":1729034096145,"stop":1729034096145,"duration":0}},{"uid":"181c92ddb107dbc9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/181c92ddb107dbc9","status":"passed","time":{"start":1729034020101,"stop":1729034020101,"duration":0}},{"uid":"f7a412c046fada37","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7a412c046fada37","status":"passed","time":{"start":1729033834399,"stop":1729033834399,"duration":0}},{"uid":"a96cf9b25bed14e1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a96cf9b25bed14e1","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"267d48ce0f22ade2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/267d48ce0f22ade2","status":"passed","time":{"start":1728901430265,"stop":1728901430265,"duration":0}},{"uid":"da36d8d8977ba3a6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da36d8d8977ba3a6","status":"passed","time":{"start":1728892860543,"stop":1728892860544,"duration":1}},{"uid":"ec556712383811a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ec556712383811a2","status":"passed","time":{"start":1728855823333,"stop":1728855823333,"duration":0}},{"uid":"91b3d51f6ddad479","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/91b3d51f6ddad479","status":"passed","time":{"start":1728738040614,"stop":1728738040614,"duration":0}},{"uid":"9eac72b084053a26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9eac72b084053a26","status":"passed","time":{"start":1728682574106,"stop":1728682574106,"duration":0}},{"uid":"2df4ecabf3c36f82","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2df4ecabf3c36f82","status":"passed","time":{"start":1728682146829,"stop":1728682146829,"duration":0}},{"uid":"823046bd0782a4f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/823046bd0782a4f0","status":"passed","time":{"start":1728676621443,"stop":1728676621444,"duration":1}},{"uid":"8bfd88eb06a3300c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bfd88eb06a3300c","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"246da44fa7dd492f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/246da44fa7dd492f","status":"passed","time":{"start":1728597685174,"stop":1728597685174,"duration":0}},{"uid":"88535cffe5e3dad0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/88535cffe5e3dad0","status":"passed","time":{"start":1728596904484,"stop":1728596904484,"duration":0}}]},"tags":[]},"source":"c4a53638cd88e858.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/66901d71bd51cce6.json b/7588/data/test-cases/c4d1e5c35e87bcf9.json similarity index 93% rename from 7556/data/test-cases/66901d71bd51cce6.json rename to 7588/data/test-cases/c4d1e5c35e87bcf9.json index da679e980f8..a77232588c0 100644 --- a/7556/data/test-cases/66901d71bd51cce6.json +++ b/7588/data/test-cases/c4d1e5c35e87bcf9.json @@ -1 +1 @@ -{"uid":"66901d71bd51cce6","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app98/9/topic934/proto","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 3 - Cluster ID: 10, Content Topic: /app98/9/topic934/proto","historyId":"4e00317eed558b3884a2e10bd1102242:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457516696,"stop":1728457516698,"duration":2},"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":"66901d71bd51cce6.json","parameterValues":[]} \ No newline at end of file +{"uid":"c4d1e5c35e87bcf9","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app98/6/topic677/proto","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 3 - Cluster ID: 10, Content Topic: /app98/6/topic677/proto","historyId":"eac1afa99c66d48ed0ac661d3dac2fe6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034656464,"stop":1729034656464,"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":"c4d1e5c35e87bcf9.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/c4d8aae0c7aa9a54.json b/7588/data/test-cases/c4d8aae0c7aa9a54.json new file mode 100644 index 00000000000..cb57481fe42 --- /dev/null +++ b/7588/data/test-cases/c4d8aae0c7aa9a54.json @@ -0,0 +1 @@ +{"uid":"c4d8aae0c7aa9a54","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":1729034332614,"stop":1729034332614,"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":15,"unknown":0,"total":15},"items":[{"uid":"b60fd785bb329662","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b60fd785bb329662","status":"passed","time":{"start":1729034096115,"stop":1729034096115,"duration":0}},{"uid":"6e8eac067e7a1f2c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6e8eac067e7a1f2c","status":"passed","time":{"start":1729034020076,"stop":1729034020076,"duration":0}},{"uid":"d129863327a3a84d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d129863327a3a84d","status":"passed","time":{"start":1729033834365,"stop":1729033834366,"duration":1}},{"uid":"9f53c150bd26853d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9f53c150bd26853d","status":"passed","time":{"start":1729031884095,"stop":1729031884095,"duration":0}},{"uid":"2d0b302317d8c8e6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2d0b302317d8c8e6","status":"passed","time":{"start":1728901430244,"stop":1728901430245,"duration":1}},{"uid":"51b3d44c4ac4737","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51b3d44c4ac4737","status":"passed","time":{"start":1728892860519,"stop":1728892860520,"duration":1}},{"uid":"dd5ece536f96f27a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dd5ece536f96f27a","status":"passed","time":{"start":1728855823310,"stop":1728855823310,"duration":0}},{"uid":"e98fe4433d068ce3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e98fe4433d068ce3","status":"passed","time":{"start":1728738040572,"stop":1728738040572,"duration":0}},{"uid":"8078c6092897737e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8078c6092897737e","status":"passed","time":{"start":1728682574072,"stop":1728682574072,"duration":0}},{"uid":"8e38f90f11587878","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e38f90f11587878","status":"passed","time":{"start":1728682146800,"stop":1728682146800,"duration":0}},{"uid":"6c9cb8680c981f7c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6c9cb8680c981f7c","status":"passed","time":{"start":1728676621418,"stop":1728676621418,"duration":0}},{"uid":"9efe32f3a73d07f2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9efe32f3a73d07f2","status":"passed","time":{"start":1728669344456,"stop":1728669344456,"duration":0}},{"uid":"38e85a6e29389137","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/38e85a6e29389137","status":"passed","time":{"start":1728597685140,"stop":1728597685140,"duration":0}},{"uid":"c299265727e19724","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c299265727e19724","status":"passed","time":{"start":1728596904449,"stop":1728596904449,"duration":0}}]},"tags":[]},"source":"c4d8aae0c7aa9a54.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/189eb55f0cc1f2ca.json b/7588/data/test-cases/c4e6c39fa36ecf9e.json similarity index 80% rename from 7556/data/test-cases/189eb55f0cc1f2ca.json rename to 7588/data/test-cases/c4e6c39fa36ecf9e.json index 9339ba609bd..36d302a820a 100644 --- a/7556/data/test-cases/189eb55f0cc1f2ca.json +++ b/7588/data/test-cases/c4e6c39fa36ecf9e.json @@ -1 +1 @@ -{"uid":"189eb55f0cc1f2ca","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":1728457490913,"stop":1728457490914,"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":6,"unknown":0,"total":6},"items":[{"uid":"f393026ae78d908b","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/f393026ae78d908b","status":"passed","time":{"start":1728456439217,"stop":1728456439218,"duration":1}},{"uid":"77621793d56c324f","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/77621793d56c324f","status":"passed","time":{"start":1728456209542,"stop":1728456209543,"duration":1}},{"uid":"2ae62506f1dfd7bc","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/2ae62506f1dfd7bc","status":"passed","time":{"start":1728456126836,"stop":1728456126836,"duration":0}},{"uid":"cfd5ecb4e34a6bf1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/cfd5ecb4e34a6bf1","status":"passed","time":{"start":1728455481798,"stop":1728455481798,"duration":0}},{"uid":"37efb27e354c8f1a","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/37efb27e354c8f1a","status":"passed","time":{"start":1728452438550,"stop":1728452438550,"duration":0}}]},"tags":[]},"source":"189eb55f0cc1f2ca.json","parameterValues":[]} \ No newline at end of file +{"uid":"c4e6c39fa36ecf9e","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":1729034640512,"stop":1729034640512,"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":15,"unknown":0,"total":15},"items":[{"uid":"622c5b5fba609040","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/622c5b5fba609040","status":"passed","time":{"start":1729034411420,"stop":1729034411420,"duration":0}},{"uid":"4f576f68e9b039ca","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4f576f68e9b039ca","status":"passed","time":{"start":1729034327396,"stop":1729034327396,"duration":0}},{"uid":"699f2b77c633ed67","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/699f2b77c633ed67","status":"passed","time":{"start":1729034147768,"stop":1729034147768,"duration":0}},{"uid":"d924d7384ca97f53","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d924d7384ca97f53","status":"passed","time":{"start":1729032204825,"stop":1729032204825,"duration":0}},{"uid":"cbcd84025924688c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cbcd84025924688c","status":"passed","time":{"start":1728901907653,"stop":1728901907653,"duration":0}},{"uid":"454292fa687b88b5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/454292fa687b88b5","status":"passed","time":{"start":1728893341886,"stop":1728893341886,"duration":0}},{"uid":"2ad110a536d5c0c6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ad110a536d5c0c6","status":"passed","time":{"start":1728856299352,"stop":1728856299352,"duration":0}},{"uid":"5e20f8d979487995","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5e20f8d979487995","status":"passed","time":{"start":1728738511613,"stop":1728738511614,"duration":1}},{"uid":"5756916031810d08","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5756916031810d08","status":"passed","time":{"start":1728683052908,"stop":1728683052908,"duration":0}},{"uid":"1455b01e8bfa44ed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1455b01e8bfa44ed","status":"passed","time":{"start":1728682612907,"stop":1728682612908,"duration":1}},{"uid":"80d5d37d23db19ed","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/80d5d37d23db19ed","status":"passed","time":{"start":1728677115743,"stop":1728677115743,"duration":0}},{"uid":"2156e129a786fd78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2156e129a786fd78","status":"passed","time":{"start":1728669778171,"stop":1728669778172,"duration":1}},{"uid":"cce3a54af579e25e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cce3a54af579e25e","status":"passed","time":{"start":1728598175429,"stop":1728598175429,"duration":0}},{"uid":"8e0901a1e673b1f3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e0901a1e673b1f3","status":"passed","time":{"start":1728597380058,"stop":1728597380058,"duration":0}}]},"tags":[]},"source":"c4e6c39fa36ecf9e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/d567a1e7b6d5ca1a.json b/7588/data/test-cases/c4e74a09071c6855.json similarity index 85% rename from 7556/data/test-cases/d567a1e7b6d5ca1a.json rename to 7588/data/test-cases/c4e74a09071c6855.json index 6524cf3706e..297b1594448 100644 --- a/7556/data/test-cases/d567a1e7b6d5ca1a.json +++ b/7588/data/test-cases/c4e74a09071c6855.json @@ -1 +1 @@ -{"uid":"d567a1e7b6d5ca1a","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":1728457360324,"stop":1728457360325,"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":6,"unknown":0,"total":6},"items":[{"uid":"5591f0a33c8c03ac","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/5591f0a33c8c03ac","status":"passed","time":{"start":1728456312503,"stop":1728456312504,"duration":1}},{"uid":"a2355c6226e473da","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a2355c6226e473da","status":"passed","time":{"start":1728456013954,"stop":1728456013954,"duration":0}},{"uid":"c6bf244a05327636","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/c6bf244a05327636","status":"passed","time":{"start":1728455837468,"stop":1728455837468,"duration":0}},{"uid":"153c2cdbffc1bfe2","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/153c2cdbffc1bfe2","status":"passed","time":{"start":1728455198917,"stop":1728455198918,"duration":1}},{"uid":"6c21ec570c238f9d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/6c21ec570c238f9d","status":"passed","time":{"start":1728452203356,"stop":1728452203357,"duration":1}}]},"tags":[]},"source":"d567a1e7b6d5ca1a.json","parameterValues":[]} \ No newline at end of file +{"uid":"c4e74a09071c6855","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":1729034536110,"stop":1729034536110,"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":14,"unknown":0,"total":14},"items":[{"uid":"ff1ac006de21143e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ff1ac006de21143e","status":"passed","time":{"start":1729034296716,"stop":1729034296716,"duration":0}},{"uid":"470fdf013887a7f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/470fdf013887a7f9","status":"passed","time":{"start":1729034220610,"stop":1729034220612,"duration":2}},{"uid":"7715a08b90f54572","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7715a08b90f54572","status":"passed","time":{"start":1729034041500,"stop":1729034041501,"duration":1}},{"uid":"57e929fae02296cd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/57e929fae02296cd","status":"passed","time":{"start":1728901705416,"stop":1728901705417,"duration":1}},{"uid":"240c043b28b5c4a7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/240c043b28b5c4a7","status":"passed","time":{"start":1728893141782,"stop":1728893141782,"duration":0}},{"uid":"380aa4130bec082b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/380aa4130bec082b","status":"passed","time":{"start":1728856087087,"stop":1728856087088,"duration":1}},{"uid":"1ac5cba4fca5d9bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1ac5cba4fca5d9bd","status":"passed","time":{"start":1728738321455,"stop":1728738321456,"duration":1}},{"uid":"e41f80e7d49650aa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e41f80e7d49650aa","status":"passed","time":{"start":1728682845681,"stop":1728682845681,"duration":0}},{"uid":"e9bcccaf89291d2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9bcccaf89291d2c","status":"passed","time":{"start":1728682424316,"stop":1728682424318,"duration":2}},{"uid":"242443dc75d75181","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/242443dc75d75181","status":"passed","time":{"start":1728676900545,"stop":1728676900547,"duration":2}},{"uid":"34d6d3baaa209b67","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34d6d3baaa209b67","status":"passed","time":{"start":1728669625805,"stop":1728669625805,"duration":0}},{"uid":"24eb9ed6431eda13","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/24eb9ed6431eda13","status":"passed","time":{"start":1728597957176,"stop":1728597957176,"duration":0}},{"uid":"70ac7a15df6d62f2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70ac7a15df6d62f2","status":"passed","time":{"start":1728597182623,"stop":1728597182623,"duration":0}}]},"tags":[]},"source":"c4e74a09071c6855.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/bdceff2582cb51c3.json b/7588/data/test-cases/c52ba4f3e46ea8ed.json similarity index 81% rename from 7556/data/test-cases/bdceff2582cb51c3.json rename to 7588/data/test-cases/c52ba4f3e46ea8ed.json index de51be2445c..effc8984347 100644 --- a/7556/data/test-cases/bdceff2582cb51c3.json +++ b/7588/data/test-cases/c52ba4f3e46ea8ed.json @@ -1 +1 @@ -{"uid":"bdceff2582cb51c3","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":1728457322408,"stop":1728457322408,"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":6,"unknown":0,"total":6},"items":[{"uid":"d698d5dc2bab2562","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/d698d5dc2bab2562","status":"passed","time":{"start":1728456287221,"stop":1728456287221,"duration":0}},{"uid":"14e5406f940989a4","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/14e5406f940989a4","status":"passed","time":{"start":1728455980751,"stop":1728455980757,"duration":6}},{"uid":"4c14284c351cefb0","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4c14284c351cefb0","status":"passed","time":{"start":1728455789238,"stop":1728455789238,"duration":0}},{"uid":"3b22659b3638433f","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/3b22659b3638433f","status":"passed","time":{"start":1728455146547,"stop":1728455146547,"duration":0}},{"uid":"cff7600c8675e4fe","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/cff7600c8675e4fe","status":"passed","time":{"start":1728452163123,"stop":1728452163123,"duration":0}}]},"tags":[]},"source":"bdceff2582cb51c3.json","parameterValues":[]} \ No newline at end of file +{"uid":"c52ba4f3e46ea8ed","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":1729034506789,"stop":1729034506789,"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":15,"unknown":0,"total":15},"items":[{"uid":"c59cbf0d0ffec1b6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c59cbf0d0ffec1b6","status":"passed","time":{"start":1729034259813,"stop":1729034259814,"duration":1}},{"uid":"ae1b09ab48e56c0f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ae1b09ab48e56c0f","status":"passed","time":{"start":1729034194006,"stop":1729034194006,"duration":0}},{"uid":"2f7044a24bbb2f80","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2f7044a24bbb2f80","status":"passed","time":{"start":1729034014856,"stop":1729034014858,"duration":2}},{"uid":"df316c650141f227","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/df316c650141f227","status":"passed","time":{"start":1729032065443,"stop":1729032065444,"duration":1}},{"uid":"2b5d02d092cd7bf3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2b5d02d092cd7bf3","status":"passed","time":{"start":1728901664247,"stop":1728901664248,"duration":1}},{"uid":"2f54043e9d95b175","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2f54043e9d95b175","status":"passed","time":{"start":1728893093689,"stop":1728893093689,"duration":0}},{"uid":"5c846bb21650d0d2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5c846bb21650d0d2","status":"passed","time":{"start":1728856055266,"stop":1728856055266,"duration":0}},{"uid":"6e57066f338a1526","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e57066f338a1526","status":"passed","time":{"start":1728738274742,"stop":1728738274742,"duration":0}},{"uid":"86629e7e4ae531bd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/86629e7e4ae531bd","status":"passed","time":{"start":1728682807952,"stop":1728682807953,"duration":1}},{"uid":"4c848c3a4bc53af8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4c848c3a4bc53af8","status":"passed","time":{"start":1728682381281,"stop":1728682381282,"duration":1}},{"uid":"aedd71705bfd6ec1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aedd71705bfd6ec1","status":"passed","time":{"start":1728676853895,"stop":1728676853895,"duration":0}},{"uid":"a4a6633da0d14721","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4a6633da0d14721","status":"passed","time":{"start":1728669581686,"stop":1728669581687,"duration":1}},{"uid":"1df05e906cdf8fc1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1df05e906cdf8fc1","status":"passed","time":{"start":1728597923473,"stop":1728597923475,"duration":2}},{"uid":"92d200400bf3af19","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92d200400bf3af19","status":"passed","time":{"start":1728597132260,"stop":1728597132261,"duration":1}}]},"tags":[]},"source":"c52ba4f3e46ea8ed.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/272da3ae2ceed5ca.json b/7588/data/test-cases/c54c78969f11a4a7.json similarity index 57% rename from 7556/data/test-cases/272da3ae2ceed5ca.json rename to 7588/data/test-cases/c54c78969f11a4a7.json index 635883aefd9..aeb1289fcf3 100644 --- a/7556/data/test-cases/272da3ae2ceed5ca.json +++ b/7588/data/test-cases/c54c78969f11a4a7.json @@ -1 +1 @@ -{"uid":"272da3ae2ceed5ca","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":1728457237157,"stop":1728457237157,"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":6,"unknown":0,"total":6},"items":[{"uid":"e68a936af2bc3f38","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e68a936af2bc3f38","status":"passed","time":{"start":1728456208699,"stop":1728456208699,"duration":0}},{"uid":"391e51172e12131b","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/391e51172e12131b","status":"passed","time":{"start":1728455893204,"stop":1728455893205,"duration":1}},{"uid":"97b462a4267325ea","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/97b462a4267325ea","status":"passed","time":{"start":1728455665937,"stop":1728455665937,"duration":0}},{"uid":"a2de284587751901","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a2de284587751901","status":"passed","time":{"start":1728455023249,"stop":1728455023249,"duration":0}},{"uid":"37bda35c99f0075f","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/37bda35c99f0075f","status":"passed","time":{"start":1728452036148,"stop":1728452036148,"duration":0}}]},"tags":[]},"source":"272da3ae2ceed5ca.json","parameterValues":[]} \ No newline at end of file +{"uid":"c54c78969f11a4a7","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":1729034424273,"stop":1729034424273,"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":15,"unknown":0,"total":15},"items":[{"uid":"dc053a2998544ec0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dc053a2998544ec0","status":"passed","time":{"start":1729034190704,"stop":1729034190705,"duration":1}},{"uid":"c81628ce0db28101","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c81628ce0db28101","status":"passed","time":{"start":1729034108430,"stop":1729034108431,"duration":1}},{"uid":"d0bbb7a3b2f170e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0bbb7a3b2f170e2","status":"passed","time":{"start":1729033925381,"stop":1729033925381,"duration":0}},{"uid":"aed6ebc89de032b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aed6ebc89de032b","status":"passed","time":{"start":1729031975188,"stop":1729031975188,"duration":0}},{"uid":"2c1cd423317ac238","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c1cd423317ac238","status":"passed","time":{"start":1728901537876,"stop":1728901537876,"duration":0}},{"uid":"2bde12fa920675d4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2bde12fa920675d4","status":"passed","time":{"start":1728892972428,"stop":1728892972428,"duration":0}},{"uid":"239912ca9e63563a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/239912ca9e63563a","status":"passed","time":{"start":1728855933069,"stop":1728855933070,"duration":1}},{"uid":"a13d21fd9f460d02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a13d21fd9f460d02","status":"passed","time":{"start":1728738149925,"stop":1728738149926,"duration":1}},{"uid":"5e1a9b959cb0e824","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e1a9b959cb0e824","status":"passed","time":{"start":1728682681969,"stop":1728682681970,"duration":1}},{"uid":"3d478408107210ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d478408107210ea","status":"passed","time":{"start":1728682257766,"stop":1728682257768,"duration":2}},{"uid":"e580a8fa9df9a734","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e580a8fa9df9a734","status":"passed","time":{"start":1728676730786,"stop":1728676730787,"duration":1}},{"uid":"cb449442e52dd2bb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cb449442e52dd2bb","status":"passed","time":{"start":1728669456894,"stop":1728669456895,"duration":1}},{"uid":"bde89e4ec2af9725","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bde89e4ec2af9725","status":"passed","time":{"start":1728597795919,"stop":1728597795919,"duration":0}},{"uid":"c5b966c7709b364d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c5b966c7709b364d","status":"passed","time":{"start":1728597010200,"stop":1728597010201,"duration":1}}]},"tags":[]},"source":"c54c78969f11a4a7.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e58213e42ab9647c.json b/7588/data/test-cases/c589be67600220bc.json similarity index 81% rename from 7556/data/test-cases/e58213e42ab9647c.json rename to 7588/data/test-cases/c589be67600220bc.json index 819b883a1f0..c756a7e9e35 100644 --- a/7556/data/test-cases/e58213e42ab9647c.json +++ b/7588/data/test-cases/c589be67600220bc.json @@ -1 +1 @@ -{"uid":"e58213e42ab9647c","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":1728457322404,"stop":1728457322405,"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":6,"unknown":0,"total":6},"items":[{"uid":"5cf06a82fc4dbe22","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/5cf06a82fc4dbe22","status":"passed","time":{"start":1728456287212,"stop":1728456287213,"duration":1}},{"uid":"3d073beca0787bbc","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/3d073beca0787bbc","status":"passed","time":{"start":1728455980743,"stop":1728455980750,"duration":7}},{"uid":"21999247775a3377","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/21999247775a3377","status":"passed","time":{"start":1728455789236,"stop":1728455789236,"duration":0}},{"uid":"2ec188a0b39b8189","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/2ec188a0b39b8189","status":"passed","time":{"start":1728455146546,"stop":1728455146546,"duration":0}},{"uid":"2f6f110af775fac7","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/2f6f110af775fac7","status":"passed","time":{"start":1728452163121,"stop":1728452163122,"duration":1}}]},"tags":[]},"source":"e58213e42ab9647c.json","parameterValues":[]} \ No newline at end of file +{"uid":"c589be67600220bc","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":1729034506788,"stop":1729034506788,"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":15,"unknown":0,"total":15},"items":[{"uid":"40a6dfd52dd9d756","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/40a6dfd52dd9d756","status":"passed","time":{"start":1729034259809,"stop":1729034259811,"duration":2}},{"uid":"dc9654511488e7da","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dc9654511488e7da","status":"passed","time":{"start":1729034194005,"stop":1729034194005,"duration":0}},{"uid":"8b07c39a2039fe48","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b07c39a2039fe48","status":"passed","time":{"start":1729034014850,"stop":1729034014851,"duration":1}},{"uid":"841cc3c697bdd7bc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/841cc3c697bdd7bc","status":"passed","time":{"start":1729032065437,"stop":1729032065437,"duration":0}},{"uid":"b3ba8526089ef9b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b3ba8526089ef9b7","status":"passed","time":{"start":1728901664235,"stop":1728901664236,"duration":1}},{"uid":"61e642b69e01c2cf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61e642b69e01c2cf","status":"passed","time":{"start":1728893093685,"stop":1728893093685,"duration":0}},{"uid":"e7cb152c3855674e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e7cb152c3855674e","status":"passed","time":{"start":1728856055264,"stop":1728856055264,"duration":0}},{"uid":"a95b2cd273dbe24a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a95b2cd273dbe24a","status":"passed","time":{"start":1728738274740,"stop":1728738274741,"duration":1}},{"uid":"df1d2c63ee67f9b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/df1d2c63ee67f9b7","status":"passed","time":{"start":1728682807951,"stop":1728682807951,"duration":0}},{"uid":"77167f906bc95862","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77167f906bc95862","status":"passed","time":{"start":1728682381280,"stop":1728682381280,"duration":0}},{"uid":"7fd5f7d81c1a5059","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7fd5f7d81c1a5059","status":"passed","time":{"start":1728676853893,"stop":1728676853894,"duration":1}},{"uid":"81f5b42330798096","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/81f5b42330798096","status":"passed","time":{"start":1728669581685,"stop":1728669581685,"duration":0}},{"uid":"cdc33b13f344e94f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cdc33b13f344e94f","status":"passed","time":{"start":1728597923470,"stop":1728597923471,"duration":1}},{"uid":"ab90d79ced49792e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ab90d79ced49792e","status":"passed","time":{"start":1728597132259,"stop":1728597132259,"duration":0}}]},"tags":[]},"source":"c589be67600220bc.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/5dd7c6171ba895e0.json b/7588/data/test-cases/c63179cf3eb1ed6f.json similarity index 88% rename from 7556/data/test-cases/5dd7c6171ba895e0.json rename to 7588/data/test-cases/c63179cf3eb1ed6f.json index d672efc51aa..6eb47c601d0 100644 --- a/7556/data/test-cases/5dd7c6171ba895e0.json +++ b/7588/data/test-cases/c63179cf3eb1ed6f.json @@ -1 +1 @@ -{"uid":"5dd7c6171ba895e0","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":1728457473522,"stop":1728457473522,"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":6,"unknown":0,"total":6},"items":[{"uid":"55eb9cb9740ed51f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/55eb9cb9740ed51f","status":"passed","time":{"start":1728456428369,"stop":1728456428370,"duration":1}},{"uid":"bea7952981e58254","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/bea7952981e58254","status":"passed","time":{"start":1728456157800,"stop":1728456157801,"duration":1}},{"uid":"96946c48063ba59d","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/96946c48063ba59d","status":"passed","time":{"start":1728456063540,"stop":1728456063540,"duration":0}},{"uid":"ce704593cd33b264","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/ce704593cd33b264","status":"passed","time":{"start":1728455422528,"stop":1728455422529,"duration":1}},{"uid":"efea25d6ad62642a","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/efea25d6ad62642a","status":"passed","time":{"start":1728452417659,"stop":1728452417659,"duration":0}}]},"tags":[]},"source":"5dd7c6171ba895e0.json","parameterValues":[]} \ No newline at end of file +{"uid":"c63179cf3eb1ed6f","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":1729034617760,"stop":1729034617760,"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":15,"unknown":0,"total":15},"items":[{"uid":"e4b335aeede59e7e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e4b335aeede59e7e","status":"passed","time":{"start":1729034370870,"stop":1729034370871,"duration":1}},{"uid":"fbf793dfc5a09c6d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fbf793dfc5a09c6d","status":"passed","time":{"start":1729034308871,"stop":1729034308872,"duration":1}},{"uid":"eb5e8530b58d36b2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eb5e8530b58d36b2","status":"passed","time":{"start":1729034129474,"stop":1729034129475,"duration":1}},{"uid":"44a3134be4ca655a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/44a3134be4ca655a","status":"passed","time":{"start":1729032178368,"stop":1729032178368,"duration":0}},{"uid":"157f69c6081798f6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/157f69c6081798f6","status":"passed","time":{"start":1728901896347,"stop":1728901896348,"duration":1}},{"uid":"b454061dcfad92d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b454061dcfad92d8","status":"passed","time":{"start":1728893329025,"stop":1728893329026,"duration":1}},{"uid":"571cf8ea9f00a40c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/571cf8ea9f00a40c","status":"passed","time":{"start":1728856284764,"stop":1728856284764,"duration":0}},{"uid":"69acd932fc48f1ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/69acd932fc48f1ee","status":"passed","time":{"start":1728738494941,"stop":1728738494941,"duration":0}},{"uid":"c2c293b0a1d2c0ee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c2c293b0a1d2c0ee","status":"passed","time":{"start":1728683033632,"stop":1728683033632,"duration":0}},{"uid":"856fa9030e708e0a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/856fa9030e708e0a","status":"passed","time":{"start":1728682601737,"stop":1728682601737,"duration":0}},{"uid":"fc9e7996b093d82c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fc9e7996b093d82c","status":"passed","time":{"start":1728677107962,"stop":1728677107962,"duration":0}},{"uid":"c9e2ca0e0b6c5f5a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9e2ca0e0b6c5f5a","status":"passed","time":{"start":1728669764751,"stop":1728669764752,"duration":1}},{"uid":"7509afb51947521b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7509afb51947521b","status":"passed","time":{"start":1728598157563,"stop":1728598157563,"duration":0}},{"uid":"70faa0c446c1769b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70faa0c446c1769b","status":"passed","time":{"start":1728597369073,"stop":1728597369073,"duration":0}}]},"tags":[]},"source":"c63179cf3eb1ed6f.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/c63b98678db1b47b.json b/7588/data/test-cases/c63b98678db1b47b.json new file mode 100644 index 00000000000..bc0c9570b0f --- /dev/null +++ b/7588/data/test-cases/c63b98678db1b47b.json @@ -0,0 +1 @@ +{"uid":"c63b98678db1b47b","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":1729034694623,"stop":1729034694623,"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":15,"unknown":0,"total":15},"items":[{"uid":"503742c767bc4fa3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/503742c767bc4fa3","status":"passed","time":{"start":1729034462013,"stop":1729034462013,"duration":0}},{"uid":"47476612940e02a1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47476612940e02a1","status":"passed","time":{"start":1729034375976,"stop":1729034375977,"duration":1}},{"uid":"79ed760599a4b4f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79ed760599a4b4f5","status":"passed","time":{"start":1729034200065,"stop":1729034200066,"duration":1}},{"uid":"785b505cc1582c0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/785b505cc1582c0e","status":"passed","time":{"start":1729032257890,"stop":1729032257890,"duration":0}},{"uid":"13f8c2938251bb6d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/13f8c2938251bb6d","status":"passed","time":{"start":1728902003567,"stop":1728902003567,"duration":0}},{"uid":"9a78d80ef036b6cf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9a78d80ef036b6cf","status":"passed","time":{"start":1728893434694,"stop":1728893434695,"duration":1}},{"uid":"185d9b669d0eabc7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/185d9b669d0eabc7","status":"passed","time":{"start":1728856398642,"stop":1728856398642,"duration":0}},{"uid":"256a797c66f345c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/256a797c66f345c4","status":"passed","time":{"start":1728738612001,"stop":1728738612002,"duration":1}},{"uid":"29a6dc59b6aca67c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/29a6dc59b6aca67c","status":"passed","time":{"start":1728683155009,"stop":1728683155009,"duration":0}},{"uid":"3797a12d829b52d8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3797a12d829b52d8","status":"passed","time":{"start":1728682706103,"stop":1728682706103,"duration":0}},{"uid":"3ba48b769e7fd2ab","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3ba48b769e7fd2ab","status":"passed","time":{"start":1728677207495,"stop":1728677207495,"duration":0}},{"uid":"72ab5350f7a3cc71","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/72ab5350f7a3cc71","status":"passed","time":{"start":1728669887097,"stop":1728669887098,"duration":1}},{"uid":"913eb1c241351403","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/913eb1c241351403","status":"passed","time":{"start":1728598263637,"stop":1728598263638,"duration":1}},{"uid":"74492199916ad821","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/74492199916ad821","status":"passed","time":{"start":1728597478275,"stop":1728597478275,"duration":0}}]},"tags":[]},"source":"c63b98678db1b47b.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/c671afd3844df709.json b/7588/data/test-cases/c671afd3844df709.json new file mode 100644 index 00000000000..1fa0792975c --- /dev/null +++ b/7588/data/test-cases/c671afd3844df709.json @@ -0,0 +1 @@ +{"uid":"c671afd3844df709","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":1729034332611,"stop":1729034332612,"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":15,"unknown":0,"total":15},"items":[{"uid":"a189f4c411ef6ab4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a189f4c411ef6ab4","status":"passed","time":{"start":1729034096112,"stop":1729034096112,"duration":0}},{"uid":"e1da8265385b3772","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e1da8265385b3772","status":"passed","time":{"start":1729034020074,"stop":1729034020074,"duration":0}},{"uid":"b2794ce3271f05c0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b2794ce3271f05c0","status":"passed","time":{"start":1729033834363,"stop":1729033834363,"duration":0}},{"uid":"97cf31db6eae29f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/97cf31db6eae29f","status":"passed","time":{"start":1729031884091,"stop":1729031884092,"duration":1}},{"uid":"25f5a2b701a3875b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25f5a2b701a3875b","status":"passed","time":{"start":1728901430243,"stop":1728901430243,"duration":0}},{"uid":"1782097e66c9b9b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1782097e66c9b9b3","status":"passed","time":{"start":1728892860518,"stop":1728892860518,"duration":0}},{"uid":"a4463f33c325deb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4463f33c325deb0","status":"passed","time":{"start":1728855823308,"stop":1728855823309,"duration":1}},{"uid":"ba47602232b91433","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ba47602232b91433","status":"passed","time":{"start":1728738040571,"stop":1728738040571,"duration":0}},{"uid":"f4f869769f3195ad","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4f869769f3195ad","status":"passed","time":{"start":1728682574069,"stop":1728682574070,"duration":1}},{"uid":"39e53a92909f5873","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/39e53a92909f5873","status":"passed","time":{"start":1728682146797,"stop":1728682146797,"duration":0}},{"uid":"15c41be3f976bbf3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/15c41be3f976bbf3","status":"passed","time":{"start":1728676621406,"stop":1728676621407,"duration":1}},{"uid":"1bc3e59ef2699bcb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1bc3e59ef2699bcb","status":"passed","time":{"start":1728669344454,"stop":1728669344455,"duration":1}},{"uid":"f32ac2c85ad3ccd5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f32ac2c85ad3ccd5","status":"passed","time":{"start":1728597685137,"stop":1728597685137,"duration":0}},{"uid":"cdb20f8cc29349ce","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cdb20f8cc29349ce","status":"passed","time":{"start":1728596904443,"stop":1728596904443,"duration":0}}]},"tags":[]},"source":"c671afd3844df709.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/8f787ec8a8a2a036.json b/7588/data/test-cases/c6a4da87be4e745a.json similarity index 88% rename from 7556/data/test-cases/8f787ec8a8a2a036.json rename to 7588/data/test-cases/c6a4da87be4e745a.json index 71ad747d679..916eb1fe74f 100644 --- a/7556/data/test-cases/8f787ec8a8a2a036.json +++ b/7588/data/test-cases/c6a4da87be4e745a.json @@ -1 +1 @@ -{"uid":"8f787ec8a8a2a036","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":1728457510456,"stop":1728457510457,"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":6,"unknown":0,"total":6},"items":[{"uid":"2478ccf21b7d590c","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/2478ccf21b7d590c","status":"passed","time":{"start":1728456448216,"stop":1728456448216,"duration":0}},{"uid":"dc8e36cfae670d92","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/dc8e36cfae670d92","status":"passed","time":{"start":1728456195704,"stop":1728456195705,"duration":1}},{"uid":"575466ece399178f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/575466ece399178f","status":"passed","time":{"start":1728456166711,"stop":1728456166711,"duration":0}},{"uid":"9e2f9b40f5ba6ed1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/9e2f9b40f5ba6ed1","status":"passed","time":{"start":1728455516739,"stop":1728455516739,"duration":0}},{"uid":"1b6c2131b8b2a4f8","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/1b6c2131b8b2a4f8","status":"passed","time":{"start":1728452508947,"stop":1728452508948,"duration":1}}]},"tags":[]},"source":"8f787ec8a8a2a036.json","parameterValues":[]} \ No newline at end of file +{"uid":"c6a4da87be4e745a","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":1729034631260,"stop":1729034631260,"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":15,"unknown":0,"total":15},"items":[{"uid":"5f390563b595b1b0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f390563b595b1b0","status":"passed","time":{"start":1729034400895,"stop":1729034400896,"duration":1}},{"uid":"c7b60b417b998316","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c7b60b417b998316","status":"passed","time":{"start":1729034317486,"stop":1729034317487,"duration":1}},{"uid":"1aab05fe9d22c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1aab05fe9d22c5","status":"passed","time":{"start":1729034137149,"stop":1729034137149,"duration":0}},{"uid":"70298b043bd15f1c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/70298b043bd15f1c","status":"passed","time":{"start":1729032206882,"stop":1729032206883,"duration":1}},{"uid":"12bec19458a3d5a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12bec19458a3d5a8","status":"passed","time":{"start":1728901995027,"stop":1728901995027,"duration":0}},{"uid":"e59092aec32b2dd3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e59092aec32b2dd3","status":"passed","time":{"start":1728893421004,"stop":1728893421004,"duration":0}},{"uid":"2bde1a04c2dd8d3b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2bde1a04c2dd8d3b","status":"passed","time":{"start":1728856368603,"stop":1728856368604,"duration":1}},{"uid":"78c711d90615ca8f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78c711d90615ca8f","status":"passed","time":{"start":1728738604689,"stop":1728738604689,"duration":0}},{"uid":"101d99271b503cee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/101d99271b503cee","status":"passed","time":{"start":1728683117645,"stop":1728683117651,"duration":6}},{"uid":"acc41718041474cc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acc41718041474cc","status":"passed","time":{"start":1728682721324,"stop":1728682721324,"duration":0}},{"uid":"bb252305a9d3f8c2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bb252305a9d3f8c2","status":"passed","time":{"start":1728677184690,"stop":1728677184690,"duration":0}},{"uid":"310bf60930fc939d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/310bf60930fc939d","status":"passed","time":{"start":1728669866470,"stop":1728669866471,"duration":1}},{"uid":"3a06fcad983692a7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3a06fcad983692a7","status":"passed","time":{"start":1728598250007,"stop":1728598250007,"duration":0}},{"uid":"8baec1c0b061e0ff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8baec1c0b061e0ff","status":"passed","time":{"start":1728597472306,"stop":1728597472307,"duration":1}}]},"tags":[]},"source":"c6a4da87be4e745a.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/c7ac0008b40872dc.json b/7588/data/test-cases/c7ac0008b40872dc.json new file mode 100644 index 00000000000..d6c358f748f --- /dev/null +++ b/7588/data/test-cases/c7ac0008b40872dc.json @@ -0,0 +1 @@ +{"uid":"c7ac0008b40872dc","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":1729034473401,"stop":1729034473406,"duration":5},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"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":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"4ab534cf983b012b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ab534cf983b012b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241338,"stop":1729034241339,"duration":1}},{"uid":"59f1cdbdc0388795","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/59f1cdbdc0388795","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160188,"stop":1729034160192,"duration":4}},{"uid":"289b06f6007df0d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/289b06f6007df0d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977224,"stop":1729033977225,"duration":1}},{"uid":"d71505e156ec548b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d71505e156ec548b","status":"passed","time":{"start":1729032053269,"stop":1729032053270,"duration":1}},{"uid":"8cc2bf2b0928de79","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8cc2bf2b0928de79","status":"passed","time":{"start":1728901711767,"stop":1728901711767,"duration":0}},{"uid":"970274fe2c6f3dab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/970274fe2c6f3dab","status":"passed","time":{"start":1728893141896,"stop":1728893141896,"duration":0}},{"uid":"df94a92f05aeca35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/df94a92f05aeca35","status":"passed","time":{"start":1728856103199,"stop":1728856103200,"duration":1}},{"uid":"677cb8ae7b958a32","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/677cb8ae7b958a32","status":"passed","time":{"start":1728738321618,"stop":1728738321619,"duration":1}},{"uid":"fb20ef89d5f98658","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fb20ef89d5f98658","status":"passed","time":{"start":1728682857565,"stop":1728682857565,"duration":0}},{"uid":"c586f7812190db5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c586f7812190db5","status":"passed","time":{"start":1728682428803,"stop":1728682428804,"duration":1}},{"uid":"6edf13ee3e65cf77","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6edf13ee3e65cf77","status":"passed","time":{"start":1728676901168,"stop":1728676901168,"duration":0}},{"uid":"5ce625fb95b2dee9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5ce625fb95b2dee9","status":"passed","time":{"start":1728669573862,"stop":1728669573862,"duration":0}},{"uid":"916668c9df256282","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/916668c9df256282","status":"passed","time":{"start":1728597972336,"stop":1728597972337,"duration":1}},{"uid":"6cd0bbed51941eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6cd0bbed51941eaa","status":"passed","time":{"start":1728597175619,"stop":1728597175619,"duration":0}}]},"tags":[]},"source":"c7ac0008b40872dc.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/c7de29dd1e4d3da4.json b/7588/data/test-cases/c7de29dd1e4d3da4.json new file mode 100644 index 00000000000..dca911b2b15 --- /dev/null +++ b/7588/data/test-cases/c7de29dd1e4d3da4.json @@ -0,0 +1 @@ +{"uid":"c7de29dd1e4d3da4","name":"Delete observer","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Delete observer","historyId":"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034614967,"stop":1729034614967,"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":15,"unknown":0,"total":15},"items":[{"uid":"245a42f312133e7f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/245a42f312133e7f","status":"passed","time":{"start":1729034373110,"stop":1729034373111,"duration":1}},{"uid":"266dcdfaa647202a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/266dcdfaa647202a","status":"passed","time":{"start":1729034308036,"stop":1729034308036,"duration":0}},{"uid":"be9c2a7ce7c9511d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be9c2a7ce7c9511d","status":"passed","time":{"start":1729034124336,"stop":1729034124336,"duration":0}},{"uid":"2f47b892c04ec8f3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2f47b892c04ec8f3","status":"passed","time":{"start":1729032177054,"stop":1729032177055,"duration":1}},{"uid":"c8a626be84d7c54d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c8a626be84d7c54d","status":"passed","time":{"start":1728901874867,"stop":1728901874868,"duration":1}},{"uid":"d40f1c7f901a4649","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d40f1c7f901a4649","status":"passed","time":{"start":1728893313877,"stop":1728893313877,"duration":0}},{"uid":"b256ce93701dbc0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b256ce93701dbc0f","status":"passed","time":{"start":1728856265011,"stop":1728856265011,"duration":0}},{"uid":"8292c51f626aae4f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8292c51f626aae4f","status":"passed","time":{"start":1728738486155,"stop":1728738486155,"duration":0}},{"uid":"8b35163fdc77fafe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8b35163fdc77fafe","status":"passed","time":{"start":1728683032646,"stop":1728683032646,"duration":0}},{"uid":"6217710fc30111ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6217710fc30111ac","status":"passed","time":{"start":1728682582821,"stop":1728682582821,"duration":0}},{"uid":"2b8eaab62294117a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b8eaab62294117a","status":"passed","time":{"start":1728677084921,"stop":1728677084921,"duration":0}},{"uid":"ee8aa0a2482d7ffe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ee8aa0a2482d7ffe","status":"passed","time":{"start":1728669757004,"stop":1728669757004,"duration":0}},{"uid":"5b3585b296c1b03","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b3585b296c1b03","status":"passed","time":{"start":1728598139214,"stop":1728598139214,"duration":0}},{"uid":"ea48367ff1a84a6e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea48367ff1a84a6e","status":"passed","time":{"start":1728597351997,"stop":1728597351997,"duration":0}}]},"tags":[]},"source":"c7de29dd1e4d3da4.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/95dcca467529f999.json b/7588/data/test-cases/c80acfa1349559dc.json similarity index 83% rename from 7556/data/test-cases/95dcca467529f999.json rename to 7588/data/test-cases/c80acfa1349559dc.json index ba419513bc5..31a1ddd4d05 100644 --- a/7556/data/test-cases/95dcca467529f999.json +++ b/7588/data/test-cases/c80acfa1349559dc.json @@ -1 +1 @@ -{"uid":"95dcca467529f999","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":1728457448619,"stop":1728457448620,"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":6,"unknown":0,"total":6},"items":[{"uid":"36d9ba0f9dc98a9f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/36d9ba0f9dc98a9f","status":"passed","time":{"start":1728456402397,"stop":1728456402398,"duration":1}},{"uid":"3bd265679fec965c","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/3bd265679fec965c","status":"passed","time":{"start":1728456120435,"stop":1728456120438,"duration":3}},{"uid":"f9ab214dc2af6c62","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/f9ab214dc2af6c62","status":"passed","time":{"start":1728456038373,"stop":1728456038373,"duration":0}},{"uid":"2bdb9da237b165b0","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/2bdb9da237b165b0","status":"passed","time":{"start":1728455403829,"stop":1728455403829,"duration":0}},{"uid":"30df5dd8c6468944","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/30df5dd8c6468944","status":"passed","time":{"start":1728452400288,"stop":1728452400288,"duration":0}}]},"tags":[]},"source":"95dcca467529f999.json","parameterValues":[]} \ No newline at end of file +{"uid":"c80acfa1349559dc","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":1729034611679,"stop":1729034611679,"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":15,"unknown":0,"total":15},"items":[{"uid":"6ab91b037459b02b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6ab91b037459b02b","status":"passed","time":{"start":1729034393655,"stop":1729034393655,"duration":0}},{"uid":"c9dc3dadd4181ebb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c9dc3dadd4181ebb","status":"passed","time":{"start":1729034304853,"stop":1729034304853,"duration":0}},{"uid":"daad7872f9e16bb2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/daad7872f9e16bb2","status":"passed","time":{"start":1729034121939,"stop":1729034121939,"duration":0}},{"uid":"8272ca5954334ecb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8272ca5954334ecb","status":"passed","time":{"start":1729032174902,"stop":1729032174903,"duration":1}},{"uid":"92108cbeff02e681","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/92108cbeff02e681","status":"passed","time":{"start":1728901881020,"stop":1728901881021,"duration":1}},{"uid":"ed1c115c606a8e19","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ed1c115c606a8e19","status":"passed","time":{"start":1728893317177,"stop":1728893317177,"duration":0}},{"uid":"1309584a0fd44960","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1309584a0fd44960","status":"passed","time":{"start":1728856263108,"stop":1728856263109,"duration":1}},{"uid":"7c7a40c38f4cd7d4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7c7a40c38f4cd7d4","status":"passed","time":{"start":1728738492802,"stop":1728738492803,"duration":1}},{"uid":"c322faec46cbe2e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c322faec46cbe2e","status":"passed","time":{"start":1728683030026,"stop":1728683030026,"duration":0}},{"uid":"4d28aa016d7e0ae0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4d28aa016d7e0ae0","status":"passed","time":{"start":1728682581111,"stop":1728682581111,"duration":0}},{"uid":"460a209510616b52","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/460a209510616b52","status":"passed","time":{"start":1728677082004,"stop":1728677082005,"duration":1}},{"uid":"897648738eacc879","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/897648738eacc879","status":"passed","time":{"start":1728669795403,"stop":1728669795403,"duration":0}},{"uid":"a3fe22d7b8d7e6b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a3fe22d7b8d7e6b4","status":"passed","time":{"start":1728598137507,"stop":1728598137507,"duration":0}},{"uid":"c575d896bebbe06f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c575d896bebbe06f","status":"passed","time":{"start":1728597353484,"stop":1728597353484,"duration":0}}]},"tags":[]},"source":"c80acfa1349559dc.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3c6afbded98eefd0.json b/7588/data/test-cases/c869d5e737df4ec0.json similarity index 63% rename from 7556/data/test-cases/3c6afbded98eefd0.json rename to 7588/data/test-cases/c869d5e737df4ec0.json index 4d8abc80581..2dc059dde0d 100644 --- a/7556/data/test-cases/3c6afbded98eefd0.json +++ b/7588/data/test-cases/c869d5e737df4ec0.json @@ -1 +1 @@ -{"uid":"3c6afbded98eefd0","name":"Renews peer for Filter on peer:disconnect event","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Renews peer for Filter on peer:disconnect event","historyId":"828f899e9ee57291ca24911fae323505:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457287390,"stop":1728457287390,"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},{"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},{"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":"b6c6b3e5c63d5408","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/b6c6b3e5c63d5408","status":"passed","time":{"start":1728456254892,"stop":1728456254892,"duration":0}},{"uid":"c3fdfe91659ec4ef","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/c3fdfe91659ec4ef","status":"passed","time":{"start":1728455947186,"stop":1728455947186,"duration":0}},{"uid":"7d3a5d46b7fc3502","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/7d3a5d46b7fc3502","status":"passed","time":{"start":1728455739586,"stop":1728455739586,"duration":0}},{"uid":"a785d732c8914b47","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a785d732c8914b47","status":"passed","time":{"start":1728455100715,"stop":1728455100715,"duration":0}}]},"tags":[]},"source":"3c6afbded98eefd0.json","parameterValues":[]} \ No newline at end of file +{"uid":"c869d5e737df4ec0","name":"Renews peer for Filter on peer:disconnect event","fullName":"/tests/filter/peer_management.spec.ts: Waku Filter: Peer Management: E2E > Renews peer for Filter on peer:disconnect event","historyId":"828f899e9ee57291ca24911fae323505:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034470395,"stop":1729034470395,"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},{"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},{"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":15,"unknown":0,"total":15},"items":[{"uid":"b87e07890b5a8426","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b87e07890b5a8426","status":"passed","time":{"start":1729034238413,"stop":1729034238413,"duration":0}},{"uid":"201d970ae08bbce0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/201d970ae08bbce0","status":"passed","time":{"start":1729034157655,"stop":1729034157655,"duration":0}},{"uid":"d3e840dfa6eb1262","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3e840dfa6eb1262","status":"passed","time":{"start":1729033974460,"stop":1729033974461,"duration":1}},{"uid":"804eddcc58b9fef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/804eddcc58b9fef","status":"passed","time":{"start":1729032027773,"stop":1729032027774,"duration":1}},{"uid":"cfbaba230eb36f3d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cfbaba230eb36f3d","status":"passed","time":{"start":1728901614554,"stop":1728901614555,"duration":1}},{"uid":"c40b6f0d2fc7b466","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c40b6f0d2fc7b466","status":"passed","time":{"start":1728893048598,"stop":1728893048598,"duration":0}},{"uid":"55d54c59b3a89e0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/55d54c59b3a89e0f","status":"passed","time":{"start":1728856013563,"stop":1728856013563,"duration":0}},{"uid":"d307b99deb6b0ea2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d307b99deb6b0ea2","status":"passed","time":{"start":1728738231636,"stop":1728738231637,"duration":1}},{"uid":"c60ef650ef90600f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c60ef650ef90600f","status":"passed","time":{"start":1728682761075,"stop":1728682761076,"duration":1}},{"uid":"3a6b211981f30b93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a6b211981f30b93","status":"passed","time":{"start":1728682330638,"stop":1728682330638,"duration":0}},{"uid":"72c5603d16d81313","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72c5603d16d81313","status":"passed","time":{"start":1728676808326,"stop":1728676808327,"duration":1}},{"uid":"d92bdbf7c386a5bc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d92bdbf7c386a5bc","status":"passed","time":{"start":1728669528230,"stop":1728669528230,"duration":0}},{"uid":"968ed9612948005e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/968ed9612948005e","status":"passed","time":{"start":1728597872229,"stop":1728597872229,"duration":0}},{"uid":"474a813b9c22dd41","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/474a813b9c22dd41","status":"passed","time":{"start":1728597087690,"stop":1728597087691,"duration":1}}]},"tags":[]},"source":"c869d5e737df4ec0.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/c8b6f65cbb84cffb.json b/7588/data/test-cases/c8b6f65cbb84cffb.json new file mode 100644 index 00000000000..75cef8fe3c1 --- /dev/null +++ b/7588/data/test-cases/c8b6f65cbb84cffb.json @@ -0,0 +1 @@ +{"uid":"c8b6f65cbb84cffb","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":1729034392568,"stop":1729034392569,"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":15,"unknown":0,"total":15},"items":[{"uid":"79e322907b013534","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/79e322907b013534","status":"passed","time":{"start":1729034155170,"stop":1729034155171,"duration":1}},{"uid":"ea54d5817a29ec4c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ea54d5817a29ec4c","status":"passed","time":{"start":1729034079230,"stop":1729034079232,"duration":2}},{"uid":"8f06ef0eea544b35","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8f06ef0eea544b35","status":"passed","time":{"start":1729033892952,"stop":1729033892955,"duration":3}},{"uid":"86f2d76a09de28c1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/86f2d76a09de28c1","status":"passed","time":{"start":1729031943348,"stop":1729031943349,"duration":1}},{"uid":"3d12c1fbaa47d049","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3d12c1fbaa47d049","status":"passed","time":{"start":1728901487513,"stop":1728901487520,"duration":7}},{"uid":"4fae0bd695db543b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4fae0bd695db543b","status":"passed","time":{"start":1728892920384,"stop":1728892920385,"duration":1}},{"uid":"a0d46e47bf6daa27","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0d46e47bf6daa27","status":"passed","time":{"start":1728855881495,"stop":1728855881496,"duration":1}},{"uid":"162eaf0f41d6b4bb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/162eaf0f41d6b4bb","status":"passed","time":{"start":1728738098727,"stop":1728738098728,"duration":1}},{"uid":"eb718d021704cda3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eb718d021704cda3","status":"passed","time":{"start":1728682632218,"stop":1728682632219,"duration":1}},{"uid":"4b78a348895533c6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4b78a348895533c6","status":"passed","time":{"start":1728682205208,"stop":1728682205209,"duration":1}},{"uid":"de91b3e755e7aedf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/de91b3e755e7aedf","status":"passed","time":{"start":1728676680975,"stop":1728676680986,"duration":11}},{"uid":"34450738b36fe01b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34450738b36fe01b","status":"passed","time":{"start":1728669404737,"stop":1728669404738,"duration":1}},{"uid":"c805048fc58ce871","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c805048fc58ce871","status":"passed","time":{"start":1728597743843,"stop":1728597743845,"duration":2}},{"uid":"f5e66119bda22ccf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f5e66119bda22ccf","status":"passed","time":{"start":1728596961181,"stop":1728596961182,"duration":1}}]},"tags":[]},"source":"c8b6f65cbb84cffb.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/c96f2bdb7ca5709.json b/7588/data/test-cases/c96f2bdb7ca5709.json new file mode 100644 index 00000000000..ec12d1b95fe --- /dev/null +++ b/7588/data/test-cases/c96f2bdb7ca5709.json @@ -0,0 +1 @@ +{"uid":"c96f2bdb7ca5709","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":1729034536102,"stop":1729034536102,"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":14,"unknown":0,"total":14},"items":[{"uid":"d5a64affda14645b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d5a64affda14645b","status":"passed","time":{"start":1729034296708,"stop":1729034296708,"duration":0}},{"uid":"bcbca3c793f3470e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bcbca3c793f3470e","status":"passed","time":{"start":1729034220606,"stop":1729034220606,"duration":0}},{"uid":"5ddb318abec5a925","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ddb318abec5a925","status":"passed","time":{"start":1729034041489,"stop":1729034041489,"duration":0}},{"uid":"3f15b11921da2f33","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3f15b11921da2f33","status":"passed","time":{"start":1728901705404,"stop":1728901705405,"duration":1}},{"uid":"a6d82c3e2801ee5d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6d82c3e2801ee5d","status":"passed","time":{"start":1728893141777,"stop":1728893141778,"duration":1}},{"uid":"34031d5892dd08ef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/34031d5892dd08ef","status":"passed","time":{"start":1728856087084,"stop":1728856087085,"duration":1}},{"uid":"1f2131b0ee090eac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1f2131b0ee090eac","status":"passed","time":{"start":1728738321437,"stop":1728738321437,"duration":0}},{"uid":"39340121c2729cc8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39340121c2729cc8","status":"passed","time":{"start":1728682845675,"stop":1728682845676,"duration":1}},{"uid":"db9cde4c471e6db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db9cde4c471e6db","status":"passed","time":{"start":1728682424311,"stop":1728682424311,"duration":0}},{"uid":"967fd71ab3fa47b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/967fd71ab3fa47b","status":"passed","time":{"start":1728676900540,"stop":1728676900540,"duration":0}},{"uid":"56cf04a5da55c687","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/56cf04a5da55c687","status":"passed","time":{"start":1728669625801,"stop":1728669625801,"duration":0}},{"uid":"cd2841ab4f544b9f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd2841ab4f544b9f","status":"passed","time":{"start":1728597957168,"stop":1728597957169,"duration":1}},{"uid":"f0c1cbc7120a5e49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c1cbc7120a5e49","status":"passed","time":{"start":1728597182619,"stop":1728597182619,"duration":0}}]},"tags":[]},"source":"c96f2bdb7ca5709.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/c98b0d4ea42fd846.json b/7588/data/test-cases/c98b0d4ea42fd846.json new file mode 100644 index 00000000000..fa02f214c71 --- /dev/null +++ b/7588/data/test-cases/c98b0d4ea42fd846.json @@ -0,0 +1 @@ +{"uid":"c98b0d4ea42fd846","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":1729034332624,"stop":1729034332624,"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":15,"unknown":0,"total":15},"items":[{"uid":"74158a73b11be777","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/74158a73b11be777","status":"passed","time":{"start":1729034096125,"stop":1729034096125,"duration":0}},{"uid":"dbe8f6cd9c857127","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dbe8f6cd9c857127","status":"passed","time":{"start":1729034020084,"stop":1729034020084,"duration":0}},{"uid":"de9fe61c97f346a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/de9fe61c97f346a","status":"passed","time":{"start":1729033834376,"stop":1729033834376,"duration":0}},{"uid":"61c466dec6418372","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61c466dec6418372","status":"passed","time":{"start":1729031884107,"stop":1729031884107,"duration":0}},{"uid":"6428533e3f2f1b84","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6428533e3f2f1b84","status":"passed","time":{"start":1728901430248,"stop":1728901430249,"duration":1}},{"uid":"326421f971d58e0e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/326421f971d58e0e","status":"passed","time":{"start":1728892860524,"stop":1728892860525,"duration":1}},{"uid":"e617dfd9ace650c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e617dfd9ace650c4","status":"passed","time":{"start":1728855823315,"stop":1728855823315,"duration":0}},{"uid":"ce8ec4133dc4176b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ce8ec4133dc4176b","status":"passed","time":{"start":1728738040584,"stop":1728738040584,"duration":0}},{"uid":"c14beb69536e333b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c14beb69536e333b","status":"passed","time":{"start":1728682574081,"stop":1728682574082,"duration":1}},{"uid":"f3dc0b91d5e78b60","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f3dc0b91d5e78b60","status":"passed","time":{"start":1728682146809,"stop":1728682146809,"duration":0}},{"uid":"361c8d325898b1e6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/361c8d325898b1e6","status":"passed","time":{"start":1728676621423,"stop":1728676621423,"duration":0}},{"uid":"6ff276081b602ebf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6ff276081b602ebf","status":"passed","time":{"start":1728669344460,"stop":1728669344460,"duration":0}},{"uid":"23e6c9d9919cf62e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/23e6c9d9919cf62e","status":"passed","time":{"start":1728597685153,"stop":1728597685154,"duration":1}},{"uid":"8626e816e0197d79","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8626e816e0197d79","status":"passed","time":{"start":1728596904459,"stop":1728596904460,"duration":1}}]},"tags":[]},"source":"c98b0d4ea42fd846.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/c9ee836faf83394.json b/7588/data/test-cases/c9ee836faf83394.json new file mode 100644 index 00000000000..e6d51ea7f89 --- /dev/null +++ b/7588/data/test-cases/c9ee836faf83394.json @@ -0,0 +1 @@ +{"uid":"c9ee836faf83394","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":1729034340753,"stop":1729034340753,"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":"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":15,"unknown":0,"total":15},"items":[{"uid":"dca52e1a4b5fa66b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dca52e1a4b5fa66b","status":"passed","time":{"start":1729034104167,"stop":1729034104167,"duration":0}},{"uid":"83c9feac1ebb2b0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/83c9feac1ebb2b0d","status":"passed","time":{"start":1729034027738,"stop":1729034027739,"duration":1}},{"uid":"95d59c9e4e90b197","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95d59c9e4e90b197","status":"passed","time":{"start":1729033842344,"stop":1729033842345,"duration":1}},{"uid":"e48332dfcf8e2719","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e48332dfcf8e2719","status":"passed","time":{"start":1729031892045,"stop":1729031892045,"duration":0}},{"uid":"459b6f1cec31b8c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/459b6f1cec31b8c0","status":"passed","time":{"start":1728901438027,"stop":1728901438028,"duration":1}},{"uid":"3b8c87acb408adc4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b8c87acb408adc4","status":"passed","time":{"start":1728892868231,"stop":1728892868231,"duration":0}},{"uid":"d71b8b3a104d40ba","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d71b8b3a104d40ba","status":"passed","time":{"start":1728855831078,"stop":1728855831078,"duration":0}},{"uid":"ccf1426f7b27ca03","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ccf1426f7b27ca03","status":"passed","time":{"start":1728738048438,"stop":1728738048439,"duration":1}},{"uid":"bf86dda989d3f821","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bf86dda989d3f821","status":"passed","time":{"start":1728682581840,"stop":1728682581841,"duration":1}},{"uid":"ee5074900480c96c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ee5074900480c96c","status":"passed","time":{"start":1728682154706,"stop":1728682154706,"duration":0}},{"uid":"dd6364b82065964e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd6364b82065964e","status":"passed","time":{"start":1728676629294,"stop":1728676629295,"duration":1}},{"uid":"d897880ab77a42ce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d897880ab77a42ce","status":"passed","time":{"start":1728669352209,"stop":1728669352210,"duration":1}},{"uid":"da681aff750aaca9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/da681aff750aaca9","status":"passed","time":{"start":1728597693013,"stop":1728597693014,"duration":1}},{"uid":"5588b1669b043b33","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5588b1669b043b33","status":"passed","time":{"start":1728596912515,"stop":1728596912516,"duration":1}}]},"tags":[]},"source":"c9ee836faf83394.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ca330b4c8d94138a.json b/7588/data/test-cases/ca330b4c8d94138a.json new file mode 100644 index 00000000000..ab384631aea --- /dev/null +++ b/7588/data/test-cases/ca330b4c8d94138a.json @@ -0,0 +1 @@ +{"uid":"ca330b4c8d94138a","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":1729034656473,"stop":1729034656473,"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":15,"unknown":0,"total":15},"items":[{"uid":"18b74935ba0e51d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/18b74935ba0e51d4","status":"passed","time":{"start":1729034428559,"stop":1729034428559,"duration":0}},{"uid":"e3cc65c164ea402d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e3cc65c164ea402d","status":"passed","time":{"start":1729034348218,"stop":1729034348219,"duration":1}},{"uid":"56519e36412b4de0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/56519e36412b4de0","status":"passed","time":{"start":1729034169452,"stop":1729034169452,"duration":0}},{"uid":"ec708e5b36e1cfe0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ec708e5b36e1cfe0","status":"passed","time":{"start":1729032228821,"stop":1729032228821,"duration":0}},{"uid":"6860187baccb2384","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6860187baccb2384","status":"passed","time":{"start":1728901950555,"stop":1728901950558,"duration":3}},{"uid":"451db328055f7aea","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/451db328055f7aea","status":"passed","time":{"start":1728893389990,"stop":1728893389990,"duration":0}},{"uid":"fa33c6eb1aad0eb4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fa33c6eb1aad0eb4","status":"passed","time":{"start":1728856333680,"stop":1728856333683,"duration":3}},{"uid":"781787126cb9c700","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/781787126cb9c700","status":"passed","time":{"start":1728738555100,"stop":1728738555101,"duration":1}},{"uid":"32fea3b7fc751ba","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32fea3b7fc751ba","status":"passed","time":{"start":1728683093176,"stop":1728683093177,"duration":1}},{"uid":"2534796228b66cb3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2534796228b66cb3","status":"passed","time":{"start":1728682652696,"stop":1728682652697,"duration":1}},{"uid":"5a20c3dfccccf56","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5a20c3dfccccf56","status":"passed","time":{"start":1728677156818,"stop":1728677156819,"duration":1}},{"uid":"2f545c6a06906cf3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f545c6a06906cf3","status":"passed","time":{"start":1728669834444,"stop":1728669834444,"duration":0}},{"uid":"9e878924133ed290","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e878924133ed290","status":"passed","time":{"start":1728598212618,"stop":1728598212619,"duration":1}},{"uid":"6adb7a92d309ca72","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6adb7a92d309ca72","status":"passed","time":{"start":1728597423330,"stop":1728597423331,"duration":1}}]},"tags":[]},"source":"ca330b4c8d94138a.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ca3efa1b4c511ea2.json b/7588/data/test-cases/ca3efa1b4c511ea2.json new file mode 100644 index 00000000000..c12acd3dd89 --- /dev/null +++ b/7588/data/test-cases/ca3efa1b4c511ea2.json @@ -0,0 +1 @@ +{"uid":"ca3efa1b4c511ea2","name":"All","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > All","historyId":"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034398615,"stop":1729034398615,"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":15,"unknown":0,"total":15},"items":[{"uid":"c3552374c70e9ce6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c3552374c70e9ce6","status":"passed","time":{"start":1729034162859,"stop":1729034162859,"duration":0}},{"uid":"f9e8f3c5d4f6edb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f9e8f3c5d4f6edb","status":"passed","time":{"start":1729034085840,"stop":1729034085840,"duration":0}},{"uid":"4d152fdbfb1a42b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4d152fdbfb1a42b3","status":"passed","time":{"start":1729033899737,"stop":1729033899738,"duration":1}},{"uid":"769d8884cceeb6c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/769d8884cceeb6c0","status":"passed","time":{"start":1729031949624,"stop":1729031949625,"duration":1}},{"uid":"bdb95e4008f9238d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bdb95e4008f9238d","status":"passed","time":{"start":1728901494758,"stop":1728901494758,"duration":0}},{"uid":"1d635187632bd1d5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d635187632bd1d5","status":"passed","time":{"start":1728892929643,"stop":1728892929643,"duration":0}},{"uid":"42eaef722651678","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/42eaef722651678","status":"passed","time":{"start":1728855891580,"stop":1728855891580,"duration":0}},{"uid":"b3cdb9a420aa8d47","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3cdb9a420aa8d47","status":"passed","time":{"start":1728738106823,"stop":1728738106823,"duration":0}},{"uid":"de51ed1343185cc2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de51ed1343185cc2","status":"passed","time":{"start":1728682642603,"stop":1728682642603,"duration":0}},{"uid":"ed37e8d974cc7d2e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ed37e8d974cc7d2e","status":"passed","time":{"start":1728682214523,"stop":1728682214524,"duration":1}},{"uid":"de2fdd32909f74a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/de2fdd32909f74a","status":"passed","time":{"start":1728676690541,"stop":1728676690541,"duration":0}},{"uid":"7f2d166ed8c0927d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f2d166ed8c0927d","status":"passed","time":{"start":1728669414116,"stop":1728669414116,"duration":0}},{"uid":"9f1a0fe23b0c65a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9f1a0fe23b0c65a6","status":"passed","time":{"start":1728597753372,"stop":1728597753372,"duration":0}},{"uid":"79732ef364b33b44","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/79732ef364b33b44","status":"passed","time":{"start":1728596970977,"stop":1728596970978,"duration":1}}]},"tags":[]},"source":"ca3efa1b4c511ea2.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/653b6185f7980fd6.json b/7588/data/test-cases/ca54dedac563ea7f.json similarity index 97% rename from 7556/data/test-cases/653b6185f7980fd6.json rename to 7588/data/test-cases/ca54dedac563ea7f.json index 86a9ac0393f..8106bc394a3 100644 --- a/7556/data/test-cases/653b6185f7980fd6.json +++ b/7588/data/test-cases/ca54dedac563ea7f.json @@ -1 +1 @@ -{"uid":"653b6185f7980fd6","name":"Check received message with timestamp: 1728457204567 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1728457204567 ","historyId":"e75a1d080e6634cb7d616d5e96e5c14d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457448611,"stop":1728457448611,"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":"653b6185f7980fd6.json","parameterValues":[]} \ No newline at end of file +{"uid":"ca54dedac563ea7f","name":"Check received message with timestamp: 1729034391567 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1729034391567 ","historyId":"ee5a19575e405424df2b3050a645a573:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034611658,"stop":1729034611658,"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":"ca54dedac563ea7f.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ca6e2b8178bec52e.json b/7588/data/test-cases/ca6e2b8178bec52e.json new file mode 100644 index 00000000000..1e09d881748 --- /dev/null +++ b/7588/data/test-cases/ca6e2b8178bec52e.json @@ -0,0 +1 @@ +{"uid":"ca6e2b8178bec52e","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":1729034447623,"stop":1729034447624,"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":15,"unknown":0,"total":15},"items":[{"uid":"e5a9a9b9988df1f0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e5a9a9b9988df1f0","status":"passed","time":{"start":1729034206087,"stop":1729034206088,"duration":1}},{"uid":"4ca561c6c54259db","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4ca561c6c54259db","status":"passed","time":{"start":1729034134196,"stop":1729034134197,"duration":1}},{"uid":"e93a7e32c4f097d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e93a7e32c4f097d","status":"passed","time":{"start":1729033942604,"stop":1729033942604,"duration":0}},{"uid":"e66e759b4613bdc2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e66e759b4613bdc2","status":"passed","time":{"start":1729031989715,"stop":1729031989715,"duration":0}},{"uid":"4cdc944df54cc585","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4cdc944df54cc585","status":"passed","time":{"start":1728901562047,"stop":1728901562048,"duration":1}},{"uid":"73ed13ea2f8c37b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73ed13ea2f8c37b6","status":"passed","time":{"start":1728893001482,"stop":1728893001482,"duration":0}},{"uid":"6d37c5f3fe61f04d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d37c5f3fe61f04d","status":"passed","time":{"start":1728855968869,"stop":1728855968869,"duration":0}},{"uid":"63df190f0830c426","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/63df190f0830c426","status":"passed","time":{"start":1728738172967,"stop":1728738172968,"duration":1}},{"uid":"b5b39a9017c0ad82","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5b39a9017c0ad82","status":"passed","time":{"start":1728682706940,"stop":1728682706941,"duration":1}},{"uid":"e41236301daeeedf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e41236301daeeedf","status":"passed","time":{"start":1728682296861,"stop":1728682296861,"duration":0}},{"uid":"46dde9cec0e2bdb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46dde9cec0e2bdb9","status":"passed","time":{"start":1728676761477,"stop":1728676761478,"duration":1}},{"uid":"d049208d1a670546","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d049208d1a670546","status":"passed","time":{"start":1728669479027,"stop":1728669479028,"duration":1}},{"uid":"7ab7243e6043ecdb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7ab7243e6043ecdb","status":"passed","time":{"start":1728597820127,"stop":1728597820128,"duration":1}},{"uid":"34cccd477f0d2e93","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/34cccd477f0d2e93","status":"passed","time":{"start":1728597034502,"stop":1728597034502,"duration":0}}]},"tags":[]},"source":"ca6e2b8178bec52e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ca92c152990a4899.json b/7588/data/test-cases/ca92c152990a4899.json new file mode 100644 index 00000000000..4c241e9c8ac --- /dev/null +++ b/7588/data/test-cases/ca92c152990a4899.json @@ -0,0 +1 @@ +{"uid":"ca92c152990a4899","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":1729034332622,"stop":1729034332622,"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":15,"unknown":0,"total":15},"items":[{"uid":"a1639a567c1ec7f6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a1639a567c1ec7f6","status":"passed","time":{"start":1729034096123,"stop":1729034096123,"duration":0}},{"uid":"1f6e6d73fca7c9fe","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1f6e6d73fca7c9fe","status":"passed","time":{"start":1729034020083,"stop":1729034020083,"duration":0}},{"uid":"4524c54de18898ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4524c54de18898ca","status":"passed","time":{"start":1729033834375,"stop":1729033834375,"duration":0}},{"uid":"73ba335ecaab6d81","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73ba335ecaab6d81","status":"passed","time":{"start":1729031884105,"stop":1729031884105,"duration":0}},{"uid":"bb82159f0555777c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bb82159f0555777c","status":"passed","time":{"start":1728901430247,"stop":1728901430247,"duration":0}},{"uid":"515967297211f9b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/515967297211f9b3","status":"passed","time":{"start":1728892860523,"stop":1728892860523,"duration":0}},{"uid":"6aabb303a5d07a2c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6aabb303a5d07a2c","status":"passed","time":{"start":1728855823313,"stop":1728855823314,"duration":1}},{"uid":"56835644e84551b5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/56835644e84551b5","status":"passed","time":{"start":1728738040583,"stop":1728738040583,"duration":0}},{"uid":"a478685aee061e76","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a478685aee061e76","status":"passed","time":{"start":1728682574080,"stop":1728682574080,"duration":0}},{"uid":"b70dbfc4a0fed5fd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b70dbfc4a0fed5fd","status":"passed","time":{"start":1728682146808,"stop":1728682146808,"duration":0}},{"uid":"a57ce755b37280e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a57ce755b37280e2","status":"passed","time":{"start":1728676621421,"stop":1728676621421,"duration":0}},{"uid":"6a27fb1c065c1ca8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6a27fb1c065c1ca8","status":"passed","time":{"start":1728669344459,"stop":1728669344459,"duration":0}},{"uid":"3597d6e250e9a8c4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3597d6e250e9a8c4","status":"passed","time":{"start":1728597685152,"stop":1728597685152,"duration":0}},{"uid":"b057e0262f97c169","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b057e0262f97c169","status":"passed","time":{"start":1728596904458,"stop":1728596904458,"duration":0}}]},"tags":[]},"source":"ca92c152990a4899.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/be4b09036d4cdc21.json b/7588/data/test-cases/caa94bab69e1a57b.json similarity index 81% rename from 7556/data/test-cases/be4b09036d4cdc21.json rename to 7588/data/test-cases/caa94bab69e1a57b.json index 2a40a43477e..a07ca6a468f 100644 --- a/7556/data/test-cases/be4b09036d4cdc21.json +++ b/7588/data/test-cases/caa94bab69e1a57b.json @@ -1 +1 @@ -{"uid":"be4b09036d4cdc21","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":1728457322400,"stop":1728457322404,"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":6,"unknown":0,"total":6},"items":[{"uid":"2e58960f25efb59b","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/2e58960f25efb59b","status":"passed","time":{"start":1728456287208,"stop":1728456287209,"duration":1}},{"uid":"54f63e7dcfffe879","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/54f63e7dcfffe879","status":"passed","time":{"start":1728455980742,"stop":1728455980743,"duration":1}},{"uid":"b84e5822f8719b3d","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b84e5822f8719b3d","status":"passed","time":{"start":1728455789233,"stop":1728455789234,"duration":1}},{"uid":"cfe17bcf79c4d549","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/cfe17bcf79c4d549","status":"passed","time":{"start":1728455146545,"stop":1728455146545,"duration":0}},{"uid":"cf8ebecfa7f45d7d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/cf8ebecfa7f45d7d","status":"passed","time":{"start":1728452163121,"stop":1728452163121,"duration":0}}]},"tags":[]},"source":"be4b09036d4cdc21.json","parameterValues":[]} \ No newline at end of file +{"uid":"caa94bab69e1a57b","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":1729034506786,"stop":1729034506787,"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":15,"unknown":0,"total":15},"items":[{"uid":"d27a9321d76f073d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d27a9321d76f073d","status":"passed","time":{"start":1729034259808,"stop":1729034259808,"duration":0}},{"uid":"9c7f85a0ed640b52","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9c7f85a0ed640b52","status":"passed","time":{"start":1729034194002,"stop":1729034194004,"duration":2}},{"uid":"e92800683929a2a9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e92800683929a2a9","status":"passed","time":{"start":1729034014835,"stop":1729034014835,"duration":0}},{"uid":"23ab56960c4ccedc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/23ab56960c4ccedc","status":"passed","time":{"start":1729032065434,"stop":1729032065434,"duration":0}},{"uid":"742c8209d66d551b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/742c8209d66d551b","status":"passed","time":{"start":1728901664235,"stop":1728901664235,"duration":0}},{"uid":"8e871cfa23b0c178","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e871cfa23b0c178","status":"passed","time":{"start":1728893093683,"stop":1728893093684,"duration":1}},{"uid":"92c7f8d9f3f8ea5b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92c7f8d9f3f8ea5b","status":"passed","time":{"start":1728856055263,"stop":1728856055263,"duration":0}},{"uid":"a45e74e5cc26b1ce","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a45e74e5cc26b1ce","status":"passed","time":{"start":1728738274739,"stop":1728738274740,"duration":1}},{"uid":"2551c66319595ff6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2551c66319595ff6","status":"passed","time":{"start":1728682807949,"stop":1728682807950,"duration":1}},{"uid":"b4616a9fc439850e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b4616a9fc439850e","status":"passed","time":{"start":1728682381279,"stop":1728682381280,"duration":1}},{"uid":"f7aad0cb24567a31","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7aad0cb24567a31","status":"passed","time":{"start":1728676853892,"stop":1728676853893,"duration":1}},{"uid":"88137b9b208aec43","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88137b9b208aec43","status":"passed","time":{"start":1728669581683,"stop":1728669581684,"duration":1}},{"uid":"77f100f4c3e5f42a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/77f100f4c3e5f42a","status":"passed","time":{"start":1728597923465,"stop":1728597923469,"duration":4}},{"uid":"be9e7d57b181bad3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/be9e7d57b181bad3","status":"passed","time":{"start":1728597132258,"stop":1728597132259,"duration":1}}]},"tags":[]},"source":"caa94bab69e1a57b.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/cade5c3bde5bedc8.json b/7588/data/test-cases/cade5c3bde5bedc8.json new file mode 100644 index 00000000000..c1613ffeaae --- /dev/null +++ b/7588/data/test-cases/cade5c3bde5bedc8.json @@ -0,0 +1 @@ +{"uid":"cade5c3bde5bedc8","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":1729034341409,"stop":1729034341409,"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":15,"unknown":0,"total":15},"items":[{"uid":"602e31b02a11a585","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/602e31b02a11a585","status":"passed","time":{"start":1729034104918,"stop":1729034104918,"duration":0}},{"uid":"d29d7b0eb1c3a2f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d29d7b0eb1c3a2f1","status":"passed","time":{"start":1729034028516,"stop":1729034028517,"duration":1}},{"uid":"6b369ae159a9ff82","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6b369ae159a9ff82","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0}},{"uid":"8a0bb90877e6ced9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a0bb90877e6ced9","status":"passed","time":{"start":1729031892682,"stop":1729031892683,"duration":1}},{"uid":"6971f060a3320270","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6971f060a3320270","status":"passed","time":{"start":1728901438813,"stop":1728901438814,"duration":1}},{"uid":"6ad194a43d801c78","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6ad194a43d801c78","status":"passed","time":{"start":1728892869006,"stop":1728892869007,"duration":1}},{"uid":"5215062e6739934e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5215062e6739934e","status":"passed","time":{"start":1728855831898,"stop":1728855831898,"duration":0}},{"uid":"85dee673f7a1e99b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85dee673f7a1e99b","status":"passed","time":{"start":1728738049046,"stop":1728738049046,"duration":0}},{"uid":"9ac2fabceb858dcf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9ac2fabceb858dcf","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"4e0de11d42fcd6f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4e0de11d42fcd6f9","status":"passed","time":{"start":1728682155413,"stop":1728682155413,"duration":0}},{"uid":"6ecd728352c9a9ef","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6ecd728352c9a9ef","status":"passed","time":{"start":1728676629980,"stop":1728676629980,"duration":0}},{"uid":"4a96de22bcced3af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4a96de22bcced3af","status":"passed","time":{"start":1728669353107,"stop":1728669353107,"duration":0}},{"uid":"ec85b4f72f360119","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec85b4f72f360119","status":"passed","time":{"start":1728597693853,"stop":1728597693853,"duration":0}},{"uid":"e788129380ff5ace","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e788129380ff5ace","status":"passed","time":{"start":1728596913097,"stop":1728596913097,"duration":0}}]},"tags":[]},"source":"cade5c3bde5bedc8.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/cb138cf402eddb58.json b/7588/data/test-cases/cb138cf402eddb58.json new file mode 100644 index 00000000000..34a9d81c5a0 --- /dev/null +++ b/7588/data/test-cases/cb138cf402eddb58.json @@ -0,0 +1 @@ +{"uid":"cb138cf402eddb58","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":1729034447614,"stop":1729034447614,"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":15,"unknown":0,"total":15},"items":[{"uid":"22fda2b2009704d3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22fda2b2009704d3","status":"passed","time":{"start":1729034206084,"stop":1729034206084,"duration":0}},{"uid":"ef11c1cce0f5ee90","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ef11c1cce0f5ee90","status":"passed","time":{"start":1729034134187,"stop":1729034134188,"duration":1}},{"uid":"51f82ffee840965c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/51f82ffee840965c","status":"passed","time":{"start":1729033942597,"stop":1729033942597,"duration":0}},{"uid":"d4997d15edc5fc30","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d4997d15edc5fc30","status":"passed","time":{"start":1729031989710,"stop":1729031989711,"duration":1}},{"uid":"501fc13fb1bcac83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/501fc13fb1bcac83","status":"passed","time":{"start":1728901562032,"stop":1728901562032,"duration":0}},{"uid":"8b94bdb3cf07cf6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8b94bdb3cf07cf6f","status":"passed","time":{"start":1728893001478,"stop":1728893001479,"duration":1}},{"uid":"3d10374ddaab8a5b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3d10374ddaab8a5b","status":"passed","time":{"start":1728855968863,"stop":1728855968864,"duration":1}},{"uid":"48df6cbfe3408f5e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/48df6cbfe3408f5e","status":"passed","time":{"start":1728738172964,"stop":1728738172964,"duration":0}},{"uid":"2b3b3ebfab73b5bc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2b3b3ebfab73b5bc","status":"passed","time":{"start":1728682706934,"stop":1728682706935,"duration":1}},{"uid":"1a3defa6c8af522e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1a3defa6c8af522e","status":"passed","time":{"start":1728682296858,"stop":1728682296858,"duration":0}},{"uid":"95cfed2083a18196","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/95cfed2083a18196","status":"passed","time":{"start":1728676761456,"stop":1728676761461,"duration":5}},{"uid":"2716f314b926b9d8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2716f314b926b9d8","status":"passed","time":{"start":1728669479023,"stop":1728669479024,"duration":1}},{"uid":"20d60385a799703d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/20d60385a799703d","status":"passed","time":{"start":1728597820124,"stop":1728597820125,"duration":1}},{"uid":"1b79dce8304f8c0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1b79dce8304f8c0d","status":"passed","time":{"start":1728597034494,"stop":1728597034494,"duration":0}}]},"tags":[]},"source":"cb138cf402eddb58.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/cb882394c05a4112.json b/7588/data/test-cases/cb882394c05a4112.json new file mode 100644 index 00000000000..b92caee31d4 --- /dev/null +++ b/7588/data/test-cases/cb882394c05a4112.json @@ -0,0 +1 @@ +{"uid":"cb882394c05a4112","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":1729034626852,"stop":1729034626852,"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":15,"unknown":0,"total":15},"items":[{"uid":"74b196a91fe00ae9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/74b196a91fe00ae9","status":"passed","time":{"start":1729034398548,"stop":1729034398549,"duration":1}},{"uid":"4289356bfbcc2af5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4289356bfbcc2af5","status":"passed","time":{"start":1729034314814,"stop":1729034314814,"duration":0}},{"uid":"fad75959170f9c1d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fad75959170f9c1d","status":"passed","time":{"start":1729034137164,"stop":1729034137164,"duration":0}},{"uid":"a1a3329a59f57f6e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a1a3329a59f57f6e","status":"passed","time":{"start":1729032187246,"stop":1729032187247,"duration":1}},{"uid":"2fce9084f439c065","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fce9084f439c065","status":"passed","time":{"start":1728901888429,"stop":1728901888430,"duration":1}},{"uid":"6cff3d2380df6907","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6cff3d2380df6907","status":"passed","time":{"start":1728893323791,"stop":1728893323792,"duration":1}},{"uid":"ad29c3fbd853cad6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ad29c3fbd853cad6","status":"passed","time":{"start":1728856285927,"stop":1728856285927,"duration":0}},{"uid":"709b9c6fdf3a3aed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/709b9c6fdf3a3aed","status":"passed","time":{"start":1728738498275,"stop":1728738498275,"duration":0}},{"uid":"26f9510997bb56da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/26f9510997bb56da","status":"passed","time":{"start":1728683041391,"stop":1728683041391,"duration":0}},{"uid":"af236d66829752b5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af236d66829752b5","status":"passed","time":{"start":1728682596017,"stop":1728682596018,"duration":1}},{"uid":"aeef0acc85bd3e95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aeef0acc85bd3e95","status":"passed","time":{"start":1728677091267,"stop":1728677091267,"duration":0}},{"uid":"1a2b41a6b01e924c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1a2b41a6b01e924c","status":"passed","time":{"start":1728669766425,"stop":1728669766426,"duration":1}},{"uid":"1ad282a9502e89ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1ad282a9502e89ab","status":"passed","time":{"start":1728598152074,"stop":1728598152074,"duration":0}},{"uid":"fd86c0923f88e262","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fd86c0923f88e262","status":"passed","time":{"start":1728597364116,"stop":1728597364118,"duration":2}}]},"tags":[]},"source":"cb882394c05a4112.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/cbb1f0c21ff8ae78.json b/7588/data/test-cases/cbb1f0c21ff8ae78.json new file mode 100644 index 00000000000..57da4838e73 --- /dev/null +++ b/7588/data/test-cases/cbb1f0c21ff8ae78.json @@ -0,0 +1 @@ +{"uid":"cbb1f0c21ff8ae78","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":1729034332629,"stop":1729034332630,"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":15,"unknown":0,"total":15},"items":[{"uid":"c0923387eac3c823","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c0923387eac3c823","status":"passed","time":{"start":1729034096131,"stop":1729034096131,"duration":0}},{"uid":"4035f0f33f5fefb2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4035f0f33f5fefb2","status":"passed","time":{"start":1729034020088,"stop":1729034020088,"duration":0}},{"uid":"c2a979ab240db1c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2a979ab240db1c5","status":"passed","time":{"start":1729033834382,"stop":1729033834382,"duration":0}},{"uid":"d71489dfbf48112d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d71489dfbf48112d","status":"passed","time":{"start":1729031884115,"stop":1729031884115,"duration":0}},{"uid":"b5893b4a31145291","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b5893b4a31145291","status":"passed","time":{"start":1728901430253,"stop":1728901430253,"duration":0}},{"uid":"ae0cae2a815f9fac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ae0cae2a815f9fac","status":"passed","time":{"start":1728892860530,"stop":1728892860530,"duration":0}},{"uid":"cf23b676962dc24c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cf23b676962dc24c","status":"passed","time":{"start":1728855823321,"stop":1728855823321,"duration":0}},{"uid":"4522b02951e84817","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4522b02951e84817","status":"passed","time":{"start":1728738040599,"stop":1728738040599,"duration":0}},{"uid":"7f552369e5739e23","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7f552369e5739e23","status":"passed","time":{"start":1728682574089,"stop":1728682574090,"duration":1}},{"uid":"dd1d076051c05633","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dd1d076051c05633","status":"passed","time":{"start":1728682146815,"stop":1728682146815,"duration":0}},{"uid":"226c33da84782a69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/226c33da84782a69","status":"passed","time":{"start":1728676621430,"stop":1728676621430,"duration":0}},{"uid":"47afba39c96566e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/47afba39c96566e2","status":"passed","time":{"start":1728669344465,"stop":1728669344466,"duration":1}},{"uid":"9d63e24d14a3dbc2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9d63e24d14a3dbc2","status":"passed","time":{"start":1728597685159,"stop":1728597685159,"duration":0}},{"uid":"cc7cc52172c52c7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cc7cc52172c52c7e","status":"passed","time":{"start":1728596904465,"stop":1728596904466,"duration":1}}]},"tags":[]},"source":"cbb1f0c21ff8ae78.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/cbf8424fb7f13453.json b/7588/data/test-cases/cbf8424fb7f13453.json new file mode 100644 index 00000000000..ad3d06fb0a0 --- /dev/null +++ b/7588/data/test-cases/cbf8424fb7f13453.json @@ -0,0 +1 @@ +{"uid":"cbf8424fb7f13453","name":"handles empty shards array correctly","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > handles empty shards array correctly","historyId":"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034332647,"stop":1729034332647,"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":15,"unknown":0,"total":15},"items":[{"uid":"9d74698efbf34fb0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9d74698efbf34fb0","status":"passed","time":{"start":1729034096143,"stop":1729034096144,"duration":1}},{"uid":"f41f17fe7acda9f4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f41f17fe7acda9f4","status":"passed","time":{"start":1729034020100,"stop":1729034020100,"duration":0}},{"uid":"b64d0efd4f00428e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b64d0efd4f00428e","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0}},{"uid":"bd84be2c462b0e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bd84be2c462b0e0","status":"passed","time":{"start":1729031884130,"stop":1729031884130,"duration":0}},{"uid":"f20a863e672bb20f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f20a863e672bb20f","status":"passed","time":{"start":1728901430263,"stop":1728901430263,"duration":0}},{"uid":"8dd84de8a5648d2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8dd84de8a5648d2b","status":"passed","time":{"start":1728892860542,"stop":1728892860542,"duration":0}},{"uid":"a431133804446967","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a431133804446967","status":"passed","time":{"start":1728855823331,"stop":1728855823331,"duration":0}},{"uid":"7974e683a3aa3b6a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7974e683a3aa3b6a","status":"passed","time":{"start":1728738040612,"stop":1728738040613,"duration":1}},{"uid":"f2ad8a9e911b5ced","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2ad8a9e911b5ced","status":"passed","time":{"start":1728682574103,"stop":1728682574104,"duration":1}},{"uid":"a273158e27362665","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a273158e27362665","status":"passed","time":{"start":1728682146828,"stop":1728682146828,"duration":0}},{"uid":"b82a08e6d8fd0bfe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b82a08e6d8fd0bfe","status":"passed","time":{"start":1728676621442,"stop":1728676621442,"duration":0}},{"uid":"c0efb400f6a3da54","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c0efb400f6a3da54","status":"passed","time":{"start":1728669344476,"stop":1728669344476,"duration":0}},{"uid":"61efd9626c5fc438","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61efd9626c5fc438","status":"passed","time":{"start":1728597685172,"stop":1728597685172,"duration":0}},{"uid":"e1db64a65b4979ef","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e1db64a65b4979ef","status":"passed","time":{"start":1728596904482,"stop":1728596904482,"duration":0}}]},"tags":[]},"source":"cbf8424fb7f13453.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/feae5d8913bf786c.json b/7588/data/test-cases/cc35ddd914917086.json similarity index 63% rename from 7556/data/test-cases/feae5d8913bf786c.json rename to 7588/data/test-cases/cc35ddd914917086.json index ca6228fd6bc..0b748573a29 100644 --- a/7556/data/test-cases/feae5d8913bf786c.json +++ b/7588/data/test-cases/cc35ddd914917086.json @@ -1 +1 @@ -{"uid":"feae5d8913bf786c","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":1728457287386,"stop":1728457287386,"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},{"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},{"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":6,"unknown":0,"total":6},"items":[{"uid":"6f6da6edb3bb1b7c","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/6f6da6edb3bb1b7c","status":"passed","time":{"start":1728456254891,"stop":1728456254891,"duration":0}},{"uid":"875947c1d7a666a","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/875947c1d7a666a","status":"passed","time":{"start":1728455947172,"stop":1728455947172,"duration":0}},{"uid":"20a0b79e2231c963","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/20a0b79e2231c963","status":"passed","time":{"start":1728455739585,"stop":1728455739585,"duration":0}},{"uid":"e299e27fbbd17246","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/e299e27fbbd17246","status":"passed","time":{"start":1728455100714,"stop":1728455100714,"duration":0}},{"uid":"f9810ec9022a41fd","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f9810ec9022a41fd","status":"passed","time":{"start":1728452095293,"stop":1728452095293,"duration":0}}]},"tags":[]},"source":"feae5d8913bf786c.json","parameterValues":[]} \ No newline at end of file +{"uid":"cc35ddd914917086","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":1729034470391,"stop":1729034470391,"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},{"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},{"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":15,"unknown":0,"total":15},"items":[{"uid":"1ef6876c2140ec71","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1ef6876c2140ec71","status":"passed","time":{"start":1729034238412,"stop":1729034238412,"duration":0}},{"uid":"64707f3f3cc4d3ea","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/64707f3f3cc4d3ea","status":"passed","time":{"start":1729034157654,"stop":1729034157654,"duration":0}},{"uid":"2ca871b548f3e1d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ca871b548f3e1d8","status":"passed","time":{"start":1729033974453,"stop":1729033974453,"duration":0}},{"uid":"5e29dd3f6bbf10a6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e29dd3f6bbf10a6","status":"passed","time":{"start":1729032027767,"stop":1729032027768,"duration":1}},{"uid":"f5532e51afc6c752","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f5532e51afc6c752","status":"passed","time":{"start":1728901614547,"stop":1728901614552,"duration":5}},{"uid":"f7aaf4f4b4ff11df","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f7aaf4f4b4ff11df","status":"passed","time":{"start":1728893048597,"stop":1728893048597,"duration":0}},{"uid":"38fda9a2f6559a4f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/38fda9a2f6559a4f","status":"passed","time":{"start":1728856013561,"stop":1728856013562,"duration":1}},{"uid":"3de09c6598f9739b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3de09c6598f9739b","status":"passed","time":{"start":1728738231632,"stop":1728738231633,"duration":1}},{"uid":"ab57ecf2735a2c14","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab57ecf2735a2c14","status":"passed","time":{"start":1728682761074,"stop":1728682761075,"duration":1}},{"uid":"ad169f666ce30c99","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ad169f666ce30c99","status":"passed","time":{"start":1728682330636,"stop":1728682330637,"duration":1}},{"uid":"f209f05d25e156d5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f209f05d25e156d5","status":"passed","time":{"start":1728676808326,"stop":1728676808326,"duration":0}},{"uid":"8e6695927dc39d3f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8e6695927dc39d3f","status":"passed","time":{"start":1728669528228,"stop":1728669528229,"duration":1}},{"uid":"3ead28698e0c58f0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ead28698e0c58f0","status":"passed","time":{"start":1728597872228,"stop":1728597872228,"duration":0}},{"uid":"ff82704e8b22f695","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ff82704e8b22f695","status":"passed","time":{"start":1728597087688,"stop":1728597087689,"duration":1}}]},"tags":[]},"source":"cc35ddd914917086.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/df676821925d3f2.json b/7588/data/test-cases/cc7f38ef59d67ab.json similarity index 77% rename from 7556/data/test-cases/df676821925d3f2.json rename to 7588/data/test-cases/cc7f38ef59d67ab.json index 8ce17f03c84..9c68a4cc2d1 100644 --- a/7556/data/test-cases/df676821925d3f2.json +++ b/7588/data/test-cases/cc7f38ef59d67ab.json @@ -1 +1 @@ -{"uid":"df676821925d3f2","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":1728457473532,"stop":1728457473532,"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":6,"unknown":0,"total":6},"items":[{"uid":"415354442f5ff16a","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/415354442f5ff16a","status":"passed","time":{"start":1728456428379,"stop":1728456428380,"duration":1}},{"uid":"f8ba44fb38f533b6","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f8ba44fb38f533b6","status":"passed","time":{"start":1728456157805,"stop":1728456157809,"duration":4}},{"uid":"95c623a5f60c4bd3","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/95c623a5f60c4bd3","status":"passed","time":{"start":1728456063550,"stop":1728456063550,"duration":0}},{"uid":"be297f47a0217c3d","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/be297f47a0217c3d","status":"passed","time":{"start":1728455422541,"stop":1728455422541,"duration":0}},{"uid":"b48fa01a69bc7424","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b48fa01a69bc7424","status":"passed","time":{"start":1728452417663,"stop":1728452417667,"duration":4}}]},"tags":[]},"source":"df676821925d3f2.json","parameterValues":[]} \ No newline at end of file +{"uid":"cc7f38ef59d67ab","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":1729034617765,"stop":1729034617766,"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":15,"unknown":0,"total":15},"items":[{"uid":"d174ec782d4ed973","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d174ec782d4ed973","status":"passed","time":{"start":1729034370902,"stop":1729034370903,"duration":1}},{"uid":"4e84516a03286e6c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4e84516a03286e6c","status":"passed","time":{"start":1729034308882,"stop":1729034308883,"duration":1}},{"uid":"7899bc23f3cdca04","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7899bc23f3cdca04","status":"passed","time":{"start":1729034129478,"stop":1729034129478,"duration":0}},{"uid":"5d4ed24125788cac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5d4ed24125788cac","status":"passed","time":{"start":1729032178375,"stop":1729032178375,"duration":0}},{"uid":"7bc656b9f17b4f0c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7bc656b9f17b4f0c","status":"passed","time":{"start":1728901896352,"stop":1728901896352,"duration":0}},{"uid":"844765192fc9715c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/844765192fc9715c","status":"passed","time":{"start":1728893329033,"stop":1728893329034,"duration":1}},{"uid":"74cdd9bd7e3fde0a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/74cdd9bd7e3fde0a","status":"passed","time":{"start":1728856284769,"stop":1728856284769,"duration":0}},{"uid":"6e905ead218f9944","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e905ead218f9944","status":"passed","time":{"start":1728738494946,"stop":1728738494946,"duration":0}},{"uid":"9f77188a3e115764","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9f77188a3e115764","status":"passed","time":{"start":1728683033636,"stop":1728683033636,"duration":0}},{"uid":"ac885c81688fdbb7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac885c81688fdbb7","status":"passed","time":{"start":1728682601744,"stop":1728682601744,"duration":0}},{"uid":"20878a2985191a69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/20878a2985191a69","status":"passed","time":{"start":1728677107974,"stop":1728677107983,"duration":9}},{"uid":"bc3b3665f19ce263","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bc3b3665f19ce263","status":"passed","time":{"start":1728669764756,"stop":1728669764756,"duration":0}},{"uid":"4de0897adaf0496","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4de0897adaf0496","status":"passed","time":{"start":1728598157575,"stop":1728598157575,"duration":0}},{"uid":"428683174cdbb428","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/428683174cdbb428","status":"passed","time":{"start":1728597369078,"stop":1728597369078,"duration":0}}]},"tags":[]},"source":"cc7f38ef59d67ab.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/96a6fb8f074bafb7.json b/7588/data/test-cases/cca676bf90384b51.json similarity index 56% rename from 7556/data/test-cases/96a6fb8f074bafb7.json rename to 7588/data/test-cases/cca676bf90384b51.json index 018e1a81853..f1bddc2397b 100644 --- a/7556/data/test-cases/96a6fb8f074bafb7.json +++ b/7588/data/test-cases/cca676bf90384b51.json @@ -1 +1 @@ -{"uid":"96a6fb8f074bafb7","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":1728457237160,"stop":1728457237160,"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":6,"unknown":0,"total":6},"items":[{"uid":"7f7b6fb62dad8bd0","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/7f7b6fb62dad8bd0","status":"passed","time":{"start":1728456208702,"stop":1728456208702,"duration":0}},{"uid":"627ee7945126caf6","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/627ee7945126caf6","status":"passed","time":{"start":1728455893208,"stop":1728455893208,"duration":0}},{"uid":"51ec796e3602f3c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/51ec796e3602f3c","status":"passed","time":{"start":1728455665938,"stop":1728455665939,"duration":1}},{"uid":"7d586ec1b9ebec2b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/7d586ec1b9ebec2b","status":"passed","time":{"start":1728455023254,"stop":1728455023256,"duration":2}},{"uid":"48df8956d7325e72","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/48df8956d7325e72","status":"passed","time":{"start":1728452036162,"stop":1728452036163,"duration":1}}]},"tags":[]},"source":"96a6fb8f074bafb7.json","parameterValues":[]} \ No newline at end of file +{"uid":"cca676bf90384b51","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":1729034424274,"stop":1729034424275,"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":15,"unknown":0,"total":15},"items":[{"uid":"6c7b3e494bb88634","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6c7b3e494bb88634","status":"passed","time":{"start":1729034190706,"stop":1729034190706,"duration":0}},{"uid":"f29b4e628e80cd89","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f29b4e628e80cd89","status":"passed","time":{"start":1729034108432,"stop":1729034108433,"duration":1}},{"uid":"1b8d14f7b0ae309","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1b8d14f7b0ae309","status":"passed","time":{"start":1729033925383,"stop":1729033925387,"duration":4}},{"uid":"8e9b84f1ce8d2469","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8e9b84f1ce8d2469","status":"passed","time":{"start":1729031975192,"stop":1729031975193,"duration":1}},{"uid":"3bdd8040fd9e9eb6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3bdd8040fd9e9eb6","status":"passed","time":{"start":1728901537878,"stop":1728901537878,"duration":0}},{"uid":"81ff69754ecfbb32","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/81ff69754ecfbb32","status":"passed","time":{"start":1728892972431,"stop":1728892972431,"duration":0}},{"uid":"a6d78077939afc0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a6d78077939afc0f","status":"passed","time":{"start":1728855933072,"stop":1728855933072,"duration":0}},{"uid":"d6f5f09ce327a45d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d6f5f09ce327a45d","status":"passed","time":{"start":1728738149927,"stop":1728738149927,"duration":0}},{"uid":"aeee6c1db6df918","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aeee6c1db6df918","status":"passed","time":{"start":1728682681971,"stop":1728682681971,"duration":0}},{"uid":"48c56dba9213701d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/48c56dba9213701d","status":"passed","time":{"start":1728682257770,"stop":1728682257770,"duration":0}},{"uid":"fe7397b21b3fec97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe7397b21b3fec97","status":"passed","time":{"start":1728676730788,"stop":1728676730788,"duration":0}},{"uid":"9b8887dbaae5178f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9b8887dbaae5178f","status":"passed","time":{"start":1728669456896,"stop":1728669456896,"duration":0}},{"uid":"ca5843549add0f23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca5843549add0f23","status":"passed","time":{"start":1728597795920,"stop":1728597795921,"duration":1}},{"uid":"8617f81e29f37b32","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8617f81e29f37b32","status":"passed","time":{"start":1728597010202,"stop":1728597010202,"duration":0}}]},"tags":[]},"source":"cca676bf90384b51.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/b424d20156430f8b.json b/7588/data/test-cases/ccb656f565b479c8.json similarity index 85% rename from 7556/data/test-cases/b424d20156430f8b.json rename to 7588/data/test-cases/ccb656f565b479c8.json index ba11e23493d..45f9585fb3d 100644 --- a/7556/data/test-cases/b424d20156430f8b.json +++ b/7588/data/test-cases/ccb656f565b479c8.json @@ -1 +1 @@ -{"uid":"b424d20156430f8b","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":1728457537129,"stop":1728457537129,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"a802aa78cddc1d7c","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a802aa78cddc1d7c","status":"passed","time":{"start":1728456499099,"stop":1728456499099,"duration":0}},{"uid":"898bce4fc9a73d78","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/898bce4fc9a73d78","status":"passed","time":{"start":1728456215077,"stop":1728456215077,"duration":0}},{"uid":"c56e96a0b6e8783f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/c56e96a0b6e8783f","status":"passed","time":{"start":1728456167134,"stop":1728456167134,"duration":0}},{"uid":"435e506b671ae2c7","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/435e506b671ae2c7","status":"passed","time":{"start":1728455518197,"stop":1728455518197,"duration":0}},{"uid":"bf2e901183157df","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/bf2e901183157df","status":"passed","time":{"start":1728452534882,"stop":1728452534883,"duration":1}}]},"tags":[]},"source":"b424d20156430f8b.json","parameterValues":[]} \ No newline at end of file +{"uid":"ccb656f565b479c8","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":1729034704496,"stop":1729034704497,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"f4b30395ccbc0ea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f4b30395ccbc0ea","status":"passed","time":{"start":1729034474990,"stop":1729034474990,"duration":0}},{"uid":"6a9b1850b58285ec","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a9b1850b58285ec","status":"passed","time":{"start":1729034395292,"stop":1729034395292,"duration":0}},{"uid":"fbe668c7d775dc98","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbe668c7d775dc98","status":"passed","time":{"start":1729034209102,"stop":1729034209102,"duration":0}},{"uid":"f2a3c67a7525de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f2a3c67a7525de","status":"passed","time":{"start":1729032264570,"stop":1729032264570,"duration":0}},{"uid":"921d6ec63dd099e3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/921d6ec63dd099e3","status":"passed","time":{"start":1728902012859,"stop":1728902012860,"duration":1}},{"uid":"bfc5786b3922500c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bfc5786b3922500c","status":"passed","time":{"start":1728893454813,"stop":1728893454813,"duration":0}},{"uid":"9c4ed5f33b3a9dca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9c4ed5f33b3a9dca","status":"passed","time":{"start":1728856408454,"stop":1728856408454,"duration":0}},{"uid":"a60445cf08ecd369","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a60445cf08ecd369","status":"passed","time":{"start":1728738633856,"stop":1728738633856,"duration":0}},{"uid":"59fff54e02fad4c0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/59fff54e02fad4c0","status":"passed","time":{"start":1728683159766,"stop":1728683159767,"duration":1}},{"uid":"912cbfdae6c75662","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/912cbfdae6c75662","status":"passed","time":{"start":1728682751331,"stop":1728682751332,"duration":1}},{"uid":"4e75be0737c81ac6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4e75be0737c81ac6","status":"passed","time":{"start":1728677216361,"stop":1728677216362,"duration":1}},{"uid":"a52f198a434dc712","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a52f198a434dc712","status":"passed","time":{"start":1728669925455,"stop":1728669925456,"duration":1}},{"uid":"75e17ee906f8b786","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/75e17ee906f8b786","status":"passed","time":{"start":1728598268807,"stop":1728598268807,"duration":0}},{"uid":"695cbc6e1ee0b362","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/695cbc6e1ee0b362","status":"passed","time":{"start":1728597503924,"stop":1728597503925,"duration":1}}]},"tags":[]},"source":"ccb656f565b479c8.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ccc4d5fd2c587f44.json b/7588/data/test-cases/ccc4d5fd2c587f44.json new file mode 100644 index 00000000000..eaf2e9a6358 --- /dev/null +++ b/7588/data/test-cases/ccc4d5fd2c587f44.json @@ -0,0 +1 @@ +{"uid":"ccc4d5fd2c587f44","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":1729034694621,"stop":1729034694621,"duration":0},"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":15,"unknown":0,"total":15},"items":[{"uid":"5b476f9344a9c116","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b476f9344a9c116","status":"passed","time":{"start":1729034462008,"stop":1729034462009,"duration":1}},{"uid":"49b4ffe7cf92292e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/49b4ffe7cf92292e","status":"passed","time":{"start":1729034375966,"stop":1729034375967,"duration":1}},{"uid":"bd44b38ecc63a448","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bd44b38ecc63a448","status":"passed","time":{"start":1729034200062,"stop":1729034200063,"duration":1}},{"uid":"85c7587cf1d21da","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/85c7587cf1d21da","status":"passed","time":{"start":1729032257881,"stop":1729032257886,"duration":5}},{"uid":"d2f64757c1ba14e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d2f64757c1ba14e2","status":"passed","time":{"start":1728902003559,"stop":1728902003560,"duration":1}},{"uid":"3c995b32eb6381c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c995b32eb6381c4","status":"passed","time":{"start":1728893434692,"stop":1728893434692,"duration":0}},{"uid":"8129e0d12117b396","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8129e0d12117b396","status":"passed","time":{"start":1728856398639,"stop":1728856398640,"duration":1}},{"uid":"5fc5622df37c223","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5fc5622df37c223","status":"passed","time":{"start":1728738611998,"stop":1728738612000,"duration":2}},{"uid":"75b4ae783fdb7ca3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75b4ae783fdb7ca3","status":"passed","time":{"start":1728683155006,"stop":1728683155007,"duration":1}},{"uid":"5cf05a519b554f1c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5cf05a519b554f1c","status":"passed","time":{"start":1728682706100,"stop":1728682706101,"duration":1}},{"uid":"de26bd6b9eb0b0b8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/de26bd6b9eb0b0b8","status":"passed","time":{"start":1728677207492,"stop":1728677207492,"duration":0}},{"uid":"b1cd9d670dc7df5f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1cd9d670dc7df5f","status":"passed","time":{"start":1728669887095,"stop":1728669887095,"duration":0}},{"uid":"ed860dd5c17ffd7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ed860dd5c17ffd7","status":"passed","time":{"start":1728598263632,"stop":1728598263633,"duration":1}},{"uid":"4eee8ac8b43dfa20","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4eee8ac8b43dfa20","status":"passed","time":{"start":1728597478273,"stop":1728597478273,"duration":0}}]},"tags":[]},"source":"ccc4d5fd2c587f44.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/cd2c5cff43bba63a.json b/7588/data/test-cases/cd2c5cff43bba63a.json new file mode 100644 index 00000000000..c366ac608a9 --- /dev/null +++ b/7588/data/test-cases/cd2c5cff43bba63a.json @@ -0,0 +1 @@ +{"uid":"cd2c5cff43bba63a","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":1729034704492,"stop":1729034704492,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"47e615622c17bfd3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47e615622c17bfd3","status":"passed","time":{"start":1729034474984,"stop":1729034474985,"duration":1}},{"uid":"be90e103d62c1e0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/be90e103d62c1e0d","status":"passed","time":{"start":1729034395288,"stop":1729034395288,"duration":0}},{"uid":"ee29586b3dbe0824","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee29586b3dbe0824","status":"passed","time":{"start":1729034209093,"stop":1729034209093,"duration":0}},{"uid":"2cc874ec541fdc01","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2cc874ec541fdc01","status":"passed","time":{"start":1729032264565,"stop":1729032264565,"duration":0}},{"uid":"1e33633090d547a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e33633090d547a6","status":"passed","time":{"start":1728902012844,"stop":1728902012845,"duration":1}},{"uid":"e12eac64a1e1285c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e12eac64a1e1285c","status":"passed","time":{"start":1728893454809,"stop":1728893454809,"duration":0}},{"uid":"212a5132eeca4b49","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/212a5132eeca4b49","status":"passed","time":{"start":1728856408450,"stop":1728856408450,"duration":0}},{"uid":"acf1f8b3de3454a3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/acf1f8b3de3454a3","status":"passed","time":{"start":1728738633852,"stop":1728738633852,"duration":0}},{"uid":"df01de7497ea045d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/df01de7497ea045d","status":"passed","time":{"start":1728683159749,"stop":1728683159750,"duration":1}},{"uid":"435b3946add9a6d2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/435b3946add9a6d2","status":"passed","time":{"start":1728682751326,"stop":1728682751327,"duration":1}},{"uid":"11e018bf39d763da","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11e018bf39d763da","status":"passed","time":{"start":1728677216353,"stop":1728677216353,"duration":0}},{"uid":"cf41e877fbc21ea1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cf41e877fbc21ea1","status":"passed","time":{"start":1728669925451,"stop":1728669925451,"duration":0}},{"uid":"c725f8b3ff09d5b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c725f8b3ff09d5b1","status":"passed","time":{"start":1728598268799,"stop":1728598268799,"duration":0}},{"uid":"dca6a30405285278","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dca6a30405285278","status":"passed","time":{"start":1728597503912,"stop":1728597503913,"duration":1}}]},"tags":[]},"source":"cd2c5cff43bba63a.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/cd79d74ffc2ce711.json b/7588/data/test-cases/cd79d74ffc2ce711.json new file mode 100644 index 00000000000..e0eeedcaed2 --- /dev/null +++ b/7588/data/test-cases/cd79d74ffc2ce711.json @@ -0,0 +1 @@ +{"uid":"cd79d74ffc2ce711","name":"Publishes to nwaku","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Publishes to nwaku","historyId":"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034630105,"stop":1729034630105,"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":15,"unknown":0,"total":15},"items":[{"uid":"39bf13c8d32130d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/39bf13c8d32130d1","status":"passed","time":{"start":1729034390822,"stop":1729034390823,"duration":1}},{"uid":"6d3801d642da24d6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6d3801d642da24d6","status":"passed","time":{"start":1729034323922,"stop":1729034323925,"duration":3}},{"uid":"7cfaa02469bac2c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7cfaa02469bac2c5","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0}},{"uid":"264151c87650be36","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/264151c87650be36","status":"passed","time":{"start":1729032192391,"stop":1729032192392,"duration":1}},{"uid":"a8606335b3cb2b2f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a8606335b3cb2b2f","status":"passed","time":{"start":1728901896709,"stop":1728901896709,"duration":0}},{"uid":"bd59b6f830d5b030","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bd59b6f830d5b030","status":"passed","time":{"start":1728893334447,"stop":1728893334448,"duration":1}},{"uid":"f254846d728707b7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f254846d728707b7","status":"passed","time":{"start":1728856285987,"stop":1728856285987,"duration":0}},{"uid":"6f0a5a4a6ee1a8e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f0a5a4a6ee1a8e6","status":"passed","time":{"start":1728738508178,"stop":1728738508178,"duration":0}},{"uid":"f15cb8d75bc0f5f3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f15cb8d75bc0f5f3","status":"passed","time":{"start":1728683055335,"stop":1728683055335,"duration":0}},{"uid":"3731f53c30424463","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3731f53c30424463","status":"passed","time":{"start":1728682604663,"stop":1728682604663,"duration":0}},{"uid":"7a72d7f1f7484da9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a72d7f1f7484da9","status":"passed","time":{"start":1728677105012,"stop":1728677105012,"duration":0}},{"uid":"51bf0f5427b9a3e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/51bf0f5427b9a3e0","status":"passed","time":{"start":1728669780767,"stop":1728669780768,"duration":1}},{"uid":"ec49a983c9f69c0b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec49a983c9f69c0b","status":"passed","time":{"start":1728598159630,"stop":1728598159631,"duration":1}},{"uid":"670e176a714f0fa3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/670e176a714f0fa3","status":"passed","time":{"start":1728597371094,"stop":1728597371100,"duration":6}}]},"tags":[]},"source":"cd79d74ffc2ce711.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/cd97ca9593624837.json b/7588/data/test-cases/cd97ca9593624837.json new file mode 100644 index 00000000000..f0cdf463301 --- /dev/null +++ b/7588/data/test-cases/cd97ca9593624837.json @@ -0,0 +1 @@ +{"uid":"cd97ca9593624837","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":1729034332636,"stop":1729034332636,"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":15,"unknown":0,"total":15},"items":[{"uid":"815f1d2f3aab6e6f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/815f1d2f3aab6e6f","status":"passed","time":{"start":1729034096136,"stop":1729034096136,"duration":0}},{"uid":"1dccbf2bf0c3115e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1dccbf2bf0c3115e","status":"passed","time":{"start":1729034020093,"stop":1729034020093,"duration":0}},{"uid":"c97493c8f189f6f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c97493c8f189f6f6","status":"passed","time":{"start":1729033834389,"stop":1729033834389,"duration":0}},{"uid":"10f8c0ecb58a125e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/10f8c0ecb58a125e","status":"passed","time":{"start":1729031884123,"stop":1729031884123,"duration":0}},{"uid":"c7f31a3c74de9ed","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c7f31a3c74de9ed","status":"passed","time":{"start":1728901430256,"stop":1728901430257,"duration":1}},{"uid":"55d59c45c5d17f44","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/55d59c45c5d17f44","status":"passed","time":{"start":1728892860535,"stop":1728892860535,"duration":0}},{"uid":"9b54e77582334e66","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9b54e77582334e66","status":"passed","time":{"start":1728855823324,"stop":1728855823325,"duration":1}},{"uid":"57dd7b816fabf288","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/57dd7b816fabf288","status":"passed","time":{"start":1728738040605,"stop":1728738040605,"duration":0}},{"uid":"f4095395826acf27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4095395826acf27","status":"passed","time":{"start":1728682574095,"stop":1728682574096,"duration":1}},{"uid":"357ecea0f12fb6df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/357ecea0f12fb6df","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"605754f06e7a54c9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/605754f06e7a54c9","status":"passed","time":{"start":1728676621435,"stop":1728676621435,"duration":0}},{"uid":"dc7c07c6af270e0c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc7c07c6af270e0c","status":"passed","time":{"start":1728669344470,"stop":1728669344470,"duration":0}},{"uid":"2b8fd77af3092ebe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2b8fd77af3092ebe","status":"passed","time":{"start":1728597685164,"stop":1728597685164,"duration":0}},{"uid":"30d3b736a9254f37","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/30d3b736a9254f37","status":"passed","time":{"start":1728596904471,"stop":1728596904472,"duration":1}}]},"tags":[]},"source":"cd97ca9593624837.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/106b13be2c9baa68.json b/7588/data/test-cases/cdace3ba5b83f5fd.json similarity index 63% rename from 7556/data/test-cases/106b13be2c9baa68.json rename to 7588/data/test-cases/cdace3ba5b83f5fd.json index 561d27d4444..6c4dc07eb5c 100644 --- a/7556/data/test-cases/106b13be2c9baa68.json +++ b/7588/data/test-cases/cdace3ba5b83f5fd.json @@ -1 +1 @@ -{"uid":"106b13be2c9baa68","name":"addEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with wrong event","historyId":"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457245462,"stop":1728457245462,"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":6,"unknown":0,"total":6},"items":[{"uid":"3f49e8876639e842","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/3f49e8876639e842","status":"passed","time":{"start":1728456216446,"stop":1728456216447,"duration":1}},{"uid":"1445c9ca00155b57","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/1445c9ca00155b57","status":"passed","time":{"start":1728455903118,"stop":1728455903118,"duration":0}},{"uid":"3f7974d5dd93ae42","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/3f7974d5dd93ae42","status":"passed","time":{"start":1728455653295,"stop":1728455653296,"duration":1}},{"uid":"5cb37e57019672db","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/5cb37e57019672db","status":"passed","time":{"start":1728455013477,"stop":1728455013477,"duration":0}},{"uid":"d353a77335984c7c","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d353a77335984c7c","status":"passed","time":{"start":1728452024130,"stop":1728452024130,"duration":0}}]},"tags":[]},"source":"106b13be2c9baa68.json","parameterValues":[]} \ No newline at end of file +{"uid":"cdace3ba5b83f5fd","name":"addEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with wrong event","historyId":"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034432448,"stop":1729034432449,"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":14,"unknown":0,"total":14},"items":[{"uid":"efb66014dad36d26","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/efb66014dad36d26","status":"passed","time":{"start":1729034119303,"stop":1729034119304,"duration":1}},{"uid":"e91cd66ab354b1d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e91cd66ab354b1d9","status":"passed","time":{"start":1729033933479,"stop":1729033933479,"duration":0}},{"uid":"ac9c28c9aba7fe2d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac9c28c9aba7fe2d","status":"passed","time":{"start":1729031982913,"stop":1729031982920,"duration":7}},{"uid":"316b68db8b3c2f75","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/316b68db8b3c2f75","status":"passed","time":{"start":1728901527854,"stop":1728901527855,"duration":1}},{"uid":"e85b66a3187f8efb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e85b66a3187f8efb","status":"passed","time":{"start":1728892960139,"stop":1728892960139,"duration":0}},{"uid":"73d16479a33faae7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/73d16479a33faae7","status":"passed","time":{"start":1728855921714,"stop":1728855921714,"duration":0}},{"uid":"9441d74a24f8bd11","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9441d74a24f8bd11","status":"passed","time":{"start":1728738138431,"stop":1728738138432,"duration":1}},{"uid":"baba2a639a1bd0d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/baba2a639a1bd0d1","status":"passed","time":{"start":1728682672251,"stop":1728682672252,"duration":1}},{"uid":"bec939833ce05a78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bec939833ce05a78","status":"passed","time":{"start":1728682245073,"stop":1728682245074,"duration":1}},{"uid":"e8bf17b254253c86","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8bf17b254253c86","status":"passed","time":{"start":1728676721299,"stop":1728676721299,"duration":0}},{"uid":"45c4e4a6455e316f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/45c4e4a6455e316f","status":"passed","time":{"start":1728669444560,"stop":1728669444560,"duration":0}},{"uid":"b8da34affe8495a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b8da34affe8495a6","status":"passed","time":{"start":1728597784072,"stop":1728597784072,"duration":0}},{"uid":"a8ae71d0fbd253df","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a8ae71d0fbd253df","status":"passed","time":{"start":1728597001547,"stop":1728597001548,"duration":1}}]},"tags":[]},"source":"cdace3ba5b83f5fd.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9024f58ac1942535.json b/7588/data/test-cases/cdf7e29d5e72223e.json similarity index 84% rename from 7556/data/test-cases/9024f58ac1942535.json rename to 7588/data/test-cases/cdf7e29d5e72223e.json index 05bbd8f42ab..78dddc5f3e0 100644 --- a/7556/data/test-cases/9024f58ac1942535.json +++ b/7588/data/test-cases/cdf7e29d5e72223e.json @@ -1 +1 @@ -{"uid":"9024f58ac1942535","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":1728457360311,"stop":1728457360313,"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":6,"unknown":0,"total":6},"items":[{"uid":"1bd51d92ba6bb14c","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/1bd51d92ba6bb14c","status":"passed","time":{"start":1728456312496,"stop":1728456312496,"duration":0}},{"uid":"76f5599d8d53675","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/76f5599d8d53675","status":"passed","time":{"start":1728456013949,"stop":1728456013949,"duration":0}},{"uid":"385a748b401d7e6","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/385a748b401d7e6","status":"passed","time":{"start":1728455837444,"stop":1728455837444,"duration":0}},{"uid":"df0dc14d9c0f0e5c","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/df0dc14d9c0f0e5c","status":"passed","time":{"start":1728455198912,"stop":1728455198913,"duration":1}},{"uid":"49a2bc445e31c1d9","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/49a2bc445e31c1d9","status":"passed","time":{"start":1728452203353,"stop":1728452203353,"duration":0}}]},"tags":[]},"source":"9024f58ac1942535.json","parameterValues":[]} \ No newline at end of file +{"uid":"cdf7e29d5e72223e","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":1729034536102,"stop":1729034536102,"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":14,"unknown":0,"total":14},"items":[{"uid":"990a679c4b9deb44","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/990a679c4b9deb44","status":"passed","time":{"start":1729034296708,"stop":1729034296708,"duration":0}},{"uid":"c0820a3cd620f6a7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c0820a3cd620f6a7","status":"passed","time":{"start":1729034220606,"stop":1729034220606,"duration":0}},{"uid":"6c29f41565adaaf4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6c29f41565adaaf4","status":"passed","time":{"start":1729034041489,"stop":1729034041490,"duration":1}},{"uid":"e7a37fa0cece13ba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e7a37fa0cece13ba","status":"passed","time":{"start":1728901705405,"stop":1728901705406,"duration":1}},{"uid":"cfa23c654c1c189d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cfa23c654c1c189d","status":"passed","time":{"start":1728893141778,"stop":1728893141778,"duration":0}},{"uid":"22353777b7e08cfb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/22353777b7e08cfb","status":"passed","time":{"start":1728856087085,"stop":1728856087085,"duration":0}},{"uid":"868fbd377c57af96","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/868fbd377c57af96","status":"passed","time":{"start":1728738321437,"stop":1728738321438,"duration":1}},{"uid":"4ebd8bb85c48957c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ebd8bb85c48957c","status":"passed","time":{"start":1728682845676,"stop":1728682845676,"duration":0}},{"uid":"c1f86f0cc69811d3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1f86f0cc69811d3","status":"passed","time":{"start":1728682424312,"stop":1728682424312,"duration":0}},{"uid":"75d5e21dbe1aebde","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/75d5e21dbe1aebde","status":"passed","time":{"start":1728676900541,"stop":1728676900541,"duration":0}},{"uid":"664b24b78ba00938","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/664b24b78ba00938","status":"passed","time":{"start":1728669625801,"stop":1728669625802,"duration":1}},{"uid":"61d928af35cea01d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61d928af35cea01d","status":"passed","time":{"start":1728597957172,"stop":1728597957172,"duration":0}},{"uid":"c4cac346a4c25adc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c4cac346a4c25adc","status":"passed","time":{"start":1728597182619,"stop":1728597182620,"duration":1}}]},"tags":[]},"source":"cdf7e29d5e72223e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ca480ade86f006a0.json b/7588/data/test-cases/ce21200b4f7d9ef2.json similarity index 62% rename from 7556/data/test-cases/ca480ade86f006a0.json rename to 7588/data/test-cases/ce21200b4f7d9ef2.json index add35075a07..9af9f323fa4 100644 --- a/7556/data/test-cases/ca480ade86f006a0.json +++ b/7588/data/test-cases/ce21200b4f7d9ef2.json @@ -1 +1 @@ -{"uid":"ca480ade86f006a0","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":1728457525087,"stop":1728457525088,"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":6,"unknown":0,"total":6},"items":[{"uid":"d659b78f92753fef","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/d659b78f92753fef","status":"passed","time":{"start":1728456469477,"stop":1728456469477,"duration":0}},{"uid":"1238a992ad70e253","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/1238a992ad70e253","status":"passed","time":{"start":1728456237809,"stop":1728456237809,"duration":0}},{"uid":"5c1c9f040c1194bb","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/5c1c9f040c1194bb","status":"passed","time":{"start":1728456203067,"stop":1728456203067,"duration":0}},{"uid":"f221f7362fb18267","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f221f7362fb18267","status":"passed","time":{"start":1728455555322,"stop":1728455555322,"duration":0}},{"uid":"f61ef64ce5749365","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f61ef64ce5749365","status":"passed","time":{"start":1728452514196,"stop":1728452514196,"duration":0}}]},"tags":[]},"source":"ca480ade86f006a0.json","parameterValues":[]} \ No newline at end of file +{"uid":"ce21200b4f7d9ef2","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":1729034665577,"stop":1729034665578,"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":15,"unknown":0,"total":15},"items":[{"uid":"68c9a741adde7f9d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/68c9a741adde7f9d","status":"passed","time":{"start":1729034434259,"stop":1729034434259,"duration":0}},{"uid":"33c6abfaf1c6b298","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/33c6abfaf1c6b298","status":"passed","time":{"start":1729034350153,"stop":1729034350156,"duration":3}},{"uid":"bcd00b7c92d57611","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bcd00b7c92d57611","status":"passed","time":{"start":1729034169193,"stop":1729034169193,"duration":0}},{"uid":"d04bf8b8da8e6213","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d04bf8b8da8e6213","status":"passed","time":{"start":1729032228065,"stop":1729032228065,"duration":0}},{"uid":"1e0b04c7c4abe133","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e0b04c7c4abe133","status":"passed","time":{"start":1728901947145,"stop":1728901947145,"duration":0}},{"uid":"61fcdf7e39ea6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61fcdf7e39ea6a","status":"passed","time":{"start":1728893380056,"stop":1728893380057,"duration":1}},{"uid":"1ea568e3556c1c1c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1ea568e3556c1c1c","status":"passed","time":{"start":1728856336878,"stop":1728856336879,"duration":1}},{"uid":"e2722c904f2f9f49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e2722c904f2f9f49","status":"passed","time":{"start":1728738551162,"stop":1728738551163,"duration":1}},{"uid":"16752e87cf813acd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/16752e87cf813acd","status":"passed","time":{"start":1728683095874,"stop":1728683095874,"duration":0}},{"uid":"75a3fc7ae387a204","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/75a3fc7ae387a204","status":"passed","time":{"start":1728682657385,"stop":1728682657386,"duration":1}},{"uid":"679b92c7c7bb9624","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/679b92c7c7bb9624","status":"passed","time":{"start":1728677151464,"stop":1728677151464,"duration":0}},{"uid":"be7d15c71489f236","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be7d15c71489f236","status":"passed","time":{"start":1728669832892,"stop":1728669832892,"duration":0}},{"uid":"e59e05eb06ad233d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e59e05eb06ad233d","status":"passed","time":{"start":1728598215607,"stop":1728598215607,"duration":0}},{"uid":"91822942f496bff6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/91822942f496bff6","status":"passed","time":{"start":1728597425041,"stop":1728597425041,"duration":0}}]},"tags":[]},"source":"ce21200b4f7d9ef2.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ce26fedc0b47d800.json b/7588/data/test-cases/ce26fedc0b47d800.json new file mode 100644 index 00000000000..8a56bf0a74e --- /dev/null +++ b/7588/data/test-cases/ce26fedc0b47d800.json @@ -0,0 +1 @@ +{"uid":"ce26fedc0b47d800","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":1729034332622,"stop":1729034332623,"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":15,"unknown":0,"total":15},"items":[{"uid":"aff6d2959d967108","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aff6d2959d967108","status":"passed","time":{"start":1729034096124,"stop":1729034096124,"duration":0}},{"uid":"af54823ccd6333d1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/af54823ccd6333d1","status":"passed","time":{"start":1729034020083,"stop":1729034020083,"duration":0}},{"uid":"ea7dfeef7d0b4123","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ea7dfeef7d0b4123","status":"passed","time":{"start":1729033834375,"stop":1729033834375,"duration":0}},{"uid":"bd91cae075763a4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bd91cae075763a4","status":"passed","time":{"start":1729031884105,"stop":1729031884106,"duration":1}},{"uid":"21f377838c6e0909","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/21f377838c6e0909","status":"passed","time":{"start":1728901430247,"stop":1728901430248,"duration":1}},{"uid":"c1aefaec35500f6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c1aefaec35500f6a","status":"passed","time":{"start":1728892860523,"stop":1728892860523,"duration":0}},{"uid":"673f155f7426543e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/673f155f7426543e","status":"passed","time":{"start":1728855823314,"stop":1728855823314,"duration":0}},{"uid":"7d740d973582a9e2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7d740d973582a9e2","status":"passed","time":{"start":1728738040583,"stop":1728738040583,"duration":0}},{"uid":"2f4d817a12083003","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2f4d817a12083003","status":"passed","time":{"start":1728682574080,"stop":1728682574080,"duration":0}},{"uid":"88e5007016d17a9d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/88e5007016d17a9d","status":"passed","time":{"start":1728682146808,"stop":1728682146808,"duration":0}},{"uid":"f7a85a218ecc4905","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7a85a218ecc4905","status":"passed","time":{"start":1728676621422,"stop":1728676621422,"duration":0}},{"uid":"192d0397dcc154eb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/192d0397dcc154eb","status":"passed","time":{"start":1728669344459,"stop":1728669344459,"duration":0}},{"uid":"6ffa95db9580cb32","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6ffa95db9580cb32","status":"passed","time":{"start":1728597685152,"stop":1728597685152,"duration":0}},{"uid":"3c493aa8d2a83c5c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3c493aa8d2a83c5c","status":"passed","time":{"start":1728596904458,"stop":1728596904459,"duration":1}}]},"tags":[]},"source":"ce26fedc0b47d800.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/a81a492bfbb23e45.json b/7588/data/test-cases/ce3945173a710377.json similarity index 84% rename from 7556/data/test-cases/a81a492bfbb23e45.json rename to 7588/data/test-cases/ce3945173a710377.json index e45c4b14b30..17e30d264f9 100644 --- a/7556/data/test-cases/a81a492bfbb23e45.json +++ b/7588/data/test-cases/ce3945173a710377.json @@ -1 +1 @@ -{"uid":"a81a492bfbb23e45","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":1728457360314,"stop":1728457360314,"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":6,"unknown":0,"total":6},"items":[{"uid":"c951219c49770ceb","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/c951219c49770ceb","status":"passed","time":{"start":1728456312501,"stop":1728456312501,"duration":0}},{"uid":"c91c28f9549c1e5d","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/c91c28f9549c1e5d","status":"passed","time":{"start":1728456013951,"stop":1728456013951,"duration":0}},{"uid":"9c76f16ae8e99ba0","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/9c76f16ae8e99ba0","status":"passed","time":{"start":1728455837446,"stop":1728455837447,"duration":1}},{"uid":"83d4fa3e80e9911","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/83d4fa3e80e9911","status":"passed","time":{"start":1728455198915,"stop":1728455198916,"duration":1}},{"uid":"9ac1b72206839b01","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/9ac1b72206839b01","status":"passed","time":{"start":1728452203354,"stop":1728452203355,"duration":1}}]},"tags":[]},"source":"a81a492bfbb23e45.json","parameterValues":[]} \ No newline at end of file +{"uid":"ce3945173a710377","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":1729034536107,"stop":1729034536108,"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":14,"unknown":0,"total":14},"items":[{"uid":"10818c0b8aaf7744","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/10818c0b8aaf7744","status":"passed","time":{"start":1729034296711,"stop":1729034296712,"duration":1}},{"uid":"1d98d696440b340","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d98d696440b340","status":"passed","time":{"start":1729034220608,"stop":1729034220608,"duration":0}},{"uid":"e0b52083cd6de736","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e0b52083cd6de736","status":"passed","time":{"start":1729034041496,"stop":1729034041496,"duration":0}},{"uid":"d5dff3c4fc62ea76","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d5dff3c4fc62ea76","status":"passed","time":{"start":1728901705410,"stop":1728901705411,"duration":1}},{"uid":"e5098470fb3299b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e5098470fb3299b3","status":"passed","time":{"start":1728893141780,"stop":1728893141780,"duration":0}},{"uid":"905f4d5f07223c18","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/905f4d5f07223c18","status":"passed","time":{"start":1728856087086,"stop":1728856087086,"duration":0}},{"uid":"201bd3f7bf787432","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/201bd3f7bf787432","status":"passed","time":{"start":1728738321439,"stop":1728738321442,"duration":3}},{"uid":"1465c8371e2e283d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1465c8371e2e283d","status":"passed","time":{"start":1728682845678,"stop":1728682845679,"duration":1}},{"uid":"5f6701376be619ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5f6701376be619ac","status":"passed","time":{"start":1728682424313,"stop":1728682424314,"duration":1}},{"uid":"e00020ec4989f143","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e00020ec4989f143","status":"passed","time":{"start":1728676900542,"stop":1728676900543,"duration":1}},{"uid":"b0cabccfda1e6944","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0cabccfda1e6944","status":"passed","time":{"start":1728669625803,"stop":1728669625803,"duration":0}},{"uid":"a3db9cf3a81a8d67","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a3db9cf3a81a8d67","status":"passed","time":{"start":1728597957174,"stop":1728597957174,"duration":0}},{"uid":"be9e6d1cfab77e80","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/be9e6d1cfab77e80","status":"passed","time":{"start":1728597182621,"stop":1728597182621,"duration":0}}]},"tags":[]},"source":"ce3945173a710377.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ce7a72e6d7f1c1f3.json b/7588/data/test-cases/ce7a72e6d7f1c1f3.json new file mode 100644 index 00000000000..3a5a103c366 --- /dev/null +++ b/7588/data/test-cases/ce7a72e6d7f1c1f3.json @@ -0,0 +1 @@ +{"uid":"ce7a72e6d7f1c1f3","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":1729034435416,"stop":1729034435416,"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":15,"unknown":0,"total":15},"items":[{"uid":"d87e229b26d780d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d87e229b26d780d4","status":"passed","time":{"start":1729034202105,"stop":1729034202106,"duration":1}},{"uid":"617b55398e691e15","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/617b55398e691e15","status":"passed","time":{"start":1729034126135,"stop":1729034126139,"duration":4}},{"uid":"1a1160b169b83ae6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1a1160b169b83ae6","status":"passed","time":{"start":1729033939925,"stop":1729033939926,"duration":1}},{"uid":"30441b2a26c5236","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30441b2a26c5236","status":"passed","time":{"start":1729031988776,"stop":1729031988776,"duration":0}},{"uid":"7a1ad98067429bdc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7a1ad98067429bdc","status":"passed","time":{"start":1728901555772,"stop":1728901555773,"duration":1}},{"uid":"f31d06076bb1b267","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f31d06076bb1b267","status":"passed","time":{"start":1728892995573,"stop":1728892995573,"duration":0}},{"uid":"5b652ba6a7478139","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5b652ba6a7478139","status":"passed","time":{"start":1728855954643,"stop":1728855954643,"duration":0}},{"uid":"8d31e8a467b64ce2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d31e8a467b64ce2","status":"passed","time":{"start":1728738169522,"stop":1728738169523,"duration":1}},{"uid":"90a26152431181d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/90a26152431181d","status":"passed","time":{"start":1728682707229,"stop":1728682707229,"duration":0}},{"uid":"48e6785e54c0b27c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/48e6785e54c0b27c","status":"passed","time":{"start":1728682285123,"stop":1728682285126,"duration":3}},{"uid":"1bdc54b9a3faa23f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1bdc54b9a3faa23f","status":"passed","time":{"start":1728676761155,"stop":1728676761155,"duration":0}},{"uid":"260ace4f563e5a6c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/260ace4f563e5a6c","status":"passed","time":{"start":1728669488937,"stop":1728669488937,"duration":0}},{"uid":"3fe17ff669046b74","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3fe17ff669046b74","status":"passed","time":{"start":1728597819575,"stop":1728597819575,"duration":0}},{"uid":"f3e331a618d36771","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f3e331a618d36771","status":"passed","time":{"start":1728597041919,"stop":1728597041919,"duration":0}}]},"tags":[]},"source":"ce7a72e6d7f1c1f3.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/a3042546ee4da900.json b/7588/data/test-cases/ce8156f212ea0716.json similarity index 83% rename from 7556/data/test-cases/a3042546ee4da900.json rename to 7588/data/test-cases/ce8156f212ea0716.json index 919da80921d..071299304c3 100644 --- a/7556/data/test-cases/a3042546ee4da900.json +++ b/7588/data/test-cases/ce8156f212ea0716.json @@ -1 +1 @@ -{"uid":"a3042546ee4da900","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":1728457448609,"stop":1728457448610,"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":6,"unknown":0,"total":6},"items":[{"uid":"37fa18cfa5ddf08f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/37fa18cfa5ddf08f","status":"passed","time":{"start":1728456402364,"stop":1728456402364,"duration":0}},{"uid":"2c0b7442323eaee2","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/2c0b7442323eaee2","status":"passed","time":{"start":1728456120420,"stop":1728456120423,"duration":3}},{"uid":"596b5ae14448c4","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/596b5ae14448c4","status":"passed","time":{"start":1728456038363,"stop":1728456038364,"duration":1}},{"uid":"314cfe3df2079cdb","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/314cfe3df2079cdb","status":"passed","time":{"start":1728455403815,"stop":1728455403815,"duration":0}},{"uid":"6c7b20d374a17a8d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/6c7b20d374a17a8d","status":"passed","time":{"start":1728452400276,"stop":1728452400278,"duration":2}}]},"tags":[]},"source":"a3042546ee4da900.json","parameterValues":[]} \ No newline at end of file +{"uid":"ce8156f212ea0716","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":1729034611656,"stop":1729034611657,"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":15,"unknown":0,"total":15},"items":[{"uid":"5ba4d91fd0548751","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5ba4d91fd0548751","status":"passed","time":{"start":1729034393631,"stop":1729034393632,"duration":1}},{"uid":"5b86eff494d58824","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5b86eff494d58824","status":"passed","time":{"start":1729034304828,"stop":1729034304828,"duration":0}},{"uid":"5f4ef2dd43995494","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f4ef2dd43995494","status":"passed","time":{"start":1729034121895,"stop":1729034121896,"duration":1}},{"uid":"566bf067acde1d83","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/566bf067acde1d83","status":"passed","time":{"start":1729032174800,"stop":1729032174801,"duration":1}},{"uid":"6be8823bbdbf43aa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6be8823bbdbf43aa","status":"passed","time":{"start":1728901881007,"stop":1728901881007,"duration":0}},{"uid":"8bd5bf417bda3a65","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8bd5bf417bda3a65","status":"passed","time":{"start":1728893317152,"stop":1728893317153,"duration":1}},{"uid":"2ec3dd7f5463ffc1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ec3dd7f5463ffc1","status":"passed","time":{"start":1728856263072,"stop":1728856263073,"duration":1}},{"uid":"ba71fb16ea8fcd34","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ba71fb16ea8fcd34","status":"passed","time":{"start":1728738492793,"stop":1728738492793,"duration":0}},{"uid":"b27085149784146e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b27085149784146e","status":"passed","time":{"start":1728683030011,"stop":1728683030015,"duration":4}},{"uid":"b989a57612d29801","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b989a57612d29801","status":"passed","time":{"start":1728682581087,"stop":1728682581088,"duration":1}},{"uid":"70aeabdb20e3606c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/70aeabdb20e3606c","status":"passed","time":{"start":1728677081987,"stop":1728677081987,"duration":0}},{"uid":"faef11710694e85c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/faef11710694e85c","status":"passed","time":{"start":1728669795389,"stop":1728669795389,"duration":0}},{"uid":"63322193c206ea8f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/63322193c206ea8f","status":"passed","time":{"start":1728598137497,"stop":1728598137498,"duration":1}},{"uid":"50292982cea962ff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/50292982cea962ff","status":"passed","time":{"start":1728597353475,"stop":1728597353475,"duration":0}}]},"tags":[]},"source":"ce8156f212ea0716.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/d0355393fa48681a.json b/7588/data/test-cases/cea278c62cf783df.json similarity index 85% rename from 7556/data/test-cases/d0355393fa48681a.json rename to 7588/data/test-cases/cea278c62cf783df.json index f0e0276221a..07523dce6d0 100644 --- a/7556/data/test-cases/d0355393fa48681a.json +++ b/7588/data/test-cases/cea278c62cf783df.json @@ -1 +1 @@ -{"uid":"d0355393fa48681a","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":1728457537128,"stop":1728457537128,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"140fea09e601200c","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/140fea09e601200c","status":"passed","time":{"start":1728456499097,"stop":1728456499099,"duration":2}},{"uid":"f0a49983bc1a2a7d","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f0a49983bc1a2a7d","status":"passed","time":{"start":1728456215076,"stop":1728456215076,"duration":0}},{"uid":"6d538f67c38044aa","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/6d538f67c38044aa","status":"passed","time":{"start":1728456167133,"stop":1728456167133,"duration":0}},{"uid":"a6c72488deb6b370","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a6c72488deb6b370","status":"passed","time":{"start":1728455518196,"stop":1728455518196,"duration":0}},{"uid":"610c9ddafb4371a","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/610c9ddafb4371a","status":"passed","time":{"start":1728452534882,"stop":1728452534882,"duration":0}}]},"tags":[]},"source":"d0355393fa48681a.json","parameterValues":[]} \ No newline at end of file +{"uid":"cea278c62cf783df","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":1729034704496,"stop":1729034704496,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"5fac20ee92908d3c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5fac20ee92908d3c","status":"passed","time":{"start":1729034474989,"stop":1729034474989,"duration":0}},{"uid":"9febdc11fe11520b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9febdc11fe11520b","status":"passed","time":{"start":1729034395291,"stop":1729034395292,"duration":1}},{"uid":"ff1f2f47634e75f8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff1f2f47634e75f8","status":"passed","time":{"start":1729034209101,"stop":1729034209101,"duration":0}},{"uid":"ce343e5439569fe6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ce343e5439569fe6","status":"passed","time":{"start":1729032264569,"stop":1729032264569,"duration":0}},{"uid":"b3b1d67047a0921","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b3b1d67047a0921","status":"passed","time":{"start":1728902012859,"stop":1728902012859,"duration":0}},{"uid":"d0cf8386697d3394","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d0cf8386697d3394","status":"passed","time":{"start":1728893454812,"stop":1728893454812,"duration":0}},{"uid":"b666d1fe8a4488e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b666d1fe8a4488e2","status":"passed","time":{"start":1728856408453,"stop":1728856408453,"duration":0}},{"uid":"e2efb4bfb345594","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e2efb4bfb345594","status":"passed","time":{"start":1728738633855,"stop":1728738633856,"duration":1}},{"uid":"b374fc6480d1ee76","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b374fc6480d1ee76","status":"passed","time":{"start":1728683159762,"stop":1728683159766,"duration":4}},{"uid":"134e8590ee16ea54","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/134e8590ee16ea54","status":"passed","time":{"start":1728682751331,"stop":1728682751331,"duration":0}},{"uid":"38ecf5626fb3b427","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38ecf5626fb3b427","status":"passed","time":{"start":1728677216359,"stop":1728677216360,"duration":1}},{"uid":"74debf0b233f279a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74debf0b233f279a","status":"passed","time":{"start":1728669925455,"stop":1728669925455,"duration":0}},{"uid":"efe30bb019fc0f20","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efe30bb019fc0f20","status":"passed","time":{"start":1728598268806,"stop":1728598268806,"duration":0}},{"uid":"334a3351f3b02eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/334a3351f3b02eaa","status":"passed","time":{"start":1728597503922,"stop":1728597503923,"duration":1}}]},"tags":[]},"source":"cea278c62cf783df.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ceded16c69868aa0.json b/7588/data/test-cases/ceded16c69868aa0.json new file mode 100644 index 00000000000..8de8e7d03e0 --- /dev/null +++ b/7588/data/test-cases/ceded16c69868aa0.json @@ -0,0 +1 @@ +{"uid":"ceded16c69868aa0","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":1729034447617,"stop":1729034447617,"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 (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":15,"unknown":0,"total":15},"items":[{"uid":"e6c98fdf438f40dc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e6c98fdf438f40dc","status":"passed","time":{"start":1729034206086,"stop":1729034206087,"duration":1}},{"uid":"8ff674308dd6459b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8ff674308dd6459b","status":"passed","time":{"start":1729034134193,"stop":1729034134194,"duration":1}},{"uid":"9d6afc05dba28b17","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9d6afc05dba28b17","status":"passed","time":{"start":1729033942603,"stop":1729033942603,"duration":0}},{"uid":"723da48e47dfbfdc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/723da48e47dfbfdc","status":"passed","time":{"start":1729031989714,"stop":1729031989715,"duration":1}},{"uid":"36255f1623c9b4e7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/36255f1623c9b4e7","status":"passed","time":{"start":1728901562042,"stop":1728901562044,"duration":2}},{"uid":"21369dac4de7cf10","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/21369dac4de7cf10","status":"passed","time":{"start":1728893001481,"stop":1728893001481,"duration":0}},{"uid":"13a755ed2eacf40f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/13a755ed2eacf40f","status":"passed","time":{"start":1728855968867,"stop":1728855968868,"duration":1}},{"uid":"a65f1a8478d6ded4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a65f1a8478d6ded4","status":"passed","time":{"start":1728738172966,"stop":1728738172967,"duration":1}},{"uid":"ddf15b936b05207d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ddf15b936b05207d","status":"passed","time":{"start":1728682706939,"stop":1728682706940,"duration":1}},{"uid":"e204e3aefcb9c122","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e204e3aefcb9c122","status":"passed","time":{"start":1728682296860,"stop":1728682296860,"duration":0}},{"uid":"1951db2f3271b3f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1951db2f3271b3f0","status":"passed","time":{"start":1728676761471,"stop":1728676761471,"duration":0}},{"uid":"97264df437f9cf2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97264df437f9cf2","status":"passed","time":{"start":1728669479026,"stop":1728669479027,"duration":1}},{"uid":"4ee57d15c259279b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ee57d15c259279b","status":"passed","time":{"start":1728597820126,"stop":1728597820127,"duration":1}},{"uid":"98959a1f524bf0c5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/98959a1f524bf0c5","status":"passed","time":{"start":1728597034501,"stop":1728597034501,"duration":0}}]},"tags":[]},"source":"ceded16c69868aa0.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/cee0ffb13c170630.json b/7588/data/test-cases/cee0ffb13c170630.json new file mode 100644 index 00000000000..738415e5b80 --- /dev/null +++ b/7588/data/test-cases/cee0ffb13c170630.json @@ -0,0 +1 @@ +{"uid":"cee0ffb13c170630","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":1729034366396,"stop":1729034366397,"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":15,"unknown":0,"total":15},"items":[{"uid":"4f326cebd1f2ae0b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4f326cebd1f2ae0b","status":"passed","time":{"start":1729034130426,"stop":1729034130427,"duration":1}},{"uid":"cb0eaed23ba25ea4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cb0eaed23ba25ea4","status":"passed","time":{"start":1729034053396,"stop":1729034053397,"duration":1}},{"uid":"fb86f409926bc59c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb86f409926bc59c","status":"passed","time":{"start":1729033868322,"stop":1729033868324,"duration":2}},{"uid":"da8eb696bd061ac9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/da8eb696bd061ac9","status":"passed","time":{"start":1729031918113,"stop":1729031918114,"duration":1}},{"uid":"c314dffb1b8b8409","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c314dffb1b8b8409","status":"passed","time":{"start":1728901463793,"stop":1728901463794,"duration":1}},{"uid":"873ac3682668734e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/873ac3682668734e","status":"passed","time":{"start":1728892894307,"stop":1728892894308,"duration":1}},{"uid":"6e7330bdcfddec87","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6e7330bdcfddec87","status":"passed","time":{"start":1728855856834,"stop":1728855856836,"duration":2}},{"uid":"e4c136f4402a6971","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e4c136f4402a6971","status":"passed","time":{"start":1728738074175,"stop":1728738074176,"duration":1}},{"uid":"dadc0df11568546e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dadc0df11568546e","status":"passed","time":{"start":1728682607648,"stop":1728682607649,"duration":1}},{"uid":"2e51bd0366f06279","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2e51bd0366f06279","status":"passed","time":{"start":1728682180602,"stop":1728682180603,"duration":1}},{"uid":"475efb992bf30d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/475efb992bf30d7","status":"passed","time":{"start":1728676655185,"stop":1728676655187,"duration":2}},{"uid":"ecf9401549858088","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ecf9401549858088","status":"passed","time":{"start":1728669378161,"stop":1728669378162,"duration":1}},{"uid":"8ba5de97849e480e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ba5de97849e480e","status":"passed","time":{"start":1728597718739,"stop":1728597718740,"duration":1}},{"uid":"f18431d91091e2ee","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f18431d91091e2ee","status":"passed","time":{"start":1728596937942,"stop":1728596937944,"duration":2}}]},"tags":[]},"source":"cee0ffb13c170630.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6b80af1ec3348ae3.json b/7588/data/test-cases/cf0a6c9a18645016.json similarity index 85% rename from 7556/data/test-cases/6b80af1ec3348ae3.json rename to 7588/data/test-cases/cf0a6c9a18645016.json index f43d863c1c9..74daa8c0928 100644 --- a/7556/data/test-cases/6b80af1ec3348ae3.json +++ b/7588/data/test-cases/cf0a6c9a18645016.json @@ -1 +1 @@ -{"uid":"6b80af1ec3348ae3","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":1728457537135,"stop":1728457537135,"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":6,"unknown":0,"total":6},"items":[{"uid":"9f84d7f839af4e2b","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/9f84d7f839af4e2b","status":"passed","time":{"start":1728456499104,"stop":1728456499104,"duration":0}},{"uid":"d594dd4fdec35008","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/d594dd4fdec35008","status":"passed","time":{"start":1728456215092,"stop":1728456215093,"duration":1}},{"uid":"b889a1ca747a4210","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b889a1ca747a4210","status":"passed","time":{"start":1728456167139,"stop":1728456167139,"duration":0}},{"uid":"eb293b1a00da9ca6","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/eb293b1a00da9ca6","status":"passed","time":{"start":1728455518201,"stop":1728455518201,"duration":0}},{"uid":"cd686b6fbeffb952","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/cd686b6fbeffb952","status":"passed","time":{"start":1728452534889,"stop":1728452534889,"duration":0}}]},"tags":[]},"source":"6b80af1ec3348ae3.json","parameterValues":[]} \ No newline at end of file +{"uid":"cf0a6c9a18645016","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":1729034704501,"stop":1729034704501,"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":15,"unknown":0,"total":15},"items":[{"uid":"35a0f4b69b44f353","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/35a0f4b69b44f353","status":"passed","time":{"start":1729034474994,"stop":1729034474994,"duration":0}},{"uid":"1f26973c375242bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1f26973c375242bf","status":"passed","time":{"start":1729034395295,"stop":1729034395296,"duration":1}},{"uid":"9fb72ed78dcdda5e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9fb72ed78dcdda5e","status":"passed","time":{"start":1729034209106,"stop":1729034209107,"duration":1}},{"uid":"36be0c92345820b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/36be0c92345820b2","status":"passed","time":{"start":1729032264575,"stop":1729032264575,"duration":0}},{"uid":"ca56d475747903f1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ca56d475747903f1","status":"passed","time":{"start":1728902012867,"stop":1728902012867,"duration":0}},{"uid":"33d5eb58ea4416bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/33d5eb58ea4416bf","status":"passed","time":{"start":1728893454817,"stop":1728893454817,"duration":0}},{"uid":"c33eaf9e4b85b5c1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c33eaf9e4b85b5c1","status":"passed","time":{"start":1728856408460,"stop":1728856408461,"duration":1}},{"uid":"74cf8cd480fe77ea","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/74cf8cd480fe77ea","status":"passed","time":{"start":1728738633861,"stop":1728738633861,"duration":0}},{"uid":"4bcc07aaf649518f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bcc07aaf649518f","status":"passed","time":{"start":1728683159795,"stop":1728683159796,"duration":1}},{"uid":"1dd83ebe0174bf9c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1dd83ebe0174bf9c","status":"passed","time":{"start":1728682751337,"stop":1728682751337,"duration":0}},{"uid":"4c3f2ee51239ffb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4c3f2ee51239ffb9","status":"passed","time":{"start":1728677216369,"stop":1728677216370,"duration":1}},{"uid":"8902a50aff3fedf4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8902a50aff3fedf4","status":"passed","time":{"start":1728669925459,"stop":1728669925459,"duration":0}},{"uid":"e83105d6559483a7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e83105d6559483a7","status":"passed","time":{"start":1728598268813,"stop":1728598268814,"duration":1}},{"uid":"4f62a413ef0d7b83","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f62a413ef0d7b83","status":"passed","time":{"start":1728597503938,"stop":1728597503939,"duration":1}}]},"tags":[]},"source":"cf0a6c9a18645016.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2be5c3f17881e380.json b/7588/data/test-cases/cf56ab61eb0e1d8f.json similarity index 88% rename from 7556/data/test-cases/2be5c3f17881e380.json rename to 7588/data/test-cases/cf56ab61eb0e1d8f.json index cc6e36b4d9a..7b71fae2aff 100644 --- a/7556/data/test-cases/2be5c3f17881e380.json +++ b/7588/data/test-cases/cf56ab61eb0e1d8f.json @@ -1 +1 @@ -{"uid":"2be5c3f17881e380","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":1728457510411,"stop":1728457510411,"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":6,"unknown":0,"total":6},"items":[{"uid":"83238797388d16ac","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/83238797388d16ac","status":"passed","time":{"start":1728456448191,"stop":1728456448192,"duration":1}},{"uid":"dffe897f857803ed","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/dffe897f857803ed","status":"passed","time":{"start":1728456195679,"stop":1728456195679,"duration":0}},{"uid":"ceb75612480dfd96","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/ceb75612480dfd96","status":"passed","time":{"start":1728456166690,"stop":1728456166691,"duration":1}},{"uid":"3b34410a82eab4fb","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/3b34410a82eab4fb","status":"passed","time":{"start":1728455516685,"stop":1728455516686,"duration":1}},{"uid":"74b6e875193bc6fb","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/74b6e875193bc6fb","status":"passed","time":{"start":1728452508937,"stop":1728452508937,"duration":0}}]},"tags":[]},"source":"2be5c3f17881e380.json","parameterValues":[]} \ No newline at end of file +{"uid":"cf56ab61eb0e1d8f","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":1729034631247,"stop":1729034631248,"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":15,"unknown":0,"total":15},"items":[{"uid":"39679a6a1ef0236f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/39679a6a1ef0236f","status":"passed","time":{"start":1729034400884,"stop":1729034400884,"duration":0}},{"uid":"5dbd253ae81eda5b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5dbd253ae81eda5b","status":"passed","time":{"start":1729034317439,"stop":1729034317440,"duration":1}},{"uid":"893244347d095e11","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/893244347d095e11","status":"passed","time":{"start":1729034137123,"stop":1729034137124,"duration":1}},{"uid":"6f28652886de9e63","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6f28652886de9e63","status":"passed","time":{"start":1729032206868,"stop":1729032206870,"duration":2}},{"uid":"421794565231da0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/421794565231da0e","status":"passed","time":{"start":1728901995010,"stop":1728901995010,"duration":0}},{"uid":"28f839c313ada7ba","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/28f839c313ada7ba","status":"passed","time":{"start":1728893420989,"stop":1728893420989,"duration":0}},{"uid":"a3e0d0c625c8faf6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a3e0d0c625c8faf6","status":"passed","time":{"start":1728856368591,"stop":1728856368591,"duration":0}},{"uid":"59b8d83b7af9c176","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/59b8d83b7af9c176","status":"passed","time":{"start":1728738604676,"stop":1728738604676,"duration":0}},{"uid":"a61346d5d42aa4cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a61346d5d42aa4cd","status":"passed","time":{"start":1728683117605,"stop":1728683117605,"duration":0}},{"uid":"9b3d782a018c6bde","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b3d782a018c6bde","status":"passed","time":{"start":1728682721313,"stop":1728682721313,"duration":0}},{"uid":"7bbee4453c26a44e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7bbee4453c26a44e","status":"passed","time":{"start":1728677184675,"stop":1728677184676,"duration":1}},{"uid":"48d93b261aaba9cb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/48d93b261aaba9cb","status":"passed","time":{"start":1728669866444,"stop":1728669866444,"duration":0}},{"uid":"d6dbd38d37bcac5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d6dbd38d37bcac5e","status":"passed","time":{"start":1728598249971,"stop":1728598249971,"duration":0}},{"uid":"7a2a65bf1b223ef2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7a2a65bf1b223ef2","status":"passed","time":{"start":1728597472283,"stop":1728597472284,"duration":1}}]},"tags":[]},"source":"cf56ab61eb0e1d8f.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/cf61fdec4db3822.json b/7588/data/test-cases/cf61fdec4db3822.json new file mode 100644 index 00000000000..a2ec16f70ae --- /dev/null +++ b/7588/data/test-cases/cf61fdec4db3822.json @@ -0,0 +1 @@ +{"uid":"cf61fdec4db3822","name":"Correctly serialized arguments","fullName":"/tests/nwaku.node.spec.ts: nwaku > Correctly serialized arguments","historyId":"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034561791,"stop":1729034561792,"duration":1},"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":15,"unknown":0,"total":15},"items":[{"uid":"3dbe2027544bc0c0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3dbe2027544bc0c0","status":"passed","time":{"start":1729034332099,"stop":1729034332099,"duration":0}},{"uid":"dd773805319abe46","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dd773805319abe46","status":"passed","time":{"start":1729034249515,"stop":1729034249516,"duration":1}},{"uid":"c5c3fc2dd1b960a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5c3fc2dd1b960a8","status":"passed","time":{"start":1729034066291,"stop":1729034066292,"duration":1}},{"uid":"efcfaf8e2ffa5857","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/efcfaf8e2ffa5857","status":"passed","time":{"start":1729032098483,"stop":1729032098484,"duration":1}},{"uid":"53a2e5bbf741f2c1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53a2e5bbf741f2c1","status":"passed","time":{"start":1728901785810,"stop":1728901785810,"duration":0}},{"uid":"28a64de798649c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/28a64de798649c1","status":"passed","time":{"start":1728893218882,"stop":1728893218882,"duration":0}},{"uid":"13acf5f9438541a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/13acf5f9438541a5","status":"passed","time":{"start":1728856163811,"stop":1728856163811,"duration":0}},{"uid":"f44ae5bfcb841b0f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f44ae5bfcb841b0f","status":"passed","time":{"start":1728738377011,"stop":1728738377011,"duration":0}},{"uid":"ea5cd1787266f82a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ea5cd1787266f82a","status":"passed","time":{"start":1728682920270,"stop":1728682920270,"duration":0}},{"uid":"18d7d26e27238218","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18d7d26e27238218","status":"passed","time":{"start":1728682501675,"stop":1728682501675,"duration":0}},{"uid":"35ac7268021a1cf7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35ac7268021a1cf7","status":"passed","time":{"start":1728676985181,"stop":1728676985181,"duration":0}},{"uid":"1555c07218d4190f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1555c07218d4190f","status":"passed","time":{"start":1728669632496,"stop":1728669632496,"duration":0}},{"uid":"eabb3619b45272a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eabb3619b45272a4","status":"passed","time":{"start":1728598050003,"stop":1728598050003,"duration":0}},{"uid":"b35dfe5cffe93fcb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b35dfe5cffe93fcb","status":"passed","time":{"start":1728597264096,"stop":1728597264096,"duration":0}}]},"tags":[]},"source":"cf61fdec4db3822.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/cfa69bc45f1c4cc4.json b/7588/data/test-cases/cfa69bc45f1c4cc4.json new file mode 100644 index 00000000000..e46794ad015 --- /dev/null +++ b/7588/data/test-cases/cfa69bc45f1c4cc4.json @@ -0,0 +1 @@ +{"uid":"cfa69bc45f1c4cc4","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":1729034611685,"stop":1729034611685,"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":15,"unknown":0,"total":15},"items":[{"uid":"4c5f2aa82fcd6f31","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4c5f2aa82fcd6f31","status":"passed","time":{"start":1729034393672,"stop":1729034393672,"duration":0}},{"uid":"6b117c7670409f6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b117c7670409f6b","status":"passed","time":{"start":1729034304863,"stop":1729034304863,"duration":0}},{"uid":"8a8f8b4fab1de8d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a8f8b4fab1de8d8","status":"passed","time":{"start":1729034121954,"stop":1729034121954,"duration":0}},{"uid":"41a7704c6ecf9562","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/41a7704c6ecf9562","status":"passed","time":{"start":1729032174931,"stop":1729032174931,"duration":0}},{"uid":"36925d29cdcd4fc5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/36925d29cdcd4fc5","status":"passed","time":{"start":1728901881035,"stop":1728901881035,"duration":0}},{"uid":"5284b381a24309b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5284b381a24309b6","status":"passed","time":{"start":1728893317184,"stop":1728893317184,"duration":0}},{"uid":"36e689351862ad0d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/36e689351862ad0d","status":"passed","time":{"start":1728856263128,"stop":1728856263128,"duration":0}},{"uid":"2d0c1b7d4add8f2b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2d0c1b7d4add8f2b","status":"passed","time":{"start":1728738492813,"stop":1728738492814,"duration":1}},{"uid":"647ad87e74af48dc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/647ad87e74af48dc","status":"passed","time":{"start":1728683030032,"stop":1728683030032,"duration":0}},{"uid":"bd5bed76ad2d19e0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd5bed76ad2d19e0","status":"passed","time":{"start":1728682581132,"stop":1728682581132,"duration":0}},{"uid":"85f6d9f12083a9e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85f6d9f12083a9e2","status":"passed","time":{"start":1728677082016,"stop":1728677082017,"duration":1}},{"uid":"a4655f52401a5ebe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4655f52401a5ebe","status":"passed","time":{"start":1728669795410,"stop":1728669795410,"duration":0}},{"uid":"72b87bc0457d6241","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/72b87bc0457d6241","status":"passed","time":{"start":1728598137511,"stop":1728598137511,"duration":0}},{"uid":"f0c96ddbc9559768","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c96ddbc9559768","status":"passed","time":{"start":1728597353490,"stop":1728597353490,"duration":0}}]},"tags":[]},"source":"cfa69bc45f1c4cc4.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/cfba8a063b17beef.json b/7588/data/test-cases/cfba8a063b17beef.json new file mode 100644 index 00000000000..00757653aa5 --- /dev/null +++ b/7588/data/test-cases/cfba8a063b17beef.json @@ -0,0 +1 @@ +{"uid":"cfba8a063b17beef","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":1729034332608,"stop":1729034332608,"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":15,"unknown":0,"total":15},"items":[{"uid":"835a1fa851b762b4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/835a1fa851b762b4","status":"passed","time":{"start":1729034096109,"stop":1729034096110,"duration":1}},{"uid":"2199952673d8ba0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2199952673d8ba0d","status":"passed","time":{"start":1729034020072,"stop":1729034020073,"duration":1}},{"uid":"464efd5c12a4613","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/464efd5c12a4613","status":"passed","time":{"start":1729033834360,"stop":1729033834361,"duration":1}},{"uid":"f1f8ed3ab66b487d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f1f8ed3ab66b487d","status":"passed","time":{"start":1729031884089,"stop":1729031884089,"duration":0}},{"uid":"86401d8a721cb781","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/86401d8a721cb781","status":"passed","time":{"start":1728901430242,"stop":1728901430242,"duration":0}},{"uid":"cb51154486129e11","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cb51154486129e11","status":"passed","time":{"start":1728892860516,"stop":1728892860517,"duration":1}},{"uid":"5b4d93beea1eda45","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5b4d93beea1eda45","status":"passed","time":{"start":1728855823307,"stop":1728855823307,"duration":0}},{"uid":"d35d6337a86c8ede","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d35d6337a86c8ede","status":"passed","time":{"start":1728738040569,"stop":1728738040569,"duration":0}},{"uid":"46a901d78163dd03","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/46a901d78163dd03","status":"passed","time":{"start":1728682574067,"stop":1728682574067,"duration":0}},{"uid":"adff3b3d066bce44","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/adff3b3d066bce44","status":"passed","time":{"start":1728682146794,"stop":1728682146794,"duration":0}},{"uid":"65be61c3c887b13f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/65be61c3c887b13f","status":"passed","time":{"start":1728676621404,"stop":1728676621404,"duration":0}},{"uid":"ca61f613084e0073","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca61f613084e0073","status":"passed","time":{"start":1728669344453,"stop":1728669344453,"duration":0}},{"uid":"7684d0f66b43617a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7684d0f66b43617a","status":"passed","time":{"start":1728597685134,"stop":1728597685135,"duration":1}},{"uid":"2d14feaf9bd7eea5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2d14feaf9bd7eea5","status":"passed","time":{"start":1728596904441,"stop":1728596904441,"duration":0}}]},"tags":[]},"source":"cfba8a063b17beef.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/cffc236aebed1c0e.json b/7588/data/test-cases/cffc236aebed1c0e.json new file mode 100644 index 00000000000..1e487cfcb54 --- /dev/null +++ b/7588/data/test-cases/cffc236aebed1c0e.json @@ -0,0 +1 @@ +{"uid":"cffc236aebed1c0e","name":"Relay","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > Relay","historyId":"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034398613,"stop":1729034398614,"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":15,"unknown":0,"total":15},"items":[{"uid":"c4c6f5dbf5ae8607","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c4c6f5dbf5ae8607","status":"passed","time":{"start":1729034162856,"stop":1729034162858,"duration":2}},{"uid":"cf14f77505c04bd9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cf14f77505c04bd9","status":"passed","time":{"start":1729034085838,"stop":1729034085838,"duration":0}},{"uid":"b7314284874f7689","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b7314284874f7689","status":"passed","time":{"start":1729033899735,"stop":1729033899736,"duration":1}},{"uid":"7fc4cfe194c914f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7fc4cfe194c914f1","status":"passed","time":{"start":1729031949622,"stop":1729031949623,"duration":1}},{"uid":"f07a7a20f4324892","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f07a7a20f4324892","status":"passed","time":{"start":1728901494757,"stop":1728901494757,"duration":0}},{"uid":"c9f462c0dc6b1015","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9f462c0dc6b1015","status":"passed","time":{"start":1728892929639,"stop":1728892929639,"duration":0}},{"uid":"7d18600bad91f391","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d18600bad91f391","status":"passed","time":{"start":1728855891579,"stop":1728855891580,"duration":1}},{"uid":"3023eaa23589f60d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3023eaa23589f60d","status":"passed","time":{"start":1728738106822,"stop":1728738106822,"duration":0}},{"uid":"1f47bed80a16656e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1f47bed80a16656e","status":"passed","time":{"start":1728682642602,"stop":1728682642602,"duration":0}},{"uid":"c7a3012362b3a43b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7a3012362b3a43b","status":"passed","time":{"start":1728682214522,"stop":1728682214523,"duration":1}},{"uid":"3d5c96970c26e9f5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3d5c96970c26e9f5","status":"passed","time":{"start":1728676690539,"stop":1728676690540,"duration":1}},{"uid":"742b0987642f7422","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/742b0987642f7422","status":"passed","time":{"start":1728669414115,"stop":1728669414115,"duration":0}},{"uid":"56af2a6fee2d46e4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/56af2a6fee2d46e4","status":"passed","time":{"start":1728597753371,"stop":1728597753371,"duration":0}},{"uid":"653427f311b5bf4d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/653427f311b5bf4d","status":"passed","time":{"start":1728596970976,"stop":1728596970977,"duration":1}}]},"tags":[]},"source":"cffc236aebed1c0e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/d0234d5fb341fbbe.json b/7588/data/test-cases/d0234d5fb341fbbe.json new file mode 100644 index 00000000000..5336f34e8b0 --- /dev/null +++ b/7588/data/test-cases/d0234d5fb341fbbe.json @@ -0,0 +1 @@ +{"uid":"d0234d5fb341fbbe","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":1729034332634,"stop":1729034332634,"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":15,"unknown":0,"total":15},"items":[{"uid":"8a254588714da533","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a254588714da533","status":"passed","time":{"start":1729034096135,"stop":1729034096135,"duration":0}},{"uid":"d8288aa3d35975f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d8288aa3d35975f","status":"passed","time":{"start":1729034020092,"stop":1729034020092,"duration":0}},{"uid":"1dabfc48d9851cee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1dabfc48d9851cee","status":"passed","time":{"start":1729033834388,"stop":1729033834388,"duration":0}},{"uid":"e69105bcfbe3b421","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e69105bcfbe3b421","status":"passed","time":{"start":1729031884121,"stop":1729031884122,"duration":1}},{"uid":"366c528f0b359a05","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/366c528f0b359a05","status":"passed","time":{"start":1728901430256,"stop":1728901430256,"duration":0}},{"uid":"8b86ee7d0dfa20bb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8b86ee7d0dfa20bb","status":"passed","time":{"start":1728892860534,"stop":1728892860534,"duration":0}},{"uid":"abe68a6def36a3ae","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/abe68a6def36a3ae","status":"passed","time":{"start":1728855823324,"stop":1728855823324,"duration":0}},{"uid":"798cda51c55ed326","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/798cda51c55ed326","status":"passed","time":{"start":1728738040604,"stop":1728738040604,"duration":0}},{"uid":"2a4b42bff62fc08e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2a4b42bff62fc08e","status":"passed","time":{"start":1728682574095,"stop":1728682574095,"duration":0}},{"uid":"d1cccad0586d2f61","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d1cccad0586d2f61","status":"passed","time":{"start":1728682146819,"stop":1728682146820,"duration":1}},{"uid":"7ec8a1185a03c72f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7ec8a1185a03c72f","status":"passed","time":{"start":1728676621434,"stop":1728676621434,"duration":0}},{"uid":"4baaf8f1e472f452","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4baaf8f1e472f452","status":"passed","time":{"start":1728669344469,"stop":1728669344470,"duration":1}},{"uid":"13a22060a38c6549","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/13a22060a38c6549","status":"passed","time":{"start":1728597685163,"stop":1728597685163,"duration":0}},{"uid":"43ee470a44d02d97","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/43ee470a44d02d97","status":"passed","time":{"start":1728596904470,"stop":1728596904470,"duration":0}}]},"tags":[]},"source":"d0234d5fb341fbbe.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9a5f8f104454b93b.json b/7588/data/test-cases/d04667d687da8f2b.json similarity index 87% rename from 7556/data/test-cases/9a5f8f104454b93b.json rename to 7588/data/test-cases/d04667d687da8f2b.json index 528eb89bc5f..e105162ba78 100644 --- a/7556/data/test-cases/9a5f8f104454b93b.json +++ b/7588/data/test-cases/d04667d687da8f2b.json @@ -1 +1 @@ -{"uid":"9a5f8f104454b93b","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":1728457473514,"stop":1728457473514,"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":6,"unknown":0,"total":6},"items":[{"uid":"42cd3ff2917d4eb6","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/42cd3ff2917d4eb6","status":"passed","time":{"start":1728456428359,"stop":1728456428359,"duration":0}},{"uid":"f6877421a41706c2","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f6877421a41706c2","status":"passed","time":{"start":1728456157794,"stop":1728456157794,"duration":0}},{"uid":"8e648d3e237d70ec","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/8e648d3e237d70ec","status":"passed","time":{"start":1728456063513,"stop":1728456063513,"duration":0}},{"uid":"7370870a81542702","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/7370870a81542702","status":"passed","time":{"start":1728455422511,"stop":1728455422511,"duration":0}},{"uid":"3a6b78c4a0edc8c8","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/3a6b78c4a0edc8c8","status":"passed","time":{"start":1728452417651,"stop":1728452417652,"duration":1}}]},"tags":[]},"source":"9a5f8f104454b93b.json","parameterValues":[]} \ No newline at end of file +{"uid":"d04667d687da8f2b","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":1729034617751,"stop":1729034617752,"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":15,"unknown":0,"total":15},"items":[{"uid":"14ebad99b3551278","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/14ebad99b3551278","status":"passed","time":{"start":1729034370854,"stop":1729034370860,"duration":6}},{"uid":"d3cfa5dfc7af6d23","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d3cfa5dfc7af6d23","status":"passed","time":{"start":1729034308861,"stop":1729034308861,"duration":0}},{"uid":"d0d9487a83bc6e77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0d9487a83bc6e77","status":"passed","time":{"start":1729034129469,"stop":1729034129469,"duration":0}},{"uid":"853ee8e1ca78b168","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/853ee8e1ca78b168","status":"passed","time":{"start":1729032178363,"stop":1729032178363,"duration":0}},{"uid":"edaeb078dde8aba2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/edaeb078dde8aba2","status":"passed","time":{"start":1728901896341,"stop":1728901896342,"duration":1}},{"uid":"f3433d19882d6756","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f3433d19882d6756","status":"passed","time":{"start":1728893329020,"stop":1728893329020,"duration":0}},{"uid":"757b4205a9725ce5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/757b4205a9725ce5","status":"passed","time":{"start":1728856284756,"stop":1728856284756,"duration":0}},{"uid":"43c6033d9c813105","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/43c6033d9c813105","status":"passed","time":{"start":1728738494932,"stop":1728738494932,"duration":0}},{"uid":"5c9861e8420cf7ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5c9861e8420cf7ef","status":"passed","time":{"start":1728683033627,"stop":1728683033627,"duration":0}},{"uid":"963fe9b6721bd064","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/963fe9b6721bd064","status":"passed","time":{"start":1728682601731,"stop":1728682601732,"duration":1}},{"uid":"26f27230925a7086","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/26f27230925a7086","status":"passed","time":{"start":1728677107957,"stop":1728677107957,"duration":0}},{"uid":"8c425db28ca89d94","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8c425db28ca89d94","status":"passed","time":{"start":1728669764745,"stop":1728669764745,"duration":0}},{"uid":"fd528deb9bb850b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd528deb9bb850b4","status":"passed","time":{"start":1728598157557,"stop":1728598157557,"duration":0}},{"uid":"4a27f8bc28123aaf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4a27f8bc28123aaf","status":"passed","time":{"start":1728597369055,"stop":1728597369056,"duration":1}}]},"tags":[]},"source":"d04667d687da8f2b.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/d05501e05e5d26a6.json b/7588/data/test-cases/d05501e05e5d26a6.json new file mode 100644 index 00000000000..b4a8c36cc28 --- /dev/null +++ b/7588/data/test-cases/d05501e05e5d26a6.json @@ -0,0 +1 @@ +{"uid":"d05501e05e5d26a6","name":"handles different clusterIds correctly","fullName":"/src/common/sharding/index.spec.ts: contentTopicsByPubsubTopic > handles different clusterIds correctly","historyId":"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034332624,"stop":1729034332624,"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":15,"unknown":0,"total":15},"items":[{"uid":"e0cba22bfe3e0422","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e0cba22bfe3e0422","status":"passed","time":{"start":1729034096126,"stop":1729034096126,"duration":0}},{"uid":"1e01c61de9f6fd90","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1e01c61de9f6fd90","status":"passed","time":{"start":1729034020084,"stop":1729034020085,"duration":1}},{"uid":"9c726e6c66ffa857","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9c726e6c66ffa857","status":"passed","time":{"start":1729033834377,"stop":1729033834377,"duration":0}},{"uid":"719e0912e4072a3d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/719e0912e4072a3d","status":"passed","time":{"start":1729031884107,"stop":1729031884108,"duration":1}},{"uid":"f64a9cf8dd899e15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f64a9cf8dd899e15","status":"passed","time":{"start":1728901430249,"stop":1728901430249,"duration":0}},{"uid":"8114e7da4e4cc345","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8114e7da4e4cc345","status":"passed","time":{"start":1728892860525,"stop":1728892860525,"duration":0}},{"uid":"db50658a4c04a692","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/db50658a4c04a692","status":"passed","time":{"start":1728855823315,"stop":1728855823316,"duration":1}},{"uid":"f68d579d8fc98a1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f68d579d8fc98a1c","status":"passed","time":{"start":1728738040584,"stop":1728738040585,"duration":1}},{"uid":"f2f4a4a723127aff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2f4a4a723127aff","status":"passed","time":{"start":1728682574082,"stop":1728682574082,"duration":0}},{"uid":"ff66b714764da896","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ff66b714764da896","status":"passed","time":{"start":1728682146809,"stop":1728682146810,"duration":1}},{"uid":"941f581f5d3902a0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/941f581f5d3902a0","status":"passed","time":{"start":1728676621423,"stop":1728676621424,"duration":1}},{"uid":"f15a365ce66a8a0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f15a365ce66a8a0","status":"passed","time":{"start":1728669344460,"stop":1728669344460,"duration":0}},{"uid":"f31c11d134441abb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f31c11d134441abb","status":"passed","time":{"start":1728597685154,"stop":1728597685154,"duration":0}},{"uid":"5f2673d2a8e970cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f2673d2a8e970cd","status":"passed","time":{"start":1728596904460,"stop":1728596904460,"duration":0}}]},"tags":[]},"source":"d05501e05e5d26a6.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/1fe037d1b8cfc449.json b/7588/data/test-cases/d07fa758a41fd729.json similarity index 82% rename from 7556/data/test-cases/1fe037d1b8cfc449.json rename to 7588/data/test-cases/d07fa758a41fd729.json index e724c8fc8fb..7bac1c062c8 100644 --- a/7556/data/test-cases/1fe037d1b8cfc449.json +++ b/7588/data/test-cases/d07fa758a41fd729.json @@ -1 +1 @@ -{"uid":"1fe037d1b8cfc449","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":1728457481263,"stop":1728457481263,"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":6,"unknown":0,"total":6},"items":[{"uid":"aaf95dd830213250","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/aaf95dd830213250","status":"passed","time":{"start":1728456434599,"stop":1728456434600,"duration":1}},{"uid":"619aa35bc5d021db","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/619aa35bc5d021db","status":"passed","time":{"start":1728456196704,"stop":1728456196704,"duration":0}},{"uid":"ca7a6b1e7eda3e2a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/ca7a6b1e7eda3e2a","status":"passed","time":{"start":1728456113183,"stop":1728456113184,"duration":1}},{"uid":"32e4bd3def9a3811","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/32e4bd3def9a3811","status":"passed","time":{"start":1728455468959,"stop":1728455468960,"duration":1}},{"uid":"656e79e17be1637c","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/656e79e17be1637c","status":"passed","time":{"start":1728452437019,"stop":1728452437019,"duration":0}}]},"tags":[]},"source":"1fe037d1b8cfc449.json","parameterValues":[]} \ No newline at end of file +{"uid":"d07fa758a41fd729","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":1729034636312,"stop":1729034636312,"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":15,"unknown":0,"total":15},"items":[{"uid":"5d58f1965943ca7b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5d58f1965943ca7b","status":"passed","time":{"start":1729034402272,"stop":1729034402273,"duration":1}},{"uid":"a120198f98842394","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a120198f98842394","status":"passed","time":{"start":1729034323292,"stop":1729034323293,"duration":1}},{"uid":"4c71e59145bf52eb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c71e59145bf52eb","status":"passed","time":{"start":1729034144764,"stop":1729034144764,"duration":0}},{"uid":"2c1abafdfcd61963","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c1abafdfcd61963","status":"passed","time":{"start":1729032198814,"stop":1729032198814,"duration":0}},{"uid":"82fbfee100d6c719","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82fbfee100d6c719","status":"passed","time":{"start":1728901901761,"stop":1728901901761,"duration":0}},{"uid":"878828f517047d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/878828f517047d8","status":"passed","time":{"start":1728893337240,"stop":1728893337240,"duration":0}},{"uid":"d10baa97d97e8452","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d10baa97d97e8452","status":"passed","time":{"start":1728856299187,"stop":1728856299187,"duration":0}},{"uid":"46eed295a7cb0cfa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/46eed295a7cb0cfa","status":"passed","time":{"start":1728738505373,"stop":1728738505374,"duration":1}},{"uid":"8c9685a562ea0e41","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c9685a562ea0e41","status":"passed","time":{"start":1728683045447,"stop":1728683045447,"duration":0}},{"uid":"3a349301262bdc9a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a349301262bdc9a","status":"passed","time":{"start":1728682607287,"stop":1728682607287,"duration":0}},{"uid":"35db61d1cfdfda91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35db61d1cfdfda91","status":"passed","time":{"start":1728677103492,"stop":1728677103492,"duration":0}},{"uid":"b1a85ca39cf90907","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1a85ca39cf90907","status":"passed","time":{"start":1728669777114,"stop":1728669777114,"duration":0}},{"uid":"2de88efaf10b1d9a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2de88efaf10b1d9a","status":"passed","time":{"start":1728598163464,"stop":1728598163464,"duration":0}},{"uid":"9e575ff79e2f8c76","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9e575ff79e2f8c76","status":"passed","time":{"start":1728597375464,"stop":1728597375466,"duration":2}}]},"tags":[]},"source":"d07fa758a41fd729.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/d1184dbea190e5e9.json b/7588/data/test-cases/d1184dbea190e5e9.json new file mode 100644 index 00000000000..0ba5bd65f1e --- /dev/null +++ b/7588/data/test-cases/d1184dbea190e5e9.json @@ -0,0 +1 @@ +{"uid":"d1184dbea190e5e9","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":1729034708554,"stop":1729034708554,"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}],"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"37be47e4b88c87a9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/37be47e4b88c87a9","status":"passed","time":{"start":1729034480299,"stop":1729034480299,"duration":0}},{"uid":"7e07051115a5093d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7e07051115a5093d","status":"passed","time":{"start":1729034396761,"stop":1729034396761,"duration":0}},{"uid":"e2dbbcf6eeff877c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e2dbbcf6eeff877c","status":"passed","time":{"start":1729032277693,"stop":1729032277694,"duration":1}},{"uid":"5d5064b6a417c27e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5d5064b6a417c27e","status":"passed","time":{"start":1728902034226,"stop":1728902034226,"duration":0}},{"uid":"33209bad6d146bce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/33209bad6d146bce","status":"passed","time":{"start":1728893469058,"stop":1728893469058,"duration":0}},{"uid":"161b9e9c2677cb4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/161b9e9c2677cb4c","status":"passed","time":{"start":1728856416489,"stop":1728856416489,"duration":0}},{"uid":"c73c31b6b982162","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c73c31b6b982162","status":"passed","time":{"start":1728738643171,"stop":1728738643172,"duration":1}},{"uid":"93892997b88f5e58","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/93892997b88f5e58","status":"passed","time":{"start":1728683174248,"stop":1728683174248,"duration":0}},{"uid":"f12c690936f810d5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f12c690936f810d5","status":"passed","time":{"start":1728682757802,"stop":1728682757803,"duration":1}},{"uid":"90bddd23fce98dff","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/90bddd23fce98dff","status":"passed","time":{"start":1728677231126,"stop":1728677231126,"duration":0}},{"uid":"5c120588084ce64c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5c120588084ce64c","status":"passed","time":{"start":1728669920238,"stop":1728669920239,"duration":1}},{"uid":"5fa8314fea930baf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5fa8314fea930baf","status":"passed","time":{"start":1728598298889,"stop":1728598298890,"duration":1}},{"uid":"9f25fb72b3521526","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9f25fb72b3521526","status":"passed","time":{"start":1728597513735,"stop":1728597513735,"duration":0}}]},"tags":[]},"source":"d1184dbea190e5e9.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ac2d29e7546f99a2.json b/7588/data/test-cases/d12feffc00f0ad73.json similarity index 56% rename from 7556/data/test-cases/ac2d29e7546f99a2.json rename to 7588/data/test-cases/d12feffc00f0ad73.json index 6b160799b17..f4947b6ad77 100644 --- a/7556/data/test-cases/ac2d29e7546f99a2.json +++ b/7588/data/test-cases/d12feffc00f0ad73.json @@ -1 +1 @@ -{"uid":"ac2d29e7546f99a2","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":1728457237160,"stop":1728457237161,"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":6,"unknown":0,"total":6},"items":[{"uid":"b09657995aeed197","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/b09657995aeed197","status":"passed","time":{"start":1728456208702,"stop":1728456208702,"duration":0}},{"uid":"dd3282691791bef9","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/dd3282691791bef9","status":"passed","time":{"start":1728455893208,"stop":1728455893209,"duration":1}},{"uid":"beaa0d4a3bd7620d","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/beaa0d4a3bd7620d","status":"passed","time":{"start":1728455665939,"stop":1728455665939,"duration":0}},{"uid":"b655e0d658049ec2","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/b655e0d658049ec2","status":"passed","time":{"start":1728455023257,"stop":1728455023259,"duration":2}},{"uid":"7fe2f93608ab2a9b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/7fe2f93608ab2a9b","status":"passed","time":{"start":1728452036163,"stop":1728452036163,"duration":0}}]},"tags":[]},"source":"ac2d29e7546f99a2.json","parameterValues":[]} \ No newline at end of file +{"uid":"d12feffc00f0ad73","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":1729034424277,"stop":1729034424277,"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":15,"unknown":0,"total":15},"items":[{"uid":"b23730ebe4011e05","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b23730ebe4011e05","status":"passed","time":{"start":1729034190706,"stop":1729034190707,"duration":1}},{"uid":"3851cd01254facb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3851cd01254facb","status":"passed","time":{"start":1729034108433,"stop":1729034108433,"duration":0}},{"uid":"44842cd37fb8acb5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/44842cd37fb8acb5","status":"passed","time":{"start":1729033925387,"stop":1729033925387,"duration":0}},{"uid":"dc18a7647a5019ec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dc18a7647a5019ec","status":"passed","time":{"start":1729031975194,"stop":1729031975194,"duration":0}},{"uid":"1359e71574de5c81","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1359e71574de5c81","status":"passed","time":{"start":1728901537878,"stop":1728901537879,"duration":1}},{"uid":"ceea9802ea0bb691","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ceea9802ea0bb691","status":"passed","time":{"start":1728892972432,"stop":1728892972432,"duration":0}},{"uid":"364f0478442f36c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/364f0478442f36c4","status":"passed","time":{"start":1728855933072,"stop":1728855933073,"duration":1}},{"uid":"8516ef16a82326a1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8516ef16a82326a1","status":"passed","time":{"start":1728738149927,"stop":1728738149927,"duration":0}},{"uid":"a459884eae1c7542","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a459884eae1c7542","status":"passed","time":{"start":1728682681971,"stop":1728682681971,"duration":0}},{"uid":"c1651a32100c8e50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1651a32100c8e50","status":"passed","time":{"start":1728682257770,"stop":1728682257771,"duration":1}},{"uid":"9d4ec53ca5919db7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9d4ec53ca5919db7","status":"passed","time":{"start":1728676730788,"stop":1728676730788,"duration":0}},{"uid":"5b46158dcfea1e58","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5b46158dcfea1e58","status":"passed","time":{"start":1728669456896,"stop":1728669456897,"duration":1}},{"uid":"ae80accff5f42d9a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ae80accff5f42d9a","status":"passed","time":{"start":1728597795921,"stop":1728597795921,"duration":0}},{"uid":"70a5ba12af3e336d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70a5ba12af3e336d","status":"passed","time":{"start":1728597010202,"stop":1728597010202,"duration":0}}]},"tags":[]},"source":"d12feffc00f0ad73.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/a433a6dcb8196761.json b/7588/data/test-cases/d157c8929aa70191.json similarity index 85% rename from 7556/data/test-cases/a433a6dcb8196761.json rename to 7588/data/test-cases/d157c8929aa70191.json index a2bfa0df44c..0dd01d38b8f 100644 --- a/7556/data/test-cases/a433a6dcb8196761.json +++ b/7588/data/test-cases/d157c8929aa70191.json @@ -1 +1 @@ -{"uid":"a433a6dcb8196761","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":1728457537134,"stop":1728457537135,"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":6,"unknown":0,"total":6},"items":[{"uid":"d44915a926be96a7","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/d44915a926be96a7","status":"passed","time":{"start":1728456499103,"stop":1728456499104,"duration":1}},{"uid":"5ed323c1dbdb90cb","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/5ed323c1dbdb90cb","status":"passed","time":{"start":1728456215092,"stop":1728456215092,"duration":0}},{"uid":"2275ed122f500529","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/2275ed122f500529","status":"passed","time":{"start":1728456167138,"stop":1728456167139,"duration":1}},{"uid":"98ef61bec7b38904","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/98ef61bec7b38904","status":"passed","time":{"start":1728455518201,"stop":1728455518201,"duration":0}},{"uid":"b9d3a6cc62c82c48","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b9d3a6cc62c82c48","status":"passed","time":{"start":1728452534888,"stop":1728452534889,"duration":1}}]},"tags":[]},"source":"a433a6dcb8196761.json","parameterValues":[]} \ No newline at end of file +{"uid":"d157c8929aa70191","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":1729034704501,"stop":1729034704501,"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":15,"unknown":0,"total":15},"items":[{"uid":"5cf1c36a0dce689","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5cf1c36a0dce689","status":"passed","time":{"start":1729034474994,"stop":1729034474994,"duration":0}},{"uid":"4a73f9303059e5b2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4a73f9303059e5b2","status":"passed","time":{"start":1729034395295,"stop":1729034395295,"duration":0}},{"uid":"947a755e2de78eca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/947a755e2de78eca","status":"passed","time":{"start":1729034209106,"stop":1729034209106,"duration":0}},{"uid":"c90ff8fd1d96f179","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c90ff8fd1d96f179","status":"passed","time":{"start":1729032264575,"stop":1729032264575,"duration":0}},{"uid":"e0abe8627fc5e570","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e0abe8627fc5e570","status":"passed","time":{"start":1728902012867,"stop":1728902012867,"duration":0}},{"uid":"b730242e5d54a0aa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b730242e5d54a0aa","status":"passed","time":{"start":1728893454817,"stop":1728893454817,"duration":0}},{"uid":"8a1d49b69c3c2995","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8a1d49b69c3c2995","status":"passed","time":{"start":1728856408460,"stop":1728856408460,"duration":0}},{"uid":"cfb0036729c4cc73","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cfb0036729c4cc73","status":"passed","time":{"start":1728738633861,"stop":1728738633861,"duration":0}},{"uid":"88504d470695846a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/88504d470695846a","status":"passed","time":{"start":1728683159794,"stop":1728683159795,"duration":1}},{"uid":"41a39e5ca85f7a2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41a39e5ca85f7a2c","status":"passed","time":{"start":1728682751336,"stop":1728682751337,"duration":1}},{"uid":"9c60986059a010df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9c60986059a010df","status":"passed","time":{"start":1728677216368,"stop":1728677216369,"duration":1}},{"uid":"b30f52010d998704","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b30f52010d998704","status":"passed","time":{"start":1728669925459,"stop":1728669925459,"duration":0}},{"uid":"61350f623ec8ab1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61350f623ec8ab1b","status":"passed","time":{"start":1728598268813,"stop":1728598268813,"duration":0}},{"uid":"e91b830ab8b543e5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e91b830ab8b543e5","status":"passed","time":{"start":1728597503937,"stop":1728597503938,"duration":1}}]},"tags":[]},"source":"d157c8929aa70191.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6a4dfb98406b3f24.json b/7588/data/test-cases/d189863c3dea04c0.json similarity index 81% rename from 7556/data/test-cases/6a4dfb98406b3f24.json rename to 7588/data/test-cases/d189863c3dea04c0.json index 41ac9b58991..b6f4bbcfdcb 100644 --- a/7556/data/test-cases/6a4dfb98406b3f24.json +++ b/7588/data/test-cases/d189863c3dea04c0.json @@ -1 +1 @@ -{"uid":"6a4dfb98406b3f24","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":1728457481245,"stop":1728457481246,"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":6,"unknown":0,"total":6},"items":[{"uid":"64835c95767055fc","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/64835c95767055fc","status":"passed","time":{"start":1728456434589,"stop":1728456434590,"duration":1}},{"uid":"da633c2aa7b3ee40","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/da633c2aa7b3ee40","status":"passed","time":{"start":1728456196694,"stop":1728456196694,"duration":0}},{"uid":"19b2a88fc72f88ed","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/19b2a88fc72f88ed","status":"passed","time":{"start":1728456113176,"stop":1728456113176,"duration":0}},{"uid":"24010d86a217e90c","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/24010d86a217e90c","status":"passed","time":{"start":1728455468953,"stop":1728455468954,"duration":1}},{"uid":"4c956b7dd6e79650","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/4c956b7dd6e79650","status":"passed","time":{"start":1728452436999,"stop":1728452437002,"duration":3}}]},"tags":[]},"source":"6a4dfb98406b3f24.json","parameterValues":[]} \ No newline at end of file +{"uid":"d189863c3dea04c0","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":1729034636306,"stop":1729034636306,"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":15,"unknown":0,"total":15},"items":[{"uid":"47a3534f4d4b12fe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47a3534f4d4b12fe","status":"passed","time":{"start":1729034402253,"stop":1729034402255,"duration":2}},{"uid":"7d92bcb6edcf3f56","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7d92bcb6edcf3f56","status":"passed","time":{"start":1729034323279,"stop":1729034323280,"duration":1}},{"uid":"f230aa5b957c2ee5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f230aa5b957c2ee5","status":"passed","time":{"start":1729034144756,"stop":1729034144756,"duration":0}},{"uid":"86046a09c3517d59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/86046a09c3517d59","status":"passed","time":{"start":1729032198808,"stop":1729032198808,"duration":0}},{"uid":"2832330573697747","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2832330573697747","status":"passed","time":{"start":1728901901734,"stop":1728901901735,"duration":1}},{"uid":"96a8de8910ca7eb8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/96a8de8910ca7eb8","status":"passed","time":{"start":1728893337226,"stop":1728893337226,"duration":0}},{"uid":"9f8ed76cba287529","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f8ed76cba287529","status":"passed","time":{"start":1728856299183,"stop":1728856299183,"duration":0}},{"uid":"5bda78c4a03a5717","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5bda78c4a03a5717","status":"passed","time":{"start":1728738505368,"stop":1728738505368,"duration":0}},{"uid":"f3f24a54f462b5a9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3f24a54f462b5a9","status":"passed","time":{"start":1728683045437,"stop":1728683045437,"duration":0}},{"uid":"198d53f41d7a3b3f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/198d53f41d7a3b3f","status":"passed","time":{"start":1728682607279,"stop":1728682607279,"duration":0}},{"uid":"158225059a7dd36a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/158225059a7dd36a","status":"passed","time":{"start":1728677103484,"stop":1728677103484,"duration":0}},{"uid":"8785ff339feb4127","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8785ff339feb4127","status":"passed","time":{"start":1728669777110,"stop":1728669777110,"duration":0}},{"uid":"dc29fb880c29765","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc29fb880c29765","status":"passed","time":{"start":1728598163458,"stop":1728598163459,"duration":1}},{"uid":"359fb96e249a6532","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/359fb96e249a6532","status":"passed","time":{"start":1728597375453,"stop":1728597375454,"duration":1}}]},"tags":[]},"source":"d189863c3dea04c0.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9ee4bb44e67e9f40.json b/7588/data/test-cases/d1b0bf4349119acf.json similarity index 85% rename from 7556/data/test-cases/9ee4bb44e67e9f40.json rename to 7588/data/test-cases/d1b0bf4349119acf.json index edde82dc842..6563bf88762 100644 --- a/7556/data/test-cases/9ee4bb44e67e9f40.json +++ b/7588/data/test-cases/d1b0bf4349119acf.json @@ -1 +1 @@ -{"uid":"9ee4bb44e67e9f40","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":1728457360328,"stop":1728457360328,"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":6,"unknown":0,"total":6},"items":[{"uid":"8bba3a4aeec6cd00","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/8bba3a4aeec6cd00","status":"passed","time":{"start":1728456312505,"stop":1728456312505,"duration":0}},{"uid":"440353d01c327fb1","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/440353d01c327fb1","status":"passed","time":{"start":1728456013956,"stop":1728456013956,"duration":0}},{"uid":"ac69e703a7e7268d","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/ac69e703a7e7268d","status":"passed","time":{"start":1728455837469,"stop":1728455837469,"duration":0}},{"uid":"c4d3f84c91d91d31","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c4d3f84c91d91d31","status":"passed","time":{"start":1728455198919,"stop":1728455198919,"duration":0}},{"uid":"a3cd331d0e3466e6","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a3cd331d0e3466e6","status":"passed","time":{"start":1728452203358,"stop":1728452203358,"duration":0}}]},"tags":[]},"source":"9ee4bb44e67e9f40.json","parameterValues":[]} \ No newline at end of file +{"uid":"d1b0bf4349119acf","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":1729034536111,"stop":1729034536111,"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":14,"unknown":0,"total":14},"items":[{"uid":"664dd4480fa0afef","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/664dd4480fa0afef","status":"passed","time":{"start":1729034296719,"stop":1729034296719,"duration":0}},{"uid":"a32b34e012bddbb6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a32b34e012bddbb6","status":"passed","time":{"start":1729034220614,"stop":1729034220614,"duration":0}},{"uid":"e905e532cade9bbc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e905e532cade9bbc","status":"passed","time":{"start":1729034041507,"stop":1729034041507,"duration":0}},{"uid":"594c7386c1e001ba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/594c7386c1e001ba","status":"passed","time":{"start":1728901705419,"stop":1728901705420,"duration":1}},{"uid":"da3e44e4992d9b72","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da3e44e4992d9b72","status":"passed","time":{"start":1728893141783,"stop":1728893141784,"duration":1}},{"uid":"61f48101402ae610","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/61f48101402ae610","status":"passed","time":{"start":1728856087088,"stop":1728856087088,"duration":0}},{"uid":"cf01fd86b0ff8c38","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cf01fd86b0ff8c38","status":"passed","time":{"start":1728738321458,"stop":1728738321458,"duration":0}},{"uid":"8ebb5d98390b4016","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8ebb5d98390b4016","status":"passed","time":{"start":1728682845682,"stop":1728682845682,"duration":0}},{"uid":"1621c3bebc77de92","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1621c3bebc77de92","status":"passed","time":{"start":1728682424319,"stop":1728682424319,"duration":0}},{"uid":"f33271e52635b8a0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f33271e52635b8a0","status":"passed","time":{"start":1728676900548,"stop":1728676900548,"duration":0}},{"uid":"b97bbb2b39af5bb8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b97bbb2b39af5bb8","status":"passed","time":{"start":1728669625818,"stop":1728669625819,"duration":1}},{"uid":"969c2509a69541b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/969c2509a69541b","status":"passed","time":{"start":1728597957177,"stop":1728597957180,"duration":3}},{"uid":"f1f11a8bd5e1f59c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1f11a8bd5e1f59c","status":"passed","time":{"start":1728597182624,"stop":1728597182625,"duration":1}}]},"tags":[]},"source":"d1b0bf4349119acf.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/dbef932e29bf8394.json b/7588/data/test-cases/d1ced3437b569f0e.json similarity index 88% rename from 7556/data/test-cases/dbef932e29bf8394.json rename to 7588/data/test-cases/d1ced3437b569f0e.json index 9841bc95044..dcd2ef6cb6a 100644 --- a/7556/data/test-cases/dbef932e29bf8394.json +++ b/7588/data/test-cases/d1ced3437b569f0e.json @@ -1 +1 @@ -{"uid":"dbef932e29bf8394","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":1728457510410,"stop":1728457510410,"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":6,"unknown":0,"total":6},"items":[{"uid":"a90f117ab3dfe806","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a90f117ab3dfe806","status":"passed","time":{"start":1728456448180,"stop":1728456448180,"duration":0}},{"uid":"63fe2651a311656d","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/63fe2651a311656d","status":"passed","time":{"start":1728456195674,"stop":1728456195676,"duration":2}},{"uid":"b41dc503fa2cb50d","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/b41dc503fa2cb50d","status":"passed","time":{"start":1728456166689,"stop":1728456166690,"duration":1}},{"uid":"c70333c3032aed8b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c70333c3032aed8b","status":"passed","time":{"start":1728455516683,"stop":1728455516684,"duration":1}},{"uid":"5a3050c51250d259","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/5a3050c51250d259","status":"passed","time":{"start":1728452508936,"stop":1728452508936,"duration":0}}]},"tags":[]},"source":"dbef932e29bf8394.json","parameterValues":[]} \ No newline at end of file +{"uid":"d1ced3437b569f0e","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":1729034631246,"stop":1729034631247,"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":15,"unknown":0,"total":15},"items":[{"uid":"1c360f0b6e01ae4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1c360f0b6e01ae4","status":"passed","time":{"start":1729034400883,"stop":1729034400883,"duration":0}},{"uid":"b6726ce1a2d5903e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b6726ce1a2d5903e","status":"passed","time":{"start":1729034317436,"stop":1729034317436,"duration":0}},{"uid":"1d1435120d8f93e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1d1435120d8f93e5","status":"passed","time":{"start":1729034137118,"stop":1729034137118,"duration":0}},{"uid":"f174f8ab2561de24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f174f8ab2561de24","status":"passed","time":{"start":1729032206864,"stop":1729032206865,"duration":1}},{"uid":"14daefea9d6a23b9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/14daefea9d6a23b9","status":"passed","time":{"start":1728901995009,"stop":1728901995009,"duration":0}},{"uid":"abec700f66740c59","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/abec700f66740c59","status":"passed","time":{"start":1728893420988,"stop":1728893420988,"duration":0}},{"uid":"dcaf453cf0a1aa5b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dcaf453cf0a1aa5b","status":"passed","time":{"start":1728856368590,"stop":1728856368591,"duration":1}},{"uid":"cd375a9a82666824","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cd375a9a82666824","status":"passed","time":{"start":1728738604675,"stop":1728738604675,"duration":0}},{"uid":"5af1504afb9c52f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5af1504afb9c52f4","status":"passed","time":{"start":1728683117603,"stop":1728683117604,"duration":1}},{"uid":"cd531d0b864524ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd531d0b864524ff","status":"passed","time":{"start":1728682721312,"stop":1728682721312,"duration":0}},{"uid":"cfd9f6b3f4f96cbe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cfd9f6b3f4f96cbe","status":"passed","time":{"start":1728677184673,"stop":1728677184674,"duration":1}},{"uid":"af278fce5a7bbfc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af278fce5a7bbfc","status":"passed","time":{"start":1728669866439,"stop":1728669866439,"duration":0}},{"uid":"437249ae5c8f6e33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/437249ae5c8f6e33","status":"passed","time":{"start":1728598249970,"stop":1728598249970,"duration":0}},{"uid":"d81442ad0bc92732","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d81442ad0bc92732","status":"passed","time":{"start":1728597472279,"stop":1728597472281,"duration":2}}]},"tags":[]},"source":"d1ced3437b569f0e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/1b0b274dbf12f870.json b/7588/data/test-cases/d1da78246683e887.json similarity index 87% rename from 7556/data/test-cases/1b0b274dbf12f870.json rename to 7588/data/test-cases/d1da78246683e887.json index ccd4acb871b..b876ff46365 100644 --- a/7556/data/test-cases/1b0b274dbf12f870.json +++ b/7588/data/test-cases/d1da78246683e887.json @@ -1 +1 @@ -{"uid":"1b0b274dbf12f870","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":1728457473510,"stop":1728457473510,"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":6,"unknown":0,"total":6},"items":[{"uid":"e3cc3cd0d522c183","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e3cc3cd0d522c183","status":"passed","time":{"start":1728456428357,"stop":1728456428357,"duration":0}},{"uid":"31e3e94d098487fe","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/31e3e94d098487fe","status":"passed","time":{"start":1728456157786,"stop":1728456157786,"duration":0}},{"uid":"fe849a33fa238fe5","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/fe849a33fa238fe5","status":"passed","time":{"start":1728456063512,"stop":1728456063512,"duration":0}},{"uid":"9cf7fe57522e47d9","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/9cf7fe57522e47d9","status":"passed","time":{"start":1728455422509,"stop":1728455422510,"duration":1}},{"uid":"99f2d60f1e3bcbc8","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/99f2d60f1e3bcbc8","status":"passed","time":{"start":1728452417650,"stop":1728452417651,"duration":1}}]},"tags":[]},"source":"1b0b274dbf12f870.json","parameterValues":[]} \ No newline at end of file +{"uid":"d1da78246683e887","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":1729034617750,"stop":1729034617750,"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":15,"unknown":0,"total":15},"items":[{"uid":"43a4b985e1eaebfe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/43a4b985e1eaebfe","status":"passed","time":{"start":1729034370853,"stop":1729034370853,"duration":0}},{"uid":"13127b7b14b6788c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/13127b7b14b6788c","status":"passed","time":{"start":1729034308854,"stop":1729034308860,"duration":6}},{"uid":"7a38ac73718b76bf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a38ac73718b76bf","status":"passed","time":{"start":1729034129468,"stop":1729034129469,"duration":1}},{"uid":"ff3d914d52832280","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ff3d914d52832280","status":"passed","time":{"start":1729032178362,"stop":1729032178362,"duration":0}},{"uid":"35a629a31608e45e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/35a629a31608e45e","status":"passed","time":{"start":1728901896340,"stop":1728901896341,"duration":1}},{"uid":"d1aaf62b056406a1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d1aaf62b056406a1","status":"passed","time":{"start":1728893329019,"stop":1728893329020,"duration":1}},{"uid":"9bbf0f5943781ea4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9bbf0f5943781ea4","status":"passed","time":{"start":1728856284755,"stop":1728856284755,"duration":0}},{"uid":"deedb1111b4a929","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/deedb1111b4a929","status":"passed","time":{"start":1728738494930,"stop":1728738494931,"duration":1}},{"uid":"2fd93c273e6e1180","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2fd93c273e6e1180","status":"passed","time":{"start":1728683033626,"stop":1728683033626,"duration":0}},{"uid":"6c8ceef38cb8c5ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c8ceef38cb8c5ff","status":"passed","time":{"start":1728682601731,"stop":1728682601731,"duration":0}},{"uid":"718929b4cf14823e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/718929b4cf14823e","status":"passed","time":{"start":1728677107955,"stop":1728677107955,"duration":0}},{"uid":"8026ab8388a049ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8026ab8388a049ed","status":"passed","time":{"start":1728669764744,"stop":1728669764745,"duration":1}},{"uid":"db97a4829425b20c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/db97a4829425b20c","status":"passed","time":{"start":1728598157556,"stop":1728598157556,"duration":0}},{"uid":"427921831e92eff7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/427921831e92eff7","status":"passed","time":{"start":1728597369054,"stop":1728597369054,"duration":0}}]},"tags":[]},"source":"d1da78246683e887.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/8c7bed4848a12dc3.json b/7588/data/test-cases/d266b047d5314977.json similarity index 80% rename from 7556/data/test-cases/8c7bed4848a12dc3.json rename to 7588/data/test-cases/d266b047d5314977.json index 85c17d578fb..2b8e8a42aec 100644 --- a/7556/data/test-cases/8c7bed4848a12dc3.json +++ b/7588/data/test-cases/d266b047d5314977.json @@ -1 +1 @@ -{"uid":"8c7bed4848a12dc3","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":1728457490926,"stop":1728457490932,"duration":6},"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":6,"unknown":0,"total":6},"items":[{"uid":"9d6755e6f8c83c1","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/9d6755e6f8c83c1","status":"passed","time":{"start":1728456439223,"stop":1728456439223,"duration":0}},{"uid":"8ac955ca500e144a","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/8ac955ca500e144a","status":"passed","time":{"start":1728456209559,"stop":1728456209560,"duration":1}},{"uid":"ec8f74163aa7d701","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/ec8f74163aa7d701","status":"passed","time":{"start":1728456126839,"stop":1728456126839,"duration":0}},{"uid":"a8c5a9bb20de0ca6","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a8c5a9bb20de0ca6","status":"passed","time":{"start":1728455481802,"stop":1728455481802,"duration":0}},{"uid":"3fb1da6f698acf69","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/3fb1da6f698acf69","status":"passed","time":{"start":1728452438554,"stop":1728452438554,"duration":0}}]},"tags":[]},"source":"8c7bed4848a12dc3.json","parameterValues":[]} \ No newline at end of file +{"uid":"d266b047d5314977","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":1729034640524,"stop":1729034640524,"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":15,"unknown":0,"total":15},"items":[{"uid":"90b7f3b207969bfe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/90b7f3b207969bfe","status":"passed","time":{"start":1729034411424,"stop":1729034411424,"duration":0}},{"uid":"9cabbab36ce67067","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9cabbab36ce67067","status":"passed","time":{"start":1729034327405,"stop":1729034327406,"duration":1}},{"uid":"e0afe1a208547434","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e0afe1a208547434","status":"passed","time":{"start":1729034147780,"stop":1729034147780,"duration":0}},{"uid":"7bd1ec1d4cbacaf9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7bd1ec1d4cbacaf9","status":"passed","time":{"start":1729032204829,"stop":1729032204829,"duration":0}},{"uid":"935134d9a1d40bd6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/935134d9a1d40bd6","status":"passed","time":{"start":1728901907702,"stop":1728901907713,"duration":11}},{"uid":"61f97467655621c2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61f97467655621c2","status":"passed","time":{"start":1728893341889,"stop":1728893341889,"duration":0}},{"uid":"2843f0beceb06892","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2843f0beceb06892","status":"passed","time":{"start":1728856299382,"stop":1728856299382,"duration":0}},{"uid":"aea8524a8e5979a8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aea8524a8e5979a8","status":"passed","time":{"start":1728738511618,"stop":1728738511619,"duration":1}},{"uid":"9e6c9e870e1500c6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9e6c9e870e1500c6","status":"passed","time":{"start":1728683052912,"stop":1728683052912,"duration":0}},{"uid":"c383ceb5c480849f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c383ceb5c480849f","status":"passed","time":{"start":1728682612912,"stop":1728682612912,"duration":0}},{"uid":"7a730b35d6da19b7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a730b35d6da19b7","status":"passed","time":{"start":1728677115747,"stop":1728677115747,"duration":0}},{"uid":"9c7fdc97fe29a2e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c7fdc97fe29a2e2","status":"passed","time":{"start":1728669778175,"stop":1728669778176,"duration":1}},{"uid":"1794fa3b3cfd8f47","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1794fa3b3cfd8f47","status":"passed","time":{"start":1728598175434,"stop":1728598175434,"duration":0}},{"uid":"d2e57acae79a7796","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d2e57acae79a7796","status":"passed","time":{"start":1728597380063,"stop":1728597380064,"duration":1}}]},"tags":[]},"source":"d266b047d5314977.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2f408fe09dcce726.json b/7588/data/test-cases/d285132045de8f8e.json similarity index 85% rename from 7556/data/test-cases/2f408fe09dcce726.json rename to 7588/data/test-cases/d285132045de8f8e.json index 9d3b505a956..02ad01289d3 100644 --- a/7556/data/test-cases/2f408fe09dcce726.json +++ b/7588/data/test-cases/d285132045de8f8e.json @@ -1 +1 @@ -{"uid":"2f408fe09dcce726","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":1728457537133,"stop":1728457537133,"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":6,"unknown":0,"total":6},"items":[{"uid":"156cbaab0fa41373","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/156cbaab0fa41373","status":"passed","time":{"start":1728456499102,"stop":1728456499102,"duration":0}},{"uid":"3483f73cbd4be1c1","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/3483f73cbd4be1c1","status":"passed","time":{"start":1728456215081,"stop":1728456215081,"duration":0}},{"uid":"f96d4b43f32d26ea","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/f96d4b43f32d26ea","status":"passed","time":{"start":1728456167137,"stop":1728456167137,"duration":0}},{"uid":"91daa325a95fc3cb","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/91daa325a95fc3cb","status":"passed","time":{"start":1728455518199,"stop":1728455518200,"duration":1}},{"uid":"c16d9f77dc671998","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/c16d9f77dc671998","status":"passed","time":{"start":1728452534887,"stop":1728452534887,"duration":0}}]},"tags":[]},"source":"2f408fe09dcce726.json","parameterValues":[]} \ No newline at end of file +{"uid":"d285132045de8f8e","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":1729034704499,"stop":1729034704500,"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":15,"unknown":0,"total":15},"items":[{"uid":"c9e8025c9f1b8749","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c9e8025c9f1b8749","status":"passed","time":{"start":1729034474993,"stop":1729034474993,"duration":0}},{"uid":"abb6833b9ff81a96","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/abb6833b9ff81a96","status":"passed","time":{"start":1729034395294,"stop":1729034395294,"duration":0}},{"uid":"45091b38740b6db4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45091b38740b6db4","status":"passed","time":{"start":1729034209105,"stop":1729034209105,"duration":0}},{"uid":"c2033a647da3bc90","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c2033a647da3bc90","status":"passed","time":{"start":1729032264573,"stop":1729032264573,"duration":0}},{"uid":"aa44d74f2aebc966","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aa44d74f2aebc966","status":"passed","time":{"start":1728902012865,"stop":1728902012866,"duration":1}},{"uid":"b82b3f4823b23d9f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b82b3f4823b23d9f","status":"passed","time":{"start":1728893454815,"stop":1728893454816,"duration":1}},{"uid":"3676af46f44724e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3676af46f44724e5","status":"passed","time":{"start":1728856408459,"stop":1728856408459,"duration":0}},{"uid":"a30b6525b09c2366","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a30b6525b09c2366","status":"passed","time":{"start":1728738633859,"stop":1728738633860,"duration":1}},{"uid":"a55a946e046b085","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a55a946e046b085","status":"passed","time":{"start":1728683159790,"stop":1728683159791,"duration":1}},{"uid":"74ab76c157c175c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/74ab76c157c175c9","status":"passed","time":{"start":1728682751335,"stop":1728682751336,"duration":1}},{"uid":"5c221e1950eb9b5f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5c221e1950eb9b5f","status":"passed","time":{"start":1728677216366,"stop":1728677216366,"duration":0}},{"uid":"d251dc63f68de25e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d251dc63f68de25e","status":"passed","time":{"start":1728669925458,"stop":1728669925458,"duration":0}},{"uid":"f32a5fcdbbb48e5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f32a5fcdbbb48e5e","status":"passed","time":{"start":1728598268812,"stop":1728598268812,"duration":0}},{"uid":"9d1cc81484cf5748","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9d1cc81484cf5748","status":"passed","time":{"start":1728597503935,"stop":1728597503936,"duration":1}}]},"tags":[]},"source":"d285132045de8f8e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/d2cd711a837cb01f.json b/7588/data/test-cases/d3c643fec7436bca.json similarity index 83% rename from 7556/data/test-cases/d2cd711a837cb01f.json rename to 7588/data/test-cases/d3c643fec7436bca.json index 1286b93d21d..eb1beb397cf 100644 --- a/7556/data/test-cases/d2cd711a837cb01f.json +++ b/7588/data/test-cases/d3c643fec7436bca.json @@ -1 +1 @@ -{"uid":"d2cd711a837cb01f","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":1728457448613,"stop":1728457448614,"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":6,"unknown":0,"total":6},"items":[{"uid":"1b30971719b7a86f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/1b30971719b7a86f","status":"passed","time":{"start":1728456402377,"stop":1728456402385,"duration":8}},{"uid":"cc356aa227a1837c","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/cc356aa227a1837c","status":"passed","time":{"start":1728456120427,"stop":1728456120427,"duration":0}},{"uid":"6f72297e0e510c0c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/6f72297e0e510c0c","status":"passed","time":{"start":1728456038367,"stop":1728456038368,"duration":1}},{"uid":"6e3819683136c63","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/6e3819683136c63","status":"passed","time":{"start":1728455403820,"stop":1728455403821,"duration":1}},{"uid":"de2bb82beff2975f","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/de2bb82beff2975f","status":"passed","time":{"start":1728452400281,"stop":1728452400282,"duration":1}}]},"tags":[]},"source":"d2cd711a837cb01f.json","parameterValues":[]} \ No newline at end of file +{"uid":"d3c643fec7436bca","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":1729034611663,"stop":1729034611663,"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":15,"unknown":0,"total":15},"items":[{"uid":"b2f7a9a0af7497fe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b2f7a9a0af7497fe","status":"passed","time":{"start":1729034393643,"stop":1729034393643,"duration":0}},{"uid":"cfb66e519ef3838b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cfb66e519ef3838b","status":"passed","time":{"start":1729034304836,"stop":1729034304836,"duration":0}},{"uid":"c323a58981009528","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c323a58981009528","status":"passed","time":{"start":1729034121905,"stop":1729034121906,"duration":1}},{"uid":"47b0b564f8c68cda","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/47b0b564f8c68cda","status":"passed","time":{"start":1729032174841,"stop":1729032174841,"duration":0}},{"uid":"cac1f3d8f545cf1d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cac1f3d8f545cf1d","status":"passed","time":{"start":1728901881010,"stop":1728901881011,"duration":1}},{"uid":"2982cff7a6cb2759","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2982cff7a6cb2759","status":"passed","time":{"start":1728893317158,"stop":1728893317159,"duration":1}},{"uid":"2fa7ab1e9c272975","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2fa7ab1e9c272975","status":"passed","time":{"start":1728856263087,"stop":1728856263088,"duration":1}},{"uid":"da502eb4f3f60bcc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da502eb4f3f60bcc","status":"passed","time":{"start":1728738492796,"stop":1728738492797,"duration":1}},{"uid":"2bb3a86445328c7c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2bb3a86445328c7c","status":"passed","time":{"start":1728683030020,"stop":1728683030020,"duration":0}},{"uid":"ccc814d8914328c7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ccc814d8914328c7","status":"passed","time":{"start":1728682581101,"stop":1728682581101,"duration":0}},{"uid":"847d5411e79bd56c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/847d5411e79bd56c","status":"passed","time":{"start":1728677081992,"stop":1728677081992,"duration":0}},{"uid":"fe1734b7cb910eb6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fe1734b7cb910eb6","status":"passed","time":{"start":1728669795393,"stop":1728669795393,"duration":0}},{"uid":"3956cdf312f7fb0f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3956cdf312f7fb0f","status":"passed","time":{"start":1728598137502,"stop":1728598137502,"duration":0}},{"uid":"fe71d927e2738b08","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fe71d927e2738b08","status":"passed","time":{"start":1728597353478,"stop":1728597353478,"duration":0}}]},"tags":[]},"source":"d3c643fec7436bca.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c3ccb230f078d794.json b/7588/data/test-cases/d4459ac3e00ba515.json similarity index 88% rename from 7556/data/test-cases/c3ccb230f078d794.json rename to 7588/data/test-cases/d4459ac3e00ba515.json index 3f96e5ade8c..ee90e0e47f1 100644 --- a/7556/data/test-cases/c3ccb230f078d794.json +++ b/7588/data/test-cases/d4459ac3e00ba515.json @@ -1 +1 @@ -{"uid":"c3ccb230f078d794","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":1728457510468,"stop":1728457510469,"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":6,"unknown":0,"total":6},"items":[{"uid":"3313574b0bc1f749","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/3313574b0bc1f749","status":"passed","time":{"start":1728456448226,"stop":1728456448227,"duration":1}},{"uid":"4d1255a608935d75","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/4d1255a608935d75","status":"passed","time":{"start":1728456195723,"stop":1728456195723,"duration":0}},{"uid":"a594c9e2b4a37f8a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/a594c9e2b4a37f8a","status":"passed","time":{"start":1728456166716,"stop":1728456166716,"duration":0}},{"uid":"e8b005dcfc8e1a1b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/e8b005dcfc8e1a1b","status":"passed","time":{"start":1728455516748,"stop":1728455516749,"duration":1}},{"uid":"bd83e3f57e2c3a81","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/bd83e3f57e2c3a81","status":"passed","time":{"start":1728452508952,"stop":1728452508952,"duration":0}}]},"tags":[]},"source":"c3ccb230f078d794.json","parameterValues":[]} \ No newline at end of file +{"uid":"d4459ac3e00ba515","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":1729034631265,"stop":1729034631265,"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":15,"unknown":0,"total":15},"items":[{"uid":"200fbe03cc6e5be3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/200fbe03cc6e5be3","status":"passed","time":{"start":1729034400905,"stop":1729034400905,"duration":0}},{"uid":"60bf420ee6bb4484","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/60bf420ee6bb4484","status":"passed","time":{"start":1729034317506,"stop":1729034317506,"duration":0}},{"uid":"9f5f3f58fd93316d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9f5f3f58fd93316d","status":"passed","time":{"start":1729034137159,"stop":1729034137159,"duration":0}},{"uid":"dff9081769730176","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dff9081769730176","status":"passed","time":{"start":1729032206902,"stop":1729032206902,"duration":0}},{"uid":"b6d49b7ec33c86e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b6d49b7ec33c86e2","status":"passed","time":{"start":1728901995037,"stop":1728901995037,"duration":0}},{"uid":"832126e63cc4994d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/832126e63cc4994d","status":"passed","time":{"start":1728893421010,"stop":1728893421011,"duration":1}},{"uid":"43f35d673e6e9fc7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/43f35d673e6e9fc7","status":"passed","time":{"start":1728856368611,"stop":1728856368612,"duration":1}},{"uid":"3789f825e4e6646b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3789f825e4e6646b","status":"passed","time":{"start":1728738604694,"stop":1728738604695,"duration":1}},{"uid":"91cac75ae3dfd494","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/91cac75ae3dfd494","status":"passed","time":{"start":1728683117701,"stop":1728683117701,"duration":0}},{"uid":"4a924db9111f62df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4a924db9111f62df","status":"passed","time":{"start":1728682721328,"stop":1728682721329,"duration":1}},{"uid":"c9d0f66c02e77869","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c9d0f66c02e77869","status":"passed","time":{"start":1728677184696,"stop":1728677184696,"duration":0}},{"uid":"b1a2ddc74ab1a377","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1a2ddc74ab1a377","status":"passed","time":{"start":1728669866482,"stop":1728669866483,"duration":1}},{"uid":"98fc1b5f850479e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/98fc1b5f850479e7","status":"passed","time":{"start":1728598250015,"stop":1728598250015,"duration":0}},{"uid":"e1edafcf22c7aeb1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e1edafcf22c7aeb1","status":"passed","time":{"start":1728597472311,"stop":1728597472311,"duration":0}}]},"tags":[]},"source":"d4459ac3e00ba515.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/424b5fefc25195ca.json b/7588/data/test-cases/d542d150995e90e3.json similarity index 93% rename from 7556/data/test-cases/424b5fefc25195ca.json rename to 7588/data/test-cases/d542d150995e90e3.json index e5c818834e4..a391337a062 100644 --- a/7556/data/test-cases/424b5fefc25195ca.json +++ b/7588/data/test-cases/d542d150995e90e3.json @@ -1 +1 @@ -{"uid":"424b5fefc25195ca","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app85/2/topic661/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 4 - Cluster ID: 10, Content Topic: /app85/2/topic661/json","historyId":"3e68a153ce867dfef9fbca8495d5cbfb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457516699,"stop":1728457516699,"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":"424b5fefc25195ca.json","parameterValues":[]} \ No newline at end of file +{"uid":"d542d150995e90e3","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app63/7/topic981/utf8","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 2 - Cluster ID: 10, Content Topic: /app63/7/topic981/utf8","historyId":"cef07f1ff92137e1df43911a61443a69:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034656464,"stop":1729034656464,"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":"d542d150995e90e3.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/1da22f49f73fc6c9.json b/7588/data/test-cases/d57297ca9a427f10.json similarity index 56% rename from 7556/data/test-cases/1da22f49f73fc6c9.json rename to 7588/data/test-cases/d57297ca9a427f10.json index 0ba70849c8e..8587da79807 100644 --- a/7556/data/test-cases/1da22f49f73fc6c9.json +++ b/7588/data/test-cases/d57297ca9a427f10.json @@ -1 +1 @@ -{"uid":"1da22f49f73fc6c9","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":1728457237157,"stop":1728457237158,"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":6,"unknown":0,"total":6},"items":[{"uid":"f29334a9f89588a2","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/f29334a9f89588a2","status":"passed","time":{"start":1728456208700,"stop":1728456208700,"duration":0}},{"uid":"de6c88ed597c8664","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/de6c88ed597c8664","status":"passed","time":{"start":1728455893205,"stop":1728455893207,"duration":2}},{"uid":"efc035362a102eda","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/efc035362a102eda","status":"passed","time":{"start":1728455665937,"stop":1728455665937,"duration":0}},{"uid":"6a56162575408d60","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/6a56162575408d60","status":"passed","time":{"start":1728455023249,"stop":1728455023249,"duration":0}},{"uid":"11bdd6743a5846e4","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/11bdd6743a5846e4","status":"passed","time":{"start":1728452036148,"stop":1728452036149,"duration":1}}]},"tags":[]},"source":"1da22f49f73fc6c9.json","parameterValues":[]} \ No newline at end of file +{"uid":"d57297ca9a427f10","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":1729034424273,"stop":1729034424273,"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":15,"unknown":0,"total":15},"items":[{"uid":"9d19be18497fe333","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9d19be18497fe333","status":"passed","time":{"start":1729034190705,"stop":1729034190705,"duration":0}},{"uid":"5f52dc3928bc74e6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5f52dc3928bc74e6","status":"passed","time":{"start":1729034108431,"stop":1729034108431,"duration":0}},{"uid":"9bec4bef67576a8a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9bec4bef67576a8a","status":"passed","time":{"start":1729033925381,"stop":1729033925382,"duration":1}},{"uid":"fa5cdac08b01f36f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fa5cdac08b01f36f","status":"passed","time":{"start":1729031975189,"stop":1729031975190,"duration":1}},{"uid":"fc503d6731703e2f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fc503d6731703e2f","status":"passed","time":{"start":1728901537876,"stop":1728901537877,"duration":1}},{"uid":"3fdede22666fdc30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3fdede22666fdc30","status":"passed","time":{"start":1728892972428,"stop":1728892972429,"duration":1}},{"uid":"de9d5c764c7d396e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/de9d5c764c7d396e","status":"passed","time":{"start":1728855933070,"stop":1728855933071,"duration":1}},{"uid":"da1a1b43cc04aa66","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da1a1b43cc04aa66","status":"passed","time":{"start":1728738149926,"stop":1728738149926,"duration":0}},{"uid":"99e11c619b8ad78c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99e11c619b8ad78c","status":"passed","time":{"start":1728682681970,"stop":1728682681970,"duration":0}},{"uid":"99f135887657bf72","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99f135887657bf72","status":"passed","time":{"start":1728682257768,"stop":1728682257769,"duration":1}},{"uid":"63f28a32de2b0aa4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/63f28a32de2b0aa4","status":"passed","time":{"start":1728676730787,"stop":1728676730787,"duration":0}},{"uid":"75acc265775146cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/75acc265775146cc","status":"passed","time":{"start":1728669456895,"stop":1728669456895,"duration":0}},{"uid":"f93507a415ab2025","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f93507a415ab2025","status":"passed","time":{"start":1728597795919,"stop":1728597795919,"duration":0}},{"uid":"a3baa8d04158f086","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3baa8d04158f086","status":"passed","time":{"start":1728597010201,"stop":1728597010201,"duration":0}}]},"tags":[]},"source":"d57297ca9a427f10.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/fc8e9a8e43f88566.json b/7588/data/test-cases/d594a1d08849d2f8.json similarity index 81% rename from 7556/data/test-cases/fc8e9a8e43f88566.json rename to 7588/data/test-cases/d594a1d08849d2f8.json index fae3d3c8215..2afbd4e8612 100644 --- a/7556/data/test-cases/fc8e9a8e43f88566.json +++ b/7588/data/test-cases/d594a1d08849d2f8.json @@ -1 +1 @@ -{"uid":"fc8e9a8e43f88566","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":1728457322429,"stop":1728457322429,"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":6,"unknown":0,"total":6},"items":[{"uid":"aa168f196efc85","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/aa168f196efc85","status":"passed","time":{"start":1728456287237,"stop":1728456287237,"duration":0}},{"uid":"dd43175af0090770","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/dd43175af0090770","status":"passed","time":{"start":1728455980763,"stop":1728455980764,"duration":1}},{"uid":"e07ae66af052e505","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e07ae66af052e505","status":"passed","time":{"start":1728455789242,"stop":1728455789243,"duration":1}},{"uid":"7e5d1b3933eea6f0","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/7e5d1b3933eea6f0","status":"passed","time":{"start":1728455146552,"stop":1728455146553,"duration":1}},{"uid":"5fabf639b91453bb","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/5fabf639b91453bb","status":"passed","time":{"start":1728452163129,"stop":1728452163131,"duration":2}}]},"tags":[]},"source":"fc8e9a8e43f88566.json","parameterValues":[]} \ No newline at end of file +{"uid":"d594a1d08849d2f8","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":1729034506798,"stop":1729034506802,"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":15,"unknown":0,"total":15},"items":[{"uid":"e0da8d46b96b1ac9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e0da8d46b96b1ac9","status":"passed","time":{"start":1729034259821,"stop":1729034259825,"duration":4}},{"uid":"142ba788494931b4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/142ba788494931b4","status":"passed","time":{"start":1729034194027,"stop":1729034194030,"duration":3}},{"uid":"158c38ddb12f1d9d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/158c38ddb12f1d9d","status":"passed","time":{"start":1729034014878,"stop":1729034014878,"duration":0}},{"uid":"74a973b96f888dd4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/74a973b96f888dd4","status":"passed","time":{"start":1729032065458,"stop":1729032065458,"duration":0}},{"uid":"ac282bad8b41f48b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac282bad8b41f48b","status":"passed","time":{"start":1728901664271,"stop":1728901664282,"duration":11}},{"uid":"6969ebdb3db8ec65","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6969ebdb3db8ec65","status":"passed","time":{"start":1728893093693,"stop":1728893093693,"duration":0}},{"uid":"a83f6edd2138ff42","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a83f6edd2138ff42","status":"passed","time":{"start":1728856055274,"stop":1728856055274,"duration":0}},{"uid":"4efc76f4d079ce53","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4efc76f4d079ce53","status":"passed","time":{"start":1728738274746,"stop":1728738274746,"duration":0}},{"uid":"4e2eea67d8f6b4d5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4e2eea67d8f6b4d5","status":"passed","time":{"start":1728682807961,"stop":1728682807961,"duration":0}},{"uid":"b3a8bd50001e1cb9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3a8bd50001e1cb9","status":"passed","time":{"start":1728682381288,"stop":1728682381288,"duration":0}},{"uid":"816013bdc70a2fdd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/816013bdc70a2fdd","status":"passed","time":{"start":1728676853902,"stop":1728676853902,"duration":0}},{"uid":"2281bbe13d02798e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2281bbe13d02798e","status":"passed","time":{"start":1728669581699,"stop":1728669581699,"duration":0}},{"uid":"40768247658d369d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/40768247658d369d","status":"passed","time":{"start":1728597923492,"stop":1728597923492,"duration":0}},{"uid":"28b5344f6bdb90e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/28b5344f6bdb90e8","status":"passed","time":{"start":1728597132265,"stop":1728597132266,"duration":1}}]},"tags":[]},"source":"d594a1d08849d2f8.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/f2839027b2ed2808.json b/7588/data/test-cases/d5f835aabe04084b.json similarity index 80% rename from 7556/data/test-cases/f2839027b2ed2808.json rename to 7588/data/test-cases/d5f835aabe04084b.json index a7efa9ab559..d1a2ad0eca6 100644 --- a/7556/data/test-cases/f2839027b2ed2808.json +++ b/7588/data/test-cases/d5f835aabe04084b.json @@ -1 +1 @@ -{"uid":"f2839027b2ed2808","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":1728457490921,"stop":1728457490923,"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":6,"unknown":0,"total":6},"items":[{"uid":"d8dbc380f73d0b25","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/d8dbc380f73d0b25","status":"passed","time":{"start":1728456439221,"stop":1728456439221,"duration":0}},{"uid":"abb84ee1f1c10766","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/abb84ee1f1c10766","status":"passed","time":{"start":1728456209549,"stop":1728456209551,"duration":2}},{"uid":"a536cb47fc6523f3","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/a536cb47fc6523f3","status":"passed","time":{"start":1728456126838,"stop":1728456126838,"duration":0}},{"uid":"6073643ed629b855","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/6073643ed629b855","status":"passed","time":{"start":1728455481801,"stop":1728455481801,"duration":0}},{"uid":"ba9bd2b82b27fcf5","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/ba9bd2b82b27fcf5","status":"passed","time":{"start":1728452438552,"stop":1728452438553,"duration":1}}]},"tags":[]},"source":"f2839027b2ed2808.json","parameterValues":[]} \ No newline at end of file +{"uid":"d5f835aabe04084b","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":1729034640522,"stop":1729034640523,"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":15,"unknown":0,"total":15},"items":[{"uid":"aca51ef90ecf155e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aca51ef90ecf155e","status":"passed","time":{"start":1729034411423,"stop":1729034411423,"duration":0}},{"uid":"e0ace90361eb31f4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e0ace90361eb31f4","status":"passed","time":{"start":1729034327402,"stop":1729034327403,"duration":1}},{"uid":"8dfddb5c340280cb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8dfddb5c340280cb","status":"passed","time":{"start":1729034147772,"stop":1729034147772,"duration":0}},{"uid":"9c6e80c8c363d5b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9c6e80c8c363d5b4","status":"passed","time":{"start":1729032204827,"stop":1729032204828,"duration":1}},{"uid":"938e8723daf7d3c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/938e8723daf7d3c","status":"passed","time":{"start":1728901907700,"stop":1728901907700,"duration":0}},{"uid":"d7f9884377fc3f89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d7f9884377fc3f89","status":"passed","time":{"start":1728893341888,"stop":1728893341888,"duration":0}},{"uid":"80c5af58d366efbe","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/80c5af58d366efbe","status":"passed","time":{"start":1728856299357,"stop":1728856299370,"duration":13}},{"uid":"76b757c8113edab5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76b757c8113edab5","status":"passed","time":{"start":1728738511617,"stop":1728738511617,"duration":0}},{"uid":"472cb4c2a6d1786f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/472cb4c2a6d1786f","status":"passed","time":{"start":1728683052911,"stop":1728683052911,"duration":0}},{"uid":"99193f433cbb1108","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99193f433cbb1108","status":"passed","time":{"start":1728682612910,"stop":1728682612911,"duration":1}},{"uid":"55531e433d4a2804","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/55531e433d4a2804","status":"passed","time":{"start":1728677115746,"stop":1728677115746,"duration":0}},{"uid":"5dba4c3a53d249de","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5dba4c3a53d249de","status":"passed","time":{"start":1728669778174,"stop":1728669778174,"duration":0}},{"uid":"568a370e65378a80","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/568a370e65378a80","status":"passed","time":{"start":1728598175432,"stop":1728598175432,"duration":0}},{"uid":"2727f812726f8baf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2727f812726f8baf","status":"passed","time":{"start":1728597380061,"stop":1728597380061,"duration":0}}]},"tags":[]},"source":"d5f835aabe04084b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/bada927983d7d01e.json b/7588/data/test-cases/d67d53e3c7dd22ed.json similarity index 87% rename from 7556/data/test-cases/bada927983d7d01e.json rename to 7588/data/test-cases/d67d53e3c7dd22ed.json index 25530a2c619..9b72af9dab6 100644 --- a/7556/data/test-cases/bada927983d7d01e.json +++ b/7588/data/test-cases/d67d53e3c7dd22ed.json @@ -1 +1 @@ -{"uid":"bada927983d7d01e","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":1728457473518,"stop":1728457473518,"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":6,"unknown":0,"total":6},"items":[{"uid":"c6f36af79e2cd5ad","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/c6f36af79e2cd5ad","status":"passed","time":{"start":1728456428366,"stop":1728456428366,"duration":0}},{"uid":"e960fbc4c13895c7","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/e960fbc4c13895c7","status":"passed","time":{"start":1728456157798,"stop":1728456157798,"duration":0}},{"uid":"243b80d0effb42ae","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/243b80d0effb42ae","status":"passed","time":{"start":1728456063537,"stop":1728456063537,"duration":0}},{"uid":"c592afb8d165ace6","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c592afb8d165ace6","status":"passed","time":{"start":1728455422526,"stop":1728455422526,"duration":0}},{"uid":"cfcf095efd47b34f","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/cfcf095efd47b34f","status":"passed","time":{"start":1728452417655,"stop":1728452417656,"duration":1}}]},"tags":[]},"source":"bada927983d7d01e.json","parameterValues":[]} \ No newline at end of file +{"uid":"d67d53e3c7dd22ed","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":1729034617757,"stop":1729034617758,"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":15,"unknown":0,"total":15},"items":[{"uid":"d7eb6fa57901d908","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d7eb6fa57901d908","status":"passed","time":{"start":1729034370866,"stop":1729034370866,"duration":0}},{"uid":"c3faad326270b64d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c3faad326270b64d","status":"passed","time":{"start":1729034308869,"stop":1729034308870,"duration":1}},{"uid":"1bc25111b7e25fa0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1bc25111b7e25fa0","status":"passed","time":{"start":1729034129472,"stop":1729034129473,"duration":1}},{"uid":"f20939d3b6686a75","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f20939d3b6686a75","status":"passed","time":{"start":1729032178366,"stop":1729032178366,"duration":0}},{"uid":"1c0c1f9f8cebb8c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c0c1f9f8cebb8c0","status":"passed","time":{"start":1728901896345,"stop":1728901896345,"duration":0}},{"uid":"6cee78b268e9a8cf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6cee78b268e9a8cf","status":"passed","time":{"start":1728893329023,"stop":1728893329024,"duration":1}},{"uid":"ddcad5636d89c5ea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ddcad5636d89c5ea","status":"passed","time":{"start":1728856284761,"stop":1728856284761,"duration":0}},{"uid":"8815c4cd904cf0fe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8815c4cd904cf0fe","status":"passed","time":{"start":1728738494938,"stop":1728738494938,"duration":0}},{"uid":"34bfa88b5240e979","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/34bfa88b5240e979","status":"passed","time":{"start":1728683033630,"stop":1728683033630,"duration":0}},{"uid":"4dd63870134fa5cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4dd63870134fa5cf","status":"passed","time":{"start":1728682601735,"stop":1728682601735,"duration":0}},{"uid":"ae0df2c774b1dc46","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae0df2c774b1dc46","status":"passed","time":{"start":1728677107960,"stop":1728677107960,"duration":0}},{"uid":"d73d5e663762ce90","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d73d5e663762ce90","status":"passed","time":{"start":1728669764749,"stop":1728669764750,"duration":1}},{"uid":"5859f6d3c36d7af2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5859f6d3c36d7af2","status":"passed","time":{"start":1728598157561,"stop":1728598157561,"duration":0}},{"uid":"e97c36677b6679d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e97c36677b6679d4","status":"passed","time":{"start":1728597369059,"stop":1728597369060,"duration":1}}]},"tags":[]},"source":"d67d53e3c7dd22ed.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/d6954a5f854c88b3.json b/7588/data/test-cases/d6954a5f854c88b3.json new file mode 100644 index 00000000000..0adcb140154 --- /dev/null +++ b/7588/data/test-cases/d6954a5f854c88b3.json @@ -0,0 +1 @@ +{"uid":"d6954a5f854c88b3","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":1729034348297,"stop":1729034348298,"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":15,"unknown":0,"total":15},"items":[{"uid":"191ca26afcdce00c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/191ca26afcdce00c","status":"passed","time":{"start":1729034111876,"stop":1729034111878,"duration":2}},{"uid":"b9240871fd3f031","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b9240871fd3f031","status":"passed","time":{"start":1729034034980,"stop":1729034034980,"duration":0}},{"uid":"c291b76d1f5f8527","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c291b76d1f5f8527","status":"passed","time":{"start":1729033849393,"stop":1729033849393,"duration":0}},{"uid":"ca1d9c167d645d2d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ca1d9c167d645d2d","status":"passed","time":{"start":1729031899548,"stop":1729031899548,"duration":0}},{"uid":"6de557f9ca00e30b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6de557f9ca00e30b","status":"passed","time":{"start":1728901444842,"stop":1728901444842,"duration":0}},{"uid":"e26a19e3bd0c17d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e26a19e3bd0c17d8","status":"passed","time":{"start":1728892875617,"stop":1728892875618,"duration":1}},{"uid":"f6a9724c87b4cb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f6a9724c87b4cb0","status":"passed","time":{"start":1728855838490,"stop":1728855838491,"duration":1}},{"uid":"ff4f65f8aae8909c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff4f65f8aae8909c","status":"passed","time":{"start":1728738055452,"stop":1728738055452,"duration":0}},{"uid":"8ad5fce085efdcac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8ad5fce085efdcac","status":"passed","time":{"start":1728682589263,"stop":1728682589264,"duration":1}},{"uid":"d0909425c688afea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d0909425c688afea","status":"passed","time":{"start":1728682162182,"stop":1728682162182,"duration":0}},{"uid":"7eaae47a77dd856a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7eaae47a77dd856a","status":"passed","time":{"start":1728676636513,"stop":1728676636514,"duration":1}},{"uid":"4217b0c4bf025645","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4217b0c4bf025645","status":"passed","time":{"start":1728669359847,"stop":1728669359848,"duration":1}},{"uid":"60915e1b04abc5c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/60915e1b04abc5c7","status":"passed","time":{"start":1728597699703,"stop":1728597699704,"duration":1}},{"uid":"f66ac5863f2e4f6b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f66ac5863f2e4f6b","status":"passed","time":{"start":1728596919893,"stop":1728596919894,"duration":1}}]},"tags":[]},"source":"d6954a5f854c88b3.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/d6a257ab4aa72659.json b/7588/data/test-cases/d6a257ab4aa72659.json new file mode 100644 index 00000000000..d8e4b7743bc --- /dev/null +++ b/7588/data/test-cases/d6a257ab4aa72659.json @@ -0,0 +1 @@ +{"uid":"d6a257ab4aa72659","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":1729034356474,"stop":1729034356474,"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":14,"unknown":0,"total":14},"items":[{"uid":"f67dd36b19a513ee","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f67dd36b19a513ee","status":"passed","time":{"start":1729034120500,"stop":1729034120500,"duration":0}},{"uid":"fc9f41930c02a26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fc9f41930c02a26","status":"passed","time":{"start":1729033858270,"stop":1729033858270,"duration":0}},{"uid":"8353b41d3ae56201","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8353b41d3ae56201","status":"passed","time":{"start":1729031908176,"stop":1729031908176,"duration":0}},{"uid":"3074bab1e3ec59c8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3074bab1e3ec59c8","status":"passed","time":{"start":1728901453933,"stop":1728901453933,"duration":0}},{"uid":"2453892ac8a8bb45","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2453892ac8a8bb45","status":"passed","time":{"start":1728892884409,"stop":1728892884409,"duration":0}},{"uid":"80fc4937eec8a256","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/80fc4937eec8a256","status":"passed","time":{"start":1728855846878,"stop":1728855846878,"duration":0}},{"uid":"8dbe114c85178dfe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8dbe114c85178dfe","status":"passed","time":{"start":1728738064182,"stop":1728738064182,"duration":0}},{"uid":"4f878c5111cbdba7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4f878c5111cbdba7","status":"passed","time":{"start":1728682597760,"stop":1728682597760,"duration":0}},{"uid":"40e8c8afa54d29e9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/40e8c8afa54d29e9","status":"passed","time":{"start":1728682170539,"stop":1728682170540,"duration":1}},{"uid":"fc4c20f60a779d6e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fc4c20f60a779d6e","status":"passed","time":{"start":1728676645199,"stop":1728676645199,"duration":0}},{"uid":"7726e10c00c2c566","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7726e10c00c2c566","status":"passed","time":{"start":1728669368194,"stop":1728669368194,"duration":0}},{"uid":"f5c8effbbb28cd24","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5c8effbbb28cd24","status":"passed","time":{"start":1728597709010,"stop":1728597709010,"duration":0}},{"uid":"2a5f53931f8a19ed","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2a5f53931f8a19ed","status":"passed","time":{"start":1728596928105,"stop":1728596928106,"duration":1}}]},"tags":[]},"source":"d6a257ab4aa72659.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/88a06b9e0c611784.json b/7588/data/test-cases/d6d2881525dc5434.json similarity index 50% rename from 7556/data/test-cases/88a06b9e0c611784.json rename to 7588/data/test-cases/d6d2881525dc5434.json index 11e41dc03ff..0a72c542e1c 100644 --- a/7556/data/test-cases/88a06b9e0c611784.json +++ b/7588/data/test-cases/d6d2881525dc5434.json @@ -1 +1 @@ -{"uid":"88a06b9e0c611784","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":1728457289945,"stop":1728457289945,"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":6,"unknown":0,"total":6},"items":[{"uid":"56899e9258092073","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/56899e9258092073","status":"passed","time":{"start":1728456257122,"stop":1728456257123,"duration":1}},{"uid":"cf99df46250aa7e0","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/cf99df46250aa7e0","status":"passed","time":{"start":1728455949871,"stop":1728455949871,"duration":0}},{"uid":"c4c4f36dc83d58eb","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/c4c4f36dc83d58eb","status":"passed","time":{"start":1728455741469,"stop":1728455741469,"duration":0}},{"uid":"d6d3418091912395","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/d6d3418091912395","status":"passed","time":{"start":1728455102321,"stop":1728455102321,"duration":0}},{"uid":"2d8b166da3c11430","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/2d8b166da3c11430","status":"passed","time":{"start":1728452170815,"stop":1728452170815,"duration":0}}]},"tags":[]},"source":"88a06b9e0c611784.json","parameterValues":[]} \ No newline at end of file +{"uid":"d6d2881525dc5434","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":1729034472983,"stop":1729034472984,"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":15,"unknown":0,"total":15},"items":[{"uid":"87186dd22d0bf559","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/87186dd22d0bf559","status":"passed","time":{"start":1729034240925,"stop":1729034240926,"duration":1}},{"uid":"3b01fac9d727a1d2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3b01fac9d727a1d2","status":"passed","time":{"start":1729034159620,"stop":1729034159620,"duration":0}},{"uid":"79055e469f30426a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79055e469f30426a","status":"passed","time":{"start":1729033976804,"stop":1729033976804,"duration":0}},{"uid":"2fe294bcb8f19afd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2fe294bcb8f19afd","status":"passed","time":{"start":1729032020527,"stop":1729032020528,"duration":1}},{"uid":"e7e8033408dc48c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e7e8033408dc48c3","status":"passed","time":{"start":1728901616460,"stop":1728901616472,"duration":12}},{"uid":"e19bf33053d2bc6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e19bf33053d2bc6f","status":"passed","time":{"start":1728893050249,"stop":1728893050249,"duration":0}},{"uid":"ef203624b20a8791","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ef203624b20a8791","status":"passed","time":{"start":1728856015175,"stop":1728856015176,"duration":1}},{"uid":"7de5269b1ef9acea","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7de5269b1ef9acea","status":"passed","time":{"start":1728738233145,"stop":1728738233145,"duration":0}},{"uid":"46a82c2852ba7939","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/46a82c2852ba7939","status":"passed","time":{"start":1728682762476,"stop":1728682762476,"duration":0}},{"uid":"74847c2a7a54755e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/74847c2a7a54755e","status":"passed","time":{"start":1728682332790,"stop":1728682332790,"duration":0}},{"uid":"e16d2949ed5cc6af","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e16d2949ed5cc6af","status":"passed","time":{"start":1728676810299,"stop":1728676810299,"duration":0}},{"uid":"dd232e66d0b25867","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd232e66d0b25867","status":"passed","time":{"start":1728669529904,"stop":1728669529904,"duration":0}},{"uid":"4f5e77fd27c31738","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4f5e77fd27c31738","status":"passed","time":{"start":1728597873538,"stop":1728597873539,"duration":1}},{"uid":"115a618a87f5e5ad","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/115a618a87f5e5ad","status":"passed","time":{"start":1728597089277,"stop":1728597089277,"duration":0}}]},"tags":[]},"source":"d6d2881525dc5434.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/d709730fe53675e5.json b/7588/data/test-cases/d709730fe53675e5.json new file mode 100644 index 00000000000..2d96e36b643 --- /dev/null +++ b/7588/data/test-cases/d709730fe53675e5.json @@ -0,0 +1 @@ +{"uid":"d709730fe53675e5","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":1729034332634,"stop":1729034332634,"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":15,"unknown":0,"total":15},"items":[{"uid":"d4de7754bc77d655","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4de7754bc77d655","status":"passed","time":{"start":1729034096135,"stop":1729034096136,"duration":1}},{"uid":"e3442dbd622c2326","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e3442dbd622c2326","status":"passed","time":{"start":1729034020092,"stop":1729034020093,"duration":1}},{"uid":"3818b3cb1003852b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3818b3cb1003852b","status":"passed","time":{"start":1729033834388,"stop":1729033834389,"duration":1}},{"uid":"c15c5a3f9b3f59c1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c15c5a3f9b3f59c1","status":"passed","time":{"start":1729031884122,"stop":1729031884122,"duration":0}},{"uid":"56dc656e1ea0ee15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56dc656e1ea0ee15","status":"passed","time":{"start":1728901430256,"stop":1728901430256,"duration":0}},{"uid":"d473e5f35faaf220","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d473e5f35faaf220","status":"passed","time":{"start":1728892860534,"stop":1728892860534,"duration":0}},{"uid":"43df41ee66b9311a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/43df41ee66b9311a","status":"passed","time":{"start":1728855823324,"stop":1728855823324,"duration":0}},{"uid":"64ff2a5dbc355d16","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/64ff2a5dbc355d16","status":"passed","time":{"start":1728738040605,"stop":1728738040605,"duration":0}},{"uid":"e18d6e02b0e16d62","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e18d6e02b0e16d62","status":"passed","time":{"start":1728682574095,"stop":1728682574095,"duration":0}},{"uid":"166f61b4703ebc19","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/166f61b4703ebc19","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"fef64175d00dea2d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fef64175d00dea2d","status":"passed","time":{"start":1728676621434,"stop":1728676621434,"duration":0}},{"uid":"92f4e040c8734496","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92f4e040c8734496","status":"passed","time":{"start":1728669344470,"stop":1728669344470,"duration":0}},{"uid":"845575160abe8eb7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/845575160abe8eb7","status":"passed","time":{"start":1728597685163,"stop":1728597685164,"duration":1}},{"uid":"fc399176e11abca1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc399176e11abca1","status":"passed","time":{"start":1728596904471,"stop":1728596904471,"duration":0}}]},"tags":[]},"source":"d709730fe53675e5.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c62d5d5aedf64c5b.json b/7588/data/test-cases/d740f32dcac14125.json similarity index 62% rename from 7556/data/test-cases/c62d5d5aedf64c5b.json rename to 7588/data/test-cases/d740f32dcac14125.json index 5c2961f2bd8..211f832bca2 100644 --- a/7556/data/test-cases/c62d5d5aedf64c5b.json +++ b/7588/data/test-cases/d740f32dcac14125.json @@ -1 +1 @@ -{"uid":"c62d5d5aedf64c5b","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":1728457287383,"stop":1728457287384,"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},{"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},{"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":6,"unknown":0,"total":6},"items":[{"uid":"1440e9a3a39ab641","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/1440e9a3a39ab641","status":"passed","time":{"start":1728456254887,"stop":1728456254887,"duration":0}},{"uid":"61497337816ee0e6","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/61497337816ee0e6","status":"passed","time":{"start":1728455947169,"stop":1728455947170,"duration":1}},{"uid":"65de0f401d02257b","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/65de0f401d02257b","status":"passed","time":{"start":1728455739583,"stop":1728455739583,"duration":0}},{"uid":"94d5647bd63f7c9b","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/94d5647bd63f7c9b","status":"passed","time":{"start":1728455100712,"stop":1728455100712,"duration":0}},{"uid":"6267382722b56e48","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/6267382722b56e48","status":"passed","time":{"start":1728452095291,"stop":1728452095291,"duration":0}}]},"tags":[]},"source":"c62d5d5aedf64c5b.json","parameterValues":[]} \ No newline at end of file +{"uid":"d740f32dcac14125","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":1729034470387,"stop":1729034470387,"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},{"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},{"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":15,"unknown":0,"total":15},"items":[{"uid":"a9ce269e2023162e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9ce269e2023162e","status":"passed","time":{"start":1729034238409,"stop":1729034238409,"duration":0}},{"uid":"61f9807f705de314","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/61f9807f705de314","status":"passed","time":{"start":1729034157651,"stop":1729034157652,"duration":1}},{"uid":"13529e4f0b82df71","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/13529e4f0b82df71","status":"passed","time":{"start":1729033974450,"stop":1729033974450,"duration":0}},{"uid":"5c2a8a35663fa278","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5c2a8a35663fa278","status":"passed","time":{"start":1729032027759,"stop":1729032027760,"duration":1}},{"uid":"5d4c583f42eeea72","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5d4c583f42eeea72","status":"passed","time":{"start":1728901614539,"stop":1728901614543,"duration":4}},{"uid":"2d0ea70756effc7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2d0ea70756effc7c","status":"passed","time":{"start":1728893048594,"stop":1728893048595,"duration":1}},{"uid":"894ea287c68fa3b7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/894ea287c68fa3b7","status":"passed","time":{"start":1728856013558,"stop":1728856013558,"duration":0}},{"uid":"696e07d64bb4582d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/696e07d64bb4582d","status":"passed","time":{"start":1728738231630,"stop":1728738231631,"duration":1}},{"uid":"dbe81ed0a116b8a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dbe81ed0a116b8a","status":"passed","time":{"start":1728682761070,"stop":1728682761071,"duration":1}},{"uid":"432807246b2a91","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/432807246b2a91","status":"passed","time":{"start":1728682330628,"stop":1728682330631,"duration":3}},{"uid":"bd4fbdbf97d5058d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bd4fbdbf97d5058d","status":"passed","time":{"start":1728676808322,"stop":1728676808323,"duration":1}},{"uid":"47d864404fc1a678","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/47d864404fc1a678","status":"passed","time":{"start":1728669528227,"stop":1728669528227,"duration":0}},{"uid":"a54d5d5c13ad8a43","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a54d5d5c13ad8a43","status":"passed","time":{"start":1728597872226,"stop":1728597872226,"duration":0}},{"uid":"c9b73512f4822083","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9b73512f4822083","status":"passed","time":{"start":1728597087684,"stop":1728597087684,"duration":0}}]},"tags":[]},"source":"d740f32dcac14125.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/d75761a71f86bae.json b/7588/data/test-cases/d75761a71f86bae.json new file mode 100644 index 00000000000..922d000c8a8 --- /dev/null +++ b/7588/data/test-cases/d75761a71f86bae.json @@ -0,0 +1 @@ +{"uid":"d75761a71f86bae","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":1729034611664,"stop":1729034611664,"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":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"5b51d5b8ebe13bce","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b51d5b8ebe13bce","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034393644,"stop":1729034393644,"duration":0}},{"uid":"ba7dd488363c21b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ba7dd488363c21b3","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034304837,"stop":1729034304838,"duration":1}},{"uid":"56ab6665b31e7479","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/56ab6665b31e7479","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121909,"stop":1729034121909,"duration":0}},{"uid":"b5f0cb8f196dab78","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b5f0cb8f196dab78","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174842,"stop":1729032174842,"duration":0}},{"uid":"1598f67e7dd82e40","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1598f67e7dd82e40","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881011,"stop":1728901881011,"duration":0}},{"uid":"7551a6b29ef7051f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7551a6b29ef7051f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317160,"stop":1728893317161,"duration":1}},{"uid":"4d3d02c33561b091","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4d3d02c33561b091","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263088,"stop":1728856263098,"duration":10}},{"uid":"9fcf3eba94c02460","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9fcf3eba94c02460","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492797,"stop":1728738492797,"duration":0}},{"uid":"acb0359a6eb64367","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/acb0359a6eb64367","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030020,"stop":1728683030021,"duration":1}},{"uid":"be93c5408a6f19e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/be93c5408a6f19e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581102,"stop":1728682581102,"duration":0}},{"uid":"1e296186eba120dc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1e296186eba120dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677081994,"stop":1728677081994,"duration":0}},{"uid":"3d87b920ad6beb19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3d87b920ad6beb19","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795394,"stop":1728669795394,"duration":0}},{"uid":"e271a9d7596c3987","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e271a9d7596c3987","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137503,"stop":1728598137503,"duration":0}},{"uid":"3f417e79f03fc50a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f417e79f03fc50a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353479,"stop":1728597353479,"duration":0}}]},"tags":[]},"source":"d75761a71f86bae.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/136911800530e215.json b/7588/data/test-cases/d785b08bcdb6d427.json similarity index 85% rename from 7556/data/test-cases/136911800530e215.json rename to 7588/data/test-cases/d785b08bcdb6d427.json index edb35101f2a..372f638d25e 100644 --- a/7556/data/test-cases/136911800530e215.json +++ b/7588/data/test-cases/d785b08bcdb6d427.json @@ -1 +1 @@ -{"uid":"136911800530e215","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":1728457537125,"stop":1728457537126,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"1ac51d990c88d685","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/1ac51d990c88d685","status":"passed","time":{"start":1728456499094,"stop":1728456499095,"duration":1}},{"uid":"69164279d5d8dfb2","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/69164279d5d8dfb2","status":"passed","time":{"start":1728456215074,"stop":1728456215074,"duration":0}},{"uid":"68e2722dbae62776","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/68e2722dbae62776","status":"passed","time":{"start":1728456167128,"stop":1728456167129,"duration":1}},{"uid":"e2394c5a9f959205","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/e2394c5a9f959205","status":"passed","time":{"start":1728455518193,"stop":1728455518193,"duration":0}},{"uid":"2ff1e38406392ce4","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/2ff1e38406392ce4","status":"passed","time":{"start":1728452534876,"stop":1728452534877,"duration":1}}]},"tags":[]},"source":"136911800530e215.json","parameterValues":[]} \ No newline at end of file +{"uid":"d785b08bcdb6d427","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":1729034704493,"stop":1729034704493,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"aaf2dce920810be","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aaf2dce920810be","status":"passed","time":{"start":1729034474986,"stop":1729034474986,"duration":0}},{"uid":"c7320f23d57b5aed","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c7320f23d57b5aed","status":"passed","time":{"start":1729034395289,"stop":1729034395289,"duration":0}},{"uid":"af211dddc154fa8a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af211dddc154fa8a","status":"passed","time":{"start":1729034209095,"stop":1729034209095,"duration":0}},{"uid":"d431a9ed18e3990b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d431a9ed18e3990b","status":"passed","time":{"start":1729032264566,"stop":1729032264567,"duration":1}},{"uid":"538d574edb269d1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/538d574edb269d1f","status":"passed","time":{"start":1728902012847,"stop":1728902012848,"duration":1}},{"uid":"52287a31153076ee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/52287a31153076ee","status":"passed","time":{"start":1728893454810,"stop":1728893454810,"duration":0}},{"uid":"311294f140e67ac8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/311294f140e67ac8","status":"passed","time":{"start":1728856408451,"stop":1728856408451,"duration":0}},{"uid":"60b8cc139606eed3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/60b8cc139606eed3","status":"passed","time":{"start":1728738633853,"stop":1728738633853,"duration":0}},{"uid":"1ed9cd20dd8fc99a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ed9cd20dd8fc99a","status":"passed","time":{"start":1728683159753,"stop":1728683159754,"duration":1}},{"uid":"fd47f6a1caa2a85b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fd47f6a1caa2a85b","status":"passed","time":{"start":1728682751328,"stop":1728682751328,"duration":0}},{"uid":"419cc85c3db2cb89","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/419cc85c3db2cb89","status":"passed","time":{"start":1728677216354,"stop":1728677216354,"duration":0}},{"uid":"121681f3430d0019","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/121681f3430d0019","status":"passed","time":{"start":1728669925452,"stop":1728669925452,"duration":0}},{"uid":"7bcb9b63d9762045","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7bcb9b63d9762045","status":"passed","time":{"start":1728598268800,"stop":1728598268800,"duration":0}},{"uid":"1abb37fbb7e3ca63","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1abb37fbb7e3ca63","status":"passed","time":{"start":1728597503915,"stop":1728597503916,"duration":1}}]},"tags":[]},"source":"d785b08bcdb6d427.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/d79e82dba149d984.json b/7588/data/test-cases/d79e82dba149d984.json new file mode 100644 index 00000000000..56308a15f84 --- /dev/null +++ b/7588/data/test-cases/d79e82dba149d984.json @@ -0,0 +1 @@ +{"uid":"d79e82dba149d984","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":1729034335332,"stop":1729034335332,"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":15,"unknown":0,"total":15},"items":[{"uid":"305f9b21dd6374a2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/305f9b21dd6374a2","status":"passed","time":{"start":1729034098685,"stop":1729034098686,"duration":1}},{"uid":"70fc28873f7965d7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/70fc28873f7965d7","status":"passed","time":{"start":1729034022454,"stop":1729034022454,"duration":0}},{"uid":"2fa88599bbec61f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2fa88599bbec61f4","status":"passed","time":{"start":1729033836803,"stop":1729033836803,"duration":0}},{"uid":"dff66f8e1b2b4ecd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dff66f8e1b2b4ecd","status":"passed","time":{"start":1729031886609,"stop":1729031886610,"duration":1}},{"uid":"75e74b0031a89e5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/75e74b0031a89e5","status":"passed","time":{"start":1728901432736,"stop":1728901432736,"duration":0}},{"uid":"bd8349f52b823b10","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bd8349f52b823b10","status":"passed","time":{"start":1728892863022,"stop":1728892863022,"duration":0}},{"uid":"30cd7d1d2ccffdb9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30cd7d1d2ccffdb9","status":"passed","time":{"start":1728855825772,"stop":1728855825772,"duration":0}},{"uid":"8d836dc4aad7d644","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d836dc4aad7d644","status":"passed","time":{"start":1728738043031,"stop":1728738043031,"duration":0}},{"uid":"238c5d2112c2a5ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/238c5d2112c2a5ab","status":"passed","time":{"start":1728682576529,"stop":1728682576529,"duration":0}},{"uid":"6e828bdf1721101e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6e828bdf1721101e","status":"passed","time":{"start":1728682149242,"stop":1728682149243,"duration":1}},{"uid":"ac16e7b7e76092b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ac16e7b7e76092b","status":"passed","time":{"start":1728676623918,"stop":1728676623918,"duration":0}},{"uid":"aa1af8d2a928ace7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa1af8d2a928ace7","status":"passed","time":{"start":1728669346940,"stop":1728669346941,"duration":1}},{"uid":"625c998fe6ea76b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/625c998fe6ea76b","status":"passed","time":{"start":1728597687693,"stop":1728597687693,"duration":0}},{"uid":"875b80d129846e6a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/875b80d129846e6a","status":"passed","time":{"start":1728596907135,"stop":1728596907135,"duration":0}}]},"tags":[]},"source":"d79e82dba149d984.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/d7c48e847a7f07ad.json b/7588/data/test-cases/d7c48e847a7f07ad.json new file mode 100644 index 00000000000..cd41b1366d8 --- /dev/null +++ b/7588/data/test-cases/d7c48e847a7f07ad.json @@ -0,0 +1 @@ +{"uid":"d7c48e847a7f07ad","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":1729034398717,"stop":1729034398720,"duration":3},"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":15,"unknown":0,"total":15},"items":[{"uid":"4cbd804a726e2a0f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4cbd804a726e2a0f","status":"passed","time":{"start":1729034163591,"stop":1729034163592,"duration":1}},{"uid":"4516b5020b1ab897","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4516b5020b1ab897","status":"passed","time":{"start":1729034085355,"stop":1729034085356,"duration":1}},{"uid":"4392f2ed8b39a49d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4392f2ed8b39a49d","status":"passed","time":{"start":1729033899382,"stop":1729033899383,"duration":1}},{"uid":"10f6a686cc61c48","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/10f6a686cc61c48","status":"passed","time":{"start":1729031949745,"stop":1729031949748,"duration":3}},{"uid":"45641b7374b2b976","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/45641b7374b2b976","status":"passed","time":{"start":1728901497248,"stop":1728901497249,"duration":1}},{"uid":"cdd2b7aaf2e3706f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cdd2b7aaf2e3706f","status":"passed","time":{"start":1728892931614,"stop":1728892931615,"duration":1}},{"uid":"c02c8622538029f0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c02c8622538029f0","status":"passed","time":{"start":1728855891084,"stop":1728855891085,"duration":1}},{"uid":"d70aefe4fe53eb04","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d70aefe4fe53eb04","status":"passed","time":{"start":1728738108304,"stop":1728738108305,"duration":1}},{"uid":"257c9725d2cf8a82","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/257c9725d2cf8a82","status":"passed","time":{"start":1728682642731,"stop":1728682642731,"duration":0}},{"uid":"cac7d9d6327731ab","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cac7d9d6327731ab","status":"passed","time":{"start":1728682214716,"stop":1728682214717,"duration":1}},{"uid":"96d5fcc099373fdf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/96d5fcc099373fdf","status":"passed","time":{"start":1728676692176,"stop":1728676692178,"duration":2}},{"uid":"a5957da733b5aa7c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a5957da733b5aa7c","status":"passed","time":{"start":1728669416672,"stop":1728669416672,"duration":0}},{"uid":"464bf571077a8a23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/464bf571077a8a23","status":"passed","time":{"start":1728597754024,"stop":1728597754024,"duration":0}},{"uid":"f88e5dfa78efef7c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f88e5dfa78efef7c","status":"passed","time":{"start":1728596972640,"stop":1728596972641,"duration":1}}]},"tags":[]},"source":"d7c48e847a7f07ad.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/d7c538fa5a9917e5.json b/7588/data/test-cases/d7c538fa5a9917e5.json new file mode 100644 index 00000000000..a42fb3ece2a --- /dev/null +++ b/7588/data/test-cases/d7c538fa5a9917e5.json @@ -0,0 +1 @@ +{"uid":"d7c538fa5a9917e5","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":1729034558117,"stop":1729034558118,"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":14,"unknown":0,"total":14},"items":[{"uid":"9fd0b95e720a4cec","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9fd0b95e720a4cec","status":"passed","time":{"start":1729034245512,"stop":1729034245513,"duration":1}},{"uid":"f52b666df9f7c3c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f52b666df9f7c3c8","status":"passed","time":{"start":1729034063485,"stop":1729034063486,"duration":1}},{"uid":"383dc5af8f4235dc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/383dc5af8f4235dc","status":"passed","time":{"start":1729032122634,"stop":1729032122635,"duration":1}},{"uid":"bd3a5c58d9a2bbf5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bd3a5c58d9a2bbf5","status":"passed","time":{"start":1728901785626,"stop":1728901785627,"duration":1}},{"uid":"18baa5f22dc82736","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/18baa5f22dc82736","status":"passed","time":{"start":1728893218773,"stop":1728893218773,"duration":0}},{"uid":"eea0ab200fa958c0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/eea0ab200fa958c0","status":"passed","time":{"start":1728856192659,"stop":1728856192659,"duration":0}},{"uid":"15a69bb6a8931c8d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15a69bb6a8931c8d","status":"passed","time":{"start":1728738398086,"stop":1728738398086,"duration":0}},{"uid":"75df328540dd78b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75df328540dd78b7","status":"passed","time":{"start":1728682944500,"stop":1728682944500,"duration":0}},{"uid":"129ac1a47a77e514","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/129ac1a47a77e514","status":"passed","time":{"start":1728682507860,"stop":1728682507861,"duration":1}},{"uid":"748fed851b815ed7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/748fed851b815ed7","status":"passed","time":{"start":1728676995524,"stop":1728676995527,"duration":3}},{"uid":"ec212044b9cdc44a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ec212044b9cdc44a","status":"passed","time":{"start":1728669665534,"stop":1728669665535,"duration":1}},{"uid":"800657ea5ffff144","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/800657ea5ffff144","status":"passed","time":{"start":1728598056479,"stop":1728598056479,"duration":0}},{"uid":"b7bc767c7872b5da","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b7bc767c7872b5da","status":"passed","time":{"start":1728597264028,"stop":1728597264028,"duration":0}}]},"tags":[]},"source":"d7c538fa5a9917e5.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/1c6075456de85bb0.json b/7588/data/test-cases/d7cfc384313eac3a.json similarity index 87% rename from 7556/data/test-cases/1c6075456de85bb0.json rename to 7588/data/test-cases/d7cfc384313eac3a.json index d130f493b04..35cdc9c2713 100644 --- a/7556/data/test-cases/1c6075456de85bb0.json +++ b/7588/data/test-cases/d7cfc384313eac3a.json @@ -1 +1 @@ -{"uid":"1c6075456de85bb0","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":1728457473515,"stop":1728457473516,"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":6,"unknown":0,"total":6},"items":[{"uid":"bddbebb3e3c25b92","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/bddbebb3e3c25b92","status":"passed","time":{"start":1728456428362,"stop":1728456428362,"duration":0}},{"uid":"a70c55bb26c3fd89","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a70c55bb26c3fd89","status":"passed","time":{"start":1728456157796,"stop":1728456157796,"duration":0}},{"uid":"125019d4895e123d","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/125019d4895e123d","status":"passed","time":{"start":1728456063529,"stop":1728456063536,"duration":7}},{"uid":"750a86812d41f2cb","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/750a86812d41f2cb","status":"passed","time":{"start":1728455422513,"stop":1728455422513,"duration":0}},{"uid":"bf4e7c6aca14fd66","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/bf4e7c6aca14fd66","status":"passed","time":{"start":1728452417653,"stop":1728452417653,"duration":0}}]},"tags":[]},"source":"1c6075456de85bb0.json","parameterValues":[]} \ No newline at end of file +{"uid":"d7cfc384313eac3a","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":1729034617754,"stop":1729034617754,"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":15,"unknown":0,"total":15},"items":[{"uid":"2f6eb2083282a41c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2f6eb2083282a41c","status":"passed","time":{"start":1729034370863,"stop":1729034370864,"duration":1}},{"uid":"9f4a1544e81378e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9f4a1544e81378e9","status":"passed","time":{"start":1729034308862,"stop":1729034308863,"duration":1}},{"uid":"a8ad8c8a8ccbc986","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8ad8c8a8ccbc986","status":"passed","time":{"start":1729034129471,"stop":1729034129471,"duration":0}},{"uid":"62b77311adfc9bcd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/62b77311adfc9bcd","status":"passed","time":{"start":1729032178365,"stop":1729032178365,"duration":0}},{"uid":"38cd57bb25436cfb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38cd57bb25436cfb","status":"passed","time":{"start":1728901896343,"stop":1728901896344,"duration":1}},{"uid":"94ac0a08bfc2216e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/94ac0a08bfc2216e","status":"passed","time":{"start":1728893329022,"stop":1728893329022,"duration":0}},{"uid":"66163dc1994f39b4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/66163dc1994f39b4","status":"passed","time":{"start":1728856284758,"stop":1728856284759,"duration":1}},{"uid":"92549fcadb359e61","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/92549fcadb359e61","status":"passed","time":{"start":1728738494935,"stop":1728738494936,"duration":1}},{"uid":"cba01e8942cf0456","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cba01e8942cf0456","status":"passed","time":{"start":1728683033628,"stop":1728683033629,"duration":1}},{"uid":"3a7e2421236ad8c8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a7e2421236ad8c8","status":"passed","time":{"start":1728682601733,"stop":1728682601733,"duration":0}},{"uid":"87df362f30641022","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87df362f30641022","status":"passed","time":{"start":1728677107958,"stop":1728677107959,"duration":1}},{"uid":"9bc6111031f8a6b5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9bc6111031f8a6b5","status":"passed","time":{"start":1728669764748,"stop":1728669764748,"duration":0}},{"uid":"9d3b48f33f8e2553","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9d3b48f33f8e2553","status":"passed","time":{"start":1728598157559,"stop":1728598157559,"duration":0}},{"uid":"23a38903a5a0495a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/23a38903a5a0495a","status":"passed","time":{"start":1728597369058,"stop":1728597369058,"duration":0}}]},"tags":[]},"source":"d7cfc384313eac3a.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/d81e8066c1abe663.json b/7588/data/test-cases/d81e8066c1abe663.json new file mode 100644 index 00000000000..ad81a859323 --- /dev/null +++ b/7588/data/test-cases/d81e8066c1abe663.json @@ -0,0 +1 @@ +{"uid":"d81e8066c1abe663","name":"should decode valid enr successfully","fullName":"/src/enr.spec.ts: ENR > Txt codec > should decode valid enr successfully","historyId":"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034341399,"stop":1729034341399,"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":15,"unknown":0,"total":15},"items":[{"uid":"d0fbaec91c0fab10","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d0fbaec91c0fab10","status":"passed","time":{"start":1729034104907,"stop":1729034104907,"duration":0}},{"uid":"8036b9cbcb249449","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8036b9cbcb249449","status":"passed","time":{"start":1729034028504,"stop":1729034028504,"duration":0}},{"uid":"337e8de56e552ecc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/337e8de56e552ecc","status":"passed","time":{"start":1729033843113,"stop":1729033843113,"duration":0}},{"uid":"77171272b674a119","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/77171272b674a119","status":"passed","time":{"start":1729031892672,"stop":1729031892672,"duration":0}},{"uid":"db5fc705e5d02462","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/db5fc705e5d02462","status":"passed","time":{"start":1728901438802,"stop":1728901438803,"duration":1}},{"uid":"a982e34313d7bdbc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a982e34313d7bdbc","status":"passed","time":{"start":1728892868995,"stop":1728892868995,"duration":0}},{"uid":"da3323409628a56b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/da3323409628a56b","status":"passed","time":{"start":1728855831887,"stop":1728855831888,"duration":1}},{"uid":"9abc518936e0568c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9abc518936e0568c","status":"passed","time":{"start":1728738049034,"stop":1728738049035,"duration":1}},{"uid":"97251e6b486a4266","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/97251e6b486a4266","status":"passed","time":{"start":1728682582611,"stop":1728682582611,"duration":0}},{"uid":"c515382425d24c00","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c515382425d24c00","status":"passed","time":{"start":1728682155403,"stop":1728682155403,"duration":0}},{"uid":"89202b2bebd3938e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/89202b2bebd3938e","status":"passed","time":{"start":1728676629968,"stop":1728676629968,"duration":0}},{"uid":"24d7887a087d858e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/24d7887a087d858e","status":"passed","time":{"start":1728669353095,"stop":1728669353096,"duration":1}},{"uid":"69ebb3fd1ceb0a20","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/69ebb3fd1ceb0a20","status":"passed","time":{"start":1728597693840,"stop":1728597693841,"duration":1}},{"uid":"d40b69283ea84844","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d40b69283ea84844","status":"passed","time":{"start":1728596913085,"stop":1728596913085,"duration":0}}]},"tags":[]},"source":"d81e8066c1abe663.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/d8452c2b0e17958e.json b/7588/data/test-cases/d8452c2b0e17958e.json new file mode 100644 index 00000000000..52121551682 --- /dev/null +++ b/7588/data/test-cases/d8452c2b0e17958e.json @@ -0,0 +1 @@ +{"uid":"d8452c2b0e17958e","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":1729034473215,"stop":1729034473216,"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.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":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"e7c16d6621e87b7c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e7c16d6621e87b7c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241159,"stop":1729034241160,"duration":1}},{"uid":"897526e65382fa3f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/897526e65382fa3f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159974,"stop":1729034159974,"duration":0}},{"uid":"72689a90cd6c3e48","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/72689a90cd6c3e48","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977064,"stop":1729033977064,"duration":0}},{"uid":"b7f805738a9ddc77","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b7f805738a9ddc77","status":"passed","time":{"start":1729032093783,"stop":1729032093799,"duration":16}},{"uid":"c18018ef26cb8785","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c18018ef26cb8785","status":"passed","time":{"start":1728901748773,"stop":1728901748773,"duration":0}},{"uid":"8291e6206baae179","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8291e6206baae179","status":"passed","time":{"start":1728893181085,"stop":1728893181086,"duration":1}},{"uid":"a4fe1515f040721b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4fe1515f040721b","status":"passed","time":{"start":1728856155551,"stop":1728856155552,"duration":1}},{"uid":"44e5b587d07be8ed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/44e5b587d07be8ed","status":"passed","time":{"start":1728738360295,"stop":1728738360295,"duration":0}},{"uid":"b5815129e801b695","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5815129e801b695","status":"passed","time":{"start":1728682907222,"stop":1728682907222,"duration":0}},{"uid":"b8a7bea0a6889817","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b8a7bea0a6889817","status":"passed","time":{"start":1728682466733,"stop":1728682466734,"duration":1}},{"uid":"f75ac11115409c08","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f75ac11115409c08","status":"passed","time":{"start":1728676955722,"stop":1728676955722,"duration":0}},{"uid":"cd35f96406de5fa7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd35f96406de5fa7","status":"passed","time":{"start":1728598013534,"stop":1728598013535,"duration":1}},{"uid":"9aa92b006b5b945d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9aa92b006b5b945d","status":"passed","time":{"start":1728597225199,"stop":1728597225199,"duration":0}}]},"tags":[]},"source":"d8452c2b0e17958e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/58c316f535215327.json b/7588/data/test-cases/d8658b6529b73340.json similarity index 82% rename from 7556/data/test-cases/58c316f535215327.json rename to 7588/data/test-cases/d8658b6529b73340.json index a7627423362..f886c961f4f 100644 --- a/7556/data/test-cases/58c316f535215327.json +++ b/7588/data/test-cases/d8658b6529b73340.json @@ -1 +1 @@ -{"uid":"58c316f535215327","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":1728457481269,"stop":1728457481270,"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":6,"unknown":0,"total":6},"items":[{"uid":"405c3fb0bfa247dd","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/405c3fb0bfa247dd","status":"passed","time":{"start":1728456434603,"stop":1728456434603,"duration":0}},{"uid":"520ca36cc862f9cb","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/520ca36cc862f9cb","status":"passed","time":{"start":1728456196707,"stop":1728456196707,"duration":0}},{"uid":"55323b43c922fe6b","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/55323b43c922fe6b","status":"passed","time":{"start":1728456113185,"stop":1728456113186,"duration":1}},{"uid":"a0abcc0eb33f968f","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a0abcc0eb33f968f","status":"passed","time":{"start":1728455468962,"stop":1728455468963,"duration":1}},{"uid":"60a912fc99bbde6d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/60a912fc99bbde6d","status":"passed","time":{"start":1728452437021,"stop":1728452437021,"duration":0}}]},"tags":[]},"source":"58c316f535215327.json","parameterValues":[]} \ No newline at end of file +{"uid":"d8658b6529b73340","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":1729034636314,"stop":1729034636314,"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":15,"unknown":0,"total":15},"items":[{"uid":"5b773937e4339df2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b773937e4339df2","status":"passed","time":{"start":1729034402280,"stop":1729034402280,"duration":0}},{"uid":"db1ec0c9047c723e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/db1ec0c9047c723e","status":"passed","time":{"start":1729034323294,"stop":1729034323294,"duration":0}},{"uid":"6b1bae2c871ad90e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6b1bae2c871ad90e","status":"passed","time":{"start":1729034144765,"stop":1729034144766,"duration":1}},{"uid":"2b325e15a9885c5b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b325e15a9885c5b","status":"passed","time":{"start":1729032198816,"stop":1729032198816,"duration":0}},{"uid":"7102dd8265d1a146","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7102dd8265d1a146","status":"passed","time":{"start":1728901901764,"stop":1728901901765,"duration":1}},{"uid":"b23aff18545233cc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b23aff18545233cc","status":"passed","time":{"start":1728893337252,"stop":1728893337253,"duration":1}},{"uid":"10908fe228cf11c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/10908fe228cf11c","status":"passed","time":{"start":1728856299189,"stop":1728856299189,"duration":0}},{"uid":"67cc58e04fd3d0f4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67cc58e04fd3d0f4","status":"passed","time":{"start":1728738505375,"stop":1728738505375,"duration":0}},{"uid":"71759036b042e0ee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71759036b042e0ee","status":"passed","time":{"start":1728683045448,"stop":1728683045448,"duration":0}},{"uid":"e7f0fac3208ef715","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e7f0fac3208ef715","status":"passed","time":{"start":1728682607290,"stop":1728682607291,"duration":1}},{"uid":"520392341ff566b8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/520392341ff566b8","status":"passed","time":{"start":1728677103494,"stop":1728677103494,"duration":0}},{"uid":"ebc45f6863a8ba87","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebc45f6863a8ba87","status":"passed","time":{"start":1728669777116,"stop":1728669777116,"duration":0}},{"uid":"af8c42806f12af4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/af8c42806f12af4a","status":"passed","time":{"start":1728598163466,"stop":1728598163466,"duration":0}},{"uid":"2e6e6e7be69cf3a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2e6e6e7be69cf3a","status":"passed","time":{"start":1728597375478,"stop":1728597375479,"duration":1}}]},"tags":[]},"source":"d8658b6529b73340.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2401ba277c0b3edd.json b/7588/data/test-cases/d87e2e882ba495e4.json similarity index 87% rename from 7556/data/test-cases/2401ba277c0b3edd.json rename to 7588/data/test-cases/d87e2e882ba495e4.json index 44afd02b622..1b3ef825db6 100644 --- a/7556/data/test-cases/2401ba277c0b3edd.json +++ b/7588/data/test-cases/d87e2e882ba495e4.json @@ -1 +1 @@ -{"uid":"2401ba277c0b3edd","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":1728457473542,"stop":1728457473545,"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":6,"unknown":0,"total":6},"items":[{"uid":"ef50c5f1af2e9bc5","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/ef50c5f1af2e9bc5","status":"passed","time":{"start":1728456428391,"stop":1728456428391,"duration":0}},{"uid":"4a7ac567165ac742","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/4a7ac567165ac742","status":"passed","time":{"start":1728456157813,"stop":1728456157814,"duration":1}},{"uid":"1e35450c5ef6b4a6","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/1e35450c5ef6b4a6","status":"passed","time":{"start":1728456063554,"stop":1728456063554,"duration":0}},{"uid":"e3454294319608b2","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/e3454294319608b2","status":"passed","time":{"start":1728455422562,"stop":1728455422563,"duration":1}},{"uid":"be030e66a47ce1c5","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/be030e66a47ce1c5","status":"passed","time":{"start":1728452417673,"stop":1728452417673,"duration":0}}]},"tags":[]},"source":"2401ba277c0b3edd.json","parameterValues":[]} \ No newline at end of file +{"uid":"d87e2e882ba495e4","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":1729034617777,"stop":1729034617778,"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":15,"unknown":0,"total":15},"items":[{"uid":"1c1841cf769fbf94","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1c1841cf769fbf94","status":"passed","time":{"start":1729034370919,"stop":1729034370930,"duration":11}},{"uid":"f7e28137a032bbf0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f7e28137a032bbf0","status":"passed","time":{"start":1729034308907,"stop":1729034308907,"duration":0}},{"uid":"bb8b8316a8a7c6f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bb8b8316a8a7c6f6","status":"passed","time":{"start":1729034129482,"stop":1729034129482,"duration":0}},{"uid":"106a7e19c3b17802","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/106a7e19c3b17802","status":"passed","time":{"start":1729032178382,"stop":1729032178383,"duration":1}},{"uid":"b5ddefef6ee3c20f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b5ddefef6ee3c20f","status":"passed","time":{"start":1728901896356,"stop":1728901896356,"duration":0}},{"uid":"74e65baa856326a5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/74e65baa856326a5","status":"passed","time":{"start":1728893329037,"stop":1728893329038,"duration":1}},{"uid":"8b80e890c2ed5bb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b80e890c2ed5bb","status":"passed","time":{"start":1728856284776,"stop":1728856284777,"duration":1}},{"uid":"f97759eb66f15110","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f97759eb66f15110","status":"passed","time":{"start":1728738494951,"stop":1728738494951,"duration":0}},{"uid":"75225897ad0330de","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75225897ad0330de","status":"passed","time":{"start":1728683033640,"stop":1728683033640,"duration":0}},{"uid":"c72735bcec88c1b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c72735bcec88c1b8","status":"passed","time":{"start":1728682601748,"stop":1728682601748,"duration":0}},{"uid":"261b0f05a9d3b21c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/261b0f05a9d3b21c","status":"passed","time":{"start":1728677107989,"stop":1728677107990,"duration":1}},{"uid":"f56a3b9df89f0a06","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f56a3b9df89f0a06","status":"passed","time":{"start":1728669764761,"stop":1728669764761,"duration":0}},{"uid":"a2a7a52fdb4e5d72","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a2a7a52fdb4e5d72","status":"passed","time":{"start":1728598157580,"stop":1728598157580,"duration":0}},{"uid":"4486724c427e28e9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4486724c427e28e9","status":"passed","time":{"start":1728597369089,"stop":1728597369089,"duration":0}}]},"tags":[]},"source":"d87e2e882ba495e4.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/7dcd3a45cc2afd88.json b/7588/data/test-cases/d8a544ac4e8be1cb.json similarity index 68% rename from 7556/data/test-cases/7dcd3a45cc2afd88.json rename to 7588/data/test-cases/d8a544ac4e8be1cb.json index 1e9b1050f93..192fdaf9a97 100644 --- a/7556/data/test-cases/7dcd3a45cc2afd88.json +++ b/7588/data/test-cases/d8a544ac4e8be1cb.json @@ -1 +1 @@ -{"uid":"7dcd3a45cc2afd88","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":1728457498405,"stop":1728457498410,"duration":5},"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":6,"unknown":0,"total":6},"items":[{"uid":"dd934d342d38ebc1","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/dd934d342d38ebc1","status":"passed","time":{"start":1728456453421,"stop":1728456453422,"duration":1}},{"uid":"f9c5df8066dccc30","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f9c5df8066dccc30","status":"passed","time":{"start":1728456219580,"stop":1728456219580,"duration":0}},{"uid":"83547f2f5c6d1f9a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/83547f2f5c6d1f9a","status":"passed","time":{"start":1728456142707,"stop":1728456142722,"duration":15}},{"uid":"811172630dce928","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/811172630dce928","status":"passed","time":{"start":1728455503654,"stop":1728455503654,"duration":0}},{"uid":"f5fd0adeeafae2b5","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f5fd0adeeafae2b5","status":"passed","time":{"start":1728452472488,"stop":1728452472488,"duration":0}}]},"tags":[]},"source":"7dcd3a45cc2afd88.json","parameterValues":[]} \ No newline at end of file +{"uid":"d8a544ac4e8be1cb","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":1729034655442,"stop":1729034655442,"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":15,"unknown":0,"total":15},"items":[{"uid":"aa71ed5e8f4ce859","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aa71ed5e8f4ce859","status":"passed","time":{"start":1729034425376,"stop":1729034425376,"duration":0}},{"uid":"f1dee07f9d05bc94","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f1dee07f9d05bc94","status":"passed","time":{"start":1729034346108,"stop":1729034346108,"duration":0}},{"uid":"c575085c61fb592c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c575085c61fb592c","status":"passed","time":{"start":1729034162414,"stop":1729034162414,"duration":0}},{"uid":"bc948c748c84a6db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bc948c748c84a6db","status":"passed","time":{"start":1729032197322,"stop":1729032197323,"duration":1}},{"uid":"193bf488a2890fa8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/193bf488a2890fa8","status":"passed","time":{"start":1728901899711,"stop":1728901899711,"duration":0}},{"uid":"84737628d6f4fa6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84737628d6f4fa6f","status":"passed","time":{"start":1728893334922,"stop":1728893334922,"duration":0}},{"uid":"25a0310af4bf10b0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/25a0310af4bf10b0","status":"passed","time":{"start":1728856288016,"stop":1728856288016,"duration":0}},{"uid":"3d0fcd11a1acd1ed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3d0fcd11a1acd1ed","status":"passed","time":{"start":1728738501685,"stop":1728738501685,"duration":0}},{"uid":"114deeae7ee954eb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/114deeae7ee954eb","status":"passed","time":{"start":1728683044470,"stop":1728683044486,"duration":16}},{"uid":"c10ad54e7869bbf9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c10ad54e7869bbf9","status":"passed","time":{"start":1728682619632,"stop":1728682619633,"duration":1}},{"uid":"218ac041cd3a79bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/218ac041cd3a79bc","status":"passed","time":{"start":1728677104182,"stop":1728677104183,"duration":1}},{"uid":"5f576169b9655f5b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5f576169b9655f5b","status":"passed","time":{"start":1728669759886,"stop":1728669759887,"duration":1}},{"uid":"cd9e385878948b0a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd9e385878948b0a","status":"passed","time":{"start":1728598164489,"stop":1728598164490,"duration":1}},{"uid":"2070cdc57f243176","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2070cdc57f243176","status":"passed","time":{"start":1728597385264,"stop":1728597385265,"duration":1}}]},"tags":[]},"source":"d8a544ac4e8be1cb.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/d8b21b59225ee09d.json b/7588/data/test-cases/d8b21b59225ee09d.json new file mode 100644 index 00000000000..34d5df8331c --- /dev/null +++ b/7588/data/test-cases/d8b21b59225ee09d.json @@ -0,0 +1 @@ +{"uid":"d8b21b59225ee09d","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":1729034332627,"stop":1729034332628,"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":15,"unknown":0,"total":15},"items":[{"uid":"ba4ca7aa36014a9b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ba4ca7aa36014a9b","status":"passed","time":{"start":1729034096129,"stop":1729034096129,"duration":0}},{"uid":"b30b92fe3409853e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b30b92fe3409853e","status":"passed","time":{"start":1729034020087,"stop":1729034020087,"duration":0}},{"uid":"873563b32fe98748","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/873563b32fe98748","status":"passed","time":{"start":1729033834380,"stop":1729033834380,"duration":0}},{"uid":"27eb1aca0d44b580","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/27eb1aca0d44b580","status":"passed","time":{"start":1729031884112,"stop":1729031884112,"duration":0}},{"uid":"43109cb3167981ba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/43109cb3167981ba","status":"passed","time":{"start":1728901430251,"stop":1728901430252,"duration":1}},{"uid":"821cb69286ea18c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/821cb69286ea18c4","status":"passed","time":{"start":1728892860528,"stop":1728892860528,"duration":0}},{"uid":"5295863a638b0ee5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5295863a638b0ee5","status":"passed","time":{"start":1728855823319,"stop":1728855823319,"duration":0}},{"uid":"6edcba58d40376d7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6edcba58d40376d7","status":"passed","time":{"start":1728738040597,"stop":1728738040597,"duration":0}},{"uid":"36489c9246847718","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36489c9246847718","status":"passed","time":{"start":1728682574088,"stop":1728682574088,"duration":0}},{"uid":"77864d340806a1b5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77864d340806a1b5","status":"passed","time":{"start":1728682146812,"stop":1728682146812,"duration":0}},{"uid":"77cf90994a42a2f4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/77cf90994a42a2f4","status":"passed","time":{"start":1728676621428,"stop":1728676621428,"duration":0}},{"uid":"b0aa8db3c555d11f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0aa8db3c555d11f","status":"passed","time":{"start":1728669344463,"stop":1728669344463,"duration":0}},{"uid":"89ebc22d152dc56f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/89ebc22d152dc56f","status":"passed","time":{"start":1728597685157,"stop":1728597685157,"duration":0}},{"uid":"d9db7e14cae0c301","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9db7e14cae0c301","status":"passed","time":{"start":1728596904463,"stop":1728596904463,"duration":0}}]},"tags":[]},"source":"d8b21b59225ee09d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6e2625a84d4244da.json b/7588/data/test-cases/d9224c9ee32b20e1.json similarity index 77% rename from 7556/data/test-cases/6e2625a84d4244da.json rename to 7588/data/test-cases/d9224c9ee32b20e1.json index 7419bb1fc0d..10fcb3eed2d 100644 --- a/7556/data/test-cases/6e2625a84d4244da.json +++ b/7588/data/test-cases/d9224c9ee32b20e1.json @@ -1 +1 @@ -{"uid":"6e2625a84d4244da","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":1728457473532,"stop":1728457473533,"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":6,"unknown":0,"total":6},"items":[{"uid":"2c32b3e8f52813d","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/2c32b3e8f52813d","status":"passed","time":{"start":1728456428380,"stop":1728456428380,"duration":0}},{"uid":"930473fbd1ddaee6","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/930473fbd1ddaee6","status":"passed","time":{"start":1728456157809,"stop":1728456157809,"duration":0}},{"uid":"759f1449fc2257c7","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/759f1449fc2257c7","status":"passed","time":{"start":1728456063550,"stop":1728456063551,"duration":1}},{"uid":"38efcba9e7a3f952","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/38efcba9e7a3f952","status":"passed","time":{"start":1728455422541,"stop":1728455422542,"duration":1}},{"uid":"d4f8f419f7571c1e","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d4f8f419f7571c1e","status":"passed","time":{"start":1728452417668,"stop":1728452417668,"duration":0}}]},"tags":[]},"source":"6e2625a84d4244da.json","parameterValues":[]} \ No newline at end of file +{"uid":"d9224c9ee32b20e1","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":1729034617765,"stop":1729034617765,"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":15,"unknown":0,"total":15},"items":[{"uid":"8f478cac98f8be9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f478cac98f8be9","status":"passed","time":{"start":1729034370886,"stop":1729034370887,"duration":1}},{"uid":"661ae1c77e34c03e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/661ae1c77e34c03e","status":"passed","time":{"start":1729034308882,"stop":1729034308882,"duration":0}},{"uid":"f72ad94f4e15f6ed","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f72ad94f4e15f6ed","status":"passed","time":{"start":1729034129478,"stop":1729034129478,"duration":0}},{"uid":"7b4af4daffa45a39","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7b4af4daffa45a39","status":"passed","time":{"start":1729032178372,"stop":1729032178374,"duration":2}},{"uid":"3f1421d30da01804","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3f1421d30da01804","status":"passed","time":{"start":1728901896351,"stop":1728901896352,"duration":1}},{"uid":"e7f57b5a76950d06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e7f57b5a76950d06","status":"passed","time":{"start":1728893329030,"stop":1728893329030,"duration":0}},{"uid":"4d34680e1fcb219c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4d34680e1fcb219c","status":"passed","time":{"start":1728856284768,"stop":1728856284769,"duration":1}},{"uid":"743353704d2edbcd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/743353704d2edbcd","status":"passed","time":{"start":1728738494946,"stop":1728738494946,"duration":0}},{"uid":"7342f58ef4410f6a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7342f58ef4410f6a","status":"passed","time":{"start":1728683033636,"stop":1728683033636,"duration":0}},{"uid":"24238634b908caa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/24238634b908caa","status":"passed","time":{"start":1728682601744,"stop":1728682601744,"duration":0}},{"uid":"3311492bf58b3197","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3311492bf58b3197","status":"passed","time":{"start":1728677107974,"stop":1728677107974,"duration":0}},{"uid":"11ff5ac44e1c0b8d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/11ff5ac44e1c0b8d","status":"passed","time":{"start":1728669764756,"stop":1728669764756,"duration":0}},{"uid":"22ca69c36d63e181","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22ca69c36d63e181","status":"passed","time":{"start":1728598157575,"stop":1728598157575,"duration":0}},{"uid":"f1c0095692c453f5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1c0095692c453f5","status":"passed","time":{"start":1728597369077,"stop":1728597369078,"duration":1}}]},"tags":[]},"source":"d9224c9ee32b20e1.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/dddf3ffab86642d0.json b/7588/data/test-cases/d9240e92b2616237.json similarity index 88% rename from 7556/data/test-cases/dddf3ffab86642d0.json rename to 7588/data/test-cases/d9240e92b2616237.json index 82426c54583..b724199d751 100644 --- a/7556/data/test-cases/dddf3ffab86642d0.json +++ b/7588/data/test-cases/d9240e92b2616237.json @@ -1 +1 @@ -{"uid":"dddf3ffab86642d0","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":1728457473522,"stop":1728457473522,"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":6,"unknown":0,"total":6},"items":[{"uid":"9dc6e74826d5a9b","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/9dc6e74826d5a9b","status":"passed","time":{"start":1728456428370,"stop":1728456428372,"duration":2}},{"uid":"d0823460c535587e","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/d0823460c535587e","status":"passed","time":{"start":1728456157801,"stop":1728456157801,"duration":0}},{"uid":"c3bbcc7c940081cb","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/c3bbcc7c940081cb","status":"passed","time":{"start":1728456063540,"stop":1728456063541,"duration":1}},{"uid":"ed8926a7a34c401a","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/ed8926a7a34c401a","status":"passed","time":{"start":1728455422530,"stop":1728455422531,"duration":1}},{"uid":"af55651735b555af","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/af55651735b555af","status":"passed","time":{"start":1728452417659,"stop":1728452417659,"duration":0}}]},"tags":[]},"source":"dddf3ffab86642d0.json","parameterValues":[]} \ No newline at end of file +{"uid":"d9240e92b2616237","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":1729034617760,"stop":1729034617761,"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":15,"unknown":0,"total":15},"items":[{"uid":"bf26fb1cd5ae1e0a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bf26fb1cd5ae1e0a","status":"passed","time":{"start":1729034370871,"stop":1729034370871,"duration":0}},{"uid":"9de7f7527abb0f36","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9de7f7527abb0f36","status":"passed","time":{"start":1729034308872,"stop":1729034308872,"duration":0}},{"uid":"667494933ce3bd1d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/667494933ce3bd1d","status":"passed","time":{"start":1729034129475,"stop":1729034129475,"duration":0}},{"uid":"bb77f9d2905d8deb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb77f9d2905d8deb","status":"passed","time":{"start":1729032178368,"stop":1729032178369,"duration":1}},{"uid":"59d6a99a2397709d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59d6a99a2397709d","status":"passed","time":{"start":1728901896348,"stop":1728901896348,"duration":0}},{"uid":"3a0bf6cebaece612","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3a0bf6cebaece612","status":"passed","time":{"start":1728893329026,"stop":1728893329026,"duration":0}},{"uid":"21c2cf72fa853c2d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/21c2cf72fa853c2d","status":"passed","time":{"start":1728856284765,"stop":1728856284765,"duration":0}},{"uid":"888565ab35550dd9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/888565ab35550dd9","status":"passed","time":{"start":1728738494941,"stop":1728738494942,"duration":1}},{"uid":"b119250d542ccceb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b119250d542ccceb","status":"passed","time":{"start":1728683033632,"stop":1728683033633,"duration":1}},{"uid":"529a47bd827e189e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/529a47bd827e189e","status":"passed","time":{"start":1728682601737,"stop":1728682601737,"duration":0}},{"uid":"38813ae298137104","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38813ae298137104","status":"passed","time":{"start":1728677107962,"stop":1728677107962,"duration":0}},{"uid":"3a4d20663020aa1e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3a4d20663020aa1e","status":"passed","time":{"start":1728669764752,"stop":1728669764752,"duration":0}},{"uid":"c658be89f5ed1fba","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c658be89f5ed1fba","status":"passed","time":{"start":1728598157563,"stop":1728598157563,"duration":0}},{"uid":"370b5887fbb565d3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/370b5887fbb565d3","status":"passed","time":{"start":1728597369074,"stop":1728597369074,"duration":0}}]},"tags":[]},"source":"d9240e92b2616237.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/d973b8e129d9a53.json b/7588/data/test-cases/d973b8e129d9a53.json new file mode 100644 index 00000000000..ea881bdba21 --- /dev/null +++ b/7588/data/test-cases/d973b8e129d9a53.json @@ -0,0 +1 @@ +{"uid":"d973b8e129d9a53","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":1729034708553,"stop":1729034708553,"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}],"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"a84da175dd6aa595","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a84da175dd6aa595","status":"passed","time":{"start":1729034480297,"stop":1729034480298,"duration":1}},{"uid":"3b8c88b0bf006e84","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3b8c88b0bf006e84","status":"passed","time":{"start":1729034396760,"stop":1729034396760,"duration":0}},{"uid":"6fc963dddf17b915","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6fc963dddf17b915","status":"passed","time":{"start":1729032277693,"stop":1729032277693,"duration":0}},{"uid":"b50ecb102a146e59","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b50ecb102a146e59","status":"passed","time":{"start":1728902034225,"stop":1728902034225,"duration":0}},{"uid":"b9befb6b951ae2d9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b9befb6b951ae2d9","status":"passed","time":{"start":1728893469057,"stop":1728893469058,"duration":1}},{"uid":"a16840972845ed71","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a16840972845ed71","status":"passed","time":{"start":1728856416488,"stop":1728856416488,"duration":0}},{"uid":"76c63aa24f8e25ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76c63aa24f8e25ca","status":"passed","time":{"start":1728738643171,"stop":1728738643171,"duration":0}},{"uid":"3feb5fc1d21a6b91","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3feb5fc1d21a6b91","status":"passed","time":{"start":1728683174247,"stop":1728683174247,"duration":0}},{"uid":"b52ba56c8828879","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b52ba56c8828879","status":"passed","time":{"start":1728682757801,"stop":1728682757802,"duration":1}},{"uid":"7bc6965452de7756","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7bc6965452de7756","status":"passed","time":{"start":1728677231125,"stop":1728677231126,"duration":1}},{"uid":"6e9fbf488315d9a9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e9fbf488315d9a9","status":"passed","time":{"start":1728669920237,"stop":1728669920238,"duration":1}},{"uid":"f8ba4a2ef4056317","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f8ba4a2ef4056317","status":"passed","time":{"start":1728598298889,"stop":1728598298889,"duration":0}},{"uid":"5f479fd4bf0d37d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f479fd4bf0d37d","status":"passed","time":{"start":1728597513734,"stop":1728597513735,"duration":1}}]},"tags":[]},"source":"d973b8e129d9a53.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2b883584324f8606.json b/7588/data/test-cases/d975851c33c7fb43.json similarity index 57% rename from 7556/data/test-cases/2b883584324f8606.json rename to 7588/data/test-cases/d975851c33c7fb43.json index af84770a53c..8a154ae5ab9 100644 --- a/7556/data/test-cases/2b883584324f8606.json +++ b/7588/data/test-cases/d975851c33c7fb43.json @@ -1 +1 @@ -{"uid":"2b883584324f8606","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":1728457237158,"stop":1728457237159,"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":6,"unknown":0,"total":6},"items":[{"uid":"e973632d6d3948ed","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e973632d6d3948ed","status":"passed","time":{"start":1728456208700,"stop":1728456208700,"duration":0}},{"uid":"95641e24f3475fa9","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/95641e24f3475fa9","status":"passed","time":{"start":1728455893207,"stop":1728455893207,"duration":0}},{"uid":"90d0ca45aad7efd5","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/90d0ca45aad7efd5","status":"passed","time":{"start":1728455665938,"stop":1728455665938,"duration":0}},{"uid":"fa7fd4e32926cea8","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/fa7fd4e32926cea8","status":"passed","time":{"start":1728455023250,"stop":1728455023250,"duration":0}},{"uid":"78ae09d52459c917","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/78ae09d52459c917","status":"passed","time":{"start":1728452036149,"stop":1728452036149,"duration":0}}]},"tags":[]},"source":"2b883584324f8606.json","parameterValues":[]} \ No newline at end of file +{"uid":"d975851c33c7fb43","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":1729034424273,"stop":1729034424274,"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":15,"unknown":0,"total":15},"items":[{"uid":"6d8d5be0f59bf417","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d8d5be0f59bf417","status":"passed","time":{"start":1729034190705,"stop":1729034190705,"duration":0}},{"uid":"903dd7b8fdaff768","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/903dd7b8fdaff768","status":"passed","time":{"start":1729034108431,"stop":1729034108432,"duration":1}},{"uid":"984781a32af2884f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/984781a32af2884f","status":"passed","time":{"start":1729033925382,"stop":1729033925383,"duration":1}},{"uid":"48992b7259c9d8e5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/48992b7259c9d8e5","status":"passed","time":{"start":1729031975190,"stop":1729031975190,"duration":0}},{"uid":"7cb2da1eca26cec","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7cb2da1eca26cec","status":"passed","time":{"start":1728901537877,"stop":1728901537877,"duration":0}},{"uid":"b583ba2df6383244","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b583ba2df6383244","status":"passed","time":{"start":1728892972429,"stop":1728892972430,"duration":1}},{"uid":"8c0ca2cd9222104b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8c0ca2cd9222104b","status":"passed","time":{"start":1728855933071,"stop":1728855933071,"duration":0}},{"uid":"7bd83e95bb76daa2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7bd83e95bb76daa2","status":"passed","time":{"start":1728738149926,"stop":1728738149926,"duration":0}},{"uid":"4d662ffdc02da69d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d662ffdc02da69d","status":"passed","time":{"start":1728682681970,"stop":1728682681970,"duration":0}},{"uid":"fce06c205fbd1535","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fce06c205fbd1535","status":"passed","time":{"start":1728682257769,"stop":1728682257769,"duration":0}},{"uid":"26adff58b1740689","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/26adff58b1740689","status":"passed","time":{"start":1728676730787,"stop":1728676730787,"duration":0}},{"uid":"7784a66174267ed5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7784a66174267ed5","status":"passed","time":{"start":1728669456895,"stop":1728669456895,"duration":0}},{"uid":"bd27fca1669c5e9d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bd27fca1669c5e9d","status":"passed","time":{"start":1728597795919,"stop":1728597795920,"duration":1}},{"uid":"dbcb6fd3cf3fe4aa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dbcb6fd3cf3fe4aa","status":"passed","time":{"start":1728597010201,"stop":1728597010202,"duration":1}}]},"tags":[]},"source":"d975851c33c7fb43.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/8d73f7dc4cc2a804.json b/7588/data/test-cases/d97d043614eb23de.json similarity index 85% rename from 7556/data/test-cases/8d73f7dc4cc2a804.json rename to 7588/data/test-cases/d97d043614eb23de.json index 6aa7d0fc588..fd3e227db20 100644 --- a/7556/data/test-cases/8d73f7dc4cc2a804.json +++ b/7588/data/test-cases/d97d043614eb23de.json @@ -1 +1 @@ -{"uid":"8d73f7dc4cc2a804","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":1728457537125,"stop":1728457537125,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"4df6bcb3e1bff99e","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/4df6bcb3e1bff99e","status":"passed","time":{"start":1728456499094,"stop":1728456499094,"duration":0}},{"uid":"5015445f67571b33","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/5015445f67571b33","status":"passed","time":{"start":1728456215073,"stop":1728456215073,"duration":0}},{"uid":"226a9afb7e6efc68","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/226a9afb7e6efc68","status":"passed","time":{"start":1728456167128,"stop":1728456167128,"duration":0}},{"uid":"9def88bbf2492b0d","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/9def88bbf2492b0d","status":"passed","time":{"start":1728455518192,"stop":1728455518193,"duration":1}},{"uid":"64385b6a0787e654","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/64385b6a0787e654","status":"passed","time":{"start":1728452534876,"stop":1728452534876,"duration":0}}]},"tags":[]},"source":"8d73f7dc4cc2a804.json","parameterValues":[]} \ No newline at end of file +{"uid":"d97d043614eb23de","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":1729034704493,"stop":1729034704493,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"24200c15a990a5cf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/24200c15a990a5cf","status":"passed","time":{"start":1729034474985,"stop":1729034474986,"duration":1}},{"uid":"e2fd34e258bd9647","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e2fd34e258bd9647","status":"passed","time":{"start":1729034395289,"stop":1729034395289,"duration":0}},{"uid":"a66b66b32d1511fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a66b66b32d1511fa","status":"passed","time":{"start":1729034209095,"stop":1729034209095,"duration":0}},{"uid":"6855859dbf1a2f30","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6855859dbf1a2f30","status":"passed","time":{"start":1729032264566,"stop":1729032264566,"duration":0}},{"uid":"a8749e88c3776e0f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a8749e88c3776e0f","status":"passed","time":{"start":1728902012846,"stop":1728902012847,"duration":1}},{"uid":"f2dfa66a9f529e97","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f2dfa66a9f529e97","status":"passed","time":{"start":1728893454809,"stop":1728893454810,"duration":1}},{"uid":"a28cc198a7ec0b63","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a28cc198a7ec0b63","status":"passed","time":{"start":1728856408450,"stop":1728856408451,"duration":1}},{"uid":"37db7b04593611da","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37db7b04593611da","status":"passed","time":{"start":1728738633853,"stop":1728738633853,"duration":0}},{"uid":"501e08ebc336d7ea","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/501e08ebc336d7ea","status":"passed","time":{"start":1728683159752,"stop":1728683159753,"duration":1}},{"uid":"496cb26b34bbad83","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/496cb26b34bbad83","status":"passed","time":{"start":1728682751327,"stop":1728682751328,"duration":1}},{"uid":"b12281076163d9c0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b12281076163d9c0","status":"passed","time":{"start":1728677216354,"stop":1728677216354,"duration":0}},{"uid":"217011cf51d4d0f3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/217011cf51d4d0f3","status":"passed","time":{"start":1728669925452,"stop":1728669925452,"duration":0}},{"uid":"c1d5b187c4e00a5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c1d5b187c4e00a5e","status":"passed","time":{"start":1728598268800,"stop":1728598268800,"duration":0}},{"uid":"65c4d21a3f5e2192","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/65c4d21a3f5e2192","status":"passed","time":{"start":1728597503914,"stop":1728597503915,"duration":1}}]},"tags":[]},"source":"d97d043614eb23de.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e9ff4fafe9f2f674.json b/7588/data/test-cases/d97fe66138014db9.json similarity index 85% rename from 7556/data/test-cases/e9ff4fafe9f2f674.json rename to 7588/data/test-cases/d97fe66138014db9.json index 5d949e26d9a..b2ec9ae7232 100644 --- a/7556/data/test-cases/e9ff4fafe9f2f674.json +++ b/7588/data/test-cases/d97fe66138014db9.json @@ -1 +1 @@ -{"uid":"e9ff4fafe9f2f674","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":1728457537126,"stop":1728457537127,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"bbc7031aa1764ae0","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/bbc7031aa1764ae0","status":"passed","time":{"start":1728456499096,"stop":1728456499096,"duration":0}},{"uid":"a0f7bbf87efc733","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a0f7bbf87efc733","status":"passed","time":{"start":1728456215075,"stop":1728456215075,"duration":0}},{"uid":"a502415fce0c8ac4","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/a502415fce0c8ac4","status":"passed","time":{"start":1728456167131,"stop":1728456167131,"duration":0}},{"uid":"bdc42676055e9561","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/bdc42676055e9561","status":"passed","time":{"start":1728455518194,"stop":1728455518195,"duration":1}},{"uid":"79fdfd09c2ed97f7","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/79fdfd09c2ed97f7","status":"passed","time":{"start":1728452534878,"stop":1728452534878,"duration":0}}]},"tags":[]},"source":"e9ff4fafe9f2f674.json","parameterValues":[]} \ No newline at end of file +{"uid":"d97fe66138014db9","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":1729034704494,"stop":1729034704494,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"12238e3231f1fc71","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12238e3231f1fc71","status":"passed","time":{"start":1729034474987,"stop":1729034474988,"duration":1}},{"uid":"a4bb3a5ab7a5dedb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a4bb3a5ab7a5dedb","status":"passed","time":{"start":1729034395290,"stop":1729034395290,"duration":0}},{"uid":"e8ba2cf94cff6cdd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e8ba2cf94cff6cdd","status":"passed","time":{"start":1729034209099,"stop":1729034209099,"duration":0}},{"uid":"7e3d2da376bb34ab","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e3d2da376bb34ab","status":"passed","time":{"start":1729032264567,"stop":1729032264568,"duration":1}},{"uid":"334235349ee612da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/334235349ee612da","status":"passed","time":{"start":1728902012850,"stop":1728902012851,"duration":1}},{"uid":"9fb61171dbc1c13f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9fb61171dbc1c13f","status":"passed","time":{"start":1728893454811,"stop":1728893454811,"duration":0}},{"uid":"fdf39a4b5d4e2bcd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fdf39a4b5d4e2bcd","status":"passed","time":{"start":1728856408452,"stop":1728856408452,"duration":0}},{"uid":"bf5df135225bef75","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf5df135225bef75","status":"passed","time":{"start":1728738633854,"stop":1728738633854,"duration":0}},{"uid":"ab4f68352a73f2f2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab4f68352a73f2f2","status":"passed","time":{"start":1728683159756,"stop":1728683159757,"duration":1}},{"uid":"3217baa699db7cb1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3217baa699db7cb1","status":"passed","time":{"start":1728682751329,"stop":1728682751329,"duration":0}},{"uid":"3d99f309db8ac112","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3d99f309db8ac112","status":"passed","time":{"start":1728677216355,"stop":1728677216355,"duration":0}},{"uid":"d866e02ec5d467cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d866e02ec5d467cc","status":"passed","time":{"start":1728669925454,"stop":1728669925454,"duration":0}},{"uid":"460a47efa4eec644","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/460a47efa4eec644","status":"passed","time":{"start":1728598268802,"stop":1728598268803,"duration":1}},{"uid":"ec686315eb601629","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec686315eb601629","status":"passed","time":{"start":1728597503918,"stop":1728597503919,"duration":1}}]},"tags":[]},"source":"d97fe66138014db9.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/d9de86bfa99fda5d.json b/7588/data/test-cases/d9de86bfa99fda5d.json new file mode 100644 index 00000000000..935441d6bae --- /dev/null +++ b/7588/data/test-cases/d9de86bfa99fda5d.json @@ -0,0 +1 @@ +{"uid":"d9de86bfa99fda5d","name":"should throw error - no id","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - no id","historyId":"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034341401,"stop":1729034341401,"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":15,"unknown":0,"total":15},"items":[{"uid":"22ba9e0a9c1ff4b9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22ba9e0a9c1ff4b9","status":"passed","time":{"start":1729034104909,"stop":1729034104909,"duration":0}},{"uid":"f5c9b636b97a24d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f5c9b636b97a24d","status":"passed","time":{"start":1729034028507,"stop":1729034028507,"duration":0}},{"uid":"73a1c469cf9057db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/73a1c469cf9057db","status":"passed","time":{"start":1729033843115,"stop":1729033843115,"duration":0}},{"uid":"38a00db37310fbe6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/38a00db37310fbe6","status":"passed","time":{"start":1729031892674,"stop":1729031892674,"duration":0}},{"uid":"bf27235757e714b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bf27235757e714b","status":"passed","time":{"start":1728901438805,"stop":1728901438805,"duration":0}},{"uid":"8fc3fb32e56bc5fc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fc3fb32e56bc5fc","status":"passed","time":{"start":1728892868997,"stop":1728892868997,"duration":0}},{"uid":"83e47ac28c2989e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/83e47ac28c2989e5","status":"passed","time":{"start":1728855831889,"stop":1728855831890,"duration":1}},{"uid":"a56eaf0e7deb60cd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a56eaf0e7deb60cd","status":"passed","time":{"start":1728738049036,"stop":1728738049037,"duration":1}},{"uid":"c62ffb0a6bf68f8f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c62ffb0a6bf68f8f","status":"passed","time":{"start":1728682582615,"stop":1728682582615,"duration":0}},{"uid":"2432984809609acb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2432984809609acb","status":"passed","time":{"start":1728682155405,"stop":1728682155405,"duration":0}},{"uid":"e02afd05bace7c3a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e02afd05bace7c3a","status":"passed","time":{"start":1728676629970,"stop":1728676629970,"duration":0}},{"uid":"c25a0fe3d52b84a8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c25a0fe3d52b84a8","status":"passed","time":{"start":1728669353098,"stop":1728669353098,"duration":0}},{"uid":"3b9c5477af264efb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3b9c5477af264efb","status":"passed","time":{"start":1728597693843,"stop":1728597693843,"duration":0}},{"uid":"a4ee23117bea527e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a4ee23117bea527e","status":"passed","time":{"start":1728596913087,"stop":1728596913087,"duration":0}}]},"tags":[]},"source":"d9de86bfa99fda5d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/8108ab6a561f56f3.json b/7588/data/test-cases/da3a5d75e3c05b77.json similarity index 62% rename from 7556/data/test-cases/8108ab6a561f56f3.json rename to 7588/data/test-cases/da3a5d75e3c05b77.json index 68caf98d631..a178ea37e18 100644 --- a/7556/data/test-cases/8108ab6a561f56f3.json +++ b/7588/data/test-cases/da3a5d75e3c05b77.json @@ -1 +1 @@ -{"uid":"8108ab6a561f56f3","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":1728457322436,"stop":1728457322437,"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":6,"passed":0,"unknown":0,"total":6},"items":[{"uid":"4c5afa1838275819","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/4c5afa1838275819","status":"skipped","statusDetails":"Test ignored","time":{"start":1728456287241,"stop":1728456287241,"duration":0}},{"uid":"fddd1d4d7dbc47aa","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/fddd1d4d7dbc47aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728455980767,"stop":1728455980767,"duration":0}},{"uid":"d766bc2256b92dd","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/d766bc2256b92dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1728455789245,"stop":1728455789247,"duration":2}},{"uid":"53be21be983b7f05","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/53be21be983b7f05","status":"skipped","statusDetails":"Test ignored","time":{"start":1728455146555,"stop":1728455146573,"duration":18}},{"uid":"8be793f447bcb655","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/8be793f447bcb655","status":"skipped","statusDetails":"Test ignored","time":{"start":1728452163135,"stop":1728452163135,"duration":0}}]},"tags":[]},"source":"8108ab6a561f56f3.json","parameterValues":[]} \ No newline at end of file +{"uid":"da3a5d75e3c05b77","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":1729034506786,"stop":1729034506786,"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":15,"unknown":0,"total":15},"items":[{"uid":"bafd3249d11501bc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bafd3249d11501bc","status":"passed","time":{"start":1729034259807,"stop":1729034259808,"duration":1}},{"uid":"5fad1f89fc7cff1f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5fad1f89fc7cff1f","status":"passed","time":{"start":1729034194002,"stop":1729034194002,"duration":0}},{"uid":"ab7fd40e84003231","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab7fd40e84003231","status":"passed","time":{"start":1729034014834,"stop":1729034014834,"duration":0}},{"uid":"7a28e5b119f37a32","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a28e5b119f37a32","status":"passed","time":{"start":1729032065433,"stop":1729032065434,"duration":1}},{"uid":"2f0cd44c65221f6b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f0cd44c65221f6b","status":"passed","time":{"start":1728901664234,"stop":1728901664234,"duration":0}},{"uid":"efb07994e50cb48b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/efb07994e50cb48b","status":"passed","time":{"start":1728893093682,"stop":1728893093682,"duration":0}},{"uid":"c88bf573d6ecbd42","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c88bf573d6ecbd42","status":"passed","time":{"start":1728856055262,"stop":1728856055263,"duration":1}},{"uid":"265f23a5e9b85bd1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/265f23a5e9b85bd1","status":"passed","time":{"start":1728738274739,"stop":1728738274739,"duration":0}},{"uid":"694495faa1d8a840","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/694495faa1d8a840","status":"passed","time":{"start":1728682807948,"stop":1728682807949,"duration":1}},{"uid":"ad77daec26de6464","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ad77daec26de6464","status":"passed","time":{"start":1728682381279,"stop":1728682381279,"duration":0}},{"uid":"bee5a74c06d1543e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bee5a74c06d1543e","status":"passed","time":{"start":1728676853892,"stop":1728676853892,"duration":0}},{"uid":"eb7e5852a689ee2d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eb7e5852a689ee2d","status":"passed","time":{"start":1728669581682,"stop":1728669581683,"duration":1}},{"uid":"a955e2623d7d1737","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a955e2623d7d1737","status":"passed","time":{"start":1728597923463,"stop":1728597923465,"duration":2}},{"uid":"eb6171f97dbad8d3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb6171f97dbad8d3","status":"passed","time":{"start":1728597132258,"stop":1728597132258,"duration":0}}]},"tags":[]},"source":"da3a5d75e3c05b77.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/da4540b57c86889d.json b/7588/data/test-cases/da4540b57c86889d.json new file mode 100644 index 00000000000..26bcf79ab2a --- /dev/null +++ b/7588/data/test-cases/da4540b57c86889d.json @@ -0,0 +1 @@ +{"uid":"da4540b57c86889d","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":1729034473407,"stop":1729034473407,"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.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":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"a0e434a5d0582681","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a0e434a5d0582681","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241339,"stop":1729034241339,"duration":0}},{"uid":"54b68bae59eaf9ae","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/54b68bae59eaf9ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160194,"stop":1729034160194,"duration":0}},{"uid":"db62a1d37b685b06","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db62a1d37b685b06","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977226,"stop":1729033977226,"duration":0}},{"uid":"5a74e294741f5a40","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a74e294741f5a40","status":"passed","time":{"start":1729032053270,"stop":1729032053271,"duration":1}},{"uid":"2aa91987bbda7e26","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2aa91987bbda7e26","status":"passed","time":{"start":1728901711767,"stop":1728901711767,"duration":0}},{"uid":"b7c600460c5d2df2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b7c600460c5d2df2","status":"passed","time":{"start":1728893141898,"stop":1728893141899,"duration":1}},{"uid":"891740de8cb9edcd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/891740de8cb9edcd","status":"passed","time":{"start":1728856103201,"stop":1728856103201,"duration":0}},{"uid":"2ea51a745bdf11bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2ea51a745bdf11bd","status":"passed","time":{"start":1728738321620,"stop":1728738321621,"duration":1}},{"uid":"225756b89e9d9199","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/225756b89e9d9199","status":"passed","time":{"start":1728682857566,"stop":1728682857569,"duration":3}},{"uid":"2bf91b876e2848b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2bf91b876e2848b2","status":"passed","time":{"start":1728682428804,"stop":1728682428804,"duration":0}},{"uid":"f204f73646ab49af","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f204f73646ab49af","status":"passed","time":{"start":1728676901169,"stop":1728676901170,"duration":1}},{"uid":"1be410ce716af339","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1be410ce716af339","status":"passed","time":{"start":1728669573865,"stop":1728669573865,"duration":0}},{"uid":"4550c96c050884c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4550c96c050884c1","status":"passed","time":{"start":1728597972337,"stop":1728597972337,"duration":0}},{"uid":"8d63de5fc27936c8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d63de5fc27936c8","status":"passed","time":{"start":1728597175619,"stop":1728597175620,"duration":1}}]},"tags":[]},"source":"da4540b57c86889d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2929337e657754ec.json b/7588/data/test-cases/da8dbdb2e853d503.json similarity index 83% rename from 7556/data/test-cases/2929337e657754ec.json rename to 7588/data/test-cases/da8dbdb2e853d503.json index b3dc31c0314..202159cad2e 100644 --- a/7556/data/test-cases/2929337e657754ec.json +++ b/7588/data/test-cases/da8dbdb2e853d503.json @@ -1 +1 @@ -{"uid":"2929337e657754ec","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":1728457448619,"stop":1728457448619,"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":6,"unknown":0,"total":6},"items":[{"uid":"1cad001e7a27ab04","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/1cad001e7a27ab04","status":"passed","time":{"start":1728456402396,"stop":1728456402397,"duration":1}},{"uid":"e5a7b2ca99ce5b49","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/e5a7b2ca99ce5b49","status":"passed","time":{"start":1728456120434,"stop":1728456120434,"duration":0}},{"uid":"4cc732d65b4d80b9","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4cc732d65b4d80b9","status":"passed","time":{"start":1728456038373,"stop":1728456038373,"duration":0}},{"uid":"6f5e60080b128074","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/6f5e60080b128074","status":"passed","time":{"start":1728455403828,"stop":1728455403828,"duration":0}},{"uid":"622d9fbd1c5e5f9","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/622d9fbd1c5e5f9","status":"passed","time":{"start":1728452400287,"stop":1728452400287,"duration":0}}]},"tags":[]},"source":"2929337e657754ec.json","parameterValues":[]} \ No newline at end of file +{"uid":"da8dbdb2e853d503","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":1729034611679,"stop":1729034611679,"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":15,"unknown":0,"total":15},"items":[{"uid":"b147a0d62e94f9f9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b147a0d62e94f9f9","status":"passed","time":{"start":1729034393654,"stop":1729034393655,"duration":1}},{"uid":"26b371d2e1c0a422","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/26b371d2e1c0a422","status":"passed","time":{"start":1729034304852,"stop":1729034304852,"duration":0}},{"uid":"5b4321638e34b0a7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5b4321638e34b0a7","status":"passed","time":{"start":1729034121938,"stop":1729034121939,"duration":1}},{"uid":"99c45965f82f6aea","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/99c45965f82f6aea","status":"passed","time":{"start":1729032174902,"stop":1729032174902,"duration":0}},{"uid":"8e116f772c0f3064","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e116f772c0f3064","status":"passed","time":{"start":1728901881019,"stop":1728901881020,"duration":1}},{"uid":"5c9b6fa8af61a1ed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c9b6fa8af61a1ed","status":"passed","time":{"start":1728893317176,"stop":1728893317177,"duration":1}},{"uid":"ee79596de1d784","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ee79596de1d784","status":"passed","time":{"start":1728856263107,"stop":1728856263108,"duration":1}},{"uid":"6d7eed9b613711f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d7eed9b613711f5","status":"passed","time":{"start":1728738492802,"stop":1728738492802,"duration":0}},{"uid":"4af1c940562a6bc5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4af1c940562a6bc5","status":"passed","time":{"start":1728683030025,"stop":1728683030025,"duration":0}},{"uid":"b04b210473adb694","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b04b210473adb694","status":"passed","time":{"start":1728682581110,"stop":1728682581111,"duration":1}},{"uid":"1fa63bf632207382","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1fa63bf632207382","status":"passed","time":{"start":1728677082003,"stop":1728677082004,"duration":1}},{"uid":"18025bfb200e1ef2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/18025bfb200e1ef2","status":"passed","time":{"start":1728669795401,"stop":1728669795403,"duration":2}},{"uid":"44989d5a259a7e3b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/44989d5a259a7e3b","status":"passed","time":{"start":1728598137507,"stop":1728598137507,"duration":0}},{"uid":"f52465146db31e94","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f52465146db31e94","status":"passed","time":{"start":1728597353483,"stop":1728597353484,"duration":1}}]},"tags":[]},"source":"da8dbdb2e853d503.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/6cbc1f6cb92376.json b/7588/data/test-cases/dab7c11e8c391a75.json similarity index 67% rename from 7556/data/test-cases/6cbc1f6cb92376.json rename to 7588/data/test-cases/dab7c11e8c391a75.json index b73d14cf0fd..df3ee0eccf6 100644 --- a/7556/data/test-cases/6cbc1f6cb92376.json +++ b/7588/data/test-cases/dab7c11e8c391a75.json @@ -1 +1 @@ -{"uid":"6cbc1f6cb92376","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":1728457360304,"stop":1728457360304,"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":6,"unknown":0,"total":6},"items":[{"uid":"1c4df1fcf98fd4a7","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/1c4df1fcf98fd4a7","status":"passed","time":{"start":1728456312488,"stop":1728456312490,"duration":2}},{"uid":"9e316b393c9a0ee6","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/9e316b393c9a0ee6","status":"passed","time":{"start":1728456013945,"stop":1728456013945,"duration":0}},{"uid":"e1e7101f7f199138","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e1e7101f7f199138","status":"passed","time":{"start":1728455837439,"stop":1728455837439,"duration":0}},{"uid":"f8dedd8afef7ff6c","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f8dedd8afef7ff6c","status":"passed","time":{"start":1728455198902,"stop":1728455198903,"duration":1}},{"uid":"cca3bbfff696fb84","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/cca3bbfff696fb84","status":"passed","time":{"start":1728452203349,"stop":1728452203349,"duration":0}}]},"tags":[]},"source":"6cbc1f6cb92376.json","parameterValues":[]} \ No newline at end of file +{"uid":"dab7c11e8c391a75","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":1729034536098,"stop":1729034536098,"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":14,"unknown":0,"total":14},"items":[{"uid":"250367fbc8787f6a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/250367fbc8787f6a","status":"passed","time":{"start":1729034296704,"stop":1729034296704,"duration":0}},{"uid":"b9d935f32a18ee67","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b9d935f32a18ee67","status":"passed","time":{"start":1729034220601,"stop":1729034220601,"duration":0}},{"uid":"8dff0d8f39f2e499","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8dff0d8f39f2e499","status":"passed","time":{"start":1729034041477,"stop":1729034041477,"duration":0}},{"uid":"c05fe09b66af51c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c05fe09b66af51c3","status":"passed","time":{"start":1728901705388,"stop":1728901705389,"duration":1}},{"uid":"86d6d79016c58554","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/86d6d79016c58554","status":"passed","time":{"start":1728893141771,"stop":1728893141772,"duration":1}},{"uid":"7d4cfbd88f84c542","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d4cfbd88f84c542","status":"passed","time":{"start":1728856087080,"stop":1728856087080,"duration":0}},{"uid":"79d4dd9265581ffa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/79d4dd9265581ffa","status":"passed","time":{"start":1728738321431,"stop":1728738321432,"duration":1}},{"uid":"93a69b1b7fb5658","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/93a69b1b7fb5658","status":"passed","time":{"start":1728682845671,"stop":1728682845672,"duration":1}},{"uid":"20d164a24bd2eecd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/20d164a24bd2eecd","status":"passed","time":{"start":1728682424305,"stop":1728682424305,"duration":0}},{"uid":"b8432aae76683345","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b8432aae76683345","status":"passed","time":{"start":1728676900512,"stop":1728676900512,"duration":0}},{"uid":"91a10cacc838d5b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/91a10cacc838d5b","status":"passed","time":{"start":1728669625796,"stop":1728669625796,"duration":0}},{"uid":"cc8fc9888e4d1d89","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cc8fc9888e4d1d89","status":"passed","time":{"start":1728597957160,"stop":1728597957161,"duration":1}},{"uid":"95cb55272c12b055","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/95cb55272c12b055","status":"passed","time":{"start":1728597182614,"stop":1728597182614,"duration":0}}]},"tags":[]},"source":"dab7c11e8c391a75.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/dab8fd86d8cba100.json b/7588/data/test-cases/dab8fd86d8cba100.json new file mode 100644 index 00000000000..00951702e22 --- /dev/null +++ b/7588/data/test-cases/dab8fd86d8cba100.json @@ -0,0 +1 @@ +{"uid":"dab8fd86d8cba100","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":1729034356196,"stop":1729034356196,"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":15,"unknown":0,"total":15},"items":[{"uid":"fba68c6f36a39879","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fba68c6f36a39879","status":"passed","time":{"start":1729034120195,"stop":1729034120196,"duration":1}},{"uid":"699d3d0e709d7e14","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/699d3d0e709d7e14","status":"passed","time":{"start":1729034043327,"stop":1729034043327,"duration":0}},{"uid":"3285b4f51931226e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3285b4f51931226e","status":"passed","time":{"start":1729033858031,"stop":1729033858031,"duration":0}},{"uid":"2e4f9a37cc2c611c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e4f9a37cc2c611c","status":"passed","time":{"start":1729031908099,"stop":1729031908099,"duration":0}},{"uid":"aac434662982dea4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aac434662982dea4","status":"passed","time":{"start":1728901453393,"stop":1728901453394,"duration":1}},{"uid":"24329b6930450ea4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/24329b6930450ea4","status":"passed","time":{"start":1728892884023,"stop":1728892884024,"duration":1}},{"uid":"322e3301aaf86aa1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/322e3301aaf86aa1","status":"passed","time":{"start":1728855846493,"stop":1728855846493,"duration":0}},{"uid":"23c6debcf1aee508","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23c6debcf1aee508","status":"passed","time":{"start":1728738063723,"stop":1728738063723,"duration":0}},{"uid":"584b45cb87c8d4b5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/584b45cb87c8d4b5","status":"passed","time":{"start":1728682597444,"stop":1728682597444,"duration":0}},{"uid":"811ebc5c6f932f0e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/811ebc5c6f932f0e","status":"passed","time":{"start":1728682170236,"stop":1728682170237,"duration":1}},{"uid":"c65323327607127f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c65323327607127f","status":"passed","time":{"start":1728676645010,"stop":1728676645011,"duration":1}},{"uid":"4eda86aaf33287b8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4eda86aaf33287b8","status":"passed","time":{"start":1728669367791,"stop":1728669367791,"duration":0}},{"uid":"c73711b1ba22ce4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c73711b1ba22ce4a","status":"passed","time":{"start":1728597708643,"stop":1728597708644,"duration":1}},{"uid":"b87c0131880aa5bd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b87c0131880aa5bd","status":"passed","time":{"start":1728596927931,"stop":1728596927931,"duration":0}}]},"tags":[]},"source":"dab8fd86d8cba100.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/db1862935408402c.json b/7588/data/test-cases/db1862935408402c.json new file mode 100644 index 00000000000..8656ee7a140 --- /dev/null +++ b/7588/data/test-cases/db1862935408402c.json @@ -0,0 +1 @@ +{"uid":"db1862935408402c","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":1729034626852,"stop":1729034626852,"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":15,"unknown":0,"total":15},"items":[{"uid":"5b0c9349327196e1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b0c9349327196e1","status":"passed","time":{"start":1729034398549,"stop":1729034398549,"duration":0}},{"uid":"b64b1f1ea22b3a8b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b64b1f1ea22b3a8b","status":"passed","time":{"start":1729034314814,"stop":1729034314815,"duration":1}},{"uid":"10a5984620b8a7c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10a5984620b8a7c5","status":"passed","time":{"start":1729034137164,"stop":1729034137164,"duration":0}},{"uid":"a25d615b4a88a193","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a25d615b4a88a193","status":"passed","time":{"start":1729032187247,"stop":1729032187247,"duration":0}},{"uid":"1fbea4e543cc087f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1fbea4e543cc087f","status":"passed","time":{"start":1728901888430,"stop":1728901888430,"duration":0}},{"uid":"968f3c1567b06fb6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/968f3c1567b06fb6","status":"passed","time":{"start":1728893323792,"stop":1728893323793,"duration":1}},{"uid":"13cf3c5610040dfa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/13cf3c5610040dfa","status":"passed","time":{"start":1728856285927,"stop":1728856285928,"duration":1}},{"uid":"38639ecd7bf3f958","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38639ecd7bf3f958","status":"passed","time":{"start":1728738498275,"stop":1728738498276,"duration":1}},{"uid":"ada40416a97db42a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ada40416a97db42a","status":"passed","time":{"start":1728683041391,"stop":1728683041392,"duration":1}},{"uid":"1b05709f2f5841d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1b05709f2f5841d7","status":"passed","time":{"start":1728682596018,"stop":1728682596019,"duration":1}},{"uid":"eb91fdde19bba49b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eb91fdde19bba49b","status":"passed","time":{"start":1728677091267,"stop":1728677091267,"duration":0}},{"uid":"53d4790e621a2cf3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/53d4790e621a2cf3","status":"passed","time":{"start":1728669766426,"stop":1728669766426,"duration":0}},{"uid":"8165ad4fb3a632d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8165ad4fb3a632d","status":"passed","time":{"start":1728598152074,"stop":1728598152074,"duration":0}},{"uid":"dafffbba82b3b039","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dafffbba82b3b039","status":"passed","time":{"start":1728597364118,"stop":1728597364118,"duration":0}}]},"tags":[]},"source":"db1862935408402c.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/f1067b99952dc67c.json b/7588/data/test-cases/db60e09da7e6d704.json similarity index 52% rename from 7556/data/test-cases/f1067b99952dc67c.json rename to 7588/data/test-cases/db60e09da7e6d704.json index 6af0907a277..57acea01674 100644 --- a/7556/data/test-cases/f1067b99952dc67c.json +++ b/7588/data/test-cases/db60e09da7e6d704.json @@ -1 +1 @@ -{"uid":"f1067b99952dc67c","name":"Query Generator - false","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - false","historyId":"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457542830,"stop":1728457542830,"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":6,"unknown":0,"total":6},"items":[{"uid":"9bfe6a58311e154f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/9bfe6a58311e154f","status":"passed","time":{"start":1728456486724,"stop":1728456486725,"duration":1}},{"uid":"878db9610b8cf9b4","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/878db9610b8cf9b4","status":"passed","time":{"start":1728456259616,"stop":1728456259618,"duration":2}},{"uid":"ae6a01d4679b4051","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/ae6a01d4679b4051","status":"passed","time":{"start":1728456223951,"stop":1728456223951,"duration":0}},{"uid":"40887ff16eb172b5","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/40887ff16eb172b5","status":"passed","time":{"start":1728455581726,"stop":1728455581726,"duration":0}},{"uid":"6882937377dcba3a","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/6882937377dcba3a","status":"passed","time":{"start":1728452535230,"stop":1728452535231,"duration":1}}]},"tags":[]},"source":"f1067b99952dc67c.json","parameterValues":[]} \ No newline at end of file +{"uid":"db60e09da7e6d704","name":"Query Generator - false","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - false","historyId":"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034683700,"stop":1729034683700,"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":15,"unknown":0,"total":15},"items":[{"uid":"299a33c7dcc4a2d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/299a33c7dcc4a2d4","status":"passed","time":{"start":1729034458925,"stop":1729034458925,"duration":0}},{"uid":"3a47158c3958a398","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a47158c3958a398","status":"passed","time":{"start":1729034372194,"stop":1729034372195,"duration":1}},{"uid":"60ff1e299ba587d3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/60ff1e299ba587d3","status":"passed","time":{"start":1729034191994,"stop":1729034191995,"duration":1}},{"uid":"46195923a122e2d3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/46195923a122e2d3","status":"passed","time":{"start":1729032246144,"stop":1729032246144,"duration":0}},{"uid":"9602d7b37a854e8e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9602d7b37a854e8e","status":"passed","time":{"start":1728902009942,"stop":1728902009942,"duration":0}},{"uid":"1cc8fbc5cf6bb6ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cc8fbc5cf6bb6ca","status":"passed","time":{"start":1728893442067,"stop":1728893442068,"duration":1}},{"uid":"1f1e2bafc202ce0d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f1e2bafc202ce0d","status":"passed","time":{"start":1728856390379,"stop":1728856390379,"duration":0}},{"uid":"1381945c5239e1a1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1381945c5239e1a1","status":"passed","time":{"start":1728738615984,"stop":1728738615985,"duration":1}},{"uid":"bfa147da2883ba50","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bfa147da2883ba50","status":"passed","time":{"start":1728683138590,"stop":1728683138590,"duration":0}},{"uid":"4f338fbe9f81d9aa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4f338fbe9f81d9aa","status":"passed","time":{"start":1728682713979,"stop":1728682713979,"duration":0}},{"uid":"fce7ec00a969dbb8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fce7ec00a969dbb8","status":"passed","time":{"start":1728677205665,"stop":1728677205665,"duration":0}},{"uid":"3559c7be7cd2f80a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3559c7be7cd2f80a","status":"passed","time":{"start":1728669886306,"stop":1728669886306,"duration":0}},{"uid":"cdd92b16b4657008","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cdd92b16b4657008","status":"passed","time":{"start":1728598272274,"stop":1728598272274,"duration":0}},{"uid":"b2530edf081c3c68","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2530edf081c3c68","status":"passed","time":{"start":1728597492995,"stop":1728597492995,"duration":0}}]},"tags":[]},"source":"db60e09da7e6d704.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/db90dd34b06f2769.json b/7588/data/test-cases/db90dd34b06f2769.json new file mode 100644 index 00000000000..138a0da9390 --- /dev/null +++ b/7588/data/test-cases/db90dd34b06f2769.json @@ -0,0 +1 @@ +{"uid":"db90dd34b06f2769","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":1729034473210,"stop":1729034473211,"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.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":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"6e95a0b067715ca7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6e95a0b067715ca7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241153,"stop":1729034241153,"duration":0}},{"uid":"884a0f06777e44bb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/884a0f06777e44bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159971,"stop":1729034159971,"duration":0}},{"uid":"151dae1f97bacb4c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/151dae1f97bacb4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977062,"stop":1729033977062,"duration":0}},{"uid":"2e3f6957203c8b3c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e3f6957203c8b3c","status":"passed","time":{"start":1729032093763,"stop":1729032093764,"duration":1}},{"uid":"21c25792cf61a480","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/21c25792cf61a480","status":"passed","time":{"start":1728901748770,"stop":1728901748770,"duration":0}},{"uid":"d7633b208a28c5c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d7633b208a28c5c","status":"passed","time":{"start":1728893181082,"stop":1728893181083,"duration":1}},{"uid":"92e2185ef358e972","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92e2185ef358e972","status":"passed","time":{"start":1728856155548,"stop":1728856155549,"duration":1}},{"uid":"ec3355a574db2ee1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec3355a574db2ee1","status":"passed","time":{"start":1728738360282,"stop":1728738360282,"duration":0}},{"uid":"32db3d9c0a87f497","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32db3d9c0a87f497","status":"passed","time":{"start":1728682907217,"stop":1728682907218,"duration":1}},{"uid":"e4df6fca6aafd0c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e4df6fca6aafd0c0","status":"passed","time":{"start":1728682466726,"stop":1728682466727,"duration":1}},{"uid":"c480243f54457262","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c480243f54457262","status":"passed","time":{"start":1728676955718,"stop":1728676955718,"duration":0}},{"uid":"61391d68103a69d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61391d68103a69d4","status":"passed","time":{"start":1728598013531,"stop":1728598013532,"duration":1}},{"uid":"fb31ec2c3df0d385","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fb31ec2c3df0d385","status":"passed","time":{"start":1728597225196,"stop":1728597225196,"duration":0}}]},"tags":[]},"source":"db90dd34b06f2769.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/1876940c797afa4d.json b/7588/data/test-cases/dc3442e6a4c34563.json similarity index 88% rename from 7556/data/test-cases/1876940c797afa4d.json rename to 7588/data/test-cases/dc3442e6a4c34563.json index 3b076417ac1..6b709cc53da 100644 --- a/7556/data/test-cases/1876940c797afa4d.json +++ b/7588/data/test-cases/dc3442e6a4c34563.json @@ -1 +1 @@ -{"uid":"1876940c797afa4d","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":1728457510456,"stop":1728457510456,"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":6,"unknown":0,"total":6},"items":[{"uid":"f8f945dc7fc63800","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/f8f945dc7fc63800","status":"passed","time":{"start":1728456448215,"stop":1728456448216,"duration":1}},{"uid":"44248c0f1c746bc1","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/44248c0f1c746bc1","status":"passed","time":{"start":1728456195703,"stop":1728456195704,"duration":1}},{"uid":"dded8b38a3669cdb","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/dded8b38a3669cdb","status":"passed","time":{"start":1728456166711,"stop":1728456166711,"duration":0}},{"uid":"722dc1fe732f1b16","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/722dc1fe732f1b16","status":"passed","time":{"start":1728455516734,"stop":1728455516735,"duration":1}},{"uid":"9c1034d595a9c7fb","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/9c1034d595a9c7fb","status":"passed","time":{"start":1728452508947,"stop":1728452508947,"duration":0}}]},"tags":[]},"source":"1876940c797afa4d.json","parameterValues":[]} \ No newline at end of file +{"uid":"dc3442e6a4c34563","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":1729034631259,"stop":1729034631259,"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":15,"unknown":0,"total":15},"items":[{"uid":"436c7389fa1a2b11","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/436c7389fa1a2b11","status":"passed","time":{"start":1729034400895,"stop":1729034400895,"duration":0}},{"uid":"6b2e6b20dfab72bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b2e6b20dfab72bf","status":"passed","time":{"start":1729034317486,"stop":1729034317486,"duration":0}},{"uid":"8b1aff59d9060251","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b1aff59d9060251","status":"passed","time":{"start":1729034137148,"stop":1729034137148,"duration":0}},{"uid":"bf0f5858b8bc47d2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bf0f5858b8bc47d2","status":"passed","time":{"start":1729032206882,"stop":1729032206882,"duration":0}},{"uid":"6be65343a413d663","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6be65343a413d663","status":"passed","time":{"start":1728901995027,"stop":1728901995027,"duration":0}},{"uid":"4457667f073d77c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4457667f073d77c8","status":"passed","time":{"start":1728893421004,"stop":1728893421004,"duration":0}},{"uid":"573ffbbd25e09c10","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/573ffbbd25e09c10","status":"passed","time":{"start":1728856368603,"stop":1728856368603,"duration":0}},{"uid":"7c1d08b1eba019e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7c1d08b1eba019e","status":"passed","time":{"start":1728738604688,"stop":1728738604689,"duration":1}},{"uid":"17060332b89fc0ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/17060332b89fc0ab","status":"passed","time":{"start":1728683117644,"stop":1728683117645,"duration":1}},{"uid":"a3cca9ed4d18c9a0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a3cca9ed4d18c9a0","status":"passed","time":{"start":1728682721323,"stop":1728682721323,"duration":0}},{"uid":"4759db9151d92e58","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4759db9151d92e58","status":"passed","time":{"start":1728677184690,"stop":1728677184690,"duration":0}},{"uid":"53879cf508a15ec9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/53879cf508a15ec9","status":"passed","time":{"start":1728669866469,"stop":1728669866469,"duration":0}},{"uid":"39cf4f5ef299ce01","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39cf4f5ef299ce01","status":"passed","time":{"start":1728598250003,"stop":1728598250004,"duration":1}},{"uid":"ccf737d4199f162d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ccf737d4199f162d","status":"passed","time":{"start":1728597472306,"stop":1728597472306,"duration":0}}]},"tags":[]},"source":"dc3442e6a4c34563.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/adc563c030b20d4c.json b/7588/data/test-cases/dc47413c8207c857.json similarity index 80% rename from 7556/data/test-cases/adc563c030b20d4c.json rename to 7588/data/test-cases/dc47413c8207c857.json index c98b4fdb816..c95a0e5e0ab 100644 --- a/7556/data/test-cases/adc563c030b20d4c.json +++ b/7588/data/test-cases/dc47413c8207c857.json @@ -1 +1 @@ -{"uid":"adc563c030b20d4c","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":1728457490933,"stop":1728457490933,"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":6,"unknown":0,"total":6},"items":[{"uid":"be9b9cfc98f3b3f6","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/be9b9cfc98f3b3f6","status":"passed","time":{"start":1728456439224,"stop":1728456439226,"duration":2}},{"uid":"693ee7ac5f211341","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/693ee7ac5f211341","status":"passed","time":{"start":1728456209567,"stop":1728456209567,"duration":0}},{"uid":"815f7c64349228f3","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/815f7c64349228f3","status":"passed","time":{"start":1728456126840,"stop":1728456126840,"duration":0}},{"uid":"d96892aeea8d11c5","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/d96892aeea8d11c5","status":"passed","time":{"start":1728455481803,"stop":1728455481803,"duration":0}},{"uid":"37d383cb1f9052a8","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/37d383cb1f9052a8","status":"passed","time":{"start":1728452438556,"stop":1728452438556,"duration":0}}]},"tags":[]},"source":"adc563c030b20d4c.json","parameterValues":[]} \ No newline at end of file +{"uid":"dc47413c8207c857","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":1729034640525,"stop":1729034640526,"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":15,"unknown":0,"total":15},"items":[{"uid":"7f751642b374e186","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7f751642b374e186","status":"passed","time":{"start":1729034411425,"stop":1729034411426,"duration":1}},{"uid":"ef8bfc954f3ca774","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ef8bfc954f3ca774","status":"passed","time":{"start":1729034327408,"stop":1729034327408,"duration":0}},{"uid":"bb50d15d78f8e19e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bb50d15d78f8e19e","status":"passed","time":{"start":1729034147781,"stop":1729034147781,"duration":0}},{"uid":"3833adbaca369f63","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3833adbaca369f63","status":"passed","time":{"start":1729032204830,"stop":1729032204830,"duration":0}},{"uid":"f6f122f0bb3d7ef0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f6f122f0bb3d7ef0","status":"passed","time":{"start":1728901907714,"stop":1728901907714,"duration":0}},{"uid":"ef5a123319897843","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ef5a123319897843","status":"passed","time":{"start":1728893341890,"stop":1728893341890,"duration":0}},{"uid":"69a39bcd4ddb16a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/69a39bcd4ddb16a9","status":"passed","time":{"start":1728856299383,"stop":1728856299384,"duration":1}},{"uid":"688ac7ddaf0d7194","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/688ac7ddaf0d7194","status":"passed","time":{"start":1728738511620,"stop":1728738511620,"duration":0}},{"uid":"c88788febaaff05a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c88788febaaff05a","status":"passed","time":{"start":1728683052913,"stop":1728683052913,"duration":0}},{"uid":"7ca35d4bfbaee51e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ca35d4bfbaee51e","status":"passed","time":{"start":1728682612913,"stop":1728682612913,"duration":0}},{"uid":"48dc26b2cd89b54e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/48dc26b2cd89b54e","status":"passed","time":{"start":1728677115748,"stop":1728677115749,"duration":1}},{"uid":"5a296a5b9e842546","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5a296a5b9e842546","status":"passed","time":{"start":1728669778177,"stop":1728669778177,"duration":0}},{"uid":"31ea8bc52b643533","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/31ea8bc52b643533","status":"passed","time":{"start":1728598175435,"stop":1728598175436,"duration":1}},{"uid":"3786a25e9eca6340","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3786a25e9eca6340","status":"passed","time":{"start":1728597380065,"stop":1728597380065,"duration":0}}]},"tags":[]},"source":"dc47413c8207c857.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/dc674749269eb97a.json b/7588/data/test-cases/dc674749269eb97a.json new file mode 100644 index 00000000000..fb5f5ee7653 --- /dev/null +++ b/7588/data/test-cases/dc674749269eb97a.json @@ -0,0 +1 @@ +{"uid":"dc674749269eb97a","name":"random static sharding 5 - Cluster ID: 558, Shard ID: 680","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 5 - Cluster ID: 558, Shard ID: 680","historyId":"678b0991e45601a10373fbdba0839709:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034668598,"stop":1729034668598,"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":"dc674749269eb97a.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/dcdc75974837a228.json b/7588/data/test-cases/dcdc75974837a228.json new file mode 100644 index 00000000000..dc197af434e --- /dev/null +++ b/7588/data/test-cases/dcdc75974837a228.json @@ -0,0 +1 @@ +{"uid":"dcdc75974837a228","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":1729034356139,"stop":1729034356140,"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":15,"unknown":0,"total":15},"items":[{"uid":"c1b1ce6d2f20276f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c1b1ce6d2f20276f","status":"passed","time":{"start":1729034120217,"stop":1729034120218,"duration":1}},{"uid":"3a507b4dae205b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a507b4dae205b3","status":"passed","time":{"start":1729034043146,"stop":1729034043146,"duration":0}},{"uid":"ce5e819b14f49a4f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce5e819b14f49a4f","status":"passed","time":{"start":1729033857769,"stop":1729033857769,"duration":0}},{"uid":"49d749579a5ae6b1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/49d749579a5ae6b1","status":"passed","time":{"start":1729031907988,"stop":1729031907989,"duration":1}},{"uid":"7f84ca394b13c4b3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f84ca394b13c4b3","status":"passed","time":{"start":1728901453414,"stop":1728901453415,"duration":1}},{"uid":"67000cdef39dda75","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/67000cdef39dda75","status":"passed","time":{"start":1728892883981,"stop":1728892883982,"duration":1}},{"uid":"7b2c4663b9af025f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7b2c4663b9af025f","status":"passed","time":{"start":1728855846188,"stop":1728855846188,"duration":0}},{"uid":"7a4d816b6b9a6047","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a4d816b6b9a6047","status":"passed","time":{"start":1728738063650,"stop":1728738063651,"duration":1}},{"uid":"7685e7b1fca4a9ac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7685e7b1fca4a9ac","status":"passed","time":{"start":1728682597533,"stop":1728682597533,"duration":0}},{"uid":"786359c70767ff50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/786359c70767ff50","status":"passed","time":{"start":1728682170204,"stop":1728682170205,"duration":1}},{"uid":"e7a3d71ff011ca67","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e7a3d71ff011ca67","status":"passed","time":{"start":1728676644983,"stop":1728676644984,"duration":1}},{"uid":"6dd3252aa013870b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6dd3252aa013870b","status":"passed","time":{"start":1728669367856,"stop":1728669367856,"duration":0}},{"uid":"9606a567d8c0a946","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9606a567d8c0a946","status":"passed","time":{"start":1728597708662,"stop":1728597708662,"duration":0}},{"uid":"dd46f2d1ba751d9c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dd46f2d1ba751d9c","status":"passed","time":{"start":1728596927481,"stop":1728596927481,"duration":0}}]},"tags":[]},"source":"dcdc75974837a228.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e8fba1d745dd345b.json b/7588/data/test-cases/dd22a1a626b63237.json similarity index 88% rename from 7556/data/test-cases/e8fba1d745dd345b.json rename to 7588/data/test-cases/dd22a1a626b63237.json index d9fa28529b9..4e36a33813d 100644 --- a/7556/data/test-cases/e8fba1d745dd345b.json +++ b/7588/data/test-cases/dd22a1a626b63237.json @@ -1 +1 @@ -{"uid":"e8fba1d745dd345b","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":1728457510459,"stop":1728457510460,"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":6,"unknown":0,"total":6},"items":[{"uid":"fdbce486547a1393","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/fdbce486547a1393","status":"passed","time":{"start":1728456448217,"stop":1728456448218,"duration":1}},{"uid":"3d906445df7ecb60","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/3d906445df7ecb60","status":"passed","time":{"start":1728456195706,"stop":1728456195707,"duration":1}},{"uid":"f8fc72353a952da3","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/f8fc72353a952da3","status":"passed","time":{"start":1728456166712,"stop":1728456166713,"duration":1}},{"uid":"a7af14cfb9ace7b5","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a7af14cfb9ace7b5","status":"passed","time":{"start":1728455516741,"stop":1728455516741,"duration":0}},{"uid":"281899919115a221","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/281899919115a221","status":"passed","time":{"start":1728452508948,"stop":1728452508949,"duration":1}}]},"tags":[]},"source":"e8fba1d745dd345b.json","parameterValues":[]} \ No newline at end of file +{"uid":"dd22a1a626b63237","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":1729034631261,"stop":1729034631261,"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":15,"unknown":0,"total":15},"items":[{"uid":"f3b2db3100ddec2b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f3b2db3100ddec2b","status":"passed","time":{"start":1729034400897,"stop":1729034400897,"duration":0}},{"uid":"d6121ca9358e120a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d6121ca9358e120a","status":"passed","time":{"start":1729034317487,"stop":1729034317488,"duration":1}},{"uid":"c7d6a0b0031b81ee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7d6a0b0031b81ee","status":"passed","time":{"start":1729034137153,"stop":1729034137154,"duration":1}},{"uid":"b29522b39049df3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b29522b39049df3","status":"passed","time":{"start":1729032206884,"stop":1729032206885,"duration":1}},{"uid":"789f57c08f43f187","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/789f57c08f43f187","status":"passed","time":{"start":1728901995034,"stop":1728901995034,"duration":0}},{"uid":"fc116305d6581c9c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fc116305d6581c9c","status":"passed","time":{"start":1728893421006,"stop":1728893421007,"duration":1}},{"uid":"e1213793958caf8f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e1213793958caf8f","status":"passed","time":{"start":1728856368604,"stop":1728856368605,"duration":1}},{"uid":"590b4dcfae70c9a3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/590b4dcfae70c9a3","status":"passed","time":{"start":1728738604691,"stop":1728738604691,"duration":0}},{"uid":"89af928318221143","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/89af928318221143","status":"passed","time":{"start":1728683117667,"stop":1728683117668,"duration":1}},{"uid":"50a63034a7eec125","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/50a63034a7eec125","status":"passed","time":{"start":1728682721325,"stop":1728682721325,"duration":0}},{"uid":"7820ea0bc82e778d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7820ea0bc82e778d","status":"passed","time":{"start":1728677184691,"stop":1728677184692,"duration":1}},{"uid":"e259420387e297d3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e259420387e297d3","status":"passed","time":{"start":1728669866473,"stop":1728669866474,"duration":1}},{"uid":"592d46904e3bee44","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/592d46904e3bee44","status":"passed","time":{"start":1728598250008,"stop":1728598250008,"duration":0}},{"uid":"ea0c62d7dafb2dc4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea0c62d7dafb2dc4","status":"passed","time":{"start":1728597472307,"stop":1728597472308,"duration":1}}]},"tags":[]},"source":"dd22a1a626b63237.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2d2a08b947f5e427.json b/7588/data/test-cases/dd3e8186ba2979da.json similarity index 62% rename from 7556/data/test-cases/2d2a08b947f5e427.json rename to 7588/data/test-cases/dd3e8186ba2979da.json index 6f98f93bb76..fb18e45d0de 100644 --- a/7556/data/test-cases/2d2a08b947f5e427.json +++ b/7588/data/test-cases/dd3e8186ba2979da.json @@ -1 +1 @@ -{"uid":"2d2a08b947f5e427","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":1728457525083,"stop":1728457525083,"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":6,"unknown":0,"total":6},"items":[{"uid":"a2c30f52e1119d64","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a2c30f52e1119d64","status":"passed","time":{"start":1728456469476,"stop":1728456469476,"duration":0}},{"uid":"181587941eff3abd","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/181587941eff3abd","status":"passed","time":{"start":1728456237807,"stop":1728456237808,"duration":1}},{"uid":"dfa1e412401ba78f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/dfa1e412401ba78f","status":"passed","time":{"start":1728456203064,"stop":1728456203064,"duration":0}},{"uid":"67c81c465b8f5fbd","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/67c81c465b8f5fbd","status":"passed","time":{"start":1728455555321,"stop":1728455555322,"duration":1}},{"uid":"481b156efc6ce99a","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/481b156efc6ce99a","status":"passed","time":{"start":1728452514192,"stop":1728452514192,"duration":0}}]},"tags":[]},"source":"2d2a08b947f5e427.json","parameterValues":[]} \ No newline at end of file +{"uid":"dd3e8186ba2979da","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":1729034665576,"stop":1729034665577,"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":15,"unknown":0,"total":15},"items":[{"uid":"a084d9de0fd33e92","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a084d9de0fd33e92","status":"passed","time":{"start":1729034434254,"stop":1729034434257,"duration":3}},{"uid":"89f39d2c3e58b68e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/89f39d2c3e58b68e","status":"passed","time":{"start":1729034350151,"stop":1729034350151,"duration":0}},{"uid":"ec41d35d1f5579dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ec41d35d1f5579dd","status":"passed","time":{"start":1729034169192,"stop":1729034169192,"duration":0}},{"uid":"cc7fdfdf84f123d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cc7fdfdf84f123d1","status":"passed","time":{"start":1729032228064,"stop":1729032228064,"duration":0}},{"uid":"4b1ebfee160daea6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b1ebfee160daea6","status":"passed","time":{"start":1728901947141,"stop":1728901947141,"duration":0}},{"uid":"e91dc172fb20b416","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e91dc172fb20b416","status":"passed","time":{"start":1728893380054,"stop":1728893380056,"duration":2}},{"uid":"10bad63eaa2b53","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/10bad63eaa2b53","status":"passed","time":{"start":1728856336876,"stop":1728856336877,"duration":1}},{"uid":"c75181e428d162be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c75181e428d162be","status":"passed","time":{"start":1728738551160,"stop":1728738551161,"duration":1}},{"uid":"11a4e37abc8035fe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/11a4e37abc8035fe","status":"passed","time":{"start":1728683095873,"stop":1728683095873,"duration":0}},{"uid":"57f4929910850071","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/57f4929910850071","status":"passed","time":{"start":1728682657383,"stop":1728682657384,"duration":1}},{"uid":"31a778e32b8e038a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/31a778e32b8e038a","status":"passed","time":{"start":1728677151459,"stop":1728677151460,"duration":1}},{"uid":"ebde44d9301218af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebde44d9301218af","status":"passed","time":{"start":1728669832891,"stop":1728669832891,"duration":0}},{"uid":"33c3910f9b4d7499","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/33c3910f9b4d7499","status":"passed","time":{"start":1728598215606,"stop":1728598215607,"duration":1}},{"uid":"326641a417616188","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/326641a417616188","status":"passed","time":{"start":1728597425039,"stop":1728597425039,"duration":0}}]},"tags":[]},"source":"dd3e8186ba2979da.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/fab6c9a9428d5c05.json b/7588/data/test-cases/dd506bcf59de98bd.json similarity index 84% rename from 7556/data/test-cases/fab6c9a9428d5c05.json rename to 7588/data/test-cases/dd506bcf59de98bd.json index 9d3e401c01a..8bf588ce581 100644 --- a/7556/data/test-cases/fab6c9a9428d5c05.json +++ b/7588/data/test-cases/dd506bcf59de98bd.json @@ -1 +1 @@ -{"uid":"fab6c9a9428d5c05","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":1728457360328,"stop":1728457360329,"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":6,"unknown":0,"total":6},"items":[{"uid":"62d2132c638400d3","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/62d2132c638400d3","status":"passed","time":{"start":1728456312506,"stop":1728456312506,"duration":0}},{"uid":"88ab557585e4d5d9","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/88ab557585e4d5d9","status":"passed","time":{"start":1728456013956,"stop":1728456013957,"duration":1}},{"uid":"d8fbb1236a6fcd7d","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/d8fbb1236a6fcd7d","status":"passed","time":{"start":1728455837469,"stop":1728455837469,"duration":0}},{"uid":"f1a63087aeb94caa","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f1a63087aeb94caa","status":"passed","time":{"start":1728455198919,"stop":1728455198920,"duration":1}},{"uid":"a236bcaa3aff577b","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a236bcaa3aff577b","status":"passed","time":{"start":1728452203358,"stop":1728452203362,"duration":4}}]},"tags":[]},"source":"fab6c9a9428d5c05.json","parameterValues":[]} \ No newline at end of file +{"uid":"dd506bcf59de98bd","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":1729034536111,"stop":1729034536112,"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":14,"unknown":0,"total":14},"items":[{"uid":"89de4dc672696e96","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89de4dc672696e96","status":"passed","time":{"start":1729034296720,"stop":1729034296720,"duration":0}},{"uid":"75f1eb2064df24a1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/75f1eb2064df24a1","status":"passed","time":{"start":1729034220615,"stop":1729034220615,"duration":0}},{"uid":"bc49bcae5720a76f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bc49bcae5720a76f","status":"passed","time":{"start":1729034041508,"stop":1729034041508,"duration":0}},{"uid":"c0ba0109bbc4ca1c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c0ba0109bbc4ca1c","status":"passed","time":{"start":1728901705420,"stop":1728901705421,"duration":1}},{"uid":"a79be547c496e0b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a79be547c496e0b0","status":"passed","time":{"start":1728893141784,"stop":1728893141784,"duration":0}},{"uid":"ee36612ebe385738","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ee36612ebe385738","status":"passed","time":{"start":1728856087088,"stop":1728856087089,"duration":1}},{"uid":"5fc4b8f28f0fcddd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5fc4b8f28f0fcddd","status":"passed","time":{"start":1728738321459,"stop":1728738321459,"duration":0}},{"uid":"946f32219042f3d0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/946f32219042f3d0","status":"passed","time":{"start":1728682845682,"stop":1728682845683,"duration":1}},{"uid":"107058da5d6c876e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/107058da5d6c876e","status":"passed","time":{"start":1728682424319,"stop":1728682424319,"duration":0}},{"uid":"b160b9c33c6dcc81","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b160b9c33c6dcc81","status":"passed","time":{"start":1728676900548,"stop":1728676900548,"duration":0}},{"uid":"784263618d56ea38","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/784263618d56ea38","status":"passed","time":{"start":1728669625819,"stop":1728669625820,"duration":1}},{"uid":"4357a4962ed07085","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4357a4962ed07085","status":"passed","time":{"start":1728597957180,"stop":1728597957181,"duration":1}},{"uid":"90724f469634f34e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90724f469634f34e","status":"passed","time":{"start":1728597182625,"stop":1728597182625,"duration":0}}]},"tags":[]},"source":"dd506bcf59de98bd.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/dd5d48291f2b50cf.json b/7588/data/test-cases/dd5d48291f2b50cf.json new file mode 100644 index 00000000000..f85670ecb64 --- /dev/null +++ b/7588/data/test-cases/dd5d48291f2b50cf.json @@ -0,0 +1 @@ +{"uid":"dd5d48291f2b50cf","name":"random static sharding 4 - Cluster ID: 711, Shard ID: 923","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 4 - Cluster ID: 711, Shard ID: 923","historyId":"644490e4ed868552e28b92c7a1021b2f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034668596,"stop":1729034668597,"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":"dd5d48291f2b50cf.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/184dc4ade122f2d5.json b/7588/data/test-cases/dd63d8656417eb39.json similarity index 88% rename from 7556/data/test-cases/184dc4ade122f2d5.json rename to 7588/data/test-cases/dd63d8656417eb39.json index 14dc139bb2a..83dd5aedbad 100644 --- a/7556/data/test-cases/184dc4ade122f2d5.json +++ b/7588/data/test-cases/dd63d8656417eb39.json @@ -1 +1 @@ -{"uid":"184dc4ade122f2d5","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":1728457510435,"stop":1728457510436,"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":6,"unknown":0,"total":6},"items":[{"uid":"a01211d61de66446","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a01211d61de66446","status":"passed","time":{"start":1728456448198,"stop":1728456448198,"duration":0}},{"uid":"a949bea4f5c6d17d","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a949bea4f5c6d17d","status":"passed","time":{"start":1728456195690,"stop":1728456195690,"duration":0}},{"uid":"3e43a5560ab5603d","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/3e43a5560ab5603d","status":"passed","time":{"start":1728456166703,"stop":1728456166703,"duration":0}},{"uid":"ef585ce6bcbca639","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/ef585ce6bcbca639","status":"passed","time":{"start":1728455516704,"stop":1728455516704,"duration":0}},{"uid":"a5381f95dee68583","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a5381f95dee68583","status":"passed","time":{"start":1728452508940,"stop":1728452508941,"duration":1}}]},"tags":[]},"source":"184dc4ade122f2d5.json","parameterValues":[]} \ No newline at end of file +{"uid":"dd63d8656417eb39","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":1729034631251,"stop":1729034631251,"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":15,"unknown":0,"total":15},"items":[{"uid":"1a4a11d8b90a0329","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1a4a11d8b90a0329","status":"passed","time":{"start":1729034400887,"stop":1729034400887,"duration":0}},{"uid":"54d81e790f2695e6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/54d81e790f2695e6","status":"passed","time":{"start":1729034317449,"stop":1729034317449,"duration":0}},{"uid":"ab0aead6031987d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab0aead6031987d6","status":"passed","time":{"start":1729034137133,"stop":1729034137133,"duration":0}},{"uid":"5b71412a36f03904","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b71412a36f03904","status":"passed","time":{"start":1729032206873,"stop":1729032206874,"duration":1}},{"uid":"3a9e80184af04419","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3a9e80184af04419","status":"passed","time":{"start":1728901995020,"stop":1728901995020,"duration":0}},{"uid":"c53a3c61dc11c900","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c53a3c61dc11c900","status":"passed","time":{"start":1728893420993,"stop":1728893420994,"duration":1}},{"uid":"c23e2d513c77799e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c23e2d513c77799e","status":"passed","time":{"start":1728856368594,"stop":1728856368595,"duration":1}},{"uid":"7c39ff650b557b52","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7c39ff650b557b52","status":"passed","time":{"start":1728738604679,"stop":1728738604679,"duration":0}},{"uid":"44a0f056c0ba4c26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/44a0f056c0ba4c26","status":"passed","time":{"start":1728683117620,"stop":1728683117620,"duration":0}},{"uid":"152a1f50852f09bf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/152a1f50852f09bf","status":"passed","time":{"start":1728682721317,"stop":1728682721317,"duration":0}},{"uid":"111471014de019c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/111471014de019c7","status":"passed","time":{"start":1728677184682,"stop":1728677184682,"duration":0}},{"uid":"3fcc65c32f7cc7fc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3fcc65c32f7cc7fc","status":"passed","time":{"start":1728669866448,"stop":1728669866448,"duration":0}},{"uid":"baaff2581065c2b9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/baaff2581065c2b9","status":"passed","time":{"start":1728598249974,"stop":1728598249974,"duration":0}},{"uid":"be75e9256aaa115b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/be75e9256aaa115b","status":"passed","time":{"start":1728597472290,"stop":1728597472290,"duration":0}}]},"tags":[]},"source":"dd63d8656417eb39.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/dd889dfa8d13bb8.json b/7588/data/test-cases/dd889dfa8d13bb8.json new file mode 100644 index 00000000000..d9e5e15ef28 --- /dev/null +++ b/7588/data/test-cases/dd889dfa8d13bb8.json @@ -0,0 +1 @@ +{"uid":"dd889dfa8d13bb8","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":1729034536097,"stop":1729034536097,"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":14,"unknown":0,"total":14},"items":[{"uid":"2a66078c80bf3bc3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2a66078c80bf3bc3","status":"passed","time":{"start":1729034296703,"stop":1729034296704,"duration":1}},{"uid":"94e3717ec9b633e6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/94e3717ec9b633e6","status":"passed","time":{"start":1729034220600,"stop":1729034220600,"duration":0}},{"uid":"7a5c759068785bb3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a5c759068785bb3","status":"passed","time":{"start":1729034041476,"stop":1729034041477,"duration":1}},{"uid":"e10431bf4ba36446","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e10431bf4ba36446","status":"passed","time":{"start":1728901705387,"stop":1728901705387,"duration":0}},{"uid":"277971ee38b88724","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/277971ee38b88724","status":"passed","time":{"start":1728893141770,"stop":1728893141771,"duration":1}},{"uid":"61fa339f1d24a8e4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/61fa339f1d24a8e4","status":"passed","time":{"start":1728856087080,"stop":1728856087080,"duration":0}},{"uid":"c321dd1c84dc3db8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c321dd1c84dc3db8","status":"passed","time":{"start":1728738321431,"stop":1728738321431,"duration":0}},{"uid":"34ff46e6d6d46d49","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/34ff46e6d6d46d49","status":"passed","time":{"start":1728682845671,"stop":1728682845671,"duration":0}},{"uid":"d00c29d1762ca16f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d00c29d1762ca16f","status":"passed","time":{"start":1728682424305,"stop":1728682424305,"duration":0}},{"uid":"e8cad558fafddda4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8cad558fafddda4","status":"passed","time":{"start":1728676900512,"stop":1728676900512,"duration":0}},{"uid":"844b60d6e161e57c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/844b60d6e161e57c","status":"passed","time":{"start":1728669625795,"stop":1728669625795,"duration":0}},{"uid":"c472acc7bb3fea08","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c472acc7bb3fea08","status":"passed","time":{"start":1728597957160,"stop":1728597957160,"duration":0}},{"uid":"e2766d508fca6ce8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e2766d508fca6ce8","status":"passed","time":{"start":1728597182612,"stop":1728597182614,"duration":2}}]},"tags":[]},"source":"dd889dfa8d13bb8.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/de7781be7004e1bb.json b/7588/data/test-cases/de7781be7004e1bb.json new file mode 100644 index 00000000000..58528446ced --- /dev/null +++ b/7588/data/test-cases/de7781be7004e1bb.json @@ -0,0 +1 @@ +{"uid":"de7781be7004e1bb","name":"Rejects garbage","fullName":"/src/message_validator.spec.ts: Message Validator > Rejects garbage","historyId":"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034376215,"stop":1729034376215,"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":15,"unknown":0,"total":15},"items":[{"uid":"9ee0db2ad072a50","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9ee0db2ad072a50","status":"passed","time":{"start":1729034140569,"stop":1729034140570,"duration":1}},{"uid":"8a07ed356311f257","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8a07ed356311f257","status":"passed","time":{"start":1729034063214,"stop":1729034063215,"duration":1}},{"uid":"3bbe60fec3870561","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3bbe60fec3870561","status":"passed","time":{"start":1729033878344,"stop":1729033878344,"duration":0}},{"uid":"448059c64bc8bdbc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/448059c64bc8bdbc","status":"passed","time":{"start":1729031928153,"stop":1729031928153,"duration":0}},{"uid":"c71ed32f9b50c231","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c71ed32f9b50c231","status":"passed","time":{"start":1728901472375,"stop":1728901472376,"duration":1}},{"uid":"cac252d6c162ae00","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cac252d6c162ae00","status":"passed","time":{"start":1728892903066,"stop":1728892903066,"duration":0}},{"uid":"47e190d45fe45ebf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/47e190d45fe45ebf","status":"passed","time":{"start":1728855866506,"stop":1728855866507,"duration":1}},{"uid":"5c9d85b21c66efbc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c9d85b21c66efbc","status":"passed","time":{"start":1728738084264,"stop":1728738084264,"duration":0}},{"uid":"466133176da2b0bd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/466133176da2b0bd","status":"passed","time":{"start":1728682617675,"stop":1728682617675,"duration":0}},{"uid":"18818b32def2e806","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18818b32def2e806","status":"passed","time":{"start":1728682190443,"stop":1728682190443,"duration":0}},{"uid":"e520127572c5a709","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e520127572c5a709","status":"passed","time":{"start":1728676664770,"stop":1728676664771,"duration":1}},{"uid":"83a21da8092fda25","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83a21da8092fda25","status":"passed","time":{"start":1728669387972,"stop":1728669387972,"duration":0}},{"uid":"6426aa029b487ffb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6426aa029b487ffb","status":"passed","time":{"start":1728597727563,"stop":1728597727563,"duration":0}},{"uid":"b7aa9be0557d079","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b7aa9be0557d079","status":"passed","time":{"start":1728596946507,"stop":1728596946507,"duration":0}}]},"tags":[]},"source":"de7781be7004e1bb.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/deabd736f4fa496d.json b/7588/data/test-cases/deabd736f4fa496d.json new file mode 100644 index 00000000000..d1d17343e7f --- /dev/null +++ b/7588/data/test-cases/deabd736f4fa496d.json @@ -0,0 +1 @@ +{"uid":"deabd736f4fa496d","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":1729034708552,"stop":1729034708552,"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}],"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"f5400c9c9e488f1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f5400c9c9e488f1","status":"passed","time":{"start":1729034480293,"stop":1729034480297,"duration":4}},{"uid":"9343b0f05ae6441c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9343b0f05ae6441c","status":"passed","time":{"start":1729034396759,"stop":1729034396760,"duration":1}},{"uid":"c9b96c1fb19e603e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c9b96c1fb19e603e","status":"passed","time":{"start":1729032277692,"stop":1729032277692,"duration":0}},{"uid":"fd146e41182d506e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd146e41182d506e","status":"passed","time":{"start":1728902034224,"stop":1728902034225,"duration":1}},{"uid":"437f519630ffcc24","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/437f519630ffcc24","status":"passed","time":{"start":1728893469057,"stop":1728893469057,"duration":0}},{"uid":"df2ce51c12d7506f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/df2ce51c12d7506f","status":"passed","time":{"start":1728856416488,"stop":1728856416488,"duration":0}},{"uid":"4404e0a4c4508e14","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4404e0a4c4508e14","status":"passed","time":{"start":1728738643170,"stop":1728738643170,"duration":0}},{"uid":"8c45545c3e1aecbc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c45545c3e1aecbc","status":"passed","time":{"start":1728683174246,"stop":1728683174247,"duration":1}},{"uid":"454ee008b99e9cfb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/454ee008b99e9cfb","status":"passed","time":{"start":1728682757801,"stop":1728682757801,"duration":0}},{"uid":"b95f09543f5cfd21","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b95f09543f5cfd21","status":"passed","time":{"start":1728677231124,"stop":1728677231125,"duration":1}},{"uid":"bf6c9511381101ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf6c9511381101ab","status":"passed","time":{"start":1728669920237,"stop":1728669920237,"duration":0}},{"uid":"152f5b10871a9d72","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/152f5b10871a9d72","status":"passed","time":{"start":1728598298889,"stop":1728598298889,"duration":0}},{"uid":"6ed275198958fd16","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ed275198958fd16","status":"passed","time":{"start":1728597513734,"stop":1728597513734,"duration":0}}]},"tags":[]},"source":"deabd736f4fa496d.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ded1c6c03e390676.json b/7588/data/test-cases/ded1c6c03e390676.json new file mode 100644 index 00000000000..f0c6d2f008e --- /dev/null +++ b/7588/data/test-cases/ded1c6c03e390676.json @@ -0,0 +1 @@ +{"uid":"ded1c6c03e390676","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":1729034355553,"stop":1729034355553,"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":"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":15,"unknown":0,"total":15},"items":[{"uid":"37e5695950b9e02b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/37e5695950b9e02b","status":"passed","time":{"start":1729034119095,"stop":1729034119096,"duration":1}},{"uid":"69368e747b0d2da2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/69368e747b0d2da2","status":"passed","time":{"start":1729034042613,"stop":1729034042614,"duration":1}},{"uid":"18599f2934e3603","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/18599f2934e3603","status":"passed","time":{"start":1729033857427,"stop":1729033857428,"duration":1}},{"uid":"90f7dc45053f4f0d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/90f7dc45053f4f0d","status":"passed","time":{"start":1729031907631,"stop":1729031907632,"duration":1}},{"uid":"79f475391f13b1d3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/79f475391f13b1d3","status":"passed","time":{"start":1728901452630,"stop":1728901452630,"duration":0}},{"uid":"d035e5e772f538a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d035e5e772f538a2","status":"passed","time":{"start":1728892883398,"stop":1728892883399,"duration":1}},{"uid":"dbba9c7ea3d8a367","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbba9c7ea3d8a367","status":"passed","time":{"start":1728855845736,"stop":1728855845736,"duration":0}},{"uid":"75e20e5db80216cf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/75e20e5db80216cf","status":"passed","time":{"start":1728738063047,"stop":1728738063048,"duration":1}},{"uid":"2d2d7cdc3725d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2d2d7cdc3725d9","status":"passed","time":{"start":1728682596890,"stop":1728682596890,"duration":0}},{"uid":"506114f62d7b750f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/506114f62d7b750f","status":"passed","time":{"start":1728682169970,"stop":1728682169971,"duration":1}},{"uid":"6cb37f4f88fc1cf4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6cb37f4f88fc1cf4","status":"passed","time":{"start":1728676643815,"stop":1728676643816,"duration":1}},{"uid":"f58b1cbfba68fbc2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f58b1cbfba68fbc2","status":"passed","time":{"start":1728669366944,"stop":1728669366944,"duration":0}},{"uid":"218ddb50d3c51915","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/218ddb50d3c51915","status":"passed","time":{"start":1728597707582,"stop":1728597707582,"duration":0}},{"uid":"b855320eedd03cc0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b855320eedd03cc0","status":"passed","time":{"start":1728596927588,"stop":1728596927588,"duration":0}}]},"tags":[]},"source":"ded1c6c03e390676.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/df97e634a5d3c5d5.json b/7588/data/test-cases/df97e634a5d3c5d5.json new file mode 100644 index 00000000000..5d285661762 --- /dev/null +++ b/7588/data/test-cases/df97e634a5d3c5d5.json @@ -0,0 +1 @@ +{"uid":"df97e634a5d3c5d5","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":1729034368071,"stop":1729034368071,"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":15,"unknown":0,"total":15},"items":[{"uid":"50a38dd44220b1de","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/50a38dd44220b1de","status":"passed","time":{"start":1729034132177,"stop":1729034132178,"duration":1}},{"uid":"12d0fcdeec9f1639","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/12d0fcdeec9f1639","status":"passed","time":{"start":1729034055083,"stop":1729034055083,"duration":0}},{"uid":"4c37947a7554e6ad","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c37947a7554e6ad","status":"passed","time":{"start":1729033869943,"stop":1729033869944,"duration":1}},{"uid":"2d9c8aa1ee94a67e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2d9c8aa1ee94a67e","status":"passed","time":{"start":1729031919797,"stop":1729031919798,"duration":1}},{"uid":"8e8fec53cb2baeee","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e8fec53cb2baeee","status":"passed","time":{"start":1728901465373,"stop":1728901465373,"duration":0}},{"uid":"cbb887b437ef70ce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cbb887b437ef70ce","status":"passed","time":{"start":1728892895973,"stop":1728892895973,"duration":0}},{"uid":"4ee366170e1f040b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ee366170e1f040b","status":"passed","time":{"start":1728855858318,"stop":1728855858318,"duration":0}},{"uid":"e094a6ccdba0f13e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e094a6ccdba0f13e","status":"passed","time":{"start":1728738075952,"stop":1728738075953,"duration":1}},{"uid":"557de6035d19c694","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/557de6035d19c694","status":"passed","time":{"start":1728682609267,"stop":1728682609267,"duration":0}},{"uid":"cd3e623b80b99e63","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd3e623b80b99e63","status":"passed","time":{"start":1728682182159,"stop":1728682182159,"duration":0}},{"uid":"79a7b06a96b45766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79a7b06a96b45766","status":"passed","time":{"start":1728676656593,"stop":1728676656593,"duration":0}},{"uid":"4858d98350431a0e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4858d98350431a0e","status":"passed","time":{"start":1728669379923,"stop":1728669379923,"duration":0}},{"uid":"49d94c492de3f7ad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/49d94c492de3f7ad","status":"passed","time":{"start":1728597720384,"stop":1728597720385,"duration":1}},{"uid":"117e27ed38aad64d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/117e27ed38aad64d","status":"passed","time":{"start":1728596939483,"stop":1728596939484,"duration":1}}]},"tags":[]},"source":"df97e634a5d3c5d5.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/dfa155ef4e42d172.json b/7588/data/test-cases/dfa155ef4e42d172.json new file mode 100644 index 00000000000..f71a116ee51 --- /dev/null +++ b/7588/data/test-cases/dfa155ef4e42d172.json @@ -0,0 +1 @@ +{"uid":"dfa155ef4e42d172","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":1729034341404,"stop":1729034341404,"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":15,"unknown":0,"total":15},"items":[{"uid":"893a2367aff9559b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/893a2367aff9559b","status":"passed","time":{"start":1729034104912,"stop":1729034104913,"duration":1}},{"uid":"f43caabf6f7a511c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f43caabf6f7a511c","status":"passed","time":{"start":1729034028510,"stop":1729034028514,"duration":4}},{"uid":"e2ed7785f33ed77d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e2ed7785f33ed77d","status":"passed","time":{"start":1729033843118,"stop":1729033843119,"duration":1}},{"uid":"71549937a7372b21","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/71549937a7372b21","status":"passed","time":{"start":1729031892681,"stop":1729031892681,"duration":0}},{"uid":"6d904a046ff713c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6d904a046ff713c3","status":"passed","time":{"start":1728901438811,"stop":1728901438812,"duration":1}},{"uid":"e95d6112479c557a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e95d6112479c557a","status":"passed","time":{"start":1728892869000,"stop":1728892869004,"duration":4}},{"uid":"39ec11a494dc9f85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39ec11a494dc9f85","status":"passed","time":{"start":1728855831892,"stop":1728855831896,"duration":4}},{"uid":"256fabf8101d96eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/256fabf8101d96eb","status":"passed","time":{"start":1728738049040,"stop":1728738049040,"duration":0}},{"uid":"c9de5abe834920da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c9de5abe834920da","status":"passed","time":{"start":1728682582618,"stop":1728682582619,"duration":1}},{"uid":"c35d10821835d9e2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c35d10821835d9e2","status":"passed","time":{"start":1728682155411,"stop":1728682155411,"duration":0}},{"uid":"b6b1364d65659abf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b6b1364d65659abf","status":"passed","time":{"start":1728676629974,"stop":1728676629974,"duration":0}},{"uid":"7809f552f0ced36c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7809f552f0ced36c","status":"passed","time":{"start":1728669353101,"stop":1728669353105,"duration":4}},{"uid":"135e5964a15f3c9e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/135e5964a15f3c9e","status":"passed","time":{"start":1728597693846,"stop":1728597693850,"duration":4}},{"uid":"7910d4547b725b85","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7910d4547b725b85","status":"passed","time":{"start":1728596913091,"stop":1728596913095,"duration":4}}]},"tags":[]},"source":"dfa155ef4e42d172.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/e14e981f7a099ba1.json b/7588/data/test-cases/e14e981f7a099ba1.json new file mode 100644 index 00000000000..05ca6fd612a --- /dev/null +++ b/7588/data/test-cases/e14e981f7a099ba1.json @@ -0,0 +1 @@ +{"uid":"e14e981f7a099ba1","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":1729034341411,"stop":1729034341411,"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":15,"unknown":0,"total":15},"items":[{"uid":"8f78bc6a4d67de4e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f78bc6a4d67de4e","status":"passed","time":{"start":1729034104920,"stop":1729034104920,"duration":0}},{"uid":"6ff66f0452adcd0a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6ff66f0452adcd0a","status":"passed","time":{"start":1729034028518,"stop":1729034028519,"duration":1}},{"uid":"2256cff14160508a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2256cff14160508a","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"duration":0}},{"uid":"e068f278575c46c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e068f278575c46c0","status":"passed","time":{"start":1729031892684,"stop":1729031892684,"duration":0}},{"uid":"abb3a6264c0fdc9a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/abb3a6264c0fdc9a","status":"passed","time":{"start":1728901438815,"stop":1728901438815,"duration":0}},{"uid":"57a517ffe1975d93","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/57a517ffe1975d93","status":"passed","time":{"start":1728892869009,"stop":1728892869009,"duration":0}},{"uid":"bd8c2dec5b863b85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bd8c2dec5b863b85","status":"passed","time":{"start":1728855831900,"stop":1728855831900,"duration":0}},{"uid":"41f21891f1b95e06","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/41f21891f1b95e06","status":"passed","time":{"start":1728738049048,"stop":1728738049048,"duration":0}},{"uid":"71dcee2356fd68fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71dcee2356fd68fd","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"3d5066bd3addb618","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d5066bd3addb618","status":"passed","time":{"start":1728682155415,"stop":1728682155415,"duration":0}},{"uid":"95f42c8c38d0f0d6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/95f42c8c38d0f0d6","status":"passed","time":{"start":1728676629982,"stop":1728676629982,"duration":0}},{"uid":"5cdde00c4a98e577","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5cdde00c4a98e577","status":"passed","time":{"start":1728669353109,"stop":1728669353109,"duration":0}},{"uid":"41941bc5034ecabf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/41941bc5034ecabf","status":"passed","time":{"start":1728597693855,"stop":1728597693855,"duration":0}},{"uid":"8bcf452096359e20","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8bcf452096359e20","status":"passed","time":{"start":1728596913099,"stop":1728596913099,"duration":0}}]},"tags":[]},"source":"e14e981f7a099ba1.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/fde1ad5652846020.json b/7588/data/test-cases/e1a761e22a177380.json similarity index 82% rename from 7556/data/test-cases/fde1ad5652846020.json rename to 7588/data/test-cases/e1a761e22a177380.json index a5d8ad38792..4cdc718d136 100644 --- a/7556/data/test-cases/fde1ad5652846020.json +++ b/7588/data/test-cases/e1a761e22a177380.json @@ -1 +1 @@ -{"uid":"fde1ad5652846020","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":1728457448618,"stop":1728457448619,"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":6,"unknown":0,"total":6},"items":[{"uid":"a1f51037088587bb","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/a1f51037088587bb","status":"passed","time":{"start":1728456402396,"stop":1728456402396,"duration":0}},{"uid":"1c88c644b23311d7","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/1c88c644b23311d7","status":"passed","time":{"start":1728456120433,"stop":1728456120433,"duration":0}},{"uid":"e5bfd3016d2054bb","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e5bfd3016d2054bb","status":"passed","time":{"start":1728456038372,"stop":1728456038373,"duration":1}},{"uid":"4203f8cf032822ac","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/4203f8cf032822ac","status":"passed","time":{"start":1728455403828,"stop":1728455403828,"duration":0}},{"uid":"b4a7db5cdce43091","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b4a7db5cdce43091","status":"passed","time":{"start":1728452400287,"stop":1728452400287,"duration":0}}]},"tags":[]},"source":"fde1ad5652846020.json","parameterValues":[]} \ No newline at end of file +{"uid":"e1a761e22a177380","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":1729034611678,"stop":1729034611678,"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":15,"unknown":0,"total":15},"items":[{"uid":"961f70fc1a2ba5f4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/961f70fc1a2ba5f4","status":"passed","time":{"start":1729034393654,"stop":1729034393654,"duration":0}},{"uid":"59a10ec3b355b1b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/59a10ec3b355b1b","status":"passed","time":{"start":1729034304852,"stop":1729034304852,"duration":0}},{"uid":"63acd4c5b9f4d77c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/63acd4c5b9f4d77c","status":"passed","time":{"start":1729034121936,"stop":1729034121937,"duration":1}},{"uid":"bc5a8f5912f6eaeb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bc5a8f5912f6eaeb","status":"passed","time":{"start":1729032174901,"stop":1729032174902,"duration":1}},{"uid":"19e68f0eb2f180ef","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/19e68f0eb2f180ef","status":"passed","time":{"start":1728901881018,"stop":1728901881019,"duration":1}},{"uid":"1c749df0ea11abce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1c749df0ea11abce","status":"passed","time":{"start":1728893317175,"stop":1728893317176,"duration":1}},{"uid":"9ead724977a980b1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9ead724977a980b1","status":"passed","time":{"start":1728856263107,"stop":1728856263107,"duration":0}},{"uid":"7a77bfa1351a9174","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a77bfa1351a9174","status":"passed","time":{"start":1728738492802,"stop":1728738492802,"duration":0}},{"uid":"309845f6639cb5b1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/309845f6639cb5b1","status":"passed","time":{"start":1728683030025,"stop":1728683030025,"duration":0}},{"uid":"4b980171870e6a96","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4b980171870e6a96","status":"passed","time":{"start":1728682581106,"stop":1728682581110,"duration":4}},{"uid":"787c77a094d1189c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/787c77a094d1189c","status":"passed","time":{"start":1728677082002,"stop":1728677082003,"duration":1}},{"uid":"44935c33c6a890a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/44935c33c6a890a","status":"passed","time":{"start":1728669795401,"stop":1728669795401,"duration":0}},{"uid":"55f710ea597323be","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55f710ea597323be","status":"passed","time":{"start":1728598137506,"stop":1728598137507,"duration":1}},{"uid":"f50fe93a4b5ecdc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f50fe93a4b5ecdc2","status":"passed","time":{"start":1728597353483,"stop":1728597353483,"duration":0}}]},"tags":[]},"source":"e1a761e22a177380.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/e1bf23a7f3c6226b.json b/7588/data/test-cases/e1bf23a7f3c6226b.json new file mode 100644 index 00000000000..f97a3b7cc43 --- /dev/null +++ b/7588/data/test-cases/e1bf23a7f3c6226b.json @@ -0,0 +1 @@ +{"uid":"e1bf23a7f3c6226b","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":1729034332607,"stop":1729034332608,"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":15,"unknown":0,"total":15},"items":[{"uid":"2edb2fd26c6a4d10","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2edb2fd26c6a4d10","status":"passed","time":{"start":1729034096108,"stop":1729034096109,"duration":1}},{"uid":"239234cc1f6044f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/239234cc1f6044f","status":"passed","time":{"start":1729034020071,"stop":1729034020072,"duration":1}},{"uid":"80c0232bc8d8e740","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/80c0232bc8d8e740","status":"passed","time":{"start":1729033834360,"stop":1729033834360,"duration":0}},{"uid":"62b269c44d3f5cf1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/62b269c44d3f5cf1","status":"passed","time":{"start":1729031884087,"stop":1729031884088,"duration":1}},{"uid":"59a4b38bfda17c06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59a4b38bfda17c06","status":"passed","time":{"start":1728901430241,"stop":1728901430242,"duration":1}},{"uid":"1e46e6babc2944e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e46e6babc2944e","status":"passed","time":{"start":1728892860516,"stop":1728892860516,"duration":0}},{"uid":"f7948fea44f45cb6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f7948fea44f45cb6","status":"passed","time":{"start":1728855823306,"stop":1728855823307,"duration":1}},{"uid":"11f3ef0b5474489c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11f3ef0b5474489c","status":"passed","time":{"start":1728738040568,"stop":1728738040569,"duration":1}},{"uid":"bc066632d9a30cb6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc066632d9a30cb6","status":"passed","time":{"start":1728682574066,"stop":1728682574066,"duration":0}},{"uid":"e96562bce7fe308d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e96562bce7fe308d","status":"passed","time":{"start":1728682146793,"stop":1728682146793,"duration":0}},{"uid":"6275562759377a88","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6275562759377a88","status":"passed","time":{"start":1728676621403,"stop":1728676621403,"duration":0}},{"uid":"433736b428530dea","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/433736b428530dea","status":"passed","time":{"start":1728669344452,"stop":1728669344453,"duration":1}},{"uid":"bf5ba8e5e06f9372","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bf5ba8e5e06f9372","status":"passed","time":{"start":1728597685134,"stop":1728597685134,"duration":0}},{"uid":"e0b29fa879554656","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e0b29fa879554656","status":"passed","time":{"start":1728596904440,"stop":1728596904441,"duration":1}}]},"tags":[]},"source":"e1bf23a7f3c6226b.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/e21fae82c1a88950.json b/7588/data/test-cases/e21fae82c1a88950.json new file mode 100644 index 00000000000..824d48834ad --- /dev/null +++ b/7588/data/test-cases/e21fae82c1a88950.json @@ -0,0 +1 @@ +{"uid":"e21fae82c1a88950","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":1729034332634,"stop":1729034332635,"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":15,"unknown":0,"total":15},"items":[{"uid":"797e438b56a3e8e6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/797e438b56a3e8e6","status":"passed","time":{"start":1729034096136,"stop":1729034096136,"duration":0}},{"uid":"29080c48fe957d3a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/29080c48fe957d3a","status":"passed","time":{"start":1729034020093,"stop":1729034020093,"duration":0}},{"uid":"11920bc7a35a87ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/11920bc7a35a87ef","status":"passed","time":{"start":1729033834389,"stop":1729033834389,"duration":0}},{"uid":"9989b20a9eaec2b8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9989b20a9eaec2b8","status":"passed","time":{"start":1729031884122,"stop":1729031884123,"duration":1}},{"uid":"443f92397380779","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/443f92397380779","status":"passed","time":{"start":1728901430256,"stop":1728901430256,"duration":0}},{"uid":"8422e905e82b1762","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8422e905e82b1762","status":"passed","time":{"start":1728892860535,"stop":1728892860535,"duration":0}},{"uid":"ce58273b6d00efbc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce58273b6d00efbc","status":"passed","time":{"start":1728855823324,"stop":1728855823324,"duration":0}},{"uid":"127719b393de50b6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/127719b393de50b6","status":"passed","time":{"start":1728738040605,"stop":1728738040605,"duration":0}},{"uid":"23bf801f63432ade","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23bf801f63432ade","status":"passed","time":{"start":1728682574095,"stop":1728682574095,"duration":0}},{"uid":"30248297c08b6cf2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/30248297c08b6cf2","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"37583ecbe1aeb559","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/37583ecbe1aeb559","status":"passed","time":{"start":1728676621434,"stop":1728676621435,"duration":1}},{"uid":"759026591defc560","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/759026591defc560","status":"passed","time":{"start":1728669344470,"stop":1728669344470,"duration":0}},{"uid":"16746f1ee9c468e0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/16746f1ee9c468e0","status":"passed","time":{"start":1728597685164,"stop":1728597685164,"duration":0}},{"uid":"327d909b6928bf97","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/327d909b6928bf97","status":"passed","time":{"start":1728596904471,"stop":1728596904471,"duration":0}}]},"tags":[]},"source":"e21fae82c1a88950.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/99bf38ce7ad27117.json b/7588/data/test-cases/e27fc8a5b4b7580a.json similarity index 63% rename from 7556/data/test-cases/99bf38ce7ad27117.json rename to 7588/data/test-cases/e27fc8a5b4b7580a.json index bf44753519e..67608ad7c65 100644 --- a/7556/data/test-cases/99bf38ce7ad27117.json +++ b/7588/data/test-cases/e27fc8a5b4b7580a.json @@ -1 +1 @@ -{"uid":"99bf38ce7ad27117","name":"removeEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with wrong event","historyId":"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457245463,"stop":1728457245463,"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":6,"unknown":0,"total":6},"items":[{"uid":"817668bd408482af","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/817668bd408482af","status":"passed","time":{"start":1728456216448,"stop":1728456216448,"duration":0}},{"uid":"166f596fb87283ae","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/166f596fb87283ae","status":"passed","time":{"start":1728455903119,"stop":1728455903119,"duration":0}},{"uid":"e36ad477d6dec438","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e36ad477d6dec438","status":"passed","time":{"start":1728455653296,"stop":1728455653296,"duration":0}},{"uid":"e0427dbe5e68109a","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/e0427dbe5e68109a","status":"passed","time":{"start":1728455013478,"stop":1728455013478,"duration":0}},{"uid":"5997246cbd99f342","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/5997246cbd99f342","status":"passed","time":{"start":1728452024131,"stop":1728452024131,"duration":0}}]},"tags":[]},"source":"99bf38ce7ad27117.json","parameterValues":[]} \ No newline at end of file +{"uid":"e27fc8a5b4b7580a","name":"removeEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with wrong event","historyId":"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034432450,"stop":1729034432450,"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":14,"unknown":0,"total":14},"items":[{"uid":"1d5e9411ba30bde0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d5e9411ba30bde0","status":"passed","time":{"start":1729034119304,"stop":1729034119305,"duration":1}},{"uid":"5dc7840febbba858","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5dc7840febbba858","status":"passed","time":{"start":1729033933480,"stop":1729033933480,"duration":0}},{"uid":"cc472842c072fce2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cc472842c072fce2","status":"passed","time":{"start":1729031982921,"stop":1729031982921,"duration":0}},{"uid":"f392accc5fb7013e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f392accc5fb7013e","status":"passed","time":{"start":1728901527856,"stop":1728901527857,"duration":1}},{"uid":"4ef6ae16c3745129","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4ef6ae16c3745129","status":"passed","time":{"start":1728892960140,"stop":1728892960140,"duration":0}},{"uid":"2de4938efed5bfb9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2de4938efed5bfb9","status":"passed","time":{"start":1728855921715,"stop":1728855921715,"duration":0}},{"uid":"95c70262af748edb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/95c70262af748edb","status":"passed","time":{"start":1728738138432,"stop":1728738138432,"duration":0}},{"uid":"9aa0cd618b64f73a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9aa0cd618b64f73a","status":"passed","time":{"start":1728682672252,"stop":1728682672253,"duration":1}},{"uid":"2865d60d8209b4d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2865d60d8209b4d7","status":"passed","time":{"start":1728682245074,"stop":1728682245075,"duration":1}},{"uid":"acca720f284e6704","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/acca720f284e6704","status":"passed","time":{"start":1728676721300,"stop":1728676721300,"duration":0}},{"uid":"dcafa0e22f815e78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dcafa0e22f815e78","status":"passed","time":{"start":1728669444561,"stop":1728669444561,"duration":0}},{"uid":"db05d3a08263d5c4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/db05d3a08263d5c4","status":"passed","time":{"start":1728597784073,"stop":1728597784073,"duration":0}},{"uid":"fdcec8d757cfbeee","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fdcec8d757cfbeee","status":"passed","time":{"start":1728597001548,"stop":1728597001549,"duration":1}}]},"tags":[]},"source":"e27fc8a5b4b7580a.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/e2d4b905bfaa5f74.json b/7588/data/test-cases/e2d4b905bfaa5f74.json new file mode 100644 index 00000000000..76df0ebc4e4 --- /dev/null +++ b/7588/data/test-cases/e2d4b905bfaa5f74.json @@ -0,0 +1 @@ +{"uid":"e2d4b905bfaa5f74","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":1729034356137,"stop":1729034356138,"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":15,"unknown":0,"total":15},"items":[{"uid":"4e71a9e290c7eeda","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4e71a9e290c7eeda","status":"passed","time":{"start":1729034120216,"stop":1729034120216,"duration":0}},{"uid":"2692080a4241046f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2692080a4241046f","status":"passed","time":{"start":1729034043144,"stop":1729034043144,"duration":0}},{"uid":"6b8e3c9586c677fc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6b8e3c9586c677fc","status":"passed","time":{"start":1729033857766,"stop":1729033857767,"duration":1}},{"uid":"45c49854a8819b9e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45c49854a8819b9e","status":"passed","time":{"start":1729031907986,"stop":1729031907987,"duration":1}},{"uid":"c657805986df575c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c657805986df575c","status":"passed","time":{"start":1728901453413,"stop":1728901453413,"duration":0}},{"uid":"285d07f2ae606be2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/285d07f2ae606be2","status":"passed","time":{"start":1728892883979,"stop":1728892883980,"duration":1}},{"uid":"7db42de94416e3f9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7db42de94416e3f9","status":"passed","time":{"start":1728855846186,"stop":1728855846186,"duration":0}},{"uid":"f98fe34ed4ff628c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f98fe34ed4ff628c","status":"passed","time":{"start":1728738063648,"stop":1728738063649,"duration":1}},{"uid":"c4f87133c72d99ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c4f87133c72d99ca","status":"passed","time":{"start":1728682597531,"stop":1728682597532,"duration":1}},{"uid":"7a228908e38cbffb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7a228908e38cbffb","status":"passed","time":{"start":1728682170203,"stop":1728682170203,"duration":0}},{"uid":"272fc31c74a3baf7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/272fc31c74a3baf7","status":"passed","time":{"start":1728676644981,"stop":1728676644982,"duration":1}},{"uid":"83298aba76f9108a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83298aba76f9108a","status":"passed","time":{"start":1728669367854,"stop":1728669367855,"duration":1}},{"uid":"2476e46d196289a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2476e46d196289a6","status":"passed","time":{"start":1728597708661,"stop":1728597708661,"duration":0}},{"uid":"28c32259a078aec6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/28c32259a078aec6","status":"passed","time":{"start":1728596927479,"stop":1728596927479,"duration":0}}]},"tags":[]},"source":"e2d4b905bfaa5f74.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e408170bd59ef63f.json b/7588/data/test-cases/e2d7efa86ee3f981.json similarity index 82% rename from 7556/data/test-cases/e408170bd59ef63f.json rename to 7588/data/test-cases/e2d7efa86ee3f981.json index 4815898bfa5..8af2521d45d 100644 --- a/7556/data/test-cases/e408170bd59ef63f.json +++ b/7588/data/test-cases/e2d7efa86ee3f981.json @@ -1 +1 @@ -{"uid":"e408170bd59ef63f","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":1728457448620,"stop":1728457448620,"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":6,"unknown":0,"total":6},"items":[{"uid":"cd6523aa56d2b0ab","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/cd6523aa56d2b0ab","status":"passed","time":{"start":1728456402398,"stop":1728456402399,"duration":1}},{"uid":"7f810bc5e778f41c","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/7f810bc5e778f41c","status":"passed","time":{"start":1728456120438,"stop":1728456120438,"duration":0}},{"uid":"997720c7951dc0cd","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/997720c7951dc0cd","status":"passed","time":{"start":1728456038374,"stop":1728456038374,"duration":0}},{"uid":"f2ddb1d4c7bf7457","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f2ddb1d4c7bf7457","status":"passed","time":{"start":1728455403829,"stop":1728455403829,"duration":0}},{"uid":"e655b62511740276","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/e655b62511740276","status":"passed","time":{"start":1728452400288,"stop":1728452400288,"duration":0}}]},"tags":[]},"source":"e408170bd59ef63f.json","parameterValues":[]} \ No newline at end of file +{"uid":"e2d7efa86ee3f981","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":1729034611679,"stop":1729034611680,"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":15,"unknown":0,"total":15},"items":[{"uid":"52f08b9b0fe2cd56","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/52f08b9b0fe2cd56","status":"passed","time":{"start":1729034393655,"stop":1729034393656,"duration":1}},{"uid":"292eaeb14da2a23e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/292eaeb14da2a23e","status":"passed","time":{"start":1729034304853,"stop":1729034304853,"duration":0}},{"uid":"82413fd48017b8b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/82413fd48017b8b","status":"passed","time":{"start":1729034121939,"stop":1729034121940,"duration":1}},{"uid":"60613dd10680e48a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/60613dd10680e48a","status":"passed","time":{"start":1729032174916,"stop":1729032174916,"duration":0}},{"uid":"d9cc467c4b7085eb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d9cc467c4b7085eb","status":"passed","time":{"start":1728901881021,"stop":1728901881022,"duration":1}},{"uid":"448cd75482adf04c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/448cd75482adf04c","status":"passed","time":{"start":1728893317178,"stop":1728893317178,"duration":0}},{"uid":"794f73d6d34b57e0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/794f73d6d34b57e0","status":"passed","time":{"start":1728856263109,"stop":1728856263109,"duration":0}},{"uid":"5056365efe99cde2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5056365efe99cde2","status":"passed","time":{"start":1728738492803,"stop":1728738492803,"duration":0}},{"uid":"1f62191fc7e6f811","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1f62191fc7e6f811","status":"passed","time":{"start":1728683030026,"stop":1728683030026,"duration":0}},{"uid":"a383c4bfd1b59d71","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a383c4bfd1b59d71","status":"passed","time":{"start":1728682581111,"stop":1728682581112,"duration":1}},{"uid":"b62d1c7dca2237da","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b62d1c7dca2237da","status":"passed","time":{"start":1728677082005,"stop":1728677082006,"duration":1}},{"uid":"3120b1c3a2d10d1f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3120b1c3a2d10d1f","status":"passed","time":{"start":1728669795403,"stop":1728669795404,"duration":1}},{"uid":"16944f548e1e1c0d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/16944f548e1e1c0d","status":"passed","time":{"start":1728598137507,"stop":1728598137507,"duration":0}},{"uid":"43e8a2cac54470eb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/43e8a2cac54470eb","status":"passed","time":{"start":1728597353484,"stop":1728597353484,"duration":0}}]},"tags":[]},"source":"e2d7efa86ee3f981.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/e2fdb7993d3f3a51.json b/7588/data/test-cases/e2fdb7993d3f3a51.json new file mode 100644 index 00000000000..c003fa93969 --- /dev/null +++ b/7588/data/test-cases/e2fdb7993d3f3a51.json @@ -0,0 +1 @@ +{"uid":"e2fdb7993d3f3a51","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":1729034332796,"stop":1729034332796,"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":15,"unknown":0,"total":15},"items":[{"uid":"9b10629192121607","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9b10629192121607","status":"passed","time":{"start":1729034096146,"stop":1729034096146,"duration":0}},{"uid":"8e215877630afb72","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8e215877630afb72","status":"passed","time":{"start":1729034020102,"stop":1729034020103,"duration":1}},{"uid":"ceac3e92f9f46ffd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ceac3e92f9f46ffd","status":"passed","time":{"start":1729033834401,"stop":1729033834402,"duration":1}},{"uid":"c997ef109a33a82d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c997ef109a33a82d","status":"passed","time":{"start":1729031884177,"stop":1729031884177,"duration":0}},{"uid":"73f07a4ed6063bb5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/73f07a4ed6063bb5","status":"passed","time":{"start":1728901430210,"stop":1728901430210,"duration":0}},{"uid":"5c6a0151b93d1fa7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c6a0151b93d1fa7","status":"passed","time":{"start":1728892860431,"stop":1728892860432,"duration":1}},{"uid":"748ba9ea3d51c768","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/748ba9ea3d51c768","status":"passed","time":{"start":1728855823268,"stop":1728855823268,"duration":0}},{"uid":"4a7cdde31b0ff023","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4a7cdde31b0ff023","status":"passed","time":{"start":1728738040615,"stop":1728738040615,"duration":0}},{"uid":"d8e21b6cb6bc1752","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d8e21b6cb6bc1752","status":"passed","time":{"start":1728682574126,"stop":1728682574126,"duration":0}},{"uid":"5f899f7d3cac58d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5f899f7d3cac58d7","status":"passed","time":{"start":1728682146845,"stop":1728682146845,"duration":0}},{"uid":"7c5fae92f8841933","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c5fae92f8841933","status":"passed","time":{"start":1728676621445,"stop":1728676621445,"duration":0}},{"uid":"8efc606f5fc645fe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8efc606f5fc645fe","status":"passed","time":{"start":1728669344423,"stop":1728669344423,"duration":0}},{"uid":"820223cbe5603888","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/820223cbe5603888","status":"passed","time":{"start":1728597685247,"stop":1728597685247,"duration":0}},{"uid":"c9a2729791c935d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9a2729791c935d1","status":"passed","time":{"start":1728596904559,"stop":1728596904559,"duration":0}}]},"tags":[]},"source":"e2fdb7993d3f3a51.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ba8fef3b5e1977bf.json b/7588/data/test-cases/e35facb0edce9e29.json similarity index 61% rename from 7556/data/test-cases/ba8fef3b5e1977bf.json rename to 7588/data/test-cases/e35facb0edce9e29.json index 86f8c77df15..e9d5066315a 100644 --- a/7556/data/test-cases/ba8fef3b5e1977bf.json +++ b/7588/data/test-cases/e35facb0edce9e29.json @@ -1 +1 @@ -{"uid":"ba8fef3b5e1977bf","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":1728457558864,"stop":1728457558864,"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":6,"unknown":0,"total":6},"items":[{"uid":"40ac6f052f2b69e","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/40ac6f052f2b69e","status":"passed","time":{"start":1728456503555,"stop":1728456503555,"duration":0}},{"uid":"c0a27d38b1fa0c8e","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/c0a27d38b1fa0c8e","status":"passed","time":{"start":1728456273219,"stop":1728456273219,"duration":0}},{"uid":"4ede69eb40ba5536","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4ede69eb40ba5536","status":"passed","time":{"start":1728456233821,"stop":1728456233821,"duration":0}},{"uid":"99c50363bcd09d5a","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/99c50363bcd09d5a","status":"passed","time":{"start":1728455595195,"stop":1728455595195,"duration":0}},{"uid":"d9dee99734af3b04","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d9dee99734af3b04","status":"passed","time":{"start":1728452556199,"stop":1728452556199,"duration":0}}]},"tags":[]},"source":"ba8fef3b5e1977bf.json","parameterValues":[]} \ No newline at end of file +{"uid":"e35facb0edce9e29","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":1729034696865,"stop":1729034696865,"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":15,"unknown":0,"total":15},"items":[{"uid":"6d31606cad78d516","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d31606cad78d516","status":"passed","time":{"start":1729034470062,"stop":1729034470062,"duration":0}},{"uid":"dfe72fec24ba8ace","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dfe72fec24ba8ace","status":"passed","time":{"start":1729034388869,"stop":1729034388869,"duration":0}},{"uid":"f335d918a8c492e9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f335d918a8c492e9","status":"passed","time":{"start":1729034213019,"stop":1729034213019,"duration":0}},{"uid":"dd110239151b327a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dd110239151b327a","status":"passed","time":{"start":1729032269102,"stop":1729032269102,"duration":0}},{"uid":"2f15b6eabc8fac52","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f15b6eabc8fac52","status":"passed","time":{"start":1728902000842,"stop":1728902000842,"duration":0}},{"uid":"c28654d90d0257f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c28654d90d0257f3","status":"passed","time":{"start":1728893442595,"stop":1728893442595,"duration":0}},{"uid":"bbd26a2b5096b9ad","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bbd26a2b5096b9ad","status":"passed","time":{"start":1728856386640,"stop":1728856386641,"duration":1}},{"uid":"9760813cccdb9619","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9760813cccdb9619","status":"passed","time":{"start":1728738608586,"stop":1728738608587,"duration":1}},{"uid":"e6f8dc32893f024e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6f8dc32893f024e","status":"passed","time":{"start":1728683148172,"stop":1728683148172,"duration":0}},{"uid":"fa5e604a909da676","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fa5e604a909da676","status":"passed","time":{"start":1728682709057,"stop":1728682709057,"duration":0}},{"uid":"e92c78f2dbb129b4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e92c78f2dbb129b4","status":"passed","time":{"start":1728677206656,"stop":1728677206656,"duration":0}},{"uid":"402820b64c18e02d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/402820b64c18e02d","status":"passed","time":{"start":1728669888550,"stop":1728669888550,"duration":0}},{"uid":"9a05d2b43d6d4a96","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a05d2b43d6d4a96","status":"passed","time":{"start":1728598268131,"stop":1728598268131,"duration":0}},{"uid":"dff24d98ec6c0d17","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dff24d98ec6c0d17","status":"passed","time":{"start":1728597478033,"stop":1728597478033,"duration":0}}]},"tags":[]},"source":"e35facb0edce9e29.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/51c4ca0bbd977aee.json b/7588/data/test-cases/e3a94c3ffbfa97ee.json similarity index 62% rename from 7556/data/test-cases/51c4ca0bbd977aee.json rename to 7588/data/test-cases/e3a94c3ffbfa97ee.json index d5a459e5723..bd84c6c030c 100644 --- a/7556/data/test-cases/51c4ca0bbd977aee.json +++ b/7588/data/test-cases/e3a94c3ffbfa97ee.json @@ -1 +1 @@ -{"uid":"51c4ca0bbd977aee","name":"addEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with correct event","historyId":"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457245462,"stop":1728457245462,"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":6,"unknown":0,"total":6},"items":[{"uid":"eafdd9da1a82309f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/eafdd9da1a82309f","status":"passed","time":{"start":1728456216445,"stop":1728456216446,"duration":1}},{"uid":"dd8cc70599bd0263","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/dd8cc70599bd0263","status":"passed","time":{"start":1728455903117,"stop":1728455903117,"duration":0}},{"uid":"9e35d45f0d55c058","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/9e35d45f0d55c058","status":"passed","time":{"start":1728455653295,"stop":1728455653295,"duration":0}},{"uid":"680a10307529bbb3","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/680a10307529bbb3","status":"passed","time":{"start":1728455013476,"stop":1728455013476,"duration":0}},{"uid":"1ccf3e3bd9ef8ee1","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/1ccf3e3bd9ef8ee1","status":"passed","time":{"start":1728452024129,"stop":1728452024130,"duration":1}}]},"tags":[]},"source":"51c4ca0bbd977aee.json","parameterValues":[]} \ No newline at end of file +{"uid":"e3a94c3ffbfa97ee","name":"addEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with correct event","historyId":"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034432447,"stop":1729034432448,"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":14,"unknown":0,"total":14},"items":[{"uid":"646767bafffa68cd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/646767bafffa68cd","status":"passed","time":{"start":1729034119300,"stop":1729034119303,"duration":3}},{"uid":"95afe24dcb969841","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95afe24dcb969841","status":"passed","time":{"start":1729033933478,"stop":1729033933479,"duration":1}},{"uid":"4df096609dd5a789","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4df096609dd5a789","status":"passed","time":{"start":1729031982912,"stop":1729031982912,"duration":0}},{"uid":"7d2b3fc41bafac82","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7d2b3fc41bafac82","status":"passed","time":{"start":1728901527853,"stop":1728901527854,"duration":1}},{"uid":"f51553de282b4c23","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f51553de282b4c23","status":"passed","time":{"start":1728892960138,"stop":1728892960139,"duration":1}},{"uid":"ceeae088b140b23e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ceeae088b140b23e","status":"passed","time":{"start":1728855921713,"stop":1728855921714,"duration":1}},{"uid":"acf6c4a93bcd5e02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/acf6c4a93bcd5e02","status":"passed","time":{"start":1728738138431,"stop":1728738138431,"duration":0}},{"uid":"99d45a0d1352be0a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99d45a0d1352be0a","status":"passed","time":{"start":1728682672251,"stop":1728682672251,"duration":0}},{"uid":"13c0a95c5e7e8fcd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13c0a95c5e7e8fcd","status":"passed","time":{"start":1728682245073,"stop":1728682245073,"duration":0}},{"uid":"ca8e9947986e41c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca8e9947986e41c","status":"passed","time":{"start":1728676721298,"stop":1728676721298,"duration":0}},{"uid":"924b6c7895e63507","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/924b6c7895e63507","status":"passed","time":{"start":1728669444559,"stop":1728669444560,"duration":1}},{"uid":"7acb26d0576af66","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7acb26d0576af66","status":"passed","time":{"start":1728597784072,"stop":1728597784072,"duration":0}},{"uid":"4c6d71cd3ee6851b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4c6d71cd3ee6851b","status":"passed","time":{"start":1728597001546,"stop":1728597001547,"duration":1}}]},"tags":[]},"source":"e3a94c3ffbfa97ee.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/8b689319a37ab420.json b/7588/data/test-cases/e3ede631e07be19c.json similarity index 50% rename from 7556/data/test-cases/8b689319a37ab420.json rename to 7588/data/test-cases/e3ede631e07be19c.json index 5569312b95c..fdb839f0b01 100644 --- a/7556/data/test-cases/8b689319a37ab420.json +++ b/7588/data/test-cases/e3ede631e07be19c.json @@ -1 +1 @@ -{"uid":"8b689319a37ab420","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":1728457289892,"stop":1728457289893,"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":6,"unknown":0,"total":6},"items":[{"uid":"5761afeadd30b8c4","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/5761afeadd30b8c4","status":"passed","time":{"start":1728456257103,"stop":1728456257103,"duration":0}},{"uid":"3e874b64996e1fae","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/3e874b64996e1fae","status":"passed","time":{"start":1728455949859,"stop":1728455949860,"duration":1}},{"uid":"f247c69f519bfacc","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/f247c69f519bfacc","status":"passed","time":{"start":1728455741447,"stop":1728455741448,"duration":1}},{"uid":"54582983f21043be","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/54582983f21043be","status":"passed","time":{"start":1728455102313,"stop":1728455102313,"duration":0}},{"uid":"91db6ff78a881f4a","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/91db6ff78a881f4a","status":"passed","time":{"start":1728452170808,"stop":1728452170808,"duration":0}}]},"tags":[]},"source":"8b689319a37ab420.json","parameterValues":[]} \ No newline at end of file +{"uid":"e3ede631e07be19c","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":1729034472941,"stop":1729034472942,"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":15,"unknown":0,"total":15},"items":[{"uid":"abaeb6f8443b5c30","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/abaeb6f8443b5c30","status":"passed","time":{"start":1729034240910,"stop":1729034240910,"duration":0}},{"uid":"3d559e998831b97c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3d559e998831b97c","status":"passed","time":{"start":1729034159611,"stop":1729034159611,"duration":0}},{"uid":"c2d2808b98af2f41","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2d2808b98af2f41","status":"passed","time":{"start":1729033976784,"stop":1729033976788,"duration":4}},{"uid":"194752e613c5568e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/194752e613c5568e","status":"passed","time":{"start":1729032020509,"stop":1729032020509,"duration":0}},{"uid":"34c3e3a9f592fd61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/34c3e3a9f592fd61","status":"passed","time":{"start":1728901616426,"stop":1728901616426,"duration":0}},{"uid":"dd74edca547ec3c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dd74edca547ec3c4","status":"passed","time":{"start":1728893050241,"stop":1728893050241,"duration":0}},{"uid":"276493c22cc1663f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/276493c22cc1663f","status":"passed","time":{"start":1728856015168,"stop":1728856015168,"duration":0}},{"uid":"c01aa186ca265b25","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c01aa186ca265b25","status":"passed","time":{"start":1728738233132,"stop":1728738233132,"duration":0}},{"uid":"b09ce5de29be749b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b09ce5de29be749b","status":"passed","time":{"start":1728682762465,"stop":1728682762466,"duration":1}},{"uid":"f14d28552b3578c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f14d28552b3578c9","status":"passed","time":{"start":1728682332782,"stop":1728682332782,"duration":0}},{"uid":"b1a17e75a984f039","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b1a17e75a984f039","status":"passed","time":{"start":1728676810286,"stop":1728676810287,"duration":1}},{"uid":"2399e562934a6c61","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2399e562934a6c61","status":"passed","time":{"start":1728669529889,"stop":1728669529890,"duration":1}},{"uid":"c08c8a26c747618b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c08c8a26c747618b","status":"passed","time":{"start":1728597873529,"stop":1728597873530,"duration":1}},{"uid":"bec3cf966adfd81b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bec3cf966adfd81b","status":"passed","time":{"start":1728597089269,"stop":1728597089270,"duration":1}}]},"tags":[]},"source":"e3ede631e07be19c.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/b7939f0dba3ac3a5.json b/7588/data/test-cases/e405261e1e334e93.json similarity index 92% rename from 7556/data/test-cases/b7939f0dba3ac3a5.json rename to 7588/data/test-cases/e405261e1e334e93.json index b45586176e1..593221e5709 100644 --- a/7556/data/test-cases/b7939f0dba3ac3a5.json +++ b/7588/data/test-cases/e405261e1e334e93.json @@ -1 +1 @@ -{"uid":"b7939f0dba3ac3a5","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app62/4/topic831/proto","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 2 - Cluster ID: 10, Content Topic: /app62/4/topic831/proto","historyId":"d5f07b1f9a35dfc20d936d0cb0adf191:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457516695,"stop":1728457516695,"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":"b7939f0dba3ac3a5.json","parameterValues":[]} \ No newline at end of file +{"uid":"e405261e1e334e93","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app35/10/topic983/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 1 - Cluster ID: 10, Content Topic: /app35/10/topic983/json","historyId":"8edeea7d1365d31ba00bffb2f7abed43:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034656461,"stop":1729034656463,"duration":2},"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":"e405261e1e334e93.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/7db9aac3d39257fa.json b/7588/data/test-cases/e4132d58ff799ea2.json similarity index 88% rename from 7556/data/test-cases/7db9aac3d39257fa.json rename to 7588/data/test-cases/e4132d58ff799ea2.json index d259c771f7b..27c2cf88261 100644 --- a/7556/data/test-cases/7db9aac3d39257fa.json +++ b/7588/data/test-cases/e4132d58ff799ea2.json @@ -1 +1 @@ -{"uid":"7db9aac3d39257fa","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":1728457510423,"stop":1728457510424,"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":6,"unknown":0,"total":6},"items":[{"uid":"d28cf4f063be4a03","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/d28cf4f063be4a03","status":"passed","time":{"start":1728456448196,"stop":1728456448197,"duration":1}},{"uid":"a20c67a3554f463b","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a20c67a3554f463b","status":"passed","time":{"start":1728456195686,"stop":1728456195686,"duration":0}},{"uid":"94536610af550590","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/94536610af550590","status":"passed","time":{"start":1728456166700,"stop":1728456166700,"duration":0}},{"uid":"36a41a24dda2bb5e","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/36a41a24dda2bb5e","status":"passed","time":{"start":1728455516696,"stop":1728455516696,"duration":0}},{"uid":"c8b6d6c708c3cd55","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/c8b6d6c708c3cd55","status":"passed","time":{"start":1728452508939,"stop":1728452508939,"duration":0}}]},"tags":[]},"source":"7db9aac3d39257fa.json","parameterValues":[]} \ No newline at end of file +{"uid":"e4132d58ff799ea2","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":1729034631249,"stop":1729034631250,"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":15,"unknown":0,"total":15},"items":[{"uid":"613df3054eb33d0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/613df3054eb33d0","status":"passed","time":{"start":1729034400886,"stop":1729034400886,"duration":0}},{"uid":"4c36a2c36aa573f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c36a2c36aa573f8","status":"passed","time":{"start":1729034317448,"stop":1729034317448,"duration":0}},{"uid":"e67f5286595fca06","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e67f5286595fca06","status":"passed","time":{"start":1729034137127,"stop":1729034137128,"duration":1}},{"uid":"29cd204347dc4dd4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29cd204347dc4dd4","status":"passed","time":{"start":1729032206872,"stop":1729032206872,"duration":0}},{"uid":"2c2a7cad2399bd97","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c2a7cad2399bd97","status":"passed","time":{"start":1728901995019,"stop":1728901995019,"duration":0}},{"uid":"73ca581e00ed035","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73ca581e00ed035","status":"passed","time":{"start":1728893420992,"stop":1728893420993,"duration":1}},{"uid":"133624cef3979a65","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/133624cef3979a65","status":"passed","time":{"start":1728856368593,"stop":1728856368593,"duration":0}},{"uid":"2f1fd083578a4a2b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f1fd083578a4a2b","status":"passed","time":{"start":1728738604678,"stop":1728738604678,"duration":0}},{"uid":"8c5df4bfb49f179b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c5df4bfb49f179b","status":"passed","time":{"start":1728683117614,"stop":1728683117616,"duration":2}},{"uid":"2371471500c54afe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2371471500c54afe","status":"passed","time":{"start":1728682721315,"stop":1728682721316,"duration":1}},{"uid":"93b19cd06b88deac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93b19cd06b88deac","status":"passed","time":{"start":1728677184680,"stop":1728677184680,"duration":0}},{"uid":"213d89a1bde6df21","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/213d89a1bde6df21","status":"passed","time":{"start":1728669866447,"stop":1728669866447,"duration":0}},{"uid":"74fdb6603d35984b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74fdb6603d35984b","status":"passed","time":{"start":1728598249973,"stop":1728598249973,"duration":0}},{"uid":"d8a361e234ed636a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d8a361e234ed636a","status":"passed","time":{"start":1728597472288,"stop":1728597472289,"duration":1}}]},"tags":[]},"source":"e4132d58ff799ea2.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/df2a1d282194fa65.json b/7588/data/test-cases/e44411b0f461912f.json similarity index 68% rename from 7556/data/test-cases/df2a1d282194fa65.json rename to 7588/data/test-cases/e44411b0f461912f.json index 94ecf377f3d..bbba6ff7642 100644 --- a/7556/data/test-cases/df2a1d282194fa65.json +++ b/7588/data/test-cases/e44411b0f461912f.json @@ -1 +1 @@ -{"uid":"df2a1d282194fa65","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":1728457536283,"stop":1728457536284,"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":6,"unknown":0,"total":6},"items":[{"uid":"ac2f9d69c795defc","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/ac2f9d69c795defc","status":"passed","time":{"start":1728456479969,"stop":1728456479969,"duration":0}},{"uid":"ca14289fa2fc106a","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ca14289fa2fc106a","status":"passed","time":{"start":1728456245091,"stop":1728456245091,"duration":0}},{"uid":"2eeeb87c2dba19c0","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/2eeeb87c2dba19c0","status":"passed","time":{"start":1728456210518,"stop":1728456210521,"duration":3}},{"uid":"674d0367ad8a9196","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/674d0367ad8a9196","status":"passed","time":{"start":1728455558236,"stop":1728455558236,"duration":0}},{"uid":"c2c322895ba6a1a4","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/c2c322895ba6a1a4","status":"passed","time":{"start":1728452533451,"stop":1728452533451,"duration":0}}]},"tags":[]},"source":"df2a1d282194fa65.json","parameterValues":[]} \ No newline at end of file +{"uid":"e44411b0f461912f","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":1729034682681,"stop":1729034682681,"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":15,"unknown":0,"total":15},"items":[{"uid":"c047786e8866b82c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c047786e8866b82c","status":"passed","time":{"start":1729034452186,"stop":1729034452186,"duration":0}},{"uid":"a93e5cf831a9f65e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a93e5cf831a9f65e","status":"passed","time":{"start":1729034373082,"stop":1729034373082,"duration":0}},{"uid":"dcf4597776d0e924","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcf4597776d0e924","status":"passed","time":{"start":1729034188119,"stop":1729034188119,"duration":0}},{"uid":"47e4b543b3ace67c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/47e4b543b3ace67c","status":"passed","time":{"start":1729032231866,"stop":1729032231866,"duration":0}},{"uid":"950d8f83dd1e2580","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/950d8f83dd1e2580","status":"passed","time":{"start":1728901989567,"stop":1728901989567,"duration":0}},{"uid":"b21f230ee5ad27c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b21f230ee5ad27c1","status":"passed","time":{"start":1728893424905,"stop":1728893424905,"duration":0}},{"uid":"3c1176f68456b960","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c1176f68456b960","status":"passed","time":{"start":1728856376686,"stop":1728856376686,"duration":0}},{"uid":"462a2c29245d2a84","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/462a2c29245d2a84","status":"passed","time":{"start":1728738593962,"stop":1728738593962,"duration":0}},{"uid":"1cc7e1eff0151df2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1cc7e1eff0151df2","status":"passed","time":{"start":1728683135341,"stop":1728683135342,"duration":1}},{"uid":"6d9cd70a65b401a2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6d9cd70a65b401a2","status":"passed","time":{"start":1728682692594,"stop":1728682692595,"duration":1}},{"uid":"97e9a91281b6a0ae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/97e9a91281b6a0ae","status":"passed","time":{"start":1728677194230,"stop":1728677194231,"duration":1}},{"uid":"152c371e864f88d2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/152c371e864f88d2","status":"passed","time":{"start":1728669874426,"stop":1728669874426,"duration":0}},{"uid":"9cc22fff195dd5c2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9cc22fff195dd5c2","status":"passed","time":{"start":1728598257463,"stop":1728598257464,"duration":1}},{"uid":"d308b26b6797b43a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d308b26b6797b43a","status":"passed","time":{"start":1728597471299,"stop":1728597471299,"duration":0}}]},"tags":[]},"source":"e44411b0f461912f.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/e4a63ca6b1c58e04.json b/7588/data/test-cases/e4a63ca6b1c58e04.json new file mode 100644 index 00000000000..c00673ca678 --- /dev/null +++ b/7588/data/test-cases/e4a63ca6b1c58e04.json @@ -0,0 +1 @@ +{"uid":"e4a63ca6b1c58e04","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":1729034565834,"stop":1729034565835,"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":13,"unknown":0,"total":13},"items":[{"uid":"8dfbbe737fc9075c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8dfbbe737fc9075c","status":"passed","time":{"start":1729034325776,"stop":1729034325776,"duration":0}},{"uid":"a554d0dcab223873","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a554d0dcab223873","status":"passed","time":{"start":1729034249513,"stop":1729034249513,"duration":0}},{"uid":"a6379544a67e2d88","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6379544a67e2d88","status":"passed","time":{"start":1729034066157,"stop":1729034066158,"duration":1}},{"uid":"42c9f7f248bfd82","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/42c9f7f248bfd82","status":"passed","time":{"start":1728901782836,"stop":1728901782837,"duration":1}},{"uid":"af913ee20e3fbb7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/af913ee20e3fbb7c","status":"passed","time":{"start":1728893215985,"stop":1728893215985,"duration":0}},{"uid":"3667e7a1d2306107","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3667e7a1d2306107","status":"passed","time":{"start":1728856159200,"stop":1728856159200,"duration":0}},{"uid":"80913f82cf40ed3d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80913f82cf40ed3d","status":"passed","time":{"start":1728738371838,"stop":1728738371838,"duration":0}},{"uid":"95259e1ad7e337f8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/95259e1ad7e337f8","status":"passed","time":{"start":1728682915885,"stop":1728682915886,"duration":1}},{"uid":"58c706a1f67a8b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/58c706a1f67a8b4","status":"passed","time":{"start":1728682496456,"stop":1728682496456,"duration":0}},{"uid":"a2a3cd15aa669a7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2a3cd15aa669a7","status":"passed","time":{"start":1728676980225,"stop":1728676980225,"duration":0}},{"uid":"5eba98d5f454597d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5eba98d5f454597d","status":"passed","time":{"start":1728598045386,"stop":1728598045386,"duration":0}},{"uid":"8a5449e6212d69cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8a5449e6212d69cd","status":"passed","time":{"start":1728597260330,"stop":1728597260330,"duration":0}}]},"tags":[]},"source":"e4a63ca6b1c58e04.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e0f434b36b850e56.json b/7588/data/test-cases/e4abf700cc9a7834.json similarity index 81% rename from 7556/data/test-cases/e0f434b36b850e56.json rename to 7588/data/test-cases/e4abf700cc9a7834.json index bb388bcbc29..37b896bab05 100644 --- a/7556/data/test-cases/e0f434b36b850e56.json +++ b/7588/data/test-cases/e4abf700cc9a7834.json @@ -1 +1 @@ -{"uid":"e0f434b36b850e56","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":1728457481252,"stop":1728457481253,"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":6,"unknown":0,"total":6},"items":[{"uid":"24421e9efd84213e","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/24421e9efd84213e","status":"passed","time":{"start":1728456434592,"stop":1728456434592,"duration":0}},{"uid":"f4d977117f0c7b3c","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/f4d977117f0c7b3c","status":"passed","time":{"start":1728456196700,"stop":1728456196701,"duration":1}},{"uid":"89457be5f78cb1f6","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/89457be5f78cb1f6","status":"passed","time":{"start":1728456113177,"stop":1728456113178,"duration":1}},{"uid":"f97ff031a0e7c6d2","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f97ff031a0e7c6d2","status":"passed","time":{"start":1728455468956,"stop":1728455468956,"duration":0}},{"uid":"f1296d492860b9e1","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f1296d492860b9e1","status":"passed","time":{"start":1728452437013,"stop":1728452437014,"duration":1}}]},"tags":[]},"source":"e0f434b36b850e56.json","parameterValues":[]} \ No newline at end of file +{"uid":"e4abf700cc9a7834","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":1729034636309,"stop":1729034636309,"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":15,"unknown":0,"total":15},"items":[{"uid":"430588572c5226c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/430588572c5226c","status":"passed","time":{"start":1729034402260,"stop":1729034402260,"duration":0}},{"uid":"15643eef2a4ca6ad","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/15643eef2a4ca6ad","status":"passed","time":{"start":1729034323282,"stop":1729034323282,"duration":0}},{"uid":"8a5bbf60e4d7b233","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a5bbf60e4d7b233","status":"passed","time":{"start":1729034144760,"stop":1729034144761,"duration":1}},{"uid":"88431419ba06ef32","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/88431419ba06ef32","status":"passed","time":{"start":1729032198810,"stop":1729032198811,"duration":1}},{"uid":"ac01c3cc81197824","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac01c3cc81197824","status":"passed","time":{"start":1728901901751,"stop":1728901901752,"duration":1}},{"uid":"6655b9873969a7c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6655b9873969a7c8","status":"passed","time":{"start":1728893337237,"stop":1728893337237,"duration":0}},{"uid":"53a8670b682fb6a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/53a8670b682fb6a5","status":"passed","time":{"start":1728856299184,"stop":1728856299184,"duration":0}},{"uid":"76db8dca4556d39e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76db8dca4556d39e","status":"passed","time":{"start":1728738505370,"stop":1728738505370,"duration":0}},{"uid":"b90caeab22b476ec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b90caeab22b476ec","status":"passed","time":{"start":1728683045439,"stop":1728683045439,"duration":0}},{"uid":"63e5551b47e98932","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/63e5551b47e98932","status":"passed","time":{"start":1728682607282,"stop":1728682607282,"duration":0}},{"uid":"fed5230397c7c041","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fed5230397c7c041","status":"passed","time":{"start":1728677103486,"stop":1728677103488,"duration":2}},{"uid":"13df8087f6bbed8b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/13df8087f6bbed8b","status":"passed","time":{"start":1728669777112,"stop":1728669777112,"duration":0}},{"uid":"1afea8c1b269710e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1afea8c1b269710e","status":"passed","time":{"start":1728598163461,"stop":1728598163461,"duration":0}},{"uid":"f0a304797163c71a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0a304797163c71a","status":"passed","time":{"start":1728597375457,"stop":1728597375458,"duration":1}}]},"tags":[]},"source":"e4abf700cc9a7834.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/e4dca9e4751da766.json b/7588/data/test-cases/e4dca9e4751da766.json new file mode 100644 index 00000000000..18de0614c71 --- /dev/null +++ b/7588/data/test-cases/e4dca9e4751da766.json @@ -0,0 +1 @@ +{"uid":"e4dca9e4751da766","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":1729034332796,"stop":1729034332797,"duration":1},"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":15,"unknown":0,"total":15},"items":[{"uid":"e4e37ce415038e92","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e4e37ce415038e92","status":"passed","time":{"start":1729034096146,"stop":1729034096146,"duration":0}},{"uid":"c87cfaea38fa5a90","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c87cfaea38fa5a90","status":"passed","time":{"start":1729034020103,"stop":1729034020103,"duration":0}},{"uid":"59e483add69818b4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/59e483add69818b4","status":"passed","time":{"start":1729033834402,"stop":1729033834402,"duration":0}},{"uid":"b12a35fa4c3fdacf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b12a35fa4c3fdacf","status":"passed","time":{"start":1729031884178,"stop":1729031884178,"duration":0}},{"uid":"8b1ab33d9bfeb4f6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8b1ab33d9bfeb4f6","status":"passed","time":{"start":1728901430211,"stop":1728901430211,"duration":0}},{"uid":"b71f2e441265eb2e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b71f2e441265eb2e","status":"passed","time":{"start":1728892860432,"stop":1728892860432,"duration":0}},{"uid":"a0eae50f3949dbfa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0eae50f3949dbfa","status":"passed","time":{"start":1728855823268,"stop":1728855823269,"duration":1}},{"uid":"84fd3a70803aa4a9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/84fd3a70803aa4a9","status":"passed","time":{"start":1728738040615,"stop":1728738040616,"duration":1}},{"uid":"94ff76dca007fdf0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/94ff76dca007fdf0","status":"passed","time":{"start":1728682574126,"stop":1728682574126,"duration":0}},{"uid":"4e89ed1302ce2507","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4e89ed1302ce2507","status":"passed","time":{"start":1728682146845,"stop":1728682146845,"duration":0}},{"uid":"4c601aba87271127","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4c601aba87271127","status":"passed","time":{"start":1728676621445,"stop":1728676621446,"duration":1}},{"uid":"d9c5e055f1a3501d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d9c5e055f1a3501d","status":"passed","time":{"start":1728669344424,"stop":1728669344424,"duration":0}},{"uid":"1db330f77275a440","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1db330f77275a440","status":"passed","time":{"start":1728597685247,"stop":1728597685247,"duration":0}},{"uid":"526164ff92c10ba2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/526164ff92c10ba2","status":"passed","time":{"start":1728596904559,"stop":1728596904560,"duration":1}}]},"tags":[]},"source":"e4dca9e4751da766.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/878e4d62e68b3cb6.json b/7588/data/test-cases/e5479d5b2669238e.json similarity index 50% rename from 7556/data/test-cases/878e4d62e68b3cb6.json rename to 7588/data/test-cases/e5479d5b2669238e.json index f6117826f98..1d21c12dcea 100644 --- a/7556/data/test-cases/878e4d62e68b3cb6.json +++ b/7588/data/test-cases/e5479d5b2669238e.json @@ -1 +1 @@ -{"uid":"878e4d62e68b3cb6","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":1728457289884,"stop":1728457289884,"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":6,"unknown":0,"total":6},"items":[{"uid":"1a3f7db1d97ebbe4","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/1a3f7db1d97ebbe4","status":"passed","time":{"start":1728456257097,"stop":1728456257097,"duration":0}},{"uid":"484e0dff435085aa","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/484e0dff435085aa","status":"passed","time":{"start":1728455949855,"stop":1728455949855,"duration":0}},{"uid":"532f3a5c23cb553a","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/532f3a5c23cb553a","status":"passed","time":{"start":1728455741441,"stop":1728455741441,"duration":0}},{"uid":"fcd2a43b3e62438f","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/fcd2a43b3e62438f","status":"passed","time":{"start":1728455102310,"stop":1728455102310,"duration":0}},{"uid":"fd68e4f9400a543c","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/fd68e4f9400a543c","status":"passed","time":{"start":1728452170804,"stop":1728452170806,"duration":2}}]},"tags":[]},"source":"878e4d62e68b3cb6.json","parameterValues":[]} \ No newline at end of file +{"uid":"e5479d5b2669238e","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":1729034472931,"stop":1729034472931,"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":15,"unknown":0,"total":15},"items":[{"uid":"4c711f1b1312a5be","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4c711f1b1312a5be","status":"passed","time":{"start":1729034240903,"stop":1729034240906,"duration":3}},{"uid":"7735dc1b4b5f8b59","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7735dc1b4b5f8b59","status":"passed","time":{"start":1729034159607,"stop":1729034159608,"duration":1}},{"uid":"b4429071d65bb629","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b4429071d65bb629","status":"passed","time":{"start":1729033976769,"stop":1729033976773,"duration":4}},{"uid":"7e155c694496ad62","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e155c694496ad62","status":"passed","time":{"start":1729032020506,"stop":1729032020506,"duration":0}},{"uid":"e08e36819675436","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e08e36819675436","status":"passed","time":{"start":1728901616421,"stop":1728901616422,"duration":1}},{"uid":"64020fe4cb3fc34b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/64020fe4cb3fc34b","status":"passed","time":{"start":1728893050238,"stop":1728893050238,"duration":0}},{"uid":"d97363df261dc78c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d97363df261dc78c","status":"passed","time":{"start":1728856015165,"stop":1728856015165,"duration":0}},{"uid":"a329e2c3a017d5dc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a329e2c3a017d5dc","status":"passed","time":{"start":1728738233127,"stop":1728738233128,"duration":1}},{"uid":"465a84c3b1ce9239","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/465a84c3b1ce9239","status":"passed","time":{"start":1728682762461,"stop":1728682762461,"duration":0}},{"uid":"9b3406ab18f1d046","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b3406ab18f1d046","status":"passed","time":{"start":1728682332779,"stop":1728682332780,"duration":1}},{"uid":"38b357e51a8254b5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38b357e51a8254b5","status":"passed","time":{"start":1728676810283,"stop":1728676810284,"duration":1}},{"uid":"4fe92f290f7d908a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4fe92f290f7d908a","status":"passed","time":{"start":1728669529886,"stop":1728669529886,"duration":0}},{"uid":"897ebf0d9b3231e6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/897ebf0d9b3231e6","status":"passed","time":{"start":1728597873524,"stop":1728597873525,"duration":1}},{"uid":"bc8f522a24e60508","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc8f522a24e60508","status":"passed","time":{"start":1728597089264,"stop":1728597089265,"duration":1}}]},"tags":[]},"source":"e5479d5b2669238e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3def9edd12cb70ab.json b/7588/data/test-cases/e5a01902125afb3a.json similarity index 85% rename from 7556/data/test-cases/3def9edd12cb70ab.json rename to 7588/data/test-cases/e5a01902125afb3a.json index 9e93d4d5afa..716cf8aaaaa 100644 --- a/7556/data/test-cases/3def9edd12cb70ab.json +++ b/7588/data/test-cases/e5a01902125afb3a.json @@ -1 +1 @@ -{"uid":"3def9edd12cb70ab","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":1728457537127,"stop":1728457537127,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"e0bf7badb8745360","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e0bf7badb8745360","status":"passed","time":{"start":1728456499096,"stop":1728456499096,"duration":0}},{"uid":"79cd2abfa13b01a9","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/79cd2abfa13b01a9","status":"passed","time":{"start":1728456215075,"stop":1728456215075,"duration":0}},{"uid":"7fcbac76d4af80fc","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/7fcbac76d4af80fc","status":"passed","time":{"start":1728456167132,"stop":1728456167132,"duration":0}},{"uid":"c261f4b93aa476e3","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c261f4b93aa476e3","status":"passed","time":{"start":1728455518195,"stop":1728455518195,"duration":0}},{"uid":"cfcc997ae1cd52f5","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/cfcc997ae1cd52f5","status":"passed","time":{"start":1728452534878,"stop":1728452534878,"duration":0}}]},"tags":[]},"source":"3def9edd12cb70ab.json","parameterValues":[]} \ No newline at end of file +{"uid":"e5a01902125afb3a","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":1729034704494,"stop":1729034704495,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"42e5053b5af68729","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/42e5053b5af68729","status":"passed","time":{"start":1729034474988,"stop":1729034474988,"duration":0}},{"uid":"7d520f4d8ed848a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7d520f4d8ed848a","status":"passed","time":{"start":1729034395291,"stop":1729034395291,"duration":0}},{"uid":"4fcdd95b567ab236","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4fcdd95b567ab236","status":"passed","time":{"start":1729034209100,"stop":1729034209100,"duration":0}},{"uid":"8a1859c6e3ad5781","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a1859c6e3ad5781","status":"passed","time":{"start":1729032264568,"stop":1729032264568,"duration":0}},{"uid":"85a42c3f164deef7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/85a42c3f164deef7","status":"passed","time":{"start":1728902012851,"stop":1728902012858,"duration":7}},{"uid":"84850c20b4f119c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84850c20b4f119c8","status":"passed","time":{"start":1728893454811,"stop":1728893454811,"duration":0}},{"uid":"37683b47c0961f5d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/37683b47c0961f5d","status":"passed","time":{"start":1728856408452,"stop":1728856408452,"duration":0}},{"uid":"a22d316e0e2a5966","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a22d316e0e2a5966","status":"passed","time":{"start":1728738633854,"stop":1728738633855,"duration":1}},{"uid":"a82d8c9aaae694a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a82d8c9aaae694a8","status":"passed","time":{"start":1728683159757,"stop":1728683159760,"duration":3}},{"uid":"bd2c82c4f767229f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd2c82c4f767229f","status":"passed","time":{"start":1728682751329,"stop":1728682751330,"duration":1}},{"uid":"7e11a4f9b000d791","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7e11a4f9b000d791","status":"passed","time":{"start":1728677216356,"stop":1728677216356,"duration":0}},{"uid":"7ef20b86f17d9c45","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ef20b86f17d9c45","status":"passed","time":{"start":1728669925454,"stop":1728669925454,"duration":0}},{"uid":"3cb4fe4f47b4a62a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3cb4fe4f47b4a62a","status":"passed","time":{"start":1728598268803,"stop":1728598268804,"duration":1}},{"uid":"b59420ed246ad8f9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b59420ed246ad8f9","status":"passed","time":{"start":1728597503920,"stop":1728597503920,"duration":0}}]},"tags":[]},"source":"e5a01902125afb3a.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/38eb06a3071e1a6.json b/7588/data/test-cases/e5d306bd1a1b5a1.json similarity index 64% rename from 7556/data/test-cases/38eb06a3071e1a6.json rename to 7588/data/test-cases/e5d306bd1a1b5a1.json index 4b2737b1df7..b1bbef32f3f 100644 --- a/7556/data/test-cases/38eb06a3071e1a6.json +++ b/7588/data/test-cases/e5d306bd1a1b5a1.json @@ -1 +1 @@ -{"uid":"38eb06a3071e1a6","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":1728457448632,"stop":1728457448633,"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":6,"unknown":0,"total":6},"items":[{"uid":"f38c52293e3cca11","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/f38c52293e3cca11","status":"passed","time":{"start":1728456402413,"stop":1728456402413,"duration":0}},{"uid":"cf9fa09bb10d1e87","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/cf9fa09bb10d1e87","status":"passed","time":{"start":1728456120445,"stop":1728456120445,"duration":0}},{"uid":"54cbb1561843ae8f","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/54cbb1561843ae8f","status":"passed","time":{"start":1728456038379,"stop":1728456038379,"duration":0}},{"uid":"a252ab0a2569fc95","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a252ab0a2569fc95","status":"passed","time":{"start":1728455403836,"stop":1728455403836,"duration":0}},{"uid":"6b484cef30463edb","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/6b484cef30463edb","status":"passed","time":{"start":1728452400298,"stop":1728452400298,"duration":0}}]},"tags":[]},"source":"38eb06a3071e1a6.json","parameterValues":[]} \ No newline at end of file +{"uid":"e5d306bd1a1b5a1","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":1729034611685,"stop":1729034611685,"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":15,"unknown":0,"total":15},"items":[{"uid":"f9ba6165ca93ca3b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f9ba6165ca93ca3b","status":"passed","time":{"start":1729034393670,"stop":1729034393672,"duration":2}},{"uid":"2adbba83fe034405","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2adbba83fe034405","status":"passed","time":{"start":1729034304861,"stop":1729034304862,"duration":1}},{"uid":"8a76ca23457f9387","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a76ca23457f9387","status":"passed","time":{"start":1729034121953,"stop":1729034121954,"duration":1}},{"uid":"8048b10e65339c6a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8048b10e65339c6a","status":"passed","time":{"start":1729032174930,"stop":1729032174931,"duration":1}},{"uid":"7bffed66e3c47b10","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7bffed66e3c47b10","status":"passed","time":{"start":1728901881034,"stop":1728901881035,"duration":1}},{"uid":"4cc8883a2abdc3c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4cc8883a2abdc3c4","status":"passed","time":{"start":1728893317183,"stop":1728893317184,"duration":1}},{"uid":"2b724dc895c419b2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b724dc895c419b2","status":"passed","time":{"start":1728856263127,"stop":1728856263127,"duration":0}},{"uid":"2116f9065775a80","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2116f9065775a80","status":"passed","time":{"start":1728738492812,"stop":1728738492812,"duration":0}},{"uid":"e04609fb9d846556","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e04609fb9d846556","status":"passed","time":{"start":1728683030031,"stop":1728683030031,"duration":0}},{"uid":"8e2e087b80abac9c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e2e087b80abac9c","status":"passed","time":{"start":1728682581131,"stop":1728682581132,"duration":1}},{"uid":"f9520053e8b07da9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f9520053e8b07da9","status":"passed","time":{"start":1728677082015,"stop":1728677082016,"duration":1}},{"uid":"a253b32e2ce02ce8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a253b32e2ce02ce8","status":"passed","time":{"start":1728669795409,"stop":1728669795410,"duration":1}},{"uid":"af1b905c2c44a076","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/af1b905c2c44a076","status":"passed","time":{"start":1728598137511,"stop":1728598137511,"duration":0}},{"uid":"92fe01154abe8b17","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92fe01154abe8b17","status":"passed","time":{"start":1728597353490,"stop":1728597353490,"duration":0}}]},"tags":[]},"source":"e5d306bd1a1b5a1.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/e5ffcdc495289511.json b/7588/data/test-cases/e5ffcdc495289511.json new file mode 100644 index 00000000000..e0946656d8e --- /dev/null +++ b/7588/data/test-cases/e5ffcdc495289511.json @@ -0,0 +1 @@ +{"uid":"e5ffcdc495289511","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":1729034356140,"stop":1729034356140,"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":"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":15,"unknown":0,"total":15},"items":[{"uid":"3e6407eb78eec942","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3e6407eb78eec942","status":"passed","time":{"start":1729034120218,"stop":1729034120218,"duration":0}},{"uid":"f4b46671b2ec35e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f4b46671b2ec35e8","status":"passed","time":{"start":1729034043146,"stop":1729034043147,"duration":1}},{"uid":"28b14f47fbb75b87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/28b14f47fbb75b87","status":"passed","time":{"start":1729033857769,"stop":1729033857770,"duration":1}},{"uid":"20e65fc3b117a533","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/20e65fc3b117a533","status":"passed","time":{"start":1729031907989,"stop":1729031907989,"duration":0}},{"uid":"facfdf333b293908","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/facfdf333b293908","status":"passed","time":{"start":1728901453415,"stop":1728901453415,"duration":0}},{"uid":"6c39bbe15933e155","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c39bbe15933e155","status":"passed","time":{"start":1728892883982,"stop":1728892883982,"duration":0}},{"uid":"27c21862e74b38b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/27c21862e74b38b6","status":"passed","time":{"start":1728855846188,"stop":1728855846189,"duration":1}},{"uid":"c2e415ebda2a351c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c2e415ebda2a351c","status":"passed","time":{"start":1728738063651,"stop":1728738063651,"duration":0}},{"uid":"fabc68f51e72023b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fabc68f51e72023b","status":"passed","time":{"start":1728682597534,"stop":1728682597534,"duration":0}},{"uid":"3673020f0ac20013","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3673020f0ac20013","status":"passed","time":{"start":1728682170205,"stop":1728682170205,"duration":0}},{"uid":"e12ef308eb95fc73","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e12ef308eb95fc73","status":"passed","time":{"start":1728676644984,"stop":1728676644984,"duration":0}},{"uid":"fa57fc8c602c5463","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fa57fc8c602c5463","status":"passed","time":{"start":1728669367856,"stop":1728669367856,"duration":0}},{"uid":"8de80fa8155c0830","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8de80fa8155c0830","status":"passed","time":{"start":1728597708663,"stop":1728597708663,"duration":0}},{"uid":"bfd7d2318c49941","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bfd7d2318c49941","status":"passed","time":{"start":1728596927481,"stop":1728596927482,"duration":1}}]},"tags":[]},"source":"e5ffcdc495289511.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/e61bab9349c5a1a4.json b/7588/data/test-cases/e61bab9349c5a1a4.json new file mode 100644 index 00000000000..c37fe63328e --- /dev/null +++ b/7588/data/test-cases/e61bab9349c5a1a4.json @@ -0,0 +1 @@ +{"uid":"e61bab9349c5a1a4","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":1729034332628,"stop":1729034332628,"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":15,"unknown":0,"total":15},"items":[{"uid":"4bf03d8e79f37a0e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4bf03d8e79f37a0e","status":"passed","time":{"start":1729034096130,"stop":1729034096130,"duration":0}},{"uid":"2f48c6d2fd3b216b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2f48c6d2fd3b216b","status":"passed","time":{"start":1729034020087,"stop":1729034020087,"duration":0}},{"uid":"7d85e34bfb34c0b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7d85e34bfb34c0b3","status":"passed","time":{"start":1729033834381,"stop":1729033834381,"duration":0}},{"uid":"30be9e077117d755","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30be9e077117d755","status":"passed","time":{"start":1729031884113,"stop":1729031884113,"duration":0}},{"uid":"7ff435e1e7888380","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7ff435e1e7888380","status":"passed","time":{"start":1728901430252,"stop":1728901430252,"duration":0}},{"uid":"c765b35c10c574d3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c765b35c10c574d3","status":"passed","time":{"start":1728892860529,"stop":1728892860529,"duration":0}},{"uid":"f37775cdcf61522d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f37775cdcf61522d","status":"passed","time":{"start":1728855823319,"stop":1728855823319,"duration":0}},{"uid":"b5177a099eb427e5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b5177a099eb427e5","status":"passed","time":{"start":1728738040598,"stop":1728738040598,"duration":0}},{"uid":"288dcb89added63d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/288dcb89added63d","status":"passed","time":{"start":1728682574088,"stop":1728682574088,"duration":0}},{"uid":"2cf2fe527d9cab26","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2cf2fe527d9cab26","status":"passed","time":{"start":1728682146813,"stop":1728682146813,"duration":0}},{"uid":"7ff0d6976ae7e56a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7ff0d6976ae7e56a","status":"passed","time":{"start":1728676621428,"stop":1728676621429,"duration":1}},{"uid":"4bb4fdf986d456f5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4bb4fdf986d456f5","status":"passed","time":{"start":1728669344464,"stop":1728669344464,"duration":0}},{"uid":"7d3f5fc11009c917","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7d3f5fc11009c917","status":"passed","time":{"start":1728597685158,"stop":1728597685158,"duration":0}},{"uid":"ba500e57c130c1c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ba500e57c130c1c6","status":"passed","time":{"start":1728596904464,"stop":1728596904464,"duration":0}}]},"tags":[]},"source":"e61bab9349c5a1a4.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/e627d9d5b9b463ec.json b/7588/data/test-cases/e627d9d5b9b463ec.json new file mode 100644 index 00000000000..8a9783a11bc --- /dev/null +++ b/7588/data/test-cases/e627d9d5b9b463ec.json @@ -0,0 +1 @@ +{"uid":"e627d9d5b9b463ec","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":1729034340755,"stop":1729034340756,"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":15,"unknown":0,"total":15},"items":[{"uid":"974c3230bcbb2648","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/974c3230bcbb2648","status":"passed","time":{"start":1729034104177,"stop":1729034104177,"duration":0}},{"uid":"c3e60ff25abe625e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c3e60ff25abe625e","status":"passed","time":{"start":1729034027743,"stop":1729034027744,"duration":1}},{"uid":"8d2ee081096896cd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8d2ee081096896cd","status":"passed","time":{"start":1729033842349,"stop":1729033842349,"duration":0}},{"uid":"2d1337e9032cea66","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2d1337e9032cea66","status":"passed","time":{"start":1729031892048,"stop":1729031892048,"duration":0}},{"uid":"87b734331f1b361b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/87b734331f1b361b","status":"passed","time":{"start":1728901438030,"stop":1728901438031,"duration":1}},{"uid":"38bcd019b0f3e37f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/38bcd019b0f3e37f","status":"passed","time":{"start":1728892868234,"stop":1728892868234,"duration":0}},{"uid":"987aba4ef3406231","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/987aba4ef3406231","status":"passed","time":{"start":1728855831081,"stop":1728855831081,"duration":0}},{"uid":"22518f3498bd659c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/22518f3498bd659c","status":"passed","time":{"start":1728738048443,"stop":1728738048443,"duration":0}},{"uid":"c7aabc758c24fc2e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c7aabc758c24fc2e","status":"passed","time":{"start":1728682581846,"stop":1728682581847,"duration":1}},{"uid":"e9bf404bc0ac8e0f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9bf404bc0ac8e0f","status":"passed","time":{"start":1728682154709,"stop":1728682154709,"duration":0}},{"uid":"311248462e63d7d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/311248462e63d7d","status":"passed","time":{"start":1728676629302,"stop":1728676629303,"duration":1}},{"uid":"f5b1908a9c83d9b0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5b1908a9c83d9b0","status":"passed","time":{"start":1728669352212,"stop":1728669352212,"duration":0}},{"uid":"ca88bd4f4a23e85b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca88bd4f4a23e85b","status":"passed","time":{"start":1728597693019,"stop":1728597693020,"duration":1}},{"uid":"dd330c2e8f69e664","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dd330c2e8f69e664","status":"passed","time":{"start":1728596912534,"stop":1728596912534,"duration":0}}]},"tags":[]},"source":"e627d9d5b9b463ec.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/e695555dc53902af.json b/7588/data/test-cases/e695555dc53902af.json new file mode 100644 index 00000000000..ebfa572eed1 --- /dev/null +++ b/7588/data/test-cases/e695555dc53902af.json @@ -0,0 +1 @@ +{"uid":"e695555dc53902af","name":"random static sharding 2 - Cluster ID: 822, Shard ID: 602","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 2 - Cluster ID: 822, Shard ID: 602","historyId":"0348ca1aba02969c66e01f3e23dfa430:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034668595,"stop":1729034668595,"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":"e695555dc53902af.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/e6bfca7d3e68f5dd.json b/7588/data/test-cases/e6bfca7d3e68f5dd.json new file mode 100644 index 00000000000..12c0ea318d0 --- /dev/null +++ b/7588/data/test-cases/e6bfca7d3e68f5dd.json @@ -0,0 +1 @@ +{"uid":"e6bfca7d3e68f5dd","name":"random static sharding 1 - Cluster ID: 424, Shard ID: 715","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 1 - Cluster ID: 424, Shard ID: 715","historyId":"3f4b1b54181527c87c904d3dcf30162b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034668591,"stop":1729034668595,"duration":4},"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":"e6bfca7d3e68f5dd.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/e745e6a6d91bcb6a.json b/7588/data/test-cases/e745e6a6d91bcb6a.json new file mode 100644 index 00000000000..9112eeac272 --- /dev/null +++ b/7588/data/test-cases/e745e6a6d91bcb6a.json @@ -0,0 +1 @@ +{"uid":"e745e6a6d91bcb6a","name":"Filter","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Filter","historyId":"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034713702,"stop":1729034713702,"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"aac84daab8e15539","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aac84daab8e15539","status":"passed","time":{"start":1729034487485,"stop":1729034487485,"duration":0}},{"uid":"ad15275cd706ca14","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ad15275cd706ca14","status":"passed","time":{"start":1729034446110,"stop":1729034446110,"duration":0}},{"uid":"4daecbc966aa9b0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4daecbc966aa9b0","status":"passed","time":{"start":1729032275829,"stop":1729032275829,"duration":0}},{"uid":"f53956e40b61ea91","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f53956e40b61ea91","status":"passed","time":{"start":1728902036741,"stop":1728902036741,"duration":0}},{"uid":"9da2877f157a4e6c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9da2877f157a4e6c","status":"passed","time":{"start":1728893472414,"stop":1728893472414,"duration":0}},{"uid":"41b83981462ebaf4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/41b83981462ebaf4","status":"passed","time":{"start":1728856423202,"stop":1728856423202,"duration":0}},{"uid":"92fa605579345bac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/92fa605579345bac","status":"passed","time":{"start":1728738648730,"stop":1728738648731,"duration":1}},{"uid":"b0ebcd7f1cb19e27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b0ebcd7f1cb19e27","status":"passed","time":{"start":1728683179656,"stop":1728683179656,"duration":0}},{"uid":"3cb35749be1cb3df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3cb35749be1cb3df","status":"passed","time":{"start":1728682757952,"stop":1728682757952,"duration":0}},{"uid":"8661d9f835486eeb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8661d9f835486eeb","status":"passed","time":{"start":1728677238452,"stop":1728677238452,"duration":0}},{"uid":"7474de391e18520d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7474de391e18520d","status":"passed","time":{"start":1728669928221,"stop":1728669928221,"duration":0}},{"uid":"fa5a4dfeb27728b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fa5a4dfeb27728b2","status":"passed","time":{"start":1728598319591,"stop":1728598319591,"duration":0}},{"uid":"e31a413484279057","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e31a413484279057","status":"passed","time":{"start":1728597520648,"stop":1728597520648,"duration":0}}]},"tags":[]},"source":"e745e6a6d91bcb6a.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9e0dd2571e6ff21c.json b/7588/data/test-cases/e79abdc7a4fb9f87.json similarity index 57% rename from 7556/data/test-cases/9e0dd2571e6ff21c.json rename to 7588/data/test-cases/e79abdc7a4fb9f87.json index d61548dde87..36c4f101d9b 100644 --- a/7556/data/test-cases/9e0dd2571e6ff21c.json +++ b/7588/data/test-cases/e79abdc7a4fb9f87.json @@ -1 +1 @@ -{"uid":"9e0dd2571e6ff21c","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":1728457351722,"stop":1728457351722,"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":6,"unknown":0,"total":6},"items":[{"uid":"15d02507b38a8d88","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/15d02507b38a8d88","status":"passed","time":{"start":1728456317101,"stop":1728456317102,"duration":1}},{"uid":"87905a27397f29da","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/87905a27397f29da","status":"passed","time":{"start":1728456012969,"stop":1728456012969,"duration":0}},{"uid":"247b536da4d1d5a7","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/247b536da4d1d5a7","status":"passed","time":{"start":1728455837235,"stop":1728455837235,"duration":0}},{"uid":"23d8a5340adaf8a4","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/23d8a5340adaf8a4","status":"passed","time":{"start":1728455197442,"stop":1728455197442,"duration":0}},{"uid":"b6f66cb509c3959","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/b6f66cb509c3959","status":"passed","time":{"start":1728452206398,"stop":1728452206398,"duration":0}}]},"tags":[]},"source":"9e0dd2571e6ff21c.json","parameterValues":[]} \ No newline at end of file +{"uid":"e79abdc7a4fb9f87","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":1729034536776,"stop":1729034536776,"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":15,"unknown":0,"total":15},"items":[{"uid":"77ea4e2f8669d0c5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/77ea4e2f8669d0c5","status":"passed","time":{"start":1729034307029,"stop":1729034307030,"duration":1}},{"uid":"75da4cd510475b40","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/75da4cd510475b40","status":"passed","time":{"start":1729034223304,"stop":1729034223305,"duration":1}},{"uid":"b94fa7351d01e5bd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b94fa7351d01e5bd","status":"passed","time":{"start":1729034034974,"stop":1729034034976,"duration":2}},{"uid":"2103df805e7cc3f9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2103df805e7cc3f9","status":"passed","time":{"start":1729032066280,"stop":1729032066280,"duration":0}},{"uid":"e14a7666b8f20e47","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e14a7666b8f20e47","status":"passed","time":{"start":1728901706616,"stop":1728901706617,"duration":1}},{"uid":"74fff30bc2b74fb9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/74fff30bc2b74fb9","status":"passed","time":{"start":1728893153420,"stop":1728893153420,"duration":0}},{"uid":"28ec5ce09fc978fd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/28ec5ce09fc978fd","status":"passed","time":{"start":1728856108124,"stop":1728856108125,"duration":1}},{"uid":"c0c895c21c0e7462","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0c895c21c0e7462","status":"passed","time":{"start":1728738316667,"stop":1728738316667,"duration":0}},{"uid":"8d2ee6966746b0d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8d2ee6966746b0d1","status":"passed","time":{"start":1728682865311,"stop":1728682865312,"duration":1}},{"uid":"c7052661c3f674b0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7052661c3f674b0","status":"passed","time":{"start":1728682446993,"stop":1728682446994,"duration":1}},{"uid":"571e73b7549feef9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/571e73b7549feef9","status":"passed","time":{"start":1728676924470,"stop":1728676924477,"duration":7}},{"uid":"10538e09084c483f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/10538e09084c483f","status":"passed","time":{"start":1728669626255,"stop":1728669626256,"duration":1}},{"uid":"32292c4d24292fd1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/32292c4d24292fd1","status":"passed","time":{"start":1728597973670,"stop":1728597973671,"duration":1}},{"uid":"646a5165411ba791","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/646a5165411ba791","status":"passed","time":{"start":1728597188032,"stop":1728597188033,"duration":1}}]},"tags":[]},"source":"e79abdc7a4fb9f87.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/e7cda2971532c3e1.json b/7588/data/test-cases/e7cda2971532c3e1.json new file mode 100644 index 00000000000..c9cea48d192 --- /dev/null +++ b/7588/data/test-cases/e7cda2971532c3e1.json @@ -0,0 +1 @@ +{"uid":"e7cda2971532c3e1","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":1729034656474,"stop":1729034656474,"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":15,"unknown":0,"total":15},"items":[{"uid":"1bb5d41e127199f4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1bb5d41e127199f4","status":"passed","time":{"start":1729034428560,"stop":1729034428560,"duration":0}},{"uid":"b4035c1392af8806","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b4035c1392af8806","status":"passed","time":{"start":1729034348220,"stop":1729034348220,"duration":0}},{"uid":"1c20c9a29fe6f766","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c20c9a29fe6f766","status":"passed","time":{"start":1729034169453,"stop":1729034169453,"duration":0}},{"uid":"12843663fa45ac62","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/12843663fa45ac62","status":"passed","time":{"start":1729032228822,"stop":1729032228822,"duration":0}},{"uid":"c2ba33cad4fbc38a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c2ba33cad4fbc38a","status":"passed","time":{"start":1728901950559,"stop":1728901950559,"duration":0}},{"uid":"4bffad3d8b279337","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4bffad3d8b279337","status":"passed","time":{"start":1728893389992,"stop":1728893389992,"duration":0}},{"uid":"462c58b5f0d4f0ad","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/462c58b5f0d4f0ad","status":"passed","time":{"start":1728856333684,"stop":1728856333684,"duration":0}},{"uid":"d1b3d7977270e0c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d1b3d7977270e0c9","status":"passed","time":{"start":1728738555102,"stop":1728738555102,"duration":0}},{"uid":"15dee4f514f71fa9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/15dee4f514f71fa9","status":"passed","time":{"start":1728683093177,"stop":1728683093177,"duration":0}},{"uid":"b071946d48e9352f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b071946d48e9352f","status":"passed","time":{"start":1728682652697,"stop":1728682652697,"duration":0}},{"uid":"b4bd539dfe6515e9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4bd539dfe6515e9","status":"passed","time":{"start":1728677156819,"stop":1728677156820,"duration":1}},{"uid":"18a45e38ebc45037","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/18a45e38ebc45037","status":"passed","time":{"start":1728669834446,"stop":1728669834446,"duration":0}},{"uid":"94526f941f14e016","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/94526f941f14e016","status":"passed","time":{"start":1728598212619,"stop":1728598212619,"duration":0}},{"uid":"6a9a98fa30d6d78e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6a9a98fa30d6d78e","status":"passed","time":{"start":1728597423331,"stop":1728597423332,"duration":1}}]},"tags":[]},"source":"e7cda2971532c3e1.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/e7f5963c9a77582.json b/7588/data/test-cases/e7f5963c9a77582.json new file mode 100644 index 00000000000..0269ac9eb6e --- /dev/null +++ b/7588/data/test-cases/e7f5963c9a77582.json @@ -0,0 +1 @@ +{"uid":"e7f5963c9a77582","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":1729034665579,"stop":1729034665580,"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":15,"unknown":0,"total":15},"items":[{"uid":"21fd61e4779b3e73","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/21fd61e4779b3e73","status":"passed","time":{"start":1729034434262,"stop":1729034434263,"duration":1}},{"uid":"6befe6a6331a4f57","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6befe6a6331a4f57","status":"passed","time":{"start":1729034350158,"stop":1729034350159,"duration":1}},{"uid":"5a27d6524e6bca3d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a27d6524e6bca3d","status":"passed","time":{"start":1729034169194,"stop":1729034169195,"duration":1}},{"uid":"82930922c9ca7f3d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/82930922c9ca7f3d","status":"passed","time":{"start":1729032228066,"stop":1729032228067,"duration":1}},{"uid":"da869ba6990ddad4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da869ba6990ddad4","status":"passed","time":{"start":1728901947146,"stop":1728901947147,"duration":1}},{"uid":"855879143a2bfbfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/855879143a2bfbfd","status":"passed","time":{"start":1728893380058,"stop":1728893380058,"duration":0}},{"uid":"2828218e88f6fc53","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2828218e88f6fc53","status":"passed","time":{"start":1728856336880,"stop":1728856336880,"duration":0}},{"uid":"a4972b4d1d03711","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a4972b4d1d03711","status":"passed","time":{"start":1728738551164,"stop":1728738551164,"duration":0}},{"uid":"62d627c2bcefb30a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/62d627c2bcefb30a","status":"passed","time":{"start":1728683095876,"stop":1728683095876,"duration":0}},{"uid":"731b7f91c97ef35e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/731b7f91c97ef35e","status":"passed","time":{"start":1728682657388,"stop":1728682657389,"duration":1}},{"uid":"2b28eec7c785a672","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b28eec7c785a672","status":"passed","time":{"start":1728677151465,"stop":1728677151466,"duration":1}},{"uid":"3a8bffb11bd3661f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3a8bffb11bd3661f","status":"passed","time":{"start":1728669832894,"stop":1728669832894,"duration":0}},{"uid":"1a3df601846910df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a3df601846910df","status":"passed","time":{"start":1728598215610,"stop":1728598215611,"duration":1}},{"uid":"b206267f700b3a5f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b206267f700b3a5f","status":"passed","time":{"start":1728597425044,"stop":1728597425044,"duration":0}}]},"tags":[]},"source":"e7f5963c9a77582.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/e900e131588c3ff0.json b/7588/data/test-cases/e900e131588c3ff0.json new file mode 100644 index 00000000000..92d04a51a7c --- /dev/null +++ b/7588/data/test-cases/e900e131588c3ff0.json @@ -0,0 +1 @@ +{"uid":"e900e131588c3ff0","name":"Should update multiaddrs","fullName":"/tests/peer-exchange/continuous_discovery.spec.ts: Peer Exchange Continuous Discovery > Should update multiaddrs","historyId":"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034566434,"stop":1729034566435,"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":15,"unknown":0,"total":15},"items":[{"uid":"e80f701cf6c9bfa1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e80f701cf6c9bfa1","status":"passed","time":{"start":1729034332755,"stop":1729034332756,"duration":1}},{"uid":"6a6f9db9bdced9f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a6f9db9bdced9f8","status":"passed","time":{"start":1729034249939,"stop":1729034249939,"duration":0}},{"uid":"fa64dad131ac184d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fa64dad131ac184d","status":"passed","time":{"start":1729034067822,"stop":1729034067823,"duration":1}},{"uid":"f70c0b5fb76811a7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f70c0b5fb76811a7","status":"passed","time":{"start":1729032123016,"stop":1729032123016,"duration":0}},{"uid":"9f4bd0b1f6e773d4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9f4bd0b1f6e773d4","status":"passed","time":{"start":1728901787320,"stop":1728901787321,"duration":1}},{"uid":"51f9f5c9a56e6127","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51f9f5c9a56e6127","status":"passed","time":{"start":1728893221705,"stop":1728893221705,"duration":0}},{"uid":"fb5b01790fd9426","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fb5b01790fd9426","status":"passed","time":{"start":1728856192847,"stop":1728856192847,"duration":0}},{"uid":"389a850c4b2d86b3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/389a850c4b2d86b3","status":"passed","time":{"start":1728738398374,"stop":1728738398374,"duration":0}},{"uid":"40ca60b468514498","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/40ca60b468514498","status":"passed","time":{"start":1728682944656,"stop":1728682944657,"duration":1}},{"uid":"e8266106d713cade","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e8266106d713cade","status":"passed","time":{"start":1728682508013,"stop":1728682508013,"duration":0}},{"uid":"9d8f902db2c13275","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9d8f902db2c13275","status":"passed","time":{"start":1728676995799,"stop":1728676995799,"duration":0}},{"uid":"a62b1ef0972cc4e1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a62b1ef0972cc4e1","status":"passed","time":{"start":1728669665999,"stop":1728669666000,"duration":1}},{"uid":"6781dacdbff65a93","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6781dacdbff65a93","status":"passed","time":{"start":1728598056697,"stop":1728598056698,"duration":1}},{"uid":"f5f907f2da5b7bcd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f5f907f2da5b7bcd","status":"passed","time":{"start":1728597265385,"stop":1728597265386,"duration":1}}]},"tags":[]},"source":"e900e131588c3ff0.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/e979cc89671c51c.json b/7588/data/test-cases/e979cc89671c51c.json new file mode 100644 index 00000000000..d3be8966b58 --- /dev/null +++ b/7588/data/test-cases/e979cc89671c51c.json @@ -0,0 +1 @@ +{"uid":"e979cc89671c51c","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":1729034473214,"stop":1729034473215,"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.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":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"b9d9f51da2a974f1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b9d9f51da2a974f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241159,"stop":1729034241159,"duration":0}},{"uid":"bccede444de97ac8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bccede444de97ac8","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159973,"stop":1729034159974,"duration":1}},{"uid":"7729b51269dd51c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7729b51269dd51c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977064,"stop":1729033977064,"duration":0}},{"uid":"22f731522700fd6a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22f731522700fd6a","status":"passed","time":{"start":1729032093783,"stop":1729032093783,"duration":0}},{"uid":"b1cf278ee393ee71","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b1cf278ee393ee71","status":"passed","time":{"start":1728901748772,"stop":1728901748773,"duration":1}},{"uid":"a41d36258715289c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a41d36258715289c","status":"passed","time":{"start":1728893181085,"stop":1728893181085,"duration":0}},{"uid":"8112a79eb020567b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8112a79eb020567b","status":"passed","time":{"start":1728856155551,"stop":1728856155551,"duration":0}},{"uid":"aa704470ebc273e7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa704470ebc273e7","status":"passed","time":{"start":1728738360285,"stop":1728738360295,"duration":10}},{"uid":"2647a56ff6e5fd81","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2647a56ff6e5fd81","status":"passed","time":{"start":1728682907221,"stop":1728682907222,"duration":1}},{"uid":"d3d86a0334c278ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d3d86a0334c278ae","status":"passed","time":{"start":1728682466732,"stop":1728682466733,"duration":1}},{"uid":"19f6276f5484d3be","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/19f6276f5484d3be","status":"passed","time":{"start":1728676955721,"stop":1728676955722,"duration":1}},{"uid":"39e28d3fa22b72aa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39e28d3fa22b72aa","status":"passed","time":{"start":1728598013534,"stop":1728598013534,"duration":0}},{"uid":"30232026ec8ccca7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/30232026ec8ccca7","status":"passed","time":{"start":1728597225199,"stop":1728597225199,"duration":0}}]},"tags":[]},"source":"e979cc89671c51c.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/b47a46b18f892037.json b/7588/data/test-cases/e9f6837555407217.json similarity index 60% rename from 7556/data/test-cases/b47a46b18f892037.json rename to 7588/data/test-cases/e9f6837555407217.json index 1eab687c68c..d403160ccb5 100644 --- a/7556/data/test-cases/b47a46b18f892037.json +++ b/7588/data/test-cases/e9f6837555407217.json @@ -1 +1 @@ -{"uid":"b47a46b18f892037","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":1728457215712,"stop":1728457215712,"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":6,"unknown":0,"total":6},"items":[{"uid":"ac310b9f7754de98","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/ac310b9f7754de98","status":"passed","time":{"start":1728456193480,"stop":1728456193481,"duration":1}},{"uid":"df893c549bf67cc4","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/df893c549bf67cc4","status":"passed","time":{"start":1728455873821,"stop":1728455873821,"duration":0}},{"uid":"6e4fe03567fb2b19","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/6e4fe03567fb2b19","status":"passed","time":{"start":1728455625300,"stop":1728455625300,"duration":0}},{"uid":"ec08f7aa671af656","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/ec08f7aa671af656","status":"passed","time":{"start":1728454985183,"stop":1728454985183,"duration":0}},{"uid":"30c05cde420ee0ce","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/30c05cde420ee0ce","status":"passed","time":{"start":1728451999136,"stop":1728451999136,"duration":0}}]},"tags":[]},"source":"b47a46b18f892037.json","parameterValues":[]} \ No newline at end of file +{"uid":"e9f6837555407217","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":1729034408863,"stop":1729034408863,"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":15,"unknown":0,"total":15},"items":[{"uid":"a28c25d7331e1798","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a28c25d7331e1798","status":"passed","time":{"start":1729034166253,"stop":1729034166259,"duration":6}},{"uid":"192207a8a567ed67","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/192207a8a567ed67","status":"passed","time":{"start":1729034096716,"stop":1729034096717,"duration":1}},{"uid":"657164ca4bf63a3a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/657164ca4bf63a3a","status":"passed","time":{"start":1729033904744,"stop":1729033904744,"duration":0}},{"uid":"94ee5852bc26bc19","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/94ee5852bc26bc19","status":"passed","time":{"start":1729031952292,"stop":1729031952292,"duration":0}},{"uid":"10815efb2b4ba414","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/10815efb2b4ba414","status":"passed","time":{"start":1728901498546,"stop":1728901498546,"duration":0}},{"uid":"84776caea37f6900","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84776caea37f6900","status":"passed","time":{"start":1728892934939,"stop":1728892934939,"duration":0}},{"uid":"30b36c63b995278f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30b36c63b995278f","status":"passed","time":{"start":1728855901077,"stop":1728855901078,"duration":1}},{"uid":"dbd2809e2ba90f8f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dbd2809e2ba90f8f","status":"passed","time":{"start":1728738109819,"stop":1728738109819,"duration":0}},{"uid":"ed4291b38ecb0e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed4291b38ecb0e6","status":"passed","time":{"start":1728682641761,"stop":1728682641761,"duration":0}},{"uid":"82b3fa508af78f51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/82b3fa508af78f51","status":"passed","time":{"start":1728682224052,"stop":1728682224053,"duration":1}},{"uid":"53f37de76a93f678","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/53f37de76a93f678","status":"passed","time":{"start":1728676692587,"stop":1728676692587,"duration":0}},{"uid":"574216b9447f547b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/574216b9447f547b","status":"passed","time":{"start":1728669414315,"stop":1728669414318,"duration":3}},{"uid":"5d48b713d27b680c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5d48b713d27b680c","status":"passed","time":{"start":1728597758155,"stop":1728597758156,"duration":1}},{"uid":"ff936881ab29858","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ff936881ab29858","status":"passed","time":{"start":1728596973959,"stop":1728596973959,"duration":0}}]},"tags":[]},"source":"e9f6837555407217.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/25ad1ebab306f8a4.json b/7588/data/test-cases/ea38c2b83b31ba66.json similarity index 96% rename from 7556/data/test-cases/25ad1ebab306f8a4.json rename to 7588/data/test-cases/ea38c2b83b31ba66.json index c67b9f2ce9a..2dbb1cad7b8 100644 --- a/7556/data/test-cases/25ad1ebab306f8a4.json +++ b/7588/data/test-cases/ea38c2b83b31ba66.json @@ -1 +1 @@ -{"uid":"25ad1ebab306f8a4","name":"Check received message with timestamp: 1728457204468 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1728457204468 ","historyId":"eab54f0daba92ac0666e12cf3b912e6a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457322426,"stop":1728457322426,"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":"25ad1ebab306f8a4.json","parameterValues":[]} \ No newline at end of file +{"uid":"ea38c2b83b31ba66","name":"Check received message with timestamp: 1729034391505 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1729034391505 ","historyId":"a079ececaf3ce72d908d27e85e395bf5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034506794,"stop":1729034506797,"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":[],"tags":[]},"source":"ea38c2b83b31ba66.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/c89608c556221e4.json b/7588/data/test-cases/eae4aa728e4a866.json similarity index 55% rename from 7556/data/test-cases/c89608c556221e4.json rename to 7588/data/test-cases/eae4aa728e4a866.json index 563d6cb6982..45fcb9c8746 100644 --- a/7556/data/test-cases/c89608c556221e4.json +++ b/7588/data/test-cases/eae4aa728e4a866.json @@ -1 +1 @@ -{"uid":"c89608c556221e4","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":1728457537136,"stop":1728457537137,"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":6,"unknown":0,"total":6},"items":[{"uid":"b531af131244b06b","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/b531af131244b06b","status":"passed","time":{"start":1728456499108,"stop":1728456499108,"duration":0}},{"uid":"74969112ca244118","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/74969112ca244118","status":"passed","time":{"start":1728456215096,"stop":1728456215097,"duration":1}},{"uid":"cc51242edcde85aa","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/cc51242edcde85aa","status":"passed","time":{"start":1728456167140,"stop":1728456167140,"duration":0}},{"uid":"2d46566bd82ddfd7","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/2d46566bd82ddfd7","status":"passed","time":{"start":1728455518202,"stop":1728455518203,"duration":1}},{"uid":"7b766e7eeff1e4d3","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/7b766e7eeff1e4d3","status":"passed","time":{"start":1728452534890,"stop":1728452534890,"duration":0}}]},"tags":[]},"source":"c89608c556221e4.json","parameterValues":[]} \ No newline at end of file +{"uid":"eae4aa728e4a866","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":1729034704503,"stop":1729034704503,"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":15,"unknown":0,"total":15},"items":[{"uid":"647eba326c4501b5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/647eba326c4501b5","status":"passed","time":{"start":1729034474997,"stop":1729034474997,"duration":0}},{"uid":"70a9c47a48db24e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/70a9c47a48db24e9","status":"passed","time":{"start":1729034395297,"stop":1729034395297,"duration":0}},{"uid":"2bb240d3c946a1f7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2bb240d3c946a1f7","status":"passed","time":{"start":1729034209110,"stop":1729034209111,"duration":1}},{"uid":"dcf9b01f0600ab64","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dcf9b01f0600ab64","status":"passed","time":{"start":1729032264579,"stop":1729032264579,"duration":0}},{"uid":"c368b9ad1d62d725","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c368b9ad1d62d725","status":"passed","time":{"start":1728902012870,"stop":1728902012870,"duration":0}},{"uid":"f404347b035b04f1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f404347b035b04f1","status":"passed","time":{"start":1728893454820,"stop":1728893454821,"duration":1}},{"uid":"88b5819e0d1e735","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/88b5819e0d1e735","status":"passed","time":{"start":1728856408463,"stop":1728856408463,"duration":0}},{"uid":"8b641bbb39c0bd3f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8b641bbb39c0bd3f","status":"passed","time":{"start":1728738633864,"stop":1728738633864,"duration":0}},{"uid":"dcfcc8f3ed0637","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dcfcc8f3ed0637","status":"passed","time":{"start":1728683159802,"stop":1728683159803,"duration":1}},{"uid":"aa0e0762dbf65c15","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa0e0762dbf65c15","status":"passed","time":{"start":1728682751339,"stop":1728682751339,"duration":0}},{"uid":"1078e63d462bfbc9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1078e63d462bfbc9","status":"passed","time":{"start":1728677216373,"stop":1728677216373,"duration":0}},{"uid":"1c07cce1b1438d36","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1c07cce1b1438d36","status":"passed","time":{"start":1728669925460,"stop":1728669925461,"duration":1}},{"uid":"42007306caf8689","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/42007306caf8689","status":"passed","time":{"start":1728598268816,"stop":1728598268816,"duration":0}},{"uid":"e334141119a63b1f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e334141119a63b1f","status":"passed","time":{"start":1728597503944,"stop":1728597503944,"duration":0}}]},"tags":[]},"source":"eae4aa728e4a866.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e55c452716f2ca39.json b/7588/data/test-cases/eaf84a5c88c17d58.json similarity index 58% rename from 7556/data/test-cases/e55c452716f2ca39.json rename to 7588/data/test-cases/eaf84a5c88c17d58.json index 1f662886ef2..af18d33aea8 100644 --- a/7556/data/test-cases/e55c452716f2ca39.json +++ b/7588/data/test-cases/eaf84a5c88c17d58.json @@ -1 +1 @@ -{"uid":"e55c452716f2ca39","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":1728457351727,"stop":1728457351728,"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":6,"unknown":0,"total":6},"items":[{"uid":"f0131d5440cfeb67","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/f0131d5440cfeb67","status":"passed","time":{"start":1728456317108,"stop":1728456317108,"duration":0}},{"uid":"5b7af6ba281fd5cc","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/5b7af6ba281fd5cc","status":"passed","time":{"start":1728456012972,"stop":1728456012972,"duration":0}},{"uid":"11385c05d86f17f3","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/11385c05d86f17f3","status":"passed","time":{"start":1728455837237,"stop":1728455837238,"duration":1}},{"uid":"27fd9cc1b98d643","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/27fd9cc1b98d643","status":"passed","time":{"start":1728455197445,"stop":1728455197445,"duration":0}},{"uid":"7f69494d34db1ce6","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/7f69494d34db1ce6","status":"passed","time":{"start":1728452206400,"stop":1728452206401,"duration":1}}]},"tags":[]},"source":"e55c452716f2ca39.json","parameterValues":[]} \ No newline at end of file +{"uid":"eaf84a5c88c17d58","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":1729034536785,"stop":1729034536786,"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":15,"unknown":0,"total":15},"items":[{"uid":"6d7e234f47b8c913","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d7e234f47b8c913","status":"passed","time":{"start":1729034307032,"stop":1729034307032,"duration":0}},{"uid":"c119f0a36d6d1aca","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c119f0a36d6d1aca","status":"passed","time":{"start":1729034223307,"stop":1729034223307,"duration":0}},{"uid":"77ca1f2bcc5180a1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/77ca1f2bcc5180a1","status":"passed","time":{"start":1729034034981,"stop":1729034034982,"duration":1}},{"uid":"8c106da48e387f1b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c106da48e387f1b","status":"passed","time":{"start":1729032066292,"stop":1729032066294,"duration":2}},{"uid":"66cd86926167f1f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66cd86926167f1f5","status":"passed","time":{"start":1728901706620,"stop":1728901706620,"duration":0}},{"uid":"50433a9bbfdbd91b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50433a9bbfdbd91b","status":"passed","time":{"start":1728893153422,"stop":1728893153422,"duration":0}},{"uid":"71773caff6efcb94","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/71773caff6efcb94","status":"passed","time":{"start":1728856108127,"stop":1728856108127,"duration":0}},{"uid":"f332fbc75b7a0fe0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f332fbc75b7a0fe0","status":"passed","time":{"start":1728738316669,"stop":1728738316669,"duration":0}},{"uid":"cfc2e3995ba51919","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cfc2e3995ba51919","status":"passed","time":{"start":1728682865317,"stop":1728682865318,"duration":1}},{"uid":"c7f57dc252ef4bd6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7f57dc252ef4bd6","status":"passed","time":{"start":1728682446996,"stop":1728682446996,"duration":0}},{"uid":"871cc983755c462a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/871cc983755c462a","status":"passed","time":{"start":1728676924479,"stop":1728676924480,"duration":1}},{"uid":"42fe7b9cf738fe73","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/42fe7b9cf738fe73","status":"passed","time":{"start":1728669626261,"stop":1728669626262,"duration":1}},{"uid":"8d6fb6b9317c3182","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8d6fb6b9317c3182","status":"passed","time":{"start":1728597973673,"stop":1728597973673,"duration":0}},{"uid":"b53c408130fa3119","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b53c408130fa3119","status":"passed","time":{"start":1728597188036,"stop":1728597188037,"duration":1}}]},"tags":[]},"source":"eaf84a5c88c17d58.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/eb48a3969f949ac4.json b/7588/data/test-cases/eb48a3969f949ac4.json new file mode 100644 index 00000000000..7f28e7072d9 --- /dev/null +++ b/7588/data/test-cases/eb48a3969f949ac4.json @@ -0,0 +1 @@ +{"uid":"eb48a3969f949ac4","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":1729034341410,"stop":1729034341411,"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":15,"unknown":0,"total":15},"items":[{"uid":"9f1206911be62d78","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9f1206911be62d78","status":"passed","time":{"start":1729034104920,"stop":1729034104920,"duration":0}},{"uid":"4c931d177e0dd5a4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c931d177e0dd5a4","status":"passed","time":{"start":1729034028518,"stop":1729034028518,"duration":0}},{"uid":"83acd30f98f1e9b6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/83acd30f98f1e9b6","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"duration":0}},{"uid":"d45bdd6d2f1b2fad","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d45bdd6d2f1b2fad","status":"passed","time":{"start":1729031892684,"stop":1729031892684,"duration":0}},{"uid":"e52d0304adf51e1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e52d0304adf51e1","status":"passed","time":{"start":1728901438815,"stop":1728901438815,"duration":0}},{"uid":"8d4d59ebd38ec61d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d4d59ebd38ec61d","status":"passed","time":{"start":1728892869008,"stop":1728892869009,"duration":1}},{"uid":"ffc666cd3a259b4a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ffc666cd3a259b4a","status":"passed","time":{"start":1728855831899,"stop":1728855831900,"duration":1}},{"uid":"239820ab26b4a01","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/239820ab26b4a01","status":"passed","time":{"start":1728738049048,"stop":1728738049048,"duration":0}},{"uid":"baaaa115a9d39695","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/baaaa115a9d39695","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"9f0058e52a37f574","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9f0058e52a37f574","status":"passed","time":{"start":1728682155414,"stop":1728682155415,"duration":1}},{"uid":"83c5d9c5c05e006b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/83c5d9c5c05e006b","status":"passed","time":{"start":1728676629981,"stop":1728676629981,"duration":0}},{"uid":"9e8decc6fdcd8d5b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e8decc6fdcd8d5b","status":"passed","time":{"start":1728669353108,"stop":1728669353108,"duration":0}},{"uid":"6b2bb698c6d6361b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b2bb698c6d6361b","status":"passed","time":{"start":1728597693855,"stop":1728597693855,"duration":0}},{"uid":"57256f6ffe592512","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/57256f6ffe592512","status":"passed","time":{"start":1728596913098,"stop":1728596913099,"duration":1}}]},"tags":[]},"source":"eb48a3969f949ac4.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/eb600e826e05342.json b/7588/data/test-cases/eb600e826e05342.json new file mode 100644 index 00000000000..e71cbc49ead --- /dev/null +++ b/7588/data/test-cases/eb600e826e05342.json @@ -0,0 +1 @@ +{"uid":"eb600e826e05342","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":1729034630106,"stop":1729034630106,"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":15,"unknown":0,"total":15},"items":[{"uid":"ce2a60beca3a661d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ce2a60beca3a661d","status":"passed","time":{"start":1729034390824,"stop":1729034390824,"duration":0}},{"uid":"d0550f889dc32d27","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d0550f889dc32d27","status":"passed","time":{"start":1729034323928,"stop":1729034323929,"duration":1}},{"uid":"1ad21a24c3632845","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ad21a24c3632845","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0}},{"uid":"bced94cfcfe3dccd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bced94cfcfe3dccd","status":"passed","time":{"start":1729032192393,"stop":1729032192394,"duration":1}},{"uid":"38e09c3595337ccf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38e09c3595337ccf","status":"passed","time":{"start":1728901896709,"stop":1728901896710,"duration":1}},{"uid":"6742f0f3d8991e08","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6742f0f3d8991e08","status":"passed","time":{"start":1728893334448,"stop":1728893334448,"duration":0}},{"uid":"558a8309b4d3c3e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/558a8309b4d3c3e","status":"passed","time":{"start":1728856285995,"stop":1728856285997,"duration":2}},{"uid":"77aa739f7ccb371a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/77aa739f7ccb371a","status":"passed","time":{"start":1728738508179,"stop":1728738508180,"duration":1}},{"uid":"cd2ccfea8c14208c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cd2ccfea8c14208c","status":"passed","time":{"start":1728683055336,"stop":1728683055336,"duration":0}},{"uid":"aa879a78f8fbac35","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa879a78f8fbac35","status":"passed","time":{"start":1728682604664,"stop":1728682604665,"duration":1}},{"uid":"7cafe5456c182178","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7cafe5456c182178","status":"passed","time":{"start":1728677105013,"stop":1728677105013,"duration":0}},{"uid":"98077c02ab9b2430","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98077c02ab9b2430","status":"passed","time":{"start":1728669780768,"stop":1728669780768,"duration":0}},{"uid":"143ba9ccbc3c2e73","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/143ba9ccbc3c2e73","status":"passed","time":{"start":1728598159632,"stop":1728598159632,"duration":0}},{"uid":"dadb45e5ac604fe8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dadb45e5ac604fe8","status":"passed","time":{"start":1728597371102,"stop":1728597371103,"duration":1}}]},"tags":[]},"source":"eb600e826e05342.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/eba6858557c76f7e.json b/7588/data/test-cases/eba6858557c76f7e.json new file mode 100644 index 00000000000..b404cf0b244 --- /dev/null +++ b/7588/data/test-cases/eba6858557c76f7e.json @@ -0,0 +1 @@ +{"uid":"eba6858557c76f7e","name":"should remove the specified number of excess peers","fullName":"/src/protocols/peer_manager.spec.ts: PeerManager > removeExcessPeers > should remove the specified number of excess peers","historyId":"d4c6a4e82e7d0589461c89782156333a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373028,"stop":1729034373029,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.protocols"},{"name":"parentSuite","value":"PeerManager"},{"name":"suite","value":"removeExcessPeers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"dcb914fc8b5be549","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dcb914fc8b5be549","status":"passed","time":{"start":1729034137316,"stop":1729034137316,"duration":0}},{"uid":"a6428443f838ebc4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a6428443f838ebc4","status":"passed","time":{"start":1729034060020,"stop":1729034060021,"duration":1}},{"uid":"ee2c69ec5c974591","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee2c69ec5c974591","status":"passed","time":{"start":1729033874963,"stop":1729033874964,"duration":1}},{"uid":"c31f75f20044b6e9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c31f75f20044b6e9","status":"passed","time":{"start":1729031924902,"stop":1729031924902,"duration":0}},{"uid":"f8412c3465cae5a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f8412c3465cae5a9","status":"passed","time":{"start":1728901469129,"stop":1728901469129,"duration":0}},{"uid":"a6ebff25d44003e5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6ebff25d44003e5","status":"passed","time":{"start":1728892899794,"stop":1728892899794,"duration":0}},{"uid":"b73e795eee575ce8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b73e795eee575ce8","status":"passed","time":{"start":1728855863059,"stop":1728855863059,"duration":0}},{"uid":"ce87ee8faef145b6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ce87ee8faef145b6","status":"passed","time":{"start":1728738080900,"stop":1728738080901,"duration":1}},{"uid":"9f6d7ae22c96063d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9f6d7ae22c96063d","status":"passed","time":{"start":1728682614310,"stop":1728682614311,"duration":1}},{"uid":"a42d0755b65c9157","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a42d0755b65c9157","status":"passed","time":{"start":1728682187095,"stop":1728682187095,"duration":0}},{"uid":"41212e57b79b8fc7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/41212e57b79b8fc7","status":"passed","time":{"start":1728676661488,"stop":1728676661488,"duration":0}},{"uid":"56c1b9922cd2778e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/56c1b9922cd2778e","status":"passed","time":{"start":1728669384663,"stop":1728669384663,"duration":0}},{"uid":"d57836229ad6ae2a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d57836229ad6ae2a","status":"passed","time":{"start":1728597724235,"stop":1728597724235,"duration":0}},{"uid":"c4bc6414726e1d4c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c4bc6414726e1d4c","status":"passed","time":{"start":1728596943283,"stop":1728596943283,"duration":0}}]},"tags":[]},"source":"eba6858557c76f7e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ebfd90ede8da14c7.json b/7588/data/test-cases/ebfd90ede8da14c7.json new file mode 100644 index 00000000000..8c2436f8d00 --- /dev/null +++ b/7588/data/test-cases/ebfd90ede8da14c7.json @@ -0,0 +1 @@ +{"uid":"ebfd90ede8da14c7","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":1729034347698,"stop":1729034347701,"duration":3},"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":15,"unknown":0,"total":15},"items":[{"uid":"fd38e10ec131db1d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fd38e10ec131db1d","status":"passed","time":{"start":1729034111881,"stop":1729034111882,"duration":1}},{"uid":"188358da8379115f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/188358da8379115f","status":"passed","time":{"start":1729034035122,"stop":1729034035122,"duration":0}},{"uid":"a6ac620099e54f87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6ac620099e54f87","status":"passed","time":{"start":1729033849966,"stop":1729033849967,"duration":1}},{"uid":"ba846078969b6f26","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ba846078969b6f26","status":"passed","time":{"start":1729031899464,"stop":1729031899466,"duration":2}},{"uid":"2f580187ebfafa2c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f580187ebfafa2c","status":"passed","time":{"start":1728901445404,"stop":1728901445405,"duration":1}},{"uid":"285581230c19b4bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/285581230c19b4bf","status":"passed","time":{"start":1728892875886,"stop":1728892875886,"duration":0}},{"uid":"ac9a4208675a9f3e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac9a4208675a9f3e","status":"passed","time":{"start":1728855838678,"stop":1728855838678,"duration":0}},{"uid":"dd093c9ef45d0dd7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dd093c9ef45d0dd7","status":"passed","time":{"start":1728738055728,"stop":1728738055729,"duration":1}},{"uid":"f16a101e58b42ee5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f16a101e58b42ee5","status":"passed","time":{"start":1728682589233,"stop":1728682589234,"duration":1}},{"uid":"f2e36c335ed8e7f5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f2e36c335ed8e7f5","status":"passed","time":{"start":1728682161930,"stop":1728682161931,"duration":1}},{"uid":"e9ef7778c2738079","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e9ef7778c2738079","status":"passed","time":{"start":1728676637108,"stop":1728676637109,"duration":1}},{"uid":"9e57a239b4ab2c4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e57a239b4ab2c4d","status":"passed","time":{"start":1728669359720,"stop":1728669359721,"duration":1}},{"uid":"94de5461164e8200","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/94de5461164e8200","status":"passed","time":{"start":1728597700328,"stop":1728597700329,"duration":1}},{"uid":"23071c8ad71fc09f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/23071c8ad71fc09f","status":"passed","time":{"start":1728596919812,"stop":1728596919814,"duration":2}}]},"tags":[]},"source":"ebfd90ede8da14c7.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ec08faf26fc2e35b.json b/7588/data/test-cases/ec08faf26fc2e35b.json new file mode 100644 index 00000000000..fca5ecaa7e3 --- /dev/null +++ b/7588/data/test-cases/ec08faf26fc2e35b.json @@ -0,0 +1 @@ +{"uid":"ec08faf26fc2e35b","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":1729034341404,"stop":1729034341404,"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":15,"unknown":0,"total":15},"items":[{"uid":"ad1b3467c0be526e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ad1b3467c0be526e","status":"passed","time":{"start":1729034104913,"stop":1729034104913,"duration":0}},{"uid":"757646f526258283","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/757646f526258283","status":"passed","time":{"start":1729034028514,"stop":1729034028514,"duration":0}},{"uid":"d521239005ea1479","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d521239005ea1479","status":"passed","time":{"start":1729033843119,"stop":1729033843119,"duration":0}},{"uid":"6a20ade101f332b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6a20ade101f332b","status":"passed","time":{"start":1729031892681,"stop":1729031892681,"duration":0}},{"uid":"a3255db54b472795","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3255db54b472795","status":"passed","time":{"start":1728901438812,"stop":1728901438812,"duration":0}},{"uid":"dea8c00ddf854e83","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dea8c00ddf854e83","status":"passed","time":{"start":1728892869005,"stop":1728892869005,"duration":0}},{"uid":"e70acb640a9f0e18","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e70acb640a9f0e18","status":"passed","time":{"start":1728855831896,"stop":1728855831896,"duration":0}},{"uid":"67f9825de0323f65","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67f9825de0323f65","status":"passed","time":{"start":1728738049040,"stop":1728738049044,"duration":4}},{"uid":"3f695113c52596a3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f695113c52596a3","status":"passed","time":{"start":1728682582624,"stop":1728682582624,"duration":0}},{"uid":"eee275b432cef96a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eee275b432cef96a","status":"passed","time":{"start":1728682155412,"stop":1728682155412,"duration":0}},{"uid":"67dc864ca496a3f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/67dc864ca496a3f2","status":"passed","time":{"start":1728676629974,"stop":1728676629978,"duration":4}},{"uid":"25b94391846b5ed4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25b94391846b5ed4","status":"passed","time":{"start":1728669353105,"stop":1728669353105,"duration":0}},{"uid":"4914d78244c0e41b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4914d78244c0e41b","status":"passed","time":{"start":1728597693851,"stop":1728597693851,"duration":0}},{"uid":"48a4369a56996cda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/48a4369a56996cda","status":"passed","time":{"start":1728596913095,"stop":1728596913095,"duration":0}}]},"tags":[]},"source":"ec08faf26fc2e35b.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ec3fddf369023e4e.json b/7588/data/test-cases/ec3fddf369023e4e.json new file mode 100644 index 00000000000..bf39819f300 --- /dev/null +++ b/7588/data/test-cases/ec3fddf369023e4e.json @@ -0,0 +1 @@ +{"uid":"ec3fddf369023e4e","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":1729034332644,"stop":1729034332645,"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":"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":15,"unknown":0,"total":15},"items":[{"uid":"1899f21001ca0c63","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1899f21001ca0c63","status":"passed","time":{"start":1729034096142,"stop":1729034096142,"duration":0}},{"uid":"5325041f62cc71b6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5325041f62cc71b6","status":"passed","time":{"start":1729034020098,"stop":1729034020098,"duration":0}},{"uid":"a06cb4d39e4924ab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a06cb4d39e4924ab","status":"passed","time":{"start":1729033834395,"stop":1729033834396,"duration":1}},{"uid":"dbf8250a70b9f386","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dbf8250a70b9f386","status":"passed","time":{"start":1729031884128,"stop":1729031884129,"duration":1}},{"uid":"fb8c4caf67c0f657","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fb8c4caf67c0f657","status":"passed","time":{"start":1728901430261,"stop":1728901430262,"duration":1}},{"uid":"2735b53956aa8b98","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2735b53956aa8b98","status":"passed","time":{"start":1728892860540,"stop":1728892860540,"duration":0}},{"uid":"6a913f2c0649f9f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6a913f2c0649f9f","status":"passed","time":{"start":1728855823329,"stop":1728855823330,"duration":1}},{"uid":"4ae3459dc9aebe0d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4ae3459dc9aebe0d","status":"passed","time":{"start":1728738040611,"stop":1728738040611,"duration":0}},{"uid":"39ca1731cc60926a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39ca1731cc60926a","status":"passed","time":{"start":1728682574102,"stop":1728682574102,"duration":0}},{"uid":"af63c42a77f76f3b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af63c42a77f76f3b","status":"passed","time":{"start":1728682146826,"stop":1728682146826,"duration":0}},{"uid":"ef507053378ff58c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef507053378ff58c","status":"passed","time":{"start":1728676621440,"stop":1728676621440,"duration":0}},{"uid":"5575ccb10d15b63d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5575ccb10d15b63d","status":"passed","time":{"start":1728669344475,"stop":1728669344475,"duration":0}},{"uid":"1e69d04bb97e1c87","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e69d04bb97e1c87","status":"passed","time":{"start":1728597685170,"stop":1728597685171,"duration":1}},{"uid":"e7ade4294e659f80","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7ade4294e659f80","status":"passed","time":{"start":1728596904479,"stop":1728596904479,"duration":0}}]},"tags":[]},"source":"ec3fddf369023e4e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ecf630c5d9747c14.json b/7588/data/test-cases/ecf630c5d9747c14.json new file mode 100644 index 00000000000..2cf016cfeeb --- /dev/null +++ b/7588/data/test-cases/ecf630c5d9747c14.json @@ -0,0 +1 @@ +{"uid":"ecf630c5d9747c14","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":1729034332623,"stop":1729034332623,"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":15,"unknown":0,"total":15},"items":[{"uid":"c05572d65feb3e0e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c05572d65feb3e0e","status":"passed","time":{"start":1729034096124,"stop":1729034096124,"duration":0}},{"uid":"327c74efd53bd1ce","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/327c74efd53bd1ce","status":"passed","time":{"start":1729034020084,"stop":1729034020084,"duration":0}},{"uid":"999739aaa6391318","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/999739aaa6391318","status":"passed","time":{"start":1729033834375,"stop":1729033834376,"duration":1}},{"uid":"f600b3e32720be3a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f600b3e32720be3a","status":"passed","time":{"start":1729031884106,"stop":1729031884106,"duration":0}},{"uid":"158a681de55967da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/158a681de55967da","status":"passed","time":{"start":1728901430248,"stop":1728901430248,"duration":0}},{"uid":"4dc5aec4d909b758","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4dc5aec4d909b758","status":"passed","time":{"start":1728892860524,"stop":1728892860524,"duration":0}},{"uid":"3e5ea0f9109dd3ea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3e5ea0f9109dd3ea","status":"passed","time":{"start":1728855823314,"stop":1728855823314,"duration":0}},{"uid":"47f541c27b052a5f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/47f541c27b052a5f","status":"passed","time":{"start":1728738040583,"stop":1728738040583,"duration":0}},{"uid":"7650c5aa73521d8c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7650c5aa73521d8c","status":"passed","time":{"start":1728682574081,"stop":1728682574081,"duration":0}},{"uid":"b75007e6cae626fe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b75007e6cae626fe","status":"passed","time":{"start":1728682146808,"stop":1728682146808,"duration":0}},{"uid":"beb0142aa0a4c417","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/beb0142aa0a4c417","status":"passed","time":{"start":1728676621422,"stop":1728676621423,"duration":1}},{"uid":"a180d5d73e257be4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a180d5d73e257be4","status":"passed","time":{"start":1728669344459,"stop":1728669344460,"duration":1}},{"uid":"bdf7100b18ad9dee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bdf7100b18ad9dee","status":"passed","time":{"start":1728597685152,"stop":1728597685153,"duration":1}},{"uid":"ebc6eae9a5192e25","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ebc6eae9a5192e25","status":"passed","time":{"start":1728596904459,"stop":1728596904459,"duration":0}}]},"tags":[]},"source":"ecf630c5d9747c14.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3df7aa399986e9d5.json b/7588/data/test-cases/ed79a3fadf626b08.json similarity index 83% rename from 7556/data/test-cases/3df7aa399986e9d5.json rename to 7588/data/test-cases/ed79a3fadf626b08.json index dcf5aa827ce..020687bf522 100644 --- a/7556/data/test-cases/3df7aa399986e9d5.json +++ b/7588/data/test-cases/ed79a3fadf626b08.json @@ -1 +1 @@ -{"uid":"3df7aa399986e9d5","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":1728457448609,"stop":1728457448609,"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":6,"unknown":0,"total":6},"items":[{"uid":"e2d3f6dcd9d12fae","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e2d3f6dcd9d12fae","status":"passed","time":{"start":1728456402363,"stop":1728456402364,"duration":1}},{"uid":"db9b71266ea27f9d","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/db9b71266ea27f9d","status":"passed","time":{"start":1728456120419,"stop":1728456120420,"duration":1}},{"uid":"ca42af4fb9efafc5","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/ca42af4fb9efafc5","status":"passed","time":{"start":1728456038363,"stop":1728456038363,"duration":0}},{"uid":"624d5d8092ff0313","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/624d5d8092ff0313","status":"passed","time":{"start":1728455403814,"stop":1728455403814,"duration":0}},{"uid":"bcd97ded4438d78d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/bcd97ded4438d78d","status":"passed","time":{"start":1728452400275,"stop":1728452400276,"duration":1}}]},"tags":[]},"source":"3df7aa399986e9d5.json","parameterValues":[]} \ No newline at end of file +{"uid":"ed79a3fadf626b08","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":1729034611656,"stop":1729034611656,"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":15,"unknown":0,"total":15},"items":[{"uid":"a21ab84aeb1919e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a21ab84aeb1919e","status":"passed","time":{"start":1729034393631,"stop":1729034393631,"duration":0}},{"uid":"360a85863cb0fb94","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/360a85863cb0fb94","status":"passed","time":{"start":1729034304825,"stop":1729034304828,"duration":3}},{"uid":"daa9c02354d85bd9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/daa9c02354d85bd9","status":"passed","time":{"start":1729034121895,"stop":1729034121895,"duration":0}},{"uid":"ca6a8289a9a0d80b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ca6a8289a9a0d80b","status":"passed","time":{"start":1729032174800,"stop":1729032174800,"duration":0}},{"uid":"f4a778b414806ba4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f4a778b414806ba4","status":"passed","time":{"start":1728901881006,"stop":1728901881007,"duration":1}},{"uid":"ff33c1c4e6a7ea0a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff33c1c4e6a7ea0a","status":"passed","time":{"start":1728893317152,"stop":1728893317152,"duration":0}},{"uid":"b2a5ea87a95e5e2f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2a5ea87a95e5e2f","status":"passed","time":{"start":1728856263071,"stop":1728856263072,"duration":1}},{"uid":"caf69374d8d96c0b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/caf69374d8d96c0b","status":"passed","time":{"start":1728738492792,"stop":1728738492792,"duration":0}},{"uid":"6d816e8843902d6b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6d816e8843902d6b","status":"passed","time":{"start":1728683030010,"stop":1728683030011,"duration":1}},{"uid":"af3f4772b1117c29","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af3f4772b1117c29","status":"passed","time":{"start":1728682581086,"stop":1728682581087,"duration":1}},{"uid":"f26ed3bc01c20863","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f26ed3bc01c20863","status":"passed","time":{"start":1728677081987,"stop":1728677081987,"duration":0}},{"uid":"39fd0a31d85788c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39fd0a31d85788c5","status":"passed","time":{"start":1728669795389,"stop":1728669795389,"duration":0}},{"uid":"1d268fc79e5207c8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1d268fc79e5207c8","status":"passed","time":{"start":1728598137497,"stop":1728598137497,"duration":0}},{"uid":"cf4e1e5195346621","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cf4e1e5195346621","status":"passed","time":{"start":1728597353475,"stop":1728597353475,"duration":0}}]},"tags":[]},"source":"ed79a3fadf626b08.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/cac4d31eb8b68076.json b/7588/data/test-cases/ed7a50b7047cbb03.json similarity index 71% rename from 7556/data/test-cases/cac4d31eb8b68076.json rename to 7588/data/test-cases/ed7a50b7047cbb03.json index 3751333846e..d632e8aaa12 100644 --- a/7556/data/test-cases/cac4d31eb8b68076.json +++ b/7588/data/test-cases/ed7a50b7047cbb03.json @@ -1 +1 @@ -{"uid":"cac4d31eb8b68076","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":1728457537128,"stop":1728457537128,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"52d8cee468e19c32","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/52d8cee468e19c32","status":"passed","time":{"start":1728456499097,"stop":1728456499097,"duration":0}},{"uid":"972d7cd92ff4a417","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/972d7cd92ff4a417","status":"passed","time":{"start":1728456215076,"stop":1728456215076,"duration":0}},{"uid":"7c02fac9d7e22557","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/7c02fac9d7e22557","status":"passed","time":{"start":1728456167132,"stop":1728456167133,"duration":1}},{"uid":"b2688503e426754d","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/b2688503e426754d","status":"passed","time":{"start":1728455518195,"stop":1728455518196,"duration":1}},{"uid":"23d110d91d081c77","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/23d110d91d081c77","status":"passed","time":{"start":1728452534881,"stop":1728452534881,"duration":0}}]},"tags":[]},"source":"cac4d31eb8b68076.json","parameterValues":[]} \ No newline at end of file +{"uid":"ed7a50b7047cbb03","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":1729034704491,"stop":1729034704491,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"78b0e3d3d69be4bb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/78b0e3d3d69be4bb","status":"passed","time":{"start":1729034474982,"stop":1729034474983,"duration":1}},{"uid":"e0e5f376357d73e2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e0e5f376357d73e2","status":"passed","time":{"start":1729034395287,"stop":1729034395287,"duration":0}},{"uid":"3b8885ad2522f4d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b8885ad2522f4d9","status":"passed","time":{"start":1729034209092,"stop":1729034209092,"duration":0}},{"uid":"2e7ca713f6295b95","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e7ca713f6295b95","status":"passed","time":{"start":1729032264562,"stop":1729032264563,"duration":1}},{"uid":"141ec2925551bc80","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/141ec2925551bc80","status":"passed","time":{"start":1728902012838,"stop":1728902012839,"duration":1}},{"uid":"2a15799eb41dee1d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2a15799eb41dee1d","status":"passed","time":{"start":1728893454808,"stop":1728893454808,"duration":0}},{"uid":"239590326d72cf2a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/239590326d72cf2a","status":"passed","time":{"start":1728856408449,"stop":1728856408449,"duration":0}},{"uid":"8d226c38b8c1861d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d226c38b8c1861d","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"be21dff1f2ed378b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be21dff1f2ed378b","status":"passed","time":{"start":1728683159747,"stop":1728683159747,"duration":0}},{"uid":"5a259370d19d0f40","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5a259370d19d0f40","status":"passed","time":{"start":1728682751325,"stop":1728682751325,"duration":0}},{"uid":"ba02bfb3f8a5b5bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba02bfb3f8a5b5bc","status":"passed","time":{"start":1728677216352,"stop":1728677216352,"duration":0}},{"uid":"c22e0f26510381f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c22e0f26510381f9","status":"passed","time":{"start":1728669925450,"stop":1728669925450,"duration":0}},{"uid":"a70abb9a55d25ef9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a70abb9a55d25ef9","status":"passed","time":{"start":1728598268798,"stop":1728598268798,"duration":0}},{"uid":"170ef476c1ea02a8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/170ef476c1ea02a8","status":"passed","time":{"start":1728597503909,"stop":1728597503910,"duration":1}}]},"tags":[]},"source":"ed7a50b7047cbb03.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/edec426c36ee4379.json b/7588/data/test-cases/edec426c36ee4379.json new file mode 100644 index 00000000000..bc410655f8a --- /dev/null +++ b/7588/data/test-cases/edec426c36ee4379.json @@ -0,0 +1 @@ +{"uid":"edec426c36ee4379","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":1729034332629,"stop":1729034332629,"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":15,"unknown":0,"total":15},"items":[{"uid":"58413b23542d29be","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/58413b23542d29be","status":"passed","time":{"start":1729034096131,"stop":1729034096131,"duration":0}},{"uid":"9b591373fd2db979","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9b591373fd2db979","status":"passed","time":{"start":1729034020088,"stop":1729034020088,"duration":0}},{"uid":"8184c75214e566d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8184c75214e566d9","status":"passed","time":{"start":1729033834382,"stop":1729033834382,"duration":0}},{"uid":"378788c176b6ba22","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/378788c176b6ba22","status":"passed","time":{"start":1729031884115,"stop":1729031884115,"duration":0}},{"uid":"b16c86cb3258f5df","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b16c86cb3258f5df","status":"passed","time":{"start":1728901430253,"stop":1728901430253,"duration":0}},{"uid":"9ab29b795c9b9985","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9ab29b795c9b9985","status":"passed","time":{"start":1728892860530,"stop":1728892860530,"duration":0}},{"uid":"4e6598f546b41878","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4e6598f546b41878","status":"passed","time":{"start":1728855823320,"stop":1728855823320,"duration":0}},{"uid":"cabafa08f85accec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cabafa08f85accec","status":"passed","time":{"start":1728738040599,"stop":1728738040599,"duration":0}},{"uid":"50396c6b9a5e1633","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/50396c6b9a5e1633","status":"passed","time":{"start":1728682574089,"stop":1728682574089,"duration":0}},{"uid":"c44f72ea7247909","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c44f72ea7247909","status":"passed","time":{"start":1728682146815,"stop":1728682146815,"duration":0}},{"uid":"aa893dea4645321f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aa893dea4645321f","status":"passed","time":{"start":1728676621429,"stop":1728676621430,"duration":1}},{"uid":"73fc3e04c572390e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/73fc3e04c572390e","status":"passed","time":{"start":1728669344465,"stop":1728669344465,"duration":0}},{"uid":"5f8bdde36cfb6bcc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5f8bdde36cfb6bcc","status":"passed","time":{"start":1728597685159,"stop":1728597685159,"duration":0}},{"uid":"a15e45c5d0445bf2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a15e45c5d0445bf2","status":"passed","time":{"start":1728596904465,"stop":1728596904465,"duration":0}}]},"tags":[]},"source":"edec426c36ee4379.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/a9b06b6b87cd889d.json b/7588/data/test-cases/ee696c8f882c5b51.json similarity index 87% rename from 7556/data/test-cases/a9b06b6b87cd889d.json rename to 7588/data/test-cases/ee696c8f882c5b51.json index 1ce4d23179e..496ccc13045 100644 --- a/7556/data/test-cases/a9b06b6b87cd889d.json +++ b/7588/data/test-cases/ee696c8f882c5b51.json @@ -1 +1 @@ -{"uid":"a9b06b6b87cd889d","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":1728457473535,"stop":1728457473535,"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":6,"unknown":0,"total":6},"items":[{"uid":"98ae00162e1e7b8b","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/98ae00162e1e7b8b","status":"passed","time":{"start":1728456428384,"stop":1728456428384,"duration":0}},{"uid":"2f15329a8648a62d","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/2f15329a8648a62d","status":"passed","time":{"start":1728456157811,"stop":1728456157811,"duration":0}},{"uid":"7a3c3fee6c64aa07","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/7a3c3fee6c64aa07","status":"passed","time":{"start":1728456063552,"stop":1728456063552,"duration":0}},{"uid":"d597699309d4a3d1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/d597699309d4a3d1","status":"passed","time":{"start":1728455422543,"stop":1728455422561,"duration":18}},{"uid":"cc7d484702579609","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/cc7d484702579609","status":"passed","time":{"start":1728452417670,"stop":1728452417670,"duration":0}}]},"tags":[]},"source":"a9b06b6b87cd889d.json","parameterValues":[]} \ No newline at end of file +{"uid":"ee696c8f882c5b51","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":1729034617767,"stop":1729034617768,"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":15,"unknown":0,"total":15},"items":[{"uid":"3e2eae679da4dcf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3e2eae679da4dcf","status":"passed","time":{"start":1729034370904,"stop":1729034370914,"duration":10}},{"uid":"a749461c0f1851fd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a749461c0f1851fd","status":"passed","time":{"start":1729034308899,"stop":1729034308899,"duration":0}},{"uid":"215e4b969d76f202","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/215e4b969d76f202","status":"passed","time":{"start":1729034129480,"stop":1729034129480,"duration":0}},{"uid":"e05e90fe9a7420c4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e05e90fe9a7420c4","status":"passed","time":{"start":1729032178377,"stop":1729032178377,"duration":0}},{"uid":"d679828cd00596f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d679828cd00596f","status":"passed","time":{"start":1728901896354,"stop":1728901896354,"duration":0}},{"uid":"80c8ccff4cdc1a81","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/80c8ccff4cdc1a81","status":"passed","time":{"start":1728893329035,"stop":1728893329036,"duration":1}},{"uid":"65b48f11ffd3c94d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/65b48f11ffd3c94d","status":"passed","time":{"start":1728856284771,"stop":1728856284772,"duration":1}},{"uid":"8da06bdc8d43ba38","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8da06bdc8d43ba38","status":"passed","time":{"start":1728738494948,"stop":1728738494948,"duration":0}},{"uid":"b4733362734ae1a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b4733362734ae1a","status":"passed","time":{"start":1728683033638,"stop":1728683033638,"duration":0}},{"uid":"6e1d428b556d76de","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6e1d428b556d76de","status":"passed","time":{"start":1728682601746,"stop":1728682601746,"duration":0}},{"uid":"39217593825f2dd3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/39217593825f2dd3","status":"passed","time":{"start":1728677107985,"stop":1728677107985,"duration":0}},{"uid":"60acda0c01b26d2f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/60acda0c01b26d2f","status":"passed","time":{"start":1728669764759,"stop":1728669764759,"duration":0}},{"uid":"da6b71bea047eb22","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/da6b71bea047eb22","status":"passed","time":{"start":1728598157577,"stop":1728598157577,"duration":0}},{"uid":"25266d39c958c7e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/25266d39c958c7e8","status":"passed","time":{"start":1728597369086,"stop":1728597369086,"duration":0}}]},"tags":[]},"source":"ee696c8f882c5b51.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ee890905b33e2ff0.json b/7588/data/test-cases/ee890905b33e2ff0.json new file mode 100644 index 00000000000..75a7951d0a0 --- /dev/null +++ b/7588/data/test-cases/ee890905b33e2ff0.json @@ -0,0 +1 @@ +{"uid":"ee890905b33e2ff0","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":1729034473406,"stop":1729034473407,"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.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":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"41efa0bf40ac946f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/41efa0bf40ac946f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241339,"stop":1729034241339,"duration":0}},{"uid":"5c049291dd7f81a6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5c049291dd7f81a6","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160192,"stop":1729034160192,"duration":0}},{"uid":"fb076ace8bac66d5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb076ace8bac66d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977225,"stop":1729033977225,"duration":0}},{"uid":"96275ef12ea569f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/96275ef12ea569f1","status":"passed","time":{"start":1729032053270,"stop":1729032053270,"duration":0}},{"uid":"c9181b8eb90aa7d4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c9181b8eb90aa7d4","status":"passed","time":{"start":1728901711767,"stop":1728901711767,"duration":0}},{"uid":"b8adc4012c4623a9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b8adc4012c4623a9","status":"passed","time":{"start":1728893141897,"stop":1728893141897,"duration":0}},{"uid":"4bdf5f90bbf73757","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4bdf5f90bbf73757","status":"passed","time":{"start":1728856103200,"stop":1728856103200,"duration":0}},{"uid":"e89d04ac15759f88","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e89d04ac15759f88","status":"passed","time":{"start":1728738321619,"stop":1728738321620,"duration":1}},{"uid":"497eb1a05073a5d7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/497eb1a05073a5d7","status":"passed","time":{"start":1728682857565,"stop":1728682857566,"duration":1}},{"uid":"350d7fb56775c019","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/350d7fb56775c019","status":"passed","time":{"start":1728682428804,"stop":1728682428804,"duration":0}},{"uid":"6aec71f5b8b3e0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6aec71f5b8b3e0e","status":"passed","time":{"start":1728676901168,"stop":1728676901169,"duration":1}},{"uid":"d18c4adf3143f54a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d18c4adf3143f54a","status":"passed","time":{"start":1728669573862,"stop":1728669573863,"duration":1}},{"uid":"4f9c7dbdcca79807","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4f9c7dbdcca79807","status":"passed","time":{"start":1728597972337,"stop":1728597972337,"duration":0}},{"uid":"4eef358f8a086848","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4eef358f8a086848","status":"passed","time":{"start":1728597175619,"stop":1728597175619,"duration":0}}]},"tags":[]},"source":"ee890905b33e2ff0.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/49c1aeda17597831.json b/7588/data/test-cases/ee968f11acf7d0df.json similarity index 88% rename from 7556/data/test-cases/49c1aeda17597831.json rename to 7588/data/test-cases/ee968f11acf7d0df.json index ed112c59a3a..2e6542a7572 100644 --- a/7556/data/test-cases/49c1aeda17597831.json +++ b/7588/data/test-cases/ee968f11acf7d0df.json @@ -1 +1 @@ -{"uid":"49c1aeda17597831","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":1728457473519,"stop":1728457473519,"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":6,"unknown":0,"total":6},"items":[{"uid":"e56d3c8eebce6e39","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e56d3c8eebce6e39","status":"passed","time":{"start":1728456428366,"stop":1728456428367,"duration":1}},{"uid":"463d86079103b7ca","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/463d86079103b7ca","status":"passed","time":{"start":1728456157798,"stop":1728456157798,"duration":0}},{"uid":"fb587aa6c83263e9","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/fb587aa6c83263e9","status":"passed","time":{"start":1728456063538,"stop":1728456063539,"duration":1}},{"uid":"f62dc980eb4e3049","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/f62dc980eb4e3049","status":"passed","time":{"start":1728455422526,"stop":1728455422527,"duration":1}},{"uid":"38dc7e479306456c","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/38dc7e479306456c","status":"passed","time":{"start":1728452417657,"stop":1728452417657,"duration":0}}]},"tags":[]},"source":"49c1aeda17597831.json","parameterValues":[]} \ No newline at end of file +{"uid":"ee968f11acf7d0df","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":1729034617758,"stop":1729034617758,"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":15,"unknown":0,"total":15},"items":[{"uid":"c5c1e487b18f394b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c5c1e487b18f394b","status":"passed","time":{"start":1729034370866,"stop":1729034370866,"duration":0}},{"uid":"7fade88d3791540e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7fade88d3791540e","status":"passed","time":{"start":1729034308870,"stop":1729034308870,"duration":0}},{"uid":"5644886a91e8d1d4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5644886a91e8d1d4","status":"passed","time":{"start":1729034129473,"stop":1729034129473,"duration":0}},{"uid":"9f8ce1f58611497f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9f8ce1f58611497f","status":"passed","time":{"start":1729032178366,"stop":1729032178367,"duration":1}},{"uid":"9f5738dafcbd15c8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9f5738dafcbd15c8","status":"passed","time":{"start":1728901896345,"stop":1728901896346,"duration":1}},{"uid":"4eabb01fe57321a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4eabb01fe57321a2","status":"passed","time":{"start":1728893329024,"stop":1728893329024,"duration":0}},{"uid":"53009c29029bdeb3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/53009c29029bdeb3","status":"passed","time":{"start":1728856284761,"stop":1728856284762,"duration":1}},{"uid":"af5f0f53bd2484af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/af5f0f53bd2484af","status":"passed","time":{"start":1728738494939,"stop":1728738494939,"duration":0}},{"uid":"83f4fe0eecf2a86b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/83f4fe0eecf2a86b","status":"passed","time":{"start":1728683033630,"stop":1728683033631,"duration":1}},{"uid":"1adc683e67e78ccc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1adc683e67e78ccc","status":"passed","time":{"start":1728682601735,"stop":1728682601736,"duration":1}},{"uid":"4904db8549bf928a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4904db8549bf928a","status":"passed","time":{"start":1728677107960,"stop":1728677107960,"duration":0}},{"uid":"ad1601f8d8c3b76a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad1601f8d8c3b76a","status":"passed","time":{"start":1728669764750,"stop":1728669764750,"duration":0}},{"uid":"7354e72f492682fe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7354e72f492682fe","status":"passed","time":{"start":1728598157561,"stop":1728598157561,"duration":0}},{"uid":"b99603df45267c02","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b99603df45267c02","status":"passed","time":{"start":1728597369060,"stop":1728597369061,"duration":1}}]},"tags":[]},"source":"ee968f11acf7d0df.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ef7282f966873272.json b/7588/data/test-cases/ef7282f966873272.json new file mode 100644 index 00000000000..86ff923711f --- /dev/null +++ b/7588/data/test-cases/ef7282f966873272.json @@ -0,0 +1 @@ +{"uid":"ef7282f966873272","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":1729034565830,"stop":1729034565831,"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":13,"unknown":0,"total":13},"items":[{"uid":"348e6715ac551ad6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/348e6715ac551ad6","status":"passed","time":{"start":1729034325772,"stop":1729034325773,"duration":1}},{"uid":"3f2f7df8d4e656de","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3f2f7df8d4e656de","status":"passed","time":{"start":1729034249509,"stop":1729034249511,"duration":2}},{"uid":"997ec848a1e13ccb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/997ec848a1e13ccb","status":"passed","time":{"start":1729034066153,"stop":1729034066153,"duration":0}},{"uid":"927a946fc783ce4a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/927a946fc783ce4a","status":"passed","time":{"start":1728901782835,"stop":1728901782835,"duration":0}},{"uid":"ba1af1d755af0a1e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ba1af1d755af0a1e","status":"passed","time":{"start":1728893215983,"stop":1728893215984,"duration":1}},{"uid":"273bbb36db0788e9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/273bbb36db0788e9","status":"passed","time":{"start":1728856159198,"stop":1728856159198,"duration":0}},{"uid":"16cf8424b0afc75f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/16cf8424b0afc75f","status":"passed","time":{"start":1728738371833,"stop":1728738371833,"duration":0}},{"uid":"ef9ecda1ac0f93c4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ef9ecda1ac0f93c4","status":"passed","time":{"start":1728682915879,"stop":1728682915880,"duration":1}},{"uid":"8b5bf93f9611e64","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8b5bf93f9611e64","status":"passed","time":{"start":1728682496455,"stop":1728682496455,"duration":0}},{"uid":"c793f065500e23fc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c793f065500e23fc","status":"passed","time":{"start":1728676980220,"stop":1728676980222,"duration":2}},{"uid":"fb94c512f9ca327b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fb94c512f9ca327b","status":"passed","time":{"start":1728598045383,"stop":1728598045384,"duration":1}},{"uid":"10dc4cbccd659dd3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/10dc4cbccd659dd3","status":"passed","time":{"start":1728597260329,"stop":1728597260329,"duration":0}}]},"tags":[]},"source":"ef7282f966873272.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ef836391f33f5693.json b/7588/data/test-cases/ef836391f33f5693.json new file mode 100644 index 00000000000..9b2ae7fc21d --- /dev/null +++ b/7588/data/test-cases/ef836391f33f5693.json @@ -0,0 +1 @@ +{"uid":"ef836391f33f5693","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":1729034708551,"stop":1729034708551,"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}],"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"baadf8b10721e10d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/baadf8b10721e10d","status":"passed","time":{"start":1729034480289,"stop":1729034480290,"duration":1}},{"uid":"1d0340bec99b395c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d0340bec99b395c","status":"passed","time":{"start":1729034396758,"stop":1729034396758,"duration":0}},{"uid":"28ebf074d6e44cff","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/28ebf074d6e44cff","status":"passed","time":{"start":1729032277690,"stop":1729032277691,"duration":1}},{"uid":"2fe9165c641e8d63","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fe9165c641e8d63","status":"passed","time":{"start":1728902034223,"stop":1728902034223,"duration":0}},{"uid":"3b722f802a881d91","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b722f802a881d91","status":"passed","time":{"start":1728893469055,"stop":1728893469055,"duration":0}},{"uid":"f3a5aea5d3976dc5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3a5aea5d3976dc5","status":"passed","time":{"start":1728856416486,"stop":1728856416487,"duration":1}},{"uid":"ddafa0077994d45f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ddafa0077994d45f","status":"passed","time":{"start":1728738643169,"stop":1728738643169,"duration":0}},{"uid":"a1d7c139f49f89b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1d7c139f49f89b4","status":"passed","time":{"start":1728683174245,"stop":1728683174245,"duration":0}},{"uid":"bb6cbc93eb31455b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb6cbc93eb31455b","status":"passed","time":{"start":1728682757798,"stop":1728682757798,"duration":0}},{"uid":"c79b69ca9b3dfdb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c79b69ca9b3dfdb9","status":"passed","time":{"start":1728677231123,"stop":1728677231124,"duration":1}},{"uid":"227ef1a73f9adbf4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/227ef1a73f9adbf4","status":"passed","time":{"start":1728669920234,"stop":1728669920235,"duration":1}},{"uid":"d43e0f53137b8ec5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d43e0f53137b8ec5","status":"passed","time":{"start":1728598298887,"stop":1728598298887,"duration":0}},{"uid":"9daded4f41426906","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9daded4f41426906","status":"passed","time":{"start":1728597513733,"stop":1728597513733,"duration":0}}]},"tags":[]},"source":"ef836391f33f5693.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/a354d13eb5af6e3a.json b/7588/data/test-cases/ef88f331dc5eeef9.json similarity index 59% rename from 7556/data/test-cases/a354d13eb5af6e3a.json rename to 7588/data/test-cases/ef88f331dc5eeef9.json index 3b7cf832c0d..f79a82a0be2 100644 --- a/7556/data/test-cases/a354d13eb5af6e3a.json +++ b/7588/data/test-cases/ef88f331dc5eeef9.json @@ -1 +1 @@ -{"uid":"a354d13eb5af6e3a","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":1728457555212,"stop":1728457555212,"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":6,"unknown":0,"total":6},"items":[{"uid":"2a5f04d34aa8dc34","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/2a5f04d34aa8dc34","status":"passed","time":{"start":1728456501211,"stop":1728456501211,"duration":0}},{"uid":"1dddb45cf8084823","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/1dddb45cf8084823","status":"passed","time":{"start":1728456265695,"stop":1728456265696,"duration":1}},{"uid":"19f17373989b7e14","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/19f17373989b7e14","status":"passed","time":{"start":1728456243462,"stop":1728456243463,"duration":1}},{"uid":"efc0ebb2a11dc268","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/efc0ebb2a11dc268","status":"passed","time":{"start":1728455589593,"stop":1728455589593,"duration":0}},{"uid":"651ba8ea00137b08","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/651ba8ea00137b08","status":"passed","time":{"start":1728452563138,"stop":1728452563138,"duration":0}}]},"tags":[]},"source":"a354d13eb5af6e3a.json","parameterValues":[]} \ No newline at end of file +{"uid":"ef88f331dc5eeef9","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":1729034703308,"stop":1729034703309,"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":15,"unknown":0,"total":15},"items":[{"uid":"ac0eb85f3360dcb6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ac0eb85f3360dcb6","status":"passed","time":{"start":1729034475270,"stop":1729034475271,"duration":1}},{"uid":"96c274de4b21d2b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/96c274de4b21d2b","status":"passed","time":{"start":1729034392399,"stop":1729034392400,"duration":1}},{"uid":"4866072b417bef22","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4866072b417bef22","status":"passed","time":{"start":1729034208292,"stop":1729034208293,"duration":1}},{"uid":"da4b656a5e0017ca","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/da4b656a5e0017ca","status":"passed","time":{"start":1729032257061,"stop":1729032257062,"duration":1}},{"uid":"72fd8605ac31f717","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/72fd8605ac31f717","status":"passed","time":{"start":1728902024011,"stop":1728902024011,"duration":0}},{"uid":"5002a6cdebd6d6aa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5002a6cdebd6d6aa","status":"passed","time":{"start":1728893455128,"stop":1728893455128,"duration":0}},{"uid":"6875039813b9324e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6875039813b9324e","status":"passed","time":{"start":1728856404960,"stop":1728856404961,"duration":1}},{"uid":"4c0cc1740e4dd2c0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4c0cc1740e4dd2c0","status":"passed","time":{"start":1728738634667,"stop":1728738634667,"duration":0}},{"uid":"9169f4a9c15136e3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9169f4a9c15136e3","status":"passed","time":{"start":1728683163619,"stop":1728683163619,"duration":0}},{"uid":"9c7f8373e50d3437","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9c7f8373e50d3437","status":"passed","time":{"start":1728682737539,"stop":1728682737539,"duration":0}},{"uid":"9ab8532c94a0f87b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9ab8532c94a0f87b","status":"passed","time":{"start":1728677222566,"stop":1728677222566,"duration":0}},{"uid":"625e380c3af6e7da","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/625e380c3af6e7da","status":"passed","time":{"start":1728669905020,"stop":1728669905024,"duration":4}},{"uid":"ecb1ead67ae628d0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ecb1ead67ae628d0","status":"passed","time":{"start":1728598284364,"stop":1728598284364,"duration":0}},{"uid":"f41f5a5c54c45d33","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f41f5a5c54c45d33","status":"passed","time":{"start":1728597506829,"stop":1728597506829,"duration":0}}]},"tags":[]},"source":"ef88f331dc5eeef9.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/4d83108501f07e30.json b/7588/data/test-cases/ef8f14a2e16729e2.json similarity index 57% rename from 7556/data/test-cases/4d83108501f07e30.json rename to 7588/data/test-cases/ef8f14a2e16729e2.json index 96c8f46b842..6e7d19d38a3 100644 --- a/7556/data/test-cases/4d83108501f07e30.json +++ b/7588/data/test-cases/ef8f14a2e16729e2.json @@ -1 +1 @@ -{"uid":"4d83108501f07e30","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":1728457351730,"stop":1728457351732,"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":6,"unknown":0,"total":6},"items":[{"uid":"df6bc966accb1bef","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/df6bc966accb1bef","status":"passed","time":{"start":1728456317113,"stop":1728456317113,"duration":0}},{"uid":"891ebf160342132c","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/891ebf160342132c","status":"passed","time":{"start":1728456012978,"stop":1728456012978,"duration":0}},{"uid":"817fbca288e6e106","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/817fbca288e6e106","status":"passed","time":{"start":1728455837239,"stop":1728455837240,"duration":1}},{"uid":"9b233f5b88399b83","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/9b233f5b88399b83","status":"passed","time":{"start":1728455197446,"stop":1728455197446,"duration":0}},{"uid":"cb432f5607dece3a","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/cb432f5607dece3a","status":"passed","time":{"start":1728452206405,"stop":1728452206406,"duration":1}}]},"tags":[]},"source":"4d83108501f07e30.json","parameterValues":[]} \ No newline at end of file +{"uid":"ef8f14a2e16729e2","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":1729034536789,"stop":1729034536790,"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":15,"unknown":0,"total":15},"items":[{"uid":"5c99014640315c62","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5c99014640315c62","status":"passed","time":{"start":1729034307033,"stop":1729034307034,"duration":1}},{"uid":"8f153e70501cec9d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8f153e70501cec9d","status":"passed","time":{"start":1729034223309,"stop":1729034223309,"duration":0}},{"uid":"195081937468dbd9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/195081937468dbd9","status":"passed","time":{"start":1729034034984,"stop":1729034034986,"duration":2}},{"uid":"c5a4d1b6a68896b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c5a4d1b6a68896b2","status":"passed","time":{"start":1729032066305,"stop":1729032066305,"duration":0}},{"uid":"65cbbdd6c4f30f14","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65cbbdd6c4f30f14","status":"passed","time":{"start":1728901706622,"stop":1728901706622,"duration":0}},{"uid":"80099fcf0dd48a08","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/80099fcf0dd48a08","status":"passed","time":{"start":1728893153425,"stop":1728893153427,"duration":2}},{"uid":"f475f3b1fe39bf53","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f475f3b1fe39bf53","status":"passed","time":{"start":1728856108128,"stop":1728856108129,"duration":1}},{"uid":"b3e46dd8310470d1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3e46dd8310470d1","status":"passed","time":{"start":1728738316671,"stop":1728738316671,"duration":0}},{"uid":"3bb01ef02c355bd4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3bb01ef02c355bd4","status":"passed","time":{"start":1728682865322,"stop":1728682865323,"duration":1}},{"uid":"14d80ef586f6b015","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/14d80ef586f6b015","status":"passed","time":{"start":1728682446997,"stop":1728682446998,"duration":1}},{"uid":"89b133cbf74f6613","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/89b133cbf74f6613","status":"passed","time":{"start":1728676924482,"stop":1728676924482,"duration":0}},{"uid":"7339ff629662a7ad","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7339ff629662a7ad","status":"passed","time":{"start":1728669626265,"stop":1728669626265,"duration":0}},{"uid":"75d5b0c3377e0cfa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/75d5b0c3377e0cfa","status":"passed","time":{"start":1728597973675,"stop":1728597973676,"duration":1}},{"uid":"3bee9c6ef5163532","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3bee9c6ef5163532","status":"passed","time":{"start":1728597188041,"stop":1728597188042,"duration":1}}]},"tags":[]},"source":"ef8f14a2e16729e2.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/58090498d1460d8a.json b/7588/data/test-cases/efe1a1a605f09758.json similarity index 82% rename from 7556/data/test-cases/58090498d1460d8a.json rename to 7588/data/test-cases/efe1a1a605f09758.json index c8b5f231543..968c9573698 100644 --- a/7556/data/test-cases/58090498d1460d8a.json +++ b/7588/data/test-cases/efe1a1a605f09758.json @@ -1 +1 @@ -{"uid":"58090498d1460d8a","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":1728457481270,"stop":1728457481271,"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":6,"unknown":0,"total":6},"items":[{"uid":"ff9d3cd785e978ab","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/ff9d3cd785e978ab","status":"passed","time":{"start":1728456434603,"stop":1728456434603,"duration":0}},{"uid":"91ac18137dff4f56","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/91ac18137dff4f56","status":"passed","time":{"start":1728456196707,"stop":1728456196707,"duration":0}},{"uid":"4e0945cc239a49d7","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4e0945cc239a49d7","status":"passed","time":{"start":1728456113186,"stop":1728456113186,"duration":0}},{"uid":"c959ac770ce61d30","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c959ac770ce61d30","status":"passed","time":{"start":1728455468963,"stop":1728455468963,"duration":0}},{"uid":"c81694a98bd36d5e","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/c81694a98bd36d5e","status":"passed","time":{"start":1728452437021,"stop":1728452437021,"duration":0}}]},"tags":[]},"source":"58090498d1460d8a.json","parameterValues":[]} \ No newline at end of file +{"uid":"efe1a1a605f09758","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":1729034636314,"stop":1729034636315,"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":15,"unknown":0,"total":15},"items":[{"uid":"ab842b4dcc8ef1b6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ab842b4dcc8ef1b6","status":"passed","time":{"start":1729034402280,"stop":1729034402280,"duration":0}},{"uid":"b2262ef973250bb5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b2262ef973250bb5","status":"passed","time":{"start":1729034323296,"stop":1729034323301,"duration":5}},{"uid":"b0090beef69563d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b0090beef69563d6","status":"passed","time":{"start":1729034144766,"stop":1729034144767,"duration":1}},{"uid":"fcd923b8e1f795c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fcd923b8e1f795c6","status":"passed","time":{"start":1729032198816,"stop":1729032198816,"duration":0}},{"uid":"75831f95bf1ee137","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/75831f95bf1ee137","status":"passed","time":{"start":1728901901766,"stop":1728901901766,"duration":0}},{"uid":"6b81ae300b4d2f62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6b81ae300b4d2f62","status":"passed","time":{"start":1728893337253,"stop":1728893337254,"duration":1}},{"uid":"f8b3a36542854fb8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f8b3a36542854fb8","status":"passed","time":{"start":1728856299189,"stop":1728856299190,"duration":1}},{"uid":"5c9edfd4585d6ef9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c9edfd4585d6ef9","status":"passed","time":{"start":1728738505382,"stop":1728738505382,"duration":0}},{"uid":"76ccadc3e8d97bac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/76ccadc3e8d97bac","status":"passed","time":{"start":1728683045449,"stop":1728683045449,"duration":0}},{"uid":"2344c9d4234eb4a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2344c9d4234eb4a8","status":"passed","time":{"start":1728682607291,"stop":1728682607291,"duration":0}},{"uid":"f306d333331da251","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f306d333331da251","status":"passed","time":{"start":1728677103494,"stop":1728677103494,"duration":0}},{"uid":"239fd345e0115100","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/239fd345e0115100","status":"passed","time":{"start":1728669777116,"stop":1728669777117,"duration":1}},{"uid":"ba8deed7676ab546","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ba8deed7676ab546","status":"passed","time":{"start":1728598163466,"stop":1728598163466,"duration":0}},{"uid":"fc2c5333d35db7da","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc2c5333d35db7da","status":"passed","time":{"start":1728597375479,"stop":1728597375480,"duration":1}}]},"tags":[]},"source":"efe1a1a605f09758.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f01a52cca6951047.json b/7588/data/test-cases/f01a52cca6951047.json new file mode 100644 index 00000000000..f565eb71cd8 --- /dev/null +++ b/7588/data/test-cases/f01a52cca6951047.json @@ -0,0 +1 @@ +{"uid":"f01a52cca6951047","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":1729034335334,"stop":1729034335334,"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":15,"unknown":0,"total":15},"items":[{"uid":"bef3a5c7755ee61b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bef3a5c7755ee61b","status":"passed","time":{"start":1729034098687,"stop":1729034098687,"duration":0}},{"uid":"ac2491d7e5a05653","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ac2491d7e5a05653","status":"passed","time":{"start":1729034022456,"stop":1729034022456,"duration":0}},{"uid":"15e59fd53bacc39d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/15e59fd53bacc39d","status":"passed","time":{"start":1729033836804,"stop":1729033836804,"duration":0}},{"uid":"c28e71d0a3b74d3c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c28e71d0a3b74d3c","status":"passed","time":{"start":1729031886611,"stop":1729031886611,"duration":0}},{"uid":"1986fadc223e484d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1986fadc223e484d","status":"passed","time":{"start":1728901432738,"stop":1728901432738,"duration":0}},{"uid":"6087fd397cd7aca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6087fd397cd7aca","status":"passed","time":{"start":1728892863024,"stop":1728892863024,"duration":0}},{"uid":"73a000080a4b59cb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/73a000080a4b59cb","status":"passed","time":{"start":1728855825774,"stop":1728855825774,"duration":0}},{"uid":"5b772b27439af2fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5b772b27439af2fa","status":"passed","time":{"start":1728738043033,"stop":1728738043033,"duration":0}},{"uid":"71c4e0f316d44a4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71c4e0f316d44a4f","status":"passed","time":{"start":1728682576531,"stop":1728682576531,"duration":0}},{"uid":"1d2a3a4b5f387ed3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1d2a3a4b5f387ed3","status":"passed","time":{"start":1728682149244,"stop":1728682149245,"duration":1}},{"uid":"8c25fa4ee10fd92e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8c25fa4ee10fd92e","status":"passed","time":{"start":1728676623919,"stop":1728676623920,"duration":1}},{"uid":"7c71bf38413b58cb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7c71bf38413b58cb","status":"passed","time":{"start":1728669346942,"stop":1728669346942,"duration":0}},{"uid":"6a38c52cb5bb1b5d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a38c52cb5bb1b5d","status":"passed","time":{"start":1728597687695,"stop":1728597687695,"duration":0}},{"uid":"118f061985393b8f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/118f061985393b8f","status":"passed","time":{"start":1728596907137,"stop":1728596907137,"duration":0}}]},"tags":[]},"source":"f01a52cca6951047.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f02297ac0d10bb68.json b/7588/data/test-cases/f02297ac0d10bb68.json new file mode 100644 index 00000000000..845df06d0cd --- /dev/null +++ b/7588/data/test-cases/f02297ac0d10bb68.json @@ -0,0 +1 @@ +{"uid":"f02297ac0d10bb68","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":1729034348413,"stop":1729034348414,"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":15,"unknown":0,"total":15},"items":[{"uid":"de7675aacc5bd8d9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/de7675aacc5bd8d9","status":"passed","time":{"start":1729034112234,"stop":1729034112235,"duration":1}},{"uid":"fc781ac4c92757f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fc781ac4c92757f1","status":"passed","time":{"start":1729034035750,"stop":1729034035750,"duration":0}},{"uid":"ae712d8168b74c63","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae712d8168b74c63","status":"passed","time":{"start":1729033850299,"stop":1729033850300,"duration":1}},{"uid":"826f4c3bed47b7ad","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/826f4c3bed47b7ad","status":"passed","time":{"start":1729031899902,"stop":1729031899902,"duration":0}},{"uid":"6e00a8beaf5944b5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6e00a8beaf5944b5","status":"passed","time":{"start":1728901445871,"stop":1728901445871,"duration":0}},{"uid":"3ce933978eca63bd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ce933978eca63bd","status":"passed","time":{"start":1728892875906,"stop":1728892875907,"duration":1}},{"uid":"4f77f6251408c8c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4f77f6251408c8c","status":"passed","time":{"start":1728855839037,"stop":1728855839038,"duration":1}},{"uid":"b6514056223d51cb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b6514056223d51cb","status":"passed","time":{"start":1728738056184,"stop":1728738056185,"duration":1}},{"uid":"c1d68f82bc836468","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c1d68f82bc836468","status":"passed","time":{"start":1728682589459,"stop":1728682589459,"duration":0}},{"uid":"847accb2485f9f89","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/847accb2485f9f89","status":"passed","time":{"start":1728682162316,"stop":1728682162317,"duration":1}},{"uid":"5abcdd2aea392426","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5abcdd2aea392426","status":"passed","time":{"start":1728676637002,"stop":1728676637004,"duration":2}},{"uid":"2f13426e3b6e2041","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f13426e3b6e2041","status":"passed","time":{"start":1728669360368,"stop":1728669360369,"duration":1}},{"uid":"af0dd3ba84621a65","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/af0dd3ba84621a65","status":"passed","time":{"start":1728597700888,"stop":1728597700889,"duration":1}},{"uid":"f544ad26b44ffe34","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f544ad26b44ffe34","status":"passed","time":{"start":1728596919827,"stop":1728596919827,"duration":0}}]},"tags":[]},"source":"f02297ac0d10bb68.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f07bb7bf39b0cb1d.json b/7588/data/test-cases/f07bb7bf39b0cb1d.json new file mode 100644 index 00000000000..43c4bef5529 --- /dev/null +++ b/7588/data/test-cases/f07bb7bf39b0cb1d.json @@ -0,0 +1 @@ +{"uid":"f07bb7bf39b0cb1d","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":1729034335334,"stop":1729034335334,"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":15,"unknown":0,"total":15},"items":[{"uid":"85ef81f5b5fad031","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/85ef81f5b5fad031","status":"passed","time":{"start":1729034098687,"stop":1729034098687,"duration":0}},{"uid":"3685777317d0ca47","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3685777317d0ca47","status":"passed","time":{"start":1729034022455,"stop":1729034022456,"duration":1}},{"uid":"9f46314006676797","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9f46314006676797","status":"passed","time":{"start":1729033836804,"stop":1729033836804,"duration":0}},{"uid":"ba683d2c563923f5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ba683d2c563923f5","status":"passed","time":{"start":1729031886611,"stop":1729031886611,"duration":0}},{"uid":"d41fef07144bb4bc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d41fef07144bb4bc","status":"passed","time":{"start":1728901432737,"stop":1728901432738,"duration":1}},{"uid":"48f1267f398a7e87","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/48f1267f398a7e87","status":"passed","time":{"start":1728892863023,"stop":1728892863024,"duration":1}},{"uid":"90c787ad76c1de0c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/90c787ad76c1de0c","status":"passed","time":{"start":1728855825773,"stop":1728855825774,"duration":1}},{"uid":"cba4d61e08b39b94","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cba4d61e08b39b94","status":"passed","time":{"start":1728738043032,"stop":1728738043033,"duration":1}},{"uid":"adce5124a18f859c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/adce5124a18f859c","status":"passed","time":{"start":1728682576530,"stop":1728682576530,"duration":0}},{"uid":"338c4a0ed8ba36ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/338c4a0ed8ba36ac","status":"passed","time":{"start":1728682149244,"stop":1728682149244,"duration":0}},{"uid":"f8e8bb774db968c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8e8bb774db968c","status":"passed","time":{"start":1728676623919,"stop":1728676623919,"duration":0}},{"uid":"de3c57ef53dd9e15","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/de3c57ef53dd9e15","status":"passed","time":{"start":1728669346941,"stop":1728669346942,"duration":1}},{"uid":"4351f30611a68d93","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4351f30611a68d93","status":"passed","time":{"start":1728597687695,"stop":1728597687695,"duration":0}},{"uid":"a444a0509cdf9f3d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a444a0509cdf9f3d","status":"passed","time":{"start":1728596907136,"stop":1728596907137,"duration":1}}]},"tags":[]},"source":"f07bb7bf39b0cb1d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/32c0f701e591a12b.json b/7588/data/test-cases/f0b4be503b185851.json similarity index 85% rename from 7556/data/test-cases/32c0f701e591a12b.json rename to 7588/data/test-cases/f0b4be503b185851.json index 3e34dde5978..a5b3e98e5bf 100644 --- a/7556/data/test-cases/32c0f701e591a12b.json +++ b/7588/data/test-cases/f0b4be503b185851.json @@ -1 +1 @@ -{"uid":"32c0f701e591a12b","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":1728457537142,"stop":1728457537142,"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":6,"unknown":0,"total":6},"items":[{"uid":"35457aadace79a9f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/35457aadace79a9f","status":"passed","time":{"start":1728456499112,"stop":1728456499112,"duration":0}},{"uid":"1c5dd54fb810401f","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/1c5dd54fb810401f","status":"passed","time":{"start":1728456215103,"stop":1728456215103,"duration":0}},{"uid":"73a9215443e85868","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/73a9215443e85868","status":"passed","time":{"start":1728456167153,"stop":1728456167153,"duration":0}},{"uid":"64e2d338e7e66f39","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/64e2d338e7e66f39","status":"passed","time":{"start":1728455518209,"stop":1728455518209,"duration":0}},{"uid":"8ad3b9a487f86482","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/8ad3b9a487f86482","status":"passed","time":{"start":1728452534895,"stop":1728452534895,"duration":0}}]},"tags":[]},"source":"32c0f701e591a12b.json","parameterValues":[]} \ No newline at end of file +{"uid":"f0b4be503b185851","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":1729034704506,"stop":1729034704506,"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":15,"unknown":0,"total":15},"items":[{"uid":"4f3b74fb03c30d6b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4f3b74fb03c30d6b","status":"passed","time":{"start":1729034475005,"stop":1729034475005,"duration":0}},{"uid":"3b677b0d8be854cb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3b677b0d8be854cb","status":"passed","time":{"start":1729034395300,"stop":1729034395300,"duration":0}},{"uid":"3a9c00262e138817","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3a9c00262e138817","status":"passed","time":{"start":1729034209114,"stop":1729034209114,"duration":0}},{"uid":"4a7fc00cfd45cf01","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4a7fc00cfd45cf01","status":"passed","time":{"start":1729032264593,"stop":1729032264593,"duration":0}},{"uid":"1416344acc7ae8cf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1416344acc7ae8cf","status":"passed","time":{"start":1728902012873,"stop":1728902012873,"duration":0}},{"uid":"850e78f9b7904b7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/850e78f9b7904b7c","status":"passed","time":{"start":1728893454823,"stop":1728893454824,"duration":1}},{"uid":"2bafd4cad71b6e73","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2bafd4cad71b6e73","status":"passed","time":{"start":1728856408466,"stop":1728856408466,"duration":0}},{"uid":"78f2443233eb6916","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78f2443233eb6916","status":"passed","time":{"start":1728738633872,"stop":1728738633873,"duration":1}},{"uid":"2be08b42b2304edd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2be08b42b2304edd","status":"passed","time":{"start":1728683159819,"stop":1728683159819,"duration":0}},{"uid":"6c485415791add8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c485415791add8","status":"passed","time":{"start":1728682751342,"stop":1728682751344,"duration":2}},{"uid":"a0cdfac958042370","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a0cdfac958042370","status":"passed","time":{"start":1728677216376,"stop":1728677216376,"duration":0}},{"uid":"eeee917ac01ccc96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eeee917ac01ccc96","status":"passed","time":{"start":1728669925465,"stop":1728669925465,"duration":0}},{"uid":"22c42890649f06c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22c42890649f06c6","status":"passed","time":{"start":1728598268819,"stop":1728598268819,"duration":0}},{"uid":"3ccce2c0ab45635e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3ccce2c0ab45635e","status":"passed","time":{"start":1728597503948,"stop":1728597503949,"duration":1}}]},"tags":[]},"source":"f0b4be503b185851.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f14b1569f0427e13.json b/7588/data/test-cases/f14b1569f0427e13.json new file mode 100644 index 00000000000..ff1516abc5d --- /dev/null +++ b/7588/data/test-cases/f14b1569f0427e13.json @@ -0,0 +1 @@ +{"uid":"f14b1569f0427e13","name":"should add a peer","fullName":"/src/protocols/peer_manager.spec.ts: PeerManager > addPeer > should add a peer","historyId":"5e734578a8138a32e6284c9cc9b36a6a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373025,"stop":1729034373026,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.protocols"},{"name":"parentSuite","value":"PeerManager"},{"name":"suite","value":"addPeer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"513e9dfee4ec5422","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/513e9dfee4ec5422","status":"passed","time":{"start":1729034137313,"stop":1729034137313,"duration":0}},{"uid":"3c714fce263bc3fa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c714fce263bc3fa","status":"passed","time":{"start":1729034060015,"stop":1729034060016,"duration":1}},{"uid":"1c38336bcd744129","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c38336bcd744129","status":"passed","time":{"start":1729033874956,"stop":1729033874958,"duration":2}},{"uid":"dc8eeaa5bf3e0086","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dc8eeaa5bf3e0086","status":"passed","time":{"start":1729031924897,"stop":1729031924898,"duration":1}},{"uid":"438431ebd698bf4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/438431ebd698bf4","status":"passed","time":{"start":1728901469125,"stop":1728901469126,"duration":1}},{"uid":"cf063afe9a7d5422","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf063afe9a7d5422","status":"passed","time":{"start":1728892899790,"stop":1728892899791,"duration":1}},{"uid":"144b427a410676b8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/144b427a410676b8","status":"passed","time":{"start":1728855863053,"stop":1728855863055,"duration":2}},{"uid":"6c1ea54f53aed9a7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c1ea54f53aed9a7","status":"passed","time":{"start":1728738080894,"stop":1728738080896,"duration":2}},{"uid":"c9d79bad63c87dc6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c9d79bad63c87dc6","status":"passed","time":{"start":1728682614305,"stop":1728682614306,"duration":1}},{"uid":"6ca5eed62e9dc55e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6ca5eed62e9dc55e","status":"passed","time":{"start":1728682187087,"stop":1728682187089,"duration":2}},{"uid":"273b00915917eb10","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/273b00915917eb10","status":"passed","time":{"start":1728676661485,"stop":1728676661485,"duration":0}},{"uid":"c184cb7a672e7c9d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c184cb7a672e7c9d","status":"passed","time":{"start":1728669384658,"stop":1728669384659,"duration":1}},{"uid":"899f6efb756592df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/899f6efb756592df","status":"passed","time":{"start":1728597724232,"stop":1728597724233,"duration":1}},{"uid":"96980cb97ed24899","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/96980cb97ed24899","status":"passed","time":{"start":1728596943280,"stop":1728596943280,"duration":0}}]},"tags":[]},"source":"f14b1569f0427e13.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f14c310b9538237.json b/7588/data/test-cases/f14c310b9538237.json new file mode 100644 index 00000000000..6ed628d654d --- /dev/null +++ b/7588/data/test-cases/f14c310b9538237.json @@ -0,0 +1 @@ +{"uid":"f14c310b9538237","name":"nwaku subscribes","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > nwaku subscribes","historyId":"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034630104,"stop":1729034630105,"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":15,"unknown":0,"total":15},"items":[{"uid":"4114ea0dbbff03f2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4114ea0dbbff03f2","status":"passed","time":{"start":1729034390821,"stop":1729034390821,"duration":0}},{"uid":"3b00a72d699a361d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3b00a72d699a361d","status":"passed","time":{"start":1729034323920,"stop":1729034323922,"duration":2}},{"uid":"795863f0cf273a74","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/795863f0cf273a74","status":"passed","time":{"start":1729034140324,"stop":1729034140324,"duration":0}},{"uid":"8deee002265e79f0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8deee002265e79f0","status":"passed","time":{"start":1729032192389,"stop":1729032192391,"duration":2}},{"uid":"1f86bef55ecda855","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1f86bef55ecda855","status":"passed","time":{"start":1728901896708,"stop":1728901896708,"duration":0}},{"uid":"59b62bfe9970f992","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/59b62bfe9970f992","status":"passed","time":{"start":1728893334447,"stop":1728893334447,"duration":0}},{"uid":"afb0314fb57b9f85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/afb0314fb57b9f85","status":"passed","time":{"start":1728856285986,"stop":1728856285987,"duration":1}},{"uid":"3890067a8be96276","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3890067a8be96276","status":"passed","time":{"start":1728738508178,"stop":1728738508178,"duration":0}},{"uid":"31739b38fdc062ff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/31739b38fdc062ff","status":"passed","time":{"start":1728683055335,"stop":1728683055335,"duration":0}},{"uid":"e64803c20d4de55a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e64803c20d4de55a","status":"passed","time":{"start":1728682604662,"stop":1728682604662,"duration":0}},{"uid":"5962ca82d7b610be","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5962ca82d7b610be","status":"passed","time":{"start":1728677105011,"stop":1728677105011,"duration":0}},{"uid":"f4abf32e22edf853","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4abf32e22edf853","status":"passed","time":{"start":1728669780767,"stop":1728669780767,"duration":0}},{"uid":"725375b21b87cd3d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/725375b21b87cd3d","status":"passed","time":{"start":1728598159630,"stop":1728598159630,"duration":0}},{"uid":"21197e7878082cc7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/21197e7878082cc7","status":"passed","time":{"start":1728597371093,"stop":1728597371093,"duration":0}}]},"tags":[]},"source":"f14c310b9538237.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/3dfe8e8b3d2dcdc5.json b/7588/data/test-cases/f1e05212e0da81c8.json similarity index 88% rename from 7556/data/test-cases/3dfe8e8b3d2dcdc5.json rename to 7588/data/test-cases/f1e05212e0da81c8.json index 07c9a0637e3..3598aa217ff 100644 --- a/7556/data/test-cases/3dfe8e8b3d2dcdc5.json +++ b/7588/data/test-cases/f1e05212e0da81c8.json @@ -1 +1 @@ -{"uid":"3dfe8e8b3d2dcdc5","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":1728457473526,"stop":1728457473527,"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":6,"unknown":0,"total":6},"items":[{"uid":"15d960b834efa02","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/15d960b834efa02","status":"passed","time":{"start":1728456428375,"stop":1728456428375,"duration":0}},{"uid":"8cdc98562582b21b","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/8cdc98562582b21b","status":"passed","time":{"start":1728456157804,"stop":1728456157804,"duration":0}},{"uid":"5060747369d56810","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/5060747369d56810","status":"passed","time":{"start":1728456063542,"stop":1728456063543,"duration":1}},{"uid":"7ba73577aadda8ef","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/7ba73577aadda8ef","status":"passed","time":{"start":1728455422539,"stop":1728455422539,"duration":0}},{"uid":"f0635742a8ba8071","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/f0635742a8ba8071","status":"passed","time":{"start":1728452417661,"stop":1728452417661,"duration":0}}]},"tags":[]},"source":"3dfe8e8b3d2dcdc5.json","parameterValues":[]} \ No newline at end of file +{"uid":"f1e05212e0da81c8","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":1729034617763,"stop":1729034617763,"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":15,"unknown":0,"total":15},"items":[{"uid":"8c92a63b9ece9e9b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8c92a63b9ece9e9b","status":"passed","time":{"start":1729034370881,"stop":1729034370885,"duration":4}},{"uid":"32883c64f5ceb47a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/32883c64f5ceb47a","status":"passed","time":{"start":1729034308879,"stop":1729034308880,"duration":1}},{"uid":"5019314d31f00be5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5019314d31f00be5","status":"passed","time":{"start":1729034129476,"stop":1729034129477,"duration":1}},{"uid":"8034e0143b8e6446","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8034e0143b8e6446","status":"passed","time":{"start":1729032178370,"stop":1729032178370,"duration":0}},{"uid":"2579fd9b0ad8d9e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2579fd9b0ad8d9e","status":"passed","time":{"start":1728901896350,"stop":1728901896350,"duration":0}},{"uid":"e678d046f0748b8d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e678d046f0748b8d","status":"passed","time":{"start":1728893329028,"stop":1728893329028,"duration":0}},{"uid":"49096c4fa6ebb23a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/49096c4fa6ebb23a","status":"passed","time":{"start":1728856284767,"stop":1728856284767,"duration":0}},{"uid":"aef57de2668e6a74","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aef57de2668e6a74","status":"passed","time":{"start":1728738494943,"stop":1728738494944,"duration":1}},{"uid":"2835cb277bba9abe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2835cb277bba9abe","status":"passed","time":{"start":1728683033634,"stop":1728683033634,"duration":0}},{"uid":"a93c68af9d952d6d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a93c68af9d952d6d","status":"passed","time":{"start":1728682601739,"stop":1728682601739,"duration":0}},{"uid":"12691ce354061a51","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/12691ce354061a51","status":"passed","time":{"start":1728677107964,"stop":1728677107964,"duration":0}},{"uid":"a93819870c4f58b2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a93819870c4f58b2","status":"passed","time":{"start":1728669764754,"stop":1728669764754,"duration":0}},{"uid":"eb8e06c473e972cc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb8e06c473e972cc","status":"passed","time":{"start":1728598157565,"stop":1728598157565,"duration":0}},{"uid":"ea52dae97668c55d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea52dae97668c55d","status":"passed","time":{"start":1728597369075,"stop":1728597369076,"duration":1}}]},"tags":[]},"source":"f1e05212e0da81c8.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f20c0e293677ac3e.json b/7588/data/test-cases/f20c0e293677ac3e.json new file mode 100644 index 00000000000..5a74fef2784 --- /dev/null +++ b/7588/data/test-cases/f20c0e293677ac3e.json @@ -0,0 +1 @@ +{"uid":"f20c0e293677ac3e","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":1729034668610,"stop":1729034668611,"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":15,"unknown":0,"total":15},"items":[{"uid":"22efaac0b52e1904","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22efaac0b52e1904","status":"passed","time":{"start":1729034443521,"stop":1729034443521,"duration":0}},{"uid":"1b5cf3c6e321dcf2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1b5cf3c6e321dcf2","status":"passed","time":{"start":1729034357708,"stop":1729034357709,"duration":1}},{"uid":"468e42b4b598603c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/468e42b4b598603c","status":"passed","time":{"start":1729034177536,"stop":1729034177536,"duration":0}},{"uid":"3fa9ae9de0f02282","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3fa9ae9de0f02282","status":"passed","time":{"start":1729032235311,"stop":1729032235314,"duration":3}},{"uid":"ede78615d23abb15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ede78615d23abb15","status":"passed","time":{"start":1728901958866,"stop":1728901958866,"duration":0}},{"uid":"b5b3097c88a88b51","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5b3097c88a88b51","status":"passed","time":{"start":1728893395083,"stop":1728893395083,"duration":0}},{"uid":"c862dcdbd1582bec","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c862dcdbd1582bec","status":"passed","time":{"start":1728856355697,"stop":1728856355698,"duration":1}},{"uid":"53a1cd6a54b67719","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/53a1cd6a54b67719","status":"passed","time":{"start":1728738567473,"stop":1728738567473,"duration":0}},{"uid":"9dad1a802ae842cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9dad1a802ae842cd","status":"passed","time":{"start":1728683110372,"stop":1728683110372,"duration":0}},{"uid":"92b1bd7ca676afcb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/92b1bd7ca676afcb","status":"passed","time":{"start":1728682666069,"stop":1728682666070,"duration":1}},{"uid":"31df2acbdaf30a91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/31df2acbdaf30a91","status":"passed","time":{"start":1728677163584,"stop":1728677163584,"duration":0}},{"uid":"bbba94905898bfe6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bbba94905898bfe6","status":"passed","time":{"start":1728669841256,"stop":1728669841256,"duration":0}},{"uid":"53684529f3b07bf6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/53684529f3b07bf6","status":"passed","time":{"start":1728598221900,"stop":1728598221900,"duration":0}},{"uid":"8a9c3573d03c2861","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8a9c3573d03c2861","status":"passed","time":{"start":1728597434083,"stop":1728597434083,"duration":0}}]},"tags":[]},"source":"f20c0e293677ac3e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/278ade1af14c4117.json b/7588/data/test-cases/f2c8363205552b1e.json similarity index 62% rename from 7556/data/test-cases/278ade1af14c4117.json rename to 7588/data/test-cases/f2c8363205552b1e.json index 9f2f11b37c9..efbf949a60c 100644 --- a/7556/data/test-cases/278ade1af14c4117.json +++ b/7588/data/test-cases/f2c8363205552b1e.json @@ -1 +1 @@ -{"uid":"278ade1af14c4117","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":1728457525090,"stop":1728457525090,"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":6,"unknown":0,"total":6},"items":[{"uid":"d8e814ed2d3c5620","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/d8e814ed2d3c5620","status":"passed","time":{"start":1728456469481,"stop":1728456469483,"duration":2}},{"uid":"84bf49e88bd33db2","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/84bf49e88bd33db2","status":"passed","time":{"start":1728456237810,"stop":1728456237811,"duration":1}},{"uid":"e4d0e7fdca7a2b7c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/e4d0e7fdca7a2b7c","status":"passed","time":{"start":1728456203068,"stop":1728456203068,"duration":0}},{"uid":"8f43eda642f66351","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/8f43eda642f66351","status":"passed","time":{"start":1728455555323,"stop":1728455555323,"duration":0}},{"uid":"a7d2be2352ff367d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/a7d2be2352ff367d","status":"passed","time":{"start":1728452514197,"stop":1728452514198,"duration":1}}]},"tags":[]},"source":"278ade1af14c4117.json","parameterValues":[]} \ No newline at end of file +{"uid":"f2c8363205552b1e","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":1729034665578,"stop":1729034665578,"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":15,"unknown":0,"total":15},"items":[{"uid":"17b3fae75ae8f724","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/17b3fae75ae8f724","status":"passed","time":{"start":1729034434261,"stop":1729034434262,"duration":1}},{"uid":"2831b29cee39b36f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2831b29cee39b36f","status":"passed","time":{"start":1729034350157,"stop":1729034350158,"duration":1}},{"uid":"c6ee047964e1ee70","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c6ee047964e1ee70","status":"passed","time":{"start":1729034169194,"stop":1729034169194,"duration":0}},{"uid":"234aa51cd97dab7d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/234aa51cd97dab7d","status":"passed","time":{"start":1729032228066,"stop":1729032228066,"duration":0}},{"uid":"f1412b472a3b9410","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f1412b472a3b9410","status":"passed","time":{"start":1728901947146,"stop":1728901947146,"duration":0}},{"uid":"cf979ef4f9b2d4fd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf979ef4f9b2d4fd","status":"passed","time":{"start":1728893380057,"stop":1728893380058,"duration":1}},{"uid":"9e6b88417686dce3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e6b88417686dce3","status":"passed","time":{"start":1728856336880,"stop":1728856336880,"duration":0}},{"uid":"713635a95e7f8080","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/713635a95e7f8080","status":"passed","time":{"start":1728738551163,"stop":1728738551164,"duration":1}},{"uid":"82def03d19947a05","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82def03d19947a05","status":"passed","time":{"start":1728683095875,"stop":1728683095876,"duration":1}},{"uid":"f634507774928e03","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f634507774928e03","status":"passed","time":{"start":1728682657387,"stop":1728682657388,"duration":1}},{"uid":"765f9c6ce650e802","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/765f9c6ce650e802","status":"passed","time":{"start":1728677151465,"stop":1728677151465,"duration":0}},{"uid":"b4e00b8d55196ce9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b4e00b8d55196ce9","status":"passed","time":{"start":1728669832893,"stop":1728669832894,"duration":1}},{"uid":"6a7e198a0002221d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a7e198a0002221d","status":"passed","time":{"start":1728598215609,"stop":1728598215610,"duration":1}},{"uid":"a8c298243fa2f0c7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a8c298243fa2f0c7","status":"passed","time":{"start":1728597425043,"stop":1728597425043,"duration":0}}]},"tags":[]},"source":"f2c8363205552b1e.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f2de1133210fc71a.json b/7588/data/test-cases/f2de1133210fc71a.json new file mode 100644 index 00000000000..9e7767cb52b --- /dev/null +++ b/7588/data/test-cases/f2de1133210fc71a.json @@ -0,0 +1 @@ +{"uid":"f2de1133210fc71a","name":"Passing an array","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Bootstrap > Passing an array","historyId":"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034728789,"stop":1729034728790,"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":12,"unknown":0,"total":12},"items":[{"uid":"622b9669d5df1ccc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/622b9669d5df1ccc","status":"passed","time":{"start":1729034400845,"stop":1729034400846,"duration":1}},{"uid":"1b4378a53f460550","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b4378a53f460550","status":"passed","time":{"start":1728902045392,"stop":1728902045392,"duration":0}},{"uid":"db9d15b411082042","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/db9d15b411082042","status":"passed","time":{"start":1728893481312,"stop":1728893481313,"duration":1}},{"uid":"98367b2e4306c037","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/98367b2e4306c037","status":"passed","time":{"start":1728856434369,"stop":1728856434369,"duration":0}},{"uid":"cb2061e79fb6bef0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb2061e79fb6bef0","status":"passed","time":{"start":1728738656936,"stop":1728738656936,"duration":0}},{"uid":"71ea3dc9e70d4160","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71ea3dc9e70d4160","status":"passed","time":{"start":1728683172725,"stop":1728683172725,"duration":0}},{"uid":"75553d75256194d6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/75553d75256194d6","status":"passed","time":{"start":1728682747612,"stop":1728682747612,"duration":0}},{"uid":"361f46b66c30996","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/361f46b66c30996","status":"passed","time":{"start":1728677247281,"stop":1728677247281,"duration":0}},{"uid":"9a2ca6e07dd81141","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9a2ca6e07dd81141","status":"passed","time":{"start":1728669917948,"stop":1728669917948,"duration":0}},{"uid":"2877130db6ef33e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2877130db6ef33e","status":"passed","time":{"start":1728598290718,"stop":1728598290718,"duration":0}},{"uid":"98b6455f9e6bf094","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/98b6455f9e6bf094","status":"passed","time":{"start":1728597515858,"stop":1728597515858,"duration":0}}]},"tags":[]},"source":"f2de1133210fc71a.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f324675a46ff49dd.json b/7588/data/test-cases/f324675a46ff49dd.json new file mode 100644 index 00000000000..52b8a2bf327 --- /dev/null +++ b/7588/data/test-cases/f324675a46ff49dd.json @@ -0,0 +1 @@ +{"uid":"f324675a46ff49dd","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":1729034340756,"stop":1729034340756,"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":15,"unknown":0,"total":15},"items":[{"uid":"953f1b2fcee5b170","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/953f1b2fcee5b170","status":"passed","time":{"start":1729034104177,"stop":1729034104182,"duration":5}},{"uid":"9223719b278a3647","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9223719b278a3647","status":"passed","time":{"start":1729034027744,"stop":1729034027745,"duration":1}},{"uid":"6a8e22de62afb947","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a8e22de62afb947","status":"passed","time":{"start":1729033842350,"stop":1729033842350,"duration":0}},{"uid":"ea509b879f96a138","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ea509b879f96a138","status":"passed","time":{"start":1729031892048,"stop":1729031892049,"duration":1}},{"uid":"ceb787dc15800b48","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ceb787dc15800b48","status":"passed","time":{"start":1728901438031,"stop":1728901438031,"duration":0}},{"uid":"d6a5d65a402d0bfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6a5d65a402d0bfd","status":"passed","time":{"start":1728892868234,"stop":1728892868235,"duration":1}},{"uid":"cd96393e68131213","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cd96393e68131213","status":"passed","time":{"start":1728855831081,"stop":1728855831081,"duration":0}},{"uid":"fdf059388bedec65","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fdf059388bedec65","status":"passed","time":{"start":1728738048444,"stop":1728738048444,"duration":0}},{"uid":"1fcb7db8fb6be368","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1fcb7db8fb6be368","status":"passed","time":{"start":1728682581847,"stop":1728682581848,"duration":1}},{"uid":"8f66789623f8e195","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8f66789623f8e195","status":"passed","time":{"start":1728682154709,"stop":1728682154710,"duration":1}},{"uid":"ec01d9d13cdc4d01","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec01d9d13cdc4d01","status":"passed","time":{"start":1728676629303,"stop":1728676629304,"duration":1}},{"uid":"a095924f0c78e8af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a095924f0c78e8af","status":"passed","time":{"start":1728669352212,"stop":1728669352213,"duration":1}},{"uid":"1eab5056830b3458","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1eab5056830b3458","status":"passed","time":{"start":1728597693020,"stop":1728597693021,"duration":1}},{"uid":"8d422045d34e8d51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d422045d34e8d51","status":"passed","time":{"start":1728596912534,"stop":1728596912534,"duration":0}}]},"tags":[]},"source":"f324675a46ff49dd.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/b35df8ce38c65cd3.json b/7588/data/test-cases/f39622aa7e7523fd.json similarity index 87% rename from 7556/data/test-cases/b35df8ce38c65cd3.json rename to 7588/data/test-cases/f39622aa7e7523fd.json index 198af0b9300..e7b0cec4f8d 100644 --- a/7556/data/test-cases/b35df8ce38c65cd3.json +++ b/7588/data/test-cases/f39622aa7e7523fd.json @@ -1 +1 @@ -{"uid":"b35df8ce38c65cd3","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":1728457473507,"stop":1728457473508,"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":6,"unknown":0,"total":6},"items":[{"uid":"e910b815a36693d2","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/e910b815a36693d2","status":"passed","time":{"start":1728456428352,"stop":1728456428353,"duration":1}},{"uid":"d195c73a090d5b12","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/d195c73a090d5b12","status":"passed","time":{"start":1728456157782,"stop":1728456157784,"duration":2}},{"uid":"57f1447f49afa879","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/57f1447f49afa879","status":"passed","time":{"start":1728456063500,"stop":1728456063500,"duration":0}},{"uid":"e348b695fc0e2cc7","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/e348b695fc0e2cc7","status":"passed","time":{"start":1728455422502,"stop":1728455422502,"duration":0}},{"uid":"897c629e3588a8f3","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/897c629e3588a8f3","status":"passed","time":{"start":1728452417648,"stop":1728452417649,"duration":1}}]},"tags":[]},"source":"b35df8ce38c65cd3.json","parameterValues":[]} \ No newline at end of file +{"uid":"f39622aa7e7523fd","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":1729034617747,"stop":1729034617747,"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":15,"unknown":0,"total":15},"items":[{"uid":"3eb0272ce69cd649","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3eb0272ce69cd649","status":"passed","time":{"start":1729034370834,"stop":1729034370834,"duration":0}},{"uid":"9e591ab717fbe4c8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9e591ab717fbe4c8","status":"passed","time":{"start":1729034308846,"stop":1729034308846,"duration":0}},{"uid":"98c66a27507e8dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/98c66a27507e8dd","status":"passed","time":{"start":1729034129466,"stop":1729034129466,"duration":0}},{"uid":"9ac478e0f542ff05","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ac478e0f542ff05","status":"passed","time":{"start":1729032178355,"stop":1729032178355,"duration":0}},{"uid":"44c2d69c6d351604","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/44c2d69c6d351604","status":"passed","time":{"start":1728901896337,"stop":1728901896338,"duration":1}},{"uid":"b4452fb93c768651","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b4452fb93c768651","status":"passed","time":{"start":1728893329017,"stop":1728893329017,"duration":0}},{"uid":"2dc78dbcdbc5ebf8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2dc78dbcdbc5ebf8","status":"passed","time":{"start":1728856284752,"stop":1728856284753,"duration":1}},{"uid":"385df1679d8d81b1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/385df1679d8d81b1","status":"passed","time":{"start":1728738494928,"stop":1728738494928,"duration":0}},{"uid":"80f385181b0a9c8e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80f385181b0a9c8e","status":"passed","time":{"start":1728683033623,"stop":1728683033623,"duration":0}},{"uid":"53308b9d8635c4fe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/53308b9d8635c4fe","status":"passed","time":{"start":1728682601728,"stop":1728682601729,"duration":1}},{"uid":"800f65f6892b8e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/800f65f6892b8e","status":"passed","time":{"start":1728677107953,"stop":1728677107953,"duration":0}},{"uid":"4102b91195b3539f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4102b91195b3539f","status":"passed","time":{"start":1728669764742,"stop":1728669764743,"duration":1}},{"uid":"b4c8f56206c1b3d6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b4c8f56206c1b3d6","status":"passed","time":{"start":1728598157551,"stop":1728598157551,"duration":0}},{"uid":"d02872bbdff238bd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d02872bbdff238bd","status":"passed","time":{"start":1728597369049,"stop":1728597369049,"duration":0}}]},"tags":[]},"source":"f39622aa7e7523fd.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f477530628164c0d.json b/7588/data/test-cases/f477530628164c0d.json new file mode 100644 index 00000000000..9ee6bfe0be5 --- /dev/null +++ b/7588/data/test-cases/f477530628164c0d.json @@ -0,0 +1 @@ +{"uid":"f477530628164c0d","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":1729034356478,"stop":1729034356478,"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":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"a8ada47f9dbfcf56","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a8ada47f9dbfcf56","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034120503,"stop":1729034120503,"duration":0}},{"uid":"be79d9dea684fb7a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be79d9dea684fb7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033858274,"stop":1729033858274,"duration":0}},{"uid":"4946c8b09286dbd6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4946c8b09286dbd6","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031908180,"stop":1729031908180,"duration":0}},{"uid":"f94439471846c363","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f94439471846c363","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901453937,"stop":1728901453937,"duration":0}},{"uid":"8dafc7422ed5b807","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8dafc7422ed5b807","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892884413,"stop":1728892884413,"duration":0}},{"uid":"b47c72f4df469050","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b47c72f4df469050","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855846881,"stop":1728855846882,"duration":1}},{"uid":"643d4c57a31e106d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/643d4c57a31e106d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738064186,"stop":1728738064186,"duration":0}},{"uid":"5d793d1538701c21","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5d793d1538701c21","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682597764,"stop":1728682597764,"duration":0}},{"uid":"c1ccafa3a42a97b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1ccafa3a42a97b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682170542,"stop":1728682170543,"duration":1}},{"uid":"8118a0e093ffddb5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8118a0e093ffddb5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676645203,"stop":1728676645203,"duration":0}},{"uid":"51e5b204659dda19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/51e5b204659dda19","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669368197,"stop":1728669368197,"duration":0}},{"uid":"9a2ed119969fb2fa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a2ed119969fb2fa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597709015,"stop":1728597709015,"duration":0}},{"uid":"afc254d26d610a38","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/afc254d26d610a38","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596928109,"stop":1728596928109,"duration":0}}]},"tags":[]},"source":"f477530628164c0d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/9778d540fec8d70c.json b/7588/data/test-cases/f4b51e13833a658b.json similarity index 88% rename from 7556/data/test-cases/9778d540fec8d70c.json rename to 7588/data/test-cases/f4b51e13833a658b.json index 97cfc17a9b9..2eecd498c34 100644 --- a/7556/data/test-cases/9778d540fec8d70c.json +++ b/7588/data/test-cases/f4b51e13833a658b.json @@ -1 +1 @@ -{"uid":"9778d540fec8d70c","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":1728457510457,"stop":1728457510457,"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":6,"unknown":0,"total":6},"items":[{"uid":"65c82fa48a1fe1c","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/65c82fa48a1fe1c","status":"passed","time":{"start":1728456448217,"stop":1728456448217,"duration":0}},{"uid":"d74fdae699b778e5","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/d74fdae699b778e5","status":"passed","time":{"start":1728456195706,"stop":1728456195706,"duration":0}},{"uid":"3f82afce7696a0d9","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/3f82afce7696a0d9","status":"passed","time":{"start":1728456166711,"stop":1728456166712,"duration":1}},{"uid":"a3f758c8c8116299","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/a3f758c8c8116299","status":"passed","time":{"start":1728455516739,"stop":1728455516740,"duration":1}},{"uid":"1d0485c2ce7ae956","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/1d0485c2ce7ae956","status":"passed","time":{"start":1728452508948,"stop":1728452508948,"duration":0}}]},"tags":[]},"source":"9778d540fec8d70c.json","parameterValues":[]} \ No newline at end of file +{"uid":"f4b51e13833a658b","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":1729034631260,"stop":1729034631260,"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":15,"unknown":0,"total":15},"items":[{"uid":"89cd13bcfa6e4ba4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89cd13bcfa6e4ba4","status":"passed","time":{"start":1729034400896,"stop":1729034400896,"duration":0}},{"uid":"aff8376076231b2f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/aff8376076231b2f","status":"passed","time":{"start":1729034317487,"stop":1729034317487,"duration":0}},{"uid":"ef61c7e9ea3322d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ef61c7e9ea3322d7","status":"passed","time":{"start":1729034137149,"stop":1729034137150,"duration":1}},{"uid":"be5f4244dbc12981","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be5f4244dbc12981","status":"passed","time":{"start":1729032206884,"stop":1729032206884,"duration":0}},{"uid":"8c17ac1c45aa420b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8c17ac1c45aa420b","status":"passed","time":{"start":1728901995027,"stop":1728901995027,"duration":0}},{"uid":"25f1037db933b591","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25f1037db933b591","status":"passed","time":{"start":1728893421004,"stop":1728893421006,"duration":2}},{"uid":"7b3b45027b67cb3a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7b3b45027b67cb3a","status":"passed","time":{"start":1728856368604,"stop":1728856368604,"duration":0}},{"uid":"bb6839cac0dc5def","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb6839cac0dc5def","status":"passed","time":{"start":1728738604690,"stop":1728738604690,"duration":0}},{"uid":"7b0bb8257fb2740d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b0bb8257fb2740d","status":"passed","time":{"start":1728683117651,"stop":1728683117652,"duration":1}},{"uid":"ea4582843ca98fa2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea4582843ca98fa2","status":"passed","time":{"start":1728682721324,"stop":1728682721324,"duration":0}},{"uid":"39e4fcd02973b32","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/39e4fcd02973b32","status":"passed","time":{"start":1728677184690,"stop":1728677184691,"duration":1}},{"uid":"3547c66db21078a8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3547c66db21078a8","status":"passed","time":{"start":1728669866471,"stop":1728669866472,"duration":1}},{"uid":"4befecc29d67d6d7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4befecc29d67d6d7","status":"passed","time":{"start":1728598250007,"stop":1728598250007,"duration":0}},{"uid":"ca04a4e0db088596","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ca04a4e0db088596","status":"passed","time":{"start":1728597472307,"stop":1728597472307,"duration":0}}]},"tags":[]},"source":"f4b51e13833a658b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/26303ac89d68f4eb.json b/7588/data/test-cases/f52a405e4780b05d.json similarity index 72% rename from 7556/data/test-cases/26303ac89d68f4eb.json rename to 7588/data/test-cases/f52a405e4780b05d.json index 49cbb53de51..8cab1a30759 100644 --- a/7556/data/test-cases/26303ac89d68f4eb.json +++ b/7588/data/test-cases/f52a405e4780b05d.json @@ -1 +1 @@ -{"uid":"26303ac89d68f4eb","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":1728457174880,"stop":1728457174880,"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":6,"unknown":0,"total":6},"items":[{"uid":"f3759c82e0ca6bef","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/f3759c82e0ca6bef","status":"passed","time":{"start":1728456147701,"stop":1728456147702,"duration":1}},{"uid":"101e1f577d3da85d","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/101e1f577d3da85d","status":"passed","time":{"start":1728455831779,"stop":1728455831780,"duration":1}},{"uid":"852802f436414e6b","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/852802f436414e6b","status":"passed","time":{"start":1728455583336,"stop":1728455583337,"duration":1}},{"uid":"30daac2a183f5454","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/30daac2a183f5454","status":"passed","time":{"start":1728454943912,"stop":1728454943912,"duration":0}},{"uid":"5fd4faca4c9f41d4","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/5fd4faca4c9f41d4","status":"passed","time":{"start":1728451954601,"stop":1728451954601,"duration":0}}]},"tags":[]},"source":"26303ac89d68f4eb.json","parameterValues":[]} \ No newline at end of file +{"uid":"f52a405e4780b05d","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":1729034360434,"stop":1729034360434,"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":15,"unknown":0,"total":15},"items":[{"uid":"7b93d63aa892bd72","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7b93d63aa892bd72","status":"passed","time":{"start":1729034124360,"stop":1729034124361,"duration":1}},{"uid":"f810adf39844c663","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f810adf39844c663","status":"passed","time":{"start":1729034047482,"stop":1729034047482,"duration":0}},{"uid":"fb83e63e34db5f51","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb83e63e34db5f51","status":"passed","time":{"start":1729033862326,"stop":1729033862327,"duration":1}},{"uid":"79d618c435d94308","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/79d618c435d94308","status":"passed","time":{"start":1729031912068,"stop":1729031912068,"duration":0}},{"uid":"5f32ef8300ca60a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5f32ef8300ca60a9","status":"passed","time":{"start":1728901457814,"stop":1728901457814,"duration":0}},{"uid":"fb79bcd94c7a42ef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fb79bcd94c7a42ef","status":"passed","time":{"start":1728892888298,"stop":1728892888299,"duration":1}},{"uid":"d5d8f298fb5d62a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d5d8f298fb5d62a0","status":"passed","time":{"start":1728855850786,"stop":1728855850786,"duration":0}},{"uid":"da0dac7c43db923c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da0dac7c43db923c","status":"passed","time":{"start":1728738068161,"stop":1728738068161,"duration":0}},{"uid":"321f1625df1dc3b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/321f1625df1dc3b7","status":"passed","time":{"start":1728682601671,"stop":1728682601671,"duration":0}},{"uid":"519b53f852df8b1b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/519b53f852df8b1b","status":"passed","time":{"start":1728682174563,"stop":1728682174563,"duration":0}},{"uid":"800a9c9f93880cf1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/800a9c9f93880cf1","status":"passed","time":{"start":1728676648929,"stop":1728676648929,"duration":0}},{"uid":"913be7314b9b9633","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/913be7314b9b9633","status":"passed","time":{"start":1728669372208,"stop":1728669372208,"duration":0}},{"uid":"ca5989e03a2400d6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca5989e03a2400d6","status":"passed","time":{"start":1728597712757,"stop":1728597712758,"duration":1}},{"uid":"eeb7232dbcae9189","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eeb7232dbcae9189","status":"passed","time":{"start":1728596931864,"stop":1728596931865,"duration":1}}]},"tags":[]},"source":"f52a405e4780b05d.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ab3fc4e0e5569ba9.json b/7588/data/test-cases/f5b6e64b36da5fdc.json similarity index 94% rename from 7556/data/test-cases/ab3fc4e0e5569ba9.json rename to 7588/data/test-cases/f5b6e64b36da5fdc.json index 6c0967292f4..1a49d346d02 100644 --- a/7556/data/test-cases/ab3fc4e0e5569ba9.json +++ b/7588/data/test-cases/f5b6e64b36da5fdc.json @@ -1 +1 @@ -{"uid":"ab3fc4e0e5569ba9","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app32/3/topic334/xml","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 6 - Cluster ID: 10, Content Topic: /app32/3/topic334/xml","historyId":"2671bb282cabc35558006f634d97b9d7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457516701,"stop":1728457516701,"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":"ab3fc4e0e5569ba9.json","parameterValues":[]} \ No newline at end of file +{"uid":"f5b6e64b36da5fdc","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app33/1/topic385/xml","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 6 - Cluster ID: 10, Content Topic: /app33/1/topic385/xml","historyId":"28c630c3b6f49bba07597b08a5ffc09c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034656465,"stop":1729034656465,"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":"f5b6e64b36da5fdc.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/fc0cc89dbd385c47.json b/7588/data/test-cases/f68ff169f5f1eb1b.json similarity index 88% rename from 7556/data/test-cases/fc0cc89dbd385c47.json rename to 7588/data/test-cases/f68ff169f5f1eb1b.json index 5a9c1e7a5df..8d1c106f949 100644 --- a/7556/data/test-cases/fc0cc89dbd385c47.json +++ b/7588/data/test-cases/f68ff169f5f1eb1b.json @@ -1 +1 @@ -{"uid":"fc0cc89dbd385c47","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":1728457510444,"stop":1728457510448,"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":6,"unknown":0,"total":6},"items":[{"uid":"802737e8a5b91ea3","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/802737e8a5b91ea3","status":"passed","time":{"start":1728456448206,"stop":1728456448206,"duration":0}},{"uid":"8f3cc8498ccf48e6","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/8f3cc8498ccf48e6","status":"passed","time":{"start":1728456195698,"stop":1728456195699,"duration":1}},{"uid":"719842d246be39f9","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/719842d246be39f9","status":"passed","time":{"start":1728456166707,"stop":1728456166707,"duration":0}},{"uid":"b2184e2644a9f673","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/b2184e2644a9f673","status":"passed","time":{"start":1728455516727,"stop":1728455516727,"duration":0}},{"uid":"dab3731be482ceed","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/dab3731be482ceed","status":"passed","time":{"start":1728452508943,"stop":1728452508943,"duration":0}}]},"tags":[]},"source":"fc0cc89dbd385c47.json","parameterValues":[]} \ No newline at end of file +{"uid":"f68ff169f5f1eb1b","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":1729034631254,"stop":1729034631255,"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":15,"unknown":0,"total":15},"items":[{"uid":"92d9ca636779bac5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/92d9ca636779bac5","status":"passed","time":{"start":1729034400891,"stop":1729034400892,"duration":1}},{"uid":"86eb250a39beb955","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/86eb250a39beb955","status":"passed","time":{"start":1729034317454,"stop":1729034317461,"duration":7}},{"uid":"1f2f787ada5e50ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f2f787ada5e50ef","status":"passed","time":{"start":1729034137143,"stop":1729034137143,"duration":0}},{"uid":"643a65c2b46d4996","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/643a65c2b46d4996","status":"passed","time":{"start":1729032206877,"stop":1729032206877,"duration":0}},{"uid":"68d572d03bb7c0a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/68d572d03bb7c0a9","status":"passed","time":{"start":1728901995023,"stop":1728901995023,"duration":0}},{"uid":"1eb25be2dcd64814","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1eb25be2dcd64814","status":"passed","time":{"start":1728893420997,"stop":1728893420997,"duration":0}},{"uid":"9444a6d5ba7ae930","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9444a6d5ba7ae930","status":"passed","time":{"start":1728856368598,"stop":1728856368598,"duration":0}},{"uid":"bb5a5236e604ef68","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb5a5236e604ef68","status":"passed","time":{"start":1728738604682,"stop":1728738604683,"duration":1}},{"uid":"c41543937cf74da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c41543937cf74da","status":"passed","time":{"start":1728683117631,"stop":1728683117632,"duration":1}},{"uid":"9fab00f8e5756719","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9fab00f8e5756719","status":"passed","time":{"start":1728682721320,"stop":1728682721320,"duration":0}},{"uid":"9fd3f00c810b3b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9fd3f00c810b3b3","status":"passed","time":{"start":1728677184685,"stop":1728677184685,"duration":0}},{"uid":"2d87fe11aa9aec80","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2d87fe11aa9aec80","status":"passed","time":{"start":1728669866451,"stop":1728669866452,"duration":1}},{"uid":"aa4fc7e601a5f79e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aa4fc7e601a5f79e","status":"passed","time":{"start":1728598249990,"stop":1728598249991,"duration":1}},{"uid":"29556cf79c12a043","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/29556cf79c12a043","status":"passed","time":{"start":1728597472298,"stop":1728597472299,"duration":1}}]},"tags":[]},"source":"f68ff169f5f1eb1b.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2dde0a2b82ad72dd.json b/7588/data/test-cases/f69bd7f77c219118.json similarity index 81% rename from 7556/data/test-cases/2dde0a2b82ad72dd.json rename to 7588/data/test-cases/f69bd7f77c219118.json index 07da2b615ce..33e2558b43e 100644 --- a/7556/data/test-cases/2dde0a2b82ad72dd.json +++ b/7588/data/test-cases/f69bd7f77c219118.json @@ -1 +1 @@ -{"uid":"2dde0a2b82ad72dd","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":1728457481261,"stop":1728457481262,"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":6,"unknown":0,"total":6},"items":[{"uid":"7e96dfed890d2e70","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/7e96dfed890d2e70","status":"passed","time":{"start":1728456434598,"stop":1728456434599,"duration":1}},{"uid":"b7984f065afc86c6","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/b7984f065afc86c6","status":"passed","time":{"start":1728456196703,"stop":1728456196704,"duration":1}},{"uid":"7feb428858bcf92d","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/7feb428858bcf92d","status":"passed","time":{"start":1728456113183,"stop":1728456113183,"duration":0}},{"uid":"353355cd2509df8a","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/353355cd2509df8a","status":"passed","time":{"start":1728455468959,"stop":1728455468959,"duration":0}},{"uid":"81b34fefe284bd7c","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/81b34fefe284bd7c","status":"passed","time":{"start":1728452437018,"stop":1728452437018,"duration":0}}]},"tags":[]},"source":"2dde0a2b82ad72dd.json","parameterValues":[]} \ No newline at end of file +{"uid":"f69bd7f77c219118","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":1729034636312,"stop":1729034636312,"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":15,"unknown":0,"total":15},"items":[{"uid":"f71e76c1d4cbd143","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f71e76c1d4cbd143","status":"passed","time":{"start":1729034402271,"stop":1729034402272,"duration":1}},{"uid":"b3e5e54ba0ef247c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b3e5e54ba0ef247c","status":"passed","time":{"start":1729034323289,"stop":1729034323289,"duration":0}},{"uid":"2de499adbd44abfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2de499adbd44abfe","status":"passed","time":{"start":1729034144763,"stop":1729034144763,"duration":0}},{"uid":"73bea5f40dce1f65","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73bea5f40dce1f65","status":"passed","time":{"start":1729032198814,"stop":1729032198814,"duration":0}},{"uid":"4a36f85f3fa6655","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4a36f85f3fa6655","status":"passed","time":{"start":1728901901760,"stop":1728901901760,"duration":0}},{"uid":"ae269fb2b83ab7d4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ae269fb2b83ab7d4","status":"passed","time":{"start":1728893337240,"stop":1728893337240,"duration":0}},{"uid":"8dc907cd2f2bb48f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8dc907cd2f2bb48f","status":"passed","time":{"start":1728856299187,"stop":1728856299187,"duration":0}},{"uid":"bf0abf66ee9cc895","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf0abf66ee9cc895","status":"passed","time":{"start":1728738505373,"stop":1728738505373,"duration":0}},{"uid":"be9a4e05730597e0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be9a4e05730597e0","status":"passed","time":{"start":1728683045446,"stop":1728683045446,"duration":0}},{"uid":"add4eb9f234d4132","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/add4eb9f234d4132","status":"passed","time":{"start":1728682607286,"stop":1728682607286,"duration":0}},{"uid":"71908369776a824b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/71908369776a824b","status":"passed","time":{"start":1728677103492,"stop":1728677103492,"duration":0}},{"uid":"f5bf9c6079eec3a0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5bf9c6079eec3a0","status":"passed","time":{"start":1728669777114,"stop":1728669777114,"duration":0}},{"uid":"c00a4acb09cf242d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c00a4acb09cf242d","status":"passed","time":{"start":1728598163464,"stop":1728598163464,"duration":0}},{"uid":"5ee226a99e018f1a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5ee226a99e018f1a","status":"passed","time":{"start":1728597375463,"stop":1728597375464,"duration":1}}]},"tags":[]},"source":"f69bd7f77c219118.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f6b9650aa49d1c9b.json b/7588/data/test-cases/f6b9650aa49d1c9b.json new file mode 100644 index 00000000000..a61c2c09494 --- /dev/null +++ b/7588/data/test-cases/f6b9650aa49d1c9b.json @@ -0,0 +1 @@ +{"uid":"f6b9650aa49d1c9b","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":1729034341402,"stop":1729034341403,"duration":1},"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":15,"unknown":0,"total":15},"items":[{"uid":"c2e6b3d3285cc2e4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c2e6b3d3285cc2e4","status":"passed","time":{"start":1729034104911,"stop":1729034104911,"duration":0}},{"uid":"40c15aeeb92895be","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/40c15aeeb92895be","status":"passed","time":{"start":1729034028508,"stop":1729034028509,"duration":1}},{"uid":"7601840878814b2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7601840878814b2c","status":"passed","time":{"start":1729033843117,"stop":1729033843117,"duration":0}},{"uid":"576ed51d3763c02a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/576ed51d3763c02a","status":"passed","time":{"start":1729031892676,"stop":1729031892676,"duration":0}},{"uid":"67685330f4e47827","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67685330f4e47827","status":"passed","time":{"start":1728901438807,"stop":1728901438807,"duration":0}},{"uid":"1cbb33cc6540d70c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cbb33cc6540d70c","status":"passed","time":{"start":1728892868999,"stop":1728892868999,"duration":0}},{"uid":"672b11402d8d9590","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/672b11402d8d9590","status":"passed","time":{"start":1728855831891,"stop":1728855831891,"duration":0}},{"uid":"14ebfb76f5b14d8e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/14ebfb76f5b14d8e","status":"passed","time":{"start":1728738049038,"stop":1728738049039,"duration":1}},{"uid":"39f2c5c2a2b71323","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39f2c5c2a2b71323","status":"passed","time":{"start":1728682582617,"stop":1728682582617,"duration":0}},{"uid":"bab577be3b39f881","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bab577be3b39f881","status":"passed","time":{"start":1728682155406,"stop":1728682155407,"duration":1}},{"uid":"4f5d2f49a164495","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f5d2f49a164495","status":"passed","time":{"start":1728676629972,"stop":1728676629972,"duration":0}},{"uid":"187d9716af6dea9b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/187d9716af6dea9b","status":"passed","time":{"start":1728669353100,"stop":1728669353100,"duration":0}},{"uid":"36db7a03abba878f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/36db7a03abba878f","status":"passed","time":{"start":1728597693844,"stop":1728597693845,"duration":1}},{"uid":"ad134a6f1266d424","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ad134a6f1266d424","status":"passed","time":{"start":1728596913089,"stop":1728596913089,"duration":0}}]},"tags":[]},"source":"f6b9650aa49d1c9b.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f70b2bfbbd45f5c2.json b/7588/data/test-cases/f70b2bfbbd45f5c2.json new file mode 100644 index 00000000000..fd111355616 --- /dev/null +++ b/7588/data/test-cases/f70b2bfbbd45f5c2.json @@ -0,0 +1 @@ +{"uid":"f70b2bfbbd45f5c2","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":1729034473407,"stop":1729034473408,"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.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":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"aa4dc9d75bab3fca","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aa4dc9d75bab3fca","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241340,"stop":1729034241340,"duration":0}},{"uid":"de5d99cb4de867a4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/de5d99cb4de867a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160195,"stop":1729034160195,"duration":0}},{"uid":"59bb9f5131c302e4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/59bb9f5131c302e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977227,"stop":1729033977227,"duration":0}},{"uid":"e7ba88b496091be8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e7ba88b496091be8","status":"passed","time":{"start":1729032053271,"stop":1729032053272,"duration":1}},{"uid":"c599c8cbe356e4ce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c599c8cbe356e4ce","status":"passed","time":{"start":1728901711769,"stop":1728901711769,"duration":0}},{"uid":"86169d2a02abb543","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/86169d2a02abb543","status":"passed","time":{"start":1728893141902,"stop":1728893141903,"duration":1}},{"uid":"e8fc753f6a20e10b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e8fc753f6a20e10b","status":"passed","time":{"start":1728856103201,"stop":1728856103202,"duration":1}},{"uid":"ffc4b39970c18244","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ffc4b39970c18244","status":"passed","time":{"start":1728738321621,"stop":1728738321621,"duration":0}},{"uid":"96c69313deb2081b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96c69313deb2081b","status":"passed","time":{"start":1728682857569,"stop":1728682857569,"duration":0}},{"uid":"904db067fdd1498","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/904db067fdd1498","status":"passed","time":{"start":1728682428805,"stop":1728682428805,"duration":0}},{"uid":"eb007a4f51fdd5c4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eb007a4f51fdd5c4","status":"passed","time":{"start":1728676901171,"stop":1728676901172,"duration":1}},{"uid":"dd0fbdf405925b96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd0fbdf405925b96","status":"passed","time":{"start":1728669573865,"stop":1728669573866,"duration":1}},{"uid":"f7a56ab90840e1a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f7a56ab90840e1a0","status":"passed","time":{"start":1728597972339,"stop":1728597972340,"duration":1}},{"uid":"72d909c683be5338","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/72d909c683be5338","status":"passed","time":{"start":1728597175621,"stop":1728597175621,"duration":0}}]},"tags":[]},"source":"f70b2bfbbd45f5c2.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ba76b4e304533332.json b/7588/data/test-cases/f7b46913f5448e76.json similarity index 68% rename from 7556/data/test-cases/ba76b4e304533332.json rename to 7588/data/test-cases/f7b46913f5448e76.json index e74d1cf7470..9e4139b6a28 100644 --- a/7556/data/test-cases/ba76b4e304533332.json +++ b/7588/data/test-cases/f7b46913f5448e76.json @@ -1 +1 @@ -{"uid":"ba76b4e304533332","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":1728457536281,"stop":1728457536281,"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":6,"unknown":0,"total":6},"items":[{"uid":"965b4187ba180384","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/965b4187ba180384","status":"passed","time":{"start":1728456479965,"stop":1728456479965,"duration":0}},{"uid":"a42dfe9617003bc6","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/a42dfe9617003bc6","status":"passed","time":{"start":1728456245088,"stop":1728456245088,"duration":0}},{"uid":"ec7e7edd00061687","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/ec7e7edd00061687","status":"passed","time":{"start":1728456210515,"stop":1728456210516,"duration":1}},{"uid":"fda4bd37ec9dba25","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/fda4bd37ec9dba25","status":"passed","time":{"start":1728455558234,"stop":1728455558234,"duration":0}},{"uid":"42a6a6c89bae308f","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/42a6a6c89bae308f","status":"passed","time":{"start":1728452533449,"stop":1728452533449,"duration":0}}]},"tags":[]},"source":"ba76b4e304533332.json","parameterValues":[]} \ No newline at end of file +{"uid":"f7b46913f5448e76","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":1729034682676,"stop":1729034682677,"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":15,"unknown":0,"total":15},"items":[{"uid":"f79a6138797fb078","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f79a6138797fb078","status":"passed","time":{"start":1729034452184,"stop":1729034452184,"duration":0}},{"uid":"4aedaa0a5834ca5e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4aedaa0a5834ca5e","status":"passed","time":{"start":1729034373080,"stop":1729034373080,"duration":0}},{"uid":"7a7db5d2bd2c0ae8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a7db5d2bd2c0ae8","status":"passed","time":{"start":1729034188117,"stop":1729034188118,"duration":1}},{"uid":"1c09f4cb838eb33f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1c09f4cb838eb33f","status":"passed","time":{"start":1729032231864,"stop":1729032231864,"duration":0}},{"uid":"b8ee623e31992022","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8ee623e31992022","status":"passed","time":{"start":1728901989565,"stop":1728901989566,"duration":1}},{"uid":"66a8870fc68eec80","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/66a8870fc68eec80","status":"passed","time":{"start":1728893424901,"stop":1728893424902,"duration":1}},{"uid":"a4fac94f10b602cf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4fac94f10b602cf","status":"passed","time":{"start":1728856376683,"stop":1728856376684,"duration":1}},{"uid":"d722b9e000cd62b4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d722b9e000cd62b4","status":"passed","time":{"start":1728738593960,"stop":1728738593960,"duration":0}},{"uid":"f49e83e4cfc773cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f49e83e4cfc773cd","status":"passed","time":{"start":1728683135338,"stop":1728683135339,"duration":1}},{"uid":"dce7e8ec3334203a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dce7e8ec3334203a","status":"passed","time":{"start":1728682692590,"stop":1728682692591,"duration":1}},{"uid":"1e6b9b8e4a9c07aa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1e6b9b8e4a9c07aa","status":"passed","time":{"start":1728677194229,"stop":1728677194229,"duration":0}},{"uid":"3da58550c8903713","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3da58550c8903713","status":"passed","time":{"start":1728669874424,"stop":1728669874424,"duration":0}},{"uid":"81208e1d8f91249a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/81208e1d8f91249a","status":"passed","time":{"start":1728598257462,"stop":1728598257462,"duration":0}},{"uid":"af14123820ada785","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/af14123820ada785","status":"passed","time":{"start":1728597471284,"stop":1728597471297,"duration":13}}]},"tags":[]},"source":"f7b46913f5448e76.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ec54364132608f12.json b/7588/data/test-cases/f7c69ebd91b40ad8.json similarity index 81% rename from 7556/data/test-cases/ec54364132608f12.json rename to 7588/data/test-cases/f7c69ebd91b40ad8.json index b2a64e90eb1..f26bff0350d 100644 --- a/7556/data/test-cases/ec54364132608f12.json +++ b/7588/data/test-cases/f7c69ebd91b40ad8.json @@ -1 +1 @@ -{"uid":"ec54364132608f12","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":1728457322404,"stop":1728457322404,"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":6,"unknown":0,"total":6},"items":[{"uid":"8767c1fd25df194","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/8767c1fd25df194","status":"passed","time":{"start":1728456287209,"stop":1728456287211,"duration":2}},{"uid":"55bdfea3eed9c383","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/55bdfea3eed9c383","status":"passed","time":{"start":1728455980743,"stop":1728455980743,"duration":0}},{"uid":"c0375e29b4490587","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/c0375e29b4490587","status":"passed","time":{"start":1728455789234,"stop":1728455789235,"duration":1}},{"uid":"9fc164298c167598","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/9fc164298c167598","status":"passed","time":{"start":1728455146545,"stop":1728455146545,"duration":0}},{"uid":"c41c6ef7fa3788fa","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/c41c6ef7fa3788fa","status":"passed","time":{"start":1728452163121,"stop":1728452163121,"duration":0}}]},"tags":[]},"source":"ec54364132608f12.json","parameterValues":[]} \ No newline at end of file +{"uid":"f7c69ebd91b40ad8","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":1729034506787,"stop":1729034506788,"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":15,"unknown":0,"total":15},"items":[{"uid":"f0891bbb7c604a1a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f0891bbb7c604a1a","status":"passed","time":{"start":1729034259808,"stop":1729034259808,"duration":0}},{"uid":"a6669ea876e64195","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a6669ea876e64195","status":"passed","time":{"start":1729034194004,"stop":1729034194005,"duration":1}},{"uid":"826c977f3978dc7b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/826c977f3978dc7b","status":"passed","time":{"start":1729034014847,"stop":1729034014848,"duration":1}},{"uid":"d74775e5d1bc5ae3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d74775e5d1bc5ae3","status":"passed","time":{"start":1729032065434,"stop":1729032065437,"duration":3}},{"uid":"d9932483ab01c638","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d9932483ab01c638","status":"passed","time":{"start":1728901664235,"stop":1728901664235,"duration":0}},{"uid":"3705d51fcee89d50","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3705d51fcee89d50","status":"passed","time":{"start":1728893093684,"stop":1728893093685,"duration":1}},{"uid":"7ff091ff89535dbd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7ff091ff89535dbd","status":"passed","time":{"start":1728856055263,"stop":1728856055264,"duration":1}},{"uid":"ff3dc9eb64750aaf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff3dc9eb64750aaf","status":"passed","time":{"start":1728738274740,"stop":1728738274740,"duration":0}},{"uid":"278989eaeac837cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/278989eaeac837cc","status":"passed","time":{"start":1728682807950,"stop":1728682807950,"duration":0}},{"uid":"c08908a108d4f015","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c08908a108d4f015","status":"passed","time":{"start":1728682381280,"stop":1728682381280,"duration":0}},{"uid":"fde0357c5e62a04e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fde0357c5e62a04e","status":"passed","time":{"start":1728676853893,"stop":1728676853893,"duration":0}},{"uid":"11e88467e38f2172","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/11e88467e38f2172","status":"passed","time":{"start":1728669581684,"stop":1728669581685,"duration":1}},{"uid":"824a9948182055fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/824a9948182055fb","status":"passed","time":{"start":1728597923469,"stop":1728597923470,"duration":1}},{"uid":"d2ba24764b644508","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d2ba24764b644508","status":"passed","time":{"start":1728597132259,"stop":1728597132259,"duration":0}}]},"tags":[]},"source":"f7c69ebd91b40ad8.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f7c9e92daf000863.json b/7588/data/test-cases/f7c9e92daf000863.json new file mode 100644 index 00000000000..c3d4b231bf0 --- /dev/null +++ b/7588/data/test-cases/f7c9e92daf000863.json @@ -0,0 +1 @@ +{"uid":"f7c9e92daf000863","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":1729034332641,"stop":1729034332641,"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":15,"unknown":0,"total":15},"items":[{"uid":"338bd61eaaa022cb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/338bd61eaaa022cb","status":"passed","time":{"start":1729034096140,"stop":1729034096140,"duration":0}},{"uid":"5d86c61b90c31807","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5d86c61b90c31807","status":"passed","time":{"start":1729034020096,"stop":1729034020096,"duration":0}},{"uid":"1b53ed22dd056a25","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1b53ed22dd056a25","status":"passed","time":{"start":1729033834393,"stop":1729033834393,"duration":0}},{"uid":"56ea1ec92590be2c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/56ea1ec92590be2c","status":"passed","time":{"start":1729031884126,"stop":1729031884127,"duration":1}},{"uid":"66a218d66cb886cc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66a218d66cb886cc","status":"passed","time":{"start":1728901430260,"stop":1728901430260,"duration":0}},{"uid":"463f1eac5baaf99c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/463f1eac5baaf99c","status":"passed","time":{"start":1728892860538,"stop":1728892860539,"duration":1}},{"uid":"64234cf9207a309c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64234cf9207a309c","status":"passed","time":{"start":1728855823328,"stop":1728855823328,"duration":0}},{"uid":"5104b302c6dd6e45","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5104b302c6dd6e45","status":"passed","time":{"start":1728738040609,"stop":1728738040609,"duration":0}},{"uid":"76dba47770a4c1fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/76dba47770a4c1fd","status":"passed","time":{"start":1728682574100,"stop":1728682574100,"duration":0}},{"uid":"296fb4405aa6804f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/296fb4405aa6804f","status":"passed","time":{"start":1728682146824,"stop":1728682146824,"duration":0}},{"uid":"298ab9fc5f57e334","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/298ab9fc5f57e334","status":"passed","time":{"start":1728676621438,"stop":1728676621439,"duration":1}},{"uid":"e285662eb7623703","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e285662eb7623703","status":"passed","time":{"start":1728669344473,"stop":1728669344473,"duration":0}},{"uid":"8e469e39255dfc03","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8e469e39255dfc03","status":"passed","time":{"start":1728597685168,"stop":1728597685169,"duration":1}},{"uid":"13ed6c68704f97b5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/13ed6c68704f97b5","status":"passed","time":{"start":1728596904477,"stop":1728596904477,"duration":0}}]},"tags":[]},"source":"f7c9e92daf000863.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f801bee3935823f9.json b/7588/data/test-cases/f801bee3935823f9.json new file mode 100644 index 00000000000..ae39660a138 --- /dev/null +++ b/7588/data/test-cases/f801bee3935823f9.json @@ -0,0 +1 @@ +{"uid":"f801bee3935823f9","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":1729034392568,"stop":1729034392568,"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: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":15,"unknown":0,"total":15},"items":[{"uid":"3390894a3b9ffc59","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3390894a3b9ffc59","status":"passed","time":{"start":1729034155169,"stop":1729034155170,"duration":1}},{"uid":"3f556c888bf9d9c0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3f556c888bf9d9c0","status":"passed","time":{"start":1729034079229,"stop":1729034079229,"duration":0}},{"uid":"5ccc902154703708","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ccc902154703708","status":"passed","time":{"start":1729033892948,"stop":1729033892951,"duration":3}},{"uid":"715064ad0bfc1f73","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/715064ad0bfc1f73","status":"passed","time":{"start":1729031943346,"stop":1729031943347,"duration":1}},{"uid":"b1a14d2a9a4684d1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b1a14d2a9a4684d1","status":"passed","time":{"start":1728901487509,"stop":1728901487513,"duration":4}},{"uid":"3b485e03baf234bd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b485e03baf234bd","status":"passed","time":{"start":1728892920383,"stop":1728892920384,"duration":1}},{"uid":"77d76ec4253a2eaf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77d76ec4253a2eaf","status":"passed","time":{"start":1728855881495,"stop":1728855881495,"duration":0}},{"uid":"c6961baadb6af10c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c6961baadb6af10c","status":"passed","time":{"start":1728738098726,"stop":1728738098727,"duration":1}},{"uid":"cab9b3a3c9c028f8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cab9b3a3c9c028f8","status":"passed","time":{"start":1728682632217,"stop":1728682632218,"duration":1}},{"uid":"28cb74db442989b0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/28cb74db442989b0","status":"passed","time":{"start":1728682205208,"stop":1728682205208,"duration":0}},{"uid":"351d6d3b606b3914","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/351d6d3b606b3914","status":"passed","time":{"start":1728676680974,"stop":1728676680974,"duration":0}},{"uid":"99db3ecc8faaadd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/99db3ecc8faaadd","status":"passed","time":{"start":1728669404736,"stop":1728669404737,"duration":1}},{"uid":"55034fc5ec062e2c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55034fc5ec062e2c","status":"passed","time":{"start":1728597743842,"stop":1728597743843,"duration":1}},{"uid":"2bde0978eda86690","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2bde0978eda86690","status":"passed","time":{"start":1728596961179,"stop":1728596961181,"duration":2}}]},"tags":[]},"source":"f801bee3935823f9.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f83acbf55acdece4.json b/7588/data/test-cases/f83acbf55acdece4.json new file mode 100644 index 00000000000..9a9adbbbda6 --- /dev/null +++ b/7588/data/test-cases/f83acbf55acdece4.json @@ -0,0 +1 @@ +{"uid":"f83acbf55acdece4","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":1729034348577,"stop":1729034348577,"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":15,"unknown":0,"total":15},"items":[{"uid":"de503780c604b686","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/de503780c604b686","status":"passed","time":{"start":1729034112387,"stop":1729034112388,"duration":1}},{"uid":"23581c06e59f8dd8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/23581c06e59f8dd8","status":"passed","time":{"start":1729034035615,"stop":1729034035617,"duration":2}},{"uid":"e94e3a5213fb248a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e94e3a5213fb248a","status":"passed","time":{"start":1729033850405,"stop":1729033850405,"duration":0}},{"uid":"3cdfe96798d68a3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3cdfe96798d68a3","status":"passed","time":{"start":1729031899690,"stop":1729031899691,"duration":1}},{"uid":"a0622e860335b5c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a0622e860335b5c0","status":"passed","time":{"start":1728901445802,"stop":1728901445802,"duration":0}},{"uid":"92cfc8b1077076f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/92cfc8b1077076f8","status":"passed","time":{"start":1728892876333,"stop":1728892876334,"duration":1}},{"uid":"8010ae86c32dfadb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8010ae86c32dfadb","status":"passed","time":{"start":1728855838897,"stop":1728855838898,"duration":1}},{"uid":"36dbf60aefae6367","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/36dbf60aefae6367","status":"passed","time":{"start":1728738055941,"stop":1728738055942,"duration":1}},{"uid":"de390420991a61a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de390420991a61a8","status":"passed","time":{"start":1728682589826,"stop":1728682589826,"duration":0}},{"uid":"5d6a5d1b0b84f631","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5d6a5d1b0b84f631","status":"passed","time":{"start":1728682162268,"stop":1728682162268,"duration":0}},{"uid":"3254aa974a96e4ad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3254aa974a96e4ad","status":"passed","time":{"start":1728676637065,"stop":1728676637065,"duration":0}},{"uid":"7850f152bc8b709c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7850f152bc8b709c","status":"passed","time":{"start":1728669360435,"stop":1728669360435,"duration":0}},{"uid":"a0154f77b65ba810","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a0154f77b65ba810","status":"passed","time":{"start":1728597700986,"stop":1728597700986,"duration":0}},{"uid":"4e948552ceff5f66","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4e948552ceff5f66","status":"passed","time":{"start":1728596920268,"stop":1728596920269,"duration":1}}]},"tags":[]},"source":"f83acbf55acdece4.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/b6f04f42d0dae717.json b/7588/data/test-cases/f85a385da8a6fe11.json similarity index 82% rename from 7556/data/test-cases/b6f04f42d0dae717.json rename to 7588/data/test-cases/f85a385da8a6fe11.json index 1d2d58882c7..db2306f01b2 100644 --- a/7556/data/test-cases/b6f04f42d0dae717.json +++ b/7588/data/test-cases/f85a385da8a6fe11.json @@ -1 +1 @@ -{"uid":"b6f04f42d0dae717","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":1728457481268,"stop":1728457481268,"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":6,"unknown":0,"total":6},"items":[{"uid":"235ab054fac97bdc","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/235ab054fac97bdc","status":"passed","time":{"start":1728456434602,"stop":1728456434603,"duration":1}},{"uid":"828cf3d44f8b4edb","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/828cf3d44f8b4edb","status":"passed","time":{"start":1728456196706,"stop":1728456196706,"duration":0}},{"uid":"a737b66edb1dc078","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/a737b66edb1dc078","status":"passed","time":{"start":1728456113185,"stop":1728456113185,"duration":0}},{"uid":"13b198edb813b558","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/13b198edb813b558","status":"passed","time":{"start":1728455468961,"stop":1728455468962,"duration":1}},{"uid":"9d75ffa0d7c9b42","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/9d75ffa0d7c9b42","status":"passed","time":{"start":1728452437020,"stop":1728452437020,"duration":0}}]},"tags":[]},"source":"b6f04f42d0dae717.json","parameterValues":[]} \ No newline at end of file +{"uid":"f85a385da8a6fe11","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":1729034636313,"stop":1729034636314,"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":15,"unknown":0,"total":15},"items":[{"uid":"10fbcf45f2b9befd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/10fbcf45f2b9befd","status":"passed","time":{"start":1729034402279,"stop":1729034402280,"duration":1}},{"uid":"149f3e2908782d57","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/149f3e2908782d57","status":"passed","time":{"start":1729034323294,"stop":1729034323294,"duration":0}},{"uid":"c2ecf39978ce5880","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2ecf39978ce5880","status":"passed","time":{"start":1729034144765,"stop":1729034144765,"duration":0}},{"uid":"be7b93e520f0edba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be7b93e520f0edba","status":"passed","time":{"start":1729032198815,"stop":1729032198816,"duration":1}},{"uid":"1b822bc5ce228915","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b822bc5ce228915","status":"passed","time":{"start":1728901901763,"stop":1728901901764,"duration":1}},{"uid":"7ad888210dfad994","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7ad888210dfad994","status":"passed","time":{"start":1728893337247,"stop":1728893337252,"duration":5}},{"uid":"be06b68873113fa4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be06b68873113fa4","status":"passed","time":{"start":1728856299188,"stop":1728856299189,"duration":1}},{"uid":"8293090fd5a1e4af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8293090fd5a1e4af","status":"passed","time":{"start":1728738505375,"stop":1728738505375,"duration":0}},{"uid":"aec9516e6d2f8205","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aec9516e6d2f8205","status":"passed","time":{"start":1728683045448,"stop":1728683045448,"duration":0}},{"uid":"70b5b77f3b7495eb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70b5b77f3b7495eb","status":"passed","time":{"start":1728682607289,"stop":1728682607290,"duration":1}},{"uid":"c661a2148f5c26d3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c661a2148f5c26d3","status":"passed","time":{"start":1728677103493,"stop":1728677103494,"duration":1}},{"uid":"111ff79d94d997ce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/111ff79d94d997ce","status":"passed","time":{"start":1728669777115,"stop":1728669777116,"duration":1}},{"uid":"cb9486c259363cb9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb9486c259363cb9","status":"passed","time":{"start":1728598163465,"stop":1728598163465,"duration":0}},{"uid":"35faf3f9c1c9b3b9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/35faf3f9c1c9b3b9","status":"passed","time":{"start":1728597375468,"stop":1728597375469,"duration":1}}]},"tags":[]},"source":"f85a385da8a6fe11.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f865cb328a293af1.json b/7588/data/test-cases/f865cb328a293af1.json new file mode 100644 index 00000000000..d8fae556bd0 --- /dev/null +++ b/7588/data/test-cases/f865cb328a293af1.json @@ -0,0 +1 @@ +{"uid":"f865cb328a293af1","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":1729034332628,"stop":1729034332628,"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":15,"unknown":0,"total":15},"items":[{"uid":"fb20610eb50849b7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fb20610eb50849b7","status":"passed","time":{"start":1729034096129,"stop":1729034096130,"duration":1}},{"uid":"3ed16a2bace39e1d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3ed16a2bace39e1d","status":"passed","time":{"start":1729034020087,"stop":1729034020087,"duration":0}},{"uid":"60c64221952c1608","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/60c64221952c1608","status":"passed","time":{"start":1729033834380,"stop":1729033834381,"duration":1}},{"uid":"e05f4740d13a4fec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e05f4740d13a4fec","status":"passed","time":{"start":1729031884113,"stop":1729031884113,"duration":0}},{"uid":"d80dd80aa9c4c4c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d80dd80aa9c4c4c","status":"passed","time":{"start":1728901430252,"stop":1728901430252,"duration":0}},{"uid":"7bb43da171b4fff3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7bb43da171b4fff3","status":"passed","time":{"start":1728892860528,"stop":1728892860529,"duration":1}},{"uid":"908fbba93c7ca817","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/908fbba93c7ca817","status":"passed","time":{"start":1728855823319,"stop":1728855823319,"duration":0}},{"uid":"cf5adca3df168c2f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cf5adca3df168c2f","status":"passed","time":{"start":1728738040597,"stop":1728738040598,"duration":1}},{"uid":"d141d41678083632","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d141d41678083632","status":"passed","time":{"start":1728682574088,"stop":1728682574088,"duration":0}},{"uid":"9affea21b59c8838","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9affea21b59c8838","status":"passed","time":{"start":1728682146812,"stop":1728682146812,"duration":0}},{"uid":"336c17a688f864de","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/336c17a688f864de","status":"passed","time":{"start":1728676621428,"stop":1728676621428,"duration":0}},{"uid":"7d3b44a708d1c3bc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7d3b44a708d1c3bc","status":"passed","time":{"start":1728669344464,"stop":1728669344464,"duration":0}},{"uid":"dc646cd08fbac111","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc646cd08fbac111","status":"passed","time":{"start":1728597685157,"stop":1728597685158,"duration":1}},{"uid":"71e3720dc7b2dc00","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/71e3720dc7b2dc00","status":"passed","time":{"start":1728596904464,"stop":1728596904464,"duration":0}}]},"tags":[]},"source":"f865cb328a293af1.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f8838bd49ca9a2f7.json b/7588/data/test-cases/f8838bd49ca9a2f7.json new file mode 100644 index 00000000000..8ba842d9ec1 --- /dev/null +++ b/7588/data/test-cases/f8838bd49ca9a2f7.json @@ -0,0 +1 @@ +{"uid":"f8838bd49ca9a2f7","name":"should log when no additional peers are found","fullName":"/src/protocols/peer_manager.spec.ts: PeerManager > findAndAddPeers > should log when no additional peers are found","historyId":"bbb7378b3307828dcb05d49b677b0802:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034373030,"stop":1729034373030,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"PeerManager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.protocols"},{"name":"parentSuite","value":"PeerManager"},{"name":"suite","value":"findAndAddPeers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"891e4f908f45c3fd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/891e4f908f45c3fd","status":"passed","time":{"start":1729034137317,"stop":1729034137317,"duration":0}},{"uid":"239ad0f20cfe4d2a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/239ad0f20cfe4d2a","status":"passed","time":{"start":1729034060022,"stop":1729034060023,"duration":1}},{"uid":"85f63db5b9924a7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85f63db5b9924a7e","status":"passed","time":{"start":1729033874966,"stop":1729033874967,"duration":1}},{"uid":"3e0903160060c99e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3e0903160060c99e","status":"passed","time":{"start":1729031924903,"stop":1729031924904,"duration":1}},{"uid":"da7b0655fd66c598","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da7b0655fd66c598","status":"passed","time":{"start":1728901469131,"stop":1728901469131,"duration":0}},{"uid":"c14460b519638ddb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c14460b519638ddb","status":"passed","time":{"start":1728892899796,"stop":1728892899796,"duration":0}},{"uid":"153b8fbed112c938","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/153b8fbed112c938","status":"passed","time":{"start":1728855863061,"stop":1728855863062,"duration":1}},{"uid":"97aab1ddd894a0f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/97aab1ddd894a0f1","status":"passed","time":{"start":1728738080904,"stop":1728738080904,"duration":0}},{"uid":"3cb5eedc817f0bd9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3cb5eedc817f0bd9","status":"passed","time":{"start":1728682614312,"stop":1728682614312,"duration":0}},{"uid":"34342a4db8bacb4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/34342a4db8bacb4","status":"passed","time":{"start":1728682187097,"stop":1728682187098,"duration":1}},{"uid":"1077c91cb5aa20f5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1077c91cb5aa20f5","status":"passed","time":{"start":1728676661489,"stop":1728676661490,"duration":1}},{"uid":"37fb76567767a419","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/37fb76567767a419","status":"passed","time":{"start":1728669384665,"stop":1728669384665,"duration":0}},{"uid":"539d722bfbdee457","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/539d722bfbdee457","status":"passed","time":{"start":1728597724236,"stop":1728597724236,"duration":0}},{"uid":"78c324fb67191abb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/78c324fb67191abb","status":"passed","time":{"start":1728596943284,"stop":1728596943285,"duration":1}}]},"tags":[]},"source":"f8838bd49ca9a2f7.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f9105f5c035ea96c.json b/7588/data/test-cases/f9105f5c035ea96c.json new file mode 100644 index 00000000000..484f1656f97 --- /dev/null +++ b/7588/data/test-cases/f9105f5c035ea96c.json @@ -0,0 +1 @@ +{"uid":"f9105f5c035ea96c","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":1729034332621,"stop":1729034332621,"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":15,"unknown":0,"total":15},"items":[{"uid":"f600ca32c8001d42","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f600ca32c8001d42","status":"passed","time":{"start":1729034096121,"stop":1729034096122,"duration":1}},{"uid":"f334caf86eff4e0b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f334caf86eff4e0b","status":"passed","time":{"start":1729034020082,"stop":1729034020082,"duration":0}},{"uid":"c12d8e1bd37e43c7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c12d8e1bd37e43c7","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"duration":0}},{"uid":"62c1a3a66f433425","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/62c1a3a66f433425","status":"passed","time":{"start":1729031884104,"stop":1729031884104,"duration":0}},{"uid":"56e29e1787448548","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56e29e1787448548","status":"passed","time":{"start":1728901430246,"stop":1728901430246,"duration":0}},{"uid":"986f26a1b4ddc972","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/986f26a1b4ddc972","status":"passed","time":{"start":1728892860522,"stop":1728892860522,"duration":0}},{"uid":"d6b3387e0f0b7112","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d6b3387e0f0b7112","status":"passed","time":{"start":1728855823312,"stop":1728855823312,"duration":0}},{"uid":"d6bdcabd82bd9882","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d6bdcabd82bd9882","status":"passed","time":{"start":1728738040581,"stop":1728738040581,"duration":0}},{"uid":"22738566e248592d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/22738566e248592d","status":"passed","time":{"start":1728682574079,"stop":1728682574079,"duration":0}},{"uid":"10568d7e46dcdc4e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/10568d7e46dcdc4e","status":"passed","time":{"start":1728682146807,"stop":1728682146807,"duration":0}},{"uid":"a292adf08a1679a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a292adf08a1679a8","status":"passed","time":{"start":1728676621420,"stop":1728676621420,"duration":0}},{"uid":"98a113205191a099","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98a113205191a099","status":"passed","time":{"start":1728669344458,"stop":1728669344458,"duration":0}},{"uid":"cd36f8669d50e1d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd36f8669d50e1d4","status":"passed","time":{"start":1728597685150,"stop":1728597685151,"duration":1}},{"uid":"1a25239fc266e6c3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1a25239fc266e6c3","status":"passed","time":{"start":1728596904456,"stop":1728596904457,"duration":1}}]},"tags":[]},"source":"f9105f5c035ea96c.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f93566403986fa4e.json b/7588/data/test-cases/f93566403986fa4e.json new file mode 100644 index 00000000000..9b688ee7584 --- /dev/null +++ b/7588/data/test-cases/f93566403986fa4e.json @@ -0,0 +1 @@ +{"uid":"f93566403986fa4e","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":1729034332633,"stop":1729034332634,"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":15,"unknown":0,"total":15},"items":[{"uid":"553c0e741ed8023a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/553c0e741ed8023a","status":"passed","time":{"start":1729034096135,"stop":1729034096135,"duration":0}},{"uid":"b7576705314e36aa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b7576705314e36aa","status":"passed","time":{"start":1729034020092,"stop":1729034020092,"duration":0}},{"uid":"c2ba4c4715be4b64","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2ba4c4715be4b64","status":"passed","time":{"start":1729033834388,"stop":1729033834388,"duration":0}},{"uid":"ee034795262f9b11","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ee034795262f9b11","status":"passed","time":{"start":1729031884121,"stop":1729031884121,"duration":0}},{"uid":"acaf2c6010e8dce6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/acaf2c6010e8dce6","status":"passed","time":{"start":1728901430255,"stop":1728901430256,"duration":1}},{"uid":"3052ac0681c262b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3052ac0681c262b0","status":"passed","time":{"start":1728892860533,"stop":1728892860534,"duration":1}},{"uid":"634966dff96aa9d5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/634966dff96aa9d5","status":"passed","time":{"start":1728855823323,"stop":1728855823324,"duration":1}},{"uid":"d4ab7f373b35d4ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d4ab7f373b35d4ca","status":"passed","time":{"start":1728738040604,"stop":1728738040604,"duration":0}},{"uid":"718fa55dd3f903ac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/718fa55dd3f903ac","status":"passed","time":{"start":1728682574094,"stop":1728682574094,"duration":0}},{"uid":"7d5a3b2c5550f975","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7d5a3b2c5550f975","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"a513c7f16877b0d4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a513c7f16877b0d4","status":"passed","time":{"start":1728676621433,"stop":1728676621434,"duration":1}},{"uid":"a21d006118f0658e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a21d006118f0658e","status":"passed","time":{"start":1728669344469,"stop":1728669344469,"duration":0}},{"uid":"720dc6d152073e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/720dc6d152073e9","status":"passed","time":{"start":1728597685163,"stop":1728597685163,"duration":0}},{"uid":"5082756de2ad47d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5082756de2ad47d4","status":"passed","time":{"start":1728596904470,"stop":1728596904470,"duration":0}}]},"tags":[]},"source":"f93566403986fa4e.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/2069238e479dd4a5.json b/7588/data/test-cases/f93a9b54b36bd5f7.json similarity index 92% rename from 7556/data/test-cases/2069238e479dd4a5.json rename to 7588/data/test-cases/f93a9b54b36bd5f7.json index 87f5b252074..7830d790365 100644 --- a/7556/data/test-cases/2069238e479dd4a5.json +++ b/7588/data/test-cases/f93a9b54b36bd5f7.json @@ -1 +1 @@ -{"uid":"2069238e479dd4a5","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app49/8/topic305/utf8","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 1 - Cluster ID: 10, Content Topic: /app49/8/topic305/utf8","historyId":"9ffc2425db54f2bf4145b01b1f6c6f88:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457516694,"stop":1728457516695,"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":"2069238e479dd4a5.json","parameterValues":[]} \ No newline at end of file +{"uid":"f93a9b54b36bd5f7","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app35/4/topic967/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 5 - Cluster ID: 10, Content Topic: /app35/4/topic967/json","historyId":"8f1a39a07732c46816982bcb20ea64ea:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034656465,"stop":1729034656465,"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":"f93a9b54b36bd5f7.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f98b13feb6582a0b.json b/7588/data/test-cases/f98b13feb6582a0b.json new file mode 100644 index 00000000000..95350f8b1fb --- /dev/null +++ b/7588/data/test-cases/f98b13feb6582a0b.json @@ -0,0 +1 @@ +{"uid":"f98b13feb6582a0b","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":1729034693196,"stop":1729034693196,"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":15,"unknown":0,"total":15},"items":[{"uid":"fd785701811fc82a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fd785701811fc82a","status":"passed","time":{"start":1729034468600,"stop":1729034468600,"duration":0}},{"uid":"9a8156273d926fe9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9a8156273d926fe9","status":"passed","time":{"start":1729034383199,"stop":1729034383199,"duration":0}},{"uid":"3db7910c9876d71b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3db7910c9876d71b","status":"passed","time":{"start":1729034203622,"stop":1729034203622,"duration":0}},{"uid":"a2a53065d7d48c24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a2a53065d7d48c24","status":"passed","time":{"start":1729032256253,"stop":1729032256256,"duration":3}},{"uid":"54a585ecb6df5f27","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/54a585ecb6df5f27","status":"passed","time":{"start":1728902016654,"stop":1728902016655,"duration":1}},{"uid":"fba2e0d1092a0f51","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fba2e0d1092a0f51","status":"passed","time":{"start":1728893448586,"stop":1728893448586,"duration":0}},{"uid":"91ec2b8b0017894d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/91ec2b8b0017894d","status":"passed","time":{"start":1728856401309,"stop":1728856401309,"duration":0}},{"uid":"c84b1d6bfe967f36","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c84b1d6bfe967f36","status":"passed","time":{"start":1728738624655,"stop":1728738624655,"duration":0}},{"uid":"faa0dcf2cc522b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/faa0dcf2cc522b7","status":"passed","time":{"start":1728683154299,"stop":1728683154299,"duration":0}},{"uid":"8e02e11a79354c4d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e02e11a79354c4d","status":"passed","time":{"start":1728682726615,"stop":1728682726615,"duration":0}},{"uid":"88f93f3635e9c947","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/88f93f3635e9c947","status":"passed","time":{"start":1728677221174,"stop":1728677221174,"duration":0}},{"uid":"6abba57a9e3c4193","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6abba57a9e3c4193","status":"passed","time":{"start":1728669902840,"stop":1728669902841,"duration":1}},{"uid":"79f310c3f84778fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/79f310c3f84778fb","status":"passed","time":{"start":1728598275773,"stop":1728598275773,"duration":0}},{"uid":"4530af70eaaf823c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4530af70eaaf823c","status":"passed","time":{"start":1728597495945,"stop":1728597495946,"duration":1}}]},"tags":[]},"source":"f98b13feb6582a0b.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/f9c242039798aa63.json b/7588/data/test-cases/f9c242039798aa63.json new file mode 100644 index 00000000000..4913c1dcac7 --- /dev/null +++ b/7588/data/test-cases/f9c242039798aa63.json @@ -0,0 +1 @@ +{"uid":"f9c242039798aa63","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":1729034447617,"stop":1729034447618,"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":15,"unknown":0,"total":15},"items":[{"uid":"5f2bf0189e9d3885","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f2bf0189e9d3885","status":"passed","time":{"start":1729034206087,"stop":1729034206087,"duration":0}},{"uid":"bcbf6bea68f2c83b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bcbf6bea68f2c83b","status":"passed","time":{"start":1729034134194,"stop":1729034134195,"duration":1}},{"uid":"3c2f4dbddcc7329d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3c2f4dbddcc7329d","status":"passed","time":{"start":1729033942603,"stop":1729033942604,"duration":1}},{"uid":"2e2c806a49ca419a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e2c806a49ca419a","status":"passed","time":{"start":1729031989715,"stop":1729031989715,"duration":0}},{"uid":"9898eee90b042fbd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9898eee90b042fbd","status":"passed","time":{"start":1728901562044,"stop":1728901562046,"duration":2}},{"uid":"dab052cb58518cb1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dab052cb58518cb1","status":"passed","time":{"start":1728893001481,"stop":1728893001481,"duration":0}},{"uid":"e6ae993713e1fbfb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e6ae993713e1fbfb","status":"passed","time":{"start":1728855968868,"stop":1728855968869,"duration":1}},{"uid":"c5a7e3e0379c34ce","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5a7e3e0379c34ce","status":"passed","time":{"start":1728738172967,"stop":1728738172967,"duration":0}},{"uid":"72b82949270354b8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/72b82949270354b8","status":"passed","time":{"start":1728682706940,"stop":1728682706940,"duration":0}},{"uid":"70092edff79c2c94","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70092edff79c2c94","status":"passed","time":{"start":1728682296861,"stop":1728682296861,"duration":0}},{"uid":"e0538c8549ce62c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e0538c8549ce62c7","status":"passed","time":{"start":1728676761472,"stop":1728676761476,"duration":4}},{"uid":"8a17cbc53becf330","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8a17cbc53becf330","status":"passed","time":{"start":1728669479027,"stop":1728669479027,"duration":0}},{"uid":"19bc66d4febc9693","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/19bc66d4febc9693","status":"passed","time":{"start":1728597820127,"stop":1728597820127,"duration":0}},{"uid":"81d83e6e5f25d30d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/81d83e6e5f25d30d","status":"passed","time":{"start":1728597034501,"stop":1728597034502,"duration":1}}]},"tags":[]},"source":"f9c242039798aa63.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/fa709a3c471dc4a.json b/7588/data/test-cases/fa709a3c471dc4a.json new file mode 100644 index 00000000000..d77bc835bf1 --- /dev/null +++ b/7588/data/test-cases/fa709a3c471dc4a.json @@ -0,0 +1 @@ +{"uid":"fa709a3c471dc4a","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":1729034366400,"stop":1729034366400,"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":15,"unknown":0,"total":15},"items":[{"uid":"38ce8f783b60c013","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/38ce8f783b60c013","status":"passed","time":{"start":1729034130430,"stop":1729034130431,"duration":1}},{"uid":"b223f8032d3687df","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b223f8032d3687df","status":"passed","time":{"start":1729034053400,"stop":1729034053401,"duration":1}},{"uid":"36fac8b81c78ddde","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/36fac8b81c78ddde","status":"passed","time":{"start":1729033868328,"stop":1729033868329,"duration":1}},{"uid":"371f1de29b733cd6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/371f1de29b733cd6","status":"passed","time":{"start":1729031918118,"stop":1729031918118,"duration":0}},{"uid":"6b81f23a60235d2e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6b81f23a60235d2e","status":"passed","time":{"start":1728901463797,"stop":1728901463798,"duration":1}},{"uid":"5854c8c30aaacaa1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5854c8c30aaacaa1","status":"passed","time":{"start":1728892894311,"stop":1728892894311,"duration":0}},{"uid":"63d5a2adad69099c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63d5a2adad69099c","status":"passed","time":{"start":1728855856839,"stop":1728855856839,"duration":0}},{"uid":"1b92643da57f8aa8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1b92643da57f8aa8","status":"passed","time":{"start":1728738074179,"stop":1728738074180,"duration":1}},{"uid":"334e74b16d66132c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/334e74b16d66132c","status":"passed","time":{"start":1728682607652,"stop":1728682607653,"duration":1}},{"uid":"ff9ed5accc1a0b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ff9ed5accc1a0b9","status":"passed","time":{"start":1728682180606,"stop":1728682180607,"duration":1}},{"uid":"263d734050888b55","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/263d734050888b55","status":"passed","time":{"start":1728676655191,"stop":1728676655192,"duration":1}},{"uid":"7f2b3162cbaf7c21","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f2b3162cbaf7c21","status":"passed","time":{"start":1728669378165,"stop":1728669378166,"duration":1}},{"uid":"953234771164f859","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/953234771164f859","status":"passed","time":{"start":1728597718743,"stop":1728597718743,"duration":0}},{"uid":"1b7208b87023ec25","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1b7208b87023ec25","status":"passed","time":{"start":1728596937947,"stop":1728596937947,"duration":0}}]},"tags":[]},"source":"fa709a3c471dc4a.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/fa9d46ab43205d85.json b/7588/data/test-cases/fa9d46ab43205d85.json new file mode 100644 index 00000000000..edc5fa73c71 --- /dev/null +++ b/7588/data/test-cases/fa9d46ab43205d85.json @@ -0,0 +1 @@ +{"uid":"fa9d46ab43205d85","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":1729034332644,"stop":1729034332644,"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":15,"unknown":0,"total":15},"items":[{"uid":"5d81039625ae5bfa","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5d81039625ae5bfa","status":"passed","time":{"start":1729034096141,"stop":1729034096141,"duration":0}},{"uid":"8abb64d12a2bc889","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8abb64d12a2bc889","status":"passed","time":{"start":1729034020097,"stop":1729034020098,"duration":1}},{"uid":"bdbef5aaac5bc224","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bdbef5aaac5bc224","status":"passed","time":{"start":1729033834394,"stop":1729033834395,"duration":1}},{"uid":"e78aa2460a1c0d99","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e78aa2460a1c0d99","status":"passed","time":{"start":1729031884128,"stop":1729031884128,"duration":0}},{"uid":"412a6ee61cfd77ab","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/412a6ee61cfd77ab","status":"passed","time":{"start":1728901430261,"stop":1728901430261,"duration":0}},{"uid":"6482345e2b6d2b1d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6482345e2b6d2b1d","status":"passed","time":{"start":1728892860540,"stop":1728892860540,"duration":0}},{"uid":"86247ad9bfbc1e5f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/86247ad9bfbc1e5f","status":"passed","time":{"start":1728855823329,"stop":1728855823329,"duration":0}},{"uid":"62514c9eee5f1c09","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/62514c9eee5f1c09","status":"passed","time":{"start":1728738040610,"stop":1728738040611,"duration":1}},{"uid":"eb26095af9f5410","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eb26095af9f5410","status":"passed","time":{"start":1728682574101,"stop":1728682574101,"duration":0}},{"uid":"7ac5cc0ec5dcfe37","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ac5cc0ec5dcfe37","status":"passed","time":{"start":1728682146825,"stop":1728682146826,"duration":1}},{"uid":"8a3ff754cf2373b0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a3ff754cf2373b0","status":"passed","time":{"start":1728676621440,"stop":1728676621440,"duration":0}},{"uid":"49d5970941a272ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/49d5970941a272ed","status":"passed","time":{"start":1728669344474,"stop":1728669344474,"duration":0}},{"uid":"c65dd69a99e6bac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c65dd69a99e6bac","status":"passed","time":{"start":1728597685170,"stop":1728597685170,"duration":0}},{"uid":"b3839e96f04a07b8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b3839e96f04a07b8","status":"passed","time":{"start":1728596904479,"stop":1728596904479,"duration":0}}]},"tags":[]},"source":"fa9d46ab43205d85.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/dbf6202fd438a194.json b/7588/data/test-cases/fabf0d589a1f2447.json similarity index 50% rename from 7556/data/test-cases/dbf6202fd438a194.json rename to 7588/data/test-cases/fabf0d589a1f2447.json index 064aa27a25e..c1e3aadf062 100644 --- a/7556/data/test-cases/dbf6202fd438a194.json +++ b/7588/data/test-cases/fabf0d589a1f2447.json @@ -1 +1 @@ -{"uid":"dbf6202fd438a194","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":1728457289946,"stop":1728457289954,"duration":8},"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":6,"unknown":0,"total":6},"items":[{"uid":"3ae10de916f9c14f","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/3ae10de916f9c14f","status":"passed","time":{"start":1728456257132,"stop":1728456257132,"duration":0}},{"uid":"b57267adcf025ee9","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/b57267adcf025ee9","status":"passed","time":{"start":1728455949872,"stop":1728455949872,"duration":0}},{"uid":"80eb6d2a36a0cd77","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/80eb6d2a36a0cd77","status":"passed","time":{"start":1728455741471,"stop":1728455741471,"duration":0}},{"uid":"eedbdfb8d13816","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/eedbdfb8d13816","status":"passed","time":{"start":1728455102322,"stop":1728455102322,"duration":0}},{"uid":"c24257db1d53ae98","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/c24257db1d53ae98","status":"passed","time":{"start":1728452170816,"stop":1728452170816,"duration":0}}]},"tags":[]},"source":"dbf6202fd438a194.json","parameterValues":[]} \ No newline at end of file +{"uid":"fabf0d589a1f2447","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":1729034472984,"stop":1729034472984,"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":15,"unknown":0,"total":15},"items":[{"uid":"1af2a2defe8bebb9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1af2a2defe8bebb9","status":"passed","time":{"start":1729034240926,"stop":1729034240927,"duration":1}},{"uid":"216db4eb21c9a4df","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/216db4eb21c9a4df","status":"passed","time":{"start":1729034159622,"stop":1729034159623,"duration":1}},{"uid":"7356360137264b16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7356360137264b16","status":"passed","time":{"start":1729033976806,"stop":1729033976806,"duration":0}},{"uid":"81fed2b97fc18ec9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/81fed2b97fc18ec9","status":"passed","time":{"start":1729032020528,"stop":1729032020530,"duration":2}},{"uid":"859cc47b9b680f44","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/859cc47b9b680f44","status":"passed","time":{"start":1728901616473,"stop":1728901616473,"duration":0}},{"uid":"8fa35f7e94a45a25","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fa35f7e94a45a25","status":"passed","time":{"start":1728893050250,"stop":1728893050250,"duration":0}},{"uid":"5f5cd01c596f8739","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5f5cd01c596f8739","status":"passed","time":{"start":1728856015176,"stop":1728856015176,"duration":0}},{"uid":"aa5aa8e1e677324a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa5aa8e1e677324a","status":"passed","time":{"start":1728738233147,"stop":1728738233148,"duration":1}},{"uid":"902c2493e0a1c842","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/902c2493e0a1c842","status":"passed","time":{"start":1728682762477,"stop":1728682762477,"duration":0}},{"uid":"81f7810df308897b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/81f7810df308897b","status":"passed","time":{"start":1728682332791,"stop":1728682332791,"duration":0}},{"uid":"1e315812205697c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1e315812205697c7","status":"passed","time":{"start":1728676810300,"stop":1728676810300,"duration":0}},{"uid":"a1b986ae1f218a6b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a1b986ae1f218a6b","status":"passed","time":{"start":1728669529905,"stop":1728669529906,"duration":1}},{"uid":"d123d1a86cbc3add","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d123d1a86cbc3add","status":"passed","time":{"start":1728597873540,"stop":1728597873540,"duration":0}},{"uid":"e7785bfeb7e5951c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7785bfeb7e5951c","status":"passed","time":{"start":1728597089278,"stop":1728597089278,"duration":0}}]},"tags":[]},"source":"fabf0d589a1f2447.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/507b6946ecd2b23f.json b/7588/data/test-cases/fb37f56744e28e71.json similarity index 61% rename from 7556/data/test-cases/507b6946ecd2b23f.json rename to 7588/data/test-cases/fb37f56744e28e71.json index 41997efb358..e2cdff09205 100644 --- a/7556/data/test-cases/507b6946ecd2b23f.json +++ b/7588/data/test-cases/fb37f56744e28e71.json @@ -1 +1 @@ -{"uid":"507b6946ecd2b23f","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":1728457525094,"stop":1728457525095,"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":6,"unknown":0,"total":6},"items":[{"uid":"98030276471dee18","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/98030276471dee18","status":"passed","time":{"start":1728456469485,"stop":1728456469486,"duration":1}},{"uid":"ed157374b99ef1d","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ed157374b99ef1d","status":"passed","time":{"start":1728456237815,"stop":1728456237818,"duration":3}},{"uid":"4e1f7b1af37cd0b5","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/4e1f7b1af37cd0b5","status":"passed","time":{"start":1728456203069,"stop":1728456203070,"duration":1}},{"uid":"736c31969b23d897","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/736c31969b23d897","status":"passed","time":{"start":1728455555324,"stop":1728455555324,"duration":0}},{"uid":"fd907a706d9b2fcf","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/fd907a706d9b2fcf","status":"passed","time":{"start":1728452514199,"stop":1728452514199,"duration":0}}]},"tags":[]},"source":"507b6946ecd2b23f.json","parameterValues":[]} \ No newline at end of file +{"uid":"fb37f56744e28e71","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":1729034665585,"stop":1729034665589,"duration":4},"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":15,"unknown":0,"total":15},"items":[{"uid":"f0f78310c4167a72","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f0f78310c4167a72","status":"passed","time":{"start":1729034434265,"stop":1729034434268,"duration":3}},{"uid":"b702658dd59c6d77","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b702658dd59c6d77","status":"passed","time":{"start":1729034350163,"stop":1729034350168,"duration":5}},{"uid":"37f06885499a0920","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37f06885499a0920","status":"passed","time":{"start":1729034169197,"stop":1729034169197,"duration":0}},{"uid":"7a434917152a8171","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a434917152a8171","status":"passed","time":{"start":1729032228069,"stop":1729032228071,"duration":2}},{"uid":"9d891bca2c050bbb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9d891bca2c050bbb","status":"passed","time":{"start":1728901947148,"stop":1728901947148,"duration":0}},{"uid":"1b77622ac345fdd6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1b77622ac345fdd6","status":"passed","time":{"start":1728893380059,"stop":1728893380064,"duration":5}},{"uid":"477a51878e8236eb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/477a51878e8236eb","status":"passed","time":{"start":1728856336881,"stop":1728856336881,"duration":0}},{"uid":"719edf3c1961d6c5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/719edf3c1961d6c5","status":"passed","time":{"start":1728738551170,"stop":1728738551170,"duration":0}},{"uid":"e6eb3c3c5f5ed702","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6eb3c3c5f5ed702","status":"passed","time":{"start":1728683095877,"stop":1728683095877,"duration":0}},{"uid":"7712c0cc3fca339e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7712c0cc3fca339e","status":"passed","time":{"start":1728682657391,"stop":1728682657392,"duration":1}},{"uid":"e76656336d24b7e7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e76656336d24b7e7","status":"passed","time":{"start":1728677151467,"stop":1728677151468,"duration":1}},{"uid":"4e355545e5adb6d4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4e355545e5adb6d4","status":"passed","time":{"start":1728669832895,"stop":1728669832895,"duration":0}},{"uid":"9015f151973c8622","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9015f151973c8622","status":"passed","time":{"start":1728598215612,"stop":1728598215612,"duration":0}},{"uid":"f77cb324f3ec1783","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f77cb324f3ec1783","status":"passed","time":{"start":1728597425045,"stop":1728597425045,"duration":0}}]},"tags":[]},"source":"fb37f56744e28e71.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/fb7f69f368614efa.json b/7588/data/test-cases/fb7f69f368614efa.json new file mode 100644 index 00000000000..79618a493d3 --- /dev/null +++ b/7588/data/test-cases/fb7f69f368614efa.json @@ -0,0 +1 @@ +{"uid":"fb7f69f368614efa","name":"A test","fullName":"/tests/log_file.node.spec.ts: This > Is also > A test","historyId":"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034537008,"stop":1729034537008,"duration":0},"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":15,"unknown":0,"total":15},"items":[{"uid":"aff50330d90767ca","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aff50330d90767ca","status":"passed","time":{"start":1729034307168,"stop":1729034307168,"duration":0}},{"uid":"b26e95abc98122b6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b26e95abc98122b6","status":"passed","time":{"start":1729034223444,"stop":1729034223444,"duration":0}},{"uid":"5acf058b8ca06a45","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5acf058b8ca06a45","status":"passed","time":{"start":1729034041650,"stop":1729034041650,"duration":0}},{"uid":"460b720e9edd9d36","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/460b720e9edd9d36","status":"passed","time":{"start":1729032093970,"stop":1729032093971,"duration":1}},{"uid":"ef69d8b00ef10bc6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ef69d8b00ef10bc6","status":"passed","time":{"start":1728901748868,"stop":1728901748869,"duration":1}},{"uid":"92c98445b37ac148","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/92c98445b37ac148","status":"passed","time":{"start":1728893181173,"stop":1728893181174,"duration":1}},{"uid":"f84a66d37ee910d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f84a66d37ee910d6","status":"passed","time":{"start":1728856155639,"stop":1728856155639,"duration":0}},{"uid":"7458d2317e66857e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7458d2317e66857e","status":"passed","time":{"start":1728738360440,"stop":1728738360441,"duration":1}},{"uid":"3b81bd017eaaf5b3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3b81bd017eaaf5b3","status":"passed","time":{"start":1728682907311,"stop":1728682907312,"duration":1}},{"uid":"947b25271bd52a6a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/947b25271bd52a6a","status":"passed","time":{"start":1728682466792,"stop":1728682466792,"duration":0}},{"uid":"cdc107255fb933e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cdc107255fb933e8","status":"passed","time":{"start":1728676955822,"stop":1728676955823,"duration":1}},{"uid":"132ae6aad133a8d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/132ae6aad133a8d9","status":"passed","time":{"start":1728669626611,"stop":1728669626611,"duration":0}},{"uid":"1aa06ba1f35c18bf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1aa06ba1f35c18bf","status":"passed","time":{"start":1728598013626,"stop":1728598013626,"duration":0}},{"uid":"25640981fa77bd75","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/25640981fa77bd75","status":"passed","time":{"start":1728597225282,"stop":1728597225282,"duration":0}}]},"tags":[]},"source":"fb7f69f368614efa.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/7587846d24f6cfce.json b/7588/data/test-cases/fb93ce90475f79c0.json similarity index 85% rename from 7556/data/test-cases/7587846d24f6cfce.json rename to 7588/data/test-cases/fb93ce90475f79c0.json index e787e900afe..579db9b2c74 100644 --- a/7556/data/test-cases/7587846d24f6cfce.json +++ b/7588/data/test-cases/fb93ce90475f79c0.json @@ -1 +1 @@ -{"uid":"7587846d24f6cfce","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":1728457537139,"stop":1728457537139,"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":6,"unknown":0,"total":6},"items":[{"uid":"29bb2f5eba2cd8","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/29bb2f5eba2cd8","status":"passed","time":{"start":1728456499110,"stop":1728456499110,"duration":0}},{"uid":"b172a6df38e014c5","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/b172a6df38e014c5","status":"passed","time":{"start":1728456215101,"stop":1728456215101,"duration":0}},{"uid":"5409ccc0e6bb26ff","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/5409ccc0e6bb26ff","status":"passed","time":{"start":1728456167144,"stop":1728456167145,"duration":1}},{"uid":"819d71233b2f3ebd","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/819d71233b2f3ebd","status":"passed","time":{"start":1728455518207,"stop":1728455518207,"duration":0}},{"uid":"369d0f9b92a1a7c4","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/369d0f9b92a1a7c4","status":"passed","time":{"start":1728452534892,"stop":1728452534893,"duration":1}}]},"tags":[]},"source":"7587846d24f6cfce.json","parameterValues":[]} \ No newline at end of file +{"uid":"fb93ce90475f79c0","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":1729034704504,"stop":1729034704504,"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":15,"unknown":0,"total":15},"items":[{"uid":"c9f86bd6b31ce472","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c9f86bd6b31ce472","status":"passed","time":{"start":1729034474998,"stop":1729034474998,"duration":0}},{"uid":"7ab52dcad0c75d7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7ab52dcad0c75d7","status":"passed","time":{"start":1729034395298,"stop":1729034395298,"duration":0}},{"uid":"d0232e9ab11dd069","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0232e9ab11dd069","status":"passed","time":{"start":1729034209112,"stop":1729034209112,"duration":0}},{"uid":"94b7521338c92d4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/94b7521338c92d4","status":"passed","time":{"start":1729032264580,"stop":1729032264580,"duration":0}},{"uid":"3366c731439358f4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3366c731439358f4","status":"passed","time":{"start":1728902012871,"stop":1728902012871,"duration":0}},{"uid":"32ef39af4c917c39","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/32ef39af4c917c39","status":"passed","time":{"start":1728893454822,"stop":1728893454822,"duration":0}},{"uid":"546d4220dd5f5405","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/546d4220dd5f5405","status":"passed","time":{"start":1728856408464,"stop":1728856408464,"duration":0}},{"uid":"c968cc5a9de87cec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c968cc5a9de87cec","status":"passed","time":{"start":1728738633865,"stop":1728738633865,"duration":0}},{"uid":"746dbb0c82536254","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/746dbb0c82536254","status":"passed","time":{"start":1728683159812,"stop":1728683159813,"duration":1}},{"uid":"a15c990a2e80dbaf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a15c990a2e80dbaf","status":"passed","time":{"start":1728682751340,"stop":1728682751340,"duration":0}},{"uid":"457a301f475c6dd6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/457a301f475c6dd6","status":"passed","time":{"start":1728677216374,"stop":1728677216374,"duration":0}},{"uid":"8459df9cc41008c3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8459df9cc41008c3","status":"passed","time":{"start":1728669925461,"stop":1728669925461,"duration":0}},{"uid":"1b93fe74a9e8894","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1b93fe74a9e8894","status":"passed","time":{"start":1728598268817,"stop":1728598268817,"duration":0}},{"uid":"140c5e1fff5a0dd4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/140c5e1fff5a0dd4","status":"passed","time":{"start":1728597503945,"stop":1728597503945,"duration":0}}]},"tags":[]},"source":"fb93ce90475f79c0.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/7977ecf4427cefa2.json b/7588/data/test-cases/fbdbf4a21ee991f9.json similarity index 97% rename from 7556/data/test-cases/7977ecf4427cefa2.json rename to 7588/data/test-cases/fbdbf4a21ee991f9.json index a0327c4b590..b8949ec2d24 100644 --- a/7556/data/test-cases/7977ecf4427cefa2.json +++ b/7588/data/test-cases/fbdbf4a21ee991f9.json @@ -1 +1 @@ -{"uid":"7977ecf4427cefa2","name":"Check received message with timestamp: 1728457204567000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1728457204567000000 ","historyId":"7c576db196568c6b6eecbbd0113d04b4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457448624,"stop":1728457448624,"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":"7977ecf4427cefa2.json","parameterValues":[]} \ No newline at end of file +{"uid":"fbdbf4a21ee991f9","name":"Check received message with timestamp: 1729034391567000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1729034391567000000 ","historyId":"4a68dd26f3146932899fe70a6bbbb31d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034611682,"stop":1729034611682,"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":"fbdbf4a21ee991f9.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/fbe78b93ca4fdaad.json b/7588/data/test-cases/fbe78b93ca4fdaad.json new file mode 100644 index 00000000000..7f547f6283b --- /dev/null +++ b/7588/data/test-cases/fbe78b93ca4fdaad.json @@ -0,0 +1 @@ +{"uid":"fbe78b93ca4fdaad","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":1729034392569,"stop":1729034392570,"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":15,"unknown":0,"total":15},"items":[{"uid":"e6ba8e63a27589c1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e6ba8e63a27589c1","status":"passed","time":{"start":1729034155172,"stop":1729034155173,"duration":1}},{"uid":"1423e93328c34cca","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1423e93328c34cca","status":"passed","time":{"start":1729034079234,"stop":1729034079235,"duration":1}},{"uid":"a74a642e0e36cf67","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a74a642e0e36cf67","status":"passed","time":{"start":1729033892957,"stop":1729033892959,"duration":2}},{"uid":"ccc6c2fb58bafef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ccc6c2fb58bafef","status":"passed","time":{"start":1729031943351,"stop":1729031943352,"duration":1}},{"uid":"8a593b3a80f5cea5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8a593b3a80f5cea5","status":"passed","time":{"start":1728901487521,"stop":1728901487521,"duration":0}},{"uid":"1e09988e29723b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e09988e29723b2","status":"passed","time":{"start":1728892920386,"stop":1728892920387,"duration":1}},{"uid":"89649cf75ab8b1ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89649cf75ab8b1ac","status":"passed","time":{"start":1728855881508,"stop":1728855881508,"duration":0}},{"uid":"2ee426a4145e1016","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2ee426a4145e1016","status":"passed","time":{"start":1728738098729,"stop":1728738098730,"duration":1}},{"uid":"30f1872ad9197281","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/30f1872ad9197281","status":"passed","time":{"start":1728682632220,"stop":1728682632220,"duration":0}},{"uid":"9f89a69a238ec0a5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9f89a69a238ec0a5","status":"passed","time":{"start":1728682205210,"stop":1728682205210,"duration":0}},{"uid":"9985367100ddd756","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9985367100ddd756","status":"passed","time":{"start":1728676680987,"stop":1728676680988,"duration":1}},{"uid":"becdf4e3d8b31928","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/becdf4e3d8b31928","status":"passed","time":{"start":1728669404739,"stop":1728669404740,"duration":1}},{"uid":"7153053de8e22063","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7153053de8e22063","status":"passed","time":{"start":1728597743847,"stop":1728597743849,"duration":2}},{"uid":"24707248051f5a77","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/24707248051f5a77","status":"passed","time":{"start":1728596961183,"stop":1728596961184,"duration":1}}]},"tags":[]},"source":"fbe78b93ca4fdaad.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/fc5bb3e4fa0df787.json b/7588/data/test-cases/fc5bb3e4fa0df787.json new file mode 100644 index 00000000000..884d4170faf --- /dev/null +++ b/7588/data/test-cases/fc5bb3e4fa0df787.json @@ -0,0 +1 @@ +{"uid":"fc5bb3e4fa0df787","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":1729034348411,"stop":1729034348411,"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":15,"unknown":0,"total":15},"items":[{"uid":"211913f5e6335f97","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/211913f5e6335f97","status":"passed","time":{"start":1729034112230,"stop":1729034112231,"duration":1}},{"uid":"28327ca78deacf7a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28327ca78deacf7a","status":"passed","time":{"start":1729034035747,"stop":1729034035748,"duration":1}},{"uid":"904d7d19947bca4e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/904d7d19947bca4e","status":"passed","time":{"start":1729033850295,"stop":1729033850296,"duration":1}},{"uid":"98a797020e653414","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/98a797020e653414","status":"passed","time":{"start":1729031899899,"stop":1729031899900,"duration":1}},{"uid":"84ab99ef28a20b9f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84ab99ef28a20b9f","status":"passed","time":{"start":1728901445869,"stop":1728901445870,"duration":1}},{"uid":"e2471a8f0a9ff1c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e2471a8f0a9ff1c4","status":"passed","time":{"start":1728892875902,"stop":1728892875903,"duration":1}},{"uid":"359d8b7bc8caebbc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/359d8b7bc8caebbc","status":"passed","time":{"start":1728855839035,"stop":1728855839036,"duration":1}},{"uid":"1fdd43d8ee9b825e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1fdd43d8ee9b825e","status":"passed","time":{"start":1728738056182,"stop":1728738056183,"duration":1}},{"uid":"711b6fa85db8c3b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/711b6fa85db8c3b4","status":"passed","time":{"start":1728682589456,"stop":1728682589457,"duration":1}},{"uid":"59c09b8253950a99","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59c09b8253950a99","status":"passed","time":{"start":1728682162314,"stop":1728682162314,"duration":0}},{"uid":"492dd6fb958424fa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/492dd6fb958424fa","status":"passed","time":{"start":1728676636999,"stop":1728676637000,"duration":1}},{"uid":"995bf9862b59b935","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/995bf9862b59b935","status":"passed","time":{"start":1728669360366,"stop":1728669360367,"duration":1}},{"uid":"637d6ed96216c8e2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/637d6ed96216c8e2","status":"passed","time":{"start":1728597700885,"stop":1728597700886,"duration":1}},{"uid":"ccc49f6af343aa7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ccc49f6af343aa7","status":"passed","time":{"start":1728596919824,"stop":1728596919824,"duration":0}}]},"tags":[]},"source":"fc5bb3e4fa0df787.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/17772eda8db301b5.json b/7588/data/test-cases/fd372790e44fb7c6.json similarity index 50% rename from 7556/data/test-cases/17772eda8db301b5.json rename to 7588/data/test-cases/fd372790e44fb7c6.json index 0c445b498d6..11aa94fc503 100644 --- a/7556/data/test-cases/17772eda8db301b5.json +++ b/7588/data/test-cases/fd372790e44fb7c6.json @@ -1 +1 @@ -{"uid":"17772eda8db301b5","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":1728457289976,"stop":1728457289983,"duration":7},"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":6,"unknown":0,"total":6},"items":[{"uid":"302ebbd2aff8fcf1","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/302ebbd2aff8fcf1","status":"passed","time":{"start":1728456257138,"stop":1728456257139,"duration":1}},{"uid":"16dba731c4e17536","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/16dba731c4e17536","status":"passed","time":{"start":1728455949877,"stop":1728455949877,"duration":0}},{"uid":"dce3a423caabcff8","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/dce3a423caabcff8","status":"passed","time":{"start":1728455741473,"stop":1728455741473,"duration":0}},{"uid":"e615bfaf6815fba1","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/e615bfaf6815fba1","status":"passed","time":{"start":1728455102324,"stop":1728455102324,"duration":0}},{"uid":"d9d6381e9ae86056","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d9d6381e9ae86056","status":"passed","time":{"start":1728452170817,"stop":1728452170817,"duration":0}}]},"tags":[]},"source":"17772eda8db301b5.json","parameterValues":[]} \ No newline at end of file +{"uid":"fd372790e44fb7c6","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":1729034472987,"stop":1729034472988,"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":15,"unknown":0,"total":15},"items":[{"uid":"85e62f7bb54200d2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/85e62f7bb54200d2","status":"passed","time":{"start":1729034240932,"stop":1729034240934,"duration":2}},{"uid":"93b2cd30961d9ecb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/93b2cd30961d9ecb","status":"passed","time":{"start":1729034159625,"stop":1729034159626,"duration":1}},{"uid":"42b5fdeb34b3c7eb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/42b5fdeb34b3c7eb","status":"passed","time":{"start":1729033976810,"stop":1729033976811,"duration":1}},{"uid":"d6e15856a8e9cfd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d6e15856a8e9cfd","status":"passed","time":{"start":1729032020531,"stop":1729032020532,"duration":1}},{"uid":"c950d17fda7a0f15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c950d17fda7a0f15","status":"passed","time":{"start":1728901616475,"stop":1728901616475,"duration":0}},{"uid":"e8b16bf3356287c6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e8b16bf3356287c6","status":"passed","time":{"start":1728893050251,"stop":1728893050252,"duration":1}},{"uid":"dad2dc310c016b99","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dad2dc310c016b99","status":"passed","time":{"start":1728856015181,"stop":1728856015181,"duration":0}},{"uid":"6fe0fcc99cc0a5e9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6fe0fcc99cc0a5e9","status":"passed","time":{"start":1728738233165,"stop":1728738233171,"duration":6}},{"uid":"3c3993db95f78204","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3c3993db95f78204","status":"passed","time":{"start":1728682762479,"stop":1728682762479,"duration":0}},{"uid":"1f7f90f3c064c4b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1f7f90f3c064c4b2","status":"passed","time":{"start":1728682332793,"stop":1728682332793,"duration":0}},{"uid":"2a3dd42562dd46ba","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2a3dd42562dd46ba","status":"passed","time":{"start":1728676810304,"stop":1728676810304,"duration":0}},{"uid":"63b3a09b93ba845a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/63b3a09b93ba845a","status":"passed","time":{"start":1728669529907,"stop":1728669529907,"duration":0}},{"uid":"c710208dec4d952b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c710208dec4d952b","status":"passed","time":{"start":1728597873542,"stop":1728597873543,"duration":1}},{"uid":"b188065ca9884178","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b188065ca9884178","status":"passed","time":{"start":1728597089281,"stop":1728597089281,"duration":0}}]},"tags":[]},"source":"fd372790e44fb7c6.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/fd394f0c7775ec00.json b/7588/data/test-cases/fd394f0c7775ec00.json new file mode 100644 index 00000000000..def7a6d3d7d --- /dev/null +++ b/7588/data/test-cases/fd394f0c7775ec00.json @@ -0,0 +1 @@ +{"uid":"fd394f0c7775ec00","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":1729034356474,"stop":1729034356475,"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":14,"unknown":0,"total":14},"items":[{"uid":"26946c832db350a1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/26946c832db350a1","status":"passed","time":{"start":1729034120500,"stop":1729034120500,"duration":0}},{"uid":"d5c3f41f9ab5332a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d5c3f41f9ab5332a","status":"passed","time":{"start":1729033858270,"stop":1729033858271,"duration":1}},{"uid":"9ad8b818bd8a7711","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ad8b818bd8a7711","status":"passed","time":{"start":1729031908177,"stop":1729031908177,"duration":0}},{"uid":"7ece7eb232444936","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7ece7eb232444936","status":"passed","time":{"start":1728901453933,"stop":1728901453933,"duration":0}},{"uid":"6dbf27a00d4e9ce3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6dbf27a00d4e9ce3","status":"passed","time":{"start":1728892884409,"stop":1728892884410,"duration":1}},{"uid":"680d537e6777a757","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/680d537e6777a757","status":"passed","time":{"start":1728855846879,"stop":1728855846879,"duration":0}},{"uid":"ccd30089251d9a7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ccd30089251d9a7","status":"passed","time":{"start":1728738064182,"stop":1728738064182,"duration":0}},{"uid":"82543e567ecc824b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82543e567ecc824b","status":"passed","time":{"start":1728682597760,"stop":1728682597761,"duration":1}},{"uid":"d460c5b125b2d277","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d460c5b125b2d277","status":"passed","time":{"start":1728682170540,"stop":1728682170540,"duration":0}},{"uid":"daeb0165234b944a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/daeb0165234b944a","status":"passed","time":{"start":1728676645199,"stop":1728676645200,"duration":1}},{"uid":"32d59065aa182a01","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32d59065aa182a01","status":"passed","time":{"start":1728669368194,"stop":1728669368195,"duration":1}},{"uid":"f70db26ab54dff56","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f70db26ab54dff56","status":"passed","time":{"start":1728597709010,"stop":1728597709011,"duration":1}},{"uid":"bc7ec582ea6cea82","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc7ec582ea6cea82","status":"passed","time":{"start":1728596928106,"stop":1728596928106,"duration":0}}]},"tags":[]},"source":"fd394f0c7775ec00.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/fd6ea38db17cbcf1.json b/7588/data/test-cases/fd6ea38db17cbcf1.json new file mode 100644 index 00000000000..a5b7fa20dea --- /dev/null +++ b/7588/data/test-cases/fd6ea38db17cbcf1.json @@ -0,0 +1 @@ +{"uid":"fd6ea38db17cbcf1","name":"Nwaku publishes","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Nwaku publishes","historyId":"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034630105,"stop":1729034630106,"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":15,"unknown":0,"total":15},"items":[{"uid":"31604597e592a47","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/31604597e592a47","status":"passed","time":{"start":1729034390823,"stop":1729034390824,"duration":1}},{"uid":"d4b16ec71bf2caa3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d4b16ec71bf2caa3","status":"passed","time":{"start":1729034323925,"stop":1729034323927,"duration":2}},{"uid":"8fada7215763a50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8fada7215763a50","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0}},{"uid":"818f3fb430e433ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/818f3fb430e433ef","status":"passed","time":{"start":1729032192393,"stop":1729032192393,"duration":0}},{"uid":"65dda77fd5773f84","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65dda77fd5773f84","status":"passed","time":{"start":1728901896709,"stop":1728901896709,"duration":0}},{"uid":"acc48964b93b3ad1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/acc48964b93b3ad1","status":"passed","time":{"start":1728893334448,"stop":1728893334448,"duration":0}},{"uid":"7988f890569711b1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7988f890569711b1","status":"passed","time":{"start":1728856285987,"stop":1728856285988,"duration":1}},{"uid":"c45d67dda6fae58","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c45d67dda6fae58","status":"passed","time":{"start":1728738508179,"stop":1728738508179,"duration":0}},{"uid":"48ca19b196415ee0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/48ca19b196415ee0","status":"passed","time":{"start":1728683055335,"stop":1728683055336,"duration":1}},{"uid":"2b57adc46bc60552","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2b57adc46bc60552","status":"passed","time":{"start":1728682604663,"stop":1728682604663,"duration":0}},{"uid":"adf421c2796c559e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/adf421c2796c559e","status":"passed","time":{"start":1728677105012,"stop":1728677105012,"duration":0}},{"uid":"9f413f6c8e5ad560","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9f413f6c8e5ad560","status":"passed","time":{"start":1728669780768,"stop":1728669780768,"duration":0}},{"uid":"ffd5b4d9a846a751","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ffd5b4d9a846a751","status":"passed","time":{"start":1728598159631,"stop":1728598159632,"duration":1}},{"uid":"ec16383b62412ec5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec16383b62412ec5","status":"passed","time":{"start":1728597371100,"stop":1728597371101,"duration":1}}]},"tags":[]},"source":"fd6ea38db17cbcf1.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/88f9188785e6fbda.json b/7588/data/test-cases/fdc47744d79be319.json similarity index 84% rename from 7556/data/test-cases/88f9188785e6fbda.json rename to 7588/data/test-cases/fdc47744d79be319.json index d1294baa0d5..936e9634c7f 100644 --- a/7556/data/test-cases/88f9188785e6fbda.json +++ b/7588/data/test-cases/fdc47744d79be319.json @@ -1 +1 @@ -{"uid":"88f9188785e6fbda","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":1728457360313,"stop":1728457360313,"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":6,"unknown":0,"total":6},"items":[{"uid":"133f0285eea663a3","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/133f0285eea663a3","status":"passed","time":{"start":1728456312496,"stop":1728456312496,"duration":0}},{"uid":"ba0dd74100338ca6","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/ba0dd74100338ca6","status":"passed","time":{"start":1728456013949,"stop":1728456013950,"duration":1}},{"uid":"d80f853f7626c02c","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/d80f853f7626c02c","status":"passed","time":{"start":1728455837445,"stop":1728455837445,"duration":0}},{"uid":"6391d8adbeadc0a5","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/6391d8adbeadc0a5","status":"passed","time":{"start":1728455198913,"stop":1728455198914,"duration":1}},{"uid":"22bc699a7da2421d","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/22bc699a7da2421d","status":"passed","time":{"start":1728452203353,"stop":1728452203353,"duration":0}}]},"tags":[]},"source":"88f9188785e6fbda.json","parameterValues":[]} \ No newline at end of file +{"uid":"fdc47744d79be319","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":1729034536106,"stop":1729034536106,"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":14,"unknown":0,"total":14},"items":[{"uid":"8999c8b66db4784b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8999c8b66db4784b","status":"passed","time":{"start":1729034296708,"stop":1729034296710,"duration":2}},{"uid":"28cc12b1926ca16e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28cc12b1926ca16e","status":"passed","time":{"start":1729034220606,"stop":1729034220607,"duration":1}},{"uid":"8e4fec60d1972eb7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e4fec60d1972eb7","status":"passed","time":{"start":1729034041490,"stop":1729034041490,"duration":0}},{"uid":"508a8b31ed79e95b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/508a8b31ed79e95b","status":"passed","time":{"start":1728901705406,"stop":1728901705407,"duration":1}},{"uid":"949e5c4aab552061","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/949e5c4aab552061","status":"passed","time":{"start":1728893141778,"stop":1728893141778,"duration":0}},{"uid":"8705f76f67454f06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8705f76f67454f06","status":"passed","time":{"start":1728856087085,"stop":1728856087085,"duration":0}},{"uid":"6fe268078c4ad091","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6fe268078c4ad091","status":"passed","time":{"start":1728738321438,"stop":1728738321438,"duration":0}},{"uid":"c32d830e09f81d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c32d830e09f81d1","status":"passed","time":{"start":1728682845677,"stop":1728682845677,"duration":0}},{"uid":"59026f6efcac189d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59026f6efcac189d","status":"passed","time":{"start":1728682424312,"stop":1728682424312,"duration":0}},{"uid":"45e9b0986fa0d9e0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/45e9b0986fa0d9e0","status":"passed","time":{"start":1728676900541,"stop":1728676900541,"duration":0}},{"uid":"f96250f9698f766d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f96250f9698f766d","status":"passed","time":{"start":1728669625802,"stop":1728669625802,"duration":0}},{"uid":"eae6a7af3e1b2ee0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eae6a7af3e1b2ee0","status":"passed","time":{"start":1728597957173,"stop":1728597957173,"duration":0}},{"uid":"cdfb89d640b13838","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cdfb89d640b13838","status":"passed","time":{"start":1728597182620,"stop":1728597182620,"duration":0}}]},"tags":[]},"source":"fdc47744d79be319.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/e27e8a04e48ae8b7.json b/7588/data/test-cases/fe5b2daacade46fb.json similarity index 96% rename from 7556/data/test-cases/e27e8a04e48ae8b7.json rename to 7588/data/test-cases/fe5b2daacade46fb.json index 0e14f7fbdfb..77e3e30bbb4 100644 --- a/7556/data/test-cases/e27e8a04e48ae8b7.json +++ b/7588/data/test-cases/fe5b2daacade46fb.json @@ -1 +1 @@ -{"uid":"e27e8a04e48ae8b7","name":"Publish message with custom timestamp: Thu Oct 19 2023 07:04:33 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Thu Oct 19 2023 07:04:33 GMT+0000 (Coordinated Universal Time)","historyId":"58dcbbaa7396d17529ad648818d69935:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728457481272,"stop":1728457481274,"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":"e27e8a04e48ae8b7.json","parameterValues":[]} \ No newline at end of file +{"uid":"fe5b2daacade46fb","name":"Publish message with custom timestamp: Tue Oct 15 2024 22:23:47 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Tue Oct 15 2024 22:23:47 GMT+0000 (Coordinated Universal Time)","historyId":"1b8a96f33e46af330bc2a2e05af4b269:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1729034636315,"stop":1729034636315,"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":[],"tags":[]},"source":"fe5b2daacade46fb.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/fc7cf4e5c38e031b.json b/7588/data/test-cases/fe76ed9c60785c09.json similarity index 88% rename from 7556/data/test-cases/fc7cf4e5c38e031b.json rename to 7588/data/test-cases/fe76ed9c60785c09.json index a52bc948ecd..e3dcd31203d 100644 --- a/7556/data/test-cases/fc7cf4e5c38e031b.json +++ b/7588/data/test-cases/fe76ed9c60785c09.json @@ -1 +1 @@ -{"uid":"fc7cf4e5c38e031b","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":1728457510410,"stop":1728457510411,"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":6,"unknown":0,"total":6},"items":[{"uid":"6b9f59362e0e63c3","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/6b9f59362e0e63c3","status":"passed","time":{"start":1728456448180,"stop":1728456448191,"duration":11}},{"uid":"7a5a56c821431c3d","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/7a5a56c821431c3d","status":"passed","time":{"start":1728456195677,"stop":1728456195679,"duration":2}},{"uid":"3d46dda471a7fc42","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/3d46dda471a7fc42","status":"passed","time":{"start":1728456166690,"stop":1728456166690,"duration":0}},{"uid":"374c2bcd7b4276ad","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/374c2bcd7b4276ad","status":"passed","time":{"start":1728455516684,"stop":1728455516685,"duration":1}},{"uid":"209af28690dfd6f","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/209af28690dfd6f","status":"passed","time":{"start":1728452508937,"stop":1728452508937,"duration":0}}]},"tags":[]},"source":"fc7cf4e5c38e031b.json","parameterValues":[]} \ No newline at end of file +{"uid":"fe76ed9c60785c09","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":1729034631247,"stop":1729034631247,"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":15,"unknown":0,"total":15},"items":[{"uid":"8201ffe65d3424da","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8201ffe65d3424da","status":"passed","time":{"start":1729034400883,"stop":1729034400883,"duration":0}},{"uid":"6ffe70b866fcf9de","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6ffe70b866fcf9de","status":"passed","time":{"start":1729034317437,"stop":1729034317437,"duration":0}},{"uid":"92aefb46c80bf75","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/92aefb46c80bf75","status":"passed","time":{"start":1729034137118,"stop":1729034137123,"duration":5}},{"uid":"4b556b790cf0b2c8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4b556b790cf0b2c8","status":"passed","time":{"start":1729032206868,"stop":1729032206868,"duration":0}},{"uid":"af448be193fc2b0b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/af448be193fc2b0b","status":"passed","time":{"start":1728901995010,"stop":1728901995010,"duration":0}},{"uid":"50fba9b492004251","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50fba9b492004251","status":"passed","time":{"start":1728893420988,"stop":1728893420988,"duration":0}},{"uid":"af7a0f06b2bd6e44","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/af7a0f06b2bd6e44","status":"passed","time":{"start":1728856368591,"stop":1728856368591,"duration":0}},{"uid":"2c38083af7db7e7e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2c38083af7db7e7e","status":"passed","time":{"start":1728738604675,"stop":1728738604676,"duration":1}},{"uid":"39c30a109052b4f0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39c30a109052b4f0","status":"passed","time":{"start":1728683117604,"stop":1728683117605,"duration":1}},{"uid":"144c4e2f83c5108a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/144c4e2f83c5108a","status":"passed","time":{"start":1728682721313,"stop":1728682721313,"duration":0}},{"uid":"f8c3736698013c8d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8c3736698013c8d","status":"passed","time":{"start":1728677184674,"stop":1728677184675,"duration":1}},{"uid":"be0d5cf41c074469","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be0d5cf41c074469","status":"passed","time":{"start":1728669866443,"stop":1728669866444,"duration":1}},{"uid":"1dd1012ad9260d10","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1dd1012ad9260d10","status":"passed","time":{"start":1728598249970,"stop":1728598249971,"duration":1}},{"uid":"92eb8a131fcfe14a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92eb8a131fcfe14a","status":"passed","time":{"start":1728597472281,"stop":1728597472283,"duration":2}}]},"tags":[]},"source":"fe76ed9c60785c09.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/fe891374687425ea.json b/7588/data/test-cases/fe891374687425ea.json new file mode 100644 index 00000000000..e9c66755b09 --- /dev/null +++ b/7588/data/test-cases/fe891374687425ea.json @@ -0,0 +1 @@ +{"uid":"fe891374687425ea","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":1729034332626,"stop":1729034332626,"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":15,"unknown":0,"total":15},"items":[{"uid":"72447b98e1d9eb90","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/72447b98e1d9eb90","status":"passed","time":{"start":1729034096127,"stop":1729034096128,"duration":1}},{"uid":"b47998aa07ba5ea0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b47998aa07ba5ea0","status":"passed","time":{"start":1729034020086,"stop":1729034020086,"duration":0}},{"uid":"5eb219c4d608bda5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5eb219c4d608bda5","status":"passed","time":{"start":1729033834378,"stop":1729033834379,"duration":1}},{"uid":"3f64a5628d87c2f7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f64a5628d87c2f7","status":"passed","time":{"start":1729031884110,"stop":1729031884110,"duration":0}},{"uid":"c7232a5a61c3baf0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c7232a5a61c3baf0","status":"passed","time":{"start":1728901430250,"stop":1728901430250,"duration":0}},{"uid":"dcccd1df45da13a5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dcccd1df45da13a5","status":"passed","time":{"start":1728892860527,"stop":1728892860527,"duration":0}},{"uid":"429695d5c54bea1b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/429695d5c54bea1b","status":"passed","time":{"start":1728855823317,"stop":1728855823317,"duration":0}},{"uid":"93914aa6d3d329cb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/93914aa6d3d329cb","status":"passed","time":{"start":1728738040589,"stop":1728738040596,"duration":7}},{"uid":"c082ab3b6dcf7256","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c082ab3b6dcf7256","status":"passed","time":{"start":1728682574086,"stop":1728682574086,"duration":0}},{"uid":"db4e054822d54c20","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db4e054822d54c20","status":"passed","time":{"start":1728682146811,"stop":1728682146811,"duration":0}},{"uid":"76193eb295a4c819","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/76193eb295a4c819","status":"passed","time":{"start":1728676621426,"stop":1728676621426,"duration":0}},{"uid":"9cf581de6c88f1dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9cf581de6c88f1dc","status":"passed","time":{"start":1728669344462,"stop":1728669344462,"duration":0}},{"uid":"a351fb0eb2b3b016","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a351fb0eb2b3b016","status":"passed","time":{"start":1728597685155,"stop":1728597685156,"duration":1}},{"uid":"3d25defb09187cb5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3d25defb09187cb5","status":"passed","time":{"start":1728596904462,"stop":1728596904462,"duration":0}}]},"tags":[]},"source":"fe891374687425ea.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/120d7da3577d0f20.json b/7588/data/test-cases/feba83822268e790.json similarity index 82% rename from 7556/data/test-cases/120d7da3577d0f20.json rename to 7588/data/test-cases/feba83822268e790.json index bc014cbd36e..22ce01ae7fc 100644 --- a/7556/data/test-cases/120d7da3577d0f20.json +++ b/7588/data/test-cases/feba83822268e790.json @@ -1 +1 @@ -{"uid":"120d7da3577d0f20","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":1728457448617,"stop":1728457448617,"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":6,"unknown":0,"total":6},"items":[{"uid":"ff91ae7987c878d9","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/ff91ae7987c878d9","status":"passed","time":{"start":1728456402392,"stop":1728456402393,"duration":1}},{"uid":"4f8df8f5696ac7e7","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/4f8df8f5696ac7e7","status":"passed","time":{"start":1728456120430,"stop":1728456120431,"duration":1}},{"uid":"68ae725a3741c3ed","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/68ae725a3741c3ed","status":"passed","time":{"start":1728456038371,"stop":1728456038371,"duration":0}},{"uid":"c67e885ba6dc08f2","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/c67e885ba6dc08f2","status":"passed","time":{"start":1728455403825,"stop":1728455403825,"duration":0}},{"uid":"d74ada9e3ab9792e","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/d74ada9e3ab9792e","status":"passed","time":{"start":1728452400285,"stop":1728452400285,"duration":0}}]},"tags":[]},"source":"120d7da3577d0f20.json","parameterValues":[]} \ No newline at end of file +{"uid":"feba83822268e790","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":1729034611666,"stop":1729034611667,"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":15,"unknown":0,"total":15},"items":[{"uid":"98644ced6fdc3076","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/98644ced6fdc3076","status":"passed","time":{"start":1729034393649,"stop":1729034393649,"duration":0}},{"uid":"2827d10a630108a8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2827d10a630108a8","status":"passed","time":{"start":1729034304850,"stop":1729034304850,"duration":0}},{"uid":"45ca7af456fdf7c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45ca7af456fdf7c1","status":"passed","time":{"start":1729034121915,"stop":1729034121918,"duration":3}},{"uid":"75eacb5958e8fb22","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/75eacb5958e8fb22","status":"passed","time":{"start":1729032174873,"stop":1729032174900,"duration":27}},{"uid":"994740dd9a9bcb3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/994740dd9a9bcb3","status":"passed","time":{"start":1728901881014,"stop":1728901881015,"duration":1}},{"uid":"575021a7bf8c2677","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/575021a7bf8c2677","status":"passed","time":{"start":1728893317166,"stop":1728893317169,"duration":3}},{"uid":"630daaf14cc67cb5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/630daaf14cc67cb5","status":"passed","time":{"start":1728856263101,"stop":1728856263101,"duration":0}},{"uid":"8beed7584281bbb3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8beed7584281bbb3","status":"passed","time":{"start":1728738492800,"stop":1728738492800,"duration":0}},{"uid":"5ec9a5e3bce3ae67","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5ec9a5e3bce3ae67","status":"passed","time":{"start":1728683030023,"stop":1728683030023,"duration":0}},{"uid":"34bfad5dea856167","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/34bfad5dea856167","status":"passed","time":{"start":1728682581104,"stop":1728682581104,"duration":0}},{"uid":"cfc43211167653d3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cfc43211167653d3","status":"passed","time":{"start":1728677081999,"stop":1728677081999,"duration":0}},{"uid":"680a64b651a2aff9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/680a64b651a2aff9","status":"passed","time":{"start":1728669795399,"stop":1728669795399,"duration":0}},{"uid":"e4e2abf1de82d601","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e4e2abf1de82d601","status":"passed","time":{"start":1728598137505,"stop":1728598137505,"duration":0}},{"uid":"755c0b62edd1bd87","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/755c0b62edd1bd87","status":"passed","time":{"start":1728597353481,"stop":1728597353482,"duration":1}}]},"tags":[]},"source":"feba83822268e790.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/test-cases/ff6dd72ebad3868.json b/7588/data/test-cases/ff6dd72ebad3868.json new file mode 100644 index 00000000000..5932f3dd41b --- /dev/null +++ b/7588/data/test-cases/ff6dd72ebad3868.json @@ -0,0 +1 @@ +{"uid":"ff6dd72ebad3868","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":1729034473216,"stop":1729034473216,"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.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":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"eb4165aec26bc59c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/eb4165aec26bc59c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241160,"stop":1729034241160,"duration":0}},{"uid":"c38f71c16604fc6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c38f71c16604fc6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159974,"stop":1729034159974,"duration":0}},{"uid":"7050a2dbfa9a2b5b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7050a2dbfa9a2b5b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977065,"duration":0}},{"uid":"f595c1acbfbf0e24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f595c1acbfbf0e24","status":"passed","time":{"start":1729032093799,"stop":1729032093800,"duration":1}},{"uid":"85b88ce7f162cd93","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/85b88ce7f162cd93","status":"passed","time":{"start":1728901748773,"stop":1728901748773,"duration":0}},{"uid":"8c028e458e3dafdd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c028e458e3dafdd","status":"passed","time":{"start":1728893181086,"stop":1728893181086,"duration":0}},{"uid":"275553039f3390f4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/275553039f3390f4","status":"passed","time":{"start":1728856155552,"stop":1728856155552,"duration":0}},{"uid":"5fba110245679268","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5fba110245679268","status":"passed","time":{"start":1728738360295,"stop":1728738360296,"duration":1}},{"uid":"b04118be809e03ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b04118be809e03ca","status":"passed","time":{"start":1728682907222,"stop":1728682907222,"duration":0}},{"uid":"d3c705aa30ea3313","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d3c705aa30ea3313","status":"passed","time":{"start":1728682466734,"stop":1728682466735,"duration":1}},{"uid":"fa956ccff2690a38","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fa956ccff2690a38","status":"passed","time":{"start":1728676955722,"stop":1728676955722,"duration":0}},{"uid":"5a1f38c02c717c83","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5a1f38c02c717c83","status":"passed","time":{"start":1728598013535,"stop":1728598013535,"duration":0}},{"uid":"c8533c38c61ca87a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c8533c38c61ca87a","status":"passed","time":{"start":1728597225200,"stop":1728597225200,"duration":0}}]},"tags":[]},"source":"ff6dd72ebad3868.json","parameterValues":[]} \ No newline at end of file diff --git a/7556/data/test-cases/ddf0c538d44f43c5.json b/7588/data/test-cases/ffcc039f5d06f90b.json similarity index 85% rename from 7556/data/test-cases/ddf0c538d44f43c5.json rename to 7588/data/test-cases/ffcc039f5d06f90b.json index bb9249cb804..8651c827b2f 100644 --- a/7556/data/test-cases/ddf0c538d44f43c5.json +++ b/7588/data/test-cases/ffcc039f5d06f90b.json @@ -1 +1 @@ -{"uid":"ddf0c538d44f43c5","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":1728457537126,"stop":1728457537126,"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}],"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}],"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":6,"unknown":0,"total":6},"items":[{"uid":"d03eb114ee624767","reportUrl":"https://waku-org.github.io/js-waku/7555//#testresult/d03eb114ee624767","status":"passed","time":{"start":1728456499095,"stop":1728456499095,"duration":0}},{"uid":"1771061befb69bbc","reportUrl":"https://waku-org.github.io/js-waku/7554//#testresult/1771061befb69bbc","status":"passed","time":{"start":1728456215074,"stop":1728456215075,"duration":1}},{"uid":"9de0de80c2ead2f9","reportUrl":"https://waku-org.github.io/js-waku/7553//#testresult/9de0de80c2ead2f9","status":"passed","time":{"start":1728456167130,"stop":1728456167131,"duration":1}},{"uid":"95f451a0d379622e","reportUrl":"https://waku-org.github.io/js-waku/7552//#testresult/95f451a0d379622e","status":"passed","time":{"start":1728455518194,"stop":1728455518194,"duration":0}},{"uid":"82002d077b3f81e5","reportUrl":"https://waku-org.github.io/js-waku/7550//#testresult/82002d077b3f81e5","status":"passed","time":{"start":1728452534877,"stop":1728452534878,"duration":1}}]},"tags":[]},"source":"ddf0c538d44f43c5.json","parameterValues":[]} \ No newline at end of file +{"uid":"ffcc039f5d06f90b","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":1729034704494,"stop":1729034704494,"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}],"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}],"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":15,"unknown":0,"total":15},"items":[{"uid":"95dfa8829c108de2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/95dfa8829c108de2","status":"passed","time":{"start":1729034474987,"stop":1729034474987,"duration":0}},{"uid":"551fea972c07e7e3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/551fea972c07e7e3","status":"passed","time":{"start":1729034395290,"stop":1729034395290,"duration":0}},{"uid":"a9e563c3f519fb7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a9e563c3f519fb7e","status":"passed","time":{"start":1729034209098,"stop":1729034209099,"duration":1}},{"uid":"1ff1b474efd05fac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1ff1b474efd05fac","status":"passed","time":{"start":1729032264567,"stop":1729032264567,"duration":0}},{"uid":"5316d395cb56d725","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5316d395cb56d725","status":"passed","time":{"start":1728902012849,"stop":1728902012850,"duration":1}},{"uid":"c45dd389616f4a34","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c45dd389616f4a34","status":"passed","time":{"start":1728893454810,"stop":1728893454811,"duration":1}},{"uid":"8018553bf129be64","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8018553bf129be64","status":"passed","time":{"start":1728856408451,"stop":1728856408452,"duration":1}},{"uid":"b83c955ae20b1400","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b83c955ae20b1400","status":"passed","time":{"start":1728738633854,"stop":1728738633854,"duration":0}},{"uid":"7da54030042ad4d4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7da54030042ad4d4","status":"passed","time":{"start":1728683159755,"stop":1728683159756,"duration":1}},{"uid":"ca3f4afebe07be94","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ca3f4afebe07be94","status":"passed","time":{"start":1728682751328,"stop":1728682751329,"duration":1}},{"uid":"d22a5dd16174efbf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d22a5dd16174efbf","status":"passed","time":{"start":1728677216355,"stop":1728677216355,"duration":0}},{"uid":"52edb310ed6b94dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/52edb310ed6b94dc","status":"passed","time":{"start":1728669925453,"stop":1728669925454,"duration":1}},{"uid":"eb376383a3c77eb0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb376383a3c77eb0","status":"passed","time":{"start":1728598268802,"stop":1728598268802,"duration":0}},{"uid":"70c692edecab5573","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70c692edecab5573","status":"passed","time":{"start":1728597503917,"stop":1728597503918,"duration":1}}]},"tags":[]},"source":"ffcc039f5d06f90b.json","parameterValues":[]} \ No newline at end of file diff --git a/7588/data/timeline.json b/7588/data/timeline.json index 790c6ddacc3..69890b40226 100644 --- a/7588/data/timeline.json +++ b/7588/data/timeline.json @@ -1 +1 @@ -{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","uid":"38b9f0a2f5958c93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033904750,"stop":1729033904751,"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":"70f8761a43b0ca3f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033925378,"stop":1729033925380,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"3210f0b4b320f514","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033862331,"stop":1729033862331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"8e99282e67c4320d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121885,"stop":1729034121885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3753212e93aec969","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033868326,"stop":1729033868326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"249094951590ce0f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034122311,"stop":1729034122311,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"f4e7fc831e47e5f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034200065,"stop":1729034200065,"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":"7715a08b90f54572","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041500,"stop":1729034041501,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"88889ec786ec75c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014853,"stop":1729034014856,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers","uid":"57df7b288d19998f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"2ba9fe54614373b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041649,"stop":1729034041649,"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":"261bc53f91ccb13","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034213018,"stop":1729034213019,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892688000000 ","uid":"304b15f0f3fefa40","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014873,"stop":1729034014876,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"61c191ff03ad3c94","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034034976,"stop":1729034034977,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"49ee288dfa6ab127","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034067354,"stop":1729034067355,"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":"bb8b8316a8a7c6f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129482,"stop":1729034129482,"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":"158c38ddb12f1d9d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014878,"stop":1729034014878,"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":"c3b7cc5690108cfa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034208294,"stop":1729034208294,"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":"84ccf0ef8daed22a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209103,"stop":1729034209103,"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":"b2794ce3271f05c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834363,"stop":1729033834363,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"d85c8f05ff375edb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034211309,"stop":1729034211309,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"5bd56dbf66769fc1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121894,"stop":1729034121895,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"2ee559ba0f23694f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034188115,"stop":1729034188116,"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":"f7a412c046fada37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834399,"stop":1729033834399,"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":"94edeca01736ea9e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169193,"stop":1729034169193,"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":"65330bd619f1f9b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041503,"stop":1729034041507,"duration":4},"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":"c7ca5e9a306c28da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034208293,"stop":1729034208294,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"5544fc7c1005a898","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129467,"stop":1729034129468,"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":"e6d3bbf982c5b393","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137142,"stop":1729034137143,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"1ec0a85e02546344","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129479,"stop":1729034129480,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"8a09f5554454e11a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144759,"stop":1729034144759,"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":"5fb97c360f4ca8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834385,"stop":1729033834385,"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":"58bd5af16637ed50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"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":"7ca954c832c1fac4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137147,"stop":1729034137147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"e1dd3b8041b1fb0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843119,"stop":1729033843123,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"58e55d07ea4e5b40","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033878342,"stop":1729033878344,"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":"79ed760599a4b4f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034200065,"stop":1729034200066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"f1192085969f1e43","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977226,"stop":1729033977227,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1698275577436","uid":"d102312858215e33","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137157,"stop":1729034137158,"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":"7ab7ce988025bee6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147767,"stop":1729034147767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"f335d918a8c492e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034213019,"stop":1729034213019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer for Filter on peer:disconnect event","uid":"d3e840dfa6eb1262","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033974460,"stop":1729033974461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5a97eeabfd62585c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209110,"stop":1729034209110,"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":"d53e203e593bd5a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121904,"stop":1729034121905,"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":"3648a8a21b551151","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033862329,"stop":1729033862330,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"65c444f119666655","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034200064,"stop":1729034200065,"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":"ce5e819b14f49a4f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033857769,"stop":1729033857769,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"f6aff17b0d7a84ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033858029,"stop":1729033858029,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"cad78f4e01529952","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033933480,"stop":1729033933480,"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":"7b657d1f2ed19eab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034208294,"stop":1729034208294,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"f62b76c95e06c02e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842412,"stop":1729033842412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892674000000 ","uid":"a4698dab1aafb9a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121897,"stop":1729034121898,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should find and add new peers","uid":"511d78b3288a3b2b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033874965,"stop":1729033874965,"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":"ff1f2f47634e75f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209101,"stop":1729034209101,"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":"5d7eae6322fa4c16","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034213017,"stop":1729034213018,"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":"a74a642e0e36cf67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033892957,"stop":1729033892959,"duration":2},"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":"b0090beef69563d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144766,"stop":1729034144767,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"1401c875c8283aea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137155,"stop":1729034137156,"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":"e61264c1dd01de7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976816,"stop":1729033976816,"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":"898a622a5d8716b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834398,"stop":1729033834399,"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":"cab059321a7f63a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147771,"stop":1729034147772,"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":"4fcdd95b567ab236","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209100,"stop":1729034209100,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"826c977f3978dc7b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014847,"stop":1729034014848,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"37f06885499a0920","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169197,"stop":1729034169197,"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":"6414c67136b6500d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034208294,"stop":1729034208295,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"3f630ff3c83cd572","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034063495,"stop":1729034063495,"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":"9d29cb1f4c264b6d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834386,"stop":1729033834386,"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":"af211dddc154fa8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209095,"stop":1729034209095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"9c726e6c66ffa857","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834377,"stop":1729033834377,"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":"6a30a0b40e9abc4f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842352,"stop":1729033842352,"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":"c14cc69c86867f35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041474,"stop":1729034041476,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns nothing if no connections present","uid":"1c13206dcd827314","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033849376,"stop":1729033849378,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong content topic","uid":"a07cb452b8326a7c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144770,"stop":1729034144770,"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":"e7ddfb684898949","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834398,"stop":1729033834398,"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":"1304bb9dded24530","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041488,"stop":1729034041488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 529, Shard ID: 960","uid":"49a75ab01ba7cdc5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034177535,"stop":1729034177536,"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":"a73f36f9acc2bc87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209111,"stop":1729034209111,"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":"3054b3ae4c34ff68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034203621,"stop":1729034203621,"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":"1e768977ff794b7f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834366,"stop":1729033834366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"df2cffba8141d8d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834392,"stop":1729033834393,"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":"2d50f32c7ebe81e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034162416,"stop":1729034162417,"duration":1},"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":"5a1c3bd0fdc0bd88","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976818,"stop":1729033976830,"duration":12},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event before start","uid":"6a2dd40c8790e869","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033904747,"stop":1729033904747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729030377436","uid":"32bc6e2c93d61e40","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137158,"stop":1729034137158,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"66dd78ba06982884","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033933481,"stop":1729033933481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"5acf058b8ca06a45","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041650,"stop":1729034041650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Relay is requested but not mounted","uid":"d0d4451bba380693","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033875026,"stop":1729033875026,"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":"3546bc2cef3d201","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041499,"stop":1729034041500,"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":"a5a34da920945468","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121952,"stop":1729034121953,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 68, Shard ID: 269","uid":"f9b2249ef39c5b0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034177524,"stop":1729034177525,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"4f3784fd83ddd98f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034213018,"stop":1729034213018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"13529e4f0b82df71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033974450,"stop":1729033974450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"c200fa0637e7ce84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843123,"stop":1729033843123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"ee6e97b084a3d147","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"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":"8a76ca23457f9387","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121953,"stop":1729034121954,"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":"e3d8ebbc211d2719","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834386,"stop":1729033834386,"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":"e9c453161eb7cd31","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834374,"stop":1729033834375,"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":"ec41d35d1f5579dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169192,"stop":1729034169192,"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: /app58/7/topic58/proto","uid":"a69b1f6835832d17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169450,"stop":1729034169451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"92aefb46c80bf75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137118,"stop":1729034137123,"duration":5},"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":"5644886a91e8d1d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129473,"stop":1729034129473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"d64c3c17fe6b42be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121891,"stop":1729034121891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"9aa6b7655117184d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033939920,"stop":1729033939920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"d2e649bd064259a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034067353,"stop":1729034067354,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"d5c3f41f9ab5332a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033858270,"stop":1729033858271,"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":"5cba75bc7a0e9cf4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041488,"stop":1729034041489,"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":"c086c39833a424d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034063489,"stop":1729034063489,"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":"5066d071ede58126","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147786,"stop":1729034147787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"56fe24c9e41f5f3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137156,"stop":1729034137157,"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":"a623703c6be41e89","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842350,"stop":1729033842351,"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":"8abf46011fd069b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834383,"stop":1729033834383,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"14902470eec838df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034147769,"stop":1729034147769,"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":"faeba9f5c97b95d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834381,"stop":1729033834381,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"e953d120f79b9673","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976802,"stop":1729033976803,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"e92800683929a2a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014835,"stop":1729034014835,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"f390c29f1d06edf3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137135,"stop":1729034137135,"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":"f0347586aa8106a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033858271,"stop":1729033858271,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3a915424f754fe8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976811,"stop":1729033976811,"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":"3784f14904430d8e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850550,"stop":1729033850550,"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":"18599f2934e3603","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033857427,"stop":1729033857428,"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":"8746634b20d84d28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976779,"stop":1729033976781,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"29af7bcdad211c66","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129471,"stop":1729034129472,"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":"6f3fac1496e763c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034177538,"stop":1729034177538,"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: /app34/5/topic449/xml","uid":"5fee5c729271ec96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169450,"stop":1729034169450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"1757fff5384cb215","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033869944,"stop":1729033869944,"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":"d9277d53a328231b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041485,"stop":1729034041486,"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":"3f1d65590d8b1712","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976776,"stop":1729033976776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Oct 15 2024 22:15:37 GMT+0000 (Coordinated Universal Time)","uid":"588f6e691a44cd5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144768,"stop":1729034144768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"b39f5ce152724ab7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033904743,"stop":1729033904743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for Filter peer to be connected","uid":"f7f9fe03fc645d21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033875029,"stop":1729033875029,"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":"b014f9caf7bb771c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209105,"stop":1729034209105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892674 ","uid":"9ef41a7b1467200b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121947,"stop":1729034121948,"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":"7ec4aca1a050b75e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041488,"stop":1729034041488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"95afe24dcb969841","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033933478,"stop":1729033933479,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw if no connection provided","uid":"ac74dae45c45bc5f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850296,"stop":1729033850297,"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":"dfcecbc4b49d1137","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033836803,"stop":1729033836803,"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":"97cb50e3f1149339","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033849392,"stop":1729033849392,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"db1c0ea812fa6f02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034188113,"stop":1729034188113,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject on timeout if it was set","uid":"2acf1f11fc4b7f0f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033875028,"stop":1729033875028,"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":"e43d38544ed987d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033939927,"stop":1729033939927,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"4acd84d2ea7309ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137124,"stop":1729034137125,"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":"6681a50f32a14027","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034162415,"stop":1729034162416,"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":"cba135ccb7b2f165","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033868327,"stop":1729033868328,"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":"a197a0a450629037","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129479,"stop":1729034129479,"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":"9253fa941066d760","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976811,"stop":1729033976812,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"afcfccce3eafa91c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209092,"stop":1729034209092,"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":"f6330956c4792cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034034978,"stop":1729034034979,"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":"5a27d6524e6bca3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169194,"stop":1729034169195,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"fcea1fe2780df9c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121924,"stop":1729034121931,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"5dfdfd6c85179a52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209112,"stop":1729034209112,"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":"aef5e529d304a9db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034014882,"stop":1729034014882,"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":"c2ecf39978ce5880","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144765,"stop":1729034144765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Init the array if not present","uid":"632472c57f425b01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834022,"stop":1729033834024,"duration":2},"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":"26d6d733b4d0e8fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129477,"stop":1729034129477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"fb83e63e34db5f51","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033862326,"stop":1729033862327,"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":"dace930220d137e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843113,"stop":1729033843113,"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":"7a39c20b01cb3330","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209128,"stop":1729034209128,"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":"7bf7260e1f5c7531","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976807,"stop":1729033976807,"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":"a6379544a67e2d88","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034066157,"stop":1729034066158,"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":"b14062fdee61776b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033904747,"stop":1729033904748,"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":"dcf4597776d0e924","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034188119,"stop":1729034188119,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retry on failure if specified","uid":"85e2220f05f5373f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033875012,"stop":1729033875012,"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":"d5b40d5a2359cbd5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033900634,"stop":1729033900634,"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":"de9fe61c97f346a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834376,"stop":1729033834376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"ceac3e92f9f46ffd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834401,"stop":1729033834402,"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":"c2401e130914b758","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033858272,"stop":1729033858273,"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":"786d11b40ce6151a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014871,"stop":1729034014873,"duration":2},"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":"11920bc7a35a87ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834389,"stop":1729033834389,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after service node is restarted","uid":"9ccc75f24037f44a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034144772,"stop":1729034144772,"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":"567230e92eefcc88","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129477,"stop":1729034129477,"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":"a06cb4d39e4924ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834395,"stop":1729033834396,"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":"58bb2b186144a301","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033965758,"stop":1729033965758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"d0d9487a83bc6e77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129469,"stop":1729034129469,"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":"347d5dbdafd0bcf8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"ed172f918a67b239","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834398,"stop":1729033834398,"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":"904d7d19947bca4e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850295,"stop":1729033850296,"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":"59e483add69818b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834402,"stop":1729033834402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"ab0aead6031987d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137133,"stop":1729034137133,"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":"f72ad94f4e15f6ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129478,"stop":1729034129478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"2a9db581f6c6b9dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034188116,"stop":1729034188116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return true when peers exist","uid":"efd3348e3781003d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033874961,"stop":1729033874961,"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":"6edbf3fd0fe60fae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850548,"stop":1729033850548,"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":"13c9afdf003b23b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034066161,"stop":1729034066161,"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":"791d4d02d8709825","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834391,"stop":1729033834391,"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":"d129863327a3a84d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834365,"stop":1729033834366,"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":"1e732c89a30dc7a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144770,"stop":1729034144770,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"166af90615f30de1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209104,"stop":1729034209104,"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":"c1af9d4bcc219a38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976797,"stop":1729033976797,"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":"cc00ac350d048be1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137165,"stop":1729034137165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b9b543667b2cea7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014873,"stop":1729034014873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"4a1cb887dab16e01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034191996,"stop":1729034191996,"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":"61c178f059a631d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034121958,"stop":1729034121958,"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":"c97493c8f189f6f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834389,"stop":1729033834389,"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":"d3644062172fdf93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209122,"stop":1729034209123,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"bd44b38ecc63a448","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034200062,"stop":1729034200063,"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":"6a8e22de62afb947","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842350,"stop":1729033842350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"e67f5286595fca06","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137127,"stop":1729034137128,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"1c20c9a29fe6f766","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169453,"stop":1729034169453,"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":"8184c75214e566d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834382,"stop":1729033834382,"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":"9bec4bef67576a8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033925381,"stop":1729033925382,"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":"fee9102c91e1f31d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"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":"46fc31481b2eefbd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144772,"stop":1729034144772,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"bc49bcae5720a76f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041508,"stop":1729034041508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 74, Shard ID: 219","uid":"f9c6ab17937e8915","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034177533,"stop":1729034177534,"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":"fc2c5442abfa0eed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834394,"stop":1729033834394,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"dcc5f84ba8a0f82f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121890,"stop":1729034121890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"fec9c2aa22b41add","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843118,"stop":1729033843118,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"498b15e4a75ae15","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034188112,"stop":1729034188113,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"b64d0efd4f00428e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"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":"81a05dc231c56841","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034034979,"stop":1729034034981,"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":"65aef34e9a4e9c30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121954,"stop":1729034121957,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on empty string content topic","uid":"97d711547f6714a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033869946,"stop":1729033869946,"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":"ddc448134938d45e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850302,"stop":1729033850303,"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":"eb6b1fcc9692de48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834380,"stop":1729033834380,"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":"eb5e8530b58d36b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129474,"stop":1729034129475,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"45ca7af456fdf7c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121915,"stop":1729034121918,"duration":3},"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":"217443214b18487f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834379,"stop":1729033834379,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"696da7a61f1ddfd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033858267,"stop":1729033858268,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"9f46314006676797","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033836804,"stop":1729033836804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"57fecdc01a91746c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169195,"stop":1729034169196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"d5f0f4ec0395127f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843117,"stop":1729033843117,"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":"3f114817c175f285","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137144,"stop":1729034137145,"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":"c4ec123c5c6fd6c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842338,"stop":1729033842339,"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":"c5887fcee980ef61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041497,"stop":1729034041497,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers","uid":"808d2b4d2b57a869","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977063,"stop":1729033977063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"5080acef3fb8347b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209109,"stop":1729034209110,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"d55c6272ae119c77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034122310,"stop":1729034122310,"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":"7371c3eb09a213c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209102,"stop":1729034209102,"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":"a050468f139493ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169452,"stop":1729034169453,"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":"e94e3a5213fb248a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850405,"stop":1729033850405,"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":"c91534afce3b4d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834387,"stop":1729033834387,"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":"5f4ef2dd43995494","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121895,"stop":1729034121896,"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":"699f2b77c633ed67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147768,"stop":1729034147768,"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":"c5b2f50a1c4d55e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121953,"stop":1729034121953,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"1f10d442d4f6f884","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033899385,"stop":1729033899386,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"a69ca65e484c6ddc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144758,"stop":1729034144759,"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":"23a2ab4beac3d03c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033857764,"stop":1729033857765,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for LightPush peer to be connected","uid":"b20358924c201834","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033875029,"stop":1729033875029,"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":"5ba3ebeee8e1717f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842337,"stop":1729033842337,"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":"a5d8ec03b24b7fbd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033868329,"stop":1729033868330,"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":"92635fd97b2a282d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147781,"stop":1729034147781,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"abe1a48d099cd5c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209104,"stop":1729034209105,"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":"b778c3ab88171537","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834394,"stop":1729033834394,"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":"7a5c759068785bb3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041476,"stop":1729034041477,"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":"e08337e36261d9b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041485,"stop":1729034041485,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"10023f765e7cb9c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147999,"stop":1729034148000,"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":"e34247458b5c18d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033942622,"stop":1729033942623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"9a5b60748cb4d39a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034191995,"stop":1729034191995,"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":"9cd5686e21697320","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834390,"stop":1729033834391,"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":"c2ba4c4715be4b64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834388,"stop":1729033834388,"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":"2a16f6f3dc37b894","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144771,"stop":1729034144772,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not add existing peers","uid":"22677fa25313314a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033874965,"stop":1729033874966,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for Store peer to be connected","uid":"831fbf155c9a84a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033875029,"stop":1729033875030,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"135b86d140495b7b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976800,"stop":1729033976800,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"5a7756e6fe0f2b0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033937075,"stop":1729033937082,"duration":7},"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":"55af24a024fa076e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209107,"stop":1729034209109,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"379105f3c57e2b21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137134,"stop":1729034137134,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 816, Shard ID: 369","uid":"ab68747bb3d68ba6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034177532,"stop":1729034177533,"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":"7f520f5cd8cf847c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033857765,"stop":1729033857766,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"cc009a12a1f848ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033933482,"stop":1729033933482,"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":"3b66469b6ba11d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834396,"stop":1729033834396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"209a13cc26091ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169435,"stop":1729034169436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"f351dd2c0ef4062","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033868926,"stop":1729033868927,"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":"c245fe3af29d4606","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137163,"stop":1729034137163,"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":"f85149b15ac3ecd2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209103,"stop":1729034209104,"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":"51f82ffee840965c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033942597,"stop":1729033942597,"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":"464efd5c12a4613","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834360,"stop":1729033834361,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"cece4c5c88086652","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014877,"stop":1729034014878,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"4d152fdbfb1a42b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033899737,"stop":1729033899738,"duration":1},"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":"f52b666df9f7c3c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034063485,"stop":1729034063486,"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":"8039a592883ee391","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033965758,"stop":1729033965758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"6d0ea26c719c8254","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034211308,"stop":1729034211308,"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":"5a5c5861572bac51","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834363,"stop":1729033834364,"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":"c7d6a0b0031b81ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137153,"stop":1729034137154,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"1a1160b169b83ae6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033939925,"stop":1729033939926,"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":"8510fb124606d97e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041490,"stop":1729034041491,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"f9367fde23fc9ee2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034162414,"stop":1729034162414,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"ebeb66c57638e7d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033858269,"stop":1729033858269,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"c575085c61fb592c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034162414,"stop":1729034162414,"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: /app93/1/topic622/proto","uid":"32ecf91e795d59c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169439,"stop":1729034169441,"duration":2},"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":"df8972d42060612b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014879,"stop":1729034014880,"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":"6b8e3c9586c677fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033857766,"stop":1729033857767,"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":"c12d8e1bd37e43c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"c5b019ad463d36f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144762,"stop":1729034144762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"60ff1e299ba587d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034191994,"stop":1729034191995,"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":"1dabfc48d9851cee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834388,"stop":1729033834388,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers","uid":"151dae1f97bacb4c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"1948768e112353e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033858030,"stop":1729033858030,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"108578dd88342067","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144769,"stop":1729034144769,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"4fa42b026d734b81","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843112,"stop":1729033843113,"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":"85ba216f652b1afb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976789,"stop":1729033976789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"88b2a676a5b133cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033858269,"stop":1729033858270,"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":"d9e71a0756c2038e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209109,"stop":1729034209109,"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":"c9ca7d21919a33f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041473,"stop":1729034041473,"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":"db8b6980881f1b3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147770,"stop":1729034147770,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"40c6272b765b34ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014852,"stop":1729034014853,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"ab7fd40e84003231","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014834,"stop":1729034014834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"20a37b44f0e1e835","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033937070,"stop":1729033937071,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"8f53383fae484a00","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137133,"stop":1729034137134,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"6b1bae2c871ad90e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144765,"stop":1729034144766,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers","uid":"3fc1eb106f14f3a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977066,"stop":1729033977066,"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":"d1ab7ea949bb04c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834361,"stop":1729033834362,"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":"56ab6665b31e7479","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034121909,"stop":1729034121909,"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":"e45ba3c8a19c8c5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034034983,"stop":1729034034984,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"af9106982d94de63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034211308,"stop":1729034211309,"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":"bcd00b7c92d57611","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169193,"stop":1729034169193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"902cd01a33b75d49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033862326,"stop":1729033862326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"1ca1359e9c6274a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977227,"stop":1729033977227,"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":"7e6e74e42811c697","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033937083,"stop":1729033937083,"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":"15e59fd53bacc39d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033836804,"stop":1729033836804,"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":"32ba962660412e34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033900651,"stop":1729033900653,"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 RELAY set to true","uid":"c76586e255d169df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842331,"stop":1729033842337,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"73a1c469cf9057db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843115,"stop":1729033843115,"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":"9fb72ed78dcdda5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209106,"stop":1729034209107,"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":"29e20a25181822dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034034986,"stop":1729034034986,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"9acd9f6755e0e3f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137129,"stop":1729034137129,"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":"ad671ec7049aab7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034200069,"stop":1729034200070,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"9b934de0a8b07a14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014863,"stop":1729034014864,"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":"ae1109288cbfb932","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033942636,"stop":1729033942636,"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":"8bcaee1cf08bdbbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209106,"stop":1729034209106,"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":"a1a97181ec8fc61f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129474,"stop":1729034129474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"a6ebbb055be13728","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033899736,"stop":1729033899737,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"d521239005ea1479","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843119,"stop":1729033843119,"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":"ac2dbb59a9490cb3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033965754,"stop":1729033965757,"duration":3},"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":"269f118261b0e78c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976796,"stop":1729033976797,"duration":1},"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":"10a5984620b8a7c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137164,"stop":1729034137164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"ba2ab9b7013b405f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843115,"stop":1729033843116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"fb9665d82b7df79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034177524,"stop":1729034177524,"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":"657164ca4bf63a3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033904744,"stop":1729033904744,"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":"f5feedb9dfcc4d17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834387,"stop":1729033834387,"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":"93e0c44efc656603","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033942600,"stop":1729033942601,"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 4 bootstrap peers","uid":"448d08ecf0d94a8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976801,"stop":1729033976801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"6207ca2dbf2798f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033868926,"stop":1729033868926,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"a02d806401e19c4e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034148002,"stop":1729034148002,"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":"1ded228d114cc53b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147774,"stop":1729034147774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"5b4321638e34b0a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121938,"stop":1729034121939,"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 7 bootstrap peers","uid":"e4e3feb8f31b2695","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976814,"stop":1729033976815,"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":"ff5bc14a0109865","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033900643,"stop":1729033900645,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"7899bc23f3cdca04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129478,"stop":1729034129478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"1aab248921776c81","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129468,"stop":1729034129468,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"7838614c6a8d3b05","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033868925,"stop":1729033868925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"9c58fb65170d5dfe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137125,"stop":1729034137125,"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":"ac9b5e339c018b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834390,"stop":1729033834390,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"a647d4f394b0257f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144764,"stop":1729034144764,"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":"a249435eea9c5275","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209113,"stop":1729034209113,"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":"a8b57d9537e2da08","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121892,"stop":1729034121892,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"b4429071d65bb629","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976769,"stop":1729033976773,"duration":4},"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":"27d70574f1f22d72","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041501,"stop":1729034041501,"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":"4b958bcfb990dc36","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147781,"stop":1729034147786,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"35e9299a16780797","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034122309,"stop":1729034122310,"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":"9cbc28476121cdfe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209119,"stop":1729034209119,"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":"3678bbde617c59a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034162415,"stop":1729034162415,"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":"b48472ccfba8f8e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834373,"stop":1729033834373,"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":"7a7db5d2bd2c0ae8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034188117,"stop":1729034188118,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"7b58f1f0eca0a785","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121940,"stop":1729034121940,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"c5e8402f892b37b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834024,"stop":1729033834025,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"c9d88f93e9e346e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014867,"stop":1729034014871,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"c05b2f0040a53ae4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144770,"stop":1729034144771,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"a6ac620099e54f87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033849966,"stop":1729033849967,"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":"5a718ff2e1178122","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834403,"stop":1729033834403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"f850f41597f2f56d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033933481,"stop":1729033933481,"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":"8f06ef0eea544b35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033892952,"stop":1729033892955,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"2a3c6a340f5e1245","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147761,"stop":1729034147766,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892674000000 ","uid":"fb9630b168436422","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121947,"stop":1729034121947,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"c59da88c76cabc50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147760,"stop":1729034147761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"67068f3dd6f6f81d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033899383,"stop":1729033899384,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"1d1435120d8f93e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137118,"stop":1729034137118,"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":"9700892e3d809c64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209123,"stop":1729034209127,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"8a5bbf60e4d7b233","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144760,"stop":1729034144761,"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":"b94fa7351d01e5bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034034974,"stop":1729034034976,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"5030f603a00cc87d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209086,"stop":1729034209086,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"ba5d3d73b7d58edd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033974447,"stop":1729033974449,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"d60c6190ecd16f9e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033869944,"stop":1729033869945,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"fbb06da52c5c54a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034147769,"stop":1729034147769,"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":"3e339eb245e48367","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034208295,"stop":1729034208295,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"92e129b12baa52e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034188118,"stop":1729034188119,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"14156eebf4416c0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121896,"stop":1729034121897,"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":"e8593330724bc43e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834372,"stop":1729033834373,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"b05883cd515474e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144761,"stop":1729034144762,"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: /app57/3/topic252/xml","uid":"b1261d40acdae62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169445,"stop":1729034169449,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"a6ff28e526f9b6be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147780,"stop":1729034147781,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"98c66a27507e8dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129466,"stop":1729034129466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"5f8a0a9adb153093","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034213016,"stop":1729034213016,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add a peer","uid":"1c38336bcd744129","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033874956,"stop":1729033874958,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"1f2f787ada5e50ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137143,"stop":1729034137143,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"14dd65eadc221420","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034063496,"stop":1729034063497,"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":"3a9c00262e138817","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209114,"stop":1729034209114,"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":"5ddb318abec5a925","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041489,"stop":1729034041489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"2933df868be9a063","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121940,"stop":1729034121940,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"25d01e886f279eec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033974452,"stop":1729033974453,"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":"2256cff14160508a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"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":"3818b3cb1003852b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834388,"stop":1729033834389,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"db62a1d37b685b06","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977226,"stop":1729033977226,"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":"5f55a89d7fc93bb7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976805,"stop":1729033976805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"870921c1d9d54e14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144759,"stop":1729034144760,"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":"3c2f4dbddcc7329d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033942603,"stop":1729033942604,"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":"6750c39ef660a0a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"d9cc8da31c46b31b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169436,"stop":1729034169437,"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":"793736e75847cec5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034213020,"stop":1729034213020,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"90d65debab2f9c9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121876,"stop":1729034121876,"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":"5c5fcfe8d2d086c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 0 connections","uid":"5baa417cc12e77f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977222,"stop":1729033977224,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"7bb3fe4dbceea0f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137125,"stop":1729034137125,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should log when no additional peers are found","uid":"85f63db5b9924a7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033874966,"stop":1729033874967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"722859d86bf59499","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169451,"stop":1729034169452,"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 6 bootstrap peers","uid":"cab3873319e434e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976806,"stop":1729033976807,"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":"2de499adbd44abfe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144763,"stop":1729034144763,"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":"4c639395962da0dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033939923,"stop":1729033939923,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"b93f2c030e0bedfb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034200067,"stop":1729034200069,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"29a87b623acf71aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834377,"stop":1729033834377,"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":"2c2cf4e5ffde61e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209087,"stop":1729034209087,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false when no peers exist","uid":"6f7864acb02b1328","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033874961,"stop":1729033874962,"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":"e7e8b7c01bbb853d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137162,"stop":1729034137162,"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":"de5ab1fa7d58ee53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033862329,"stop":1729033862329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"be9c2a7ce7c9511d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034124336,"stop":1729034124336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"86a898d96fc35bf2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041486,"stop":1729034041487,"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":"1934db6b77d06e2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137150,"stop":1729034137153,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729037577436","uid":"7ad94657f74a3767","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137158,"stop":1729034137159,"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":"ccb0aafed26e4af2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033836801,"stop":1729033836802,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"37712e1dbaa9b83a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137126,"stop":1729034137126,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"e5c2dde2f136ed5d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034208295,"stop":1729034208296,"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":"7c61052c420f615c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"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":"bae066ea0937368","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033892956,"stop":1729033892956,"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":"d9c840556bfa3253","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034066152,"stop":1729034066152,"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":"d0db4921007edbc5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834393,"stop":1729033834393,"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":"bb50d15d78f8e19e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147781,"stop":1729034147781,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"f996bedc083ea65d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129480,"stop":1729034129481,"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":"4ea1306217df5120","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209128,"stop":1729034209130,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"ca2bb7aef84f6de3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137164,"stop":1729034137165,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"8a713ac89c42c413","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843116,"stop":1729033843116,"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":"2fa88599bbec61f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033836803,"stop":1729033836803,"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":"9fa69fd0d326e6a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033965752,"stop":1729033965753,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"12983133b0db12d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014832,"stop":1729034014833,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 147, Shard ID: 773","uid":"11bdc047ce3ac172","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034177534,"stop":1729034177534,"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":"74092a168d3eacba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034014882,"stop":1729034014882,"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":"37e025144df040f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850550,"stop":1729033850550,"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":"704282a90b3f59cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834402,"stop":1729033834402,"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":"c0c7ec48ad861984","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834392,"stop":1729033834392,"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":"bc3932093d848c72","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842340,"stop":1729033842342,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"3b34472644dd6906","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034144773,"stop":1729034144773,"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: /app68/4/topic903/xml","uid":"4d7df0a70c160897","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169449,"stop":1729034169450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers","uid":"17e3197fd1aa610d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977065,"stop":1729033977065,"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":"2fd4a9580e56e91c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850301,"stop":1729033850302,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"d4f1dbc9f55a12d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034066160,"stop":1729034066161,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"63acd4c5b9f4d77c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121936,"stop":1729034121937,"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":"f290fbd63a5b8d29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209102,"stop":1729034209103,"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":"5ee8a9074f1fe826","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034162416,"stop":1729034162416,"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":"80c0232bc8d8e740","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834360,"stop":1729033834360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers","uid":"7050a2dbfa9a2b5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should call waitForPeer on Relay","uid":"b70edadf0e11f8bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033875030,"stop":1729033875030,"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":"a9e563c3f519fb7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209098,"stop":1729034209099,"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":"310e05cb35456766","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041492,"stop":1729034041494,"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: 6","uid":"42b5fdeb34b3c7eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976810,"stop":1729033976811,"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":"4bdf9f76925c2f1c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209130,"stop":1729034209131,"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":"4b68b5ebbeeb8a05","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041497,"stop":1729034041497,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"dcd41c148a36baf6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033869945,"stop":1729033869945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 16 2024 00:15:37 GMT+0000 (Coordinated Universal Time)","uid":"5edf5dffa57d98f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144769,"stop":1729034144769,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"e0fb7aba5831a846","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033933482,"stop":1729033933482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"1ad21a24c3632845","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"4b94e67e200a3893","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033868325,"stop":1729033868326,"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":"ff8311727550462d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014881,"stop":1729034014882,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"1f653c7984771ccc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034066151,"stop":1729034066152,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"4392f2ed8b39a49d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033899382,"stop":1729033899383,"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":"fbe668c7d775dc98","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209102,"stop":1729034209102,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"e91cd66ab354b1d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033933479,"stop":1729033933479,"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":"d286884eb1cc3fa6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041498,"stop":1729034041498,"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":"6c29f41565adaaf4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041489,"stop":1729034041490,"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":"49965771c8691b2b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209100,"stop":1729034209101,"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":"8189387eb3478021","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033849393,"stop":1729033849393,"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":"9ee99d1cad77c1d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169193,"stop":1729034169194,"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":"947a755e2de78eca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209106,"stop":1729034209106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"2f7044a24bbb2f80","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014856,"stop":1729034014858,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729030415236","uid":"cd0cdbbd47f54e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129481,"stop":1729034129481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"4c7e9104f80568d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034188117,"stop":1729034188117,"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":"5fd38dcaf4933e89","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834377,"stop":1729033834378,"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":"cd6d0a069e1cf87d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850298,"stop":1729033850298,"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":"f9ee8d2f0b3e855d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129477,"stop":1729034129478,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"5afb11ed383d80e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034177523,"stop":1729034177524,"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":"45091b38740b6db4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209105,"stop":1729034209105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"7bdedde96cc68d50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121931,"stop":1729034121931,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"f3218ad5535c842d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121941,"stop":1729034121941,"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":"7d85e34bfb34c0b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834381,"stop":1729033834381,"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":"987fe2883b8da6e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137146,"stop":1729034137146,"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":"915c1756a568e32a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034034986,"stop":1729034034987,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"44842cd37fb8acb5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033925387,"stop":1729033925387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should remove a peer","uid":"6cb10f550b803056","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033874959,"stop":1729033874959,"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":"e905e532cade9bbc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041507,"stop":1729034041507,"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":"9e4a7e43dcea7d44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034066156,"stop":1729034066157,"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":"7900b7379a879674","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850404,"stop":1729033850405,"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":"69a1c121d3415ac7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137162,"stop":1729034137163,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"3285b4f51931226e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033858031,"stop":1729033858031,"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":"ce8cedb5cfd197a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033900646,"stop":1729033900651,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"a00c19e4efb06cfe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034188118,"stop":1729034188118,"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":"5019314d31f00be5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129476,"stop":1729034129477,"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":"bdb485ecd5dfd4ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137130,"stop":1729034137130,"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":"e0b52083cd6de736","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041496,"stop":1729034041496,"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":"aa6c1e674aee882a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850405,"stop":1729033850406,"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":"3272d99ca358d8a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834392,"stop":1729033834392,"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":"67111eabb74f5d90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033858273,"stop":1729033858273,"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":"2c77ccf3c7cbf0ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209089,"stop":1729034209089,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"95b9b56c95ecfe26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129480,"stop":1729034129480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"5df0a4d5c483da99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033869945,"stop":1729033869946,"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":"d3f95e7b96dbeb27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033857424,"stop":1729033857426,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"59bb9f5131c302e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977227,"stop":1729033977227,"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":"ee29586b3dbe0824","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209093,"stop":1729034209093,"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":"8aed09c3c889b5b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850403,"stop":1729033850404,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if LightPush is requested but not mounted","uid":"782ccbdcdd9a82ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033875026,"stop":1729033875027,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"cad5d9ff81c373e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033862330,"stop":1729033862330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"1bc25111b7e25fa0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129472,"stop":1729034129473,"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":"e9da1c772ac3e459","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034200063,"stop":1729034200064,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers","uid":"7bef0cac260f3ac0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977062,"stop":1729033977062,"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":"c5a47a36237b83ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033892945,"stop":1729033892948,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"e8ba2cf94cff6cdd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209099,"stop":1729034209099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"302e84e6032ffd26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121912,"stop":1729034121913,"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":"e4fe79aa37b35dee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033857765,"stop":1729033857765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"8fada7215763a50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"984781a32af2884f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033925382,"stop":1729033925383,"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":"b6e82edd7dfb5e54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033904750,"stop":1729033904750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"6b369ae159a9ff82","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"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":"e9f9dfd61ea6774b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976806,"stop":1729033976806,"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":"97e9a59b57e1e3f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976803,"stop":1729033976803,"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":"2b72a7ba1ad02d63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129475,"stop":1729034129476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"daa9c02354d85bd9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121895,"stop":1729034121895,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"f77d2dc2c437401f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033974450,"stop":1729033974451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers","uid":"e6558a60c359deba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977061,"stop":1729033977061,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1698275615236","uid":"b42ddd7946551d02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129481,"stop":1729034129481,"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":"215e4b969d76f202","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129480,"stop":1729034129480,"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":"e7d4aef81b2ad903","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834362,"stop":1729033834363,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple pubsub topics","uid":"468e42b4b598603c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034177536,"stop":1729034177536,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"4fa2a0410dd57166","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147760,"stop":1729034147760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"8af10839aa322430","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834358,"stop":1729033834359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"534163557f134226","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976783,"stop":1729033976784,"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":"2138884f7fce1040","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers","uid":"8b7188cb770d7c92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977063,"stop":1729033977063,"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":"8b1aff59d9060251","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137148,"stop":1729034137148,"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":"d1383bac4562fb26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034213017,"stop":1729034213017,"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":"8645c6d90fc7a99c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137142,"stop":1729034137142,"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":"873563b32fe98748","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834380,"stop":1729033834380,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"f290f7e70d55ae92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850547,"stop":1729033850548,"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":"1f115fb5bd6c39d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137143,"stop":1729034137143,"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":"77ca1f2bcc5180a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034034981,"stop":1729034034982,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should remove the specified number of excess peers","uid":"ee2c69ec5c974591","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033874963,"stop":1729033874964,"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":"39628c70a12dea25","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014860,"stop":1729034014863,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"f676f8e4a965f9ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033974456,"stop":1729033974459,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"be6f43f9b8be1f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121951,"stop":1729034121952,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"a1daa6bdf9484449","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121889,"stop":1729034121889,"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":"c2a979ab240db1c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834382,"stop":1729033834382,"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":"513a4f33ae102ccd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034121909,"stop":1729034121910,"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":"37a4f62c173f458e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834396,"stop":1729033834396,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 129, Shard ID: 338","uid":"11bb2116837ffee1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034177535,"stop":1729034177535,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"df2adb1f1cceaac2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121910,"stop":1729034121910,"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":"22ccfe398d0bacbe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033965752,"stop":1729033965752,"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: /app49/10/topic527/proto","uid":"6affaaf3320c2afb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169437,"stop":1729034169439,"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 RELAY and FILTER protocols set to true","uid":"95d59c9e4e90b197","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842344,"stop":1729033842345,"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":"8d2ee081096896cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842349,"stop":1729033842349,"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: /app40/2/topic778/json","uid":"45642fb225f18a96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169441,"stop":1729034169442,"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":"2bb240d3c946a1f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209110,"stop":1729034209111,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"36467825f795991e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034200069,"stop":1729034200069,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"7356360137264b16","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976806,"stop":1729033976806,"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: /app52/7/topic102/utf8","uid":"8a3e9576697c212b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169451,"stop":1729034169451,"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":"d7bb40dfcbc7fcc2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843113,"stop":1729033843114,"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":"1100bd4eb7b5f537","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834391,"stop":1729033834391,"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":"f7ec1ed7d6561802","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129476,"stop":1729034129476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers","uid":"ba6e3cb4ca1d8df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977065,"stop":1729033977066,"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":"dd2c7d46d1e39045","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147767,"stop":1729034147767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 25 2023 23:15:37 GMT+0000 (Coordinated Universal Time)","uid":"c27a644ada82126","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144767,"stop":1729034144768,"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":"dc0fae4a753f8dbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033942598,"stop":1729033942600,"duration":2},"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":"c746b2a6093af86e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834390,"stop":1729033834390,"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":"b0fa5ee697346596","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129479,"stop":1729034129479,"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":"41076025a7ed68f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033904751,"stop":1729033904751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"871e10650c27cbe9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"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":"79055e469f30426a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976804,"stop":1729033976804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"fa64dad131ac184d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034067822,"stop":1729034067823,"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":"c2d2808b98af2f41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976784,"stop":1729033976788,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"9d6afc05dba28b17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033942603,"stop":1729033942603,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"5eb219c4d608bda5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834378,"stop":1729033834379,"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":"f8e74cec2e36bf3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033858271,"stop":1729033858272,"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":"1d289f814c5f3faa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034066161,"stop":1729034066161,"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":"d1724edeb1c36b02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209090,"stop":1729034209090,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"32f4f8a1e52efceb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033900634,"stop":1729033900635,"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":"ae66aa480bd26e39","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121908,"stop":1729034121908,"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":"99adbb840a61736c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147787,"stop":1729034147791,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Basic HTML tag","uid":"82413fd48017b8b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121939,"stop":1729034121940,"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":"c06c95c6a26cf61c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147780,"stop":1729034147780,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"67865a326c280c34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129471,"stop":1729034129471,"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":"bdbef5aaac5bc224","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834394,"stop":1729033834395,"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":"76c10252e8f9e433","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834385,"stop":1729033834385,"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":"675e224762069bcd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033857426,"stop":1729033857427,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"c7447c5b8802ac86","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144761,"stop":1729034144761,"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":"52daed36c475da24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976789,"stop":1729033976790,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"58b52190440868ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034213020,"stop":1729034213021,"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":"4f17c1aa34ba8765","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137145,"stop":1729034137146,"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":"ec2d30b2aedc711c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129475,"stop":1729034129475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if pubsub topics are misconfigured","uid":"69ac031071352433","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033875010,"stop":1729033875011,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers","uid":"abc8b3bc28e83319","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033874960,"stop":1729033874960,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"8b07c39a2039fe48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014850,"stop":1729034014851,"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":"bcbdaecdf430c001","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834389,"stop":1729033834390,"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":"60c64221952c1608","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834380,"stop":1729033834381,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers","uid":"72689a90cd6c3e48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"ccc755503c3061a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121892,"stop":1729034121894,"duration":2},"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":"bce766f40992978b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033904744,"stop":1729033904745,"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":"95769ae8ddaa4e4a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976803,"stop":1729033976803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"b742d0527c4c012c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034191995,"stop":1729034191995,"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":"98c400b153fb0004","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209093,"stop":1729034209095,"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":"ea2cb21452217cd5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137134,"stop":1729034137135,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if WakuNode is not started","uid":"d2a76bd444e1922b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033875025,"stop":1729033875026,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"dcf06c79df223e43","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843114,"stop":1729033843114,"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":"e0afe1a208547434","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147780,"stop":1729034147780,"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":"1f0a85825c5f4bd9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033857766,"stop":1729033857766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"b7314284874f7689","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033899735,"stop":1729033899736,"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":"d0232e9ab11dd069","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209112,"stop":1729034209112,"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":"8e4fec60d1972eb7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041490,"stop":1729034041490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 523, Shard ID: 370","uid":"dd08246798d56","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034177531,"stop":1729034177531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"a7d61e4e9b27f10d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209092,"stop":1729034209093,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"4f1700c09340db38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137137,"stop":1729034137142,"duration":5},"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":"33b51db819627fb0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842345,"stop":1729033842346,"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: 4","uid":"70115caa9aaef4a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976802,"stop":1729033976802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"8453cc9db3e58bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033858030,"stop":1729033858031,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"b6894e6dfb574f5c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"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":"fbd9433f389a4aec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209103,"stop":1729034209103,"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: /app71/9/topic946/proto","uid":"4501d14f8b361270","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169450,"stop":1729034169450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"76c83484cb09281d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121899,"stop":1729034121899,"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":"487d0674ccbd76d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033862328,"stop":1729033862328,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892688 ","uid":"45e6661335ca799f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014876,"stop":1729034014877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"7a38ac73718b76bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129468,"stop":1729034129469,"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":"4a068d3f925a4043","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209128,"stop":1729034209128,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"e105bb35deb1b550","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976790,"stop":1729033976793,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"56519e36412b4de0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169452,"stop":1729034169452,"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":"2eff2b4f626c19e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014878,"stop":1729034014879,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"337e8de56e552ecc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843113,"stop":1729033843113,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"2e34179447f8771f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144773,"stop":1729034144774,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"893244347d095e11","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137123,"stop":1729034137124,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"fb076ace8bac66d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977225,"stop":1729033977225,"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":"a271c6ef7e658bc9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976774,"stop":1729033976774,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"8e8cb9373b1af235","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033937071,"stop":1729033937075,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with unicode special characters payload","uid":"b8580d4d4d677a38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129472,"stop":1729034129472,"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":"ff78e1f7451b786d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834376,"stop":1729033834376,"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":"195081937468dbd9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034034984,"stop":1729034034986,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"71b6e70e9e57fda8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121899,"stop":1729034121900,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"88cfb5bcb9a9e6f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169195,"stop":1729034169195,"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":"999739aaa6391318","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834375,"stop":1729033834376,"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":"e6af9ea87cf4efa3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209088,"stop":1729034209089,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"2e8a3af46ecfe32d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033939922,"stop":1729033939922,"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":"2ca871b548f3e1d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033974453,"stop":1729033974453,"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":"938a9acb9bcb9d69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147770,"stop":1729034147771,"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 false","uid":"5f320e050bc272f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034203622,"stop":1729034203622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"289b06f6007df0d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977224,"stop":1729033977225,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"812dbd0259895dcd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843116,"stop":1729033843116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"e2ed7785f33ed77d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843118,"stop":1729033843119,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"acaf1694b0924680","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144762,"stop":1729034144763,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"d1b12e7fdfb860f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842408,"stop":1729033842409,"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":"28b14f47fbb75b87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033857769,"stop":1729033857770,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"962a524db3f2bdc4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144764,"stop":1729034144765,"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":"5b2f959ad49276d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842348,"stop":1729033842349,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"a8ad8c8a8ccbc986","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129471,"stop":1729034129471,"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":"dee2f09078d3a946","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137147,"stop":1729034137147,"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":"c323a58981009528","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121905,"stop":1729034121906,"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":"dca2201e500a7a43","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129470,"stop":1729034129470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"795863f0cf273a74","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034140324,"stop":1729034140324,"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":"f4f4b6d6cf68e401","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034208295,"stop":1729034208295,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"a98a81f6745f52ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121882,"stop":1729034121882,"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":"8bb9fe7293c3b85","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033904745,"stop":1729033904747,"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 RELAY and FILTER protocols set to true","uid":"f8185a14d1f3fafa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842351,"stop":1729033842352,"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":"7963f758acb8f73c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209100,"stop":1729034209100,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"ccae3bd215ab031a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041487,"stop":1729034041487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"b651fdb03f329e0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034191991,"stop":1729034191994,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"a0c7632ded827cc5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850548,"stop":1729033850548,"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":"cf7855c67c532be8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976777,"stop":1729033976778,"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":"e7e7422287d4b82c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976800,"stop":1729033976801,"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":"67a00a433bf9bb05","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976790,"stop":1729033976790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"4c71e59145bf52eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144764,"stop":1729034144764,"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":"a4c55a1794fc5758","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209112,"stop":1729034209113,"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":"3fb99ac0386222b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034148001,"stop":1729034148001,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"6d2a534378b4282","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033899384,"stop":1729033899385,"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":"ef61c7e9ea3322d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137149,"stop":1729034137150,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"2d9c64f68d9f514","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137155,"stop":1729034137155,"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":"ee22311bb8b573f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034203620,"stop":1729034203621,"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":"1158cb6250839e55","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147767,"stop":1729034147768,"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 0 with networkShards 1","uid":"ea7dfeef7d0b4123","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834375,"stop":1729033834375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e32dabcc7b1bad92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121890,"stop":1729034121891,"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":"2cf00c1fc945f5d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034162415,"stop":1729034162415,"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":"f24b1b77313cd634","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842351,"stop":1729033842351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 947, Shard ID: 118","uid":"1f2bfe52b24493eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034177525,"stop":1729034177526,"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":"a66b66b32d1511fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209095,"stop":1729034209095,"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":"8dfddb5c340280cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147772,"stop":1729034147772,"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":"be8c92bf6f0d17f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033858272,"stop":1729033858272,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"85eddb3e81039a96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209131,"stop":1729034209131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"f9775c3f0b708bdb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034188118,"stop":1729034188118,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"27758764287c26f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129467,"stop":1729034129467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"b725f7da29b0b724","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137117,"stop":1729034137118,"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":"f6bf70f47f154819","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033892959,"stop":1729033892959,"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":"8c42e7f1fbe406b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137156,"stop":1729034137156,"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":"be79d9dea684fb7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033858274,"stop":1729033858274,"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":"1b9cd92097da8e53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"7c5e6f6a1aff01a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034124336,"stop":1729034124336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"f7c12c91852a1650","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033904743,"stop":1729033904744,"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":"7f5f957ccabc4291","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033862328,"stop":1729033862328,"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":"8dff0d8f39f2e499","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041477,"stop":1729034041477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 116, Shard ID: 717","uid":"a36f24186a799458","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034177527,"stop":1729034177530,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"136f8b376a5ef8dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041473,"stop":1729034041474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"5c7a364f1c33113d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033939921,"stop":1729033939922,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"5ace509ce8c04794","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033939924,"stop":1729033939924,"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":"90e8f5877cd559ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129482,"stop":1729034129483,"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":"c4f4b6d76f6fc81f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034034983,"stop":1729034034983,"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 RELAY set to true","uid":"b5b14d188c85eb07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842347,"stop":1729033842347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"bdc590408cd957f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129467,"stop":1729034129467,"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":"3d10280669c51e01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121902,"stop":1729034121904,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"6095a844312138d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034188117,"stop":1729034188117,"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":"44290cfabc20bd16","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121945,"stop":1729034121946,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"b2427ded3dee1ebe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121914,"stop":1729034121915,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"1aab05fe9d22c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137149,"stop":1729034137149,"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":"ff27a4006fa9f81d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834387,"stop":1729033834388,"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":"3c2dda195a8f8adf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850298,"stop":1729033850299,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 864, Shard ID: 457","uid":"b91b13fc3e55cf0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034177526,"stop":1729034177527,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"da1b991707b80744","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144763,"stop":1729034144763,"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":"997ec848a1e13ccb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034066153,"stop":1729034066153,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if no connected peers found","uid":"e9d3e037adbf9849","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033875011,"stop":1729033875011,"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":"4c37947a7554e6ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033869943,"stop":1729033869944,"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":"b6869e290b8f8d23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033858274,"stop":1729033858274,"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":"744d1dc06edeb69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033862330,"stop":1729033862330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Filter is requested but not mounted","uid":"468abe1a9f7efa77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033875027,"stop":1729033875028,"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":"d0bbb7a3b2f170e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033925381,"stop":1729033925381,"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":"9093925a3dbd6637","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034213017,"stop":1729034213017,"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":"eff1ea13d123020f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014880,"stop":1729034014880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"394d2b747420596a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147759,"stop":1729034147760,"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":"f3ad83cecdb08bcd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033965753,"stop":1729033965753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"d2d69a734079f3db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977224,"stop":1729033977224,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"e174dee5ad6565e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034122310,"stop":1729034122311,"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":"ae0c594a989029a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976794,"stop":1729033976796,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should send to specified number of peers of used peers","uid":"79ca731aa452e7ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033875011,"stop":1729033875011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"4bc8c2d6b1b49a70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033974447,"stop":1729033974447,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"5dc7840febbba858","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033933480,"stop":1729033933480,"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":"5d228bbee1e8f0dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033942628,"stop":1729033942631,"duration":3},"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":"c6ee047964e1ee70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169194,"stop":1729034169194,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"8805bae33c14ad9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033933480,"stop":1729033933481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"b6b7d1ab8a02a495","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034066154,"stop":1729034066156,"duration":2},"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":"4524c54de18898ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834375,"stop":1729033834375,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"911db5bac5406f2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121946,"stop":1729034121947,"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":"333f49d20480062f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137159,"stop":1729034137159,"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":"9ec1bffba5338d2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137144,"stop":1729034137144,"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":"69a57260d814adf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033857768,"stop":1729033857768,"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":"e807838429ebb56c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034034983,"stop":1729034034983,"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":"28cc4f0f1d1f043b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033862328,"stop":1729033862329,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"9eb26272e9fa5f9d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033868927,"stop":1729033868927,"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":"7ffc06074c809aa4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834364,"stop":1729033834365,"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: /app71/2/topic384/xml","uid":"c7e183aabf0ac7f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034169449,"stop":1729034169449,"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":"cc15b62d68a435b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976813,"stop":1729033976814,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"747430b44b05be25","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121875,"stop":1729034121875,"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":"27f75e82b69a994d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209087,"stop":1729034209087,"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":"41eaf3b4778cc208","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976801,"stop":1729033976802,"duration":1},"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":"ae712d8168b74c63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850299,"stop":1729033850300,"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":"9e44a6d04542cf0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209114,"stop":1729034209115,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers","uid":"c980f2981b9c420","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977066,"stop":1729033977066,"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":"a85ae6593fd2ab99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843124,"stop":1729033843125,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"fbcc98d706d0d618","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034191995,"stop":1729034191996,"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":"4b224c5f3fcf2c67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137146,"stop":1729034137147,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"c5c3fc2dd1b960a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034066291,"stop":1729034066292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"e46866fad503d91a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034067823,"stop":1729034067823,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"a8611cf529ff1a32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033868325,"stop":1729033868325,"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":"d489965df72576af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147792,"stop":1729034147792,"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":"782c3805f6976a7f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209087,"stop":1729034209088,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"daad7872f9e16bb2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121939,"stop":1729034121939,"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":"fad75959170f9c1d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137164,"stop":1729034137164,"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":"e5439b3e0d6a28b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034121957,"stop":1729034121958,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"cb048deab5f94975","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129469,"stop":1729034129469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should select older connection if present","uid":"c291b76d1f5f8527","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033849393,"stop":1729033849393,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers","uid":"2f24347699d70e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"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":"5ccc902154703708","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033892948,"stop":1729033892951,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"6ddc6f273d8e26ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041477,"stop":1729034041485,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729033892674 ","uid":"8dd1ce60386702ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121899,"stop":1729034121899,"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":"8eb7b22f91a8aaac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034034977,"stop":1729034034978,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"678e61af4756519d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843123,"stop":1729033843123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"55d5e3cc7077da4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842412,"stop":1729033842413,"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":"dd09531aa7c5e035","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209111,"stop":1729034209112,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers","uid":"6a1aaf470ee94a6c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"79c169d9e1eb48aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014827,"stop":1729034014832,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receives messages on 20 topics","uid":"213ae7747d7ffbe2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209107,"stop":1729034209107,"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":"2c52217137bf2df1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137154,"stop":1729034137155,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"505e9f06ec3cb0fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121932,"stop":1729034121935,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"36fac8b81c78ddde","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033868328,"stop":1729033868329,"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":"2b36b89ea2eaee4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034063498,"stop":1729034063498,"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":"9f5f3f58fd93316d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137159,"stop":1729034137159,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"50b712ddeb49f24e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129472,"stop":1729034129472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"7b359348c08396df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034200063,"stop":1729034200063,"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":"4866072b417bef22","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034208292,"stop":1729034208293,"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":"46e004e45d313811","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129473,"stop":1729034129474,"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":"3db7910c9876d71b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034203622,"stop":1729034203622,"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":"a920160a19f994d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014879,"stop":1729034014879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"fc9f41930c02a26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033858270,"stop":1729033858270,"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":"544b66bf156c221e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842343,"stop":1729033842344,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"3bbe60fec3870561","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033878344,"stop":1729033878344,"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":"a4901d1e9eafc016","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033942602,"stop":1729033942603,"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":"667494933ce3bd1d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129475,"stop":1729034129475,"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":"4c4d0e84fd08d42b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834366,"stop":1729033834372,"duration":6},"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":"c9b90d303ba44a9d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834361,"stop":1729033834361,"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":"b431bda76f286cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033942631,"stop":1729033942634,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"bcf83509c5b8117e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033836803,"stop":1729033836804,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"d3632c673bf8652a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034041472,"stop":1729034041473,"duration":1},"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":"535538802ea75bc1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834378,"stop":1729033834378,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"a7dbbf96738f13c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014877,"stop":1729034014877,"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":"9c5f8fb7ea31cccd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033862327,"stop":1729033862327,"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":"a5a9240e28384e7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834385,"stop":1729033834386,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"7cfaa02469bac2c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"2723446b84e40557","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834359,"stop":1729033834360,"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":"ebe33bcda2e1a05b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209096,"stop":1729034209098,"duration":2},"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":"1b53ed22dd056a25","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834393,"stop":1729033834393,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"3e4878d8cd3a5386","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034188113,"stop":1729034188115,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only LIGHTPUSH enabled","uid":"e7fd6362d20e608e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"3db79c2b6a4284f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033939924,"stop":1729033939924,"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":"3b8885ad2522f4d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209092,"stop":1729034209092,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should check connected peers if present and suitable","uid":"53370bae1611bd7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033875028,"stop":1729033875029,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"c65fb98a8b1abe0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034137163,"stop":1729034137163,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Store is requested but not mounted","uid":"b88b2a4471e858ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033875027,"stop":1729033875027,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"ee95a8dd2de118df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033858268,"stop":1729033858269,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"df0cb287268aae2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144773,"stop":1729034144773,"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":"825ed285bf8a59f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834379,"stop":1729033834379,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"ff8df023da2623fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"e90f659114aa1c3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121875,"stop":1729034121875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers","uid":"7729b51269dd51c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729037615236","uid":"9598553d209f7eda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129482,"stop":1729034129482,"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":"8a8f8b4fab1de8d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121954,"stop":1729034121954,"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":"e93a7e32c4f097d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033942604,"stop":1729033942604,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"45fb9f7fd57ac818","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121891,"stop":1729034121892,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"f230aa5b957c2ee5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034144756,"stop":1729034144756,"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":"dc2800ea6245855b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033842339,"stop":1729033842340,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"a901a55da3b101c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033974452,"stop":1729033974452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d966242160424cae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014864,"stop":1729034014867,"duration":3},"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":"1265637a582b5166","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034177537,"stop":1729034177538,"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":"5ca1565f105884db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129473,"stop":1729034129473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"a8ee0a29081af6a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034014827,"stop":1729034014827,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"476627d6dbbef937","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129470,"stop":1729034129470,"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":"fb86f409926bc59c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033868322,"stop":1729033868324,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"8d5b9df835846532","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034148002,"stop":1729034148002,"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":"c2755c5603d4bd99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834399,"stop":1729033834399,"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":"3f0cadd3a2d0cf5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834365,"stop":1729033834365,"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":"db1c2786cdf5a219","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034063498,"stop":1729034063498,"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":"f9111ca1f9067fac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209113,"stop":1729034209114,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"23093e0a7e74ffa1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843114,"stop":1729033843115,"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":"346f9458fd5d215e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033925383,"stop":1729033925383,"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":"f4ce0c4080659a82","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147778,"stop":1729034147778,"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":"41453a7db2dca4c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834381,"stop":1729033834382,"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":"c4f96019e75821d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033976793,"stop":1729033976793,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"1b8d14f7b0ae309","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033925383,"stop":1729033925387,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"935792c153665915","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034129465,"stop":1729034129465,"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":"e03453525f0fef2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034147792,"stop":1729034147792,"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 mis-prefixed","uid":"2fb4e6463603829c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033857767,"stop":1729033857768,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"608e0c34cccfca92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121948,"stop":1729034121951,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"7601840878814b2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843117,"stop":1729033843117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers","uid":"7549417e62414179","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729033977062,"stop":1729033977062,"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":"28df5307083bf705","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034209089,"stop":1729034209089,"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":"10f34c4a3309713a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034121900,"stop":1729034121901,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only RELAY enabled","uid":"83acd30f98f1e9b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"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":"27bdaf32f1d1235a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033869945,"stop":1729033869945,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"97ef2ec77bfc8e36","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033843117,"stop":1729033843118,"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":"70167d99c236c8d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729033834373,"stop":1729033834373,"duration":0},"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":"Push message with numeric payload","uid":"fe76ed9c60785c09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631247,"stop":1729034631247,"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":"5c2171b47d8513da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356476,"stop":1729034356477,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"d6a257ab4aa72659","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356474,"stop":1729034356474,"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":"10025e56ac2fad1b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332620,"stop":1729034332620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping succeeds for all connected peers","uid":"b810afd4aff3477","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034470386,"stop":1729034470387,"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":"ac079bd10eee4b87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034360435,"stop":1729034360435,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"5b977a1ba006db2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341400,"stop":1729034341400,"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":"ceded16c69868aa0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034447617,"stop":1729034447617,"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":"2d837904a920b901","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631258,"stop":1729034631258,"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":"3e2658d9b5c14ddd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536101,"stop":1729034536101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"c0f9ceb37a91a03a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617746,"stop":1729034617747,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"591cc537101be78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034398720,"stop":1729034398721,"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":"90123cc854a71929","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034565836,"stop":1729034565836,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"574bad6a7c1b239a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034682671,"stop":1729034682671,"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":"af2412f3af23e3d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631257,"stop":1729034631257,"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":"ca330b4c8d94138a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034656473,"stop":1729034656473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 361, Shard ID: 124","uid":"84e70a4b1f55ad7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034668598,"stop":1729034668598,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"b6328243304101e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034682672,"stop":1729034682672,"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":"51484d7476755550","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332641,"stop":1729034332641,"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":"f324675a46ff49dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340756,"stop":1729034340756,"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":"73b9dfaee445f3dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704505,"stop":1729034704505,"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":"9638591df935f50f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332632,"stop":1729034332632,"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":"12df1396d1ef684b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356135,"stop":1729034356135,"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":"2360e41fcb8436ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704504,"stop":1729034704504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"358ca88f962b7fec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034561706,"stop":1729034561706,"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":"6279971d93b7d061","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034399692,"stop":1729034399692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 1 peers","uid":"b754c72e64a6e5aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473212,"stop":1729034473213,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"6dc0616910d8b10d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034432452,"stop":1729034432452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"f2de1133210fc71a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034728789,"stop":1729034728790,"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":"3f6e9e23fc931bf7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034360438,"stop":1729034360438,"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":"a08529c44ce63c7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034462527,"stop":1729034462533,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"1ff56142e65706c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341403,"stop":1729034341403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update shard info","uid":"5a03517160f4c8a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034566435,"stop":1729034566436,"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":"90db54f39f34d6ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034626850,"stop":1729034626851,"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":"dc3442e6a4c34563","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631259,"stop":1729034631259,"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":"3df0bf90631ed451","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704490,"stop":1729034704490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"42f7d1138fc735ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506792,"stop":1729034506792,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"6eb6ded9d9cc33cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631252,"stop":1729034631253,"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":"dab7c11e8c391a75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536098,"stop":1729034536098,"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":"aaa4ab77003c7b23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034447632,"stop":1729034447635,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"1887e29b4827c114","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034408874,"stop":1729034408874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"be6d5ab926496729","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034368072,"stop":1729034368072,"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":"6d8b428c8cf80e5f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704510,"stop":1729034704510,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"accb193aebffdfb5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472982,"stop":1729034472982,"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":"aed53a11f637ac55","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611654,"stop":1729034611655,"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":"f865cb328a293af1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332628,"stop":1729034332628,"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":"beb6ed369ca6e6b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034408864,"stop":1729034408864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"ae6e8a022a2f0f06","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034366899,"stop":1729034366899,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"979d0fb73768c04e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034682670,"stop":1729034682671,"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":"d157c8929aa70191","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704501,"stop":1729034704501,"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":"c4e6c39fa36ecf9e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640512,"stop":1729034640512,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"2d58d0e7e5af52a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034682671,"stop":1729034682671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 0 connections","uid":"ab5b529dcb692f5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473401,"stop":1729034473401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 3 peers","uid":"4503c5f5c3e064a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473222,"stop":1729034473223,"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 5 bootstrap peers","uid":"d6d2881525dc5434","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472983,"stop":1729034472984,"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":"b236b6dc45aa2fd1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034435019,"stop":1729034435020,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"31cd671ee10aeef1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034360437,"stop":1729034360438,"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":"46b00a9c4e9cb0bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536110,"stop":1729034536110,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"4ad4abe3e8d623ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636324,"stop":1729034636324,"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":"d4459ac3e00ba515","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631265,"stop":1729034631265,"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":"cdf7e29d5e72223e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536102,"stop":1729034536102,"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":"cea278c62cf783df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704496,"stop":1729034704496,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"e1a761e22a177380","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611678,"stop":1729034611678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"89b64c2f3cf4b551","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617767,"stop":1729034617767,"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":"7127178dfcecffe8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704493,"stop":1729034704493,"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":"726eed9214cf7abf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704509,"stop":1729034704509,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"47dadd5c2c3461b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611665,"stop":1729034611665,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"6e3ed0a60cc0d27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341401,"stop":1729034341401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"39e2fec861e2d580","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034728790,"stop":1729034728790,"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":"c180e1b9743f644d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536776,"stop":1729034536776,"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":"d57297ca9a427f10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034424273,"stop":1729034424273,"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":"5e02166a29fd59f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617759,"stop":1729034617759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391505 ","uid":"ea38c2b83b31ba66","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506794,"stop":1729034506797,"duration":3},"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":"9ec69bcc15416e31","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332620,"stop":1729034332620,"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":"f2c8363205552b1e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034665578,"stop":1729034665578,"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":"c4a53638cd88e858","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332648,"stop":1729034332649,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"8b597629df0abdac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636311,"stop":1729034636311,"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":"1d5787334334d83d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704508,"stop":1729034704508,"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":"5cf25a762956d1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617779,"stop":1729034617780,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 822, Shard ID: 602","uid":"e695555dc53902af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034668595,"stop":1729034668595,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"725c2a85651a0243","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034682677,"stop":1729034682678,"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":"50234e3899be93f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472989,"stop":1729034472989,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"b6873e964a091b03","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034713700,"stop":1729034713701,"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":"48a5680f862134b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640512,"stop":1729034640512,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"2d1bc9b4d0801533","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034713700,"stop":1729034713700,"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":"46508dc26314f5ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332637,"stop":1729034332637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"7505a8673951785","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611655,"stop":1729034611655,"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":"f83acbf55acdece4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348577,"stop":1729034348577,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"b0dfcb860bb20c62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034435018,"stop":1729034435018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 998, Shard ID: 906","uid":"5c5c5f44de6c26ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034668609,"stop":1729034668609,"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":"6d07ffeac9b4e497","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472986,"stop":1729034472987,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"951fd5ab8a9a7fda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034682674,"stop":1729034682675,"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":"4ba3fd5c9923c490","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472983,"stop":1729034472983,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (no timestamp)","uid":"f07bb7bf39b0cb1d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034335334,"stop":1729034335334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"290642b436c9d9f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617749,"stop":1729034617750,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"80f3645915b90b57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034366897,"stop":1729034366898,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"9ae3561366abdd6b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611651,"stop":1729034611651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"fd6ea38db17cbcf1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034630105,"stop":1729034630106,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"4d7c93dcd94e0f44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611653,"stop":1729034611654,"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":"69929a6f829837c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536109,"stop":1729034536109,"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":"f01a52cca6951047","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034335334,"stop":1729034335334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729038107155","uid":"78b11314d8bdfcda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617771,"stop":1729034617776,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"1cce478a8630b11f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704500,"stop":1729034704500,"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":"52ddf15503a21dd3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536785,"stop":1729034536785,"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":"6aacfd955ad0f1ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034360435,"stop":1729034360435,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"f14c310b9538237","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034630104,"stop":1729034630105,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"370dc87f8ed0311e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472941,"stop":1729034472941,"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":"6ddf6cab75d4e5f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332645,"stop":1729034332645,"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":"5cc5afb8a752a4bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034360434,"stop":1729034360435,"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":"434a39bc0e73f8d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034626850,"stop":1729034626850,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"af16ad39ac82cb9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636324,"stop":1729034636324,"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":"7543b39f03f3d0b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332797,"stop":1729034332797,"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":"964c9d2dc9a92620","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640511,"stop":1729034640511,"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":"94516b105e894025","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536108,"stop":1729034536108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"dd63d8656417eb39","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631251,"stop":1729034631251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 16 2024 00:23:47 GMT+0000 (Coordinated Universal Time)","uid":"393c7ed1dae02240","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636315,"stop":1729034636316,"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":"98723c358262385a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034708553,"stop":1729034708553,"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":"7f5f51995697dbf1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034696863,"stop":1729034696864,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"1085f7a2e283e37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536100,"stop":1729034536100,"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":"71aac107d3f675b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332625,"stop":1729034332625,"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":"c09c1063c30774c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506802,"stop":1729034506803,"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":"10b5ce906378dde7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332639,"stop":1729034332640,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"7ce868e722bbff0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034728791,"stop":1729034728791,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"2a1214158ad0cf17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631252,"stop":1729034631252,"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":"2bc99c8cd70ca7dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034408864,"stop":1729034408870,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"933841381ccd2876","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611649,"stop":1729034611649,"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":"7f7501bb8e0b58d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348762,"stop":1729034348762,"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":"f9105f5c035ea96c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332621,"stop":1729034332621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if no connected peers found","uid":"a0ea93bf80e31b35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034372891,"stop":1729034372892,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject on timeout if it was set","uid":"9b7b6edafa70c782","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373010,"stop":1729034373011,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"a647c4f1e59ee489","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034558120,"stop":1729034558120,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"1f0963718de2c9c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636308,"stop":1729034636308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391567 ","uid":"962f3bb37d4940c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611682,"stop":1729034611683,"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":"1a9f93dd3ceb3b70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472988,"stop":1729034472989,"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":"8eae8537ba9e3396","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332627,"stop":1729034332627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"d1ced3437b569f0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631246,"stop":1729034631247,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"11c68079871cf1ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631246,"stop":1729034631246,"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":"f1e05212e0da81c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617763,"stop":1729034617763,"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":"96547764d09f7c6b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034708551,"stop":1729034708551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 1 connections","uid":"ee890905b33e2ff0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473406,"stop":1729034473407,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"91356f741e5bfcc4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611657,"stop":1729034611657,"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: /app74/1/topic712/proto","uid":"8c1815fc7296513e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034656472,"stop":1729034656472,"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":"970da0fc65fbcc94","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704503,"stop":1729034704504,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"c589be67600220bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506788,"stop":1729034506788,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"fb37f56744e28e71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034665585,"stop":1729034665589,"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":"3d8f9349d857131f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631258,"stop":1729034631258,"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":"af1640251146c9ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640526,"stop":1729034640526,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"67ea13630f8f72c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034335333,"stop":1729034335333,"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":"1c31bc7536fc66ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348577,"stop":1729034348578,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"789e6da66bec244e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472965,"stop":1729034472967,"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":"40cfd57b429d9bca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034399692,"stop":1729034399693,"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":"2ca10c2d1aed40f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631258,"stop":1729034631259,"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":"5e9faf8611a1084e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611663,"stop":1729034611663,"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":"2d0e5212b4e21b84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034611689,"stop":1729034611689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"d9de86bfa99fda5d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341401,"stop":1729034341401,"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":"fd372790e44fb7c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472987,"stop":1729034472988,"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":"c4e74a09071c6855","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536110,"stop":1729034536110,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"483848b214d5498","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348760,"stop":1729034348760,"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":"fb93ce90475f79c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704504,"stop":1729034704504,"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":"d12feffc00f0ad73","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034424277,"stop":1729034424277,"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":"48a5d67397949fdb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617766,"stop":1729034617766,"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":"2d1e3aae46c491cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034462533,"stop":1729034462534,"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":"8baff3b4e5a5fe3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034696866,"stop":1729034696866,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"6cea474dab07d011","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704498,"stop":1729034704499,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"d07fa758a41fd729","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636312,"stop":1729034636312,"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":"27c358b0afc19187","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356136,"stop":1729034356137,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"6583fde5ef3d70f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034368073,"stop":1729034368073,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"afc5a0243271ff79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611652,"stop":1729034611652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"da8dbdb2e853d503","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611679,"stop":1729034611679,"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":"a0b8e9a07b0f35b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348413,"stop":1729034348413,"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":"9b4c91b3bf48aa23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034424274,"stop":1729034424274,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"91dce4b3244ed33e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034368072,"stop":1729034368072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"bef10b5b6b7b2649","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034694621,"stop":1729034694622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"2476a4abf3c57ee1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034656472,"stop":1729034656472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"cbf8424fb7f13453","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332647,"stop":1729034332647,"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":"3cb67a7660c91b2b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348762,"stop":1729034348762,"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":"521aa51615689c2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704504,"stop":1729034704505,"duration":1},"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":"f477530628164c0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034356478,"stop":1729034356478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"da3a5d75e3c05b77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506786,"stop":1729034506786,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"9775802917eb5b7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034565832,"stop":1729034565832,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"53fbccce469bdbda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340830,"stop":1729034340831,"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":"e3ede631e07be19c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472941,"stop":1729034472942,"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":"60bfdcfe8957b32e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704507,"stop":1729034704507,"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":"3eb26ce764e9099e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034694625,"stop":1729034694626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"cd79d74ffc2ce711","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034630105,"stop":1729034630105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"bd476cd57a4de752","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631248,"stop":1729034631248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"89a7333e2775abb9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034366398,"stop":1729034366398,"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":"64853306c48c8bd0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034708550,"stop":1729034708551,"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":"4560a557450dcb0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704497,"stop":1729034704497,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping fails for unsubscribed peers","uid":"d740f32dcac14125","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034470387,"stop":1729034470387,"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":"36b1cd4d89e7a09a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704506,"stop":1729034704507,"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":"be0563a54f5007b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506803,"stop":1729034506804,"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":"a9a2c62e6964c69f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034636323,"stop":1729034636323,"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":"c96f2bdb7ca5709","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536102,"stop":1729034536102,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"8212e9e9b5855525","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034694624,"stop":1729034694624,"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":"d785b08bcdb6d427","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704493,"stop":1729034704493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"33a437f83293fd24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640504,"stop":1729034640505,"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 7 bootstrap peers","uid":"b6d25c9783cd9d37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472989,"stop":1729034472990,"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":"b26a4327640b7b70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611663,"stop":1729034611664,"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":"9d7585b9e744645a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034703311,"stop":1729034703311,"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":"5eb73c05e6ab9ec9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034728789,"stop":1729034728789,"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":"712c441a7d5e18cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034408876,"stop":1729034408876,"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":"9102f1ce2e9ae9d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034506804,"stop":1729034506804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"55d0ab01ea831a96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617750,"stop":1729034617751,"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":"8975bdabd2cc3eac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340750,"stop":1729034340751,"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":"754cb4c34eef0287","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034708552,"stop":1729034708552,"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: /app35/10/topic983/json","uid":"e405261e1e334e93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034656461,"stop":1729034656463,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with invalid timestamp is not received","uid":"24bb30cc8349b3ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611661,"stop":1729034611662,"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":"fc5bb3e4fa0df787","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348411,"stop":1729034348411,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 2 peers","uid":"4ba91784e91123e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473216,"stop":1729034473217,"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":"2ac5d31b442d619a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348412,"stop":1729034348413,"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":"72c9057ec25c4b7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536098,"stop":1729034536098,"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":"8947fe04298a8c49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536790,"stop":1729034536790,"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":"3e65d8a284d4959c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332632,"stop":1729034332633,"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":"b6f1ced85575dfc0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034447614,"stop":1729034447615,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"aa14d6ca5b998dea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536100,"stop":1729034536100,"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":"e627d9d5b9b463ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340755,"stop":1729034340756,"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":"b8ca59d374fcebfd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536100,"stop":1729034536101,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - true","uid":"830e2a662e6a8079","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034683699,"stop":1729034683699,"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":"58b73bceccb8c6f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617764,"stop":1729034617764,"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":"bc108c11934d0087","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617753,"stop":1729034617753,"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":"c6a4da87be4e745a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631260,"stop":1729034631260,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"2caf003647040e9b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348761,"stop":1729034348762,"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":"8967213985d751f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536096,"stop":1729034536097,"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":"1324414a36b19823","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034703312,"stop":1729034703312,"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":"8ecc766d19ec6402","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332649,"stop":1729034332649,"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":"ac98161b7f033c16","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034656473,"stop":1729034656473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"5e631a4785c688f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034626851,"stop":1729034626851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"912d46473d378dc3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034561705,"stop":1729034561706,"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":"a44d22cc32c1f22e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034655443,"stop":1729034655443,"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":"c1eb573f3dbbedbe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034636323,"stop":1729034636323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"280e584c6fe3b6f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034645142,"stop":1729034645144,"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: /app3/4/topic356/utf8","uid":"16bf0f07f51ec695","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034656464,"stop":1729034656465,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 2 peers","uid":"775a1d39e0328509","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473222,"stop":1729034473222,"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":"ba18a08a2c2d8961","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356476,"stop":1729034356476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"59dbfdf131c55b84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332607,"stop":1729034332607,"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":"83cb1b0c3c29f0ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536108,"stop":1729034536108,"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":"5078aad504ccea28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034696863,"stop":1729034696863,"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":"7cb652a637eca1d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536099,"stop":1729034536099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"12127bb8ab829b46","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034728790,"stop":1729034728790,"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":"b432aaea450e842e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341411,"stop":1729034341411,"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":"432ebc3e1c4c5a54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332629,"stop":1729034332629,"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":"27a2f4f4795ebb4f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348296,"stop":1729034348297,"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":"9698d4239a699a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356476,"stop":1729034356476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"54ae6abc99a53cea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341404,"stop":1729034341404,"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":"e5a01902125afb3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704494,"stop":1729034704495,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 3 peers","uid":"8485e6bcae2a1cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473217,"stop":1729034473218,"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":"afefc03e93c9c8f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034693195,"stop":1729034693195,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"2d557e6793cd8ce4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034701153,"stop":1729034701153,"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":"e5d306bd1a1b5a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611685,"stop":1729034611685,"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":"9fbde4baae10f611","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034335333,"stop":1729034335333,"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: /app33/1/topic385/xml","uid":"f5b6e64b36da5fdc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034656465,"stop":1729034656465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"4ae2f10632e49bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034703313,"stop":1729034703313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns nothing if no connections present","uid":"51426bc7d3e847f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348294,"stop":1729034348295,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729030907155","uid":"3f2ac4d1b5a3a1f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617771,"stop":1729034617771,"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":"c671afd3844df709","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332611,"stop":1729034332612,"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":"22f5bce6fe78ddf9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034565828,"stop":1729034565830,"duration":2},"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":"3a90abcfd8a42992","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034665578,"stop":1729034665578,"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":"ee696c8f882c5b51","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617767,"stop":1729034617768,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"1455f51200433924","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034701153,"stop":1729034701153,"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":"ec3fddf369023e4e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332644,"stop":1729034332645,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"7d79e101e857f99e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640508,"stop":1729034640508,"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":"b3c71fff84aadc99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704490,"stop":1729034704490,"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":"2e309a8cd3a4fa5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340757,"stop":1729034340757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"d04667d687da8f2b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617751,"stop":1729034617752,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"98362ad7f489ad77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034696865,"stop":1729034696865,"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":"bd8dba9117c564f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034626853,"stop":1729034626853,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Relay is requested but not mounted","uid":"a6c430a42026286","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373009,"stop":1729034373009,"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":"e79abdc7a4fb9f87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536776,"stop":1729034536776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for Store peer to be connected","uid":"a5993a912345546d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373012,"stop":1729034373012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"e4132d58ff799ea2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631249,"stop":1729034631250,"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":"22f62e466e4917ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332609,"stop":1729034332609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"9e40d1b816edf3c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704503,"stop":1729034704503,"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":"cb882394c05a4112","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034626852,"stop":1729034626852,"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":"2f760d9ed41e3039","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332632,"stop":1729034332632,"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":"13ee14eb12124263","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472967,"stop":1729034472968,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"d8b21b59225ee09d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332627,"stop":1729034332628,"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":"6c801c749417ee7b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704495,"stop":1729034704495,"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":"8ce8e575ab54cc41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472985,"stop":1729034472986,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"eb600e826e05342","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034630106,"stop":1729034630106,"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":"5736c26220e88954","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332643,"stop":1729034332644,"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":"4536c88c9cc80a2b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472942,"stop":1729034472943,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers","uid":"9e5a9e726a50e6e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373027,"stop":1729034373027,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"6dbc6732398b982e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356473,"stop":1729034356474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"34f1b0a5481b33c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332647,"stop":1729034332647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"107b8885c55d731c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341409,"stop":1729034341409,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"caa94bab69e1a57b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506786,"stop":1729034506787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return true when peers exist","uid":"5fbb08f0411a19bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373027,"stop":1729034373028,"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":"5f37b904f0491f58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631255,"stop":1729034631255,"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":"2dbee7058f5485bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341411,"stop":1729034341412,"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":"7e63abce01c2fa78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034655444,"stop":1729034655444,"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":"c54c78969f11a4a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034424273,"stop":1729034424273,"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":"ef88f331dc5eeef9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034703308,"stop":1729034703309,"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":"b76c4021e6fb6bc1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341399,"stop":1729034341400,"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":"e4a63ca6b1c58e04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034565834,"stop":1729034565835,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"623ed148f82a07dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034432450,"stop":1729034432451,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"cf56ab61eb0e1d8f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631247,"stop":1729034631248,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"478bd1c99e725f3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034713702,"stop":1729034713702,"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":"50fc1f3233c4770b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636323,"stop":1729034636323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 nwaku nodes each with different pubsubtopics","uid":"c63b98678db1b47b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034694623,"stop":1729034694623,"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":"8fac500e6871bf88","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340749,"stop":1729034340750,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"5bf10075908efe0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034656459,"stop":1729034656459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should find and add new peers","uid":"b0495332288f1342","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373029,"stop":1729034373029,"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":"d87e2e882ba495e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617777,"stop":1729034617778,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"d189863c3dea04c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636306,"stop":1729034636306,"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":"734e9f55eb05dfe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640527,"stop":1729034640527,"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":"355c324f3a3cf336","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631250,"stop":1729034631251,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - true","uid":"bdfa54e38ce6e192","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034683700,"stop":1729034683700,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"c4574242a438db2e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636313,"stop":1729034636313,"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":"ba3f9623c325d02f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704492,"stop":1729034704493,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 558, Shard ID: 680","uid":"dc674749269eb97a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034668598,"stop":1729034668598,"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":"d709730fe53675e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332634,"stop":1729034332634,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"91c28b51cd9940af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611680,"stop":1729034611680,"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":"82c0e7172f4ebcf4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341409,"stop":1729034341410,"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":"4ebec372eb95b7c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340751,"stop":1729034340751,"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":"e2d7efa86ee3f981","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611679,"stop":1729034611680,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"d1da78246683e887","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617750,"stop":1729034617750,"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":"cd97ca9593624837","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332636,"stop":1729034332636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391567000000 ","uid":"a24e9ca13279a762","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611657,"stop":1729034611657,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"aec34ed9a0e578b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704492,"stop":1729034704492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"9656edff3ac814ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034713702,"stop":1729034713703,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"e5479d5b2669238e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472931,"stop":1729034472931,"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":"994423a9d76586ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034665577,"stop":1729034665577,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"6c4b89a506fcbe94","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034435415,"stop":1729034435415,"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":"6545dc1a75f4f4ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332631,"stop":1729034332631,"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":"ca6e2b8178bec52e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034447623,"stop":1729034447624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with relay capability","uid":"7b863421a8487eae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356475,"stop":1729034356475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"9fdcf7c1afdad3c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332624,"stop":1729034332625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"d81e8066c1abe663","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341399,"stop":1729034341399,"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":"49ed73453a1d5da7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034360436,"stop":1729034360436,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"aed7097633632a1c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611680,"stop":1729034611681,"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":"38b1489aa4195034","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034781181,"stop":1729034781181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"cca676bf90384b51","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034424274,"stop":1729034424275,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"cffc236aebed1c0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034398613,"stop":1729034398614,"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":"8afa16ecfddccdd5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472932,"stop":1729034472932,"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":"100553a92b1a6add","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704501,"stop":1729034704502,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"9fb2cf18b0be0e7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034694622,"stop":1729034694622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"1f8f8e48ed49263d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617757,"stop":1729034617757,"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":"a841ec4481a1622c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034392569,"stop":1729034392569,"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":"614a923c3cb582db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332612,"stop":1729034332612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Oct 15 2024 22:23:47 GMT+0000 (Coordinated Universal Time)","uid":"fe5b2daacade46fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636315,"stop":1729034636315,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"78c6909dabc5d152","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034558119,"stop":1729034558119,"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":"9a4f0c58a1844e0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536786,"stop":1729034536786,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"48393a55ce4ee583","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356195,"stop":1729034356195,"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":"c9ee836faf83394","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340753,"stop":1729034340753,"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":"58e2f61f18684d6c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704508,"stop":1729034704509,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"587ce724ed479e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356195,"stop":1729034356195,"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":"3c7089d31d3560e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034693196,"stop":1729034693196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"650bb5b70d795a18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636310,"stop":1729034636310,"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":"e21fae82c1a88950","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332634,"stop":1729034332635,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple pubsub topics","uid":"f20c0e293677ac3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034668610,"stop":1729034668611,"duration":1},"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":"db1862935408402c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034626852,"stop":1729034626852,"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":"43aa0c74242f31a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034462535,"stop":1729034462535,"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":"d9240e92b2616237","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617760,"stop":1729034617761,"duration":1},"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":"411b009954ba9e61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332625,"stop":1729034332626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"35b30d3739cc9ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341403,"stop":1729034341403,"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: /app61/3/topic302/test.js","uid":"18af7a3a33fbc145","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034656466,"stop":1729034656466,"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":"826d8277c46e534","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034703310,"stop":1729034703310,"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":"4251ef98edc647db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034558118,"stop":1729034558119,"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":"41bcd41bb623eacd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640521,"stop":1729034640521,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"bc04ac9ca34449a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348761,"stop":1729034348761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"d975851c33c7fb43","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034424273,"stop":1729034424274,"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":"63084c03b2e16ec8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332636,"stop":1729034332637,"duration":1},"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":"94dcab125684b26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332626,"stop":1729034332627,"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":"c63179cf3eb1ed6f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617760,"stop":1729034617760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"b917fa439c86377d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034696862,"stop":1729034696863,"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":"86a94023023d3867","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348576,"stop":1729034348576,"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":"7494fad8ad45865e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034424271,"stop":1729034424272,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"de7781be7004e1bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034376215,"stop":1729034376215,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"7033e93fced772a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034614966,"stop":1729034614966,"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":"23bddc7f47bba6bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536790,"stop":1729034536793,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"383f8d18adbebd81","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034432449,"stop":1729034432450,"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":"658fa45bf6762a68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704491,"stop":1729034704491,"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":"a89b4ee9a26a4ec4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332630,"stop":1729034332631,"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":"1956923fd98a9328","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340757,"stop":1729034340758,"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":"338a0c6ca41ae96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617758,"stop":1729034617759,"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":"421e5e0cd1e74955","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631261,"stop":1729034631261,"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":"72e663472e47592d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034655442,"stop":1729034655443,"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":"7987935a8b8bde5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536106,"stop":1729034536106,"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":"14bf986f1cfdd8b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617759,"stop":1729034617760,"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":"8cbee89ed6545c44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034360437,"stop":1729034360437,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"ccc4d5fd2c587f44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034694621,"stop":1729034694621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"98099ff6b3eb3165","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034696864,"stop":1729034696864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"221ff11e27568546","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034399691,"stop":1729034399691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should update multiaddrs","uid":"e900e131588c3ff0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034566434,"stop":1729034566435,"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: 4","uid":"4d6ee0e8af117d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472976,"stop":1729034472977,"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":"1e90bd1eafe04a92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332613,"stop":1729034332613,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should call waitForPeer on Relay","uid":"26dfc2828bb95dfa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373012,"stop":1729034373012,"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":"868df5c6fc01e212","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034355547,"stop":1729034355550,"duration":3},"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":"16ca74352266e4a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340752,"stop":1729034340753,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"b5eadac2594df6fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034537007,"stop":1729034537008,"duration":1},"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":"d1184dbea190e5e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034708554,"stop":1729034708554,"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":"b2494f36040f2d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611684,"stop":1729034611684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"87afd9333611cdee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636312,"stop":1729034636313,"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":"d9224c9ee32b20e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617765,"stop":1729034617765,"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":"320aa6f679d62665","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640520,"stop":1729034640521,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Tracks peer failures correctly","uid":"4cd9a4b1d4775507","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034470391,"stop":1729034470391,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"e2fdb7993d3f3a51","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332796,"stop":1729034332796,"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":"fbe78b93ca4fdaad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034392569,"stop":1729034392570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"6e60e7764f68b78b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636309,"stop":1729034636310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"cf61fdec4db3822","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034561791,"stop":1729034561792,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a5eaaa30256ee13a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611660,"stop":1729034611661,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"dab8fd86d8cba100","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356196,"stop":1729034356196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Init the array if not present","uid":"5f38ce65ed464e00","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332493,"stop":1729034332494,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"69cc5c6290df2345","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034645146,"stop":1729034645146,"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":"49308e81b03e99d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332797,"stop":1729034332797,"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":"93dd897776aa322","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034696864,"stop":1729034696864,"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":"f4b51e13833a658b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631260,"stop":1729034631260,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b7ffc934e4954682","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506798,"stop":1729034506798,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false when no peers exist","uid":"25d5e101fe0d89be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373028,"stop":1729034373028,"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":"f0b4be503b185851","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704506,"stop":1729034704506,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"6dda83657e106d32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341405,"stop":1729034341409,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"d285132045de8f8e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704499,"stop":1729034704500,"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":"44f1512162da0174","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332640,"stop":1729034332641,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retry on failure if specified","uid":"5a15b8a77d0ef4c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034372892,"stop":1729034372893,"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":"7936feca9dd7b9dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034703310,"stop":1729034703311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 2 peers","uid":"2656fba675c68f32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473213,"stop":1729034473214,"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":"8f0a4e678403b571","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631254,"stop":1729034631254,"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":"b867761900d7ba1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704502,"stop":1729034704502,"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":"445b7828e0c7ea3c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611684,"stop":1729034611685,"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":"a2687993981cf46a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631263,"stop":1729034631263,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Filter is requested but not mounted","uid":"267585248470f924","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373010,"stop":1729034373010,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"9b4e2394f15b77e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034366898,"stop":1729034366898,"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":"f7b46913f5448e76","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034682676,"stop":1729034682677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"24a32122a9f788a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034435019,"stop":1729034435019,"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":"6fd3785af57e1713","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034435412,"stop":1729034435413,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"44242064104e6e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034398614,"stop":1729034398615,"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":"9d0007188e90e449","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704508,"stop":1729034704508,"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":"e44411b0f461912f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034682681,"stop":1729034682681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Keep-alive pings maintain the connection","uid":"38e4e348d549d9d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034470387,"stop":1729034470387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should check connected peers if present and suitable","uid":"b34d3c2fc96216fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373011,"stop":1729034373011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"13a8a336f24e9578","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631248,"stop":1729034631248,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"c7de29dd1e4d3da4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034614967,"stop":1729034614967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"ca3efa1b4c511ea2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034398615,"stop":1729034398615,"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":"8b291708265baee1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340758,"stop":1729034340758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 3 connections","uid":"f70b2bfbbd45f5c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473407,"stop":1729034473408,"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":"ef8f14a2e16729e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536789,"stop":1729034536790,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"35501eee85550623","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034398721,"stop":1729034398721,"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":"6e642d8f3a3f8313","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472984,"stop":1729034472984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"ebfd90ede8da14c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034347698,"stop":1729034347701,"duration":3},"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":"d5f835aabe04084b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640522,"stop":1729034640523,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"830bb322b517bc67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356194,"stop":1729034356194,"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":"71d063f3a0ad3343","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472931,"stop":1729034472931,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"18ca000aeb7cdf38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034565836,"stop":1729034565836,"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":"37a9082755408cab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640511,"stop":1729034640512,"duration":1},"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":"d7c538fa5a9917e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034558117,"stop":1729034558118,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"238a5ff60dd4cac7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340708,"stop":1729034340709,"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":"4873e0b2f7d16792","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034655443,"stop":1729034655443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"73f625c7f6183c58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340829,"stop":1729034340830,"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":"208fcfc79a2e9c58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631257,"stop":1729034631257,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"aa6c74452defb2f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034432451,"stop":1729034432451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"f7c69ebd91b40ad8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506787,"stop":1729034506788,"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":"b7747b2a664889e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034408877,"stop":1729034408877,"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":"9c0ca4158bfbe244","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034668611,"stop":1729034668611,"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":"67f83597ab4cface","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034708552,"stop":1729034708552,"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":"7013d109f0c0eece","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332630,"stop":1729034332630,"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":"7b149e77e4542e72","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617763,"stop":1729034617763,"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":"618f4f1e478abaca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034694622,"stop":1729034694622,"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":"edec426c36ee4379","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332629,"stop":1729034332629,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"901f0d8a4d1bcc8e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341398,"stop":1729034341398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Number of peers are maintained correctly","uid":"44c28eb4d98134b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034470386,"stop":1729034470386,"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":"bee078d2c7c5da39","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034356478,"stop":1729034356478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"1e7d59c01974f142","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034408863,"stop":1729034408863,"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":"f69bd7f77c219118","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636312,"stop":1729034636312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"dfa155ef4e42d172","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341404,"stop":1729034341404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"21aaa4ea5e2f99b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341405,"stop":1729034341405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 2 connections","uid":"43f6956e7141c7e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473407,"stop":1729034473407,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent ping failures","uid":"7dc62d269b6599c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034470387,"stop":1729034470391,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"244182d39a0ebb5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611676,"stop":1729034611677,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"e4abf700cc9a7834","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636309,"stop":1729034636309,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"8a2bbf7b9c6e9951","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506798,"stop":1729034506798,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 1 peers","uid":"db90dd34b06f2769","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473210,"stop":1729034473211,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if WakuNode is not started","uid":"3497feed0eab5e4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373008,"stop":1729034373009,"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":"5663e8800dee897b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034703309,"stop":1729034703310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 3 peers","uid":"5579e22f0d2569d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473211,"stop":1729034473211,"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":"835aaf68785cb98d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034565836,"stop":1729034565837,"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":"aaaa2e793219308e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341410,"stop":1729034341410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - false","uid":"db60e09da7e6d704","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034683700,"stop":1729034683700,"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":"7998a58084276c14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472975,"stop":1729034472976,"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":"dcdc75974837a228","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356139,"stop":1729034356140,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"d7c48e847a7f07ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034398717,"stop":1729034398720,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer for Filter on peer:disconnect event","uid":"c869d5e737df4ec0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034470395,"stop":1729034470395,"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 RELAY set to true","uid":"23a51dabe58f1529","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340754,"stop":1729034340755,"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":"6334ff280e9d178a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034399690,"stop":1729034399690,"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":"ef836391f33f5693","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034708551,"stop":1729034708551,"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":"38345e1e2d24eea7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631259,"stop":1729034631259,"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":"d973b8e129d9a53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034708553,"stop":1729034708553,"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":"b529249d673b00ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034462534,"stop":1729034462535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"68feb3d40405137e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034668590,"stop":1729034668590,"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":"1f3499efa0df51f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640524,"stop":1729034640524,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 1 peers","uid":"4409be8d5b5f2553","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473221,"stop":1729034473222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"81a6a9e7fee63520","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631262,"stop":1729034631262,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"b2b1d62226f98e53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034645145,"stop":1729034645146,"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":"cb138cf402eddb58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034447614,"stop":1729034447614,"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":"7eb66fe2945f632d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034447630,"stop":1729034447630,"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":"72d15ae16fba82c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034447631,"stop":1729034447632,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"bfd60e52d76c7605","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034640517,"stop":1729034640517,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 3 peers, Filter: 0 peers","uid":"b8291f0e36d88793","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473219,"stop":1729034473220,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and publish message","uid":"dc47413c8207c857","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640525,"stop":1729034640526,"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":"257791978f2f4e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704489,"stop":1729034704489,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"2b8c74643ad752fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617753,"stop":1729034617753,"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":"e4dca9e4751da766","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332796,"stop":1729034332797,"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":"ce21200b4f7d9ef2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034665577,"stop":1729034665578,"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":"efe1a1a605f09758","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636314,"stop":1729034636315,"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 false","uid":"25a5150b6510d5b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034693197,"stop":1729034693198,"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":"76d43945d090ec39","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636319,"stop":1729034636322,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"d75761a71f86bae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034611664,"stop":1729034611664,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"974d279da7bf21fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356473,"stop":1729034356473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"8968d4f194e0fa8e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034432451,"stop":1729034432451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"e7cda2971532c3e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034656474,"stop":1729034656474,"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":"240537d5ac8c5184","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356139,"stop":1729034356139,"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":"b62cab171eaca4e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472949,"stop":1729034472950,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews subscription after lossing a connection","uid":"b3e985464dbb815e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704510,"stop":1729034704510,"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":"58dce2320ab7a30b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332623,"stop":1729034332624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"825ec27836cd2311","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611653,"stop":1729034611653,"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":"ecf630c5d9747c14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332623,"stop":1729034332623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391567 ","uid":"ca54dedac563ea7f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611658,"stop":1729034611658,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"a8987fba15980fae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034640513,"stop":1729034640517,"duration":4},"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":"3589f827774069b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617766,"stop":1729034617766,"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":"ca92c152990a4899","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332622,"stop":1729034332622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"7549829b2c944fad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611651,"stop":1729034611651,"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: /app7/4/topic303/json","uid":"1bac7ef54850b90d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034656466,"stop":1729034656467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 711, Shard ID: 923","uid":"dd5d48291f2b50cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034668596,"stop":1729034668597,"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":"d594a1d08849d2f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506798,"stop":1729034506802,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should select older connection if present","uid":"d6954a5f854c88b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348297,"stop":1729034348298,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"5e8e38e8cd525f68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506789,"stop":1729034506789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 49, Shard ID: 205","uid":"553f32e10ce06954","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034668595,"stop":1729034668596,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"94b38833d592def9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631253,"stop":1729034631253,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"bb71a4057632094e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034694623,"stop":1729034694623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"82878ccbd175e37f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617749,"stop":1729034617749,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"83f6393b90e76f5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636308,"stop":1729034636309,"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":"386924099e8ac11b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617756,"stop":1729034617756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"3440c2aecbcb8d8f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617748,"stop":1729034617748,"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":"cc35ddd914917086","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034470391,"stop":1729034470391,"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":"ba64f8b4c0861758","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640525,"stop":1729034640525,"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":"9aec13f0ea551e1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356136,"stop":1729034356136,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"1c38576857808b44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631249,"stop":1729034631249,"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":"12a7c677fe12ea60","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348763,"stop":1729034348763,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"62a92527073f7046","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034366898,"stop":1729034366899,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"59c58b38ba8fac2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506785,"stop":1729034506786,"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":"abe515e73077bb82","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348414,"stop":1729034348415,"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":"592e8445751318e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506804,"stop":1729034506804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"42ab892b8e5fedd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348762,"stop":1729034348762,"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":"9d295d5282734411","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034462535,"stop":1729034462535,"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":"41d1fb42303660c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341399,"stop":1729034341399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"8022300972192a8e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341401,"stop":1729034341402,"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":"58454c45877a86f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611685,"stop":1729034611687,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391567000000 ","uid":"fbdbf4a21ee991f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611682,"stop":1729034611682,"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":"2d0aff9821d8abac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472942,"stop":1729034472942,"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":"a121a42d1ef23cbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034392570,"stop":1729034392571,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"c52ba4f3e46ea8ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506789,"stop":1729034506789,"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":"807bfab0ab7db6ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472932,"stop":1729034472939,"duration":7},"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":"4598952150450906","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536107,"stop":1729034536107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if Store is requested but not mounted","uid":"685f27ede537d18f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373009,"stop":1729034373010,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"e27fc8a5b4b7580a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034432450,"stop":1729034432450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"8863958ebd444621","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611652,"stop":1729034611652,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"788410fd4d7045cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611666,"stop":1729034611666,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fail to send if pubsub topics are misconfigured","uid":"4ee240bc75ced1a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034372889,"stop":1729034372891,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"4dcaac286293e6d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536095,"stop":1729034536095,"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 mis-prefixed","uid":"44eb10a901fa2466","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356138,"stop":1729034356138,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"cdace3ba5b83f5fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034432448,"stop":1729034432449,"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":"a7ddf2c0394c8cbd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704500,"stop":1729034704500,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"42f88e5d3badf276","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704492,"stop":1729034704492,"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":"a2660683e8967b82","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034368073,"stop":1729034368073,"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":"82e57ab9dd917bb0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631252,"stop":1729034631252,"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":"14ee1560ef23bdac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640526,"stop":1729034640526,"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":"71e4f963207ba981","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332631,"stop":1729034332631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"7be23513471effc1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034682680,"stop":1729034682681,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"b5f2cbdb34df41bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034612085,"stop":1729034612085,"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":"bb286c47d38d0869","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348295,"stop":1729034348296,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"5e072307eabdf834","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611665,"stop":1729034611665,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for LightPush peer to be connected","uid":"444016408bac9bfb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373011,"stop":1729034373011,"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":"ab57ae4f0bbcc33e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034447630,"stop":1729034447630,"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":"6b417682756934b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636322,"stop":1729034636322,"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":"4042686041f9b7dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472990,"stop":1729034472991,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"823a58dfc627b34d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034368072,"stop":1729034368073,"duration":1},"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":"f02297ac0d10bb68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348413,"stop":1729034348414,"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":"9e3cb89dcea1a607","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340753,"stop":1729034340754,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should remove a peer","uid":"37be292f74d2eaa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373026,"stop":1729034373026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"5f61f57c4ade81eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636311,"stop":1729034636311,"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":"3b506127ae3e5abc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704490,"stop":1729034704490,"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":"b5090358bf9596b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332621,"stop":1729034332621,"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":"6979f145a94f2d77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472963,"stop":1729034472964,"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":"71cf9d0267c462df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332637,"stop":1729034332637,"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":"187976bfad07376f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332621,"stop":1729034332622,"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":"727d999c67c19883","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332633,"stop":1729034332633,"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":"adfd54d4af022a21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332648,"stop":1729034332648,"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":"ee968f11acf7d0df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617758,"stop":1729034617758,"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":"495dea3c216ec2ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340751,"stop":1729034340752,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"ce7a72e6d7f1c1f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034435416,"stop":1729034435416,"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":"2196992d36043067","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332626,"stop":1729034332626,"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":"3ca24f99a1a9dc24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472939,"stop":1729034472940,"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":"ef7282f966873272","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034565830,"stop":1729034565831,"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":"906024f47bba2086","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704507,"stop":1729034704508,"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":"dd889dfa8d13bb8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536097,"stop":1729034536097,"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":"59d96e9a94dd2bf1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034655444,"stop":1729034655444,"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":"4bf75811c139f700","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472947,"stop":1729034472948,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"3889080da7fdfe23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034435411,"stop":1729034435412,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"d8658b6529b73340","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636314,"stop":1729034636314,"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":"2003724b05fc8a18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034558120,"stop":1729034558120,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"fd394f0c7775ec00","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356474,"stop":1729034356475,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"fa709a3c471dc4a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034366400,"stop":1729034366400,"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":"ccb656f565b479c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704496,"stop":1729034704497,"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":"255369d931d00ef5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034781179,"stop":1729034781180,"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":"c2d3513f3eecbda9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034668612,"stop":1729034668612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"ed79a3fadf626b08","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611656,"stop":1729034611656,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"4971218267a8266d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506784,"stop":1729034506785,"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":"fa9d46ab43205d85","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332644,"stop":1729034332644,"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":"d1b0bf4349119acf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536111,"stop":1729034536111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"d05501e05e5d26a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332624,"stop":1729034332624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"5210eeee413c1fd9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704499,"stop":1729034704499,"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":"f68ff169f5f1eb1b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631254,"stop":1729034631255,"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":"2d61cb4dd453def2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034558121,"stop":1729034558121,"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":"f85a385da8a6fe11","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636313,"stop":1729034636314,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should send to specified number of peers of used peers","uid":"4e365aa5497d2a28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034372892,"stop":1729034372892,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1698276073747","uid":"7a25323175c24e55","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631263,"stop":1729034631264,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"b1eb09825a3eeeed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332495,"stop":1729034332497,"duration":2},"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":"78f1e29b3bc31ca6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034392564,"stop":1729034392567,"duration":3},"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":"c98b0d4ea42fd846","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332624,"stop":1729034332624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 592, Shard ID: 217","uid":"32c864b71237b8d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034668599,"stop":1729034668605,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"43622ec04811649b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611682,"stop":1729034611682,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"4891ef54a5af70a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034668591,"stop":1729034668591,"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":"115d3f907cbc9772","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636322,"stop":1729034636323,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 1 connections","uid":"c7ac0008b40872dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473401,"stop":1729034473406,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"d97fe66138014db9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704494,"stop":1729034704494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"948187d0b4f709c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611652,"stop":1729034611653,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"6f8388ee864d26b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034682679,"stop":1729034682680,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"7ef49cacd1c822a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617766,"stop":1729034617767,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1729034391505000000 ","uid":"725dfe31e15cc605","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506794,"stop":1729034506794,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should remove the specified number of excess peers","uid":"eba6858557c76f7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373028,"stop":1729034373029,"duration":1},"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":"4b5ec194e8af59fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332646,"stop":1729034332646,"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":"e2d4b905bfaa5f74","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356137,"stop":1729034356138,"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":"7258e9497d0d3330","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536789,"stop":1729034536789,"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":"95b6cd153284d511","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704498,"stop":1729034704498,"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":"89e0a0ce08dc8c91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332622,"stop":1729034332622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should log when no additional peers are found","uid":"f8838bd49ca9a2f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373030,"stop":1729034373030,"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":"8ce6876eed00c3e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506803,"stop":1729034506803,"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":"4a2ea1d78d2d310","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640517,"stop":1729034640520,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and receive message","uid":"a07402179e9ac5ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704505,"stop":1729034704506,"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":"30256a4e4c5e97","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704495,"stop":1729034704495,"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":"8e03921c87fe4eb6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536096,"stop":1729034536096,"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":"a717d062f11540aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332642,"stop":1729034332643,"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":"8336e8b1900d35a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356137,"stop":1729034356137,"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":"ad96767a12c5b704","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472976,"stop":1729034472976,"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":"6739e111aeb0cc31","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034335331,"stop":1729034335332,"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":"eae4aa728e4a866","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704503,"stop":1729034704503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"f6b9650aa49d1c9b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341402,"stop":1729034341403,"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 6 bootstrap peers","uid":"2e226b76e30a2996","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472987,"stop":1729034472987,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"e3a94c3ffbfa97ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034432447,"stop":1729034432448,"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":"f801bee3935823f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034392568,"stop":1729034392568,"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":"6492b18d40a3ed45","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332631,"stop":1729034332632,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 1 peers","uid":"ff6dd72ebad3868","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473216,"stop":1729034473216,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - true","uid":"40d3bf589e6f561c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034683701,"stop":1729034683701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"66bc4e892128ac51","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341400,"stop":1729034341400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"35c6d8f2f8ca70c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631249,"stop":1729034631249,"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":"5c63ea6bf0dc1762","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536111,"stop":1729034536111,"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":"bf0000bb3fc7aebe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536109,"stop":1729034536109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"65fc408483854dc8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472988,"stop":1729034472988,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"ec08faf26fc2e35b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341404,"stop":1729034341404,"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":"2931aeba593f5cd6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704496,"stop":1729034704496,"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":"2ef611c5a409a067","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536785,"stop":1729034536785,"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":"c8b6f65cbb84cffb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034392568,"stop":1729034392569,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"a47a22cb1bafa50e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611649,"stop":1729034611650,"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":"37f2b9731495019b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034611664,"stop":1729034611664,"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":"12e96e38edaf59ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034447616,"stop":1729034447617,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"fabf0d589a1f2447","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472984,"stop":1729034472984,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"64f7d5cf6f5185db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034398721,"stop":1729034398722,"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":"87907699cad4a671","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034781181,"stop":1729034781181,"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":"deabd736f4fa496d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034708552,"stop":1729034708552,"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":"8e080b79384118c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536098,"stop":1729034536099,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 424, Shard ID: 715","uid":"e6bfca7d3e68f5dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034668591,"stop":1729034668595,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"df97e634a5d3c5d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034368071,"stop":1729034368071,"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":"86713bcfd9b88fc1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332646,"stop":1729034332646,"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":"f98b13feb6582a0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034693196,"stop":1729034693196,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"7abb81715377b784","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034626852,"stop":1729034626853,"duration":1},"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":"1baeb8a9bcde869d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034703311,"stop":1729034703311,"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":"3f76ef8f93a93d24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034645145,"stop":1729034645145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 0 peers","uid":"7bae492ebd813f04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473212,"stop":1729034473212,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"99dd023481b6e3cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341409,"stop":1729034341409,"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":"9278b868f44b78d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640528,"stop":1729034640528,"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":"ce3945173a710377","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536107,"stop":1729034536108,"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":"f9c242039798aa63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034447617,"stop":1729034447618,"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":"a2f086f523122482","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631255,"stop":1729034631256,"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":"98e4bcb6758633be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472990,"stop":1729034472990,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"8ca64583ca5a4ce6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341402,"stop":1729034341402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 1 peers, Filter: 3 peers","uid":"e979cc89671c51c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473214,"stop":1729034473215,"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":"ae4a0423f59e61bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034408864,"stop":1729034408864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"b3aa0423b013d3b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506792,"stop":1729034506793,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from multiple nwaku nodes","uid":"dd506bcf59de98bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536111,"stop":1729034536112,"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":"cbb1f0c21ff8ae78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332629,"stop":1729034332630,"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":"fdc47744d79be319","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536106,"stop":1729034536106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"fe891374687425ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332626,"stop":1729034332626,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"38833d62a5170431","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034655441,"stop":1729034655442,"duration":1},"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":"b17ba7838f7bcd58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640527,"stop":1729034640527,"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":"1572dffa4221e494","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332638,"stop":1729034332639,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to push message with empty content topic","uid":"55eb1e542d22be6d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631261,"stop":1729034631262,"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":"349f2c8d69db6128","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631260,"stop":1729034631261,"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":"e1bf23a7f3c6226b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332607,"stop":1729034332608,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"1af1a5852b2967c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034435019,"stop":1729034435019,"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":"a4846dce26d31087","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617764,"stop":1729034617764,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add a peer","uid":"f14b1569f0427e13","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373025,"stop":1729034373026,"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":"adfab47939546db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340755,"stop":1729034340755,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"bacc0f542357dfaf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341412,"stop":1729034341412,"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":"5cd6c592c309e041","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631266,"stop":1729034631266,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"3ab0b99b6e7859a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034408862,"stop":1729034408863,"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":"cfa69bc45f1c4cc4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611685,"stop":1729034611685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"74c745596f3cde87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611677,"stop":1729034611677,"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":"aadb8ef84c3b243c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034447616,"stop":1729034447616,"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":"9e17baf779cd345d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332610,"stop":1729034332611,"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":"8b94c75b7b03d018","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611681,"stop":1729034611681,"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":"3dcaf858f2b8e87c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704502,"stop":1729034704502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"5c1226e4013558b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034682672,"stop":1729034682672,"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":"1d91a60708622921","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332613,"stop":1729034332614,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"ae36504ee291e6c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640505,"stop":1729034640505,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"d7cfc384313eac3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617754,"stop":1729034617754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 2 peers","uid":"84fcf69ea18f9e47","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473211,"stop":1729034473211,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"b563f276c5743170","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034435415,"stop":1729034435416,"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":"e5ffcdc495289511","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356140,"stop":1729034356140,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"a451b8b426ef7bdd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617755,"stop":1729034617756,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"6ef42633973d885f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617765,"stop":1729034617765,"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":"8aaa53a90492c0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332620,"stop":1729034332621,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"1be2887f445306db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536094,"stop":1729034536095,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing invalid cursor","uid":"676b537d6ec506","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034665584,"stop":1729034665584,"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":"1d0b18e11371f15e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332643,"stop":1729034332643,"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":"222368b63cff5049","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536101,"stop":1729034536101,"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":"e9f6837555407217","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034408863,"stop":1729034408863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"5f804ec9fceb9a37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611683,"stop":1729034611684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not add existing peers","uid":"4337081fa7adedf0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373029,"stop":1729034373030,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"d8a544ac4e8be1cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034655442,"stop":1729034655442,"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":"ed7a50b7047cbb03","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704491,"stop":1729034704491,"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":"48c644261a54981b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332614,"stop":1729034332619,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"bd997a7aa4d94a3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506788,"stop":1729034506789,"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":"593823e34cb8014e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704491,"stop":1729034704491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"4f120f723141b0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034360433,"stop":1729034360433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should reject if LightPush is requested but not mounted","uid":"6fdb644cff587711","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373009,"stop":1729034373009,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"2a982b30a3dd6eb8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356472,"stop":1729034356473,"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":"b0ddc5e12eb54512","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704506,"stop":1729034704506,"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":"3176cea69f1a259c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617761,"stop":1729034617762,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app31/9/topic522/json","uid":"1085b06ecf9a991f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034656466,"stop":1729034656466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"499d87fee9e7e901","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631263,"stop":1729034631263,"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":"3eb8705ee6f09d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034360437,"stop":1729034360437,"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":"56e7a4b6bc960104","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034435420,"stop":1729034435421,"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":"eaf84a5c88c17d58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536785,"stop":1729034536786,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"59e31a31dd73780f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506790,"stop":1729034506790,"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":"6d2ec3641277d2c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536786,"stop":1729034536789,"duration":3},"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":"1e3f93f857a3c773","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340757,"stop":1729034340757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 2 connections","uid":"da4540b57c86889d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473407,"stop":1729034473407,"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":"f93566403986fa4e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332633,"stop":1729034332634,"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":"e61bab9349c5a1a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332628,"stop":1729034332628,"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":"62f6babe0630c7d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034462533,"stop":1729034462533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"42d1a76a90d9ccaa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631250,"stop":1729034631250,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"2710b7083cf92f29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034713699,"stop":1729034713700,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"88a4c0eecc6f8edb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034713701,"stop":1729034713701,"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":"9949b595db724e1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332619,"stop":1729034332619,"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":"356ecc3f82c40d2b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348415,"stop":1729034348415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"5ed746fd979f7cf2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034612084,"stop":1729034612084,"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":"ded1c6c03e390676","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034355553,"stop":1729034355553,"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":"73fdd047c96a6145","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332628,"stop":1729034332629,"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":"a9ede440945eef98","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034536776,"stop":1729034536784,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"3da90664d058291b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640523,"stop":1729034640524,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"2eb589a2a97fc453","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034728789,"stop":1729034728789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"38be0563896f7a4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506785,"stop":1729034506785,"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":"439e60e83ba2c9bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617762,"stop":1729034617762,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"5b66158e2538b4fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034435409,"stop":1729034435410,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"2674d9522b3ddaaf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611678,"stop":1729034611678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"311620d3bd5a1c06","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611658,"stop":1729034611659,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"283fd429ea82bdea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472949,"stop":1729034472949,"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":"cf0a6c9a18645016","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704501,"stop":1729034704501,"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":"2555b0c8cc60e0fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034368073,"stop":1729034368073,"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":"16ce65e6de88e475","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472982,"stop":1729034472983,"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":"e7f5963c9a77582","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034665579,"stop":1729034665580,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"6715c2aca82e2fd3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034612084,"stop":1729034612085,"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: /app63/7/topic981/utf8","uid":"d542d150995e90e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034656464,"stop":1729034656464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Oct 25 2023 23:23:47 GMT+0000 (Coordinated Universal Time)","uid":"beaf76cd9f000aa8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636315,"stop":1729034636315,"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":"788245f22f71fb69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034340752,"stop":1729034340752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - false","uid":"af116ccc9b19d47c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034683701,"stop":1729034683701,"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":"cfba8a063b17beef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332608,"stop":1729034332608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"b1b5820b096a38ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704489,"stop":1729034704489,"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":"ac59a6ada4a9bd56","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034565833,"stop":1729034565833,"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":"9f02dd1a99d02f9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636316,"stop":1729034636319,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter with 3 connections","uid":"b00ce4fddc8a2c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473408,"stop":1729034473408,"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":"32e07d130a3136f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034360436,"stop":1729034360436,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - false","uid":"7ce10eaee5d466ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034683701,"stop":1729034683701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"4c451697f1c54e41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034713700,"stop":1729034713700,"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":"9f42509580086123","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631253,"stop":1729034631254,"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":"91232f14e84ab37d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341410,"stop":1729034341410,"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":"d3c643fec7436bca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611663,"stop":1729034611663,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"95a1d847131a899a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636310,"stop":1729034636311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"30cee6ee211eaa85","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034366399,"stop":1729034366399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"a161e6cd52c9f67c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034432451,"stop":1729034432452,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"8be48fb9c292c553","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034665584,"stop":1729034665584,"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":"d97d043614eb23de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704493,"stop":1729034704493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"667c9d9baade11ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617768,"stop":1729034617768,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"cade5c3bde5bedc8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341409,"stop":1729034341409,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"e35facb0edce9e29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034696865,"stop":1729034696865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Renews peer on consistent missed messages","uid":"2302021be6c3af66","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034470391,"stop":1729034470394,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, no signature]","uid":"cee0ffb13c170630","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034366396,"stop":1729034366397,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"2f557f872e4146ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356474,"stop":1729034356474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"a05c51d4684af1d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611655,"stop":1729034611656,"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":"cd2c5cff43bba63a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704492,"stop":1729034704492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"feba83822268e790","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611666,"stop":1729034611667,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"6050c6b66170196d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332606,"stop":1729034332607,"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":"4a5ca6632545b2e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506792,"stop":1729034506792,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 416, Shard ID: 591","uid":"523c4b4fab001cc6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034668609,"stop":1729034668609,"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":"3f58931c99a797a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704498,"stop":1729034704498,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"b3c836e9a04e13f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034694624,"stop":1729034694624,"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":"afa03da0b8d1bd9f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332638,"stop":1729034332638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"ac74e4d08e2fae6b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636307,"stop":1729034636308,"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":"d79e82dba149d984","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034335332,"stop":1729034335332,"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":"dd22a1a626b63237","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631261,"stop":1729034631261,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"8a0ff36e7d1e3863","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034682672,"stop":1729034682673,"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":"58979c1ce32463b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704490,"stop":1729034704491,"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":"c0b3a46ff254ec95","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640528,"stop":1729034640528,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"d67d53e3c7dd22ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617757,"stop":1729034617758,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"1330101adb05030a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704502,"stop":1729034704503,"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":"3d67a4c3b211f2a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472950,"stop":1729034472950,"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":"6d974d44d7328a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332609,"stop":1729034332609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"bccfaa303878c43","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611648,"stop":1729034611649,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush with 0 connections","uid":"74d64e06fe676770","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473400,"stop":1729034473401,"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":"b90eca0627f189b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332640,"stop":1729034332640,"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":"68cf8b5cf6a22f04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034781180,"stop":1729034781180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"5e5e8f97a1eec12a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034612085,"stop":1729034612085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"839643a7fe2e786e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611683,"stop":1729034611683,"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":"4f2671efc06931d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034626851,"stop":1729034626851,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1698276107155","uid":"638f5f4b926daeae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617769,"stop":1729034617771,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw if no connection provided","uid":"ab091b49e20cfcb1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348412,"stop":1729034348412,"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":"3b88858ddb3adab6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348576,"stop":1729034348577,"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":"af9cc0dab29c8331","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034408871,"stop":1729034408872,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 160, Shard ID: 792","uid":"3adc90b86effd2ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034668608,"stop":1729034668608,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"96643571910d1547","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034636316,"stop":1729034636316,"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":"69fc4672b2c5754d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704497,"stop":1729034704498,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"24423510ebc1db9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034701148,"stop":1729034701153,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing escaped characters","uid":"cc7f38ef59d67ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617765,"stop":1729034617766,"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":"5aa285164372fecc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506790,"stop":1729034506790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should wait for Filter peer to be connected","uid":"7179edc53bf6f2ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034373011,"stop":1729034373012,"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":"ce8156f212ea0716","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611656,"stop":1729034611657,"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":"bee450e95d9603b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332648,"stop":1729034332648,"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":"79fb694d1d3a0337","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034348761,"stop":1729034348761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"96d533fab9f3b4cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034656457,"stop":1729034656459,"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":"bc467a646eaff336","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034355550,"stop":1729034355553,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"f39622aa7e7523fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617747,"stop":1729034617747,"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":"d0234d5fb341fbbe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332634,"stop":1729034332634,"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":"eb48a3969f949ac4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341410,"stop":1729034341411,"duration":1},"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":"161c213de485645b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034356477,"stop":1729034356477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"7dfb4df3f42cab4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611681,"stop":1729034611681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"467d85a813e83a2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034435410,"stop":1729034435411,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"2bc0535e24491fe9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034376213,"stop":1729034376214,"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":"abbaef7dcc95d585","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034366400,"stop":1729034366400,"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":"ffcc039f5d06f90b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034704494,"stop":1729034704494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"228d9d52124a6364","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631251,"stop":1729034631251,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"4f223405ce9539b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617748,"stop":1729034617749,"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":"f7c9e92daf000863","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332641,"stop":1729034332641,"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":"d266b047d5314977","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640524,"stop":1729034640524,"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":"75d5f3c3b7112d47","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034399693,"stop":1729034399696,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 2 peers, Filter: 0 peers","uid":"d8452c2b0e17958e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473215,"stop":1729034473216,"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":"87d341385a21bbcf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034472950,"stop":1729034472951,"duration":1},"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":"c4d8aae0c7aa9a54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332614,"stop":1729034332614,"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":"8a41cd28960e9fd5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034366399,"stop":1729034366399,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"be4df633c1f83db9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034617752,"stop":1729034617752,"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":"6453eb18170b42ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034611687,"stop":1729034611689,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"5872bd9ccdd1e627","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640525,"stop":1729034640525,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729030873747","uid":"ab974c5cc76de033","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631264,"stop":1729034631264,"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":"e14e981f7a099ba1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034341411,"stop":1729034341411,"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":"1728d8560b60ce61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506802,"stop":1729034506802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"918df4e67481cbf3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034696867,"stop":1729034696867,"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":"61377fabd5c9e298","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034506805,"stop":1729034506805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"489f8b4479bd8b16","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034713701,"stop":1729034713701,"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":"dd3e8186ba2979da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034665576,"stop":1729034665577,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"c80acfa1349559dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611679,"stop":1729034611679,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"aca9bb4949a0ed5d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034565827,"stop":1729034565827,"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":"bda4167bdab70e0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332645,"stop":1729034332646,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"928016831c0d674f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034366397,"stop":1729034366397,"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: /app35/4/topic967/json","uid":"f93a9b54b36bd5f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034656465,"stop":1729034656465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1729038073747","uid":"9ba750cc30ea19f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034631264,"stop":1729034631264,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush: 0 peers, Filter: 0 peers","uid":"820dd83ca5cdd11","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1729034473210,"stop":1729034473210,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"2bdbd29f6ec1c706","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034640509,"stop":1729034640511,"duration":2},"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":"9eed3c1a6bb4ab2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034611662,"stop":1729034611662,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"f52a405e4780b05d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034360434,"stop":1729034360434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"e745e6a6d91bcb6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034713702,"stop":1729034713702,"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":"ce26fedc0b47d800","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034332622,"stop":1729034332623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"fb7f69f368614efa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034537008,"stop":1729034537008,"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: /app98/6/topic677/proto","uid":"c4d1e5c35e87bcf9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034656464,"stop":1729034656464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"464cb3bc27e979b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1729034506791,"stop":1729034506792,"duration":1},"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/7588/export/influxDbData.txt b/7588/export/influxDbData.txt index fc9421cc676..31363876ca0 100644 --- a/7588/export/influxDbData.txt +++ b/7588/export/influxDbData.txt @@ -1,11 +1,11 @@ -launch_status failed=0 1729034227000000000 -launch_status broken=0 1729034227000000000 -launch_status passed=808 1729034227000000000 -launch_status skipped=45 1729034227000000000 -launch_status unknown=0 1729034227000000000 -launch_time duration=378999 1729034227000000000 -launch_time min_duration=0 1729034227000000000 -launch_time max_duration=12 1729034227000000000 -launch_time sum_duration=543 1729034227000000000 -launch_retries retries=2 1729034227000000000 -launch_retries run=853 1729034227000000000 +launch_status failed=0 1729034792000000000 +launch_status broken=0 1729034792000000000 +launch_status passed=836 1729034792000000000 +launch_status skipped=45 1729034792000000000 +launch_status unknown=0 1729034792000000000 +launch_time duration=448688 1729034792000000000 +launch_time min_duration=0 1729034792000000000 +launch_time max_duration=8 1729034792000000000 +launch_time sum_duration=427 1729034792000000000 +launch_retries retries=2 1729034792000000000 +launch_retries run=881 1729034792000000000 diff --git a/7588/export/prometheusData.txt b/7588/export/prometheusData.txt index 1806f14a8e9..7aba3b59e42 100644 --- a/7588/export/prometheusData.txt +++ b/7588/export/prometheusData.txt @@ -1,11 +1,11 @@ launch_status_failed 0 launch_status_broken 0 -launch_status_passed 808 +launch_status_passed 836 launch_status_skipped 45 launch_status_unknown 0 -launch_time_duration 378999 +launch_time_duration 448688 launch_time_min_duration 0 -launch_time_max_duration 12 -launch_time_sum_duration 543 +launch_time_max_duration 8 +launch_time_sum_duration 427 launch_retries_retries 2 -launch_retries_run 853 +launch_retries_run 881 diff --git a/7588/history/categories-trend.json b/7588/history/categories-trend.json index 1d5fee9aecd..ec7e4be96ab 100644 --- a/7588/history/categories-trend.json +++ b/7588/history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{}},{"buildOrder":7590,"reportUrl":"https://waku-org.github.io/js-waku/7590/","reportName":"Allure Report with history","data":{}},{"buildOrder":7589,"reportUrl":"https://waku-org.github.io/js-waku/7589/","reportName":"Allure Report with history","data":{}},{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/7588/history/duration-trend.json b/7588/history/duration-trend.json index 6d1ced6e941..24b2cf9866d 100644 --- a/7588/history/duration-trend.json +++ b/7588/history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"duration":378999}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"duration":461019}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{"duration":632222}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{"duration":636316}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"duration":627021}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"duration":629629}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"duration":636283}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"duration":625762}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{"duration":643643}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{"duration":599342}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{"duration":640128}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{"duration":636185}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"duration":448688}},{"buildOrder":7590,"reportUrl":"https://waku-org.github.io/js-waku/7590/","reportName":"Allure Report with history","data":{"duration":453468}},{"buildOrder":7589,"reportUrl":"https://waku-org.github.io/js-waku/7589/","reportName":"Allure Report with history","data":{"duration":448799}},{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"duration":378999}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"duration":461019}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{"duration":632222}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{"duration":636316}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"duration":627021}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"duration":629629}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"duration":636283}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"duration":625762}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{"duration":643643}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{"duration":599342}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{"duration":640128}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{"duration":636185}},{"data":{}}] \ No newline at end of file diff --git a/7588/history/history-trend.json b/7588/history/history-trend.json index c2c4818bcee..eb427b5d9a8 100644 --- a/7588/history/history-trend.json +++ b/7588/history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":45,"passed":808,"unknown":0,"total":853}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":814,"unknown":0,"total":837}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":858,"unknown":0,"total":884}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":25,"passed":831,"unknown":0,"total":856}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":45,"passed":836,"unknown":0,"total":881}},{"buildOrder":7590,"reportUrl":"https://waku-org.github.io/js-waku/7590/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":45,"passed":815,"unknown":0,"total":860}},{"buildOrder":7589,"reportUrl":"https://waku-org.github.io/js-waku/7589/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":43,"passed":825,"unknown":0,"total":868}},{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":45,"passed":808,"unknown":0,"total":853}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":814,"unknown":0,"total":837}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":858,"unknown":0,"total":884}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":25,"passed":831,"unknown":0,"total":856}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/7588/history/history.json b/7588/history/history.json index 5841f5d1cd9..7637bb0b7c4 100644 --- a/7588/history/history.json +++ b/7588/history/history.json @@ -1 +1 @@ -{"8eb46b67aeb45674e4e421bf93499dd1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c573d353acefe2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c573d353acefe2","status":"passed","time":{"start":1729032228818,"stop":1729032228818,"duration":0}}]},"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"535538802ea75bc1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/535538802ea75bc1","status":"passed","time":{"start":1729033834378,"stop":1729033834378,"duration":0}},{"uid":"cf50299ff607e498","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cf50299ff607e498","status":"passed","time":{"start":1729031884109,"stop":1729031884109,"duration":0}},{"uid":"8999e2754ed18337","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8999e2754ed18337","status":"passed","time":{"start":1728901430250,"stop":1728901430250,"duration":0}},{"uid":"60e74924d7b78f90","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/60e74924d7b78f90","status":"passed","time":{"start":1728892860526,"stop":1728892860526,"duration":0}},{"uid":"4bafa64571b2dac3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4bafa64571b2dac3","status":"passed","time":{"start":1728855823317,"stop":1728855823317,"duration":0}},{"uid":"f9741eaa0655b528","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f9741eaa0655b528","status":"passed","time":{"start":1728738040585,"stop":1728738040586,"duration":1}},{"uid":"81e3f02ae2ca31bb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/81e3f02ae2ca31bb","status":"passed","time":{"start":1728682574085,"stop":1728682574086,"duration":1}},{"uid":"9b7e9567e3831e0f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b7e9567e3831e0f","status":"passed","time":{"start":1728682146811,"stop":1728682146811,"duration":0}},{"uid":"3ab09d5f85ddedb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3ab09d5f85ddedb","status":"passed","time":{"start":1728676621425,"stop":1728676621425,"duration":0}},{"uid":"ad6042ed106a008e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad6042ed106a008e","status":"passed","time":{"start":1728669344461,"stop":1728669344461,"duration":0}},{"uid":"bf4200ccadeedea0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bf4200ccadeedea0","status":"passed","time":{"start":1728597685155,"stop":1728597685155,"duration":0}},{"uid":"7492822246bb96b1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7492822246bb96b1","status":"passed","time":{"start":1728596904461,"stop":1728596904461,"duration":0}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"49ee288dfa6ab127","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/49ee288dfa6ab127","status":"passed","time":{"start":1729034067354,"stop":1729034067355,"duration":1}},{"uid":"c5767577cfdc33b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c5767577cfdc33b4","status":"passed","time":{"start":1729032098328,"stop":1729032098328,"duration":0}},{"uid":"79f59ee74000c100","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/79f59ee74000c100","status":"passed","time":{"start":1728901786966,"stop":1728901786966,"duration":0}},{"uid":"824eea4f3b5cfc65","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/824eea4f3b5cfc65","status":"passed","time":{"start":1728893221404,"stop":1728893221405,"duration":1}},{"uid":"9521cf2cb97045aa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9521cf2cb97045aa","status":"passed","time":{"start":1728856163737,"stop":1728856163737,"duration":0}},{"uid":"cc2cc859a3b5f5b7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc2cc859a3b5f5b7","status":"passed","time":{"start":1728738376850,"stop":1728738376851,"duration":1}},{"uid":"d28fbdabb282d4ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d28fbdabb282d4ab","status":"passed","time":{"start":1728682920158,"stop":1728682920158,"duration":0}},{"uid":"550dffeca437a6d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/550dffeca437a6d0","status":"passed","time":{"start":1728682501584,"stop":1728682501584,"duration":0}},{"uid":"ae7d0d0fdebb0255","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae7d0d0fdebb0255","status":"passed","time":{"start":1728676985051,"stop":1728676985051,"duration":0}},{"uid":"28242612518d7e9e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/28242612518d7e9e","status":"passed","time":{"start":1728669632408,"stop":1728669632408,"duration":0}},{"uid":"1df283c77af67539","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1df283c77af67539","status":"passed","time":{"start":1728598049844,"stop":1728598049844,"duration":0}},{"uid":"67f639dd0cce58fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/67f639dd0cce58fd","status":"passed","time":{"start":1728597265138,"stop":1728597265138,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cb048deab5f94975","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cb048deab5f94975","status":"passed","time":{"start":1729034129469,"stop":1729034129469,"duration":0}},{"uid":"589d048e3ba41ef7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/589d048e3ba41ef7","status":"passed","time":{"start":1729032178362,"stop":1729032178363,"duration":1}},{"uid":"1b6c44b1daac065d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b6c44b1daac065d","status":"passed","time":{"start":1728901896341,"stop":1728901896341,"duration":0}},{"uid":"23f798e941ed02e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/23f798e941ed02e4","status":"passed","time":{"start":1728893329020,"stop":1728893329020,"duration":0}},{"uid":"f24dce93bc256cb6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f24dce93bc256cb6","status":"passed","time":{"start":1728856284755,"stop":1728856284756,"duration":1}},{"uid":"25e61cb93e3db35a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/25e61cb93e3db35a","status":"passed","time":{"start":1728738494931,"stop":1728738494932,"duration":1}},{"uid":"950a20be033bf6b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/950a20be033bf6b0","status":"passed","time":{"start":1728683033626,"stop":1728683033626,"duration":0}},{"uid":"1e1b94a4d2ddff13","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1e1b94a4d2ddff13","status":"passed","time":{"start":1728682601731,"stop":1728682601731,"duration":0}},{"uid":"dae603be616386ae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dae603be616386ae","status":"passed","time":{"start":1728677107956,"stop":1728677107957,"duration":1}},{"uid":"548c10c44a21ef33","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/548c10c44a21ef33","status":"passed","time":{"start":1728669764745,"stop":1728669764745,"duration":0}},{"uid":"190eb6395732de2f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/190eb6395732de2f","status":"passed","time":{"start":1728598157556,"stop":1728598157557,"duration":1}},{"uid":"433ad33bb1bf77f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/433ad33bb1bf77f8","status":"passed","time":{"start":1728597369055,"stop":1728597369055,"duration":0}}]},"770ef580ef3b0af6f69bbac8270a30ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8abe04959242986b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8abe04959242986b","status":"passed","time":{"start":1728669841251,"stop":1728669841252,"duration":1}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"15e59fd53bacc39d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/15e59fd53bacc39d","status":"passed","time":{"start":1729033836804,"stop":1729033836804,"duration":0}},{"uid":"c28e71d0a3b74d3c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c28e71d0a3b74d3c","status":"passed","time":{"start":1729031886611,"stop":1729031886611,"duration":0}},{"uid":"1986fadc223e484d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1986fadc223e484d","status":"passed","time":{"start":1728901432738,"stop":1728901432738,"duration":0}},{"uid":"6087fd397cd7aca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6087fd397cd7aca","status":"passed","time":{"start":1728892863024,"stop":1728892863024,"duration":0}},{"uid":"73a000080a4b59cb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/73a000080a4b59cb","status":"passed","time":{"start":1728855825774,"stop":1728855825774,"duration":0}},{"uid":"5b772b27439af2fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5b772b27439af2fa","status":"passed","time":{"start":1728738043033,"stop":1728738043033,"duration":0}},{"uid":"71c4e0f316d44a4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71c4e0f316d44a4f","status":"passed","time":{"start":1728682576531,"stop":1728682576531,"duration":0}},{"uid":"1d2a3a4b5f387ed3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1d2a3a4b5f387ed3","status":"passed","time":{"start":1728682149244,"stop":1728682149245,"duration":1}},{"uid":"8c25fa4ee10fd92e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8c25fa4ee10fd92e","status":"passed","time":{"start":1728676623919,"stop":1728676623920,"duration":1}},{"uid":"7c71bf38413b58cb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7c71bf38413b58cb","status":"passed","time":{"start":1728669346942,"stop":1728669346942,"duration":0}},{"uid":"6a38c52cb5bb1b5d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a38c52cb5bb1b5d","status":"passed","time":{"start":1728597687695,"stop":1728597687695,"duration":0}},{"uid":"118f061985393b8f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/118f061985393b8f","status":"passed","time":{"start":1728596907137,"stop":1728596907137,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"97e9a59b57e1e3f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97e9a59b57e1e3f6","status":"passed","time":{"start":1729033976803,"stop":1729033976803,"duration":0}},{"uid":"91f45e3ab2f65c1c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/91f45e3ab2f65c1c","status":"passed","time":{"start":1729032020527,"stop":1729032020527,"duration":0}},{"uid":"504db91020bc6619","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/504db91020bc6619","status":"passed","time":{"start":1728901616451,"stop":1728901616460,"duration":9}},{"uid":"be2bd3bcc0b71762","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/be2bd3bcc0b71762","status":"passed","time":{"start":1728893050248,"stop":1728893050249,"duration":1}},{"uid":"a0b96fe11e700395","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0b96fe11e700395","status":"passed","time":{"start":1728856015175,"stop":1728856015175,"duration":0}},{"uid":"117be67a927693bf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/117be67a927693bf","status":"passed","time":{"start":1728738233144,"stop":1728738233145,"duration":1}},{"uid":"c919de31ec31c253","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c919de31ec31c253","status":"passed","time":{"start":1728682762476,"stop":1728682762476,"duration":0}},{"uid":"56389583c101f798","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/56389583c101f798","status":"passed","time":{"start":1728682332789,"stop":1728682332790,"duration":1}},{"uid":"c43e2224b3441651","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c43e2224b3441651","status":"passed","time":{"start":1728676810298,"stop":1728676810298,"duration":0}},{"uid":"14eb6d75b2b15919","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/14eb6d75b2b15919","status":"passed","time":{"start":1728669529903,"stop":1728669529903,"duration":0}},{"uid":"5260244e88d71766","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5260244e88d71766","status":"passed","time":{"start":1728597873538,"stop":1728597873538,"duration":0}},{"uid":"11848eff1bdd9d49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/11848eff1bdd9d49","status":"passed","time":{"start":1728597089277,"stop":1728597089277,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"12983133b0db12d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/12983133b0db12d0","status":"passed","time":{"start":1729034014832,"stop":1729034014833,"duration":1}},{"uid":"464a4b97ad26b58f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/464a4b97ad26b58f","status":"passed","time":{"start":1729032065423,"stop":1729032065433,"duration":10}},{"uid":"bc71751d0a2138a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc71751d0a2138a9","status":"passed","time":{"start":1728901664234,"stop":1728901664234,"duration":0}},{"uid":"6a9b000fb7b13e21","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6a9b000fb7b13e21","status":"passed","time":{"start":1728893093680,"stop":1728893093680,"duration":0}},{"uid":"eeb5082e5cbea1b8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/eeb5082e5cbea1b8","status":"passed","time":{"start":1728856055262,"stop":1728856055262,"duration":0}},{"uid":"cfe47b95767cb3d3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cfe47b95767cb3d3","status":"passed","time":{"start":1728738274738,"stop":1728738274739,"duration":1}},{"uid":"9b927d4ab75655f2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9b927d4ab75655f2","status":"passed","time":{"start":1728682807947,"stop":1728682807948,"duration":1}},{"uid":"702a7e1621e9e27c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/702a7e1621e9e27c","status":"passed","time":{"start":1728682381279,"stop":1728682381279,"duration":0}},{"uid":"adce92ebccd25498","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/adce92ebccd25498","status":"passed","time":{"start":1728676853892,"stop":1728676853892,"duration":0}},{"uid":"ca11745d2ecfa7e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca11745d2ecfa7e2","status":"passed","time":{"start":1728669581681,"stop":1728669581682,"duration":1}},{"uid":"902fcff74b6a31ad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/902fcff74b6a31ad","status":"passed","time":{"start":1728597923459,"stop":1728597923461,"duration":2}},{"uid":"7b7f75cec60c9158","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b7f75cec60c9158","status":"passed","time":{"start":1728597132257,"stop":1728597132258,"duration":1}}]},"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a74a642e0e36cf67","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a74a642e0e36cf67","status":"passed","time":{"start":1729033892957,"stop":1729033892959,"duration":2}},{"uid":"ccc6c2fb58bafef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ccc6c2fb58bafef","status":"passed","time":{"start":1729031943351,"stop":1729031943352,"duration":1}},{"uid":"8a593b3a80f5cea5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8a593b3a80f5cea5","status":"passed","time":{"start":1728901487521,"stop":1728901487521,"duration":0}},{"uid":"1e09988e29723b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e09988e29723b2","status":"passed","time":{"start":1728892920386,"stop":1728892920387,"duration":1}},{"uid":"89649cf75ab8b1ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89649cf75ab8b1ac","status":"passed","time":{"start":1728855881508,"stop":1728855881508,"duration":0}},{"uid":"2ee426a4145e1016","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2ee426a4145e1016","status":"passed","time":{"start":1728738098729,"stop":1728738098730,"duration":1}},{"uid":"30f1872ad9197281","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/30f1872ad9197281","status":"passed","time":{"start":1728682632220,"stop":1728682632220,"duration":0}},{"uid":"9f89a69a238ec0a5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9f89a69a238ec0a5","status":"passed","time":{"start":1728682205210,"stop":1728682205210,"duration":0}},{"uid":"9985367100ddd756","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9985367100ddd756","status":"passed","time":{"start":1728676680987,"stop":1728676680988,"duration":1}},{"uid":"becdf4e3d8b31928","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/becdf4e3d8b31928","status":"passed","time":{"start":1728669404739,"stop":1728669404740,"duration":1}},{"uid":"7153053de8e22063","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7153053de8e22063","status":"passed","time":{"start":1728597743847,"stop":1728597743849,"duration":2}},{"uid":"24707248051f5a77","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/24707248051f5a77","status":"passed","time":{"start":1728596961183,"stop":1728596961184,"duration":1}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2256cff14160508a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2256cff14160508a","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"duration":0}},{"uid":"e068f278575c46c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e068f278575c46c0","status":"passed","time":{"start":1729031892684,"stop":1729031892684,"duration":0}},{"uid":"abb3a6264c0fdc9a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/abb3a6264c0fdc9a","status":"passed","time":{"start":1728901438815,"stop":1728901438815,"duration":0}},{"uid":"57a517ffe1975d93","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/57a517ffe1975d93","status":"passed","time":{"start":1728892869009,"stop":1728892869009,"duration":0}},{"uid":"bd8c2dec5b863b85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bd8c2dec5b863b85","status":"passed","time":{"start":1728855831900,"stop":1728855831900,"duration":0}},{"uid":"41f21891f1b95e06","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/41f21891f1b95e06","status":"passed","time":{"start":1728738049048,"stop":1728738049048,"duration":0}},{"uid":"71dcee2356fd68fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71dcee2356fd68fd","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"3d5066bd3addb618","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d5066bd3addb618","status":"passed","time":{"start":1728682155415,"stop":1728682155415,"duration":0}},{"uid":"95f42c8c38d0f0d6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/95f42c8c38d0f0d6","status":"passed","time":{"start":1728676629982,"stop":1728676629982,"duration":0}},{"uid":"5cdde00c4a98e577","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5cdde00c4a98e577","status":"passed","time":{"start":1728669353109,"stop":1728669353109,"duration":0}},{"uid":"41941bc5034ecabf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/41941bc5034ecabf","status":"passed","time":{"start":1728597693855,"stop":1728597693855,"duration":0}},{"uid":"8bcf452096359e20","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8bcf452096359e20","status":"passed","time":{"start":1728596913099,"stop":1728596913099,"duration":0}}]},"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":11,"unknown":0,"total":12},"items":[{"uid":"1ca1359e9c6274a4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ca1359e9c6274a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977227,"stop":1729033977227,"duration":0}},{"uid":"c041f2da658fa9f9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c041f2da658fa9f9","status":"passed","time":{"start":1729032053272,"stop":1729032053272,"duration":0}},{"uid":"5af3017cdb490f97","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5af3017cdb490f97","status":"passed","time":{"start":1728901711769,"stop":1728901711770,"duration":1}},{"uid":"303fa368d874cfc0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/303fa368d874cfc0","status":"passed","time":{"start":1728893141903,"stop":1728893141904,"duration":1}},{"uid":"9db9e819b9985633","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9db9e819b9985633","status":"passed","time":{"start":1728856103202,"stop":1728856103202,"duration":0}},{"uid":"f2dcd3ff54da22ae","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f2dcd3ff54da22ae","status":"passed","time":{"start":1728738321622,"stop":1728738321622,"duration":0}},{"uid":"f201d8a9558eef9c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f201d8a9558eef9c","status":"passed","time":{"start":1728682857569,"stop":1728682857570,"duration":1}},{"uid":"9be17bb58d439b1d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9be17bb58d439b1d","status":"passed","time":{"start":1728682428805,"stop":1728682428806,"duration":1}},{"uid":"ba37751e6c574def","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba37751e6c574def","status":"passed","time":{"start":1728676901172,"stop":1728676901181,"duration":9}},{"uid":"71384e65caecb6aa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/71384e65caecb6aa","status":"passed","time":{"start":1728669573866,"stop":1728669573866,"duration":0}},{"uid":"96ca30db4c5ca8f5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/96ca30db4c5ca8f5","status":"passed","time":{"start":1728597972340,"stop":1728597972341,"duration":1}},{"uid":"219c7307bbbceda1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/219c7307bbbceda1","status":"passed","time":{"start":1728597175621,"stop":1728597175622,"duration":1}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"76a231704bff480","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/76a231704bff480","status":"passed","time":{"start":1729032277690,"stop":1729032277690,"duration":0}},{"uid":"a4f9149fe58ce546","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a4f9149fe58ce546","status":"passed","time":{"start":1728902034222,"stop":1728902034223,"duration":1}},{"uid":"b687c6f45daf20cb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b687c6f45daf20cb","status":"passed","time":{"start":1728893469055,"stop":1728893469055,"duration":0}},{"uid":"57b530b5daf63e4f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/57b530b5daf63e4f","status":"passed","time":{"start":1728856416486,"stop":1728856416486,"duration":0}},{"uid":"e6e15705207365ad","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e6e15705207365ad","status":"passed","time":{"start":1728738643168,"stop":1728738643168,"duration":0}},{"uid":"edb82eaf816e15c2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/edb82eaf816e15c2","status":"passed","time":{"start":1728683174244,"stop":1728683174245,"duration":1}},{"uid":"1bdcf8153d80e01c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1bdcf8153d80e01c","status":"passed","time":{"start":1728682757798,"stop":1728682757798,"duration":0}},{"uid":"cb99d0dee8d8155e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cb99d0dee8d8155e","status":"passed","time":{"start":1728677231123,"stop":1728677231123,"duration":0}},{"uid":"766a57759c6feece","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/766a57759c6feece","status":"passed","time":{"start":1728669920233,"stop":1728669920234,"duration":1}},{"uid":"29cfd1ab7a246505","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/29cfd1ab7a246505","status":"passed","time":{"start":1728598298887,"stop":1728598298887,"duration":0}},{"uid":"2cc5fa5e2abba48a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2cc5fa5e2abba48a","status":"passed","time":{"start":1728597513732,"stop":1728597513732,"duration":0}}]},"be70fca490e848dad627e7129dd538b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41a1ad86da972dc8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/41a1ad86da972dc8","status":"passed","time":{"start":1728598212610,"stop":1728598212610,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f24b1b77313cd634","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f24b1b77313cd634","status":"passed","time":{"start":1729033842351,"stop":1729033842351,"duration":0}},{"uid":"8f494f7d44ea3ada","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8f494f7d44ea3ada","status":"passed","time":{"start":1729031892049,"stop":1729031892050,"duration":1}},{"uid":"49c471d4dbee8c4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/49c471d4dbee8c4","status":"passed","time":{"start":1728901438032,"stop":1728901438034,"duration":2}},{"uid":"7e3923641a9eb0f9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7e3923641a9eb0f9","status":"passed","time":{"start":1728892868235,"stop":1728892868236,"duration":1}},{"uid":"f9dfc1493e25d768","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f9dfc1493e25d768","status":"passed","time":{"start":1728855831083,"stop":1728855831083,"duration":0}},{"uid":"2a1cc13f9368cbca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2a1cc13f9368cbca","status":"passed","time":{"start":1728738048445,"stop":1728738048446,"duration":1}},{"uid":"1620b8bf5023c6b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1620b8bf5023c6b0","status":"passed","time":{"start":1728682581850,"stop":1728682581851,"duration":1}},{"uid":"d760612d0e540019","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d760612d0e540019","status":"passed","time":{"start":1728682154711,"stop":1728682154711,"duration":0}},{"uid":"abcf4e05c2c74395","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/abcf4e05c2c74395","status":"passed","time":{"start":1728676629305,"stop":1728676629307,"duration":2}},{"uid":"936aff6561214619","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/936aff6561214619","status":"passed","time":{"start":1728669352213,"stop":1728669352214,"duration":1}},{"uid":"52e964ffa0615d06","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52e964ffa0615d06","status":"passed","time":{"start":1728597693022,"stop":1728597693023,"duration":1}},{"uid":"3bbfc408753a6d96","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3bbfc408753a6d96","status":"passed","time":{"start":1728596912535,"stop":1728596912535,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"346f9458fd5d215e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/346f9458fd5d215e","status":"passed","time":{"start":1729033925383,"stop":1729033925383,"duration":0}},{"uid":"bce695636f997883","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bce695636f997883","status":"passed","time":{"start":1729031975191,"stop":1729031975191,"duration":0}},{"uid":"bbe745b5fdac6b61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bbe745b5fdac6b61","status":"passed","time":{"start":1728901537877,"stop":1728901537878,"duration":1}},{"uid":"cc1ffd8918981b99","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cc1ffd8918981b99","status":"passed","time":{"start":1728892972431,"stop":1728892972431,"duration":0}},{"uid":"cc707504216b080d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc707504216b080d","status":"passed","time":{"start":1728855933072,"stop":1728855933072,"duration":0}},{"uid":"8870a34509620ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8870a34509620ee","status":"passed","time":{"start":1728738149926,"stop":1728738149927,"duration":1}},{"uid":"2bc7cca2825d4ed1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2bc7cca2825d4ed1","status":"passed","time":{"start":1728682681970,"stop":1728682681971,"duration":1}},{"uid":"39b54ea607561f21","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/39b54ea607561f21","status":"passed","time":{"start":1728682257769,"stop":1728682257770,"duration":1}},{"uid":"680932a019b7a864","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/680932a019b7a864","status":"passed","time":{"start":1728676730787,"stop":1728676730788,"duration":1}},{"uid":"8c1553c6e1f8b8fe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8c1553c6e1f8b8fe","status":"passed","time":{"start":1728669456896,"stop":1728669456896,"duration":0}},{"uid":"96683acae018e2b0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/96683acae018e2b0","status":"passed","time":{"start":1728597795920,"stop":1728597795920,"duration":0}},{"uid":"bcd0835ee1feef7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bcd0835ee1feef7e","status":"passed","time":{"start":1728597010202,"stop":1728597010202,"duration":0}}]},"b4aad3970df32cfc429181e3fe26e70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ae7281ae1d63361","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ae7281ae1d63361","status":"passed","time":{"start":1728598212612,"stop":1728598212612,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a1a97181ec8fc61f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a1a97181ec8fc61f","status":"passed","time":{"start":1729034129474,"stop":1729034129474,"duration":0}},{"uid":"bda82d1f1d9d1090","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bda82d1f1d9d1090","status":"passed","time":{"start":1729032178368,"stop":1729032178368,"duration":0}},{"uid":"c890592354500d3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c890592354500d3","status":"passed","time":{"start":1728901896347,"stop":1728901896347,"duration":0}},{"uid":"4581907e5e75d452","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4581907e5e75d452","status":"passed","time":{"start":1728893329025,"stop":1728893329025,"duration":0}},{"uid":"af87bea81a6a182e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/af87bea81a6a182e","status":"passed","time":{"start":1728856284764,"stop":1728856284764,"duration":0}},{"uid":"6db22ceeb13766ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6db22ceeb13766ec","status":"passed","time":{"start":1728738494941,"stop":1728738494941,"duration":0}},{"uid":"816b39fca9ffe613","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/816b39fca9ffe613","status":"passed","time":{"start":1728683033632,"stop":1728683033632,"duration":0}},{"uid":"f8ab2c067b1d4d50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f8ab2c067b1d4d50","status":"passed","time":{"start":1728682601736,"stop":1728682601737,"duration":1}},{"uid":"6b1ea0fd52c50623","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6b1ea0fd52c50623","status":"passed","time":{"start":1728677107961,"stop":1728677107962,"duration":1}},{"uid":"d0ec0d98429c24ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d0ec0d98429c24ed","status":"passed","time":{"start":1728669764751,"stop":1728669764751,"duration":0}},{"uid":"6a08fb68e70201dc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a08fb68e70201dc","status":"passed","time":{"start":1728598157562,"stop":1728598157563,"duration":1}},{"uid":"e3a5b42682112b0c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3a5b42682112b0c","status":"passed","time":{"start":1728597369063,"stop":1728597369063,"duration":0}}]},"6f8f6a73622ab9974940240c37934d22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1df84f89917c367c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1df84f89917c367c","status":"passed","time":{"start":1728597369087,"stop":1728597369087,"duration":0}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5dfdfd6c85179a52","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5dfdfd6c85179a52","status":"passed","time":{"start":1729034209112,"stop":1729034209112,"duration":0}},{"uid":"627f2d3f127eda86","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/627f2d3f127eda86","status":"passed","time":{"start":1729032264580,"stop":1729032264580,"duration":0}},{"uid":"d27bd2045833e4a1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d27bd2045833e4a1","status":"passed","time":{"start":1728902012871,"stop":1728902012871,"duration":0}},{"uid":"c0efc3f3318d2427","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0efc3f3318d2427","status":"passed","time":{"start":1728893454822,"stop":1728893454822,"duration":0}},{"uid":"c4c8b55347d94bca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c4c8b55347d94bca","status":"passed","time":{"start":1728856408465,"stop":1728856408465,"duration":0}},{"uid":"ad5f9bb6eeb79279","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad5f9bb6eeb79279","status":"passed","time":{"start":1728738633866,"stop":1728738633866,"duration":0}},{"uid":"9b0b8480c95c212e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9b0b8480c95c212e","status":"passed","time":{"start":1728683159813,"stop":1728683159813,"duration":0}},{"uid":"12849259f5d13765","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/12849259f5d13765","status":"passed","time":{"start":1728682751340,"stop":1728682751341,"duration":1}},{"uid":"d47da8990cf85eec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d47da8990cf85eec","status":"passed","time":{"start":1728677216374,"stop":1728677216375,"duration":1}},{"uid":"bf7aef2b0ac9a96a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf7aef2b0ac9a96a","status":"passed","time":{"start":1728669925461,"stop":1728669925462,"duration":1}},{"uid":"167469ab0af607b0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/167469ab0af607b0","status":"passed","time":{"start":1728598268817,"stop":1728598268817,"duration":0}},{"uid":"b80b90e1512bdadc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b80b90e1512bdadc","status":"passed","time":{"start":1728597503946,"stop":1728597503946,"duration":0}}]},"1465adf335bb41e5999d6f7035145584:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"654c2c1877b58ad2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/654c2c1877b58ad2","status":"passed","time":{"start":1729032235309,"stop":1729032235310,"duration":1}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9093925a3dbd6637","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9093925a3dbd6637","status":"passed","time":{"start":1729034213017,"stop":1729034213017,"duration":0}},{"uid":"6be6e4bf40b12159","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6be6e4bf40b12159","status":"passed","time":{"start":1729032269100,"stop":1729032269100,"duration":0}},{"uid":"cbe568430270a13b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cbe568430270a13b","status":"passed","time":{"start":1728902000840,"stop":1728902000840,"duration":0}},{"uid":"ad1ea5bb375ed85f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ad1ea5bb375ed85f","status":"passed","time":{"start":1728893442590,"stop":1728893442591,"duration":1}},{"uid":"dcf7ce9e152fc94d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dcf7ce9e152fc94d","status":"passed","time":{"start":1728856386634,"stop":1728856386635,"duration":1}},{"uid":"af0caef8a2a59140","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/af0caef8a2a59140","status":"passed","time":{"start":1728738608580,"stop":1728738608581,"duration":1}},{"uid":"ff5eefd895ffd90e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ff5eefd895ffd90e","status":"passed","time":{"start":1728683148167,"stop":1728683148167,"duration":0}},{"uid":"5d7ee043b63e04db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5d7ee043b63e04db","status":"passed","time":{"start":1728682709055,"stop":1728682709055,"duration":0}},{"uid":"c1f0c36dc1a53aa2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1f0c36dc1a53aa2","status":"passed","time":{"start":1728677206653,"stop":1728677206653,"duration":0}},{"uid":"565ea295a250bf39","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/565ea295a250bf39","status":"passed","time":{"start":1728669888546,"stop":1728669888547,"duration":1}},{"uid":"9df6a46b7496584c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9df6a46b7496584c","status":"passed","time":{"start":1728598268128,"stop":1728598268129,"duration":1}},{"uid":"123c04747e18e612","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/123c04747e18e612","status":"passed","time":{"start":1728597478030,"stop":1728597478031,"duration":1}}]},"57280907f762f15dfb0b3dffc3b9b25d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d318555510224497","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d318555510224497","status":"passed","time":{"start":1729032228816,"stop":1729032228816,"duration":0}}]},"dfca42cd4418c1f8a41d298f6e0616e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f38aea40fb964678","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f38aea40fb964678","status":"passed","time":{"start":1728893395075,"stop":1728893395078,"duration":3}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8a76ca23457f9387","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a76ca23457f9387","status":"passed","time":{"start":1729034121953,"stop":1729034121954,"duration":1}},{"uid":"8048b10e65339c6a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8048b10e65339c6a","status":"passed","time":{"start":1729032174930,"stop":1729032174931,"duration":1}},{"uid":"7bffed66e3c47b10","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7bffed66e3c47b10","status":"passed","time":{"start":1728901881034,"stop":1728901881035,"duration":1}},{"uid":"4cc8883a2abdc3c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4cc8883a2abdc3c4","status":"passed","time":{"start":1728893317183,"stop":1728893317184,"duration":1}},{"uid":"2b724dc895c419b2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b724dc895c419b2","status":"passed","time":{"start":1728856263127,"stop":1728856263127,"duration":0}},{"uid":"2116f9065775a80","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2116f9065775a80","status":"passed","time":{"start":1728738492812,"stop":1728738492812,"duration":0}},{"uid":"e04609fb9d846556","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e04609fb9d846556","status":"passed","time":{"start":1728683030031,"stop":1728683030031,"duration":0}},{"uid":"8e2e087b80abac9c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e2e087b80abac9c","status":"passed","time":{"start":1728682581131,"stop":1728682581132,"duration":1}},{"uid":"f9520053e8b07da9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f9520053e8b07da9","status":"passed","time":{"start":1728677082015,"stop":1728677082016,"duration":1}},{"uid":"a253b32e2ce02ce8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a253b32e2ce02ce8","status":"passed","time":{"start":1728669795409,"stop":1728669795410,"duration":1}},{"uid":"af1b905c2c44a076","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/af1b905c2c44a076","status":"passed","time":{"start":1728598137511,"stop":1728598137511,"duration":0}},{"uid":"92fe01154abe8b17","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92fe01154abe8b17","status":"passed","time":{"start":1728597353490,"stop":1728597353490,"duration":0}}]},"01acafe26503c21966247906efaae4fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4d1086857403c52","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d4d1086857403c52","status":"passed","time":{"start":1728682652693,"stop":1728682652693,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"93e0c44efc656603","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/93e0c44efc656603","status":"passed","time":{"start":1729033942600,"stop":1729033942601,"duration":1}},{"uid":"dea02e4be1c1f11b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dea02e4be1c1f11b","status":"passed","time":{"start":1729031989711,"stop":1729031989712,"duration":1}},{"uid":"b9ac22aad6d4e03c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b9ac22aad6d4e03c","status":"passed","time":{"start":1728901562033,"stop":1728901562033,"duration":0}},{"uid":"c3c2a0ab9b1a7f2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c3c2a0ab9b1a7f2b","status":"passed","time":{"start":1728893001480,"stop":1728893001480,"duration":0}},{"uid":"7fa3a58b108340b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7fa3a58b108340b6","status":"passed","time":{"start":1728855968865,"stop":1728855968865,"duration":0}},{"uid":"864f32cafbb28285","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/864f32cafbb28285","status":"passed","time":{"start":1728738172965,"stop":1728738172966,"duration":1}},{"uid":"70350bfcc065554","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70350bfcc065554","status":"passed","time":{"start":1728682706936,"stop":1728682706937,"duration":1}},{"uid":"742b4f5b25d23539","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/742b4f5b25d23539","status":"passed","time":{"start":1728682296859,"stop":1728682296859,"duration":0}},{"uid":"47975ff96ab885b6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/47975ff96ab885b6","status":"passed","time":{"start":1728676761466,"stop":1728676761468,"duration":2}},{"uid":"d6a5097ff97a5215","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d6a5097ff97a5215","status":"passed","time":{"start":1728669479025,"stop":1728669479026,"duration":1}},{"uid":"84f92fe77bac7b2f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/84f92fe77bac7b2f","status":"passed","time":{"start":1728597820125,"stop":1728597820126,"duration":1}},{"uid":"fdf3dffe094d08e4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fdf3dffe094d08e4","status":"passed","time":{"start":1728597034499,"stop":1728597034499,"duration":0}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7bb3fe4dbceea0f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bb3fe4dbceea0f2","status":"passed","time":{"start":1729034137125,"stop":1729034137125,"duration":0}},{"uid":"5c5d1d8f623d4d59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5c5d1d8f623d4d59","status":"passed","time":{"start":1729032206870,"stop":1729032206871,"duration":1}},{"uid":"1e449f5cc229f5a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e449f5cc229f5a9","status":"passed","time":{"start":1728901995011,"stop":1728901995011,"duration":0}},{"uid":"529854d6607588ce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/529854d6607588ce","status":"passed","time":{"start":1728893420989,"stop":1728893420991,"duration":2}},{"uid":"ededb5240eee597e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ededb5240eee597e","status":"passed","time":{"start":1728856368592,"stop":1728856368592,"duration":0}},{"uid":"8daddee967d00bca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8daddee967d00bca","status":"passed","time":{"start":1728738604677,"stop":1728738604677,"duration":0}},{"uid":"1c1fbcb88a9bdf4c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1c1fbcb88a9bdf4c","status":"passed","time":{"start":1728683117607,"stop":1728683117608,"duration":1}},{"uid":"cd67d776a101f44b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd67d776a101f44b","status":"passed","time":{"start":1728682721314,"stop":1728682721314,"duration":0}},{"uid":"29ca9c286c04e97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/29ca9c286c04e97","status":"passed","time":{"start":1728677184679,"stop":1728677184679,"duration":0}},{"uid":"ad90d4df24d5b31","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad90d4df24d5b31","status":"passed","time":{"start":1728669866445,"stop":1728669866445,"duration":0}},{"uid":"2fb480899405608f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2fb480899405608f","status":"passed","time":{"start":1728598249972,"stop":1728598249972,"duration":0}},{"uid":"cecbd3b0b1f3b0c5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cecbd3b0b1f3b0c5","status":"passed","time":{"start":1728597472285,"stop":1728597472286,"duration":1}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"10a5984620b8a7c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10a5984620b8a7c5","status":"passed","time":{"start":1729034137164,"stop":1729034137164,"duration":0}},{"uid":"a25d615b4a88a193","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a25d615b4a88a193","status":"passed","time":{"start":1729032187247,"stop":1729032187247,"duration":0}},{"uid":"1fbea4e543cc087f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1fbea4e543cc087f","status":"passed","time":{"start":1728901888430,"stop":1728901888430,"duration":0}},{"uid":"968f3c1567b06fb6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/968f3c1567b06fb6","status":"passed","time":{"start":1728893323792,"stop":1728893323793,"duration":1}},{"uid":"13cf3c5610040dfa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/13cf3c5610040dfa","status":"passed","time":{"start":1728856285927,"stop":1728856285928,"duration":1}},{"uid":"38639ecd7bf3f958","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38639ecd7bf3f958","status":"passed","time":{"start":1728738498275,"stop":1728738498276,"duration":1}},{"uid":"ada40416a97db42a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ada40416a97db42a","status":"passed","time":{"start":1728683041391,"stop":1728683041392,"duration":1}},{"uid":"1b05709f2f5841d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1b05709f2f5841d7","status":"passed","time":{"start":1728682596018,"stop":1728682596019,"duration":1}},{"uid":"eb91fdde19bba49b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eb91fdde19bba49b","status":"passed","time":{"start":1728677091267,"stop":1728677091267,"duration":0}},{"uid":"53d4790e621a2cf3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/53d4790e621a2cf3","status":"passed","time":{"start":1728669766426,"stop":1728669766426,"duration":0}},{"uid":"8165ad4fb3a632d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8165ad4fb3a632d","status":"passed","time":{"start":1728598152074,"stop":1728598152074,"duration":0}},{"uid":"dafffbba82b3b039","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dafffbba82b3b039","status":"passed","time":{"start":1728597364118,"stop":1728597364118,"duration":0}}]},"a0503d7b3aa1db862c50aa45c958e145:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8dd1ce60386702ae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8dd1ce60386702ae","status":"passed","time":{"start":1729034121899,"stop":1729034121899,"duration":0}}]},"b146aac60fa9560d7ef33a73acf6d4bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c02a2c86413633d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c02a2c86413633d4","status":"passed","time":{"start":1728598221889,"stop":1728598221890,"duration":1}}]},"4c1b440e951842ddf6cdb9dd49a7ca9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":10,"unknown":0,"total":11},"items":[{"uid":"17e3197fd1aa610d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/17e3197fd1aa610d","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977065,"duration":0}},{"uid":"a4ccdd1afb09ec23","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a4ccdd1afb09ec23","status":"passed","time":{"start":1729032093802,"stop":1729032093802,"duration":0}},{"uid":"bc336832955095bc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc336832955095bc","status":"passed","time":{"start":1728901748774,"stop":1728901748774,"duration":0}},{"uid":"38385d959413f09a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/38385d959413f09a","status":"passed","time":{"start":1728893181087,"stop":1728893181087,"duration":0}},{"uid":"cd4091239503fe35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cd4091239503fe35","status":"passed","time":{"start":1728856155552,"stop":1728856155553,"duration":1}},{"uid":"39ad36ad012aa345","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/39ad36ad012aa345","status":"passed","time":{"start":1728738360296,"stop":1728738360297,"duration":1}},{"uid":"b6e83dc25d7989ac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6e83dc25d7989ac","status":"passed","time":{"start":1728682907223,"stop":1728682907223,"duration":0}},{"uid":"b6635bedc36ae9aa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b6635bedc36ae9aa","status":"passed","time":{"start":1728682466736,"stop":1728682466736,"duration":0}},{"uid":"34c32eae3de161d1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34c32eae3de161d1","status":"passed","time":{"start":1728676955723,"stop":1728676955723,"duration":0}},{"uid":"ef87ac48f7895639","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ef87ac48f7895639","status":"passed","time":{"start":1728598013536,"stop":1728598013536,"duration":0}},{"uid":"1d827206f85d3bd6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1d827206f85d3bd6","status":"passed","time":{"start":1728597225201,"stop":1728597225201,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4fcdd95b567ab236","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4fcdd95b567ab236","status":"passed","time":{"start":1729034209100,"stop":1729034209100,"duration":0}},{"uid":"8a1859c6e3ad5781","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a1859c6e3ad5781","status":"passed","time":{"start":1729032264568,"stop":1729032264568,"duration":0}},{"uid":"85a42c3f164deef7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/85a42c3f164deef7","status":"passed","time":{"start":1728902012851,"stop":1728902012858,"duration":7}},{"uid":"84850c20b4f119c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84850c20b4f119c8","status":"passed","time":{"start":1728893454811,"stop":1728893454811,"duration":0}},{"uid":"37683b47c0961f5d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/37683b47c0961f5d","status":"passed","time":{"start":1728856408452,"stop":1728856408452,"duration":0}},{"uid":"a22d316e0e2a5966","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a22d316e0e2a5966","status":"passed","time":{"start":1728738633854,"stop":1728738633855,"duration":1}},{"uid":"a82d8c9aaae694a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a82d8c9aaae694a8","status":"passed","time":{"start":1728683159757,"stop":1728683159760,"duration":3}},{"uid":"bd2c82c4f767229f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd2c82c4f767229f","status":"passed","time":{"start":1728682751329,"stop":1728682751330,"duration":1}},{"uid":"7e11a4f9b000d791","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7e11a4f9b000d791","status":"passed","time":{"start":1728677216356,"stop":1728677216356,"duration":0}},{"uid":"7ef20b86f17d9c45","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ef20b86f17d9c45","status":"passed","time":{"start":1728669925454,"stop":1728669925454,"duration":0}},{"uid":"3cb4fe4f47b4a62a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3cb4fe4f47b4a62a","status":"passed","time":{"start":1728598268803,"stop":1728598268804,"duration":1}},{"uid":"b59420ed246ad8f9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b59420ed246ad8f9","status":"passed","time":{"start":1728597503920,"stop":1728597503920,"duration":0}}]},"0d17b0a98f124f0c5dd18daf67472956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4e52d038f618521","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4e52d038f618521","status":"passed","time":{"start":1728856284775,"stop":1728856284776,"duration":1}}]},"baa2701d0f1e5c5051586a89f8d64c90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84a729590e3d01c5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/84a729590e3d01c5","status":"passed","time":{"start":1728683093173,"stop":1728683093173,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7b359348c08396df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b359348c08396df","status":"passed","time":{"start":1729034200063,"stop":1729034200063,"duration":0}},{"uid":"a8f5be1bb63dffe7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a8f5be1bb63dffe7","status":"passed","time":{"start":1729032257886,"stop":1729032257889,"duration":3}},{"uid":"caa8ef4a42dc68d1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/caa8ef4a42dc68d1","status":"passed","time":{"start":1728902003563,"stop":1728902003564,"duration":1}},{"uid":"e8af12b1183384df","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e8af12b1183384df","status":"passed","time":{"start":1728893434692,"stop":1728893434692,"duration":0}},{"uid":"cc55e8c31bccf4a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc55e8c31bccf4a5","status":"passed","time":{"start":1728856398640,"stop":1728856398640,"duration":0}},{"uid":"5c1c5cec2edfaf9f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c1c5cec2edfaf9f","status":"passed","time":{"start":1728738612000,"stop":1728738612000,"duration":0}},{"uid":"5b64233736e4d748","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5b64233736e4d748","status":"passed","time":{"start":1728683155007,"stop":1728683155007,"duration":0}},{"uid":"acf97ad48073ab69","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acf97ad48073ab69","status":"passed","time":{"start":1728682706101,"stop":1728682706101,"duration":0}},{"uid":"24d2b5a8fd712825","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/24d2b5a8fd712825","status":"passed","time":{"start":1728677207492,"stop":1728677207494,"duration":2}},{"uid":"cff1d50ebded4a0c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cff1d50ebded4a0c","status":"passed","time":{"start":1728669887095,"stop":1728669887096,"duration":1}},{"uid":"e0045dc0a979c877","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e0045dc0a979c877","status":"passed","time":{"start":1728598263633,"stop":1728598263633,"duration":0}},{"uid":"7b93ab9d48da7d24","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b93ab9d48da7d24","status":"passed","time":{"start":1728597478273,"stop":1728597478274,"duration":1}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dd2c7d46d1e39045","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd2c7d46d1e39045","status":"passed","time":{"start":1729034147767,"stop":1729034147767,"duration":0}},{"uid":"9ce14b70e1518264","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ce14b70e1518264","status":"passed","time":{"start":1729032204823,"stop":1729032204824,"duration":1}},{"uid":"c33573b29040f5bd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c33573b29040f5bd","status":"passed","time":{"start":1728901907651,"stop":1728901907651,"duration":0}},{"uid":"33e08e1d54d8084e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/33e08e1d54d8084e","status":"passed","time":{"start":1728893341885,"stop":1728893341886,"duration":1}},{"uid":"bf31dce8907f5afa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bf31dce8907f5afa","status":"passed","time":{"start":1728856299351,"stop":1728856299351,"duration":0}},{"uid":"b14a569750ad61c0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b14a569750ad61c0","status":"passed","time":{"start":1728738511611,"stop":1728738511612,"duration":1}},{"uid":"ec451489c85c24ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec451489c85c24ca","status":"passed","time":{"start":1728683052907,"stop":1728683052907,"duration":0}},{"uid":"25cdb56741b6e4d9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/25cdb56741b6e4d9","status":"passed","time":{"start":1728682612906,"stop":1728682612906,"duration":0}},{"uid":"77402f83ef0be0fa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/77402f83ef0be0fa","status":"passed","time":{"start":1728677115741,"stop":1728677115741,"duration":0}},{"uid":"aa02335d432456e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa02335d432456e5","status":"passed","time":{"start":1728669778170,"stop":1728669778170,"duration":0}},{"uid":"d94ad43c71d9fd33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d94ad43c71d9fd33","status":"passed","time":{"start":1728598175427,"stop":1728598175428,"duration":1}},{"uid":"da672a7dc4f917c2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/da672a7dc4f917c2","status":"passed","time":{"start":1728597380057,"stop":1728597380057,"duration":0}}]},"c8e0730aa1dfa6ed4b9f39efb1e70e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc243dded65a005","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fc243dded65a005","status":"passed","time":{"start":1728893395080,"stop":1728893395080,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1f2f787ada5e50ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f2f787ada5e50ef","status":"passed","time":{"start":1729034137143,"stop":1729034137143,"duration":0}},{"uid":"643a65c2b46d4996","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/643a65c2b46d4996","status":"passed","time":{"start":1729032206877,"stop":1729032206877,"duration":0}},{"uid":"68d572d03bb7c0a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/68d572d03bb7c0a9","status":"passed","time":{"start":1728901995023,"stop":1728901995023,"duration":0}},{"uid":"1eb25be2dcd64814","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1eb25be2dcd64814","status":"passed","time":{"start":1728893420997,"stop":1728893420997,"duration":0}},{"uid":"9444a6d5ba7ae930","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9444a6d5ba7ae930","status":"passed","time":{"start":1728856368598,"stop":1728856368598,"duration":0}},{"uid":"bb5a5236e604ef68","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb5a5236e604ef68","status":"passed","time":{"start":1728738604682,"stop":1728738604683,"duration":1}},{"uid":"c41543937cf74da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c41543937cf74da","status":"passed","time":{"start":1728683117631,"stop":1728683117632,"duration":1}},{"uid":"9fab00f8e5756719","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9fab00f8e5756719","status":"passed","time":{"start":1728682721320,"stop":1728682721320,"duration":0}},{"uid":"9fd3f00c810b3b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9fd3f00c810b3b3","status":"passed","time":{"start":1728677184685,"stop":1728677184685,"duration":0}},{"uid":"2d87fe11aa9aec80","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2d87fe11aa9aec80","status":"passed","time":{"start":1728669866451,"stop":1728669866452,"duration":1}},{"uid":"aa4fc7e601a5f79e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aa4fc7e601a5f79e","status":"passed","time":{"start":1728598249990,"stop":1728598249991,"duration":1}},{"uid":"29556cf79c12a043","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/29556cf79c12a043","status":"passed","time":{"start":1728597472298,"stop":1728597472299,"duration":1}}]},"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9cd5686e21697320","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9cd5686e21697320","status":"passed","time":{"start":1729033834390,"stop":1729033834391,"duration":1}},{"uid":"3790c98b4c3444a2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3790c98b4c3444a2","status":"passed","time":{"start":1729031884124,"stop":1729031884124,"duration":0}},{"uid":"5c73a33edf6c71f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5c73a33edf6c71f7","status":"passed","time":{"start":1728901430258,"stop":1728901430258,"duration":0}},{"uid":"16c6c27d36665313","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/16c6c27d36665313","status":"passed","time":{"start":1728892860536,"stop":1728892860536,"duration":0}},{"uid":"18bf175cbe982d91","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/18bf175cbe982d91","status":"passed","time":{"start":1728855823326,"stop":1728855823326,"duration":0}},{"uid":"d86c502cc408bb0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d86c502cc408bb0","status":"passed","time":{"start":1728738040607,"stop":1728738040607,"duration":0}},{"uid":"b7c950c86c523d33","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b7c950c86c523d33","status":"passed","time":{"start":1728682574097,"stop":1728682574097,"duration":0}},{"uid":"d23a7fdae1607305","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d23a7fdae1607305","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"72518ff5189da28d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72518ff5189da28d","status":"passed","time":{"start":1728676621436,"stop":1728676621436,"duration":0}},{"uid":"af3e2ed1f2e29dfe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af3e2ed1f2e29dfe","status":"passed","time":{"start":1728669344471,"stop":1728669344472,"duration":1}},{"uid":"a2b412b16114c35a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a2b412b16114c35a","status":"passed","time":{"start":1728597685165,"stop":1728597685166,"duration":1}},{"uid":"e611900247c67c93","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e611900247c67c93","status":"passed","time":{"start":1728596904473,"stop":1728596904473,"duration":0}}]},"53cba973e845f8509d0e3f6fc7bf7170:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d0d4451bba380693","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0d4451bba380693","status":"passed","time":{"start":1729033875026,"stop":1729033875026,"duration":0}},{"uid":"30ca24b02210702","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30ca24b02210702","status":"passed","time":{"start":1729031924907,"stop":1729031924907,"duration":0}},{"uid":"7298636e14a778b9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7298636e14a778b9","status":"passed","time":{"start":1728901469134,"stop":1728901469134,"duration":0}},{"uid":"4421ef7539aa50fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4421ef7539aa50fb","status":"passed","time":{"start":1728892899799,"stop":1728892899799,"duration":0}},{"uid":"b841f593adfda70c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b841f593adfda70c","status":"passed","time":{"start":1728855863295,"stop":1728855863296,"duration":1}},{"uid":"1e573b1d7f323006","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1e573b1d7f323006","status":"passed","time":{"start":1728738080955,"stop":1728738080955,"duration":0}},{"uid":"202b770e640cd022","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/202b770e640cd022","status":"passed","time":{"start":1728682614315,"stop":1728682614315,"duration":0}},{"uid":"8df124093b0f5664","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8df124093b0f5664","status":"passed","time":{"start":1728682187219,"stop":1728682187220,"duration":1}},{"uid":"a45b7baa3f37bc18","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a45b7baa3f37bc18","status":"passed","time":{"start":1728676661419,"stop":1728676661420,"duration":1}},{"uid":"ebdeb0d3d06574c3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebdeb0d3d06574c3","status":"passed","time":{"start":1728669384752,"stop":1728669384752,"duration":0}},{"uid":"7436a33b5bebd3b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7436a33b5bebd3b5","status":"passed","time":{"start":1728597724209,"stop":1728597724210,"duration":1}},{"uid":"c6f50314cadffb09","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c6f50314cadffb09","status":"passed","time":{"start":1728596943262,"stop":1728596943263,"duration":1}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c7ca5e9a306c28da","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7ca5e9a306c28da","status":"passed","time":{"start":1729034208293,"stop":1729034208294,"duration":1}},{"uid":"7cab561249237d2a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7cab561249237d2a","status":"passed","time":{"start":1729032257064,"stop":1729032257065,"duration":1}},{"uid":"2c57335b5a8a8f51","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c57335b5a8a8f51","status":"passed","time":{"start":1728902024011,"stop":1728902024012,"duration":1}},{"uid":"1397606d5568b95f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1397606d5568b95f","status":"passed","time":{"start":1728893455128,"stop":1728893455128,"duration":0}},{"uid":"621d7a2a492ac444","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/621d7a2a492ac444","status":"passed","time":{"start":1728856404961,"stop":1728856404961,"duration":0}},{"uid":"def014771b948f6d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/def014771b948f6d","status":"passed","time":{"start":1728738634667,"stop":1728738634667,"duration":0}},{"uid":"82514ad360241172","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82514ad360241172","status":"passed","time":{"start":1728683163619,"stop":1728683163619,"duration":0}},{"uid":"363c17df35c5110d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/363c17df35c5110d","status":"passed","time":{"start":1728682737539,"stop":1728682737540,"duration":1}},{"uid":"9c132644f218184","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9c132644f218184","status":"passed","time":{"start":1728677222566,"stop":1728677222566,"duration":0}},{"uid":"16cfc7178936511","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/16cfc7178936511","status":"passed","time":{"start":1728669905024,"stop":1728669905030,"duration":6}},{"uid":"21cd175ab9b6e773","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/21cd175ab9b6e773","status":"passed","time":{"start":1728598284365,"stop":1728598284365,"duration":0}},{"uid":"87e227561e1c113c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/87e227561e1c113c","status":"passed","time":{"start":1728597506829,"stop":1728597506830,"duration":1}}]},"2fde84d87ba22e9e58a0c0c447028fed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eea1077c37777815","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eea1077c37777815","status":"passed","time":{"start":1728677156816,"stop":1728677156817,"duration":1}}]},"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":1,"passed":6,"unknown":0,"total":12},"items":[{"uid":"5baa417cc12e77f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5baa417cc12e77f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977222,"stop":1729033977224,"duration":2}},{"uid":"7b3ccd2e1e08de00","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7b3ccd2e1e08de00","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1729032053268,"stop":1729032053269,"duration":1}},{"uid":"76cf9e4ed78dcac3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/76cf9e4ed78dcac3","status":"passed","time":{"start":1728901711766,"stop":1728901711766,"duration":0}},{"uid":"19ad7095e2cb097f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19ad7095e2cb097f","status":"passed","time":{"start":1728893141895,"stop":1728893141896,"duration":1}},{"uid":"283dbb1f96e0574e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/283dbb1f96e0574e","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728856103196,"stop":1728856103198,"duration":2}},{"uid":"fbaf36bd533dd315","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fbaf36bd533dd315","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728738321616,"stop":1728738321617,"duration":1}},{"uid":"18ddf62b021a7edd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/18ddf62b021a7edd","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728682857563,"stop":1728682857564,"duration":1}},{"uid":"be9d84fccadb040d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/be9d84fccadb040d","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728682428802,"stop":1728682428803,"duration":1}},{"uid":"d398d077275badf4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d398d077275badf4","status":"passed","time":{"start":1728676901166,"stop":1728676901166,"duration":0}},{"uid":"eb1412e7ef2f451d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eb1412e7ef2f451d","status":"passed","time":{"start":1728669573860,"stop":1728669573860,"duration":0}},{"uid":"36c9fd7e4635345","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/36c9fd7e4635345","status":"passed","time":{"start":1728597972335,"stop":1728597972336,"duration":1}},{"uid":"21a3e6771d92975f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/21a3e6771d92975f","status":"passed","time":{"start":1728597175618,"stop":1728597175618,"duration":0}}]},"40ff940a50e2d30878ccf4577c3fae0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86c697c7d3149247","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/86c697c7d3149247","status":"passed","time":{"start":1728683110367,"stop":1728683110367,"duration":0}}]},"9bcf702279c70fd136964e6de9a976fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95b87da51b5d0b74","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95b87da51b5d0b74","status":"passed","time":{"start":1728893337255,"stop":1728893337255,"duration":0}}]},"a15b2e9d9dd499e5ed450713aa64e344:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7734242bbcd876","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7734242bbcd876","status":"passed","time":{"start":1728856333673,"stop":1728856333674,"duration":1}}]},"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d1ab7ea949bb04c3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1ab7ea949bb04c3","status":"passed","time":{"start":1729033834361,"stop":1729033834362,"duration":1}},{"uid":"de7573142c39756e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/de7573142c39756e","status":"passed","time":{"start":1729031884090,"stop":1729031884091,"duration":1}},{"uid":"10d1f4de22adb7c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/10d1f4de22adb7c6","status":"passed","time":{"start":1728901430242,"stop":1728901430243,"duration":1}},{"uid":"8acd47c31baecfe9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8acd47c31baecfe9","status":"passed","time":{"start":1728892860517,"stop":1728892860517,"duration":0}},{"uid":"4cdf4381a0a1c0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4cdf4381a0a1c0f","status":"passed","time":{"start":1728855823308,"stop":1728855823308,"duration":0}},{"uid":"717bade074f4d437","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/717bade074f4d437","status":"passed","time":{"start":1728738040570,"stop":1728738040570,"duration":0}},{"uid":"bd7b7b3a0f2f0f87","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bd7b7b3a0f2f0f87","status":"passed","time":{"start":1728682574068,"stop":1728682574068,"duration":0}},{"uid":"47a8c4ff81ff598a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/47a8c4ff81ff598a","status":"passed","time":{"start":1728682146795,"stop":1728682146796,"duration":1}},{"uid":"a65a1819c83c992c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a65a1819c83c992c","status":"passed","time":{"start":1728676621404,"stop":1728676621405,"duration":1}},{"uid":"d5a28f3aeec82e39","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d5a28f3aeec82e39","status":"passed","time":{"start":1728669344454,"stop":1728669344454,"duration":0}},{"uid":"88ec0b4f9d4034f4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/88ec0b4f9d4034f4","status":"passed","time":{"start":1728597685135,"stop":1728597685136,"duration":1}},{"uid":"c5c53b85fca8a605","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c5c53b85fca8a605","status":"passed","time":{"start":1728596904442,"stop":1728596904442,"duration":0}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8bcaee1cf08bdbbf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8bcaee1cf08bdbbf","status":"passed","time":{"start":1729034209106,"stop":1729034209106,"duration":0}},{"uid":"17c90c192184e56e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/17c90c192184e56e","status":"passed","time":{"start":1729032264574,"stop":1729032264574,"duration":0}},{"uid":"43c06d63424188f4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/43c06d63424188f4","status":"passed","time":{"start":1728902012866,"stop":1728902012866,"duration":0}},{"uid":"e56cad3a758bbb69","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e56cad3a758bbb69","status":"passed","time":{"start":1728893454816,"stop":1728893454816,"duration":0}},{"uid":"9364e932690feed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9364e932690feed","status":"passed","time":{"start":1728856408460,"stop":1728856408460,"duration":0}},{"uid":"e145ed3c3d739a16","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e145ed3c3d739a16","status":"passed","time":{"start":1728738633860,"stop":1728738633860,"duration":0}},{"uid":"8973cc264c254e01","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8973cc264c254e01","status":"passed","time":{"start":1728683159793,"stop":1728683159794,"duration":1}},{"uid":"194b7d9b36a77983","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/194b7d9b36a77983","status":"passed","time":{"start":1728682751336,"stop":1728682751336,"duration":0}},{"uid":"a2f0019587570091","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2f0019587570091","status":"passed","time":{"start":1728677216367,"stop":1728677216368,"duration":1}},{"uid":"b3101945664902dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b3101945664902dc","status":"passed","time":{"start":1728669925458,"stop":1728669925458,"duration":0}},{"uid":"1403df714f304fe2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1403df714f304fe2","status":"passed","time":{"start":1728598268813,"stop":1728598268813,"duration":0}},{"uid":"fcbd97aa6d8e0821","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fcbd97aa6d8e0821","status":"passed","time":{"start":1728597503937,"stop":1728597503937,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dc0fae4a753f8dbf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dc0fae4a753f8dbf","status":"passed","time":{"start":1729033942598,"stop":1729033942600,"duration":2}},{"uid":"962c1075233debbf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/962c1075233debbf","status":"passed","time":{"start":1729031989711,"stop":1729031989711,"duration":0}},{"uid":"973054e5a41e6b49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/973054e5a41e6b49","status":"passed","time":{"start":1728901562032,"stop":1728901562033,"duration":1}},{"uid":"b197260f9caf6454","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b197260f9caf6454","status":"passed","time":{"start":1728893001479,"stop":1728893001480,"duration":1}},{"uid":"b4bd54e15fdc874e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4bd54e15fdc874e","status":"passed","time":{"start":1728855968864,"stop":1728855968865,"duration":1}},{"uid":"5c7d259779613180","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c7d259779613180","status":"passed","time":{"start":1728738172965,"stop":1728738172965,"duration":0}},{"uid":"277116c40facfeee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/277116c40facfeee","status":"passed","time":{"start":1728682706935,"stop":1728682706936,"duration":1}},{"uid":"99e19199373d0db0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99e19199373d0db0","status":"passed","time":{"start":1728682296859,"stop":1728682296859,"duration":0}},{"uid":"aa4f344e03335907","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aa4f344e03335907","status":"passed","time":{"start":1728676761462,"stop":1728676761466,"duration":4}},{"uid":"a805c274a22747e6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a805c274a22747e6","status":"passed","time":{"start":1728669479024,"stop":1728669479025,"duration":1}},{"uid":"2fca0a6bad8e832","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2fca0a6bad8e832","status":"passed","time":{"start":1728597820125,"stop":1728597820125,"duration":0}},{"uid":"eda084971218bf04","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eda084971218bf04","status":"passed","time":{"start":1728597034498,"stop":1728597034498,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2c52217137bf2df1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2c52217137bf2df1","status":"passed","time":{"start":1729034137154,"stop":1729034137155,"duration":1}},{"uid":"f43e7ef0ef90cb49","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f43e7ef0ef90cb49","status":"passed","time":{"start":1729032206887,"stop":1729032206887,"duration":0}},{"uid":"f55ac0383e9d415","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f55ac0383e9d415","status":"passed","time":{"start":1728901995034,"stop":1728901995034,"duration":0}},{"uid":"82f4157b72cd6fed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/82f4157b72cd6fed","status":"passed","time":{"start":1728893421007,"stop":1728893421007,"duration":0}},{"uid":"6fd9f820480397d9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6fd9f820480397d9","status":"passed","time":{"start":1728856368605,"stop":1728856368608,"duration":3}},{"uid":"e4288dde25d74733","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e4288dde25d74733","status":"passed","time":{"start":1728738604691,"stop":1728738604691,"duration":0}},{"uid":"435a6ece101d3d4a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/435a6ece101d3d4a","status":"passed","time":{"start":1728683117668,"stop":1728683117673,"duration":5}},{"uid":"ff1c999c7a476813","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ff1c999c7a476813","status":"passed","time":{"start":1728682721325,"stop":1728682721325,"duration":0}},{"uid":"93ba4fa5566cb4b2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93ba4fa5566cb4b2","status":"passed","time":{"start":1728677184692,"stop":1728677184692,"duration":0}},{"uid":"ba1637fc851ab0f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ba1637fc851ab0f9","status":"passed","time":{"start":1728669866474,"stop":1728669866475,"duration":1}},{"uid":"a9d997f5f7450325","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a9d997f5f7450325","status":"passed","time":{"start":1728598250008,"stop":1728598250009,"duration":1}},{"uid":"530affbbc82dce36","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/530affbbc82dce36","status":"passed","time":{"start":1728597472308,"stop":1728597472308,"duration":0}}]},"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3db7910c9876d71b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3db7910c9876d71b","status":"passed","time":{"start":1729034203622,"stop":1729034203622,"duration":0}},{"uid":"a2a53065d7d48c24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a2a53065d7d48c24","status":"passed","time":{"start":1729032256253,"stop":1729032256256,"duration":3}},{"uid":"54a585ecb6df5f27","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/54a585ecb6df5f27","status":"passed","time":{"start":1728902016654,"stop":1728902016655,"duration":1}},{"uid":"fba2e0d1092a0f51","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fba2e0d1092a0f51","status":"passed","time":{"start":1728893448586,"stop":1728893448586,"duration":0}},{"uid":"91ec2b8b0017894d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/91ec2b8b0017894d","status":"passed","time":{"start":1728856401309,"stop":1728856401309,"duration":0}},{"uid":"c84b1d6bfe967f36","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c84b1d6bfe967f36","status":"passed","time":{"start":1728738624655,"stop":1728738624655,"duration":0}},{"uid":"faa0dcf2cc522b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/faa0dcf2cc522b7","status":"passed","time":{"start":1728683154299,"stop":1728683154299,"duration":0}},{"uid":"8e02e11a79354c4d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e02e11a79354c4d","status":"passed","time":{"start":1728682726615,"stop":1728682726615,"duration":0}},{"uid":"88f93f3635e9c947","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/88f93f3635e9c947","status":"passed","time":{"start":1728677221174,"stop":1728677221174,"duration":0}},{"uid":"6abba57a9e3c4193","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6abba57a9e3c4193","status":"passed","time":{"start":1728669902840,"stop":1728669902841,"duration":1}},{"uid":"79f310c3f84778fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/79f310c3f84778fb","status":"passed","time":{"start":1728598275773,"stop":1728598275773,"duration":0}},{"uid":"4530af70eaaf823c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4530af70eaaf823c","status":"passed","time":{"start":1728597495945,"stop":1728597495946,"duration":1}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1757fff5384cb215","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1757fff5384cb215","status":"passed","time":{"start":1729033869944,"stop":1729033869944,"duration":0}},{"uid":"22760f1f4d021285","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22760f1f4d021285","status":"passed","time":{"start":1729031919798,"stop":1729031919798,"duration":0}},{"uid":"61b46b4a0ee232c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/61b46b4a0ee232c","status":"passed","time":{"start":1728901465373,"stop":1728901465373,"duration":0}},{"uid":"4f6dac707781bb0d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4f6dac707781bb0d","status":"passed","time":{"start":1728892895974,"stop":1728892895974,"duration":0}},{"uid":"a21253686f7ef24","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a21253686f7ef24","status":"passed","time":{"start":1728855858318,"stop":1728855858319,"duration":1}},{"uid":"88569a1bf69f8791","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/88569a1bf69f8791","status":"passed","time":{"start":1728738075953,"stop":1728738075953,"duration":0}},{"uid":"17817ce28c7078b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/17817ce28c7078b","status":"passed","time":{"start":1728682609267,"stop":1728682609268,"duration":1}},{"uid":"1a5460d19fd96cfb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1a5460d19fd96cfb","status":"passed","time":{"start":1728682182160,"stop":1728682182160,"duration":0}},{"uid":"11de7b4ca741cd35","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11de7b4ca741cd35","status":"passed","time":{"start":1728676656593,"stop":1728676656593,"duration":0}},{"uid":"64dc32068546390c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64dc32068546390c","status":"passed","time":{"start":1728669379923,"stop":1728669379923,"duration":0}},{"uid":"70a03ffebeb933d8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70a03ffebeb933d8","status":"passed","time":{"start":1728597720385,"stop":1728597720385,"duration":0}},{"uid":"cbfc74261e3b6abb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbfc74261e3b6abb","status":"passed","time":{"start":1728596939484,"stop":1728596939484,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e9da1c772ac3e459","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9da1c772ac3e459","status":"passed","time":{"start":1729034200063,"stop":1729034200064,"duration":1}},{"uid":"109c717ced56f973","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/109c717ced56f973","status":"passed","time":{"start":1729032257889,"stop":1729032257889,"duration":0}},{"uid":"762ecd4f4e3d2ae3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/762ecd4f4e3d2ae3","status":"passed","time":{"start":1728902003564,"stop":1728902003564,"duration":0}},{"uid":"8a9ce9df9568794e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8a9ce9df9568794e","status":"passed","time":{"start":1728893434693,"stop":1728893434693,"duration":0}},{"uid":"48f37dbef4134e8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/48f37dbef4134e8","status":"passed","time":{"start":1728856398640,"stop":1728856398641,"duration":1}},{"uid":"1dcee273b64e605e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1dcee273b64e605e","status":"passed","time":{"start":1728738612000,"stop":1728738612000,"duration":0}},{"uid":"97bd1e0fd9101cb2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/97bd1e0fd9101cb2","status":"passed","time":{"start":1728683155007,"stop":1728683155007,"duration":0}},{"uid":"7b817b8043eaf2da","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b817b8043eaf2da","status":"passed","time":{"start":1728682706101,"stop":1728682706102,"duration":1}},{"uid":"472a683c9c027d2b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/472a683c9c027d2b","status":"passed","time":{"start":1728677207494,"stop":1728677207494,"duration":0}},{"uid":"5a575e53a0d1d228","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5a575e53a0d1d228","status":"passed","time":{"start":1728669887096,"stop":1728669887096,"duration":0}},{"uid":"fc6ee94067b13975","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc6ee94067b13975","status":"passed","time":{"start":1728598263633,"stop":1728598263636,"duration":3}},{"uid":"c6f9f6f8b7f4a847","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c6f9f6f8b7f4a847","status":"passed","time":{"start":1728597478274,"stop":1728597478274,"duration":0}}]},"38f1243d9b90f4b8f2f373eb1ba99bda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7e5e3a88368c141","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b7e5e3a88368c141","status":"passed","time":{"start":1728597923487,"stop":1728597923490,"duration":3}}]},"4ccd4e3463bb04076cdea5520b799e48:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f66b1e8044c6452a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f66b1e8044c6452a","status":"passed","time":{"start":1728677082010,"stop":1728677082010,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ea2cb21452217cd5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ea2cb21452217cd5","status":"passed","time":{"start":1729034137134,"stop":1729034137135,"duration":1}},{"uid":"9809e45946350b41","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9809e45946350b41","status":"passed","time":{"start":1729032206875,"stop":1729032206875,"duration":0}},{"uid":"5b5f04de1992e0ac","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5b5f04de1992e0ac","status":"passed","time":{"start":1728901995021,"stop":1728901995021,"duration":0}},{"uid":"e550c9f0c1c40f4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e550c9f0c1c40f4f","status":"passed","time":{"start":1728893420995,"stop":1728893420995,"duration":0}},{"uid":"df51d64f236051e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/df51d64f236051e2","status":"passed","time":{"start":1728856368596,"stop":1728856368596,"duration":0}},{"uid":"5cb74a419cb0a9c2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5cb74a419cb0a9c2","status":"passed","time":{"start":1728738604680,"stop":1728738604681,"duration":1}},{"uid":"cf5d713a65bc619e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cf5d713a65bc619e","status":"passed","time":{"start":1728683117626,"stop":1728683117627,"duration":1}},{"uid":"78210bc0b04fc493","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/78210bc0b04fc493","status":"passed","time":{"start":1728682721318,"stop":1728682721318,"duration":0}},{"uid":"d8c882ba41abadc0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d8c882ba41abadc0","status":"passed","time":{"start":1728677184683,"stop":1728677184683,"duration":0}},{"uid":"5f950ff5ac57c844","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5f950ff5ac57c844","status":"passed","time":{"start":1728669866449,"stop":1728669866449,"duration":0}},{"uid":"8756f3c369bcb9e5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8756f3c369bcb9e5","status":"passed","time":{"start":1728598249975,"stop":1728598249976,"duration":1}},{"uid":"5e1d7e1c5c0ab971","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5e1d7e1c5c0ab971","status":"passed","time":{"start":1728597472291,"stop":1728597472291,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"534163557f134226","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/534163557f134226","status":"passed","time":{"start":1729033976783,"stop":1729033976784,"duration":1}},{"uid":"54cb9788cd02b578","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/54cb9788cd02b578","status":"passed","time":{"start":1729032020508,"stop":1729032020509,"duration":1}},{"uid":"578faab5b6d4bb8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/578faab5b6d4bb8","status":"passed","time":{"start":1728901616425,"stop":1728901616426,"duration":1}},{"uid":"7101e95b8f4aacea","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7101e95b8f4aacea","status":"passed","time":{"start":1728893050240,"stop":1728893050241,"duration":1}},{"uid":"1343d0e638a7621d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1343d0e638a7621d","status":"passed","time":{"start":1728856015167,"stop":1728856015167,"duration":0}},{"uid":"b561092e338fde4f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b561092e338fde4f","status":"passed","time":{"start":1728738233131,"stop":1728738233132,"duration":1}},{"uid":"2a39f94e25bd600c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2a39f94e25bd600c","status":"passed","time":{"start":1728682762464,"stop":1728682762465,"duration":1}},{"uid":"2f570538fd5c10d5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f570538fd5c10d5","status":"passed","time":{"start":1728682332782,"stop":1728682332782,"duration":0}},{"uid":"dfc3cdbf403e156b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dfc3cdbf403e156b","status":"passed","time":{"start":1728676810286,"stop":1728676810286,"duration":0}},{"uid":"acd6125bc5f02e26","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/acd6125bc5f02e26","status":"passed","time":{"start":1728669529889,"stop":1728669529889,"duration":0}},{"uid":"5b7cb88064bf2ef8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b7cb88064bf2ef8","status":"passed","time":{"start":1728597873529,"stop":1728597873529,"duration":0}},{"uid":"33390573bd896bfc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/33390573bd896bfc","status":"passed","time":{"start":1728597089269,"stop":1728597089269,"duration":0}}]},"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"873563b32fe98748","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/873563b32fe98748","status":"passed","time":{"start":1729033834380,"stop":1729033834380,"duration":0}},{"uid":"27eb1aca0d44b580","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/27eb1aca0d44b580","status":"passed","time":{"start":1729031884112,"stop":1729031884112,"duration":0}},{"uid":"43109cb3167981ba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/43109cb3167981ba","status":"passed","time":{"start":1728901430251,"stop":1728901430252,"duration":1}},{"uid":"821cb69286ea18c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/821cb69286ea18c4","status":"passed","time":{"start":1728892860528,"stop":1728892860528,"duration":0}},{"uid":"5295863a638b0ee5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5295863a638b0ee5","status":"passed","time":{"start":1728855823319,"stop":1728855823319,"duration":0}},{"uid":"6edcba58d40376d7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6edcba58d40376d7","status":"passed","time":{"start":1728738040597,"stop":1728738040597,"duration":0}},{"uid":"36489c9246847718","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36489c9246847718","status":"passed","time":{"start":1728682574088,"stop":1728682574088,"duration":0}},{"uid":"77864d340806a1b5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77864d340806a1b5","status":"passed","time":{"start":1728682146812,"stop":1728682146812,"duration":0}},{"uid":"77cf90994a42a2f4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/77cf90994a42a2f4","status":"passed","time":{"start":1728676621428,"stop":1728676621428,"duration":0}},{"uid":"b0aa8db3c555d11f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0aa8db3c555d11f","status":"passed","time":{"start":1728669344463,"stop":1728669344463,"duration":0}},{"uid":"89ebc22d152dc56f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/89ebc22d152dc56f","status":"passed","time":{"start":1728597685157,"stop":1728597685157,"duration":0}},{"uid":"d9db7e14cae0c301","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9db7e14cae0c301","status":"passed","time":{"start":1728596904463,"stop":1728596904463,"duration":0}}]},"f9c48be92988a1421ead8620be4b4b29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":10,"unknown":0,"total":11},"items":[{"uid":"6a1aaf470ee94a6c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a1aaf470ee94a6c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977064,"stop":1729033977064,"duration":0}},{"uid":"cf92157b172432e4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cf92157b172432e4","status":"passed","time":{"start":1729032093783,"stop":1729032093783,"duration":0}},{"uid":"fae10cf3335fc030","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fae10cf3335fc030","status":"passed","time":{"start":1728901748772,"stop":1728901748772,"duration":0}},{"uid":"3b54002574da4f3b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b54002574da4f3b","status":"passed","time":{"start":1728893181085,"stop":1728893181085,"duration":0}},{"uid":"4a4896f5ea14f470","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4a4896f5ea14f470","status":"passed","time":{"start":1728856155551,"stop":1728856155551,"duration":0}},{"uid":"57912778de72cba9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/57912778de72cba9","status":"passed","time":{"start":1728738360284,"stop":1728738360284,"duration":0}},{"uid":"8be6d1381671f865","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8be6d1381671f865","status":"passed","time":{"start":1728682907221,"stop":1728682907221,"duration":0}},{"uid":"597e14d55aed5245","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/597e14d55aed5245","status":"passed","time":{"start":1728682466731,"stop":1728682466732,"duration":1}},{"uid":"dbce28c43365120c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dbce28c43365120c","status":"passed","time":{"start":1728676955721,"stop":1728676955721,"duration":0}},{"uid":"a8bb1dffd0b5e8d7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8bb1dffd0b5e8d7","status":"passed","time":{"start":1728598013533,"stop":1728598013534,"duration":1}},{"uid":"db41f1ca1625b04c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/db41f1ca1625b04c","status":"passed","time":{"start":1728597225198,"stop":1728597225199,"duration":1}}]},"9d404128b8af9f5e76a5dbf6319f59c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"955b326728bbaf8e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/955b326728bbaf8e","status":"passed","time":{"start":1728901995036,"stop":1728901995036,"duration":0}}]},"89c192ada94bf2cfd3b6d424f7aa8f3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"169f79777447b457","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/169f79777447b457","status":"passed","time":{"start":1728738555098,"stop":1728738555098,"duration":0}}]},"cf594d66fd093a96f8479101effcfc5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a0709470cde7624","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a0709470cde7624","status":"passed","time":{"start":1728738555096,"stop":1728738555097,"duration":1}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"44290cfabc20bd16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/44290cfabc20bd16","status":"passed","time":{"start":1729034121945,"stop":1729034121946,"duration":1}},{"uid":"280f65ed20f7559a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/280f65ed20f7559a","status":"passed","time":{"start":1729032174920,"stop":1729032174920,"duration":0}},{"uid":"6f68221a24f34917","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f68221a24f34917","status":"passed","time":{"start":1728901881026,"stop":1728901881027,"duration":1}},{"uid":"625125b9e753c86f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/625125b9e753c86f","status":"passed","time":{"start":1728893317180,"stop":1728893317180,"duration":0}},{"uid":"e609d0cd2d702712","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e609d0cd2d702712","status":"passed","time":{"start":1728856263111,"stop":1728856263111,"duration":0}},{"uid":"ad74b0c32660abed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad74b0c32660abed","status":"passed","time":{"start":1728738492804,"stop":1728738492804,"duration":0}},{"uid":"75b32545df259ea2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75b32545df259ea2","status":"passed","time":{"start":1728683030028,"stop":1728683030028,"duration":0}},{"uid":"307f00a33ad78c36","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/307f00a33ad78c36","status":"passed","time":{"start":1728682581113,"stop":1728682581114,"duration":1}},{"uid":"c7afd2193ddc5e54","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c7afd2193ddc5e54","status":"passed","time":{"start":1728677082009,"stop":1728677082009,"duration":0}},{"uid":"9c7b0e51088a345b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c7b0e51088a345b","status":"passed","time":{"start":1728669795405,"stop":1728669795406,"duration":1}},{"uid":"857d7149d07ea599","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/857d7149d07ea599","status":"passed","time":{"start":1728598137508,"stop":1728598137509,"duration":1}},{"uid":"a2e0652bc5a73144","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a2e0652bc5a73144","status":"passed","time":{"start":1728597353486,"stop":1728597353486,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8aed09c3c889b5b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8aed09c3c889b5b5","status":"passed","time":{"start":1729033850403,"stop":1729033850404,"duration":1}},{"uid":"a4ee8acfa805c861","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a4ee8acfa805c861","status":"passed","time":{"start":1729031899688,"stop":1729031899689,"duration":1}},{"uid":"84cd356a21687183","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84cd356a21687183","status":"passed","time":{"start":1728901445801,"stop":1728901445801,"duration":0}},{"uid":"8c7e824f4e68b19d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c7e824f4e68b19d","status":"passed","time":{"start":1728892876332,"stop":1728892876333,"duration":1}},{"uid":"1aed15a2c8de0a05","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1aed15a2c8de0a05","status":"passed","time":{"start":1728855838896,"stop":1728855838897,"duration":1}},{"uid":"80470f6c82bb4bfd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80470f6c82bb4bfd","status":"passed","time":{"start":1728738055940,"stop":1728738055941,"duration":1}},{"uid":"bc06bb2214b9b9c2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc06bb2214b9b9c2","status":"passed","time":{"start":1728682589824,"stop":1728682589825,"duration":1}},{"uid":"bc900ca6f9b29d6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc900ca6f9b29d6","status":"passed","time":{"start":1728682162266,"stop":1728682162267,"duration":1}},{"uid":"6f93364a138b5dd6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6f93364a138b5dd6","status":"passed","time":{"start":1728676637064,"stop":1728676637064,"duration":0}},{"uid":"b2df0d3d9ca6bf35","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b2df0d3d9ca6bf35","status":"passed","time":{"start":1728669360434,"stop":1728669360434,"duration":0}},{"uid":"34beb0ee6735ce39","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/34beb0ee6735ce39","status":"passed","time":{"start":1728597700984,"stop":1728597700985,"duration":1}},{"uid":"3cfdc862081fe82d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3cfdc862081fe82d","status":"passed","time":{"start":1728596920267,"stop":1728596920268,"duration":1}}]},"00a848a40ec536a3a18fdc99e046ccc9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f8e23d67b619565","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2f8e23d67b619565","status":"passed","time":{"start":1728597375482,"stop":1728597375483,"duration":1}}]},"33509cfbea0b9f8028bf9a74ed12c282:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6ca548c443e949e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a6ca548c443e949e","status":"passed","time":{"start":1728856355694,"stop":1728856355695,"duration":1}}]},"96c382bb3a5c83c8222dcb05f20ba4f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd0cdbbd47f54e1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cd0cdbbd47f54e1","status":"passed","time":{"start":1729034129481,"stop":1729034129481,"duration":0}}]},"5e734578a8138a32e6284c9cc9b36a6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1c38336bcd744129","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c38336bcd744129","status":"passed","time":{"start":1729033874956,"stop":1729033874958,"duration":2}},{"uid":"dc8eeaa5bf3e0086","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dc8eeaa5bf3e0086","status":"passed","time":{"start":1729031924897,"stop":1729031924898,"duration":1}},{"uid":"438431ebd698bf4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/438431ebd698bf4","status":"passed","time":{"start":1728901469125,"stop":1728901469126,"duration":1}},{"uid":"cf063afe9a7d5422","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf063afe9a7d5422","status":"passed","time":{"start":1728892899790,"stop":1728892899791,"duration":1}},{"uid":"144b427a410676b8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/144b427a410676b8","status":"passed","time":{"start":1728855863053,"stop":1728855863055,"duration":2}},{"uid":"6c1ea54f53aed9a7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c1ea54f53aed9a7","status":"passed","time":{"start":1728738080894,"stop":1728738080896,"duration":2}},{"uid":"c9d79bad63c87dc6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c9d79bad63c87dc6","status":"passed","time":{"start":1728682614305,"stop":1728682614306,"duration":1}},{"uid":"6ca5eed62e9dc55e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6ca5eed62e9dc55e","status":"passed","time":{"start":1728682187087,"stop":1728682187089,"duration":2}},{"uid":"273b00915917eb10","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/273b00915917eb10","status":"passed","time":{"start":1728676661485,"stop":1728676661485,"duration":0}},{"uid":"c184cb7a672e7c9d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c184cb7a672e7c9d","status":"passed","time":{"start":1728669384658,"stop":1728669384659,"duration":1}},{"uid":"899f6efb756592df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/899f6efb756592df","status":"passed","time":{"start":1728597724232,"stop":1728597724233,"duration":1}},{"uid":"96980cb97ed24899","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/96980cb97ed24899","status":"passed","time":{"start":1728596943280,"stop":1728596943280,"duration":0}}]},"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":11,"unknown":0,"total":12},"items":[{"uid":"f1192085969f1e43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f1192085969f1e43","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977226,"stop":1729033977227,"duration":1}},{"uid":"800ed5a814992f67","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/800ed5a814992f67","status":"passed","time":{"start":1729032053271,"stop":1729032053271,"duration":0}},{"uid":"ea1147520a25adeb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea1147520a25adeb","status":"passed","time":{"start":1728901711768,"stop":1728901711769,"duration":1}},{"uid":"a34a0a42a0abfa24","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a34a0a42a0abfa24","status":"passed","time":{"start":1728893141899,"stop":1728893141900,"duration":1}},{"uid":"14e631bbf82b295e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/14e631bbf82b295e","status":"passed","time":{"start":1728856103201,"stop":1728856103201,"duration":0}},{"uid":"855711c86bdff4c6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/855711c86bdff4c6","status":"passed","time":{"start":1728738321621,"stop":1728738321621,"duration":0}},{"uid":"f90054757a240828","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f90054757a240828","status":"passed","time":{"start":1728682857569,"stop":1728682857569,"duration":0}},{"uid":"f4a7f5b81f0e230a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f4a7f5b81f0e230a","status":"passed","time":{"start":1728682428804,"stop":1728682428805,"duration":1}},{"uid":"2840aaaec49552bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2840aaaec49552bf","status":"passed","time":{"start":1728676901170,"stop":1728676901171,"duration":1}},{"uid":"2963d23c279b20fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2963d23c279b20fb","status":"passed","time":{"start":1728669573865,"stop":1728669573865,"duration":0}},{"uid":"fcb1acbb90b6436","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fcb1acbb90b6436","status":"passed","time":{"start":1728597972338,"stop":1728597972338,"duration":0}},{"uid":"b0c15aa2bad827e5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b0c15aa2bad827e5","status":"passed","time":{"start":1728597175621,"stop":1728597175621,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e6af9ea87cf4efa3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e6af9ea87cf4efa3","status":"passed","time":{"start":1729034209088,"stop":1729034209089,"duration":1}},{"uid":"5fb5ac4115221bc7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fb5ac4115221bc7","status":"passed","time":{"start":1729032264558,"stop":1729032264559,"duration":1}},{"uid":"2b2d0f1606f0f19f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2b2d0f1606f0f19f","status":"passed","time":{"start":1728902012832,"stop":1728902012832,"duration":0}},{"uid":"1148916de1b3c866","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1148916de1b3c866","status":"passed","time":{"start":1728893454806,"stop":1728893454806,"duration":0}},{"uid":"8fd739f66d8717a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8fd739f66d8717a0","status":"passed","time":{"start":1728856408448,"stop":1728856408448,"duration":0}},{"uid":"f0dd680015805caf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f0dd680015805caf","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"dd791f40069ad826","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dd791f40069ad826","status":"passed","time":{"start":1728683159733,"stop":1728683159734,"duration":1}},{"uid":"9c9e5c0c4f1c426f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9c9e5c0c4f1c426f","status":"passed","time":{"start":1728682751324,"stop":1728682751324,"duration":0}},{"uid":"594128c6518e177b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/594128c6518e177b","status":"passed","time":{"start":1728677216350,"stop":1728677216350,"duration":0}},{"uid":"e78b138dd011b8ac","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e78b138dd011b8ac","status":"passed","time":{"start":1728669925448,"stop":1728669925448,"duration":0}},{"uid":"d9f36f43e8bcf76e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d9f36f43e8bcf76e","status":"passed","time":{"start":1728598268796,"stop":1728598268796,"duration":0}},{"uid":"2152beabcce38cab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2152beabcce38cab","status":"passed","time":{"start":1728597503899,"stop":1728597503900,"duration":1}}]},"22f00f457f9ddba5fa443755868c22e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e0858f116f85a55","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e0858f116f85a55","status":"passed","time":{"start":1728893389989,"stop":1728893389989,"duration":0}}]},"32483362f6ee5e11b625b02141a53e3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad0a32e402f474d9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad0a32e402f474d9","status":"passed","time":{"start":1728738567470,"stop":1728738567470,"duration":0}}]},"42794bd27a1cfa376ebc03b729619794:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8adb17ce24063a9b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8adb17ce24063a9b","status":"passed","time":{"start":1728901734208,"stop":1728901734209,"duration":1}},{"uid":"5bbc18e3bf1989da","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5bbc18e3bf1989da","status":"passed","time":{"start":1728893166576,"stop":1728893166576,"duration":0}},{"uid":"d7474d4a5e339ad9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d7474d4a5e339ad9","status":"passed","time":{"start":1728676929954,"stop":1728676929955,"duration":1}},{"uid":"5ec611144986a288","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5ec611144986a288","status":"passed","time":{"start":1728598000228,"stop":1728598000229,"duration":1}},{"uid":"fa7c426ca8c6e039","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fa7c426ca8c6e039","status":"passed","time":{"start":1728597213023,"stop":1728597213023,"duration":0}}]},"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f77d2dc2c437401f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f77d2dc2c437401f","status":"passed","time":{"start":1729033974450,"stop":1729033974451,"duration":1}},{"uid":"85ea6bab787e3fa4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/85ea6bab787e3fa4","status":"passed","time":{"start":1729032027761,"stop":1729032027763,"duration":2}},{"uid":"fcc7186db2cac863","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fcc7186db2cac863","status":"passed","time":{"start":1728901614543,"stop":1728901614544,"duration":1}},{"uid":"25ada74b9b96e34c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25ada74b9b96e34c","status":"passed","time":{"start":1728893048595,"stop":1728893048596,"duration":1}},{"uid":"7fd88a679b06cadd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7fd88a679b06cadd","status":"passed","time":{"start":1728856013558,"stop":1728856013559,"duration":1}},{"uid":"1aebd7c3fcf8b6d7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1aebd7c3fcf8b6d7","status":"passed","time":{"start":1728738231631,"stop":1728738231631,"duration":0}},{"uid":"e85254bddaf454e2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e85254bddaf454e2","status":"passed","time":{"start":1728682761071,"stop":1728682761072,"duration":1}},{"uid":"ea98258dbf00974d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea98258dbf00974d","status":"passed","time":{"start":1728682330631,"stop":1728682330632,"duration":1}},{"uid":"855aba50d0bb5b72","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/855aba50d0bb5b72","status":"passed","time":{"start":1728676808323,"stop":1728676808324,"duration":1}},{"uid":"eefd20eb0c4b6331","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eefd20eb0c4b6331","status":"passed","time":{"start":1728669528227,"stop":1728669528228,"duration":1}},{"uid":"be79310ac863e96d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/be79310ac863e96d","status":"passed","time":{"start":1728597872226,"stop":1728597872227,"duration":1}},{"uid":"1ef7954338584b9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ef7954338584b9","status":"passed","time":{"start":1728597087685,"stop":1728597087685,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a07cb452b8326a7c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a07cb452b8326a7c","status":"passed","time":{"start":1729034144770,"stop":1729034144770,"duration":0}},{"uid":"968f587cbec379bc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/968f587cbec379bc","status":"passed","time":{"start":1729032198824,"stop":1729032198826,"duration":2}},{"uid":"dbe8b9dba1ec763","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dbe8b9dba1ec763","status":"passed","time":{"start":1728901901773,"stop":1728901901774,"duration":1}},{"uid":"d40f6548cd29e759","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d40f6548cd29e759","status":"passed","time":{"start":1728893337256,"stop":1728893337256,"duration":0}},{"uid":"9b7f51a0ed391ef9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9b7f51a0ed391ef9","status":"passed","time":{"start":1728856299199,"stop":1728856299200,"duration":1}},{"uid":"e7b7569e3f4368f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e7b7569e3f4368f","status":"passed","time":{"start":1728738505384,"stop":1728738505386,"duration":2}},{"uid":"d6f40c52b0c4ed4d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d6f40c52b0c4ed4d","status":"passed","time":{"start":1728683045452,"stop":1728683045452,"duration":0}},{"uid":"b1c11bb8a643b3e0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b1c11bb8a643b3e0","status":"passed","time":{"start":1728682607295,"stop":1728682607296,"duration":1}},{"uid":"a3358e2c1ed6b376","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a3358e2c1ed6b376","status":"passed","time":{"start":1728677103499,"stop":1728677103500,"duration":1}},{"uid":"602f37764dc80568","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/602f37764dc80568","status":"passed","time":{"start":1728669777133,"stop":1728669777135,"duration":2}},{"uid":"69af93596d9c739","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/69af93596d9c739","status":"passed","time":{"start":1728598163468,"stop":1728598163469,"duration":1}},{"uid":"19d1501c9321dd7d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/19d1501c9321dd7d","status":"passed","time":{"start":1728597375485,"stop":1728597375486,"duration":1}}]},"5f27c9a4a152a22989ba2292456c7949:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f2bfe52b24493eb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f2bfe52b24493eb","status":"passed","time":{"start":1729034177525,"stop":1729034177526,"duration":1}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1b8d14f7b0ae309","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1b8d14f7b0ae309","status":"passed","time":{"start":1729033925383,"stop":1729033925387,"duration":4}},{"uid":"8e9b84f1ce8d2469","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8e9b84f1ce8d2469","status":"passed","time":{"start":1729031975192,"stop":1729031975193,"duration":1}},{"uid":"3bdd8040fd9e9eb6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3bdd8040fd9e9eb6","status":"passed","time":{"start":1728901537878,"stop":1728901537878,"duration":0}},{"uid":"81ff69754ecfbb32","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/81ff69754ecfbb32","status":"passed","time":{"start":1728892972431,"stop":1728892972431,"duration":0}},{"uid":"a6d78077939afc0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a6d78077939afc0f","status":"passed","time":{"start":1728855933072,"stop":1728855933072,"duration":0}},{"uid":"d6f5f09ce327a45d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d6f5f09ce327a45d","status":"passed","time":{"start":1728738149927,"stop":1728738149927,"duration":0}},{"uid":"aeee6c1db6df918","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aeee6c1db6df918","status":"passed","time":{"start":1728682681971,"stop":1728682681971,"duration":0}},{"uid":"48c56dba9213701d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/48c56dba9213701d","status":"passed","time":{"start":1728682257770,"stop":1728682257770,"duration":0}},{"uid":"fe7397b21b3fec97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe7397b21b3fec97","status":"passed","time":{"start":1728676730788,"stop":1728676730788,"duration":0}},{"uid":"9b8887dbaae5178f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9b8887dbaae5178f","status":"passed","time":{"start":1728669456896,"stop":1728669456896,"duration":0}},{"uid":"ca5843549add0f23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca5843549add0f23","status":"passed","time":{"start":1728597795920,"stop":1728597795921,"duration":1}},{"uid":"8617f81e29f37b32","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8617f81e29f37b32","status":"passed","time":{"start":1728597010202,"stop":1728597010202,"duration":0}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f290fbd63a5b8d29","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f290fbd63a5b8d29","status":"passed","time":{"start":1729034209102,"stop":1729034209103,"duration":1}},{"uid":"fb6a018b11b637c1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fb6a018b11b637c1","status":"passed","time":{"start":1729032264570,"stop":1729032264571,"duration":1}},{"uid":"9c3952699a35c4ab","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9c3952699a35c4ab","status":"passed","time":{"start":1728902012860,"stop":1728902012860,"duration":0}},{"uid":"2baff741625f7111","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2baff741625f7111","status":"passed","time":{"start":1728893454813,"stop":1728893454813,"duration":0}},{"uid":"ea3e1f16bc16e558","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ea3e1f16bc16e558","status":"passed","time":{"start":1728856408454,"stop":1728856408455,"duration":1}},{"uid":"a46da1a50830ad2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a46da1a50830ad2","status":"passed","time":{"start":1728738633856,"stop":1728738633857,"duration":1}},{"uid":"bce2ae77cf5fd2ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bce2ae77cf5fd2ef","status":"passed","time":{"start":1728683159767,"stop":1728683159784,"duration":17}},{"uid":"70ebaa08ba6b9203","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70ebaa08ba6b9203","status":"passed","time":{"start":1728682751332,"stop":1728682751332,"duration":0}},{"uid":"b4bb4303128194c5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4bb4303128194c5","status":"passed","time":{"start":1728677216362,"stop":1728677216363,"duration":1}},{"uid":"64a14916f6d4f504","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64a14916f6d4f504","status":"passed","time":{"start":1728669925456,"stop":1728669925456,"duration":0}},{"uid":"963945b5ab78c120","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/963945b5ab78c120","status":"passed","time":{"start":1728598268807,"stop":1728598268808,"duration":1}},{"uid":"9ad6f04fe7669c80","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9ad6f04fe7669c80","status":"passed","time":{"start":1728597503925,"stop":1728597503926,"duration":1}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3753212e93aec969","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3753212e93aec969","status":"passed","time":{"start":1729033868326,"stop":1729033868326,"duration":0}},{"uid":"bb5c7a237dcdc295","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb5c7a237dcdc295","status":"passed","time":{"start":1729031918116,"stop":1729031918117,"duration":1}},{"uid":"8aea0714fb89562d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8aea0714fb89562d","status":"passed","time":{"start":1728901463796,"stop":1728901463797,"duration":1}},{"uid":"91e1b04e3832bf9f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/91e1b04e3832bf9f","status":"passed","time":{"start":1728892894310,"stop":1728892894310,"duration":0}},{"uid":"2a82f17fc06fc75f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2a82f17fc06fc75f","status":"passed","time":{"start":1728855856838,"stop":1728855856838,"duration":0}},{"uid":"4b7697d1b8f88a81","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4b7697d1b8f88a81","status":"passed","time":{"start":1728738074178,"stop":1728738074178,"duration":0}},{"uid":"fa1d456d1b31bed","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fa1d456d1b31bed","status":"passed","time":{"start":1728682607651,"stop":1728682607651,"duration":0}},{"uid":"55fb4b7f6bbc297c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/55fb4b7f6bbc297c","status":"passed","time":{"start":1728682180605,"stop":1728682180605,"duration":0}},{"uid":"8cc19fd3157043a3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8cc19fd3157043a3","status":"passed","time":{"start":1728676655189,"stop":1728676655189,"duration":0}},{"uid":"b3f7648c5254724c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b3f7648c5254724c","status":"passed","time":{"start":1728669378164,"stop":1728669378164,"duration":0}},{"uid":"2ef769927b5b8b38","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2ef769927b5b8b38","status":"passed","time":{"start":1728597718742,"stop":1728597718742,"duration":0}},{"uid":"560c2a22f87260e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/560c2a22f87260e8","status":"passed","time":{"start":1728596937945,"stop":1728596937946,"duration":1}}]},"256bbaf297d2befe7473bc522c775ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6690757e3915b6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d6690757e3915b6e","status":"passed","time":{"start":1728901950551,"stop":1728901950552,"duration":1}}]},"f3e275507e48124ec2131d43e8f5321a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4af79999705c8867","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4af79999705c8867","status":"passed","time":{"start":1728683110366,"stop":1728683110366,"duration":0}}]},"9668cac71147df6ed047b24c2795c148:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ebcd818ade4691d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebcd818ade4691d9","status":"passed","time":{"start":1728669866480,"stop":1728669866481,"duration":1}}]},"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d0db4921007edbc5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0db4921007edbc5","status":"passed","time":{"start":1729033834393,"stop":1729033834393,"duration":0}},{"uid":"503e0d5d907ec035","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/503e0d5d907ec035","status":"passed","time":{"start":1729031884127,"stop":1729031884127,"duration":0}},{"uid":"42ad6517a82e7b62","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/42ad6517a82e7b62","status":"passed","time":{"start":1728901430260,"stop":1728901430260,"duration":0}},{"uid":"253ae8f23d1318f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/253ae8f23d1318f3","status":"passed","time":{"start":1728892860539,"stop":1728892860539,"duration":0}},{"uid":"dd5f70febe14db0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dd5f70febe14db0f","status":"passed","time":{"start":1728855823328,"stop":1728855823328,"duration":0}},{"uid":"2d311a98e70b55da","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2d311a98e70b55da","status":"passed","time":{"start":1728738040609,"stop":1728738040609,"duration":0}},{"uid":"11024b825d278403","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/11024b825d278403","status":"passed","time":{"start":1728682574100,"stop":1728682574100,"duration":0}},{"uid":"9453b99b2a7aafb9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9453b99b2a7aafb9","status":"passed","time":{"start":1728682146824,"stop":1728682146824,"duration":0}},{"uid":"ed6e854635bf5dd1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ed6e854635bf5dd1","status":"passed","time":{"start":1728676621439,"stop":1728676621439,"duration":0}},{"uid":"61a1af0bf3f75e5f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/61a1af0bf3f75e5f","status":"passed","time":{"start":1728669344473,"stop":1728669344474,"duration":1}},{"uid":"fe931a253a5a8224","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fe931a253a5a8224","status":"passed","time":{"start":1728597685169,"stop":1728597685169,"duration":0}},{"uid":"bc0830ebe44db961","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc0830ebe44db961","status":"passed","time":{"start":1728596904477,"stop":1728596904477,"duration":0}}]},"e43558c42d1178760c988600f6047ca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2797d157180c5ef2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2797d157180c5ef2","status":"passed","time":{"start":1728893421010,"stop":1728893421010,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"65c444f119666655","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/65c444f119666655","status":"passed","time":{"start":1729034200064,"stop":1729034200065,"duration":1}},{"uid":"d08868cd0967883c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d08868cd0967883c","status":"passed","time":{"start":1729032257889,"stop":1729032257890,"duration":1}},{"uid":"37bfd2256ded2ccf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37bfd2256ded2ccf","status":"passed","time":{"start":1728902003565,"stop":1728902003565,"duration":0}},{"uid":"cf05901e35820435","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf05901e35820435","status":"passed","time":{"start":1728893434693,"stop":1728893434694,"duration":1}},{"uid":"85db69b7ea171236","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/85db69b7ea171236","status":"passed","time":{"start":1728856398641,"stop":1728856398641,"duration":0}},{"uid":"296e9e78cfbf7a80","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/296e9e78cfbf7a80","status":"passed","time":{"start":1728738612001,"stop":1728738612001,"duration":0}},{"uid":"3ad6dbe30433859a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3ad6dbe30433859a","status":"passed","time":{"start":1728683155008,"stop":1728683155008,"duration":0}},{"uid":"10db3c6c8635701c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/10db3c6c8635701c","status":"passed","time":{"start":1728682706102,"stop":1728682706102,"duration":0}},{"uid":"43a51c1ef502c0c1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/43a51c1ef502c0c1","status":"passed","time":{"start":1728677207494,"stop":1728677207495,"duration":1}},{"uid":"5fec4cbbe3e47c2c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5fec4cbbe3e47c2c","status":"passed","time":{"start":1728669887097,"stop":1728669887097,"duration":0}},{"uid":"92776eb258066093","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/92776eb258066093","status":"passed","time":{"start":1728598263636,"stop":1728598263637,"duration":1}},{"uid":"2518638341f61737","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2518638341f61737","status":"passed","time":{"start":1728597478274,"stop":1728597478275,"duration":1}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"66dd78ba06982884","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/66dd78ba06982884","status":"passed","time":{"start":1729033933481,"stop":1729033933481,"duration":0}},{"uid":"9871750577a02b37","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9871750577a02b37","status":"passed","time":{"start":1729031982921,"stop":1729031982933,"duration":12}},{"uid":"8d4c9fbfcb5fb356","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8d4c9fbfcb5fb356","status":"passed","time":{"start":1728901527858,"stop":1728901527859,"duration":1}},{"uid":"c38c91edfbed3709","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c38c91edfbed3709","status":"passed","time":{"start":1728892960141,"stop":1728892960141,"duration":0}},{"uid":"1852ba70c50f6d9d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1852ba70c50f6d9d","status":"passed","time":{"start":1728855921715,"stop":1728855921716,"duration":1}},{"uid":"76aef4e261ec3ba8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76aef4e261ec3ba8","status":"passed","time":{"start":1728738138433,"stop":1728738138433,"duration":0}},{"uid":"15871d91930d420c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/15871d91930d420c","status":"passed","time":{"start":1728682672253,"stop":1728682672254,"duration":1}},{"uid":"8408e06632bf50a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8408e06632bf50a","status":"passed","time":{"start":1728682245075,"stop":1728682245076,"duration":1}},{"uid":"a6e70ca1e1a6cbfc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a6e70ca1e1a6cbfc","status":"passed","time":{"start":1728676721301,"stop":1728676721301,"duration":0}},{"uid":"e683f60796369b3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e683f60796369b3","status":"passed","time":{"start":1728669444563,"stop":1728669444564,"duration":1}},{"uid":"4e232073e0b44b8c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4e232073e0b44b8c","status":"passed","time":{"start":1728597784074,"stop":1728597784075,"duration":1}},{"uid":"eac531af5f53c969","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eac531af5f53c969","status":"passed","time":{"start":1728597001550,"stop":1728597001550,"duration":0}}]},"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"347d5dbdafd0bcf8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/347d5dbdafd0bcf8","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0}},{"uid":"13ac72f5b7604534","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/13ac72f5b7604534","status":"passed","time":{"start":1729031884130,"stop":1729031884130,"duration":0}},{"uid":"4caca52d5536095","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4caca52d5536095","status":"passed","time":{"start":1728901430263,"stop":1728901430263,"duration":0}},{"uid":"54937d229e71da2f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54937d229e71da2f","status":"passed","time":{"start":1728892860542,"stop":1728892860542,"duration":0}},{"uid":"87fdd2cb622df8b4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/87fdd2cb622df8b4","status":"passed","time":{"start":1728855823331,"stop":1728855823331,"duration":0}},{"uid":"7ba4b4e0ac03db65","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7ba4b4e0ac03db65","status":"passed","time":{"start":1728738040612,"stop":1728738040612,"duration":0}},{"uid":"ae1187593638ca91","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ae1187593638ca91","status":"passed","time":{"start":1728682574103,"stop":1728682574103,"duration":0}},{"uid":"d4915893f7dd62cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d4915893f7dd62cf","status":"passed","time":{"start":1728682146827,"stop":1728682146827,"duration":0}},{"uid":"33336c21d189edfd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33336c21d189edfd","status":"passed","time":{"start":1728676621442,"stop":1728676621442,"duration":0}},{"uid":"c3406381b284bd85","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c3406381b284bd85","status":"passed","time":{"start":1728669344476,"stop":1728669344476,"duration":0}},{"uid":"7423ad5a42539f57","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7423ad5a42539f57","status":"passed","time":{"start":1728597685172,"stop":1728597685172,"duration":0}},{"uid":"ac83c7b547470110","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ac83c7b547470110","status":"passed","time":{"start":1728596904481,"stop":1728596904481,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9cbc28476121cdfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9cbc28476121cdfe","status":"passed","time":{"start":1729034209119,"stop":1729034209119,"duration":0}},{"uid":"cfd9ef3e2b526168","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cfd9ef3e2b526168","status":"passed","time":{"start":1729032264596,"stop":1729032264597,"duration":1}},{"uid":"137d942b2c467be6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/137d942b2c467be6","status":"passed","time":{"start":1728902012874,"stop":1728902012874,"duration":0}},{"uid":"aa88e21cd2238c34","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aa88e21cd2238c34","status":"passed","time":{"start":1728893454824,"stop":1728893454824,"duration":0}},{"uid":"f74d267b8ce711d7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f74d267b8ce711d7","status":"passed","time":{"start":1728856408467,"stop":1728856408467,"duration":0}},{"uid":"f683ebeac7cb1265","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f683ebeac7cb1265","status":"passed","time":{"start":1728738633873,"stop":1728738633873,"duration":0}},{"uid":"8329817aff3bfb73","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8329817aff3bfb73","status":"passed","time":{"start":1728683159820,"stop":1728683159820,"duration":0}},{"uid":"7f279c9388d2a71b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7f279c9388d2a71b","status":"passed","time":{"start":1728682751345,"stop":1728682751345,"duration":0}},{"uid":"c6c5304dcc174591","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c6c5304dcc174591","status":"passed","time":{"start":1728677216377,"stop":1728677216377,"duration":0}},{"uid":"c3530cda69fb4458","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c3530cda69fb4458","status":"passed","time":{"start":1728669925466,"stop":1728669925466,"duration":0}},{"uid":"78104183d383a2c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/78104183d383a2c6","status":"passed","time":{"start":1728598268820,"stop":1728598268820,"duration":0}},{"uid":"929eaf053a1e91b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/929eaf053a1e91b","status":"passed","time":{"start":1728597503950,"stop":1728597503951,"duration":1}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2a9db581f6c6b9dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2a9db581f6c6b9dd","status":"passed","time":{"start":1729034188116,"stop":1729034188116,"duration":0}},{"uid":"3c9ef3d9678d1aa8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c9ef3d9678d1aa8","status":"passed","time":{"start":1729032231862,"stop":1729032231862,"duration":0}},{"uid":"20a97531e3ebf10a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/20a97531e3ebf10a","status":"passed","time":{"start":1728901989564,"stop":1728901989565,"duration":1}},{"uid":"41eb027ebb471cd5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/41eb027ebb471cd5","status":"passed","time":{"start":1728893424897,"stop":1728893424898,"duration":1}},{"uid":"8192c509e93db9de","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8192c509e93db9de","status":"passed","time":{"start":1728856376682,"stop":1728856376682,"duration":0}},{"uid":"797b995b8683d741","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/797b995b8683d741","status":"passed","time":{"start":1728738593959,"stop":1728738593959,"duration":0}},{"uid":"42f75a115ca69867","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42f75a115ca69867","status":"passed","time":{"start":1728683135335,"stop":1728683135336,"duration":1}},{"uid":"e8cc6529ea60a4fe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e8cc6529ea60a4fe","status":"passed","time":{"start":1728682692586,"stop":1728682692588,"duration":2}},{"uid":"60d8bc6e0e9752d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/60d8bc6e0e9752d","status":"passed","time":{"start":1728677194228,"stop":1728677194228,"duration":0}},{"uid":"6c3732db3936e409","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c3732db3936e409","status":"passed","time":{"start":1728669874422,"stop":1728669874423,"duration":1}},{"uid":"4ad2b7bd16cd0479","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ad2b7bd16cd0479","status":"passed","time":{"start":1728598257460,"stop":1728598257460,"duration":0}},{"uid":"86215f183053883e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86215f183053883e","status":"passed","time":{"start":1728597471282,"stop":1728597471283,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6207ca2dbf2798f0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6207ca2dbf2798f0","status":"passed","time":{"start":1729033868926,"stop":1729033868926,"duration":0}},{"uid":"2fbc32710e5b6d0c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2fbc32710e5b6d0c","status":"passed","time":{"start":1729031918511,"stop":1729031918511,"duration":0}},{"uid":"53f1ca22352fec61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53f1ca22352fec61","status":"passed","time":{"start":1728901464220,"stop":1728901464220,"duration":0}},{"uid":"c9393b0046e3f2ae","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9393b0046e3f2ae","status":"passed","time":{"start":1728892894740,"stop":1728892894741,"duration":1}},{"uid":"3f0a40404b511f9d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3f0a40404b511f9d","status":"passed","time":{"start":1728855857252,"stop":1728855857252,"duration":0}},{"uid":"6d0dd0a90582d85e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d0dd0a90582d85e","status":"passed","time":{"start":1728738074580,"stop":1728738074580,"duration":0}},{"uid":"61f2183b93c69e04","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/61f2183b93c69e04","status":"passed","time":{"start":1728682608127,"stop":1728682608127,"duration":0}},{"uid":"c8b00a7c8cd98bde","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c8b00a7c8cd98bde","status":"passed","time":{"start":1728682181012,"stop":1728682181012,"duration":0}},{"uid":"9c3bb7273c16efbb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9c3bb7273c16efbb","status":"passed","time":{"start":1728676655409,"stop":1728676655410,"duration":1}},{"uid":"22018c06388f2330","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/22018c06388f2330","status":"passed","time":{"start":1728669378740,"stop":1728669378741,"duration":1}},{"uid":"5dcd6a88b1675efc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5dcd6a88b1675efc","status":"passed","time":{"start":1728597719063,"stop":1728597719063,"duration":0}},{"uid":"9a19ef772e396f18","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9a19ef772e396f18","status":"passed","time":{"start":1728596938238,"stop":1728596938239,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dcc5f84ba8a0f82f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcc5f84ba8a0f82f","status":"passed","time":{"start":1729034121890,"stop":1729034121890,"duration":0}},{"uid":"874a3f71aaea1394","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/874a3f71aaea1394","status":"passed","time":{"start":1729032174797,"stop":1729032174797,"duration":0}},{"uid":"6bc14d1bf4714872","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6bc14d1bf4714872","status":"passed","time":{"start":1728901881003,"stop":1728901881003,"duration":0}},{"uid":"3c96da3a9811991","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c96da3a9811991","status":"passed","time":{"start":1728893317132,"stop":1728893317140,"duration":8}},{"uid":"c09f68bbe2546f6f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c09f68bbe2546f6f","status":"passed","time":{"start":1728856263064,"stop":1728856263065,"duration":1}},{"uid":"71daadea9d26b142","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/71daadea9d26b142","status":"passed","time":{"start":1728738492785,"stop":1728738492786,"duration":1}},{"uid":"3f469130ffaf1bf0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f469130ffaf1bf0","status":"passed","time":{"start":1728683030007,"stop":1728683030008,"duration":1}},{"uid":"654caa1b3a67bf39","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/654caa1b3a67bf39","status":"passed","time":{"start":1728682581076,"stop":1728682581081,"duration":5}},{"uid":"5128a4004335489e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5128a4004335489e","status":"passed","time":{"start":1728677081983,"stop":1728677081983,"duration":0}},{"uid":"b57ab91ff168fb67","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b57ab91ff168fb67","status":"passed","time":{"start":1728669795384,"stop":1728669795384,"duration":0}},{"uid":"9d818638967ba190","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9d818638967ba190","status":"passed","time":{"start":1728598137494,"stop":1728598137494,"duration":0}},{"uid":"ec1c8aa974b57dfc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec1c8aa974b57dfc","status":"passed","time":{"start":1728597353472,"stop":1728597353472,"duration":0}}]},"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ff78e1f7451b786d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff78e1f7451b786d","status":"passed","time":{"start":1729033834376,"stop":1729033834376,"duration":0}},{"uid":"e83605ef5b4a85f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e83605ef5b4a85f","status":"passed","time":{"start":1729031884107,"stop":1729031884107,"duration":0}},{"uid":"3dc5d3cf72a444e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3dc5d3cf72a444e2","status":"passed","time":{"start":1728901430248,"stop":1728901430248,"duration":0}},{"uid":"9f0343859bd9e598","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9f0343859bd9e598","status":"passed","time":{"start":1728892860524,"stop":1728892860524,"duration":0}},{"uid":"9f35140a2ebbe989","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f35140a2ebbe989","status":"passed","time":{"start":1728855823315,"stop":1728855823315,"duration":0}},{"uid":"8a17cd9c66df172c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8a17cd9c66df172c","status":"passed","time":{"start":1728738040584,"stop":1728738040584,"duration":0}},{"uid":"fbb01c1ed2b67fdf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fbb01c1ed2b67fdf","status":"passed","time":{"start":1728682574081,"stop":1728682574081,"duration":0}},{"uid":"8972e50802e08aa7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8972e50802e08aa7","status":"passed","time":{"start":1728682146809,"stop":1728682146809,"duration":0}},{"uid":"127bbe4aa5492ea9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/127bbe4aa5492ea9","status":"passed","time":{"start":1728676621423,"stop":1728676621423,"duration":0}},{"uid":"31138e6be878b3ca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/31138e6be878b3ca","status":"passed","time":{"start":1728669344460,"stop":1728669344460,"duration":0}},{"uid":"334f701b2aca570b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/334f701b2aca570b","status":"passed","time":{"start":1728597685153,"stop":1728597685153,"duration":0}},{"uid":"ae2ff5c68422f04f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ae2ff5c68422f04f","status":"passed","time":{"start":1728596904459,"stop":1728596904459,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"290eb10812a36887","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/290eb10812a36887","status":"passed","time":{"start":1728902045393,"stop":1728902045393,"duration":0}},{"uid":"a0e8453a621042e8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a0e8453a621042e8","status":"passed","time":{"start":1728893481313,"stop":1728893481313,"duration":0}},{"uid":"1bd7a45d028f5be6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1bd7a45d028f5be6","status":"passed","time":{"start":1728856434369,"stop":1728856434370,"duration":1}},{"uid":"4599bdfd2784f416","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4599bdfd2784f416","status":"passed","time":{"start":1728738656938,"stop":1728738656939,"duration":1}},{"uid":"ce7e9957166ef55f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ce7e9957166ef55f","status":"passed","time":{"start":1728683172726,"stop":1728683172726,"duration":0}},{"uid":"a982c846e9802a05","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a982c846e9802a05","status":"passed","time":{"start":1728682747613,"stop":1728682747613,"duration":0}},{"uid":"f90d56dbe951658d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f90d56dbe951658d","status":"passed","time":{"start":1728677247282,"stop":1728677247282,"duration":0}},{"uid":"92792c81e7649d61","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92792c81e7649d61","status":"passed","time":{"start":1728669917949,"stop":1728669917949,"duration":0}},{"uid":"aa399a01393558ca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aa399a01393558ca","status":"passed","time":{"start":1728598290719,"stop":1728598290719,"duration":0}},{"uid":"c87b72fe679d90","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c87b72fe679d90","status":"passed","time":{"start":1728597515859,"stop":1728597515860,"duration":1}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"37712e1dbaa9b83a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37712e1dbaa9b83a","status":"passed","time":{"start":1729034137126,"stop":1729034137126,"duration":0}},{"uid":"31e59e9cb8aae8bf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/31e59e9cb8aae8bf","status":"passed","time":{"start":1729032206872,"stop":1729032206872,"duration":0}},{"uid":"1a2fb304449e9269","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1a2fb304449e9269","status":"passed","time":{"start":1728901995019,"stop":1728901995019,"duration":0}},{"uid":"c9016e06f1fd833c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9016e06f1fd833c","status":"passed","time":{"start":1728893420992,"stop":1728893420992,"duration":0}},{"uid":"6515d1bd89ab7a2c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6515d1bd89ab7a2c","status":"passed","time":{"start":1728856368593,"stop":1728856368593,"duration":0}},{"uid":"4ca10b440c184c73","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4ca10b440c184c73","status":"passed","time":{"start":1728738604677,"stop":1728738604678,"duration":1}},{"uid":"8c14092de5415e90","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c14092de5415e90","status":"passed","time":{"start":1728683117609,"stop":1728683117614,"duration":5}},{"uid":"a807bbbb4fc4c0bd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a807bbbb4fc4c0bd","status":"passed","time":{"start":1728682721315,"stop":1728682721315,"duration":0}},{"uid":"d71583ff3d3cf702","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d71583ff3d3cf702","status":"passed","time":{"start":1728677184680,"stop":1728677184680,"duration":0}},{"uid":"83fd8fb1bc23b09c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83fd8fb1bc23b09c","status":"passed","time":{"start":1728669866446,"stop":1728669866446,"duration":0}},{"uid":"bc5e0e53afcbee80","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bc5e0e53afcbee80","status":"passed","time":{"start":1728598249972,"stop":1728598249973,"duration":1}},{"uid":"b4157d5a38356025","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b4157d5a38356025","status":"passed","time":{"start":1728597472287,"stop":1728597472288,"duration":1}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"67111eabb74f5d90","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67111eabb74f5d90","status":"passed","time":{"start":1729033858273,"stop":1729033858273,"duration":0}},{"uid":"8398e78665b7f833","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8398e78665b7f833","status":"passed","time":{"start":1729031908179,"stop":1729031908179,"duration":0}},{"uid":"c203d6fab7fc3cc6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c203d6fab7fc3cc6","status":"passed","time":{"start":1728901453935,"stop":1728901453936,"duration":1}},{"uid":"63e6a1d246767471","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/63e6a1d246767471","status":"passed","time":{"start":1728892884412,"stop":1728892884412,"duration":0}},{"uid":"77580e0fc6a11449","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77580e0fc6a11449","status":"passed","time":{"start":1728855846880,"stop":1728855846881,"duration":1}},{"uid":"c414d34f7971aee6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c414d34f7971aee6","status":"passed","time":{"start":1728738064184,"stop":1728738064185,"duration":1}},{"uid":"a4909f705eb89298","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a4909f705eb89298","status":"passed","time":{"start":1728682597763,"stop":1728682597763,"duration":0}},{"uid":"39c614d1cac150e1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/39c614d1cac150e1","status":"passed","time":{"start":1728682170541,"stop":1728682170542,"duration":1}},{"uid":"d0e317acb88d3097","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d0e317acb88d3097","status":"passed","time":{"start":1728676645202,"stop":1728676645202,"duration":0}},{"uid":"803cb45590997a1d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/803cb45590997a1d","status":"passed","time":{"start":1728669368196,"stop":1728669368197,"duration":1}},{"uid":"60bc868907ec0106","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/60bc868907ec0106","status":"passed","time":{"start":1728597709014,"stop":1728597709014,"duration":0}},{"uid":"dfe2ea5f7bd1e32a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dfe2ea5f7bd1e32a","status":"passed","time":{"start":1728596928108,"stop":1728596928108,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bc3932093d848c72","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bc3932093d848c72","status":"passed","time":{"start":1729033842340,"stop":1729033842342,"duration":2}},{"uid":"5df7181db29559e7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5df7181db29559e7","status":"passed","time":{"start":1729031892043,"stop":1729031892044,"duration":1}},{"uid":"8eef0430c047980b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8eef0430c047980b","status":"passed","time":{"start":1728901438024,"stop":1728901438025,"duration":1}},{"uid":"5cec1aa73acdeae9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5cec1aa73acdeae9","status":"passed","time":{"start":1728892868229,"stop":1728892868230,"duration":1}},{"uid":"b22da109d2c7cbb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b22da109d2c7cbb0","status":"passed","time":{"start":1728855831076,"stop":1728855831077,"duration":1}},{"uid":"78d86938fa7d9dff","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78d86938fa7d9dff","status":"passed","time":{"start":1728738048436,"stop":1728738048437,"duration":1}},{"uid":"4eb0142aedcfd902","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4eb0142aedcfd902","status":"passed","time":{"start":1728682581838,"stop":1728682581839,"duration":1}},{"uid":"e9a27addca3c63c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9a27addca3c63c0","status":"passed","time":{"start":1728682154705,"stop":1728682154705,"duration":0}},{"uid":"4efd1ec6ce1f2d6f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4efd1ec6ce1f2d6f","status":"passed","time":{"start":1728676629293,"stop":1728676629294,"duration":1}},{"uid":"65d6dd52f0870ffc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/65d6dd52f0870ffc","status":"passed","time":{"start":1728669352207,"stop":1728669352208,"duration":1}},{"uid":"1f6dcea698ef1013","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1f6dcea698ef1013","status":"passed","time":{"start":1728597693011,"stop":1728597693012,"duration":1}},{"uid":"c82da45b8a941c97","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c82da45b8a941c97","status":"passed","time":{"start":1728596912512,"stop":1728596912514,"duration":2}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"657164ca4bf63a3a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/657164ca4bf63a3a","status":"passed","time":{"start":1729033904744,"stop":1729033904744,"duration":0}},{"uid":"94ee5852bc26bc19","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/94ee5852bc26bc19","status":"passed","time":{"start":1729031952292,"stop":1729031952292,"duration":0}},{"uid":"10815efb2b4ba414","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/10815efb2b4ba414","status":"passed","time":{"start":1728901498546,"stop":1728901498546,"duration":0}},{"uid":"84776caea37f6900","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84776caea37f6900","status":"passed","time":{"start":1728892934939,"stop":1728892934939,"duration":0}},{"uid":"30b36c63b995278f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30b36c63b995278f","status":"passed","time":{"start":1728855901077,"stop":1728855901078,"duration":1}},{"uid":"dbd2809e2ba90f8f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dbd2809e2ba90f8f","status":"passed","time":{"start":1728738109819,"stop":1728738109819,"duration":0}},{"uid":"ed4291b38ecb0e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed4291b38ecb0e6","status":"passed","time":{"start":1728682641761,"stop":1728682641761,"duration":0}},{"uid":"82b3fa508af78f51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/82b3fa508af78f51","status":"passed","time":{"start":1728682224052,"stop":1728682224053,"duration":1}},{"uid":"53f37de76a93f678","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/53f37de76a93f678","status":"passed","time":{"start":1728676692587,"stop":1728676692587,"duration":0}},{"uid":"574216b9447f547b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/574216b9447f547b","status":"passed","time":{"start":1728669414315,"stop":1728669414318,"duration":3}},{"uid":"5d48b713d27b680c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5d48b713d27b680c","status":"passed","time":{"start":1728597758155,"stop":1728597758156,"duration":1}},{"uid":"ff936881ab29858","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ff936881ab29858","status":"passed","time":{"start":1728596973959,"stop":1728596973959,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b0090beef69563d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b0090beef69563d6","status":"passed","time":{"start":1729034144766,"stop":1729034144767,"duration":1}},{"uid":"fcd923b8e1f795c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fcd923b8e1f795c6","status":"passed","time":{"start":1729032198816,"stop":1729032198816,"duration":0}},{"uid":"75831f95bf1ee137","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/75831f95bf1ee137","status":"passed","time":{"start":1728901901766,"stop":1728901901766,"duration":0}},{"uid":"6b81ae300b4d2f62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6b81ae300b4d2f62","status":"passed","time":{"start":1728893337253,"stop":1728893337254,"duration":1}},{"uid":"f8b3a36542854fb8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f8b3a36542854fb8","status":"passed","time":{"start":1728856299189,"stop":1728856299190,"duration":1}},{"uid":"5c9edfd4585d6ef9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c9edfd4585d6ef9","status":"passed","time":{"start":1728738505382,"stop":1728738505382,"duration":0}},{"uid":"76ccadc3e8d97bac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/76ccadc3e8d97bac","status":"passed","time":{"start":1728683045449,"stop":1728683045449,"duration":0}},{"uid":"2344c9d4234eb4a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2344c9d4234eb4a8","status":"passed","time":{"start":1728682607291,"stop":1728682607291,"duration":0}},{"uid":"f306d333331da251","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f306d333331da251","status":"passed","time":{"start":1728677103494,"stop":1728677103494,"duration":0}},{"uid":"239fd345e0115100","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/239fd345e0115100","status":"passed","time":{"start":1728669777116,"stop":1728669777117,"duration":1}},{"uid":"ba8deed7676ab546","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ba8deed7676ab546","status":"passed","time":{"start":1728598163466,"stop":1728598163466,"duration":0}},{"uid":"fc2c5333d35db7da","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc2c5333d35db7da","status":"passed","time":{"start":1728597375479,"stop":1728597375480,"duration":1}}]},"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fee9102c91e1f31d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fee9102c91e1f31d","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"duration":0}},{"uid":"1a58caf41ebc0ed4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a58caf41ebc0ed4","status":"passed","time":{"start":1729031884104,"stop":1729031884105,"duration":1}},{"uid":"5fe5909ff933d858","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5fe5909ff933d858","status":"passed","time":{"start":1728901430247,"stop":1728901430247,"duration":0}},{"uid":"22ed3b106728c625","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/22ed3b106728c625","status":"passed","time":{"start":1728892860522,"stop":1728892860522,"duration":0}},{"uid":"e9064468ce9ae1d1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e9064468ce9ae1d1","status":"passed","time":{"start":1728855823313,"stop":1728855823313,"duration":0}},{"uid":"dbdcf2fdca1b5bbf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dbdcf2fdca1b5bbf","status":"passed","time":{"start":1728738040582,"stop":1728738040582,"duration":0}},{"uid":"94ffd074a77b7213","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/94ffd074a77b7213","status":"passed","time":{"start":1728682574079,"stop":1728682574079,"duration":0}},{"uid":"563dde55c36b6243","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/563dde55c36b6243","status":"passed","time":{"start":1728682146807,"stop":1728682146807,"duration":0}},{"uid":"54bdc7ea895f6c3c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/54bdc7ea895f6c3c","status":"passed","time":{"start":1728676621421,"stop":1728676621421,"duration":0}},{"uid":"1422628f30c7a96f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1422628f30c7a96f","status":"passed","time":{"start":1728669344458,"stop":1728669344458,"duration":0}},{"uid":"1ef5b6015f294681","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1ef5b6015f294681","status":"passed","time":{"start":1728597685151,"stop":1728597685151,"duration":0}},{"uid":"5bc1d44fef6f4c20","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5bc1d44fef6f4c20","status":"passed","time":{"start":1728596904457,"stop":1728596904457,"duration":0}}]},"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"464efd5c12a4613","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/464efd5c12a4613","status":"passed","time":{"start":1729033834360,"stop":1729033834361,"duration":1}},{"uid":"f1f8ed3ab66b487d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f1f8ed3ab66b487d","status":"passed","time":{"start":1729031884089,"stop":1729031884089,"duration":0}},{"uid":"86401d8a721cb781","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/86401d8a721cb781","status":"passed","time":{"start":1728901430242,"stop":1728901430242,"duration":0}},{"uid":"cb51154486129e11","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cb51154486129e11","status":"passed","time":{"start":1728892860516,"stop":1728892860517,"duration":1}},{"uid":"5b4d93beea1eda45","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5b4d93beea1eda45","status":"passed","time":{"start":1728855823307,"stop":1728855823307,"duration":0}},{"uid":"d35d6337a86c8ede","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d35d6337a86c8ede","status":"passed","time":{"start":1728738040569,"stop":1728738040569,"duration":0}},{"uid":"46a901d78163dd03","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/46a901d78163dd03","status":"passed","time":{"start":1728682574067,"stop":1728682574067,"duration":0}},{"uid":"adff3b3d066bce44","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/adff3b3d066bce44","status":"passed","time":{"start":1728682146794,"stop":1728682146794,"duration":0}},{"uid":"65be61c3c887b13f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/65be61c3c887b13f","status":"passed","time":{"start":1728676621404,"stop":1728676621404,"duration":0}},{"uid":"ca61f613084e0073","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca61f613084e0073","status":"passed","time":{"start":1728669344453,"stop":1728669344453,"duration":0}},{"uid":"7684d0f66b43617a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7684d0f66b43617a","status":"passed","time":{"start":1728597685134,"stop":1728597685135,"duration":1}},{"uid":"2d14feaf9bd7eea5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2d14feaf9bd7eea5","status":"passed","time":{"start":1728596904441,"stop":1728596904441,"duration":0}}]},"7b8fbd70be984fd84811191683b9e38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb3c4297413fe98e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb3c4297413fe98e","status":"passed","time":{"start":1728682721328,"stop":1728682721328,"duration":0}}]},"41e47301d880fdd2957475200906575d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1cdbecceab72ff0f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cdbecceab72ff0f","status":"passed","time":{"start":1728893389986,"stop":1728893389986,"duration":0}}]},"49c3861b450b6c93fda54d100bc4cf3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55774582d6a3b03c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/55774582d6a3b03c","status":"passed","time":{"start":1728901664267,"stop":1728901664267,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4a068d3f925a4043","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4a068d3f925a4043","status":"passed","time":{"start":1729034209128,"stop":1729034209128,"duration":0}},{"uid":"2718a4f44e6b098c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2718a4f44e6b098c","status":"passed","time":{"start":1729032264601,"stop":1729032264601,"duration":0}},{"uid":"e16b1ab9dee07454","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e16b1ab9dee07454","status":"passed","time":{"start":1728902012891,"stop":1728902012891,"duration":0}},{"uid":"773e358fb7cc7bc7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/773e358fb7cc7bc7","status":"passed","time":{"start":1728893454825,"stop":1728893454825,"duration":0}},{"uid":"f36f26c660ccbf16","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f36f26c660ccbf16","status":"passed","time":{"start":1728856408468,"stop":1728856408469,"duration":1}},{"uid":"b0c4b2644e4c74df","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b0c4b2644e4c74df","status":"passed","time":{"start":1728738633875,"stop":1728738633875,"duration":0}},{"uid":"abb59f703b9e3f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/abb59f703b9e3f4","status":"passed","time":{"start":1728683159826,"stop":1728683159827,"duration":1}},{"uid":"968d575757b8eb55","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/968d575757b8eb55","status":"passed","time":{"start":1728682751347,"stop":1728682751347,"duration":0}},{"uid":"db6edbfea98e5bc3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/db6edbfea98e5bc3","status":"passed","time":{"start":1728677216378,"stop":1728677216379,"duration":1}},{"uid":"ca3fec290c2cd8f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca3fec290c2cd8f0","status":"passed","time":{"start":1728669925468,"stop":1728669925468,"duration":0}},{"uid":"8bdb2bb4a045bc5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bdb2bb4a045bc5","status":"passed","time":{"start":1728598268821,"stop":1728598268821,"duration":0}},{"uid":"cbf851e3bfccefdb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbf851e3bfccefdb","status":"passed","time":{"start":1728597503953,"stop":1728597503954,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"84ccf0ef8daed22a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/84ccf0ef8daed22a","status":"passed","time":{"start":1729034209103,"stop":1729034209103,"duration":0}},{"uid":"b5253e1e1df8860b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b5253e1e1df8860b","status":"passed","time":{"start":1729032264571,"stop":1729032264571,"duration":0}},{"uid":"67c120314fba3d45","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67c120314fba3d45","status":"passed","time":{"start":1728902012863,"stop":1728902012863,"duration":0}},{"uid":"64c4143b3fa035d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/64c4143b3fa035d","status":"passed","time":{"start":1728893454814,"stop":1728893454814,"duration":0}},{"uid":"5379943a139ad69f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5379943a139ad69f","status":"passed","time":{"start":1728856408456,"stop":1728856408456,"duration":0}},{"uid":"67876bdbfcca1a93","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67876bdbfcca1a93","status":"passed","time":{"start":1728738633857,"stop":1728738633857,"duration":0}},{"uid":"53e1699e14b99a1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/53e1699e14b99a1","status":"passed","time":{"start":1728683159786,"stop":1728683159786,"duration":0}},{"uid":"9408bc6e291d2b51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9408bc6e291d2b51","status":"passed","time":{"start":1728682751333,"stop":1728682751333,"duration":0}},{"uid":"6acd30a1e2add4f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6acd30a1e2add4f2","status":"passed","time":{"start":1728677216364,"stop":1728677216364,"duration":0}},{"uid":"7127f666918e4499","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7127f666918e4499","status":"passed","time":{"start":1728669925456,"stop":1728669925456,"duration":0}},{"uid":"858367637a18acd4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/858367637a18acd4","status":"passed","time":{"start":1728598268808,"stop":1728598268809,"duration":1}},{"uid":"f521dd8a85b2d587","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f521dd8a85b2d587","status":"passed","time":{"start":1728597503928,"stop":1728597503929,"duration":1}}]},"ed5121d2a4dc9d5c1d7255afd719f8ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7589c6469d37dfbf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7589c6469d37dfbf","status":"passed","time":{"start":1728598221887,"stop":1728598221888,"duration":1}}]},"07d326754b23eb6b9bfeb90743af90d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6415898bbb59bd9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c6415898bbb59bd9","status":"passed","time":{"start":1728669834425,"stop":1728669834426,"duration":1}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"3fb99ac0386222b4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3fb99ac0386222b4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034148001,"stop":1729034148001,"duration":0}},{"uid":"f29e2404cf0eef27","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f29e2404cf0eef27","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032202831,"stop":1729032202831,"duration":0}},{"uid":"692e34c0ccacb40b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/692e34c0ccacb40b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873321,"stop":1728901873321,"duration":0}},{"uid":"1ab7cc1ea507ab7f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1ab7cc1ea507ab7f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311008,"stop":1728893311008,"duration":0}},{"uid":"c9e3feb002afc1d3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c9e3feb002afc1d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856279297,"stop":1728856279298,"duration":1}},{"uid":"68a47cc22405a906","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/68a47cc22405a906","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483462,"stop":1728738483462,"duration":0}},{"uid":"54024ba75ec0abfa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/54024ba75ec0abfa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683033354,"stop":1728683033354,"duration":0}},{"uid":"f719f98e5fc38570","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f719f98e5fc38570","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682591254,"stop":1728682591257,"duration":3}},{"uid":"dfa4b8d75fa52fb5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dfa4b8d75fa52fb5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677083879,"stop":1728677083879,"duration":0}},{"uid":"9da6f2a590d86c22","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9da6f2a590d86c22","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669753997,"stop":1728669753997,"duration":0}},{"uid":"e2239c1edcc2f5ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e2239c1edcc2f5ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598145545,"stop":1728598145545,"duration":0}},{"uid":"a74c7aa748ccc14d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a74c7aa748ccc14d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350445,"stop":1728597350445,"duration":0}}]},"940e0a8d3cf453b22b7c84874dfa3b0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":1,"passed":5,"unknown":0,"total":11},"items":[{"uid":"e6558a60c359deba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e6558a60c359deba","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977061,"stop":1729033977061,"duration":0}},{"uid":"aeb19b1c177b8fc9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aeb19b1c177b8fc9","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1729032093763,"stop":1729032093763,"duration":0}},{"uid":"9585391158cec4a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9585391158cec4a9","status":"passed","time":{"start":1728901748770,"stop":1728901748770,"duration":0}},{"uid":"d8e0684062c5b06f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d8e0684062c5b06f","status":"passed","time":{"start":1728893181081,"stop":1728893181081,"duration":0}},{"uid":"1b7feb6519ef58c8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b7feb6519ef58c8","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728856155548,"stop":1728856155548,"duration":0}},{"uid":"17a4380afa64b2f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/17a4380afa64b2f1","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728738360281,"stop":1728738360281,"duration":0}},{"uid":"ed91eb1c200275e1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed91eb1c200275e1","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728682907216,"stop":1728682907217,"duration":1}},{"uid":"b3958a7cc9e85390","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3958a7cc9e85390","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728682466725,"stop":1728682466726,"duration":1}},{"uid":"9b6a798d10fa413a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9b6a798d10fa413a","status":"passed","time":{"start":1728676955717,"stop":1728676955717,"duration":0}},{"uid":"5e1d5bcbf2c523bf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e1d5bcbf2c523bf","status":"passed","time":{"start":1728598013531,"stop":1728598013531,"duration":0}},{"uid":"8c7df672d9bae18c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8c7df672d9bae18c","status":"passed","time":{"start":1728597225195,"stop":1728597225196,"duration":1}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b6b7d1ab8a02a495","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6b7d1ab8a02a495","status":"passed","time":{"start":1729034066154,"stop":1729034066156,"duration":2}},{"uid":"20d2d0bc8291dbc2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/20d2d0bc8291dbc2","status":"passed","time":{"start":1728901782836,"stop":1728901782836,"duration":0}},{"uid":"f035d90eb16baf11","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f035d90eb16baf11","status":"passed","time":{"start":1728893215984,"stop":1728893215984,"duration":0}},{"uid":"629e18de52c56aea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/629e18de52c56aea","status":"passed","time":{"start":1728856159199,"stop":1728856159199,"duration":0}},{"uid":"bde426784536ffd8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bde426784536ffd8","status":"passed","time":{"start":1728738371836,"stop":1728738371837,"duration":1}},{"uid":"afce4a92e6cf64fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/afce4a92e6cf64fb","status":"passed","time":{"start":1728682915883,"stop":1728682915884,"duration":1}},{"uid":"3442bc44c8d1153c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3442bc44c8d1153c","status":"passed","time":{"start":1728682496455,"stop":1728682496456,"duration":1}},{"uid":"c688a82fb4d476ad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c688a82fb4d476ad","status":"passed","time":{"start":1728676980223,"stop":1728676980224,"duration":1}},{"uid":"53ded8f68e1de93f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/53ded8f68e1de93f","status":"passed","time":{"start":1728598045384,"stop":1728598045385,"duration":1}},{"uid":"6b51c894fb71f14a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b51c894fb71f14a","status":"passed","time":{"start":1728597260329,"stop":1728597260330,"duration":1}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2d9c64f68d9f514","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d9c64f68d9f514","status":"passed","time":{"start":1729034137155,"stop":1729034137155,"duration":0}},{"uid":"61e71fe0c0dcb176","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61e71fe0c0dcb176","status":"passed","time":{"start":1729032206887,"stop":1729032206887,"duration":0}},{"uid":"606518a44efef7b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/606518a44efef7b2","status":"passed","time":{"start":1728901995034,"stop":1728901995035,"duration":1}},{"uid":"f8f5c2d05c9d7bb9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f8f5c2d05c9d7bb9","status":"passed","time":{"start":1728893421007,"stop":1728893421008,"duration":1}},{"uid":"dbd6899800285cdc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbd6899800285cdc","status":"passed","time":{"start":1728856368609,"stop":1728856368609,"duration":0}},{"uid":"983c03884e05593c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/983c03884e05593c","status":"passed","time":{"start":1728738604691,"stop":1728738604692,"duration":1}},{"uid":"2196e0f5ba2a85ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2196e0f5ba2a85ab","status":"passed","time":{"start":1728683117674,"stop":1728683117674,"duration":0}},{"uid":"b05bdb57e9709ad","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b05bdb57e9709ad","status":"passed","time":{"start":1728682721326,"stop":1728682721326,"duration":0}},{"uid":"cf460c4f67c357a6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cf460c4f67c357a6","status":"passed","time":{"start":1728677184692,"stop":1728677184693,"duration":1}},{"uid":"1cfc67fd02094694","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1cfc67fd02094694","status":"passed","time":{"start":1728669866475,"stop":1728669866476,"duration":1}},{"uid":"93ec2884b479d799","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/93ec2884b479d799","status":"passed","time":{"start":1728598250009,"stop":1728598250009,"duration":0}},{"uid":"de6b1fa28405f98e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/de6b1fa28405f98e","status":"passed","time":{"start":1728597472308,"stop":1728597472308,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"55d5e3cc7077da4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/55d5e3cc7077da4","status":"passed","time":{"start":1729033842412,"stop":1729033842413,"duration":1}},{"uid":"22b427129c1d8a95","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22b427129c1d8a95","status":"passed","time":{"start":1729031892129,"stop":1729031892129,"duration":0}},{"uid":"52aa4f2964ad7e42","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/52aa4f2964ad7e42","status":"passed","time":{"start":1728901438145,"stop":1728901438145,"duration":0}},{"uid":"8c1400f1e7715684","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c1400f1e7715684","status":"passed","time":{"start":1728892868420,"stop":1728892868420,"duration":0}},{"uid":"b5959b405dabf93e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b5959b405dabf93e","status":"passed","time":{"start":1728855831312,"stop":1728855831312,"duration":0}},{"uid":"9af926892fcb6152","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9af926892fcb6152","status":"passed","time":{"start":1728738048422,"stop":1728738048423,"duration":1}},{"uid":"ecab1fda079ea0dd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ecab1fda079ea0dd","status":"passed","time":{"start":1728682581970,"stop":1728682581970,"duration":0}},{"uid":"e671dd1a83695fae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e671dd1a83695fae","status":"passed","time":{"start":1728682154920,"stop":1728682154921,"duration":1}},{"uid":"5899c8a6ca1f42a3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5899c8a6ca1f42a3","status":"passed","time":{"start":1728676629329,"stop":1728676629329,"duration":0}},{"uid":"b9fb99f09e09718f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b9fb99f09e09718f","status":"passed","time":{"start":1728669352396,"stop":1728669352396,"duration":0}},{"uid":"c80097de69dae658","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c80097de69dae658","status":"passed","time":{"start":1728597693130,"stop":1728597693131,"duration":1}},{"uid":"26b674979d981990","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/26b674979d981990","status":"passed","time":{"start":1728596912668,"stop":1728596912669,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"58e55d07ea4e5b40","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58e55d07ea4e5b40","status":"passed","time":{"start":1729033878342,"stop":1729033878344,"duration":2}},{"uid":"f9a321c5f0d57aee","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9a321c5f0d57aee","status":"passed","time":{"start":1729031928151,"stop":1729031928152,"duration":1}},{"uid":"cd044bc166245d72","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cd044bc166245d72","status":"passed","time":{"start":1728901472374,"stop":1728901472375,"duration":1}},{"uid":"95cb902a0df418d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95cb902a0df418d8","status":"passed","time":{"start":1728892903065,"stop":1728892903066,"duration":1}},{"uid":"28beedbe542aea76","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/28beedbe542aea76","status":"passed","time":{"start":1728855866505,"stop":1728855866506,"duration":1}},{"uid":"ecb2504d7af3eadc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ecb2504d7af3eadc","status":"passed","time":{"start":1728738084262,"stop":1728738084263,"duration":1}},{"uid":"1ce0919cde45d7d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ce0919cde45d7d9","status":"passed","time":{"start":1728682617673,"stop":1728682617675,"duration":2}},{"uid":"93e9a2377fefad78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/93e9a2377fefad78","status":"passed","time":{"start":1728682190441,"stop":1728682190442,"duration":1}},{"uid":"1b89421c02cfeaf6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b89421c02cfeaf6","status":"passed","time":{"start":1728676664769,"stop":1728676664770,"duration":1}},{"uid":"dd417f1318ba37f3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd417f1318ba37f3","status":"passed","time":{"start":1728669387970,"stop":1728669387971,"duration":1}},{"uid":"74e868765352171d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74e868765352171d","status":"passed","time":{"start":1728597727561,"stop":1728597727562,"duration":1}},{"uid":"e9b438ca68530184","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e9b438ca68530184","status":"passed","time":{"start":1728596946506,"stop":1728596946507,"duration":1}}]},"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"de9fe61c97f346a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/de9fe61c97f346a","status":"passed","time":{"start":1729033834376,"stop":1729033834376,"duration":0}},{"uid":"61c466dec6418372","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61c466dec6418372","status":"passed","time":{"start":1729031884107,"stop":1729031884107,"duration":0}},{"uid":"6428533e3f2f1b84","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6428533e3f2f1b84","status":"passed","time":{"start":1728901430248,"stop":1728901430249,"duration":1}},{"uid":"326421f971d58e0e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/326421f971d58e0e","status":"passed","time":{"start":1728892860524,"stop":1728892860525,"duration":1}},{"uid":"e617dfd9ace650c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e617dfd9ace650c4","status":"passed","time":{"start":1728855823315,"stop":1728855823315,"duration":0}},{"uid":"ce8ec4133dc4176b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ce8ec4133dc4176b","status":"passed","time":{"start":1728738040584,"stop":1728738040584,"duration":0}},{"uid":"c14beb69536e333b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c14beb69536e333b","status":"passed","time":{"start":1728682574081,"stop":1728682574082,"duration":1}},{"uid":"f3dc0b91d5e78b60","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f3dc0b91d5e78b60","status":"passed","time":{"start":1728682146809,"stop":1728682146809,"duration":0}},{"uid":"361c8d325898b1e6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/361c8d325898b1e6","status":"passed","time":{"start":1728676621423,"stop":1728676621423,"duration":0}},{"uid":"6ff276081b602ebf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6ff276081b602ebf","status":"passed","time":{"start":1728669344460,"stop":1728669344460,"duration":0}},{"uid":"23e6c9d9919cf62e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/23e6c9d9919cf62e","status":"passed","time":{"start":1728597685153,"stop":1728597685154,"duration":1}},{"uid":"8626e816e0197d79","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8626e816e0197d79","status":"passed","time":{"start":1728596904459,"stop":1728596904460,"duration":1}}]},"c5e5b3787653403fac18c50d9c2490b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7cc8c3acd532aa39","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7cc8c3acd532aa39","status":"passed","time":{"start":1728893317181,"stop":1728893317181,"duration":0}}]},"9f45c16691bb60f6555f0ade8ee84434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5593c64c6e6b26f6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5593c64c6e6b26f6","status":"passed","time":{"start":1728669764759,"stop":1728669764760,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"d4f1dbc9f55a12d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d4f1dbc9f55a12d6","status":"passed","time":{"start":1729034066160,"stop":1729034066161,"duration":1}},{"uid":"2523806591b909c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2523806591b909c3","status":"passed","time":{"start":1728901782837,"stop":1728901782837,"duration":0}},{"uid":"d1b685133fbe9a57","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d1b685133fbe9a57","status":"passed","time":{"start":1728893215986,"stop":1728893215987,"duration":1}},{"uid":"ac95273582ac66d1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac95273582ac66d1","status":"passed","time":{"start":1728856159200,"stop":1728856159201,"duration":1}},{"uid":"854d2ac32cad465c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/854d2ac32cad465c","status":"passed","time":{"start":1728738371838,"stop":1728738371838,"duration":0}},{"uid":"2d8171d4b97d5c8c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2d8171d4b97d5c8c","status":"passed","time":{"start":1728682915886,"stop":1728682915887,"duration":1}},{"uid":"ddeceab58791bf36","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ddeceab58791bf36","status":"passed","time":{"start":1728682496457,"stop":1728682496457,"duration":0}},{"uid":"14925db41485efe8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/14925db41485efe8","status":"passed","time":{"start":1728676980225,"stop":1728676980226,"duration":1}},{"uid":"89564ca2aa31f870","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/89564ca2aa31f870","status":"passed","time":{"start":1728598045386,"stop":1728598045386,"duration":0}},{"uid":"370c978126738cab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/370c978126738cab","status":"passed","time":{"start":1728597260331,"stop":1728597260331,"duration":0}}]},"450e2c6f70f67ec4e16267252b651984:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"100497df8c82ad07","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/100497df8c82ad07","status":"passed","time":{"start":1728677107988,"stop":1728677107988,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7bdedde96cc68d50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bdedde96cc68d50","status":"passed","time":{"start":1729034121931,"stop":1729034121931,"duration":0}},{"uid":"f14d934ea259a8be","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f14d934ea259a8be","status":"passed","time":{"start":1729032174900,"stop":1729032174901,"duration":1}},{"uid":"ae0e27178fbdf0f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ae0e27178fbdf0f","status":"passed","time":{"start":1728901881016,"stop":1728901881017,"duration":1}},{"uid":"516862eef7dad862","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/516862eef7dad862","status":"passed","time":{"start":1728893317173,"stop":1728893317174,"duration":1}},{"uid":"63a0a1968184c201","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63a0a1968184c201","status":"passed","time":{"start":1728856263102,"stop":1728856263106,"duration":4}},{"uid":"edcc98613bf76bdc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edcc98613bf76bdc","status":"passed","time":{"start":1728738492801,"stop":1728738492801,"duration":0}},{"uid":"4b5804d46cac57e4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4b5804d46cac57e4","status":"passed","time":{"start":1728683030024,"stop":1728683030024,"duration":0}},{"uid":"866d61e9c3dbcc47","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/866d61e9c3dbcc47","status":"passed","time":{"start":1728682581105,"stop":1728682581105,"duration":0}},{"uid":"ac580649a3a45aed","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ac580649a3a45aed","status":"passed","time":{"start":1728677082000,"stop":1728677082001,"duration":1}},{"uid":"652b9668dddf372c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/652b9668dddf372c","status":"passed","time":{"start":1728669795400,"stop":1728669795400,"duration":0}},{"uid":"603fc61f73d3a2df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/603fc61f73d3a2df","status":"passed","time":{"start":1728598137506,"stop":1728598137506,"duration":0}},{"uid":"f1e8b393ad5737b2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1e8b393ad5737b2","status":"passed","time":{"start":1728597353482,"stop":1728597353483,"duration":1}}]},"fabfff8d2944be33cdef7b99593129ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64cd2dd92651a840","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/64cd2dd92651a840","status":"passed","time":{"start":1728598221885,"stop":1728598221886,"duration":1}}]},"2044ea3461a47ce032b173f2bb70ae3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5e1ff95e031f983","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b5e1ff95e031f983","status":"passed","time":{"start":1729032174807,"stop":1729032174807,"duration":0}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"7715a08b90f54572","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7715a08b90f54572","status":"passed","time":{"start":1729034041500,"stop":1729034041501,"duration":1}},{"uid":"57e929fae02296cd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/57e929fae02296cd","status":"passed","time":{"start":1728901705416,"stop":1728901705417,"duration":1}},{"uid":"240c043b28b5c4a7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/240c043b28b5c4a7","status":"passed","time":{"start":1728893141782,"stop":1728893141782,"duration":0}},{"uid":"380aa4130bec082b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/380aa4130bec082b","status":"passed","time":{"start":1728856087087,"stop":1728856087088,"duration":1}},{"uid":"1ac5cba4fca5d9bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1ac5cba4fca5d9bd","status":"passed","time":{"start":1728738321455,"stop":1728738321456,"duration":1}},{"uid":"e41f80e7d49650aa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e41f80e7d49650aa","status":"passed","time":{"start":1728682845681,"stop":1728682845681,"duration":0}},{"uid":"e9bcccaf89291d2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9bcccaf89291d2c","status":"passed","time":{"start":1728682424316,"stop":1728682424318,"duration":2}},{"uid":"242443dc75d75181","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/242443dc75d75181","status":"passed","time":{"start":1728676900545,"stop":1728676900547,"duration":2}},{"uid":"34d6d3baaa209b67","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34d6d3baaa209b67","status":"passed","time":{"start":1728669625805,"stop":1728669625805,"duration":0}},{"uid":"24eb9ed6431eda13","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/24eb9ed6431eda13","status":"passed","time":{"start":1728597957176,"stop":1728597957176,"duration":0}},{"uid":"70ac7a15df6d62f2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70ac7a15df6d62f2","status":"passed","time":{"start":1728597182623,"stop":1728597182623,"duration":0}}]},"c918bc9f5b47ab0467e7cb9f3b0398c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e043626853e3c00","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7e043626853e3c00","status":"passed","time":{"start":1728677156810,"stop":1728677156811,"duration":1}}]},"f137e0e038b82db98bf460aabb55fcab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"904d7d19947bca4e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/904d7d19947bca4e","status":"passed","time":{"start":1729033850295,"stop":1729033850296,"duration":1}},{"uid":"98a797020e653414","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/98a797020e653414","status":"passed","time":{"start":1729031899899,"stop":1729031899900,"duration":1}},{"uid":"84ab99ef28a20b9f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84ab99ef28a20b9f","status":"passed","time":{"start":1728901445869,"stop":1728901445870,"duration":1}},{"uid":"e2471a8f0a9ff1c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e2471a8f0a9ff1c4","status":"passed","time":{"start":1728892875902,"stop":1728892875903,"duration":1}},{"uid":"359d8b7bc8caebbc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/359d8b7bc8caebbc","status":"passed","time":{"start":1728855839035,"stop":1728855839036,"duration":1}},{"uid":"1fdd43d8ee9b825e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1fdd43d8ee9b825e","status":"passed","time":{"start":1728738056182,"stop":1728738056183,"duration":1}},{"uid":"711b6fa85db8c3b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/711b6fa85db8c3b4","status":"passed","time":{"start":1728682589456,"stop":1728682589457,"duration":1}},{"uid":"59c09b8253950a99","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59c09b8253950a99","status":"passed","time":{"start":1728682162314,"stop":1728682162314,"duration":0}},{"uid":"492dd6fb958424fa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/492dd6fb958424fa","status":"passed","time":{"start":1728676636999,"stop":1728676637000,"duration":1}},{"uid":"995bf9862b59b935","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/995bf9862b59b935","status":"passed","time":{"start":1728669360366,"stop":1728669360367,"duration":1}},{"uid":"637d6ed96216c8e2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/637d6ed96216c8e2","status":"passed","time":{"start":1728597700885,"stop":1728597700886,"duration":1}},{"uid":"ccc49f6af343aa7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ccc49f6af343aa7","status":"passed","time":{"start":1728596919824,"stop":1728596919824,"duration":0}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d2e649bd064259a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d2e649bd064259a","status":"passed","time":{"start":1729034067353,"stop":1729034067354,"duration":1}},{"uid":"40799d5a465d66ac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/40799d5a465d66ac","status":"passed","time":{"start":1729032098327,"stop":1729032098327,"duration":0}},{"uid":"31a3ed15b22e669f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/31a3ed15b22e669f","status":"passed","time":{"start":1728901786965,"stop":1728901786966,"duration":1}},{"uid":"62c8270676717dd6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/62c8270676717dd6","status":"passed","time":{"start":1728893221404,"stop":1728893221404,"duration":0}},{"uid":"a151faa08c557056","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a151faa08c557056","status":"passed","time":{"start":1728856163736,"stop":1728856163736,"duration":0}},{"uid":"fb5790dd1ac9369c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fb5790dd1ac9369c","status":"passed","time":{"start":1728738376850,"stop":1728738376850,"duration":0}},{"uid":"18ce0ceb25c1b9a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/18ce0ceb25c1b9a8","status":"passed","time":{"start":1728682920157,"stop":1728682920157,"duration":0}},{"uid":"ab2e8094e00ca1ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ab2e8094e00ca1ff","status":"passed","time":{"start":1728682501583,"stop":1728682501583,"duration":0}},{"uid":"785080157fff641d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/785080157fff641d","status":"passed","time":{"start":1728676985050,"stop":1728676985051,"duration":1}},{"uid":"803be86b63e57dc5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/803be86b63e57dc5","status":"passed","time":{"start":1728669632407,"stop":1728669632408,"duration":1}},{"uid":"3f3d0a5c28c7e36d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3f3d0a5c28c7e36d","status":"passed","time":{"start":1728598049843,"stop":1728598049844,"duration":1}},{"uid":"87915eb4940e0bb0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/87915eb4940e0bb0","status":"passed","time":{"start":1728597265137,"stop":1728597265138,"duration":1}}]},"e637904ba7e2f12356c096ef2a44954e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9f526a569b2945d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a9f526a569b2945d","status":"passed","time":{"start":1728677107989,"stop":1728677107989,"duration":0}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"46fc31481b2eefbd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/46fc31481b2eefbd","status":"passed","time":{"start":1729034144772,"stop":1729034144772,"duration":0}},{"uid":"d0b58c2714a76e46","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d0b58c2714a76e46","status":"passed","time":{"start":1729032198827,"stop":1729032198827,"duration":0}},{"uid":"9af8100bcfd3bc13","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9af8100bcfd3bc13","status":"passed","time":{"start":1728901901776,"stop":1728901901776,"duration":0}},{"uid":"757dfc22ac09b956","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/757dfc22ac09b956","status":"passed","time":{"start":1728893337257,"stop":1728893337258,"duration":1}},{"uid":"67ce75bae4b5ddb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/67ce75bae4b5ddb0","status":"passed","time":{"start":1728856299202,"stop":1728856299202,"duration":0}},{"uid":"7a2522c450504c14","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a2522c450504c14","status":"passed","time":{"start":1728738505392,"stop":1728738505392,"duration":0}},{"uid":"8033ede5442111f9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8033ede5442111f9","status":"passed","time":{"start":1728683045453,"stop":1728683045453,"duration":0}},{"uid":"69f08d85d0b8f549","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/69f08d85d0b8f549","status":"passed","time":{"start":1728682607298,"stop":1728682607299,"duration":1}},{"uid":"fb5f5f15c85ad46f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fb5f5f15c85ad46f","status":"passed","time":{"start":1728677103501,"stop":1728677103502,"duration":1}},{"uid":"6c2f4888ff991b96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c2f4888ff991b96","status":"passed","time":{"start":1728669777138,"stop":1728669777139,"duration":1}},{"uid":"176fa3dd9845b50a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/176fa3dd9845b50a","status":"passed","time":{"start":1728598163470,"stop":1728598163470,"duration":0}},{"uid":"20c2713593ef0c0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/20c2713593ef0c0d","status":"passed","time":{"start":1728597375489,"stop":1728597375489,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"8dff0d8f39f2e499","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8dff0d8f39f2e499","status":"passed","time":{"start":1729034041477,"stop":1729034041477,"duration":0}},{"uid":"c05fe09b66af51c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c05fe09b66af51c3","status":"passed","time":{"start":1728901705388,"stop":1728901705389,"duration":1}},{"uid":"86d6d79016c58554","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/86d6d79016c58554","status":"passed","time":{"start":1728893141771,"stop":1728893141772,"duration":1}},{"uid":"7d4cfbd88f84c542","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d4cfbd88f84c542","status":"passed","time":{"start":1728856087080,"stop":1728856087080,"duration":0}},{"uid":"79d4dd9265581ffa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/79d4dd9265581ffa","status":"passed","time":{"start":1728738321431,"stop":1728738321432,"duration":1}},{"uid":"93a69b1b7fb5658","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/93a69b1b7fb5658","status":"passed","time":{"start":1728682845671,"stop":1728682845672,"duration":1}},{"uid":"20d164a24bd2eecd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/20d164a24bd2eecd","status":"passed","time":{"start":1728682424305,"stop":1728682424305,"duration":0}},{"uid":"b8432aae76683345","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b8432aae76683345","status":"passed","time":{"start":1728676900512,"stop":1728676900512,"duration":0}},{"uid":"91a10cacc838d5b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/91a10cacc838d5b","status":"passed","time":{"start":1728669625796,"stop":1728669625796,"duration":0}},{"uid":"cc8fc9888e4d1d89","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cc8fc9888e4d1d89","status":"passed","time":{"start":1728597957160,"stop":1728597957161,"duration":1}},{"uid":"95cb55272c12b055","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/95cb55272c12b055","status":"passed","time":{"start":1728597182614,"stop":1728597182614,"duration":0}}]},"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b2794ce3271f05c0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b2794ce3271f05c0","status":"passed","time":{"start":1729033834363,"stop":1729033834363,"duration":0}},{"uid":"97cf31db6eae29f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/97cf31db6eae29f","status":"passed","time":{"start":1729031884091,"stop":1729031884092,"duration":1}},{"uid":"25f5a2b701a3875b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25f5a2b701a3875b","status":"passed","time":{"start":1728901430243,"stop":1728901430243,"duration":0}},{"uid":"1782097e66c9b9b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1782097e66c9b9b3","status":"passed","time":{"start":1728892860518,"stop":1728892860518,"duration":0}},{"uid":"a4463f33c325deb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4463f33c325deb0","status":"passed","time":{"start":1728855823308,"stop":1728855823309,"duration":1}},{"uid":"ba47602232b91433","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ba47602232b91433","status":"passed","time":{"start":1728738040571,"stop":1728738040571,"duration":0}},{"uid":"f4f869769f3195ad","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4f869769f3195ad","status":"passed","time":{"start":1728682574069,"stop":1728682574070,"duration":1}},{"uid":"39e53a92909f5873","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/39e53a92909f5873","status":"passed","time":{"start":1728682146797,"stop":1728682146797,"duration":0}},{"uid":"15c41be3f976bbf3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/15c41be3f976bbf3","status":"passed","time":{"start":1728676621406,"stop":1728676621407,"duration":1}},{"uid":"1bc3e59ef2699bcb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1bc3e59ef2699bcb","status":"passed","time":{"start":1728669344454,"stop":1728669344455,"duration":1}},{"uid":"f32ac2c85ad3ccd5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f32ac2c85ad3ccd5","status":"passed","time":{"start":1728597685137,"stop":1728597685137,"duration":0}},{"uid":"cdb20f8cc29349ce","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cdb20f8cc29349ce","status":"passed","time":{"start":1728596904443,"stop":1728596904443,"duration":0}}]},"9d822dead8a72fddcf83479e27236db1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86c0764ac4317a8a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/86c0764ac4317a8a","status":"passed","time":{"start":1728738555098,"stop":1728738555098,"duration":0}}]},"368be719b0481120a9e8c5b4cfa181ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32bc6e2c93d61e40","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32bc6e2c93d61e40","status":"passed","time":{"start":1729034137158,"stop":1729034137158,"duration":0}}]},"c3705f556358a78a3dd8f1183b0ae14f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4baf5c78f612864b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4baf5c78f612864b","status":"passed","time":{"start":1728598137509,"stop":1728598137509,"duration":0}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"95769ae8ddaa4e4a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95769ae8ddaa4e4a","status":"passed","time":{"start":1729033976803,"stop":1729033976803,"duration":0}},{"uid":"c6f60731fba511b1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6f60731fba511b1","status":"passed","time":{"start":1729032020527,"stop":1729032020527,"duration":0}},{"uid":"608bf1beaf82ef0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/608bf1beaf82ef0e","status":"passed","time":{"start":1728901616451,"stop":1728901616451,"duration":0}},{"uid":"756e4e0835254a8b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/756e4e0835254a8b","status":"passed","time":{"start":1728893050248,"stop":1728893050248,"duration":0}},{"uid":"9f1375063716d8ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f1375063716d8ca","status":"passed","time":{"start":1728856015174,"stop":1728856015175,"duration":1}},{"uid":"fba69df547b4c12f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fba69df547b4c12f","status":"passed","time":{"start":1728738233144,"stop":1728738233144,"duration":0}},{"uid":"73e5924cd36d3751","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/73e5924cd36d3751","status":"passed","time":{"start":1728682762475,"stop":1728682762475,"duration":0}},{"uid":"14792a384ce13898","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/14792a384ce13898","status":"passed","time":{"start":1728682332789,"stop":1728682332789,"duration":0}},{"uid":"3aec0f7af9203ae5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3aec0f7af9203ae5","status":"passed","time":{"start":1728676810298,"stop":1728676810298,"duration":0}},{"uid":"a939395b534d5b9c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a939395b534d5b9c","status":"passed","time":{"start":1728669529902,"stop":1728669529903,"duration":1}},{"uid":"123d0e3488f4b399","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/123d0e3488f4b399","status":"passed","time":{"start":1728597873537,"stop":1728597873538,"duration":1}},{"uid":"f7d6ef669ccc110","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f7d6ef669ccc110","status":"passed","time":{"start":1728597089276,"stop":1728597089277,"duration":1}}]},"de6953b1782f2d18394f20211078b3f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90ef4d3cd0734288","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90ef4d3cd0734288","status":"passed","time":{"start":1728597353476,"stop":1728597353476,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"65330bd619f1f9b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/65330bd619f1f9b5","status":"passed","time":{"start":1729034041503,"stop":1729034041507,"duration":4}},{"uid":"ecb806eb381f2a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ecb806eb381f2a9","status":"passed","time":{"start":1728901705418,"stop":1728901705419,"duration":1}},{"uid":"252bf71434458289","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/252bf71434458289","status":"passed","time":{"start":1728893141783,"stop":1728893141783,"duration":0}},{"uid":"6e04f010a079ebe","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6e04f010a079ebe","status":"passed","time":{"start":1728856087088,"stop":1728856087088,"duration":0}},{"uid":"c9189c344af181c2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c9189c344af181c2","status":"passed","time":{"start":1728738321457,"stop":1728738321458,"duration":1}},{"uid":"900d5b1bac38818e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/900d5b1bac38818e","status":"passed","time":{"start":1728682845682,"stop":1728682845682,"duration":0}},{"uid":"b3a87fb8236e4bf5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3a87fb8236e4bf5","status":"passed","time":{"start":1728682424318,"stop":1728682424319,"duration":1}},{"uid":"9f688f4a4c829030","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f688f4a4c829030","status":"passed","time":{"start":1728676900547,"stop":1728676900548,"duration":1}},{"uid":"5c98586c06a513d6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5c98586c06a513d6","status":"passed","time":{"start":1728669625806,"stop":1728669625818,"duration":12}},{"uid":"e44eb8fefe518d74","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e44eb8fefe518d74","status":"passed","time":{"start":1728597957177,"stop":1728597957177,"duration":0}},{"uid":"2a35a14292bf208e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2a35a14292bf208e","status":"passed","time":{"start":1728597182624,"stop":1728597182624,"duration":0}}]},"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e7d4aef81b2ad903","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7d4aef81b2ad903","status":"passed","time":{"start":1729033834362,"stop":1729033834363,"duration":1}},{"uid":"4a87823da972fb8f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4a87823da972fb8f","status":"passed","time":{"start":1729031884091,"stop":1729031884091,"duration":0}},{"uid":"4e1763070dc938b9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4e1763070dc938b9","status":"passed","time":{"start":1728901430243,"stop":1728901430243,"duration":0}},{"uid":"7bab2a402a0b45e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7bab2a402a0b45e4","status":"passed","time":{"start":1728892860517,"stop":1728892860518,"duration":1}},{"uid":"fa7273ebea40f397","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fa7273ebea40f397","status":"passed","time":{"start":1728855823308,"stop":1728855823308,"duration":0}},{"uid":"cc2499c403b5c1be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc2499c403b5c1be","status":"passed","time":{"start":1728738040570,"stop":1728738040570,"duration":0}},{"uid":"9eefa7f775db59a6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9eefa7f775db59a6","status":"passed","time":{"start":1728682574069,"stop":1728682574069,"duration":0}},{"uid":"2df11f9cb89524ef","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2df11f9cb89524ef","status":"passed","time":{"start":1728682146796,"stop":1728682146797,"duration":1}},{"uid":"265cb3a57b5c6352","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/265cb3a57b5c6352","status":"passed","time":{"start":1728676621405,"stop":1728676621405,"duration":0}},{"uid":"8854f566313ba4c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8854f566313ba4c9","status":"passed","time":{"start":1728669344454,"stop":1728669344454,"duration":0}},{"uid":"f4d7ae9c91cac441","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f4d7ae9c91cac441","status":"passed","time":{"start":1728597685136,"stop":1728597685136,"duration":0}},{"uid":"75771b864440cc40","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/75771b864440cc40","status":"passed","time":{"start":1728596904442,"stop":1728596904443,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1bc25111b7e25fa0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1bc25111b7e25fa0","status":"passed","time":{"start":1729034129472,"stop":1729034129473,"duration":1}},{"uid":"f20939d3b6686a75","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f20939d3b6686a75","status":"passed","time":{"start":1729032178366,"stop":1729032178366,"duration":0}},{"uid":"1c0c1f9f8cebb8c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c0c1f9f8cebb8c0","status":"passed","time":{"start":1728901896345,"stop":1728901896345,"duration":0}},{"uid":"6cee78b268e9a8cf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6cee78b268e9a8cf","status":"passed","time":{"start":1728893329023,"stop":1728893329024,"duration":1}},{"uid":"ddcad5636d89c5ea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ddcad5636d89c5ea","status":"passed","time":{"start":1728856284761,"stop":1728856284761,"duration":0}},{"uid":"8815c4cd904cf0fe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8815c4cd904cf0fe","status":"passed","time":{"start":1728738494938,"stop":1728738494938,"duration":0}},{"uid":"34bfa88b5240e979","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/34bfa88b5240e979","status":"passed","time":{"start":1728683033630,"stop":1728683033630,"duration":0}},{"uid":"4dd63870134fa5cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4dd63870134fa5cf","status":"passed","time":{"start":1728682601735,"stop":1728682601735,"duration":0}},{"uid":"ae0df2c774b1dc46","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae0df2c774b1dc46","status":"passed","time":{"start":1728677107960,"stop":1728677107960,"duration":0}},{"uid":"d73d5e663762ce90","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d73d5e663762ce90","status":"passed","time":{"start":1728669764749,"stop":1728669764750,"duration":1}},{"uid":"5859f6d3c36d7af2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5859f6d3c36d7af2","status":"passed","time":{"start":1728598157561,"stop":1728598157561,"duration":0}},{"uid":"e97c36677b6679d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e97c36677b6679d4","status":"passed","time":{"start":1728597369059,"stop":1728597369060,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5a718ff2e1178122","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a718ff2e1178122","status":"passed","time":{"start":1729033834403,"stop":1729033834403,"duration":0}},{"uid":"439a12de446bc76d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/439a12de446bc76d","status":"passed","time":{"start":1729031884178,"stop":1729031884179,"duration":1}},{"uid":"baf69fd7e3f330b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/baf69fd7e3f330b2","status":"passed","time":{"start":1728901430211,"stop":1728901430212,"duration":1}},{"uid":"6024a23c5948d449","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6024a23c5948d449","status":"passed","time":{"start":1728892860433,"stop":1728892860433,"duration":0}},{"uid":"87ad5bf66d3bfbae","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/87ad5bf66d3bfbae","status":"passed","time":{"start":1728855823270,"stop":1728855823270,"duration":0}},{"uid":"15bfd94f2f76972e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15bfd94f2f76972e","status":"passed","time":{"start":1728738040616,"stop":1728738040616,"duration":0}},{"uid":"e1c27be81e8ad35b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e1c27be81e8ad35b","status":"passed","time":{"start":1728682574126,"stop":1728682574127,"duration":1}},{"uid":"a954d2da3cf35f60","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a954d2da3cf35f60","status":"passed","time":{"start":1728682146846,"stop":1728682146846,"duration":0}},{"uid":"53d9c5466026cc68","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/53d9c5466026cc68","status":"passed","time":{"start":1728676621446,"stop":1728676621446,"duration":0}},{"uid":"ccf55a8f0754da2c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ccf55a8f0754da2c","status":"passed","time":{"start":1728669344424,"stop":1728669344425,"duration":1}},{"uid":"2c7038c7e3e7c277","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2c7038c7e3e7c277","status":"passed","time":{"start":1728597685248,"stop":1728597685248,"duration":0}},{"uid":"602c357dd90c1403","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/602c357dd90c1403","status":"passed","time":{"start":1728596904560,"stop":1728596904560,"duration":0}}]},"f0f70ad872495d1818ee600b2c9b7ad5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5c83c40c0e97251","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f5c83c40c0e97251","status":"passed","time":{"start":1728738567472,"stop":1728738567472,"duration":0}}]},"8c46072ce6c316b72bfbee489e396df3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2fd4a9580e56e91c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2fd4a9580e56e91c","status":"passed","time":{"start":1729033850301,"stop":1729033850302,"duration":1}},{"uid":"d75f0d36112cddfd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d75f0d36112cddfd","status":"passed","time":{"start":1729031899902,"stop":1729031899902,"duration":0}},{"uid":"256c87bd7139da82","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/256c87bd7139da82","status":"passed","time":{"start":1728901445871,"stop":1728901445871,"duration":0}},{"uid":"55d6c324365c64ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/55d6c324365c64ca","status":"passed","time":{"start":1728892875907,"stop":1728892875908,"duration":1}},{"uid":"63648f3b5161b3a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63648f3b5161b3a9","status":"passed","time":{"start":1728855839038,"stop":1728855839038,"duration":0}},{"uid":"c50173f7daa96703","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c50173f7daa96703","status":"passed","time":{"start":1728738056185,"stop":1728738056185,"duration":0}},{"uid":"1a451dc251eccb5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a451dc251eccb5","status":"passed","time":{"start":1728682589460,"stop":1728682589460,"duration":0}},{"uid":"a6e836831288a480","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a6e836831288a480","status":"passed","time":{"start":1728682162317,"stop":1728682162317,"duration":0}},{"uid":"b8de98fc068e0e7a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b8de98fc068e0e7a","status":"passed","time":{"start":1728676637004,"stop":1728676637004,"duration":0}},{"uid":"ba90468813ac414c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ba90468813ac414c","status":"passed","time":{"start":1728669360369,"stop":1728669360370,"duration":1}},{"uid":"ea85a4c8851df58e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ea85a4c8851df58e","status":"passed","time":{"start":1728597700889,"stop":1728597700889,"duration":0}},{"uid":"2584088f1ade9f2b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2584088f1ade9f2b","status":"passed","time":{"start":1728596919827,"stop":1728596919828,"duration":1}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5ba3ebeee8e1717f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ba3ebeee8e1717f","status":"passed","time":{"start":1729033842337,"stop":1729033842337,"duration":0}},{"uid":"6f115857efd01be8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6f115857efd01be8","status":"passed","time":{"start":1729031892041,"stop":1729031892041,"duration":0}},{"uid":"35d7f4fa2df2c87d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/35d7f4fa2df2c87d","status":"passed","time":{"start":1728901438021,"stop":1728901438022,"duration":1}},{"uid":"6f062591f1c7882e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6f062591f1c7882e","status":"passed","time":{"start":1728892868228,"stop":1728892868228,"duration":0}},{"uid":"663e7ff5b2e01433","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/663e7ff5b2e01433","status":"passed","time":{"start":1728855831074,"stop":1728855831075,"duration":1}},{"uid":"4746e36d714c9532","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4746e36d714c9532","status":"passed","time":{"start":1728738048432,"stop":1728738048433,"duration":1}},{"uid":"6c80fbda74cb8f99","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6c80fbda74cb8f99","status":"passed","time":{"start":1728682581831,"stop":1728682581832,"duration":1}},{"uid":"ac6befa699270d1c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac6befa699270d1c","status":"passed","time":{"start":1728682154703,"stop":1728682154703,"duration":0}},{"uid":"1b08f39b108caf69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b08f39b108caf69","status":"passed","time":{"start":1728676629292,"stop":1728676629292,"duration":0}},{"uid":"b31f55b84d942908","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b31f55b84d942908","status":"passed","time":{"start":1728669352205,"stop":1728669352206,"duration":1}},{"uid":"5e6ecee59e67d107","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e6ecee59e67d107","status":"passed","time":{"start":1728597693008,"stop":1728597693009,"duration":1}},{"uid":"f9d4af124e7c7c7b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f9d4af124e7c7c7b","status":"passed","time":{"start":1728596912508,"stop":1728596912509,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cab059321a7f63a0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cab059321a7f63a0","status":"passed","time":{"start":1729034147771,"stop":1729034147772,"duration":1}},{"uid":"a3bdeb177c4a6cde","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3bdeb177c4a6cde","status":"passed","time":{"start":1729032204827,"stop":1729032204827,"duration":0}},{"uid":"f439f33bf4f30940","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f439f33bf4f30940","status":"passed","time":{"start":1728901907699,"stop":1728901907699,"duration":0}},{"uid":"b9edffe721ec8154","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b9edffe721ec8154","status":"passed","time":{"start":1728893341888,"stop":1728893341888,"duration":0}},{"uid":"7de5545ba13e18b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7de5545ba13e18b9","status":"passed","time":{"start":1728856299357,"stop":1728856299357,"duration":0}},{"uid":"eeb8982ae18d3c7f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eeb8982ae18d3c7f","status":"passed","time":{"start":1728738511616,"stop":1728738511616,"duration":0}},{"uid":"77c5e2cbbe8bbf39","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/77c5e2cbbe8bbf39","status":"passed","time":{"start":1728683052910,"stop":1728683052911,"duration":1}},{"uid":"acda5a5d0c89307b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acda5a5d0c89307b","status":"passed","time":{"start":1728682612910,"stop":1728682612910,"duration":0}},{"uid":"2de94d1708e7886f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2de94d1708e7886f","status":"passed","time":{"start":1728677115745,"stop":1728677115746,"duration":1}},{"uid":"49f9b82459f87807","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/49f9b82459f87807","status":"passed","time":{"start":1728669778174,"stop":1728669778174,"duration":0}},{"uid":"badbd372be0b68e0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/badbd372be0b68e0","status":"passed","time":{"start":1728598175432,"stop":1728598175432,"duration":0}},{"uid":"cc508e4fb756660d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cc508e4fb756660d","status":"passed","time":{"start":1728597380060,"stop":1728597380060,"duration":0}}]},"6a0cbc8aa652eaf0b953abf87f2c6ab5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4b146e20755991d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4b146e20755991d","status":"passed","time":{"start":1728677156814,"stop":1728677156815,"duration":1}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d0bbb7a3b2f170e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0bbb7a3b2f170e2","status":"passed","time":{"start":1729033925381,"stop":1729033925381,"duration":0}},{"uid":"aed6ebc89de032b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aed6ebc89de032b","status":"passed","time":{"start":1729031975188,"stop":1729031975188,"duration":0}},{"uid":"2c1cd423317ac238","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c1cd423317ac238","status":"passed","time":{"start":1728901537876,"stop":1728901537876,"duration":0}},{"uid":"2bde12fa920675d4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2bde12fa920675d4","status":"passed","time":{"start":1728892972428,"stop":1728892972428,"duration":0}},{"uid":"239912ca9e63563a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/239912ca9e63563a","status":"passed","time":{"start":1728855933069,"stop":1728855933070,"duration":1}},{"uid":"a13d21fd9f460d02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a13d21fd9f460d02","status":"passed","time":{"start":1728738149925,"stop":1728738149926,"duration":1}},{"uid":"5e1a9b959cb0e824","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e1a9b959cb0e824","status":"passed","time":{"start":1728682681969,"stop":1728682681970,"duration":1}},{"uid":"3d478408107210ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d478408107210ea","status":"passed","time":{"start":1728682257766,"stop":1728682257768,"duration":2}},{"uid":"e580a8fa9df9a734","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e580a8fa9df9a734","status":"passed","time":{"start":1728676730786,"stop":1728676730787,"duration":1}},{"uid":"cb449442e52dd2bb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cb449442e52dd2bb","status":"passed","time":{"start":1728669456894,"stop":1728669456895,"duration":1}},{"uid":"bde89e4ec2af9725","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bde89e4ec2af9725","status":"passed","time":{"start":1728597795919,"stop":1728597795919,"duration":0}},{"uid":"c5b966c7709b364d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c5b966c7709b364d","status":"passed","time":{"start":1728597010200,"stop":1728597010201,"duration":1}}]},"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e8593330724bc43e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e8593330724bc43e","status":"passed","time":{"start":1729033834372,"stop":1729033834373,"duration":1}},{"uid":"8b50db3aac96ef8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b50db3aac96ef8c","status":"passed","time":{"start":1729031884102,"stop":1729031884103,"duration":1}},{"uid":"92d5c2821d29ca6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/92d5c2821d29ca6e","status":"passed","time":{"start":1728901430245,"stop":1728901430245,"duration":0}},{"uid":"899d572db5fbedd4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/899d572db5fbedd4","status":"passed","time":{"start":1728892860521,"stop":1728892860521,"duration":0}},{"uid":"f1cacb414be58620","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f1cacb414be58620","status":"passed","time":{"start":1728855823311,"stop":1728855823311,"duration":0}},{"uid":"ee55a9a17a2b5c92","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ee55a9a17a2b5c92","status":"passed","time":{"start":1728738040580,"stop":1728738040580,"duration":0}},{"uid":"4f7e36f4526d18c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4f7e36f4526d18c","status":"passed","time":{"start":1728682574077,"stop":1728682574078,"duration":1}},{"uid":"2a99a45a92df0e96","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2a99a45a92df0e96","status":"passed","time":{"start":1728682146806,"stop":1728682146806,"duration":0}},{"uid":"7a211a77a9cd8e44","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a211a77a9cd8e44","status":"passed","time":{"start":1728676621419,"stop":1728676621419,"duration":0}},{"uid":"1756cbca90d6b13c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1756cbca90d6b13c","status":"passed","time":{"start":1728669344457,"stop":1728669344457,"duration":0}},{"uid":"1f70df3ba5352c13","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1f70df3ba5352c13","status":"passed","time":{"start":1728597685149,"stop":1728597685149,"duration":0}},{"uid":"a5aa6bd5bb0ab0e6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a5aa6bd5bb0ab0e6","status":"passed","time":{"start":1728596904455,"stop":1728596904456,"duration":1}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"db1c0ea812fa6f02","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db1c0ea812fa6f02","status":"passed","time":{"start":1729034188113,"stop":1729034188113,"duration":0}},{"uid":"17cc9b2d5c931eec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/17cc9b2d5c931eec","status":"passed","time":{"start":1729032231860,"stop":1729032231861,"duration":1}},{"uid":"7e6fc6a143a72d7d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e6fc6a143a72d7d","status":"passed","time":{"start":1728901989562,"stop":1728901989563,"duration":1}},{"uid":"1d862df05c74df06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d862df05c74df06","status":"passed","time":{"start":1728893424896,"stop":1728893424896,"duration":0}},{"uid":"d86f47ad74c8694c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d86f47ad74c8694c","status":"passed","time":{"start":1728856376681,"stop":1728856376681,"duration":0}},{"uid":"58d6ff7f197c80e4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58d6ff7f197c80e4","status":"passed","time":{"start":1728738593942,"stop":1728738593943,"duration":1}},{"uid":"866a037b9beb096e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/866a037b9beb096e","status":"passed","time":{"start":1728683135332,"stop":1728683135333,"duration":1}},{"uid":"ba6e8fc1e44ebe3f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ba6e8fc1e44ebe3f","status":"passed","time":{"start":1728682692582,"stop":1728682692582,"duration":0}},{"uid":"bce75a683671bea4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bce75a683671bea4","status":"passed","time":{"start":1728677194226,"stop":1728677194227,"duration":1}},{"uid":"40f37c38465ce1dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/40f37c38465ce1dc","status":"passed","time":{"start":1728669874420,"stop":1728669874421,"duration":1}},{"uid":"344fd2bafd20be69","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/344fd2bafd20be69","status":"passed","time":{"start":1728598257459,"stop":1728598257459,"duration":0}},{"uid":"1e5a9822265a96f9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1e5a9822265a96f9","status":"passed","time":{"start":1728597471281,"stop":1728597471281,"duration":0}}]},"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c9b90d303ba44a9d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c9b90d303ba44a9d","status":"passed","time":{"start":1729033834361,"stop":1729033834361,"duration":0}},{"uid":"16ed0b3a9ebab729","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/16ed0b3a9ebab729","status":"passed","time":{"start":1729031884089,"stop":1729031884090,"duration":1}},{"uid":"6b63316f19507d01","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6b63316f19507d01","status":"passed","time":{"start":1728901430242,"stop":1728901430242,"duration":0}},{"uid":"6c8dd1d7d23568e9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c8dd1d7d23568e9","status":"passed","time":{"start":1728892860517,"stop":1728892860517,"duration":0}},{"uid":"9e44fb12219345db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e44fb12219345db","status":"passed","time":{"start":1728855823307,"stop":1728855823308,"duration":1}},{"uid":"971f065c422655fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/971f065c422655fa","status":"passed","time":{"start":1728738040569,"stop":1728738040570,"duration":1}},{"uid":"4398bf05eda84abd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4398bf05eda84abd","status":"passed","time":{"start":1728682574067,"stop":1728682574067,"duration":0}},{"uid":"595d6118ed97210e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/595d6118ed97210e","status":"passed","time":{"start":1728682146794,"stop":1728682146795,"duration":1}},{"uid":"5384f67c8a062726","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5384f67c8a062726","status":"passed","time":{"start":1728676621404,"stop":1728676621404,"duration":0}},{"uid":"74f681c886fe2bd8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74f681c886fe2bd8","status":"passed","time":{"start":1728669344453,"stop":1728669344454,"duration":1}},{"uid":"19b6ed951ec75e7e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/19b6ed951ec75e7e","status":"passed","time":{"start":1728597685135,"stop":1728597685135,"duration":0}},{"uid":"dadbc231f1f44598","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dadbc231f1f44598","status":"passed","time":{"start":1728596904441,"stop":1728596904442,"duration":1}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"722859d86bf59499","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/722859d86bf59499","status":"passed","time":{"start":1729034169451,"stop":1729034169452,"duration":1}},{"uid":"370a9d664c6d2b39","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/370a9d664c6d2b39","status":"passed","time":{"start":1729032228819,"stop":1729032228820,"duration":1}},{"uid":"6e3d577d5768930e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6e3d577d5768930e","status":"passed","time":{"start":1728901950554,"stop":1728901950555,"duration":1}},{"uid":"27fc0930e81b7e86","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/27fc0930e81b7e86","status":"passed","time":{"start":1728893389990,"stop":1728893389990,"duration":0}},{"uid":"b484dbce4f935f14","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b484dbce4f935f14","status":"passed","time":{"start":1728856333680,"stop":1728856333680,"duration":0}},{"uid":"48c7e4e787ff6271","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/48c7e4e787ff6271","status":"passed","time":{"start":1728738555099,"stop":1728738555100,"duration":1}},{"uid":"803761ac42d9a83e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/803761ac42d9a83e","status":"passed","time":{"start":1728683093176,"stop":1728683093176,"duration":0}},{"uid":"c210116cb0baa166","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c210116cb0baa166","status":"passed","time":{"start":1728682652695,"stop":1728682652695,"duration":0}},{"uid":"52abcb2bd63c0ef6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/52abcb2bd63c0ef6","status":"passed","time":{"start":1728677156817,"stop":1728677156818,"duration":1}},{"uid":"a32a50822b939fb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a32a50822b939fb3","status":"passed","time":{"start":1728669834443,"stop":1728669834443,"duration":0}},{"uid":"1da32bc6023b2930","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1da32bc6023b2930","status":"passed","time":{"start":1728598212618,"stop":1728598212618,"duration":0}},{"uid":"6d272e0a9dac29ef","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6d272e0a9dac29ef","status":"passed","time":{"start":1728597423330,"stop":1728597423330,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ff8df023da2623fe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff8df023da2623fe","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0}},{"uid":"8f80414cfd132835","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8f80414cfd132835","status":"passed","time":{"start":1729031900272,"stop":1729031900272,"duration":0}},{"uid":"28e2de14a0a32aaf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/28e2de14a0a32aaf","status":"passed","time":{"start":1728901446177,"stop":1728901446177,"duration":0}},{"uid":"7149dde97254a7f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7149dde97254a7f8","status":"passed","time":{"start":1728892876477,"stop":1728892876478,"duration":1}},{"uid":"5d46502cb7f5d43e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5d46502cb7f5d43e","status":"passed","time":{"start":1728855839199,"stop":1728855839199,"duration":0}},{"uid":"e0df1ca5c97fbb70","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e0df1ca5c97fbb70","status":"passed","time":{"start":1728738056464,"stop":1728738056465,"duration":1}},{"uid":"68123e1ee92484d8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/68123e1ee92484d8","status":"passed","time":{"start":1728682590044,"stop":1728682590045,"duration":1}},{"uid":"675b43f6c32b2d51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/675b43f6c32b2d51","status":"passed","time":{"start":1728682162838,"stop":1728682162839,"duration":1}},{"uid":"28c22c41b128eb1c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/28c22c41b128eb1c","status":"passed","time":{"start":1728676637412,"stop":1728676637412,"duration":0}},{"uid":"73fdd9349ac754bd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/73fdd9349ac754bd","status":"passed","time":{"start":1728669360494,"stop":1728669360494,"duration":0}},{"uid":"10e90bef40eb61b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/10e90bef40eb61b2","status":"passed","time":{"start":1728597701236,"stop":1728597701236,"duration":0}},{"uid":"b012d83c89b44493","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b012d83c89b44493","status":"passed","time":{"start":1728596920371,"stop":1728596920371,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ab0aead6031987d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab0aead6031987d6","status":"passed","time":{"start":1729034137133,"stop":1729034137133,"duration":0}},{"uid":"5b71412a36f03904","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b71412a36f03904","status":"passed","time":{"start":1729032206873,"stop":1729032206874,"duration":1}},{"uid":"3a9e80184af04419","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3a9e80184af04419","status":"passed","time":{"start":1728901995020,"stop":1728901995020,"duration":0}},{"uid":"c53a3c61dc11c900","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c53a3c61dc11c900","status":"passed","time":{"start":1728893420993,"stop":1728893420994,"duration":1}},{"uid":"c23e2d513c77799e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c23e2d513c77799e","status":"passed","time":{"start":1728856368594,"stop":1728856368595,"duration":1}},{"uid":"7c39ff650b557b52","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7c39ff650b557b52","status":"passed","time":{"start":1728738604679,"stop":1728738604679,"duration":0}},{"uid":"44a0f056c0ba4c26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/44a0f056c0ba4c26","status":"passed","time":{"start":1728683117620,"stop":1728683117620,"duration":0}},{"uid":"152a1f50852f09bf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/152a1f50852f09bf","status":"passed","time":{"start":1728682721317,"stop":1728682721317,"duration":0}},{"uid":"111471014de019c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/111471014de019c7","status":"passed","time":{"start":1728677184682,"stop":1728677184682,"duration":0}},{"uid":"3fcc65c32f7cc7fc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3fcc65c32f7cc7fc","status":"passed","time":{"start":1728669866448,"stop":1728669866448,"duration":0}},{"uid":"baaff2581065c2b9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/baaff2581065c2b9","status":"passed","time":{"start":1728598249974,"stop":1728598249974,"duration":0}},{"uid":"be75e9256aaa115b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/be75e9256aaa115b","status":"passed","time":{"start":1728597472290,"stop":1728597472290,"duration":0}}]},"841733f072b21e9eddbfeb68eed12f49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2d2836cec03ec24","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c2d2836cec03ec24","status":"passed","time":{"start":1728683030017,"stop":1728683030017,"duration":0}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6b8e3c9586c677fc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6b8e3c9586c677fc","status":"passed","time":{"start":1729033857766,"stop":1729033857767,"duration":1}},{"uid":"45c49854a8819b9e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45c49854a8819b9e","status":"passed","time":{"start":1729031907986,"stop":1729031907987,"duration":1}},{"uid":"c657805986df575c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c657805986df575c","status":"passed","time":{"start":1728901453413,"stop":1728901453413,"duration":0}},{"uid":"285d07f2ae606be2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/285d07f2ae606be2","status":"passed","time":{"start":1728892883979,"stop":1728892883980,"duration":1}},{"uid":"7db42de94416e3f9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7db42de94416e3f9","status":"passed","time":{"start":1728855846186,"stop":1728855846186,"duration":0}},{"uid":"f98fe34ed4ff628c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f98fe34ed4ff628c","status":"passed","time":{"start":1728738063648,"stop":1728738063649,"duration":1}},{"uid":"c4f87133c72d99ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c4f87133c72d99ca","status":"passed","time":{"start":1728682597531,"stop":1728682597532,"duration":1}},{"uid":"7a228908e38cbffb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7a228908e38cbffb","status":"passed","time":{"start":1728682170203,"stop":1728682170203,"duration":0}},{"uid":"272fc31c74a3baf7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/272fc31c74a3baf7","status":"passed","time":{"start":1728676644981,"stop":1728676644982,"duration":1}},{"uid":"83298aba76f9108a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83298aba76f9108a","status":"passed","time":{"start":1728669367854,"stop":1728669367855,"duration":1}},{"uid":"2476e46d196289a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2476e46d196289a6","status":"passed","time":{"start":1728597708661,"stop":1728597708661,"duration":0}},{"uid":"28c32259a078aec6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/28c32259a078aec6","status":"passed","time":{"start":1728596927479,"stop":1728596927479,"duration":0}}]},"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6f3fac1496e763c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6f3fac1496e763c8","status":"passed","time":{"start":1729034177538,"stop":1729034177538,"duration":0}},{"uid":"714fb2977a2f200e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/714fb2977a2f200e","status":"passed","time":{"start":1729032235318,"stop":1729032235318,"duration":0}},{"uid":"d106bf7166628b56","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d106bf7166628b56","status":"passed","time":{"start":1728901958867,"stop":1728901958867,"duration":0}},{"uid":"6ff297735f673d4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6ff297735f673d4f","status":"passed","time":{"start":1728893395085,"stop":1728893395085,"duration":0}},{"uid":"c5806efa48835697","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c5806efa48835697","status":"passed","time":{"start":1728856355699,"stop":1728856355700,"duration":1}},{"uid":"7b86e03c0fcb6041","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7b86e03c0fcb6041","status":"passed","time":{"start":1728738567474,"stop":1728738567474,"duration":0}},{"uid":"c520efd278a551","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c520efd278a551","status":"passed","time":{"start":1728683110373,"stop":1728683110374,"duration":1}},{"uid":"cab558118f07ae28","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cab558118f07ae28","status":"passed","time":{"start":1728682666071,"stop":1728682666071,"duration":0}},{"uid":"887bee210113e855","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/887bee210113e855","status":"passed","time":{"start":1728677163585,"stop":1728677163585,"duration":0}},{"uid":"8bed3ede197f3b41","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bed3ede197f3b41","status":"passed","time":{"start":1728669841257,"stop":1728669841257,"duration":0}},{"uid":"425af215134ba2e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/425af215134ba2e","status":"passed","time":{"start":1728598221902,"stop":1728598221903,"duration":1}},{"uid":"7911d11bd78a403a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7911d11bd78a403a","status":"passed","time":{"start":1728597434084,"stop":1728597434085,"duration":1}}]},"dd81a2308b07c8ec111ab1083e102cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f645eb8c3d7f2c00","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f645eb8c3d7f2c00","status":"passed","time":{"start":1728677156809,"stop":1728677156810,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8a5bbf60e4d7b233","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a5bbf60e4d7b233","status":"passed","time":{"start":1729034144760,"stop":1729034144761,"duration":1}},{"uid":"88431419ba06ef32","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/88431419ba06ef32","status":"passed","time":{"start":1729032198810,"stop":1729032198811,"duration":1}},{"uid":"ac01c3cc81197824","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac01c3cc81197824","status":"passed","time":{"start":1728901901751,"stop":1728901901752,"duration":1}},{"uid":"6655b9873969a7c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6655b9873969a7c8","status":"passed","time":{"start":1728893337237,"stop":1728893337237,"duration":0}},{"uid":"53a8670b682fb6a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/53a8670b682fb6a5","status":"passed","time":{"start":1728856299184,"stop":1728856299184,"duration":0}},{"uid":"76db8dca4556d39e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76db8dca4556d39e","status":"passed","time":{"start":1728738505370,"stop":1728738505370,"duration":0}},{"uid":"b90caeab22b476ec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b90caeab22b476ec","status":"passed","time":{"start":1728683045439,"stop":1728683045439,"duration":0}},{"uid":"63e5551b47e98932","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/63e5551b47e98932","status":"passed","time":{"start":1728682607282,"stop":1728682607282,"duration":0}},{"uid":"fed5230397c7c041","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fed5230397c7c041","status":"passed","time":{"start":1728677103486,"stop":1728677103488,"duration":2}},{"uid":"13df8087f6bbed8b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/13df8087f6bbed8b","status":"passed","time":{"start":1728669777112,"stop":1728669777112,"duration":0}},{"uid":"1afea8c1b269710e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1afea8c1b269710e","status":"passed","time":{"start":1728598163461,"stop":1728598163461,"duration":0}},{"uid":"f0a304797163c71a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0a304797163c71a","status":"passed","time":{"start":1728597375457,"stop":1728597375458,"duration":1}}]},"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":11,"unknown":0,"total":12},"items":[{"uid":"59bb9f5131c302e4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/59bb9f5131c302e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977227,"stop":1729033977227,"duration":0}},{"uid":"e7ba88b496091be8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e7ba88b496091be8","status":"passed","time":{"start":1729032053271,"stop":1729032053272,"duration":1}},{"uid":"c599c8cbe356e4ce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c599c8cbe356e4ce","status":"passed","time":{"start":1728901711769,"stop":1728901711769,"duration":0}},{"uid":"86169d2a02abb543","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/86169d2a02abb543","status":"passed","time":{"start":1728893141902,"stop":1728893141903,"duration":1}},{"uid":"e8fc753f6a20e10b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e8fc753f6a20e10b","status":"passed","time":{"start":1728856103201,"stop":1728856103202,"duration":1}},{"uid":"ffc4b39970c18244","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ffc4b39970c18244","status":"passed","time":{"start":1728738321621,"stop":1728738321621,"duration":0}},{"uid":"96c69313deb2081b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96c69313deb2081b","status":"passed","time":{"start":1728682857569,"stop":1728682857569,"duration":0}},{"uid":"904db067fdd1498","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/904db067fdd1498","status":"passed","time":{"start":1728682428805,"stop":1728682428805,"duration":0}},{"uid":"eb007a4f51fdd5c4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eb007a4f51fdd5c4","status":"passed","time":{"start":1728676901171,"stop":1728676901172,"duration":1}},{"uid":"dd0fbdf405925b96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd0fbdf405925b96","status":"passed","time":{"start":1728669573865,"stop":1728669573866,"duration":1}},{"uid":"f7a56ab90840e1a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f7a56ab90840e1a0","status":"passed","time":{"start":1728597972339,"stop":1728597972340,"duration":1}},{"uid":"72d909c683be5338","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/72d909c683be5338","status":"passed","time":{"start":1728597175621,"stop":1728597175621,"duration":0}}]},"d4094e759556c123d67214a6b41998df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d8ffd486204656cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8ffd486204656cc","status":"passed","time":{"start":1728669795390,"stop":1728669795391,"duration":1}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"56519e36412b4de0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/56519e36412b4de0","status":"passed","time":{"start":1729034169452,"stop":1729034169452,"duration":0}},{"uid":"ec708e5b36e1cfe0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ec708e5b36e1cfe0","status":"passed","time":{"start":1729032228821,"stop":1729032228821,"duration":0}},{"uid":"6860187baccb2384","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6860187baccb2384","status":"passed","time":{"start":1728901950555,"stop":1728901950558,"duration":3}},{"uid":"451db328055f7aea","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/451db328055f7aea","status":"passed","time":{"start":1728893389990,"stop":1728893389990,"duration":0}},{"uid":"fa33c6eb1aad0eb4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fa33c6eb1aad0eb4","status":"passed","time":{"start":1728856333680,"stop":1728856333683,"duration":3}},{"uid":"781787126cb9c700","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/781787126cb9c700","status":"passed","time":{"start":1728738555100,"stop":1728738555101,"duration":1}},{"uid":"32fea3b7fc751ba","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32fea3b7fc751ba","status":"passed","time":{"start":1728683093176,"stop":1728683093177,"duration":1}},{"uid":"2534796228b66cb3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2534796228b66cb3","status":"passed","time":{"start":1728682652696,"stop":1728682652697,"duration":1}},{"uid":"5a20c3dfccccf56","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5a20c3dfccccf56","status":"passed","time":{"start":1728677156818,"stop":1728677156819,"duration":1}},{"uid":"2f545c6a06906cf3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f545c6a06906cf3","status":"passed","time":{"start":1728669834444,"stop":1728669834444,"duration":0}},{"uid":"9e878924133ed290","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e878924133ed290","status":"passed","time":{"start":1728598212618,"stop":1728598212619,"duration":1}},{"uid":"6adb7a92d309ca72","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6adb7a92d309ca72","status":"passed","time":{"start":1728597423330,"stop":1728597423331,"duration":1}}]},"7c3ae89f9a75a6c35e768d4380a412c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b9e3a7313e5d464","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7b9e3a7313e5d464","status":"passed","time":{"start":1728856263111,"stop":1728856263112,"duration":1}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"27d70574f1f22d72","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27d70574f1f22d72","status":"passed","time":{"start":1729034041501,"stop":1729034041501,"duration":0}},{"uid":"32c19e6f68620f7f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/32c19e6f68620f7f","status":"passed","time":{"start":1728901705417,"stop":1728901705417,"duration":0}},{"uid":"dc4f4e21857754d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dc4f4e21857754d8","status":"passed","time":{"start":1728893141782,"stop":1728893141783,"duration":1}},{"uid":"1c4af58426a3df8c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1c4af58426a3df8c","status":"passed","time":{"start":1728856087088,"stop":1728856087088,"duration":0}},{"uid":"5e4dedd4db9bfdfd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5e4dedd4db9bfdfd","status":"passed","time":{"start":1728738321456,"stop":1728738321457,"duration":1}},{"uid":"c6b9a4fe4e00645d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c6b9a4fe4e00645d","status":"passed","time":{"start":1728682845681,"stop":1728682845682,"duration":1}},{"uid":"7e881307b50bac96","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7e881307b50bac96","status":"passed","time":{"start":1728682424318,"stop":1728682424318,"duration":0}},{"uid":"faded968cb86c493","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/faded968cb86c493","status":"passed","time":{"start":1728676900547,"stop":1728676900547,"duration":0}},{"uid":"c9dc9e89def1aaf2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9dc9e89def1aaf2","status":"passed","time":{"start":1728669625806,"stop":1728669625806,"duration":0}},{"uid":"1e8bd124ed5141f6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e8bd124ed5141f6","status":"passed","time":{"start":1728597957177,"stop":1728597957177,"duration":0}},{"uid":"89c13e41e0d396a1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/89c13e41e0d396a1","status":"passed","time":{"start":1728597182624,"stop":1728597182624,"duration":0}}]},"efd15e7e5957759af2dd46035a601ec0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"353593a53f5867ca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/353593a53f5867ca","status":"passed","time":{"start":1728669834426,"stop":1728669834427,"duration":1}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c76586e255d169df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c76586e255d169df","status":"passed","time":{"start":1729033842331,"stop":1729033842337,"duration":6}},{"uid":"a9774638ffe6bfd1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a9774638ffe6bfd1","status":"passed","time":{"start":1729031892038,"stop":1729031892041,"duration":3}},{"uid":"570c00f123ec00b1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/570c00f123ec00b1","status":"passed","time":{"start":1728901438018,"stop":1728901438020,"duration":2}},{"uid":"b30286185c29be13","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b30286185c29be13","status":"passed","time":{"start":1728892868225,"stop":1728892868227,"duration":2}},{"uid":"e9c2cc3f308bcbdd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e9c2cc3f308bcbdd","status":"passed","time":{"start":1728855831072,"stop":1728855831073,"duration":1}},{"uid":"6e56a97deabef27f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e56a97deabef27f","status":"passed","time":{"start":1728738048431,"stop":1728738048432,"duration":1}},{"uid":"5c9dec3be87d22b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5c9dec3be87d22b4","status":"passed","time":{"start":1728682581828,"stop":1728682581831,"duration":3}},{"uid":"7573edb00ebf71e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7573edb00ebf71e","status":"passed","time":{"start":1728682154701,"stop":1728682154702,"duration":1}},{"uid":"520ff8f30ba1ad60","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/520ff8f30ba1ad60","status":"passed","time":{"start":1728676629287,"stop":1728676629291,"duration":4}},{"uid":"b6d3cc2a6db71070","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b6d3cc2a6db71070","status":"passed","time":{"start":1728669352203,"stop":1728669352205,"duration":2}},{"uid":"d28cf20c0e04496","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d28cf20c0e04496","status":"passed","time":{"start":1728597693006,"stop":1728597693008,"duration":2}},{"uid":"648a89d8d2e21872","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/648a89d8d2e21872","status":"passed","time":{"start":1728596912507,"stop":1728596912508,"duration":1}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4b94e67e200a3893","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b94e67e200a3893","status":"passed","time":{"start":1729033868325,"stop":1729033868326,"duration":1}},{"uid":"294da6688bc24e7a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/294da6688bc24e7a","status":"passed","time":{"start":1729031918115,"stop":1729031918116,"duration":1}},{"uid":"40155e060f5d67da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40155e060f5d67da","status":"passed","time":{"start":1728901463795,"stop":1728901463796,"duration":1}},{"uid":"5e2b61172416454b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5e2b61172416454b","status":"passed","time":{"start":1728892894309,"stop":1728892894309,"duration":0}},{"uid":"f7f25bf8e15d6c10","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f7f25bf8e15d6c10","status":"passed","time":{"start":1728855856837,"stop":1728855856837,"duration":0}},{"uid":"2e3529445ceb8198","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2e3529445ceb8198","status":"passed","time":{"start":1728738074177,"stop":1728738074178,"duration":1}},{"uid":"f27caaa0b11970a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f27caaa0b11970a","status":"passed","time":{"start":1728682607650,"stop":1728682607650,"duration":0}},{"uid":"d53799898b4467d9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d53799898b4467d9","status":"passed","time":{"start":1728682180604,"stop":1728682180605,"duration":1}},{"uid":"1954cade01f16c39","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1954cade01f16c39","status":"passed","time":{"start":1728676655188,"stop":1728676655188,"duration":0}},{"uid":"b19ef471b9a49b25","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b19ef471b9a49b25","status":"passed","time":{"start":1728669378163,"stop":1728669378164,"duration":1}},{"uid":"edac303af3cb0fad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/edac303af3cb0fad","status":"passed","time":{"start":1728597718741,"stop":1728597718741,"duration":0}},{"uid":"b655fcdd959e434d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b655fcdd959e434d","status":"passed","time":{"start":1728596937944,"stop":1728596937945,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e0afe1a208547434","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e0afe1a208547434","status":"passed","time":{"start":1729034147780,"stop":1729034147780,"duration":0}},{"uid":"7bd1ec1d4cbacaf9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7bd1ec1d4cbacaf9","status":"passed","time":{"start":1729032204829,"stop":1729032204829,"duration":0}},{"uid":"935134d9a1d40bd6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/935134d9a1d40bd6","status":"passed","time":{"start":1728901907702,"stop":1728901907713,"duration":11}},{"uid":"61f97467655621c2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61f97467655621c2","status":"passed","time":{"start":1728893341889,"stop":1728893341889,"duration":0}},{"uid":"2843f0beceb06892","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2843f0beceb06892","status":"passed","time":{"start":1728856299382,"stop":1728856299382,"duration":0}},{"uid":"aea8524a8e5979a8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aea8524a8e5979a8","status":"passed","time":{"start":1728738511618,"stop":1728738511619,"duration":1}},{"uid":"9e6c9e870e1500c6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9e6c9e870e1500c6","status":"passed","time":{"start":1728683052912,"stop":1728683052912,"duration":0}},{"uid":"c383ceb5c480849f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c383ceb5c480849f","status":"passed","time":{"start":1728682612912,"stop":1728682612912,"duration":0}},{"uid":"7a730b35d6da19b7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a730b35d6da19b7","status":"passed","time":{"start":1728677115747,"stop":1728677115747,"duration":0}},{"uid":"9c7fdc97fe29a2e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c7fdc97fe29a2e2","status":"passed","time":{"start":1728669778175,"stop":1728669778176,"duration":1}},{"uid":"1794fa3b3cfd8f47","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1794fa3b3cfd8f47","status":"passed","time":{"start":1728598175434,"stop":1728598175434,"duration":0}},{"uid":"d2e57acae79a7796","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d2e57acae79a7796","status":"passed","time":{"start":1728597380063,"stop":1728597380064,"duration":1}}]},"ca2cc8ec38f4ebd1ee637181a66835c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e122e2f6d660c84","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3e122e2f6d660c84","status":"passed","time":{"start":1728677081989,"stop":1728677081989,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"632472c57f425b01","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/632472c57f425b01","status":"passed","time":{"start":1729033834022,"stop":1729033834024,"duration":2}},{"uid":"6a5a35d590da3b5a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6a5a35d590da3b5a","status":"passed","time":{"start":1729031883604,"stop":1729031883605,"duration":1}},{"uid":"318df9b75d769de6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/318df9b75d769de6","status":"passed","time":{"start":1728901429891,"stop":1728901429892,"duration":1}},{"uid":"5254da85d010ddec","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5254da85d010ddec","status":"passed","time":{"start":1728892860032,"stop":1728892860034,"duration":2}},{"uid":"991e759fab660aec","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/991e759fab660aec","status":"passed","time":{"start":1728855822964,"stop":1728855822965,"duration":1}},{"uid":"bb7e655a25f0861e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb7e655a25f0861e","status":"passed","time":{"start":1728738040124,"stop":1728738040126,"duration":2}},{"uid":"152dc1dc1102ecd7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/152dc1dc1102ecd7","status":"passed","time":{"start":1728682573416,"stop":1728682573417,"duration":1}},{"uid":"6f51778bf945f898","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6f51778bf945f898","status":"passed","time":{"start":1728682146523,"stop":1728682146525,"duration":2}},{"uid":"d75d5ec8f22e1ef4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d75d5ec8f22e1ef4","status":"passed","time":{"start":1728676621026,"stop":1728676621027,"duration":1}},{"uid":"23bdf10b8013858f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/23bdf10b8013858f","status":"passed","time":{"start":1728669344027,"stop":1728669344028,"duration":1}},{"uid":"510321094577ffa7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/510321094577ffa7","status":"passed","time":{"start":1728597684701,"stop":1728597684702,"duration":1}},{"uid":"711ebf0b86eabf3c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/711ebf0b86eabf3c","status":"passed","time":{"start":1728596904039,"stop":1728596904041,"duration":2}}]},"7ccbc98584beccfbb9f62e043188f134:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41f02d93e4e64c2c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/41f02d93e4e64c2c","status":"passed","time":{"start":1728738505382,"stop":1728738505383,"duration":1}}]},"a141eda9d99505656140f63b516581c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45642fb225f18a96","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45642fb225f18a96","status":"passed","time":{"start":1729034169441,"stop":1729034169442,"duration":1}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"7a5c759068785bb3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a5c759068785bb3","status":"passed","time":{"start":1729034041476,"stop":1729034041477,"duration":1}},{"uid":"e10431bf4ba36446","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e10431bf4ba36446","status":"passed","time":{"start":1728901705387,"stop":1728901705387,"duration":0}},{"uid":"277971ee38b88724","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/277971ee38b88724","status":"passed","time":{"start":1728893141770,"stop":1728893141771,"duration":1}},{"uid":"61fa339f1d24a8e4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/61fa339f1d24a8e4","status":"passed","time":{"start":1728856087080,"stop":1728856087080,"duration":0}},{"uid":"c321dd1c84dc3db8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c321dd1c84dc3db8","status":"passed","time":{"start":1728738321431,"stop":1728738321431,"duration":0}},{"uid":"34ff46e6d6d46d49","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/34ff46e6d6d46d49","status":"passed","time":{"start":1728682845671,"stop":1728682845671,"duration":0}},{"uid":"d00c29d1762ca16f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d00c29d1762ca16f","status":"passed","time":{"start":1728682424305,"stop":1728682424305,"duration":0}},{"uid":"e8cad558fafddda4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8cad558fafddda4","status":"passed","time":{"start":1728676900512,"stop":1728676900512,"duration":0}},{"uid":"844b60d6e161e57c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/844b60d6e161e57c","status":"passed","time":{"start":1728669625795,"stop":1728669625795,"duration":0}},{"uid":"c472acc7bb3fea08","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c472acc7bb3fea08","status":"passed","time":{"start":1728597957160,"stop":1728597957160,"duration":0}},{"uid":"e2766d508fca6ce8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e2766d508fca6ce8","status":"passed","time":{"start":1728597182612,"stop":1728597182614,"duration":2}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"d286884eb1cc3fa6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d286884eb1cc3fa6","status":"passed","time":{"start":1729034041498,"stop":1729034041498,"duration":0}},{"uid":"f0489a690d020e6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f0489a690d020e6e","status":"passed","time":{"start":1728901705413,"stop":1728901705414,"duration":1}},{"uid":"d6cd4ab3bda76507","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6cd4ab3bda76507","status":"passed","time":{"start":1728893141781,"stop":1728893141781,"duration":0}},{"uid":"ef8756582bfe1386","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ef8756582bfe1386","status":"passed","time":{"start":1728856087087,"stop":1728856087087,"duration":0}},{"uid":"bc8f766a00ae65ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bc8f766a00ae65ec","status":"passed","time":{"start":1728738321446,"stop":1728738321454,"duration":8}},{"uid":"308dfd5a336f90f3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/308dfd5a336f90f3","status":"passed","time":{"start":1728682845680,"stop":1728682845680,"duration":0}},{"uid":"908de8dc6b87aa30","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/908de8dc6b87aa30","status":"passed","time":{"start":1728682424315,"stop":1728682424315,"duration":0}},{"uid":"4a6aa3f847769a5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4a6aa3f847769a5","status":"passed","time":{"start":1728676900544,"stop":1728676900544,"duration":0}},{"uid":"783f42c605e9a6a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/783f42c605e9a6a","status":"passed","time":{"start":1728669625804,"stop":1728669625805,"duration":1}},{"uid":"853805f145f1a328","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/853805f145f1a328","status":"passed","time":{"start":1728597957175,"stop":1728597957176,"duration":1}},{"uid":"b2aa1cba33da6e5f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2aa1cba33da6e5f","status":"passed","time":{"start":1728597182622,"stop":1728597182623,"duration":1}}]},"d5c42a61d4159091cc94520f6520dc00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c823bd7732e7513b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c823bd7732e7513b","status":"passed","time":{"start":1728669841252,"stop":1728669841253,"duration":1}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1aab05fe9d22c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1aab05fe9d22c5","status":"passed","time":{"start":1729034137149,"stop":1729034137149,"duration":0}},{"uid":"70298b043bd15f1c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/70298b043bd15f1c","status":"passed","time":{"start":1729032206882,"stop":1729032206883,"duration":1}},{"uid":"12bec19458a3d5a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12bec19458a3d5a8","status":"passed","time":{"start":1728901995027,"stop":1728901995027,"duration":0}},{"uid":"e59092aec32b2dd3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e59092aec32b2dd3","status":"passed","time":{"start":1728893421004,"stop":1728893421004,"duration":0}},{"uid":"2bde1a04c2dd8d3b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2bde1a04c2dd8d3b","status":"passed","time":{"start":1728856368603,"stop":1728856368604,"duration":1}},{"uid":"78c711d90615ca8f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78c711d90615ca8f","status":"passed","time":{"start":1728738604689,"stop":1728738604689,"duration":0}},{"uid":"101d99271b503cee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/101d99271b503cee","status":"passed","time":{"start":1728683117645,"stop":1728683117651,"duration":6}},{"uid":"acc41718041474cc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acc41718041474cc","status":"passed","time":{"start":1728682721324,"stop":1728682721324,"duration":0}},{"uid":"bb252305a9d3f8c2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bb252305a9d3f8c2","status":"passed","time":{"start":1728677184690,"stop":1728677184690,"duration":0}},{"uid":"310bf60930fc939d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/310bf60930fc939d","status":"passed","time":{"start":1728669866470,"stop":1728669866471,"duration":1}},{"uid":"3a06fcad983692a7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3a06fcad983692a7","status":"passed","time":{"start":1728598250007,"stop":1728598250007,"duration":0}},{"uid":"8baec1c0b061e0ff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8baec1c0b061e0ff","status":"passed","time":{"start":1728597472306,"stop":1728597472307,"duration":1}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8eb7b22f91a8aaac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8eb7b22f91a8aaac","status":"passed","time":{"start":1729034034977,"stop":1729034034978,"duration":1}},{"uid":"690d76dfd75092db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/690d76dfd75092db","status":"passed","time":{"start":1729032066281,"stop":1729032066287,"duration":6}},{"uid":"fef23ad139f4c986","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fef23ad139f4c986","status":"passed","time":{"start":1728901706618,"stop":1728901706618,"duration":0}},{"uid":"258ab302d5d30a80","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/258ab302d5d30a80","status":"passed","time":{"start":1728893153421,"stop":1728893153421,"duration":0}},{"uid":"9e65bc4cbf2a82a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e65bc4cbf2a82a5","status":"passed","time":{"start":1728856108125,"stop":1728856108126,"duration":1}},{"uid":"3fd08eb56fb87851","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3fd08eb56fb87851","status":"passed","time":{"start":1728738316668,"stop":1728738316668,"duration":0}},{"uid":"816e09f76eae66e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/816e09f76eae66e6","status":"passed","time":{"start":1728682865314,"stop":1728682865315,"duration":1}},{"uid":"bc343f384339685c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc343f384339685c","status":"passed","time":{"start":1728682446994,"stop":1728682446995,"duration":1}},{"uid":"e5d0f98f151bbea0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5d0f98f151bbea0","status":"passed","time":{"start":1728676924478,"stop":1728676924478,"duration":0}},{"uid":"dc20d932f6d5239","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc20d932f6d5239","status":"passed","time":{"start":1728669626256,"stop":1728669626257,"duration":1}},{"uid":"c582aa3ce35c2f24","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c582aa3ce35c2f24","status":"passed","time":{"start":1728597973671,"stop":1728597973672,"duration":1}},{"uid":"9d23e3630492a6fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9d23e3630492a6fd","status":"passed","time":{"start":1728597188033,"stop":1728597188034,"duration":1}}]},"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"60c64221952c1608","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/60c64221952c1608","status":"passed","time":{"start":1729033834380,"stop":1729033834381,"duration":1}},{"uid":"e05f4740d13a4fec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e05f4740d13a4fec","status":"passed","time":{"start":1729031884113,"stop":1729031884113,"duration":0}},{"uid":"d80dd80aa9c4c4c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d80dd80aa9c4c4c","status":"passed","time":{"start":1728901430252,"stop":1728901430252,"duration":0}},{"uid":"7bb43da171b4fff3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7bb43da171b4fff3","status":"passed","time":{"start":1728892860528,"stop":1728892860529,"duration":1}},{"uid":"908fbba93c7ca817","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/908fbba93c7ca817","status":"passed","time":{"start":1728855823319,"stop":1728855823319,"duration":0}},{"uid":"cf5adca3df168c2f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cf5adca3df168c2f","status":"passed","time":{"start":1728738040597,"stop":1728738040598,"duration":1}},{"uid":"d141d41678083632","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d141d41678083632","status":"passed","time":{"start":1728682574088,"stop":1728682574088,"duration":0}},{"uid":"9affea21b59c8838","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9affea21b59c8838","status":"passed","time":{"start":1728682146812,"stop":1728682146812,"duration":0}},{"uid":"336c17a688f864de","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/336c17a688f864de","status":"passed","time":{"start":1728676621428,"stop":1728676621428,"duration":0}},{"uid":"7d3b44a708d1c3bc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7d3b44a708d1c3bc","status":"passed","time":{"start":1728669344464,"stop":1728669344464,"duration":0}},{"uid":"dc646cd08fbac111","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc646cd08fbac111","status":"passed","time":{"start":1728597685157,"stop":1728597685158,"duration":1}},{"uid":"71e3720dc7b2dc00","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/71e3720dc7b2dc00","status":"passed","time":{"start":1728596904464,"stop":1728596904464,"duration":0}}]},"cebc03d1dc17894394eae679b80a05d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94b33e4881d5b0ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94b33e4881d5b0ea","status":"passed","time":{"start":1728682607292,"stop":1728682607293,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"13c9afdf003b23b8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/13c9afdf003b23b8","status":"passed","time":{"start":1729034066161,"stop":1729034066161,"duration":0}},{"uid":"a7c684d5f248b47e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7c684d5f248b47e","status":"passed","time":{"start":1728901782837,"stop":1728901782838,"duration":1}},{"uid":"c39753acbf199a5b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c39753acbf199a5b","status":"passed","time":{"start":1728893215987,"stop":1728893215988,"duration":1}},{"uid":"2bb6ec0420acc47b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2bb6ec0420acc47b","status":"passed","time":{"start":1728856159201,"stop":1728856159201,"duration":0}},{"uid":"8188b0fc113127df","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8188b0fc113127df","status":"passed","time":{"start":1728738371839,"stop":1728738371839,"duration":0}},{"uid":"b1c786f7c0cca7fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1c786f7c0cca7fb","status":"passed","time":{"start":1728682915887,"stop":1728682915887,"duration":0}},{"uid":"2947af912ab05100","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2947af912ab05100","status":"passed","time":{"start":1728682496457,"stop":1728682496457,"duration":0}},{"uid":"61ad15b3c70df9e1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/61ad15b3c70df9e1","status":"passed","time":{"start":1728676980226,"stop":1728676980226,"duration":0}},{"uid":"3869963a9d3ca016","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3869963a9d3ca016","status":"passed","time":{"start":1728598045387,"stop":1728598045387,"duration":0}},{"uid":"ebd7ffcfc68a0a49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ebd7ffcfc68a0a49","status":"passed","time":{"start":1728597260331,"stop":1728597260332,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"795863f0cf273a74","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/795863f0cf273a74","status":"passed","time":{"start":1729034140324,"stop":1729034140324,"duration":0}},{"uid":"8deee002265e79f0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8deee002265e79f0","status":"passed","time":{"start":1729032192389,"stop":1729032192391,"duration":2}},{"uid":"1f86bef55ecda855","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1f86bef55ecda855","status":"passed","time":{"start":1728901896708,"stop":1728901896708,"duration":0}},{"uid":"59b62bfe9970f992","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/59b62bfe9970f992","status":"passed","time":{"start":1728893334447,"stop":1728893334447,"duration":0}},{"uid":"afb0314fb57b9f85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/afb0314fb57b9f85","status":"passed","time":{"start":1728856285986,"stop":1728856285987,"duration":1}},{"uid":"3890067a8be96276","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3890067a8be96276","status":"passed","time":{"start":1728738508178,"stop":1728738508178,"duration":0}},{"uid":"31739b38fdc062ff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/31739b38fdc062ff","status":"passed","time":{"start":1728683055335,"stop":1728683055335,"duration":0}},{"uid":"e64803c20d4de55a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e64803c20d4de55a","status":"passed","time":{"start":1728682604662,"stop":1728682604662,"duration":0}},{"uid":"5962ca82d7b610be","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5962ca82d7b610be","status":"passed","time":{"start":1728677105011,"stop":1728677105011,"duration":0}},{"uid":"f4abf32e22edf853","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4abf32e22edf853","status":"passed","time":{"start":1728669780767,"stop":1728669780767,"duration":0}},{"uid":"725375b21b87cd3d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/725375b21b87cd3d","status":"passed","time":{"start":1728598159630,"stop":1728598159630,"duration":0}},{"uid":"21197e7878082cc7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/21197e7878082cc7","status":"passed","time":{"start":1728597371093,"stop":1728597371093,"duration":0}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8b1aff59d9060251","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b1aff59d9060251","status":"passed","time":{"start":1729034137148,"stop":1729034137148,"duration":0}},{"uid":"bf0f5858b8bc47d2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bf0f5858b8bc47d2","status":"passed","time":{"start":1729032206882,"stop":1729032206882,"duration":0}},{"uid":"6be65343a413d663","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6be65343a413d663","status":"passed","time":{"start":1728901995027,"stop":1728901995027,"duration":0}},{"uid":"4457667f073d77c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4457667f073d77c8","status":"passed","time":{"start":1728893421004,"stop":1728893421004,"duration":0}},{"uid":"573ffbbd25e09c10","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/573ffbbd25e09c10","status":"passed","time":{"start":1728856368603,"stop":1728856368603,"duration":0}},{"uid":"7c1d08b1eba019e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7c1d08b1eba019e","status":"passed","time":{"start":1728738604688,"stop":1728738604689,"duration":1}},{"uid":"17060332b89fc0ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/17060332b89fc0ab","status":"passed","time":{"start":1728683117644,"stop":1728683117645,"duration":1}},{"uid":"a3cca9ed4d18c9a0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a3cca9ed4d18c9a0","status":"passed","time":{"start":1728682721323,"stop":1728682721323,"duration":0}},{"uid":"4759db9151d92e58","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4759db9151d92e58","status":"passed","time":{"start":1728677184690,"stop":1728677184690,"duration":0}},{"uid":"53879cf508a15ec9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/53879cf508a15ec9","status":"passed","time":{"start":1728669866469,"stop":1728669866469,"duration":0}},{"uid":"39cf4f5ef299ce01","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39cf4f5ef299ce01","status":"passed","time":{"start":1728598250003,"stop":1728598250004,"duration":1}},{"uid":"ccf737d4199f162d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ccf737d4199f162d","status":"passed","time":{"start":1728597472306,"stop":1728597472306,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a6379544a67e2d88","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6379544a67e2d88","status":"passed","time":{"start":1729034066157,"stop":1729034066158,"duration":1}},{"uid":"42c9f7f248bfd82","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/42c9f7f248bfd82","status":"passed","time":{"start":1728901782836,"stop":1728901782837,"duration":1}},{"uid":"af913ee20e3fbb7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/af913ee20e3fbb7c","status":"passed","time":{"start":1728893215985,"stop":1728893215985,"duration":0}},{"uid":"3667e7a1d2306107","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3667e7a1d2306107","status":"passed","time":{"start":1728856159200,"stop":1728856159200,"duration":0}},{"uid":"80913f82cf40ed3d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80913f82cf40ed3d","status":"passed","time":{"start":1728738371838,"stop":1728738371838,"duration":0}},{"uid":"95259e1ad7e337f8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/95259e1ad7e337f8","status":"passed","time":{"start":1728682915885,"stop":1728682915886,"duration":1}},{"uid":"58c706a1f67a8b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/58c706a1f67a8b4","status":"passed","time":{"start":1728682496456,"stop":1728682496456,"duration":0}},{"uid":"a2a3cd15aa669a7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2a3cd15aa669a7","status":"passed","time":{"start":1728676980225,"stop":1728676980225,"duration":0}},{"uid":"5eba98d5f454597d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5eba98d5f454597d","status":"passed","time":{"start":1728598045386,"stop":1728598045386,"duration":0}},{"uid":"8a5449e6212d69cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8a5449e6212d69cd","status":"passed","time":{"start":1728597260330,"stop":1728597260330,"duration":0}}]},"e20eb7121bbb60f8167a1108bc254548:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2bd19fc3e12d389","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b2bd19fc3e12d389","status":"passed","time":{"start":1728669764760,"stop":1728669764760,"duration":0}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ff8311727550462d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff8311727550462d","status":"passed","time":{"start":1729034014881,"stop":1729034014882,"duration":1}},{"uid":"c77312961d2c6530","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c77312961d2c6530","status":"passed","time":{"start":1729032065460,"stop":1729032065461,"duration":1}},{"uid":"ccc9fa702434d087","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ccc9fa702434d087","status":"passed","time":{"start":1728901664284,"stop":1728901664285,"duration":1}},{"uid":"ea0b6ee9362e04e2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ea0b6ee9362e04e2","status":"passed","time":{"start":1728893093695,"stop":1728893093695,"duration":0}},{"uid":"bde41eb83738393e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bde41eb83738393e","status":"passed","time":{"start":1728856055276,"stop":1728856055277,"duration":1}},{"uid":"1281944cb23234e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1281944cb23234e6","status":"passed","time":{"start":1728738274748,"stop":1728738274748,"duration":0}},{"uid":"accb9c302ac1694f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/accb9c302ac1694f","status":"passed","time":{"start":1728682807963,"stop":1728682807963,"duration":0}},{"uid":"c7a6d93371f783c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7a6d93371f783c0","status":"passed","time":{"start":1728682381291,"stop":1728682381300,"duration":9}},{"uid":"bb4f0f90dae5fede","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bb4f0f90dae5fede","status":"passed","time":{"start":1728676853904,"stop":1728676853904,"duration":0}},{"uid":"17d1fd25c39ed121","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/17d1fd25c39ed121","status":"passed","time":{"start":1728669581701,"stop":1728669581702,"duration":1}},{"uid":"7c354a3fcc1491bc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c354a3fcc1491bc","status":"passed","time":{"start":1728597923495,"stop":1728597923495,"duration":0}},{"uid":"954757426092f967","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/954757426092f967","status":"passed","time":{"start":1728597132267,"stop":1728597132267,"duration":0}}]},"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1100bd4eb7b5f537","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1100bd4eb7b5f537","status":"passed","time":{"start":1729033834391,"stop":1729033834391,"duration":0}},{"uid":"2c2309fd66c72f4d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c2309fd66c72f4d","status":"passed","time":{"start":1729031884124,"stop":1729031884124,"duration":0}},{"uid":"33c2d696fe859a43","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/33c2d696fe859a43","status":"passed","time":{"start":1728901430258,"stop":1728901430258,"duration":0}},{"uid":"c29370aa07f6d7fd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c29370aa07f6d7fd","status":"passed","time":{"start":1728892860537,"stop":1728892860537,"duration":0}},{"uid":"8754953e576bdff0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8754953e576bdff0","status":"passed","time":{"start":1728855823326,"stop":1728855823326,"duration":0}},{"uid":"2b9965c050122e6d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2b9965c050122e6d","status":"passed","time":{"start":1728738040607,"stop":1728738040607,"duration":0}},{"uid":"82de6b904c01170","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82de6b904c01170","status":"passed","time":{"start":1728682574097,"stop":1728682574097,"duration":0}},{"uid":"e72ba0ee056605e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e72ba0ee056605e6","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"7f684a4cde88d328","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7f684a4cde88d328","status":"passed","time":{"start":1728676621436,"stop":1728676621436,"duration":0}},{"uid":"431231833f8b1cfd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/431231833f8b1cfd","status":"passed","time":{"start":1728669344472,"stop":1728669344472,"duration":0}},{"uid":"ede233bf966510ee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ede233bf966510ee","status":"passed","time":{"start":1728597685166,"stop":1728597685166,"duration":0}},{"uid":"a8a03a4bf26028f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a8a03a4bf26028f8","status":"passed","time":{"start":1728596904474,"stop":1728596904474,"duration":0}}]},"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b651fdb03f329e0c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b651fdb03f329e0c","status":"passed","time":{"start":1729034191991,"stop":1729034191994,"duration":3}},{"uid":"c49ecf86534a3700","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c49ecf86534a3700","status":"passed","time":{"start":1729032246143,"stop":1729032246143,"duration":0}},{"uid":"87300cf2500b4303","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/87300cf2500b4303","status":"passed","time":{"start":1728902009942,"stop":1728902009942,"duration":0}},{"uid":"e35a1a76e0c8b190","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e35a1a76e0c8b190","status":"passed","time":{"start":1728893442067,"stop":1728893442067,"duration":0}},{"uid":"f0fb135984de5226","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f0fb135984de5226","status":"passed","time":{"start":1728856390379,"stop":1728856390379,"duration":0}},{"uid":"295f0b4a62be1065","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/295f0b4a62be1065","status":"passed","time":{"start":1728738615984,"stop":1728738615984,"duration":0}},{"uid":"6f6a90805c693602","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6f6a90805c693602","status":"passed","time":{"start":1728683138589,"stop":1728683138590,"duration":1}},{"uid":"ffe52324bbdefa93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ffe52324bbdefa93","status":"passed","time":{"start":1728682713979,"stop":1728682713979,"duration":0}},{"uid":"b85e928c99d5d816","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b85e928c99d5d816","status":"passed","time":{"start":1728677205664,"stop":1728677205665,"duration":1}},{"uid":"1f50fac6eee1943","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1f50fac6eee1943","status":"passed","time":{"start":1728669886305,"stop":1728669886306,"duration":1}},{"uid":"9bfe0e8c2b43f1eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9bfe0e8c2b43f1eb","status":"passed","time":{"start":1728598272273,"stop":1728598272274,"duration":1}},{"uid":"b2d6a1fd6a9cdf01","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2d6a1fd6a9cdf01","status":"passed","time":{"start":1728597492995,"stop":1728597492995,"duration":0}}]},"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"df2cffba8141d8d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df2cffba8141d8d0","status":"passed","time":{"start":1729033834392,"stop":1729033834393,"duration":1}},{"uid":"b8bb2af9ae169b59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b8bb2af9ae169b59","status":"passed","time":{"start":1729031884126,"stop":1729031884126,"duration":0}},{"uid":"6048c65b4d4047bb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6048c65b4d4047bb","status":"passed","time":{"start":1728901430259,"stop":1728901430259,"duration":0}},{"uid":"39576a316b8d5b6c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/39576a316b8d5b6c","status":"passed","time":{"start":1728892860538,"stop":1728892860538,"duration":0}},{"uid":"7c61b8423cf3fab7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7c61b8423cf3fab7","status":"passed","time":{"start":1728855823327,"stop":1728855823328,"duration":1}},{"uid":"b3105125f175c593","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3105125f175c593","status":"passed","time":{"start":1728738040608,"stop":1728738040609,"duration":1}},{"uid":"1d39fdd358a4c8e1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1d39fdd358a4c8e1","status":"passed","time":{"start":1728682574099,"stop":1728682574100,"duration":1}},{"uid":"c1c6e859a8408192","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1c6e859a8408192","status":"passed","time":{"start":1728682146823,"stop":1728682146824,"duration":1}},{"uid":"a04cbe098d4fa5ec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a04cbe098d4fa5ec","status":"passed","time":{"start":1728676621438,"stop":1728676621438,"duration":0}},{"uid":"377039d8a85dbf98","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/377039d8a85dbf98","status":"passed","time":{"start":1728669344473,"stop":1728669344473,"duration":0}},{"uid":"69ea599ea1f38b16","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/69ea599ea1f38b16","status":"passed","time":{"start":1728597685168,"stop":1728597685168,"duration":0}},{"uid":"e4501375b65ee0d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e4501375b65ee0d4","status":"passed","time":{"start":1728596904476,"stop":1728596904476,"duration":0}}]},"d0dc5dea0b736c4c0a73afb84dd0d2f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1c3607de476a894","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d1c3607de476a894","status":"passed","time":{"start":1728901958854,"stop":1728901958855,"duration":1}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f4e7fc831e47e5f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f4e7fc831e47e5f","status":"passed","time":{"start":1729034200065,"stop":1729034200065,"duration":0}},{"uid":"340ce7bba28b8505","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/340ce7bba28b8505","status":"passed","time":{"start":1729032257890,"stop":1729032257890,"duration":0}},{"uid":"536835fc41631889","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/536835fc41631889","status":"passed","time":{"start":1728902003565,"stop":1728902003567,"duration":2}},{"uid":"f160c463fbd853f2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f160c463fbd853f2","status":"passed","time":{"start":1728893434694,"stop":1728893434694,"duration":0}},{"uid":"26a8bb81c38a2fa5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/26a8bb81c38a2fa5","status":"passed","time":{"start":1728856398642,"stop":1728856398642,"duration":0}},{"uid":"7db82f1a432b8e47","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7db82f1a432b8e47","status":"passed","time":{"start":1728738612001,"stop":1728738612001,"duration":0}},{"uid":"aa2e317e26a254e4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aa2e317e26a254e4","status":"passed","time":{"start":1728683155008,"stop":1728683155008,"duration":0}},{"uid":"6c73a6f9876cd22e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c73a6f9876cd22e","status":"passed","time":{"start":1728682706103,"stop":1728682706103,"duration":0}},{"uid":"75addde0192ac18c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/75addde0192ac18c","status":"passed","time":{"start":1728677207495,"stop":1728677207495,"duration":0}},{"uid":"c59e831c0d88af65","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c59e831c0d88af65","status":"passed","time":{"start":1728669887097,"stop":1728669887097,"duration":0}},{"uid":"ed335ff50ca5edfc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ed335ff50ca5edfc","status":"passed","time":{"start":1728598263637,"stop":1728598263637,"duration":0}},{"uid":"ea0ff4d99b537bb0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea0ff4d99b537bb0","status":"passed","time":{"start":1728597478275,"stop":1728597478275,"duration":0}}]},"4f4e0af3b0ffd8416ef88ac3a630c4f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9598553d209f7eda","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9598553d209f7eda","status":"passed","time":{"start":1729034129482,"stop":1729034129482,"duration":0}}]},"926a0a8e442c46de3a902b60357c68a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47677e972a85e135","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/47677e972a85e135","status":"passed","time":{"start":1728901881008,"stop":1728901881008,"duration":0}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d5c3f41f9ab5332a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d5c3f41f9ab5332a","status":"passed","time":{"start":1729033858270,"stop":1729033858271,"duration":1}},{"uid":"9ad8b818bd8a7711","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ad8b818bd8a7711","status":"passed","time":{"start":1729031908177,"stop":1729031908177,"duration":0}},{"uid":"7ece7eb232444936","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7ece7eb232444936","status":"passed","time":{"start":1728901453933,"stop":1728901453933,"duration":0}},{"uid":"6dbf27a00d4e9ce3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6dbf27a00d4e9ce3","status":"passed","time":{"start":1728892884409,"stop":1728892884410,"duration":1}},{"uid":"680d537e6777a757","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/680d537e6777a757","status":"passed","time":{"start":1728855846879,"stop":1728855846879,"duration":0}},{"uid":"ccd30089251d9a7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ccd30089251d9a7","status":"passed","time":{"start":1728738064182,"stop":1728738064182,"duration":0}},{"uid":"82543e567ecc824b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82543e567ecc824b","status":"passed","time":{"start":1728682597760,"stop":1728682597761,"duration":1}},{"uid":"d460c5b125b2d277","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d460c5b125b2d277","status":"passed","time":{"start":1728682170540,"stop":1728682170540,"duration":0}},{"uid":"daeb0165234b944a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/daeb0165234b944a","status":"passed","time":{"start":1728676645199,"stop":1728676645200,"duration":1}},{"uid":"32d59065aa182a01","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32d59065aa182a01","status":"passed","time":{"start":1728669368194,"stop":1728669368195,"duration":1}},{"uid":"f70db26ab54dff56","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f70db26ab54dff56","status":"passed","time":{"start":1728597709010,"stop":1728597709011,"duration":1}},{"uid":"bc7ec582ea6cea82","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc7ec582ea6cea82","status":"passed","time":{"start":1728596928106,"stop":1728596928106,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"744d1dc06edeb69","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/744d1dc06edeb69","status":"passed","time":{"start":1729033862330,"stop":1729033862330,"duration":0}},{"uid":"327808b6891a1ade","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/327808b6891a1ade","status":"passed","time":{"start":1729031912071,"stop":1729031912071,"duration":0}},{"uid":"bdffeaa437923b16","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bdffeaa437923b16","status":"passed","time":{"start":1728901457818,"stop":1728901457818,"duration":0}},{"uid":"af0e10bdcbc14dab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/af0e10bdcbc14dab","status":"passed","time":{"start":1728892888301,"stop":1728892888301,"duration":0}},{"uid":"b78b2b4c1a0796c9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b78b2b4c1a0796c9","status":"passed","time":{"start":1728855850789,"stop":1728855850789,"duration":0}},{"uid":"742a5d0e4fdc8f8e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/742a5d0e4fdc8f8e","status":"passed","time":{"start":1728738068165,"stop":1728738068165,"duration":0}},{"uid":"42d8a85469acbe57","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42d8a85469acbe57","status":"passed","time":{"start":1728682601674,"stop":1728682601674,"duration":0}},{"uid":"b3dd6ab0fa24b33f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3dd6ab0fa24b33f","status":"passed","time":{"start":1728682174566,"stop":1728682174567,"duration":1}},{"uid":"6281d57f1b214ad2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6281d57f1b214ad2","status":"passed","time":{"start":1728676648932,"stop":1728676648932,"duration":0}},{"uid":"b0873b6b43ce3831","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0873b6b43ce3831","status":"passed","time":{"start":1728669372211,"stop":1728669372212,"duration":1}},{"uid":"ad9fe61e6ebb1da1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ad9fe61e6ebb1da1","status":"passed","time":{"start":1728597712761,"stop":1728597712762,"duration":1}},{"uid":"1a5d1b6067197c66","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1a5d1b6067197c66","status":"passed","time":{"start":1728596931867,"stop":1728596931868,"duration":1}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a6ac620099e54f87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6ac620099e54f87","status":"passed","time":{"start":1729033849966,"stop":1729033849967,"duration":1}},{"uid":"ba846078969b6f26","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ba846078969b6f26","status":"passed","time":{"start":1729031899464,"stop":1729031899466,"duration":2}},{"uid":"2f580187ebfafa2c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f580187ebfafa2c","status":"passed","time":{"start":1728901445404,"stop":1728901445405,"duration":1}},{"uid":"285581230c19b4bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/285581230c19b4bf","status":"passed","time":{"start":1728892875886,"stop":1728892875886,"duration":0}},{"uid":"ac9a4208675a9f3e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac9a4208675a9f3e","status":"passed","time":{"start":1728855838678,"stop":1728855838678,"duration":0}},{"uid":"dd093c9ef45d0dd7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dd093c9ef45d0dd7","status":"passed","time":{"start":1728738055728,"stop":1728738055729,"duration":1}},{"uid":"f16a101e58b42ee5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f16a101e58b42ee5","status":"passed","time":{"start":1728682589233,"stop":1728682589234,"duration":1}},{"uid":"f2e36c335ed8e7f5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f2e36c335ed8e7f5","status":"passed","time":{"start":1728682161930,"stop":1728682161931,"duration":1}},{"uid":"e9ef7778c2738079","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e9ef7778c2738079","status":"passed","time":{"start":1728676637108,"stop":1728676637109,"duration":1}},{"uid":"9e57a239b4ab2c4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e57a239b4ab2c4d","status":"passed","time":{"start":1728669359720,"stop":1728669359721,"duration":1}},{"uid":"94de5461164e8200","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/94de5461164e8200","status":"passed","time":{"start":1728597700328,"stop":1728597700329,"duration":1}},{"uid":"23071c8ad71fc09f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/23071c8ad71fc09f","status":"passed","time":{"start":1728596919812,"stop":1728596919814,"duration":2}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"23a2ab4beac3d03c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/23a2ab4beac3d03c","status":"passed","time":{"start":1729033857764,"stop":1729033857765,"duration":1}},{"uid":"e423a3eb74f551d4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e423a3eb74f551d4","status":"passed","time":{"start":1729031907984,"stop":1729031907984,"duration":0}},{"uid":"e4f79461a021457","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e4f79461a021457","status":"passed","time":{"start":1728901453409,"stop":1728901453410,"duration":1}},{"uid":"640c9a4f1372b49e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/640c9a4f1372b49e","status":"passed","time":{"start":1728892883977,"stop":1728892883978,"duration":1}},{"uid":"f183ddd9e74f5361","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f183ddd9e74f5361","status":"passed","time":{"start":1728855846184,"stop":1728855846184,"duration":0}},{"uid":"55e7551a67ae1f6d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/55e7551a67ae1f6d","status":"passed","time":{"start":1728738063646,"stop":1728738063647,"duration":1}},{"uid":"3267a835cf89978c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3267a835cf89978c","status":"passed","time":{"start":1728682597528,"stop":1728682597528,"duration":0}},{"uid":"3abae66dfa344df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3abae66dfa344df","status":"passed","time":{"start":1728682170200,"stop":1728682170201,"duration":1}},{"uid":"bfd392f7f9269c9d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bfd392f7f9269c9d","status":"passed","time":{"start":1728676644979,"stop":1728676644979,"duration":0}},{"uid":"b89fe3d04777f50","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b89fe3d04777f50","status":"passed","time":{"start":1728669367852,"stop":1728669367852,"duration":0}},{"uid":"e2cabcd828d32abe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e2cabcd828d32abe","status":"passed","time":{"start":1728597708659,"stop":1728597708659,"duration":0}},{"uid":"5911d467be6450ac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5911d467be6450ac","status":"passed","time":{"start":1728596927474,"stop":1728596927477,"duration":3}}]},"eaba003dd7df0ef01de1ea2dd92519a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"511d78b3288a3b2b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/511d78b3288a3b2b","status":"passed","time":{"start":1729033874965,"stop":1729033874965,"duration":0}},{"uid":"13bfee75be27b582","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/13bfee75be27b582","status":"passed","time":{"start":1729031924902,"stop":1729031924903,"duration":1}},{"uid":"98359786737ebe61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/98359786737ebe61","status":"passed","time":{"start":1728901469130,"stop":1728901469130,"duration":0}},{"uid":"ee47020beb744e6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ee47020beb744e6a","status":"passed","time":{"start":1728892899795,"stop":1728892899795,"duration":0}},{"uid":"3a7562472400c355","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3a7562472400c355","status":"passed","time":{"start":1728855863060,"stop":1728855863060,"duration":0}},{"uid":"427528ae682d3cfe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/427528ae682d3cfe","status":"passed","time":{"start":1728738080902,"stop":1728738080903,"duration":1}},{"uid":"e3263ef2655c253c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e3263ef2655c253c","status":"passed","time":{"start":1728682614311,"stop":1728682614311,"duration":0}},{"uid":"11d9200862fc247e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/11d9200862fc247e","status":"passed","time":{"start":1728682187096,"stop":1728682187096,"duration":0}},{"uid":"c23b88e9925eea5e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c23b88e9925eea5e","status":"passed","time":{"start":1728676661489,"stop":1728676661489,"duration":0}},{"uid":"cdcd15c010d1c33f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cdcd15c010d1c33f","status":"passed","time":{"start":1728669384664,"stop":1728669384664,"duration":0}},{"uid":"1a062876e2f2b874","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a062876e2f2b874","status":"passed","time":{"start":1728597724235,"stop":1728597724236,"duration":1}},{"uid":"32c7258dbf390dd7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32c7258dbf390dd7","status":"passed","time":{"start":1728596943283,"stop":1728596943284,"duration":1}}]},"aa02f6c42d0dbf7ed7e132935fc0e521:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcf89fbed812d332","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dcf89fbed812d332","status":"passed","time":{"start":1728677184694,"stop":1728677184695,"duration":1}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"69a57260d814adf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69a57260d814adf","status":"passed","time":{"start":1729033857768,"stop":1729033857768,"duration":0}},{"uid":"e8e688ac5d24a329","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8e688ac5d24a329","status":"passed","time":{"start":1729031907988,"stop":1729031907988,"duration":0}},{"uid":"7b09f03899043c01","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7b09f03899043c01","status":"passed","time":{"start":1728901453414,"stop":1728901453414,"duration":0}},{"uid":"2de3c25fc803c0fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2de3c25fc803c0fb","status":"passed","time":{"start":1728892883981,"stop":1728892883981,"duration":0}},{"uid":"25bc07df2da9da5c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/25bc07df2da9da5c","status":"passed","time":{"start":1728855846187,"stop":1728855846187,"duration":0}},{"uid":"d9ac89828436ed19","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d9ac89828436ed19","status":"passed","time":{"start":1728738063650,"stop":1728738063650,"duration":0}},{"uid":"3a0c5ec53653d159","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3a0c5ec53653d159","status":"passed","time":{"start":1728682597533,"stop":1728682597533,"duration":0}},{"uid":"4c88fbb737be5db5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4c88fbb737be5db5","status":"passed","time":{"start":1728682170204,"stop":1728682170204,"duration":0}},{"uid":"fb10fe884cca3548","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fb10fe884cca3548","status":"passed","time":{"start":1728676644983,"stop":1728676644983,"duration":0}},{"uid":"5e843c22fe1f69b2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5e843c22fe1f69b2","status":"passed","time":{"start":1728669367855,"stop":1728669367855,"duration":0}},{"uid":"4e0c35ba3a5c38a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4e0c35ba3a5c38a4","status":"passed","time":{"start":1728597708662,"stop":1728597708662,"duration":0}},{"uid":"18e5af04fc39f9a9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/18e5af04fc39f9a9","status":"passed","time":{"start":1728596927480,"stop":1728596927480,"duration":0}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"afcfccce3eafa91c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/afcfccce3eafa91c","status":"passed","time":{"start":1729034209092,"stop":1729034209092,"duration":0}},{"uid":"50f58db9fb7c8442","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/50f58db9fb7c8442","status":"passed","time":{"start":1729032264563,"stop":1729032264564,"duration":1}},{"uid":"d938ca5932afa8b1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d938ca5932afa8b1","status":"passed","time":{"start":1728902012839,"stop":1728902012840,"duration":1}},{"uid":"94409cebdc6f9924","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/94409cebdc6f9924","status":"passed","time":{"start":1728893454808,"stop":1728893454808,"duration":0}},{"uid":"cb9b45f022de42bb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cb9b45f022de42bb","status":"passed","time":{"start":1728856408449,"stop":1728856408449,"duration":0}},{"uid":"901da638f22bae0a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/901da638f22bae0a","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"7f92768c47dc3449","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7f92768c47dc3449","status":"passed","time":{"start":1728683159748,"stop":1728683159748,"duration":0}},{"uid":"7adc8d39013b4cf2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7adc8d39013b4cf2","status":"passed","time":{"start":1728682751326,"stop":1728682751326,"duration":0}},{"uid":"f6a16816bb720766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f6a16816bb720766","status":"passed","time":{"start":1728677216352,"stop":1728677216352,"duration":0}},{"uid":"9c8a9de3daeb2079","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c8a9de3daeb2079","status":"passed","time":{"start":1728669925450,"stop":1728669925450,"duration":0}},{"uid":"a8df3a1517e9105","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8df3a1517e9105","status":"passed","time":{"start":1728598268798,"stop":1728598268799,"duration":1}},{"uid":"f19ad6f2381c2ed1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f19ad6f2381c2ed1","status":"passed","time":{"start":1728597503910,"stop":1728597503911,"duration":1}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6414c67136b6500d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6414c67136b6500d","status":"passed","time":{"start":1729034208294,"stop":1729034208295,"duration":1}},{"uid":"29d57762327708d4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29d57762327708d4","status":"passed","time":{"start":1729032257066,"stop":1729032257066,"duration":0}},{"uid":"58c55218fe3c0706","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/58c55218fe3c0706","status":"passed","time":{"start":1728902024012,"stop":1728902024013,"duration":1}},{"uid":"490d6ffe244425d1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/490d6ffe244425d1","status":"passed","time":{"start":1728893455129,"stop":1728893455130,"duration":1}},{"uid":"945e90a53161dced","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/945e90a53161dced","status":"passed","time":{"start":1728856404966,"stop":1728856404966,"duration":0}},{"uid":"6382c3e9cbbde8f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6382c3e9cbbde8f1","status":"passed","time":{"start":1728738634668,"stop":1728738634668,"duration":0}},{"uid":"b1f7a7c3d3383564","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1f7a7c3d3383564","status":"passed","time":{"start":1728683163620,"stop":1728683163620,"duration":0}},{"uid":"8d0a72b3cc5407c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8d0a72b3cc5407c","status":"passed","time":{"start":1728682737541,"stop":1728682737541,"duration":0}},{"uid":"694948c8360dc06e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/694948c8360dc06e","status":"passed","time":{"start":1728677222567,"stop":1728677222567,"duration":0}},{"uid":"d8ffa2c9f8b3f970","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8ffa2c9f8b3f970","status":"passed","time":{"start":1728669905041,"stop":1728669905044,"duration":3}},{"uid":"9117a4a92674e4f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9117a4a92674e4f3","status":"passed","time":{"start":1728598284366,"stop":1728598284366,"duration":0}},{"uid":"91aa8e63f656cc1a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/91aa8e63f656cc1a","status":"passed","time":{"start":1728597506831,"stop":1728597506831,"duration":0}}]},"ab97baf403ec9c9e61038073c6a4ebec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91a86e4c2968ac64","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/91a86e4c2968ac64","status":"passed","time":{"start":1728738555094,"stop":1728738555095,"duration":1}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a7dbbf96738f13c7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a7dbbf96738f13c7","status":"passed","time":{"start":1729034014877,"stop":1729034014877,"duration":0}},{"uid":"34a58027bece2d11","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/34a58027bece2d11","status":"passed","time":{"start":1729032065456,"stop":1729032065456,"duration":0}},{"uid":"79f48f72565b8d5d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/79f48f72565b8d5d","status":"passed","time":{"start":1728901664268,"stop":1728901664270,"duration":2}},{"uid":"3a99b416a3ac6064","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3a99b416a3ac6064","status":"passed","time":{"start":1728893093692,"stop":1728893093692,"duration":0}},{"uid":"b9632cf612db1f35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b9632cf612db1f35","status":"passed","time":{"start":1728856055273,"stop":1728856055273,"duration":0}},{"uid":"7ef05bda7eeed59d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7ef05bda7eeed59d","status":"passed","time":{"start":1728738274745,"stop":1728738274745,"duration":0}},{"uid":"3c5f2917b34105d0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3c5f2917b34105d0","status":"passed","time":{"start":1728682807960,"stop":1728682807960,"duration":0}},{"uid":"902df9269b4439b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/902df9269b4439b4","status":"passed","time":{"start":1728682381286,"stop":1728682381286,"duration":0}},{"uid":"4d18492f9ca71372","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4d18492f9ca71372","status":"passed","time":{"start":1728676853901,"stop":1728676853902,"duration":1}},{"uid":"3d68714d0fd929dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3d68714d0fd929dc","status":"passed","time":{"start":1728669581698,"stop":1728669581698,"duration":0}},{"uid":"88105aaddebf5f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/88105aaddebf5f3","status":"passed","time":{"start":1728597923491,"stop":1728597923491,"duration":0}},{"uid":"54129d69f4321422","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/54129d69f4321422","status":"passed","time":{"start":1728597132264,"stop":1728597132265,"duration":1}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6750c39ef660a0a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6750c39ef660a0a8","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0}},{"uid":"c7bd2ef73ca9b776","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c7bd2ef73ca9b776","status":"passed","time":{"start":1729031900272,"stop":1729031900272,"duration":0}},{"uid":"71a13ea144476f6b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/71a13ea144476f6b","status":"passed","time":{"start":1728901446177,"stop":1728901446178,"duration":1}},{"uid":"51a53a5c70919c8f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51a53a5c70919c8f","status":"passed","time":{"start":1728892876478,"stop":1728892876478,"duration":0}},{"uid":"ab8f55e015f43b6c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ab8f55e015f43b6c","status":"passed","time":{"start":1728855839199,"stop":1728855839199,"duration":0}},{"uid":"634e1b891ca0fe4e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/634e1b891ca0fe4e","status":"passed","time":{"start":1728738056465,"stop":1728738056465,"duration":0}},{"uid":"d51eb19b0f5e4cab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d51eb19b0f5e4cab","status":"passed","time":{"start":1728682590045,"stop":1728682590045,"duration":0}},{"uid":"460200f1d7da71d4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/460200f1d7da71d4","status":"passed","time":{"start":1728682162839,"stop":1728682162839,"duration":0}},{"uid":"3030c25cf37dbe1c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3030c25cf37dbe1c","status":"passed","time":{"start":1728676637412,"stop":1728676637412,"duration":0}},{"uid":"131e586c26ba142e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/131e586c26ba142e","status":"passed","time":{"start":1728669360494,"stop":1728669360494,"duration":0}},{"uid":"7f8b94e421888679","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7f8b94e421888679","status":"passed","time":{"start":1728597701237,"stop":1728597701237,"duration":0}},{"uid":"78a544653e4edd42","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/78a544653e4edd42","status":"passed","time":{"start":1728596920371,"stop":1728596920371,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d60c6190ecd16f9e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d60c6190ecd16f9e","status":"passed","time":{"start":1729033869944,"stop":1729033869945,"duration":1}},{"uid":"a3bbb9fdecd5cdfe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3bbb9fdecd5cdfe","status":"passed","time":{"start":1729031919798,"stop":1729031919799,"duration":1}},{"uid":"f4f0f22bd0f76f34","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f4f0f22bd0f76f34","status":"passed","time":{"start":1728901465374,"stop":1728901465374,"duration":0}},{"uid":"9444239ee2be75f7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9444239ee2be75f7","status":"passed","time":{"start":1728892895974,"stop":1728892895974,"duration":0}},{"uid":"3814680acfd591a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3814680acfd591a2","status":"passed","time":{"start":1728855858319,"stop":1728855858319,"duration":0}},{"uid":"7fe5a4568027cf20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fe5a4568027cf20","status":"passed","time":{"start":1728738075953,"stop":1728738075954,"duration":1}},{"uid":"9d0e823f85b1bdbc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d0e823f85b1bdbc","status":"passed","time":{"start":1728682609268,"stop":1728682609268,"duration":0}},{"uid":"3fedab1f9fe89ba7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3fedab1f9fe89ba7","status":"passed","time":{"start":1728682182160,"stop":1728682182160,"duration":0}},{"uid":"5302524bcf4efcc5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5302524bcf4efcc5","status":"passed","time":{"start":1728676656594,"stop":1728676656594,"duration":0}},{"uid":"f98f3bad65383336","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f98f3bad65383336","status":"passed","time":{"start":1728669379924,"stop":1728669379924,"duration":0}},{"uid":"fc39ed2510b12cb9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc39ed2510b12cb9","status":"passed","time":{"start":1728597720385,"stop":1728597720385,"duration":0}},{"uid":"5c17458f84397d6d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c17458f84397d6d","status":"passed","time":{"start":1728596939484,"stop":1728596939485,"duration":1}}]},"2f7f8ab22950e8b4b98ad56b307eb30f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"efd3348e3781003d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/efd3348e3781003d","status":"passed","time":{"start":1729033874961,"stop":1729033874961,"duration":0}},{"uid":"6ffdb5d207acb6c4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ffdb5d207acb6c4","status":"passed","time":{"start":1729031924900,"stop":1729031924901,"duration":1}},{"uid":"426e35abf514cbf3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/426e35abf514cbf3","status":"passed","time":{"start":1728901469128,"stop":1728901469128,"duration":0}},{"uid":"8fa76ad154d08054","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fa76ad154d08054","status":"passed","time":{"start":1728892899793,"stop":1728892899793,"duration":0}},{"uid":"c8b02a091db07310","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c8b02a091db07310","status":"passed","time":{"start":1728855863057,"stop":1728855863058,"duration":1}},{"uid":"fffa200bdd400a99","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fffa200bdd400a99","status":"passed","time":{"start":1728738080899,"stop":1728738080899,"duration":0}},{"uid":"c4be17e6d7812e71","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c4be17e6d7812e71","status":"passed","time":{"start":1728682614308,"stop":1728682614309,"duration":1}},{"uid":"9671df93aedd9722","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9671df93aedd9722","status":"passed","time":{"start":1728682187093,"stop":1728682187093,"duration":0}},{"uid":"f7921cf831df4a64","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7921cf831df4a64","status":"passed","time":{"start":1728676661487,"stop":1728676661487,"duration":0}},{"uid":"4658d8d28eb2c29c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4658d8d28eb2c29c","status":"passed","time":{"start":1728669384661,"stop":1728669384662,"duration":1}},{"uid":"2cec4f4914db1ad6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2cec4f4914db1ad6","status":"passed","time":{"start":1728597724234,"stop":1728597724234,"duration":0}},{"uid":"8e3315c7ee3f2ac4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e3315c7ee3f2ac4","status":"passed","time":{"start":1728596943282,"stop":1728596943282,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f9367fde23fc9ee2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9367fde23fc9ee2","status":"passed","time":{"start":1729034162414,"stop":1729034162414,"duration":0}},{"uid":"c90c2ec78bbadbc0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c90c2ec78bbadbc0","status":"passed","time":{"start":1729032197321,"stop":1729032197322,"duration":1}},{"uid":"db6aac3f84a6a605","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/db6aac3f84a6a605","status":"passed","time":{"start":1728901899710,"stop":1728901899711,"duration":1}},{"uid":"4827047f60b61217","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4827047f60b61217","status":"passed","time":{"start":1728893334921,"stop":1728893334921,"duration":0}},{"uid":"2d4e22064b2ab76a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d4e22064b2ab76a","status":"passed","time":{"start":1728856288015,"stop":1728856288016,"duration":1}},{"uid":"aa4377a467326aba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa4377a467326aba","status":"passed","time":{"start":1728738501684,"stop":1728738501685,"duration":1}},{"uid":"98c07ccef392b5a7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/98c07ccef392b5a7","status":"passed","time":{"start":1728683044469,"stop":1728683044470,"duration":1}},{"uid":"f2b6c2e48e5f001c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f2b6c2e48e5f001c","status":"passed","time":{"start":1728682619632,"stop":1728682619632,"duration":0}},{"uid":"64763058f818c599","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/64763058f818c599","status":"passed","time":{"start":1728677104177,"stop":1728677104182,"duration":5}},{"uid":"a2afdf5202218333","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a2afdf5202218333","status":"passed","time":{"start":1728669759886,"stop":1728669759886,"duration":0}},{"uid":"4cac040cf391e61c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4cac040cf391e61c","status":"passed","time":{"start":1728598164488,"stop":1728598164489,"duration":1}},{"uid":"339f9c8eb8640d93","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/339f9c8eb8640d93","status":"passed","time":{"start":1728597385263,"stop":1728597385264,"duration":1}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2eff2b4f626c19e3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2eff2b4f626c19e3","status":"passed","time":{"start":1729034014878,"stop":1729034014879,"duration":1}},{"uid":"918498d164aa7e47","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/918498d164aa7e47","status":"passed","time":{"start":1729032065458,"stop":1729032065459,"duration":1}},{"uid":"f07502b5d68d25de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f07502b5d68d25de","status":"passed","time":{"start":1728901664282,"stop":1728901664283,"duration":1}},{"uid":"d4bd3a39e236c4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d4bd3a39e236c4f","status":"passed","time":{"start":1728893093693,"stop":1728893093693,"duration":0}},{"uid":"4060a59c3b782a45","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4060a59c3b782a45","status":"passed","time":{"start":1728856055274,"stop":1728856055275,"duration":1}},{"uid":"de8bb727f9d43971","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/de8bb727f9d43971","status":"passed","time":{"start":1728738274746,"stop":1728738274746,"duration":0}},{"uid":"abf13456687355ba","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/abf13456687355ba","status":"passed","time":{"start":1728682807961,"stop":1728682807961,"duration":0}},{"uid":"42ce40b181cf669b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/42ce40b181cf669b","status":"passed","time":{"start":1728682381288,"stop":1728682381289,"duration":1}},{"uid":"fcfff833bbb0a46","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fcfff833bbb0a46","status":"passed","time":{"start":1728676853902,"stop":1728676853903,"duration":1}},{"uid":"974d5c62140318be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/974d5c62140318be","status":"passed","time":{"start":1728669581699,"stop":1728669581699,"duration":0}},{"uid":"fea0d6cea247961","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fea0d6cea247961","status":"passed","time":{"start":1728597923492,"stop":1728597923492,"duration":0}},{"uid":"9c78e76fad42c3ff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c78e76fad42c3ff","status":"passed","time":{"start":1728597132266,"stop":1728597132266,"duration":0}}]},"27971ac3d59e6111f20162515ef3ec9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7079e099415b0122","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7079e099415b0122","status":"passed","time":{"start":1728683030029,"stop":1728683030029,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ce8cedb5cfd197a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce8cedb5cfd197a3","status":"passed","time":{"start":1729033900646,"stop":1729033900651,"duration":5}},{"uid":"fbbeb6ecf006f8d7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fbbeb6ecf006f8d7","status":"passed","time":{"start":1729031950408,"stop":1729031950408,"duration":0}},{"uid":"750780a6b8801a84","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/750780a6b8801a84","status":"passed","time":{"start":1728901494879,"stop":1728901494880,"duration":1}},{"uid":"bae6a0ac1238d2ce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bae6a0ac1238d2ce","status":"passed","time":{"start":1728892927098,"stop":1728892927099,"duration":1}},{"uid":"c09c84c27312e06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c09c84c27312e06","status":"passed","time":{"start":1728855889016,"stop":1728855889016,"duration":0}},{"uid":"65b2a62fbc80514c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/65b2a62fbc80514c","status":"passed","time":{"start":1728738105942,"stop":1728738105942,"duration":0}},{"uid":"7ad95139c89d50ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ad95139c89d50ca","status":"passed","time":{"start":1728682639926,"stop":1728682639927,"duration":1}},{"uid":"888376cee4a66a78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/888376cee4a66a78","status":"passed","time":{"start":1728682212120,"stop":1728682212121,"duration":1}},{"uid":"e5ae7ad862ed67e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5ae7ad862ed67e2","status":"passed","time":{"start":1728676687923,"stop":1728676687923,"duration":0}},{"uid":"31dab94f1d44481f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/31dab94f1d44481f","status":"passed","time":{"start":1728669411848,"stop":1728669411848,"duration":0}},{"uid":"448e8ca9c14035af","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/448e8ca9c14035af","status":"passed","time":{"start":1728597751013,"stop":1728597751014,"duration":1}},{"uid":"8d9e9a468aeb3828","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d9e9a468aeb3828","status":"passed","time":{"start":1728596968268,"stop":1728596968268,"duration":0}}]},"5e4030bdb8a97510bd879fcd75d55f6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e09d4cdc81a4af","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e09d4cdc81a4af","status":"passed","time":{"start":1728901958856,"stop":1728901958857,"duration":1}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"38b9f0a2f5958c93","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/38b9f0a2f5958c93","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033904750,"stop":1729033904751,"duration":1}},{"uid":"45cbb797c0f41ad4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45cbb797c0f41ad4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031952296,"stop":1729031952296,"duration":0}},{"uid":"59c87a5e6d44be49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59c87a5e6d44be49","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901498549,"stop":1728901498549,"duration":0}},{"uid":"8a5789c645eb00b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8a5789c645eb00b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892934942,"stop":1728892934942,"duration":0}},{"uid":"d15a07053bc32149","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d15a07053bc32149","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855901091,"stop":1728855901092,"duration":1}},{"uid":"c3221315ba353a0a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c3221315ba353a0a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738109823,"stop":1728738109823,"duration":0}},{"uid":"b8bea42738ed27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b8bea42738ed27","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682641797,"stop":1728682641798,"duration":1}},{"uid":"3332691cd031802f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3332691cd031802f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682224060,"stop":1728682224060,"duration":0}},{"uid":"18ac303146e29fd0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18ac303146e29fd0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676692604,"stop":1728676692604,"duration":0}},{"uid":"bf9c3701943b399e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf9c3701943b399e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669414331,"stop":1728669414331,"duration":0}},{"uid":"9ea0ccc05a99d677","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9ea0ccc05a99d677","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597758159,"stop":1728597758159,"duration":0}},{"uid":"6f67bff85ed9647e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6f67bff85ed9647e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596973962,"stop":1728596973964,"duration":2}}]},"064e89e21594cf8b7802c1dfcf879840:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"495bbfb79758e51c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/495bbfb79758e51c","status":"passed","time":{"start":1728738274744,"stop":1728738274745,"duration":1}}]},"32106b3ab6114ea7bc0549f273597a8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70261d0958e026b5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70261d0958e026b5","status":"passed","time":{"start":1728597423326,"stop":1728597423326,"duration":0}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f351dd2c0ef4062","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f351dd2c0ef4062","status":"passed","time":{"start":1729033868926,"stop":1729033868927,"duration":1}},{"uid":"e3903a1bb562ba72","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e3903a1bb562ba72","status":"passed","time":{"start":1729031918512,"stop":1729031918512,"duration":0}},{"uid":"b05cb2623aa538eb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b05cb2623aa538eb","status":"passed","time":{"start":1728901464221,"stop":1728901464221,"duration":0}},{"uid":"dfa820bfd85598c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dfa820bfd85598c1","status":"passed","time":{"start":1728892894741,"stop":1728892894741,"duration":0}},{"uid":"b2a8d0664356a8e1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2a8d0664356a8e1","status":"passed","time":{"start":1728855857252,"stop":1728855857253,"duration":1}},{"uid":"edf9ea3ffc76478f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edf9ea3ffc76478f","status":"passed","time":{"start":1728738074581,"stop":1728738074581,"duration":0}},{"uid":"53f00eea133721d6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/53f00eea133721d6","status":"passed","time":{"start":1728682608127,"stop":1728682608128,"duration":1}},{"uid":"125ced7eb52cdf88","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/125ced7eb52cdf88","status":"passed","time":{"start":1728682181012,"stop":1728682181013,"duration":1}},{"uid":"542fac481609ba3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/542fac481609ba3","status":"passed","time":{"start":1728676655410,"stop":1728676655410,"duration":0}},{"uid":"db2b2856e3527404","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/db2b2856e3527404","status":"passed","time":{"start":1728669378741,"stop":1728669378741,"duration":0}},{"uid":"1eb19a1e720a504","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1eb19a1e720a504","status":"passed","time":{"start":1728597719063,"stop":1728597719064,"duration":1}},{"uid":"b6a290867c128d51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b6a290867c128d51","status":"passed","time":{"start":1728596938239,"stop":1728596938239,"duration":0}}]},"698708b76c12c3ae9c26d2075b8deee2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6b8814c2e1b0e81","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f6b8814c2e1b0e81","status":"passed","time":{"start":1728598221890,"stop":1728598221891,"duration":1}}]},"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"85eddb3e81039a96","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85eddb3e81039a96","status":"passed","time":{"start":1729034209131,"stop":1729034209131,"duration":0}},{"uid":"22db348bda44d0f8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22db348bda44d0f8","status":"passed","time":{"start":1729032264602,"stop":1729032264604,"duration":2}},{"uid":"9a0c7053e2dcd487","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9a0c7053e2dcd487","status":"passed","time":{"start":1728902012893,"stop":1728902012894,"duration":1}},{"uid":"d80b37dcd831606e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d80b37dcd831606e","status":"passed","time":{"start":1728893454826,"stop":1728893454826,"duration":0}},{"uid":"8d1c9ea291e755c1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8d1c9ea291e755c1","status":"passed","time":{"start":1728856408469,"stop":1728856408469,"duration":0}},{"uid":"c5a254e126dd7746","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5a254e126dd7746","status":"passed","time":{"start":1728738633876,"stop":1728738633876,"duration":0}},{"uid":"59500463055185ec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/59500463055185ec","status":"passed","time":{"start":1728683159828,"stop":1728683159828,"duration":0}},{"uid":"82accc19dc04e83d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/82accc19dc04e83d","status":"passed","time":{"start":1728682751348,"stop":1728682751349,"duration":1}},{"uid":"56158e04ba3b6b3c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/56158e04ba3b6b3c","status":"passed","time":{"start":1728677216380,"stop":1728677216380,"duration":0}},{"uid":"9627da8a5dfdefc9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9627da8a5dfdefc9","status":"passed","time":{"start":1728669925469,"stop":1728669925470,"duration":1}},{"uid":"3788676c4443c165","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3788676c4443c165","status":"passed","time":{"start":1728598268822,"stop":1728598268822,"duration":0}},{"uid":"c0c7cf6098cf1ba4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c0c7cf6098cf1ba4","status":"passed","time":{"start":1728597503957,"stop":1728597503957,"duration":0}}]},"6eaae6220caa88a005ca4d96edd18443:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72937ac08e44f70e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/72937ac08e44f70e","status":"passed","time":{"start":1728669834433,"stop":1728669834433,"duration":0}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7c5e6f6a1aff01a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7c5e6f6a1aff01a3","status":"passed","time":{"start":1729034124336,"stop":1729034124336,"duration":0}},{"uid":"3a1600fe02c60d80","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3a1600fe02c60d80","status":"passed","time":{"start":1729032177051,"stop":1729032177052,"duration":1}},{"uid":"7d0b581821f2e2d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7d0b581821f2e2d0","status":"passed","time":{"start":1728901874867,"stop":1728901874867,"duration":0}},{"uid":"6a83eb7d804be6f9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6a83eb7d804be6f9","status":"passed","time":{"start":1728893313876,"stop":1728893313876,"duration":0}},{"uid":"1d210f0ef79fc8a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d210f0ef79fc8a0","status":"passed","time":{"start":1728856265010,"stop":1728856265011,"duration":1}},{"uid":"a40f02cfce4d78b8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a40f02cfce4d78b8","status":"passed","time":{"start":1728738486154,"stop":1728738486154,"duration":0}},{"uid":"966901a16147f688","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/966901a16147f688","status":"passed","time":{"start":1728683032644,"stop":1728683032646,"duration":2}},{"uid":"4eae594d77fc27c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4eae594d77fc27c","status":"passed","time":{"start":1728682582820,"stop":1728682582821,"duration":1}},{"uid":"478f5914c8495f05","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/478f5914c8495f05","status":"passed","time":{"start":1728677084920,"stop":1728677084921,"duration":1}},{"uid":"638ed340a7c98a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/638ed340a7c98a","status":"passed","time":{"start":1728669757003,"stop":1728669757003,"duration":0}},{"uid":"9e5c39b6e581c564","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e5c39b6e581c564","status":"passed","time":{"start":1728598139214,"stop":1728598139214,"duration":0}},{"uid":"6ec117cc7aea26bf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ec117cc7aea26bf","status":"passed","time":{"start":1728597351996,"stop":1728597351997,"duration":1}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"793736e75847cec5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/793736e75847cec5","status":"passed","time":{"start":1729034213020,"stop":1729034213020,"duration":0}},{"uid":"18398dfb29c0278a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/18398dfb29c0278a","status":"passed","time":{"start":1729032269103,"stop":1729032269103,"duration":0}},{"uid":"6183340ff410925f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6183340ff410925f","status":"passed","time":{"start":1728902000842,"stop":1728902000842,"duration":0}},{"uid":"1cf6f0b779d80e0d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cf6f0b779d80e0d","status":"passed","time":{"start":1728893442596,"stop":1728893442597,"duration":1}},{"uid":"1b7e83f46c9d44f5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b7e83f46c9d44f5","status":"passed","time":{"start":1728856386641,"stop":1728856386642,"duration":1}},{"uid":"958639843f8de592","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/958639843f8de592","status":"passed","time":{"start":1728738608587,"stop":1728738608587,"duration":0}},{"uid":"490f35a10eed300a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/490f35a10eed300a","status":"passed","time":{"start":1728683148173,"stop":1728683148173,"duration":0}},{"uid":"1f7731a4c2c30c52","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1f7731a4c2c30c52","status":"passed","time":{"start":1728682709057,"stop":1728682709057,"duration":0}},{"uid":"313ada3739e68505","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/313ada3739e68505","status":"passed","time":{"start":1728677206656,"stop":1728677206656,"duration":0}},{"uid":"c075c9d267a5f637","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c075c9d267a5f637","status":"passed","time":{"start":1728669888550,"stop":1728669888551,"duration":1}},{"uid":"5dbb424d1008be27","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5dbb424d1008be27","status":"passed","time":{"start":1728598268131,"stop":1728598268131,"duration":0}},{"uid":"edd96ed28c7af367","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/edd96ed28c7af367","status":"passed","time":{"start":1728597478033,"stop":1728597478033,"duration":0}}]},"75d9c4389bff45b1173d6ef634ace0eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8199321e58d83a3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e8199321e58d83a3","status":"passed","time":{"start":1728597375481,"stop":1728597375482,"duration":1}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"79055e469f30426a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79055e469f30426a","status":"passed","time":{"start":1729033976804,"stop":1729033976804,"duration":0}},{"uid":"2fe294bcb8f19afd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2fe294bcb8f19afd","status":"passed","time":{"start":1729032020527,"stop":1729032020528,"duration":1}},{"uid":"e7e8033408dc48c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e7e8033408dc48c3","status":"passed","time":{"start":1728901616460,"stop":1728901616472,"duration":12}},{"uid":"e19bf33053d2bc6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e19bf33053d2bc6f","status":"passed","time":{"start":1728893050249,"stop":1728893050249,"duration":0}},{"uid":"ef203624b20a8791","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ef203624b20a8791","status":"passed","time":{"start":1728856015175,"stop":1728856015176,"duration":1}},{"uid":"7de5269b1ef9acea","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7de5269b1ef9acea","status":"passed","time":{"start":1728738233145,"stop":1728738233145,"duration":0}},{"uid":"46a82c2852ba7939","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/46a82c2852ba7939","status":"passed","time":{"start":1728682762476,"stop":1728682762476,"duration":0}},{"uid":"74847c2a7a54755e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/74847c2a7a54755e","status":"passed","time":{"start":1728682332790,"stop":1728682332790,"duration":0}},{"uid":"e16d2949ed5cc6af","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e16d2949ed5cc6af","status":"passed","time":{"start":1728676810299,"stop":1728676810299,"duration":0}},{"uid":"dd232e66d0b25867","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd232e66d0b25867","status":"passed","time":{"start":1728669529904,"stop":1728669529904,"duration":0}},{"uid":"4f5e77fd27c31738","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4f5e77fd27c31738","status":"passed","time":{"start":1728597873538,"stop":1728597873539,"duration":1}},{"uid":"115a618a87f5e5ad","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/115a618a87f5e5ad","status":"passed","time":{"start":1728597089277,"stop":1728597089277,"duration":0}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3648a8a21b551151","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3648a8a21b551151","status":"passed","time":{"start":1729033862329,"stop":1729033862330,"duration":1}},{"uid":"120aee4bd13b23ec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/120aee4bd13b23ec","status":"passed","time":{"start":1729031912070,"stop":1729031912071,"duration":1}},{"uid":"fb9b0f05c4639721","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fb9b0f05c4639721","status":"passed","time":{"start":1728901457817,"stop":1728901457818,"duration":1}},{"uid":"54bcc2e488d59f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54bcc2e488d59f3","status":"passed","time":{"start":1728892888301,"stop":1728892888301,"duration":0}},{"uid":"e630c0accb95abdb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e630c0accb95abdb","status":"passed","time":{"start":1728855850788,"stop":1728855850789,"duration":1}},{"uid":"6c728fcedd6b5598","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c728fcedd6b5598","status":"passed","time":{"start":1728738068164,"stop":1728738068164,"duration":0}},{"uid":"9a85175f8720165e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9a85175f8720165e","status":"passed","time":{"start":1728682601673,"stop":1728682601674,"duration":1}},{"uid":"875ceefce0fc7e26","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/875ceefce0fc7e26","status":"passed","time":{"start":1728682174566,"stop":1728682174566,"duration":0}},{"uid":"264cb6f2600d9412","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/264cb6f2600d9412","status":"passed","time":{"start":1728676648932,"stop":1728676648932,"duration":0}},{"uid":"5db9bc888c227312","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5db9bc888c227312","status":"passed","time":{"start":1728669372211,"stop":1728669372211,"duration":0}},{"uid":"4a208d2a33b494dc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4a208d2a33b494dc","status":"passed","time":{"start":1728597712761,"stop":1728597712761,"duration":0}},{"uid":"9719568d3cc03cda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9719568d3cc03cda","status":"passed","time":{"start":1728596931867,"stop":1728596931867,"duration":0}}]},"ed322bc67ffe17d9ba1c7c03b3f03cf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3944e58bdb6ab83","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3944e58bdb6ab83","status":"passed","time":{"start":1728683093171,"stop":1728683093171,"duration":0}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e953d120f79b9673","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e953d120f79b9673","status":"passed","time":{"start":1729033976802,"stop":1729033976803,"duration":1}},{"uid":"9d4b198f7c945261","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d4b198f7c945261","status":"passed","time":{"start":1729032020526,"stop":1729032020527,"duration":1}},{"uid":"4d85d63f3aa5b2ad","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4d85d63f3aa5b2ad","status":"passed","time":{"start":1728901616450,"stop":1728901616451,"duration":1}},{"uid":"15b4b2a6306d9901","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15b4b2a6306d9901","status":"passed","time":{"start":1728893050247,"stop":1728893050248,"duration":1}},{"uid":"ee140b9d9eb454a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ee140b9d9eb454a0","status":"passed","time":{"start":1728856015174,"stop":1728856015174,"duration":0}},{"uid":"b3692c425801e11a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3692c425801e11a","status":"passed","time":{"start":1728738233143,"stop":1728738233143,"duration":0}},{"uid":"b2d5bed7ccfcc7cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b2d5bed7ccfcc7cd","status":"passed","time":{"start":1728682762475,"stop":1728682762475,"duration":0}},{"uid":"471ff7c71bb2d73d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/471ff7c71bb2d73d","status":"passed","time":{"start":1728682332788,"stop":1728682332789,"duration":1}},{"uid":"6eba6b71efa53b38","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6eba6b71efa53b38","status":"passed","time":{"start":1728676810297,"stop":1728676810298,"duration":1}},{"uid":"169d2a34c17c0f66","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/169d2a34c17c0f66","status":"passed","time":{"start":1728669529901,"stop":1728669529902,"duration":1}},{"uid":"4350af45c857039d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4350af45c857039d","status":"passed","time":{"start":1728597873537,"stop":1728597873537,"duration":0}},{"uid":"42695b23fb086e0b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42695b23fb086e0b","status":"passed","time":{"start":1728597089276,"stop":1728597089276,"duration":0}}]},"9c2836bb674aece1da926e4b9066a472:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f7f9fe03fc645d21","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7f9fe03fc645d21","status":"passed","time":{"start":1729033875029,"stop":1729033875029,"duration":0}},{"uid":"6872ebcbb45f44ba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6872ebcbb45f44ba","status":"passed","time":{"start":1729031924910,"stop":1729031924910,"duration":0}},{"uid":"d6d19e6b1162e368","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d6d19e6b1162e368","status":"passed","time":{"start":1728901469136,"stop":1728901469137,"duration":1}},{"uid":"96b9ca33cc1df99","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/96b9ca33cc1df99","status":"passed","time":{"start":1728892899801,"stop":1728892899802,"duration":1}},{"uid":"beecf455482059f4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/beecf455482059f4","status":"passed","time":{"start":1728855863298,"stop":1728855863298,"duration":0}},{"uid":"2fc349376b81b6d8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2fc349376b81b6d8","status":"passed","time":{"start":1728738080958,"stop":1728738080959,"duration":1}},{"uid":"96d66a29545360a2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96d66a29545360a2","status":"passed","time":{"start":1728682614317,"stop":1728682614318,"duration":1}},{"uid":"71d3193c2e9d6cf6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/71d3193c2e9d6cf6","status":"passed","time":{"start":1728682187222,"stop":1728682187222,"duration":0}},{"uid":"63f3d8ce20d7111c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/63f3d8ce20d7111c","status":"passed","time":{"start":1728676661424,"stop":1728676661424,"duration":0}},{"uid":"dc2ce08bf00d843d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc2ce08bf00d843d","status":"passed","time":{"start":1728669384755,"stop":1728669384755,"duration":0}},{"uid":"c1afd3ce9481355c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c1afd3ce9481355c","status":"passed","time":{"start":1728597724212,"stop":1728597724213,"duration":1}},{"uid":"3f11fb954f04472d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f11fb954f04472d","status":"passed","time":{"start":1728596943266,"stop":1728596943266,"duration":0}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"28cc4f0f1d1f043b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/28cc4f0f1d1f043b","status":"passed","time":{"start":1729033862328,"stop":1729033862329,"duration":1}},{"uid":"ac8126bd7214005e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac8126bd7214005e","status":"passed","time":{"start":1729031912069,"stop":1729031912070,"duration":1}},{"uid":"2771c309745ab771","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2771c309745ab771","status":"passed","time":{"start":1728901457816,"stop":1728901457817,"duration":1}},{"uid":"de684f7722e92bc1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/de684f7722e92bc1","status":"passed","time":{"start":1728892888300,"stop":1728892888300,"duration":0}},{"uid":"b609c1b6efa9fa3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b609c1b6efa9fa3","status":"passed","time":{"start":1728855850787,"stop":1728855850788,"duration":1}},{"uid":"85eb576d021891e5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85eb576d021891e5","status":"passed","time":{"start":1728738068163,"stop":1728738068163,"duration":0}},{"uid":"7232b41a1e78a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7232b41a1e78a8","status":"passed","time":{"start":1728682601673,"stop":1728682601673,"duration":0}},{"uid":"5302de66429ebe34","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5302de66429ebe34","status":"passed","time":{"start":1728682174565,"stop":1728682174565,"duration":0}},{"uid":"c049e3df2d1f4b7d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c049e3df2d1f4b7d","status":"passed","time":{"start":1728676648931,"stop":1728676648931,"duration":0}},{"uid":"91c269239b9c33ca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/91c269239b9c33ca","status":"passed","time":{"start":1728669372210,"stop":1728669372210,"duration":0}},{"uid":"ec5199c36fbd5359","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec5199c36fbd5359","status":"passed","time":{"start":1728597712760,"stop":1728597712760,"duration":0}},{"uid":"a632bf0efd9b769c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a632bf0efd9b769c","status":"passed","time":{"start":1728596931866,"stop":1728596931866,"duration":0}}]},"10d9a947cc11ac8e3093d0c06b501ddb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26b3f5c1b9079899","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/26b3f5c1b9079899","status":"passed","time":{"start":1728856333675,"stop":1728856333676,"duration":1}}]},"409846eba144eacc0b540e5dbfe48cf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2d52beaf3cf9733","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2d52beaf3cf9733","status":"passed","time":{"start":1728856299190,"stop":1728856299190,"duration":0}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"52daed36c475da24","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/52daed36c475da24","status":"passed","time":{"start":1729033976789,"stop":1729033976790,"duration":1}},{"uid":"9bac11f5946dced7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9bac11f5946dced7","status":"passed","time":{"start":1729032020510,"stop":1729032020510,"duration":0}},{"uid":"55db37e44a4243dd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/55db37e44a4243dd","status":"passed","time":{"start":1728901616427,"stop":1728901616427,"duration":0}},{"uid":"f883d35874a4efb0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f883d35874a4efb0","status":"passed","time":{"start":1728893050242,"stop":1728893050242,"duration":0}},{"uid":"5c1bb21f075d7a72","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5c1bb21f075d7a72","status":"passed","time":{"start":1728856015168,"stop":1728856015169,"duration":1}},{"uid":"3f3279a04aa322f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3f3279a04aa322f1","status":"passed","time":{"start":1728738233133,"stop":1728738233134,"duration":1}},{"uid":"b06e11d48ba2bb17","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b06e11d48ba2bb17","status":"passed","time":{"start":1728682762467,"stop":1728682762467,"duration":0}},{"uid":"820afa1d55ab342c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/820afa1d55ab342c","status":"passed","time":{"start":1728682332783,"stop":1728682332783,"duration":0}},{"uid":"5ee34c8350165ae8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5ee34c8350165ae8","status":"passed","time":{"start":1728676810287,"stop":1728676810288,"duration":1}},{"uid":"b619d593e9604fe5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b619d593e9604fe5","status":"passed","time":{"start":1728669529890,"stop":1728669529891,"duration":1}},{"uid":"2e85e02f96c6346f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e85e02f96c6346f","status":"passed","time":{"start":1728597873530,"stop":1728597873531,"duration":1}},{"uid":"a3925150ffbae418","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3925150ffbae418","status":"passed","time":{"start":1728597089270,"stop":1728597089271,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d489965df72576af","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d489965df72576af","status":"passed","time":{"start":1729034147792,"stop":1729034147792,"duration":0}},{"uid":"5bbd6dc4ec38be91","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5bbd6dc4ec38be91","status":"passed","time":{"start":1729032204834,"stop":1729032204834,"duration":0}},{"uid":"f3af994fb53d8826","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f3af994fb53d8826","status":"passed","time":{"start":1728901907717,"stop":1728901907720,"duration":3}},{"uid":"c4de55d103bc576b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c4de55d103bc576b","status":"passed","time":{"start":1728893341893,"stop":1728893341893,"duration":0}},{"uid":"d03238ebc46c82b4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d03238ebc46c82b4","status":"passed","time":{"start":1728856299387,"stop":1728856299387,"duration":0}},{"uid":"c0382b9456bc90d2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0382b9456bc90d2","status":"passed","time":{"start":1728738511623,"stop":1728738511624,"duration":1}},{"uid":"96f32119a27a535","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96f32119a27a535","status":"passed","time":{"start":1728683052915,"stop":1728683052915,"duration":0}},{"uid":"3d460f110aa32663","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d460f110aa32663","status":"passed","time":{"start":1728682612915,"stop":1728682612916,"duration":1}},{"uid":"39d657eed5bf24e0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/39d657eed5bf24e0","status":"passed","time":{"start":1728677115755,"stop":1728677115755,"duration":0}},{"uid":"748d5fe3d810f3df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/748d5fe3d810f3df","status":"passed","time":{"start":1728669778188,"stop":1728669778188,"duration":0}},{"uid":"3590c2f9d77bc8b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3590c2f9d77bc8b5","status":"passed","time":{"start":1728598175438,"stop":1728598175438,"duration":0}},{"uid":"d189c56b6c7b8013","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d189c56b6c7b8013","status":"passed","time":{"start":1728597380067,"stop":1728597380067,"duration":0}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"98c66a27507e8dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/98c66a27507e8dd","status":"passed","time":{"start":1729034129466,"stop":1729034129466,"duration":0}},{"uid":"9ac478e0f542ff05","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ac478e0f542ff05","status":"passed","time":{"start":1729032178355,"stop":1729032178355,"duration":0}},{"uid":"44c2d69c6d351604","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/44c2d69c6d351604","status":"passed","time":{"start":1728901896337,"stop":1728901896338,"duration":1}},{"uid":"b4452fb93c768651","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b4452fb93c768651","status":"passed","time":{"start":1728893329017,"stop":1728893329017,"duration":0}},{"uid":"2dc78dbcdbc5ebf8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2dc78dbcdbc5ebf8","status":"passed","time":{"start":1728856284752,"stop":1728856284753,"duration":1}},{"uid":"385df1679d8d81b1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/385df1679d8d81b1","status":"passed","time":{"start":1728738494928,"stop":1728738494928,"duration":0}},{"uid":"80f385181b0a9c8e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80f385181b0a9c8e","status":"passed","time":{"start":1728683033623,"stop":1728683033623,"duration":0}},{"uid":"53308b9d8635c4fe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/53308b9d8635c4fe","status":"passed","time":{"start":1728682601728,"stop":1728682601729,"duration":1}},{"uid":"800f65f6892b8e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/800f65f6892b8e","status":"passed","time":{"start":1728677107953,"stop":1728677107953,"duration":0}},{"uid":"4102b91195b3539f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4102b91195b3539f","status":"passed","time":{"start":1728669764742,"stop":1728669764743,"duration":1}},{"uid":"b4c8f56206c1b3d6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b4c8f56206c1b3d6","status":"passed","time":{"start":1728598157551,"stop":1728598157551,"duration":0}},{"uid":"d02872bbdff238bd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d02872bbdff238bd","status":"passed","time":{"start":1728597369049,"stop":1728597369049,"duration":0}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"65aef34e9a4e9c30","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/65aef34e9a4e9c30","status":"passed","time":{"start":1729034121954,"stop":1729034121957,"duration":3}},{"uid":"bf8dca2e91035cee","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bf8dca2e91035cee","status":"passed","time":{"start":1729032174931,"stop":1729032174932,"duration":1}},{"uid":"ec96b22fbac984a7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec96b22fbac984a7","status":"passed","time":{"start":1728901881035,"stop":1728901881036,"duration":1}},{"uid":"50be6129a96b9fd2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50be6129a96b9fd2","status":"passed","time":{"start":1728893317184,"stop":1728893317185,"duration":1}},{"uid":"ca71e7cc40461102","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca71e7cc40461102","status":"passed","time":{"start":1728856263129,"stop":1728856263129,"duration":0}},{"uid":"757cd69a60b7b5af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/757cd69a60b7b5af","status":"passed","time":{"start":1728738492814,"stop":1728738492815,"duration":1}},{"uid":"a7aae32db379d4ce","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a7aae32db379d4ce","status":"passed","time":{"start":1728683030032,"stop":1728683030032,"duration":0}},{"uid":"e4fbbd81322dcd43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e4fbbd81322dcd43","status":"passed","time":{"start":1728682581133,"stop":1728682581133,"duration":0}},{"uid":"f85f2601c98b6f1b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f85f2601c98b6f1b","status":"passed","time":{"start":1728677082017,"stop":1728677082017,"duration":0}},{"uid":"82d2281d5962a10","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/82d2281d5962a10","status":"passed","time":{"start":1728669795410,"stop":1728669795411,"duration":1}},{"uid":"85dd9a2bf7389e0c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/85dd9a2bf7389e0c","status":"passed","time":{"start":1728598137511,"stop":1728598137512,"duration":1}},{"uid":"f45d0c7ae677a79d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f45d0c7ae677a79d","status":"passed","time":{"start":1728597353491,"stop":1728597353491,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f3218ad5535c842d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f3218ad5535c842d","status":"passed","time":{"start":1729034121941,"stop":1729034121941,"duration":0}},{"uid":"9d1125c63e60ca1b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d1125c63e60ca1b","status":"passed","time":{"start":1729032174920,"stop":1729032174920,"duration":0}},{"uid":"ea3402618bb75d28","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea3402618bb75d28","status":"passed","time":{"start":1728901881025,"stop":1728901881026,"duration":1}},{"uid":"de5510b8feeb2673","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/de5510b8feeb2673","status":"passed","time":{"start":1728893317180,"stop":1728893317180,"duration":0}},{"uid":"995994f84b2ba37c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/995994f84b2ba37c","status":"passed","time":{"start":1728856263110,"stop":1728856263110,"duration":0}},{"uid":"549395602cdc12cc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/549395602cdc12cc","status":"passed","time":{"start":1728738492804,"stop":1728738492804,"duration":0}},{"uid":"2caae743cd658196","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2caae743cd658196","status":"passed","time":{"start":1728683030027,"stop":1728683030028,"duration":1}},{"uid":"d5f369da4dfe3e90","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d5f369da4dfe3e90","status":"passed","time":{"start":1728682581113,"stop":1728682581113,"duration":0}},{"uid":"48a47cf40667353c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/48a47cf40667353c","status":"passed","time":{"start":1728677082008,"stop":1728677082009,"duration":1}},{"uid":"6632a4a17919afa6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6632a4a17919afa6","status":"passed","time":{"start":1728669795405,"stop":1728669795405,"duration":0}},{"uid":"b4fa10a16cbc1dca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b4fa10a16cbc1dca","status":"passed","time":{"start":1728598137508,"stop":1728598137508,"duration":0}},{"uid":"8e06a10529fa252b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e06a10529fa252b","status":"passed","time":{"start":1728597353485,"stop":1728597353486,"duration":1}}]},"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3b66469b6ba11d2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b66469b6ba11d2","status":"passed","time":{"start":1729033834396,"stop":1729033834396,"duration":0}},{"uid":"2be459ce698707e1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2be459ce698707e1","status":"passed","time":{"start":1729031884129,"stop":1729031884129,"duration":0}},{"uid":"225ea13253e8fcb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/225ea13253e8fcb","status":"passed","time":{"start":1728901430262,"stop":1728901430262,"duration":0}},{"uid":"60afa4ec226c4670","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/60afa4ec226c4670","status":"passed","time":{"start":1728892860541,"stop":1728892860541,"duration":0}},{"uid":"51c4217da7e8efe4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/51c4217da7e8efe4","status":"passed","time":{"start":1728855823330,"stop":1728855823330,"duration":0}},{"uid":"8d654e139efb83bc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d654e139efb83bc","status":"passed","time":{"start":1728738040611,"stop":1728738040611,"duration":0}},{"uid":"d2651914433cf6a9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d2651914433cf6a9","status":"passed","time":{"start":1728682574102,"stop":1728682574102,"duration":0}},{"uid":"7694341a0c125bfd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7694341a0c125bfd","status":"passed","time":{"start":1728682146826,"stop":1728682146826,"duration":0}},{"uid":"ca2d962a63ba8aa9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca2d962a63ba8aa9","status":"passed","time":{"start":1728676621441,"stop":1728676621441,"duration":0}},{"uid":"22e879a8bfcc5da1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/22e879a8bfcc5da1","status":"passed","time":{"start":1728669344475,"stop":1728669344475,"duration":0}},{"uid":"9a1707b43f13a24c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a1707b43f13a24c","status":"passed","time":{"start":1728597685171,"stop":1728597685171,"duration":0}},{"uid":"acf7dd640d54575a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/acf7dd640d54575a","status":"passed","time":{"start":1728596904480,"stop":1728596904480,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1f115fb5bd6c39d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f115fb5bd6c39d6","status":"passed","time":{"start":1729034137143,"stop":1729034137143,"duration":0}},{"uid":"64732c5d596d654e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/64732c5d596d654e","status":"passed","time":{"start":1729032206877,"stop":1729032206878,"duration":1}},{"uid":"1b071bd751512318","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b071bd751512318","status":"passed","time":{"start":1728901995023,"stop":1728901995024,"duration":1}},{"uid":"3db35ac8b77305b7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3db35ac8b77305b7","status":"passed","time":{"start":1728893420997,"stop":1728893420997,"duration":0}},{"uid":"f444b604051b817f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f444b604051b817f","status":"passed","time":{"start":1728856368598,"stop":1728856368599,"duration":1}},{"uid":"f62f0b7c6fce4c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f62f0b7c6fce4c","status":"passed","time":{"start":1728738604683,"stop":1728738604683,"duration":0}},{"uid":"178d6f8a8f963fe6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/178d6f8a8f963fe6","status":"passed","time":{"start":1728683117632,"stop":1728683117633,"duration":1}},{"uid":"ee59d17f0b75a90d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ee59d17f0b75a90d","status":"passed","time":{"start":1728682721320,"stop":1728682721320,"duration":0}},{"uid":"94cfb34c15d338f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/94cfb34c15d338f7","status":"passed","time":{"start":1728677184686,"stop":1728677184686,"duration":0}},{"uid":"97af6b6d2517c3cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97af6b6d2517c3cc","status":"passed","time":{"start":1728669866454,"stop":1728669866454,"duration":0}},{"uid":"8bf954abe5b686a9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bf954abe5b686a9","status":"passed","time":{"start":1728598249992,"stop":1728598249993,"duration":1}},{"uid":"bbbc352292773d46","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bbbc352292773d46","status":"passed","time":{"start":1728597472299,"stop":1728597472299,"duration":0}}]},"c0d6f05bfa042ebc965e2faa930ec2d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3205c5a8ea1d6b6b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3205c5a8ea1d6b6b","status":"passed","time":{"start":1728901664268,"stop":1728901664268,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"81a05dc231c56841","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/81a05dc231c56841","status":"passed","time":{"start":1729034034979,"stop":1729034034981,"duration":2}},{"uid":"45d90428d1382ea1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45d90428d1382ea1","status":"passed","time":{"start":1729032066290,"stop":1729032066292,"duration":2}},{"uid":"d361e5d870613508","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d361e5d870613508","status":"passed","time":{"start":1728901706619,"stop":1728901706620,"duration":1}},{"uid":"ce33b71913da72c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce33b71913da72c1","status":"passed","time":{"start":1728893153422,"stop":1728893153422,"duration":0}},{"uid":"a77d2b657819fa1d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a77d2b657819fa1d","status":"passed","time":{"start":1728856108126,"stop":1728856108126,"duration":0}},{"uid":"1a97e31e2fb37f10","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a97e31e2fb37f10","status":"passed","time":{"start":1728738316668,"stop":1728738316669,"duration":1}},{"uid":"ee0c2220decc7859","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ee0c2220decc7859","status":"passed","time":{"start":1728682865316,"stop":1728682865317,"duration":1}},{"uid":"fd951a09eed871fa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fd951a09eed871fa","status":"passed","time":{"start":1728682446995,"stop":1728682446995,"duration":0}},{"uid":"1fdcbbb4284946e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1fdcbbb4284946e8","status":"passed","time":{"start":1728676924479,"stop":1728676924479,"duration":0}},{"uid":"25d4c714045a823b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25d4c714045a823b","status":"passed","time":{"start":1728669626261,"stop":1728669626261,"duration":0}},{"uid":"2faaea3a6650253c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2faaea3a6650253c","status":"passed","time":{"start":1728597973672,"stop":1728597973673,"duration":1}},{"uid":"93ff635c7abb76b8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/93ff635c7abb76b8","status":"passed","time":{"start":1728597188035,"stop":1728597188036,"duration":1}}]},"37d35c6773a982514c85032844d7a00e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d9ccae83f9ff350","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3d9ccae83f9ff350","status":"passed","time":{"start":1728683093172,"stop":1728683093172,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"88889ec786ec75c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/88889ec786ec75c1","status":"passed","time":{"start":1729034014853,"stop":1729034014856,"duration":3}},{"uid":"5840cf20fff44b83","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5840cf20fff44b83","status":"passed","time":{"start":1729032065442,"stop":1729032065442,"duration":0}},{"uid":"84e284972bcd79c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84e284972bcd79c6","status":"passed","time":{"start":1728901664239,"stop":1728901664241,"duration":2}},{"uid":"b83fc357c679b24b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b83fc357c679b24b","status":"passed","time":{"start":1728893093688,"stop":1728893093689,"duration":1}},{"uid":"77a7f22fab7ad6f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77a7f22fab7ad6f7","status":"passed","time":{"start":1728856055264,"stop":1728856055266,"duration":2}},{"uid":"3a08c3d8148aa334","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3a08c3d8148aa334","status":"passed","time":{"start":1728738274741,"stop":1728738274741,"duration":0}},{"uid":"e6ce5bb2a3242431","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6ce5bb2a3242431","status":"passed","time":{"start":1728682807951,"stop":1728682807952,"duration":1}},{"uid":"8588cd691f506e51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8588cd691f506e51","status":"passed","time":{"start":1728682381281,"stop":1728682381281,"duration":0}},{"uid":"399fd718f0717844","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/399fd718f0717844","status":"passed","time":{"start":1728676853894,"stop":1728676853894,"duration":0}},{"uid":"39c1306f7d3aae7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39c1306f7d3aae7","status":"passed","time":{"start":1728669581686,"stop":1728669581686,"duration":0}},{"uid":"3925eaab51bdb27b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3925eaab51bdb27b","status":"passed","time":{"start":1728597923472,"stop":1728597923473,"duration":1}},{"uid":"e44906c035a314cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e44906c035a314cd","status":"passed","time":{"start":1728597132260,"stop":1728597132260,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8e8cb9373b1af235","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e8cb9373b1af235","status":"passed","time":{"start":1729033937071,"stop":1729033937075,"duration":4}},{"uid":"a3a5dd24a2deeacd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3a5dd24a2deeacd","status":"passed","time":{"start":1729031987032,"stop":1729031987033,"duration":1}},{"uid":"54b60aaa805ef507","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/54b60aaa805ef507","status":"passed","time":{"start":1728901546862,"stop":1728901546863,"duration":1}},{"uid":"aa96c00879317686","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aa96c00879317686","status":"passed","time":{"start":1728892979417,"stop":1728892979418,"duration":1}},{"uid":"6c6b8859f8344b26","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c6b8859f8344b26","status":"passed","time":{"start":1728855940956,"stop":1728855940956,"duration":0}},{"uid":"f6d8a83ae741506c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f6d8a83ae741506c","status":"passed","time":{"start":1728738161106,"stop":1728738161106,"duration":0}},{"uid":"4ff73b80efe97878","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ff73b80efe97878","status":"passed","time":{"start":1728682691670,"stop":1728682691670,"duration":0}},{"uid":"1808f296a5b7be7f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1808f296a5b7be7f","status":"passed","time":{"start":1728682265765,"stop":1728682265766,"duration":1}},{"uid":"2f95dfdcb1c31245","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2f95dfdcb1c31245","status":"passed","time":{"start":1728676744596,"stop":1728676744596,"duration":0}},{"uid":"50bbe540c5b46368","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/50bbe540c5b46368","status":"passed","time":{"start":1728669464695,"stop":1728669464695,"duration":0}},{"uid":"a7abd2319c319788","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a7abd2319c319788","status":"passed","time":{"start":1728597804166,"stop":1728597804167,"duration":1}},{"uid":"f88c082042760fc6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f88c082042760fc6","status":"passed","time":{"start":1728597021414,"stop":1728597021415,"duration":1}}]},"77882dfaf66a4d5daeea195143ffcbde:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"abc8b3bc28e83319","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/abc8b3bc28e83319","status":"passed","time":{"start":1729033874960,"stop":1729033874960,"duration":0}},{"uid":"1fb4bfc788fc2d8d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1fb4bfc788fc2d8d","status":"passed","time":{"start":1729031924899,"stop":1729031924900,"duration":1}},{"uid":"70f3953acccb5d42","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/70f3953acccb5d42","status":"passed","time":{"start":1728901469127,"stop":1728901469128,"duration":1}},{"uid":"1859e38611f55aab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1859e38611f55aab","status":"passed","time":{"start":1728892899792,"stop":1728892899793,"duration":1}},{"uid":"5bcbb94f0ee23239","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5bcbb94f0ee23239","status":"passed","time":{"start":1728855863056,"stop":1728855863057,"duration":1}},{"uid":"137ec7ce3457c411","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/137ec7ce3457c411","status":"passed","time":{"start":1728738080898,"stop":1728738080898,"duration":0}},{"uid":"e72b05a8e3040f98","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e72b05a8e3040f98","status":"passed","time":{"start":1728682614307,"stop":1728682614308,"duration":1}},{"uid":"bc8f636b55ed0cdd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc8f636b55ed0cdd","status":"passed","time":{"start":1728682187091,"stop":1728682187092,"duration":1}},{"uid":"8a08b1b6e167b826","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a08b1b6e167b826","status":"passed","time":{"start":1728676661486,"stop":1728676661487,"duration":1}},{"uid":"88750de7c621e8db","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88750de7c621e8db","status":"passed","time":{"start":1728669384660,"stop":1728669384661,"duration":1}},{"uid":"67a8b416487f27f5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/67a8b416487f27f5","status":"passed","time":{"start":1728597724234,"stop":1728597724234,"duration":0}},{"uid":"86bda17d706db9ce","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86bda17d706db9ce","status":"passed","time":{"start":1728596943281,"stop":1728596943281,"duration":0}}]},"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7d85e34bfb34c0b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7d85e34bfb34c0b3","status":"passed","time":{"start":1729033834381,"stop":1729033834381,"duration":0}},{"uid":"30be9e077117d755","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30be9e077117d755","status":"passed","time":{"start":1729031884113,"stop":1729031884113,"duration":0}},{"uid":"7ff435e1e7888380","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7ff435e1e7888380","status":"passed","time":{"start":1728901430252,"stop":1728901430252,"duration":0}},{"uid":"c765b35c10c574d3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c765b35c10c574d3","status":"passed","time":{"start":1728892860529,"stop":1728892860529,"duration":0}},{"uid":"f37775cdcf61522d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f37775cdcf61522d","status":"passed","time":{"start":1728855823319,"stop":1728855823319,"duration":0}},{"uid":"b5177a099eb427e5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b5177a099eb427e5","status":"passed","time":{"start":1728738040598,"stop":1728738040598,"duration":0}},{"uid":"288dcb89added63d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/288dcb89added63d","status":"passed","time":{"start":1728682574088,"stop":1728682574088,"duration":0}},{"uid":"2cf2fe527d9cab26","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2cf2fe527d9cab26","status":"passed","time":{"start":1728682146813,"stop":1728682146813,"duration":0}},{"uid":"7ff0d6976ae7e56a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7ff0d6976ae7e56a","status":"passed","time":{"start":1728676621428,"stop":1728676621429,"duration":1}},{"uid":"4bb4fdf986d456f5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4bb4fdf986d456f5","status":"passed","time":{"start":1728669344464,"stop":1728669344464,"duration":0}},{"uid":"7d3f5fc11009c917","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7d3f5fc11009c917","status":"passed","time":{"start":1728597685158,"stop":1728597685158,"duration":0}},{"uid":"ba500e57c130c1c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ba500e57c130c1c6","status":"passed","time":{"start":1728596904464,"stop":1728596904464,"duration":0}}]},"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c0c7ec48ad861984","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c0c7ec48ad861984","status":"passed","time":{"start":1729033834392,"stop":1729033834392,"duration":0}},{"uid":"b19659fe9b4f487c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b19659fe9b4f487c","status":"passed","time":{"start":1729031884125,"stop":1729031884125,"duration":0}},{"uid":"ee6f89ba2368231b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ee6f89ba2368231b","status":"passed","time":{"start":1728901430258,"stop":1728901430259,"duration":1}},{"uid":"65e78b489a8ba465","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/65e78b489a8ba465","status":"passed","time":{"start":1728892860537,"stop":1728892860537,"duration":0}},{"uid":"71e3c1c4fce7d81","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/71e3c1c4fce7d81","status":"passed","time":{"start":1728855823327,"stop":1728855823327,"duration":0}},{"uid":"5cfe617ddfc5cc91","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5cfe617ddfc5cc91","status":"passed","time":{"start":1728738040607,"stop":1728738040608,"duration":1}},{"uid":"da4d316d909f0b74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/da4d316d909f0b74","status":"passed","time":{"start":1728682574098,"stop":1728682574098,"duration":0}},{"uid":"c264b6d6dc445caf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c264b6d6dc445caf","status":"passed","time":{"start":1728682146822,"stop":1728682146822,"duration":0}},{"uid":"3945a657d2f0a5f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3945a657d2f0a5f2","status":"passed","time":{"start":1728676621437,"stop":1728676621437,"duration":0}},{"uid":"f1a965cfbb008ff9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f1a965cfbb008ff9","status":"passed","time":{"start":1728669344472,"stop":1728669344472,"duration":0}},{"uid":"1e60f8bb953d316d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e60f8bb953d316d","status":"passed","time":{"start":1728597685167,"stop":1728597685167,"duration":0}},{"uid":"949866a958d67b54","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/949866a958d67b54","status":"passed","time":{"start":1728596904474,"stop":1728596904475,"duration":1}}]},"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"13529e4f0b82df71","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/13529e4f0b82df71","status":"passed","time":{"start":1729033974450,"stop":1729033974450,"duration":0}},{"uid":"5c2a8a35663fa278","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5c2a8a35663fa278","status":"passed","time":{"start":1729032027759,"stop":1729032027760,"duration":1}},{"uid":"5d4c583f42eeea72","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5d4c583f42eeea72","status":"passed","time":{"start":1728901614539,"stop":1728901614543,"duration":4}},{"uid":"2d0ea70756effc7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2d0ea70756effc7c","status":"passed","time":{"start":1728893048594,"stop":1728893048595,"duration":1}},{"uid":"894ea287c68fa3b7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/894ea287c68fa3b7","status":"passed","time":{"start":1728856013558,"stop":1728856013558,"duration":0}},{"uid":"696e07d64bb4582d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/696e07d64bb4582d","status":"passed","time":{"start":1728738231630,"stop":1728738231631,"duration":1}},{"uid":"dbe81ed0a116b8a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dbe81ed0a116b8a","status":"passed","time":{"start":1728682761070,"stop":1728682761071,"duration":1}},{"uid":"432807246b2a91","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/432807246b2a91","status":"passed","time":{"start":1728682330628,"stop":1728682330631,"duration":3}},{"uid":"bd4fbdbf97d5058d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bd4fbdbf97d5058d","status":"passed","time":{"start":1728676808322,"stop":1728676808323,"duration":1}},{"uid":"47d864404fc1a678","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/47d864404fc1a678","status":"passed","time":{"start":1728669528227,"stop":1728669528227,"duration":0}},{"uid":"a54d5d5c13ad8a43","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a54d5d5c13ad8a43","status":"passed","time":{"start":1728597872226,"stop":1728597872226,"duration":0}},{"uid":"c9b73512f4822083","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9b73512f4822083","status":"passed","time":{"start":1728597087684,"stop":1728597087684,"duration":0}}]},"85851e037eb81252cfd5148ef96f8a93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7badc72b9f9cce2c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7badc72b9f9cce2c","status":"passed","time":{"start":1728738567468,"stop":1728738567468,"duration":0}}]},"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"faeba9f5c97b95d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/faeba9f5c97b95d9","status":"passed","time":{"start":1729033834381,"stop":1729033834381,"duration":0}},{"uid":"9f3343050b0775cf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9f3343050b0775cf","status":"passed","time":{"start":1729031884114,"stop":1729031884114,"duration":0}},{"uid":"8dcc882eef88186f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8dcc882eef88186f","status":"passed","time":{"start":1728901430252,"stop":1728901430252,"duration":0}},{"uid":"9f51658665a0f553","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9f51658665a0f553","status":"passed","time":{"start":1728892860529,"stop":1728892860529,"duration":0}},{"uid":"79bfa761d9ae57f0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/79bfa761d9ae57f0","status":"passed","time":{"start":1728855823320,"stop":1728855823320,"duration":0}},{"uid":"a4bbf173d025d4e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a4bbf173d025d4e6","status":"passed","time":{"start":1728738040598,"stop":1728738040598,"duration":0}},{"uid":"1704fcaa255e71db","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1704fcaa255e71db","status":"passed","time":{"start":1728682574089,"stop":1728682574089,"duration":0}},{"uid":"acd34ec3c5d3918b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acd34ec3c5d3918b","status":"passed","time":{"start":1728682146813,"stop":1728682146813,"duration":0}},{"uid":"69ca6402de4befae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/69ca6402de4befae","status":"passed","time":{"start":1728676621429,"stop":1728676621429,"duration":0}},{"uid":"680b709d44e90af7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/680b709d44e90af7","status":"passed","time":{"start":1728669344464,"stop":1728669344465,"duration":1}},{"uid":"8f851a96cc2bafe5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8f851a96cc2bafe5","status":"passed","time":{"start":1728597685158,"stop":1728597685158,"duration":0}},{"uid":"9e4c51de05805a57","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9e4c51de05805a57","status":"passed","time":{"start":1728596904464,"stop":1728596904465,"duration":1}}]},"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c91534afce3b4d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c91534afce3b4d7","status":"passed","time":{"start":1729033834387,"stop":1729033834387,"duration":0}},{"uid":"9651620c57ff3b50","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9651620c57ff3b50","status":"passed","time":{"start":1729031884120,"stop":1729031884120,"duration":0}},{"uid":"30245d75728fea8b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/30245d75728fea8b","status":"passed","time":{"start":1728901430255,"stop":1728901430255,"duration":0}},{"uid":"6d3549bfbda96188","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d3549bfbda96188","status":"passed","time":{"start":1728892860533,"stop":1728892860533,"duration":0}},{"uid":"6f9b464d411869d8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6f9b464d411869d8","status":"passed","time":{"start":1728855823323,"stop":1728855823323,"duration":0}},{"uid":"14c0c1cfedd5f5ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/14c0c1cfedd5f5ee","status":"passed","time":{"start":1728738040603,"stop":1728738040603,"duration":0}},{"uid":"349c0daeab129092","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/349c0daeab129092","status":"passed","time":{"start":1728682574093,"stop":1728682574094,"duration":1}},{"uid":"a491a581eeda9ce9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a491a581eeda9ce9","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"cf48e74b3e35d6b4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cf48e74b3e35d6b4","status":"passed","time":{"start":1728676621432,"stop":1728676621433,"duration":1}},{"uid":"ea7cbdd2b91b9bd8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ea7cbdd2b91b9bd8","status":"passed","time":{"start":1728669344468,"stop":1728669344468,"duration":0}},{"uid":"b6a336a67e154339","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b6a336a67e154339","status":"passed","time":{"start":1728597685162,"stop":1728597685162,"duration":0}},{"uid":"d9eb84666a50b25f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9eb84666a50b25f","status":"passed","time":{"start":1728596904468,"stop":1728596904469,"duration":1}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f62b76c95e06c02e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f62b76c95e06c02e","status":"passed","time":{"start":1729033842412,"stop":1729033842412,"duration":0}},{"uid":"b4c262beb6a30d34","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b4c262beb6a30d34","status":"passed","time":{"start":1729031892128,"stop":1729031892129,"duration":1}},{"uid":"e78362a1ad82af1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e78362a1ad82af1f","status":"passed","time":{"start":1728901438144,"stop":1728901438145,"duration":1}},{"uid":"ee65493cf9a31cda","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ee65493cf9a31cda","status":"passed","time":{"start":1728892868419,"stop":1728892868420,"duration":1}},{"uid":"bb8fb1d56e9003fd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bb8fb1d56e9003fd","status":"passed","time":{"start":1728855831312,"stop":1728855831312,"duration":0}},{"uid":"3bad34b733118b9c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3bad34b733118b9c","status":"passed","time":{"start":1728738048420,"stop":1728738048422,"duration":2}},{"uid":"9175034eca610ffa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9175034eca610ffa","status":"passed","time":{"start":1728682581969,"stop":1728682581970,"duration":1}},{"uid":"bcad20c140cc92d8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bcad20c140cc92d8","status":"passed","time":{"start":1728682154920,"stop":1728682154920,"duration":0}},{"uid":"88e123f5b51ea229","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/88e123f5b51ea229","status":"passed","time":{"start":1728676629328,"stop":1728676629329,"duration":1}},{"uid":"70ebaae8a1c5988d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/70ebaae8a1c5988d","status":"passed","time":{"start":1728669352395,"stop":1728669352395,"duration":0}},{"uid":"9c84f90481b2dd5c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9c84f90481b2dd5c","status":"passed","time":{"start":1728597693130,"stop":1728597693130,"duration":0}},{"uid":"e6f0f72458a96875","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e6f0f72458a96875","status":"passed","time":{"start":1728596912668,"stop":1728596912668,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d966242160424cae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d966242160424cae","status":"passed","time":{"start":1729034014864,"stop":1729034014867,"duration":3}},{"uid":"f0d674e490ac5a4d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f0d674e490ac5a4d","status":"passed","time":{"start":1729032065449,"stop":1729032065450,"duration":1}},{"uid":"91ff214cf9dc5e25","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/91ff214cf9dc5e25","status":"passed","time":{"start":1728901664251,"stop":1728901664264,"duration":13}},{"uid":"e73432d930b513d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e73432d930b513d8","status":"passed","time":{"start":1728893093690,"stop":1728893093690,"duration":0}},{"uid":"2f45449035e1d34b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f45449035e1d34b","status":"passed","time":{"start":1728856055270,"stop":1728856055271,"duration":1}},{"uid":"6e8fcb620266428","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e8fcb620266428","status":"passed","time":{"start":1728738274742,"stop":1728738274743,"duration":1}},{"uid":"669ce71c3293dbbb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/669ce71c3293dbbb","status":"passed","time":{"start":1728682807955,"stop":1728682807955,"duration":0}},{"uid":"9c8012a70773c1c4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9c8012a70773c1c4","status":"passed","time":{"start":1728682381283,"stop":1728682381283,"duration":0}},{"uid":"55d55cebe012379a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/55d55cebe012379a","status":"passed","time":{"start":1728676853896,"stop":1728676853896,"duration":0}},{"uid":"7e371689f28221be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7e371689f28221be","status":"passed","time":{"start":1728669581693,"stop":1728669581693,"duration":0}},{"uid":"4d201358b94d64a8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4d201358b94d64a8","status":"passed","time":{"start":1728597923478,"stop":1728597923480,"duration":2}},{"uid":"2dabbc4c1407eb6b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2dabbc4c1407eb6b","status":"passed","time":{"start":1728597132262,"stop":1728597132262,"duration":0}}]},"d67850b834c959bec0e7abc5ce40f688:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdf3fb8de5a5eaa0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fdf3fb8de5a5eaa0","status":"passed","time":{"start":1728738494950,"stop":1728738494950,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e1dd3b8041b1fb0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e1dd3b8041b1fb0d","status":"passed","time":{"start":1729033843119,"stop":1729033843123,"duration":4}},{"uid":"843408000b655092","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/843408000b655092","status":"passed","time":{"start":1729031892681,"stop":1729031892681,"duration":0}},{"uid":"d90aef6dcacbdc67","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d90aef6dcacbdc67","status":"passed","time":{"start":1728901438812,"stop":1728901438812,"duration":0}},{"uid":"e8b2a78765e6a71e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e8b2a78765e6a71e","status":"passed","time":{"start":1728892869005,"stop":1728892869005,"duration":0}},{"uid":"dba33df5ed967df1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dba33df5ed967df1","status":"passed","time":{"start":1728855831896,"stop":1728855831897,"duration":1}},{"uid":"f2f8bdeb5adc13b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f2f8bdeb5adc13b","status":"passed","time":{"start":1728738049044,"stop":1728738049044,"duration":0}},{"uid":"d324acbfc44c9882","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d324acbfc44c9882","status":"passed","time":{"start":1728682582624,"stop":1728682582624,"duration":0}},{"uid":"29fdcb0a19cb8eb8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/29fdcb0a19cb8eb8","status":"passed","time":{"start":1728682155412,"stop":1728682155412,"duration":0}},{"uid":"ca3db491bd824747","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca3db491bd824747","status":"passed","time":{"start":1728676629978,"stop":1728676629979,"duration":1}},{"uid":"e05798c988c7d888","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e05798c988c7d888","status":"passed","time":{"start":1728669353105,"stop":1728669353106,"duration":1}},{"uid":"ff9a10f6c3f579a1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ff9a10f6c3f579a1","status":"passed","time":{"start":1728597693851,"stop":1728597693852,"duration":1}},{"uid":"8907301340bf0965","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8907301340bf0965","status":"passed","time":{"start":1728596913095,"stop":1728596913096,"duration":1}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"27758764287c26f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27758764287c26f5","status":"passed","time":{"start":1729034129467,"stop":1729034129467,"duration":0}},{"uid":"b74ab397d34242b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b74ab397d34242b","status":"passed","time":{"start":1729032178361,"stop":1729032178361,"duration":0}},{"uid":"2d93ef577343189b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2d93ef577343189b","status":"passed","time":{"start":1728901896339,"stop":1728901896339,"duration":0}},{"uid":"22bc3e1a00988826","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/22bc3e1a00988826","status":"passed","time":{"start":1728893329018,"stop":1728893329018,"duration":0}},{"uid":"dae97a9df71b7539","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dae97a9df71b7539","status":"passed","time":{"start":1728856284753,"stop":1728856284754,"duration":1}},{"uid":"6f765e08e49e2c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f765e08e49e2c","status":"passed","time":{"start":1728738494929,"stop":1728738494929,"duration":0}},{"uid":"5e203be058b5d8c9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e203be058b5d8c9","status":"passed","time":{"start":1728683033624,"stop":1728683033624,"duration":0}},{"uid":"855f6b0240f27ef4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/855f6b0240f27ef4","status":"passed","time":{"start":1728682601729,"stop":1728682601729,"duration":0}},{"uid":"ebbf5a0ce5866ae3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ebbf5a0ce5866ae3","status":"passed","time":{"start":1728677107954,"stop":1728677107954,"duration":0}},{"uid":"65ba37881835d0ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/65ba37881835d0ab","status":"passed","time":{"start":1728669764743,"stop":1728669764743,"duration":0}},{"uid":"e58e6d9507ffaa4d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e58e6d9507ffaa4d","status":"passed","time":{"start":1728598157552,"stop":1728598157552,"duration":0}},{"uid":"f11b0afe4a383e89","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f11b0afe4a383e89","status":"passed","time":{"start":1728597369050,"stop":1728597369051,"duration":1}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d53e203e593bd5a9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d53e203e593bd5a9","status":"passed","time":{"start":1729034121904,"stop":1729034121905,"duration":1}},{"uid":"d691475e95e7e2ba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d691475e95e7e2ba","status":"passed","time":{"start":1729032174831,"stop":1729032174841,"duration":10}},{"uid":"a3f8656aeba1aae5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3f8656aeba1aae5","status":"passed","time":{"start":1728901881010,"stop":1728901881010,"duration":0}},{"uid":"942047887817f693","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/942047887817f693","status":"passed","time":{"start":1728893317157,"stop":1728893317158,"duration":1}},{"uid":"92bd3aa8655086ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92bd3aa8655086ab","status":"passed","time":{"start":1728856263087,"stop":1728856263087,"duration":0}},{"uid":"4d90ea2319abbd12","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4d90ea2319abbd12","status":"passed","time":{"start":1728738492796,"stop":1728738492796,"duration":0}},{"uid":"ea290b18a51f59bf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ea290b18a51f59bf","status":"passed","time":{"start":1728683030019,"stop":1728683030019,"duration":0}},{"uid":"dd927831ac0a3af0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dd927831ac0a3af0","status":"passed","time":{"start":1728682581098,"stop":1728682581101,"duration":3}},{"uid":"aceb4d09e26cb3d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aceb4d09e26cb3d2","status":"passed","time":{"start":1728677081991,"stop":1728677081992,"duration":1}},{"uid":"4a5ce97399de34db","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4a5ce97399de34db","status":"passed","time":{"start":1728669795393,"stop":1728669795393,"duration":0}},{"uid":"90098a3567b7bd10","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90098a3567b7bd10","status":"passed","time":{"start":1728598137501,"stop":1728598137502,"duration":1}},{"uid":"e6b95c44bdd361bb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e6b95c44bdd361bb","status":"passed","time":{"start":1728597353478,"stop":1728597353478,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"29af7bcdad211c66","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/29af7bcdad211c66","status":"passed","time":{"start":1729034129471,"stop":1729034129472,"duration":1}},{"uid":"9298b318f140a183","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9298b318f140a183","status":"passed","time":{"start":1729032178365,"stop":1729032178365,"duration":0}},{"uid":"3ab097147bf4fccd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3ab097147bf4fccd","status":"passed","time":{"start":1728901896344,"stop":1728901896344,"duration":0}},{"uid":"df1028b5577ddcf9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/df1028b5577ddcf9","status":"passed","time":{"start":1728893329022,"stop":1728893329022,"duration":0}},{"uid":"acc9263a4f88f271","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acc9263a4f88f271","status":"passed","time":{"start":1728856284759,"stop":1728856284760,"duration":1}},{"uid":"f7a4723dda0a628d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f7a4723dda0a628d","status":"passed","time":{"start":1728738494936,"stop":1728738494937,"duration":1}},{"uid":"680240bf97e9a9fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/680240bf97e9a9fd","status":"passed","time":{"start":1728683033629,"stop":1728683033629,"duration":0}},{"uid":"4dd8e1fa63bc3372","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4dd8e1fa63bc3372","status":"passed","time":{"start":1728682601733,"stop":1728682601734,"duration":1}},{"uid":"4aad8bdbddbbe46f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4aad8bdbddbbe46f","status":"passed","time":{"start":1728677107959,"stop":1728677107959,"duration":0}},{"uid":"ff989f1117fc29da","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff989f1117fc29da","status":"passed","time":{"start":1728669764748,"stop":1728669764748,"duration":0}},{"uid":"4e1b5dec0d9223cc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4e1b5dec0d9223cc","status":"passed","time":{"start":1728598157559,"stop":1728598157559,"duration":0}},{"uid":"bdf929ecb7a7d0c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bdf929ecb7a7d0c6","status":"passed","time":{"start":1728597369058,"stop":1728597369058,"duration":0}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c5c3fc2dd1b960a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5c3fc2dd1b960a8","status":"passed","time":{"start":1729034066291,"stop":1729034066292,"duration":1}},{"uid":"efcfaf8e2ffa5857","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/efcfaf8e2ffa5857","status":"passed","time":{"start":1729032098483,"stop":1729032098484,"duration":1}},{"uid":"53a2e5bbf741f2c1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53a2e5bbf741f2c1","status":"passed","time":{"start":1728901785810,"stop":1728901785810,"duration":0}},{"uid":"28a64de798649c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/28a64de798649c1","status":"passed","time":{"start":1728893218882,"stop":1728893218882,"duration":0}},{"uid":"13acf5f9438541a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/13acf5f9438541a5","status":"passed","time":{"start":1728856163811,"stop":1728856163811,"duration":0}},{"uid":"f44ae5bfcb841b0f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f44ae5bfcb841b0f","status":"passed","time":{"start":1728738377011,"stop":1728738377011,"duration":0}},{"uid":"ea5cd1787266f82a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ea5cd1787266f82a","status":"passed","time":{"start":1728682920270,"stop":1728682920270,"duration":0}},{"uid":"18d7d26e27238218","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18d7d26e27238218","status":"passed","time":{"start":1728682501675,"stop":1728682501675,"duration":0}},{"uid":"35ac7268021a1cf7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35ac7268021a1cf7","status":"passed","time":{"start":1728676985181,"stop":1728676985181,"duration":0}},{"uid":"1555c07218d4190f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1555c07218d4190f","status":"passed","time":{"start":1728669632496,"stop":1728669632496,"duration":0}},{"uid":"eabb3619b45272a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eabb3619b45272a4","status":"passed","time":{"start":1728598050003,"stop":1728598050003,"duration":0}},{"uid":"b35dfe5cffe93fcb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b35dfe5cffe93fcb","status":"passed","time":{"start":1728597264096,"stop":1728597264096,"duration":0}}]},"8b2fcd4f5586d06e59daf0bb4e97b262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e63325d59050479","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e63325d59050479","status":"passed","time":{"start":1729032235300,"stop":1729032235300,"duration":0}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5ee8a9074f1fe826","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ee8a9074f1fe826","status":"passed","time":{"start":1729034162416,"stop":1729034162416,"duration":0}},{"uid":"fc6b8066f46465ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fc6b8066f46465ef","status":"passed","time":{"start":1729032197327,"stop":1729032197327,"duration":0}},{"uid":"73ba4df9a16e99c5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/73ba4df9a16e99c5","status":"passed","time":{"start":1728901899717,"stop":1728901899717,"duration":0}},{"uid":"e95cafaae8b6fe22","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e95cafaae8b6fe22","status":"passed","time":{"start":1728893334924,"stop":1728893334924,"duration":0}},{"uid":"84104d8365c477eb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/84104d8365c477eb","status":"passed","time":{"start":1728856288028,"stop":1728856288028,"duration":0}},{"uid":"8733bfc303dabb94","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8733bfc303dabb94","status":"passed","time":{"start":1728738501690,"stop":1728738501690,"duration":0}},{"uid":"1e0d8014041e7a20","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1e0d8014041e7a20","status":"passed","time":{"start":1728683044489,"stop":1728683044490,"duration":1}},{"uid":"181420f20255b9f6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/181420f20255b9f6","status":"passed","time":{"start":1728682619635,"stop":1728682619635,"duration":0}},{"uid":"da3a02e3cb72b239","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/da3a02e3cb72b239","status":"passed","time":{"start":1728677104187,"stop":1728677104188,"duration":1}},{"uid":"7ffb8b7f54f8cd57","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ffb8b7f54f8cd57","status":"passed","time":{"start":1728669759888,"stop":1728669759888,"duration":0}},{"uid":"6a76226d452ac6f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a76226d452ac6f8","status":"passed","time":{"start":1728598164492,"stop":1728598164493,"duration":1}},{"uid":"16f57bab120c5daa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/16f57bab120c5daa","status":"passed","time":{"start":1728597385269,"stop":1728597385270,"duration":1}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ec41d35d1f5579dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ec41d35d1f5579dd","status":"passed","time":{"start":1729034169192,"stop":1729034169192,"duration":0}},{"uid":"cc7fdfdf84f123d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cc7fdfdf84f123d1","status":"passed","time":{"start":1729032228064,"stop":1729032228064,"duration":0}},{"uid":"4b1ebfee160daea6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b1ebfee160daea6","status":"passed","time":{"start":1728901947141,"stop":1728901947141,"duration":0}},{"uid":"e91dc172fb20b416","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e91dc172fb20b416","status":"passed","time":{"start":1728893380054,"stop":1728893380056,"duration":2}},{"uid":"10bad63eaa2b53","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/10bad63eaa2b53","status":"passed","time":{"start":1728856336876,"stop":1728856336877,"duration":1}},{"uid":"c75181e428d162be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c75181e428d162be","status":"passed","time":{"start":1728738551160,"stop":1728738551161,"duration":1}},{"uid":"11a4e37abc8035fe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/11a4e37abc8035fe","status":"passed","time":{"start":1728683095873,"stop":1728683095873,"duration":0}},{"uid":"57f4929910850071","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/57f4929910850071","status":"passed","time":{"start":1728682657383,"stop":1728682657384,"duration":1}},{"uid":"31a778e32b8e038a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/31a778e32b8e038a","status":"passed","time":{"start":1728677151459,"stop":1728677151460,"duration":1}},{"uid":"ebde44d9301218af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebde44d9301218af","status":"passed","time":{"start":1728669832891,"stop":1728669832891,"duration":0}},{"uid":"33c3910f9b4d7499","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/33c3910f9b4d7499","status":"passed","time":{"start":1728598215606,"stop":1728598215607,"duration":1}},{"uid":"326641a417616188","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/326641a417616188","status":"passed","time":{"start":1728597425039,"stop":1728597425039,"duration":0}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dca2201e500a7a43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dca2201e500a7a43","status":"passed","time":{"start":1729034129470,"stop":1729034129470,"duration":0}},{"uid":"c86e2a211a390485","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c86e2a211a390485","status":"passed","time":{"start":1729032178364,"stop":1729032178364,"duration":0}},{"uid":"dceea04b249183b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dceea04b249183b7","status":"passed","time":{"start":1728901896342,"stop":1728901896343,"duration":1}},{"uid":"f7ad791ff36fe118","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f7ad791ff36fe118","status":"passed","time":{"start":1728893329021,"stop":1728893329021,"duration":0}},{"uid":"9426b280890199d3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9426b280890199d3","status":"passed","time":{"start":1728856284757,"stop":1728856284757,"duration":0}},{"uid":"3476f4d4271ab418","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3476f4d4271ab418","status":"passed","time":{"start":1728738494934,"stop":1728738494934,"duration":0}},{"uid":"60d51a1131cd68b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/60d51a1131cd68b4","status":"passed","time":{"start":1728683033627,"stop":1728683033628,"duration":1}},{"uid":"8e3bed435066cfa6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e3bed435066cfa6","status":"passed","time":{"start":1728682601732,"stop":1728682601732,"duration":0}},{"uid":"ef5c341a8804de27","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef5c341a8804de27","status":"passed","time":{"start":1728677107958,"stop":1728677107958,"duration":0}},{"uid":"c79f4e62bb0d8fba","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c79f4e62bb0d8fba","status":"passed","time":{"start":1728669764747,"stop":1728669764747,"duration":0}},{"uid":"c544b426e7baa8a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c544b426e7baa8a","status":"passed","time":{"start":1728598157558,"stop":1728598157558,"duration":0}},{"uid":"709c46c83c9584d9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/709c46c83c9584d9","status":"passed","time":{"start":1728597369057,"stop":1728597369057,"duration":0}}]},"8553e1551b1aff49f5974b536151b554:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4e8191f039891c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d4e8191f039891c","status":"passed","time":{"start":1728682652692,"stop":1728682652693,"duration":1}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"be8c92bf6f0d17f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be8c92bf6f0d17f9","status":"passed","time":{"start":1729033858272,"stop":1729033858272,"duration":0}},{"uid":"7cfa6ea7a8d85f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7cfa6ea7a8d85f","status":"passed","time":{"start":1729031908178,"stop":1729031908178,"duration":0}},{"uid":"98ceadc300ae276d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/98ceadc300ae276d","status":"passed","time":{"start":1728901453934,"stop":1728901453935,"duration":1}},{"uid":"1efcf877ef527cee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1efcf877ef527cee","status":"passed","time":{"start":1728892884411,"stop":1728892884411,"duration":0}},{"uid":"57b1b9a2fc64991f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/57b1b9a2fc64991f","status":"passed","time":{"start":1728855846880,"stop":1728855846880,"duration":0}},{"uid":"7a4a076a36ba00ae","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a4a076a36ba00ae","status":"passed","time":{"start":1728738064184,"stop":1728738064184,"duration":0}},{"uid":"b6af411b3399a935","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6af411b3399a935","status":"passed","time":{"start":1728682597762,"stop":1728682597762,"duration":0}},{"uid":"8dd229f04269ae27","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8dd229f04269ae27","status":"passed","time":{"start":1728682170541,"stop":1728682170541,"duration":0}},{"uid":"855097d9f5fe6d4d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/855097d9f5fe6d4d","status":"passed","time":{"start":1728676645201,"stop":1728676645201,"duration":0}},{"uid":"d02bcc52e9147ae1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d02bcc52e9147ae1","status":"passed","time":{"start":1728669368196,"stop":1728669368196,"duration":0}},{"uid":"5cb6d430271187e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5cb6d430271187e9","status":"passed","time":{"start":1728597709013,"stop":1728597709013,"duration":0}},{"uid":"c97fc45f474653d0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c97fc45f474653d0","status":"passed","time":{"start":1728596928107,"stop":1728596928107,"duration":0}}]},"380111472c8fafb0322a21f04ab37b43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0256f2ccf0e5eca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0256f2ccf0e5eca","status":"passed","time":{"start":1728738567469,"stop":1728738567469,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"bc49bcae5720a76f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bc49bcae5720a76f","status":"passed","time":{"start":1729034041508,"stop":1729034041508,"duration":0}},{"uid":"c0ba0109bbc4ca1c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c0ba0109bbc4ca1c","status":"passed","time":{"start":1728901705420,"stop":1728901705421,"duration":1}},{"uid":"a79be547c496e0b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a79be547c496e0b0","status":"passed","time":{"start":1728893141784,"stop":1728893141784,"duration":0}},{"uid":"ee36612ebe385738","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ee36612ebe385738","status":"passed","time":{"start":1728856087088,"stop":1728856087089,"duration":1}},{"uid":"5fc4b8f28f0fcddd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5fc4b8f28f0fcddd","status":"passed","time":{"start":1728738321459,"stop":1728738321459,"duration":0}},{"uid":"946f32219042f3d0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/946f32219042f3d0","status":"passed","time":{"start":1728682845682,"stop":1728682845683,"duration":1}},{"uid":"107058da5d6c876e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/107058da5d6c876e","status":"passed","time":{"start":1728682424319,"stop":1728682424319,"duration":0}},{"uid":"b160b9c33c6dcc81","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b160b9c33c6dcc81","status":"passed","time":{"start":1728676900548,"stop":1728676900548,"duration":0}},{"uid":"784263618d56ea38","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/784263618d56ea38","status":"passed","time":{"start":1728669625819,"stop":1728669625820,"duration":1}},{"uid":"4357a4962ed07085","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4357a4962ed07085","status":"passed","time":{"start":1728597957180,"stop":1728597957181,"duration":1}},{"uid":"90724f469634f34e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90724f469634f34e","status":"passed","time":{"start":1728597182625,"stop":1728597182625,"duration":0}}]},"a2658ad6df364341c341f8d75607d661:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40c7d77eba77849d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/40c7d77eba77849d","status":"passed","time":{"start":1728669834439,"stop":1728669834440,"duration":1}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f4f4b6d6cf68e401","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f4f4b6d6cf68e401","status":"passed","time":{"start":1729034208295,"stop":1729034208295,"duration":0}},{"uid":"10cf581b3101a132","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/10cf581b3101a132","status":"passed","time":{"start":1729032257067,"stop":1729032257076,"duration":9}},{"uid":"a7d1b0e4121c77da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7d1b0e4121c77da","status":"passed","time":{"start":1728902024013,"stop":1728902024013,"duration":0}},{"uid":"8220ed90135cb271","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8220ed90135cb271","status":"passed","time":{"start":1728893455130,"stop":1728893455130,"duration":0}},{"uid":"474e2dff0439a55","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/474e2dff0439a55","status":"passed","time":{"start":1728856404966,"stop":1728856404967,"duration":1}},{"uid":"7521c2d18849bf42","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7521c2d18849bf42","status":"passed","time":{"start":1728738634669,"stop":1728738634670,"duration":1}},{"uid":"4bbcf07720536ec4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bbcf07720536ec4","status":"passed","time":{"start":1728683163621,"stop":1728683163621,"duration":0}},{"uid":"c756eb5e3ec710bc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c756eb5e3ec710bc","status":"passed","time":{"start":1728682737542,"stop":1728682737543,"duration":1}},{"uid":"78a23f658890c5b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/78a23f658890c5b3","status":"passed","time":{"start":1728677222567,"stop":1728677222568,"duration":1}},{"uid":"fc3e330e44921b8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fc3e330e44921b8","status":"passed","time":{"start":1728669905044,"stop":1728669905045,"duration":1}},{"uid":"6ffc975491575bac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6ffc975491575bac","status":"passed","time":{"start":1728598284366,"stop":1728598284366,"duration":0}},{"uid":"a3527b3de1f9307d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3527b3de1f9307d","status":"passed","time":{"start":1728597506831,"stop":1728597506831,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6a2dd40c8790e869","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a2dd40c8790e869","status":"passed","time":{"start":1729033904747,"stop":1729033904747,"duration":0}},{"uid":"96e0ee65df66da37","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/96e0ee65df66da37","status":"passed","time":{"start":1729031952293,"stop":1729031952294,"duration":1}},{"uid":"2e739279473c798e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2e739279473c798e","status":"passed","time":{"start":1728901498547,"stop":1728901498548,"duration":1}},{"uid":"88699e4751262d06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/88699e4751262d06","status":"passed","time":{"start":1728892934940,"stop":1728892934940,"duration":0}},{"uid":"7d7685a03485326a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d7685a03485326a","status":"passed","time":{"start":1728855901087,"stop":1728855901087,"duration":0}},{"uid":"ebc468316489fc28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ebc468316489fc28","status":"passed","time":{"start":1728738109821,"stop":1728738109821,"duration":0}},{"uid":"37cccc36f5c4f2c1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/37cccc36f5c4f2c1","status":"passed","time":{"start":1728682641762,"stop":1728682641764,"duration":2}},{"uid":"43a20edb023443c2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/43a20edb023443c2","status":"passed","time":{"start":1728682224055,"stop":1728682224056,"duration":1}},{"uid":"10dc3d6e9a8c0635","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/10dc3d6e9a8c0635","status":"passed","time":{"start":1728676692590,"stop":1728676692590,"duration":0}},{"uid":"4be8a7538cc6a4c4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4be8a7538cc6a4c4","status":"passed","time":{"start":1728669414325,"stop":1728669414326,"duration":1}},{"uid":"39465e53b27f8572","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39465e53b27f8572","status":"passed","time":{"start":1728597758157,"stop":1728597758157,"duration":0}},{"uid":"5686496f1c2cc70b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5686496f1c2cc70b","status":"passed","time":{"start":1728596973960,"stop":1728596973960,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fec9c2aa22b41add","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fec9c2aa22b41add","status":"passed","time":{"start":1729033843118,"stop":1729033843118,"duration":0}},{"uid":"3a255ceb37c1023","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3a255ceb37c1023","status":"passed","time":{"start":1729031892677,"stop":1729031892680,"duration":3}},{"uid":"b8a2d9cef04d8a4d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8a2d9cef04d8a4d","status":"passed","time":{"start":1728901438811,"stop":1728901438811,"duration":0}},{"uid":"dee349336f8b2fd9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dee349336f8b2fd9","status":"passed","time":{"start":1728892869000,"stop":1728892869000,"duration":0}},{"uid":"82b49cf7825e2ced","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/82b49cf7825e2ced","status":"passed","time":{"start":1728855831892,"stop":1728855831892,"duration":0}},{"uid":"39102be81c14958c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/39102be81c14958c","status":"passed","time":{"start":1728738049040,"stop":1728738049040,"duration":0}},{"uid":"e2a22015d559326e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e2a22015d559326e","status":"passed","time":{"start":1728682582618,"stop":1728682582618,"duration":0}},{"uid":"9302fa54f16c7879","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9302fa54f16c7879","status":"passed","time":{"start":1728682155411,"stop":1728682155411,"duration":0}},{"uid":"fe6a75af9fff3725","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe6a75af9fff3725","status":"passed","time":{"start":1728676629973,"stop":1728676629974,"duration":1}},{"uid":"63524ad3dc41ccca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/63524ad3dc41ccca","status":"passed","time":{"start":1728669353101,"stop":1728669353101,"duration":0}},{"uid":"50f97c27d2219032","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/50f97c27d2219032","status":"passed","time":{"start":1728597693846,"stop":1728597693846,"duration":0}},{"uid":"8b9744ed5ab5a928","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8b9744ed5ab5a928","status":"passed","time":{"start":1728596913090,"stop":1728596913091,"duration":1}}]},"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"60ff1e299ba587d3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/60ff1e299ba587d3","status":"passed","time":{"start":1729034191994,"stop":1729034191995,"duration":1}},{"uid":"46195923a122e2d3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/46195923a122e2d3","status":"passed","time":{"start":1729032246144,"stop":1729032246144,"duration":0}},{"uid":"9602d7b37a854e8e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9602d7b37a854e8e","status":"passed","time":{"start":1728902009942,"stop":1728902009942,"duration":0}},{"uid":"1cc8fbc5cf6bb6ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cc8fbc5cf6bb6ca","status":"passed","time":{"start":1728893442067,"stop":1728893442068,"duration":1}},{"uid":"1f1e2bafc202ce0d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f1e2bafc202ce0d","status":"passed","time":{"start":1728856390379,"stop":1728856390379,"duration":0}},{"uid":"1381945c5239e1a1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1381945c5239e1a1","status":"passed","time":{"start":1728738615984,"stop":1728738615985,"duration":1}},{"uid":"bfa147da2883ba50","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bfa147da2883ba50","status":"passed","time":{"start":1728683138590,"stop":1728683138590,"duration":0}},{"uid":"4f338fbe9f81d9aa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4f338fbe9f81d9aa","status":"passed","time":{"start":1728682713979,"stop":1728682713979,"duration":0}},{"uid":"fce7ec00a969dbb8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fce7ec00a969dbb8","status":"passed","time":{"start":1728677205665,"stop":1728677205665,"duration":0}},{"uid":"3559c7be7cd2f80a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3559c7be7cd2f80a","status":"passed","time":{"start":1728669886306,"stop":1728669886306,"duration":0}},{"uid":"cdd92b16b4657008","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cdd92b16b4657008","status":"passed","time":{"start":1728598272274,"stop":1728598272274,"duration":0}},{"uid":"b2530edf081c3c68","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2530edf081c3c68","status":"passed","time":{"start":1728597492995,"stop":1728597492995,"duration":0}}]},"6f49360a775ab897b92eaa607bea720e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2057d93138268c91","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2057d93138268c91","status":"passed","time":{"start":1728682581096,"stop":1728682581097,"duration":1}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ef61c7e9ea3322d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ef61c7e9ea3322d7","status":"passed","time":{"start":1729034137149,"stop":1729034137150,"duration":1}},{"uid":"be5f4244dbc12981","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be5f4244dbc12981","status":"passed","time":{"start":1729032206884,"stop":1729032206884,"duration":0}},{"uid":"8c17ac1c45aa420b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8c17ac1c45aa420b","status":"passed","time":{"start":1728901995027,"stop":1728901995027,"duration":0}},{"uid":"25f1037db933b591","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25f1037db933b591","status":"passed","time":{"start":1728893421004,"stop":1728893421006,"duration":2}},{"uid":"7b3b45027b67cb3a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7b3b45027b67cb3a","status":"passed","time":{"start":1728856368604,"stop":1728856368604,"duration":0}},{"uid":"bb6839cac0dc5def","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb6839cac0dc5def","status":"passed","time":{"start":1728738604690,"stop":1728738604690,"duration":0}},{"uid":"7b0bb8257fb2740d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b0bb8257fb2740d","status":"passed","time":{"start":1728683117651,"stop":1728683117652,"duration":1}},{"uid":"ea4582843ca98fa2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea4582843ca98fa2","status":"passed","time":{"start":1728682721324,"stop":1728682721324,"duration":0}},{"uid":"39e4fcd02973b32","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/39e4fcd02973b32","status":"passed","time":{"start":1728677184690,"stop":1728677184691,"duration":1}},{"uid":"3547c66db21078a8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3547c66db21078a8","status":"passed","time":{"start":1728669866471,"stop":1728669866472,"duration":1}},{"uid":"4befecc29d67d6d7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4befecc29d67d6d7","status":"passed","time":{"start":1728598250007,"stop":1728598250007,"duration":0}},{"uid":"ca04a4e0db088596","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ca04a4e0db088596","status":"passed","time":{"start":1728597472307,"stop":1728597472307,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"56fe24c9e41f5f3b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/56fe24c9e41f5f3b","status":"passed","time":{"start":1729034137156,"stop":1729034137157,"duration":1}},{"uid":"e3ed0effe7cce2d5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e3ed0effe7cce2d5","status":"passed","time":{"start":1729032206888,"stop":1729032206888,"duration":0}},{"uid":"65e785f8fb1aca8a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65e785f8fb1aca8a","status":"passed","time":{"start":1728901995036,"stop":1728901995036,"duration":0}},{"uid":"11f3c8016d0bdf97","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/11f3c8016d0bdf97","status":"passed","time":{"start":1728893421009,"stop":1728893421009,"duration":0}},{"uid":"7a8ac835a5cb5166","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7a8ac835a5cb5166","status":"passed","time":{"start":1728856368610,"stop":1728856368610,"duration":0}},{"uid":"d8d16421040525d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d8d16421040525d","status":"passed","time":{"start":1728738604692,"stop":1728738604693,"duration":1}},{"uid":"c951e9863a2f44cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c951e9863a2f44cc","status":"passed","time":{"start":1728683117675,"stop":1728683117676,"duration":1}},{"uid":"284863637e543e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/284863637e543e4","status":"passed","time":{"start":1728682721327,"stop":1728682721327,"duration":0}},{"uid":"7c2637a8af6ccad6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c2637a8af6ccad6","status":"passed","time":{"start":1728677184694,"stop":1728677184694,"duration":0}},{"uid":"6c91d73260bc3b69","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c91d73260bc3b69","status":"passed","time":{"start":1728669866478,"stop":1728669866479,"duration":1}},{"uid":"6c98b1eda00ea5c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6c98b1eda00ea5c6","status":"passed","time":{"start":1728598250013,"stop":1728598250013,"duration":0}},{"uid":"2c1b8da6b1c65bde","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c1b8da6b1c65bde","status":"passed","time":{"start":1728597472310,"stop":1728597472310,"duration":0}}]},"68e8a3b4e2ca50c7f0f0f40dd92f172c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"396b403c42889aef","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/396b403c42889aef","status":"passed","time":{"start":1728597353476,"stop":1728597353476,"duration":0}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"987fe2883b8da6e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/987fe2883b8da6e5","status":"passed","time":{"start":1729034137146,"stop":1729034137146,"duration":0}},{"uid":"73c5530effc1de8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73c5530effc1de8c","status":"passed","time":{"start":1729032206879,"stop":1729032206879,"duration":0}},{"uid":"7171655a0e731fe1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7171655a0e731fe1","status":"passed","time":{"start":1728901995025,"stop":1728901995025,"duration":0}},{"uid":"769a75285c89b79d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/769a75285c89b79d","status":"passed","time":{"start":1728893421001,"stop":1728893421002,"duration":1}},{"uid":"e6f26e0affe64fd7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e6f26e0affe64fd7","status":"passed","time":{"start":1728856368601,"stop":1728856368602,"duration":1}},{"uid":"edb27beb27443479","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edb27beb27443479","status":"passed","time":{"start":1728738604685,"stop":1728738604686,"duration":1}},{"uid":"9a9bac8e34620936","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9a9bac8e34620936","status":"passed","time":{"start":1728683117640,"stop":1728683117641,"duration":1}},{"uid":"68f7868f1022e89c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/68f7868f1022e89c","status":"passed","time":{"start":1728682721321,"stop":1728682721322,"duration":1}},{"uid":"5d36a771427dcca5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5d36a771427dcca5","status":"passed","time":{"start":1728677184687,"stop":1728677184688,"duration":1}},{"uid":"2abdd409ce78fda4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2abdd409ce78fda4","status":"passed","time":{"start":1728669866458,"stop":1728669866465,"duration":7}},{"uid":"b69e0ccfe2d35cca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b69e0ccfe2d35cca","status":"passed","time":{"start":1728598249997,"stop":1728598249999,"duration":2}},{"uid":"506e8f3dfcaf1411","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/506e8f3dfcaf1411","status":"passed","time":{"start":1728597472302,"stop":1728597472302,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"94edeca01736ea9e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/94edeca01736ea9e","status":"passed","time":{"start":1729034169193,"stop":1729034169193,"duration":0}},{"uid":"c6199404bba2d58c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6199404bba2d58c","status":"passed","time":{"start":1729032228064,"stop":1729032228064,"duration":0}},{"uid":"d728aba22efa3544","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d728aba22efa3544","status":"passed","time":{"start":1728901947142,"stop":1728901947144,"duration":2}},{"uid":"d8d0f5c72c321533","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d8d0f5c72c321533","status":"passed","time":{"start":1728893380056,"stop":1728893380056,"duration":0}},{"uid":"aa68266fa3a92ac8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aa68266fa3a92ac8","status":"passed","time":{"start":1728856336877,"stop":1728856336878,"duration":1}},{"uid":"d94e035baff91a6e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d94e035baff91a6e","status":"passed","time":{"start":1728738551162,"stop":1728738551162,"duration":0}},{"uid":"e49a21d4223a54fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e49a21d4223a54fb","status":"passed","time":{"start":1728683095873,"stop":1728683095874,"duration":1}},{"uid":"2de4ec99f5d7cf27","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2de4ec99f5d7cf27","status":"passed","time":{"start":1728682657384,"stop":1728682657385,"duration":1}},{"uid":"87a1bf1b4336d89a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87a1bf1b4336d89a","status":"passed","time":{"start":1728677151460,"stop":1728677151464,"duration":4}},{"uid":"3fc60d8c55a9fbda","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3fc60d8c55a9fbda","status":"passed","time":{"start":1728669832892,"stop":1728669832892,"duration":0}},{"uid":"6cae606c4ec7c28d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6cae606c4ec7c28d","status":"passed","time":{"start":1728598215607,"stop":1728598215607,"duration":0}},{"uid":"b6f8134975c003a0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b6f8134975c003a0","status":"passed","time":{"start":1728597425040,"stop":1728597425040,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c5a47a36237b83ab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5a47a36237b83ab","status":"passed","time":{"start":1729033892945,"stop":1729033892948,"duration":3}},{"uid":"b9c64221805f56d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b9c64221805f56d1","status":"passed","time":{"start":1729031943342,"stop":1729031943344,"duration":2}},{"uid":"af4f8cddfefad206","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/af4f8cddfefad206","status":"passed","time":{"start":1728901487505,"stop":1728901487509,"duration":4}},{"uid":"974e3092b22191b7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/974e3092b22191b7","status":"passed","time":{"start":1728892920369,"stop":1728892920383,"duration":14}},{"uid":"39b070de5c97f64e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39b070de5c97f64e","status":"passed","time":{"start":1728855881492,"stop":1728855881494,"duration":2}},{"uid":"401bcf6bd698aa2f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/401bcf6bd698aa2f","status":"passed","time":{"start":1728738098723,"stop":1728738098725,"duration":2}},{"uid":"36007dd2ebe1cafe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36007dd2ebe1cafe","status":"passed","time":{"start":1728682632215,"stop":1728682632217,"duration":2}},{"uid":"d2458a1b473855e8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d2458a1b473855e8","status":"passed","time":{"start":1728682205205,"stop":1728682205207,"duration":2}},{"uid":"c1794820e1fbc526","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1794820e1fbc526","status":"passed","time":{"start":1728676680971,"stop":1728676680973,"duration":2}},{"uid":"4ca9869982638f40","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4ca9869982638f40","status":"passed","time":{"start":1728669404734,"stop":1728669404736,"duration":2}},{"uid":"58d7a15b9157499c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58d7a15b9157499c","status":"passed","time":{"start":1728597743839,"stop":1728597743841,"duration":2}},{"uid":"8f6ad414edd49f38","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8f6ad414edd49f38","status":"passed","time":{"start":1728596961177,"stop":1728596961179,"duration":2}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a66b66b32d1511fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a66b66b32d1511fa","status":"passed","time":{"start":1729034209095,"stop":1729034209095,"duration":0}},{"uid":"6855859dbf1a2f30","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6855859dbf1a2f30","status":"passed","time":{"start":1729032264566,"stop":1729032264566,"duration":0}},{"uid":"a8749e88c3776e0f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a8749e88c3776e0f","status":"passed","time":{"start":1728902012846,"stop":1728902012847,"duration":1}},{"uid":"f2dfa66a9f529e97","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f2dfa66a9f529e97","status":"passed","time":{"start":1728893454809,"stop":1728893454810,"duration":1}},{"uid":"a28cc198a7ec0b63","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a28cc198a7ec0b63","status":"passed","time":{"start":1728856408450,"stop":1728856408451,"duration":1}},{"uid":"37db7b04593611da","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37db7b04593611da","status":"passed","time":{"start":1728738633853,"stop":1728738633853,"duration":0}},{"uid":"501e08ebc336d7ea","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/501e08ebc336d7ea","status":"passed","time":{"start":1728683159752,"stop":1728683159753,"duration":1}},{"uid":"496cb26b34bbad83","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/496cb26b34bbad83","status":"passed","time":{"start":1728682751327,"stop":1728682751328,"duration":1}},{"uid":"b12281076163d9c0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b12281076163d9c0","status":"passed","time":{"start":1728677216354,"stop":1728677216354,"duration":0}},{"uid":"217011cf51d4d0f3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/217011cf51d4d0f3","status":"passed","time":{"start":1728669925452,"stop":1728669925452,"duration":0}},{"uid":"c1d5b187c4e00a5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c1d5b187c4e00a5e","status":"passed","time":{"start":1728598268800,"stop":1728598268800,"duration":0}},{"uid":"65c4d21a3f5e2192","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/65c4d21a3f5e2192","status":"passed","time":{"start":1728597503914,"stop":1728597503915,"duration":1}}]},"589bdabb1a61d704ab7b3713dd78427e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd08246798d56","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd08246798d56","status":"passed","time":{"start":1729034177531,"stop":1729034177531,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bce766f40992978b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bce766f40992978b","status":"passed","time":{"start":1729033904744,"stop":1729033904745,"duration":1}},{"uid":"7fc5d44b1b191f6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7fc5d44b1b191f6c","status":"passed","time":{"start":1729031952292,"stop":1729031952293,"duration":1}},{"uid":"d61d47d5a4175aad","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d61d47d5a4175aad","status":"passed","time":{"start":1728901498546,"stop":1728901498547,"duration":1}},{"uid":"4a0ea119e8b76954","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a0ea119e8b76954","status":"passed","time":{"start":1728892934939,"stop":1728892934939,"duration":0}},{"uid":"6d4f9586648b785d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d4f9586648b785d","status":"passed","time":{"start":1728855901078,"stop":1728855901080,"duration":2}},{"uid":"95f59bb7fcaa6b60","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/95f59bb7fcaa6b60","status":"passed","time":{"start":1728738109820,"stop":1728738109820,"duration":0}},{"uid":"99f599564be03945","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99f599564be03945","status":"passed","time":{"start":1728682641761,"stop":1728682641761,"duration":0}},{"uid":"63e57bb153c68b8f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/63e57bb153c68b8f","status":"passed","time":{"start":1728682224053,"stop":1728682224054,"duration":1}},{"uid":"6c3eee613cbd3dcb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6c3eee613cbd3dcb","status":"passed","time":{"start":1728676692588,"stop":1728676692588,"duration":0}},{"uid":"ebc311a7a7108e0e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebc311a7a7108e0e","status":"passed","time":{"start":1728669414320,"stop":1728669414322,"duration":2}},{"uid":"5e8085a933427570","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e8085a933427570","status":"passed","time":{"start":1728597758156,"stop":1728597758156,"duration":0}},{"uid":"ed6fc59d48ed57d3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed6fc59d48ed57d3","status":"passed","time":{"start":1728596973959,"stop":1728596973959,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c05b2f0040a53ae4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c05b2f0040a53ae4","status":"passed","time":{"start":1729034144770,"stop":1729034144771,"duration":1}},{"uid":"d6f47102a4768d44","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d6f47102a4768d44","status":"passed","time":{"start":1729032198827,"stop":1729032198827,"duration":0}},{"uid":"7d7309dc28194dc0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7d7309dc28194dc0","status":"passed","time":{"start":1728901901774,"stop":1728901901775,"duration":1}},{"uid":"feac7afec519558d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/feac7afec519558d","status":"passed","time":{"start":1728893337256,"stop":1728893337257,"duration":1}},{"uid":"89083c52a1c2126","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89083c52a1c2126","status":"passed","time":{"start":1728856299200,"stop":1728856299200,"duration":0}},{"uid":"6a74a3e063d6f39e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6a74a3e063d6f39e","status":"passed","time":{"start":1728738505391,"stop":1728738505391,"duration":0}},{"uid":"6ff0b672bfdd5b5f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6ff0b672bfdd5b5f","status":"passed","time":{"start":1728683045452,"stop":1728683045453,"duration":1}},{"uid":"edf7a6d40318c771","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/edf7a6d40318c771","status":"passed","time":{"start":1728682607296,"stop":1728682607297,"duration":1}},{"uid":"a6db3d317b04a632","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a6db3d317b04a632","status":"passed","time":{"start":1728677103500,"stop":1728677103501,"duration":1}},{"uid":"80b263010a68f308","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/80b263010a68f308","status":"passed","time":{"start":1728669777135,"stop":1728669777137,"duration":2}},{"uid":"bc25232ed893c292","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bc25232ed893c292","status":"passed","time":{"start":1728598163469,"stop":1728598163469,"duration":0}},{"uid":"e29600fc1d5c393","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e29600fc1d5c393","status":"passed","time":{"start":1728597375486,"stop":1728597375487,"duration":1}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"daa9c02354d85bd9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/daa9c02354d85bd9","status":"passed","time":{"start":1729034121895,"stop":1729034121895,"duration":0}},{"uid":"ca6a8289a9a0d80b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ca6a8289a9a0d80b","status":"passed","time":{"start":1729032174800,"stop":1729032174800,"duration":0}},{"uid":"f4a778b414806ba4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f4a778b414806ba4","status":"passed","time":{"start":1728901881006,"stop":1728901881007,"duration":1}},{"uid":"ff33c1c4e6a7ea0a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff33c1c4e6a7ea0a","status":"passed","time":{"start":1728893317152,"stop":1728893317152,"duration":0}},{"uid":"b2a5ea87a95e5e2f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2a5ea87a95e5e2f","status":"passed","time":{"start":1728856263071,"stop":1728856263072,"duration":1}},{"uid":"caf69374d8d96c0b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/caf69374d8d96c0b","status":"passed","time":{"start":1728738492792,"stop":1728738492792,"duration":0}},{"uid":"6d816e8843902d6b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6d816e8843902d6b","status":"passed","time":{"start":1728683030010,"stop":1728683030011,"duration":1}},{"uid":"af3f4772b1117c29","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af3f4772b1117c29","status":"passed","time":{"start":1728682581086,"stop":1728682581087,"duration":1}},{"uid":"f26ed3bc01c20863","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f26ed3bc01c20863","status":"passed","time":{"start":1728677081987,"stop":1728677081987,"duration":0}},{"uid":"39fd0a31d85788c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39fd0a31d85788c5","status":"passed","time":{"start":1728669795389,"stop":1728669795389,"duration":0}},{"uid":"1d268fc79e5207c8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1d268fc79e5207c8","status":"passed","time":{"start":1728598137497,"stop":1728598137497,"duration":0}},{"uid":"cf4e1e5195346621","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cf4e1e5195346621","status":"passed","time":{"start":1728597353475,"stop":1728597353475,"duration":0}}]},"a82e8ff625b0f503e1e623b520a25ca0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27e8cdc6ffb57947","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/27e8cdc6ffb57947","status":"passed","time":{"start":1728597423325,"stop":1728597423325,"duration":0}}]},"9e3c2262118680099024c08642f6eadf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0914f40c148e5a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0914f40c148e5a9","status":"passed","time":{"start":1728856299190,"stop":1728856299191,"duration":1}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e7fd6362d20e608e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7fd6362d20e608e","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0}},{"uid":"d672b7a23ff2211b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d672b7a23ff2211b","status":"passed","time":{"start":1729031892684,"stop":1729031892685,"duration":1}},{"uid":"639d384c9f47abba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/639d384c9f47abba","status":"passed","time":{"start":1728901438816,"stop":1728901438816,"duration":0}},{"uid":"714ed4a77d1823e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/714ed4a77d1823e4","status":"passed","time":{"start":1728892869009,"stop":1728892869009,"duration":0}},{"uid":"9d44c214ee1110a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9d44c214ee1110a4","status":"passed","time":{"start":1728855831900,"stop":1728855831900,"duration":0}},{"uid":"9a9ff36c2f6205d4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9a9ff36c2f6205d4","status":"passed","time":{"start":1728738049049,"stop":1728738049049,"duration":0}},{"uid":"f4b73200dd1bf7f0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4b73200dd1bf7f0","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"3d7abce9394521de","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d7abce9394521de","status":"passed","time":{"start":1728682155415,"stop":1728682155415,"duration":0}},{"uid":"a45f8125702b1d54","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a45f8125702b1d54","status":"passed","time":{"start":1728676629982,"stop":1728676629982,"duration":0}},{"uid":"86c7f16aa7328828","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/86c7f16aa7328828","status":"passed","time":{"start":1728669353109,"stop":1728669353109,"duration":0}},{"uid":"6b2b4c2d8b698b9a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b2b4c2d8b698b9a","status":"passed","time":{"start":1728597693856,"stop":1728597693856,"duration":0}},{"uid":"cd247bd806c070f0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd247bd806c070f0","status":"passed","time":{"start":1728596913099,"stop":1728596913099,"duration":0}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"984781a32af2884f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/984781a32af2884f","status":"passed","time":{"start":1729033925382,"stop":1729033925383,"duration":1}},{"uid":"48992b7259c9d8e5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/48992b7259c9d8e5","status":"passed","time":{"start":1729031975190,"stop":1729031975190,"duration":0}},{"uid":"7cb2da1eca26cec","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7cb2da1eca26cec","status":"passed","time":{"start":1728901537877,"stop":1728901537877,"duration":0}},{"uid":"b583ba2df6383244","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b583ba2df6383244","status":"passed","time":{"start":1728892972429,"stop":1728892972430,"duration":1}},{"uid":"8c0ca2cd9222104b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8c0ca2cd9222104b","status":"passed","time":{"start":1728855933071,"stop":1728855933071,"duration":0}},{"uid":"7bd83e95bb76daa2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7bd83e95bb76daa2","status":"passed","time":{"start":1728738149926,"stop":1728738149926,"duration":0}},{"uid":"4d662ffdc02da69d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d662ffdc02da69d","status":"passed","time":{"start":1728682681970,"stop":1728682681970,"duration":0}},{"uid":"fce06c205fbd1535","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fce06c205fbd1535","status":"passed","time":{"start":1728682257769,"stop":1728682257769,"duration":0}},{"uid":"26adff58b1740689","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/26adff58b1740689","status":"passed","time":{"start":1728676730787,"stop":1728676730787,"duration":0}},{"uid":"7784a66174267ed5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7784a66174267ed5","status":"passed","time":{"start":1728669456895,"stop":1728669456895,"duration":0}},{"uid":"bd27fca1669c5e9d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bd27fca1669c5e9d","status":"passed","time":{"start":1728597795919,"stop":1728597795920,"duration":1}},{"uid":"dbcb6fd3cf3fe4aa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dbcb6fd3cf3fe4aa","status":"passed","time":{"start":1728597010201,"stop":1728597010202,"duration":1}}]},"54cc27ce0cd8be6ca7f1bde80ff8c17a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":10,"unknown":0,"total":11},"items":[{"uid":"7549417e62414179","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7549417e62414179","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977062,"stop":1729033977062,"duration":0}},{"uid":"db66d8a63b0709b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/db66d8a63b0709b2","status":"passed","time":{"start":1729032093773,"stop":1729032093773,"duration":0}},{"uid":"1c62de99d430090d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c62de99d430090d","status":"passed","time":{"start":1728901748771,"stop":1728901748771,"duration":0}},{"uid":"6bab09850f6120a4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6bab09850f6120a4","status":"passed","time":{"start":1728893181083,"stop":1728893181084,"duration":1}},{"uid":"6d5a3f38eeac3867","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d5a3f38eeac3867","status":"passed","time":{"start":1728856155549,"stop":1728856155550,"duration":1}},{"uid":"473ba2d4f9b91fdc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/473ba2d4f9b91fdc","status":"passed","time":{"start":1728738360283,"stop":1728738360283,"duration":0}},{"uid":"f825e4f32590c1ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f825e4f32590c1ab","status":"passed","time":{"start":1728682907219,"stop":1728682907220,"duration":1}},{"uid":"55814e421e6fc073","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/55814e421e6fc073","status":"passed","time":{"start":1728682466729,"stop":1728682466729,"duration":0}},{"uid":"dee3401b3c33357c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dee3401b3c33357c","status":"passed","time":{"start":1728676955719,"stop":1728676955719,"duration":0}},{"uid":"80b6be55e1361eef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/80b6be55e1361eef","status":"passed","time":{"start":1728598013532,"stop":1728598013532,"duration":0}},{"uid":"b787b9b55d23f1fa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b787b9b55d23f1fa","status":"passed","time":{"start":1728597225197,"stop":1728597225197,"duration":0}}]},"c775a8e37dd3068a87b8e3ba20988316:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b179d03ff3f0307","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1b179d03ff3f0307","status":"passed","time":{"start":1728893389987,"stop":1728893389988,"duration":1}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a7d61e4e9b27f10d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a7d61e4e9b27f10d","status":"passed","time":{"start":1729034209092,"stop":1729034209093,"duration":1}},{"uid":"4aaa9b0c6821ad26","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4aaa9b0c6821ad26","status":"passed","time":{"start":1729032264564,"stop":1729032264565,"duration":1}},{"uid":"9925fc21bc4b8485","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9925fc21bc4b8485","status":"passed","time":{"start":1728902012840,"stop":1728902012844,"duration":4}},{"uid":"adbbd117d50c92be","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/adbbd117d50c92be","status":"passed","time":{"start":1728893454808,"stop":1728893454809,"duration":1}},{"uid":"7e0b93e550b0dc69","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7e0b93e550b0dc69","status":"passed","time":{"start":1728856408449,"stop":1728856408450,"duration":1}},{"uid":"336201f4f85cb4a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/336201f4f85cb4a","status":"passed","time":{"start":1728738633851,"stop":1728738633852,"duration":1}},{"uid":"ab84430f091fc063","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab84430f091fc063","status":"passed","time":{"start":1728683159748,"stop":1728683159749,"duration":1}},{"uid":"c41879655adc35cc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c41879655adc35cc","status":"passed","time":{"start":1728682751326,"stop":1728682751326,"duration":0}},{"uid":"c5d144234bdbe4f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c5d144234bdbe4f7","status":"passed","time":{"start":1728677216352,"stop":1728677216353,"duration":1}},{"uid":"b19b6d07d43196a4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b19b6d07d43196a4","status":"passed","time":{"start":1728669925451,"stop":1728669925451,"duration":0}},{"uid":"9e63e29fd0a12b8d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e63e29fd0a12b8d","status":"passed","time":{"start":1728598268799,"stop":1728598268799,"duration":0}},{"uid":"b1582c18f212497d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b1582c18f212497d","status":"passed","time":{"start":1728597503911,"stop":1728597503912,"duration":1}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9e4a7e43dcea7d44","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9e4a7e43dcea7d44","status":"passed","time":{"start":1729034066156,"stop":1729034066157,"duration":1}},{"uid":"ea318cb738e99413","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea318cb738e99413","status":"passed","time":{"start":1728901782836,"stop":1728901782836,"duration":0}},{"uid":"f01a97f225802513","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f01a97f225802513","status":"passed","time":{"start":1728893215984,"stop":1728893215984,"duration":0}},{"uid":"e6ab37e727582e60","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e6ab37e727582e60","status":"passed","time":{"start":1728856159199,"stop":1728856159199,"duration":0}},{"uid":"60a4975716847562","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/60a4975716847562","status":"passed","time":{"start":1728738371837,"stop":1728738371838,"duration":1}},{"uid":"930645cd7b7ea926","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/930645cd7b7ea926","status":"passed","time":{"start":1728682915885,"stop":1728682915885,"duration":0}},{"uid":"ae408d15c42d17a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ae408d15c42d17a8","status":"passed","time":{"start":1728682496456,"stop":1728682496456,"duration":0}},{"uid":"73288cc326a5a614","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/73288cc326a5a614","status":"passed","time":{"start":1728676980224,"stop":1728676980224,"duration":0}},{"uid":"f1c8110688bfe5ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f1c8110688bfe5ce","status":"passed","time":{"start":1728598045385,"stop":1728598045385,"duration":0}},{"uid":"788d4ab8ff60c315","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/788d4ab8ff60c315","status":"passed","time":{"start":1728597260330,"stop":1728597260330,"duration":0}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1948768e112353e4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1948768e112353e4","status":"passed","time":{"start":1729033858030,"stop":1729033858030,"duration":0}},{"uid":"3fd93a2fa20a98de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3fd93a2fa20a98de","status":"passed","time":{"start":1729031908098,"stop":1729031908098,"duration":0}},{"uid":"67bc7f232be542a2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67bc7f232be542a2","status":"passed","time":{"start":1728901453392,"stop":1728901453392,"duration":0}},{"uid":"97b692c0b3ee106a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/97b692c0b3ee106a","status":"passed","time":{"start":1728892884021,"stop":1728892884021,"duration":0}},{"uid":"ec9aa0fe747d3159","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ec9aa0fe747d3159","status":"passed","time":{"start":1728855846492,"stop":1728855846492,"duration":0}},{"uid":"7fd50abe67b6d83c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fd50abe67b6d83c","status":"passed","time":{"start":1728738063722,"stop":1728738063722,"duration":0}},{"uid":"db31646ecb5420d3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/db31646ecb5420d3","status":"passed","time":{"start":1728682597443,"stop":1728682597443,"duration":0}},{"uid":"aac8eaeb10b607d1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aac8eaeb10b607d1","status":"passed","time":{"start":1728682170236,"stop":1728682170236,"duration":0}},{"uid":"93d67a7e20b14671","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93d67a7e20b14671","status":"passed","time":{"start":1728676645009,"stop":1728676645010,"duration":1}},{"uid":"6e5d364bf45056af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e5d364bf45056af","status":"passed","time":{"start":1728669367790,"stop":1728669367790,"duration":0}},{"uid":"f32f82703697ac82","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f32f82703697ac82","status":"passed","time":{"start":1728597708642,"stop":1728597708643,"duration":1}},{"uid":"d8391b84d13fa9f5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d8391b84d13fa9f5","status":"passed","time":{"start":1728596927930,"stop":1728596927930,"duration":0}}]},"bcfee767847fe0ceea2f6774b975118d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15e99b20b76d7bb1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/15e99b20b76d7bb1","status":"passed","time":{"start":1728683093175,"stop":1728683093175,"duration":0}}]},"e95a29f2b04604c3a97d3c9b55100de5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18ba7ba43d1e1d23","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/18ba7ba43d1e1d23","status":"passed","time":{"start":1728738492793,"stop":1728738492794,"duration":1}}]},"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3f0cadd3a2d0cf5b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f0cadd3a2d0cf5b","status":"passed","time":{"start":1729033834365,"stop":1729033834365,"duration":0}},{"uid":"c296a702206deac1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c296a702206deac1","status":"passed","time":{"start":1729031884094,"stop":1729031884094,"duration":0}},{"uid":"a7ab0c688e468fbf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7ab0c688e468fbf","status":"passed","time":{"start":1728901430244,"stop":1728901430244,"duration":0}},{"uid":"9d798b27bd6493e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9d798b27bd6493e4","status":"passed","time":{"start":1728892860519,"stop":1728892860519,"duration":0}},{"uid":"dbe78c4c74294a02","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbe78c4c74294a02","status":"passed","time":{"start":1728855823310,"stop":1728855823310,"duration":0}},{"uid":"99ae00d5cf2dc266","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/99ae00d5cf2dc266","status":"passed","time":{"start":1728738040572,"stop":1728738040572,"duration":0}},{"uid":"b7583b9cf6af96eb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b7583b9cf6af96eb","status":"passed","time":{"start":1728682574071,"stop":1728682574071,"duration":0}},{"uid":"ea9b01c83cc8360c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea9b01c83cc8360c","status":"passed","time":{"start":1728682146799,"stop":1728682146800,"duration":1}},{"uid":"8b87334e9bca4b69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8b87334e9bca4b69","status":"passed","time":{"start":1728676621417,"stop":1728676621418,"duration":1}},{"uid":"8b2626d39298b850","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8b2626d39298b850","status":"passed","time":{"start":1728669344456,"stop":1728669344456,"duration":0}},{"uid":"f13b5e6e41f6f714","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f13b5e6e41f6f714","status":"passed","time":{"start":1728597685139,"stop":1728597685140,"duration":1}},{"uid":"876571e137bdc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/876571e137bdc2","status":"passed","time":{"start":1728596904448,"stop":1728596904448,"duration":0}}]},"54d776f817f5c1eeb35abac383b9c211:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7215b52332a5d9e9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7215b52332a5d9e9","status":"passed","time":{"start":1728683110370,"stop":1728683110370,"duration":0}}]},"c8bbe1af529ee9591abd7ea82246c136:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32adda2cac8e54ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/32adda2cac8e54ce","status":"passed","time":{"start":1728598157578,"stop":1728598157578,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3f114817c175f285","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f114817c175f285","status":"passed","time":{"start":1729034137144,"stop":1729034137145,"duration":1}},{"uid":"3c427125d5907fb3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c427125d5907fb3","status":"passed","time":{"start":1729032206878,"stop":1729032206878,"duration":0}},{"uid":"30361165a6e2cc49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/30361165a6e2cc49","status":"passed","time":{"start":1728901995024,"stop":1728901995025,"duration":1}},{"uid":"a33dc5f0f4dfa10a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a33dc5f0f4dfa10a","status":"passed","time":{"start":1728893421000,"stop":1728893421000,"duration":0}},{"uid":"9eb3e7f0690cf5c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9eb3e7f0690cf5c","status":"passed","time":{"start":1728856368599,"stop":1728856368600,"duration":1}},{"uid":"6e65124508631b91","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e65124508631b91","status":"passed","time":{"start":1728738604684,"stop":1728738604685,"duration":1}},{"uid":"7ca4b266dc6c53f8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ca4b266dc6c53f8","status":"passed","time":{"start":1728683117638,"stop":1728683117639,"duration":1}},{"uid":"7daf0459634c2104","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7daf0459634c2104","status":"passed","time":{"start":1728682721321,"stop":1728682721321,"duration":0}},{"uid":"3a4ecc175845195e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3a4ecc175845195e","status":"passed","time":{"start":1728677184686,"stop":1728677184687,"duration":1}},{"uid":"b68aac306e605830","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b68aac306e605830","status":"passed","time":{"start":1728669866456,"stop":1728669866456,"duration":0}},{"uid":"798da8c5f2c999cb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/798da8c5f2c999cb","status":"passed","time":{"start":1728598249995,"stop":1728598249995,"duration":0}},{"uid":"786c175df554a59f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/786c175df554a59f","status":"passed","time":{"start":1728597472300,"stop":1728597472301,"duration":1}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"92aefb46c80bf75","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/92aefb46c80bf75","status":"passed","time":{"start":1729034137118,"stop":1729034137123,"duration":5}},{"uid":"4b556b790cf0b2c8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4b556b790cf0b2c8","status":"passed","time":{"start":1729032206868,"stop":1729032206868,"duration":0}},{"uid":"af448be193fc2b0b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/af448be193fc2b0b","status":"passed","time":{"start":1728901995010,"stop":1728901995010,"duration":0}},{"uid":"50fba9b492004251","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50fba9b492004251","status":"passed","time":{"start":1728893420988,"stop":1728893420988,"duration":0}},{"uid":"af7a0f06b2bd6e44","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/af7a0f06b2bd6e44","status":"passed","time":{"start":1728856368591,"stop":1728856368591,"duration":0}},{"uid":"2c38083af7db7e7e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2c38083af7db7e7e","status":"passed","time":{"start":1728738604675,"stop":1728738604676,"duration":1}},{"uid":"39c30a109052b4f0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39c30a109052b4f0","status":"passed","time":{"start":1728683117604,"stop":1728683117605,"duration":1}},{"uid":"144c4e2f83c5108a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/144c4e2f83c5108a","status":"passed","time":{"start":1728682721313,"stop":1728682721313,"duration":0}},{"uid":"f8c3736698013c8d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8c3736698013c8d","status":"passed","time":{"start":1728677184674,"stop":1728677184675,"duration":1}},{"uid":"be0d5cf41c074469","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be0d5cf41c074469","status":"passed","time":{"start":1728669866443,"stop":1728669866444,"duration":1}},{"uid":"1dd1012ad9260d10","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1dd1012ad9260d10","status":"passed","time":{"start":1728598249970,"stop":1728598249971,"duration":1}},{"uid":"92eb8a131fcfe14a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92eb8a131fcfe14a","status":"passed","time":{"start":1728597472281,"stop":1728597472283,"duration":2}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a8611cf529ff1a32","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8611cf529ff1a32","status":"passed","time":{"start":1729033868325,"stop":1729033868325,"duration":0}},{"uid":"3f31f80c8cb33053","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f31f80c8cb33053","status":"passed","time":{"start":1729031918115,"stop":1729031918115,"duration":0}},{"uid":"e9dd67060bac3f0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e9dd67060bac3f0e","status":"passed","time":{"start":1728901463795,"stop":1728901463795,"duration":0}},{"uid":"a4e27f5b3192b87f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a4e27f5b3192b87f","status":"passed","time":{"start":1728892894309,"stop":1728892894309,"duration":0}},{"uid":"afde2ccef593de43","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/afde2ccef593de43","status":"passed","time":{"start":1728855856836,"stop":1728855856837,"duration":1}},{"uid":"58344bed1060a308","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58344bed1060a308","status":"passed","time":{"start":1728738074177,"stop":1728738074177,"duration":0}},{"uid":"6c8cd6ecb61ffb06","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6c8cd6ecb61ffb06","status":"passed","time":{"start":1728682607650,"stop":1728682607650,"duration":0}},{"uid":"e0ab6ce1d700549e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e0ab6ce1d700549e","status":"passed","time":{"start":1728682180604,"stop":1728682180604,"duration":0}},{"uid":"70efb70653d97874","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/70efb70653d97874","status":"passed","time":{"start":1728676655187,"stop":1728676655187,"duration":0}},{"uid":"2b87f14d3060443c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b87f14d3060443c","status":"passed","time":{"start":1728669378163,"stop":1728669378163,"duration":0}},{"uid":"c25fc4dc9bc273f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c25fc4dc9bc273f3","status":"passed","time":{"start":1728597718740,"stop":1728597718741,"duration":1}},{"uid":"e632498cf1da375a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e632498cf1da375a","status":"passed","time":{"start":1728596937944,"stop":1728596937944,"duration":0}}]},"f744a8b5bc228c4c6899bff7bc62bae7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e88e0ae2efc32845","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e88e0ae2efc32845","status":"passed","time":{"start":1728683093171,"stop":1728683093171,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9fb72ed78dcdda5e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9fb72ed78dcdda5e","status":"passed","time":{"start":1729034209106,"stop":1729034209107,"duration":1}},{"uid":"36be0c92345820b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/36be0c92345820b2","status":"passed","time":{"start":1729032264575,"stop":1729032264575,"duration":0}},{"uid":"ca56d475747903f1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ca56d475747903f1","status":"passed","time":{"start":1728902012867,"stop":1728902012867,"duration":0}},{"uid":"33d5eb58ea4416bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/33d5eb58ea4416bf","status":"passed","time":{"start":1728893454817,"stop":1728893454817,"duration":0}},{"uid":"c33eaf9e4b85b5c1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c33eaf9e4b85b5c1","status":"passed","time":{"start":1728856408460,"stop":1728856408461,"duration":1}},{"uid":"74cf8cd480fe77ea","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/74cf8cd480fe77ea","status":"passed","time":{"start":1728738633861,"stop":1728738633861,"duration":0}},{"uid":"4bcc07aaf649518f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bcc07aaf649518f","status":"passed","time":{"start":1728683159795,"stop":1728683159796,"duration":1}},{"uid":"1dd83ebe0174bf9c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1dd83ebe0174bf9c","status":"passed","time":{"start":1728682751337,"stop":1728682751337,"duration":0}},{"uid":"4c3f2ee51239ffb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4c3f2ee51239ffb9","status":"passed","time":{"start":1728677216369,"stop":1728677216370,"duration":1}},{"uid":"8902a50aff3fedf4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8902a50aff3fedf4","status":"passed","time":{"start":1728669925459,"stop":1728669925459,"duration":0}},{"uid":"e83105d6559483a7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e83105d6559483a7","status":"passed","time":{"start":1728598268813,"stop":1728598268814,"duration":1}},{"uid":"4f62a413ef0d7b83","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f62a413ef0d7b83","status":"passed","time":{"start":1728597503938,"stop":1728597503939,"duration":1}}]},"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bdbef5aaac5bc224","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bdbef5aaac5bc224","status":"passed","time":{"start":1729033834394,"stop":1729033834395,"duration":1}},{"uid":"e78aa2460a1c0d99","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e78aa2460a1c0d99","status":"passed","time":{"start":1729031884128,"stop":1729031884128,"duration":0}},{"uid":"412a6ee61cfd77ab","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/412a6ee61cfd77ab","status":"passed","time":{"start":1728901430261,"stop":1728901430261,"duration":0}},{"uid":"6482345e2b6d2b1d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6482345e2b6d2b1d","status":"passed","time":{"start":1728892860540,"stop":1728892860540,"duration":0}},{"uid":"86247ad9bfbc1e5f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/86247ad9bfbc1e5f","status":"passed","time":{"start":1728855823329,"stop":1728855823329,"duration":0}},{"uid":"62514c9eee5f1c09","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/62514c9eee5f1c09","status":"passed","time":{"start":1728738040610,"stop":1728738040611,"duration":1}},{"uid":"eb26095af9f5410","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eb26095af9f5410","status":"passed","time":{"start":1728682574101,"stop":1728682574101,"duration":0}},{"uid":"7ac5cc0ec5dcfe37","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ac5cc0ec5dcfe37","status":"passed","time":{"start":1728682146825,"stop":1728682146826,"duration":1}},{"uid":"8a3ff754cf2373b0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a3ff754cf2373b0","status":"passed","time":{"start":1728676621440,"stop":1728676621440,"duration":0}},{"uid":"49d5970941a272ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/49d5970941a272ed","status":"passed","time":{"start":1728669344474,"stop":1728669344474,"duration":0}},{"uid":"c65dd69a99e6bac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c65dd69a99e6bac","status":"passed","time":{"start":1728597685170,"stop":1728597685170,"duration":0}},{"uid":"b3839e96f04a07b8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b3839e96f04a07b8","status":"passed","time":{"start":1728596904479,"stop":1728596904479,"duration":0}}]},"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4524c54de18898ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4524c54de18898ca","status":"passed","time":{"start":1729033834375,"stop":1729033834375,"duration":0}},{"uid":"73ba335ecaab6d81","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73ba335ecaab6d81","status":"passed","time":{"start":1729031884105,"stop":1729031884105,"duration":0}},{"uid":"bb82159f0555777c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bb82159f0555777c","status":"passed","time":{"start":1728901430247,"stop":1728901430247,"duration":0}},{"uid":"515967297211f9b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/515967297211f9b3","status":"passed","time":{"start":1728892860523,"stop":1728892860523,"duration":0}},{"uid":"6aabb303a5d07a2c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6aabb303a5d07a2c","status":"passed","time":{"start":1728855823313,"stop":1728855823314,"duration":1}},{"uid":"56835644e84551b5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/56835644e84551b5","status":"passed","time":{"start":1728738040583,"stop":1728738040583,"duration":0}},{"uid":"a478685aee061e76","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a478685aee061e76","status":"passed","time":{"start":1728682574080,"stop":1728682574080,"duration":0}},{"uid":"b70dbfc4a0fed5fd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b70dbfc4a0fed5fd","status":"passed","time":{"start":1728682146808,"stop":1728682146808,"duration":0}},{"uid":"a57ce755b37280e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a57ce755b37280e2","status":"passed","time":{"start":1728676621421,"stop":1728676621421,"duration":0}},{"uid":"6a27fb1c065c1ca8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6a27fb1c065c1ca8","status":"passed","time":{"start":1728669344459,"stop":1728669344459,"duration":0}},{"uid":"3597d6e250e9a8c4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3597d6e250e9a8c4","status":"passed","time":{"start":1728597685152,"stop":1728597685152,"duration":0}},{"uid":"b057e0262f97c169","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b057e0262f97c169","status":"passed","time":{"start":1728596904458,"stop":1728596904458,"duration":0}}]},"9bdae57d25ee7c4c1d5a00f707e6eb14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dadf21a31e111a4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dadf21a31e111a4","status":"passed","time":{"start":1728893389986,"stop":1728893389987,"duration":1}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"daad7872f9e16bb2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/daad7872f9e16bb2","status":"passed","time":{"start":1729034121939,"stop":1729034121939,"duration":0}},{"uid":"8272ca5954334ecb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8272ca5954334ecb","status":"passed","time":{"start":1729032174902,"stop":1729032174903,"duration":1}},{"uid":"92108cbeff02e681","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/92108cbeff02e681","status":"passed","time":{"start":1728901881020,"stop":1728901881021,"duration":1}},{"uid":"ed1c115c606a8e19","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ed1c115c606a8e19","status":"passed","time":{"start":1728893317177,"stop":1728893317177,"duration":0}},{"uid":"1309584a0fd44960","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1309584a0fd44960","status":"passed","time":{"start":1728856263108,"stop":1728856263109,"duration":1}},{"uid":"7c7a40c38f4cd7d4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7c7a40c38f4cd7d4","status":"passed","time":{"start":1728738492802,"stop":1728738492803,"duration":1}},{"uid":"c322faec46cbe2e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c322faec46cbe2e","status":"passed","time":{"start":1728683030026,"stop":1728683030026,"duration":0}},{"uid":"4d28aa016d7e0ae0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4d28aa016d7e0ae0","status":"passed","time":{"start":1728682581111,"stop":1728682581111,"duration":0}},{"uid":"460a209510616b52","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/460a209510616b52","status":"passed","time":{"start":1728677082004,"stop":1728677082005,"duration":1}},{"uid":"897648738eacc879","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/897648738eacc879","status":"passed","time":{"start":1728669795403,"stop":1728669795403,"duration":0}},{"uid":"a3fe22d7b8d7e6b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a3fe22d7b8d7e6b4","status":"passed","time":{"start":1728598137507,"stop":1728598137507,"duration":0}},{"uid":"c575d896bebbe06f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c575d896bebbe06f","status":"passed","time":{"start":1728597353484,"stop":1728597353484,"duration":0}}]},"19b6cd169b9cf5dcc2064ddb97f3adee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c9935d597c186bd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c9935d597c186bd","status":"passed","time":{"start":1729032178378,"stop":1729032178378,"duration":0}}]},"6a7806935ab43038839b16872d46a2b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a36f24186a799458","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a36f24186a799458","status":"passed","time":{"start":1729034177527,"stop":1729034177530,"duration":3}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"c9ca7d21919a33f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c9ca7d21919a33f3","status":"passed","time":{"start":1729034041473,"stop":1729034041473,"duration":0}},{"uid":"ac85bb51c94a4cae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac85bb51c94a4cae","status":"passed","time":{"start":1728901705383,"stop":1728901705383,"duration":0}},{"uid":"73fb5c6dc86e7adf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73fb5c6dc86e7adf","status":"passed","time":{"start":1728893141767,"stop":1728893141768,"duration":1}},{"uid":"31bb5692ebe74b0d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/31bb5692ebe74b0d","status":"passed","time":{"start":1728856087078,"stop":1728856087079,"duration":1}},{"uid":"dcf9545f986e90ce","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dcf9545f986e90ce","status":"passed","time":{"start":1728738321430,"stop":1728738321430,"duration":0}},{"uid":"9afd05908f004343","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9afd05908f004343","status":"passed","time":{"start":1728682845670,"stop":1728682845670,"duration":0}},{"uid":"b8f3c2b5d726880e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b8f3c2b5d726880e","status":"passed","time":{"start":1728682424302,"stop":1728682424303,"duration":1}},{"uid":"868f951bda79b92b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/868f951bda79b92b","status":"passed","time":{"start":1728676900510,"stop":1728676900511,"duration":1}},{"uid":"6a981446d07b3a55","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6a981446d07b3a55","status":"passed","time":{"start":1728669625794,"stop":1728669625794,"duration":0}},{"uid":"bd649894e179cf40","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bd649894e179cf40","status":"passed","time":{"start":1728597957159,"stop":1728597957159,"duration":0}},{"uid":"89c5dece941473c9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/89c5dece941473c9","status":"passed","time":{"start":1728597182593,"stop":1728597182593,"duration":0}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1934db6b77d06e2f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1934db6b77d06e2f","status":"passed","time":{"start":1729034137150,"stop":1729034137153,"duration":3}},{"uid":"733ed6fea8e01106","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/733ed6fea8e01106","status":"passed","time":{"start":1729032206884,"stop":1729032206884,"duration":0}},{"uid":"f375b10c4dc0c32c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f375b10c4dc0c32c","status":"passed","time":{"start":1728901995028,"stop":1728901995029,"duration":1}},{"uid":"48d8a42fba857d70","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/48d8a42fba857d70","status":"passed","time":{"start":1728893421006,"stop":1728893421006,"duration":0}},{"uid":"7a7c49d9cff89712","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7a7c49d9cff89712","status":"passed","time":{"start":1728856368604,"stop":1728856368604,"duration":0}},{"uid":"4750e1570f7dc83f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4750e1570f7dc83f","status":"passed","time":{"start":1728738604690,"stop":1728738604690,"duration":0}},{"uid":"94ccfad32f749483","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/94ccfad32f749483","status":"passed","time":{"start":1728683117666,"stop":1728683117667,"duration":1}},{"uid":"ccc8a8df783df49f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ccc8a8df783df49f","status":"passed","time":{"start":1728682721324,"stop":1728682721325,"duration":1}},{"uid":"82f11ae81a002577","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/82f11ae81a002577","status":"passed","time":{"start":1728677184691,"stop":1728677184691,"duration":0}},{"uid":"290b7ff16766dfc5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/290b7ff16766dfc5","status":"passed","time":{"start":1728669866472,"stop":1728669866473,"duration":1}},{"uid":"b1af6885af1aff5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b1af6885af1aff5e","status":"passed","time":{"start":1728598250008,"stop":1728598250008,"duration":0}},{"uid":"5103bee5108d3a2b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5103bee5108d3a2b","status":"passed","time":{"start":1728597472307,"stop":1728597472307,"duration":0}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"af9106982d94de63","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af9106982d94de63","status":"passed","time":{"start":1729034211308,"stop":1729034211309,"duration":1}},{"uid":"3f01d419f439d066","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f01d419f439d066","status":"passed","time":{"start":1729032264693,"stop":1729032264694,"duration":1}},{"uid":"e23f4703038289e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e23f4703038289e2","status":"passed","time":{"start":1728902020140,"stop":1728902020140,"duration":0}},{"uid":"6c14bd8fc246572d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c14bd8fc246572d","status":"passed","time":{"start":1728893452479,"stop":1728893452480,"duration":1}},{"uid":"77b50c95620371aa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77b50c95620371aa","status":"passed","time":{"start":1728856408084,"stop":1728856408084,"duration":0}},{"uid":"20e661235299d839","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20e661235299d839","status":"passed","time":{"start":1728738627115,"stop":1728738627116,"duration":1}},{"uid":"61468a37e9ea2778","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/61468a37e9ea2778","status":"passed","time":{"start":1728683164465,"stop":1728683164465,"duration":0}},{"uid":"1b2d012f5645535f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1b2d012f5645535f","status":"passed","time":{"start":1728682734714,"stop":1728682734715,"duration":1}},{"uid":"72517c2aea9aa5c5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72517c2aea9aa5c5","status":"passed","time":{"start":1728677218640,"stop":1728677218640,"duration":0}},{"uid":"a152d9f815d9fd6b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a152d9f815d9fd6b","status":"passed","time":{"start":1728669903962,"stop":1728669903962,"duration":0}},{"uid":"3fc9d1e10f874950","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3fc9d1e10f874950","status":"passed","time":{"start":1728598278367,"stop":1728598278367,"duration":0}},{"uid":"712a65375de04328","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/712a65375de04328","status":"passed","time":{"start":1728597507602,"stop":1728597507602,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"97d711547f6714a4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97d711547f6714a4","status":"passed","time":{"start":1729033869946,"stop":1729033869946,"duration":0}},{"uid":"b724b8b861b6749f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b724b8b861b6749f","status":"passed","time":{"start":1729031919800,"stop":1729031919800,"duration":0}},{"uid":"6261a303b91deb28","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6261a303b91deb28","status":"passed","time":{"start":1728901465375,"stop":1728901465375,"duration":0}},{"uid":"6b97d31b47760850","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6b97d31b47760850","status":"passed","time":{"start":1728892895976,"stop":1728892895976,"duration":0}},{"uid":"dbeb87d4e679b35b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbeb87d4e679b35b","status":"passed","time":{"start":1728855858320,"stop":1728855858320,"duration":0}},{"uid":"c3a6a07340daad5c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c3a6a07340daad5c","status":"passed","time":{"start":1728738075955,"stop":1728738075955,"duration":0}},{"uid":"c1b0243a73c192fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c1b0243a73c192fb","status":"passed","time":{"start":1728682609269,"stop":1728682609270,"duration":1}},{"uid":"a0036658e49fa6f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a0036658e49fa6f9","status":"passed","time":{"start":1728682182161,"stop":1728682182162,"duration":1}},{"uid":"c1b1f38997125d2f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1b1f38997125d2f","status":"passed","time":{"start":1728676656595,"stop":1728676656595,"duration":0}},{"uid":"c4835b316f4ce938","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4835b316f4ce938","status":"passed","time":{"start":1728669379925,"stop":1728669379925,"duration":0}},{"uid":"f64bfd4e3addb86f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f64bfd4e3addb86f","status":"passed","time":{"start":1728597720387,"stop":1728597720387,"duration":0}},{"uid":"e0e117c167ef8a88","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e0e117c167ef8a88","status":"passed","time":{"start":1728596939486,"stop":1728596939486,"duration":0}}]},"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e3d8ebbc211d2719","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e3d8ebbc211d2719","status":"passed","time":{"start":1729033834386,"stop":1729033834386,"duration":0}},{"uid":"ab90651195209f78","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ab90651195209f78","status":"passed","time":{"start":1729031884119,"stop":1729031884119,"duration":0}},{"uid":"ddf556806aa4c1d8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ddf556806aa4c1d8","status":"passed","time":{"start":1728901430254,"stop":1728901430255,"duration":1}},{"uid":"b5f8acb96eedc285","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5f8acb96eedc285","status":"passed","time":{"start":1728892860532,"stop":1728892860532,"duration":0}},{"uid":"881f241bc6fa3f72","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/881f241bc6fa3f72","status":"passed","time":{"start":1728855823322,"stop":1728855823323,"duration":1}},{"uid":"91b8d8afa938e4a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/91b8d8afa938e4a","status":"passed","time":{"start":1728738040603,"stop":1728738040603,"duration":0}},{"uid":"e5fd0b5f8666893e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e5fd0b5f8666893e","status":"passed","time":{"start":1728682574093,"stop":1728682574093,"duration":0}},{"uid":"53e54c0e8399162f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/53e54c0e8399162f","status":"passed","time":{"start":1728682146818,"stop":1728682146818,"duration":0}},{"uid":"e9b5236462eede45","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e9b5236462eede45","status":"passed","time":{"start":1728676621432,"stop":1728676621432,"duration":0}},{"uid":"9cfeb803a6752a4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9cfeb803a6752a4d","status":"passed","time":{"start":1728669344468,"stop":1728669344468,"duration":0}},{"uid":"8ccd2e0b2cfa7e01","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ccd2e0b2cfa7e01","status":"passed","time":{"start":1728597685161,"stop":1728597685162,"duration":1}},{"uid":"71462846d235d47c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/71462846d235d47c","status":"passed","time":{"start":1728596904468,"stop":1728596904468,"duration":0}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"79ed760599a4b4f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79ed760599a4b4f5","status":"passed","time":{"start":1729034200065,"stop":1729034200066,"duration":1}},{"uid":"785b505cc1582c0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/785b505cc1582c0e","status":"passed","time":{"start":1729032257890,"stop":1729032257890,"duration":0}},{"uid":"13f8c2938251bb6d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/13f8c2938251bb6d","status":"passed","time":{"start":1728902003567,"stop":1728902003567,"duration":0}},{"uid":"9a78d80ef036b6cf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9a78d80ef036b6cf","status":"passed","time":{"start":1728893434694,"stop":1728893434695,"duration":1}},{"uid":"185d9b669d0eabc7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/185d9b669d0eabc7","status":"passed","time":{"start":1728856398642,"stop":1728856398642,"duration":0}},{"uid":"256a797c66f345c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/256a797c66f345c4","status":"passed","time":{"start":1728738612001,"stop":1728738612002,"duration":1}},{"uid":"29a6dc59b6aca67c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/29a6dc59b6aca67c","status":"passed","time":{"start":1728683155009,"stop":1728683155009,"duration":0}},{"uid":"3797a12d829b52d8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3797a12d829b52d8","status":"passed","time":{"start":1728682706103,"stop":1728682706103,"duration":0}},{"uid":"3ba48b769e7fd2ab","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3ba48b769e7fd2ab","status":"passed","time":{"start":1728677207495,"stop":1728677207495,"duration":0}},{"uid":"72ab5350f7a3cc71","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/72ab5350f7a3cc71","status":"passed","time":{"start":1728669887097,"stop":1728669887098,"duration":1}},{"uid":"913eb1c241351403","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/913eb1c241351403","status":"passed","time":{"start":1728598263637,"stop":1728598263638,"duration":1}},{"uid":"74492199916ad821","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/74492199916ad821","status":"passed","time":{"start":1728597478275,"stop":1728597478275,"duration":0}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8645c6d90fc7a99c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8645c6d90fc7a99c","status":"passed","time":{"start":1729034137142,"stop":1729034137142,"duration":0}},{"uid":"50b891de4686515a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/50b891de4686515a","status":"passed","time":{"start":1729032206876,"stop":1729032206876,"duration":0}},{"uid":"25b2155c565d674b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25b2155c565d674b","status":"passed","time":{"start":1728901995022,"stop":1728901995022,"duration":0}},{"uid":"63853788f68fa265","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/63853788f68fa265","status":"passed","time":{"start":1728893420996,"stop":1728893420996,"duration":0}},{"uid":"32f4f72e42c670d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/32f4f72e42c670d6","status":"passed","time":{"start":1728856368597,"stop":1728856368597,"duration":0}},{"uid":"f09142fc12d15018","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f09142fc12d15018","status":"passed","time":{"start":1728738604681,"stop":1728738604682,"duration":1}},{"uid":"9c73de643e4aec27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9c73de643e4aec27","status":"passed","time":{"start":1728683117629,"stop":1728683117630,"duration":1}},{"uid":"cfb7fa6cb5c66768","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cfb7fa6cb5c66768","status":"passed","time":{"start":1728682721319,"stop":1728682721319,"duration":0}},{"uid":"8c6a797b06423fdb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8c6a797b06423fdb","status":"passed","time":{"start":1728677184684,"stop":1728677184684,"duration":0}},{"uid":"253ce962b725a9b7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/253ce962b725a9b7","status":"passed","time":{"start":1728669866450,"stop":1728669866451,"duration":1}},{"uid":"20a287b5881e0ad1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/20a287b5881e0ad1","status":"passed","time":{"start":1728598249981,"stop":1728598249981,"duration":0}},{"uid":"52d797782c79e0b5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/52d797782c79e0b5","status":"passed","time":{"start":1728597472293,"stop":1728597472293,"duration":0}}]},"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":11,"unknown":0,"total":12},"items":[{"uid":"289b06f6007df0d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/289b06f6007df0d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977224,"stop":1729033977225,"duration":1}},{"uid":"d71505e156ec548b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d71505e156ec548b","status":"passed","time":{"start":1729032053269,"stop":1729032053270,"duration":1}},{"uid":"8cc2bf2b0928de79","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8cc2bf2b0928de79","status":"passed","time":{"start":1728901711767,"stop":1728901711767,"duration":0}},{"uid":"970274fe2c6f3dab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/970274fe2c6f3dab","status":"passed","time":{"start":1728893141896,"stop":1728893141896,"duration":0}},{"uid":"df94a92f05aeca35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/df94a92f05aeca35","status":"passed","time":{"start":1728856103199,"stop":1728856103200,"duration":1}},{"uid":"677cb8ae7b958a32","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/677cb8ae7b958a32","status":"passed","time":{"start":1728738321618,"stop":1728738321619,"duration":1}},{"uid":"fb20ef89d5f98658","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fb20ef89d5f98658","status":"passed","time":{"start":1728682857565,"stop":1728682857565,"duration":0}},{"uid":"c586f7812190db5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c586f7812190db5","status":"passed","time":{"start":1728682428803,"stop":1728682428804,"duration":1}},{"uid":"6edf13ee3e65cf77","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6edf13ee3e65cf77","status":"passed","time":{"start":1728676901168,"stop":1728676901168,"duration":0}},{"uid":"5ce625fb95b2dee9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5ce625fb95b2dee9","status":"passed","time":{"start":1728669573862,"stop":1728669573862,"duration":0}},{"uid":"916668c9df256282","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/916668c9df256282","status":"passed","time":{"start":1728597972336,"stop":1728597972337,"duration":1}},{"uid":"6cd0bbed51941eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6cd0bbed51941eaa","status":"passed","time":{"start":1728597175619,"stop":1728597175619,"duration":0}}]},"a48053b2904d49b2a88e722c1840d7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15583a4cabb16c54","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/15583a4cabb16c54","status":"passed","time":{"start":1728669841255,"stop":1728669841255,"duration":0}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"704282a90b3f59cd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/704282a90b3f59cd","status":"passed","time":{"start":1729033834402,"stop":1729033834402,"duration":0}},{"uid":"4f7d2411e39d920e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f7d2411e39d920e","status":"passed","time":{"start":1729031884178,"stop":1729031884178,"duration":0}},{"uid":"b7d6e834602d2c83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7d6e834602d2c83","status":"passed","time":{"start":1728901430211,"stop":1728901430211,"duration":0}},{"uid":"cc29c49ec869280c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cc29c49ec869280c","status":"passed","time":{"start":1728892860432,"stop":1728892860433,"duration":1}},{"uid":"8e3c3437f8f817ff","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8e3c3437f8f817ff","status":"passed","time":{"start":1728855823269,"stop":1728855823269,"duration":0}},{"uid":"9cc1e1f953ee3291","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9cc1e1f953ee3291","status":"passed","time":{"start":1728738040616,"stop":1728738040616,"duration":0}},{"uid":"b5a901fd813c9c72","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5a901fd813c9c72","status":"passed","time":{"start":1728682574126,"stop":1728682574126,"duration":0}},{"uid":"d0675f903c6335e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d0675f903c6335e4","status":"passed","time":{"start":1728682146845,"stop":1728682146846,"duration":1}},{"uid":"4d83bc29ffed3314","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4d83bc29ffed3314","status":"passed","time":{"start":1728676621446,"stop":1728676621446,"duration":0}},{"uid":"acc5b083345b1256","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/acc5b083345b1256","status":"passed","time":{"start":1728669344424,"stop":1728669344424,"duration":0}},{"uid":"c04d4307c5b77440","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c04d4307c5b77440","status":"passed","time":{"start":1728597685248,"stop":1728597685248,"duration":0}},{"uid":"871514ec1a18424c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/871514ec1a18424c","status":"passed","time":{"start":1728596904560,"stop":1728596904560,"duration":0}}]},"0ed123c05a7360b171e19b6255e52207:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77810b66a8c417e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/77810b66a8c417e0","status":"passed","time":{"start":1729032228813,"stop":1729032228813,"duration":0}}]},"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fc2c5442abfa0eed","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fc2c5442abfa0eed","status":"passed","time":{"start":1729033834394,"stop":1729033834394,"duration":0}},{"uid":"e11379580d30e78c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e11379580d30e78c","status":"passed","time":{"start":1729031884127,"stop":1729031884128,"duration":1}},{"uid":"d2ea7372ccda6f4c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d2ea7372ccda6f4c","status":"passed","time":{"start":1728901430260,"stop":1728901430261,"duration":1}},{"uid":"3805d10c88e81adf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3805d10c88e81adf","status":"passed","time":{"start":1728892860539,"stop":1728892860539,"duration":0}},{"uid":"115c5e9544e7750f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/115c5e9544e7750f","status":"passed","time":{"start":1728855823328,"stop":1728855823329,"duration":1}},{"uid":"2fa921b00029c7ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2fa921b00029c7ca","status":"passed","time":{"start":1728738040610,"stop":1728738040610,"duration":0}},{"uid":"f328b52b9f96735b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f328b52b9f96735b","status":"passed","time":{"start":1728682574101,"stop":1728682574101,"duration":0}},{"uid":"45244da4fd719cab","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/45244da4fd719cab","status":"passed","time":{"start":1728682146825,"stop":1728682146825,"duration":0}},{"uid":"acc5ba584087d7c2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/acc5ba584087d7c2","status":"passed","time":{"start":1728676621439,"stop":1728676621439,"duration":0}},{"uid":"2824a35012659b19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2824a35012659b19","status":"passed","time":{"start":1728669344474,"stop":1728669344474,"duration":0}},{"uid":"facb796e2cd9abee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/facb796e2cd9abee","status":"passed","time":{"start":1728597685169,"stop":1728597685169,"duration":0}},{"uid":"e41b2acdbe1e05f3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e41b2acdbe1e05f3","status":"passed","time":{"start":1728596904478,"stop":1728596904478,"duration":0}}]},"52bd130d4431d476279f5159feb06801:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f62de06f55a5ba4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8f62de06f55a5ba4","status":"passed","time":{"start":1728598212611,"stop":1728598212612,"duration":1}}]},"abb96a878d8f8ea2a153d5552b15c534:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b0083eef81b8fedc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b0083eef81b8fedc","status":"passed","time":{"start":1728597423329,"stop":1728597423330,"duration":1}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"1304bb9dded24530","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1304bb9dded24530","status":"passed","time":{"start":1729034041488,"stop":1729034041488,"duration":0}},{"uid":"2fb8db8f716082c8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fb8db8f716082c8","status":"passed","time":{"start":1728901705402,"stop":1728901705403,"duration":1}},{"uid":"34242659cfadb76a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/34242659cfadb76a","status":"passed","time":{"start":1728893141777,"stop":1728893141777,"duration":0}},{"uid":"6f3c723e87178b8f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6f3c723e87178b8f","status":"passed","time":{"start":1728856087083,"stop":1728856087084,"duration":1}},{"uid":"1d4e546e4d5bc419","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1d4e546e4d5bc419","status":"passed","time":{"start":1728738321436,"stop":1728738321436,"duration":0}},{"uid":"4d72745ff6ad363b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d72745ff6ad363b","status":"passed","time":{"start":1728682845674,"stop":1728682845674,"duration":0}},{"uid":"ac62b52177f319b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac62b52177f319b4","status":"passed","time":{"start":1728682424310,"stop":1728682424311,"duration":1}},{"uid":"f0ea367f6279abaf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f0ea367f6279abaf","status":"passed","time":{"start":1728676900533,"stop":1728676900539,"duration":6}},{"uid":"bb27b4c96d6121a1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb27b4c96d6121a1","status":"passed","time":{"start":1728669625800,"stop":1728669625800,"duration":0}},{"uid":"41e563b46edd1fea","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/41e563b46edd1fea","status":"passed","time":{"start":1728597957166,"stop":1728597957167,"duration":1}},{"uid":"545c5c4b2643652d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/545c5c4b2643652d","status":"passed","time":{"start":1728597182618,"stop":1728597182618,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bdb485ecd5dfd4ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bdb485ecd5dfd4ca","status":"passed","time":{"start":1729034137130,"stop":1729034137130,"duration":0}},{"uid":"2a85824a84c729bc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a85824a84c729bc","status":"passed","time":{"start":1729032206873,"stop":1729032206873,"duration":0}},{"uid":"2e693d9af97caf9d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2e693d9af97caf9d","status":"passed","time":{"start":1728901995020,"stop":1728901995020,"duration":0}},{"uid":"78d50c1bf4bc1258","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/78d50c1bf4bc1258","status":"passed","time":{"start":1728893420993,"stop":1728893420993,"duration":0}},{"uid":"29a3e389650c9398","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/29a3e389650c9398","status":"passed","time":{"start":1728856368594,"stop":1728856368594,"duration":0}},{"uid":"63b9044564b28f44","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/63b9044564b28f44","status":"passed","time":{"start":1728738604679,"stop":1728738604679,"duration":0}},{"uid":"81d34c20046f06c3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/81d34c20046f06c3","status":"passed","time":{"start":1728683117617,"stop":1728683117619,"duration":2}},{"uid":"a8605dc309220260","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a8605dc309220260","status":"passed","time":{"start":1728682721316,"stop":1728682721316,"duration":0}},{"uid":"b638f888561ae9d0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b638f888561ae9d0","status":"passed","time":{"start":1728677184681,"stop":1728677184681,"duration":0}},{"uid":"9c249f507bdd839e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c249f507bdd839e","status":"passed","time":{"start":1728669866447,"stop":1728669866448,"duration":1}},{"uid":"3ae39709d7b7707f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ae39709d7b7707f","status":"passed","time":{"start":1728598249974,"stop":1728598249974,"duration":0}},{"uid":"870604529196650c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/870604529196650c","status":"passed","time":{"start":1728597472289,"stop":1728597472290,"duration":1}}]},"b81f614020ddcabdd4a75ac47b6553f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":10,"unknown":0,"total":11},"items":[{"uid":"c980f2981b9c420","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c980f2981b9c420","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977066,"stop":1729033977066,"duration":0}},{"uid":"74556c53dc32c50","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/74556c53dc32c50","status":"passed","time":{"start":1729032093824,"stop":1729032093829,"duration":5}},{"uid":"3788732e27df53d6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3788732e27df53d6","status":"passed","time":{"start":1728901748784,"stop":1728901748785,"duration":1}},{"uid":"a130ef36524ffbb5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a130ef36524ffbb5","status":"passed","time":{"start":1728893181089,"stop":1728893181089,"duration":0}},{"uid":"c07bfbfd42abe19c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c07bfbfd42abe19c","status":"passed","time":{"start":1728856155554,"stop":1728856155554,"duration":0}},{"uid":"56c95c0e2f7d686a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/56c95c0e2f7d686a","status":"passed","time":{"start":1728738360303,"stop":1728738360303,"duration":0}},{"uid":"9d743899dc4b550b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d743899dc4b550b","status":"passed","time":{"start":1728682907224,"stop":1728682907225,"duration":1}},{"uid":"b3a313e834b7230b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3a313e834b7230b","status":"passed","time":{"start":1728682466739,"stop":1728682466740,"duration":1}},{"uid":"d9f14373edc8ba81","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d9f14373edc8ba81","status":"passed","time":{"start":1728676955725,"stop":1728676955725,"duration":0}},{"uid":"fd408aadda9ee853","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd408aadda9ee853","status":"passed","time":{"start":1728598013537,"stop":1728598013537,"duration":0}},{"uid":"c038fb7c661257d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c038fb7c661257d2","status":"passed","time":{"start":1728597225203,"stop":1728597225203,"duration":0}}]},"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"70167d99c236c8d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/70167d99c236c8d0","status":"passed","time":{"start":1729033834373,"stop":1729033834373,"duration":0}},{"uid":"c50aea4228595c60","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c50aea4228595c60","status":"passed","time":{"start":1729031884103,"stop":1729031884103,"duration":0}},{"uid":"7e9ef158e18fb45f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e9ef158e18fb45f","status":"passed","time":{"start":1728901430246,"stop":1728901430246,"duration":0}},{"uid":"4ae9c4107bdb8c5c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4ae9c4107bdb8c5c","status":"passed","time":{"start":1728892860521,"stop":1728892860521,"duration":0}},{"uid":"a7dce1b7369e0b9c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a7dce1b7369e0b9c","status":"passed","time":{"start":1728855823312,"stop":1728855823312,"duration":0}},{"uid":"588b8ce48874736b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/588b8ce48874736b","status":"passed","time":{"start":1728738040581,"stop":1728738040581,"duration":0}},{"uid":"f36d8659a65efc6b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f36d8659a65efc6b","status":"passed","time":{"start":1728682574078,"stop":1728682574078,"duration":0}},{"uid":"ce8b8442972fd34","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce8b8442972fd34","status":"passed","time":{"start":1728682146806,"stop":1728682146807,"duration":1}},{"uid":"33932f1d05fe645a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33932f1d05fe645a","status":"passed","time":{"start":1728676621420,"stop":1728676621420,"duration":0}},{"uid":"48f9cc2781a2015d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/48f9cc2781a2015d","status":"passed","time":{"start":1728669344457,"stop":1728669344458,"duration":1}},{"uid":"8ff9e56e1ff51f11","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ff9e56e1ff51f11","status":"passed","time":{"start":1728597685150,"stop":1728597685150,"duration":0}},{"uid":"982f4a78d893a775","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/982f4a78d893a775","status":"passed","time":{"start":1728596904456,"stop":1728596904456,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"135b86d140495b7b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/135b86d140495b7b","status":"passed","time":{"start":1729033976800,"stop":1729033976800,"duration":0}},{"uid":"f9e5546ef1f9e300","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9e5546ef1f9e300","status":"passed","time":{"start":1729032020519,"stop":1729032020519,"duration":0}},{"uid":"393aa26c1bd5eb5b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/393aa26c1bd5eb5b","status":"passed","time":{"start":1728901616434,"stop":1728901616435,"duration":1}},{"uid":"968f7d41ac7fd1ff","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/968f7d41ac7fd1ff","status":"passed","time":{"start":1728893050245,"stop":1728893050245,"duration":0}},{"uid":"94713c31b9f4393","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/94713c31b9f4393","status":"passed","time":{"start":1728856015171,"stop":1728856015172,"duration":1}},{"uid":"e271e93afb68d5ba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e271e93afb68d5ba","status":"passed","time":{"start":1728738233138,"stop":1728738233138,"duration":0}},{"uid":"85ad3b4bdfd0ab98","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/85ad3b4bdfd0ab98","status":"passed","time":{"start":1728682762472,"stop":1728682762473,"duration":1}},{"uid":"f9a824917b1a6395","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f9a824917b1a6395","status":"passed","time":{"start":1728682332786,"stop":1728682332787,"duration":1}},{"uid":"a2e0992c2e91b0dc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2e0992c2e91b0dc","status":"passed","time":{"start":1728676810291,"stop":1728676810292,"duration":1}},{"uid":"6264df029dacb926","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6264df029dacb926","status":"passed","time":{"start":1728669529899,"stop":1728669529899,"duration":0}},{"uid":"fc562f788c431808","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc562f788c431808","status":"passed","time":{"start":1728597873534,"stop":1728597873535,"duration":1}},{"uid":"3769ece79c965b0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3769ece79c965b0d","status":"passed","time":{"start":1728597089274,"stop":1728597089274,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5bd56dbf66769fc1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5bd56dbf66769fc1","status":"passed","time":{"start":1729034121894,"stop":1729034121895,"duration":1}},{"uid":"e959f8b585525415","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e959f8b585525415","status":"passed","time":{"start":1729032174800,"stop":1729032174800,"duration":0}},{"uid":"ec31e1cb85d8eb66","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec31e1cb85d8eb66","status":"passed","time":{"start":1728901881005,"stop":1728901881006,"duration":1}},{"uid":"185ad981678dfb06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/185ad981678dfb06","status":"passed","time":{"start":1728893317152,"stop":1728893317152,"duration":0}},{"uid":"be9d5c75eba39c7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be9d5c75eba39c7","status":"passed","time":{"start":1728856263071,"stop":1728856263071,"duration":0}},{"uid":"6f5e6eca3507a839","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f5e6eca3507a839","status":"passed","time":{"start":1728738492792,"stop":1728738492792,"duration":0}},{"uid":"b17239482dac3ec5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b17239482dac3ec5","status":"passed","time":{"start":1728683030010,"stop":1728683030010,"duration":0}},{"uid":"edc6663a9bb5abf6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/edc6663a9bb5abf6","status":"passed","time":{"start":1728682581086,"stop":1728682581086,"duration":0}},{"uid":"692fd241a0ab7f3a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/692fd241a0ab7f3a","status":"passed","time":{"start":1728677081986,"stop":1728677081987,"duration":1}},{"uid":"b8707740680e2147","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b8707740680e2147","status":"passed","time":{"start":1728669795388,"stop":1728669795389,"duration":1}},{"uid":"a3d88b109dfe7aa1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a3d88b109dfe7aa1","status":"passed","time":{"start":1728598137496,"stop":1728598137497,"duration":1}},{"uid":"6b3bbb17f449b8cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b3bbb17f449b8cd","status":"passed","time":{"start":1728597353474,"stop":1728597353474,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ae66aa480bd26e39","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae66aa480bd26e39","status":"passed","time":{"start":1729034121908,"stop":1729034121908,"duration":0}},{"uid":"6ac72990e595c323","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ac72990e595c323","status":"passed","time":{"start":1729032174842,"stop":1729032174842,"duration":0}},{"uid":"d5f7f4d133ac855f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d5f7f4d133ac855f","status":"passed","time":{"start":1728901881011,"stop":1728901881011,"duration":0}},{"uid":"95e935e8489bffe9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95e935e8489bffe9","status":"passed","time":{"start":1728893317159,"stop":1728893317160,"duration":1}},{"uid":"e2b8b8b1831de086","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e2b8b8b1831de086","status":"passed","time":{"start":1728856263088,"stop":1728856263088,"duration":0}},{"uid":"f75d224747d94e48","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f75d224747d94e48","status":"passed","time":{"start":1728738492797,"stop":1728738492797,"duration":0}},{"uid":"1ac612e2328d1067","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ac612e2328d1067","status":"passed","time":{"start":1728683030020,"stop":1728683030020,"duration":0}},{"uid":"d0e6422f996b8e28","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d0e6422f996b8e28","status":"passed","time":{"start":1728682581101,"stop":1728682581102,"duration":1}},{"uid":"925a0409e7ba49ac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/925a0409e7ba49ac","status":"passed","time":{"start":1728677081992,"stop":1728677081993,"duration":1}},{"uid":"c26eca02ebb28e4c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c26eca02ebb28e4c","status":"passed","time":{"start":1728669795393,"stop":1728669795394,"duration":1}},{"uid":"f5818d8b9d94bd49","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5818d8b9d94bd49","status":"passed","time":{"start":1728598137502,"stop":1728598137503,"duration":1}},{"uid":"5c51a7affa2d1741","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c51a7affa2d1741","status":"passed","time":{"start":1728597353478,"stop":1728597353479,"duration":1}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e9f9dfd61ea6774b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9f9dfd61ea6774b","status":"passed","time":{"start":1729033976806,"stop":1729033976806,"duration":0}},{"uid":"a57342aeaa1b8c74","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a57342aeaa1b8c74","status":"passed","time":{"start":1729032020530,"stop":1729032020530,"duration":0}},{"uid":"2f112c155111bec7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f112c155111bec7","status":"passed","time":{"start":1728901616473,"stop":1728901616474,"duration":1}},{"uid":"bcdc998cbb4b8819","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bcdc998cbb4b8819","status":"passed","time":{"start":1728893050250,"stop":1728893050251,"duration":1}},{"uid":"1b0c24504d4319bf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b0c24504d4319bf","status":"passed","time":{"start":1728856015177,"stop":1728856015177,"duration":0}},{"uid":"ad8ffec79cabd447","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad8ffec79cabd447","status":"passed","time":{"start":1728738233148,"stop":1728738233148,"duration":0}},{"uid":"25cecb2257c6315a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/25cecb2257c6315a","status":"passed","time":{"start":1728682762477,"stop":1728682762478,"duration":1}},{"uid":"a3d0bab742960b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a3d0bab742960b2","status":"passed","time":{"start":1728682332791,"stop":1728682332792,"duration":1}},{"uid":"fe3d077373f27229","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe3d077373f27229","status":"passed","time":{"start":1728676810300,"stop":1728676810300,"duration":0}},{"uid":"7155005539229313","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7155005539229313","status":"passed","time":{"start":1728669529906,"stop":1728669529906,"duration":0}},{"uid":"3f7f44ccff4da75e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3f7f44ccff4da75e","status":"passed","time":{"start":1728597873541,"stop":1728597873541,"duration":0}},{"uid":"437ba301fd135f5d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/437ba301fd135f5d","status":"passed","time":{"start":1728597089279,"stop":1728597089279,"duration":0}}]},"f19bdd93dd31e9908476ece472bbaddf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"829bfb733b922ced","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/829bfb733b922ced","status":"passed","time":{"start":1728856355687,"stop":1728856355688,"duration":1}}]},"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a901a55da3b101c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a901a55da3b101c","status":"passed","time":{"start":1729033974452,"stop":1729033974452,"duration":0}},{"uid":"7f568ac3190b6f69","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7f568ac3190b6f69","status":"passed","time":{"start":1729032027763,"stop":1729032027765,"duration":2}},{"uid":"2fdb2aac2ddde4bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fdb2aac2ddde4bf","status":"passed","time":{"start":1728901614545,"stop":1728901614546,"duration":1}},{"uid":"cfb196d64822ca7b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cfb196d64822ca7b","status":"passed","time":{"start":1728893048596,"stop":1728893048596,"duration":0}},{"uid":"39192108e5e94e66","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39192108e5e94e66","status":"passed","time":{"start":1728856013559,"stop":1728856013560,"duration":1}},{"uid":"82835155a4be7dd9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/82835155a4be7dd9","status":"passed","time":{"start":1728738231632,"stop":1728738231632,"duration":0}},{"uid":"d0570389ef2fa3c7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0570389ef2fa3c7","status":"passed","time":{"start":1728682761072,"stop":1728682761072,"duration":0}},{"uid":"e98e2151c313dad","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e98e2151c313dad","status":"passed","time":{"start":1728682330632,"stop":1728682330635,"duration":3}},{"uid":"54958220398e1a4d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/54958220398e1a4d","status":"passed","time":{"start":1728676808324,"stop":1728676808325,"duration":1}},{"uid":"db406ea38d2c5836","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/db406ea38d2c5836","status":"passed","time":{"start":1728669528228,"stop":1728669528228,"duration":0}},{"uid":"603ade619e764395","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/603ade619e764395","status":"passed","time":{"start":1728597872227,"stop":1728597872227,"duration":0}},{"uid":"83b6a2a1f0638979","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/83b6a2a1f0638979","status":"passed","time":{"start":1728597087686,"stop":1728597087686,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e105bb35deb1b550","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e105bb35deb1b550","status":"passed","time":{"start":1729033976790,"stop":1729033976793,"duration":3}},{"uid":"d591bc197ba07567","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d591bc197ba07567","status":"passed","time":{"start":1729032020515,"stop":1729032020516,"duration":1}},{"uid":"831423ef37e48778","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/831423ef37e48778","status":"passed","time":{"start":1728901616428,"stop":1728901616428,"duration":0}},{"uid":"4d0b0e40ed7b7eb8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4d0b0e40ed7b7eb8","status":"passed","time":{"start":1728893050243,"stop":1728893050243,"duration":0}},{"uid":"e60d3404b5c6f6d0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e60d3404b5c6f6d0","status":"passed","time":{"start":1728856015169,"stop":1728856015170,"duration":1}},{"uid":"93cd67b5f343f20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/93cd67b5f343f20","status":"passed","time":{"start":1728738233135,"stop":1728738233135,"duration":0}},{"uid":"6fd4a09335be0352","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6fd4a09335be0352","status":"passed","time":{"start":1728682762468,"stop":1728682762468,"duration":0}},{"uid":"1091f8e9420b92c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1091f8e9420b92c","status":"passed","time":{"start":1728682332784,"stop":1728682332784,"duration":0}},{"uid":"f8516123c3f197a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8516123c3f197a1","status":"passed","time":{"start":1728676810288,"stop":1728676810289,"duration":1}},{"uid":"fbf9ee89249ed9d5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fbf9ee89249ed9d5","status":"passed","time":{"start":1728669529891,"stop":1728669529892,"duration":1}},{"uid":"fd52a260e145f0e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd52a260e145f0e7","status":"passed","time":{"start":1728597873532,"stop":1728597873532,"duration":0}},{"uid":"b5723d53f6b3d47c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b5723d53f6b3d47c","status":"passed","time":{"start":1728597089271,"stop":1728597089272,"duration":1}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1d289f814c5f3faa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1d289f814c5f3faa","status":"passed","time":{"start":1729034066161,"stop":1729034066161,"duration":0}},{"uid":"27891a492818725b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/27891a492818725b","status":"passed","time":{"start":1728901782838,"stop":1728901782838,"duration":0}},{"uid":"b12faf0db5a66cd3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b12faf0db5a66cd3","status":"passed","time":{"start":1728893215989,"stop":1728893215989,"duration":0}},{"uid":"b50fad4a15f8f9ec","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b50fad4a15f8f9ec","status":"passed","time":{"start":1728856159201,"stop":1728856159202,"duration":1}},{"uid":"11231b13677a3d5e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11231b13677a3d5e","status":"passed","time":{"start":1728738371839,"stop":1728738371839,"duration":0}},{"uid":"da4fb9c6cb538345","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/da4fb9c6cb538345","status":"passed","time":{"start":1728682915887,"stop":1728682915888,"duration":1}},{"uid":"e7b2bb0e05f7c59c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e7b2bb0e05f7c59c","status":"passed","time":{"start":1728682496457,"stop":1728682496458,"duration":1}},{"uid":"7fba24707ba977e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7fba24707ba977e","status":"passed","time":{"start":1728676980227,"stop":1728676980228,"duration":1}},{"uid":"13dbd29547e9c4f1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/13dbd29547e9c4f1","status":"passed","time":{"start":1728598045387,"stop":1728598045387,"duration":0}},{"uid":"7f6e04aec6490d4d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7f6e04aec6490d4d","status":"passed","time":{"start":1728597260332,"stop":1728597260332,"duration":0}}]},"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f676f8e4a965f9ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f676f8e4a965f9ca","status":"passed","time":{"start":1729033974456,"stop":1729033974459,"duration":3}},{"uid":"5a3b13f526f7de2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a3b13f526f7de2","status":"passed","time":{"start":1729032027768,"stop":1729032027773,"duration":5}},{"uid":"ddea1498b177c9ae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ddea1498b177c9ae","status":"passed","time":{"start":1728901614552,"stop":1728901614553,"duration":1}},{"uid":"c7bf414e125704f4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c7bf414e125704f4","status":"passed","time":{"start":1728893048597,"stop":1728893048597,"duration":0}},{"uid":"a770ef6156669f17","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a770ef6156669f17","status":"passed","time":{"start":1728856013562,"stop":1728856013562,"duration":0}},{"uid":"584e4056fcb3936f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/584e4056fcb3936f","status":"passed","time":{"start":1728738231633,"stop":1728738231633,"duration":0}},{"uid":"d0716e846879d94b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0716e846879d94b","status":"passed","time":{"start":1728682761075,"stop":1728682761075,"duration":0}},{"uid":"cf6cb4c8b657d833","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cf6cb4c8b657d833","status":"passed","time":{"start":1728682330637,"stop":1728682330637,"duration":0}},{"uid":"ecac75b9c348f37f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ecac75b9c348f37f","status":"passed","time":{"start":1728676808326,"stop":1728676808326,"duration":0}},{"uid":"cc2c7d1045a27c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc2c7d1045a27c5","status":"passed","time":{"start":1728669528229,"stop":1728669528229,"duration":0}},{"uid":"8dbe35b3492a8de0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8dbe35b3492a8de0","status":"passed","time":{"start":1728597872228,"stop":1728597872229,"duration":1}},{"uid":"77e376924c81eb50","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/77e376924c81eb50","status":"passed","time":{"start":1728597087690,"stop":1728597087690,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"97ef2ec77bfc8e36","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97ef2ec77bfc8e36","status":"passed","time":{"start":1729033843117,"stop":1729033843118,"duration":1}},{"uid":"564cd65c91e9c8ab","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/564cd65c91e9c8ab","status":"passed","time":{"start":1729031892676,"stop":1729031892677,"duration":1}},{"uid":"89e120d4496cb1c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/89e120d4496cb1c6","status":"passed","time":{"start":1728901438810,"stop":1728901438811,"duration":1}},{"uid":"70d871a7bf33e93a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/70d871a7bf33e93a","status":"passed","time":{"start":1728892868999,"stop":1728892869000,"duration":1}},{"uid":"8f3e4c25394fafa6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f3e4c25394fafa6","status":"passed","time":{"start":1728855831891,"stop":1728855831892,"duration":1}},{"uid":"e2f1ef11125d9636","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e2f1ef11125d9636","status":"passed","time":{"start":1728738049039,"stop":1728738049039,"duration":0}},{"uid":"f636918b7f5cd5df","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f636918b7f5cd5df","status":"passed","time":{"start":1728682582617,"stop":1728682582618,"duration":1}},{"uid":"eaaddcd7ce2c27f0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eaaddcd7ce2c27f0","status":"passed","time":{"start":1728682155407,"stop":1728682155411,"duration":4}},{"uid":"8e7ec0bee1a29f8a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8e7ec0bee1a29f8a","status":"passed","time":{"start":1728676629973,"stop":1728676629973,"duration":0}},{"uid":"bbac6eea2a45a1df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bbac6eea2a45a1df","status":"passed","time":{"start":1728669353100,"stop":1728669353101,"duration":1}},{"uid":"4ff554124a3212e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ff554124a3212e7","status":"passed","time":{"start":1728597693845,"stop":1728597693845,"duration":0}},{"uid":"36489149fb91e49b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/36489149fb91e49b","status":"passed","time":{"start":1728596913090,"stop":1728596913090,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cc00ac350d048be1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc00ac350d048be1","status":"passed","time":{"start":1729034137165,"stop":1729034137165,"duration":0}},{"uid":"1fc156cbd2e5c85f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1fc156cbd2e5c85f","status":"passed","time":{"start":1729032187247,"stop":1729032187248,"duration":1}},{"uid":"ee4ac9ddd5b2566f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ee4ac9ddd5b2566f","status":"passed","time":{"start":1728901888430,"stop":1728901888437,"duration":7}},{"uid":"4358f2e1e2cbb059","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4358f2e1e2cbb059","status":"passed","time":{"start":1728893323794,"stop":1728893323795,"duration":1}},{"uid":"f51262a44350211e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f51262a44350211e","status":"passed","time":{"start":1728856285928,"stop":1728856285928,"duration":0}},{"uid":"7247e5923b50b22c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7247e5923b50b22c","status":"passed","time":{"start":1728738498276,"stop":1728738498276,"duration":0}},{"uid":"5bb4729f3d337b8b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5bb4729f3d337b8b","status":"passed","time":{"start":1728683041392,"stop":1728683041393,"duration":1}},{"uid":"daf304fabf176a82","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/daf304fabf176a82","status":"passed","time":{"start":1728682596020,"stop":1728682596021,"duration":1}},{"uid":"264311d2880745af","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/264311d2880745af","status":"passed","time":{"start":1728677091268,"stop":1728677091268,"duration":0}},{"uid":"d8250a9ed96c61fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8250a9ed96c61fb","status":"passed","time":{"start":1728669766427,"stop":1728669766427,"duration":0}},{"uid":"1a4bbab6bebbc65e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a4bbab6bebbc65e","status":"passed","time":{"start":1728598152075,"stop":1728598152076,"duration":1}},{"uid":"39d4acc287442f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/39d4acc287442f8","status":"passed","time":{"start":1728597364121,"stop":1728597364122,"duration":1}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e0fb7aba5831a846","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e0fb7aba5831a846","status":"passed","time":{"start":1729033933482,"stop":1729033933482,"duration":0}},{"uid":"30423695e50cd873","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30423695e50cd873","status":"passed","time":{"start":1729031982935,"stop":1729031982936,"duration":1}},{"uid":"213d08781b8c9cb7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/213d08781b8c9cb7","status":"passed","time":{"start":1728901527862,"stop":1728901527863,"duration":1}},{"uid":"1464b44fffed5efd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1464b44fffed5efd","status":"passed","time":{"start":1728892960142,"stop":1728892960142,"duration":0}},{"uid":"9162fe4c4f932b19","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9162fe4c4f932b19","status":"passed","time":{"start":1728855921716,"stop":1728855921717,"duration":1}},{"uid":"816fd22aed96af91","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/816fd22aed96af91","status":"passed","time":{"start":1728738138435,"stop":1728738138435,"duration":0}},{"uid":"8f551e99f92f9997","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8f551e99f92f9997","status":"passed","time":{"start":1728682672255,"stop":1728682672255,"duration":0}},{"uid":"37c6455d0101e2e5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/37c6455d0101e2e5","status":"passed","time":{"start":1728682245077,"stop":1728682245077,"duration":0}},{"uid":"bdc5097aed2dca7c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bdc5097aed2dca7c","status":"passed","time":{"start":1728676721302,"stop":1728676721302,"duration":0}},{"uid":"91db9da2a6daf2fc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/91db9da2a6daf2fc","status":"passed","time":{"start":1728669444566,"stop":1728669444567,"duration":1}},{"uid":"866b42d3d7afeecd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/866b42d3d7afeecd","status":"passed","time":{"start":1728597784078,"stop":1728597784079,"duration":1}},{"uid":"d5ffe9ee4859f528","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d5ffe9ee4859f528","status":"passed","time":{"start":1728597001552,"stop":1728597001553,"duration":1}}]},"af42ba71f589a682f5ff492c7e257287:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f2573ea68f137dd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f2573ea68f137dd","status":"passed","time":{"start":1728901958855,"stop":1728901958856,"duration":1}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"158c38ddb12f1d9d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/158c38ddb12f1d9d","status":"passed","time":{"start":1729034014878,"stop":1729034014878,"duration":0}},{"uid":"74a973b96f888dd4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/74a973b96f888dd4","status":"passed","time":{"start":1729032065458,"stop":1729032065458,"duration":0}},{"uid":"ac282bad8b41f48b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac282bad8b41f48b","status":"passed","time":{"start":1728901664271,"stop":1728901664282,"duration":11}},{"uid":"6969ebdb3db8ec65","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6969ebdb3db8ec65","status":"passed","time":{"start":1728893093693,"stop":1728893093693,"duration":0}},{"uid":"a83f6edd2138ff42","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a83f6edd2138ff42","status":"passed","time":{"start":1728856055274,"stop":1728856055274,"duration":0}},{"uid":"4efc76f4d079ce53","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4efc76f4d079ce53","status":"passed","time":{"start":1728738274746,"stop":1728738274746,"duration":0}},{"uid":"4e2eea67d8f6b4d5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4e2eea67d8f6b4d5","status":"passed","time":{"start":1728682807961,"stop":1728682807961,"duration":0}},{"uid":"b3a8bd50001e1cb9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3a8bd50001e1cb9","status":"passed","time":{"start":1728682381288,"stop":1728682381288,"duration":0}},{"uid":"816013bdc70a2fdd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/816013bdc70a2fdd","status":"passed","time":{"start":1728676853902,"stop":1728676853902,"duration":0}},{"uid":"2281bbe13d02798e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2281bbe13d02798e","status":"passed","time":{"start":1728669581699,"stop":1728669581699,"duration":0}},{"uid":"40768247658d369d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/40768247658d369d","status":"passed","time":{"start":1728597923492,"stop":1728597923492,"duration":0}},{"uid":"28b5344f6bdb90e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/28b5344f6bdb90e8","status":"passed","time":{"start":1728597132265,"stop":1728597132266,"duration":1}}]},"5166e074a2b25e0d3b374a1a3ecf0321:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4093f5ae7af6df4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4093f5ae7af6df4f","status":"passed","time":{"start":1728683110366,"stop":1728683110367,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2a3c6a340f5e1245","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2a3c6a340f5e1245","status":"passed","time":{"start":1729034147761,"stop":1729034147766,"duration":5}},{"uid":"d7575492f4468763","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d7575492f4468763","status":"passed","time":{"start":1729032204822,"stop":1729032204823,"duration":1}},{"uid":"e1a5a4577e5d763f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e1a5a4577e5d763f","status":"passed","time":{"start":1728901907651,"stop":1728901907651,"duration":0}},{"uid":"dd9c20080088a109","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dd9c20080088a109","status":"passed","time":{"start":1728893341885,"stop":1728893341885,"duration":0}},{"uid":"cde99b59361d1008","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cde99b59361d1008","status":"passed","time":{"start":1728856299350,"stop":1728856299351,"duration":1}},{"uid":"6ef69b72f53c4a23","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6ef69b72f53c4a23","status":"passed","time":{"start":1728738511611,"stop":1728738511611,"duration":0}},{"uid":"614135da3f13c27b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/614135da3f13c27b","status":"passed","time":{"start":1728683052906,"stop":1728683052907,"duration":1}},{"uid":"3ef73e517204c1f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3ef73e517204c1f","status":"passed","time":{"start":1728682612906,"stop":1728682612906,"duration":0}},{"uid":"9a31e1508ff22a56","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a31e1508ff22a56","status":"passed","time":{"start":1728677115740,"stop":1728677115740,"duration":0}},{"uid":"6a84f9ff31217e9c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6a84f9ff31217e9c","status":"passed","time":{"start":1728669778169,"stop":1728669778170,"duration":1}},{"uid":"6b460684f7379dff","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b460684f7379dff","status":"passed","time":{"start":1728598175427,"stop":1728598175427,"duration":0}},{"uid":"42f9445596f54d74","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42f9445596f54d74","status":"passed","time":{"start":1728597380056,"stop":1728597380057,"duration":1}}]},"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bcbdaecdf430c001","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bcbdaecdf430c001","status":"passed","time":{"start":1729033834389,"stop":1729033834390,"duration":1}},{"uid":"c1139d6714c87385","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c1139d6714c87385","status":"passed","time":{"start":1729031884123,"stop":1729031884123,"duration":0}},{"uid":"a13f72c94260bad6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a13f72c94260bad6","status":"passed","time":{"start":1728901430257,"stop":1728901430257,"duration":0}},{"uid":"3ab6f3c364b67d2f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ab6f3c364b67d2f","status":"passed","time":{"start":1728892860535,"stop":1728892860535,"duration":0}},{"uid":"bbc617546d6d5dbe","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bbc617546d6d5dbe","status":"passed","time":{"start":1728855823325,"stop":1728855823325,"duration":0}},{"uid":"2f5b7caa761b98fb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f5b7caa761b98fb","status":"passed","time":{"start":1728738040606,"stop":1728738040606,"duration":0}},{"uid":"5e035f1f62ae6581","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e035f1f62ae6581","status":"passed","time":{"start":1728682574096,"stop":1728682574096,"duration":0}},{"uid":"769f9121899c7a12","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/769f9121899c7a12","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"a2546fe55b3fa079","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2546fe55b3fa079","status":"passed","time":{"start":1728676621435,"stop":1728676621435,"duration":0}},{"uid":"6e9e91a5c1b31396","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e9e91a5c1b31396","status":"passed","time":{"start":1728669344470,"stop":1728669344471,"duration":1}},{"uid":"d99986306764f441","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d99986306764f441","status":"passed","time":{"start":1728597685164,"stop":1728597685165,"duration":1}},{"uid":"3360c04541d82de","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3360c04541d82de","status":"passed","time":{"start":1728596904472,"stop":1728596904472,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5df0a4d5c483da99","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5df0a4d5c483da99","status":"passed","time":{"start":1729033869945,"stop":1729033869946,"duration":1}},{"uid":"81a6e796fc0313ac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/81a6e796fc0313ac","status":"passed","time":{"start":1729031919799,"stop":1729031919800,"duration":1}},{"uid":"ab2193b6f8784005","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ab2193b6f8784005","status":"passed","time":{"start":1728901465375,"stop":1728901465375,"duration":0}},{"uid":"a315b43b35d9c1cb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a315b43b35d9c1cb","status":"passed","time":{"start":1728892895975,"stop":1728892895976,"duration":1}},{"uid":"7beb531db198f1d5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7beb531db198f1d5","status":"passed","time":{"start":1728855858320,"stop":1728855858320,"duration":0}},{"uid":"19ad92721076d0a3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/19ad92721076d0a3","status":"passed","time":{"start":1728738075954,"stop":1728738075955,"duration":1}},{"uid":"e00efdb626d2e31a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e00efdb626d2e31a","status":"passed","time":{"start":1728682609269,"stop":1728682609269,"duration":0}},{"uid":"68377ce12b2e948b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/68377ce12b2e948b","status":"passed","time":{"start":1728682182161,"stop":1728682182161,"duration":0}},{"uid":"340d89687541424","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/340d89687541424","status":"passed","time":{"start":1728676656595,"stop":1728676656595,"duration":0}},{"uid":"9a7e5737dfa2a500","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9a7e5737dfa2a500","status":"passed","time":{"start":1728669379925,"stop":1728669379925,"duration":0}},{"uid":"afcf772b5122a024","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/afcf772b5122a024","status":"passed","time":{"start":1728597720386,"stop":1728597720386,"duration":0}},{"uid":"eee9d01577bec4c2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eee9d01577bec4c2","status":"passed","time":{"start":1728596939485,"stop":1728596939486,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"95b9b56c95ecfe26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95b9b56c95ecfe26","status":"passed","time":{"start":1729034129480,"stop":1729034129480,"duration":0}},{"uid":"1753c0635f90c75c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1753c0635f90c75c","status":"passed","time":{"start":1729032178377,"stop":1729032178377,"duration":0}},{"uid":"aea31b5f8e8503fc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aea31b5f8e8503fc","status":"passed","time":{"start":1728901896354,"stop":1728901896354,"duration":0}},{"uid":"42e3b2e09a729da2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/42e3b2e09a729da2","status":"passed","time":{"start":1728893329035,"stop":1728893329035,"duration":0}},{"uid":"fc86a26aea55ef3b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fc86a26aea55ef3b","status":"passed","time":{"start":1728856284771,"stop":1728856284771,"duration":0}},{"uid":"15b323aad2b91c0d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15b323aad2b91c0d","status":"passed","time":{"start":1728738494948,"stop":1728738494948,"duration":0}},{"uid":"28fdd2513fc2d262","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28fdd2513fc2d262","status":"passed","time":{"start":1728683033638,"stop":1728683033638,"duration":0}},{"uid":"70ca961bb2fabd75","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70ca961bb2fabd75","status":"passed","time":{"start":1728682601745,"stop":1728682601746,"duration":1}},{"uid":"4141a51c9e0289e9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4141a51c9e0289e9","status":"passed","time":{"start":1728677107984,"stop":1728677107985,"duration":1}},{"uid":"f86d80a86b3aa6a0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f86d80a86b3aa6a0","status":"passed","time":{"start":1728669764758,"stop":1728669764759,"duration":1}},{"uid":"2b161283eb68d37","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2b161283eb68d37","status":"passed","time":{"start":1728598157577,"stop":1728598157577,"duration":0}},{"uid":"b2054ebde71da0fe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2054ebde71da0fe","status":"passed","time":{"start":1728597369086,"stop":1728597369086,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e32dabcc7b1bad92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e32dabcc7b1bad92","status":"passed","time":{"start":1729034121890,"stop":1729034121891,"duration":1}},{"uid":"b000b86e83bc6242","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b000b86e83bc6242","status":"passed","time":{"start":1729032174797,"stop":1729032174798,"duration":1}},{"uid":"a9af2f352c5d809f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a9af2f352c5d809f","status":"passed","time":{"start":1728901881003,"stop":1728901881004,"duration":1}},{"uid":"c0a2fa1950ebf8a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0a2fa1950ebf8a","status":"passed","time":{"start":1728893317140,"stop":1728893317141,"duration":1}},{"uid":"acb0ebdd8ee588fb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acb0ebdd8ee588fb","status":"passed","time":{"start":1728856263065,"stop":1728856263065,"duration":0}},{"uid":"eb46740d3e7f7586","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eb46740d3e7f7586","status":"passed","time":{"start":1728738492786,"stop":1728738492787,"duration":1}},{"uid":"c656ca9f8f930ad1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c656ca9f8f930ad1","status":"passed","time":{"start":1728683030008,"stop":1728683030008,"duration":0}},{"uid":"4d3c3e12226a4dc7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4d3c3e12226a4dc7","status":"passed","time":{"start":1728682581081,"stop":1728682581082,"duration":1}},{"uid":"8b3fe626461ff633","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8b3fe626461ff633","status":"passed","time":{"start":1728677081984,"stop":1728677081984,"duration":0}},{"uid":"4ca012b38803b7ea","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4ca012b38803b7ea","status":"passed","time":{"start":1728669795385,"stop":1728669795385,"duration":0}},{"uid":"c8812b2128209b4c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c8812b2128209b4c","status":"passed","time":{"start":1728598137494,"stop":1728598137495,"duration":1}},{"uid":"f787b0456ed00c2f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f787b0456ed00c2f","status":"passed","time":{"start":1728597353472,"stop":1728597353472,"duration":0}}]},"61a9255ba60a6a85eba661476798a029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b1795b52ea66741","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b1795b52ea66741","status":"passed","time":{"start":1728893317181,"stop":1728893317181,"duration":0}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dcf06c79df223e43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcf06c79df223e43","status":"passed","time":{"start":1729033843114,"stop":1729033843114,"duration":0}},{"uid":"467aea90f61dff16","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/467aea90f61dff16","status":"passed","time":{"start":1729031892673,"stop":1729031892673,"duration":0}},{"uid":"53051db83a35bc6f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53051db83a35bc6f","status":"passed","time":{"start":1728901438804,"stop":1728901438804,"duration":0}},{"uid":"ed18cee0a8447d5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ed18cee0a8447d5a","status":"passed","time":{"start":1728892868996,"stop":1728892868996,"duration":0}},{"uid":"593389cb4df15169","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/593389cb4df15169","status":"passed","time":{"start":1728855831888,"stop":1728855831889,"duration":1}},{"uid":"6a03fd36c5689e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6a03fd36c5689e0","status":"passed","time":{"start":1728738049036,"stop":1728738049036,"duration":0}},{"uid":"b8503a3859851407","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b8503a3859851407","status":"passed","time":{"start":1728682582614,"stop":1728682582614,"duration":0}},{"uid":"a6ec97498fd15603","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a6ec97498fd15603","status":"passed","time":{"start":1728682155404,"stop":1728682155404,"duration":0}},{"uid":"602c76a153acfcee","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/602c76a153acfcee","status":"passed","time":{"start":1728676629969,"stop":1728676629969,"duration":0}},{"uid":"f01b90d4674df555","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f01b90d4674df555","status":"passed","time":{"start":1728669353097,"stop":1728669353097,"duration":0}},{"uid":"a240c67a757bd35f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a240c67a757bd35f","status":"passed","time":{"start":1728597693842,"stop":1728597693842,"duration":0}},{"uid":"af864e616c427bc6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/af864e616c427bc6","status":"passed","time":{"start":1728596913086,"stop":1728596913086,"duration":0}}]},"77544484a32425d1becf3f61e87c5893:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc4ce7ecb8ed80aa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dc4ce7ecb8ed80aa","status":"passed","time":{"start":1728597423327,"stop":1728597423327,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9e44a6d04542cf0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9e44a6d04542cf0d","status":"passed","time":{"start":1729034209114,"stop":1729034209115,"duration":1}},{"uid":"67052fe6cf603635","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/67052fe6cf603635","status":"passed","time":{"start":1729032264593,"stop":1729032264595,"duration":2}},{"uid":"23ce136ad0dfeee9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/23ce136ad0dfeee9","status":"passed","time":{"start":1728902012873,"stop":1728902012874,"duration":1}},{"uid":"3d2614e33e7fce33","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d2614e33e7fce33","status":"passed","time":{"start":1728893454824,"stop":1728893454824,"duration":0}},{"uid":"e4f9fc5327b08ed0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e4f9fc5327b08ed0","status":"passed","time":{"start":1728856408467,"stop":1728856408467,"duration":0}},{"uid":"dfa46c568113e6e2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dfa46c568113e6e2","status":"passed","time":{"start":1728738633873,"stop":1728738633873,"duration":0}},{"uid":"ccbdeb2c0a07a1db","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ccbdeb2c0a07a1db","status":"passed","time":{"start":1728683159819,"stop":1728683159819,"duration":0}},{"uid":"b9b784648d481482","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b9b784648d481482","status":"passed","time":{"start":1728682751345,"stop":1728682751345,"duration":0}},{"uid":"11431eaa23645abd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11431eaa23645abd","status":"passed","time":{"start":1728677216376,"stop":1728677216377,"duration":1}},{"uid":"a0d6871858fbcff4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a0d6871858fbcff4","status":"passed","time":{"start":1728669925465,"stop":1728669925466,"duration":1}},{"uid":"15e289d7111e4d53","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/15e289d7111e4d53","status":"passed","time":{"start":1728598268819,"stop":1728598268820,"duration":1}},{"uid":"3eb4836932e3a2e6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3eb4836932e3a2e6","status":"passed","time":{"start":1728597503949,"stop":1728597503950,"duration":1}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"6c1f31d8181870f6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6c1f31d8181870f6","status":"passed","time":{"start":1729032275828,"stop":1729032275829,"duration":1}},{"uid":"f02416b74aa00852","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f02416b74aa00852","status":"passed","time":{"start":1728902036741,"stop":1728902036741,"duration":0}},{"uid":"22c94c48b342e9a4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/22c94c48b342e9a4","status":"passed","time":{"start":1728893472414,"stop":1728893472414,"duration":0}},{"uid":"b2b1209d8b666001","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2b1209d8b666001","status":"passed","time":{"start":1728856423201,"stop":1728856423202,"duration":1}},{"uid":"ceae7c0577c12ea0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ceae7c0577c12ea0","status":"passed","time":{"start":1728738648730,"stop":1728738648730,"duration":0}},{"uid":"c5a11c195b827f12","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c5a11c195b827f12","status":"passed","time":{"start":1728683179656,"stop":1728683179656,"duration":0}},{"uid":"35f63cfe2c5dcb51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/35f63cfe2c5dcb51","status":"passed","time":{"start":1728682757952,"stop":1728682757952,"duration":0}},{"uid":"4f6e95d8a3de7d49","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f6e95d8a3de7d49","status":"passed","time":{"start":1728677238451,"stop":1728677238452,"duration":1}},{"uid":"7022cfc5fc4f361f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7022cfc5fc4f361f","status":"passed","time":{"start":1728669928221,"stop":1728669928221,"duration":0}},{"uid":"4dd31d9ed013905c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4dd31d9ed013905c","status":"passed","time":{"start":1728598319590,"stop":1728598319590,"duration":0}},{"uid":"c42ea0018f8eb2b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c42ea0018f8eb2b","status":"passed","time":{"start":1728597520647,"stop":1728597520648,"duration":1}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cad5d9ff81c373e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cad5d9ff81c373e2","status":"passed","time":{"start":1729033862330,"stop":1729033862330,"duration":0}},{"uid":"7e4e3cf59186ac27","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e4e3cf59186ac27","status":"passed","time":{"start":1729031912071,"stop":1729031912071,"duration":0}},{"uid":"6f7043d57f5134b6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f7043d57f5134b6","status":"passed","time":{"start":1728901457818,"stop":1728901457819,"duration":1}},{"uid":"a62b5ee579c46f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a62b5ee579c46f3","status":"passed","time":{"start":1728892888302,"stop":1728892888302,"duration":0}},{"uid":"64d0f1c6f22b0ee4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64d0f1c6f22b0ee4","status":"passed","time":{"start":1728855850789,"stop":1728855850789,"duration":0}},{"uid":"38a4b3385b3476d2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38a4b3385b3476d2","status":"passed","time":{"start":1728738068165,"stop":1728738068165,"duration":0}},{"uid":"e19b402ca15b1806","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e19b402ca15b1806","status":"passed","time":{"start":1728682601674,"stop":1728682601674,"duration":0}},{"uid":"d80416307d2ac560","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d80416307d2ac560","status":"passed","time":{"start":1728682174567,"stop":1728682174567,"duration":0}},{"uid":"8ed489459b9514bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8ed489459b9514bf","status":"passed","time":{"start":1728676648932,"stop":1728676648933,"duration":1}},{"uid":"e203d5da98ce00ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e203d5da98ce00ab","status":"passed","time":{"start":1728669372212,"stop":1728669372212,"duration":0}},{"uid":"a9addd475405e732","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a9addd475405e732","status":"passed","time":{"start":1728597712762,"stop":1728597712762,"duration":0}},{"uid":"191e33726cd85edd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/191e33726cd85edd","status":"passed","time":{"start":1728596931868,"stop":1728596931868,"duration":0}}]},"9b39757fb3a6786e4260e0d9817247e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9886c152143c086a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9886c152143c086a","status":"passed","time":{"start":1728677107988,"stop":1728677107989,"duration":1}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1ad21a24c3632845","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ad21a24c3632845","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0}},{"uid":"bced94cfcfe3dccd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bced94cfcfe3dccd","status":"passed","time":{"start":1729032192393,"stop":1729032192394,"duration":1}},{"uid":"38e09c3595337ccf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38e09c3595337ccf","status":"passed","time":{"start":1728901896709,"stop":1728901896710,"duration":1}},{"uid":"6742f0f3d8991e08","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6742f0f3d8991e08","status":"passed","time":{"start":1728893334448,"stop":1728893334448,"duration":0}},{"uid":"558a8309b4d3c3e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/558a8309b4d3c3e","status":"passed","time":{"start":1728856285995,"stop":1728856285997,"duration":2}},{"uid":"77aa739f7ccb371a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/77aa739f7ccb371a","status":"passed","time":{"start":1728738508179,"stop":1728738508180,"duration":1}},{"uid":"cd2ccfea8c14208c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cd2ccfea8c14208c","status":"passed","time":{"start":1728683055336,"stop":1728683055336,"duration":0}},{"uid":"aa879a78f8fbac35","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa879a78f8fbac35","status":"passed","time":{"start":1728682604664,"stop":1728682604665,"duration":1}},{"uid":"7cafe5456c182178","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7cafe5456c182178","status":"passed","time":{"start":1728677105013,"stop":1728677105013,"duration":0}},{"uid":"98077c02ab9b2430","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98077c02ab9b2430","status":"passed","time":{"start":1728669780768,"stop":1728669780768,"duration":0}},{"uid":"143ba9ccbc3c2e73","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/143ba9ccbc3c2e73","status":"passed","time":{"start":1728598159632,"stop":1728598159632,"duration":0}},{"uid":"dadb45e5ac604fe8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dadb45e5ac604fe8","status":"passed","time":{"start":1728597371102,"stop":1728597371103,"duration":1}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e43d38544ed987d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e43d38544ed987d0","status":"passed","time":{"start":1729033939927,"stop":1729033939927,"duration":0}},{"uid":"ab128f1e875b7a24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ab128f1e875b7a24","status":"passed","time":{"start":1729031988776,"stop":1729031988777,"duration":1}},{"uid":"9cf35c5c743da028","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9cf35c5c743da028","status":"passed","time":{"start":1728901555773,"stop":1728901555774,"duration":1}},{"uid":"d6ec077a9b35bf5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6ec077a9b35bf5a","status":"passed","time":{"start":1728892995573,"stop":1728892995573,"duration":0}},{"uid":"2ae9a0976f8f3ec1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ae9a0976f8f3ec1","status":"passed","time":{"start":1728855954644,"stop":1728855954644,"duration":0}},{"uid":"e3304047beed47f7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e3304047beed47f7","status":"passed","time":{"start":1728738169523,"stop":1728738169523,"duration":0}},{"uid":"8fa85057285b1c3a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8fa85057285b1c3a","status":"passed","time":{"start":1728682707229,"stop":1728682707230,"duration":1}},{"uid":"a022ce37132e527c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a022ce37132e527c","status":"passed","time":{"start":1728682285126,"stop":1728682285127,"duration":1}},{"uid":"ca6600f539cb21eb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca6600f539cb21eb","status":"passed","time":{"start":1728676761155,"stop":1728676761156,"duration":1}},{"uid":"49fbe29499a3a16b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/49fbe29499a3a16b","status":"passed","time":{"start":1728669488937,"stop":1728669488938,"duration":1}},{"uid":"3ac72578e209c3c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ac72578e209c3c1","status":"passed","time":{"start":1728597819575,"stop":1728597819579,"duration":4}},{"uid":"55de8c67bc9b7b7f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/55de8c67bc9b7b7f","status":"passed","time":{"start":1728597041919,"stop":1728597041920,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"10f34c4a3309713a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10f34c4a3309713a","status":"passed","time":{"start":1729034121900,"stop":1729034121901,"duration":1}},{"uid":"bad249605a90d08d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bad249605a90d08d","status":"passed","time":{"start":1729032174809,"stop":1729032174810,"duration":1}},{"uid":"45ec468eebf65423","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/45ec468eebf65423","status":"passed","time":{"start":1728901881009,"stop":1728901881009,"duration":0}},{"uid":"9f774057bc48ba1c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9f774057bc48ba1c","status":"passed","time":{"start":1728893317155,"stop":1728893317156,"duration":1}},{"uid":"b05c56d09dded92a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b05c56d09dded92a","status":"passed","time":{"start":1728856263079,"stop":1728856263079,"duration":0}},{"uid":"c311a6ee03658fdf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c311a6ee03658fdf","status":"passed","time":{"start":1728738492795,"stop":1728738492795,"duration":0}},{"uid":"e20471b523b6d42d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e20471b523b6d42d","status":"passed","time":{"start":1728683030018,"stop":1728683030018,"duration":0}},{"uid":"ea4049c3b987a9c6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea4049c3b987a9c6","status":"passed","time":{"start":1728682581098,"stop":1728682581098,"duration":0}},{"uid":"66687b3b4d9f7e5b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/66687b3b4d9f7e5b","status":"passed","time":{"start":1728677081991,"stop":1728677081991,"duration":0}},{"uid":"e73e1f30e996c122","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e73e1f30e996c122","status":"passed","time":{"start":1728669795392,"stop":1728669795392,"duration":0}},{"uid":"e12a7582218c8402","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e12a7582218c8402","status":"passed","time":{"start":1728598137500,"stop":1728598137501,"duration":1}},{"uid":"fedba8d0bf420c51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fedba8d0bf420c51","status":"passed","time":{"start":1728597353477,"stop":1728597353477,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a197a0a450629037","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a197a0a450629037","status":"passed","time":{"start":1729034129479,"stop":1729034129479,"duration":0}},{"uid":"cac0221106196979","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cac0221106196979","status":"passed","time":{"start":1729032178376,"stop":1729032178376,"duration":0}},{"uid":"ea4b297dfd882a0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea4b297dfd882a0e","status":"passed","time":{"start":1728901896353,"stop":1728901896353,"duration":0}},{"uid":"344d654b3cfbc78f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/344d654b3cfbc78f","status":"passed","time":{"start":1728893329034,"stop":1728893329034,"duration":0}},{"uid":"82a0029a6d903b81","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/82a0029a6d903b81","status":"passed","time":{"start":1728856284770,"stop":1728856284770,"duration":0}},{"uid":"c45bc308d90f9b22","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c45bc308d90f9b22","status":"passed","time":{"start":1728738494947,"stop":1728738494947,"duration":0}},{"uid":"acaa91b7cf532a60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/acaa91b7cf532a60","status":"passed","time":{"start":1728683033637,"stop":1728683033637,"duration":0}},{"uid":"bca0d0eef556c74c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bca0d0eef556c74c","status":"passed","time":{"start":1728682601745,"stop":1728682601745,"duration":0}},{"uid":"1aefd7a56f1598a2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1aefd7a56f1598a2","status":"passed","time":{"start":1728677107984,"stop":1728677107984,"duration":0}},{"uid":"daef2af20aa9b4dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/daef2af20aa9b4dc","status":"passed","time":{"start":1728669764757,"stop":1728669764757,"duration":0}},{"uid":"8ec6e88fbb4816eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ec6e88fbb4816eb","status":"passed","time":{"start":1728598157576,"stop":1728598157576,"duration":0}},{"uid":"6e715332b8df10cc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6e715332b8df10cc","status":"passed","time":{"start":1728597369085,"stop":1728597369085,"duration":0}}]},"10a8d7b9f7fcd9a66681444346fad1d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbfc0dce6502d9e6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cbfc0dce6502d9e6","status":"passed","time":{"start":1728893389988,"stop":1728893389988,"duration":0}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d5b40d5a2359cbd5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d5b40d5a2359cbd5","status":"passed","time":{"start":1729033900634,"stop":1729033900634,"duration":0}},{"uid":"e479108764f31970","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e479108764f31970","status":"passed","time":{"start":1729031950406,"stop":1729031950406,"duration":0}},{"uid":"4b68211689d3fa6c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b68211689d3fa6c","status":"passed","time":{"start":1728901494877,"stop":1728901494877,"duration":0}},{"uid":"8df6da735b5b4307","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8df6da735b5b4307","status":"passed","time":{"start":1728892927095,"stop":1728892927096,"duration":1}},{"uid":"20237e4a8c4615b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/20237e4a8c4615b6","status":"passed","time":{"start":1728855889012,"stop":1728855889013,"duration":1}},{"uid":"da88413cdac3baf4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da88413cdac3baf4","status":"passed","time":{"start":1728738105939,"stop":1728738105939,"duration":0}},{"uid":"908ae857abcea194","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/908ae857abcea194","status":"passed","time":{"start":1728682639923,"stop":1728682639924,"duration":1}},{"uid":"cc44a9c415286688","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cc44a9c415286688","status":"passed","time":{"start":1728682212117,"stop":1728682212117,"duration":0}},{"uid":"ff9b2e669299f5e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ff9b2e669299f5e4","status":"passed","time":{"start":1728676687917,"stop":1728676687918,"duration":1}},{"uid":"5da0faca28863152","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5da0faca28863152","status":"passed","time":{"start":1728669411845,"stop":1728669411845,"duration":0}},{"uid":"81e5c8efbbec3c2e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/81e5c8efbbec3c2e","status":"passed","time":{"start":1728597751009,"stop":1728597751010,"duration":1}},{"uid":"2858ee3be2a4677c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2858ee3be2a4677c","status":"passed","time":{"start":1728596968266,"stop":1728596968266,"duration":0}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b39f5ce152724ab7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b39f5ce152724ab7","status":"passed","time":{"start":1729033904743,"stop":1729033904743,"duration":0}},{"uid":"77cc12dd2f412f5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/77cc12dd2f412f5d","status":"passed","time":{"start":1729031952291,"stop":1729031952291,"duration":0}},{"uid":"419480e0c9ef848c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/419480e0c9ef848c","status":"passed","time":{"start":1728901498545,"stop":1728901498545,"duration":0}},{"uid":"419fa74105fea434","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/419fa74105fea434","status":"passed","time":{"start":1728892934938,"stop":1728892934938,"duration":0}},{"uid":"b2426fa5e6cc3480","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2426fa5e6cc3480","status":"passed","time":{"start":1728855901074,"stop":1728855901076,"duration":2}},{"uid":"76fd970e5441d781","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76fd970e5441d781","status":"passed","time":{"start":1728738109811,"stop":1728738109812,"duration":1}},{"uid":"51599af360455ca6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/51599af360455ca6","status":"passed","time":{"start":1728682641759,"stop":1728682641760,"duration":1}},{"uid":"323da70117e09780","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/323da70117e09780","status":"passed","time":{"start":1728682224037,"stop":1728682224051,"duration":14}},{"uid":"8a1db0d76b850a6f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a1db0d76b850a6f","status":"passed","time":{"start":1728676692586,"stop":1728676692587,"duration":1}},{"uid":"f1601a8aee640a92","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f1601a8aee640a92","status":"passed","time":{"start":1728669414283,"stop":1728669414285,"duration":2}},{"uid":"ee722952cf90304c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ee722952cf90304c","status":"passed","time":{"start":1728597758154,"stop":1728597758155,"duration":1}},{"uid":"8251f50f042b07f1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8251f50f042b07f1","status":"passed","time":{"start":1728596973958,"stop":1728596973958,"duration":0}}]},"3445419bb0c69497dcad98f0753907d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e7d18f205df4422","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6e7d18f205df4422","status":"passed","time":{"start":1728682581129,"stop":1728682581130,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c200fa0637e7ce84","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c200fa0637e7ce84","status":"passed","time":{"start":1729033843123,"stop":1729033843123,"duration":0}},{"uid":"5ad97b2dacc526ba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5ad97b2dacc526ba","status":"passed","time":{"start":1729031892682,"stop":1729031892682,"duration":0}},{"uid":"d5ba0db6baf17fd8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d5ba0db6baf17fd8","status":"passed","time":{"start":1728901438812,"stop":1728901438813,"duration":1}},{"uid":"a68ee4b0bbdc33de","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a68ee4b0bbdc33de","status":"passed","time":{"start":1728892869005,"stop":1728892869005,"duration":0}},{"uid":"4ded2a33f548032b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ded2a33f548032b","status":"passed","time":{"start":1728855831897,"stop":1728855831897,"duration":0}},{"uid":"a59ec5491f20f864","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a59ec5491f20f864","status":"passed","time":{"start":1728738049045,"stop":1728738049045,"duration":0}},{"uid":"22b0224e9f4f93ee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/22b0224e9f4f93ee","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"c968f1082990404","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c968f1082990404","status":"passed","time":{"start":1728682155412,"stop":1728682155413,"duration":1}},{"uid":"b52348c33ece37a5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b52348c33ece37a5","status":"passed","time":{"start":1728676629979,"stop":1728676629979,"duration":0}},{"uid":"aa71c161079779c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa71c161079779c5","status":"passed","time":{"start":1728669353106,"stop":1728669353106,"duration":0}},{"uid":"c67291416b3e36ef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c67291416b3e36ef","status":"passed","time":{"start":1728597693852,"stop":1728597693852,"duration":0}},{"uid":"3514c66ef691fea3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3514c66ef691fea3","status":"passed","time":{"start":1728596913096,"stop":1728596913096,"duration":0}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5c7a364f1c33113d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5c7a364f1c33113d","status":"passed","time":{"start":1729033939921,"stop":1729033939922,"duration":1}},{"uid":"cbe46f0f87fd7a84","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cbe46f0f87fd7a84","status":"passed","time":{"start":1729031988772,"stop":1729031988773,"duration":1}},{"uid":"5e6e5c3d31cb786f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5e6e5c3d31cb786f","status":"passed","time":{"start":1728901555752,"stop":1728901555752,"duration":0}},{"uid":"1b13bd8df2117835","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1b13bd8df2117835","status":"passed","time":{"start":1728892995570,"stop":1728892995571,"duration":1}},{"uid":"e4e818de32fe0fcc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e4e818de32fe0fcc","status":"passed","time":{"start":1728855954641,"stop":1728855954641,"duration":0}},{"uid":"ef888ee998799810","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ef888ee998799810","status":"passed","time":{"start":1728738169503,"stop":1728738169504,"duration":1}},{"uid":"a86f88c8a005e2ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a86f88c8a005e2ab","status":"passed","time":{"start":1728682707226,"stop":1728682707226,"duration":0}},{"uid":"bc8feabbc7a99816","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc8feabbc7a99816","status":"passed","time":{"start":1728682285115,"stop":1728682285116,"duration":1}},{"uid":"45179466124bb178","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/45179466124bb178","status":"passed","time":{"start":1728676761147,"stop":1728676761148,"duration":1}},{"uid":"fd0324d359c43dd4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd0324d359c43dd4","status":"passed","time":{"start":1728669488935,"stop":1728669488935,"duration":0}},{"uid":"518df16e1bd65d78","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/518df16e1bd65d78","status":"passed","time":{"start":1728597819560,"stop":1728597819560,"duration":0}},{"uid":"ab7c3cf2cd3b5683","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ab7c3cf2cd3b5683","status":"passed","time":{"start":1728597041916,"stop":1728597041916,"duration":0}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fcea1fe2780df9c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fcea1fe2780df9c2","status":"passed","time":{"start":1729034121924,"stop":1729034121931,"duration":7}},{"uid":"9eb9d497b19caf2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9eb9d497b19caf2","status":"passed","time":{"start":1729032174900,"stop":1729032174900,"duration":0}},{"uid":"e9a7d02eb51f74a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e9a7d02eb51f74a8","status":"passed","time":{"start":1728901881015,"stop":1728901881015,"duration":0}},{"uid":"7aed7aaa1141c58e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7aed7aaa1141c58e","status":"passed","time":{"start":1728893317169,"stop":1728893317171,"duration":2}},{"uid":"c03bbc4f5c49e658","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c03bbc4f5c49e658","status":"passed","time":{"start":1728856263101,"stop":1728856263102,"duration":1}},{"uid":"d7347c285d9f6827","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d7347c285d9f6827","status":"passed","time":{"start":1728738492800,"stop":1728738492801,"duration":1}},{"uid":"afa737b3720e417f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/afa737b3720e417f","status":"passed","time":{"start":1728683030023,"stop":1728683030024,"duration":1}},{"uid":"789c3d2b0637f0ca","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/789c3d2b0637f0ca","status":"passed","time":{"start":1728682581104,"stop":1728682581105,"duration":1}},{"uid":"281ca90454a037fc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/281ca90454a037fc","status":"passed","time":{"start":1728677082000,"stop":1728677082000,"duration":0}},{"uid":"34d1d5d43a6da1f2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34d1d5d43a6da1f2","status":"passed","time":{"start":1728669795399,"stop":1728669795399,"duration":0}},{"uid":"437b4e33b206af10","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/437b4e33b206af10","status":"passed","time":{"start":1728598137505,"stop":1728598137506,"duration":1}},{"uid":"dfba8513dbacb7d9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dfba8513dbacb7d9","status":"passed","time":{"start":1728597353482,"stop":1728597353482,"duration":0}}]},"bd859832e2ef5423eabb5fa953a68e94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5df74e6887b3936a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5df74e6887b3936a","status":"passed","time":{"start":1729032178378,"stop":1729032178380,"duration":2}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"36fac8b81c78ddde","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/36fac8b81c78ddde","status":"passed","time":{"start":1729033868328,"stop":1729033868329,"duration":1}},{"uid":"371f1de29b733cd6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/371f1de29b733cd6","status":"passed","time":{"start":1729031918118,"stop":1729031918118,"duration":0}},{"uid":"6b81f23a60235d2e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6b81f23a60235d2e","status":"passed","time":{"start":1728901463797,"stop":1728901463798,"duration":1}},{"uid":"5854c8c30aaacaa1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5854c8c30aaacaa1","status":"passed","time":{"start":1728892894311,"stop":1728892894311,"duration":0}},{"uid":"63d5a2adad69099c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63d5a2adad69099c","status":"passed","time":{"start":1728855856839,"stop":1728855856839,"duration":0}},{"uid":"1b92643da57f8aa8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1b92643da57f8aa8","status":"passed","time":{"start":1728738074179,"stop":1728738074180,"duration":1}},{"uid":"334e74b16d66132c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/334e74b16d66132c","status":"passed","time":{"start":1728682607652,"stop":1728682607653,"duration":1}},{"uid":"ff9ed5accc1a0b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ff9ed5accc1a0b9","status":"passed","time":{"start":1728682180606,"stop":1728682180607,"duration":1}},{"uid":"263d734050888b55","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/263d734050888b55","status":"passed","time":{"start":1728676655191,"stop":1728676655192,"duration":1}},{"uid":"7f2b3162cbaf7c21","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f2b3162cbaf7c21","status":"passed","time":{"start":1728669378165,"stop":1728669378166,"duration":1}},{"uid":"953234771164f859","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/953234771164f859","status":"passed","time":{"start":1728597718743,"stop":1728597718743,"duration":0}},{"uid":"1b7208b87023ec25","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1b7208b87023ec25","status":"passed","time":{"start":1728596937947,"stop":1728596937947,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3bbe60fec3870561","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3bbe60fec3870561","status":"passed","time":{"start":1729033878344,"stop":1729033878344,"duration":0}},{"uid":"448059c64bc8bdbc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/448059c64bc8bdbc","status":"passed","time":{"start":1729031928153,"stop":1729031928153,"duration":0}},{"uid":"c71ed32f9b50c231","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c71ed32f9b50c231","status":"passed","time":{"start":1728901472375,"stop":1728901472376,"duration":1}},{"uid":"cac252d6c162ae00","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cac252d6c162ae00","status":"passed","time":{"start":1728892903066,"stop":1728892903066,"duration":0}},{"uid":"47e190d45fe45ebf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/47e190d45fe45ebf","status":"passed","time":{"start":1728855866506,"stop":1728855866507,"duration":1}},{"uid":"5c9d85b21c66efbc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c9d85b21c66efbc","status":"passed","time":{"start":1728738084264,"stop":1728738084264,"duration":0}},{"uid":"466133176da2b0bd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/466133176da2b0bd","status":"passed","time":{"start":1728682617675,"stop":1728682617675,"duration":0}},{"uid":"18818b32def2e806","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18818b32def2e806","status":"passed","time":{"start":1728682190443,"stop":1728682190443,"duration":0}},{"uid":"e520127572c5a709","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e520127572c5a709","status":"passed","time":{"start":1728676664770,"stop":1728676664771,"duration":1}},{"uid":"83a21da8092fda25","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83a21da8092fda25","status":"passed","time":{"start":1728669387972,"stop":1728669387972,"duration":0}},{"uid":"6426aa029b487ffb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6426aa029b487ffb","status":"passed","time":{"start":1728597727563,"stop":1728597727563,"duration":0}},{"uid":"b7aa9be0557d079","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b7aa9be0557d079","status":"passed","time":{"start":1728596946507,"stop":1728596946507,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c1af9d4bcc219a38","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c1af9d4bcc219a38","status":"passed","time":{"start":1729033976797,"stop":1729033976797,"duration":0}},{"uid":"be9b49739008866f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be9b49739008866f","status":"passed","time":{"start":1729032020518,"stop":1729032020518,"duration":0}},{"uid":"63ee3c74cc1e7961","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/63ee3c74cc1e7961","status":"passed","time":{"start":1728901616432,"stop":1728901616434,"duration":2}},{"uid":"489501c7c6bb0cf9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/489501c7c6bb0cf9","status":"passed","time":{"start":1728893050245,"stop":1728893050245,"duration":0}},{"uid":"331f50d601e3430","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/331f50d601e3430","status":"passed","time":{"start":1728856015171,"stop":1728856015171,"duration":0}},{"uid":"58583d5defd811b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58583d5defd811b9","status":"passed","time":{"start":1728738233137,"stop":1728738233138,"duration":1}},{"uid":"8db70e6991c0d7ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8db70e6991c0d7ca","status":"passed","time":{"start":1728682762471,"stop":1728682762472,"duration":1}},{"uid":"e61094a3a810c0a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e61094a3a810c0a8","status":"passed","time":{"start":1728682332786,"stop":1728682332786,"duration":0}},{"uid":"ec07c9ae156f7c7b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec07c9ae156f7c7b","status":"passed","time":{"start":1728676810291,"stop":1728676810291,"duration":0}},{"uid":"d1de3d1c51506605","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d1de3d1c51506605","status":"passed","time":{"start":1728669529897,"stop":1728669529899,"duration":2}},{"uid":"247cbded59637354","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/247cbded59637354","status":"passed","time":{"start":1728597873534,"stop":1728597873534,"duration":0}},{"uid":"f2305cc73441194a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f2305cc73441194a","status":"passed","time":{"start":1728597089273,"stop":1728597089274,"duration":1}}]},"e844fb631ab620583c715bd163c7d8c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b91b13fc3e55cf0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b91b13fc3e55cf0d","status":"passed","time":{"start":1729034177526,"stop":1729034177527,"duration":1}}]},"11e3c1d30f77f4af2f9aa1354db39ef8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d1b38e8dfafd848","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d1b38e8dfafd848","status":"passed","time":{"start":1728856299190,"stop":1728856299190,"duration":0}}]},"1c4453efb3bd596647b108262002e54b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7a0330f675dddb1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f7a0330f675dddb1","status":"passed","time":{"start":1729032228809,"stop":1729032228809,"duration":0}}]},"214a966456271cbcfb33ad032c3d110a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0743da3ab771a93","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c0743da3ab771a93","status":"passed","time":{"start":1728856055272,"stop":1728856055273,"duration":1}}]},"9cf32b07d86f98259da2956758e5251d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46d1baae29766475","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46d1baae29766475","status":"passed","time":{"start":1728856355695,"stop":1728856355696,"duration":1}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"782c3805f6976a7f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/782c3805f6976a7f","status":"passed","time":{"start":1729034209087,"stop":1729034209088,"duration":1}},{"uid":"4c8386670423d81f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c8386670423d81f","status":"passed","time":{"start":1729032264557,"stop":1729032264557,"duration":0}},{"uid":"7f42cf45da267184","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f42cf45da267184","status":"passed","time":{"start":1728902012832,"stop":1728902012832,"duration":0}},{"uid":"abf48fbbdcc96269","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/abf48fbbdcc96269","status":"passed","time":{"start":1728893454805,"stop":1728893454806,"duration":1}},{"uid":"d0a1bcd4c4cb2d96","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d0a1bcd4c4cb2d96","status":"passed","time":{"start":1728856408447,"stop":1728856408447,"duration":0}},{"uid":"898fad7b83ad9fe2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/898fad7b83ad9fe2","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"b40bdf20756426f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b40bdf20756426f4","status":"passed","time":{"start":1728683159731,"stop":1728683159733,"duration":2}},{"uid":"7ac6a9dc3a02a3bd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ac6a9dc3a02a3bd","status":"passed","time":{"start":1728682751323,"stop":1728682751323,"duration":0}},{"uid":"9a863d6e3e289dec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a863d6e3e289dec","status":"passed","time":{"start":1728677216350,"stop":1728677216350,"duration":0}},{"uid":"393935e481fcc1ba","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/393935e481fcc1ba","status":"passed","time":{"start":1728669925448,"stop":1728669925448,"duration":0}},{"uid":"a736fb122219f38e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a736fb122219f38e","status":"passed","time":{"start":1728598268795,"stop":1728598268796,"duration":1}},{"uid":"c9d461831e82d232","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9d461831e82d232","status":"passed","time":{"start":1728597503898,"stop":1728597503899,"duration":1}}]},"a1e7779382aa72397973bdad3f4ae554:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8deba89f72cb6382","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8deba89f72cb6382","status":"passed","time":{"start":1729032235310,"stop":1729032235310,"duration":0}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f7c12c91852a1650","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7c12c91852a1650","status":"passed","time":{"start":1729033904743,"stop":1729033904744,"duration":1}},{"uid":"247f2f55447b8d82","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/247f2f55447b8d82","status":"passed","time":{"start":1729031952291,"stop":1729031952292,"duration":1}},{"uid":"7e8ab678960c47bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e8ab678960c47bf","status":"passed","time":{"start":1728901498546,"stop":1728901498546,"duration":0}},{"uid":"65beacc79fc553bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/65beacc79fc553bf","status":"passed","time":{"start":1728892934938,"stop":1728892934939,"duration":1}},{"uid":"7c125b7e82acbd23","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7c125b7e82acbd23","status":"passed","time":{"start":1728855901076,"stop":1728855901077,"duration":1}},{"uid":"d2496e880a2a8f9c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d2496e880a2a8f9c","status":"passed","time":{"start":1728738109812,"stop":1728738109818,"duration":6}},{"uid":"747d1db892387ec4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/747d1db892387ec4","status":"passed","time":{"start":1728682641760,"stop":1728682641760,"duration":0}},{"uid":"d9f0c53b88fbeeed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d9f0c53b88fbeeed","status":"passed","time":{"start":1728682224051,"stop":1728682224052,"duration":1}},{"uid":"d9ba8100ebe1f16a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d9ba8100ebe1f16a","status":"passed","time":{"start":1728676692587,"stop":1728676692587,"duration":0}},{"uid":"bd71e5e04ddbc866","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bd71e5e04ddbc866","status":"passed","time":{"start":1728669414286,"stop":1728669414314,"duration":28}},{"uid":"efe750d6a765ba3e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efe750d6a765ba3e","status":"passed","time":{"start":1728597758155,"stop":1728597758155,"duration":0}},{"uid":"edb4c28ea1960c3e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/edb4c28ea1960c3e","status":"passed","time":{"start":1728596973958,"stop":1728596973959,"duration":1}}]},"23c6f136eb41d127a90a59eb706111ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67248bb2b3fbf21c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67248bb2b3fbf21c","status":"passed","time":{"start":1728901995037,"stop":1728901995037,"duration":0}}]},"b8c93dcfc5d2de71f0bb560d05629bc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"49a75ab01ba7cdc5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/49a75ab01ba7cdc5","status":"passed","time":{"start":1729034177535,"stop":1729034177536,"duration":1}}]},"cfb244c261b61babc617f392d0430c11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a28870e939e2fe6a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a28870e939e2fe6a","status":"passed","time":{"start":1728597423326,"stop":1728597423327,"duration":1}}]},"9c7da53dc8c28656b50de96f1a69d151:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e81322a8cd76d0ec","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e81322a8cd76d0ec","status":"passed","time":{"start":1728901958865,"stop":1728901958865,"duration":0}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"df0cb287268aae2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df0cb287268aae2c","status":"passed","time":{"start":1729034144773,"stop":1729034144773,"duration":0}},{"uid":"34e8a7382ed41e24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/34e8a7382ed41e24","status":"passed","time":{"start":1729032198828,"stop":1729032198837,"duration":9}},{"uid":"37ecc1edb2eb2aaf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37ecc1edb2eb2aaf","status":"passed","time":{"start":1728901901778,"stop":1728901901778,"duration":0}},{"uid":"65bfbbe6a03ef815","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/65bfbbe6a03ef815","status":"passed","time":{"start":1728893337259,"stop":1728893337259,"duration":0}},{"uid":"ade4b153a4bafa00","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ade4b153a4bafa00","status":"passed","time":{"start":1728856299203,"stop":1728856299203,"duration":0}},{"uid":"8142d9b5ff400bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8142d9b5ff400bd","status":"passed","time":{"start":1728738505394,"stop":1728738505395,"duration":1}},{"uid":"4e46b469eebebc5e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4e46b469eebebc5e","status":"passed","time":{"start":1728683045454,"stop":1728683045455,"duration":1}},{"uid":"873d3bbeda5d264f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/873d3bbeda5d264f","status":"passed","time":{"start":1728682607299,"stop":1728682607300,"duration":1}},{"uid":"985d5a37f9178d36","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/985d5a37f9178d36","status":"passed","time":{"start":1728677103503,"stop":1728677103503,"duration":0}},{"uid":"c4646c13f41485c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4646c13f41485c9","status":"passed","time":{"start":1728669777143,"stop":1728669777144,"duration":1}},{"uid":"1b5d9e360fd7a21","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1b5d9e360fd7a21","status":"passed","time":{"start":1728598163471,"stop":1728598163472,"duration":1}},{"uid":"1ec1dfede575cece","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ec1dfede575cece","status":"passed","time":{"start":1728597375492,"stop":1728597375493,"duration":1}}]},"f0f921db4de05cfce17d955544dd6043:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"310855af868ab691","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/310855af868ab691","status":"passed","time":{"start":1728683093173,"stop":1728683093173,"duration":0}}]},"491040fe2e55f05cf3bc9f011e33af2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e804dff4e8a70d20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e804dff4e8a70d20","status":"passed","time":{"start":1728738555096,"stop":1728738555096,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fbd9433f389a4aec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbd9433f389a4aec","status":"passed","time":{"start":1729034209103,"stop":1729034209103,"duration":0}},{"uid":"9197f610211848b9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9197f610211848b9","status":"passed","time":{"start":1729032264571,"stop":1729032264571,"duration":0}},{"uid":"125fc56a29e5e3f0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/125fc56a29e5e3f0","status":"passed","time":{"start":1728902012860,"stop":1728902012861,"duration":1}},{"uid":"2118e5e9d5ccc630","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2118e5e9d5ccc630","status":"passed","time":{"start":1728893454813,"stop":1728893454814,"duration":1}},{"uid":"6804a74f610575ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6804a74f610575ca","status":"passed","time":{"start":1728856408455,"stop":1728856408456,"duration":1}},{"uid":"614662a58878c133","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/614662a58878c133","status":"passed","time":{"start":1728738633857,"stop":1728738633857,"duration":0}},{"uid":"d43551b1eb05742d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d43551b1eb05742d","status":"passed","time":{"start":1728683159784,"stop":1728683159785,"duration":1}},{"uid":"a3bcd025e010095f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a3bcd025e010095f","status":"passed","time":{"start":1728682751332,"stop":1728682751333,"duration":1}},{"uid":"85805d150194f4cd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85805d150194f4cd","status":"passed","time":{"start":1728677216363,"stop":1728677216363,"duration":0}},{"uid":"f7c8f4d72f7310d7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f7c8f4d72f7310d7","status":"passed","time":{"start":1728669925456,"stop":1728669925456,"duration":0}},{"uid":"d99a235071c787e6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d99a235071c787e6","status":"passed","time":{"start":1728598268808,"stop":1728598268808,"duration":0}},{"uid":"c9cf6eeaee04db16","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9cf6eeaee04db16","status":"passed","time":{"start":1728597503926,"stop":1728597503928,"duration":2}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"db1c2786cdf5a219","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db1c2786cdf5a219","status":"passed","time":{"start":1729034063498,"stop":1729034063498,"duration":0}},{"uid":"45898757c05fada9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45898757c05fada9","status":"passed","time":{"start":1729032122638,"stop":1729032122639,"duration":1}},{"uid":"6b1e508d4c22aae5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6b1e508d4c22aae5","status":"passed","time":{"start":1728901785638,"stop":1728901785639,"duration":1}},{"uid":"fdf83776524c16e3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fdf83776524c16e3","status":"passed","time":{"start":1728893218775,"stop":1728893218776,"duration":1}},{"uid":"69a9d38d2b06f9a6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/69a9d38d2b06f9a6","status":"passed","time":{"start":1728856192662,"stop":1728856192662,"duration":0}},{"uid":"89651ab693ecdb2b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/89651ab693ecdb2b","status":"passed","time":{"start":1728738398088,"stop":1728738398088,"duration":0}},{"uid":"1a6e17fb7de6c7ea","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a6e17fb7de6c7ea","status":"passed","time":{"start":1728682944510,"stop":1728682944511,"duration":1}},{"uid":"b47c27cb6b21a35d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b47c27cb6b21a35d","status":"passed","time":{"start":1728682507863,"stop":1728682507863,"duration":0}},{"uid":"2f6438dc9c6bdeb5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2f6438dc9c6bdeb5","status":"passed","time":{"start":1728676995529,"stop":1728676995529,"duration":0}},{"uid":"197164c9f91b4496","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/197164c9f91b4496","status":"passed","time":{"start":1728669665541,"stop":1728669665542,"duration":1}},{"uid":"4553b2de247fd5ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4553b2de247fd5ab","status":"passed","time":{"start":1728598056487,"stop":1728598056488,"duration":1}},{"uid":"abe5db5b222073b7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/abe5db5b222073b7","status":"passed","time":{"start":1728597264030,"stop":1728597264036,"duration":6}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f8e74cec2e36bf3b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f8e74cec2e36bf3b","status":"passed","time":{"start":1729033858271,"stop":1729033858272,"duration":1}},{"uid":"c4ea7d08f3eff11c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c4ea7d08f3eff11c","status":"passed","time":{"start":1729031908177,"stop":1729031908178,"duration":1}},{"uid":"acdf6352742348c7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/acdf6352742348c7","status":"passed","time":{"start":1728901453934,"stop":1728901453934,"duration":0}},{"uid":"5326dbc37ec3d88c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5326dbc37ec3d88c","status":"passed","time":{"start":1728892884410,"stop":1728892884411,"duration":1}},{"uid":"1cb38061da42d2b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1cb38061da42d2b9","status":"passed","time":{"start":1728855846879,"stop":1728855846880,"duration":1}},{"uid":"4590dcbbb9020553","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4590dcbbb9020553","status":"passed","time":{"start":1728738064183,"stop":1728738064183,"duration":0}},{"uid":"cc8bca19a33712cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cc8bca19a33712cc","status":"passed","time":{"start":1728682597762,"stop":1728682597762,"duration":0}},{"uid":"eca95eeed629d951","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eca95eeed629d951","status":"passed","time":{"start":1728682170540,"stop":1728682170541,"duration":1}},{"uid":"2ab155d9887529d5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2ab155d9887529d5","status":"passed","time":{"start":1728676645200,"stop":1728676645201,"duration":1}},{"uid":"be2bc23ffcf2d506","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be2bc23ffcf2d506","status":"passed","time":{"start":1728669368195,"stop":1728669368195,"duration":0}},{"uid":"84afe9c6771f966c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/84afe9c6771f966c","status":"passed","time":{"start":1728597709012,"stop":1728597709013,"duration":1}},{"uid":"e7c435b45f15d204","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7c435b45f15d204","status":"passed","time":{"start":1728596928107,"stop":1728596928107,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b9b543667b2cea7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b9b543667b2cea7e","status":"passed","time":{"start":1729034014873,"stop":1729034014873,"duration":0}},{"uid":"e9d2d170dfb1c1c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e9d2d170dfb1c1c0","status":"passed","time":{"start":1729032065452,"stop":1729032065453,"duration":1}},{"uid":"faf69f1934a057b8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/faf69f1934a057b8","status":"passed","time":{"start":1728901664266,"stop":1728901664267,"duration":1}},{"uid":"cae4891938feaa5e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cae4891938feaa5e","status":"passed","time":{"start":1728893093691,"stop":1728893093691,"duration":0}},{"uid":"9fa5c5c0643b2f0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9fa5c5c0643b2f0f","status":"passed","time":{"start":1728856055272,"stop":1728856055272,"duration":0}},{"uid":"1974be97348ca71","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1974be97348ca71","status":"passed","time":{"start":1728738274743,"stop":1728738274744,"duration":1}},{"uid":"f5114954b60fd3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f5114954b60fd3f6","status":"passed","time":{"start":1728682807956,"stop":1728682807958,"duration":2}},{"uid":"9ba5a4d5f84b482b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9ba5a4d5f84b482b","status":"passed","time":{"start":1728682381284,"stop":1728682381285,"duration":1}},{"uid":"16c22c8d6656b425","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/16c22c8d6656b425","status":"passed","time":{"start":1728676853897,"stop":1728676853897,"duration":0}},{"uid":"60d5ed1e8d6efad1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/60d5ed1e8d6efad1","status":"passed","time":{"start":1728669581694,"stop":1728669581695,"duration":1}},{"uid":"e902e83b0f1000a3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e902e83b0f1000a3","status":"passed","time":{"start":1728597923481,"stop":1728597923481,"duration":0}},{"uid":"d55651511f15e95a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d55651511f15e95a","status":"passed","time":{"start":1728597132263,"stop":1728597132263,"duration":0}}]},"3b032019f7cbe6aabfe884b3f6d08352:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"496ee1e31e9c8c2a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/496ee1e31e9c8c2a","status":"passed","time":{"start":1729032235299,"stop":1729032235300,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"c88ebbe568d5bb82","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c88ebbe568d5bb82","status":"passed","time":{"start":1729032344622,"stop":1729032344622,"duration":0}},{"uid":"aed301025367136c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aed301025367136c","status":"passed","time":{"start":1728902062112,"stop":1728902062112,"duration":0}},{"uid":"8399d1442cf68e05","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8399d1442cf68e05","status":"passed","time":{"start":1728893496346,"stop":1728893496346,"duration":0}},{"uid":"29a3edd4280f1cf0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/29a3edd4280f1cf0","status":"passed","time":{"start":1728856449983,"stop":1728856449983,"duration":0}},{"uid":"d9dc7eea21d1034","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d9dc7eea21d1034","status":"passed","time":{"start":1728738669752,"stop":1728738669752,"duration":0}},{"uid":"858ecd1dfe83472","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/858ecd1dfe83472","status":"passed","time":{"start":1728683209697,"stop":1728683209697,"duration":0}},{"uid":"92cea29fa728c2b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/92cea29fa728c2b","status":"passed","time":{"start":1728682772284,"stop":1728682772284,"duration":0}},{"uid":"c3aebaf585df8e99","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c3aebaf585df8e99","status":"passed","time":{"start":1728677264668,"stop":1728677264668,"duration":0}},{"uid":"ab8a30af1fd7860","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ab8a30af1fd7860","status":"passed","time":{"start":1728669943368,"stop":1728669943368,"duration":0}},{"uid":"52d24e19c7b18254","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52d24e19c7b18254","status":"passed","time":{"start":1728598324828,"stop":1728598324828,"duration":0}},{"uid":"96a40ee48d0190fb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/96a40ee48d0190fb","status":"passed","time":{"start":1728597540223,"stop":1728597540223,"duration":0}}]},"b9764e61c19cdd315282ec1d7c884c6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7efdd6a8331fd766","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7efdd6a8331fd766","status":"passed","time":{"start":1728682666065,"stop":1728682666066,"duration":1}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"675e224762069bcd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/675e224762069bcd","status":"passed","time":{"start":1729033857426,"stop":1729033857427,"duration":1}},{"uid":"df6cfe9023c02630","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/df6cfe9023c02630","status":"passed","time":{"start":1729031907630,"stop":1729031907631,"duration":1}},{"uid":"2b1dfeefadae7f50","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2b1dfeefadae7f50","status":"passed","time":{"start":1728901452629,"stop":1728901452629,"duration":0}},{"uid":"3fcd041c21141fd0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3fcd041c21141fd0","status":"passed","time":{"start":1728892883398,"stop":1728892883398,"duration":0}},{"uid":"3c257bcd2eda7d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c257bcd2eda7d6","status":"passed","time":{"start":1728855845735,"stop":1728855845736,"duration":1}},{"uid":"2b93914bbacad243","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2b93914bbacad243","status":"passed","time":{"start":1728738063047,"stop":1728738063047,"duration":0}},{"uid":"1a7d02a853433c39","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a7d02a853433c39","status":"passed","time":{"start":1728682596889,"stop":1728682596889,"duration":0}},{"uid":"aeebf3335499a7f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aeebf3335499a7f9","status":"passed","time":{"start":1728682169970,"stop":1728682169970,"duration":0}},{"uid":"7d17f582b8f5e496","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d17f582b8f5e496","status":"passed","time":{"start":1728676643815,"stop":1728676643815,"duration":0}},{"uid":"7cef7dcd97e65c3c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7cef7dcd97e65c3c","status":"passed","time":{"start":1728669366943,"stop":1728669366943,"duration":0}},{"uid":"4d6d2f783146e982","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4d6d2f783146e982","status":"passed","time":{"start":1728597707581,"stop":1728597707581,"duration":0}},{"uid":"c5b88fc50fc968f4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c5b88fc50fc968f4","status":"passed","time":{"start":1728596927588,"stop":1728596927588,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"58b71d632173ef6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/58b71d632173ef6c","status":"passed","time":{"start":1729032344623,"stop":1729032344623,"duration":0}},{"uid":"38424e4f09e5b334","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38424e4f09e5b334","status":"passed","time":{"start":1728902062113,"stop":1728902062113,"duration":0}},{"uid":"b5518888691786b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5518888691786b2","status":"passed","time":{"start":1728893496347,"stop":1728893496347,"duration":0}},{"uid":"e43f3d879386ca2d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e43f3d879386ca2d","status":"passed","time":{"start":1728856449983,"stop":1728856449984,"duration":1}},{"uid":"bf272e4526cf6224","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf272e4526cf6224","status":"passed","time":{"start":1728738669753,"stop":1728738669753,"duration":0}},{"uid":"bbeaca78e8c2d2b5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bbeaca78e8c2d2b5","status":"passed","time":{"start":1728683209698,"stop":1728683209698,"duration":0}},{"uid":"257fb9c6ab8d50e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/257fb9c6ab8d50e4","status":"passed","time":{"start":1728682772285,"stop":1728682772285,"duration":0}},{"uid":"9a9b0ba8a8843ef3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a9b0ba8a8843ef3","status":"passed","time":{"start":1728677264668,"stop":1728677264669,"duration":1}},{"uid":"bb37c889f39f2349","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb37c889f39f2349","status":"passed","time":{"start":1728669943369,"stop":1728669943369,"duration":0}},{"uid":"f64e67f5edbf9b6a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f64e67f5edbf9b6a","status":"passed","time":{"start":1728598324828,"stop":1728598324829,"duration":1}},{"uid":"47216b84c5fdf7f2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47216b84c5fdf7f2","status":"passed","time":{"start":1728597540223,"stop":1728597540224,"duration":1}}]},"dc2743c7ca01bc994a8e66a243ee032e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93d92843fbd0b9e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/93d92843fbd0b9e9","status":"passed","time":{"start":1728598157579,"stop":1728598157579,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ccc755503c3061a0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccc755503c3061a0","status":"passed","time":{"start":1729034121892,"stop":1729034121894,"duration":2}},{"uid":"b92c6c00427b8671","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b92c6c00427b8671","status":"passed","time":{"start":1729032174799,"stop":1729032174799,"duration":0}},{"uid":"6274024563b37e88","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6274024563b37e88","status":"passed","time":{"start":1728901881005,"stop":1728901881005,"duration":0}},{"uid":"b5178feb3370c601","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5178feb3370c601","status":"passed","time":{"start":1728893317151,"stop":1728893317151,"duration":0}},{"uid":"2662f9a3231b86d1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2662f9a3231b86d1","status":"passed","time":{"start":1728856263067,"stop":1728856263067,"duration":0}},{"uid":"82a8a7e114d701b3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/82a8a7e114d701b3","status":"passed","time":{"start":1728738492791,"stop":1728738492792,"duration":1}},{"uid":"a1f5a181177f0633","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1f5a181177f0633","status":"passed","time":{"start":1728683030010,"stop":1728683030010,"duration":0}},{"uid":"b7d3cf24df782dee","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b7d3cf24df782dee","status":"passed","time":{"start":1728682581085,"stop":1728682581086,"duration":1}},{"uid":"79a93c31424f9595","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79a93c31424f9595","status":"passed","time":{"start":1728677081986,"stop":1728677081986,"duration":0}},{"uid":"dd92cd61350c00b3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd92cd61350c00b3","status":"passed","time":{"start":1728669795387,"stop":1728669795388,"duration":1}},{"uid":"fa6cbea6f117d517","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fa6cbea6f117d517","status":"passed","time":{"start":1728598137496,"stop":1728598137496,"duration":0}},{"uid":"b02e71c6f5de51f4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b02e71c6f5de51f4","status":"passed","time":{"start":1728597353474,"stop":1728597353474,"duration":0}}]},"4d342c49bc60650f8014c447997376cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a66ea6f1773c37c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a66ea6f1773c37c0","status":"passed","time":{"start":1728901896355,"stop":1728901896355,"duration":0}}]},"bc03c64ef9905538481bd0c2c83e7b85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c9e949907ff4ca3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c9e949907ff4ca3","status":"passed","time":{"start":1728597369088,"stop":1728597369088,"duration":0}}]},"eaf88606f42ff25ce61fe7af0d74c5aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"625e9fbe75933c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/625e9fbe75933c9","status":"passed","time":{"start":1728738555099,"stop":1728738555099,"duration":0}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"32ba962660412e34","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32ba962660412e34","status":"passed","time":{"start":1729033900651,"stop":1729033900653,"duration":2}},{"uid":"78e84f2db632715b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/78e84f2db632715b","status":"passed","time":{"start":1729031950408,"stop":1729031950410,"duration":2}},{"uid":"28dbf58196546ec1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/28dbf58196546ec1","status":"passed","time":{"start":1728901494880,"stop":1728901494881,"duration":1}},{"uid":"f204a04e98126038","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f204a04e98126038","status":"passed","time":{"start":1728892927099,"stop":1728892927099,"duration":0}},{"uid":"18e9f8170f4ba49a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/18e9f8170f4ba49a","status":"passed","time":{"start":1728855889016,"stop":1728855889017,"duration":1}},{"uid":"6321f6de0f2ec961","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6321f6de0f2ec961","status":"passed","time":{"start":1728738105942,"stop":1728738105943,"duration":1}},{"uid":"fe7bb2ac0cc3e07","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fe7bb2ac0cc3e07","status":"passed","time":{"start":1728682639927,"stop":1728682639927,"duration":0}},{"uid":"47d725d2cd722baa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/47d725d2cd722baa","status":"passed","time":{"start":1728682212121,"stop":1728682212122,"duration":1}},{"uid":"21ce39eafae67ce4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/21ce39eafae67ce4","status":"passed","time":{"start":1728676687924,"stop":1728676687924,"duration":0}},{"uid":"c43eed14fdd629be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c43eed14fdd629be","status":"passed","time":{"start":1728669411848,"stop":1728669411848,"duration":0}},{"uid":"e3f3fbc5fc3240b0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3f3fbc5fc3240b0","status":"passed","time":{"start":1728597751014,"stop":1728597751015,"duration":1}},{"uid":"fbdba3cb8f9071d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fbdba3cb8f9071d2","status":"passed","time":{"start":1728596968268,"stop":1728596968269,"duration":1}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"8e4fec60d1972eb7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e4fec60d1972eb7","status":"passed","time":{"start":1729034041490,"stop":1729034041490,"duration":0}},{"uid":"508a8b31ed79e95b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/508a8b31ed79e95b","status":"passed","time":{"start":1728901705406,"stop":1728901705407,"duration":1}},{"uid":"949e5c4aab552061","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/949e5c4aab552061","status":"passed","time":{"start":1728893141778,"stop":1728893141778,"duration":0}},{"uid":"8705f76f67454f06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8705f76f67454f06","status":"passed","time":{"start":1728856087085,"stop":1728856087085,"duration":0}},{"uid":"6fe268078c4ad091","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6fe268078c4ad091","status":"passed","time":{"start":1728738321438,"stop":1728738321438,"duration":0}},{"uid":"c32d830e09f81d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c32d830e09f81d1","status":"passed","time":{"start":1728682845677,"stop":1728682845677,"duration":0}},{"uid":"59026f6efcac189d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59026f6efcac189d","status":"passed","time":{"start":1728682424312,"stop":1728682424312,"duration":0}},{"uid":"45e9b0986fa0d9e0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/45e9b0986fa0d9e0","status":"passed","time":{"start":1728676900541,"stop":1728676900541,"duration":0}},{"uid":"f96250f9698f766d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f96250f9698f766d","status":"passed","time":{"start":1728669625802,"stop":1728669625802,"duration":0}},{"uid":"eae6a7af3e1b2ee0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eae6a7af3e1b2ee0","status":"passed","time":{"start":1728597957173,"stop":1728597957173,"duration":0}},{"uid":"cdfb89d640b13838","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cdfb89d640b13838","status":"passed","time":{"start":1728597182620,"stop":1728597182620,"duration":0}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e4fe79aa37b35dee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e4fe79aa37b35dee","status":"passed","time":{"start":1729033857765,"stop":1729033857765,"duration":0}},{"uid":"c7977650e17eca18","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c7977650e17eca18","status":"passed","time":{"start":1729031907984,"stop":1729031907985,"duration":1}},{"uid":"8e8fc352572755b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e8fc352572755b2","status":"passed","time":{"start":1728901453410,"stop":1728901453411,"duration":1}},{"uid":"b7e1b31e6226628d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b7e1b31e6226628d","status":"passed","time":{"start":1728892883978,"stop":1728892883978,"duration":0}},{"uid":"ec0a089eb148bddb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ec0a089eb148bddb","status":"passed","time":{"start":1728855846184,"stop":1728855846185,"duration":1}},{"uid":"d4f8df45758fb79a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d4f8df45758fb79a","status":"passed","time":{"start":1728738063647,"stop":1728738063647,"duration":0}},{"uid":"e500f09bcbd50fbd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e500f09bcbd50fbd","status":"passed","time":{"start":1728682597529,"stop":1728682597529,"duration":0}},{"uid":"94a515ff4657792a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94a515ff4657792a","status":"passed","time":{"start":1728682170201,"stop":1728682170201,"duration":0}},{"uid":"1d18641942064f76","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1d18641942064f76","status":"passed","time":{"start":1728676644980,"stop":1728676644980,"duration":0}},{"uid":"e8b73f11b350d8b0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e8b73f11b350d8b0","status":"passed","time":{"start":1728669367852,"stop":1728669367853,"duration":1}},{"uid":"874b7537960a21bd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/874b7537960a21bd","status":"passed","time":{"start":1728597708659,"stop":1728597708660,"duration":1}},{"uid":"fc24ef49d7cafba7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc24ef49d7cafba7","status":"passed","time":{"start":1728596927477,"stop":1728596927477,"duration":0}}]},"bb48d824e39ab899e6bac68f9c201b75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47ca63175bb3097e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47ca63175bb3097e","status":"passed","time":{"start":1728597353487,"stop":1728597353487,"duration":0}}]},"672967c317c33ab785cc5d45fe837a2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"304b15f0f3fefa40","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/304b15f0f3fefa40","status":"passed","time":{"start":1729034014873,"stop":1729034014876,"duration":3}}]},"36edf601b4fbe5892e14a50f1fa720fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b263e37c601d368","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2b263e37c601d368","status":"passed","time":{"start":1728597434078,"stop":1728597434078,"duration":0}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"505e9f06ec3cb0fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/505e9f06ec3cb0fa","status":"passed","time":{"start":1729034121932,"stop":1729034121935,"duration":3}},{"uid":"8a943c771e05c86","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a943c771e05c86","status":"passed","time":{"start":1729032174901,"stop":1729032174901,"duration":0}},{"uid":"1165aae6187067e8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1165aae6187067e8","status":"passed","time":{"start":1728901881017,"stop":1728901881018,"duration":1}},{"uid":"6171dbbdfeb27a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6171dbbdfeb27a2","status":"passed","time":{"start":1728893317174,"stop":1728893317175,"duration":1}},{"uid":"f0574b8a5428177b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f0574b8a5428177b","status":"passed","time":{"start":1728856263106,"stop":1728856263107,"duration":1}},{"uid":"dc7c4245f8918cb1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dc7c4245f8918cb1","status":"passed","time":{"start":1728738492801,"stop":1728738492801,"duration":0}},{"uid":"381c81de86b88261","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/381c81de86b88261","status":"passed","time":{"start":1728683030024,"stop":1728683030025,"duration":1}},{"uid":"a5be76dac7813ff6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a5be76dac7813ff6","status":"passed","time":{"start":1728682581105,"stop":1728682581106,"duration":1}},{"uid":"c49e8e609016d318","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c49e8e609016d318","status":"passed","time":{"start":1728677082001,"stop":1728677082002,"duration":1}},{"uid":"6d052b0fa4284619","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6d052b0fa4284619","status":"passed","time":{"start":1728669795400,"stop":1728669795401,"duration":1}},{"uid":"d99e4689ac2fb053","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d99e4689ac2fb053","status":"passed","time":{"start":1728598137506,"stop":1728598137506,"duration":0}},{"uid":"2c113a20db6d3232","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c113a20db6d3232","status":"passed","time":{"start":1728597353483,"stop":1728597353483,"duration":0}}]},"1438457889672412979a8439eb4595d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f016a99f088b569","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f016a99f088b569","status":"passed","time":{"start":1728738567470,"stop":1728738567470,"duration":0}}]},"adee7be16c20a6ebf7cc264ec148e39e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":6,"unknown":0,"total":8},"items":[{"uid":"69ac031071352433","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69ac031071352433","status":"passed","time":{"start":1729033875010,"stop":1729033875011,"duration":1}},{"uid":"b48abf9056572029","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b48abf9056572029","status":"passed","time":{"start":1729031924805,"stop":1729031924807,"duration":2}},{"uid":"ad7dd80b8e8be6d8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ad7dd80b8e8be6d8","status":"passed","time":{"start":1728855863300,"stop":1728855863300,"duration":0}},{"uid":"3c8ede53c66ccff1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3c8ede53c66ccff1","status":"passed","time":{"start":1728738080964,"stop":1728738080964,"duration":0}},{"uid":"c43f5a14cb21dc1a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c43f5a14cb21dc1a","status":"passed","time":{"start":1728682614254,"stop":1728682614255,"duration":1}},{"uid":"c7683cf64016a383","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7683cf64016a383","status":"passed","time":{"start":1728682187099,"stop":1728682187099,"duration":0}},{"uid":"662cbcb8aa58a1f6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/662cbcb8aa58a1f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660882,"stop":1728676660883,"duration":1}},{"uid":"88248350f03a938d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88248350f03a938d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384117,"stop":1728669384118,"duration":1}}]},"c7b55047471778c8c66803cc2f1f642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8bc805ac15ad9731","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bc805ac15ad9731","status":"passed","time":{"start":1728598221893,"stop":1728598221894,"duration":1}}]},"16125d401eb03e1fb863516079415d8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"22677fa25313314a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/22677fa25313314a","status":"passed","time":{"start":1729033874965,"stop":1729033874966,"duration":1}},{"uid":"410999e8f816ca98","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/410999e8f816ca98","status":"passed","time":{"start":1729031924903,"stop":1729031924903,"duration":0}},{"uid":"7c1c11172e6b7eb4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7c1c11172e6b7eb4","status":"passed","time":{"start":1728901469130,"stop":1728901469130,"duration":0}},{"uid":"b95d01a9e0380e24","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b95d01a9e0380e24","status":"passed","time":{"start":1728892899795,"stop":1728892899796,"duration":1}},{"uid":"abcc8b118948b149","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/abcc8b118948b149","status":"passed","time":{"start":1728855863060,"stop":1728855863061,"duration":1}},{"uid":"4a051784ac534693","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4a051784ac534693","status":"passed","time":{"start":1728738080903,"stop":1728738080903,"duration":0}},{"uid":"2f77048631bdf832","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2f77048631bdf832","status":"passed","time":{"start":1728682614311,"stop":1728682614311,"duration":0}},{"uid":"183fba3decfb249a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/183fba3decfb249a","status":"passed","time":{"start":1728682187096,"stop":1728682187097,"duration":1}},{"uid":"212e7e6c3fadd166","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/212e7e6c3fadd166","status":"passed","time":{"start":1728676661489,"stop":1728676661489,"duration":0}},{"uid":"cefed468828ae50d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cefed468828ae50d","status":"passed","time":{"start":1728669384664,"stop":1728669384665,"duration":1}},{"uid":"217e408201950c0e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/217e408201950c0e","status":"passed","time":{"start":1728597724236,"stop":1728597724236,"duration":0}},{"uid":"2eaaed9f0f90888b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2eaaed9f0f90888b","status":"passed","time":{"start":1728596943284,"stop":1728596943284,"duration":0}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"d9c840556bfa3253","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9c840556bfa3253","status":"passed","time":{"start":1729034066152,"stop":1729034066152,"duration":0}},{"uid":"5386986d9f3d724d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5386986d9f3d724d","status":"passed","time":{"start":1728901782835,"stop":1728901782835,"duration":0}},{"uid":"8e48dafb3d174805","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e48dafb3d174805","status":"passed","time":{"start":1728893215982,"stop":1728893215983,"duration":1}},{"uid":"a29d1d760277ce06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a29d1d760277ce06","status":"passed","time":{"start":1728856159198,"stop":1728856159198,"duration":0}},{"uid":"d127572b6d47526b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d127572b6d47526b","status":"passed","time":{"start":1728738371832,"stop":1728738371833,"duration":1}},{"uid":"3f6190c4ff363f53","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f6190c4ff363f53","status":"passed","time":{"start":1728682915878,"stop":1728682915879,"duration":1}},{"uid":"3c4c2d046a0d7b59","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3c4c2d046a0d7b59","status":"passed","time":{"start":1728682496450,"stop":1728682496454,"duration":4}},{"uid":"d991fd3c565be6b1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d991fd3c565be6b1","status":"passed","time":{"start":1728676980219,"stop":1728676980219,"duration":0}},{"uid":"403ed754357549f1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/403ed754357549f1","status":"passed","time":{"start":1728598045383,"stop":1728598045383,"duration":0}},{"uid":"e28320c3767ea77","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e28320c3767ea77","status":"passed","time":{"start":1728597260328,"stop":1728597260328,"duration":0}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f8185a14d1f3fafa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f8185a14d1f3fafa","status":"passed","time":{"start":1729033842351,"stop":1729033842352,"duration":1}},{"uid":"2df2814017d3983e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2df2814017d3983e","status":"passed","time":{"start":1729031892050,"stop":1729031892050,"duration":0}},{"uid":"390c60f4accc3cd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/390c60f4accc3cd","status":"passed","time":{"start":1728901438034,"stop":1728901438035,"duration":1}},{"uid":"f03f382a790c9c7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f03f382a790c9c7c","status":"passed","time":{"start":1728892868237,"stop":1728892868238,"duration":1}},{"uid":"70103cb8ed41d8f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/70103cb8ed41d8f7","status":"passed","time":{"start":1728855831083,"stop":1728855831084,"duration":1}},{"uid":"585b36bee852118","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/585b36bee852118","status":"passed","time":{"start":1728738048446,"stop":1728738048446,"duration":0}},{"uid":"34fe72dc9ce093e0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/34fe72dc9ce093e0","status":"passed","time":{"start":1728682581851,"stop":1728682581852,"duration":1}},{"uid":"fc6bc0d80454934c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fc6bc0d80454934c","status":"passed","time":{"start":1728682154711,"stop":1728682154712,"duration":1}},{"uid":"83604fd6798cf57f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/83604fd6798cf57f","status":"passed","time":{"start":1728676629307,"stop":1728676629307,"duration":0}},{"uid":"b5d7b513a9e1704f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b5d7b513a9e1704f","status":"passed","time":{"start":1728669352214,"stop":1728669352214,"duration":0}},{"uid":"58988749ba82f9a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58988749ba82f9a6","status":"passed","time":{"start":1728597693023,"stop":1728597693024,"duration":1}},{"uid":"ce2c01016dc629c0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ce2c01016dc629c0","status":"passed","time":{"start":1728596912536,"stop":1728596912536,"duration":0}}]},"82e4dd4a88fd78c1baa87ebe6e9612a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab68747bb3d68ba6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab68747bb3d68ba6","status":"passed","time":{"start":1729034177532,"stop":1729034177533,"duration":1}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4b224c5f3fcf2c67","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b224c5f3fcf2c67","status":"passed","time":{"start":1729034137146,"stop":1729034137147,"duration":1}},{"uid":"2ec642087b130bfe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2ec642087b130bfe","status":"passed","time":{"start":1729032206879,"stop":1729032206879,"duration":0}},{"uid":"ddaf205490c27640","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ddaf205490c27640","status":"passed","time":{"start":1728901995025,"stop":1728901995026,"duration":1}},{"uid":"3e221c4c832d4ac7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3e221c4c832d4ac7","status":"passed","time":{"start":1728893421002,"stop":1728893421002,"duration":0}},{"uid":"1e85a4adde006a20","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1e85a4adde006a20","status":"passed","time":{"start":1728856368602,"stop":1728856368602,"duration":0}},{"uid":"88a96a03762bad83","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/88a96a03762bad83","status":"passed","time":{"start":1728738604686,"stop":1728738604686,"duration":0}},{"uid":"dc7f4dc846e26f60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc7f4dc846e26f60","status":"passed","time":{"start":1728683117641,"stop":1728683117642,"duration":1}},{"uid":"7465ec6b8b572651","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7465ec6b8b572651","status":"passed","time":{"start":1728682721322,"stop":1728682721322,"duration":0}},{"uid":"68f7016c0ae199ad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/68f7016c0ae199ad","status":"passed","time":{"start":1728677184688,"stop":1728677184688,"duration":0}},{"uid":"198e4d4ade314c67","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/198e4d4ade314c67","status":"passed","time":{"start":1728669866465,"stop":1728669866467,"duration":2}},{"uid":"8aa191e4c6060df9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8aa191e4c6060df9","status":"passed","time":{"start":1728598249999,"stop":1728598250001,"duration":2}},{"uid":"45e7f21cc6a14528","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/45e7f21cc6a14528","status":"passed","time":{"start":1728597472302,"stop":1728597472305,"duration":3}}]},"999dd90fc61418c761d50df978b2ee70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e24cd9728bb1b87d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e24cd9728bb1b87d","status":"passed","time":{"start":1728677163576,"stop":1728677163577,"duration":1}}]},"1b0bf68406b2a5ad5ae6e9209a611b78:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1353c35bb30fe847","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1353c35bb30fe847","status":"passed","time":{"start":1728682601746,"stop":1728682601747,"duration":1}}]},"1e0a30c0ba195eefa5784d7b82f7555c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"259d9bbb1e359c66","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/259d9bbb1e359c66","status":"passed","time":{"start":1728597423328,"stop":1728597423328,"duration":0}}]},"3f204a21f154fb15cd77a1f989d0ed87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1be4b30180951fe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c1be4b30180951fe","status":"passed","time":{"start":1728893337254,"stop":1728893337254,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9f5f3f58fd93316d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9f5f3f58fd93316d","status":"passed","time":{"start":1729034137159,"stop":1729034137159,"duration":0}},{"uid":"dff9081769730176","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dff9081769730176","status":"passed","time":{"start":1729032206902,"stop":1729032206902,"duration":0}},{"uid":"b6d49b7ec33c86e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b6d49b7ec33c86e2","status":"passed","time":{"start":1728901995037,"stop":1728901995037,"duration":0}},{"uid":"832126e63cc4994d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/832126e63cc4994d","status":"passed","time":{"start":1728893421010,"stop":1728893421011,"duration":1}},{"uid":"43f35d673e6e9fc7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/43f35d673e6e9fc7","status":"passed","time":{"start":1728856368611,"stop":1728856368612,"duration":1}},{"uid":"3789f825e4e6646b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3789f825e4e6646b","status":"passed","time":{"start":1728738604694,"stop":1728738604695,"duration":1}},{"uid":"91cac75ae3dfd494","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/91cac75ae3dfd494","status":"passed","time":{"start":1728683117701,"stop":1728683117701,"duration":0}},{"uid":"4a924db9111f62df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4a924db9111f62df","status":"passed","time":{"start":1728682721328,"stop":1728682721329,"duration":1}},{"uid":"c9d0f66c02e77869","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c9d0f66c02e77869","status":"passed","time":{"start":1728677184696,"stop":1728677184696,"duration":0}},{"uid":"b1a2ddc74ab1a377","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1a2ddc74ab1a377","status":"passed","time":{"start":1728669866482,"stop":1728669866483,"duration":1}},{"uid":"98fc1b5f850479e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/98fc1b5f850479e7","status":"passed","time":{"start":1728598250015,"stop":1728598250015,"duration":0}},{"uid":"e1edafcf22c7aeb1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e1edafcf22c7aeb1","status":"passed","time":{"start":1728597472311,"stop":1728597472311,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"aa6c1e674aee882a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aa6c1e674aee882a","status":"passed","time":{"start":1729033850405,"stop":1729033850406,"duration":1}},{"uid":"512834f00b68c4f8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/512834f00b68c4f8","status":"passed","time":{"start":1729031899691,"stop":1729031899692,"duration":1}},{"uid":"11456637c51cd122","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/11456637c51cd122","status":"passed","time":{"start":1728901445803,"stop":1728901445803,"duration":0}},{"uid":"4a1b77866edba8c5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a1b77866edba8c5","status":"passed","time":{"start":1728892876334,"stop":1728892876334,"duration":0}},{"uid":"938459614d64ed68","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/938459614d64ed68","status":"passed","time":{"start":1728855838898,"stop":1728855838898,"duration":0}},{"uid":"ddc0a3eb53c0c0fc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ddc0a3eb53c0c0fc","status":"passed","time":{"start":1728738055942,"stop":1728738055942,"duration":0}},{"uid":"85fe3b4f9c3778a5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/85fe3b4f9c3778a5","status":"passed","time":{"start":1728682589826,"stop":1728682589826,"duration":0}},{"uid":"aa3cd41e509d525c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa3cd41e509d525c","status":"passed","time":{"start":1728682162268,"stop":1728682162269,"duration":1}},{"uid":"8eea12dab4a228a0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8eea12dab4a228a0","status":"passed","time":{"start":1728676637065,"stop":1728676637065,"duration":0}},{"uid":"f4553b5b97ae986c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4553b5b97ae986c","status":"passed","time":{"start":1728669360435,"stop":1728669360435,"duration":0}},{"uid":"22b0209105498caf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22b0209105498caf","status":"passed","time":{"start":1728597700986,"stop":1728597700986,"duration":0}},{"uid":"a676c6c82156aae6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a676c6c82156aae6","status":"passed","time":{"start":1728596920269,"stop":1728596920269,"duration":0}}]},"4d0e6bf5cd1d859d6ec5b7fcb1dad550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b72457930eb30c1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1b72457930eb30c1","status":"passed","time":{"start":1728597423327,"stop":1728597423328,"duration":1}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2ba9fe54614373b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ba9fe54614373b5","status":"passed","time":{"start":1729034041649,"stop":1729034041649,"duration":0}},{"uid":"3a6e8f688af92409","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3a6e8f688af92409","status":"passed","time":{"start":1729032093969,"stop":1729032093970,"duration":1}},{"uid":"7755379c46782ecd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7755379c46782ecd","status":"passed","time":{"start":1728901748867,"stop":1728901748868,"duration":1}},{"uid":"e86135da3390b121","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e86135da3390b121","status":"passed","time":{"start":1728893181173,"stop":1728893181173,"duration":0}},{"uid":"cd7e42da752d55a7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cd7e42da752d55a7","status":"passed","time":{"start":1728856155638,"stop":1728856155638,"duration":0}},{"uid":"40db5845a3c5a395","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/40db5845a3c5a395","status":"passed","time":{"start":1728738360440,"stop":1728738360440,"duration":0}},{"uid":"35435cc88b3c6d2e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/35435cc88b3c6d2e","status":"passed","time":{"start":1728682907311,"stop":1728682907311,"duration":0}},{"uid":"c64807bd580bd4f6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c64807bd580bd4f6","status":"passed","time":{"start":1728682466791,"stop":1728682466792,"duration":1}},{"uid":"559e9b7f40713c0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/559e9b7f40713c0","status":"passed","time":{"start":1728676955821,"stop":1728676955822,"duration":1}},{"uid":"f85f1635db1c1166","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f85f1635db1c1166","status":"passed","time":{"start":1728669626605,"stop":1728669626611,"duration":6}},{"uid":"53cc133b278f2ab5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/53cc133b278f2ab5","status":"passed","time":{"start":1728598013625,"stop":1728598013626,"duration":1}},{"uid":"59f8b588bb888e5d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/59f8b588bb888e5d","status":"passed","time":{"start":1728597225281,"stop":1728597225281,"duration":0}}]},"27affe2d135d8ffe9ed775581dbd065b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ae712d8168b74c63","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae712d8168b74c63","status":"passed","time":{"start":1729033850299,"stop":1729033850300,"duration":1}},{"uid":"826f4c3bed47b7ad","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/826f4c3bed47b7ad","status":"passed","time":{"start":1729031899902,"stop":1729031899902,"duration":0}},{"uid":"6e00a8beaf5944b5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6e00a8beaf5944b5","status":"passed","time":{"start":1728901445871,"stop":1728901445871,"duration":0}},{"uid":"3ce933978eca63bd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ce933978eca63bd","status":"passed","time":{"start":1728892875906,"stop":1728892875907,"duration":1}},{"uid":"4f77f6251408c8c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4f77f6251408c8c","status":"passed","time":{"start":1728855839037,"stop":1728855839038,"duration":1}},{"uid":"b6514056223d51cb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b6514056223d51cb","status":"passed","time":{"start":1728738056184,"stop":1728738056185,"duration":1}},{"uid":"c1d68f82bc836468","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c1d68f82bc836468","status":"passed","time":{"start":1728682589459,"stop":1728682589459,"duration":0}},{"uid":"847accb2485f9f89","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/847accb2485f9f89","status":"passed","time":{"start":1728682162316,"stop":1728682162317,"duration":1}},{"uid":"5abcdd2aea392426","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5abcdd2aea392426","status":"passed","time":{"start":1728676637002,"stop":1728676637004,"duration":2}},{"uid":"2f13426e3b6e2041","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f13426e3b6e2041","status":"passed","time":{"start":1728669360368,"stop":1728669360369,"duration":1}},{"uid":"af0dd3ba84621a65","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/af0dd3ba84621a65","status":"passed","time":{"start":1728597700888,"stop":1728597700889,"duration":1}},{"uid":"f544ad26b44ffe34","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f544ad26b44ffe34","status":"passed","time":{"start":1728596919827,"stop":1728596919827,"duration":0}}]},"c3d766845f93b7cb683cedc75b886eb1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"639b8d2b165639f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/639b8d2b165639f8","status":"passed","time":{"start":1728893389989,"stop":1728893389989,"duration":0}}]},"05472441605b4536af9a1d51b7f66581:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d2a76bd444e1922b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d2a76bd444e1922b","status":"passed","time":{"start":1729033875025,"stop":1729033875026,"duration":1}},{"uid":"282b8af742a14a13","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/282b8af742a14a13","status":"passed","time":{"start":1729031924906,"stop":1729031924907,"duration":1}},{"uid":"858cd8c3522f81a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/858cd8c3522f81a8","status":"passed","time":{"start":1728901469134,"stop":1728901469134,"duration":0}},{"uid":"e091515090e4e44e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e091515090e4e44e","status":"passed","time":{"start":1728892899799,"stop":1728892899799,"duration":0}},{"uid":"3642985b3ff81e9b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3642985b3ff81e9b","status":"passed","time":{"start":1728855863295,"stop":1728855863295,"duration":0}},{"uid":"602774471e3ed8ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/602774471e3ed8ca","status":"passed","time":{"start":1728738080954,"stop":1728738080955,"duration":1}},{"uid":"27faba0a51b9bce4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/27faba0a51b9bce4","status":"passed","time":{"start":1728682614314,"stop":1728682614315,"duration":1}},{"uid":"7eef6c895c811f2f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7eef6c895c811f2f","status":"passed","time":{"start":1728682187219,"stop":1728682187219,"duration":0}},{"uid":"79b474a2148ac557","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79b474a2148ac557","status":"passed","time":{"start":1728676661418,"stop":1728676661419,"duration":1}},{"uid":"c3452da5cee47891","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c3452da5cee47891","status":"passed","time":{"start":1728669384752,"stop":1728669384752,"duration":0}},{"uid":"70d11bf3e78b61ec","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70d11bf3e78b61ec","status":"passed","time":{"start":1728597724208,"stop":1728597724209,"duration":1}},{"uid":"3e396b7208abb4d7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3e396b7208abb4d7","status":"passed","time":{"start":1728596943261,"stop":1728596943262,"duration":1}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dcd41c148a36baf6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcd41c148a36baf6","status":"passed","time":{"start":1729033869945,"stop":1729033869945,"duration":0}},{"uid":"b10028ee5fb69c30","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b10028ee5fb69c30","status":"passed","time":{"start":1729031919799,"stop":1729031919799,"duration":0}},{"uid":"d4d474c97d118df0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d4d474c97d118df0","status":"passed","time":{"start":1728901465374,"stop":1728901465374,"duration":0}},{"uid":"ce9cdc58f6fcae93","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce9cdc58f6fcae93","status":"passed","time":{"start":1728892895975,"stop":1728892895975,"duration":0}},{"uid":"ac7f2e54183df21c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac7f2e54183df21c","status":"passed","time":{"start":1728855858319,"stop":1728855858319,"duration":0}},{"uid":"b48844887d5585b7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b48844887d5585b7","status":"passed","time":{"start":1728738075954,"stop":1728738075954,"duration":0}},{"uid":"b22dc340f76d64b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b22dc340f76d64b7","status":"passed","time":{"start":1728682609268,"stop":1728682609269,"duration":1}},{"uid":"2933cb82394446a6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2933cb82394446a6","status":"passed","time":{"start":1728682182160,"stop":1728682182161,"duration":1}},{"uid":"557e13617269332e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/557e13617269332e","status":"passed","time":{"start":1728676656594,"stop":1728676656594,"duration":0}},{"uid":"460f63398957bebe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/460f63398957bebe","status":"passed","time":{"start":1728669379924,"stop":1728669379924,"duration":0}},{"uid":"48737e43fa7db1ca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/48737e43fa7db1ca","status":"passed","time":{"start":1728597720386,"stop":1728597720386,"duration":0}},{"uid":"a965a61af52e991a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a965a61af52e991a","status":"passed","time":{"start":1728596939485,"stop":1728596939485,"duration":0}}]},"4da5cb47876d13a74d9bcb9e4c9ab41b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35e68a0efcd7b793","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/35e68a0efcd7b793","status":"passed","time":{"start":1728669834423,"stop":1728669834424,"duration":1}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"61c178f059a631d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/61c178f059a631d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121958,"stop":1729034121958,"duration":0}},{"uid":"a1a06edb47269baf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a1a06edb47269baf","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174932,"stop":1729032174932,"duration":0}},{"uid":"1c6832e9ea433778","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c6832e9ea433778","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881036,"stop":1728901881037,"duration":1}},{"uid":"fd8c4134408b7525","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fd8c4134408b7525","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317185,"stop":1728893317185,"duration":0}},{"uid":"bfd9292143e04665","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bfd9292143e04665","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263129,"stop":1728856263130,"duration":1}},{"uid":"de97c1438a2fb9a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/de97c1438a2fb9a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492816,"stop":1728738492816,"duration":0}},{"uid":"b58790f6ff1b8c67","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b58790f6ff1b8c67","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030033,"stop":1728683030033,"duration":0}},{"uid":"d18ce018eee7333f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d18ce018eee7333f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581134,"stop":1728682581134,"duration":0}},{"uid":"ba7b5cf9c9628c5f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba7b5cf9c9628c5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082018,"stop":1728677082018,"duration":0}},{"uid":"5807a2a4aef5b653","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5807a2a4aef5b653","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795411,"stop":1728669795412,"duration":1}},{"uid":"e3bbd9d976b19a8e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3bbd9d976b19a8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137512,"stop":1728598137512,"duration":0}},{"uid":"67a255579b21fbda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/67a255579b21fbda","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353491,"stop":1728597353492,"duration":1}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4f17c1aa34ba8765","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f17c1aa34ba8765","status":"passed","time":{"start":1729034137145,"stop":1729034137146,"duration":1}},{"uid":"fab8f1fe6a0ec9ac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fab8f1fe6a0ec9ac","status":"passed","time":{"start":1729032206878,"stop":1729032206879,"duration":1}},{"uid":"638554dffd9092d4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/638554dffd9092d4","status":"passed","time":{"start":1728901995025,"stop":1728901995025,"duration":0}},{"uid":"219bf0e78bc1b151","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/219bf0e78bc1b151","status":"passed","time":{"start":1728893421001,"stop":1728893421001,"duration":0}},{"uid":"8b45fa2ae93a6f95","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b45fa2ae93a6f95","status":"passed","time":{"start":1728856368601,"stop":1728856368601,"duration":0}},{"uid":"dd2ec6751bb122d1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dd2ec6751bb122d1","status":"passed","time":{"start":1728738604685,"stop":1728738604685,"duration":0}},{"uid":"44af2ea5b4f1cd1b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/44af2ea5b4f1cd1b","status":"passed","time":{"start":1728683117639,"stop":1728683117640,"duration":1}},{"uid":"f1ca4a8083bba4c6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f1ca4a8083bba4c6","status":"passed","time":{"start":1728682721321,"stop":1728682721321,"duration":0}},{"uid":"e6e9a8a87a675f95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e6e9a8a87a675f95","status":"passed","time":{"start":1728677184687,"stop":1728677184687,"duration":0}},{"uid":"900d8331b756617e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/900d8331b756617e","status":"passed","time":{"start":1728669866457,"stop":1728669866457,"duration":0}},{"uid":"233be459f2b8682","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/233be459f2b8682","status":"passed","time":{"start":1728598249996,"stop":1728598249996,"duration":0}},{"uid":"42cb54d96d3c63e9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42cb54d96d3c63e9","status":"passed","time":{"start":1728597472301,"stop":1728597472301,"duration":0}}]},"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d129863327a3a84d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d129863327a3a84d","status":"passed","time":{"start":1729033834365,"stop":1729033834366,"duration":1}},{"uid":"9f53c150bd26853d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9f53c150bd26853d","status":"passed","time":{"start":1729031884095,"stop":1729031884095,"duration":0}},{"uid":"2d0b302317d8c8e6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2d0b302317d8c8e6","status":"passed","time":{"start":1728901430244,"stop":1728901430245,"duration":1}},{"uid":"51b3d44c4ac4737","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51b3d44c4ac4737","status":"passed","time":{"start":1728892860519,"stop":1728892860520,"duration":1}},{"uid":"dd5ece536f96f27a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dd5ece536f96f27a","status":"passed","time":{"start":1728855823310,"stop":1728855823310,"duration":0}},{"uid":"e98fe4433d068ce3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e98fe4433d068ce3","status":"passed","time":{"start":1728738040572,"stop":1728738040572,"duration":0}},{"uid":"8078c6092897737e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8078c6092897737e","status":"passed","time":{"start":1728682574072,"stop":1728682574072,"duration":0}},{"uid":"8e38f90f11587878","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e38f90f11587878","status":"passed","time":{"start":1728682146800,"stop":1728682146800,"duration":0}},{"uid":"6c9cb8680c981f7c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6c9cb8680c981f7c","status":"passed","time":{"start":1728676621418,"stop":1728676621418,"duration":0}},{"uid":"9efe32f3a73d07f2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9efe32f3a73d07f2","status":"passed","time":{"start":1728669344456,"stop":1728669344456,"duration":0}},{"uid":"38e85a6e29389137","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/38e85a6e29389137","status":"passed","time":{"start":1728597685140,"stop":1728597685140,"duration":0}},{"uid":"c299265727e19724","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c299265727e19724","status":"passed","time":{"start":1728596904449,"stop":1728596904449,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bdc590408cd957f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bdc590408cd957f2","status":"passed","time":{"start":1729034129467,"stop":1729034129467,"duration":0}},{"uid":"1e04986098117900","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1e04986098117900","status":"passed","time":{"start":1729032178355,"stop":1729032178356,"duration":1}},{"uid":"d59354373b8c571a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d59354373b8c571a","status":"passed","time":{"start":1728901896338,"stop":1728901896339,"duration":1}},{"uid":"c1ce5c2392719425","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c1ce5c2392719425","status":"passed","time":{"start":1728893329017,"stop":1728893329018,"duration":1}},{"uid":"541e41219310df7d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/541e41219310df7d","status":"passed","time":{"start":1728856284753,"stop":1728856284753,"duration":0}},{"uid":"85dabdd37a6df698","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85dabdd37a6df698","status":"passed","time":{"start":1728738494928,"stop":1728738494928,"duration":0}},{"uid":"d1f583a6142aab26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d1f583a6142aab26","status":"passed","time":{"start":1728683033623,"stop":1728683033624,"duration":1}},{"uid":"e3c94f9ed2968171","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e3c94f9ed2968171","status":"passed","time":{"start":1728682601729,"stop":1728682601729,"duration":0}},{"uid":"b6514b6d83fe1004","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b6514b6d83fe1004","status":"passed","time":{"start":1728677107953,"stop":1728677107954,"duration":1}},{"uid":"4bbf3b9748b856d0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4bbf3b9748b856d0","status":"passed","time":{"start":1728669764743,"stop":1728669764743,"duration":0}},{"uid":"efaa606806946691","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efaa606806946691","status":"passed","time":{"start":1728598157552,"stop":1728598157552,"duration":0}},{"uid":"e7ad2a4e83f02b9a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7ad2a4e83f02b9a","status":"passed","time":{"start":1728597369050,"stop":1728597369050,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c2ecf39978ce5880","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2ecf39978ce5880","status":"passed","time":{"start":1729034144765,"stop":1729034144765,"duration":0}},{"uid":"be7b93e520f0edba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be7b93e520f0edba","status":"passed","time":{"start":1729032198815,"stop":1729032198816,"duration":1}},{"uid":"1b822bc5ce228915","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b822bc5ce228915","status":"passed","time":{"start":1728901901763,"stop":1728901901764,"duration":1}},{"uid":"7ad888210dfad994","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7ad888210dfad994","status":"passed","time":{"start":1728893337247,"stop":1728893337252,"duration":5}},{"uid":"be06b68873113fa4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be06b68873113fa4","status":"passed","time":{"start":1728856299188,"stop":1728856299189,"duration":1}},{"uid":"8293090fd5a1e4af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8293090fd5a1e4af","status":"passed","time":{"start":1728738505375,"stop":1728738505375,"duration":0}},{"uid":"aec9516e6d2f8205","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aec9516e6d2f8205","status":"passed","time":{"start":1728683045448,"stop":1728683045448,"duration":0}},{"uid":"70b5b77f3b7495eb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70b5b77f3b7495eb","status":"passed","time":{"start":1728682607289,"stop":1728682607290,"duration":1}},{"uid":"c661a2148f5c26d3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c661a2148f5c26d3","status":"passed","time":{"start":1728677103493,"stop":1728677103494,"duration":1}},{"uid":"111ff79d94d997ce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/111ff79d94d997ce","status":"passed","time":{"start":1728669777115,"stop":1728669777116,"duration":1}},{"uid":"cb9486c259363cb9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb9486c259363cb9","status":"passed","time":{"start":1728598163465,"stop":1728598163465,"duration":0}},{"uid":"35faf3f9c1c9b3b9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/35faf3f9c1c9b3b9","status":"passed","time":{"start":1728597375468,"stop":1728597375469,"duration":1}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2d50f32c7ebe81e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d50f32c7ebe81e8","status":"passed","time":{"start":1729034162416,"stop":1729034162417,"duration":1}},{"uid":"543a2cf8f078577f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/543a2cf8f078577f","status":"passed","time":{"start":1729032197327,"stop":1729032197335,"duration":8}},{"uid":"7318e686615ded76","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7318e686615ded76","status":"passed","time":{"start":1728901899717,"stop":1728901899717,"duration":0}},{"uid":"7e5d87869dd7f4d5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7e5d87869dd7f4d5","status":"passed","time":{"start":1728893334924,"stop":1728893334925,"duration":1}},{"uid":"cbb4f16635d00c87","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cbb4f16635d00c87","status":"passed","time":{"start":1728856288028,"stop":1728856288029,"duration":1}},{"uid":"c5eabdb3a6fafaa8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5eabdb3a6fafaa8","status":"passed","time":{"start":1728738501691,"stop":1728738501691,"duration":0}},{"uid":"41f39c02a24fc25f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/41f39c02a24fc25f","status":"passed","time":{"start":1728683044490,"stop":1728683044490,"duration":0}},{"uid":"b5b0fa1f72a2580e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b5b0fa1f72a2580e","status":"passed","time":{"start":1728682619635,"stop":1728682619636,"duration":1}},{"uid":"f540bcbad78e7ac8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f540bcbad78e7ac8","status":"passed","time":{"start":1728677104188,"stop":1728677104190,"duration":2}},{"uid":"17e63a03981b3d38","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/17e63a03981b3d38","status":"passed","time":{"start":1728669759889,"stop":1728669759889,"duration":0}},{"uid":"c264710e17885d48","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c264710e17885d48","status":"passed","time":{"start":1728598164493,"stop":1728598164493,"duration":0}},{"uid":"ef948e1dce96d211","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ef948e1dce96d211","status":"passed","time":{"start":1728597385270,"stop":1728597385270,"duration":0}}]},"bbb7378b3307828dcb05d49b677b0802:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"85f63db5b9924a7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85f63db5b9924a7e","status":"passed","time":{"start":1729033874966,"stop":1729033874967,"duration":1}},{"uid":"3e0903160060c99e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3e0903160060c99e","status":"passed","time":{"start":1729031924903,"stop":1729031924904,"duration":1}},{"uid":"da7b0655fd66c598","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da7b0655fd66c598","status":"passed","time":{"start":1728901469131,"stop":1728901469131,"duration":0}},{"uid":"c14460b519638ddb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c14460b519638ddb","status":"passed","time":{"start":1728892899796,"stop":1728892899796,"duration":0}},{"uid":"153b8fbed112c938","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/153b8fbed112c938","status":"passed","time":{"start":1728855863061,"stop":1728855863062,"duration":1}},{"uid":"97aab1ddd894a0f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/97aab1ddd894a0f1","status":"passed","time":{"start":1728738080904,"stop":1728738080904,"duration":0}},{"uid":"3cb5eedc817f0bd9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3cb5eedc817f0bd9","status":"passed","time":{"start":1728682614312,"stop":1728682614312,"duration":0}},{"uid":"34342a4db8bacb4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/34342a4db8bacb4","status":"passed","time":{"start":1728682187097,"stop":1728682187098,"duration":1}},{"uid":"1077c91cb5aa20f5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1077c91cb5aa20f5","status":"passed","time":{"start":1728676661489,"stop":1728676661490,"duration":1}},{"uid":"37fb76567767a419","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/37fb76567767a419","status":"passed","time":{"start":1728669384665,"stop":1728669384665,"duration":0}},{"uid":"539d722bfbdee457","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/539d722bfbdee457","status":"passed","time":{"start":1728597724236,"stop":1728597724236,"duration":0}},{"uid":"78c324fb67191abb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/78c324fb67191abb","status":"passed","time":{"start":1728596943284,"stop":1728596943285,"duration":1}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"83acd30f98f1e9b6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/83acd30f98f1e9b6","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"duration":0}},{"uid":"d45bdd6d2f1b2fad","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d45bdd6d2f1b2fad","status":"passed","time":{"start":1729031892684,"stop":1729031892684,"duration":0}},{"uid":"e52d0304adf51e1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e52d0304adf51e1","status":"passed","time":{"start":1728901438815,"stop":1728901438815,"duration":0}},{"uid":"8d4d59ebd38ec61d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d4d59ebd38ec61d","status":"passed","time":{"start":1728892869008,"stop":1728892869009,"duration":1}},{"uid":"ffc666cd3a259b4a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ffc666cd3a259b4a","status":"passed","time":{"start":1728855831899,"stop":1728855831900,"duration":1}},{"uid":"239820ab26b4a01","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/239820ab26b4a01","status":"passed","time":{"start":1728738049048,"stop":1728738049048,"duration":0}},{"uid":"baaaa115a9d39695","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/baaaa115a9d39695","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"9f0058e52a37f574","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9f0058e52a37f574","status":"passed","time":{"start":1728682155414,"stop":1728682155415,"duration":1}},{"uid":"83c5d9c5c05e006b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/83c5d9c5c05e006b","status":"passed","time":{"start":1728676629981,"stop":1728676629981,"duration":0}},{"uid":"9e8decc6fdcd8d5b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e8decc6fdcd8d5b","status":"passed","time":{"start":1728669353108,"stop":1728669353108,"duration":0}},{"uid":"6b2bb698c6d6361b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b2bb698c6d6361b","status":"passed","time":{"start":1728597693855,"stop":1728597693855,"duration":0}},{"uid":"57256f6ffe592512","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/57256f6ffe592512","status":"passed","time":{"start":1728596913098,"stop":1728596913099,"duration":1}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2138884f7fce1040","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2138884f7fce1040","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0}},{"uid":"98a5da90ebe1e2c8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/98a5da90ebe1e2c8","status":"passed","time":{"start":1729031892683,"stop":1729031892683,"duration":0}},{"uid":"44a2f39803c27bfa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/44a2f39803c27bfa","status":"passed","time":{"start":1728901438814,"stop":1728901438814,"duration":0}},{"uid":"da72f46b1036496b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da72f46b1036496b","status":"passed","time":{"start":1728892869007,"stop":1728892869007,"duration":0}},{"uid":"3e200605c816e39d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3e200605c816e39d","status":"passed","time":{"start":1728855831898,"stop":1728855831899,"duration":1}},{"uid":"de61f2598751f443","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/de61f2598751f443","status":"passed","time":{"start":1728738049046,"stop":1728738049047,"duration":1}},{"uid":"28d551f45be36ef0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28d551f45be36ef0","status":"passed","time":{"start":1728682582626,"stop":1728682582626,"duration":0}},{"uid":"d31ada51576eb9a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d31ada51576eb9a8","status":"passed","time":{"start":1728682155413,"stop":1728682155414,"duration":1}},{"uid":"38fecc2fbf997d1d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38fecc2fbf997d1d","status":"passed","time":{"start":1728676629980,"stop":1728676629980,"duration":0}},{"uid":"2246365316035015","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2246365316035015","status":"passed","time":{"start":1728669353107,"stop":1728669353107,"duration":0}},{"uid":"8f7e8dae4aff58f2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8f7e8dae4aff58f2","status":"passed","time":{"start":1728597693853,"stop":1728597693853,"duration":0}},{"uid":"211da771347d40f6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/211da771347d40f6","status":"passed","time":{"start":1728596913097,"stop":1728596913098,"duration":1}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e67f5286595fca06","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e67f5286595fca06","status":"passed","time":{"start":1729034137127,"stop":1729034137128,"duration":1}},{"uid":"29cd204347dc4dd4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29cd204347dc4dd4","status":"passed","time":{"start":1729032206872,"stop":1729032206872,"duration":0}},{"uid":"2c2a7cad2399bd97","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c2a7cad2399bd97","status":"passed","time":{"start":1728901995019,"stop":1728901995019,"duration":0}},{"uid":"73ca581e00ed035","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73ca581e00ed035","status":"passed","time":{"start":1728893420992,"stop":1728893420993,"duration":1}},{"uid":"133624cef3979a65","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/133624cef3979a65","status":"passed","time":{"start":1728856368593,"stop":1728856368593,"duration":0}},{"uid":"2f1fd083578a4a2b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f1fd083578a4a2b","status":"passed","time":{"start":1728738604678,"stop":1728738604678,"duration":0}},{"uid":"8c5df4bfb49f179b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c5df4bfb49f179b","status":"passed","time":{"start":1728683117614,"stop":1728683117616,"duration":2}},{"uid":"2371471500c54afe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2371471500c54afe","status":"passed","time":{"start":1728682721315,"stop":1728682721316,"duration":1}},{"uid":"93b19cd06b88deac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93b19cd06b88deac","status":"passed","time":{"start":1728677184680,"stop":1728677184680,"duration":0}},{"uid":"213d89a1bde6df21","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/213d89a1bde6df21","status":"passed","time":{"start":1728669866447,"stop":1728669866447,"duration":0}},{"uid":"74fdb6603d35984b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74fdb6603d35984b","status":"passed","time":{"start":1728598249973,"stop":1728598249973,"duration":0}},{"uid":"d8a361e234ed636a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d8a361e234ed636a","status":"passed","time":{"start":1728597472288,"stop":1728597472289,"duration":1}}]},"505aef321fdf47ad5b7795b9521aa54b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1802e0e9232220b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1802e0e9232220b","status":"passed","time":{"start":1728893395080,"stop":1728893395080,"duration":0}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"27bdaf32f1d1235a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27bdaf32f1d1235a","status":"passed","time":{"start":1729033869945,"stop":1729033869945,"duration":0}},{"uid":"61d570dd6e74ff61","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61d570dd6e74ff61","status":"passed","time":{"start":1729031919799,"stop":1729031919799,"duration":0}},{"uid":"420920b57291fc83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/420920b57291fc83","status":"passed","time":{"start":1728901465374,"stop":1728901465375,"duration":1}},{"uid":"a25857cf3dbbc59e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a25857cf3dbbc59e","status":"passed","time":{"start":1728892895975,"stop":1728892895975,"duration":0}},{"uid":"ce7f827a8578448e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce7f827a8578448e","status":"passed","time":{"start":1728855858320,"stop":1728855858320,"duration":0}},{"uid":"8ea933348d685317","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8ea933348d685317","status":"passed","time":{"start":1728738075954,"stop":1728738075954,"duration":0}},{"uid":"122f28a6c7e805b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/122f28a6c7e805b7","status":"passed","time":{"start":1728682609269,"stop":1728682609269,"duration":0}},{"uid":"f6265fca10fdfab1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f6265fca10fdfab1","status":"passed","time":{"start":1728682182161,"stop":1728682182161,"duration":0}},{"uid":"4f7dd1e002ccd5d9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f7dd1e002ccd5d9","status":"passed","time":{"start":1728676656594,"stop":1728676656595,"duration":1}},{"uid":"23596d7487539e00","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/23596d7487539e00","status":"passed","time":{"start":1728669379924,"stop":1728669379925,"duration":1}},{"uid":"afdc0212e228285f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/afdc0212e228285f","status":"passed","time":{"start":1728597720386,"stop":1728597720386,"duration":0}},{"uid":"f1fd318641acb1d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1fd318641acb1d1","status":"passed","time":{"start":1728596939485,"stop":1728596939485,"duration":0}}]},"cd3920d64f030529c173cd783cdad868:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4501d14f8b361270","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4501d14f8b361270","status":"passed","time":{"start":1729034169450,"stop":1729034169450,"duration":0}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"935792c153665915","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/935792c153665915","status":"passed","time":{"start":1729034129465,"stop":1729034129465,"duration":0}},{"uid":"d0aa8be951639c5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d0aa8be951639c5","status":"passed","time":{"start":1729032178355,"stop":1729032178355,"duration":0}},{"uid":"78a8b711fff002d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78a8b711fff002d0","status":"passed","time":{"start":1728901896334,"stop":1728901896334,"duration":0}},{"uid":"b76f0ffe87e86e62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b76f0ffe87e86e62","status":"passed","time":{"start":1728893329016,"stop":1728893329017,"duration":1}},{"uid":"7bc3eb47d86e7663","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7bc3eb47d86e7663","status":"passed","time":{"start":1728856284752,"stop":1728856284752,"duration":0}},{"uid":"aaefc3f2fd3f3289","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aaefc3f2fd3f3289","status":"passed","time":{"start":1728738494927,"stop":1728738494928,"duration":1}},{"uid":"9e80e4e9f2f2788b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9e80e4e9f2f2788b","status":"passed","time":{"start":1728683033622,"stop":1728683033623,"duration":1}},{"uid":"1144ff6e6da6b4e8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1144ff6e6da6b4e8","status":"passed","time":{"start":1728682601728,"stop":1728682601728,"duration":0}},{"uid":"3b66527cc394b5f5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3b66527cc394b5f5","status":"passed","time":{"start":1728677107952,"stop":1728677107953,"duration":1}},{"uid":"4623062aaa421ca2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4623062aaa421ca2","status":"passed","time":{"start":1728669764742,"stop":1728669764742,"duration":0}},{"uid":"e27dc2ebe76e0784","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e27dc2ebe76e0784","status":"passed","time":{"start":1728598157551,"stop":1728598157551,"duration":0}},{"uid":"b1824e86e68fcfd3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b1824e86e68fcfd3","status":"passed","time":{"start":1728597369047,"stop":1728597369048,"duration":1}}]},"bbbad8ba087a6b3cb59cec34cd14b909:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"737587455a45d144","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/737587455a45d144","status":"passed","time":{"start":1728738567471,"stop":1728738567471,"duration":0}}]},"496c69c85d72b06e86c03b7e8ae33a43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8fb2b2079c632cdc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8fb2b2079c632cdc","status":"passed","time":{"start":1728683110368,"stop":1728683110369,"duration":1}}]},"a18747e063963f18624c2a426c33024d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a15d093b12a3eb2e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a15d093b12a3eb2e","status":"passed","time":{"start":1729032065455,"stop":1729032065455,"duration":0}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b6894e6dfb574f5c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6894e6dfb574f5c","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0}},{"uid":"ac611eb574088876","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac611eb574088876","status":"passed","time":{"start":1729031900272,"stop":1729031900272,"duration":0}},{"uid":"9dd3294eb00f377f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9dd3294eb00f377f","status":"passed","time":{"start":1728901446178,"stop":1728901446178,"duration":0}},{"uid":"f14bf19500710787","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f14bf19500710787","status":"passed","time":{"start":1728892876478,"stop":1728892876478,"duration":0}},{"uid":"cb7fee61fbba2fff","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cb7fee61fbba2fff","status":"passed","time":{"start":1728855839199,"stop":1728855839200,"duration":1}},{"uid":"755ca7456de2cf80","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/755ca7456de2cf80","status":"passed","time":{"start":1728738056465,"stop":1728738056465,"duration":0}},{"uid":"456da0a9cf6d856d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/456da0a9cf6d856d","status":"passed","time":{"start":1728682590045,"stop":1728682590045,"duration":0}},{"uid":"bb7a1ea32d6022a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb7a1ea32d6022a1","status":"passed","time":{"start":1728682162839,"stop":1728682162839,"duration":0}},{"uid":"f59bdd198a29596e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f59bdd198a29596e","status":"passed","time":{"start":1728676637412,"stop":1728676637412,"duration":0}},{"uid":"ffada467f16dacda","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ffada467f16dacda","status":"passed","time":{"start":1728669360495,"stop":1728669360495,"duration":0}},{"uid":"fe51a3b15f685f56","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fe51a3b15f685f56","status":"passed","time":{"start":1728597701237,"stop":1728597701237,"duration":0}},{"uid":"798001ef499cbf9a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/798001ef499cbf9a","status":"passed","time":{"start":1728596920371,"stop":1728596920372,"duration":1}}]},"94f2d56b5bb0b68a1f02fa3db451a462:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7efc8421d6e250e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e7efc8421d6e250e","status":"passed","time":{"start":1728901950547,"stop":1728901950547,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a8ee0a29081af6a2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8ee0a29081af6a2","status":"passed","time":{"start":1729034014827,"stop":1729034014827,"duration":0}},{"uid":"b16c6bbcdf2f844b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b16c6bbcdf2f844b","status":"passed","time":{"start":1729032065419,"stop":1729032065422,"duration":3}},{"uid":"686c5f4b6c49ee8a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/686c5f4b6c49ee8a","status":"passed","time":{"start":1728901664233,"stop":1728901664233,"duration":0}},{"uid":"e63227204ebb7041","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e63227204ebb7041","status":"passed","time":{"start":1728893093678,"stop":1728893093679,"duration":1}},{"uid":"edf07850665cba4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/edf07850665cba4c","status":"passed","time":{"start":1728856055261,"stop":1728856055261,"duration":0}},{"uid":"c238bfefc69d700","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c238bfefc69d700","status":"passed","time":{"start":1728738274737,"stop":1728738274738,"duration":1}},{"uid":"8ff2327bb0c367c8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8ff2327bb0c367c8","status":"passed","time":{"start":1728682807945,"stop":1728682807946,"duration":1}},{"uid":"ae878d80b615d8da","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ae878d80b615d8da","status":"passed","time":{"start":1728682381278,"stop":1728682381278,"duration":0}},{"uid":"479699186c99d011","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/479699186c99d011","status":"passed","time":{"start":1728676853891,"stop":1728676853891,"duration":0}},{"uid":"6c44b3ba102539c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c44b3ba102539c5","status":"passed","time":{"start":1728669581680,"stop":1728669581681,"duration":1}},{"uid":"55d5837c46085b03","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55d5837c46085b03","status":"passed","time":{"start":1728597923458,"stop":1728597923458,"duration":0}},{"uid":"19b8c942ac01466","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/19b8c942ac01466","status":"passed","time":{"start":1728597132256,"stop":1728597132257,"duration":1}}]},"754a9e70bba1a2d5fb7d924f7d3cc175:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa95d57b245d7bb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fa95d57b245d7bb","status":"passed","time":{"start":1728683110371,"stop":1728683110371,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c65fb98a8b1abe0b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c65fb98a8b1abe0b","status":"passed","time":{"start":1729034137163,"stop":1729034137163,"duration":0}},{"uid":"a561984ea38ad6d5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a561984ea38ad6d5","status":"passed","time":{"start":1729032187245,"stop":1729032187245,"duration":0}},{"uid":"1e5e0f008cf24c80","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e5e0f008cf24c80","status":"passed","time":{"start":1728901888428,"stop":1728901888429,"duration":1}},{"uid":"486c6752ca4a6c44","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/486c6752ca4a6c44","status":"passed","time":{"start":1728893323787,"stop":1728893323788,"duration":1}},{"uid":"2809e6355ab05cef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2809e6355ab05cef","status":"passed","time":{"start":1728856285926,"stop":1728856285926,"duration":0}},{"uid":"11e66220ca9703a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11e66220ca9703a","status":"passed","time":{"start":1728738498274,"stop":1728738498274,"duration":0}},{"uid":"24e0a61e25ef8879","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/24e0a61e25ef8879","status":"passed","time":{"start":1728683041390,"stop":1728683041390,"duration":0}},{"uid":"9abd39c8d9d1b58b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9abd39c8d9d1b58b","status":"passed","time":{"start":1728682596012,"stop":1728682596014,"duration":2}},{"uid":"fa57d13385f9d1ac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fa57d13385f9d1ac","status":"passed","time":{"start":1728677091266,"stop":1728677091266,"duration":0}},{"uid":"d0b75834a0e1863a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d0b75834a0e1863a","status":"passed","time":{"start":1728669766424,"stop":1728669766425,"duration":1}},{"uid":"5dc29ab6a3bc4cbd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5dc29ab6a3bc4cbd","status":"passed","time":{"start":1728598152072,"stop":1728598152072,"duration":0}},{"uid":"c8ef073695238b54","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c8ef073695238b54","status":"passed","time":{"start":1728597364115,"stop":1728597364115,"duration":0}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4fa2a0410dd57166","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4fa2a0410dd57166","status":"passed","time":{"start":1729034147760,"stop":1729034147760,"duration":0}},{"uid":"c6f2ccaba19b2dce","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6f2ccaba19b2dce","status":"passed","time":{"start":1729032204822,"stop":1729032204822,"duration":0}},{"uid":"8842cc3758e64579","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8842cc3758e64579","status":"passed","time":{"start":1728901907650,"stop":1728901907650,"duration":0}},{"uid":"1cb36fdddce6f48","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cb36fdddce6f48","status":"passed","time":{"start":1728893341885,"stop":1728893341885,"duration":0}},{"uid":"ed7aefdb72b7678d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed7aefdb72b7678d","status":"passed","time":{"start":1728856299350,"stop":1728856299350,"duration":0}},{"uid":"e51fd38b50b6cb9b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e51fd38b50b6cb9b","status":"passed","time":{"start":1728738511610,"stop":1728738511610,"duration":0}},{"uid":"dc24f6f419bf9770","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc24f6f419bf9770","status":"passed","time":{"start":1728683052904,"stop":1728683052905,"duration":1}},{"uid":"3da63ffb9daab035","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3da63ffb9daab035","status":"passed","time":{"start":1728682612905,"stop":1728682612905,"duration":0}},{"uid":"5a412b0891612f28","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5a412b0891612f28","status":"passed","time":{"start":1728677115738,"stop":1728677115739,"duration":1}},{"uid":"510f7311cbfa6277","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/510f7311cbfa6277","status":"passed","time":{"start":1728669778168,"stop":1728669778168,"duration":0}},{"uid":"4bc67e5f52357d97","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4bc67e5f52357d97","status":"passed","time":{"start":1728598175426,"stop":1728598175426,"duration":0}},{"uid":"86c72fa2a4726056","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86c72fa2a4726056","status":"passed","time":{"start":1728597380056,"stop":1728597380056,"duration":0}}]},"e65c928bd7bf47c1b2fe330ed6ae2e8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6edcd225266175b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6edcd225266175b6","status":"passed","time":{"start":1728893389985,"stop":1728893389985,"duration":0}}]},"873a4493b507d9720a59f0bfb73e04f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6037ccbafba217","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f6037ccbafba217","status":"passed","time":{"start":1728677081989,"stop":1728677081989,"duration":0}}]},"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ea7dfeef7d0b4123","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ea7dfeef7d0b4123","status":"passed","time":{"start":1729033834375,"stop":1729033834375,"duration":0}},{"uid":"bd91cae075763a4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bd91cae075763a4","status":"passed","time":{"start":1729031884105,"stop":1729031884106,"duration":1}},{"uid":"21f377838c6e0909","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/21f377838c6e0909","status":"passed","time":{"start":1728901430247,"stop":1728901430248,"duration":1}},{"uid":"c1aefaec35500f6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c1aefaec35500f6a","status":"passed","time":{"start":1728892860523,"stop":1728892860523,"duration":0}},{"uid":"673f155f7426543e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/673f155f7426543e","status":"passed","time":{"start":1728855823314,"stop":1728855823314,"duration":0}},{"uid":"7d740d973582a9e2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7d740d973582a9e2","status":"passed","time":{"start":1728738040583,"stop":1728738040583,"duration":0}},{"uid":"2f4d817a12083003","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2f4d817a12083003","status":"passed","time":{"start":1728682574080,"stop":1728682574080,"duration":0}},{"uid":"88e5007016d17a9d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/88e5007016d17a9d","status":"passed","time":{"start":1728682146808,"stop":1728682146808,"duration":0}},{"uid":"f7a85a218ecc4905","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7a85a218ecc4905","status":"passed","time":{"start":1728676621422,"stop":1728676621422,"duration":0}},{"uid":"192d0397dcc154eb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/192d0397dcc154eb","status":"passed","time":{"start":1728669344459,"stop":1728669344459,"duration":0}},{"uid":"6ffa95db9580cb32","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6ffa95db9580cb32","status":"passed","time":{"start":1728597685152,"stop":1728597685152,"duration":0}},{"uid":"3c493aa8d2a83c5c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3c493aa8d2a83c5c","status":"passed","time":{"start":1728596904458,"stop":1728596904459,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7900b7379a879674","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7900b7379a879674","status":"passed","time":{"start":1729033850404,"stop":1729033850405,"duration":1}},{"uid":"424c9096f89b7d6a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/424c9096f89b7d6a","status":"passed","time":{"start":1729031899689,"stop":1729031899689,"duration":0}},{"uid":"b7c651ce3ba0c44f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c651ce3ba0c44f","status":"passed","time":{"start":1728901445801,"stop":1728901445802,"duration":1}},{"uid":"4eb7a0e97325ab46","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4eb7a0e97325ab46","status":"passed","time":{"start":1728892876333,"stop":1728892876333,"duration":0}},{"uid":"62ae3324c7cd1f00","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62ae3324c7cd1f00","status":"passed","time":{"start":1728855838897,"stop":1728855838897,"duration":0}},{"uid":"9ae64db4e25049c0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ae64db4e25049c0","status":"passed","time":{"start":1728738055941,"stop":1728738055941,"duration":0}},{"uid":"994faade168d7dfd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/994faade168d7dfd","status":"passed","time":{"start":1728682589825,"stop":1728682589825,"duration":0}},{"uid":"21ce7539bba96c21","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/21ce7539bba96c21","status":"passed","time":{"start":1728682162267,"stop":1728682162268,"duration":1}},{"uid":"34162da2f573f4bb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34162da2f573f4bb","status":"passed","time":{"start":1728676637064,"stop":1728676637064,"duration":0}},{"uid":"7c992148558ae","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7c992148558ae","status":"passed","time":{"start":1728669360434,"stop":1728669360434,"duration":0}},{"uid":"d0beba729e334586","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d0beba729e334586","status":"passed","time":{"start":1728597700985,"stop":1728597700986,"duration":1}},{"uid":"c58e810d568b552a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c58e810d568b552a","status":"passed","time":{"start":1728596920268,"stop":1728596920268,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c4ec123c5c6fd6c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4ec123c5c6fd6c1","status":"passed","time":{"start":1729033842338,"stop":1729033842339,"duration":1}},{"uid":"a29a001b5e79c209","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a29a001b5e79c209","status":"passed","time":{"start":1729031892042,"stop":1729031892042,"duration":0}},{"uid":"3873895e8b4d44b4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3873895e8b4d44b4","status":"passed","time":{"start":1728901438022,"stop":1728901438023,"duration":1}},{"uid":"2d522695e1e594be","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2d522695e1e594be","status":"passed","time":{"start":1728892868228,"stop":1728892868229,"duration":1}},{"uid":"42f40698b65c5ed1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/42f40698b65c5ed1","status":"passed","time":{"start":1728855831075,"stop":1728855831075,"duration":0}},{"uid":"b04315773d3319e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b04315773d3319e0","status":"passed","time":{"start":1728738048433,"stop":1728738048435,"duration":2}},{"uid":"ab3274b044d83bfe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab3274b044d83bfe","status":"passed","time":{"start":1728682581833,"stop":1728682581837,"duration":4}},{"uid":"b3dbdfa6f7289354","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3dbdfa6f7289354","status":"passed","time":{"start":1728682154703,"stop":1728682154704,"duration":1}},{"uid":"54514fedb7f8b4c5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/54514fedb7f8b4c5","status":"passed","time":{"start":1728676629292,"stop":1728676629292,"duration":0}},{"uid":"69bf2c82a0aefaa6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/69bf2c82a0aefaa6","status":"passed","time":{"start":1728669352206,"stop":1728669352206,"duration":0}},{"uid":"6c37a483f282ff5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6c37a483f282ff5e","status":"passed","time":{"start":1728597693009,"stop":1728597693010,"duration":1}},{"uid":"142580462894c140","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/142580462894c140","status":"passed","time":{"start":1728596912509,"stop":1728596912510,"duration":1}}]},"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":11,"unknown":0,"total":12},"items":[{"uid":"d2d69a734079f3db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d2d69a734079f3db","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977224,"stop":1729033977224,"duration":0}},{"uid":"6da243487a75d76a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6da243487a75d76a","status":"passed","time":{"start":1729032053269,"stop":1729032053269,"duration":0}},{"uid":"78a91da7fe7deef4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78a91da7fe7deef4","status":"passed","time":{"start":1728901711766,"stop":1728901711766,"duration":0}},{"uid":"c682916ab38ec6ea","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c682916ab38ec6ea","status":"passed","time":{"start":1728893141896,"stop":1728893141896,"duration":0}},{"uid":"1f76041a87f33e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f76041a87f33e5","status":"passed","time":{"start":1728856103198,"stop":1728856103199,"duration":1}},{"uid":"5536516ac0ce37bf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5536516ac0ce37bf","status":"passed","time":{"start":1728738321617,"stop":1728738321618,"duration":1}},{"uid":"f250c985c9487a46","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f250c985c9487a46","status":"passed","time":{"start":1728682857564,"stop":1728682857565,"duration":1}},{"uid":"d9d2e8a01f8e86dc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d9d2e8a01f8e86dc","status":"passed","time":{"start":1728682428803,"stop":1728682428803,"duration":0}},{"uid":"c1b373bfe53a213","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1b373bfe53a213","status":"passed","time":{"start":1728676901167,"stop":1728676901167,"duration":0}},{"uid":"63456b14a8e67c79","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/63456b14a8e67c79","status":"passed","time":{"start":1728669573861,"stop":1728669573862,"duration":1}},{"uid":"d91edba3cbf3823d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d91edba3cbf3823d","status":"passed","time":{"start":1728597972336,"stop":1728597972336,"duration":0}},{"uid":"4f95b95efc6fe814","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f95b95efc6fe814","status":"passed","time":{"start":1728597175618,"stop":1728597175618,"duration":0}}]},"db21f03eee600c7e0a57ac2df182b2e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9eecf3e5a05745bf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9eecf3e5a05745bf","status":"passed","time":{"start":1728669834422,"stop":1728669834423,"duration":1}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"ccae3bd215ab031a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccae3bd215ab031a","status":"passed","time":{"start":1729034041487,"stop":1729034041487,"duration":0}},{"uid":"26e48c93716c0ef9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/26e48c93716c0ef9","status":"passed","time":{"start":1728901705399,"stop":1728901705401,"duration":2}},{"uid":"914fd9dfab6fcfde","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/914fd9dfab6fcfde","status":"passed","time":{"start":1728893141776,"stop":1728893141776,"duration":0}},{"uid":"c1e42e8c15dbd161","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c1e42e8c15dbd161","status":"passed","time":{"start":1728856087083,"stop":1728856087083,"duration":0}},{"uid":"1d856d9b2354def5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1d856d9b2354def5","status":"passed","time":{"start":1728738321434,"stop":1728738321434,"duration":0}},{"uid":"141f2e8789a6c84e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/141f2e8789a6c84e","status":"passed","time":{"start":1728682845673,"stop":1728682845674,"duration":1}},{"uid":"8d0b58e53b41adf8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8d0b58e53b41adf8","status":"passed","time":{"start":1728682424309,"stop":1728682424309,"duration":0}},{"uid":"d65e2a6a64a5e20","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d65e2a6a64a5e20","status":"passed","time":{"start":1728676900518,"stop":1728676900519,"duration":1}},{"uid":"554f88fdf92e3eb4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/554f88fdf92e3eb4","status":"passed","time":{"start":1728669625799,"stop":1728669625799,"duration":0}},{"uid":"bfe2741946346f8a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bfe2741946346f8a","status":"passed","time":{"start":1728597957164,"stop":1728597957165,"duration":1}},{"uid":"f0e70a5a91c15806","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0e70a5a91c15806","status":"passed","time":{"start":1728597182616,"stop":1728597182617,"duration":1}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a249435eea9c5275","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a249435eea9c5275","status":"passed","time":{"start":1729034209113,"stop":1729034209113,"duration":0}},{"uid":"2a1aab6ca523ecd0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a1aab6ca523ecd0","status":"passed","time":{"start":1729032264589,"stop":1729032264589,"duration":0}},{"uid":"546b1ffbb9a10d2b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/546b1ffbb9a10d2b","status":"passed","time":{"start":1728902012872,"stop":1728902012872,"duration":0}},{"uid":"19add29b4b69f3fc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19add29b4b69f3fc","status":"passed","time":{"start":1728893454823,"stop":1728893454823,"duration":0}},{"uid":"a807bb1109fb7a1d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a807bb1109fb7a1d","status":"passed","time":{"start":1728856408465,"stop":1728856408466,"duration":1}},{"uid":"d30a35243917e697","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d30a35243917e697","status":"passed","time":{"start":1728738633872,"stop":1728738633872,"duration":0}},{"uid":"c21f8c479f010a5e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c21f8c479f010a5e","status":"passed","time":{"start":1728683159818,"stop":1728683159818,"duration":0}},{"uid":"5c2f3109afea7df6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5c2f3109afea7df6","status":"passed","time":{"start":1728682751341,"stop":1728682751341,"duration":0}},{"uid":"b4c1539221542c6a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4c1539221542c6a","status":"passed","time":{"start":1728677216375,"stop":1728677216375,"duration":0}},{"uid":"8766cd6b00339166","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8766cd6b00339166","status":"passed","time":{"start":1728669925464,"stop":1728669925465,"duration":1}},{"uid":"f2109baa82044936","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f2109baa82044936","status":"passed","time":{"start":1728598268818,"stop":1728598268819,"duration":1}},{"uid":"11da9c06ddbbafbf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/11da9c06ddbbafbf","status":"passed","time":{"start":1728597503946,"stop":1728597503947,"duration":1}}]},"196aabc86b3f784df37e426f3171f46d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"573af7c54c526590","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/573af7c54c526590","status":"passed","time":{"start":1728901950553,"stop":1728901950554,"duration":1}}]},"2b9afaf34676cac7fe1bf810b9f32d66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":10,"unknown":0,"total":11},"items":[{"uid":"57df7b288d19998f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/57df7b288d19998f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977066,"stop":1729033977066,"duration":0}},{"uid":"ad826fc9462af48","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ad826fc9462af48","status":"passed","time":{"start":1729032093824,"stop":1729032093824,"duration":0}},{"uid":"dbfef6898a7a319c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dbfef6898a7a319c","status":"passed","time":{"start":1728901748784,"stop":1728901748784,"duration":0}},{"uid":"f264d6220b259d3b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f264d6220b259d3b","status":"passed","time":{"start":1728893181088,"stop":1728893181089,"duration":1}},{"uid":"8f43e636cdf5314a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f43e636cdf5314a","status":"passed","time":{"start":1728856155554,"stop":1728856155554,"duration":0}},{"uid":"980bfb5851f4cee5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/980bfb5851f4cee5","status":"passed","time":{"start":1728738360303,"stop":1728738360303,"duration":0}},{"uid":"e4d11773953a5e4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e4d11773953a5e4f","status":"passed","time":{"start":1728682907224,"stop":1728682907224,"duration":0}},{"uid":"9fd9f76929afe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9fd9f76929afe","status":"passed","time":{"start":1728682466738,"stop":1728682466739,"duration":1}},{"uid":"b1cd45ce3eed83d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b1cd45ce3eed83d7","status":"passed","time":{"start":1728676955724,"stop":1728676955724,"duration":0}},{"uid":"322b7bdeb298a556","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/322b7bdeb298a556","status":"passed","time":{"start":1728598013537,"stop":1728598013537,"duration":0}},{"uid":"77338591f328a16f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/77338591f328a16f","status":"passed","time":{"start":1728597225202,"stop":1728597225202,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"136f8b376a5ef8dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/136f8b376a5ef8dd","status":"passed","time":{"start":1729034041473,"stop":1729034041474,"duration":1}},{"uid":"ee48885ee71cc3d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ee48885ee71cc3d2","status":"passed","time":{"start":1728901705383,"stop":1728901705385,"duration":2}},{"uid":"6e56211ee0635a7f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6e56211ee0635a7f","status":"passed","time":{"start":1728893141768,"stop":1728893141769,"duration":1}},{"uid":"c855b9700e90da7a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c855b9700e90da7a","status":"passed","time":{"start":1728856087079,"stop":1728856087079,"duration":0}},{"uid":"20d4d72f9ba5767","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20d4d72f9ba5767","status":"passed","time":{"start":1728738321430,"stop":1728738321430,"duration":0}},{"uid":"bc7f5da7b5c0cd24","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc7f5da7b5c0cd24","status":"passed","time":{"start":1728682845670,"stop":1728682845670,"duration":0}},{"uid":"37e3df8854a6003d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/37e3df8854a6003d","status":"passed","time":{"start":1728682424303,"stop":1728682424304,"duration":1}},{"uid":"8d9955de7b6f98df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8d9955de7b6f98df","status":"passed","time":{"start":1728676900511,"stop":1728676900511,"duration":0}},{"uid":"16bd18cc25405510","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/16bd18cc25405510","status":"passed","time":{"start":1728669625794,"stop":1728669625795,"duration":1}},{"uid":"ca3c30678401fc9f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca3c30678401fc9f","status":"passed","time":{"start":1728597957159,"stop":1728597957159,"duration":0}},{"uid":"f2562ade4414fe27","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f2562ade4414fe27","status":"passed","time":{"start":1728597182593,"stop":1728597182598,"duration":5}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7356360137264b16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7356360137264b16","status":"passed","time":{"start":1729033976806,"stop":1729033976806,"duration":0}},{"uid":"81fed2b97fc18ec9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/81fed2b97fc18ec9","status":"passed","time":{"start":1729032020528,"stop":1729032020530,"duration":2}},{"uid":"859cc47b9b680f44","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/859cc47b9b680f44","status":"passed","time":{"start":1728901616473,"stop":1728901616473,"duration":0}},{"uid":"8fa35f7e94a45a25","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fa35f7e94a45a25","status":"passed","time":{"start":1728893050250,"stop":1728893050250,"duration":0}},{"uid":"5f5cd01c596f8739","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5f5cd01c596f8739","status":"passed","time":{"start":1728856015176,"stop":1728856015176,"duration":0}},{"uid":"aa5aa8e1e677324a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa5aa8e1e677324a","status":"passed","time":{"start":1728738233147,"stop":1728738233148,"duration":1}},{"uid":"902c2493e0a1c842","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/902c2493e0a1c842","status":"passed","time":{"start":1728682762477,"stop":1728682762477,"duration":0}},{"uid":"81f7810df308897b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/81f7810df308897b","status":"passed","time":{"start":1728682332791,"stop":1728682332791,"duration":0}},{"uid":"1e315812205697c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1e315812205697c7","status":"passed","time":{"start":1728676810300,"stop":1728676810300,"duration":0}},{"uid":"a1b986ae1f218a6b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a1b986ae1f218a6b","status":"passed","time":{"start":1728669529905,"stop":1728669529906,"duration":1}},{"uid":"d123d1a86cbc3add","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d123d1a86cbc3add","status":"passed","time":{"start":1728597873540,"stop":1728597873540,"duration":0}},{"uid":"e7785bfeb7e5951c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7785bfeb7e5951c","status":"passed","time":{"start":1728597089278,"stop":1728597089278,"duration":0}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bae066ea0937368","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bae066ea0937368","status":"passed","time":{"start":1729033892956,"stop":1729033892956,"duration":0}},{"uid":"1f184c17654de7df","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1f184c17654de7df","status":"passed","time":{"start":1729031943349,"stop":1729031943350,"duration":1}},{"uid":"cf6ea0ecc9a91356","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cf6ea0ecc9a91356","status":"passed","time":{"start":1728901487520,"stop":1728901487520,"duration":0}},{"uid":"1e6902689b8793cc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e6902689b8793cc","status":"passed","time":{"start":1728892920385,"stop":1728892920386,"duration":1}},{"uid":"d9d17c3ea7ede79c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9d17c3ea7ede79c","status":"passed","time":{"start":1728855881507,"stop":1728855881507,"duration":0}},{"uid":"5489a25464cd7353","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5489a25464cd7353","status":"passed","time":{"start":1728738098728,"stop":1728738098729,"duration":1}},{"uid":"4b5b477253e75d0a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4b5b477253e75d0a","status":"passed","time":{"start":1728682632219,"stop":1728682632219,"duration":0}},{"uid":"57b68ab4c5834f09","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/57b68ab4c5834f09","status":"passed","time":{"start":1728682205209,"stop":1728682205209,"duration":0}},{"uid":"81739e12e3567d55","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/81739e12e3567d55","status":"passed","time":{"start":1728676680986,"stop":1728676680987,"duration":1}},{"uid":"728ee257049baed6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/728ee257049baed6","status":"passed","time":{"start":1728669404738,"stop":1728669404739,"duration":1}},{"uid":"8221f7e8a948f1d0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8221f7e8a948f1d0","status":"passed","time":{"start":1728597743845,"stop":1728597743846,"duration":1}},{"uid":"3f592d71d0932de8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f592d71d0932de8","status":"passed","time":{"start":1728596961182,"stop":1728596961183,"duration":1}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e03453525f0fef2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e03453525f0fef2","status":"passed","time":{"start":1729034147792,"stop":1729034147792,"duration":0}},{"uid":"fd1b633c20b873eb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fd1b633c20b873eb","status":"passed","time":{"start":1729032204833,"stop":1729032204834,"duration":1}},{"uid":"3e41b96123892b94","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3e41b96123892b94","status":"passed","time":{"start":1728901907717,"stop":1728901907717,"duration":0}},{"uid":"b50331a175c1bf1f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b50331a175c1bf1f","status":"passed","time":{"start":1728893341892,"stop":1728893341892,"duration":0}},{"uid":"815bada6cd38f8e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/815bada6cd38f8e7","status":"passed","time":{"start":1728856299387,"stop":1728856299387,"duration":0}},{"uid":"435cbad43b7498de","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/435cbad43b7498de","status":"passed","time":{"start":1728738511623,"stop":1728738511623,"duration":0}},{"uid":"e26dfb0e7fc046fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e26dfb0e7fc046fd","status":"passed","time":{"start":1728683052915,"stop":1728683052915,"duration":0}},{"uid":"290c92cda73d1f37","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/290c92cda73d1f37","status":"passed","time":{"start":1728682612915,"stop":1728682612915,"duration":0}},{"uid":"2b1548621ae19405","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b1548621ae19405","status":"passed","time":{"start":1728677115754,"stop":1728677115755,"duration":1}},{"uid":"cf76be51946e014a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cf76be51946e014a","status":"passed","time":{"start":1728669778187,"stop":1728669778188,"duration":1}},{"uid":"68ed00b75c656995","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68ed00b75c656995","status":"passed","time":{"start":1728598175437,"stop":1728598175437,"duration":0}},{"uid":"318cc6460c159670","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/318cc6460c159670","status":"passed","time":{"start":1728597380066,"stop":1728597380067,"duration":1}}]},"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c2a979ab240db1c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2a979ab240db1c5","status":"passed","time":{"start":1729033834382,"stop":1729033834382,"duration":0}},{"uid":"d71489dfbf48112d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d71489dfbf48112d","status":"passed","time":{"start":1729031884115,"stop":1729031884115,"duration":0}},{"uid":"b5893b4a31145291","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b5893b4a31145291","status":"passed","time":{"start":1728901430253,"stop":1728901430253,"duration":0}},{"uid":"ae0cae2a815f9fac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ae0cae2a815f9fac","status":"passed","time":{"start":1728892860530,"stop":1728892860530,"duration":0}},{"uid":"cf23b676962dc24c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cf23b676962dc24c","status":"passed","time":{"start":1728855823321,"stop":1728855823321,"duration":0}},{"uid":"4522b02951e84817","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4522b02951e84817","status":"passed","time":{"start":1728738040599,"stop":1728738040599,"duration":0}},{"uid":"7f552369e5739e23","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7f552369e5739e23","status":"passed","time":{"start":1728682574089,"stop":1728682574090,"duration":1}},{"uid":"dd1d076051c05633","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dd1d076051c05633","status":"passed","time":{"start":1728682146815,"stop":1728682146815,"duration":0}},{"uid":"226c33da84782a69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/226c33da84782a69","status":"passed","time":{"start":1728676621430,"stop":1728676621430,"duration":0}},{"uid":"47afba39c96566e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/47afba39c96566e2","status":"passed","time":{"start":1728669344465,"stop":1728669344466,"duration":1}},{"uid":"9d63e24d14a3dbc2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9d63e24d14a3dbc2","status":"passed","time":{"start":1728597685159,"stop":1728597685159,"duration":0}},{"uid":"cc7cc52172c52c7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cc7cc52172c52c7e","status":"passed","time":{"start":1728596904465,"stop":1728596904466,"duration":1}}]},"08f30757872d3120e463e579258d5aff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b10131dbb45a893b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b10131dbb45a893b","status":"passed","time":{"start":1728893395073,"stop":1728893395074,"duration":1}}]},"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b48472ccfba8f8e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b48472ccfba8f8e8","status":"passed","time":{"start":1729033834373,"stop":1729033834373,"duration":0}},{"uid":"eab2423b5c6e6a47","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/eab2423b5c6e6a47","status":"passed","time":{"start":1729031884103,"stop":1729031884103,"duration":0}},{"uid":"e9464cc5b2e61209","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e9464cc5b2e61209","status":"passed","time":{"start":1728901430246,"stop":1728901430246,"duration":0}},{"uid":"d417110e9f3dfe9a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d417110e9f3dfe9a","status":"passed","time":{"start":1728892860521,"stop":1728892860521,"duration":0}},{"uid":"20ade201db023df4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/20ade201db023df4","status":"passed","time":{"start":1728855823311,"stop":1728855823312,"duration":1}},{"uid":"38d6b8d797af2853","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38d6b8d797af2853","status":"passed","time":{"start":1728738040580,"stop":1728738040580,"duration":0}},{"uid":"7768e791a0bb0623","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7768e791a0bb0623","status":"passed","time":{"start":1728682574078,"stop":1728682574078,"duration":0}},{"uid":"966eb4da37158efb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/966eb4da37158efb","status":"passed","time":{"start":1728682146806,"stop":1728682146806,"duration":0}},{"uid":"46e16d68ecd779c0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46e16d68ecd779c0","status":"passed","time":{"start":1728676621419,"stop":1728676621420,"duration":1}},{"uid":"9d6e9d7da802f2ec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9d6e9d7da802f2ec","status":"passed","time":{"start":1728669344457,"stop":1728669344457,"duration":0}},{"uid":"1628256c5e7d9056","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1628256c5e7d9056","status":"passed","time":{"start":1728597685150,"stop":1728597685150,"duration":0}},{"uid":"ea107dfa72bd5d08","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea107dfa72bd5d08","status":"passed","time":{"start":1728596904456,"stop":1728596904456,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4866072b417bef22","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4866072b417bef22","status":"passed","time":{"start":1729034208292,"stop":1729034208293,"duration":1}},{"uid":"da4b656a5e0017ca","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/da4b656a5e0017ca","status":"passed","time":{"start":1729032257061,"stop":1729032257062,"duration":1}},{"uid":"72fd8605ac31f717","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/72fd8605ac31f717","status":"passed","time":{"start":1728902024011,"stop":1728902024011,"duration":0}},{"uid":"5002a6cdebd6d6aa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5002a6cdebd6d6aa","status":"passed","time":{"start":1728893455128,"stop":1728893455128,"duration":0}},{"uid":"6875039813b9324e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6875039813b9324e","status":"passed","time":{"start":1728856404960,"stop":1728856404961,"duration":1}},{"uid":"4c0cc1740e4dd2c0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4c0cc1740e4dd2c0","status":"passed","time":{"start":1728738634667,"stop":1728738634667,"duration":0}},{"uid":"9169f4a9c15136e3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9169f4a9c15136e3","status":"passed","time":{"start":1728683163619,"stop":1728683163619,"duration":0}},{"uid":"9c7f8373e50d3437","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9c7f8373e50d3437","status":"passed","time":{"start":1728682737539,"stop":1728682737539,"duration":0}},{"uid":"9ab8532c94a0f87b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9ab8532c94a0f87b","status":"passed","time":{"start":1728677222566,"stop":1728677222566,"duration":0}},{"uid":"625e380c3af6e7da","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/625e380c3af6e7da","status":"passed","time":{"start":1728669905020,"stop":1728669905024,"duration":4}},{"uid":"ecb1ead67ae628d0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ecb1ead67ae628d0","status":"passed","time":{"start":1728598284364,"stop":1728598284364,"duration":0}},{"uid":"f41f5a5c54c45d33","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f41f5a5c54c45d33","status":"passed","time":{"start":1728597506829,"stop":1728597506829,"duration":0}}]},"d266bf8575a593424ca843ed170d0026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1c13206dcd827314","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c13206dcd827314","status":"passed","time":{"start":1729033849376,"stop":1729033849378,"duration":2}},{"uid":"8c4fec06baa29ebb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c4fec06baa29ebb","status":"passed","time":{"start":1729031899546,"stop":1729031899546,"duration":0}},{"uid":"d77e33b37630fdf9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d77e33b37630fdf9","status":"passed","time":{"start":1728901444839,"stop":1728901444840,"duration":1}},{"uid":"c9ceda97de66724f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9ceda97de66724f","status":"passed","time":{"start":1728892875612,"stop":1728892875613,"duration":1}},{"uid":"d2f5be224a3f25e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d2f5be224a3f25e2","status":"passed","time":{"start":1728855838484,"stop":1728855838487,"duration":3}},{"uid":"5c2a2a2c47cd8e49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c2a2a2c47cd8e49","status":"passed","time":{"start":1728738055449,"stop":1728738055450,"duration":1}},{"uid":"246bb276e29b3065","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/246bb276e29b3065","status":"passed","time":{"start":1728682589262,"stop":1728682589262,"duration":0}},{"uid":"2f1326d05043f102","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f1326d05043f102","status":"passed","time":{"start":1728682162180,"stop":1728682162180,"duration":0}},{"uid":"d69f59da18d2b766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d69f59da18d2b766","status":"passed","time":{"start":1728676636506,"stop":1728676636507,"duration":1}},{"uid":"8bee6b7575919e27","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bee6b7575919e27","status":"passed","time":{"start":1728669359845,"stop":1728669359846,"duration":1}},{"uid":"aec353a4557cf111","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aec353a4557cf111","status":"passed","time":{"start":1728597699699,"stop":1728597699700,"duration":1}},{"uid":"1699fe15994124c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1699fe15994124c6","status":"passed","time":{"start":1728596919892,"stop":1728596919892,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"22ccfe398d0bacbe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/22ccfe398d0bacbe","status":"passed","time":{"start":1729033965752,"stop":1729033965752,"duration":0}},{"uid":"299d1f8ef990a1db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/299d1f8ef990a1db","status":"passed","time":{"start":1729032018029,"stop":1729032018029,"duration":0}},{"uid":"d7a1d0e5d462a290","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d7a1d0e5d462a290","status":"passed","time":{"start":1728901595851,"stop":1728901595851,"duration":0}},{"uid":"f7763fb176e2bf67","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f7763fb176e2bf67","status":"passed","time":{"start":1728893032689,"stop":1728893032689,"duration":0}},{"uid":"2d35b44758d6639e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d35b44758d6639e","status":"passed","time":{"start":1728855998177,"stop":1728855998185,"duration":8}},{"uid":"6c0c7e954d3e291c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c0c7e954d3e291c","status":"passed","time":{"start":1728738212194,"stop":1728738212195,"duration":1}},{"uid":"4ec7bf402bd5df91","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ec7bf402bd5df91","status":"passed","time":{"start":1728682746575,"stop":1728682746575,"duration":0}},{"uid":"e9a2f98cf83f4e4f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9a2f98cf83f4e4f","status":"passed","time":{"start":1728682328608,"stop":1728682328609,"duration":1}},{"uid":"7d0dcf6f7c2eeba","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d0dcf6f7c2eeba","status":"passed","time":{"start":1728676807593,"stop":1728676807593,"duration":0}},{"uid":"c9f0a5776f1f875d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9f0a5776f1f875d","status":"passed","time":{"start":1728669514928,"stop":1728669514929,"duration":1}},{"uid":"78ed4afba0b46808","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/78ed4afba0b46808","status":"passed","time":{"start":1728597860131,"stop":1728597860131,"duration":0}},{"uid":"d11e22b44da5a6c1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d11e22b44da5a6c1","status":"passed","time":{"start":1728597074713,"stop":1728597074713,"duration":0}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9eb26272e9fa5f9d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9eb26272e9fa5f9d","status":"passed","time":{"start":1729033868927,"stop":1729033868927,"duration":0}},{"uid":"6179d87e14496e34","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6179d87e14496e34","status":"passed","time":{"start":1729031918512,"stop":1729031918513,"duration":1}},{"uid":"caeaa4be54ea19bc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/caeaa4be54ea19bc","status":"passed","time":{"start":1728901464221,"stop":1728901464221,"duration":0}},{"uid":"4f6759bcf7a29f17","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4f6759bcf7a29f17","status":"passed","time":{"start":1728892894741,"stop":1728892894742,"duration":1}},{"uid":"16e236146c71bcc8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/16e236146c71bcc8","status":"passed","time":{"start":1728855857253,"stop":1728855857253,"duration":0}},{"uid":"eb4238342f8f380d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eb4238342f8f380d","status":"passed","time":{"start":1728738074581,"stop":1728738074582,"duration":1}},{"uid":"cae22336e1a703c2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cae22336e1a703c2","status":"passed","time":{"start":1728682608128,"stop":1728682608128,"duration":0}},{"uid":"754c7208b9a79396","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/754c7208b9a79396","status":"passed","time":{"start":1728682181013,"stop":1728682181013,"duration":0}},{"uid":"e1408c2547a1d717","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e1408c2547a1d717","status":"passed","time":{"start":1728676655410,"stop":1728676655411,"duration":1}},{"uid":"9444677d0ae26a30","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9444677d0ae26a30","status":"passed","time":{"start":1728669378741,"stop":1728669378742,"duration":1}},{"uid":"b83e17b45facf14a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b83e17b45facf14a","status":"passed","time":{"start":1728597719064,"stop":1728597719064,"duration":0}},{"uid":"fccecdcce4548ece","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fccecdcce4548ece","status":"passed","time":{"start":1728596938239,"stop":1728596938240,"duration":1}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7f5f957ccabc4291","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7f5f957ccabc4291","status":"passed","time":{"start":1729033862328,"stop":1729033862328,"duration":0}},{"uid":"af4387f25bb25339","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/af4387f25bb25339","status":"passed","time":{"start":1729031912069,"stop":1729031912069,"duration":0}},{"uid":"d9c09a2a0b741ee1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d9c09a2a0b741ee1","status":"passed","time":{"start":1728901457816,"stop":1728901457816,"duration":0}},{"uid":"abdca03a9c25202","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/abdca03a9c25202","status":"passed","time":{"start":1728892888299,"stop":1728892888300,"duration":1}},{"uid":"aaa70ec5f625e0cb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aaa70ec5f625e0cb","status":"passed","time":{"start":1728855850787,"stop":1728855850787,"duration":0}},{"uid":"12917bbe69c8818b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/12917bbe69c8818b","status":"passed","time":{"start":1728738068163,"stop":1728738068163,"duration":0}},{"uid":"395bc677217a2de1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/395bc677217a2de1","status":"passed","time":{"start":1728682601672,"stop":1728682601672,"duration":0}},{"uid":"283bbdc2f22e6f08","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/283bbdc2f22e6f08","status":"passed","time":{"start":1728682174564,"stop":1728682174565,"duration":1}},{"uid":"ae42eb5bcc3f0353","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae42eb5bcc3f0353","status":"passed","time":{"start":1728676648930,"stop":1728676648930,"duration":0}},{"uid":"e74fcedc7ee00e2e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e74fcedc7ee00e2e","status":"passed","time":{"start":1728669372209,"stop":1728669372210,"duration":1}},{"uid":"631f7eaf71f45f5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/631f7eaf71f45f5e","status":"passed","time":{"start":1728597712759,"stop":1728597712760,"duration":1}},{"uid":"79e54d3c47f705f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/79e54d3c47f705f8","status":"passed","time":{"start":1728596931866,"stop":1728596931866,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4c639395962da0dc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c639395962da0dc","status":"passed","time":{"start":1729033939923,"stop":1729033939923,"duration":0}},{"uid":"a24caa11ff536226","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a24caa11ff536226","status":"passed","time":{"start":1729031988774,"stop":1729031988775,"duration":1}},{"uid":"bec1a490c2b51e7f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bec1a490c2b51e7f","status":"passed","time":{"start":1728901555753,"stop":1728901555754,"duration":1}},{"uid":"58658b3b9eec52a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/58658b3b9eec52a2","status":"passed","time":{"start":1728892995571,"stop":1728892995572,"duration":1}},{"uid":"b87a1d7e2b6e7c7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b87a1d7e2b6e7c7","status":"passed","time":{"start":1728855954642,"stop":1728855954642,"duration":0}},{"uid":"6b819b7f6bbae94d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6b819b7f6bbae94d","status":"passed","time":{"start":1728738169504,"stop":1728738169505,"duration":1}},{"uid":"7b4b2572ae4f4d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b4b2572ae4f4d1","status":"passed","time":{"start":1728682707227,"stop":1728682707227,"duration":0}},{"uid":"199b85a825d7944","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/199b85a825d7944","status":"passed","time":{"start":1728682285117,"stop":1728682285118,"duration":1}},{"uid":"5df18fa95aff6dd6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5df18fa95aff6dd6","status":"passed","time":{"start":1728676761148,"stop":1728676761149,"duration":1}},{"uid":"14c0c0584c39edfc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/14c0c0584c39edfc","status":"passed","time":{"start":1728669488935,"stop":1728669488936,"duration":1}},{"uid":"750a6ab2c9766daa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/750a6ab2c9766daa","status":"passed","time":{"start":1728597819569,"stop":1728597819571,"duration":2}},{"uid":"d50d7c1f24a555ca","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d50d7c1f24a555ca","status":"passed","time":{"start":1728597041917,"stop":1728597041917,"duration":0}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5b2f959ad49276d5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5b2f959ad49276d5","status":"passed","time":{"start":1729033842348,"stop":1729033842349,"duration":1}},{"uid":"ef8c1a5ffb57d420","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ef8c1a5ffb57d420","status":"passed","time":{"start":1729031892047,"stop":1729031892048,"duration":1}},{"uid":"d22d5aaa1c6a0abc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d22d5aaa1c6a0abc","status":"passed","time":{"start":1728901438030,"stop":1728901438030,"duration":0}},{"uid":"3bd54a1ab492d79","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3bd54a1ab492d79","status":"passed","time":{"start":1728892868233,"stop":1728892868234,"duration":1}},{"uid":"376f0ba43360a2ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/376f0ba43360a2ac","status":"passed","time":{"start":1728855831080,"stop":1728855831080,"duration":0}},{"uid":"99778ba07641788d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/99778ba07641788d","status":"passed","time":{"start":1728738048442,"stop":1728738048443,"duration":1}},{"uid":"f525e7f43e88c823","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f525e7f43e88c823","status":"passed","time":{"start":1728682581845,"stop":1728682581846,"duration":1}},{"uid":"9fa0ab3fb10a421e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9fa0ab3fb10a421e","status":"passed","time":{"start":1728682154708,"stop":1728682154709,"duration":1}},{"uid":"bdd9cb9522ea216e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bdd9cb9522ea216e","status":"passed","time":{"start":1728676629301,"stop":1728676629302,"duration":1}},{"uid":"fae8fa71333d9a1d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fae8fa71333d9a1d","status":"passed","time":{"start":1728669352211,"stop":1728669352212,"duration":1}},{"uid":"47abd703b5ef06c2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/47abd703b5ef06c2","status":"passed","time":{"start":1728597693018,"stop":1728597693019,"duration":1}},{"uid":"66e8f3fa64b1a40","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/66e8f3fa64b1a40","status":"passed","time":{"start":1728596912533,"stop":1728596912533,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5a7756e6fe0f2b0e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a7756e6fe0f2b0e","status":"passed","time":{"start":1729033937075,"stop":1729033937082,"duration":7}},{"uid":"e8b15b29d3501807","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8b15b29d3501807","status":"passed","time":{"start":1729031987033,"stop":1729031987033,"duration":0}},{"uid":"cbe7158f3874bec8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cbe7158f3874bec8","status":"passed","time":{"start":1728901546863,"stop":1728901546863,"duration":0}},{"uid":"62e4b972a17398d9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/62e4b972a17398d9","status":"passed","time":{"start":1728892979418,"stop":1728892979418,"duration":0}},{"uid":"e4aec970f36ef695","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e4aec970f36ef695","status":"passed","time":{"start":1728855940957,"stop":1728855940957,"duration":0}},{"uid":"a88cbbd9dea75260","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a88cbbd9dea75260","status":"passed","time":{"start":1728738161106,"stop":1728738161107,"duration":1}},{"uid":"70e340abd817c3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70e340abd817c3f6","status":"passed","time":{"start":1728682691670,"stop":1728682691671,"duration":1}},{"uid":"1060a1b62a611bf8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1060a1b62a611bf8","status":"passed","time":{"start":1728682265766,"stop":1728682265766,"duration":0}},{"uid":"19fb1c94f810c483","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/19fb1c94f810c483","status":"passed","time":{"start":1728676744597,"stop":1728676744597,"duration":0}},{"uid":"9bdb9056f869b1d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9bdb9056f869b1d9","status":"passed","time":{"start":1728669464696,"stop":1728669464696,"duration":0}},{"uid":"c3e49a9bd88af6b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c3e49a9bd88af6b2","status":"passed","time":{"start":1728597804167,"stop":1728597804167,"duration":0}},{"uid":"4b084b924b917273","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4b084b924b917273","status":"passed","time":{"start":1728597021415,"stop":1728597021421,"duration":6}}]},"11005814543dcb8b9b0651fa398c8a65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b38c0c2de24c25dd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b38c0c2de24c25dd","status":"passed","time":{"start":1728901958853,"stop":1728901958854,"duration":1}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f9ee8d2f0b3e855d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9ee8d2f0b3e855d","status":"passed","time":{"start":1729034129477,"stop":1729034129478,"duration":1}},{"uid":"eda8a5236a69078e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/eda8a5236a69078e","status":"passed","time":{"start":1729032178372,"stop":1729032178372,"duration":0}},{"uid":"752de29736ee48b5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/752de29736ee48b5","status":"passed","time":{"start":1728901896351,"stop":1728901896351,"duration":0}},{"uid":"ad2ffd087726a137","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ad2ffd087726a137","status":"passed","time":{"start":1728893329029,"stop":1728893329029,"duration":0}},{"uid":"7d48dbdda55d52e9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d48dbdda55d52e9","status":"passed","time":{"start":1728856284768,"stop":1728856284768,"duration":0}},{"uid":"8b1705b306a82350","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8b1705b306a82350","status":"passed","time":{"start":1728738494945,"stop":1728738494946,"duration":1}},{"uid":"dbb065291a7ad750","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dbb065291a7ad750","status":"passed","time":{"start":1728683033635,"stop":1728683033635,"duration":0}},{"uid":"f829422ee9331c1a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f829422ee9331c1a","status":"passed","time":{"start":1728682601740,"stop":1728682601740,"duration":0}},{"uid":"661bc5b53b508297","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/661bc5b53b508297","status":"passed","time":{"start":1728677107973,"stop":1728677107974,"duration":1}},{"uid":"6e855b3a49e53190","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e855b3a49e53190","status":"passed","time":{"start":1728669764755,"stop":1728669764755,"duration":0}},{"uid":"21f50e4e92a1356b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/21f50e4e92a1356b","status":"passed","time":{"start":1728598157566,"stop":1728598157567,"duration":1}},{"uid":"64248a291f57c49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/64248a291f57c49","status":"passed","time":{"start":1728597369077,"stop":1728597369077,"duration":0}}]},"1e9d44b6b4358d6a24dc1eaef6fed4e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"632b5a2ef3993860","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/632b5a2ef3993860","status":"passed","time":{"start":1728598221886,"stop":1728598221887,"duration":1}}]},"e76647d6a20a330698731c350a7938e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11bb2116837ffee1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/11bb2116837ffee1","status":"passed","time":{"start":1729034177535,"stop":1729034177535,"duration":0}}]},"611da37aa95972a8718c4178be3e8be6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"222c5943fee68b03","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/222c5943fee68b03","status":"passed","time":{"start":1728597434076,"stop":1728597434076,"duration":0}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c323a58981009528","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c323a58981009528","status":"passed","time":{"start":1729034121905,"stop":1729034121906,"duration":1}},{"uid":"47b0b564f8c68cda","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/47b0b564f8c68cda","status":"passed","time":{"start":1729032174841,"stop":1729032174841,"duration":0}},{"uid":"cac1f3d8f545cf1d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cac1f3d8f545cf1d","status":"passed","time":{"start":1728901881010,"stop":1728901881011,"duration":1}},{"uid":"2982cff7a6cb2759","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2982cff7a6cb2759","status":"passed","time":{"start":1728893317158,"stop":1728893317159,"duration":1}},{"uid":"2fa7ab1e9c272975","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2fa7ab1e9c272975","status":"passed","time":{"start":1728856263087,"stop":1728856263088,"duration":1}},{"uid":"da502eb4f3f60bcc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da502eb4f3f60bcc","status":"passed","time":{"start":1728738492796,"stop":1728738492797,"duration":1}},{"uid":"2bb3a86445328c7c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2bb3a86445328c7c","status":"passed","time":{"start":1728683030020,"stop":1728683030020,"duration":0}},{"uid":"ccc814d8914328c7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ccc814d8914328c7","status":"passed","time":{"start":1728682581101,"stop":1728682581101,"duration":0}},{"uid":"847d5411e79bd56c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/847d5411e79bd56c","status":"passed","time":{"start":1728677081992,"stop":1728677081992,"duration":0}},{"uid":"fe1734b7cb910eb6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fe1734b7cb910eb6","status":"passed","time":{"start":1728669795393,"stop":1728669795393,"duration":0}},{"uid":"3956cdf312f7fb0f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3956cdf312f7fb0f","status":"passed","time":{"start":1728598137502,"stop":1728598137502,"duration":0}},{"uid":"fe71d927e2738b08","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fe71d927e2738b08","status":"passed","time":{"start":1728597353478,"stop":1728597353478,"duration":0}}]},"a7242667926678b9c69ae91f85b9c887:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1565a99730bc0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c1565a99730bc0e","status":"passed","time":{"start":1729032198819,"stop":1729032198819,"duration":0}}]},"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b742d0527c4c012c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b742d0527c4c012c","status":"passed","time":{"start":1729034191995,"stop":1729034191995,"duration":0}},{"uid":"7deef257c3f6e1ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7deef257c3f6e1ef","status":"passed","time":{"start":1729032246145,"stop":1729032246147,"duration":2}},{"uid":"4b8afdefab5f8cdc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b8afdefab5f8cdc","status":"passed","time":{"start":1728902009943,"stop":1728902009943,"duration":0}},{"uid":"d69ec8927a72d903","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d69ec8927a72d903","status":"passed","time":{"start":1728893442068,"stop":1728893442068,"duration":0}},{"uid":"89896322dfe6e26e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89896322dfe6e26e","status":"passed","time":{"start":1728856390380,"stop":1728856390380,"duration":0}},{"uid":"535c649366c16702","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/535c649366c16702","status":"passed","time":{"start":1728738615985,"stop":1728738615985,"duration":0}},{"uid":"de38297338256484","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de38297338256484","status":"passed","time":{"start":1728683138590,"stop":1728683138590,"duration":0}},{"uid":"d1e366a18f6059fd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d1e366a18f6059fd","status":"passed","time":{"start":1728682713980,"stop":1728682713980,"duration":0}},{"uid":"3c4eba8f7a0cec91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3c4eba8f7a0cec91","status":"passed","time":{"start":1728677205666,"stop":1728677205666,"duration":0}},{"uid":"828fe9f9efde837e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/828fe9f9efde837e","status":"passed","time":{"start":1728669886306,"stop":1728669886306,"duration":0}},{"uid":"b9e4e1fbc5f19e26","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b9e4e1fbc5f19e26","status":"passed","time":{"start":1728598272274,"stop":1728598272274,"duration":0}},{"uid":"b4e8e4714c278320","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b4e8e4714c278320","status":"passed","time":{"start":1728597492996,"stop":1728597492998,"duration":2}}]},"68015748542293fad5ade257abfb114d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b20358924c201834","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b20358924c201834","status":"passed","time":{"start":1729033875029,"stop":1729033875029,"duration":0}},{"uid":"a47ae542a9fb271f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a47ae542a9fb271f","status":"passed","time":{"start":1729031924909,"stop":1729031924910,"duration":1}},{"uid":"f20f49e9854cf4ce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f20f49e9854cf4ce","status":"passed","time":{"start":1728901469136,"stop":1728901469136,"duration":0}},{"uid":"a580da2ed9007970","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a580da2ed9007970","status":"passed","time":{"start":1728892899801,"stop":1728892899801,"duration":0}},{"uid":"2f6ab5facb4a53b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f6ab5facb4a53b9","status":"passed","time":{"start":1728855863297,"stop":1728855863298,"duration":1}},{"uid":"8e3a47fc0f476d52","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8e3a47fc0f476d52","status":"passed","time":{"start":1728738080958,"stop":1728738080958,"duration":0}},{"uid":"21d7272379017f37","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/21d7272379017f37","status":"passed","time":{"start":1728682614317,"stop":1728682614317,"duration":0}},{"uid":"e80259cef3d32fc6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e80259cef3d32fc6","status":"passed","time":{"start":1728682187222,"stop":1728682187222,"duration":0}},{"uid":"d03b798e5426f593","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d03b798e5426f593","status":"passed","time":{"start":1728676661423,"stop":1728676661423,"duration":0}},{"uid":"7b82da4ee24d640a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7b82da4ee24d640a","status":"passed","time":{"start":1728669384755,"stop":1728669384755,"duration":0}},{"uid":"f18685c18f1251b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f18685c18f1251b5","status":"passed","time":{"start":1728597724212,"stop":1728597724212,"duration":0}},{"uid":"41065e44a630d7f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/41065e44a630d7f8","status":"passed","time":{"start":1728596943266,"stop":1728596943266,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a0c7632ded827cc5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a0c7632ded827cc5","status":"passed","time":{"start":1729033850548,"stop":1729033850548,"duration":0}},{"uid":"498f7e3e7fa99883","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/498f7e3e7fa99883","status":"passed","time":{"start":1729031900271,"stop":1729031900271,"duration":0}},{"uid":"499792a305efd34a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/499792a305efd34a","status":"passed","time":{"start":1728901446176,"stop":1728901446177,"duration":1}},{"uid":"38de2ea82ca8341d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/38de2ea82ca8341d","status":"passed","time":{"start":1728892876477,"stop":1728892876477,"duration":0}},{"uid":"d8d652f4373a6d26","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d8d652f4373a6d26","status":"passed","time":{"start":1728855839198,"stop":1728855839198,"duration":0}},{"uid":"852252de5a4f3cfd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/852252de5a4f3cfd","status":"passed","time":{"start":1728738056464,"stop":1728738056464,"duration":0}},{"uid":"4c393dca3e246ec0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4c393dca3e246ec0","status":"passed","time":{"start":1728682590044,"stop":1728682590044,"duration":0}},{"uid":"440da2aa3bc90802","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/440da2aa3bc90802","status":"passed","time":{"start":1728682162837,"stop":1728682162838,"duration":1}},{"uid":"e2753048e91d1f4b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e2753048e91d1f4b","status":"passed","time":{"start":1728676637411,"stop":1728676637411,"duration":0}},{"uid":"a026bb9c8895fb32","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a026bb9c8895fb32","status":"passed","time":{"start":1728669360493,"stop":1728669360493,"duration":0}},{"uid":"cb92ab289cb1870e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb92ab289cb1870e","status":"passed","time":{"start":1728597701235,"stop":1728597701235,"duration":0}},{"uid":"e3873776cd994ca5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3873776cd994ca5","status":"passed","time":{"start":1728596920370,"stop":1728596920370,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"61c191ff03ad3c94","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/61c191ff03ad3c94","status":"passed","time":{"start":1729034034976,"stop":1729034034977,"duration":1}},{"uid":"317f908294b21ae6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/317f908294b21ae6","status":"passed","time":{"start":1729032066281,"stop":1729032066281,"duration":0}},{"uid":"7c1a826d9a76fc06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7c1a826d9a76fc06","status":"passed","time":{"start":1728901706617,"stop":1728901706618,"duration":1}},{"uid":"82b473966fb0ed0f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/82b473966fb0ed0f","status":"passed","time":{"start":1728893153420,"stop":1728893153421,"duration":1}},{"uid":"88c4efc73a868cb1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/88c4efc73a868cb1","status":"passed","time":{"start":1728856108125,"stop":1728856108125,"duration":0}},{"uid":"a82a94ab2542d72e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a82a94ab2542d72e","status":"passed","time":{"start":1728738316667,"stop":1728738316668,"duration":1}},{"uid":"111e004e8ad715a6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/111e004e8ad715a6","status":"passed","time":{"start":1728682865313,"stop":1728682865314,"duration":1}},{"uid":"3a57be0ca1f4ec40","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a57be0ca1f4ec40","status":"passed","time":{"start":1728682446994,"stop":1728682446994,"duration":0}},{"uid":"33e3282d498faa95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33e3282d498faa95","status":"passed","time":{"start":1728676924477,"stop":1728676924478,"duration":1}},{"uid":"b8feae64873a3953","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b8feae64873a3953","status":"passed","time":{"start":1728669626256,"stop":1728669626256,"duration":0}},{"uid":"4ff909520f6d50ca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ff909520f6d50ca","status":"passed","time":{"start":1728597973671,"stop":1728597973671,"duration":0}},{"uid":"22b9b67217636896","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/22b9b67217636896","status":"passed","time":{"start":1728597188033,"stop":1728597188033,"duration":0}}]},"796376bb3c04f7aaf75473fcf92ed779:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8870b70c3b478355","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8870b70c3b478355","status":"passed","time":{"start":1728901958858,"stop":1728901958859,"duration":1}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"947a755e2de78eca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/947a755e2de78eca","status":"passed","time":{"start":1729034209106,"stop":1729034209106,"duration":0}},{"uid":"c90ff8fd1d96f179","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c90ff8fd1d96f179","status":"passed","time":{"start":1729032264575,"stop":1729032264575,"duration":0}},{"uid":"e0abe8627fc5e570","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e0abe8627fc5e570","status":"passed","time":{"start":1728902012867,"stop":1728902012867,"duration":0}},{"uid":"b730242e5d54a0aa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b730242e5d54a0aa","status":"passed","time":{"start":1728893454817,"stop":1728893454817,"duration":0}},{"uid":"8a1d49b69c3c2995","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8a1d49b69c3c2995","status":"passed","time":{"start":1728856408460,"stop":1728856408460,"duration":0}},{"uid":"cfb0036729c4cc73","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cfb0036729c4cc73","status":"passed","time":{"start":1728738633861,"stop":1728738633861,"duration":0}},{"uid":"88504d470695846a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/88504d470695846a","status":"passed","time":{"start":1728683159794,"stop":1728683159795,"duration":1}},{"uid":"41a39e5ca85f7a2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41a39e5ca85f7a2c","status":"passed","time":{"start":1728682751336,"stop":1728682751337,"duration":1}},{"uid":"9c60986059a010df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9c60986059a010df","status":"passed","time":{"start":1728677216368,"stop":1728677216369,"duration":1}},{"uid":"b30f52010d998704","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b30f52010d998704","status":"passed","time":{"start":1728669925459,"stop":1728669925459,"duration":0}},{"uid":"61350f623ec8ab1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61350f623ec8ab1b","status":"passed","time":{"start":1728598268813,"stop":1728598268813,"duration":0}},{"uid":"e91b830ab8b543e5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e91b830ab8b543e5","status":"passed","time":{"start":1728597503937,"stop":1728597503938,"duration":1}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a98a81f6745f52ba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a98a81f6745f52ba","status":"passed","time":{"start":1729034121882,"stop":1729034121882,"duration":0}},{"uid":"dfdb4bc80db7e2f7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dfdb4bc80db7e2f7","status":"passed","time":{"start":1729032174795,"stop":1729032174796,"duration":1}},{"uid":"1054324e19c671a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1054324e19c671a6","status":"passed","time":{"start":1728901881002,"stop":1728901881002,"duration":0}},{"uid":"9ce1ef937476ceec","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9ce1ef937476ceec","status":"passed","time":{"start":1728893317130,"stop":1728893317130,"duration":0}},{"uid":"c69215cf870cfe5f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c69215cf870cfe5f","status":"passed","time":{"start":1728856263063,"stop":1728856263063,"duration":0}},{"uid":"b1cedaa9de56ce8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b1cedaa9de56ce8","status":"passed","time":{"start":1728738492782,"stop":1728738492783,"duration":1}},{"uid":"68a6f7054adbff65","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/68a6f7054adbff65","status":"passed","time":{"start":1728683030006,"stop":1728683030006,"duration":0}},{"uid":"5312d8558b4b5f59","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5312d8558b4b5f59","status":"passed","time":{"start":1728682581062,"stop":1728682581064,"duration":2}},{"uid":"6808a8428f623d95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6808a8428f623d95","status":"passed","time":{"start":1728677081982,"stop":1728677081982,"duration":0}},{"uid":"5a91d1da04c9896c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5a91d1da04c9896c","status":"passed","time":{"start":1728669795382,"stop":1728669795383,"duration":1}},{"uid":"a5acc6718b87efd7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a5acc6718b87efd7","status":"passed","time":{"start":1728598137490,"stop":1728598137491,"duration":1}},{"uid":"c0a1564b93ab4323","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c0a1564b93ab4323","status":"passed","time":{"start":1728597353470,"stop":1728597353471,"duration":1}}]},"d4b058c0e8571d06822fd4e3502a35da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39aa39a7de9a704c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/39aa39a7de9a704c","status":"passed","time":{"start":1729032206889,"stop":1729032206890,"duration":1}}]},"f47fc30cbd150bd56a5c09acca94d7ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa0f26de70f5dbc3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa0f26de70f5dbc3","status":"passed","time":{"start":1728682652693,"stop":1728682652694,"duration":1}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d1724edeb1c36b02","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1724edeb1c36b02","status":"passed","time":{"start":1729034209090,"stop":1729034209090,"duration":0}},{"uid":"7bf7b2a77988074f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7bf7b2a77988074f","status":"passed","time":{"start":1729032264560,"stop":1729032264561,"duration":1}},{"uid":"6740ab08f04e0c95","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6740ab08f04e0c95","status":"passed","time":{"start":1728902012833,"stop":1728902012838,"duration":5}},{"uid":"9d410b0e86241812","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9d410b0e86241812","status":"passed","time":{"start":1728893454807,"stop":1728893454808,"duration":1}},{"uid":"e71358d0937a6e3a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e71358d0937a6e3a","status":"passed","time":{"start":1728856408448,"stop":1728856408449,"duration":1}},{"uid":"c84a69e39696b2a9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c84a69e39696b2a9","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"76b80ca6a755773c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/76b80ca6a755773c","status":"passed","time":{"start":1728683159746,"stop":1728683159747,"duration":1}},{"uid":"c5dbbac90815a37e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c5dbbac90815a37e","status":"passed","time":{"start":1728682751325,"stop":1728682751325,"duration":0}},{"uid":"9b4053c9e45af348","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9b4053c9e45af348","status":"passed","time":{"start":1728677216351,"stop":1728677216352,"duration":1}},{"uid":"cade495d863a082","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cade495d863a082","status":"passed","time":{"start":1728669925449,"stop":1728669925449,"duration":0}},{"uid":"9bda5e27de4791f4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9bda5e27de4791f4","status":"passed","time":{"start":1728598268797,"stop":1728598268798,"duration":1}},{"uid":"fa16a7c821174f8c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fa16a7c821174f8c","status":"passed","time":{"start":1728597503908,"stop":1728597503909,"duration":1}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"269f118261b0e78c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/269f118261b0e78c","status":"passed","time":{"start":1729033976796,"stop":1729033976797,"duration":1}},{"uid":"af7657b85c70b549","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/af7657b85c70b549","status":"passed","time":{"start":1729032020518,"stop":1729032020518,"duration":0}},{"uid":"6d37b459b1fdaed1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6d37b459b1fdaed1","status":"passed","time":{"start":1728901616429,"stop":1728901616432,"duration":3}},{"uid":"e6421668a05b8ee0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e6421668a05b8ee0","status":"passed","time":{"start":1728893050244,"stop":1728893050244,"duration":0}},{"uid":"e068b195add34832","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e068b195add34832","status":"passed","time":{"start":1728856015170,"stop":1728856015171,"duration":1}},{"uid":"a57cc04f8fb431b2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a57cc04f8fb431b2","status":"passed","time":{"start":1728738233137,"stop":1728738233137,"duration":0}},{"uid":"be1b543a65a6dce4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be1b543a65a6dce4","status":"passed","time":{"start":1728682762471,"stop":1728682762471,"duration":0}},{"uid":"6ec9fe80cbb9c434","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6ec9fe80cbb9c434","status":"passed","time":{"start":1728682332785,"stop":1728682332786,"duration":1}},{"uid":"284e3ef92544cfe8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/284e3ef92544cfe8","status":"passed","time":{"start":1728676810290,"stop":1728676810291,"duration":1}},{"uid":"681bd845246c9b1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/681bd845246c9b1","status":"passed","time":{"start":1728669529893,"stop":1728669529893,"duration":0}},{"uid":"3e4b20af5af1c151","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3e4b20af5af1c151","status":"passed","time":{"start":1728597873533,"stop":1728597873533,"duration":0}},{"uid":"16373738a7068d6f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/16373738a7068d6f","status":"passed","time":{"start":1728597089273,"stop":1728597089273,"duration":0}}]},"23d517e13ece01396f6c702e76e088c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a0e0e168e9ed429","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a0e0e168e9ed429","status":"passed","time":{"start":1728598221895,"stop":1728598221896,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"3b34472644dd6906","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b34472644dd6906","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034144773,"stop":1729034144773,"duration":0}},{"uid":"61262f431596157e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61262f431596157e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032198828,"stop":1729032198828,"duration":0}},{"uid":"c8d6daa6f0ed419b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c8d6daa6f0ed419b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901901777,"stop":1728901901778,"duration":1}},{"uid":"7a708956aaf0954d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7a708956aaf0954d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893337258,"stop":1728893337258,"duration":0}},{"uid":"4a3dbc2284a95a54","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4a3dbc2284a95a54","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299202,"stop":1728856299203,"duration":1}},{"uid":"9f3145aecda8d34a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9f3145aecda8d34a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738505393,"stop":1728738505393,"duration":0}},{"uid":"405b9d6d9a59ec5d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/405b9d6d9a59ec5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683045454,"stop":1728683045454,"duration":0}},{"uid":"9d7c582bcce86eed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9d7c582bcce86eed","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682607299,"stop":1728682607299,"duration":0}},{"uid":"223585277a1c27f9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/223585277a1c27f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677103503,"stop":1728677103503,"duration":0}},{"uid":"7859b9060fe855b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7859b9060fe855b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669777142,"stop":1728669777143,"duration":1}},{"uid":"46f91231e3b37bed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/46f91231e3b37bed","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598163471,"stop":1728598163471,"duration":0}},{"uid":"eb2838b2c9c79abe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb2838b2c9c79abe","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597375492,"stop":1728597375492,"duration":0}}]},"e9a374902158d75ca40432969b8dfbd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5fee5c729271ec96","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5fee5c729271ec96","status":"passed","time":{"start":1729034169450,"stop":1729034169450,"duration":0}}]},"5e98c60e8b9132c6987eaf06ec6f0ba3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"409d6253c600e90d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/409d6253c600e90d","status":"passed","time":{"start":1728856284774,"stop":1728856284775,"duration":1}}]},"444da6bf5e3df3b1ec7a4cf0fcacd8ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f3880ed46e2de5a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f3880ed46e2de5a","status":"passed","time":{"start":1728669866479,"stop":1728669866480,"duration":1}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"eff1ea13d123020f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eff1ea13d123020f","status":"passed","time":{"start":1729034014880,"stop":1729034014880,"duration":0}},{"uid":"7ed6c36b04328267","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7ed6c36b04328267","status":"passed","time":{"start":1729032065460,"stop":1729032065460,"duration":0}},{"uid":"90a9977f566edfb4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/90a9977f566edfb4","status":"passed","time":{"start":1728901664284,"stop":1728901664284,"duration":0}},{"uid":"e2b0d079f0088b20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e2b0d079f0088b20","status":"passed","time":{"start":1728893093694,"stop":1728893093694,"duration":0}},{"uid":"7ad346a0133a3c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7ad346a0133a3c4","status":"passed","time":{"start":1728856055275,"stop":1728856055276,"duration":1}},{"uid":"aafccf020567964f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aafccf020567964f","status":"passed","time":{"start":1728738274747,"stop":1728738274748,"duration":1}},{"uid":"b446969ab1558318","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b446969ab1558318","status":"passed","time":{"start":1728682807962,"stop":1728682807963,"duration":1}},{"uid":"2018a3862cda2451","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2018a3862cda2451","status":"passed","time":{"start":1728682381291,"stop":1728682381291,"duration":0}},{"uid":"508a52c4b3ed7d9e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/508a52c4b3ed7d9e","status":"passed","time":{"start":1728676853904,"stop":1728676853904,"duration":0}},{"uid":"4c8a355f8162119a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4c8a355f8162119a","status":"passed","time":{"start":1728669581700,"stop":1728669581700,"duration":0}},{"uid":"864b6cbdea417109","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/864b6cbdea417109","status":"passed","time":{"start":1728597923494,"stop":1728597923495,"duration":1}},{"uid":"57b4f6d0b9aba686","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/57b4f6d0b9aba686","status":"passed","time":{"start":1728597132267,"stop":1728597132267,"duration":0}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f0347586aa8106a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f0347586aa8106a8","status":"passed","time":{"start":1729033858271,"stop":1729033858271,"duration":0}},{"uid":"65d4ffcb4fd24e44","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/65d4ffcb4fd24e44","status":"passed","time":{"start":1729031908177,"stop":1729031908177,"duration":0}},{"uid":"8a6883f5a6eda6f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8a6883f5a6eda6f","status":"passed","time":{"start":1728901453934,"stop":1728901453934,"duration":0}},{"uid":"7cc52a742d208b89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7cc52a742d208b89","status":"passed","time":{"start":1728892884410,"stop":1728892884410,"duration":0}},{"uid":"35f1134e419df7a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/35f1134e419df7a9","status":"passed","time":{"start":1728855846879,"stop":1728855846879,"duration":0}},{"uid":"b692f46a1f21ab73","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b692f46a1f21ab73","status":"passed","time":{"start":1728738064183,"stop":1728738064183,"duration":0}},{"uid":"90bc9b5c76f54817","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/90bc9b5c76f54817","status":"passed","time":{"start":1728682597761,"stop":1728682597761,"duration":0}},{"uid":"d3192aebb847ee42","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d3192aebb847ee42","status":"passed","time":{"start":1728682170540,"stop":1728682170540,"duration":0}},{"uid":"1007eaee4a46bde","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1007eaee4a46bde","status":"passed","time":{"start":1728676645200,"stop":1728676645200,"duration":0}},{"uid":"db9e59ca5103ddf9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/db9e59ca5103ddf9","status":"passed","time":{"start":1728669368195,"stop":1728669368195,"duration":0}},{"uid":"cb1c68f4613f9cbe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb1c68f4613f9cbe","status":"passed","time":{"start":1728597709011,"stop":1728597709012,"duration":1}},{"uid":"6ffb383c85b44a03","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ffb383c85b44a03","status":"passed","time":{"start":1728596928106,"stop":1728596928106,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"487d0674ccbd76d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/487d0674ccbd76d7","status":"passed","time":{"start":1729033862328,"stop":1729033862328,"duration":0}},{"uid":"661f55cbf110947","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/661f55cbf110947","status":"passed","time":{"start":1729031912068,"stop":1729031912069,"duration":1}},{"uid":"e03b78d84de848db","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e03b78d84de848db","status":"passed","time":{"start":1728901457815,"stop":1728901457816,"duration":1}},{"uid":"e914f1c821d19121","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e914f1c821d19121","status":"passed","time":{"start":1728892888299,"stop":1728892888299,"duration":0}},{"uid":"6c5c38635cc8e056","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c5c38635cc8e056","status":"passed","time":{"start":1728855850787,"stop":1728855850787,"duration":0}},{"uid":"4757f9cdc65d9350","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4757f9cdc65d9350","status":"passed","time":{"start":1728738068162,"stop":1728738068162,"duration":0}},{"uid":"23792f8d2fb9c081","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23792f8d2fb9c081","status":"passed","time":{"start":1728682601672,"stop":1728682601672,"duration":0}},{"uid":"fd8462271bbf16db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fd8462271bbf16db","status":"passed","time":{"start":1728682174564,"stop":1728682174564,"duration":0}},{"uid":"e5b9571263b755c2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5b9571263b755c2","status":"passed","time":{"start":1728676648930,"stop":1728676648930,"duration":0}},{"uid":"ed6d0a89552e897d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed6d0a89552e897d","status":"passed","time":{"start":1728669372209,"stop":1728669372209,"duration":0}},{"uid":"c63d4ea08578cf1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c63d4ea08578cf1b","status":"passed","time":{"start":1728597712759,"stop":1728597712759,"duration":0}},{"uid":"cbd3876836a3713b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbd3876836a3713b","status":"passed","time":{"start":1728596931865,"stop":1728596931865,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b8580d4d4d677a38","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b8580d4d4d677a38","status":"passed","time":{"start":1729034129472,"stop":1729034129472,"duration":0}},{"uid":"5b24df57978ead49","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b24df57978ead49","status":"passed","time":{"start":1729032178365,"stop":1729032178366,"duration":1}},{"uid":"f847aac818cb16de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f847aac818cb16de","status":"passed","time":{"start":1728901896344,"stop":1728901896344,"duration":0}},{"uid":"5cc1b51e350b98e9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5cc1b51e350b98e9","status":"passed","time":{"start":1728893329022,"stop":1728893329023,"duration":1}},{"uid":"45f9bd8442db7b65","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/45f9bd8442db7b65","status":"passed","time":{"start":1728856284760,"stop":1728856284760,"duration":0}},{"uid":"648170192525f051","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/648170192525f051","status":"passed","time":{"start":1728738494937,"stop":1728738494938,"duration":1}},{"uid":"7ffcb4c9df19a92e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ffcb4c9df19a92e","status":"passed","time":{"start":1728683033629,"stop":1728683033630,"duration":1}},{"uid":"b3016975e92d9a6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3016975e92d9a6","status":"passed","time":{"start":1728682601734,"stop":1728682601734,"duration":0}},{"uid":"257677c716eb1249","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/257677c716eb1249","status":"passed","time":{"start":1728677107959,"stop":1728677107959,"duration":0}},{"uid":"2f5ed9ceb9080e9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f5ed9ceb9080e9","status":"passed","time":{"start":1728669764749,"stop":1728669764749,"duration":0}},{"uid":"f7327e4a5fc3c4ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f7327e4a5fc3c4ac","status":"passed","time":{"start":1728598157560,"stop":1728598157560,"duration":0}},{"uid":"ede6a1de6fad41a6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ede6a1de6fad41a6","status":"passed","time":{"start":1728597369059,"stop":1728597369059,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9700892e3d809c64","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9700892e3d809c64","status":"passed","time":{"start":1729034209123,"stop":1729034209127,"duration":4}},{"uid":"39f835e7972011e8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/39f835e7972011e8","status":"passed","time":{"start":1729032264600,"stop":1729032264600,"duration":0}},{"uid":"d3c15d59d633770c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d3c15d59d633770c","status":"passed","time":{"start":1728902012880,"stop":1728902012890,"duration":10}},{"uid":"a5438fd1f6aa115c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a5438fd1f6aa115c","status":"passed","time":{"start":1728893454825,"stop":1728893454825,"duration":0}},{"uid":"2b84e5c9d64d4c04","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b84e5c9d64d4c04","status":"passed","time":{"start":1728856408468,"stop":1728856408468,"duration":0}},{"uid":"2920e66ca90df7a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2920e66ca90df7a2","status":"passed","time":{"start":1728738633874,"stop":1728738633874,"duration":0}},{"uid":"d0f1f26712cb9cfb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0f1f26712cb9cfb","status":"passed","time":{"start":1728683159825,"stop":1728683159825,"duration":0}},{"uid":"240a0bb5c7a2de4d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/240a0bb5c7a2de4d","status":"passed","time":{"start":1728682751346,"stop":1728682751346,"duration":0}},{"uid":"6afaa5e8c3af18a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6afaa5e8c3af18a1","status":"passed","time":{"start":1728677216377,"stop":1728677216378,"duration":1}},{"uid":"8bc7451841da2dce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bc7451841da2dce","status":"passed","time":{"start":1728669925467,"stop":1728669925467,"duration":0}},{"uid":"cfa6bc36ad564fcc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cfa6bc36ad564fcc","status":"passed","time":{"start":1728598268820,"stop":1728598268821,"duration":1}},{"uid":"ed745da885e79c82","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed745da885e79c82","status":"passed","time":{"start":1728597503952,"stop":1728597503953,"duration":1}}]},"619a361ae3ab3087df533de42438dd5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"936791ecf2327fac","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/936791ecf2327fac","status":"passed","time":{"start":1728669866481,"stop":1728669866482,"duration":1}}]},"c653f0e60f046b1a827dcac504e06b7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"298c4952ee707719","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/298c4952ee707719","status":"passed","time":{"start":1729032198819,"stop":1729032198822,"duration":3}}]},"740fe27faa4ae25229294744b2f023f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cff10178e8195c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cff10178e8195c6","status":"passed","time":{"start":1729032235308,"stop":1729032235308,"duration":0}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"67068f3dd6f6f81d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67068f3dd6f6f81d","status":"passed","time":{"start":1729033899383,"stop":1729033899384,"duration":1}},{"uid":"22abb782a7f5cb72","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22abb782a7f5cb72","status":"passed","time":{"start":1729031949749,"stop":1729031949751,"duration":2}},{"uid":"7dd9309cbcdbfa38","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7dd9309cbcdbfa38","status":"passed","time":{"start":1728901497250,"stop":1728901497250,"duration":0}},{"uid":"3f9de7e61e8224a7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3f9de7e61e8224a7","status":"passed","time":{"start":1728892931615,"stop":1728892931615,"duration":0}},{"uid":"294106fbc86c7c1e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/294106fbc86c7c1e","status":"passed","time":{"start":1728855891085,"stop":1728855891085,"duration":0}},{"uid":"d2ad621d2ee5e6c1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d2ad621d2ee5e6c1","status":"passed","time":{"start":1728738108305,"stop":1728738108306,"duration":1}},{"uid":"664b96abe686a45e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/664b96abe686a45e","status":"passed","time":{"start":1728682642731,"stop":1728682642732,"duration":1}},{"uid":"72d4ad8141a7a974","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/72d4ad8141a7a974","status":"passed","time":{"start":1728682214717,"stop":1728682214717,"duration":0}},{"uid":"dda84f2aff8bf7be","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dda84f2aff8bf7be","status":"passed","time":{"start":1728676692178,"stop":1728676692178,"duration":0}},{"uid":"83b391524ed0960a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83b391524ed0960a","status":"passed","time":{"start":1728669416672,"stop":1728669416673,"duration":1}},{"uid":"7f2e5d090dfcef58","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7f2e5d090dfcef58","status":"passed","time":{"start":1728597754024,"stop":1728597754024,"duration":0}},{"uid":"f0c22fede750cceb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c22fede750cceb","status":"passed","time":{"start":1728596972641,"stop":1728596972641,"duration":0}}]},"ed7893dd77eaa8957a9eba62abe55d10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5429fb134d3d457","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d5429fb134d3d457","status":"passed","time":{"start":1728677163582,"stop":1728677163582,"duration":0}}]},"edb2fc7a7048c5434f6fc09e82042d79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"799d487319f4248c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/799d487319f4248c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660885,"stop":1728676660885,"duration":0}},{"uid":"c301563987e8aece","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c301563987e8aece","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384120,"stop":1728669384120,"duration":0}}]},"8652f1572f659240ac75fc728d475bf0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7e183aabf0ac7f0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7e183aabf0ac7f0","status":"passed","time":{"start":1729034169449,"stop":1729034169449,"duration":0}}]},"74269ab43c6afe7c386969521118db94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d10033b125dbb8c5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d10033b125dbb8c5","status":"passed","time":{"start":1728682652692,"stop":1728682652692,"duration":0}}]},"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c746b2a6093af86e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c746b2a6093af86e","status":"passed","time":{"start":1729033834390,"stop":1729033834390,"duration":0}},{"uid":"56a32d8cd579e38c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/56a32d8cd579e38c","status":"passed","time":{"start":1729031884123,"stop":1729031884124,"duration":1}},{"uid":"b28ea6bd47c28160","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b28ea6bd47c28160","status":"passed","time":{"start":1728901430257,"stop":1728901430257,"duration":0}},{"uid":"2344a488a6963fb0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2344a488a6963fb0","status":"passed","time":{"start":1728892860536,"stop":1728892860536,"duration":0}},{"uid":"85bdb71ad87304c5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/85bdb71ad87304c5","status":"passed","time":{"start":1728855823325,"stop":1728855823325,"duration":0}},{"uid":"1a1d568860907e58","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a1d568860907e58","status":"passed","time":{"start":1728738040606,"stop":1728738040606,"duration":0}},{"uid":"23cb89084b61a685","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23cb89084b61a685","status":"passed","time":{"start":1728682574096,"stop":1728682574096,"duration":0}},{"uid":"ed0d167e9494da43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ed0d167e9494da43","status":"passed","time":{"start":1728682146820,"stop":1728682146821,"duration":1}},{"uid":"2eee28aeb2428352","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2eee28aeb2428352","status":"passed","time":{"start":1728676621435,"stop":1728676621436,"duration":1}},{"uid":"5123d43198e8e29e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5123d43198e8e29e","status":"passed","time":{"start":1728669344471,"stop":1728669344471,"duration":0}},{"uid":"8c294d533764d25","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8c294d533764d25","status":"passed","time":{"start":1728597685165,"stop":1728597685165,"duration":0}},{"uid":"8dbc064b55e1910f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8dbc064b55e1910f","status":"passed","time":{"start":1728596904472,"stop":1728596904473,"duration":1}}]},"0adba417ea17e0e8dd46e9764433bfcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6c602cec387bf1f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c6c602cec387bf1f","status":"passed","time":{"start":1728598212611,"stop":1728598212611,"duration":0}}]},"447c91f17cfaa5ba2c3075aed78b63b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8189387eb3478021","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8189387eb3478021","status":"passed","time":{"start":1729033849393,"stop":1729033849393,"duration":0}},{"uid":"abb65b7460a110c8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/abb65b7460a110c8","status":"passed","time":{"start":1729031899547,"stop":1729031899548,"duration":1}},{"uid":"b7c98e871ea11169","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c98e871ea11169","status":"passed","time":{"start":1728901444841,"stop":1728901444842,"duration":1}},{"uid":"d892f06046cfa219","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d892f06046cfa219","status":"passed","time":{"start":1728892875614,"stop":1728892875615,"duration":1}},{"uid":"c549509b9230373b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c549509b9230373b","status":"passed","time":{"start":1728855838489,"stop":1728855838490,"duration":1}},{"uid":"6be459fd33999df2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6be459fd33999df2","status":"passed","time":{"start":1728738055451,"stop":1728738055452,"duration":1}},{"uid":"6714ff2cb7bcb81d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6714ff2cb7bcb81d","status":"passed","time":{"start":1728682589263,"stop":1728682589263,"duration":0}},{"uid":"ccbbcfb8314925db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ccbbcfb8314925db","status":"passed","time":{"start":1728682162181,"stop":1728682162182,"duration":1}},{"uid":"18860bf7c4ff2ca2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18860bf7c4ff2ca2","status":"passed","time":{"start":1728676636508,"stop":1728676636513,"duration":5}},{"uid":"98a772cce8cb066b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98a772cce8cb066b","status":"passed","time":{"start":1728669359847,"stop":1728669359847,"duration":0}},{"uid":"5c176a5035df9d42","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5c176a5035df9d42","status":"passed","time":{"start":1728597699701,"stop":1728597699703,"duration":2}},{"uid":"d64eb5e285f1e52d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d64eb5e285f1e52d","status":"passed","time":{"start":1728596919893,"stop":1728596919893,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"215e4b969d76f202","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/215e4b969d76f202","status":"passed","time":{"start":1729034129480,"stop":1729034129480,"duration":0}},{"uid":"e05e90fe9a7420c4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e05e90fe9a7420c4","status":"passed","time":{"start":1729032178377,"stop":1729032178377,"duration":0}},{"uid":"d679828cd00596f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d679828cd00596f","status":"passed","time":{"start":1728901896354,"stop":1728901896354,"duration":0}},{"uid":"80c8ccff4cdc1a81","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/80c8ccff4cdc1a81","status":"passed","time":{"start":1728893329035,"stop":1728893329036,"duration":1}},{"uid":"65b48f11ffd3c94d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/65b48f11ffd3c94d","status":"passed","time":{"start":1728856284771,"stop":1728856284772,"duration":1}},{"uid":"8da06bdc8d43ba38","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8da06bdc8d43ba38","status":"passed","time":{"start":1728738494948,"stop":1728738494948,"duration":0}},{"uid":"b4733362734ae1a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b4733362734ae1a","status":"passed","time":{"start":1728683033638,"stop":1728683033638,"duration":0}},{"uid":"6e1d428b556d76de","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6e1d428b556d76de","status":"passed","time":{"start":1728682601746,"stop":1728682601746,"duration":0}},{"uid":"39217593825f2dd3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/39217593825f2dd3","status":"passed","time":{"start":1728677107985,"stop":1728677107985,"duration":0}},{"uid":"60acda0c01b26d2f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/60acda0c01b26d2f","status":"passed","time":{"start":1728669764759,"stop":1728669764759,"duration":0}},{"uid":"da6b71bea047eb22","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/da6b71bea047eb22","status":"passed","time":{"start":1728598157577,"stop":1728598157577,"duration":0}},{"uid":"25266d39c958c7e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/25266d39c958c7e8","status":"passed","time":{"start":1728597369086,"stop":1728597369086,"duration":0}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9c5f8fb7ea31cccd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9c5f8fb7ea31cccd","status":"passed","time":{"start":1729033862327,"stop":1729033862327,"duration":0}},{"uid":"45e5616a9215fe7b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45e5616a9215fe7b","status":"passed","time":{"start":1729031912068,"stop":1729031912068,"duration":0}},{"uid":"6982248ec6231178","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6982248ec6231178","status":"passed","time":{"start":1728901457815,"stop":1728901457815,"duration":0}},{"uid":"47fa09290e975357","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/47fa09290e975357","status":"passed","time":{"start":1728892888299,"stop":1728892888299,"duration":0}},{"uid":"be401278cf801206","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be401278cf801206","status":"passed","time":{"start":1728855850786,"stop":1728855850787,"duration":1}},{"uid":"684365258ef9822d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/684365258ef9822d","status":"passed","time":{"start":1728738068162,"stop":1728738068162,"duration":0}},{"uid":"2fd73b922abb58a7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2fd73b922abb58a7","status":"passed","time":{"start":1728682601671,"stop":1728682601672,"duration":1}},{"uid":"a853faecfa65f4c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a853faecfa65f4c0","status":"passed","time":{"start":1728682174563,"stop":1728682174564,"duration":1}},{"uid":"f1f0a49ee8e028d9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f1f0a49ee8e028d9","status":"passed","time":{"start":1728676648929,"stop":1728676648930,"duration":1}},{"uid":"2b0eb7438c893caa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b0eb7438c893caa","status":"passed","time":{"start":1728669372209,"stop":1728669372209,"duration":0}},{"uid":"4b4478f49b3a168d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b4478f49b3a168d","status":"passed","time":{"start":1728597712758,"stop":1728597712759,"duration":1}},{"uid":"851ac8618c8eed81","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/851ac8618c8eed81","status":"passed","time":{"start":1728596931865,"stop":1728596931865,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6edbf3fd0fe60fae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6edbf3fd0fe60fae","status":"passed","time":{"start":1729033850548,"stop":1729033850548,"duration":0}},{"uid":"1c965c92c8eb243c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1c965c92c8eb243c","status":"passed","time":{"start":1729031900271,"stop":1729031900271,"duration":0}},{"uid":"ef5ba03c9de0b6fb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ef5ba03c9de0b6fb","status":"passed","time":{"start":1728901446177,"stop":1728901446177,"duration":0}},{"uid":"fa6dd10adaa6ab69","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fa6dd10adaa6ab69","status":"passed","time":{"start":1728892876477,"stop":1728892876477,"duration":0}},{"uid":"ca609aed89383cac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca609aed89383cac","status":"passed","time":{"start":1728855839198,"stop":1728855839198,"duration":0}},{"uid":"b29869cc48b12c9c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b29869cc48b12c9c","status":"passed","time":{"start":1728738056464,"stop":1728738056464,"duration":0}},{"uid":"263d87703be41619","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/263d87703be41619","status":"passed","time":{"start":1728682590044,"stop":1728682590044,"duration":0}},{"uid":"94036ecdeb1672b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94036ecdeb1672b2","status":"passed","time":{"start":1728682162838,"stop":1728682162838,"duration":0}},{"uid":"4ac3725f414b3379","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4ac3725f414b3379","status":"passed","time":{"start":1728676637411,"stop":1728676637411,"duration":0}},{"uid":"bdc2554c492a9ab8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bdc2554c492a9ab8","status":"passed","time":{"start":1728669360493,"stop":1728669360494,"duration":1}},{"uid":"93a27f522dd102b7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/93a27f522dd102b7","status":"passed","time":{"start":1728597701236,"stop":1728597701236,"duration":0}},{"uid":"9c7f5b6d041bafb1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c7f5b6d041bafb1","status":"passed","time":{"start":1728596920370,"stop":1728596920370,"duration":0}}]},"f05a4a66bd8f0118c25ce07011ef85f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5400b1426cf4761f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5400b1426cf4761f","status":"passed","time":{"start":1728597132264,"stop":1728597132264,"duration":0}}]},"742c8c89552de3a24eb479bbf9607e5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4acc7eb79dc6df49","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4acc7eb79dc6df49","status":"passed","time":{"start":1728682666066,"stop":1728682666067,"duration":1}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3d10280669c51e01","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3d10280669c51e01","status":"passed","time":{"start":1729034121902,"stop":1729034121904,"duration":2}},{"uid":"72910105e8bd8d80","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/72910105e8bd8d80","status":"passed","time":{"start":1729032174821,"stop":1729032174831,"duration":10}},{"uid":"3a1d91d4dd8be9f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3a1d91d4dd8be9f","status":"passed","time":{"start":1728901881010,"stop":1728901881010,"duration":0}},{"uid":"6045d4164d802f89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6045d4164d802f89","status":"passed","time":{"start":1728893317156,"stop":1728893317157,"duration":1}},{"uid":"56be238a74334b3c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/56be238a74334b3c","status":"passed","time":{"start":1728856263079,"stop":1728856263087,"duration":8}},{"uid":"985f8ee1db7bd908","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/985f8ee1db7bd908","status":"passed","time":{"start":1728738492796,"stop":1728738492796,"duration":0}},{"uid":"38e3f6d6f993e094","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/38e3f6d6f993e094","status":"passed","time":{"start":1728683030018,"stop":1728683030019,"duration":1}},{"uid":"2ee7a2feda3a473f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2ee7a2feda3a473f","status":"passed","time":{"start":1728682581098,"stop":1728682581098,"duration":0}},{"uid":"a9f5dcbd3e65a790","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a9f5dcbd3e65a790","status":"passed","time":{"start":1728677081991,"stop":1728677081991,"duration":0}},{"uid":"f324c10c633c8bb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f324c10c633c8bb3","status":"passed","time":{"start":1728669795392,"stop":1728669795393,"duration":1}},{"uid":"67d3444904d5959","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/67d3444904d5959","status":"passed","time":{"start":1728598137501,"stop":1728598137501,"duration":0}},{"uid":"1796475bdbaa6fd1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1796475bdbaa6fd1","status":"passed","time":{"start":1728597353477,"stop":1728597353478,"duration":1}}]},"90e3154cf66ed3d4f6fabf753e1c52d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e18f351f428f7bb0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e18f351f428f7bb0","status":"passed","time":{"start":1728893317153,"stop":1728893317153,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e61264c1dd01de7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e61264c1dd01de7","status":"passed","time":{"start":1729033976816,"stop":1729033976816,"duration":0}},{"uid":"66b1fc77931d2343","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/66b1fc77931d2343","status":"passed","time":{"start":1729032020533,"stop":1729032020536,"duration":3}},{"uid":"8d0dcefcf6e2f0fd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8d0dcefcf6e2f0fd","status":"passed","time":{"start":1728901616500,"stop":1728901616500,"duration":0}},{"uid":"e019b895a6b5c00b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e019b895a6b5c00b","status":"passed","time":{"start":1728893050254,"stop":1728893050254,"duration":0}},{"uid":"2af350d146872269","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2af350d146872269","status":"passed","time":{"start":1728856015185,"stop":1728856015192,"duration":7}},{"uid":"98e23e515f22b4f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/98e23e515f22b4f1","status":"passed","time":{"start":1728738233178,"stop":1728738233179,"duration":1}},{"uid":"103c33e64d48b3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/103c33e64d48b3f6","status":"passed","time":{"start":1728682762485,"stop":1728682762485,"duration":0}},{"uid":"67ff4bdd78a005d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/67ff4bdd78a005d","status":"passed","time":{"start":1728682332798,"stop":1728682332798,"duration":0}},{"uid":"8f6330864d582402","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f6330864d582402","status":"passed","time":{"start":1728676810306,"stop":1728676810306,"duration":0}},{"uid":"9dc84ce5866e4827","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9dc84ce5866e4827","status":"passed","time":{"start":1728669529909,"stop":1728669529909,"duration":0}},{"uid":"50d2e1b7eee23d78","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/50d2e1b7eee23d78","status":"passed","time":{"start":1728597873546,"stop":1728597873546,"duration":0}},{"uid":"3e944e98d6bba00","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3e944e98d6bba00","status":"passed","time":{"start":1728597089286,"stop":1728597089287,"duration":1}}]},"8f350283c42efc0ff93995c86102722c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9dfe489a51e21ef3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9dfe489a51e21ef3","status":"passed","time":{"start":1728677184695,"stop":1728677184695,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3a9c00262e138817","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3a9c00262e138817","status":"passed","time":{"start":1729034209114,"stop":1729034209114,"duration":0}},{"uid":"4a7fc00cfd45cf01","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4a7fc00cfd45cf01","status":"passed","time":{"start":1729032264593,"stop":1729032264593,"duration":0}},{"uid":"1416344acc7ae8cf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1416344acc7ae8cf","status":"passed","time":{"start":1728902012873,"stop":1728902012873,"duration":0}},{"uid":"850e78f9b7904b7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/850e78f9b7904b7c","status":"passed","time":{"start":1728893454823,"stop":1728893454824,"duration":1}},{"uid":"2bafd4cad71b6e73","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2bafd4cad71b6e73","status":"passed","time":{"start":1728856408466,"stop":1728856408466,"duration":0}},{"uid":"78f2443233eb6916","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78f2443233eb6916","status":"passed","time":{"start":1728738633872,"stop":1728738633873,"duration":1}},{"uid":"2be08b42b2304edd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2be08b42b2304edd","status":"passed","time":{"start":1728683159819,"stop":1728683159819,"duration":0}},{"uid":"6c485415791add8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c485415791add8","status":"passed","time":{"start":1728682751342,"stop":1728682751344,"duration":2}},{"uid":"a0cdfac958042370","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a0cdfac958042370","status":"passed","time":{"start":1728677216376,"stop":1728677216376,"duration":0}},{"uid":"eeee917ac01ccc96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eeee917ac01ccc96","status":"passed","time":{"start":1728669925465,"stop":1728669925465,"duration":0}},{"uid":"22c42890649f06c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22c42890649f06c6","status":"passed","time":{"start":1728598268819,"stop":1728598268819,"duration":0}},{"uid":"3ccce2c0ab45635e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3ccce2c0ab45635e","status":"passed","time":{"start":1728597503948,"stop":1728597503949,"duration":1}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7899bc23f3cdca04","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7899bc23f3cdca04","status":"passed","time":{"start":1729034129478,"stop":1729034129478,"duration":0}},{"uid":"5d4ed24125788cac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5d4ed24125788cac","status":"passed","time":{"start":1729032178375,"stop":1729032178375,"duration":0}},{"uid":"7bc656b9f17b4f0c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7bc656b9f17b4f0c","status":"passed","time":{"start":1728901896352,"stop":1728901896352,"duration":0}},{"uid":"844765192fc9715c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/844765192fc9715c","status":"passed","time":{"start":1728893329033,"stop":1728893329034,"duration":1}},{"uid":"74cdd9bd7e3fde0a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/74cdd9bd7e3fde0a","status":"passed","time":{"start":1728856284769,"stop":1728856284769,"duration":0}},{"uid":"6e905ead218f9944","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e905ead218f9944","status":"passed","time":{"start":1728738494946,"stop":1728738494946,"duration":0}},{"uid":"9f77188a3e115764","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9f77188a3e115764","status":"passed","time":{"start":1728683033636,"stop":1728683033636,"duration":0}},{"uid":"ac885c81688fdbb7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac885c81688fdbb7","status":"passed","time":{"start":1728682601744,"stop":1728682601744,"duration":0}},{"uid":"20878a2985191a69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/20878a2985191a69","status":"passed","time":{"start":1728677107974,"stop":1728677107983,"duration":9}},{"uid":"bc3b3665f19ce263","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bc3b3665f19ce263","status":"passed","time":{"start":1728669764756,"stop":1728669764756,"duration":0}},{"uid":"4de0897adaf0496","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4de0897adaf0496","status":"passed","time":{"start":1728598157575,"stop":1728598157575,"duration":0}},{"uid":"428683174cdbb428","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/428683174cdbb428","status":"passed","time":{"start":1728597369078,"stop":1728597369078,"duration":0}}]},"149bb421c9713d7ed951e54b8c6ae87c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1dfdfbc1465ebb0c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1dfdfbc1465ebb0c","status":"passed","time":{"start":1728901950545,"stop":1728901950545,"duration":0}}]},"a7baddcf91f9c6ba660f356e6903c05c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ddd6bcf0e02d1be2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ddd6bcf0e02d1be2","status":"passed","time":{"start":1728856355693,"stop":1728856355693,"duration":0}}]},"4cf971186ef6028bee56a2b96e14166a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf21d2ba472e1618","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bf21d2ba472e1618","status":"passed","time":{"start":1728597423328,"stop":1728597423329,"duration":1}}]},"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9c726e6c66ffa857","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9c726e6c66ffa857","status":"passed","time":{"start":1729033834377,"stop":1729033834377,"duration":0}},{"uid":"719e0912e4072a3d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/719e0912e4072a3d","status":"passed","time":{"start":1729031884107,"stop":1729031884108,"duration":1}},{"uid":"f64a9cf8dd899e15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f64a9cf8dd899e15","status":"passed","time":{"start":1728901430249,"stop":1728901430249,"duration":0}},{"uid":"8114e7da4e4cc345","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8114e7da4e4cc345","status":"passed","time":{"start":1728892860525,"stop":1728892860525,"duration":0}},{"uid":"db50658a4c04a692","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/db50658a4c04a692","status":"passed","time":{"start":1728855823315,"stop":1728855823316,"duration":1}},{"uid":"f68d579d8fc98a1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f68d579d8fc98a1c","status":"passed","time":{"start":1728738040584,"stop":1728738040585,"duration":1}},{"uid":"f2f4a4a723127aff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2f4a4a723127aff","status":"passed","time":{"start":1728682574082,"stop":1728682574082,"duration":0}},{"uid":"ff66b714764da896","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ff66b714764da896","status":"passed","time":{"start":1728682146809,"stop":1728682146810,"duration":1}},{"uid":"941f581f5d3902a0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/941f581f5d3902a0","status":"passed","time":{"start":1728676621423,"stop":1728676621424,"duration":1}},{"uid":"f15a365ce66a8a0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f15a365ce66a8a0","status":"passed","time":{"start":1728669344460,"stop":1728669344460,"duration":0}},{"uid":"f31c11d134441abb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f31c11d134441abb","status":"passed","time":{"start":1728597685154,"stop":1728597685154,"duration":0}},{"uid":"5f2673d2a8e970cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f2673d2a8e970cd","status":"passed","time":{"start":1728596904460,"stop":1728596904460,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2ee559ba0f23694f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ee559ba0f23694f","status":"passed","time":{"start":1729034188115,"stop":1729034188116,"duration":1}},{"uid":"87f3e8a6d26e5041","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/87f3e8a6d26e5041","status":"passed","time":{"start":1729032231861,"stop":1729032231862,"duration":1}},{"uid":"633cd15a99289fae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/633cd15a99289fae","status":"passed","time":{"start":1728901989564,"stop":1728901989564,"duration":0}},{"uid":"19589c872af257f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19589c872af257f","status":"passed","time":{"start":1728893424897,"stop":1728893424897,"duration":0}},{"uid":"bcfea23dae1b5f00","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bcfea23dae1b5f00","status":"passed","time":{"start":1728856376682,"stop":1728856376682,"duration":0}},{"uid":"468b54dbf01dcf12","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/468b54dbf01dcf12","status":"passed","time":{"start":1728738593958,"stop":1728738593959,"duration":1}},{"uid":"cb154a3e69f696b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cb154a3e69f696b0","status":"passed","time":{"start":1728683135334,"stop":1728683135335,"duration":1}},{"uid":"bb39be93d900cd7c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb39be93d900cd7c","status":"passed","time":{"start":1728682692584,"stop":1728682692586,"duration":2}},{"uid":"e9bac2a813ab1f96","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e9bac2a813ab1f96","status":"passed","time":{"start":1728677194227,"stop":1728677194227,"duration":0}},{"uid":"e40bcb6e1eb3376b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e40bcb6e1eb3376b","status":"passed","time":{"start":1728669874422,"stop":1728669874422,"duration":0}},{"uid":"98ca0c2e891077d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/98ca0c2e891077d","status":"passed","time":{"start":1728598257460,"stop":1728598257460,"duration":0}},{"uid":"796e990716810beb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/796e990716810beb","status":"passed","time":{"start":1728597471282,"stop":1728597471282,"duration":0}}]},"daefda0f37e609ad1f383f4ecc7b0e51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e192b9fae2dac98f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e192b9fae2dac98f","status":"passed","time":{"start":1728597434080,"stop":1728597434080,"duration":0}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4f1700c09340db38","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f1700c09340db38","status":"passed","time":{"start":1729034137137,"stop":1729034137142,"duration":5}},{"uid":"5a1ed28f50c4743f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a1ed28f50c4743f","status":"passed","time":{"start":1729032206876,"stop":1729032206876,"duration":0}},{"uid":"5adf9cfef8dc358d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5adf9cfef8dc358d","status":"passed","time":{"start":1728901995022,"stop":1728901995022,"duration":0}},{"uid":"f9a8088335af931f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f9a8088335af931f","status":"passed","time":{"start":1728893420996,"stop":1728893420996,"duration":0}},{"uid":"537fdbf43ff1388c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/537fdbf43ff1388c","status":"passed","time":{"start":1728856368597,"stop":1728856368597,"duration":0}},{"uid":"2a4f3bb3148e1c08","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2a4f3bb3148e1c08","status":"passed","time":{"start":1728738604681,"stop":1728738604681,"duration":0}},{"uid":"b82833f23190e4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b82833f23190e4f","status":"passed","time":{"start":1728683117628,"stop":1728683117629,"duration":1}},{"uid":"47e2f9d895cfb1f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/47e2f9d895cfb1f9","status":"passed","time":{"start":1728682721318,"stop":1728682721319,"duration":1}},{"uid":"28063a14fc2f3385","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/28063a14fc2f3385","status":"passed","time":{"start":1728677184684,"stop":1728677184684,"duration":0}},{"uid":"aec3e0b69dfc88c6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aec3e0b69dfc88c6","status":"passed","time":{"start":1728669866450,"stop":1728669866450,"duration":0}},{"uid":"5b9e738672a02307","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b9e738672a02307","status":"passed","time":{"start":1728598249978,"stop":1728598249980,"duration":2}},{"uid":"e1f2b669b2815bf3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e1f2b669b2815bf3","status":"passed","time":{"start":1728597472292,"stop":1728597472293,"duration":1}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ebe33bcda2e1a05b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ebe33bcda2e1a05b","status":"passed","time":{"start":1729034209096,"stop":1729034209098,"duration":2}},{"uid":"73e0a37dc20caeb6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73e0a37dc20caeb6","status":"passed","time":{"start":1729032264567,"stop":1729032264567,"duration":0}},{"uid":"bc71deea359ea3dc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc71deea359ea3dc","status":"passed","time":{"start":1728902012848,"stop":1728902012849,"duration":1}},{"uid":"7852fc891a1c5bfe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7852fc891a1c5bfe","status":"passed","time":{"start":1728893454810,"stop":1728893454810,"duration":0}},{"uid":"db31705c2d1bbe6d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/db31705c2d1bbe6d","status":"passed","time":{"start":1728856408451,"stop":1728856408451,"duration":0}},{"uid":"30868ccd893234ba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/30868ccd893234ba","status":"passed","time":{"start":1728738633853,"stop":1728738633854,"duration":1}},{"uid":"9caaca1c64dd2968","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9caaca1c64dd2968","status":"passed","time":{"start":1728683159754,"stop":1728683159755,"duration":1}},{"uid":"2dfe4ed5653320e3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2dfe4ed5653320e3","status":"passed","time":{"start":1728682751328,"stop":1728682751328,"duration":0}},{"uid":"340530e2c867b597","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/340530e2c867b597","status":"passed","time":{"start":1728677216354,"stop":1728677216355,"duration":1}},{"uid":"f0e2b688692f4b7a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f0e2b688692f4b7a","status":"passed","time":{"start":1728669925452,"stop":1728669925453,"duration":1}},{"uid":"dc8ee6eace962c46","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc8ee6eace962c46","status":"passed","time":{"start":1728598268801,"stop":1728598268801,"duration":0}},{"uid":"d48696697da498c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d48696697da498c6","status":"passed","time":{"start":1728597503916,"stop":1728597503917,"duration":1}}]},"3bd3bece9b1c0cfad12ec4c93d43604f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"468abe1a9f7efa77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/468abe1a9f7efa77","status":"passed","time":{"start":1729033875027,"stop":1729033875028,"duration":1}},{"uid":"8c1999e7158bd8e9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c1999e7158bd8e9","status":"passed","time":{"start":1729031924908,"stop":1729031924908,"duration":0}},{"uid":"66a2deef9177d140","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66a2deef9177d140","status":"passed","time":{"start":1728901469135,"stop":1728901469135,"duration":0}},{"uid":"471c1574cbd97bbe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/471c1574cbd97bbe","status":"passed","time":{"start":1728892899800,"stop":1728892899800,"duration":0}},{"uid":"9e60b480821e4546","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e60b480821e4546","status":"passed","time":{"start":1728855863297,"stop":1728855863297,"duration":0}},{"uid":"e536e692f946f92","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e536e692f946f92","status":"passed","time":{"start":1728738080956,"stop":1728738080957,"duration":1}},{"uid":"38b52e1708612272","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/38b52e1708612272","status":"passed","time":{"start":1728682614316,"stop":1728682614316,"duration":0}},{"uid":"d88c7ff770595037","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d88c7ff770595037","status":"passed","time":{"start":1728682187221,"stop":1728682187221,"duration":0}},{"uid":"71b34e259c14635e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/71b34e259c14635e","status":"passed","time":{"start":1728676661421,"stop":1728676661422,"duration":1}},{"uid":"c9c70621a11c3644","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9c70621a11c3644","status":"passed","time":{"start":1728669384753,"stop":1728669384754,"duration":1}},{"uid":"b4c05f8174efecee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b4c05f8174efecee","status":"passed","time":{"start":1728597724211,"stop":1728597724211,"duration":0}},{"uid":"2c36ab259f945607","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c36ab259f945607","status":"passed","time":{"start":1728596943264,"stop":1728596943264,"duration":0}}]},"b99b3a0b7545e302b6002e6105fd5d3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9939626f6b5f0213","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9939626f6b5f0213","status":"passed","time":{"start":1728738492805,"stop":1728738492806,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"498b15e4a75ae15","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/498b15e4a75ae15","status":"passed","time":{"start":1729034188112,"stop":1729034188113,"duration":1}},{"uid":"73843b6c9b677a0c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73843b6c9b677a0c","status":"passed","time":{"start":1729032231860,"stop":1729032231860,"duration":0}},{"uid":"8c1cad410a3f9ea5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8c1cad410a3f9ea5","status":"passed","time":{"start":1728901989562,"stop":1728901989562,"duration":0}},{"uid":"8af2020129212ebd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8af2020129212ebd","status":"passed","time":{"start":1728893424895,"stop":1728893424896,"duration":1}},{"uid":"a71244cee3775d8d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a71244cee3775d8d","status":"passed","time":{"start":1728856376680,"stop":1728856376681,"duration":1}},{"uid":"11b8bc1ae4235262","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11b8bc1ae4235262","status":"passed","time":{"start":1728738593941,"stop":1728738593942,"duration":1}},{"uid":"73b6e6afc321210","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/73b6e6afc321210","status":"passed","time":{"start":1728683135330,"stop":1728683135331,"duration":1}},{"uid":"f737505e05f771cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f737505e05f771cf","status":"passed","time":{"start":1728682692580,"stop":1728682692581,"duration":1}},{"uid":"aa23ac1df87255a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aa23ac1df87255a","status":"passed","time":{"start":1728677194226,"stop":1728677194226,"duration":0}},{"uid":"945b21f48ec1e214","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/945b21f48ec1e214","status":"passed","time":{"start":1728669874418,"stop":1728669874420,"duration":2}},{"uid":"7b3311e84a6b7e5a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7b3311e84a6b7e5a","status":"passed","time":{"start":1728598257458,"stop":1728598257459,"duration":1}},{"uid":"e9c499e54c4aeb50","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e9c499e54c4aeb50","status":"passed","time":{"start":1728597471280,"stop":1728597471281,"duration":1}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"911db5bac5406f2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/911db5bac5406f2c","status":"passed","time":{"start":1729034121946,"stop":1729034121947,"duration":1}},{"uid":"4ce44b4f8338038b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4ce44b4f8338038b","status":"passed","time":{"start":1729032174921,"stop":1729032174927,"duration":6}},{"uid":"fa7c590c79e21781","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fa7c590c79e21781","status":"passed","time":{"start":1728901881027,"stop":1728901881028,"duration":1}},{"uid":"157483459dee2f20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/157483459dee2f20","status":"passed","time":{"start":1728893317180,"stop":1728893317181,"duration":1}},{"uid":"9bcba59f84f58bb3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9bcba59f84f58bb3","status":"passed","time":{"start":1728856263111,"stop":1728856263111,"duration":0}},{"uid":"6e8b137ba01e2ae4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e8b137ba01e2ae4","status":"passed","time":{"start":1728738492805,"stop":1728738492805,"duration":0}},{"uid":"981b50b88b475a80","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/981b50b88b475a80","status":"passed","time":{"start":1728683030028,"stop":1728683030029,"duration":1}},{"uid":"2bbc59e7939c109f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2bbc59e7939c109f","status":"passed","time":{"start":1728682581114,"stop":1728682581128,"duration":14}},{"uid":"974f806a69ed0014","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/974f806a69ed0014","status":"passed","time":{"start":1728677082009,"stop":1728677082010,"duration":1}},{"uid":"46b678108ec83b69","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/46b678108ec83b69","status":"passed","time":{"start":1728669795406,"stop":1728669795406,"duration":0}},{"uid":"fc18bd91d5d8b8fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc18bd91d5d8b8fb","status":"passed","time":{"start":1728598137509,"stop":1728598137509,"duration":0}},{"uid":"c2859150c6c959cf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c2859150c6c959cf","status":"passed","time":{"start":1728597353486,"stop":1728597353487,"duration":1}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e5c2dde2f136ed5d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e5c2dde2f136ed5d","status":"passed","time":{"start":1729034208295,"stop":1729034208296,"duration":1}},{"uid":"c9c2596acc9ab3c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c9c2596acc9ab3c6","status":"passed","time":{"start":1729032257078,"stop":1729032257083,"duration":5}},{"uid":"25f47cac25a7f47c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25f47cac25a7f47c","status":"passed","time":{"start":1728902024014,"stop":1728902024014,"duration":0}},{"uid":"e98a847f28498fda","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e98a847f28498fda","status":"passed","time":{"start":1728893455130,"stop":1728893455131,"duration":1}},{"uid":"6f318de6127b24ed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6f318de6127b24ed","status":"passed","time":{"start":1728856404967,"stop":1728856404967,"duration":0}},{"uid":"422f89dd57996cf0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/422f89dd57996cf0","status":"passed","time":{"start":1728738634670,"stop":1728738634671,"duration":1}},{"uid":"445959531e700f6c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/445959531e700f6c","status":"passed","time":{"start":1728683163621,"stop":1728683163622,"duration":1}},{"uid":"59fa1edabd93a5b3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59fa1edabd93a5b3","status":"passed","time":{"start":1728682737543,"stop":1728682737544,"duration":1}},{"uid":"22251463266a7e8e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/22251463266a7e8e","status":"passed","time":{"start":1728677222568,"stop":1728677222568,"duration":0}},{"uid":"989d2f9af6e0c3e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/989d2f9af6e0c3e2","status":"passed","time":{"start":1728669905045,"stop":1728669905046,"duration":1}},{"uid":"b29f7c6323670f62","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b29f7c6323670f62","status":"passed","time":{"start":1728598284367,"stop":1728598284367,"duration":0}},{"uid":"75a45144f14a699","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/75a45144f14a699","status":"passed","time":{"start":1728597506832,"stop":1728597506832,"duration":0}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"70115caa9aaef4a6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/70115caa9aaef4a6","status":"passed","time":{"start":1729033976802,"stop":1729033976802,"duration":0}},{"uid":"46a3d26c6f9452a3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/46a3d26c6f9452a3","status":"passed","time":{"start":1729032020525,"stop":1729032020526,"duration":1}},{"uid":"7cd8ba1248ae17f3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7cd8ba1248ae17f3","status":"passed","time":{"start":1728901616436,"stop":1728901616447,"duration":11}},{"uid":"cd3f7b408767822","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cd3f7b408767822","status":"passed","time":{"start":1728893050247,"stop":1728893050247,"duration":0}},{"uid":"609114709ed02113","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/609114709ed02113","status":"passed","time":{"start":1728856015173,"stop":1728856015174,"duration":1}},{"uid":"191e20c17f878c15","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/191e20c17f878c15","status":"passed","time":{"start":1728738233142,"stop":1728738233143,"duration":1}},{"uid":"b9ae1dca13b21aa1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b9ae1dca13b21aa1","status":"passed","time":{"start":1728682762474,"stop":1728682762474,"duration":0}},{"uid":"ea70af3e8605c8f4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea70af3e8605c8f4","status":"passed","time":{"start":1728682332788,"stop":1728682332788,"duration":0}},{"uid":"e32293d6e39f4605","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e32293d6e39f4605","status":"passed","time":{"start":1728676810293,"stop":1728676810293,"duration":0}},{"uid":"5bd80a20161b2c78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5bd80a20161b2c78","status":"passed","time":{"start":1728669529901,"stop":1728669529901,"duration":0}},{"uid":"a5dd3c7371063294","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a5dd3c7371063294","status":"passed","time":{"start":1728597873536,"stop":1728597873536,"duration":0}},{"uid":"1a5a6f2860ac35fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1a5a6f2860ac35fd","status":"passed","time":{"start":1728597089275,"stop":1728597089276,"duration":1}}]},"bbfd286fc72a068904fd9a5fdba494ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89ef85768a8c2c2c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/89ef85768a8c2c2c","status":"passed","time":{"start":1728598250013,"stop":1728598250014,"duration":1}}]},"d62d94f7c2df4e5c45947a44647cabbc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7635e31ac81c5ae5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7635e31ac81c5ae5","status":"passed","time":{"start":1728856333676,"stop":1728856333677,"duration":1}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5a97eeabfd62585c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a97eeabfd62585c","status":"passed","time":{"start":1729034209110,"stop":1729034209110,"duration":0}},{"uid":"5e4b54dd2c6b3454","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e4b54dd2c6b3454","status":"passed","time":{"start":1729032264579,"stop":1729032264579,"duration":0}},{"uid":"effd092ac8da7b9b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/effd092ac8da7b9b","status":"passed","time":{"start":1728902012869,"stop":1728902012869,"duration":0}},{"uid":"1f907b786b6f863","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1f907b786b6f863","status":"passed","time":{"start":1728893454820,"stop":1728893454820,"duration":0}},{"uid":"d4c239f70ffe5ac3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d4c239f70ffe5ac3","status":"passed","time":{"start":1728856408463,"stop":1728856408463,"duration":0}},{"uid":"bb8264d9c99f9c09","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb8264d9c99f9c09","status":"passed","time":{"start":1728738633863,"stop":1728738633864,"duration":1}},{"uid":"2a85b47c17a91d4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2a85b47c17a91d4","status":"passed","time":{"start":1728683159801,"stop":1728683159802,"duration":1}},{"uid":"7dda20a0b569deed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7dda20a0b569deed","status":"passed","time":{"start":1728682751339,"stop":1728682751339,"duration":0}},{"uid":"d1c412867dde9984","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d1c412867dde9984","status":"passed","time":{"start":1728677216372,"stop":1728677216373,"duration":1}},{"uid":"c19a07bf2cc1d371","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c19a07bf2cc1d371","status":"passed","time":{"start":1728669925460,"stop":1728669925460,"duration":0}},{"uid":"51765c9eda352ccf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/51765c9eda352ccf","status":"passed","time":{"start":1728598268815,"stop":1728598268815,"duration":0}},{"uid":"92046c08fd52d237","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92046c08fd52d237","status":"passed","time":{"start":1728597503943,"stop":1728597503944,"duration":1}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f996bedc083ea65d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f996bedc083ea65d","status":"passed","time":{"start":1729034129480,"stop":1729034129481,"duration":1}},{"uid":"c6ab3528e79a2858","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6ab3528e79a2858","status":"passed","time":{"start":1729032178377,"stop":1729032178378,"duration":1}},{"uid":"82c12227309646d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82c12227309646d2","status":"passed","time":{"start":1728901896354,"stop":1728901896355,"duration":1}},{"uid":"eba4d39ac602fd6b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/eba4d39ac602fd6b","status":"passed","time":{"start":1728893329036,"stop":1728893329036,"duration":0}},{"uid":"651db6e4d5277859","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/651db6e4d5277859","status":"passed","time":{"start":1728856284772,"stop":1728856284772,"duration":0}},{"uid":"af00eff9cb221366","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/af00eff9cb221366","status":"passed","time":{"start":1728738494949,"stop":1728738494949,"duration":0}},{"uid":"510cff86063a76af","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/510cff86063a76af","status":"passed","time":{"start":1728683033638,"stop":1728683033639,"duration":1}},{"uid":"13f8a7e9d7f0ba3c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13f8a7e9d7f0ba3c","status":"passed","time":{"start":1728682601746,"stop":1728682601746,"duration":0}},{"uid":"c6f0b58ba4a2016e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c6f0b58ba4a2016e","status":"passed","time":{"start":1728677107985,"stop":1728677107988,"duration":3}},{"uid":"78baa1297069ba07","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/78baa1297069ba07","status":"passed","time":{"start":1728669764759,"stop":1728669764759,"duration":0}},{"uid":"1694cb100ebaeed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1694cb100ebaeed","status":"passed","time":{"start":1728598157578,"stop":1728598157578,"duration":0}},{"uid":"909bb5f523a9e1bc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/909bb5f523a9e1bc","status":"passed","time":{"start":1728597369087,"stop":1728597369087,"duration":0}}]},"cf61e29410a84031e3aa722a3f77b7d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3de652ec5e4b56f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e3de652ec5e4b56f","status":"passed","time":{"start":1728901901768,"stop":1728901901769,"duration":1}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d9e71a0756c2038e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9e71a0756c2038e","status":"passed","time":{"start":1729034209109,"stop":1729034209109,"duration":0}},{"uid":"cd6cee50a15e9f85","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cd6cee50a15e9f85","status":"passed","time":{"start":1729032264576,"stop":1729032264576,"duration":0}},{"uid":"428ad67a8ffc8c34","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/428ad67a8ffc8c34","status":"passed","time":{"start":1728902012868,"stop":1728902012869,"duration":1}},{"uid":"a3ca0f1cf6cd0ae0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a3ca0f1cf6cd0ae0","status":"passed","time":{"start":1728893454818,"stop":1728893454818,"duration":0}},{"uid":"1b8e67446f7e2012","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b8e67446f7e2012","status":"passed","time":{"start":1728856408462,"stop":1728856408462,"duration":0}},{"uid":"edb5106f7e17b503","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edb5106f7e17b503","status":"passed","time":{"start":1728738633862,"stop":1728738633863,"duration":1}},{"uid":"1e75739c52e50466","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1e75739c52e50466","status":"passed","time":{"start":1728683159799,"stop":1728683159799,"duration":0}},{"uid":"b39fc4875b3f2832","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b39fc4875b3f2832","status":"passed","time":{"start":1728682751338,"stop":1728682751338,"duration":0}},{"uid":"3c89dc247b2f2a0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3c89dc247b2f2a0e","status":"passed","time":{"start":1728677216372,"stop":1728677216372,"duration":0}},{"uid":"85f81a28f82aa50a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/85f81a28f82aa50a","status":"passed","time":{"start":1728669925460,"stop":1728669925460,"duration":0}},{"uid":"e548476cff0424eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e548476cff0424eb","status":"passed","time":{"start":1728598268814,"stop":1728598268815,"duration":1}},{"uid":"c6e0c3efcb78e6c7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c6e0c3efcb78e6c7","status":"passed","time":{"start":1728597503941,"stop":1728597503942,"duration":1}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"37e025144df040f0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37e025144df040f0","status":"passed","time":{"start":1729033850550,"stop":1729033850550,"duration":0}},{"uid":"f4c8b5c292a860f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f4c8b5c292a860f1","status":"passed","time":{"start":1729031900273,"stop":1729031900273,"duration":0}},{"uid":"494eb6f1f6e24f8e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/494eb6f1f6e24f8e","status":"passed","time":{"start":1728901446179,"stop":1728901446179,"duration":0}},{"uid":"983f41cb45499c63","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/983f41cb45499c63","status":"passed","time":{"start":1728892876479,"stop":1728892876479,"duration":0}},{"uid":"224e53455218f1b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/224e53455218f1b9","status":"passed","time":{"start":1728855839200,"stop":1728855839201,"duration":1}},{"uid":"f34bea53f4e640eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f34bea53f4e640eb","status":"passed","time":{"start":1728738056466,"stop":1728738056466,"duration":0}},{"uid":"7e2682defb244754","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7e2682defb244754","status":"passed","time":{"start":1728682590046,"stop":1728682590046,"duration":0}},{"uid":"ded0a54e89712ceb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ded0a54e89712ceb","status":"passed","time":{"start":1728682162840,"stop":1728682162840,"duration":0}},{"uid":"1bff3287ff9e7eb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1bff3287ff9e7eb9","status":"passed","time":{"start":1728676637413,"stop":1728676637413,"duration":0}},{"uid":"36d9a306292a1fdd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/36d9a306292a1fdd","status":"passed","time":{"start":1728669360495,"stop":1728669360496,"duration":1}},{"uid":"d2c9e04956a0d81","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d2c9e04956a0d81","status":"passed","time":{"start":1728597701238,"stop":1728597701238,"duration":0}},{"uid":"5eca2272077ebdfd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5eca2272077ebdfd","status":"passed","time":{"start":1728596920373,"stop":1728596920373,"duration":0}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"476627d6dbbef937","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/476627d6dbbef937","status":"passed","time":{"start":1729034129470,"stop":1729034129470,"duration":0}},{"uid":"c64070cb54394ea3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c64070cb54394ea3","status":"passed","time":{"start":1729032178363,"stop":1729032178363,"duration":0}},{"uid":"2569c3af2e137e95","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2569c3af2e137e95","status":"passed","time":{"start":1728901896342,"stop":1728901896342,"duration":0}},{"uid":"f898148f60e9c544","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f898148f60e9c544","status":"passed","time":{"start":1728893329021,"stop":1728893329021,"duration":0}},{"uid":"acdeaebabed63651","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acdeaebabed63651","status":"passed","time":{"start":1728856284756,"stop":1728856284756,"duration":0}},{"uid":"bcfc36abda9bc8cf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bcfc36abda9bc8cf","status":"passed","time":{"start":1728738494933,"stop":1728738494933,"duration":0}},{"uid":"20d8605a375273c4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/20d8605a375273c4","status":"passed","time":{"start":1728683033627,"stop":1728683033627,"duration":0}},{"uid":"b2e3c3b732771d22","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b2e3c3b732771d22","status":"passed","time":{"start":1728682601732,"stop":1728682601732,"duration":0}},{"uid":"e8bce6aa3e5718cf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8bce6aa3e5718cf","status":"passed","time":{"start":1728677107957,"stop":1728677107958,"duration":1}},{"uid":"8ee6cf942de28dbe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8ee6cf942de28dbe","status":"passed","time":{"start":1728669764745,"stop":1728669764747,"duration":2}},{"uid":"3c8b79a792ad1919","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3c8b79a792ad1919","status":"passed","time":{"start":1728598157557,"stop":1728598157558,"duration":1}},{"uid":"807fffd5ee3b3533","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/807fffd5ee3b3533","status":"passed","time":{"start":1728597369056,"stop":1728597369057,"duration":1}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9c58fb65170d5dfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9c58fb65170d5dfe","status":"passed","time":{"start":1729034137125,"stop":1729034137125,"duration":0}},{"uid":"715489c0983c659d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/715489c0983c659d","status":"passed","time":{"start":1729032206871,"stop":1729032206871,"duration":0}},{"uid":"a689b06b00570005","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a689b06b00570005","status":"passed","time":{"start":1728901995011,"stop":1728901995018,"duration":7}},{"uid":"b1003997d00aa68b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b1003997d00aa68b","status":"passed","time":{"start":1728893420991,"stop":1728893420992,"duration":1}},{"uid":"859fc4b27ea5f560","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/859fc4b27ea5f560","status":"passed","time":{"start":1728856368592,"stop":1728856368593,"duration":1}},{"uid":"20d1753a13c82673","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20d1753a13c82673","status":"passed","time":{"start":1728738604677,"stop":1728738604677,"duration":0}},{"uid":"58790b020cb5fc5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/58790b020cb5fc5","status":"passed","time":{"start":1728683117608,"stop":1728683117609,"duration":1}},{"uid":"518dbc14d4e5901f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/518dbc14d4e5901f","status":"passed","time":{"start":1728682721315,"stop":1728682721315,"duration":0}},{"uid":"bba7ab4f91c21221","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bba7ab4f91c21221","status":"passed","time":{"start":1728677184679,"stop":1728677184680,"duration":1}},{"uid":"9bb67c67d000d8df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9bb67c67d000d8df","status":"passed","time":{"start":1728669866445,"stop":1728669866446,"duration":1}},{"uid":"e8feae7747891c36","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e8feae7747891c36","status":"passed","time":{"start":1728598249972,"stop":1728598249972,"duration":0}},{"uid":"a08dd8af276b45e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a08dd8af276b45e","status":"passed","time":{"start":1728597472286,"stop":1728597472287,"duration":1}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"812dbd0259895dcd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/812dbd0259895dcd","status":"passed","time":{"start":1729033843116,"stop":1729033843116,"duration":0}},{"uid":"72ef2c6e6a29b879","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/72ef2c6e6a29b879","status":"passed","time":{"start":1729031892675,"stop":1729031892675,"duration":0}},{"uid":"e22de5cc44e4e0ea","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e22de5cc44e4e0ea","status":"passed","time":{"start":1728901438806,"stop":1728901438806,"duration":0}},{"uid":"9fd71b7b365949b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9fd71b7b365949b2","status":"passed","time":{"start":1728892868998,"stop":1728892868998,"duration":0}},{"uid":"8139eeeea2b09749","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8139eeeea2b09749","status":"passed","time":{"start":1728855831890,"stop":1728855831890,"duration":0}},{"uid":"818d06a8c812f340","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/818d06a8c812f340","status":"passed","time":{"start":1728738049038,"stop":1728738049038,"duration":0}},{"uid":"b099977b872bc67d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b099977b872bc67d","status":"passed","time":{"start":1728682582616,"stop":1728682582616,"duration":0}},{"uid":"e334b31f9b8d1f99","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e334b31f9b8d1f99","status":"passed","time":{"start":1728682155406,"stop":1728682155406,"duration":0}},{"uid":"b458df39f5f06aae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b458df39f5f06aae","status":"passed","time":{"start":1728676629971,"stop":1728676629972,"duration":1}},{"uid":"494c8c4443b6906d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/494c8c4443b6906d","status":"passed","time":{"start":1728669353099,"stop":1728669353099,"duration":0}},{"uid":"612f98e232489717","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/612f98e232489717","status":"passed","time":{"start":1728597693844,"stop":1728597693844,"duration":0}},{"uid":"96f32c37ea8cc347","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/96f32c37ea8cc347","status":"passed","time":{"start":1728596913088,"stop":1728596913089,"duration":1}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4fa42b026d734b81","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4fa42b026d734b81","status":"passed","time":{"start":1729033843112,"stop":1729033843113,"duration":1}},{"uid":"4c1c2cb9ccd8ae3b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c1c2cb9ccd8ae3b","status":"passed","time":{"start":1729031892671,"stop":1729031892671,"duration":0}},{"uid":"fedc19d6f8103cb1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fedc19d6f8103cb1","status":"passed","time":{"start":1728901438801,"stop":1728901438802,"duration":1}},{"uid":"5a53a612f37a478e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a53a612f37a478e","status":"passed","time":{"start":1728892868994,"stop":1728892868994,"duration":0}},{"uid":"c7ea73a4540027e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c7ea73a4540027e5","status":"passed","time":{"start":1728855831887,"stop":1728855831887,"duration":0}},{"uid":"204bc7a734ef5353","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/204bc7a734ef5353","status":"passed","time":{"start":1728738049034,"stop":1728738049034,"duration":0}},{"uid":"fdc44501bbdb5ae9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fdc44501bbdb5ae9","status":"passed","time":{"start":1728682582610,"stop":1728682582611,"duration":1}},{"uid":"c29096fa82ec7732","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c29096fa82ec7732","status":"passed","time":{"start":1728682155402,"stop":1728682155402,"duration":0}},{"uid":"1704ec95354ac50","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1704ec95354ac50","status":"passed","time":{"start":1728676629967,"stop":1728676629968,"duration":1}},{"uid":"120ad5b7b1746f3a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/120ad5b7b1746f3a","status":"passed","time":{"start":1728669353094,"stop":1728669353095,"duration":1}},{"uid":"e3019b011a39749","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3019b011a39749","status":"passed","time":{"start":1728597693839,"stop":1728597693840,"duration":1}},{"uid":"419b79a6a7ea84cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/419b79a6a7ea84cd","status":"passed","time":{"start":1728596913084,"stop":1728596913085,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c245fe3af29d4606","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c245fe3af29d4606","status":"passed","time":{"start":1729034137163,"stop":1729034137163,"duration":0}},{"uid":"2e2dd4d97e0336b9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e2dd4d97e0336b9","status":"passed","time":{"start":1729032187245,"stop":1729032187246,"duration":1}},{"uid":"9de4e400bfee205d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9de4e400bfee205d","status":"passed","time":{"start":1728901888429,"stop":1728901888429,"duration":0}},{"uid":"f072dbaf515ed169","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f072dbaf515ed169","status":"passed","time":{"start":1728893323789,"stop":1728893323790,"duration":1}},{"uid":"fb1e2518aa7f0235","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fb1e2518aa7f0235","status":"passed","time":{"start":1728856285926,"stop":1728856285927,"duration":1}},{"uid":"23f2534a523f6e09","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23f2534a523f6e09","status":"passed","time":{"start":1728738498274,"stop":1728738498275,"duration":1}},{"uid":"6434117b9b16f3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6434117b9b16f3f6","status":"passed","time":{"start":1728683041391,"stop":1728683041391,"duration":0}},{"uid":"59f28ea851355358","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59f28ea851355358","status":"passed","time":{"start":1728682596014,"stop":1728682596015,"duration":1}},{"uid":"fb0ea570ed238e10","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fb0ea570ed238e10","status":"passed","time":{"start":1728677091266,"stop":1728677091266,"duration":0}},{"uid":"27f6febfb70d4982","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/27f6febfb70d4982","status":"passed","time":{"start":1728669766425,"stop":1728669766425,"duration":0}},{"uid":"eb85de27da0c3647","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb85de27da0c3647","status":"passed","time":{"start":1728598152072,"stop":1728598152072,"duration":0}},{"uid":"94946e294883708a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/94946e294883708a","status":"passed","time":{"start":1728597364115,"stop":1728597364115,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"92e129b12baa52e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/92e129b12baa52e","status":"passed","time":{"start":1729034188118,"stop":1729034188119,"duration":1}},{"uid":"7143033bd05a497f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7143033bd05a497f","status":"passed","time":{"start":1729032231866,"stop":1729032231866,"duration":0}},{"uid":"7338b47af77cccca","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7338b47af77cccca","status":"passed","time":{"start":1728901989567,"stop":1728901989567,"duration":0}},{"uid":"36e55e07a9acb727","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/36e55e07a9acb727","status":"passed","time":{"start":1728893424905,"stop":1728893424905,"duration":0}},{"uid":"348c17b9e6e50e04","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/348c17b9e6e50e04","status":"passed","time":{"start":1728856376685,"stop":1728856376686,"duration":1}},{"uid":"9de8cbf88cf6a965","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9de8cbf88cf6a965","status":"passed","time":{"start":1728738593961,"stop":1728738593962,"duration":1}},{"uid":"c025d5c5cd193c6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c025d5c5cd193c6","status":"passed","time":{"start":1728683135341,"stop":1728683135341,"duration":0}},{"uid":"d40b38586cca3c68","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d40b38586cca3c68","status":"passed","time":{"start":1728682692593,"stop":1728682692594,"duration":1}},{"uid":"767cc578fc83a8ec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/767cc578fc83a8ec","status":"passed","time":{"start":1728677194230,"stop":1728677194230,"duration":0}},{"uid":"2799066024840e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2799066024840e2","status":"passed","time":{"start":1728669874425,"stop":1728669874426,"duration":1}},{"uid":"da8ad3613e9b3417","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/da8ad3613e9b3417","status":"passed","time":{"start":1728598257463,"stop":1728598257463,"duration":0}},{"uid":"ad63a05077fdda5e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ad63a05077fdda5e","status":"passed","time":{"start":1728597471299,"stop":1728597471299,"duration":0}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1f0a85825c5f4bd9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f0a85825c5f4bd9","status":"passed","time":{"start":1729033857766,"stop":1729033857766,"duration":0}},{"uid":"faeeb7474d6041ff","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/faeeb7474d6041ff","status":"passed","time":{"start":1729031907986,"stop":1729031907986,"duration":0}},{"uid":"f3c5b767cd7190ea","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f3c5b767cd7190ea","status":"passed","time":{"start":1728901453412,"stop":1728901453413,"duration":1}},{"uid":"b40bfd89c57ede02","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b40bfd89c57ede02","status":"passed","time":{"start":1728892883979,"stop":1728892883979,"duration":0}},{"uid":"b357f49577260b88","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b357f49577260b88","status":"passed","time":{"start":1728855846185,"stop":1728855846186,"duration":1}},{"uid":"5a47c7250f4126ea","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a47c7250f4126ea","status":"passed","time":{"start":1728738063648,"stop":1728738063648,"duration":0}},{"uid":"f3bae21f59558f85","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3bae21f59558f85","status":"passed","time":{"start":1728682597530,"stop":1728682597530,"duration":0}},{"uid":"ef248b026923cfc7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ef248b026923cfc7","status":"passed","time":{"start":1728682170202,"stop":1728682170202,"duration":0}},{"uid":"47e322dbe314613c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/47e322dbe314613c","status":"passed","time":{"start":1728676644981,"stop":1728676644981,"duration":0}},{"uid":"74843b8aa7805224","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74843b8aa7805224","status":"passed","time":{"start":1728669367854,"stop":1728669367854,"duration":0}},{"uid":"e3d8836452a50426","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3d8836452a50426","status":"passed","time":{"start":1728597708660,"stop":1728597708661,"duration":1}},{"uid":"1fb085406f2d3155","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1fb085406f2d3155","status":"passed","time":{"start":1728596927478,"stop":1728596927479,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8d2ee081096896cd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8d2ee081096896cd","status":"passed","time":{"start":1729033842349,"stop":1729033842349,"duration":0}},{"uid":"2d1337e9032cea66","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2d1337e9032cea66","status":"passed","time":{"start":1729031892048,"stop":1729031892048,"duration":0}},{"uid":"87b734331f1b361b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/87b734331f1b361b","status":"passed","time":{"start":1728901438030,"stop":1728901438031,"duration":1}},{"uid":"38bcd019b0f3e37f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/38bcd019b0f3e37f","status":"passed","time":{"start":1728892868234,"stop":1728892868234,"duration":0}},{"uid":"987aba4ef3406231","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/987aba4ef3406231","status":"passed","time":{"start":1728855831081,"stop":1728855831081,"duration":0}},{"uid":"22518f3498bd659c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/22518f3498bd659c","status":"passed","time":{"start":1728738048443,"stop":1728738048443,"duration":0}},{"uid":"c7aabc758c24fc2e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c7aabc758c24fc2e","status":"passed","time":{"start":1728682581846,"stop":1728682581847,"duration":1}},{"uid":"e9bf404bc0ac8e0f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9bf404bc0ac8e0f","status":"passed","time":{"start":1728682154709,"stop":1728682154709,"duration":0}},{"uid":"311248462e63d7d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/311248462e63d7d","status":"passed","time":{"start":1728676629302,"stop":1728676629303,"duration":1}},{"uid":"f5b1908a9c83d9b0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5b1908a9c83d9b0","status":"passed","time":{"start":1728669352212,"stop":1728669352212,"duration":0}},{"uid":"ca88bd4f4a23e85b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca88bd4f4a23e85b","status":"passed","time":{"start":1728597693019,"stop":1728597693020,"duration":1}},{"uid":"dd330c2e8f69e664","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dd330c2e8f69e664","status":"passed","time":{"start":1728596912534,"stop":1728596912534,"duration":0}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"98c400b153fb0004","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/98c400b153fb0004","status":"passed","time":{"start":1729034209093,"stop":1729034209095,"duration":2}},{"uid":"1eeef2d091da52c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1eeef2d091da52c6","status":"passed","time":{"start":1729032264565,"stop":1729032264566,"duration":1}},{"uid":"d86c3a7d38c1dd3b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d86c3a7d38c1dd3b","status":"passed","time":{"start":1728902012845,"stop":1728902012846,"duration":1}},{"uid":"91d49634181cf04","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/91d49634181cf04","status":"passed","time":{"start":1728893454809,"stop":1728893454809,"duration":0}},{"uid":"d771d089e48712c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d771d089e48712c4","status":"passed","time":{"start":1728856408450,"stop":1728856408450,"duration":0}},{"uid":"fbda7e4bb952578a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fbda7e4bb952578a","status":"passed","time":{"start":1728738633852,"stop":1728738633853,"duration":1}},{"uid":"82cdbbb84aea3980","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82cdbbb84aea3980","status":"passed","time":{"start":1728683159750,"stop":1728683159751,"duration":1}},{"uid":"25cfad72dae62fba","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/25cfad72dae62fba","status":"passed","time":{"start":1728682751327,"stop":1728682751327,"duration":0}},{"uid":"3bfd50f5f373aaad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3bfd50f5f373aaad","status":"passed","time":{"start":1728677216353,"stop":1728677216353,"duration":0}},{"uid":"8aefa52a029a18ff","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8aefa52a029a18ff","status":"passed","time":{"start":1728669925451,"stop":1728669925452,"duration":1}},{"uid":"56eb5aada51007db","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/56eb5aada51007db","status":"passed","time":{"start":1728598268799,"stop":1728598268800,"duration":1}},{"uid":"6bbae4d73c7e1b58","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6bbae4d73c7e1b58","status":"passed","time":{"start":1728597503913,"stop":1728597503914,"duration":1}}]},"f72a225d1b4c878a36962511fda5a968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":10,"unknown":0,"total":11},"items":[{"uid":"72689a90cd6c3e48","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/72689a90cd6c3e48","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977064,"stop":1729033977064,"duration":0}},{"uid":"b7f805738a9ddc77","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b7f805738a9ddc77","status":"passed","time":{"start":1729032093783,"stop":1729032093799,"duration":16}},{"uid":"c18018ef26cb8785","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c18018ef26cb8785","status":"passed","time":{"start":1728901748773,"stop":1728901748773,"duration":0}},{"uid":"8291e6206baae179","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8291e6206baae179","status":"passed","time":{"start":1728893181085,"stop":1728893181086,"duration":1}},{"uid":"a4fe1515f040721b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4fe1515f040721b","status":"passed","time":{"start":1728856155551,"stop":1728856155552,"duration":1}},{"uid":"44e5b587d07be8ed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/44e5b587d07be8ed","status":"passed","time":{"start":1728738360295,"stop":1728738360295,"duration":0}},{"uid":"b5815129e801b695","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5815129e801b695","status":"passed","time":{"start":1728682907222,"stop":1728682907222,"duration":0}},{"uid":"b8a7bea0a6889817","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b8a7bea0a6889817","status":"passed","time":{"start":1728682466733,"stop":1728682466734,"duration":1}},{"uid":"f75ac11115409c08","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f75ac11115409c08","status":"passed","time":{"start":1728676955722,"stop":1728676955722,"duration":0}},{"uid":"cd35f96406de5fa7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd35f96406de5fa7","status":"passed","time":{"start":1728598013534,"stop":1728598013535,"duration":1}},{"uid":"9aa92b006b5b945d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9aa92b006b5b945d","status":"passed","time":{"start":1728597225199,"stop":1728597225199,"duration":0}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f9111ca1f9067fac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9111ca1f9067fac","status":"passed","time":{"start":1729034209113,"stop":1729034209114,"duration":1}},{"uid":"fcf08c8aaf7c3017","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fcf08c8aaf7c3017","status":"passed","time":{"start":1729032264590,"stop":1729032264590,"duration":0}},{"uid":"40427bdf8b14dfe3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40427bdf8b14dfe3","status":"passed","time":{"start":1728902012872,"stop":1728902012873,"duration":1}},{"uid":"1a909f739d9f4112","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1a909f739d9f4112","status":"passed","time":{"start":1728893454823,"stop":1728893454823,"duration":0}},{"uid":"e3319b4f461bdcea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e3319b4f461bdcea","status":"passed","time":{"start":1728856408466,"stop":1728856408466,"duration":0}},{"uid":"3a00043aee6cf28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3a00043aee6cf28","status":"passed","time":{"start":1728738633872,"stop":1728738633872,"duration":0}},{"uid":"7547f361dd6a70f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7547f361dd6a70f4","status":"passed","time":{"start":1728683159818,"stop":1728683159818,"duration":0}},{"uid":"89822ee6be3698a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/89822ee6be3698a1","status":"passed","time":{"start":1728682751341,"stop":1728682751342,"duration":1}},{"uid":"d00a5c7845cc28e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d00a5c7845cc28e4","status":"passed","time":{"start":1728677216376,"stop":1728677216376,"duration":0}},{"uid":"861e89ab8191c483","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/861e89ab8191c483","status":"passed","time":{"start":1728669925465,"stop":1728669925465,"duration":0}},{"uid":"19fe37b9fa38020e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/19fe37b9fa38020e","status":"passed","time":{"start":1728598268819,"stop":1728598268819,"duration":0}},{"uid":"757e1ebfeb8044ba","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/757e1ebfeb8044ba","status":"passed","time":{"start":1728597503947,"stop":1728597503948,"duration":1}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2fb4e6463603829c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2fb4e6463603829c","status":"passed","time":{"start":1729033857767,"stop":1729033857768,"duration":1}},{"uid":"9e4b2e28f9e1910","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e4b2e28f9e1910","status":"passed","time":{"start":1729031907987,"stop":1729031907988,"duration":1}},{"uid":"a3c943aa4f7a237b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3c943aa4f7a237b","status":"passed","time":{"start":1728901453413,"stop":1728901453414,"duration":1}},{"uid":"368819060626cc77","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/368819060626cc77","status":"passed","time":{"start":1728892883980,"stop":1728892883980,"duration":0}},{"uid":"376eb5020b9be61a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/376eb5020b9be61a","status":"passed","time":{"start":1728855846186,"stop":1728855846187,"duration":1}},{"uid":"c0a0f674bfce2dd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0a0f674bfce2dd","status":"passed","time":{"start":1728738063649,"stop":1728738063649,"duration":0}},{"uid":"57d84a35fccedc60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/57d84a35fccedc60","status":"passed","time":{"start":1728682597532,"stop":1728682597532,"duration":0}},{"uid":"3190a66db260ef18","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3190a66db260ef18","status":"passed","time":{"start":1728682170203,"stop":1728682170204,"duration":1}},{"uid":"85d42aa6e26adf47","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85d42aa6e26adf47","status":"passed","time":{"start":1728676644982,"stop":1728676644982,"duration":0}},{"uid":"d6f717fe3a83c2d3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d6f717fe3a83c2d3","status":"passed","time":{"start":1728669367855,"stop":1728669367855,"duration":0}},{"uid":"948bf626630716e4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/948bf626630716e4","status":"passed","time":{"start":1728597708661,"stop":1728597708662,"duration":1}},{"uid":"6dafaa85538000fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6dafaa85538000fd","status":"passed","time":{"start":1728596927479,"stop":1728596927480,"duration":1}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"938a9acb9bcb9d69","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/938a9acb9bcb9d69","status":"passed","time":{"start":1729034147770,"stop":1729034147771,"duration":1}},{"uid":"885617e53b5c68fd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/885617e53b5c68fd","status":"passed","time":{"start":1729032204827,"stop":1729032204827,"duration":0}},{"uid":"b7bea07406e4358e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7bea07406e4358e","status":"passed","time":{"start":1728901907699,"stop":1728901907699,"duration":0}},{"uid":"9cda8b5e24af114b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9cda8b5e24af114b","status":"passed","time":{"start":1728893341887,"stop":1728893341888,"duration":1}},{"uid":"89db019828c74e82","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89db019828c74e82","status":"passed","time":{"start":1728856299356,"stop":1728856299356,"duration":0}},{"uid":"7ed3dd8d249f1b34","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7ed3dd8d249f1b34","status":"passed","time":{"start":1728738511616,"stop":1728738511616,"duration":0}},{"uid":"6a4669d54ef12985","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6a4669d54ef12985","status":"passed","time":{"start":1728683052910,"stop":1728683052910,"duration":0}},{"uid":"e49fd75925f64edc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e49fd75925f64edc","status":"passed","time":{"start":1728682612909,"stop":1728682612910,"duration":1}},{"uid":"23d55a8d8f1e61","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/23d55a8d8f1e61","status":"passed","time":{"start":1728677115745,"stop":1728677115745,"duration":0}},{"uid":"7e1e6b5ad996c220","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7e1e6b5ad996c220","status":"passed","time":{"start":1728669778173,"stop":1728669778173,"duration":0}},{"uid":"c54b6d16af17654c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c54b6d16af17654c","status":"passed","time":{"start":1728598175431,"stop":1728598175432,"duration":1}},{"uid":"4acb1073d9f2d273","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4acb1073d9f2d273","status":"passed","time":{"start":1728597380060,"stop":1728597380060,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8b07c39a2039fe48","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b07c39a2039fe48","status":"passed","time":{"start":1729034014850,"stop":1729034014851,"duration":1}},{"uid":"841cc3c697bdd7bc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/841cc3c697bdd7bc","status":"passed","time":{"start":1729032065437,"stop":1729032065437,"duration":0}},{"uid":"b3ba8526089ef9b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b3ba8526089ef9b7","status":"passed","time":{"start":1728901664235,"stop":1728901664236,"duration":1}},{"uid":"61e642b69e01c2cf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61e642b69e01c2cf","status":"passed","time":{"start":1728893093685,"stop":1728893093685,"duration":0}},{"uid":"e7cb152c3855674e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e7cb152c3855674e","status":"passed","time":{"start":1728856055264,"stop":1728856055264,"duration":0}},{"uid":"a95b2cd273dbe24a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a95b2cd273dbe24a","status":"passed","time":{"start":1728738274740,"stop":1728738274741,"duration":1}},{"uid":"df1d2c63ee67f9b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/df1d2c63ee67f9b7","status":"passed","time":{"start":1728682807951,"stop":1728682807951,"duration":0}},{"uid":"77167f906bc95862","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77167f906bc95862","status":"passed","time":{"start":1728682381280,"stop":1728682381280,"duration":0}},{"uid":"7fd5f7d81c1a5059","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7fd5f7d81c1a5059","status":"passed","time":{"start":1728676853893,"stop":1728676853894,"duration":1}},{"uid":"81f5b42330798096","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/81f5b42330798096","status":"passed","time":{"start":1728669581685,"stop":1728669581685,"duration":0}},{"uid":"cdc33b13f344e94f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cdc33b13f344e94f","status":"passed","time":{"start":1728597923470,"stop":1728597923471,"duration":1}},{"uid":"ab90d79ced49792e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ab90d79ced49792e","status":"passed","time":{"start":1728597132259,"stop":1728597132259,"duration":0}}]},"6b705ff319ca5af049d9bd4b1ccb4ea4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"831fbf155c9a84a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/831fbf155c9a84a3","status":"passed","time":{"start":1729033875029,"stop":1729033875030,"duration":1}},{"uid":"a3041231e33fd6e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3041231e33fd6e0","status":"passed","time":{"start":1729031924910,"stop":1729031924911,"duration":1}},{"uid":"325f1e8d8025b993","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/325f1e8d8025b993","status":"passed","time":{"start":1728901469137,"stop":1728901469137,"duration":0}},{"uid":"73b0c6de0a079ab9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73b0c6de0a079ab9","status":"passed","time":{"start":1728892899802,"stop":1728892899802,"duration":0}},{"uid":"3f1820537422a5a7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3f1820537422a5a7","status":"passed","time":{"start":1728855863298,"stop":1728855863298,"duration":0}},{"uid":"18dec91ccfb3b7e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/18dec91ccfb3b7e6","status":"passed","time":{"start":1728738080959,"stop":1728738080959,"duration":0}},{"uid":"7ca7a0ea0a30d19c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ca7a0ea0a30d19c","status":"passed","time":{"start":1728682614318,"stop":1728682614318,"duration":0}},{"uid":"99bf4a30b530c985","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99bf4a30b530c985","status":"passed","time":{"start":1728682187223,"stop":1728682187223,"duration":0}},{"uid":"ab4ffde9fb790c86","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ab4ffde9fb790c86","status":"passed","time":{"start":1728676661424,"stop":1728676661425,"duration":1}},{"uid":"ace51775ead251c4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ace51775ead251c4","status":"passed","time":{"start":1728669384755,"stop":1728669384756,"duration":1}},{"uid":"6d3af387919888c4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6d3af387919888c4","status":"passed","time":{"start":1728597724213,"stop":1728597724213,"duration":0}},{"uid":"3f15ff76afb1b6d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f15ff76afb1b6d","status":"passed","time":{"start":1728596943267,"stop":1728596943267,"duration":0}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ac2dbb59a9490cb3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac2dbb59a9490cb3","status":"passed","time":{"start":1729033965754,"stop":1729033965757,"duration":3}},{"uid":"b1c900fd7336aa7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b1c900fd7336aa7","status":"passed","time":{"start":1729032018034,"stop":1729032018037,"duration":3}},{"uid":"5d6c5ca3d79ac070","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5d6c5ca3d79ac070","status":"passed","time":{"start":1728901595854,"stop":1728901595880,"duration":26}},{"uid":"d316bf94927d6bb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d316bf94927d6bb","status":"passed","time":{"start":1728893032691,"stop":1728893032692,"duration":1}},{"uid":"f3133cb380aca9a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3133cb380aca9a4","status":"passed","time":{"start":1728855998190,"stop":1728855998190,"duration":0}},{"uid":"c07111de781f2c64","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c07111de781f2c64","status":"passed","time":{"start":1728738212198,"stop":1728738212198,"duration":0}},{"uid":"164b9a0d8374aea3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/164b9a0d8374aea3","status":"passed","time":{"start":1728682746585,"stop":1728682746615,"duration":30}},{"uid":"a9ba9a4149ed66cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a9ba9a4149ed66cf","status":"passed","time":{"start":1728682328619,"stop":1728682328619,"duration":0}},{"uid":"86619ba6d23d320f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/86619ba6d23d320f","status":"passed","time":{"start":1728676807594,"stop":1728676807595,"duration":1}},{"uid":"7da389398ad98af9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7da389398ad98af9","status":"passed","time":{"start":1728669514930,"stop":1728669514930,"duration":0}},{"uid":"8a6c579b9ce7acfd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a6c579b9ce7acfd","status":"passed","time":{"start":1728597860133,"stop":1728597860139,"duration":6}},{"uid":"5c88a8db63feb5f0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c88a8db63feb5f0","status":"passed","time":{"start":1728597074716,"stop":1728597074718,"duration":2}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d9cc8da31c46b31b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9cc8da31c46b31b","status":"passed","time":{"start":1729034169436,"stop":1729034169437,"duration":1}},{"uid":"722988b55b3301c4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/722988b55b3301c4","status":"passed","time":{"start":1729032228809,"stop":1729032228809,"duration":0}},{"uid":"84f03c8239f22e1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84f03c8239f22e1f","status":"passed","time":{"start":1728901950542,"stop":1728901950543,"duration":1}},{"uid":"b32fb7b27dc55e1f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b32fb7b27dc55e1f","status":"passed","time":{"start":1728893389984,"stop":1728893389985,"duration":1}},{"uid":"c498b4decf7f2561","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c498b4decf7f2561","status":"passed","time":{"start":1728856333649,"stop":1728856333656,"duration":7}},{"uid":"2733e4e261cc8246","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2733e4e261cc8246","status":"passed","time":{"start":1728738555092,"stop":1728738555093,"duration":1}},{"uid":"815fb2a7783ccdc0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/815fb2a7783ccdc0","status":"passed","time":{"start":1728683093169,"stop":1728683093169,"duration":0}},{"uid":"518adc522c19c2ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/518adc522c19c2ae","status":"passed","time":{"start":1728682652691,"stop":1728682652691,"duration":0}},{"uid":"a07920d4a792d83a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a07920d4a792d83a","status":"passed","time":{"start":1728677156808,"stop":1728677156809,"duration":1}},{"uid":"f46a0f2f8e9ff8df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f46a0f2f8e9ff8df","status":"passed","time":{"start":1728669834421,"stop":1728669834422,"duration":1}},{"uid":"73ea2a63765063b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/73ea2a63765063b1","status":"passed","time":{"start":1728598212609,"stop":1728598212610,"duration":1}},{"uid":"fc68f2e7ab35e75c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc68f2e7ab35e75c","status":"passed","time":{"start":1728597423323,"stop":1728597423324,"duration":1}}]},"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f7a412c046fada37","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7a412c046fada37","status":"passed","time":{"start":1729033834399,"stop":1729033834399,"duration":0}},{"uid":"a96cf9b25bed14e1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a96cf9b25bed14e1","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"267d48ce0f22ade2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/267d48ce0f22ade2","status":"passed","time":{"start":1728901430265,"stop":1728901430265,"duration":0}},{"uid":"da36d8d8977ba3a6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da36d8d8977ba3a6","status":"passed","time":{"start":1728892860543,"stop":1728892860544,"duration":1}},{"uid":"ec556712383811a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ec556712383811a2","status":"passed","time":{"start":1728855823333,"stop":1728855823333,"duration":0}},{"uid":"91b3d51f6ddad479","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/91b3d51f6ddad479","status":"passed","time":{"start":1728738040614,"stop":1728738040614,"duration":0}},{"uid":"9eac72b084053a26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9eac72b084053a26","status":"passed","time":{"start":1728682574106,"stop":1728682574106,"duration":0}},{"uid":"2df4ecabf3c36f82","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2df4ecabf3c36f82","status":"passed","time":{"start":1728682146829,"stop":1728682146829,"duration":0}},{"uid":"823046bd0782a4f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/823046bd0782a4f0","status":"passed","time":{"start":1728676621443,"stop":1728676621444,"duration":1}},{"uid":"8bfd88eb06a3300c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bfd88eb06a3300c","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"246da44fa7dd492f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/246da44fa7dd492f","status":"passed","time":{"start":1728597685174,"stop":1728597685174,"duration":0}},{"uid":"88535cffe5e3dad0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/88535cffe5e3dad0","status":"passed","time":{"start":1728596904484,"stop":1728596904484,"duration":0}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fb86f409926bc59c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb86f409926bc59c","status":"passed","time":{"start":1729033868322,"stop":1729033868324,"duration":2}},{"uid":"da8eb696bd061ac9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/da8eb696bd061ac9","status":"passed","time":{"start":1729031918113,"stop":1729031918114,"duration":1}},{"uid":"c314dffb1b8b8409","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c314dffb1b8b8409","status":"passed","time":{"start":1728901463793,"stop":1728901463794,"duration":1}},{"uid":"873ac3682668734e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/873ac3682668734e","status":"passed","time":{"start":1728892894307,"stop":1728892894308,"duration":1}},{"uid":"6e7330bdcfddec87","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6e7330bdcfddec87","status":"passed","time":{"start":1728855856834,"stop":1728855856836,"duration":2}},{"uid":"e4c136f4402a6971","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e4c136f4402a6971","status":"passed","time":{"start":1728738074175,"stop":1728738074176,"duration":1}},{"uid":"dadc0df11568546e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dadc0df11568546e","status":"passed","time":{"start":1728682607648,"stop":1728682607649,"duration":1}},{"uid":"2e51bd0366f06279","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2e51bd0366f06279","status":"passed","time":{"start":1728682180602,"stop":1728682180603,"duration":1}},{"uid":"475efb992bf30d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/475efb992bf30d7","status":"passed","time":{"start":1728676655185,"stop":1728676655187,"duration":2}},{"uid":"ecf9401549858088","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ecf9401549858088","status":"passed","time":{"start":1728669378161,"stop":1728669378162,"duration":1}},{"uid":"8ba5de97849e480e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ba5de97849e480e","status":"passed","time":{"start":1728597718739,"stop":1728597718740,"duration":1}},{"uid":"f18431d91091e2ee","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f18431d91091e2ee","status":"passed","time":{"start":1728596937942,"stop":1728596937944,"duration":2}}]},"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fbcc98d706d0d618","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbcc98d706d0d618","status":"passed","time":{"start":1729034191995,"stop":1729034191996,"duration":1}},{"uid":"81b1da614986ae80","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/81b1da614986ae80","status":"passed","time":{"start":1729032246148,"stop":1729032246148,"duration":0}},{"uid":"fe7be27e59d8f9ac","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fe7be27e59d8f9ac","status":"passed","time":{"start":1728902009943,"stop":1728902009944,"duration":1}},{"uid":"5ea5af7238cdf302","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5ea5af7238cdf302","status":"passed","time":{"start":1728893442068,"stop":1728893442069,"duration":1}},{"uid":"d8f321c867ef5b25","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d8f321c867ef5b25","status":"passed","time":{"start":1728856390380,"stop":1728856390381,"duration":1}},{"uid":"545262260421b78","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/545262260421b78","status":"passed","time":{"start":1728738615986,"stop":1728738615986,"duration":0}},{"uid":"5324de593b98fa66","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5324de593b98fa66","status":"passed","time":{"start":1728683138591,"stop":1728683138591,"duration":0}},{"uid":"6c7dcb728f52a293","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c7dcb728f52a293","status":"passed","time":{"start":1728682713980,"stop":1728682713981,"duration":1}},{"uid":"7c94e96c7af56109","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c94e96c7af56109","status":"passed","time":{"start":1728677205666,"stop":1728677205667,"duration":1}},{"uid":"f5b1fb4f2b5e6804","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5b1fb4f2b5e6804","status":"passed","time":{"start":1728669886307,"stop":1728669886307,"duration":0}},{"uid":"169ec2ab6355cbdc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/169ec2ab6355cbdc","status":"passed","time":{"start":1728598272275,"stop":1728598272275,"duration":0}},{"uid":"f8af2f76bba75e51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f8af2f76bba75e51","status":"passed","time":{"start":1728597492999,"stop":1728597493000,"duration":1}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"394d2b747420596a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/394d2b747420596a","status":"passed","time":{"start":1729034147759,"stop":1729034147760,"duration":1}},{"uid":"aa509bee5f7edc59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aa509bee5f7edc59","status":"passed","time":{"start":1729032204821,"stop":1729032204821,"duration":0}},{"uid":"fc2b686cddba0bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fc2b686cddba0bf","status":"passed","time":{"start":1728901907647,"stop":1728901907650,"duration":3}},{"uid":"8fea3aa3e51b90b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fea3aa3e51b90b","status":"passed","time":{"start":1728893341884,"stop":1728893341884,"duration":0}},{"uid":"4774fdcbc77b459a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4774fdcbc77b459a","status":"passed","time":{"start":1728856299348,"stop":1728856299348,"duration":0}},{"uid":"63015f65b039508f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/63015f65b039508f","status":"passed","time":{"start":1728738511609,"stop":1728738511610,"duration":1}},{"uid":"312a02b346c1dd6f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/312a02b346c1dd6f","status":"passed","time":{"start":1728683052903,"stop":1728683052904,"duration":1}},{"uid":"1ed99e18e8009bb0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1ed99e18e8009bb0","status":"passed","time":{"start":1728682612904,"stop":1728682612905,"duration":1}},{"uid":"bd2d282f05a6da46","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bd2d282f05a6da46","status":"passed","time":{"start":1728677115736,"stop":1728677115737,"duration":1}},{"uid":"efb6c25fe040e1c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/efb6c25fe040e1c9","status":"passed","time":{"start":1728669778167,"stop":1728669778168,"duration":1}},{"uid":"78e77ff5ff6fdf5a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/78e77ff5ff6fdf5a","status":"passed","time":{"start":1728598175425,"stop":1728598175426,"duration":1}},{"uid":"acefc9510a9e9cb2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/acefc9510a9e9cb2","status":"passed","time":{"start":1728597380055,"stop":1728597380055,"duration":0}}]},"093f3f6165bca62c4d2f0dde05467705:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1dc71abc2902213e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1dc71abc2902213e","status":"passed","time":{"start":1728901950543,"stop":1728901950545,"duration":2}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c2d2808b98af2f41","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2d2808b98af2f41","status":"passed","time":{"start":1729033976784,"stop":1729033976788,"duration":4}},{"uid":"194752e613c5568e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/194752e613c5568e","status":"passed","time":{"start":1729032020509,"stop":1729032020509,"duration":0}},{"uid":"34c3e3a9f592fd61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/34c3e3a9f592fd61","status":"passed","time":{"start":1728901616426,"stop":1728901616426,"duration":0}},{"uid":"dd74edca547ec3c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dd74edca547ec3c4","status":"passed","time":{"start":1728893050241,"stop":1728893050241,"duration":0}},{"uid":"276493c22cc1663f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/276493c22cc1663f","status":"passed","time":{"start":1728856015168,"stop":1728856015168,"duration":0}},{"uid":"c01aa186ca265b25","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c01aa186ca265b25","status":"passed","time":{"start":1728738233132,"stop":1728738233132,"duration":0}},{"uid":"b09ce5de29be749b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b09ce5de29be749b","status":"passed","time":{"start":1728682762465,"stop":1728682762466,"duration":1}},{"uid":"f14d28552b3578c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f14d28552b3578c9","status":"passed","time":{"start":1728682332782,"stop":1728682332782,"duration":0}},{"uid":"b1a17e75a984f039","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b1a17e75a984f039","status":"passed","time":{"start":1728676810286,"stop":1728676810287,"duration":1}},{"uid":"2399e562934a6c61","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2399e562934a6c61","status":"passed","time":{"start":1728669529889,"stop":1728669529890,"duration":1}},{"uid":"c08c8a26c747618b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c08c8a26c747618b","status":"passed","time":{"start":1728597873529,"stop":1728597873530,"duration":1}},{"uid":"bec3cf966adfd81b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bec3cf966adfd81b","status":"passed","time":{"start":1728597089269,"stop":1728597089270,"duration":1}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"d8be776bd4956686","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d8be776bd4956686","status":"passed","time":{"start":1728902045391,"stop":1728902045392,"duration":1}},{"uid":"b6ef66d41f0d69a9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b6ef66d41f0d69a9","status":"passed","time":{"start":1728893481312,"stop":1728893481312,"duration":0}},{"uid":"8e976ba78ba91437","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8e976ba78ba91437","status":"passed","time":{"start":1728856434368,"stop":1728856434368,"duration":0}},{"uid":"84756d444a5db546","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/84756d444a5db546","status":"passed","time":{"start":1728738656933,"stop":1728738656935,"duration":2}},{"uid":"f876fd3194045300","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f876fd3194045300","status":"passed","time":{"start":1728683172720,"stop":1728683172722,"duration":2}},{"uid":"841470798cc67935","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/841470798cc67935","status":"passed","time":{"start":1728682747612,"stop":1728682747612,"duration":0}},{"uid":"cba245b83cfca882","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cba245b83cfca882","status":"passed","time":{"start":1728677247280,"stop":1728677247280,"duration":0}},{"uid":"a8c4be753a7afdb8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a8c4be753a7afdb8","status":"passed","time":{"start":1728669917947,"stop":1728669917948,"duration":1}},{"uid":"6a3aecd29b9d212","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a3aecd29b9d212","status":"passed","time":{"start":1728598290717,"stop":1728598290718,"duration":1}},{"uid":"109108243cc108e6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/109108243cc108e6","status":"passed","time":{"start":1728597515858,"stop":1728597515858,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1d1435120d8f93e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1d1435120d8f93e5","status":"passed","time":{"start":1729034137118,"stop":1729034137118,"duration":0}},{"uid":"f174f8ab2561de24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f174f8ab2561de24","status":"passed","time":{"start":1729032206864,"stop":1729032206865,"duration":1}},{"uid":"14daefea9d6a23b9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/14daefea9d6a23b9","status":"passed","time":{"start":1728901995009,"stop":1728901995009,"duration":0}},{"uid":"abec700f66740c59","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/abec700f66740c59","status":"passed","time":{"start":1728893420988,"stop":1728893420988,"duration":0}},{"uid":"dcaf453cf0a1aa5b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dcaf453cf0a1aa5b","status":"passed","time":{"start":1728856368590,"stop":1728856368591,"duration":1}},{"uid":"cd375a9a82666824","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cd375a9a82666824","status":"passed","time":{"start":1728738604675,"stop":1728738604675,"duration":0}},{"uid":"5af1504afb9c52f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5af1504afb9c52f4","status":"passed","time":{"start":1728683117603,"stop":1728683117604,"duration":1}},{"uid":"cd531d0b864524ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd531d0b864524ff","status":"passed","time":{"start":1728682721312,"stop":1728682721312,"duration":0}},{"uid":"cfd9f6b3f4f96cbe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cfd9f6b3f4f96cbe","status":"passed","time":{"start":1728677184673,"stop":1728677184674,"duration":1}},{"uid":"af278fce5a7bbfc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af278fce5a7bbfc","status":"passed","time":{"start":1728669866439,"stop":1728669866439,"duration":0}},{"uid":"437249ae5c8f6e33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/437249ae5c8f6e33","status":"passed","time":{"start":1728598249970,"stop":1728598249970,"duration":0}},{"uid":"d81442ad0bc92732","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d81442ad0bc92732","status":"passed","time":{"start":1728597472279,"stop":1728597472281,"duration":2}}]},"0918d99b10fadd9f6076965c9d60cc3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dab637000a19070e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dab637000a19070e","status":"passed","time":{"start":1729032198816,"stop":1729032198819,"duration":3}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e7e8b7c01bbb853d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7e8b7c01bbb853d","status":"passed","time":{"start":1729034137162,"stop":1729034137162,"duration":0}},{"uid":"4d9bfdc358f2cb4f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4d9bfdc358f2cb4f","status":"passed","time":{"start":1729032187244,"stop":1729032187244,"duration":0}},{"uid":"1530e187c46a7ab7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1530e187c46a7ab7","status":"passed","time":{"start":1728901888428,"stop":1728901888428,"duration":0}},{"uid":"54ac4e84686e696e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54ac4e84686e696e","status":"passed","time":{"start":1728893323780,"stop":1728893323780,"duration":0}},{"uid":"7de2810f4adba981","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7de2810f4adba981","status":"passed","time":{"start":1728856285924,"stop":1728856285925,"duration":1}},{"uid":"9990dba9b5a4e9b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9990dba9b5a4e9b9","status":"passed","time":{"start":1728738498273,"stop":1728738498273,"duration":0}},{"uid":"aa266f9592fc4d7f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aa266f9592fc4d7f","status":"passed","time":{"start":1728683041389,"stop":1728683041390,"duration":1}},{"uid":"c87f5332c614e477","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c87f5332c614e477","status":"passed","time":{"start":1728682596009,"stop":1728682596011,"duration":2}},{"uid":"4b48e7690c262ff2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4b48e7690c262ff2","status":"passed","time":{"start":1728677091265,"stop":1728677091266,"duration":1}},{"uid":"280f3217bc8f197b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/280f3217bc8f197b","status":"passed","time":{"start":1728669766423,"stop":1728669766424,"duration":1}},{"uid":"c078bdb921692726","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c078bdb921692726","status":"passed","time":{"start":1728598152071,"stop":1728598152071,"duration":0}},{"uid":"6df1de10176c5d9b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6df1de10176c5d9b","status":"passed","time":{"start":1728597364114,"stop":1728597364114,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bcd00b7c92d57611","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bcd00b7c92d57611","status":"passed","time":{"start":1729034169193,"stop":1729034169193,"duration":0}},{"uid":"d04bf8b8da8e6213","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d04bf8b8da8e6213","status":"passed","time":{"start":1729032228065,"stop":1729032228065,"duration":0}},{"uid":"1e0b04c7c4abe133","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e0b04c7c4abe133","status":"passed","time":{"start":1728901947145,"stop":1728901947145,"duration":0}},{"uid":"61fcdf7e39ea6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61fcdf7e39ea6a","status":"passed","time":{"start":1728893380056,"stop":1728893380057,"duration":1}},{"uid":"1ea568e3556c1c1c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1ea568e3556c1c1c","status":"passed","time":{"start":1728856336878,"stop":1728856336879,"duration":1}},{"uid":"e2722c904f2f9f49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e2722c904f2f9f49","status":"passed","time":{"start":1728738551162,"stop":1728738551163,"duration":1}},{"uid":"16752e87cf813acd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/16752e87cf813acd","status":"passed","time":{"start":1728683095874,"stop":1728683095874,"duration":0}},{"uid":"75a3fc7ae387a204","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/75a3fc7ae387a204","status":"passed","time":{"start":1728682657385,"stop":1728682657386,"duration":1}},{"uid":"679b92c7c7bb9624","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/679b92c7c7bb9624","status":"passed","time":{"start":1728677151464,"stop":1728677151464,"duration":0}},{"uid":"be7d15c71489f236","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be7d15c71489f236","status":"passed","time":{"start":1728669832892,"stop":1728669832892,"duration":0}},{"uid":"e59e05eb06ad233d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e59e05eb06ad233d","status":"passed","time":{"start":1728598215607,"stop":1728598215607,"duration":0}},{"uid":"91822942f496bff6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/91822942f496bff6","status":"passed","time":{"start":1728597425041,"stop":1728597425041,"duration":0}}]},"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4c4d0e84fd08d42b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c4d0e84fd08d42b","status":"passed","time":{"start":1729033834366,"stop":1729033834372,"duration":6}},{"uid":"61c84ae4bae5ecc6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61c84ae4bae5ecc6","status":"passed","time":{"start":1729031884102,"stop":1729031884102,"duration":0}},{"uid":"555996f4ac62e268","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/555996f4ac62e268","status":"passed","time":{"start":1728901430245,"stop":1728901430245,"duration":0}},{"uid":"680d9b496669fbcd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/680d9b496669fbcd","status":"passed","time":{"start":1728892860520,"stop":1728892860520,"duration":0}},{"uid":"d87bbabbfc06ea27","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d87bbabbfc06ea27","status":"passed","time":{"start":1728855823311,"stop":1728855823311,"duration":0}},{"uid":"e50e769cf0fc7999","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e50e769cf0fc7999","status":"passed","time":{"start":1728738040580,"stop":1728738040580,"duration":0}},{"uid":"465f393eb471be70","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/465f393eb471be70","status":"passed","time":{"start":1728682574072,"stop":1728682574077,"duration":5}},{"uid":"2daaa70a5053be8b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2daaa70a5053be8b","status":"passed","time":{"start":1728682146801,"stop":1728682146806,"duration":5}},{"uid":"ef07c383894feb61","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef07c383894feb61","status":"passed","time":{"start":1728676621419,"stop":1728676621419,"duration":0}},{"uid":"26d2af2c38fd1779","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/26d2af2c38fd1779","status":"passed","time":{"start":1728669344457,"stop":1728669344457,"duration":0}},{"uid":"30a0333cf9a97091","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/30a0333cf9a97091","status":"passed","time":{"start":1728597685149,"stop":1728597685149,"duration":0}},{"uid":"b3327d767a6f3eb3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b3327d767a6f3eb3","status":"passed","time":{"start":1728596904449,"stop":1728596904455,"duration":6}}]},"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"791d4d02d8709825","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/791d4d02d8709825","status":"passed","time":{"start":1729033834391,"stop":1729033834391,"duration":0}},{"uid":"6040272579ab41b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6040272579ab41b4","status":"passed","time":{"start":1729031884125,"stop":1729031884125,"duration":0}},{"uid":"8f57595e6daabc8d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8f57595e6daabc8d","status":"passed","time":{"start":1728901430258,"stop":1728901430258,"duration":0}},{"uid":"469f4414d2b8436","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/469f4414d2b8436","status":"passed","time":{"start":1728892860537,"stop":1728892860537,"duration":0}},{"uid":"d4ba570de9768f1d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d4ba570de9768f1d","status":"passed","time":{"start":1728855823326,"stop":1728855823326,"duration":0}},{"uid":"b863aa7989110c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b863aa7989110c4","status":"passed","time":{"start":1728738040607,"stop":1728738040607,"duration":0}},{"uid":"80e1e890bd2fcc99","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80e1e890bd2fcc99","status":"passed","time":{"start":1728682574097,"stop":1728682574098,"duration":1}},{"uid":"7f5ab3b57ea9d41b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7f5ab3b57ea9d41b","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"46655282e617fdac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46655282e617fdac","status":"passed","time":{"start":1728676621437,"stop":1728676621437,"duration":0}},{"uid":"269ebf139025b5c2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/269ebf139025b5c2","status":"passed","time":{"start":1728669344472,"stop":1728669344472,"duration":0}},{"uid":"ab11f087bcdc2fbe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ab11f087bcdc2fbe","status":"passed","time":{"start":1728597685166,"stop":1728597685167,"duration":1}},{"uid":"ebfea8b61d5397ad","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ebfea8b61d5397ad","status":"passed","time":{"start":1728596904474,"stop":1728596904474,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d1383bac4562fb26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1383bac4562fb26","status":"passed","time":{"start":1729034213017,"stop":1729034213017,"duration":0}},{"uid":"ba7a1dea392f8fc6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ba7a1dea392f8fc6","status":"passed","time":{"start":1729032269100,"stop":1729032269101,"duration":1}},{"uid":"e673c1079ebdb36c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e673c1079ebdb36c","status":"passed","time":{"start":1728902000840,"stop":1728902000841,"duration":1}},{"uid":"6d42a7420d9224af","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d42a7420d9224af","status":"passed","time":{"start":1728893442591,"stop":1728893442591,"duration":0}},{"uid":"4d06214f3d868582","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4d06214f3d868582","status":"passed","time":{"start":1728856386635,"stop":1728856386636,"duration":1}},{"uid":"327e0c98daa7187c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/327e0c98daa7187c","status":"passed","time":{"start":1728738608581,"stop":1728738608582,"duration":1}},{"uid":"a7993f5ef8f46060","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a7993f5ef8f46060","status":"passed","time":{"start":1728683148167,"stop":1728683148168,"duration":1}},{"uid":"682890289f48bef9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/682890289f48bef9","status":"passed","time":{"start":1728682709055,"stop":1728682709056,"duration":1}},{"uid":"dd28eaeed849ddaf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd28eaeed849ddaf","status":"passed","time":{"start":1728677206654,"stop":1728677206654,"duration":0}},{"uid":"b466a406d930967c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b466a406d930967c","status":"passed","time":{"start":1728669888548,"stop":1728669888548,"duration":0}},{"uid":"a058905506d002cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a058905506d002cd","status":"passed","time":{"start":1728598268129,"stop":1728598268129,"duration":0}},{"uid":"312e03e2933fbe5a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/312e03e2933fbe5a","status":"passed","time":{"start":1728597478031,"stop":1728597478031,"duration":0}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6d0ea26c719c8254","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6d0ea26c719c8254","status":"passed","time":{"start":1729034211308,"stop":1729034211308,"duration":0}},{"uid":"c6b40aa90c9a12e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6b40aa90c9a12e0","status":"passed","time":{"start":1729032264693,"stop":1729032264693,"duration":0}},{"uid":"e2f666da80daad1d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e2f666da80daad1d","status":"passed","time":{"start":1728902020139,"stop":1728902020139,"duration":0}},{"uid":"8e21cf62fee4a097","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e21cf62fee4a097","status":"passed","time":{"start":1728893452477,"stop":1728893452478,"duration":1}},{"uid":"a4909be010734678","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4909be010734678","status":"passed","time":{"start":1728856408084,"stop":1728856408084,"duration":0}},{"uid":"d8f0612cab44b915","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d8f0612cab44b915","status":"passed","time":{"start":1728738627115,"stop":1728738627115,"duration":0}},{"uid":"5fdc9c0d609246b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5fdc9c0d609246b","status":"passed","time":{"start":1728683164465,"stop":1728683164465,"duration":0}},{"uid":"d20d34326ab123e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d20d34326ab123e6","status":"passed","time":{"start":1728682734713,"stop":1728682734714,"duration":1}},{"uid":"ba9cfd70902ab270","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba9cfd70902ab270","status":"passed","time":{"start":1728677218639,"stop":1728677218639,"duration":0}},{"uid":"a4759a20b6c9eefb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4759a20b6c9eefb","status":"passed","time":{"start":1728669903961,"stop":1728669903961,"duration":0}},{"uid":"59bfdc122d31f4a9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/59bfdc122d31f4a9","status":"passed","time":{"start":1728598278367,"stop":1728598278367,"duration":0}},{"uid":"8bad73781febc715","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8bad73781febc715","status":"passed","time":{"start":1728597507601,"stop":1728597507601,"duration":0}}]},"18fc9630e1281e0e108281235800381d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d43808418e70933","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d43808418e70933","status":"passed","time":{"start":1728676853901,"stop":1728676853901,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5019314d31f00be5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5019314d31f00be5","status":"passed","time":{"start":1729034129476,"stop":1729034129477,"duration":1}},{"uid":"8034e0143b8e6446","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8034e0143b8e6446","status":"passed","time":{"start":1729032178370,"stop":1729032178370,"duration":0}},{"uid":"2579fd9b0ad8d9e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2579fd9b0ad8d9e","status":"passed","time":{"start":1728901896350,"stop":1728901896350,"duration":0}},{"uid":"e678d046f0748b8d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e678d046f0748b8d","status":"passed","time":{"start":1728893329028,"stop":1728893329028,"duration":0}},{"uid":"49096c4fa6ebb23a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/49096c4fa6ebb23a","status":"passed","time":{"start":1728856284767,"stop":1728856284767,"duration":0}},{"uid":"aef57de2668e6a74","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aef57de2668e6a74","status":"passed","time":{"start":1728738494943,"stop":1728738494944,"duration":1}},{"uid":"2835cb277bba9abe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2835cb277bba9abe","status":"passed","time":{"start":1728683033634,"stop":1728683033634,"duration":0}},{"uid":"a93c68af9d952d6d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a93c68af9d952d6d","status":"passed","time":{"start":1728682601739,"stop":1728682601739,"duration":0}},{"uid":"12691ce354061a51","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/12691ce354061a51","status":"passed","time":{"start":1728677107964,"stop":1728677107964,"duration":0}},{"uid":"a93819870c4f58b2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a93819870c4f58b2","status":"passed","time":{"start":1728669764754,"stop":1728669764754,"duration":0}},{"uid":"eb8e06c473e972cc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb8e06c473e972cc","status":"passed","time":{"start":1728598157565,"stop":1728598157565,"duration":0}},{"uid":"ea52dae97668c55d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea52dae97668c55d","status":"passed","time":{"start":1728597369075,"stop":1728597369076,"duration":1}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"58bb2b186144a301","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58bb2b186144a301","status":"passed","time":{"start":1729033965758,"stop":1729033965758,"duration":0}},{"uid":"7153579d222e279d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7153579d222e279d","status":"passed","time":{"start":1729032018038,"stop":1729032018039,"duration":1}},{"uid":"af2916a7994e7ecd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/af2916a7994e7ecd","status":"passed","time":{"start":1728901595880,"stop":1728901595890,"duration":10}},{"uid":"3023ae0488a7f74c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3023ae0488a7f74c","status":"passed","time":{"start":1728893032692,"stop":1728893032692,"duration":0}},{"uid":"cbfbca51ef205ca4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cbfbca51ef205ca4","status":"passed","time":{"start":1728855998190,"stop":1728855998191,"duration":1}},{"uid":"10e7af307ed2cd10","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/10e7af307ed2cd10","status":"passed","time":{"start":1728738212198,"stop":1728738212198,"duration":0}},{"uid":"36353940b8648992","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36353940b8648992","status":"passed","time":{"start":1728682746615,"stop":1728682746616,"duration":1}},{"uid":"8e64abd89da9265","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e64abd89da9265","status":"passed","time":{"start":1728682328619,"stop":1728682328620,"duration":1}},{"uid":"6a3d225761b74c58","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6a3d225761b74c58","status":"passed","time":{"start":1728676807595,"stop":1728676807596,"duration":1}},{"uid":"80ba374142b6cebc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/80ba374142b6cebc","status":"passed","time":{"start":1728669514930,"stop":1728669514931,"duration":1}},{"uid":"1c0b9d1f1b0f9714","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1c0b9d1f1b0f9714","status":"passed","time":{"start":1728597860140,"stop":1728597860140,"duration":0}},{"uid":"cd6504cb57471c8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd6504cb57471c8","status":"passed","time":{"start":1728597074718,"stop":1728597074718,"duration":0}}]},"1ffa387d986d64c2370a88f74c223c7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d69f02471d43ad3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8d69f02471d43ad3","status":"passed","time":{"start":1729032174928,"stop":1729032174928,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dfcecbc4b49d1137","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dfcecbc4b49d1137","status":"passed","time":{"start":1729033836803,"stop":1729033836803,"duration":0}},{"uid":"9cf6842caaf205e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9cf6842caaf205e","status":"passed","time":{"start":1729031886610,"stop":1729031886610,"duration":0}},{"uid":"943d19552fc027d3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/943d19552fc027d3","status":"passed","time":{"start":1728901432737,"stop":1728901432737,"duration":0}},{"uid":"25353fe68e628b04","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25353fe68e628b04","status":"passed","time":{"start":1728892863023,"stop":1728892863023,"duration":0}},{"uid":"29fca15ba7dea56","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/29fca15ba7dea56","status":"passed","time":{"start":1728855825772,"stop":1728855825773,"duration":1}},{"uid":"7937a05ccafebab5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7937a05ccafebab5","status":"passed","time":{"start":1728738043032,"stop":1728738043032,"duration":0}},{"uid":"2270cd7806dd1195","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2270cd7806dd1195","status":"passed","time":{"start":1728682576529,"stop":1728682576530,"duration":1}},{"uid":"a1871fa2cec04950","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a1871fa2cec04950","status":"passed","time":{"start":1728682149243,"stop":1728682149243,"duration":0}},{"uid":"4cf9e30960cf17d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4cf9e30960cf17d7","status":"passed","time":{"start":1728676623918,"stop":1728676623918,"duration":0}},{"uid":"4cb1c5c3168c6700","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4cb1c5c3168c6700","status":"passed","time":{"start":1728669346941,"stop":1728669346941,"duration":0}},{"uid":"45cc75815faa8e41","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/45cc75815faa8e41","status":"passed","time":{"start":1728597687694,"stop":1728597687694,"duration":0}},{"uid":"bc992e10cf3807f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc992e10cf3807f","status":"passed","time":{"start":1728596907135,"stop":1728596907136,"duration":1}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"45ca7af456fdf7c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45ca7af456fdf7c1","status":"passed","time":{"start":1729034121915,"stop":1729034121918,"duration":3}},{"uid":"75eacb5958e8fb22","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/75eacb5958e8fb22","status":"passed","time":{"start":1729032174873,"stop":1729032174900,"duration":27}},{"uid":"994740dd9a9bcb3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/994740dd9a9bcb3","status":"passed","time":{"start":1728901881014,"stop":1728901881015,"duration":1}},{"uid":"575021a7bf8c2677","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/575021a7bf8c2677","status":"passed","time":{"start":1728893317166,"stop":1728893317169,"duration":3}},{"uid":"630daaf14cc67cb5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/630daaf14cc67cb5","status":"passed","time":{"start":1728856263101,"stop":1728856263101,"duration":0}},{"uid":"8beed7584281bbb3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8beed7584281bbb3","status":"passed","time":{"start":1728738492800,"stop":1728738492800,"duration":0}},{"uid":"5ec9a5e3bce3ae67","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5ec9a5e3bce3ae67","status":"passed","time":{"start":1728683030023,"stop":1728683030023,"duration":0}},{"uid":"34bfad5dea856167","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/34bfad5dea856167","status":"passed","time":{"start":1728682581104,"stop":1728682581104,"duration":0}},{"uid":"cfc43211167653d3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cfc43211167653d3","status":"passed","time":{"start":1728677081999,"stop":1728677081999,"duration":0}},{"uid":"680a64b651a2aff9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/680a64b651a2aff9","status":"passed","time":{"start":1728669795399,"stop":1728669795399,"duration":0}},{"uid":"e4e2abf1de82d601","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e4e2abf1de82d601","status":"passed","time":{"start":1728598137505,"stop":1728598137505,"duration":0}},{"uid":"755c0b62edd1bd87","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/755c0b62edd1bd87","status":"passed","time":{"start":1728597353481,"stop":1728597353482,"duration":1}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cc15b62d68a435b8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc15b62d68a435b8","status":"passed","time":{"start":1729033976813,"stop":1729033976814,"duration":1}},{"uid":"1d3c891c541c9c8b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1d3c891c541c9c8b","status":"passed","time":{"start":1729032020533,"stop":1729032020533,"duration":0}},{"uid":"9c037cbdc5dee7b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9c037cbdc5dee7b7","status":"passed","time":{"start":1728901616499,"stop":1728901616499,"duration":0}},{"uid":"55f58d3aafa0106a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/55f58d3aafa0106a","status":"passed","time":{"start":1728893050253,"stop":1728893050253,"duration":0}},{"uid":"acd3e95af00cf991","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acd3e95af00cf991","status":"passed","time":{"start":1728856015183,"stop":1728856015184,"duration":1}},{"uid":"e0b3defc63c2678b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e0b3defc63c2678b","status":"passed","time":{"start":1728738233175,"stop":1728738233176,"duration":1}},{"uid":"1ffafb46ff6f8cec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ffafb46ff6f8cec","status":"passed","time":{"start":1728682762484,"stop":1728682762484,"duration":0}},{"uid":"e406be549030ba51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e406be549030ba51","status":"passed","time":{"start":1728682332796,"stop":1728682332797,"duration":1}},{"uid":"44fae59f25ed07b2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/44fae59f25ed07b2","status":"passed","time":{"start":1728676810305,"stop":1728676810305,"duration":0}},{"uid":"81970549460f85d4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/81970549460f85d4","status":"passed","time":{"start":1728669529908,"stop":1728669529908,"duration":0}},{"uid":"c029b80fa7204312","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c029b80fa7204312","status":"passed","time":{"start":1728597873545,"stop":1728597873545,"duration":0}},{"uid":"40bfe0fb53c3983","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/40bfe0fb53c3983","status":"passed","time":{"start":1728597089285,"stop":1728597089286,"duration":1}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a623703c6be41e89","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a623703c6be41e89","status":"passed","time":{"start":1729033842350,"stop":1729033842351,"duration":1}},{"uid":"948548c9122f585e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/948548c9122f585e","status":"passed","time":{"start":1729031892049,"stop":1729031892049,"duration":0}},{"uid":"55c82c590331a39f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/55c82c590331a39f","status":"passed","time":{"start":1728901438031,"stop":1728901438032,"duration":1}},{"uid":"5f73b13c7afa4c5b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5f73b13c7afa4c5b","status":"passed","time":{"start":1728892868235,"stop":1728892868235,"duration":0}},{"uid":"6438cee697775ea4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6438cee697775ea4","status":"passed","time":{"start":1728855831082,"stop":1728855831082,"duration":0}},{"uid":"6556b2e867c8e22","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6556b2e867c8e22","status":"passed","time":{"start":1728738048444,"stop":1728738048445,"duration":1}},{"uid":"99d9a815e27efca3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99d9a815e27efca3","status":"passed","time":{"start":1728682581848,"stop":1728682581850,"duration":2}},{"uid":"18c40b7b6f0c8085","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18c40b7b6f0c8085","status":"passed","time":{"start":1728682154710,"stop":1728682154710,"duration":0}},{"uid":"34b2cb49d591dd89","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34b2cb49d591dd89","status":"passed","time":{"start":1728676629304,"stop":1728676629305,"duration":1}},{"uid":"4759db2b95033d79","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4759db2b95033d79","status":"passed","time":{"start":1728669352213,"stop":1728669352213,"duration":0}},{"uid":"218bf12abfb4f2a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/218bf12abfb4f2a6","status":"passed","time":{"start":1728597693021,"stop":1728597693022,"duration":1}},{"uid":"2c6a718212faa069","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c6a718212faa069","status":"passed","time":{"start":1728596912535,"stop":1728596912535,"duration":0}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7a38ac73718b76bf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a38ac73718b76bf","status":"passed","time":{"start":1729034129468,"stop":1729034129469,"duration":1}},{"uid":"ff3d914d52832280","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ff3d914d52832280","status":"passed","time":{"start":1729032178362,"stop":1729032178362,"duration":0}},{"uid":"35a629a31608e45e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/35a629a31608e45e","status":"passed","time":{"start":1728901896340,"stop":1728901896341,"duration":1}},{"uid":"d1aaf62b056406a1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d1aaf62b056406a1","status":"passed","time":{"start":1728893329019,"stop":1728893329020,"duration":1}},{"uid":"9bbf0f5943781ea4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9bbf0f5943781ea4","status":"passed","time":{"start":1728856284755,"stop":1728856284755,"duration":0}},{"uid":"deedb1111b4a929","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/deedb1111b4a929","status":"passed","time":{"start":1728738494930,"stop":1728738494931,"duration":1}},{"uid":"2fd93c273e6e1180","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2fd93c273e6e1180","status":"passed","time":{"start":1728683033626,"stop":1728683033626,"duration":0}},{"uid":"6c8ceef38cb8c5ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c8ceef38cb8c5ff","status":"passed","time":{"start":1728682601731,"stop":1728682601731,"duration":0}},{"uid":"718929b4cf14823e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/718929b4cf14823e","status":"passed","time":{"start":1728677107955,"stop":1728677107955,"duration":0}},{"uid":"8026ab8388a049ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8026ab8388a049ed","status":"passed","time":{"start":1728669764744,"stop":1728669764745,"duration":1}},{"uid":"db97a4829425b20c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/db97a4829425b20c","status":"passed","time":{"start":1728598157556,"stop":1728598157556,"duration":0}},{"uid":"427921831e92eff7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/427921831e92eff7","status":"passed","time":{"start":1728597369054,"stop":1728597369054,"duration":0}}]},"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"80c0232bc8d8e740","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/80c0232bc8d8e740","status":"passed","time":{"start":1729033834360,"stop":1729033834360,"duration":0}},{"uid":"62b269c44d3f5cf1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/62b269c44d3f5cf1","status":"passed","time":{"start":1729031884087,"stop":1729031884088,"duration":1}},{"uid":"59a4b38bfda17c06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59a4b38bfda17c06","status":"passed","time":{"start":1728901430241,"stop":1728901430242,"duration":1}},{"uid":"1e46e6babc2944e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e46e6babc2944e","status":"passed","time":{"start":1728892860516,"stop":1728892860516,"duration":0}},{"uid":"f7948fea44f45cb6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f7948fea44f45cb6","status":"passed","time":{"start":1728855823306,"stop":1728855823307,"duration":1}},{"uid":"11f3ef0b5474489c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11f3ef0b5474489c","status":"passed","time":{"start":1728738040568,"stop":1728738040569,"duration":1}},{"uid":"bc066632d9a30cb6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc066632d9a30cb6","status":"passed","time":{"start":1728682574066,"stop":1728682574066,"duration":0}},{"uid":"e96562bce7fe308d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e96562bce7fe308d","status":"passed","time":{"start":1728682146793,"stop":1728682146793,"duration":0}},{"uid":"6275562759377a88","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6275562759377a88","status":"passed","time":{"start":1728676621403,"stop":1728676621403,"duration":0}},{"uid":"433736b428530dea","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/433736b428530dea","status":"passed","time":{"start":1728669344452,"stop":1728669344453,"duration":1}},{"uid":"bf5ba8e5e06f9372","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bf5ba8e5e06f9372","status":"passed","time":{"start":1728597685134,"stop":1728597685134,"duration":0}},{"uid":"e0b29fa879554656","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e0b29fa879554656","status":"passed","time":{"start":1728596904440,"stop":1728596904441,"duration":1}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fb9665d82b7df79","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb9665d82b7df79","status":"passed","time":{"start":1729034177524,"stop":1729034177524,"duration":0}},{"uid":"a2473fc5036e2b3e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a2473fc5036e2b3e","status":"passed","time":{"start":1729032235299,"stop":1729032235299,"duration":0}},{"uid":"4f47d63aaad9a4ce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4f47d63aaad9a4ce","status":"passed","time":{"start":1728901958852,"stop":1728901958853,"duration":1}},{"uid":"baccd5c70fa26a5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/baccd5c70fa26a5a","status":"passed","time":{"start":1728893395072,"stop":1728893395073,"duration":1}},{"uid":"d9285137b6ef9845","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9285137b6ef9845","status":"passed","time":{"start":1728856355682,"stop":1728856355682,"duration":0}},{"uid":"751d0779126ecd32","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/751d0779126ecd32","status":"passed","time":{"start":1728738567467,"stop":1728738567467,"duration":0}},{"uid":"797ab9807c4936fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/797ab9807c4936fb","status":"passed","time":{"start":1728683110365,"stop":1728683110366,"duration":1}},{"uid":"dcb6730e27cd8f50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dcb6730e27cd8f50","status":"passed","time":{"start":1728682666062,"stop":1728682666063,"duration":1}},{"uid":"d02641dcaa3d8200","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d02641dcaa3d8200","status":"passed","time":{"start":1728677163568,"stop":1728677163569,"duration":1}},{"uid":"af9615c7181de6fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af9615c7181de6fb","status":"passed","time":{"start":1728669841247,"stop":1728669841247,"duration":0}},{"uid":"d0d7c709ab7e0451","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d0d7c709ab7e0451","status":"passed","time":{"start":1728598221883,"stop":1728598221884,"duration":1}},{"uid":"455b6bbe803881a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/455b6bbe803881a7","status":"passed","time":{"start":1728597434075,"stop":1728597434076,"duration":1}}]},"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3054b3ae4c34ff68","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3054b3ae4c34ff68","status":"passed","time":{"start":1729034203621,"stop":1729034203621,"duration":0}},{"uid":"41239c776ea58d3b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/41239c776ea58d3b","status":"passed","time":{"start":1729032256253,"stop":1729032256253,"duration":0}},{"uid":"ed9a76089a8a79d7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ed9a76089a8a79d7","status":"passed","time":{"start":1728902016653,"stop":1728902016654,"duration":1}},{"uid":"d8a46e4486703286","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d8a46e4486703286","status":"passed","time":{"start":1728893448585,"stop":1728893448586,"duration":1}},{"uid":"9306bc6d6d8e6c9b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9306bc6d6d8e6c9b","status":"passed","time":{"start":1728856401308,"stop":1728856401308,"duration":0}},{"uid":"23ef0af5ffe5ef6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23ef0af5ffe5ef6","status":"passed","time":{"start":1728738624654,"stop":1728738624654,"duration":0}},{"uid":"d5ea27ea5c2e4581","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d5ea27ea5c2e4581","status":"passed","time":{"start":1728683154298,"stop":1728683154299,"duration":1}},{"uid":"facae5352a6e1b10","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/facae5352a6e1b10","status":"passed","time":{"start":1728682726615,"stop":1728682726615,"duration":0}},{"uid":"cd51d6f0161242b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cd51d6f0161242b3","status":"passed","time":{"start":1728677221173,"stop":1728677221174,"duration":1}},{"uid":"f9b2b9b28c68e0f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f9b2b9b28c68e0f9","status":"passed","time":{"start":1728669902840,"stop":1728669902840,"duration":0}},{"uid":"7066f216f98b9b74","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7066f216f98b9b74","status":"passed","time":{"start":1728598275772,"stop":1728598275773,"duration":1}},{"uid":"c04a0bc15e25b28f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c04a0bc15e25b28f","status":"passed","time":{"start":1728597495945,"stop":1728597495945,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ff1f2f47634e75f8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff1f2f47634e75f8","status":"passed","time":{"start":1729034209101,"stop":1729034209101,"duration":0}},{"uid":"ce343e5439569fe6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ce343e5439569fe6","status":"passed","time":{"start":1729032264569,"stop":1729032264569,"duration":0}},{"uid":"b3b1d67047a0921","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b3b1d67047a0921","status":"passed","time":{"start":1728902012859,"stop":1728902012859,"duration":0}},{"uid":"d0cf8386697d3394","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d0cf8386697d3394","status":"passed","time":{"start":1728893454812,"stop":1728893454812,"duration":0}},{"uid":"b666d1fe8a4488e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b666d1fe8a4488e2","status":"passed","time":{"start":1728856408453,"stop":1728856408453,"duration":0}},{"uid":"e2efb4bfb345594","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e2efb4bfb345594","status":"passed","time":{"start":1728738633855,"stop":1728738633856,"duration":1}},{"uid":"b374fc6480d1ee76","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b374fc6480d1ee76","status":"passed","time":{"start":1728683159762,"stop":1728683159766,"duration":4}},{"uid":"134e8590ee16ea54","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/134e8590ee16ea54","status":"passed","time":{"start":1728682751331,"stop":1728682751331,"duration":0}},{"uid":"38ecf5626fb3b427","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38ecf5626fb3b427","status":"passed","time":{"start":1728677216359,"stop":1728677216360,"duration":1}},{"uid":"74debf0b233f279a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74debf0b233f279a","status":"passed","time":{"start":1728669925455,"stop":1728669925455,"duration":0}},{"uid":"efe30bb019fc0f20","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efe30bb019fc0f20","status":"passed","time":{"start":1728598268806,"stop":1728598268806,"duration":0}},{"uid":"334a3351f3b02eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/334a3351f3b02eaa","status":"passed","time":{"start":1728597503922,"stop":1728597503923,"duration":1}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3e339eb245e48367","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3e339eb245e48367","status":"passed","time":{"start":1729034208295,"stop":1729034208295,"duration":0}},{"uid":"3b84329af47817c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3b84329af47817c0","status":"passed","time":{"start":1729032257076,"stop":1729032257077,"duration":1}},{"uid":"40a9f94992e9a18d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40a9f94992e9a18d","status":"passed","time":{"start":1728902024013,"stop":1728902024013,"duration":0}},{"uid":"a5250d56e3293ef0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a5250d56e3293ef0","status":"passed","time":{"start":1728893455130,"stop":1728893455130,"duration":0}},{"uid":"c1317abe6985b55d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c1317abe6985b55d","status":"passed","time":{"start":1728856404967,"stop":1728856404967,"duration":0}},{"uid":"c58315119643cd14","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c58315119643cd14","status":"passed","time":{"start":1728738634670,"stop":1728738634670,"duration":0}},{"uid":"110357b94b2b84e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/110357b94b2b84e6","status":"passed","time":{"start":1728683163621,"stop":1728683163621,"duration":0}},{"uid":"40138b8309dcf6c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/40138b8309dcf6c","status":"passed","time":{"start":1728682737543,"stop":1728682737543,"duration":0}},{"uid":"f020eed60103dc2d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f020eed60103dc2d","status":"passed","time":{"start":1728677222568,"stop":1728677222568,"duration":0}},{"uid":"10314b2a2477f77a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/10314b2a2477f77a","status":"passed","time":{"start":1728669905045,"stop":1728669905045,"duration":0}},{"uid":"70d17672e697b0ae","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70d17672e697b0ae","status":"passed","time":{"start":1728598284367,"stop":1728598284367,"duration":0}},{"uid":"f44ac9a732bda57a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f44ac9a732bda57a","status":"passed","time":{"start":1728597506831,"stop":1728597506831,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dc2800ea6245855b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dc2800ea6245855b","status":"passed","time":{"start":1729033842339,"stop":1729033842340,"duration":1}},{"uid":"5551f17ee71a7499","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5551f17ee71a7499","status":"passed","time":{"start":1729031892042,"stop":1729031892043,"duration":1}},{"uid":"818272f9abf52fa6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/818272f9abf52fa6","status":"passed","time":{"start":1728901438023,"stop":1728901438024,"duration":1}},{"uid":"b60170d73ee98be2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b60170d73ee98be2","status":"passed","time":{"start":1728892868229,"stop":1728892868229,"duration":0}},{"uid":"ceac6fd7d40913c5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ceac6fd7d40913c5","status":"passed","time":{"start":1728855831076,"stop":1728855831076,"duration":0}},{"uid":"96ffeea527f596e9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/96ffeea527f596e9","status":"passed","time":{"start":1728738048435,"stop":1728738048436,"duration":1}},{"uid":"e50de4bf657dcc95","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e50de4bf657dcc95","status":"passed","time":{"start":1728682581837,"stop":1728682581838,"duration":1}},{"uid":"30657f6e3073b77d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/30657f6e3073b77d","status":"passed","time":{"start":1728682154704,"stop":1728682154704,"duration":0}},{"uid":"a62423958d5cfb88","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a62423958d5cfb88","status":"passed","time":{"start":1728676629293,"stop":1728676629293,"duration":0}},{"uid":"39562669ea48fe4f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39562669ea48fe4f","status":"passed","time":{"start":1728669352207,"stop":1728669352207,"duration":0}},{"uid":"6797414ce8322379","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6797414ce8322379","status":"passed","time":{"start":1728597693010,"stop":1728597693011,"duration":1}},{"uid":"42a2f0c0c8095bb6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42a2f0c0c8095bb6","status":"passed","time":{"start":1728596912511,"stop":1728596912512,"duration":1}}]},"4a3601576f4bff4fc8218fc3126857a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e13f6b3906567308","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e13f6b3906567308","status":"passed","time":{"start":1728856263074,"stop":1728856263077,"duration":3}}]},"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1dabfc48d9851cee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1dabfc48d9851cee","status":"passed","time":{"start":1729033834388,"stop":1729033834388,"duration":0}},{"uid":"e69105bcfbe3b421","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e69105bcfbe3b421","status":"passed","time":{"start":1729031884121,"stop":1729031884122,"duration":1}},{"uid":"366c528f0b359a05","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/366c528f0b359a05","status":"passed","time":{"start":1728901430256,"stop":1728901430256,"duration":0}},{"uid":"8b86ee7d0dfa20bb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8b86ee7d0dfa20bb","status":"passed","time":{"start":1728892860534,"stop":1728892860534,"duration":0}},{"uid":"abe68a6def36a3ae","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/abe68a6def36a3ae","status":"passed","time":{"start":1728855823324,"stop":1728855823324,"duration":0}},{"uid":"798cda51c55ed326","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/798cda51c55ed326","status":"passed","time":{"start":1728738040604,"stop":1728738040604,"duration":0}},{"uid":"2a4b42bff62fc08e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2a4b42bff62fc08e","status":"passed","time":{"start":1728682574095,"stop":1728682574095,"duration":0}},{"uid":"d1cccad0586d2f61","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d1cccad0586d2f61","status":"passed","time":{"start":1728682146819,"stop":1728682146820,"duration":1}},{"uid":"7ec8a1185a03c72f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7ec8a1185a03c72f","status":"passed","time":{"start":1728676621434,"stop":1728676621434,"duration":0}},{"uid":"4baaf8f1e472f452","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4baaf8f1e472f452","status":"passed","time":{"start":1728669344469,"stop":1728669344470,"duration":1}},{"uid":"13a22060a38c6549","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/13a22060a38c6549","status":"passed","time":{"start":1728597685163,"stop":1728597685163,"duration":0}},{"uid":"43ee470a44d02d97","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/43ee470a44d02d97","status":"passed","time":{"start":1728596904470,"stop":1728596904470,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"261bc53f91ccb13","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/261bc53f91ccb13","status":"passed","time":{"start":1729034213018,"stop":1729034213019,"duration":1}},{"uid":"ee28d292ffadbe60","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ee28d292ffadbe60","status":"passed","time":{"start":1729032269102,"stop":1729032269102,"duration":0}},{"uid":"88aae2f012c29d8d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/88aae2f012c29d8d","status":"passed","time":{"start":1728902000841,"stop":1728902000842,"duration":1}},{"uid":"7d576c5159506dfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7d576c5159506dfd","status":"passed","time":{"start":1728893442594,"stop":1728893442595,"duration":1}},{"uid":"8f54971c2c170322","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f54971c2c170322","status":"passed","time":{"start":1728856386639,"stop":1728856386640,"duration":1}},{"uid":"216546e903638054","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/216546e903638054","status":"passed","time":{"start":1728738608586,"stop":1728738608586,"duration":0}},{"uid":"ef9c38463e61a741","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ef9c38463e61a741","status":"passed","time":{"start":1728683148169,"stop":1728683148172,"duration":3}},{"uid":"5aa4c2aa937f77ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5aa4c2aa937f77ea","status":"passed","time":{"start":1728682709056,"stop":1728682709057,"duration":1}},{"uid":"c8fa15ea60d80c5b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c8fa15ea60d80c5b","status":"passed","time":{"start":1728677206655,"stop":1728677206655,"duration":0}},{"uid":"511b68b1be4f6549","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/511b68b1be4f6549","status":"passed","time":{"start":1728669888549,"stop":1728669888549,"duration":0}},{"uid":"1889a17e3d2354b8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1889a17e3d2354b8","status":"passed","time":{"start":1728598268130,"stop":1728598268131,"duration":1}},{"uid":"f9bff31ceea90dc6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f9bff31ceea90dc6","status":"passed","time":{"start":1728597478032,"stop":1728597478033,"duration":1}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6095a844312138d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6095a844312138d6","status":"passed","time":{"start":1729034188117,"stop":1729034188117,"duration":0}},{"uid":"3c4d462a76434bed","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c4d462a76434bed","status":"passed","time":{"start":1729032231863,"stop":1729032231863,"duration":0}},{"uid":"191f0b4372216e06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/191f0b4372216e06","status":"passed","time":{"start":1728901989565,"stop":1728901989565,"duration":0}},{"uid":"10d49399f856d237","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/10d49399f856d237","status":"passed","time":{"start":1728893424898,"stop":1728893424898,"duration":0}},{"uid":"4900507812796526","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4900507812796526","status":"passed","time":{"start":1728856376683,"stop":1728856376683,"duration":0}},{"uid":"ef2e56d0ee5a62d1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ef2e56d0ee5a62d1","status":"passed","time":{"start":1728738593959,"stop":1728738593960,"duration":1}},{"uid":"5066feb32fbad7fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5066feb32fbad7fb","status":"passed","time":{"start":1728683135336,"stop":1728683135337,"duration":1}},{"uid":"9f8b0ff5a5b1708f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9f8b0ff5a5b1708f","status":"passed","time":{"start":1728682692588,"stop":1728682692589,"duration":1}},{"uid":"be87e139dcb6180e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/be87e139dcb6180e","status":"passed","time":{"start":1728677194228,"stop":1728677194228,"duration":0}},{"uid":"13449f609a322998","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/13449f609a322998","status":"passed","time":{"start":1728669874423,"stop":1728669874423,"duration":0}},{"uid":"e40472829a449960","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e40472829a449960","status":"passed","time":{"start":1728598257460,"stop":1728598257461,"duration":1}},{"uid":"282ce0698b8fb3e2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/282ce0698b8fb3e2","status":"passed","time":{"start":1728597471283,"stop":1728597471283,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c2401e130914b758","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2401e130914b758","status":"passed","time":{"start":1729033858272,"stop":1729033858273,"duration":1}},{"uid":"94df13deafe132cb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/94df13deafe132cb","status":"passed","time":{"start":1729031908178,"stop":1729031908178,"duration":0}},{"uid":"6751533f0d2822d9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6751533f0d2822d9","status":"passed","time":{"start":1728901453935,"stop":1728901453935,"duration":0}},{"uid":"4b7d82c79947625c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4b7d82c79947625c","status":"passed","time":{"start":1728892884411,"stop":1728892884412,"duration":1}},{"uid":"985fd48d47ffa0ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/985fd48d47ffa0ca","status":"passed","time":{"start":1728855846880,"stop":1728855846880,"duration":0}},{"uid":"62c34e9160ddc728","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/62c34e9160ddc728","status":"passed","time":{"start":1728738064184,"stop":1728738064184,"duration":0}},{"uid":"89842d165731a5d7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/89842d165731a5d7","status":"passed","time":{"start":1728682597762,"stop":1728682597763,"duration":1}},{"uid":"6daf527daeeeae59","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6daf527daeeeae59","status":"passed","time":{"start":1728682170541,"stop":1728682170541,"duration":0}},{"uid":"b37c47bad40c9c98","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b37c47bad40c9c98","status":"passed","time":{"start":1728676645201,"stop":1728676645201,"duration":0}},{"uid":"522e27ab2f97707b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/522e27ab2f97707b","status":"passed","time":{"start":1728669368196,"stop":1728669368196,"duration":0}},{"uid":"86a01cb67064d31c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/86a01cb67064d31c","status":"passed","time":{"start":1728597709013,"stop":1728597709013,"duration":0}},{"uid":"e2057790f51587a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e2057790f51587a7","status":"passed","time":{"start":1728596928107,"stop":1728596928108,"duration":1}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"b6869e290b8f8d23","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6869e290b8f8d23","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033858274,"stop":1729033858274,"duration":0}},{"uid":"ea351abde7b7b7d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ea351abde7b7b7d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031908179,"stop":1729031908179,"duration":0}},{"uid":"198eaf233d4d2a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/198eaf233d4d2a6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901453936,"stop":1728901453936,"duration":0}},{"uid":"b61432b0eec030eb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b61432b0eec030eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892884412,"stop":1728892884413,"duration":1}},{"uid":"a06cd126fe1efa06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a06cd126fe1efa06","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855846881,"stop":1728855846881,"duration":0}},{"uid":"f9ca30715d0a5c6b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f9ca30715d0a5c6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738064185,"stop":1728738064185,"duration":0}},{"uid":"78aee8dd9a5b37ff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/78aee8dd9a5b37ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682597764,"stop":1728682597764,"duration":0}},{"uid":"15f7a7fed72e0228","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/15f7a7fed72e0228","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682170542,"stop":1728682170542,"duration":0}},{"uid":"80d8be015dcf024a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/80d8be015dcf024a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676645202,"stop":1728676645203,"duration":1}},{"uid":"1ed4214a5b944751","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1ed4214a5b944751","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669368197,"stop":1728669368197,"duration":0}},{"uid":"a5d88917477b72c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a5d88917477b72c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597709014,"stop":1728597709014,"duration":0}},{"uid":"aacf71c5aad37b62","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/aacf71c5aad37b62","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596928108,"stop":1728596928109,"duration":1}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cf7855c67c532be8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cf7855c67c532be8","status":"passed","time":{"start":1729033976777,"stop":1729033976778,"duration":1}},{"uid":"46da2b9706cf80ca","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/46da2b9706cf80ca","status":"passed","time":{"start":1729032020507,"stop":1729032020508,"duration":1}},{"uid":"18d270b4420a98bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/18d270b4420a98bf","status":"passed","time":{"start":1728901616424,"stop":1728901616425,"duration":1}},{"uid":"2fdbd1e58874951","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2fdbd1e58874951","status":"passed","time":{"start":1728893050239,"stop":1728893050239,"duration":0}},{"uid":"4b32a9e0d1051b8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4b32a9e0d1051b8","status":"passed","time":{"start":1728856015166,"stop":1728856015166,"duration":0}},{"uid":"13585c0a2a7946a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/13585c0a2a7946a2","status":"passed","time":{"start":1728738233129,"stop":1728738233131,"duration":2}},{"uid":"4a8b83950b48abee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4a8b83950b48abee","status":"passed","time":{"start":1728682762462,"stop":1728682762462,"duration":0}},{"uid":"7cc748cce4523e5f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7cc748cce4523e5f","status":"passed","time":{"start":1728682332781,"stop":1728682332781,"duration":0}},{"uid":"dbcd06561fb10c53","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dbcd06561fb10c53","status":"passed","time":{"start":1728676810285,"stop":1728676810285,"duration":0}},{"uid":"a77b50f98ed2f41b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a77b50f98ed2f41b","status":"passed","time":{"start":1728669529888,"stop":1728669529888,"duration":0}},{"uid":"332bdf1f517641f0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/332bdf1f517641f0","status":"passed","time":{"start":1728597873527,"stop":1728597873527,"duration":0}},{"uid":"aa7bf88e43fd457","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/aa7bf88e43fd457","status":"passed","time":{"start":1728597089268,"stop":1728597089268,"duration":0}}]},"608aad3811c900692e069537e22e4721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9520941322e43c86","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9520941322e43c86","status":"passed","time":{"start":1728893329037,"stop":1728893329037,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2bb240d3c946a1f7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2bb240d3c946a1f7","status":"passed","time":{"start":1729034209110,"stop":1729034209111,"duration":1}},{"uid":"dcf9b01f0600ab64","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dcf9b01f0600ab64","status":"passed","time":{"start":1729032264579,"stop":1729032264579,"duration":0}},{"uid":"c368b9ad1d62d725","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c368b9ad1d62d725","status":"passed","time":{"start":1728902012870,"stop":1728902012870,"duration":0}},{"uid":"f404347b035b04f1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f404347b035b04f1","status":"passed","time":{"start":1728893454820,"stop":1728893454821,"duration":1}},{"uid":"88b5819e0d1e735","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/88b5819e0d1e735","status":"passed","time":{"start":1728856408463,"stop":1728856408463,"duration":0}},{"uid":"8b641bbb39c0bd3f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8b641bbb39c0bd3f","status":"passed","time":{"start":1728738633864,"stop":1728738633864,"duration":0}},{"uid":"dcfcc8f3ed0637","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dcfcc8f3ed0637","status":"passed","time":{"start":1728683159802,"stop":1728683159803,"duration":1}},{"uid":"aa0e0762dbf65c15","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa0e0762dbf65c15","status":"passed","time":{"start":1728682751339,"stop":1728682751339,"duration":0}},{"uid":"1078e63d462bfbc9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1078e63d462bfbc9","status":"passed","time":{"start":1728677216373,"stop":1728677216373,"duration":0}},{"uid":"1c07cce1b1438d36","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1c07cce1b1438d36","status":"passed","time":{"start":1728669925460,"stop":1728669925461,"duration":1}},{"uid":"42007306caf8689","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/42007306caf8689","status":"passed","time":{"start":1728598268816,"stop":1728598268816,"duration":0}},{"uid":"e334141119a63b1f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e334141119a63b1f","status":"passed","time":{"start":1728597503944,"stop":1728597503944,"duration":0}}]},"8c2ebee35228783c841808ec7cb2ce93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5366d118ada4a64b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5366d118ada4a64b","status":"passed","time":{"start":1728597434077,"stop":1728597434078,"duration":1}}]},"cd945cb757b92cbdedc4f79d70a85814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c504c8ec80220a69","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c504c8ec80220a69","status":"passed","time":{"start":1728682381285,"stop":1728682381285,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4392f2ed8b39a49d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4392f2ed8b39a49d","status":"passed","time":{"start":1729033899382,"stop":1729033899383,"duration":1}},{"uid":"10f6a686cc61c48","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/10f6a686cc61c48","status":"passed","time":{"start":1729031949745,"stop":1729031949748,"duration":3}},{"uid":"45641b7374b2b976","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/45641b7374b2b976","status":"passed","time":{"start":1728901497248,"stop":1728901497249,"duration":1}},{"uid":"cdd2b7aaf2e3706f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cdd2b7aaf2e3706f","status":"passed","time":{"start":1728892931614,"stop":1728892931615,"duration":1}},{"uid":"c02c8622538029f0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c02c8622538029f0","status":"passed","time":{"start":1728855891084,"stop":1728855891085,"duration":1}},{"uid":"d70aefe4fe53eb04","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d70aefe4fe53eb04","status":"passed","time":{"start":1728738108304,"stop":1728738108305,"duration":1}},{"uid":"257c9725d2cf8a82","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/257c9725d2cf8a82","status":"passed","time":{"start":1728682642731,"stop":1728682642731,"duration":0}},{"uid":"cac7d9d6327731ab","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cac7d9d6327731ab","status":"passed","time":{"start":1728682214716,"stop":1728682214717,"duration":1}},{"uid":"96d5fcc099373fdf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/96d5fcc099373fdf","status":"passed","time":{"start":1728676692176,"stop":1728676692178,"duration":2}},{"uid":"a5957da733b5aa7c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a5957da733b5aa7c","status":"passed","time":{"start":1728669416672,"stop":1728669416672,"duration":0}},{"uid":"464bf571077a8a23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/464bf571077a8a23","status":"passed","time":{"start":1728597754024,"stop":1728597754024,"duration":0}},{"uid":"f88e5dfa78efef7c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f88e5dfa78efef7c","status":"passed","time":{"start":1728596972640,"stop":1728596972641,"duration":1}}]},"9443fdbefccaf41c7520c31e9bc23de4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40cfbff0ecc58dac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/40cfbff0ecc58dac","status":"passed","time":{"start":1728677156815,"stop":1728677156816,"duration":1}}]},"e32709c38045de376471c99b313bc86f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8030b3609083d784","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8030b3609083d784","status":"passed","time":{"start":1728677103495,"stop":1728677103495,"duration":0}}]},"1939f3c31ab4a50d0a89a88e1d6e0a06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c158aafd59dfaad5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c158aafd59dfaad5","status":"passed","time":{"start":1728893395081,"stop":1728893395081,"duration":0}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7b657d1f2ed19eab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b657d1f2ed19eab","status":"passed","time":{"start":1729034208294,"stop":1729034208294,"duration":0}},{"uid":"3d39d4b02496210d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3d39d4b02496210d","status":"passed","time":{"start":1729032257066,"stop":1729032257066,"duration":0}},{"uid":"8e4005159a9565c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e4005159a9565c","status":"passed","time":{"start":1728902024012,"stop":1728902024012,"duration":0}},{"uid":"211fea8ea929ff73","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/211fea8ea929ff73","status":"passed","time":{"start":1728893455129,"stop":1728893455129,"duration":0}},{"uid":"31c4f02192c8eac0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/31c4f02192c8eac0","status":"passed","time":{"start":1728856404962,"stop":1728856404966,"duration":4}},{"uid":"4fc49df16b4d3d46","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4fc49df16b4d3d46","status":"passed","time":{"start":1728738634668,"stop":1728738634668,"duration":0}},{"uid":"4287d0daad56e694","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4287d0daad56e694","status":"passed","time":{"start":1728683163620,"stop":1728683163620,"duration":0}},{"uid":"381074811ab37386","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/381074811ab37386","status":"passed","time":{"start":1728682737540,"stop":1728682737541,"duration":1}},{"uid":"e8c0b1a4b855acf6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8c0b1a4b855acf6","status":"passed","time":{"start":1728677222567,"stop":1728677222567,"duration":0}},{"uid":"8a8c5a9b3a36b2e9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8a8c5a9b3a36b2e9","status":"passed","time":{"start":1728669905038,"stop":1728669905041,"duration":3}},{"uid":"9815d9d19f91725a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9815d9d19f91725a","status":"passed","time":{"start":1728598284365,"stop":1728598284366,"duration":1}},{"uid":"e111774029d11cf8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e111774029d11cf8","status":"passed","time":{"start":1728597506830,"stop":1728597506830,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1ded228d114cc53b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ded228d114cc53b","status":"passed","time":{"start":1729034147774,"stop":1729034147774,"duration":0}},{"uid":"26bac947750ef726","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/26bac947750ef726","status":"passed","time":{"start":1729032204828,"stop":1729032204828,"duration":0}},{"uid":"723c1512a4eeb316","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/723c1512a4eeb316","status":"passed","time":{"start":1728901907701,"stop":1728901907701,"duration":0}},{"uid":"b92e4c337fe3df7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b92e4c337fe3df7c","status":"passed","time":{"start":1728893341888,"stop":1728893341889,"duration":1}},{"uid":"f73baedefbef9a2e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f73baedefbef9a2e","status":"passed","time":{"start":1728856299371,"stop":1728856299371,"duration":0}},{"uid":"31e7223290f785f4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/31e7223290f785f4","status":"passed","time":{"start":1728738511617,"stop":1728738511618,"duration":1}},{"uid":"98b1a9793ee6b655","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/98b1a9793ee6b655","status":"passed","time":{"start":1728683052911,"stop":1728683052911,"duration":0}},{"uid":"92d11d985f6d896b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/92d11d985f6d896b","status":"passed","time":{"start":1728682612911,"stop":1728682612911,"duration":0}},{"uid":"77c55e8cb07df8c9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/77c55e8cb07df8c9","status":"passed","time":{"start":1728677115746,"stop":1728677115747,"duration":1}},{"uid":"ed43669b1d9a262b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed43669b1d9a262b","status":"passed","time":{"start":1728669778175,"stop":1728669778175,"duration":0}},{"uid":"1458058383bceda8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1458058383bceda8","status":"passed","time":{"start":1728598175433,"stop":1728598175433,"duration":0}},{"uid":"1e4f8a365a258eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1e4f8a365a258eaa","status":"passed","time":{"start":1728597380061,"stop":1728597380061,"duration":0}}]},"099c6e7b5f7486a3865256d674cef0e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11bdc047ce3ac172","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/11bdc047ce3ac172","status":"passed","time":{"start":1729034177534,"stop":1729034177534,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cc009a12a1f848ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc009a12a1f848ca","status":"passed","time":{"start":1729033933482,"stop":1729033933482,"duration":0}},{"uid":"5fa0a65ef258fe79","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fa0a65ef258fe79","status":"passed","time":{"start":1729031982935,"stop":1729031982935,"duration":0}},{"uid":"5ea84d1e82d72209","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5ea84d1e82d72209","status":"passed","time":{"start":1728901527861,"stop":1728901527862,"duration":1}},{"uid":"2fd8daae0f5ee183","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2fd8daae0f5ee183","status":"passed","time":{"start":1728892960142,"stop":1728892960142,"duration":0}},{"uid":"8e65187e128fced3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8e65187e128fced3","status":"passed","time":{"start":1728855921716,"stop":1728855921716,"duration":0}},{"uid":"8e95dc59b82f8c9d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8e95dc59b82f8c9d","status":"passed","time":{"start":1728738138434,"stop":1728738138434,"duration":0}},{"uid":"17d9056d830f175e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/17d9056d830f175e","status":"passed","time":{"start":1728682672254,"stop":1728682672255,"duration":1}},{"uid":"876fa15dd1e5b035","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/876fa15dd1e5b035","status":"passed","time":{"start":1728682245077,"stop":1728682245077,"duration":0}},{"uid":"68461b2b4b9584bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/68461b2b4b9584bc","status":"passed","time":{"start":1728676721301,"stop":1728676721302,"duration":1}},{"uid":"97a800850908c478","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97a800850908c478","status":"passed","time":{"start":1728669444565,"stop":1728669444566,"duration":1}},{"uid":"7c3b004c84243a7f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c3b004c84243a7f","status":"passed","time":{"start":1728597784077,"stop":1728597784078,"duration":1}},{"uid":"c4a1b78f8f7c953f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c4a1b78f8f7c953f","status":"passed","time":{"start":1728597001552,"stop":1728597001552,"duration":0}}]},"577ca2ea18faf377a78195e0f0aa143c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":10,"unknown":0,"total":11},"items":[{"uid":"8b7188cb770d7c92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b7188cb770d7c92","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977063,"stop":1729033977063,"duration":0}},{"uid":"4f3a7514acda180","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f3a7514acda180","status":"passed","time":{"start":1729032093781,"stop":1729032093782,"duration":1}},{"uid":"8bf437b212ad355d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8bf437b212ad355d","status":"passed","time":{"start":1728901748772,"stop":1728901748772,"duration":0}},{"uid":"7e02634a640edac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7e02634a640edac","status":"passed","time":{"start":1728893181084,"stop":1728893181084,"duration":0}},{"uid":"3c2473c8093f2e9b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c2473c8093f2e9b","status":"passed","time":{"start":1728856155550,"stop":1728856155550,"duration":0}},{"uid":"746f210e6ad58989","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/746f210e6ad58989","status":"passed","time":{"start":1728738360283,"stop":1728738360284,"duration":1}},{"uid":"a5a9bda857b98a95","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a5a9bda857b98a95","status":"passed","time":{"start":1728682907221,"stop":1728682907221,"duration":0}},{"uid":"5478d1dbded71ea9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5478d1dbded71ea9","status":"passed","time":{"start":1728682466730,"stop":1728682466731,"duration":1}},{"uid":"cb812853deb16796","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cb812853deb16796","status":"passed","time":{"start":1728676955720,"stop":1728676955721,"duration":1}},{"uid":"538b570cd826eca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/538b570cd826eca","status":"passed","time":{"start":1728598013533,"stop":1728598013533,"duration":0}},{"uid":"47c8529098b5babd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47c8529098b5babd","status":"passed","time":{"start":1728597225198,"stop":1728597225198,"duration":0}}]},"00e65cff4ceb604a8dd090eded0afb3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98b3a87e7dc729c8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/98b3a87e7dc729c8","status":"passed","time":{"start":1728738567467,"stop":1728738567467,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3f630ff3c83cd572","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f630ff3c83cd572","status":"passed","time":{"start":1729034063495,"stop":1729034063495,"duration":0}},{"uid":"e8698b1a10dea0aa","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8698b1a10dea0aa","status":"passed","time":{"start":1729032122636,"stop":1729032122636,"duration":0}},{"uid":"fd7b48c42f14ecfb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd7b48c42f14ecfb","status":"passed","time":{"start":1728901785627,"stop":1728901785631,"duration":4}},{"uid":"9ac6ff99b15c2cef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9ac6ff99b15c2cef","status":"passed","time":{"start":1728893218774,"stop":1728893218774,"duration":0}},{"uid":"46f2da394b08660b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46f2da394b08660b","status":"passed","time":{"start":1728856192660,"stop":1728856192660,"duration":0}},{"uid":"cd774ac4410170c8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cd774ac4410170c8","status":"passed","time":{"start":1728738398087,"stop":1728738398087,"duration":0}},{"uid":"660c73e4c8079f17","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/660c73e4c8079f17","status":"passed","time":{"start":1728682944506,"stop":1728682944508,"duration":2}},{"uid":"820650463fb4cb46","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/820650463fb4cb46","status":"passed","time":{"start":1728682507861,"stop":1728682507862,"duration":1}},{"uid":"90fe87fc56b15766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/90fe87fc56b15766","status":"passed","time":{"start":1728676995527,"stop":1728676995528,"duration":1}},{"uid":"d855a99697281a40","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d855a99697281a40","status":"passed","time":{"start":1728669665536,"stop":1728669665536,"duration":0}},{"uid":"12e4b335c2f6252f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/12e4b335c2f6252f","status":"passed","time":{"start":1728598056480,"stop":1728598056480,"duration":0}},{"uid":"1ea8eabd32a66f89","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ea8eabd32a66f89","status":"passed","time":{"start":1728597264029,"stop":1728597264029,"duration":0}}]},"df5a459dc18250b3885b203ab85ba496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6cf1395509160767","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6cf1395509160767","status":"passed","time":{"start":1729032178381,"stop":1729032178382,"duration":1}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c7447c5b8802ac86","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7447c5b8802ac86","status":"passed","time":{"start":1729034144761,"stop":1729034144761,"duration":0}},{"uid":"7a0583cdb312a8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a0583cdb312a8c","status":"passed","time":{"start":1729032198811,"stop":1729032198812,"duration":1}},{"uid":"effb4e4e3bddc0f9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/effb4e4e3bddc0f9","status":"passed","time":{"start":1728901901752,"stop":1728901901753,"duration":1}},{"uid":"42b148b2b9705084","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/42b148b2b9705084","status":"passed","time":{"start":1728893337237,"stop":1728893337237,"duration":0}},{"uid":"4719fe510763733f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4719fe510763733f","status":"passed","time":{"start":1728856299185,"stop":1728856299185,"duration":0}},{"uid":"171f69740d686092","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/171f69740d686092","status":"passed","time":{"start":1728738505371,"stop":1728738505371,"duration":0}},{"uid":"268ef498b5d0b57e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/268ef498b5d0b57e","status":"passed","time":{"start":1728683045439,"stop":1728683045439,"duration":0}},{"uid":"4d5d5bfb1e5b3a78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4d5d5bfb1e5b3a78","status":"passed","time":{"start":1728682607282,"stop":1728682607283,"duration":1}},{"uid":"6e9eb7b614af2aec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6e9eb7b614af2aec","status":"passed","time":{"start":1728677103488,"stop":1728677103489,"duration":1}},{"uid":"2610603b9f3a2f61","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2610603b9f3a2f61","status":"passed","time":{"start":1728669777112,"stop":1728669777112,"duration":0}},{"uid":"e80285930093665a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e80285930093665a","status":"passed","time":{"start":1728598163462,"stop":1728598163462,"duration":0}},{"uid":"4d2bb3bdb5405f72","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4d2bb3bdb5405f72","status":"passed","time":{"start":1728597375458,"stop":1728597375459,"duration":1}}]},"4f8638119bf6a7653437eddab6db55e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81d2799654167770","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/81d2799654167770","status":"passed","time":{"start":1728677184695,"stop":1728677184696,"duration":1}}]},"d59239ece4fc7a71ecedc4e18d7daef1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c606504182c23f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4c606504182c23f5","status":"passed","time":{"start":1728738505383,"stop":1728738505384,"duration":1}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dace930220d137e6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dace930220d137e6","status":"passed","time":{"start":1729033843113,"stop":1729033843113,"duration":0}},{"uid":"57a7cc96d98318f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/57a7cc96d98318f1","status":"passed","time":{"start":1729031892672,"stop":1729031892672,"duration":0}},{"uid":"5e3929fe3965bf5c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5e3929fe3965bf5c","status":"passed","time":{"start":1728901438803,"stop":1728901438803,"duration":0}},{"uid":"c4258e4c8d020d4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c4258e4c8d020d4f","status":"passed","time":{"start":1728892868995,"stop":1728892868995,"duration":0}},{"uid":"5f24f255917ebae","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5f24f255917ebae","status":"passed","time":{"start":1728855831888,"stop":1728855831888,"duration":0}},{"uid":"4cc662ce6f4b0a20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4cc662ce6f4b0a20","status":"passed","time":{"start":1728738049035,"stop":1728738049035,"duration":0}},{"uid":"200f16655641e9eb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/200f16655641e9eb","status":"passed","time":{"start":1728682582612,"stop":1728682582612,"duration":0}},{"uid":"857e5dd250b2cb2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/857e5dd250b2cb2c","status":"passed","time":{"start":1728682155403,"stop":1728682155403,"duration":0}},{"uid":"87b4a1c9c37d6038","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87b4a1c9c37d6038","status":"passed","time":{"start":1728676629968,"stop":1728676629969,"duration":1}},{"uid":"7f8d7ff530b5f3f4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f8d7ff530b5f3f4","status":"passed","time":{"start":1728669353096,"stop":1728669353096,"duration":0}},{"uid":"a4bc5e528ebff27e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a4bc5e528ebff27e","status":"passed","time":{"start":1728597693841,"stop":1728597693841,"duration":0}},{"uid":"886056b2a7953630","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/886056b2a7953630","status":"passed","time":{"start":1728596913085,"stop":1728596913086,"duration":1}}]},"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ff27a4006fa9f81d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff27a4006fa9f81d","status":"passed","time":{"start":1729033834387,"stop":1729033834388,"duration":1}},{"uid":"21ea9378792d4d9e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/21ea9378792d4d9e","status":"passed","time":{"start":1729031884121,"stop":1729031884121,"duration":0}},{"uid":"e50ec17923842380","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e50ec17923842380","status":"passed","time":{"start":1728901430255,"stop":1728901430255,"duration":0}},{"uid":"d388ca5dbae0db36","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d388ca5dbae0db36","status":"passed","time":{"start":1728892860533,"stop":1728892860533,"duration":0}},{"uid":"ba106aa26117200a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ba106aa26117200a","status":"passed","time":{"start":1728855823323,"stop":1728855823323,"duration":0}},{"uid":"478bf6eaf8308e82","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/478bf6eaf8308e82","status":"passed","time":{"start":1728738040604,"stop":1728738040604,"duration":0}},{"uid":"ba62306f7c0837d6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ba62306f7c0837d6","status":"passed","time":{"start":1728682574094,"stop":1728682574094,"duration":0}},{"uid":"bdcbe3285d2a40b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bdcbe3285d2a40b8","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"b7c0b7c165f6d5d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b7c0b7c165f6d5d","status":"passed","time":{"start":1728676621433,"stop":1728676621433,"duration":0}},{"uid":"f9b5b5569d5b97c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f9b5b5569d5b97c9","status":"passed","time":{"start":1728669344469,"stop":1728669344469,"duration":0}},{"uid":"ac81bf0d6f2ecbaa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ac81bf0d6f2ecbaa","status":"passed","time":{"start":1728597685162,"stop":1728597685163,"duration":1}},{"uid":"e323304f6e5b9321","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e323304f6e5b9321","status":"passed","time":{"start":1728596904469,"stop":1728596904469,"duration":0}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"34bee88155dd616d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/34bee88155dd616d","status":"passed","time":{"start":1729032277692,"stop":1729032277692,"duration":0}},{"uid":"fd7dfab7a01a5c1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd7dfab7a01a5c1f","status":"passed","time":{"start":1728902034224,"stop":1728902034224,"duration":0}},{"uid":"77ef1884b59eec62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/77ef1884b59eec62","status":"passed","time":{"start":1728893469057,"stop":1728893469057,"duration":0}},{"uid":"96db51590b7e8117","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/96db51590b7e8117","status":"passed","time":{"start":1728856416487,"stop":1728856416488,"duration":1}},{"uid":"c662d4470cf52a38","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c662d4470cf52a38","status":"passed","time":{"start":1728738643170,"stop":1728738643170,"duration":0}},{"uid":"2049696663351127","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2049696663351127","status":"passed","time":{"start":1728683174246,"stop":1728683174246,"duration":0}},{"uid":"e536f48ccfde5c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e536f48ccfde5c9","status":"passed","time":{"start":1728682757801,"stop":1728682757801,"duration":0}},{"uid":"86588b337a57fea1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/86588b337a57fea1","status":"passed","time":{"start":1728677231124,"stop":1728677231124,"duration":0}},{"uid":"56cfec9e4c93710c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/56cfec9e4c93710c","status":"passed","time":{"start":1728669920236,"stop":1728669920237,"duration":1}},{"uid":"82bd172ab7f0e19c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/82bd172ab7f0e19c","status":"passed","time":{"start":1728598298888,"stop":1728598298888,"duration":0}},{"uid":"b86d6c6b1704b40f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b86d6c6b1704b40f","status":"passed","time":{"start":1728597513734,"stop":1728597513734,"duration":0}}]},"ca4c0715a9756df241d617c481e4972f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e1b38c8677a34d63","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e1b38c8677a34d63","status":"passed","time":{"start":1728683093169,"stop":1728683093170,"duration":1}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"be9c2a7ce7c9511d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be9c2a7ce7c9511d","status":"passed","time":{"start":1729034124336,"stop":1729034124336,"duration":0}},{"uid":"2f47b892c04ec8f3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2f47b892c04ec8f3","status":"passed","time":{"start":1729032177054,"stop":1729032177055,"duration":1}},{"uid":"c8a626be84d7c54d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c8a626be84d7c54d","status":"passed","time":{"start":1728901874867,"stop":1728901874868,"duration":1}},{"uid":"d40f1c7f901a4649","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d40f1c7f901a4649","status":"passed","time":{"start":1728893313877,"stop":1728893313877,"duration":0}},{"uid":"b256ce93701dbc0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b256ce93701dbc0f","status":"passed","time":{"start":1728856265011,"stop":1728856265011,"duration":0}},{"uid":"8292c51f626aae4f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8292c51f626aae4f","status":"passed","time":{"start":1728738486155,"stop":1728738486155,"duration":0}},{"uid":"8b35163fdc77fafe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8b35163fdc77fafe","status":"passed","time":{"start":1728683032646,"stop":1728683032646,"duration":0}},{"uid":"6217710fc30111ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6217710fc30111ac","status":"passed","time":{"start":1728682582821,"stop":1728682582821,"duration":0}},{"uid":"2b8eaab62294117a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b8eaab62294117a","status":"passed","time":{"start":1728677084921,"stop":1728677084921,"duration":0}},{"uid":"ee8aa0a2482d7ffe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ee8aa0a2482d7ffe","status":"passed","time":{"start":1728669757004,"stop":1728669757004,"duration":0}},{"uid":"5b3585b296c1b03","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b3585b296c1b03","status":"passed","time":{"start":1728598139214,"stop":1728598139214,"duration":0}},{"uid":"ea48367ff1a84a6e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea48367ff1a84a6e","status":"passed","time":{"start":1728597351997,"stop":1728597351997,"duration":0}}]},"4ccfc887cfcd483dd0b104fdfe18c029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70d450cbf54e0432","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/70d450cbf54e0432","status":"passed","time":{"start":1728893093692,"stop":1728893093692,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"e2dbbcf6eeff877c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e2dbbcf6eeff877c","status":"passed","time":{"start":1729032277693,"stop":1729032277694,"duration":1}},{"uid":"5d5064b6a417c27e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5d5064b6a417c27e","status":"passed","time":{"start":1728902034226,"stop":1728902034226,"duration":0}},{"uid":"33209bad6d146bce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/33209bad6d146bce","status":"passed","time":{"start":1728893469058,"stop":1728893469058,"duration":0}},{"uid":"161b9e9c2677cb4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/161b9e9c2677cb4c","status":"passed","time":{"start":1728856416489,"stop":1728856416489,"duration":0}},{"uid":"c73c31b6b982162","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c73c31b6b982162","status":"passed","time":{"start":1728738643171,"stop":1728738643172,"duration":1}},{"uid":"93892997b88f5e58","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/93892997b88f5e58","status":"passed","time":{"start":1728683174248,"stop":1728683174248,"duration":0}},{"uid":"f12c690936f810d5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f12c690936f810d5","status":"passed","time":{"start":1728682757802,"stop":1728682757803,"duration":1}},{"uid":"90bddd23fce98dff","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/90bddd23fce98dff","status":"passed","time":{"start":1728677231126,"stop":1728677231126,"duration":0}},{"uid":"5c120588084ce64c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5c120588084ce64c","status":"passed","time":{"start":1728669920238,"stop":1728669920239,"duration":1}},{"uid":"5fa8314fea930baf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5fa8314fea930baf","status":"passed","time":{"start":1728598298889,"stop":1728598298890,"duration":1}},{"uid":"9f25fb72b3521526","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9f25fb72b3521526","status":"passed","time":{"start":1728597513735,"stop":1728597513735,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"23093e0a7e74ffa1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/23093e0a7e74ffa1","status":"passed","time":{"start":1729033843114,"stop":1729033843115,"duration":1}},{"uid":"e287164b4bae056a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e287164b4bae056a","status":"passed","time":{"start":1729031892673,"stop":1729031892674,"duration":1}},{"uid":"ec17da5899d83f1e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec17da5899d83f1e","status":"passed","time":{"start":1728901438805,"stop":1728901438805,"duration":0}},{"uid":"97d11ae4a6728263","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/97d11ae4a6728263","status":"passed","time":{"start":1728892868996,"stop":1728892868996,"duration":0}},{"uid":"27a767f6088058c8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/27a767f6088058c8","status":"passed","time":{"start":1728855831889,"stop":1728855831889,"duration":0}},{"uid":"221b6e033eb474bb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/221b6e033eb474bb","status":"passed","time":{"start":1728738049036,"stop":1728738049036,"duration":0}},{"uid":"12cab0b9c45dad30","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/12cab0b9c45dad30","status":"passed","time":{"start":1728682582614,"stop":1728682582614,"duration":0}},{"uid":"8106c09174a88ec6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8106c09174a88ec6","status":"passed","time":{"start":1728682155404,"stop":1728682155404,"duration":0}},{"uid":"a7268c5cd904cb4a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a7268c5cd904cb4a","status":"passed","time":{"start":1728676629970,"stop":1728676629970,"duration":0}},{"uid":"25c0cd94ccc3884a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25c0cd94ccc3884a","status":"passed","time":{"start":1728669353097,"stop":1728669353098,"duration":1}},{"uid":"4b02db4cf3c560d8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b02db4cf3c560d8","status":"passed","time":{"start":1728597693842,"stop":1728597693842,"duration":0}},{"uid":"1e50e126b2619ddc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1e50e126b2619ddc","status":"passed","time":{"start":1728596913087,"stop":1728596913087,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e4e3feb8f31b2695","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e4e3feb8f31b2695","status":"passed","time":{"start":1729033976814,"stop":1729033976815,"duration":1}},{"uid":"e28d593074498f10","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e28d593074498f10","status":"passed","time":{"start":1729032020533,"stop":1729032020533,"duration":0}},{"uid":"49d853414597f112","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/49d853414597f112","status":"passed","time":{"start":1728901616499,"stop":1728901616500,"duration":1}},{"uid":"8e1cb29eee7c8b68","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e1cb29eee7c8b68","status":"passed","time":{"start":1728893050253,"stop":1728893050253,"duration":0}},{"uid":"2475c681a19a3387","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2475c681a19a3387","status":"passed","time":{"start":1728856015184,"stop":1728856015184,"duration":0}},{"uid":"4af16c4d25d267df","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4af16c4d25d267df","status":"passed","time":{"start":1728738233177,"stop":1728738233178,"duration":1}},{"uid":"5178536fd9fad221","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5178536fd9fad221","status":"passed","time":{"start":1728682762484,"stop":1728682762485,"duration":1}},{"uid":"41d2ab24e546fbc2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41d2ab24e546fbc2","status":"passed","time":{"start":1728682332798,"stop":1728682332798,"duration":0}},{"uid":"9f77686d6d0ac9ae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f77686d6d0ac9ae","status":"passed","time":{"start":1728676810305,"stop":1728676810306,"duration":1}},{"uid":"80f7077747ea01e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/80f7077747ea01e","status":"passed","time":{"start":1728669529908,"stop":1728669529909,"duration":1}},{"uid":"861972a5473639df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/861972a5473639df","status":"passed","time":{"start":1728597873545,"stop":1728597873546,"duration":1}},{"uid":"b9580b8e093ec63b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b9580b8e093ec63b","status":"passed","time":{"start":1728597089286,"stop":1728597089286,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c575085c61fb592c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c575085c61fb592c","status":"passed","time":{"start":1729034162414,"stop":1729034162414,"duration":0}},{"uid":"bc948c748c84a6db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bc948c748c84a6db","status":"passed","time":{"start":1729032197322,"stop":1729032197323,"duration":1}},{"uid":"193bf488a2890fa8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/193bf488a2890fa8","status":"passed","time":{"start":1728901899711,"stop":1728901899711,"duration":0}},{"uid":"84737628d6f4fa6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84737628d6f4fa6f","status":"passed","time":{"start":1728893334922,"stop":1728893334922,"duration":0}},{"uid":"25a0310af4bf10b0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/25a0310af4bf10b0","status":"passed","time":{"start":1728856288016,"stop":1728856288016,"duration":0}},{"uid":"3d0fcd11a1acd1ed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3d0fcd11a1acd1ed","status":"passed","time":{"start":1728738501685,"stop":1728738501685,"duration":0}},{"uid":"114deeae7ee954eb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/114deeae7ee954eb","status":"passed","time":{"start":1728683044470,"stop":1728683044486,"duration":16}},{"uid":"c10ad54e7869bbf9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c10ad54e7869bbf9","status":"passed","time":{"start":1728682619632,"stop":1728682619633,"duration":1}},{"uid":"218ac041cd3a79bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/218ac041cd3a79bc","status":"passed","time":{"start":1728677104182,"stop":1728677104183,"duration":1}},{"uid":"5f576169b9655f5b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5f576169b9655f5b","status":"passed","time":{"start":1728669759886,"stop":1728669759887,"duration":1}},{"uid":"cd9e385878948b0a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd9e385878948b0a","status":"passed","time":{"start":1728598164489,"stop":1728598164490,"duration":1}},{"uid":"2070cdc57f243176","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2070cdc57f243176","status":"passed","time":{"start":1728597385264,"stop":1728597385265,"duration":1}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e7e7422287d4b82c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7e7422287d4b82c","status":"passed","time":{"start":1729033976800,"stop":1729033976801,"duration":1}},{"uid":"439721546732f7d7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/439721546732f7d7","status":"passed","time":{"start":1729032020519,"stop":1729032020519,"duration":0}},{"uid":"5bd8b82ae31d3ad","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5bd8b82ae31d3ad","status":"passed","time":{"start":1728901616435,"stop":1728901616435,"duration":0}},{"uid":"7336e2826b9b2c55","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7336e2826b9b2c55","status":"passed","time":{"start":1728893050245,"stop":1728893050246,"duration":1}},{"uid":"85417c1336b3ca35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/85417c1336b3ca35","status":"passed","time":{"start":1728856015172,"stop":1728856015172,"duration":0}},{"uid":"5dc9f32bc81c3958","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5dc9f32bc81c3958","status":"passed","time":{"start":1728738233141,"stop":1728738233141,"duration":0}},{"uid":"78bdfa93fef1ff09","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/78bdfa93fef1ff09","status":"passed","time":{"start":1728682762473,"stop":1728682762473,"duration":0}},{"uid":"915c01e93bb324cb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/915c01e93bb324cb","status":"passed","time":{"start":1728682332787,"stop":1728682332787,"duration":0}},{"uid":"9410bbcd28e9c480","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9410bbcd28e9c480","status":"passed","time":{"start":1728676810292,"stop":1728676810292,"duration":0}},{"uid":"766150738aff81f7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/766150738aff81f7","status":"passed","time":{"start":1728669529900,"stop":1728669529900,"duration":0}},{"uid":"c06dfcc945b47a1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c06dfcc945b47a1b","status":"passed","time":{"start":1728597873535,"stop":1728597873535,"duration":0}},{"uid":"5f8c86d3613b062e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f8c86d3613b062e","status":"passed","time":{"start":1728597089274,"stop":1728597089275,"duration":1}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"33b51db819627fb0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/33b51db819627fb0","status":"passed","time":{"start":1729033842345,"stop":1729033842346,"duration":1}},{"uid":"7017cf65f9241c2b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7017cf65f9241c2b","status":"passed","time":{"start":1729031892045,"stop":1729031892046,"duration":1}},{"uid":"3f97828ef010bcd6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3f97828ef010bcd6","status":"passed","time":{"start":1728901438028,"stop":1728901438028,"duration":0}},{"uid":"be159214091d9076","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/be159214091d9076","status":"passed","time":{"start":1728892868231,"stop":1728892868232,"duration":1}},{"uid":"ce4fcb3332bf810b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce4fcb3332bf810b","status":"passed","time":{"start":1728855831078,"stop":1728855831078,"duration":0}},{"uid":"d57ddd223d74a019","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d57ddd223d74a019","status":"passed","time":{"start":1728738048440,"stop":1728738048441,"duration":1}},{"uid":"32fdfbb261d082f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32fdfbb261d082f","status":"passed","time":{"start":1728682581841,"stop":1728682581842,"duration":1}},{"uid":"8e57d18923d8e5ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e57d18923d8e5ac","status":"passed","time":{"start":1728682154706,"stop":1728682154707,"duration":1}},{"uid":"426722a3d18fb346","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/426722a3d18fb346","status":"passed","time":{"start":1728676629295,"stop":1728676629295,"duration":0}},{"uid":"62a782fdc6ed7681","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/62a782fdc6ed7681","status":"passed","time":{"start":1728669352210,"stop":1728669352210,"duration":0}},{"uid":"a9638b32b271352a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a9638b32b271352a","status":"passed","time":{"start":1728597693015,"stop":1728597693015,"duration":0}},{"uid":"cbd1913043bcb425","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbd1913043bcb425","status":"passed","time":{"start":1728596912516,"stop":1728596912517,"duration":1}}]},"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5f320e050bc272f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f320e050bc272f4","status":"passed","time":{"start":1729034203622,"stop":1729034203622,"duration":0}},{"uid":"2a2d7a6a4d69afde","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a2d7a6a4d69afde","status":"passed","time":{"start":1729032256256,"stop":1729032256256,"duration":0}},{"uid":"353d26a241e2f908","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/353d26a241e2f908","status":"passed","time":{"start":1728902016655,"stop":1728902016655,"duration":0}},{"uid":"6f85b5072fc97195","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6f85b5072fc97195","status":"passed","time":{"start":1728893448586,"stop":1728893448586,"duration":0}},{"uid":"ccb9cfb9c1d900b5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ccb9cfb9c1d900b5","status":"passed","time":{"start":1728856401309,"stop":1728856401309,"duration":0}},{"uid":"c86673b90d309b08","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c86673b90d309b08","status":"passed","time":{"start":1728738624655,"stop":1728738624655,"duration":0}},{"uid":"6a309930b42c6b67","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6a309930b42c6b67","status":"passed","time":{"start":1728683154299,"stop":1728683154299,"duration":0}},{"uid":"bb2ff62acfb15bdb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb2ff62acfb15bdb","status":"passed","time":{"start":1728682726615,"stop":1728682726616,"duration":1}},{"uid":"b8d3b62ac5aac63a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b8d3b62ac5aac63a","status":"passed","time":{"start":1728677221174,"stop":1728677221174,"duration":0}},{"uid":"f11c96aafb13aef2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f11c96aafb13aef2","status":"passed","time":{"start":1728669902841,"stop":1728669902841,"duration":0}},{"uid":"7e7cd28eac0ac44c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7e7cd28eac0ac44c","status":"passed","time":{"start":1728598275773,"stop":1728598275773,"duration":0}},{"uid":"3016622d28287ad8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3016622d28287ad8","status":"passed","time":{"start":1728597495946,"stop":1728597495946,"duration":0}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9f46314006676797","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9f46314006676797","status":"passed","time":{"start":1729033836804,"stop":1729033836804,"duration":0}},{"uid":"ba683d2c563923f5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ba683d2c563923f5","status":"passed","time":{"start":1729031886611,"stop":1729031886611,"duration":0}},{"uid":"d41fef07144bb4bc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d41fef07144bb4bc","status":"passed","time":{"start":1728901432737,"stop":1728901432738,"duration":1}},{"uid":"48f1267f398a7e87","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/48f1267f398a7e87","status":"passed","time":{"start":1728892863023,"stop":1728892863024,"duration":1}},{"uid":"90c787ad76c1de0c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/90c787ad76c1de0c","status":"passed","time":{"start":1728855825773,"stop":1728855825774,"duration":1}},{"uid":"cba4d61e08b39b94","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cba4d61e08b39b94","status":"passed","time":{"start":1728738043032,"stop":1728738043033,"duration":1}},{"uid":"adce5124a18f859c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/adce5124a18f859c","status":"passed","time":{"start":1728682576530,"stop":1728682576530,"duration":0}},{"uid":"338c4a0ed8ba36ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/338c4a0ed8ba36ac","status":"passed","time":{"start":1728682149244,"stop":1728682149244,"duration":0}},{"uid":"f8e8bb774db968c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8e8bb774db968c","status":"passed","time":{"start":1728676623919,"stop":1728676623919,"duration":0}},{"uid":"de3c57ef53dd9e15","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/de3c57ef53dd9e15","status":"passed","time":{"start":1728669346941,"stop":1728669346942,"duration":1}},{"uid":"4351f30611a68d93","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4351f30611a68d93","status":"passed","time":{"start":1728597687695,"stop":1728597687695,"duration":0}},{"uid":"a444a0509cdf9f3d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a444a0509cdf9f3d","status":"passed","time":{"start":1728596907136,"stop":1728596907137,"duration":1}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"6fc963dddf17b915","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6fc963dddf17b915","status":"passed","time":{"start":1729032277693,"stop":1729032277693,"duration":0}},{"uid":"b50ecb102a146e59","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b50ecb102a146e59","status":"passed","time":{"start":1728902034225,"stop":1728902034225,"duration":0}},{"uid":"b9befb6b951ae2d9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b9befb6b951ae2d9","status":"passed","time":{"start":1728893469057,"stop":1728893469058,"duration":1}},{"uid":"a16840972845ed71","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a16840972845ed71","status":"passed","time":{"start":1728856416488,"stop":1728856416488,"duration":0}},{"uid":"76c63aa24f8e25ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76c63aa24f8e25ca","status":"passed","time":{"start":1728738643171,"stop":1728738643171,"duration":0}},{"uid":"3feb5fc1d21a6b91","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3feb5fc1d21a6b91","status":"passed","time":{"start":1728683174247,"stop":1728683174247,"duration":0}},{"uid":"b52ba56c8828879","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b52ba56c8828879","status":"passed","time":{"start":1728682757801,"stop":1728682757802,"duration":1}},{"uid":"7bc6965452de7756","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7bc6965452de7756","status":"passed","time":{"start":1728677231125,"stop":1728677231126,"duration":1}},{"uid":"6e9fbf488315d9a9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e9fbf488315d9a9","status":"passed","time":{"start":1728669920237,"stop":1728669920238,"duration":1}},{"uid":"f8ba4a2ef4056317","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f8ba4a2ef4056317","status":"passed","time":{"start":1728598298889,"stop":1728598298889,"duration":0}},{"uid":"5f479fd4bf0d37d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f479fd4bf0d37d","status":"passed","time":{"start":1728597513734,"stop":1728597513735,"duration":1}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e91cd66ab354b1d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e91cd66ab354b1d9","status":"passed","time":{"start":1729033933479,"stop":1729033933479,"duration":0}},{"uid":"ac9c28c9aba7fe2d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac9c28c9aba7fe2d","status":"passed","time":{"start":1729031982913,"stop":1729031982920,"duration":7}},{"uid":"316b68db8b3c2f75","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/316b68db8b3c2f75","status":"passed","time":{"start":1728901527854,"stop":1728901527855,"duration":1}},{"uid":"e85b66a3187f8efb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e85b66a3187f8efb","status":"passed","time":{"start":1728892960139,"stop":1728892960139,"duration":0}},{"uid":"73d16479a33faae7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/73d16479a33faae7","status":"passed","time":{"start":1728855921714,"stop":1728855921714,"duration":0}},{"uid":"9441d74a24f8bd11","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9441d74a24f8bd11","status":"passed","time":{"start":1728738138431,"stop":1728738138432,"duration":1}},{"uid":"baba2a639a1bd0d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/baba2a639a1bd0d1","status":"passed","time":{"start":1728682672251,"stop":1728682672252,"duration":1}},{"uid":"bec939833ce05a78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bec939833ce05a78","status":"passed","time":{"start":1728682245073,"stop":1728682245074,"duration":1}},{"uid":"e8bf17b254253c86","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8bf17b254253c86","status":"passed","time":{"start":1728676721299,"stop":1728676721299,"duration":0}},{"uid":"45c4e4a6455e316f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/45c4e4a6455e316f","status":"passed","time":{"start":1728669444560,"stop":1728669444560,"duration":0}},{"uid":"b8da34affe8495a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b8da34affe8495a6","status":"passed","time":{"start":1728597784072,"stop":1728597784072,"duration":0}},{"uid":"a8ae71d0fbd253df","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a8ae71d0fbd253df","status":"passed","time":{"start":1728597001547,"stop":1728597001548,"duration":1}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d85c8f05ff375edb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d85c8f05ff375edb","status":"passed","time":{"start":1729034211309,"stop":1729034211309,"duration":0}},{"uid":"71b3d6e33f925c4c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/71b3d6e33f925c4c","status":"passed","time":{"start":1729032264694,"stop":1729032264694,"duration":0}},{"uid":"a4311b34f04a5b17","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a4311b34f04a5b17","status":"passed","time":{"start":1728902020140,"stop":1728902020140,"duration":0}},{"uid":"a2e1c085d22a2c0b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a2e1c085d22a2c0b","status":"passed","time":{"start":1728893452480,"stop":1728893452481,"duration":1}},{"uid":"7e2fc5e4aa747d60","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7e2fc5e4aa747d60","status":"passed","time":{"start":1728856408085,"stop":1728856408085,"duration":0}},{"uid":"282727c15afcd21b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/282727c15afcd21b","status":"passed","time":{"start":1728738627116,"stop":1728738627116,"duration":0}},{"uid":"9d151c97e3fda9f1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d151c97e3fda9f1","status":"passed","time":{"start":1728683164466,"stop":1728683164466,"duration":0}},{"uid":"d05fc4c0faa45b9c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d05fc4c0faa45b9c","status":"passed","time":{"start":1728682734715,"stop":1728682734715,"duration":0}},{"uid":"288ad20354ac9ef9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/288ad20354ac9ef9","status":"passed","time":{"start":1728677218640,"stop":1728677218640,"duration":0}},{"uid":"751d1b988087387","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/751d1b988087387","status":"passed","time":{"start":1728669903962,"stop":1728669903962,"duration":0}},{"uid":"697659ee019a4a14","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/697659ee019a4a14","status":"passed","time":{"start":1728598278368,"stop":1728598278368,"duration":0}},{"uid":"52bb1105afb33a29","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/52bb1105afb33a29","status":"passed","time":{"start":1728597507602,"stop":1728597507602,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2f7044a24bbb2f80","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2f7044a24bbb2f80","status":"passed","time":{"start":1729034014856,"stop":1729034014858,"duration":2}},{"uid":"df316c650141f227","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/df316c650141f227","status":"passed","time":{"start":1729032065443,"stop":1729032065444,"duration":1}},{"uid":"2b5d02d092cd7bf3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2b5d02d092cd7bf3","status":"passed","time":{"start":1728901664247,"stop":1728901664248,"duration":1}},{"uid":"2f54043e9d95b175","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2f54043e9d95b175","status":"passed","time":{"start":1728893093689,"stop":1728893093689,"duration":0}},{"uid":"5c846bb21650d0d2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5c846bb21650d0d2","status":"passed","time":{"start":1728856055266,"stop":1728856055266,"duration":0}},{"uid":"6e57066f338a1526","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e57066f338a1526","status":"passed","time":{"start":1728738274742,"stop":1728738274742,"duration":0}},{"uid":"86629e7e4ae531bd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/86629e7e4ae531bd","status":"passed","time":{"start":1728682807952,"stop":1728682807953,"duration":1}},{"uid":"4c848c3a4bc53af8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4c848c3a4bc53af8","status":"passed","time":{"start":1728682381281,"stop":1728682381282,"duration":1}},{"uid":"aedd71705bfd6ec1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aedd71705bfd6ec1","status":"passed","time":{"start":1728676853895,"stop":1728676853895,"duration":0}},{"uid":"a4a6633da0d14721","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4a6633da0d14721","status":"passed","time":{"start":1728669581686,"stop":1728669581687,"duration":1}},{"uid":"1df05e906cdf8fc1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1df05e906cdf8fc1","status":"passed","time":{"start":1728597923473,"stop":1728597923475,"duration":2}},{"uid":"92d200400bf3af19","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92d200400bf3af19","status":"passed","time":{"start":1728597132260,"stop":1728597132261,"duration":1}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f7ec1ed7d6561802","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7ec1ed7d6561802","status":"passed","time":{"start":1729034129476,"stop":1729034129476,"duration":0}},{"uid":"c61443390a64445f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c61443390a64445f","status":"passed","time":{"start":1729032178369,"stop":1729032178370,"duration":1}},{"uid":"73982f1121ae8a0a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/73982f1121ae8a0a","status":"passed","time":{"start":1728901896349,"stop":1728901896350,"duration":1}},{"uid":"ba70bc9e048e1cac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ba70bc9e048e1cac","status":"passed","time":{"start":1728893329028,"stop":1728893329028,"duration":0}},{"uid":"2d0a6fe8b5f404db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d0a6fe8b5f404db","status":"passed","time":{"start":1728856284766,"stop":1728856284767,"duration":1}},{"uid":"8be79e7e24e08c7c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8be79e7e24e08c7c","status":"passed","time":{"start":1728738494943,"stop":1728738494943,"duration":0}},{"uid":"225ce634c60bb2e0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/225ce634c60bb2e0","status":"passed","time":{"start":1728683033634,"stop":1728683033634,"duration":0}},{"uid":"bfeecd73ea61d927","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bfeecd73ea61d927","status":"passed","time":{"start":1728682601738,"stop":1728682601739,"duration":1}},{"uid":"27fdfc84327cc40","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/27fdfc84327cc40","status":"passed","time":{"start":1728677107963,"stop":1728677107964,"duration":1}},{"uid":"c143e4b79a06e021","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c143e4b79a06e021","status":"passed","time":{"start":1728669764753,"stop":1728669764753,"duration":0}},{"uid":"12352a730f86a26b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/12352a730f86a26b","status":"passed","time":{"start":1728598157564,"stop":1728598157565,"duration":1}},{"uid":"3bc07a83512cfe79","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3bc07a83512cfe79","status":"passed","time":{"start":1728597369075,"stop":1728597369075,"duration":0}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4c71e59145bf52eb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c71e59145bf52eb","status":"passed","time":{"start":1729034144764,"stop":1729034144764,"duration":0}},{"uid":"2c1abafdfcd61963","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c1abafdfcd61963","status":"passed","time":{"start":1729032198814,"stop":1729032198814,"duration":0}},{"uid":"82fbfee100d6c719","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82fbfee100d6c719","status":"passed","time":{"start":1728901901761,"stop":1728901901761,"duration":0}},{"uid":"878828f517047d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/878828f517047d8","status":"passed","time":{"start":1728893337240,"stop":1728893337240,"duration":0}},{"uid":"d10baa97d97e8452","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d10baa97d97e8452","status":"passed","time":{"start":1728856299187,"stop":1728856299187,"duration":0}},{"uid":"46eed295a7cb0cfa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/46eed295a7cb0cfa","status":"passed","time":{"start":1728738505373,"stop":1728738505374,"duration":1}},{"uid":"8c9685a562ea0e41","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c9685a562ea0e41","status":"passed","time":{"start":1728683045447,"stop":1728683045447,"duration":0}},{"uid":"3a349301262bdc9a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a349301262bdc9a","status":"passed","time":{"start":1728682607287,"stop":1728682607287,"duration":0}},{"uid":"35db61d1cfdfda91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35db61d1cfdfda91","status":"passed","time":{"start":1728677103492,"stop":1728677103492,"duration":0}},{"uid":"b1a85ca39cf90907","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1a85ca39cf90907","status":"passed","time":{"start":1728669777114,"stop":1728669777114,"duration":0}},{"uid":"2de88efaf10b1d9a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2de88efaf10b1d9a","status":"passed","time":{"start":1728598163464,"stop":1728598163464,"duration":0}},{"uid":"9e575ff79e2f8c76","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9e575ff79e2f8c76","status":"passed","time":{"start":1728597375464,"stop":1728597375466,"duration":2}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d0d9487a83bc6e77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0d9487a83bc6e77","status":"passed","time":{"start":1729034129469,"stop":1729034129469,"duration":0}},{"uid":"853ee8e1ca78b168","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/853ee8e1ca78b168","status":"passed","time":{"start":1729032178363,"stop":1729032178363,"duration":0}},{"uid":"edaeb078dde8aba2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/edaeb078dde8aba2","status":"passed","time":{"start":1728901896341,"stop":1728901896342,"duration":1}},{"uid":"f3433d19882d6756","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f3433d19882d6756","status":"passed","time":{"start":1728893329020,"stop":1728893329020,"duration":0}},{"uid":"757b4205a9725ce5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/757b4205a9725ce5","status":"passed","time":{"start":1728856284756,"stop":1728856284756,"duration":0}},{"uid":"43c6033d9c813105","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/43c6033d9c813105","status":"passed","time":{"start":1728738494932,"stop":1728738494932,"duration":0}},{"uid":"5c9861e8420cf7ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5c9861e8420cf7ef","status":"passed","time":{"start":1728683033627,"stop":1728683033627,"duration":0}},{"uid":"963fe9b6721bd064","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/963fe9b6721bd064","status":"passed","time":{"start":1728682601731,"stop":1728682601732,"duration":1}},{"uid":"26f27230925a7086","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/26f27230925a7086","status":"passed","time":{"start":1728677107957,"stop":1728677107957,"duration":0}},{"uid":"8c425db28ca89d94","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8c425db28ca89d94","status":"passed","time":{"start":1728669764745,"stop":1728669764745,"duration":0}},{"uid":"fd528deb9bb850b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd528deb9bb850b4","status":"passed","time":{"start":1728598157557,"stop":1728598157557,"duration":0}},{"uid":"4a27f8bc28123aaf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4a27f8bc28123aaf","status":"passed","time":{"start":1728597369055,"stop":1728597369056,"duration":1}}]},"037fa0e7aa81e8d52c4354b4fa7be509:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1baa44d718a20143","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1baa44d718a20143","status":"passed","time":{"start":1728682666063,"stop":1728682666064,"duration":1}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"28b14f47fbb75b87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/28b14f47fbb75b87","status":"passed","time":{"start":1729033857769,"stop":1729033857770,"duration":1}},{"uid":"20e65fc3b117a533","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/20e65fc3b117a533","status":"passed","time":{"start":1729031907989,"stop":1729031907989,"duration":0}},{"uid":"facfdf333b293908","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/facfdf333b293908","status":"passed","time":{"start":1728901453415,"stop":1728901453415,"duration":0}},{"uid":"6c39bbe15933e155","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c39bbe15933e155","status":"passed","time":{"start":1728892883982,"stop":1728892883982,"duration":0}},{"uid":"27c21862e74b38b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/27c21862e74b38b6","status":"passed","time":{"start":1728855846188,"stop":1728855846189,"duration":1}},{"uid":"c2e415ebda2a351c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c2e415ebda2a351c","status":"passed","time":{"start":1728738063651,"stop":1728738063651,"duration":0}},{"uid":"fabc68f51e72023b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fabc68f51e72023b","status":"passed","time":{"start":1728682597534,"stop":1728682597534,"duration":0}},{"uid":"3673020f0ac20013","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3673020f0ac20013","status":"passed","time":{"start":1728682170205,"stop":1728682170205,"duration":0}},{"uid":"e12ef308eb95fc73","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e12ef308eb95fc73","status":"passed","time":{"start":1728676644984,"stop":1728676644984,"duration":0}},{"uid":"fa57fc8c602c5463","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fa57fc8c602c5463","status":"passed","time":{"start":1728669367856,"stop":1728669367856,"duration":0}},{"uid":"8de80fa8155c0830","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8de80fa8155c0830","status":"passed","time":{"start":1728597708663,"stop":1728597708663,"duration":0}},{"uid":"bfd7d2318c49941","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bfd7d2318c49941","status":"passed","time":{"start":1728596927481,"stop":1728596927482,"duration":1}}]},"574a856e3b645a0f34aed9d51f471452:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67057c6bc4ca3007","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/67057c6bc4ca3007","status":"passed","time":{"start":1728856333660,"stop":1728856333672,"duration":12}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6681a50f32a14027","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6681a50f32a14027","status":"passed","time":{"start":1729034162415,"stop":1729034162416,"duration":1}},{"uid":"d069ab7dd3ac4b46","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d069ab7dd3ac4b46","status":"passed","time":{"start":1729032197326,"stop":1729032197327,"duration":1}},{"uid":"8b458b87e0ffa2f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8b458b87e0ffa2f","status":"passed","time":{"start":1728901899716,"stop":1728901899716,"duration":0}},{"uid":"992f70a8529a8fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/992f70a8529a8fb","status":"passed","time":{"start":1728893334924,"stop":1728893334924,"duration":0}},{"uid":"8ea19aea8751be85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8ea19aea8751be85","status":"passed","time":{"start":1728856288018,"stop":1728856288019,"duration":1}},{"uid":"8282fc2f81a0309c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8282fc2f81a0309c","status":"passed","time":{"start":1728738501690,"stop":1728738501690,"duration":0}},{"uid":"332db24438ed3949","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/332db24438ed3949","status":"passed","time":{"start":1728683044488,"stop":1728683044489,"duration":1}},{"uid":"f64a1c64a5809832","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f64a1c64a5809832","status":"passed","time":{"start":1728682619635,"stop":1728682619635,"duration":0}},{"uid":"7c390fe70751bb22","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c390fe70751bb22","status":"passed","time":{"start":1728677104186,"stop":1728677104187,"duration":1}},{"uid":"21eafe13aef35075","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/21eafe13aef35075","status":"passed","time":{"start":1728669759888,"stop":1728669759888,"duration":0}},{"uid":"2f372bed5be8339a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2f372bed5be8339a","status":"passed","time":{"start":1728598164491,"stop":1728598164492,"duration":1}},{"uid":"d51011b3b67f496e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d51011b3b67f496e","status":"passed","time":{"start":1728597385268,"stop":1728597385269,"duration":1}}]},"55860bd709bcf3a2f0ff4f5070e06b37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32ecf91e795d59c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32ecf91e795d59c1","status":"passed","time":{"start":1729034169439,"stop":1729034169441,"duration":2}}]},"828f899e9ee57291ca24911fae323505:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d3e840dfa6eb1262","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3e840dfa6eb1262","status":"passed","time":{"start":1729033974460,"stop":1729033974461,"duration":1}},{"uid":"804eddcc58b9fef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/804eddcc58b9fef","status":"passed","time":{"start":1729032027773,"stop":1729032027774,"duration":1}},{"uid":"cfbaba230eb36f3d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cfbaba230eb36f3d","status":"passed","time":{"start":1728901614554,"stop":1728901614555,"duration":1}},{"uid":"c40b6f0d2fc7b466","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c40b6f0d2fc7b466","status":"passed","time":{"start":1728893048598,"stop":1728893048598,"duration":0}},{"uid":"55d54c59b3a89e0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/55d54c59b3a89e0f","status":"passed","time":{"start":1728856013563,"stop":1728856013563,"duration":0}},{"uid":"d307b99deb6b0ea2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d307b99deb6b0ea2","status":"passed","time":{"start":1728738231636,"stop":1728738231637,"duration":1}},{"uid":"c60ef650ef90600f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c60ef650ef90600f","status":"passed","time":{"start":1728682761075,"stop":1728682761076,"duration":1}},{"uid":"3a6b211981f30b93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a6b211981f30b93","status":"passed","time":{"start":1728682330638,"stop":1728682330638,"duration":0}},{"uid":"72c5603d16d81313","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72c5603d16d81313","status":"passed","time":{"start":1728676808326,"stop":1728676808327,"duration":1}},{"uid":"d92bdbf7c386a5bc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d92bdbf7c386a5bc","status":"passed","time":{"start":1728669528230,"stop":1728669528230,"duration":0}},{"uid":"968ed9612948005e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/968ed9612948005e","status":"passed","time":{"start":1728597872229,"stop":1728597872229,"duration":0}},{"uid":"474a813b9c22dd41","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/474a813b9c22dd41","status":"passed","time":{"start":1728597087690,"stop":1728597087691,"duration":1}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8e99282e67c4320d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e99282e67c4320d","status":"passed","time":{"start":1729034121885,"stop":1729034121885,"duration":0}},{"uid":"e4db0b0af870821","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e4db0b0af870821","status":"passed","time":{"start":1729032174796,"stop":1729032174796,"duration":0}},{"uid":"740414442240dcdc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/740414442240dcdc","status":"passed","time":{"start":1728901881002,"stop":1728901881002,"duration":0}},{"uid":"79cf38a65dfc7144","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/79cf38a65dfc7144","status":"passed","time":{"start":1728893317130,"stop":1728893317130,"duration":0}},{"uid":"c52378548cbdc09b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c52378548cbdc09b","status":"passed","time":{"start":1728856263064,"stop":1728856263064,"duration":0}},{"uid":"724caa766319a973","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/724caa766319a973","status":"passed","time":{"start":1728738492783,"stop":1728738492784,"duration":1}},{"uid":"ec14a1c8e1c14cdc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec14a1c8e1c14cdc","status":"passed","time":{"start":1728683030007,"stop":1728683030007,"duration":0}},{"uid":"4dea9553f994f5ca","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4dea9553f994f5ca","status":"passed","time":{"start":1728682581071,"stop":1728682581072,"duration":1}},{"uid":"74e87ed63a345954","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/74e87ed63a345954","status":"passed","time":{"start":1728677081982,"stop":1728677081983,"duration":1}},{"uid":"c5e2a5659182d456","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c5e2a5659182d456","status":"passed","time":{"start":1728669795383,"stop":1728669795383,"duration":0}},{"uid":"a7d78eecb26d4d6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a7d78eecb26d4d6","status":"passed","time":{"start":1728598137493,"stop":1728598137493,"duration":0}},{"uid":"b4ffc176b1dc04c5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b4ffc176b1dc04c5","status":"passed","time":{"start":1728597353471,"stop":1728597353471,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1f653c7984771ccc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f653c7984771ccc","status":"passed","time":{"start":1729034066151,"stop":1729034066152,"duration":1}},{"uid":"5ac5d0b580c520c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5ac5d0b580c520c3","status":"passed","time":{"start":1728901782834,"stop":1728901782834,"duration":0}},{"uid":"9b74d59b6eb834dd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9b74d59b6eb834dd","status":"passed","time":{"start":1728893215978,"stop":1728893215980,"duration":2}},{"uid":"4a64a77d852b4a95","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4a64a77d852b4a95","status":"passed","time":{"start":1728856159197,"stop":1728856159198,"duration":1}},{"uid":"5dba1566430ce992","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5dba1566430ce992","status":"passed","time":{"start":1728738371832,"stop":1728738371832,"duration":0}},{"uid":"5d0f58612cbfa4bc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5d0f58612cbfa4bc","status":"passed","time":{"start":1728682915877,"stop":1728682915878,"duration":1}},{"uid":"3d61ccdccabbc4dd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d61ccdccabbc4dd","status":"passed","time":{"start":1728682496450,"stop":1728682496450,"duration":0}},{"uid":"f70fba9880dc5f97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f70fba9880dc5f97","status":"passed","time":{"start":1728676980218,"stop":1728676980219,"duration":1}},{"uid":"f1b3b3c59fe92f17","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f1b3b3c59fe92f17","status":"passed","time":{"start":1728598045383,"stop":1728598045383,"duration":0}},{"uid":"65e243c91206227f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/65e243c91206227f","status":"passed","time":{"start":1728597260327,"stop":1728597260328,"duration":1}}]},"21bfe8f89bfea68712a171c7c975a19e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56d7c47f183d3587","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/56d7c47f183d3587","status":"passed","time":{"start":1728682652692,"stop":1728682652692,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"e905e532cade9bbc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e905e532cade9bbc","status":"passed","time":{"start":1729034041507,"stop":1729034041507,"duration":0}},{"uid":"594c7386c1e001ba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/594c7386c1e001ba","status":"passed","time":{"start":1728901705419,"stop":1728901705420,"duration":1}},{"uid":"da3e44e4992d9b72","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da3e44e4992d9b72","status":"passed","time":{"start":1728893141783,"stop":1728893141784,"duration":1}},{"uid":"61f48101402ae610","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/61f48101402ae610","status":"passed","time":{"start":1728856087088,"stop":1728856087088,"duration":0}},{"uid":"cf01fd86b0ff8c38","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cf01fd86b0ff8c38","status":"passed","time":{"start":1728738321458,"stop":1728738321458,"duration":0}},{"uid":"8ebb5d98390b4016","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8ebb5d98390b4016","status":"passed","time":{"start":1728682845682,"stop":1728682845682,"duration":0}},{"uid":"1621c3bebc77de92","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1621c3bebc77de92","status":"passed","time":{"start":1728682424319,"stop":1728682424319,"duration":0}},{"uid":"f33271e52635b8a0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f33271e52635b8a0","status":"passed","time":{"start":1728676900548,"stop":1728676900548,"duration":0}},{"uid":"b97bbb2b39af5bb8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b97bbb2b39af5bb8","status":"passed","time":{"start":1728669625818,"stop":1728669625819,"duration":1}},{"uid":"969c2509a69541b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/969c2509a69541b","status":"passed","time":{"start":1728597957177,"stop":1728597957180,"duration":3}},{"uid":"f1f11a8bd5e1f59c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1f11a8bd5e1f59c","status":"passed","time":{"start":1728597182624,"stop":1728597182625,"duration":1}}]},"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ed172f918a67b239","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ed172f918a67b239","status":"passed","time":{"start":1729033834398,"stop":1729033834398,"duration":0}},{"uid":"2a9ee6afe16e781d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a9ee6afe16e781d","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"7050e04d6a4f1971","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7050e04d6a4f1971","status":"passed","time":{"start":1728901430264,"stop":1728901430264,"duration":0}},{"uid":"cb6aaabfaa23753e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cb6aaabfaa23753e","status":"passed","time":{"start":1728892860542,"stop":1728892860542,"duration":0}},{"uid":"ccae34b7468a821","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ccae34b7468a821","status":"passed","time":{"start":1728855823332,"stop":1728855823332,"duration":0}},{"uid":"c764386e3b962ecb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c764386e3b962ecb","status":"passed","time":{"start":1728738040613,"stop":1728738040613,"duration":0}},{"uid":"debddc119f02c4b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/debddc119f02c4b7","status":"passed","time":{"start":1728682574104,"stop":1728682574104,"duration":0}},{"uid":"e039cbe18ed0f947","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e039cbe18ed0f947","status":"passed","time":{"start":1728682146828,"stop":1728682146828,"duration":0}},{"uid":"df2bfc2858a057dd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/df2bfc2858a057dd","status":"passed","time":{"start":1728676621442,"stop":1728676621443,"duration":1}},{"uid":"fa98ffe087911500","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fa98ffe087911500","status":"passed","time":{"start":1728669344476,"stop":1728669344476,"duration":0}},{"uid":"9565902b0ae1ab95","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9565902b0ae1ab95","status":"passed","time":{"start":1728597685173,"stop":1728597685173,"duration":0}},{"uid":"53ffe2d3d8ee7036","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/53ffe2d3d8ee7036","status":"passed","time":{"start":1728596904482,"stop":1728596904482,"duration":0}}]},"8440000d1a363a7d9b3911151c4c2992:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ef41a7b1467200b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ef41a7b1467200b","status":"passed","time":{"start":1729034121947,"stop":1729034121948,"duration":1}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ad671ec7049aab7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ad671ec7049aab7","status":"passed","time":{"start":1729034200069,"stop":1729034200070,"duration":1}},{"uid":"29997b8da002657e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29997b8da002657e","status":"passed","time":{"start":1729032257898,"stop":1729032257901,"duration":3}},{"uid":"458f334c022dbcce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/458f334c022dbcce","status":"passed","time":{"start":1728902003568,"stop":1728902003568,"duration":0}},{"uid":"4adad4501dcd58f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4adad4501dcd58f3","status":"passed","time":{"start":1728893434697,"stop":1728893434697,"duration":0}},{"uid":"b875f1a0fd416b51","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b875f1a0fd416b51","status":"passed","time":{"start":1728856398645,"stop":1728856398646,"duration":1}},{"uid":"7fb995fbc52742e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fb995fbc52742e0","status":"passed","time":{"start":1728738612003,"stop":1728738612003,"duration":0}},{"uid":"f02f27af605b4064","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f02f27af605b4064","status":"passed","time":{"start":1728683155010,"stop":1728683155010,"duration":0}},{"uid":"4cd8b7b86626e998","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4cd8b7b86626e998","status":"passed","time":{"start":1728682706106,"stop":1728682706107,"duration":1}},{"uid":"643d8000dd35d919","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/643d8000dd35d919","status":"passed","time":{"start":1728677207497,"stop":1728677207497,"duration":0}},{"uid":"ed2665e119ca379","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed2665e119ca379","status":"passed","time":{"start":1728669887099,"stop":1728669887099,"duration":0}},{"uid":"470c95075e8b5ebb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/470c95075e8b5ebb","status":"passed","time":{"start":1728598263649,"stop":1728598263654,"duration":5}},{"uid":"f9b47f02bb1a1e4a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f9b47f02bb1a1e4a","status":"passed","time":{"start":1728597478276,"stop":1728597478277,"duration":1}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"50b712ddeb49f24e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/50b712ddeb49f24e","status":"passed","time":{"start":1729034129472,"stop":1729034129472,"duration":0}},{"uid":"1f85d02826273168","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1f85d02826273168","status":"passed","time":{"start":1729032178366,"stop":1729032178366,"duration":0}},{"uid":"bb2973a2fc2c6239","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bb2973a2fc2c6239","status":"passed","time":{"start":1728901896345,"stop":1728901896345,"duration":0}},{"uid":"a6d57dc7668b5fa2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6d57dc7668b5fa2","status":"passed","time":{"start":1728893329023,"stop":1728893329023,"duration":0}},{"uid":"37a9e551f014ea37","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/37a9e551f014ea37","status":"passed","time":{"start":1728856284760,"stop":1728856284761,"duration":1}},{"uid":"f79eb867313791b4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f79eb867313791b4","status":"passed","time":{"start":1728738494938,"stop":1728738494938,"duration":0}},{"uid":"1e1fed5af4985ae7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1e1fed5af4985ae7","status":"passed","time":{"start":1728683033630,"stop":1728683033630,"duration":0}},{"uid":"13ef09a2146c3c0e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13ef09a2146c3c0e","status":"passed","time":{"start":1728682601734,"stop":1728682601734,"duration":0}},{"uid":"f08dcb9137d73754","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f08dcb9137d73754","status":"passed","time":{"start":1728677107959,"stop":1728677107960,"duration":1}},{"uid":"2863922b89e5e7e4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2863922b89e5e7e4","status":"passed","time":{"start":1728669764749,"stop":1728669764749,"duration":0}},{"uid":"8bb69940e8a160e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bb69940e8a160e7","status":"passed","time":{"start":1728598157560,"stop":1728598157561,"duration":1}},{"uid":"e5238b0744597bd1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5238b0744597bd1","status":"passed","time":{"start":1728597369059,"stop":1728597369059,"duration":0}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"302e84e6032ffd26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/302e84e6032ffd26","status":"passed","time":{"start":1729034121912,"stop":1729034121913,"duration":1}},{"uid":"5f94e246760ba04b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5f94e246760ba04b","status":"passed","time":{"start":1729032174872,"stop":1729032174873,"duration":1}},{"uid":"8e9b824b2bc1c826","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e9b824b2bc1c826","status":"passed","time":{"start":1728901881013,"stop":1728901881013,"duration":0}},{"uid":"7cb4e778a9763ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7cb4e778a9763ca","status":"passed","time":{"start":1728893317164,"stop":1728893317165,"duration":1}},{"uid":"b683f64c5e6c0bfc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b683f64c5e6c0bfc","status":"passed","time":{"start":1728856263100,"stop":1728856263100,"duration":0}},{"uid":"37cc7ca600228b02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37cc7ca600228b02","status":"passed","time":{"start":1728738492799,"stop":1728738492799,"duration":0}},{"uid":"367243aa76c2468a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/367243aa76c2468a","status":"passed","time":{"start":1728683030022,"stop":1728683030022,"duration":0}},{"uid":"b39760bcdc112a12","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b39760bcdc112a12","status":"passed","time":{"start":1728682581103,"stop":1728682581104,"duration":1}},{"uid":"12093564e02e15cb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/12093564e02e15cb","status":"passed","time":{"start":1728677081997,"stop":1728677081998,"duration":1}},{"uid":"7627d4fcb0981f87","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7627d4fcb0981f87","status":"passed","time":{"start":1728669795395,"stop":1728669795398,"duration":3}},{"uid":"5fdd90cd862998de","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5fdd90cd862998de","status":"passed","time":{"start":1728598137504,"stop":1728598137504,"duration":0}},{"uid":"6f476ba457609cfd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6f476ba457609cfd","status":"passed","time":{"start":1728597353480,"stop":1728597353480,"duration":0}}]},"848c54e3d0e8b3e6d0156abfd15fdda2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e0ad814e644a74b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9e0ad814e644a74b","status":"passed","time":{"start":1728738555093,"stop":1728738555094,"duration":1}}]},"3b608d7d71f01ef2aacb351f527bf854:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ef332c7482c05eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5ef332c7482c05eb","status":"passed","time":{"start":1728738492805,"stop":1728738492805,"duration":0}}]},"3cb86b786558114ed062de59c8d16b5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a923b53578946c7f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a923b53578946c7f","status":"passed","time":{"start":1728856333659,"stop":1728856333660,"duration":1}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8bb9fe7293c3b85","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8bb9fe7293c3b85","status":"passed","time":{"start":1729033904745,"stop":1729033904747,"duration":2}},{"uid":"9b5f65bc6486f9b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9b5f65bc6486f9b","status":"passed","time":{"start":1729031952293,"stop":1729031952293,"duration":0}},{"uid":"5c680874d928dc6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5c680874d928dc6e","status":"passed","time":{"start":1728901498547,"stop":1728901498547,"duration":0}},{"uid":"b4f6fb4cbe6e848d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b4f6fb4cbe6e848d","status":"passed","time":{"start":1728892934940,"stop":1728892934940,"duration":0}},{"uid":"400360a550b5006d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/400360a550b5006d","status":"passed","time":{"start":1728855901080,"stop":1728855901087,"duration":7}},{"uid":"e0b97ef8636587ff","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e0b97ef8636587ff","status":"passed","time":{"start":1728738109820,"stop":1728738109821,"duration":1}},{"uid":"4cafe129f81a88dc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4cafe129f81a88dc","status":"passed","time":{"start":1728682641761,"stop":1728682641762,"duration":1}},{"uid":"52d07f697b569cfa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/52d07f697b569cfa","status":"passed","time":{"start":1728682224054,"stop":1728682224055,"duration":1}},{"uid":"c1b5fb413b163715","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1b5fb413b163715","status":"passed","time":{"start":1728676692588,"stop":1728676692588,"duration":0}},{"uid":"19f2ae862ff26b3c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/19f2ae862ff26b3c","status":"passed","time":{"start":1728669414322,"stop":1728669414325,"duration":3}},{"uid":"21c416ca32bd354f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/21c416ca32bd354f","status":"passed","time":{"start":1728597758156,"stop":1728597758156,"duration":0}},{"uid":"64561bf94a519e05","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/64561bf94a519e05","status":"passed","time":{"start":1728596973960,"stop":1728596973960,"duration":0}}]},"672397862f4496f05589689eff73d144:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f84602f304f1109","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7f84602f304f1109","status":"passed","time":{"start":1728683117676,"stop":1728683117676,"duration":0}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f230aa5b957c2ee5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f230aa5b957c2ee5","status":"passed","time":{"start":1729034144756,"stop":1729034144756,"duration":0}},{"uid":"86046a09c3517d59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/86046a09c3517d59","status":"passed","time":{"start":1729032198808,"stop":1729032198808,"duration":0}},{"uid":"2832330573697747","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2832330573697747","status":"passed","time":{"start":1728901901734,"stop":1728901901735,"duration":1}},{"uid":"96a8de8910ca7eb8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/96a8de8910ca7eb8","status":"passed","time":{"start":1728893337226,"stop":1728893337226,"duration":0}},{"uid":"9f8ed76cba287529","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f8ed76cba287529","status":"passed","time":{"start":1728856299183,"stop":1728856299183,"duration":0}},{"uid":"5bda78c4a03a5717","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5bda78c4a03a5717","status":"passed","time":{"start":1728738505368,"stop":1728738505368,"duration":0}},{"uid":"f3f24a54f462b5a9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3f24a54f462b5a9","status":"passed","time":{"start":1728683045437,"stop":1728683045437,"duration":0}},{"uid":"198d53f41d7a3b3f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/198d53f41d7a3b3f","status":"passed","time":{"start":1728682607279,"stop":1728682607279,"duration":0}},{"uid":"158225059a7dd36a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/158225059a7dd36a","status":"passed","time":{"start":1728677103484,"stop":1728677103484,"duration":0}},{"uid":"8785ff339feb4127","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8785ff339feb4127","status":"passed","time":{"start":1728669777110,"stop":1728669777110,"duration":0}},{"uid":"dc29fb880c29765","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc29fb880c29765","status":"passed","time":{"start":1728598163458,"stop":1728598163459,"duration":1}},{"uid":"359fb96e249a6532","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/359fb96e249a6532","status":"passed","time":{"start":1728597375453,"stop":1728597375454,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6a8e22de62afb947","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a8e22de62afb947","status":"passed","time":{"start":1729033842350,"stop":1729033842350,"duration":0}},{"uid":"ea509b879f96a138","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ea509b879f96a138","status":"passed","time":{"start":1729031892048,"stop":1729031892049,"duration":1}},{"uid":"ceb787dc15800b48","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ceb787dc15800b48","status":"passed","time":{"start":1728901438031,"stop":1728901438031,"duration":0}},{"uid":"d6a5d65a402d0bfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6a5d65a402d0bfd","status":"passed","time":{"start":1728892868234,"stop":1728892868235,"duration":1}},{"uid":"cd96393e68131213","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cd96393e68131213","status":"passed","time":{"start":1728855831081,"stop":1728855831081,"duration":0}},{"uid":"fdf059388bedec65","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fdf059388bedec65","status":"passed","time":{"start":1728738048444,"stop":1728738048444,"duration":0}},{"uid":"1fcb7db8fb6be368","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1fcb7db8fb6be368","status":"passed","time":{"start":1728682581847,"stop":1728682581848,"duration":1}},{"uid":"8f66789623f8e195","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8f66789623f8e195","status":"passed","time":{"start":1728682154709,"stop":1728682154710,"duration":1}},{"uid":"ec01d9d13cdc4d01","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec01d9d13cdc4d01","status":"passed","time":{"start":1728676629303,"stop":1728676629304,"duration":1}},{"uid":"a095924f0c78e8af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a095924f0c78e8af","status":"passed","time":{"start":1728669352212,"stop":1728669352213,"duration":1}},{"uid":"1eab5056830b3458","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1eab5056830b3458","status":"passed","time":{"start":1728597693020,"stop":1728597693021,"duration":1}},{"uid":"8d422045d34e8d51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d422045d34e8d51","status":"passed","time":{"start":1728596912534,"stop":1728596912534,"duration":0}}]},"69632c8ff60ec8fd34af2865229def31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48a72d126fba64e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/48a72d126fba64e","status":"passed","time":{"start":1728856355682,"stop":1728856355683,"duration":1}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cab3873319e434e3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cab3873319e434e3","status":"passed","time":{"start":1729033976806,"stop":1729033976807,"duration":1}},{"uid":"123e1b0ddd1376de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/123e1b0ddd1376de","status":"passed","time":{"start":1729032020530,"stop":1729032020531,"duration":1}},{"uid":"67fff6eb32030bff","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67fff6eb32030bff","status":"passed","time":{"start":1728901616474,"stop":1728901616474,"duration":0}},{"uid":"1d96fbd514fea817","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d96fbd514fea817","status":"passed","time":{"start":1728893050251,"stop":1728893050251,"duration":0}},{"uid":"94851dc12162616e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/94851dc12162616e","status":"passed","time":{"start":1728856015177,"stop":1728856015180,"duration":3}},{"uid":"39e4dc0f26d95951","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/39e4dc0f26d95951","status":"passed","time":{"start":1728738233148,"stop":1728738233148,"duration":0}},{"uid":"d2838e48c3429061","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d2838e48c3429061","status":"passed","time":{"start":1728682762478,"stop":1728682762478,"duration":0}},{"uid":"88469ad70ed63a6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/88469ad70ed63a6","status":"passed","time":{"start":1728682332792,"stop":1728682332792,"duration":0}},{"uid":"c42c0f9c80bf1a9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c42c0f9c80bf1a9","status":"passed","time":{"start":1728676810300,"stop":1728676810303,"duration":3}},{"uid":"282d1a40b9b6f06d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/282d1a40b9b6f06d","status":"passed","time":{"start":1728669529906,"stop":1728669529906,"duration":0}},{"uid":"e22a7365244947cf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e22a7365244947cf","status":"passed","time":{"start":1728597873541,"stop":1728597873541,"duration":0}},{"uid":"3cb3df1434b054d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3cb3df1434b054d1","status":"passed","time":{"start":1728597089279,"stop":1728597089279,"duration":0}}]},"f849b89fe6b8d4b2b0b8fe9e91ddc402:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"163c298aa1a1cfdd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/163c298aa1a1cfdd","status":"passed","time":{"start":1728683093170,"stop":1728683093170,"duration":0}}]},"9429f9d03cae34c7ad746af981475693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cab060f1e25f10a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5cab060f1e25f10a","status":"passed","time":{"start":1728669795407,"stop":1728669795408,"duration":1}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7e6e74e42811c697","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7e6e74e42811c697","status":"passed","time":{"start":1729033937083,"stop":1729033937083,"duration":0}},{"uid":"e520dab9b539f3df","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e520dab9b539f3df","status":"passed","time":{"start":1729031987033,"stop":1729031987033,"duration":0}},{"uid":"13adf496c923114f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/13adf496c923114f","status":"passed","time":{"start":1728901546863,"stop":1728901546863,"duration":0}},{"uid":"e1f972c065426c89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e1f972c065426c89","status":"passed","time":{"start":1728892979418,"stop":1728892979419,"duration":1}},{"uid":"332ae9ecc0c7c7f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/332ae9ecc0c7c7f","status":"passed","time":{"start":1728855940957,"stop":1728855940958,"duration":1}},{"uid":"17a515bfcab60c49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/17a515bfcab60c49","status":"passed","time":{"start":1728738161107,"stop":1728738161107,"duration":0}},{"uid":"cb5fc9ee1b546380","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cb5fc9ee1b546380","status":"passed","time":{"start":1728682691671,"stop":1728682691671,"duration":0}},{"uid":"bacd2ec6ca3d201","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bacd2ec6ca3d201","status":"passed","time":{"start":1728682265766,"stop":1728682265767,"duration":1}},{"uid":"50047451f76e846f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/50047451f76e846f","status":"passed","time":{"start":1728676744597,"stop":1728676744598,"duration":1}},{"uid":"b4e03faa57d4bb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b4e03faa57d4bb3","status":"passed","time":{"start":1728669464696,"stop":1728669464703,"duration":7}},{"uid":"3920e265eb13534c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3920e265eb13534c","status":"passed","time":{"start":1728597804167,"stop":1728597804168,"duration":1}},{"uid":"8d62c3d90427d3d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d62c3d90427d3d2","status":"passed","time":{"start":1728597021421,"stop":1728597021422,"duration":1}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"997ec848a1e13ccb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/997ec848a1e13ccb","status":"passed","time":{"start":1729034066153,"stop":1729034066153,"duration":0}},{"uid":"927a946fc783ce4a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/927a946fc783ce4a","status":"passed","time":{"start":1728901782835,"stop":1728901782835,"duration":0}},{"uid":"ba1af1d755af0a1e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ba1af1d755af0a1e","status":"passed","time":{"start":1728893215983,"stop":1728893215984,"duration":1}},{"uid":"273bbb36db0788e9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/273bbb36db0788e9","status":"passed","time":{"start":1728856159198,"stop":1728856159198,"duration":0}},{"uid":"16cf8424b0afc75f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/16cf8424b0afc75f","status":"passed","time":{"start":1728738371833,"stop":1728738371833,"duration":0}},{"uid":"ef9ecda1ac0f93c4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ef9ecda1ac0f93c4","status":"passed","time":{"start":1728682915879,"stop":1728682915880,"duration":1}},{"uid":"8b5bf93f9611e64","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8b5bf93f9611e64","status":"passed","time":{"start":1728682496455,"stop":1728682496455,"duration":0}},{"uid":"c793f065500e23fc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c793f065500e23fc","status":"passed","time":{"start":1728676980220,"stop":1728676980222,"duration":2}},{"uid":"fb94c512f9ca327b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fb94c512f9ca327b","status":"passed","time":{"start":1728598045383,"stop":1728598045384,"duration":1}},{"uid":"10dc4cbccd659dd3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/10dc4cbccd659dd3","status":"passed","time":{"start":1728597260329,"stop":1728597260329,"duration":0}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"85ba216f652b1afb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85ba216f652b1afb","status":"passed","time":{"start":1729033976789,"stop":1729033976789,"duration":0}},{"uid":"56ad98f42ce0073a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/56ad98f42ce0073a","status":"passed","time":{"start":1729032020510,"stop":1729032020510,"duration":0}},{"uid":"40ec16a95c46e27a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40ec16a95c46e27a","status":"passed","time":{"start":1728901616426,"stop":1728901616426,"duration":0}},{"uid":"5e4f58d90b7cc972","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5e4f58d90b7cc972","status":"passed","time":{"start":1728893050241,"stop":1728893050242,"duration":1}},{"uid":"f3dbbb98f1b1fe14","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3dbbb98f1b1fe14","status":"passed","time":{"start":1728856015168,"stop":1728856015168,"duration":0}},{"uid":"7cb35944e01b59c3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7cb35944e01b59c3","status":"passed","time":{"start":1728738233133,"stop":1728738233133,"duration":0}},{"uid":"26df193201299446","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/26df193201299446","status":"passed","time":{"start":1728682762466,"stop":1728682762467,"duration":1}},{"uid":"301ea4d433d3721a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/301ea4d433d3721a","status":"passed","time":{"start":1728682332782,"stop":1728682332783,"duration":1}},{"uid":"42e07f93c451be66","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/42e07f93c451be66","status":"passed","time":{"start":1728676810287,"stop":1728676810287,"duration":0}},{"uid":"2b5ac6b5000b91a9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b5ac6b5000b91a9","status":"passed","time":{"start":1728669529890,"stop":1728669529890,"duration":0}},{"uid":"91fdca3cfecaeaf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/91fdca3cfecaeaf","status":"passed","time":{"start":1728597873530,"stop":1728597873530,"duration":0}},{"uid":"cd3b7e18225defc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd3b7e18225defc2","status":"passed","time":{"start":1728597089270,"stop":1728597089270,"duration":0}}]},"1039879d84fef6ec88d6b8c8c3bf2062:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b737f3b19550c4d7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b737f3b19550c4d7","status":"passed","time":{"start":1728901881028,"stop":1728901881029,"duration":1}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"249094951590ce0f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/249094951590ce0f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122311,"stop":1729034122311,"duration":0}},{"uid":"7d843f87d6d44cb7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7d843f87d6d44cb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175157,"stop":1729032175161,"duration":4}},{"uid":"b79b7989b1d65500","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b79b7989b1d65500","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873457,"stop":1728901873458,"duration":1}},{"uid":"b946572bd6c75e78","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b946572bd6c75e78","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311289,"stop":1728893311290,"duration":1}},{"uid":"63b8873ca3ed5b88","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63b8873ca3ed5b88","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263476,"stop":1728856263477,"duration":1}},{"uid":"3caabfe22ed5b5ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3caabfe22ed5b5ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483673,"stop":1728738483673,"duration":0}},{"uid":"86cbd9362ccb9dd2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/86cbd9362ccb9dd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030247,"stop":1728683030248,"duration":1}},{"uid":"f87c9c92dd5a0868","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f87c9c92dd5a0868","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581303,"stop":1728682581304,"duration":1}},{"uid":"9bcfbd929dfacbec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9bcfbd929dfacbec","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082260,"stop":1728677082260,"duration":0}},{"uid":"629f86270552b717","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/629f86270552b717","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754303,"stop":1728669754303,"duration":0}},{"uid":"a6a4578a2ea0c4c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a6a4578a2ea0c4c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137642,"stop":1728598137642,"duration":0}},{"uid":"7b24077bbee73d23","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b24077bbee73d23","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350584,"stop":1728597350584,"duration":0}}]},"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3818b3cb1003852b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3818b3cb1003852b","status":"passed","time":{"start":1729033834388,"stop":1729033834389,"duration":1}},{"uid":"c15c5a3f9b3f59c1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c15c5a3f9b3f59c1","status":"passed","time":{"start":1729031884122,"stop":1729031884122,"duration":0}},{"uid":"56dc656e1ea0ee15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56dc656e1ea0ee15","status":"passed","time":{"start":1728901430256,"stop":1728901430256,"duration":0}},{"uid":"d473e5f35faaf220","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d473e5f35faaf220","status":"passed","time":{"start":1728892860534,"stop":1728892860534,"duration":0}},{"uid":"43df41ee66b9311a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/43df41ee66b9311a","status":"passed","time":{"start":1728855823324,"stop":1728855823324,"duration":0}},{"uid":"64ff2a5dbc355d16","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/64ff2a5dbc355d16","status":"passed","time":{"start":1728738040605,"stop":1728738040605,"duration":0}},{"uid":"e18d6e02b0e16d62","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e18d6e02b0e16d62","status":"passed","time":{"start":1728682574095,"stop":1728682574095,"duration":0}},{"uid":"166f61b4703ebc19","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/166f61b4703ebc19","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"fef64175d00dea2d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fef64175d00dea2d","status":"passed","time":{"start":1728676621434,"stop":1728676621434,"duration":0}},{"uid":"92f4e040c8734496","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92f4e040c8734496","status":"passed","time":{"start":1728669344470,"stop":1728669344470,"duration":0}},{"uid":"845575160abe8eb7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/845575160abe8eb7","status":"passed","time":{"start":1728597685163,"stop":1728597685164,"duration":1}},{"uid":"fc399176e11abca1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc399176e11abca1","status":"passed","time":{"start":1728596904471,"stop":1728596904471,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2e34179447f8771f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2e34179447f8771f","status":"passed","time":{"start":1729034144773,"stop":1729034144774,"duration":1}},{"uid":"5123d2daf6fc231e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5123d2daf6fc231e","status":"passed","time":{"start":1729032198837,"stop":1729032198838,"duration":1}},{"uid":"ea24b55f1204acca","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea24b55f1204acca","status":"passed","time":{"start":1728901901778,"stop":1728901901778,"duration":0}},{"uid":"d9f86b48e2b95f5f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d9f86b48e2b95f5f","status":"passed","time":{"start":1728893337259,"stop":1728893337259,"duration":0}},{"uid":"ead699be5e7c537","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ead699be5e7c537","status":"passed","time":{"start":1728856299203,"stop":1728856299203,"duration":0}},{"uid":"540b0d4522620cf7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/540b0d4522620cf7","status":"passed","time":{"start":1728738505395,"stop":1728738505396,"duration":1}},{"uid":"a1132fcdfc896784","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1132fcdfc896784","status":"passed","time":{"start":1728683045455,"stop":1728683045455,"duration":0}},{"uid":"ca5745871ad98ebe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ca5745871ad98ebe","status":"passed","time":{"start":1728682607300,"stop":1728682607300,"duration":0}},{"uid":"25dd9044146f98eb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/25dd9044146f98eb","status":"passed","time":{"start":1728677103503,"stop":1728677103504,"duration":1}},{"uid":"e3c1431438294208","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e3c1431438294208","status":"passed","time":{"start":1728669777144,"stop":1728669777144,"duration":0}},{"uid":"8b85ea3f8a2fa2a5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8b85ea3f8a2fa2a5","status":"passed","time":{"start":1728598163472,"stop":1728598163472,"duration":0}},{"uid":"ee26ed8bb8a0a23c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ee26ed8bb8a0a23c","status":"passed","time":{"start":1728597375493,"stop":1728597375494,"duration":1}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3f1d65590d8b1712","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f1d65590d8b1712","status":"passed","time":{"start":1729033976776,"stop":1729033976776,"duration":0}},{"uid":"9d37436f43ca4199","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d37436f43ca4199","status":"passed","time":{"start":1729032020507,"stop":1729032020507,"duration":0}},{"uid":"89413cf73e649923","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/89413cf73e649923","status":"passed","time":{"start":1728901616424,"stop":1728901616424,"duration":0}},{"uid":"828022834f9c6777","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/828022834f9c6777","status":"passed","time":{"start":1728893050239,"stop":1728893050239,"duration":0}},{"uid":"8b31c7e956f2d83e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b31c7e956f2d83e","status":"passed","time":{"start":1728856015166,"stop":1728856015166,"duration":0}},{"uid":"ae46f6e4cf8abd1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ae46f6e4cf8abd1c","status":"passed","time":{"start":1728738233128,"stop":1728738233129,"duration":1}},{"uid":"786dda69f3bccb02","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/786dda69f3bccb02","status":"passed","time":{"start":1728682762462,"stop":1728682762462,"duration":0}},{"uid":"ea7150daa16a92bf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea7150daa16a92bf","status":"passed","time":{"start":1728682332780,"stop":1728682332780,"duration":0}},{"uid":"557ee14409f58bd8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/557ee14409f58bd8","status":"passed","time":{"start":1728676810284,"stop":1728676810285,"duration":1}},{"uid":"6c4348b69fbdc267","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c4348b69fbdc267","status":"passed","time":{"start":1728669529887,"stop":1728669529888,"duration":1}},{"uid":"3d8ac0c4bc41f97a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3d8ac0c4bc41f97a","status":"passed","time":{"start":1728597873526,"stop":1728597873527,"duration":1}},{"uid":"8972030cc2949db7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8972030cc2949db7","status":"passed","time":{"start":1728597089267,"stop":1728597089268,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"747430b44b05be25","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/747430b44b05be25","status":"passed","time":{"start":1729034121875,"stop":1729034121875,"duration":0}},{"uid":"462fd9e323556702","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/462fd9e323556702","status":"passed","time":{"start":1729032174794,"stop":1729032174795,"duration":1}},{"uid":"d793a150811ef4f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d793a150811ef4f7","status":"passed","time":{"start":1728901881001,"stop":1728901881001,"duration":0}},{"uid":"93f67f9ccce65490","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/93f67f9ccce65490","status":"passed","time":{"start":1728893317129,"stop":1728893317129,"duration":0}},{"uid":"34899aadb998dcad","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/34899aadb998dcad","status":"passed","time":{"start":1728856263062,"stop":1728856263063,"duration":1}},{"uid":"9e5607c2d00bc13e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9e5607c2d00bc13e","status":"passed","time":{"start":1728738492779,"stop":1728738492781,"duration":2}},{"uid":"6586634731223127","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6586634731223127","status":"passed","time":{"start":1728683030005,"stop":1728683030006,"duration":1}},{"uid":"fea44c9559b11da9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fea44c9559b11da9","status":"passed","time":{"start":1728682581058,"stop":1728682581060,"duration":2}},{"uid":"af212fb5f441af91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/af212fb5f441af91","status":"passed","time":{"start":1728677081981,"stop":1728677081981,"duration":0}},{"uid":"803ed7b5708a4a76","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/803ed7b5708a4a76","status":"passed","time":{"start":1728669795382,"stop":1728669795382,"duration":0}},{"uid":"983eecf1e2e2366c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/983eecf1e2e2366c","status":"passed","time":{"start":1728598137489,"stop":1728598137490,"duration":1}},{"uid":"97c946fc2558cea6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/97c946fc2558cea6","status":"passed","time":{"start":1728597353469,"stop":1728597353470,"duration":1}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5c5fcfe8d2d086c7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5c5fcfe8d2d086c7","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"duration":0}},{"uid":"6495cd77bc38d864","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6495cd77bc38d864","status":"passed","time":{"start":1729031892683,"stop":1729031892683,"duration":0}},{"uid":"a01a1ba40aecaaa5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a01a1ba40aecaaa5","status":"passed","time":{"start":1728901438815,"stop":1728901438815,"duration":0}},{"uid":"7bf951d6dad3afb9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7bf951d6dad3afb9","status":"passed","time":{"start":1728892869008,"stop":1728892869008,"duration":0}},{"uid":"223f55dbcad1bcb8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/223f55dbcad1bcb8","status":"passed","time":{"start":1728855831899,"stop":1728855831899,"duration":0}},{"uid":"fb53102a638e16c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fb53102a638e16c4","status":"passed","time":{"start":1728738049047,"stop":1728738049048,"duration":1}},{"uid":"5b63b0bf9234a017","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5b63b0bf9234a017","status":"passed","time":{"start":1728682582626,"stop":1728682582626,"duration":0}},{"uid":"826bf72ead49e878","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/826bf72ead49e878","status":"passed","time":{"start":1728682155414,"stop":1728682155414,"duration":0}},{"uid":"250c907f222a5b93","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/250c907f222a5b93","status":"passed","time":{"start":1728676629981,"stop":1728676629981,"duration":0}},{"uid":"d14884ad5e7af976","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d14884ad5e7af976","status":"passed","time":{"start":1728669353108,"stop":1728669353108,"duration":0}},{"uid":"43d4885abdd378aa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/43d4885abdd378aa","status":"passed","time":{"start":1728597693854,"stop":1728597693854,"duration":0}},{"uid":"4902b7369b07352f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4902b7369b07352f","status":"passed","time":{"start":1728596913098,"stop":1728596913098,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ee6e97b084a3d147","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee6e97b084a3d147","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0}},{"uid":"1af2a877dd294631","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1af2a877dd294631","status":"passed","time":{"start":1729031892682,"stop":1729031892682,"duration":0}},{"uid":"1c470f23e279a11d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c470f23e279a11d","status":"passed","time":{"start":1728901438813,"stop":1728901438813,"duration":0}},{"uid":"c339ab73e2d147ae","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c339ab73e2d147ae","status":"passed","time":{"start":1728892869006,"stop":1728892869006,"duration":0}},{"uid":"b2cfa81f5fd984ce","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2cfa81f5fd984ce","status":"passed","time":{"start":1728855831898,"stop":1728855831898,"duration":0}},{"uid":"4818cbe759085a5b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4818cbe759085a5b","status":"passed","time":{"start":1728738049045,"stop":1728738049046,"duration":1}},{"uid":"45cb0c7329d6984d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/45cb0c7329d6984d","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"c8366e4e8fe0c25a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c8366e4e8fe0c25a","status":"passed","time":{"start":1728682155413,"stop":1728682155413,"duration":0}},{"uid":"2ccb5329e6b21d68","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2ccb5329e6b21d68","status":"passed","time":{"start":1728676629979,"stop":1728676629980,"duration":1}},{"uid":"1166bf64a26752e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1166bf64a26752e2","status":"passed","time":{"start":1728669353106,"stop":1728669353107,"duration":1}},{"uid":"d0a9c0dc8119fa0f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d0a9c0dc8119fa0f","status":"passed","time":{"start":1728597693852,"stop":1728597693853,"duration":1}},{"uid":"149804c81e6be875","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/149804c81e6be875","status":"passed","time":{"start":1728596913096,"stop":1728596913097,"duration":1}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"678e61af4756519d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/678e61af4756519d","status":"passed","time":{"start":1729033843123,"stop":1729033843123,"duration":0}},{"uid":"8b74c1ef967baed6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b74c1ef967baed6","status":"passed","time":{"start":1729031892682,"stop":1729031892682,"duration":0}},{"uid":"bc6a659c90f8a3c2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc6a659c90f8a3c2","status":"passed","time":{"start":1728901438813,"stop":1728901438813,"duration":0}},{"uid":"dfc13b5edc8c730a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dfc13b5edc8c730a","status":"passed","time":{"start":1728892869006,"stop":1728892869006,"duration":0}},{"uid":"83cefa48862e25ef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/83cefa48862e25ef","status":"passed","time":{"start":1728855831897,"stop":1728855831897,"duration":0}},{"uid":"9271c5ce7d6697bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9271c5ce7d6697bd","status":"passed","time":{"start":1728738049045,"stop":1728738049045,"duration":0}},{"uid":"6d1b9ed4f7beac1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6d1b9ed4f7beac1","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"176f89164cdbf522","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/176f89164cdbf522","status":"passed","time":{"start":1728682155413,"stop":1728682155413,"duration":0}},{"uid":"e8a0fd8e0cc1f061","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8a0fd8e0cc1f061","status":"passed","time":{"start":1728676629979,"stop":1728676629979,"duration":0}},{"uid":"1e2bace4bf33a7ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1e2bace4bf33a7ed","status":"passed","time":{"start":1728669353106,"stop":1728669353106,"duration":0}},{"uid":"e3a0240afdf5c3e5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3a0240afdf5c3e5","status":"passed","time":{"start":1728597693852,"stop":1728597693852,"duration":0}},{"uid":"ff3acd62c7e12768","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ff3acd62c7e12768","status":"passed","time":{"start":1728596913096,"stop":1728596913096,"duration":0}}]},"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e7ddfb684898949","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7ddfb684898949","status":"passed","time":{"start":1729033834398,"stop":1729033834398,"duration":0}},{"uid":"d4668c8e5a78a840","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d4668c8e5a78a840","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"88a6900b7d5bc647","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/88a6900b7d5bc647","status":"passed","time":{"start":1728901430264,"stop":1728901430264,"duration":0}},{"uid":"576ec2a64355c16f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/576ec2a64355c16f","status":"passed","time":{"start":1728892860543,"stop":1728892860543,"duration":0}},{"uid":"8d0d541cd42cdba1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8d0d541cd42cdba1","status":"passed","time":{"start":1728855823332,"stop":1728855823332,"duration":0}},{"uid":"1ffb7ab470149692","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1ffb7ab470149692","status":"passed","time":{"start":1728738040613,"stop":1728738040613,"duration":0}},{"uid":"e2aed6ee2d03a937","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e2aed6ee2d03a937","status":"passed","time":{"start":1728682574104,"stop":1728682574104,"duration":0}},{"uid":"4425fdbe6eeccf5c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4425fdbe6eeccf5c","status":"passed","time":{"start":1728682146828,"stop":1728682146829,"duration":1}},{"uid":"887e38e1b1fb0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/887e38e1b1fb0e","status":"passed","time":{"start":1728676621443,"stop":1728676621443,"duration":0}},{"uid":"c5ff02c8e508c012","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c5ff02c8e508c012","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"9b8cc7821da9d89e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9b8cc7821da9d89e","status":"passed","time":{"start":1728597685173,"stop":1728597685173,"duration":0}},{"uid":"ed0cc3ab296832e4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed0cc3ab296832e4","status":"passed","time":{"start":1728596904483,"stop":1728596904483,"duration":0}}]},"2c3d7d305b475e827ff2a41cc1e32407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1fac69dd1a63d976","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1fac69dd1a63d976","status":"passed","time":{"start":1728597434078,"stop":1728597434079,"duration":1}}]},"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":11,"unknown":0,"total":12},"items":[{"uid":"fb076ace8bac66d5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb076ace8bac66d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977225,"stop":1729033977225,"duration":0}},{"uid":"96275ef12ea569f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/96275ef12ea569f1","status":"passed","time":{"start":1729032053270,"stop":1729032053270,"duration":0}},{"uid":"c9181b8eb90aa7d4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c9181b8eb90aa7d4","status":"passed","time":{"start":1728901711767,"stop":1728901711767,"duration":0}},{"uid":"b8adc4012c4623a9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b8adc4012c4623a9","status":"passed","time":{"start":1728893141897,"stop":1728893141897,"duration":0}},{"uid":"4bdf5f90bbf73757","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4bdf5f90bbf73757","status":"passed","time":{"start":1728856103200,"stop":1728856103200,"duration":0}},{"uid":"e89d04ac15759f88","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e89d04ac15759f88","status":"passed","time":{"start":1728738321619,"stop":1728738321620,"duration":1}},{"uid":"497eb1a05073a5d7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/497eb1a05073a5d7","status":"passed","time":{"start":1728682857565,"stop":1728682857566,"duration":1}},{"uid":"350d7fb56775c019","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/350d7fb56775c019","status":"passed","time":{"start":1728682428804,"stop":1728682428804,"duration":0}},{"uid":"6aec71f5b8b3e0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6aec71f5b8b3e0e","status":"passed","time":{"start":1728676901168,"stop":1728676901169,"duration":1}},{"uid":"d18c4adf3143f54a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d18c4adf3143f54a","status":"passed","time":{"start":1728669573862,"stop":1728669573863,"duration":1}},{"uid":"4f9c7dbdcca79807","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4f9c7dbdcca79807","status":"passed","time":{"start":1728597972337,"stop":1728597972337,"duration":0}},{"uid":"4eef358f8a086848","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4eef358f8a086848","status":"passed","time":{"start":1728597175619,"stop":1728597175619,"duration":0}}]},"82c0e94f1876fe6c2cf7e06253407956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"879e77a81592ede","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/879e77a81592ede","status":"passed","time":{"start":1728597375480,"stop":1728597375481,"duration":1}}]},"87fa9ac8365c7bf5a68368eb18520031:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"79ca731aa452e7ec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79ca731aa452e7ec","status":"passed","time":{"start":1729033875011,"stop":1729033875011,"duration":0}},{"uid":"73ad08123118e351","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73ad08123118e351","status":"passed","time":{"start":1729031924808,"stop":1729031924809,"duration":1}},{"uid":"bb989eb42ba708a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bb989eb42ba708a9","status":"passed","time":{"start":1728855863301,"stop":1728855863301,"duration":0}},{"uid":"b1872677dea2bfc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b1872677dea2bfc","status":"passed","time":{"start":1728738080965,"stop":1728738080965,"duration":0}},{"uid":"ede23640831e54fe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ede23640831e54fe","status":"passed","time":{"start":1728682614256,"stop":1728682614256,"duration":0}},{"uid":"bb3394f820470284","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb3394f820470284","status":"passed","time":{"start":1728682187100,"stop":1728682187100,"duration":0}}]},"aca8972a7f5eff360f1c34563f3ecf3a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce4b0eea01d52e29","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ce4b0eea01d52e29","status":"passed","time":{"start":1728683110369,"stop":1728683110369,"duration":0}}]},"5a984aaa5ae8f06e43466d3ac8920bac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d90bf736128f52ef","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d90bf736128f52ef","status":"passed","time":{"start":1728677163580,"stop":1728677163582,"duration":2}}]},"eb17774d4396358918f2312750740b0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ac74dae45c45bc5f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac74dae45c45bc5f","status":"passed","time":{"start":1729033850296,"stop":1729033850297,"duration":1}},{"uid":"4b09d1b21fd97501","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4b09d1b21fd97501","status":"passed","time":{"start":1729031899900,"stop":1729031899901,"duration":1}},{"uid":"90df905b64655470","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/90df905b64655470","status":"passed","time":{"start":1728901445870,"stop":1728901445870,"duration":0}},{"uid":"35c0862c6cbabe29","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/35c0862c6cbabe29","status":"passed","time":{"start":1728892875903,"stop":1728892875904,"duration":1}},{"uid":"a148a679929cd687","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a148a679929cd687","status":"passed","time":{"start":1728855839036,"stop":1728855839036,"duration":0}},{"uid":"3569a14e4cb3731","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3569a14e4cb3731","status":"passed","time":{"start":1728738056183,"stop":1728738056183,"duration":0}},{"uid":"38aeb931ce67f97e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/38aeb931ce67f97e","status":"passed","time":{"start":1728682589457,"stop":1728682589457,"duration":0}},{"uid":"bcd88d6b80f63185","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bcd88d6b80f63185","status":"passed","time":{"start":1728682162315,"stop":1728682162315,"duration":0}},{"uid":"ccccdfeab5f3475c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ccccdfeab5f3475c","status":"passed","time":{"start":1728676637000,"stop":1728676637001,"duration":1}},{"uid":"7c97bc6386cf27c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7c97bc6386cf27c1","status":"passed","time":{"start":1728669360367,"stop":1728669360367,"duration":0}},{"uid":"d224771b43b25169","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d224771b43b25169","status":"passed","time":{"start":1728597700886,"stop":1728597700886,"duration":0}},{"uid":"bab646b0abd05232","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bab646b0abd05232","status":"passed","time":{"start":1728596919825,"stop":1728596919825,"duration":0}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"310e05cb35456766","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/310e05cb35456766","status":"passed","time":{"start":1729034041492,"stop":1729034041494,"duration":2}},{"uid":"660eee4030e7e710","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/660eee4030e7e710","status":"passed","time":{"start":1728901705408,"stop":1728901705410,"duration":2}},{"uid":"f9b90b8a5dba376","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f9b90b8a5dba376","status":"passed","time":{"start":1728893141779,"stop":1728893141779,"duration":0}},{"uid":"cef19e58b3078581","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cef19e58b3078581","status":"passed","time":{"start":1728856087086,"stop":1728856087086,"duration":0}},{"uid":"c2289b2f0a9740a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c2289b2f0a9740a2","status":"passed","time":{"start":1728738321439,"stop":1728738321439,"duration":0}},{"uid":"bf3beea9baec10b8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bf3beea9baec10b8","status":"passed","time":{"start":1728682845678,"stop":1728682845678,"duration":0}},{"uid":"9b44df23d0dc2172","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b44df23d0dc2172","status":"passed","time":{"start":1728682424313,"stop":1728682424313,"duration":0}},{"uid":"32c7b99de4d3766a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/32c7b99de4d3766a","status":"passed","time":{"start":1728676900542,"stop":1728676900542,"duration":0}},{"uid":"32a840ae56331734","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32a840ae56331734","status":"passed","time":{"start":1728669625803,"stop":1728669625803,"duration":0}},{"uid":"1b41910556461476","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1b41910556461476","status":"passed","time":{"start":1728597957174,"stop":1728597957174,"duration":0}},{"uid":"380b76caa33e907c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/380b76caa33e907c","status":"passed","time":{"start":1728597182621,"stop":1728597182621,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"59e483add69818b4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/59e483add69818b4","status":"passed","time":{"start":1729033834402,"stop":1729033834402,"duration":0}},{"uid":"b12a35fa4c3fdacf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b12a35fa4c3fdacf","status":"passed","time":{"start":1729031884178,"stop":1729031884178,"duration":0}},{"uid":"8b1ab33d9bfeb4f6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8b1ab33d9bfeb4f6","status":"passed","time":{"start":1728901430211,"stop":1728901430211,"duration":0}},{"uid":"b71f2e441265eb2e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b71f2e441265eb2e","status":"passed","time":{"start":1728892860432,"stop":1728892860432,"duration":0}},{"uid":"a0eae50f3949dbfa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0eae50f3949dbfa","status":"passed","time":{"start":1728855823268,"stop":1728855823269,"duration":1}},{"uid":"84fd3a70803aa4a9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/84fd3a70803aa4a9","status":"passed","time":{"start":1728738040615,"stop":1728738040616,"duration":1}},{"uid":"94ff76dca007fdf0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/94ff76dca007fdf0","status":"passed","time":{"start":1728682574126,"stop":1728682574126,"duration":0}},{"uid":"4e89ed1302ce2507","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4e89ed1302ce2507","status":"passed","time":{"start":1728682146845,"stop":1728682146845,"duration":0}},{"uid":"4c601aba87271127","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4c601aba87271127","status":"passed","time":{"start":1728676621445,"stop":1728676621446,"duration":1}},{"uid":"d9c5e055f1a3501d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d9c5e055f1a3501d","status":"passed","time":{"start":1728669344424,"stop":1728669344424,"duration":0}},{"uid":"1db330f77275a440","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1db330f77275a440","status":"passed","time":{"start":1728597685247,"stop":1728597685247,"duration":0}},{"uid":"526164ff92c10ba2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/526164ff92c10ba2","status":"passed","time":{"start":1728596904559,"stop":1728596904560,"duration":1}}]},"01cfafe71463552d1ad61fb82e9cca24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a099155d0f20516","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6a099155d0f20516","status":"passed","time":{"start":1728683117676,"stop":1728683117676,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"51f82ffee840965c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/51f82ffee840965c","status":"passed","time":{"start":1729033942597,"stop":1729033942597,"duration":0}},{"uid":"d4997d15edc5fc30","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d4997d15edc5fc30","status":"passed","time":{"start":1729031989710,"stop":1729031989711,"duration":1}},{"uid":"501fc13fb1bcac83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/501fc13fb1bcac83","status":"passed","time":{"start":1728901562032,"stop":1728901562032,"duration":0}},{"uid":"8b94bdb3cf07cf6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8b94bdb3cf07cf6f","status":"passed","time":{"start":1728893001478,"stop":1728893001479,"duration":1}},{"uid":"3d10374ddaab8a5b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3d10374ddaab8a5b","status":"passed","time":{"start":1728855968863,"stop":1728855968864,"duration":1}},{"uid":"48df6cbfe3408f5e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/48df6cbfe3408f5e","status":"passed","time":{"start":1728738172964,"stop":1728738172964,"duration":0}},{"uid":"2b3b3ebfab73b5bc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2b3b3ebfab73b5bc","status":"passed","time":{"start":1728682706934,"stop":1728682706935,"duration":1}},{"uid":"1a3defa6c8af522e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1a3defa6c8af522e","status":"passed","time":{"start":1728682296858,"stop":1728682296858,"duration":0}},{"uid":"95cfed2083a18196","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/95cfed2083a18196","status":"passed","time":{"start":1728676761456,"stop":1728676761461,"duration":5}},{"uid":"2716f314b926b9d8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2716f314b926b9d8","status":"passed","time":{"start":1728669479023,"stop":1728669479024,"duration":1}},{"uid":"20d60385a799703d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/20d60385a799703d","status":"passed","time":{"start":1728597820124,"stop":1728597820125,"duration":1}},{"uid":"1b79dce8304f8c0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1b79dce8304f8c0d","status":"passed","time":{"start":1728597034494,"stop":1728597034494,"duration":0}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"962a524db3f2bdc4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/962a524db3f2bdc4","status":"passed","time":{"start":1729034144764,"stop":1729034144765,"duration":1}},{"uid":"8a10ea0cd1c22d26","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a10ea0cd1c22d26","status":"passed","time":{"start":1729032198815,"stop":1729032198815,"duration":0}},{"uid":"793772c55522a6e7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/793772c55522a6e7","status":"passed","time":{"start":1728901901762,"stop":1728901901763,"duration":1}},{"uid":"222c8ca26e767da1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/222c8ca26e767da1","status":"passed","time":{"start":1728893337246,"stop":1728893337246,"duration":0}},{"uid":"21d65bb1ead84441","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/21d65bb1ead84441","status":"passed","time":{"start":1728856299188,"stop":1728856299188,"duration":0}},{"uid":"b00b13ec496b765f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b00b13ec496b765f","status":"passed","time":{"start":1728738505374,"stop":1728738505375,"duration":1}},{"uid":"bd9a8a14bd9e1811","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bd9a8a14bd9e1811","status":"passed","time":{"start":1728683045447,"stop":1728683045448,"duration":1}},{"uid":"566a0842e64ebf74","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/566a0842e64ebf74","status":"passed","time":{"start":1728682607289,"stop":1728682607289,"duration":0}},{"uid":"5e4c0032e93961c3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5e4c0032e93961c3","status":"passed","time":{"start":1728677103493,"stop":1728677103493,"duration":0}},{"uid":"35086b634b4bd8cb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/35086b634b4bd8cb","status":"passed","time":{"start":1728669777115,"stop":1728669777115,"duration":0}},{"uid":"9f6cb86d755c62f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9f6cb86d755c62f8","status":"passed","time":{"start":1728598163465,"stop":1728598163465,"duration":0}},{"uid":"32ff1c1d2e12b05b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32ff1c1d2e12b05b","status":"passed","time":{"start":1728597375467,"stop":1728597375468,"duration":1}}]},"8a4775a66d30812c0bef6cb12797f423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b60b99bf4f414d93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b60b99bf4f414d93","status":"passed","time":{"start":1728682666068,"stop":1728682666068,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c59da88c76cabc50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c59da88c76cabc50","status":"passed","time":{"start":1729034147760,"stop":1729034147761,"duration":1}},{"uid":"5df4690747a6109e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5df4690747a6109e","status":"passed","time":{"start":1729032204822,"stop":1729032204822,"duration":0}},{"uid":"d85695e2259cb62d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d85695e2259cb62d","status":"passed","time":{"start":1728901907650,"stop":1728901907651,"duration":1}},{"uid":"cf7a3abe5658bcbb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf7a3abe5658bcbb","status":"passed","time":{"start":1728893341885,"stop":1728893341885,"duration":0}},{"uid":"8dbb1ab79a8a26e6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8dbb1ab79a8a26e6","status":"passed","time":{"start":1728856299350,"stop":1728856299350,"duration":0}},{"uid":"445d0953986bb38b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/445d0953986bb38b","status":"passed","time":{"start":1728738511610,"stop":1728738511611,"duration":1}},{"uid":"62521d57dd474332","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/62521d57dd474332","status":"passed","time":{"start":1728683052905,"stop":1728683052906,"duration":1}},{"uid":"2f1ceb664d267aa0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f1ceb664d267aa0","status":"passed","time":{"start":1728682612905,"stop":1728682612906,"duration":1}},{"uid":"e09f3b5f81731c19","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e09f3b5f81731c19","status":"passed","time":{"start":1728677115739,"stop":1728677115740,"duration":1}},{"uid":"d4a9fe3fa50ffad7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d4a9fe3fa50ffad7","status":"passed","time":{"start":1728669778169,"stop":1728669778169,"duration":0}},{"uid":"ed6c38dce6704958","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ed6c38dce6704958","status":"passed","time":{"start":1728598175426,"stop":1728598175427,"duration":1}},{"uid":"b91b762ea0ce2d21","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b91b762ea0ce2d21","status":"passed","time":{"start":1728597380056,"stop":1728597380056,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"e0b52083cd6de736","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e0b52083cd6de736","status":"passed","time":{"start":1729034041496,"stop":1729034041496,"duration":0}},{"uid":"d5dff3c4fc62ea76","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d5dff3c4fc62ea76","status":"passed","time":{"start":1728901705410,"stop":1728901705411,"duration":1}},{"uid":"e5098470fb3299b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e5098470fb3299b3","status":"passed","time":{"start":1728893141780,"stop":1728893141780,"duration":0}},{"uid":"905f4d5f07223c18","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/905f4d5f07223c18","status":"passed","time":{"start":1728856087086,"stop":1728856087086,"duration":0}},{"uid":"201bd3f7bf787432","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/201bd3f7bf787432","status":"passed","time":{"start":1728738321439,"stop":1728738321442,"duration":3}},{"uid":"1465c8371e2e283d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1465c8371e2e283d","status":"passed","time":{"start":1728682845678,"stop":1728682845679,"duration":1}},{"uid":"5f6701376be619ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5f6701376be619ac","status":"passed","time":{"start":1728682424313,"stop":1728682424314,"duration":1}},{"uid":"e00020ec4989f143","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e00020ec4989f143","status":"passed","time":{"start":1728676900542,"stop":1728676900543,"duration":1}},{"uid":"b0cabccfda1e6944","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0cabccfda1e6944","status":"passed","time":{"start":1728669625803,"stop":1728669625803,"duration":0}},{"uid":"a3db9cf3a81a8d67","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a3db9cf3a81a8d67","status":"passed","time":{"start":1728597957174,"stop":1728597957174,"duration":0}},{"uid":"be9e6d1cfab77e80","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/be9e6d1cfab77e80","status":"passed","time":{"start":1728597182621,"stop":1728597182621,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ee95a8dd2de118df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee95a8dd2de118df","status":"passed","time":{"start":1729033858268,"stop":1729033858269,"duration":1}},{"uid":"1a7b6c1137b9c55c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a7b6c1137b9c55c","status":"passed","time":{"start":1729031908175,"stop":1729031908175,"duration":0}},{"uid":"857e97a0e185aa4b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/857e97a0e185aa4b","status":"passed","time":{"start":1728901453932,"stop":1728901453932,"duration":0}},{"uid":"58109da3e8a370ee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/58109da3e8a370ee","status":"passed","time":{"start":1728892884408,"stop":1728892884408,"duration":0}},{"uid":"e0ce2da91c9e51ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e0ce2da91c9e51ca","status":"passed","time":{"start":1728855846877,"stop":1728855846877,"duration":0}},{"uid":"4ed9debae5a7afe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4ed9debae5a7afe","status":"passed","time":{"start":1728738064181,"stop":1728738064181,"duration":0}},{"uid":"d4612b1be35b2620","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d4612b1be35b2620","status":"passed","time":{"start":1728682597759,"stop":1728682597759,"duration":0}},{"uid":"baaccd7f1d8eaf23","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/baaccd7f1d8eaf23","status":"passed","time":{"start":1728682170538,"stop":1728682170539,"duration":1}},{"uid":"9f9fe2b20506752e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f9fe2b20506752e","status":"passed","time":{"start":1728676645198,"stop":1728676645198,"duration":0}},{"uid":"329901301656b78b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/329901301656b78b","status":"passed","time":{"start":1728669368193,"stop":1728669368193,"duration":0}},{"uid":"254b0b43e9488e87","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/254b0b43e9488e87","status":"passed","time":{"start":1728597709008,"stop":1728597709008,"duration":0}},{"uid":"c85eaf2113a1b0b2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c85eaf2113a1b0b2","status":"passed","time":{"start":1728596928104,"stop":1728596928105,"duration":1}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6a30a0b40e9abc4f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a30a0b40e9abc4f","status":"passed","time":{"start":1729033842352,"stop":1729033842352,"duration":0}},{"uid":"d3f2e7c0f9b471f5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d3f2e7c0f9b471f5","status":"passed","time":{"start":1729031892051,"stop":1729031892051,"duration":0}},{"uid":"7bc52ee384f29399","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7bc52ee384f29399","status":"passed","time":{"start":1728901438035,"stop":1728901438036,"duration":1}},{"uid":"d2db3557f00dbe30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d2db3557f00dbe30","status":"passed","time":{"start":1728892868238,"stop":1728892868238,"duration":0}},{"uid":"9e95b306daa17622","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e95b306daa17622","status":"passed","time":{"start":1728855831084,"stop":1728855831084,"duration":0}},{"uid":"a80a9f58812a17f2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a80a9f58812a17f2","status":"passed","time":{"start":1728738048446,"stop":1728738048447,"duration":1}},{"uid":"f3e513fc7c11dfe8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3e513fc7c11dfe8","status":"passed","time":{"start":1728682581852,"stop":1728682581853,"duration":1}},{"uid":"8c17dc19b752e790","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8c17dc19b752e790","status":"passed","time":{"start":1728682154712,"stop":1728682154712,"duration":0}},{"uid":"2b9dbbdd0ed3136f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b9dbbdd0ed3136f","status":"passed","time":{"start":1728676629307,"stop":1728676629308,"duration":1}},{"uid":"c41df06a30fadc1a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c41df06a30fadc1a","status":"passed","time":{"start":1728669352215,"stop":1728669352215,"duration":0}},{"uid":"abcc8f1163ae3cf5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/abcc8f1163ae3cf5","status":"passed","time":{"start":1728597693025,"stop":1728597693025,"duration":0}},{"uid":"c7e1f395611ad999","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c7e1f395611ad999","status":"passed","time":{"start":1728596912536,"stop":1728596912536,"duration":0}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3210f0b4b320f514","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3210f0b4b320f514","status":"passed","time":{"start":1729033862331,"stop":1729033862331,"duration":0}},{"uid":"40d0c4416ae85e0d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/40d0c4416ae85e0d","status":"passed","time":{"start":1729031912072,"stop":1729031912072,"duration":0}},{"uid":"6c68d25c84db5371","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6c68d25c84db5371","status":"passed","time":{"start":1728901457819,"stop":1728901457819,"duration":0}},{"uid":"8abccd4ebbdd781c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8abccd4ebbdd781c","status":"passed","time":{"start":1728892888302,"stop":1728892888302,"duration":0}},{"uid":"825abadc213d2127","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/825abadc213d2127","status":"passed","time":{"start":1728855850789,"stop":1728855850790,"duration":1}},{"uid":"beabd2dbf2ac7ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/beabd2dbf2ac7ec","status":"passed","time":{"start":1728738068165,"stop":1728738068166,"duration":1}},{"uid":"f220c1367413f36d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f220c1367413f36d","status":"passed","time":{"start":1728682601674,"stop":1728682601675,"duration":1}},{"uid":"7baa14358bf40cf4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7baa14358bf40cf4","status":"passed","time":{"start":1728682174567,"stop":1728682174567,"duration":0}},{"uid":"ba08cf053f094558","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba08cf053f094558","status":"passed","time":{"start":1728676648933,"stop":1728676648933,"duration":0}},{"uid":"4533cfb332210212","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4533cfb332210212","status":"passed","time":{"start":1728669372212,"stop":1728669372212,"duration":0}},{"uid":"b085b9c089539e95","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b085b9c089539e95","status":"passed","time":{"start":1728597712762,"stop":1728597712762,"duration":0}},{"uid":"bc725dce9c58df85","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc725dce9c58df85","status":"passed","time":{"start":1728596931868,"stop":1728596931869,"duration":1}}]},"8471d44720b93394809c48f54db901a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34ca10896213e748","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/34ca10896213e748","status":"passed","time":{"start":1728893329036,"stop":1728893329037,"duration":1}}]},"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"eb6b1fcc9692de48","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eb6b1fcc9692de48","status":"passed","time":{"start":1729033834380,"stop":1729033834380,"duration":0}},{"uid":"2b62846df4aa5bfe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b62846df4aa5bfe","status":"passed","time":{"start":1729031884112,"stop":1729031884112,"duration":0}},{"uid":"df1ef2889b0b3699","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/df1ef2889b0b3699","status":"passed","time":{"start":1728901430251,"stop":1728901430251,"duration":0}},{"uid":"639570b1b526869f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/639570b1b526869f","status":"passed","time":{"start":1728892860528,"stop":1728892860528,"duration":0}},{"uid":"f403db780ed642c6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f403db780ed642c6","status":"passed","time":{"start":1728855823318,"stop":1728855823318,"duration":0}},{"uid":"1fd547f77b971cb0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1fd547f77b971cb0","status":"passed","time":{"start":1728738040597,"stop":1728738040597,"duration":0}},{"uid":"7b8e554c49171fa8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b8e554c49171fa8","status":"passed","time":{"start":1728682574087,"stop":1728682574087,"duration":0}},{"uid":"52dff1455d706cb2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/52dff1455d706cb2","status":"passed","time":{"start":1728682146812,"stop":1728682146812,"duration":0}},{"uid":"8c93092da35cadcd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8c93092da35cadcd","status":"passed","time":{"start":1728676621427,"stop":1728676621428,"duration":1}},{"uid":"88627e5325fc3b9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88627e5325fc3b9","status":"passed","time":{"start":1728669344463,"stop":1728669344463,"duration":0}},{"uid":"bea49f841019a779","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bea49f841019a779","status":"passed","time":{"start":1728597685157,"stop":1728597685157,"duration":0}},{"uid":"d95726c233f636d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d95726c233f636d4","status":"passed","time":{"start":1728596904463,"stop":1728596904463,"duration":0}}]},"cd398ce5530070261d5bfbc51d414207:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a00ce6eb1da7e46","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6a00ce6eb1da7e46","status":"passed","time":{"start":1728597369088,"stop":1728597369088,"duration":0}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fad75959170f9c1d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fad75959170f9c1d","status":"passed","time":{"start":1729034137164,"stop":1729034137164,"duration":0}},{"uid":"a1a3329a59f57f6e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a1a3329a59f57f6e","status":"passed","time":{"start":1729032187246,"stop":1729032187247,"duration":1}},{"uid":"2fce9084f439c065","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fce9084f439c065","status":"passed","time":{"start":1728901888429,"stop":1728901888430,"duration":1}},{"uid":"6cff3d2380df6907","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6cff3d2380df6907","status":"passed","time":{"start":1728893323791,"stop":1728893323792,"duration":1}},{"uid":"ad29c3fbd853cad6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ad29c3fbd853cad6","status":"passed","time":{"start":1728856285927,"stop":1728856285927,"duration":0}},{"uid":"709b9c6fdf3a3aed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/709b9c6fdf3a3aed","status":"passed","time":{"start":1728738498275,"stop":1728738498275,"duration":0}},{"uid":"26f9510997bb56da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/26f9510997bb56da","status":"passed","time":{"start":1728683041391,"stop":1728683041391,"duration":0}},{"uid":"af236d66829752b5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af236d66829752b5","status":"passed","time":{"start":1728682596017,"stop":1728682596018,"duration":1}},{"uid":"aeef0acc85bd3e95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aeef0acc85bd3e95","status":"passed","time":{"start":1728677091267,"stop":1728677091267,"duration":0}},{"uid":"1a2b41a6b01e924c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1a2b41a6b01e924c","status":"passed","time":{"start":1728669766425,"stop":1728669766426,"duration":1}},{"uid":"1ad282a9502e89ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1ad282a9502e89ab","status":"passed","time":{"start":1728598152074,"stop":1728598152074,"duration":0}},{"uid":"fd86c0923f88e262","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fd86c0923f88e262","status":"passed","time":{"start":1728597364116,"stop":1728597364118,"duration":2}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"70f8761a43b0ca3f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/70f8761a43b0ca3f","status":"passed","time":{"start":1729033925378,"stop":1729033925380,"duration":2}},{"uid":"4c8b2a8ec173f9cc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c8b2a8ec173f9cc","status":"passed","time":{"start":1729031975174,"stop":1729031975188,"duration":14}},{"uid":"3d5c8b11b17562de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3d5c8b11b17562de","status":"passed","time":{"start":1728901537875,"stop":1728901537875,"duration":0}},{"uid":"6aa42236e6d49d33","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6aa42236e6d49d33","status":"passed","time":{"start":1728892972428,"stop":1728892972428,"duration":0}},{"uid":"3719dbb4a9da097d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3719dbb4a9da097d","status":"passed","time":{"start":1728855933065,"stop":1728855933069,"duration":4}},{"uid":"c91a66afb22373f2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c91a66afb22373f2","status":"passed","time":{"start":1728738149925,"stop":1728738149925,"duration":0}},{"uid":"4c0259d7b378a31d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4c0259d7b378a31d","status":"passed","time":{"start":1728682681969,"stop":1728682681969,"duration":0}},{"uid":"db0bf1ce369620dd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db0bf1ce369620dd","status":"passed","time":{"start":1728682257760,"stop":1728682257762,"duration":2}},{"uid":"366ffcc4018c0e73","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/366ffcc4018c0e73","status":"passed","time":{"start":1728676730786,"stop":1728676730786,"duration":0}},{"uid":"1bbd559ce2356fd5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1bbd559ce2356fd5","status":"passed","time":{"start":1728669456894,"stop":1728669456894,"duration":0}},{"uid":"c960745f1b3cfa5a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c960745f1b3cfa5a","status":"passed","time":{"start":1728597795911,"stop":1728597795918,"duration":7}},{"uid":"9c1a6ef0e9f1ba82","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c1a6ef0e9f1ba82","status":"passed","time":{"start":1728597010200,"stop":1728597010200,"duration":0}}]},"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4bc8c2d6b1b49a70","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4bc8c2d6b1b49a70","status":"passed","time":{"start":1729033974447,"stop":1729033974447,"duration":0}},{"uid":"84de67d90a6bbef4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/84de67d90a6bbef4","status":"passed","time":{"start":1729032027757,"stop":1729032027757,"duration":0}},{"uid":"4491ae860ea1823f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4491ae860ea1823f","status":"passed","time":{"start":1728901614536,"stop":1728901614537,"duration":1}},{"uid":"d1affdd88c0efb2d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d1affdd88c0efb2d","status":"passed","time":{"start":1728893048593,"stop":1728893048594,"duration":1}},{"uid":"384ff0ee19a33f4b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/384ff0ee19a33f4b","status":"passed","time":{"start":1728856013557,"stop":1728856013557,"duration":0}},{"uid":"3712515eeb1d1186","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3712515eeb1d1186","status":"passed","time":{"start":1728738231629,"stop":1728738231630,"duration":1}},{"uid":"a68cff89bd3ea34d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a68cff89bd3ea34d","status":"passed","time":{"start":1728682761069,"stop":1728682761069,"duration":0}},{"uid":"1ad23d3038677092","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1ad23d3038677092","status":"passed","time":{"start":1728682330623,"stop":1728682330627,"duration":4}},{"uid":"3ebdde254c548dd4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3ebdde254c548dd4","status":"passed","time":{"start":1728676808320,"stop":1728676808321,"duration":1}},{"uid":"1bd43abc831008f6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1bd43abc831008f6","status":"passed","time":{"start":1728669528226,"stop":1728669528227,"duration":1}},{"uid":"2bbd583c80d18296","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2bbd583c80d18296","status":"passed","time":{"start":1728597872224,"stop":1728597872225,"duration":1}},{"uid":"66562c3816ac3e1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/66562c3816ac3e1","status":"passed","time":{"start":1728597087683,"stop":1728597087683,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"76c83484cb09281d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/76c83484cb09281d","status":"passed","time":{"start":1729034121899,"stop":1729034121899,"duration":0}},{"uid":"3d248327a0f03499","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3d248327a0f03499","status":"passed","time":{"start":1729032174808,"stop":1729032174808,"duration":0}},{"uid":"a021b0f16b2b360","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a021b0f16b2b360","status":"passed","time":{"start":1728901881008,"stop":1728901881009,"duration":1}},{"uid":"57649e7c10efe8f6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/57649e7c10efe8f6","status":"passed","time":{"start":1728893317154,"stop":1728893317155,"duration":1}},{"uid":"8b1430fc688ba71e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b1430fc688ba71e","status":"passed","time":{"start":1728856263078,"stop":1728856263078,"duration":0}},{"uid":"447c6ecb7cfa50ab","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/447c6ecb7cfa50ab","status":"passed","time":{"start":1728738492794,"stop":1728738492795,"duration":1}},{"uid":"ba6d2e3b4c4c0163","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ba6d2e3b4c4c0163","status":"passed","time":{"start":1728683030017,"stop":1728683030017,"duration":0}},{"uid":"85320ef414b4f257","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/85320ef414b4f257","status":"passed","time":{"start":1728682581097,"stop":1728682581097,"duration":0}},{"uid":"ba03c15eee39fc16","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba03c15eee39fc16","status":"passed","time":{"start":1728677081990,"stop":1728677081990,"duration":0}},{"uid":"32bcd68663056974","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32bcd68663056974","status":"passed","time":{"start":1728669795391,"stop":1728669795391,"duration":0}},{"uid":"52dd44f9bf4cdb14","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52dd44f9bf4cdb14","status":"passed","time":{"start":1728598137499,"stop":1728598137500,"duration":1}},{"uid":"f89e1b255c4bc847","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f89e1b255c4bc847","status":"passed","time":{"start":1728597353476,"stop":1728597353477,"duration":1}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d3f95e7b96dbeb27","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3f95e7b96dbeb27","status":"passed","time":{"start":1729033857424,"stop":1729033857426,"duration":2}},{"uid":"1acec89632aadcf0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1acec89632aadcf0","status":"passed","time":{"start":1729031907622,"stop":1729031907623,"duration":1}},{"uid":"605bfeff7738e0be","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/605bfeff7738e0be","status":"passed","time":{"start":1728901452627,"stop":1728901452628,"duration":1}},{"uid":"4568c462b0bc436e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4568c462b0bc436e","status":"passed","time":{"start":1728892883396,"stop":1728892883397,"duration":1}},{"uid":"6c4fbdc571fc2fde","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c4fbdc571fc2fde","status":"passed","time":{"start":1728855845734,"stop":1728855845735,"duration":1}},{"uid":"ac601f374c40c635","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ac601f374c40c635","status":"passed","time":{"start":1728738063045,"stop":1728738063046,"duration":1}},{"uid":"a91886f3e5872239","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a91886f3e5872239","status":"passed","time":{"start":1728682596887,"stop":1728682596888,"duration":1}},{"uid":"e3a61274dd39a650","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e3a61274dd39a650","status":"passed","time":{"start":1728682169968,"stop":1728682169969,"duration":1}},{"uid":"29a1ff39ad2303f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/29a1ff39ad2303f0","status":"passed","time":{"start":1728676643813,"stop":1728676643814,"duration":1}},{"uid":"2b5b2cd4005c2616","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b5b2cd4005c2616","status":"passed","time":{"start":1728669366940,"stop":1728669366941,"duration":1}},{"uid":"deaaa6fa767826bc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/deaaa6fa767826bc","status":"passed","time":{"start":1728597707579,"stop":1728597707581,"duration":2}},{"uid":"a5579aa2cae34332","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a5579aa2cae34332","status":"passed","time":{"start":1728596927587,"stop":1728596927587,"duration":0}}]},"6e38c0bde8b522aa97fdbb3813487770:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5edf5dffa57d98f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5edf5dffa57d98f2","status":"passed","time":{"start":1729034144769,"stop":1729034144769,"duration":0}}]},"f27f841e8cf346934da51cc4f522e57d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba96a099c43f6891","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ba96a099c43f6891","status":"passed","time":{"start":1728856368610,"stop":1728856368611,"duration":1}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4acd84d2ea7309ec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4acd84d2ea7309ec","status":"passed","time":{"start":1729034137124,"stop":1729034137125,"duration":1}},{"uid":"4922d8edaa999a8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4922d8edaa999a8c","status":"passed","time":{"start":1729032206870,"stop":1729032206870,"duration":0}},{"uid":"361065e21b3ed78d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/361065e21b3ed78d","status":"passed","time":{"start":1728901995010,"stop":1728901995011,"duration":1}},{"uid":"8ce96a5570c2613a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8ce96a5570c2613a","status":"passed","time":{"start":1728893420989,"stop":1728893420989,"duration":0}},{"uid":"9d8815c22f2c6ae1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9d8815c22f2c6ae1","status":"passed","time":{"start":1728856368592,"stop":1728856368592,"duration":0}},{"uid":"81cfa1e3840e3b7c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/81cfa1e3840e3b7c","status":"passed","time":{"start":1728738604676,"stop":1728738604676,"duration":0}},{"uid":"a1a28776c8f03990","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1a28776c8f03990","status":"passed","time":{"start":1728683117606,"stop":1728683117607,"duration":1}},{"uid":"586fe287a6fda13d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/586fe287a6fda13d","status":"passed","time":{"start":1728682721314,"stop":1728682721314,"duration":0}},{"uid":"c49393e3f4114865","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c49393e3f4114865","status":"passed","time":{"start":1728677184676,"stop":1728677184678,"duration":2}},{"uid":"942f972e8df71433","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/942f972e8df71433","status":"passed","time":{"start":1728669866444,"stop":1728669866445,"duration":1}},{"uid":"bb25f4cdb24cbe95","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bb25f4cdb24cbe95","status":"passed","time":{"start":1728598249971,"stop":1728598249971,"duration":0}},{"uid":"99e5539ae2192ae","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/99e5539ae2192ae","status":"passed","time":{"start":1728597472284,"stop":1728597472285,"duration":1}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e34247458b5c18d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e34247458b5c18d7","status":"passed","time":{"start":1729033942622,"stop":1729033942623,"duration":1}},{"uid":"9cc3f07872291a85","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9cc3f07872291a85","status":"passed","time":{"start":1729031989717,"stop":1729031989718,"duration":1}},{"uid":"1f4a4ea33706e71c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1f4a4ea33706e71c","status":"passed","time":{"start":1728901562053,"stop":1728901562054,"duration":1}},{"uid":"112bebac6778f504","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/112bebac6778f504","status":"passed","time":{"start":1728893001482,"stop":1728893001482,"duration":0}},{"uid":"2ed7f28994441671","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ed7f28994441671","status":"passed","time":{"start":1728855968870,"stop":1728855968870,"duration":0}},{"uid":"b0bf0aa03fb519fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b0bf0aa03fb519fa","status":"passed","time":{"start":1728738172968,"stop":1728738172968,"duration":0}},{"uid":"1f5c90b3a4afe6e8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1f5c90b3a4afe6e8","status":"passed","time":{"start":1728682706941,"stop":1728682706941,"duration":0}},{"uid":"26e89e54419d52a7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/26e89e54419d52a7","status":"passed","time":{"start":1728682296862,"stop":1728682296862,"duration":0}},{"uid":"8fc09e59dcee5834","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8fc09e59dcee5834","status":"passed","time":{"start":1728676761479,"stop":1728676761485,"duration":6}},{"uid":"ee6fbcff7a7111f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ee6fbcff7a7111f9","status":"passed","time":{"start":1728669479028,"stop":1728669479028,"duration":0}},{"uid":"fd1f8baa0b27b091","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd1f8baa0b27b091","status":"passed","time":{"start":1728597820128,"stop":1728597820128,"duration":0}},{"uid":"f1668d78bd84564e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1668d78bd84564e","status":"passed","time":{"start":1728597034502,"stop":1728597034503,"duration":1}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b725f7da29b0b724","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b725f7da29b0b724","status":"passed","time":{"start":1729034137117,"stop":1729034137118,"duration":1}},{"uid":"543c7166605b86c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/543c7166605b86c6","status":"passed","time":{"start":1729032206864,"stop":1729032206864,"duration":0}},{"uid":"1f60b034ed0c5978","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1f60b034ed0c5978","status":"passed","time":{"start":1728901995009,"stop":1728901995009,"duration":0}},{"uid":"ac6768f32a4ae795","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ac6768f32a4ae795","status":"passed","time":{"start":1728893420987,"stop":1728893420988,"duration":1}},{"uid":"1f522230db5fb646","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f522230db5fb646","status":"passed","time":{"start":1728856368589,"stop":1728856368590,"duration":1}},{"uid":"9ae67ee7a04c9b3c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ae67ee7a04c9b3c","status":"passed","time":{"start":1728738604674,"stop":1728738604675,"duration":1}},{"uid":"50628b07acb0c664","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/50628b07acb0c664","status":"passed","time":{"start":1728683117602,"stop":1728683117603,"duration":1}},{"uid":"a59604eddf19c59b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a59604eddf19c59b","status":"passed","time":{"start":1728682721311,"stop":1728682721312,"duration":1}},{"uid":"79ee4c88571f3f10","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79ee4c88571f3f10","status":"passed","time":{"start":1728677184671,"stop":1728677184673,"duration":2}},{"uid":"308502f78c159487","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/308502f78c159487","status":"passed","time":{"start":1728669866437,"stop":1728669866439,"duration":2}},{"uid":"e517af009b55ef0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e517af009b55ef0","status":"passed","time":{"start":1728598249969,"stop":1728598249970,"duration":1}},{"uid":"c2272136fbe0bb18","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c2272136fbe0bb18","status":"passed","time":{"start":1728597472274,"stop":1728597472278,"duration":4}}]},"45f7851ad78a3ecba8cc53d7009c3662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7766cbda37859a63","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7766cbda37859a63","status":"passed","time":{"start":1728683110368,"stop":1728683110368,"duration":0}}]},"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"29a87b623acf71aa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/29a87b623acf71aa","status":"passed","time":{"start":1729033834377,"stop":1729033834377,"duration":0}},{"uid":"db528031bd204c7a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/db528031bd204c7a","status":"passed","time":{"start":1729031884108,"stop":1729031884108,"duration":0}},{"uid":"d59125199dea48a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d59125199dea48a9","status":"passed","time":{"start":1728901430249,"stop":1728901430249,"duration":0}},{"uid":"f3277f6d5fdc5470","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f3277f6d5fdc5470","status":"passed","time":{"start":1728892860525,"stop":1728892860525,"duration":0}},{"uid":"183c2bc019f71ebc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/183c2bc019f71ebc","status":"passed","time":{"start":1728855823316,"stop":1728855823316,"duration":0}},{"uid":"9c1cf50c6e09d07","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9c1cf50c6e09d07","status":"passed","time":{"start":1728738040585,"stop":1728738040585,"duration":0}},{"uid":"311cd511e88a7b16","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/311cd511e88a7b16","status":"passed","time":{"start":1728682574084,"stop":1728682574084,"duration":0}},{"uid":"b15f4b29a558aa68","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b15f4b29a558aa68","status":"passed","time":{"start":1728682146810,"stop":1728682146810,"duration":0}},{"uid":"b93bf1146d83cfe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b93bf1146d83cfe","status":"passed","time":{"start":1728676621424,"stop":1728676621424,"duration":0}},{"uid":"27012ad09430eda5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/27012ad09430eda5","status":"passed","time":{"start":1728669344461,"stop":1728669344461,"duration":0}},{"uid":"c7e6b99300cf32c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c7e6b99300cf32c7","status":"passed","time":{"start":1728597685154,"stop":1728597685154,"duration":0}},{"uid":"bc701f0a542c9bb3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc701f0a542c9bb3","status":"passed","time":{"start":1728596904460,"stop":1728596904460,"duration":0}}]},"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2ca871b548f3e1d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ca871b548f3e1d8","status":"passed","time":{"start":1729033974453,"stop":1729033974453,"duration":0}},{"uid":"5e29dd3f6bbf10a6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e29dd3f6bbf10a6","status":"passed","time":{"start":1729032027767,"stop":1729032027768,"duration":1}},{"uid":"f5532e51afc6c752","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f5532e51afc6c752","status":"passed","time":{"start":1728901614547,"stop":1728901614552,"duration":5}},{"uid":"f7aaf4f4b4ff11df","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f7aaf4f4b4ff11df","status":"passed","time":{"start":1728893048597,"stop":1728893048597,"duration":0}},{"uid":"38fda9a2f6559a4f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/38fda9a2f6559a4f","status":"passed","time":{"start":1728856013561,"stop":1728856013562,"duration":1}},{"uid":"3de09c6598f9739b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3de09c6598f9739b","status":"passed","time":{"start":1728738231632,"stop":1728738231633,"duration":1}},{"uid":"ab57ecf2735a2c14","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab57ecf2735a2c14","status":"passed","time":{"start":1728682761074,"stop":1728682761075,"duration":1}},{"uid":"ad169f666ce30c99","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ad169f666ce30c99","status":"passed","time":{"start":1728682330636,"stop":1728682330637,"duration":1}},{"uid":"f209f05d25e156d5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f209f05d25e156d5","status":"passed","time":{"start":1728676808326,"stop":1728676808326,"duration":0}},{"uid":"8e6695927dc39d3f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8e6695927dc39d3f","status":"passed","time":{"start":1728669528228,"stop":1728669528229,"duration":1}},{"uid":"3ead28698e0c58f0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ead28698e0c58f0","status":"passed","time":{"start":1728597872228,"stop":1728597872228,"duration":0}},{"uid":"ff82704e8b22f695","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ff82704e8b22f695","status":"passed","time":{"start":1728597087688,"stop":1728597087689,"duration":1}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"49965771c8691b2b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/49965771c8691b2b","status":"passed","time":{"start":1729034209100,"stop":1729034209101,"duration":1}},{"uid":"ec99e8e73da0aa10","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ec99e8e73da0aa10","status":"passed","time":{"start":1729032264569,"stop":1729032264569,"duration":0}},{"uid":"1c3ec8247e68de4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c3ec8247e68de4","status":"passed","time":{"start":1728902012858,"stop":1728902012858,"duration":0}},{"uid":"a06043088057c6da","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a06043088057c6da","status":"passed","time":{"start":1728893454812,"stop":1728893454812,"duration":0}},{"uid":"f4b8cd4f2c81c3ee","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f4b8cd4f2c81c3ee","status":"passed","time":{"start":1728856408453,"stop":1728856408453,"duration":0}},{"uid":"7bfa7babd5803e50","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7bfa7babd5803e50","status":"passed","time":{"start":1728738633855,"stop":1728738633855,"duration":0}},{"uid":"e7ddde88582a531","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e7ddde88582a531","status":"passed","time":{"start":1728683159761,"stop":1728683159762,"duration":1}},{"uid":"e58599d01c1e084b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e58599d01c1e084b","status":"passed","time":{"start":1728682751330,"stop":1728682751330,"duration":0}},{"uid":"ccff06f3a8ddb386","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ccff06f3a8ddb386","status":"passed","time":{"start":1728677216356,"stop":1728677216359,"duration":3}},{"uid":"6528b39e64b76ee6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6528b39e64b76ee6","status":"passed","time":{"start":1728669925455,"stop":1728669925455,"duration":0}},{"uid":"30fc12ff31fa03a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/30fc12ff31fa03a0","status":"passed","time":{"start":1728598268805,"stop":1728598268806,"duration":1}},{"uid":"e84df2a4acd3005a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e84df2a4acd3005a","status":"passed","time":{"start":1728597503921,"stop":1728597503922,"duration":1}}]},"c19112a0230885a28eee979ced39a119:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70025457ece95978","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/70025457ece95978","status":"passed","time":{"start":1728893421010,"stop":1728893421010,"duration":0}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"36467825f795991e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/36467825f795991e","status":"passed","time":{"start":1729034200069,"stop":1729034200069,"duration":0}},{"uid":"e0a1031d3b7808bf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e0a1031d3b7808bf","status":"passed","time":{"start":1729032257895,"stop":1729032257898,"duration":3}},{"uid":"ab55071a0fa8f393","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ab55071a0fa8f393","status":"passed","time":{"start":1728902003568,"stop":1728902003568,"duration":0}},{"uid":"ee432bca36c94338","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ee432bca36c94338","status":"passed","time":{"start":1728893434697,"stop":1728893434697,"duration":0}},{"uid":"103d2e4fed880a37","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/103d2e4fed880a37","status":"passed","time":{"start":1728856398643,"stop":1728856398643,"duration":0}},{"uid":"f3d88714c02c343c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f3d88714c02c343c","status":"passed","time":{"start":1728738612002,"stop":1728738612003,"duration":1}},{"uid":"d2e9d15b660fbc5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d2e9d15b660fbc5","status":"passed","time":{"start":1728683155009,"stop":1728683155010,"duration":1}},{"uid":"8f28bc7b5f66af9b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8f28bc7b5f66af9b","status":"passed","time":{"start":1728682706106,"stop":1728682706106,"duration":0}},{"uid":"34fddd59d11c3a25","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34fddd59d11c3a25","status":"passed","time":{"start":1728677207496,"stop":1728677207497,"duration":1}},{"uid":"795cb047ffa797e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/795cb047ffa797e5","status":"passed","time":{"start":1728669887098,"stop":1728669887099,"duration":1}},{"uid":"205132a440671203","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/205132a440671203","status":"passed","time":{"start":1728598263638,"stop":1728598263649,"duration":11}},{"uid":"e35966c92c375cc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e35966c92c375cc2","status":"passed","time":{"start":1728597478276,"stop":1728597478276,"duration":0}}]},"f482cc14a3ac9850dc4383dc0192ae21:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f83fc85eef1beb1e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f83fc85eef1beb1e","status":"passed","time":{"start":1728901958862,"stop":1728901958865,"duration":3}}]},"74be1615d20bdd66511fb4d6daf648d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4698dab1aafb9a1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a4698dab1aafb9a1","status":"passed","time":{"start":1729034121897,"stop":1729034121898,"duration":1}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"db8b6980881f1b3e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db8b6980881f1b3e","status":"passed","time":{"start":1729034147770,"stop":1729034147770,"duration":0}},{"uid":"27ca1ee646c5a4c2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/27ca1ee646c5a4c2","status":"passed","time":{"start":1729032204826,"stop":1729032204826,"duration":0}},{"uid":"80c1e33e10cebb5e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/80c1e33e10cebb5e","status":"passed","time":{"start":1728901907698,"stop":1728901907699,"duration":1}},{"uid":"4346ec4c5e46c686","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4346ec4c5e46c686","status":"passed","time":{"start":1728893341887,"stop":1728893341887,"duration":0}},{"uid":"81c4f47692ce0f33","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/81c4f47692ce0f33","status":"passed","time":{"start":1728856299355,"stop":1728856299355,"duration":0}},{"uid":"8f9810310c08eecd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8f9810310c08eecd","status":"passed","time":{"start":1728738511615,"stop":1728738511615,"duration":0}},{"uid":"f2f6206d7d048cea","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2f6206d7d048cea","status":"passed","time":{"start":1728683052909,"stop":1728683052910,"duration":1}},{"uid":"6025cf0125c5d5e9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6025cf0125c5d5e9","status":"passed","time":{"start":1728682612909,"stop":1728682612909,"duration":0}},{"uid":"3f2f31dab65cfecf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3f2f31dab65cfecf","status":"passed","time":{"start":1728677115744,"stop":1728677115745,"duration":1}},{"uid":"455ce262a212efca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/455ce262a212efca","status":"passed","time":{"start":1728669778173,"stop":1728669778173,"duration":0}},{"uid":"a8c442e71f9eb165","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8c442e71f9eb165","status":"passed","time":{"start":1728598175430,"stop":1728598175431,"duration":1}},{"uid":"e749efd8e534efb3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e749efd8e534efb3","status":"passed","time":{"start":1728597380059,"stop":1728597380060,"duration":1}}]},"c6e61642b623de333bcde815bae9c9b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ccb8dd297aafb52","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ccb8dd297aafb52","status":"passed","time":{"start":1728683093172,"stop":1728683093172,"duration":0}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"de5ab1fa7d58ee53","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/de5ab1fa7d58ee53","status":"passed","time":{"start":1729033862329,"stop":1729033862329,"duration":0}},{"uid":"11787080fba11c6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/11787080fba11c6c","status":"passed","time":{"start":1729031912070,"stop":1729031912070,"duration":0}},{"uid":"b123e4ffe3ac88e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b123e4ffe3ac88e2","status":"passed","time":{"start":1728901457817,"stop":1728901457817,"duration":0}},{"uid":"6710ed9ce39d387c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6710ed9ce39d387c","status":"passed","time":{"start":1728892888300,"stop":1728892888300,"duration":0}},{"uid":"5bab9504fe9e64","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5bab9504fe9e64","status":"passed","time":{"start":1728855850788,"stop":1728855850788,"duration":0}},{"uid":"987978d1ddf8cc6c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/987978d1ddf8cc6c","status":"passed","time":{"start":1728738068163,"stop":1728738068164,"duration":1}},{"uid":"ddcd7c0577d7c684","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ddcd7c0577d7c684","status":"passed","time":{"start":1728682601673,"stop":1728682601673,"duration":0}},{"uid":"695b2f104bf3d10e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/695b2f104bf3d10e","status":"passed","time":{"start":1728682174565,"stop":1728682174565,"duration":0}},{"uid":"16944b9c68951fd7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/16944b9c68951fd7","status":"passed","time":{"start":1728676648931,"stop":1728676648931,"duration":0}},{"uid":"a1762e87ba404872","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a1762e87ba404872","status":"passed","time":{"start":1728669372210,"stop":1728669372211,"duration":1}},{"uid":"335c9b3f7d9d4784","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/335c9b3f7d9d4784","status":"passed","time":{"start":1728597712760,"stop":1728597712760,"duration":0}},{"uid":"3959a2ded4966d77","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3959a2ded4966d77","status":"passed","time":{"start":1728596931866,"stop":1728596931867,"duration":1}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a73f36f9acc2bc87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a73f36f9acc2bc87","status":"passed","time":{"start":1729034209111,"stop":1729034209111,"duration":0}},{"uid":"6d065fa0bc66bdc2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6d065fa0bc66bdc2","status":"passed","time":{"start":1729032264579,"stop":1729032264579,"duration":0}},{"uid":"9d4a37fb72a201f4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9d4a37fb72a201f4","status":"passed","time":{"start":1728902012870,"stop":1728902012870,"duration":0}},{"uid":"b30526beadd685e8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b30526beadd685e8","status":"passed","time":{"start":1728893454821,"stop":1728893454821,"duration":0}},{"uid":"be7dc3f91be26b3b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be7dc3f91be26b3b","status":"passed","time":{"start":1728856408463,"stop":1728856408464,"duration":1}},{"uid":"bad7bb6cbe288dc6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bad7bb6cbe288dc6","status":"passed","time":{"start":1728738633864,"stop":1728738633864,"duration":0}},{"uid":"5ff01f319715121a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5ff01f319715121a","status":"passed","time":{"start":1728683159803,"stop":1728683159807,"duration":4}},{"uid":"e941e9b6737acb2b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e941e9b6737acb2b","status":"passed","time":{"start":1728682751339,"stop":1728682751340,"duration":1}},{"uid":"4f7ac87a2ca958c1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f7ac87a2ca958c1","status":"passed","time":{"start":1728677216373,"stop":1728677216374,"duration":1}},{"uid":"7515d045c1540100","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7515d045c1540100","status":"passed","time":{"start":1728669925461,"stop":1728669925461,"duration":0}},{"uid":"6bdcc5807e1a895d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6bdcc5807e1a895d","status":"passed","time":{"start":1728598268816,"stop":1728598268816,"duration":0}},{"uid":"756f06ac780e4ee3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/756f06ac780e4ee3","status":"passed","time":{"start":1728597503944,"stop":1728597503945,"duration":1}}]},"cb3d0b243c0cc0174fd60c730ba82a3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3f306054678a3b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e3f306054678a3b3","status":"passed","time":{"start":1728677156810,"stop":1728677156810,"duration":0}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1e732c89a30dc7a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1e732c89a30dc7a3","status":"passed","time":{"start":1729034144770,"stop":1729034144770,"duration":0}},{"uid":"68798dfc21e465d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/68798dfc21e465d1","status":"passed","time":{"start":1729032198824,"stop":1729032198824,"duration":0}},{"uid":"83992af259fd66fe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/83992af259fd66fe","status":"passed","time":{"start":1728901901772,"stop":1728901901773,"duration":1}},{"uid":"77ea587c294ff1ba","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/77ea587c294ff1ba","status":"passed","time":{"start":1728893337256,"stop":1728893337256,"duration":0}},{"uid":"389a25a4b4ae0b63","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/389a25a4b4ae0b63","status":"passed","time":{"start":1728856299199,"stop":1728856299199,"duration":0}},{"uid":"c556c612b5b6404","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c556c612b5b6404","status":"passed","time":{"start":1728738505384,"stop":1728738505384,"duration":0}},{"uid":"25c003a6cb8cae26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/25c003a6cb8cae26","status":"passed","time":{"start":1728683045451,"stop":1728683045452,"duration":1}},{"uid":"98e3f45baa61f050","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/98e3f45baa61f050","status":"passed","time":{"start":1728682607295,"stop":1728682607295,"duration":0}},{"uid":"14203a567ea023df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/14203a567ea023df","status":"passed","time":{"start":1728677103497,"stop":1728677103499,"duration":2}},{"uid":"92009b4e901022b4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92009b4e901022b4","status":"passed","time":{"start":1728669777132,"stop":1728669777133,"duration":1}},{"uid":"75337e069c96de16","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/75337e069c96de16","status":"passed","time":{"start":1728598163468,"stop":1728598163468,"duration":0}},{"uid":"80daa0e5b76bd00d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/80daa0e5b76bd00d","status":"passed","time":{"start":1728597375484,"stop":1728597375485,"duration":1}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1f10d442d4f6f884","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f10d442d4f6f884","status":"passed","time":{"start":1729033899385,"stop":1729033899386,"duration":1}},{"uid":"b9ea35e20192f0de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b9ea35e20192f0de","status":"passed","time":{"start":1729031949754,"stop":1729031949755,"duration":1}},{"uid":"b6fffeb7d752a8d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b6fffeb7d752a8d","status":"passed","time":{"start":1728901497251,"stop":1728901497251,"duration":0}},{"uid":"1f16d87871c6a8f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1f16d87871c6a8f8","status":"passed","time":{"start":1728892931616,"stop":1728892931617,"duration":1}},{"uid":"d1931ced35b63191","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d1931ced35b63191","status":"passed","time":{"start":1728855891086,"stop":1728855891086,"duration":0}},{"uid":"9fb941d2e352f057","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9fb941d2e352f057","status":"passed","time":{"start":1728738108306,"stop":1728738108306,"duration":0}},{"uid":"b665634cc1f63e53","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b665634cc1f63e53","status":"passed","time":{"start":1728682642732,"stop":1728682642740,"duration":8}},{"uid":"ce6cde5b36fbd256","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce6cde5b36fbd256","status":"passed","time":{"start":1728682214719,"stop":1728682214720,"duration":1}},{"uid":"593587d8abdaf092","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/593587d8abdaf092","status":"passed","time":{"start":1728676692180,"stop":1728676692181,"duration":1}},{"uid":"1fb60757161f8bd9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1fb60757161f8bd9","status":"passed","time":{"start":1728669416673,"stop":1728669416674,"duration":1}},{"uid":"309b7a7c1f4c7ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/309b7a7c1f4c7ab","status":"passed","time":{"start":1728597754027,"stop":1728597754028,"duration":1}},{"uid":"5321d3e6ce4e94e5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5321d3e6ce4e94e5","status":"passed","time":{"start":1728596972642,"stop":1728596972642,"duration":0}}]},"1aa3faf055a44ddd82949ddbb13ba4d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1cf10acb4f1f6abe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1cf10acb4f1f6abe","status":"passed","time":{"start":1728598137509,"stop":1728598137510,"duration":1}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"18599f2934e3603","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/18599f2934e3603","status":"passed","time":{"start":1729033857427,"stop":1729033857428,"duration":1}},{"uid":"90f7dc45053f4f0d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/90f7dc45053f4f0d","status":"passed","time":{"start":1729031907631,"stop":1729031907632,"duration":1}},{"uid":"79f475391f13b1d3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/79f475391f13b1d3","status":"passed","time":{"start":1728901452630,"stop":1728901452630,"duration":0}},{"uid":"d035e5e772f538a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d035e5e772f538a2","status":"passed","time":{"start":1728892883398,"stop":1728892883399,"duration":1}},{"uid":"dbba9c7ea3d8a367","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbba9c7ea3d8a367","status":"passed","time":{"start":1728855845736,"stop":1728855845736,"duration":0}},{"uid":"75e20e5db80216cf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/75e20e5db80216cf","status":"passed","time":{"start":1728738063047,"stop":1728738063048,"duration":1}},{"uid":"2d2d7cdc3725d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2d2d7cdc3725d9","status":"passed","time":{"start":1728682596890,"stop":1728682596890,"duration":0}},{"uid":"506114f62d7b750f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/506114f62d7b750f","status":"passed","time":{"start":1728682169970,"stop":1728682169971,"duration":1}},{"uid":"6cb37f4f88fc1cf4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6cb37f4f88fc1cf4","status":"passed","time":{"start":1728676643815,"stop":1728676643816,"duration":1}},{"uid":"f58b1cbfba68fbc2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f58b1cbfba68fbc2","status":"passed","time":{"start":1728669366944,"stop":1728669366944,"duration":0}},{"uid":"218ddb50d3c51915","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/218ddb50d3c51915","status":"passed","time":{"start":1728597707582,"stop":1728597707582,"duration":0}},{"uid":"b855320eedd03cc0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b855320eedd03cc0","status":"passed","time":{"start":1728596927588,"stop":1728596927588,"duration":0}}]},"17de423536656a73e43adc092afcb2fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3517c8a1250775db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3517c8a1250775db","status":"passed","time":{"start":1729032235308,"stop":1729032235309,"duration":1}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a6ff28e526f9b6be","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6ff28e526f9b6be","status":"passed","time":{"start":1729034147780,"stop":1729034147781,"duration":1}},{"uid":"e4c77f67cceb0acd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e4c77f67cceb0acd","status":"passed","time":{"start":1729032204830,"stop":1729032204830,"duration":0}},{"uid":"a751c8e1ed266da3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a751c8e1ed266da3","status":"passed","time":{"start":1728901907713,"stop":1728901907714,"duration":1}},{"uid":"27e779fd55abca30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/27e779fd55abca30","status":"passed","time":{"start":1728893341890,"stop":1728893341890,"duration":0}},{"uid":"fabb64f4e62d12fc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fabb64f4e62d12fc","status":"passed","time":{"start":1728856299382,"stop":1728856299383,"duration":1}},{"uid":"4625339536483730","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4625339536483730","status":"passed","time":{"start":1728738511619,"stop":1728738511619,"duration":0}},{"uid":"517a3666618ae98d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/517a3666618ae98d","status":"passed","time":{"start":1728683052913,"stop":1728683052913,"duration":0}},{"uid":"2c1627206de1a9ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2c1627206de1a9ae","status":"passed","time":{"start":1728682612912,"stop":1728682612913,"duration":1}},{"uid":"3b8178109b93e919","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3b8178109b93e919","status":"passed","time":{"start":1728677115748,"stop":1728677115748,"duration":0}},{"uid":"9733888e0ad0f26a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9733888e0ad0f26a","status":"passed","time":{"start":1728669778176,"stop":1728669778177,"duration":1}},{"uid":"1320d6dab5a7a1f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1320d6dab5a7a1f3","status":"passed","time":{"start":1728598175434,"stop":1728598175435,"duration":1}},{"uid":"4cef2265ec202add","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4cef2265ec202add","status":"passed","time":{"start":1728597380064,"stop":1728597380064,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f390c29f1d06edf3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f390c29f1d06edf3","status":"passed","time":{"start":1729034137135,"stop":1729034137135,"duration":0}},{"uid":"4f60419b68258eb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f60419b68258eb","status":"passed","time":{"start":1729032206875,"stop":1729032206876,"duration":1}},{"uid":"15fcdfec2c674e06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/15fcdfec2c674e06","status":"passed","time":{"start":1728901995021,"stop":1728901995022,"duration":1}},{"uid":"971dc1aae79455","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/971dc1aae79455","status":"passed","time":{"start":1728893420995,"stop":1728893420995,"duration":0}},{"uid":"a7bcd01903a8d66d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a7bcd01903a8d66d","status":"passed","time":{"start":1728856368596,"stop":1728856368596,"duration":0}},{"uid":"f8ffc427d5031661","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f8ffc427d5031661","status":"passed","time":{"start":1728738604681,"stop":1728738604681,"duration":0}},{"uid":"ebc8b500ed2ac4ff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ebc8b500ed2ac4ff","status":"passed","time":{"start":1728683117627,"stop":1728683117628,"duration":1}},{"uid":"2438455d801d3547","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2438455d801d3547","status":"passed","time":{"start":1728682721318,"stop":1728682721318,"duration":0}},{"uid":"607302cb6efaebab","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/607302cb6efaebab","status":"passed","time":{"start":1728677184683,"stop":1728677184683,"duration":0}},{"uid":"ae51b1f0e20001e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ae51b1f0e20001e5","status":"passed","time":{"start":1728669866450,"stop":1728669866450,"duration":0}},{"uid":"9f4635187d83d6cf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9f4635187d83d6cf","status":"passed","time":{"start":1728598249976,"stop":1728598249976,"duration":0}},{"uid":"7a677e8bf755fcd8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7a677e8bf755fcd8","status":"passed","time":{"start":1728597472291,"stop":1728597472292,"duration":1}}]},"15d8ba1077da0bc90c660f3fc648f908:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6a2cfb169265fce","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f6a2cfb169265fce","status":"passed","time":{"start":1728682666065,"stop":1728682666065,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9253fa941066d760","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9253fa941066d760","status":"passed","time":{"start":1729033976811,"stop":1729033976812,"duration":1}},{"uid":"1a95e7becc46f9d3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a95e7becc46f9d3","status":"passed","time":{"start":1729032020532,"stop":1729032020533,"duration":1}},{"uid":"4c4e81e56c5b416c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4c4e81e56c5b416c","status":"passed","time":{"start":1728901616476,"stop":1728901616499,"duration":23}},{"uid":"f89e3e48029ec117","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f89e3e48029ec117","status":"passed","time":{"start":1728893050252,"stop":1728893050253,"duration":1}},{"uid":"2f68388fa3041df","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f68388fa3041df","status":"passed","time":{"start":1728856015182,"stop":1728856015182,"duration":0}},{"uid":"790f1bab47085300","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/790f1bab47085300","status":"passed","time":{"start":1728738233174,"stop":1728738233175,"duration":1}},{"uid":"fcd48df1d6845b2c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fcd48df1d6845b2c","status":"passed","time":{"start":1728682762480,"stop":1728682762481,"duration":1}},{"uid":"bd2193acf6a4cc8d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd2193acf6a4cc8d","status":"passed","time":{"start":1728682332796,"stop":1728682332796,"duration":0}},{"uid":"9a93b24b69d08f8a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a93b24b69d08f8a","status":"passed","time":{"start":1728676810305,"stop":1728676810305,"duration":0}},{"uid":"a7e55694363bc223","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a7e55694363bc223","status":"passed","time":{"start":1728669529907,"stop":1728669529908,"duration":1}},{"uid":"663439d7ac1ae432","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/663439d7ac1ae432","status":"passed","time":{"start":1728597873544,"stop":1728597873545,"duration":1}},{"uid":"b00d75f02169c903","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b00d75f02169c903","status":"passed","time":{"start":1728597089285,"stop":1728597089285,"duration":0}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"10023f765e7cb9c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10023f765e7cb9c2","status":"passed","time":{"start":1729034147999,"stop":1729034148000,"duration":1}},{"uid":"5fd62a3e772aecd8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fd62a3e772aecd8","status":"passed","time":{"start":1729032202828,"stop":1729032202828,"duration":0}},{"uid":"be160853945d5730","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/be160853945d5730","status":"passed","time":{"start":1728901873321,"stop":1728901873321,"duration":0}},{"uid":"da2fc3d4cc06b238","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da2fc3d4cc06b238","status":"passed","time":{"start":1728893311008,"stop":1728893311008,"duration":0}},{"uid":"eb087aaa81d2cdcd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/eb087aaa81d2cdcd","status":"passed","time":{"start":1728856279297,"stop":1728856279297,"duration":0}},{"uid":"b2a4d7ffb1abdff0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b2a4d7ffb1abdff0","status":"passed","time":{"start":1728738483461,"stop":1728738483461,"duration":0}},{"uid":"b6d439fda985ef0b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6d439fda985ef0b","status":"passed","time":{"start":1728683033354,"stop":1728683033354,"duration":0}},{"uid":"d8d74a065c47e240","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d8d74a065c47e240","status":"passed","time":{"start":1728682591253,"stop":1728682591254,"duration":1}},{"uid":"f80a4d45c1b41893","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f80a4d45c1b41893","status":"passed","time":{"start":1728677083878,"stop":1728677083879,"duration":1}},{"uid":"eb5c1a5ab8efad5c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eb5c1a5ab8efad5c","status":"passed","time":{"start":1728669753996,"stop":1728669753996,"duration":0}},{"uid":"8a531fce87503f5d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a531fce87503f5d","status":"passed","time":{"start":1728598145544,"stop":1728598145544,"duration":0}},{"uid":"673e11033d5f305","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/673e11033d5f305","status":"passed","time":{"start":1728597350444,"stop":1728597350445,"duration":1}}]},"201f0474f3e120b5da851233e394f19d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1476c2ef646ecaa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1476c2ef646ecaa","status":"passed","time":{"start":1728738555099,"stop":1728738555099,"duration":0}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"74092a168d3eacba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/74092a168d3eacba","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034014882,"stop":1729034014882,"duration":0}},{"uid":"4fe82195afcd5b0d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4fe82195afcd5b0d","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032065461,"stop":1729032065461,"duration":0}},{"uid":"fc84b25a28782b7e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fc84b25a28782b7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901664285,"stop":1728901664285,"duration":0}},{"uid":"3c507747f1cc81d7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c507747f1cc81d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893093695,"stop":1728893093695,"duration":0}},{"uid":"174da56aab75fec8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/174da56aab75fec8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856055277,"stop":1728856055277,"duration":0}},{"uid":"6b453cc193c77a66","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6b453cc193c77a66","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738274748,"stop":1728738274748,"duration":0}},{"uid":"985b4dab92f8f30b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/985b4dab92f8f30b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682807963,"stop":1728682807963,"duration":0}},{"uid":"18c918eedb627059","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18c918eedb627059","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682381304,"stop":1728682381304,"duration":0}},{"uid":"31969ceeb6f08af2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/31969ceeb6f08af2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676853904,"stop":1728676853904,"duration":0}},{"uid":"ed0d10460fce14e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed0d10460fce14e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669581702,"stop":1728669581702,"duration":0}},{"uid":"24ccf18e56e54e48","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/24ccf18e56e54e48","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597923495,"stop":1728597923495,"duration":0}},{"uid":"d16898ce1bbe2983","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d16898ce1bbe2983","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597132268,"stop":1728597132272,"duration":4}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3b8885ad2522f4d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b8885ad2522f4d9","status":"passed","time":{"start":1729034209092,"stop":1729034209092,"duration":0}},{"uid":"2e7ca713f6295b95","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e7ca713f6295b95","status":"passed","time":{"start":1729032264562,"stop":1729032264563,"duration":1}},{"uid":"141ec2925551bc80","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/141ec2925551bc80","status":"passed","time":{"start":1728902012838,"stop":1728902012839,"duration":1}},{"uid":"2a15799eb41dee1d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2a15799eb41dee1d","status":"passed","time":{"start":1728893454808,"stop":1728893454808,"duration":0}},{"uid":"239590326d72cf2a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/239590326d72cf2a","status":"passed","time":{"start":1728856408449,"stop":1728856408449,"duration":0}},{"uid":"8d226c38b8c1861d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d226c38b8c1861d","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"be21dff1f2ed378b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be21dff1f2ed378b","status":"passed","time":{"start":1728683159747,"stop":1728683159747,"duration":0}},{"uid":"5a259370d19d0f40","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5a259370d19d0f40","status":"passed","time":{"start":1728682751325,"stop":1728682751325,"duration":0}},{"uid":"ba02bfb3f8a5b5bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba02bfb3f8a5b5bc","status":"passed","time":{"start":1728677216352,"stop":1728677216352,"duration":0}},{"uid":"c22e0f26510381f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c22e0f26510381f9","status":"passed","time":{"start":1728669925450,"stop":1728669925450,"duration":0}},{"uid":"a70abb9a55d25ef9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a70abb9a55d25ef9","status":"passed","time":{"start":1728598268798,"stop":1728598268798,"duration":0}},{"uid":"170ef476c1ea02a8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/170ef476c1ea02a8","status":"passed","time":{"start":1728597503909,"stop":1728597503910,"duration":1}}]},"a5b8096255da7621f4876c8487531596:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"97cb50e3f1149339","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97cb50e3f1149339","status":"passed","time":{"start":1729033849392,"stop":1729033849392,"duration":0}},{"uid":"38352419202956c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/38352419202956c0","status":"passed","time":{"start":1729031899546,"stop":1729031899547,"duration":1}},{"uid":"51a0dcd3d7f80cd3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/51a0dcd3d7f80cd3","status":"passed","time":{"start":1728901444841,"stop":1728901444841,"duration":0}},{"uid":"849aa75b1dee4014","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/849aa75b1dee4014","status":"passed","time":{"start":1728892875614,"stop":1728892875614,"duration":0}},{"uid":"5318d987a1043c09","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5318d987a1043c09","status":"passed","time":{"start":1728855838488,"stop":1728855838488,"duration":0}},{"uid":"3bb675cb3c7048ac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3bb675cb3c7048ac","status":"passed","time":{"start":1728738055451,"stop":1728738055451,"duration":0}},{"uid":"5662e98e17358c74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5662e98e17358c74","status":"passed","time":{"start":1728682589262,"stop":1728682589263,"duration":1}},{"uid":"cd2b58b07bcd5ca7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd2b58b07bcd5ca7","status":"passed","time":{"start":1728682162180,"stop":1728682162181,"duration":1}},{"uid":"a46776833e315b3e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a46776833e315b3e","status":"passed","time":{"start":1728676636508,"stop":1728676636508,"duration":0}},{"uid":"cc9c73e6e1fbab88","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc9c73e6e1fbab88","status":"passed","time":{"start":1728669359846,"stop":1728669359846,"duration":0}},{"uid":"72322e1c2f43ab04","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/72322e1c2f43ab04","status":"passed","time":{"start":1728597699701,"stop":1728597699701,"duration":0}},{"uid":"e08edc314ca6de1a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e08edc314ca6de1a","status":"passed","time":{"start":1728596919892,"stop":1728596919893,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"871e10650c27cbe9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/871e10650c27cbe9","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0}},{"uid":"4e041534b49b7521","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4e041534b49b7521","status":"passed","time":{"start":1729031892685,"stop":1729031892685,"duration":0}},{"uid":"a6e73bdf2b4ce73c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a6e73bdf2b4ce73c","status":"passed","time":{"start":1728901438816,"stop":1728901438817,"duration":1}},{"uid":"7752611567ab8427","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7752611567ab8427","status":"passed","time":{"start":1728892869010,"stop":1728892869010,"duration":0}},{"uid":"bc0827d2778827a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bc0827d2778827a2","status":"passed","time":{"start":1728855831901,"stop":1728855831901,"duration":0}},{"uid":"713a375d6db20fe5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/713a375d6db20fe5","status":"passed","time":{"start":1728738049049,"stop":1728738049049,"duration":0}},{"uid":"d9f8f14855c4ebc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d9f8f14855c4ebc","status":"passed","time":{"start":1728682582628,"stop":1728682582628,"duration":0}},{"uid":"c4f343cb06733b48","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c4f343cb06733b48","status":"passed","time":{"start":1728682155416,"stop":1728682155416,"duration":0}},{"uid":"e363e29a3ae963a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e363e29a3ae963a8","status":"passed","time":{"start":1728676629983,"stop":1728676629983,"duration":0}},{"uid":"b430e6c4ab6de2dd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b430e6c4ab6de2dd","status":"passed","time":{"start":1728669353110,"stop":1728669353110,"duration":0}},{"uid":"6c56e17e326af551","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6c56e17e326af551","status":"passed","time":{"start":1728597693856,"stop":1728597693856,"duration":0}},{"uid":"af2bc42e30331c94","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/af2bc42e30331c94","status":"passed","time":{"start":1728596913100,"stop":1728596913100,"duration":0}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c5e8402f892b37b0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5e8402f892b37b0","status":"passed","time":{"start":1729033834024,"stop":1729033834025,"duration":1}},{"uid":"dc3e2417b3e5828","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dc3e2417b3e5828","status":"passed","time":{"start":1729031883605,"stop":1729031883606,"duration":1}},{"uid":"c74b341f369f71c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c74b341f369f71c0","status":"passed","time":{"start":1728901429892,"stop":1728901429895,"duration":3}},{"uid":"ada16d928261f7a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ada16d928261f7a","status":"passed","time":{"start":1728892860034,"stop":1728892860035,"duration":1}},{"uid":"aeef2ecca3e6a23a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aeef2ecca3e6a23a","status":"passed","time":{"start":1728855822966,"stop":1728855822966,"duration":0}},{"uid":"8a8cef93acec9dc7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8a8cef93acec9dc7","status":"passed","time":{"start":1728738040126,"stop":1728738040127,"duration":1}},{"uid":"48c45bf9ef539e74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/48c45bf9ef539e74","status":"passed","time":{"start":1728682573418,"stop":1728682573418,"duration":0}},{"uid":"b3224c56225667d2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3224c56225667d2","status":"passed","time":{"start":1728682146525,"stop":1728682146526,"duration":1}},{"uid":"d3b6e56e842f7b24","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d3b6e56e842f7b24","status":"passed","time":{"start":1728676621028,"stop":1728676621028,"duration":0}},{"uid":"97b28aeb53444fd6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97b28aeb53444fd6","status":"passed","time":{"start":1728669344029,"stop":1728669344029,"duration":0}},{"uid":"194c11ff32909a67","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/194c11ff32909a67","status":"passed","time":{"start":1728597684702,"stop":1728597684703,"duration":1}},{"uid":"5e9b329ed8635a62","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5e9b329ed8635a62","status":"passed","time":{"start":1728596904041,"stop":1728596904042,"duration":1}}]},"27dba3eb95defa8a93e64dda3d365c4b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"199b432d2aefabe6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/199b432d2aefabe6","status":"passed","time":{"start":1728856333677,"stop":1728856333678,"duration":1}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"468e42b4b598603c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/468e42b4b598603c","status":"passed","time":{"start":1729034177536,"stop":1729034177536,"duration":0}},{"uid":"3fa9ae9de0f02282","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3fa9ae9de0f02282","status":"passed","time":{"start":1729032235311,"stop":1729032235314,"duration":3}},{"uid":"ede78615d23abb15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ede78615d23abb15","status":"passed","time":{"start":1728901958866,"stop":1728901958866,"duration":0}},{"uid":"b5b3097c88a88b51","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5b3097c88a88b51","status":"passed","time":{"start":1728893395083,"stop":1728893395083,"duration":0}},{"uid":"c862dcdbd1582bec","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c862dcdbd1582bec","status":"passed","time":{"start":1728856355697,"stop":1728856355698,"duration":1}},{"uid":"53a1cd6a54b67719","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/53a1cd6a54b67719","status":"passed","time":{"start":1728738567473,"stop":1728738567473,"duration":0}},{"uid":"9dad1a802ae842cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9dad1a802ae842cd","status":"passed","time":{"start":1728683110372,"stop":1728683110372,"duration":0}},{"uid":"92b1bd7ca676afcb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/92b1bd7ca676afcb","status":"passed","time":{"start":1728682666069,"stop":1728682666070,"duration":1}},{"uid":"31df2acbdaf30a91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/31df2acbdaf30a91","status":"passed","time":{"start":1728677163584,"stop":1728677163584,"duration":0}},{"uid":"bbba94905898bfe6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bbba94905898bfe6","status":"passed","time":{"start":1728669841256,"stop":1728669841256,"duration":0}},{"uid":"53684529f3b07bf6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/53684529f3b07bf6","status":"passed","time":{"start":1728598221900,"stop":1728598221900,"duration":0}},{"uid":"8a9c3573d03c2861","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8a9c3573d03c2861","status":"passed","time":{"start":1728597434083,"stop":1728597434083,"duration":0}}]},"fd1549665668131916dade987eb029cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48df0712f606b77d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/48df0712f606b77d","status":"passed","time":{"start":1728597132263,"stop":1728597132263,"duration":0}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"41076025a7ed68f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41076025a7ed68f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033904751,"stop":1729033904751,"duration":0}},{"uid":"f06a5dfea2132f1b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f06a5dfea2132f1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031952299,"stop":1729031952299,"duration":0}},{"uid":"cdf0961f37e36022","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cdf0961f37e36022","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901498549,"stop":1728901498550,"duration":1}},{"uid":"92e51bbbc3e8537a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/92e51bbbc3e8537a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892934942,"stop":1728892934942,"duration":0}},{"uid":"62470e483f1d5fe4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62470e483f1d5fe4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855901092,"stop":1728855901092,"duration":0}},{"uid":"72c055c2a8691a35","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/72c055c2a8691a35","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738109824,"stop":1728738109824,"duration":0}},{"uid":"8775b45f77153372","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8775b45f77153372","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682641799,"stop":1728682641799,"duration":0}},{"uid":"255bff729328b2f3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/255bff729328b2f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682224061,"stop":1728682224061,"duration":0}},{"uid":"e738908777ae35d3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e738908777ae35d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676692605,"stop":1728676692605,"duration":0}},{"uid":"887318633584d628","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/887318633584d628","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669414332,"stop":1728669414332,"duration":0}},{"uid":"dc33a94e35bbbcbf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc33a94e35bbbcbf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597758159,"stop":1728597758159,"duration":0}},{"uid":"e88ec15752568ca4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e88ec15752568ca4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596973965,"stop":1728596973965,"duration":0}}]},"10071815a925d433978c96d64be34203:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60d67699b3a40af2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/60d67699b3a40af2","status":"passed","time":{"start":1728856333679,"stop":1728856333679,"duration":0}}]},"60321a3e1670d81c6076411aea0ee0ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9b2249ef39c5b0c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9b2249ef39c5b0c","status":"passed","time":{"start":1729034177524,"stop":1729034177525,"duration":1}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8a8f8b4fab1de8d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a8f8b4fab1de8d8","status":"passed","time":{"start":1729034121954,"stop":1729034121954,"duration":0}},{"uid":"41a7704c6ecf9562","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/41a7704c6ecf9562","status":"passed","time":{"start":1729032174931,"stop":1729032174931,"duration":0}},{"uid":"36925d29cdcd4fc5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/36925d29cdcd4fc5","status":"passed","time":{"start":1728901881035,"stop":1728901881035,"duration":0}},{"uid":"5284b381a24309b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5284b381a24309b6","status":"passed","time":{"start":1728893317184,"stop":1728893317184,"duration":0}},{"uid":"36e689351862ad0d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/36e689351862ad0d","status":"passed","time":{"start":1728856263128,"stop":1728856263128,"duration":0}},{"uid":"2d0c1b7d4add8f2b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2d0c1b7d4add8f2b","status":"passed","time":{"start":1728738492813,"stop":1728738492814,"duration":1}},{"uid":"647ad87e74af48dc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/647ad87e74af48dc","status":"passed","time":{"start":1728683030032,"stop":1728683030032,"duration":0}},{"uid":"bd5bed76ad2d19e0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd5bed76ad2d19e0","status":"passed","time":{"start":1728682581132,"stop":1728682581132,"duration":0}},{"uid":"85f6d9f12083a9e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85f6d9f12083a9e2","status":"passed","time":{"start":1728677082016,"stop":1728677082017,"duration":1}},{"uid":"a4655f52401a5ebe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4655f52401a5ebe","status":"passed","time":{"start":1728669795410,"stop":1728669795410,"duration":0}},{"uid":"72b87bc0457d6241","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/72b87bc0457d6241","status":"passed","time":{"start":1728598137511,"stop":1728598137511,"duration":0}},{"uid":"f0c96ddbc9559768","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c96ddbc9559768","status":"passed","time":{"start":1728597353490,"stop":1728597353490,"duration":0}}]},"43d0e0309dc9bbee3b7da2336564f92c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"53370bae1611bd7d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/53370bae1611bd7d","status":"passed","time":{"start":1729033875028,"stop":1729033875029,"duration":1}},{"uid":"5e69761f82250407","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e69761f82250407","status":"passed","time":{"start":1729031924909,"stop":1729031924909,"duration":0}},{"uid":"8915f4489304adf4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8915f4489304adf4","status":"passed","time":{"start":1728901469136,"stop":1728901469136,"duration":0}},{"uid":"88cad97e441f7a61","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/88cad97e441f7a61","status":"passed","time":{"start":1728892899801,"stop":1728892899801,"duration":0}},{"uid":"95144c052faf26b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/95144c052faf26b9","status":"passed","time":{"start":1728855863297,"stop":1728855863297,"duration":0}},{"uid":"ba08f07cee9c9629","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ba08f07cee9c9629","status":"passed","time":{"start":1728738080957,"stop":1728738080958,"duration":1}},{"uid":"d8f5b8ee18c4bfde","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d8f5b8ee18c4bfde","status":"passed","time":{"start":1728682614317,"stop":1728682614317,"duration":0}},{"uid":"f9c8ed98e6b5c8ee","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f9c8ed98e6b5c8ee","status":"passed","time":{"start":1728682187221,"stop":1728682187222,"duration":1}},{"uid":"f95dd05821c4c0ac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f95dd05821c4c0ac","status":"passed","time":{"start":1728676661422,"stop":1728676661423,"duration":1}},{"uid":"36bcaef441dc5e3b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/36bcaef441dc5e3b","status":"passed","time":{"start":1728669384754,"stop":1728669384754,"duration":0}},{"uid":"7c1e3409ee51c5ed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c1e3409ee51c5ed","status":"passed","time":{"start":1728597724212,"stop":1728597724212,"duration":0}},{"uid":"273096620be7b65e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/273096620be7b65e","status":"passed","time":{"start":1728596943265,"stop":1728596943265,"duration":0}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9aa6b7655117184d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9aa6b7655117184d","status":"passed","time":{"start":1729033939920,"stop":1729033939920,"duration":0}},{"uid":"5dd02bb6fdf8a434","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5dd02bb6fdf8a434","status":"passed","time":{"start":1729031988771,"stop":1729031988772,"duration":1}},{"uid":"99bcfe70f0cc4011","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/99bcfe70f0cc4011","status":"passed","time":{"start":1728901555751,"stop":1728901555752,"duration":1}},{"uid":"7a07af08824ed443","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7a07af08824ed443","status":"passed","time":{"start":1728892995570,"stop":1728892995570,"duration":0}},{"uid":"f442984337989658","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f442984337989658","status":"passed","time":{"start":1728855954640,"stop":1728855954641,"duration":1}},{"uid":"efc05817028c603e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/efc05817028c603e","status":"passed","time":{"start":1728738169494,"stop":1728738169503,"duration":9}},{"uid":"8f9b40e5da85395b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8f9b40e5da85395b","status":"passed","time":{"start":1728682707225,"stop":1728682707226,"duration":1}},{"uid":"a279200b15d6abb2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a279200b15d6abb2","status":"passed","time":{"start":1728682285115,"stop":1728682285115,"duration":0}},{"uid":"5b7dd5c612d310a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5b7dd5c612d310a8","status":"passed","time":{"start":1728676761147,"stop":1728676761147,"duration":0}},{"uid":"2697f1de77105b52","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2697f1de77105b52","status":"passed","time":{"start":1728669488931,"stop":1728669488934,"duration":3}},{"uid":"227aeb130dccbdbb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/227aeb130dccbdbb","status":"passed","time":{"start":1728597819559,"stop":1728597819559,"duration":0}},{"uid":"a968731cb16ec271","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a968731cb16ec271","status":"passed","time":{"start":1728597041916,"stop":1728597041916,"duration":0}}]},"ecd7ebd9fcded150c437864c9975262d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8f0bec8190ec7eb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f8f0bec8190ec7eb","status":"passed","time":{"start":1728893395074,"stop":1728893395075,"duration":1}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"90d65debab2f9c9a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/90d65debab2f9c9a","status":"passed","time":{"start":1729034121876,"stop":1729034121876,"duration":0}},{"uid":"962a781c0418319c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/962a781c0418319c","status":"passed","time":{"start":1729032174795,"stop":1729032174795,"duration":0}},{"uid":"1bd9305018673a7e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1bd9305018673a7e","status":"passed","time":{"start":1728901881001,"stop":1728901881002,"duration":1}},{"uid":"aac596b2439f0589","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aac596b2439f0589","status":"passed","time":{"start":1728893317129,"stop":1728893317130,"duration":1}},{"uid":"167721987c54e9e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/167721987c54e9e2","status":"passed","time":{"start":1728856263063,"stop":1728856263063,"duration":0}},{"uid":"ab0489f9ed6e0ea3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ab0489f9ed6e0ea3","status":"passed","time":{"start":1728738492781,"stop":1728738492782,"duration":1}},{"uid":"f7532361eaa3aa92","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f7532361eaa3aa92","status":"passed","time":{"start":1728683030006,"stop":1728683030006,"duration":0}},{"uid":"985c4193ee65b8b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/985c4193ee65b8b4","status":"passed","time":{"start":1728682581061,"stop":1728682581062,"duration":1}},{"uid":"ed206f77364baa92","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ed206f77364baa92","status":"passed","time":{"start":1728677081981,"stop":1728677081982,"duration":1}},{"uid":"8efd18c0e48462b7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8efd18c0e48462b7","status":"passed","time":{"start":1728669795382,"stop":1728669795382,"duration":0}},{"uid":"9ba8bb9a57afef16","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9ba8bb9a57afef16","status":"passed","time":{"start":1728598137490,"stop":1728598137490,"duration":0}},{"uid":"7e2d4287bfa06381","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7e2d4287bfa06381","status":"passed","time":{"start":1728597353470,"stop":1728597353470,"duration":0}}]},"54a63dfbad157ef89df258eafc5a2182:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96e68e0e8d4a1129","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/96e68e0e8d4a1129","status":"passed","time":{"start":1728856355692,"stop":1728856355692,"duration":0}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"893244347d095e11","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/893244347d095e11","status":"passed","time":{"start":1729034137123,"stop":1729034137124,"duration":1}},{"uid":"6f28652886de9e63","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6f28652886de9e63","status":"passed","time":{"start":1729032206868,"stop":1729032206870,"duration":2}},{"uid":"421794565231da0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/421794565231da0e","status":"passed","time":{"start":1728901995010,"stop":1728901995010,"duration":0}},{"uid":"28f839c313ada7ba","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/28f839c313ada7ba","status":"passed","time":{"start":1728893420989,"stop":1728893420989,"duration":0}},{"uid":"a3e0d0c625c8faf6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a3e0d0c625c8faf6","status":"passed","time":{"start":1728856368591,"stop":1728856368591,"duration":0}},{"uid":"59b8d83b7af9c176","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/59b8d83b7af9c176","status":"passed","time":{"start":1728738604676,"stop":1728738604676,"duration":0}},{"uid":"a61346d5d42aa4cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a61346d5d42aa4cd","status":"passed","time":{"start":1728683117605,"stop":1728683117605,"duration":0}},{"uid":"9b3d782a018c6bde","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b3d782a018c6bde","status":"passed","time":{"start":1728682721313,"stop":1728682721313,"duration":0}},{"uid":"7bbee4453c26a44e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7bbee4453c26a44e","status":"passed","time":{"start":1728677184675,"stop":1728677184676,"duration":1}},{"uid":"48d93b261aaba9cb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/48d93b261aaba9cb","status":"passed","time":{"start":1728669866444,"stop":1728669866444,"duration":0}},{"uid":"d6dbd38d37bcac5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d6dbd38d37bcac5e","status":"passed","time":{"start":1728598249971,"stop":1728598249971,"duration":0}},{"uid":"7a2a65bf1b223ef2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7a2a65bf1b223ef2","status":"passed","time":{"start":1728597472283,"stop":1728597472284,"duration":1}}]},"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a5a9240e28384e7a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5a9240e28384e7a","status":"passed","time":{"start":1729033834385,"stop":1729033834386,"duration":1}},{"uid":"6cc827ac1ff2938f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6cc827ac1ff2938f","status":"passed","time":{"start":1729031884118,"stop":1729031884119,"duration":1}},{"uid":"84c82915614cf059","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84c82915614cf059","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"afd2a8d5fc28f7fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/afd2a8d5fc28f7fb","status":"passed","time":{"start":1728892860532,"stop":1728892860532,"duration":0}},{"uid":"ca0660c11b8db229","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca0660c11b8db229","status":"passed","time":{"start":1728855823322,"stop":1728855823322,"duration":0}},{"uid":"ec45210bac8fa302","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec45210bac8fa302","status":"passed","time":{"start":1728738040602,"stop":1728738040602,"duration":0}},{"uid":"4bd0586f83d70929","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bd0586f83d70929","status":"passed","time":{"start":1728682574092,"stop":1728682574093,"duration":1}},{"uid":"e50a835f3311dfd3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e50a835f3311dfd3","status":"passed","time":{"start":1728682146817,"stop":1728682146817,"duration":0}},{"uid":"b720f0316c59d122","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b720f0316c59d122","status":"passed","time":{"start":1728676621431,"stop":1728676621431,"duration":0}},{"uid":"28948d1afd553a52","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/28948d1afd553a52","status":"passed","time":{"start":1728669344467,"stop":1728669344467,"duration":0}},{"uid":"367c0269a5272f68","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/367c0269a5272f68","status":"passed","time":{"start":1728597685161,"stop":1728597685161,"duration":0}},{"uid":"b3447536b27b02ae","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b3447536b27b02ae","status":"passed","time":{"start":1728596904467,"stop":1728596904468,"duration":1}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"eb5e8530b58d36b2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eb5e8530b58d36b2","status":"passed","time":{"start":1729034129474,"stop":1729034129475,"duration":1}},{"uid":"44a3134be4ca655a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/44a3134be4ca655a","status":"passed","time":{"start":1729032178368,"stop":1729032178368,"duration":0}},{"uid":"157f69c6081798f6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/157f69c6081798f6","status":"passed","time":{"start":1728901896347,"stop":1728901896348,"duration":1}},{"uid":"b454061dcfad92d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b454061dcfad92d8","status":"passed","time":{"start":1728893329025,"stop":1728893329026,"duration":1}},{"uid":"571cf8ea9f00a40c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/571cf8ea9f00a40c","status":"passed","time":{"start":1728856284764,"stop":1728856284764,"duration":0}},{"uid":"69acd932fc48f1ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/69acd932fc48f1ee","status":"passed","time":{"start":1728738494941,"stop":1728738494941,"duration":0}},{"uid":"c2c293b0a1d2c0ee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c2c293b0a1d2c0ee","status":"passed","time":{"start":1728683033632,"stop":1728683033632,"duration":0}},{"uid":"856fa9030e708e0a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/856fa9030e708e0a","status":"passed","time":{"start":1728682601737,"stop":1728682601737,"duration":0}},{"uid":"fc9e7996b093d82c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fc9e7996b093d82c","status":"passed","time":{"start":1728677107962,"stop":1728677107962,"duration":0}},{"uid":"c9e2ca0e0b6c5f5a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9e2ca0e0b6c5f5a","status":"passed","time":{"start":1728669764751,"stop":1728669764752,"duration":1}},{"uid":"7509afb51947521b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7509afb51947521b","status":"passed","time":{"start":1728598157563,"stop":1728598157563,"duration":0}},{"uid":"70faa0c446c1769b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70faa0c446c1769b","status":"passed","time":{"start":1728597369073,"stop":1728597369073,"duration":0}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5b4321638e34b0a7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5b4321638e34b0a7","status":"passed","time":{"start":1729034121938,"stop":1729034121939,"duration":1}},{"uid":"99c45965f82f6aea","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/99c45965f82f6aea","status":"passed","time":{"start":1729032174902,"stop":1729032174902,"duration":0}},{"uid":"8e116f772c0f3064","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e116f772c0f3064","status":"passed","time":{"start":1728901881019,"stop":1728901881020,"duration":1}},{"uid":"5c9b6fa8af61a1ed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c9b6fa8af61a1ed","status":"passed","time":{"start":1728893317176,"stop":1728893317177,"duration":1}},{"uid":"ee79596de1d784","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ee79596de1d784","status":"passed","time":{"start":1728856263107,"stop":1728856263108,"duration":1}},{"uid":"6d7eed9b613711f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d7eed9b613711f5","status":"passed","time":{"start":1728738492802,"stop":1728738492802,"duration":0}},{"uid":"4af1c940562a6bc5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4af1c940562a6bc5","status":"passed","time":{"start":1728683030025,"stop":1728683030025,"duration":0}},{"uid":"b04b210473adb694","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b04b210473adb694","status":"passed","time":{"start":1728682581110,"stop":1728682581111,"duration":1}},{"uid":"1fa63bf632207382","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1fa63bf632207382","status":"passed","time":{"start":1728677082003,"stop":1728677082004,"duration":1}},{"uid":"18025bfb200e1ef2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/18025bfb200e1ef2","status":"passed","time":{"start":1728669795401,"stop":1728669795403,"duration":2}},{"uid":"44989d5a259a7e3b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/44989d5a259a7e3b","status":"passed","time":{"start":1728598137507,"stop":1728598137507,"duration":0}},{"uid":"f52465146db31e94","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f52465146db31e94","status":"passed","time":{"start":1728597353483,"stop":1728597353484,"duration":1}}]},"6429b444155aaa5d73ac88edce2f6a36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":10,"unknown":0,"total":11},"items":[{"uid":"151dae1f97bacb4c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/151dae1f97bacb4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977062,"stop":1729033977062,"duration":0}},{"uid":"2e3f6957203c8b3c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e3f6957203c8b3c","status":"passed","time":{"start":1729032093763,"stop":1729032093764,"duration":1}},{"uid":"21c25792cf61a480","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/21c25792cf61a480","status":"passed","time":{"start":1728901748770,"stop":1728901748770,"duration":0}},{"uid":"d7633b208a28c5c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d7633b208a28c5c","status":"passed","time":{"start":1728893181082,"stop":1728893181083,"duration":1}},{"uid":"92e2185ef358e972","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92e2185ef358e972","status":"passed","time":{"start":1728856155548,"stop":1728856155549,"duration":1}},{"uid":"ec3355a574db2ee1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec3355a574db2ee1","status":"passed","time":{"start":1728738360282,"stop":1728738360282,"duration":0}},{"uid":"32db3d9c0a87f497","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32db3d9c0a87f497","status":"passed","time":{"start":1728682907217,"stop":1728682907218,"duration":1}},{"uid":"e4df6fca6aafd0c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e4df6fca6aafd0c0","status":"passed","time":{"start":1728682466726,"stop":1728682466727,"duration":1}},{"uid":"c480243f54457262","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c480243f54457262","status":"passed","time":{"start":1728676955718,"stop":1728676955718,"duration":0}},{"uid":"61391d68103a69d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61391d68103a69d4","status":"passed","time":{"start":1728598013531,"stop":1728598013532,"duration":1}},{"uid":"fb31ec2c3df0d385","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fb31ec2c3df0d385","status":"passed","time":{"start":1728597225196,"stop":1728597225196,"duration":0}}]},"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3272d99ca358d8a7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3272d99ca358d8a7","status":"passed","time":{"start":1729033834392,"stop":1729033834392,"duration":0}},{"uid":"5b83ca7077712da9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b83ca7077712da9","status":"passed","time":{"start":1729031884125,"stop":1729031884126,"duration":1}},{"uid":"82729eed0fef9980","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82729eed0fef9980","status":"passed","time":{"start":1728901430259,"stop":1728901430259,"duration":0}},{"uid":"2cdd82203fc577ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2cdd82203fc577ca","status":"passed","time":{"start":1728892860538,"stop":1728892860538,"duration":0}},{"uid":"d55a501134975d86","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d55a501134975d86","status":"passed","time":{"start":1728855823327,"stop":1728855823327,"duration":0}},{"uid":"eea9e88ad7ceb444","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eea9e88ad7ceb444","status":"passed","time":{"start":1728738040608,"stop":1728738040608,"duration":0}},{"uid":"2726e8d5bb147802","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2726e8d5bb147802","status":"passed","time":{"start":1728682574098,"stop":1728682574098,"duration":0}},{"uid":"b2eb7b44d5644962","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b2eb7b44d5644962","status":"passed","time":{"start":1728682146822,"stop":1728682146822,"duration":0}},{"uid":"c6aaca40ff688c47","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c6aaca40ff688c47","status":"passed","time":{"start":1728676621437,"stop":1728676621438,"duration":1}},{"uid":"169987d1331b538f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/169987d1331b538f","status":"passed","time":{"start":1728669344472,"stop":1728669344473,"duration":1}},{"uid":"8cffc30511015ff7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8cffc30511015ff7","status":"passed","time":{"start":1728597685167,"stop":1728597685168,"duration":1}},{"uid":"e5667c61c3b858bc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5667c61c3b858bc","status":"passed","time":{"start":1728596904475,"stop":1728596904475,"duration":0}}]},"c10a17e8225ef797be13d4ceec15affb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea2902ecff9ac94d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ea2902ecff9ac94d","status":"passed","time":{"start":1728598163467,"stop":1728598163467,"duration":0}}]},"b46a4510d87abb0296fd7988796cb246:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32ad79bb808acab5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32ad79bb808acab5","status":"passed","time":{"start":1728597434077,"stop":1728597434077,"duration":0}}]},"cda0782defc2f542c3c2835bd131767d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7ddcc192fabcd7b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f7ddcc192fabcd7b","status":"passed","time":{"start":1728682652693,"stop":1728682652693,"duration":0}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5644886a91e8d1d4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5644886a91e8d1d4","status":"passed","time":{"start":1729034129473,"stop":1729034129473,"duration":0}},{"uid":"9f8ce1f58611497f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9f8ce1f58611497f","status":"passed","time":{"start":1729032178366,"stop":1729032178367,"duration":1}},{"uid":"9f5738dafcbd15c8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9f5738dafcbd15c8","status":"passed","time":{"start":1728901896345,"stop":1728901896346,"duration":1}},{"uid":"4eabb01fe57321a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4eabb01fe57321a2","status":"passed","time":{"start":1728893329024,"stop":1728893329024,"duration":0}},{"uid":"53009c29029bdeb3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/53009c29029bdeb3","status":"passed","time":{"start":1728856284761,"stop":1728856284762,"duration":1}},{"uid":"af5f0f53bd2484af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/af5f0f53bd2484af","status":"passed","time":{"start":1728738494939,"stop":1728738494939,"duration":0}},{"uid":"83f4fe0eecf2a86b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/83f4fe0eecf2a86b","status":"passed","time":{"start":1728683033630,"stop":1728683033631,"duration":1}},{"uid":"1adc683e67e78ccc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1adc683e67e78ccc","status":"passed","time":{"start":1728682601735,"stop":1728682601736,"duration":1}},{"uid":"4904db8549bf928a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4904db8549bf928a","status":"passed","time":{"start":1728677107960,"stop":1728677107960,"duration":0}},{"uid":"ad1601f8d8c3b76a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad1601f8d8c3b76a","status":"passed","time":{"start":1728669764750,"stop":1728669764750,"duration":0}},{"uid":"7354e72f492682fe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7354e72f492682fe","status":"passed","time":{"start":1728598157561,"stop":1728598157561,"duration":0}},{"uid":"b99603df45267c02","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b99603df45267c02","status":"passed","time":{"start":1728597369060,"stop":1728597369061,"duration":1}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8f06ef0eea544b35","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8f06ef0eea544b35","status":"passed","time":{"start":1729033892952,"stop":1729033892955,"duration":3}},{"uid":"86f2d76a09de28c1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/86f2d76a09de28c1","status":"passed","time":{"start":1729031943348,"stop":1729031943349,"duration":1}},{"uid":"3d12c1fbaa47d049","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3d12c1fbaa47d049","status":"passed","time":{"start":1728901487513,"stop":1728901487520,"duration":7}},{"uid":"4fae0bd695db543b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4fae0bd695db543b","status":"passed","time":{"start":1728892920384,"stop":1728892920385,"duration":1}},{"uid":"a0d46e47bf6daa27","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0d46e47bf6daa27","status":"passed","time":{"start":1728855881495,"stop":1728855881496,"duration":1}},{"uid":"162eaf0f41d6b4bb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/162eaf0f41d6b4bb","status":"passed","time":{"start":1728738098727,"stop":1728738098728,"duration":1}},{"uid":"eb718d021704cda3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eb718d021704cda3","status":"passed","time":{"start":1728682632218,"stop":1728682632219,"duration":1}},{"uid":"4b78a348895533c6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4b78a348895533c6","status":"passed","time":{"start":1728682205208,"stop":1728682205209,"duration":1}},{"uid":"de91b3e755e7aedf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/de91b3e755e7aedf","status":"passed","time":{"start":1728676680975,"stop":1728676680986,"duration":11}},{"uid":"34450738b36fe01b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34450738b36fe01b","status":"passed","time":{"start":1728669404737,"stop":1728669404738,"duration":1}},{"uid":"c805048fc58ce871","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c805048fc58ce871","status":"passed","time":{"start":1728597743843,"stop":1728597743845,"duration":2}},{"uid":"f5e66119bda22ccf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f5e66119bda22ccf","status":"passed","time":{"start":1728596961181,"stop":1728596961182,"duration":1}}]},"1d6ab70dc0f1c2f4b72dc0c71008e58f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6f7864acb02b1328","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6f7864acb02b1328","status":"passed","time":{"start":1729033874961,"stop":1729033874962,"duration":1}},{"uid":"95d98c3247335068","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/95d98c3247335068","status":"passed","time":{"start":1729031924901,"stop":1729031924901,"duration":0}},{"uid":"53efaf6378ea156c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53efaf6378ea156c","status":"passed","time":{"start":1728901469128,"stop":1728901469129,"duration":1}},{"uid":"4860b7aea06ed5b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4860b7aea06ed5b","status":"passed","time":{"start":1728892899793,"stop":1728892899794,"duration":1}},{"uid":"c69c9313bbd249f9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c69c9313bbd249f9","status":"passed","time":{"start":1728855863058,"stop":1728855863058,"duration":0}},{"uid":"9e669e31f140fecf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9e669e31f140fecf","status":"passed","time":{"start":1728738080899,"stop":1728738080900,"duration":1}},{"uid":"28112b044a5cb18e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28112b044a5cb18e","status":"passed","time":{"start":1728682614309,"stop":1728682614310,"duration":1}},{"uid":"d5967fea9b041074","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d5967fea9b041074","status":"passed","time":{"start":1728682187094,"stop":1728682187095,"duration":1}},{"uid":"ff975c0ab63ee1fe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ff975c0ab63ee1fe","status":"passed","time":{"start":1728676661487,"stop":1728676661488,"duration":1}},{"uid":"cd91c62c1d88bb79","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cd91c62c1d88bb79","status":"passed","time":{"start":1728669384662,"stop":1728669384663,"duration":1}},{"uid":"b8dcc3e4b5e3b5a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b8dcc3e4b5e3b5a4","status":"passed","time":{"start":1728597724234,"stop":1728597724235,"duration":1}},{"uid":"41688d9577e5ca39","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/41688d9577e5ca39","status":"passed","time":{"start":1728596943282,"stop":1728596943282,"duration":0}}]},"b3d95e2dd2f3f28db3f232397697a052:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"302070970b08ca36","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/302070970b08ca36","status":"passed","time":{"start":1728901950549,"stop":1728901950550,"duration":1}}]},"cda6db7148573560adc2b374be443426:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b1e8b001b13895","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b1e8b001b13895","status":"passed","time":{"start":1728856055272,"stop":1728856055272,"duration":0}}]},"0ea589f48647530f98d17a8c007fc87b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c5f428691b21de3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2c5f428691b21de3","status":"passed","time":{"start":1728682601747,"stop":1728682601747,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"73a1c469cf9057db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/73a1c469cf9057db","status":"passed","time":{"start":1729033843115,"stop":1729033843115,"duration":0}},{"uid":"38a00db37310fbe6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/38a00db37310fbe6","status":"passed","time":{"start":1729031892674,"stop":1729031892674,"duration":0}},{"uid":"bf27235757e714b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bf27235757e714b","status":"passed","time":{"start":1728901438805,"stop":1728901438805,"duration":0}},{"uid":"8fc3fb32e56bc5fc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fc3fb32e56bc5fc","status":"passed","time":{"start":1728892868997,"stop":1728892868997,"duration":0}},{"uid":"83e47ac28c2989e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/83e47ac28c2989e5","status":"passed","time":{"start":1728855831889,"stop":1728855831890,"duration":1}},{"uid":"a56eaf0e7deb60cd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a56eaf0e7deb60cd","status":"passed","time":{"start":1728738049036,"stop":1728738049037,"duration":1}},{"uid":"c62ffb0a6bf68f8f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c62ffb0a6bf68f8f","status":"passed","time":{"start":1728682582615,"stop":1728682582615,"duration":0}},{"uid":"2432984809609acb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2432984809609acb","status":"passed","time":{"start":1728682155405,"stop":1728682155405,"duration":0}},{"uid":"e02afd05bace7c3a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e02afd05bace7c3a","status":"passed","time":{"start":1728676629970,"stop":1728676629970,"duration":0}},{"uid":"c25a0fe3d52b84a8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c25a0fe3d52b84a8","status":"passed","time":{"start":1728669353098,"stop":1728669353098,"duration":0}},{"uid":"3b9c5477af264efb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3b9c5477af264efb","status":"passed","time":{"start":1728597693843,"stop":1728597693843,"duration":0}},{"uid":"a4ee23117bea527e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a4ee23117bea527e","status":"passed","time":{"start":1728596913087,"stop":1728596913087,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"6c29f41565adaaf4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6c29f41565adaaf4","status":"passed","time":{"start":1729034041489,"stop":1729034041490,"duration":1}},{"uid":"e7a37fa0cece13ba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e7a37fa0cece13ba","status":"passed","time":{"start":1728901705405,"stop":1728901705406,"duration":1}},{"uid":"cfa23c654c1c189d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cfa23c654c1c189d","status":"passed","time":{"start":1728893141778,"stop":1728893141778,"duration":0}},{"uid":"22353777b7e08cfb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/22353777b7e08cfb","status":"passed","time":{"start":1728856087085,"stop":1728856087085,"duration":0}},{"uid":"868fbd377c57af96","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/868fbd377c57af96","status":"passed","time":{"start":1728738321437,"stop":1728738321438,"duration":1}},{"uid":"4ebd8bb85c48957c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ebd8bb85c48957c","status":"passed","time":{"start":1728682845676,"stop":1728682845676,"duration":0}},{"uid":"c1f86f0cc69811d3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1f86f0cc69811d3","status":"passed","time":{"start":1728682424312,"stop":1728682424312,"duration":0}},{"uid":"75d5e21dbe1aebde","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/75d5e21dbe1aebde","status":"passed","time":{"start":1728676900541,"stop":1728676900541,"duration":0}},{"uid":"664b24b78ba00938","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/664b24b78ba00938","status":"passed","time":{"start":1728669625801,"stop":1728669625802,"duration":1}},{"uid":"61d928af35cea01d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61d928af35cea01d","status":"passed","time":{"start":1728597957172,"stop":1728597957172,"duration":0}},{"uid":"c4cac346a4c25adc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c4cac346a4c25adc","status":"passed","time":{"start":1728597182619,"stop":1728597182620,"duration":1}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2b36b89ea2eaee4d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2b36b89ea2eaee4d","status":"passed","time":{"start":1729034063498,"stop":1729034063498,"duration":0}},{"uid":"5a32d6a55c245dd9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a32d6a55c245dd9","status":"passed","time":{"start":1729032122637,"stop":1729032122638,"duration":1}},{"uid":"6e895c29149c05b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6e895c29149c05b2","status":"passed","time":{"start":1728901785637,"stop":1728901785638,"duration":1}},{"uid":"4d152926ba2659d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4d152926ba2659d","status":"passed","time":{"start":1728893218775,"stop":1728893218775,"duration":0}},{"uid":"17cc98e6b81ca647","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/17cc98e6b81ca647","status":"passed","time":{"start":1728856192661,"stop":1728856192662,"duration":1}},{"uid":"5f91025507728933","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5f91025507728933","status":"passed","time":{"start":1728738398088,"stop":1728738398088,"duration":0}},{"uid":"652d88f38563a6b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/652d88f38563a6b6","status":"passed","time":{"start":1728682944510,"stop":1728682944510,"duration":0}},{"uid":"4382e82a49062630","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4382e82a49062630","status":"passed","time":{"start":1728682507862,"stop":1728682507862,"duration":0}},{"uid":"6fbe1e2d615ed388","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6fbe1e2d615ed388","status":"passed","time":{"start":1728676995528,"stop":1728676995528,"duration":0}},{"uid":"b3ce441dca931b95","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b3ce441dca931b95","status":"passed","time":{"start":1728669665541,"stop":1728669665541,"duration":0}},{"uid":"c8faf59b959f4036","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c8faf59b959f4036","status":"passed","time":{"start":1728598056481,"stop":1728598056487,"duration":6}},{"uid":"3405b9c613814e58","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3405b9c613814e58","status":"passed","time":{"start":1728597264029,"stop":1728597264030,"duration":1}}]},"0172005d1e76b081410766df8da9e4b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":10,"unknown":0,"total":11},"items":[{"uid":"7050a2dbfa9a2b5b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7050a2dbfa9a2b5b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977065,"duration":0}},{"uid":"f595c1acbfbf0e24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f595c1acbfbf0e24","status":"passed","time":{"start":1729032093799,"stop":1729032093800,"duration":1}},{"uid":"85b88ce7f162cd93","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/85b88ce7f162cd93","status":"passed","time":{"start":1728901748773,"stop":1728901748773,"duration":0}},{"uid":"8c028e458e3dafdd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c028e458e3dafdd","status":"passed","time":{"start":1728893181086,"stop":1728893181086,"duration":0}},{"uid":"275553039f3390f4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/275553039f3390f4","status":"passed","time":{"start":1728856155552,"stop":1728856155552,"duration":0}},{"uid":"5fba110245679268","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5fba110245679268","status":"passed","time":{"start":1728738360295,"stop":1728738360296,"duration":1}},{"uid":"b04118be809e03ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b04118be809e03ca","status":"passed","time":{"start":1728682907222,"stop":1728682907222,"duration":0}},{"uid":"d3c705aa30ea3313","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d3c705aa30ea3313","status":"passed","time":{"start":1728682466734,"stop":1728682466735,"duration":1}},{"uid":"fa956ccff2690a38","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fa956ccff2690a38","status":"passed","time":{"start":1728676955722,"stop":1728676955722,"duration":0}},{"uid":"5a1f38c02c717c83","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5a1f38c02c717c83","status":"passed","time":{"start":1728598013535,"stop":1728598013535,"duration":0}},{"uid":"c8533c38c61ca87a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c8533c38c61ca87a","status":"passed","time":{"start":1728597225200,"stop":1728597225200,"duration":0}}]},"39d4f4c6f46df95a82078ec692222698:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5835048cebd9f530","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5835048cebd9f530","status":"passed","time":{"start":1728901901769,"stop":1728901901770,"duration":1}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7ca954c832c1fac4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ca954c832c1fac4","status":"passed","time":{"start":1729034137147,"stop":1729034137147,"duration":0}},{"uid":"9b66895121b48246","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9b66895121b48246","status":"passed","time":{"start":1729032206879,"stop":1729032206880,"duration":1}},{"uid":"82a2d7be8d52a2a0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82a2d7be8d52a2a0","status":"passed","time":{"start":1728901995026,"stop":1728901995026,"duration":0}},{"uid":"c499798536219eca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c499798536219eca","status":"passed","time":{"start":1728893421002,"stop":1728893421003,"duration":1}},{"uid":"d175bc29d99ac5df","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d175bc29d99ac5df","status":"passed","time":{"start":1728856368602,"stop":1728856368602,"duration":0}},{"uid":"8fcd8a37df71084f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8fcd8a37df71084f","status":"passed","time":{"start":1728738604686,"stop":1728738604687,"duration":1}},{"uid":"2924789b9ed56524","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2924789b9ed56524","status":"passed","time":{"start":1728683117642,"stop":1728683117643,"duration":1}},{"uid":"30d4ad988ba6fcd9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/30d4ad988ba6fcd9","status":"passed","time":{"start":1728682721322,"stop":1728682721323,"duration":1}},{"uid":"737c47005527dd3b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/737c47005527dd3b","status":"passed","time":{"start":1728677184688,"stop":1728677184689,"duration":1}},{"uid":"ce24870b1d3edbd9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ce24870b1d3edbd9","status":"passed","time":{"start":1728669866467,"stop":1728669866468,"duration":1}},{"uid":"ae132c287e4d8cef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ae132c287e4d8cef","status":"passed","time":{"start":1728598250001,"stop":1728598250002,"duration":1}},{"uid":"f55679267947f70e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f55679267947f70e","status":"passed","time":{"start":1728597472305,"stop":1728597472305,"duration":0}}]},"0ea6a60abe6fac603799580ad89c42a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"289e2b647d1d5391","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/289e2b647d1d5391","status":"passed","time":{"start":1728856263112,"stop":1728856263112,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fbe668c7d775dc98","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbe668c7d775dc98","status":"passed","time":{"start":1729034209102,"stop":1729034209102,"duration":0}},{"uid":"f2a3c67a7525de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f2a3c67a7525de","status":"passed","time":{"start":1729032264570,"stop":1729032264570,"duration":0}},{"uid":"921d6ec63dd099e3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/921d6ec63dd099e3","status":"passed","time":{"start":1728902012859,"stop":1728902012860,"duration":1}},{"uid":"bfc5786b3922500c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bfc5786b3922500c","status":"passed","time":{"start":1728893454813,"stop":1728893454813,"duration":0}},{"uid":"9c4ed5f33b3a9dca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9c4ed5f33b3a9dca","status":"passed","time":{"start":1728856408454,"stop":1728856408454,"duration":0}},{"uid":"a60445cf08ecd369","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a60445cf08ecd369","status":"passed","time":{"start":1728738633856,"stop":1728738633856,"duration":0}},{"uid":"59fff54e02fad4c0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/59fff54e02fad4c0","status":"passed","time":{"start":1728683159766,"stop":1728683159767,"duration":1}},{"uid":"912cbfdae6c75662","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/912cbfdae6c75662","status":"passed","time":{"start":1728682751331,"stop":1728682751332,"duration":1}},{"uid":"4e75be0737c81ac6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4e75be0737c81ac6","status":"passed","time":{"start":1728677216361,"stop":1728677216362,"duration":1}},{"uid":"a52f198a434dc712","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a52f198a434dc712","status":"passed","time":{"start":1728669925455,"stop":1728669925456,"duration":1}},{"uid":"75e17ee906f8b786","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/75e17ee906f8b786","status":"passed","time":{"start":1728598268807,"stop":1728598268807,"duration":0}},{"uid":"695cbc6e1ee0b362","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/695cbc6e1ee0b362","status":"passed","time":{"start":1728597503924,"stop":1728597503925,"duration":1}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9ee99d1cad77c1d1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ee99d1cad77c1d1","status":"passed","time":{"start":1729034169193,"stop":1729034169194,"duration":1}},{"uid":"9e5736b5a5970c09","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e5736b5a5970c09","status":"passed","time":{"start":1729032228065,"stop":1729032228066,"duration":1}},{"uid":"4086aaccc794d38","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4086aaccc794d38","status":"passed","time":{"start":1728901947145,"stop":1728901947146,"duration":1}},{"uid":"a60060d3627e25da","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a60060d3627e25da","status":"passed","time":{"start":1728893380057,"stop":1728893380057,"duration":0}},{"uid":"54547d7a8f2dc7f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/54547d7a8f2dc7f","status":"passed","time":{"start":1728856336879,"stop":1728856336879,"duration":0}},{"uid":"9ecefa05bbc0fdc4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ecefa05bbc0fdc4","status":"passed","time":{"start":1728738551163,"stop":1728738551163,"duration":0}},{"uid":"a57d9fbafe2597fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a57d9fbafe2597fd","status":"passed","time":{"start":1728683095875,"stop":1728683095875,"duration":0}},{"uid":"5153ae9e1fd7c325","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5153ae9e1fd7c325","status":"passed","time":{"start":1728682657386,"stop":1728682657387,"duration":1}},{"uid":"556d5b0dc2851a0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/556d5b0dc2851a0e","status":"passed","time":{"start":1728677151464,"stop":1728677151465,"duration":1}},{"uid":"7d7975f84a4ff4b3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7d7975f84a4ff4b3","status":"passed","time":{"start":1728669832892,"stop":1728669832893,"duration":1}},{"uid":"3d2c0407494d7b1c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3d2c0407494d7b1c","status":"passed","time":{"start":1728598215607,"stop":1728598215609,"duration":2}},{"uid":"cd0f1ab90c1a7214","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd0f1ab90c1a7214","status":"passed","time":{"start":1728597425042,"stop":1728597425042,"duration":0}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f9775c3f0b708bdb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9775c3f0b708bdb","status":"passed","time":{"start":1729034188118,"stop":1729034188118,"duration":0}},{"uid":"3c362a2facb3ec0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c362a2facb3ec0e","status":"passed","time":{"start":1729032231864,"stop":1729032231865,"duration":1}},{"uid":"8959e71604ebb9e8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8959e71604ebb9e8","status":"passed","time":{"start":1728901989566,"stop":1728901989566,"duration":0}},{"uid":"94f029b0847138b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/94f029b0847138b2","status":"passed","time":{"start":1728893424902,"stop":1728893424903,"duration":1}},{"uid":"3f39bea6d37380b5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3f39bea6d37380b5","status":"passed","time":{"start":1728856376684,"stop":1728856376684,"duration":0}},{"uid":"5033a28ce9e7b893","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5033a28ce9e7b893","status":"passed","time":{"start":1728738593961,"stop":1728738593961,"duration":0}},{"uid":"d34eb0a9870d7cba","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d34eb0a9870d7cba","status":"passed","time":{"start":1728683135339,"stop":1728683135340,"duration":1}},{"uid":"4daecf3b149a3440","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4daecf3b149a3440","status":"passed","time":{"start":1728682692591,"stop":1728682692592,"duration":1}},{"uid":"8f2800b78a1c2b02","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f2800b78a1c2b02","status":"passed","time":{"start":1728677194229,"stop":1728677194229,"duration":0}},{"uid":"c08d599bcfa3e3b5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c08d599bcfa3e3b5","status":"passed","time":{"start":1728669874424,"stop":1728669874424,"duration":0}},{"uid":"b2dc827a18d689a8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b2dc827a18d689a8","status":"passed","time":{"start":1728598257462,"stop":1728598257463,"duration":1}},{"uid":"bb638e6493fb0354","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bb638e6493fb0354","status":"passed","time":{"start":1728597471298,"stop":1728597471298,"duration":0}}]},"5ee5bb5fff55374be9944a164e7c5e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6157c0630571756","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6157c0630571756","status":"passed","time":{"start":1728901734209,"stop":1728901734210,"duration":1}},{"uid":"179a3e20f524c615","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/179a3e20f524c615","status":"passed","time":{"start":1728893166576,"stop":1728893166577,"duration":1}},{"uid":"52dbdee2ca68f2d1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/52dbdee2ca68f2d1","status":"passed","time":{"start":1728676929955,"stop":1728676929955,"duration":0}},{"uid":"9638b5f20f2620f9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9638b5f20f2620f9","status":"passed","time":{"start":1728598000229,"stop":1728598000229,"duration":0}},{"uid":"f7e7bb38033fdd8f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f7e7bb38033fdd8f","status":"passed","time":{"start":1728597213024,"stop":1728597213024,"duration":0}}]},"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b64d0efd4f00428e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b64d0efd4f00428e","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0}},{"uid":"bd84be2c462b0e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bd84be2c462b0e0","status":"passed","time":{"start":1729031884130,"stop":1729031884130,"duration":0}},{"uid":"f20a863e672bb20f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f20a863e672bb20f","status":"passed","time":{"start":1728901430263,"stop":1728901430263,"duration":0}},{"uid":"8dd84de8a5648d2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8dd84de8a5648d2b","status":"passed","time":{"start":1728892860542,"stop":1728892860542,"duration":0}},{"uid":"a431133804446967","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a431133804446967","status":"passed","time":{"start":1728855823331,"stop":1728855823331,"duration":0}},{"uid":"7974e683a3aa3b6a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7974e683a3aa3b6a","status":"passed","time":{"start":1728738040612,"stop":1728738040613,"duration":1}},{"uid":"f2ad8a9e911b5ced","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2ad8a9e911b5ced","status":"passed","time":{"start":1728682574103,"stop":1728682574104,"duration":1}},{"uid":"a273158e27362665","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a273158e27362665","status":"passed","time":{"start":1728682146828,"stop":1728682146828,"duration":0}},{"uid":"b82a08e6d8fd0bfe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b82a08e6d8fd0bfe","status":"passed","time":{"start":1728676621442,"stop":1728676621442,"duration":0}},{"uid":"c0efb400f6a3da54","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c0efb400f6a3da54","status":"passed","time":{"start":1728669344476,"stop":1728669344476,"duration":0}},{"uid":"61efd9626c5fc438","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61efd9626c5fc438","status":"passed","time":{"start":1728597685172,"stop":1728597685172,"duration":0}},{"uid":"e1db64a65b4979ef","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e1db64a65b4979ef","status":"passed","time":{"start":1728596904482,"stop":1728596904482,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9acd9f6755e0e3f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9acd9f6755e0e3f6","status":"passed","time":{"start":1729034137129,"stop":1729034137129,"duration":0}},{"uid":"aae2bea45cba8b5c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aae2bea45cba8b5c","status":"passed","time":{"start":1729032206872,"stop":1729032206873,"duration":1}},{"uid":"89d9ed99aa223516","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/89d9ed99aa223516","status":"passed","time":{"start":1728901995019,"stop":1728901995020,"duration":1}},{"uid":"4d5a61e9ccec95de","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4d5a61e9ccec95de","status":"passed","time":{"start":1728893420993,"stop":1728893420993,"duration":0}},{"uid":"368a1f0378856e17","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/368a1f0378856e17","status":"passed","time":{"start":1728856368594,"stop":1728856368594,"duration":0}},{"uid":"25424586ebe8bd3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/25424586ebe8bd3","status":"passed","time":{"start":1728738604678,"stop":1728738604678,"duration":0}},{"uid":"1dbcd4b4670e4cdc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1dbcd4b4670e4cdc","status":"passed","time":{"start":1728683117616,"stop":1728683117617,"duration":1}},{"uid":"ad5dc97b08580523","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ad5dc97b08580523","status":"passed","time":{"start":1728682721316,"stop":1728682721316,"duration":0}},{"uid":"1b37c6576b92671","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b37c6576b92671","status":"passed","time":{"start":1728677184681,"stop":1728677184681,"duration":0}},{"uid":"299016e5acb3b792","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/299016e5acb3b792","status":"passed","time":{"start":1728669866447,"stop":1728669866447,"duration":0}},{"uid":"cdffc46f9c21474","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cdffc46f9c21474","status":"passed","time":{"start":1728598249973,"stop":1728598249974,"duration":1}},{"uid":"4fe5de14108bd2d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4fe5de14108bd2d2","status":"passed","time":{"start":1728597472289,"stop":1728597472289,"duration":0}}]},"94a56d7f7dc3d5ffbd11a238a5542fe0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4880fd2ea649430","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d4880fd2ea649430","status":"passed","time":{"start":1728682666063,"stop":1728682666063,"duration":0}}]},"c14612dbc047846946b2fa901039a28f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efb3d7f8b75dec46","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efb3d7f8b75dec46","status":"passed","time":{"start":1728598212613,"stop":1728598212617,"duration":4}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c4f4b6d76f6fc81f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4f4b6d76f6fc81f","status":"passed","time":{"start":1729034034983,"stop":1729034034983,"duration":0}},{"uid":"b0415c8dc0152300","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b0415c8dc0152300","status":"passed","time":{"start":1729032066297,"stop":1729032066298,"duration":1}},{"uid":"946bbff620aa2a6d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/946bbff620aa2a6d","status":"passed","time":{"start":1728901706620,"stop":1728901706621,"duration":1}},{"uid":"23abf89f483e6cd4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/23abf89f483e6cd4","status":"passed","time":{"start":1728893153423,"stop":1728893153423,"duration":0}},{"uid":"92d20097a021f6cf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92d20097a021f6cf","status":"passed","time":{"start":1728856108127,"stop":1728856108127,"duration":0}},{"uid":"32d323f41a8da971","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/32d323f41a8da971","status":"passed","time":{"start":1728738316669,"stop":1728738316670,"duration":1}},{"uid":"97edc7de140fa299","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/97edc7de140fa299","status":"passed","time":{"start":1728682865319,"stop":1728682865320,"duration":1}},{"uid":"77f332d33bcf153e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77f332d33bcf153e","status":"passed","time":{"start":1728682446996,"stop":1728682446996,"duration":0}},{"uid":"8982c026f5ea3b8f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8982c026f5ea3b8f","status":"passed","time":{"start":1728676924480,"stop":1728676924480,"duration":0}},{"uid":"5c1637ff81325174","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5c1637ff81325174","status":"passed","time":{"start":1728669626263,"stop":1728669626264,"duration":1}},{"uid":"3f123bf0f5abedf4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3f123bf0f5abedf4","status":"passed","time":{"start":1728597973674,"stop":1728597973674,"duration":0}},{"uid":"f782b446c1e8aee4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f782b446c1e8aee4","status":"passed","time":{"start":1728597188038,"stop":1728597188039,"duration":1}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ca2bb7aef84f6de3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ca2bb7aef84f6de3","status":"passed","time":{"start":1729034137164,"stop":1729034137165,"duration":1}},{"uid":"d43d9eb4b8386934","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d43d9eb4b8386934","status":"passed","time":{"start":1729032187247,"stop":1729032187247,"duration":0}},{"uid":"80a0207486b11dcd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/80a0207486b11dcd","status":"passed","time":{"start":1728901888430,"stop":1728901888430,"duration":0}},{"uid":"7f699c5653fe62e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7f699c5653fe62e","status":"passed","time":{"start":1728893323793,"stop":1728893323794,"duration":1}},{"uid":"3fe8f4f6dfa64861","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3fe8f4f6dfa64861","status":"passed","time":{"start":1728856285928,"stop":1728856285928,"duration":0}},{"uid":"724fb8bb4aac2b8c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/724fb8bb4aac2b8c","status":"passed","time":{"start":1728738498276,"stop":1728738498276,"duration":0}},{"uid":"f7176306f50fe900","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f7176306f50fe900","status":"passed","time":{"start":1728683041392,"stop":1728683041392,"duration":0}},{"uid":"6ae21a043a303a88","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6ae21a043a303a88","status":"passed","time":{"start":1728682596019,"stop":1728682596020,"duration":1}},{"uid":"b6a250a87b9b293e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b6a250a87b9b293e","status":"passed","time":{"start":1728677091267,"stop":1728677091268,"duration":1}},{"uid":"9e8ab8a08d5dff01","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e8ab8a08d5dff01","status":"passed","time":{"start":1728669766426,"stop":1728669766426,"duration":0}},{"uid":"2f802b55da24fbf9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2f802b55da24fbf9","status":"passed","time":{"start":1728598152075,"stop":1728598152075,"duration":0}},{"uid":"77c6a486dbf4d3e9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/77c6a486dbf4d3e9","status":"passed","time":{"start":1728597364119,"stop":1728597364121,"duration":2}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2b72a7ba1ad02d63","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2b72a7ba1ad02d63","status":"passed","time":{"start":1729034129475,"stop":1729034129476,"duration":1}},{"uid":"cf4d05f5536f0b5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cf4d05f5536f0b5d","status":"passed","time":{"start":1729032178369,"stop":1729032178369,"duration":0}},{"uid":"56bb72ab20b13b68","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56bb72ab20b13b68","status":"passed","time":{"start":1728901896349,"stop":1728901896349,"duration":0}},{"uid":"beda474adf908035","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/beda474adf908035","status":"passed","time":{"start":1728893329027,"stop":1728893329027,"duration":0}},{"uid":"62394f073e20d18e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62394f073e20d18e","status":"passed","time":{"start":1728856284766,"stop":1728856284766,"duration":0}},{"uid":"38daa9950548cc1d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38daa9950548cc1d","status":"passed","time":{"start":1728738494942,"stop":1728738494943,"duration":1}},{"uid":"b6fe1e4793b5e849","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6fe1e4793b5e849","status":"passed","time":{"start":1728683033633,"stop":1728683033633,"duration":0}},{"uid":"81a1c2bf1625e4d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/81a1c2bf1625e4d7","status":"passed","time":{"start":1728682601738,"stop":1728682601738,"duration":0}},{"uid":"8361ea2b1d43b8b9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8361ea2b1d43b8b9","status":"passed","time":{"start":1728677107963,"stop":1728677107963,"duration":0}},{"uid":"cc502acc0ca90a41","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc502acc0ca90a41","status":"passed","time":{"start":1728669764753,"stop":1728669764753,"duration":0}},{"uid":"4b7f62e8e49a0a99","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b7f62e8e49a0a99","status":"passed","time":{"start":1728598157564,"stop":1728598157564,"duration":0}},{"uid":"a73c495de272e51a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a73c495de272e51a","status":"passed","time":{"start":1728597369075,"stop":1728597369075,"duration":0}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"108578dd88342067","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/108578dd88342067","status":"passed","time":{"start":1729034144769,"stop":1729034144769,"duration":0}},{"uid":"2507fdf2b54b34c5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2507fdf2b54b34c5","status":"passed","time":{"start":1729032198823,"stop":1729032198824,"duration":1}},{"uid":"2e2acba1a14f5133","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2e2acba1a14f5133","status":"passed","time":{"start":1728901901771,"stop":1728901901771,"duration":0}},{"uid":"5a09d27ad8ddff8b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a09d27ad8ddff8b","status":"passed","time":{"start":1728893337255,"stop":1728893337256,"duration":1}},{"uid":"e62aa26dd220e1cc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e62aa26dd220e1cc","status":"passed","time":{"start":1728856299191,"stop":1728856299191,"duration":0}},{"uid":"5d8abad3bb517ced","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5d8abad3bb517ced","status":"passed","time":{"start":1728738505384,"stop":1728738505384,"duration":0}},{"uid":"26433ed4ca2e65a1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/26433ed4ca2e65a1","status":"passed","time":{"start":1728683045451,"stop":1728683045451,"duration":0}},{"uid":"b88aa8a880767364","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b88aa8a880767364","status":"passed","time":{"start":1728682607294,"stop":1728682607294,"duration":0}},{"uid":"bb03a60d365ba777","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bb03a60d365ba777","status":"passed","time":{"start":1728677103496,"stop":1728677103497,"duration":1}},{"uid":"86f4d7f4205e2d6a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/86f4d7f4205e2d6a","status":"passed","time":{"start":1728669777131,"stop":1728669777131,"duration":0}},{"uid":"74a8d66a9ec720eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74a8d66a9ec720eb","status":"passed","time":{"start":1728598163468,"stop":1728598163468,"duration":0}},{"uid":"db531083bfc69007","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/db531083bfc69007","status":"passed","time":{"start":1728597375483,"stop":1728597375484,"duration":1}}]},"8af3e149cbe2d8b8ace81bff792ac360:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cdcf85eb34583d3c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cdcf85eb34583d3c","status":"passed","time":{"start":1728856368611,"stop":1728856368611,"duration":0}}]},"fee4bec8b21bb6bf0e13f8a7161a1dcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75bb6e41d8ee81a7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/75bb6e41d8ee81a7","status":"passed","time":{"start":1728738505383,"stop":1728738505383,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"f576d3f6cf01ba70","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f576d3f6cf01ba70","status":"passed","time":{"start":1729032275827,"stop":1729032275827,"duration":0}},{"uid":"1330de3f7472ff69","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1330de3f7472ff69","status":"passed","time":{"start":1728902036740,"stop":1728902036740,"duration":0}},{"uid":"56366c0c25163306","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/56366c0c25163306","status":"passed","time":{"start":1728893472413,"stop":1728893472413,"duration":0}},{"uid":"f3d3f827db1627ed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3d3f827db1627ed","status":"passed","time":{"start":1728856423199,"stop":1728856423200,"duration":1}},{"uid":"89183bbc0e0f3612","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/89183bbc0e0f3612","status":"passed","time":{"start":1728738648729,"stop":1728738648729,"duration":0}},{"uid":"7b8129d41c5eae78","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b8129d41c5eae78","status":"passed","time":{"start":1728683179654,"stop":1728683179654,"duration":0}},{"uid":"73bdc206a2851282","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/73bdc206a2851282","status":"passed","time":{"start":1728682757950,"stop":1728682757951,"duration":1}},{"uid":"a8f8592fb2700118","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a8f8592fb2700118","status":"passed","time":{"start":1728677238450,"stop":1728677238450,"duration":0}},{"uid":"d6ec9caddf836960","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d6ec9caddf836960","status":"passed","time":{"start":1728669928219,"stop":1728669928220,"duration":1}},{"uid":"37068809fb8b98e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/37068809fb8b98e7","status":"passed","time":{"start":1728598319589,"stop":1728598319589,"duration":0}},{"uid":"620f021041724451","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/620f021041724451","status":"passed","time":{"start":1728597520646,"stop":1728597520646,"duration":0}}]},"e28ba03dad2800e0e37575d6e959379a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"679588fe22724972","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/679588fe22724972","status":"passed","time":{"start":1728901881008,"stop":1728901881008,"duration":0}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1c20c9a29fe6f766","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c20c9a29fe6f766","status":"passed","time":{"start":1729034169453,"stop":1729034169453,"duration":0}},{"uid":"12843663fa45ac62","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/12843663fa45ac62","status":"passed","time":{"start":1729032228822,"stop":1729032228822,"duration":0}},{"uid":"c2ba33cad4fbc38a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c2ba33cad4fbc38a","status":"passed","time":{"start":1728901950559,"stop":1728901950559,"duration":0}},{"uid":"4bffad3d8b279337","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4bffad3d8b279337","status":"passed","time":{"start":1728893389992,"stop":1728893389992,"duration":0}},{"uid":"462c58b5f0d4f0ad","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/462c58b5f0d4f0ad","status":"passed","time":{"start":1728856333684,"stop":1728856333684,"duration":0}},{"uid":"d1b3d7977270e0c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d1b3d7977270e0c9","status":"passed","time":{"start":1728738555102,"stop":1728738555102,"duration":0}},{"uid":"15dee4f514f71fa9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/15dee4f514f71fa9","status":"passed","time":{"start":1728683093177,"stop":1728683093177,"duration":0}},{"uid":"b071946d48e9352f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b071946d48e9352f","status":"passed","time":{"start":1728682652697,"stop":1728682652697,"duration":0}},{"uid":"b4bd539dfe6515e9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4bd539dfe6515e9","status":"passed","time":{"start":1728677156819,"stop":1728677156820,"duration":1}},{"uid":"18a45e38ebc45037","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/18a45e38ebc45037","status":"passed","time":{"start":1728669834446,"stop":1728669834446,"duration":0}},{"uid":"94526f941f14e016","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/94526f941f14e016","status":"passed","time":{"start":1728598212619,"stop":1728598212619,"duration":0}},{"uid":"6a9a98fa30d6d78e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6a9a98fa30d6d78e","status":"passed","time":{"start":1728597423331,"stop":1728597423332,"duration":1}}]},"143771beff91bbe171694175a657e033:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a853a32bc71d8ae","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7a853a32bc71d8ae","status":"passed","time":{"start":1728669834432,"stop":1728669834432,"duration":0}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f85149b15ac3ecd2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f85149b15ac3ecd2","status":"passed","time":{"start":1729034209103,"stop":1729034209104,"duration":1}},{"uid":"2bf5e39e74ceb8cd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2bf5e39e74ceb8cd","status":"passed","time":{"start":1729032264571,"stop":1729032264572,"duration":1}},{"uid":"f140cafee205ca28","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f140cafee205ca28","status":"passed","time":{"start":1728902012863,"stop":1728902012863,"duration":0}},{"uid":"5c13341973a62816","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c13341973a62816","status":"passed","time":{"start":1728893454814,"stop":1728893454814,"duration":0}},{"uid":"d9751ab8d7ec7645","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9751ab8d7ec7645","status":"passed","time":{"start":1728856408456,"stop":1728856408457,"duration":1}},{"uid":"18e7dcbd3e56d217","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/18e7dcbd3e56d217","status":"passed","time":{"start":1728738633858,"stop":1728738633858,"duration":0}},{"uid":"87050d97280b5865","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/87050d97280b5865","status":"passed","time":{"start":1728683159786,"stop":1728683159787,"duration":1}},{"uid":"473370787f556c12","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/473370787f556c12","status":"passed","time":{"start":1728682751333,"stop":1728682751333,"duration":0}},{"uid":"e2827a71e6d0b64b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e2827a71e6d0b64b","status":"passed","time":{"start":1728677216364,"stop":1728677216364,"duration":0}},{"uid":"349cff418b86e44","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/349cff418b86e44","status":"passed","time":{"start":1728669925457,"stop":1728669925457,"duration":0}},{"uid":"4eda898387e07114","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4eda898387e07114","status":"passed","time":{"start":1728598268809,"stop":1728598268810,"duration":1}},{"uid":"2a2e6298b823f497","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2a2e6298b823f497","status":"passed","time":{"start":1728597503929,"stop":1728597503931,"duration":2}}]},"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"825ed285bf8a59f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/825ed285bf8a59f6","status":"passed","time":{"start":1729033834379,"stop":1729033834379,"duration":0}},{"uid":"51a2b782c2582037","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/51a2b782c2582037","status":"passed","time":{"start":1729031884110,"stop":1729031884111,"duration":1}},{"uid":"1fe54ffef6810b7d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1fe54ffef6810b7d","status":"passed","time":{"start":1728901430250,"stop":1728901430251,"duration":1}},{"uid":"51efcac002233f25","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51efcac002233f25","status":"passed","time":{"start":1728892860527,"stop":1728892860527,"duration":0}},{"uid":"cc44dd6dc88ef57","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc44dd6dc88ef57","status":"passed","time":{"start":1728855823317,"stop":1728855823318,"duration":1}},{"uid":"6f976aad8691292a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f976aad8691292a","status":"passed","time":{"start":1728738040596,"stop":1728738040596,"duration":0}},{"uid":"d86a4331cd57557a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d86a4331cd57557a","status":"passed","time":{"start":1728682574086,"stop":1728682574087,"duration":1}},{"uid":"db07907abccb1834","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db07907abccb1834","status":"passed","time":{"start":1728682146811,"stop":1728682146811,"duration":0}},{"uid":"9adeab327c5d3c33","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9adeab327c5d3c33","status":"passed","time":{"start":1728676621426,"stop":1728676621427,"duration":1}},{"uid":"a92c4eeb7908bcd7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a92c4eeb7908bcd7","status":"passed","time":{"start":1728669344462,"stop":1728669344462,"duration":0}},{"uid":"daf3d922c7c75b7d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/daf3d922c7c75b7d","status":"passed","time":{"start":1728597685156,"stop":1728597685156,"duration":0}},{"uid":"8640b503d7b0a53c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8640b503d7b0a53c","status":"passed","time":{"start":1728596904462,"stop":1728596904462,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5dc7840febbba858","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5dc7840febbba858","status":"passed","time":{"start":1729033933480,"stop":1729033933480,"duration":0}},{"uid":"cc472842c072fce2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cc472842c072fce2","status":"passed","time":{"start":1729031982921,"stop":1729031982921,"duration":0}},{"uid":"f392accc5fb7013e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f392accc5fb7013e","status":"passed","time":{"start":1728901527856,"stop":1728901527857,"duration":1}},{"uid":"4ef6ae16c3745129","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4ef6ae16c3745129","status":"passed","time":{"start":1728892960140,"stop":1728892960140,"duration":0}},{"uid":"2de4938efed5bfb9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2de4938efed5bfb9","status":"passed","time":{"start":1728855921715,"stop":1728855921715,"duration":0}},{"uid":"95c70262af748edb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/95c70262af748edb","status":"passed","time":{"start":1728738138432,"stop":1728738138432,"duration":0}},{"uid":"9aa0cd618b64f73a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9aa0cd618b64f73a","status":"passed","time":{"start":1728682672252,"stop":1728682672253,"duration":1}},{"uid":"2865d60d8209b4d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2865d60d8209b4d7","status":"passed","time":{"start":1728682245074,"stop":1728682245075,"duration":1}},{"uid":"acca720f284e6704","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/acca720f284e6704","status":"passed","time":{"start":1728676721300,"stop":1728676721300,"duration":0}},{"uid":"dcafa0e22f815e78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dcafa0e22f815e78","status":"passed","time":{"start":1728669444561,"stop":1728669444561,"duration":0}},{"uid":"db05d3a08263d5c4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/db05d3a08263d5c4","status":"passed","time":{"start":1728597784073,"stop":1728597784073,"duration":0}},{"uid":"fdcec8d757cfbeee","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fdcec8d757cfbeee","status":"passed","time":{"start":1728597001548,"stop":1728597001549,"duration":1}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d3644062172fdf93","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3644062172fdf93","status":"passed","time":{"start":1729034209122,"stop":1729034209123,"duration":1}},{"uid":"5f7b2ff2d9623cc8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5f7b2ff2d9623cc8","status":"passed","time":{"start":1729032264597,"stop":1729032264600,"duration":3}},{"uid":"da62a28db6d4f020","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da62a28db6d4f020","status":"passed","time":{"start":1728902012874,"stop":1728902012880,"duration":6}},{"uid":"d30c40784bbf2d2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d30c40784bbf2d2b","status":"passed","time":{"start":1728893454824,"stop":1728893454825,"duration":1}},{"uid":"ed0e45c4d058432b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed0e45c4d058432b","status":"passed","time":{"start":1728856408467,"stop":1728856408468,"duration":1}},{"uid":"2ab64374925591c8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2ab64374925591c8","status":"passed","time":{"start":1728738633874,"stop":1728738633874,"duration":0}},{"uid":"424005963b7e5baf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/424005963b7e5baf","status":"passed","time":{"start":1728683159820,"stop":1728683159825,"duration":5}},{"uid":"b6b447a694062542","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b6b447a694062542","status":"passed","time":{"start":1728682751345,"stop":1728682751346,"duration":1}},{"uid":"720bc99198ea77c4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/720bc99198ea77c4","status":"passed","time":{"start":1728677216377,"stop":1728677216377,"duration":0}},{"uid":"c78131044d6a2f58","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c78131044d6a2f58","status":"passed","time":{"start":1728669925467,"stop":1728669925467,"duration":0}},{"uid":"918e58e053f815bc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/918e58e053f815bc","status":"passed","time":{"start":1728598268820,"stop":1728598268820,"duration":0}},{"uid":"a4c84f4c273b16a1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a4c84f4c273b16a1","status":"passed","time":{"start":1728597503951,"stop":1728597503952,"duration":1}}]},"50ecc980643d4d8261db81109bc0a3bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df81c0933419ee22","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/df81c0933419ee22","status":"passed","time":{"start":1729032228813,"stop":1729032228814,"duration":1}}]},"4c0124448d72baff5bb4e31ac5c52080:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"358a41bd54c7184a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/358a41bd54c7184a","status":"passed","time":{"start":1728893395078,"stop":1728893395079,"duration":1}}]},"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e9c453161eb7cd31","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9c453161eb7cd31","status":"passed","time":{"start":1729033834374,"stop":1729033834375,"duration":1}},{"uid":"623e4ea839570432","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/623e4ea839570432","status":"passed","time":{"start":1729031884105,"stop":1729031884105,"duration":0}},{"uid":"719a7df1601288b8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/719a7df1601288b8","status":"passed","time":{"start":1728901430247,"stop":1728901430247,"duration":0}},{"uid":"ff7600a37adda581","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff7600a37adda581","status":"passed","time":{"start":1728892860523,"stop":1728892860523,"duration":0}},{"uid":"f73f1ccaae773bf2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f73f1ccaae773bf2","status":"passed","time":{"start":1728855823313,"stop":1728855823313,"duration":0}},{"uid":"27102683a4278a5f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/27102683a4278a5f","status":"passed","time":{"start":1728738040582,"stop":1728738040583,"duration":1}},{"uid":"90a3183b5e72b620","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/90a3183b5e72b620","status":"passed","time":{"start":1728682574080,"stop":1728682574080,"duration":0}},{"uid":"15696464e2fbb589","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/15696464e2fbb589","status":"passed","time":{"start":1728682146807,"stop":1728682146808,"duration":1}},{"uid":"84e04a92ef5c71e6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/84e04a92ef5c71e6","status":"passed","time":{"start":1728676621421,"stop":1728676621421,"duration":0}},{"uid":"64be110986efb19c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64be110986efb19c","status":"passed","time":{"start":1728669344459,"stop":1728669344459,"duration":0}},{"uid":"c4c960b557d317d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c4c960b557d317d4","status":"passed","time":{"start":1728597685151,"stop":1728597685152,"duration":1}},{"uid":"ddb9d89c0fc8b92","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ddb9d89c0fc8b92","status":"passed","time":{"start":1728596904458,"stop":1728596904458,"duration":0}}]},"51a21504f90d8d0d8c8e398f10a6de50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a35e809e6a415c3c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a35e809e6a415c3c","status":"passed","time":{"start":1728893329037,"stop":1728893329037,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a6ebbb055be13728","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6ebbb055be13728","status":"passed","time":{"start":1729033899736,"stop":1729033899737,"duration":1}},{"uid":"c71c6aabd813af3f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c71c6aabd813af3f","status":"passed","time":{"start":1729031949623,"stop":1729031949624,"duration":1}},{"uid":"66657baa3358d4e3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66657baa3358d4e3","status":"passed","time":{"start":1728901494757,"stop":1728901494758,"duration":1}},{"uid":"8f93693dffc6cfcf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8f93693dffc6cfcf","status":"passed","time":{"start":1728892929639,"stop":1728892929640,"duration":1}},{"uid":"1f3d84aa413fb8e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f3d84aa413fb8e2","status":"passed","time":{"start":1728855891580,"stop":1728855891580,"duration":0}},{"uid":"bc903850fa16778","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bc903850fa16778","status":"passed","time":{"start":1728738106822,"stop":1728738106823,"duration":1}},{"uid":"bc344ae13dd6f837","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc344ae13dd6f837","status":"passed","time":{"start":1728682642603,"stop":1728682642603,"duration":0}},{"uid":"2cd45b95513c4d23","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2cd45b95513c4d23","status":"passed","time":{"start":1728682214523,"stop":1728682214523,"duration":0}},{"uid":"855a1204a1e98df5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/855a1204a1e98df5","status":"passed","time":{"start":1728676690540,"stop":1728676690540,"duration":0}},{"uid":"4fb80b9250f32cbf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4fb80b9250f32cbf","status":"passed","time":{"start":1728669414115,"stop":1728669414116,"duration":1}},{"uid":"c97108f3c42042b6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c97108f3c42042b6","status":"passed","time":{"start":1728597753372,"stop":1728597753372,"duration":0}},{"uid":"226b190626affbe6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/226b190626affbe6","status":"passed","time":{"start":1728596970977,"stop":1728596970977,"duration":0}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"6d5dcd58f8e2ff5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6d5dcd58f8e2ff5d","status":"passed","time":{"start":1729032275828,"stop":1729032275828,"duration":0}},{"uid":"f40a8a4d8e357fe7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f40a8a4d8e357fe7","status":"passed","time":{"start":1728902036740,"stop":1728902036741,"duration":1}},{"uid":"84aadc7142fdd796","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84aadc7142fdd796","status":"passed","time":{"start":1728893472413,"stop":1728893472413,"duration":0}},{"uid":"46ce08ee1715a803","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46ce08ee1715a803","status":"passed","time":{"start":1728856423201,"stop":1728856423201,"duration":0}},{"uid":"cabd2a8bdf930812","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cabd2a8bdf930812","status":"passed","time":{"start":1728738648729,"stop":1728738648730,"duration":1}},{"uid":"80a18b6f837d7495","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80a18b6f837d7495","status":"passed","time":{"start":1728683179655,"stop":1728683179655,"duration":0}},{"uid":"137f29ec8aca834f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/137f29ec8aca834f","status":"passed","time":{"start":1728682757951,"stop":1728682757951,"duration":0}},{"uid":"7420837fdde96660","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7420837fdde96660","status":"passed","time":{"start":1728677238451,"stop":1728677238451,"duration":0}},{"uid":"f5f020f602867745","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5f020f602867745","status":"passed","time":{"start":1728669928220,"stop":1728669928220,"duration":0}},{"uid":"4b2894f1d888f06e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b2894f1d888f06e","status":"passed","time":{"start":1728598319590,"stop":1728598319590,"duration":0}},{"uid":"d28e711d46220843","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d28e711d46220843","status":"passed","time":{"start":1728597520647,"stop":1728597520647,"duration":0}}]},"3981f6d88da752d3eaf10ee7e6999722:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0c79721662b09fe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c79721662b09fe","status":"passed","time":{"start":1728597434079,"stop":1728597434079,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1b4378a53f460550","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b4378a53f460550","status":"passed","time":{"start":1728902045392,"stop":1728902045392,"duration":0}},{"uid":"db9d15b411082042","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/db9d15b411082042","status":"passed","time":{"start":1728893481312,"stop":1728893481313,"duration":1}},{"uid":"98367b2e4306c037","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/98367b2e4306c037","status":"passed","time":{"start":1728856434369,"stop":1728856434369,"duration":0}},{"uid":"cb2061e79fb6bef0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb2061e79fb6bef0","status":"passed","time":{"start":1728738656936,"stop":1728738656936,"duration":0}},{"uid":"71ea3dc9e70d4160","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71ea3dc9e70d4160","status":"passed","time":{"start":1728683172725,"stop":1728683172725,"duration":0}},{"uid":"75553d75256194d6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/75553d75256194d6","status":"passed","time":{"start":1728682747612,"stop":1728682747612,"duration":0}},{"uid":"361f46b66c30996","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/361f46b66c30996","status":"passed","time":{"start":1728677247281,"stop":1728677247281,"duration":0}},{"uid":"9a2ca6e07dd81141","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9a2ca6e07dd81141","status":"passed","time":{"start":1728669917948,"stop":1728669917948,"duration":0}},{"uid":"2877130db6ef33e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2877130db6ef33e","status":"passed","time":{"start":1728598290718,"stop":1728598290718,"duration":0}},{"uid":"98b6455f9e6bf094","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/98b6455f9e6bf094","status":"passed","time":{"start":1728597515858,"stop":1728597515858,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b05883cd515474e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b05883cd515474e8","status":"passed","time":{"start":1729034144761,"stop":1729034144762,"duration":1}},{"uid":"e0efe1c61d63070e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e0efe1c61d63070e","status":"passed","time":{"start":1729032198812,"stop":1729032198812,"duration":0}},{"uid":"999636334b44e831","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/999636334b44e831","status":"passed","time":{"start":1728901901753,"stop":1728901901757,"duration":4}},{"uid":"6ac6dccf68852b01","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6ac6dccf68852b01","status":"passed","time":{"start":1728893337238,"stop":1728893337238,"duration":0}},{"uid":"f8901711329a5588","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f8901711329a5588","status":"passed","time":{"start":1728856299185,"stop":1728856299185,"duration":0}},{"uid":"53bd7c57dbab8148","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/53bd7c57dbab8148","status":"passed","time":{"start":1728738505371,"stop":1728738505371,"duration":0}},{"uid":"f719b9d5d34e5a06","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f719b9d5d34e5a06","status":"passed","time":{"start":1728683045439,"stop":1728683045440,"duration":1}},{"uid":"d8c9ef6078da5fd3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d8c9ef6078da5fd3","status":"passed","time":{"start":1728682607283,"stop":1728682607284,"duration":1}},{"uid":"b7400285dbbdc53f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b7400285dbbdc53f","status":"passed","time":{"start":1728677103489,"stop":1728677103490,"duration":1}},{"uid":"68e66ecfe880e9bb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/68e66ecfe880e9bb","status":"passed","time":{"start":1728669777112,"stop":1728669777113,"duration":1}},{"uid":"c68cefd006027094","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c68cefd006027094","status":"passed","time":{"start":1728598163462,"stop":1728598163462,"duration":0}},{"uid":"f32a020eb2453b25","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f32a020eb2453b25","status":"passed","time":{"start":1728597375459,"stop":1728597375460,"duration":1}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7601840878814b2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7601840878814b2c","status":"passed","time":{"start":1729033843117,"stop":1729033843117,"duration":0}},{"uid":"576ed51d3763c02a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/576ed51d3763c02a","status":"passed","time":{"start":1729031892676,"stop":1729031892676,"duration":0}},{"uid":"67685330f4e47827","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67685330f4e47827","status":"passed","time":{"start":1728901438807,"stop":1728901438807,"duration":0}},{"uid":"1cbb33cc6540d70c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cbb33cc6540d70c","status":"passed","time":{"start":1728892868999,"stop":1728892868999,"duration":0}},{"uid":"672b11402d8d9590","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/672b11402d8d9590","status":"passed","time":{"start":1728855831891,"stop":1728855831891,"duration":0}},{"uid":"14ebfb76f5b14d8e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/14ebfb76f5b14d8e","status":"passed","time":{"start":1728738049038,"stop":1728738049039,"duration":1}},{"uid":"39f2c5c2a2b71323","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39f2c5c2a2b71323","status":"passed","time":{"start":1728682582617,"stop":1728682582617,"duration":0}},{"uid":"bab577be3b39f881","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bab577be3b39f881","status":"passed","time":{"start":1728682155406,"stop":1728682155407,"duration":1}},{"uid":"4f5d2f49a164495","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f5d2f49a164495","status":"passed","time":{"start":1728676629972,"stop":1728676629972,"duration":0}},{"uid":"187d9716af6dea9b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/187d9716af6dea9b","status":"passed","time":{"start":1728669353100,"stop":1728669353100,"duration":0}},{"uid":"36db7a03abba878f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/36db7a03abba878f","status":"passed","time":{"start":1728597693844,"stop":1728597693845,"duration":1}},{"uid":"ad134a6f1266d424","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ad134a6f1266d424","status":"passed","time":{"start":1728596913089,"stop":1728596913089,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9ec1bffba5338d2d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ec1bffba5338d2d","status":"passed","time":{"start":1729034137144,"stop":1729034137144,"duration":0}},{"uid":"26fa70e2e8c33130","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/26fa70e2e8c33130","status":"passed","time":{"start":1729032206878,"stop":1729032206878,"duration":0}},{"uid":"fa8b45549288afb8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fa8b45549288afb8","status":"passed","time":{"start":1728901995024,"stop":1728901995024,"duration":0}},{"uid":"ebc00df87595d54f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ebc00df87595d54f","status":"passed","time":{"start":1728893420998,"stop":1728893421000,"duration":2}},{"uid":"818dfeb5d37a89e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/818dfeb5d37a89e","status":"passed","time":{"start":1728856368599,"stop":1728856368599,"duration":0}},{"uid":"71ad835f1bf8a066","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/71ad835f1bf8a066","status":"passed","time":{"start":1728738604684,"stop":1728738604684,"duration":0}},{"uid":"e25e79de25e60ae8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e25e79de25e60ae8","status":"passed","time":{"start":1728683117633,"stop":1728683117638,"duration":5}},{"uid":"dc484ef7d1bfe14b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dc484ef7d1bfe14b","status":"passed","time":{"start":1728682721320,"stop":1728682721320,"duration":0}},{"uid":"87210c610911170a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87210c610911170a","status":"passed","time":{"start":1728677184686,"stop":1728677184686,"duration":0}},{"uid":"7f031ff3fba19c2e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f031ff3fba19c2e","status":"passed","time":{"start":1728669866455,"stop":1728669866455,"duration":0}},{"uid":"5735b3edeb308b0d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5735b3edeb308b0d","status":"passed","time":{"start":1728598249993,"stop":1728598249994,"duration":1}},{"uid":"2d3d9556e729f844","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2d3d9556e729f844","status":"passed","time":{"start":1728597472300,"stop":1728597472300,"duration":0}}]},"dd71284d3c4a56ca029723d9ab401af3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45e6661335ca799f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45e6661335ca799f","status":"passed","time":{"start":1729034014876,"stop":1729034014877,"duration":1}}]},"9556bc67d5be158c336a29608903da19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"875877588eb53661","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/875877588eb53661","status":"passed","time":{"start":1728683117688,"stop":1728683117688,"duration":0}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a050468f139493ae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a050468f139493ae","status":"passed","time":{"start":1729034169452,"stop":1729034169453,"duration":1}},{"uid":"105f2978ccfe1d91","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/105f2978ccfe1d91","status":"passed","time":{"start":1729032228821,"stop":1729032228821,"duration":0}},{"uid":"833757cce380a4d7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/833757cce380a4d7","status":"passed","time":{"start":1728901950558,"stop":1728901950559,"duration":1}},{"uid":"3d59da336337848c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d59da336337848c","status":"passed","time":{"start":1728893389991,"stop":1728893389991,"duration":0}},{"uid":"d41ebdcf12b360c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d41ebdcf12b360c4","status":"passed","time":{"start":1728856333683,"stop":1728856333684,"duration":1}},{"uid":"dd96eb6d75253a86","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dd96eb6d75253a86","status":"passed","time":{"start":1728738555101,"stop":1728738555101,"duration":0}},{"uid":"e5924f83aaa607d2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e5924f83aaa607d2","status":"passed","time":{"start":1728683093177,"stop":1728683093177,"duration":0}},{"uid":"ac1e30eea3978db6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac1e30eea3978db6","status":"passed","time":{"start":1728682652697,"stop":1728682652697,"duration":0}},{"uid":"493707335fc7ad5d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/493707335fc7ad5d","status":"passed","time":{"start":1728677156819,"stop":1728677156819,"duration":0}},{"uid":"b62d6e6bf2800353","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b62d6e6bf2800353","status":"passed","time":{"start":1728669834444,"stop":1728669834445,"duration":1}},{"uid":"ff2aaea7c661b85e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ff2aaea7c661b85e","status":"passed","time":{"start":1728598212619,"stop":1728598212619,"duration":0}},{"uid":"2b95583fe0e191c7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2b95583fe0e191c7","status":"passed","time":{"start":1728597423331,"stop":1728597423331,"duration":0}}]},"d5ccc70428c68c0c0fb6b0e759fca6e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"651897abdced063f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/651897abdced063f","status":"passed","time":{"start":1728677163569,"stop":1728677163570,"duration":1}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8039a592883ee391","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8039a592883ee391","status":"passed","time":{"start":1729033965758,"stop":1729033965758,"duration":0}},{"uid":"8b92f9dd1827f30b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b92f9dd1827f30b","status":"passed","time":{"start":1729032018039,"stop":1729032018039,"duration":0}},{"uid":"f57badf3790298e7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f57badf3790298e7","status":"passed","time":{"start":1728901595890,"stop":1728901595891,"duration":1}},{"uid":"a93dbb81a91371c3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a93dbb81a91371c3","status":"passed","time":{"start":1728893032692,"stop":1728893032692,"duration":0}},{"uid":"cc989f8154908451","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc989f8154908451","status":"passed","time":{"start":1728855998191,"stop":1728855998191,"duration":0}},{"uid":"67eaee90d08803b3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67eaee90d08803b3","status":"passed","time":{"start":1728738212198,"stop":1728738212212,"duration":14}},{"uid":"bc5acd0eb0968a3c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc5acd0eb0968a3c","status":"passed","time":{"start":1728682746616,"stop":1728682746617,"duration":1}},{"uid":"995f020f55d7c297","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/995f020f55d7c297","status":"passed","time":{"start":1728682328620,"stop":1728682328620,"duration":0}},{"uid":"cc2074b3cbc2c1a9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cc2074b3cbc2c1a9","status":"passed","time":{"start":1728676807596,"stop":1728676807596,"duration":0}},{"uid":"fcecbcd601515545","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fcecbcd601515545","status":"passed","time":{"start":1728669514931,"stop":1728669514931,"duration":0}},{"uid":"e544866e5501f345","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e544866e5501f345","status":"passed","time":{"start":1728597860140,"stop":1728597860140,"duration":0}},{"uid":"d486560b89bee97f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d486560b89bee97f","status":"passed","time":{"start":1728597074718,"stop":1728597074718,"duration":0}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"3c23f536a5aa5137","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c23f536a5aa5137","status":"passed","time":{"start":1729032275829,"stop":1729032275829,"duration":0}},{"uid":"78e92b4166b18d13","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78e92b4166b18d13","status":"passed","time":{"start":1728902036742,"stop":1728902036742,"duration":0}},{"uid":"3c265a3ae920ad59","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c265a3ae920ad59","status":"passed","time":{"start":1728893472414,"stop":1728893472415,"duration":1}},{"uid":"b43f83b00fc9af3c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b43f83b00fc9af3c","status":"passed","time":{"start":1728856423202,"stop":1728856423203,"duration":1}},{"uid":"5e8af03de22ee094","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5e8af03de22ee094","status":"passed","time":{"start":1728738648731,"stop":1728738648731,"duration":0}},{"uid":"6bc90a416791e83a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6bc90a416791e83a","status":"passed","time":{"start":1728683179656,"stop":1728683179657,"duration":1}},{"uid":"99486f95eb424297","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99486f95eb424297","status":"passed","time":{"start":1728682757952,"stop":1728682757952,"duration":0}},{"uid":"370509b587525f64","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/370509b587525f64","status":"passed","time":{"start":1728677238452,"stop":1728677238452,"duration":0}},{"uid":"54cef84635177456","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/54cef84635177456","status":"passed","time":{"start":1728669928222,"stop":1728669928222,"duration":0}},{"uid":"f0b26818d27d33ed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f0b26818d27d33ed","status":"passed","time":{"start":1728598319591,"stop":1728598319591,"duration":0}},{"uid":"1492e000eaf7faaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1492e000eaf7faaa","status":"passed","time":{"start":1728597520648,"stop":1728597520648,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e8ba2cf94cff6cdd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e8ba2cf94cff6cdd","status":"passed","time":{"start":1729034209099,"stop":1729034209099,"duration":0}},{"uid":"7e3d2da376bb34ab","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e3d2da376bb34ab","status":"passed","time":{"start":1729032264567,"stop":1729032264568,"duration":1}},{"uid":"334235349ee612da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/334235349ee612da","status":"passed","time":{"start":1728902012850,"stop":1728902012851,"duration":1}},{"uid":"9fb61171dbc1c13f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9fb61171dbc1c13f","status":"passed","time":{"start":1728893454811,"stop":1728893454811,"duration":0}},{"uid":"fdf39a4b5d4e2bcd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fdf39a4b5d4e2bcd","status":"passed","time":{"start":1728856408452,"stop":1728856408452,"duration":0}},{"uid":"bf5df135225bef75","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf5df135225bef75","status":"passed","time":{"start":1728738633854,"stop":1728738633854,"duration":0}},{"uid":"ab4f68352a73f2f2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab4f68352a73f2f2","status":"passed","time":{"start":1728683159756,"stop":1728683159757,"duration":1}},{"uid":"3217baa699db7cb1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3217baa699db7cb1","status":"passed","time":{"start":1728682751329,"stop":1728682751329,"duration":0}},{"uid":"3d99f309db8ac112","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3d99f309db8ac112","status":"passed","time":{"start":1728677216355,"stop":1728677216355,"duration":0}},{"uid":"d866e02ec5d467cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d866e02ec5d467cc","status":"passed","time":{"start":1728669925454,"stop":1728669925454,"duration":0}},{"uid":"460a47efa4eec644","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/460a47efa4eec644","status":"passed","time":{"start":1728598268802,"stop":1728598268803,"duration":1}},{"uid":"ec686315eb601629","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec686315eb601629","status":"passed","time":{"start":1728597503918,"stop":1728597503919,"duration":1}}]},"1e7363c8b314fd3ba9cf148e2468973a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c6ea38d610751f0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2c6ea38d610751f0","status":"passed","time":{"start":1728683033640,"stop":1728683033640,"duration":0}}]},"8d26f3304fc16b09cac3f6ede9379ed5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":10,"unknown":0,"total":11},"items":[{"uid":"ba6e3cb4ca1d8df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba6e3cb4ca1d8df","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977066,"duration":1}},{"uid":"e171caeb51db24b0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e171caeb51db24b0","status":"passed","time":{"start":1729032093802,"stop":1729032093803,"duration":1}},{"uid":"852aa505fd160a4f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/852aa505fd160a4f","status":"passed","time":{"start":1728901748774,"stop":1728901748775,"duration":1}},{"uid":"46f0f8707acc3afb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/46f0f8707acc3afb","status":"passed","time":{"start":1728893181087,"stop":1728893181088,"duration":1}},{"uid":"80bfe2b1f1ca5fd2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/80bfe2b1f1ca5fd2","status":"passed","time":{"start":1728856155553,"stop":1728856155553,"duration":0}},{"uid":"cf12a35b8063d01a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cf12a35b8063d01a","status":"passed","time":{"start":1728738360299,"stop":1728738360301,"duration":2}},{"uid":"3183e2b013f2c8cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3183e2b013f2c8cc","status":"passed","time":{"start":1728682907223,"stop":1728682907223,"duration":0}},{"uid":"2432dd4985aaf4d9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2432dd4985aaf4d9","status":"passed","time":{"start":1728682466737,"stop":1728682466737,"duration":0}},{"uid":"3af8ec32ab05083f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3af8ec32ab05083f","status":"passed","time":{"start":1728676955723,"stop":1728676955724,"duration":1}},{"uid":"71011cf02995a59f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/71011cf02995a59f","status":"passed","time":{"start":1728598013536,"stop":1728598013536,"duration":0}},{"uid":"6238ac8aa92bc448","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6238ac8aa92bc448","status":"passed","time":{"start":1728597225201,"stop":1728597225202,"duration":1}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"448d08ecf0d94a8c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/448d08ecf0d94a8c","status":"passed","time":{"start":1729033976801,"stop":1729033976801,"duration":0}},{"uid":"f13b0fc788d01bda","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f13b0fc788d01bda","status":"passed","time":{"start":1729032020519,"stop":1729032020523,"duration":4}},{"uid":"65f9e8d6520ac5d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65f9e8d6520ac5d2","status":"passed","time":{"start":1728901616435,"stop":1728901616436,"duration":1}},{"uid":"9c45ca79a60f1ba8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9c45ca79a60f1ba8","status":"passed","time":{"start":1728893050246,"stop":1728893050246,"duration":0}},{"uid":"ca7476db7cb06a05","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca7476db7cb06a05","status":"passed","time":{"start":1728856015173,"stop":1728856015173,"duration":0}},{"uid":"d06eae2956774b9e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d06eae2956774b9e","status":"passed","time":{"start":1728738233141,"stop":1728738233142,"duration":1}},{"uid":"758b6eaaac0eca0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/758b6eaaac0eca0","status":"passed","time":{"start":1728682762473,"stop":1728682762474,"duration":1}},{"uid":"389c44b34c2f1ab7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/389c44b34c2f1ab7","status":"passed","time":{"start":1728682332787,"stop":1728682332787,"duration":0}},{"uid":"f30ed70720f13d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f30ed70720f13d","status":"passed","time":{"start":1728676810292,"stop":1728676810293,"duration":1}},{"uid":"babbc6765f67616d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/babbc6765f67616d","status":"passed","time":{"start":1728669529900,"stop":1728669529900,"duration":0}},{"uid":"7523ea4b027b3d8f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7523ea4b027b3d8f","status":"passed","time":{"start":1728597873535,"stop":1728597873535,"duration":0}},{"uid":"d04975f991495cbe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d04975f991495cbe","status":"passed","time":{"start":1728597089275,"stop":1728597089275,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2e8a3af46ecfe32d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2e8a3af46ecfe32d","status":"passed","time":{"start":1729033939922,"stop":1729033939922,"duration":0}},{"uid":"b54d695d40e364d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b54d695d40e364d1","status":"passed","time":{"start":1729031988773,"stop":1729031988774,"duration":1}},{"uid":"c9de60c7859ec595","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c9de60c7859ec595","status":"passed","time":{"start":1728901555752,"stop":1728901555753,"duration":1}},{"uid":"c13232b691bc370b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c13232b691bc370b","status":"passed","time":{"start":1728892995571,"stop":1728892995571,"duration":0}},{"uid":"2d6349a57f3ff817","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d6349a57f3ff817","status":"passed","time":{"start":1728855954641,"stop":1728855954642,"duration":1}},{"uid":"715f880946603b55","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/715f880946603b55","status":"passed","time":{"start":1728738169504,"stop":1728738169504,"duration":0}},{"uid":"588e077c4b3361c5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/588e077c4b3361c5","status":"passed","time":{"start":1728682707226,"stop":1728682707227,"duration":1}},{"uid":"af53c42ce9a4305a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af53c42ce9a4305a","status":"passed","time":{"start":1728682285116,"stop":1728682285117,"duration":1}},{"uid":"642933ae1443eba6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/642933ae1443eba6","status":"passed","time":{"start":1728676761148,"stop":1728676761148,"duration":0}},{"uid":"f742e1676ef09bff","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f742e1676ef09bff","status":"passed","time":{"start":1728669488935,"stop":1728669488935,"duration":0}},{"uid":"dd3d0d4341da97fc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dd3d0d4341da97fc","status":"passed","time":{"start":1728597819560,"stop":1728597819560,"duration":0}},{"uid":"a0e5b16de339ac1e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a0e5b16de339ac1e","status":"passed","time":{"start":1728597041916,"stop":1728597041917,"duration":1}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8dfddb5c340280cb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8dfddb5c340280cb","status":"passed","time":{"start":1729034147772,"stop":1729034147772,"duration":0}},{"uid":"9c6e80c8c363d5b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9c6e80c8c363d5b4","status":"passed","time":{"start":1729032204827,"stop":1729032204828,"duration":1}},{"uid":"938e8723daf7d3c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/938e8723daf7d3c","status":"passed","time":{"start":1728901907700,"stop":1728901907700,"duration":0}},{"uid":"d7f9884377fc3f89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d7f9884377fc3f89","status":"passed","time":{"start":1728893341888,"stop":1728893341888,"duration":0}},{"uid":"80c5af58d366efbe","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/80c5af58d366efbe","status":"passed","time":{"start":1728856299357,"stop":1728856299370,"duration":13}},{"uid":"76b757c8113edab5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76b757c8113edab5","status":"passed","time":{"start":1728738511617,"stop":1728738511617,"duration":0}},{"uid":"472cb4c2a6d1786f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/472cb4c2a6d1786f","status":"passed","time":{"start":1728683052911,"stop":1728683052911,"duration":0}},{"uid":"99193f433cbb1108","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99193f433cbb1108","status":"passed","time":{"start":1728682612910,"stop":1728682612911,"duration":1}},{"uid":"55531e433d4a2804","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/55531e433d4a2804","status":"passed","time":{"start":1728677115746,"stop":1728677115746,"duration":0}},{"uid":"5dba4c3a53d249de","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5dba4c3a53d249de","status":"passed","time":{"start":1728669778174,"stop":1728669778174,"duration":0}},{"uid":"568a370e65378a80","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/568a370e65378a80","status":"passed","time":{"start":1728598175432,"stop":1728598175432,"duration":0}},{"uid":"2727f812726f8baf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2727f812726f8baf","status":"passed","time":{"start":1728597380061,"stop":1728597380061,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a8b57d9537e2da08","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8b57d9537e2da08","status":"passed","time":{"start":1729034121892,"stop":1729034121892,"duration":0}},{"uid":"69bf8bc964c209fb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/69bf8bc964c209fb","status":"passed","time":{"start":1729032174799,"stop":1729032174799,"duration":0}},{"uid":"f4058ba961b6260a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f4058ba961b6260a","status":"passed","time":{"start":1728901881005,"stop":1728901881005,"duration":0}},{"uid":"936a6e0abd940f00","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/936a6e0abd940f00","status":"passed","time":{"start":1728893317151,"stop":1728893317151,"duration":0}},{"uid":"e5faf6bafdb7895e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e5faf6bafdb7895e","status":"passed","time":{"start":1728856263066,"stop":1728856263066,"duration":0}},{"uid":"5d325e3d118536ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5d325e3d118536ca","status":"passed","time":{"start":1728738492790,"stop":1728738492790,"duration":0}},{"uid":"bba387f6dfe62ca2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bba387f6dfe62ca2","status":"passed","time":{"start":1728683030009,"stop":1728683030009,"duration":0}},{"uid":"6078d2798fbfae84","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6078d2798fbfae84","status":"passed","time":{"start":1728682581083,"stop":1728682581085,"duration":2}},{"uid":"49e2aa0b455ec886","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/49e2aa0b455ec886","status":"passed","time":{"start":1728677081985,"stop":1728677081986,"duration":1}},{"uid":"2b756e8680d05d6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b756e8680d05d6","status":"passed","time":{"start":1728669795387,"stop":1728669795387,"duration":0}},{"uid":"abc37b1911dce0e3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/abc37b1911dce0e3","status":"passed","time":{"start":1728598137496,"stop":1728598137496,"duration":0}},{"uid":"2495ac9ab7005bda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2495ac9ab7005bda","status":"passed","time":{"start":1728597353474,"stop":1728597353474,"duration":0}}]},"fcddc9619929a4cdd7bbc0f0e72295be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf0723fb3e0425b1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf0723fb3e0425b1","status":"passed","time":{"start":1728738604693,"stop":1728738604693,"duration":0}}]},"0be000cbac5239e7750a62b497de2d41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c5abc718deab8800","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c5abc718deab8800","status":"passed","time":{"start":1728598250014,"stop":1728598250014,"duration":0}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"95d59c9e4e90b197","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95d59c9e4e90b197","status":"passed","time":{"start":1729033842344,"stop":1729033842345,"duration":1}},{"uid":"e48332dfcf8e2719","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e48332dfcf8e2719","status":"passed","time":{"start":1729031892045,"stop":1729031892045,"duration":0}},{"uid":"459b6f1cec31b8c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/459b6f1cec31b8c0","status":"passed","time":{"start":1728901438027,"stop":1728901438028,"duration":1}},{"uid":"3b8c87acb408adc4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b8c87acb408adc4","status":"passed","time":{"start":1728892868231,"stop":1728892868231,"duration":0}},{"uid":"d71b8b3a104d40ba","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d71b8b3a104d40ba","status":"passed","time":{"start":1728855831078,"stop":1728855831078,"duration":0}},{"uid":"ccf1426f7b27ca03","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ccf1426f7b27ca03","status":"passed","time":{"start":1728738048438,"stop":1728738048439,"duration":1}},{"uid":"bf86dda989d3f821","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bf86dda989d3f821","status":"passed","time":{"start":1728682581840,"stop":1728682581841,"duration":1}},{"uid":"ee5074900480c96c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ee5074900480c96c","status":"passed","time":{"start":1728682154706,"stop":1728682154706,"duration":0}},{"uid":"dd6364b82065964e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd6364b82065964e","status":"passed","time":{"start":1728676629294,"stop":1728676629295,"duration":1}},{"uid":"d897880ab77a42ce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d897880ab77a42ce","status":"passed","time":{"start":1728669352209,"stop":1728669352210,"duration":1}},{"uid":"da681aff750aaca9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/da681aff750aaca9","status":"passed","time":{"start":1728597693013,"stop":1728597693014,"duration":1}},{"uid":"5588b1669b043b33","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5588b1669b043b33","status":"passed","time":{"start":1728596912515,"stop":1728596912516,"duration":1}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ce5e819b14f49a4f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce5e819b14f49a4f","status":"passed","time":{"start":1729033857769,"stop":1729033857769,"duration":0}},{"uid":"49d749579a5ae6b1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/49d749579a5ae6b1","status":"passed","time":{"start":1729031907988,"stop":1729031907989,"duration":1}},{"uid":"7f84ca394b13c4b3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f84ca394b13c4b3","status":"passed","time":{"start":1728901453414,"stop":1728901453415,"duration":1}},{"uid":"67000cdef39dda75","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/67000cdef39dda75","status":"passed","time":{"start":1728892883981,"stop":1728892883982,"duration":1}},{"uid":"7b2c4663b9af025f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7b2c4663b9af025f","status":"passed","time":{"start":1728855846188,"stop":1728855846188,"duration":0}},{"uid":"7a4d816b6b9a6047","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a4d816b6b9a6047","status":"passed","time":{"start":1728738063650,"stop":1728738063651,"duration":1}},{"uid":"7685e7b1fca4a9ac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7685e7b1fca4a9ac","status":"passed","time":{"start":1728682597533,"stop":1728682597533,"duration":0}},{"uid":"786359c70767ff50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/786359c70767ff50","status":"passed","time":{"start":1728682170204,"stop":1728682170205,"duration":1}},{"uid":"e7a3d71ff011ca67","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e7a3d71ff011ca67","status":"passed","time":{"start":1728676644983,"stop":1728676644984,"duration":1}},{"uid":"6dd3252aa013870b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6dd3252aa013870b","status":"passed","time":{"start":1728669367856,"stop":1728669367856,"duration":0}},{"uid":"9606a567d8c0a946","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9606a567d8c0a946","status":"passed","time":{"start":1728597708662,"stop":1728597708662,"duration":0}},{"uid":"dd46f2d1ba751d9c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dd46f2d1ba751d9c","status":"passed","time":{"start":1728596927481,"stop":1728596927481,"duration":0}}]},"6b6986fd9a7c82378ad463dd0f858efc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da17c39cfc26ac31","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/da17c39cfc26ac31","status":"passed","time":{"start":1728682381285,"stop":1728682381285,"duration":0}}]},"ba67d2544498798092b28354607f01d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b70edadf0e11f8bc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b70edadf0e11f8bc","status":"passed","time":{"start":1729033875030,"stop":1729033875030,"duration":0}},{"uid":"8b469f15633fb469","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b469f15633fb469","status":"passed","time":{"start":1729031924911,"stop":1729031924911,"duration":0}},{"uid":"6d31d7b708376747","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6d31d7b708376747","status":"passed","time":{"start":1728901469137,"stop":1728901469137,"duration":0}},{"uid":"a9f6c91aeea0f8e8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a9f6c91aeea0f8e8","status":"passed","time":{"start":1728892899802,"stop":1728892899802,"duration":0}},{"uid":"46d3722f31d4da4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46d3722f31d4da4c","status":"passed","time":{"start":1728855863298,"stop":1728855863299,"duration":1}},{"uid":"f948490b0fdbc660","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f948490b0fdbc660","status":"passed","time":{"start":1728738080959,"stop":1728738080959,"duration":0}},{"uid":"160eee1a90befc15","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/160eee1a90befc15","status":"passed","time":{"start":1728682614318,"stop":1728682614318,"duration":0}},{"uid":"a98f569a17c65494","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a98f569a17c65494","status":"passed","time":{"start":1728682187223,"stop":1728682187223,"duration":0}},{"uid":"48b0d73dd3acde1d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/48b0d73dd3acde1d","status":"passed","time":{"start":1728676661425,"stop":1728676661425,"duration":0}},{"uid":"45896bcb98d0a82c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/45896bcb98d0a82c","status":"passed","time":{"start":1728669384756,"stop":1728669384756,"duration":0}},{"uid":"76d1b0623c4b3efb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/76d1b0623c4b3efb","status":"passed","time":{"start":1728597724213,"stop":1728597724214,"duration":1}},{"uid":"e555191abf691462","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e555191abf691462","status":"passed","time":{"start":1728596943267,"stop":1728596943268,"duration":1}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e45ba3c8a19c8c5a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e45ba3c8a19c8c5a","status":"passed","time":{"start":1729034034983,"stop":1729034034984,"duration":1}},{"uid":"52bfdabf52d46107","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/52bfdabf52d46107","status":"passed","time":{"start":1729032066304,"stop":1729032066305,"duration":1}},{"uid":"9a0123614f86981f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9a0123614f86981f","status":"passed","time":{"start":1728901706621,"stop":1728901706622,"duration":1}},{"uid":"f01a2e7b7a97b66","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f01a2e7b7a97b66","status":"passed","time":{"start":1728893153424,"stop":1728893153425,"duration":1}},{"uid":"350de644f9471a20","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/350de644f9471a20","status":"passed","time":{"start":1728856108128,"stop":1728856108128,"duration":0}},{"uid":"c3450a0f67ae7796","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c3450a0f67ae7796","status":"passed","time":{"start":1728738316670,"stop":1728738316670,"duration":0}},{"uid":"b4989411d81f2662","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b4989411d81f2662","status":"passed","time":{"start":1728682865321,"stop":1728682865322,"duration":1}},{"uid":"387a34c65e187db2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/387a34c65e187db2","status":"passed","time":{"start":1728682446997,"stop":1728682446997,"duration":0}},{"uid":"f2af220c3064078e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f2af220c3064078e","status":"passed","time":{"start":1728676924481,"stop":1728676924482,"duration":1}},{"uid":"b1f22b0df3c3c012","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1f22b0df3c3c012","status":"passed","time":{"start":1728669626265,"stop":1728669626265,"duration":0}},{"uid":"f4fefc200a7c480","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f4fefc200a7c480","status":"passed","time":{"start":1728597973675,"stop":1728597973675,"duration":0}},{"uid":"51166597d408f9ac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/51166597d408f9ac","status":"passed","time":{"start":1728597188040,"stop":1728597188041,"duration":1}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"46e004e45d313811","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/46e004e45d313811","status":"passed","time":{"start":1729034129473,"stop":1729034129474,"duration":1}},{"uid":"be40859c3bbadfcc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be40859c3bbadfcc","status":"passed","time":{"start":1729032178367,"stop":1729032178367,"duration":0}},{"uid":"1a6cce538fe92c66","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1a6cce538fe92c66","status":"passed","time":{"start":1728901896346,"stop":1728901896347,"duration":1}},{"uid":"89a190a4406e19b5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/89a190a4406e19b5","status":"passed","time":{"start":1728893329025,"stop":1728893329025,"duration":0}},{"uid":"96ff2c20334db457","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/96ff2c20334db457","status":"passed","time":{"start":1728856284763,"stop":1728856284764,"duration":1}},{"uid":"f3bae6c9067d1fbe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f3bae6c9067d1fbe","status":"passed","time":{"start":1728738494940,"stop":1728738494940,"duration":0}},{"uid":"130250293c3e8c88","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/130250293c3e8c88","status":"passed","time":{"start":1728683033631,"stop":1728683033631,"duration":0}},{"uid":"eec386bd5f749199","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eec386bd5f749199","status":"passed","time":{"start":1728682601736,"stop":1728682601736,"duration":0}},{"uid":"161e70d3ea952248","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/161e70d3ea952248","status":"passed","time":{"start":1728677107961,"stop":1728677107961,"duration":0}},{"uid":"f174411cabd03e1a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f174411cabd03e1a","status":"passed","time":{"start":1728669764751,"stop":1728669764751,"duration":0}},{"uid":"b1b1a9b24ca2806b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b1b1a9b24ca2806b","status":"passed","time":{"start":1728598157562,"stop":1728598157562,"duration":0}},{"uid":"1dffd233a20797a0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1dffd233a20797a0","status":"passed","time":{"start":1728597369061,"stop":1728597369062,"duration":1}}]},"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"25d01e886f279eec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/25d01e886f279eec","status":"passed","time":{"start":1729033974452,"stop":1729033974453,"duration":1}},{"uid":"c46b772a4475491","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c46b772a4475491","status":"passed","time":{"start":1729032027765,"stop":1729032027767,"duration":2}},{"uid":"8bcc614c244194a7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8bcc614c244194a7","status":"passed","time":{"start":1728901614546,"stop":1728901614546,"duration":0}},{"uid":"cceaadee29c983c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cceaadee29c983c4","status":"passed","time":{"start":1728893048596,"stop":1728893048597,"duration":1}},{"uid":"2b596169c320bc6f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b596169c320bc6f","status":"passed","time":{"start":1728856013560,"stop":1728856013561,"duration":1}},{"uid":"bf51a2fb1475c16d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf51a2fb1475c16d","status":"passed","time":{"start":1728738231632,"stop":1728738231632,"duration":0}},{"uid":"d3f7ff43c173f06b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d3f7ff43c173f06b","status":"passed","time":{"start":1728682761072,"stop":1728682761074,"duration":2}},{"uid":"f719454a7041e16d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f719454a7041e16d","status":"passed","time":{"start":1728682330635,"stop":1728682330636,"duration":1}},{"uid":"16203f9ef052d2e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/16203f9ef052d2e4","status":"passed","time":{"start":1728676808325,"stop":1728676808325,"duration":0}},{"uid":"d3220794fe486409","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d3220794fe486409","status":"passed","time":{"start":1728669528228,"stop":1728669528228,"duration":0}},{"uid":"a4319fe550c7252f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a4319fe550c7252f","status":"passed","time":{"start":1728597872227,"stop":1728597872228,"duration":1}},{"uid":"29ee39b7b28b0fc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/29ee39b7b28b0fc","status":"passed","time":{"start":1728597087687,"stop":1728597087688,"duration":1}}]},"f7034a5e234195791a2724273d3377ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d7df0a70c160897","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4d7df0a70c160897","status":"passed","time":{"start":1729034169449,"stop":1729034169450,"duration":1}}]},"33c6d2e8f2633334df293bf7855edab4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5acd852a96cb3d92","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5acd852a96cb3d92","status":"passed","time":{"start":1728901958859,"stop":1728901958860,"duration":1}}]},"5e62f01215ffaf8b3772e60f49127124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"30ea3835ab23ca39","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/30ea3835ab23ca39","status":"passed","time":{"start":1728683045450,"stop":1728683045451,"duration":1}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"544b66bf156c221e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/544b66bf156c221e","status":"passed","time":{"start":1729033842343,"stop":1729033842344,"duration":1}},{"uid":"ca0375a211c0d55b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ca0375a211c0d55b","status":"passed","time":{"start":1729031892044,"stop":1729031892044,"duration":0}},{"uid":"246861d2276145eb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/246861d2276145eb","status":"passed","time":{"start":1728901438025,"stop":1728901438026,"duration":1}},{"uid":"78de0a385d6fc551","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/78de0a385d6fc551","status":"passed","time":{"start":1728892868230,"stop":1728892868230,"duration":0}},{"uid":"636327e0f470e2c2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/636327e0f470e2c2","status":"passed","time":{"start":1728855831077,"stop":1728855831077,"duration":0}},{"uid":"cc0e7cd48e01c320","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc0e7cd48e01c320","status":"passed","time":{"start":1728738048437,"stop":1728738048438,"duration":1}},{"uid":"24aa1219c0dd2712","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/24aa1219c0dd2712","status":"passed","time":{"start":1728682581839,"stop":1728682581840,"duration":1}},{"uid":"1e311c8477de0fed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1e311c8477de0fed","status":"passed","time":{"start":1728682154705,"stop":1728682154706,"duration":1}},{"uid":"12a601feca1f47fd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/12a601feca1f47fd","status":"passed","time":{"start":1728676629294,"stop":1728676629294,"duration":0}},{"uid":"9e33fb57beaa07c8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e33fb57beaa07c8","status":"passed","time":{"start":1728669352208,"stop":1728669352209,"duration":1}},{"uid":"34b7eb1c555d2502","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/34b7eb1c555d2502","status":"passed","time":{"start":1728597693012,"stop":1728597693013,"duration":1}},{"uid":"7b7843022501cac5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b7843022501cac5","status":"passed","time":{"start":1728596912514,"stop":1728596912515,"duration":1}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dcf4597776d0e924","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcf4597776d0e924","status":"passed","time":{"start":1729034188119,"stop":1729034188119,"duration":0}},{"uid":"47e4b543b3ace67c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/47e4b543b3ace67c","status":"passed","time":{"start":1729032231866,"stop":1729032231866,"duration":0}},{"uid":"950d8f83dd1e2580","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/950d8f83dd1e2580","status":"passed","time":{"start":1728901989567,"stop":1728901989567,"duration":0}},{"uid":"b21f230ee5ad27c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b21f230ee5ad27c1","status":"passed","time":{"start":1728893424905,"stop":1728893424905,"duration":0}},{"uid":"3c1176f68456b960","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c1176f68456b960","status":"passed","time":{"start":1728856376686,"stop":1728856376686,"duration":0}},{"uid":"462a2c29245d2a84","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/462a2c29245d2a84","status":"passed","time":{"start":1728738593962,"stop":1728738593962,"duration":0}},{"uid":"1cc7e1eff0151df2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1cc7e1eff0151df2","status":"passed","time":{"start":1728683135341,"stop":1728683135342,"duration":1}},{"uid":"6d9cd70a65b401a2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6d9cd70a65b401a2","status":"passed","time":{"start":1728682692594,"stop":1728682692595,"duration":1}},{"uid":"97e9a91281b6a0ae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/97e9a91281b6a0ae","status":"passed","time":{"start":1728677194230,"stop":1728677194231,"duration":1}},{"uid":"152c371e864f88d2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/152c371e864f88d2","status":"passed","time":{"start":1728669874426,"stop":1728669874426,"duration":0}},{"uid":"9cc22fff195dd5c2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9cc22fff195dd5c2","status":"passed","time":{"start":1728598257463,"stop":1728598257464,"duration":1}},{"uid":"d308b26b6797b43a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d308b26b6797b43a","status":"passed","time":{"start":1728597471299,"stop":1728597471299,"duration":0}}]},"e5c79e0cba9c02a3c14f1c490e9b55aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b14c438281701b1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9b14c438281701b1","status":"passed","time":{"start":1728677163577,"stop":1728677163578,"duration":1}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3c2f4dbddcc7329d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3c2f4dbddcc7329d","status":"passed","time":{"start":1729033942603,"stop":1729033942604,"duration":1}},{"uid":"2e2c806a49ca419a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e2c806a49ca419a","status":"passed","time":{"start":1729031989715,"stop":1729031989715,"duration":0}},{"uid":"9898eee90b042fbd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9898eee90b042fbd","status":"passed","time":{"start":1728901562044,"stop":1728901562046,"duration":2}},{"uid":"dab052cb58518cb1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dab052cb58518cb1","status":"passed","time":{"start":1728893001481,"stop":1728893001481,"duration":0}},{"uid":"e6ae993713e1fbfb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e6ae993713e1fbfb","status":"passed","time":{"start":1728855968868,"stop":1728855968869,"duration":1}},{"uid":"c5a7e3e0379c34ce","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5a7e3e0379c34ce","status":"passed","time":{"start":1728738172967,"stop":1728738172967,"duration":0}},{"uid":"72b82949270354b8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/72b82949270354b8","status":"passed","time":{"start":1728682706940,"stop":1728682706940,"duration":0}},{"uid":"70092edff79c2c94","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70092edff79c2c94","status":"passed","time":{"start":1728682296861,"stop":1728682296861,"duration":0}},{"uid":"e0538c8549ce62c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e0538c8549ce62c7","status":"passed","time":{"start":1728676761472,"stop":1728676761476,"duration":4}},{"uid":"8a17cbc53becf330","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8a17cbc53becf330","status":"passed","time":{"start":1728669479027,"stop":1728669479027,"duration":0}},{"uid":"19bc66d4febc9693","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/19bc66d4febc9693","status":"passed","time":{"start":1728597820127,"stop":1728597820127,"duration":0}},{"uid":"81d83e6e5f25d30d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/81d83e6e5f25d30d","status":"passed","time":{"start":1728597034501,"stop":1728597034502,"duration":1}}]},"36c5de133a231f59007995fe8438c9a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a316d5ed71f28966","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a316d5ed71f28966","status":"passed","time":{"start":1728683030029,"stop":1728683030029,"duration":0}}]},"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"11920bc7a35a87ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/11920bc7a35a87ef","status":"passed","time":{"start":1729033834389,"stop":1729033834389,"duration":0}},{"uid":"9989b20a9eaec2b8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9989b20a9eaec2b8","status":"passed","time":{"start":1729031884122,"stop":1729031884123,"duration":1}},{"uid":"443f92397380779","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/443f92397380779","status":"passed","time":{"start":1728901430256,"stop":1728901430256,"duration":0}},{"uid":"8422e905e82b1762","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8422e905e82b1762","status":"passed","time":{"start":1728892860535,"stop":1728892860535,"duration":0}},{"uid":"ce58273b6d00efbc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce58273b6d00efbc","status":"passed","time":{"start":1728855823324,"stop":1728855823324,"duration":0}},{"uid":"127719b393de50b6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/127719b393de50b6","status":"passed","time":{"start":1728738040605,"stop":1728738040605,"duration":0}},{"uid":"23bf801f63432ade","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23bf801f63432ade","status":"passed","time":{"start":1728682574095,"stop":1728682574095,"duration":0}},{"uid":"30248297c08b6cf2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/30248297c08b6cf2","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"37583ecbe1aeb559","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/37583ecbe1aeb559","status":"passed","time":{"start":1728676621434,"stop":1728676621435,"duration":1}},{"uid":"759026591defc560","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/759026591defc560","status":"passed","time":{"start":1728669344470,"stop":1728669344470,"duration":0}},{"uid":"16746f1ee9c468e0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/16746f1ee9c468e0","status":"passed","time":{"start":1728597685164,"stop":1728597685164,"duration":0}},{"uid":"327d909b6928bf97","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/327d909b6928bf97","status":"passed","time":{"start":1728596904471,"stop":1728596904471,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"14156eebf4416c0a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14156eebf4416c0a","status":"passed","time":{"start":1729034121896,"stop":1729034121897,"duration":1}},{"uid":"da63103944813ecb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/da63103944813ecb","status":"passed","time":{"start":1729032174803,"stop":1729032174804,"duration":1}},{"uid":"329c5c64c38c62d8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/329c5c64c38c62d8","status":"passed","time":{"start":1728901881007,"stop":1728901881007,"duration":0}},{"uid":"ce922c1ad52f2689","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce922c1ad52f2689","status":"passed","time":{"start":1728893317153,"stop":1728893317153,"duration":0}},{"uid":"7791d87daba9e206","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7791d87daba9e206","status":"passed","time":{"start":1728856263073,"stop":1728856263074,"duration":1}},{"uid":"c0ffbcdbb0b404cf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0ffbcdbb0b404cf","status":"passed","time":{"start":1728738492793,"stop":1728738492793,"duration":0}},{"uid":"23bb8a99c3ac6cfa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23bb8a99c3ac6cfa","status":"passed","time":{"start":1728683030015,"stop":1728683030015,"duration":0}},{"uid":"e0b3cc3f93ec56e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e0b3cc3f93ec56e6","status":"passed","time":{"start":1728682581089,"stop":1728682581090,"duration":1}},{"uid":"e44d79ed14fc3569","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e44d79ed14fc3569","status":"passed","time":{"start":1728677081988,"stop":1728677081988,"duration":0}},{"uid":"3cca25087f3c456a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3cca25087f3c456a","status":"passed","time":{"start":1728669795390,"stop":1728669795390,"duration":0}},{"uid":"7a74ff76296f23f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7a74ff76296f23f","status":"passed","time":{"start":1728598137498,"stop":1728598137498,"duration":0}},{"uid":"27352b40d07d0cd3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/27352b40d07d0cd3","status":"passed","time":{"start":1728597353475,"stop":1728597353475,"duration":0}}]},"4d637389c50c35dc1338512b35b50c09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f0376d23b72ca6f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7f0376d23b72ca6f","status":"passed","time":{"start":1728683033639,"stop":1728683033639,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"f9c1c2cbc5ea143e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9c1c2cbc5ea143e","status":"passed","time":{"start":1729032275828,"stop":1729032275828,"duration":0}},{"uid":"4e44a81eab51112f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4e44a81eab51112f","status":"passed","time":{"start":1728902036741,"stop":1728902036741,"duration":0}},{"uid":"dd46090c34fe2309","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dd46090c34fe2309","status":"passed","time":{"start":1728893472414,"stop":1728893472414,"duration":0}},{"uid":"8403c91321120ca4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8403c91321120ca4","status":"passed","time":{"start":1728856423201,"stop":1728856423201,"duration":0}},{"uid":"7406a033eb091f61","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7406a033eb091f61","status":"passed","time":{"start":1728738648730,"stop":1728738648730,"duration":0}},{"uid":"ef975500d9eba3fe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ef975500d9eba3fe","status":"passed","time":{"start":1728683179655,"stop":1728683179655,"duration":0}},{"uid":"3392c34354488bdd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3392c34354488bdd","status":"passed","time":{"start":1728682757951,"stop":1728682757952,"duration":1}},{"uid":"728d464b67302392","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/728d464b67302392","status":"passed","time":{"start":1728677238451,"stop":1728677238451,"duration":0}},{"uid":"6eac86c9a9a7ed0d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6eac86c9a9a7ed0d","status":"passed","time":{"start":1728669928221,"stop":1728669928221,"duration":0}},{"uid":"4525b36b9d437f23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4525b36b9d437f23","status":"passed","time":{"start":1728598319590,"stop":1728598319590,"duration":0}},{"uid":"41390216571a1b70","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/41390216571a1b70","status":"passed","time":{"start":1728597520647,"stop":1728597520647,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"213ae7747d7ffbe2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/213ae7747d7ffbe2","status":"passed","time":{"start":1729034209107,"stop":1729034209107,"duration":0}},{"uid":"6491b60d19836b03","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6491b60d19836b03","status":"passed","time":{"start":1729032264575,"stop":1729032264575,"duration":0}},{"uid":"914e1c616c92773","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/914e1c616c92773","status":"passed","time":{"start":1728902012867,"stop":1728902012868,"duration":1}},{"uid":"8d638d1b794da086","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d638d1b794da086","status":"passed","time":{"start":1728893454817,"stop":1728893454818,"duration":1}},{"uid":"dac189f0a04f202","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dac189f0a04f202","status":"passed","time":{"start":1728856408461,"stop":1728856408461,"duration":0}},{"uid":"a7a88797a2b595e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a7a88797a2b595e","status":"passed","time":{"start":1728738633862,"stop":1728738633862,"duration":0}},{"uid":"c0ee0489b81d2b4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c0ee0489b81d2b4f","status":"passed","time":{"start":1728683159796,"stop":1728683159797,"duration":1}},{"uid":"968fac68eb7ca64a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/968fac68eb7ca64a","status":"passed","time":{"start":1728682751337,"stop":1728682751337,"duration":0}},{"uid":"33d8821e02d4660f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33d8821e02d4660f","status":"passed","time":{"start":1728677216370,"stop":1728677216371,"duration":1}},{"uid":"9209351180813f90","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9209351180813f90","status":"passed","time":{"start":1728669925459,"stop":1728669925459,"duration":0}},{"uid":"77f0ac0b9dfa90a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/77f0ac0b9dfa90a0","status":"passed","time":{"start":1728598268814,"stop":1728598268814,"duration":0}},{"uid":"5251733318d574db","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5251733318d574db","status":"passed","time":{"start":1728597503939,"stop":1728597503940,"duration":1}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"92635fd97b2a282d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/92635fd97b2a282d","status":"passed","time":{"start":1729034147781,"stop":1729034147781,"duration":0}},{"uid":"390ea6c136158f06","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/390ea6c136158f06","status":"passed","time":{"start":1729032204831,"stop":1729032204831,"duration":0}},{"uid":"fff8ab10669f77f3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fff8ab10669f77f3","status":"passed","time":{"start":1728901907715,"stop":1728901907715,"duration":0}},{"uid":"bcd8e8b6570bc57d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bcd8e8b6570bc57d","status":"passed","time":{"start":1728893341890,"stop":1728893341891,"duration":1}},{"uid":"35a6f8a795e3fc1b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/35a6f8a795e3fc1b","status":"passed","time":{"start":1728856299384,"stop":1728856299385,"duration":1}},{"uid":"8af4a7dbde9228fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8af4a7dbde9228fa","status":"passed","time":{"start":1728738511620,"stop":1728738511620,"duration":0}},{"uid":"5db64f21c9c6ce0c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5db64f21c9c6ce0c","status":"passed","time":{"start":1728683052913,"stop":1728683052914,"duration":1}},{"uid":"55d08dde201a7ebb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/55d08dde201a7ebb","status":"passed","time":{"start":1728682612913,"stop":1728682612913,"duration":0}},{"uid":"a19e35511af6047","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a19e35511af6047","status":"passed","time":{"start":1728677115749,"stop":1728677115749,"duration":0}},{"uid":"df9acecdf38f90bd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/df9acecdf38f90bd","status":"passed","time":{"start":1728669778177,"stop":1728669778185,"duration":8}},{"uid":"b587ae9fbb2d0530","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b587ae9fbb2d0530","status":"passed","time":{"start":1728598175436,"stop":1728598175436,"duration":0}},{"uid":"f553099dc1415136","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f553099dc1415136","status":"passed","time":{"start":1728597380065,"stop":1728597380065,"duration":0}}]},"888b452de5c7f5854b84209d934d8b59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f10200e423ff2a97","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f10200e423ff2a97","status":"passed","time":{"start":1728893389986,"stop":1728893389986,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dd09531aa7c5e035","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd09531aa7c5e035","status":"passed","time":{"start":1729034209111,"stop":1729034209112,"duration":1}},{"uid":"f2f6cc50340661e6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f2f6cc50340661e6","status":"passed","time":{"start":1729032264580,"stop":1729032264580,"duration":0}},{"uid":"bf77b8ae3772e310","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bf77b8ae3772e310","status":"passed","time":{"start":1728902012870,"stop":1728902012871,"duration":1}},{"uid":"dcb90a27e2154d7d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dcb90a27e2154d7d","status":"passed","time":{"start":1728893454821,"stop":1728893454821,"duration":0}},{"uid":"afbfe523a38852a7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/afbfe523a38852a7","status":"passed","time":{"start":1728856408464,"stop":1728856408464,"duration":0}},{"uid":"a8c6e38e8c71d5e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a8c6e38e8c71d5e0","status":"passed","time":{"start":1728738633864,"stop":1728738633865,"duration":1}},{"uid":"9dbc150e61488a97","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9dbc150e61488a97","status":"passed","time":{"start":1728683159807,"stop":1728683159812,"duration":5}},{"uid":"98406b888f275d41","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/98406b888f275d41","status":"passed","time":{"start":1728682751340,"stop":1728682751340,"duration":0}},{"uid":"d983adb104042154","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d983adb104042154","status":"passed","time":{"start":1728677216374,"stop":1728677216374,"duration":0}},{"uid":"1b06b450e66f5b88","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1b06b450e66f5b88","status":"passed","time":{"start":1728669925461,"stop":1728669925461,"duration":0}},{"uid":"58e7d0b59c0c47c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58e7d0b59c0c47c6","status":"passed","time":{"start":1728598268816,"stop":1728598268817,"duration":1}},{"uid":"cdc6fac0eaeb4791","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cdc6fac0eaeb4791","status":"passed","time":{"start":1728597503945,"stop":1728597503945,"duration":0}}]},"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1b9cd92097da8e53","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1b9cd92097da8e53","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0}},{"uid":"ac2e47e14230011","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac2e47e14230011","status":"passed","time":{"start":1729031884130,"stop":1729031884130,"duration":0}},{"uid":"91299dddcd9d1463","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/91299dddcd9d1463","status":"passed","time":{"start":1728901430263,"stop":1728901430263,"duration":0}},{"uid":"3e1185cc2334b973","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3e1185cc2334b973","status":"passed","time":{"start":1728892860541,"stop":1728892860542,"duration":1}},{"uid":"ac370a800bf162e6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac370a800bf162e6","status":"passed","time":{"start":1728855823331,"stop":1728855823331,"duration":0}},{"uid":"5b4f916c96ddcd62","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5b4f916c96ddcd62","status":"passed","time":{"start":1728738040612,"stop":1728738040612,"duration":0}},{"uid":"f517ee8b6740e59c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f517ee8b6740e59c","status":"passed","time":{"start":1728682574103,"stop":1728682574103,"duration":0}},{"uid":"d6b18fbbad5af374","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d6b18fbbad5af374","status":"passed","time":{"start":1728682146827,"stop":1728682146827,"duration":0}},{"uid":"5163b61a318ddac6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5163b61a318ddac6","status":"passed","time":{"start":1728676621441,"stop":1728676621442,"duration":1}},{"uid":"a2cd3c1384c5cbcb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a2cd3c1384c5cbcb","status":"passed","time":{"start":1728669344475,"stop":1728669344476,"duration":1}},{"uid":"ddffd3d46f8864ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ddffd3d46f8864ac","status":"passed","time":{"start":1728597685171,"stop":1728597685172,"duration":1}},{"uid":"e0b734a3d50b902a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e0b734a3d50b902a","status":"passed","time":{"start":1728596904481,"stop":1728596904481,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"67865a326c280c34","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67865a326c280c34","status":"passed","time":{"start":1729034129471,"stop":1729034129471,"duration":0}},{"uid":"5adc87980a09bebb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5adc87980a09bebb","status":"passed","time":{"start":1729032178364,"stop":1729032178364,"duration":0}},{"uid":"6373db6dbe71b9f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6373db6dbe71b9f7","status":"passed","time":{"start":1728901896343,"stop":1728901896343,"duration":0}},{"uid":"e874b32df078602e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e874b32df078602e","status":"passed","time":{"start":1728893329021,"stop":1728893329022,"duration":1}},{"uid":"786b4c65a0f2f95b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/786b4c65a0f2f95b","status":"passed","time":{"start":1728856284757,"stop":1728856284757,"duration":0}},{"uid":"3e29f2a688dc77c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3e29f2a688dc77c","status":"passed","time":{"start":1728738494934,"stop":1728738494935,"duration":1}},{"uid":"fb979bbc6bb575c5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fb979bbc6bb575c5","status":"passed","time":{"start":1728683033628,"stop":1728683033628,"duration":0}},{"uid":"5aa5ce20ee959f85","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5aa5ce20ee959f85","status":"passed","time":{"start":1728682601733,"stop":1728682601733,"duration":0}},{"uid":"803a831724c74464","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/803a831724c74464","status":"passed","time":{"start":1728677107958,"stop":1728677107958,"duration":0}},{"uid":"72212899292e3b4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/72212899292e3b4d","status":"passed","time":{"start":1728669764747,"stop":1728669764748,"duration":1}},{"uid":"3d730b5d1d1e44f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3d730b5d1d1e44f","status":"passed","time":{"start":1728598157558,"stop":1728598157559,"duration":1}},{"uid":"6b5bded67f9206e0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b5bded67f9206e0","status":"passed","time":{"start":1728597369057,"stop":1728597369058,"duration":1}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"567230e92eefcc88","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/567230e92eefcc88","status":"passed","time":{"start":1729034129477,"stop":1729034129477,"duration":0}},{"uid":"4450c34f846205b5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4450c34f846205b5","status":"passed","time":{"start":1729032178370,"stop":1729032178371,"duration":1}},{"uid":"ac947c06bd7a474c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac947c06bd7a474c","status":"passed","time":{"start":1728901896350,"stop":1728901896350,"duration":0}},{"uid":"fe2d7add8dfe83f5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fe2d7add8dfe83f5","status":"passed","time":{"start":1728893329028,"stop":1728893329029,"duration":1}},{"uid":"c65575cfa2070eac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c65575cfa2070eac","status":"passed","time":{"start":1728856284767,"stop":1728856284767,"duration":0}},{"uid":"5a7d50c32267322e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a7d50c32267322e","status":"passed","time":{"start":1728738494944,"stop":1728738494945,"duration":1}},{"uid":"706f078633c9124e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/706f078633c9124e","status":"passed","time":{"start":1728683033634,"stop":1728683033635,"duration":1}},{"uid":"9d6abea6f48620f7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9d6abea6f48620f7","status":"passed","time":{"start":1728682601739,"stop":1728682601739,"duration":0}},{"uid":"c7d4172a544b746f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c7d4172a544b746f","status":"passed","time":{"start":1728677107964,"stop":1728677107964,"duration":0}},{"uid":"86d9b2b1f0dac809","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/86d9b2b1f0dac809","status":"passed","time":{"start":1728669764754,"stop":1728669764754,"duration":0}},{"uid":"22f838daaf1b4a43","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22f838daaf1b4a43","status":"passed","time":{"start":1728598157565,"stop":1728598157566,"duration":1}},{"uid":"5b1e52eb0e4e110e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5b1e52eb0e4e110e","status":"passed","time":{"start":1728597369076,"stop":1728597369076,"duration":0}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b93f2c030e0bedfb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b93f2c030e0bedfb","status":"passed","time":{"start":1729034200067,"stop":1729034200069,"duration":2}},{"uid":"88afee375ec644ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/88afee375ec644ef","status":"passed","time":{"start":1729032257891,"stop":1729032257895,"duration":4}},{"uid":"59bd359ca42d750c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59bd359ca42d750c","status":"passed","time":{"start":1728902003567,"stop":1728902003568,"duration":1}},{"uid":"9033a8063a7d99d7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9033a8063a7d99d7","status":"passed","time":{"start":1728893434695,"stop":1728893434696,"duration":1}},{"uid":"bcba771b812ca403","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bcba771b812ca403","status":"passed","time":{"start":1728856398642,"stop":1728856398643,"duration":1}},{"uid":"c5b90d296ffa27a5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5b90d296ffa27a5","status":"passed","time":{"start":1728738612002,"stop":1728738612002,"duration":0}},{"uid":"f2211b4ffd722c2a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2211b4ffd722c2a","status":"passed","time":{"start":1728683155009,"stop":1728683155009,"duration":0}},{"uid":"f4d718a586f8bc3f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f4d718a586f8bc3f","status":"passed","time":{"start":1728682706105,"stop":1728682706106,"duration":1}},{"uid":"41c69fff0b6f829f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/41c69fff0b6f829f","status":"passed","time":{"start":1728677207496,"stop":1728677207496,"duration":0}},{"uid":"8896eb6f0dfa1695","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8896eb6f0dfa1695","status":"passed","time":{"start":1728669887098,"stop":1728669887098,"duration":0}},{"uid":"b1f5cbc76fdfe156","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b1f5cbc76fdfe156","status":"passed","time":{"start":1728598263638,"stop":1728598263638,"duration":0}},{"uid":"b657d43decc047dd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b657d43decc047dd","status":"passed","time":{"start":1728597478276,"stop":1728597478276,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1aab248921776c81","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1aab248921776c81","status":"passed","time":{"start":1729034129468,"stop":1729034129468,"duration":0}},{"uid":"b94a60fc8c1d83b1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b94a60fc8c1d83b1","status":"passed","time":{"start":1729032178362,"stop":1729032178362,"duration":0}},{"uid":"5cae40646b5e5bb1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5cae40646b5e5bb1","status":"passed","time":{"start":1728901896340,"stop":1728901896340,"duration":0}},{"uid":"2becdcb1b96fdd44","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2becdcb1b96fdd44","status":"passed","time":{"start":1728893329019,"stop":1728893329019,"duration":0}},{"uid":"e09d20ff62e24b57","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e09d20ff62e24b57","status":"passed","time":{"start":1728856284754,"stop":1728856284755,"duration":1}},{"uid":"1578fa6da343130e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1578fa6da343130e","status":"passed","time":{"start":1728738494930,"stop":1728738494930,"duration":0}},{"uid":"d0c719d0763e9b19","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0c719d0763e9b19","status":"passed","time":{"start":1728683033625,"stop":1728683033626,"duration":1}},{"uid":"f463fb0a297cf015","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f463fb0a297cf015","status":"passed","time":{"start":1728682601730,"stop":1728682601731,"duration":1}},{"uid":"dc1e016213902266","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dc1e016213902266","status":"passed","time":{"start":1728677107955,"stop":1728677107955,"duration":0}},{"uid":"cd4da98f67c930a2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cd4da98f67c930a2","status":"passed","time":{"start":1728669764744,"stop":1728669764744,"duration":0}},{"uid":"6018ae0086d39720","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6018ae0086d39720","status":"passed","time":{"start":1728598157553,"stop":1728598157556,"duration":3}},{"uid":"a9a6a41c4ddb1e43","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a9a6a41c4ddb1e43","status":"passed","time":{"start":1728597369052,"stop":1728597369053,"duration":1}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1ec0a85e02546344","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ec0a85e02546344","status":"passed","time":{"start":1729034129479,"stop":1729034129480,"duration":1}},{"uid":"83b20233bbccc098","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/83b20233bbccc098","status":"passed","time":{"start":1729032178376,"stop":1729032178376,"duration":0}},{"uid":"947df8978d88821","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/947df8978d88821","status":"passed","time":{"start":1728901896353,"stop":1728901896353,"duration":0}},{"uid":"b26270876dd98c0f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b26270876dd98c0f","status":"passed","time":{"start":1728893329035,"stop":1728893329035,"duration":0}},{"uid":"52d947eb13121c8d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/52d947eb13121c8d","status":"passed","time":{"start":1728856284771,"stop":1728856284771,"duration":0}},{"uid":"85f554802b38f86f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85f554802b38f86f","status":"passed","time":{"start":1728738494947,"stop":1728738494948,"duration":1}},{"uid":"31d8f196442e2232","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/31d8f196442e2232","status":"passed","time":{"start":1728683033637,"stop":1728683033637,"duration":0}},{"uid":"6657ad0f437d522f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6657ad0f437d522f","status":"passed","time":{"start":1728682601745,"stop":1728682601745,"duration":0}},{"uid":"93ba9e1a7d04cefe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93ba9e1a7d04cefe","status":"passed","time":{"start":1728677107984,"stop":1728677107984,"duration":0}},{"uid":"f9186b5a080620b1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f9186b5a080620b1","status":"passed","time":{"start":1728669764757,"stop":1728669764757,"duration":0}},{"uid":"9fceba261ea4367a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9fceba261ea4367a","status":"passed","time":{"start":1728598157576,"stop":1728598157577,"duration":1}},{"uid":"d317d7c7072c0f40","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d317d7c7072c0f40","status":"passed","time":{"start":1728597369085,"stop":1728597369086,"duration":1}}]},"74f4dd01f062197bdcb05186e155aefd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19c2806c873572d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/19c2806c873572d2","status":"passed","time":{"start":1728676853897,"stop":1728676853901,"duration":4}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"4153e1a6b631877","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4153e1a6b631877","status":"passed","time":{"start":1729032344623,"stop":1729032344623,"duration":0}},{"uid":"3962050fcb053426","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3962050fcb053426","status":"passed","time":{"start":1728902062113,"stop":1728902062113,"duration":0}},{"uid":"fc52a7429331fc5d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fc52a7429331fc5d","status":"passed","time":{"start":1728893496347,"stop":1728893496348,"duration":1}},{"uid":"aa8c7e1ce2f9d88f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aa8c7e1ce2f9d88f","status":"passed","time":{"start":1728856449984,"stop":1728856449985,"duration":1}},{"uid":"67699b66ee16807a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67699b66ee16807a","status":"passed","time":{"start":1728738669753,"stop":1728738669753,"duration":0}},{"uid":"ccfabf3fe17046de","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ccfabf3fe17046de","status":"passed","time":{"start":1728683209699,"stop":1728683209699,"duration":0}},{"uid":"da8c9d531bc6d5d4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/da8c9d531bc6d5d4","status":"passed","time":{"start":1728682772285,"stop":1728682772285,"duration":0}},{"uid":"c100d040dd166f65","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c100d040dd166f65","status":"passed","time":{"start":1728677264669,"stop":1728677264669,"duration":0}},{"uid":"a4dd130af85fc1c8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4dd130af85fc1c8","status":"passed","time":{"start":1728669943369,"stop":1728669943369,"duration":0}},{"uid":"1999554de892c1cc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1999554de892c1cc","status":"passed","time":{"start":1728598324829,"stop":1728598324829,"duration":0}},{"uid":"3cad43965270c054","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3cad43965270c054","status":"passed","time":{"start":1728597540224,"stop":1728597540224,"duration":0}}]},"5f5d906404d019cfe2c2af23d9d85ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcbce2df7308d6f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dcbce2df7308d6f","status":"passed","time":{"start":1728669777117,"stop":1728669777119,"duration":2}}]},"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8af10839aa322430","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8af10839aa322430","status":"passed","time":{"start":1729033834358,"stop":1729033834359,"duration":1}},{"uid":"e8b9aa37505b449a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8b9aa37505b449a","status":"passed","time":{"start":1729031884085,"stop":1729031884085,"duration":0}},{"uid":"50fce38b9cc69e57","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/50fce38b9cc69e57","status":"passed","time":{"start":1728901430240,"stop":1728901430241,"duration":1}},{"uid":"c3088ca3c3e525a6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c3088ca3c3e525a6","status":"passed","time":{"start":1728892860515,"stop":1728892860515,"duration":0}},{"uid":"6a60842f6b5ee31a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6a60842f6b5ee31a","status":"passed","time":{"start":1728855823302,"stop":1728855823306,"duration":4}},{"uid":"cb13d0f97e86c543","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb13d0f97e86c543","status":"passed","time":{"start":1728738040567,"stop":1728738040567,"duration":0}},{"uid":"934e3288f0a084ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/934e3288f0a084ef","status":"passed","time":{"start":1728682574065,"stop":1728682574065,"duration":0}},{"uid":"a9ec46d459df30d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a9ec46d459df30d7","status":"passed","time":{"start":1728682146791,"stop":1728682146792,"duration":1}},{"uid":"b3acc52fed0e43f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b3acc52fed0e43f0","status":"passed","time":{"start":1728676621402,"stop":1728676621402,"duration":0}},{"uid":"64f616e9aa1309b8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64f616e9aa1309b8","status":"passed","time":{"start":1728669344451,"stop":1728669344452,"duration":1}},{"uid":"942fbe8d496c7751","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/942fbe8d496c7751","status":"passed","time":{"start":1728597685132,"stop":1728597685133,"duration":1}},{"uid":"4dce025774b9ece5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4dce025774b9ece5","status":"passed","time":{"start":1728596904439,"stop":1728596904439,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"20a37b44f0e1e835","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/20a37b44f0e1e835","status":"passed","time":{"start":1729033937070,"stop":1729033937071,"duration":1}},{"uid":"6216e0c206eb995b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6216e0c206eb995b","status":"passed","time":{"start":1729031987032,"stop":1729031987032,"duration":0}},{"uid":"2609c1cc1da0b182","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2609c1cc1da0b182","status":"passed","time":{"start":1728901546862,"stop":1728901546862,"duration":0}},{"uid":"6d4a6ae2312054d6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d4a6ae2312054d6","status":"passed","time":{"start":1728892979417,"stop":1728892979417,"duration":0}},{"uid":"3c04183d9139366b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c04183d9139366b","status":"passed","time":{"start":1728855940956,"stop":1728855940956,"duration":0}},{"uid":"8c9200b618db6d8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8c9200b618db6d8","status":"passed","time":{"start":1728738161105,"stop":1728738161106,"duration":1}},{"uid":"35f09bd0083443b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/35f09bd0083443b0","status":"passed","time":{"start":1728682691669,"stop":1728682691670,"duration":1}},{"uid":"af88b06d64cc1814","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af88b06d64cc1814","status":"passed","time":{"start":1728682265765,"stop":1728682265765,"duration":0}},{"uid":"af12b39fd4eed863","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/af12b39fd4eed863","status":"passed","time":{"start":1728676744595,"stop":1728676744596,"duration":1}},{"uid":"9c2dca2700f02ed7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c2dca2700f02ed7","status":"passed","time":{"start":1728669464694,"stop":1728669464695,"duration":1}},{"uid":"74d6c6b8300b88b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74d6c6b8300b88b5","status":"passed","time":{"start":1728597804166,"stop":1728597804166,"duration":0}},{"uid":"c8e6c0aeeaa42365","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c8e6c0aeeaa42365","status":"passed","time":{"start":1728597021414,"stop":1728597021414,"duration":0}}]},"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"58bd5af16637ed50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58bd5af16637ed50","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"duration":0}},{"uid":"468f2f61f5a03c1f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/468f2f61f5a03c1f","status":"passed","time":{"start":1729031884104,"stop":1729031884104,"duration":0}},{"uid":"97e27e3348093410","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/97e27e3348093410","status":"passed","time":{"start":1728901430246,"stop":1728901430247,"duration":1}},{"uid":"bdc206f6953a03c7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bdc206f6953a03c7","status":"passed","time":{"start":1728892860522,"stop":1728892860522,"duration":0}},{"uid":"1d6179e96678d1f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d6179e96678d1f","status":"passed","time":{"start":1728855823312,"stop":1728855823313,"duration":1}},{"uid":"7fd2f0c1600128c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fd2f0c1600128c9","status":"passed","time":{"start":1728738040581,"stop":1728738040581,"duration":0}},{"uid":"971667d575e3c0aa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/971667d575e3c0aa","status":"passed","time":{"start":1728682574079,"stop":1728682574079,"duration":0}},{"uid":"cb1a37e39bcb50e5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cb1a37e39bcb50e5","status":"passed","time":{"start":1728682146807,"stop":1728682146807,"duration":0}},{"uid":"3bbaa6d4da11583c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3bbaa6d4da11583c","status":"passed","time":{"start":1728676621420,"stop":1728676621421,"duration":1}},{"uid":"8df74e9000d24d13","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8df74e9000d24d13","status":"passed","time":{"start":1728669344458,"stop":1728669344458,"duration":0}},{"uid":"ffbc822770d8e376","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ffbc822770d8e376","status":"passed","time":{"start":1728597685151,"stop":1728597685151,"duration":0}},{"uid":"ec6665d5544a62ad","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec6665d5544a62ad","status":"passed","time":{"start":1728596904457,"stop":1728596904457,"duration":0}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5f55a89d7fc93bb7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f55a89d7fc93bb7","status":"passed","time":{"start":1729033976805,"stop":1729033976805,"duration":0}},{"uid":"454870a36eb7b4fe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/454870a36eb7b4fe","status":"passed","time":{"start":1729032020528,"stop":1729032020528,"duration":0}},{"uid":"b67dd99c9549476e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b67dd99c9549476e","status":"passed","time":{"start":1728901616472,"stop":1728901616473,"duration":1}},{"uid":"d61bfff6a3019cda","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d61bfff6a3019cda","status":"passed","time":{"start":1728893050249,"stop":1728893050250,"duration":1}},{"uid":"e676923445150092","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e676923445150092","status":"passed","time":{"start":1728856015176,"stop":1728856015176,"duration":0}},{"uid":"deeb5a6fe5eacf28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/deeb5a6fe5eacf28","status":"passed","time":{"start":1728738233145,"stop":1728738233147,"duration":2}},{"uid":"d621fc4610da1cd0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d621fc4610da1cd0","status":"passed","time":{"start":1728682762476,"stop":1728682762477,"duration":1}},{"uid":"b0ea29419ba267bd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b0ea29419ba267bd","status":"passed","time":{"start":1728682332791,"stop":1728682332791,"duration":0}},{"uid":"24e3ac1c916f78bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/24e3ac1c916f78bf","status":"passed","time":{"start":1728676810299,"stop":1728676810299,"duration":0}},{"uid":"4cae941e980a7c3e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4cae941e980a7c3e","status":"passed","time":{"start":1728669529904,"stop":1728669529905,"duration":1}},{"uid":"4b3ee9517613148e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b3ee9517613148e","status":"passed","time":{"start":1728597873539,"stop":1728597873540,"duration":1}},{"uid":"8989d7c01cb196d8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8989d7c01cb196d8","status":"passed","time":{"start":1728597089278,"stop":1728597089278,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1a1160b169b83ae6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1a1160b169b83ae6","status":"passed","time":{"start":1729033939925,"stop":1729033939926,"duration":1}},{"uid":"30441b2a26c5236","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30441b2a26c5236","status":"passed","time":{"start":1729031988776,"stop":1729031988776,"duration":0}},{"uid":"7a1ad98067429bdc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7a1ad98067429bdc","status":"passed","time":{"start":1728901555772,"stop":1728901555773,"duration":1}},{"uid":"f31d06076bb1b267","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f31d06076bb1b267","status":"passed","time":{"start":1728892995573,"stop":1728892995573,"duration":0}},{"uid":"5b652ba6a7478139","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5b652ba6a7478139","status":"passed","time":{"start":1728855954643,"stop":1728855954643,"duration":0}},{"uid":"8d31e8a467b64ce2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d31e8a467b64ce2","status":"passed","time":{"start":1728738169522,"stop":1728738169523,"duration":1}},{"uid":"90a26152431181d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/90a26152431181d","status":"passed","time":{"start":1728682707229,"stop":1728682707229,"duration":0}},{"uid":"48e6785e54c0b27c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/48e6785e54c0b27c","status":"passed","time":{"start":1728682285123,"stop":1728682285126,"duration":3}},{"uid":"1bdc54b9a3faa23f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1bdc54b9a3faa23f","status":"passed","time":{"start":1728676761155,"stop":1728676761155,"duration":0}},{"uid":"260ace4f563e5a6c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/260ace4f563e5a6c","status":"passed","time":{"start":1728669488937,"stop":1728669488937,"duration":0}},{"uid":"3fe17ff669046b74","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3fe17ff669046b74","status":"passed","time":{"start":1728597819575,"stop":1728597819575,"duration":0}},{"uid":"f3e331a618d36771","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f3e331a618d36771","status":"passed","time":{"start":1728597041919,"stop":1728597041919,"duration":0}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"195081937468dbd9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/195081937468dbd9","status":"passed","time":{"start":1729034034984,"stop":1729034034986,"duration":2}},{"uid":"c5a4d1b6a68896b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c5a4d1b6a68896b2","status":"passed","time":{"start":1729032066305,"stop":1729032066305,"duration":0}},{"uid":"65cbbdd6c4f30f14","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65cbbdd6c4f30f14","status":"passed","time":{"start":1728901706622,"stop":1728901706622,"duration":0}},{"uid":"80099fcf0dd48a08","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/80099fcf0dd48a08","status":"passed","time":{"start":1728893153425,"stop":1728893153427,"duration":2}},{"uid":"f475f3b1fe39bf53","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f475f3b1fe39bf53","status":"passed","time":{"start":1728856108128,"stop":1728856108129,"duration":1}},{"uid":"b3e46dd8310470d1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3e46dd8310470d1","status":"passed","time":{"start":1728738316671,"stop":1728738316671,"duration":0}},{"uid":"3bb01ef02c355bd4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3bb01ef02c355bd4","status":"passed","time":{"start":1728682865322,"stop":1728682865323,"duration":1}},{"uid":"14d80ef586f6b015","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/14d80ef586f6b015","status":"passed","time":{"start":1728682446997,"stop":1728682446998,"duration":1}},{"uid":"89b133cbf74f6613","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/89b133cbf74f6613","status":"passed","time":{"start":1728676924482,"stop":1728676924482,"duration":0}},{"uid":"7339ff629662a7ad","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7339ff629662a7ad","status":"passed","time":{"start":1728669626265,"stop":1728669626265,"duration":0}},{"uid":"75d5b0c3377e0cfa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/75d5b0c3377e0cfa","status":"passed","time":{"start":1728597973675,"stop":1728597973676,"duration":1}},{"uid":"3bee9c6ef5163532","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3bee9c6ef5163532","status":"passed","time":{"start":1728597188041,"stop":1728597188042,"duration":1}}]},"9ff2857e51dda784301c7dc1fa889ca4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"568ba8ac36e1a7c1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/568ba8ac36e1a7c1","status":"passed","time":{"start":1728856284773,"stop":1728856284774,"duration":1}}]},"02bfb98e9b8a2f947fd7c11f3d3f5232:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df87d13eba9ab51e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/df87d13eba9ab51e","status":"passed","time":{"start":1728677103496,"stop":1728677103496,"duration":0}}]},"bd78a4397fac75eb473bb1d3cd38711f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e6eb3ee8a65b42a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7e6eb3ee8a65b42a","status":"passed","time":{"start":1728597434081,"stop":1728597434081,"duration":0}}]},"e2610f60887ca3527eea3182a23ee07a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":10,"unknown":0,"total":11},"items":[{"uid":"7729b51269dd51c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7729b51269dd51c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977064,"stop":1729033977064,"duration":0}},{"uid":"22f731522700fd6a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22f731522700fd6a","status":"passed","time":{"start":1729032093783,"stop":1729032093783,"duration":0}},{"uid":"b1cf278ee393ee71","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b1cf278ee393ee71","status":"passed","time":{"start":1728901748772,"stop":1728901748773,"duration":1}},{"uid":"a41d36258715289c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a41d36258715289c","status":"passed","time":{"start":1728893181085,"stop":1728893181085,"duration":0}},{"uid":"8112a79eb020567b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8112a79eb020567b","status":"passed","time":{"start":1728856155551,"stop":1728856155551,"duration":0}},{"uid":"aa704470ebc273e7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa704470ebc273e7","status":"passed","time":{"start":1728738360285,"stop":1728738360295,"duration":10}},{"uid":"2647a56ff6e5fd81","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2647a56ff6e5fd81","status":"passed","time":{"start":1728682907221,"stop":1728682907222,"duration":1}},{"uid":"d3d86a0334c278ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d3d86a0334c278ae","status":"passed","time":{"start":1728682466732,"stop":1728682466733,"duration":1}},{"uid":"19f6276f5484d3be","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/19f6276f5484d3be","status":"passed","time":{"start":1728676955721,"stop":1728676955722,"duration":1}},{"uid":"39e28d3fa22b72aa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39e28d3fa22b72aa","status":"passed","time":{"start":1728598013534,"stop":1728598013534,"duration":0}},{"uid":"30232026ec8ccca7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/30232026ec8ccca7","status":"passed","time":{"start":1728597225199,"stop":1728597225199,"duration":0}}]},"99fe2dbee41fea918bf020f79e2f608d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff4ba205ed37291a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ff4ba205ed37291a","status":"passed","time":{"start":1728598212617,"stop":1728598212618,"duration":1}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a9e563c3f519fb7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a9e563c3f519fb7e","status":"passed","time":{"start":1729034209098,"stop":1729034209099,"duration":1}},{"uid":"1ff1b474efd05fac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1ff1b474efd05fac","status":"passed","time":{"start":1729032264567,"stop":1729032264567,"duration":0}},{"uid":"5316d395cb56d725","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5316d395cb56d725","status":"passed","time":{"start":1728902012849,"stop":1728902012850,"duration":1}},{"uid":"c45dd389616f4a34","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c45dd389616f4a34","status":"passed","time":{"start":1728893454810,"stop":1728893454811,"duration":1}},{"uid":"8018553bf129be64","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8018553bf129be64","status":"passed","time":{"start":1728856408451,"stop":1728856408452,"duration":1}},{"uid":"b83c955ae20b1400","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b83c955ae20b1400","status":"passed","time":{"start":1728738633854,"stop":1728738633854,"duration":0}},{"uid":"7da54030042ad4d4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7da54030042ad4d4","status":"passed","time":{"start":1728683159755,"stop":1728683159756,"duration":1}},{"uid":"ca3f4afebe07be94","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ca3f4afebe07be94","status":"passed","time":{"start":1728682751328,"stop":1728682751329,"duration":1}},{"uid":"d22a5dd16174efbf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d22a5dd16174efbf","status":"passed","time":{"start":1728677216355,"stop":1728677216355,"duration":0}},{"uid":"52edb310ed6b94dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/52edb310ed6b94dc","status":"passed","time":{"start":1728669925453,"stop":1728669925454,"duration":1}},{"uid":"eb376383a3c77eb0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb376383a3c77eb0","status":"passed","time":{"start":1728598268802,"stop":1728598268802,"duration":0}},{"uid":"70c692edecab5573","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70c692edecab5573","status":"passed","time":{"start":1728597503917,"stop":1728597503918,"duration":1}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bcf83509c5b8117e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bcf83509c5b8117e","status":"passed","time":{"start":1729033836803,"stop":1729033836804,"duration":1}},{"uid":"3f548da5b09d0f88","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f548da5b09d0f88","status":"passed","time":{"start":1729031886610,"stop":1729031886611,"duration":1}},{"uid":"8cec555f7d766a4f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8cec555f7d766a4f","status":"passed","time":{"start":1728901432737,"stop":1728901432737,"duration":0}},{"uid":"6c8e46f8a72925f1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c8e46f8a72925f1","status":"passed","time":{"start":1728892863023,"stop":1728892863023,"duration":0}},{"uid":"968520435f027185","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/968520435f027185","status":"passed","time":{"start":1728855825773,"stop":1728855825773,"duration":0}},{"uid":"bcef2c51e121bd9a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bcef2c51e121bd9a","status":"passed","time":{"start":1728738043032,"stop":1728738043032,"duration":0}},{"uid":"66f794abc0a2cdb9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/66f794abc0a2cdb9","status":"passed","time":{"start":1728682576530,"stop":1728682576530,"duration":0}},{"uid":"ac3f74d7c8da860c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac3f74d7c8da860c","status":"passed","time":{"start":1728682149243,"stop":1728682149244,"duration":1}},{"uid":"91806f77fa4a2279","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/91806f77fa4a2279","status":"passed","time":{"start":1728676623918,"stop":1728676623919,"duration":1}},{"uid":"b94e53ff937fcc4c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b94e53ff937fcc4c","status":"passed","time":{"start":1728669346941,"stop":1728669346941,"duration":0}},{"uid":"677d988d811fcfef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/677d988d811fcfef","status":"passed","time":{"start":1728597687694,"stop":1728597687694,"duration":0}},{"uid":"2d8702137534d14b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2d8702137534d14b","status":"passed","time":{"start":1728596907136,"stop":1728596907136,"duration":0}}]},"85e671bebfa722ca12fa59e298ea072b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"588f6e691a44cd5b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/588f6e691a44cd5b","status":"passed","time":{"start":1729034144768,"stop":1729034144768,"duration":0}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c086c39833a424d4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c086c39833a424d4","status":"passed","time":{"start":1729034063489,"stop":1729034063489,"duration":0}},{"uid":"2b90460e936d45dc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b90460e936d45dc","status":"passed","time":{"start":1729032122635,"stop":1729032122635,"duration":0}},{"uid":"ca922adee6dc1364","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ca922adee6dc1364","status":"passed","time":{"start":1728901785627,"stop":1728901785627,"duration":0}},{"uid":"ff076f880796388e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff076f880796388e","status":"passed","time":{"start":1728893218774,"stop":1728893218774,"duration":0}},{"uid":"b6063cd5bc9eedf9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b6063cd5bc9eedf9","status":"passed","time":{"start":1728856192659,"stop":1728856192660,"duration":1}},{"uid":"9ca1d1b680d2cb99","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ca1d1b680d2cb99","status":"passed","time":{"start":1728738398086,"stop":1728738398087,"duration":1}},{"uid":"d22ef54559ddbc22","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d22ef54559ddbc22","status":"passed","time":{"start":1728682944500,"stop":1728682944505,"duration":5}},{"uid":"22788ac450b3941","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/22788ac450b3941","status":"passed","time":{"start":1728682507861,"stop":1728682507861,"duration":0}},{"uid":"5af706a0f8e01892","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5af706a0f8e01892","status":"passed","time":{"start":1728676995527,"stop":1728676995527,"duration":0}},{"uid":"a9307264fa5cf700","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a9307264fa5cf700","status":"passed","time":{"start":1728669665536,"stop":1728669665536,"duration":0}},{"uid":"c6dc01ac594b9784","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c6dc01ac594b9784","status":"passed","time":{"start":1728598056479,"stop":1728598056480,"duration":1}},{"uid":"d9aeff0fe3035ee9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9aeff0fe3035ee9","status":"passed","time":{"start":1728597264028,"stop":1728597264029,"duration":1}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"29e20a25181822dc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/29e20a25181822dc","status":"passed","time":{"start":1729034034986,"stop":1729034034986,"duration":0}},{"uid":"9e131ad2437f2010","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e131ad2437f2010","status":"passed","time":{"start":1729032066305,"stop":1729032066306,"duration":1}},{"uid":"b7c59d224180ffb1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c59d224180ffb1","status":"passed","time":{"start":1728901706622,"stop":1728901706623,"duration":1}},{"uid":"1cd14416398315ed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cd14416398315ed","status":"passed","time":{"start":1728893153427,"stop":1728893153428,"duration":1}},{"uid":"7513bf61eba02205","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7513bf61eba02205","status":"passed","time":{"start":1728856108129,"stop":1728856108129,"duration":0}},{"uid":"5bd24e60ebf45310","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5bd24e60ebf45310","status":"passed","time":{"start":1728738316671,"stop":1728738316671,"duration":0}},{"uid":"fe506acdcbb9fa38","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fe506acdcbb9fa38","status":"passed","time":{"start":1728682865324,"stop":1728682865325,"duration":1}},{"uid":"5720a8a6c10e0d8b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5720a8a6c10e0d8b","status":"passed","time":{"start":1728682446998,"stop":1728682446998,"duration":0}},{"uid":"6b0ba20ebf78a1e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6b0ba20ebf78a1e8","status":"passed","time":{"start":1728676924482,"stop":1728676924483,"duration":1}},{"uid":"4fb0f130048811ba","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4fb0f130048811ba","status":"passed","time":{"start":1728669626265,"stop":1728669626266,"duration":1}},{"uid":"2dc984632a4142ee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2dc984632a4142ee","status":"passed","time":{"start":1728597973676,"stop":1728597973676,"duration":0}},{"uid":"d0aab5d055813bd1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d0aab5d055813bd1","status":"passed","time":{"start":1728597188042,"stop":1728597188043,"duration":1}}]},"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8184c75214e566d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8184c75214e566d9","status":"passed","time":{"start":1729033834382,"stop":1729033834382,"duration":0}},{"uid":"378788c176b6ba22","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/378788c176b6ba22","status":"passed","time":{"start":1729031884115,"stop":1729031884115,"duration":0}},{"uid":"b16c86cb3258f5df","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b16c86cb3258f5df","status":"passed","time":{"start":1728901430253,"stop":1728901430253,"duration":0}},{"uid":"9ab29b795c9b9985","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9ab29b795c9b9985","status":"passed","time":{"start":1728892860530,"stop":1728892860530,"duration":0}},{"uid":"4e6598f546b41878","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4e6598f546b41878","status":"passed","time":{"start":1728855823320,"stop":1728855823320,"duration":0}},{"uid":"cabafa08f85accec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cabafa08f85accec","status":"passed","time":{"start":1728738040599,"stop":1728738040599,"duration":0}},{"uid":"50396c6b9a5e1633","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/50396c6b9a5e1633","status":"passed","time":{"start":1728682574089,"stop":1728682574089,"duration":0}},{"uid":"c44f72ea7247909","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c44f72ea7247909","status":"passed","time":{"start":1728682146815,"stop":1728682146815,"duration":0}},{"uid":"aa893dea4645321f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aa893dea4645321f","status":"passed","time":{"start":1728676621429,"stop":1728676621430,"duration":1}},{"uid":"73fc3e04c572390e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/73fc3e04c572390e","status":"passed","time":{"start":1728669344465,"stop":1728669344465,"duration":0}},{"uid":"5f8bdde36cfb6bcc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5f8bdde36cfb6bcc","status":"passed","time":{"start":1728597685159,"stop":1728597685159,"duration":0}},{"uid":"a15e45c5d0445bf2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a15e45c5d0445bf2","status":"passed","time":{"start":1728596904465,"stop":1728596904465,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"aef5e529d304a9db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aef5e529d304a9db","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034014882,"stop":1729034014882,"duration":0}},{"uid":"8c1704e99c262256","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c1704e99c262256","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032065461,"stop":1729032065462,"duration":1}},{"uid":"174c8f9aa264732b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/174c8f9aa264732b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901664285,"stop":1728901664285,"duration":0}},{"uid":"907f509c004b94fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/907f509c004b94fb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893093695,"stop":1728893093695,"duration":0}},{"uid":"358303dace1de328","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/358303dace1de328","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856055277,"stop":1728856055277,"duration":0}},{"uid":"83bb07a2a0efeaaa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/83bb07a2a0efeaaa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738274748,"stop":1728738274748,"duration":0}},{"uid":"a932f6f84a31c0b9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a932f6f84a31c0b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682807963,"stop":1728682807964,"duration":1}},{"uid":"77bca3f30aad3e0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77bca3f30aad3e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682381307,"stop":1728682381307,"duration":0}},{"uid":"7badff3b6de16a4d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7badff3b6de16a4d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676853904,"stop":1728676853905,"duration":1}},{"uid":"f4266f0776ee4005","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4266f0776ee4005","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669581702,"stop":1728669581703,"duration":1}},{"uid":"b05922eceabd4098","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b05922eceabd4098","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597923495,"stop":1728597923496,"duration":1}},{"uid":"93ef6e326d5e4c91","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/93ef6e326d5e4c91","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597132272,"stop":1728597132273,"duration":1}}]},"a9429f8e3c6863d02b3bd7a603b285a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef4d3e98e79e91ca","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ef4d3e98e79e91ca","status":"passed","time":{"start":1728597423326,"stop":1728597423326,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4c37947a7554e6ad","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c37947a7554e6ad","status":"passed","time":{"start":1729033869943,"stop":1729033869944,"duration":1}},{"uid":"2d9c8aa1ee94a67e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2d9c8aa1ee94a67e","status":"passed","time":{"start":1729031919797,"stop":1729031919798,"duration":1}},{"uid":"8e8fec53cb2baeee","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e8fec53cb2baeee","status":"passed","time":{"start":1728901465373,"stop":1728901465373,"duration":0}},{"uid":"cbb887b437ef70ce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cbb887b437ef70ce","status":"passed","time":{"start":1728892895973,"stop":1728892895973,"duration":0}},{"uid":"4ee366170e1f040b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ee366170e1f040b","status":"passed","time":{"start":1728855858318,"stop":1728855858318,"duration":0}},{"uid":"e094a6ccdba0f13e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e094a6ccdba0f13e","status":"passed","time":{"start":1728738075952,"stop":1728738075953,"duration":1}},{"uid":"557de6035d19c694","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/557de6035d19c694","status":"passed","time":{"start":1728682609267,"stop":1728682609267,"duration":0}},{"uid":"cd3e623b80b99e63","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd3e623b80b99e63","status":"passed","time":{"start":1728682182159,"stop":1728682182159,"duration":0}},{"uid":"79a7b06a96b45766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79a7b06a96b45766","status":"passed","time":{"start":1728676656593,"stop":1728676656593,"duration":0}},{"uid":"4858d98350431a0e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4858d98350431a0e","status":"passed","time":{"start":1728669379923,"stop":1728669379923,"duration":0}},{"uid":"49d94c492de3f7ad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/49d94c492de3f7ad","status":"passed","time":{"start":1728597720384,"stop":1728597720385,"duration":1}},{"uid":"117e27ed38aad64d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/117e27ed38aad64d","status":"passed","time":{"start":1728596939483,"stop":1728596939484,"duration":1}}]},"8e68dd6ad4a65a73de85d5cffa395774:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40ebf3c705eccb28","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/40ebf3c705eccb28","status":"passed","time":{"start":1728677163571,"stop":1728677163572,"duration":1}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1265637a582b5166","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1265637a582b5166","status":"passed","time":{"start":1729034177537,"stop":1729034177538,"duration":1}},{"uid":"ce95c702c68355e8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ce95c702c68355e8","status":"passed","time":{"start":1729032235316,"stop":1729032235318,"duration":2}},{"uid":"78f2c40140a71e7b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78f2c40140a71e7b","status":"passed","time":{"start":1728901958867,"stop":1728901958867,"duration":0}},{"uid":"11bc9bc3043e09b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/11bc9bc3043e09b","status":"passed","time":{"start":1728893395084,"stop":1728893395084,"duration":0}},{"uid":"f60b948a928db9ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f60b948a928db9ac","status":"passed","time":{"start":1728856355698,"stop":1728856355699,"duration":1}},{"uid":"15e1aeabdee8c32d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15e1aeabdee8c32d","status":"passed","time":{"start":1728738567474,"stop":1728738567474,"duration":0}},{"uid":"966486b7c4a96404","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/966486b7c4a96404","status":"passed","time":{"start":1728683110372,"stop":1728683110373,"duration":1}},{"uid":"64ad06d6f2cf73a4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/64ad06d6f2cf73a4","status":"passed","time":{"start":1728682666070,"stop":1728682666071,"duration":1}},{"uid":"89c2437741a0d2dc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/89c2437741a0d2dc","status":"passed","time":{"start":1728677163584,"stop":1728677163585,"duration":1}},{"uid":"2206534bc19baa87","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2206534bc19baa87","status":"passed","time":{"start":1728669841256,"stop":1728669841256,"duration":0}},{"uid":"b6cbc519424c56e1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b6cbc519424c56e1","status":"passed","time":{"start":1728598221901,"stop":1728598221902,"duration":1}},{"uid":"a802c0560750dc54","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a802c0560750dc54","status":"passed","time":{"start":1728597434084,"stop":1728597434084,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d64c3c17fe6b42be","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d64c3c17fe6b42be","status":"passed","time":{"start":1729034121891,"stop":1729034121891,"duration":0}},{"uid":"36d04f0f845a27b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/36d04f0f845a27b4","status":"passed","time":{"start":1729032174798,"stop":1729032174798,"duration":0}},{"uid":"5a5c250f96af0afe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5a5c250f96af0afe","status":"passed","time":{"start":1728901881004,"stop":1728901881004,"duration":0}},{"uid":"a15406835340efe5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a15406835340efe5","status":"passed","time":{"start":1728893317143,"stop":1728893317143,"duration":0}},{"uid":"1ffb05f1b47171cf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1ffb05f1b47171cf","status":"passed","time":{"start":1728856263065,"stop":1728856263066,"duration":1}},{"uid":"aa9a92645bbf1ed3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa9a92645bbf1ed3","status":"passed","time":{"start":1728738492788,"stop":1728738492789,"duration":1}},{"uid":"ae1014c2cca4df00","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ae1014c2cca4df00","status":"passed","time":{"start":1728683030008,"stop":1728683030009,"duration":1}},{"uid":"e9ae381ba6c38052","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9ae381ba6c38052","status":"passed","time":{"start":1728682581082,"stop":1728682581082,"duration":0}},{"uid":"5f6beaefd4fb7656","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5f6beaefd4fb7656","status":"passed","time":{"start":1728677081984,"stop":1728677081984,"duration":0}},{"uid":"74c23da2c61cb446","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74c23da2c61cb446","status":"passed","time":{"start":1728669795385,"stop":1728669795385,"duration":0}},{"uid":"dcb8259eb0b99fda","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dcb8259eb0b99fda","status":"passed","time":{"start":1728598137495,"stop":1728598137495,"duration":0}},{"uid":"19f286f9ef8cbfcd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/19f286f9ef8cbfcd","status":"passed","time":{"start":1728597353472,"stop":1728597353473,"duration":1}}]},"4bdd57d01116e3aedcf60ad5b8bc54f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"287e3dd7ff4555ce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/287e3dd7ff4555ce","status":"passed","time":{"start":1728677103495,"stop":1728677103496,"duration":1}}]},"e8c31e62a6b8d1132c76d30f47f02f19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4dac26e21ed62597","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4dac26e21ed62597","status":"passed","time":{"start":1728669841249,"stop":1728669841251,"duration":2}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"b6e82edd7dfb5e54","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6e82edd7dfb5e54","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033904750,"stop":1729033904750,"duration":0}},{"uid":"993cb65bd225c015","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/993cb65bd225c015","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031952295,"stop":1729031952295,"duration":0}},{"uid":"ea73c6f3c77d1f05","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea73c6f3c77d1f05","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901498549,"stop":1728901498549,"duration":0}},{"uid":"7106dbc8c45f2c5e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7106dbc8c45f2c5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892934941,"stop":1728892934942,"duration":1}},{"uid":"77f898bfeecaae5a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77f898bfeecaae5a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855901089,"stop":1728855901091,"duration":2}},{"uid":"81e6118cd30cd3eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/81e6118cd30cd3eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738109823,"stop":1728738109823,"duration":0}},{"uid":"ffd0d61f637b40ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ffd0d61f637b40ab","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682641794,"stop":1728682641794,"duration":0}},{"uid":"79a5764f31041665","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/79a5764f31041665","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682224059,"stop":1728682224059,"duration":0}},{"uid":"869fd28b694025a4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/869fd28b694025a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676692603,"stop":1728676692603,"duration":0}},{"uid":"6e91e3891e015d7e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e91e3891e015d7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669414330,"stop":1728669414330,"duration":0}},{"uid":"51553bd714d62b9b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/51553bd714d62b9b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597758158,"stop":1728597758159,"duration":1}},{"uid":"fd8b42f3d97fa5e0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fd8b42f3d97fa5e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596973961,"stop":1728596973962,"duration":1}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"acaf1694b0924680","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/acaf1694b0924680","status":"passed","time":{"start":1729034144762,"stop":1729034144763,"duration":1}},{"uid":"cd71d4b8aeb40ac7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cd71d4b8aeb40ac7","status":"passed","time":{"start":1729032198813,"stop":1729032198813,"duration":0}},{"uid":"d532dd849822f828","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d532dd849822f828","status":"passed","time":{"start":1728901901758,"stop":1728901901759,"duration":1}},{"uid":"b1a83e445bf3b9fe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b1a83e445bf3b9fe","status":"passed","time":{"start":1728893337238,"stop":1728893337239,"duration":1}},{"uid":"e01269d1d452896","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e01269d1d452896","status":"passed","time":{"start":1728856299186,"stop":1728856299186,"duration":0}},{"uid":"df955de0e1af5296","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/df955de0e1af5296","status":"passed","time":{"start":1728738505372,"stop":1728738505372,"duration":0}},{"uid":"521ce5a2982d20c8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/521ce5a2982d20c8","status":"passed","time":{"start":1728683045440,"stop":1728683045440,"duration":0}},{"uid":"bb75135b5d982d35","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb75135b5d982d35","status":"passed","time":{"start":1728682607285,"stop":1728682607285,"duration":0}},{"uid":"22027976edeed1bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/22027976edeed1bc","status":"passed","time":{"start":1728677103491,"stop":1728677103491,"duration":0}},{"uid":"fd5c41dde295e140","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd5c41dde295e140","status":"passed","time":{"start":1728669777113,"stop":1728669777113,"duration":0}},{"uid":"c91106fa1616c061","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c91106fa1616c061","status":"passed","time":{"start":1728598163463,"stop":1728598163463,"duration":0}},{"uid":"698de3761986f006","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/698de3761986f006","status":"passed","time":{"start":1728597375461,"stop":1728597375462,"duration":1}}]},"7ba1f9e9794796d5264c8e1aea1d0590:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b397b2c390baa13","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5b397b2c390baa13","status":"passed","time":{"start":1728893317153,"stop":1728893317154,"duration":1}}]},"253e55f2f6055930106f26c1fa2c60f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40cd2eac15b7f710","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/40cd2eac15b7f710","status":"passed","time":{"start":1728598212611,"stop":1728598212611,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5ca1565f105884db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ca1565f105884db","status":"passed","time":{"start":1729034129473,"stop":1729034129473,"duration":0}},{"uid":"a8f3c8381916aed2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a8f3c8381916aed2","status":"passed","time":{"start":1729032178367,"stop":1729032178367,"duration":0}},{"uid":"7718db6e28512a75","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7718db6e28512a75","status":"passed","time":{"start":1728901896346,"stop":1728901896346,"duration":0}},{"uid":"467f008882161aa4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/467f008882161aa4","status":"passed","time":{"start":1728893329024,"stop":1728893329024,"duration":0}},{"uid":"c0477206f3b17be0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c0477206f3b17be0","status":"passed","time":{"start":1728856284762,"stop":1728856284763,"duration":1}},{"uid":"2f5eacf9e099f57","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f5eacf9e099f57","status":"passed","time":{"start":1728738494939,"stop":1728738494939,"duration":0}},{"uid":"552b9c5b37fc1c9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/552b9c5b37fc1c9","status":"passed","time":{"start":1728683033631,"stop":1728683033631,"duration":0}},{"uid":"2f3c178b5604e0a3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f3c178b5604e0a3","status":"passed","time":{"start":1728682601736,"stop":1728682601736,"duration":0}},{"uid":"737bd5056304d832","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/737bd5056304d832","status":"passed","time":{"start":1728677107961,"stop":1728677107961,"duration":0}},{"uid":"aa2f73bc58fe2893","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa2f73bc58fe2893","status":"passed","time":{"start":1728669764750,"stop":1728669764750,"duration":0}},{"uid":"8370c2571bc145b6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8370c2571bc145b6","status":"passed","time":{"start":1728598157562,"stop":1728598157562,"duration":0}},{"uid":"d0a4f8edf6fbd316","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d0a4f8edf6fbd316","status":"passed","time":{"start":1728597369061,"stop":1728597369061,"duration":0}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"6486fc076d9d8621","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6486fc076d9d8621","status":"passed","time":{"start":1729032277691,"stop":1729032277691,"duration":0}},{"uid":"14f416f71ed553a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/14f416f71ed553a","status":"passed","time":{"start":1728902034223,"stop":1728902034224,"duration":1}},{"uid":"f224e22bea3ac3bc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f224e22bea3ac3bc","status":"passed","time":{"start":1728893469056,"stop":1728893469056,"duration":0}},{"uid":"64c79e4b24eba936","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64c79e4b24eba936","status":"passed","time":{"start":1728856416487,"stop":1728856416487,"duration":0}},{"uid":"be1a86b3278634c2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/be1a86b3278634c2","status":"passed","time":{"start":1728738643169,"stop":1728738643170,"duration":1}},{"uid":"fd803e41f3b7d85","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fd803e41f3b7d85","status":"passed","time":{"start":1728683174245,"stop":1728683174246,"duration":1}},{"uid":"6432dacf904e4e30","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6432dacf904e4e30","status":"passed","time":{"start":1728682757799,"stop":1728682757799,"duration":0}},{"uid":"3647201930eae2e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3647201930eae2e2","status":"passed","time":{"start":1728677231124,"stop":1728677231124,"duration":0}},{"uid":"a931e3e570629903","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a931e3e570629903","status":"passed","time":{"start":1728669920235,"stop":1728669920236,"duration":1}},{"uid":"fbbb51b965b504e1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fbbb51b965b504e1","status":"passed","time":{"start":1728598298887,"stop":1728598298888,"duration":1}},{"uid":"6616b6c9197defca","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6616b6c9197defca","status":"passed","time":{"start":1728597513733,"stop":1728597513733,"duration":0}}]},"1b1fe51e7fea58175f95c4b805c0385c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5179a015f87c928","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d5179a015f87c928","status":"passed","time":{"start":1729032235309,"stop":1729032235309,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"26d6d733b4d0e8fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/26d6d733b4d0e8fa","status":"passed","time":{"start":1729034129477,"stop":1729034129477,"duration":0}},{"uid":"201f45709831e40e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/201f45709831e40e","status":"passed","time":{"start":1729032178371,"stop":1729032178372,"duration":1}},{"uid":"4981dc6e1423e1e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4981dc6e1423e1e","status":"passed","time":{"start":1728901896351,"stop":1728901896351,"duration":0}},{"uid":"9eba5f2bfffc1bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9eba5f2bfffc1bf","status":"passed","time":{"start":1728893329029,"stop":1728893329029,"duration":0}},{"uid":"62e753dfd87b3a51","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62e753dfd87b3a51","status":"passed","time":{"start":1728856284768,"stop":1728856284768,"duration":0}},{"uid":"edbb75125190d55b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edbb75125190d55b","status":"passed","time":{"start":1728738494945,"stop":1728738494945,"duration":0}},{"uid":"b81b2d6e2a3944d8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b81b2d6e2a3944d8","status":"passed","time":{"start":1728683033635,"stop":1728683033635,"duration":0}},{"uid":"8f5e9e143de2ee46","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8f5e9e143de2ee46","status":"passed","time":{"start":1728682601739,"stop":1728682601740,"duration":1}},{"uid":"148b87beb764b124","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/148b87beb764b124","status":"passed","time":{"start":1728677107964,"stop":1728677107973,"duration":9}},{"uid":"9c5c0b4e79c05e66","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c5c0b4e79c05e66","status":"passed","time":{"start":1728669764754,"stop":1728669764755,"duration":1}},{"uid":"646bb039a9f572e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/646bb039a9f572e9","status":"passed","time":{"start":1728598157566,"stop":1728598157566,"duration":0}},{"uid":"bc6694ea07afe768","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc6694ea07afe768","status":"passed","time":{"start":1728597369076,"stop":1728597369077,"duration":1}}]},"99482fe6700ad402525d1a4802dc85e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d989bf2cc5f1aec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9d989bf2cc5f1aec","status":"passed","time":{"start":1728669581695,"stop":1728669581696,"duration":1}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f72ad94f4e15f6ed","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f72ad94f4e15f6ed","status":"passed","time":{"start":1729034129478,"stop":1729034129478,"duration":0}},{"uid":"7b4af4daffa45a39","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7b4af4daffa45a39","status":"passed","time":{"start":1729032178372,"stop":1729032178374,"duration":2}},{"uid":"3f1421d30da01804","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3f1421d30da01804","status":"passed","time":{"start":1728901896351,"stop":1728901896352,"duration":1}},{"uid":"e7f57b5a76950d06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e7f57b5a76950d06","status":"passed","time":{"start":1728893329030,"stop":1728893329030,"duration":0}},{"uid":"4d34680e1fcb219c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4d34680e1fcb219c","status":"passed","time":{"start":1728856284768,"stop":1728856284769,"duration":1}},{"uid":"743353704d2edbcd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/743353704d2edbcd","status":"passed","time":{"start":1728738494946,"stop":1728738494946,"duration":0}},{"uid":"7342f58ef4410f6a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7342f58ef4410f6a","status":"passed","time":{"start":1728683033636,"stop":1728683033636,"duration":0}},{"uid":"24238634b908caa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/24238634b908caa","status":"passed","time":{"start":1728682601744,"stop":1728682601744,"duration":0}},{"uid":"3311492bf58b3197","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3311492bf58b3197","status":"passed","time":{"start":1728677107974,"stop":1728677107974,"duration":0}},{"uid":"11ff5ac44e1c0b8d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/11ff5ac44e1c0b8d","status":"passed","time":{"start":1728669764756,"stop":1728669764756,"duration":0}},{"uid":"22ca69c36d63e181","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22ca69c36d63e181","status":"passed","time":{"start":1728598157575,"stop":1728598157575,"duration":0}},{"uid":"f1c0095692c453f5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1c0095692c453f5","status":"passed","time":{"start":1728597369077,"stop":1728597369078,"duration":1}}]},"b4bcf0f6b7e60f6f02d65f9b9cdf794d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aca21ba04a52c8a9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aca21ba04a52c8a9","status":"passed","time":{"start":1728682607293,"stop":1728682607294,"duration":1}}]},"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ee22311bb8b573f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee22311bb8b573f","status":"passed","time":{"start":1729034203620,"stop":1729034203621,"duration":1}},{"uid":"2e57d7af9189b53b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e57d7af9189b53b","status":"passed","time":{"start":1729032256252,"stop":1729032256253,"duration":1}},{"uid":"fd1ee662820e845d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd1ee662820e845d","status":"passed","time":{"start":1728902016653,"stop":1728902016653,"duration":0}},{"uid":"97f7f6aee65f6e39","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/97f7f6aee65f6e39","status":"passed","time":{"start":1728893448585,"stop":1728893448585,"duration":0}},{"uid":"7578a31efd981656","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7578a31efd981656","status":"passed","time":{"start":1728856401307,"stop":1728856401308,"duration":1}},{"uid":"7283863bbe3e1e33","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7283863bbe3e1e33","status":"passed","time":{"start":1728738624654,"stop":1728738624654,"duration":0}},{"uid":"752ec282d548abc0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/752ec282d548abc0","status":"passed","time":{"start":1728683154298,"stop":1728683154298,"duration":0}},{"uid":"94d22347c8b03e0c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94d22347c8b03e0c","status":"passed","time":{"start":1728682726614,"stop":1728682726614,"duration":0}},{"uid":"a038f56f90c00340","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a038f56f90c00340","status":"passed","time":{"start":1728677221173,"stop":1728677221173,"duration":0}},{"uid":"ff0baa4209f9417b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff0baa4209f9417b","status":"passed","time":{"start":1728669902840,"stop":1728669902840,"duration":0}},{"uid":"d9a7a8e5bc92919d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d9a7a8e5bc92919d","status":"passed","time":{"start":1728598275772,"stop":1728598275772,"duration":0}},{"uid":"e8c2f21a5d0af764","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e8c2f21a5d0af764","status":"passed","time":{"start":1728597495944,"stop":1728597495945,"duration":1}}]},"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2723446b84e40557","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2723446b84e40557","status":"passed","time":{"start":1729033834359,"stop":1729033834360,"duration":1}},{"uid":"2223e6a435570ea3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2223e6a435570ea3","status":"passed","time":{"start":1729031884086,"stop":1729031884087,"duration":1}},{"uid":"242d435f6d5216c4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/242d435f6d5216c4","status":"passed","time":{"start":1728901430241,"stop":1728901430241,"duration":0}},{"uid":"6be831a1ffdd4865","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6be831a1ffdd4865","status":"passed","time":{"start":1728892860515,"stop":1728892860516,"duration":1}},{"uid":"b78d633706133ddc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b78d633706133ddc","status":"passed","time":{"start":1728855823306,"stop":1728855823306,"duration":0}},{"uid":"cb20b8c97ea3d3eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb20b8c97ea3d3eb","status":"passed","time":{"start":1728738040568,"stop":1728738040568,"duration":0}},{"uid":"4baa9013df4bea99","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4baa9013df4bea99","status":"passed","time":{"start":1728682574065,"stop":1728682574066,"duration":1}},{"uid":"455f0e613565834","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/455f0e613565834","status":"passed","time":{"start":1728682146792,"stop":1728682146793,"duration":1}},{"uid":"500e2d51fd2c910e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/500e2d51fd2c910e","status":"passed","time":{"start":1728676621403,"stop":1728676621403,"duration":0}},{"uid":"951dad5a0baadeb9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/951dad5a0baadeb9","status":"passed","time":{"start":1728669344452,"stop":1728669344452,"duration":0}},{"uid":"60fab736078da5ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/60fab736078da5ce","status":"passed","time":{"start":1728597685133,"stop":1728597685134,"duration":1}},{"uid":"baf788f32d90d6f3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/baf788f32d90d6f3","status":"passed","time":{"start":1728596904440,"stop":1728596904440,"duration":0}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"5ddb318abec5a925","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ddb318abec5a925","status":"passed","time":{"start":1729034041489,"stop":1729034041489,"duration":0}},{"uid":"3f15b11921da2f33","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3f15b11921da2f33","status":"passed","time":{"start":1728901705404,"stop":1728901705405,"duration":1}},{"uid":"a6d82c3e2801ee5d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6d82c3e2801ee5d","status":"passed","time":{"start":1728893141777,"stop":1728893141778,"duration":1}},{"uid":"34031d5892dd08ef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/34031d5892dd08ef","status":"passed","time":{"start":1728856087084,"stop":1728856087085,"duration":1}},{"uid":"1f2131b0ee090eac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1f2131b0ee090eac","status":"passed","time":{"start":1728738321437,"stop":1728738321437,"duration":0}},{"uid":"39340121c2729cc8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39340121c2729cc8","status":"passed","time":{"start":1728682845675,"stop":1728682845676,"duration":1}},{"uid":"db9cde4c471e6db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db9cde4c471e6db","status":"passed","time":{"start":1728682424311,"stop":1728682424311,"duration":0}},{"uid":"967fd71ab3fa47b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/967fd71ab3fa47b","status":"passed","time":{"start":1728676900540,"stop":1728676900540,"duration":0}},{"uid":"56cf04a5da55c687","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/56cf04a5da55c687","status":"passed","time":{"start":1728669625801,"stop":1728669625801,"duration":0}},{"uid":"cd2841ab4f544b9f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd2841ab4f544b9f","status":"passed","time":{"start":1728597957168,"stop":1728597957169,"duration":1}},{"uid":"f0c1cbc7120a5e49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c1cbc7120a5e49","status":"passed","time":{"start":1728597182619,"stop":1728597182619,"duration":0}}]},"8a717854d4dc9f7de6c74df647e8ef6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcfb6e3a89813214","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bcfb6e3a89813214","status":"passed","time":{"start":1728677156811,"stop":1728677156811,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"e174dee5ad6565e0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e174dee5ad6565e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122310,"stop":1729034122311,"duration":1}},{"uid":"209081dc5d433a11","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/209081dc5d433a11","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175157,"stop":1729032175157,"duration":0}},{"uid":"b540caf8ed40b22a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b540caf8ed40b22a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873457,"stop":1728901873457,"duration":0}},{"uid":"2725351eb4de780b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2725351eb4de780b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311287,"stop":1728893311288,"duration":1}},{"uid":"286545763dd11734","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/286545763dd11734","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263476,"stop":1728856263476,"duration":0}},{"uid":"923ee4a3295037e3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/923ee4a3295037e3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483672,"stop":1728738483672,"duration":0}},{"uid":"997907ba35ac9eeb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/997907ba35ac9eeb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030247,"stop":1728683030247,"duration":0}},{"uid":"896ed6c2db602ec1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/896ed6c2db602ec1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581303,"stop":1728682581303,"duration":0}},{"uid":"bbd54297c26a0e99","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bbd54297c26a0e99","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082259,"stop":1728677082259,"duration":0}},{"uid":"89695891d460aa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/89695891d460aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754302,"stop":1728669754303,"duration":1}},{"uid":"3266b412f8c586ae","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3266b412f8c586ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137642,"stop":1728598137642,"duration":0}},{"uid":"d195cee0ca1c1881","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d195cee0ca1c1881","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350583,"stop":1728597350583,"duration":0}}]},"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b778c3ab88171537","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b778c3ab88171537","status":"passed","time":{"start":1729033834394,"stop":1729033834394,"duration":0}},{"uid":"80ac74ddfd8550b0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/80ac74ddfd8550b0","status":"passed","time":{"start":1729031884128,"stop":1729031884128,"duration":0}},{"uid":"9ab5f9a3fe722963","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9ab5f9a3fe722963","status":"passed","time":{"start":1728901430261,"stop":1728901430261,"duration":0}},{"uid":"910383497282068a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/910383497282068a","status":"passed","time":{"start":1728892860540,"stop":1728892860540,"duration":0}},{"uid":"8c54cff53bf62c63","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8c54cff53bf62c63","status":"passed","time":{"start":1728855823329,"stop":1728855823329,"duration":0}},{"uid":"9ea20b9918278cd2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ea20b9918278cd2","status":"passed","time":{"start":1728738040610,"stop":1728738040610,"duration":0}},{"uid":"4ed784d391991d1e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ed784d391991d1e","status":"passed","time":{"start":1728682574101,"stop":1728682574101,"duration":0}},{"uid":"6963771f5bb944b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6963771f5bb944b4","status":"passed","time":{"start":1728682146825,"stop":1728682146825,"duration":0}},{"uid":"8f9a026d8bb4d3d0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f9a026d8bb4d3d0","status":"passed","time":{"start":1728676621440,"stop":1728676621440,"duration":0}},{"uid":"55776973f38a1161","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/55776973f38a1161","status":"passed","time":{"start":1728669344474,"stop":1728669344474,"duration":0}},{"uid":"870a390343b758ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/870a390343b758ac","status":"passed","time":{"start":1728597685170,"stop":1728597685170,"duration":0}},{"uid":"4a4a9d9df98064ae","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4a4a9d9df98064ae","status":"passed","time":{"start":1728596904478,"stop":1728596904478,"duration":0}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5afb11ed383d80e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5afb11ed383d80e8","status":"passed","time":{"start":1729034177523,"stop":1729034177524,"duration":1}},{"uid":"c6b966d0de677c45","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6b966d0de677c45","status":"passed","time":{"start":1729032235298,"stop":1729032235299,"duration":1}},{"uid":"69dc95b4062bed03","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/69dc95b4062bed03","status":"passed","time":{"start":1728901958851,"stop":1728901958852,"duration":1}},{"uid":"d4dd78cecbd79b8b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d4dd78cecbd79b8b","status":"passed","time":{"start":1728893395071,"stop":1728893395072,"duration":1}},{"uid":"37e26efc6f1d9e1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/37e26efc6f1d9e1","status":"passed","time":{"start":1728856355681,"stop":1728856355681,"duration":0}},{"uid":"d66ef8cba39aae25","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d66ef8cba39aae25","status":"passed","time":{"start":1728738567466,"stop":1728738567467,"duration":1}},{"uid":"7646b575c41b1ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7646b575c41b1ef","status":"passed","time":{"start":1728683110365,"stop":1728683110365,"duration":0}},{"uid":"5aa89f221a6b2b93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5aa89f221a6b2b93","status":"passed","time":{"start":1728682666061,"stop":1728682666062,"duration":1}},{"uid":"4ce6a4e83546ae0c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4ce6a4e83546ae0c","status":"passed","time":{"start":1728677163567,"stop":1728677163568,"duration":1}},{"uid":"f92e4f05fc3cd5f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f92e4f05fc3cd5f0","status":"passed","time":{"start":1728669841246,"stop":1728669841247,"duration":1}},{"uid":"3a58b2aed02ade1e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3a58b2aed02ade1e","status":"passed","time":{"start":1728598221882,"stop":1728598221883,"duration":1}},{"uid":"f045cec8dcfad06d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f045cec8dcfad06d","status":"passed","time":{"start":1728597434074,"stop":1728597434075,"duration":1}}]},"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5a5c5861572bac51","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a5c5861572bac51","status":"passed","time":{"start":1729033834363,"stop":1729033834364,"duration":1}},{"uid":"c342ed8d117d14f0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c342ed8d117d14f0","status":"passed","time":{"start":1729031884092,"stop":1729031884093,"duration":1}},{"uid":"426e3267f05747c1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/426e3267f05747c1","status":"passed","time":{"start":1728901430243,"stop":1728901430244,"duration":1}},{"uid":"e0c62de9bc8a39be","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e0c62de9bc8a39be","status":"passed","time":{"start":1728892860518,"stop":1728892860518,"duration":0}},{"uid":"3963ec89ddbc04a3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3963ec89ddbc04a3","status":"passed","time":{"start":1728855823309,"stop":1728855823309,"duration":0}},{"uid":"34bd6eab77355e19","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/34bd6eab77355e19","status":"passed","time":{"start":1728738040571,"stop":1728738040571,"duration":0}},{"uid":"386a12bc84bc74a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/386a12bc84bc74a","status":"passed","time":{"start":1728682574070,"stop":1728682574070,"duration":0}},{"uid":"697358a5f2f41d69","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/697358a5f2f41d69","status":"passed","time":{"start":1728682146798,"stop":1728682146798,"duration":0}},{"uid":"25db323a663371bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/25db323a663371bf","status":"passed","time":{"start":1728676621407,"stop":1728676621408,"duration":1}},{"uid":"24b20e0f8dcfd292","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/24b20e0f8dcfd292","status":"passed","time":{"start":1728669344455,"stop":1728669344455,"duration":0}},{"uid":"5c9488bac3b8ddad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5c9488bac3b8ddad","status":"passed","time":{"start":1728597685137,"stop":1728597685138,"duration":1}},{"uid":"e162a2bd490de24a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e162a2bd490de24a","status":"passed","time":{"start":1728596904443,"stop":1728596904446,"duration":3}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"c9b96c1fb19e603e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c9b96c1fb19e603e","status":"passed","time":{"start":1729032277692,"stop":1729032277692,"duration":0}},{"uid":"fd146e41182d506e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd146e41182d506e","status":"passed","time":{"start":1728902034224,"stop":1728902034225,"duration":1}},{"uid":"437f519630ffcc24","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/437f519630ffcc24","status":"passed","time":{"start":1728893469057,"stop":1728893469057,"duration":0}},{"uid":"df2ce51c12d7506f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/df2ce51c12d7506f","status":"passed","time":{"start":1728856416488,"stop":1728856416488,"duration":0}},{"uid":"4404e0a4c4508e14","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4404e0a4c4508e14","status":"passed","time":{"start":1728738643170,"stop":1728738643170,"duration":0}},{"uid":"8c45545c3e1aecbc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c45545c3e1aecbc","status":"passed","time":{"start":1728683174246,"stop":1728683174247,"duration":1}},{"uid":"454ee008b99e9cfb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/454ee008b99e9cfb","status":"passed","time":{"start":1728682757801,"stop":1728682757801,"duration":0}},{"uid":"b95f09543f5cfd21","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b95f09543f5cfd21","status":"passed","time":{"start":1728677231124,"stop":1728677231125,"duration":1}},{"uid":"bf6c9511381101ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf6c9511381101ab","status":"passed","time":{"start":1728669920237,"stop":1728669920237,"duration":0}},{"uid":"152f5b10871a9d72","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/152f5b10871a9d72","status":"passed","time":{"start":1728598298889,"stop":1728598298889,"duration":0}},{"uid":"6ed275198958fd16","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ed275198958fd16","status":"passed","time":{"start":1728597513734,"stop":1728597513734,"duration":0}}]},"3c589c399512a87ef13dad0d5b467fd1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9b92d94355ce0fa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9b92d94355ce0fa","status":"passed","time":{"start":1728597353487,"stop":1728597353487,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ebeb66c57638e7d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ebeb66c57638e7d8","status":"passed","time":{"start":1729033858269,"stop":1729033858269,"duration":0}},{"uid":"c4b739c37ef5375b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c4b739c37ef5375b","status":"passed","time":{"start":1729031908176,"stop":1729031908176,"duration":0}},{"uid":"37d4e1c206337c7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37d4e1c206337c7","status":"passed","time":{"start":1728901453932,"stop":1728901453932,"duration":0}},{"uid":"5c31a9d56c3e0214","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c31a9d56c3e0214","status":"passed","time":{"start":1728892884408,"stop":1728892884408,"duration":0}},{"uid":"10b5bd088ab6792c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/10b5bd088ab6792c","status":"passed","time":{"start":1728855846878,"stop":1728855846878,"duration":0}},{"uid":"75d28ff9fdcf3f02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/75d28ff9fdcf3f02","status":"passed","time":{"start":1728738064181,"stop":1728738064181,"duration":0}},{"uid":"2944679bf2f1b9d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2944679bf2f1b9d9","status":"passed","time":{"start":1728682597759,"stop":1728682597759,"duration":0}},{"uid":"6158c8a679baea40","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6158c8a679baea40","status":"passed","time":{"start":1728682170539,"stop":1728682170539,"duration":0}},{"uid":"cd899d8bcf349584","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cd899d8bcf349584","status":"passed","time":{"start":1728676645198,"stop":1728676645198,"duration":0}},{"uid":"c430efcf7d1190b2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c430efcf7d1190b2","status":"passed","time":{"start":1728669368193,"stop":1728669368194,"duration":1}},{"uid":"1716090bd663625e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1716090bd663625e","status":"passed","time":{"start":1728597709009,"stop":1728597709009,"duration":0}},{"uid":"2fa3234bc143480c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2fa3234bc143480c","status":"passed","time":{"start":1728596928105,"stop":1728596928105,"duration":0}}]},"95b2ddaf5c901447a83ece387f47a972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a52e19f0c14ce964","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a52e19f0c14ce964","status":"passed","time":{"start":1728682721327,"stop":1728682721328,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"4b68b5ebbeeb8a05","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b68b5ebbeeb8a05","status":"passed","time":{"start":1729034041497,"stop":1729034041497,"duration":0}},{"uid":"ec5747f150ba3b7d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec5747f150ba3b7d","status":"passed","time":{"start":1728901705411,"stop":1728901705412,"duration":1}},{"uid":"ba9f1f97abc1e91b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ba9f1f97abc1e91b","status":"passed","time":{"start":1728893141780,"stop":1728893141780,"duration":0}},{"uid":"257730ca4951b63c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/257730ca4951b63c","status":"passed","time":{"start":1728856087086,"stop":1728856087086,"duration":0}},{"uid":"b130c8c75a9b3251","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b130c8c75a9b3251","status":"passed","time":{"start":1728738321443,"stop":1728738321445,"duration":2}},{"uid":"19643480792bd939","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/19643480792bd939","status":"passed","time":{"start":1728682845679,"stop":1728682845679,"duration":0}},{"uid":"c8c40a5b968b2e4f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c8c40a5b968b2e4f","status":"passed","time":{"start":1728682424314,"stop":1728682424314,"duration":0}},{"uid":"90ec60558b726994","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/90ec60558b726994","status":"passed","time":{"start":1728676900543,"stop":1728676900543,"duration":0}},{"uid":"3e4ee01e8bc0bb12","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3e4ee01e8bc0bb12","status":"passed","time":{"start":1728669625804,"stop":1728669625804,"duration":0}},{"uid":"f964c4d9b9e992b7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f964c4d9b9e992b7","status":"passed","time":{"start":1728597957174,"stop":1728597957175,"duration":1}},{"uid":"333c2ca1d60f60b6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/333c2ca1d60f60b6","status":"passed","time":{"start":1728597182622,"stop":1728597182622,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a5d8ec03b24b7fbd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5d8ec03b24b7fbd","status":"passed","time":{"start":1729033868329,"stop":1729033868330,"duration":1}},{"uid":"2c59f7fd502dc940","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c59f7fd502dc940","status":"passed","time":{"start":1729031918118,"stop":1729031918118,"duration":0}},{"uid":"1863631bea41a34","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1863631bea41a34","status":"passed","time":{"start":1728901463798,"stop":1728901463798,"duration":0}},{"uid":"ff02d0cd29ff32dc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff02d0cd29ff32dc","status":"passed","time":{"start":1728892894311,"stop":1728892894311,"duration":0}},{"uid":"8f71688c45d7a86","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f71688c45d7a86","status":"passed","time":{"start":1728855856839,"stop":1728855856840,"duration":1}},{"uid":"b019bd92a66deba3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b019bd92a66deba3","status":"passed","time":{"start":1728738074180,"stop":1728738074180,"duration":0}},{"uid":"d5461c3781de76a2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d5461c3781de76a2","status":"passed","time":{"start":1728682607653,"stop":1728682607653,"duration":0}},{"uid":"e154a4d479dfc987","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e154a4d479dfc987","status":"passed","time":{"start":1728682180607,"stop":1728682180607,"duration":0}},{"uid":"11416561cd3d2eb8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11416561cd3d2eb8","status":"passed","time":{"start":1728676655192,"stop":1728676655193,"duration":1}},{"uid":"6e5afdb48976abf2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e5afdb48976abf2","status":"passed","time":{"start":1728669378166,"stop":1728669378166,"duration":0}},{"uid":"7c5547dd9bb564eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c5547dd9bb564eb","status":"passed","time":{"start":1728597718745,"stop":1728597718746,"duration":1}},{"uid":"5193abffa19fd6b1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5193abffa19fd6b1","status":"passed","time":{"start":1728596937947,"stop":1728596937948,"duration":1}}]},"8d72c1f1a20dfa1bf830c6549446f89f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a14d97172d46d668","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a14d97172d46d668","status":"passed","time":{"start":1728683110367,"stop":1728683110368,"duration":1}}]},"1233d6f09bfc9dbc8a70af80f1216be9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce621e3657465392","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce621e3657465392","status":"passed","time":{"start":1728682666067,"stop":1728682666067,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"608e0c34cccfca92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/608e0c34cccfca92","status":"passed","time":{"start":1729034121948,"stop":1729034121951,"duration":3}},{"uid":"3ee5882709b3445d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3ee5882709b3445d","status":"passed","time":{"start":1729032174929,"stop":1729032174929,"duration":0}},{"uid":"e006b88454acb763","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e006b88454acb763","status":"passed","time":{"start":1728901881030,"stop":1728901881031,"duration":1}},{"uid":"30b05e55eab6f3b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/30b05e55eab6f3b3","status":"passed","time":{"start":1728893317181,"stop":1728893317182,"duration":1}},{"uid":"b4b48f94442e62b0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4b48f94442e62b0","status":"passed","time":{"start":1728856263112,"stop":1728856263112,"duration":0}},{"uid":"c63b113d226bee51","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c63b113d226bee51","status":"passed","time":{"start":1728738492806,"stop":1728738492806,"duration":0}},{"uid":"9d1abeae5b1a8a64","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d1abeae5b1a8a64","status":"passed","time":{"start":1728683030030,"stop":1728683030030,"duration":0}},{"uid":"dfcfcea209efbf38","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dfcfcea209efbf38","status":"passed","time":{"start":1728682581130,"stop":1728682581130,"duration":0}},{"uid":"9bfab963ee53bc9d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9bfab963ee53bc9d","status":"passed","time":{"start":1728677082011,"stop":1728677082011,"duration":0}},{"uid":"dd91bfc69975884c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd91bfc69975884c","status":"passed","time":{"start":1728669795408,"stop":1728669795408,"duration":0}},{"uid":"f5519fc4ffca4fa2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5519fc4ffca4fa2","status":"passed","time":{"start":1728598137510,"stop":1728598137510,"duration":0}},{"uid":"3b8bff6a79d31694","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3b8bff6a79d31694","status":"passed","time":{"start":1728597353487,"stop":1728597353488,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3285b4f51931226e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3285b4f51931226e","status":"passed","time":{"start":1729033858031,"stop":1729033858031,"duration":0}},{"uid":"2e4f9a37cc2c611c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e4f9a37cc2c611c","status":"passed","time":{"start":1729031908099,"stop":1729031908099,"duration":0}},{"uid":"aac434662982dea4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aac434662982dea4","status":"passed","time":{"start":1728901453393,"stop":1728901453394,"duration":1}},{"uid":"24329b6930450ea4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/24329b6930450ea4","status":"passed","time":{"start":1728892884023,"stop":1728892884024,"duration":1}},{"uid":"322e3301aaf86aa1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/322e3301aaf86aa1","status":"passed","time":{"start":1728855846493,"stop":1728855846493,"duration":0}},{"uid":"23c6debcf1aee508","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23c6debcf1aee508","status":"passed","time":{"start":1728738063723,"stop":1728738063723,"duration":0}},{"uid":"584b45cb87c8d4b5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/584b45cb87c8d4b5","status":"passed","time":{"start":1728682597444,"stop":1728682597444,"duration":0}},{"uid":"811ebc5c6f932f0e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/811ebc5c6f932f0e","status":"passed","time":{"start":1728682170236,"stop":1728682170237,"duration":1}},{"uid":"c65323327607127f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c65323327607127f","status":"passed","time":{"start":1728676645010,"stop":1728676645011,"duration":1}},{"uid":"4eda86aaf33287b8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4eda86aaf33287b8","status":"passed","time":{"start":1728669367791,"stop":1728669367791,"duration":0}},{"uid":"c73711b1ba22ce4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c73711b1ba22ce4a","status":"passed","time":{"start":1728597708643,"stop":1728597708644,"duration":1}},{"uid":"b87c0131880aa5bd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b87c0131880aa5bd","status":"passed","time":{"start":1728596927931,"stop":1728596927931,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"6ddc6f273d8e26ea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6ddc6f273d8e26ea","status":"passed","time":{"start":1729034041477,"stop":1729034041485,"duration":8}},{"uid":"394483837a737c53","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/394483837a737c53","status":"passed","time":{"start":1728901705389,"stop":1728901705390,"duration":1}},{"uid":"44dfe8b2e0bcd6f7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/44dfe8b2e0bcd6f7","status":"passed","time":{"start":1728893141772,"stop":1728893141773,"duration":1}},{"uid":"edf5a9e0d2dcac0e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/edf5a9e0d2dcac0e","status":"passed","time":{"start":1728856087080,"stop":1728856087081,"duration":1}},{"uid":"ca328c99bbaef88b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ca328c99bbaef88b","status":"passed","time":{"start":1728738321432,"stop":1728738321432,"duration":0}},{"uid":"dc3a20ac4c6e9240","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc3a20ac4c6e9240","status":"passed","time":{"start":1728682845672,"stop":1728682845672,"duration":0}},{"uid":"fc4cd2f9146ef6a5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fc4cd2f9146ef6a5","status":"passed","time":{"start":1728682424305,"stop":1728682424306,"duration":1}},{"uid":"bfb2a7650f9e3fac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bfb2a7650f9e3fac","status":"passed","time":{"start":1728676900512,"stop":1728676900513,"duration":1}},{"uid":"7ede1c48411acad3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ede1c48411acad3","status":"passed","time":{"start":1728669625796,"stop":1728669625798,"duration":2}},{"uid":"9c7a3a6e9aabd614","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9c7a3a6e9aabd614","status":"passed","time":{"start":1728597957161,"stop":1728597957161,"duration":0}},{"uid":"64e7e23551d241ac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/64e7e23551d241ac","status":"passed","time":{"start":1728597182614,"stop":1728597182615,"duration":1}}]},"d4c6a4e82e7d0589461c89782156333a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ee2c69ec5c974591","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee2c69ec5c974591","status":"passed","time":{"start":1729033874963,"stop":1729033874964,"duration":1}},{"uid":"c31f75f20044b6e9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c31f75f20044b6e9","status":"passed","time":{"start":1729031924902,"stop":1729031924902,"duration":0}},{"uid":"f8412c3465cae5a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f8412c3465cae5a9","status":"passed","time":{"start":1728901469129,"stop":1728901469129,"duration":0}},{"uid":"a6ebff25d44003e5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6ebff25d44003e5","status":"passed","time":{"start":1728892899794,"stop":1728892899794,"duration":0}},{"uid":"b73e795eee575ce8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b73e795eee575ce8","status":"passed","time":{"start":1728855863059,"stop":1728855863059,"duration":0}},{"uid":"ce87ee8faef145b6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ce87ee8faef145b6","status":"passed","time":{"start":1728738080900,"stop":1728738080901,"duration":1}},{"uid":"9f6d7ae22c96063d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9f6d7ae22c96063d","status":"passed","time":{"start":1728682614310,"stop":1728682614311,"duration":1}},{"uid":"a42d0755b65c9157","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a42d0755b65c9157","status":"passed","time":{"start":1728682187095,"stop":1728682187095,"duration":0}},{"uid":"41212e57b79b8fc7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/41212e57b79b8fc7","status":"passed","time":{"start":1728676661488,"stop":1728676661488,"duration":0}},{"uid":"56c1b9922cd2778e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/56c1b9922cd2778e","status":"passed","time":{"start":1728669384663,"stop":1728669384663,"duration":0}},{"uid":"d57836229ad6ae2a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d57836229ad6ae2a","status":"passed","time":{"start":1728597724235,"stop":1728597724235,"duration":0}},{"uid":"c4bc6414726e1d4c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c4bc6414726e1d4c","status":"passed","time":{"start":1728596943283,"stop":1728596943283,"duration":0}}]},"3501f54b150f723c4f8f28bbbda8665d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ee629b670a6fce3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2ee629b670a6fce3","status":"passed","time":{"start":1728901958857,"stop":1728901958858,"duration":1}}]},"0ccc81b797b254da23db3a5eb070859e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c87af789a6d3bad2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c87af789a6d3bad2","status":"passed","time":{"start":1729032065453,"stop":1729032065455,"duration":2}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"82413fd48017b8b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/82413fd48017b8b","status":"passed","time":{"start":1729034121939,"stop":1729034121940,"duration":1}},{"uid":"60613dd10680e48a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/60613dd10680e48a","status":"passed","time":{"start":1729032174916,"stop":1729032174916,"duration":0}},{"uid":"d9cc467c4b7085eb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d9cc467c4b7085eb","status":"passed","time":{"start":1728901881021,"stop":1728901881022,"duration":1}},{"uid":"448cd75482adf04c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/448cd75482adf04c","status":"passed","time":{"start":1728893317178,"stop":1728893317178,"duration":0}},{"uid":"794f73d6d34b57e0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/794f73d6d34b57e0","status":"passed","time":{"start":1728856263109,"stop":1728856263109,"duration":0}},{"uid":"5056365efe99cde2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5056365efe99cde2","status":"passed","time":{"start":1728738492803,"stop":1728738492803,"duration":0}},{"uid":"1f62191fc7e6f811","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1f62191fc7e6f811","status":"passed","time":{"start":1728683030026,"stop":1728683030026,"duration":0}},{"uid":"a383c4bfd1b59d71","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a383c4bfd1b59d71","status":"passed","time":{"start":1728682581111,"stop":1728682581112,"duration":1}},{"uid":"b62d1c7dca2237da","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b62d1c7dca2237da","status":"passed","time":{"start":1728677082005,"stop":1728677082006,"duration":1}},{"uid":"3120b1c3a2d10d1f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3120b1c3a2d10d1f","status":"passed","time":{"start":1728669795403,"stop":1728669795404,"duration":1}},{"uid":"16944f548e1e1c0d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/16944f548e1e1c0d","status":"passed","time":{"start":1728598137507,"stop":1728598137507,"duration":0}},{"uid":"43e8a2cac54470eb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/43e8a2cac54470eb","status":"passed","time":{"start":1728597353484,"stop":1728597353484,"duration":0}}]},"67feca74ae696eae5032134a26b5f06f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d102312858215e33","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d102312858215e33","status":"passed","time":{"start":1729034137157,"stop":1729034137158,"duration":1}}]},"d37cd9c4922e7e97a5917128ae3e6c2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c45905db970288","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7c45905db970288","status":"passed","time":{"start":1728682581129,"stop":1728682581129,"duration":0}}]},"383635f5d0f994371e27f6dafe31dacc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4659f9dfcfedf48","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a4659f9dfcfedf48","status":"passed","time":{"start":1728598163467,"stop":1728598163467,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"e5439b3e0d6a28b2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e5439b3e0d6a28b2","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121957,"stop":1729034121958,"duration":1}},{"uid":"f313135d8fb06e5f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f313135d8fb06e5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174932,"stop":1729032174932,"duration":0}},{"uid":"8f2ada6f8aae614b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8f2ada6f8aae614b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881036,"stop":1728901881036,"duration":0}},{"uid":"7f3aaa38045cd295","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7f3aaa38045cd295","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317185,"stop":1728893317185,"duration":0}},{"uid":"ea8850103036e1f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ea8850103036e1f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263129,"stop":1728856263129,"duration":0}},{"uid":"41b19636cfee2c01","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/41b19636cfee2c01","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492815,"stop":1728738492815,"duration":0}},{"uid":"d44c5120f90c52e5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d44c5120f90c52e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030032,"stop":1728683030033,"duration":1}},{"uid":"b79ea7e83f178d3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b79ea7e83f178d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581133,"stop":1728682581134,"duration":1}},{"uid":"1db1ccc9ea5b2642","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1db1ccc9ea5b2642","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082018,"stop":1728677082018,"duration":0}},{"uid":"9d587e026d528bb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9d587e026d528bb3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795411,"stop":1728669795411,"duration":0}},{"uid":"545bf41609f20918","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/545bf41609f20918","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137512,"stop":1728598137512,"duration":0}},{"uid":"ee84e2c674289717","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ee84e2c674289717","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353491,"stop":1728597353491,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5a1c3bd0fdc0bd88","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a1c3bd0fdc0bd88","status":"passed","time":{"start":1729033976818,"stop":1729033976830,"duration":12}},{"uid":"1e5ad3f83a735827","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1e5ad3f83a735827","status":"passed","time":{"start":1729032020536,"stop":1729032020537,"duration":1}},{"uid":"b4734e78e0962da7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b4734e78e0962da7","status":"passed","time":{"start":1728901616501,"stop":1728901616501,"duration":0}},{"uid":"3ce047f7519d4579","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ce047f7519d4579","status":"passed","time":{"start":1728893050254,"stop":1728893050254,"duration":0}},{"uid":"d1d6dcba66c1d9eb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d1d6dcba66c1d9eb","status":"passed","time":{"start":1728856015192,"stop":1728856015192,"duration":0}},{"uid":"32f70039f0b68c4c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/32f70039f0b68c4c","status":"passed","time":{"start":1728738233180,"stop":1728738233183,"duration":3}},{"uid":"9ecf0f9634c0f5c7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9ecf0f9634c0f5c7","status":"passed","time":{"start":1728682762485,"stop":1728682762489,"duration":4}},{"uid":"1b300259f36d0333","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1b300259f36d0333","status":"passed","time":{"start":1728682332799,"stop":1728682332799,"duration":0}},{"uid":"cdabce400a7c3abc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cdabce400a7c3abc","status":"passed","time":{"start":1728676810306,"stop":1728676810306,"duration":0}},{"uid":"4e70e4e3522be02a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4e70e4e3522be02a","status":"passed","time":{"start":1728669529909,"stop":1728669529910,"duration":1}},{"uid":"146e984ade564e98","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/146e984ade564e98","status":"passed","time":{"start":1728597873547,"stop":1728597873549,"duration":2}},{"uid":"5c7745491581590","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c7745491581590","status":"passed","time":{"start":1728597089287,"stop":1728597089290,"duration":3}}]},"455a612e6a01360090c522a4f37c2d1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bd4f55320fc01590","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd4f55320fc01590","status":"passed","time":{"start":1728682601747,"stop":1728682601748,"duration":1}}]},"80c3fe3fb16d81197999646b6b374b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7d9f9c1fc6b5caa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f7d9f9c1fc6b5caa","status":"passed","time":{"start":1728901881029,"stop":1728901881030,"duration":1}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"8d5b9df835846532","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8d5b9df835846532","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034148002,"stop":1729034148002,"duration":0}},{"uid":"544b42cf9defcfc9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/544b42cf9defcfc9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032202832,"stop":1729032202832,"duration":0}},{"uid":"d3a9488775cbb0d1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d3a9488775cbb0d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873321,"stop":1728901873322,"duration":1}},{"uid":"87af5a44079381f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/87af5a44079381f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311009,"stop":1728893311009,"duration":0}},{"uid":"c60086508c31ffd8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c60086508c31ffd8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856279298,"stop":1728856279298,"duration":0}},{"uid":"4aa676010294fdaf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4aa676010294fdaf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483462,"stop":1728738483462,"duration":0}},{"uid":"5e226edeb456b70","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e226edeb456b70","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683033354,"stop":1728683033355,"duration":1}},{"uid":"bc307abbd8554156","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc307abbd8554156","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682591258,"stop":1728682591258,"duration":0}},{"uid":"b788f7e8a8f9af53","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b788f7e8a8f9af53","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677083881,"stop":1728677083881,"duration":0}},{"uid":"dfb368c5328190f7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dfb368c5328190f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669753997,"stop":1728669753997,"duration":0}},{"uid":"68b8d3978e9fdf0f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68b8d3978e9fdf0f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598145545,"stop":1728598145545,"duration":0}},{"uid":"e08fa0d9b8935314","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e08fa0d9b8935314","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350445,"stop":1728597350445,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"28ebf074d6e44cff","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/28ebf074d6e44cff","status":"passed","time":{"start":1729032277690,"stop":1729032277691,"duration":1}},{"uid":"2fe9165c641e8d63","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fe9165c641e8d63","status":"passed","time":{"start":1728902034223,"stop":1728902034223,"duration":0}},{"uid":"3b722f802a881d91","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b722f802a881d91","status":"passed","time":{"start":1728893469055,"stop":1728893469055,"duration":0}},{"uid":"f3a5aea5d3976dc5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3a5aea5d3976dc5","status":"passed","time":{"start":1728856416486,"stop":1728856416487,"duration":1}},{"uid":"ddafa0077994d45f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ddafa0077994d45f","status":"passed","time":{"start":1728738643169,"stop":1728738643169,"duration":0}},{"uid":"a1d7c139f49f89b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1d7c139f49f89b4","status":"passed","time":{"start":1728683174245,"stop":1728683174245,"duration":0}},{"uid":"bb6cbc93eb31455b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb6cbc93eb31455b","status":"passed","time":{"start":1728682757798,"stop":1728682757798,"duration":0}},{"uid":"c79b69ca9b3dfdb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c79b69ca9b3dfdb9","status":"passed","time":{"start":1728677231123,"stop":1728677231124,"duration":1}},{"uid":"227ef1a73f9adbf4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/227ef1a73f9adbf4","status":"passed","time":{"start":1728669920234,"stop":1728669920235,"duration":1}},{"uid":"d43e0f53137b8ec5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d43e0f53137b8ec5","status":"passed","time":{"start":1728598298887,"stop":1728598298887,"duration":0}},{"uid":"9daded4f41426906","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9daded4f41426906","status":"passed","time":{"start":1728597513733,"stop":1728597513733,"duration":0}}]},"5a0fb239aeea3ccc80d271dfacc25342:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"121946d52205d2ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/121946d52205d2ed","status":"passed","time":{"start":1728669834424,"stop":1728669834425,"duration":1}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"af211dddc154fa8a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af211dddc154fa8a","status":"passed","time":{"start":1729034209095,"stop":1729034209095,"duration":0}},{"uid":"d431a9ed18e3990b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d431a9ed18e3990b","status":"passed","time":{"start":1729032264566,"stop":1729032264567,"duration":1}},{"uid":"538d574edb269d1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/538d574edb269d1f","status":"passed","time":{"start":1728902012847,"stop":1728902012848,"duration":1}},{"uid":"52287a31153076ee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/52287a31153076ee","status":"passed","time":{"start":1728893454810,"stop":1728893454810,"duration":0}},{"uid":"311294f140e67ac8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/311294f140e67ac8","status":"passed","time":{"start":1728856408451,"stop":1728856408451,"duration":0}},{"uid":"60b8cc139606eed3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/60b8cc139606eed3","status":"passed","time":{"start":1728738633853,"stop":1728738633853,"duration":0}},{"uid":"1ed9cd20dd8fc99a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ed9cd20dd8fc99a","status":"passed","time":{"start":1728683159753,"stop":1728683159754,"duration":1}},{"uid":"fd47f6a1caa2a85b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fd47f6a1caa2a85b","status":"passed","time":{"start":1728682751328,"stop":1728682751328,"duration":0}},{"uid":"419cc85c3db2cb89","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/419cc85c3db2cb89","status":"passed","time":{"start":1728677216354,"stop":1728677216354,"duration":0}},{"uid":"121681f3430d0019","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/121681f3430d0019","status":"passed","time":{"start":1728669925452,"stop":1728669925452,"duration":0}},{"uid":"7bcb9b63d9762045","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7bcb9b63d9762045","status":"passed","time":{"start":1728598268800,"stop":1728598268800,"duration":0}},{"uid":"1abb37fbb7e3ca63","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1abb37fbb7e3ca63","status":"passed","time":{"start":1728597503915,"stop":1728597503916,"duration":1}}]},"3d17c81360706ea680b14e20202282ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4409aa1f7132d12","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4409aa1f7132d12","status":"passed","time":{"start":1728677163579,"stop":1728677163579,"duration":0}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ccb0aafed26e4af2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccb0aafed26e4af2","status":"passed","time":{"start":1729033836801,"stop":1729033836802,"duration":1}},{"uid":"445c69c6ce4483cc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/445c69c6ce4483cc","status":"passed","time":{"start":1729031886608,"stop":1729031886609,"duration":1}},{"uid":"eec2e8f6fdd5e192","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/eec2e8f6fdd5e192","status":"passed","time":{"start":1728901432735,"stop":1728901432736,"duration":1}},{"uid":"3b8cad1d4c50b1ac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b8cad1d4c50b1ac","status":"passed","time":{"start":1728892863021,"stop":1728892863022,"duration":1}},{"uid":"4ee0181f4542f071","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ee0181f4542f071","status":"passed","time":{"start":1728855825770,"stop":1728855825771,"duration":1}},{"uid":"2d145bd277382bb5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2d145bd277382bb5","status":"passed","time":{"start":1728738043030,"stop":1728738043031,"duration":1}},{"uid":"2ebe9a6ed73a1be1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2ebe9a6ed73a1be1","status":"passed","time":{"start":1728682576528,"stop":1728682576529,"duration":1}},{"uid":"25ea1d23dd7074d3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/25ea1d23dd7074d3","status":"passed","time":{"start":1728682149241,"stop":1728682149242,"duration":1}},{"uid":"353913519a6604c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/353913519a6604c7","status":"passed","time":{"start":1728676623916,"stop":1728676623917,"duration":1}},{"uid":"b0310e8db637898a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0310e8db637898a","status":"passed","time":{"start":1728669346939,"stop":1728669346940,"duration":1}},{"uid":"d9df214c4df5f477","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d9df214c4df5f477","status":"passed","time":{"start":1728597687692,"stop":1728597687693,"duration":1}},{"uid":"ec59719b5c4a77fe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec59719b5c4a77fe","status":"passed","time":{"start":1728596907134,"stop":1728596907135,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f3ad83cecdb08bcd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f3ad83cecdb08bcd","status":"passed","time":{"start":1729033965753,"stop":1729033965753,"duration":0}},{"uid":"3025559fb9a542a8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3025559fb9a542a8","status":"passed","time":{"start":1729032018033,"stop":1729032018033,"duration":0}},{"uid":"99493341e10a23f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/99493341e10a23f","status":"passed","time":{"start":1728901595853,"stop":1728901595853,"duration":0}},{"uid":"d00e18d1c901065a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d00e18d1c901065a","status":"passed","time":{"start":1728893032691,"stop":1728893032691,"duration":0}},{"uid":"b4d4d2620c416f1b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4d4d2620c416f1b","status":"passed","time":{"start":1728855998187,"stop":1728855998189,"duration":2}},{"uid":"f6451cbbe1f5f9fb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f6451cbbe1f5f9fb","status":"passed","time":{"start":1728738212195,"stop":1728738212197,"duration":2}},{"uid":"87122ee0a6f2732","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/87122ee0a6f2732","status":"passed","time":{"start":1728682746576,"stop":1728682746576,"duration":0}},{"uid":"c459a441725bc31b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c459a441725bc31b","status":"passed","time":{"start":1728682328612,"stop":1728682328615,"duration":3}},{"uid":"124f9a820d1df349","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/124f9a820d1df349","status":"passed","time":{"start":1728676807594,"stop":1728676807594,"duration":0}},{"uid":"90db029db1f97765","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/90db029db1f97765","status":"passed","time":{"start":1728669514929,"stop":1728669514930,"duration":1}},{"uid":"d5c75613a1fa71ba","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d5c75613a1fa71ba","status":"passed","time":{"start":1728597860133,"stop":1728597860133,"duration":0}},{"uid":"85b044d00f2aa545","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/85b044d00f2aa545","status":"passed","time":{"start":1728597074716,"stop":1728597074716,"duration":0}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2fa88599bbec61f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2fa88599bbec61f4","status":"passed","time":{"start":1729033836803,"stop":1729033836803,"duration":0}},{"uid":"dff66f8e1b2b4ecd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dff66f8e1b2b4ecd","status":"passed","time":{"start":1729031886609,"stop":1729031886610,"duration":1}},{"uid":"75e74b0031a89e5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/75e74b0031a89e5","status":"passed","time":{"start":1728901432736,"stop":1728901432736,"duration":0}},{"uid":"bd8349f52b823b10","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bd8349f52b823b10","status":"passed","time":{"start":1728892863022,"stop":1728892863022,"duration":0}},{"uid":"30cd7d1d2ccffdb9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30cd7d1d2ccffdb9","status":"passed","time":{"start":1728855825772,"stop":1728855825772,"duration":0}},{"uid":"8d836dc4aad7d644","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d836dc4aad7d644","status":"passed","time":{"start":1728738043031,"stop":1728738043031,"duration":0}},{"uid":"238c5d2112c2a5ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/238c5d2112c2a5ab","status":"passed","time":{"start":1728682576529,"stop":1728682576529,"duration":0}},{"uid":"6e828bdf1721101e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6e828bdf1721101e","status":"passed","time":{"start":1728682149242,"stop":1728682149243,"duration":1}},{"uid":"ac16e7b7e76092b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ac16e7b7e76092b","status":"passed","time":{"start":1728676623918,"stop":1728676623918,"duration":0}},{"uid":"aa1af8d2a928ace7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa1af8d2a928ace7","status":"passed","time":{"start":1728669346940,"stop":1728669346941,"duration":1}},{"uid":"625c998fe6ea76b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/625c998fe6ea76b","status":"passed","time":{"start":1728597687693,"stop":1728597687693,"duration":0}},{"uid":"875b80d129846e6a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/875b80d129846e6a","status":"passed","time":{"start":1728596907135,"stop":1728596907135,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"379105f3c57e2b21","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/379105f3c57e2b21","status":"passed","time":{"start":1729034137134,"stop":1729034137134,"duration":0}},{"uid":"d2c06f1294f0c864","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2c06f1294f0c864","status":"passed","time":{"start":1729032206874,"stop":1729032206875,"duration":1}},{"uid":"e5a3f2f9d33f90c9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e5a3f2f9d33f90c9","status":"passed","time":{"start":1728901995021,"stop":1728901995021,"duration":0}},{"uid":"f5c2d6d4e542231","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f5c2d6d4e542231","status":"passed","time":{"start":1728893420994,"stop":1728893420995,"duration":1}},{"uid":"36671e1b67f7f953","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/36671e1b67f7f953","status":"passed","time":{"start":1728856368595,"stop":1728856368596,"duration":1}},{"uid":"87ef9ce3d829b10b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/87ef9ce3d829b10b","status":"passed","time":{"start":1728738604680,"stop":1728738604680,"duration":0}},{"uid":"ca4664327b7d6850","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ca4664327b7d6850","status":"passed","time":{"start":1728683117625,"stop":1728683117626,"duration":1}},{"uid":"676448aa005ca685","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/676448aa005ca685","status":"passed","time":{"start":1728682721317,"stop":1728682721318,"duration":1}},{"uid":"ef4533cbd2660ece","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef4533cbd2660ece","status":"passed","time":{"start":1728677184682,"stop":1728677184683,"duration":1}},{"uid":"9eef2af7a12086d5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9eef2af7a12086d5","status":"passed","time":{"start":1728669866449,"stop":1728669866449,"duration":0}},{"uid":"aa627f2fd1117b78","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aa627f2fd1117b78","status":"passed","time":{"start":1728598249975,"stop":1728598249975,"duration":0}},{"uid":"6ccf81351ef34f2a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ccf81351ef34f2a","status":"passed","time":{"start":1728597472291,"stop":1728597472291,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"df8972d42060612b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df8972d42060612b","status":"passed","time":{"start":1729034014879,"stop":1729034014880,"duration":1}},{"uid":"6ac856e00a0b107b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ac856e00a0b107b","status":"passed","time":{"start":1729032065459,"stop":1729032065460,"duration":1}},{"uid":"8ac7f1201d0b6eae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8ac7f1201d0b6eae","status":"passed","time":{"start":1728901664283,"stop":1728901664284,"duration":1}},{"uid":"461af2bbb00f62d6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/461af2bbb00f62d6","status":"passed","time":{"start":1728893093694,"stop":1728893093694,"duration":0}},{"uid":"5275f898e6617d6a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5275f898e6617d6a","status":"passed","time":{"start":1728856055275,"stop":1728856055275,"duration":0}},{"uid":"b499983522980927","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b499983522980927","status":"passed","time":{"start":1728738274747,"stop":1728738274747,"duration":0}},{"uid":"353bf9efafb3aa4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/353bf9efafb3aa4f","status":"passed","time":{"start":1728682807962,"stop":1728682807962,"duration":0}},{"uid":"6d25a96b530913f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6d25a96b530913f9","status":"passed","time":{"start":1728682381290,"stop":1728682381291,"duration":1}},{"uid":"8f371e163746aba9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f371e163746aba9","status":"passed","time":{"start":1728676853903,"stop":1728676853903,"duration":0}},{"uid":"9cd458bcd26a26e4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9cd458bcd26a26e4","status":"passed","time":{"start":1728669581700,"stop":1728669581700,"duration":0}},{"uid":"d5ec52e422f8f4f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d5ec52e422f8f4f8","status":"passed","time":{"start":1728597923493,"stop":1728597923494,"duration":1}},{"uid":"8e27c699d86551f7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e27c699d86551f7","status":"passed","time":{"start":1728597132266,"stop":1728597132267,"duration":1}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7a39c20b01cb3330","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a39c20b01cb3330","status":"passed","time":{"start":1729034209128,"stop":1729034209128,"duration":0}},{"uid":"f18d6913b0841592","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f18d6913b0841592","status":"passed","time":{"start":1729032264600,"stop":1729032264600,"duration":0}},{"uid":"5dee0a0d292dbef7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5dee0a0d292dbef7","status":"passed","time":{"start":1728902012890,"stop":1728902012891,"duration":1}},{"uid":"b3c488b22bdcbd66","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b3c488b22bdcbd66","status":"passed","time":{"start":1728893454825,"stop":1728893454825,"duration":0}},{"uid":"6956324ba0190638","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6956324ba0190638","status":"passed","time":{"start":1728856408468,"stop":1728856408468,"duration":0}},{"uid":"f7c3d5ce0512a27","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f7c3d5ce0512a27","status":"passed","time":{"start":1728738633875,"stop":1728738633875,"duration":0}},{"uid":"fafe917b1721c2e8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fafe917b1721c2e8","status":"passed","time":{"start":1728683159826,"stop":1728683159826,"duration":0}},{"uid":"622d8c625a2e4dec","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/622d8c625a2e4dec","status":"passed","time":{"start":1728682751346,"stop":1728682751347,"duration":1}},{"uid":"51510b7d4576ab0f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/51510b7d4576ab0f","status":"passed","time":{"start":1728677216378,"stop":1728677216378,"duration":0}},{"uid":"98b36b9967f81950","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98b36b9967f81950","status":"passed","time":{"start":1728669925467,"stop":1728669925468,"duration":1}},{"uid":"90135ce7cd1eced0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90135ce7cd1eced0","status":"passed","time":{"start":1728598268821,"stop":1728598268821,"duration":0}},{"uid":"a1ab8abc39b4e374","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a1ab8abc39b4e374","status":"passed","time":{"start":1728597503953,"stop":1728597503953,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6238dfbdfcf66187","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6238dfbdfcf66187","status":"passed","time":{"start":1728902045393,"stop":1728902045394,"duration":1}},{"uid":"15da75910ec7889d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15da75910ec7889d","status":"passed","time":{"start":1728893481314,"stop":1728893481314,"duration":0}},{"uid":"31d269462c11f017","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/31d269462c11f017","status":"passed","time":{"start":1728856434370,"stop":1728856434370,"duration":0}},{"uid":"ec27f2946b803195","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec27f2946b803195","status":"passed","time":{"start":1728738656940,"stop":1728738656941,"duration":1}},{"uid":"607f83acebb74f57","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/607f83acebb74f57","status":"passed","time":{"start":1728683172727,"stop":1728683172727,"duration":0}},{"uid":"2e33afbd8f55fd2a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2e33afbd8f55fd2a","status":"passed","time":{"start":1728682747614,"stop":1728682747614,"duration":0}},{"uid":"35c1cd6344585958","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35c1cd6344585958","status":"passed","time":{"start":1728677247282,"stop":1728677247282,"duration":0}},{"uid":"8b7ccd04885672f2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8b7ccd04885672f2","status":"passed","time":{"start":1728669917949,"stop":1728669917950,"duration":1}},{"uid":"8b8cc4067697fb96","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8b8cc4067697fb96","status":"passed","time":{"start":1728598290719,"stop":1728598290720,"duration":1}},{"uid":"2bfb61e754e02db1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2bfb61e754e02db1","status":"passed","time":{"start":1728597515860,"stop":1728597515860,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"88cfb5bcb9a9e6f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/88cfb5bcb9a9e6f9","status":"passed","time":{"start":1729034169195,"stop":1729034169195,"duration":0}},{"uid":"902f3ce3e3d274f6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/902f3ce3e3d274f6","status":"passed","time":{"start":1729032228067,"stop":1729032228068,"duration":1}},{"uid":"f9f596e4303013fa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f9f596e4303013fa","status":"passed","time":{"start":1728901947147,"stop":1728901947147,"duration":0}},{"uid":"68a5b48a4d0deb2a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/68a5b48a4d0deb2a","status":"passed","time":{"start":1728893380058,"stop":1728893380058,"duration":0}},{"uid":"ed971a18160da2a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed971a18160da2a4","status":"passed","time":{"start":1728856336880,"stop":1728856336881,"duration":1}},{"uid":"3f4a4b68d58ea25","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3f4a4b68d58ea25","status":"passed","time":{"start":1728738551164,"stop":1728738551164,"duration":0}},{"uid":"f0bea877e553dea4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f0bea877e553dea4","status":"passed","time":{"start":1728683095876,"stop":1728683095877,"duration":1}},{"uid":"a40507d38cc1d2ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a40507d38cc1d2ac","status":"passed","time":{"start":1728682657389,"stop":1728682657390,"duration":1}},{"uid":"47279b90f7828870","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/47279b90f7828870","status":"passed","time":{"start":1728677151466,"stop":1728677151467,"duration":1}},{"uid":"390f72bdb1092759","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/390f72bdb1092759","status":"passed","time":{"start":1728669832894,"stop":1728669832894,"duration":0}},{"uid":"6faa4ef1a1ddb8a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6faa4ef1a1ddb8a4","status":"passed","time":{"start":1728598215611,"stop":1728598215611,"duration":0}},{"uid":"55cdac4a09c42be6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/55cdac4a09c42be6","status":"passed","time":{"start":1728597425044,"stop":1728597425045,"duration":1}}]},"eff6976c6a8dff1e51452e0968ebebc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba207dbcfa471f55","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ba207dbcfa471f55","status":"passed","time":{"start":1728597923490,"stop":1728597923491,"duration":1}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"55af24a024fa076e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/55af24a024fa076e","status":"passed","time":{"start":1729034209107,"stop":1729034209109,"duration":2}},{"uid":"d1d76f82a2bdbc5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d1d76f82a2bdbc5","status":"passed","time":{"start":1729032264576,"stop":1729032264576,"duration":0}},{"uid":"37d3b82633daffd9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37d3b82633daffd9","status":"passed","time":{"start":1728902012868,"stop":1728902012868,"duration":0}},{"uid":"d6d8c02b77cefd6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6d8c02b77cefd6a","status":"passed","time":{"start":1728893454818,"stop":1728893454818,"duration":0}},{"uid":"2986b969a0b6dac6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2986b969a0b6dac6","status":"passed","time":{"start":1728856408461,"stop":1728856408462,"duration":1}},{"uid":"1ca7086c8cbad9be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1ca7086c8cbad9be","status":"passed","time":{"start":1728738633862,"stop":1728738633862,"duration":0}},{"uid":"60988803d344b2d7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/60988803d344b2d7","status":"passed","time":{"start":1728683159797,"stop":1728683159798,"duration":1}},{"uid":"9ae34579650a3aa1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9ae34579650a3aa1","status":"passed","time":{"start":1728682751337,"stop":1728682751338,"duration":1}},{"uid":"3cb8e249d29044bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3cb8e249d29044bf","status":"passed","time":{"start":1728677216371,"stop":1728677216371,"duration":0}},{"uid":"6ead32cb57de617f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6ead32cb57de617f","status":"passed","time":{"start":1728669925459,"stop":1728669925460,"duration":1}},{"uid":"1e47ead724742cc7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e47ead724742cc7","status":"passed","time":{"start":1728598268814,"stop":1728598268814,"duration":0}},{"uid":"9b7dd3c14a57df5b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9b7dd3c14a57df5b","status":"passed","time":{"start":1728597503940,"stop":1728597503940,"duration":0}}]},"35988d86e00ed5c532850839e6936173:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce5fcb9d57c7ae25","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ce5fcb9d57c7ae25","status":"passed","time":{"start":1729032235305,"stop":1729032235305,"duration":0}}]},"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"41453a7db2dca4c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41453a7db2dca4c2","status":"passed","time":{"start":1729033834381,"stop":1729033834382,"duration":1}},{"uid":"6fe4c7a3e8f2f70a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6fe4c7a3e8f2f70a","status":"passed","time":{"start":1729031884114,"stop":1729031884114,"duration":0}},{"uid":"1a5c706d874d9e90","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1a5c706d874d9e90","status":"passed","time":{"start":1728901430252,"stop":1728901430253,"duration":1}},{"uid":"c10bb52168dcee3e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c10bb52168dcee3e","status":"passed","time":{"start":1728892860529,"stop":1728892860530,"duration":1}},{"uid":"9d99b0734e7f823d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9d99b0734e7f823d","status":"passed","time":{"start":1728855823320,"stop":1728855823320,"duration":0}},{"uid":"8cfd1ef08125fa28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8cfd1ef08125fa28","status":"passed","time":{"start":1728738040598,"stop":1728738040599,"duration":1}},{"uid":"9765f73718dc31cb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9765f73718dc31cb","status":"passed","time":{"start":1728682574089,"stop":1728682574089,"duration":0}},{"uid":"2f900e4228688159","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f900e4228688159","status":"passed","time":{"start":1728682146813,"stop":1728682146815,"duration":2}},{"uid":"6e4765877360bdbb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6e4765877360bdbb","status":"passed","time":{"start":1728676621429,"stop":1728676621429,"duration":0}},{"uid":"8e8f80932ebcb0c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8e8f80932ebcb0c1","status":"passed","time":{"start":1728669344465,"stop":1728669344465,"duration":0}},{"uid":"66b0ec48096a86b3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/66b0ec48096a86b3","status":"passed","time":{"start":1728597685158,"stop":1728597685159,"duration":1}},{"uid":"8f9c77e6e9dcd3e2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8f9c77e6e9dcd3e2","status":"passed","time":{"start":1728596904465,"stop":1728596904465,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e807838429ebb56c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e807838429ebb56c","status":"passed","time":{"start":1729034034983,"stop":1729034034983,"duration":0}},{"uid":"c57d9305028d3eb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c57d9305028d3eb","status":"passed","time":{"start":1729032066298,"stop":1729032066300,"duration":2}},{"uid":"cfe37ce67dd0c1e9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cfe37ce67dd0c1e9","status":"passed","time":{"start":1728901706621,"stop":1728901706621,"duration":0}},{"uid":"6d42624f56378c57","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d42624f56378c57","status":"passed","time":{"start":1728893153423,"stop":1728893153424,"duration":1}},{"uid":"e9e0c241606c96d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e9e0c241606c96d","status":"passed","time":{"start":1728856108128,"stop":1728856108128,"duration":0}},{"uid":"d708c87b64f0c19e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d708c87b64f0c19e","status":"passed","time":{"start":1728738316670,"stop":1728738316670,"duration":0}},{"uid":"ec7be5ef77aef1ed","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec7be5ef77aef1ed","status":"passed","time":{"start":1728682865320,"stop":1728682865321,"duration":1}},{"uid":"dbb6c7e184679c93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dbb6c7e184679c93","status":"passed","time":{"start":1728682446997,"stop":1728682446997,"duration":0}},{"uid":"ee0b1a1629132c7d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ee0b1a1629132c7d","status":"passed","time":{"start":1728676924480,"stop":1728676924481,"duration":1}},{"uid":"fd5b90662525181c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd5b90662525181c","status":"passed","time":{"start":1728669626264,"stop":1728669626265,"duration":1}},{"uid":"2cf11b22643291e3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2cf11b22643291e3","status":"passed","time":{"start":1728597973674,"stop":1728597973675,"duration":1}},{"uid":"e3d904c768a0f1a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3d904c768a0f1a7","status":"passed","time":{"start":1728597188039,"stop":1728597188040,"duration":1}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"45091b38740b6db4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45091b38740b6db4","status":"passed","time":{"start":1729034209105,"stop":1729034209105,"duration":0}},{"uid":"c2033a647da3bc90","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c2033a647da3bc90","status":"passed","time":{"start":1729032264573,"stop":1729032264573,"duration":0}},{"uid":"aa44d74f2aebc966","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aa44d74f2aebc966","status":"passed","time":{"start":1728902012865,"stop":1728902012866,"duration":1}},{"uid":"b82b3f4823b23d9f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b82b3f4823b23d9f","status":"passed","time":{"start":1728893454815,"stop":1728893454816,"duration":1}},{"uid":"3676af46f44724e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3676af46f44724e5","status":"passed","time":{"start":1728856408459,"stop":1728856408459,"duration":0}},{"uid":"a30b6525b09c2366","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a30b6525b09c2366","status":"passed","time":{"start":1728738633859,"stop":1728738633860,"duration":1}},{"uid":"a55a946e046b085","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a55a946e046b085","status":"passed","time":{"start":1728683159790,"stop":1728683159791,"duration":1}},{"uid":"74ab76c157c175c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/74ab76c157c175c9","status":"passed","time":{"start":1728682751335,"stop":1728682751336,"duration":1}},{"uid":"5c221e1950eb9b5f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5c221e1950eb9b5f","status":"passed","time":{"start":1728677216366,"stop":1728677216366,"duration":0}},{"uid":"d251dc63f68de25e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d251dc63f68de25e","status":"passed","time":{"start":1728669925458,"stop":1728669925458,"duration":0}},{"uid":"f32a5fcdbbb48e5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f32a5fcdbbb48e5e","status":"passed","time":{"start":1728598268812,"stop":1728598268812,"duration":0}},{"uid":"9d1cc81484cf5748","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9d1cc81484cf5748","status":"passed","time":{"start":1728597503935,"stop":1728597503936,"duration":1}}]},"2caffadda1ddf80d3cbb8eddb0ed1887:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1717968e72308e3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a1717968e72308e3","status":"passed","time":{"start":1728856355684,"stop":1728856355685,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"870921c1d9d54e14","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/870921c1d9d54e14","status":"passed","time":{"start":1729034144759,"stop":1729034144760,"duration":1}},{"uid":"bea7e8d731f078be","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bea7e8d731f078be","status":"passed","time":{"start":1729032198809,"stop":1729032198810,"duration":1}},{"uid":"8da72aa1d24a23e1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8da72aa1d24a23e1","status":"passed","time":{"start":1728901901735,"stop":1728901901751,"duration":16}},{"uid":"d183d482d8f081b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d183d482d8f081b6","status":"passed","time":{"start":1728893337234,"stop":1728893337237,"duration":3}},{"uid":"fc9b4445350f7d3a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fc9b4445350f7d3a","status":"passed","time":{"start":1728856299184,"stop":1728856299184,"duration":0}},{"uid":"6be23593a89a2066","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6be23593a89a2066","status":"passed","time":{"start":1728738505369,"stop":1728738505369,"duration":0}},{"uid":"70accc3c481bceee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70accc3c481bceee","status":"passed","time":{"start":1728683045438,"stop":1728683045438,"duration":0}},{"uid":"51bd6d6885bd8602","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/51bd6d6885bd8602","status":"passed","time":{"start":1728682607281,"stop":1728682607282,"duration":1}},{"uid":"9ac275155bf6f5e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9ac275155bf6f5e8","status":"passed","time":{"start":1728677103486,"stop":1728677103486,"duration":0}},{"uid":"df72bac7542788ec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/df72bac7542788ec","status":"passed","time":{"start":1728669777111,"stop":1728669777112,"duration":1}},{"uid":"ef6d63668c597db0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ef6d63668c597db0","status":"passed","time":{"start":1728598163460,"stop":1728598163461,"duration":1}},{"uid":"37546efe11c0c254","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/37546efe11c0c254","status":"passed","time":{"start":1728597375456,"stop":1728597375457,"duration":1}}]},"1d5306c81651e11f90eb1d901ea44eb8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5eebede7d96a168","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a5eebede7d96a168","status":"passed","time":{"start":1728669841248,"stop":1728669841248,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"922a2b5f8579122a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/922a2b5f8579122a","status":"passed","time":{"start":1728902045391,"stop":1728902045391,"duration":0}},{"uid":"3d3fbfda908f6397","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d3fbfda908f6397","status":"passed","time":{"start":1728893481312,"stop":1728893481312,"duration":0}},{"uid":"2e9f3d9b895539d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2e9f3d9b895539d6","status":"passed","time":{"start":1728856434368,"stop":1728856434368,"duration":0}},{"uid":"a0a0baaf4a209471","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a0a0baaf4a209471","status":"passed","time":{"start":1728738656933,"stop":1728738656933,"duration":0}},{"uid":"d92747c6366391c1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d92747c6366391c1","status":"passed","time":{"start":1728683172716,"stop":1728683172719,"duration":3}},{"uid":"53c88026ec9a5138","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/53c88026ec9a5138","status":"passed","time":{"start":1728682747611,"stop":1728682747611,"duration":0}},{"uid":"e4bb7def7ff28b93","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e4bb7def7ff28b93","status":"passed","time":{"start":1728677247280,"stop":1728677247280,"duration":0}},{"uid":"92a20be99de4368b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92a20be99de4368b","status":"passed","time":{"start":1728669917947,"stop":1728669917947,"duration":0}},{"uid":"d248437e5826ad5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d248437e5826ad5e","status":"passed","time":{"start":1728598290716,"stop":1728598290717,"duration":1}},{"uid":"e8eeabf0b9eb12a4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e8eeabf0b9eb12a4","status":"passed","time":{"start":1728597515857,"stop":1728597515858,"duration":1}}]},"4669fb890ce063adb2a63d78d0e3db20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"565d74ea0e89a923","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/565d74ea0e89a923","status":"passed","time":{"start":1728682652691,"stop":1728682652692,"duration":1}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f335d918a8c492e9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f335d918a8c492e9","status":"passed","time":{"start":1729034213019,"stop":1729034213019,"duration":0}},{"uid":"dd110239151b327a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dd110239151b327a","status":"passed","time":{"start":1729032269102,"stop":1729032269102,"duration":0}},{"uid":"2f15b6eabc8fac52","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f15b6eabc8fac52","status":"passed","time":{"start":1728902000842,"stop":1728902000842,"duration":0}},{"uid":"c28654d90d0257f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c28654d90d0257f3","status":"passed","time":{"start":1728893442595,"stop":1728893442595,"duration":0}},{"uid":"bbd26a2b5096b9ad","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bbd26a2b5096b9ad","status":"passed","time":{"start":1728856386640,"stop":1728856386641,"duration":1}},{"uid":"9760813cccdb9619","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9760813cccdb9619","status":"passed","time":{"start":1728738608586,"stop":1728738608587,"duration":1}},{"uid":"e6f8dc32893f024e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6f8dc32893f024e","status":"passed","time":{"start":1728683148172,"stop":1728683148172,"duration":0}},{"uid":"fa5e604a909da676","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fa5e604a909da676","status":"passed","time":{"start":1728682709057,"stop":1728682709057,"duration":0}},{"uid":"e92c78f2dbb129b4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e92c78f2dbb129b4","status":"passed","time":{"start":1728677206656,"stop":1728677206656,"duration":0}},{"uid":"402820b64c18e02d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/402820b64c18e02d","status":"passed","time":{"start":1728669888550,"stop":1728669888550,"duration":0}},{"uid":"9a05d2b43d6d4a96","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a05d2b43d6d4a96","status":"passed","time":{"start":1728598268131,"stop":1728598268131,"duration":0}},{"uid":"dff24d98ec6c0d17","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dff24d98ec6c0d17","status":"passed","time":{"start":1728597478033,"stop":1728597478033,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"42b5fdeb34b3c7eb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/42b5fdeb34b3c7eb","status":"passed","time":{"start":1729033976810,"stop":1729033976811,"duration":1}},{"uid":"d6e15856a8e9cfd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d6e15856a8e9cfd","status":"passed","time":{"start":1729032020531,"stop":1729032020532,"duration":1}},{"uid":"c950d17fda7a0f15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c950d17fda7a0f15","status":"passed","time":{"start":1728901616475,"stop":1728901616475,"duration":0}},{"uid":"e8b16bf3356287c6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e8b16bf3356287c6","status":"passed","time":{"start":1728893050251,"stop":1728893050252,"duration":1}},{"uid":"dad2dc310c016b99","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dad2dc310c016b99","status":"passed","time":{"start":1728856015181,"stop":1728856015181,"duration":0}},{"uid":"6fe0fcc99cc0a5e9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6fe0fcc99cc0a5e9","status":"passed","time":{"start":1728738233165,"stop":1728738233171,"duration":6}},{"uid":"3c3993db95f78204","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3c3993db95f78204","status":"passed","time":{"start":1728682762479,"stop":1728682762479,"duration":0}},{"uid":"1f7f90f3c064c4b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1f7f90f3c064c4b2","status":"passed","time":{"start":1728682332793,"stop":1728682332793,"duration":0}},{"uid":"2a3dd42562dd46ba","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2a3dd42562dd46ba","status":"passed","time":{"start":1728676810304,"stop":1728676810304,"duration":0}},{"uid":"63b3a09b93ba845a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/63b3a09b93ba845a","status":"passed","time":{"start":1728669529907,"stop":1728669529907,"duration":0}},{"uid":"c710208dec4d952b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c710208dec4d952b","status":"passed","time":{"start":1728597873542,"stop":1728597873543,"duration":1}},{"uid":"b188065ca9884178","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b188065ca9884178","status":"passed","time":{"start":1728597089281,"stop":1728597089281,"duration":0}}]},"c6cfb92a6303e2124f0c88a876f7caf1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c64e992b893f5cb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1c64e992b893f5cb","status":"passed","time":{"start":1728856355688,"stop":1728856355691,"duration":3}}]},"b7fa613de87702d39df81aab803892a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"782ccbdcdd9a82ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/782ccbdcdd9a82ac","status":"passed","time":{"start":1729033875026,"stop":1729033875027,"duration":1}},{"uid":"962cf90654d90b0c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/962cf90654d90b0c","status":"passed","time":{"start":1729031924907,"stop":1729031924908,"duration":1}},{"uid":"97a076eea7b00691","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/97a076eea7b00691","status":"passed","time":{"start":1728901469134,"stop":1728901469135,"duration":1}},{"uid":"89d9ba5ca461280c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/89d9ba5ca461280c","status":"passed","time":{"start":1728892899799,"stop":1728892899800,"duration":1}},{"uid":"c6fa79f805c004db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c6fa79f805c004db","status":"passed","time":{"start":1728855863296,"stop":1728855863296,"duration":0}},{"uid":"b6f4d90fc4f1e609","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b6f4d90fc4f1e609","status":"passed","time":{"start":1728738080955,"stop":1728738080956,"duration":1}},{"uid":"d5f5c188ce33cc10","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d5f5c188ce33cc10","status":"passed","time":{"start":1728682614315,"stop":1728682614315,"duration":0}},{"uid":"284b4363f4f0bc85","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/284b4363f4f0bc85","status":"passed","time":{"start":1728682187220,"stop":1728682187220,"duration":0}},{"uid":"e85a729db92f48a4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e85a729db92f48a4","status":"passed","time":{"start":1728676661420,"stop":1728676661420,"duration":0}},{"uid":"c8e311ce08878cdd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c8e311ce08878cdd","status":"passed","time":{"start":1728669384752,"stop":1728669384753,"duration":1}},{"uid":"e62545304766afaf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e62545304766afaf","status":"passed","time":{"start":1728597724210,"stop":1728597724210,"duration":0}},{"uid":"16d85240225ea448","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/16d85240225ea448","status":"passed","time":{"start":1728596943263,"stop":1728596943263,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"39628c70a12dea25","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/39628c70a12dea25","status":"passed","time":{"start":1729034014860,"stop":1729034014863,"duration":3}},{"uid":"1d672029e3fa6f00","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1d672029e3fa6f00","status":"passed","time":{"start":1729032065444,"stop":1729032065447,"duration":3}},{"uid":"65df8f2b3bf2845","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65df8f2b3bf2845","status":"passed","time":{"start":1728901664248,"stop":1728901664250,"duration":2}},{"uid":"25ab1642ffd30aa4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25ab1642ffd30aa4","status":"passed","time":{"start":1728893093689,"stop":1728893093689,"duration":0}},{"uid":"f992e0814560d5aa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f992e0814560d5aa","status":"passed","time":{"start":1728856055269,"stop":1728856055270,"duration":1}},{"uid":"fdaa732b5193aab3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fdaa732b5193aab3","status":"passed","time":{"start":1728738274742,"stop":1728738274742,"duration":0}},{"uid":"2f0d4e74258a2b1c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2f0d4e74258a2b1c","status":"passed","time":{"start":1728682807953,"stop":1728682807954,"duration":1}},{"uid":"c9ba0072fd944574","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c9ba0072fd944574","status":"passed","time":{"start":1728682381282,"stop":1728682381282,"duration":0}},{"uid":"18166ac1ab613339","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18166ac1ab613339","status":"passed","time":{"start":1728676853895,"stop":1728676853895,"duration":0}},{"uid":"f750c9d3ca0e2c13","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f750c9d3ca0e2c13","status":"passed","time":{"start":1728669581687,"stop":1728669581689,"duration":2}},{"uid":"5fe10ed28224f06a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5fe10ed28224f06a","status":"passed","time":{"start":1728597923475,"stop":1728597923476,"duration":1}},{"uid":"6fce522f103fc286","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6fce522f103fc286","status":"passed","time":{"start":1728597132261,"stop":1728597132261,"duration":0}}]},"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e46866fad503d91a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e46866fad503d91a","status":"passed","time":{"start":1729034067823,"stop":1729034067823,"duration":0}},{"uid":"155332a16b70e550","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/155332a16b70e550","status":"passed","time":{"start":1729032123016,"stop":1729032123017,"duration":1}},{"uid":"46f6dccee16621d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/46f6dccee16621d","status":"passed","time":{"start":1728901787321,"stop":1728901787321,"duration":0}},{"uid":"624993e451945b2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/624993e451945b2b","status":"passed","time":{"start":1728893221705,"stop":1728893221705,"duration":0}},{"uid":"d9597d67fdcb1607","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9597d67fdcb1607","status":"passed","time":{"start":1728856192847,"stop":1728856192847,"duration":0}},{"uid":"83ea28db840cc00f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/83ea28db840cc00f","status":"passed","time":{"start":1728738398374,"stop":1728738398374,"duration":0}},{"uid":"1a0547cefa6b524a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a0547cefa6b524a","status":"passed","time":{"start":1728682944657,"stop":1728682944657,"duration":0}},{"uid":"555c9c9fe55725e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/555c9c9fe55725e","status":"passed","time":{"start":1728682508014,"stop":1728682508014,"duration":0}},{"uid":"46905a7402eebafe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46905a7402eebafe","status":"passed","time":{"start":1728676995800,"stop":1728676995800,"duration":0}},{"uid":"d0fdff1b3652c8fd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d0fdff1b3652c8fd","status":"passed","time":{"start":1728669666000,"stop":1728669666000,"duration":0}},{"uid":"e165bae77dc4458f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e165bae77dc4458f","status":"passed","time":{"start":1728598056698,"stop":1728598056698,"duration":0}},{"uid":"6b08c898885084d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b08c898885084d2","status":"passed","time":{"start":1728597265386,"stop":1728597265386,"duration":0}}]},"95c559a9ae50449a1e575d6f5e545bcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43370fb66cd611f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/43370fb66cd611f","status":"passed","time":{"start":1728901950552,"stop":1728901950553,"duration":1}}]},"db9d8a1c47a20ab937d944835cb165f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77697579f67a0c68","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/77697579f67a0c68","status":"passed","time":{"start":1728738604694,"stop":1728738604694,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ae0c594a989029a5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae0c594a989029a5","status":"passed","time":{"start":1729033976794,"stop":1729033976796,"duration":2}},{"uid":"f3512cb8587cb6f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f3512cb8587cb6f","status":"passed","time":{"start":1729032020517,"stop":1729032020517,"duration":0}},{"uid":"da3b881b538823db","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da3b881b538823db","status":"passed","time":{"start":1728901616429,"stop":1728901616429,"duration":0}},{"uid":"f9684a7a201849ee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f9684a7a201849ee","status":"passed","time":{"start":1728893050244,"stop":1728893050244,"duration":0}},{"uid":"25f822feee1fdc0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/25f822feee1fdc0","status":"passed","time":{"start":1728856015170,"stop":1728856015170,"duration":0}},{"uid":"1275f7a06a8fcd42","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1275f7a06a8fcd42","status":"passed","time":{"start":1728738233136,"stop":1728738233136,"duration":0}},{"uid":"9ba066847fc1c6b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9ba066847fc1c6b6","status":"passed","time":{"start":1728682762469,"stop":1728682762470,"duration":1}},{"uid":"d01727fe569d9aa7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d01727fe569d9aa7","status":"passed","time":{"start":1728682332785,"stop":1728682332785,"duration":0}},{"uid":"87e46c28caf7565","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87e46c28caf7565","status":"passed","time":{"start":1728676810290,"stop":1728676810290,"duration":0}},{"uid":"1b32ce8e8581dd58","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1b32ce8e8581dd58","status":"passed","time":{"start":1728669529892,"stop":1728669529892,"duration":0}},{"uid":"eb230c26c644de","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb230c26c644de","status":"passed","time":{"start":1728597873533,"stop":1728597873533,"duration":0}},{"uid":"1ede3a10be654b9e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ede3a10be654b9e","status":"passed","time":{"start":1728597089272,"stop":1728597089272,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"c14cc69c86867f35","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c14cc69c86867f35","status":"passed","time":{"start":1729034041474,"stop":1729034041476,"duration":2}},{"uid":"60b7518ff88c38c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/60b7518ff88c38c6","status":"passed","time":{"start":1728901705385,"stop":1728901705387,"duration":2}},{"uid":"f1e1fe461817b6f5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f1e1fe461817b6f5","status":"passed","time":{"start":1728893141769,"stop":1728893141770,"duration":1}},{"uid":"f1f853ab5ae696fb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f1f853ab5ae696fb","status":"passed","time":{"start":1728856087079,"stop":1728856087080,"duration":1}},{"uid":"bedb5a76ea24373f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bedb5a76ea24373f","status":"passed","time":{"start":1728738321431,"stop":1728738321431,"duration":0}},{"uid":"696a85998901e4dd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/696a85998901e4dd","status":"passed","time":{"start":1728682845670,"stop":1728682845671,"duration":1}},{"uid":"453353055f3cfde5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/453353055f3cfde5","status":"passed","time":{"start":1728682424304,"stop":1728682424304,"duration":0}},{"uid":"d5e519934bb46596","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d5e519934bb46596","status":"passed","time":{"start":1728676900511,"stop":1728676900511,"duration":0}},{"uid":"f5751a561eb847d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5751a561eb847d","status":"passed","time":{"start":1728669625795,"stop":1728669625795,"duration":0}},{"uid":"59fcdb9ecefe5120","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/59fcdb9ecefe5120","status":"passed","time":{"start":1728597957159,"stop":1728597957160,"duration":1}},{"uid":"46e7c6d4b7e996f7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/46e7c6d4b7e996f7","status":"passed","time":{"start":1728597182598,"stop":1728597182612,"duration":14}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"14dd65eadc221420","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14dd65eadc221420","status":"passed","time":{"start":1729034063496,"stop":1729034063497,"duration":1}},{"uid":"bb30f72387485bb7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb30f72387485bb7","status":"passed","time":{"start":1729032122636,"stop":1729032122637,"duration":1}},{"uid":"64225722c7df08de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/64225722c7df08de","status":"passed","time":{"start":1728901785632,"stop":1728901785637,"duration":5}},{"uid":"1e77a2b209a6e314","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e77a2b209a6e314","status":"passed","time":{"start":1728893218774,"stop":1728893218775,"duration":1}},{"uid":"a059e19553424700","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a059e19553424700","status":"passed","time":{"start":1728856192661,"stop":1728856192661,"duration":0}},{"uid":"feea426c539d2f5e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/feea426c539d2f5e","status":"passed","time":{"start":1728738398087,"stop":1728738398087,"duration":0}},{"uid":"fc40c740fa1a7d40","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fc40c740fa1a7d40","status":"passed","time":{"start":1728682944509,"stop":1728682944509,"duration":0}},{"uid":"7406c9f2f9a465be","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7406c9f2f9a465be","status":"passed","time":{"start":1728682507862,"stop":1728682507862,"duration":0}},{"uid":"b874ce7f4267b718","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b874ce7f4267b718","status":"passed","time":{"start":1728676995528,"stop":1728676995528,"duration":0}},{"uid":"4f12190619ef2fa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4f12190619ef2fa","status":"passed","time":{"start":1728669665536,"stop":1728669665537,"duration":1}},{"uid":"68c7b665ded91f33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68c7b665ded91f33","status":"passed","time":{"start":1728598056480,"stop":1728598056480,"duration":0}},{"uid":"92f72beed795b1ce","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92f72beed795b1ce","status":"passed","time":{"start":1728597264029,"stop":1728597264029,"duration":0}}]},"1c97be50791e3539ff5acbbc82583f53:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9cbe53cb2e7a18d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9cbe53cb2e7a18d8","status":"passed","time":{"start":1728893395082,"stop":1728893395082,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a85ae6593fd2ab99","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a85ae6593fd2ab99","status":"passed","time":{"start":1729033843124,"stop":1729033843125,"duration":1}},{"uid":"7c522c7b1b6e19aa","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7c522c7b1b6e19aa","status":"passed","time":{"start":1729031892683,"stop":1729031892683,"duration":0}},{"uid":"4d19ea21ed83ab43","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4d19ea21ed83ab43","status":"passed","time":{"start":1728901438814,"stop":1728901438814,"duration":0}},{"uid":"c0c46b09eb164849","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0c46b09eb164849","status":"passed","time":{"start":1728892869007,"stop":1728892869008,"duration":1}},{"uid":"1d2fc27e2c1b5114","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d2fc27e2c1b5114","status":"passed","time":{"start":1728855831899,"stop":1728855831899,"duration":0}},{"uid":"4552c8ef106b127b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4552c8ef106b127b","status":"passed","time":{"start":1728738049047,"stop":1728738049047,"duration":0}},{"uid":"e6ce07f3852e85d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6ce07f3852e85d9","status":"passed","time":{"start":1728682582626,"stop":1728682582626,"duration":0}},{"uid":"5de0ed7d5389c67d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5de0ed7d5389c67d","status":"passed","time":{"start":1728682155414,"stop":1728682155414,"duration":0}},{"uid":"2a542725cae6a62c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2a542725cae6a62c","status":"passed","time":{"start":1728676629980,"stop":1728676629981,"duration":1}},{"uid":"a554b8dde1e785f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a554b8dde1e785f0","status":"passed","time":{"start":1728669353108,"stop":1728669353108,"duration":0}},{"uid":"e9068da0280be6b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e9068da0280be6b","status":"passed","time":{"start":1728597693854,"stop":1728597693854,"duration":0}},{"uid":"5f7d4853c9c94b7d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f7d4853c9c94b7d","status":"passed","time":{"start":1728596913098,"stop":1728596913098,"duration":0}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5f4ef2dd43995494","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f4ef2dd43995494","status":"passed","time":{"start":1729034121895,"stop":1729034121896,"duration":1}},{"uid":"566bf067acde1d83","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/566bf067acde1d83","status":"passed","time":{"start":1729032174800,"stop":1729032174801,"duration":1}},{"uid":"6be8823bbdbf43aa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6be8823bbdbf43aa","status":"passed","time":{"start":1728901881007,"stop":1728901881007,"duration":0}},{"uid":"8bd5bf417bda3a65","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8bd5bf417bda3a65","status":"passed","time":{"start":1728893317152,"stop":1728893317153,"duration":1}},{"uid":"2ec3dd7f5463ffc1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ec3dd7f5463ffc1","status":"passed","time":{"start":1728856263072,"stop":1728856263073,"duration":1}},{"uid":"ba71fb16ea8fcd34","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ba71fb16ea8fcd34","status":"passed","time":{"start":1728738492793,"stop":1728738492793,"duration":0}},{"uid":"b27085149784146e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b27085149784146e","status":"passed","time":{"start":1728683030011,"stop":1728683030015,"duration":4}},{"uid":"b989a57612d29801","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b989a57612d29801","status":"passed","time":{"start":1728682581087,"stop":1728682581088,"duration":1}},{"uid":"70aeabdb20e3606c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/70aeabdb20e3606c","status":"passed","time":{"start":1728677081987,"stop":1728677081987,"duration":0}},{"uid":"faef11710694e85c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/faef11710694e85c","status":"passed","time":{"start":1728669795389,"stop":1728669795389,"duration":0}},{"uid":"63322193c206ea8f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/63322193c206ea8f","status":"passed","time":{"start":1728598137497,"stop":1728598137498,"duration":1}},{"uid":"50292982cea962ff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/50292982cea962ff","status":"passed","time":{"start":1728597353475,"stop":1728597353475,"duration":0}}]},"3f184763ca54270265d7427d007bd317:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee025e73568a557c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ee025e73568a557c","status":"passed","time":{"start":1728669841255,"stop":1728669841255,"duration":0}}]},"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"76c10252e8f9e433","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/76c10252e8f9e433","status":"passed","time":{"start":1729033834385,"stop":1729033834385,"duration":0}},{"uid":"a9f7de6bb66f975d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a9f7de6bb66f975d","status":"passed","time":{"start":1729031884118,"stop":1729031884118,"duration":0}},{"uid":"ac4fb914bb894f3a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac4fb914bb894f3a","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"7d0b4cc8b17e2e70","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7d0b4cc8b17e2e70","status":"passed","time":{"start":1728892860531,"stop":1728892860531,"duration":0}},{"uid":"756e1d090752f1b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/756e1d090752f1b6","status":"passed","time":{"start":1728855823322,"stop":1728855823322,"duration":0}},{"uid":"103558a0bc57b44e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/103558a0bc57b44e","status":"passed","time":{"start":1728738040601,"stop":1728738040602,"duration":1}},{"uid":"cf6e693e10b5fb09","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cf6e693e10b5fb09","status":"passed","time":{"start":1728682574092,"stop":1728682574092,"duration":0}},{"uid":"83c25c8b216613ec","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/83c25c8b216613ec","status":"passed","time":{"start":1728682146817,"stop":1728682146817,"duration":0}},{"uid":"683fd6e41bb1146","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/683fd6e41bb1146","status":"passed","time":{"start":1728676621431,"stop":1728676621431,"duration":0}},{"uid":"3b4d6fe9ce239b28","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3b4d6fe9ce239b28","status":"passed","time":{"start":1728669344467,"stop":1728669344467,"duration":0}},{"uid":"52a861ddaa95f7fe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52a861ddaa95f7fe","status":"passed","time":{"start":1728597685160,"stop":1728597685160,"duration":0}},{"uid":"837e99b2bd51538b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/837e99b2bd51538b","status":"passed","time":{"start":1728596904467,"stop":1728596904467,"duration":0}}]},"8d1894eb09881f617f426683899e2922:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":6,"unknown":0,"total":8},"items":[{"uid":"85e2220f05f5373f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85e2220f05f5373f","status":"passed","time":{"start":1729033875012,"stop":1729033875012,"duration":0}},{"uid":"222ee5822bf2b032","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/222ee5822bf2b032","status":"passed","time":{"start":1729031924809,"stop":1729031924809,"duration":0}},{"uid":"2f163709b79529c8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f163709b79529c8","status":"passed","time":{"start":1728855863301,"stop":1728855863302,"duration":1}},{"uid":"53b8391095f87bd3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/53b8391095f87bd3","status":"passed","time":{"start":1728738080965,"stop":1728738080965,"duration":0}},{"uid":"41afac147fe4cca5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/41afac147fe4cca5","status":"passed","time":{"start":1728682614256,"stop":1728682614256,"duration":0}},{"uid":"c28bbc5110fc2422","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c28bbc5110fc2422","status":"passed","time":{"start":1728682187100,"stop":1728682187101,"duration":1}},{"uid":"3cabcbb65fab1411","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3cabcbb65fab1411","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660885,"stop":1728676660886,"duration":1}},{"uid":"3e4f7bf828e6a8e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3e4f7bf828e6a8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384120,"stop":1728669384120,"duration":0}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"35e9299a16780797","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/35e9299a16780797","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122309,"stop":1729034122310,"duration":1}},{"uid":"8d2dec6a3217ebb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8d2dec6a3217ebb","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175156,"stop":1729032175156,"duration":0}},{"uid":"40e204fb7d3eee","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40e204fb7d3eee","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873456,"stop":1728901873456,"duration":0}},{"uid":"1bdd66d2a9fdc018","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1bdd66d2a9fdc018","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311280,"stop":1728893311280,"duration":0}},{"uid":"e145ab67a489fae1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e145ab67a489fae1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263475,"stop":1728856263475,"duration":0}},{"uid":"f3a49284674dc44a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f3a49284674dc44a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483666,"stop":1728738483667,"duration":1}},{"uid":"a36684b32835c53a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a36684b32835c53a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030246,"stop":1728683030247,"duration":1}},{"uid":"d114400b790f8e83","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d114400b790f8e83","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581302,"stop":1728682581303,"duration":1}},{"uid":"dbd9ef59f602dd23","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dbd9ef59f602dd23","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082256,"stop":1728677082256,"duration":0}},{"uid":"b651b569110dec16","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b651b569110dec16","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754302,"stop":1728669754302,"duration":0}},{"uid":"207fd7e215208324","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/207fd7e215208324","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137641,"stop":1728598137641,"duration":0}},{"uid":"dd09ef05a7c78137","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dd09ef05a7c78137","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350582,"stop":1728597350583,"duration":1}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"37f06885499a0920","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37f06885499a0920","status":"passed","time":{"start":1729034169197,"stop":1729034169197,"duration":0}},{"uid":"7a434917152a8171","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a434917152a8171","status":"passed","time":{"start":1729032228069,"stop":1729032228071,"duration":2}},{"uid":"9d891bca2c050bbb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9d891bca2c050bbb","status":"passed","time":{"start":1728901947148,"stop":1728901947148,"duration":0}},{"uid":"1b77622ac345fdd6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1b77622ac345fdd6","status":"passed","time":{"start":1728893380059,"stop":1728893380064,"duration":5}},{"uid":"477a51878e8236eb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/477a51878e8236eb","status":"passed","time":{"start":1728856336881,"stop":1728856336881,"duration":0}},{"uid":"719edf3c1961d6c5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/719edf3c1961d6c5","status":"passed","time":{"start":1728738551170,"stop":1728738551170,"duration":0}},{"uid":"e6eb3c3c5f5ed702","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6eb3c3c5f5ed702","status":"passed","time":{"start":1728683095877,"stop":1728683095877,"duration":0}},{"uid":"7712c0cc3fca339e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7712c0cc3fca339e","status":"passed","time":{"start":1728682657391,"stop":1728682657392,"duration":1}},{"uid":"e76656336d24b7e7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e76656336d24b7e7","status":"passed","time":{"start":1728677151467,"stop":1728677151468,"duration":1}},{"uid":"4e355545e5adb6d4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4e355545e5adb6d4","status":"passed","time":{"start":1728669832895,"stop":1728669832895,"duration":0}},{"uid":"9015f151973c8622","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9015f151973c8622","status":"passed","time":{"start":1728598215612,"stop":1728598215612,"duration":0}},{"uid":"f77cb324f3ec1783","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f77cb324f3ec1783","status":"passed","time":{"start":1728597425045,"stop":1728597425045,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8746634b20d84d28","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8746634b20d84d28","status":"passed","time":{"start":1729033976779,"stop":1729033976781,"duration":2}},{"uid":"ed35549d3aef14f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ed35549d3aef14f","status":"passed","time":{"start":1729032020508,"stop":1729032020508,"duration":0}},{"uid":"518670539a1e7e83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/518670539a1e7e83","status":"passed","time":{"start":1728901616425,"stop":1728901616425,"duration":0}},{"uid":"62d46da163bf63ec","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/62d46da163bf63ec","status":"passed","time":{"start":1728893050240,"stop":1728893050240,"duration":0}},{"uid":"e2c60b091fd26575","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e2c60b091fd26575","status":"passed","time":{"start":1728856015167,"stop":1728856015167,"duration":0}},{"uid":"a8f16505876b968e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a8f16505876b968e","status":"passed","time":{"start":1728738233131,"stop":1728738233131,"duration":0}},{"uid":"474b03de4edc4daa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/474b03de4edc4daa","status":"passed","time":{"start":1728682762462,"stop":1728682762463,"duration":1}},{"uid":"10275d787be6dd9e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/10275d787be6dd9e","status":"passed","time":{"start":1728682332781,"stop":1728682332781,"duration":0}},{"uid":"e6f7e24a0cf4d440","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e6f7e24a0cf4d440","status":"passed","time":{"start":1728676810285,"stop":1728676810286,"duration":1}},{"uid":"659f522009b244db","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/659f522009b244db","status":"passed","time":{"start":1728669529888,"stop":1728669529889,"duration":1}},{"uid":"68a6b852ca95466e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68a6b852ca95466e","status":"passed","time":{"start":1728597873528,"stop":1728597873528,"duration":0}},{"uid":"d03291b7725c228a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d03291b7725c228a","status":"passed","time":{"start":1728597089268,"stop":1728597089269,"duration":1}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"df2adb1f1cceaac2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df2adb1f1cceaac2","status":"passed","time":{"start":1729034121910,"stop":1729034121910,"duration":0}},{"uid":"b02be4b1c5c2bfe2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b02be4b1c5c2bfe2","status":"passed","time":{"start":1729032174872,"stop":1729032174872,"duration":0}},{"uid":"aa43b403d0d75f53","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aa43b403d0d75f53","status":"passed","time":{"start":1728901881012,"stop":1728901881013,"duration":1}},{"uid":"7a4c2502c597899a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7a4c2502c597899a","status":"passed","time":{"start":1728893317163,"stop":1728893317164,"duration":1}},{"uid":"ae84e19e3b8884ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ae84e19e3b8884ab","status":"passed","time":{"start":1728856263099,"stop":1728856263100,"duration":1}},{"uid":"2652cb7072229688","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2652cb7072229688","status":"passed","time":{"start":1728738492799,"stop":1728738492799,"duration":0}},{"uid":"70c28f630dc2ff25","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70c28f630dc2ff25","status":"passed","time":{"start":1728683030021,"stop":1728683030022,"duration":1}},{"uid":"a32d272056157cfa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a32d272056157cfa","status":"passed","time":{"start":1728682581103,"stop":1728682581103,"duration":0}},{"uid":"cdb09924eec33d97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cdb09924eec33d97","status":"passed","time":{"start":1728677081996,"stop":1728677081997,"duration":1}},{"uid":"968fb42d13dadc43","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/968fb42d13dadc43","status":"passed","time":{"start":1728669795395,"stop":1728669795395,"duration":0}},{"uid":"509d628f0b29f8c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/509d628f0b29f8c6","status":"passed","time":{"start":1728598137504,"stop":1728598137504,"duration":0}},{"uid":"59031e8028e9d8c2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/59031e8028e9d8c2","status":"passed","time":{"start":1728597353480,"stop":1728597353480,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"77ca1f2bcc5180a1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/77ca1f2bcc5180a1","status":"passed","time":{"start":1729034034981,"stop":1729034034982,"duration":1}},{"uid":"8c106da48e387f1b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c106da48e387f1b","status":"passed","time":{"start":1729032066292,"stop":1729032066294,"duration":2}},{"uid":"66cd86926167f1f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66cd86926167f1f5","status":"passed","time":{"start":1728901706620,"stop":1728901706620,"duration":0}},{"uid":"50433a9bbfdbd91b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50433a9bbfdbd91b","status":"passed","time":{"start":1728893153422,"stop":1728893153422,"duration":0}},{"uid":"71773caff6efcb94","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/71773caff6efcb94","status":"passed","time":{"start":1728856108127,"stop":1728856108127,"duration":0}},{"uid":"f332fbc75b7a0fe0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f332fbc75b7a0fe0","status":"passed","time":{"start":1728738316669,"stop":1728738316669,"duration":0}},{"uid":"cfc2e3995ba51919","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cfc2e3995ba51919","status":"passed","time":{"start":1728682865317,"stop":1728682865318,"duration":1}},{"uid":"c7f57dc252ef4bd6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7f57dc252ef4bd6","status":"passed","time":{"start":1728682446996,"stop":1728682446996,"duration":0}},{"uid":"871cc983755c462a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/871cc983755c462a","status":"passed","time":{"start":1728676924479,"stop":1728676924480,"duration":1}},{"uid":"42fe7b9cf738fe73","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/42fe7b9cf738fe73","status":"passed","time":{"start":1728669626261,"stop":1728669626262,"duration":1}},{"uid":"8d6fb6b9317c3182","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8d6fb6b9317c3182","status":"passed","time":{"start":1728597973673,"stop":1728597973673,"duration":0}},{"uid":"b53c408130fa3119","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b53c408130fa3119","status":"passed","time":{"start":1728597188036,"stop":1728597188037,"duration":1}}]},"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9a5b60748cb4d39a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9a5b60748cb4d39a","status":"passed","time":{"start":1729034191995,"stop":1729034191995,"duration":0}},{"uid":"a11b09d79ac27d68","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a11b09d79ac27d68","status":"passed","time":{"start":1729032246147,"stop":1729032246148,"duration":1}},{"uid":"d4195a0ab32b61a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d4195a0ab32b61a8","status":"passed","time":{"start":1728902009943,"stop":1728902009943,"duration":0}},{"uid":"50a78f519cdd3a8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50a78f519cdd3a8","status":"passed","time":{"start":1728893442068,"stop":1728893442068,"duration":0}},{"uid":"578b57dc8bea9e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/578b57dc8bea9e7","status":"passed","time":{"start":1728856390380,"stop":1728856390380,"duration":0}},{"uid":"2907580e7c97fd26","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2907580e7c97fd26","status":"passed","time":{"start":1728738615985,"stop":1728738615986,"duration":1}},{"uid":"364de20161995db9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/364de20161995db9","status":"passed","time":{"start":1728683138591,"stop":1728683138591,"duration":0}},{"uid":"e2741445c62d84c3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e2741445c62d84c3","status":"passed","time":{"start":1728682713980,"stop":1728682713980,"duration":0}},{"uid":"af698fece05510a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/af698fece05510a1","status":"passed","time":{"start":1728677205666,"stop":1728677205666,"duration":0}},{"uid":"41611ddd8b547e7d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/41611ddd8b547e7d","status":"passed","time":{"start":1728669886307,"stop":1728669886307,"duration":0}},{"uid":"5cf18358d1540343","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5cf18358d1540343","status":"passed","time":{"start":1728598272275,"stop":1728598272275,"duration":0}},{"uid":"e3d53b30dd91c439","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3d53b30dd91c439","status":"passed","time":{"start":1728597492998,"stop":1728597492999,"duration":1}}]},"360012075a35da70e653368376f81c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b8137cef5b2233d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b8137cef5b2233d","status":"passed","time":{"start":1728901958861,"stop":1728901958862,"duration":1}}]},"fcec176aa8373fa68f24baadd969496d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d88da7a13f8da122","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d88da7a13f8da122","status":"passed","time":{"start":1728683093170,"stop":1728683093170,"duration":0}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5d7eae6322fa4c16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5d7eae6322fa4c16","status":"passed","time":{"start":1729034213017,"stop":1729034213018,"duration":1}},{"uid":"e1074855482a7791","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e1074855482a7791","status":"passed","time":{"start":1729032269101,"stop":1729032269101,"duration":0}},{"uid":"b7c01c0034ff655e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c01c0034ff655e","status":"passed","time":{"start":1728902000841,"stop":1728902000841,"duration":0}},{"uid":"9706c296990284f1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9706c296990284f1","status":"passed","time":{"start":1728893442591,"stop":1728893442592,"duration":1}},{"uid":"c1d6dee6fd1b7104","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c1d6dee6fd1b7104","status":"passed","time":{"start":1728856386636,"stop":1728856386637,"duration":1}},{"uid":"371f498cbf9b3fc3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/371f498cbf9b3fc3","status":"passed","time":{"start":1728738608582,"stop":1728738608584,"duration":2}},{"uid":"e4c3cb1baad03279","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e4c3cb1baad03279","status":"passed","time":{"start":1728683148168,"stop":1728683148168,"duration":0}},{"uid":"2a267e47b80b11f2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2a267e47b80b11f2","status":"passed","time":{"start":1728682709056,"stop":1728682709056,"duration":0}},{"uid":"991816664aca8243","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/991816664aca8243","status":"passed","time":{"start":1728677206654,"stop":1728677206654,"duration":0}},{"uid":"eba23024d1a965c2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eba23024d1a965c2","status":"passed","time":{"start":1728669888548,"stop":1728669888549,"duration":1}},{"uid":"5cf6ac6655ee45e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5cf6ac6655ee45e","status":"passed","time":{"start":1728598268130,"stop":1728598268130,"duration":0}},{"uid":"fad437e14bdf6e67","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fad437e14bdf6e67","status":"passed","time":{"start":1728597478031,"stop":1728597478032,"duration":1}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9b934de0a8b07a14","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9b934de0a8b07a14","status":"passed","time":{"start":1729034014863,"stop":1729034014864,"duration":1}},{"uid":"7dc28d3732532e3e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7dc28d3732532e3e","status":"passed","time":{"start":1729032065447,"stop":1729032065447,"duration":0}},{"uid":"de96a1b2aa87d126","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/de96a1b2aa87d126","status":"passed","time":{"start":1728901664250,"stop":1728901664251,"duration":1}},{"uid":"40e74d7ba2ac4390","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/40e74d7ba2ac4390","status":"passed","time":{"start":1728893093689,"stop":1728893093690,"duration":1}},{"uid":"44ec1f1b22e753e3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/44ec1f1b22e753e3","status":"passed","time":{"start":1728856055270,"stop":1728856055270,"duration":0}},{"uid":"fc1894526f020bb1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fc1894526f020bb1","status":"passed","time":{"start":1728738274742,"stop":1728738274742,"duration":0}},{"uid":"6f7cd60f9b14282b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6f7cd60f9b14282b","status":"passed","time":{"start":1728682807954,"stop":1728682807955,"duration":1}},{"uid":"84481f71f3a1732b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/84481f71f3a1732b","status":"passed","time":{"start":1728682381282,"stop":1728682381283,"duration":1}},{"uid":"d50925eaf9a63dae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d50925eaf9a63dae","status":"passed","time":{"start":1728676853895,"stop":1728676853896,"duration":1}},{"uid":"2852d2bce5b38d63","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2852d2bce5b38d63","status":"passed","time":{"start":1728669581690,"stop":1728669581692,"duration":2}},{"uid":"626e9e1ac0465bfe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/626e9e1ac0465bfe","status":"passed","time":{"start":1728597923476,"stop":1728597923477,"duration":1}},{"uid":"42e8f24f37e628e4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42e8f24f37e628e4","status":"passed","time":{"start":1728597132261,"stop":1728597132261,"duration":0}}]},"cbf3e1779e9f5619a92afc0235b238a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"734bfa2ae3951dac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/734bfa2ae3951dac","status":"passed","time":{"start":1728738494950,"stop":1728738494950,"duration":0}}]},"2cd9bc42836bef67e298fde4953723a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9c0376e2ff20ab4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e9c0376e2ff20ab4","status":"passed","time":{"start":1728738604693,"stop":1728738604694,"duration":1}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c5b019ad463d36f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5b019ad463d36f5","status":"passed","time":{"start":1729034144762,"stop":1729034144762,"duration":0}},{"uid":"8e9c4a37d84357a5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8e9c4a37d84357a5","status":"passed","time":{"start":1729032198812,"stop":1729032198813,"duration":1}},{"uid":"a4bec348d273ff3b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a4bec348d273ff3b","status":"passed","time":{"start":1728901901757,"stop":1728901901758,"duration":1}},{"uid":"374ea21ed1e4db03","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/374ea21ed1e4db03","status":"passed","time":{"start":1728893337238,"stop":1728893337238,"duration":0}},{"uid":"1878a176461bac70","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1878a176461bac70","status":"passed","time":{"start":1728856299185,"stop":1728856299186,"duration":1}},{"uid":"4e26651cbc933497","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4e26651cbc933497","status":"passed","time":{"start":1728738505371,"stop":1728738505372,"duration":1}},{"uid":"e4654c664bcdd33f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e4654c664bcdd33f","status":"passed","time":{"start":1728683045440,"stop":1728683045440,"duration":0}},{"uid":"c4ecd84eccea8538","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c4ecd84eccea8538","status":"passed","time":{"start":1728682607284,"stop":1728682607284,"duration":0}},{"uid":"a0aad2abb7270016","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a0aad2abb7270016","status":"passed","time":{"start":1728677103490,"stop":1728677103491,"duration":1}},{"uid":"41e40c2beb9edc78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/41e40c2beb9edc78","status":"passed","time":{"start":1728669777113,"stop":1728669777113,"duration":0}},{"uid":"54c4ab0ba5ec1f29","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/54c4ab0ba5ec1f29","status":"passed","time":{"start":1728598163462,"stop":1728598163463,"duration":1}},{"uid":"579833392da0c349","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/579833392da0c349","status":"passed","time":{"start":1728597375460,"stop":1728597375461,"duration":1}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d0232e9ab11dd069","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0232e9ab11dd069","status":"passed","time":{"start":1729034209112,"stop":1729034209112,"duration":0}},{"uid":"94b7521338c92d4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/94b7521338c92d4","status":"passed","time":{"start":1729032264580,"stop":1729032264580,"duration":0}},{"uid":"3366c731439358f4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3366c731439358f4","status":"passed","time":{"start":1728902012871,"stop":1728902012871,"duration":0}},{"uid":"32ef39af4c917c39","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/32ef39af4c917c39","status":"passed","time":{"start":1728893454822,"stop":1728893454822,"duration":0}},{"uid":"546d4220dd5f5405","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/546d4220dd5f5405","status":"passed","time":{"start":1728856408464,"stop":1728856408464,"duration":0}},{"uid":"c968cc5a9de87cec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c968cc5a9de87cec","status":"passed","time":{"start":1728738633865,"stop":1728738633865,"duration":0}},{"uid":"746dbb0c82536254","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/746dbb0c82536254","status":"passed","time":{"start":1728683159812,"stop":1728683159813,"duration":1}},{"uid":"a15c990a2e80dbaf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a15c990a2e80dbaf","status":"passed","time":{"start":1728682751340,"stop":1728682751340,"duration":0}},{"uid":"457a301f475c6dd6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/457a301f475c6dd6","status":"passed","time":{"start":1728677216374,"stop":1728677216374,"duration":0}},{"uid":"8459df9cc41008c3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8459df9cc41008c3","status":"passed","time":{"start":1728669925461,"stop":1728669925461,"duration":0}},{"uid":"1b93fe74a9e8894","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1b93fe74a9e8894","status":"passed","time":{"start":1728598268817,"stop":1728598268817,"duration":0}},{"uid":"140c5e1fff5a0dd4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/140c5e1fff5a0dd4","status":"passed","time":{"start":1728597503945,"stop":1728597503945,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a1daa6bdf9484449","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a1daa6bdf9484449","status":"passed","time":{"start":1729034121889,"stop":1729034121889,"duration":0}},{"uid":"5a542162c1e6bcb8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a542162c1e6bcb8","status":"passed","time":{"start":1729032174796,"stop":1729032174797,"duration":1}},{"uid":"f99704a6a7824826","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f99704a6a7824826","status":"passed","time":{"start":1728901881003,"stop":1728901881003,"duration":0}},{"uid":"fe3ead91a35f34fd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fe3ead91a35f34fd","status":"passed","time":{"start":1728893317131,"stop":1728893317132,"duration":1}},{"uid":"d16793edb20b84a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d16793edb20b84a2","status":"passed","time":{"start":1728856263064,"stop":1728856263064,"duration":0}},{"uid":"456190e170aae041","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/456190e170aae041","status":"passed","time":{"start":1728738492784,"stop":1728738492785,"duration":1}},{"uid":"c15a30958b7754a5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c15a30958b7754a5","status":"passed","time":{"start":1728683030007,"stop":1728683030007,"duration":0}},{"uid":"83cf23fbd06427b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/83cf23fbd06427b4","status":"passed","time":{"start":1728682581072,"stop":1728682581076,"duration":4}},{"uid":"b3a25a02c7d34916","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b3a25a02c7d34916","status":"passed","time":{"start":1728677081983,"stop":1728677081983,"duration":0}},{"uid":"66a72c90cc1311d8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/66a72c90cc1311d8","status":"passed","time":{"start":1728669795383,"stop":1728669795384,"duration":1}},{"uid":"a1ca7a6fc8d2768d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a1ca7a6fc8d2768d","status":"passed","time":{"start":1728598137493,"stop":1728598137494,"duration":1}},{"uid":"a00755633b359403","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a00755633b359403","status":"passed","time":{"start":1728597353471,"stop":1728597353471,"duration":0}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"14902470eec838df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14902470eec838df","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034147769,"stop":1729034147769,"duration":0}},{"uid":"f4b4503367dc4567","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f4b4503367dc4567","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032204826,"stop":1729032204826,"duration":0}},{"uid":"5ed63b6967239c2a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5ed63b6967239c2a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901907653,"stop":1728901907698,"duration":45}},{"uid":"c6e91cfbf843f91c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c6e91cfbf843f91c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893341886,"stop":1728893341887,"duration":1}},{"uid":"dadc96b64da44b97","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dadc96b64da44b97","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299354,"stop":1728856299354,"duration":0}},{"uid":"6d5ac6a3f83a4ee3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d5ac6a3f83a4ee3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738511614,"stop":1728738511614,"duration":0}},{"uid":"14eeb9ec130645b9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/14eeb9ec130645b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683052909,"stop":1728683052909,"duration":0}},{"uid":"6d9d14f0bcf8b873","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6d9d14f0bcf8b873","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682612908,"stop":1728682612909,"duration":1}},{"uid":"dab5595b64a67171","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dab5595b64a67171","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677115743,"stop":1728677115744,"duration":1}},{"uid":"a7d6845e6c1afaf0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a7d6845e6c1afaf0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669778172,"stop":1728669778172,"duration":0}},{"uid":"13b853604eabac33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/13b853604eabac33","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598175430,"stop":1728598175430,"duration":0}},{"uid":"e5bd77e6d4dec42c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5bd77e6d4dec42c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597380058,"stop":1728597380058,"duration":0}}]},"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5fd38dcaf4933e89","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5fd38dcaf4933e89","status":"passed","time":{"start":1729033834377,"stop":1729033834378,"duration":1}},{"uid":"9ce2e8a4529ab29e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ce2e8a4529ab29e","status":"passed","time":{"start":1729031884108,"stop":1729031884108,"duration":0}},{"uid":"142ad5915ff71a5b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/142ad5915ff71a5b","status":"passed","time":{"start":1728901430249,"stop":1728901430249,"duration":0}},{"uid":"3cff8116a0f43d4c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3cff8116a0f43d4c","status":"passed","time":{"start":1728892860526,"stop":1728892860526,"duration":0}},{"uid":"a4d2a94208da7d29","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4d2a94208da7d29","status":"passed","time":{"start":1728855823316,"stop":1728855823316,"duration":0}},{"uid":"6c431b0480240b0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c431b0480240b0","status":"passed","time":{"start":1728738040585,"stop":1728738040585,"duration":0}},{"uid":"14c12bc756511770","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/14c12bc756511770","status":"passed","time":{"start":1728682574084,"stop":1728682574084,"duration":0}},{"uid":"809953bc86073449","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/809953bc86073449","status":"passed","time":{"start":1728682146810,"stop":1728682146810,"duration":0}},{"uid":"aee22aa8309053d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aee22aa8309053d2","status":"passed","time":{"start":1728676621424,"stop":1728676621425,"duration":1}},{"uid":"d65cfb73dd6f1d70","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d65cfb73dd6f1d70","status":"passed","time":{"start":1728669344461,"stop":1728669344461,"duration":0}},{"uid":"554e6afe53fce27d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/554e6afe53fce27d","status":"passed","time":{"start":1728597685154,"stop":1728597685155,"duration":1}},{"uid":"bae7bce2953801ab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bae7bce2953801ab","status":"passed","time":{"start":1728596904461,"stop":1728596904461,"duration":0}}]},"64b25c53160ef25bcee29e6bd74333ff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e29f5525a6ce2b7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e29f5525a6ce2b7","status":"passed","time":{"start":1728893093691,"stop":1728893093692,"duration":1}}]},"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"217443214b18487f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/217443214b18487f","status":"passed","time":{"start":1729033834379,"stop":1729033834379,"duration":0}},{"uid":"7098001b55a2dab","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7098001b55a2dab","status":"passed","time":{"start":1729031884111,"stop":1729031884111,"duration":0}},{"uid":"fb5b9855337ea579","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fb5b9855337ea579","status":"passed","time":{"start":1728901430251,"stop":1728901430251,"duration":0}},{"uid":"12f114b5ed3eed8a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/12f114b5ed3eed8a","status":"passed","time":{"start":1728892860527,"stop":1728892860527,"duration":0}},{"uid":"f0fc20c6095f987","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f0fc20c6095f987","status":"passed","time":{"start":1728855823318,"stop":1728855823318,"duration":0}},{"uid":"408c83820b3deaec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/408c83820b3deaec","status":"passed","time":{"start":1728738040596,"stop":1728738040596,"duration":0}},{"uid":"d3a6e70cf3e82689","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d3a6e70cf3e82689","status":"passed","time":{"start":1728682574087,"stop":1728682574087,"duration":0}},{"uid":"a2b3f4dd84c39f43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a2b3f4dd84c39f43","status":"passed","time":{"start":1728682146811,"stop":1728682146812,"duration":1}},{"uid":"7666e26adc9f1838","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7666e26adc9f1838","status":"passed","time":{"start":1728676621427,"stop":1728676621427,"duration":0}},{"uid":"38689d9b3acdd6c4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/38689d9b3acdd6c4","status":"passed","time":{"start":1728669344462,"stop":1728669344463,"duration":1}},{"uid":"8bf2076d15c15b1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bf2076d15c15b1b","status":"passed","time":{"start":1728597685156,"stop":1728597685156,"duration":0}},{"uid":"90f7b4fb5cfe11a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90f7b4fb5cfe11a7","status":"passed","time":{"start":1728596904462,"stop":1728596904463,"duration":1}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cba135ccb7b2f165","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cba135ccb7b2f165","status":"passed","time":{"start":1729033868327,"stop":1729033868328,"duration":1}},{"uid":"557abeb4268dcb46","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/557abeb4268dcb46","status":"passed","time":{"start":1729031918117,"stop":1729031918117,"duration":0}},{"uid":"6fae5d5db32a3804","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6fae5d5db32a3804","status":"passed","time":{"start":1728901463797,"stop":1728901463797,"duration":0}},{"uid":"90202774c3816345","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/90202774c3816345","status":"passed","time":{"start":1728892894310,"stop":1728892894310,"duration":0}},{"uid":"92e4ef1166adc62f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92e4ef1166adc62f","status":"passed","time":{"start":1728855856838,"stop":1728855856839,"duration":1}},{"uid":"e976f7c5dad95357","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e976f7c5dad95357","status":"passed","time":{"start":1728738074179,"stop":1728738074179,"duration":0}},{"uid":"9333bb5dbf47baa7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9333bb5dbf47baa7","status":"passed","time":{"start":1728682607652,"stop":1728682607652,"duration":0}},{"uid":"7b73ab9c0474f2a2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b73ab9c0474f2a2","status":"passed","time":{"start":1728682180606,"stop":1728682180606,"duration":0}},{"uid":"ec3c5b52fa2bb71b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec3c5b52fa2bb71b","status":"passed","time":{"start":1728676655189,"stop":1728676655191,"duration":2}},{"uid":"aa463df0095265b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa463df0095265b","status":"passed","time":{"start":1728669378165,"stop":1728669378165,"duration":0}},{"uid":"2e26e28798fb48f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e26e28798fb48f","status":"passed","time":{"start":1728597718742,"stop":1728597718743,"duration":1}},{"uid":"8ed9ece4d314f689","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8ed9ece4d314f689","status":"passed","time":{"start":1728596937946,"stop":1728596937946,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"da1b991707b80744","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/da1b991707b80744","status":"passed","time":{"start":1729034144763,"stop":1729034144763,"duration":0}},{"uid":"a9b7a61cbb360b51","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a9b7a61cbb360b51","status":"passed","time":{"start":1729032198813,"stop":1729032198814,"duration":1}},{"uid":"884eeb24b1478dbf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/884eeb24b1478dbf","status":"passed","time":{"start":1728901901759,"stop":1728901901760,"duration":1}},{"uid":"56aa8670bf4b9f60","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/56aa8670bf4b9f60","status":"passed","time":{"start":1728893337239,"stop":1728893337239,"duration":0}},{"uid":"19d451be7fe3f041","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/19d451be7fe3f041","status":"passed","time":{"start":1728856299186,"stop":1728856299186,"duration":0}},{"uid":"805986db059c8bc2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/805986db059c8bc2","status":"passed","time":{"start":1728738505372,"stop":1728738505372,"duration":0}},{"uid":"9e812e8a225c8b60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9e812e8a225c8b60","status":"passed","time":{"start":1728683045441,"stop":1728683045446,"duration":5}},{"uid":"13bce030d916caf3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13bce030d916caf3","status":"passed","time":{"start":1728682607285,"stop":1728682607286,"duration":1}},{"uid":"7d48fc9a32cc90f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d48fc9a32cc90f2","status":"passed","time":{"start":1728677103491,"stop":1728677103492,"duration":1}},{"uid":"e48aab5068b7b9b9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e48aab5068b7b9b9","status":"passed","time":{"start":1728669777113,"stop":1728669777114,"duration":1}},{"uid":"5418dc645759ed9b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5418dc645759ed9b","status":"passed","time":{"start":1728598163463,"stop":1728598163463,"duration":0}},{"uid":"b573f8fd060559b4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b573f8fd060559b4","status":"passed","time":{"start":1728597375462,"stop":1728597375463,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ff5bc14a0109865","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff5bc14a0109865","status":"passed","time":{"start":1729033900643,"stop":1729033900645,"duration":2}},{"uid":"f7df946e330f0e0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f7df946e330f0e0e","status":"passed","time":{"start":1729031950407,"stop":1729031950408,"duration":1}},{"uid":"ff442ca849d58cfb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ff442ca849d58cfb","status":"passed","time":{"start":1728901494879,"stop":1728901494879,"duration":0}},{"uid":"e812dfb31fec9e02","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e812dfb31fec9e02","status":"passed","time":{"start":1728892927097,"stop":1728892927098,"duration":1}},{"uid":"bbf4ea058a5b8555","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bbf4ea058a5b8555","status":"passed","time":{"start":1728855889014,"stop":1728855889015,"duration":1}},{"uid":"ec21d3f177324372","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec21d3f177324372","status":"passed","time":{"start":1728738105941,"stop":1728738105941,"duration":0}},{"uid":"5b039a516c597ef0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5b039a516c597ef0","status":"passed","time":{"start":1728682639925,"stop":1728682639926,"duration":1}},{"uid":"b31db6e6e728c5d4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b31db6e6e728c5d4","status":"passed","time":{"start":1728682212119,"stop":1728682212120,"duration":1}},{"uid":"6fc4ac383b9d536d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6fc4ac383b9d536d","status":"passed","time":{"start":1728676687921,"stop":1728676687922,"duration":1}},{"uid":"a822f0cf788eac6d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a822f0cf788eac6d","status":"passed","time":{"start":1728669411847,"stop":1728669411847,"duration":0}},{"uid":"332def47f04a09c2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/332def47f04a09c2","status":"passed","time":{"start":1728597751012,"stop":1728597751012,"duration":0}},{"uid":"81aeeb6d0c0951da","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/81aeeb6d0c0951da","status":"passed","time":{"start":1728596968267,"stop":1728596968268,"duration":1}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a02d806401e19c4e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a02d806401e19c4e","status":"passed","time":{"start":1729034148002,"stop":1729034148002,"duration":0}},{"uid":"645ab7cb4c2a50e6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/645ab7cb4c2a50e6","status":"passed","time":{"start":1729032202832,"stop":1729032202833,"duration":1}},{"uid":"247bca5ea292c919","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/247bca5ea292c919","status":"passed","time":{"start":1728901873322,"stop":1728901873322,"duration":0}},{"uid":"d57d0cfa877c046a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d57d0cfa877c046a","status":"passed","time":{"start":1728893311009,"stop":1728893311009,"duration":0}},{"uid":"5ea4787795a666ed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5ea4787795a666ed","status":"passed","time":{"start":1728856279298,"stop":1728856279298,"duration":0}},{"uid":"cb32ebd0013f0456","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb32ebd0013f0456","status":"passed","time":{"start":1728738483462,"stop":1728738483463,"duration":1}},{"uid":"e31cde8a703702b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e31cde8a703702b6","status":"passed","time":{"start":1728683033355,"stop":1728683033355,"duration":0}},{"uid":"b0c8d786c555172e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b0c8d786c555172e","status":"passed","time":{"start":1728682591258,"stop":1728682591258,"duration":0}},{"uid":"4cfe8c56123bf41e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4cfe8c56123bf41e","status":"passed","time":{"start":1728677083881,"stop":1728677083882,"duration":1}},{"uid":"2c1bb58651a58b5a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2c1bb58651a58b5a","status":"passed","time":{"start":1728669753997,"stop":1728669753998,"duration":1}},{"uid":"afcbe1f46fc3977","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/afcbe1f46fc3977","status":"passed","time":{"start":1728598145545,"stop":1728598145545,"duration":0}},{"uid":"4e215c3b7206f985","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4e215c3b7206f985","status":"passed","time":{"start":1728597350445,"stop":1728597350446,"duration":1}}]},"dbbe057875088916a76bbd9635820c0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2491c911081625e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e2491c911081625e","status":"passed","time":{"start":1728901995036,"stop":1728901995037,"duration":1}}]},"22a088406165569415707ae1524760ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd4268b71b6392de","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fd4268b71b6392de","status":"passed","time":{"start":1728677156812,"stop":1728677156813,"duration":1}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4c7e9104f80568d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c7e9104f80568d6","status":"passed","time":{"start":1729034188117,"stop":1729034188117,"duration":0}},{"uid":"b1fdb031cc5a7336","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b1fdb031cc5a7336","status":"passed","time":{"start":1729032231863,"stop":1729032231864,"duration":1}},{"uid":"12855f1a4f8904d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12855f1a4f8904d0","status":"passed","time":{"start":1728901989565,"stop":1728901989565,"duration":0}},{"uid":"ea094605fe6b4e9b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ea094605fe6b4e9b","status":"passed","time":{"start":1728893424900,"stop":1728893424901,"duration":1}},{"uid":"732c5d0fcf33d0a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/732c5d0fcf33d0a4","status":"passed","time":{"start":1728856376683,"stop":1728856376683,"duration":0}},{"uid":"ac5068719f495b29","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ac5068719f495b29","status":"passed","time":{"start":1728738593960,"stop":1728738593960,"duration":0}},{"uid":"20686b964986ade1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/20686b964986ade1","status":"passed","time":{"start":1728683135337,"stop":1728683135338,"duration":1}},{"uid":"2a3a62ecb9a19a89","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2a3a62ecb9a19a89","status":"passed","time":{"start":1728682692589,"stop":1728682692589,"duration":0}},{"uid":"f3244a4ba344f369","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f3244a4ba344f369","status":"passed","time":{"start":1728677194228,"stop":1728677194229,"duration":1}},{"uid":"cea1ce16a86d547b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cea1ce16a86d547b","status":"passed","time":{"start":1728669874423,"stop":1728669874424,"duration":1}},{"uid":"9a36b57ddd77e6c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a36b57ddd77e6c","status":"passed","time":{"start":1728598257462,"stop":1728598257462,"duration":0}},{"uid":"d13704df0905ab96","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d13704df0905ab96","status":"passed","time":{"start":1728597471284,"stop":1728597471284,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"63afe140347f62bd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/63afe140347f62bd","status":"passed","time":{"start":1729032277689,"stop":1729032277690,"duration":1}},{"uid":"840cccf261111bd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/840cccf261111bd","status":"passed","time":{"start":1728902034222,"stop":1728902034222,"duration":0}},{"uid":"ce634bc10894611b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce634bc10894611b","status":"passed","time":{"start":1728893469054,"stop":1728893469055,"duration":1}},{"uid":"45c7e15a11f5d84e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/45c7e15a11f5d84e","status":"passed","time":{"start":1728856416486,"stop":1728856416486,"duration":0}},{"uid":"54ebf1297b70714","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/54ebf1297b70714","status":"passed","time":{"start":1728738643168,"stop":1728738643168,"duration":0}},{"uid":"36b807f684ea9b70","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36b807f684ea9b70","status":"passed","time":{"start":1728683174244,"stop":1728683174244,"duration":0}},{"uid":"76fa6990a7390879","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/76fa6990a7390879","status":"passed","time":{"start":1728682757797,"stop":1728682757797,"duration":0}},{"uid":"58735082b8c13fde","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/58735082b8c13fde","status":"passed","time":{"start":1728677231122,"stop":1728677231123,"duration":1}},{"uid":"bb7c19f126895cfe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb7c19f126895cfe","status":"passed","time":{"start":1728669920232,"stop":1728669920233,"duration":1}},{"uid":"66c360757e0c37c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/66c360757e0c37c6","status":"passed","time":{"start":1728598298886,"stop":1728598298887,"duration":1}},{"uid":"5962bbda8bd40738","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5962bbda8bd40738","status":"passed","time":{"start":1728597513732,"stop":1728597513732,"duration":0}}]},"5b4f9624a54237e6882d63bcdc3f9eb5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d30ed6939f590b4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d30ed6939f590b4a","status":"passed","time":{"start":1728598137498,"stop":1728598137499,"duration":1}}]},"09ee853dc4cf5e5fd6c0e1dd09dbf83c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c283c4bc56ece41d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c283c4bc56ece41d","status":"passed","time":{"start":1728893389988,"stop":1728893389989,"duration":1}}]},"b568842359197c1569344973aaeada0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ccde1146bf511eb6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ccde1146bf511eb6","status":"passed","time":{"start":1728682807959,"stop":1728682807959,"duration":0}}]},"6b706524b853faca44416982b74461c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"750ec5c427755016","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/750ec5c427755016","status":"passed","time":{"start":1728682666068,"stop":1728682666069,"duration":1}}]},"9220bd055bd1d8ad212f07152666fff7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf34c6fcbd83ec03","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bf34c6fcbd83ec03","status":"passed","time":{"start":1728682652693,"stop":1728682652693,"duration":0}}]},"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"37a4f62c173f458e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37a4f62c173f458e","status":"passed","time":{"start":1729033834396,"stop":1729033834396,"duration":0}},{"uid":"60438c270dd18453","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/60438c270dd18453","status":"passed","time":{"start":1729031884129,"stop":1729031884130,"duration":1}},{"uid":"cee1535b7170987","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cee1535b7170987","status":"passed","time":{"start":1728901430262,"stop":1728901430262,"duration":0}},{"uid":"a9db8f52f7da151","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a9db8f52f7da151","status":"passed","time":{"start":1728892860541,"stop":1728892860541,"duration":0}},{"uid":"2454b309bf3386db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2454b309bf3386db","status":"passed","time":{"start":1728855823330,"stop":1728855823330,"duration":0}},{"uid":"6ac21580ff3d84c6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6ac21580ff3d84c6","status":"passed","time":{"start":1728738040611,"stop":1728738040612,"duration":1}},{"uid":"7354bb4ffe1c1f24","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7354bb4ffe1c1f24","status":"passed","time":{"start":1728682574102,"stop":1728682574103,"duration":1}},{"uid":"89233a94f857b852","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/89233a94f857b852","status":"passed","time":{"start":1728682146827,"stop":1728682146827,"duration":0}},{"uid":"9d6153bf9a811ed6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9d6153bf9a811ed6","status":"passed","time":{"start":1728676621441,"stop":1728676621441,"duration":0}},{"uid":"a45ef35cd8f74c80","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a45ef35cd8f74c80","status":"passed","time":{"start":1728669344475,"stop":1728669344475,"duration":0}},{"uid":"c01311f019f87b72","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c01311f019f87b72","status":"passed","time":{"start":1728597685171,"stop":1728597685171,"duration":0}},{"uid":"35c47f26088bd431","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/35c47f26088bd431","status":"passed","time":{"start":1728596904480,"stop":1728596904481,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b2427ded3dee1ebe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b2427ded3dee1ebe","status":"passed","time":{"start":1729034121914,"stop":1729034121915,"duration":1}},{"uid":"f2e839e827140cf9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f2e839e827140cf9","status":"passed","time":{"start":1729032174873,"stop":1729032174873,"duration":0}},{"uid":"4a36f06a6aceb827","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4a36f06a6aceb827","status":"passed","time":{"start":1728901881013,"stop":1728901881014,"duration":1}},{"uid":"14e27057800ea5ef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/14e27057800ea5ef","status":"passed","time":{"start":1728893317165,"stop":1728893317166,"duration":1}},{"uid":"fdd9de5b7dfd5c40","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fdd9de5b7dfd5c40","status":"passed","time":{"start":1728856263101,"stop":1728856263101,"duration":0}},{"uid":"b5e416a36b732328","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b5e416a36b732328","status":"passed","time":{"start":1728738492800,"stop":1728738492800,"duration":0}},{"uid":"e2617913006fced4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e2617913006fced4","status":"passed","time":{"start":1728683030022,"stop":1728683030022,"duration":0}},{"uid":"bffc5897a3fb6c67","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bffc5897a3fb6c67","status":"passed","time":{"start":1728682581104,"stop":1728682581104,"duration":0}},{"uid":"4317a6788aa0b682","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4317a6788aa0b682","status":"passed","time":{"start":1728677081998,"stop":1728677081998,"duration":0}},{"uid":"1842430bd02871dd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1842430bd02871dd","status":"passed","time":{"start":1728669795398,"stop":1728669795398,"duration":0}},{"uid":"353c07990272c48d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/353c07990272c48d","status":"passed","time":{"start":1728598137505,"stop":1728598137505,"duration":0}},{"uid":"2e9a522d9cde4513","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2e9a522d9cde4513","status":"passed","time":{"start":1728597353480,"stop":1728597353481,"duration":1}}]},"b1617d541aa2b1d0bf6b170743e1fa7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c928f0a2c05094a8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c928f0a2c05094a8","status":"passed","time":{"start":1728893337254,"stop":1728893337254,"duration":0}}]},"1be19ae56a63c6313dc5c2d67b9ef5f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"501243d5f5b05805","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/501243d5f5b05805","status":"passed","time":{"start":1728669834427,"stop":1728669834431,"duration":4}}]},"a47ee37ff657033feb710ffb0195fd1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a3e9576697c212b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a3e9576697c212b","status":"passed","time":{"start":1729034169451,"stop":1729034169451,"duration":0}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7ab7ce988025bee6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ab7ce988025bee6","status":"passed","time":{"start":1729034147767,"stop":1729034147767,"duration":0}},{"uid":"85b21eef99f011cf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/85b21eef99f011cf","status":"passed","time":{"start":1729032204824,"stop":1729032204825,"duration":1}},{"uid":"4a4a3ff7dbb52475","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4a4a3ff7dbb52475","status":"passed","time":{"start":1728901907652,"stop":1728901907652,"duration":0}},{"uid":"cc72735622eee821","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cc72735622eee821","status":"passed","time":{"start":1728893341886,"stop":1728893341886,"duration":0}},{"uid":"1d806bee7ba8bdf2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d806bee7ba8bdf2","status":"passed","time":{"start":1728856299351,"stop":1728856299351,"duration":0}},{"uid":"cc64418a3bbb41b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc64418a3bbb41b9","status":"passed","time":{"start":1728738511612,"stop":1728738511612,"duration":0}},{"uid":"f862e72047905b74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f862e72047905b74","status":"passed","time":{"start":1728683052907,"stop":1728683052908,"duration":1}},{"uid":"18c281bc94264a3e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18c281bc94264a3e","status":"passed","time":{"start":1728682612907,"stop":1728682612907,"duration":0}},{"uid":"284fdd9796d370e3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/284fdd9796d370e3","status":"passed","time":{"start":1728677115742,"stop":1728677115742,"duration":0}},{"uid":"a27a6243930d04e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a27a6243930d04e0","status":"passed","time":{"start":1728669778170,"stop":1728669778171,"duration":1}},{"uid":"4f8957dc51c7b4b3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4f8957dc51c7b4b3","status":"passed","time":{"start":1728598175428,"stop":1728598175428,"duration":0}},{"uid":"546f3216a2eb296f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/546f3216a2eb296f","status":"passed","time":{"start":1728597380057,"stop":1728597380057,"duration":0}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e93a7e32c4f097d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e93a7e32c4f097d","status":"passed","time":{"start":1729033942604,"stop":1729033942604,"duration":0}},{"uid":"e66e759b4613bdc2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e66e759b4613bdc2","status":"passed","time":{"start":1729031989715,"stop":1729031989715,"duration":0}},{"uid":"4cdc944df54cc585","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4cdc944df54cc585","status":"passed","time":{"start":1728901562047,"stop":1728901562048,"duration":1}},{"uid":"73ed13ea2f8c37b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73ed13ea2f8c37b6","status":"passed","time":{"start":1728893001482,"stop":1728893001482,"duration":0}},{"uid":"6d37c5f3fe61f04d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d37c5f3fe61f04d","status":"passed","time":{"start":1728855968869,"stop":1728855968869,"duration":0}},{"uid":"63df190f0830c426","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/63df190f0830c426","status":"passed","time":{"start":1728738172967,"stop":1728738172968,"duration":1}},{"uid":"b5b39a9017c0ad82","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5b39a9017c0ad82","status":"passed","time":{"start":1728682706940,"stop":1728682706941,"duration":1}},{"uid":"e41236301daeeedf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e41236301daeeedf","status":"passed","time":{"start":1728682296861,"stop":1728682296861,"duration":0}},{"uid":"46dde9cec0e2bdb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46dde9cec0e2bdb9","status":"passed","time":{"start":1728676761477,"stop":1728676761478,"duration":1}},{"uid":"d049208d1a670546","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d049208d1a670546","status":"passed","time":{"start":1728669479027,"stop":1728669479028,"duration":1}},{"uid":"7ab7243e6043ecdb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7ab7243e6043ecdb","status":"passed","time":{"start":1728597820127,"stop":1728597820128,"duration":1}},{"uid":"34cccd477f0d2e93","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/34cccd477f0d2e93","status":"passed","time":{"start":1728597034502,"stop":1728597034502,"duration":0}}]},"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8abf46011fd069b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8abf46011fd069b3","status":"passed","time":{"start":1729033834383,"stop":1729033834383,"duration":0}},{"uid":"5c7d83a89a233f39","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5c7d83a89a233f39","status":"passed","time":{"start":1729031884116,"stop":1729031884117,"duration":1}},{"uid":"175ec264071af1d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/175ec264071af1d0","status":"passed","time":{"start":1728901430253,"stop":1728901430253,"duration":0}},{"uid":"1e9ecf0975647538","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e9ecf0975647538","status":"passed","time":{"start":1728892860531,"stop":1728892860531,"duration":0}},{"uid":"bd6591ecad8fc72e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bd6591ecad8fc72e","status":"passed","time":{"start":1728855823321,"stop":1728855823321,"duration":0}},{"uid":"eeb30de5f2d632c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eeb30de5f2d632c4","status":"passed","time":{"start":1728738040600,"stop":1728738040600,"duration":0}},{"uid":"e9c767585533291d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e9c767585533291d","status":"passed","time":{"start":1728682574090,"stop":1728682574090,"duration":0}},{"uid":"463c4c1e27dc0e53","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/463c4c1e27dc0e53","status":"passed","time":{"start":1728682146816,"stop":1728682146816,"duration":0}},{"uid":"ef735970814ef66","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef735970814ef66","status":"passed","time":{"start":1728676621430,"stop":1728676621430,"duration":0}},{"uid":"6b794f32b20501f6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6b794f32b20501f6","status":"passed","time":{"start":1728669344466,"stop":1728669344466,"duration":0}},{"uid":"997c779742849b90","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/997c779742849b90","status":"passed","time":{"start":1728597685160,"stop":1728597685160,"duration":0}},{"uid":"cf266121cb19e9a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cf266121cb19e9a7","status":"passed","time":{"start":1728596904466,"stop":1728596904466,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"63acd4c5b9f4d77c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/63acd4c5b9f4d77c","status":"passed","time":{"start":1729034121936,"stop":1729034121937,"duration":1}},{"uid":"bc5a8f5912f6eaeb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bc5a8f5912f6eaeb","status":"passed","time":{"start":1729032174901,"stop":1729032174902,"duration":1}},{"uid":"19e68f0eb2f180ef","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/19e68f0eb2f180ef","status":"passed","time":{"start":1728901881018,"stop":1728901881019,"duration":1}},{"uid":"1c749df0ea11abce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1c749df0ea11abce","status":"passed","time":{"start":1728893317175,"stop":1728893317176,"duration":1}},{"uid":"9ead724977a980b1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9ead724977a980b1","status":"passed","time":{"start":1728856263107,"stop":1728856263107,"duration":0}},{"uid":"7a77bfa1351a9174","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a77bfa1351a9174","status":"passed","time":{"start":1728738492802,"stop":1728738492802,"duration":0}},{"uid":"309845f6639cb5b1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/309845f6639cb5b1","status":"passed","time":{"start":1728683030025,"stop":1728683030025,"duration":0}},{"uid":"4b980171870e6a96","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4b980171870e6a96","status":"passed","time":{"start":1728682581106,"stop":1728682581110,"duration":4}},{"uid":"787c77a094d1189c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/787c77a094d1189c","status":"passed","time":{"start":1728677082002,"stop":1728677082003,"duration":1}},{"uid":"44935c33c6a890a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/44935c33c6a890a","status":"passed","time":{"start":1728669795401,"stop":1728669795401,"duration":0}},{"uid":"55f710ea597323be","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55f710ea597323be","status":"passed","time":{"start":1728598137506,"stop":1728598137507,"duration":1}},{"uid":"f50fe93a4b5ecdc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f50fe93a4b5ecdc2","status":"passed","time":{"start":1728597353483,"stop":1728597353483,"duration":0}}]},"b83df75610ec6c035cae4a2eaf5b080a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d0bd7f8c2e51f587","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d0bd7f8c2e51f587","status":"passed","time":{"start":1728677163572,"stop":1728677163573,"duration":1}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"71b6e70e9e57fda8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/71b6e70e9e57fda8","status":"passed","time":{"start":1729034121899,"stop":1729034121900,"duration":1}},{"uid":"1b0660b911dcdc0a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1b0660b911dcdc0a","status":"passed","time":{"start":1729032174809,"stop":1729032174809,"duration":0}},{"uid":"9bce83757e6208b4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9bce83757e6208b4","status":"passed","time":{"start":1728901881009,"stop":1728901881009,"duration":0}},{"uid":"b490fea920d816f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b490fea920d816f3","status":"passed","time":{"start":1728893317155,"stop":1728893317155,"duration":0}},{"uid":"4815a1d9ff303e39","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4815a1d9ff303e39","status":"passed","time":{"start":1728856263079,"stop":1728856263079,"duration":0}},{"uid":"4f4a37a6deba277a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4f4a37a6deba277a","status":"passed","time":{"start":1728738492795,"stop":1728738492795,"duration":0}},{"uid":"f3147a0df2ba4716","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3147a0df2ba4716","status":"passed","time":{"start":1728683030017,"stop":1728683030018,"duration":1}},{"uid":"feef9f9c9a812d34","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/feef9f9c9a812d34","status":"passed","time":{"start":1728682581097,"stop":1728682581097,"duration":0}},{"uid":"8085e07d863fa623","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8085e07d863fa623","status":"passed","time":{"start":1728677081990,"stop":1728677081990,"duration":0}},{"uid":"d34ef596c0c51c64","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d34ef596c0c51c64","status":"passed","time":{"start":1728669795391,"stop":1728669795391,"duration":0}},{"uid":"74441241b0a011d5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74441241b0a011d5","status":"passed","time":{"start":1728598137500,"stop":1728598137500,"duration":0}},{"uid":"6701f1414538d227","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6701f1414538d227","status":"passed","time":{"start":1728597353477,"stop":1728597353477,"duration":0}}]},"359f94573637a983d040a83bd3d384db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"298f78e00c0d8bf8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/298f78e00c0d8bf8","status":"passed","time":{"start":1728738567468,"stop":1728738567469,"duration":1}}]},"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ba5d3d73b7d58edd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba5d3d73b7d58edd","status":"passed","time":{"start":1729033974447,"stop":1729033974449,"duration":2}},{"uid":"dfc3be69f9c6a13b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dfc3be69f9c6a13b","status":"passed","time":{"start":1729032027757,"stop":1729032027759,"duration":2}},{"uid":"b710c4898c6857c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b710c4898c6857c","status":"passed","time":{"start":1728901614538,"stop":1728901614539,"duration":1}},{"uid":"40fb99145328a10e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/40fb99145328a10e","status":"passed","time":{"start":1728893048594,"stop":1728893048594,"duration":0}},{"uid":"dc8b55055e6969f6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dc8b55055e6969f6","status":"passed","time":{"start":1728856013558,"stop":1728856013558,"duration":0}},{"uid":"8e0fbce19fbe7fcb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8e0fbce19fbe7fcb","status":"passed","time":{"start":1728738231630,"stop":1728738231630,"duration":0}},{"uid":"113002643bae86b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/113002643bae86b","status":"passed","time":{"start":1728682761069,"stop":1728682761070,"duration":1}},{"uid":"2854d8dc5f27eb33","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2854d8dc5f27eb33","status":"passed","time":{"start":1728682330627,"stop":1728682330627,"duration":0}},{"uid":"80e295ee9d11a796","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/80e295ee9d11a796","status":"passed","time":{"start":1728676808321,"stop":1728676808322,"duration":1}},{"uid":"fce611386126879b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fce611386126879b","status":"passed","time":{"start":1728669528227,"stop":1728669528227,"duration":0}},{"uid":"1e491b6c628a85f4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e491b6c628a85f4","status":"passed","time":{"start":1728597872226,"stop":1728597872226,"duration":0}},{"uid":"90e83d73b38ba196","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90e83d73b38ba196","status":"passed","time":{"start":1728597087683,"stop":1728597087684,"duration":1}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cad78f4e01529952","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cad78f4e01529952","status":"passed","time":{"start":1729033933480,"stop":1729033933480,"duration":0}},{"uid":"1a79b4b2195b8fd8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a79b4b2195b8fd8","status":"passed","time":{"start":1729031982920,"stop":1729031982920,"duration":0}},{"uid":"f6d6dd0e7556cc9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f6d6dd0e7556cc9","status":"passed","time":{"start":1728901527855,"stop":1728901527856,"duration":1}},{"uid":"f556076de665da5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f556076de665da5a","status":"passed","time":{"start":1728892960139,"stop":1728892960140,"duration":1}},{"uid":"30fa1cced54b32e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30fa1cced54b32e","status":"passed","time":{"start":1728855921714,"stop":1728855921714,"duration":0}},{"uid":"e3e13a54fbf93bd0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e3e13a54fbf93bd0","status":"passed","time":{"start":1728738138432,"stop":1728738138432,"duration":0}},{"uid":"a7eddbbf49e718ec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a7eddbbf49e718ec","status":"passed","time":{"start":1728682672252,"stop":1728682672252,"duration":0}},{"uid":"119bedf9946132b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/119bedf9946132b4","status":"passed","time":{"start":1728682245074,"stop":1728682245074,"duration":0}},{"uid":"b45b1ef9dff2624d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b45b1ef9dff2624d","status":"passed","time":{"start":1728676721299,"stop":1728676721300,"duration":1}},{"uid":"27ca1d8c582f6214","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/27ca1d8c582f6214","status":"passed","time":{"start":1728669444560,"stop":1728669444561,"duration":1}},{"uid":"73dcfec96f3f31f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/73dcfec96f3f31f","status":"passed","time":{"start":1728597784072,"stop":1728597784073,"duration":1}},{"uid":"794f8030df018ba2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/794f8030df018ba2","status":"passed","time":{"start":1728597001548,"stop":1728597001548,"duration":0}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ba2ab9b7013b405f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba2ab9b7013b405f","status":"passed","time":{"start":1729033843115,"stop":1729033843116,"duration":1}},{"uid":"556801652a788c2e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/556801652a788c2e","status":"passed","time":{"start":1729031892674,"stop":1729031892674,"duration":0}},{"uid":"e1cd56d1f288a195","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e1cd56d1f288a195","status":"passed","time":{"start":1728901438805,"stop":1728901438806,"duration":1}},{"uid":"c9e867cab9adfe62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9e867cab9adfe62","status":"passed","time":{"start":1728892868997,"stop":1728892868997,"duration":0}},{"uid":"8be8e42e18868757","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8be8e42e18868757","status":"passed","time":{"start":1728855831890,"stop":1728855831890,"duration":0}},{"uid":"2178abc85a521dd1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2178abc85a521dd1","status":"passed","time":{"start":1728738049037,"stop":1728738049037,"duration":0}},{"uid":"4d06c222322eb81c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d06c222322eb81c","status":"passed","time":{"start":1728682582615,"stop":1728682582615,"duration":0}},{"uid":"7afef75c3516334a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7afef75c3516334a","status":"passed","time":{"start":1728682155405,"stop":1728682155405,"duration":0}},{"uid":"ec545333048de80f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec545333048de80f","status":"passed","time":{"start":1728676629971,"stop":1728676629971,"duration":0}},{"uid":"bb9dcfa17d9d41e7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb9dcfa17d9d41e7","status":"passed","time":{"start":1728669353098,"stop":1728669353099,"duration":1}},{"uid":"bec0fe989aa35b55","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bec0fe989aa35b55","status":"passed","time":{"start":1728597693843,"stop":1728597693843,"duration":0}},{"uid":"eb180ecfeacd4523","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb180ecfeacd4523","status":"passed","time":{"start":1728596913088,"stop":1728596913088,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"4daecbc966aa9b0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4daecbc966aa9b0","status":"passed","time":{"start":1729032275829,"stop":1729032275829,"duration":0}},{"uid":"f53956e40b61ea91","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f53956e40b61ea91","status":"passed","time":{"start":1728902036741,"stop":1728902036741,"duration":0}},{"uid":"9da2877f157a4e6c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9da2877f157a4e6c","status":"passed","time":{"start":1728893472414,"stop":1728893472414,"duration":0}},{"uid":"41b83981462ebaf4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/41b83981462ebaf4","status":"passed","time":{"start":1728856423202,"stop":1728856423202,"duration":0}},{"uid":"92fa605579345bac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/92fa605579345bac","status":"passed","time":{"start":1728738648730,"stop":1728738648731,"duration":1}},{"uid":"b0ebcd7f1cb19e27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b0ebcd7f1cb19e27","status":"passed","time":{"start":1728683179656,"stop":1728683179656,"duration":0}},{"uid":"3cb35749be1cb3df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3cb35749be1cb3df","status":"passed","time":{"start":1728682757952,"stop":1728682757952,"duration":0}},{"uid":"8661d9f835486eeb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8661d9f835486eeb","status":"passed","time":{"start":1728677238452,"stop":1728677238452,"duration":0}},{"uid":"7474de391e18520d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7474de391e18520d","status":"passed","time":{"start":1728669928221,"stop":1728669928221,"duration":0}},{"uid":"fa5a4dfeb27728b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fa5a4dfeb27728b2","status":"passed","time":{"start":1728598319591,"stop":1728598319591,"duration":0}},{"uid":"e31a413484279057","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e31a413484279057","status":"passed","time":{"start":1728597520648,"stop":1728597520648,"duration":0}}]},"c1462b10b9ea7b55a2c2c7472f69f5a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d45ab5a61b40f88","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2d45ab5a61b40f88","status":"passed","time":{"start":1728669795390,"stop":1728669795390,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8f53383fae484a00","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8f53383fae484a00","status":"passed","time":{"start":1729034137133,"stop":1729034137134,"duration":1}},{"uid":"beae535f4885f50d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/beae535f4885f50d","status":"passed","time":{"start":1729032206874,"stop":1729032206874,"duration":0}},{"uid":"457a3422c9d7924f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/457a3422c9d7924f","status":"passed","time":{"start":1728901995020,"stop":1728901995021,"duration":1}},{"uid":"874448abc1866b20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/874448abc1866b20","status":"passed","time":{"start":1728893420994,"stop":1728893420994,"duration":0}},{"uid":"e340087bf9b98ec2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e340087bf9b98ec2","status":"passed","time":{"start":1728856368595,"stop":1728856368595,"duration":0}},{"uid":"a8441606636b2f29","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a8441606636b2f29","status":"passed","time":{"start":1728738604679,"stop":1728738604680,"duration":1}},{"uid":"1974c012edc4859","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1974c012edc4859","status":"passed","time":{"start":1728683117621,"stop":1728683117624,"duration":3}},{"uid":"99040ab74e238954","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99040ab74e238954","status":"passed","time":{"start":1728682721317,"stop":1728682721317,"duration":0}},{"uid":"cc53a917fa276094","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cc53a917fa276094","status":"passed","time":{"start":1728677184682,"stop":1728677184682,"duration":0}},{"uid":"c4c26fbb9cde34e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4c26fbb9cde34e2","status":"passed","time":{"start":1728669866448,"stop":1728669866449,"duration":1}},{"uid":"28b5924b6d2f8023","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/28b5924b6d2f8023","status":"passed","time":{"start":1728598249975,"stop":1728598249975,"duration":0}},{"uid":"3018388890f32b7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3018388890f32b7e","status":"passed","time":{"start":1728597472290,"stop":1728597472290,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"e08337e36261d9b2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e08337e36261d9b2","status":"passed","time":{"start":1729034041485,"stop":1729034041485,"duration":0}},{"uid":"31472742858fe179","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/31472742858fe179","status":"passed","time":{"start":1728901705390,"stop":1728901705391,"duration":1}},{"uid":"3ca61d74f4aca2dc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ca61d74f4aca2dc","status":"passed","time":{"start":1728893141773,"stop":1728893141774,"duration":1}},{"uid":"b03877074d3e6b86","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b03877074d3e6b86","status":"passed","time":{"start":1728856087081,"stop":1728856087081,"duration":0}},{"uid":"d1d2baaaf12a83c5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d1d2baaaf12a83c5","status":"passed","time":{"start":1728738321432,"stop":1728738321433,"duration":1}},{"uid":"7116b114091e3e8a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7116b114091e3e8a","status":"passed","time":{"start":1728682845672,"stop":1728682845672,"duration":0}},{"uid":"f666a12109a6fe48","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f666a12109a6fe48","status":"passed","time":{"start":1728682424306,"stop":1728682424306,"duration":0}},{"uid":"1b3c5ac44d53e6d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b3c5ac44d53e6d7","status":"passed","time":{"start":1728676900513,"stop":1728676900513,"duration":0}},{"uid":"4d3303e83ee0f254","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4d3303e83ee0f254","status":"passed","time":{"start":1728669625798,"stop":1728669625798,"duration":0}},{"uid":"ae0c87e412d6d419","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ae0c87e412d6d419","status":"passed","time":{"start":1728597957161,"stop":1728597957161,"duration":0}},{"uid":"ea9ac53ecc1a3eba","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea9ac53ecc1a3eba","status":"passed","time":{"start":1728597182615,"stop":1728597182615,"duration":0}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"be79d9dea684fb7a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be79d9dea684fb7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033858274,"stop":1729033858274,"duration":0}},{"uid":"4946c8b09286dbd6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4946c8b09286dbd6","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031908180,"stop":1729031908180,"duration":0}},{"uid":"f94439471846c363","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f94439471846c363","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901453937,"stop":1728901453937,"duration":0}},{"uid":"8dafc7422ed5b807","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8dafc7422ed5b807","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892884413,"stop":1728892884413,"duration":0}},{"uid":"b47c72f4df469050","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b47c72f4df469050","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855846881,"stop":1728855846882,"duration":1}},{"uid":"643d4c57a31e106d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/643d4c57a31e106d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738064186,"stop":1728738064186,"duration":0}},{"uid":"5d793d1538701c21","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5d793d1538701c21","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682597764,"stop":1728682597764,"duration":0}},{"uid":"c1ccafa3a42a97b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1ccafa3a42a97b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682170542,"stop":1728682170543,"duration":1}},{"uid":"8118a0e093ffddb5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8118a0e093ffddb5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676645203,"stop":1728676645203,"duration":0}},{"uid":"51e5b204659dda19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/51e5b204659dda19","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669368197,"stop":1728669368197,"duration":0}},{"uid":"9a2ed119969fb2fa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a2ed119969fb2fa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597709015,"stop":1728597709015,"duration":0}},{"uid":"afc254d26d610a38","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/afc254d26d610a38","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596928109,"stop":1728596928109,"duration":0}}]},"f822fc9cf7eb42c2d5c00eb1057e7a15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":10,"unknown":0,"total":11},"items":[{"uid":"3fc1eb106f14f3a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3fc1eb106f14f3a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977066,"stop":1729033977066,"duration":0}},{"uid":"bba08468aa25b058","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bba08468aa25b058","status":"passed","time":{"start":1729032093809,"stop":1729032093810,"duration":1}},{"uid":"5e21031bc90bb7fe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5e21031bc90bb7fe","status":"passed","time":{"start":1728901748783,"stop":1728901748784,"duration":1}},{"uid":"35b291e9d0b71aee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/35b291e9d0b71aee","status":"passed","time":{"start":1728893181088,"stop":1728893181088,"duration":0}},{"uid":"881cd883fcf82cd8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/881cd883fcf82cd8","status":"passed","time":{"start":1728856155553,"stop":1728856155553,"duration":0}},{"uid":"2f4a2b888c8e7c89","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f4a2b888c8e7c89","status":"passed","time":{"start":1728738360302,"stop":1728738360303,"duration":1}},{"uid":"dc6f7d86a5976c3d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc6f7d86a5976c3d","status":"passed","time":{"start":1728682907224,"stop":1728682907224,"duration":0}},{"uid":"aae52355ad7412b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aae52355ad7412b9","status":"passed","time":{"start":1728682466737,"stop":1728682466738,"duration":1}},{"uid":"38a3763235580c0f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38a3763235580c0f","status":"passed","time":{"start":1728676955724,"stop":1728676955724,"duration":0}},{"uid":"bbf24c4d1b510fba","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bbf24c4d1b510fba","status":"passed","time":{"start":1728598013536,"stop":1728598013537,"duration":1}},{"uid":"787d7d0d72336edb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/787d7d0d72336edb","status":"passed","time":{"start":1728597225202,"stop":1728597225202,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5a27d6524e6bca3d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a27d6524e6bca3d","status":"passed","time":{"start":1729034169194,"stop":1729034169195,"duration":1}},{"uid":"82930922c9ca7f3d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/82930922c9ca7f3d","status":"passed","time":{"start":1729032228066,"stop":1729032228067,"duration":1}},{"uid":"da869ba6990ddad4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da869ba6990ddad4","status":"passed","time":{"start":1728901947146,"stop":1728901947147,"duration":1}},{"uid":"855879143a2bfbfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/855879143a2bfbfd","status":"passed","time":{"start":1728893380058,"stop":1728893380058,"duration":0}},{"uid":"2828218e88f6fc53","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2828218e88f6fc53","status":"passed","time":{"start":1728856336880,"stop":1728856336880,"duration":0}},{"uid":"a4972b4d1d03711","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a4972b4d1d03711","status":"passed","time":{"start":1728738551164,"stop":1728738551164,"duration":0}},{"uid":"62d627c2bcefb30a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/62d627c2bcefb30a","status":"passed","time":{"start":1728683095876,"stop":1728683095876,"duration":0}},{"uid":"731b7f91c97ef35e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/731b7f91c97ef35e","status":"passed","time":{"start":1728682657388,"stop":1728682657389,"duration":1}},{"uid":"2b28eec7c785a672","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b28eec7c785a672","status":"passed","time":{"start":1728677151465,"stop":1728677151466,"duration":1}},{"uid":"3a8bffb11bd3661f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3a8bffb11bd3661f","status":"passed","time":{"start":1728669832894,"stop":1728669832894,"duration":0}},{"uid":"1a3df601846910df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a3df601846910df","status":"passed","time":{"start":1728598215610,"stop":1728598215611,"duration":1}},{"uid":"b206267f700b3a5f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b206267f700b3a5f","status":"passed","time":{"start":1728597425044,"stop":1728597425044,"duration":0}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"c5887fcee980ef61","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5887fcee980ef61","status":"passed","time":{"start":1729034041497,"stop":1729034041497,"duration":0}},{"uid":"6bbcf9cc63222fc0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6bbcf9cc63222fc0","status":"passed","time":{"start":1728901705412,"stop":1728901705413,"duration":1}},{"uid":"963bcabb12e48670","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/963bcabb12e48670","status":"passed","time":{"start":1728893141780,"stop":1728893141781,"duration":1}},{"uid":"8236aa9abddaed48","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8236aa9abddaed48","status":"passed","time":{"start":1728856087087,"stop":1728856087087,"duration":0}},{"uid":"cc91be14d815ce1e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc91be14d815ce1e","status":"passed","time":{"start":1728738321445,"stop":1728738321446,"duration":1}},{"uid":"91cc9ee88ffa521e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/91cc9ee88ffa521e","status":"passed","time":{"start":1728682845680,"stop":1728682845680,"duration":0}},{"uid":"c1821a386d553bcf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1821a386d553bcf","status":"passed","time":{"start":1728682424314,"stop":1728682424315,"duration":1}},{"uid":"fe9c2c9f5d198ded","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe9c2c9f5d198ded","status":"passed","time":{"start":1728676900543,"stop":1728676900544,"duration":1}},{"uid":"b909f2b7c32beb98","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b909f2b7c32beb98","status":"passed","time":{"start":1728669625804,"stop":1728669625804,"duration":0}},{"uid":"cc26b4cd678cf878","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cc26b4cd678cf878","status":"passed","time":{"start":1728597957175,"stop":1728597957175,"duration":0}},{"uid":"a7a6721006daf8eb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a7a6721006daf8eb","status":"passed","time":{"start":1728597182622,"stop":1728597182622,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a647d4f394b0257f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a647d4f394b0257f","status":"passed","time":{"start":1729034144764,"stop":1729034144764,"duration":0}},{"uid":"6bc9ecc432a3c891","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6bc9ecc432a3c891","status":"passed","time":{"start":1729032198814,"stop":1729032198815,"duration":1}},{"uid":"51bb7ea81baa4217","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/51bb7ea81baa4217","status":"passed","time":{"start":1728901901761,"stop":1728901901762,"duration":1}},{"uid":"5299a85e9d180e7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5299a85e9d180e7","status":"passed","time":{"start":1728893337241,"stop":1728893337246,"duration":5}},{"uid":"34b1f1f6b35966f9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/34b1f1f6b35966f9","status":"passed","time":{"start":1728856299187,"stop":1728856299188,"duration":1}},{"uid":"1c3c35b0afc5c737","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1c3c35b0afc5c737","status":"passed","time":{"start":1728738505374,"stop":1728738505374,"duration":0}},{"uid":"c46488b78b9fc13c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c46488b78b9fc13c","status":"passed","time":{"start":1728683045447,"stop":1728683045447,"duration":0}},{"uid":"bad91e4e5f52d9a9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bad91e4e5f52d9a9","status":"passed","time":{"start":1728682607287,"stop":1728682607288,"duration":1}},{"uid":"e5f9245ee6bf40ce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5f9245ee6bf40ce","status":"passed","time":{"start":1728677103493,"stop":1728677103493,"duration":0}},{"uid":"170f406749a06a17","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/170f406749a06a17","status":"passed","time":{"start":1728669777115,"stop":1728669777115,"duration":0}},{"uid":"92266b50aa30c11","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/92266b50aa30c11","status":"passed","time":{"start":1728598163464,"stop":1728598163465,"duration":1}},{"uid":"eb8d70e8687be7bb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb8d70e8687be7bb","status":"passed","time":{"start":1728597375466,"stop":1728597375467,"duration":1}}]},"d13195d108fb303db5dff614f7e26bc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4e185291f3fb48c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f4e185291f3fb48c","status":"passed","time":{"start":1729032174928,"stop":1729032174928,"duration":0}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a69ca65e484c6ddc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a69ca65e484c6ddc","status":"passed","time":{"start":1729034144758,"stop":1729034144759,"duration":1}},{"uid":"4f26b3831201219a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f26b3831201219a","status":"passed","time":{"start":1729032198808,"stop":1729032198809,"duration":1}},{"uid":"657085307221c3da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/657085307221c3da","status":"passed","time":{"start":1728901901735,"stop":1728901901735,"duration":0}},{"uid":"8d5ea6cb922abf42","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d5ea6cb922abf42","status":"passed","time":{"start":1728893337226,"stop":1728893337227,"duration":1}},{"uid":"8b38ef568fbe988f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b38ef568fbe988f","status":"passed","time":{"start":1728856299183,"stop":1728856299183,"duration":0}},{"uid":"52e0c98c2e25736b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/52e0c98c2e25736b","status":"passed","time":{"start":1728738505368,"stop":1728738505369,"duration":1}},{"uid":"942a480b64c8e1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/942a480b64c8e1","status":"passed","time":{"start":1728683045437,"stop":1728683045438,"duration":1}},{"uid":"156401f20aab367a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/156401f20aab367a","status":"passed","time":{"start":1728682607280,"stop":1728682607280,"duration":0}},{"uid":"ad086d3079acc28","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ad086d3079acc28","status":"passed","time":{"start":1728677103485,"stop":1728677103485,"duration":0}},{"uid":"73529a71e268fce8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/73529a71e268fce8","status":"passed","time":{"start":1728669777110,"stop":1728669777111,"duration":1}},{"uid":"55e2b0b96b82f686","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55e2b0b96b82f686","status":"passed","time":{"start":1728598163460,"stop":1728598163460,"duration":0}},{"uid":"bbab845f1b058c04","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bbab845f1b058c04","status":"passed","time":{"start":1728597375454,"stop":1728597375455,"duration":1}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"9ccc75f24037f44a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ccc75f24037f44a","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034144772,"stop":1729034144772,"duration":0}},{"uid":"bb1f64c1af141764","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb1f64c1af141764","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032198828,"stop":1729032198828,"duration":0}},{"uid":"992a4335c4ee1766","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/992a4335c4ee1766","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901901777,"stop":1728901901777,"duration":0}},{"uid":"2097768a4775e8b8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2097768a4775e8b8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893337258,"stop":1728893337258,"duration":0}},{"uid":"6a00c33159a53fb2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6a00c33159a53fb2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299202,"stop":1728856299202,"duration":0}},{"uid":"b57b02d0bd5068ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b57b02d0bd5068ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738505392,"stop":1728738505392,"duration":0}},{"uid":"c866d171255b119","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c866d171255b119","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683045454,"stop":1728683045454,"duration":0}},{"uid":"a078c6a412aeee4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a078c6a412aeee4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682607299,"stop":1728682607299,"duration":0}},{"uid":"17b5734c71f40cd2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/17b5734c71f40cd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677103502,"stop":1728677103502,"duration":0}},{"uid":"32b047682d7b9d9a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32b047682d7b9d9a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669777140,"stop":1728669777140,"duration":0}},{"uid":"fcbb93cb3f6a7e80","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fcbb93cb3f6a7e80","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598163471,"stop":1728598163471,"duration":0}},{"uid":"b74e980724361263","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b74e980724361263","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597375490,"stop":1728597375490,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ee29586b3dbe0824","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee29586b3dbe0824","status":"passed","time":{"start":1729034209093,"stop":1729034209093,"duration":0}},{"uid":"2cc874ec541fdc01","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2cc874ec541fdc01","status":"passed","time":{"start":1729032264565,"stop":1729032264565,"duration":0}},{"uid":"1e33633090d547a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e33633090d547a6","status":"passed","time":{"start":1728902012844,"stop":1728902012845,"duration":1}},{"uid":"e12eac64a1e1285c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e12eac64a1e1285c","status":"passed","time":{"start":1728893454809,"stop":1728893454809,"duration":0}},{"uid":"212a5132eeca4b49","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/212a5132eeca4b49","status":"passed","time":{"start":1728856408450,"stop":1728856408450,"duration":0}},{"uid":"acf1f8b3de3454a3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/acf1f8b3de3454a3","status":"passed","time":{"start":1728738633852,"stop":1728738633852,"duration":0}},{"uid":"df01de7497ea045d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/df01de7497ea045d","status":"passed","time":{"start":1728683159749,"stop":1728683159750,"duration":1}},{"uid":"435b3946add9a6d2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/435b3946add9a6d2","status":"passed","time":{"start":1728682751326,"stop":1728682751327,"duration":1}},{"uid":"11e018bf39d763da","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11e018bf39d763da","status":"passed","time":{"start":1728677216353,"stop":1728677216353,"duration":0}},{"uid":"cf41e877fbc21ea1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cf41e877fbc21ea1","status":"passed","time":{"start":1728669925451,"stop":1728669925451,"duration":0}},{"uid":"c725f8b3ff09d5b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c725f8b3ff09d5b1","status":"passed","time":{"start":1728598268799,"stop":1728598268799,"duration":0}},{"uid":"dca6a30405285278","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dca6a30405285278","status":"passed","time":{"start":1728597503912,"stop":1728597503913,"duration":1}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"56ab6665b31e7479","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/56ab6665b31e7479","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121909,"stop":1729034121909,"duration":0}},{"uid":"b5f0cb8f196dab78","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b5f0cb8f196dab78","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174842,"stop":1729032174842,"duration":0}},{"uid":"1598f67e7dd82e40","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1598f67e7dd82e40","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881011,"stop":1728901881011,"duration":0}},{"uid":"7551a6b29ef7051f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7551a6b29ef7051f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317160,"stop":1728893317161,"duration":1}},{"uid":"4d3d02c33561b091","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4d3d02c33561b091","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263088,"stop":1728856263098,"duration":10}},{"uid":"9fcf3eba94c02460","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9fcf3eba94c02460","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492797,"stop":1728738492797,"duration":0}},{"uid":"acb0359a6eb64367","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/acb0359a6eb64367","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030020,"stop":1728683030021,"duration":1}},{"uid":"be93c5408a6f19e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/be93c5408a6f19e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581102,"stop":1728682581102,"duration":0}},{"uid":"1e296186eba120dc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1e296186eba120dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677081994,"stop":1728677081994,"duration":0}},{"uid":"3d87b920ad6beb19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3d87b920ad6beb19","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795394,"stop":1728669795394,"duration":0}},{"uid":"e271a9d7596c3987","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e271a9d7596c3987","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137503,"stop":1728598137503,"duration":0}},{"uid":"3f417e79f03fc50a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f417e79f03fc50a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353479,"stop":1728597353479,"duration":0}}]},"7d3d9d8c38341b44f5d3d86004fc135b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"697036a4085f8f7e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/697036a4085f8f7e","status":"passed","time":{"start":1729032228818,"stop":1729032228819,"duration":1}}]},"243eedad46691bfe2b036dad02216fa7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e279665cbf839b7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e279665cbf839b7","status":"passed","time":{"start":1729032235300,"stop":1729032235301,"duration":1}}]},"f03902aa5d34cfa82d3df1575ec67470:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39c79972501382c3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39c79972501382c3","status":"passed","time":{"start":1728598221891,"stop":1728598221893,"duration":2}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d5f0f4ec0395127f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d5f0f4ec0395127f","status":"passed","time":{"start":1729033843117,"stop":1729033843117,"duration":0}},{"uid":"29f0e7c92a288678","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29f0e7c92a288678","status":"passed","time":{"start":1729031892676,"stop":1729031892676,"duration":0}},{"uid":"b7b821c1011b4ad1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7b821c1011b4ad1","status":"passed","time":{"start":1728901438807,"stop":1728901438810,"duration":3}},{"uid":"3d78408579710288","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d78408579710288","status":"passed","time":{"start":1728892868999,"stop":1728892868999,"duration":0}},{"uid":"d5b40f7a2d50d2ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d5b40f7a2d50d2ac","status":"passed","time":{"start":1728855831891,"stop":1728855831891,"duration":0}},{"uid":"4bdf6dc98b4220d7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4bdf6dc98b4220d7","status":"passed","time":{"start":1728738049039,"stop":1728738049039,"duration":0}},{"uid":"47c5e5066a8507b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/47c5e5066a8507b6","status":"passed","time":{"start":1728682582617,"stop":1728682582617,"duration":0}},{"uid":"71edecc148813b49","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/71edecc148813b49","status":"passed","time":{"start":1728682155407,"stop":1728682155407,"duration":0}},{"uid":"cd66e604ecaf3ed6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cd66e604ecaf3ed6","status":"passed","time":{"start":1728676629972,"stop":1728676629973,"duration":1}},{"uid":"cb9ab78be87ac681","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cb9ab78be87ac681","status":"passed","time":{"start":1728669353100,"stop":1728669353100,"duration":0}},{"uid":"82bb9a7814410eb7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/82bb9a7814410eb7","status":"passed","time":{"start":1728597693845,"stop":1728597693845,"duration":0}},{"uid":"1cef510f6ec8def8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1cef510f6ec8def8","status":"passed","time":{"start":1728596913089,"stop":1728596913090,"duration":1}}]},"33f59cc377c94a47830b1220d233eae4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21898950126906a0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/21898950126906a0","status":"passed","time":{"start":1729032228817,"stop":1729032228817,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"e6e684bb7bbef32e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e6e684bb7bbef32e","status":"passed","time":{"start":1729032275827,"stop":1729032275828,"duration":1}},{"uid":"2536d8812a0972c1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2536d8812a0972c1","status":"passed","time":{"start":1728902036740,"stop":1728902036740,"duration":0}},{"uid":"592883a95ff2bfef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/592883a95ff2bfef","status":"passed","time":{"start":1728893472413,"stop":1728893472413,"duration":0}},{"uid":"b74d2f0751da6934","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b74d2f0751da6934","status":"passed","time":{"start":1728856423200,"stop":1728856423200,"duration":0}},{"uid":"e81217024f2e0fde","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e81217024f2e0fde","status":"passed","time":{"start":1728738648729,"stop":1728738648729,"duration":0}},{"uid":"b324a18b0d037d97","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b324a18b0d037d97","status":"passed","time":{"start":1728683179654,"stop":1728683179655,"duration":1}},{"uid":"b509e21462cc5d2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b509e21462cc5d2c","status":"passed","time":{"start":1728682757951,"stop":1728682757951,"duration":0}},{"uid":"17b3d3137c82f13f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/17b3d3137c82f13f","status":"passed","time":{"start":1728677238451,"stop":1728677238451,"duration":0}},{"uid":"3783696d1ce3c860","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3783696d1ce3c860","status":"passed","time":{"start":1728669928220,"stop":1728669928220,"duration":0}},{"uid":"828346a21dc34e01","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/828346a21dc34e01","status":"passed","time":{"start":1728598319589,"stop":1728598319589,"duration":0}},{"uid":"9a03adab4115bf5c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9a03adab4115bf5c","status":"passed","time":{"start":1728597520646,"stop":1728597520647,"duration":1}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4bdf9f76925c2f1c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4bdf9f76925c2f1c","status":"passed","time":{"start":1729034209130,"stop":1729034209131,"duration":1}},{"uid":"bcb93e5fa08d856b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bcb93e5fa08d856b","status":"passed","time":{"start":1729032264601,"stop":1729032264601,"duration":0}},{"uid":"acec3dfea25da430","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/acec3dfea25da430","status":"passed","time":{"start":1728902012893,"stop":1728902012893,"duration":0}},{"uid":"73e042736292b59","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73e042736292b59","status":"passed","time":{"start":1728893454826,"stop":1728893454826,"duration":0}},{"uid":"3e00b7fa65772ec3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3e00b7fa65772ec3","status":"passed","time":{"start":1728856408469,"stop":1728856408469,"duration":0}},{"uid":"fc8a2db956234848","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fc8a2db956234848","status":"passed","time":{"start":1728738633876,"stop":1728738633876,"duration":0}},{"uid":"338ad1fd9a2698b2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/338ad1fd9a2698b2","status":"passed","time":{"start":1728683159827,"stop":1728683159827,"duration":0}},{"uid":"5e8350d5e53dc91c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5e8350d5e53dc91c","status":"passed","time":{"start":1728682751348,"stop":1728682751348,"duration":0}},{"uid":"7a8270482363fb58","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a8270482363fb58","status":"passed","time":{"start":1728677216379,"stop":1728677216379,"duration":0}},{"uid":"c874865f3a240718","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c874865f3a240718","status":"passed","time":{"start":1728669925468,"stop":1728669925469,"duration":1}},{"uid":"40c0a4fc275eaecd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/40c0a4fc275eaecd","status":"passed","time":{"start":1728598268822,"stop":1728598268822,"duration":0}},{"uid":"ee5b19566341ae62","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ee5b19566341ae62","status":"passed","time":{"start":1728597503956,"stop":1728597503956,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bb8b8316a8a7c6f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bb8b8316a8a7c6f6","status":"passed","time":{"start":1729034129482,"stop":1729034129482,"duration":0}},{"uid":"106a7e19c3b17802","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/106a7e19c3b17802","status":"passed","time":{"start":1729032178382,"stop":1729032178383,"duration":1}},{"uid":"b5ddefef6ee3c20f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b5ddefef6ee3c20f","status":"passed","time":{"start":1728901896356,"stop":1728901896356,"duration":0}},{"uid":"74e65baa856326a5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/74e65baa856326a5","status":"passed","time":{"start":1728893329037,"stop":1728893329038,"duration":1}},{"uid":"8b80e890c2ed5bb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b80e890c2ed5bb","status":"passed","time":{"start":1728856284776,"stop":1728856284777,"duration":1}},{"uid":"f97759eb66f15110","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f97759eb66f15110","status":"passed","time":{"start":1728738494951,"stop":1728738494951,"duration":0}},{"uid":"75225897ad0330de","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75225897ad0330de","status":"passed","time":{"start":1728683033640,"stop":1728683033640,"duration":0}},{"uid":"c72735bcec88c1b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c72735bcec88c1b8","status":"passed","time":{"start":1728682601748,"stop":1728682601748,"duration":0}},{"uid":"261b0f05a9d3b21c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/261b0f05a9d3b21c","status":"passed","time":{"start":1728677107989,"stop":1728677107990,"duration":1}},{"uid":"f56a3b9df89f0a06","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f56a3b9df89f0a06","status":"passed","time":{"start":1728669764761,"stop":1728669764761,"duration":0}},{"uid":"a2a7a52fdb4e5d72","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a2a7a52fdb4e5d72","status":"passed","time":{"start":1728598157580,"stop":1728598157580,"duration":0}},{"uid":"4486724c427e28e9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4486724c427e28e9","status":"passed","time":{"start":1728597369089,"stop":1728597369089,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d1b12e7fdfb860f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1b12e7fdfb860f3","status":"passed","time":{"start":1729033842408,"stop":1729033842409,"duration":1}},{"uid":"e27bf6e129cfaa37","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e27bf6e129cfaa37","status":"passed","time":{"start":1729031892167,"stop":1729031892167,"duration":0}},{"uid":"a5e51aa24848399e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a5e51aa24848399e","status":"passed","time":{"start":1728901438127,"stop":1728901438127,"duration":0}},{"uid":"72f4adb10fcdecbb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/72f4adb10fcdecbb","status":"passed","time":{"start":1728892868418,"stop":1728892868418,"duration":0}},{"uid":"c2fa94ba8fbe59fc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c2fa94ba8fbe59fc","status":"passed","time":{"start":1728855831277,"stop":1728855831277,"duration":0}},{"uid":"aa7383e96cc80211","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa7383e96cc80211","status":"passed","time":{"start":1728738048557,"stop":1728738048557,"duration":0}},{"uid":"10a4e18f7314bc0f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/10a4e18f7314bc0f","status":"passed","time":{"start":1728682581999,"stop":1728682582000,"duration":1}},{"uid":"b733aa8c3a86f301","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b733aa8c3a86f301","status":"passed","time":{"start":1728682154806,"stop":1728682154806,"duration":0}},{"uid":"837ca05de0dfa42d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/837ca05de0dfa42d","status":"passed","time":{"start":1728676629353,"stop":1728676629354,"duration":1}},{"uid":"514fcad09b73a738","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/514fcad09b73a738","status":"passed","time":{"start":1728669352549,"stop":1728669352549,"duration":0}},{"uid":"63e47427e80b15aa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/63e47427e80b15aa","status":"passed","time":{"start":1728597693134,"stop":1728597693134,"duration":0}},{"uid":"ad714c4fe0b072d8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ad714c4fe0b072d8","status":"passed","time":{"start":1728596912451,"stop":1728596912452,"duration":1}}]},"29f3191537326a896a5ca91919e0fbfd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":10,"unknown":0,"total":11},"items":[{"uid":"808d2b4d2b57a869","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/808d2b4d2b57a869","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977063,"stop":1729033977063,"duration":0}},{"uid":"759962f8b0acd737","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/759962f8b0acd737","status":"passed","time":{"start":1729032093774,"stop":1729032093781,"duration":7}},{"uid":"1881400a17444510","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1881400a17444510","status":"passed","time":{"start":1728901748771,"stop":1728901748771,"duration":0}},{"uid":"837332fc52ebd4b4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/837332fc52ebd4b4","status":"passed","time":{"start":1728893181084,"stop":1728893181084,"duration":0}},{"uid":"e0dd2bba38c35ec1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e0dd2bba38c35ec1","status":"passed","time":{"start":1728856155550,"stop":1728856155550,"duration":0}},{"uid":"657c3d1bb6c10757","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/657c3d1bb6c10757","status":"passed","time":{"start":1728738360283,"stop":1728738360283,"duration":0}},{"uid":"be7c51b62abd92d5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be7c51b62abd92d5","status":"passed","time":{"start":1728682907220,"stop":1728682907220,"duration":0}},{"uid":"3095a6293fbb3294","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3095a6293fbb3294","status":"passed","time":{"start":1728682466730,"stop":1728682466730,"duration":0}},{"uid":"bd4ce25b3d3b47ca","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bd4ce25b3d3b47ca","status":"passed","time":{"start":1728676955719,"stop":1728676955720,"duration":1}},{"uid":"578faf658c6cc6b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/578faf658c6cc6b1","status":"passed","time":{"start":1728598013532,"stop":1728598013533,"duration":1}},{"uid":"5dfdfa1e0672a908","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5dfdfa1e0672a908","status":"passed","time":{"start":1728597225197,"stop":1728597225198,"duration":1}}]},"edd28c072f7f3235497e03c181cac255:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33d499f5b0c95e17","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/33d499f5b0c95e17","status":"passed","time":{"start":1728598163466,"stop":1728598163467,"duration":1}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a271c6ef7e658bc9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a271c6ef7e658bc9","status":"passed","time":{"start":1729033976774,"stop":1729033976774,"duration":0}},{"uid":"59660e7aad5dfdf1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/59660e7aad5dfdf1","status":"passed","time":{"start":1729032020507,"stop":1729032020507,"duration":0}},{"uid":"2c88977b7cd51411","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c88977b7cd51411","status":"passed","time":{"start":1728901616422,"stop":1728901616423,"duration":1}},{"uid":"9b0ab265b5f7c172","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9b0ab265b5f7c172","status":"passed","time":{"start":1728893050238,"stop":1728893050238,"duration":0}},{"uid":"9139368f3cd13c7d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9139368f3cd13c7d","status":"passed","time":{"start":1728856015165,"stop":1728856015166,"duration":1}},{"uid":"e951f3118373a81e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e951f3118373a81e","status":"passed","time":{"start":1728738233128,"stop":1728738233128,"duration":0}},{"uid":"a9600cc61d267a78","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a9600cc61d267a78","status":"passed","time":{"start":1728682762461,"stop":1728682762461,"duration":0}},{"uid":"58572cee0cf9cbd1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/58572cee0cf9cbd1","status":"passed","time":{"start":1728682332780,"stop":1728682332780,"duration":0}},{"uid":"bf77abb4330aae98","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bf77abb4330aae98","status":"passed","time":{"start":1728676810284,"stop":1728676810284,"duration":0}},{"uid":"dfece12688cbe0f7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dfece12688cbe0f7","status":"passed","time":{"start":1728669529886,"stop":1728669529887,"duration":1}},{"uid":"5f97c7bca3210c0e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5f97c7bca3210c0e","status":"passed","time":{"start":1728597873525,"stop":1728597873526,"duration":1}},{"uid":"b07301dc8a54999e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b07301dc8a54999e","status":"passed","time":{"start":1728597089265,"stop":1728597089266,"duration":1}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a4c55a1794fc5758","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a4c55a1794fc5758","status":"passed","time":{"start":1729034209112,"stop":1729034209113,"duration":1}},{"uid":"2882e564e4089358","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2882e564e4089358","status":"passed","time":{"start":1729032264581,"stop":1729032264589,"duration":8}},{"uid":"9167c9fe87af0e92","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9167c9fe87af0e92","status":"passed","time":{"start":1728902012872,"stop":1728902012872,"duration":0}},{"uid":"7c4e57e54b38958","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7c4e57e54b38958","status":"passed","time":{"start":1728893454822,"stop":1728893454823,"duration":1}},{"uid":"465d8403edd27578","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/465d8403edd27578","status":"passed","time":{"start":1728856408465,"stop":1728856408465,"duration":0}},{"uid":"5bcfde318b40b3d3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5bcfde318b40b3d3","status":"passed","time":{"start":1728738633866,"stop":1728738633872,"duration":6}},{"uid":"be152a18cb14c9ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be152a18cb14c9ab","status":"passed","time":{"start":1728683159813,"stop":1728683159818,"duration":5}},{"uid":"333f587e88387b5b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/333f587e88387b5b","status":"passed","time":{"start":1728682751341,"stop":1728682751341,"duration":0}},{"uid":"49bf04b6bb709482","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/49bf04b6bb709482","status":"passed","time":{"start":1728677216375,"stop":1728677216375,"duration":0}},{"uid":"8d4e527cde2b5fe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8d4e527cde2b5fe","status":"passed","time":{"start":1728669925462,"stop":1728669925464,"duration":2}},{"uid":"fdfc1f463d818a06","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fdfc1f463d818a06","status":"passed","time":{"start":1728598268817,"stop":1728598268818,"duration":1}},{"uid":"86bd7cd52d70bdbc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86bd7cd52d70bdbc","status":"passed","time":{"start":1728597503946,"stop":1728597503946,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5ace509ce8c04794","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ace509ce8c04794","status":"passed","time":{"start":1729033939924,"stop":1729033939924,"duration":0}},{"uid":"40ea5ca5e049dfb1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/40ea5ca5e049dfb1","status":"passed","time":{"start":1729031988775,"stop":1729031988775,"duration":0}},{"uid":"542839511f600295","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/542839511f600295","status":"passed","time":{"start":1728901555756,"stop":1728901555756,"duration":0}},{"uid":"2c8cd562dfa334e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2c8cd562dfa334e4","status":"passed","time":{"start":1728892995572,"stop":1728892995572,"duration":0}},{"uid":"5c7a4e6dd949d508","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5c7a4e6dd949d508","status":"passed","time":{"start":1728855954643,"stop":1728855954643,"duration":0}},{"uid":"2474a01afa71426c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2474a01afa71426c","status":"passed","time":{"start":1728738169521,"stop":1728738169522,"duration":1}},{"uid":"b257ce567cf50b3c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b257ce567cf50b3c","status":"passed","time":{"start":1728682707227,"stop":1728682707228,"duration":1}},{"uid":"18a61caaff3afce8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18a61caaff3afce8","status":"passed","time":{"start":1728682285119,"stop":1728682285122,"duration":3}},{"uid":"848b4daf2e77cc7b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/848b4daf2e77cc7b","status":"passed","time":{"start":1728676761149,"stop":1728676761151,"duration":2}},{"uid":"f569a4e584ee9357","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f569a4e584ee9357","status":"passed","time":{"start":1728669488936,"stop":1728669488936,"duration":0}},{"uid":"3bfd5a818bde8a31","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3bfd5a818bde8a31","status":"passed","time":{"start":1728597819572,"stop":1728597819573,"duration":1}},{"uid":"365b258237c330b1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/365b258237c330b1","status":"passed","time":{"start":1728597041918,"stop":1728597041918,"duration":0}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f6aff17b0d7a84ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f6aff17b0d7a84ac","status":"passed","time":{"start":1729033858029,"stop":1729033858029,"duration":0}},{"uid":"fc01d35e064f841c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fc01d35e064f841c","status":"passed","time":{"start":1729031908098,"stop":1729031908098,"duration":0}},{"uid":"145163a12ced40b0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/145163a12ced40b0","status":"passed","time":{"start":1728901453391,"stop":1728901453392,"duration":1}},{"uid":"52fcd641bc984083","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/52fcd641bc984083","status":"passed","time":{"start":1728892884020,"stop":1728892884021,"duration":1}},{"uid":"5d02431c136e7782","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5d02431c136e7782","status":"passed","time":{"start":1728855846492,"stop":1728855846492,"duration":0}},{"uid":"2be43f7ace228e4e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2be43f7ace228e4e","status":"passed","time":{"start":1728738063721,"stop":1728738063722,"duration":1}},{"uid":"57f9e04920e90962","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/57f9e04920e90962","status":"passed","time":{"start":1728682597442,"stop":1728682597443,"duration":1}},{"uid":"152cb8f1ea353c58","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/152cb8f1ea353c58","status":"passed","time":{"start":1728682170235,"stop":1728682170235,"duration":0}},{"uid":"3208f01e05e0f3a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3208f01e05e0f3a","status":"passed","time":{"start":1728676645009,"stop":1728676645009,"duration":0}},{"uid":"4e05a5d0fc4c670f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4e05a5d0fc4c670f","status":"passed","time":{"start":1728669367789,"stop":1728669367790,"duration":1}},{"uid":"4ca712e9edbf2dbb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ca712e9edbf2dbb","status":"passed","time":{"start":1728597708641,"stop":1728597708642,"duration":1}},{"uid":"954a9635d6171526","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/954a9635d6171526","status":"passed","time":{"start":1728596927930,"stop":1728596927930,"duration":0}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bb50d15d78f8e19e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bb50d15d78f8e19e","status":"passed","time":{"start":1729034147781,"stop":1729034147781,"duration":0}},{"uid":"3833adbaca369f63","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3833adbaca369f63","status":"passed","time":{"start":1729032204830,"stop":1729032204830,"duration":0}},{"uid":"f6f122f0bb3d7ef0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f6f122f0bb3d7ef0","status":"passed","time":{"start":1728901907714,"stop":1728901907714,"duration":0}},{"uid":"ef5a123319897843","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ef5a123319897843","status":"passed","time":{"start":1728893341890,"stop":1728893341890,"duration":0}},{"uid":"69a39bcd4ddb16a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/69a39bcd4ddb16a9","status":"passed","time":{"start":1728856299383,"stop":1728856299384,"duration":1}},{"uid":"688ac7ddaf0d7194","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/688ac7ddaf0d7194","status":"passed","time":{"start":1728738511620,"stop":1728738511620,"duration":0}},{"uid":"c88788febaaff05a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c88788febaaff05a","status":"passed","time":{"start":1728683052913,"stop":1728683052913,"duration":0}},{"uid":"7ca35d4bfbaee51e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ca35d4bfbaee51e","status":"passed","time":{"start":1728682612913,"stop":1728682612913,"duration":0}},{"uid":"48dc26b2cd89b54e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/48dc26b2cd89b54e","status":"passed","time":{"start":1728677115748,"stop":1728677115749,"duration":1}},{"uid":"5a296a5b9e842546","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5a296a5b9e842546","status":"passed","time":{"start":1728669778177,"stop":1728669778177,"duration":0}},{"uid":"31ea8bc52b643533","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/31ea8bc52b643533","status":"passed","time":{"start":1728598175435,"stop":1728598175436,"duration":1}},{"uid":"3786a25e9eca6340","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3786a25e9eca6340","status":"passed","time":{"start":1728597380065,"stop":1728597380065,"duration":0}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"696da7a61f1ddfd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/696da7a61f1ddfd","status":"passed","time":{"start":1729033858267,"stop":1729033858268,"duration":1}},{"uid":"3333db3892b5a55","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3333db3892b5a55","status":"passed","time":{"start":1729031908174,"stop":1729031908175,"duration":1}},{"uid":"7fbbc584e101e5a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7fbbc584e101e5a6","status":"passed","time":{"start":1728901453931,"stop":1728901453931,"duration":0}},{"uid":"af6811eba050a209","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/af6811eba050a209","status":"passed","time":{"start":1728892884407,"stop":1728892884408,"duration":1}},{"uid":"b4ed7b77b617968b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4ed7b77b617968b","status":"passed","time":{"start":1728855846877,"stop":1728855846877,"duration":0}},{"uid":"80ad9b9177161ed2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80ad9b9177161ed2","status":"passed","time":{"start":1728738064180,"stop":1728738064181,"duration":1}},{"uid":"92b964cead0f1010","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/92b964cead0f1010","status":"passed","time":{"start":1728682597758,"stop":1728682597758,"duration":0}},{"uid":"c0aac7fc16f74ea2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c0aac7fc16f74ea2","status":"passed","time":{"start":1728682170538,"stop":1728682170538,"duration":0}},{"uid":"8df046228bb78008","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8df046228bb78008","status":"passed","time":{"start":1728676645197,"stop":1728676645198,"duration":1}},{"uid":"8db6a4962c5d2f32","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8db6a4962c5d2f32","status":"passed","time":{"start":1728669368193,"stop":1728669368193,"duration":0}},{"uid":"ba85f0ec1bcfc688","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ba85f0ec1bcfc688","status":"passed","time":{"start":1728597709007,"stop":1728597709008,"duration":1}},{"uid":"e94eea262ef2e628","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e94eea262ef2e628","status":"passed","time":{"start":1728596928104,"stop":1728596928104,"duration":0}}]},"753db9fac30dc7b9b9c54398732e67b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"789a8ddf3881b7cd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/789a8ddf3881b7cd","status":"passed","time":{"start":1728738494950,"stop":1728738494951,"duration":1}}]},"a42e133e601d75da3a745776db79e6b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":10,"unknown":0,"total":11},"items":[{"uid":"7bef0cac260f3ac0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bef0cac260f3ac0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977062,"stop":1729033977062,"duration":0}},{"uid":"e2d1bbe01030416d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e2d1bbe01030416d","status":"passed","time":{"start":1729032093769,"stop":1729032093773,"duration":4}},{"uid":"1ae9fcb6231182b3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1ae9fcb6231182b3","status":"passed","time":{"start":1728901748771,"stop":1728901748771,"duration":0}},{"uid":"304a2510fbc7bbb6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/304a2510fbc7bbb6","status":"passed","time":{"start":1728893181083,"stop":1728893181083,"duration":0}},{"uid":"4e5af494b15e8e9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4e5af494b15e8e9","status":"passed","time":{"start":1728856155549,"stop":1728856155549,"duration":0}},{"uid":"65f78274bbb66213","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/65f78274bbb66213","status":"passed","time":{"start":1728738360282,"stop":1728738360283,"duration":1}},{"uid":"96c81acaee3fba62","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96c81acaee3fba62","status":"passed","time":{"start":1728682907218,"stop":1728682907219,"duration":1}},{"uid":"cd2c9ae980def4a7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd2c9ae980def4a7","status":"passed","time":{"start":1728682466728,"stop":1728682466728,"duration":0}},{"uid":"45fda504ee21700b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/45fda504ee21700b","status":"passed","time":{"start":1728676955718,"stop":1728676955718,"duration":0}},{"uid":"f03bd07f4d9d2c68","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f03bd07f4d9d2c68","status":"passed","time":{"start":1728598013532,"stop":1728598013532,"duration":0}},{"uid":"cb10feb7e9ef8ead","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cb10feb7e9ef8ead","status":"passed","time":{"start":1728597225197,"stop":1728597225197,"duration":0}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c7d6a0b0031b81ee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7d6a0b0031b81ee","status":"passed","time":{"start":1729034137153,"stop":1729034137154,"duration":1}},{"uid":"b29522b39049df3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b29522b39049df3","status":"passed","time":{"start":1729032206884,"stop":1729032206885,"duration":1}},{"uid":"789f57c08f43f187","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/789f57c08f43f187","status":"passed","time":{"start":1728901995034,"stop":1728901995034,"duration":0}},{"uid":"fc116305d6581c9c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fc116305d6581c9c","status":"passed","time":{"start":1728893421006,"stop":1728893421007,"duration":1}},{"uid":"e1213793958caf8f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e1213793958caf8f","status":"passed","time":{"start":1728856368604,"stop":1728856368605,"duration":1}},{"uid":"590b4dcfae70c9a3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/590b4dcfae70c9a3","status":"passed","time":{"start":1728738604691,"stop":1728738604691,"duration":0}},{"uid":"89af928318221143","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/89af928318221143","status":"passed","time":{"start":1728683117667,"stop":1728683117668,"duration":1}},{"uid":"50a63034a7eec125","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/50a63034a7eec125","status":"passed","time":{"start":1728682721325,"stop":1728682721325,"duration":0}},{"uid":"7820ea0bc82e778d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7820ea0bc82e778d","status":"passed","time":{"start":1728677184691,"stop":1728677184692,"duration":1}},{"uid":"e259420387e297d3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e259420387e297d3","status":"passed","time":{"start":1728669866473,"stop":1728669866474,"duration":1}},{"uid":"592d46904e3bee44","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/592d46904e3bee44","status":"passed","time":{"start":1728598250008,"stop":1728598250008,"duration":0}},{"uid":"ea0c62d7dafb2dc4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea0c62d7dafb2dc4","status":"passed","time":{"start":1728597472307,"stop":1728597472308,"duration":1}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"27f75e82b69a994d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27f75e82b69a994d","status":"passed","time":{"start":1729034209087,"stop":1729034209087,"duration":0}},{"uid":"6ee3a71fcda45076","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ee3a71fcda45076","status":"passed","time":{"start":1729032264557,"stop":1729032264557,"duration":0}},{"uid":"3e3357e447be198d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3e3357e447be198d","status":"passed","time":{"start":1728902012831,"stop":1728902012832,"duration":1}},{"uid":"1dde550a8848bf15","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1dde550a8848bf15","status":"passed","time":{"start":1728893454805,"stop":1728893454805,"duration":0}},{"uid":"a7173089acdf3185","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a7173089acdf3185","status":"passed","time":{"start":1728856408447,"stop":1728856408447,"duration":0}},{"uid":"bbe3250a0c320802","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bbe3250a0c320802","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"74bc1004f2fdf1c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/74bc1004f2fdf1c","status":"passed","time":{"start":1728683159729,"stop":1728683159730,"duration":1}},{"uid":"994819e9ac7b60ba","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/994819e9ac7b60ba","status":"passed","time":{"start":1728682751323,"stop":1728682751323,"duration":0}},{"uid":"645bfc577fd7dc69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/645bfc577fd7dc69","status":"passed","time":{"start":1728677216349,"stop":1728677216350,"duration":1}},{"uid":"9e88ebb41f69655d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e88ebb41f69655d","status":"passed","time":{"start":1728669925447,"stop":1728669925448,"duration":1}},{"uid":"b7522e9660165b7c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b7522e9660165b7c","status":"passed","time":{"start":1728598268794,"stop":1728598268795,"duration":1}},{"uid":"6d213d83ca528fc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6d213d83ca528fc2","status":"passed","time":{"start":1728597503897,"stop":1728597503898,"duration":1}}]},"3774d846f67f54ba63c4da14e0ae9eed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b95dad2ca9b00f4f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b95dad2ca9b00f4f","status":"passed","time":{"start":1728738274744,"stop":1728738274744,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5066d071ede58126","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5066d071ede58126","status":"passed","time":{"start":1729034147786,"stop":1729034147787,"duration":1}},{"uid":"c77eed8b8f36ebc8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c77eed8b8f36ebc8","status":"passed","time":{"start":1729032204831,"stop":1729032204832,"duration":1}},{"uid":"c3645ecc03f591a5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c3645ecc03f591a5","status":"passed","time":{"start":1728901907715,"stop":1728901907716,"duration":1}},{"uid":"964bc01b453270","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/964bc01b453270","status":"passed","time":{"start":1728893341891,"stop":1728893341892,"duration":1}},{"uid":"4948d0a248fed98e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4948d0a248fed98e","status":"passed","time":{"start":1728856299385,"stop":1728856299386,"duration":1}},{"uid":"6d5a45a5307bdc8e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d5a45a5307bdc8e","status":"passed","time":{"start":1728738511622,"stop":1728738511622,"duration":0}},{"uid":"433a45a31b54cef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/433a45a31b54cef","status":"passed","time":{"start":1728683052914,"stop":1728683052914,"duration":0}},{"uid":"6988365420870e46","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6988365420870e46","status":"passed","time":{"start":1728682612914,"stop":1728682612914,"duration":0}},{"uid":"410e0198a65b563a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/410e0198a65b563a","status":"passed","time":{"start":1728677115750,"stop":1728677115750,"duration":0}},{"uid":"a5df5b153c928c31","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a5df5b153c928c31","status":"passed","time":{"start":1728669778186,"stop":1728669778186,"duration":0}},{"uid":"17a1afab2b1c9017","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/17a1afab2b1c9017","status":"passed","time":{"start":1728598175436,"stop":1728598175437,"duration":1}},{"uid":"ce42aedbd635b523","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ce42aedbd635b523","status":"passed","time":{"start":1728597380066,"stop":1728597380066,"duration":0}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"7ec4aca1a050b75e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ec4aca1a050b75e","status":"passed","time":{"start":1729034041488,"stop":1729034041488,"duration":0}},{"uid":"bb2a2066c44d2c1b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bb2a2066c44d2c1b","status":"passed","time":{"start":1728901705401,"stop":1728901705402,"duration":1}},{"uid":"5a2477b2c3d05299","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a2477b2c3d05299","status":"passed","time":{"start":1728893141776,"stop":1728893141776,"duration":0}},{"uid":"9ea75abe0929d59d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9ea75abe0929d59d","status":"passed","time":{"start":1728856087083,"stop":1728856087083,"duration":0}},{"uid":"6d813a30f770a7b7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d813a30f770a7b7","status":"passed","time":{"start":1728738321435,"stop":1728738321436,"duration":1}},{"uid":"db59c757481645d8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/db59c757481645d8","status":"passed","time":{"start":1728682845674,"stop":1728682845674,"duration":0}},{"uid":"40bc92c160653ecf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/40bc92c160653ecf","status":"passed","time":{"start":1728682424310,"stop":1728682424310,"duration":0}},{"uid":"d6f45a89718264a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d6f45a89718264a8","status":"passed","time":{"start":1728676900519,"stop":1728676900520,"duration":1}},{"uid":"cd27b416f189835b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cd27b416f189835b","status":"passed","time":{"start":1728669625800,"stop":1728669625800,"duration":0}},{"uid":"586d187a4508a620","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/586d187a4508a620","status":"passed","time":{"start":1728597957165,"stop":1728597957166,"duration":1}},{"uid":"620581566018c85","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/620581566018c85","status":"passed","time":{"start":1728597182617,"stop":1728597182617,"duration":0}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fb83e63e34db5f51","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb83e63e34db5f51","status":"passed","time":{"start":1729033862326,"stop":1729033862327,"duration":1}},{"uid":"79d618c435d94308","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/79d618c435d94308","status":"passed","time":{"start":1729031912068,"stop":1729031912068,"duration":0}},{"uid":"5f32ef8300ca60a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5f32ef8300ca60a9","status":"passed","time":{"start":1728901457814,"stop":1728901457814,"duration":0}},{"uid":"fb79bcd94c7a42ef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fb79bcd94c7a42ef","status":"passed","time":{"start":1728892888298,"stop":1728892888299,"duration":1}},{"uid":"d5d8f298fb5d62a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d5d8f298fb5d62a0","status":"passed","time":{"start":1728855850786,"stop":1728855850786,"duration":0}},{"uid":"da0dac7c43db923c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da0dac7c43db923c","status":"passed","time":{"start":1728738068161,"stop":1728738068161,"duration":0}},{"uid":"321f1625df1dc3b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/321f1625df1dc3b7","status":"passed","time":{"start":1728682601671,"stop":1728682601671,"duration":0}},{"uid":"519b53f852df8b1b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/519b53f852df8b1b","status":"passed","time":{"start":1728682174563,"stop":1728682174563,"duration":0}},{"uid":"800a9c9f93880cf1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/800a9c9f93880cf1","status":"passed","time":{"start":1728676648929,"stop":1728676648929,"duration":0}},{"uid":"913be7314b9b9633","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/913be7314b9b9633","status":"passed","time":{"start":1728669372208,"stop":1728669372208,"duration":0}},{"uid":"ca5989e03a2400d6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca5989e03a2400d6","status":"passed","time":{"start":1728597712757,"stop":1728597712758,"duration":1}},{"uid":"eeb7232dbcae9189","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eeb7232dbcae9189","status":"passed","time":{"start":1728596931864,"stop":1728596931865,"duration":1}}]},"9ff85ec9081596478e91c1fee918ec00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18ebe73f73b00141","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/18ebe73f73b00141","status":"passed","time":{"start":1729032206889,"stop":1729032206889,"duration":0}}]},"d6e2e2d1bf8ff7282eb2d8901dea6947:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dffe251dd29ce0eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dffe251dd29ce0eb","status":"passed","time":{"start":1728598221884,"stop":1728598221885,"duration":1}}]},"364a38dd532b9b55e63ed8cddebbd5c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb9630b168436422","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb9630b168436422","status":"passed","time":{"start":1729034121947,"stop":1729034121947,"duration":0}}]},"320b767fba69f4af7c769c08759ce298:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f125347261610e4d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f125347261610e4d","status":"passed","time":{"start":1728597472310,"stop":1728597472311,"duration":1}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f290f7e70d55ae92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f290f7e70d55ae92","status":"passed","time":{"start":1729033850547,"stop":1729033850548,"duration":1}},{"uid":"c4be06e8d50e21b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c4be06e8d50e21b2","status":"passed","time":{"start":1729031900270,"stop":1729031900271,"duration":1}},{"uid":"34f13a2165d534f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/34f13a2165d534f5","status":"passed","time":{"start":1728901446176,"stop":1728901446176,"duration":0}},{"uid":"4e00e1f04d816b52","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4e00e1f04d816b52","status":"passed","time":{"start":1728892876476,"stop":1728892876476,"duration":0}},{"uid":"e168668c08a2f88b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e168668c08a2f88b","status":"passed","time":{"start":1728855839197,"stop":1728855839198,"duration":1}},{"uid":"22ca3cd124e4f0d4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/22ca3cd124e4f0d4","status":"passed","time":{"start":1728738056463,"stop":1728738056463,"duration":0}},{"uid":"401bb96eb753402d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/401bb96eb753402d","status":"passed","time":{"start":1728682590043,"stop":1728682590043,"duration":0}},{"uid":"d89945eee04644bb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d89945eee04644bb","status":"passed","time":{"start":1728682162837,"stop":1728682162837,"duration":0}},{"uid":"2898b40af3d01b20","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2898b40af3d01b20","status":"passed","time":{"start":1728676637410,"stop":1728676637411,"duration":1}},{"uid":"9fb3e5aa96bc25f4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9fb3e5aa96bc25f4","status":"passed","time":{"start":1728669360493,"stop":1728669360493,"duration":0}},{"uid":"6d459aba4191577e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6d459aba4191577e","status":"passed","time":{"start":1728597701235,"stop":1728597701235,"duration":0}},{"uid":"5cac5ac598426715","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5cac5ac598426715","status":"passed","time":{"start":1728596920369,"stop":1728596920370,"duration":1}}]},"61980bd2a54185c7d9375cbc103df885:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e3ceec3cc5ea0d8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e3ceec3cc5ea0d8","status":"passed","time":{"start":1728598221896,"stop":1728598221898,"duration":2}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"69a1c121d3415ac7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69a1c121d3415ac7","status":"passed","time":{"start":1729034137162,"stop":1729034137163,"duration":1}},{"uid":"52b5c3b61b0ce204","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/52b5c3b61b0ce204","status":"passed","time":{"start":1729032187244,"stop":1729032187245,"duration":1}},{"uid":"4152c9fcaa76d85c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4152c9fcaa76d85c","status":"passed","time":{"start":1728901888428,"stop":1728901888428,"duration":0}},{"uid":"703c1cbef1e3e518","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/703c1cbef1e3e518","status":"passed","time":{"start":1728893323781,"stop":1728893323786,"duration":5}},{"uid":"e981ca6310633759","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e981ca6310633759","status":"passed","time":{"start":1728856285925,"stop":1728856285926,"duration":1}},{"uid":"beace147b3021a59","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/beace147b3021a59","status":"passed","time":{"start":1728738498273,"stop":1728738498274,"duration":1}},{"uid":"12c18256d12c6015","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/12c18256d12c6015","status":"passed","time":{"start":1728683041390,"stop":1728683041390,"duration":0}},{"uid":"c853be0297974c43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c853be0297974c43","status":"passed","time":{"start":1728682596011,"stop":1728682596012,"duration":1}},{"uid":"e67da0d7d75e3141","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e67da0d7d75e3141","status":"passed","time":{"start":1728677091266,"stop":1728677091266,"duration":0}},{"uid":"4afd47965b083d22","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4afd47965b083d22","status":"passed","time":{"start":1728669766424,"stop":1728669766424,"duration":0}},{"uid":"a1222fc61ce52159","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a1222fc61ce52159","status":"passed","time":{"start":1728598152071,"stop":1728598152071,"duration":0}},{"uid":"54a8adda9a687036","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/54a8adda9a687036","status":"passed","time":{"start":1728597364114,"stop":1728597364114,"duration":0}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5030f603a00cc87d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5030f603a00cc87d","status":"passed","time":{"start":1729034209086,"stop":1729034209086,"duration":0}},{"uid":"27cecbcec28c670a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/27cecbcec28c670a","status":"passed","time":{"start":1729032264556,"stop":1729032264556,"duration":0}},{"uid":"7e6e3e2eb7770a87","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e6e3e2eb7770a87","status":"passed","time":{"start":1728902012830,"stop":1728902012831,"duration":1}},{"uid":"6c40be0976ee2523","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c40be0976ee2523","status":"passed","time":{"start":1728893454804,"stop":1728893454804,"duration":0}},{"uid":"8dce419d6ba5c6d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8dce419d6ba5c6d","status":"passed","time":{"start":1728856408446,"stop":1728856408446,"duration":0}},{"uid":"cb839473a5535605","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb839473a5535605","status":"passed","time":{"start":1728738633849,"stop":1728738633849,"duration":0}},{"uid":"e33031e146b31928","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e33031e146b31928","status":"passed","time":{"start":1728683159722,"stop":1728683159723,"duration":1}},{"uid":"917861de3dd08f07","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/917861de3dd08f07","status":"passed","time":{"start":1728682751322,"stop":1728682751322,"duration":0}},{"uid":"eff8e0a0d46cd6c4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eff8e0a0d46cd6c4","status":"passed","time":{"start":1728677216348,"stop":1728677216349,"duration":1}},{"uid":"ffff79827afdc70b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ffff79827afdc70b","status":"passed","time":{"start":1728669925446,"stop":1728669925447,"duration":1}},{"uid":"cda0a07ce4744618","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cda0a07ce4744618","status":"passed","time":{"start":1728598268792,"stop":1728598268792,"duration":0}},{"uid":"567c58d4c55c04db","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/567c58d4c55c04db","status":"passed","time":{"start":1728597503894,"stop":1728597503894,"duration":0}}]},"5c2c3083330cb887d84965b78f55aed7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19d4c55fb9920364","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19d4c55fb9920364","status":"passed","time":{"start":1728893389987,"stop":1728893389987,"duration":0}}]},"6d75e1481d6b79679f9552dd0120c2f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c291b76d1f5f8527","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c291b76d1f5f8527","status":"passed","time":{"start":1729033849393,"stop":1729033849393,"duration":0}},{"uid":"ca1d9c167d645d2d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ca1d9c167d645d2d","status":"passed","time":{"start":1729031899548,"stop":1729031899548,"duration":0}},{"uid":"6de557f9ca00e30b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6de557f9ca00e30b","status":"passed","time":{"start":1728901444842,"stop":1728901444842,"duration":0}},{"uid":"e26a19e3bd0c17d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e26a19e3bd0c17d8","status":"passed","time":{"start":1728892875617,"stop":1728892875618,"duration":1}},{"uid":"f6a9724c87b4cb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f6a9724c87b4cb0","status":"passed","time":{"start":1728855838490,"stop":1728855838491,"duration":1}},{"uid":"ff4f65f8aae8909c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff4f65f8aae8909c","status":"passed","time":{"start":1728738055452,"stop":1728738055452,"duration":0}},{"uid":"8ad5fce085efdcac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8ad5fce085efdcac","status":"passed","time":{"start":1728682589263,"stop":1728682589264,"duration":1}},{"uid":"d0909425c688afea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d0909425c688afea","status":"passed","time":{"start":1728682162182,"stop":1728682162182,"duration":0}},{"uid":"7eaae47a77dd856a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7eaae47a77dd856a","status":"passed","time":{"start":1728676636513,"stop":1728676636514,"duration":1}},{"uid":"4217b0c4bf025645","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4217b0c4bf025645","status":"passed","time":{"start":1728669359847,"stop":1728669359848,"duration":1}},{"uid":"60915e1b04abc5c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/60915e1b04abc5c7","status":"passed","time":{"start":1728597699703,"stop":1728597699704,"duration":1}},{"uid":"f66ac5863f2e4f6b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f66ac5863f2e4f6b","status":"passed","time":{"start":1728596919893,"stop":1728596919894,"duration":1}}]},"4aa8512077696822107d202410b8f842:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a153340252c370c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7a153340252c370c","status":"passed","time":{"start":1728598212610,"stop":1728598212610,"duration":0}}]},"930e667125b8a134adfed6d0d717f670:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cd6d0a069e1cf87d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cd6d0a069e1cf87d","status":"passed","time":{"start":1729033850298,"stop":1729033850298,"duration":0}},{"uid":"cd77a7016db8911d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cd77a7016db8911d","status":"passed","time":{"start":1729031899901,"stop":1729031899901,"duration":0}},{"uid":"8220ecd04e5b9c61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8220ecd04e5b9c61","status":"passed","time":{"start":1728901445870,"stop":1728901445870,"duration":0}},{"uid":"8cfdfaefa995c5b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8cfdfaefa995c5b0","status":"passed","time":{"start":1728892875904,"stop":1728892875905,"duration":1}},{"uid":"cf91357bc19d73ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cf91357bc19d73ab","status":"passed","time":{"start":1728855839036,"stop":1728855839037,"duration":1}},{"uid":"879ce9d0bfa19a3e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/879ce9d0bfa19a3e","status":"passed","time":{"start":1728738056183,"stop":1728738056184,"duration":1}},{"uid":"b1addbcd0a335d12","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1addbcd0a335d12","status":"passed","time":{"start":1728682589458,"stop":1728682589458,"duration":0}},{"uid":"4f906cc239051ce9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4f906cc239051ce9","status":"passed","time":{"start":1728682162315,"stop":1728682162316,"duration":1}},{"uid":"e1c4c01b4fc7f9ce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e1c4c01b4fc7f9ce","status":"passed","time":{"start":1728676637001,"stop":1728676637001,"duration":0}},{"uid":"f5f673f87dd2a1c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5f673f87dd2a1c","status":"passed","time":{"start":1728669360368,"stop":1728669360368,"duration":0}},{"uid":"4c2921866d0cec2e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4c2921866d0cec2e","status":"passed","time":{"start":1728597700887,"stop":1728597700887,"duration":0}},{"uid":"4fc55d826997732d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4fc55d826997732d","status":"passed","time":{"start":1728596919825,"stop":1728596919826,"duration":1}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c9d88f93e9e346e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c9d88f93e9e346e","status":"passed","time":{"start":1729034014867,"stop":1729034014871,"duration":4}},{"uid":"2e786613f025bf51","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e786613f025bf51","status":"passed","time":{"start":1729032065450,"stop":1729032065452,"duration":2}},{"uid":"518c46f5f0679aa5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/518c46f5f0679aa5","status":"passed","time":{"start":1728901664264,"stop":1728901664265,"duration":1}},{"uid":"dff17761edd0f44c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dff17761edd0f44c","status":"passed","time":{"start":1728893093690,"stop":1728893093690,"duration":0}},{"uid":"454fd35b7c87e7e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/454fd35b7c87e7e7","status":"passed","time":{"start":1728856055271,"stop":1728856055271,"duration":0}},{"uid":"37f429f4f798b995","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37f429f4f798b995","status":"passed","time":{"start":1728738274743,"stop":1728738274743,"duration":0}},{"uid":"3d7c21bb5cceab5a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3d7c21bb5cceab5a","status":"passed","time":{"start":1728682807956,"stop":1728682807956,"duration":0}},{"uid":"1c96ac0f06aec6a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1c96ac0f06aec6a1","status":"passed","time":{"start":1728682381283,"stop":1728682381284,"duration":1}},{"uid":"f973d5b5d6fd28aa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f973d5b5d6fd28aa","status":"passed","time":{"start":1728676853896,"stop":1728676853896,"duration":0}},{"uid":"3bf1770ee6fbe3c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3bf1770ee6fbe3c1","status":"passed","time":{"start":1728669581693,"stop":1728669581694,"duration":1}},{"uid":"d549a56e989bd7d0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d549a56e989bd7d0","status":"passed","time":{"start":1728597923480,"stop":1728597923480,"duration":0}},{"uid":"ea0757b0ce2fc827","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea0757b0ce2fc827","status":"passed","time":{"start":1728597132262,"stop":1728597132262,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"90e8f5877cd559ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/90e8f5877cd559ac","status":"passed","time":{"start":1729034129482,"stop":1729034129483,"duration":1}},{"uid":"58104fe616ab2d5c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/58104fe616ab2d5c","status":"passed","time":{"start":1729032178384,"stop":1729032178384,"duration":0}},{"uid":"fd788c73ca753e0c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd788c73ca753e0c","status":"passed","time":{"start":1728901896356,"stop":1728901896357,"duration":1}},{"uid":"1d2dfd21f1ef5b93","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d2dfd21f1ef5b93","status":"passed","time":{"start":1728893329038,"stop":1728893329040,"duration":2}},{"uid":"e76881028ce2abbc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e76881028ce2abbc","status":"passed","time":{"start":1728856284777,"stop":1728856284778,"duration":1}},{"uid":"31142598e9ed9485","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/31142598e9ed9485","status":"passed","time":{"start":1728738494951,"stop":1728738494951,"duration":0}},{"uid":"f32cf4f0ac2f9ea9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f32cf4f0ac2f9ea9","status":"passed","time":{"start":1728683033640,"stop":1728683033641,"duration":1}},{"uid":"b3188fbb101bbc79","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3188fbb101bbc79","status":"passed","time":{"start":1728682601748,"stop":1728682601748,"duration":0}},{"uid":"4daf6ec49c5d2174","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4daf6ec49c5d2174","status":"passed","time":{"start":1728677107990,"stop":1728677107990,"duration":0}},{"uid":"be3969461215a19e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be3969461215a19e","status":"passed","time":{"start":1728669764762,"stop":1728669764762,"duration":0}},{"uid":"439f0cdaee9350b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/439f0cdaee9350b4","status":"passed","time":{"start":1728598157580,"stop":1728598157580,"duration":0}},{"uid":"92e2d17454354686","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92e2d17454354686","status":"passed","time":{"start":1728597369089,"stop":1728597369089,"duration":0}}]},"84a2a8278571fa9229204c5b49612f14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"cb7fe630ebbca557","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cb7fe630ebbca557","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901734209,"stop":1728901734209,"duration":0}},{"uid":"412fb5e00bb97ee2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/412fb5e00bb97ee2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893166576,"stop":1728893166576,"duration":0}},{"uid":"6e36420483daf83d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6e36420483daf83d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676929955,"stop":1728676929955,"duration":0}},{"uid":"d6f286e8930f9835","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d6f286e8930f9835","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598000229,"stop":1728598000229,"duration":0}},{"uid":"2ec9dc61e35b6395","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2ec9dc61e35b6395","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597213023,"stop":1728597213024,"duration":1}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b14062fdee61776b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b14062fdee61776b","status":"passed","time":{"start":1729033904747,"stop":1729033904748,"duration":1}},{"uid":"e93d7c2cc94d8edd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e93d7c2cc94d8edd","status":"passed","time":{"start":1729031952294,"stop":1729031952294,"duration":0}},{"uid":"6191a462a37af893","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6191a462a37af893","status":"passed","time":{"start":1728901498548,"stop":1728901498548,"duration":0}},{"uid":"d5b27fba1128157c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d5b27fba1128157c","status":"passed","time":{"start":1728892934941,"stop":1728892934941,"duration":0}},{"uid":"2113fefde943b989","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2113fefde943b989","status":"passed","time":{"start":1728855901088,"stop":1728855901088,"duration":0}},{"uid":"3861b6fdaf04b0d5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3861b6fdaf04b0d5","status":"passed","time":{"start":1728738109822,"stop":1728738109822,"duration":0}},{"uid":"1bbeb7eb9f7668f9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1bbeb7eb9f7668f9","status":"passed","time":{"start":1728682641764,"stop":1728682641765,"duration":1}},{"uid":"89fe35b87922248","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/89fe35b87922248","status":"passed","time":{"start":1728682224056,"stop":1728682224057,"duration":1}},{"uid":"b68c5eb81666962","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b68c5eb81666962","status":"passed","time":{"start":1728676692590,"stop":1728676692591,"duration":1}},{"uid":"76abef29da541e24","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/76abef29da541e24","status":"passed","time":{"start":1728669414327,"stop":1728669414328,"duration":1}},{"uid":"2d18f4c521baa581","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2d18f4c521baa581","status":"passed","time":{"start":1728597758157,"stop":1728597758157,"duration":0}},{"uid":"530bd6615ec3b981","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/530bd6615ec3b981","status":"passed","time":{"start":1728596973960,"stop":1728596973961,"duration":1}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"32f4f8a1e52efceb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32f4f8a1e52efceb","status":"passed","time":{"start":1729033900634,"stop":1729033900635,"duration":1}},{"uid":"c43a621be12e9fcd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c43a621be12e9fcd","status":"passed","time":{"start":1729031950406,"stop":1729031950407,"duration":1}},{"uid":"b6b0ce548b73a4da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b6b0ce548b73a4da","status":"passed","time":{"start":1728901494878,"stop":1728901494878,"duration":0}},{"uid":"a9e6dc918a66a5e9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a9e6dc918a66a5e9","status":"passed","time":{"start":1728892927096,"stop":1728892927097,"duration":1}},{"uid":"6515b36915bd3edd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6515b36915bd3edd","status":"passed","time":{"start":1728855889014,"stop":1728855889014,"duration":0}},{"uid":"2001d796e4ce5ee3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2001d796e4ce5ee3","status":"passed","time":{"start":1728738105940,"stop":1728738105941,"duration":1}},{"uid":"a3f0a0d34d16dca3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a3f0a0d34d16dca3","status":"passed","time":{"start":1728682639925,"stop":1728682639925,"duration":0}},{"uid":"4ceb992393149249","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4ceb992393149249","status":"passed","time":{"start":1728682212118,"stop":1728682212119,"duration":1}},{"uid":"1b5c3405d5c7798d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b5c3405d5c7798d","status":"passed","time":{"start":1728676687920,"stop":1728676687920,"duration":0}},{"uid":"dab4bb2f88c3e557","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dab4bb2f88c3e557","status":"passed","time":{"start":1728669411846,"stop":1728669411846,"duration":0}},{"uid":"4a19a0fc4b4739e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4a19a0fc4b4739e","status":"passed","time":{"start":1728597751011,"stop":1728597751012,"duration":1}},{"uid":"f076dc5be6e29c5a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f076dc5be6e29c5a","status":"passed","time":{"start":1728596968267,"stop":1728596968267,"duration":0}}]},"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f6bf70f47f154819","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f6bf70f47f154819","status":"passed","time":{"start":1729033892959,"stop":1729033892959,"duration":0}},{"uid":"b16e8130c9a97337","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b16e8130c9a97337","status":"passed","time":{"start":1729031943352,"stop":1729031943353,"duration":1}},{"uid":"160ee2e990a6fa5e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/160ee2e990a6fa5e","status":"passed","time":{"start":1728901487522,"stop":1728901487522,"duration":0}},{"uid":"f684c13fb054d1f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f684c13fb054d1f","status":"passed","time":{"start":1728892920387,"stop":1728892920387,"duration":0}},{"uid":"2f7625c0cc2a1c0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f7625c0cc2a1c0","status":"passed","time":{"start":1728855881509,"stop":1728855881509,"duration":0}},{"uid":"a6f268a9a8f5af0d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a6f268a9a8f5af0d","status":"passed","time":{"start":1728738098730,"stop":1728738098730,"duration":0}},{"uid":"ecc3a31e7ec56827","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ecc3a31e7ec56827","status":"passed","time":{"start":1728682632220,"stop":1728682632221,"duration":1}},{"uid":"4b885561956bbe8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4b885561956bbe8","status":"passed","time":{"start":1728682205211,"stop":1728682205211,"duration":0}},{"uid":"ba083bddcc1fd4bd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba083bddcc1fd4bd","status":"passed","time":{"start":1728676680988,"stop":1728676680989,"duration":1}},{"uid":"d3b7bee88b663705","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d3b7bee88b663705","status":"passed","time":{"start":1728669404740,"stop":1728669404740,"duration":0}},{"uid":"680c1f26e6eb0658","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/680c1f26e6eb0658","status":"passed","time":{"start":1728597743849,"stop":1728597743850,"duration":1}},{"uid":"84dbf9bb85a508d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/84dbf9bb85a508d","status":"passed","time":{"start":1728596961184,"stop":1728596961185,"duration":1}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"c61c6c5bf184d07d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c61c6c5bf184d07d","status":"passed","time":{"start":1729032275830,"stop":1729032275830,"duration":0}},{"uid":"2ea4200848dab9d9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2ea4200848dab9d9","status":"passed","time":{"start":1728902036742,"stop":1728902036742,"duration":0}},{"uid":"fdffc7ed10c845b8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fdffc7ed10c845b8","status":"passed","time":{"start":1728893472415,"stop":1728893472415,"duration":0}},{"uid":"e58f78a06966c441","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e58f78a06966c441","status":"passed","time":{"start":1728856423203,"stop":1728856423203,"duration":0}},{"uid":"43be88502b422a84","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/43be88502b422a84","status":"passed","time":{"start":1728738648731,"stop":1728738648731,"duration":0}},{"uid":"1b150c1600fdc7b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1b150c1600fdc7b6","status":"passed","time":{"start":1728683179657,"stop":1728683179657,"duration":0}},{"uid":"a2f4d3d1b9fea789","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a2f4d3d1b9fea789","status":"passed","time":{"start":1728682757952,"stop":1728682757953,"duration":1}},{"uid":"111ea74770ea74dd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/111ea74770ea74dd","status":"passed","time":{"start":1728677238452,"stop":1728677238452,"duration":0}},{"uid":"df243f6a890ac09c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/df243f6a890ac09c","status":"passed","time":{"start":1728669928222,"stop":1728669928222,"duration":0}},{"uid":"8711bfae0fc6b594","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8711bfae0fc6b594","status":"passed","time":{"start":1728598319591,"stop":1728598319592,"duration":1}},{"uid":"c9735b547a89796f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9735b547a89796f","status":"passed","time":{"start":1728597520648,"stop":1728597520649,"duration":1}}]},"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f5feedb9dfcc4d17","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f5feedb9dfcc4d17","status":"passed","time":{"start":1729033834387,"stop":1729033834387,"duration":0}},{"uid":"755bfa6e79826dbf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/755bfa6e79826dbf","status":"passed","time":{"start":1729031884120,"stop":1729031884121,"duration":1}},{"uid":"b373bea4c94ee5e4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b373bea4c94ee5e4","status":"passed","time":{"start":1728901430255,"stop":1728901430255,"duration":0}},{"uid":"3d347fdaa16411e7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d347fdaa16411e7","status":"passed","time":{"start":1728892860533,"stop":1728892860533,"duration":0}},{"uid":"f7069e7dec1c0c89","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f7069e7dec1c0c89","status":"passed","time":{"start":1728855823323,"stop":1728855823323,"duration":0}},{"uid":"1a1d9636bd5307ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a1d9636bd5307ec","status":"passed","time":{"start":1728738040603,"stop":1728738040603,"duration":0}},{"uid":"8be88476ed2fb7b8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8be88476ed2fb7b8","status":"passed","time":{"start":1728682574094,"stop":1728682574094,"duration":0}},{"uid":"5ddff5ec6de24b72","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5ddff5ec6de24b72","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"63fc33b2950733f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/63fc33b2950733f7","status":"passed","time":{"start":1728676621433,"stop":1728676621433,"duration":0}},{"uid":"fd7820fe1b04b317","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd7820fe1b04b317","status":"passed","time":{"start":1728669344468,"stop":1728669344469,"duration":1}},{"uid":"5b8113bb70d2d62e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b8113bb70d2d62e","status":"passed","time":{"start":1728597685162,"stop":1728597685162,"duration":0}},{"uid":"a6460698bd098a47","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a6460698bd098a47","status":"passed","time":{"start":1728596904469,"stop":1728596904469,"duration":0}}]},"3bdd4aef0e9702e20ea6338f8fb5092d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6affaaf3320c2afb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6affaaf3320c2afb","status":"passed","time":{"start":1729034169437,"stop":1729034169439,"duration":2}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e2ed7785f33ed77d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e2ed7785f33ed77d","status":"passed","time":{"start":1729033843118,"stop":1729033843119,"duration":1}},{"uid":"71549937a7372b21","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/71549937a7372b21","status":"passed","time":{"start":1729031892681,"stop":1729031892681,"duration":0}},{"uid":"6d904a046ff713c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6d904a046ff713c3","status":"passed","time":{"start":1728901438811,"stop":1728901438812,"duration":1}},{"uid":"e95d6112479c557a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e95d6112479c557a","status":"passed","time":{"start":1728892869000,"stop":1728892869004,"duration":4}},{"uid":"39ec11a494dc9f85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39ec11a494dc9f85","status":"passed","time":{"start":1728855831892,"stop":1728855831896,"duration":4}},{"uid":"256fabf8101d96eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/256fabf8101d96eb","status":"passed","time":{"start":1728738049040,"stop":1728738049040,"duration":0}},{"uid":"c9de5abe834920da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c9de5abe834920da","status":"passed","time":{"start":1728682582618,"stop":1728682582619,"duration":1}},{"uid":"c35d10821835d9e2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c35d10821835d9e2","status":"passed","time":{"start":1728682155411,"stop":1728682155411,"duration":0}},{"uid":"b6b1364d65659abf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b6b1364d65659abf","status":"passed","time":{"start":1728676629974,"stop":1728676629974,"duration":0}},{"uid":"7809f552f0ced36c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7809f552f0ced36c","status":"passed","time":{"start":1728669353101,"stop":1728669353105,"duration":4}},{"uid":"135e5964a15f3c9e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/135e5964a15f3c9e","status":"passed","time":{"start":1728597693846,"stop":1728597693850,"duration":4}},{"uid":"7910d4547b725b85","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7910d4547b725b85","status":"passed","time":{"start":1728596913091,"stop":1728596913095,"duration":4}}]},"bc45221a7f6e40f80f06e429fe0d98ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ad94657f74a3767","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ad94657f74a3767","status":"passed","time":{"start":1729034137158,"stop":1729034137159,"duration":1}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1401c875c8283aea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1401c875c8283aea","status":"passed","time":{"start":1729034137155,"stop":1729034137156,"duration":1}},{"uid":"d2663420117a0e1a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2663420117a0e1a","status":"passed","time":{"start":1729032206888,"stop":1729032206888,"duration":0}},{"uid":"c07f81ad292373cc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c07f81ad292373cc","status":"passed","time":{"start":1728901995035,"stop":1728901995035,"duration":0}},{"uid":"cea95b2dc9bcfd13","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cea95b2dc9bcfd13","status":"passed","time":{"start":1728893421008,"stop":1728893421009,"duration":1}},{"uid":"75ea5d050a422144","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/75ea5d050a422144","status":"passed","time":{"start":1728856368609,"stop":1728856368610,"duration":1}},{"uid":"b85565aabcbc29d8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b85565aabcbc29d8","status":"passed","time":{"start":1728738604692,"stop":1728738604692,"duration":0}},{"uid":"3eab2c6535267478","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3eab2c6535267478","status":"passed","time":{"start":1728683117674,"stop":1728683117674,"duration":0}},{"uid":"f18f59a0f25ba993","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f18f59a0f25ba993","status":"passed","time":{"start":1728682721326,"stop":1728682721326,"duration":0}},{"uid":"4557c7e17319896a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4557c7e17319896a","status":"passed","time":{"start":1728677184693,"stop":1728677184693,"duration":0}},{"uid":"362bd114b1617d0b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/362bd114b1617d0b","status":"passed","time":{"start":1728669866476,"stop":1728669866477,"duration":1}},{"uid":"58d02da78f9c573c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58d02da78f9c573c","status":"passed","time":{"start":1728598250009,"stop":1728598250012,"duration":3}},{"uid":"5217f57845ac77fb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5217f57845ac77fb","status":"passed","time":{"start":1728597472309,"stop":1728597472309,"duration":0}}]},"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"166af90615f30de1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/166af90615f30de1","status":"passed","time":{"start":1729034209104,"stop":1729034209104,"duration":0}},{"uid":"e8c9668574ee6ad2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8c9668574ee6ad2","status":"passed","time":{"start":1729032264572,"stop":1729032264572,"duration":0}},{"uid":"7985c70ad37c98e0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7985c70ad37c98e0","status":"passed","time":{"start":1728902012864,"stop":1728902012864,"duration":0}},{"uid":"54c9a266d6fe981a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54c9a266d6fe981a","status":"passed","time":{"start":1728893454814,"stop":1728893454815,"duration":1}},{"uid":"1a63468e44aee157","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1a63468e44aee157","status":"passed","time":{"start":1728856408457,"stop":1728856408458,"duration":1}},{"uid":"2cfe25bdc0af91ed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2cfe25bdc0af91ed","status":"passed","time":{"start":1728738633858,"stop":1728738633858,"duration":0}},{"uid":"adb816296dbb2b78","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/adb816296dbb2b78","status":"passed","time":{"start":1728683159787,"stop":1728683159788,"duration":1}},{"uid":"b681dfba2f0c7f4f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b681dfba2f0c7f4f","status":"passed","time":{"start":1728682751334,"stop":1728682751334,"duration":0}},{"uid":"4a034dd81990774d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4a034dd81990774d","status":"passed","time":{"start":1728677216364,"stop":1728677216365,"duration":1}},{"uid":"7cd57ed21475638f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7cd57ed21475638f","status":"passed","time":{"start":1728669925457,"stop":1728669925457,"duration":0}},{"uid":"f4ee812b73216c76","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f4ee812b73216c76","status":"passed","time":{"start":1728598268810,"stop":1728598268810,"duration":0}},{"uid":"9ff7a2f28a8401ec","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9ff7a2f28a8401ec","status":"passed","time":{"start":1728597503931,"stop":1728597503932,"duration":1}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e90f659114aa1c3a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e90f659114aa1c3a","status":"passed","time":{"start":1729034121875,"stop":1729034121875,"duration":0}},{"uid":"b03baf70e52ede8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b03baf70e52ede8","status":"passed","time":{"start":1729032174794,"stop":1729032174794,"duration":0}},{"uid":"38daa32fb0807a4d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38daa32fb0807a4d","status":"passed","time":{"start":1728901881000,"stop":1728901881001,"duration":1}},{"uid":"5203dc87206f091e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5203dc87206f091e","status":"passed","time":{"start":1728893317128,"stop":1728893317129,"duration":1}},{"uid":"c844c0b710a44b9a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c844c0b710a44b9a","status":"passed","time":{"start":1728856263062,"stop":1728856263062,"duration":0}},{"uid":"547038bd27afc0e5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/547038bd27afc0e5","status":"passed","time":{"start":1728738492778,"stop":1728738492779,"duration":1}},{"uid":"8cd75863f87d4747","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8cd75863f87d4747","status":"passed","time":{"start":1728683030005,"stop":1728683030005,"duration":0}},{"uid":"97121400bd70749e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/97121400bd70749e","status":"passed","time":{"start":1728682581057,"stop":1728682581058,"duration":1}},{"uid":"ad4f88ca72d0a568","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ad4f88ca72d0a568","status":"passed","time":{"start":1728677081980,"stop":1728677081981,"duration":1}},{"uid":"d944a354426f4612","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d944a354426f4612","status":"passed","time":{"start":1728669795381,"stop":1728669795381,"duration":0}},{"uid":"f2c893992e6b096","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f2c893992e6b096","status":"passed","time":{"start":1728598137483,"stop":1728598137487,"duration":4}},{"uid":"8f2f4172d246f11f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8f2f4172d246f11f","status":"passed","time":{"start":1728597353469,"stop":1728597353469,"duration":0}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5d228bbee1e8f0dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5d228bbee1e8f0dd","status":"passed","time":{"start":1729033942628,"stop":1729033942631,"duration":3}},{"uid":"54be06233dbe0f56","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/54be06233dbe0f56","status":"passed","time":{"start":1729031989719,"stop":1729031989720,"duration":1}},{"uid":"403a1a5a04353d94","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/403a1a5a04353d94","status":"passed","time":{"start":1728901562055,"stop":1728901562063,"duration":8}},{"uid":"290086140f801a29","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/290086140f801a29","status":"passed","time":{"start":1728893001483,"stop":1728893001483,"duration":0}},{"uid":"86d85ce90d9f3866","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/86d85ce90d9f3866","status":"passed","time":{"start":1728855968870,"stop":1728855968872,"duration":2}},{"uid":"d70712b61ea3415a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d70712b61ea3415a","status":"passed","time":{"start":1728738172968,"stop":1728738172969,"duration":1}},{"uid":"bf936aaede0b94d4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bf936aaede0b94d4","status":"passed","time":{"start":1728682706941,"stop":1728682706942,"duration":1}},{"uid":"57449fc21e9e5d64","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/57449fc21e9e5d64","status":"passed","time":{"start":1728682296862,"stop":1728682296862,"duration":0}},{"uid":"1c01f89df3e038df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1c01f89df3e038df","status":"passed","time":{"start":1728676761486,"stop":1728676761487,"duration":1}},{"uid":"e4c6dd9cf32fd07c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e4c6dd9cf32fd07c","status":"passed","time":{"start":1728669479028,"stop":1728669479029,"duration":1}},{"uid":"efb129851accb7a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efb129851accb7a","status":"passed","time":{"start":1728597820129,"stop":1728597820129,"duration":0}},{"uid":"62dec462bf68422f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/62dec462bf68422f","status":"passed","time":{"start":1728597034503,"stop":1728597034503,"duration":0}}]},"68cc62b31206d5ad5105b8944f480f86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5e4824ef8270214","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b5e4824ef8270214","status":"passed","time":{"start":1728597472311,"stop":1728597472311,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"826c977f3978dc7b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/826c977f3978dc7b","status":"passed","time":{"start":1729034014847,"stop":1729034014848,"duration":1}},{"uid":"d74775e5d1bc5ae3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d74775e5d1bc5ae3","status":"passed","time":{"start":1729032065434,"stop":1729032065437,"duration":3}},{"uid":"d9932483ab01c638","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d9932483ab01c638","status":"passed","time":{"start":1728901664235,"stop":1728901664235,"duration":0}},{"uid":"3705d51fcee89d50","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3705d51fcee89d50","status":"passed","time":{"start":1728893093684,"stop":1728893093685,"duration":1}},{"uid":"7ff091ff89535dbd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7ff091ff89535dbd","status":"passed","time":{"start":1728856055263,"stop":1728856055264,"duration":1}},{"uid":"ff3dc9eb64750aaf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff3dc9eb64750aaf","status":"passed","time":{"start":1728738274740,"stop":1728738274740,"duration":0}},{"uid":"278989eaeac837cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/278989eaeac837cc","status":"passed","time":{"start":1728682807950,"stop":1728682807950,"duration":0}},{"uid":"c08908a108d4f015","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c08908a108d4f015","status":"passed","time":{"start":1728682381280,"stop":1728682381280,"duration":0}},{"uid":"fde0357c5e62a04e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fde0357c5e62a04e","status":"passed","time":{"start":1728676853893,"stop":1728676853893,"duration":0}},{"uid":"11e88467e38f2172","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/11e88467e38f2172","status":"passed","time":{"start":1728669581684,"stop":1728669581685,"duration":1}},{"uid":"824a9948182055fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/824a9948182055fb","status":"passed","time":{"start":1728597923469,"stop":1728597923470,"duration":1}},{"uid":"d2ba24764b644508","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d2ba24764b644508","status":"passed","time":{"start":1728597132259,"stop":1728597132259,"duration":0}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"513a4f33ae102ccd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/513a4f33ae102ccd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121909,"stop":1729034121910,"duration":1}},{"uid":"5b3a552ed5ad0708","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b3a552ed5ad0708","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174842,"stop":1729032174843,"duration":1}},{"uid":"b8b2f5281c32c909","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8b2f5281c32c909","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881011,"stop":1728901881011,"duration":0}},{"uid":"7663a1f90e367a47","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7663a1f90e367a47","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317161,"stop":1728893317162,"duration":1}},{"uid":"551b807732941def","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/551b807732941def","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263099,"stop":1728856263099,"duration":0}},{"uid":"5a616d94a0f48b29","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a616d94a0f48b29","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492798,"stop":1728738492798,"duration":0}},{"uid":"b81d44270e3420f3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b81d44270e3420f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030021,"stop":1728683030021,"duration":0}},{"uid":"f73caf36d3b94dde","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f73caf36d3b94dde","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581102,"stop":1728682581102,"duration":0}},{"uid":"13638d543d7c5fa4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/13638d543d7c5fa4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677081995,"stop":1728677081995,"duration":0}},{"uid":"9f8475d7265f01c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9f8475d7265f01c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795394,"stop":1728669795394,"duration":0}},{"uid":"765dfc0d5e457690","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/765dfc0d5e457690","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137503,"stop":1728598137503,"duration":0}},{"uid":"3552cb6692143ddc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3552cb6692143ddc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353479,"stop":1728597353479,"duration":0}}]},"8d185c3718221733d1504872b5861f0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f3aa2a3c5666b00","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4f3aa2a3c5666b00","status":"passed","time":{"start":1728901950548,"stop":1728901950549,"duration":1}}]},"7ea2fe382cd6db4cbb3c5f72d8baa9f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e147acc14628654","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e147acc14628654","status":"passed","time":{"start":1728901896356,"stop":1728901896356,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"95afe24dcb969841","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95afe24dcb969841","status":"passed","time":{"start":1729033933478,"stop":1729033933479,"duration":1}},{"uid":"4df096609dd5a789","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4df096609dd5a789","status":"passed","time":{"start":1729031982912,"stop":1729031982912,"duration":0}},{"uid":"7d2b3fc41bafac82","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7d2b3fc41bafac82","status":"passed","time":{"start":1728901527853,"stop":1728901527854,"duration":1}},{"uid":"f51553de282b4c23","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f51553de282b4c23","status":"passed","time":{"start":1728892960138,"stop":1728892960139,"duration":1}},{"uid":"ceeae088b140b23e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ceeae088b140b23e","status":"passed","time":{"start":1728855921713,"stop":1728855921714,"duration":1}},{"uid":"acf6c4a93bcd5e02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/acf6c4a93bcd5e02","status":"passed","time":{"start":1728738138431,"stop":1728738138431,"duration":0}},{"uid":"99d45a0d1352be0a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99d45a0d1352be0a","status":"passed","time":{"start":1728682672251,"stop":1728682672251,"duration":0}},{"uid":"13c0a95c5e7e8fcd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13c0a95c5e7e8fcd","status":"passed","time":{"start":1728682245073,"stop":1728682245073,"duration":0}},{"uid":"ca8e9947986e41c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca8e9947986e41c","status":"passed","time":{"start":1728676721298,"stop":1728676721298,"duration":0}},{"uid":"924b6c7895e63507","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/924b6c7895e63507","status":"passed","time":{"start":1728669444559,"stop":1728669444560,"duration":1}},{"uid":"7acb26d0576af66","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7acb26d0576af66","status":"passed","time":{"start":1728597784072,"stop":1728597784072,"duration":0}},{"uid":"4c6d71cd3ee6851b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4c6d71cd3ee6851b","status":"passed","time":{"start":1728597001546,"stop":1728597001547,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7371c3eb09a213c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7371c3eb09a213c2","status":"passed","time":{"start":1729034209102,"stop":1729034209102,"duration":0}},{"uid":"82bc140a9beafcf2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/82bc140a9beafcf2","status":"passed","time":{"start":1729032264569,"stop":1729032264570,"duration":1}},{"uid":"c5b6a087f9181690","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c5b6a087f9181690","status":"passed","time":{"start":1728902012859,"stop":1728902012859,"duration":0}},{"uid":"a58c59d246f9b6bb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a58c59d246f9b6bb","status":"passed","time":{"start":1728893454812,"stop":1728893454813,"duration":1}},{"uid":"f29a5c456845fe6c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f29a5c456845fe6c","status":"passed","time":{"start":1728856408453,"stop":1728856408454,"duration":1}},{"uid":"fcb4bd9533b3f709","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fcb4bd9533b3f709","status":"passed","time":{"start":1728738633856,"stop":1728738633856,"duration":0}},{"uid":"eeb6134da4ce4a33","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eeb6134da4ce4a33","status":"passed","time":{"start":1728683159766,"stop":1728683159766,"duration":0}},{"uid":"7b0c1e1556c52e48","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b0c1e1556c52e48","status":"passed","time":{"start":1728682751331,"stop":1728682751331,"duration":0}},{"uid":"a8000299d19e465a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a8000299d19e465a","status":"passed","time":{"start":1728677216360,"stop":1728677216361,"duration":1}},{"uid":"24397b71b60a5505","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/24397b71b60a5505","status":"passed","time":{"start":1728669925455,"stop":1728669925455,"duration":0}},{"uid":"4bddb24864884df6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4bddb24864884df6","status":"passed","time":{"start":1728598268807,"stop":1728598268807,"duration":0}},{"uid":"42a4bdebc0ff537f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42a4bdebc0ff537f","status":"passed","time":{"start":1728597503923,"stop":1728597503924,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ae1109288cbfb932","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae1109288cbfb932","status":"passed","time":{"start":1729033942636,"stop":1729033942636,"duration":0}},{"uid":"9d5e55949e33a154","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d5e55949e33a154","status":"passed","time":{"start":1729031989722,"stop":1729031989722,"duration":0}},{"uid":"f9e7ef97096ebcb4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f9e7ef97096ebcb4","status":"passed","time":{"start":1728901562096,"stop":1728901562099,"duration":3}},{"uid":"70e57ce07236b0a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/70e57ce07236b0a","status":"passed","time":{"start":1728893001484,"stop":1728893001484,"duration":0}},{"uid":"8b57892854ebd514","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b57892854ebd514","status":"passed","time":{"start":1728855968873,"stop":1728855968873,"duration":0}},{"uid":"4c0e039036257f07","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4c0e039036257f07","status":"passed","time":{"start":1728738172969,"stop":1728738172970,"duration":1}},{"uid":"773a9e5254dcfd3c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/773a9e5254dcfd3c","status":"passed","time":{"start":1728682706942,"stop":1728682706942,"duration":0}},{"uid":"868e2cbdb3f4c668","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/868e2cbdb3f4c668","status":"passed","time":{"start":1728682296863,"stop":1728682296863,"duration":0}},{"uid":"8b59ccb8cf05400b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8b59ccb8cf05400b","status":"passed","time":{"start":1728676761497,"stop":1728676761498,"duration":1}},{"uid":"5bd3eb74c789098f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5bd3eb74c789098f","status":"passed","time":{"start":1728669479029,"stop":1728669479030,"duration":1}},{"uid":"eda84dd939dbe8f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eda84dd939dbe8f8","status":"passed","time":{"start":1728597820129,"stop":1728597820130,"duration":1}},{"uid":"bd2abfa9e79453bd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bd2abfa9e79453bd","status":"passed","time":{"start":1728597034504,"stop":1728597034504,"duration":0}}]},"08450b21419bdd5d996ab3d1852747b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3dcab7782d68b1d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3dcab7782d68b1d","status":"passed","time":{"start":1728682666064,"stop":1728682666064,"duration":0}}]},"6e2da1c87898957517cca942034cd353:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9558ba8fa43b709b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9558ba8fa43b709b","status":"passed","time":{"start":1728856355683,"stop":1728856355684,"duration":1}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"67a00a433bf9bb05","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67a00a433bf9bb05","status":"passed","time":{"start":1729033976790,"stop":1729033976790,"duration":0}},{"uid":"6041529316ae313f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6041529316ae313f","status":"passed","time":{"start":1729032020511,"stop":1729032020511,"duration":0}},{"uid":"7473e01914485ad1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7473e01914485ad1","status":"passed","time":{"start":1728901616427,"stop":1728901616427,"duration":0}},{"uid":"4a12e5b036deac8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a12e5b036deac8","status":"passed","time":{"start":1728893050242,"stop":1728893050242,"duration":0}},{"uid":"d7df193759b197cd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d7df193759b197cd","status":"passed","time":{"start":1728856015169,"stop":1728856015169,"duration":0}},{"uid":"13c2584c7e44537e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/13c2584c7e44537e","status":"passed","time":{"start":1728738233134,"stop":1728738233134,"duration":0}},{"uid":"a285f85c0213640","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a285f85c0213640","status":"passed","time":{"start":1728682762468,"stop":1728682762468,"duration":0}},{"uid":"1aead55d775e140d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1aead55d775e140d","status":"passed","time":{"start":1728682332783,"stop":1728682332784,"duration":1}},{"uid":"a474a99bbcdd6a67","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a474a99bbcdd6a67","status":"passed","time":{"start":1728676810288,"stop":1728676810288,"duration":0}},{"uid":"d9aa5f532edb64c7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d9aa5f532edb64c7","status":"passed","time":{"start":1728669529891,"stop":1728669529891,"duration":0}},{"uid":"8961c90299d574c8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8961c90299d574c8","status":"passed","time":{"start":1728597873531,"stop":1728597873531,"duration":0}},{"uid":"de6b65457c36db67","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/de6b65457c36db67","status":"passed","time":{"start":1728597089271,"stop":1728597089271,"duration":0}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c3b7cc5690108cfa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c3b7cc5690108cfa","status":"passed","time":{"start":1729034208294,"stop":1729034208294,"duration":0}},{"uid":"431c2afb1432898b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/431c2afb1432898b","status":"passed","time":{"start":1729032257065,"stop":1729032257066,"duration":1}},{"uid":"d86ed6aaeac60655","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d86ed6aaeac60655","status":"passed","time":{"start":1728902024012,"stop":1728902024012,"duration":0}},{"uid":"29137b6b1438c47","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/29137b6b1438c47","status":"passed","time":{"start":1728893455129,"stop":1728893455129,"duration":0}},{"uid":"47c63197939d21d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/47c63197939d21d","status":"passed","time":{"start":1728856404961,"stop":1728856404962,"duration":1}},{"uid":"be6cd5e5e24133af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/be6cd5e5e24133af","status":"passed","time":{"start":1728738634667,"stop":1728738634668,"duration":1}},{"uid":"c5ebf8887a7a6ca1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c5ebf8887a7a6ca1","status":"passed","time":{"start":1728683163619,"stop":1728683163620,"duration":1}},{"uid":"59f6922047031d36","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59f6922047031d36","status":"passed","time":{"start":1728682737540,"stop":1728682737540,"duration":0}},{"uid":"f669bbed5afc5bc7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f669bbed5afc5bc7","status":"passed","time":{"start":1728677222566,"stop":1728677222567,"duration":1}},{"uid":"ce90fdfdb904c9d0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ce90fdfdb904c9d0","status":"passed","time":{"start":1728669905030,"stop":1728669905031,"duration":1}},{"uid":"2e8435592b2f4541","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e8435592b2f4541","status":"passed","time":{"start":1728598284365,"stop":1728598284365,"duration":0}},{"uid":"9c91f47425d910c0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c91f47425d910c0","status":"passed","time":{"start":1728597506830,"stop":1728597506830,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8fada7215763a50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8fada7215763a50","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0}},{"uid":"818f3fb430e433ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/818f3fb430e433ef","status":"passed","time":{"start":1729032192393,"stop":1729032192393,"duration":0}},{"uid":"65dda77fd5773f84","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65dda77fd5773f84","status":"passed","time":{"start":1728901896709,"stop":1728901896709,"duration":0}},{"uid":"acc48964b93b3ad1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/acc48964b93b3ad1","status":"passed","time":{"start":1728893334448,"stop":1728893334448,"duration":0}},{"uid":"7988f890569711b1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7988f890569711b1","status":"passed","time":{"start":1728856285987,"stop":1728856285988,"duration":1}},{"uid":"c45d67dda6fae58","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c45d67dda6fae58","status":"passed","time":{"start":1728738508179,"stop":1728738508179,"duration":0}},{"uid":"48ca19b196415ee0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/48ca19b196415ee0","status":"passed","time":{"start":1728683055335,"stop":1728683055336,"duration":1}},{"uid":"2b57adc46bc60552","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2b57adc46bc60552","status":"passed","time":{"start":1728682604663,"stop":1728682604663,"duration":0}},{"uid":"adf421c2796c559e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/adf421c2796c559e","status":"passed","time":{"start":1728677105012,"stop":1728677105012,"duration":0}},{"uid":"9f413f6c8e5ad560","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9f413f6c8e5ad560","status":"passed","time":{"start":1728669780768,"stop":1728669780768,"duration":0}},{"uid":"ffd5b4d9a846a751","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ffd5b4d9a846a751","status":"passed","time":{"start":1728598159631,"stop":1728598159632,"duration":1}},{"uid":"ec16383b62412ec5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec16383b62412ec5","status":"passed","time":{"start":1728597371100,"stop":1728597371101,"duration":1}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2933df868be9a063","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2933df868be9a063","status":"passed","time":{"start":1729034121940,"stop":1729034121940,"duration":0}},{"uid":"2be2174a5a8ea7c9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2be2174a5a8ea7c9","status":"passed","time":{"start":1729032174916,"stop":1729032174917,"duration":1}},{"uid":"fee7b5bafc715a77","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fee7b5bafc715a77","status":"passed","time":{"start":1728901881023,"stop":1728901881024,"duration":1}},{"uid":"aacb1848f65c57d3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aacb1848f65c57d3","status":"passed","time":{"start":1728893317178,"stop":1728893317179,"duration":1}},{"uid":"75df68cb40e16f2c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/75df68cb40e16f2c","status":"passed","time":{"start":1728856263109,"stop":1728856263110,"duration":1}},{"uid":"e5ec65177d43b7d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e5ec65177d43b7d","status":"passed","time":{"start":1728738492803,"stop":1728738492803,"duration":0}},{"uid":"3ac20464f2a9721e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3ac20464f2a9721e","status":"passed","time":{"start":1728683030027,"stop":1728683030027,"duration":0}},{"uid":"61a1038be6553a93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/61a1038be6553a93","status":"passed","time":{"start":1728682581112,"stop":1728682581112,"duration":0}},{"uid":"abf321462e80c9f4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/abf321462e80c9f4","status":"passed","time":{"start":1728677082006,"stop":1728677082007,"duration":1}},{"uid":"30dea65f6509c4d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/30dea65f6509c4d9","status":"passed","time":{"start":1728669795404,"stop":1728669795404,"duration":0}},{"uid":"32bf20b1ab239e64","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/32bf20b1ab239e64","status":"passed","time":{"start":1728598137507,"stop":1728598137508,"duration":1}},{"uid":"38f85e729f93f4e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/38f85e729f93f4e","status":"passed","time":{"start":1728597353485,"stop":1728597353485,"duration":0}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8453cc9db3e58bf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8453cc9db3e58bf","status":"passed","time":{"start":1729033858030,"stop":1729033858031,"duration":1}},{"uid":"497e5f4669f1bfde","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/497e5f4669f1bfde","status":"passed","time":{"start":1729031908099,"stop":1729031908099,"duration":0}},{"uid":"d85a8b8fd6864c3f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d85a8b8fd6864c3f","status":"passed","time":{"start":1728901453393,"stop":1728901453393,"duration":0}},{"uid":"8a07e26caf7a8bee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8a07e26caf7a8bee","status":"passed","time":{"start":1728892884023,"stop":1728892884023,"duration":0}},{"uid":"8055ec2c6ff19640","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8055ec2c6ff19640","status":"passed","time":{"start":1728855846492,"stop":1728855846493,"duration":1}},{"uid":"e36cd8225234960a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e36cd8225234960a","status":"passed","time":{"start":1728738063722,"stop":1728738063722,"duration":0}},{"uid":"373307b3186282a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/373307b3186282a8","status":"passed","time":{"start":1728682597443,"stop":1728682597444,"duration":1}},{"uid":"df4d6649e093838d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/df4d6649e093838d","status":"passed","time":{"start":1728682170236,"stop":1728682170236,"duration":0}},{"uid":"ecf8b846bf00b42d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ecf8b846bf00b42d","status":"passed","time":{"start":1728676645010,"stop":1728676645010,"duration":0}},{"uid":"235d0f19afe573a9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/235d0f19afe573a9","status":"passed","time":{"start":1728669367791,"stop":1728669367791,"duration":0}},{"uid":"5efc71d0fab075db","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5efc71d0fab075db","status":"passed","time":{"start":1728597708643,"stop":1728597708643,"duration":0}},{"uid":"31049b047c07f0d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/31049b047c07f0d1","status":"passed","time":{"start":1728596927931,"stop":1728596927931,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"41eaf3b4778cc208","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41eaf3b4778cc208","status":"passed","time":{"start":1729033976801,"stop":1729033976802,"duration":1}},{"uid":"a80313e96b7dce6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a80313e96b7dce6c","status":"passed","time":{"start":1729032020524,"stop":1729032020525,"duration":1}},{"uid":"22c41f03d95b4308","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/22c41f03d95b4308","status":"passed","time":{"start":1728901616436,"stop":1728901616436,"duration":0}},{"uid":"e1279f59f5d8d30f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e1279f59f5d8d30f","status":"passed","time":{"start":1728893050246,"stop":1728893050247,"duration":1}},{"uid":"8ff75cd3df765052","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8ff75cd3df765052","status":"passed","time":{"start":1728856015173,"stop":1728856015173,"duration":0}},{"uid":"784eb7d8ee9e5d70","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/784eb7d8ee9e5d70","status":"passed","time":{"start":1728738233142,"stop":1728738233142,"duration":0}},{"uid":"3d3f22e446189238","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3d3f22e446189238","status":"passed","time":{"start":1728682762474,"stop":1728682762474,"duration":0}},{"uid":"da23ad65200ba466","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/da23ad65200ba466","status":"passed","time":{"start":1728682332788,"stop":1728682332788,"duration":0}},{"uid":"7d241b9fd603afe4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d241b9fd603afe4","status":"passed","time":{"start":1728676810293,"stop":1728676810293,"duration":0}},{"uid":"4243ae39dae390e4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4243ae39dae390e4","status":"passed","time":{"start":1728669529900,"stop":1728669529901,"duration":1}},{"uid":"daa2a0e479a108a3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/daa2a0e479a108a3","status":"passed","time":{"start":1728597873536,"stop":1728597873536,"duration":0}},{"uid":"dea260852efbf464","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dea260852efbf464","status":"passed","time":{"start":1728597089275,"stop":1728597089275,"duration":0}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7bf7260e1f5c7531","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bf7260e1f5c7531","status":"passed","time":{"start":1729033976807,"stop":1729033976807,"duration":0}},{"uid":"69c988d6cf04d947","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/69c988d6cf04d947","status":"passed","time":{"start":1729032020531,"stop":1729032020531,"duration":0}},{"uid":"310ddab760e81b07","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/310ddab760e81b07","status":"passed","time":{"start":1728901616474,"stop":1728901616474,"duration":0}},{"uid":"669be4347546f122","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/669be4347546f122","status":"passed","time":{"start":1728893050251,"stop":1728893050251,"duration":0}},{"uid":"2d91829f15095950","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d91829f15095950","status":"passed","time":{"start":1728856015181,"stop":1728856015181,"duration":0}},{"uid":"35937545072400d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/35937545072400d","status":"passed","time":{"start":1728738233149,"stop":1728738233163,"duration":14}},{"uid":"f838bb1e23e3868b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f838bb1e23e3868b","status":"passed","time":{"start":1728682762478,"stop":1728682762478,"duration":0}},{"uid":"b2b6969dc81165c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b2b6969dc81165c9","status":"passed","time":{"start":1728682332792,"stop":1728682332793,"duration":1}},{"uid":"25dccf868684489b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/25dccf868684489b","status":"passed","time":{"start":1728676810303,"stop":1728676810304,"duration":1}},{"uid":"455450b0a458b405","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/455450b0a458b405","status":"passed","time":{"start":1728669529906,"stop":1728669529907,"duration":1}},{"uid":"e942f75b5c344aa6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e942f75b5c344aa6","status":"passed","time":{"start":1728597873542,"stop":1728597873542,"duration":0}},{"uid":"ba629bc2d0ca1b3a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ba629bc2d0ca1b3a","status":"passed","time":{"start":1728597089279,"stop":1728597089280,"duration":1}}]},"a82bc79e71a584be171132d8259ee831:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9c6ab17937e8915","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9c6ab17937e8915","status":"passed","time":{"start":1729034177533,"stop":1729034177534,"duration":1}}]},"647d330d5e650c720d964645b8ea7493:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af10cdd94e9c54e3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af10cdd94e9c54e3","status":"passed","time":{"start":1728669841247,"stop":1728669841248,"duration":1}}]},"21fcd97be16b00f5f4bf07412f8884fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12c54e6d358b188d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12c54e6d358b188d","status":"passed","time":{"start":1728901896355,"stop":1728901896355,"duration":0}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f52b666df9f7c3c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f52b666df9f7c3c8","status":"passed","time":{"start":1729034063485,"stop":1729034063486,"duration":1}},{"uid":"383dc5af8f4235dc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/383dc5af8f4235dc","status":"passed","time":{"start":1729032122634,"stop":1729032122635,"duration":1}},{"uid":"bd3a5c58d9a2bbf5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bd3a5c58d9a2bbf5","status":"passed","time":{"start":1728901785626,"stop":1728901785627,"duration":1}},{"uid":"18baa5f22dc82736","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/18baa5f22dc82736","status":"passed","time":{"start":1728893218773,"stop":1728893218773,"duration":0}},{"uid":"eea0ab200fa958c0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/eea0ab200fa958c0","status":"passed","time":{"start":1728856192659,"stop":1728856192659,"duration":0}},{"uid":"15a69bb6a8931c8d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15a69bb6a8931c8d","status":"passed","time":{"start":1728738398086,"stop":1728738398086,"duration":0}},{"uid":"75df328540dd78b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75df328540dd78b7","status":"passed","time":{"start":1728682944500,"stop":1728682944500,"duration":0}},{"uid":"129ac1a47a77e514","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/129ac1a47a77e514","status":"passed","time":{"start":1728682507860,"stop":1728682507861,"duration":1}},{"uid":"748fed851b815ed7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/748fed851b815ed7","status":"passed","time":{"start":1728676995524,"stop":1728676995527,"duration":3}},{"uid":"ec212044b9cdc44a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ec212044b9cdc44a","status":"passed","time":{"start":1728669665534,"stop":1728669665535,"duration":1}},{"uid":"800657ea5ffff144","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/800657ea5ffff144","status":"passed","time":{"start":1728598056479,"stop":1728598056479,"duration":0}},{"uid":"b7bc767c7872b5da","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b7bc767c7872b5da","status":"passed","time":{"start":1728597264028,"stop":1728597264028,"duration":0}}]},"4a03bdc53a51139a736e767b075afea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64c2e2c423deace","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/64c2e2c423deace","status":"passed","time":{"start":1729032235306,"stop":1729032235306,"duration":0}}]},"f96cedf580dd94f62c8d95ab6b56a413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60dc0c504e8bc55d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/60dc0c504e8bc55d","status":"passed","time":{"start":1729032228809,"stop":1729032228810,"duration":1}}]},"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"898a622a5d8716b0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/898a622a5d8716b0","status":"passed","time":{"start":1729033834398,"stop":1729033834399,"duration":1}},{"uid":"7a613170b5a732f6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a613170b5a732f6","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"e26f5b0862d8ddc8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e26f5b0862d8ddc8","status":"passed","time":{"start":1728901430264,"stop":1728901430265,"duration":1}},{"uid":"23e7cfc05b6707a8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/23e7cfc05b6707a8","status":"passed","time":{"start":1728892860543,"stop":1728892860543,"duration":0}},{"uid":"23340c4c6ddc34f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/23340c4c6ddc34f7","status":"passed","time":{"start":1728855823332,"stop":1728855823333,"duration":1}},{"uid":"23c6b172a2e49627","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23c6b172a2e49627","status":"passed","time":{"start":1728738040613,"stop":1728738040614,"duration":1}},{"uid":"b833ea2856645d36","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b833ea2856645d36","status":"passed","time":{"start":1728682574106,"stop":1728682574106,"duration":0}},{"uid":"e59c7bc12c907473","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e59c7bc12c907473","status":"passed","time":{"start":1728682146829,"stop":1728682146829,"duration":0}},{"uid":"94df0d7a7a376ad5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/94df0d7a7a376ad5","status":"passed","time":{"start":1728676621443,"stop":1728676621443,"duration":0}},{"uid":"19a7a04c98c0036f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/19a7a04c98c0036f","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"daaa0d31d103e32d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/daaa0d31d103e32d","status":"passed","time":{"start":1728597685173,"stop":1728597685174,"duration":1}},{"uid":"8e3def05e9a43eff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e3def05e9a43eff","status":"passed","time":{"start":1728596904483,"stop":1728596904483,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ec2d30b2aedc711c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ec2d30b2aedc711c","status":"passed","time":{"start":1729034129475,"stop":1729034129475,"duration":0}},{"uid":"214e8f30dae30e2b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/214e8f30dae30e2b","status":"passed","time":{"start":1729032178369,"stop":1729032178369,"duration":0}},{"uid":"8bd75d919fb0e77c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8bd75d919fb0e77c","status":"passed","time":{"start":1728901896349,"stop":1728901896349,"duration":0}},{"uid":"87c13ca32bd3a34d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/87c13ca32bd3a34d","status":"passed","time":{"start":1728893329026,"stop":1728893329027,"duration":1}},{"uid":"e915845bb9415261","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e915845bb9415261","status":"passed","time":{"start":1728856284766,"stop":1728856284766,"duration":0}},{"uid":"1eb8b56a7bc25801","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1eb8b56a7bc25801","status":"passed","time":{"start":1728738494942,"stop":1728738494942,"duration":0}},{"uid":"32f5e7fc1a504608","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32f5e7fc1a504608","status":"passed","time":{"start":1728683033633,"stop":1728683033633,"duration":0}},{"uid":"de44576c82ed19d6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/de44576c82ed19d6","status":"passed","time":{"start":1728682601738,"stop":1728682601738,"duration":0}},{"uid":"1a2f3a3dfc7d3de","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1a2f3a3dfc7d3de","status":"passed","time":{"start":1728677107963,"stop":1728677107963,"duration":0}},{"uid":"bd617a037a0ce67b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bd617a037a0ce67b","status":"passed","time":{"start":1728669764752,"stop":1728669764753,"duration":1}},{"uid":"f215a3e62a01b0b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f215a3e62a01b0b","status":"passed","time":{"start":1728598157564,"stop":1728598157564,"duration":0}},{"uid":"902e974d40473359","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/902e974d40473359","status":"passed","time":{"start":1728597369074,"stop":1728597369074,"duration":0}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"f9c23214af44f638","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9c23214af44f638","status":"passed","time":{"start":1729032277693,"stop":1729032277693,"duration":0}},{"uid":"72feeb58227f8710","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/72feeb58227f8710","status":"passed","time":{"start":1728902034225,"stop":1728902034225,"duration":0}},{"uid":"b2ada03e6d3f3f31","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b2ada03e6d3f3f31","status":"passed","time":{"start":1728893469058,"stop":1728893469058,"duration":0}},{"uid":"f57c929b6ee29854","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f57c929b6ee29854","status":"passed","time":{"start":1728856416488,"stop":1728856416489,"duration":1}},{"uid":"abcc946cc98428b6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/abcc946cc98428b6","status":"passed","time":{"start":1728738643171,"stop":1728738643171,"duration":0}},{"uid":"9def5597dc15f1c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9def5597dc15f1c","status":"passed","time":{"start":1728683174247,"stop":1728683174248,"duration":1}},{"uid":"698f463b08d46461","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/698f463b08d46461","status":"passed","time":{"start":1728682757802,"stop":1728682757802,"duration":0}},{"uid":"769957cd21dee5a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/769957cd21dee5a1","status":"passed","time":{"start":1728677231126,"stop":1728677231126,"duration":0}},{"uid":"ca79c99093f92f0d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca79c99093f92f0d","status":"passed","time":{"start":1728669920238,"stop":1728669920238,"duration":0}},{"uid":"77e585a005e147b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/77e585a005e147b4","status":"passed","time":{"start":1728598298889,"stop":1728598298889,"duration":0}},{"uid":"23952d1c9c263cab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/23952d1c9c263cab","status":"passed","time":{"start":1728597513735,"stop":1728597513735,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3a915424f754fe8c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3a915424f754fe8c","status":"passed","time":{"start":1729033976811,"stop":1729033976811,"duration":0}},{"uid":"6a5d4df413efc00e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6a5d4df413efc00e","status":"passed","time":{"start":1729032020532,"stop":1729032020532,"duration":0}},{"uid":"b435a96d372a4b4e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b435a96d372a4b4e","status":"passed","time":{"start":1728901616475,"stop":1728901616475,"duration":0}},{"uid":"15a45e89c2e31859","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15a45e89c2e31859","status":"passed","time":{"start":1728893050252,"stop":1728893050252,"duration":0}},{"uid":"b4f5a4d55c472051","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4f5a4d55c472051","status":"passed","time":{"start":1728856015182,"stop":1728856015182,"duration":0}},{"uid":"c0c7a158f3c81930","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0c7a158f3c81930","status":"passed","time":{"start":1728738233173,"stop":1728738233174,"duration":1}},{"uid":"9336206b9e033b2a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9336206b9e033b2a","status":"passed","time":{"start":1728682762479,"stop":1728682762480,"duration":1}},{"uid":"86c2cb790e01f581","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/86c2cb790e01f581","status":"passed","time":{"start":1728682332795,"stop":1728682332796,"duration":1}},{"uid":"f6746ed6b6c6cdf0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f6746ed6b6c6cdf0","status":"passed","time":{"start":1728676810304,"stop":1728676810305,"duration":1}},{"uid":"cdd18df5ca1e1bbc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cdd18df5ca1e1bbc","status":"passed","time":{"start":1728669529907,"stop":1728669529907,"duration":0}},{"uid":"b6e1dee12981d7ea","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b6e1dee12981d7ea","status":"passed","time":{"start":1728597873544,"stop":1728597873544,"duration":0}},{"uid":"34610c8d7ee4ad26","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/34610c8d7ee4ad26","status":"passed","time":{"start":1728597089284,"stop":1728597089285,"duration":1}}]},"a28c8e91246c8673c8807fc40aa2dd73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c27a644ada82126","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c27a644ada82126","status":"passed","time":{"start":1729034144767,"stop":1729034144768,"duration":1}}]},"abb23ef066f485029fe8cfefea933dd2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5fbb960140ac5edb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5fbb960140ac5edb","status":"passed","time":{"start":1728683030016,"stop":1728683030016,"duration":0}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c06c95c6a26cf61c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c06c95c6a26cf61c","status":"passed","time":{"start":1729034147780,"stop":1729034147780,"duration":0}},{"uid":"c5f41ccff2d1287d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c5f41ccff2d1287d","status":"passed","time":{"start":1729032204829,"stop":1729032204829,"duration":0}},{"uid":"f02aae46bc32cc02","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f02aae46bc32cc02","status":"passed","time":{"start":1728901907713,"stop":1728901907713,"duration":0}},{"uid":"987ff03da6bfe630","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/987ff03da6bfe630","status":"passed","time":{"start":1728893341889,"stop":1728893341890,"duration":1}},{"uid":"a5a8143971a613af","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a5a8143971a613af","status":"passed","time":{"start":1728856299382,"stop":1728856299382,"duration":0}},{"uid":"49a9fda1ee77ecbb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/49a9fda1ee77ecbb","status":"passed","time":{"start":1728738511619,"stop":1728738511619,"duration":0}},{"uid":"9424cf23e8a79db9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9424cf23e8a79db9","status":"passed","time":{"start":1728683052912,"stop":1728683052913,"duration":1}},{"uid":"b111d0bacd7113e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b111d0bacd7113e4","status":"passed","time":{"start":1728682612912,"stop":1728682612912,"duration":0}},{"uid":"ae589305e87ad58d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae589305e87ad58d","status":"passed","time":{"start":1728677115747,"stop":1728677115748,"duration":1}},{"uid":"d54410a229011751","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d54410a229011751","status":"passed","time":{"start":1728669778176,"stop":1728669778176,"duration":0}},{"uid":"1a8a04fdee5f5bf8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a8a04fdee5f5bf8","status":"passed","time":{"start":1728598175434,"stop":1728598175434,"duration":0}},{"uid":"e5d086b6c1cfeaa2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5d086b6c1cfeaa2","status":"passed","time":{"start":1728597380064,"stop":1728597380064,"duration":0}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"915c1756a568e32a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/915c1756a568e32a","status":"passed","time":{"start":1729034034986,"stop":1729034034987,"duration":1}},{"uid":"c01858724309048","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c01858724309048","status":"passed","time":{"start":1729032066306,"stop":1729032066310,"duration":4}},{"uid":"3eb68c28105cdff4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3eb68c28105cdff4","status":"passed","time":{"start":1728901706623,"stop":1728901706623,"duration":0}},{"uid":"d469c161594d6efa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d469c161594d6efa","status":"passed","time":{"start":1728893153428,"stop":1728893153429,"duration":1}},{"uid":"d12bc3bf1abe0f37","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d12bc3bf1abe0f37","status":"passed","time":{"start":1728856108129,"stop":1728856108131,"duration":2}},{"uid":"cb9c252e5ca6aef0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb9c252e5ca6aef0","status":"passed","time":{"start":1728738316671,"stop":1728738316671,"duration":0}},{"uid":"27df953da39a839a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/27df953da39a839a","status":"passed","time":{"start":1728682865325,"stop":1728682865329,"duration":4}},{"uid":"bf39483fdfb7180","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bf39483fdfb7180","status":"passed","time":{"start":1728682446998,"stop":1728682446998,"duration":0}},{"uid":"a29b3f50119f7f9e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a29b3f50119f7f9e","status":"passed","time":{"start":1728676924483,"stop":1728676924483,"duration":0}},{"uid":"6b1a03d88255d37","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6b1a03d88255d37","status":"passed","time":{"start":1728669626266,"stop":1728669626266,"duration":0}},{"uid":"e3929ea67cb103bd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3929ea67cb103bd","status":"passed","time":{"start":1728597973676,"stop":1728597973676,"duration":0}},{"uid":"200ef63e2c3bb2e2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/200ef63e2c3bb2e2","status":"passed","time":{"start":1728597188043,"stop":1728597188044,"duration":1}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a4901d1e9eafc016","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a4901d1e9eafc016","status":"passed","time":{"start":1729033942602,"stop":1729033942603,"duration":1}},{"uid":"e938ac17141d672a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e938ac17141d672a","status":"passed","time":{"start":1729031989714,"stop":1729031989714,"duration":0}},{"uid":"747540a426b5220a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/747540a426b5220a","status":"passed","time":{"start":1728901562041,"stop":1728901562042,"duration":1}},{"uid":"bb91dc1f0220f805","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bb91dc1f0220f805","status":"passed","time":{"start":1728893001480,"stop":1728893001481,"duration":1}},{"uid":"a806d90fca693775","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a806d90fca693775","status":"passed","time":{"start":1728855968866,"stop":1728855968867,"duration":1}},{"uid":"17845da52c7af49c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/17845da52c7af49c","status":"passed","time":{"start":1728738172966,"stop":1728738172966,"duration":0}},{"uid":"a11c0bb3a3527113","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a11c0bb3a3527113","status":"passed","time":{"start":1728682706939,"stop":1728682706939,"duration":0}},{"uid":"a17f3ca4488b60cd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a17f3ca4488b60cd","status":"passed","time":{"start":1728682296860,"stop":1728682296860,"duration":0}},{"uid":"940d53f5eb52dbfe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/940d53f5eb52dbfe","status":"passed","time":{"start":1728676761470,"stop":1728676761470,"duration":0}},{"uid":"f4ef2bd1d13d3179","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4ef2bd1d13d3179","status":"passed","time":{"start":1728669479026,"stop":1728669479026,"duration":0}},{"uid":"a14cb8bea5d79262","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a14cb8bea5d79262","status":"passed","time":{"start":1728597820126,"stop":1728597820126,"duration":0}},{"uid":"32db00d70ce68abb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32db00d70ce68abb","status":"passed","time":{"start":1728597034500,"stop":1728597034501,"duration":1}}]},"0ec0ee301659c1ec0afdcda93dda46ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e65171d4034994af","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e65171d4034994af","status":"passed","time":{"start":1728856355686,"stop":1728856355687,"duration":1}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4b958bcfb990dc36","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b958bcfb990dc36","status":"passed","time":{"start":1729034147781,"stop":1729034147786,"duration":5}},{"uid":"6aa9960c2f1141c2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6aa9960c2f1141c2","status":"passed","time":{"start":1729032204831,"stop":1729032204831,"duration":0}},{"uid":"a5cc444564acce1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a5cc444564acce1f","status":"passed","time":{"start":1728901907715,"stop":1728901907715,"duration":0}},{"uid":"39729ed128501f71","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/39729ed128501f71","status":"passed","time":{"start":1728893341891,"stop":1728893341891,"duration":0}},{"uid":"dc00fa380f87d895","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dc00fa380f87d895","status":"passed","time":{"start":1728856299385,"stop":1728856299385,"duration":0}},{"uid":"a6d2f71e81d67cf4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a6d2f71e81d67cf4","status":"passed","time":{"start":1728738511620,"stop":1728738511622,"duration":2}},{"uid":"7454308f65353924","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7454308f65353924","status":"passed","time":{"start":1728683052914,"stop":1728683052914,"duration":0}},{"uid":"cd8aaddaf2e10671","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd8aaddaf2e10671","status":"passed","time":{"start":1728682612914,"stop":1728682612914,"duration":0}},{"uid":"85154b6318cd587c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85154b6318cd587c","status":"passed","time":{"start":1728677115750,"stop":1728677115750,"duration":0}},{"uid":"5613d35f3b9f9b44","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5613d35f3b9f9b44","status":"passed","time":{"start":1728669778185,"stop":1728669778185,"duration":0}},{"uid":"5ed61ed7011f5821","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5ed61ed7011f5821","status":"passed","time":{"start":1728598175436,"stop":1728598175436,"duration":0}},{"uid":"99fe94bf59423de8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/99fe94bf59423de8","status":"passed","time":{"start":1728597380065,"stop":1728597380066,"duration":1}}]},"b95f1abb2eab9c5ed3fa27b5b15e8b6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c4819776adeb9d90","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c4819776adeb9d90","status":"passed","time":{"start":1728856263078,"stop":1728856263078,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8a713ac89c42c413","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a713ac89c42c413","status":"passed","time":{"start":1729033843116,"stop":1729033843116,"duration":0}},{"uid":"3653e1312318e34e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3653e1312318e34e","status":"passed","time":{"start":1729031892675,"stop":1729031892675,"duration":0}},{"uid":"1e98c7c0b09e5fda","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e98c7c0b09e5fda","status":"passed","time":{"start":1728901438806,"stop":1728901438806,"duration":0}},{"uid":"21e790edb3a11129","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/21e790edb3a11129","status":"passed","time":{"start":1728892868998,"stop":1728892868998,"duration":0}},{"uid":"337f94ac32ab621f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/337f94ac32ab621f","status":"passed","time":{"start":1728855831890,"stop":1728855831890,"duration":0}},{"uid":"97200e4320a7d83f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/97200e4320a7d83f","status":"passed","time":{"start":1728738049037,"stop":1728738049037,"duration":0}},{"uid":"4d3970b2c9dc585d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d3970b2c9dc585d","status":"passed","time":{"start":1728682582616,"stop":1728682582616,"duration":0}},{"uid":"ce8c35f6956c7e8d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce8c35f6956c7e8d","status":"passed","time":{"start":1728682155406,"stop":1728682155406,"duration":0}},{"uid":"8645b5005864dd84","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8645b5005864dd84","status":"passed","time":{"start":1728676629971,"stop":1728676629971,"duration":0}},{"uid":"31c7ee012b49d602","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/31c7ee012b49d602","status":"passed","time":{"start":1728669353099,"stop":1728669353099,"duration":0}},{"uid":"a7374309d55c1fe1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a7374309d55c1fe1","status":"passed","time":{"start":1728597693843,"stop":1728597693844,"duration":1}},{"uid":"10b1550c175b1a5b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/10b1550c175b1a5b","status":"passed","time":{"start":1728596913088,"stop":1728596913088,"duration":0}}]},"9e2600ab3f4ace686e5a00c90deca2ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7435b652e6c625b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a7435b652e6c625b","status":"passed","time":{"start":1728597423328,"stop":1728597423328,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a920160a19f994d4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a920160a19f994d4","status":"passed","time":{"start":1729034014879,"stop":1729034014879,"duration":0}},{"uid":"6e22b10fabb597e4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6e22b10fabb597e4","status":"passed","time":{"start":1729032065459,"stop":1729032065459,"duration":0}},{"uid":"1730c108b8fb3cb5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1730c108b8fb3cb5","status":"passed","time":{"start":1728901664283,"stop":1728901664283,"duration":0}},{"uid":"14f0e9c172b6bc71","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/14f0e9c172b6bc71","status":"passed","time":{"start":1728893093693,"stop":1728893093694,"duration":1}},{"uid":"70e3b5d5ffe3e106","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/70e3b5d5ffe3e106","status":"passed","time":{"start":1728856055275,"stop":1728856055275,"duration":0}},{"uid":"8026719c90a1e59a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8026719c90a1e59a","status":"passed","time":{"start":1728738274747,"stop":1728738274747,"duration":0}},{"uid":"88462fa5d6f8b915","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/88462fa5d6f8b915","status":"passed","time":{"start":1728682807962,"stop":1728682807962,"duration":0}},{"uid":"2ea4b32fe90fa9af","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2ea4b32fe90fa9af","status":"passed","time":{"start":1728682381289,"stop":1728682381290,"duration":1}},{"uid":"34f17d6284d69e9a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34f17d6284d69e9a","status":"passed","time":{"start":1728676853903,"stop":1728676853903,"duration":0}},{"uid":"ac8ec40c4222e3d4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ac8ec40c4222e3d4","status":"passed","time":{"start":1728669581699,"stop":1728669581700,"duration":1}},{"uid":"976400f958680c99","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/976400f958680c99","status":"passed","time":{"start":1728597923493,"stop":1728597923493,"duration":0}},{"uid":"afa0cfec816e0449","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/afa0cfec816e0449","status":"passed","time":{"start":1728597132266,"stop":1728597132266,"duration":0}}]},"6a925e164de8fdfda2b4efd6a34ecf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a07fae6acf795e6c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a07fae6acf795e6c","status":"passed","time":{"start":1728597434081,"stop":1728597434082,"duration":1}}]},"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5eb219c4d608bda5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5eb219c4d608bda5","status":"passed","time":{"start":1729033834378,"stop":1729033834379,"duration":1}},{"uid":"3f64a5628d87c2f7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f64a5628d87c2f7","status":"passed","time":{"start":1729031884110,"stop":1729031884110,"duration":0}},{"uid":"c7232a5a61c3baf0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c7232a5a61c3baf0","status":"passed","time":{"start":1728901430250,"stop":1728901430250,"duration":0}},{"uid":"dcccd1df45da13a5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dcccd1df45da13a5","status":"passed","time":{"start":1728892860527,"stop":1728892860527,"duration":0}},{"uid":"429695d5c54bea1b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/429695d5c54bea1b","status":"passed","time":{"start":1728855823317,"stop":1728855823317,"duration":0}},{"uid":"93914aa6d3d329cb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/93914aa6d3d329cb","status":"passed","time":{"start":1728738040589,"stop":1728738040596,"duration":7}},{"uid":"c082ab3b6dcf7256","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c082ab3b6dcf7256","status":"passed","time":{"start":1728682574086,"stop":1728682574086,"duration":0}},{"uid":"db4e054822d54c20","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db4e054822d54c20","status":"passed","time":{"start":1728682146811,"stop":1728682146811,"duration":0}},{"uid":"76193eb295a4c819","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/76193eb295a4c819","status":"passed","time":{"start":1728676621426,"stop":1728676621426,"duration":0}},{"uid":"9cf581de6c88f1dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9cf581de6c88f1dc","status":"passed","time":{"start":1728669344462,"stop":1728669344462,"duration":0}},{"uid":"a351fb0eb2b3b016","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a351fb0eb2b3b016","status":"passed","time":{"start":1728597685155,"stop":1728597685156,"duration":1}},{"uid":"3d25defb09187cb5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3d25defb09187cb5","status":"passed","time":{"start":1728596904462,"stop":1728596904462,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6b1bae2c871ad90e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6b1bae2c871ad90e","status":"passed","time":{"start":1729034144765,"stop":1729034144766,"duration":1}},{"uid":"2b325e15a9885c5b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b325e15a9885c5b","status":"passed","time":{"start":1729032198816,"stop":1729032198816,"duration":0}},{"uid":"7102dd8265d1a146","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7102dd8265d1a146","status":"passed","time":{"start":1728901901764,"stop":1728901901765,"duration":1}},{"uid":"b23aff18545233cc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b23aff18545233cc","status":"passed","time":{"start":1728893337252,"stop":1728893337253,"duration":1}},{"uid":"10908fe228cf11c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/10908fe228cf11c","status":"passed","time":{"start":1728856299189,"stop":1728856299189,"duration":0}},{"uid":"67cc58e04fd3d0f4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67cc58e04fd3d0f4","status":"passed","time":{"start":1728738505375,"stop":1728738505375,"duration":0}},{"uid":"71759036b042e0ee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71759036b042e0ee","status":"passed","time":{"start":1728683045448,"stop":1728683045448,"duration":0}},{"uid":"e7f0fac3208ef715","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e7f0fac3208ef715","status":"passed","time":{"start":1728682607290,"stop":1728682607291,"duration":1}},{"uid":"520392341ff566b8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/520392341ff566b8","status":"passed","time":{"start":1728677103494,"stop":1728677103494,"duration":0}},{"uid":"ebc45f6863a8ba87","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebc45f6863a8ba87","status":"passed","time":{"start":1728669777116,"stop":1728669777116,"duration":0}},{"uid":"af8c42806f12af4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/af8c42806f12af4a","status":"passed","time":{"start":1728598163466,"stop":1728598163466,"duration":0}},{"uid":"2e6e6e7be69cf3a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2e6e6e7be69cf3a","status":"passed","time":{"start":1728597375478,"stop":1728597375479,"duration":1}}]},"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a06cb4d39e4924ab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a06cb4d39e4924ab","status":"passed","time":{"start":1729033834395,"stop":1729033834396,"duration":1}},{"uid":"dbf8250a70b9f386","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dbf8250a70b9f386","status":"passed","time":{"start":1729031884128,"stop":1729031884129,"duration":1}},{"uid":"fb8c4caf67c0f657","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fb8c4caf67c0f657","status":"passed","time":{"start":1728901430261,"stop":1728901430262,"duration":1}},{"uid":"2735b53956aa8b98","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2735b53956aa8b98","status":"passed","time":{"start":1728892860540,"stop":1728892860540,"duration":0}},{"uid":"6a913f2c0649f9f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6a913f2c0649f9f","status":"passed","time":{"start":1728855823329,"stop":1728855823330,"duration":1}},{"uid":"4ae3459dc9aebe0d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4ae3459dc9aebe0d","status":"passed","time":{"start":1728738040611,"stop":1728738040611,"duration":0}},{"uid":"39ca1731cc60926a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39ca1731cc60926a","status":"passed","time":{"start":1728682574102,"stop":1728682574102,"duration":0}},{"uid":"af63c42a77f76f3b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af63c42a77f76f3b","status":"passed","time":{"start":1728682146826,"stop":1728682146826,"duration":0}},{"uid":"ef507053378ff58c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef507053378ff58c","status":"passed","time":{"start":1728676621440,"stop":1728676621440,"duration":0}},{"uid":"5575ccb10d15b63d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5575ccb10d15b63d","status":"passed","time":{"start":1728669344475,"stop":1728669344475,"duration":0}},{"uid":"1e69d04bb97e1c87","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e69d04bb97e1c87","status":"passed","time":{"start":1728597685170,"stop":1728597685171,"duration":1}},{"uid":"e7ade4294e659f80","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7ade4294e659f80","status":"passed","time":{"start":1728596904479,"stop":1728596904479,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b4429071d65bb629","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b4429071d65bb629","status":"passed","time":{"start":1729033976769,"stop":1729033976773,"duration":4}},{"uid":"7e155c694496ad62","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e155c694496ad62","status":"passed","time":{"start":1729032020506,"stop":1729032020506,"duration":0}},{"uid":"e08e36819675436","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e08e36819675436","status":"passed","time":{"start":1728901616421,"stop":1728901616422,"duration":1}},{"uid":"64020fe4cb3fc34b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/64020fe4cb3fc34b","status":"passed","time":{"start":1728893050238,"stop":1728893050238,"duration":0}},{"uid":"d97363df261dc78c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d97363df261dc78c","status":"passed","time":{"start":1728856015165,"stop":1728856015165,"duration":0}},{"uid":"a329e2c3a017d5dc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a329e2c3a017d5dc","status":"passed","time":{"start":1728738233127,"stop":1728738233128,"duration":1}},{"uid":"465a84c3b1ce9239","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/465a84c3b1ce9239","status":"passed","time":{"start":1728682762461,"stop":1728682762461,"duration":0}},{"uid":"9b3406ab18f1d046","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b3406ab18f1d046","status":"passed","time":{"start":1728682332779,"stop":1728682332780,"duration":1}},{"uid":"38b357e51a8254b5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38b357e51a8254b5","status":"passed","time":{"start":1728676810283,"stop":1728676810284,"duration":1}},{"uid":"4fe92f290f7d908a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4fe92f290f7d908a","status":"passed","time":{"start":1728669529886,"stop":1728669529886,"duration":0}},{"uid":"897ebf0d9b3231e6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/897ebf0d9b3231e6","status":"passed","time":{"start":1728597873524,"stop":1728597873525,"duration":1}},{"uid":"bc8f522a24e60508","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc8f522a24e60508","status":"passed","time":{"start":1728597089264,"stop":1728597089265,"duration":1}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ab7fd40e84003231","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab7fd40e84003231","status":"passed","time":{"start":1729034014834,"stop":1729034014834,"duration":0}},{"uid":"7a28e5b119f37a32","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a28e5b119f37a32","status":"passed","time":{"start":1729032065433,"stop":1729032065434,"duration":1}},{"uid":"2f0cd44c65221f6b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f0cd44c65221f6b","status":"passed","time":{"start":1728901664234,"stop":1728901664234,"duration":0}},{"uid":"efb07994e50cb48b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/efb07994e50cb48b","status":"passed","time":{"start":1728893093682,"stop":1728893093682,"duration":0}},{"uid":"c88bf573d6ecbd42","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c88bf573d6ecbd42","status":"passed","time":{"start":1728856055262,"stop":1728856055263,"duration":1}},{"uid":"265f23a5e9b85bd1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/265f23a5e9b85bd1","status":"passed","time":{"start":1728738274739,"stop":1728738274739,"duration":0}},{"uid":"694495faa1d8a840","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/694495faa1d8a840","status":"passed","time":{"start":1728682807948,"stop":1728682807949,"duration":1}},{"uid":"ad77daec26de6464","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ad77daec26de6464","status":"passed","time":{"start":1728682381279,"stop":1728682381279,"duration":0}},{"uid":"bee5a74c06d1543e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bee5a74c06d1543e","status":"passed","time":{"start":1728676853892,"stop":1728676853892,"duration":0}},{"uid":"eb7e5852a689ee2d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eb7e5852a689ee2d","status":"passed","time":{"start":1728669581682,"stop":1728669581683,"duration":1}},{"uid":"a955e2623d7d1737","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a955e2623d7d1737","status":"passed","time":{"start":1728597923463,"stop":1728597923465,"duration":2}},{"uid":"eb6171f97dbad8d3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb6171f97dbad8d3","status":"passed","time":{"start":1728597132258,"stop":1728597132258,"duration":0}}]},"2007be40ea0a9dd47b00f4abd66f571d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"839758ab1b28df9e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/839758ab1b28df9e","status":"passed","time":{"start":1728682652692,"stop":1728682652692,"duration":0}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f850f41597f2f56d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f850f41597f2f56d","status":"passed","time":{"start":1729033933481,"stop":1729033933481,"duration":0}},{"uid":"e6f85a1dbd45760f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e6f85a1dbd45760f","status":"passed","time":{"start":1729031982933,"stop":1729031982935,"duration":2}},{"uid":"a7d48f52cb37ffe5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7d48f52cb37ffe5","status":"passed","time":{"start":1728901527859,"stop":1728901527861,"duration":2}},{"uid":"fe18eb4f5e4e26fc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fe18eb4f5e4e26fc","status":"passed","time":{"start":1728892960141,"stop":1728892960142,"duration":1}},{"uid":"b8d1a40355402195","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b8d1a40355402195","status":"passed","time":{"start":1728855921716,"stop":1728855921716,"duration":0}},{"uid":"99aac0ee1a814371","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/99aac0ee1a814371","status":"passed","time":{"start":1728738138434,"stop":1728738138434,"duration":0}},{"uid":"92ab0b82a07a61a2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/92ab0b82a07a61a2","status":"passed","time":{"start":1728682672254,"stop":1728682672254,"duration":0}},{"uid":"938525e3bb8cc6b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/938525e3bb8cc6b8","status":"passed","time":{"start":1728682245076,"stop":1728682245076,"duration":0}},{"uid":"11a0e66b276f8d6c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11a0e66b276f8d6c","status":"passed","time":{"start":1728676721301,"stop":1728676721301,"duration":0}},{"uid":"a20558b600d79998","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a20558b600d79998","status":"passed","time":{"start":1728669444564,"stop":1728669444565,"duration":1}},{"uid":"ec0fdad58dc2e531","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec0fdad58dc2e531","status":"passed","time":{"start":1728597784075,"stop":1728597784077,"duration":2}},{"uid":"a3126dd3a6448ffd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3126dd3a6448ffd","status":"passed","time":{"start":1728597001550,"stop":1728597001551,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a8ad8c8a8ccbc986","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8ad8c8a8ccbc986","status":"passed","time":{"start":1729034129471,"stop":1729034129471,"duration":0}},{"uid":"62b77311adfc9bcd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/62b77311adfc9bcd","status":"passed","time":{"start":1729032178365,"stop":1729032178365,"duration":0}},{"uid":"38cd57bb25436cfb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38cd57bb25436cfb","status":"passed","time":{"start":1728901896343,"stop":1728901896344,"duration":1}},{"uid":"94ac0a08bfc2216e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/94ac0a08bfc2216e","status":"passed","time":{"start":1728893329022,"stop":1728893329022,"duration":0}},{"uid":"66163dc1994f39b4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/66163dc1994f39b4","status":"passed","time":{"start":1728856284758,"stop":1728856284759,"duration":1}},{"uid":"92549fcadb359e61","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/92549fcadb359e61","status":"passed","time":{"start":1728738494935,"stop":1728738494936,"duration":1}},{"uid":"cba01e8942cf0456","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cba01e8942cf0456","status":"passed","time":{"start":1728683033628,"stop":1728683033629,"duration":1}},{"uid":"3a7e2421236ad8c8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a7e2421236ad8c8","status":"passed","time":{"start":1728682601733,"stop":1728682601733,"duration":0}},{"uid":"87df362f30641022","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87df362f30641022","status":"passed","time":{"start":1728677107958,"stop":1728677107959,"duration":1}},{"uid":"9bc6111031f8a6b5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9bc6111031f8a6b5","status":"passed","time":{"start":1728669764748,"stop":1728669764748,"duration":0}},{"uid":"9d3b48f33f8e2553","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9d3b48f33f8e2553","status":"passed","time":{"start":1728598157559,"stop":1728598157559,"duration":0}},{"uid":"23a38903a5a0495a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/23a38903a5a0495a","status":"passed","time":{"start":1728597369058,"stop":1728597369058,"duration":0}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f6330956c4792cd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f6330956c4792cd","status":"passed","time":{"start":1729034034978,"stop":1729034034979,"duration":1}},{"uid":"76f57e09c64823f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/76f57e09c64823f","status":"passed","time":{"start":1729032066290,"stop":1729032066290,"duration":0}},{"uid":"b7a050f487838fae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7a050f487838fae","status":"passed","time":{"start":1728901706618,"stop":1728901706619,"duration":1}},{"uid":"bc99dd40f5b25210","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bc99dd40f5b25210","status":"passed","time":{"start":1728893153421,"stop":1728893153422,"duration":1}},{"uid":"9c2778c0077fddab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9c2778c0077fddab","status":"passed","time":{"start":1728856108126,"stop":1728856108126,"duration":0}},{"uid":"25b6932d2d14a6a0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/25b6932d2d14a6a0","status":"passed","time":{"start":1728738316668,"stop":1728738316668,"duration":0}},{"uid":"ca4399c833c6c7d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ca4399c833c6c7d","status":"passed","time":{"start":1728682865315,"stop":1728682865316,"duration":1}},{"uid":"f19aa250f326c16f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f19aa250f326c16f","status":"passed","time":{"start":1728682446995,"stop":1728682446995,"duration":0}},{"uid":"7de59579bb25426e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7de59579bb25426e","status":"passed","time":{"start":1728676924478,"stop":1728676924479,"duration":1}},{"uid":"badb0df4df9640ce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/badb0df4df9640ce","status":"passed","time":{"start":1728669626257,"stop":1728669626261,"duration":4}},{"uid":"754c4f929a283093","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/754c4f929a283093","status":"passed","time":{"start":1728597973672,"stop":1728597973672,"duration":0}},{"uid":"3d2da32e12f2e0f6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3d2da32e12f2e0f6","status":"passed","time":{"start":1728597188034,"stop":1728597188035,"duration":1}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3678bbde617c59a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3678bbde617c59a8","status":"passed","time":{"start":1729034162415,"stop":1729034162415,"duration":0}},{"uid":"c3efe94a5ecb0593","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c3efe94a5ecb0593","status":"passed","time":{"start":1729032197324,"stop":1729032197326,"duration":2}},{"uid":"c2e60738dd7cac12","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c2e60738dd7cac12","status":"passed","time":{"start":1728901899711,"stop":1728901899711,"duration":0}},{"uid":"b2284529efa10929","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b2284529efa10929","status":"passed","time":{"start":1728893334922,"stop":1728893334922,"duration":0}},{"uid":"a9d9f10115bcad5a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a9d9f10115bcad5a","status":"passed","time":{"start":1728856288016,"stop":1728856288017,"duration":1}},{"uid":"8deca64241e31be4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8deca64241e31be4","status":"passed","time":{"start":1728738501685,"stop":1728738501689,"duration":4}},{"uid":"1a801cf3dfd3225a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a801cf3dfd3225a","status":"passed","time":{"start":1728683044486,"stop":1728683044486,"duration":0}},{"uid":"c2b6a42b707e19d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c2b6a42b707e19d0","status":"passed","time":{"start":1728682619633,"stop":1728682619633,"duration":0}},{"uid":"6effee6783351fd5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6effee6783351fd5","status":"passed","time":{"start":1728677104184,"stop":1728677104185,"duration":1}},{"uid":"dc693803b598be4e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc693803b598be4e","status":"passed","time":{"start":1728669759887,"stop":1728669759888,"duration":1}},{"uid":"4dbdad3d61766f35","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4dbdad3d61766f35","status":"passed","time":{"start":1728598164490,"stop":1728598164491,"duration":1}},{"uid":"4f9da436b2a8a619","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f9da436b2a8a619","status":"passed","time":{"start":1728597385265,"stop":1728597385266,"duration":1}}]},"700c027a145f8201e0895f977502d757:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":10,"unknown":0,"total":11},"items":[{"uid":"2f24347699d70e7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2f24347699d70e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977065,"duration":0}},{"uid":"397b24bff63073be","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/397b24bff63073be","status":"passed","time":{"start":1729032093802,"stop":1729032093802,"duration":0}},{"uid":"851f5244b8b6057a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/851f5244b8b6057a","status":"passed","time":{"start":1728901748773,"stop":1728901748774,"duration":1}},{"uid":"5f19980490fb74bd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5f19980490fb74bd","status":"passed","time":{"start":1728893181086,"stop":1728893181087,"duration":1}},{"uid":"69807ca269b3d95","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/69807ca269b3d95","status":"passed","time":{"start":1728856155552,"stop":1728856155552,"duration":0}},{"uid":"9832932153aacd8f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9832932153aacd8f","status":"passed","time":{"start":1728738360296,"stop":1728738360296,"duration":0}},{"uid":"5424e7a01e850137","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5424e7a01e850137","status":"passed","time":{"start":1728682907222,"stop":1728682907223,"duration":1}},{"uid":"cec90fa494c92b4d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cec90fa494c92b4d","status":"passed","time":{"start":1728682466735,"stop":1728682466736,"duration":1}},{"uid":"9de03c5490c145d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9de03c5490c145d2","status":"passed","time":{"start":1728676955723,"stop":1728676955723,"duration":0}},{"uid":"b39ee7d05bc37224","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b39ee7d05bc37224","status":"passed","time":{"start":1728598013535,"stop":1728598013536,"duration":1}},{"uid":"987766fbb6cf4710","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/987766fbb6cf4710","status":"passed","time":{"start":1728597225200,"stop":1728597225200,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c5b2f50a1c4d55e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5b2f50a1c4d55e5","status":"passed","time":{"start":1729034121953,"stop":1729034121953,"duration":0}},{"uid":"143f4c433a18896a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/143f4c433a18896a","status":"passed","time":{"start":1729032174930,"stop":1729032174930,"duration":0}},{"uid":"c5cb35d737b958fc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c5cb35d737b958fc","status":"passed","time":{"start":1728901881033,"stop":1728901881034,"duration":1}},{"uid":"15e40ed7bdca7fd7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15e40ed7bdca7fd7","status":"passed","time":{"start":1728893317183,"stop":1728893317183,"duration":0}},{"uid":"30d9c3e4a144018f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30d9c3e4a144018f","status":"passed","time":{"start":1728856263127,"stop":1728856263127,"duration":0}},{"uid":"80db173339e7fbb8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80db173339e7fbb8","status":"passed","time":{"start":1728738492807,"stop":1728738492807,"duration":0}},{"uid":"f344910b7f65d9ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f344910b7f65d9ab","status":"passed","time":{"start":1728683030031,"stop":1728683030031,"duration":0}},{"uid":"8c2fdcec302545d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8c2fdcec302545d0","status":"passed","time":{"start":1728682581131,"stop":1728682581131,"duration":0}},{"uid":"91e0076467daa14c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/91e0076467daa14c","status":"passed","time":{"start":1728677082012,"stop":1728677082015,"duration":3}},{"uid":"6f912afabac656c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6f912afabac656c1","status":"passed","time":{"start":1728669795409,"stop":1728669795409,"duration":0}},{"uid":"213c13805b481355","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/213c13805b481355","status":"passed","time":{"start":1728598137510,"stop":1728598137511,"duration":1}},{"uid":"cd3a6983e5437663","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd3a6983e5437663","status":"passed","time":{"start":1728597353489,"stop":1728597353489,"duration":0}}]},"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c2ba4c4715be4b64","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2ba4c4715be4b64","status":"passed","time":{"start":1729033834388,"stop":1729033834388,"duration":0}},{"uid":"ee034795262f9b11","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ee034795262f9b11","status":"passed","time":{"start":1729031884121,"stop":1729031884121,"duration":0}},{"uid":"acaf2c6010e8dce6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/acaf2c6010e8dce6","status":"passed","time":{"start":1728901430255,"stop":1728901430256,"duration":1}},{"uid":"3052ac0681c262b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3052ac0681c262b0","status":"passed","time":{"start":1728892860533,"stop":1728892860534,"duration":1}},{"uid":"634966dff96aa9d5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/634966dff96aa9d5","status":"passed","time":{"start":1728855823323,"stop":1728855823324,"duration":1}},{"uid":"d4ab7f373b35d4ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d4ab7f373b35d4ca","status":"passed","time":{"start":1728738040604,"stop":1728738040604,"duration":0}},{"uid":"718fa55dd3f903ac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/718fa55dd3f903ac","status":"passed","time":{"start":1728682574094,"stop":1728682574094,"duration":0}},{"uid":"7d5a3b2c5550f975","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7d5a3b2c5550f975","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"a513c7f16877b0d4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a513c7f16877b0d4","status":"passed","time":{"start":1728676621433,"stop":1728676621434,"duration":1}},{"uid":"a21d006118f0658e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a21d006118f0658e","status":"passed","time":{"start":1728669344469,"stop":1728669344469,"duration":0}},{"uid":"720dc6d152073e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/720dc6d152073e9","status":"passed","time":{"start":1728597685163,"stop":1728597685163,"duration":0}},{"uid":"5082756de2ad47d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5082756de2ad47d4","status":"passed","time":{"start":1728596904470,"stop":1728596904470,"duration":0}}]},"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c12d8e1bd37e43c7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c12d8e1bd37e43c7","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"duration":0}},{"uid":"62c1a3a66f433425","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/62c1a3a66f433425","status":"passed","time":{"start":1729031884104,"stop":1729031884104,"duration":0}},{"uid":"56e29e1787448548","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56e29e1787448548","status":"passed","time":{"start":1728901430246,"stop":1728901430246,"duration":0}},{"uid":"986f26a1b4ddc972","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/986f26a1b4ddc972","status":"passed","time":{"start":1728892860522,"stop":1728892860522,"duration":0}},{"uid":"d6b3387e0f0b7112","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d6b3387e0f0b7112","status":"passed","time":{"start":1728855823312,"stop":1728855823312,"duration":0}},{"uid":"d6bdcabd82bd9882","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d6bdcabd82bd9882","status":"passed","time":{"start":1728738040581,"stop":1728738040581,"duration":0}},{"uid":"22738566e248592d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/22738566e248592d","status":"passed","time":{"start":1728682574079,"stop":1728682574079,"duration":0}},{"uid":"10568d7e46dcdc4e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/10568d7e46dcdc4e","status":"passed","time":{"start":1728682146807,"stop":1728682146807,"duration":0}},{"uid":"a292adf08a1679a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a292adf08a1679a8","status":"passed","time":{"start":1728676621420,"stop":1728676621420,"duration":0}},{"uid":"98a113205191a099","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98a113205191a099","status":"passed","time":{"start":1728669344458,"stop":1728669344458,"duration":0}},{"uid":"cd36f8669d50e1d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd36f8669d50e1d4","status":"passed","time":{"start":1728597685150,"stop":1728597685151,"duration":1}},{"uid":"1a25239fc266e6c3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1a25239fc266e6c3","status":"passed","time":{"start":1728596904456,"stop":1728596904457,"duration":1}}]},"29cea7a3ed21bc0d2e6283dc7a598f14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6cb10f550b803056","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6cb10f550b803056","status":"passed","time":{"start":1729033874959,"stop":1729033874959,"duration":0}},{"uid":"7dbf4ca5ab6f4618","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7dbf4ca5ab6f4618","status":"passed","time":{"start":1729031924898,"stop":1729031924899,"duration":1}},{"uid":"c956dbf4cac85a6f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c956dbf4cac85a6f","status":"passed","time":{"start":1728901469127,"stop":1728901469127,"duration":0}},{"uid":"44194b20f579027f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/44194b20f579027f","status":"passed","time":{"start":1728892899791,"stop":1728892899792,"duration":1}},{"uid":"bf5b257fc4580a4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bf5b257fc4580a4c","status":"passed","time":{"start":1728855863055,"stop":1728855863056,"duration":1}},{"uid":"69412df9f4858236","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/69412df9f4858236","status":"passed","time":{"start":1728738080897,"stop":1728738080897,"duration":0}},{"uid":"80cdf62f90f597ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80cdf62f90f597ab","status":"passed","time":{"start":1728682614307,"stop":1728682614307,"duration":0}},{"uid":"e8de049354398154","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e8de049354398154","status":"passed","time":{"start":1728682187090,"stop":1728682187090,"duration":0}},{"uid":"ec0125b9dea4f2a6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec0125b9dea4f2a6","status":"passed","time":{"start":1728676661486,"stop":1728676661486,"duration":0}},{"uid":"295e2b159234d0e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/295e2b159234d0e5","status":"passed","time":{"start":1728669384660,"stop":1728669384660,"duration":0}},{"uid":"acedc4ef1e3f569d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/acedc4ef1e3f569d","status":"passed","time":{"start":1728597724233,"stop":1728597724233,"duration":0}},{"uid":"903085ff61c629bf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/903085ff61c629bf","status":"passed","time":{"start":1728596943281,"stop":1728596943281,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b431bda76f286cf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b431bda76f286cf","status":"passed","time":{"start":1729033942631,"stop":1729033942634,"duration":3}},{"uid":"c6c918c19aa24576","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6c918c19aa24576","status":"passed","time":{"start":1729031989721,"stop":1729031989722,"duration":1}},{"uid":"7f603c6fce346d8f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f603c6fce346d8f","status":"passed","time":{"start":1728901562063,"stop":1728901562095,"duration":32}},{"uid":"1eb61b2bc3702001","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1eb61b2bc3702001","status":"passed","time":{"start":1728893001483,"stop":1728893001484,"duration":1}},{"uid":"129e97738f82ada","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/129e97738f82ada","status":"passed","time":{"start":1728855968872,"stop":1728855968873,"duration":1}},{"uid":"a601daf97d23f22a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a601daf97d23f22a","status":"passed","time":{"start":1728738172969,"stop":1728738172969,"duration":0}},{"uid":"25013b27e13ee361","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/25013b27e13ee361","status":"passed","time":{"start":1728682706942,"stop":1728682706942,"duration":0}},{"uid":"41b5af363c8c7cb0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41b5af363c8c7cb0","status":"passed","time":{"start":1728682296863,"stop":1728682296863,"duration":0}},{"uid":"c0a8885ffe26192b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c0a8885ffe26192b","status":"passed","time":{"start":1728676761487,"stop":1728676761495,"duration":8}},{"uid":"95f4d4f604920f12","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/95f4d4f604920f12","status":"passed","time":{"start":1728669479029,"stop":1728669479029,"duration":0}},{"uid":"c5b26e3b23f478a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c5b26e3b23f478a0","status":"passed","time":{"start":1728597820129,"stop":1728597820129,"duration":0}},{"uid":"ed140f5b68f18a38","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed140f5b68f18a38","status":"passed","time":{"start":1728597034503,"stop":1728597034503,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5544fc7c1005a898","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5544fc7c1005a898","status":"passed","time":{"start":1729034129467,"stop":1729034129468,"duration":1}},{"uid":"e1a41f7813f2dbf5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e1a41f7813f2dbf5","status":"passed","time":{"start":1729032178361,"stop":1729032178362,"duration":1}},{"uid":"fd333f54bdb481f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd333f54bdb481f5","status":"passed","time":{"start":1728901896339,"stop":1728901896339,"duration":0}},{"uid":"8ba298bc3f1d4360","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8ba298bc3f1d4360","status":"passed","time":{"start":1728893329019,"stop":1728893329019,"duration":0}},{"uid":"f5bebbff696ab173","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f5bebbff696ab173","status":"passed","time":{"start":1728856284754,"stop":1728856284754,"duration":0}},{"uid":"bfaabbdda5cb763a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bfaabbdda5cb763a","status":"passed","time":{"start":1728738494929,"stop":1728738494929,"duration":0}},{"uid":"b5389b4973621b61","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5389b4973621b61","status":"passed","time":{"start":1728683033624,"stop":1728683033625,"duration":1}},{"uid":"5c9912dd52d16688","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5c9912dd52d16688","status":"passed","time":{"start":1728682601730,"stop":1728682601730,"duration":0}},{"uid":"1f50d5a23296a6ec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1f50d5a23296a6ec","status":"passed","time":{"start":1728677107954,"stop":1728677107954,"duration":0}},{"uid":"a3f26b71c94e6f76","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a3f26b71c94e6f76","status":"passed","time":{"start":1728669764744,"stop":1728669764744,"duration":0}},{"uid":"acc9696eb02b8099","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/acc9696eb02b8099","status":"passed","time":{"start":1728598157552,"stop":1728598157553,"duration":1}},{"uid":"f4130d026779bc88","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f4130d026779bc88","status":"passed","time":{"start":1728597369051,"stop":1728597369052,"duration":1}}]},"a3f3fb09e65db810d8082460afaaccfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"65a2a5af376a2f4e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/65a2a5af376a2f4e","status":"passed","time":{"start":1728856368611,"stop":1728856368611,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8a09f5554454e11a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a09f5554454e11a","status":"passed","time":{"start":1729034144759,"stop":1729034144759,"duration":0}},{"uid":"1d99c18341393d31","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1d99c18341393d31","status":"passed","time":{"start":1729032198809,"stop":1729032198809,"duration":0}},{"uid":"8e612b0597e93f3d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e612b0597e93f3d","status":"passed","time":{"start":1728901901735,"stop":1728901901735,"duration":0}},{"uid":"20051c44cb5a0651","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/20051c44cb5a0651","status":"passed","time":{"start":1728893337227,"stop":1728893337228,"duration":1}},{"uid":"67277a3c81ab14da","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/67277a3c81ab14da","status":"passed","time":{"start":1728856299183,"stop":1728856299184,"duration":1}},{"uid":"58ccb40e70848a2a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58ccb40e70848a2a","status":"passed","time":{"start":1728738505369,"stop":1728738505369,"duration":0}},{"uid":"7295cf3159913e2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7295cf3159913e2","status":"passed","time":{"start":1728683045438,"stop":1728683045438,"duration":0}},{"uid":"716ca22dccf0578","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/716ca22dccf0578","status":"passed","time":{"start":1728682607280,"stop":1728682607281,"duration":1}},{"uid":"41de028d01d14104","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/41de028d01d14104","status":"passed","time":{"start":1728677103485,"stop":1728677103486,"duration":1}},{"uid":"9080a81017c86ae0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9080a81017c86ae0","status":"passed","time":{"start":1728669777111,"stop":1728669777111,"duration":0}},{"uid":"bb492b01e861668c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bb492b01e861668c","status":"passed","time":{"start":1728598163460,"stop":1728598163460,"duration":0}},{"uid":"729bbfc4c6f6359d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/729bbfc4c6f6359d","status":"passed","time":{"start":1728597375455,"stop":1728597375456,"duration":1}}]},"25090da4c583822349a5b71ab04dabb7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3392ee36c0b89b53","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3392ee36c0b89b53","status":"passed","time":{"start":1728682607292,"stop":1728682607292,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3784f14904430d8e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3784f14904430d8e","status":"passed","time":{"start":1729033850550,"stop":1729033850550,"duration":0}},{"uid":"9e00d2ddc7370280","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e00d2ddc7370280","status":"passed","time":{"start":1729031900272,"stop":1729031900273,"duration":1}},{"uid":"321c270439c076be","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/321c270439c076be","status":"passed","time":{"start":1728901446178,"stop":1728901446178,"duration":0}},{"uid":"47a0e75ee56fa9d3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/47a0e75ee56fa9d3","status":"passed","time":{"start":1728892876478,"stop":1728892876478,"duration":0}},{"uid":"c578d2ab82c6a2b1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c578d2ab82c6a2b1","status":"passed","time":{"start":1728855839200,"stop":1728855839200,"duration":0}},{"uid":"586b1b4f75dd850f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/586b1b4f75dd850f","status":"passed","time":{"start":1728738056465,"stop":1728738056466,"duration":1}},{"uid":"fd0135d605753f66","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fd0135d605753f66","status":"passed","time":{"start":1728682590045,"stop":1728682590045,"duration":0}},{"uid":"4f37474253efd212","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4f37474253efd212","status":"passed","time":{"start":1728682162839,"stop":1728682162840,"duration":1}},{"uid":"ea2828d7bbea5c8a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ea2828d7bbea5c8a","status":"passed","time":{"start":1728676637413,"stop":1728676637413,"duration":0}},{"uid":"7340815b747431b0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7340815b747431b0","status":"passed","time":{"start":1728669360495,"stop":1728669360495,"duration":0}},{"uid":"b0aabfaac1063671","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b0aabfaac1063671","status":"passed","time":{"start":1728597701237,"stop":1728597701237,"duration":0}},{"uid":"6696496d90071a81","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6696496d90071a81","status":"passed","time":{"start":1728596920372,"stop":1728596920372,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7b58f1f0eca0a785","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b58f1f0eca0a785","status":"passed","time":{"start":1729034121940,"stop":1729034121940,"duration":0}},{"uid":"771a2901cec6b988","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/771a2901cec6b988","status":"passed","time":{"start":1729032174919,"stop":1729032174919,"duration":0}},{"uid":"77b80cc02d65f07","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/77b80cc02d65f07","status":"passed","time":{"start":1728901881024,"stop":1728901881025,"duration":1}},{"uid":"5f5771132fc9057e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5f5771132fc9057e","status":"passed","time":{"start":1728893317179,"stop":1728893317179,"duration":0}},{"uid":"fab1d5b3bf287d29","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fab1d5b3bf287d29","status":"passed","time":{"start":1728856263110,"stop":1728856263110,"duration":0}},{"uid":"f00470cf4c5ee038","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f00470cf4c5ee038","status":"passed","time":{"start":1728738492803,"stop":1728738492804,"duration":1}},{"uid":"a993d6922ecdba72","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a993d6922ecdba72","status":"passed","time":{"start":1728683030027,"stop":1728683030027,"duration":0}},{"uid":"f3fed9bf88a10d2b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f3fed9bf88a10d2b","status":"passed","time":{"start":1728682581112,"stop":1728682581113,"duration":1}},{"uid":"dd3ab3ea01efbbec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd3ab3ea01efbbec","status":"passed","time":{"start":1728677082007,"stop":1728677082008,"duration":1}},{"uid":"34d80be401e92b1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34d80be401e92b1","status":"passed","time":{"start":1728669795404,"stop":1728669795405,"duration":1}},{"uid":"cb0f6fdf270d667d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb0f6fdf270d667d","status":"passed","time":{"start":1728598137508,"stop":1728598137508,"duration":0}},{"uid":"efc00b03d9df0b61","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/efc00b03d9df0b61","status":"passed","time":{"start":1728597353485,"stop":1728597353485,"duration":0}}]},"da212ac7f2a70884fcdb8c594286173f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d521c141d1d45d0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5d521c141d1d45d0","status":"passed","time":{"start":1729032228816,"stop":1729032228817,"duration":1}}]},"a1f63052056fb89dd3e81a8de175858a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27535d42bcd56bed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/27535d42bcd56bed","status":"passed","time":{"start":1728893395079,"stop":1728893395079,"duration":0}}]},"bd09a2340b2bba48f5375e314e2ca072:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da0ca7904661dbc6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/da0ca7904661dbc6","status":"passed","time":{"start":1728677163573,"stop":1728677163574,"duration":1}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e94e3a5213fb248a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e94e3a5213fb248a","status":"passed","time":{"start":1729033850405,"stop":1729033850405,"duration":0}},{"uid":"3cdfe96798d68a3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3cdfe96798d68a3","status":"passed","time":{"start":1729031899690,"stop":1729031899691,"duration":1}},{"uid":"a0622e860335b5c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a0622e860335b5c0","status":"passed","time":{"start":1728901445802,"stop":1728901445802,"duration":0}},{"uid":"92cfc8b1077076f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/92cfc8b1077076f8","status":"passed","time":{"start":1728892876333,"stop":1728892876334,"duration":1}},{"uid":"8010ae86c32dfadb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8010ae86c32dfadb","status":"passed","time":{"start":1728855838897,"stop":1728855838898,"duration":1}},{"uid":"36dbf60aefae6367","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/36dbf60aefae6367","status":"passed","time":{"start":1728738055941,"stop":1728738055942,"duration":1}},{"uid":"de390420991a61a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de390420991a61a8","status":"passed","time":{"start":1728682589826,"stop":1728682589826,"duration":0}},{"uid":"5d6a5d1b0b84f631","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5d6a5d1b0b84f631","status":"passed","time":{"start":1728682162268,"stop":1728682162268,"duration":0}},{"uid":"3254aa974a96e4ad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3254aa974a96e4ad","status":"passed","time":{"start":1728676637065,"stop":1728676637065,"duration":0}},{"uid":"7850f152bc8b709c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7850f152bc8b709c","status":"passed","time":{"start":1728669360435,"stop":1728669360435,"duration":0}},{"uid":"a0154f77b65ba810","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a0154f77b65ba810","status":"passed","time":{"start":1728597700986,"stop":1728597700986,"duration":0}},{"uid":"4e948552ceff5f66","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4e948552ceff5f66","status":"passed","time":{"start":1728596920268,"stop":1728596920269,"duration":1}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7cfaa02469bac2c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7cfaa02469bac2c5","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0}},{"uid":"264151c87650be36","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/264151c87650be36","status":"passed","time":{"start":1729032192391,"stop":1729032192392,"duration":1}},{"uid":"a8606335b3cb2b2f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a8606335b3cb2b2f","status":"passed","time":{"start":1728901896709,"stop":1728901896709,"duration":0}},{"uid":"bd59b6f830d5b030","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bd59b6f830d5b030","status":"passed","time":{"start":1728893334447,"stop":1728893334448,"duration":1}},{"uid":"f254846d728707b7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f254846d728707b7","status":"passed","time":{"start":1728856285987,"stop":1728856285987,"duration":0}},{"uid":"6f0a5a4a6ee1a8e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f0a5a4a6ee1a8e6","status":"passed","time":{"start":1728738508178,"stop":1728738508178,"duration":0}},{"uid":"f15cb8d75bc0f5f3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f15cb8d75bc0f5f3","status":"passed","time":{"start":1728683055335,"stop":1728683055335,"duration":0}},{"uid":"3731f53c30424463","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3731f53c30424463","status":"passed","time":{"start":1728682604663,"stop":1728682604663,"duration":0}},{"uid":"7a72d7f1f7484da9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a72d7f1f7484da9","status":"passed","time":{"start":1728677105012,"stop":1728677105012,"duration":0}},{"uid":"51bf0f5427b9a3e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/51bf0f5427b9a3e0","status":"passed","time":{"start":1728669780767,"stop":1728669780768,"duration":1}},{"uid":"ec49a983c9f69c0b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec49a983c9f69c0b","status":"passed","time":{"start":1728598159630,"stop":1728598159631,"duration":1}},{"uid":"670e176a714f0fa3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/670e176a714f0fa3","status":"passed","time":{"start":1728597371094,"stop":1728597371100,"duration":6}}]},"7771cdb9dde51822c3351e9d6d6dc5c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3122c87bfd52596","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c3122c87bfd52596","status":"passed","time":{"start":1728597472310,"stop":1728597472310,"duration":0}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f4ce0c4080659a82","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f4ce0c4080659a82","status":"passed","time":{"start":1729034147778,"stop":1729034147778,"duration":0}},{"uid":"6c92071e4861828c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6c92071e4861828c","status":"passed","time":{"start":1729032204828,"stop":1729032204829,"duration":1}},{"uid":"3c86087dc08e4ada","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3c86087dc08e4ada","status":"passed","time":{"start":1728901907701,"stop":1728901907702,"duration":1}},{"uid":"2f40dbf253534aa2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2f40dbf253534aa2","status":"passed","time":{"start":1728893341889,"stop":1728893341889,"duration":0}},{"uid":"5b22832465ef5955","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5b22832465ef5955","status":"passed","time":{"start":1728856299376,"stop":1728856299381,"duration":5}},{"uid":"c58c441d136467b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c58c441d136467b9","status":"passed","time":{"start":1728738511618,"stop":1728738511618,"duration":0}},{"uid":"1fdca62b2a9d1e75","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1fdca62b2a9d1e75","status":"passed","time":{"start":1728683052912,"stop":1728683052912,"duration":0}},{"uid":"ae8f722b15ccbdb4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ae8f722b15ccbdb4","status":"passed","time":{"start":1728682612911,"stop":1728682612911,"duration":0}},{"uid":"a80a0f73f661845b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a80a0f73f661845b","status":"passed","time":{"start":1728677115747,"stop":1728677115747,"duration":0}},{"uid":"92dc8d1a7fdbda5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92dc8d1a7fdbda5","status":"passed","time":{"start":1728669778175,"stop":1728669778175,"duration":0}},{"uid":"30f7c7d7d2a4ab8f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/30f7c7d7d2a4ab8f","status":"passed","time":{"start":1728598175433,"stop":1728598175433,"duration":0}},{"uid":"b23de0690150eac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b23de0690150eac","status":"passed","time":{"start":1728597380062,"stop":1728597380063,"duration":1}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8805bae33c14ad9c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8805bae33c14ad9c","status":"passed","time":{"start":1729033933480,"stop":1729033933481,"duration":1}},{"uid":"70c9f2fa736c95f4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/70c9f2fa736c95f4","status":"passed","time":{"start":1729031982921,"stop":1729031982921,"duration":0}},{"uid":"624fd903b5593642","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/624fd903b5593642","status":"passed","time":{"start":1728901527857,"stop":1728901527858,"duration":1}},{"uid":"c0d10684ffcae39e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0d10684ffcae39e","status":"passed","time":{"start":1728892960140,"stop":1728892960141,"duration":1}},{"uid":"9db3310aa798e04f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9db3310aa798e04f","status":"passed","time":{"start":1728855921715,"stop":1728855921715,"duration":0}},{"uid":"245a75b3980e2b95","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/245a75b3980e2b95","status":"passed","time":{"start":1728738138433,"stop":1728738138433,"duration":0}},{"uid":"87ec61c892932017","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/87ec61c892932017","status":"passed","time":{"start":1728682672253,"stop":1728682672253,"duration":0}},{"uid":"dd7d98bc279161a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dd7d98bc279161a1","status":"passed","time":{"start":1728682245075,"stop":1728682245075,"duration":0}},{"uid":"c111d6dbdbe3097d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c111d6dbdbe3097d","status":"passed","time":{"start":1728676721300,"stop":1728676721300,"duration":0}},{"uid":"c4b61a141ef9dab9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4b61a141ef9dab9","status":"passed","time":{"start":1728669444561,"stop":1728669444563,"duration":2}},{"uid":"51b1e79ce4a6adfb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/51b1e79ce4a6adfb","status":"passed","time":{"start":1728597784073,"stop":1728597784074,"duration":1}},{"uid":"d3509e2229664535","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d3509e2229664535","status":"passed","time":{"start":1728597001549,"stop":1728597001550,"duration":1}}]},"05175b01cd147e1353259319de4c1a4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ddc448134938d45e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ddc448134938d45e","status":"passed","time":{"start":1729033850302,"stop":1729033850303,"duration":1}},{"uid":"bcb8ae34f1477cf5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bcb8ae34f1477cf5","status":"passed","time":{"start":1729031899903,"stop":1729031899903,"duration":0}},{"uid":"9ba8ca96c736078d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9ba8ca96c736078d","status":"passed","time":{"start":1728901445872,"stop":1728901445872,"duration":0}},{"uid":"a07fdfe9c8e078f7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a07fdfe9c8e078f7","status":"passed","time":{"start":1728892875908,"stop":1728892875908,"duration":0}},{"uid":"b789499bb06cd8ef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b789499bb06cd8ef","status":"passed","time":{"start":1728855839038,"stop":1728855839039,"duration":1}},{"uid":"d8683a606d7d5993","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d8683a606d7d5993","status":"passed","time":{"start":1728738056185,"stop":1728738056185,"duration":0}},{"uid":"5a8d40e8435389a1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5a8d40e8435389a1","status":"passed","time":{"start":1728682589460,"stop":1728682589460,"duration":0}},{"uid":"cbc5b2022b36df72","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cbc5b2022b36df72","status":"passed","time":{"start":1728682162317,"stop":1728682162318,"duration":1}},{"uid":"5fb25f0b59008e40","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5fb25f0b59008e40","status":"passed","time":{"start":1728676637005,"stop":1728676637005,"duration":0}},{"uid":"3b52aacb58e42af7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3b52aacb58e42af7","status":"passed","time":{"start":1728669360370,"stop":1728669360370,"duration":0}},{"uid":"97a841c122e91284","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/97a841c122e91284","status":"passed","time":{"start":1728597700889,"stop":1728597700890,"duration":1}},{"uid":"3ed4dd7fd6339ce7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3ed4dd7fd6339ce7","status":"passed","time":{"start":1728596919828,"stop":1728596919828,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"fbb06da52c5c54a9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbb06da52c5c54a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034147769,"stop":1729034147769,"duration":0}},{"uid":"c2e03c7a08b09dd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c2e03c7a08b09dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032204826,"stop":1729032204826,"duration":0}},{"uid":"c43e1e54e037f333","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c43e1e54e037f333","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901907698,"stop":1728901907698,"duration":0}},{"uid":"66cab64a3334962b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/66cab64a3334962b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893341887,"stop":1728893341887,"duration":0}},{"uid":"d3eea4d23db16086","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d3eea4d23db16086","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299355,"stop":1728856299355,"duration":0}},{"uid":"c537f533b24f26ba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c537f533b24f26ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738511615,"stop":1728738511615,"duration":0}},{"uid":"c07110d07d23b2da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c07110d07d23b2da","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683052909,"stop":1728683052909,"duration":0}},{"uid":"c90567e01526b7d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c90567e01526b7d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682612909,"stop":1728682612909,"duration":0}},{"uid":"757b6c0b4f071877","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/757b6c0b4f071877","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677115744,"stop":1728677115744,"duration":0}},{"uid":"ad8fb2a05149de2b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad8fb2a05149de2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669778172,"stop":1728669778173,"duration":1}},{"uid":"208a3682791d3f3e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/208a3682791d3f3e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598175430,"stop":1728598175430,"duration":0}},{"uid":"d7a112ec71ce4eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d7a112ec71ce4eaa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597380059,"stop":1728597380059,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3e4878d8cd3a5386","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3e4878d8cd3a5386","status":"passed","time":{"start":1729034188113,"stop":1729034188115,"duration":2}},{"uid":"2c86dc8324b1d457","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c86dc8324b1d457","status":"passed","time":{"start":1729032231861,"stop":1729032231861,"duration":0}},{"uid":"1cd34d90700ace1b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1cd34d90700ace1b","status":"passed","time":{"start":1728901989563,"stop":1728901989564,"duration":1}},{"uid":"a1ed2de0290cc366","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a1ed2de0290cc366","status":"passed","time":{"start":1728893424896,"stop":1728893424897,"duration":1}},{"uid":"1453740a91ef1599","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1453740a91ef1599","status":"passed","time":{"start":1728856376681,"stop":1728856376682,"duration":1}},{"uid":"b6bc58bc80816a11","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b6bc58bc80816a11","status":"passed","time":{"start":1728738593958,"stop":1728738593958,"duration":0}},{"uid":"ed4819593cc90c62","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed4819593cc90c62","status":"passed","time":{"start":1728683135333,"stop":1728683135334,"duration":1}},{"uid":"af68af9493988445","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af68af9493988445","status":"passed","time":{"start":1728682692582,"stop":1728682692584,"duration":2}},{"uid":"d8009e2a7b4cedf7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d8009e2a7b4cedf7","status":"passed","time":{"start":1728677194227,"stop":1728677194227,"duration":0}},{"uid":"f1540fb27d928708","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f1540fb27d928708","status":"passed","time":{"start":1728669874422,"stop":1728669874422,"duration":0}},{"uid":"6442726d66d9670a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6442726d66d9670a","status":"passed","time":{"start":1728598257459,"stop":1728598257459,"duration":0}},{"uid":"81e62991a2909f8a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/81e62991a2909f8a","status":"passed","time":{"start":1728597471282,"stop":1728597471282,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"d3632c673bf8652a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3632c673bf8652a","status":"passed","time":{"start":1729034041472,"stop":1729034041473,"duration":1}},{"uid":"e8a00d5402d5d955","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e8a00d5402d5d955","status":"passed","time":{"start":1728901705382,"stop":1728901705382,"duration":0}},{"uid":"1ccf994636393484","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1ccf994636393484","status":"passed","time":{"start":1728893141766,"stop":1728893141767,"duration":1}},{"uid":"4ebfc96bf2b8044f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ebfc96bf2b8044f","status":"passed","time":{"start":1728856087078,"stop":1728856087078,"duration":0}},{"uid":"12863eaf395f7139","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/12863eaf395f7139","status":"passed","time":{"start":1728738321429,"stop":1728738321430,"duration":1}},{"uid":"e319dd3339320de4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e319dd3339320de4","status":"passed","time":{"start":1728682845669,"stop":1728682845669,"duration":0}},{"uid":"fb5662c4064f0d9d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fb5662c4064f0d9d","status":"passed","time":{"start":1728682424301,"stop":1728682424302,"duration":1}},{"uid":"72efaa53ea5d4ae1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72efaa53ea5d4ae1","status":"passed","time":{"start":1728676900510,"stop":1728676900510,"duration":0}},{"uid":"fdc9c67cb86cbd96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fdc9c67cb86cbd96","status":"passed","time":{"start":1728669625793,"stop":1728669625794,"duration":1}},{"uid":"c5a1c28ad6cda23c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c5a1c28ad6cda23c","status":"passed","time":{"start":1728597957158,"stop":1728597957158,"duration":0}},{"uid":"9c9642d311d678cf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c9642d311d678cf","status":"passed","time":{"start":1728597182592,"stop":1728597182593,"duration":1}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7c61052c420f615c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7c61052c420f615c","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0}},{"uid":"2f2c7fb2aa348b4d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2f2c7fb2aa348b4d","status":"passed","time":{"start":1729031892684,"stop":1729031892684,"duration":0}},{"uid":"14f9fd267a00a863","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/14f9fd267a00a863","status":"passed","time":{"start":1728901438816,"stop":1728901438816,"duration":0}},{"uid":"b8ec5bdd35485a78","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b8ec5bdd35485a78","status":"passed","time":{"start":1728892869009,"stop":1728892869009,"duration":0}},{"uid":"fc058c5dd186e57c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fc058c5dd186e57c","status":"passed","time":{"start":1728855831900,"stop":1728855831900,"duration":0}},{"uid":"688de8af4dddd8c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/688de8af4dddd8c9","status":"passed","time":{"start":1728738049048,"stop":1728738049048,"duration":0}},{"uid":"3609fef8cad8d447","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3609fef8cad8d447","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"cc8eb446ae9d39d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cc8eb446ae9d39d7","status":"passed","time":{"start":1728682155415,"stop":1728682155415,"duration":0}},{"uid":"f28d97f9cfa46a6e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f28d97f9cfa46a6e","status":"passed","time":{"start":1728676629982,"stop":1728676629982,"duration":0}},{"uid":"b02c05b83e86ebe2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b02c05b83e86ebe2","status":"passed","time":{"start":1728669353109,"stop":1728669353109,"duration":0}},{"uid":"890fdc6230f25a96","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/890fdc6230f25a96","status":"passed","time":{"start":1728597693855,"stop":1728597693856,"duration":1}},{"uid":"c357581062c980c4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c357581062c980c4","status":"passed","time":{"start":1728596913099,"stop":1728596913099,"duration":0}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"99adbb840a61736c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/99adbb840a61736c","status":"passed","time":{"start":1729034147787,"stop":1729034147791,"duration":4}},{"uid":"d5aef133433fd6cf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d5aef133433fd6cf","status":"passed","time":{"start":1729032204832,"stop":1729032204833,"duration":1}},{"uid":"f3b6a8ff22079759","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f3b6a8ff22079759","status":"passed","time":{"start":1728901907716,"stop":1728901907716,"duration":0}},{"uid":"4e2253673362ffc7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4e2253673362ffc7","status":"passed","time":{"start":1728893341892,"stop":1728893341892,"duration":0}},{"uid":"66c0d0f99fe81518","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/66c0d0f99fe81518","status":"passed","time":{"start":1728856299386,"stop":1728856299387,"duration":1}},{"uid":"89300d5da1bd27c5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/89300d5da1bd27c5","status":"passed","time":{"start":1728738511623,"stop":1728738511623,"duration":0}},{"uid":"6308e6b9f92071e3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6308e6b9f92071e3","status":"passed","time":{"start":1728683052914,"stop":1728683052915,"duration":1}},{"uid":"f4315dbd568c8e70","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f4315dbd568c8e70","status":"passed","time":{"start":1728682612914,"stop":1728682612915,"duration":1}},{"uid":"23ee97cf2afea1ef","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/23ee97cf2afea1ef","status":"passed","time":{"start":1728677115750,"stop":1728677115751,"duration":1}},{"uid":"680aea4d8658e793","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/680aea4d8658e793","status":"passed","time":{"start":1728669778186,"stop":1728669778187,"duration":1}},{"uid":"dce9ad3da8ef22cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dce9ad3da8ef22cd","status":"passed","time":{"start":1728598175437,"stop":1728598175437,"duration":0}},{"uid":"6a4ac75c85e96b72","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6a4ac75c85e96b72","status":"passed","time":{"start":1728597380066,"stop":1728597380066,"duration":0}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2cf00c1fc945f5d5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2cf00c1fc945f5d5","status":"passed","time":{"start":1729034162415,"stop":1729034162415,"duration":0}},{"uid":"9a56be2f60829d3f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9a56be2f60829d3f","status":"passed","time":{"start":1729032197326,"stop":1729032197326,"duration":0}},{"uid":"453333c0581d6f93","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/453333c0581d6f93","status":"passed","time":{"start":1728901899712,"stop":1728901899712,"duration":0}},{"uid":"a52433dc9902199b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a52433dc9902199b","status":"passed","time":{"start":1728893334923,"stop":1728893334923,"duration":0}},{"uid":"f2334a2a2a2b6a09","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f2334a2a2a2b6a09","status":"passed","time":{"start":1728856288018,"stop":1728856288018,"duration":0}},{"uid":"579ed0c15bf86ea9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/579ed0c15bf86ea9","status":"passed","time":{"start":1728738501689,"stop":1728738501690,"duration":1}},{"uid":"f389d8cbe847a163","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f389d8cbe847a163","status":"passed","time":{"start":1728683044487,"stop":1728683044488,"duration":1}},{"uid":"9be9935d51e72290","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9be9935d51e72290","status":"passed","time":{"start":1728682619633,"stop":1728682619634,"duration":1}},{"uid":"4058f0c6e2297374","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4058f0c6e2297374","status":"passed","time":{"start":1728677104185,"stop":1728677104186,"duration":1}},{"uid":"6c289abf24702415","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c289abf24702415","status":"passed","time":{"start":1728669759888,"stop":1728669759888,"duration":0}},{"uid":"c46ffb83ae3e7b86","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c46ffb83ae3e7b86","status":"passed","time":{"start":1728598164491,"stop":1728598164491,"duration":0}},{"uid":"cd2410ec24008292","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd2410ec24008292","status":"passed","time":{"start":1728597385267,"stop":1728597385267,"duration":0}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"44842cd37fb8acb5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/44842cd37fb8acb5","status":"passed","time":{"start":1729033925387,"stop":1729033925387,"duration":0}},{"uid":"dc18a7647a5019ec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dc18a7647a5019ec","status":"passed","time":{"start":1729031975194,"stop":1729031975194,"duration":0}},{"uid":"1359e71574de5c81","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1359e71574de5c81","status":"passed","time":{"start":1728901537878,"stop":1728901537879,"duration":1}},{"uid":"ceea9802ea0bb691","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ceea9802ea0bb691","status":"passed","time":{"start":1728892972432,"stop":1728892972432,"duration":0}},{"uid":"364f0478442f36c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/364f0478442f36c4","status":"passed","time":{"start":1728855933072,"stop":1728855933073,"duration":1}},{"uid":"8516ef16a82326a1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8516ef16a82326a1","status":"passed","time":{"start":1728738149927,"stop":1728738149927,"duration":0}},{"uid":"a459884eae1c7542","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a459884eae1c7542","status":"passed","time":{"start":1728682681971,"stop":1728682681971,"duration":0}},{"uid":"c1651a32100c8e50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1651a32100c8e50","status":"passed","time":{"start":1728682257770,"stop":1728682257771,"duration":1}},{"uid":"9d4ec53ca5919db7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9d4ec53ca5919db7","status":"passed","time":{"start":1728676730788,"stop":1728676730788,"duration":0}},{"uid":"5b46158dcfea1e58","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5b46158dcfea1e58","status":"passed","time":{"start":1728669456896,"stop":1728669456897,"duration":1}},{"uid":"ae80accff5f42d9a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ae80accff5f42d9a","status":"passed","time":{"start":1728597795921,"stop":1728597795921,"duration":0}},{"uid":"70a5ba12af3e336d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70a5ba12af3e336d","status":"passed","time":{"start":1728597010202,"stop":1728597010202,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"7f2716e908dffaf7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7f2716e908dffaf7","status":"passed","time":{"start":1729032275826,"stop":1729032275827,"duration":1}},{"uid":"94deb7a84846c725","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/94deb7a84846c725","status":"passed","time":{"start":1728902036739,"stop":1728902036740,"duration":1}},{"uid":"b41008a8b52a8c76","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b41008a8b52a8c76","status":"passed","time":{"start":1728893472412,"stop":1728893472413,"duration":1}},{"uid":"9ddeedb007b4d362","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9ddeedb007b4d362","status":"passed","time":{"start":1728856423199,"stop":1728856423199,"duration":0}},{"uid":"a3f86fa5ff38c5ae","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a3f86fa5ff38c5ae","status":"passed","time":{"start":1728738648728,"stop":1728738648728,"duration":0}},{"uid":"adc72e96ea9a1920","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/adc72e96ea9a1920","status":"passed","time":{"start":1728683179654,"stop":1728683179654,"duration":0}},{"uid":"95591bf272b099e2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/95591bf272b099e2","status":"passed","time":{"start":1728682757950,"stop":1728682757950,"duration":0}},{"uid":"254e8ae01b84ae00","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/254e8ae01b84ae00","status":"passed","time":{"start":1728677238450,"stop":1728677238450,"duration":0}},{"uid":"9b0e5510f879373a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9b0e5510f879373a","status":"passed","time":{"start":1728669928219,"stop":1728669928219,"duration":0}},{"uid":"9e729cadc468e7c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e729cadc468e7c7","status":"passed","time":{"start":1728598319588,"stop":1728598319589,"duration":1}},{"uid":"e7373957e5cef31","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7373957e5cef31","status":"passed","time":{"start":1728597520645,"stop":1728597520646,"duration":1}}]},"bf09590b4189b78031cad66643c1ed06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f87edbdfc4cc1c62","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f87edbdfc4cc1c62","status":"passed","time":{"start":1728738555095,"stop":1728738555095,"duration":0}}]},"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"57fecdc01a91746c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/57fecdc01a91746c","status":"passed","time":{"start":1729034169195,"stop":1729034169196,"duration":1}},{"uid":"7b9914d86d90ac64","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7b9914d86d90ac64","status":"passed","time":{"start":1729032228068,"stop":1729032228069,"duration":1}},{"uid":"60fc8b5870138061","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/60fc8b5870138061","status":"passed","time":{"start":1728901947147,"stop":1728901947147,"duration":0}},{"uid":"b33186a2c08b0c0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b33186a2c08b0c0","status":"passed","time":{"start":1728893380059,"stop":1728893380059,"duration":0}},{"uid":"1687ff79a21f10c3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1687ff79a21f10c3","status":"passed","time":{"start":1728856336881,"stop":1728856336881,"duration":0}},{"uid":"15b8ac05348e4ea8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15b8ac05348e4ea8","status":"passed","time":{"start":1728738551165,"stop":1728738551169,"duration":4}},{"uid":"82731666123ec6df","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82731666123ec6df","status":"passed","time":{"start":1728683095877,"stop":1728683095877,"duration":0}},{"uid":"3cd5a28adad4f3b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3cd5a28adad4f3b9","status":"passed","time":{"start":1728682657390,"stop":1728682657391,"duration":1}},{"uid":"678cbc01a89f8ddf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/678cbc01a89f8ddf","status":"passed","time":{"start":1728677151467,"stop":1728677151467,"duration":0}},{"uid":"ff728fb9a5c6a131","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff728fb9a5c6a131","status":"passed","time":{"start":1728669832894,"stop":1728669832895,"duration":1}},{"uid":"ec60ea141eb859f2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec60ea141eb859f2","status":"passed","time":{"start":1728598215611,"stop":1728598215612,"duration":1}},{"uid":"f592384f9e3ad104","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f592384f9e3ad104","status":"passed","time":{"start":1728597425045,"stop":1728597425045,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"be6f43f9b8be1f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be6f43f9b8be1f4","status":"passed","time":{"start":1729034121951,"stop":1729034121952,"duration":1}},{"uid":"bf8052c34657e650","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bf8052c34657e650","status":"passed","time":{"start":1729032174929,"stop":1729032174929,"duration":0}},{"uid":"1afc7b88b6ff9b72","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1afc7b88b6ff9b72","status":"passed","time":{"start":1728901881031,"stop":1728901881032,"duration":1}},{"uid":"226084f2811ad24a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/226084f2811ad24a","status":"passed","time":{"start":1728893317182,"stop":1728893317182,"duration":0}},{"uid":"82f3a3c2f66de7f0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/82f3a3c2f66de7f0","status":"passed","time":{"start":1728856263122,"stop":1728856263126,"duration":4}},{"uid":"2a69c69c27f85c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2a69c69c27f85c4","status":"passed","time":{"start":1728738492806,"stop":1728738492807,"duration":1}},{"uid":"994635dfb578693a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/994635dfb578693a","status":"passed","time":{"start":1728683030030,"stop":1728683030030,"duration":0}},{"uid":"c7581471b832e16d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7581471b832e16d","status":"passed","time":{"start":1728682581130,"stop":1728682581130,"duration":0}},{"uid":"35db58744c80f184","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35db58744c80f184","status":"passed","time":{"start":1728677082011,"stop":1728677082012,"duration":1}},{"uid":"5965c5d3977e3203","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5965c5d3977e3203","status":"passed","time":{"start":1728669795408,"stop":1728669795408,"duration":0}},{"uid":"cbcb60f89491a941","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cbcb60f89491a941","status":"passed","time":{"start":1728598137510,"stop":1728598137510,"duration":0}},{"uid":"7600ea29dd07bf05","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7600ea29dd07bf05","status":"passed","time":{"start":1728597353488,"stop":1728597353488,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5acf058b8ca06a45","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5acf058b8ca06a45","status":"passed","time":{"start":1729034041650,"stop":1729034041650,"duration":0}},{"uid":"460b720e9edd9d36","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/460b720e9edd9d36","status":"passed","time":{"start":1729032093970,"stop":1729032093971,"duration":1}},{"uid":"ef69d8b00ef10bc6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ef69d8b00ef10bc6","status":"passed","time":{"start":1728901748868,"stop":1728901748869,"duration":1}},{"uid":"92c98445b37ac148","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/92c98445b37ac148","status":"passed","time":{"start":1728893181173,"stop":1728893181174,"duration":1}},{"uid":"f84a66d37ee910d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f84a66d37ee910d6","status":"passed","time":{"start":1728856155639,"stop":1728856155639,"duration":0}},{"uid":"7458d2317e66857e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7458d2317e66857e","status":"passed","time":{"start":1728738360440,"stop":1728738360441,"duration":1}},{"uid":"3b81bd017eaaf5b3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3b81bd017eaaf5b3","status":"passed","time":{"start":1728682907311,"stop":1728682907312,"duration":1}},{"uid":"947b25271bd52a6a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/947b25271bd52a6a","status":"passed","time":{"start":1728682466792,"stop":1728682466792,"duration":0}},{"uid":"cdc107255fb933e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cdc107255fb933e8","status":"passed","time":{"start":1728676955822,"stop":1728676955823,"duration":1}},{"uid":"132ae6aad133a8d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/132ae6aad133a8d9","status":"passed","time":{"start":1728669626611,"stop":1728669626611,"duration":0}},{"uid":"1aa06ba1f35c18bf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1aa06ba1f35c18bf","status":"passed","time":{"start":1728598013626,"stop":1728598013626,"duration":0}},{"uid":"25640981fa77bd75","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/25640981fa77bd75","status":"passed","time":{"start":1728597225282,"stop":1728597225282,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"86a898d96fc35bf2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/86a898d96fc35bf2","status":"passed","time":{"start":1729034041486,"stop":1729034041487,"duration":1}},{"uid":"326f94a1ee3164b3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/326f94a1ee3164b3","status":"passed","time":{"start":1728901705392,"stop":1728901705399,"duration":7}},{"uid":"e97f4f4a2b030e4e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e97f4f4a2b030e4e","status":"passed","time":{"start":1728893141775,"stop":1728893141775,"duration":0}},{"uid":"6af622a312da0b87","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6af622a312da0b87","status":"passed","time":{"start":1728856087082,"stop":1728856087083,"duration":1}},{"uid":"845f5a4e61cde1f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/845f5a4e61cde1f5","status":"passed","time":{"start":1728738321433,"stop":1728738321433,"duration":0}},{"uid":"a4199de8df50f265","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a4199de8df50f265","status":"passed","time":{"start":1728682845673,"stop":1728682845673,"duration":0}},{"uid":"67eb5ec7fc5a65c8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/67eb5ec7fc5a65c8","status":"passed","time":{"start":1728682424309,"stop":1728682424309,"duration":0}},{"uid":"710c330960c21a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/710c330960c21a8","status":"passed","time":{"start":1728676900514,"stop":1728676900515,"duration":1}},{"uid":"15dc5e724fcf1836","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/15dc5e724fcf1836","status":"passed","time":{"start":1728669625799,"stop":1728669625799,"duration":0}},{"uid":"2e20677a233d1c64","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e20677a233d1c64","status":"passed","time":{"start":1728597957163,"stop":1728597957164,"duration":1}},{"uid":"24b7ae5d287af303","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/24b7ae5d287af303","status":"passed","time":{"start":1728597182616,"stop":1728597182616,"duration":0}}]},"1d11ebbe9c66399e620fe8fe3704926b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73402fca6f97d310","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73402fca6f97d310","status":"passed","time":{"start":1729032206889,"stop":1729032206889,"duration":0}}]},"50464fc6d54be2aa9b809138c9497be7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f9fd8e8356b0a12","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f9fd8e8356b0a12","status":"passed","time":{"start":1728597434076,"stop":1728597434077,"duration":1}}]},"1af3d1c3c03a52859ffbd78d202017eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a69b1f6835832d17","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a69b1f6835832d17","status":"passed","time":{"start":1729034169450,"stop":1729034169451,"duration":1}}]},"681c9143262cedd16c2bfb46cb2ccee2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1261d40acdae62","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b1261d40acdae62","status":"passed","time":{"start":1729034169445,"stop":1729034169449,"duration":4}}]},"21b4353bcc57e834be748314f50742a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"881c43319367ab74","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/881c43319367ab74","status":"passed","time":{"start":1728677156817,"stop":1728677156817,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"d9277d53a328231b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9277d53a328231b","status":"passed","time":{"start":1729034041485,"stop":1729034041486,"duration":1}},{"uid":"149b66ff7fcac49f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/149b66ff7fcac49f","status":"passed","time":{"start":1728901705391,"stop":1728901705391,"duration":0}},{"uid":"9cbd00b25d709e73","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9cbd00b25d709e73","status":"passed","time":{"start":1728893141774,"stop":1728893141775,"duration":1}},{"uid":"20ee6fa3df469ea0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/20ee6fa3df469ea0","status":"passed","time":{"start":1728856087081,"stop":1728856087082,"duration":1}},{"uid":"6912adf3bde9a953","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6912adf3bde9a953","status":"passed","time":{"start":1728738321433,"stop":1728738321433,"duration":0}},{"uid":"54960e622bca8c10","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/54960e622bca8c10","status":"passed","time":{"start":1728682845672,"stop":1728682845673,"duration":1}},{"uid":"3cd3f35410ebafe9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3cd3f35410ebafe9","status":"passed","time":{"start":1728682424308,"stop":1728682424308,"duration":0}},{"uid":"7424b72bd8ced016","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7424b72bd8ced016","status":"passed","time":{"start":1728676900513,"stop":1728676900514,"duration":1}},{"uid":"881b0544efab85ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/881b0544efab85ab","status":"passed","time":{"start":1728669625798,"stop":1728669625799,"duration":1}},{"uid":"16bb8fdeab84f42","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/16bb8fdeab84f42","status":"passed","time":{"start":1728597957162,"stop":1728597957163,"duration":1}},{"uid":"e89f2d44929c0aa4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e89f2d44929c0aa4","status":"passed","time":{"start":1728597182615,"stop":1728597182615,"duration":0}}]},"1ff8d26ec35a4a9c0d9ac7388b710a89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96425ce887067468","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96425ce887067468","status":"passed","time":{"start":1728683033639,"stop":1728683033639,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d7bb40dfcbc7fcc2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d7bb40dfcbc7fcc2","status":"passed","time":{"start":1729033843113,"stop":1729033843114,"duration":1}},{"uid":"fdd99996705ca1e6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fdd99996705ca1e6","status":"passed","time":{"start":1729031892672,"stop":1729031892673,"duration":1}},{"uid":"509f8746d67abc08","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/509f8746d67abc08","status":"passed","time":{"start":1728901438804,"stop":1728901438804,"duration":0}},{"uid":"50a4a770f7be55a5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50a4a770f7be55a5","status":"passed","time":{"start":1728892868995,"stop":1728892868996,"duration":1}},{"uid":"f4f26182a3dc1539","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f4f26182a3dc1539","status":"passed","time":{"start":1728855831888,"stop":1728855831888,"duration":0}},{"uid":"dfa3f5341188099c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dfa3f5341188099c","status":"passed","time":{"start":1728738049035,"stop":1728738049035,"duration":0}},{"uid":"c0287f3e2d48f19e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c0287f3e2d48f19e","status":"passed","time":{"start":1728682582613,"stop":1728682582613,"duration":0}},{"uid":"6130b5a989b0c04d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6130b5a989b0c04d","status":"passed","time":{"start":1728682155403,"stop":1728682155404,"duration":1}},{"uid":"53d2a1b0aa6eadce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/53d2a1b0aa6eadce","status":"passed","time":{"start":1728676629969,"stop":1728676629969,"duration":0}},{"uid":"ff55e71cf2c9f8bb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff55e71cf2c9f8bb","status":"passed","time":{"start":1728669353096,"stop":1728669353097,"duration":1}},{"uid":"50fe35449bf6bead","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/50fe35449bf6bead","status":"passed","time":{"start":1728597693841,"stop":1728597693842,"duration":1}},{"uid":"288dcc438c5a296","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/288dcc438c5a296","status":"passed","time":{"start":1728596913086,"stop":1728596913086,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bd44b38ecc63a448","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bd44b38ecc63a448","status":"passed","time":{"start":1729034200062,"stop":1729034200063,"duration":1}},{"uid":"85c7587cf1d21da","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/85c7587cf1d21da","status":"passed","time":{"start":1729032257881,"stop":1729032257886,"duration":5}},{"uid":"d2f64757c1ba14e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d2f64757c1ba14e2","status":"passed","time":{"start":1728902003559,"stop":1728902003560,"duration":1}},{"uid":"3c995b32eb6381c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c995b32eb6381c4","status":"passed","time":{"start":1728893434692,"stop":1728893434692,"duration":0}},{"uid":"8129e0d12117b396","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8129e0d12117b396","status":"passed","time":{"start":1728856398639,"stop":1728856398640,"duration":1}},{"uid":"5fc5622df37c223","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5fc5622df37c223","status":"passed","time":{"start":1728738611998,"stop":1728738612000,"duration":2}},{"uid":"75b4ae783fdb7ca3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75b4ae783fdb7ca3","status":"passed","time":{"start":1728683155006,"stop":1728683155007,"duration":1}},{"uid":"5cf05a519b554f1c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5cf05a519b554f1c","status":"passed","time":{"start":1728682706100,"stop":1728682706101,"duration":1}},{"uid":"de26bd6b9eb0b0b8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/de26bd6b9eb0b0b8","status":"passed","time":{"start":1728677207492,"stop":1728677207492,"duration":0}},{"uid":"b1cd9d670dc7df5f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1cd9d670dc7df5f","status":"passed","time":{"start":1728669887095,"stop":1728669887095,"duration":0}},{"uid":"ed860dd5c17ffd7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ed860dd5c17ffd7","status":"passed","time":{"start":1728598263632,"stop":1728598263633,"duration":1}},{"uid":"4eee8ac8b43dfa20","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4eee8ac8b43dfa20","status":"passed","time":{"start":1728597478273,"stop":1728597478273,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ceac3e92f9f46ffd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ceac3e92f9f46ffd","status":"passed","time":{"start":1729033834401,"stop":1729033834402,"duration":1}},{"uid":"c997ef109a33a82d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c997ef109a33a82d","status":"passed","time":{"start":1729031884177,"stop":1729031884177,"duration":0}},{"uid":"73f07a4ed6063bb5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/73f07a4ed6063bb5","status":"passed","time":{"start":1728901430210,"stop":1728901430210,"duration":0}},{"uid":"5c6a0151b93d1fa7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c6a0151b93d1fa7","status":"passed","time":{"start":1728892860431,"stop":1728892860432,"duration":1}},{"uid":"748ba9ea3d51c768","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/748ba9ea3d51c768","status":"passed","time":{"start":1728855823268,"stop":1728855823268,"duration":0}},{"uid":"4a7cdde31b0ff023","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4a7cdde31b0ff023","status":"passed","time":{"start":1728738040615,"stop":1728738040615,"duration":0}},{"uid":"d8e21b6cb6bc1752","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d8e21b6cb6bc1752","status":"passed","time":{"start":1728682574126,"stop":1728682574126,"duration":0}},{"uid":"5f899f7d3cac58d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5f899f7d3cac58d7","status":"passed","time":{"start":1728682146845,"stop":1728682146845,"duration":0}},{"uid":"7c5fae92f8841933","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c5fae92f8841933","status":"passed","time":{"start":1728676621445,"stop":1728676621445,"duration":0}},{"uid":"8efc606f5fc645fe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8efc606f5fc645fe","status":"passed","time":{"start":1728669344423,"stop":1728669344423,"duration":0}},{"uid":"820223cbe5603888","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/820223cbe5603888","status":"passed","time":{"start":1728597685247,"stop":1728597685247,"duration":0}},{"uid":"c9a2729791c935d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9a2729791c935d1","status":"passed","time":{"start":1728596904559,"stop":1728596904559,"duration":0}}]},"8b9fd771823d9e9f18b48e7024fe8741:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9dfa94d9213eb29c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9dfa94d9213eb29c","status":"passed","time":{"start":1728901901767,"stop":1728901901767,"duration":0}}]},"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fa64dad131ac184d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fa64dad131ac184d","status":"passed","time":{"start":1729034067822,"stop":1729034067823,"duration":1}},{"uid":"f70c0b5fb76811a7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f70c0b5fb76811a7","status":"passed","time":{"start":1729032123016,"stop":1729032123016,"duration":0}},{"uid":"9f4bd0b1f6e773d4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9f4bd0b1f6e773d4","status":"passed","time":{"start":1728901787320,"stop":1728901787321,"duration":1}},{"uid":"51f9f5c9a56e6127","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51f9f5c9a56e6127","status":"passed","time":{"start":1728893221705,"stop":1728893221705,"duration":0}},{"uid":"fb5b01790fd9426","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fb5b01790fd9426","status":"passed","time":{"start":1728856192847,"stop":1728856192847,"duration":0}},{"uid":"389a850c4b2d86b3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/389a850c4b2d86b3","status":"passed","time":{"start":1728738398374,"stop":1728738398374,"duration":0}},{"uid":"40ca60b468514498","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/40ca60b468514498","status":"passed","time":{"start":1728682944656,"stop":1728682944657,"duration":1}},{"uid":"e8266106d713cade","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e8266106d713cade","status":"passed","time":{"start":1728682508013,"stop":1728682508013,"duration":0}},{"uid":"9d8f902db2c13275","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9d8f902db2c13275","status":"passed","time":{"start":1728676995799,"stop":1728676995799,"duration":0}},{"uid":"a62b1ef0972cc4e1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a62b1ef0972cc4e1","status":"passed","time":{"start":1728669665999,"stop":1728669666000,"duration":1}},{"uid":"6781dacdbff65a93","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6781dacdbff65a93","status":"passed","time":{"start":1728598056697,"stop":1728598056698,"duration":1}},{"uid":"f5f907f2da5b7bcd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f5f907f2da5b7bcd","status":"passed","time":{"start":1728597265385,"stop":1728597265386,"duration":1}}]},"f04155fea025b275236b8ea5a282285a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b42ddd7946551d02","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b42ddd7946551d02","status":"passed","time":{"start":1729034129481,"stop":1729034129481,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b0fa5ee697346596","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b0fa5ee697346596","status":"passed","time":{"start":1729034129479,"stop":1729034129479,"duration":0}},{"uid":"2b92bec5e89b72d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b92bec5e89b72d1","status":"passed","time":{"start":1729032178375,"stop":1729032178376,"duration":1}},{"uid":"135169c45838f9f3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/135169c45838f9f3","status":"passed","time":{"start":1728901896352,"stop":1728901896353,"duration":1}},{"uid":"213bbbfa0919e159","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/213bbbfa0919e159","status":"passed","time":{"start":1728893329034,"stop":1728893329034,"duration":0}},{"uid":"77c9481cf55bc0e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77c9481cf55bc0e7","status":"passed","time":{"start":1728856284769,"stop":1728856284770,"duration":1}},{"uid":"805101d44572cd07","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/805101d44572cd07","status":"passed","time":{"start":1728738494947,"stop":1728738494947,"duration":0}},{"uid":"eaac1b9a11bb433c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eaac1b9a11bb433c","status":"passed","time":{"start":1728683033636,"stop":1728683033637,"duration":1}},{"uid":"f1bb3d464b0fd5e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f1bb3d464b0fd5e","status":"passed","time":{"start":1728682601744,"stop":1728682601745,"duration":1}},{"uid":"575b00ef5c1b4f0b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/575b00ef5c1b4f0b","status":"passed","time":{"start":1728677107983,"stop":1728677107984,"duration":1}},{"uid":"2b31bbad67813e19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b31bbad67813e19","status":"passed","time":{"start":1728669764756,"stop":1728669764757,"duration":1}},{"uid":"8a3fc663351ba5b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a3fc663351ba5b1","status":"passed","time":{"start":1728598157575,"stop":1728598157576,"duration":1}},{"uid":"485fd1d159fbc660","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/485fd1d159fbc660","status":"passed","time":{"start":1728597369078,"stop":1728597369085,"duration":7}}]},"af444ce0a7e366109448762b457b2e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8161b4311f7568bf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8161b4311f7568bf","status":"passed","time":{"start":1728669795407,"stop":1728669795407,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9fa69fd0d326e6a6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9fa69fd0d326e6a6","status":"passed","time":{"start":1729033965752,"stop":1729033965753,"duration":1}},{"uid":"5cd9e75b75c721b3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5cd9e75b75c721b3","status":"passed","time":{"start":1729032018029,"stop":1729032018030,"duration":1}},{"uid":"53751b60d1def216","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53751b60d1def216","status":"passed","time":{"start":1728901595851,"stop":1728901595852,"duration":1}},{"uid":"597e11c9f5210f1b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/597e11c9f5210f1b","status":"passed","time":{"start":1728893032690,"stop":1728893032690,"duration":0}},{"uid":"c64a618af43e4561","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c64a618af43e4561","status":"passed","time":{"start":1728855998186,"stop":1728855998187,"duration":1}},{"uid":"f208a1640d1279de","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f208a1640d1279de","status":"passed","time":{"start":1728738212195,"stop":1728738212195,"duration":0}},{"uid":"370a9c5804c037ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/370a9c5804c037ef","status":"passed","time":{"start":1728682746576,"stop":1728682746576,"duration":0}},{"uid":"fac2fc228da741c1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fac2fc228da741c1","status":"passed","time":{"start":1728682328609,"stop":1728682328612,"duration":3}},{"uid":"1afc05c7b5d220f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1afc05c7b5d220f0","status":"passed","time":{"start":1728676807593,"stop":1728676807594,"duration":1}},{"uid":"5d7268d8151a6ce6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5d7268d8151a6ce6","status":"passed","time":{"start":1728669514929,"stop":1728669514929,"duration":0}},{"uid":"6a8b485fed5e48a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a8b485fed5e48a4","status":"passed","time":{"start":1728597860131,"stop":1728597860133,"duration":2}},{"uid":"9a6e2ec5a60cb652","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9a6e2ec5a60cb652","status":"passed","time":{"start":1728597074713,"stop":1728597074715,"duration":2}}]},"1eee5ed8df7c9c94dd5e7e81fbb57450:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3c2dda195a8f8adf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3c2dda195a8f8adf","status":"passed","time":{"start":1729033850298,"stop":1729033850299,"duration":1}},{"uid":"130a06a1cb2e43ff","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/130a06a1cb2e43ff","status":"passed","time":{"start":1729031899901,"stop":1729031899902,"duration":1}},{"uid":"b70d99b4bdd9ed64","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b70d99b4bdd9ed64","status":"passed","time":{"start":1728901445871,"stop":1728901445871,"duration":0}},{"uid":"8d87b160cf169dce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d87b160cf169dce","status":"passed","time":{"start":1728892875905,"stop":1728892875905,"duration":0}},{"uid":"5eec0a212608a059","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5eec0a212608a059","status":"passed","time":{"start":1728855839037,"stop":1728855839037,"duration":0}},{"uid":"f916e0382e1d993f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f916e0382e1d993f","status":"passed","time":{"start":1728738056184,"stop":1728738056184,"duration":0}},{"uid":"60a37537cbc36da0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/60a37537cbc36da0","status":"passed","time":{"start":1728682589458,"stop":1728682589459,"duration":1}},{"uid":"385a459756e89055","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/385a459756e89055","status":"passed","time":{"start":1728682162316,"stop":1728682162316,"duration":0}},{"uid":"18487eeeb944921a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18487eeeb944921a","status":"passed","time":{"start":1728676637001,"stop":1728676637002,"duration":1}},{"uid":"986625446c46c40","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/986625446c46c40","status":"passed","time":{"start":1728669360368,"stop":1728669360368,"duration":0}},{"uid":"687f8de684f1cff3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/687f8de684f1cff3","status":"passed","time":{"start":1728597700887,"stop":1728597700888,"duration":1}},{"uid":"55c92faf11feaa69","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/55c92faf11feaa69","status":"passed","time":{"start":1728596919826,"stop":1728596919826,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a5a34da920945468","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5a34da920945468","status":"passed","time":{"start":1729034121952,"stop":1729034121953,"duration":1}},{"uid":"ccdcdef65c6de337","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ccdcdef65c6de337","status":"passed","time":{"start":1729032174929,"stop":1729032174930,"duration":1}},{"uid":"2121df69bf999b8a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2121df69bf999b8a","status":"passed","time":{"start":1728901881032,"stop":1728901881033,"duration":1}},{"uid":"fa7f99dfb1bc215","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fa7f99dfb1bc215","status":"passed","time":{"start":1728893317182,"stop":1728893317182,"duration":0}},{"uid":"b3da6243bdde643d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b3da6243bdde643d","status":"passed","time":{"start":1728856263126,"stop":1728856263127,"duration":1}},{"uid":"b60e2d5be2af1ee6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b60e2d5be2af1ee6","status":"passed","time":{"start":1728738492807,"stop":1728738492807,"duration":0}},{"uid":"8b911f72fcabf9e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8b911f72fcabf9e6","status":"passed","time":{"start":1728683030030,"stop":1728683030031,"duration":1}},{"uid":"86c6d7e905345201","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/86c6d7e905345201","status":"passed","time":{"start":1728682581131,"stop":1728682581131,"duration":0}},{"uid":"ac1ea78a348039ff","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ac1ea78a348039ff","status":"passed","time":{"start":1728677082012,"stop":1728677082012,"duration":0}},{"uid":"5e83ce71aab1a255","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5e83ce71aab1a255","status":"passed","time":{"start":1728669795409,"stop":1728669795409,"duration":0}},{"uid":"86879fefa9951d4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/86879fefa9951d4a","status":"passed","time":{"start":1728598137510,"stop":1728598137510,"duration":0}},{"uid":"a11cd2e622b85197","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a11cd2e622b85197","status":"passed","time":{"start":1728597353488,"stop":1728597353489,"duration":1}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2c77ccf3c7cbf0ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2c77ccf3c7cbf0ef","status":"passed","time":{"start":1729034209089,"stop":1729034209089,"duration":0}},{"uid":"20e0b6e9f29dbe3d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/20e0b6e9f29dbe3d","status":"passed","time":{"start":1729032264559,"stop":1729032264559,"duration":0}},{"uid":"e6ef401f7f1bd993","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e6ef401f7f1bd993","status":"passed","time":{"start":1728902012832,"stop":1728902012833,"duration":1}},{"uid":"297b9c9a1145e66c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/297b9c9a1145e66c","status":"passed","time":{"start":1728893454806,"stop":1728893454807,"duration":1}},{"uid":"7cd939ecbc3eb457","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7cd939ecbc3eb457","status":"passed","time":{"start":1728856408448,"stop":1728856408448,"duration":0}},{"uid":"70deaa0ded942628","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/70deaa0ded942628","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"ec3547b465d63409","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec3547b465d63409","status":"passed","time":{"start":1728683159734,"stop":1728683159736,"duration":2}},{"uid":"a1285eef22aff539","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a1285eef22aff539","status":"passed","time":{"start":1728682751324,"stop":1728682751324,"duration":0}},{"uid":"b98fe4afbc2b5a25","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b98fe4afbc2b5a25","status":"passed","time":{"start":1728677216351,"stop":1728677216351,"duration":0}},{"uid":"8a2d66ad2769a882","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8a2d66ad2769a882","status":"passed","time":{"start":1728669925448,"stop":1728669925449,"duration":1}},{"uid":"e80f11128c28e2ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e80f11128c28e2ab","status":"passed","time":{"start":1728598268797,"stop":1728598268797,"duration":0}},{"uid":"c50e441930c8450e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c50e441930c8450e","status":"passed","time":{"start":1728597503900,"stop":1728597503901,"duration":1}}]},"75d111b850014567384ee875c1723d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c24876aef31b2ced","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c24876aef31b2ced","status":"passed","time":{"start":1728901950546,"stop":1728901950546,"duration":0}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5080acef3fb8347b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5080acef3fb8347b","status":"passed","time":{"start":1729034209109,"stop":1729034209110,"duration":1}},{"uid":"4c53db09e688033f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c53db09e688033f","status":"passed","time":{"start":1729032264576,"stop":1729032264578,"duration":2}},{"uid":"bbd8b858c1f25700","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bbd8b858c1f25700","status":"passed","time":{"start":1728902012869,"stop":1728902012869,"duration":0}},{"uid":"c8cd328801a8d773","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c8cd328801a8d773","status":"passed","time":{"start":1728893454818,"stop":1728893454820,"duration":2}},{"uid":"902172b306aff010","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/902172b306aff010","status":"passed","time":{"start":1728856408462,"stop":1728856408462,"duration":0}},{"uid":"22d0b74e77f1002d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/22d0b74e77f1002d","status":"passed","time":{"start":1728738633863,"stop":1728738633863,"duration":0}},{"uid":"6fc2cabd31fc797c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6fc2cabd31fc797c","status":"passed","time":{"start":1728683159800,"stop":1728683159800,"duration":0}},{"uid":"8593a9e20909fa10","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8593a9e20909fa10","status":"passed","time":{"start":1728682751338,"stop":1728682751338,"duration":0}},{"uid":"fcb5629a359f1d7a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fcb5629a359f1d7a","status":"passed","time":{"start":1728677216372,"stop":1728677216372,"duration":0}},{"uid":"71531dea879b7b9b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/71531dea879b7b9b","status":"passed","time":{"start":1728669925460,"stop":1728669925460,"duration":0}},{"uid":"e47bbe90857e214f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e47bbe90857e214f","status":"passed","time":{"start":1728598268815,"stop":1728598268815,"duration":0}},{"uid":"c1e3f74b553144fc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c1e3f74b553144fc","status":"passed","time":{"start":1728597503942,"stop":1728597503943,"duration":1}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"d55c6272ae119c77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d55c6272ae119c77","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122310,"stop":1729034122310,"duration":0}},{"uid":"f7c7aeb2cfed2660","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f7c7aeb2cfed2660","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175156,"stop":1729032175156,"duration":0}},{"uid":"64aaeb5a1827dce0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/64aaeb5a1827dce0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873457,"stop":1728901873457,"duration":0}},{"uid":"6963ab2477383e22","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6963ab2477383e22","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311280,"stop":1728893311280,"duration":0}},{"uid":"154c5ad3b0846eb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/154c5ad3b0846eb0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263476,"stop":1728856263476,"duration":0}},{"uid":"ff39d940dfc606e4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff39d940dfc606e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483671,"stop":1728738483672,"duration":1}},{"uid":"2ac66e4a363f378a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2ac66e4a363f378a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030247,"stop":1728683030247,"duration":0}},{"uid":"d33e478801cfe6ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d33e478801cfe6ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581303,"stop":1728682581303,"duration":0}},{"uid":"f8988113cc4a2ee8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8988113cc4a2ee8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082256,"stop":1728677082259,"duration":3}},{"uid":"bf2bb3af91cb07f4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf2bb3af91cb07f4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754302,"stop":1728669754302,"duration":0}},{"uid":"e3dcb59f4deecf5d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3dcb59f4deecf5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137641,"stop":1728598137642,"duration":1}},{"uid":"4f78c7f64f3b0914","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f78c7f64f3b0914","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350583,"stop":1728597350583,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"337e8de56e552ecc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/337e8de56e552ecc","status":"passed","time":{"start":1729033843113,"stop":1729033843113,"duration":0}},{"uid":"77171272b674a119","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/77171272b674a119","status":"passed","time":{"start":1729031892672,"stop":1729031892672,"duration":0}},{"uid":"db5fc705e5d02462","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/db5fc705e5d02462","status":"passed","time":{"start":1728901438802,"stop":1728901438803,"duration":1}},{"uid":"a982e34313d7bdbc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a982e34313d7bdbc","status":"passed","time":{"start":1728892868995,"stop":1728892868995,"duration":0}},{"uid":"da3323409628a56b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/da3323409628a56b","status":"passed","time":{"start":1728855831887,"stop":1728855831888,"duration":1}},{"uid":"9abc518936e0568c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9abc518936e0568c","status":"passed","time":{"start":1728738049034,"stop":1728738049035,"duration":1}},{"uid":"97251e6b486a4266","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/97251e6b486a4266","status":"passed","time":{"start":1728682582611,"stop":1728682582611,"duration":0}},{"uid":"c515382425d24c00","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c515382425d24c00","status":"passed","time":{"start":1728682155403,"stop":1728682155403,"duration":0}},{"uid":"89202b2bebd3938e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/89202b2bebd3938e","status":"passed","time":{"start":1728676629968,"stop":1728676629968,"duration":0}},{"uid":"24d7887a087d858e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/24d7887a087d858e","status":"passed","time":{"start":1728669353095,"stop":1728669353096,"duration":1}},{"uid":"69ebb3fd1ceb0a20","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/69ebb3fd1ceb0a20","status":"passed","time":{"start":1728597693840,"stop":1728597693841,"duration":1}},{"uid":"d40b69283ea84844","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d40b69283ea84844","status":"passed","time":{"start":1728596913085,"stop":1728596913085,"duration":0}}]},"7d525c94e6f89d7b6e041d0a05499015:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70ad1c88b2e98d45","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/70ad1c88b2e98d45","status":"passed","time":{"start":1729032228817,"stop":1729032228818,"duration":1}}]},"420903fff248897da7316125642c3349:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a37cf65d48c74ed8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a37cf65d48c74ed8","status":"passed","time":{"start":1728682807958,"stop":1728682807959,"duration":1}}]},"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4a1cb887dab16e01","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4a1cb887dab16e01","status":"passed","time":{"start":1729034191996,"stop":1729034191996,"duration":0}},{"uid":"5bd6a8445832338d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5bd6a8445832338d","status":"passed","time":{"start":1729032246149,"stop":1729032246149,"duration":0}},{"uid":"77ac5e79e12cbb49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/77ac5e79e12cbb49","status":"passed","time":{"start":1728902009944,"stop":1728902009944,"duration":0}},{"uid":"9a65632c7516a4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9a65632c7516a4f","status":"passed","time":{"start":1728893442070,"stop":1728893442070,"duration":0}},{"uid":"d04306a7776fb50c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d04306a7776fb50c","status":"passed","time":{"start":1728856390381,"stop":1728856390381,"duration":0}},{"uid":"357ed0e82040605e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/357ed0e82040605e","status":"passed","time":{"start":1728738615986,"stop":1728738615986,"duration":0}},{"uid":"f4d4d2685c06fda4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4d4d2685c06fda4","status":"passed","time":{"start":1728683138591,"stop":1728683138591,"duration":0}},{"uid":"7cf15b5225b974ee","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7cf15b5225b974ee","status":"passed","time":{"start":1728682713981,"stop":1728682713981,"duration":0}},{"uid":"c745d5961c95fd62","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c745d5961c95fd62","status":"passed","time":{"start":1728677205667,"stop":1728677205667,"duration":0}},{"uid":"6b3540288fb8d017","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6b3540288fb8d017","status":"passed","time":{"start":1728669886307,"stop":1728669886308,"duration":1}},{"uid":"f5935766e98220c3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5935766e98220c3","status":"passed","time":{"start":1728598272275,"stop":1728598272275,"duration":0}},{"uid":"7fd59b891bb035e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7fd59b891bb035e8","status":"passed","time":{"start":1728597493000,"stop":1728597493001,"duration":1}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7963f758acb8f73c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7963f758acb8f73c","status":"passed","time":{"start":1729034209100,"stop":1729034209100,"duration":0}},{"uid":"99931c00d9f9bbf1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/99931c00d9f9bbf1","status":"passed","time":{"start":1729032264568,"stop":1729032264569,"duration":1}},{"uid":"58d43b3004c78c63","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/58d43b3004c78c63","status":"passed","time":{"start":1728902012858,"stop":1728902012858,"duration":0}},{"uid":"b5bb676d1162c330","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5bb676d1162c330","status":"passed","time":{"start":1728893454811,"stop":1728893454812,"duration":1}},{"uid":"9f6fd8f05d136f99","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f6fd8f05d136f99","status":"passed","time":{"start":1728856408452,"stop":1728856408453,"duration":1}},{"uid":"8bafb7d15c819e4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8bafb7d15c819e4","status":"passed","time":{"start":1728738633855,"stop":1728738633855,"duration":0}},{"uid":"606fc0707080e20a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/606fc0707080e20a","status":"passed","time":{"start":1728683159760,"stop":1728683159761,"duration":1}},{"uid":"93078b0a7939b21c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/93078b0a7939b21c","status":"passed","time":{"start":1728682751330,"stop":1728682751330,"duration":0}},{"uid":"67d0831800824bbe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/67d0831800824bbe","status":"passed","time":{"start":1728677216356,"stop":1728677216356,"duration":0}},{"uid":"6934e657fa64b172","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6934e657fa64b172","status":"passed","time":{"start":1728669925454,"stop":1728669925455,"duration":1}},{"uid":"f215f62a5b83d4ef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f215f62a5b83d4ef","status":"passed","time":{"start":1728598268805,"stop":1728598268805,"duration":0}},{"uid":"e361233d70020b78","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e361233d70020b78","status":"passed","time":{"start":1728597503921,"stop":1728597503921,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e92800683929a2a9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e92800683929a2a9","status":"passed","time":{"start":1729034014835,"stop":1729034014835,"duration":0}},{"uid":"23ab56960c4ccedc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/23ab56960c4ccedc","status":"passed","time":{"start":1729032065434,"stop":1729032065434,"duration":0}},{"uid":"742c8209d66d551b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/742c8209d66d551b","status":"passed","time":{"start":1728901664235,"stop":1728901664235,"duration":0}},{"uid":"8e871cfa23b0c178","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e871cfa23b0c178","status":"passed","time":{"start":1728893093683,"stop":1728893093684,"duration":1}},{"uid":"92c7f8d9f3f8ea5b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92c7f8d9f3f8ea5b","status":"passed","time":{"start":1728856055263,"stop":1728856055263,"duration":0}},{"uid":"a45e74e5cc26b1ce","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a45e74e5cc26b1ce","status":"passed","time":{"start":1728738274739,"stop":1728738274740,"duration":1}},{"uid":"2551c66319595ff6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2551c66319595ff6","status":"passed","time":{"start":1728682807949,"stop":1728682807950,"duration":1}},{"uid":"b4616a9fc439850e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b4616a9fc439850e","status":"passed","time":{"start":1728682381279,"stop":1728682381280,"duration":1}},{"uid":"f7aad0cb24567a31","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7aad0cb24567a31","status":"passed","time":{"start":1728676853892,"stop":1728676853893,"duration":1}},{"uid":"88137b9b208aec43","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88137b9b208aec43","status":"passed","time":{"start":1728669581683,"stop":1728669581684,"duration":1}},{"uid":"77f100f4c3e5f42a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/77f100f4c3e5f42a","status":"passed","time":{"start":1728597923465,"stop":1728597923469,"duration":4}},{"uid":"be9e7d57b181bad3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/be9e7d57b181bad3","status":"passed","time":{"start":1728597132258,"stop":1728597132259,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c6ee047964e1ee70","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c6ee047964e1ee70","status":"passed","time":{"start":1729034169194,"stop":1729034169194,"duration":0}},{"uid":"234aa51cd97dab7d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/234aa51cd97dab7d","status":"passed","time":{"start":1729032228066,"stop":1729032228066,"duration":0}},{"uid":"f1412b472a3b9410","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f1412b472a3b9410","status":"passed","time":{"start":1728901947146,"stop":1728901947146,"duration":0}},{"uid":"cf979ef4f9b2d4fd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf979ef4f9b2d4fd","status":"passed","time":{"start":1728893380057,"stop":1728893380058,"duration":1}},{"uid":"9e6b88417686dce3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e6b88417686dce3","status":"passed","time":{"start":1728856336880,"stop":1728856336880,"duration":0}},{"uid":"713635a95e7f8080","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/713635a95e7f8080","status":"passed","time":{"start":1728738551163,"stop":1728738551164,"duration":1}},{"uid":"82def03d19947a05","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82def03d19947a05","status":"passed","time":{"start":1728683095875,"stop":1728683095876,"duration":1}},{"uid":"f634507774928e03","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f634507774928e03","status":"passed","time":{"start":1728682657387,"stop":1728682657388,"duration":1}},{"uid":"765f9c6ce650e802","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/765f9c6ce650e802","status":"passed","time":{"start":1728677151465,"stop":1728677151465,"duration":0}},{"uid":"b4e00b8d55196ce9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b4e00b8d55196ce9","status":"passed","time":{"start":1728669832893,"stop":1728669832894,"duration":1}},{"uid":"6a7e198a0002221d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a7e198a0002221d","status":"passed","time":{"start":1728598215609,"stop":1728598215610,"duration":1}},{"uid":"a8c298243fa2f0c7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a8c298243fa2f0c7","status":"passed","time":{"start":1728597425043,"stop":1728597425043,"duration":0}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"40c6272b765b34ba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/40c6272b765b34ba","status":"passed","time":{"start":1729034014852,"stop":1729034014853,"duration":1}},{"uid":"6cd0ff158c069b83","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6cd0ff158c069b83","status":"passed","time":{"start":1729032065438,"stop":1729032065442,"duration":4}},{"uid":"5485a5d1f13ade0a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5485a5d1f13ade0a","status":"passed","time":{"start":1728901664238,"stop":1728901664239,"duration":1}},{"uid":"95dddc1b5848c773","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95dddc1b5848c773","status":"passed","time":{"start":1728893093686,"stop":1728893093687,"duration":1}},{"uid":"f1cd259e3b1dabca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f1cd259e3b1dabca","status":"passed","time":{"start":1728856055264,"stop":1728856055264,"duration":0}},{"uid":"e24ebf71b3ca4815","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e24ebf71b3ca4815","status":"passed","time":{"start":1728738274741,"stop":1728738274741,"duration":0}},{"uid":"28ea5e5d1378aa3e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28ea5e5d1378aa3e","status":"passed","time":{"start":1728682807951,"stop":1728682807951,"duration":0}},{"uid":"f57c926c6c7da522","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f57c926c6c7da522","status":"passed","time":{"start":1728682381281,"stop":1728682381281,"duration":0}},{"uid":"429275a9b8482753","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/429275a9b8482753","status":"passed","time":{"start":1728676853894,"stop":1728676853894,"duration":0}},{"uid":"920fe943349e3b7d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/920fe943349e3b7d","status":"passed","time":{"start":1728669581685,"stop":1728669581686,"duration":1}},{"uid":"fb796aa3ebd84753","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fb796aa3ebd84753","status":"passed","time":{"start":1728597923471,"stop":1728597923472,"duration":1}},{"uid":"7b6f305b8406f3a0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b6f305b8406f3a0","status":"passed","time":{"start":1728597132259,"stop":1728597132260,"duration":1}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3db79c2b6a4284f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3db79c2b6a4284f3","status":"passed","time":{"start":1729033939924,"stop":1729033939924,"duration":0}},{"uid":"87b46391789d695","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/87b46391789d695","status":"passed","time":{"start":1729031988775,"stop":1729031988776,"duration":1}},{"uid":"3d5ef168baaeb845","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3d5ef168baaeb845","status":"passed","time":{"start":1728901555770,"stop":1728901555771,"duration":1}},{"uid":"a6030bb6a39e14e3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6030bb6a39e14e3","status":"passed","time":{"start":1728892995572,"stop":1728892995573,"duration":1}},{"uid":"7dab382357a126be","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7dab382357a126be","status":"passed","time":{"start":1728855954643,"stop":1728855954643,"duration":0}},{"uid":"4aa6a6da0eafe876","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4aa6a6da0eafe876","status":"passed","time":{"start":1728738169522,"stop":1728738169522,"duration":0}},{"uid":"a631c105071a3661","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a631c105071a3661","status":"passed","time":{"start":1728682707228,"stop":1728682707229,"duration":1}},{"uid":"d9dcb0c0881537b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d9dcb0c0881537b8","status":"passed","time":{"start":1728682285122,"stop":1728682285123,"duration":1}},{"uid":"712ba0bd342f011e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/712ba0bd342f011e","status":"passed","time":{"start":1728676761151,"stop":1728676761151,"duration":0}},{"uid":"2c9da048c8501b4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2c9da048c8501b4d","status":"passed","time":{"start":1728669488937,"stop":1728669488937,"duration":0}},{"uid":"99e5c19d55f29c59","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/99e5c19d55f29c59","status":"passed","time":{"start":1728597819574,"stop":1728597819574,"duration":0}},{"uid":"b54e8acc929956a6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b54e8acc929956a6","status":"passed","time":{"start":1728597041918,"stop":1728597041918,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4d152fdbfb1a42b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4d152fdbfb1a42b3","status":"passed","time":{"start":1729033899737,"stop":1729033899738,"duration":1}},{"uid":"769d8884cceeb6c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/769d8884cceeb6c0","status":"passed","time":{"start":1729031949624,"stop":1729031949625,"duration":1}},{"uid":"bdb95e4008f9238d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bdb95e4008f9238d","status":"passed","time":{"start":1728901494758,"stop":1728901494758,"duration":0}},{"uid":"1d635187632bd1d5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d635187632bd1d5","status":"passed","time":{"start":1728892929643,"stop":1728892929643,"duration":0}},{"uid":"42eaef722651678","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/42eaef722651678","status":"passed","time":{"start":1728855891580,"stop":1728855891580,"duration":0}},{"uid":"b3cdb9a420aa8d47","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3cdb9a420aa8d47","status":"passed","time":{"start":1728738106823,"stop":1728738106823,"duration":0}},{"uid":"de51ed1343185cc2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de51ed1343185cc2","status":"passed","time":{"start":1728682642603,"stop":1728682642603,"duration":0}},{"uid":"ed37e8d974cc7d2e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ed37e8d974cc7d2e","status":"passed","time":{"start":1728682214523,"stop":1728682214524,"duration":1}},{"uid":"de2fdd32909f74a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/de2fdd32909f74a","status":"passed","time":{"start":1728676690541,"stop":1728676690541,"duration":0}},{"uid":"7f2d166ed8c0927d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f2d166ed8c0927d","status":"passed","time":{"start":1728669414116,"stop":1728669414116,"duration":0}},{"uid":"9f1a0fe23b0c65a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9f1a0fe23b0c65a6","status":"passed","time":{"start":1728597753372,"stop":1728597753372,"duration":0}},{"uid":"79732ef364b33b44","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/79732ef364b33b44","status":"passed","time":{"start":1728596970977,"stop":1728596970978,"duration":1}}]},"1422e9ea654fea9b96bd33bada31f929:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67279338ebc599e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/67279338ebc599e0","status":"passed","time":{"start":1728669581696,"stop":1728669581698,"duration":2}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a00c19e4efb06cfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a00c19e4efb06cfe","status":"passed","time":{"start":1729034188118,"stop":1729034188118,"duration":0}},{"uid":"e7a75dbd224598f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e7a75dbd224598f","status":"passed","time":{"start":1729032231865,"stop":1729032231865,"duration":0}},{"uid":"32f6a6fd48de19fe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/32f6a6fd48de19fe","status":"passed","time":{"start":1728901989566,"stop":1728901989567,"duration":1}},{"uid":"f17c3764da0fb7d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f17c3764da0fb7d","status":"passed","time":{"start":1728893424903,"stop":1728893424904,"duration":1}},{"uid":"5057999ad6551bf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5057999ad6551bf","status":"passed","time":{"start":1728856376684,"stop":1728856376684,"duration":0}},{"uid":"38d82525886c447c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38d82525886c447c","status":"passed","time":{"start":1728738593961,"stop":1728738593961,"duration":0}},{"uid":"1878b4fec17320b1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1878b4fec17320b1","status":"passed","time":{"start":1728683135340,"stop":1728683135340,"duration":0}},{"uid":"a01d4dafca03b2ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a01d4dafca03b2ea","status":"passed","time":{"start":1728682692592,"stop":1728682692593,"duration":1}},{"uid":"9f5a845a9a6e76aa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f5a845a9a6e76aa","status":"passed","time":{"start":1728677194229,"stop":1728677194230,"duration":1}},{"uid":"fbeb99b3985b72fd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fbeb99b3985b72fd","status":"passed","time":{"start":1728669874425,"stop":1728669874425,"duration":0}},{"uid":"71b9edaa0607b244","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/71b9edaa0607b244","status":"passed","time":{"start":1728598257463,"stop":1728598257463,"duration":0}},{"uid":"fb4335091a6720c3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fb4335091a6720c3","status":"passed","time":{"start":1728597471298,"stop":1728597471298,"duration":0}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dee2f09078d3a946","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dee2f09078d3a946","status":"passed","time":{"start":1729034137147,"stop":1729034137147,"duration":0}},{"uid":"2525063042840ef0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2525063042840ef0","status":"passed","time":{"start":1729032206880,"stop":1729032206882,"duration":2}},{"uid":"aacfd19899f88337","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aacfd19899f88337","status":"passed","time":{"start":1728901995026,"stop":1728901995026,"duration":0}},{"uid":"5a122e5a593df156","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a122e5a593df156","status":"passed","time":{"start":1728893421003,"stop":1728893421004,"duration":1}},{"uid":"bb810b513606e7f2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bb810b513606e7f2","status":"passed","time":{"start":1728856368602,"stop":1728856368603,"duration":1}},{"uid":"c0df17eab7d42f00","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0df17eab7d42f00","status":"passed","time":{"start":1728738604687,"stop":1728738604688,"duration":1}},{"uid":"4f558209e926d3a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4f558209e926d3a","status":"passed","time":{"start":1728683117643,"stop":1728683117644,"duration":1}},{"uid":"c4b16518f0c1d903","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c4b16518f0c1d903","status":"passed","time":{"start":1728682721323,"stop":1728682721323,"duration":0}},{"uid":"e928207eb2418538","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e928207eb2418538","status":"passed","time":{"start":1728677184689,"stop":1728677184690,"duration":1}},{"uid":"39bdccdf22edd605","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39bdccdf22edd605","status":"passed","time":{"start":1728669866468,"stop":1728669866468,"duration":0}},{"uid":"b63be83fae0849e4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b63be83fae0849e4","status":"passed","time":{"start":1728598250002,"stop":1728598250003,"duration":1}},{"uid":"f78fe69d1cfcab9a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f78fe69d1cfcab9a","status":"passed","time":{"start":1728597472306,"stop":1728597472306,"duration":0}}]},"7e679be40ec05b6de5ba7af64df9464d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cdf5071a31aa509","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5cdf5071a31aa509","status":"passed","time":{"start":1728856333678,"stop":1728856333679,"duration":1}}]},"a47df7d6929c3a1334300231dd1c7e06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c7060fc4823d714","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2c7060fc4823d714","status":"passed","time":{"start":1728669841254,"stop":1728669841254,"duration":0}}]},"270b35f41193f39f330b1e8da7fcef5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"257160dc1dd15e75","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/257160dc1dd15e75","status":"passed","time":{"start":1728682581090,"stop":1728682581096,"duration":6}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"786d11b40ce6151a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/786d11b40ce6151a","status":"passed","time":{"start":1729034014871,"stop":1729034014873,"duration":2}},{"uid":"99756601534ced03","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/99756601534ced03","status":"passed","time":{"start":1729032065452,"stop":1729032065452,"duration":0}},{"uid":"ef294fcebb5d3de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ef294fcebb5d3de","status":"passed","time":{"start":1728901664265,"stop":1728901664266,"duration":1}},{"uid":"feef35c412a552d9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/feef35c412a552d9","status":"passed","time":{"start":1728893093690,"stop":1728893093691,"duration":1}},{"uid":"445abc1d5478c7e3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/445abc1d5478c7e3","status":"passed","time":{"start":1728856055271,"stop":1728856055272,"duration":1}},{"uid":"1a18855f38c0d510","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a18855f38c0d510","status":"passed","time":{"start":1728738274743,"stop":1728738274743,"duration":0}},{"uid":"e963e00a9062274a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e963e00a9062274a","status":"passed","time":{"start":1728682807956,"stop":1728682807956,"duration":0}},{"uid":"7379f538af909a1a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7379f538af909a1a","status":"passed","time":{"start":1728682381284,"stop":1728682381284,"duration":0}},{"uid":"c5edfc31fc72be8c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c5edfc31fc72be8c","status":"passed","time":{"start":1728676853897,"stop":1728676853897,"duration":0}},{"uid":"2362dad69b8b8071","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2362dad69b8b8071","status":"passed","time":{"start":1728669581694,"stop":1728669581694,"duration":0}},{"uid":"90095e35815ba1e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90095e35815ba1e","status":"passed","time":{"start":1728597923481,"stop":1728597923481,"duration":0}},{"uid":"b8306bf0bbdff1e1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b8306bf0bbdff1e1","status":"passed","time":{"start":1728597132262,"stop":1728597132263,"duration":1}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6d2a534378b4282","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6d2a534378b4282","status":"passed","time":{"start":1729033899384,"stop":1729033899385,"duration":1}},{"uid":"2793490d58ff36cb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2793490d58ff36cb","status":"passed","time":{"start":1729031949754,"stop":1729031949754,"duration":0}},{"uid":"42bbd751030a736b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/42bbd751030a736b","status":"passed","time":{"start":1728901497250,"stop":1728901497251,"duration":1}},{"uid":"492f6b1253723eab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/492f6b1253723eab","status":"passed","time":{"start":1728892931615,"stop":1728892931616,"duration":1}},{"uid":"874078d56d3bdf29","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/874078d56d3bdf29","status":"passed","time":{"start":1728855891086,"stop":1728855891086,"duration":0}},{"uid":"dc7b7dbdb585126f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dc7b7dbdb585126f","status":"passed","time":{"start":1728738108306,"stop":1728738108306,"duration":0}},{"uid":"6c3343e968cc7eb8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6c3343e968cc7eb8","status":"passed","time":{"start":1728682642732,"stop":1728682642732,"duration":0}},{"uid":"1351df3e639a2f52","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1351df3e639a2f52","status":"passed","time":{"start":1728682214718,"stop":1728682214719,"duration":1}},{"uid":"b9f2f5910432851e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b9f2f5910432851e","status":"passed","time":{"start":1728676692179,"stop":1728676692179,"duration":0}},{"uid":"47b59ed6abcc140d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/47b59ed6abcc140d","status":"passed","time":{"start":1728669416673,"stop":1728669416673,"duration":0}},{"uid":"6b4950c90b42425e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b4950c90b42425e","status":"passed","time":{"start":1728597754025,"stop":1728597754025,"duration":0}},{"uid":"9732a36e98553b07","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9732a36e98553b07","status":"passed","time":{"start":1728596972641,"stop":1728596972642,"duration":1}}]},"d94f120aa6a81628dcd8d939e8a23089:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b990ac8e9e4f89d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5b990ac8e9e4f89d","status":"passed","time":{"start":1728677156809,"stop":1728677156809,"duration":0}}]},"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ac9b5e339c018b1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac9b5e339c018b1","status":"passed","time":{"start":1729033834390,"stop":1729033834390,"duration":0}},{"uid":"12500141db4f3970","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/12500141db4f3970","status":"passed","time":{"start":1729031884124,"stop":1729031884124,"duration":0}},{"uid":"56c5ddb1766d1dfa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56c5ddb1766d1dfa","status":"passed","time":{"start":1728901430257,"stop":1728901430257,"duration":0}},{"uid":"5bf2b71477fb1297","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5bf2b71477fb1297","status":"passed","time":{"start":1728892860536,"stop":1728892860536,"duration":0}},{"uid":"ce64ed8b8da546a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce64ed8b8da546a","status":"passed","time":{"start":1728855823325,"stop":1728855823326,"duration":1}},{"uid":"7f4b03f0251b33b2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7f4b03f0251b33b2","status":"passed","time":{"start":1728738040606,"stop":1728738040606,"duration":0}},{"uid":"3df159f8b60b3cd9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3df159f8b60b3cd9","status":"passed","time":{"start":1728682574096,"stop":1728682574097,"duration":1}},{"uid":"51a2d34c1d5df1ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/51a2d34c1d5df1ae","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"5355cd87832271f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5355cd87832271f7","status":"passed","time":{"start":1728676621436,"stop":1728676621436,"duration":0}},{"uid":"b6f16ef1942684d5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b6f16ef1942684d5","status":"passed","time":{"start":1728669344471,"stop":1728669344471,"duration":0}},{"uid":"440f6049a2ead0ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/440f6049a2ead0ac","status":"passed","time":{"start":1728597685165,"stop":1728597685165,"duration":0}},{"uid":"efe80777a4ca0199","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/efe80777a4ca0199","status":"passed","time":{"start":1728596904473,"stop":1728596904473,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"667494933ce3bd1d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/667494933ce3bd1d","status":"passed","time":{"start":1729034129475,"stop":1729034129475,"duration":0}},{"uid":"bb77f9d2905d8deb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb77f9d2905d8deb","status":"passed","time":{"start":1729032178368,"stop":1729032178369,"duration":1}},{"uid":"59d6a99a2397709d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59d6a99a2397709d","status":"passed","time":{"start":1728901896348,"stop":1728901896348,"duration":0}},{"uid":"3a0bf6cebaece612","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3a0bf6cebaece612","status":"passed","time":{"start":1728893329026,"stop":1728893329026,"duration":0}},{"uid":"21c2cf72fa853c2d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/21c2cf72fa853c2d","status":"passed","time":{"start":1728856284765,"stop":1728856284765,"duration":0}},{"uid":"888565ab35550dd9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/888565ab35550dd9","status":"passed","time":{"start":1728738494941,"stop":1728738494942,"duration":1}},{"uid":"b119250d542ccceb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b119250d542ccceb","status":"passed","time":{"start":1728683033632,"stop":1728683033633,"duration":1}},{"uid":"529a47bd827e189e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/529a47bd827e189e","status":"passed","time":{"start":1728682601737,"stop":1728682601737,"duration":0}},{"uid":"38813ae298137104","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38813ae298137104","status":"passed","time":{"start":1728677107962,"stop":1728677107962,"duration":0}},{"uid":"3a4d20663020aa1e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3a4d20663020aa1e","status":"passed","time":{"start":1728669764752,"stop":1728669764752,"duration":0}},{"uid":"c658be89f5ed1fba","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c658be89f5ed1fba","status":"passed","time":{"start":1728598157563,"stop":1728598157563,"duration":0}},{"uid":"370b5887fbb565d3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/370b5887fbb565d3","status":"passed","time":{"start":1728597369074,"stop":1728597369074,"duration":0}}]},"67164a2decf24d85bb1cf5cf34f6dfa0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f25863475b066b8c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f25863475b066b8c","status":"passed","time":{"start":1728893395081,"stop":1728893395081,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b5b14d188c85eb07","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b5b14d188c85eb07","status":"passed","time":{"start":1729033842347,"stop":1729033842347,"duration":0}},{"uid":"a06424c5ac32ffdc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a06424c5ac32ffdc","status":"passed","time":{"start":1729031892046,"stop":1729031892047,"duration":1}},{"uid":"ebce218061788ea2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ebce218061788ea2","status":"passed","time":{"start":1728901438029,"stop":1728901438029,"duration":0}},{"uid":"d227e33af0413d5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d227e33af0413d5","status":"passed","time":{"start":1728892868232,"stop":1728892868233,"duration":1}},{"uid":"ed1c6b57b0deec0e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed1c6b57b0deec0e","status":"passed","time":{"start":1728855831079,"stop":1728855831080,"duration":1}},{"uid":"50ba10b65bf5b06e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/50ba10b65bf5b06e","status":"passed","time":{"start":1728738048442,"stop":1728738048442,"duration":0}},{"uid":"1cee109407a0ddf3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1cee109407a0ddf3","status":"passed","time":{"start":1728682581843,"stop":1728682581845,"duration":2}},{"uid":"d7ca026331a9095b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d7ca026331a9095b","status":"passed","time":{"start":1728682154707,"stop":1728682154708,"duration":1}},{"uid":"21d2f11094408f35","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/21d2f11094408f35","status":"passed","time":{"start":1728676629296,"stop":1728676629301,"duration":5}},{"uid":"f4e6d40bb219f76c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4e6d40bb219f76c","status":"passed","time":{"start":1728669352210,"stop":1728669352211,"duration":1}},{"uid":"6502fae7269a286e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6502fae7269a286e","status":"passed","time":{"start":1728597693016,"stop":1728597693018,"duration":2}},{"uid":"d75573d89fc8c91a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d75573d89fc8c91a","status":"passed","time":{"start":1728596912518,"stop":1728596912533,"duration":15}}]},"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9d29cb1f4c264b6d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9d29cb1f4c264b6d","status":"passed","time":{"start":1729033834386,"stop":1729033834386,"duration":0}},{"uid":"5fa0e94b67a2b4fc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fa0e94b67a2b4fc","status":"passed","time":{"start":1729031884119,"stop":1729031884119,"duration":0}},{"uid":"6f8f20aa9c98cad0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f8f20aa9c98cad0","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"894f99cb7b5bee2e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/894f99cb7b5bee2e","status":"passed","time":{"start":1728892860532,"stop":1728892860532,"duration":0}},{"uid":"a331a4b09c2cde35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a331a4b09c2cde35","status":"passed","time":{"start":1728855823322,"stop":1728855823322,"duration":0}},{"uid":"20a3c2c3e202e061","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20a3c2c3e202e061","status":"passed","time":{"start":1728738040602,"stop":1728738040602,"duration":0}},{"uid":"c563cc6c06d2fb25","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c563cc6c06d2fb25","status":"passed","time":{"start":1728682574093,"stop":1728682574093,"duration":0}},{"uid":"6dadc4fa3635f6dc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6dadc4fa3635f6dc","status":"passed","time":{"start":1728682146817,"stop":1728682146818,"duration":1}},{"uid":"5f27f0a3a90a4c1d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5f27f0a3a90a4c1d","status":"passed","time":{"start":1728676621432,"stop":1728676621432,"duration":0}},{"uid":"258ae197bd001735","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/258ae197bd001735","status":"passed","time":{"start":1728669344467,"stop":1728669344468,"duration":1}},{"uid":"e3bc6c90b673d27e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3bc6c90b673d27e","status":"passed","time":{"start":1728597685161,"stop":1728597685161,"duration":0}},{"uid":"708a3a08159fe214","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/708a3a08159fe214","status":"passed","time":{"start":1728596904468,"stop":1728596904468,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7a7db5d2bd2c0ae8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a7db5d2bd2c0ae8","status":"passed","time":{"start":1729034188117,"stop":1729034188118,"duration":1}},{"uid":"1c09f4cb838eb33f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1c09f4cb838eb33f","status":"passed","time":{"start":1729032231864,"stop":1729032231864,"duration":0}},{"uid":"b8ee623e31992022","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8ee623e31992022","status":"passed","time":{"start":1728901989565,"stop":1728901989566,"duration":1}},{"uid":"66a8870fc68eec80","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/66a8870fc68eec80","status":"passed","time":{"start":1728893424901,"stop":1728893424902,"duration":1}},{"uid":"a4fac94f10b602cf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4fac94f10b602cf","status":"passed","time":{"start":1728856376683,"stop":1728856376684,"duration":1}},{"uid":"d722b9e000cd62b4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d722b9e000cd62b4","status":"passed","time":{"start":1728738593960,"stop":1728738593960,"duration":0}},{"uid":"f49e83e4cfc773cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f49e83e4cfc773cd","status":"passed","time":{"start":1728683135338,"stop":1728683135339,"duration":1}},{"uid":"dce7e8ec3334203a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dce7e8ec3334203a","status":"passed","time":{"start":1728682692590,"stop":1728682692591,"duration":1}},{"uid":"1e6b9b8e4a9c07aa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1e6b9b8e4a9c07aa","status":"passed","time":{"start":1728677194229,"stop":1728677194229,"duration":0}},{"uid":"3da58550c8903713","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3da58550c8903713","status":"passed","time":{"start":1728669874424,"stop":1728669874424,"duration":0}},{"uid":"81208e1d8f91249a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/81208e1d8f91249a","status":"passed","time":{"start":1728598257462,"stop":1728598257462,"duration":0}},{"uid":"af14123820ada785","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/af14123820ada785","status":"passed","time":{"start":1728597471284,"stop":1728597471297,"duration":13}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"8510fb124606d97e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8510fb124606d97e","status":"passed","time":{"start":1729034041490,"stop":1729034041491,"duration":1}},{"uid":"a3345c9720d27dda","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3345c9720d27dda","status":"passed","time":{"start":1728901705407,"stop":1728901705408,"duration":1}},{"uid":"585fad77d2274cad","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/585fad77d2274cad","status":"passed","time":{"start":1728893141779,"stop":1728893141779,"duration":0}},{"uid":"72daafc3415f3de9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/72daafc3415f3de9","status":"passed","time":{"start":1728856087085,"stop":1728856087086,"duration":1}},{"uid":"d9b04b11926d33bf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d9b04b11926d33bf","status":"passed","time":{"start":1728738321438,"stop":1728738321438,"duration":0}},{"uid":"13fc621ec00beccb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/13fc621ec00beccb","status":"passed","time":{"start":1728682845677,"stop":1728682845678,"duration":1}},{"uid":"146c9e577b2580ef","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/146c9e577b2580ef","status":"passed","time":{"start":1728682424312,"stop":1728682424313,"duration":1}},{"uid":"e301a224269eaecf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e301a224269eaecf","status":"passed","time":{"start":1728676900542,"stop":1728676900542,"duration":0}},{"uid":"c04dfb3c09f49857","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c04dfb3c09f49857","status":"passed","time":{"start":1728669625802,"stop":1728669625803,"duration":1}},{"uid":"8a9f45cc15b5b19e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a9f45cc15b5b19e","status":"passed","time":{"start":1728597957173,"stop":1728597957174,"duration":1}},{"uid":"f8f5a2dc438df315","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f8f5a2dc438df315","status":"passed","time":{"start":1728597182620,"stop":1728597182621,"duration":1}}]},"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1e768977ff794b7f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1e768977ff794b7f","status":"passed","time":{"start":1729033834366,"stop":1729033834366,"duration":0}},{"uid":"d863b8683092b74a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d863b8683092b74a","status":"passed","time":{"start":1729031884095,"stop":1729031884101,"duration":6}},{"uid":"2cc8d83d87532b5c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2cc8d83d87532b5c","status":"passed","time":{"start":1728901430245,"stop":1728901430245,"duration":0}},{"uid":"664256261291fc30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/664256261291fc30","status":"passed","time":{"start":1728892860520,"stop":1728892860520,"duration":0}},{"uid":"c27affa5d60b2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c27affa5d60b2","status":"passed","time":{"start":1728855823310,"stop":1728855823311,"duration":1}},{"uid":"86c1e81a154b1f9a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/86c1e81a154b1f9a","status":"passed","time":{"start":1728738040573,"stop":1728738040579,"duration":6}},{"uid":"294271c77d0bdfc6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/294271c77d0bdfc6","status":"passed","time":{"start":1728682574072,"stop":1728682574072,"duration":0}},{"uid":"90acc13a89e76415","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/90acc13a89e76415","status":"passed","time":{"start":1728682146800,"stop":1728682146800,"duration":0}},{"uid":"567f1653f7666fcb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/567f1653f7666fcb","status":"passed","time":{"start":1728676621418,"stop":1728676621418,"duration":0}},{"uid":"ec51a0b5b5fe3466","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ec51a0b5b5fe3466","status":"passed","time":{"start":1728669344456,"stop":1728669344457,"duration":1}},{"uid":"129fea95b2e268a1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/129fea95b2e268a1","status":"passed","time":{"start":1728597685141,"stop":1728597685149,"duration":8}},{"uid":"7a00b9d649b27ccb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7a00b9d649b27ccb","status":"passed","time":{"start":1728596904449,"stop":1728596904449,"duration":0}}]},"8e6b8ab58559dcc084e4e6c42048986d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c37385816efabfc3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c37385816efabfc3","status":"passed","time":{"start":1728683045449,"stop":1728683045449,"duration":0}}]},"dc8777d27a8fb3c6edab5471144037da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25b32845fe5a7065","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25b32845fe5a7065","status":"passed","time":{"start":1728669764760,"stop":1728669764760,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b014f9caf7bb771c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b014f9caf7bb771c","status":"passed","time":{"start":1729034209105,"stop":1729034209105,"duration":0}},{"uid":"7e989ba4bf0f483e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e989ba4bf0f483e","status":"passed","time":{"start":1729032264573,"stop":1729032264574,"duration":1}},{"uid":"daf99ca75dcb823d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/daf99ca75dcb823d","status":"passed","time":{"start":1728902012866,"stop":1728902012866,"duration":0}},{"uid":"4475ff0fe98f12c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4475ff0fe98f12c4","status":"passed","time":{"start":1728893454816,"stop":1728893454816,"duration":0}},{"uid":"5541e1e735ff9127","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5541e1e735ff9127","status":"passed","time":{"start":1728856408459,"stop":1728856408460,"duration":1}},{"uid":"11144c4e3664b86b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11144c4e3664b86b","status":"passed","time":{"start":1728738633860,"stop":1728738633860,"duration":0}},{"uid":"9bcbe968eff11abe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9bcbe968eff11abe","status":"passed","time":{"start":1728683159791,"stop":1728683159792,"duration":1}},{"uid":"e21606cc39e3f9bc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e21606cc39e3f9bc","status":"passed","time":{"start":1728682751336,"stop":1728682751336,"duration":0}},{"uid":"df67ecc0b6f6432","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/df67ecc0b6f6432","status":"passed","time":{"start":1728677216366,"stop":1728677216367,"duration":1}},{"uid":"a0459f1467b2f239","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a0459f1467b2f239","status":"passed","time":{"start":1728669925458,"stop":1728669925458,"duration":0}},{"uid":"1c2c0bb52f3795b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1c2c0bb52f3795b2","status":"passed","time":{"start":1728598268812,"stop":1728598268812,"duration":0}},{"uid":"4827e8c84611af0e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4827e8c84611af0e","status":"passed","time":{"start":1728597503936,"stop":1728597503937,"duration":1}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6b369ae159a9ff82","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6b369ae159a9ff82","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0}},{"uid":"8a0bb90877e6ced9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a0bb90877e6ced9","status":"passed","time":{"start":1729031892682,"stop":1729031892683,"duration":1}},{"uid":"6971f060a3320270","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6971f060a3320270","status":"passed","time":{"start":1728901438813,"stop":1728901438814,"duration":1}},{"uid":"6ad194a43d801c78","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6ad194a43d801c78","status":"passed","time":{"start":1728892869006,"stop":1728892869007,"duration":1}},{"uid":"5215062e6739934e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5215062e6739934e","status":"passed","time":{"start":1728855831898,"stop":1728855831898,"duration":0}},{"uid":"85dee673f7a1e99b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85dee673f7a1e99b","status":"passed","time":{"start":1728738049046,"stop":1728738049046,"duration":0}},{"uid":"9ac2fabceb858dcf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9ac2fabceb858dcf","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"4e0de11d42fcd6f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4e0de11d42fcd6f9","status":"passed","time":{"start":1728682155413,"stop":1728682155413,"duration":0}},{"uid":"6ecd728352c9a9ef","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6ecd728352c9a9ef","status":"passed","time":{"start":1728676629980,"stop":1728676629980,"duration":0}},{"uid":"4a96de22bcced3af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4a96de22bcced3af","status":"passed","time":{"start":1728669353107,"stop":1728669353107,"duration":0}},{"uid":"ec85b4f72f360119","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec85b4f72f360119","status":"passed","time":{"start":1728597693853,"stop":1728597693853,"duration":0}},{"uid":"e788129380ff5ace","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e788129380ff5ace","status":"passed","time":{"start":1728596913097,"stop":1728596913097,"duration":0}}]},"3253908ddb16e639a5e31ba18dbeac35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42eeb3087310d2e5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42eeb3087310d2e5","status":"passed","time":{"start":1728683110370,"stop":1728683110370,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c4f96019e75821d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4f96019e75821d7","status":"passed","time":{"start":1729033976793,"stop":1729033976793,"duration":0}},{"uid":"58096ccdb9fe85c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/58096ccdb9fe85c","status":"passed","time":{"start":1729032020516,"stop":1729032020517,"duration":1}},{"uid":"6560fac997d1c247","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6560fac997d1c247","status":"passed","time":{"start":1728901616428,"stop":1728901616428,"duration":0}},{"uid":"5318dbfbe288aa3b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5318dbfbe288aa3b","status":"passed","time":{"start":1728893050243,"stop":1728893050244,"duration":1}},{"uid":"c5bef8186c283047","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c5bef8186c283047","status":"passed","time":{"start":1728856015170,"stop":1728856015170,"duration":0}},{"uid":"ef4eee8e79a029f7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ef4eee8e79a029f7","status":"passed","time":{"start":1728738233135,"stop":1728738233135,"duration":0}},{"uid":"535732b9e0a5981c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/535732b9e0a5981c","status":"passed","time":{"start":1728682762469,"stop":1728682762469,"duration":0}},{"uid":"3ac019c394e26df1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3ac019c394e26df1","status":"passed","time":{"start":1728682332784,"stop":1728682332785,"duration":1}},{"uid":"6f3f43a1d3b42f55","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6f3f43a1d3b42f55","status":"passed","time":{"start":1728676810290,"stop":1728676810290,"duration":0}},{"uid":"38631f78ad1d24f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/38631f78ad1d24f0","status":"passed","time":{"start":1728669529892,"stop":1728669529892,"duration":0}},{"uid":"1769e368e0aa919b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1769e368e0aa919b","status":"passed","time":{"start":1728597873532,"stop":1728597873533,"duration":1}},{"uid":"62bf5ea404e7cd39","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/62bf5ea404e7cd39","status":"passed","time":{"start":1728597089272,"stop":1728597089272,"duration":0}}]},"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":11,"unknown":0,"total":12},"items":[{"uid":"db62a1d37b685b06","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db62a1d37b685b06","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977226,"stop":1729033977226,"duration":0}},{"uid":"5a74e294741f5a40","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a74e294741f5a40","status":"passed","time":{"start":1729032053270,"stop":1729032053271,"duration":1}},{"uid":"2aa91987bbda7e26","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2aa91987bbda7e26","status":"passed","time":{"start":1728901711767,"stop":1728901711767,"duration":0}},{"uid":"b7c600460c5d2df2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b7c600460c5d2df2","status":"passed","time":{"start":1728893141898,"stop":1728893141899,"duration":1}},{"uid":"891740de8cb9edcd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/891740de8cb9edcd","status":"passed","time":{"start":1728856103201,"stop":1728856103201,"duration":0}},{"uid":"2ea51a745bdf11bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2ea51a745bdf11bd","status":"passed","time":{"start":1728738321620,"stop":1728738321621,"duration":1}},{"uid":"225756b89e9d9199","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/225756b89e9d9199","status":"passed","time":{"start":1728682857566,"stop":1728682857569,"duration":3}},{"uid":"2bf91b876e2848b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2bf91b876e2848b2","status":"passed","time":{"start":1728682428804,"stop":1728682428804,"duration":0}},{"uid":"f204f73646ab49af","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f204f73646ab49af","status":"passed","time":{"start":1728676901169,"stop":1728676901170,"duration":1}},{"uid":"1be410ce716af339","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1be410ce716af339","status":"passed","time":{"start":1728669573865,"stop":1728669573865,"duration":0}},{"uid":"4550c96c050884c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4550c96c050884c1","status":"passed","time":{"start":1728597972337,"stop":1728597972337,"duration":0}},{"uid":"8d63de5fc27936c8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d63de5fc27936c8","status":"passed","time":{"start":1728597175619,"stop":1728597175620,"duration":1}}]},"4cd191db2fc536e1a8b3c23a7e26cd95:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcd0bf4f43678bac","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bcd0bf4f43678bac","status":"passed","time":{"start":1728669777129,"stop":1728669777130,"duration":1}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"209a13cc26091ad","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/209a13cc26091ad","status":"passed","time":{"start":1729034169435,"stop":1729034169436,"duration":1}},{"uid":"fa10445ca57996f2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fa10445ca57996f2","status":"passed","time":{"start":1729032228808,"stop":1729032228808,"duration":0}},{"uid":"74042d13a35ba6aa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/74042d13a35ba6aa","status":"passed","time":{"start":1728901950540,"stop":1728901950541,"duration":1}},{"uid":"7c56d5505800fee7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7c56d5505800fee7","status":"passed","time":{"start":1728893389983,"stop":1728893389984,"duration":1}},{"uid":"5bbb50d59814bc9c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5bbb50d59814bc9c","status":"passed","time":{"start":1728856333646,"stop":1728856333649,"duration":3}},{"uid":"eb767e3af0da744b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eb767e3af0da744b","status":"passed","time":{"start":1728738555092,"stop":1728738555092,"duration":0}},{"uid":"2bf6226ad8ff1983","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2bf6226ad8ff1983","status":"passed","time":{"start":1728683093168,"stop":1728683093168,"duration":0}},{"uid":"aeaabd571e1220e5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aeaabd571e1220e5","status":"passed","time":{"start":1728682652690,"stop":1728682652691,"duration":1}},{"uid":"d8fe320698b55a7a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d8fe320698b55a7a","status":"passed","time":{"start":1728677156808,"stop":1728677156808,"duration":0}},{"uid":"7ad0c9880d36b74a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ad0c9880d36b74a","status":"passed","time":{"start":1728669834420,"stop":1728669834421,"duration":1}},{"uid":"fabe5baf9f99b952","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fabe5baf9f99b952","status":"passed","time":{"start":1728598212609,"stop":1728598212609,"duration":0}},{"uid":"302439d3643ecb79","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/302439d3643ecb79","status":"passed","time":{"start":1728597423322,"stop":1728597423323,"duration":1}}]},"326ec1f8f1a49d618690d94cb419dcc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e9ef5c5cfbab9f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4e9ef5c5cfbab9f","status":"passed","time":{"start":1728738567472,"stop":1728738567472,"duration":0}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2de499adbd44abfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2de499adbd44abfe","status":"passed","time":{"start":1729034144763,"stop":1729034144763,"duration":0}},{"uid":"73bea5f40dce1f65","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73bea5f40dce1f65","status":"passed","time":{"start":1729032198814,"stop":1729032198814,"duration":0}},{"uid":"4a36f85f3fa6655","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4a36f85f3fa6655","status":"passed","time":{"start":1728901901760,"stop":1728901901760,"duration":0}},{"uid":"ae269fb2b83ab7d4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ae269fb2b83ab7d4","status":"passed","time":{"start":1728893337240,"stop":1728893337240,"duration":0}},{"uid":"8dc907cd2f2bb48f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8dc907cd2f2bb48f","status":"passed","time":{"start":1728856299187,"stop":1728856299187,"duration":0}},{"uid":"bf0abf66ee9cc895","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf0abf66ee9cc895","status":"passed","time":{"start":1728738505373,"stop":1728738505373,"duration":0}},{"uid":"be9a4e05730597e0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be9a4e05730597e0","status":"passed","time":{"start":1728683045446,"stop":1728683045446,"duration":0}},{"uid":"add4eb9f234d4132","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/add4eb9f234d4132","status":"passed","time":{"start":1728682607286,"stop":1728682607286,"duration":0}},{"uid":"71908369776a824b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/71908369776a824b","status":"passed","time":{"start":1728677103492,"stop":1728677103492,"duration":0}},{"uid":"f5bf9c6079eec3a0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5bf9c6079eec3a0","status":"passed","time":{"start":1728669777114,"stop":1728669777114,"duration":0}},{"uid":"c00a4acb09cf242d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c00a4acb09cf242d","status":"passed","time":{"start":1728598163464,"stop":1728598163464,"duration":0}},{"uid":"5ee226a99e018f1a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5ee226a99e018f1a","status":"passed","time":{"start":1728597375463,"stop":1728597375464,"duration":1}}]},"caca1daefc6c7348223e084c64a762a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdc783ff9b9b99e3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fdc783ff9b9b99e3","status":"passed","time":{"start":1728683045449,"stop":1728683045450,"duration":1}}]},"71a8341f17319b66f40d944ca8277884:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e97eadaa2ea55e5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e97eadaa2ea55e5","status":"passed","time":{"start":1728598250014,"stop":1728598250014,"duration":0}}]},"aca8b400e36e7f330e53ef7a42affd3b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35df625173a3d2be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/35df625173a3d2be","status":"passed","time":{"start":1728669777123,"stop":1728669777125,"duration":2}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"abe1a48d099cd5c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/abe1a48d099cd5c2","status":"passed","time":{"start":1729034209104,"stop":1729034209105,"duration":1}},{"uid":"bb1a9f08486ffca0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb1a9f08486ffca0","status":"passed","time":{"start":1729032264573,"stop":1729032264573,"duration":0}},{"uid":"da4741a64749af07","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da4741a64749af07","status":"passed","time":{"start":1728902012864,"stop":1728902012865,"duration":1}},{"uid":"eb2b25c270ff5d96","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/eb2b25c270ff5d96","status":"passed","time":{"start":1728893454815,"stop":1728893454815,"duration":0}},{"uid":"bc3af29b92f59700","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bc3af29b92f59700","status":"passed","time":{"start":1728856408458,"stop":1728856408458,"duration":0}},{"uid":"757b4ec988547580","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/757b4ec988547580","status":"passed","time":{"start":1728738633858,"stop":1728738633859,"duration":1}},{"uid":"e9119f41e154fa1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e9119f41e154fa1","status":"passed","time":{"start":1728683159790,"stop":1728683159790,"duration":0}},{"uid":"59040239f23bc941","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59040239f23bc941","status":"passed","time":{"start":1728682751335,"stop":1728682751335,"duration":0}},{"uid":"e1aac65b8f34577","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e1aac65b8f34577","status":"passed","time":{"start":1728677216365,"stop":1728677216365,"duration":0}},{"uid":"30122b982b133a80","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/30122b982b133a80","status":"passed","time":{"start":1728669925457,"stop":1728669925457,"duration":0}},{"uid":"25c9e0744ce08d0b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/25c9e0744ce08d0b","status":"passed","time":{"start":1728598268811,"stop":1728598268812,"duration":1}},{"uid":"a60527dc22604685","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a60527dc22604685","status":"passed","time":{"start":1728597503934,"stop":1728597503935,"duration":1}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fc9f41930c02a26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fc9f41930c02a26","status":"passed","time":{"start":1729033858270,"stop":1729033858270,"duration":0}},{"uid":"8353b41d3ae56201","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8353b41d3ae56201","status":"passed","time":{"start":1729031908176,"stop":1729031908176,"duration":0}},{"uid":"3074bab1e3ec59c8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3074bab1e3ec59c8","status":"passed","time":{"start":1728901453933,"stop":1728901453933,"duration":0}},{"uid":"2453892ac8a8bb45","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2453892ac8a8bb45","status":"passed","time":{"start":1728892884409,"stop":1728892884409,"duration":0}},{"uid":"80fc4937eec8a256","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/80fc4937eec8a256","status":"passed","time":{"start":1728855846878,"stop":1728855846878,"duration":0}},{"uid":"8dbe114c85178dfe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8dbe114c85178dfe","status":"passed","time":{"start":1728738064182,"stop":1728738064182,"duration":0}},{"uid":"4f878c5111cbdba7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4f878c5111cbdba7","status":"passed","time":{"start":1728682597760,"stop":1728682597760,"duration":0}},{"uid":"40e8c8afa54d29e9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/40e8c8afa54d29e9","status":"passed","time":{"start":1728682170539,"stop":1728682170540,"duration":1}},{"uid":"fc4c20f60a779d6e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fc4c20f60a779d6e","status":"passed","time":{"start":1728676645199,"stop":1728676645199,"duration":0}},{"uid":"7726e10c00c2c566","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7726e10c00c2c566","status":"passed","time":{"start":1728669368194,"stop":1728669368194,"duration":0}},{"uid":"f5c8effbbb28cd24","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5c8effbbb28cd24","status":"passed","time":{"start":1728597709010,"stop":1728597709010,"duration":0}},{"uid":"2a5f53931f8a19ed","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2a5f53931f8a19ed","status":"passed","time":{"start":1728596928105,"stop":1728596928106,"duration":1}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1158cb6250839e55","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1158cb6250839e55","status":"passed","time":{"start":1729034147767,"stop":1729034147768,"duration":1}},{"uid":"cce3ca26fd711c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cce3ca26fd711c0","status":"passed","time":{"start":1729032204825,"stop":1729032204825,"duration":0}},{"uid":"25f58aee1f60d512","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25f58aee1f60d512","status":"passed","time":{"start":1728901907652,"stop":1728901907652,"duration":0}},{"uid":"86d1e2cd25303a48","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/86d1e2cd25303a48","status":"passed","time":{"start":1728893341886,"stop":1728893341886,"duration":0}},{"uid":"43d263260ee97bb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/43d263260ee97bb","status":"passed","time":{"start":1728856299351,"stop":1728856299352,"duration":1}},{"uid":"488929d75afe6195","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/488929d75afe6195","status":"passed","time":{"start":1728738511612,"stop":1728738511612,"duration":0}},{"uid":"22d0b96edebf85a5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/22d0b96edebf85a5","status":"passed","time":{"start":1728683052908,"stop":1728683052908,"duration":0}},{"uid":"caeceedd38396ece","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/caeceedd38396ece","status":"passed","time":{"start":1728682612907,"stop":1728682612907,"duration":0}},{"uid":"b814e51abd924b0b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b814e51abd924b0b","status":"passed","time":{"start":1728677115743,"stop":1728677115743,"duration":0}},{"uid":"2bbb70d5188e1105","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2bbb70d5188e1105","status":"passed","time":{"start":1728669778171,"stop":1728669778171,"duration":0}},{"uid":"277e6c9232436091","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/277e6c9232436091","status":"passed","time":{"start":1728598175428,"stop":1728598175428,"duration":0}},{"uid":"d65be8541c8f3085","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d65be8541c8f3085","status":"passed","time":{"start":1728597380057,"stop":1728597380058,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8c42e7f1fbe406b6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8c42e7f1fbe406b6","status":"passed","time":{"start":1729034137156,"stop":1729034137156,"duration":0}},{"uid":"d2a4c8d204e3b3d8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2a4c8d204e3b3d8","status":"passed","time":{"start":1729032206888,"stop":1729032206888,"duration":0}},{"uid":"ad530c79b18558e9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ad530c79b18558e9","status":"passed","time":{"start":1728901995035,"stop":1728901995035,"duration":0}},{"uid":"d24a270fde5d2a6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d24a270fde5d2a6f","status":"passed","time":{"start":1728893421009,"stop":1728893421009,"duration":0}},{"uid":"6c6ac825a3be21dd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c6ac825a3be21dd","status":"passed","time":{"start":1728856368610,"stop":1728856368610,"duration":0}},{"uid":"ff50a99925946101","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff50a99925946101","status":"passed","time":{"start":1728738604692,"stop":1728738604692,"duration":0}},{"uid":"d518a9e3c737c5b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d518a9e3c737c5b","status":"passed","time":{"start":1728683117675,"stop":1728683117675,"duration":0}},{"uid":"e498e414e661c360","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e498e414e661c360","status":"passed","time":{"start":1728682721326,"stop":1728682721327,"duration":1}},{"uid":"9f2f5809cb8be571","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f2f5809cb8be571","status":"passed","time":{"start":1728677184694,"stop":1728677184694,"duration":0}},{"uid":"515a8856772a9a6d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/515a8856772a9a6d","status":"passed","time":{"start":1728669866477,"stop":1728669866478,"duration":1}},{"uid":"a8884ae30a52e402","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8884ae30a52e402","status":"passed","time":{"start":1728598250013,"stop":1728598250013,"duration":0}},{"uid":"e3f72ec1adfb2a0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3f72ec1adfb2a0d","status":"passed","time":{"start":1728597472309,"stop":1728597472309,"duration":0}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"79c169d9e1eb48aa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79c169d9e1eb48aa","status":"passed","time":{"start":1729034014827,"stop":1729034014832,"duration":5}},{"uid":"fdfe46dbcea96fe0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fdfe46dbcea96fe0","status":"passed","time":{"start":1729032065422,"stop":1729032065422,"duration":0}},{"uid":"c9b7adda659971b0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c9b7adda659971b0","status":"passed","time":{"start":1728901664233,"stop":1728901664234,"duration":1}},{"uid":"c4c4997ef5a9bfa2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c4c4997ef5a9bfa2","status":"passed","time":{"start":1728893093679,"stop":1728893093679,"duration":0}},{"uid":"c334e5eca2abba19","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c334e5eca2abba19","status":"passed","time":{"start":1728856055261,"stop":1728856055262,"duration":1}},{"uid":"3272340b8a5098ac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3272340b8a5098ac","status":"passed","time":{"start":1728738274738,"stop":1728738274738,"duration":0}},{"uid":"a69d567c1889bb45","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a69d567c1889bb45","status":"passed","time":{"start":1728682807946,"stop":1728682807947,"duration":1}},{"uid":"6503efece65f0158","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6503efece65f0158","status":"passed","time":{"start":1728682381278,"stop":1728682381279,"duration":1}},{"uid":"dd719a971f94bc69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd719a971f94bc69","status":"passed","time":{"start":1728676853891,"stop":1728676853892,"duration":1}},{"uid":"b9e43e383334a54a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b9e43e383334a54a","status":"passed","time":{"start":1728669581681,"stop":1728669581681,"duration":0}},{"uid":"96747f069a92a9a3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/96747f069a92a9a3","status":"passed","time":{"start":1728597923459,"stop":1728597923459,"duration":0}},{"uid":"83b70459cc1688ba","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/83b70459cc1688ba","status":"passed","time":{"start":1728597132257,"stop":1728597132257,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"333f49d20480062f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/333f49d20480062f","status":"passed","time":{"start":1729034137159,"stop":1729034137159,"duration":0}},{"uid":"2c58c7656cf42026","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c58c7656cf42026","status":"passed","time":{"start":1729032206902,"stop":1729032206903,"duration":1}},{"uid":"d4c581f6c1aae748","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d4c581f6c1aae748","status":"passed","time":{"start":1728901995037,"stop":1728901995038,"duration":1}},{"uid":"f14de52260090695","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f14de52260090695","status":"passed","time":{"start":1728893421011,"stop":1728893421011,"duration":0}},{"uid":"64287b22fee3987","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64287b22fee3987","status":"passed","time":{"start":1728856368612,"stop":1728856368612,"duration":0}},{"uid":"37f44169f5571631","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37f44169f5571631","status":"passed","time":{"start":1728738604695,"stop":1728738604695,"duration":0}},{"uid":"9f6d53556c89ca27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9f6d53556c89ca27","status":"passed","time":{"start":1728683117701,"stop":1728683117702,"duration":1}},{"uid":"f596d15e633907c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f596d15e633907c","status":"passed","time":{"start":1728682721329,"stop":1728682721329,"duration":0}},{"uid":"b5f8d398d63a8e76","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b5f8d398d63a8e76","status":"passed","time":{"start":1728677184696,"stop":1728677184696,"duration":0}},{"uid":"5bde6ad7261e6265","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5bde6ad7261e6265","status":"passed","time":{"start":1728669866483,"stop":1728669866484,"duration":1}},{"uid":"14a2ec0b0bcfa8fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/14a2ec0b0bcfa8fb","status":"passed","time":{"start":1728598250015,"stop":1728598250016,"duration":1}},{"uid":"d76d889ce1d06065","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d76d889ce1d06065","status":"passed","time":{"start":1728597472311,"stop":1728597472312,"duration":1}}]},"6a82d192d566593bce0f5027b0b8f385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee73881621ccdaf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ee73881621ccdaf","status":"passed","time":{"start":1728669834434,"stop":1728669834438,"duration":4}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9bec4bef67576a8a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9bec4bef67576a8a","status":"passed","time":{"start":1729033925381,"stop":1729033925382,"duration":1}},{"uid":"fa5cdac08b01f36f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fa5cdac08b01f36f","status":"passed","time":{"start":1729031975189,"stop":1729031975190,"duration":1}},{"uid":"fc503d6731703e2f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fc503d6731703e2f","status":"passed","time":{"start":1728901537876,"stop":1728901537877,"duration":1}},{"uid":"3fdede22666fdc30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3fdede22666fdc30","status":"passed","time":{"start":1728892972428,"stop":1728892972429,"duration":1}},{"uid":"de9d5c764c7d396e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/de9d5c764c7d396e","status":"passed","time":{"start":1728855933070,"stop":1728855933071,"duration":1}},{"uid":"da1a1b43cc04aa66","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da1a1b43cc04aa66","status":"passed","time":{"start":1728738149926,"stop":1728738149926,"duration":0}},{"uid":"99e11c619b8ad78c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99e11c619b8ad78c","status":"passed","time":{"start":1728682681970,"stop":1728682681970,"duration":0}},{"uid":"99f135887657bf72","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99f135887657bf72","status":"passed","time":{"start":1728682257768,"stop":1728682257769,"duration":1}},{"uid":"63f28a32de2b0aa4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/63f28a32de2b0aa4","status":"passed","time":{"start":1728676730787,"stop":1728676730787,"duration":0}},{"uid":"75acc265775146cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/75acc265775146cc","status":"passed","time":{"start":1728669456895,"stop":1728669456895,"duration":0}},{"uid":"f93507a415ab2025","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f93507a415ab2025","status":"passed","time":{"start":1728597795919,"stop":1728597795919,"duration":0}},{"uid":"a3baa8d04158f086","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3baa8d04158f086","status":"passed","time":{"start":1728597010201,"stop":1728597010201,"duration":0}}]},"1d9e9f4334e4508de504575c3e4a9d5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7671f9cd6edd2ed0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7671f9cd6edd2ed0","status":"passed","time":{"start":1728677082010,"stop":1728677082011,"duration":1}}]},"78eac82ba9d6f720a3dcbd48050c6d2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70e350c9e30d0f75","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70e350c9e30d0f75","status":"passed","time":{"start":1728598212612,"stop":1728598212612,"duration":0}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4ea1306217df5120","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4ea1306217df5120","status":"passed","time":{"start":1729034209128,"stop":1729034209130,"duration":2}},{"uid":"941e85fb5222b3c9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/941e85fb5222b3c9","status":"passed","time":{"start":1729032264601,"stop":1729032264601,"duration":0}},{"uid":"c800bb0731008899","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c800bb0731008899","status":"passed","time":{"start":1728902012892,"stop":1728902012892,"duration":0}},{"uid":"189e9f0d1e8260d1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/189e9f0d1e8260d1","status":"passed","time":{"start":1728893454825,"stop":1728893454826,"duration":1}},{"uid":"4548131aac9697d3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4548131aac9697d3","status":"passed","time":{"start":1728856408469,"stop":1728856408469,"duration":0}},{"uid":"78d58fb71afdabb3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78d58fb71afdabb3","status":"passed","time":{"start":1728738633875,"stop":1728738633876,"duration":1}},{"uid":"d48d2feb818ba64a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d48d2feb818ba64a","status":"passed","time":{"start":1728683159827,"stop":1728683159827,"duration":0}},{"uid":"ea2685413e3000e3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea2685413e3000e3","status":"passed","time":{"start":1728682751347,"stop":1728682751348,"duration":1}},{"uid":"8a61920af50a2363","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a61920af50a2363","status":"passed","time":{"start":1728677216379,"stop":1728677216379,"duration":0}},{"uid":"e006d74c650ed70f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e006d74c650ed70f","status":"passed","time":{"start":1728669925468,"stop":1728669925468,"duration":0}},{"uid":"2ff94957b8c224eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2ff94957b8c224eb","status":"passed","time":{"start":1728598268821,"stop":1728598268822,"duration":1}},{"uid":"f8163c636ec90b6a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f8163c636ec90b6a","status":"passed","time":{"start":1728597503954,"stop":1728597503956,"duration":2}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b7314284874f7689","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b7314284874f7689","status":"passed","time":{"start":1729033899735,"stop":1729033899736,"duration":1}},{"uid":"7fc4cfe194c914f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7fc4cfe194c914f1","status":"passed","time":{"start":1729031949622,"stop":1729031949623,"duration":1}},{"uid":"f07a7a20f4324892","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f07a7a20f4324892","status":"passed","time":{"start":1728901494757,"stop":1728901494757,"duration":0}},{"uid":"c9f462c0dc6b1015","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9f462c0dc6b1015","status":"passed","time":{"start":1728892929639,"stop":1728892929639,"duration":0}},{"uid":"7d18600bad91f391","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d18600bad91f391","status":"passed","time":{"start":1728855891579,"stop":1728855891580,"duration":1}},{"uid":"3023eaa23589f60d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3023eaa23589f60d","status":"passed","time":{"start":1728738106822,"stop":1728738106822,"duration":0}},{"uid":"1f47bed80a16656e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1f47bed80a16656e","status":"passed","time":{"start":1728682642602,"stop":1728682642602,"duration":0}},{"uid":"c7a3012362b3a43b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7a3012362b3a43b","status":"passed","time":{"start":1728682214522,"stop":1728682214523,"duration":1}},{"uid":"3d5c96970c26e9f5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3d5c96970c26e9f5","status":"passed","time":{"start":1728676690539,"stop":1728676690540,"duration":1}},{"uid":"742b0987642f7422","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/742b0987642f7422","status":"passed","time":{"start":1728669414115,"stop":1728669414115,"duration":0}},{"uid":"56af2a6fee2d46e4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/56af2a6fee2d46e4","status":"passed","time":{"start":1728597753371,"stop":1728597753371,"duration":0}},{"uid":"653427f311b5bf4d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/653427f311b5bf4d","status":"passed","time":{"start":1728596970976,"stop":1728596970977,"duration":1}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8dae1b81bc9b6224","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8dae1b81bc9b6224","status":"passed","time":{"start":1728902045392,"stop":1728902045393,"duration":1}},{"uid":"bad9bf93962e8cfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bad9bf93962e8cfd","status":"passed","time":{"start":1728893481313,"stop":1728893481313,"duration":0}},{"uid":"6e2507d6e535815c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6e2507d6e535815c","status":"passed","time":{"start":1728856434369,"stop":1728856434369,"duration":0}},{"uid":"65677b31018ac723","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/65677b31018ac723","status":"passed","time":{"start":1728738656937,"stop":1728738656937,"duration":0}},{"uid":"bbcdc9b77e7f3dd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bbcdc9b77e7f3dd","status":"passed","time":{"start":1728683172726,"stop":1728683172726,"duration":0}},{"uid":"b9820d29dd3fba70","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b9820d29dd3fba70","status":"passed","time":{"start":1728682747613,"stop":1728682747613,"duration":0}},{"uid":"395a9b7310693818","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/395a9b7310693818","status":"passed","time":{"start":1728677247281,"stop":1728677247281,"duration":0}},{"uid":"c319a9302181aa23","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c319a9302181aa23","status":"passed","time":{"start":1728669917948,"stop":1728669917948,"duration":0}},{"uid":"e1421f0e26a51967","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e1421f0e26a51967","status":"passed","time":{"start":1728598290718,"stop":1728598290719,"duration":1}},{"uid":"b9f44a6d07065476","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b9f44a6d07065476","status":"passed","time":{"start":1728597515859,"stop":1728597515859,"duration":0}}]},"f022a19b56e0ddf4f85cb4259ef5f8a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2acf1f11fc4b7f0f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2acf1f11fc4b7f0f","status":"passed","time":{"start":1729033875028,"stop":1729033875028,"duration":0}},{"uid":"acb4baa3f71fc631","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/acb4baa3f71fc631","status":"passed","time":{"start":1729031924909,"stop":1729031924909,"duration":0}},{"uid":"e92f03dcda9c1f45","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e92f03dcda9c1f45","status":"passed","time":{"start":1728901469135,"stop":1728901469136,"duration":1}},{"uid":"ec178763f6e985c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ec178763f6e985c8","status":"passed","time":{"start":1728892899801,"stop":1728892899801,"duration":0}},{"uid":"d3fb8ddac37490c7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d3fb8ddac37490c7","status":"passed","time":{"start":1728855863297,"stop":1728855863297,"duration":0}},{"uid":"534fd3dd15df97be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/534fd3dd15df97be","status":"passed","time":{"start":1728738080957,"stop":1728738080957,"duration":0}},{"uid":"eef094c2bef48ca8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eef094c2bef48ca8","status":"passed","time":{"start":1728682614316,"stop":1728682614317,"duration":1}},{"uid":"de1c9455f9d8f3b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/de1c9455f9d8f3b8","status":"passed","time":{"start":1728682187221,"stop":1728682187221,"duration":0}},{"uid":"569ba464da8d6612","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/569ba464da8d6612","status":"passed","time":{"start":1728676661422,"stop":1728676661422,"duration":0}},{"uid":"dd69bdab76e834aa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd69bdab76e834aa","status":"passed","time":{"start":1728669384754,"stop":1728669384754,"duration":0}},{"uid":"42753b76f8cd8d3b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/42753b76f8cd8d3b","status":"passed","time":{"start":1728597724211,"stop":1728597724212,"duration":1}},{"uid":"861c48eba33b54f4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/861c48eba33b54f4","status":"passed","time":{"start":1728596943265,"stop":1728596943265,"duration":0}}]},"b37e1d5d01db244b24161706217ca490:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6caae589231ad06e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6caae589231ad06e","status":"passed","time":{"start":1728738492794,"stop":1728738492794,"duration":0}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7f520f5cd8cf847c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7f520f5cd8cf847c","status":"passed","time":{"start":1729033857765,"stop":1729033857766,"duration":1}},{"uid":"513060e956c7138b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/513060e956c7138b","status":"passed","time":{"start":1729031907985,"stop":1729031907985,"duration":0}},{"uid":"b8414e2af482896c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8414e2af482896c","status":"passed","time":{"start":1728901453411,"stop":1728901453411,"duration":0}},{"uid":"a7997ebd1bea297c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a7997ebd1bea297c","status":"passed","time":{"start":1728892883978,"stop":1728892883979,"duration":1}},{"uid":"2b2aafa5552bf379","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b2aafa5552bf379","status":"passed","time":{"start":1728855846185,"stop":1728855846185,"duration":0}},{"uid":"a2798ed671597158","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a2798ed671597158","status":"passed","time":{"start":1728738063648,"stop":1728738063648,"duration":0}},{"uid":"42b78183b50aec40","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42b78183b50aec40","status":"passed","time":{"start":1728682597529,"stop":1728682597530,"duration":1}},{"uid":"966f817790d309a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/966f817790d309a","status":"passed","time":{"start":1728682170202,"stop":1728682170202,"duration":0}},{"uid":"29f8954fafeebb15","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/29f8954fafeebb15","status":"passed","time":{"start":1728676644980,"stop":1728676644981,"duration":1}},{"uid":"62fbbe451fcd4045","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/62fbbe451fcd4045","status":"passed","time":{"start":1728669367853,"stop":1728669367854,"duration":1}},{"uid":"e0925f8e7ed0fbd5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e0925f8e7ed0fbd5","status":"passed","time":{"start":1728597708660,"stop":1728597708660,"duration":0}},{"uid":"86f456d01b190264","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86f456d01b190264","status":"passed","time":{"start":1728596927478,"stop":1728596927478,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e6d3bbf982c5b393","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e6d3bbf982c5b393","status":"passed","time":{"start":1729034137142,"stop":1729034137143,"duration":1}},{"uid":"6f0ad40d2251982c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6f0ad40d2251982c","status":"passed","time":{"start":1729032206877,"stop":1729032206877,"duration":0}},{"uid":"dda7f671cff60995","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dda7f671cff60995","status":"passed","time":{"start":1728901995022,"stop":1728901995023,"duration":1}},{"uid":"409fd07dac4064d4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/409fd07dac4064d4","status":"passed","time":{"start":1728893420996,"stop":1728893420997,"duration":1}},{"uid":"866130bc8ddc5c6f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/866130bc8ddc5c6f","status":"passed","time":{"start":1728856368597,"stop":1728856368598,"duration":1}},{"uid":"ff525fd1f5559c21","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff525fd1f5559c21","status":"passed","time":{"start":1728738604682,"stop":1728738604682,"duration":0}},{"uid":"14f01dd14135c945","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/14f01dd14135c945","status":"passed","time":{"start":1728683117630,"stop":1728683117631,"duration":1}},{"uid":"5e669b22a7a7501b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5e669b22a7a7501b","status":"passed","time":{"start":1728682721319,"stop":1728682721319,"duration":0}},{"uid":"5b91ae95e63ad2d4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5b91ae95e63ad2d4","status":"passed","time":{"start":1728677184684,"stop":1728677184685,"duration":1}},{"uid":"57448419310046d0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/57448419310046d0","status":"passed","time":{"start":1728669866451,"stop":1728669866451,"duration":0}},{"uid":"2e64af283b7c8d7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e64af283b7c8d7","status":"passed","time":{"start":1728598249988,"stop":1728598249989,"duration":1}},{"uid":"415b8d7fc46180a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/415b8d7fc46180a7","status":"passed","time":{"start":1728597472293,"stop":1728597472293,"duration":0}}]},"75a56dace2a2eca9b249e89fceead8de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"895acee08c0082d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/895acee08c0082d2","status":"passed","time":{"start":1728901950550,"stop":1728901950551,"duration":1}}]},"3fd43012ec38de1464877ebf869f7288:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"36f9c419a3b49b7e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/36f9c419a3b49b7e","status":"passed","time":{"start":1728669841249,"stop":1728669841249,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"3546bc2cef3d201","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3546bc2cef3d201","status":"passed","time":{"start":1729034041499,"stop":1729034041500,"duration":1}},{"uid":"4361610ff4c60fef","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4361610ff4c60fef","status":"passed","time":{"start":1728901705414,"stop":1728901705415,"duration":1}},{"uid":"a8b67b7470ea0a5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a8b67b7470ea0a5a","status":"passed","time":{"start":1728893141781,"stop":1728893141782,"duration":1}},{"uid":"8adaee850dd5fae5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8adaee850dd5fae5","status":"passed","time":{"start":1728856087087,"stop":1728856087087,"duration":0}},{"uid":"d067dd70d6039e94","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d067dd70d6039e94","status":"passed","time":{"start":1728738321454,"stop":1728738321455,"duration":1}},{"uid":"de879c519abf4d7e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de879c519abf4d7e","status":"passed","time":{"start":1728682845680,"stop":1728682845681,"duration":1}},{"uid":"717ffeb921bf098f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/717ffeb921bf098f","status":"passed","time":{"start":1728682424315,"stop":1728682424316,"duration":1}},{"uid":"955bb3c2d1250766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/955bb3c2d1250766","status":"passed","time":{"start":1728676900544,"stop":1728676900545,"duration":1}},{"uid":"d8969f0c2eacf879","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8969f0c2eacf879","status":"passed","time":{"start":1728669625805,"stop":1728669625805,"duration":0}},{"uid":"65552d163638bf75","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/65552d163638bf75","status":"passed","time":{"start":1728597957176,"stop":1728597957176,"duration":0}},{"uid":"4a30388d58d71b9f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4a30388d58d71b9f","status":"passed","time":{"start":1728597182623,"stop":1728597182623,"duration":0}}]},"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1b53ed22dd056a25","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1b53ed22dd056a25","status":"passed","time":{"start":1729033834393,"stop":1729033834393,"duration":0}},{"uid":"56ea1ec92590be2c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/56ea1ec92590be2c","status":"passed","time":{"start":1729031884126,"stop":1729031884127,"duration":1}},{"uid":"66a218d66cb886cc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66a218d66cb886cc","status":"passed","time":{"start":1728901430260,"stop":1728901430260,"duration":0}},{"uid":"463f1eac5baaf99c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/463f1eac5baaf99c","status":"passed","time":{"start":1728892860538,"stop":1728892860539,"duration":1}},{"uid":"64234cf9207a309c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64234cf9207a309c","status":"passed","time":{"start":1728855823328,"stop":1728855823328,"duration":0}},{"uid":"5104b302c6dd6e45","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5104b302c6dd6e45","status":"passed","time":{"start":1728738040609,"stop":1728738040609,"duration":0}},{"uid":"76dba47770a4c1fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/76dba47770a4c1fd","status":"passed","time":{"start":1728682574100,"stop":1728682574100,"duration":0}},{"uid":"296fb4405aa6804f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/296fb4405aa6804f","status":"passed","time":{"start":1728682146824,"stop":1728682146824,"duration":0}},{"uid":"298ab9fc5f57e334","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/298ab9fc5f57e334","status":"passed","time":{"start":1728676621438,"stop":1728676621439,"duration":1}},{"uid":"e285662eb7623703","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e285662eb7623703","status":"passed","time":{"start":1728669344473,"stop":1728669344473,"duration":0}},{"uid":"8e469e39255dfc03","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8e469e39255dfc03","status":"passed","time":{"start":1728597685168,"stop":1728597685169,"duration":1}},{"uid":"13ed6c68704f97b5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/13ed6c68704f97b5","status":"passed","time":{"start":1728596904477,"stop":1728596904477,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"45fb9f7fd57ac818","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45fb9f7fd57ac818","status":"passed","time":{"start":1729034121891,"stop":1729034121892,"duration":1}},{"uid":"aa9779e08e389163","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aa9779e08e389163","status":"passed","time":{"start":1729032174798,"stop":1729032174798,"duration":0}},{"uid":"61488854c4dc5712","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/61488854c4dc5712","status":"passed","time":{"start":1728901881004,"stop":1728901881005,"duration":1}},{"uid":"4a5aa0003bafa5e0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a5aa0003bafa5e0","status":"passed","time":{"start":1728893317143,"stop":1728893317151,"duration":8}},{"uid":"39bac3e787d72ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39bac3e787d72ab","status":"passed","time":{"start":1728856263066,"stop":1728856263066,"duration":0}},{"uid":"46ec88a96b3d92f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/46ec88a96b3d92f5","status":"passed","time":{"start":1728738492789,"stop":1728738492790,"duration":1}},{"uid":"dc7599f99885a111","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc7599f99885a111","status":"passed","time":{"start":1728683030009,"stop":1728683030009,"duration":0}},{"uid":"b03c85e99d05a6a9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b03c85e99d05a6a9","status":"passed","time":{"start":1728682581083,"stop":1728682581083,"duration":0}},{"uid":"ad966b93f7f20b47","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ad966b93f7f20b47","status":"passed","time":{"start":1728677081984,"stop":1728677081985,"duration":1}},{"uid":"a99d10ee48fc8554","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a99d10ee48fc8554","status":"passed","time":{"start":1728669795385,"stop":1728669795387,"duration":2}},{"uid":"355d664a6f04564c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/355d664a6f04564c","status":"passed","time":{"start":1728598137495,"stop":1728598137496,"duration":1}},{"uid":"bdc4fe1697bbd8f2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bdc4fe1697bbd8f2","status":"passed","time":{"start":1728597353473,"stop":1728597353473,"duration":0}}]},"b6ff7a1ad6e73be80bce00b0a46aaaef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b73d88ac0437f78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b73d88ac0437f78","status":"passed","time":{"start":1728682721327,"stop":1728682721327,"duration":0}}]},"ebd4996f58fc5df8233ae4cde47f9515:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e643857ea0a6d89f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e643857ea0a6d89f","status":"passed","time":{"start":1728682652694,"stop":1728682652694,"duration":0}}]},"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5fb97c360f4ca8a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5fb97c360f4ca8a","status":"passed","time":{"start":1729033834385,"stop":1729033834385,"duration":0}},{"uid":"35ac5080b16306d5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/35ac5080b16306d5","status":"passed","time":{"start":1729031884117,"stop":1729031884117,"duration":0}},{"uid":"7f73af903b608ec2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f73af903b608ec2","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"8c73b0acc59ac397","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c73b0acc59ac397","status":"passed","time":{"start":1728892860531,"stop":1728892860531,"duration":0}},{"uid":"23439e645b54321a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/23439e645b54321a","status":"passed","time":{"start":1728855823321,"stop":1728855823322,"duration":1}},{"uid":"67f6a68edd693cf4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67f6a68edd693cf4","status":"passed","time":{"start":1728738040600,"stop":1728738040601,"duration":1}},{"uid":"3f89837f409f96f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f89837f409f96f4","status":"passed","time":{"start":1728682574092,"stop":1728682574092,"duration":0}},{"uid":"88fc38ebe239aad1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/88fc38ebe239aad1","status":"passed","time":{"start":1728682146816,"stop":1728682146817,"duration":1}},{"uid":"303d47ef2019279e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/303d47ef2019279e","status":"passed","time":{"start":1728676621431,"stop":1728676621431,"duration":0}},{"uid":"eddf8774296a1f33","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eddf8774296a1f33","status":"passed","time":{"start":1728669344466,"stop":1728669344467,"duration":1}},{"uid":"90a2f0cc6bf7a709","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90a2f0cc6bf7a709","status":"passed","time":{"start":1728597685160,"stop":1728597685160,"duration":0}},{"uid":"748a977668a45b6d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/748a977668a45b6d","status":"passed","time":{"start":1728596904467,"stop":1728596904467,"duration":0}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2c2cf4e5ffde61e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2c2cf4e5ffde61e2","status":"passed","time":{"start":1729034209087,"stop":1729034209087,"duration":0}},{"uid":"31919dd6373e9b3b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/31919dd6373e9b3b","status":"passed","time":{"start":1729032264556,"stop":1729032264557,"duration":1}},{"uid":"1e75ad7c681ec68a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e75ad7c681ec68a","status":"passed","time":{"start":1728902012831,"stop":1728902012831,"duration":0}},{"uid":"3a9bad20822a4264","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3a9bad20822a4264","status":"passed","time":{"start":1728893454804,"stop":1728893454805,"duration":1}},{"uid":"ff13e1382c6caf70","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ff13e1382c6caf70","status":"passed","time":{"start":1728856408446,"stop":1728856408447,"duration":1}},{"uid":"59172f3a8ea9af1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/59172f3a8ea9af1c","status":"passed","time":{"start":1728738633849,"stop":1728738633849,"duration":0}},{"uid":"bfa35cad137623cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bfa35cad137623cc","status":"passed","time":{"start":1728683159724,"stop":1728683159728,"duration":4}},{"uid":"9a36808c2df09579","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9a36808c2df09579","status":"passed","time":{"start":1728682751322,"stop":1728682751323,"duration":1}},{"uid":"7eabe857f33f14a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7eabe857f33f14a1","status":"passed","time":{"start":1728677216349,"stop":1728677216349,"duration":0}},{"uid":"e694f75284f7d167","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e694f75284f7d167","status":"passed","time":{"start":1728669925447,"stop":1728669925447,"duration":0}},{"uid":"2fa00958f9ed2bf0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2fa00958f9ed2bf0","status":"passed","time":{"start":1728598268793,"stop":1728598268794,"duration":1}},{"uid":"a1181597691deeb6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a1181597691deeb6","status":"passed","time":{"start":1728597503895,"stop":1728597503897,"duration":2}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d521239005ea1479","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d521239005ea1479","status":"passed","time":{"start":1729033843119,"stop":1729033843119,"duration":0}},{"uid":"6a20ade101f332b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6a20ade101f332b","status":"passed","time":{"start":1729031892681,"stop":1729031892681,"duration":0}},{"uid":"a3255db54b472795","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3255db54b472795","status":"passed","time":{"start":1728901438812,"stop":1728901438812,"duration":0}},{"uid":"dea8c00ddf854e83","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dea8c00ddf854e83","status":"passed","time":{"start":1728892869005,"stop":1728892869005,"duration":0}},{"uid":"e70acb640a9f0e18","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e70acb640a9f0e18","status":"passed","time":{"start":1728855831896,"stop":1728855831896,"duration":0}},{"uid":"67f9825de0323f65","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67f9825de0323f65","status":"passed","time":{"start":1728738049040,"stop":1728738049044,"duration":4}},{"uid":"3f695113c52596a3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f695113c52596a3","status":"passed","time":{"start":1728682582624,"stop":1728682582624,"duration":0}},{"uid":"eee275b432cef96a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eee275b432cef96a","status":"passed","time":{"start":1728682155412,"stop":1728682155412,"duration":0}},{"uid":"67dc864ca496a3f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/67dc864ca496a3f2","status":"passed","time":{"start":1728676629974,"stop":1728676629978,"duration":4}},{"uid":"25b94391846b5ed4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25b94391846b5ed4","status":"passed","time":{"start":1728669353105,"stop":1728669353105,"duration":0}},{"uid":"4914d78244c0e41b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4914d78244c0e41b","status":"passed","time":{"start":1728597693851,"stop":1728597693851,"duration":0}},{"uid":"48a4369a56996cda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/48a4369a56996cda","status":"passed","time":{"start":1728596913095,"stop":1728596913095,"duration":0}}]},"26c98c7bb42ccad0e01ada3947ed45c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a05164109cc852","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a05164109cc852","status":"passed","time":{"start":1728893421009,"stop":1728893421010,"duration":1}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"28df5307083bf705","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/28df5307083bf705","status":"passed","time":{"start":1729034209089,"stop":1729034209089,"duration":0}},{"uid":"c51a07de84a6ee5a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c51a07de84a6ee5a","status":"passed","time":{"start":1729032264559,"stop":1729032264559,"duration":0}},{"uid":"7b54945f480210f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7b54945f480210f7","status":"passed","time":{"start":1728902012833,"stop":1728902012833,"duration":0}},{"uid":"b635e24d8e4eb481","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b635e24d8e4eb481","status":"passed","time":{"start":1728893454807,"stop":1728893454807,"duration":0}},{"uid":"134dd86625004f8c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/134dd86625004f8c","status":"passed","time":{"start":1728856408448,"stop":1728856408448,"duration":0}},{"uid":"9444fbd99a80d67a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9444fbd99a80d67a","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"faaeae4c5d21ab03","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/faaeae4c5d21ab03","status":"passed","time":{"start":1728683159736,"stop":1728683159746,"duration":10}},{"uid":"4ba3b37bd2b26938","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4ba3b37bd2b26938","status":"passed","time":{"start":1728682751324,"stop":1728682751325,"duration":1}},{"uid":"d93008c11d5abf17","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d93008c11d5abf17","status":"passed","time":{"start":1728677216351,"stop":1728677216351,"duration":0}},{"uid":"57e404bc5e9bee8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/57e404bc5e9bee8","status":"passed","time":{"start":1728669925449,"stop":1728669925449,"duration":0}},{"uid":"17d15dfb67caba25","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/17d15dfb67caba25","status":"passed","time":{"start":1728598268797,"stop":1728598268797,"duration":0}},{"uid":"b450fb920abbec73","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b450fb920abbec73","status":"passed","time":{"start":1728597503901,"stop":1728597503908,"duration":7}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"699f2b77c633ed67","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/699f2b77c633ed67","status":"passed","time":{"start":1729034147768,"stop":1729034147768,"duration":0}},{"uid":"d924d7384ca97f53","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d924d7384ca97f53","status":"passed","time":{"start":1729032204825,"stop":1729032204825,"duration":0}},{"uid":"cbcd84025924688c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cbcd84025924688c","status":"passed","time":{"start":1728901907653,"stop":1728901907653,"duration":0}},{"uid":"454292fa687b88b5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/454292fa687b88b5","status":"passed","time":{"start":1728893341886,"stop":1728893341886,"duration":0}},{"uid":"2ad110a536d5c0c6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ad110a536d5c0c6","status":"passed","time":{"start":1728856299352,"stop":1728856299352,"duration":0}},{"uid":"5e20f8d979487995","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5e20f8d979487995","status":"passed","time":{"start":1728738511613,"stop":1728738511614,"duration":1}},{"uid":"5756916031810d08","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5756916031810d08","status":"passed","time":{"start":1728683052908,"stop":1728683052908,"duration":0}},{"uid":"1455b01e8bfa44ed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1455b01e8bfa44ed","status":"passed","time":{"start":1728682612907,"stop":1728682612908,"duration":1}},{"uid":"80d5d37d23db19ed","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/80d5d37d23db19ed","status":"passed","time":{"start":1728677115743,"stop":1728677115743,"duration":0}},{"uid":"2156e129a786fd78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2156e129a786fd78","status":"passed","time":{"start":1728669778171,"stop":1728669778172,"duration":1}},{"uid":"cce3a54af579e25e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cce3a54af579e25e","status":"passed","time":{"start":1728598175429,"stop":1728598175429,"duration":0}},{"uid":"8e0901a1e673b1f3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e0901a1e673b1f3","status":"passed","time":{"start":1728597380058,"stop":1728597380058,"duration":0}}]},"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c2755c5603d4bd99","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2755c5603d4bd99","status":"passed","time":{"start":1729033834399,"stop":1729033834399,"duration":0}},{"uid":"678eaeee648e85ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/678eaeee648e85ef","status":"passed","time":{"start":1729031884132,"stop":1729031884132,"duration":0}},{"uid":"f242004f410ab751","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f242004f410ab751","status":"passed","time":{"start":1728901430265,"stop":1728901430265,"duration":0}},{"uid":"973135747579f92d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/973135747579f92d","status":"passed","time":{"start":1728892860544,"stop":1728892860544,"duration":0}},{"uid":"249bb969fbad7a77","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/249bb969fbad7a77","status":"passed","time":{"start":1728855823333,"stop":1728855823333,"duration":0}},{"uid":"918099c04c99c475","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/918099c04c99c475","status":"passed","time":{"start":1728738040614,"stop":1728738040614,"duration":0}},{"uid":"b1e9058ffaecece4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1e9058ffaecece4","status":"passed","time":{"start":1728682574106,"stop":1728682574107,"duration":1}},{"uid":"2e4d2c709c32ed7c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2e4d2c709c32ed7c","status":"passed","time":{"start":1728682146829,"stop":1728682146830,"duration":1}},{"uid":"c02ec1ac404d6317","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c02ec1ac404d6317","status":"passed","time":{"start":1728676621444,"stop":1728676621444,"duration":0}},{"uid":"b0144e2cbb3a5c14","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0144e2cbb3a5c14","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"b75276c4f908a8f6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b75276c4f908a8f6","status":"passed","time":{"start":1728597685174,"stop":1728597685174,"duration":0}},{"uid":"47123b35e65a3e7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47123b35e65a3e7e","status":"passed","time":{"start":1728596904484,"stop":1728596904484,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5ccc902154703708","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ccc902154703708","status":"passed","time":{"start":1729033892948,"stop":1729033892951,"duration":3}},{"uid":"715064ad0bfc1f73","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/715064ad0bfc1f73","status":"passed","time":{"start":1729031943346,"stop":1729031943347,"duration":1}},{"uid":"b1a14d2a9a4684d1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b1a14d2a9a4684d1","status":"passed","time":{"start":1728901487509,"stop":1728901487513,"duration":4}},{"uid":"3b485e03baf234bd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b485e03baf234bd","status":"passed","time":{"start":1728892920383,"stop":1728892920384,"duration":1}},{"uid":"77d76ec4253a2eaf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77d76ec4253a2eaf","status":"passed","time":{"start":1728855881495,"stop":1728855881495,"duration":0}},{"uid":"c6961baadb6af10c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c6961baadb6af10c","status":"passed","time":{"start":1728738098726,"stop":1728738098727,"duration":1}},{"uid":"cab9b3a3c9c028f8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cab9b3a3c9c028f8","status":"passed","time":{"start":1728682632217,"stop":1728682632218,"duration":1}},{"uid":"28cb74db442989b0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/28cb74db442989b0","status":"passed","time":{"start":1728682205208,"stop":1728682205208,"duration":0}},{"uid":"351d6d3b606b3914","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/351d6d3b606b3914","status":"passed","time":{"start":1728676680974,"stop":1728676680974,"duration":0}},{"uid":"99db3ecc8faaadd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/99db3ecc8faaadd","status":"passed","time":{"start":1728669404736,"stop":1728669404737,"duration":1}},{"uid":"55034fc5ec062e2c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55034fc5ec062e2c","status":"passed","time":{"start":1728597743842,"stop":1728597743843,"duration":1}},{"uid":"2bde0978eda86690","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2bde0978eda86690","status":"passed","time":{"start":1728596961179,"stop":1728596961181,"duration":2}}]},"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"999739aaa6391318","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/999739aaa6391318","status":"passed","time":{"start":1729033834375,"stop":1729033834376,"duration":1}},{"uid":"f600b3e32720be3a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f600b3e32720be3a","status":"passed","time":{"start":1729031884106,"stop":1729031884106,"duration":0}},{"uid":"158a681de55967da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/158a681de55967da","status":"passed","time":{"start":1728901430248,"stop":1728901430248,"duration":0}},{"uid":"4dc5aec4d909b758","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4dc5aec4d909b758","status":"passed","time":{"start":1728892860524,"stop":1728892860524,"duration":0}},{"uid":"3e5ea0f9109dd3ea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3e5ea0f9109dd3ea","status":"passed","time":{"start":1728855823314,"stop":1728855823314,"duration":0}},{"uid":"47f541c27b052a5f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/47f541c27b052a5f","status":"passed","time":{"start":1728738040583,"stop":1728738040583,"duration":0}},{"uid":"7650c5aa73521d8c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7650c5aa73521d8c","status":"passed","time":{"start":1728682574081,"stop":1728682574081,"duration":0}},{"uid":"b75007e6cae626fe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b75007e6cae626fe","status":"passed","time":{"start":1728682146808,"stop":1728682146808,"duration":0}},{"uid":"beb0142aa0a4c417","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/beb0142aa0a4c417","status":"passed","time":{"start":1728676621422,"stop":1728676621423,"duration":1}},{"uid":"a180d5d73e257be4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a180d5d73e257be4","status":"passed","time":{"start":1728669344459,"stop":1728669344460,"duration":1}},{"uid":"bdf7100b18ad9dee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bdf7100b18ad9dee","status":"passed","time":{"start":1728597685152,"stop":1728597685153,"duration":1}},{"uid":"ebc6eae9a5192e25","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ebc6eae9a5192e25","status":"passed","time":{"start":1728596904459,"stop":1728596904459,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5f8a0a9adb153093","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f8a0a9adb153093","status":"passed","time":{"start":1729034213016,"stop":1729034213016,"duration":0}},{"uid":"aab70e1ca35db9b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aab70e1ca35db9b4","status":"passed","time":{"start":1729032269099,"stop":1729032269100,"duration":1}},{"uid":"1fd0eaa2b68b3507","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1fd0eaa2b68b3507","status":"passed","time":{"start":1728902000839,"stop":1728902000840,"duration":1}},{"uid":"a5eae32ccc7e46b1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a5eae32ccc7e46b1","status":"passed","time":{"start":1728893442590,"stop":1728893442590,"duration":0}},{"uid":"c0ab76acdd6a9c96","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c0ab76acdd6a9c96","status":"passed","time":{"start":1728856386633,"stop":1728856386634,"duration":1}},{"uid":"7f27154513ff8a1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7f27154513ff8a1c","status":"passed","time":{"start":1728738608579,"stop":1728738608580,"duration":1}},{"uid":"f70c070517065884","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f70c070517065884","status":"passed","time":{"start":1728683148166,"stop":1728683148167,"duration":1}},{"uid":"abc2f2e75bc98ab3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/abc2f2e75bc98ab3","status":"passed","time":{"start":1728682709054,"stop":1728682709055,"duration":1}},{"uid":"8bdcec41b6211c83","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8bdcec41b6211c83","status":"passed","time":{"start":1728677206652,"stop":1728677206653,"duration":1}},{"uid":"bb7be12a116ab7de","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb7be12a116ab7de","status":"passed","time":{"start":1728669888546,"stop":1728669888546,"duration":0}},{"uid":"8e52e430d03820a9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8e52e430d03820a9","status":"passed","time":{"start":1728598268127,"stop":1728598268128,"duration":1}},{"uid":"98f86a667a7197d0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/98f86a667a7197d0","status":"passed","time":{"start":1728597478030,"stop":1728597478030,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4f3784fd83ddd98f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f3784fd83ddd98f","status":"passed","time":{"start":1729034213018,"stop":1729034213018,"duration":0}},{"uid":"86fdac47711af002","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/86fdac47711af002","status":"passed","time":{"start":1729032269101,"stop":1729032269102,"duration":1}},{"uid":"e70a08db66085ac1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e70a08db66085ac1","status":"passed","time":{"start":1728902000841,"stop":1728902000841,"duration":0}},{"uid":"1513ffce0851ce20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1513ffce0851ce20","status":"passed","time":{"start":1728893442593,"stop":1728893442594,"duration":1}},{"uid":"557c06a6c6949d04","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/557c06a6c6949d04","status":"passed","time":{"start":1728856386638,"stop":1728856386638,"duration":0}},{"uid":"9bc4d1c9f6edca89","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9bc4d1c9f6edca89","status":"passed","time":{"start":1728738608584,"stop":1728738608586,"duration":2}},{"uid":"e0d3a104c142f2ce","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e0d3a104c142f2ce","status":"passed","time":{"start":1728683148168,"stop":1728683148169,"duration":1}},{"uid":"cafb16fc7e0d017b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cafb16fc7e0d017b","status":"passed","time":{"start":1728682709056,"stop":1728682709056,"duration":0}},{"uid":"ed668fd03eaa29e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ed668fd03eaa29e4","status":"passed","time":{"start":1728677206655,"stop":1728677206655,"duration":0}},{"uid":"8ccf534b308c6883","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8ccf534b308c6883","status":"passed","time":{"start":1728669888549,"stop":1728669888549,"duration":0}},{"uid":"fb9c73760ac932e2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fb9c73760ac932e2","status":"passed","time":{"start":1728598268130,"stop":1728598268130,"duration":0}},{"uid":"1f41c50f35b2fc08","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1f41c50f35b2fc08","status":"passed","time":{"start":1728597478032,"stop":1728597478032,"duration":0}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b94fa7351d01e5bd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b94fa7351d01e5bd","status":"passed","time":{"start":1729034034974,"stop":1729034034976,"duration":2}},{"uid":"2103df805e7cc3f9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2103df805e7cc3f9","status":"passed","time":{"start":1729032066280,"stop":1729032066280,"duration":0}},{"uid":"e14a7666b8f20e47","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e14a7666b8f20e47","status":"passed","time":{"start":1728901706616,"stop":1728901706617,"duration":1}},{"uid":"74fff30bc2b74fb9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/74fff30bc2b74fb9","status":"passed","time":{"start":1728893153420,"stop":1728893153420,"duration":0}},{"uid":"28ec5ce09fc978fd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/28ec5ce09fc978fd","status":"passed","time":{"start":1728856108124,"stop":1728856108125,"duration":1}},{"uid":"c0c895c21c0e7462","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0c895c21c0e7462","status":"passed","time":{"start":1728738316667,"stop":1728738316667,"duration":0}},{"uid":"8d2ee6966746b0d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8d2ee6966746b0d1","status":"passed","time":{"start":1728682865311,"stop":1728682865312,"duration":1}},{"uid":"c7052661c3f674b0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7052661c3f674b0","status":"passed","time":{"start":1728682446993,"stop":1728682446994,"duration":1}},{"uid":"571e73b7549feef9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/571e73b7549feef9","status":"passed","time":{"start":1728676924470,"stop":1728676924477,"duration":7}},{"uid":"10538e09084c483f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/10538e09084c483f","status":"passed","time":{"start":1728669626255,"stop":1728669626256,"duration":1}},{"uid":"32292c4d24292fd1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/32292c4d24292fd1","status":"passed","time":{"start":1728597973670,"stop":1728597973671,"duration":1}},{"uid":"646a5165411ba791","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/646a5165411ba791","status":"passed","time":{"start":1728597188032,"stop":1728597188033,"duration":1}}]},"114ac7e2947475aafeac81a018d71cfc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4cfa97b0c1e6c5f4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4cfa97b0c1e6c5f4","status":"passed","time":{"start":1728738555093,"stop":1728738555093,"duration":0}}]},"49b431dae18963e28b45f37d852968da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9dc6aca5f262f1df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9dc6aca5f262f1df","status":"passed","time":{"start":1728682666064,"stop":1728682666065,"duration":1}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"726027845faefbe4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/726027845faefbe4","status":"passed","time":{"start":1729032344621,"stop":1729032344622,"duration":1}},{"uid":"e180950aeaf69d1a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e180950aeaf69d1a","status":"passed","time":{"start":1728902062111,"stop":1728902062112,"duration":1}},{"uid":"2c973b65fb052f0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2c973b65fb052f0","status":"passed","time":{"start":1728893496346,"stop":1728893496346,"duration":0}},{"uid":"893fee2dc7ed720f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/893fee2dc7ed720f","status":"passed","time":{"start":1728856449982,"stop":1728856449983,"duration":1}},{"uid":"1fd635c2ff7f432c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1fd635c2ff7f432c","status":"passed","time":{"start":1728738669752,"stop":1728738669752,"duration":0}},{"uid":"e6588bcd7ebf59cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6588bcd7ebf59cc","status":"passed","time":{"start":1728683209697,"stop":1728683209697,"duration":0}},{"uid":"b73a0c421fb69501","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b73a0c421fb69501","status":"passed","time":{"start":1728682772283,"stop":1728682772284,"duration":1}},{"uid":"74a98395c4d90761","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/74a98395c4d90761","status":"passed","time":{"start":1728677264667,"stop":1728677264668,"duration":1}},{"uid":"679f842c64c973f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/679f842c64c973f0","status":"passed","time":{"start":1728669943368,"stop":1728669943368,"duration":0}},{"uid":"bd723564174adb23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bd723564174adb23","status":"passed","time":{"start":1728598324827,"stop":1728598324828,"duration":1}},{"uid":"f7e3195720585b24","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f7e3195720585b24","status":"passed","time":{"start":1728597540222,"stop":1728597540223,"duration":1}}]},"7547ee347697dac4fc4334aa3c133fcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"545dfea3799d0ce9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/545dfea3799d0ce9","status":"passed","time":{"start":1728669841253,"stop":1728669841254,"duration":1}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"58b52190440868ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58b52190440868ef","status":"passed","time":{"start":1729034213020,"stop":1729034213021,"duration":1}},{"uid":"4ae5288f0c0a354","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4ae5288f0c0a354","status":"passed","time":{"start":1729032269103,"stop":1729032269103,"duration":0}},{"uid":"12d649674e6cab54","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12d649674e6cab54","status":"passed","time":{"start":1728902000843,"stop":1728902000843,"duration":0}},{"uid":"61b5cfcd9c3dadcd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61b5cfcd9c3dadcd","status":"passed","time":{"start":1728893442598,"stop":1728893442598,"duration":0}},{"uid":"882c99655d674762","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/882c99655d674762","status":"passed","time":{"start":1728856386643,"stop":1728856386644,"duration":1}},{"uid":"ada2e1d7d7157050","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ada2e1d7d7157050","status":"passed","time":{"start":1728738608587,"stop":1728738608588,"duration":1}},{"uid":"39ca02b3520d865b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39ca02b3520d865b","status":"passed","time":{"start":1728683148173,"stop":1728683148174,"duration":1}},{"uid":"7ad39423ea345982","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ad39423ea345982","status":"passed","time":{"start":1728682709057,"stop":1728682709058,"duration":1}},{"uid":"ea0216323d07ccb3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ea0216323d07ccb3","status":"passed","time":{"start":1728677206657,"stop":1728677206657,"duration":0}},{"uid":"9f5630edd62b8ba5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9f5630edd62b8ba5","status":"passed","time":{"start":1728669888551,"stop":1728669888551,"duration":0}},{"uid":"3459329cac0759e0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3459329cac0759e0","status":"passed","time":{"start":1728598268132,"stop":1728598268132,"duration":0}},{"uid":"66c76e8a28c7f9d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/66c76e8a28c7f9d1","status":"passed","time":{"start":1728597478034,"stop":1728597478034,"duration":0}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"5cba75bc7a0e9cf4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5cba75bc7a0e9cf4","status":"passed","time":{"start":1729034041488,"stop":1729034041489,"duration":1}},{"uid":"591b698d2a9ff4b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/591b698d2a9ff4b7","status":"passed","time":{"start":1728901705403,"stop":1728901705404,"duration":1}},{"uid":"7d36905b53dacbf1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7d36905b53dacbf1","status":"passed","time":{"start":1728893141777,"stop":1728893141777,"duration":0}},{"uid":"49676a7a31328874","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/49676a7a31328874","status":"passed","time":{"start":1728856087084,"stop":1728856087084,"duration":0}},{"uid":"6a3fb79121c98434","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6a3fb79121c98434","status":"passed","time":{"start":1728738321436,"stop":1728738321437,"duration":1}},{"uid":"4bab882adad158db","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bab882adad158db","status":"passed","time":{"start":1728682845675,"stop":1728682845675,"duration":0}},{"uid":"8648425b0b2f7e9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8648425b0b2f7e9","status":"passed","time":{"start":1728682424311,"stop":1728682424311,"duration":0}},{"uid":"1c5b3efd39bb21f8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1c5b3efd39bb21f8","status":"passed","time":{"start":1728676900540,"stop":1728676900540,"duration":0}},{"uid":"cc7d803beda5341d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc7d803beda5341d","status":"passed","time":{"start":1728669625800,"stop":1728669625801,"duration":1}},{"uid":"254f87de337c08db","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/254f87de337c08db","status":"passed","time":{"start":1728597957167,"stop":1728597957168,"duration":1}},{"uid":"40b608bcc63244c8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/40b608bcc63244c8","status":"passed","time":{"start":1728597182619,"stop":1728597182619,"duration":0}}]},"1d0d3fe7a0c010b293a625be6292f6c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f172c09a0ac5e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f172c09a0ac5e2","status":"passed","time":{"start":1728856333679,"stop":1728856333679,"duration":0}}]},"082911d1a5eaaaaaa1641706f89df30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b86ce2168c241f02","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b86ce2168c241f02","status":"passed","time":{"start":1729032174804,"stop":1729032174807,"duration":3}}]},"e81fc8074166e97b8aeb55b1a1b9fa85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e0537b36ece4d49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1e0537b36ece4d49","status":"passed","time":{"start":1728738567471,"stop":1728738567471,"duration":0}}]},"5eb345c22e904cf497d34750aeae1512:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":6,"unknown":0,"total":8},"items":[{"uid":"e9d3e037adbf9849","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9d3e037adbf9849","status":"passed","time":{"start":1729033875011,"stop":1729033875011,"duration":0}},{"uid":"5871959c67207709","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5871959c67207709","status":"passed","time":{"start":1729031924808,"stop":1729031924808,"duration":0}},{"uid":"28a2cd5cbe50d9d2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/28a2cd5cbe50d9d2","status":"passed","time":{"start":1728855863301,"stop":1728855863301,"duration":0}},{"uid":"9897843fd8da1d6b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9897843fd8da1d6b","status":"passed","time":{"start":1728738080964,"stop":1728738080964,"duration":0}},{"uid":"ed38b4dc389026e5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed38b4dc389026e5","status":"passed","time":{"start":1728682614255,"stop":1728682614255,"duration":0}},{"uid":"fb2a4edbb47702b0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fb2a4edbb47702b0","status":"passed","time":{"start":1728682187100,"stop":1728682187100,"duration":0}},{"uid":"472a23ffb42c4b40","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/472a23ffb42c4b40","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660884,"stop":1728676660884,"duration":0}},{"uid":"65db4a7abaeef7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/65db4a7abaeef7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384119,"stop":1728669384119,"duration":0}}]},"d08f51bbadc1fc10492e7ddd7b611498:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bfb55bd9f9b856c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bfb55bd9f9b856c7","status":"passed","time":{"start":1728598137498,"stop":1728598137498,"duration":0}}]},"c5ce867e88b2483989b4de15e7367f91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12c7309b85848802","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/12c7309b85848802","status":"passed","time":{"start":1728856333678,"stop":1728856333678,"duration":0}}]},"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c97493c8f189f6f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c97493c8f189f6f6","status":"passed","time":{"start":1729033834389,"stop":1729033834389,"duration":0}},{"uid":"10f8c0ecb58a125e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/10f8c0ecb58a125e","status":"passed","time":{"start":1729031884123,"stop":1729031884123,"duration":0}},{"uid":"c7f31a3c74de9ed","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c7f31a3c74de9ed","status":"passed","time":{"start":1728901430256,"stop":1728901430257,"duration":1}},{"uid":"55d59c45c5d17f44","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/55d59c45c5d17f44","status":"passed","time":{"start":1728892860535,"stop":1728892860535,"duration":0}},{"uid":"9b54e77582334e66","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9b54e77582334e66","status":"passed","time":{"start":1728855823324,"stop":1728855823325,"duration":1}},{"uid":"57dd7b816fabf288","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/57dd7b816fabf288","status":"passed","time":{"start":1728738040605,"stop":1728738040605,"duration":0}},{"uid":"f4095395826acf27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4095395826acf27","status":"passed","time":{"start":1728682574095,"stop":1728682574096,"duration":1}},{"uid":"357ecea0f12fb6df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/357ecea0f12fb6df","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"605754f06e7a54c9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/605754f06e7a54c9","status":"passed","time":{"start":1728676621435,"stop":1728676621435,"duration":0}},{"uid":"dc7c07c6af270e0c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc7c07c6af270e0c","status":"passed","time":{"start":1728669344470,"stop":1728669344470,"duration":0}},{"uid":"2b8fd77af3092ebe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2b8fd77af3092ebe","status":"passed","time":{"start":1728597685164,"stop":1728597685164,"duration":0}},{"uid":"30d3b736a9254f37","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/30d3b736a9254f37","status":"passed","time":{"start":1728596904471,"stop":1728596904472,"duration":1}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"902cd01a33b75d49","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/902cd01a33b75d49","status":"passed","time":{"start":1729033862326,"stop":1729033862326,"duration":0}},{"uid":"e8cacddd415c5013","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8cacddd415c5013","status":"passed","time":{"start":1729031912067,"stop":1729031912067,"duration":0}},{"uid":"217879ce94fbcbac","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/217879ce94fbcbac","status":"passed","time":{"start":1728901457813,"stop":1728901457814,"duration":1}},{"uid":"5ff38fec7e9a3daa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5ff38fec7e9a3daa","status":"passed","time":{"start":1728892888297,"stop":1728892888298,"duration":1}},{"uid":"f2c4aa5751c5c5d4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f2c4aa5751c5c5d4","status":"passed","time":{"start":1728855850785,"stop":1728855850785,"duration":0}},{"uid":"9bcb76ecdf79894c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9bcb76ecdf79894c","status":"passed","time":{"start":1728738068160,"stop":1728738068160,"duration":0}},{"uid":"3b5cc890222699e8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3b5cc890222699e8","status":"passed","time":{"start":1728682601670,"stop":1728682601671,"duration":1}},{"uid":"3329a23ce5cfaff8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3329a23ce5cfaff8","status":"passed","time":{"start":1728682174562,"stop":1728682174562,"duration":0}},{"uid":"e3e0fb5c78b0796f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e3e0fb5c78b0796f","status":"passed","time":{"start":1728676648928,"stop":1728676648928,"duration":0}},{"uid":"59ebeb20002695","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/59ebeb20002695","status":"passed","time":{"start":1728669372207,"stop":1728669372207,"duration":0}},{"uid":"fe1e4445ef067ba2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fe1e4445ef067ba2","status":"passed","time":{"start":1728597712757,"stop":1728597712757,"duration":0}},{"uid":"e44aba678407364","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e44aba678407364","status":"passed","time":{"start":1728596931863,"stop":1728596931864,"duration":1}}]},"9239d6669d2802ecb3e6c32edfd8d769:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"301e4571daebf953","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/301e4571daebf953","status":"passed","time":{"start":1728598212613,"stop":1728598212613,"duration":0}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cece4c5c88086652","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cece4c5c88086652","status":"passed","time":{"start":1729034014877,"stop":1729034014878,"duration":1}},{"uid":"3b86b5c8ce38ee41","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3b86b5c8ce38ee41","status":"passed","time":{"start":1729032065456,"stop":1729032065458,"duration":2}},{"uid":"8fb3992c28e228ca","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8fb3992c28e228ca","status":"passed","time":{"start":1728901664270,"stop":1728901664270,"duration":0}},{"uid":"46d58566a23b45ba","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/46d58566a23b45ba","status":"passed","time":{"start":1728893093692,"stop":1728893093693,"duration":1}},{"uid":"d49548fe77216131","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d49548fe77216131","status":"passed","time":{"start":1728856055274,"stop":1728856055274,"duration":0}},{"uid":"46d0279b8c0fb597","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/46d0279b8c0fb597","status":"passed","time":{"start":1728738274745,"stop":1728738274746,"duration":1}},{"uid":"6f8db5592a2f28f9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6f8db5592a2f28f9","status":"passed","time":{"start":1728682807960,"stop":1728682807961,"duration":1}},{"uid":"c11906f66453e6cc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c11906f66453e6cc","status":"passed","time":{"start":1728682381286,"stop":1728682381287,"duration":1}},{"uid":"4c1ab9d7a260f260","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4c1ab9d7a260f260","status":"passed","time":{"start":1728676853902,"stop":1728676853902,"duration":0}},{"uid":"533973a26a90bb48","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/533973a26a90bb48","status":"passed","time":{"start":1728669581698,"stop":1728669581698,"duration":0}},{"uid":"862708f8e49e2cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/862708f8e49e2cd","status":"passed","time":{"start":1728597923491,"stop":1728597923492,"duration":1}},{"uid":"85925e3f2c0d6687","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/85925e3f2c0d6687","status":"passed","time":{"start":1728597132265,"stop":1728597132265,"duration":0}}]},"ab2cf7ff8fa33a16e823730f95cd1aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4cbb7bd2faf77fc1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4cbb7bd2faf77fc1","status":"passed","time":{"start":1728598157578,"stop":1728598157579,"duration":1}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"88b2a676a5b133cf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/88b2a676a5b133cf","status":"passed","time":{"start":1729033858269,"stop":1729033858270,"duration":1}},{"uid":"d2f64dd84170279c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2f64dd84170279c","status":"passed","time":{"start":1729031908176,"stop":1729031908176,"duration":0}},{"uid":"c3e2ee988067dd18","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c3e2ee988067dd18","status":"passed","time":{"start":1728901453932,"stop":1728901453933,"duration":1}},{"uid":"f572e906dc71fc46","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f572e906dc71fc46","status":"passed","time":{"start":1728892884409,"stop":1728892884409,"duration":0}},{"uid":"c50a56aa51cd0020","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c50a56aa51cd0020","status":"passed","time":{"start":1728855846878,"stop":1728855846878,"duration":0}},{"uid":"6cda2177bacd3e7a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6cda2177bacd3e7a","status":"passed","time":{"start":1728738064181,"stop":1728738064182,"duration":1}},{"uid":"f88df16afcbac6a4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f88df16afcbac6a4","status":"passed","time":{"start":1728682597759,"stop":1728682597760,"duration":1}},{"uid":"64beccff3ea22387","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/64beccff3ea22387","status":"passed","time":{"start":1728682170539,"stop":1728682170539,"duration":0}},{"uid":"2bf5c771cbabd29d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2bf5c771cbabd29d","status":"passed","time":{"start":1728676645199,"stop":1728676645199,"duration":0}},{"uid":"f387da686d7754f1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f387da686d7754f1","status":"passed","time":{"start":1728669368194,"stop":1728669368194,"duration":0}},{"uid":"2e3e1b18881357cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e3e1b18881357cd","status":"passed","time":{"start":1728597709009,"stop":1728597709010,"duration":1}},{"uid":"5ec0c4a55ae5cd35","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5ec0c4a55ae5cd35","status":"passed","time":{"start":1728596928105,"stop":1728596928105,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9d6afc05dba28b17","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9d6afc05dba28b17","status":"passed","time":{"start":1729033942603,"stop":1729033942603,"duration":0}},{"uid":"723da48e47dfbfdc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/723da48e47dfbfdc","status":"passed","time":{"start":1729031989714,"stop":1729031989715,"duration":1}},{"uid":"36255f1623c9b4e7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/36255f1623c9b4e7","status":"passed","time":{"start":1728901562042,"stop":1728901562044,"duration":2}},{"uid":"21369dac4de7cf10","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/21369dac4de7cf10","status":"passed","time":{"start":1728893001481,"stop":1728893001481,"duration":0}},{"uid":"13a755ed2eacf40f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/13a755ed2eacf40f","status":"passed","time":{"start":1728855968867,"stop":1728855968868,"duration":1}},{"uid":"a65f1a8478d6ded4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a65f1a8478d6ded4","status":"passed","time":{"start":1728738172966,"stop":1728738172967,"duration":1}},{"uid":"ddf15b936b05207d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ddf15b936b05207d","status":"passed","time":{"start":1728682706939,"stop":1728682706940,"duration":1}},{"uid":"e204e3aefcb9c122","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e204e3aefcb9c122","status":"passed","time":{"start":1728682296860,"stop":1728682296860,"duration":0}},{"uid":"1951db2f3271b3f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1951db2f3271b3f0","status":"passed","time":{"start":1728676761471,"stop":1728676761471,"duration":0}},{"uid":"97264df437f9cf2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97264df437f9cf2","status":"passed","time":{"start":1728669479026,"stop":1728669479027,"duration":1}},{"uid":"4ee57d15c259279b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ee57d15c259279b","status":"passed","time":{"start":1728597820126,"stop":1728597820127,"duration":1}},{"uid":"98959a1f524bf0c5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/98959a1f524bf0c5","status":"passed","time":{"start":1728597034501,"stop":1728597034501,"duration":0}}]},"95bdc17caee13965e3fba1753ffc5359:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b88b2a4471e858ee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b88b2a4471e858ee","status":"passed","time":{"start":1729033875027,"stop":1729033875027,"duration":0}},{"uid":"c1f97f9bd3a0b946","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c1f97f9bd3a0b946","status":"passed","time":{"start":1729031924908,"stop":1729031924908,"duration":0}},{"uid":"19d75bb67a47c2f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/19d75bb67a47c2f5","status":"passed","time":{"start":1728901469135,"stop":1728901469135,"duration":0}},{"uid":"2365996d05598b29","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2365996d05598b29","status":"passed","time":{"start":1728892899800,"stop":1728892899800,"duration":0}},{"uid":"cbec5584e28df4d7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cbec5584e28df4d7","status":"passed","time":{"start":1728855863296,"stop":1728855863296,"duration":0}},{"uid":"1226c90b85cfe135","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1226c90b85cfe135","status":"passed","time":{"start":1728738080956,"stop":1728738080956,"duration":0}},{"uid":"a4663587ae79faf8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a4663587ae79faf8","status":"passed","time":{"start":1728682614316,"stop":1728682614316,"duration":0}},{"uid":"41755876559a40ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41755876559a40ae","status":"passed","time":{"start":1728682187220,"stop":1728682187220,"duration":0}},{"uid":"f7a63d4d3dccd9ff","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7a63d4d3dccd9ff","status":"passed","time":{"start":1728676661420,"stop":1728676661421,"duration":1}},{"uid":"381af19fe82f72ec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/381af19fe82f72ec","status":"passed","time":{"start":1728669384753,"stop":1728669384753,"duration":0}},{"uid":"7137560c2233dde5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7137560c2233dde5","status":"passed","time":{"start":1728597724210,"stop":1728597724211,"duration":1}},{"uid":"30f33435d274f164","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/30f33435d274f164","status":"passed","time":{"start":1728596943263,"stop":1728596943264,"duration":1}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7838614c6a8d3b05","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7838614c6a8d3b05","status":"passed","time":{"start":1729033868925,"stop":1729033868925,"duration":0}},{"uid":"7fb3d765461a3d5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7fb3d765461a3d5d","status":"passed","time":{"start":1729031918510,"stop":1729031918511,"duration":1}},{"uid":"de852dacb63f8458","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/de852dacb63f8458","status":"passed","time":{"start":1728901464219,"stop":1728901464220,"duration":1}},{"uid":"cd09131f628662a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cd09131f628662a","status":"passed","time":{"start":1728892894740,"stop":1728892894740,"duration":0}},{"uid":"636917cb9a2f100f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/636917cb9a2f100f","status":"passed","time":{"start":1728855857251,"stop":1728855857252,"duration":1}},{"uid":"284c12dae8b6ed49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/284c12dae8b6ed49","status":"passed","time":{"start":1728738074579,"stop":1728738074580,"duration":1}},{"uid":"f3ca2d2dac0870cf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3ca2d2dac0870cf","status":"passed","time":{"start":1728682608126,"stop":1728682608126,"duration":0}},{"uid":"6bf1c6092e3295b7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6bf1c6092e3295b7","status":"passed","time":{"start":1728682181011,"stop":1728682181012,"duration":1}},{"uid":"bf2751141df4b5f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bf2751141df4b5f","status":"passed","time":{"start":1728676655409,"stop":1728676655409,"duration":0}},{"uid":"fdbbbb31f21894fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fdbbbb31f21894fb","status":"passed","time":{"start":1728669378740,"stop":1728669378740,"duration":0}},{"uid":"285b158ef0f9027a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/285b158ef0f9027a","status":"passed","time":{"start":1728597719062,"stop":1728597719063,"duration":1}},{"uid":"de58270d992aff90","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/de58270d992aff90","status":"passed","time":{"start":1728596938238,"stop":1728596938238,"duration":0}}]},"abe278fadf9cee8024c1556c055d71aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"300e9fe178e1a195","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/300e9fe178e1a195","status":"passed","time":{"start":1728677163583,"stop":1728677163583,"duration":0}}]}} \ No newline at end of file +{"8eb46b67aeb45674e4e421bf93499dd1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c573d353acefe2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c573d353acefe2","status":"passed","time":{"start":1729032228818,"stop":1729032228818,"duration":0}}]},"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"411b009954ba9e61","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/411b009954ba9e61","status":"passed","time":{"start":1729034332625,"stop":1729034332626,"duration":1}},{"uid":"bc0353a51c888880","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bc0353a51c888880","status":"passed","time":{"start":1729034096127,"stop":1729034096127,"duration":0}},{"uid":"92b2db24b2be12b9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/92b2db24b2be12b9","status":"passed","time":{"start":1729034020085,"stop":1729034020085,"duration":0}},{"uid":"535538802ea75bc1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/535538802ea75bc1","status":"passed","time":{"start":1729033834378,"stop":1729033834378,"duration":0}},{"uid":"cf50299ff607e498","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cf50299ff607e498","status":"passed","time":{"start":1729031884109,"stop":1729031884109,"duration":0}},{"uid":"8999e2754ed18337","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8999e2754ed18337","status":"passed","time":{"start":1728901430250,"stop":1728901430250,"duration":0}},{"uid":"60e74924d7b78f90","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/60e74924d7b78f90","status":"passed","time":{"start":1728892860526,"stop":1728892860526,"duration":0}},{"uid":"4bafa64571b2dac3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4bafa64571b2dac3","status":"passed","time":{"start":1728855823317,"stop":1728855823317,"duration":0}},{"uid":"f9741eaa0655b528","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f9741eaa0655b528","status":"passed","time":{"start":1728738040585,"stop":1728738040586,"duration":1}},{"uid":"81e3f02ae2ca31bb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/81e3f02ae2ca31bb","status":"passed","time":{"start":1728682574085,"stop":1728682574086,"duration":1}},{"uid":"9b7e9567e3831e0f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b7e9567e3831e0f","status":"passed","time":{"start":1728682146811,"stop":1728682146811,"duration":0}},{"uid":"3ab09d5f85ddedb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3ab09d5f85ddedb","status":"passed","time":{"start":1728676621425,"stop":1728676621425,"duration":0}},{"uid":"ad6042ed106a008e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad6042ed106a008e","status":"passed","time":{"start":1728669344461,"stop":1728669344461,"duration":0}},{"uid":"bf4200ccadeedea0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bf4200ccadeedea0","status":"passed","time":{"start":1728597685155,"stop":1728597685155,"duration":0}},{"uid":"7492822246bb96b1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7492822246bb96b1","status":"passed","time":{"start":1728596904461,"stop":1728596904461,"duration":0}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"358ca88f962b7fec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/358ca88f962b7fec","status":"passed","time":{"start":1729034561706,"stop":1729034561706,"duration":0}},{"uid":"fafeccccd5e5a720","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fafeccccd5e5a720","status":"passed","time":{"start":1729034329729,"stop":1729034329730,"duration":1}},{"uid":"74a6dea9fd367894","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/74a6dea9fd367894","status":"passed","time":{"start":1729034249403,"stop":1729034249404,"duration":1}},{"uid":"49ee288dfa6ab127","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/49ee288dfa6ab127","status":"passed","time":{"start":1729034067354,"stop":1729034067355,"duration":1}},{"uid":"c5767577cfdc33b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c5767577cfdc33b4","status":"passed","time":{"start":1729032098328,"stop":1729032098328,"duration":0}},{"uid":"79f59ee74000c100","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/79f59ee74000c100","status":"passed","time":{"start":1728901786966,"stop":1728901786966,"duration":0}},{"uid":"824eea4f3b5cfc65","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/824eea4f3b5cfc65","status":"passed","time":{"start":1728893221404,"stop":1728893221405,"duration":1}},{"uid":"9521cf2cb97045aa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9521cf2cb97045aa","status":"passed","time":{"start":1728856163737,"stop":1728856163737,"duration":0}},{"uid":"cc2cc859a3b5f5b7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc2cc859a3b5f5b7","status":"passed","time":{"start":1728738376850,"stop":1728738376851,"duration":1}},{"uid":"d28fbdabb282d4ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d28fbdabb282d4ab","status":"passed","time":{"start":1728682920158,"stop":1728682920158,"duration":0}},{"uid":"550dffeca437a6d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/550dffeca437a6d0","status":"passed","time":{"start":1728682501584,"stop":1728682501584,"duration":0}},{"uid":"ae7d0d0fdebb0255","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae7d0d0fdebb0255","status":"passed","time":{"start":1728676985051,"stop":1728676985051,"duration":0}},{"uid":"28242612518d7e9e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/28242612518d7e9e","status":"passed","time":{"start":1728669632408,"stop":1728669632408,"duration":0}},{"uid":"1df283c77af67539","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1df283c77af67539","status":"passed","time":{"start":1728598049844,"stop":1728598049844,"duration":0}},{"uid":"67f639dd0cce58fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/67f639dd0cce58fd","status":"passed","time":{"start":1728597265138,"stop":1728597265138,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"55d0ab01ea831a96","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/55d0ab01ea831a96","status":"passed","time":{"start":1729034617750,"stop":1729034617751,"duration":1}},{"uid":"541624c450ced56b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/541624c450ced56b","status":"passed","time":{"start":1729034370853,"stop":1729034370854,"duration":1}},{"uid":"b704ebf02c999063","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b704ebf02c999063","status":"passed","time":{"start":1729034308860,"stop":1729034308861,"duration":1}},{"uid":"cb048deab5f94975","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cb048deab5f94975","status":"passed","time":{"start":1729034129469,"stop":1729034129469,"duration":0}},{"uid":"589d048e3ba41ef7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/589d048e3ba41ef7","status":"passed","time":{"start":1729032178362,"stop":1729032178363,"duration":1}},{"uid":"1b6c44b1daac065d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b6c44b1daac065d","status":"passed","time":{"start":1728901896341,"stop":1728901896341,"duration":0}},{"uid":"23f798e941ed02e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/23f798e941ed02e4","status":"passed","time":{"start":1728893329020,"stop":1728893329020,"duration":0}},{"uid":"f24dce93bc256cb6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f24dce93bc256cb6","status":"passed","time":{"start":1728856284755,"stop":1728856284756,"duration":1}},{"uid":"25e61cb93e3db35a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/25e61cb93e3db35a","status":"passed","time":{"start":1728738494931,"stop":1728738494932,"duration":1}},{"uid":"950a20be033bf6b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/950a20be033bf6b0","status":"passed","time":{"start":1728683033626,"stop":1728683033626,"duration":0}},{"uid":"1e1b94a4d2ddff13","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1e1b94a4d2ddff13","status":"passed","time":{"start":1728682601731,"stop":1728682601731,"duration":0}},{"uid":"dae603be616386ae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dae603be616386ae","status":"passed","time":{"start":1728677107956,"stop":1728677107957,"duration":1}},{"uid":"548c10c44a21ef33","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/548c10c44a21ef33","status":"passed","time":{"start":1728669764745,"stop":1728669764745,"duration":0}},{"uid":"190eb6395732de2f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/190eb6395732de2f","status":"passed","time":{"start":1728598157556,"stop":1728598157557,"duration":1}},{"uid":"433ad33bb1bf77f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/433ad33bb1bf77f8","status":"passed","time":{"start":1728597369055,"stop":1728597369055,"duration":0}}]},"770ef580ef3b0af6f69bbac8270a30ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8abe04959242986b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8abe04959242986b","status":"passed","time":{"start":1728669841251,"stop":1728669841252,"duration":1}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f01a52cca6951047","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f01a52cca6951047","status":"passed","time":{"start":1729034335334,"stop":1729034335334,"duration":0}},{"uid":"bef3a5c7755ee61b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bef3a5c7755ee61b","status":"passed","time":{"start":1729034098687,"stop":1729034098687,"duration":0}},{"uid":"ac2491d7e5a05653","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ac2491d7e5a05653","status":"passed","time":{"start":1729034022456,"stop":1729034022456,"duration":0}},{"uid":"15e59fd53bacc39d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/15e59fd53bacc39d","status":"passed","time":{"start":1729033836804,"stop":1729033836804,"duration":0}},{"uid":"c28e71d0a3b74d3c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c28e71d0a3b74d3c","status":"passed","time":{"start":1729031886611,"stop":1729031886611,"duration":0}},{"uid":"1986fadc223e484d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1986fadc223e484d","status":"passed","time":{"start":1728901432738,"stop":1728901432738,"duration":0}},{"uid":"6087fd397cd7aca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6087fd397cd7aca","status":"passed","time":{"start":1728892863024,"stop":1728892863024,"duration":0}},{"uid":"73a000080a4b59cb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/73a000080a4b59cb","status":"passed","time":{"start":1728855825774,"stop":1728855825774,"duration":0}},{"uid":"5b772b27439af2fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5b772b27439af2fa","status":"passed","time":{"start":1728738043033,"stop":1728738043033,"duration":0}},{"uid":"71c4e0f316d44a4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71c4e0f316d44a4f","status":"passed","time":{"start":1728682576531,"stop":1728682576531,"duration":0}},{"uid":"1d2a3a4b5f387ed3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1d2a3a4b5f387ed3","status":"passed","time":{"start":1728682149244,"stop":1728682149245,"duration":1}},{"uid":"8c25fa4ee10fd92e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8c25fa4ee10fd92e","status":"passed","time":{"start":1728676623919,"stop":1728676623920,"duration":1}},{"uid":"7c71bf38413b58cb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7c71bf38413b58cb","status":"passed","time":{"start":1728669346942,"stop":1728669346942,"duration":0}},{"uid":"6a38c52cb5bb1b5d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a38c52cb5bb1b5d","status":"passed","time":{"start":1728597687695,"stop":1728597687695,"duration":0}},{"uid":"118f061985393b8f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/118f061985393b8f","status":"passed","time":{"start":1728596907137,"stop":1728596907137,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4ba3fd5c9923c490","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4ba3fd5c9923c490","status":"passed","time":{"start":1729034472983,"stop":1729034472983,"duration":0}},{"uid":"b551d4de47ec0ffe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b551d4de47ec0ffe","status":"passed","time":{"start":1729034240922,"stop":1729034240925,"duration":3}},{"uid":"1cffefafd01b8952","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1cffefafd01b8952","status":"passed","time":{"start":1729034159620,"stop":1729034159620,"duration":0}},{"uid":"97e9a59b57e1e3f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97e9a59b57e1e3f6","status":"passed","time":{"start":1729033976803,"stop":1729033976803,"duration":0}},{"uid":"91f45e3ab2f65c1c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/91f45e3ab2f65c1c","status":"passed","time":{"start":1729032020527,"stop":1729032020527,"duration":0}},{"uid":"504db91020bc6619","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/504db91020bc6619","status":"passed","time":{"start":1728901616451,"stop":1728901616460,"duration":9}},{"uid":"be2bd3bcc0b71762","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/be2bd3bcc0b71762","status":"passed","time":{"start":1728893050248,"stop":1728893050249,"duration":1}},{"uid":"a0b96fe11e700395","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0b96fe11e700395","status":"passed","time":{"start":1728856015175,"stop":1728856015175,"duration":0}},{"uid":"117be67a927693bf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/117be67a927693bf","status":"passed","time":{"start":1728738233144,"stop":1728738233145,"duration":1}},{"uid":"c919de31ec31c253","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c919de31ec31c253","status":"passed","time":{"start":1728682762476,"stop":1728682762476,"duration":0}},{"uid":"56389583c101f798","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/56389583c101f798","status":"passed","time":{"start":1728682332789,"stop":1728682332790,"duration":1}},{"uid":"c43e2224b3441651","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c43e2224b3441651","status":"passed","time":{"start":1728676810298,"stop":1728676810298,"duration":0}},{"uid":"14eb6d75b2b15919","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/14eb6d75b2b15919","status":"passed","time":{"start":1728669529903,"stop":1728669529903,"duration":0}},{"uid":"5260244e88d71766","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5260244e88d71766","status":"passed","time":{"start":1728597873538,"stop":1728597873538,"duration":0}},{"uid":"11848eff1bdd9d49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/11848eff1bdd9d49","status":"passed","time":{"start":1728597089277,"stop":1728597089277,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"59c58b38ba8fac2d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/59c58b38ba8fac2d","status":"passed","time":{"start":1729034506785,"stop":1729034506786,"duration":1}},{"uid":"3ea15838692a640b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3ea15838692a640b","status":"passed","time":{"start":1729034259807,"stop":1729034259807,"duration":0}},{"uid":"5731c964d274aeb4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5731c964d274aeb4","status":"passed","time":{"start":1729034194001,"stop":1729034194001,"duration":0}},{"uid":"12983133b0db12d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/12983133b0db12d0","status":"passed","time":{"start":1729034014832,"stop":1729034014833,"duration":1}},{"uid":"464a4b97ad26b58f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/464a4b97ad26b58f","status":"passed","time":{"start":1729032065423,"stop":1729032065433,"duration":10}},{"uid":"bc71751d0a2138a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc71751d0a2138a9","status":"passed","time":{"start":1728901664234,"stop":1728901664234,"duration":0}},{"uid":"6a9b000fb7b13e21","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6a9b000fb7b13e21","status":"passed","time":{"start":1728893093680,"stop":1728893093680,"duration":0}},{"uid":"eeb5082e5cbea1b8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/eeb5082e5cbea1b8","status":"passed","time":{"start":1728856055262,"stop":1728856055262,"duration":0}},{"uid":"cfe47b95767cb3d3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cfe47b95767cb3d3","status":"passed","time":{"start":1728738274738,"stop":1728738274739,"duration":1}},{"uid":"9b927d4ab75655f2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9b927d4ab75655f2","status":"passed","time":{"start":1728682807947,"stop":1728682807948,"duration":1}},{"uid":"702a7e1621e9e27c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/702a7e1621e9e27c","status":"passed","time":{"start":1728682381279,"stop":1728682381279,"duration":0}},{"uid":"adce92ebccd25498","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/adce92ebccd25498","status":"passed","time":{"start":1728676853892,"stop":1728676853892,"duration":0}},{"uid":"ca11745d2ecfa7e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca11745d2ecfa7e2","status":"passed","time":{"start":1728669581681,"stop":1728669581682,"duration":1}},{"uid":"902fcff74b6a31ad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/902fcff74b6a31ad","status":"passed","time":{"start":1728597923459,"stop":1728597923461,"duration":2}},{"uid":"7b7f75cec60c9158","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b7f75cec60c9158","status":"passed","time":{"start":1728597132257,"stop":1728597132258,"duration":1}}]},"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fbe78b93ca4fdaad","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbe78b93ca4fdaad","status":"passed","time":{"start":1729034392569,"stop":1729034392570,"duration":1}},{"uid":"e6ba8e63a27589c1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e6ba8e63a27589c1","status":"passed","time":{"start":1729034155172,"stop":1729034155173,"duration":1}},{"uid":"1423e93328c34cca","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1423e93328c34cca","status":"passed","time":{"start":1729034079234,"stop":1729034079235,"duration":1}},{"uid":"a74a642e0e36cf67","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a74a642e0e36cf67","status":"passed","time":{"start":1729033892957,"stop":1729033892959,"duration":2}},{"uid":"ccc6c2fb58bafef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ccc6c2fb58bafef","status":"passed","time":{"start":1729031943351,"stop":1729031943352,"duration":1}},{"uid":"8a593b3a80f5cea5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8a593b3a80f5cea5","status":"passed","time":{"start":1728901487521,"stop":1728901487521,"duration":0}},{"uid":"1e09988e29723b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e09988e29723b2","status":"passed","time":{"start":1728892920386,"stop":1728892920387,"duration":1}},{"uid":"89649cf75ab8b1ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89649cf75ab8b1ac","status":"passed","time":{"start":1728855881508,"stop":1728855881508,"duration":0}},{"uid":"2ee426a4145e1016","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2ee426a4145e1016","status":"passed","time":{"start":1728738098729,"stop":1728738098730,"duration":1}},{"uid":"30f1872ad9197281","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/30f1872ad9197281","status":"passed","time":{"start":1728682632220,"stop":1728682632220,"duration":0}},{"uid":"9f89a69a238ec0a5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9f89a69a238ec0a5","status":"passed","time":{"start":1728682205210,"stop":1728682205210,"duration":0}},{"uid":"9985367100ddd756","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9985367100ddd756","status":"passed","time":{"start":1728676680987,"stop":1728676680988,"duration":1}},{"uid":"becdf4e3d8b31928","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/becdf4e3d8b31928","status":"passed","time":{"start":1728669404739,"stop":1728669404740,"duration":1}},{"uid":"7153053de8e22063","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7153053de8e22063","status":"passed","time":{"start":1728597743847,"stop":1728597743849,"duration":2}},{"uid":"24707248051f5a77","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/24707248051f5a77","status":"passed","time":{"start":1728596961183,"stop":1728596961184,"duration":1}}]},"59a462b27ef892fa5a388ef8dabe696d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3adc90b86effd2ab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3adc90b86effd2ab","status":"passed","time":{"start":1729034668608,"stop":1729034668608,"duration":0}}]},"66f17e2ec822e53dec22fa22cd280df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9015559f6a72e2e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c9015559f6a72e2e","status":"passed","time":{"start":1729034443497,"stop":1729034443498,"duration":1}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e14e981f7a099ba1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e14e981f7a099ba1","status":"passed","time":{"start":1729034341411,"stop":1729034341411,"duration":0}},{"uid":"8f78bc6a4d67de4e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f78bc6a4d67de4e","status":"passed","time":{"start":1729034104920,"stop":1729034104920,"duration":0}},{"uid":"6ff66f0452adcd0a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6ff66f0452adcd0a","status":"passed","time":{"start":1729034028518,"stop":1729034028519,"duration":1}},{"uid":"2256cff14160508a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2256cff14160508a","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"duration":0}},{"uid":"e068f278575c46c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e068f278575c46c0","status":"passed","time":{"start":1729031892684,"stop":1729031892684,"duration":0}},{"uid":"abb3a6264c0fdc9a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/abb3a6264c0fdc9a","status":"passed","time":{"start":1728901438815,"stop":1728901438815,"duration":0}},{"uid":"57a517ffe1975d93","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/57a517ffe1975d93","status":"passed","time":{"start":1728892869009,"stop":1728892869009,"duration":0}},{"uid":"bd8c2dec5b863b85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bd8c2dec5b863b85","status":"passed","time":{"start":1728855831900,"stop":1728855831900,"duration":0}},{"uid":"41f21891f1b95e06","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/41f21891f1b95e06","status":"passed","time":{"start":1728738049048,"stop":1728738049048,"duration":0}},{"uid":"71dcee2356fd68fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71dcee2356fd68fd","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"3d5066bd3addb618","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d5066bd3addb618","status":"passed","time":{"start":1728682155415,"stop":1728682155415,"duration":0}},{"uid":"95f42c8c38d0f0d6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/95f42c8c38d0f0d6","status":"passed","time":{"start":1728676629982,"stop":1728676629982,"duration":0}},{"uid":"5cdde00c4a98e577","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5cdde00c4a98e577","status":"passed","time":{"start":1728669353109,"stop":1728669353109,"duration":0}},{"uid":"41941bc5034ecabf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/41941bc5034ecabf","status":"passed","time":{"start":1728597693855,"stop":1728597693855,"duration":0}},{"uid":"8bcf452096359e20","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8bcf452096359e20","status":"passed","time":{"start":1728596913099,"stop":1728596913099,"duration":0}}]},"a079ececaf3ce72d908d27e85e395bf5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea38c2b83b31ba66","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ea38c2b83b31ba66","status":"passed","time":{"start":1729034506794,"stop":1729034506797,"duration":3}}]},"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"b00ce4fddc8a2c4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b00ce4fddc8a2c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473408,"stop":1729034473408,"duration":0}},{"uid":"3db5aa5c2ecf0484","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3db5aa5c2ecf0484","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241341,"stop":1729034241341,"duration":0}},{"uid":"70957803422071bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/70957803422071bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160195,"stop":1729034160195,"duration":0}},{"uid":"1ca1359e9c6274a4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ca1359e9c6274a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977227,"stop":1729033977227,"duration":0}},{"uid":"c041f2da658fa9f9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c041f2da658fa9f9","status":"passed","time":{"start":1729032053272,"stop":1729032053272,"duration":0}},{"uid":"5af3017cdb490f97","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5af3017cdb490f97","status":"passed","time":{"start":1728901711769,"stop":1728901711770,"duration":1}},{"uid":"303fa368d874cfc0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/303fa368d874cfc0","status":"passed","time":{"start":1728893141903,"stop":1728893141904,"duration":1}},{"uid":"9db9e819b9985633","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9db9e819b9985633","status":"passed","time":{"start":1728856103202,"stop":1728856103202,"duration":0}},{"uid":"f2dcd3ff54da22ae","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f2dcd3ff54da22ae","status":"passed","time":{"start":1728738321622,"stop":1728738321622,"duration":0}},{"uid":"f201d8a9558eef9c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f201d8a9558eef9c","status":"passed","time":{"start":1728682857569,"stop":1728682857570,"duration":1}},{"uid":"9be17bb58d439b1d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9be17bb58d439b1d","status":"passed","time":{"start":1728682428805,"stop":1728682428806,"duration":1}},{"uid":"ba37751e6c574def","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba37751e6c574def","status":"passed","time":{"start":1728676901172,"stop":1728676901181,"duration":9}},{"uid":"71384e65caecb6aa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/71384e65caecb6aa","status":"passed","time":{"start":1728669573866,"stop":1728669573866,"duration":0}},{"uid":"96ca30db4c5ca8f5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/96ca30db4c5ca8f5","status":"passed","time":{"start":1728597972340,"stop":1728597972341,"duration":1}},{"uid":"219c7307bbbceda1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/219c7307bbbceda1","status":"passed","time":{"start":1728597175621,"stop":1728597175622,"duration":1}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"96547764d09f7c6b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/96547764d09f7c6b","status":"passed","time":{"start":1729034708551,"stop":1729034708551,"duration":0}},{"uid":"56d769327312219c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/56d769327312219c","status":"passed","time":{"start":1729034480288,"stop":1729034480289,"duration":1}},{"uid":"8d67ba0d3db5c5b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8d67ba0d3db5c5b","status":"passed","time":{"start":1729034396758,"stop":1729034396758,"duration":0}},{"uid":"76a231704bff480","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/76a231704bff480","status":"passed","time":{"start":1729032277690,"stop":1729032277690,"duration":0}},{"uid":"a4f9149fe58ce546","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a4f9149fe58ce546","status":"passed","time":{"start":1728902034222,"stop":1728902034223,"duration":1}},{"uid":"b687c6f45daf20cb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b687c6f45daf20cb","status":"passed","time":{"start":1728893469055,"stop":1728893469055,"duration":0}},{"uid":"57b530b5daf63e4f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/57b530b5daf63e4f","status":"passed","time":{"start":1728856416486,"stop":1728856416486,"duration":0}},{"uid":"e6e15705207365ad","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e6e15705207365ad","status":"passed","time":{"start":1728738643168,"stop":1728738643168,"duration":0}},{"uid":"edb82eaf816e15c2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/edb82eaf816e15c2","status":"passed","time":{"start":1728683174244,"stop":1728683174245,"duration":1}},{"uid":"1bdcf8153d80e01c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1bdcf8153d80e01c","status":"passed","time":{"start":1728682757798,"stop":1728682757798,"duration":0}},{"uid":"cb99d0dee8d8155e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cb99d0dee8d8155e","status":"passed","time":{"start":1728677231123,"stop":1728677231123,"duration":0}},{"uid":"766a57759c6feece","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/766a57759c6feece","status":"passed","time":{"start":1728669920233,"stop":1728669920234,"duration":1}},{"uid":"29cfd1ab7a246505","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/29cfd1ab7a246505","status":"passed","time":{"start":1728598298887,"stop":1728598298887,"duration":0}},{"uid":"2cc5fa5e2abba48a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2cc5fa5e2abba48a","status":"passed","time":{"start":1728597513732,"stop":1728597513732,"duration":0}}]},"be70fca490e848dad627e7129dd538b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41a1ad86da972dc8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/41a1ad86da972dc8","status":"passed","time":{"start":1728598212610,"stop":1728598212610,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2e309a8cd3a4fa5a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2e309a8cd3a4fa5a","status":"passed","time":{"start":1729034340757,"stop":1729034340757,"duration":0}},{"uid":"f73340d7e86bba64","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f73340d7e86bba64","status":"passed","time":{"start":1729034104183,"stop":1729034104186,"duration":3}},{"uid":"5bab85ea298982f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5bab85ea298982f1","status":"passed","time":{"start":1729034027747,"stop":1729034027748,"duration":1}},{"uid":"f24b1b77313cd634","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f24b1b77313cd634","status":"passed","time":{"start":1729033842351,"stop":1729033842351,"duration":0}},{"uid":"8f494f7d44ea3ada","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8f494f7d44ea3ada","status":"passed","time":{"start":1729031892049,"stop":1729031892050,"duration":1}},{"uid":"49c471d4dbee8c4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/49c471d4dbee8c4","status":"passed","time":{"start":1728901438032,"stop":1728901438034,"duration":2}},{"uid":"7e3923641a9eb0f9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7e3923641a9eb0f9","status":"passed","time":{"start":1728892868235,"stop":1728892868236,"duration":1}},{"uid":"f9dfc1493e25d768","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f9dfc1493e25d768","status":"passed","time":{"start":1728855831083,"stop":1728855831083,"duration":0}},{"uid":"2a1cc13f9368cbca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2a1cc13f9368cbca","status":"passed","time":{"start":1728738048445,"stop":1728738048446,"duration":1}},{"uid":"1620b8bf5023c6b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1620b8bf5023c6b0","status":"passed","time":{"start":1728682581850,"stop":1728682581851,"duration":1}},{"uid":"d760612d0e540019","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d760612d0e540019","status":"passed","time":{"start":1728682154711,"stop":1728682154711,"duration":0}},{"uid":"abcf4e05c2c74395","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/abcf4e05c2c74395","status":"passed","time":{"start":1728676629305,"stop":1728676629307,"duration":2}},{"uid":"936aff6561214619","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/936aff6561214619","status":"passed","time":{"start":1728669352213,"stop":1728669352214,"duration":1}},{"uid":"52e964ffa0615d06","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52e964ffa0615d06","status":"passed","time":{"start":1728597693022,"stop":1728597693023,"duration":1}},{"uid":"3bbfc408753a6d96","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3bbfc408753a6d96","status":"passed","time":{"start":1728596912535,"stop":1728596912535,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9b4c91b3bf48aa23","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9b4c91b3bf48aa23","status":"passed","time":{"start":1729034424274,"stop":1729034424274,"duration":0}},{"uid":"813cc616aaa0bda9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/813cc616aaa0bda9","status":"passed","time":{"start":1729034190706,"stop":1729034190706,"duration":0}},{"uid":"de6ccdf0e4ffc0a4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/de6ccdf0e4ffc0a4","status":"passed","time":{"start":1729034108432,"stop":1729034108432,"duration":0}},{"uid":"346f9458fd5d215e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/346f9458fd5d215e","status":"passed","time":{"start":1729033925383,"stop":1729033925383,"duration":0}},{"uid":"bce695636f997883","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bce695636f997883","status":"passed","time":{"start":1729031975191,"stop":1729031975191,"duration":0}},{"uid":"bbe745b5fdac6b61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bbe745b5fdac6b61","status":"passed","time":{"start":1728901537877,"stop":1728901537878,"duration":1}},{"uid":"cc1ffd8918981b99","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cc1ffd8918981b99","status":"passed","time":{"start":1728892972431,"stop":1728892972431,"duration":0}},{"uid":"cc707504216b080d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc707504216b080d","status":"passed","time":{"start":1728855933072,"stop":1728855933072,"duration":0}},{"uid":"8870a34509620ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8870a34509620ee","status":"passed","time":{"start":1728738149926,"stop":1728738149927,"duration":1}},{"uid":"2bc7cca2825d4ed1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2bc7cca2825d4ed1","status":"passed","time":{"start":1728682681970,"stop":1728682681971,"duration":1}},{"uid":"39b54ea607561f21","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/39b54ea607561f21","status":"passed","time":{"start":1728682257769,"stop":1728682257770,"duration":1}},{"uid":"680932a019b7a864","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/680932a019b7a864","status":"passed","time":{"start":1728676730787,"stop":1728676730788,"duration":1}},{"uid":"8c1553c6e1f8b8fe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8c1553c6e1f8b8fe","status":"passed","time":{"start":1728669456896,"stop":1728669456896,"duration":0}},{"uid":"96683acae018e2b0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/96683acae018e2b0","status":"passed","time":{"start":1728597795920,"stop":1728597795920,"duration":0}},{"uid":"bcd0835ee1feef7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bcd0835ee1feef7e","status":"passed","time":{"start":1728597010202,"stop":1728597010202,"duration":0}}]},"b4aad3970df32cfc429181e3fe26e70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ae7281ae1d63361","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ae7281ae1d63361","status":"passed","time":{"start":1728598212612,"stop":1728598212612,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"14bf986f1cfdd8b1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14bf986f1cfdd8b1","status":"passed","time":{"start":1729034617759,"stop":1729034617760,"duration":1}},{"uid":"456659672974d971","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/456659672974d971","status":"passed","time":{"start":1729034370868,"stop":1729034370869,"duration":1}},{"uid":"4973bbc621e4e75","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4973bbc621e4e75","status":"passed","time":{"start":1729034308871,"stop":1729034308871,"duration":0}},{"uid":"a1a97181ec8fc61f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a1a97181ec8fc61f","status":"passed","time":{"start":1729034129474,"stop":1729034129474,"duration":0}},{"uid":"bda82d1f1d9d1090","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bda82d1f1d9d1090","status":"passed","time":{"start":1729032178368,"stop":1729032178368,"duration":0}},{"uid":"c890592354500d3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c890592354500d3","status":"passed","time":{"start":1728901896347,"stop":1728901896347,"duration":0}},{"uid":"4581907e5e75d452","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4581907e5e75d452","status":"passed","time":{"start":1728893329025,"stop":1728893329025,"duration":0}},{"uid":"af87bea81a6a182e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/af87bea81a6a182e","status":"passed","time":{"start":1728856284764,"stop":1728856284764,"duration":0}},{"uid":"6db22ceeb13766ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6db22ceeb13766ec","status":"passed","time":{"start":1728738494941,"stop":1728738494941,"duration":0}},{"uid":"816b39fca9ffe613","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/816b39fca9ffe613","status":"passed","time":{"start":1728683033632,"stop":1728683033632,"duration":0}},{"uid":"f8ab2c067b1d4d50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f8ab2c067b1d4d50","status":"passed","time":{"start":1728682601736,"stop":1728682601737,"duration":1}},{"uid":"6b1ea0fd52c50623","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6b1ea0fd52c50623","status":"passed","time":{"start":1728677107961,"stop":1728677107962,"duration":1}},{"uid":"d0ec0d98429c24ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d0ec0d98429c24ed","status":"passed","time":{"start":1728669764751,"stop":1728669764751,"duration":0}},{"uid":"6a08fb68e70201dc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a08fb68e70201dc","status":"passed","time":{"start":1728598157562,"stop":1728598157563,"duration":1}},{"uid":"e3a5b42682112b0c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3a5b42682112b0c","status":"passed","time":{"start":1728597369063,"stop":1728597369063,"duration":0}}]},"6f8f6a73622ab9974940240c37934d22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1df84f89917c367c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1df84f89917c367c","status":"passed","time":{"start":1728597369087,"stop":1728597369087,"duration":0}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"521aa51615689c2f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/521aa51615689c2f","status":"passed","time":{"start":1729034704504,"stop":1729034704505,"duration":1}},{"uid":"418eefe81eda439e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/418eefe81eda439e","status":"passed","time":{"start":1729034474998,"stop":1729034474999,"duration":1}},{"uid":"9f152df7f86f0c57","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9f152df7f86f0c57","status":"passed","time":{"start":1729034395299,"stop":1729034395299,"duration":0}},{"uid":"5dfdfd6c85179a52","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5dfdfd6c85179a52","status":"passed","time":{"start":1729034209112,"stop":1729034209112,"duration":0}},{"uid":"627f2d3f127eda86","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/627f2d3f127eda86","status":"passed","time":{"start":1729032264580,"stop":1729032264580,"duration":0}},{"uid":"d27bd2045833e4a1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d27bd2045833e4a1","status":"passed","time":{"start":1728902012871,"stop":1728902012871,"duration":0}},{"uid":"c0efc3f3318d2427","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0efc3f3318d2427","status":"passed","time":{"start":1728893454822,"stop":1728893454822,"duration":0}},{"uid":"c4c8b55347d94bca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c4c8b55347d94bca","status":"passed","time":{"start":1728856408465,"stop":1728856408465,"duration":0}},{"uid":"ad5f9bb6eeb79279","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad5f9bb6eeb79279","status":"passed","time":{"start":1728738633866,"stop":1728738633866,"duration":0}},{"uid":"9b0b8480c95c212e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9b0b8480c95c212e","status":"passed","time":{"start":1728683159813,"stop":1728683159813,"duration":0}},{"uid":"12849259f5d13765","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/12849259f5d13765","status":"passed","time":{"start":1728682751340,"stop":1728682751341,"duration":1}},{"uid":"d47da8990cf85eec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d47da8990cf85eec","status":"passed","time":{"start":1728677216374,"stop":1728677216375,"duration":1}},{"uid":"bf7aef2b0ac9a96a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf7aef2b0ac9a96a","status":"passed","time":{"start":1728669925461,"stop":1728669925462,"duration":1}},{"uid":"167469ab0af607b0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/167469ab0af607b0","status":"passed","time":{"start":1728598268817,"stop":1728598268817,"duration":0}},{"uid":"b80b90e1512bdadc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b80b90e1512bdadc","status":"passed","time":{"start":1728597503946,"stop":1728597503946,"duration":0}}]},"1465adf335bb41e5999d6f7035145584:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"654c2c1877b58ad2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/654c2c1877b58ad2","status":"passed","time":{"start":1729032235309,"stop":1729032235310,"duration":1}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5078aad504ccea28","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5078aad504ccea28","status":"passed","time":{"start":1729034696863,"stop":1729034696863,"duration":0}},{"uid":"69b1aabebe50c94e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/69b1aabebe50c94e","status":"passed","time":{"start":1729034470059,"stop":1729034470060,"duration":1}},{"uid":"19ac3a00288dcb6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/19ac3a00288dcb6b","status":"passed","time":{"start":1729034388867,"stop":1729034388867,"duration":0}},{"uid":"9093925a3dbd6637","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9093925a3dbd6637","status":"passed","time":{"start":1729034213017,"stop":1729034213017,"duration":0}},{"uid":"6be6e4bf40b12159","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6be6e4bf40b12159","status":"passed","time":{"start":1729032269100,"stop":1729032269100,"duration":0}},{"uid":"cbe568430270a13b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cbe568430270a13b","status":"passed","time":{"start":1728902000840,"stop":1728902000840,"duration":0}},{"uid":"ad1ea5bb375ed85f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ad1ea5bb375ed85f","status":"passed","time":{"start":1728893442590,"stop":1728893442591,"duration":1}},{"uid":"dcf7ce9e152fc94d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dcf7ce9e152fc94d","status":"passed","time":{"start":1728856386634,"stop":1728856386635,"duration":1}},{"uid":"af0caef8a2a59140","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/af0caef8a2a59140","status":"passed","time":{"start":1728738608580,"stop":1728738608581,"duration":1}},{"uid":"ff5eefd895ffd90e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ff5eefd895ffd90e","status":"passed","time":{"start":1728683148167,"stop":1728683148167,"duration":0}},{"uid":"5d7ee043b63e04db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5d7ee043b63e04db","status":"passed","time":{"start":1728682709055,"stop":1728682709055,"duration":0}},{"uid":"c1f0c36dc1a53aa2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1f0c36dc1a53aa2","status":"passed","time":{"start":1728677206653,"stop":1728677206653,"duration":0}},{"uid":"565ea295a250bf39","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/565ea295a250bf39","status":"passed","time":{"start":1728669888546,"stop":1728669888547,"duration":1}},{"uid":"9df6a46b7496584c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9df6a46b7496584c","status":"passed","time":{"start":1728598268128,"stop":1728598268129,"duration":1}},{"uid":"123c04747e18e612","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/123c04747e18e612","status":"passed","time":{"start":1728597478030,"stop":1728597478031,"duration":1}}]},"57280907f762f15dfb0b3dffc3b9b25d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d318555510224497","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d318555510224497","status":"passed","time":{"start":1729032228816,"stop":1729032228816,"duration":0}}]},"dfca42cd4418c1f8a41d298f6e0616e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f38aea40fb964678","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f38aea40fb964678","status":"passed","time":{"start":1728893395075,"stop":1728893395078,"duration":3}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e5d306bd1a1b5a1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e5d306bd1a1b5a1","status":"passed","time":{"start":1729034611685,"stop":1729034611685,"duration":0}},{"uid":"f9ba6165ca93ca3b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f9ba6165ca93ca3b","status":"passed","time":{"start":1729034393670,"stop":1729034393672,"duration":2}},{"uid":"2adbba83fe034405","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2adbba83fe034405","status":"passed","time":{"start":1729034304861,"stop":1729034304862,"duration":1}},{"uid":"8a76ca23457f9387","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a76ca23457f9387","status":"passed","time":{"start":1729034121953,"stop":1729034121954,"duration":1}},{"uid":"8048b10e65339c6a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8048b10e65339c6a","status":"passed","time":{"start":1729032174930,"stop":1729032174931,"duration":1}},{"uid":"7bffed66e3c47b10","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7bffed66e3c47b10","status":"passed","time":{"start":1728901881034,"stop":1728901881035,"duration":1}},{"uid":"4cc8883a2abdc3c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4cc8883a2abdc3c4","status":"passed","time":{"start":1728893317183,"stop":1728893317184,"duration":1}},{"uid":"2b724dc895c419b2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b724dc895c419b2","status":"passed","time":{"start":1728856263127,"stop":1728856263127,"duration":0}},{"uid":"2116f9065775a80","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2116f9065775a80","status":"passed","time":{"start":1728738492812,"stop":1728738492812,"duration":0}},{"uid":"e04609fb9d846556","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e04609fb9d846556","status":"passed","time":{"start":1728683030031,"stop":1728683030031,"duration":0}},{"uid":"8e2e087b80abac9c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e2e087b80abac9c","status":"passed","time":{"start":1728682581131,"stop":1728682581132,"duration":1}},{"uid":"f9520053e8b07da9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f9520053e8b07da9","status":"passed","time":{"start":1728677082015,"stop":1728677082016,"duration":1}},{"uid":"a253b32e2ce02ce8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a253b32e2ce02ce8","status":"passed","time":{"start":1728669795409,"stop":1728669795410,"duration":1}},{"uid":"af1b905c2c44a076","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/af1b905c2c44a076","status":"passed","time":{"start":1728598137511,"stop":1728598137511,"duration":0}},{"uid":"92fe01154abe8b17","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92fe01154abe8b17","status":"passed","time":{"start":1728597353490,"stop":1728597353490,"duration":0}}]},"01acafe26503c21966247906efaae4fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4d1086857403c52","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d4d1086857403c52","status":"passed","time":{"start":1728682652693,"stop":1728682652693,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"aadb8ef84c3b243c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aadb8ef84c3b243c","status":"passed","time":{"start":1729034447616,"stop":1729034447616,"duration":0}},{"uid":"906c68e0c84b986e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/906c68e0c84b986e","status":"passed","time":{"start":1729034206085,"stop":1729034206085,"duration":0}},{"uid":"8231df1f82ee2b6a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8231df1f82ee2b6a","status":"passed","time":{"start":1729034134190,"stop":1729034134190,"duration":0}},{"uid":"93e0c44efc656603","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/93e0c44efc656603","status":"passed","time":{"start":1729033942600,"stop":1729033942601,"duration":1}},{"uid":"dea02e4be1c1f11b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dea02e4be1c1f11b","status":"passed","time":{"start":1729031989711,"stop":1729031989712,"duration":1}},{"uid":"b9ac22aad6d4e03c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b9ac22aad6d4e03c","status":"passed","time":{"start":1728901562033,"stop":1728901562033,"duration":0}},{"uid":"c3c2a0ab9b1a7f2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c3c2a0ab9b1a7f2b","status":"passed","time":{"start":1728893001480,"stop":1728893001480,"duration":0}},{"uid":"7fa3a58b108340b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7fa3a58b108340b6","status":"passed","time":{"start":1728855968865,"stop":1728855968865,"duration":0}},{"uid":"864f32cafbb28285","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/864f32cafbb28285","status":"passed","time":{"start":1728738172965,"stop":1728738172966,"duration":1}},{"uid":"70350bfcc065554","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70350bfcc065554","status":"passed","time":{"start":1728682706936,"stop":1728682706937,"duration":1}},{"uid":"742b4f5b25d23539","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/742b4f5b25d23539","status":"passed","time":{"start":1728682296859,"stop":1728682296859,"duration":0}},{"uid":"47975ff96ab885b6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/47975ff96ab885b6","status":"passed","time":{"start":1728676761466,"stop":1728676761468,"duration":2}},{"uid":"d6a5097ff97a5215","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d6a5097ff97a5215","status":"passed","time":{"start":1728669479025,"stop":1728669479026,"duration":1}},{"uid":"84f92fe77bac7b2f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/84f92fe77bac7b2f","status":"passed","time":{"start":1728597820125,"stop":1728597820126,"duration":1}},{"uid":"fdf3dffe094d08e4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fdf3dffe094d08e4","status":"passed","time":{"start":1728597034499,"stop":1728597034499,"duration":0}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bd476cd57a4de752","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bd476cd57a4de752","status":"passed","time":{"start":1729034631248,"stop":1729034631248,"duration":0}},{"uid":"2791dd1a75e21b58","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2791dd1a75e21b58","status":"passed","time":{"start":1729034400884,"stop":1729034400885,"duration":1}},{"uid":"47b2efeb736e04f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47b2efeb736e04f6","status":"passed","time":{"start":1729034317444,"stop":1729034317445,"duration":1}},{"uid":"7bb3fe4dbceea0f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bb3fe4dbceea0f2","status":"passed","time":{"start":1729034137125,"stop":1729034137125,"duration":0}},{"uid":"5c5d1d8f623d4d59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5c5d1d8f623d4d59","status":"passed","time":{"start":1729032206870,"stop":1729032206871,"duration":1}},{"uid":"1e449f5cc229f5a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e449f5cc229f5a9","status":"passed","time":{"start":1728901995011,"stop":1728901995011,"duration":0}},{"uid":"529854d6607588ce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/529854d6607588ce","status":"passed","time":{"start":1728893420989,"stop":1728893420991,"duration":2}},{"uid":"ededb5240eee597e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ededb5240eee597e","status":"passed","time":{"start":1728856368592,"stop":1728856368592,"duration":0}},{"uid":"8daddee967d00bca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8daddee967d00bca","status":"passed","time":{"start":1728738604677,"stop":1728738604677,"duration":0}},{"uid":"1c1fbcb88a9bdf4c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1c1fbcb88a9bdf4c","status":"passed","time":{"start":1728683117607,"stop":1728683117608,"duration":1}},{"uid":"cd67d776a101f44b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd67d776a101f44b","status":"passed","time":{"start":1728682721314,"stop":1728682721314,"duration":0}},{"uid":"29ca9c286c04e97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/29ca9c286c04e97","status":"passed","time":{"start":1728677184679,"stop":1728677184679,"duration":0}},{"uid":"ad90d4df24d5b31","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad90d4df24d5b31","status":"passed","time":{"start":1728669866445,"stop":1728669866445,"duration":0}},{"uid":"2fb480899405608f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2fb480899405608f","status":"passed","time":{"start":1728598249972,"stop":1728598249972,"duration":0}},{"uid":"cecbd3b0b1f3b0c5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cecbd3b0b1f3b0c5","status":"passed","time":{"start":1728597472285,"stop":1728597472286,"duration":1}}]},"c87d84d66ca360c67a02c7661e7e2f08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32c864b71237b8d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32c864b71237b8d8","status":"passed","time":{"start":1729034668599,"stop":1729034668605,"duration":6}}]},"95dc355c7ce958b1a2cf1687ca9ae922:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"396d1fb852334653","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/396d1fb852334653","status":"passed","time":{"start":1729034428556,"stop":1729034428556,"duration":0}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"db1862935408402c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db1862935408402c","status":"passed","time":{"start":1729034626852,"stop":1729034626852,"duration":0}},{"uid":"5b0c9349327196e1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b0c9349327196e1","status":"passed","time":{"start":1729034398549,"stop":1729034398549,"duration":0}},{"uid":"b64b1f1ea22b3a8b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b64b1f1ea22b3a8b","status":"passed","time":{"start":1729034314814,"stop":1729034314815,"duration":1}},{"uid":"10a5984620b8a7c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10a5984620b8a7c5","status":"passed","time":{"start":1729034137164,"stop":1729034137164,"duration":0}},{"uid":"a25d615b4a88a193","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a25d615b4a88a193","status":"passed","time":{"start":1729032187247,"stop":1729032187247,"duration":0}},{"uid":"1fbea4e543cc087f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1fbea4e543cc087f","status":"passed","time":{"start":1728901888430,"stop":1728901888430,"duration":0}},{"uid":"968f3c1567b06fb6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/968f3c1567b06fb6","status":"passed","time":{"start":1728893323792,"stop":1728893323793,"duration":1}},{"uid":"13cf3c5610040dfa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/13cf3c5610040dfa","status":"passed","time":{"start":1728856285927,"stop":1728856285928,"duration":1}},{"uid":"38639ecd7bf3f958","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38639ecd7bf3f958","status":"passed","time":{"start":1728738498275,"stop":1728738498276,"duration":1}},{"uid":"ada40416a97db42a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ada40416a97db42a","status":"passed","time":{"start":1728683041391,"stop":1728683041392,"duration":1}},{"uid":"1b05709f2f5841d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1b05709f2f5841d7","status":"passed","time":{"start":1728682596018,"stop":1728682596019,"duration":1}},{"uid":"eb91fdde19bba49b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eb91fdde19bba49b","status":"passed","time":{"start":1728677091267,"stop":1728677091267,"duration":0}},{"uid":"53d4790e621a2cf3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/53d4790e621a2cf3","status":"passed","time":{"start":1728669766426,"stop":1728669766426,"duration":0}},{"uid":"8165ad4fb3a632d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8165ad4fb3a632d","status":"passed","time":{"start":1728598152074,"stop":1728598152074,"duration":0}},{"uid":"dafffbba82b3b039","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dafffbba82b3b039","status":"passed","time":{"start":1728597364118,"stop":1728597364118,"duration":0}}]},"2d09b73e810450f35826c6bac53fdb9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28a0da461f9d6c81","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/28a0da461f9d6c81","status":"passed","time":{"start":1729034393658,"stop":1729034393664,"duration":6}}]},"a0503d7b3aa1db862c50aa45c958e145:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8dd1ce60386702ae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8dd1ce60386702ae","status":"passed","time":{"start":1729034121899,"stop":1729034121899,"duration":0}}]},"b146aac60fa9560d7ef33a73acf6d4bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c02a2c86413633d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c02a2c86413633d4","status":"passed","time":{"start":1728598221889,"stop":1728598221890,"duration":1}}]},"4c1b440e951842ddf6cdb9dd49a7ca9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"8485e6bcae2a1cf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8485e6bcae2a1cf","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473217,"stop":1729034473218,"duration":1}},{"uid":"1dbf3ddaefc2b4cd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1dbf3ddaefc2b4cd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241161,"stop":1729034241162,"duration":1}},{"uid":"951f139d3b7f1024","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/951f139d3b7f1024","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159975,"stop":1729034159975,"duration":0}},{"uid":"17e3197fd1aa610d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/17e3197fd1aa610d","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977065,"duration":0}},{"uid":"a4ccdd1afb09ec23","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a4ccdd1afb09ec23","status":"passed","time":{"start":1729032093802,"stop":1729032093802,"duration":0}},{"uid":"bc336832955095bc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc336832955095bc","status":"passed","time":{"start":1728901748774,"stop":1728901748774,"duration":0}},{"uid":"38385d959413f09a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/38385d959413f09a","status":"passed","time":{"start":1728893181087,"stop":1728893181087,"duration":0}},{"uid":"cd4091239503fe35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cd4091239503fe35","status":"passed","time":{"start":1728856155552,"stop":1728856155553,"duration":1}},{"uid":"39ad36ad012aa345","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/39ad36ad012aa345","status":"passed","time":{"start":1728738360296,"stop":1728738360297,"duration":1}},{"uid":"b6e83dc25d7989ac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6e83dc25d7989ac","status":"passed","time":{"start":1728682907223,"stop":1728682907223,"duration":0}},{"uid":"b6635bedc36ae9aa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b6635bedc36ae9aa","status":"passed","time":{"start":1728682466736,"stop":1728682466736,"duration":0}},{"uid":"34c32eae3de161d1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34c32eae3de161d1","status":"passed","time":{"start":1728676955723,"stop":1728676955723,"duration":0}},{"uid":"ef87ac48f7895639","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ef87ac48f7895639","status":"passed","time":{"start":1728598013536,"stop":1728598013536,"duration":0}},{"uid":"1d827206f85d3bd6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1d827206f85d3bd6","status":"passed","time":{"start":1728597225201,"stop":1728597225201,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e5a01902125afb3a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e5a01902125afb3a","status":"passed","time":{"start":1729034704494,"stop":1729034704495,"duration":1}},{"uid":"42e5053b5af68729","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/42e5053b5af68729","status":"passed","time":{"start":1729034474988,"stop":1729034474988,"duration":0}},{"uid":"7d520f4d8ed848a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7d520f4d8ed848a","status":"passed","time":{"start":1729034395291,"stop":1729034395291,"duration":0}},{"uid":"4fcdd95b567ab236","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4fcdd95b567ab236","status":"passed","time":{"start":1729034209100,"stop":1729034209100,"duration":0}},{"uid":"8a1859c6e3ad5781","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a1859c6e3ad5781","status":"passed","time":{"start":1729032264568,"stop":1729032264568,"duration":0}},{"uid":"85a42c3f164deef7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/85a42c3f164deef7","status":"passed","time":{"start":1728902012851,"stop":1728902012858,"duration":7}},{"uid":"84850c20b4f119c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84850c20b4f119c8","status":"passed","time":{"start":1728893454811,"stop":1728893454811,"duration":0}},{"uid":"37683b47c0961f5d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/37683b47c0961f5d","status":"passed","time":{"start":1728856408452,"stop":1728856408452,"duration":0}},{"uid":"a22d316e0e2a5966","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a22d316e0e2a5966","status":"passed","time":{"start":1728738633854,"stop":1728738633855,"duration":1}},{"uid":"a82d8c9aaae694a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a82d8c9aaae694a8","status":"passed","time":{"start":1728683159757,"stop":1728683159760,"duration":3}},{"uid":"bd2c82c4f767229f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd2c82c4f767229f","status":"passed","time":{"start":1728682751329,"stop":1728682751330,"duration":1}},{"uid":"7e11a4f9b000d791","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7e11a4f9b000d791","status":"passed","time":{"start":1728677216356,"stop":1728677216356,"duration":0}},{"uid":"7ef20b86f17d9c45","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ef20b86f17d9c45","status":"passed","time":{"start":1728669925454,"stop":1728669925454,"duration":0}},{"uid":"3cb4fe4f47b4a62a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3cb4fe4f47b4a62a","status":"passed","time":{"start":1728598268803,"stop":1728598268804,"duration":1}},{"uid":"b59420ed246ad8f9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b59420ed246ad8f9","status":"passed","time":{"start":1728597503920,"stop":1728597503920,"duration":0}}]},"0d17b0a98f124f0c5dd18daf67472956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4e52d038f618521","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4e52d038f618521","status":"passed","time":{"start":1728856284775,"stop":1728856284776,"duration":1}}]},"baa2701d0f1e5c5051586a89f8d64c90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84a729590e3d01c5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/84a729590e3d01c5","status":"passed","time":{"start":1728683093173,"stop":1728683093173,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bef10b5b6b7b2649","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bef10b5b6b7b2649","status":"passed","time":{"start":1729034694621,"stop":1729034694622,"duration":1}},{"uid":"b43012ba6b3c4ce7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b43012ba6b3c4ce7","status":"passed","time":{"start":1729034462010,"stop":1729034462010,"duration":0}},{"uid":"a4316798787f4ed3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a4316798787f4ed3","status":"passed","time":{"start":1729034375967,"stop":1729034375968,"duration":1}},{"uid":"7b359348c08396df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b359348c08396df","status":"passed","time":{"start":1729034200063,"stop":1729034200063,"duration":0}},{"uid":"a8f5be1bb63dffe7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a8f5be1bb63dffe7","status":"passed","time":{"start":1729032257886,"stop":1729032257889,"duration":3}},{"uid":"caa8ef4a42dc68d1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/caa8ef4a42dc68d1","status":"passed","time":{"start":1728902003563,"stop":1728902003564,"duration":1}},{"uid":"e8af12b1183384df","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e8af12b1183384df","status":"passed","time":{"start":1728893434692,"stop":1728893434692,"duration":0}},{"uid":"cc55e8c31bccf4a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc55e8c31bccf4a5","status":"passed","time":{"start":1728856398640,"stop":1728856398640,"duration":0}},{"uid":"5c1c5cec2edfaf9f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c1c5cec2edfaf9f","status":"passed","time":{"start":1728738612000,"stop":1728738612000,"duration":0}},{"uid":"5b64233736e4d748","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5b64233736e4d748","status":"passed","time":{"start":1728683155007,"stop":1728683155007,"duration":0}},{"uid":"acf97ad48073ab69","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acf97ad48073ab69","status":"passed","time":{"start":1728682706101,"stop":1728682706101,"duration":0}},{"uid":"24d2b5a8fd712825","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/24d2b5a8fd712825","status":"passed","time":{"start":1728677207492,"stop":1728677207494,"duration":2}},{"uid":"cff1d50ebded4a0c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cff1d50ebded4a0c","status":"passed","time":{"start":1728669887095,"stop":1728669887096,"duration":1}},{"uid":"e0045dc0a979c877","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e0045dc0a979c877","status":"passed","time":{"start":1728598263633,"stop":1728598263633,"duration":0}},{"uid":"7b93ab9d48da7d24","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b93ab9d48da7d24","status":"passed","time":{"start":1728597478273,"stop":1728597478274,"duration":1}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"964c9d2dc9a92620","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/964c9d2dc9a92620","status":"passed","time":{"start":1729034640511,"stop":1729034640511,"duration":0}},{"uid":"bd56eb5d2cf9e7a8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bd56eb5d2cf9e7a8","status":"passed","time":{"start":1729034411419,"stop":1729034411419,"duration":0}},{"uid":"780aca8b2f7046f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/780aca8b2f7046f6","status":"passed","time":{"start":1729034327390,"stop":1729034327392,"duration":2}},{"uid":"dd2c7d46d1e39045","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd2c7d46d1e39045","status":"passed","time":{"start":1729034147767,"stop":1729034147767,"duration":0}},{"uid":"9ce14b70e1518264","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ce14b70e1518264","status":"passed","time":{"start":1729032204823,"stop":1729032204824,"duration":1}},{"uid":"c33573b29040f5bd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c33573b29040f5bd","status":"passed","time":{"start":1728901907651,"stop":1728901907651,"duration":0}},{"uid":"33e08e1d54d8084e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/33e08e1d54d8084e","status":"passed","time":{"start":1728893341885,"stop":1728893341886,"duration":1}},{"uid":"bf31dce8907f5afa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bf31dce8907f5afa","status":"passed","time":{"start":1728856299351,"stop":1728856299351,"duration":0}},{"uid":"b14a569750ad61c0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b14a569750ad61c0","status":"passed","time":{"start":1728738511611,"stop":1728738511612,"duration":1}},{"uid":"ec451489c85c24ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec451489c85c24ca","status":"passed","time":{"start":1728683052907,"stop":1728683052907,"duration":0}},{"uid":"25cdb56741b6e4d9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/25cdb56741b6e4d9","status":"passed","time":{"start":1728682612906,"stop":1728682612906,"duration":0}},{"uid":"77402f83ef0be0fa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/77402f83ef0be0fa","status":"passed","time":{"start":1728677115741,"stop":1728677115741,"duration":0}},{"uid":"aa02335d432456e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa02335d432456e5","status":"passed","time":{"start":1728669778170,"stop":1728669778170,"duration":0}},{"uid":"d94ad43c71d9fd33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d94ad43c71d9fd33","status":"passed","time":{"start":1728598175427,"stop":1728598175428,"duration":1}},{"uid":"da672a7dc4f917c2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/da672a7dc4f917c2","status":"passed","time":{"start":1728597380057,"stop":1728597380057,"duration":0}}]},"c8e0730aa1dfa6ed4b9f39efb1e70e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc243dded65a005","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fc243dded65a005","status":"passed","time":{"start":1728893395080,"stop":1728893395080,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f68ff169f5f1eb1b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f68ff169f5f1eb1b","status":"passed","time":{"start":1729034631254,"stop":1729034631255,"duration":1}},{"uid":"92d9ca636779bac5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/92d9ca636779bac5","status":"passed","time":{"start":1729034400891,"stop":1729034400892,"duration":1}},{"uid":"86eb250a39beb955","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/86eb250a39beb955","status":"passed","time":{"start":1729034317454,"stop":1729034317461,"duration":7}},{"uid":"1f2f787ada5e50ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f2f787ada5e50ef","status":"passed","time":{"start":1729034137143,"stop":1729034137143,"duration":0}},{"uid":"643a65c2b46d4996","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/643a65c2b46d4996","status":"passed","time":{"start":1729032206877,"stop":1729032206877,"duration":0}},{"uid":"68d572d03bb7c0a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/68d572d03bb7c0a9","status":"passed","time":{"start":1728901995023,"stop":1728901995023,"duration":0}},{"uid":"1eb25be2dcd64814","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1eb25be2dcd64814","status":"passed","time":{"start":1728893420997,"stop":1728893420997,"duration":0}},{"uid":"9444a6d5ba7ae930","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9444a6d5ba7ae930","status":"passed","time":{"start":1728856368598,"stop":1728856368598,"duration":0}},{"uid":"bb5a5236e604ef68","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb5a5236e604ef68","status":"passed","time":{"start":1728738604682,"stop":1728738604683,"duration":1}},{"uid":"c41543937cf74da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c41543937cf74da","status":"passed","time":{"start":1728683117631,"stop":1728683117632,"duration":1}},{"uid":"9fab00f8e5756719","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9fab00f8e5756719","status":"passed","time":{"start":1728682721320,"stop":1728682721320,"duration":0}},{"uid":"9fd3f00c810b3b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9fd3f00c810b3b3","status":"passed","time":{"start":1728677184685,"stop":1728677184685,"duration":0}},{"uid":"2d87fe11aa9aec80","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2d87fe11aa9aec80","status":"passed","time":{"start":1728669866451,"stop":1728669866452,"duration":1}},{"uid":"aa4fc7e601a5f79e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aa4fc7e601a5f79e","status":"passed","time":{"start":1728598249990,"stop":1728598249991,"duration":1}},{"uid":"29556cf79c12a043","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/29556cf79c12a043","status":"passed","time":{"start":1728597472298,"stop":1728597472299,"duration":1}}]},"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"afa03da0b8d1bd9f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/afa03da0b8d1bd9f","status":"passed","time":{"start":1729034332638,"stop":1729034332638,"duration":0}},{"uid":"d766ec2686891ef0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d766ec2686891ef0","status":"passed","time":{"start":1729034096137,"stop":1729034096138,"duration":1}},{"uid":"f71b167a588bde67","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f71b167a588bde67","status":"passed","time":{"start":1729034020094,"stop":1729034020094,"duration":0}},{"uid":"9cd5686e21697320","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9cd5686e21697320","status":"passed","time":{"start":1729033834390,"stop":1729033834391,"duration":1}},{"uid":"3790c98b4c3444a2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3790c98b4c3444a2","status":"passed","time":{"start":1729031884124,"stop":1729031884124,"duration":0}},{"uid":"5c73a33edf6c71f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5c73a33edf6c71f7","status":"passed","time":{"start":1728901430258,"stop":1728901430258,"duration":0}},{"uid":"16c6c27d36665313","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/16c6c27d36665313","status":"passed","time":{"start":1728892860536,"stop":1728892860536,"duration":0}},{"uid":"18bf175cbe982d91","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/18bf175cbe982d91","status":"passed","time":{"start":1728855823326,"stop":1728855823326,"duration":0}},{"uid":"d86c502cc408bb0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d86c502cc408bb0","status":"passed","time":{"start":1728738040607,"stop":1728738040607,"duration":0}},{"uid":"b7c950c86c523d33","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b7c950c86c523d33","status":"passed","time":{"start":1728682574097,"stop":1728682574097,"duration":0}},{"uid":"d23a7fdae1607305","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d23a7fdae1607305","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"72518ff5189da28d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72518ff5189da28d","status":"passed","time":{"start":1728676621436,"stop":1728676621436,"duration":0}},{"uid":"af3e2ed1f2e29dfe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af3e2ed1f2e29dfe","status":"passed","time":{"start":1728669344471,"stop":1728669344472,"duration":1}},{"uid":"a2b412b16114c35a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a2b412b16114c35a","status":"passed","time":{"start":1728597685165,"stop":1728597685166,"duration":1}},{"uid":"e611900247c67c93","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e611900247c67c93","status":"passed","time":{"start":1728596904473,"stop":1728596904473,"duration":0}}]},"53cba973e845f8509d0e3f6fc7bf7170:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a6c430a42026286","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6c430a42026286","status":"passed","time":{"start":1729034373009,"stop":1729034373009,"duration":0}},{"uid":"fb75863e4f86d41f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fb75863e4f86d41f","status":"passed","time":{"start":1729034137111,"stop":1729034137112,"duration":1}},{"uid":"d9b989b49e4e203e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d9b989b49e4e203e","status":"passed","time":{"start":1729034060044,"stop":1729034060044,"duration":0}},{"uid":"d0d4451bba380693","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0d4451bba380693","status":"passed","time":{"start":1729033875026,"stop":1729033875026,"duration":0}},{"uid":"30ca24b02210702","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30ca24b02210702","status":"passed","time":{"start":1729031924907,"stop":1729031924907,"duration":0}},{"uid":"7298636e14a778b9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7298636e14a778b9","status":"passed","time":{"start":1728901469134,"stop":1728901469134,"duration":0}},{"uid":"4421ef7539aa50fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4421ef7539aa50fb","status":"passed","time":{"start":1728892899799,"stop":1728892899799,"duration":0}},{"uid":"b841f593adfda70c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b841f593adfda70c","status":"passed","time":{"start":1728855863295,"stop":1728855863296,"duration":1}},{"uid":"1e573b1d7f323006","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1e573b1d7f323006","status":"passed","time":{"start":1728738080955,"stop":1728738080955,"duration":0}},{"uid":"202b770e640cd022","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/202b770e640cd022","status":"passed","time":{"start":1728682614315,"stop":1728682614315,"duration":0}},{"uid":"8df124093b0f5664","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8df124093b0f5664","status":"passed","time":{"start":1728682187219,"stop":1728682187220,"duration":1}},{"uid":"a45b7baa3f37bc18","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a45b7baa3f37bc18","status":"passed","time":{"start":1728676661419,"stop":1728676661420,"duration":1}},{"uid":"ebdeb0d3d06574c3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebdeb0d3d06574c3","status":"passed","time":{"start":1728669384752,"stop":1728669384752,"duration":0}},{"uid":"7436a33b5bebd3b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7436a33b5bebd3b5","status":"passed","time":{"start":1728597724209,"stop":1728597724210,"duration":1}},{"uid":"c6f50314cadffb09","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c6f50314cadffb09","status":"passed","time":{"start":1728596943262,"stop":1728596943263,"duration":1}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5663e8800dee897b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5663e8800dee897b","status":"passed","time":{"start":1729034703309,"stop":1729034703310,"duration":1}},{"uid":"73a8b842348e8ffa","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/73a8b842348e8ffa","status":"passed","time":{"start":1729034475271,"stop":1729034475271,"duration":0}},{"uid":"3a9494a286b8bcbb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a9494a286b8bcbb","status":"passed","time":{"start":1729034392402,"stop":1729034392402,"duration":0}},{"uid":"c7ca5e9a306c28da","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7ca5e9a306c28da","status":"passed","time":{"start":1729034208293,"stop":1729034208294,"duration":1}},{"uid":"7cab561249237d2a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7cab561249237d2a","status":"passed","time":{"start":1729032257064,"stop":1729032257065,"duration":1}},{"uid":"2c57335b5a8a8f51","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c57335b5a8a8f51","status":"passed","time":{"start":1728902024011,"stop":1728902024012,"duration":1}},{"uid":"1397606d5568b95f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1397606d5568b95f","status":"passed","time":{"start":1728893455128,"stop":1728893455128,"duration":0}},{"uid":"621d7a2a492ac444","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/621d7a2a492ac444","status":"passed","time":{"start":1728856404961,"stop":1728856404961,"duration":0}},{"uid":"def014771b948f6d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/def014771b948f6d","status":"passed","time":{"start":1728738634667,"stop":1728738634667,"duration":0}},{"uid":"82514ad360241172","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82514ad360241172","status":"passed","time":{"start":1728683163619,"stop":1728683163619,"duration":0}},{"uid":"363c17df35c5110d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/363c17df35c5110d","status":"passed","time":{"start":1728682737539,"stop":1728682737540,"duration":1}},{"uid":"9c132644f218184","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9c132644f218184","status":"passed","time":{"start":1728677222566,"stop":1728677222566,"duration":0}},{"uid":"16cfc7178936511","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/16cfc7178936511","status":"passed","time":{"start":1728669905024,"stop":1728669905030,"duration":6}},{"uid":"21cd175ab9b6e773","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/21cd175ab9b6e773","status":"passed","time":{"start":1728598284365,"stop":1728598284365,"duration":0}},{"uid":"87e227561e1c113c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/87e227561e1c113c","status":"passed","time":{"start":1728597506829,"stop":1728597506830,"duration":1}}]},"2fde84d87ba22e9e58a0c0c447028fed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eea1077c37777815","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eea1077c37777815","status":"passed","time":{"start":1728677156816,"stop":1728677156817,"duration":1}}]},"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":4,"passed":6,"unknown":0,"total":15},"items":[{"uid":"74d64e06fe676770","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/74d64e06fe676770","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473400,"stop":1729034473401,"duration":1}},{"uid":"a7fac9776a3c2887","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a7fac9776a3c2887","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241337,"stop":1729034241337,"duration":0}},{"uid":"e78ce9efd9b5d007","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e78ce9efd9b5d007","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160185,"stop":1729034160185,"duration":0}},{"uid":"5baa417cc12e77f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5baa417cc12e77f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977222,"stop":1729033977224,"duration":2}},{"uid":"7b3ccd2e1e08de00","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7b3ccd2e1e08de00","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1729032053268,"stop":1729032053269,"duration":1}},{"uid":"76cf9e4ed78dcac3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/76cf9e4ed78dcac3","status":"passed","time":{"start":1728901711766,"stop":1728901711766,"duration":0}},{"uid":"19ad7095e2cb097f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19ad7095e2cb097f","status":"passed","time":{"start":1728893141895,"stop":1728893141896,"duration":1}},{"uid":"283dbb1f96e0574e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/283dbb1f96e0574e","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728856103196,"stop":1728856103198,"duration":2}},{"uid":"fbaf36bd533dd315","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fbaf36bd533dd315","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728738321616,"stop":1728738321617,"duration":1}},{"uid":"18ddf62b021a7edd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/18ddf62b021a7edd","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728682857563,"stop":1728682857564,"duration":1}},{"uid":"be9d84fccadb040d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/be9d84fccadb040d","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728682428802,"stop":1728682428803,"duration":1}},{"uid":"d398d077275badf4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d398d077275badf4","status":"passed","time":{"start":1728676901166,"stop":1728676901166,"duration":0}},{"uid":"eb1412e7ef2f451d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eb1412e7ef2f451d","status":"passed","time":{"start":1728669573860,"stop":1728669573860,"duration":0}},{"uid":"36c9fd7e4635345","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/36c9fd7e4635345","status":"passed","time":{"start":1728597972335,"stop":1728597972336,"duration":1}},{"uid":"21a3e6771d92975f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/21a3e6771d92975f","status":"passed","time":{"start":1728597175618,"stop":1728597175618,"duration":0}}]},"40ff940a50e2d30878ccf4577c3fae0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86c697c7d3149247","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/86c697c7d3149247","status":"passed","time":{"start":1728683110367,"stop":1728683110367,"duration":0}}]},"9bcf702279c70fd136964e6de9a976fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95b87da51b5d0b74","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95b87da51b5d0b74","status":"passed","time":{"start":1728893337255,"stop":1728893337255,"duration":0}}]},"a15b2e9d9dd499e5ed450713aa64e344:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7734242bbcd876","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7734242bbcd876","status":"passed","time":{"start":1728856333673,"stop":1728856333674,"duration":1}}]},"01dc4856cec341ef73142bbca6397466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a25323175c24e55","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a25323175c24e55","status":"passed","time":{"start":1729034631263,"stop":1729034631264,"duration":1}}]},"91be0baaa4bd07cf19a2856bf5eea8f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c1815fc7296513e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8c1815fc7296513e","status":"passed","time":{"start":1729034656472,"stop":1729034656472,"duration":0}}]},"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"22f62e466e4917ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/22f62e466e4917ca","status":"passed","time":{"start":1729034332609,"stop":1729034332609,"duration":0}},{"uid":"1a8cbda33544308b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1a8cbda33544308b","status":"passed","time":{"start":1729034096110,"stop":1729034096111,"duration":1}},{"uid":"79e580157464f717","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/79e580157464f717","status":"passed","time":{"start":1729034020073,"stop":1729034020073,"duration":0}},{"uid":"d1ab7ea949bb04c3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1ab7ea949bb04c3","status":"passed","time":{"start":1729033834361,"stop":1729033834362,"duration":1}},{"uid":"de7573142c39756e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/de7573142c39756e","status":"passed","time":{"start":1729031884090,"stop":1729031884091,"duration":1}},{"uid":"10d1f4de22adb7c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/10d1f4de22adb7c6","status":"passed","time":{"start":1728901430242,"stop":1728901430243,"duration":1}},{"uid":"8acd47c31baecfe9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8acd47c31baecfe9","status":"passed","time":{"start":1728892860517,"stop":1728892860517,"duration":0}},{"uid":"4cdf4381a0a1c0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4cdf4381a0a1c0f","status":"passed","time":{"start":1728855823308,"stop":1728855823308,"duration":0}},{"uid":"717bade074f4d437","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/717bade074f4d437","status":"passed","time":{"start":1728738040570,"stop":1728738040570,"duration":0}},{"uid":"bd7b7b3a0f2f0f87","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bd7b7b3a0f2f0f87","status":"passed","time":{"start":1728682574068,"stop":1728682574068,"duration":0}},{"uid":"47a8c4ff81ff598a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/47a8c4ff81ff598a","status":"passed","time":{"start":1728682146795,"stop":1728682146796,"duration":1}},{"uid":"a65a1819c83c992c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a65a1819c83c992c","status":"passed","time":{"start":1728676621404,"stop":1728676621405,"duration":1}},{"uid":"d5a28f3aeec82e39","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d5a28f3aeec82e39","status":"passed","time":{"start":1728669344454,"stop":1728669344454,"duration":0}},{"uid":"88ec0b4f9d4034f4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/88ec0b4f9d4034f4","status":"passed","time":{"start":1728597685135,"stop":1728597685136,"duration":1}},{"uid":"c5c53b85fca8a605","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c5c53b85fca8a605","status":"passed","time":{"start":1728596904442,"stop":1728596904442,"duration":0}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1cce478a8630b11f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1cce478a8630b11f","status":"passed","time":{"start":1729034704500,"stop":1729034704500,"duration":0}},{"uid":"6e30a65980aa1433","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6e30a65980aa1433","status":"passed","time":{"start":1729034474993,"stop":1729034474994,"duration":1}},{"uid":"6f423355b84c649a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6f423355b84c649a","status":"passed","time":{"start":1729034395295,"stop":1729034395295,"duration":0}},{"uid":"8bcaee1cf08bdbbf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8bcaee1cf08bdbbf","status":"passed","time":{"start":1729034209106,"stop":1729034209106,"duration":0}},{"uid":"17c90c192184e56e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/17c90c192184e56e","status":"passed","time":{"start":1729032264574,"stop":1729032264574,"duration":0}},{"uid":"43c06d63424188f4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/43c06d63424188f4","status":"passed","time":{"start":1728902012866,"stop":1728902012866,"duration":0}},{"uid":"e56cad3a758bbb69","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e56cad3a758bbb69","status":"passed","time":{"start":1728893454816,"stop":1728893454816,"duration":0}},{"uid":"9364e932690feed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9364e932690feed","status":"passed","time":{"start":1728856408460,"stop":1728856408460,"duration":0}},{"uid":"e145ed3c3d739a16","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e145ed3c3d739a16","status":"passed","time":{"start":1728738633860,"stop":1728738633860,"duration":0}},{"uid":"8973cc264c254e01","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8973cc264c254e01","status":"passed","time":{"start":1728683159793,"stop":1728683159794,"duration":1}},{"uid":"194b7d9b36a77983","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/194b7d9b36a77983","status":"passed","time":{"start":1728682751336,"stop":1728682751336,"duration":0}},{"uid":"a2f0019587570091","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2f0019587570091","status":"passed","time":{"start":1728677216367,"stop":1728677216368,"duration":1}},{"uid":"b3101945664902dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b3101945664902dc","status":"passed","time":{"start":1728669925458,"stop":1728669925458,"duration":0}},{"uid":"1403df714f304fe2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1403df714f304fe2","status":"passed","time":{"start":1728598268813,"stop":1728598268813,"duration":0}},{"uid":"fcbd97aa6d8e0821","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fcbd97aa6d8e0821","status":"passed","time":{"start":1728597503937,"stop":1728597503937,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b6f1ced85575dfc0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6f1ced85575dfc0","status":"passed","time":{"start":1729034447614,"stop":1729034447615,"duration":1}},{"uid":"1cc06cd3dcc34a5e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1cc06cd3dcc34a5e","status":"passed","time":{"start":1729034206085,"stop":1729034206085,"duration":0}},{"uid":"9189320116afc31d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9189320116afc31d","status":"passed","time":{"start":1729034134189,"stop":1729034134189,"duration":0}},{"uid":"dc0fae4a753f8dbf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dc0fae4a753f8dbf","status":"passed","time":{"start":1729033942598,"stop":1729033942600,"duration":2}},{"uid":"962c1075233debbf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/962c1075233debbf","status":"passed","time":{"start":1729031989711,"stop":1729031989711,"duration":0}},{"uid":"973054e5a41e6b49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/973054e5a41e6b49","status":"passed","time":{"start":1728901562032,"stop":1728901562033,"duration":1}},{"uid":"b197260f9caf6454","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b197260f9caf6454","status":"passed","time":{"start":1728893001479,"stop":1728893001480,"duration":1}},{"uid":"b4bd54e15fdc874e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4bd54e15fdc874e","status":"passed","time":{"start":1728855968864,"stop":1728855968865,"duration":1}},{"uid":"5c7d259779613180","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c7d259779613180","status":"passed","time":{"start":1728738172965,"stop":1728738172965,"duration":0}},{"uid":"277116c40facfeee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/277116c40facfeee","status":"passed","time":{"start":1728682706935,"stop":1728682706936,"duration":1}},{"uid":"99e19199373d0db0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99e19199373d0db0","status":"passed","time":{"start":1728682296859,"stop":1728682296859,"duration":0}},{"uid":"aa4f344e03335907","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aa4f344e03335907","status":"passed","time":{"start":1728676761462,"stop":1728676761466,"duration":4}},{"uid":"a805c274a22747e6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a805c274a22747e6","status":"passed","time":{"start":1728669479024,"stop":1728669479025,"duration":1}},{"uid":"2fca0a6bad8e832","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2fca0a6bad8e832","status":"passed","time":{"start":1728597820125,"stop":1728597820125,"duration":0}},{"uid":"eda084971218bf04","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eda084971218bf04","status":"passed","time":{"start":1728597034498,"stop":1728597034498,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"421e5e0cd1e74955","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/421e5e0cd1e74955","status":"passed","time":{"start":1729034631261,"stop":1729034631261,"duration":0}},{"uid":"21137fe946b629b0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/21137fe946b629b0","status":"passed","time":{"start":1729034400897,"stop":1729034400897,"duration":0}},{"uid":"82922843cfc2530e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/82922843cfc2530e","status":"passed","time":{"start":1729034317488,"stop":1729034317496,"duration":8}},{"uid":"2c52217137bf2df1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2c52217137bf2df1","status":"passed","time":{"start":1729034137154,"stop":1729034137155,"duration":1}},{"uid":"f43e7ef0ef90cb49","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f43e7ef0ef90cb49","status":"passed","time":{"start":1729032206887,"stop":1729032206887,"duration":0}},{"uid":"f55ac0383e9d415","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f55ac0383e9d415","status":"passed","time":{"start":1728901995034,"stop":1728901995034,"duration":0}},{"uid":"82f4157b72cd6fed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/82f4157b72cd6fed","status":"passed","time":{"start":1728893421007,"stop":1728893421007,"duration":0}},{"uid":"6fd9f820480397d9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6fd9f820480397d9","status":"passed","time":{"start":1728856368605,"stop":1728856368608,"duration":3}},{"uid":"e4288dde25d74733","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e4288dde25d74733","status":"passed","time":{"start":1728738604691,"stop":1728738604691,"duration":0}},{"uid":"435a6ece101d3d4a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/435a6ece101d3d4a","status":"passed","time":{"start":1728683117668,"stop":1728683117673,"duration":5}},{"uid":"ff1c999c7a476813","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ff1c999c7a476813","status":"passed","time":{"start":1728682721325,"stop":1728682721325,"duration":0}},{"uid":"93ba4fa5566cb4b2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93ba4fa5566cb4b2","status":"passed","time":{"start":1728677184692,"stop":1728677184692,"duration":0}},{"uid":"ba1637fc851ab0f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ba1637fc851ab0f9","status":"passed","time":{"start":1728669866474,"stop":1728669866475,"duration":1}},{"uid":"a9d997f5f7450325","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a9d997f5f7450325","status":"passed","time":{"start":1728598250008,"stop":1728598250009,"duration":1}},{"uid":"530affbbc82dce36","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/530affbbc82dce36","status":"passed","time":{"start":1728597472308,"stop":1728597472308,"duration":0}}]},"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f98b13feb6582a0b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f98b13feb6582a0b","status":"passed","time":{"start":1729034693196,"stop":1729034693196,"duration":0}},{"uid":"fd785701811fc82a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fd785701811fc82a","status":"passed","time":{"start":1729034468600,"stop":1729034468600,"duration":0}},{"uid":"9a8156273d926fe9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9a8156273d926fe9","status":"passed","time":{"start":1729034383199,"stop":1729034383199,"duration":0}},{"uid":"3db7910c9876d71b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3db7910c9876d71b","status":"passed","time":{"start":1729034203622,"stop":1729034203622,"duration":0}},{"uid":"a2a53065d7d48c24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a2a53065d7d48c24","status":"passed","time":{"start":1729032256253,"stop":1729032256256,"duration":3}},{"uid":"54a585ecb6df5f27","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/54a585ecb6df5f27","status":"passed","time":{"start":1728902016654,"stop":1728902016655,"duration":1}},{"uid":"fba2e0d1092a0f51","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fba2e0d1092a0f51","status":"passed","time":{"start":1728893448586,"stop":1728893448586,"duration":0}},{"uid":"91ec2b8b0017894d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/91ec2b8b0017894d","status":"passed","time":{"start":1728856401309,"stop":1728856401309,"duration":0}},{"uid":"c84b1d6bfe967f36","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c84b1d6bfe967f36","status":"passed","time":{"start":1728738624655,"stop":1728738624655,"duration":0}},{"uid":"faa0dcf2cc522b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/faa0dcf2cc522b7","status":"passed","time":{"start":1728683154299,"stop":1728683154299,"duration":0}},{"uid":"8e02e11a79354c4d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e02e11a79354c4d","status":"passed","time":{"start":1728682726615,"stop":1728682726615,"duration":0}},{"uid":"88f93f3635e9c947","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/88f93f3635e9c947","status":"passed","time":{"start":1728677221174,"stop":1728677221174,"duration":0}},{"uid":"6abba57a9e3c4193","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6abba57a9e3c4193","status":"passed","time":{"start":1728669902840,"stop":1728669902841,"duration":1}},{"uid":"79f310c3f84778fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/79f310c3f84778fb","status":"passed","time":{"start":1728598275773,"stop":1728598275773,"duration":0}},{"uid":"4530af70eaaf823c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4530af70eaaf823c","status":"passed","time":{"start":1728597495945,"stop":1728597495946,"duration":1}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"be6d5ab926496729","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be6d5ab926496729","status":"passed","time":{"start":1729034368072,"stop":1729034368072,"duration":0}},{"uid":"10c39ac6eca27751","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/10c39ac6eca27751","status":"passed","time":{"start":1729034132178,"stop":1729034132178,"duration":0}},{"uid":"21d5be9964c16572","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/21d5be9964c16572","status":"passed","time":{"start":1729034055083,"stop":1729034055084,"duration":1}},{"uid":"1757fff5384cb215","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1757fff5384cb215","status":"passed","time":{"start":1729033869944,"stop":1729033869944,"duration":0}},{"uid":"22760f1f4d021285","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22760f1f4d021285","status":"passed","time":{"start":1729031919798,"stop":1729031919798,"duration":0}},{"uid":"61b46b4a0ee232c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/61b46b4a0ee232c","status":"passed","time":{"start":1728901465373,"stop":1728901465373,"duration":0}},{"uid":"4f6dac707781bb0d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4f6dac707781bb0d","status":"passed","time":{"start":1728892895974,"stop":1728892895974,"duration":0}},{"uid":"a21253686f7ef24","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a21253686f7ef24","status":"passed","time":{"start":1728855858318,"stop":1728855858319,"duration":1}},{"uid":"88569a1bf69f8791","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/88569a1bf69f8791","status":"passed","time":{"start":1728738075953,"stop":1728738075953,"duration":0}},{"uid":"17817ce28c7078b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/17817ce28c7078b","status":"passed","time":{"start":1728682609267,"stop":1728682609268,"duration":1}},{"uid":"1a5460d19fd96cfb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1a5460d19fd96cfb","status":"passed","time":{"start":1728682182160,"stop":1728682182160,"duration":0}},{"uid":"11de7b4ca741cd35","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11de7b4ca741cd35","status":"passed","time":{"start":1728676656593,"stop":1728676656593,"duration":0}},{"uid":"64dc32068546390c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64dc32068546390c","status":"passed","time":{"start":1728669379923,"stop":1728669379923,"duration":0}},{"uid":"70a03ffebeb933d8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70a03ffebeb933d8","status":"passed","time":{"start":1728597720385,"stop":1728597720385,"duration":0}},{"uid":"cbfc74261e3b6abb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbfc74261e3b6abb","status":"passed","time":{"start":1728596939484,"stop":1728596939484,"duration":0}}]},"75f6b6de2a588d2a928610e266d3b7db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd88f435f8e37257","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cd88f435f8e37257","status":"passed","time":{"start":1729034304856,"stop":1729034304856,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"618f4f1e478abaca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/618f4f1e478abaca","status":"passed","time":{"start":1729034694622,"stop":1729034694622,"duration":0}},{"uid":"c1b36b9ad5358e6a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c1b36b9ad5358e6a","status":"passed","time":{"start":1729034462011,"stop":1729034462011,"duration":0}},{"uid":"63faeabe9019ea0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/63faeabe9019ea0","status":"passed","time":{"start":1729034375968,"stop":1729034375971,"duration":3}},{"uid":"e9da1c772ac3e459","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9da1c772ac3e459","status":"passed","time":{"start":1729034200063,"stop":1729034200064,"duration":1}},{"uid":"109c717ced56f973","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/109c717ced56f973","status":"passed","time":{"start":1729032257889,"stop":1729032257889,"duration":0}},{"uid":"762ecd4f4e3d2ae3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/762ecd4f4e3d2ae3","status":"passed","time":{"start":1728902003564,"stop":1728902003564,"duration":0}},{"uid":"8a9ce9df9568794e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8a9ce9df9568794e","status":"passed","time":{"start":1728893434693,"stop":1728893434693,"duration":0}},{"uid":"48f37dbef4134e8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/48f37dbef4134e8","status":"passed","time":{"start":1728856398640,"stop":1728856398641,"duration":1}},{"uid":"1dcee273b64e605e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1dcee273b64e605e","status":"passed","time":{"start":1728738612000,"stop":1728738612000,"duration":0}},{"uid":"97bd1e0fd9101cb2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/97bd1e0fd9101cb2","status":"passed","time":{"start":1728683155007,"stop":1728683155007,"duration":0}},{"uid":"7b817b8043eaf2da","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b817b8043eaf2da","status":"passed","time":{"start":1728682706101,"stop":1728682706102,"duration":1}},{"uid":"472a683c9c027d2b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/472a683c9c027d2b","status":"passed","time":{"start":1728677207494,"stop":1728677207494,"duration":0}},{"uid":"5a575e53a0d1d228","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5a575e53a0d1d228","status":"passed","time":{"start":1728669887096,"stop":1728669887096,"duration":0}},{"uid":"fc6ee94067b13975","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc6ee94067b13975","status":"passed","time":{"start":1728598263633,"stop":1728598263636,"duration":3}},{"uid":"c6f9f6f8b7f4a847","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c6f9f6f8b7f4a847","status":"passed","time":{"start":1728597478274,"stop":1728597478274,"duration":0}}]},"adcb12cf986baab0f2c24b4fb266df38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18af7a3a33fbc145","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/18af7a3a33fbc145","status":"passed","time":{"start":1729034656466,"stop":1729034656466,"duration":0}}]},"38f1243d9b90f4b8f2f373eb1ba99bda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7e5e3a88368c141","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b7e5e3a88368c141","status":"passed","time":{"start":1728597923487,"stop":1728597923490,"duration":3}}]},"4ccd4e3463bb04076cdea5520b799e48:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f66b1e8044c6452a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f66b1e8044c6452a","status":"passed","time":{"start":1728677082010,"stop":1728677082010,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"82e57ab9dd917bb0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/82e57ab9dd917bb0","status":"passed","time":{"start":1729034631252,"stop":1729034631252,"duration":0}},{"uid":"7fa67e5a2daf36e9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7fa67e5a2daf36e9","status":"passed","time":{"start":1729034400889,"stop":1729034400889,"duration":0}},{"uid":"2cb3f8415e484e16","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2cb3f8415e484e16","status":"passed","time":{"start":1729034317452,"stop":1729034317452,"duration":0}},{"uid":"ea2cb21452217cd5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ea2cb21452217cd5","status":"passed","time":{"start":1729034137134,"stop":1729034137135,"duration":1}},{"uid":"9809e45946350b41","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9809e45946350b41","status":"passed","time":{"start":1729032206875,"stop":1729032206875,"duration":0}},{"uid":"5b5f04de1992e0ac","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5b5f04de1992e0ac","status":"passed","time":{"start":1728901995021,"stop":1728901995021,"duration":0}},{"uid":"e550c9f0c1c40f4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e550c9f0c1c40f4f","status":"passed","time":{"start":1728893420995,"stop":1728893420995,"duration":0}},{"uid":"df51d64f236051e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/df51d64f236051e2","status":"passed","time":{"start":1728856368596,"stop":1728856368596,"duration":0}},{"uid":"5cb74a419cb0a9c2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5cb74a419cb0a9c2","status":"passed","time":{"start":1728738604680,"stop":1728738604681,"duration":1}},{"uid":"cf5d713a65bc619e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cf5d713a65bc619e","status":"passed","time":{"start":1728683117626,"stop":1728683117627,"duration":1}},{"uid":"78210bc0b04fc493","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/78210bc0b04fc493","status":"passed","time":{"start":1728682721318,"stop":1728682721318,"duration":0}},{"uid":"d8c882ba41abadc0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d8c882ba41abadc0","status":"passed","time":{"start":1728677184683,"stop":1728677184683,"duration":0}},{"uid":"5f950ff5ac57c844","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5f950ff5ac57c844","status":"passed","time":{"start":1728669866449,"stop":1728669866449,"duration":0}},{"uid":"8756f3c369bcb9e5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8756f3c369bcb9e5","status":"passed","time":{"start":1728598249975,"stop":1728598249976,"duration":1}},{"uid":"5e1d7e1c5c0ab971","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5e1d7e1c5c0ab971","status":"passed","time":{"start":1728597472291,"stop":1728597472291,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"370dc87f8ed0311e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/370dc87f8ed0311e","status":"passed","time":{"start":1729034472941,"stop":1729034472941,"duration":0}},{"uid":"69decd1f9a147abf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/69decd1f9a147abf","status":"passed","time":{"start":1729034240908,"stop":1729034240910,"duration":2}},{"uid":"13430db400b65994","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/13430db400b65994","status":"passed","time":{"start":1729034159610,"stop":1729034159611,"duration":1}},{"uid":"534163557f134226","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/534163557f134226","status":"passed","time":{"start":1729033976783,"stop":1729033976784,"duration":1}},{"uid":"54cb9788cd02b578","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/54cb9788cd02b578","status":"passed","time":{"start":1729032020508,"stop":1729032020509,"duration":1}},{"uid":"578faab5b6d4bb8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/578faab5b6d4bb8","status":"passed","time":{"start":1728901616425,"stop":1728901616426,"duration":1}},{"uid":"7101e95b8f4aacea","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7101e95b8f4aacea","status":"passed","time":{"start":1728893050240,"stop":1728893050241,"duration":1}},{"uid":"1343d0e638a7621d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1343d0e638a7621d","status":"passed","time":{"start":1728856015167,"stop":1728856015167,"duration":0}},{"uid":"b561092e338fde4f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b561092e338fde4f","status":"passed","time":{"start":1728738233131,"stop":1728738233132,"duration":1}},{"uid":"2a39f94e25bd600c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2a39f94e25bd600c","status":"passed","time":{"start":1728682762464,"stop":1728682762465,"duration":1}},{"uid":"2f570538fd5c10d5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f570538fd5c10d5","status":"passed","time":{"start":1728682332782,"stop":1728682332782,"duration":0}},{"uid":"dfc3cdbf403e156b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dfc3cdbf403e156b","status":"passed","time":{"start":1728676810286,"stop":1728676810286,"duration":0}},{"uid":"acd6125bc5f02e26","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/acd6125bc5f02e26","status":"passed","time":{"start":1728669529889,"stop":1728669529889,"duration":0}},{"uid":"5b7cb88064bf2ef8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b7cb88064bf2ef8","status":"passed","time":{"start":1728597873529,"stop":1728597873529,"duration":0}},{"uid":"33390573bd896bfc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/33390573bd896bfc","status":"passed","time":{"start":1728597089269,"stop":1728597089269,"duration":0}}]},"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d8b21b59225ee09d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d8b21b59225ee09d","status":"passed","time":{"start":1729034332627,"stop":1729034332628,"duration":1}},{"uid":"ba4ca7aa36014a9b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ba4ca7aa36014a9b","status":"passed","time":{"start":1729034096129,"stop":1729034096129,"duration":0}},{"uid":"b30b92fe3409853e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b30b92fe3409853e","status":"passed","time":{"start":1729034020087,"stop":1729034020087,"duration":0}},{"uid":"873563b32fe98748","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/873563b32fe98748","status":"passed","time":{"start":1729033834380,"stop":1729033834380,"duration":0}},{"uid":"27eb1aca0d44b580","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/27eb1aca0d44b580","status":"passed","time":{"start":1729031884112,"stop":1729031884112,"duration":0}},{"uid":"43109cb3167981ba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/43109cb3167981ba","status":"passed","time":{"start":1728901430251,"stop":1728901430252,"duration":1}},{"uid":"821cb69286ea18c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/821cb69286ea18c4","status":"passed","time":{"start":1728892860528,"stop":1728892860528,"duration":0}},{"uid":"5295863a638b0ee5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5295863a638b0ee5","status":"passed","time":{"start":1728855823319,"stop":1728855823319,"duration":0}},{"uid":"6edcba58d40376d7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6edcba58d40376d7","status":"passed","time":{"start":1728738040597,"stop":1728738040597,"duration":0}},{"uid":"36489c9246847718","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36489c9246847718","status":"passed","time":{"start":1728682574088,"stop":1728682574088,"duration":0}},{"uid":"77864d340806a1b5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77864d340806a1b5","status":"passed","time":{"start":1728682146812,"stop":1728682146812,"duration":0}},{"uid":"77cf90994a42a2f4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/77cf90994a42a2f4","status":"passed","time":{"start":1728676621428,"stop":1728676621428,"duration":0}},{"uid":"b0aa8db3c555d11f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0aa8db3c555d11f","status":"passed","time":{"start":1728669344463,"stop":1728669344463,"duration":0}},{"uid":"89ebc22d152dc56f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/89ebc22d152dc56f","status":"passed","time":{"start":1728597685157,"stop":1728597685157,"duration":0}},{"uid":"d9db7e14cae0c301","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9db7e14cae0c301","status":"passed","time":{"start":1728596904463,"stop":1728596904463,"duration":0}}]},"f9c48be92988a1421ead8620be4b4b29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"2656fba675c68f32","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2656fba675c68f32","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473213,"stop":1729034473214,"duration":1}},{"uid":"e48a109b5503ff48","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e48a109b5503ff48","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241158,"stop":1729034241158,"duration":0}},{"uid":"8c222badb40fef2e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8c222badb40fef2e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159972,"stop":1729034159973,"duration":1}},{"uid":"6a1aaf470ee94a6c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a1aaf470ee94a6c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977064,"stop":1729033977064,"duration":0}},{"uid":"cf92157b172432e4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cf92157b172432e4","status":"passed","time":{"start":1729032093783,"stop":1729032093783,"duration":0}},{"uid":"fae10cf3335fc030","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fae10cf3335fc030","status":"passed","time":{"start":1728901748772,"stop":1728901748772,"duration":0}},{"uid":"3b54002574da4f3b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b54002574da4f3b","status":"passed","time":{"start":1728893181085,"stop":1728893181085,"duration":0}},{"uid":"4a4896f5ea14f470","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4a4896f5ea14f470","status":"passed","time":{"start":1728856155551,"stop":1728856155551,"duration":0}},{"uid":"57912778de72cba9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/57912778de72cba9","status":"passed","time":{"start":1728738360284,"stop":1728738360284,"duration":0}},{"uid":"8be6d1381671f865","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8be6d1381671f865","status":"passed","time":{"start":1728682907221,"stop":1728682907221,"duration":0}},{"uid":"597e14d55aed5245","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/597e14d55aed5245","status":"passed","time":{"start":1728682466731,"stop":1728682466732,"duration":1}},{"uid":"dbce28c43365120c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dbce28c43365120c","status":"passed","time":{"start":1728676955721,"stop":1728676955721,"duration":0}},{"uid":"a8bb1dffd0b5e8d7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8bb1dffd0b5e8d7","status":"passed","time":{"start":1728598013533,"stop":1728598013534,"duration":1}},{"uid":"db41f1ca1625b04c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/db41f1ca1625b04c","status":"passed","time":{"start":1728597225198,"stop":1728597225199,"duration":1}}]},"de67af81d4881f0d58cb0dac2644596d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5caa4402bd06b554","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5caa4402bd06b554","status":"passed","time":{"start":1729034194018,"stop":1729034194019,"duration":1}}]},"9d404128b8af9f5e76a5dbf6319f59c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"955b326728bbaf8e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/955b326728bbaf8e","status":"passed","time":{"start":1728901995036,"stop":1728901995036,"duration":0}}]},"89c192ada94bf2cfd3b6d424f7aa8f3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"169f79777447b457","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/169f79777447b457","status":"passed","time":{"start":1728738555098,"stop":1728738555098,"duration":0}}]},"cf594d66fd093a96f8479101effcfc5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a0709470cde7624","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a0709470cde7624","status":"passed","time":{"start":1728738555096,"stop":1728738555097,"duration":1}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8b94c75b7b03d018","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b94c75b7b03d018","status":"passed","time":{"start":1729034611681,"stop":1729034611681,"duration":0}},{"uid":"20acce1c2329138f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/20acce1c2329138f","status":"passed","time":{"start":1729034393657,"stop":1729034393657,"duration":0}},{"uid":"20eddf7ab44b3fd1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/20eddf7ab44b3fd1","status":"passed","time":{"start":1729034304855,"stop":1729034304855,"duration":0}},{"uid":"44290cfabc20bd16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/44290cfabc20bd16","status":"passed","time":{"start":1729034121945,"stop":1729034121946,"duration":1}},{"uid":"280f65ed20f7559a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/280f65ed20f7559a","status":"passed","time":{"start":1729032174920,"stop":1729032174920,"duration":0}},{"uid":"6f68221a24f34917","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f68221a24f34917","status":"passed","time":{"start":1728901881026,"stop":1728901881027,"duration":1}},{"uid":"625125b9e753c86f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/625125b9e753c86f","status":"passed","time":{"start":1728893317180,"stop":1728893317180,"duration":0}},{"uid":"e609d0cd2d702712","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e609d0cd2d702712","status":"passed","time":{"start":1728856263111,"stop":1728856263111,"duration":0}},{"uid":"ad74b0c32660abed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad74b0c32660abed","status":"passed","time":{"start":1728738492804,"stop":1728738492804,"duration":0}},{"uid":"75b32545df259ea2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75b32545df259ea2","status":"passed","time":{"start":1728683030028,"stop":1728683030028,"duration":0}},{"uid":"307f00a33ad78c36","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/307f00a33ad78c36","status":"passed","time":{"start":1728682581113,"stop":1728682581114,"duration":1}},{"uid":"c7afd2193ddc5e54","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c7afd2193ddc5e54","status":"passed","time":{"start":1728677082009,"stop":1728677082009,"duration":0}},{"uid":"9c7b0e51088a345b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c7b0e51088a345b","status":"passed","time":{"start":1728669795405,"stop":1728669795406,"duration":1}},{"uid":"857d7149d07ea599","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/857d7149d07ea599","status":"passed","time":{"start":1728598137508,"stop":1728598137509,"duration":1}},{"uid":"a2e0652bc5a73144","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a2e0652bc5a73144","status":"passed","time":{"start":1728597353486,"stop":1728597353486,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"86a94023023d3867","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/86a94023023d3867","status":"passed","time":{"start":1729034348576,"stop":1729034348576,"duration":0}},{"uid":"7d582958b6ebe6d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7d582958b6ebe6d","status":"passed","time":{"start":1729034112387,"stop":1729034112387,"duration":0}},{"uid":"ca62d47153450467","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ca62d47153450467","status":"passed","time":{"start":1729034035613,"stop":1729034035614,"duration":1}},{"uid":"8aed09c3c889b5b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8aed09c3c889b5b5","status":"passed","time":{"start":1729033850403,"stop":1729033850404,"duration":1}},{"uid":"a4ee8acfa805c861","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a4ee8acfa805c861","status":"passed","time":{"start":1729031899688,"stop":1729031899689,"duration":1}},{"uid":"84cd356a21687183","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84cd356a21687183","status":"passed","time":{"start":1728901445801,"stop":1728901445801,"duration":0}},{"uid":"8c7e824f4e68b19d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c7e824f4e68b19d","status":"passed","time":{"start":1728892876332,"stop":1728892876333,"duration":1}},{"uid":"1aed15a2c8de0a05","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1aed15a2c8de0a05","status":"passed","time":{"start":1728855838896,"stop":1728855838897,"duration":1}},{"uid":"80470f6c82bb4bfd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80470f6c82bb4bfd","status":"passed","time":{"start":1728738055940,"stop":1728738055941,"duration":1}},{"uid":"bc06bb2214b9b9c2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc06bb2214b9b9c2","status":"passed","time":{"start":1728682589824,"stop":1728682589825,"duration":1}},{"uid":"bc900ca6f9b29d6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc900ca6f9b29d6","status":"passed","time":{"start":1728682162266,"stop":1728682162267,"duration":1}},{"uid":"6f93364a138b5dd6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6f93364a138b5dd6","status":"passed","time":{"start":1728676637064,"stop":1728676637064,"duration":0}},{"uid":"b2df0d3d9ca6bf35","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b2df0d3d9ca6bf35","status":"passed","time":{"start":1728669360434,"stop":1728669360434,"duration":0}},{"uid":"34beb0ee6735ce39","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/34beb0ee6735ce39","status":"passed","time":{"start":1728597700984,"stop":1728597700985,"duration":1}},{"uid":"3cfdc862081fe82d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3cfdc862081fe82d","status":"passed","time":{"start":1728596920267,"stop":1728596920268,"duration":1}}]},"00a848a40ec536a3a18fdc99e046ccc9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f8e23d67b619565","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2f8e23d67b619565","status":"passed","time":{"start":1728597375482,"stop":1728597375483,"duration":1}}]},"33509cfbea0b9f8028bf9a74ed12c282:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6ca548c443e949e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a6ca548c443e949e","status":"passed","time":{"start":1728856355694,"stop":1728856355695,"duration":1}}]},"96c382bb3a5c83c8222dcb05f20ba4f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd0cdbbd47f54e1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cd0cdbbd47f54e1","status":"passed","time":{"start":1729034129481,"stop":1729034129481,"duration":0}}]},"5e734578a8138a32e6284c9cc9b36a6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f14b1569f0427e13","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f14b1569f0427e13","status":"passed","time":{"start":1729034373025,"stop":1729034373026,"duration":1}},{"uid":"513e9dfee4ec5422","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/513e9dfee4ec5422","status":"passed","time":{"start":1729034137313,"stop":1729034137313,"duration":0}},{"uid":"3c714fce263bc3fa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c714fce263bc3fa","status":"passed","time":{"start":1729034060015,"stop":1729034060016,"duration":1}},{"uid":"1c38336bcd744129","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c38336bcd744129","status":"passed","time":{"start":1729033874956,"stop":1729033874958,"duration":2}},{"uid":"dc8eeaa5bf3e0086","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dc8eeaa5bf3e0086","status":"passed","time":{"start":1729031924897,"stop":1729031924898,"duration":1}},{"uid":"438431ebd698bf4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/438431ebd698bf4","status":"passed","time":{"start":1728901469125,"stop":1728901469126,"duration":1}},{"uid":"cf063afe9a7d5422","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf063afe9a7d5422","status":"passed","time":{"start":1728892899790,"stop":1728892899791,"duration":1}},{"uid":"144b427a410676b8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/144b427a410676b8","status":"passed","time":{"start":1728855863053,"stop":1728855863055,"duration":2}},{"uid":"6c1ea54f53aed9a7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c1ea54f53aed9a7","status":"passed","time":{"start":1728738080894,"stop":1728738080896,"duration":2}},{"uid":"c9d79bad63c87dc6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c9d79bad63c87dc6","status":"passed","time":{"start":1728682614305,"stop":1728682614306,"duration":1}},{"uid":"6ca5eed62e9dc55e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6ca5eed62e9dc55e","status":"passed","time":{"start":1728682187087,"stop":1728682187089,"duration":2}},{"uid":"273b00915917eb10","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/273b00915917eb10","status":"passed","time":{"start":1728676661485,"stop":1728676661485,"duration":0}},{"uid":"c184cb7a672e7c9d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c184cb7a672e7c9d","status":"passed","time":{"start":1728669384658,"stop":1728669384659,"duration":1}},{"uid":"899f6efb756592df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/899f6efb756592df","status":"passed","time":{"start":1728597724232,"stop":1728597724233,"duration":1}},{"uid":"96980cb97ed24899","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/96980cb97ed24899","status":"passed","time":{"start":1728596943280,"stop":1728596943280,"duration":0}}]},"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"43f6956e7141c7e6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/43f6956e7141c7e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473407,"stop":1729034473407,"duration":0}},{"uid":"72979e64be3d809f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/72979e64be3d809f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241340,"stop":1729034241340,"duration":0}},{"uid":"c67d6a69bb04886c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c67d6a69bb04886c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160195,"stop":1729034160195,"duration":0}},{"uid":"f1192085969f1e43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f1192085969f1e43","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977226,"stop":1729033977227,"duration":1}},{"uid":"800ed5a814992f67","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/800ed5a814992f67","status":"passed","time":{"start":1729032053271,"stop":1729032053271,"duration":0}},{"uid":"ea1147520a25adeb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea1147520a25adeb","status":"passed","time":{"start":1728901711768,"stop":1728901711769,"duration":1}},{"uid":"a34a0a42a0abfa24","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a34a0a42a0abfa24","status":"passed","time":{"start":1728893141899,"stop":1728893141900,"duration":1}},{"uid":"14e631bbf82b295e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/14e631bbf82b295e","status":"passed","time":{"start":1728856103201,"stop":1728856103201,"duration":0}},{"uid":"855711c86bdff4c6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/855711c86bdff4c6","status":"passed","time":{"start":1728738321621,"stop":1728738321621,"duration":0}},{"uid":"f90054757a240828","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f90054757a240828","status":"passed","time":{"start":1728682857569,"stop":1728682857569,"duration":0}},{"uid":"f4a7f5b81f0e230a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f4a7f5b81f0e230a","status":"passed","time":{"start":1728682428804,"stop":1728682428805,"duration":1}},{"uid":"2840aaaec49552bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2840aaaec49552bf","status":"passed","time":{"start":1728676901170,"stop":1728676901171,"duration":1}},{"uid":"2963d23c279b20fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2963d23c279b20fb","status":"passed","time":{"start":1728669573865,"stop":1728669573865,"duration":0}},{"uid":"fcb1acbb90b6436","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fcb1acbb90b6436","status":"passed","time":{"start":1728597972338,"stop":1728597972338,"duration":0}},{"uid":"b0c15aa2bad827e5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b0c15aa2bad827e5","status":"passed","time":{"start":1728597175621,"stop":1728597175621,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b3c71fff84aadc99","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b3c71fff84aadc99","status":"passed","time":{"start":1729034704490,"stop":1729034704490,"duration":0}},{"uid":"fbc739139ddab8cf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fbc739139ddab8cf","status":"passed","time":{"start":1729034474978,"stop":1729034474979,"duration":1}},{"uid":"ebfb73a2176f887","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ebfb73a2176f887","status":"passed","time":{"start":1729034395286,"stop":1729034395286,"duration":0}},{"uid":"e6af9ea87cf4efa3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e6af9ea87cf4efa3","status":"passed","time":{"start":1729034209088,"stop":1729034209089,"duration":1}},{"uid":"5fb5ac4115221bc7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fb5ac4115221bc7","status":"passed","time":{"start":1729032264558,"stop":1729032264559,"duration":1}},{"uid":"2b2d0f1606f0f19f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2b2d0f1606f0f19f","status":"passed","time":{"start":1728902012832,"stop":1728902012832,"duration":0}},{"uid":"1148916de1b3c866","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1148916de1b3c866","status":"passed","time":{"start":1728893454806,"stop":1728893454806,"duration":0}},{"uid":"8fd739f66d8717a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8fd739f66d8717a0","status":"passed","time":{"start":1728856408448,"stop":1728856408448,"duration":0}},{"uid":"f0dd680015805caf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f0dd680015805caf","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"dd791f40069ad826","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dd791f40069ad826","status":"passed","time":{"start":1728683159733,"stop":1728683159734,"duration":1}},{"uid":"9c9e5c0c4f1c426f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9c9e5c0c4f1c426f","status":"passed","time":{"start":1728682751324,"stop":1728682751324,"duration":0}},{"uid":"594128c6518e177b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/594128c6518e177b","status":"passed","time":{"start":1728677216350,"stop":1728677216350,"duration":0}},{"uid":"e78b138dd011b8ac","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e78b138dd011b8ac","status":"passed","time":{"start":1728669925448,"stop":1728669925448,"duration":0}},{"uid":"d9f36f43e8bcf76e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d9f36f43e8bcf76e","status":"passed","time":{"start":1728598268796,"stop":1728598268796,"duration":0}},{"uid":"2152beabcce38cab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2152beabcce38cab","status":"passed","time":{"start":1728597503899,"stop":1728597503900,"duration":1}}]},"22f00f457f9ddba5fa443755868c22e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e0858f116f85a55","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e0858f116f85a55","status":"passed","time":{"start":1728893389989,"stop":1728893389989,"duration":0}}]},"32483362f6ee5e11b625b02141a53e3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad0a32e402f474d9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad0a32e402f474d9","status":"passed","time":{"start":1728738567470,"stop":1728738567470,"duration":0}}]},"42794bd27a1cfa376ebc03b729619794:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8adb17ce24063a9b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8adb17ce24063a9b","status":"passed","time":{"start":1728901734208,"stop":1728901734209,"duration":1}},{"uid":"5bbc18e3bf1989da","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5bbc18e3bf1989da","status":"passed","time":{"start":1728893166576,"stop":1728893166576,"duration":0}},{"uid":"d7474d4a5e339ad9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d7474d4a5e339ad9","status":"passed","time":{"start":1728676929954,"stop":1728676929955,"duration":1}},{"uid":"5ec611144986a288","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5ec611144986a288","status":"passed","time":{"start":1728598000228,"stop":1728598000229,"duration":1}},{"uid":"fa7c426ca8c6e039","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fa7c426ca8c6e039","status":"passed","time":{"start":1728597213023,"stop":1728597213023,"duration":0}}]},"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"38e4e348d549d9d4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/38e4e348d549d9d4","status":"passed","time":{"start":1729034470387,"stop":1729034470387,"duration":0}},{"uid":"98abdec1fb31bc15","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/98abdec1fb31bc15","status":"passed","time":{"start":1729034238409,"stop":1729034238409,"duration":0}},{"uid":"2bb9213a238f9b34","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2bb9213a238f9b34","status":"passed","time":{"start":1729034157652,"stop":1729034157653,"duration":1}},{"uid":"f77d2dc2c437401f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f77d2dc2c437401f","status":"passed","time":{"start":1729033974450,"stop":1729033974451,"duration":1}},{"uid":"85ea6bab787e3fa4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/85ea6bab787e3fa4","status":"passed","time":{"start":1729032027761,"stop":1729032027763,"duration":2}},{"uid":"fcc7186db2cac863","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fcc7186db2cac863","status":"passed","time":{"start":1728901614543,"stop":1728901614544,"duration":1}},{"uid":"25ada74b9b96e34c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25ada74b9b96e34c","status":"passed","time":{"start":1728893048595,"stop":1728893048596,"duration":1}},{"uid":"7fd88a679b06cadd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7fd88a679b06cadd","status":"passed","time":{"start":1728856013558,"stop":1728856013559,"duration":1}},{"uid":"1aebd7c3fcf8b6d7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1aebd7c3fcf8b6d7","status":"passed","time":{"start":1728738231631,"stop":1728738231631,"duration":0}},{"uid":"e85254bddaf454e2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e85254bddaf454e2","status":"passed","time":{"start":1728682761071,"stop":1728682761072,"duration":1}},{"uid":"ea98258dbf00974d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea98258dbf00974d","status":"passed","time":{"start":1728682330631,"stop":1728682330632,"duration":1}},{"uid":"855aba50d0bb5b72","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/855aba50d0bb5b72","status":"passed","time":{"start":1728676808323,"stop":1728676808324,"duration":1}},{"uid":"eefd20eb0c4b6331","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eefd20eb0c4b6331","status":"passed","time":{"start":1728669528227,"stop":1728669528228,"duration":1}},{"uid":"be79310ac863e96d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/be79310ac863e96d","status":"passed","time":{"start":1728597872226,"stop":1728597872227,"duration":1}},{"uid":"1ef7954338584b9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ef7954338584b9","status":"passed","time":{"start":1728597087685,"stop":1728597087685,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"76d43945d090ec39","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/76d43945d090ec39","status":"passed","time":{"start":1729034636319,"stop":1729034636322,"duration":3}},{"uid":"25bcb8d5a375622e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/25bcb8d5a375622e","status":"passed","time":{"start":1729034402287,"stop":1729034402287,"duration":0}},{"uid":"a5bfddb61cd97c7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a5bfddb61cd97c7","status":"passed","time":{"start":1729034323311,"stop":1729034323311,"duration":0}},{"uid":"a07cb452b8326a7c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a07cb452b8326a7c","status":"passed","time":{"start":1729034144770,"stop":1729034144770,"duration":0}},{"uid":"968f587cbec379bc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/968f587cbec379bc","status":"passed","time":{"start":1729032198824,"stop":1729032198826,"duration":2}},{"uid":"dbe8b9dba1ec763","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dbe8b9dba1ec763","status":"passed","time":{"start":1728901901773,"stop":1728901901774,"duration":1}},{"uid":"d40f6548cd29e759","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d40f6548cd29e759","status":"passed","time":{"start":1728893337256,"stop":1728893337256,"duration":0}},{"uid":"9b7f51a0ed391ef9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9b7f51a0ed391ef9","status":"passed","time":{"start":1728856299199,"stop":1728856299200,"duration":1}},{"uid":"e7b7569e3f4368f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e7b7569e3f4368f","status":"passed","time":{"start":1728738505384,"stop":1728738505386,"duration":2}},{"uid":"d6f40c52b0c4ed4d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d6f40c52b0c4ed4d","status":"passed","time":{"start":1728683045452,"stop":1728683045452,"duration":0}},{"uid":"b1c11bb8a643b3e0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b1c11bb8a643b3e0","status":"passed","time":{"start":1728682607295,"stop":1728682607296,"duration":1}},{"uid":"a3358e2c1ed6b376","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a3358e2c1ed6b376","status":"passed","time":{"start":1728677103499,"stop":1728677103500,"duration":1}},{"uid":"602f37764dc80568","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/602f37764dc80568","status":"passed","time":{"start":1728669777133,"stop":1728669777135,"duration":2}},{"uid":"69af93596d9c739","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/69af93596d9c739","status":"passed","time":{"start":1728598163468,"stop":1728598163469,"duration":1}},{"uid":"19d1501c9321dd7d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/19d1501c9321dd7d","status":"passed","time":{"start":1728597375485,"stop":1728597375486,"duration":1}}]},"5f27c9a4a152a22989ba2292456c7949:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f2bfe52b24493eb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f2bfe52b24493eb","status":"passed","time":{"start":1729034177525,"stop":1729034177526,"duration":1}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cca676bf90384b51","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cca676bf90384b51","status":"passed","time":{"start":1729034424274,"stop":1729034424275,"duration":1}},{"uid":"6c7b3e494bb88634","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6c7b3e494bb88634","status":"passed","time":{"start":1729034190706,"stop":1729034190706,"duration":0}},{"uid":"f29b4e628e80cd89","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f29b4e628e80cd89","status":"passed","time":{"start":1729034108432,"stop":1729034108433,"duration":1}},{"uid":"1b8d14f7b0ae309","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1b8d14f7b0ae309","status":"passed","time":{"start":1729033925383,"stop":1729033925387,"duration":4}},{"uid":"8e9b84f1ce8d2469","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8e9b84f1ce8d2469","status":"passed","time":{"start":1729031975192,"stop":1729031975193,"duration":1}},{"uid":"3bdd8040fd9e9eb6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3bdd8040fd9e9eb6","status":"passed","time":{"start":1728901537878,"stop":1728901537878,"duration":0}},{"uid":"81ff69754ecfbb32","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/81ff69754ecfbb32","status":"passed","time":{"start":1728892972431,"stop":1728892972431,"duration":0}},{"uid":"a6d78077939afc0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a6d78077939afc0f","status":"passed","time":{"start":1728855933072,"stop":1728855933072,"duration":0}},{"uid":"d6f5f09ce327a45d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d6f5f09ce327a45d","status":"passed","time":{"start":1728738149927,"stop":1728738149927,"duration":0}},{"uid":"aeee6c1db6df918","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aeee6c1db6df918","status":"passed","time":{"start":1728682681971,"stop":1728682681971,"duration":0}},{"uid":"48c56dba9213701d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/48c56dba9213701d","status":"passed","time":{"start":1728682257770,"stop":1728682257770,"duration":0}},{"uid":"fe7397b21b3fec97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe7397b21b3fec97","status":"passed","time":{"start":1728676730788,"stop":1728676730788,"duration":0}},{"uid":"9b8887dbaae5178f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9b8887dbaae5178f","status":"passed","time":{"start":1728669456896,"stop":1728669456896,"duration":0}},{"uid":"ca5843549add0f23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca5843549add0f23","status":"passed","time":{"start":1728597795920,"stop":1728597795921,"duration":1}},{"uid":"8617f81e29f37b32","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8617f81e29f37b32","status":"passed","time":{"start":1728597010202,"stop":1728597010202,"duration":0}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4560a557450dcb0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4560a557450dcb0d","status":"passed","time":{"start":1729034704497,"stop":1729034704497,"duration":0}},{"uid":"291f862bfd0b77a7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/291f862bfd0b77a7","status":"passed","time":{"start":1729034474990,"stop":1729034474990,"duration":0}},{"uid":"62056eae6d1173f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/62056eae6d1173f8","status":"passed","time":{"start":1729034395292,"stop":1729034395292,"duration":0}},{"uid":"f290fbd63a5b8d29","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f290fbd63a5b8d29","status":"passed","time":{"start":1729034209102,"stop":1729034209103,"duration":1}},{"uid":"fb6a018b11b637c1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fb6a018b11b637c1","status":"passed","time":{"start":1729032264570,"stop":1729032264571,"duration":1}},{"uid":"9c3952699a35c4ab","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9c3952699a35c4ab","status":"passed","time":{"start":1728902012860,"stop":1728902012860,"duration":0}},{"uid":"2baff741625f7111","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2baff741625f7111","status":"passed","time":{"start":1728893454813,"stop":1728893454813,"duration":0}},{"uid":"ea3e1f16bc16e558","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ea3e1f16bc16e558","status":"passed","time":{"start":1728856408454,"stop":1728856408455,"duration":1}},{"uid":"a46da1a50830ad2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a46da1a50830ad2","status":"passed","time":{"start":1728738633856,"stop":1728738633857,"duration":1}},{"uid":"bce2ae77cf5fd2ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bce2ae77cf5fd2ef","status":"passed","time":{"start":1728683159767,"stop":1728683159784,"duration":17}},{"uid":"70ebaa08ba6b9203","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70ebaa08ba6b9203","status":"passed","time":{"start":1728682751332,"stop":1728682751332,"duration":0}},{"uid":"b4bb4303128194c5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4bb4303128194c5","status":"passed","time":{"start":1728677216362,"stop":1728677216363,"duration":1}},{"uid":"64a14916f6d4f504","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64a14916f6d4f504","status":"passed","time":{"start":1728669925456,"stop":1728669925456,"duration":0}},{"uid":"963945b5ab78c120","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/963945b5ab78c120","status":"passed","time":{"start":1728598268807,"stop":1728598268808,"duration":1}},{"uid":"9ad6f04fe7669c80","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9ad6f04fe7669c80","status":"passed","time":{"start":1728597503925,"stop":1728597503926,"duration":1}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"30cee6ee211eaa85","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/30cee6ee211eaa85","status":"passed","time":{"start":1729034366399,"stop":1729034366399,"duration":0}},{"uid":"e26a1c8323728d17","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e26a1c8323728d17","status":"passed","time":{"start":1729034130429,"stop":1729034130429,"duration":0}},{"uid":"8219f8913861ce7b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8219f8913861ce7b","status":"passed","time":{"start":1729034053399,"stop":1729034053399,"duration":0}},{"uid":"3753212e93aec969","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3753212e93aec969","status":"passed","time":{"start":1729033868326,"stop":1729033868326,"duration":0}},{"uid":"bb5c7a237dcdc295","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb5c7a237dcdc295","status":"passed","time":{"start":1729031918116,"stop":1729031918117,"duration":1}},{"uid":"8aea0714fb89562d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8aea0714fb89562d","status":"passed","time":{"start":1728901463796,"stop":1728901463797,"duration":1}},{"uid":"91e1b04e3832bf9f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/91e1b04e3832bf9f","status":"passed","time":{"start":1728892894310,"stop":1728892894310,"duration":0}},{"uid":"2a82f17fc06fc75f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2a82f17fc06fc75f","status":"passed","time":{"start":1728855856838,"stop":1728855856838,"duration":0}},{"uid":"4b7697d1b8f88a81","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4b7697d1b8f88a81","status":"passed","time":{"start":1728738074178,"stop":1728738074178,"duration":0}},{"uid":"fa1d456d1b31bed","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fa1d456d1b31bed","status":"passed","time":{"start":1728682607651,"stop":1728682607651,"duration":0}},{"uid":"55fb4b7f6bbc297c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/55fb4b7f6bbc297c","status":"passed","time":{"start":1728682180605,"stop":1728682180605,"duration":0}},{"uid":"8cc19fd3157043a3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8cc19fd3157043a3","status":"passed","time":{"start":1728676655189,"stop":1728676655189,"duration":0}},{"uid":"b3f7648c5254724c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b3f7648c5254724c","status":"passed","time":{"start":1728669378164,"stop":1728669378164,"duration":0}},{"uid":"2ef769927b5b8b38","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2ef769927b5b8b38","status":"passed","time":{"start":1728597718742,"stop":1728597718742,"duration":0}},{"uid":"560c2a22f87260e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/560c2a22f87260e8","status":"passed","time":{"start":1728596937945,"stop":1728596937946,"duration":1}}]},"256bbaf297d2befe7473bc522c775ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6690757e3915b6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d6690757e3915b6e","status":"passed","time":{"start":1728901950551,"stop":1728901950552,"duration":1}}]},"f3e275507e48124ec2131d43e8f5321a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4af79999705c8867","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4af79999705c8867","status":"passed","time":{"start":1728683110366,"stop":1728683110366,"duration":0}}]},"9668cac71147df6ed047b24c2795c148:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ebcd818ade4691d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebcd818ade4691d9","status":"passed","time":{"start":1728669866480,"stop":1728669866481,"duration":1}}]},"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a717d062f11540aa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a717d062f11540aa","status":"passed","time":{"start":1729034332642,"stop":1729034332643,"duration":1}},{"uid":"d1304a82f28833d6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d1304a82f28833d6","status":"passed","time":{"start":1729034096140,"stop":1729034096140,"duration":0}},{"uid":"c3593f73ebcbd640","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c3593f73ebcbd640","status":"passed","time":{"start":1729034020096,"stop":1729034020097,"duration":1}},{"uid":"d0db4921007edbc5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0db4921007edbc5","status":"passed","time":{"start":1729033834393,"stop":1729033834393,"duration":0}},{"uid":"503e0d5d907ec035","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/503e0d5d907ec035","status":"passed","time":{"start":1729031884127,"stop":1729031884127,"duration":0}},{"uid":"42ad6517a82e7b62","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/42ad6517a82e7b62","status":"passed","time":{"start":1728901430260,"stop":1728901430260,"duration":0}},{"uid":"253ae8f23d1318f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/253ae8f23d1318f3","status":"passed","time":{"start":1728892860539,"stop":1728892860539,"duration":0}},{"uid":"dd5f70febe14db0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dd5f70febe14db0f","status":"passed","time":{"start":1728855823328,"stop":1728855823328,"duration":0}},{"uid":"2d311a98e70b55da","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2d311a98e70b55da","status":"passed","time":{"start":1728738040609,"stop":1728738040609,"duration":0}},{"uid":"11024b825d278403","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/11024b825d278403","status":"passed","time":{"start":1728682574100,"stop":1728682574100,"duration":0}},{"uid":"9453b99b2a7aafb9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9453b99b2a7aafb9","status":"passed","time":{"start":1728682146824,"stop":1728682146824,"duration":0}},{"uid":"ed6e854635bf5dd1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ed6e854635bf5dd1","status":"passed","time":{"start":1728676621439,"stop":1728676621439,"duration":0}},{"uid":"61a1af0bf3f75e5f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/61a1af0bf3f75e5f","status":"passed","time":{"start":1728669344473,"stop":1728669344474,"duration":1}},{"uid":"fe931a253a5a8224","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fe931a253a5a8224","status":"passed","time":{"start":1728597685169,"stop":1728597685169,"duration":0}},{"uid":"bc0830ebe44db961","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc0830ebe44db961","status":"passed","time":{"start":1728596904477,"stop":1728596904477,"duration":0}}]},"e43558c42d1178760c988600f6047ca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2797d157180c5ef2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2797d157180c5ef2","status":"passed","time":{"start":1728893421010,"stop":1728893421010,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9fb2cf18b0be0e7a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9fb2cf18b0be0e7a","status":"passed","time":{"start":1729034694622,"stop":1729034694622,"duration":0}},{"uid":"1bc1347106237cfc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1bc1347106237cfc","status":"passed","time":{"start":1729034462011,"stop":1729034462011,"duration":0}},{"uid":"a12d309ec407b89e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a12d309ec407b89e","status":"passed","time":{"start":1729034375973,"stop":1729034375976,"duration":3}},{"uid":"65c444f119666655","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/65c444f119666655","status":"passed","time":{"start":1729034200064,"stop":1729034200065,"duration":1}},{"uid":"d08868cd0967883c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d08868cd0967883c","status":"passed","time":{"start":1729032257889,"stop":1729032257890,"duration":1}},{"uid":"37bfd2256ded2ccf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37bfd2256ded2ccf","status":"passed","time":{"start":1728902003565,"stop":1728902003565,"duration":0}},{"uid":"cf05901e35820435","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf05901e35820435","status":"passed","time":{"start":1728893434693,"stop":1728893434694,"duration":1}},{"uid":"85db69b7ea171236","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/85db69b7ea171236","status":"passed","time":{"start":1728856398641,"stop":1728856398641,"duration":0}},{"uid":"296e9e78cfbf7a80","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/296e9e78cfbf7a80","status":"passed","time":{"start":1728738612001,"stop":1728738612001,"duration":0}},{"uid":"3ad6dbe30433859a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3ad6dbe30433859a","status":"passed","time":{"start":1728683155008,"stop":1728683155008,"duration":0}},{"uid":"10db3c6c8635701c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/10db3c6c8635701c","status":"passed","time":{"start":1728682706102,"stop":1728682706102,"duration":0}},{"uid":"43a51c1ef502c0c1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/43a51c1ef502c0c1","status":"passed","time":{"start":1728677207494,"stop":1728677207495,"duration":1}},{"uid":"5fec4cbbe3e47c2c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5fec4cbbe3e47c2c","status":"passed","time":{"start":1728669887097,"stop":1728669887097,"duration":0}},{"uid":"92776eb258066093","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/92776eb258066093","status":"passed","time":{"start":1728598263636,"stop":1728598263637,"duration":1}},{"uid":"2518638341f61737","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2518638341f61737","status":"passed","time":{"start":1728597478274,"stop":1728597478275,"duration":1}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aa6c74452defb2f1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aa6c74452defb2f1","status":"passed","time":{"start":1729034432451,"stop":1729034432451,"duration":0}},{"uid":"5d50f0e897e4f866","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5d50f0e897e4f866","status":"passed","time":{"start":1729034119307,"stop":1729034119307,"duration":0}},{"uid":"66dd78ba06982884","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/66dd78ba06982884","status":"passed","time":{"start":1729033933481,"stop":1729033933481,"duration":0}},{"uid":"9871750577a02b37","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9871750577a02b37","status":"passed","time":{"start":1729031982921,"stop":1729031982933,"duration":12}},{"uid":"8d4c9fbfcb5fb356","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8d4c9fbfcb5fb356","status":"passed","time":{"start":1728901527858,"stop":1728901527859,"duration":1}},{"uid":"c38c91edfbed3709","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c38c91edfbed3709","status":"passed","time":{"start":1728892960141,"stop":1728892960141,"duration":0}},{"uid":"1852ba70c50f6d9d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1852ba70c50f6d9d","status":"passed","time":{"start":1728855921715,"stop":1728855921716,"duration":1}},{"uid":"76aef4e261ec3ba8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76aef4e261ec3ba8","status":"passed","time":{"start":1728738138433,"stop":1728738138433,"duration":0}},{"uid":"15871d91930d420c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/15871d91930d420c","status":"passed","time":{"start":1728682672253,"stop":1728682672254,"duration":1}},{"uid":"8408e06632bf50a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8408e06632bf50a","status":"passed","time":{"start":1728682245075,"stop":1728682245076,"duration":1}},{"uid":"a6e70ca1e1a6cbfc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a6e70ca1e1a6cbfc","status":"passed","time":{"start":1728676721301,"stop":1728676721301,"duration":0}},{"uid":"e683f60796369b3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e683f60796369b3","status":"passed","time":{"start":1728669444563,"stop":1728669444564,"duration":1}},{"uid":"4e232073e0b44b8c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4e232073e0b44b8c","status":"passed","time":{"start":1728597784074,"stop":1728597784075,"duration":1}},{"uid":"eac531af5f53c969","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eac531af5f53c969","status":"passed","time":{"start":1728597001550,"stop":1728597001550,"duration":0}}]},"3b8955fb562743dc92aac9eb83c389f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20e55e5cade2605c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/20e55e5cade2605c","status":"passed","time":{"start":1729034402281,"stop":1729034402281,"duration":0}}]},"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"86713bcfd9b88fc1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/86713bcfd9b88fc1","status":"passed","time":{"start":1729034332646,"stop":1729034332646,"duration":0}},{"uid":"cb04b58576d32b55","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb04b58576d32b55","status":"passed","time":{"start":1729034096143,"stop":1729034096143,"duration":0}},{"uid":"115ff2e2a7a83f0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/115ff2e2a7a83f0d","status":"passed","time":{"start":1729034020099,"stop":1729034020099,"duration":0}},{"uid":"347d5dbdafd0bcf8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/347d5dbdafd0bcf8","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0}},{"uid":"13ac72f5b7604534","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/13ac72f5b7604534","status":"passed","time":{"start":1729031884130,"stop":1729031884130,"duration":0}},{"uid":"4caca52d5536095","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4caca52d5536095","status":"passed","time":{"start":1728901430263,"stop":1728901430263,"duration":0}},{"uid":"54937d229e71da2f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54937d229e71da2f","status":"passed","time":{"start":1728892860542,"stop":1728892860542,"duration":0}},{"uid":"87fdd2cb622df8b4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/87fdd2cb622df8b4","status":"passed","time":{"start":1728855823331,"stop":1728855823331,"duration":0}},{"uid":"7ba4b4e0ac03db65","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7ba4b4e0ac03db65","status":"passed","time":{"start":1728738040612,"stop":1728738040612,"duration":0}},{"uid":"ae1187593638ca91","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ae1187593638ca91","status":"passed","time":{"start":1728682574103,"stop":1728682574103,"duration":0}},{"uid":"d4915893f7dd62cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d4915893f7dd62cf","status":"passed","time":{"start":1728682146827,"stop":1728682146827,"duration":0}},{"uid":"33336c21d189edfd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33336c21d189edfd","status":"passed","time":{"start":1728676621442,"stop":1728676621442,"duration":0}},{"uid":"c3406381b284bd85","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c3406381b284bd85","status":"passed","time":{"start":1728669344476,"stop":1728669344476,"duration":0}},{"uid":"7423ad5a42539f57","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7423ad5a42539f57","status":"passed","time":{"start":1728597685172,"stop":1728597685172,"duration":0}},{"uid":"ac83c7b547470110","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ac83c7b547470110","status":"passed","time":{"start":1728596904481,"stop":1728596904481,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"60bfdcfe8957b32e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/60bfdcfe8957b32e","status":"passed","time":{"start":1729034704507,"stop":1729034704507,"duration":0}},{"uid":"fb9a47e6cd667638","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fb9a47e6cd667638","status":"passed","time":{"start":1729034475010,"stop":1729034475010,"duration":0}},{"uid":"f32170e6513637af","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f32170e6513637af","status":"passed","time":{"start":1729034395301,"stop":1729034395301,"duration":0}},{"uid":"9cbc28476121cdfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9cbc28476121cdfe","status":"passed","time":{"start":1729034209119,"stop":1729034209119,"duration":0}},{"uid":"cfd9ef3e2b526168","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cfd9ef3e2b526168","status":"passed","time":{"start":1729032264596,"stop":1729032264597,"duration":1}},{"uid":"137d942b2c467be6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/137d942b2c467be6","status":"passed","time":{"start":1728902012874,"stop":1728902012874,"duration":0}},{"uid":"aa88e21cd2238c34","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aa88e21cd2238c34","status":"passed","time":{"start":1728893454824,"stop":1728893454824,"duration":0}},{"uid":"f74d267b8ce711d7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f74d267b8ce711d7","status":"passed","time":{"start":1728856408467,"stop":1728856408467,"duration":0}},{"uid":"f683ebeac7cb1265","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f683ebeac7cb1265","status":"passed","time":{"start":1728738633873,"stop":1728738633873,"duration":0}},{"uid":"8329817aff3bfb73","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8329817aff3bfb73","status":"passed","time":{"start":1728683159820,"stop":1728683159820,"duration":0}},{"uid":"7f279c9388d2a71b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7f279c9388d2a71b","status":"passed","time":{"start":1728682751345,"stop":1728682751345,"duration":0}},{"uid":"c6c5304dcc174591","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c6c5304dcc174591","status":"passed","time":{"start":1728677216377,"stop":1728677216377,"duration":0}},{"uid":"c3530cda69fb4458","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c3530cda69fb4458","status":"passed","time":{"start":1728669925466,"stop":1728669925466,"duration":0}},{"uid":"78104183d383a2c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/78104183d383a2c6","status":"passed","time":{"start":1728598268820,"stop":1728598268820,"duration":0}},{"uid":"929eaf053a1e91b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/929eaf053a1e91b","status":"passed","time":{"start":1728597503950,"stop":1728597503951,"duration":1}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5c1226e4013558b7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5c1226e4013558b7","status":"passed","time":{"start":1729034682672,"stop":1729034682672,"duration":0}},{"uid":"a7bacd282b530ec9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a7bacd282b530ec9","status":"passed","time":{"start":1729034452182,"stop":1729034452183,"duration":1}},{"uid":"826a54296bbf5ae3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/826a54296bbf5ae3","status":"passed","time":{"start":1729034373079,"stop":1729034373079,"duration":0}},{"uid":"2a9db581f6c6b9dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2a9db581f6c6b9dd","status":"passed","time":{"start":1729034188116,"stop":1729034188116,"duration":0}},{"uid":"3c9ef3d9678d1aa8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c9ef3d9678d1aa8","status":"passed","time":{"start":1729032231862,"stop":1729032231862,"duration":0}},{"uid":"20a97531e3ebf10a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/20a97531e3ebf10a","status":"passed","time":{"start":1728901989564,"stop":1728901989565,"duration":1}},{"uid":"41eb027ebb471cd5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/41eb027ebb471cd5","status":"passed","time":{"start":1728893424897,"stop":1728893424898,"duration":1}},{"uid":"8192c509e93db9de","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8192c509e93db9de","status":"passed","time":{"start":1728856376682,"stop":1728856376682,"duration":0}},{"uid":"797b995b8683d741","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/797b995b8683d741","status":"passed","time":{"start":1728738593959,"stop":1728738593959,"duration":0}},{"uid":"42f75a115ca69867","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42f75a115ca69867","status":"passed","time":{"start":1728683135335,"stop":1728683135336,"duration":1}},{"uid":"e8cc6529ea60a4fe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e8cc6529ea60a4fe","status":"passed","time":{"start":1728682692586,"stop":1728682692588,"duration":2}},{"uid":"60d8bc6e0e9752d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/60d8bc6e0e9752d","status":"passed","time":{"start":1728677194228,"stop":1728677194228,"duration":0}},{"uid":"6c3732db3936e409","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c3732db3936e409","status":"passed","time":{"start":1728669874422,"stop":1728669874423,"duration":1}},{"uid":"4ad2b7bd16cd0479","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ad2b7bd16cd0479","status":"passed","time":{"start":1728598257460,"stop":1728598257460,"duration":0}},{"uid":"86215f183053883e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86215f183053883e","status":"passed","time":{"start":1728597471282,"stop":1728597471283,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9b4e2394f15b77e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9b4e2394f15b77e","status":"passed","time":{"start":1729034366898,"stop":1729034366898,"duration":0}},{"uid":"480c980cce3146d7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/480c980cce3146d7","status":"passed","time":{"start":1729034130924,"stop":1729034130924,"duration":0}},{"uid":"1faa70229e760519","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1faa70229e760519","status":"passed","time":{"start":1729034053886,"stop":1729034053887,"duration":1}},{"uid":"6207ca2dbf2798f0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6207ca2dbf2798f0","status":"passed","time":{"start":1729033868926,"stop":1729033868926,"duration":0}},{"uid":"2fbc32710e5b6d0c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2fbc32710e5b6d0c","status":"passed","time":{"start":1729031918511,"stop":1729031918511,"duration":0}},{"uid":"53f1ca22352fec61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53f1ca22352fec61","status":"passed","time":{"start":1728901464220,"stop":1728901464220,"duration":0}},{"uid":"c9393b0046e3f2ae","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9393b0046e3f2ae","status":"passed","time":{"start":1728892894740,"stop":1728892894741,"duration":1}},{"uid":"3f0a40404b511f9d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3f0a40404b511f9d","status":"passed","time":{"start":1728855857252,"stop":1728855857252,"duration":0}},{"uid":"6d0dd0a90582d85e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d0dd0a90582d85e","status":"passed","time":{"start":1728738074580,"stop":1728738074580,"duration":0}},{"uid":"61f2183b93c69e04","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/61f2183b93c69e04","status":"passed","time":{"start":1728682608127,"stop":1728682608127,"duration":0}},{"uid":"c8b00a7c8cd98bde","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c8b00a7c8cd98bde","status":"passed","time":{"start":1728682181012,"stop":1728682181012,"duration":0}},{"uid":"9c3bb7273c16efbb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9c3bb7273c16efbb","status":"passed","time":{"start":1728676655409,"stop":1728676655410,"duration":1}},{"uid":"22018c06388f2330","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/22018c06388f2330","status":"passed","time":{"start":1728669378740,"stop":1728669378741,"duration":1}},{"uid":"5dcd6a88b1675efc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5dcd6a88b1675efc","status":"passed","time":{"start":1728597719063,"stop":1728597719063,"duration":0}},{"uid":"9a19ef772e396f18","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9a19ef772e396f18","status":"passed","time":{"start":1728596938238,"stop":1728596938239,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8863958ebd444621","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8863958ebd444621","status":"passed","time":{"start":1729034611652,"stop":1729034611652,"duration":0}},{"uid":"b6743118fdecc0ca","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b6743118fdecc0ca","status":"passed","time":{"start":1729034393627,"stop":1729034393627,"duration":0}},{"uid":"e02bbf8855260782","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e02bbf8855260782","status":"passed","time":{"start":1729034304800,"stop":1729034304801,"duration":1}},{"uid":"dcc5f84ba8a0f82f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcc5f84ba8a0f82f","status":"passed","time":{"start":1729034121890,"stop":1729034121890,"duration":0}},{"uid":"874a3f71aaea1394","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/874a3f71aaea1394","status":"passed","time":{"start":1729032174797,"stop":1729032174797,"duration":0}},{"uid":"6bc14d1bf4714872","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6bc14d1bf4714872","status":"passed","time":{"start":1728901881003,"stop":1728901881003,"duration":0}},{"uid":"3c96da3a9811991","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c96da3a9811991","status":"passed","time":{"start":1728893317132,"stop":1728893317140,"duration":8}},{"uid":"c09f68bbe2546f6f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c09f68bbe2546f6f","status":"passed","time":{"start":1728856263064,"stop":1728856263065,"duration":1}},{"uid":"71daadea9d26b142","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/71daadea9d26b142","status":"passed","time":{"start":1728738492785,"stop":1728738492786,"duration":1}},{"uid":"3f469130ffaf1bf0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f469130ffaf1bf0","status":"passed","time":{"start":1728683030007,"stop":1728683030008,"duration":1}},{"uid":"654caa1b3a67bf39","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/654caa1b3a67bf39","status":"passed","time":{"start":1728682581076,"stop":1728682581081,"duration":5}},{"uid":"5128a4004335489e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5128a4004335489e","status":"passed","time":{"start":1728677081983,"stop":1728677081983,"duration":0}},{"uid":"b57ab91ff168fb67","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b57ab91ff168fb67","status":"passed","time":{"start":1728669795384,"stop":1728669795384,"duration":0}},{"uid":"9d818638967ba190","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9d818638967ba190","status":"passed","time":{"start":1728598137494,"stop":1728598137494,"duration":0}},{"uid":"ec1c8aa974b57dfc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec1c8aa974b57dfc","status":"passed","time":{"start":1728597353472,"stop":1728597353472,"duration":0}}]},"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"58dce2320ab7a30b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58dce2320ab7a30b","status":"passed","time":{"start":1729034332623,"stop":1729034332624,"duration":1}},{"uid":"4ba168469778c0e3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ba168469778c0e3","status":"passed","time":{"start":1729034096125,"stop":1729034096125,"duration":0}},{"uid":"3db26cca79f4909b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3db26cca79f4909b","status":"passed","time":{"start":1729034020084,"stop":1729034020084,"duration":0}},{"uid":"ff78e1f7451b786d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff78e1f7451b786d","status":"passed","time":{"start":1729033834376,"stop":1729033834376,"duration":0}},{"uid":"e83605ef5b4a85f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e83605ef5b4a85f","status":"passed","time":{"start":1729031884107,"stop":1729031884107,"duration":0}},{"uid":"3dc5d3cf72a444e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3dc5d3cf72a444e2","status":"passed","time":{"start":1728901430248,"stop":1728901430248,"duration":0}},{"uid":"9f0343859bd9e598","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9f0343859bd9e598","status":"passed","time":{"start":1728892860524,"stop":1728892860524,"duration":0}},{"uid":"9f35140a2ebbe989","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f35140a2ebbe989","status":"passed","time":{"start":1728855823315,"stop":1728855823315,"duration":0}},{"uid":"8a17cd9c66df172c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8a17cd9c66df172c","status":"passed","time":{"start":1728738040584,"stop":1728738040584,"duration":0}},{"uid":"fbb01c1ed2b67fdf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fbb01c1ed2b67fdf","status":"passed","time":{"start":1728682574081,"stop":1728682574081,"duration":0}},{"uid":"8972e50802e08aa7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8972e50802e08aa7","status":"passed","time":{"start":1728682146809,"stop":1728682146809,"duration":0}},{"uid":"127bbe4aa5492ea9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/127bbe4aa5492ea9","status":"passed","time":{"start":1728676621423,"stop":1728676621423,"duration":0}},{"uid":"31138e6be878b3ca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/31138e6be878b3ca","status":"passed","time":{"start":1728669344460,"stop":1728669344460,"duration":0}},{"uid":"334f701b2aca570b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/334f701b2aca570b","status":"passed","time":{"start":1728597685153,"stop":1728597685153,"duration":0}},{"uid":"ae2ff5c68422f04f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ae2ff5c68422f04f","status":"passed","time":{"start":1728596904459,"stop":1728596904459,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"12127bb8ab829b46","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/12127bb8ab829b46","status":"passed","time":{"start":1729034728790,"stop":1729034728790,"duration":0}},{"uid":"ed5b44244608ddb0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed5b44244608ddb0","status":"passed","time":{"start":1729034400846,"stop":1729034400847,"duration":1}},{"uid":"290eb10812a36887","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/290eb10812a36887","status":"passed","time":{"start":1728902045393,"stop":1728902045393,"duration":0}},{"uid":"a0e8453a621042e8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a0e8453a621042e8","status":"passed","time":{"start":1728893481313,"stop":1728893481313,"duration":0}},{"uid":"1bd7a45d028f5be6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1bd7a45d028f5be6","status":"passed","time":{"start":1728856434369,"stop":1728856434370,"duration":1}},{"uid":"4599bdfd2784f416","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4599bdfd2784f416","status":"passed","time":{"start":1728738656938,"stop":1728738656939,"duration":1}},{"uid":"ce7e9957166ef55f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ce7e9957166ef55f","status":"passed","time":{"start":1728683172726,"stop":1728683172726,"duration":0}},{"uid":"a982c846e9802a05","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a982c846e9802a05","status":"passed","time":{"start":1728682747613,"stop":1728682747613,"duration":0}},{"uid":"f90d56dbe951658d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f90d56dbe951658d","status":"passed","time":{"start":1728677247282,"stop":1728677247282,"duration":0}},{"uid":"92792c81e7649d61","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92792c81e7649d61","status":"passed","time":{"start":1728669917949,"stop":1728669917949,"duration":0}},{"uid":"aa399a01393558ca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aa399a01393558ca","status":"passed","time":{"start":1728598290719,"stop":1728598290719,"duration":0}},{"uid":"c87b72fe679d90","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c87b72fe679d90","status":"passed","time":{"start":1728597515859,"stop":1728597515860,"duration":1}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1c38576857808b44","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c38576857808b44","status":"passed","time":{"start":1729034631249,"stop":1729034631249,"duration":0}},{"uid":"fe9ac02bc65ef993","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fe9ac02bc65ef993","status":"passed","time":{"start":1729034400885,"stop":1729034400885,"duration":0}},{"uid":"bfc097d0a053a8f3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bfc097d0a053a8f3","status":"passed","time":{"start":1729034317446,"stop":1729034317448,"duration":2}},{"uid":"37712e1dbaa9b83a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37712e1dbaa9b83a","status":"passed","time":{"start":1729034137126,"stop":1729034137126,"duration":0}},{"uid":"31e59e9cb8aae8bf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/31e59e9cb8aae8bf","status":"passed","time":{"start":1729032206872,"stop":1729032206872,"duration":0}},{"uid":"1a2fb304449e9269","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1a2fb304449e9269","status":"passed","time":{"start":1728901995019,"stop":1728901995019,"duration":0}},{"uid":"c9016e06f1fd833c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9016e06f1fd833c","status":"passed","time":{"start":1728893420992,"stop":1728893420992,"duration":0}},{"uid":"6515d1bd89ab7a2c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6515d1bd89ab7a2c","status":"passed","time":{"start":1728856368593,"stop":1728856368593,"duration":0}},{"uid":"4ca10b440c184c73","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4ca10b440c184c73","status":"passed","time":{"start":1728738604677,"stop":1728738604678,"duration":1}},{"uid":"8c14092de5415e90","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c14092de5415e90","status":"passed","time":{"start":1728683117609,"stop":1728683117614,"duration":5}},{"uid":"a807bbbb4fc4c0bd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a807bbbb4fc4c0bd","status":"passed","time":{"start":1728682721315,"stop":1728682721315,"duration":0}},{"uid":"d71583ff3d3cf702","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d71583ff3d3cf702","status":"passed","time":{"start":1728677184680,"stop":1728677184680,"duration":0}},{"uid":"83fd8fb1bc23b09c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83fd8fb1bc23b09c","status":"passed","time":{"start":1728669866446,"stop":1728669866446,"duration":0}},{"uid":"bc5e0e53afcbee80","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bc5e0e53afcbee80","status":"passed","time":{"start":1728598249972,"stop":1728598249973,"duration":1}},{"uid":"b4157d5a38356025","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b4157d5a38356025","status":"passed","time":{"start":1728597472287,"stop":1728597472288,"duration":1}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"161c213de485645b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/161c213de485645b","status":"passed","time":{"start":1729034356477,"stop":1729034356477,"duration":0}},{"uid":"8909728d2561ce4b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8909728d2561ce4b","status":"passed","time":{"start":1729034120502,"stop":1729034120502,"duration":0}},{"uid":"67111eabb74f5d90","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67111eabb74f5d90","status":"passed","time":{"start":1729033858273,"stop":1729033858273,"duration":0}},{"uid":"8398e78665b7f833","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8398e78665b7f833","status":"passed","time":{"start":1729031908179,"stop":1729031908179,"duration":0}},{"uid":"c203d6fab7fc3cc6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c203d6fab7fc3cc6","status":"passed","time":{"start":1728901453935,"stop":1728901453936,"duration":1}},{"uid":"63e6a1d246767471","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/63e6a1d246767471","status":"passed","time":{"start":1728892884412,"stop":1728892884412,"duration":0}},{"uid":"77580e0fc6a11449","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77580e0fc6a11449","status":"passed","time":{"start":1728855846880,"stop":1728855846881,"duration":1}},{"uid":"c414d34f7971aee6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c414d34f7971aee6","status":"passed","time":{"start":1728738064184,"stop":1728738064185,"duration":1}},{"uid":"a4909f705eb89298","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a4909f705eb89298","status":"passed","time":{"start":1728682597763,"stop":1728682597763,"duration":0}},{"uid":"39c614d1cac150e1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/39c614d1cac150e1","status":"passed","time":{"start":1728682170541,"stop":1728682170542,"duration":1}},{"uid":"d0e317acb88d3097","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d0e317acb88d3097","status":"passed","time":{"start":1728676645202,"stop":1728676645202,"duration":0}},{"uid":"803cb45590997a1d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/803cb45590997a1d","status":"passed","time":{"start":1728669368196,"stop":1728669368197,"duration":1}},{"uid":"60bc868907ec0106","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/60bc868907ec0106","status":"passed","time":{"start":1728597709014,"stop":1728597709014,"duration":0}},{"uid":"dfe2ea5f7bd1e32a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dfe2ea5f7bd1e32a","status":"passed","time":{"start":1728596928108,"stop":1728596928108,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"788245f22f71fb69","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/788245f22f71fb69","status":"passed","time":{"start":1729034340752,"stop":1729034340752,"duration":0}},{"uid":"d2494db34c487166","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d2494db34c487166","status":"passed","time":{"start":1729034104165,"stop":1729034104166,"duration":1}},{"uid":"5bdf2fa27ecd504b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5bdf2fa27ecd504b","status":"passed","time":{"start":1729034027736,"stop":1729034027738,"duration":2}},{"uid":"bc3932093d848c72","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bc3932093d848c72","status":"passed","time":{"start":1729033842340,"stop":1729033842342,"duration":2}},{"uid":"5df7181db29559e7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5df7181db29559e7","status":"passed","time":{"start":1729031892043,"stop":1729031892044,"duration":1}},{"uid":"8eef0430c047980b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8eef0430c047980b","status":"passed","time":{"start":1728901438024,"stop":1728901438025,"duration":1}},{"uid":"5cec1aa73acdeae9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5cec1aa73acdeae9","status":"passed","time":{"start":1728892868229,"stop":1728892868230,"duration":1}},{"uid":"b22da109d2c7cbb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b22da109d2c7cbb0","status":"passed","time":{"start":1728855831076,"stop":1728855831077,"duration":1}},{"uid":"78d86938fa7d9dff","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78d86938fa7d9dff","status":"passed","time":{"start":1728738048436,"stop":1728738048437,"duration":1}},{"uid":"4eb0142aedcfd902","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4eb0142aedcfd902","status":"passed","time":{"start":1728682581838,"stop":1728682581839,"duration":1}},{"uid":"e9a27addca3c63c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9a27addca3c63c0","status":"passed","time":{"start":1728682154705,"stop":1728682154705,"duration":0}},{"uid":"4efd1ec6ce1f2d6f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4efd1ec6ce1f2d6f","status":"passed","time":{"start":1728676629293,"stop":1728676629294,"duration":1}},{"uid":"65d6dd52f0870ffc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/65d6dd52f0870ffc","status":"passed","time":{"start":1728669352207,"stop":1728669352208,"duration":1}},{"uid":"1f6dcea698ef1013","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1f6dcea698ef1013","status":"passed","time":{"start":1728597693011,"stop":1728597693012,"duration":1}},{"uid":"c82da45b8a941c97","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c82da45b8a941c97","status":"passed","time":{"start":1728596912512,"stop":1728596912514,"duration":2}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e9f6837555407217","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9f6837555407217","status":"passed","time":{"start":1729034408863,"stop":1729034408863,"duration":0}},{"uid":"a28c25d7331e1798","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a28c25d7331e1798","status":"passed","time":{"start":1729034166253,"stop":1729034166259,"duration":6}},{"uid":"192207a8a567ed67","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/192207a8a567ed67","status":"passed","time":{"start":1729034096716,"stop":1729034096717,"duration":1}},{"uid":"657164ca4bf63a3a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/657164ca4bf63a3a","status":"passed","time":{"start":1729033904744,"stop":1729033904744,"duration":0}},{"uid":"94ee5852bc26bc19","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/94ee5852bc26bc19","status":"passed","time":{"start":1729031952292,"stop":1729031952292,"duration":0}},{"uid":"10815efb2b4ba414","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/10815efb2b4ba414","status":"passed","time":{"start":1728901498546,"stop":1728901498546,"duration":0}},{"uid":"84776caea37f6900","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84776caea37f6900","status":"passed","time":{"start":1728892934939,"stop":1728892934939,"duration":0}},{"uid":"30b36c63b995278f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30b36c63b995278f","status":"passed","time":{"start":1728855901077,"stop":1728855901078,"duration":1}},{"uid":"dbd2809e2ba90f8f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dbd2809e2ba90f8f","status":"passed","time":{"start":1728738109819,"stop":1728738109819,"duration":0}},{"uid":"ed4291b38ecb0e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed4291b38ecb0e6","status":"passed","time":{"start":1728682641761,"stop":1728682641761,"duration":0}},{"uid":"82b3fa508af78f51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/82b3fa508af78f51","status":"passed","time":{"start":1728682224052,"stop":1728682224053,"duration":1}},{"uid":"53f37de76a93f678","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/53f37de76a93f678","status":"passed","time":{"start":1728676692587,"stop":1728676692587,"duration":0}},{"uid":"574216b9447f547b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/574216b9447f547b","status":"passed","time":{"start":1728669414315,"stop":1728669414318,"duration":3}},{"uid":"5d48b713d27b680c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5d48b713d27b680c","status":"passed","time":{"start":1728597758155,"stop":1728597758156,"duration":1}},{"uid":"ff936881ab29858","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ff936881ab29858","status":"passed","time":{"start":1728596973959,"stop":1728596973959,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"efe1a1a605f09758","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/efe1a1a605f09758","status":"passed","time":{"start":1729034636314,"stop":1729034636315,"duration":1}},{"uid":"ab842b4dcc8ef1b6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ab842b4dcc8ef1b6","status":"passed","time":{"start":1729034402280,"stop":1729034402280,"duration":0}},{"uid":"b2262ef973250bb5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b2262ef973250bb5","status":"passed","time":{"start":1729034323296,"stop":1729034323301,"duration":5}},{"uid":"b0090beef69563d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b0090beef69563d6","status":"passed","time":{"start":1729034144766,"stop":1729034144767,"duration":1}},{"uid":"fcd923b8e1f795c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fcd923b8e1f795c6","status":"passed","time":{"start":1729032198816,"stop":1729032198816,"duration":0}},{"uid":"75831f95bf1ee137","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/75831f95bf1ee137","status":"passed","time":{"start":1728901901766,"stop":1728901901766,"duration":0}},{"uid":"6b81ae300b4d2f62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6b81ae300b4d2f62","status":"passed","time":{"start":1728893337253,"stop":1728893337254,"duration":1}},{"uid":"f8b3a36542854fb8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f8b3a36542854fb8","status":"passed","time":{"start":1728856299189,"stop":1728856299190,"duration":1}},{"uid":"5c9edfd4585d6ef9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c9edfd4585d6ef9","status":"passed","time":{"start":1728738505382,"stop":1728738505382,"duration":0}},{"uid":"76ccadc3e8d97bac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/76ccadc3e8d97bac","status":"passed","time":{"start":1728683045449,"stop":1728683045449,"duration":0}},{"uid":"2344c9d4234eb4a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2344c9d4234eb4a8","status":"passed","time":{"start":1728682607291,"stop":1728682607291,"duration":0}},{"uid":"f306d333331da251","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f306d333331da251","status":"passed","time":{"start":1728677103494,"stop":1728677103494,"duration":0}},{"uid":"239fd345e0115100","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/239fd345e0115100","status":"passed","time":{"start":1728669777116,"stop":1728669777117,"duration":1}},{"uid":"ba8deed7676ab546","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ba8deed7676ab546","status":"passed","time":{"start":1728598163466,"stop":1728598163466,"duration":0}},{"uid":"fc2c5333d35db7da","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc2c5333d35db7da","status":"passed","time":{"start":1728597375479,"stop":1728597375480,"duration":1}}]},"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"187976bfad07376f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/187976bfad07376f","status":"passed","time":{"start":1729034332621,"stop":1729034332622,"duration":1}},{"uid":"fec3789993a586d3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fec3789993a586d3","status":"passed","time":{"start":1729034096122,"stop":1729034096122,"duration":0}},{"uid":"3f249914852d6081","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3f249914852d6081","status":"passed","time":{"start":1729034020082,"stop":1729034020083,"duration":1}},{"uid":"fee9102c91e1f31d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fee9102c91e1f31d","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"duration":0}},{"uid":"1a58caf41ebc0ed4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a58caf41ebc0ed4","status":"passed","time":{"start":1729031884104,"stop":1729031884105,"duration":1}},{"uid":"5fe5909ff933d858","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5fe5909ff933d858","status":"passed","time":{"start":1728901430247,"stop":1728901430247,"duration":0}},{"uid":"22ed3b106728c625","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/22ed3b106728c625","status":"passed","time":{"start":1728892860522,"stop":1728892860522,"duration":0}},{"uid":"e9064468ce9ae1d1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e9064468ce9ae1d1","status":"passed","time":{"start":1728855823313,"stop":1728855823313,"duration":0}},{"uid":"dbdcf2fdca1b5bbf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dbdcf2fdca1b5bbf","status":"passed","time":{"start":1728738040582,"stop":1728738040582,"duration":0}},{"uid":"94ffd074a77b7213","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/94ffd074a77b7213","status":"passed","time":{"start":1728682574079,"stop":1728682574079,"duration":0}},{"uid":"563dde55c36b6243","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/563dde55c36b6243","status":"passed","time":{"start":1728682146807,"stop":1728682146807,"duration":0}},{"uid":"54bdc7ea895f6c3c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/54bdc7ea895f6c3c","status":"passed","time":{"start":1728676621421,"stop":1728676621421,"duration":0}},{"uid":"1422628f30c7a96f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1422628f30c7a96f","status":"passed","time":{"start":1728669344458,"stop":1728669344458,"duration":0}},{"uid":"1ef5b6015f294681","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1ef5b6015f294681","status":"passed","time":{"start":1728597685151,"stop":1728597685151,"duration":0}},{"uid":"5bc1d44fef6f4c20","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5bc1d44fef6f4c20","status":"passed","time":{"start":1728596904457,"stop":1728596904457,"duration":0}}]},"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cfba8a063b17beef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cfba8a063b17beef","status":"passed","time":{"start":1729034332608,"stop":1729034332608,"duration":0}},{"uid":"835a1fa851b762b4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/835a1fa851b762b4","status":"passed","time":{"start":1729034096109,"stop":1729034096110,"duration":1}},{"uid":"2199952673d8ba0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2199952673d8ba0d","status":"passed","time":{"start":1729034020072,"stop":1729034020073,"duration":1}},{"uid":"464efd5c12a4613","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/464efd5c12a4613","status":"passed","time":{"start":1729033834360,"stop":1729033834361,"duration":1}},{"uid":"f1f8ed3ab66b487d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f1f8ed3ab66b487d","status":"passed","time":{"start":1729031884089,"stop":1729031884089,"duration":0}},{"uid":"86401d8a721cb781","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/86401d8a721cb781","status":"passed","time":{"start":1728901430242,"stop":1728901430242,"duration":0}},{"uid":"cb51154486129e11","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cb51154486129e11","status":"passed","time":{"start":1728892860516,"stop":1728892860517,"duration":1}},{"uid":"5b4d93beea1eda45","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5b4d93beea1eda45","status":"passed","time":{"start":1728855823307,"stop":1728855823307,"duration":0}},{"uid":"d35d6337a86c8ede","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d35d6337a86c8ede","status":"passed","time":{"start":1728738040569,"stop":1728738040569,"duration":0}},{"uid":"46a901d78163dd03","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/46a901d78163dd03","status":"passed","time":{"start":1728682574067,"stop":1728682574067,"duration":0}},{"uid":"adff3b3d066bce44","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/adff3b3d066bce44","status":"passed","time":{"start":1728682146794,"stop":1728682146794,"duration":0}},{"uid":"65be61c3c887b13f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/65be61c3c887b13f","status":"passed","time":{"start":1728676621404,"stop":1728676621404,"duration":0}},{"uid":"ca61f613084e0073","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca61f613084e0073","status":"passed","time":{"start":1728669344453,"stop":1728669344453,"duration":0}},{"uid":"7684d0f66b43617a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7684d0f66b43617a","status":"passed","time":{"start":1728597685134,"stop":1728597685135,"duration":1}},{"uid":"2d14feaf9bd7eea5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2d14feaf9bd7eea5","status":"passed","time":{"start":1728596904441,"stop":1728596904441,"duration":0}}]},"7b8fbd70be984fd84811191683b9e38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb3c4297413fe98e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb3c4297413fe98e","status":"passed","time":{"start":1728682721328,"stop":1728682721328,"duration":0}}]},"41e47301d880fdd2957475200906575d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1cdbecceab72ff0f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cdbecceab72ff0f","status":"passed","time":{"start":1728893389986,"stop":1728893389986,"duration":0}}]},"49c3861b450b6c93fda54d100bc4cf3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55774582d6a3b03c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/55774582d6a3b03c","status":"passed","time":{"start":1728901664267,"stop":1728901664267,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"58e2f61f18684d6c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58e2f61f18684d6c","status":"passed","time":{"start":1729034704508,"stop":1729034704509,"duration":1}},{"uid":"9e17846362db32b0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9e17846362db32b0","status":"passed","time":{"start":1729034475014,"stop":1729034475014,"duration":0}},{"uid":"395d2668b5f7b475","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/395d2668b5f7b475","status":"passed","time":{"start":1729034395303,"stop":1729034395303,"duration":0}},{"uid":"4a068d3f925a4043","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4a068d3f925a4043","status":"passed","time":{"start":1729034209128,"stop":1729034209128,"duration":0}},{"uid":"2718a4f44e6b098c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2718a4f44e6b098c","status":"passed","time":{"start":1729032264601,"stop":1729032264601,"duration":0}},{"uid":"e16b1ab9dee07454","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e16b1ab9dee07454","status":"passed","time":{"start":1728902012891,"stop":1728902012891,"duration":0}},{"uid":"773e358fb7cc7bc7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/773e358fb7cc7bc7","status":"passed","time":{"start":1728893454825,"stop":1728893454825,"duration":0}},{"uid":"f36f26c660ccbf16","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f36f26c660ccbf16","status":"passed","time":{"start":1728856408468,"stop":1728856408469,"duration":1}},{"uid":"b0c4b2644e4c74df","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b0c4b2644e4c74df","status":"passed","time":{"start":1728738633875,"stop":1728738633875,"duration":0}},{"uid":"abb59f703b9e3f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/abb59f703b9e3f4","status":"passed","time":{"start":1728683159826,"stop":1728683159827,"duration":1}},{"uid":"968d575757b8eb55","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/968d575757b8eb55","status":"passed","time":{"start":1728682751347,"stop":1728682751347,"duration":0}},{"uid":"db6edbfea98e5bc3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/db6edbfea98e5bc3","status":"passed","time":{"start":1728677216378,"stop":1728677216379,"duration":1}},{"uid":"ca3fec290c2cd8f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca3fec290c2cd8f0","status":"passed","time":{"start":1728669925468,"stop":1728669925468,"duration":0}},{"uid":"8bdb2bb4a045bc5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bdb2bb4a045bc5","status":"passed","time":{"start":1728598268821,"stop":1728598268821,"duration":0}},{"uid":"cbf851e3bfccefdb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbf851e3bfccefdb","status":"passed","time":{"start":1728597503953,"stop":1728597503954,"duration":1}}]},"4a68dd26f3146932899fe70a6bbbb31d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fbdbf4a21ee991f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbdbf4a21ee991f9","status":"passed","time":{"start":1729034611682,"stop":1729034611682,"duration":0}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3f58931c99a797a0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f58931c99a797a0","status":"passed","time":{"start":1729034704498,"stop":1729034704498,"duration":0}},{"uid":"4febc56d664dedfb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4febc56d664dedfb","status":"passed","time":{"start":1729034474991,"stop":1729034474991,"duration":0}},{"uid":"47a610853ab03301","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47a610853ab03301","status":"passed","time":{"start":1729034395293,"stop":1729034395293,"duration":0}},{"uid":"84ccf0ef8daed22a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/84ccf0ef8daed22a","status":"passed","time":{"start":1729034209103,"stop":1729034209103,"duration":0}},{"uid":"b5253e1e1df8860b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b5253e1e1df8860b","status":"passed","time":{"start":1729032264571,"stop":1729032264571,"duration":0}},{"uid":"67c120314fba3d45","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67c120314fba3d45","status":"passed","time":{"start":1728902012863,"stop":1728902012863,"duration":0}},{"uid":"64c4143b3fa035d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/64c4143b3fa035d","status":"passed","time":{"start":1728893454814,"stop":1728893454814,"duration":0}},{"uid":"5379943a139ad69f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5379943a139ad69f","status":"passed","time":{"start":1728856408456,"stop":1728856408456,"duration":0}},{"uid":"67876bdbfcca1a93","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67876bdbfcca1a93","status":"passed","time":{"start":1728738633857,"stop":1728738633857,"duration":0}},{"uid":"53e1699e14b99a1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/53e1699e14b99a1","status":"passed","time":{"start":1728683159786,"stop":1728683159786,"duration":0}},{"uid":"9408bc6e291d2b51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9408bc6e291d2b51","status":"passed","time":{"start":1728682751333,"stop":1728682751333,"duration":0}},{"uid":"6acd30a1e2add4f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6acd30a1e2add4f2","status":"passed","time":{"start":1728677216364,"stop":1728677216364,"duration":0}},{"uid":"7127f666918e4499","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7127f666918e4499","status":"passed","time":{"start":1728669925456,"stop":1728669925456,"duration":0}},{"uid":"858367637a18acd4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/858367637a18acd4","status":"passed","time":{"start":1728598268808,"stop":1728598268809,"duration":1}},{"uid":"f521dd8a85b2d587","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f521dd8a85b2d587","status":"passed","time":{"start":1728597503928,"stop":1728597503929,"duration":1}}]},"ed5121d2a4dc9d5c1d7255afd719f8ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7589c6469d37dfbf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7589c6469d37dfbf","status":"passed","time":{"start":1728598221887,"stop":1728598221888,"duration":1}}]},"07d326754b23eb6b9bfeb90743af90d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6415898bbb59bd9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c6415898bbb59bd9","status":"passed","time":{"start":1728669834425,"stop":1728669834426,"duration":1}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"3f76ef8f93a93d24","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f76ef8f93a93d24","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034645145,"stop":1729034645145,"duration":0}},{"uid":"d8f5925629bad7a8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d8f5925629bad7a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034413327,"stop":1729034413327,"duration":0}},{"uid":"7e2570a50b54fa70","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7e2570a50b54fa70","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034330403,"stop":1729034330404,"duration":1}},{"uid":"3fb99ac0386222b4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3fb99ac0386222b4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034148001,"stop":1729034148001,"duration":0}},{"uid":"f29e2404cf0eef27","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f29e2404cf0eef27","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032202831,"stop":1729032202831,"duration":0}},{"uid":"692e34c0ccacb40b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/692e34c0ccacb40b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873321,"stop":1728901873321,"duration":0}},{"uid":"1ab7cc1ea507ab7f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1ab7cc1ea507ab7f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311008,"stop":1728893311008,"duration":0}},{"uid":"c9e3feb002afc1d3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c9e3feb002afc1d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856279297,"stop":1728856279298,"duration":1}},{"uid":"68a47cc22405a906","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/68a47cc22405a906","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483462,"stop":1728738483462,"duration":0}},{"uid":"54024ba75ec0abfa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/54024ba75ec0abfa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683033354,"stop":1728683033354,"duration":0}},{"uid":"f719f98e5fc38570","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f719f98e5fc38570","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682591254,"stop":1728682591257,"duration":3}},{"uid":"dfa4b8d75fa52fb5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dfa4b8d75fa52fb5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677083879,"stop":1728677083879,"duration":0}},{"uid":"9da6f2a590d86c22","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9da6f2a590d86c22","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669753997,"stop":1728669753997,"duration":0}},{"uid":"e2239c1edcc2f5ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e2239c1edcc2f5ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598145545,"stop":1728598145545,"duration":0}},{"uid":"a74c7aa748ccc14d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a74c7aa748ccc14d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350445,"stop":1728597350445,"duration":0}}]},"940e0a8d3cf453b22b7c84874dfa3b0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":4,"passed":5,"unknown":0,"total":14},"items":[{"uid":"820dd83ca5cdd11","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/820dd83ca5cdd11","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473210,"stop":1729034473210,"duration":0}},{"uid":"8757b716b3f4aac7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8757b716b3f4aac7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241151,"stop":1729034241152,"duration":1}},{"uid":"9473d1f6185c5225","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9473d1f6185c5225","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159971,"stop":1729034159971,"duration":0}},{"uid":"e6558a60c359deba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e6558a60c359deba","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977061,"stop":1729033977061,"duration":0}},{"uid":"aeb19b1c177b8fc9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aeb19b1c177b8fc9","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1729032093763,"stop":1729032093763,"duration":0}},{"uid":"9585391158cec4a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9585391158cec4a9","status":"passed","time":{"start":1728901748770,"stop":1728901748770,"duration":0}},{"uid":"d8e0684062c5b06f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d8e0684062c5b06f","status":"passed","time":{"start":1728893181081,"stop":1728893181081,"duration":0}},{"uid":"1b7feb6519ef58c8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b7feb6519ef58c8","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728856155548,"stop":1728856155548,"duration":0}},{"uid":"17a4380afa64b2f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/17a4380afa64b2f1","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728738360281,"stop":1728738360281,"duration":0}},{"uid":"ed91eb1c200275e1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed91eb1c200275e1","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728682907216,"stop":1728682907217,"duration":1}},{"uid":"b3958a7cc9e85390","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3958a7cc9e85390","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728682466725,"stop":1728682466726,"duration":1}},{"uid":"9b6a798d10fa413a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9b6a798d10fa413a","status":"passed","time":{"start":1728676955717,"stop":1728676955717,"duration":0}},{"uid":"5e1d5bcbf2c523bf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e1d5bcbf2c523bf","status":"passed","time":{"start":1728598013531,"stop":1728598013531,"duration":0}},{"uid":"8c7df672d9bae18c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8c7df672d9bae18c","status":"passed","time":{"start":1728597225195,"stop":1728597225196,"duration":1}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9775802917eb5b7a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9775802917eb5b7a","status":"passed","time":{"start":1729034565832,"stop":1729034565832,"duration":0}},{"uid":"da25431cc3c0dc00","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/da25431cc3c0dc00","status":"passed","time":{"start":1729034325774,"stop":1729034325775,"duration":1}},{"uid":"2b17b014c0c371a0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2b17b014c0c371a0","status":"passed","time":{"start":1729034249512,"stop":1729034249512,"duration":0}},{"uid":"b6b7d1ab8a02a495","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6b7d1ab8a02a495","status":"passed","time":{"start":1729034066154,"stop":1729034066156,"duration":2}},{"uid":"20d2d0bc8291dbc2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/20d2d0bc8291dbc2","status":"passed","time":{"start":1728901782836,"stop":1728901782836,"duration":0}},{"uid":"f035d90eb16baf11","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f035d90eb16baf11","status":"passed","time":{"start":1728893215984,"stop":1728893215984,"duration":0}},{"uid":"629e18de52c56aea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/629e18de52c56aea","status":"passed","time":{"start":1728856159199,"stop":1728856159199,"duration":0}},{"uid":"bde426784536ffd8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bde426784536ffd8","status":"passed","time":{"start":1728738371836,"stop":1728738371837,"duration":1}},{"uid":"afce4a92e6cf64fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/afce4a92e6cf64fb","status":"passed","time":{"start":1728682915883,"stop":1728682915884,"duration":1}},{"uid":"3442bc44c8d1153c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3442bc44c8d1153c","status":"passed","time":{"start":1728682496455,"stop":1728682496456,"duration":1}},{"uid":"c688a82fb4d476ad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c688a82fb4d476ad","status":"passed","time":{"start":1728676980223,"stop":1728676980224,"duration":1}},{"uid":"53ded8f68e1de93f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/53ded8f68e1de93f","status":"passed","time":{"start":1728598045384,"stop":1728598045385,"duration":1}},{"uid":"6b51c894fb71f14a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b51c894fb71f14a","status":"passed","time":{"start":1728597260329,"stop":1728597260330,"duration":1}}]},"644490e4ed868552e28b92c7a1021b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd5d48291f2b50cf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd5d48291f2b50cf","status":"passed","time":{"start":1729034668596,"stop":1729034668597,"duration":1}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"55eb1e542d22be6d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/55eb1e542d22be6d","status":"passed","time":{"start":1729034631261,"stop":1729034631262,"duration":1}},{"uid":"a71ee6847ff73687","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a71ee6847ff73687","status":"passed","time":{"start":1729034400898,"stop":1729034400898,"duration":0}},{"uid":"d4b18ce04af95905","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d4b18ce04af95905","status":"passed","time":{"start":1729034317497,"stop":1729034317497,"duration":0}},{"uid":"2d9c64f68d9f514","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d9c64f68d9f514","status":"passed","time":{"start":1729034137155,"stop":1729034137155,"duration":0}},{"uid":"61e71fe0c0dcb176","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61e71fe0c0dcb176","status":"passed","time":{"start":1729032206887,"stop":1729032206887,"duration":0}},{"uid":"606518a44efef7b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/606518a44efef7b2","status":"passed","time":{"start":1728901995034,"stop":1728901995035,"duration":1}},{"uid":"f8f5c2d05c9d7bb9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f8f5c2d05c9d7bb9","status":"passed","time":{"start":1728893421007,"stop":1728893421008,"duration":1}},{"uid":"dbd6899800285cdc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbd6899800285cdc","status":"passed","time":{"start":1728856368609,"stop":1728856368609,"duration":0}},{"uid":"983c03884e05593c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/983c03884e05593c","status":"passed","time":{"start":1728738604691,"stop":1728738604692,"duration":1}},{"uid":"2196e0f5ba2a85ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2196e0f5ba2a85ab","status":"passed","time":{"start":1728683117674,"stop":1728683117674,"duration":0}},{"uid":"b05bdb57e9709ad","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b05bdb57e9709ad","status":"passed","time":{"start":1728682721326,"stop":1728682721326,"duration":0}},{"uid":"cf460c4f67c357a6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cf460c4f67c357a6","status":"passed","time":{"start":1728677184692,"stop":1728677184693,"duration":1}},{"uid":"1cfc67fd02094694","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1cfc67fd02094694","status":"passed","time":{"start":1728669866475,"stop":1728669866476,"duration":1}},{"uid":"93ec2884b479d799","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/93ec2884b479d799","status":"passed","time":{"start":1728598250009,"stop":1728598250009,"duration":0}},{"uid":"de6b1fa28405f98e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/de6b1fa28405f98e","status":"passed","time":{"start":1728597472308,"stop":1728597472308,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"53fbccce469bdbda","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/53fbccce469bdbda","status":"passed","time":{"start":1729034340830,"stop":1729034340831,"duration":1}},{"uid":"f396875d94665c51","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f396875d94665c51","status":"passed","time":{"start":1729034104503,"stop":1729034104503,"duration":0}},{"uid":"11fa3746b2e3e01a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/11fa3746b2e3e01a","status":"passed","time":{"start":1729034027824,"stop":1729034027824,"duration":0}},{"uid":"55d5e3cc7077da4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/55d5e3cc7077da4","status":"passed","time":{"start":1729033842412,"stop":1729033842413,"duration":1}},{"uid":"22b427129c1d8a95","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22b427129c1d8a95","status":"passed","time":{"start":1729031892129,"stop":1729031892129,"duration":0}},{"uid":"52aa4f2964ad7e42","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/52aa4f2964ad7e42","status":"passed","time":{"start":1728901438145,"stop":1728901438145,"duration":0}},{"uid":"8c1400f1e7715684","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c1400f1e7715684","status":"passed","time":{"start":1728892868420,"stop":1728892868420,"duration":0}},{"uid":"b5959b405dabf93e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b5959b405dabf93e","status":"passed","time":{"start":1728855831312,"stop":1728855831312,"duration":0}},{"uid":"9af926892fcb6152","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9af926892fcb6152","status":"passed","time":{"start":1728738048422,"stop":1728738048423,"duration":1}},{"uid":"ecab1fda079ea0dd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ecab1fda079ea0dd","status":"passed","time":{"start":1728682581970,"stop":1728682581970,"duration":0}},{"uid":"e671dd1a83695fae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e671dd1a83695fae","status":"passed","time":{"start":1728682154920,"stop":1728682154921,"duration":1}},{"uid":"5899c8a6ca1f42a3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5899c8a6ca1f42a3","status":"passed","time":{"start":1728676629329,"stop":1728676629329,"duration":0}},{"uid":"b9fb99f09e09718f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b9fb99f09e09718f","status":"passed","time":{"start":1728669352396,"stop":1728669352396,"duration":0}},{"uid":"c80097de69dae658","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c80097de69dae658","status":"passed","time":{"start":1728597693130,"stop":1728597693131,"duration":1}},{"uid":"26b674979d981990","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/26b674979d981990","status":"passed","time":{"start":1728596912668,"stop":1728596912669,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2bc0535e24491fe9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2bc0535e24491fe9","status":"passed","time":{"start":1729034376213,"stop":1729034376214,"duration":1}},{"uid":"db350abfa79e6209","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db350abfa79e6209","status":"passed","time":{"start":1729034140568,"stop":1729034140569,"duration":1}},{"uid":"ef73e5b85aca3c1d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ef73e5b85aca3c1d","status":"passed","time":{"start":1729034063213,"stop":1729034063214,"duration":1}},{"uid":"58e55d07ea4e5b40","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58e55d07ea4e5b40","status":"passed","time":{"start":1729033878342,"stop":1729033878344,"duration":2}},{"uid":"f9a321c5f0d57aee","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9a321c5f0d57aee","status":"passed","time":{"start":1729031928151,"stop":1729031928152,"duration":1}},{"uid":"cd044bc166245d72","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cd044bc166245d72","status":"passed","time":{"start":1728901472374,"stop":1728901472375,"duration":1}},{"uid":"95cb902a0df418d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95cb902a0df418d8","status":"passed","time":{"start":1728892903065,"stop":1728892903066,"duration":1}},{"uid":"28beedbe542aea76","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/28beedbe542aea76","status":"passed","time":{"start":1728855866505,"stop":1728855866506,"duration":1}},{"uid":"ecb2504d7af3eadc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ecb2504d7af3eadc","status":"passed","time":{"start":1728738084262,"stop":1728738084263,"duration":1}},{"uid":"1ce0919cde45d7d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ce0919cde45d7d9","status":"passed","time":{"start":1728682617673,"stop":1728682617675,"duration":2}},{"uid":"93e9a2377fefad78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/93e9a2377fefad78","status":"passed","time":{"start":1728682190441,"stop":1728682190442,"duration":1}},{"uid":"1b89421c02cfeaf6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b89421c02cfeaf6","status":"passed","time":{"start":1728676664769,"stop":1728676664770,"duration":1}},{"uid":"dd417f1318ba37f3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd417f1318ba37f3","status":"passed","time":{"start":1728669387970,"stop":1728669387971,"duration":1}},{"uid":"74e868765352171d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74e868765352171d","status":"passed","time":{"start":1728597727561,"stop":1728597727562,"duration":1}},{"uid":"e9b438ca68530184","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e9b438ca68530184","status":"passed","time":{"start":1728596946506,"stop":1728596946507,"duration":1}}]},"2f67afc183538b3b2e6454d1396edb6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c5c5f44de6c26ff","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5c5c5f44de6c26ff","status":"passed","time":{"start":1729034668609,"stop":1729034668609,"duration":0}}]},"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c98b0d4ea42fd846","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c98b0d4ea42fd846","status":"passed","time":{"start":1729034332624,"stop":1729034332624,"duration":0}},{"uid":"74158a73b11be777","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/74158a73b11be777","status":"passed","time":{"start":1729034096125,"stop":1729034096125,"duration":0}},{"uid":"dbe8f6cd9c857127","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dbe8f6cd9c857127","status":"passed","time":{"start":1729034020084,"stop":1729034020084,"duration":0}},{"uid":"de9fe61c97f346a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/de9fe61c97f346a","status":"passed","time":{"start":1729033834376,"stop":1729033834376,"duration":0}},{"uid":"61c466dec6418372","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61c466dec6418372","status":"passed","time":{"start":1729031884107,"stop":1729031884107,"duration":0}},{"uid":"6428533e3f2f1b84","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6428533e3f2f1b84","status":"passed","time":{"start":1728901430248,"stop":1728901430249,"duration":1}},{"uid":"326421f971d58e0e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/326421f971d58e0e","status":"passed","time":{"start":1728892860524,"stop":1728892860525,"duration":1}},{"uid":"e617dfd9ace650c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e617dfd9ace650c4","status":"passed","time":{"start":1728855823315,"stop":1728855823315,"duration":0}},{"uid":"ce8ec4133dc4176b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ce8ec4133dc4176b","status":"passed","time":{"start":1728738040584,"stop":1728738040584,"duration":0}},{"uid":"c14beb69536e333b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c14beb69536e333b","status":"passed","time":{"start":1728682574081,"stop":1728682574082,"duration":1}},{"uid":"f3dc0b91d5e78b60","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f3dc0b91d5e78b60","status":"passed","time":{"start":1728682146809,"stop":1728682146809,"duration":0}},{"uid":"361c8d325898b1e6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/361c8d325898b1e6","status":"passed","time":{"start":1728676621423,"stop":1728676621423,"duration":0}},{"uid":"6ff276081b602ebf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6ff276081b602ebf","status":"passed","time":{"start":1728669344460,"stop":1728669344460,"duration":0}},{"uid":"23e6c9d9919cf62e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/23e6c9d9919cf62e","status":"passed","time":{"start":1728597685153,"stop":1728597685154,"duration":1}},{"uid":"8626e816e0197d79","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8626e816e0197d79","status":"passed","time":{"start":1728596904459,"stop":1728596904460,"duration":1}}]},"c5e5b3787653403fac18c50d9c2490b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7cc8c3acd532aa39","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7cc8c3acd532aa39","status":"passed","time":{"start":1728893317181,"stop":1728893317181,"duration":0}}]},"9f45c16691bb60f6555f0ade8ee84434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5593c64c6e6b26f6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5593c64c6e6b26f6","status":"passed","time":{"start":1728669764759,"stop":1728669764760,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"18ca000aeb7cdf38","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/18ca000aeb7cdf38","status":"passed","time":{"start":1729034565836,"stop":1729034565836,"duration":0}},{"uid":"e4ebb1c490651059","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e4ebb1c490651059","status":"passed","time":{"start":1729034325777,"stop":1729034325777,"duration":0}},{"uid":"27ee82db812faf0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/27ee82db812faf0d","status":"passed","time":{"start":1729034249513,"stop":1729034249514,"duration":1}},{"uid":"d4f1dbc9f55a12d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d4f1dbc9f55a12d6","status":"passed","time":{"start":1729034066160,"stop":1729034066161,"duration":1}},{"uid":"2523806591b909c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2523806591b909c3","status":"passed","time":{"start":1728901782837,"stop":1728901782837,"duration":0}},{"uid":"d1b685133fbe9a57","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d1b685133fbe9a57","status":"passed","time":{"start":1728893215986,"stop":1728893215987,"duration":1}},{"uid":"ac95273582ac66d1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac95273582ac66d1","status":"passed","time":{"start":1728856159200,"stop":1728856159201,"duration":1}},{"uid":"854d2ac32cad465c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/854d2ac32cad465c","status":"passed","time":{"start":1728738371838,"stop":1728738371838,"duration":0}},{"uid":"2d8171d4b97d5c8c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2d8171d4b97d5c8c","status":"passed","time":{"start":1728682915886,"stop":1728682915887,"duration":1}},{"uid":"ddeceab58791bf36","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ddeceab58791bf36","status":"passed","time":{"start":1728682496457,"stop":1728682496457,"duration":0}},{"uid":"14925db41485efe8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/14925db41485efe8","status":"passed","time":{"start":1728676980225,"stop":1728676980226,"duration":1}},{"uid":"89564ca2aa31f870","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/89564ca2aa31f870","status":"passed","time":{"start":1728598045386,"stop":1728598045386,"duration":0}},{"uid":"370c978126738cab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/370c978126738cab","status":"passed","time":{"start":1728597260331,"stop":1728597260331,"duration":0}}]},"450e2c6f70f67ec4e16267252b651984:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"100497df8c82ad07","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/100497df8c82ad07","status":"passed","time":{"start":1728677107988,"stop":1728677107988,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"74c745596f3cde87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/74c745596f3cde87","status":"passed","time":{"start":1729034611677,"stop":1729034611677,"duration":0}},{"uid":"89a9a6bec8305fdf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89a9a6bec8305fdf","status":"passed","time":{"start":1729034393653,"stop":1729034393653,"duration":0}},{"uid":"98a23924bfacd403","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/98a23924bfacd403","status":"passed","time":{"start":1729034304851,"stop":1729034304851,"duration":0}},{"uid":"7bdedde96cc68d50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bdedde96cc68d50","status":"passed","time":{"start":1729034121931,"stop":1729034121931,"duration":0}},{"uid":"f14d934ea259a8be","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f14d934ea259a8be","status":"passed","time":{"start":1729032174900,"stop":1729032174901,"duration":1}},{"uid":"ae0e27178fbdf0f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ae0e27178fbdf0f","status":"passed","time":{"start":1728901881016,"stop":1728901881017,"duration":1}},{"uid":"516862eef7dad862","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/516862eef7dad862","status":"passed","time":{"start":1728893317173,"stop":1728893317174,"duration":1}},{"uid":"63a0a1968184c201","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63a0a1968184c201","status":"passed","time":{"start":1728856263102,"stop":1728856263106,"duration":4}},{"uid":"edcc98613bf76bdc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edcc98613bf76bdc","status":"passed","time":{"start":1728738492801,"stop":1728738492801,"duration":0}},{"uid":"4b5804d46cac57e4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4b5804d46cac57e4","status":"passed","time":{"start":1728683030024,"stop":1728683030024,"duration":0}},{"uid":"866d61e9c3dbcc47","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/866d61e9c3dbcc47","status":"passed","time":{"start":1728682581105,"stop":1728682581105,"duration":0}},{"uid":"ac580649a3a45aed","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ac580649a3a45aed","status":"passed","time":{"start":1728677082000,"stop":1728677082001,"duration":1}},{"uid":"652b9668dddf372c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/652b9668dddf372c","status":"passed","time":{"start":1728669795400,"stop":1728669795400,"duration":0}},{"uid":"603fc61f73d3a2df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/603fc61f73d3a2df","status":"passed","time":{"start":1728598137506,"stop":1728598137506,"duration":0}},{"uid":"f1e8b393ad5737b2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1e8b393ad5737b2","status":"passed","time":{"start":1728597353482,"stop":1728597353483,"duration":1}}]},"fabfff8d2944be33cdef7b99593129ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64cd2dd92651a840","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/64cd2dd92651a840","status":"passed","time":{"start":1728598221885,"stop":1728598221886,"duration":1}}]},"2044ea3461a47ce032b173f2bb70ae3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5e1ff95e031f983","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b5e1ff95e031f983","status":"passed","time":{"start":1729032174807,"stop":1729032174807,"duration":0}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c4e74a09071c6855","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4e74a09071c6855","status":"passed","time":{"start":1729034536110,"stop":1729034536110,"duration":0}},{"uid":"ff1ac006de21143e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ff1ac006de21143e","status":"passed","time":{"start":1729034296716,"stop":1729034296716,"duration":0}},{"uid":"470fdf013887a7f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/470fdf013887a7f9","status":"passed","time":{"start":1729034220610,"stop":1729034220612,"duration":2}},{"uid":"7715a08b90f54572","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7715a08b90f54572","status":"passed","time":{"start":1729034041500,"stop":1729034041501,"duration":1}},{"uid":"57e929fae02296cd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/57e929fae02296cd","status":"passed","time":{"start":1728901705416,"stop":1728901705417,"duration":1}},{"uid":"240c043b28b5c4a7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/240c043b28b5c4a7","status":"passed","time":{"start":1728893141782,"stop":1728893141782,"duration":0}},{"uid":"380aa4130bec082b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/380aa4130bec082b","status":"passed","time":{"start":1728856087087,"stop":1728856087088,"duration":1}},{"uid":"1ac5cba4fca5d9bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1ac5cba4fca5d9bd","status":"passed","time":{"start":1728738321455,"stop":1728738321456,"duration":1}},{"uid":"e41f80e7d49650aa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e41f80e7d49650aa","status":"passed","time":{"start":1728682845681,"stop":1728682845681,"duration":0}},{"uid":"e9bcccaf89291d2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9bcccaf89291d2c","status":"passed","time":{"start":1728682424316,"stop":1728682424318,"duration":2}},{"uid":"242443dc75d75181","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/242443dc75d75181","status":"passed","time":{"start":1728676900545,"stop":1728676900547,"duration":2}},{"uid":"34d6d3baaa209b67","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34d6d3baaa209b67","status":"passed","time":{"start":1728669625805,"stop":1728669625805,"duration":0}},{"uid":"24eb9ed6431eda13","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/24eb9ed6431eda13","status":"passed","time":{"start":1728597957176,"stop":1728597957176,"duration":0}},{"uid":"70ac7a15df6d62f2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70ac7a15df6d62f2","status":"passed","time":{"start":1728597182623,"stop":1728597182623,"duration":0}}]},"c918bc9f5b47ab0467e7cb9f3b0398c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e043626853e3c00","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7e043626853e3c00","status":"passed","time":{"start":1728677156810,"stop":1728677156811,"duration":1}}]},"f137e0e038b82db98bf460aabb55fcab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fc5bb3e4fa0df787","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fc5bb3e4fa0df787","status":"passed","time":{"start":1729034348411,"stop":1729034348411,"duration":0}},{"uid":"211913f5e6335f97","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/211913f5e6335f97","status":"passed","time":{"start":1729034112230,"stop":1729034112231,"duration":1}},{"uid":"28327ca78deacf7a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28327ca78deacf7a","status":"passed","time":{"start":1729034035747,"stop":1729034035748,"duration":1}},{"uid":"904d7d19947bca4e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/904d7d19947bca4e","status":"passed","time":{"start":1729033850295,"stop":1729033850296,"duration":1}},{"uid":"98a797020e653414","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/98a797020e653414","status":"passed","time":{"start":1729031899899,"stop":1729031899900,"duration":1}},{"uid":"84ab99ef28a20b9f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84ab99ef28a20b9f","status":"passed","time":{"start":1728901445869,"stop":1728901445870,"duration":1}},{"uid":"e2471a8f0a9ff1c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e2471a8f0a9ff1c4","status":"passed","time":{"start":1728892875902,"stop":1728892875903,"duration":1}},{"uid":"359d8b7bc8caebbc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/359d8b7bc8caebbc","status":"passed","time":{"start":1728855839035,"stop":1728855839036,"duration":1}},{"uid":"1fdd43d8ee9b825e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1fdd43d8ee9b825e","status":"passed","time":{"start":1728738056182,"stop":1728738056183,"duration":1}},{"uid":"711b6fa85db8c3b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/711b6fa85db8c3b4","status":"passed","time":{"start":1728682589456,"stop":1728682589457,"duration":1}},{"uid":"59c09b8253950a99","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59c09b8253950a99","status":"passed","time":{"start":1728682162314,"stop":1728682162314,"duration":0}},{"uid":"492dd6fb958424fa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/492dd6fb958424fa","status":"passed","time":{"start":1728676636999,"stop":1728676637000,"duration":1}},{"uid":"995bf9862b59b935","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/995bf9862b59b935","status":"passed","time":{"start":1728669360366,"stop":1728669360367,"duration":1}},{"uid":"637d6ed96216c8e2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/637d6ed96216c8e2","status":"passed","time":{"start":1728597700885,"stop":1728597700886,"duration":1}},{"uid":"ccc49f6af343aa7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ccc49f6af343aa7","status":"passed","time":{"start":1728596919824,"stop":1728596919824,"duration":0}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"912d46473d378dc3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/912d46473d378dc3","status":"passed","time":{"start":1729034561705,"stop":1729034561706,"duration":1}},{"uid":"b3045f88f459d70","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b3045f88f459d70","status":"passed","time":{"start":1729034329726,"stop":1729034329728,"duration":2}},{"uid":"805205c288c5168f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/805205c288c5168f","status":"passed","time":{"start":1729034249403,"stop":1729034249403,"duration":0}},{"uid":"d2e649bd064259a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d2e649bd064259a","status":"passed","time":{"start":1729034067353,"stop":1729034067354,"duration":1}},{"uid":"40799d5a465d66ac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/40799d5a465d66ac","status":"passed","time":{"start":1729032098327,"stop":1729032098327,"duration":0}},{"uid":"31a3ed15b22e669f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/31a3ed15b22e669f","status":"passed","time":{"start":1728901786965,"stop":1728901786966,"duration":1}},{"uid":"62c8270676717dd6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/62c8270676717dd6","status":"passed","time":{"start":1728893221404,"stop":1728893221404,"duration":0}},{"uid":"a151faa08c557056","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a151faa08c557056","status":"passed","time":{"start":1728856163736,"stop":1728856163736,"duration":0}},{"uid":"fb5790dd1ac9369c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fb5790dd1ac9369c","status":"passed","time":{"start":1728738376850,"stop":1728738376850,"duration":0}},{"uid":"18ce0ceb25c1b9a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/18ce0ceb25c1b9a8","status":"passed","time":{"start":1728682920157,"stop":1728682920157,"duration":0}},{"uid":"ab2e8094e00ca1ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ab2e8094e00ca1ff","status":"passed","time":{"start":1728682501583,"stop":1728682501583,"duration":0}},{"uid":"785080157fff641d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/785080157fff641d","status":"passed","time":{"start":1728676985050,"stop":1728676985051,"duration":1}},{"uid":"803be86b63e57dc5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/803be86b63e57dc5","status":"passed","time":{"start":1728669632407,"stop":1728669632408,"duration":1}},{"uid":"3f3d0a5c28c7e36d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3f3d0a5c28c7e36d","status":"passed","time":{"start":1728598049843,"stop":1728598049844,"duration":1}},{"uid":"87915eb4940e0bb0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/87915eb4940e0bb0","status":"passed","time":{"start":1728597265137,"stop":1728597265138,"duration":1}}]},"e637904ba7e2f12356c096ef2a44954e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9f526a569b2945d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a9f526a569b2945d","status":"passed","time":{"start":1728677107989,"stop":1728677107989,"duration":0}}]},"db35fcaf864d270645c35889a615bbc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4a8767654dc978e1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4a8767654dc978e1","status":"passed","time":{"start":1729034400904,"stop":1729034400904,"duration":0}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"50fc1f3233c4770b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/50fc1f3233c4770b","status":"passed","time":{"start":1729034636323,"stop":1729034636323,"duration":0}},{"uid":"53919f066b133ffb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/53919f066b133ffb","status":"passed","time":{"start":1729034402288,"stop":1729034402288,"duration":0}},{"uid":"9a7c1c1b4acb192c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9a7c1c1b4acb192c","status":"passed","time":{"start":1729034323314,"stop":1729034323314,"duration":0}},{"uid":"46fc31481b2eefbd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/46fc31481b2eefbd","status":"passed","time":{"start":1729034144772,"stop":1729034144772,"duration":0}},{"uid":"d0b58c2714a76e46","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d0b58c2714a76e46","status":"passed","time":{"start":1729032198827,"stop":1729032198827,"duration":0}},{"uid":"9af8100bcfd3bc13","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9af8100bcfd3bc13","status":"passed","time":{"start":1728901901776,"stop":1728901901776,"duration":0}},{"uid":"757dfc22ac09b956","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/757dfc22ac09b956","status":"passed","time":{"start":1728893337257,"stop":1728893337258,"duration":1}},{"uid":"67ce75bae4b5ddb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/67ce75bae4b5ddb0","status":"passed","time":{"start":1728856299202,"stop":1728856299202,"duration":0}},{"uid":"7a2522c450504c14","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a2522c450504c14","status":"passed","time":{"start":1728738505392,"stop":1728738505392,"duration":0}},{"uid":"8033ede5442111f9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8033ede5442111f9","status":"passed","time":{"start":1728683045453,"stop":1728683045453,"duration":0}},{"uid":"69f08d85d0b8f549","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/69f08d85d0b8f549","status":"passed","time":{"start":1728682607298,"stop":1728682607299,"duration":1}},{"uid":"fb5f5f15c85ad46f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fb5f5f15c85ad46f","status":"passed","time":{"start":1728677103501,"stop":1728677103502,"duration":1}},{"uid":"6c2f4888ff991b96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c2f4888ff991b96","status":"passed","time":{"start":1728669777138,"stop":1728669777139,"duration":1}},{"uid":"176fa3dd9845b50a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/176fa3dd9845b50a","status":"passed","time":{"start":1728598163470,"stop":1728598163470,"duration":0}},{"uid":"20c2713593ef0c0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/20c2713593ef0c0d","status":"passed","time":{"start":1728597375489,"stop":1728597375489,"duration":0}}]},"ffcb16d7bbb66e94365fdc5aefd8efa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98bc1341e51be572","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/98bc1341e51be572","status":"passed","time":{"start":1729034308904,"stop":1729034308904,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dab7c11e8c391a75","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dab7c11e8c391a75","status":"passed","time":{"start":1729034536098,"stop":1729034536098,"duration":0}},{"uid":"250367fbc8787f6a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/250367fbc8787f6a","status":"passed","time":{"start":1729034296704,"stop":1729034296704,"duration":0}},{"uid":"b9d935f32a18ee67","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b9d935f32a18ee67","status":"passed","time":{"start":1729034220601,"stop":1729034220601,"duration":0}},{"uid":"8dff0d8f39f2e499","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8dff0d8f39f2e499","status":"passed","time":{"start":1729034041477,"stop":1729034041477,"duration":0}},{"uid":"c05fe09b66af51c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c05fe09b66af51c3","status":"passed","time":{"start":1728901705388,"stop":1728901705389,"duration":1}},{"uid":"86d6d79016c58554","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/86d6d79016c58554","status":"passed","time":{"start":1728893141771,"stop":1728893141772,"duration":1}},{"uid":"7d4cfbd88f84c542","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d4cfbd88f84c542","status":"passed","time":{"start":1728856087080,"stop":1728856087080,"duration":0}},{"uid":"79d4dd9265581ffa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/79d4dd9265581ffa","status":"passed","time":{"start":1728738321431,"stop":1728738321432,"duration":1}},{"uid":"93a69b1b7fb5658","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/93a69b1b7fb5658","status":"passed","time":{"start":1728682845671,"stop":1728682845672,"duration":1}},{"uid":"20d164a24bd2eecd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/20d164a24bd2eecd","status":"passed","time":{"start":1728682424305,"stop":1728682424305,"duration":0}},{"uid":"b8432aae76683345","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b8432aae76683345","status":"passed","time":{"start":1728676900512,"stop":1728676900512,"duration":0}},{"uid":"91a10cacc838d5b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/91a10cacc838d5b","status":"passed","time":{"start":1728669625796,"stop":1728669625796,"duration":0}},{"uid":"cc8fc9888e4d1d89","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cc8fc9888e4d1d89","status":"passed","time":{"start":1728597957160,"stop":1728597957161,"duration":1}},{"uid":"95cb55272c12b055","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/95cb55272c12b055","status":"passed","time":{"start":1728597182614,"stop":1728597182614,"duration":0}}]},"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c671afd3844df709","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c671afd3844df709","status":"passed","time":{"start":1729034332611,"stop":1729034332612,"duration":1}},{"uid":"a189f4c411ef6ab4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a189f4c411ef6ab4","status":"passed","time":{"start":1729034096112,"stop":1729034096112,"duration":0}},{"uid":"e1da8265385b3772","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e1da8265385b3772","status":"passed","time":{"start":1729034020074,"stop":1729034020074,"duration":0}},{"uid":"b2794ce3271f05c0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b2794ce3271f05c0","status":"passed","time":{"start":1729033834363,"stop":1729033834363,"duration":0}},{"uid":"97cf31db6eae29f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/97cf31db6eae29f","status":"passed","time":{"start":1729031884091,"stop":1729031884092,"duration":1}},{"uid":"25f5a2b701a3875b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25f5a2b701a3875b","status":"passed","time":{"start":1728901430243,"stop":1728901430243,"duration":0}},{"uid":"1782097e66c9b9b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1782097e66c9b9b3","status":"passed","time":{"start":1728892860518,"stop":1728892860518,"duration":0}},{"uid":"a4463f33c325deb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4463f33c325deb0","status":"passed","time":{"start":1728855823308,"stop":1728855823309,"duration":1}},{"uid":"ba47602232b91433","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ba47602232b91433","status":"passed","time":{"start":1728738040571,"stop":1728738040571,"duration":0}},{"uid":"f4f869769f3195ad","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4f869769f3195ad","status":"passed","time":{"start":1728682574069,"stop":1728682574070,"duration":1}},{"uid":"39e53a92909f5873","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/39e53a92909f5873","status":"passed","time":{"start":1728682146797,"stop":1728682146797,"duration":0}},{"uid":"15c41be3f976bbf3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/15c41be3f976bbf3","status":"passed","time":{"start":1728676621406,"stop":1728676621407,"duration":1}},{"uid":"1bc3e59ef2699bcb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1bc3e59ef2699bcb","status":"passed","time":{"start":1728669344454,"stop":1728669344455,"duration":1}},{"uid":"f32ac2c85ad3ccd5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f32ac2c85ad3ccd5","status":"passed","time":{"start":1728597685137,"stop":1728597685137,"duration":0}},{"uid":"cdb20f8cc29349ce","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cdb20f8cc29349ce","status":"passed","time":{"start":1728596904443,"stop":1728596904443,"duration":0}}]},"9d822dead8a72fddcf83479e27236db1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86c0764ac4317a8a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/86c0764ac4317a8a","status":"passed","time":{"start":1728738555098,"stop":1728738555098,"duration":0}}]},"368be719b0481120a9e8c5b4cfa181ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32bc6e2c93d61e40","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32bc6e2c93d61e40","status":"passed","time":{"start":1729034137158,"stop":1729034137158,"duration":0}}]},"c3705f556358a78a3dd8f1183b0ae14f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4baf5c78f612864b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4baf5c78f612864b","status":"passed","time":{"start":1728598137509,"stop":1728598137509,"duration":0}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"16ce65e6de88e475","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/16ce65e6de88e475","status":"passed","time":{"start":1729034472982,"stop":1729034472983,"duration":1}},{"uid":"c20b8b5cbfc0a2dc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c20b8b5cbfc0a2dc","status":"passed","time":{"start":1729034240921,"stop":1729034240921,"duration":0}},{"uid":"a853934ca383f7a1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a853934ca383f7a1","status":"passed","time":{"start":1729034159619,"stop":1729034159620,"duration":1}},{"uid":"95769ae8ddaa4e4a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95769ae8ddaa4e4a","status":"passed","time":{"start":1729033976803,"stop":1729033976803,"duration":0}},{"uid":"c6f60731fba511b1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6f60731fba511b1","status":"passed","time":{"start":1729032020527,"stop":1729032020527,"duration":0}},{"uid":"608bf1beaf82ef0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/608bf1beaf82ef0e","status":"passed","time":{"start":1728901616451,"stop":1728901616451,"duration":0}},{"uid":"756e4e0835254a8b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/756e4e0835254a8b","status":"passed","time":{"start":1728893050248,"stop":1728893050248,"duration":0}},{"uid":"9f1375063716d8ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f1375063716d8ca","status":"passed","time":{"start":1728856015174,"stop":1728856015175,"duration":1}},{"uid":"fba69df547b4c12f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fba69df547b4c12f","status":"passed","time":{"start":1728738233144,"stop":1728738233144,"duration":0}},{"uid":"73e5924cd36d3751","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/73e5924cd36d3751","status":"passed","time":{"start":1728682762475,"stop":1728682762475,"duration":0}},{"uid":"14792a384ce13898","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/14792a384ce13898","status":"passed","time":{"start":1728682332789,"stop":1728682332789,"duration":0}},{"uid":"3aec0f7af9203ae5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3aec0f7af9203ae5","status":"passed","time":{"start":1728676810298,"stop":1728676810298,"duration":0}},{"uid":"a939395b534d5b9c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a939395b534d5b9c","status":"passed","time":{"start":1728669529902,"stop":1728669529903,"duration":1}},{"uid":"123d0e3488f4b399","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/123d0e3488f4b399","status":"passed","time":{"start":1728597873537,"stop":1728597873538,"duration":1}},{"uid":"f7d6ef669ccc110","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f7d6ef669ccc110","status":"passed","time":{"start":1728597089276,"stop":1728597089277,"duration":1}}]},"de6953b1782f2d18394f20211078b3f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90ef4d3cd0734288","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90ef4d3cd0734288","status":"passed","time":{"start":1728597353476,"stop":1728597353476,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5c63ea6bf0dc1762","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5c63ea6bf0dc1762","status":"passed","time":{"start":1729034536111,"stop":1729034536111,"duration":0}},{"uid":"907e6cd796937327","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/907e6cd796937327","status":"passed","time":{"start":1729034296717,"stop":1729034296719,"duration":2}},{"uid":"df5a24acf09813cc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/df5a24acf09813cc","status":"passed","time":{"start":1729034220613,"stop":1729034220613,"duration":0}},{"uid":"65330bd619f1f9b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/65330bd619f1f9b5","status":"passed","time":{"start":1729034041503,"stop":1729034041507,"duration":4}},{"uid":"ecb806eb381f2a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ecb806eb381f2a9","status":"passed","time":{"start":1728901705418,"stop":1728901705419,"duration":1}},{"uid":"252bf71434458289","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/252bf71434458289","status":"passed","time":{"start":1728893141783,"stop":1728893141783,"duration":0}},{"uid":"6e04f010a079ebe","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6e04f010a079ebe","status":"passed","time":{"start":1728856087088,"stop":1728856087088,"duration":0}},{"uid":"c9189c344af181c2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c9189c344af181c2","status":"passed","time":{"start":1728738321457,"stop":1728738321458,"duration":1}},{"uid":"900d5b1bac38818e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/900d5b1bac38818e","status":"passed","time":{"start":1728682845682,"stop":1728682845682,"duration":0}},{"uid":"b3a87fb8236e4bf5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3a87fb8236e4bf5","status":"passed","time":{"start":1728682424318,"stop":1728682424319,"duration":1}},{"uid":"9f688f4a4c829030","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f688f4a4c829030","status":"passed","time":{"start":1728676900547,"stop":1728676900548,"duration":1}},{"uid":"5c98586c06a513d6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5c98586c06a513d6","status":"passed","time":{"start":1728669625806,"stop":1728669625818,"duration":12}},{"uid":"e44eb8fefe518d74","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e44eb8fefe518d74","status":"passed","time":{"start":1728597957177,"stop":1728597957177,"duration":0}},{"uid":"2a35a14292bf208e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2a35a14292bf208e","status":"passed","time":{"start":1728597182624,"stop":1728597182624,"duration":0}}]},"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9e17baf779cd345d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9e17baf779cd345d","status":"passed","time":{"start":1729034332610,"stop":1729034332611,"duration":1}},{"uid":"feab2f25fd5180dd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/feab2f25fd5180dd","status":"passed","time":{"start":1729034096111,"stop":1729034096112,"duration":1}},{"uid":"14e1603f486ff6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/14e1603f486ff6b","status":"passed","time":{"start":1729034020073,"stop":1729034020074,"duration":1}},{"uid":"e7d4aef81b2ad903","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7d4aef81b2ad903","status":"passed","time":{"start":1729033834362,"stop":1729033834363,"duration":1}},{"uid":"4a87823da972fb8f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4a87823da972fb8f","status":"passed","time":{"start":1729031884091,"stop":1729031884091,"duration":0}},{"uid":"4e1763070dc938b9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4e1763070dc938b9","status":"passed","time":{"start":1728901430243,"stop":1728901430243,"duration":0}},{"uid":"7bab2a402a0b45e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7bab2a402a0b45e4","status":"passed","time":{"start":1728892860517,"stop":1728892860518,"duration":1}},{"uid":"fa7273ebea40f397","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fa7273ebea40f397","status":"passed","time":{"start":1728855823308,"stop":1728855823308,"duration":0}},{"uid":"cc2499c403b5c1be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc2499c403b5c1be","status":"passed","time":{"start":1728738040570,"stop":1728738040570,"duration":0}},{"uid":"9eefa7f775db59a6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9eefa7f775db59a6","status":"passed","time":{"start":1728682574069,"stop":1728682574069,"duration":0}},{"uid":"2df11f9cb89524ef","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2df11f9cb89524ef","status":"passed","time":{"start":1728682146796,"stop":1728682146797,"duration":1}},{"uid":"265cb3a57b5c6352","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/265cb3a57b5c6352","status":"passed","time":{"start":1728676621405,"stop":1728676621405,"duration":0}},{"uid":"8854f566313ba4c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8854f566313ba4c9","status":"passed","time":{"start":1728669344454,"stop":1728669344454,"duration":0}},{"uid":"f4d7ae9c91cac441","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f4d7ae9c91cac441","status":"passed","time":{"start":1728597685136,"stop":1728597685136,"duration":0}},{"uid":"75771b864440cc40","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/75771b864440cc40","status":"passed","time":{"start":1728596904442,"stop":1728596904443,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d67d53e3c7dd22ed","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d67d53e3c7dd22ed","status":"passed","time":{"start":1729034617757,"stop":1729034617758,"duration":1}},{"uid":"d7eb6fa57901d908","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d7eb6fa57901d908","status":"passed","time":{"start":1729034370866,"stop":1729034370866,"duration":0}},{"uid":"c3faad326270b64d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c3faad326270b64d","status":"passed","time":{"start":1729034308869,"stop":1729034308870,"duration":1}},{"uid":"1bc25111b7e25fa0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1bc25111b7e25fa0","status":"passed","time":{"start":1729034129472,"stop":1729034129473,"duration":1}},{"uid":"f20939d3b6686a75","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f20939d3b6686a75","status":"passed","time":{"start":1729032178366,"stop":1729032178366,"duration":0}},{"uid":"1c0c1f9f8cebb8c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c0c1f9f8cebb8c0","status":"passed","time":{"start":1728901896345,"stop":1728901896345,"duration":0}},{"uid":"6cee78b268e9a8cf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6cee78b268e9a8cf","status":"passed","time":{"start":1728893329023,"stop":1728893329024,"duration":1}},{"uid":"ddcad5636d89c5ea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ddcad5636d89c5ea","status":"passed","time":{"start":1728856284761,"stop":1728856284761,"duration":0}},{"uid":"8815c4cd904cf0fe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8815c4cd904cf0fe","status":"passed","time":{"start":1728738494938,"stop":1728738494938,"duration":0}},{"uid":"34bfa88b5240e979","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/34bfa88b5240e979","status":"passed","time":{"start":1728683033630,"stop":1728683033630,"duration":0}},{"uid":"4dd63870134fa5cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4dd63870134fa5cf","status":"passed","time":{"start":1728682601735,"stop":1728682601735,"duration":0}},{"uid":"ae0df2c774b1dc46","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae0df2c774b1dc46","status":"passed","time":{"start":1728677107960,"stop":1728677107960,"duration":0}},{"uid":"d73d5e663762ce90","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d73d5e663762ce90","status":"passed","time":{"start":1728669764749,"stop":1728669764750,"duration":1}},{"uid":"5859f6d3c36d7af2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5859f6d3c36d7af2","status":"passed","time":{"start":1728598157561,"stop":1728598157561,"duration":0}},{"uid":"e97c36677b6679d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e97c36677b6679d4","status":"passed","time":{"start":1728597369059,"stop":1728597369060,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7543b39f03f3d0b8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7543b39f03f3d0b8","status":"passed","time":{"start":1729034332797,"stop":1729034332797,"duration":0}},{"uid":"d23b6a972cee23e6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d23b6a972cee23e6","status":"passed","time":{"start":1729034096147,"stop":1729034096147,"duration":0}},{"uid":"5197370a7c9595e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5197370a7c9595e","status":"passed","time":{"start":1729034020103,"stop":1729034020104,"duration":1}},{"uid":"5a718ff2e1178122","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a718ff2e1178122","status":"passed","time":{"start":1729033834403,"stop":1729033834403,"duration":0}},{"uid":"439a12de446bc76d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/439a12de446bc76d","status":"passed","time":{"start":1729031884178,"stop":1729031884179,"duration":1}},{"uid":"baf69fd7e3f330b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/baf69fd7e3f330b2","status":"passed","time":{"start":1728901430211,"stop":1728901430212,"duration":1}},{"uid":"6024a23c5948d449","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6024a23c5948d449","status":"passed","time":{"start":1728892860433,"stop":1728892860433,"duration":0}},{"uid":"87ad5bf66d3bfbae","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/87ad5bf66d3bfbae","status":"passed","time":{"start":1728855823270,"stop":1728855823270,"duration":0}},{"uid":"15bfd94f2f76972e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15bfd94f2f76972e","status":"passed","time":{"start":1728738040616,"stop":1728738040616,"duration":0}},{"uid":"e1c27be81e8ad35b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e1c27be81e8ad35b","status":"passed","time":{"start":1728682574126,"stop":1728682574127,"duration":1}},{"uid":"a954d2da3cf35f60","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a954d2da3cf35f60","status":"passed","time":{"start":1728682146846,"stop":1728682146846,"duration":0}},{"uid":"53d9c5466026cc68","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/53d9c5466026cc68","status":"passed","time":{"start":1728676621446,"stop":1728676621446,"duration":0}},{"uid":"ccf55a8f0754da2c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ccf55a8f0754da2c","status":"passed","time":{"start":1728669344424,"stop":1728669344425,"duration":1}},{"uid":"2c7038c7e3e7c277","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2c7038c7e3e7c277","status":"passed","time":{"start":1728597685248,"stop":1728597685248,"duration":0}},{"uid":"602c357dd90c1403","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/602c357dd90c1403","status":"passed","time":{"start":1728596904560,"stop":1728596904560,"duration":0}}]},"f0f70ad872495d1818ee600b2c9b7ad5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5c83c40c0e97251","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f5c83c40c0e97251","status":"passed","time":{"start":1728738567472,"stop":1728738567472,"duration":0}}]},"8c46072ce6c316b72bfbee489e396df3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"abe515e73077bb82","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/abe515e73077bb82","status":"passed","time":{"start":1729034348414,"stop":1729034348415,"duration":1}},{"uid":"814837fad1949a3d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/814837fad1949a3d","status":"passed","time":{"start":1729034112235,"stop":1729034112235,"duration":0}},{"uid":"3cbdef55443ca6c4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3cbdef55443ca6c4","status":"passed","time":{"start":1729034035750,"stop":1729034035751,"duration":1}},{"uid":"2fd4a9580e56e91c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2fd4a9580e56e91c","status":"passed","time":{"start":1729033850301,"stop":1729033850302,"duration":1}},{"uid":"d75f0d36112cddfd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d75f0d36112cddfd","status":"passed","time":{"start":1729031899902,"stop":1729031899902,"duration":0}},{"uid":"256c87bd7139da82","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/256c87bd7139da82","status":"passed","time":{"start":1728901445871,"stop":1728901445871,"duration":0}},{"uid":"55d6c324365c64ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/55d6c324365c64ca","status":"passed","time":{"start":1728892875907,"stop":1728892875908,"duration":1}},{"uid":"63648f3b5161b3a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63648f3b5161b3a9","status":"passed","time":{"start":1728855839038,"stop":1728855839038,"duration":0}},{"uid":"c50173f7daa96703","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c50173f7daa96703","status":"passed","time":{"start":1728738056185,"stop":1728738056185,"duration":0}},{"uid":"1a451dc251eccb5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a451dc251eccb5","status":"passed","time":{"start":1728682589460,"stop":1728682589460,"duration":0}},{"uid":"a6e836831288a480","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a6e836831288a480","status":"passed","time":{"start":1728682162317,"stop":1728682162317,"duration":0}},{"uid":"b8de98fc068e0e7a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b8de98fc068e0e7a","status":"passed","time":{"start":1728676637004,"stop":1728676637004,"duration":0}},{"uid":"ba90468813ac414c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ba90468813ac414c","status":"passed","time":{"start":1728669360369,"stop":1728669360370,"duration":1}},{"uid":"ea85a4c8851df58e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ea85a4c8851df58e","status":"passed","time":{"start":1728597700889,"stop":1728597700889,"duration":0}},{"uid":"2584088f1ade9f2b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2584088f1ade9f2b","status":"passed","time":{"start":1728596919827,"stop":1728596919828,"duration":1}}]},"2980551d237b90d80ca4623340a41524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0517362f3fb43f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a0517362f3fb43f8","status":"passed","time":{"start":1729034357700,"stop":1729034357700,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8975bdabd2cc3eac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8975bdabd2cc3eac","status":"passed","time":{"start":1729034340750,"stop":1729034340751,"duration":1}},{"uid":"82345c628437e8de","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/82345c628437e8de","status":"passed","time":{"start":1729034104152,"stop":1729034104153,"duration":1}},{"uid":"7af2187cc424d465","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7af2187cc424d465","status":"passed","time":{"start":1729034027732,"stop":1729034027733,"duration":1}},{"uid":"5ba3ebeee8e1717f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ba3ebeee8e1717f","status":"passed","time":{"start":1729033842337,"stop":1729033842337,"duration":0}},{"uid":"6f115857efd01be8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6f115857efd01be8","status":"passed","time":{"start":1729031892041,"stop":1729031892041,"duration":0}},{"uid":"35d7f4fa2df2c87d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/35d7f4fa2df2c87d","status":"passed","time":{"start":1728901438021,"stop":1728901438022,"duration":1}},{"uid":"6f062591f1c7882e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6f062591f1c7882e","status":"passed","time":{"start":1728892868228,"stop":1728892868228,"duration":0}},{"uid":"663e7ff5b2e01433","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/663e7ff5b2e01433","status":"passed","time":{"start":1728855831074,"stop":1728855831075,"duration":1}},{"uid":"4746e36d714c9532","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4746e36d714c9532","status":"passed","time":{"start":1728738048432,"stop":1728738048433,"duration":1}},{"uid":"6c80fbda74cb8f99","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6c80fbda74cb8f99","status":"passed","time":{"start":1728682581831,"stop":1728682581832,"duration":1}},{"uid":"ac6befa699270d1c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac6befa699270d1c","status":"passed","time":{"start":1728682154703,"stop":1728682154703,"duration":0}},{"uid":"1b08f39b108caf69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b08f39b108caf69","status":"passed","time":{"start":1728676629292,"stop":1728676629292,"duration":0}},{"uid":"b31f55b84d942908","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b31f55b84d942908","status":"passed","time":{"start":1728669352205,"stop":1728669352206,"duration":1}},{"uid":"5e6ecee59e67d107","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e6ecee59e67d107","status":"passed","time":{"start":1728597693008,"stop":1728597693009,"duration":1}},{"uid":"f9d4af124e7c7c7b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f9d4af124e7c7c7b","status":"passed","time":{"start":1728596912508,"stop":1728596912509,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"41bcd41bb623eacd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41bcd41bb623eacd","status":"passed","time":{"start":1729034640521,"stop":1729034640521,"duration":0}},{"uid":"4cb4d8c06912c446","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4cb4d8c06912c446","status":"passed","time":{"start":1729034411422,"stop":1729034411423,"duration":1}},{"uid":"5d3a6174e343950f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5d3a6174e343950f","status":"passed","time":{"start":1729034327401,"stop":1729034327402,"duration":1}},{"uid":"cab059321a7f63a0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cab059321a7f63a0","status":"passed","time":{"start":1729034147771,"stop":1729034147772,"duration":1}},{"uid":"a3bdeb177c4a6cde","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3bdeb177c4a6cde","status":"passed","time":{"start":1729032204827,"stop":1729032204827,"duration":0}},{"uid":"f439f33bf4f30940","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f439f33bf4f30940","status":"passed","time":{"start":1728901907699,"stop":1728901907699,"duration":0}},{"uid":"b9edffe721ec8154","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b9edffe721ec8154","status":"passed","time":{"start":1728893341888,"stop":1728893341888,"duration":0}},{"uid":"7de5545ba13e18b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7de5545ba13e18b9","status":"passed","time":{"start":1728856299357,"stop":1728856299357,"duration":0}},{"uid":"eeb8982ae18d3c7f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eeb8982ae18d3c7f","status":"passed","time":{"start":1728738511616,"stop":1728738511616,"duration":0}},{"uid":"77c5e2cbbe8bbf39","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/77c5e2cbbe8bbf39","status":"passed","time":{"start":1728683052910,"stop":1728683052911,"duration":1}},{"uid":"acda5a5d0c89307b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acda5a5d0c89307b","status":"passed","time":{"start":1728682612910,"stop":1728682612910,"duration":0}},{"uid":"2de94d1708e7886f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2de94d1708e7886f","status":"passed","time":{"start":1728677115745,"stop":1728677115746,"duration":1}},{"uid":"49f9b82459f87807","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/49f9b82459f87807","status":"passed","time":{"start":1728669778174,"stop":1728669778174,"duration":0}},{"uid":"badbd372be0b68e0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/badbd372be0b68e0","status":"passed","time":{"start":1728598175432,"stop":1728598175432,"duration":0}},{"uid":"cc508e4fb756660d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cc508e4fb756660d","status":"passed","time":{"start":1728597380060,"stop":1728597380060,"duration":0}}]},"6a0cbc8aa652eaf0b953abf87f2c6ab5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4b146e20755991d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4b146e20755991d","status":"passed","time":{"start":1728677156814,"stop":1728677156815,"duration":1}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c54c78969f11a4a7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c54c78969f11a4a7","status":"passed","time":{"start":1729034424273,"stop":1729034424273,"duration":0}},{"uid":"dc053a2998544ec0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dc053a2998544ec0","status":"passed","time":{"start":1729034190704,"stop":1729034190705,"duration":1}},{"uid":"c81628ce0db28101","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c81628ce0db28101","status":"passed","time":{"start":1729034108430,"stop":1729034108431,"duration":1}},{"uid":"d0bbb7a3b2f170e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0bbb7a3b2f170e2","status":"passed","time":{"start":1729033925381,"stop":1729033925381,"duration":0}},{"uid":"aed6ebc89de032b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aed6ebc89de032b","status":"passed","time":{"start":1729031975188,"stop":1729031975188,"duration":0}},{"uid":"2c1cd423317ac238","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c1cd423317ac238","status":"passed","time":{"start":1728901537876,"stop":1728901537876,"duration":0}},{"uid":"2bde12fa920675d4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2bde12fa920675d4","status":"passed","time":{"start":1728892972428,"stop":1728892972428,"duration":0}},{"uid":"239912ca9e63563a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/239912ca9e63563a","status":"passed","time":{"start":1728855933069,"stop":1728855933070,"duration":1}},{"uid":"a13d21fd9f460d02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a13d21fd9f460d02","status":"passed","time":{"start":1728738149925,"stop":1728738149926,"duration":1}},{"uid":"5e1a9b959cb0e824","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e1a9b959cb0e824","status":"passed","time":{"start":1728682681969,"stop":1728682681970,"duration":1}},{"uid":"3d478408107210ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d478408107210ea","status":"passed","time":{"start":1728682257766,"stop":1728682257768,"duration":2}},{"uid":"e580a8fa9df9a734","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e580a8fa9df9a734","status":"passed","time":{"start":1728676730786,"stop":1728676730787,"duration":1}},{"uid":"cb449442e52dd2bb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cb449442e52dd2bb","status":"passed","time":{"start":1728669456894,"stop":1728669456895,"duration":1}},{"uid":"bde89e4ec2af9725","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bde89e4ec2af9725","status":"passed","time":{"start":1728597795919,"stop":1728597795919,"duration":0}},{"uid":"c5b966c7709b364d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c5b966c7709b364d","status":"passed","time":{"start":1728597010200,"stop":1728597010201,"duration":1}}]},"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"10025e56ac2fad1b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10025e56ac2fad1b","status":"passed","time":{"start":1729034332620,"stop":1729034332620,"duration":0}},{"uid":"84ae97f1d4da466","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/84ae97f1d4da466","status":"passed","time":{"start":1729034096120,"stop":1729034096120,"duration":0}},{"uid":"b542f40937e30353","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b542f40937e30353","status":"passed","time":{"start":1729034020077,"stop":1729034020081,"duration":4}},{"uid":"e8593330724bc43e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e8593330724bc43e","status":"passed","time":{"start":1729033834372,"stop":1729033834373,"duration":1}},{"uid":"8b50db3aac96ef8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b50db3aac96ef8c","status":"passed","time":{"start":1729031884102,"stop":1729031884103,"duration":1}},{"uid":"92d5c2821d29ca6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/92d5c2821d29ca6e","status":"passed","time":{"start":1728901430245,"stop":1728901430245,"duration":0}},{"uid":"899d572db5fbedd4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/899d572db5fbedd4","status":"passed","time":{"start":1728892860521,"stop":1728892860521,"duration":0}},{"uid":"f1cacb414be58620","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f1cacb414be58620","status":"passed","time":{"start":1728855823311,"stop":1728855823311,"duration":0}},{"uid":"ee55a9a17a2b5c92","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ee55a9a17a2b5c92","status":"passed","time":{"start":1728738040580,"stop":1728738040580,"duration":0}},{"uid":"4f7e36f4526d18c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4f7e36f4526d18c","status":"passed","time":{"start":1728682574077,"stop":1728682574078,"duration":1}},{"uid":"2a99a45a92df0e96","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2a99a45a92df0e96","status":"passed","time":{"start":1728682146806,"stop":1728682146806,"duration":0}},{"uid":"7a211a77a9cd8e44","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a211a77a9cd8e44","status":"passed","time":{"start":1728676621419,"stop":1728676621419,"duration":0}},{"uid":"1756cbca90d6b13c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1756cbca90d6b13c","status":"passed","time":{"start":1728669344457,"stop":1728669344457,"duration":0}},{"uid":"1f70df3ba5352c13","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1f70df3ba5352c13","status":"passed","time":{"start":1728597685149,"stop":1728597685149,"duration":0}},{"uid":"a5aa6bd5bb0ab0e6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a5aa6bd5bb0ab0e6","status":"passed","time":{"start":1728596904455,"stop":1728596904456,"duration":1}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2d58d0e7e5af52a0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d58d0e7e5af52a0","status":"passed","time":{"start":1729034682671,"stop":1729034682671,"duration":0}},{"uid":"27c550619c1c76ea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/27c550619c1c76ea","status":"passed","time":{"start":1729034452181,"stop":1729034452181,"duration":0}},{"uid":"90ba869abcd05242","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/90ba869abcd05242","status":"passed","time":{"start":1729034373073,"stop":1729034373074,"duration":1}},{"uid":"db1c0ea812fa6f02","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db1c0ea812fa6f02","status":"passed","time":{"start":1729034188113,"stop":1729034188113,"duration":0}},{"uid":"17cc9b2d5c931eec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/17cc9b2d5c931eec","status":"passed","time":{"start":1729032231860,"stop":1729032231861,"duration":1}},{"uid":"7e6fc6a143a72d7d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e6fc6a143a72d7d","status":"passed","time":{"start":1728901989562,"stop":1728901989563,"duration":1}},{"uid":"1d862df05c74df06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d862df05c74df06","status":"passed","time":{"start":1728893424896,"stop":1728893424896,"duration":0}},{"uid":"d86f47ad74c8694c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d86f47ad74c8694c","status":"passed","time":{"start":1728856376681,"stop":1728856376681,"duration":0}},{"uid":"58d6ff7f197c80e4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58d6ff7f197c80e4","status":"passed","time":{"start":1728738593942,"stop":1728738593943,"duration":1}},{"uid":"866a037b9beb096e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/866a037b9beb096e","status":"passed","time":{"start":1728683135332,"stop":1728683135333,"duration":1}},{"uid":"ba6e8fc1e44ebe3f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ba6e8fc1e44ebe3f","status":"passed","time":{"start":1728682692582,"stop":1728682692582,"duration":0}},{"uid":"bce75a683671bea4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bce75a683671bea4","status":"passed","time":{"start":1728677194226,"stop":1728677194227,"duration":1}},{"uid":"40f37c38465ce1dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/40f37c38465ce1dc","status":"passed","time":{"start":1728669874420,"stop":1728669874421,"duration":1}},{"uid":"344fd2bafd20be69","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/344fd2bafd20be69","status":"passed","time":{"start":1728598257459,"stop":1728598257459,"duration":0}},{"uid":"1e5a9822265a96f9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1e5a9822265a96f9","status":"passed","time":{"start":1728597471281,"stop":1728597471281,"duration":0}}]},"b61242ea7d2f9335e5f2e58ee53dbe42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c5a9a29aff5dec7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2c5a9a29aff5dec7","status":"passed","time":{"start":1729034259818,"stop":1729034259818,"duration":0}}]},"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6d974d44d7328a7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6d974d44d7328a7","status":"passed","time":{"start":1729034332609,"stop":1729034332609,"duration":0}},{"uid":"602a55307ba0206b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/602a55307ba0206b","status":"passed","time":{"start":1729034096110,"stop":1729034096110,"duration":0}},{"uid":"2a3cc4052b5a4e22","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2a3cc4052b5a4e22","status":"passed","time":{"start":1729034020073,"stop":1729034020073,"duration":0}},{"uid":"c9b90d303ba44a9d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c9b90d303ba44a9d","status":"passed","time":{"start":1729033834361,"stop":1729033834361,"duration":0}},{"uid":"16ed0b3a9ebab729","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/16ed0b3a9ebab729","status":"passed","time":{"start":1729031884089,"stop":1729031884090,"duration":1}},{"uid":"6b63316f19507d01","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6b63316f19507d01","status":"passed","time":{"start":1728901430242,"stop":1728901430242,"duration":0}},{"uid":"6c8dd1d7d23568e9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c8dd1d7d23568e9","status":"passed","time":{"start":1728892860517,"stop":1728892860517,"duration":0}},{"uid":"9e44fb12219345db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e44fb12219345db","status":"passed","time":{"start":1728855823307,"stop":1728855823308,"duration":1}},{"uid":"971f065c422655fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/971f065c422655fa","status":"passed","time":{"start":1728738040569,"stop":1728738040570,"duration":1}},{"uid":"4398bf05eda84abd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4398bf05eda84abd","status":"passed","time":{"start":1728682574067,"stop":1728682574067,"duration":0}},{"uid":"595d6118ed97210e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/595d6118ed97210e","status":"passed","time":{"start":1728682146794,"stop":1728682146795,"duration":1}},{"uid":"5384f67c8a062726","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5384f67c8a062726","status":"passed","time":{"start":1728676621404,"stop":1728676621404,"duration":0}},{"uid":"74f681c886fe2bd8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74f681c886fe2bd8","status":"passed","time":{"start":1728669344453,"stop":1728669344454,"duration":1}},{"uid":"19b6ed951ec75e7e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/19b6ed951ec75e7e","status":"passed","time":{"start":1728597685135,"stop":1728597685135,"duration":0}},{"uid":"dadbc231f1f44598","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dadbc231f1f44598","status":"passed","time":{"start":1728596904441,"stop":1728596904442,"duration":1}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2476a4abf3c57ee1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2476a4abf3c57ee1","status":"passed","time":{"start":1729034656472,"stop":1729034656472,"duration":0}},{"uid":"cecd0954fe951eb3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cecd0954fe951eb3","status":"passed","time":{"start":1729034428558,"stop":1729034428559,"duration":1}},{"uid":"39fbfda522e2f3f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/39fbfda522e2f3f9","status":"passed","time":{"start":1729034348217,"stop":1729034348218,"duration":1}},{"uid":"722859d86bf59499","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/722859d86bf59499","status":"passed","time":{"start":1729034169451,"stop":1729034169452,"duration":1}},{"uid":"370a9d664c6d2b39","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/370a9d664c6d2b39","status":"passed","time":{"start":1729032228819,"stop":1729032228820,"duration":1}},{"uid":"6e3d577d5768930e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6e3d577d5768930e","status":"passed","time":{"start":1728901950554,"stop":1728901950555,"duration":1}},{"uid":"27fc0930e81b7e86","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/27fc0930e81b7e86","status":"passed","time":{"start":1728893389990,"stop":1728893389990,"duration":0}},{"uid":"b484dbce4f935f14","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b484dbce4f935f14","status":"passed","time":{"start":1728856333680,"stop":1728856333680,"duration":0}},{"uid":"48c7e4e787ff6271","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/48c7e4e787ff6271","status":"passed","time":{"start":1728738555099,"stop":1728738555100,"duration":1}},{"uid":"803761ac42d9a83e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/803761ac42d9a83e","status":"passed","time":{"start":1728683093176,"stop":1728683093176,"duration":0}},{"uid":"c210116cb0baa166","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c210116cb0baa166","status":"passed","time":{"start":1728682652695,"stop":1728682652695,"duration":0}},{"uid":"52abcb2bd63c0ef6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/52abcb2bd63c0ef6","status":"passed","time":{"start":1728677156817,"stop":1728677156818,"duration":1}},{"uid":"a32a50822b939fb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a32a50822b939fb3","status":"passed","time":{"start":1728669834443,"stop":1728669834443,"duration":0}},{"uid":"1da32bc6023b2930","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1da32bc6023b2930","status":"passed","time":{"start":1728598212618,"stop":1728598212618,"duration":0}},{"uid":"6d272e0a9dac29ef","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6d272e0a9dac29ef","status":"passed","time":{"start":1728597423330,"stop":1728597423330,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2caf003647040e9b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2caf003647040e9b","status":"passed","time":{"start":1729034348761,"stop":1729034348762,"duration":1}},{"uid":"3fb3e37c5c1add2b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3fb3e37c5c1add2b","status":"passed","time":{"start":1729034112604,"stop":1729034112605,"duration":1}},{"uid":"61be3a5ba22e4efd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/61be3a5ba22e4efd","status":"passed","time":{"start":1729034035872,"stop":1729034035872,"duration":0}},{"uid":"ff8df023da2623fe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff8df023da2623fe","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0}},{"uid":"8f80414cfd132835","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8f80414cfd132835","status":"passed","time":{"start":1729031900272,"stop":1729031900272,"duration":0}},{"uid":"28e2de14a0a32aaf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/28e2de14a0a32aaf","status":"passed","time":{"start":1728901446177,"stop":1728901446177,"duration":0}},{"uid":"7149dde97254a7f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7149dde97254a7f8","status":"passed","time":{"start":1728892876477,"stop":1728892876478,"duration":1}},{"uid":"5d46502cb7f5d43e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5d46502cb7f5d43e","status":"passed","time":{"start":1728855839199,"stop":1728855839199,"duration":0}},{"uid":"e0df1ca5c97fbb70","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e0df1ca5c97fbb70","status":"passed","time":{"start":1728738056464,"stop":1728738056465,"duration":1}},{"uid":"68123e1ee92484d8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/68123e1ee92484d8","status":"passed","time":{"start":1728682590044,"stop":1728682590045,"duration":1}},{"uid":"675b43f6c32b2d51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/675b43f6c32b2d51","status":"passed","time":{"start":1728682162838,"stop":1728682162839,"duration":1}},{"uid":"28c22c41b128eb1c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/28c22c41b128eb1c","status":"passed","time":{"start":1728676637412,"stop":1728676637412,"duration":0}},{"uid":"73fdd9349ac754bd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/73fdd9349ac754bd","status":"passed","time":{"start":1728669360494,"stop":1728669360494,"duration":0}},{"uid":"10e90bef40eb61b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/10e90bef40eb61b2","status":"passed","time":{"start":1728597701236,"stop":1728597701236,"duration":0}},{"uid":"b012d83c89b44493","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b012d83c89b44493","status":"passed","time":{"start":1728596920371,"stop":1728596920371,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"dd63d8656417eb39","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd63d8656417eb39","status":"passed","time":{"start":1729034631251,"stop":1729034631251,"duration":0}},{"uid":"1a4a11d8b90a0329","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1a4a11d8b90a0329","status":"passed","time":{"start":1729034400887,"stop":1729034400887,"duration":0}},{"uid":"54d81e790f2695e6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/54d81e790f2695e6","status":"passed","time":{"start":1729034317449,"stop":1729034317449,"duration":0}},{"uid":"ab0aead6031987d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab0aead6031987d6","status":"passed","time":{"start":1729034137133,"stop":1729034137133,"duration":0}},{"uid":"5b71412a36f03904","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b71412a36f03904","status":"passed","time":{"start":1729032206873,"stop":1729032206874,"duration":1}},{"uid":"3a9e80184af04419","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3a9e80184af04419","status":"passed","time":{"start":1728901995020,"stop":1728901995020,"duration":0}},{"uid":"c53a3c61dc11c900","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c53a3c61dc11c900","status":"passed","time":{"start":1728893420993,"stop":1728893420994,"duration":1}},{"uid":"c23e2d513c77799e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c23e2d513c77799e","status":"passed","time":{"start":1728856368594,"stop":1728856368595,"duration":1}},{"uid":"7c39ff650b557b52","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7c39ff650b557b52","status":"passed","time":{"start":1728738604679,"stop":1728738604679,"duration":0}},{"uid":"44a0f056c0ba4c26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/44a0f056c0ba4c26","status":"passed","time":{"start":1728683117620,"stop":1728683117620,"duration":0}},{"uid":"152a1f50852f09bf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/152a1f50852f09bf","status":"passed","time":{"start":1728682721317,"stop":1728682721317,"duration":0}},{"uid":"111471014de019c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/111471014de019c7","status":"passed","time":{"start":1728677184682,"stop":1728677184682,"duration":0}},{"uid":"3fcc65c32f7cc7fc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3fcc65c32f7cc7fc","status":"passed","time":{"start":1728669866448,"stop":1728669866448,"duration":0}},{"uid":"baaff2581065c2b9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/baaff2581065c2b9","status":"passed","time":{"start":1728598249974,"stop":1728598249974,"duration":0}},{"uid":"be75e9256aaa115b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/be75e9256aaa115b","status":"passed","time":{"start":1728597472290,"stop":1728597472290,"duration":0}}]},"841733f072b21e9eddbfeb68eed12f49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2d2836cec03ec24","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c2d2836cec03ec24","status":"passed","time":{"start":1728683030017,"stop":1728683030017,"duration":0}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e2d4b905bfaa5f74","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e2d4b905bfaa5f74","status":"passed","time":{"start":1729034356137,"stop":1729034356138,"duration":1}},{"uid":"4e71a9e290c7eeda","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4e71a9e290c7eeda","status":"passed","time":{"start":1729034120216,"stop":1729034120216,"duration":0}},{"uid":"2692080a4241046f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2692080a4241046f","status":"passed","time":{"start":1729034043144,"stop":1729034043144,"duration":0}},{"uid":"6b8e3c9586c677fc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6b8e3c9586c677fc","status":"passed","time":{"start":1729033857766,"stop":1729033857767,"duration":1}},{"uid":"45c49854a8819b9e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45c49854a8819b9e","status":"passed","time":{"start":1729031907986,"stop":1729031907987,"duration":1}},{"uid":"c657805986df575c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c657805986df575c","status":"passed","time":{"start":1728901453413,"stop":1728901453413,"duration":0}},{"uid":"285d07f2ae606be2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/285d07f2ae606be2","status":"passed","time":{"start":1728892883979,"stop":1728892883980,"duration":1}},{"uid":"7db42de94416e3f9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7db42de94416e3f9","status":"passed","time":{"start":1728855846186,"stop":1728855846186,"duration":0}},{"uid":"f98fe34ed4ff628c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f98fe34ed4ff628c","status":"passed","time":{"start":1728738063648,"stop":1728738063649,"duration":1}},{"uid":"c4f87133c72d99ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c4f87133c72d99ca","status":"passed","time":{"start":1728682597531,"stop":1728682597532,"duration":1}},{"uid":"7a228908e38cbffb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7a228908e38cbffb","status":"passed","time":{"start":1728682170203,"stop":1728682170203,"duration":0}},{"uid":"272fc31c74a3baf7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/272fc31c74a3baf7","status":"passed","time":{"start":1728676644981,"stop":1728676644982,"duration":1}},{"uid":"83298aba76f9108a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83298aba76f9108a","status":"passed","time":{"start":1728669367854,"stop":1728669367855,"duration":1}},{"uid":"2476e46d196289a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2476e46d196289a6","status":"passed","time":{"start":1728597708661,"stop":1728597708661,"duration":0}},{"uid":"28c32259a078aec6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/28c32259a078aec6","status":"passed","time":{"start":1728596927479,"stop":1728596927479,"duration":0}}]},"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c2d3513f3eecbda9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2d3513f3eecbda9","status":"passed","time":{"start":1729034668612,"stop":1729034668612,"duration":0}},{"uid":"250a81a59a4366a4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/250a81a59a4366a4","status":"passed","time":{"start":1729034443522,"stop":1729034443529,"duration":7}},{"uid":"a659dbea8728942e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a659dbea8728942e","status":"passed","time":{"start":1729034357710,"stop":1729034357711,"duration":1}},{"uid":"6f3fac1496e763c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6f3fac1496e763c8","status":"passed","time":{"start":1729034177538,"stop":1729034177538,"duration":0}},{"uid":"714fb2977a2f200e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/714fb2977a2f200e","status":"passed","time":{"start":1729032235318,"stop":1729032235318,"duration":0}},{"uid":"d106bf7166628b56","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d106bf7166628b56","status":"passed","time":{"start":1728901958867,"stop":1728901958867,"duration":0}},{"uid":"6ff297735f673d4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6ff297735f673d4f","status":"passed","time":{"start":1728893395085,"stop":1728893395085,"duration":0}},{"uid":"c5806efa48835697","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c5806efa48835697","status":"passed","time":{"start":1728856355699,"stop":1728856355700,"duration":1}},{"uid":"7b86e03c0fcb6041","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7b86e03c0fcb6041","status":"passed","time":{"start":1728738567474,"stop":1728738567474,"duration":0}},{"uid":"c520efd278a551","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c520efd278a551","status":"passed","time":{"start":1728683110373,"stop":1728683110374,"duration":1}},{"uid":"cab558118f07ae28","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cab558118f07ae28","status":"passed","time":{"start":1728682666071,"stop":1728682666071,"duration":0}},{"uid":"887bee210113e855","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/887bee210113e855","status":"passed","time":{"start":1728677163585,"stop":1728677163585,"duration":0}},{"uid":"8bed3ede197f3b41","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bed3ede197f3b41","status":"passed","time":{"start":1728669841257,"stop":1728669841257,"duration":0}},{"uid":"425af215134ba2e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/425af215134ba2e","status":"passed","time":{"start":1728598221902,"stop":1728598221903,"duration":1}},{"uid":"7911d11bd78a403a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7911d11bd78a403a","status":"passed","time":{"start":1728597434084,"stop":1728597434085,"duration":1}}]},"dd81a2308b07c8ec111ab1083e102cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f645eb8c3d7f2c00","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f645eb8c3d7f2c00","status":"passed","time":{"start":1728677156809,"stop":1728677156810,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e4abf700cc9a7834","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e4abf700cc9a7834","status":"passed","time":{"start":1729034636309,"stop":1729034636309,"duration":0}},{"uid":"430588572c5226c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/430588572c5226c","status":"passed","time":{"start":1729034402260,"stop":1729034402260,"duration":0}},{"uid":"15643eef2a4ca6ad","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/15643eef2a4ca6ad","status":"passed","time":{"start":1729034323282,"stop":1729034323282,"duration":0}},{"uid":"8a5bbf60e4d7b233","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a5bbf60e4d7b233","status":"passed","time":{"start":1729034144760,"stop":1729034144761,"duration":1}},{"uid":"88431419ba06ef32","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/88431419ba06ef32","status":"passed","time":{"start":1729032198810,"stop":1729032198811,"duration":1}},{"uid":"ac01c3cc81197824","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac01c3cc81197824","status":"passed","time":{"start":1728901901751,"stop":1728901901752,"duration":1}},{"uid":"6655b9873969a7c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6655b9873969a7c8","status":"passed","time":{"start":1728893337237,"stop":1728893337237,"duration":0}},{"uid":"53a8670b682fb6a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/53a8670b682fb6a5","status":"passed","time":{"start":1728856299184,"stop":1728856299184,"duration":0}},{"uid":"76db8dca4556d39e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76db8dca4556d39e","status":"passed","time":{"start":1728738505370,"stop":1728738505370,"duration":0}},{"uid":"b90caeab22b476ec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b90caeab22b476ec","status":"passed","time":{"start":1728683045439,"stop":1728683045439,"duration":0}},{"uid":"63e5551b47e98932","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/63e5551b47e98932","status":"passed","time":{"start":1728682607282,"stop":1728682607282,"duration":0}},{"uid":"fed5230397c7c041","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fed5230397c7c041","status":"passed","time":{"start":1728677103486,"stop":1728677103488,"duration":2}},{"uid":"13df8087f6bbed8b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/13df8087f6bbed8b","status":"passed","time":{"start":1728669777112,"stop":1728669777112,"duration":0}},{"uid":"1afea8c1b269710e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1afea8c1b269710e","status":"passed","time":{"start":1728598163461,"stop":1728598163461,"duration":0}},{"uid":"f0a304797163c71a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0a304797163c71a","status":"passed","time":{"start":1728597375457,"stop":1728597375458,"duration":1}}]},"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"f70b2bfbbd45f5c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f70b2bfbbd45f5c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473407,"stop":1729034473408,"duration":1}},{"uid":"aa4dc9d75bab3fca","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aa4dc9d75bab3fca","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241340,"stop":1729034241340,"duration":0}},{"uid":"de5d99cb4de867a4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/de5d99cb4de867a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160195,"stop":1729034160195,"duration":0}},{"uid":"59bb9f5131c302e4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/59bb9f5131c302e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977227,"stop":1729033977227,"duration":0}},{"uid":"e7ba88b496091be8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e7ba88b496091be8","status":"passed","time":{"start":1729032053271,"stop":1729032053272,"duration":1}},{"uid":"c599c8cbe356e4ce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c599c8cbe356e4ce","status":"passed","time":{"start":1728901711769,"stop":1728901711769,"duration":0}},{"uid":"86169d2a02abb543","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/86169d2a02abb543","status":"passed","time":{"start":1728893141902,"stop":1728893141903,"duration":1}},{"uid":"e8fc753f6a20e10b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e8fc753f6a20e10b","status":"passed","time":{"start":1728856103201,"stop":1728856103202,"duration":1}},{"uid":"ffc4b39970c18244","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ffc4b39970c18244","status":"passed","time":{"start":1728738321621,"stop":1728738321621,"duration":0}},{"uid":"96c69313deb2081b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96c69313deb2081b","status":"passed","time":{"start":1728682857569,"stop":1728682857569,"duration":0}},{"uid":"904db067fdd1498","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/904db067fdd1498","status":"passed","time":{"start":1728682428805,"stop":1728682428805,"duration":0}},{"uid":"eb007a4f51fdd5c4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eb007a4f51fdd5c4","status":"passed","time":{"start":1728676901171,"stop":1728676901172,"duration":1}},{"uid":"dd0fbdf405925b96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd0fbdf405925b96","status":"passed","time":{"start":1728669573865,"stop":1728669573866,"duration":1}},{"uid":"f7a56ab90840e1a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f7a56ab90840e1a0","status":"passed","time":{"start":1728597972339,"stop":1728597972340,"duration":1}},{"uid":"72d909c683be5338","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/72d909c683be5338","status":"passed","time":{"start":1728597175621,"stop":1728597175621,"duration":0}}]},"d4094e759556c123d67214a6b41998df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d8ffd486204656cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8ffd486204656cc","status":"passed","time":{"start":1728669795390,"stop":1728669795391,"duration":1}}]},"497f5ba97a1217e4eea8c3744e45a608:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"24cfe1f51919caa7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/24cfe1f51919caa7","status":"passed","time":{"start":1729034357699,"stop":1729034357699,"duration":0}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ca330b4c8d94138a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ca330b4c8d94138a","status":"passed","time":{"start":1729034656473,"stop":1729034656473,"duration":0}},{"uid":"18b74935ba0e51d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/18b74935ba0e51d4","status":"passed","time":{"start":1729034428559,"stop":1729034428559,"duration":0}},{"uid":"e3cc65c164ea402d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e3cc65c164ea402d","status":"passed","time":{"start":1729034348218,"stop":1729034348219,"duration":1}},{"uid":"56519e36412b4de0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/56519e36412b4de0","status":"passed","time":{"start":1729034169452,"stop":1729034169452,"duration":0}},{"uid":"ec708e5b36e1cfe0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ec708e5b36e1cfe0","status":"passed","time":{"start":1729032228821,"stop":1729032228821,"duration":0}},{"uid":"6860187baccb2384","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6860187baccb2384","status":"passed","time":{"start":1728901950555,"stop":1728901950558,"duration":3}},{"uid":"451db328055f7aea","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/451db328055f7aea","status":"passed","time":{"start":1728893389990,"stop":1728893389990,"duration":0}},{"uid":"fa33c6eb1aad0eb4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fa33c6eb1aad0eb4","status":"passed","time":{"start":1728856333680,"stop":1728856333683,"duration":3}},{"uid":"781787126cb9c700","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/781787126cb9c700","status":"passed","time":{"start":1728738555100,"stop":1728738555101,"duration":1}},{"uid":"32fea3b7fc751ba","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32fea3b7fc751ba","status":"passed","time":{"start":1728683093176,"stop":1728683093177,"duration":1}},{"uid":"2534796228b66cb3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2534796228b66cb3","status":"passed","time":{"start":1728682652696,"stop":1728682652697,"duration":1}},{"uid":"5a20c3dfccccf56","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5a20c3dfccccf56","status":"passed","time":{"start":1728677156818,"stop":1728677156819,"duration":1}},{"uid":"2f545c6a06906cf3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f545c6a06906cf3","status":"passed","time":{"start":1728669834444,"stop":1728669834444,"duration":0}},{"uid":"9e878924133ed290","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e878924133ed290","status":"passed","time":{"start":1728598212618,"stop":1728598212619,"duration":1}},{"uid":"6adb7a92d309ca72","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6adb7a92d309ca72","status":"passed","time":{"start":1728597423330,"stop":1728597423331,"duration":1}}]},"7c3ae89f9a75a6c35e768d4380a412c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b9e3a7313e5d464","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7b9e3a7313e5d464","status":"passed","time":{"start":1728856263111,"stop":1728856263112,"duration":1}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"46b00a9c4e9cb0bf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/46b00a9c4e9cb0bf","status":"passed","time":{"start":1729034536110,"stop":1729034536110,"duration":0}},{"uid":"42d29c47831bb365","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/42d29c47831bb365","status":"passed","time":{"start":1729034296716,"stop":1729034296717,"duration":1}},{"uid":"f4ca1edf54ee23f3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f4ca1edf54ee23f3","status":"passed","time":{"start":1729034220612,"stop":1729034220613,"duration":1}},{"uid":"27d70574f1f22d72","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27d70574f1f22d72","status":"passed","time":{"start":1729034041501,"stop":1729034041501,"duration":0}},{"uid":"32c19e6f68620f7f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/32c19e6f68620f7f","status":"passed","time":{"start":1728901705417,"stop":1728901705417,"duration":0}},{"uid":"dc4f4e21857754d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dc4f4e21857754d8","status":"passed","time":{"start":1728893141782,"stop":1728893141783,"duration":1}},{"uid":"1c4af58426a3df8c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1c4af58426a3df8c","status":"passed","time":{"start":1728856087088,"stop":1728856087088,"duration":0}},{"uid":"5e4dedd4db9bfdfd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5e4dedd4db9bfdfd","status":"passed","time":{"start":1728738321456,"stop":1728738321457,"duration":1}},{"uid":"c6b9a4fe4e00645d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c6b9a4fe4e00645d","status":"passed","time":{"start":1728682845681,"stop":1728682845682,"duration":1}},{"uid":"7e881307b50bac96","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7e881307b50bac96","status":"passed","time":{"start":1728682424318,"stop":1728682424318,"duration":0}},{"uid":"faded968cb86c493","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/faded968cb86c493","status":"passed","time":{"start":1728676900547,"stop":1728676900547,"duration":0}},{"uid":"c9dc9e89def1aaf2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9dc9e89def1aaf2","status":"passed","time":{"start":1728669625806,"stop":1728669625806,"duration":0}},{"uid":"1e8bd124ed5141f6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e8bd124ed5141f6","status":"passed","time":{"start":1728597957177,"stop":1728597957177,"duration":0}},{"uid":"89c13e41e0d396a1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/89c13e41e0d396a1","status":"passed","time":{"start":1728597182624,"stop":1728597182624,"duration":0}}]},"efd15e7e5957759af2dd46035a601ec0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"353593a53f5867ca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/353593a53f5867ca","status":"passed","time":{"start":1728669834426,"stop":1728669834427,"duration":1}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8fac500e6871bf88","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8fac500e6871bf88","status":"passed","time":{"start":1729034340749,"stop":1729034340750,"duration":1}},{"uid":"a9f47c1c86f74107","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9f47c1c86f74107","status":"passed","time":{"start":1729034104144,"stop":1729034104152,"duration":8}},{"uid":"57ee340f5db646f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/57ee340f5db646f5","status":"passed","time":{"start":1729034027727,"stop":1729034027732,"duration":5}},{"uid":"c76586e255d169df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c76586e255d169df","status":"passed","time":{"start":1729033842331,"stop":1729033842337,"duration":6}},{"uid":"a9774638ffe6bfd1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a9774638ffe6bfd1","status":"passed","time":{"start":1729031892038,"stop":1729031892041,"duration":3}},{"uid":"570c00f123ec00b1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/570c00f123ec00b1","status":"passed","time":{"start":1728901438018,"stop":1728901438020,"duration":2}},{"uid":"b30286185c29be13","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b30286185c29be13","status":"passed","time":{"start":1728892868225,"stop":1728892868227,"duration":2}},{"uid":"e9c2cc3f308bcbdd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e9c2cc3f308bcbdd","status":"passed","time":{"start":1728855831072,"stop":1728855831073,"duration":1}},{"uid":"6e56a97deabef27f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e56a97deabef27f","status":"passed","time":{"start":1728738048431,"stop":1728738048432,"duration":1}},{"uid":"5c9dec3be87d22b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5c9dec3be87d22b4","status":"passed","time":{"start":1728682581828,"stop":1728682581831,"duration":3}},{"uid":"7573edb00ebf71e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7573edb00ebf71e","status":"passed","time":{"start":1728682154701,"stop":1728682154702,"duration":1}},{"uid":"520ff8f30ba1ad60","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/520ff8f30ba1ad60","status":"passed","time":{"start":1728676629287,"stop":1728676629291,"duration":4}},{"uid":"b6d3cc2a6db71070","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b6d3cc2a6db71070","status":"passed","time":{"start":1728669352203,"stop":1728669352205,"duration":2}},{"uid":"d28cf20c0e04496","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d28cf20c0e04496","status":"passed","time":{"start":1728597693006,"stop":1728597693008,"duration":2}},{"uid":"648a89d8d2e21872","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/648a89d8d2e21872","status":"passed","time":{"start":1728596912507,"stop":1728596912508,"duration":1}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"89a7333e2775abb9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/89a7333e2775abb9","status":"passed","time":{"start":1729034366398,"stop":1729034366398,"duration":0}},{"uid":"5c4d9747defe5412","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5c4d9747defe5412","status":"passed","time":{"start":1729034130428,"stop":1729034130429,"duration":1}},{"uid":"ac8e8fcdb7cd661","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ac8e8fcdb7cd661","status":"passed","time":{"start":1729034053398,"stop":1729034053399,"duration":1}},{"uid":"4b94e67e200a3893","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b94e67e200a3893","status":"passed","time":{"start":1729033868325,"stop":1729033868326,"duration":1}},{"uid":"294da6688bc24e7a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/294da6688bc24e7a","status":"passed","time":{"start":1729031918115,"stop":1729031918116,"duration":1}},{"uid":"40155e060f5d67da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40155e060f5d67da","status":"passed","time":{"start":1728901463795,"stop":1728901463796,"duration":1}},{"uid":"5e2b61172416454b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5e2b61172416454b","status":"passed","time":{"start":1728892894309,"stop":1728892894309,"duration":0}},{"uid":"f7f25bf8e15d6c10","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f7f25bf8e15d6c10","status":"passed","time":{"start":1728855856837,"stop":1728855856837,"duration":0}},{"uid":"2e3529445ceb8198","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2e3529445ceb8198","status":"passed","time":{"start":1728738074177,"stop":1728738074178,"duration":1}},{"uid":"f27caaa0b11970a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f27caaa0b11970a","status":"passed","time":{"start":1728682607650,"stop":1728682607650,"duration":0}},{"uid":"d53799898b4467d9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d53799898b4467d9","status":"passed","time":{"start":1728682180604,"stop":1728682180605,"duration":1}},{"uid":"1954cade01f16c39","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1954cade01f16c39","status":"passed","time":{"start":1728676655188,"stop":1728676655188,"duration":0}},{"uid":"b19ef471b9a49b25","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b19ef471b9a49b25","status":"passed","time":{"start":1728669378163,"stop":1728669378164,"duration":1}},{"uid":"edac303af3cb0fad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/edac303af3cb0fad","status":"passed","time":{"start":1728597718741,"stop":1728597718741,"duration":0}},{"uid":"b655fcdd959e434d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b655fcdd959e434d","status":"passed","time":{"start":1728596937944,"stop":1728596937945,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d266b047d5314977","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d266b047d5314977","status":"passed","time":{"start":1729034640524,"stop":1729034640524,"duration":0}},{"uid":"90b7f3b207969bfe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/90b7f3b207969bfe","status":"passed","time":{"start":1729034411424,"stop":1729034411424,"duration":0}},{"uid":"9cabbab36ce67067","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9cabbab36ce67067","status":"passed","time":{"start":1729034327405,"stop":1729034327406,"duration":1}},{"uid":"e0afe1a208547434","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e0afe1a208547434","status":"passed","time":{"start":1729034147780,"stop":1729034147780,"duration":0}},{"uid":"7bd1ec1d4cbacaf9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7bd1ec1d4cbacaf9","status":"passed","time":{"start":1729032204829,"stop":1729032204829,"duration":0}},{"uid":"935134d9a1d40bd6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/935134d9a1d40bd6","status":"passed","time":{"start":1728901907702,"stop":1728901907713,"duration":11}},{"uid":"61f97467655621c2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61f97467655621c2","status":"passed","time":{"start":1728893341889,"stop":1728893341889,"duration":0}},{"uid":"2843f0beceb06892","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2843f0beceb06892","status":"passed","time":{"start":1728856299382,"stop":1728856299382,"duration":0}},{"uid":"aea8524a8e5979a8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aea8524a8e5979a8","status":"passed","time":{"start":1728738511618,"stop":1728738511619,"duration":1}},{"uid":"9e6c9e870e1500c6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9e6c9e870e1500c6","status":"passed","time":{"start":1728683052912,"stop":1728683052912,"duration":0}},{"uid":"c383ceb5c480849f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c383ceb5c480849f","status":"passed","time":{"start":1728682612912,"stop":1728682612912,"duration":0}},{"uid":"7a730b35d6da19b7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a730b35d6da19b7","status":"passed","time":{"start":1728677115747,"stop":1728677115747,"duration":0}},{"uid":"9c7fdc97fe29a2e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c7fdc97fe29a2e2","status":"passed","time":{"start":1728669778175,"stop":1728669778176,"duration":1}},{"uid":"1794fa3b3cfd8f47","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1794fa3b3cfd8f47","status":"passed","time":{"start":1728598175434,"stop":1728598175434,"duration":0}},{"uid":"d2e57acae79a7796","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d2e57acae79a7796","status":"passed","time":{"start":1728597380063,"stop":1728597380064,"duration":1}}]},"ca2cc8ec38f4ebd1ee637181a66835c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e122e2f6d660c84","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3e122e2f6d660c84","status":"passed","time":{"start":1728677081989,"stop":1728677081989,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5f38ce65ed464e00","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f38ce65ed464e00","status":"passed","time":{"start":1729034332493,"stop":1729034332494,"duration":1}},{"uid":"985f0952c93c8780","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/985f0952c93c8780","status":"passed","time":{"start":1729034095622,"stop":1729034095623,"duration":1}},{"uid":"b9c5cbb358c2721c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b9c5cbb358c2721c","status":"passed","time":{"start":1729034019880,"stop":1729034019886,"duration":6}},{"uid":"632472c57f425b01","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/632472c57f425b01","status":"passed","time":{"start":1729033834022,"stop":1729033834024,"duration":2}},{"uid":"6a5a35d590da3b5a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6a5a35d590da3b5a","status":"passed","time":{"start":1729031883604,"stop":1729031883605,"duration":1}},{"uid":"318df9b75d769de6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/318df9b75d769de6","status":"passed","time":{"start":1728901429891,"stop":1728901429892,"duration":1}},{"uid":"5254da85d010ddec","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5254da85d010ddec","status":"passed","time":{"start":1728892860032,"stop":1728892860034,"duration":2}},{"uid":"991e759fab660aec","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/991e759fab660aec","status":"passed","time":{"start":1728855822964,"stop":1728855822965,"duration":1}},{"uid":"bb7e655a25f0861e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb7e655a25f0861e","status":"passed","time":{"start":1728738040124,"stop":1728738040126,"duration":2}},{"uid":"152dc1dc1102ecd7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/152dc1dc1102ecd7","status":"passed","time":{"start":1728682573416,"stop":1728682573417,"duration":1}},{"uid":"6f51778bf945f898","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6f51778bf945f898","status":"passed","time":{"start":1728682146523,"stop":1728682146525,"duration":2}},{"uid":"d75d5ec8f22e1ef4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d75d5ec8f22e1ef4","status":"passed","time":{"start":1728676621026,"stop":1728676621027,"duration":1}},{"uid":"23bdf10b8013858f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/23bdf10b8013858f","status":"passed","time":{"start":1728669344027,"stop":1728669344028,"duration":1}},{"uid":"510321094577ffa7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/510321094577ffa7","status":"passed","time":{"start":1728597684701,"stop":1728597684702,"duration":1}},{"uid":"711ebf0b86eabf3c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/711ebf0b86eabf3c","status":"passed","time":{"start":1728596904039,"stop":1728596904041,"duration":2}}]},"7ccbc98584beccfbb9f62e043188f134:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41f02d93e4e64c2c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/41f02d93e4e64c2c","status":"passed","time":{"start":1728738505382,"stop":1728738505383,"duration":1}}]},"aca3534c2ca4f5fb976f08db65fb53ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae9c6eaeba030ab","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ae9c6eaeba030ab","status":"passed","time":{"start":1729034317506,"stop":1729034317506,"duration":0}}]},"a141eda9d99505656140f63b516581c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45642fb225f18a96","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45642fb225f18a96","status":"passed","time":{"start":1729034169441,"stop":1729034169442,"duration":1}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dd889dfa8d13bb8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd889dfa8d13bb8","status":"passed","time":{"start":1729034536097,"stop":1729034536097,"duration":0}},{"uid":"2a66078c80bf3bc3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2a66078c80bf3bc3","status":"passed","time":{"start":1729034296703,"stop":1729034296704,"duration":1}},{"uid":"94e3717ec9b633e6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/94e3717ec9b633e6","status":"passed","time":{"start":1729034220600,"stop":1729034220600,"duration":0}},{"uid":"7a5c759068785bb3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a5c759068785bb3","status":"passed","time":{"start":1729034041476,"stop":1729034041477,"duration":1}},{"uid":"e10431bf4ba36446","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e10431bf4ba36446","status":"passed","time":{"start":1728901705387,"stop":1728901705387,"duration":0}},{"uid":"277971ee38b88724","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/277971ee38b88724","status":"passed","time":{"start":1728893141770,"stop":1728893141771,"duration":1}},{"uid":"61fa339f1d24a8e4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/61fa339f1d24a8e4","status":"passed","time":{"start":1728856087080,"stop":1728856087080,"duration":0}},{"uid":"c321dd1c84dc3db8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c321dd1c84dc3db8","status":"passed","time":{"start":1728738321431,"stop":1728738321431,"duration":0}},{"uid":"34ff46e6d6d46d49","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/34ff46e6d6d46d49","status":"passed","time":{"start":1728682845671,"stop":1728682845671,"duration":0}},{"uid":"d00c29d1762ca16f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d00c29d1762ca16f","status":"passed","time":{"start":1728682424305,"stop":1728682424305,"duration":0}},{"uid":"e8cad558fafddda4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8cad558fafddda4","status":"passed","time":{"start":1728676900512,"stop":1728676900512,"duration":0}},{"uid":"844b60d6e161e57c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/844b60d6e161e57c","status":"passed","time":{"start":1728669625795,"stop":1728669625795,"duration":0}},{"uid":"c472acc7bb3fea08","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c472acc7bb3fea08","status":"passed","time":{"start":1728597957160,"stop":1728597957160,"duration":0}},{"uid":"e2766d508fca6ce8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e2766d508fca6ce8","status":"passed","time":{"start":1728597182612,"stop":1728597182614,"duration":2}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bf0000bb3fc7aebe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bf0000bb3fc7aebe","status":"passed","time":{"start":1729034536109,"stop":1729034536109,"duration":0}},{"uid":"6d70f1b3235ee501","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d70f1b3235ee501","status":"passed","time":{"start":1729034296714,"stop":1729034296714,"duration":0}},{"uid":"9155f05f3ad9e74b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9155f05f3ad9e74b","status":"passed","time":{"start":1729034220609,"stop":1729034220610,"duration":1}},{"uid":"d286884eb1cc3fa6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d286884eb1cc3fa6","status":"passed","time":{"start":1729034041498,"stop":1729034041498,"duration":0}},{"uid":"f0489a690d020e6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f0489a690d020e6e","status":"passed","time":{"start":1728901705413,"stop":1728901705414,"duration":1}},{"uid":"d6cd4ab3bda76507","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6cd4ab3bda76507","status":"passed","time":{"start":1728893141781,"stop":1728893141781,"duration":0}},{"uid":"ef8756582bfe1386","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ef8756582bfe1386","status":"passed","time":{"start":1728856087087,"stop":1728856087087,"duration":0}},{"uid":"bc8f766a00ae65ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bc8f766a00ae65ec","status":"passed","time":{"start":1728738321446,"stop":1728738321454,"duration":8}},{"uid":"308dfd5a336f90f3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/308dfd5a336f90f3","status":"passed","time":{"start":1728682845680,"stop":1728682845680,"duration":0}},{"uid":"908de8dc6b87aa30","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/908de8dc6b87aa30","status":"passed","time":{"start":1728682424315,"stop":1728682424315,"duration":0}},{"uid":"4a6aa3f847769a5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4a6aa3f847769a5","status":"passed","time":{"start":1728676900544,"stop":1728676900544,"duration":0}},{"uid":"783f42c605e9a6a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/783f42c605e9a6a","status":"passed","time":{"start":1728669625804,"stop":1728669625805,"duration":1}},{"uid":"853805f145f1a328","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/853805f145f1a328","status":"passed","time":{"start":1728597957175,"stop":1728597957176,"duration":1}},{"uid":"b2aa1cba33da6e5f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2aa1cba33da6e5f","status":"passed","time":{"start":1728597182622,"stop":1728597182623,"duration":1}}]},"d5c42a61d4159091cc94520f6520dc00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c823bd7732e7513b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c823bd7732e7513b","status":"passed","time":{"start":1728669841252,"stop":1728669841253,"duration":1}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c6a4da87be4e745a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c6a4da87be4e745a","status":"passed","time":{"start":1729034631260,"stop":1729034631260,"duration":0}},{"uid":"5f390563b595b1b0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f390563b595b1b0","status":"passed","time":{"start":1729034400895,"stop":1729034400896,"duration":1}},{"uid":"c7b60b417b998316","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c7b60b417b998316","status":"passed","time":{"start":1729034317486,"stop":1729034317487,"duration":1}},{"uid":"1aab05fe9d22c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1aab05fe9d22c5","status":"passed","time":{"start":1729034137149,"stop":1729034137149,"duration":0}},{"uid":"70298b043bd15f1c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/70298b043bd15f1c","status":"passed","time":{"start":1729032206882,"stop":1729032206883,"duration":1}},{"uid":"12bec19458a3d5a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12bec19458a3d5a8","status":"passed","time":{"start":1728901995027,"stop":1728901995027,"duration":0}},{"uid":"e59092aec32b2dd3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e59092aec32b2dd3","status":"passed","time":{"start":1728893421004,"stop":1728893421004,"duration":0}},{"uid":"2bde1a04c2dd8d3b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2bde1a04c2dd8d3b","status":"passed","time":{"start":1728856368603,"stop":1728856368604,"duration":1}},{"uid":"78c711d90615ca8f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78c711d90615ca8f","status":"passed","time":{"start":1728738604689,"stop":1728738604689,"duration":0}},{"uid":"101d99271b503cee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/101d99271b503cee","status":"passed","time":{"start":1728683117645,"stop":1728683117651,"duration":6}},{"uid":"acc41718041474cc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acc41718041474cc","status":"passed","time":{"start":1728682721324,"stop":1728682721324,"duration":0}},{"uid":"bb252305a9d3f8c2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bb252305a9d3f8c2","status":"passed","time":{"start":1728677184690,"stop":1728677184690,"duration":0}},{"uid":"310bf60930fc939d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/310bf60930fc939d","status":"passed","time":{"start":1728669866470,"stop":1728669866471,"duration":1}},{"uid":"3a06fcad983692a7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3a06fcad983692a7","status":"passed","time":{"start":1728598250007,"stop":1728598250007,"duration":0}},{"uid":"8baec1c0b061e0ff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8baec1c0b061e0ff","status":"passed","time":{"start":1728597472306,"stop":1728597472307,"duration":1}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a9ede440945eef98","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a9ede440945eef98","status":"passed","time":{"start":1729034536776,"stop":1729034536784,"duration":8}},{"uid":"131b17bd7ff73d8d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/131b17bd7ff73d8d","status":"passed","time":{"start":1729034307030,"stop":1729034307031,"duration":1}},{"uid":"8dc836968a7653f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8dc836968a7653f5","status":"passed","time":{"start":1729034223305,"stop":1729034223306,"duration":1}},{"uid":"8eb7b22f91a8aaac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8eb7b22f91a8aaac","status":"passed","time":{"start":1729034034977,"stop":1729034034978,"duration":1}},{"uid":"690d76dfd75092db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/690d76dfd75092db","status":"passed","time":{"start":1729032066281,"stop":1729032066287,"duration":6}},{"uid":"fef23ad139f4c986","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fef23ad139f4c986","status":"passed","time":{"start":1728901706618,"stop":1728901706618,"duration":0}},{"uid":"258ab302d5d30a80","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/258ab302d5d30a80","status":"passed","time":{"start":1728893153421,"stop":1728893153421,"duration":0}},{"uid":"9e65bc4cbf2a82a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e65bc4cbf2a82a5","status":"passed","time":{"start":1728856108125,"stop":1728856108126,"duration":1}},{"uid":"3fd08eb56fb87851","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3fd08eb56fb87851","status":"passed","time":{"start":1728738316668,"stop":1728738316668,"duration":0}},{"uid":"816e09f76eae66e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/816e09f76eae66e6","status":"passed","time":{"start":1728682865314,"stop":1728682865315,"duration":1}},{"uid":"bc343f384339685c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc343f384339685c","status":"passed","time":{"start":1728682446994,"stop":1728682446995,"duration":1}},{"uid":"e5d0f98f151bbea0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5d0f98f151bbea0","status":"passed","time":{"start":1728676924478,"stop":1728676924478,"duration":0}},{"uid":"dc20d932f6d5239","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc20d932f6d5239","status":"passed","time":{"start":1728669626256,"stop":1728669626257,"duration":1}},{"uid":"c582aa3ce35c2f24","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c582aa3ce35c2f24","status":"passed","time":{"start":1728597973671,"stop":1728597973672,"duration":1}},{"uid":"9d23e3630492a6fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9d23e3630492a6fd","status":"passed","time":{"start":1728597188033,"stop":1728597188034,"duration":1}}]},"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f865cb328a293af1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f865cb328a293af1","status":"passed","time":{"start":1729034332628,"stop":1729034332628,"duration":0}},{"uid":"fb20610eb50849b7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fb20610eb50849b7","status":"passed","time":{"start":1729034096129,"stop":1729034096130,"duration":1}},{"uid":"3ed16a2bace39e1d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3ed16a2bace39e1d","status":"passed","time":{"start":1729034020087,"stop":1729034020087,"duration":0}},{"uid":"60c64221952c1608","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/60c64221952c1608","status":"passed","time":{"start":1729033834380,"stop":1729033834381,"duration":1}},{"uid":"e05f4740d13a4fec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e05f4740d13a4fec","status":"passed","time":{"start":1729031884113,"stop":1729031884113,"duration":0}},{"uid":"d80dd80aa9c4c4c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d80dd80aa9c4c4c","status":"passed","time":{"start":1728901430252,"stop":1728901430252,"duration":0}},{"uid":"7bb43da171b4fff3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7bb43da171b4fff3","status":"passed","time":{"start":1728892860528,"stop":1728892860529,"duration":1}},{"uid":"908fbba93c7ca817","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/908fbba93c7ca817","status":"passed","time":{"start":1728855823319,"stop":1728855823319,"duration":0}},{"uid":"cf5adca3df168c2f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cf5adca3df168c2f","status":"passed","time":{"start":1728738040597,"stop":1728738040598,"duration":1}},{"uid":"d141d41678083632","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d141d41678083632","status":"passed","time":{"start":1728682574088,"stop":1728682574088,"duration":0}},{"uid":"9affea21b59c8838","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9affea21b59c8838","status":"passed","time":{"start":1728682146812,"stop":1728682146812,"duration":0}},{"uid":"336c17a688f864de","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/336c17a688f864de","status":"passed","time":{"start":1728676621428,"stop":1728676621428,"duration":0}},{"uid":"7d3b44a708d1c3bc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7d3b44a708d1c3bc","status":"passed","time":{"start":1728669344464,"stop":1728669344464,"duration":0}},{"uid":"dc646cd08fbac111","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc646cd08fbac111","status":"passed","time":{"start":1728597685157,"stop":1728597685158,"duration":1}},{"uid":"71e3720dc7b2dc00","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/71e3720dc7b2dc00","status":"passed","time":{"start":1728596904464,"stop":1728596904464,"duration":0}}]},"cebc03d1dc17894394eae679b80a05d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94b33e4881d5b0ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94b33e4881d5b0ea","status":"passed","time":{"start":1728682607292,"stop":1728682607293,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"90123cc854a71929","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/90123cc854a71929","status":"passed","time":{"start":1729034565836,"stop":1729034565836,"duration":0}},{"uid":"14e7dd4d2856d22f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/14e7dd4d2856d22f","status":"passed","time":{"start":1729034325778,"stop":1729034325778,"duration":0}},{"uid":"522c27a37ee74bb0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/522c27a37ee74bb0","status":"passed","time":{"start":1729034249514,"stop":1729034249514,"duration":0}},{"uid":"13c9afdf003b23b8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/13c9afdf003b23b8","status":"passed","time":{"start":1729034066161,"stop":1729034066161,"duration":0}},{"uid":"a7c684d5f248b47e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7c684d5f248b47e","status":"passed","time":{"start":1728901782837,"stop":1728901782838,"duration":1}},{"uid":"c39753acbf199a5b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c39753acbf199a5b","status":"passed","time":{"start":1728893215987,"stop":1728893215988,"duration":1}},{"uid":"2bb6ec0420acc47b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2bb6ec0420acc47b","status":"passed","time":{"start":1728856159201,"stop":1728856159201,"duration":0}},{"uid":"8188b0fc113127df","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8188b0fc113127df","status":"passed","time":{"start":1728738371839,"stop":1728738371839,"duration":0}},{"uid":"b1c786f7c0cca7fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1c786f7c0cca7fb","status":"passed","time":{"start":1728682915887,"stop":1728682915887,"duration":0}},{"uid":"2947af912ab05100","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2947af912ab05100","status":"passed","time":{"start":1728682496457,"stop":1728682496457,"duration":0}},{"uid":"61ad15b3c70df9e1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/61ad15b3c70df9e1","status":"passed","time":{"start":1728676980226,"stop":1728676980226,"duration":0}},{"uid":"3869963a9d3ca016","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3869963a9d3ca016","status":"passed","time":{"start":1728598045387,"stop":1728598045387,"duration":0}},{"uid":"ebd7ffcfc68a0a49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ebd7ffcfc68a0a49","status":"passed","time":{"start":1728597260331,"stop":1728597260332,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f14c310b9538237","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f14c310b9538237","status":"passed","time":{"start":1729034630104,"stop":1729034630105,"duration":1}},{"uid":"4114ea0dbbff03f2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4114ea0dbbff03f2","status":"passed","time":{"start":1729034390821,"stop":1729034390821,"duration":0}},{"uid":"3b00a72d699a361d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3b00a72d699a361d","status":"passed","time":{"start":1729034323920,"stop":1729034323922,"duration":2}},{"uid":"795863f0cf273a74","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/795863f0cf273a74","status":"passed","time":{"start":1729034140324,"stop":1729034140324,"duration":0}},{"uid":"8deee002265e79f0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8deee002265e79f0","status":"passed","time":{"start":1729032192389,"stop":1729032192391,"duration":2}},{"uid":"1f86bef55ecda855","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1f86bef55ecda855","status":"passed","time":{"start":1728901896708,"stop":1728901896708,"duration":0}},{"uid":"59b62bfe9970f992","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/59b62bfe9970f992","status":"passed","time":{"start":1728893334447,"stop":1728893334447,"duration":0}},{"uid":"afb0314fb57b9f85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/afb0314fb57b9f85","status":"passed","time":{"start":1728856285986,"stop":1728856285987,"duration":1}},{"uid":"3890067a8be96276","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3890067a8be96276","status":"passed","time":{"start":1728738508178,"stop":1728738508178,"duration":0}},{"uid":"31739b38fdc062ff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/31739b38fdc062ff","status":"passed","time":{"start":1728683055335,"stop":1728683055335,"duration":0}},{"uid":"e64803c20d4de55a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e64803c20d4de55a","status":"passed","time":{"start":1728682604662,"stop":1728682604662,"duration":0}},{"uid":"5962ca82d7b610be","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5962ca82d7b610be","status":"passed","time":{"start":1728677105011,"stop":1728677105011,"duration":0}},{"uid":"f4abf32e22edf853","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4abf32e22edf853","status":"passed","time":{"start":1728669780767,"stop":1728669780767,"duration":0}},{"uid":"725375b21b87cd3d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/725375b21b87cd3d","status":"passed","time":{"start":1728598159630,"stop":1728598159630,"duration":0}},{"uid":"21197e7878082cc7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/21197e7878082cc7","status":"passed","time":{"start":1728597371093,"stop":1728597371093,"duration":0}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"dc3442e6a4c34563","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dc3442e6a4c34563","status":"passed","time":{"start":1729034631259,"stop":1729034631259,"duration":0}},{"uid":"436c7389fa1a2b11","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/436c7389fa1a2b11","status":"passed","time":{"start":1729034400895,"stop":1729034400895,"duration":0}},{"uid":"6b2e6b20dfab72bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b2e6b20dfab72bf","status":"passed","time":{"start":1729034317486,"stop":1729034317486,"duration":0}},{"uid":"8b1aff59d9060251","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b1aff59d9060251","status":"passed","time":{"start":1729034137148,"stop":1729034137148,"duration":0}},{"uid":"bf0f5858b8bc47d2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bf0f5858b8bc47d2","status":"passed","time":{"start":1729032206882,"stop":1729032206882,"duration":0}},{"uid":"6be65343a413d663","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6be65343a413d663","status":"passed","time":{"start":1728901995027,"stop":1728901995027,"duration":0}},{"uid":"4457667f073d77c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4457667f073d77c8","status":"passed","time":{"start":1728893421004,"stop":1728893421004,"duration":0}},{"uid":"573ffbbd25e09c10","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/573ffbbd25e09c10","status":"passed","time":{"start":1728856368603,"stop":1728856368603,"duration":0}},{"uid":"7c1d08b1eba019e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7c1d08b1eba019e","status":"passed","time":{"start":1728738604688,"stop":1728738604689,"duration":1}},{"uid":"17060332b89fc0ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/17060332b89fc0ab","status":"passed","time":{"start":1728683117644,"stop":1728683117645,"duration":1}},{"uid":"a3cca9ed4d18c9a0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a3cca9ed4d18c9a0","status":"passed","time":{"start":1728682721323,"stop":1728682721323,"duration":0}},{"uid":"4759db9151d92e58","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4759db9151d92e58","status":"passed","time":{"start":1728677184690,"stop":1728677184690,"duration":0}},{"uid":"53879cf508a15ec9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/53879cf508a15ec9","status":"passed","time":{"start":1728669866469,"stop":1728669866469,"duration":0}},{"uid":"39cf4f5ef299ce01","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39cf4f5ef299ce01","status":"passed","time":{"start":1728598250003,"stop":1728598250004,"duration":1}},{"uid":"ccf737d4199f162d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ccf737d4199f162d","status":"passed","time":{"start":1728597472306,"stop":1728597472306,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e4a63ca6b1c58e04","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e4a63ca6b1c58e04","status":"passed","time":{"start":1729034565834,"stop":1729034565835,"duration":1}},{"uid":"8dfbbe737fc9075c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8dfbbe737fc9075c","status":"passed","time":{"start":1729034325776,"stop":1729034325776,"duration":0}},{"uid":"a554d0dcab223873","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a554d0dcab223873","status":"passed","time":{"start":1729034249513,"stop":1729034249513,"duration":0}},{"uid":"a6379544a67e2d88","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6379544a67e2d88","status":"passed","time":{"start":1729034066157,"stop":1729034066158,"duration":1}},{"uid":"42c9f7f248bfd82","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/42c9f7f248bfd82","status":"passed","time":{"start":1728901782836,"stop":1728901782837,"duration":1}},{"uid":"af913ee20e3fbb7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/af913ee20e3fbb7c","status":"passed","time":{"start":1728893215985,"stop":1728893215985,"duration":0}},{"uid":"3667e7a1d2306107","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3667e7a1d2306107","status":"passed","time":{"start":1728856159200,"stop":1728856159200,"duration":0}},{"uid":"80913f82cf40ed3d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80913f82cf40ed3d","status":"passed","time":{"start":1728738371838,"stop":1728738371838,"duration":0}},{"uid":"95259e1ad7e337f8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/95259e1ad7e337f8","status":"passed","time":{"start":1728682915885,"stop":1728682915886,"duration":1}},{"uid":"58c706a1f67a8b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/58c706a1f67a8b4","status":"passed","time":{"start":1728682496456,"stop":1728682496456,"duration":0}},{"uid":"a2a3cd15aa669a7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2a3cd15aa669a7","status":"passed","time":{"start":1728676980225,"stop":1728676980225,"duration":0}},{"uid":"5eba98d5f454597d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5eba98d5f454597d","status":"passed","time":{"start":1728598045386,"stop":1728598045386,"duration":0}},{"uid":"8a5449e6212d69cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8a5449e6212d69cd","status":"passed","time":{"start":1728597260330,"stop":1728597260330,"duration":0}}]},"e20eb7121bbb60f8167a1108bc254548:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2bd19fc3e12d389","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b2bd19fc3e12d389","status":"passed","time":{"start":1728669764760,"stop":1728669764760,"duration":0}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"592e8445751318e0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/592e8445751318e0","status":"passed","time":{"start":1729034506804,"stop":1729034506804,"duration":0}},{"uid":"ac2a5ec920befd2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ac2a5ec920befd2","status":"passed","time":{"start":1729034259829,"stop":1729034259830,"duration":1}},{"uid":"642ec19ac4c94d06","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/642ec19ac4c94d06","status":"passed","time":{"start":1729034194034,"stop":1729034194035,"duration":1}},{"uid":"ff8311727550462d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff8311727550462d","status":"passed","time":{"start":1729034014881,"stop":1729034014882,"duration":1}},{"uid":"c77312961d2c6530","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c77312961d2c6530","status":"passed","time":{"start":1729032065460,"stop":1729032065461,"duration":1}},{"uid":"ccc9fa702434d087","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ccc9fa702434d087","status":"passed","time":{"start":1728901664284,"stop":1728901664285,"duration":1}},{"uid":"ea0b6ee9362e04e2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ea0b6ee9362e04e2","status":"passed","time":{"start":1728893093695,"stop":1728893093695,"duration":0}},{"uid":"bde41eb83738393e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bde41eb83738393e","status":"passed","time":{"start":1728856055276,"stop":1728856055277,"duration":1}},{"uid":"1281944cb23234e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1281944cb23234e6","status":"passed","time":{"start":1728738274748,"stop":1728738274748,"duration":0}},{"uid":"accb9c302ac1694f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/accb9c302ac1694f","status":"passed","time":{"start":1728682807963,"stop":1728682807963,"duration":0}},{"uid":"c7a6d93371f783c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7a6d93371f783c0","status":"passed","time":{"start":1728682381291,"stop":1728682381300,"duration":9}},{"uid":"bb4f0f90dae5fede","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bb4f0f90dae5fede","status":"passed","time":{"start":1728676853904,"stop":1728676853904,"duration":0}},{"uid":"17d1fd25c39ed121","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/17d1fd25c39ed121","status":"passed","time":{"start":1728669581701,"stop":1728669581702,"duration":1}},{"uid":"7c354a3fcc1491bc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c354a3fcc1491bc","status":"passed","time":{"start":1728597923495,"stop":1728597923495,"duration":0}},{"uid":"954757426092f967","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/954757426092f967","status":"passed","time":{"start":1728597132267,"stop":1728597132267,"duration":0}}]},"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1572dffa4221e494","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1572dffa4221e494","status":"passed","time":{"start":1729034332638,"stop":1729034332639,"duration":1}},{"uid":"2a04863054a8bd08","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2a04863054a8bd08","status":"passed","time":{"start":1729034096138,"stop":1729034096138,"duration":0}},{"uid":"4c61119791ae6a5a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c61119791ae6a5a","status":"passed","time":{"start":1729034020094,"stop":1729034020094,"duration":0}},{"uid":"1100bd4eb7b5f537","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1100bd4eb7b5f537","status":"passed","time":{"start":1729033834391,"stop":1729033834391,"duration":0}},{"uid":"2c2309fd66c72f4d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c2309fd66c72f4d","status":"passed","time":{"start":1729031884124,"stop":1729031884124,"duration":0}},{"uid":"33c2d696fe859a43","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/33c2d696fe859a43","status":"passed","time":{"start":1728901430258,"stop":1728901430258,"duration":0}},{"uid":"c29370aa07f6d7fd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c29370aa07f6d7fd","status":"passed","time":{"start":1728892860537,"stop":1728892860537,"duration":0}},{"uid":"8754953e576bdff0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8754953e576bdff0","status":"passed","time":{"start":1728855823326,"stop":1728855823326,"duration":0}},{"uid":"2b9965c050122e6d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2b9965c050122e6d","status":"passed","time":{"start":1728738040607,"stop":1728738040607,"duration":0}},{"uid":"82de6b904c01170","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82de6b904c01170","status":"passed","time":{"start":1728682574097,"stop":1728682574097,"duration":0}},{"uid":"e72ba0ee056605e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e72ba0ee056605e6","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"7f684a4cde88d328","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7f684a4cde88d328","status":"passed","time":{"start":1728676621436,"stop":1728676621436,"duration":0}},{"uid":"431231833f8b1cfd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/431231833f8b1cfd","status":"passed","time":{"start":1728669344472,"stop":1728669344472,"duration":0}},{"uid":"ede233bf966510ee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ede233bf966510ee","status":"passed","time":{"start":1728597685166,"stop":1728597685166,"duration":0}},{"uid":"a8a03a4bf26028f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a8a03a4bf26028f8","status":"passed","time":{"start":1728596904474,"stop":1728596904474,"duration":0}}]},"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"830e2a662e6a8079","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/830e2a662e6a8079","status":"passed","time":{"start":1729034683699,"stop":1729034683699,"duration":0}},{"uid":"1b44dd3d7d982494","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1b44dd3d7d982494","status":"passed","time":{"start":1729034458924,"stop":1729034458925,"duration":1}},{"uid":"f5979efa2dd92aa5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f5979efa2dd92aa5","status":"passed","time":{"start":1729034372194,"stop":1729034372194,"duration":0}},{"uid":"b651fdb03f329e0c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b651fdb03f329e0c","status":"passed","time":{"start":1729034191991,"stop":1729034191994,"duration":3}},{"uid":"c49ecf86534a3700","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c49ecf86534a3700","status":"passed","time":{"start":1729032246143,"stop":1729032246143,"duration":0}},{"uid":"87300cf2500b4303","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/87300cf2500b4303","status":"passed","time":{"start":1728902009942,"stop":1728902009942,"duration":0}},{"uid":"e35a1a76e0c8b190","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e35a1a76e0c8b190","status":"passed","time":{"start":1728893442067,"stop":1728893442067,"duration":0}},{"uid":"f0fb135984de5226","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f0fb135984de5226","status":"passed","time":{"start":1728856390379,"stop":1728856390379,"duration":0}},{"uid":"295f0b4a62be1065","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/295f0b4a62be1065","status":"passed","time":{"start":1728738615984,"stop":1728738615984,"duration":0}},{"uid":"6f6a90805c693602","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6f6a90805c693602","status":"passed","time":{"start":1728683138589,"stop":1728683138590,"duration":1}},{"uid":"ffe52324bbdefa93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ffe52324bbdefa93","status":"passed","time":{"start":1728682713979,"stop":1728682713979,"duration":0}},{"uid":"b85e928c99d5d816","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b85e928c99d5d816","status":"passed","time":{"start":1728677205664,"stop":1728677205665,"duration":1}},{"uid":"1f50fac6eee1943","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1f50fac6eee1943","status":"passed","time":{"start":1728669886305,"stop":1728669886306,"duration":1}},{"uid":"9bfe0e8c2b43f1eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9bfe0e8c2b43f1eb","status":"passed","time":{"start":1728598272273,"stop":1728598272274,"duration":1}},{"uid":"b2d6a1fd6a9cdf01","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2d6a1fd6a9cdf01","status":"passed","time":{"start":1728597492995,"stop":1728597492995,"duration":0}}]},"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"51484d7476755550","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/51484d7476755550","status":"passed","time":{"start":1729034332641,"stop":1729034332641,"duration":0}},{"uid":"6fe1ace5a37fd2de","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6fe1ace5a37fd2de","status":"passed","time":{"start":1729034096139,"stop":1729034096140,"duration":1}},{"uid":"b7af3c105ba62f8f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b7af3c105ba62f8f","status":"passed","time":{"start":1729034020096,"stop":1729034020096,"duration":0}},{"uid":"df2cffba8141d8d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df2cffba8141d8d0","status":"passed","time":{"start":1729033834392,"stop":1729033834393,"duration":1}},{"uid":"b8bb2af9ae169b59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b8bb2af9ae169b59","status":"passed","time":{"start":1729031884126,"stop":1729031884126,"duration":0}},{"uid":"6048c65b4d4047bb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6048c65b4d4047bb","status":"passed","time":{"start":1728901430259,"stop":1728901430259,"duration":0}},{"uid":"39576a316b8d5b6c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/39576a316b8d5b6c","status":"passed","time":{"start":1728892860538,"stop":1728892860538,"duration":0}},{"uid":"7c61b8423cf3fab7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7c61b8423cf3fab7","status":"passed","time":{"start":1728855823327,"stop":1728855823328,"duration":1}},{"uid":"b3105125f175c593","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3105125f175c593","status":"passed","time":{"start":1728738040608,"stop":1728738040609,"duration":1}},{"uid":"1d39fdd358a4c8e1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1d39fdd358a4c8e1","status":"passed","time":{"start":1728682574099,"stop":1728682574100,"duration":1}},{"uid":"c1c6e859a8408192","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1c6e859a8408192","status":"passed","time":{"start":1728682146823,"stop":1728682146824,"duration":1}},{"uid":"a04cbe098d4fa5ec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a04cbe098d4fa5ec","status":"passed","time":{"start":1728676621438,"stop":1728676621438,"duration":0}},{"uid":"377039d8a85dbf98","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/377039d8a85dbf98","status":"passed","time":{"start":1728669344473,"stop":1728669344473,"duration":0}},{"uid":"69ea599ea1f38b16","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/69ea599ea1f38b16","status":"passed","time":{"start":1728597685168,"stop":1728597685168,"duration":0}},{"uid":"e4501375b65ee0d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e4501375b65ee0d4","status":"passed","time":{"start":1728596904476,"stop":1728596904476,"duration":0}}]},"d0dc5dea0b736c4c0a73afb84dd0d2f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1c3607de476a894","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d1c3607de476a894","status":"passed","time":{"start":1728901958854,"stop":1728901958855,"duration":1}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bb71a4057632094e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bb71a4057632094e","status":"passed","time":{"start":1729034694623,"stop":1729034694623,"duration":0}},{"uid":"a79788c6846c8ad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a79788c6846c8ad","status":"passed","time":{"start":1729034462012,"stop":1729034462012,"duration":0}},{"uid":"50e6d785b364aa81","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/50e6d785b364aa81","status":"passed","time":{"start":1729034375976,"stop":1729034375976,"duration":0}},{"uid":"f4e7fc831e47e5f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f4e7fc831e47e5f","status":"passed","time":{"start":1729034200065,"stop":1729034200065,"duration":0}},{"uid":"340ce7bba28b8505","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/340ce7bba28b8505","status":"passed","time":{"start":1729032257890,"stop":1729032257890,"duration":0}},{"uid":"536835fc41631889","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/536835fc41631889","status":"passed","time":{"start":1728902003565,"stop":1728902003567,"duration":2}},{"uid":"f160c463fbd853f2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f160c463fbd853f2","status":"passed","time":{"start":1728893434694,"stop":1728893434694,"duration":0}},{"uid":"26a8bb81c38a2fa5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/26a8bb81c38a2fa5","status":"passed","time":{"start":1728856398642,"stop":1728856398642,"duration":0}},{"uid":"7db82f1a432b8e47","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7db82f1a432b8e47","status":"passed","time":{"start":1728738612001,"stop":1728738612001,"duration":0}},{"uid":"aa2e317e26a254e4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aa2e317e26a254e4","status":"passed","time":{"start":1728683155008,"stop":1728683155008,"duration":0}},{"uid":"6c73a6f9876cd22e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c73a6f9876cd22e","status":"passed","time":{"start":1728682706103,"stop":1728682706103,"duration":0}},{"uid":"75addde0192ac18c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/75addde0192ac18c","status":"passed","time":{"start":1728677207495,"stop":1728677207495,"duration":0}},{"uid":"c59e831c0d88af65","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c59e831c0d88af65","status":"passed","time":{"start":1728669887097,"stop":1728669887097,"duration":0}},{"uid":"ed335ff50ca5edfc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ed335ff50ca5edfc","status":"passed","time":{"start":1728598263637,"stop":1728598263637,"duration":0}},{"uid":"ea0ff4d99b537bb0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea0ff4d99b537bb0","status":"passed","time":{"start":1728597478275,"stop":1728597478275,"duration":0}}]},"4f4e0af3b0ffd8416ef88ac3a630c4f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9598553d209f7eda","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9598553d209f7eda","status":"passed","time":{"start":1729034129482,"stop":1729034129482,"duration":0}}]},"926a0a8e442c46de3a902b60357c68a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47677e972a85e135","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/47677e972a85e135","status":"passed","time":{"start":1728901881008,"stop":1728901881008,"duration":0}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fd394f0c7775ec00","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fd394f0c7775ec00","status":"passed","time":{"start":1729034356474,"stop":1729034356475,"duration":1}},{"uid":"26946c832db350a1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/26946c832db350a1","status":"passed","time":{"start":1729034120500,"stop":1729034120500,"duration":0}},{"uid":"d5c3f41f9ab5332a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d5c3f41f9ab5332a","status":"passed","time":{"start":1729033858270,"stop":1729033858271,"duration":1}},{"uid":"9ad8b818bd8a7711","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ad8b818bd8a7711","status":"passed","time":{"start":1729031908177,"stop":1729031908177,"duration":0}},{"uid":"7ece7eb232444936","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7ece7eb232444936","status":"passed","time":{"start":1728901453933,"stop":1728901453933,"duration":0}},{"uid":"6dbf27a00d4e9ce3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6dbf27a00d4e9ce3","status":"passed","time":{"start":1728892884409,"stop":1728892884410,"duration":1}},{"uid":"680d537e6777a757","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/680d537e6777a757","status":"passed","time":{"start":1728855846879,"stop":1728855846879,"duration":0}},{"uid":"ccd30089251d9a7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ccd30089251d9a7","status":"passed","time":{"start":1728738064182,"stop":1728738064182,"duration":0}},{"uid":"82543e567ecc824b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82543e567ecc824b","status":"passed","time":{"start":1728682597760,"stop":1728682597761,"duration":1}},{"uid":"d460c5b125b2d277","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d460c5b125b2d277","status":"passed","time":{"start":1728682170540,"stop":1728682170540,"duration":0}},{"uid":"daeb0165234b944a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/daeb0165234b944a","status":"passed","time":{"start":1728676645199,"stop":1728676645200,"duration":1}},{"uid":"32d59065aa182a01","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32d59065aa182a01","status":"passed","time":{"start":1728669368194,"stop":1728669368195,"duration":1}},{"uid":"f70db26ab54dff56","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f70db26ab54dff56","status":"passed","time":{"start":1728597709010,"stop":1728597709011,"duration":1}},{"uid":"bc7ec582ea6cea82","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc7ec582ea6cea82","status":"passed","time":{"start":1728596928106,"stop":1728596928106,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8cbee89ed6545c44","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8cbee89ed6545c44","status":"passed","time":{"start":1729034360437,"stop":1729034360437,"duration":0}},{"uid":"6d594ee269fce3cc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d594ee269fce3cc","status":"passed","time":{"start":1729034124363,"stop":1729034124364,"duration":1}},{"uid":"ecb8ff723b834cdd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ecb8ff723b834cdd","status":"passed","time":{"start":1729034047485,"stop":1729034047485,"duration":0}},{"uid":"744d1dc06edeb69","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/744d1dc06edeb69","status":"passed","time":{"start":1729033862330,"stop":1729033862330,"duration":0}},{"uid":"327808b6891a1ade","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/327808b6891a1ade","status":"passed","time":{"start":1729031912071,"stop":1729031912071,"duration":0}},{"uid":"bdffeaa437923b16","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bdffeaa437923b16","status":"passed","time":{"start":1728901457818,"stop":1728901457818,"duration":0}},{"uid":"af0e10bdcbc14dab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/af0e10bdcbc14dab","status":"passed","time":{"start":1728892888301,"stop":1728892888301,"duration":0}},{"uid":"b78b2b4c1a0796c9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b78b2b4c1a0796c9","status":"passed","time":{"start":1728855850789,"stop":1728855850789,"duration":0}},{"uid":"742a5d0e4fdc8f8e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/742a5d0e4fdc8f8e","status":"passed","time":{"start":1728738068165,"stop":1728738068165,"duration":0}},{"uid":"42d8a85469acbe57","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42d8a85469acbe57","status":"passed","time":{"start":1728682601674,"stop":1728682601674,"duration":0}},{"uid":"b3dd6ab0fa24b33f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3dd6ab0fa24b33f","status":"passed","time":{"start":1728682174566,"stop":1728682174567,"duration":1}},{"uid":"6281d57f1b214ad2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6281d57f1b214ad2","status":"passed","time":{"start":1728676648932,"stop":1728676648932,"duration":0}},{"uid":"b0873b6b43ce3831","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0873b6b43ce3831","status":"passed","time":{"start":1728669372211,"stop":1728669372212,"duration":1}},{"uid":"ad9fe61e6ebb1da1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ad9fe61e6ebb1da1","status":"passed","time":{"start":1728597712761,"stop":1728597712762,"duration":1}},{"uid":"1a5d1b6067197c66","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1a5d1b6067197c66","status":"passed","time":{"start":1728596931867,"stop":1728596931868,"duration":1}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ebfd90ede8da14c7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ebfd90ede8da14c7","status":"passed","time":{"start":1729034347698,"stop":1729034347701,"duration":3}},{"uid":"fd38e10ec131db1d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fd38e10ec131db1d","status":"passed","time":{"start":1729034111881,"stop":1729034111882,"duration":1}},{"uid":"188358da8379115f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/188358da8379115f","status":"passed","time":{"start":1729034035122,"stop":1729034035122,"duration":0}},{"uid":"a6ac620099e54f87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6ac620099e54f87","status":"passed","time":{"start":1729033849966,"stop":1729033849967,"duration":1}},{"uid":"ba846078969b6f26","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ba846078969b6f26","status":"passed","time":{"start":1729031899464,"stop":1729031899466,"duration":2}},{"uid":"2f580187ebfafa2c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f580187ebfafa2c","status":"passed","time":{"start":1728901445404,"stop":1728901445405,"duration":1}},{"uid":"285581230c19b4bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/285581230c19b4bf","status":"passed","time":{"start":1728892875886,"stop":1728892875886,"duration":0}},{"uid":"ac9a4208675a9f3e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac9a4208675a9f3e","status":"passed","time":{"start":1728855838678,"stop":1728855838678,"duration":0}},{"uid":"dd093c9ef45d0dd7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dd093c9ef45d0dd7","status":"passed","time":{"start":1728738055728,"stop":1728738055729,"duration":1}},{"uid":"f16a101e58b42ee5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f16a101e58b42ee5","status":"passed","time":{"start":1728682589233,"stop":1728682589234,"duration":1}},{"uid":"f2e36c335ed8e7f5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f2e36c335ed8e7f5","status":"passed","time":{"start":1728682161930,"stop":1728682161931,"duration":1}},{"uid":"e9ef7778c2738079","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e9ef7778c2738079","status":"passed","time":{"start":1728676637108,"stop":1728676637109,"duration":1}},{"uid":"9e57a239b4ab2c4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e57a239b4ab2c4d","status":"passed","time":{"start":1728669359720,"stop":1728669359721,"duration":1}},{"uid":"94de5461164e8200","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/94de5461164e8200","status":"passed","time":{"start":1728597700328,"stop":1728597700329,"duration":1}},{"uid":"23071c8ad71fc09f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/23071c8ad71fc09f","status":"passed","time":{"start":1728596919812,"stop":1728596919814,"duration":2}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"12df1396d1ef684b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/12df1396d1ef684b","status":"passed","time":{"start":1729034356135,"stop":1729034356135,"duration":0}},{"uid":"f542caa1a5213f63","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f542caa1a5213f63","status":"passed","time":{"start":1729034120212,"stop":1729034120213,"duration":1}},{"uid":"17e3ebdb86e3bdcc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/17e3ebdb86e3bdcc","status":"passed","time":{"start":1729034043141,"stop":1729034043142,"duration":1}},{"uid":"23a2ab4beac3d03c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/23a2ab4beac3d03c","status":"passed","time":{"start":1729033857764,"stop":1729033857765,"duration":1}},{"uid":"e423a3eb74f551d4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e423a3eb74f551d4","status":"passed","time":{"start":1729031907984,"stop":1729031907984,"duration":0}},{"uid":"e4f79461a021457","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e4f79461a021457","status":"passed","time":{"start":1728901453409,"stop":1728901453410,"duration":1}},{"uid":"640c9a4f1372b49e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/640c9a4f1372b49e","status":"passed","time":{"start":1728892883977,"stop":1728892883978,"duration":1}},{"uid":"f183ddd9e74f5361","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f183ddd9e74f5361","status":"passed","time":{"start":1728855846184,"stop":1728855846184,"duration":0}},{"uid":"55e7551a67ae1f6d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/55e7551a67ae1f6d","status":"passed","time":{"start":1728738063646,"stop":1728738063647,"duration":1}},{"uid":"3267a835cf89978c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3267a835cf89978c","status":"passed","time":{"start":1728682597528,"stop":1728682597528,"duration":0}},{"uid":"3abae66dfa344df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3abae66dfa344df","status":"passed","time":{"start":1728682170200,"stop":1728682170201,"duration":1}},{"uid":"bfd392f7f9269c9d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bfd392f7f9269c9d","status":"passed","time":{"start":1728676644979,"stop":1728676644979,"duration":0}},{"uid":"b89fe3d04777f50","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b89fe3d04777f50","status":"passed","time":{"start":1728669367852,"stop":1728669367852,"duration":0}},{"uid":"e2cabcd828d32abe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e2cabcd828d32abe","status":"passed","time":{"start":1728597708659,"stop":1728597708659,"duration":0}},{"uid":"5911d467be6450ac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5911d467be6450ac","status":"passed","time":{"start":1728596927474,"stop":1728596927477,"duration":3}}]},"eaba003dd7df0ef01de1ea2dd92519a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b0495332288f1342","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b0495332288f1342","status":"passed","time":{"start":1729034373029,"stop":1729034373029,"duration":0}},{"uid":"3d4060068dcfcb6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3d4060068dcfcb6","status":"passed","time":{"start":1729034137316,"stop":1729034137317,"duration":1}},{"uid":"f8fb698d7d8dda22","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f8fb698d7d8dda22","status":"passed","time":{"start":1729034060021,"stop":1729034060021,"duration":0}},{"uid":"511d78b3288a3b2b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/511d78b3288a3b2b","status":"passed","time":{"start":1729033874965,"stop":1729033874965,"duration":0}},{"uid":"13bfee75be27b582","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/13bfee75be27b582","status":"passed","time":{"start":1729031924902,"stop":1729031924903,"duration":1}},{"uid":"98359786737ebe61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/98359786737ebe61","status":"passed","time":{"start":1728901469130,"stop":1728901469130,"duration":0}},{"uid":"ee47020beb744e6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ee47020beb744e6a","status":"passed","time":{"start":1728892899795,"stop":1728892899795,"duration":0}},{"uid":"3a7562472400c355","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3a7562472400c355","status":"passed","time":{"start":1728855863060,"stop":1728855863060,"duration":0}},{"uid":"427528ae682d3cfe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/427528ae682d3cfe","status":"passed","time":{"start":1728738080902,"stop":1728738080903,"duration":1}},{"uid":"e3263ef2655c253c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e3263ef2655c253c","status":"passed","time":{"start":1728682614311,"stop":1728682614311,"duration":0}},{"uid":"11d9200862fc247e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/11d9200862fc247e","status":"passed","time":{"start":1728682187096,"stop":1728682187096,"duration":0}},{"uid":"c23b88e9925eea5e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c23b88e9925eea5e","status":"passed","time":{"start":1728676661489,"stop":1728676661489,"duration":0}},{"uid":"cdcd15c010d1c33f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cdcd15c010d1c33f","status":"passed","time":{"start":1728669384664,"stop":1728669384664,"duration":0}},{"uid":"1a062876e2f2b874","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a062876e2f2b874","status":"passed","time":{"start":1728597724235,"stop":1728597724236,"duration":1}},{"uid":"32c7258dbf390dd7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32c7258dbf390dd7","status":"passed","time":{"start":1728596943283,"stop":1728596943284,"duration":1}}]},"aa02f6c42d0dbf7ed7e132935fc0e521:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcf89fbed812d332","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dcf89fbed812d332","status":"passed","time":{"start":1728677184694,"stop":1728677184695,"duration":1}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"240537d5ac8c5184","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/240537d5ac8c5184","status":"passed","time":{"start":1729034356139,"stop":1729034356139,"duration":0}},{"uid":"fa98d741ebc9fa17","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fa98d741ebc9fa17","status":"passed","time":{"start":1729034120217,"stop":1729034120217,"duration":0}},{"uid":"764258053d2d3f19","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/764258053d2d3f19","status":"passed","time":{"start":1729034043145,"stop":1729034043146,"duration":1}},{"uid":"69a57260d814adf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69a57260d814adf","status":"passed","time":{"start":1729033857768,"stop":1729033857768,"duration":0}},{"uid":"e8e688ac5d24a329","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8e688ac5d24a329","status":"passed","time":{"start":1729031907988,"stop":1729031907988,"duration":0}},{"uid":"7b09f03899043c01","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7b09f03899043c01","status":"passed","time":{"start":1728901453414,"stop":1728901453414,"duration":0}},{"uid":"2de3c25fc803c0fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2de3c25fc803c0fb","status":"passed","time":{"start":1728892883981,"stop":1728892883981,"duration":0}},{"uid":"25bc07df2da9da5c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/25bc07df2da9da5c","status":"passed","time":{"start":1728855846187,"stop":1728855846187,"duration":0}},{"uid":"d9ac89828436ed19","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d9ac89828436ed19","status":"passed","time":{"start":1728738063650,"stop":1728738063650,"duration":0}},{"uid":"3a0c5ec53653d159","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3a0c5ec53653d159","status":"passed","time":{"start":1728682597533,"stop":1728682597533,"duration":0}},{"uid":"4c88fbb737be5db5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4c88fbb737be5db5","status":"passed","time":{"start":1728682170204,"stop":1728682170204,"duration":0}},{"uid":"fb10fe884cca3548","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fb10fe884cca3548","status":"passed","time":{"start":1728676644983,"stop":1728676644983,"duration":0}},{"uid":"5e843c22fe1f69b2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5e843c22fe1f69b2","status":"passed","time":{"start":1728669367855,"stop":1728669367855,"duration":0}},{"uid":"4e0c35ba3a5c38a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4e0c35ba3a5c38a4","status":"passed","time":{"start":1728597708662,"stop":1728597708662,"duration":0}},{"uid":"18e5af04fc39f9a9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/18e5af04fc39f9a9","status":"passed","time":{"start":1728596927480,"stop":1728596927480,"duration":0}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"42f88e5d3badf276","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/42f88e5d3badf276","status":"passed","time":{"start":1729034704492,"stop":1729034704492,"duration":0}},{"uid":"34f5824d8a40198","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/34f5824d8a40198","status":"passed","time":{"start":1729034474983,"stop":1729034474984,"duration":1}},{"uid":"8b1067c100838fd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8b1067c100838fd","status":"passed","time":{"start":1729034395288,"stop":1729034395288,"duration":0}},{"uid":"afcfccce3eafa91c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/afcfccce3eafa91c","status":"passed","time":{"start":1729034209092,"stop":1729034209092,"duration":0}},{"uid":"50f58db9fb7c8442","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/50f58db9fb7c8442","status":"passed","time":{"start":1729032264563,"stop":1729032264564,"duration":1}},{"uid":"d938ca5932afa8b1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d938ca5932afa8b1","status":"passed","time":{"start":1728902012839,"stop":1728902012840,"duration":1}},{"uid":"94409cebdc6f9924","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/94409cebdc6f9924","status":"passed","time":{"start":1728893454808,"stop":1728893454808,"duration":0}},{"uid":"cb9b45f022de42bb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cb9b45f022de42bb","status":"passed","time":{"start":1728856408449,"stop":1728856408449,"duration":0}},{"uid":"901da638f22bae0a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/901da638f22bae0a","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"7f92768c47dc3449","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7f92768c47dc3449","status":"passed","time":{"start":1728683159748,"stop":1728683159748,"duration":0}},{"uid":"7adc8d39013b4cf2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7adc8d39013b4cf2","status":"passed","time":{"start":1728682751326,"stop":1728682751326,"duration":0}},{"uid":"f6a16816bb720766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f6a16816bb720766","status":"passed","time":{"start":1728677216352,"stop":1728677216352,"duration":0}},{"uid":"9c8a9de3daeb2079","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c8a9de3daeb2079","status":"passed","time":{"start":1728669925450,"stop":1728669925450,"duration":0}},{"uid":"a8df3a1517e9105","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8df3a1517e9105","status":"passed","time":{"start":1728598268798,"stop":1728598268799,"duration":1}},{"uid":"f19ad6f2381c2ed1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f19ad6f2381c2ed1","status":"passed","time":{"start":1728597503910,"stop":1728597503911,"duration":1}}]},"ec0cfed69544290e7855f1ec009b866d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b87aa44ae4d89b5e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b87aa44ae4d89b5e","status":"passed","time":{"start":1729034443509,"stop":1729034443509,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9d7585b9e744645a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9d7585b9e744645a","status":"passed","time":{"start":1729034703311,"stop":1729034703311,"duration":0}},{"uid":"bb0e1cab975209e7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bb0e1cab975209e7","status":"passed","time":{"start":1729034475274,"stop":1729034475275,"duration":1}},{"uid":"543b11ce22321a32","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/543b11ce22321a32","status":"passed","time":{"start":1729034392403,"stop":1729034392403,"duration":0}},{"uid":"6414c67136b6500d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6414c67136b6500d","status":"passed","time":{"start":1729034208294,"stop":1729034208295,"duration":1}},{"uid":"29d57762327708d4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29d57762327708d4","status":"passed","time":{"start":1729032257066,"stop":1729032257066,"duration":0}},{"uid":"58c55218fe3c0706","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/58c55218fe3c0706","status":"passed","time":{"start":1728902024012,"stop":1728902024013,"duration":1}},{"uid":"490d6ffe244425d1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/490d6ffe244425d1","status":"passed","time":{"start":1728893455129,"stop":1728893455130,"duration":1}},{"uid":"945e90a53161dced","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/945e90a53161dced","status":"passed","time":{"start":1728856404966,"stop":1728856404966,"duration":0}},{"uid":"6382c3e9cbbde8f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6382c3e9cbbde8f1","status":"passed","time":{"start":1728738634668,"stop":1728738634668,"duration":0}},{"uid":"b1f7a7c3d3383564","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1f7a7c3d3383564","status":"passed","time":{"start":1728683163620,"stop":1728683163620,"duration":0}},{"uid":"8d0a72b3cc5407c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8d0a72b3cc5407c","status":"passed","time":{"start":1728682737541,"stop":1728682737541,"duration":0}},{"uid":"694948c8360dc06e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/694948c8360dc06e","status":"passed","time":{"start":1728677222567,"stop":1728677222567,"duration":0}},{"uid":"d8ffa2c9f8b3f970","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8ffa2c9f8b3f970","status":"passed","time":{"start":1728669905041,"stop":1728669905044,"duration":3}},{"uid":"9117a4a92674e4f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9117a4a92674e4f3","status":"passed","time":{"start":1728598284366,"stop":1728598284366,"duration":0}},{"uid":"91aa8e63f656cc1a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/91aa8e63f656cc1a","status":"passed","time":{"start":1728597506831,"stop":1728597506831,"duration":0}}]},"ab97baf403ec9c9e61038073c6a4ebec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91a86e4c2968ac64","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/91a86e4c2968ac64","status":"passed","time":{"start":1728738555094,"stop":1728738555095,"duration":1}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b7ffc934e4954682","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b7ffc934e4954682","status":"passed","time":{"start":1729034506798,"stop":1729034506798,"duration":0}},{"uid":"e3334aafcdf55b60","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e3334aafcdf55b60","status":"passed","time":{"start":1729034259821,"stop":1729034259821,"duration":0}},{"uid":"87e9a41570c34c0f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/87e9a41570c34c0f","status":"passed","time":{"start":1729034194019,"stop":1729034194019,"duration":0}},{"uid":"a7dbbf96738f13c7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a7dbbf96738f13c7","status":"passed","time":{"start":1729034014877,"stop":1729034014877,"duration":0}},{"uid":"34a58027bece2d11","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/34a58027bece2d11","status":"passed","time":{"start":1729032065456,"stop":1729032065456,"duration":0}},{"uid":"79f48f72565b8d5d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/79f48f72565b8d5d","status":"passed","time":{"start":1728901664268,"stop":1728901664270,"duration":2}},{"uid":"3a99b416a3ac6064","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3a99b416a3ac6064","status":"passed","time":{"start":1728893093692,"stop":1728893093692,"duration":0}},{"uid":"b9632cf612db1f35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b9632cf612db1f35","status":"passed","time":{"start":1728856055273,"stop":1728856055273,"duration":0}},{"uid":"7ef05bda7eeed59d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7ef05bda7eeed59d","status":"passed","time":{"start":1728738274745,"stop":1728738274745,"duration":0}},{"uid":"3c5f2917b34105d0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3c5f2917b34105d0","status":"passed","time":{"start":1728682807960,"stop":1728682807960,"duration":0}},{"uid":"902df9269b4439b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/902df9269b4439b4","status":"passed","time":{"start":1728682381286,"stop":1728682381286,"duration":0}},{"uid":"4d18492f9ca71372","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4d18492f9ca71372","status":"passed","time":{"start":1728676853901,"stop":1728676853902,"duration":1}},{"uid":"3d68714d0fd929dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3d68714d0fd929dc","status":"passed","time":{"start":1728669581698,"stop":1728669581698,"duration":0}},{"uid":"88105aaddebf5f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/88105aaddebf5f3","status":"passed","time":{"start":1728597923491,"stop":1728597923491,"duration":0}},{"uid":"54129d69f4321422","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/54129d69f4321422","status":"passed","time":{"start":1728597132264,"stop":1728597132265,"duration":1}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3cb67a7660c91b2b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3cb67a7660c91b2b","status":"passed","time":{"start":1729034348762,"stop":1729034348762,"duration":0}},{"uid":"ece5a82bcb09d7fb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ece5a82bcb09d7fb","status":"passed","time":{"start":1729034112605,"stop":1729034112605,"duration":0}},{"uid":"52fc7429f304b075","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/52fc7429f304b075","status":"passed","time":{"start":1729034035872,"stop":1729034035872,"duration":0}},{"uid":"6750c39ef660a0a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6750c39ef660a0a8","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0}},{"uid":"c7bd2ef73ca9b776","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c7bd2ef73ca9b776","status":"passed","time":{"start":1729031900272,"stop":1729031900272,"duration":0}},{"uid":"71a13ea144476f6b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/71a13ea144476f6b","status":"passed","time":{"start":1728901446177,"stop":1728901446178,"duration":1}},{"uid":"51a53a5c70919c8f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51a53a5c70919c8f","status":"passed","time":{"start":1728892876478,"stop":1728892876478,"duration":0}},{"uid":"ab8f55e015f43b6c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ab8f55e015f43b6c","status":"passed","time":{"start":1728855839199,"stop":1728855839199,"duration":0}},{"uid":"634e1b891ca0fe4e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/634e1b891ca0fe4e","status":"passed","time":{"start":1728738056465,"stop":1728738056465,"duration":0}},{"uid":"d51eb19b0f5e4cab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d51eb19b0f5e4cab","status":"passed","time":{"start":1728682590045,"stop":1728682590045,"duration":0}},{"uid":"460200f1d7da71d4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/460200f1d7da71d4","status":"passed","time":{"start":1728682162839,"stop":1728682162839,"duration":0}},{"uid":"3030c25cf37dbe1c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3030c25cf37dbe1c","status":"passed","time":{"start":1728676637412,"stop":1728676637412,"duration":0}},{"uid":"131e586c26ba142e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/131e586c26ba142e","status":"passed","time":{"start":1728669360494,"stop":1728669360494,"duration":0}},{"uid":"7f8b94e421888679","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7f8b94e421888679","status":"passed","time":{"start":1728597701237,"stop":1728597701237,"duration":0}},{"uid":"78a544653e4edd42","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/78a544653e4edd42","status":"passed","time":{"start":1728596920371,"stop":1728596920371,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"91dce4b3244ed33e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/91dce4b3244ed33e","status":"passed","time":{"start":1729034368072,"stop":1729034368072,"duration":0}},{"uid":"c20ff968f14f8464","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c20ff968f14f8464","status":"passed","time":{"start":1729034132179,"stop":1729034132179,"duration":0}},{"uid":"d1afefbaa2acf88b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d1afefbaa2acf88b","status":"passed","time":{"start":1729034055084,"stop":1729034055084,"duration":0}},{"uid":"d60c6190ecd16f9e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d60c6190ecd16f9e","status":"passed","time":{"start":1729033869944,"stop":1729033869945,"duration":1}},{"uid":"a3bbb9fdecd5cdfe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3bbb9fdecd5cdfe","status":"passed","time":{"start":1729031919798,"stop":1729031919799,"duration":1}},{"uid":"f4f0f22bd0f76f34","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f4f0f22bd0f76f34","status":"passed","time":{"start":1728901465374,"stop":1728901465374,"duration":0}},{"uid":"9444239ee2be75f7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9444239ee2be75f7","status":"passed","time":{"start":1728892895974,"stop":1728892895974,"duration":0}},{"uid":"3814680acfd591a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3814680acfd591a2","status":"passed","time":{"start":1728855858319,"stop":1728855858319,"duration":0}},{"uid":"7fe5a4568027cf20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fe5a4568027cf20","status":"passed","time":{"start":1728738075953,"stop":1728738075954,"duration":1}},{"uid":"9d0e823f85b1bdbc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d0e823f85b1bdbc","status":"passed","time":{"start":1728682609268,"stop":1728682609268,"duration":0}},{"uid":"3fedab1f9fe89ba7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3fedab1f9fe89ba7","status":"passed","time":{"start":1728682182160,"stop":1728682182160,"duration":0}},{"uid":"5302524bcf4efcc5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5302524bcf4efcc5","status":"passed","time":{"start":1728676656594,"stop":1728676656594,"duration":0}},{"uid":"f98f3bad65383336","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f98f3bad65383336","status":"passed","time":{"start":1728669379924,"stop":1728669379924,"duration":0}},{"uid":"fc39ed2510b12cb9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc39ed2510b12cb9","status":"passed","time":{"start":1728597720385,"stop":1728597720385,"duration":0}},{"uid":"5c17458f84397d6d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c17458f84397d6d","status":"passed","time":{"start":1728596939484,"stop":1728596939485,"duration":1}}]},"2f7f8ab22950e8b4b98ad56b307eb30f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5fbb08f0411a19bb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5fbb08f0411a19bb","status":"passed","time":{"start":1729034373027,"stop":1729034373028,"duration":1}},{"uid":"d4bf97f210ed964d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4bf97f210ed964d","status":"passed","time":{"start":1729034137315,"stop":1729034137315,"duration":0}},{"uid":"7ad06085b2d81342","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7ad06085b2d81342","status":"passed","time":{"start":1729034060018,"stop":1729034060019,"duration":1}},{"uid":"efd3348e3781003d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/efd3348e3781003d","status":"passed","time":{"start":1729033874961,"stop":1729033874961,"duration":0}},{"uid":"6ffdb5d207acb6c4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ffdb5d207acb6c4","status":"passed","time":{"start":1729031924900,"stop":1729031924901,"duration":1}},{"uid":"426e35abf514cbf3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/426e35abf514cbf3","status":"passed","time":{"start":1728901469128,"stop":1728901469128,"duration":0}},{"uid":"8fa76ad154d08054","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fa76ad154d08054","status":"passed","time":{"start":1728892899793,"stop":1728892899793,"duration":0}},{"uid":"c8b02a091db07310","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c8b02a091db07310","status":"passed","time":{"start":1728855863057,"stop":1728855863058,"duration":1}},{"uid":"fffa200bdd400a99","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fffa200bdd400a99","status":"passed","time":{"start":1728738080899,"stop":1728738080899,"duration":0}},{"uid":"c4be17e6d7812e71","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c4be17e6d7812e71","status":"passed","time":{"start":1728682614308,"stop":1728682614309,"duration":1}},{"uid":"9671df93aedd9722","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9671df93aedd9722","status":"passed","time":{"start":1728682187093,"stop":1728682187093,"duration":0}},{"uid":"f7921cf831df4a64","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7921cf831df4a64","status":"passed","time":{"start":1728676661487,"stop":1728676661487,"duration":0}},{"uid":"4658d8d28eb2c29c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4658d8d28eb2c29c","status":"passed","time":{"start":1728669384661,"stop":1728669384662,"duration":1}},{"uid":"2cec4f4914db1ad6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2cec4f4914db1ad6","status":"passed","time":{"start":1728597724234,"stop":1728597724234,"duration":0}},{"uid":"8e3315c7ee3f2ac4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e3315c7ee3f2ac4","status":"passed","time":{"start":1728596943282,"stop":1728596943282,"duration":0}}]},"56670dcc249450254bb2f056ed16e6e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23d06b50e7332b4f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/23d06b50e7332b4f","status":"passed","time":{"start":1729034443495,"stop":1729034443496,"duration":1}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"38833d62a5170431","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/38833d62a5170431","status":"passed","time":{"start":1729034655441,"stop":1729034655442,"duration":1}},{"uid":"658f701fbd22e5cd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/658f701fbd22e5cd","status":"passed","time":{"start":1729034425375,"stop":1729034425376,"duration":1}},{"uid":"6bf02b526f885b07","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6bf02b526f885b07","status":"passed","time":{"start":1729034346107,"stop":1729034346107,"duration":0}},{"uid":"f9367fde23fc9ee2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9367fde23fc9ee2","status":"passed","time":{"start":1729034162414,"stop":1729034162414,"duration":0}},{"uid":"c90c2ec78bbadbc0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c90c2ec78bbadbc0","status":"passed","time":{"start":1729032197321,"stop":1729032197322,"duration":1}},{"uid":"db6aac3f84a6a605","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/db6aac3f84a6a605","status":"passed","time":{"start":1728901899710,"stop":1728901899711,"duration":1}},{"uid":"4827047f60b61217","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4827047f60b61217","status":"passed","time":{"start":1728893334921,"stop":1728893334921,"duration":0}},{"uid":"2d4e22064b2ab76a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d4e22064b2ab76a","status":"passed","time":{"start":1728856288015,"stop":1728856288016,"duration":1}},{"uid":"aa4377a467326aba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa4377a467326aba","status":"passed","time":{"start":1728738501684,"stop":1728738501685,"duration":1}},{"uid":"98c07ccef392b5a7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/98c07ccef392b5a7","status":"passed","time":{"start":1728683044469,"stop":1728683044470,"duration":1}},{"uid":"f2b6c2e48e5f001c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f2b6c2e48e5f001c","status":"passed","time":{"start":1728682619632,"stop":1728682619632,"duration":0}},{"uid":"64763058f818c599","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/64763058f818c599","status":"passed","time":{"start":1728677104177,"stop":1728677104182,"duration":5}},{"uid":"a2afdf5202218333","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a2afdf5202218333","status":"passed","time":{"start":1728669759886,"stop":1728669759886,"duration":0}},{"uid":"4cac040cf391e61c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4cac040cf391e61c","status":"passed","time":{"start":1728598164488,"stop":1728598164489,"duration":1}},{"uid":"339f9c8eb8640d93","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/339f9c8eb8640d93","status":"passed","time":{"start":1728597385263,"stop":1728597385264,"duration":1}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1728d8560b60ce61","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1728d8560b60ce61","status":"passed","time":{"start":1729034506802,"stop":1729034506802,"duration":0}},{"uid":"9d5c709ec58e6ecc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9d5c709ec58e6ecc","status":"passed","time":{"start":1729034259825,"stop":1729034259826,"duration":1}},{"uid":"ecc816ca93744afa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ecc816ca93744afa","status":"passed","time":{"start":1729034194030,"stop":1729034194031,"duration":1}},{"uid":"2eff2b4f626c19e3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2eff2b4f626c19e3","status":"passed","time":{"start":1729034014878,"stop":1729034014879,"duration":1}},{"uid":"918498d164aa7e47","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/918498d164aa7e47","status":"passed","time":{"start":1729032065458,"stop":1729032065459,"duration":1}},{"uid":"f07502b5d68d25de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f07502b5d68d25de","status":"passed","time":{"start":1728901664282,"stop":1728901664283,"duration":1}},{"uid":"d4bd3a39e236c4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d4bd3a39e236c4f","status":"passed","time":{"start":1728893093693,"stop":1728893093693,"duration":0}},{"uid":"4060a59c3b782a45","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4060a59c3b782a45","status":"passed","time":{"start":1728856055274,"stop":1728856055275,"duration":1}},{"uid":"de8bb727f9d43971","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/de8bb727f9d43971","status":"passed","time":{"start":1728738274746,"stop":1728738274746,"duration":0}},{"uid":"abf13456687355ba","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/abf13456687355ba","status":"passed","time":{"start":1728682807961,"stop":1728682807961,"duration":0}},{"uid":"42ce40b181cf669b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/42ce40b181cf669b","status":"passed","time":{"start":1728682381288,"stop":1728682381289,"duration":1}},{"uid":"fcfff833bbb0a46","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fcfff833bbb0a46","status":"passed","time":{"start":1728676853902,"stop":1728676853903,"duration":1}},{"uid":"974d5c62140318be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/974d5c62140318be","status":"passed","time":{"start":1728669581699,"stop":1728669581699,"duration":0}},{"uid":"fea0d6cea247961","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fea0d6cea247961","status":"passed","time":{"start":1728597923492,"stop":1728597923492,"duration":0}},{"uid":"9c78e76fad42c3ff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c78e76fad42c3ff","status":"passed","time":{"start":1728597132266,"stop":1728597132266,"duration":0}}]},"27971ac3d59e6111f20162515ef3ec9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7079e099415b0122","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7079e099415b0122","status":"passed","time":{"start":1728683030029,"stop":1728683030029,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"40cfd57b429d9bca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/40cfd57b429d9bca","status":"passed","time":{"start":1729034399692,"stop":1729034399693,"duration":1}},{"uid":"533a70d1bf549830","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/533a70d1bf549830","status":"passed","time":{"start":1729034162498,"stop":1729034162499,"duration":1}},{"uid":"9c17277d874db7d6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9c17277d874db7d6","status":"passed","time":{"start":1729034086614,"stop":1729034086614,"duration":0}},{"uid":"ce8cedb5cfd197a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce8cedb5cfd197a3","status":"passed","time":{"start":1729033900646,"stop":1729033900651,"duration":5}},{"uid":"fbbeb6ecf006f8d7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fbbeb6ecf006f8d7","status":"passed","time":{"start":1729031950408,"stop":1729031950408,"duration":0}},{"uid":"750780a6b8801a84","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/750780a6b8801a84","status":"passed","time":{"start":1728901494879,"stop":1728901494880,"duration":1}},{"uid":"bae6a0ac1238d2ce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bae6a0ac1238d2ce","status":"passed","time":{"start":1728892927098,"stop":1728892927099,"duration":1}},{"uid":"c09c84c27312e06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c09c84c27312e06","status":"passed","time":{"start":1728855889016,"stop":1728855889016,"duration":0}},{"uid":"65b2a62fbc80514c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/65b2a62fbc80514c","status":"passed","time":{"start":1728738105942,"stop":1728738105942,"duration":0}},{"uid":"7ad95139c89d50ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ad95139c89d50ca","status":"passed","time":{"start":1728682639926,"stop":1728682639927,"duration":1}},{"uid":"888376cee4a66a78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/888376cee4a66a78","status":"passed","time":{"start":1728682212120,"stop":1728682212121,"duration":1}},{"uid":"e5ae7ad862ed67e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5ae7ad862ed67e2","status":"passed","time":{"start":1728676687923,"stop":1728676687923,"duration":0}},{"uid":"31dab94f1d44481f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/31dab94f1d44481f","status":"passed","time":{"start":1728669411848,"stop":1728669411848,"duration":0}},{"uid":"448e8ca9c14035af","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/448e8ca9c14035af","status":"passed","time":{"start":1728597751013,"stop":1728597751014,"duration":1}},{"uid":"8d9e9a468aeb3828","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d9e9a468aeb3828","status":"passed","time":{"start":1728596968268,"stop":1728596968268,"duration":0}}]},"5e4030bdb8a97510bd879fcd75d55f6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e09d4cdc81a4af","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e09d4cdc81a4af","status":"passed","time":{"start":1728901958856,"stop":1728901958857,"duration":1}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"712c441a7d5e18cb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/712c441a7d5e18cb","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034408876,"stop":1729034408876,"duration":0}},{"uid":"27c093d936aecbb7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/27c093d936aecbb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034166266,"stop":1729034166266,"duration":0}},{"uid":"fdcbd570160ecf66","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fdcbd570160ecf66","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034096723,"stop":1729034096724,"duration":1}},{"uid":"38b9f0a2f5958c93","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/38b9f0a2f5958c93","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033904750,"stop":1729033904751,"duration":1}},{"uid":"45cbb797c0f41ad4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45cbb797c0f41ad4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031952296,"stop":1729031952296,"duration":0}},{"uid":"59c87a5e6d44be49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59c87a5e6d44be49","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901498549,"stop":1728901498549,"duration":0}},{"uid":"8a5789c645eb00b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8a5789c645eb00b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892934942,"stop":1728892934942,"duration":0}},{"uid":"d15a07053bc32149","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d15a07053bc32149","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855901091,"stop":1728855901092,"duration":1}},{"uid":"c3221315ba353a0a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c3221315ba353a0a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738109823,"stop":1728738109823,"duration":0}},{"uid":"b8bea42738ed27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b8bea42738ed27","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682641797,"stop":1728682641798,"duration":1}},{"uid":"3332691cd031802f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3332691cd031802f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682224060,"stop":1728682224060,"duration":0}},{"uid":"18ac303146e29fd0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18ac303146e29fd0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676692604,"stop":1728676692604,"duration":0}},{"uid":"bf9c3701943b399e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf9c3701943b399e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669414331,"stop":1728669414331,"duration":0}},{"uid":"9ea0ccc05a99d677","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9ea0ccc05a99d677","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597758159,"stop":1728597758159,"duration":0}},{"uid":"6f67bff85ed9647e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6f67bff85ed9647e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596973962,"stop":1728596973964,"duration":2}}]},"064e89e21594cf8b7802c1dfcf879840:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"495bbfb79758e51c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/495bbfb79758e51c","status":"passed","time":{"start":1728738274744,"stop":1728738274745,"duration":1}}]},"32106b3ab6114ea7bc0549f273597a8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70261d0958e026b5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70261d0958e026b5","status":"passed","time":{"start":1728597423326,"stop":1728597423326,"duration":0}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"62a92527073f7046","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/62a92527073f7046","status":"passed","time":{"start":1729034366898,"stop":1729034366899,"duration":1}},{"uid":"baa5f22fe6141a07","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/baa5f22fe6141a07","status":"passed","time":{"start":1729034130924,"stop":1729034130925,"duration":1}},{"uid":"7c466bf6c042ed43","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7c466bf6c042ed43","status":"passed","time":{"start":1729034053887,"stop":1729034053887,"duration":0}},{"uid":"f351dd2c0ef4062","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f351dd2c0ef4062","status":"passed","time":{"start":1729033868926,"stop":1729033868927,"duration":1}},{"uid":"e3903a1bb562ba72","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e3903a1bb562ba72","status":"passed","time":{"start":1729031918512,"stop":1729031918512,"duration":0}},{"uid":"b05cb2623aa538eb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b05cb2623aa538eb","status":"passed","time":{"start":1728901464221,"stop":1728901464221,"duration":0}},{"uid":"dfa820bfd85598c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dfa820bfd85598c1","status":"passed","time":{"start":1728892894741,"stop":1728892894741,"duration":0}},{"uid":"b2a8d0664356a8e1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2a8d0664356a8e1","status":"passed","time":{"start":1728855857252,"stop":1728855857253,"duration":1}},{"uid":"edf9ea3ffc76478f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edf9ea3ffc76478f","status":"passed","time":{"start":1728738074581,"stop":1728738074581,"duration":0}},{"uid":"53f00eea133721d6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/53f00eea133721d6","status":"passed","time":{"start":1728682608127,"stop":1728682608128,"duration":1}},{"uid":"125ced7eb52cdf88","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/125ced7eb52cdf88","status":"passed","time":{"start":1728682181012,"stop":1728682181013,"duration":1}},{"uid":"542fac481609ba3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/542fac481609ba3","status":"passed","time":{"start":1728676655410,"stop":1728676655410,"duration":0}},{"uid":"db2b2856e3527404","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/db2b2856e3527404","status":"passed","time":{"start":1728669378741,"stop":1728669378741,"duration":0}},{"uid":"1eb19a1e720a504","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1eb19a1e720a504","status":"passed","time":{"start":1728597719063,"stop":1728597719064,"duration":1}},{"uid":"b6a290867c128d51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b6a290867c128d51","status":"passed","time":{"start":1728596938239,"stop":1728596938239,"duration":0}}]},"698708b76c12c3ae9c26d2075b8deee2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6b8814c2e1b0e81","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f6b8814c2e1b0e81","status":"passed","time":{"start":1728598221890,"stop":1728598221891,"duration":1}}]},"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b3e985464dbb815e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b3e985464dbb815e","status":"passed","time":{"start":1729034704510,"stop":1729034704510,"duration":0}},{"uid":"3b11b3756b77a8ed","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3b11b3756b77a8ed","status":"passed","time":{"start":1729034475018,"stop":1729034475018,"duration":0}},{"uid":"a634516b1cb84895","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a634516b1cb84895","status":"passed","time":{"start":1729034395304,"stop":1729034395304,"duration":0}},{"uid":"85eddb3e81039a96","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85eddb3e81039a96","status":"passed","time":{"start":1729034209131,"stop":1729034209131,"duration":0}},{"uid":"22db348bda44d0f8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22db348bda44d0f8","status":"passed","time":{"start":1729032264602,"stop":1729032264604,"duration":2}},{"uid":"9a0c7053e2dcd487","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9a0c7053e2dcd487","status":"passed","time":{"start":1728902012893,"stop":1728902012894,"duration":1}},{"uid":"d80b37dcd831606e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d80b37dcd831606e","status":"passed","time":{"start":1728893454826,"stop":1728893454826,"duration":0}},{"uid":"8d1c9ea291e755c1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8d1c9ea291e755c1","status":"passed","time":{"start":1728856408469,"stop":1728856408469,"duration":0}},{"uid":"c5a254e126dd7746","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5a254e126dd7746","status":"passed","time":{"start":1728738633876,"stop":1728738633876,"duration":0}},{"uid":"59500463055185ec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/59500463055185ec","status":"passed","time":{"start":1728683159828,"stop":1728683159828,"duration":0}},{"uid":"82accc19dc04e83d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/82accc19dc04e83d","status":"passed","time":{"start":1728682751348,"stop":1728682751349,"duration":1}},{"uid":"56158e04ba3b6b3c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/56158e04ba3b6b3c","status":"passed","time":{"start":1728677216380,"stop":1728677216380,"duration":0}},{"uid":"9627da8a5dfdefc9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9627da8a5dfdefc9","status":"passed","time":{"start":1728669925469,"stop":1728669925470,"duration":1}},{"uid":"3788676c4443c165","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3788676c4443c165","status":"passed","time":{"start":1728598268822,"stop":1728598268822,"duration":0}},{"uid":"c0c7cf6098cf1ba4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c0c7cf6098cf1ba4","status":"passed","time":{"start":1728597503957,"stop":1728597503957,"duration":0}}]},"6eaae6220caa88a005ca4d96edd18443:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72937ac08e44f70e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/72937ac08e44f70e","status":"passed","time":{"start":1728669834433,"stop":1728669834433,"duration":0}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7033e93fced772a1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7033e93fced772a1","status":"passed","time":{"start":1729034614966,"stop":1729034614966,"duration":0}},{"uid":"c001806126314f62","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c001806126314f62","status":"passed","time":{"start":1729034373109,"stop":1729034373110,"duration":1}},{"uid":"90f49bbdd77236ac","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/90f49bbdd77236ac","status":"passed","time":{"start":1729034308035,"stop":1729034308036,"duration":1}},{"uid":"7c5e6f6a1aff01a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7c5e6f6a1aff01a3","status":"passed","time":{"start":1729034124336,"stop":1729034124336,"duration":0}},{"uid":"3a1600fe02c60d80","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3a1600fe02c60d80","status":"passed","time":{"start":1729032177051,"stop":1729032177052,"duration":1}},{"uid":"7d0b581821f2e2d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7d0b581821f2e2d0","status":"passed","time":{"start":1728901874867,"stop":1728901874867,"duration":0}},{"uid":"6a83eb7d804be6f9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6a83eb7d804be6f9","status":"passed","time":{"start":1728893313876,"stop":1728893313876,"duration":0}},{"uid":"1d210f0ef79fc8a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d210f0ef79fc8a0","status":"passed","time":{"start":1728856265010,"stop":1728856265011,"duration":1}},{"uid":"a40f02cfce4d78b8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a40f02cfce4d78b8","status":"passed","time":{"start":1728738486154,"stop":1728738486154,"duration":0}},{"uid":"966901a16147f688","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/966901a16147f688","status":"passed","time":{"start":1728683032644,"stop":1728683032646,"duration":2}},{"uid":"4eae594d77fc27c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4eae594d77fc27c","status":"passed","time":{"start":1728682582820,"stop":1728682582821,"duration":1}},{"uid":"478f5914c8495f05","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/478f5914c8495f05","status":"passed","time":{"start":1728677084920,"stop":1728677084921,"duration":1}},{"uid":"638ed340a7c98a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/638ed340a7c98a","status":"passed","time":{"start":1728669757003,"stop":1728669757003,"duration":0}},{"uid":"9e5c39b6e581c564","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e5c39b6e581c564","status":"passed","time":{"start":1728598139214,"stop":1728598139214,"duration":0}},{"uid":"6ec117cc7aea26bf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ec117cc7aea26bf","status":"passed","time":{"start":1728597351996,"stop":1728597351997,"duration":1}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8baff3b4e5a5fe3b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8baff3b4e5a5fe3b","status":"passed","time":{"start":1729034696866,"stop":1729034696866,"duration":0}},{"uid":"6b3a7f29a927d5f7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6b3a7f29a927d5f7","status":"passed","time":{"start":1729034470062,"stop":1729034470063,"duration":1}},{"uid":"c978b332c97b214d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c978b332c97b214d","status":"passed","time":{"start":1729034388869,"stop":1729034388869,"duration":0}},{"uid":"793736e75847cec5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/793736e75847cec5","status":"passed","time":{"start":1729034213020,"stop":1729034213020,"duration":0}},{"uid":"18398dfb29c0278a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/18398dfb29c0278a","status":"passed","time":{"start":1729032269103,"stop":1729032269103,"duration":0}},{"uid":"6183340ff410925f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6183340ff410925f","status":"passed","time":{"start":1728902000842,"stop":1728902000842,"duration":0}},{"uid":"1cf6f0b779d80e0d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cf6f0b779d80e0d","status":"passed","time":{"start":1728893442596,"stop":1728893442597,"duration":1}},{"uid":"1b7e83f46c9d44f5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b7e83f46c9d44f5","status":"passed","time":{"start":1728856386641,"stop":1728856386642,"duration":1}},{"uid":"958639843f8de592","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/958639843f8de592","status":"passed","time":{"start":1728738608587,"stop":1728738608587,"duration":0}},{"uid":"490f35a10eed300a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/490f35a10eed300a","status":"passed","time":{"start":1728683148173,"stop":1728683148173,"duration":0}},{"uid":"1f7731a4c2c30c52","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1f7731a4c2c30c52","status":"passed","time":{"start":1728682709057,"stop":1728682709057,"duration":0}},{"uid":"313ada3739e68505","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/313ada3739e68505","status":"passed","time":{"start":1728677206656,"stop":1728677206656,"duration":0}},{"uid":"c075c9d267a5f637","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c075c9d267a5f637","status":"passed","time":{"start":1728669888550,"stop":1728669888551,"duration":1}},{"uid":"5dbb424d1008be27","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5dbb424d1008be27","status":"passed","time":{"start":1728598268131,"stop":1728598268131,"duration":0}},{"uid":"edd96ed28c7af367","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/edd96ed28c7af367","status":"passed","time":{"start":1728597478033,"stop":1728597478033,"duration":0}}]},"75d9c4389bff45b1173d6ef634ace0eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8199321e58d83a3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e8199321e58d83a3","status":"passed","time":{"start":1728597375481,"stop":1728597375482,"duration":1}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d6d2881525dc5434","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d6d2881525dc5434","status":"passed","time":{"start":1729034472983,"stop":1729034472984,"duration":1}},{"uid":"87186dd22d0bf559","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/87186dd22d0bf559","status":"passed","time":{"start":1729034240925,"stop":1729034240926,"duration":1}},{"uid":"3b01fac9d727a1d2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3b01fac9d727a1d2","status":"passed","time":{"start":1729034159620,"stop":1729034159620,"duration":0}},{"uid":"79055e469f30426a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79055e469f30426a","status":"passed","time":{"start":1729033976804,"stop":1729033976804,"duration":0}},{"uid":"2fe294bcb8f19afd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2fe294bcb8f19afd","status":"passed","time":{"start":1729032020527,"stop":1729032020528,"duration":1}},{"uid":"e7e8033408dc48c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e7e8033408dc48c3","status":"passed","time":{"start":1728901616460,"stop":1728901616472,"duration":12}},{"uid":"e19bf33053d2bc6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e19bf33053d2bc6f","status":"passed","time":{"start":1728893050249,"stop":1728893050249,"duration":0}},{"uid":"ef203624b20a8791","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ef203624b20a8791","status":"passed","time":{"start":1728856015175,"stop":1728856015176,"duration":1}},{"uid":"7de5269b1ef9acea","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7de5269b1ef9acea","status":"passed","time":{"start":1728738233145,"stop":1728738233145,"duration":0}},{"uid":"46a82c2852ba7939","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/46a82c2852ba7939","status":"passed","time":{"start":1728682762476,"stop":1728682762476,"duration":0}},{"uid":"74847c2a7a54755e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/74847c2a7a54755e","status":"passed","time":{"start":1728682332790,"stop":1728682332790,"duration":0}},{"uid":"e16d2949ed5cc6af","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e16d2949ed5cc6af","status":"passed","time":{"start":1728676810299,"stop":1728676810299,"duration":0}},{"uid":"dd232e66d0b25867","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd232e66d0b25867","status":"passed","time":{"start":1728669529904,"stop":1728669529904,"duration":0}},{"uid":"4f5e77fd27c31738","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4f5e77fd27c31738","status":"passed","time":{"start":1728597873538,"stop":1728597873539,"duration":1}},{"uid":"115a618a87f5e5ad","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/115a618a87f5e5ad","status":"passed","time":{"start":1728597089277,"stop":1728597089277,"duration":0}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3eb8705ee6f09d2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3eb8705ee6f09d2","status":"passed","time":{"start":1729034360437,"stop":1729034360437,"duration":0}},{"uid":"e2fbbc2340feede8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e2fbbc2340feede8","status":"passed","time":{"start":1729034124363,"stop":1729034124363,"duration":0}},{"uid":"40e6c636f01984fa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/40e6c636f01984fa","status":"passed","time":{"start":1729034047485,"stop":1729034047485,"duration":0}},{"uid":"3648a8a21b551151","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3648a8a21b551151","status":"passed","time":{"start":1729033862329,"stop":1729033862330,"duration":1}},{"uid":"120aee4bd13b23ec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/120aee4bd13b23ec","status":"passed","time":{"start":1729031912070,"stop":1729031912071,"duration":1}},{"uid":"fb9b0f05c4639721","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fb9b0f05c4639721","status":"passed","time":{"start":1728901457817,"stop":1728901457818,"duration":1}},{"uid":"54bcc2e488d59f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54bcc2e488d59f3","status":"passed","time":{"start":1728892888301,"stop":1728892888301,"duration":0}},{"uid":"e630c0accb95abdb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e630c0accb95abdb","status":"passed","time":{"start":1728855850788,"stop":1728855850789,"duration":1}},{"uid":"6c728fcedd6b5598","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c728fcedd6b5598","status":"passed","time":{"start":1728738068164,"stop":1728738068164,"duration":0}},{"uid":"9a85175f8720165e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9a85175f8720165e","status":"passed","time":{"start":1728682601673,"stop":1728682601674,"duration":1}},{"uid":"875ceefce0fc7e26","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/875ceefce0fc7e26","status":"passed","time":{"start":1728682174566,"stop":1728682174566,"duration":0}},{"uid":"264cb6f2600d9412","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/264cb6f2600d9412","status":"passed","time":{"start":1728676648932,"stop":1728676648932,"duration":0}},{"uid":"5db9bc888c227312","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5db9bc888c227312","status":"passed","time":{"start":1728669372211,"stop":1728669372211,"duration":0}},{"uid":"4a208d2a33b494dc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4a208d2a33b494dc","status":"passed","time":{"start":1728597712761,"stop":1728597712761,"duration":0}},{"uid":"9719568d3cc03cda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9719568d3cc03cda","status":"passed","time":{"start":1728596931867,"stop":1728596931867,"duration":0}}]},"ed322bc67ffe17d9ba1c7c03b3f03cf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3944e58bdb6ab83","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3944e58bdb6ab83","status":"passed","time":{"start":1728683093171,"stop":1728683093171,"duration":0}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"accb193aebffdfb5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/accb193aebffdfb5","status":"passed","time":{"start":1729034472982,"stop":1729034472982,"duration":0}},{"uid":"2e82a9780d4f84f8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2e82a9780d4f84f8","status":"passed","time":{"start":1729034240921,"stop":1729034240921,"duration":0}},{"uid":"3a57916467e25fda","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a57916467e25fda","status":"passed","time":{"start":1729034159619,"stop":1729034159619,"duration":0}},{"uid":"e953d120f79b9673","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e953d120f79b9673","status":"passed","time":{"start":1729033976802,"stop":1729033976803,"duration":1}},{"uid":"9d4b198f7c945261","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d4b198f7c945261","status":"passed","time":{"start":1729032020526,"stop":1729032020527,"duration":1}},{"uid":"4d85d63f3aa5b2ad","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4d85d63f3aa5b2ad","status":"passed","time":{"start":1728901616450,"stop":1728901616451,"duration":1}},{"uid":"15b4b2a6306d9901","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15b4b2a6306d9901","status":"passed","time":{"start":1728893050247,"stop":1728893050248,"duration":1}},{"uid":"ee140b9d9eb454a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ee140b9d9eb454a0","status":"passed","time":{"start":1728856015174,"stop":1728856015174,"duration":0}},{"uid":"b3692c425801e11a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3692c425801e11a","status":"passed","time":{"start":1728738233143,"stop":1728738233143,"duration":0}},{"uid":"b2d5bed7ccfcc7cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b2d5bed7ccfcc7cd","status":"passed","time":{"start":1728682762475,"stop":1728682762475,"duration":0}},{"uid":"471ff7c71bb2d73d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/471ff7c71bb2d73d","status":"passed","time":{"start":1728682332788,"stop":1728682332789,"duration":1}},{"uid":"6eba6b71efa53b38","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6eba6b71efa53b38","status":"passed","time":{"start":1728676810297,"stop":1728676810298,"duration":1}},{"uid":"169d2a34c17c0f66","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/169d2a34c17c0f66","status":"passed","time":{"start":1728669529901,"stop":1728669529902,"duration":1}},{"uid":"4350af45c857039d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4350af45c857039d","status":"passed","time":{"start":1728597873537,"stop":1728597873537,"duration":0}},{"uid":"42695b23fb086e0b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42695b23fb086e0b","status":"passed","time":{"start":1728597089276,"stop":1728597089276,"duration":0}}]},"9c2836bb674aece1da926e4b9066a472:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7179edc53bf6f2ea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7179edc53bf6f2ea","status":"passed","time":{"start":1729034373011,"stop":1729034373012,"duration":1}},{"uid":"285c7fe021392ec0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/285c7fe021392ec0","status":"passed","time":{"start":1729034137117,"stop":1729034137117,"duration":0}},{"uid":"e230c508e7b81c00","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e230c508e7b81c00","status":"passed","time":{"start":1729034060047,"stop":1729034060047,"duration":0}},{"uid":"f7f9fe03fc645d21","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7f9fe03fc645d21","status":"passed","time":{"start":1729033875029,"stop":1729033875029,"duration":0}},{"uid":"6872ebcbb45f44ba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6872ebcbb45f44ba","status":"passed","time":{"start":1729031924910,"stop":1729031924910,"duration":0}},{"uid":"d6d19e6b1162e368","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d6d19e6b1162e368","status":"passed","time":{"start":1728901469136,"stop":1728901469137,"duration":1}},{"uid":"96b9ca33cc1df99","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/96b9ca33cc1df99","status":"passed","time":{"start":1728892899801,"stop":1728892899802,"duration":1}},{"uid":"beecf455482059f4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/beecf455482059f4","status":"passed","time":{"start":1728855863298,"stop":1728855863298,"duration":0}},{"uid":"2fc349376b81b6d8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2fc349376b81b6d8","status":"passed","time":{"start":1728738080958,"stop":1728738080959,"duration":1}},{"uid":"96d66a29545360a2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96d66a29545360a2","status":"passed","time":{"start":1728682614317,"stop":1728682614318,"duration":1}},{"uid":"71d3193c2e9d6cf6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/71d3193c2e9d6cf6","status":"passed","time":{"start":1728682187222,"stop":1728682187222,"duration":0}},{"uid":"63f3d8ce20d7111c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/63f3d8ce20d7111c","status":"passed","time":{"start":1728676661424,"stop":1728676661424,"duration":0}},{"uid":"dc2ce08bf00d843d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc2ce08bf00d843d","status":"passed","time":{"start":1728669384755,"stop":1728669384755,"duration":0}},{"uid":"c1afd3ce9481355c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c1afd3ce9481355c","status":"passed","time":{"start":1728597724212,"stop":1728597724213,"duration":1}},{"uid":"3f11fb954f04472d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f11fb954f04472d","status":"passed","time":{"start":1728596943266,"stop":1728596943266,"duration":0}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"32e07d130a3136f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32e07d130a3136f6","status":"passed","time":{"start":1729034360436,"stop":1729034360436,"duration":0}},{"uid":"b28cf1890b425b4c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b28cf1890b425b4c","status":"passed","time":{"start":1729034124362,"stop":1729034124362,"duration":0}},{"uid":"f705d4c76df6af0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f705d4c76df6af0","status":"passed","time":{"start":1729034047484,"stop":1729034047484,"duration":0}},{"uid":"28cc4f0f1d1f043b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/28cc4f0f1d1f043b","status":"passed","time":{"start":1729033862328,"stop":1729033862329,"duration":1}},{"uid":"ac8126bd7214005e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac8126bd7214005e","status":"passed","time":{"start":1729031912069,"stop":1729031912070,"duration":1}},{"uid":"2771c309745ab771","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2771c309745ab771","status":"passed","time":{"start":1728901457816,"stop":1728901457817,"duration":1}},{"uid":"de684f7722e92bc1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/de684f7722e92bc1","status":"passed","time":{"start":1728892888300,"stop":1728892888300,"duration":0}},{"uid":"b609c1b6efa9fa3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b609c1b6efa9fa3","status":"passed","time":{"start":1728855850787,"stop":1728855850788,"duration":1}},{"uid":"85eb576d021891e5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85eb576d021891e5","status":"passed","time":{"start":1728738068163,"stop":1728738068163,"duration":0}},{"uid":"7232b41a1e78a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7232b41a1e78a8","status":"passed","time":{"start":1728682601673,"stop":1728682601673,"duration":0}},{"uid":"5302de66429ebe34","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5302de66429ebe34","status":"passed","time":{"start":1728682174565,"stop":1728682174565,"duration":0}},{"uid":"c049e3df2d1f4b7d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c049e3df2d1f4b7d","status":"passed","time":{"start":1728676648931,"stop":1728676648931,"duration":0}},{"uid":"91c269239b9c33ca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/91c269239b9c33ca","status":"passed","time":{"start":1728669372210,"stop":1728669372210,"duration":0}},{"uid":"ec5199c36fbd5359","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec5199c36fbd5359","status":"passed","time":{"start":1728597712760,"stop":1728597712760,"duration":0}},{"uid":"a632bf0efd9b769c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a632bf0efd9b769c","status":"passed","time":{"start":1728596931866,"stop":1728596931866,"duration":0}}]},"10d9a947cc11ac8e3093d0c06b501ddb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26b3f5c1b9079899","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/26b3f5c1b9079899","status":"passed","time":{"start":1728856333675,"stop":1728856333676,"duration":1}}]},"409846eba144eacc0b540e5dbfe48cf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2d52beaf3cf9733","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2d52beaf3cf9733","status":"passed","time":{"start":1728856299190,"stop":1728856299190,"duration":0}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4536c88c9cc80a2b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4536c88c9cc80a2b","status":"passed","time":{"start":1729034472942,"stop":1729034472943,"duration":1}},{"uid":"aa5900e4252839d3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aa5900e4252839d3","status":"passed","time":{"start":1729034240912,"stop":1729034240912,"duration":0}},{"uid":"ffe9a57cef629ba4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ffe9a57cef629ba4","status":"passed","time":{"start":1729034159612,"stop":1729034159612,"duration":0}},{"uid":"52daed36c475da24","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/52daed36c475da24","status":"passed","time":{"start":1729033976789,"stop":1729033976790,"duration":1}},{"uid":"9bac11f5946dced7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9bac11f5946dced7","status":"passed","time":{"start":1729032020510,"stop":1729032020510,"duration":0}},{"uid":"55db37e44a4243dd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/55db37e44a4243dd","status":"passed","time":{"start":1728901616427,"stop":1728901616427,"duration":0}},{"uid":"f883d35874a4efb0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f883d35874a4efb0","status":"passed","time":{"start":1728893050242,"stop":1728893050242,"duration":0}},{"uid":"5c1bb21f075d7a72","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5c1bb21f075d7a72","status":"passed","time":{"start":1728856015168,"stop":1728856015169,"duration":1}},{"uid":"3f3279a04aa322f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3f3279a04aa322f1","status":"passed","time":{"start":1728738233133,"stop":1728738233134,"duration":1}},{"uid":"b06e11d48ba2bb17","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b06e11d48ba2bb17","status":"passed","time":{"start":1728682762467,"stop":1728682762467,"duration":0}},{"uid":"820afa1d55ab342c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/820afa1d55ab342c","status":"passed","time":{"start":1728682332783,"stop":1728682332783,"duration":0}},{"uid":"5ee34c8350165ae8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5ee34c8350165ae8","status":"passed","time":{"start":1728676810287,"stop":1728676810288,"duration":1}},{"uid":"b619d593e9604fe5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b619d593e9604fe5","status":"passed","time":{"start":1728669529890,"stop":1728669529891,"duration":1}},{"uid":"2e85e02f96c6346f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e85e02f96c6346f","status":"passed","time":{"start":1728597873530,"stop":1728597873531,"duration":1}},{"uid":"a3925150ffbae418","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3925150ffbae418","status":"passed","time":{"start":1728597089270,"stop":1728597089271,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c0b3a46ff254ec95","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c0b3a46ff254ec95","status":"passed","time":{"start":1729034640528,"stop":1729034640528,"duration":0}},{"uid":"ac86bc3ebb690a09","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ac86bc3ebb690a09","status":"passed","time":{"start":1729034411428,"stop":1729034411428,"duration":0}},{"uid":"2588bc418b3c307f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2588bc418b3c307f","status":"passed","time":{"start":1729034327413,"stop":1729034327414,"duration":1}},{"uid":"d489965df72576af","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d489965df72576af","status":"passed","time":{"start":1729034147792,"stop":1729034147792,"duration":0}},{"uid":"5bbd6dc4ec38be91","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5bbd6dc4ec38be91","status":"passed","time":{"start":1729032204834,"stop":1729032204834,"duration":0}},{"uid":"f3af994fb53d8826","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f3af994fb53d8826","status":"passed","time":{"start":1728901907717,"stop":1728901907720,"duration":3}},{"uid":"c4de55d103bc576b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c4de55d103bc576b","status":"passed","time":{"start":1728893341893,"stop":1728893341893,"duration":0}},{"uid":"d03238ebc46c82b4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d03238ebc46c82b4","status":"passed","time":{"start":1728856299387,"stop":1728856299387,"duration":0}},{"uid":"c0382b9456bc90d2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0382b9456bc90d2","status":"passed","time":{"start":1728738511623,"stop":1728738511624,"duration":1}},{"uid":"96f32119a27a535","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96f32119a27a535","status":"passed","time":{"start":1728683052915,"stop":1728683052915,"duration":0}},{"uid":"3d460f110aa32663","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d460f110aa32663","status":"passed","time":{"start":1728682612915,"stop":1728682612916,"duration":1}},{"uid":"39d657eed5bf24e0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/39d657eed5bf24e0","status":"passed","time":{"start":1728677115755,"stop":1728677115755,"duration":0}},{"uid":"748d5fe3d810f3df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/748d5fe3d810f3df","status":"passed","time":{"start":1728669778188,"stop":1728669778188,"duration":0}},{"uid":"3590c2f9d77bc8b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3590c2f9d77bc8b5","status":"passed","time":{"start":1728598175438,"stop":1728598175438,"duration":0}},{"uid":"d189c56b6c7b8013","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d189c56b6c7b8013","status":"passed","time":{"start":1728597380067,"stop":1728597380067,"duration":0}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f39622aa7e7523fd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f39622aa7e7523fd","status":"passed","time":{"start":1729034617747,"stop":1729034617747,"duration":0}},{"uid":"3eb0272ce69cd649","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3eb0272ce69cd649","status":"passed","time":{"start":1729034370834,"stop":1729034370834,"duration":0}},{"uid":"9e591ab717fbe4c8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9e591ab717fbe4c8","status":"passed","time":{"start":1729034308846,"stop":1729034308846,"duration":0}},{"uid":"98c66a27507e8dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/98c66a27507e8dd","status":"passed","time":{"start":1729034129466,"stop":1729034129466,"duration":0}},{"uid":"9ac478e0f542ff05","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ac478e0f542ff05","status":"passed","time":{"start":1729032178355,"stop":1729032178355,"duration":0}},{"uid":"44c2d69c6d351604","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/44c2d69c6d351604","status":"passed","time":{"start":1728901896337,"stop":1728901896338,"duration":1}},{"uid":"b4452fb93c768651","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b4452fb93c768651","status":"passed","time":{"start":1728893329017,"stop":1728893329017,"duration":0}},{"uid":"2dc78dbcdbc5ebf8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2dc78dbcdbc5ebf8","status":"passed","time":{"start":1728856284752,"stop":1728856284753,"duration":1}},{"uid":"385df1679d8d81b1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/385df1679d8d81b1","status":"passed","time":{"start":1728738494928,"stop":1728738494928,"duration":0}},{"uid":"80f385181b0a9c8e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80f385181b0a9c8e","status":"passed","time":{"start":1728683033623,"stop":1728683033623,"duration":0}},{"uid":"53308b9d8635c4fe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/53308b9d8635c4fe","status":"passed","time":{"start":1728682601728,"stop":1728682601729,"duration":1}},{"uid":"800f65f6892b8e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/800f65f6892b8e","status":"passed","time":{"start":1728677107953,"stop":1728677107953,"duration":0}},{"uid":"4102b91195b3539f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4102b91195b3539f","status":"passed","time":{"start":1728669764742,"stop":1728669764743,"duration":1}},{"uid":"b4c8f56206c1b3d6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b4c8f56206c1b3d6","status":"passed","time":{"start":1728598157551,"stop":1728598157551,"duration":0}},{"uid":"d02872bbdff238bd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d02872bbdff238bd","status":"passed","time":{"start":1728597369049,"stop":1728597369049,"duration":0}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"58454c45877a86f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58454c45877a86f3","status":"passed","time":{"start":1729034611685,"stop":1729034611687,"duration":2}},{"uid":"930c596ee95c60ae","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/930c596ee95c60ae","status":"passed","time":{"start":1729034393672,"stop":1729034393673,"duration":1}},{"uid":"6abb7b90f8283ed2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6abb7b90f8283ed2","status":"passed","time":{"start":1729034304863,"stop":1729034304864,"duration":1}},{"uid":"65aef34e9a4e9c30","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/65aef34e9a4e9c30","status":"passed","time":{"start":1729034121954,"stop":1729034121957,"duration":3}},{"uid":"bf8dca2e91035cee","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bf8dca2e91035cee","status":"passed","time":{"start":1729032174931,"stop":1729032174932,"duration":1}},{"uid":"ec96b22fbac984a7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec96b22fbac984a7","status":"passed","time":{"start":1728901881035,"stop":1728901881036,"duration":1}},{"uid":"50be6129a96b9fd2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50be6129a96b9fd2","status":"passed","time":{"start":1728893317184,"stop":1728893317185,"duration":1}},{"uid":"ca71e7cc40461102","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca71e7cc40461102","status":"passed","time":{"start":1728856263129,"stop":1728856263129,"duration":0}},{"uid":"757cd69a60b7b5af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/757cd69a60b7b5af","status":"passed","time":{"start":1728738492814,"stop":1728738492815,"duration":1}},{"uid":"a7aae32db379d4ce","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a7aae32db379d4ce","status":"passed","time":{"start":1728683030032,"stop":1728683030032,"duration":0}},{"uid":"e4fbbd81322dcd43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e4fbbd81322dcd43","status":"passed","time":{"start":1728682581133,"stop":1728682581133,"duration":0}},{"uid":"f85f2601c98b6f1b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f85f2601c98b6f1b","status":"passed","time":{"start":1728677082017,"stop":1728677082017,"duration":0}},{"uid":"82d2281d5962a10","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/82d2281d5962a10","status":"passed","time":{"start":1728669795410,"stop":1728669795411,"duration":1}},{"uid":"85dd9a2bf7389e0c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/85dd9a2bf7389e0c","status":"passed","time":{"start":1728598137511,"stop":1728598137512,"duration":1}},{"uid":"f45d0c7ae677a79d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f45d0c7ae677a79d","status":"passed","time":{"start":1728597353491,"stop":1728597353491,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7dfb4df3f42cab4b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7dfb4df3f42cab4b","status":"passed","time":{"start":1729034611681,"stop":1729034611681,"duration":0}},{"uid":"6a1c5653e7960f4f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6a1c5653e7960f4f","status":"passed","time":{"start":1729034393657,"stop":1729034393657,"duration":0}},{"uid":"22e1947112ac58d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/22e1947112ac58d","status":"passed","time":{"start":1729034304854,"stop":1729034304855,"duration":1}},{"uid":"f3218ad5535c842d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f3218ad5535c842d","status":"passed","time":{"start":1729034121941,"stop":1729034121941,"duration":0}},{"uid":"9d1125c63e60ca1b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d1125c63e60ca1b","status":"passed","time":{"start":1729032174920,"stop":1729032174920,"duration":0}},{"uid":"ea3402618bb75d28","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea3402618bb75d28","status":"passed","time":{"start":1728901881025,"stop":1728901881026,"duration":1}},{"uid":"de5510b8feeb2673","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/de5510b8feeb2673","status":"passed","time":{"start":1728893317180,"stop":1728893317180,"duration":0}},{"uid":"995994f84b2ba37c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/995994f84b2ba37c","status":"passed","time":{"start":1728856263110,"stop":1728856263110,"duration":0}},{"uid":"549395602cdc12cc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/549395602cdc12cc","status":"passed","time":{"start":1728738492804,"stop":1728738492804,"duration":0}},{"uid":"2caae743cd658196","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2caae743cd658196","status":"passed","time":{"start":1728683030027,"stop":1728683030028,"duration":1}},{"uid":"d5f369da4dfe3e90","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d5f369da4dfe3e90","status":"passed","time":{"start":1728682581113,"stop":1728682581113,"duration":0}},{"uid":"48a47cf40667353c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/48a47cf40667353c","status":"passed","time":{"start":1728677082008,"stop":1728677082009,"duration":1}},{"uid":"6632a4a17919afa6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6632a4a17919afa6","status":"passed","time":{"start":1728669795405,"stop":1728669795405,"duration":0}},{"uid":"b4fa10a16cbc1dca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b4fa10a16cbc1dca","status":"passed","time":{"start":1728598137508,"stop":1728598137508,"duration":0}},{"uid":"8e06a10529fa252b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e06a10529fa252b","status":"passed","time":{"start":1728597353485,"stop":1728597353486,"duration":1}}]},"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6ddf6cab75d4e5f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6ddf6cab75d4e5f9","status":"passed","time":{"start":1729034332645,"stop":1729034332645,"duration":0}},{"uid":"51fde7b2a261bae8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/51fde7b2a261bae8","status":"passed","time":{"start":1729034096142,"stop":1729034096142,"duration":0}},{"uid":"5aaa91a06a44857f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5aaa91a06a44857f","status":"passed","time":{"start":1729034020098,"stop":1729034020098,"duration":0}},{"uid":"3b66469b6ba11d2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b66469b6ba11d2","status":"passed","time":{"start":1729033834396,"stop":1729033834396,"duration":0}},{"uid":"2be459ce698707e1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2be459ce698707e1","status":"passed","time":{"start":1729031884129,"stop":1729031884129,"duration":0}},{"uid":"225ea13253e8fcb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/225ea13253e8fcb","status":"passed","time":{"start":1728901430262,"stop":1728901430262,"duration":0}},{"uid":"60afa4ec226c4670","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/60afa4ec226c4670","status":"passed","time":{"start":1728892860541,"stop":1728892860541,"duration":0}},{"uid":"51c4217da7e8efe4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/51c4217da7e8efe4","status":"passed","time":{"start":1728855823330,"stop":1728855823330,"duration":0}},{"uid":"8d654e139efb83bc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d654e139efb83bc","status":"passed","time":{"start":1728738040611,"stop":1728738040611,"duration":0}},{"uid":"d2651914433cf6a9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d2651914433cf6a9","status":"passed","time":{"start":1728682574102,"stop":1728682574102,"duration":0}},{"uid":"7694341a0c125bfd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7694341a0c125bfd","status":"passed","time":{"start":1728682146826,"stop":1728682146826,"duration":0}},{"uid":"ca2d962a63ba8aa9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca2d962a63ba8aa9","status":"passed","time":{"start":1728676621441,"stop":1728676621441,"duration":0}},{"uid":"22e879a8bfcc5da1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/22e879a8bfcc5da1","status":"passed","time":{"start":1728669344475,"stop":1728669344475,"duration":0}},{"uid":"9a1707b43f13a24c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a1707b43f13a24c","status":"passed","time":{"start":1728597685171,"stop":1728597685171,"duration":0}},{"uid":"acf7dd640d54575a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/acf7dd640d54575a","status":"passed","time":{"start":1728596904480,"stop":1728596904480,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5f37b904f0491f58","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f37b904f0491f58","status":"passed","time":{"start":1729034631255,"stop":1729034631255,"duration":0}},{"uid":"ea977f1aa1841664","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ea977f1aa1841664","status":"passed","time":{"start":1729034400892,"stop":1729034400892,"duration":0}},{"uid":"270eb1ebbb4bda8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/270eb1ebbb4bda8","status":"passed","time":{"start":1729034317461,"stop":1729034317462,"duration":1}},{"uid":"1f115fb5bd6c39d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f115fb5bd6c39d6","status":"passed","time":{"start":1729034137143,"stop":1729034137143,"duration":0}},{"uid":"64732c5d596d654e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/64732c5d596d654e","status":"passed","time":{"start":1729032206877,"stop":1729032206878,"duration":1}},{"uid":"1b071bd751512318","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b071bd751512318","status":"passed","time":{"start":1728901995023,"stop":1728901995024,"duration":1}},{"uid":"3db35ac8b77305b7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3db35ac8b77305b7","status":"passed","time":{"start":1728893420997,"stop":1728893420997,"duration":0}},{"uid":"f444b604051b817f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f444b604051b817f","status":"passed","time":{"start":1728856368598,"stop":1728856368599,"duration":1}},{"uid":"f62f0b7c6fce4c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f62f0b7c6fce4c","status":"passed","time":{"start":1728738604683,"stop":1728738604683,"duration":0}},{"uid":"178d6f8a8f963fe6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/178d6f8a8f963fe6","status":"passed","time":{"start":1728683117632,"stop":1728683117633,"duration":1}},{"uid":"ee59d17f0b75a90d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ee59d17f0b75a90d","status":"passed","time":{"start":1728682721320,"stop":1728682721320,"duration":0}},{"uid":"94cfb34c15d338f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/94cfb34c15d338f7","status":"passed","time":{"start":1728677184686,"stop":1728677184686,"duration":0}},{"uid":"97af6b6d2517c3cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97af6b6d2517c3cc","status":"passed","time":{"start":1728669866454,"stop":1728669866454,"duration":0}},{"uid":"8bf954abe5b686a9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bf954abe5b686a9","status":"passed","time":{"start":1728598249992,"stop":1728598249993,"duration":1}},{"uid":"bbbc352292773d46","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bbbc352292773d46","status":"passed","time":{"start":1728597472299,"stop":1728597472299,"duration":0}}]},"9750eb0b65afe46854b2f1b61854eeb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78b11314d8bdfcda","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/78b11314d8bdfcda","status":"passed","time":{"start":1729034617771,"stop":1729034617776,"duration":5}}]},"c0d6f05bfa042ebc965e2faa930ec2d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3205c5a8ea1d6b6b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3205c5a8ea1d6b6b","status":"passed","time":{"start":1728901664268,"stop":1728901664268,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"52ddf15503a21dd3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/52ddf15503a21dd3","status":"passed","time":{"start":1729034536785,"stop":1729034536785,"duration":0}},{"uid":"e08dfacf7ca8519c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e08dfacf7ca8519c","status":"passed","time":{"start":1729034307031,"stop":1729034307031,"duration":0}},{"uid":"f237c5275f67c6b1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f237c5275f67c6b1","status":"passed","time":{"start":1729034223306,"stop":1729034223306,"duration":0}},{"uid":"81a05dc231c56841","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/81a05dc231c56841","status":"passed","time":{"start":1729034034979,"stop":1729034034981,"duration":2}},{"uid":"45d90428d1382ea1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45d90428d1382ea1","status":"passed","time":{"start":1729032066290,"stop":1729032066292,"duration":2}},{"uid":"d361e5d870613508","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d361e5d870613508","status":"passed","time":{"start":1728901706619,"stop":1728901706620,"duration":1}},{"uid":"ce33b71913da72c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce33b71913da72c1","status":"passed","time":{"start":1728893153422,"stop":1728893153422,"duration":0}},{"uid":"a77d2b657819fa1d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a77d2b657819fa1d","status":"passed","time":{"start":1728856108126,"stop":1728856108126,"duration":0}},{"uid":"1a97e31e2fb37f10","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a97e31e2fb37f10","status":"passed","time":{"start":1728738316668,"stop":1728738316669,"duration":1}},{"uid":"ee0c2220decc7859","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ee0c2220decc7859","status":"passed","time":{"start":1728682865316,"stop":1728682865317,"duration":1}},{"uid":"fd951a09eed871fa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fd951a09eed871fa","status":"passed","time":{"start":1728682446995,"stop":1728682446995,"duration":0}},{"uid":"1fdcbbb4284946e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1fdcbbb4284946e8","status":"passed","time":{"start":1728676924479,"stop":1728676924479,"duration":0}},{"uid":"25d4c714045a823b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25d4c714045a823b","status":"passed","time":{"start":1728669626261,"stop":1728669626261,"duration":0}},{"uid":"2faaea3a6650253c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2faaea3a6650253c","status":"passed","time":{"start":1728597973672,"stop":1728597973673,"duration":1}},{"uid":"93ff635c7abb76b8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/93ff635c7abb76b8","status":"passed","time":{"start":1728597188035,"stop":1728597188036,"duration":1}}]},"37d35c6773a982514c85032844d7a00e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d9ccae83f9ff350","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3d9ccae83f9ff350","status":"passed","time":{"start":1728683093172,"stop":1728683093172,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5e8e38e8cd525f68","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5e8e38e8cd525f68","status":"passed","time":{"start":1729034506789,"stop":1729034506789,"duration":0}},{"uid":"6a0eaf7dd909cb3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6a0eaf7dd909cb3","status":"passed","time":{"start":1729034259812,"stop":1729034259813,"duration":1}},{"uid":"8cf2f8a5579e4829","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8cf2f8a5579e4829","status":"passed","time":{"start":1729034194006,"stop":1729034194006,"duration":0}},{"uid":"88889ec786ec75c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/88889ec786ec75c1","status":"passed","time":{"start":1729034014853,"stop":1729034014856,"duration":3}},{"uid":"5840cf20fff44b83","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5840cf20fff44b83","status":"passed","time":{"start":1729032065442,"stop":1729032065442,"duration":0}},{"uid":"84e284972bcd79c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84e284972bcd79c6","status":"passed","time":{"start":1728901664239,"stop":1728901664241,"duration":2}},{"uid":"b83fc357c679b24b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b83fc357c679b24b","status":"passed","time":{"start":1728893093688,"stop":1728893093689,"duration":1}},{"uid":"77a7f22fab7ad6f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77a7f22fab7ad6f7","status":"passed","time":{"start":1728856055264,"stop":1728856055266,"duration":2}},{"uid":"3a08c3d8148aa334","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3a08c3d8148aa334","status":"passed","time":{"start":1728738274741,"stop":1728738274741,"duration":0}},{"uid":"e6ce5bb2a3242431","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6ce5bb2a3242431","status":"passed","time":{"start":1728682807951,"stop":1728682807952,"duration":1}},{"uid":"8588cd691f506e51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8588cd691f506e51","status":"passed","time":{"start":1728682381281,"stop":1728682381281,"duration":0}},{"uid":"399fd718f0717844","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/399fd718f0717844","status":"passed","time":{"start":1728676853894,"stop":1728676853894,"duration":0}},{"uid":"39c1306f7d3aae7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39c1306f7d3aae7","status":"passed","time":{"start":1728669581686,"stop":1728669581686,"duration":0}},{"uid":"3925eaab51bdb27b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3925eaab51bdb27b","status":"passed","time":{"start":1728597923472,"stop":1728597923473,"duration":1}},{"uid":"e44906c035a314cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e44906c035a314cd","status":"passed","time":{"start":1728597132260,"stop":1728597132260,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1af1a5852b2967c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1af1a5852b2967c2","status":"passed","time":{"start":1729034435019,"stop":1729034435019,"duration":0}},{"uid":"21022465b9a0c1ad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/21022465b9a0c1ad","status":"passed","time":{"start":1729034179351,"stop":1729034179354,"duration":3}},{"uid":"7754716dd996ad65","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7754716dd996ad65","status":"passed","time":{"start":1729034120547,"stop":1729034120549,"duration":2}},{"uid":"8e8cb9373b1af235","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e8cb9373b1af235","status":"passed","time":{"start":1729033937071,"stop":1729033937075,"duration":4}},{"uid":"a3a5dd24a2deeacd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3a5dd24a2deeacd","status":"passed","time":{"start":1729031987032,"stop":1729031987033,"duration":1}},{"uid":"54b60aaa805ef507","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/54b60aaa805ef507","status":"passed","time":{"start":1728901546862,"stop":1728901546863,"duration":1}},{"uid":"aa96c00879317686","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aa96c00879317686","status":"passed","time":{"start":1728892979417,"stop":1728892979418,"duration":1}},{"uid":"6c6b8859f8344b26","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c6b8859f8344b26","status":"passed","time":{"start":1728855940956,"stop":1728855940956,"duration":0}},{"uid":"f6d8a83ae741506c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f6d8a83ae741506c","status":"passed","time":{"start":1728738161106,"stop":1728738161106,"duration":0}},{"uid":"4ff73b80efe97878","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ff73b80efe97878","status":"passed","time":{"start":1728682691670,"stop":1728682691670,"duration":0}},{"uid":"1808f296a5b7be7f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1808f296a5b7be7f","status":"passed","time":{"start":1728682265765,"stop":1728682265766,"duration":1}},{"uid":"2f95dfdcb1c31245","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2f95dfdcb1c31245","status":"passed","time":{"start":1728676744596,"stop":1728676744596,"duration":0}},{"uid":"50bbe540c5b46368","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/50bbe540c5b46368","status":"passed","time":{"start":1728669464695,"stop":1728669464695,"duration":0}},{"uid":"a7abd2319c319788","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a7abd2319c319788","status":"passed","time":{"start":1728597804166,"stop":1728597804167,"duration":1}},{"uid":"f88c082042760fc6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f88c082042760fc6","status":"passed","time":{"start":1728597021414,"stop":1728597021415,"duration":1}}]},"77882dfaf66a4d5daeea195143ffcbde:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9e5a9e726a50e6e3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9e5a9e726a50e6e3","status":"passed","time":{"start":1729034373027,"stop":1729034373027,"duration":0}},{"uid":"b8c5c496e6b16f93","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b8c5c496e6b16f93","status":"passed","time":{"start":1729034137314,"stop":1729034137315,"duration":1}},{"uid":"7feb16f93cd549fd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7feb16f93cd549fd","status":"passed","time":{"start":1729034060017,"stop":1729034060018,"duration":1}},{"uid":"abc8b3bc28e83319","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/abc8b3bc28e83319","status":"passed","time":{"start":1729033874960,"stop":1729033874960,"duration":0}},{"uid":"1fb4bfc788fc2d8d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1fb4bfc788fc2d8d","status":"passed","time":{"start":1729031924899,"stop":1729031924900,"duration":1}},{"uid":"70f3953acccb5d42","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/70f3953acccb5d42","status":"passed","time":{"start":1728901469127,"stop":1728901469128,"duration":1}},{"uid":"1859e38611f55aab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1859e38611f55aab","status":"passed","time":{"start":1728892899792,"stop":1728892899793,"duration":1}},{"uid":"5bcbb94f0ee23239","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5bcbb94f0ee23239","status":"passed","time":{"start":1728855863056,"stop":1728855863057,"duration":1}},{"uid":"137ec7ce3457c411","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/137ec7ce3457c411","status":"passed","time":{"start":1728738080898,"stop":1728738080898,"duration":0}},{"uid":"e72b05a8e3040f98","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e72b05a8e3040f98","status":"passed","time":{"start":1728682614307,"stop":1728682614308,"duration":1}},{"uid":"bc8f636b55ed0cdd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc8f636b55ed0cdd","status":"passed","time":{"start":1728682187091,"stop":1728682187092,"duration":1}},{"uid":"8a08b1b6e167b826","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a08b1b6e167b826","status":"passed","time":{"start":1728676661486,"stop":1728676661487,"duration":1}},{"uid":"88750de7c621e8db","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88750de7c621e8db","status":"passed","time":{"start":1728669384660,"stop":1728669384661,"duration":1}},{"uid":"67a8b416487f27f5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/67a8b416487f27f5","status":"passed","time":{"start":1728597724234,"stop":1728597724234,"duration":0}},{"uid":"86bda17d706db9ce","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86bda17d706db9ce","status":"passed","time":{"start":1728596943281,"stop":1728596943281,"duration":0}}]},"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e61bab9349c5a1a4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e61bab9349c5a1a4","status":"passed","time":{"start":1729034332628,"stop":1729034332628,"duration":0}},{"uid":"4bf03d8e79f37a0e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4bf03d8e79f37a0e","status":"passed","time":{"start":1729034096130,"stop":1729034096130,"duration":0}},{"uid":"2f48c6d2fd3b216b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2f48c6d2fd3b216b","status":"passed","time":{"start":1729034020087,"stop":1729034020087,"duration":0}},{"uid":"7d85e34bfb34c0b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7d85e34bfb34c0b3","status":"passed","time":{"start":1729033834381,"stop":1729033834381,"duration":0}},{"uid":"30be9e077117d755","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30be9e077117d755","status":"passed","time":{"start":1729031884113,"stop":1729031884113,"duration":0}},{"uid":"7ff435e1e7888380","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7ff435e1e7888380","status":"passed","time":{"start":1728901430252,"stop":1728901430252,"duration":0}},{"uid":"c765b35c10c574d3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c765b35c10c574d3","status":"passed","time":{"start":1728892860529,"stop":1728892860529,"duration":0}},{"uid":"f37775cdcf61522d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f37775cdcf61522d","status":"passed","time":{"start":1728855823319,"stop":1728855823319,"duration":0}},{"uid":"b5177a099eb427e5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b5177a099eb427e5","status":"passed","time":{"start":1728738040598,"stop":1728738040598,"duration":0}},{"uid":"288dcb89added63d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/288dcb89added63d","status":"passed","time":{"start":1728682574088,"stop":1728682574088,"duration":0}},{"uid":"2cf2fe527d9cab26","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2cf2fe527d9cab26","status":"passed","time":{"start":1728682146813,"stop":1728682146813,"duration":0}},{"uid":"7ff0d6976ae7e56a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7ff0d6976ae7e56a","status":"passed","time":{"start":1728676621428,"stop":1728676621429,"duration":1}},{"uid":"4bb4fdf986d456f5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4bb4fdf986d456f5","status":"passed","time":{"start":1728669344464,"stop":1728669344464,"duration":0}},{"uid":"7d3f5fc11009c917","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7d3f5fc11009c917","status":"passed","time":{"start":1728597685158,"stop":1728597685158,"duration":0}},{"uid":"ba500e57c130c1c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ba500e57c130c1c6","status":"passed","time":{"start":1728596904464,"stop":1728596904464,"duration":0}}]},"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b90eca0627f189b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b90eca0627f189b5","status":"passed","time":{"start":1729034332640,"stop":1729034332640,"duration":0}},{"uid":"b5560efcb6740b3b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b5560efcb6740b3b","status":"passed","time":{"start":1729034096138,"stop":1729034096139,"duration":1}},{"uid":"2bb9f425b7819596","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2bb9f425b7819596","status":"passed","time":{"start":1729034020095,"stop":1729034020095,"duration":0}},{"uid":"c0c7ec48ad861984","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c0c7ec48ad861984","status":"passed","time":{"start":1729033834392,"stop":1729033834392,"duration":0}},{"uid":"b19659fe9b4f487c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b19659fe9b4f487c","status":"passed","time":{"start":1729031884125,"stop":1729031884125,"duration":0}},{"uid":"ee6f89ba2368231b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ee6f89ba2368231b","status":"passed","time":{"start":1728901430258,"stop":1728901430259,"duration":1}},{"uid":"65e78b489a8ba465","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/65e78b489a8ba465","status":"passed","time":{"start":1728892860537,"stop":1728892860537,"duration":0}},{"uid":"71e3c1c4fce7d81","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/71e3c1c4fce7d81","status":"passed","time":{"start":1728855823327,"stop":1728855823327,"duration":0}},{"uid":"5cfe617ddfc5cc91","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5cfe617ddfc5cc91","status":"passed","time":{"start":1728738040607,"stop":1728738040608,"duration":1}},{"uid":"da4d316d909f0b74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/da4d316d909f0b74","status":"passed","time":{"start":1728682574098,"stop":1728682574098,"duration":0}},{"uid":"c264b6d6dc445caf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c264b6d6dc445caf","status":"passed","time":{"start":1728682146822,"stop":1728682146822,"duration":0}},{"uid":"3945a657d2f0a5f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3945a657d2f0a5f2","status":"passed","time":{"start":1728676621437,"stop":1728676621437,"duration":0}},{"uid":"f1a965cfbb008ff9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f1a965cfbb008ff9","status":"passed","time":{"start":1728669344472,"stop":1728669344472,"duration":0}},{"uid":"1e60f8bb953d316d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e60f8bb953d316d","status":"passed","time":{"start":1728597685167,"stop":1728597685167,"duration":0}},{"uid":"949866a958d67b54","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/949866a958d67b54","status":"passed","time":{"start":1728596904474,"stop":1728596904475,"duration":1}}]},"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d740f32dcac14125","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d740f32dcac14125","status":"passed","time":{"start":1729034470387,"stop":1729034470387,"duration":0}},{"uid":"a9ce269e2023162e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9ce269e2023162e","status":"passed","time":{"start":1729034238409,"stop":1729034238409,"duration":0}},{"uid":"61f9807f705de314","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/61f9807f705de314","status":"passed","time":{"start":1729034157651,"stop":1729034157652,"duration":1}},{"uid":"13529e4f0b82df71","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/13529e4f0b82df71","status":"passed","time":{"start":1729033974450,"stop":1729033974450,"duration":0}},{"uid":"5c2a8a35663fa278","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5c2a8a35663fa278","status":"passed","time":{"start":1729032027759,"stop":1729032027760,"duration":1}},{"uid":"5d4c583f42eeea72","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5d4c583f42eeea72","status":"passed","time":{"start":1728901614539,"stop":1728901614543,"duration":4}},{"uid":"2d0ea70756effc7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2d0ea70756effc7c","status":"passed","time":{"start":1728893048594,"stop":1728893048595,"duration":1}},{"uid":"894ea287c68fa3b7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/894ea287c68fa3b7","status":"passed","time":{"start":1728856013558,"stop":1728856013558,"duration":0}},{"uid":"696e07d64bb4582d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/696e07d64bb4582d","status":"passed","time":{"start":1728738231630,"stop":1728738231631,"duration":1}},{"uid":"dbe81ed0a116b8a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dbe81ed0a116b8a","status":"passed","time":{"start":1728682761070,"stop":1728682761071,"duration":1}},{"uid":"432807246b2a91","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/432807246b2a91","status":"passed","time":{"start":1728682330628,"stop":1728682330631,"duration":3}},{"uid":"bd4fbdbf97d5058d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bd4fbdbf97d5058d","status":"passed","time":{"start":1728676808322,"stop":1728676808323,"duration":1}},{"uid":"47d864404fc1a678","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/47d864404fc1a678","status":"passed","time":{"start":1728669528227,"stop":1728669528227,"duration":0}},{"uid":"a54d5d5c13ad8a43","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a54d5d5c13ad8a43","status":"passed","time":{"start":1728597872226,"stop":1728597872226,"duration":0}},{"uid":"c9b73512f4822083","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9b73512f4822083","status":"passed","time":{"start":1728597087684,"stop":1728597087684,"duration":0}}]},"85851e037eb81252cfd5148ef96f8a93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7badc72b9f9cce2c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7badc72b9f9cce2c","status":"passed","time":{"start":1728738567468,"stop":1728738567468,"duration":0}}]},"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"73fdd047c96a6145","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/73fdd047c96a6145","status":"passed","time":{"start":1729034332628,"stop":1729034332629,"duration":1}},{"uid":"59a11f708b44e0f1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/59a11f708b44e0f1","status":"passed","time":{"start":1729034096130,"stop":1729034096130,"duration":0}},{"uid":"71bce453f917c9e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71bce453f917c9e9","status":"passed","time":{"start":1729034020087,"stop":1729034020088,"duration":1}},{"uid":"faeba9f5c97b95d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/faeba9f5c97b95d9","status":"passed","time":{"start":1729033834381,"stop":1729033834381,"duration":0}},{"uid":"9f3343050b0775cf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9f3343050b0775cf","status":"passed","time":{"start":1729031884114,"stop":1729031884114,"duration":0}},{"uid":"8dcc882eef88186f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8dcc882eef88186f","status":"passed","time":{"start":1728901430252,"stop":1728901430252,"duration":0}},{"uid":"9f51658665a0f553","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9f51658665a0f553","status":"passed","time":{"start":1728892860529,"stop":1728892860529,"duration":0}},{"uid":"79bfa761d9ae57f0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/79bfa761d9ae57f0","status":"passed","time":{"start":1728855823320,"stop":1728855823320,"duration":0}},{"uid":"a4bbf173d025d4e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a4bbf173d025d4e6","status":"passed","time":{"start":1728738040598,"stop":1728738040598,"duration":0}},{"uid":"1704fcaa255e71db","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1704fcaa255e71db","status":"passed","time":{"start":1728682574089,"stop":1728682574089,"duration":0}},{"uid":"acd34ec3c5d3918b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acd34ec3c5d3918b","status":"passed","time":{"start":1728682146813,"stop":1728682146813,"duration":0}},{"uid":"69ca6402de4befae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/69ca6402de4befae","status":"passed","time":{"start":1728676621429,"stop":1728676621429,"duration":0}},{"uid":"680b709d44e90af7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/680b709d44e90af7","status":"passed","time":{"start":1728669344464,"stop":1728669344465,"duration":1}},{"uid":"8f851a96cc2bafe5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8f851a96cc2bafe5","status":"passed","time":{"start":1728597685158,"stop":1728597685158,"duration":0}},{"uid":"9e4c51de05805a57","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9e4c51de05805a57","status":"passed","time":{"start":1728596904464,"stop":1728596904465,"duration":1}}]},"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2f760d9ed41e3039","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2f760d9ed41e3039","status":"passed","time":{"start":1729034332632,"stop":1729034332632,"duration":0}},{"uid":"9a42efa94b863541","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9a42efa94b863541","status":"passed","time":{"start":1729034096134,"stop":1729034096134,"duration":0}},{"uid":"f0d07ba60e6fe346","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f0d07ba60e6fe346","status":"passed","time":{"start":1729034020091,"stop":1729034020091,"duration":0}},{"uid":"c91534afce3b4d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c91534afce3b4d7","status":"passed","time":{"start":1729033834387,"stop":1729033834387,"duration":0}},{"uid":"9651620c57ff3b50","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9651620c57ff3b50","status":"passed","time":{"start":1729031884120,"stop":1729031884120,"duration":0}},{"uid":"30245d75728fea8b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/30245d75728fea8b","status":"passed","time":{"start":1728901430255,"stop":1728901430255,"duration":0}},{"uid":"6d3549bfbda96188","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d3549bfbda96188","status":"passed","time":{"start":1728892860533,"stop":1728892860533,"duration":0}},{"uid":"6f9b464d411869d8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6f9b464d411869d8","status":"passed","time":{"start":1728855823323,"stop":1728855823323,"duration":0}},{"uid":"14c0c1cfedd5f5ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/14c0c1cfedd5f5ee","status":"passed","time":{"start":1728738040603,"stop":1728738040603,"duration":0}},{"uid":"349c0daeab129092","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/349c0daeab129092","status":"passed","time":{"start":1728682574093,"stop":1728682574094,"duration":1}},{"uid":"a491a581eeda9ce9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a491a581eeda9ce9","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"cf48e74b3e35d6b4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cf48e74b3e35d6b4","status":"passed","time":{"start":1728676621432,"stop":1728676621433,"duration":1}},{"uid":"ea7cbdd2b91b9bd8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ea7cbdd2b91b9bd8","status":"passed","time":{"start":1728669344468,"stop":1728669344468,"duration":0}},{"uid":"b6a336a67e154339","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b6a336a67e154339","status":"passed","time":{"start":1728597685162,"stop":1728597685162,"duration":0}},{"uid":"d9eb84666a50b25f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9eb84666a50b25f","status":"passed","time":{"start":1728596904468,"stop":1728596904469,"duration":1}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"73f625c7f6183c58","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/73f625c7f6183c58","status":"passed","time":{"start":1729034340829,"stop":1729034340830,"duration":1}},{"uid":"8f18c486e85a6ff9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f18c486e85a6ff9","status":"passed","time":{"start":1729034104502,"stop":1729034104503,"duration":1}},{"uid":"44cf9b7e066a0313","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/44cf9b7e066a0313","status":"passed","time":{"start":1729034027823,"stop":1729034027823,"duration":0}},{"uid":"f62b76c95e06c02e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f62b76c95e06c02e","status":"passed","time":{"start":1729033842412,"stop":1729033842412,"duration":0}},{"uid":"b4c262beb6a30d34","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b4c262beb6a30d34","status":"passed","time":{"start":1729031892128,"stop":1729031892129,"duration":1}},{"uid":"e78362a1ad82af1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e78362a1ad82af1f","status":"passed","time":{"start":1728901438144,"stop":1728901438145,"duration":1}},{"uid":"ee65493cf9a31cda","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ee65493cf9a31cda","status":"passed","time":{"start":1728892868419,"stop":1728892868420,"duration":1}},{"uid":"bb8fb1d56e9003fd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bb8fb1d56e9003fd","status":"passed","time":{"start":1728855831312,"stop":1728855831312,"duration":0}},{"uid":"3bad34b733118b9c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3bad34b733118b9c","status":"passed","time":{"start":1728738048420,"stop":1728738048422,"duration":2}},{"uid":"9175034eca610ffa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9175034eca610ffa","status":"passed","time":{"start":1728682581969,"stop":1728682581970,"duration":1}},{"uid":"bcad20c140cc92d8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bcad20c140cc92d8","status":"passed","time":{"start":1728682154920,"stop":1728682154920,"duration":0}},{"uid":"88e123f5b51ea229","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/88e123f5b51ea229","status":"passed","time":{"start":1728676629328,"stop":1728676629329,"duration":1}},{"uid":"70ebaae8a1c5988d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/70ebaae8a1c5988d","status":"passed","time":{"start":1728669352395,"stop":1728669352395,"duration":0}},{"uid":"9c84f90481b2dd5c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9c84f90481b2dd5c","status":"passed","time":{"start":1728597693130,"stop":1728597693130,"duration":0}},{"uid":"e6f0f72458a96875","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e6f0f72458a96875","status":"passed","time":{"start":1728596912668,"stop":1728596912668,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"464cb3bc27e979b1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/464cb3bc27e979b1","status":"passed","time":{"start":1729034506791,"stop":1729034506792,"duration":1}},{"uid":"8fa638928959bb7e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8fa638928959bb7e","status":"passed","time":{"start":1729034259815,"stop":1729034259816,"duration":1}},{"uid":"3ef37226db26e3e2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3ef37226db26e3e2","status":"passed","time":{"start":1729034194007,"stop":1729034194016,"duration":9}},{"uid":"d966242160424cae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d966242160424cae","status":"passed","time":{"start":1729034014864,"stop":1729034014867,"duration":3}},{"uid":"f0d674e490ac5a4d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f0d674e490ac5a4d","status":"passed","time":{"start":1729032065449,"stop":1729032065450,"duration":1}},{"uid":"91ff214cf9dc5e25","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/91ff214cf9dc5e25","status":"passed","time":{"start":1728901664251,"stop":1728901664264,"duration":13}},{"uid":"e73432d930b513d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e73432d930b513d8","status":"passed","time":{"start":1728893093690,"stop":1728893093690,"duration":0}},{"uid":"2f45449035e1d34b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f45449035e1d34b","status":"passed","time":{"start":1728856055270,"stop":1728856055271,"duration":1}},{"uid":"6e8fcb620266428","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e8fcb620266428","status":"passed","time":{"start":1728738274742,"stop":1728738274743,"duration":1}},{"uid":"669ce71c3293dbbb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/669ce71c3293dbbb","status":"passed","time":{"start":1728682807955,"stop":1728682807955,"duration":0}},{"uid":"9c8012a70773c1c4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9c8012a70773c1c4","status":"passed","time":{"start":1728682381283,"stop":1728682381283,"duration":0}},{"uid":"55d55cebe012379a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/55d55cebe012379a","status":"passed","time":{"start":1728676853896,"stop":1728676853896,"duration":0}},{"uid":"7e371689f28221be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7e371689f28221be","status":"passed","time":{"start":1728669581693,"stop":1728669581693,"duration":0}},{"uid":"4d201358b94d64a8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4d201358b94d64a8","status":"passed","time":{"start":1728597923478,"stop":1728597923480,"duration":2}},{"uid":"2dabbc4c1407eb6b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2dabbc4c1407eb6b","status":"passed","time":{"start":1728597132262,"stop":1728597132262,"duration":0}}]},"d67850b834c959bec0e7abc5ce40f688:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdf3fb8de5a5eaa0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fdf3fb8de5a5eaa0","status":"passed","time":{"start":1728738494950,"stop":1728738494950,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"21aaa4ea5e2f99b7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/21aaa4ea5e2f99b7","status":"passed","time":{"start":1729034341405,"stop":1729034341405,"duration":0}},{"uid":"7cab2f2477f2183a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7cab2f2477f2183a","status":"passed","time":{"start":1729034104913,"stop":1729034104917,"duration":4}},{"uid":"5c6ca4b1eb04eb73","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5c6ca4b1eb04eb73","status":"passed","time":{"start":1729034028515,"stop":1729034028515,"duration":0}},{"uid":"e1dd3b8041b1fb0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e1dd3b8041b1fb0d","status":"passed","time":{"start":1729033843119,"stop":1729033843123,"duration":4}},{"uid":"843408000b655092","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/843408000b655092","status":"passed","time":{"start":1729031892681,"stop":1729031892681,"duration":0}},{"uid":"d90aef6dcacbdc67","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d90aef6dcacbdc67","status":"passed","time":{"start":1728901438812,"stop":1728901438812,"duration":0}},{"uid":"e8b2a78765e6a71e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e8b2a78765e6a71e","status":"passed","time":{"start":1728892869005,"stop":1728892869005,"duration":0}},{"uid":"dba33df5ed967df1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dba33df5ed967df1","status":"passed","time":{"start":1728855831896,"stop":1728855831897,"duration":1}},{"uid":"f2f8bdeb5adc13b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f2f8bdeb5adc13b","status":"passed","time":{"start":1728738049044,"stop":1728738049044,"duration":0}},{"uid":"d324acbfc44c9882","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d324acbfc44c9882","status":"passed","time":{"start":1728682582624,"stop":1728682582624,"duration":0}},{"uid":"29fdcb0a19cb8eb8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/29fdcb0a19cb8eb8","status":"passed","time":{"start":1728682155412,"stop":1728682155412,"duration":0}},{"uid":"ca3db491bd824747","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca3db491bd824747","status":"passed","time":{"start":1728676629978,"stop":1728676629979,"duration":1}},{"uid":"e05798c988c7d888","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e05798c988c7d888","status":"passed","time":{"start":1728669353105,"stop":1728669353106,"duration":1}},{"uid":"ff9a10f6c3f579a1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ff9a10f6c3f579a1","status":"passed","time":{"start":1728597693851,"stop":1728597693852,"duration":1}},{"uid":"8907301340bf0965","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8907301340bf0965","status":"passed","time":{"start":1728596913095,"stop":1728596913096,"duration":1}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4f223405ce9539b2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f223405ce9539b2","status":"passed","time":{"start":1729034617748,"stop":1729034617749,"duration":1}},{"uid":"e31d211328ec33b1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e31d211328ec33b1","status":"passed","time":{"start":1729034370835,"stop":1729034370852,"duration":17}},{"uid":"d20f188dd1b40b5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d20f188dd1b40b5","status":"passed","time":{"start":1729034308850,"stop":1729034308853,"duration":3}},{"uid":"27758764287c26f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27758764287c26f5","status":"passed","time":{"start":1729034129467,"stop":1729034129467,"duration":0}},{"uid":"b74ab397d34242b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b74ab397d34242b","status":"passed","time":{"start":1729032178361,"stop":1729032178361,"duration":0}},{"uid":"2d93ef577343189b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2d93ef577343189b","status":"passed","time":{"start":1728901896339,"stop":1728901896339,"duration":0}},{"uid":"22bc3e1a00988826","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/22bc3e1a00988826","status":"passed","time":{"start":1728893329018,"stop":1728893329018,"duration":0}},{"uid":"dae97a9df71b7539","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dae97a9df71b7539","status":"passed","time":{"start":1728856284753,"stop":1728856284754,"duration":1}},{"uid":"6f765e08e49e2c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f765e08e49e2c","status":"passed","time":{"start":1728738494929,"stop":1728738494929,"duration":0}},{"uid":"5e203be058b5d8c9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e203be058b5d8c9","status":"passed","time":{"start":1728683033624,"stop":1728683033624,"duration":0}},{"uid":"855f6b0240f27ef4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/855f6b0240f27ef4","status":"passed","time":{"start":1728682601729,"stop":1728682601729,"duration":0}},{"uid":"ebbf5a0ce5866ae3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ebbf5a0ce5866ae3","status":"passed","time":{"start":1728677107954,"stop":1728677107954,"duration":0}},{"uid":"65ba37881835d0ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/65ba37881835d0ab","status":"passed","time":{"start":1728669764743,"stop":1728669764743,"duration":0}},{"uid":"e58e6d9507ffaa4d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e58e6d9507ffaa4d","status":"passed","time":{"start":1728598157552,"stop":1728598157552,"duration":0}},{"uid":"f11b0afe4a383e89","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f11b0afe4a383e89","status":"passed","time":{"start":1728597369050,"stop":1728597369051,"duration":1}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5e9faf8611a1084e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5e9faf8611a1084e","status":"passed","time":{"start":1729034611663,"stop":1729034611663,"duration":0}},{"uid":"a9e3b980ee8c4fd6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9e3b980ee8c4fd6","status":"passed","time":{"start":1729034393640,"stop":1729034393643,"duration":3}},{"uid":"c8f2032dc4415049","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c8f2032dc4415049","status":"passed","time":{"start":1729034304835,"stop":1729034304836,"duration":1}},{"uid":"d53e203e593bd5a9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d53e203e593bd5a9","status":"passed","time":{"start":1729034121904,"stop":1729034121905,"duration":1}},{"uid":"d691475e95e7e2ba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d691475e95e7e2ba","status":"passed","time":{"start":1729032174831,"stop":1729032174841,"duration":10}},{"uid":"a3f8656aeba1aae5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3f8656aeba1aae5","status":"passed","time":{"start":1728901881010,"stop":1728901881010,"duration":0}},{"uid":"942047887817f693","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/942047887817f693","status":"passed","time":{"start":1728893317157,"stop":1728893317158,"duration":1}},{"uid":"92bd3aa8655086ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92bd3aa8655086ab","status":"passed","time":{"start":1728856263087,"stop":1728856263087,"duration":0}},{"uid":"4d90ea2319abbd12","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4d90ea2319abbd12","status":"passed","time":{"start":1728738492796,"stop":1728738492796,"duration":0}},{"uid":"ea290b18a51f59bf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ea290b18a51f59bf","status":"passed","time":{"start":1728683030019,"stop":1728683030019,"duration":0}},{"uid":"dd927831ac0a3af0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dd927831ac0a3af0","status":"passed","time":{"start":1728682581098,"stop":1728682581101,"duration":3}},{"uid":"aceb4d09e26cb3d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aceb4d09e26cb3d2","status":"passed","time":{"start":1728677081991,"stop":1728677081992,"duration":1}},{"uid":"4a5ce97399de34db","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4a5ce97399de34db","status":"passed","time":{"start":1728669795393,"stop":1728669795393,"duration":0}},{"uid":"90098a3567b7bd10","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90098a3567b7bd10","status":"passed","time":{"start":1728598137501,"stop":1728598137502,"duration":1}},{"uid":"e6b95c44bdd361bb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e6b95c44bdd361bb","status":"passed","time":{"start":1728597353478,"stop":1728597353478,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a451b8b426ef7bdd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a451b8b426ef7bdd","status":"passed","time":{"start":1729034617755,"stop":1729034617756,"duration":1}},{"uid":"80b98d76396c8bb6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/80b98d76396c8bb6","status":"passed","time":{"start":1729034370864,"stop":1729034370864,"duration":0}},{"uid":"efb33cca0ec6b775","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/efb33cca0ec6b775","status":"passed","time":{"start":1729034308863,"stop":1729034308863,"duration":0}},{"uid":"29af7bcdad211c66","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/29af7bcdad211c66","status":"passed","time":{"start":1729034129471,"stop":1729034129472,"duration":1}},{"uid":"9298b318f140a183","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9298b318f140a183","status":"passed","time":{"start":1729032178365,"stop":1729032178365,"duration":0}},{"uid":"3ab097147bf4fccd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3ab097147bf4fccd","status":"passed","time":{"start":1728901896344,"stop":1728901896344,"duration":0}},{"uid":"df1028b5577ddcf9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/df1028b5577ddcf9","status":"passed","time":{"start":1728893329022,"stop":1728893329022,"duration":0}},{"uid":"acc9263a4f88f271","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acc9263a4f88f271","status":"passed","time":{"start":1728856284759,"stop":1728856284760,"duration":1}},{"uid":"f7a4723dda0a628d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f7a4723dda0a628d","status":"passed","time":{"start":1728738494936,"stop":1728738494937,"duration":1}},{"uid":"680240bf97e9a9fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/680240bf97e9a9fd","status":"passed","time":{"start":1728683033629,"stop":1728683033629,"duration":0}},{"uid":"4dd8e1fa63bc3372","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4dd8e1fa63bc3372","status":"passed","time":{"start":1728682601733,"stop":1728682601734,"duration":1}},{"uid":"4aad8bdbddbbe46f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4aad8bdbddbbe46f","status":"passed","time":{"start":1728677107959,"stop":1728677107959,"duration":0}},{"uid":"ff989f1117fc29da","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff989f1117fc29da","status":"passed","time":{"start":1728669764748,"stop":1728669764748,"duration":0}},{"uid":"4e1b5dec0d9223cc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4e1b5dec0d9223cc","status":"passed","time":{"start":1728598157559,"stop":1728598157559,"duration":0}},{"uid":"bdf929ecb7a7d0c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bdf929ecb7a7d0c6","status":"passed","time":{"start":1728597369058,"stop":1728597369058,"duration":0}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cf61fdec4db3822","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cf61fdec4db3822","status":"passed","time":{"start":1729034561791,"stop":1729034561792,"duration":1}},{"uid":"3dbe2027544bc0c0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3dbe2027544bc0c0","status":"passed","time":{"start":1729034332099,"stop":1729034332099,"duration":0}},{"uid":"dd773805319abe46","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dd773805319abe46","status":"passed","time":{"start":1729034249515,"stop":1729034249516,"duration":1}},{"uid":"c5c3fc2dd1b960a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5c3fc2dd1b960a8","status":"passed","time":{"start":1729034066291,"stop":1729034066292,"duration":1}},{"uid":"efcfaf8e2ffa5857","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/efcfaf8e2ffa5857","status":"passed","time":{"start":1729032098483,"stop":1729032098484,"duration":1}},{"uid":"53a2e5bbf741f2c1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53a2e5bbf741f2c1","status":"passed","time":{"start":1728901785810,"stop":1728901785810,"duration":0}},{"uid":"28a64de798649c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/28a64de798649c1","status":"passed","time":{"start":1728893218882,"stop":1728893218882,"duration":0}},{"uid":"13acf5f9438541a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/13acf5f9438541a5","status":"passed","time":{"start":1728856163811,"stop":1728856163811,"duration":0}},{"uid":"f44ae5bfcb841b0f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f44ae5bfcb841b0f","status":"passed","time":{"start":1728738377011,"stop":1728738377011,"duration":0}},{"uid":"ea5cd1787266f82a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ea5cd1787266f82a","status":"passed","time":{"start":1728682920270,"stop":1728682920270,"duration":0}},{"uid":"18d7d26e27238218","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18d7d26e27238218","status":"passed","time":{"start":1728682501675,"stop":1728682501675,"duration":0}},{"uid":"35ac7268021a1cf7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35ac7268021a1cf7","status":"passed","time":{"start":1728676985181,"stop":1728676985181,"duration":0}},{"uid":"1555c07218d4190f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1555c07218d4190f","status":"passed","time":{"start":1728669632496,"stop":1728669632496,"duration":0}},{"uid":"eabb3619b45272a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eabb3619b45272a4","status":"passed","time":{"start":1728598050003,"stop":1728598050003,"duration":0}},{"uid":"b35dfe5cffe93fcb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b35dfe5cffe93fcb","status":"passed","time":{"start":1728597264096,"stop":1728597264096,"duration":0}}]},"8b2fcd4f5586d06e59daf0bb4e97b262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e63325d59050479","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e63325d59050479","status":"passed","time":{"start":1729032235300,"stop":1729032235300,"duration":0}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7e63abce01c2fa78","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7e63abce01c2fa78","status":"passed","time":{"start":1729034655444,"stop":1729034655444,"duration":0}},{"uid":"f06ccca3c7b8a287","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f06ccca3c7b8a287","status":"passed","time":{"start":1729034425378,"stop":1729034425378,"duration":0}},{"uid":"b065f17380f04d9e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b065f17380f04d9e","status":"passed","time":{"start":1729034346110,"stop":1729034346110,"duration":0}},{"uid":"5ee8a9074f1fe826","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ee8a9074f1fe826","status":"passed","time":{"start":1729034162416,"stop":1729034162416,"duration":0}},{"uid":"fc6b8066f46465ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fc6b8066f46465ef","status":"passed","time":{"start":1729032197327,"stop":1729032197327,"duration":0}},{"uid":"73ba4df9a16e99c5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/73ba4df9a16e99c5","status":"passed","time":{"start":1728901899717,"stop":1728901899717,"duration":0}},{"uid":"e95cafaae8b6fe22","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e95cafaae8b6fe22","status":"passed","time":{"start":1728893334924,"stop":1728893334924,"duration":0}},{"uid":"84104d8365c477eb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/84104d8365c477eb","status":"passed","time":{"start":1728856288028,"stop":1728856288028,"duration":0}},{"uid":"8733bfc303dabb94","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8733bfc303dabb94","status":"passed","time":{"start":1728738501690,"stop":1728738501690,"duration":0}},{"uid":"1e0d8014041e7a20","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1e0d8014041e7a20","status":"passed","time":{"start":1728683044489,"stop":1728683044490,"duration":1}},{"uid":"181420f20255b9f6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/181420f20255b9f6","status":"passed","time":{"start":1728682619635,"stop":1728682619635,"duration":0}},{"uid":"da3a02e3cb72b239","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/da3a02e3cb72b239","status":"passed","time":{"start":1728677104187,"stop":1728677104188,"duration":1}},{"uid":"7ffb8b7f54f8cd57","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ffb8b7f54f8cd57","status":"passed","time":{"start":1728669759888,"stop":1728669759888,"duration":0}},{"uid":"6a76226d452ac6f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a76226d452ac6f8","status":"passed","time":{"start":1728598164492,"stop":1728598164493,"duration":1}},{"uid":"16f57bab120c5daa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/16f57bab120c5daa","status":"passed","time":{"start":1728597385269,"stop":1728597385270,"duration":1}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"dd3e8186ba2979da","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd3e8186ba2979da","status":"passed","time":{"start":1729034665576,"stop":1729034665577,"duration":1}},{"uid":"a084d9de0fd33e92","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a084d9de0fd33e92","status":"passed","time":{"start":1729034434254,"stop":1729034434257,"duration":3}},{"uid":"89f39d2c3e58b68e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/89f39d2c3e58b68e","status":"passed","time":{"start":1729034350151,"stop":1729034350151,"duration":0}},{"uid":"ec41d35d1f5579dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ec41d35d1f5579dd","status":"passed","time":{"start":1729034169192,"stop":1729034169192,"duration":0}},{"uid":"cc7fdfdf84f123d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cc7fdfdf84f123d1","status":"passed","time":{"start":1729032228064,"stop":1729032228064,"duration":0}},{"uid":"4b1ebfee160daea6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b1ebfee160daea6","status":"passed","time":{"start":1728901947141,"stop":1728901947141,"duration":0}},{"uid":"e91dc172fb20b416","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e91dc172fb20b416","status":"passed","time":{"start":1728893380054,"stop":1728893380056,"duration":2}},{"uid":"10bad63eaa2b53","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/10bad63eaa2b53","status":"passed","time":{"start":1728856336876,"stop":1728856336877,"duration":1}},{"uid":"c75181e428d162be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c75181e428d162be","status":"passed","time":{"start":1728738551160,"stop":1728738551161,"duration":1}},{"uid":"11a4e37abc8035fe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/11a4e37abc8035fe","status":"passed","time":{"start":1728683095873,"stop":1728683095873,"duration":0}},{"uid":"57f4929910850071","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/57f4929910850071","status":"passed","time":{"start":1728682657383,"stop":1728682657384,"duration":1}},{"uid":"31a778e32b8e038a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/31a778e32b8e038a","status":"passed","time":{"start":1728677151459,"stop":1728677151460,"duration":1}},{"uid":"ebde44d9301218af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebde44d9301218af","status":"passed","time":{"start":1728669832891,"stop":1728669832891,"duration":0}},{"uid":"33c3910f9b4d7499","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/33c3910f9b4d7499","status":"passed","time":{"start":1728598215606,"stop":1728598215607,"duration":1}},{"uid":"326641a417616188","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/326641a417616188","status":"passed","time":{"start":1728597425039,"stop":1728597425039,"duration":0}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bc108c11934d0087","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bc108c11934d0087","status":"passed","time":{"start":1729034617753,"stop":1729034617753,"duration":0}},{"uid":"d6d057a64b0ed6b1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d6d057a64b0ed6b1","status":"passed","time":{"start":1729034370862,"stop":1729034370862,"duration":0}},{"uid":"e2d14ebf2b44e9d5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e2d14ebf2b44e9d5","status":"passed","time":{"start":1729034308862,"stop":1729034308862,"duration":0}},{"uid":"dca2201e500a7a43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dca2201e500a7a43","status":"passed","time":{"start":1729034129470,"stop":1729034129470,"duration":0}},{"uid":"c86e2a211a390485","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c86e2a211a390485","status":"passed","time":{"start":1729032178364,"stop":1729032178364,"duration":0}},{"uid":"dceea04b249183b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dceea04b249183b7","status":"passed","time":{"start":1728901896342,"stop":1728901896343,"duration":1}},{"uid":"f7ad791ff36fe118","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f7ad791ff36fe118","status":"passed","time":{"start":1728893329021,"stop":1728893329021,"duration":0}},{"uid":"9426b280890199d3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9426b280890199d3","status":"passed","time":{"start":1728856284757,"stop":1728856284757,"duration":0}},{"uid":"3476f4d4271ab418","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3476f4d4271ab418","status":"passed","time":{"start":1728738494934,"stop":1728738494934,"duration":0}},{"uid":"60d51a1131cd68b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/60d51a1131cd68b4","status":"passed","time":{"start":1728683033627,"stop":1728683033628,"duration":1}},{"uid":"8e3bed435066cfa6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e3bed435066cfa6","status":"passed","time":{"start":1728682601732,"stop":1728682601732,"duration":0}},{"uid":"ef5c341a8804de27","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef5c341a8804de27","status":"passed","time":{"start":1728677107958,"stop":1728677107958,"duration":0}},{"uid":"c79f4e62bb0d8fba","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c79f4e62bb0d8fba","status":"passed","time":{"start":1728669764747,"stop":1728669764747,"duration":0}},{"uid":"c544b426e7baa8a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c544b426e7baa8a","status":"passed","time":{"start":1728598157558,"stop":1728598157558,"duration":0}},{"uid":"709c46c83c9584d9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/709c46c83c9584d9","status":"passed","time":{"start":1728597369057,"stop":1728597369057,"duration":0}}]},"8553e1551b1aff49f5974b536151b554:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4e8191f039891c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d4e8191f039891c","status":"passed","time":{"start":1728682652692,"stop":1728682652693,"duration":1}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ba18a08a2c2d8961","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba18a08a2c2d8961","status":"passed","time":{"start":1729034356476,"stop":1729034356476,"duration":0}},{"uid":"58b17063421f2e5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/58b17063421f2e5","status":"passed","time":{"start":1729034120501,"stop":1729034120501,"duration":0}},{"uid":"be8c92bf6f0d17f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be8c92bf6f0d17f9","status":"passed","time":{"start":1729033858272,"stop":1729033858272,"duration":0}},{"uid":"7cfa6ea7a8d85f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7cfa6ea7a8d85f","status":"passed","time":{"start":1729031908178,"stop":1729031908178,"duration":0}},{"uid":"98ceadc300ae276d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/98ceadc300ae276d","status":"passed","time":{"start":1728901453934,"stop":1728901453935,"duration":1}},{"uid":"1efcf877ef527cee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1efcf877ef527cee","status":"passed","time":{"start":1728892884411,"stop":1728892884411,"duration":0}},{"uid":"57b1b9a2fc64991f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/57b1b9a2fc64991f","status":"passed","time":{"start":1728855846880,"stop":1728855846880,"duration":0}},{"uid":"7a4a076a36ba00ae","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a4a076a36ba00ae","status":"passed","time":{"start":1728738064184,"stop":1728738064184,"duration":0}},{"uid":"b6af411b3399a935","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6af411b3399a935","status":"passed","time":{"start":1728682597762,"stop":1728682597762,"duration":0}},{"uid":"8dd229f04269ae27","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8dd229f04269ae27","status":"passed","time":{"start":1728682170541,"stop":1728682170541,"duration":0}},{"uid":"855097d9f5fe6d4d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/855097d9f5fe6d4d","status":"passed","time":{"start":1728676645201,"stop":1728676645201,"duration":0}},{"uid":"d02bcc52e9147ae1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d02bcc52e9147ae1","status":"passed","time":{"start":1728669368196,"stop":1728669368196,"duration":0}},{"uid":"5cb6d430271187e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5cb6d430271187e9","status":"passed","time":{"start":1728597709013,"stop":1728597709013,"duration":0}},{"uid":"c97fc45f474653d0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c97fc45f474653d0","status":"passed","time":{"start":1728596928107,"stop":1728596928107,"duration":0}}]},"380111472c8fafb0322a21f04ab37b43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0256f2ccf0e5eca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0256f2ccf0e5eca","status":"passed","time":{"start":1728738567469,"stop":1728738567469,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dd506bcf59de98bd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd506bcf59de98bd","status":"passed","time":{"start":1729034536111,"stop":1729034536112,"duration":1}},{"uid":"89de4dc672696e96","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89de4dc672696e96","status":"passed","time":{"start":1729034296720,"stop":1729034296720,"duration":0}},{"uid":"75f1eb2064df24a1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/75f1eb2064df24a1","status":"passed","time":{"start":1729034220615,"stop":1729034220615,"duration":0}},{"uid":"bc49bcae5720a76f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bc49bcae5720a76f","status":"passed","time":{"start":1729034041508,"stop":1729034041508,"duration":0}},{"uid":"c0ba0109bbc4ca1c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c0ba0109bbc4ca1c","status":"passed","time":{"start":1728901705420,"stop":1728901705421,"duration":1}},{"uid":"a79be547c496e0b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a79be547c496e0b0","status":"passed","time":{"start":1728893141784,"stop":1728893141784,"duration":0}},{"uid":"ee36612ebe385738","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ee36612ebe385738","status":"passed","time":{"start":1728856087088,"stop":1728856087089,"duration":1}},{"uid":"5fc4b8f28f0fcddd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5fc4b8f28f0fcddd","status":"passed","time":{"start":1728738321459,"stop":1728738321459,"duration":0}},{"uid":"946f32219042f3d0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/946f32219042f3d0","status":"passed","time":{"start":1728682845682,"stop":1728682845683,"duration":1}},{"uid":"107058da5d6c876e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/107058da5d6c876e","status":"passed","time":{"start":1728682424319,"stop":1728682424319,"duration":0}},{"uid":"b160b9c33c6dcc81","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b160b9c33c6dcc81","status":"passed","time":{"start":1728676900548,"stop":1728676900548,"duration":0}},{"uid":"784263618d56ea38","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/784263618d56ea38","status":"passed","time":{"start":1728669625819,"stop":1728669625820,"duration":1}},{"uid":"4357a4962ed07085","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4357a4962ed07085","status":"passed","time":{"start":1728597957180,"stop":1728597957181,"duration":1}},{"uid":"90724f469634f34e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90724f469634f34e","status":"passed","time":{"start":1728597182625,"stop":1728597182625,"duration":0}}]},"a2658ad6df364341c341f8d75607d661:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40c7d77eba77849d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/40c7d77eba77849d","status":"passed","time":{"start":1728669834439,"stop":1728669834440,"duration":1}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1baeb8a9bcde869d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1baeb8a9bcde869d","status":"passed","time":{"start":1729034703311,"stop":1729034703311,"duration":0}},{"uid":"ae1189794ef57a3a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ae1189794ef57a3a","status":"passed","time":{"start":1729034475275,"stop":1729034475276,"duration":1}},{"uid":"3c205b1deb563e24","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c205b1deb563e24","status":"passed","time":{"start":1729034392403,"stop":1729034392403,"duration":0}},{"uid":"f4f4b6d6cf68e401","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f4f4b6d6cf68e401","status":"passed","time":{"start":1729034208295,"stop":1729034208295,"duration":0}},{"uid":"10cf581b3101a132","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/10cf581b3101a132","status":"passed","time":{"start":1729032257067,"stop":1729032257076,"duration":9}},{"uid":"a7d1b0e4121c77da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7d1b0e4121c77da","status":"passed","time":{"start":1728902024013,"stop":1728902024013,"duration":0}},{"uid":"8220ed90135cb271","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8220ed90135cb271","status":"passed","time":{"start":1728893455130,"stop":1728893455130,"duration":0}},{"uid":"474e2dff0439a55","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/474e2dff0439a55","status":"passed","time":{"start":1728856404966,"stop":1728856404967,"duration":1}},{"uid":"7521c2d18849bf42","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7521c2d18849bf42","status":"passed","time":{"start":1728738634669,"stop":1728738634670,"duration":1}},{"uid":"4bbcf07720536ec4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bbcf07720536ec4","status":"passed","time":{"start":1728683163621,"stop":1728683163621,"duration":0}},{"uid":"c756eb5e3ec710bc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c756eb5e3ec710bc","status":"passed","time":{"start":1728682737542,"stop":1728682737543,"duration":1}},{"uid":"78a23f658890c5b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/78a23f658890c5b3","status":"passed","time":{"start":1728677222567,"stop":1728677222568,"duration":1}},{"uid":"fc3e330e44921b8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fc3e330e44921b8","status":"passed","time":{"start":1728669905044,"stop":1728669905045,"duration":1}},{"uid":"6ffc975491575bac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6ffc975491575bac","status":"passed","time":{"start":1728598284366,"stop":1728598284366,"duration":0}},{"uid":"a3527b3de1f9307d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3527b3de1f9307d","status":"passed","time":{"start":1728597506831,"stop":1728597506831,"duration":0}}]},"daa1eb958f1f6d12e89835c3f568121c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4564c76400e676bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4564c76400e676bf","status":"passed","time":{"start":1729034348213,"stop":1729034348213,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2bc99c8cd70ca7dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2bc99c8cd70ca7dd","status":"passed","time":{"start":1729034408864,"stop":1729034408870,"duration":6}},{"uid":"c6bd130e032f77d8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c6bd130e032f77d8","status":"passed","time":{"start":1729034166261,"stop":1729034166261,"duration":0}},{"uid":"ff80e5c24e7fa86a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ff80e5c24e7fa86a","status":"passed","time":{"start":1729034096718,"stop":1729034096719,"duration":1}},{"uid":"6a2dd40c8790e869","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a2dd40c8790e869","status":"passed","time":{"start":1729033904747,"stop":1729033904747,"duration":0}},{"uid":"96e0ee65df66da37","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/96e0ee65df66da37","status":"passed","time":{"start":1729031952293,"stop":1729031952294,"duration":1}},{"uid":"2e739279473c798e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2e739279473c798e","status":"passed","time":{"start":1728901498547,"stop":1728901498548,"duration":1}},{"uid":"88699e4751262d06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/88699e4751262d06","status":"passed","time":{"start":1728892934940,"stop":1728892934940,"duration":0}},{"uid":"7d7685a03485326a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d7685a03485326a","status":"passed","time":{"start":1728855901087,"stop":1728855901087,"duration":0}},{"uid":"ebc468316489fc28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ebc468316489fc28","status":"passed","time":{"start":1728738109821,"stop":1728738109821,"duration":0}},{"uid":"37cccc36f5c4f2c1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/37cccc36f5c4f2c1","status":"passed","time":{"start":1728682641762,"stop":1728682641764,"duration":2}},{"uid":"43a20edb023443c2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/43a20edb023443c2","status":"passed","time":{"start":1728682224055,"stop":1728682224056,"duration":1}},{"uid":"10dc3d6e9a8c0635","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/10dc3d6e9a8c0635","status":"passed","time":{"start":1728676692590,"stop":1728676692590,"duration":0}},{"uid":"4be8a7538cc6a4c4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4be8a7538cc6a4c4","status":"passed","time":{"start":1728669414325,"stop":1728669414326,"duration":1}},{"uid":"39465e53b27f8572","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39465e53b27f8572","status":"passed","time":{"start":1728597758157,"stop":1728597758157,"duration":0}},{"uid":"5686496f1c2cc70b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5686496f1c2cc70b","status":"passed","time":{"start":1728596973960,"stop":1728596973960,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"54ae6abc99a53cea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/54ae6abc99a53cea","status":"passed","time":{"start":1729034341404,"stop":1729034341404,"duration":0}},{"uid":"5b8daab95405b2d3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b8daab95405b2d3","status":"passed","time":{"start":1729034104912,"stop":1729034104912,"duration":0}},{"uid":"9be617469ff92581","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9be617469ff92581","status":"passed","time":{"start":1729034028510,"stop":1729034028510,"duration":0}},{"uid":"fec9c2aa22b41add","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fec9c2aa22b41add","status":"passed","time":{"start":1729033843118,"stop":1729033843118,"duration":0}},{"uid":"3a255ceb37c1023","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3a255ceb37c1023","status":"passed","time":{"start":1729031892677,"stop":1729031892680,"duration":3}},{"uid":"b8a2d9cef04d8a4d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8a2d9cef04d8a4d","status":"passed","time":{"start":1728901438811,"stop":1728901438811,"duration":0}},{"uid":"dee349336f8b2fd9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dee349336f8b2fd9","status":"passed","time":{"start":1728892869000,"stop":1728892869000,"duration":0}},{"uid":"82b49cf7825e2ced","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/82b49cf7825e2ced","status":"passed","time":{"start":1728855831892,"stop":1728855831892,"duration":0}},{"uid":"39102be81c14958c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/39102be81c14958c","status":"passed","time":{"start":1728738049040,"stop":1728738049040,"duration":0}},{"uid":"e2a22015d559326e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e2a22015d559326e","status":"passed","time":{"start":1728682582618,"stop":1728682582618,"duration":0}},{"uid":"9302fa54f16c7879","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9302fa54f16c7879","status":"passed","time":{"start":1728682155411,"stop":1728682155411,"duration":0}},{"uid":"fe6a75af9fff3725","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe6a75af9fff3725","status":"passed","time":{"start":1728676629973,"stop":1728676629974,"duration":1}},{"uid":"63524ad3dc41ccca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/63524ad3dc41ccca","status":"passed","time":{"start":1728669353101,"stop":1728669353101,"duration":0}},{"uid":"50f97c27d2219032","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/50f97c27d2219032","status":"passed","time":{"start":1728597693846,"stop":1728597693846,"duration":0}},{"uid":"8b9744ed5ab5a928","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8b9744ed5ab5a928","status":"passed","time":{"start":1728596913090,"stop":1728596913091,"duration":1}}]},"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"db60e09da7e6d704","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db60e09da7e6d704","status":"passed","time":{"start":1729034683700,"stop":1729034683700,"duration":0}},{"uid":"299a33c7dcc4a2d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/299a33c7dcc4a2d4","status":"passed","time":{"start":1729034458925,"stop":1729034458925,"duration":0}},{"uid":"3a47158c3958a398","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a47158c3958a398","status":"passed","time":{"start":1729034372194,"stop":1729034372195,"duration":1}},{"uid":"60ff1e299ba587d3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/60ff1e299ba587d3","status":"passed","time":{"start":1729034191994,"stop":1729034191995,"duration":1}},{"uid":"46195923a122e2d3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/46195923a122e2d3","status":"passed","time":{"start":1729032246144,"stop":1729032246144,"duration":0}},{"uid":"9602d7b37a854e8e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9602d7b37a854e8e","status":"passed","time":{"start":1728902009942,"stop":1728902009942,"duration":0}},{"uid":"1cc8fbc5cf6bb6ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cc8fbc5cf6bb6ca","status":"passed","time":{"start":1728893442067,"stop":1728893442068,"duration":1}},{"uid":"1f1e2bafc202ce0d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f1e2bafc202ce0d","status":"passed","time":{"start":1728856390379,"stop":1728856390379,"duration":0}},{"uid":"1381945c5239e1a1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1381945c5239e1a1","status":"passed","time":{"start":1728738615984,"stop":1728738615985,"duration":1}},{"uid":"bfa147da2883ba50","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bfa147da2883ba50","status":"passed","time":{"start":1728683138590,"stop":1728683138590,"duration":0}},{"uid":"4f338fbe9f81d9aa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4f338fbe9f81d9aa","status":"passed","time":{"start":1728682713979,"stop":1728682713979,"duration":0}},{"uid":"fce7ec00a969dbb8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fce7ec00a969dbb8","status":"passed","time":{"start":1728677205665,"stop":1728677205665,"duration":0}},{"uid":"3559c7be7cd2f80a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3559c7be7cd2f80a","status":"passed","time":{"start":1728669886306,"stop":1728669886306,"duration":0}},{"uid":"cdd92b16b4657008","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cdd92b16b4657008","status":"passed","time":{"start":1728598272274,"stop":1728598272274,"duration":0}},{"uid":"b2530edf081c3c68","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2530edf081c3c68","status":"passed","time":{"start":1728597492995,"stop":1728597492995,"duration":0}}]},"6f49360a775ab897b92eaa607bea720e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2057d93138268c91","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2057d93138268c91","status":"passed","time":{"start":1728682581096,"stop":1728682581097,"duration":1}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f4b51e13833a658b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f4b51e13833a658b","status":"passed","time":{"start":1729034631260,"stop":1729034631260,"duration":0}},{"uid":"89cd13bcfa6e4ba4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89cd13bcfa6e4ba4","status":"passed","time":{"start":1729034400896,"stop":1729034400896,"duration":0}},{"uid":"aff8376076231b2f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/aff8376076231b2f","status":"passed","time":{"start":1729034317487,"stop":1729034317487,"duration":0}},{"uid":"ef61c7e9ea3322d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ef61c7e9ea3322d7","status":"passed","time":{"start":1729034137149,"stop":1729034137150,"duration":1}},{"uid":"be5f4244dbc12981","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be5f4244dbc12981","status":"passed","time":{"start":1729032206884,"stop":1729032206884,"duration":0}},{"uid":"8c17ac1c45aa420b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8c17ac1c45aa420b","status":"passed","time":{"start":1728901995027,"stop":1728901995027,"duration":0}},{"uid":"25f1037db933b591","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25f1037db933b591","status":"passed","time":{"start":1728893421004,"stop":1728893421006,"duration":2}},{"uid":"7b3b45027b67cb3a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7b3b45027b67cb3a","status":"passed","time":{"start":1728856368604,"stop":1728856368604,"duration":0}},{"uid":"bb6839cac0dc5def","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb6839cac0dc5def","status":"passed","time":{"start":1728738604690,"stop":1728738604690,"duration":0}},{"uid":"7b0bb8257fb2740d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b0bb8257fb2740d","status":"passed","time":{"start":1728683117651,"stop":1728683117652,"duration":1}},{"uid":"ea4582843ca98fa2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea4582843ca98fa2","status":"passed","time":{"start":1728682721324,"stop":1728682721324,"duration":0}},{"uid":"39e4fcd02973b32","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/39e4fcd02973b32","status":"passed","time":{"start":1728677184690,"stop":1728677184691,"duration":1}},{"uid":"3547c66db21078a8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3547c66db21078a8","status":"passed","time":{"start":1728669866471,"stop":1728669866472,"duration":1}},{"uid":"4befecc29d67d6d7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4befecc29d67d6d7","status":"passed","time":{"start":1728598250007,"stop":1728598250007,"duration":0}},{"uid":"ca04a4e0db088596","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ca04a4e0db088596","status":"passed","time":{"start":1728597472307,"stop":1728597472307,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"499d87fee9e7e901","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/499d87fee9e7e901","status":"passed","time":{"start":1729034631263,"stop":1729034631263,"duration":0}},{"uid":"801fea40d2e6f0bf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/801fea40d2e6f0bf","status":"passed","time":{"start":1729034400902,"stop":1729034400903,"duration":1}},{"uid":"2d518df56ac6b8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2d518df56ac6b8","status":"passed","time":{"start":1729034317498,"stop":1729034317504,"duration":6}},{"uid":"56fe24c9e41f5f3b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/56fe24c9e41f5f3b","status":"passed","time":{"start":1729034137156,"stop":1729034137157,"duration":1}},{"uid":"e3ed0effe7cce2d5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e3ed0effe7cce2d5","status":"passed","time":{"start":1729032206888,"stop":1729032206888,"duration":0}},{"uid":"65e785f8fb1aca8a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65e785f8fb1aca8a","status":"passed","time":{"start":1728901995036,"stop":1728901995036,"duration":0}},{"uid":"11f3c8016d0bdf97","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/11f3c8016d0bdf97","status":"passed","time":{"start":1728893421009,"stop":1728893421009,"duration":0}},{"uid":"7a8ac835a5cb5166","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7a8ac835a5cb5166","status":"passed","time":{"start":1728856368610,"stop":1728856368610,"duration":0}},{"uid":"d8d16421040525d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d8d16421040525d","status":"passed","time":{"start":1728738604692,"stop":1728738604693,"duration":1}},{"uid":"c951e9863a2f44cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c951e9863a2f44cc","status":"passed","time":{"start":1728683117675,"stop":1728683117676,"duration":1}},{"uid":"284863637e543e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/284863637e543e4","status":"passed","time":{"start":1728682721327,"stop":1728682721327,"duration":0}},{"uid":"7c2637a8af6ccad6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c2637a8af6ccad6","status":"passed","time":{"start":1728677184694,"stop":1728677184694,"duration":0}},{"uid":"6c91d73260bc3b69","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c91d73260bc3b69","status":"passed","time":{"start":1728669866478,"stop":1728669866479,"duration":1}},{"uid":"6c98b1eda00ea5c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6c98b1eda00ea5c6","status":"passed","time":{"start":1728598250013,"stop":1728598250013,"duration":0}},{"uid":"2c1b8da6b1c65bde","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c1b8da6b1c65bde","status":"passed","time":{"start":1728597472310,"stop":1728597472310,"duration":0}}]},"68e8a3b4e2ca50c7f0f0f40dd92f172c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"396b403c42889aef","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/396b403c42889aef","status":"passed","time":{"start":1728597353476,"stop":1728597353476,"duration":0}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2d837904a920b901","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d837904a920b901","status":"passed","time":{"start":1729034631258,"stop":1729034631258,"duration":0}},{"uid":"acaad79188853dee","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/acaad79188853dee","status":"passed","time":{"start":1729034400893,"stop":1729034400894,"duration":1}},{"uid":"e478f1813673b41e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e478f1813673b41e","status":"passed","time":{"start":1729034317463,"stop":1729034317463,"duration":0}},{"uid":"987fe2883b8da6e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/987fe2883b8da6e5","status":"passed","time":{"start":1729034137146,"stop":1729034137146,"duration":0}},{"uid":"73c5530effc1de8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73c5530effc1de8c","status":"passed","time":{"start":1729032206879,"stop":1729032206879,"duration":0}},{"uid":"7171655a0e731fe1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7171655a0e731fe1","status":"passed","time":{"start":1728901995025,"stop":1728901995025,"duration":0}},{"uid":"769a75285c89b79d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/769a75285c89b79d","status":"passed","time":{"start":1728893421001,"stop":1728893421002,"duration":1}},{"uid":"e6f26e0affe64fd7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e6f26e0affe64fd7","status":"passed","time":{"start":1728856368601,"stop":1728856368602,"duration":1}},{"uid":"edb27beb27443479","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edb27beb27443479","status":"passed","time":{"start":1728738604685,"stop":1728738604686,"duration":1}},{"uid":"9a9bac8e34620936","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9a9bac8e34620936","status":"passed","time":{"start":1728683117640,"stop":1728683117641,"duration":1}},{"uid":"68f7868f1022e89c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/68f7868f1022e89c","status":"passed","time":{"start":1728682721321,"stop":1728682721322,"duration":1}},{"uid":"5d36a771427dcca5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5d36a771427dcca5","status":"passed","time":{"start":1728677184687,"stop":1728677184688,"duration":1}},{"uid":"2abdd409ce78fda4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2abdd409ce78fda4","status":"passed","time":{"start":1728669866458,"stop":1728669866465,"duration":7}},{"uid":"b69e0ccfe2d35cca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b69e0ccfe2d35cca","status":"passed","time":{"start":1728598249997,"stop":1728598249999,"duration":2}},{"uid":"506e8f3dfcaf1411","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/506e8f3dfcaf1411","status":"passed","time":{"start":1728597472302,"stop":1728597472302,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"994423a9d76586ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/994423a9d76586ac","status":"passed","time":{"start":1729034665577,"stop":1729034665577,"duration":0}},{"uid":"2fb723b96007f189","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2fb723b96007f189","status":"passed","time":{"start":1729034434257,"stop":1729034434258,"duration":1}},{"uid":"5be675e41f5e8b28","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5be675e41f5e8b28","status":"passed","time":{"start":1729034350152,"stop":1729034350153,"duration":1}},{"uid":"94edeca01736ea9e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/94edeca01736ea9e","status":"passed","time":{"start":1729034169193,"stop":1729034169193,"duration":0}},{"uid":"c6199404bba2d58c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6199404bba2d58c","status":"passed","time":{"start":1729032228064,"stop":1729032228064,"duration":0}},{"uid":"d728aba22efa3544","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d728aba22efa3544","status":"passed","time":{"start":1728901947142,"stop":1728901947144,"duration":2}},{"uid":"d8d0f5c72c321533","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d8d0f5c72c321533","status":"passed","time":{"start":1728893380056,"stop":1728893380056,"duration":0}},{"uid":"aa68266fa3a92ac8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aa68266fa3a92ac8","status":"passed","time":{"start":1728856336877,"stop":1728856336878,"duration":1}},{"uid":"d94e035baff91a6e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d94e035baff91a6e","status":"passed","time":{"start":1728738551162,"stop":1728738551162,"duration":0}},{"uid":"e49a21d4223a54fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e49a21d4223a54fb","status":"passed","time":{"start":1728683095873,"stop":1728683095874,"duration":1}},{"uid":"2de4ec99f5d7cf27","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2de4ec99f5d7cf27","status":"passed","time":{"start":1728682657384,"stop":1728682657385,"duration":1}},{"uid":"87a1bf1b4336d89a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87a1bf1b4336d89a","status":"passed","time":{"start":1728677151460,"stop":1728677151464,"duration":4}},{"uid":"3fc60d8c55a9fbda","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3fc60d8c55a9fbda","status":"passed","time":{"start":1728669832892,"stop":1728669832892,"duration":0}},{"uid":"6cae606c4ec7c28d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6cae606c4ec7c28d","status":"passed","time":{"start":1728598215607,"stop":1728598215607,"duration":0}},{"uid":"b6f8134975c003a0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b6f8134975c003a0","status":"passed","time":{"start":1728597425040,"stop":1728597425040,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"78f1e29b3bc31ca6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/78f1e29b3bc31ca6","status":"passed","time":{"start":1729034392564,"stop":1729034392567,"duration":3}},{"uid":"dd0e80ddacf26ac6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dd0e80ddacf26ac6","status":"passed","time":{"start":1729034155166,"stop":1729034155168,"duration":2}},{"uid":"e4ea3936f719597c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e4ea3936f719597c","status":"passed","time":{"start":1729034079227,"stop":1729034079229,"duration":2}},{"uid":"c5a47a36237b83ab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5a47a36237b83ab","status":"passed","time":{"start":1729033892945,"stop":1729033892948,"duration":3}},{"uid":"b9c64221805f56d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b9c64221805f56d1","status":"passed","time":{"start":1729031943342,"stop":1729031943344,"duration":2}},{"uid":"af4f8cddfefad206","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/af4f8cddfefad206","status":"passed","time":{"start":1728901487505,"stop":1728901487509,"duration":4}},{"uid":"974e3092b22191b7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/974e3092b22191b7","status":"passed","time":{"start":1728892920369,"stop":1728892920383,"duration":14}},{"uid":"39b070de5c97f64e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39b070de5c97f64e","status":"passed","time":{"start":1728855881492,"stop":1728855881494,"duration":2}},{"uid":"401bcf6bd698aa2f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/401bcf6bd698aa2f","status":"passed","time":{"start":1728738098723,"stop":1728738098725,"duration":2}},{"uid":"36007dd2ebe1cafe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36007dd2ebe1cafe","status":"passed","time":{"start":1728682632215,"stop":1728682632217,"duration":2}},{"uid":"d2458a1b473855e8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d2458a1b473855e8","status":"passed","time":{"start":1728682205205,"stop":1728682205207,"duration":2}},{"uid":"c1794820e1fbc526","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1794820e1fbc526","status":"passed","time":{"start":1728676680971,"stop":1728676680973,"duration":2}},{"uid":"4ca9869982638f40","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4ca9869982638f40","status":"passed","time":{"start":1728669404734,"stop":1728669404736,"duration":2}},{"uid":"58d7a15b9157499c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58d7a15b9157499c","status":"passed","time":{"start":1728597743839,"stop":1728597743841,"duration":2}},{"uid":"8f6ad414edd49f38","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8f6ad414edd49f38","status":"passed","time":{"start":1728596961177,"stop":1728596961179,"duration":2}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d97d043614eb23de","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d97d043614eb23de","status":"passed","time":{"start":1729034704493,"stop":1729034704493,"duration":0}},{"uid":"24200c15a990a5cf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/24200c15a990a5cf","status":"passed","time":{"start":1729034474985,"stop":1729034474986,"duration":1}},{"uid":"e2fd34e258bd9647","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e2fd34e258bd9647","status":"passed","time":{"start":1729034395289,"stop":1729034395289,"duration":0}},{"uid":"a66b66b32d1511fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a66b66b32d1511fa","status":"passed","time":{"start":1729034209095,"stop":1729034209095,"duration":0}},{"uid":"6855859dbf1a2f30","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6855859dbf1a2f30","status":"passed","time":{"start":1729032264566,"stop":1729032264566,"duration":0}},{"uid":"a8749e88c3776e0f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a8749e88c3776e0f","status":"passed","time":{"start":1728902012846,"stop":1728902012847,"duration":1}},{"uid":"f2dfa66a9f529e97","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f2dfa66a9f529e97","status":"passed","time":{"start":1728893454809,"stop":1728893454810,"duration":1}},{"uid":"a28cc198a7ec0b63","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a28cc198a7ec0b63","status":"passed","time":{"start":1728856408450,"stop":1728856408451,"duration":1}},{"uid":"37db7b04593611da","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37db7b04593611da","status":"passed","time":{"start":1728738633853,"stop":1728738633853,"duration":0}},{"uid":"501e08ebc336d7ea","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/501e08ebc336d7ea","status":"passed","time":{"start":1728683159752,"stop":1728683159753,"duration":1}},{"uid":"496cb26b34bbad83","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/496cb26b34bbad83","status":"passed","time":{"start":1728682751327,"stop":1728682751328,"duration":1}},{"uid":"b12281076163d9c0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b12281076163d9c0","status":"passed","time":{"start":1728677216354,"stop":1728677216354,"duration":0}},{"uid":"217011cf51d4d0f3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/217011cf51d4d0f3","status":"passed","time":{"start":1728669925452,"stop":1728669925452,"duration":0}},{"uid":"c1d5b187c4e00a5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c1d5b187c4e00a5e","status":"passed","time":{"start":1728598268800,"stop":1728598268800,"duration":0}},{"uid":"65c4d21a3f5e2192","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/65c4d21a3f5e2192","status":"passed","time":{"start":1728597503914,"stop":1728597503915,"duration":1}}]},"589bdabb1a61d704ab7b3713dd78427e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd08246798d56","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd08246798d56","status":"passed","time":{"start":1729034177531,"stop":1729034177531,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"beb6ed369ca6e6b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/beb6ed369ca6e6b","status":"passed","time":{"start":1729034408864,"stop":1729034408864,"duration":0}},{"uid":"9526a09acafc4c40","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9526a09acafc4c40","status":"passed","time":{"start":1729034166260,"stop":1729034166260,"duration":0}},{"uid":"d47953df9db7c526","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d47953df9db7c526","status":"passed","time":{"start":1729034096717,"stop":1729034096718,"duration":1}},{"uid":"bce766f40992978b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bce766f40992978b","status":"passed","time":{"start":1729033904744,"stop":1729033904745,"duration":1}},{"uid":"7fc5d44b1b191f6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7fc5d44b1b191f6c","status":"passed","time":{"start":1729031952292,"stop":1729031952293,"duration":1}},{"uid":"d61d47d5a4175aad","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d61d47d5a4175aad","status":"passed","time":{"start":1728901498546,"stop":1728901498547,"duration":1}},{"uid":"4a0ea119e8b76954","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a0ea119e8b76954","status":"passed","time":{"start":1728892934939,"stop":1728892934939,"duration":0}},{"uid":"6d4f9586648b785d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d4f9586648b785d","status":"passed","time":{"start":1728855901078,"stop":1728855901080,"duration":2}},{"uid":"95f59bb7fcaa6b60","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/95f59bb7fcaa6b60","status":"passed","time":{"start":1728738109820,"stop":1728738109820,"duration":0}},{"uid":"99f599564be03945","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99f599564be03945","status":"passed","time":{"start":1728682641761,"stop":1728682641761,"duration":0}},{"uid":"63e57bb153c68b8f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/63e57bb153c68b8f","status":"passed","time":{"start":1728682224053,"stop":1728682224054,"duration":1}},{"uid":"6c3eee613cbd3dcb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6c3eee613cbd3dcb","status":"passed","time":{"start":1728676692588,"stop":1728676692588,"duration":0}},{"uid":"ebc311a7a7108e0e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebc311a7a7108e0e","status":"passed","time":{"start":1728669414320,"stop":1728669414322,"duration":2}},{"uid":"5e8085a933427570","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e8085a933427570","status":"passed","time":{"start":1728597758156,"stop":1728597758156,"duration":0}},{"uid":"ed6fc59d48ed57d3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed6fc59d48ed57d3","status":"passed","time":{"start":1728596973959,"stop":1728596973959,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6b417682756934b7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6b417682756934b7","status":"passed","time":{"start":1729034636322,"stop":1729034636322,"duration":0}},{"uid":"3225d7a13b05f3e1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3225d7a13b05f3e1","status":"passed","time":{"start":1729034402287,"stop":1729034402287,"duration":0}},{"uid":"e4230fe98cb020f4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e4230fe98cb020f4","status":"passed","time":{"start":1729034323311,"stop":1729034323313,"duration":2}},{"uid":"c05b2f0040a53ae4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c05b2f0040a53ae4","status":"passed","time":{"start":1729034144770,"stop":1729034144771,"duration":1}},{"uid":"d6f47102a4768d44","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d6f47102a4768d44","status":"passed","time":{"start":1729032198827,"stop":1729032198827,"duration":0}},{"uid":"7d7309dc28194dc0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7d7309dc28194dc0","status":"passed","time":{"start":1728901901774,"stop":1728901901775,"duration":1}},{"uid":"feac7afec519558d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/feac7afec519558d","status":"passed","time":{"start":1728893337256,"stop":1728893337257,"duration":1}},{"uid":"89083c52a1c2126","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89083c52a1c2126","status":"passed","time":{"start":1728856299200,"stop":1728856299200,"duration":0}},{"uid":"6a74a3e063d6f39e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6a74a3e063d6f39e","status":"passed","time":{"start":1728738505391,"stop":1728738505391,"duration":0}},{"uid":"6ff0b672bfdd5b5f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6ff0b672bfdd5b5f","status":"passed","time":{"start":1728683045452,"stop":1728683045453,"duration":1}},{"uid":"edf7a6d40318c771","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/edf7a6d40318c771","status":"passed","time":{"start":1728682607296,"stop":1728682607297,"duration":1}},{"uid":"a6db3d317b04a632","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a6db3d317b04a632","status":"passed","time":{"start":1728677103500,"stop":1728677103501,"duration":1}},{"uid":"80b263010a68f308","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/80b263010a68f308","status":"passed","time":{"start":1728669777135,"stop":1728669777137,"duration":2}},{"uid":"bc25232ed893c292","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bc25232ed893c292","status":"passed","time":{"start":1728598163469,"stop":1728598163469,"duration":0}},{"uid":"e29600fc1d5c393","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e29600fc1d5c393","status":"passed","time":{"start":1728597375486,"stop":1728597375487,"duration":1}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ed79a3fadf626b08","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ed79a3fadf626b08","status":"passed","time":{"start":1729034611656,"stop":1729034611656,"duration":0}},{"uid":"a21ab84aeb1919e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a21ab84aeb1919e","status":"passed","time":{"start":1729034393631,"stop":1729034393631,"duration":0}},{"uid":"360a85863cb0fb94","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/360a85863cb0fb94","status":"passed","time":{"start":1729034304825,"stop":1729034304828,"duration":3}},{"uid":"daa9c02354d85bd9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/daa9c02354d85bd9","status":"passed","time":{"start":1729034121895,"stop":1729034121895,"duration":0}},{"uid":"ca6a8289a9a0d80b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ca6a8289a9a0d80b","status":"passed","time":{"start":1729032174800,"stop":1729032174800,"duration":0}},{"uid":"f4a778b414806ba4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f4a778b414806ba4","status":"passed","time":{"start":1728901881006,"stop":1728901881007,"duration":1}},{"uid":"ff33c1c4e6a7ea0a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff33c1c4e6a7ea0a","status":"passed","time":{"start":1728893317152,"stop":1728893317152,"duration":0}},{"uid":"b2a5ea87a95e5e2f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2a5ea87a95e5e2f","status":"passed","time":{"start":1728856263071,"stop":1728856263072,"duration":1}},{"uid":"caf69374d8d96c0b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/caf69374d8d96c0b","status":"passed","time":{"start":1728738492792,"stop":1728738492792,"duration":0}},{"uid":"6d816e8843902d6b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6d816e8843902d6b","status":"passed","time":{"start":1728683030010,"stop":1728683030011,"duration":1}},{"uid":"af3f4772b1117c29","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af3f4772b1117c29","status":"passed","time":{"start":1728682581086,"stop":1728682581087,"duration":1}},{"uid":"f26ed3bc01c20863","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f26ed3bc01c20863","status":"passed","time":{"start":1728677081987,"stop":1728677081987,"duration":0}},{"uid":"39fd0a31d85788c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39fd0a31d85788c5","status":"passed","time":{"start":1728669795389,"stop":1728669795389,"duration":0}},{"uid":"1d268fc79e5207c8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1d268fc79e5207c8","status":"passed","time":{"start":1728598137497,"stop":1728598137497,"duration":0}},{"uid":"cf4e1e5195346621","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cf4e1e5195346621","status":"passed","time":{"start":1728597353475,"stop":1728597353475,"duration":0}}]},"a82e8ff625b0f503e1e623b520a25ca0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27e8cdc6ffb57947","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/27e8cdc6ffb57947","status":"passed","time":{"start":1728597423325,"stop":1728597423325,"duration":0}}]},"9e3c2262118680099024c08642f6eadf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0914f40c148e5a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0914f40c148e5a9","status":"passed","time":{"start":1728856299190,"stop":1728856299191,"duration":1}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2dbee7058f5485bf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2dbee7058f5485bf","status":"passed","time":{"start":1729034341411,"stop":1729034341412,"duration":1}},{"uid":"2852bdf8c6ab2f6a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2852bdf8c6ab2f6a","status":"passed","time":{"start":1729034104921,"stop":1729034104921,"duration":0}},{"uid":"e0ac518b5e7e5dc4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e0ac518b5e7e5dc4","status":"passed","time":{"start":1729034028519,"stop":1729034028519,"duration":0}},{"uid":"e7fd6362d20e608e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7fd6362d20e608e","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0}},{"uid":"d672b7a23ff2211b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d672b7a23ff2211b","status":"passed","time":{"start":1729031892684,"stop":1729031892685,"duration":1}},{"uid":"639d384c9f47abba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/639d384c9f47abba","status":"passed","time":{"start":1728901438816,"stop":1728901438816,"duration":0}},{"uid":"714ed4a77d1823e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/714ed4a77d1823e4","status":"passed","time":{"start":1728892869009,"stop":1728892869009,"duration":0}},{"uid":"9d44c214ee1110a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9d44c214ee1110a4","status":"passed","time":{"start":1728855831900,"stop":1728855831900,"duration":0}},{"uid":"9a9ff36c2f6205d4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9a9ff36c2f6205d4","status":"passed","time":{"start":1728738049049,"stop":1728738049049,"duration":0}},{"uid":"f4b73200dd1bf7f0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4b73200dd1bf7f0","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"3d7abce9394521de","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d7abce9394521de","status":"passed","time":{"start":1728682155415,"stop":1728682155415,"duration":0}},{"uid":"a45f8125702b1d54","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a45f8125702b1d54","status":"passed","time":{"start":1728676629982,"stop":1728676629982,"duration":0}},{"uid":"86c7f16aa7328828","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/86c7f16aa7328828","status":"passed","time":{"start":1728669353109,"stop":1728669353109,"duration":0}},{"uid":"6b2b4c2d8b698b9a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b2b4c2d8b698b9a","status":"passed","time":{"start":1728597693856,"stop":1728597693856,"duration":0}},{"uid":"cd247bd806c070f0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd247bd806c070f0","status":"passed","time":{"start":1728596913099,"stop":1728596913099,"duration":0}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d975851c33c7fb43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d975851c33c7fb43","status":"passed","time":{"start":1729034424273,"stop":1729034424274,"duration":1}},{"uid":"6d8d5be0f59bf417","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d8d5be0f59bf417","status":"passed","time":{"start":1729034190705,"stop":1729034190705,"duration":0}},{"uid":"903dd7b8fdaff768","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/903dd7b8fdaff768","status":"passed","time":{"start":1729034108431,"stop":1729034108432,"duration":1}},{"uid":"984781a32af2884f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/984781a32af2884f","status":"passed","time":{"start":1729033925382,"stop":1729033925383,"duration":1}},{"uid":"48992b7259c9d8e5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/48992b7259c9d8e5","status":"passed","time":{"start":1729031975190,"stop":1729031975190,"duration":0}},{"uid":"7cb2da1eca26cec","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7cb2da1eca26cec","status":"passed","time":{"start":1728901537877,"stop":1728901537877,"duration":0}},{"uid":"b583ba2df6383244","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b583ba2df6383244","status":"passed","time":{"start":1728892972429,"stop":1728892972430,"duration":1}},{"uid":"8c0ca2cd9222104b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8c0ca2cd9222104b","status":"passed","time":{"start":1728855933071,"stop":1728855933071,"duration":0}},{"uid":"7bd83e95bb76daa2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7bd83e95bb76daa2","status":"passed","time":{"start":1728738149926,"stop":1728738149926,"duration":0}},{"uid":"4d662ffdc02da69d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d662ffdc02da69d","status":"passed","time":{"start":1728682681970,"stop":1728682681970,"duration":0}},{"uid":"fce06c205fbd1535","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fce06c205fbd1535","status":"passed","time":{"start":1728682257769,"stop":1728682257769,"duration":0}},{"uid":"26adff58b1740689","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/26adff58b1740689","status":"passed","time":{"start":1728676730787,"stop":1728676730787,"duration":0}},{"uid":"7784a66174267ed5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7784a66174267ed5","status":"passed","time":{"start":1728669456895,"stop":1728669456895,"duration":0}},{"uid":"bd27fca1669c5e9d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bd27fca1669c5e9d","status":"passed","time":{"start":1728597795919,"stop":1728597795920,"duration":1}},{"uid":"dbcb6fd3cf3fe4aa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dbcb6fd3cf3fe4aa","status":"passed","time":{"start":1728597010201,"stop":1728597010202,"duration":1}}]},"54cc27ce0cd8be6ca7f1bde80ff8c17a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"5579e22f0d2569d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5579e22f0d2569d6","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473211,"stop":1729034473211,"duration":0}},{"uid":"4aaf17cd0065ae4e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4aaf17cd0065ae4e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241153,"stop":1729034241153,"duration":0}},{"uid":"b8c3c65f3f9771f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b8c3c65f3f9771f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159972,"stop":1729034159972,"duration":0}},{"uid":"7549417e62414179","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7549417e62414179","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977062,"stop":1729033977062,"duration":0}},{"uid":"db66d8a63b0709b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/db66d8a63b0709b2","status":"passed","time":{"start":1729032093773,"stop":1729032093773,"duration":0}},{"uid":"1c62de99d430090d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c62de99d430090d","status":"passed","time":{"start":1728901748771,"stop":1728901748771,"duration":0}},{"uid":"6bab09850f6120a4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6bab09850f6120a4","status":"passed","time":{"start":1728893181083,"stop":1728893181084,"duration":1}},{"uid":"6d5a3f38eeac3867","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d5a3f38eeac3867","status":"passed","time":{"start":1728856155549,"stop":1728856155550,"duration":1}},{"uid":"473ba2d4f9b91fdc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/473ba2d4f9b91fdc","status":"passed","time":{"start":1728738360283,"stop":1728738360283,"duration":0}},{"uid":"f825e4f32590c1ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f825e4f32590c1ab","status":"passed","time":{"start":1728682907219,"stop":1728682907220,"duration":1}},{"uid":"55814e421e6fc073","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/55814e421e6fc073","status":"passed","time":{"start":1728682466729,"stop":1728682466729,"duration":0}},{"uid":"dee3401b3c33357c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dee3401b3c33357c","status":"passed","time":{"start":1728676955719,"stop":1728676955719,"duration":0}},{"uid":"80b6be55e1361eef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/80b6be55e1361eef","status":"passed","time":{"start":1728598013532,"stop":1728598013532,"duration":0}},{"uid":"b787b9b55d23f1fa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b787b9b55d23f1fa","status":"passed","time":{"start":1728597225197,"stop":1728597225197,"duration":0}}]},"c775a8e37dd3068a87b8e3ba20988316:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b179d03ff3f0307","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1b179d03ff3f0307","status":"passed","time":{"start":1728893389987,"stop":1728893389988,"duration":1}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"aec34ed9a0e578b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aec34ed9a0e578b5","status":"passed","time":{"start":1729034704492,"stop":1729034704492,"duration":0}},{"uid":"86c297070c31020d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/86c297070c31020d","status":"passed","time":{"start":1729034474984,"stop":1729034474984,"duration":0}},{"uid":"31117f1576142d35","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/31117f1576142d35","status":"passed","time":{"start":1729034395288,"stop":1729034395288,"duration":0}},{"uid":"a7d61e4e9b27f10d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a7d61e4e9b27f10d","status":"passed","time":{"start":1729034209092,"stop":1729034209093,"duration":1}},{"uid":"4aaa9b0c6821ad26","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4aaa9b0c6821ad26","status":"passed","time":{"start":1729032264564,"stop":1729032264565,"duration":1}},{"uid":"9925fc21bc4b8485","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9925fc21bc4b8485","status":"passed","time":{"start":1728902012840,"stop":1728902012844,"duration":4}},{"uid":"adbbd117d50c92be","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/adbbd117d50c92be","status":"passed","time":{"start":1728893454808,"stop":1728893454809,"duration":1}},{"uid":"7e0b93e550b0dc69","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7e0b93e550b0dc69","status":"passed","time":{"start":1728856408449,"stop":1728856408450,"duration":1}},{"uid":"336201f4f85cb4a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/336201f4f85cb4a","status":"passed","time":{"start":1728738633851,"stop":1728738633852,"duration":1}},{"uid":"ab84430f091fc063","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab84430f091fc063","status":"passed","time":{"start":1728683159748,"stop":1728683159749,"duration":1}},{"uid":"c41879655adc35cc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c41879655adc35cc","status":"passed","time":{"start":1728682751326,"stop":1728682751326,"duration":0}},{"uid":"c5d144234bdbe4f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c5d144234bdbe4f7","status":"passed","time":{"start":1728677216352,"stop":1728677216353,"duration":1}},{"uid":"b19b6d07d43196a4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b19b6d07d43196a4","status":"passed","time":{"start":1728669925451,"stop":1728669925451,"duration":0}},{"uid":"9e63e29fd0a12b8d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e63e29fd0a12b8d","status":"passed","time":{"start":1728598268799,"stop":1728598268799,"duration":0}},{"uid":"b1582c18f212497d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b1582c18f212497d","status":"passed","time":{"start":1728597503911,"stop":1728597503912,"duration":1}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ac59a6ada4a9bd56","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac59a6ada4a9bd56","status":"passed","time":{"start":1729034565833,"stop":1729034565833,"duration":0}},{"uid":"74a1be80089a1a65","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/74a1be80089a1a65","status":"passed","time":{"start":1729034325775,"stop":1729034325776,"duration":1}},{"uid":"ed0567ae5c9cebc8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed0567ae5c9cebc8","status":"passed","time":{"start":1729034249512,"stop":1729034249513,"duration":1}},{"uid":"9e4a7e43dcea7d44","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9e4a7e43dcea7d44","status":"passed","time":{"start":1729034066156,"stop":1729034066157,"duration":1}},{"uid":"ea318cb738e99413","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea318cb738e99413","status":"passed","time":{"start":1728901782836,"stop":1728901782836,"duration":0}},{"uid":"f01a97f225802513","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f01a97f225802513","status":"passed","time":{"start":1728893215984,"stop":1728893215984,"duration":0}},{"uid":"e6ab37e727582e60","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e6ab37e727582e60","status":"passed","time":{"start":1728856159199,"stop":1728856159199,"duration":0}},{"uid":"60a4975716847562","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/60a4975716847562","status":"passed","time":{"start":1728738371837,"stop":1728738371838,"duration":1}},{"uid":"930645cd7b7ea926","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/930645cd7b7ea926","status":"passed","time":{"start":1728682915885,"stop":1728682915885,"duration":0}},{"uid":"ae408d15c42d17a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ae408d15c42d17a8","status":"passed","time":{"start":1728682496456,"stop":1728682496456,"duration":0}},{"uid":"73288cc326a5a614","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/73288cc326a5a614","status":"passed","time":{"start":1728676980224,"stop":1728676980224,"duration":0}},{"uid":"f1c8110688bfe5ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f1c8110688bfe5ce","status":"passed","time":{"start":1728598045385,"stop":1728598045385,"duration":0}},{"uid":"788d4ab8ff60c315","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/788d4ab8ff60c315","status":"passed","time":{"start":1728597260330,"stop":1728597260330,"duration":0}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"48393a55ce4ee583","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/48393a55ce4ee583","status":"passed","time":{"start":1729034356195,"stop":1729034356195,"duration":0}},{"uid":"3840f7f214054d9f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3840f7f214054d9f","status":"passed","time":{"start":1729034120192,"stop":1729034120193,"duration":1}},{"uid":"640bfc2e992977da","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/640bfc2e992977da","status":"passed","time":{"start":1729034043326,"stop":1729034043327,"duration":1}},{"uid":"1948768e112353e4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1948768e112353e4","status":"passed","time":{"start":1729033858030,"stop":1729033858030,"duration":0}},{"uid":"3fd93a2fa20a98de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3fd93a2fa20a98de","status":"passed","time":{"start":1729031908098,"stop":1729031908098,"duration":0}},{"uid":"67bc7f232be542a2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67bc7f232be542a2","status":"passed","time":{"start":1728901453392,"stop":1728901453392,"duration":0}},{"uid":"97b692c0b3ee106a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/97b692c0b3ee106a","status":"passed","time":{"start":1728892884021,"stop":1728892884021,"duration":0}},{"uid":"ec9aa0fe747d3159","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ec9aa0fe747d3159","status":"passed","time":{"start":1728855846492,"stop":1728855846492,"duration":0}},{"uid":"7fd50abe67b6d83c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fd50abe67b6d83c","status":"passed","time":{"start":1728738063722,"stop":1728738063722,"duration":0}},{"uid":"db31646ecb5420d3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/db31646ecb5420d3","status":"passed","time":{"start":1728682597443,"stop":1728682597443,"duration":0}},{"uid":"aac8eaeb10b607d1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aac8eaeb10b607d1","status":"passed","time":{"start":1728682170236,"stop":1728682170236,"duration":0}},{"uid":"93d67a7e20b14671","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93d67a7e20b14671","status":"passed","time":{"start":1728676645009,"stop":1728676645010,"duration":1}},{"uid":"6e5d364bf45056af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e5d364bf45056af","status":"passed","time":{"start":1728669367790,"stop":1728669367790,"duration":0}},{"uid":"f32f82703697ac82","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f32f82703697ac82","status":"passed","time":{"start":1728597708642,"stop":1728597708643,"duration":1}},{"uid":"d8391b84d13fa9f5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d8391b84d13fa9f5","status":"passed","time":{"start":1728596927930,"stop":1728596927930,"duration":0}}]},"bcfee767847fe0ceea2f6774b975118d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15e99b20b76d7bb1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/15e99b20b76d7bb1","status":"passed","time":{"start":1728683093175,"stop":1728683093175,"duration":0}}]},"e95a29f2b04604c3a97d3c9b55100de5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18ba7ba43d1e1d23","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/18ba7ba43d1e1d23","status":"passed","time":{"start":1728738492793,"stop":1728738492794,"duration":1}}]},"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1d91a60708622921","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1d91a60708622921","status":"passed","time":{"start":1729034332613,"stop":1729034332614,"duration":1}},{"uid":"f81b29fec6d0bcf6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f81b29fec6d0bcf6","status":"passed","time":{"start":1729034096114,"stop":1729034096114,"duration":0}},{"uid":"89cb5a090929915c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/89cb5a090929915c","status":"passed","time":{"start":1729034020075,"stop":1729034020076,"duration":1}},{"uid":"3f0cadd3a2d0cf5b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f0cadd3a2d0cf5b","status":"passed","time":{"start":1729033834365,"stop":1729033834365,"duration":0}},{"uid":"c296a702206deac1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c296a702206deac1","status":"passed","time":{"start":1729031884094,"stop":1729031884094,"duration":0}},{"uid":"a7ab0c688e468fbf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7ab0c688e468fbf","status":"passed","time":{"start":1728901430244,"stop":1728901430244,"duration":0}},{"uid":"9d798b27bd6493e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9d798b27bd6493e4","status":"passed","time":{"start":1728892860519,"stop":1728892860519,"duration":0}},{"uid":"dbe78c4c74294a02","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbe78c4c74294a02","status":"passed","time":{"start":1728855823310,"stop":1728855823310,"duration":0}},{"uid":"99ae00d5cf2dc266","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/99ae00d5cf2dc266","status":"passed","time":{"start":1728738040572,"stop":1728738040572,"duration":0}},{"uid":"b7583b9cf6af96eb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b7583b9cf6af96eb","status":"passed","time":{"start":1728682574071,"stop":1728682574071,"duration":0}},{"uid":"ea9b01c83cc8360c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea9b01c83cc8360c","status":"passed","time":{"start":1728682146799,"stop":1728682146800,"duration":1}},{"uid":"8b87334e9bca4b69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8b87334e9bca4b69","status":"passed","time":{"start":1728676621417,"stop":1728676621418,"duration":1}},{"uid":"8b2626d39298b850","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8b2626d39298b850","status":"passed","time":{"start":1728669344456,"stop":1728669344456,"duration":0}},{"uid":"f13b5e6e41f6f714","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f13b5e6e41f6f714","status":"passed","time":{"start":1728597685139,"stop":1728597685140,"duration":1}},{"uid":"876571e137bdc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/876571e137bdc2","status":"passed","time":{"start":1728596904448,"stop":1728596904448,"duration":0}}]},"df6c7aafd26686b0bb5d5f83813c715b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e185b8a75b402d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4e185b8a75b402d1","status":"passed","time":{"start":1729034443496,"stop":1729034443497,"duration":1}}]},"54d776f817f5c1eeb35abac383b9c211:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7215b52332a5d9e9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7215b52332a5d9e9","status":"passed","time":{"start":1728683110370,"stop":1728683110370,"duration":0}}]},"c8bbe1af529ee9591abd7ea82246c136:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32adda2cac8e54ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/32adda2cac8e54ce","status":"passed","time":{"start":1728598157578,"stop":1728598157578,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"208fcfc79a2e9c58","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/208fcfc79a2e9c58","status":"passed","time":{"start":1729034631257,"stop":1729034631257,"duration":0}},{"uid":"ca5cd733cfe4d758","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ca5cd733cfe4d758","status":"passed","time":{"start":1729034400893,"stop":1729034400893,"duration":0}},{"uid":"7ee60c20cd644eaa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7ee60c20cd644eaa","status":"passed","time":{"start":1729034317462,"stop":1729034317463,"duration":1}},{"uid":"3f114817c175f285","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f114817c175f285","status":"passed","time":{"start":1729034137144,"stop":1729034137145,"duration":1}},{"uid":"3c427125d5907fb3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c427125d5907fb3","status":"passed","time":{"start":1729032206878,"stop":1729032206878,"duration":0}},{"uid":"30361165a6e2cc49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/30361165a6e2cc49","status":"passed","time":{"start":1728901995024,"stop":1728901995025,"duration":1}},{"uid":"a33dc5f0f4dfa10a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a33dc5f0f4dfa10a","status":"passed","time":{"start":1728893421000,"stop":1728893421000,"duration":0}},{"uid":"9eb3e7f0690cf5c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9eb3e7f0690cf5c","status":"passed","time":{"start":1728856368599,"stop":1728856368600,"duration":1}},{"uid":"6e65124508631b91","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e65124508631b91","status":"passed","time":{"start":1728738604684,"stop":1728738604685,"duration":1}},{"uid":"7ca4b266dc6c53f8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ca4b266dc6c53f8","status":"passed","time":{"start":1728683117638,"stop":1728683117639,"duration":1}},{"uid":"7daf0459634c2104","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7daf0459634c2104","status":"passed","time":{"start":1728682721321,"stop":1728682721321,"duration":0}},{"uid":"3a4ecc175845195e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3a4ecc175845195e","status":"passed","time":{"start":1728677184686,"stop":1728677184687,"duration":1}},{"uid":"b68aac306e605830","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b68aac306e605830","status":"passed","time":{"start":1728669866456,"stop":1728669866456,"duration":0}},{"uid":"798da8c5f2c999cb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/798da8c5f2c999cb","status":"passed","time":{"start":1728598249995,"stop":1728598249995,"duration":0}},{"uid":"786c175df554a59f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/786c175df554a59f","status":"passed","time":{"start":1728597472300,"stop":1728597472301,"duration":1}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fe76ed9c60785c09","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fe76ed9c60785c09","status":"passed","time":{"start":1729034631247,"stop":1729034631247,"duration":0}},{"uid":"8201ffe65d3424da","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8201ffe65d3424da","status":"passed","time":{"start":1729034400883,"stop":1729034400883,"duration":0}},{"uid":"6ffe70b866fcf9de","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6ffe70b866fcf9de","status":"passed","time":{"start":1729034317437,"stop":1729034317437,"duration":0}},{"uid":"92aefb46c80bf75","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/92aefb46c80bf75","status":"passed","time":{"start":1729034137118,"stop":1729034137123,"duration":5}},{"uid":"4b556b790cf0b2c8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4b556b790cf0b2c8","status":"passed","time":{"start":1729032206868,"stop":1729032206868,"duration":0}},{"uid":"af448be193fc2b0b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/af448be193fc2b0b","status":"passed","time":{"start":1728901995010,"stop":1728901995010,"duration":0}},{"uid":"50fba9b492004251","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50fba9b492004251","status":"passed","time":{"start":1728893420988,"stop":1728893420988,"duration":0}},{"uid":"af7a0f06b2bd6e44","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/af7a0f06b2bd6e44","status":"passed","time":{"start":1728856368591,"stop":1728856368591,"duration":0}},{"uid":"2c38083af7db7e7e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2c38083af7db7e7e","status":"passed","time":{"start":1728738604675,"stop":1728738604676,"duration":1}},{"uid":"39c30a109052b4f0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39c30a109052b4f0","status":"passed","time":{"start":1728683117604,"stop":1728683117605,"duration":1}},{"uid":"144c4e2f83c5108a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/144c4e2f83c5108a","status":"passed","time":{"start":1728682721313,"stop":1728682721313,"duration":0}},{"uid":"f8c3736698013c8d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8c3736698013c8d","status":"passed","time":{"start":1728677184674,"stop":1728677184675,"duration":1}},{"uid":"be0d5cf41c074469","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be0d5cf41c074469","status":"passed","time":{"start":1728669866443,"stop":1728669866444,"duration":1}},{"uid":"1dd1012ad9260d10","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1dd1012ad9260d10","status":"passed","time":{"start":1728598249970,"stop":1728598249971,"duration":1}},{"uid":"92eb8a131fcfe14a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92eb8a131fcfe14a","status":"passed","time":{"start":1728597472281,"stop":1728597472283,"duration":2}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"928016831c0d674f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/928016831c0d674f","status":"passed","time":{"start":1729034366397,"stop":1729034366397,"duration":0}},{"uid":"959d36bf3a2330b2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/959d36bf3a2330b2","status":"passed","time":{"start":1729034130428,"stop":1729034130428,"duration":0}},{"uid":"4253711874cae25c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4253711874cae25c","status":"passed","time":{"start":1729034053398,"stop":1729034053398,"duration":0}},{"uid":"a8611cf529ff1a32","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8611cf529ff1a32","status":"passed","time":{"start":1729033868325,"stop":1729033868325,"duration":0}},{"uid":"3f31f80c8cb33053","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f31f80c8cb33053","status":"passed","time":{"start":1729031918115,"stop":1729031918115,"duration":0}},{"uid":"e9dd67060bac3f0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e9dd67060bac3f0e","status":"passed","time":{"start":1728901463795,"stop":1728901463795,"duration":0}},{"uid":"a4e27f5b3192b87f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a4e27f5b3192b87f","status":"passed","time":{"start":1728892894309,"stop":1728892894309,"duration":0}},{"uid":"afde2ccef593de43","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/afde2ccef593de43","status":"passed","time":{"start":1728855856836,"stop":1728855856837,"duration":1}},{"uid":"58344bed1060a308","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58344bed1060a308","status":"passed","time":{"start":1728738074177,"stop":1728738074177,"duration":0}},{"uid":"6c8cd6ecb61ffb06","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6c8cd6ecb61ffb06","status":"passed","time":{"start":1728682607650,"stop":1728682607650,"duration":0}},{"uid":"e0ab6ce1d700549e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e0ab6ce1d700549e","status":"passed","time":{"start":1728682180604,"stop":1728682180604,"duration":0}},{"uid":"70efb70653d97874","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/70efb70653d97874","status":"passed","time":{"start":1728676655187,"stop":1728676655187,"duration":0}},{"uid":"2b87f14d3060443c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b87f14d3060443c","status":"passed","time":{"start":1728669378163,"stop":1728669378163,"duration":0}},{"uid":"c25fc4dc9bc273f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c25fc4dc9bc273f3","status":"passed","time":{"start":1728597718740,"stop":1728597718741,"duration":1}},{"uid":"e632498cf1da375a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e632498cf1da375a","status":"passed","time":{"start":1728596937944,"stop":1728596937944,"duration":0}}]},"f744a8b5bc228c4c6899bff7bc62bae7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e88e0ae2efc32845","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e88e0ae2efc32845","status":"passed","time":{"start":1728683093171,"stop":1728683093171,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cf0a6c9a18645016","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cf0a6c9a18645016","status":"passed","time":{"start":1729034704501,"stop":1729034704501,"duration":0}},{"uid":"35a0f4b69b44f353","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/35a0f4b69b44f353","status":"passed","time":{"start":1729034474994,"stop":1729034474994,"duration":0}},{"uid":"1f26973c375242bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1f26973c375242bf","status":"passed","time":{"start":1729034395295,"stop":1729034395296,"duration":1}},{"uid":"9fb72ed78dcdda5e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9fb72ed78dcdda5e","status":"passed","time":{"start":1729034209106,"stop":1729034209107,"duration":1}},{"uid":"36be0c92345820b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/36be0c92345820b2","status":"passed","time":{"start":1729032264575,"stop":1729032264575,"duration":0}},{"uid":"ca56d475747903f1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ca56d475747903f1","status":"passed","time":{"start":1728902012867,"stop":1728902012867,"duration":0}},{"uid":"33d5eb58ea4416bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/33d5eb58ea4416bf","status":"passed","time":{"start":1728893454817,"stop":1728893454817,"duration":0}},{"uid":"c33eaf9e4b85b5c1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c33eaf9e4b85b5c1","status":"passed","time":{"start":1728856408460,"stop":1728856408461,"duration":1}},{"uid":"74cf8cd480fe77ea","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/74cf8cd480fe77ea","status":"passed","time":{"start":1728738633861,"stop":1728738633861,"duration":0}},{"uid":"4bcc07aaf649518f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bcc07aaf649518f","status":"passed","time":{"start":1728683159795,"stop":1728683159796,"duration":1}},{"uid":"1dd83ebe0174bf9c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1dd83ebe0174bf9c","status":"passed","time":{"start":1728682751337,"stop":1728682751337,"duration":0}},{"uid":"4c3f2ee51239ffb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4c3f2ee51239ffb9","status":"passed","time":{"start":1728677216369,"stop":1728677216370,"duration":1}},{"uid":"8902a50aff3fedf4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8902a50aff3fedf4","status":"passed","time":{"start":1728669925459,"stop":1728669925459,"duration":0}},{"uid":"e83105d6559483a7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e83105d6559483a7","status":"passed","time":{"start":1728598268813,"stop":1728598268814,"duration":1}},{"uid":"4f62a413ef0d7b83","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f62a413ef0d7b83","status":"passed","time":{"start":1728597503938,"stop":1728597503939,"duration":1}}]},"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fa9d46ab43205d85","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fa9d46ab43205d85","status":"passed","time":{"start":1729034332644,"stop":1729034332644,"duration":0}},{"uid":"5d81039625ae5bfa","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5d81039625ae5bfa","status":"passed","time":{"start":1729034096141,"stop":1729034096141,"duration":0}},{"uid":"8abb64d12a2bc889","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8abb64d12a2bc889","status":"passed","time":{"start":1729034020097,"stop":1729034020098,"duration":1}},{"uid":"bdbef5aaac5bc224","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bdbef5aaac5bc224","status":"passed","time":{"start":1729033834394,"stop":1729033834395,"duration":1}},{"uid":"e78aa2460a1c0d99","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e78aa2460a1c0d99","status":"passed","time":{"start":1729031884128,"stop":1729031884128,"duration":0}},{"uid":"412a6ee61cfd77ab","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/412a6ee61cfd77ab","status":"passed","time":{"start":1728901430261,"stop":1728901430261,"duration":0}},{"uid":"6482345e2b6d2b1d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6482345e2b6d2b1d","status":"passed","time":{"start":1728892860540,"stop":1728892860540,"duration":0}},{"uid":"86247ad9bfbc1e5f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/86247ad9bfbc1e5f","status":"passed","time":{"start":1728855823329,"stop":1728855823329,"duration":0}},{"uid":"62514c9eee5f1c09","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/62514c9eee5f1c09","status":"passed","time":{"start":1728738040610,"stop":1728738040611,"duration":1}},{"uid":"eb26095af9f5410","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eb26095af9f5410","status":"passed","time":{"start":1728682574101,"stop":1728682574101,"duration":0}},{"uid":"7ac5cc0ec5dcfe37","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ac5cc0ec5dcfe37","status":"passed","time":{"start":1728682146825,"stop":1728682146826,"duration":1}},{"uid":"8a3ff754cf2373b0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a3ff754cf2373b0","status":"passed","time":{"start":1728676621440,"stop":1728676621440,"duration":0}},{"uid":"49d5970941a272ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/49d5970941a272ed","status":"passed","time":{"start":1728669344474,"stop":1728669344474,"duration":0}},{"uid":"c65dd69a99e6bac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c65dd69a99e6bac","status":"passed","time":{"start":1728597685170,"stop":1728597685170,"duration":0}},{"uid":"b3839e96f04a07b8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b3839e96f04a07b8","status":"passed","time":{"start":1728596904479,"stop":1728596904479,"duration":0}}]},"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ca92c152990a4899","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ca92c152990a4899","status":"passed","time":{"start":1729034332622,"stop":1729034332622,"duration":0}},{"uid":"a1639a567c1ec7f6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a1639a567c1ec7f6","status":"passed","time":{"start":1729034096123,"stop":1729034096123,"duration":0}},{"uid":"1f6e6d73fca7c9fe","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1f6e6d73fca7c9fe","status":"passed","time":{"start":1729034020083,"stop":1729034020083,"duration":0}},{"uid":"4524c54de18898ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4524c54de18898ca","status":"passed","time":{"start":1729033834375,"stop":1729033834375,"duration":0}},{"uid":"73ba335ecaab6d81","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73ba335ecaab6d81","status":"passed","time":{"start":1729031884105,"stop":1729031884105,"duration":0}},{"uid":"bb82159f0555777c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bb82159f0555777c","status":"passed","time":{"start":1728901430247,"stop":1728901430247,"duration":0}},{"uid":"515967297211f9b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/515967297211f9b3","status":"passed","time":{"start":1728892860523,"stop":1728892860523,"duration":0}},{"uid":"6aabb303a5d07a2c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6aabb303a5d07a2c","status":"passed","time":{"start":1728855823313,"stop":1728855823314,"duration":1}},{"uid":"56835644e84551b5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/56835644e84551b5","status":"passed","time":{"start":1728738040583,"stop":1728738040583,"duration":0}},{"uid":"a478685aee061e76","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a478685aee061e76","status":"passed","time":{"start":1728682574080,"stop":1728682574080,"duration":0}},{"uid":"b70dbfc4a0fed5fd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b70dbfc4a0fed5fd","status":"passed","time":{"start":1728682146808,"stop":1728682146808,"duration":0}},{"uid":"a57ce755b37280e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a57ce755b37280e2","status":"passed","time":{"start":1728676621421,"stop":1728676621421,"duration":0}},{"uid":"6a27fb1c065c1ca8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6a27fb1c065c1ca8","status":"passed","time":{"start":1728669344459,"stop":1728669344459,"duration":0}},{"uid":"3597d6e250e9a8c4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3597d6e250e9a8c4","status":"passed","time":{"start":1728597685152,"stop":1728597685152,"duration":0}},{"uid":"b057e0262f97c169","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b057e0262f97c169","status":"passed","time":{"start":1728596904458,"stop":1728596904458,"duration":0}}]},"9bdae57d25ee7c4c1d5a00f707e6eb14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dadf21a31e111a4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dadf21a31e111a4","status":"passed","time":{"start":1728893389986,"stop":1728893389987,"duration":1}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c80acfa1349559dc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c80acfa1349559dc","status":"passed","time":{"start":1729034611679,"stop":1729034611679,"duration":0}},{"uid":"6ab91b037459b02b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6ab91b037459b02b","status":"passed","time":{"start":1729034393655,"stop":1729034393655,"duration":0}},{"uid":"c9dc3dadd4181ebb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c9dc3dadd4181ebb","status":"passed","time":{"start":1729034304853,"stop":1729034304853,"duration":0}},{"uid":"daad7872f9e16bb2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/daad7872f9e16bb2","status":"passed","time":{"start":1729034121939,"stop":1729034121939,"duration":0}},{"uid":"8272ca5954334ecb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8272ca5954334ecb","status":"passed","time":{"start":1729032174902,"stop":1729032174903,"duration":1}},{"uid":"92108cbeff02e681","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/92108cbeff02e681","status":"passed","time":{"start":1728901881020,"stop":1728901881021,"duration":1}},{"uid":"ed1c115c606a8e19","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ed1c115c606a8e19","status":"passed","time":{"start":1728893317177,"stop":1728893317177,"duration":0}},{"uid":"1309584a0fd44960","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1309584a0fd44960","status":"passed","time":{"start":1728856263108,"stop":1728856263109,"duration":1}},{"uid":"7c7a40c38f4cd7d4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7c7a40c38f4cd7d4","status":"passed","time":{"start":1728738492802,"stop":1728738492803,"duration":1}},{"uid":"c322faec46cbe2e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c322faec46cbe2e","status":"passed","time":{"start":1728683030026,"stop":1728683030026,"duration":0}},{"uid":"4d28aa016d7e0ae0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4d28aa016d7e0ae0","status":"passed","time":{"start":1728682581111,"stop":1728682581111,"duration":0}},{"uid":"460a209510616b52","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/460a209510616b52","status":"passed","time":{"start":1728677082004,"stop":1728677082005,"duration":1}},{"uid":"897648738eacc879","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/897648738eacc879","status":"passed","time":{"start":1728669795403,"stop":1728669795403,"duration":0}},{"uid":"a3fe22d7b8d7e6b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a3fe22d7b8d7e6b4","status":"passed","time":{"start":1728598137507,"stop":1728598137507,"duration":0}},{"uid":"c575d896bebbe06f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c575d896bebbe06f","status":"passed","time":{"start":1728597353484,"stop":1728597353484,"duration":0}}]},"19b6cd169b9cf5dcc2064ddb97f3adee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c9935d597c186bd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c9935d597c186bd","status":"passed","time":{"start":1729032178378,"stop":1729032178378,"duration":0}}]},"6a7806935ab43038839b16872d46a2b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a36f24186a799458","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a36f24186a799458","status":"passed","time":{"start":1729034177527,"stop":1729034177530,"duration":3}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4dcaac286293e6d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4dcaac286293e6d8","status":"passed","time":{"start":1729034536095,"stop":1729034536095,"duration":0}},{"uid":"d784391cc48b65cf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d784391cc48b65cf","status":"passed","time":{"start":1729034296700,"stop":1729034296701,"duration":1}},{"uid":"63b2dc13c2b3ba47","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/63b2dc13c2b3ba47","status":"passed","time":{"start":1729034220596,"stop":1729034220596,"duration":0}},{"uid":"c9ca7d21919a33f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c9ca7d21919a33f3","status":"passed","time":{"start":1729034041473,"stop":1729034041473,"duration":0}},{"uid":"ac85bb51c94a4cae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac85bb51c94a4cae","status":"passed","time":{"start":1728901705383,"stop":1728901705383,"duration":0}},{"uid":"73fb5c6dc86e7adf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73fb5c6dc86e7adf","status":"passed","time":{"start":1728893141767,"stop":1728893141768,"duration":1}},{"uid":"31bb5692ebe74b0d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/31bb5692ebe74b0d","status":"passed","time":{"start":1728856087078,"stop":1728856087079,"duration":1}},{"uid":"dcf9545f986e90ce","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dcf9545f986e90ce","status":"passed","time":{"start":1728738321430,"stop":1728738321430,"duration":0}},{"uid":"9afd05908f004343","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9afd05908f004343","status":"passed","time":{"start":1728682845670,"stop":1728682845670,"duration":0}},{"uid":"b8f3c2b5d726880e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b8f3c2b5d726880e","status":"passed","time":{"start":1728682424302,"stop":1728682424303,"duration":1}},{"uid":"868f951bda79b92b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/868f951bda79b92b","status":"passed","time":{"start":1728676900510,"stop":1728676900511,"duration":1}},{"uid":"6a981446d07b3a55","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6a981446d07b3a55","status":"passed","time":{"start":1728669625794,"stop":1728669625794,"duration":0}},{"uid":"bd649894e179cf40","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bd649894e179cf40","status":"passed","time":{"start":1728597957159,"stop":1728597957159,"duration":0}},{"uid":"89c5dece941473c9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/89c5dece941473c9","status":"passed","time":{"start":1728597182593,"stop":1728597182593,"duration":0}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"349f2c8d69db6128","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/349f2c8d69db6128","status":"passed","time":{"start":1729034631260,"stop":1729034631261,"duration":1}},{"uid":"dd64fe766dfdb69e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dd64fe766dfdb69e","status":"passed","time":{"start":1729034400896,"stop":1729034400897,"duration":1}},{"uid":"5413e7893d4d6acd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5413e7893d4d6acd","status":"passed","time":{"start":1729034317487,"stop":1729034317487,"duration":0}},{"uid":"1934db6b77d06e2f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1934db6b77d06e2f","status":"passed","time":{"start":1729034137150,"stop":1729034137153,"duration":3}},{"uid":"733ed6fea8e01106","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/733ed6fea8e01106","status":"passed","time":{"start":1729032206884,"stop":1729032206884,"duration":0}},{"uid":"f375b10c4dc0c32c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f375b10c4dc0c32c","status":"passed","time":{"start":1728901995028,"stop":1728901995029,"duration":1}},{"uid":"48d8a42fba857d70","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/48d8a42fba857d70","status":"passed","time":{"start":1728893421006,"stop":1728893421006,"duration":0}},{"uid":"7a7c49d9cff89712","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7a7c49d9cff89712","status":"passed","time":{"start":1728856368604,"stop":1728856368604,"duration":0}},{"uid":"4750e1570f7dc83f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4750e1570f7dc83f","status":"passed","time":{"start":1728738604690,"stop":1728738604690,"duration":0}},{"uid":"94ccfad32f749483","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/94ccfad32f749483","status":"passed","time":{"start":1728683117666,"stop":1728683117667,"duration":1}},{"uid":"ccc8a8df783df49f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ccc8a8df783df49f","status":"passed","time":{"start":1728682721324,"stop":1728682721325,"duration":1}},{"uid":"82f11ae81a002577","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/82f11ae81a002577","status":"passed","time":{"start":1728677184691,"stop":1728677184691,"duration":0}},{"uid":"290b7ff16766dfc5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/290b7ff16766dfc5","status":"passed","time":{"start":1728669866472,"stop":1728669866473,"duration":1}},{"uid":"b1af6885af1aff5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b1af6885af1aff5e","status":"passed","time":{"start":1728598250008,"stop":1728598250008,"duration":0}},{"uid":"5103bee5108d3a2b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5103bee5108d3a2b","status":"passed","time":{"start":1728597472307,"stop":1728597472307,"duration":0}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2d557e6793cd8ce4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d557e6793cd8ce4","status":"passed","time":{"start":1729034701153,"stop":1729034701153,"duration":0}},{"uid":"286c64be1cffe4d7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/286c64be1cffe4d7","status":"passed","time":{"start":1729034475746,"stop":1729034475746,"duration":0}},{"uid":"460b43e914c96d2c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/460b43e914c96d2c","status":"passed","time":{"start":1729034391616,"stop":1729034391621,"duration":5}},{"uid":"af9106982d94de63","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af9106982d94de63","status":"passed","time":{"start":1729034211308,"stop":1729034211309,"duration":1}},{"uid":"3f01d419f439d066","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f01d419f439d066","status":"passed","time":{"start":1729032264693,"stop":1729032264694,"duration":1}},{"uid":"e23f4703038289e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e23f4703038289e2","status":"passed","time":{"start":1728902020140,"stop":1728902020140,"duration":0}},{"uid":"6c14bd8fc246572d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c14bd8fc246572d","status":"passed","time":{"start":1728893452479,"stop":1728893452480,"duration":1}},{"uid":"77b50c95620371aa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77b50c95620371aa","status":"passed","time":{"start":1728856408084,"stop":1728856408084,"duration":0}},{"uid":"20e661235299d839","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20e661235299d839","status":"passed","time":{"start":1728738627115,"stop":1728738627116,"duration":1}},{"uid":"61468a37e9ea2778","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/61468a37e9ea2778","status":"passed","time":{"start":1728683164465,"stop":1728683164465,"duration":0}},{"uid":"1b2d012f5645535f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1b2d012f5645535f","status":"passed","time":{"start":1728682734714,"stop":1728682734715,"duration":1}},{"uid":"72517c2aea9aa5c5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72517c2aea9aa5c5","status":"passed","time":{"start":1728677218640,"stop":1728677218640,"duration":0}},{"uid":"a152d9f815d9fd6b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a152d9f815d9fd6b","status":"passed","time":{"start":1728669903962,"stop":1728669903962,"duration":0}},{"uid":"3fc9d1e10f874950","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3fc9d1e10f874950","status":"passed","time":{"start":1728598278367,"stop":1728598278367,"duration":0}},{"uid":"712a65375de04328","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/712a65375de04328","status":"passed","time":{"start":1728597507602,"stop":1728597507602,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2555b0c8cc60e0fb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2555b0c8cc60e0fb","status":"passed","time":{"start":1729034368073,"stop":1729034368073,"duration":0}},{"uid":"109d7cd679544aad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/109d7cd679544aad","status":"passed","time":{"start":1729034132180,"stop":1729034132180,"duration":0}},{"uid":"b15208ea50c33647","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b15208ea50c33647","status":"passed","time":{"start":1729034055085,"stop":1729034055086,"duration":1}},{"uid":"97d711547f6714a4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97d711547f6714a4","status":"passed","time":{"start":1729033869946,"stop":1729033869946,"duration":0}},{"uid":"b724b8b861b6749f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b724b8b861b6749f","status":"passed","time":{"start":1729031919800,"stop":1729031919800,"duration":0}},{"uid":"6261a303b91deb28","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6261a303b91deb28","status":"passed","time":{"start":1728901465375,"stop":1728901465375,"duration":0}},{"uid":"6b97d31b47760850","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6b97d31b47760850","status":"passed","time":{"start":1728892895976,"stop":1728892895976,"duration":0}},{"uid":"dbeb87d4e679b35b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbeb87d4e679b35b","status":"passed","time":{"start":1728855858320,"stop":1728855858320,"duration":0}},{"uid":"c3a6a07340daad5c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c3a6a07340daad5c","status":"passed","time":{"start":1728738075955,"stop":1728738075955,"duration":0}},{"uid":"c1b0243a73c192fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c1b0243a73c192fb","status":"passed","time":{"start":1728682609269,"stop":1728682609270,"duration":1}},{"uid":"a0036658e49fa6f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a0036658e49fa6f9","status":"passed","time":{"start":1728682182161,"stop":1728682182162,"duration":1}},{"uid":"c1b1f38997125d2f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1b1f38997125d2f","status":"passed","time":{"start":1728676656595,"stop":1728676656595,"duration":0}},{"uid":"c4835b316f4ce938","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4835b316f4ce938","status":"passed","time":{"start":1728669379925,"stop":1728669379925,"duration":0}},{"uid":"f64bfd4e3addb86f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f64bfd4e3addb86f","status":"passed","time":{"start":1728597720387,"stop":1728597720387,"duration":0}},{"uid":"e0e117c167ef8a88","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e0e117c167ef8a88","status":"passed","time":{"start":1728596939486,"stop":1728596939486,"duration":0}}]},"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9638591df935f50f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9638591df935f50f","status":"passed","time":{"start":1729034332632,"stop":1729034332632,"duration":0}},{"uid":"4e01420c3d15f90b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4e01420c3d15f90b","status":"passed","time":{"start":1729034096133,"stop":1729034096134,"duration":1}},{"uid":"5dd0fd84569dd4b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5dd0fd84569dd4b3","status":"passed","time":{"start":1729034020091,"stop":1729034020091,"duration":0}},{"uid":"e3d8ebbc211d2719","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e3d8ebbc211d2719","status":"passed","time":{"start":1729033834386,"stop":1729033834386,"duration":0}},{"uid":"ab90651195209f78","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ab90651195209f78","status":"passed","time":{"start":1729031884119,"stop":1729031884119,"duration":0}},{"uid":"ddf556806aa4c1d8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ddf556806aa4c1d8","status":"passed","time":{"start":1728901430254,"stop":1728901430255,"duration":1}},{"uid":"b5f8acb96eedc285","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5f8acb96eedc285","status":"passed","time":{"start":1728892860532,"stop":1728892860532,"duration":0}},{"uid":"881f241bc6fa3f72","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/881f241bc6fa3f72","status":"passed","time":{"start":1728855823322,"stop":1728855823323,"duration":1}},{"uid":"91b8d8afa938e4a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/91b8d8afa938e4a","status":"passed","time":{"start":1728738040603,"stop":1728738040603,"duration":0}},{"uid":"e5fd0b5f8666893e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e5fd0b5f8666893e","status":"passed","time":{"start":1728682574093,"stop":1728682574093,"duration":0}},{"uid":"53e54c0e8399162f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/53e54c0e8399162f","status":"passed","time":{"start":1728682146818,"stop":1728682146818,"duration":0}},{"uid":"e9b5236462eede45","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e9b5236462eede45","status":"passed","time":{"start":1728676621432,"stop":1728676621432,"duration":0}},{"uid":"9cfeb803a6752a4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9cfeb803a6752a4d","status":"passed","time":{"start":1728669344468,"stop":1728669344468,"duration":0}},{"uid":"8ccd2e0b2cfa7e01","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ccd2e0b2cfa7e01","status":"passed","time":{"start":1728597685161,"stop":1728597685162,"duration":1}},{"uid":"71462846d235d47c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/71462846d235d47c","status":"passed","time":{"start":1728596904468,"stop":1728596904468,"duration":0}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c63b98678db1b47b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c63b98678db1b47b","status":"passed","time":{"start":1729034694623,"stop":1729034694623,"duration":0}},{"uid":"503742c767bc4fa3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/503742c767bc4fa3","status":"passed","time":{"start":1729034462013,"stop":1729034462013,"duration":0}},{"uid":"47476612940e02a1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47476612940e02a1","status":"passed","time":{"start":1729034375976,"stop":1729034375977,"duration":1}},{"uid":"79ed760599a4b4f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79ed760599a4b4f5","status":"passed","time":{"start":1729034200065,"stop":1729034200066,"duration":1}},{"uid":"785b505cc1582c0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/785b505cc1582c0e","status":"passed","time":{"start":1729032257890,"stop":1729032257890,"duration":0}},{"uid":"13f8c2938251bb6d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/13f8c2938251bb6d","status":"passed","time":{"start":1728902003567,"stop":1728902003567,"duration":0}},{"uid":"9a78d80ef036b6cf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9a78d80ef036b6cf","status":"passed","time":{"start":1728893434694,"stop":1728893434695,"duration":1}},{"uid":"185d9b669d0eabc7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/185d9b669d0eabc7","status":"passed","time":{"start":1728856398642,"stop":1728856398642,"duration":0}},{"uid":"256a797c66f345c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/256a797c66f345c4","status":"passed","time":{"start":1728738612001,"stop":1728738612002,"duration":1}},{"uid":"29a6dc59b6aca67c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/29a6dc59b6aca67c","status":"passed","time":{"start":1728683155009,"stop":1728683155009,"duration":0}},{"uid":"3797a12d829b52d8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3797a12d829b52d8","status":"passed","time":{"start":1728682706103,"stop":1728682706103,"duration":0}},{"uid":"3ba48b769e7fd2ab","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3ba48b769e7fd2ab","status":"passed","time":{"start":1728677207495,"stop":1728677207495,"duration":0}},{"uid":"72ab5350f7a3cc71","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/72ab5350f7a3cc71","status":"passed","time":{"start":1728669887097,"stop":1728669887098,"duration":1}},{"uid":"913eb1c241351403","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/913eb1c241351403","status":"passed","time":{"start":1728598263637,"stop":1728598263638,"duration":1}},{"uid":"74492199916ad821","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/74492199916ad821","status":"passed","time":{"start":1728597478275,"stop":1728597478275,"duration":0}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9f42509580086123","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9f42509580086123","status":"passed","time":{"start":1729034631253,"stop":1729034631254,"duration":1}},{"uid":"98370cc075559af5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/98370cc075559af5","status":"passed","time":{"start":1729034400890,"stop":1729034400891,"duration":1}},{"uid":"3ed7380a02966a83","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3ed7380a02966a83","status":"passed","time":{"start":1729034317453,"stop":1729034317453,"duration":0}},{"uid":"8645c6d90fc7a99c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8645c6d90fc7a99c","status":"passed","time":{"start":1729034137142,"stop":1729034137142,"duration":0}},{"uid":"50b891de4686515a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/50b891de4686515a","status":"passed","time":{"start":1729032206876,"stop":1729032206876,"duration":0}},{"uid":"25b2155c565d674b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25b2155c565d674b","status":"passed","time":{"start":1728901995022,"stop":1728901995022,"duration":0}},{"uid":"63853788f68fa265","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/63853788f68fa265","status":"passed","time":{"start":1728893420996,"stop":1728893420996,"duration":0}},{"uid":"32f4f72e42c670d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/32f4f72e42c670d6","status":"passed","time":{"start":1728856368597,"stop":1728856368597,"duration":0}},{"uid":"f09142fc12d15018","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f09142fc12d15018","status":"passed","time":{"start":1728738604681,"stop":1728738604682,"duration":1}},{"uid":"9c73de643e4aec27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9c73de643e4aec27","status":"passed","time":{"start":1728683117629,"stop":1728683117630,"duration":1}},{"uid":"cfb7fa6cb5c66768","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cfb7fa6cb5c66768","status":"passed","time":{"start":1728682721319,"stop":1728682721319,"duration":0}},{"uid":"8c6a797b06423fdb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8c6a797b06423fdb","status":"passed","time":{"start":1728677184684,"stop":1728677184684,"duration":0}},{"uid":"253ce962b725a9b7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/253ce962b725a9b7","status":"passed","time":{"start":1728669866450,"stop":1728669866451,"duration":1}},{"uid":"20a287b5881e0ad1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/20a287b5881e0ad1","status":"passed","time":{"start":1728598249981,"stop":1728598249981,"duration":0}},{"uid":"52d797782c79e0b5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/52d797782c79e0b5","status":"passed","time":{"start":1728597472293,"stop":1728597472293,"duration":0}}]},"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"c7ac0008b40872dc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7ac0008b40872dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473401,"stop":1729034473406,"duration":5}},{"uid":"4ab534cf983b012b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ab534cf983b012b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241338,"stop":1729034241339,"duration":1}},{"uid":"59f1cdbdc0388795","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/59f1cdbdc0388795","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160188,"stop":1729034160192,"duration":4}},{"uid":"289b06f6007df0d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/289b06f6007df0d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977224,"stop":1729033977225,"duration":1}},{"uid":"d71505e156ec548b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d71505e156ec548b","status":"passed","time":{"start":1729032053269,"stop":1729032053270,"duration":1}},{"uid":"8cc2bf2b0928de79","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8cc2bf2b0928de79","status":"passed","time":{"start":1728901711767,"stop":1728901711767,"duration":0}},{"uid":"970274fe2c6f3dab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/970274fe2c6f3dab","status":"passed","time":{"start":1728893141896,"stop":1728893141896,"duration":0}},{"uid":"df94a92f05aeca35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/df94a92f05aeca35","status":"passed","time":{"start":1728856103199,"stop":1728856103200,"duration":1}},{"uid":"677cb8ae7b958a32","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/677cb8ae7b958a32","status":"passed","time":{"start":1728738321618,"stop":1728738321619,"duration":1}},{"uid":"fb20ef89d5f98658","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fb20ef89d5f98658","status":"passed","time":{"start":1728682857565,"stop":1728682857565,"duration":0}},{"uid":"c586f7812190db5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c586f7812190db5","status":"passed","time":{"start":1728682428803,"stop":1728682428804,"duration":1}},{"uid":"6edf13ee3e65cf77","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6edf13ee3e65cf77","status":"passed","time":{"start":1728676901168,"stop":1728676901168,"duration":0}},{"uid":"5ce625fb95b2dee9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5ce625fb95b2dee9","status":"passed","time":{"start":1728669573862,"stop":1728669573862,"duration":0}},{"uid":"916668c9df256282","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/916668c9df256282","status":"passed","time":{"start":1728597972336,"stop":1728597972337,"duration":1}},{"uid":"6cd0bbed51941eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6cd0bbed51941eaa","status":"passed","time":{"start":1728597175619,"stop":1728597175619,"duration":0}}]},"a48053b2904d49b2a88e722c1840d7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15583a4cabb16c54","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/15583a4cabb16c54","status":"passed","time":{"start":1728669841255,"stop":1728669841255,"duration":0}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"49308e81b03e99d1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/49308e81b03e99d1","status":"passed","time":{"start":1729034332797,"stop":1729034332797,"duration":0}},{"uid":"1ba5dd895f5b2e88","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1ba5dd895f5b2e88","status":"passed","time":{"start":1729034096147,"stop":1729034096147,"duration":0}},{"uid":"df2dc197e936fd16","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/df2dc197e936fd16","status":"passed","time":{"start":1729034020103,"stop":1729034020103,"duration":0}},{"uid":"704282a90b3f59cd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/704282a90b3f59cd","status":"passed","time":{"start":1729033834402,"stop":1729033834402,"duration":0}},{"uid":"4f7d2411e39d920e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f7d2411e39d920e","status":"passed","time":{"start":1729031884178,"stop":1729031884178,"duration":0}},{"uid":"b7d6e834602d2c83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7d6e834602d2c83","status":"passed","time":{"start":1728901430211,"stop":1728901430211,"duration":0}},{"uid":"cc29c49ec869280c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cc29c49ec869280c","status":"passed","time":{"start":1728892860432,"stop":1728892860433,"duration":1}},{"uid":"8e3c3437f8f817ff","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8e3c3437f8f817ff","status":"passed","time":{"start":1728855823269,"stop":1728855823269,"duration":0}},{"uid":"9cc1e1f953ee3291","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9cc1e1f953ee3291","status":"passed","time":{"start":1728738040616,"stop":1728738040616,"duration":0}},{"uid":"b5a901fd813c9c72","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5a901fd813c9c72","status":"passed","time":{"start":1728682574126,"stop":1728682574126,"duration":0}},{"uid":"d0675f903c6335e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d0675f903c6335e4","status":"passed","time":{"start":1728682146845,"stop":1728682146846,"duration":1}},{"uid":"4d83bc29ffed3314","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4d83bc29ffed3314","status":"passed","time":{"start":1728676621446,"stop":1728676621446,"duration":0}},{"uid":"acc5b083345b1256","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/acc5b083345b1256","status":"passed","time":{"start":1728669344424,"stop":1728669344424,"duration":0}},{"uid":"c04d4307c5b77440","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c04d4307c5b77440","status":"passed","time":{"start":1728597685248,"stop":1728597685248,"duration":0}},{"uid":"871514ec1a18424c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/871514ec1a18424c","status":"passed","time":{"start":1728596904560,"stop":1728596904560,"duration":0}}]},"0ed123c05a7360b171e19b6255e52207:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77810b66a8c417e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/77810b66a8c417e0","status":"passed","time":{"start":1729032228813,"stop":1729032228813,"duration":0}}]},"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1d0b18e11371f15e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1d0b18e11371f15e","status":"passed","time":{"start":1729034332643,"stop":1729034332643,"duration":0}},{"uid":"d1bea82493e91886","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d1bea82493e91886","status":"passed","time":{"start":1729034096141,"stop":1729034096141,"duration":0}},{"uid":"d0e32d2fc3d6b240","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d0e32d2fc3d6b240","status":"passed","time":{"start":1729034020097,"stop":1729034020097,"duration":0}},{"uid":"fc2c5442abfa0eed","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fc2c5442abfa0eed","status":"passed","time":{"start":1729033834394,"stop":1729033834394,"duration":0}},{"uid":"e11379580d30e78c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e11379580d30e78c","status":"passed","time":{"start":1729031884127,"stop":1729031884128,"duration":1}},{"uid":"d2ea7372ccda6f4c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d2ea7372ccda6f4c","status":"passed","time":{"start":1728901430260,"stop":1728901430261,"duration":1}},{"uid":"3805d10c88e81adf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3805d10c88e81adf","status":"passed","time":{"start":1728892860539,"stop":1728892860539,"duration":0}},{"uid":"115c5e9544e7750f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/115c5e9544e7750f","status":"passed","time":{"start":1728855823328,"stop":1728855823329,"duration":1}},{"uid":"2fa921b00029c7ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2fa921b00029c7ca","status":"passed","time":{"start":1728738040610,"stop":1728738040610,"duration":0}},{"uid":"f328b52b9f96735b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f328b52b9f96735b","status":"passed","time":{"start":1728682574101,"stop":1728682574101,"duration":0}},{"uid":"45244da4fd719cab","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/45244da4fd719cab","status":"passed","time":{"start":1728682146825,"stop":1728682146825,"duration":0}},{"uid":"acc5ba584087d7c2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/acc5ba584087d7c2","status":"passed","time":{"start":1728676621439,"stop":1728676621439,"duration":0}},{"uid":"2824a35012659b19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2824a35012659b19","status":"passed","time":{"start":1728669344474,"stop":1728669344474,"duration":0}},{"uid":"facb796e2cd9abee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/facb796e2cd9abee","status":"passed","time":{"start":1728597685169,"stop":1728597685169,"duration":0}},{"uid":"e41b2acdbe1e05f3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e41b2acdbe1e05f3","status":"passed","time":{"start":1728596904478,"stop":1728596904478,"duration":0}}]},"52bd130d4431d476279f5159feb06801:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f62de06f55a5ba4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8f62de06f55a5ba4","status":"passed","time":{"start":1728598212611,"stop":1728598212612,"duration":1}}]},"abb96a878d8f8ea2a153d5552b15c534:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b0083eef81b8fedc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b0083eef81b8fedc","status":"passed","time":{"start":1728597423329,"stop":1728597423330,"duration":1}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"222368b63cff5049","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/222368b63cff5049","status":"passed","time":{"start":1729034536101,"stop":1729034536101,"duration":0}},{"uid":"f17e5ee1b5523b0a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f17e5ee1b5523b0a","status":"passed","time":{"start":1729034296707,"stop":1729034296707,"duration":0}},{"uid":"5c65d425ccf989a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5c65d425ccf989a","status":"passed","time":{"start":1729034220605,"stop":1729034220605,"duration":0}},{"uid":"1304bb9dded24530","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1304bb9dded24530","status":"passed","time":{"start":1729034041488,"stop":1729034041488,"duration":0}},{"uid":"2fb8db8f716082c8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fb8db8f716082c8","status":"passed","time":{"start":1728901705402,"stop":1728901705403,"duration":1}},{"uid":"34242659cfadb76a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/34242659cfadb76a","status":"passed","time":{"start":1728893141777,"stop":1728893141777,"duration":0}},{"uid":"6f3c723e87178b8f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6f3c723e87178b8f","status":"passed","time":{"start":1728856087083,"stop":1728856087084,"duration":1}},{"uid":"1d4e546e4d5bc419","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1d4e546e4d5bc419","status":"passed","time":{"start":1728738321436,"stop":1728738321436,"duration":0}},{"uid":"4d72745ff6ad363b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d72745ff6ad363b","status":"passed","time":{"start":1728682845674,"stop":1728682845674,"duration":0}},{"uid":"ac62b52177f319b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac62b52177f319b4","status":"passed","time":{"start":1728682424310,"stop":1728682424311,"duration":1}},{"uid":"f0ea367f6279abaf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f0ea367f6279abaf","status":"passed","time":{"start":1728676900533,"stop":1728676900539,"duration":6}},{"uid":"bb27b4c96d6121a1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb27b4c96d6121a1","status":"passed","time":{"start":1728669625800,"stop":1728669625800,"duration":0}},{"uid":"41e563b46edd1fea","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/41e563b46edd1fea","status":"passed","time":{"start":1728597957166,"stop":1728597957167,"duration":1}},{"uid":"545c5c4b2643652d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/545c5c4b2643652d","status":"passed","time":{"start":1728597182618,"stop":1728597182618,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"355c324f3a3cf336","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/355c324f3a3cf336","status":"passed","time":{"start":1729034631250,"stop":1729034631251,"duration":1}},{"uid":"c92badd2bdf6897c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c92badd2bdf6897c","status":"passed","time":{"start":1729034400886,"stop":1729034400887,"duration":1}},{"uid":"24fef27ccdd5632f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/24fef27ccdd5632f","status":"passed","time":{"start":1729034317449,"stop":1729034317449,"duration":0}},{"uid":"bdb485ecd5dfd4ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bdb485ecd5dfd4ca","status":"passed","time":{"start":1729034137130,"stop":1729034137130,"duration":0}},{"uid":"2a85824a84c729bc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a85824a84c729bc","status":"passed","time":{"start":1729032206873,"stop":1729032206873,"duration":0}},{"uid":"2e693d9af97caf9d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2e693d9af97caf9d","status":"passed","time":{"start":1728901995020,"stop":1728901995020,"duration":0}},{"uid":"78d50c1bf4bc1258","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/78d50c1bf4bc1258","status":"passed","time":{"start":1728893420993,"stop":1728893420993,"duration":0}},{"uid":"29a3e389650c9398","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/29a3e389650c9398","status":"passed","time":{"start":1728856368594,"stop":1728856368594,"duration":0}},{"uid":"63b9044564b28f44","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/63b9044564b28f44","status":"passed","time":{"start":1728738604679,"stop":1728738604679,"duration":0}},{"uid":"81d34c20046f06c3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/81d34c20046f06c3","status":"passed","time":{"start":1728683117617,"stop":1728683117619,"duration":2}},{"uid":"a8605dc309220260","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a8605dc309220260","status":"passed","time":{"start":1728682721316,"stop":1728682721316,"duration":0}},{"uid":"b638f888561ae9d0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b638f888561ae9d0","status":"passed","time":{"start":1728677184681,"stop":1728677184681,"duration":0}},{"uid":"9c249f507bdd839e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c249f507bdd839e","status":"passed","time":{"start":1728669866447,"stop":1728669866448,"duration":1}},{"uid":"3ae39709d7b7707f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ae39709d7b7707f","status":"passed","time":{"start":1728598249974,"stop":1728598249974,"duration":0}},{"uid":"870604529196650c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/870604529196650c","status":"passed","time":{"start":1728597472289,"stop":1728597472290,"duration":1}}]},"b81f614020ddcabdd4a75ac47b6553f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"4503c5f5c3e064a5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4503c5f5c3e064a5","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473222,"stop":1729034473223,"duration":1}},{"uid":"5d2492ca4e979595","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5d2492ca4e979595","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241164,"stop":1729034241164,"duration":0}},{"uid":"395a24d9b50cce86","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/395a24d9b50cce86","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159976,"stop":1729034159976,"duration":0}},{"uid":"c980f2981b9c420","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c980f2981b9c420","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977066,"stop":1729033977066,"duration":0}},{"uid":"74556c53dc32c50","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/74556c53dc32c50","status":"passed","time":{"start":1729032093824,"stop":1729032093829,"duration":5}},{"uid":"3788732e27df53d6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3788732e27df53d6","status":"passed","time":{"start":1728901748784,"stop":1728901748785,"duration":1}},{"uid":"a130ef36524ffbb5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a130ef36524ffbb5","status":"passed","time":{"start":1728893181089,"stop":1728893181089,"duration":0}},{"uid":"c07bfbfd42abe19c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c07bfbfd42abe19c","status":"passed","time":{"start":1728856155554,"stop":1728856155554,"duration":0}},{"uid":"56c95c0e2f7d686a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/56c95c0e2f7d686a","status":"passed","time":{"start":1728738360303,"stop":1728738360303,"duration":0}},{"uid":"9d743899dc4b550b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d743899dc4b550b","status":"passed","time":{"start":1728682907224,"stop":1728682907225,"duration":1}},{"uid":"b3a313e834b7230b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3a313e834b7230b","status":"passed","time":{"start":1728682466739,"stop":1728682466740,"duration":1}},{"uid":"d9f14373edc8ba81","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d9f14373edc8ba81","status":"passed","time":{"start":1728676955725,"stop":1728676955725,"duration":0}},{"uid":"fd408aadda9ee853","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd408aadda9ee853","status":"passed","time":{"start":1728598013537,"stop":1728598013537,"duration":0}},{"uid":"c038fb7c661257d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c038fb7c661257d2","status":"passed","time":{"start":1728597225203,"stop":1728597225203,"duration":0}}]},"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8aaa53a90492c0b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8aaa53a90492c0b","status":"passed","time":{"start":1729034332620,"stop":1729034332621,"duration":1}},{"uid":"4df8071e195ecd02","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4df8071e195ecd02","status":"passed","time":{"start":1729034096121,"stop":1729034096121,"duration":0}},{"uid":"631ef77a5f397124","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/631ef77a5f397124","status":"passed","time":{"start":1729034020081,"stop":1729034020082,"duration":1}},{"uid":"70167d99c236c8d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/70167d99c236c8d0","status":"passed","time":{"start":1729033834373,"stop":1729033834373,"duration":0}},{"uid":"c50aea4228595c60","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c50aea4228595c60","status":"passed","time":{"start":1729031884103,"stop":1729031884103,"duration":0}},{"uid":"7e9ef158e18fb45f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e9ef158e18fb45f","status":"passed","time":{"start":1728901430246,"stop":1728901430246,"duration":0}},{"uid":"4ae9c4107bdb8c5c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4ae9c4107bdb8c5c","status":"passed","time":{"start":1728892860521,"stop":1728892860521,"duration":0}},{"uid":"a7dce1b7369e0b9c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a7dce1b7369e0b9c","status":"passed","time":{"start":1728855823312,"stop":1728855823312,"duration":0}},{"uid":"588b8ce48874736b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/588b8ce48874736b","status":"passed","time":{"start":1728738040581,"stop":1728738040581,"duration":0}},{"uid":"f36d8659a65efc6b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f36d8659a65efc6b","status":"passed","time":{"start":1728682574078,"stop":1728682574078,"duration":0}},{"uid":"ce8b8442972fd34","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce8b8442972fd34","status":"passed","time":{"start":1728682146806,"stop":1728682146807,"duration":1}},{"uid":"33932f1d05fe645a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33932f1d05fe645a","status":"passed","time":{"start":1728676621420,"stop":1728676621420,"duration":0}},{"uid":"48f9cc2781a2015d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/48f9cc2781a2015d","status":"passed","time":{"start":1728669344457,"stop":1728669344458,"duration":1}},{"uid":"8ff9e56e1ff51f11","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ff9e56e1ff51f11","status":"passed","time":{"start":1728597685150,"stop":1728597685150,"duration":0}},{"uid":"982f4a78d893a775","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/982f4a78d893a775","status":"passed","time":{"start":1728596904456,"stop":1728596904456,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"789e6da66bec244e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/789e6da66bec244e","status":"passed","time":{"start":1729034472965,"stop":1729034472967,"duration":2}},{"uid":"ef4f4935b0197633","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ef4f4935b0197633","status":"passed","time":{"start":1729034240918,"stop":1729034240918,"duration":0}},{"uid":"a0d3bce16969432e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a0d3bce16969432e","status":"passed","time":{"start":1729034159615,"stop":1729034159615,"duration":0}},{"uid":"135b86d140495b7b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/135b86d140495b7b","status":"passed","time":{"start":1729033976800,"stop":1729033976800,"duration":0}},{"uid":"f9e5546ef1f9e300","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9e5546ef1f9e300","status":"passed","time":{"start":1729032020519,"stop":1729032020519,"duration":0}},{"uid":"393aa26c1bd5eb5b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/393aa26c1bd5eb5b","status":"passed","time":{"start":1728901616434,"stop":1728901616435,"duration":1}},{"uid":"968f7d41ac7fd1ff","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/968f7d41ac7fd1ff","status":"passed","time":{"start":1728893050245,"stop":1728893050245,"duration":0}},{"uid":"94713c31b9f4393","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/94713c31b9f4393","status":"passed","time":{"start":1728856015171,"stop":1728856015172,"duration":1}},{"uid":"e271e93afb68d5ba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e271e93afb68d5ba","status":"passed","time":{"start":1728738233138,"stop":1728738233138,"duration":0}},{"uid":"85ad3b4bdfd0ab98","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/85ad3b4bdfd0ab98","status":"passed","time":{"start":1728682762472,"stop":1728682762473,"duration":1}},{"uid":"f9a824917b1a6395","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f9a824917b1a6395","status":"passed","time":{"start":1728682332786,"stop":1728682332787,"duration":1}},{"uid":"a2e0992c2e91b0dc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2e0992c2e91b0dc","status":"passed","time":{"start":1728676810291,"stop":1728676810292,"duration":1}},{"uid":"6264df029dacb926","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6264df029dacb926","status":"passed","time":{"start":1728669529899,"stop":1728669529899,"duration":0}},{"uid":"fc562f788c431808","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc562f788c431808","status":"passed","time":{"start":1728597873534,"stop":1728597873535,"duration":1}},{"uid":"3769ece79c965b0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3769ece79c965b0d","status":"passed","time":{"start":1728597089274,"stop":1728597089274,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a05c51d4684af1d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a05c51d4684af1d","status":"passed","time":{"start":1729034611655,"stop":1729034611656,"duration":1}},{"uid":"cb6eb9c07c01493","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb6eb9c07c01493","status":"passed","time":{"start":1729034393631,"stop":1729034393631,"duration":0}},{"uid":"12f5fc65db340016","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/12f5fc65db340016","status":"passed","time":{"start":1729034304824,"stop":1729034304825,"duration":1}},{"uid":"5bd56dbf66769fc1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5bd56dbf66769fc1","status":"passed","time":{"start":1729034121894,"stop":1729034121895,"duration":1}},{"uid":"e959f8b585525415","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e959f8b585525415","status":"passed","time":{"start":1729032174800,"stop":1729032174800,"duration":0}},{"uid":"ec31e1cb85d8eb66","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec31e1cb85d8eb66","status":"passed","time":{"start":1728901881005,"stop":1728901881006,"duration":1}},{"uid":"185ad981678dfb06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/185ad981678dfb06","status":"passed","time":{"start":1728893317152,"stop":1728893317152,"duration":0}},{"uid":"be9d5c75eba39c7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be9d5c75eba39c7","status":"passed","time":{"start":1728856263071,"stop":1728856263071,"duration":0}},{"uid":"6f5e6eca3507a839","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f5e6eca3507a839","status":"passed","time":{"start":1728738492792,"stop":1728738492792,"duration":0}},{"uid":"b17239482dac3ec5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b17239482dac3ec5","status":"passed","time":{"start":1728683030010,"stop":1728683030010,"duration":0}},{"uid":"edc6663a9bb5abf6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/edc6663a9bb5abf6","status":"passed","time":{"start":1728682581086,"stop":1728682581086,"duration":0}},{"uid":"692fd241a0ab7f3a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/692fd241a0ab7f3a","status":"passed","time":{"start":1728677081986,"stop":1728677081987,"duration":1}},{"uid":"b8707740680e2147","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b8707740680e2147","status":"passed","time":{"start":1728669795388,"stop":1728669795389,"duration":1}},{"uid":"a3d88b109dfe7aa1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a3d88b109dfe7aa1","status":"passed","time":{"start":1728598137496,"stop":1728598137497,"duration":1}},{"uid":"6b3bbb17f449b8cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b3bbb17f449b8cd","status":"passed","time":{"start":1728597353474,"stop":1728597353474,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b26a4327640b7b70","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b26a4327640b7b70","status":"passed","time":{"start":1729034611663,"stop":1729034611664,"duration":1}},{"uid":"81243a316d4c5d68","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/81243a316d4c5d68","status":"passed","time":{"start":1729034393643,"stop":1729034393643,"duration":0}},{"uid":"28111a66fa7cd1bd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28111a66fa7cd1bd","status":"passed","time":{"start":1729034304836,"stop":1729034304837,"duration":1}},{"uid":"ae66aa480bd26e39","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae66aa480bd26e39","status":"passed","time":{"start":1729034121908,"stop":1729034121908,"duration":0}},{"uid":"6ac72990e595c323","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ac72990e595c323","status":"passed","time":{"start":1729032174842,"stop":1729032174842,"duration":0}},{"uid":"d5f7f4d133ac855f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d5f7f4d133ac855f","status":"passed","time":{"start":1728901881011,"stop":1728901881011,"duration":0}},{"uid":"95e935e8489bffe9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95e935e8489bffe9","status":"passed","time":{"start":1728893317159,"stop":1728893317160,"duration":1}},{"uid":"e2b8b8b1831de086","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e2b8b8b1831de086","status":"passed","time":{"start":1728856263088,"stop":1728856263088,"duration":0}},{"uid":"f75d224747d94e48","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f75d224747d94e48","status":"passed","time":{"start":1728738492797,"stop":1728738492797,"duration":0}},{"uid":"1ac612e2328d1067","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ac612e2328d1067","status":"passed","time":{"start":1728683030020,"stop":1728683030020,"duration":0}},{"uid":"d0e6422f996b8e28","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d0e6422f996b8e28","status":"passed","time":{"start":1728682581101,"stop":1728682581102,"duration":1}},{"uid":"925a0409e7ba49ac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/925a0409e7ba49ac","status":"passed","time":{"start":1728677081992,"stop":1728677081993,"duration":1}},{"uid":"c26eca02ebb28e4c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c26eca02ebb28e4c","status":"passed","time":{"start":1728669795393,"stop":1728669795394,"duration":1}},{"uid":"f5818d8b9d94bd49","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5818d8b9d94bd49","status":"passed","time":{"start":1728598137502,"stop":1728598137503,"duration":1}},{"uid":"5c51a7affa2d1741","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c51a7affa2d1741","status":"passed","time":{"start":1728597353478,"stop":1728597353479,"duration":1}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8ce8e575ab54cc41","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8ce8e575ab54cc41","status":"passed","time":{"start":1729034472985,"stop":1729034472986,"duration":1}},{"uid":"638fdee1bb52e701","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/638fdee1bb52e701","status":"passed","time":{"start":1729034240927,"stop":1729034240927,"duration":0}},{"uid":"8d75cd725dbd19e0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8d75cd725dbd19e0","status":"passed","time":{"start":1729034159623,"stop":1729034159624,"duration":1}},{"uid":"e9f9dfd61ea6774b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9f9dfd61ea6774b","status":"passed","time":{"start":1729033976806,"stop":1729033976806,"duration":0}},{"uid":"a57342aeaa1b8c74","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a57342aeaa1b8c74","status":"passed","time":{"start":1729032020530,"stop":1729032020530,"duration":0}},{"uid":"2f112c155111bec7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f112c155111bec7","status":"passed","time":{"start":1728901616473,"stop":1728901616474,"duration":1}},{"uid":"bcdc998cbb4b8819","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bcdc998cbb4b8819","status":"passed","time":{"start":1728893050250,"stop":1728893050251,"duration":1}},{"uid":"1b0c24504d4319bf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b0c24504d4319bf","status":"passed","time":{"start":1728856015177,"stop":1728856015177,"duration":0}},{"uid":"ad8ffec79cabd447","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad8ffec79cabd447","status":"passed","time":{"start":1728738233148,"stop":1728738233148,"duration":0}},{"uid":"25cecb2257c6315a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/25cecb2257c6315a","status":"passed","time":{"start":1728682762477,"stop":1728682762478,"duration":1}},{"uid":"a3d0bab742960b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a3d0bab742960b2","status":"passed","time":{"start":1728682332791,"stop":1728682332792,"duration":1}},{"uid":"fe3d077373f27229","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe3d077373f27229","status":"passed","time":{"start":1728676810300,"stop":1728676810300,"duration":0}},{"uid":"7155005539229313","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7155005539229313","status":"passed","time":{"start":1728669529906,"stop":1728669529906,"duration":0}},{"uid":"3f7f44ccff4da75e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3f7f44ccff4da75e","status":"passed","time":{"start":1728597873541,"stop":1728597873541,"duration":0}},{"uid":"437ba301fd135f5d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/437ba301fd135f5d","status":"passed","time":{"start":1728597089279,"stop":1728597089279,"duration":0}}]},"f19bdd93dd31e9908476ece472bbaddf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"829bfb733b922ced","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/829bfb733b922ced","status":"passed","time":{"start":1728856355687,"stop":1728856355688,"duration":1}}]},"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7dc62d269b6599c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7dc62d269b6599c","status":"passed","time":{"start":1729034470387,"stop":1729034470391,"duration":4}},{"uid":"cb712be44fc939a2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb712be44fc939a2","status":"passed","time":{"start":1729034238410,"stop":1729034238411,"duration":1}},{"uid":"a27ce5584bd7266e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a27ce5584bd7266e","status":"passed","time":{"start":1729034157653,"stop":1729034157653,"duration":0}},{"uid":"a901a55da3b101c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a901a55da3b101c","status":"passed","time":{"start":1729033974452,"stop":1729033974452,"duration":0}},{"uid":"7f568ac3190b6f69","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7f568ac3190b6f69","status":"passed","time":{"start":1729032027763,"stop":1729032027765,"duration":2}},{"uid":"2fdb2aac2ddde4bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fdb2aac2ddde4bf","status":"passed","time":{"start":1728901614545,"stop":1728901614546,"duration":1}},{"uid":"cfb196d64822ca7b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cfb196d64822ca7b","status":"passed","time":{"start":1728893048596,"stop":1728893048596,"duration":0}},{"uid":"39192108e5e94e66","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39192108e5e94e66","status":"passed","time":{"start":1728856013559,"stop":1728856013560,"duration":1}},{"uid":"82835155a4be7dd9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/82835155a4be7dd9","status":"passed","time":{"start":1728738231632,"stop":1728738231632,"duration":0}},{"uid":"d0570389ef2fa3c7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0570389ef2fa3c7","status":"passed","time":{"start":1728682761072,"stop":1728682761072,"duration":0}},{"uid":"e98e2151c313dad","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e98e2151c313dad","status":"passed","time":{"start":1728682330632,"stop":1728682330635,"duration":3}},{"uid":"54958220398e1a4d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/54958220398e1a4d","status":"passed","time":{"start":1728676808324,"stop":1728676808325,"duration":1}},{"uid":"db406ea38d2c5836","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/db406ea38d2c5836","status":"passed","time":{"start":1728669528228,"stop":1728669528228,"duration":0}},{"uid":"603ade619e764395","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/603ade619e764395","status":"passed","time":{"start":1728597872227,"stop":1728597872227,"duration":0}},{"uid":"83b6a2a1f0638979","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/83b6a2a1f0638979","status":"passed","time":{"start":1728597087686,"stop":1728597087686,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"283fd429ea82bdea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/283fd429ea82bdea","status":"passed","time":{"start":1729034472949,"stop":1729034472949,"duration":0}},{"uid":"3eff43aa3f49892c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3eff43aa3f49892c","status":"passed","time":{"start":1729034240913,"stop":1729034240914,"duration":1}},{"uid":"5e276cd286db9265","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5e276cd286db9265","status":"passed","time":{"start":1729034159613,"stop":1729034159613,"duration":0}},{"uid":"e105bb35deb1b550","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e105bb35deb1b550","status":"passed","time":{"start":1729033976790,"stop":1729033976793,"duration":3}},{"uid":"d591bc197ba07567","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d591bc197ba07567","status":"passed","time":{"start":1729032020515,"stop":1729032020516,"duration":1}},{"uid":"831423ef37e48778","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/831423ef37e48778","status":"passed","time":{"start":1728901616428,"stop":1728901616428,"duration":0}},{"uid":"4d0b0e40ed7b7eb8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4d0b0e40ed7b7eb8","status":"passed","time":{"start":1728893050243,"stop":1728893050243,"duration":0}},{"uid":"e60d3404b5c6f6d0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e60d3404b5c6f6d0","status":"passed","time":{"start":1728856015169,"stop":1728856015170,"duration":1}},{"uid":"93cd67b5f343f20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/93cd67b5f343f20","status":"passed","time":{"start":1728738233135,"stop":1728738233135,"duration":0}},{"uid":"6fd4a09335be0352","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6fd4a09335be0352","status":"passed","time":{"start":1728682762468,"stop":1728682762468,"duration":0}},{"uid":"1091f8e9420b92c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1091f8e9420b92c","status":"passed","time":{"start":1728682332784,"stop":1728682332784,"duration":0}},{"uid":"f8516123c3f197a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8516123c3f197a1","status":"passed","time":{"start":1728676810288,"stop":1728676810289,"duration":1}},{"uid":"fbf9ee89249ed9d5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fbf9ee89249ed9d5","status":"passed","time":{"start":1728669529891,"stop":1728669529892,"duration":1}},{"uid":"fd52a260e145f0e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd52a260e145f0e7","status":"passed","time":{"start":1728597873532,"stop":1728597873532,"duration":0}},{"uid":"b5723d53f6b3d47c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b5723d53f6b3d47c","status":"passed","time":{"start":1728597089271,"stop":1728597089272,"duration":1}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"835aaf68785cb98d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/835aaf68785cb98d","status":"passed","time":{"start":1729034565836,"stop":1729034565837,"duration":1}},{"uid":"354ecdcec7eb66a7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/354ecdcec7eb66a7","status":"passed","time":{"start":1729034325779,"stop":1729034325779,"duration":0}},{"uid":"7f120d8b6e76ca4f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7f120d8b6e76ca4f","status":"passed","time":{"start":1729034249514,"stop":1729034249515,"duration":1}},{"uid":"1d289f814c5f3faa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1d289f814c5f3faa","status":"passed","time":{"start":1729034066161,"stop":1729034066161,"duration":0}},{"uid":"27891a492818725b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/27891a492818725b","status":"passed","time":{"start":1728901782838,"stop":1728901782838,"duration":0}},{"uid":"b12faf0db5a66cd3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b12faf0db5a66cd3","status":"passed","time":{"start":1728893215989,"stop":1728893215989,"duration":0}},{"uid":"b50fad4a15f8f9ec","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b50fad4a15f8f9ec","status":"passed","time":{"start":1728856159201,"stop":1728856159202,"duration":1}},{"uid":"11231b13677a3d5e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11231b13677a3d5e","status":"passed","time":{"start":1728738371839,"stop":1728738371839,"duration":0}},{"uid":"da4fb9c6cb538345","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/da4fb9c6cb538345","status":"passed","time":{"start":1728682915887,"stop":1728682915888,"duration":1}},{"uid":"e7b2bb0e05f7c59c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e7b2bb0e05f7c59c","status":"passed","time":{"start":1728682496457,"stop":1728682496458,"duration":1}},{"uid":"7fba24707ba977e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7fba24707ba977e","status":"passed","time":{"start":1728676980227,"stop":1728676980228,"duration":1}},{"uid":"13dbd29547e9c4f1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/13dbd29547e9c4f1","status":"passed","time":{"start":1728598045387,"stop":1728598045387,"duration":0}},{"uid":"7f6e04aec6490d4d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7f6e04aec6490d4d","status":"passed","time":{"start":1728597260332,"stop":1728597260332,"duration":0}}]},"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2302021be6c3af66","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2302021be6c3af66","status":"passed","time":{"start":1729034470391,"stop":1729034470394,"duration":3}},{"uid":"683c3f8fa28ffb4d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/683c3f8fa28ffb4d","status":"passed","time":{"start":1729034238413,"stop":1729034238413,"duration":0}},{"uid":"af849ecbb36dce0c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/af849ecbb36dce0c","status":"passed","time":{"start":1729034157654,"stop":1729034157654,"duration":0}},{"uid":"f676f8e4a965f9ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f676f8e4a965f9ca","status":"passed","time":{"start":1729033974456,"stop":1729033974459,"duration":3}},{"uid":"5a3b13f526f7de2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a3b13f526f7de2","status":"passed","time":{"start":1729032027768,"stop":1729032027773,"duration":5}},{"uid":"ddea1498b177c9ae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ddea1498b177c9ae","status":"passed","time":{"start":1728901614552,"stop":1728901614553,"duration":1}},{"uid":"c7bf414e125704f4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c7bf414e125704f4","status":"passed","time":{"start":1728893048597,"stop":1728893048597,"duration":0}},{"uid":"a770ef6156669f17","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a770ef6156669f17","status":"passed","time":{"start":1728856013562,"stop":1728856013562,"duration":0}},{"uid":"584e4056fcb3936f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/584e4056fcb3936f","status":"passed","time":{"start":1728738231633,"stop":1728738231633,"duration":0}},{"uid":"d0716e846879d94b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0716e846879d94b","status":"passed","time":{"start":1728682761075,"stop":1728682761075,"duration":0}},{"uid":"cf6cb4c8b657d833","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cf6cb4c8b657d833","status":"passed","time":{"start":1728682330637,"stop":1728682330637,"duration":0}},{"uid":"ecac75b9c348f37f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ecac75b9c348f37f","status":"passed","time":{"start":1728676808326,"stop":1728676808326,"duration":0}},{"uid":"cc2c7d1045a27c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc2c7d1045a27c5","status":"passed","time":{"start":1728669528229,"stop":1728669528229,"duration":0}},{"uid":"8dbe35b3492a8de0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8dbe35b3492a8de0","status":"passed","time":{"start":1728597872228,"stop":1728597872229,"duration":1}},{"uid":"77e376924c81eb50","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/77e376924c81eb50","status":"passed","time":{"start":1728597087690,"stop":1728597087690,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1ff56142e65706c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ff56142e65706c5","status":"passed","time":{"start":1729034341403,"stop":1729034341403,"duration":0}},{"uid":"cb8924bb913106ba","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb8924bb913106ba","status":"passed","time":{"start":1729034104911,"stop":1729034104912,"duration":1}},{"uid":"f31d248c5958bfa3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f31d248c5958bfa3","status":"passed","time":{"start":1729034028509,"stop":1729034028509,"duration":0}},{"uid":"97ef2ec77bfc8e36","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97ef2ec77bfc8e36","status":"passed","time":{"start":1729033843117,"stop":1729033843118,"duration":1}},{"uid":"564cd65c91e9c8ab","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/564cd65c91e9c8ab","status":"passed","time":{"start":1729031892676,"stop":1729031892677,"duration":1}},{"uid":"89e120d4496cb1c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/89e120d4496cb1c6","status":"passed","time":{"start":1728901438810,"stop":1728901438811,"duration":1}},{"uid":"70d871a7bf33e93a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/70d871a7bf33e93a","status":"passed","time":{"start":1728892868999,"stop":1728892869000,"duration":1}},{"uid":"8f3e4c25394fafa6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f3e4c25394fafa6","status":"passed","time":{"start":1728855831891,"stop":1728855831892,"duration":1}},{"uid":"e2f1ef11125d9636","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e2f1ef11125d9636","status":"passed","time":{"start":1728738049039,"stop":1728738049039,"duration":0}},{"uid":"f636918b7f5cd5df","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f636918b7f5cd5df","status":"passed","time":{"start":1728682582617,"stop":1728682582618,"duration":1}},{"uid":"eaaddcd7ce2c27f0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eaaddcd7ce2c27f0","status":"passed","time":{"start":1728682155407,"stop":1728682155411,"duration":4}},{"uid":"8e7ec0bee1a29f8a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8e7ec0bee1a29f8a","status":"passed","time":{"start":1728676629973,"stop":1728676629973,"duration":0}},{"uid":"bbac6eea2a45a1df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bbac6eea2a45a1df","status":"passed","time":{"start":1728669353100,"stop":1728669353101,"duration":1}},{"uid":"4ff554124a3212e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ff554124a3212e7","status":"passed","time":{"start":1728597693845,"stop":1728597693845,"duration":0}},{"uid":"36489149fb91e49b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/36489149fb91e49b","status":"passed","time":{"start":1728596913090,"stop":1728596913090,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bd8dba9117c564f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bd8dba9117c564f4","status":"passed","time":{"start":1729034626853,"stop":1729034626853,"duration":0}},{"uid":"6a269119d12c096","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6a269119d12c096","status":"passed","time":{"start":1729034398550,"stop":1729034398550,"duration":0}},{"uid":"f6e653f69c599f43","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f6e653f69c599f43","status":"passed","time":{"start":1729034314815,"stop":1729034314815,"duration":0}},{"uid":"cc00ac350d048be1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc00ac350d048be1","status":"passed","time":{"start":1729034137165,"stop":1729034137165,"duration":0}},{"uid":"1fc156cbd2e5c85f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1fc156cbd2e5c85f","status":"passed","time":{"start":1729032187247,"stop":1729032187248,"duration":1}},{"uid":"ee4ac9ddd5b2566f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ee4ac9ddd5b2566f","status":"passed","time":{"start":1728901888430,"stop":1728901888437,"duration":7}},{"uid":"4358f2e1e2cbb059","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4358f2e1e2cbb059","status":"passed","time":{"start":1728893323794,"stop":1728893323795,"duration":1}},{"uid":"f51262a44350211e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f51262a44350211e","status":"passed","time":{"start":1728856285928,"stop":1728856285928,"duration":0}},{"uid":"7247e5923b50b22c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7247e5923b50b22c","status":"passed","time":{"start":1728738498276,"stop":1728738498276,"duration":0}},{"uid":"5bb4729f3d337b8b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5bb4729f3d337b8b","status":"passed","time":{"start":1728683041392,"stop":1728683041393,"duration":1}},{"uid":"daf304fabf176a82","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/daf304fabf176a82","status":"passed","time":{"start":1728682596020,"stop":1728682596021,"duration":1}},{"uid":"264311d2880745af","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/264311d2880745af","status":"passed","time":{"start":1728677091268,"stop":1728677091268,"duration":0}},{"uid":"d8250a9ed96c61fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8250a9ed96c61fb","status":"passed","time":{"start":1728669766427,"stop":1728669766427,"duration":0}},{"uid":"1a4bbab6bebbc65e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a4bbab6bebbc65e","status":"passed","time":{"start":1728598152075,"stop":1728598152076,"duration":1}},{"uid":"39d4acc287442f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/39d4acc287442f8","status":"passed","time":{"start":1728597364121,"stop":1728597364122,"duration":1}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6dc0616910d8b10d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6dc0616910d8b10d","status":"passed","time":{"start":1729034432452,"stop":1729034432452,"duration":0}},{"uid":"29d00c0233822f6f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/29d00c0233822f6f","status":"passed","time":{"start":1729034119308,"stop":1729034119308,"duration":0}},{"uid":"e0fb7aba5831a846","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e0fb7aba5831a846","status":"passed","time":{"start":1729033933482,"stop":1729033933482,"duration":0}},{"uid":"30423695e50cd873","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30423695e50cd873","status":"passed","time":{"start":1729031982935,"stop":1729031982936,"duration":1}},{"uid":"213d08781b8c9cb7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/213d08781b8c9cb7","status":"passed","time":{"start":1728901527862,"stop":1728901527863,"duration":1}},{"uid":"1464b44fffed5efd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1464b44fffed5efd","status":"passed","time":{"start":1728892960142,"stop":1728892960142,"duration":0}},{"uid":"9162fe4c4f932b19","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9162fe4c4f932b19","status":"passed","time":{"start":1728855921716,"stop":1728855921717,"duration":1}},{"uid":"816fd22aed96af91","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/816fd22aed96af91","status":"passed","time":{"start":1728738138435,"stop":1728738138435,"duration":0}},{"uid":"8f551e99f92f9997","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8f551e99f92f9997","status":"passed","time":{"start":1728682672255,"stop":1728682672255,"duration":0}},{"uid":"37c6455d0101e2e5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/37c6455d0101e2e5","status":"passed","time":{"start":1728682245077,"stop":1728682245077,"duration":0}},{"uid":"bdc5097aed2dca7c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bdc5097aed2dca7c","status":"passed","time":{"start":1728676721302,"stop":1728676721302,"duration":0}},{"uid":"91db9da2a6daf2fc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/91db9da2a6daf2fc","status":"passed","time":{"start":1728669444566,"stop":1728669444567,"duration":1}},{"uid":"866b42d3d7afeecd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/866b42d3d7afeecd","status":"passed","time":{"start":1728597784078,"stop":1728597784079,"duration":1}},{"uid":"d5ffe9ee4859f528","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d5ffe9ee4859f528","status":"passed","time":{"start":1728597001552,"stop":1728597001553,"duration":1}}]},"af42ba71f589a682f5ff492c7e257287:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f2573ea68f137dd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f2573ea68f137dd","status":"passed","time":{"start":1728901958855,"stop":1728901958856,"duration":1}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d594a1d08849d2f8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d594a1d08849d2f8","status":"passed","time":{"start":1729034506798,"stop":1729034506802,"duration":4}},{"uid":"e0da8d46b96b1ac9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e0da8d46b96b1ac9","status":"passed","time":{"start":1729034259821,"stop":1729034259825,"duration":4}},{"uid":"142ba788494931b4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/142ba788494931b4","status":"passed","time":{"start":1729034194027,"stop":1729034194030,"duration":3}},{"uid":"158c38ddb12f1d9d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/158c38ddb12f1d9d","status":"passed","time":{"start":1729034014878,"stop":1729034014878,"duration":0}},{"uid":"74a973b96f888dd4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/74a973b96f888dd4","status":"passed","time":{"start":1729032065458,"stop":1729032065458,"duration":0}},{"uid":"ac282bad8b41f48b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac282bad8b41f48b","status":"passed","time":{"start":1728901664271,"stop":1728901664282,"duration":11}},{"uid":"6969ebdb3db8ec65","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6969ebdb3db8ec65","status":"passed","time":{"start":1728893093693,"stop":1728893093693,"duration":0}},{"uid":"a83f6edd2138ff42","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a83f6edd2138ff42","status":"passed","time":{"start":1728856055274,"stop":1728856055274,"duration":0}},{"uid":"4efc76f4d079ce53","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4efc76f4d079ce53","status":"passed","time":{"start":1728738274746,"stop":1728738274746,"duration":0}},{"uid":"4e2eea67d8f6b4d5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4e2eea67d8f6b4d5","status":"passed","time":{"start":1728682807961,"stop":1728682807961,"duration":0}},{"uid":"b3a8bd50001e1cb9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3a8bd50001e1cb9","status":"passed","time":{"start":1728682381288,"stop":1728682381288,"duration":0}},{"uid":"816013bdc70a2fdd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/816013bdc70a2fdd","status":"passed","time":{"start":1728676853902,"stop":1728676853902,"duration":0}},{"uid":"2281bbe13d02798e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2281bbe13d02798e","status":"passed","time":{"start":1728669581699,"stop":1728669581699,"duration":0}},{"uid":"40768247658d369d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/40768247658d369d","status":"passed","time":{"start":1728597923492,"stop":1728597923492,"duration":0}},{"uid":"28b5344f6bdb90e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/28b5344f6bdb90e8","status":"passed","time":{"start":1728597132265,"stop":1728597132266,"duration":1}}]},"5166e074a2b25e0d3b374a1a3ecf0321:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4093f5ae7af6df4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4093f5ae7af6df4f","status":"passed","time":{"start":1728683110366,"stop":1728683110367,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2bdbd29f6ec1c706","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2bdbd29f6ec1c706","status":"passed","time":{"start":1729034640509,"stop":1729034640511,"duration":2}},{"uid":"c5eaf7f03e624df1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c5eaf7f03e624df1","status":"passed","time":{"start":1729034411418,"stop":1729034411418,"duration":0}},{"uid":"268fa8405d9843ea","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/268fa8405d9843ea","status":"passed","time":{"start":1729034327389,"stop":1729034327390,"duration":1}},{"uid":"2a3c6a340f5e1245","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2a3c6a340f5e1245","status":"passed","time":{"start":1729034147761,"stop":1729034147766,"duration":5}},{"uid":"d7575492f4468763","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d7575492f4468763","status":"passed","time":{"start":1729032204822,"stop":1729032204823,"duration":1}},{"uid":"e1a5a4577e5d763f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e1a5a4577e5d763f","status":"passed","time":{"start":1728901907651,"stop":1728901907651,"duration":0}},{"uid":"dd9c20080088a109","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dd9c20080088a109","status":"passed","time":{"start":1728893341885,"stop":1728893341885,"duration":0}},{"uid":"cde99b59361d1008","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cde99b59361d1008","status":"passed","time":{"start":1728856299350,"stop":1728856299351,"duration":1}},{"uid":"6ef69b72f53c4a23","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6ef69b72f53c4a23","status":"passed","time":{"start":1728738511611,"stop":1728738511611,"duration":0}},{"uid":"614135da3f13c27b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/614135da3f13c27b","status":"passed","time":{"start":1728683052906,"stop":1728683052907,"duration":1}},{"uid":"3ef73e517204c1f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3ef73e517204c1f","status":"passed","time":{"start":1728682612906,"stop":1728682612906,"duration":0}},{"uid":"9a31e1508ff22a56","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a31e1508ff22a56","status":"passed","time":{"start":1728677115740,"stop":1728677115740,"duration":0}},{"uid":"6a84f9ff31217e9c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6a84f9ff31217e9c","status":"passed","time":{"start":1728669778169,"stop":1728669778170,"duration":1}},{"uid":"6b460684f7379dff","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b460684f7379dff","status":"passed","time":{"start":1728598175427,"stop":1728598175427,"duration":0}},{"uid":"42f9445596f54d74","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42f9445596f54d74","status":"passed","time":{"start":1728597380056,"stop":1728597380057,"duration":1}}]},"9c02312701f52b77b10a4720b5511553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25aabff7ceb9c06d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/25aabff7ceb9c06d","status":"passed","time":{"start":1729034194018,"stop":1729034194018,"duration":0}}]},"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"63084c03b2e16ec8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/63084c03b2e16ec8","status":"passed","time":{"start":1729034332636,"stop":1729034332637,"duration":1}},{"uid":"70f5edd74f6bed0f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/70f5edd74f6bed0f","status":"passed","time":{"start":1729034096136,"stop":1729034096137,"duration":1}},{"uid":"f09944127b699cc6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f09944127b699cc6","status":"passed","time":{"start":1729034020093,"stop":1729034020093,"duration":0}},{"uid":"bcbdaecdf430c001","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bcbdaecdf430c001","status":"passed","time":{"start":1729033834389,"stop":1729033834390,"duration":1}},{"uid":"c1139d6714c87385","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c1139d6714c87385","status":"passed","time":{"start":1729031884123,"stop":1729031884123,"duration":0}},{"uid":"a13f72c94260bad6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a13f72c94260bad6","status":"passed","time":{"start":1728901430257,"stop":1728901430257,"duration":0}},{"uid":"3ab6f3c364b67d2f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ab6f3c364b67d2f","status":"passed","time":{"start":1728892860535,"stop":1728892860535,"duration":0}},{"uid":"bbc617546d6d5dbe","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bbc617546d6d5dbe","status":"passed","time":{"start":1728855823325,"stop":1728855823325,"duration":0}},{"uid":"2f5b7caa761b98fb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f5b7caa761b98fb","status":"passed","time":{"start":1728738040606,"stop":1728738040606,"duration":0}},{"uid":"5e035f1f62ae6581","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e035f1f62ae6581","status":"passed","time":{"start":1728682574096,"stop":1728682574096,"duration":0}},{"uid":"769f9121899c7a12","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/769f9121899c7a12","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"a2546fe55b3fa079","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2546fe55b3fa079","status":"passed","time":{"start":1728676621435,"stop":1728676621435,"duration":0}},{"uid":"6e9e91a5c1b31396","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e9e91a5c1b31396","status":"passed","time":{"start":1728669344470,"stop":1728669344471,"duration":1}},{"uid":"d99986306764f441","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d99986306764f441","status":"passed","time":{"start":1728597685164,"stop":1728597685165,"duration":1}},{"uid":"3360c04541d82de","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3360c04541d82de","status":"passed","time":{"start":1728596904472,"stop":1728596904472,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6583fde5ef3d70f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6583fde5ef3d70f","status":"passed","time":{"start":1729034368073,"stop":1729034368073,"duration":0}},{"uid":"f76f5bb0ef9a94a7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f76f5bb0ef9a94a7","status":"passed","time":{"start":1729034132180,"stop":1729034132180,"duration":0}},{"uid":"7c626d6cc8d0f1e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7c626d6cc8d0f1e8","status":"passed","time":{"start":1729034055085,"stop":1729034055085,"duration":0}},{"uid":"5df0a4d5c483da99","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5df0a4d5c483da99","status":"passed","time":{"start":1729033869945,"stop":1729033869946,"duration":1}},{"uid":"81a6e796fc0313ac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/81a6e796fc0313ac","status":"passed","time":{"start":1729031919799,"stop":1729031919800,"duration":1}},{"uid":"ab2193b6f8784005","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ab2193b6f8784005","status":"passed","time":{"start":1728901465375,"stop":1728901465375,"duration":0}},{"uid":"a315b43b35d9c1cb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a315b43b35d9c1cb","status":"passed","time":{"start":1728892895975,"stop":1728892895976,"duration":1}},{"uid":"7beb531db198f1d5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7beb531db198f1d5","status":"passed","time":{"start":1728855858320,"stop":1728855858320,"duration":0}},{"uid":"19ad92721076d0a3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/19ad92721076d0a3","status":"passed","time":{"start":1728738075954,"stop":1728738075955,"duration":1}},{"uid":"e00efdb626d2e31a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e00efdb626d2e31a","status":"passed","time":{"start":1728682609269,"stop":1728682609269,"duration":0}},{"uid":"68377ce12b2e948b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/68377ce12b2e948b","status":"passed","time":{"start":1728682182161,"stop":1728682182161,"duration":0}},{"uid":"340d89687541424","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/340d89687541424","status":"passed","time":{"start":1728676656595,"stop":1728676656595,"duration":0}},{"uid":"9a7e5737dfa2a500","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9a7e5737dfa2a500","status":"passed","time":{"start":1728669379925,"stop":1728669379925,"duration":0}},{"uid":"afcf772b5122a024","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/afcf772b5122a024","status":"passed","time":{"start":1728597720386,"stop":1728597720386,"duration":0}},{"uid":"eee9d01577bec4c2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eee9d01577bec4c2","status":"passed","time":{"start":1728596939485,"stop":1728596939486,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"89b64c2f3cf4b551","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/89b64c2f3cf4b551","status":"passed","time":{"start":1729034617767,"stop":1729034617767,"duration":0}},{"uid":"e63515798249bee4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e63515798249bee4","status":"passed","time":{"start":1729034370904,"stop":1729034370904,"duration":0}},{"uid":"63065a24262428cd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/63065a24262428cd","status":"passed","time":{"start":1729034308898,"stop":1729034308899,"duration":1}},{"uid":"95b9b56c95ecfe26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95b9b56c95ecfe26","status":"passed","time":{"start":1729034129480,"stop":1729034129480,"duration":0}},{"uid":"1753c0635f90c75c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1753c0635f90c75c","status":"passed","time":{"start":1729032178377,"stop":1729032178377,"duration":0}},{"uid":"aea31b5f8e8503fc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aea31b5f8e8503fc","status":"passed","time":{"start":1728901896354,"stop":1728901896354,"duration":0}},{"uid":"42e3b2e09a729da2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/42e3b2e09a729da2","status":"passed","time":{"start":1728893329035,"stop":1728893329035,"duration":0}},{"uid":"fc86a26aea55ef3b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fc86a26aea55ef3b","status":"passed","time":{"start":1728856284771,"stop":1728856284771,"duration":0}},{"uid":"15b323aad2b91c0d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15b323aad2b91c0d","status":"passed","time":{"start":1728738494948,"stop":1728738494948,"duration":0}},{"uid":"28fdd2513fc2d262","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28fdd2513fc2d262","status":"passed","time":{"start":1728683033638,"stop":1728683033638,"duration":0}},{"uid":"70ca961bb2fabd75","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70ca961bb2fabd75","status":"passed","time":{"start":1728682601745,"stop":1728682601746,"duration":1}},{"uid":"4141a51c9e0289e9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4141a51c9e0289e9","status":"passed","time":{"start":1728677107984,"stop":1728677107985,"duration":1}},{"uid":"f86d80a86b3aa6a0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f86d80a86b3aa6a0","status":"passed","time":{"start":1728669764758,"stop":1728669764759,"duration":1}},{"uid":"2b161283eb68d37","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2b161283eb68d37","status":"passed","time":{"start":1728598157577,"stop":1728598157577,"duration":0}},{"uid":"b2054ebde71da0fe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2054ebde71da0fe","status":"passed","time":{"start":1728597369086,"stop":1728597369086,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"948187d0b4f709c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/948187d0b4f709c","status":"passed","time":{"start":1729034611652,"stop":1729034611653,"duration":1}},{"uid":"640bf30890ce0557","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/640bf30890ce0557","status":"passed","time":{"start":1729034393627,"stop":1729034393627,"duration":0}},{"uid":"1fd4ae9074f0aba9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1fd4ae9074f0aba9","status":"passed","time":{"start":1729034304810,"stop":1729034304812,"duration":2}},{"uid":"e32dabcc7b1bad92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e32dabcc7b1bad92","status":"passed","time":{"start":1729034121890,"stop":1729034121891,"duration":1}},{"uid":"b000b86e83bc6242","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b000b86e83bc6242","status":"passed","time":{"start":1729032174797,"stop":1729032174798,"duration":1}},{"uid":"a9af2f352c5d809f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a9af2f352c5d809f","status":"passed","time":{"start":1728901881003,"stop":1728901881004,"duration":1}},{"uid":"c0a2fa1950ebf8a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0a2fa1950ebf8a","status":"passed","time":{"start":1728893317140,"stop":1728893317141,"duration":1}},{"uid":"acb0ebdd8ee588fb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acb0ebdd8ee588fb","status":"passed","time":{"start":1728856263065,"stop":1728856263065,"duration":0}},{"uid":"eb46740d3e7f7586","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eb46740d3e7f7586","status":"passed","time":{"start":1728738492786,"stop":1728738492787,"duration":1}},{"uid":"c656ca9f8f930ad1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c656ca9f8f930ad1","status":"passed","time":{"start":1728683030008,"stop":1728683030008,"duration":0}},{"uid":"4d3c3e12226a4dc7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4d3c3e12226a4dc7","status":"passed","time":{"start":1728682581081,"stop":1728682581082,"duration":1}},{"uid":"8b3fe626461ff633","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8b3fe626461ff633","status":"passed","time":{"start":1728677081984,"stop":1728677081984,"duration":0}},{"uid":"4ca012b38803b7ea","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4ca012b38803b7ea","status":"passed","time":{"start":1728669795385,"stop":1728669795385,"duration":0}},{"uid":"c8812b2128209b4c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c8812b2128209b4c","status":"passed","time":{"start":1728598137494,"stop":1728598137495,"duration":1}},{"uid":"f787b0456ed00c2f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f787b0456ed00c2f","status":"passed","time":{"start":1728597353472,"stop":1728597353472,"duration":0}}]},"61a9255ba60a6a85eba661476798a029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b1795b52ea66741","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b1795b52ea66741","status":"passed","time":{"start":1728893317181,"stop":1728893317181,"duration":0}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"66bc4e892128ac51","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/66bc4e892128ac51","status":"passed","time":{"start":1729034341400,"stop":1729034341400,"duration":0}},{"uid":"101d327a9ebaec80","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/101d327a9ebaec80","status":"passed","time":{"start":1729034104908,"stop":1729034104908,"duration":0}},{"uid":"ccf7316997915175","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ccf7316997915175","status":"passed","time":{"start":1729034028505,"stop":1729034028506,"duration":1}},{"uid":"dcf06c79df223e43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcf06c79df223e43","status":"passed","time":{"start":1729033843114,"stop":1729033843114,"duration":0}},{"uid":"467aea90f61dff16","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/467aea90f61dff16","status":"passed","time":{"start":1729031892673,"stop":1729031892673,"duration":0}},{"uid":"53051db83a35bc6f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53051db83a35bc6f","status":"passed","time":{"start":1728901438804,"stop":1728901438804,"duration":0}},{"uid":"ed18cee0a8447d5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ed18cee0a8447d5a","status":"passed","time":{"start":1728892868996,"stop":1728892868996,"duration":0}},{"uid":"593389cb4df15169","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/593389cb4df15169","status":"passed","time":{"start":1728855831888,"stop":1728855831889,"duration":1}},{"uid":"6a03fd36c5689e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6a03fd36c5689e0","status":"passed","time":{"start":1728738049036,"stop":1728738049036,"duration":0}},{"uid":"b8503a3859851407","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b8503a3859851407","status":"passed","time":{"start":1728682582614,"stop":1728682582614,"duration":0}},{"uid":"a6ec97498fd15603","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a6ec97498fd15603","status":"passed","time":{"start":1728682155404,"stop":1728682155404,"duration":0}},{"uid":"602c76a153acfcee","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/602c76a153acfcee","status":"passed","time":{"start":1728676629969,"stop":1728676629969,"duration":0}},{"uid":"f01b90d4674df555","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f01b90d4674df555","status":"passed","time":{"start":1728669353097,"stop":1728669353097,"duration":0}},{"uid":"a240c67a757bd35f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a240c67a757bd35f","status":"passed","time":{"start":1728597693842,"stop":1728597693842,"duration":0}},{"uid":"af864e616c427bc6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/af864e616c427bc6","status":"passed","time":{"start":1728596913086,"stop":1728596913086,"duration":0}}]},"77544484a32425d1becf3f61e87c5893:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc4ce7ecb8ed80aa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dc4ce7ecb8ed80aa","status":"passed","time":{"start":1728597423327,"stop":1728597423327,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"36b1cd4d89e7a09a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/36b1cd4d89e7a09a","status":"passed","time":{"start":1729034704506,"stop":1729034704507,"duration":1}},{"uid":"33c8e0c77a8dcdfc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/33c8e0c77a8dcdfc","status":"passed","time":{"start":1729034475005,"stop":1729034475008,"duration":3}},{"uid":"8270b84ff6704930","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8270b84ff6704930","status":"passed","time":{"start":1729034395301,"stop":1729034395301,"duration":0}},{"uid":"9e44a6d04542cf0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9e44a6d04542cf0d","status":"passed","time":{"start":1729034209114,"stop":1729034209115,"duration":1}},{"uid":"67052fe6cf603635","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/67052fe6cf603635","status":"passed","time":{"start":1729032264593,"stop":1729032264595,"duration":2}},{"uid":"23ce136ad0dfeee9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/23ce136ad0dfeee9","status":"passed","time":{"start":1728902012873,"stop":1728902012874,"duration":1}},{"uid":"3d2614e33e7fce33","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d2614e33e7fce33","status":"passed","time":{"start":1728893454824,"stop":1728893454824,"duration":0}},{"uid":"e4f9fc5327b08ed0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e4f9fc5327b08ed0","status":"passed","time":{"start":1728856408467,"stop":1728856408467,"duration":0}},{"uid":"dfa46c568113e6e2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dfa46c568113e6e2","status":"passed","time":{"start":1728738633873,"stop":1728738633873,"duration":0}},{"uid":"ccbdeb2c0a07a1db","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ccbdeb2c0a07a1db","status":"passed","time":{"start":1728683159819,"stop":1728683159819,"duration":0}},{"uid":"b9b784648d481482","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b9b784648d481482","status":"passed","time":{"start":1728682751345,"stop":1728682751345,"duration":0}},{"uid":"11431eaa23645abd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11431eaa23645abd","status":"passed","time":{"start":1728677216376,"stop":1728677216377,"duration":1}},{"uid":"a0d6871858fbcff4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a0d6871858fbcff4","status":"passed","time":{"start":1728669925465,"stop":1728669925466,"duration":1}},{"uid":"15e289d7111e4d53","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/15e289d7111e4d53","status":"passed","time":{"start":1728598268819,"stop":1728598268820,"duration":1}},{"uid":"3eb4836932e3a2e6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3eb4836932e3a2e6","status":"passed","time":{"start":1728597503949,"stop":1728597503950,"duration":1}}]},"e2aca4345633b38fb5bb22d6e5f4dceb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ab9b7451e818a9c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7ab9b7451e818a9c","status":"passed","time":{"start":1729034357705,"stop":1729034357706,"duration":1}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"489f8b4479bd8b16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/489f8b4479bd8b16","status":"passed","time":{"start":1729034713701,"stop":1729034713701,"duration":0}},{"uid":"773b0f166aec84d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/773b0f166aec84d4","status":"passed","time":{"start":1729034487484,"stop":1729034487485,"duration":1}},{"uid":"ce3a238e12193506","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ce3a238e12193506","status":"passed","time":{"start":1729034446110,"stop":1729034446110,"duration":0}},{"uid":"6c1f31d8181870f6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6c1f31d8181870f6","status":"passed","time":{"start":1729032275828,"stop":1729032275829,"duration":1}},{"uid":"f02416b74aa00852","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f02416b74aa00852","status":"passed","time":{"start":1728902036741,"stop":1728902036741,"duration":0}},{"uid":"22c94c48b342e9a4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/22c94c48b342e9a4","status":"passed","time":{"start":1728893472414,"stop":1728893472414,"duration":0}},{"uid":"b2b1209d8b666001","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2b1209d8b666001","status":"passed","time":{"start":1728856423201,"stop":1728856423202,"duration":1}},{"uid":"ceae7c0577c12ea0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ceae7c0577c12ea0","status":"passed","time":{"start":1728738648730,"stop":1728738648730,"duration":0}},{"uid":"c5a11c195b827f12","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c5a11c195b827f12","status":"passed","time":{"start":1728683179656,"stop":1728683179656,"duration":0}},{"uid":"35f63cfe2c5dcb51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/35f63cfe2c5dcb51","status":"passed","time":{"start":1728682757952,"stop":1728682757952,"duration":0}},{"uid":"4f6e95d8a3de7d49","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f6e95d8a3de7d49","status":"passed","time":{"start":1728677238451,"stop":1728677238452,"duration":1}},{"uid":"7022cfc5fc4f361f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7022cfc5fc4f361f","status":"passed","time":{"start":1728669928221,"stop":1728669928221,"duration":0}},{"uid":"4dd31d9ed013905c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4dd31d9ed013905c","status":"passed","time":{"start":1728598319590,"stop":1728598319590,"duration":0}},{"uid":"c42ea0018f8eb2b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c42ea0018f8eb2b","status":"passed","time":{"start":1728597520647,"stop":1728597520648,"duration":1}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"31cd671ee10aeef1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/31cd671ee10aeef1","status":"passed","time":{"start":1729034360437,"stop":1729034360438,"duration":1}},{"uid":"822bcc13b918f9fc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/822bcc13b918f9fc","status":"passed","time":{"start":1729034124364,"stop":1729034124364,"duration":0}},{"uid":"3432f0ac2f7ac99d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3432f0ac2f7ac99d","status":"passed","time":{"start":1729034047486,"stop":1729034047486,"duration":0}},{"uid":"cad5d9ff81c373e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cad5d9ff81c373e2","status":"passed","time":{"start":1729033862330,"stop":1729033862330,"duration":0}},{"uid":"7e4e3cf59186ac27","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e4e3cf59186ac27","status":"passed","time":{"start":1729031912071,"stop":1729031912071,"duration":0}},{"uid":"6f7043d57f5134b6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f7043d57f5134b6","status":"passed","time":{"start":1728901457818,"stop":1728901457819,"duration":1}},{"uid":"a62b5ee579c46f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a62b5ee579c46f3","status":"passed","time":{"start":1728892888302,"stop":1728892888302,"duration":0}},{"uid":"64d0f1c6f22b0ee4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64d0f1c6f22b0ee4","status":"passed","time":{"start":1728855850789,"stop":1728855850789,"duration":0}},{"uid":"38a4b3385b3476d2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38a4b3385b3476d2","status":"passed","time":{"start":1728738068165,"stop":1728738068165,"duration":0}},{"uid":"e19b402ca15b1806","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e19b402ca15b1806","status":"passed","time":{"start":1728682601674,"stop":1728682601674,"duration":0}},{"uid":"d80416307d2ac560","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d80416307d2ac560","status":"passed","time":{"start":1728682174567,"stop":1728682174567,"duration":0}},{"uid":"8ed489459b9514bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8ed489459b9514bf","status":"passed","time":{"start":1728676648932,"stop":1728676648933,"duration":1}},{"uid":"e203d5da98ce00ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e203d5da98ce00ab","status":"passed","time":{"start":1728669372212,"stop":1728669372212,"duration":0}},{"uid":"a9addd475405e732","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a9addd475405e732","status":"passed","time":{"start":1728597712762,"stop":1728597712762,"duration":0}},{"uid":"191e33726cd85edd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/191e33726cd85edd","status":"passed","time":{"start":1728596931868,"stop":1728596931868,"duration":0}}]},"9b39757fb3a6786e4260e0d9817247e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9886c152143c086a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9886c152143c086a","status":"passed","time":{"start":1728677107988,"stop":1728677107989,"duration":1}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"eb600e826e05342","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eb600e826e05342","status":"passed","time":{"start":1729034630106,"stop":1729034630106,"duration":0}},{"uid":"ce2a60beca3a661d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ce2a60beca3a661d","status":"passed","time":{"start":1729034390824,"stop":1729034390824,"duration":0}},{"uid":"d0550f889dc32d27","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d0550f889dc32d27","status":"passed","time":{"start":1729034323928,"stop":1729034323929,"duration":1}},{"uid":"1ad21a24c3632845","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ad21a24c3632845","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0}},{"uid":"bced94cfcfe3dccd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bced94cfcfe3dccd","status":"passed","time":{"start":1729032192393,"stop":1729032192394,"duration":1}},{"uid":"38e09c3595337ccf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38e09c3595337ccf","status":"passed","time":{"start":1728901896709,"stop":1728901896710,"duration":1}},{"uid":"6742f0f3d8991e08","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6742f0f3d8991e08","status":"passed","time":{"start":1728893334448,"stop":1728893334448,"duration":0}},{"uid":"558a8309b4d3c3e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/558a8309b4d3c3e","status":"passed","time":{"start":1728856285995,"stop":1728856285997,"duration":2}},{"uid":"77aa739f7ccb371a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/77aa739f7ccb371a","status":"passed","time":{"start":1728738508179,"stop":1728738508180,"duration":1}},{"uid":"cd2ccfea8c14208c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cd2ccfea8c14208c","status":"passed","time":{"start":1728683055336,"stop":1728683055336,"duration":0}},{"uid":"aa879a78f8fbac35","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa879a78f8fbac35","status":"passed","time":{"start":1728682604664,"stop":1728682604665,"duration":1}},{"uid":"7cafe5456c182178","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7cafe5456c182178","status":"passed","time":{"start":1728677105013,"stop":1728677105013,"duration":0}},{"uid":"98077c02ab9b2430","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98077c02ab9b2430","status":"passed","time":{"start":1728669780768,"stop":1728669780768,"duration":0}},{"uid":"143ba9ccbc3c2e73","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/143ba9ccbc3c2e73","status":"passed","time":{"start":1728598159632,"stop":1728598159632,"duration":0}},{"uid":"dadb45e5ac604fe8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dadb45e5ac604fe8","status":"passed","time":{"start":1728597371102,"stop":1728597371103,"duration":1}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"56e7a4b6bc960104","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/56e7a4b6bc960104","status":"passed","time":{"start":1729034435420,"stop":1729034435421,"duration":1}},{"uid":"edec6d6fcb461575","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/edec6d6fcb461575","status":"passed","time":{"start":1729034202108,"stop":1729034202109,"duration":1}},{"uid":"b49ee770b1a54945","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b49ee770b1a54945","status":"passed","time":{"start":1729034126139,"stop":1729034126142,"duration":3}},{"uid":"e43d38544ed987d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e43d38544ed987d0","status":"passed","time":{"start":1729033939927,"stop":1729033939927,"duration":0}},{"uid":"ab128f1e875b7a24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ab128f1e875b7a24","status":"passed","time":{"start":1729031988776,"stop":1729031988777,"duration":1}},{"uid":"9cf35c5c743da028","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9cf35c5c743da028","status":"passed","time":{"start":1728901555773,"stop":1728901555774,"duration":1}},{"uid":"d6ec077a9b35bf5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6ec077a9b35bf5a","status":"passed","time":{"start":1728892995573,"stop":1728892995573,"duration":0}},{"uid":"2ae9a0976f8f3ec1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ae9a0976f8f3ec1","status":"passed","time":{"start":1728855954644,"stop":1728855954644,"duration":0}},{"uid":"e3304047beed47f7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e3304047beed47f7","status":"passed","time":{"start":1728738169523,"stop":1728738169523,"duration":0}},{"uid":"8fa85057285b1c3a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8fa85057285b1c3a","status":"passed","time":{"start":1728682707229,"stop":1728682707230,"duration":1}},{"uid":"a022ce37132e527c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a022ce37132e527c","status":"passed","time":{"start":1728682285126,"stop":1728682285127,"duration":1}},{"uid":"ca6600f539cb21eb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca6600f539cb21eb","status":"passed","time":{"start":1728676761155,"stop":1728676761156,"duration":1}},{"uid":"49fbe29499a3a16b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/49fbe29499a3a16b","status":"passed","time":{"start":1728669488937,"stop":1728669488938,"duration":1}},{"uid":"3ac72578e209c3c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ac72578e209c3c1","status":"passed","time":{"start":1728597819575,"stop":1728597819579,"duration":4}},{"uid":"55de8c67bc9b7b7f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/55de8c67bc9b7b7f","status":"passed","time":{"start":1728597041919,"stop":1728597041920,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"24bb30cc8349b3ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/24bb30cc8349b3ac","status":"passed","time":{"start":1729034611661,"stop":1729034611662,"duration":1}},{"uid":"6c11f4c16bb23243","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6c11f4c16bb23243","status":"passed","time":{"start":1729034393639,"stop":1729034393639,"duration":0}},{"uid":"c6b7ea01a0c4b9cd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c6b7ea01a0c4b9cd","status":"passed","time":{"start":1729034304834,"stop":1729034304835,"duration":1}},{"uid":"10f34c4a3309713a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10f34c4a3309713a","status":"passed","time":{"start":1729034121900,"stop":1729034121901,"duration":1}},{"uid":"bad249605a90d08d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bad249605a90d08d","status":"passed","time":{"start":1729032174809,"stop":1729032174810,"duration":1}},{"uid":"45ec468eebf65423","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/45ec468eebf65423","status":"passed","time":{"start":1728901881009,"stop":1728901881009,"duration":0}},{"uid":"9f774057bc48ba1c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9f774057bc48ba1c","status":"passed","time":{"start":1728893317155,"stop":1728893317156,"duration":1}},{"uid":"b05c56d09dded92a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b05c56d09dded92a","status":"passed","time":{"start":1728856263079,"stop":1728856263079,"duration":0}},{"uid":"c311a6ee03658fdf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c311a6ee03658fdf","status":"passed","time":{"start":1728738492795,"stop":1728738492795,"duration":0}},{"uid":"e20471b523b6d42d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e20471b523b6d42d","status":"passed","time":{"start":1728683030018,"stop":1728683030018,"duration":0}},{"uid":"ea4049c3b987a9c6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea4049c3b987a9c6","status":"passed","time":{"start":1728682581098,"stop":1728682581098,"duration":0}},{"uid":"66687b3b4d9f7e5b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/66687b3b4d9f7e5b","status":"passed","time":{"start":1728677081991,"stop":1728677081991,"duration":0}},{"uid":"e73e1f30e996c122","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e73e1f30e996c122","status":"passed","time":{"start":1728669795392,"stop":1728669795392,"duration":0}},{"uid":"e12a7582218c8402","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e12a7582218c8402","status":"passed","time":{"start":1728598137500,"stop":1728598137501,"duration":1}},{"uid":"fedba8d0bf420c51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fedba8d0bf420c51","status":"passed","time":{"start":1728597353477,"stop":1728597353477,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"48a5d67397949fdb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/48a5d67397949fdb","status":"passed","time":{"start":1729034617766,"stop":1729034617766,"duration":0}},{"uid":"1cf4f674c0a59435","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1cf4f674c0a59435","status":"passed","time":{"start":1729034370903,"stop":1729034370904,"duration":1}},{"uid":"886dccb893e26341","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/886dccb893e26341","status":"passed","time":{"start":1729034308890,"stop":1729034308890,"duration":0}},{"uid":"a197a0a450629037","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a197a0a450629037","status":"passed","time":{"start":1729034129479,"stop":1729034129479,"duration":0}},{"uid":"cac0221106196979","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cac0221106196979","status":"passed","time":{"start":1729032178376,"stop":1729032178376,"duration":0}},{"uid":"ea4b297dfd882a0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea4b297dfd882a0e","status":"passed","time":{"start":1728901896353,"stop":1728901896353,"duration":0}},{"uid":"344d654b3cfbc78f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/344d654b3cfbc78f","status":"passed","time":{"start":1728893329034,"stop":1728893329034,"duration":0}},{"uid":"82a0029a6d903b81","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/82a0029a6d903b81","status":"passed","time":{"start":1728856284770,"stop":1728856284770,"duration":0}},{"uid":"c45bc308d90f9b22","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c45bc308d90f9b22","status":"passed","time":{"start":1728738494947,"stop":1728738494947,"duration":0}},{"uid":"acaa91b7cf532a60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/acaa91b7cf532a60","status":"passed","time":{"start":1728683033637,"stop":1728683033637,"duration":0}},{"uid":"bca0d0eef556c74c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bca0d0eef556c74c","status":"passed","time":{"start":1728682601745,"stop":1728682601745,"duration":0}},{"uid":"1aefd7a56f1598a2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1aefd7a56f1598a2","status":"passed","time":{"start":1728677107984,"stop":1728677107984,"duration":0}},{"uid":"daef2af20aa9b4dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/daef2af20aa9b4dc","status":"passed","time":{"start":1728669764757,"stop":1728669764757,"duration":0}},{"uid":"8ec6e88fbb4816eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ec6e88fbb4816eb","status":"passed","time":{"start":1728598157576,"stop":1728598157576,"duration":0}},{"uid":"6e715332b8df10cc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6e715332b8df10cc","status":"passed","time":{"start":1728597369085,"stop":1728597369085,"duration":0}}]},"10a8d7b9f7fcd9a66681444346fad1d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbfc0dce6502d9e6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cbfc0dce6502d9e6","status":"passed","time":{"start":1728893389988,"stop":1728893389988,"duration":0}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6334ff280e9d178a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6334ff280e9d178a","status":"passed","time":{"start":1729034399690,"stop":1729034399690,"duration":0}},{"uid":"a42d2f7a4ae6101c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a42d2f7a4ae6101c","status":"passed","time":{"start":1729034162496,"stop":1729034162496,"duration":0}},{"uid":"b0166b1cce5d19a8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b0166b1cce5d19a8","status":"passed","time":{"start":1729034086607,"stop":1729034086608,"duration":1}},{"uid":"d5b40d5a2359cbd5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d5b40d5a2359cbd5","status":"passed","time":{"start":1729033900634,"stop":1729033900634,"duration":0}},{"uid":"e479108764f31970","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e479108764f31970","status":"passed","time":{"start":1729031950406,"stop":1729031950406,"duration":0}},{"uid":"4b68211689d3fa6c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b68211689d3fa6c","status":"passed","time":{"start":1728901494877,"stop":1728901494877,"duration":0}},{"uid":"8df6da735b5b4307","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8df6da735b5b4307","status":"passed","time":{"start":1728892927095,"stop":1728892927096,"duration":1}},{"uid":"20237e4a8c4615b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/20237e4a8c4615b6","status":"passed","time":{"start":1728855889012,"stop":1728855889013,"duration":1}},{"uid":"da88413cdac3baf4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da88413cdac3baf4","status":"passed","time":{"start":1728738105939,"stop":1728738105939,"duration":0}},{"uid":"908ae857abcea194","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/908ae857abcea194","status":"passed","time":{"start":1728682639923,"stop":1728682639924,"duration":1}},{"uid":"cc44a9c415286688","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cc44a9c415286688","status":"passed","time":{"start":1728682212117,"stop":1728682212117,"duration":0}},{"uid":"ff9b2e669299f5e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ff9b2e669299f5e4","status":"passed","time":{"start":1728676687917,"stop":1728676687918,"duration":1}},{"uid":"5da0faca28863152","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5da0faca28863152","status":"passed","time":{"start":1728669411845,"stop":1728669411845,"duration":0}},{"uid":"81e5c8efbbec3c2e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/81e5c8efbbec3c2e","status":"passed","time":{"start":1728597751009,"stop":1728597751010,"duration":1}},{"uid":"2858ee3be2a4677c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2858ee3be2a4677c","status":"passed","time":{"start":1728596968266,"stop":1728596968266,"duration":0}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3ab0b99b6e7859a4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3ab0b99b6e7859a4","status":"passed","time":{"start":1729034408862,"stop":1729034408863,"duration":1}},{"uid":"c02264afc0d96c95","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c02264afc0d96c95","status":"passed","time":{"start":1729034166252,"stop":1729034166253,"duration":1}},{"uid":"6ed4e89ef9325150","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6ed4e89ef9325150","status":"passed","time":{"start":1729034096711,"stop":1729034096713,"duration":2}},{"uid":"b39f5ce152724ab7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b39f5ce152724ab7","status":"passed","time":{"start":1729033904743,"stop":1729033904743,"duration":0}},{"uid":"77cc12dd2f412f5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/77cc12dd2f412f5d","status":"passed","time":{"start":1729031952291,"stop":1729031952291,"duration":0}},{"uid":"419480e0c9ef848c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/419480e0c9ef848c","status":"passed","time":{"start":1728901498545,"stop":1728901498545,"duration":0}},{"uid":"419fa74105fea434","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/419fa74105fea434","status":"passed","time":{"start":1728892934938,"stop":1728892934938,"duration":0}},{"uid":"b2426fa5e6cc3480","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2426fa5e6cc3480","status":"passed","time":{"start":1728855901074,"stop":1728855901076,"duration":2}},{"uid":"76fd970e5441d781","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76fd970e5441d781","status":"passed","time":{"start":1728738109811,"stop":1728738109812,"duration":1}},{"uid":"51599af360455ca6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/51599af360455ca6","status":"passed","time":{"start":1728682641759,"stop":1728682641760,"duration":1}},{"uid":"323da70117e09780","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/323da70117e09780","status":"passed","time":{"start":1728682224037,"stop":1728682224051,"duration":14}},{"uid":"8a1db0d76b850a6f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a1db0d76b850a6f","status":"passed","time":{"start":1728676692586,"stop":1728676692587,"duration":1}},{"uid":"f1601a8aee640a92","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f1601a8aee640a92","status":"passed","time":{"start":1728669414283,"stop":1728669414285,"duration":2}},{"uid":"ee722952cf90304c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ee722952cf90304c","status":"passed","time":{"start":1728597758154,"stop":1728597758155,"duration":1}},{"uid":"8251f50f042b07f1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8251f50f042b07f1","status":"passed","time":{"start":1728596973958,"stop":1728596973958,"duration":0}}]},"3445419bb0c69497dcad98f0753907d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e7d18f205df4422","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6e7d18f205df4422","status":"passed","time":{"start":1728682581129,"stop":1728682581130,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6dda83657e106d32","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6dda83657e106d32","status":"passed","time":{"start":1729034341405,"stop":1729034341409,"duration":4}},{"uid":"5926227e61af13b7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5926227e61af13b7","status":"passed","time":{"start":1729034104917,"stop":1729034104917,"duration":0}},{"uid":"3c35c9d79f7a85b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c35c9d79f7a85b3","status":"passed","time":{"start":1729034028515,"stop":1729034028515,"duration":0}},{"uid":"c200fa0637e7ce84","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c200fa0637e7ce84","status":"passed","time":{"start":1729033843123,"stop":1729033843123,"duration":0}},{"uid":"5ad97b2dacc526ba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5ad97b2dacc526ba","status":"passed","time":{"start":1729031892682,"stop":1729031892682,"duration":0}},{"uid":"d5ba0db6baf17fd8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d5ba0db6baf17fd8","status":"passed","time":{"start":1728901438812,"stop":1728901438813,"duration":1}},{"uid":"a68ee4b0bbdc33de","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a68ee4b0bbdc33de","status":"passed","time":{"start":1728892869005,"stop":1728892869005,"duration":0}},{"uid":"4ded2a33f548032b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ded2a33f548032b","status":"passed","time":{"start":1728855831897,"stop":1728855831897,"duration":0}},{"uid":"a59ec5491f20f864","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a59ec5491f20f864","status":"passed","time":{"start":1728738049045,"stop":1728738049045,"duration":0}},{"uid":"22b0224e9f4f93ee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/22b0224e9f4f93ee","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"c968f1082990404","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c968f1082990404","status":"passed","time":{"start":1728682155412,"stop":1728682155413,"duration":1}},{"uid":"b52348c33ece37a5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b52348c33ece37a5","status":"passed","time":{"start":1728676629979,"stop":1728676629979,"duration":0}},{"uid":"aa71c161079779c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa71c161079779c5","status":"passed","time":{"start":1728669353106,"stop":1728669353106,"duration":0}},{"uid":"c67291416b3e36ef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c67291416b3e36ef","status":"passed","time":{"start":1728597693852,"stop":1728597693852,"duration":0}},{"uid":"3514c66ef691fea3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3514c66ef691fea3","status":"passed","time":{"start":1728596913096,"stop":1728596913096,"duration":0}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"467d85a813e83a2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/467d85a813e83a2c","status":"passed","time":{"start":1729034435410,"stop":1729034435411,"duration":1}},{"uid":"6aab558dfc0e2da5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6aab558dfc0e2da5","status":"passed","time":{"start":1729034202095,"stop":1729034202096,"duration":1}},{"uid":"f01d0e004bc45a71","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f01d0e004bc45a71","status":"passed","time":{"start":1729034126102,"stop":1729034126111,"duration":9}},{"uid":"5c7a364f1c33113d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5c7a364f1c33113d","status":"passed","time":{"start":1729033939921,"stop":1729033939922,"duration":1}},{"uid":"cbe46f0f87fd7a84","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cbe46f0f87fd7a84","status":"passed","time":{"start":1729031988772,"stop":1729031988773,"duration":1}},{"uid":"5e6e5c3d31cb786f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5e6e5c3d31cb786f","status":"passed","time":{"start":1728901555752,"stop":1728901555752,"duration":0}},{"uid":"1b13bd8df2117835","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1b13bd8df2117835","status":"passed","time":{"start":1728892995570,"stop":1728892995571,"duration":1}},{"uid":"e4e818de32fe0fcc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e4e818de32fe0fcc","status":"passed","time":{"start":1728855954641,"stop":1728855954641,"duration":0}},{"uid":"ef888ee998799810","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ef888ee998799810","status":"passed","time":{"start":1728738169503,"stop":1728738169504,"duration":1}},{"uid":"a86f88c8a005e2ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a86f88c8a005e2ab","status":"passed","time":{"start":1728682707226,"stop":1728682707226,"duration":0}},{"uid":"bc8feabbc7a99816","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc8feabbc7a99816","status":"passed","time":{"start":1728682285115,"stop":1728682285116,"duration":1}},{"uid":"45179466124bb178","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/45179466124bb178","status":"passed","time":{"start":1728676761147,"stop":1728676761148,"duration":1}},{"uid":"fd0324d359c43dd4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd0324d359c43dd4","status":"passed","time":{"start":1728669488935,"stop":1728669488935,"duration":0}},{"uid":"518df16e1bd65d78","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/518df16e1bd65d78","status":"passed","time":{"start":1728597819560,"stop":1728597819560,"duration":0}},{"uid":"ab7c3cf2cd3b5683","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ab7c3cf2cd3b5683","status":"passed","time":{"start":1728597041916,"stop":1728597041916,"duration":0}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"244182d39a0ebb5b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/244182d39a0ebb5b","status":"passed","time":{"start":1729034611676,"stop":1729034611677,"duration":1}},{"uid":"711ac8b548f74ff3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/711ac8b548f74ff3","status":"passed","time":{"start":1729034393649,"stop":1729034393653,"duration":4}},{"uid":"d54fe00c7f6265e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d54fe00c7f6265e9","status":"passed","time":{"start":1729034304850,"stop":1729034304851,"duration":1}},{"uid":"fcea1fe2780df9c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fcea1fe2780df9c2","status":"passed","time":{"start":1729034121924,"stop":1729034121931,"duration":7}},{"uid":"9eb9d497b19caf2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9eb9d497b19caf2","status":"passed","time":{"start":1729032174900,"stop":1729032174900,"duration":0}},{"uid":"e9a7d02eb51f74a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e9a7d02eb51f74a8","status":"passed","time":{"start":1728901881015,"stop":1728901881015,"duration":0}},{"uid":"7aed7aaa1141c58e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7aed7aaa1141c58e","status":"passed","time":{"start":1728893317169,"stop":1728893317171,"duration":2}},{"uid":"c03bbc4f5c49e658","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c03bbc4f5c49e658","status":"passed","time":{"start":1728856263101,"stop":1728856263102,"duration":1}},{"uid":"d7347c285d9f6827","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d7347c285d9f6827","status":"passed","time":{"start":1728738492800,"stop":1728738492801,"duration":1}},{"uid":"afa737b3720e417f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/afa737b3720e417f","status":"passed","time":{"start":1728683030023,"stop":1728683030024,"duration":1}},{"uid":"789c3d2b0637f0ca","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/789c3d2b0637f0ca","status":"passed","time":{"start":1728682581104,"stop":1728682581105,"duration":1}},{"uid":"281ca90454a037fc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/281ca90454a037fc","status":"passed","time":{"start":1728677082000,"stop":1728677082000,"duration":0}},{"uid":"34d1d5d43a6da1f2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34d1d5d43a6da1f2","status":"passed","time":{"start":1728669795399,"stop":1728669795399,"duration":0}},{"uid":"437b4e33b206af10","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/437b4e33b206af10","status":"passed","time":{"start":1728598137505,"stop":1728598137506,"duration":1}},{"uid":"dfba8513dbacb7d9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dfba8513dbacb7d9","status":"passed","time":{"start":1728597353482,"stop":1728597353482,"duration":0}}]},"bd859832e2ef5423eabb5fa953a68e94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5df74e6887b3936a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5df74e6887b3936a","status":"passed","time":{"start":1729032178378,"stop":1729032178380,"duration":2}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fa709a3c471dc4a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fa709a3c471dc4a","status":"passed","time":{"start":1729034366400,"stop":1729034366400,"duration":0}},{"uid":"38ce8f783b60c013","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/38ce8f783b60c013","status":"passed","time":{"start":1729034130430,"stop":1729034130431,"duration":1}},{"uid":"b223f8032d3687df","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b223f8032d3687df","status":"passed","time":{"start":1729034053400,"stop":1729034053401,"duration":1}},{"uid":"36fac8b81c78ddde","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/36fac8b81c78ddde","status":"passed","time":{"start":1729033868328,"stop":1729033868329,"duration":1}},{"uid":"371f1de29b733cd6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/371f1de29b733cd6","status":"passed","time":{"start":1729031918118,"stop":1729031918118,"duration":0}},{"uid":"6b81f23a60235d2e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6b81f23a60235d2e","status":"passed","time":{"start":1728901463797,"stop":1728901463798,"duration":1}},{"uid":"5854c8c30aaacaa1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5854c8c30aaacaa1","status":"passed","time":{"start":1728892894311,"stop":1728892894311,"duration":0}},{"uid":"63d5a2adad69099c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63d5a2adad69099c","status":"passed","time":{"start":1728855856839,"stop":1728855856839,"duration":0}},{"uid":"1b92643da57f8aa8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1b92643da57f8aa8","status":"passed","time":{"start":1728738074179,"stop":1728738074180,"duration":1}},{"uid":"334e74b16d66132c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/334e74b16d66132c","status":"passed","time":{"start":1728682607652,"stop":1728682607653,"duration":1}},{"uid":"ff9ed5accc1a0b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ff9ed5accc1a0b9","status":"passed","time":{"start":1728682180606,"stop":1728682180607,"duration":1}},{"uid":"263d734050888b55","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/263d734050888b55","status":"passed","time":{"start":1728676655191,"stop":1728676655192,"duration":1}},{"uid":"7f2b3162cbaf7c21","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f2b3162cbaf7c21","status":"passed","time":{"start":1728669378165,"stop":1728669378166,"duration":1}},{"uid":"953234771164f859","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/953234771164f859","status":"passed","time":{"start":1728597718743,"stop":1728597718743,"duration":0}},{"uid":"1b7208b87023ec25","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1b7208b87023ec25","status":"passed","time":{"start":1728596937947,"stop":1728596937947,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"de7781be7004e1bb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/de7781be7004e1bb","status":"passed","time":{"start":1729034376215,"stop":1729034376215,"duration":0}},{"uid":"9ee0db2ad072a50","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9ee0db2ad072a50","status":"passed","time":{"start":1729034140569,"stop":1729034140570,"duration":1}},{"uid":"8a07ed356311f257","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8a07ed356311f257","status":"passed","time":{"start":1729034063214,"stop":1729034063215,"duration":1}},{"uid":"3bbe60fec3870561","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3bbe60fec3870561","status":"passed","time":{"start":1729033878344,"stop":1729033878344,"duration":0}},{"uid":"448059c64bc8bdbc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/448059c64bc8bdbc","status":"passed","time":{"start":1729031928153,"stop":1729031928153,"duration":0}},{"uid":"c71ed32f9b50c231","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c71ed32f9b50c231","status":"passed","time":{"start":1728901472375,"stop":1728901472376,"duration":1}},{"uid":"cac252d6c162ae00","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cac252d6c162ae00","status":"passed","time":{"start":1728892903066,"stop":1728892903066,"duration":0}},{"uid":"47e190d45fe45ebf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/47e190d45fe45ebf","status":"passed","time":{"start":1728855866506,"stop":1728855866507,"duration":1}},{"uid":"5c9d85b21c66efbc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c9d85b21c66efbc","status":"passed","time":{"start":1728738084264,"stop":1728738084264,"duration":0}},{"uid":"466133176da2b0bd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/466133176da2b0bd","status":"passed","time":{"start":1728682617675,"stop":1728682617675,"duration":0}},{"uid":"18818b32def2e806","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18818b32def2e806","status":"passed","time":{"start":1728682190443,"stop":1728682190443,"duration":0}},{"uid":"e520127572c5a709","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e520127572c5a709","status":"passed","time":{"start":1728676664770,"stop":1728676664771,"duration":1}},{"uid":"83a21da8092fda25","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83a21da8092fda25","status":"passed","time":{"start":1728669387972,"stop":1728669387972,"duration":0}},{"uid":"6426aa029b487ffb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6426aa029b487ffb","status":"passed","time":{"start":1728597727563,"stop":1728597727563,"duration":0}},{"uid":"b7aa9be0557d079","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b7aa9be0557d079","status":"passed","time":{"start":1728596946507,"stop":1728596946507,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6979f145a94f2d77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6979f145a94f2d77","status":"passed","time":{"start":1729034472963,"stop":1729034472964,"duration":1}},{"uid":"54f87150ef92dd47","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/54f87150ef92dd47","status":"passed","time":{"start":1729034240918,"stop":1729034240918,"duration":0}},{"uid":"7e98695fa0c384d0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7e98695fa0c384d0","status":"passed","time":{"start":1729034159615,"stop":1729034159615,"duration":0}},{"uid":"c1af9d4bcc219a38","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c1af9d4bcc219a38","status":"passed","time":{"start":1729033976797,"stop":1729033976797,"duration":0}},{"uid":"be9b49739008866f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be9b49739008866f","status":"passed","time":{"start":1729032020518,"stop":1729032020518,"duration":0}},{"uid":"63ee3c74cc1e7961","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/63ee3c74cc1e7961","status":"passed","time":{"start":1728901616432,"stop":1728901616434,"duration":2}},{"uid":"489501c7c6bb0cf9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/489501c7c6bb0cf9","status":"passed","time":{"start":1728893050245,"stop":1728893050245,"duration":0}},{"uid":"331f50d601e3430","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/331f50d601e3430","status":"passed","time":{"start":1728856015171,"stop":1728856015171,"duration":0}},{"uid":"58583d5defd811b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58583d5defd811b9","status":"passed","time":{"start":1728738233137,"stop":1728738233138,"duration":1}},{"uid":"8db70e6991c0d7ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8db70e6991c0d7ca","status":"passed","time":{"start":1728682762471,"stop":1728682762472,"duration":1}},{"uid":"e61094a3a810c0a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e61094a3a810c0a8","status":"passed","time":{"start":1728682332786,"stop":1728682332786,"duration":0}},{"uid":"ec07c9ae156f7c7b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec07c9ae156f7c7b","status":"passed","time":{"start":1728676810291,"stop":1728676810291,"duration":0}},{"uid":"d1de3d1c51506605","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d1de3d1c51506605","status":"passed","time":{"start":1728669529897,"stop":1728669529899,"duration":2}},{"uid":"247cbded59637354","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/247cbded59637354","status":"passed","time":{"start":1728597873534,"stop":1728597873534,"duration":0}},{"uid":"f2305cc73441194a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f2305cc73441194a","status":"passed","time":{"start":1728597089273,"stop":1728597089274,"duration":1}}]},"e844fb631ab620583c715bd163c7d8c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b91b13fc3e55cf0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b91b13fc3e55cf0d","status":"passed","time":{"start":1729034177526,"stop":1729034177527,"duration":1}}]},"11e3c1d30f77f4af2f9aa1354db39ef8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d1b38e8dfafd848","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d1b38e8dfafd848","status":"passed","time":{"start":1728856299190,"stop":1728856299190,"duration":0}}]},"1c4453efb3bd596647b108262002e54b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7a0330f675dddb1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f7a0330f675dddb1","status":"passed","time":{"start":1729032228809,"stop":1729032228809,"duration":0}}]},"214a966456271cbcfb33ad032c3d110a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0743da3ab771a93","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c0743da3ab771a93","status":"passed","time":{"start":1728856055272,"stop":1728856055273,"duration":1}}]},"9cf32b07d86f98259da2956758e5251d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46d1baae29766475","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46d1baae29766475","status":"passed","time":{"start":1728856355695,"stop":1728856355696,"duration":1}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3b506127ae3e5abc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b506127ae3e5abc","status":"passed","time":{"start":1729034704490,"stop":1729034704490,"duration":0}},{"uid":"cdf986c60bd6cde4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cdf986c60bd6cde4","status":"passed","time":{"start":1729034474978,"stop":1729034474978,"duration":0}},{"uid":"58233a0ca5959a7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/58233a0ca5959a7","status":"passed","time":{"start":1729034395286,"stop":1729034395286,"duration":0}},{"uid":"782c3805f6976a7f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/782c3805f6976a7f","status":"passed","time":{"start":1729034209087,"stop":1729034209088,"duration":1}},{"uid":"4c8386670423d81f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c8386670423d81f","status":"passed","time":{"start":1729032264557,"stop":1729032264557,"duration":0}},{"uid":"7f42cf45da267184","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f42cf45da267184","status":"passed","time":{"start":1728902012832,"stop":1728902012832,"duration":0}},{"uid":"abf48fbbdcc96269","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/abf48fbbdcc96269","status":"passed","time":{"start":1728893454805,"stop":1728893454806,"duration":1}},{"uid":"d0a1bcd4c4cb2d96","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d0a1bcd4c4cb2d96","status":"passed","time":{"start":1728856408447,"stop":1728856408447,"duration":0}},{"uid":"898fad7b83ad9fe2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/898fad7b83ad9fe2","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"b40bdf20756426f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b40bdf20756426f4","status":"passed","time":{"start":1728683159731,"stop":1728683159733,"duration":2}},{"uid":"7ac6a9dc3a02a3bd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ac6a9dc3a02a3bd","status":"passed","time":{"start":1728682751323,"stop":1728682751323,"duration":0}},{"uid":"9a863d6e3e289dec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a863d6e3e289dec","status":"passed","time":{"start":1728677216350,"stop":1728677216350,"duration":0}},{"uid":"393935e481fcc1ba","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/393935e481fcc1ba","status":"passed","time":{"start":1728669925448,"stop":1728669925448,"duration":0}},{"uid":"a736fb122219f38e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a736fb122219f38e","status":"passed","time":{"start":1728598268795,"stop":1728598268796,"duration":1}},{"uid":"c9d461831e82d232","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9d461831e82d232","status":"passed","time":{"start":1728597503898,"stop":1728597503899,"duration":1}}]},"bc5161c1ac0e00e6ac9ff62c5ce71ad7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab974c5cc76de033","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab974c5cc76de033","status":"passed","time":{"start":1729034631264,"stop":1729034631264,"duration":0}}]},"a1e7779382aa72397973bdad3f4ae554:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8deba89f72cb6382","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8deba89f72cb6382","status":"passed","time":{"start":1729032235310,"stop":1729032235310,"duration":0}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1e7d59c01974f142","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1e7d59c01974f142","status":"passed","time":{"start":1729034408863,"stop":1729034408863,"duration":0}},{"uid":"1dbdf9babd79191d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1dbdf9babd79191d","status":"passed","time":{"start":1729034166253,"stop":1729034166253,"duration":0}},{"uid":"111845fb0ba36aeb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/111845fb0ba36aeb","status":"passed","time":{"start":1729034096713,"stop":1729034096716,"duration":3}},{"uid":"f7c12c91852a1650","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7c12c91852a1650","status":"passed","time":{"start":1729033904743,"stop":1729033904744,"duration":1}},{"uid":"247f2f55447b8d82","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/247f2f55447b8d82","status":"passed","time":{"start":1729031952291,"stop":1729031952292,"duration":1}},{"uid":"7e8ab678960c47bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e8ab678960c47bf","status":"passed","time":{"start":1728901498546,"stop":1728901498546,"duration":0}},{"uid":"65beacc79fc553bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/65beacc79fc553bf","status":"passed","time":{"start":1728892934938,"stop":1728892934939,"duration":1}},{"uid":"7c125b7e82acbd23","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7c125b7e82acbd23","status":"passed","time":{"start":1728855901076,"stop":1728855901077,"duration":1}},{"uid":"d2496e880a2a8f9c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d2496e880a2a8f9c","status":"passed","time":{"start":1728738109812,"stop":1728738109818,"duration":6}},{"uid":"747d1db892387ec4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/747d1db892387ec4","status":"passed","time":{"start":1728682641760,"stop":1728682641760,"duration":0}},{"uid":"d9f0c53b88fbeeed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d9f0c53b88fbeeed","status":"passed","time":{"start":1728682224051,"stop":1728682224052,"duration":1}},{"uid":"d9ba8100ebe1f16a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d9ba8100ebe1f16a","status":"passed","time":{"start":1728676692587,"stop":1728676692587,"duration":0}},{"uid":"bd71e5e04ddbc866","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bd71e5e04ddbc866","status":"passed","time":{"start":1728669414286,"stop":1728669414314,"duration":28}},{"uid":"efe750d6a765ba3e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efe750d6a765ba3e","status":"passed","time":{"start":1728597758155,"stop":1728597758155,"duration":0}},{"uid":"edb4c28ea1960c3e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/edb4c28ea1960c3e","status":"passed","time":{"start":1728596973958,"stop":1728596973959,"duration":1}}]},"23c6f136eb41d127a90a59eb706111ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67248bb2b3fbf21c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67248bb2b3fbf21c","status":"passed","time":{"start":1728901995037,"stop":1728901995037,"duration":0}}]},"fe0aa5d0482bdcd1a18093676b2b6808:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a5abe7d8d226173","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2a5abe7d8d226173","status":"passed","time":{"start":1729034348215,"stop":1729034348215,"duration":0}}]},"b8c93dcfc5d2de71f0bb560d05629bc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"49a75ab01ba7cdc5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/49a75ab01ba7cdc5","status":"passed","time":{"start":1729034177535,"stop":1729034177536,"duration":1}}]},"cfb244c261b61babc617f392d0430c11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a28870e939e2fe6a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a28870e939e2fe6a","status":"passed","time":{"start":1728597423326,"stop":1728597423327,"duration":1}}]},"9c7da53dc8c28656b50de96f1a69d151:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e81322a8cd76d0ec","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e81322a8cd76d0ec","status":"passed","time":{"start":1728901958865,"stop":1728901958865,"duration":0}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4ad4abe3e8d623ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4ad4abe3e8d623ef","status":"passed","time":{"start":1729034636324,"stop":1729034636324,"duration":0}},{"uid":"d3bdc9f9b44ce570","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d3bdc9f9b44ce570","status":"passed","time":{"start":1729034402289,"stop":1729034402290,"duration":1}},{"uid":"43a140c7c2a88248","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/43a140c7c2a88248","status":"passed","time":{"start":1729034323319,"stop":1729034323319,"duration":0}},{"uid":"df0cb287268aae2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df0cb287268aae2c","status":"passed","time":{"start":1729034144773,"stop":1729034144773,"duration":0}},{"uid":"34e8a7382ed41e24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/34e8a7382ed41e24","status":"passed","time":{"start":1729032198828,"stop":1729032198837,"duration":9}},{"uid":"37ecc1edb2eb2aaf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37ecc1edb2eb2aaf","status":"passed","time":{"start":1728901901778,"stop":1728901901778,"duration":0}},{"uid":"65bfbbe6a03ef815","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/65bfbbe6a03ef815","status":"passed","time":{"start":1728893337259,"stop":1728893337259,"duration":0}},{"uid":"ade4b153a4bafa00","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ade4b153a4bafa00","status":"passed","time":{"start":1728856299203,"stop":1728856299203,"duration":0}},{"uid":"8142d9b5ff400bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8142d9b5ff400bd","status":"passed","time":{"start":1728738505394,"stop":1728738505395,"duration":1}},{"uid":"4e46b469eebebc5e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4e46b469eebebc5e","status":"passed","time":{"start":1728683045454,"stop":1728683045455,"duration":1}},{"uid":"873d3bbeda5d264f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/873d3bbeda5d264f","status":"passed","time":{"start":1728682607299,"stop":1728682607300,"duration":1}},{"uid":"985d5a37f9178d36","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/985d5a37f9178d36","status":"passed","time":{"start":1728677103503,"stop":1728677103503,"duration":0}},{"uid":"c4646c13f41485c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4646c13f41485c9","status":"passed","time":{"start":1728669777143,"stop":1728669777144,"duration":1}},{"uid":"1b5d9e360fd7a21","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1b5d9e360fd7a21","status":"passed","time":{"start":1728598163471,"stop":1728598163472,"duration":1}},{"uid":"1ec1dfede575cece","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ec1dfede575cece","status":"passed","time":{"start":1728597375492,"stop":1728597375493,"duration":1}}]},"f0f921db4de05cfce17d955544dd6043:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"310855af868ab691","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/310855af868ab691","status":"passed","time":{"start":1728683093173,"stop":1728683093173,"duration":0}}]},"491040fe2e55f05cf3bc9f011e33af2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e804dff4e8a70d20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e804dff4e8a70d20","status":"passed","time":{"start":1728738555096,"stop":1728738555096,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"69fc4672b2c5754d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69fc4672b2c5754d","status":"passed","time":{"start":1729034704497,"stop":1729034704498,"duration":1}},{"uid":"599a913461365453","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/599a913461365453","status":"passed","time":{"start":1729034474990,"stop":1729034474991,"duration":1}},{"uid":"c52db20312725c7d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c52db20312725c7d","status":"passed","time":{"start":1729034395293,"stop":1729034395293,"duration":0}},{"uid":"fbd9433f389a4aec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbd9433f389a4aec","status":"passed","time":{"start":1729034209103,"stop":1729034209103,"duration":0}},{"uid":"9197f610211848b9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9197f610211848b9","status":"passed","time":{"start":1729032264571,"stop":1729032264571,"duration":0}},{"uid":"125fc56a29e5e3f0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/125fc56a29e5e3f0","status":"passed","time":{"start":1728902012860,"stop":1728902012861,"duration":1}},{"uid":"2118e5e9d5ccc630","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2118e5e9d5ccc630","status":"passed","time":{"start":1728893454813,"stop":1728893454814,"duration":1}},{"uid":"6804a74f610575ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6804a74f610575ca","status":"passed","time":{"start":1728856408455,"stop":1728856408456,"duration":1}},{"uid":"614662a58878c133","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/614662a58878c133","status":"passed","time":{"start":1728738633857,"stop":1728738633857,"duration":0}},{"uid":"d43551b1eb05742d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d43551b1eb05742d","status":"passed","time":{"start":1728683159784,"stop":1728683159785,"duration":1}},{"uid":"a3bcd025e010095f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a3bcd025e010095f","status":"passed","time":{"start":1728682751332,"stop":1728682751333,"duration":1}},{"uid":"85805d150194f4cd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85805d150194f4cd","status":"passed","time":{"start":1728677216363,"stop":1728677216363,"duration":0}},{"uid":"f7c8f4d72f7310d7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f7c8f4d72f7310d7","status":"passed","time":{"start":1728669925456,"stop":1728669925456,"duration":0}},{"uid":"d99a235071c787e6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d99a235071c787e6","status":"passed","time":{"start":1728598268808,"stop":1728598268808,"duration":0}},{"uid":"c9cf6eeaee04db16","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9cf6eeaee04db16","status":"passed","time":{"start":1728597503926,"stop":1728597503928,"duration":2}}]},"2f015b7687319f8d9be0ef595dd8f33f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db02291a114a459","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db02291a114a459","status":"passed","time":{"start":1729034370915,"stop":1729034370918,"duration":3}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2d61cb4dd453def2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d61cb4dd453def2","status":"passed","time":{"start":1729034558121,"stop":1729034558121,"duration":0}},{"uid":"f2ec164980507d5e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f2ec164980507d5e","status":"passed","time":{"start":1729034245524,"stop":1729034245524,"duration":0}},{"uid":"db1c2786cdf5a219","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db1c2786cdf5a219","status":"passed","time":{"start":1729034063498,"stop":1729034063498,"duration":0}},{"uid":"45898757c05fada9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45898757c05fada9","status":"passed","time":{"start":1729032122638,"stop":1729032122639,"duration":1}},{"uid":"6b1e508d4c22aae5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6b1e508d4c22aae5","status":"passed","time":{"start":1728901785638,"stop":1728901785639,"duration":1}},{"uid":"fdf83776524c16e3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fdf83776524c16e3","status":"passed","time":{"start":1728893218775,"stop":1728893218776,"duration":1}},{"uid":"69a9d38d2b06f9a6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/69a9d38d2b06f9a6","status":"passed","time":{"start":1728856192662,"stop":1728856192662,"duration":0}},{"uid":"89651ab693ecdb2b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/89651ab693ecdb2b","status":"passed","time":{"start":1728738398088,"stop":1728738398088,"duration":0}},{"uid":"1a6e17fb7de6c7ea","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a6e17fb7de6c7ea","status":"passed","time":{"start":1728682944510,"stop":1728682944511,"duration":1}},{"uid":"b47c27cb6b21a35d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b47c27cb6b21a35d","status":"passed","time":{"start":1728682507863,"stop":1728682507863,"duration":0}},{"uid":"2f6438dc9c6bdeb5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2f6438dc9c6bdeb5","status":"passed","time":{"start":1728676995529,"stop":1728676995529,"duration":0}},{"uid":"197164c9f91b4496","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/197164c9f91b4496","status":"passed","time":{"start":1728669665541,"stop":1728669665542,"duration":1}},{"uid":"4553b2de247fd5ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4553b2de247fd5ab","status":"passed","time":{"start":1728598056487,"stop":1728598056488,"duration":1}},{"uid":"abe5db5b222073b7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/abe5db5b222073b7","status":"passed","time":{"start":1728597264030,"stop":1728597264036,"duration":6}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9698d4239a699a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9698d4239a699a","status":"passed","time":{"start":1729034356476,"stop":1729034356476,"duration":0}},{"uid":"bd94502f8bf1b3f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bd94502f8bf1b3f5","status":"passed","time":{"start":1729034120501,"stop":1729034120501,"duration":0}},{"uid":"f8e74cec2e36bf3b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f8e74cec2e36bf3b","status":"passed","time":{"start":1729033858271,"stop":1729033858272,"duration":1}},{"uid":"c4ea7d08f3eff11c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c4ea7d08f3eff11c","status":"passed","time":{"start":1729031908177,"stop":1729031908178,"duration":1}},{"uid":"acdf6352742348c7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/acdf6352742348c7","status":"passed","time":{"start":1728901453934,"stop":1728901453934,"duration":0}},{"uid":"5326dbc37ec3d88c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5326dbc37ec3d88c","status":"passed","time":{"start":1728892884410,"stop":1728892884411,"duration":1}},{"uid":"1cb38061da42d2b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1cb38061da42d2b9","status":"passed","time":{"start":1728855846879,"stop":1728855846880,"duration":1}},{"uid":"4590dcbbb9020553","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4590dcbbb9020553","status":"passed","time":{"start":1728738064183,"stop":1728738064183,"duration":0}},{"uid":"cc8bca19a33712cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cc8bca19a33712cc","status":"passed","time":{"start":1728682597762,"stop":1728682597762,"duration":0}},{"uid":"eca95eeed629d951","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eca95eeed629d951","status":"passed","time":{"start":1728682170540,"stop":1728682170541,"duration":1}},{"uid":"2ab155d9887529d5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2ab155d9887529d5","status":"passed","time":{"start":1728676645200,"stop":1728676645201,"duration":1}},{"uid":"be2bc23ffcf2d506","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be2bc23ffcf2d506","status":"passed","time":{"start":1728669368195,"stop":1728669368195,"duration":0}},{"uid":"84afe9c6771f966c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/84afe9c6771f966c","status":"passed","time":{"start":1728597709012,"stop":1728597709013,"duration":1}},{"uid":"e7c435b45f15d204","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7c435b45f15d204","status":"passed","time":{"start":1728596928107,"stop":1728596928107,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b3aa0423b013d3b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b3aa0423b013d3b3","status":"passed","time":{"start":1729034506792,"stop":1729034506793,"duration":1}},{"uid":"fb2a0a5e8d767db0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fb2a0a5e8d767db0","status":"passed","time":{"start":1729034259818,"stop":1729034259818,"duration":0}},{"uid":"b4cdd3fcb7f8d77e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b4cdd3fcb7f8d77e","status":"passed","time":{"start":1729034194017,"stop":1729034194018,"duration":1}},{"uid":"b9b543667b2cea7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b9b543667b2cea7e","status":"passed","time":{"start":1729034014873,"stop":1729034014873,"duration":0}},{"uid":"e9d2d170dfb1c1c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e9d2d170dfb1c1c0","status":"passed","time":{"start":1729032065452,"stop":1729032065453,"duration":1}},{"uid":"faf69f1934a057b8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/faf69f1934a057b8","status":"passed","time":{"start":1728901664266,"stop":1728901664267,"duration":1}},{"uid":"cae4891938feaa5e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cae4891938feaa5e","status":"passed","time":{"start":1728893093691,"stop":1728893093691,"duration":0}},{"uid":"9fa5c5c0643b2f0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9fa5c5c0643b2f0f","status":"passed","time":{"start":1728856055272,"stop":1728856055272,"duration":0}},{"uid":"1974be97348ca71","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1974be97348ca71","status":"passed","time":{"start":1728738274743,"stop":1728738274744,"duration":1}},{"uid":"f5114954b60fd3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f5114954b60fd3f6","status":"passed","time":{"start":1728682807956,"stop":1728682807958,"duration":2}},{"uid":"9ba5a4d5f84b482b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9ba5a4d5f84b482b","status":"passed","time":{"start":1728682381284,"stop":1728682381285,"duration":1}},{"uid":"16c22c8d6656b425","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/16c22c8d6656b425","status":"passed","time":{"start":1728676853897,"stop":1728676853897,"duration":0}},{"uid":"60d5ed1e8d6efad1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/60d5ed1e8d6efad1","status":"passed","time":{"start":1728669581694,"stop":1728669581695,"duration":1}},{"uid":"e902e83b0f1000a3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e902e83b0f1000a3","status":"passed","time":{"start":1728597923481,"stop":1728597923481,"duration":0}},{"uid":"d55651511f15e95a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d55651511f15e95a","status":"passed","time":{"start":1728597132263,"stop":1728597132263,"duration":0}}]},"3b032019f7cbe6aabfe884b3f6d08352:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"496ee1e31e9c8c2a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/496ee1e31e9c8c2a","status":"passed","time":{"start":1729032235299,"stop":1729032235300,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"68cf8b5cf6a22f04","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/68cf8b5cf6a22f04","status":"passed","time":{"start":1729034781180,"stop":1729034781180,"duration":0}},{"uid":"c8686e394716c4fe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c8686e394716c4fe","status":"passed","time":{"start":1729034549088,"stop":1729034549089,"duration":1}},{"uid":"83057d090fe843d4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/83057d090fe843d4","status":"passed","time":{"start":1729034468677,"stop":1729034468678,"duration":1}},{"uid":"c88ebbe568d5bb82","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c88ebbe568d5bb82","status":"passed","time":{"start":1729032344622,"stop":1729032344622,"duration":0}},{"uid":"aed301025367136c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aed301025367136c","status":"passed","time":{"start":1728902062112,"stop":1728902062112,"duration":0}},{"uid":"8399d1442cf68e05","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8399d1442cf68e05","status":"passed","time":{"start":1728893496346,"stop":1728893496346,"duration":0}},{"uid":"29a3edd4280f1cf0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/29a3edd4280f1cf0","status":"passed","time":{"start":1728856449983,"stop":1728856449983,"duration":0}},{"uid":"d9dc7eea21d1034","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d9dc7eea21d1034","status":"passed","time":{"start":1728738669752,"stop":1728738669752,"duration":0}},{"uid":"858ecd1dfe83472","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/858ecd1dfe83472","status":"passed","time":{"start":1728683209697,"stop":1728683209697,"duration":0}},{"uid":"92cea29fa728c2b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/92cea29fa728c2b","status":"passed","time":{"start":1728682772284,"stop":1728682772284,"duration":0}},{"uid":"c3aebaf585df8e99","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c3aebaf585df8e99","status":"passed","time":{"start":1728677264668,"stop":1728677264668,"duration":0}},{"uid":"ab8a30af1fd7860","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ab8a30af1fd7860","status":"passed","time":{"start":1728669943368,"stop":1728669943368,"duration":0}},{"uid":"52d24e19c7b18254","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52d24e19c7b18254","status":"passed","time":{"start":1728598324828,"stop":1728598324828,"duration":0}},{"uid":"96a40ee48d0190fb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/96a40ee48d0190fb","status":"passed","time":{"start":1728597540223,"stop":1728597540223,"duration":0}}]},"b9764e61c19cdd315282ec1d7c884c6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7efdd6a8331fd766","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7efdd6a8331fd766","status":"passed","time":{"start":1728682666065,"stop":1728682666066,"duration":1}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bc467a646eaff336","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bc467a646eaff336","status":"passed","time":{"start":1729034355550,"stop":1729034355553,"duration":3}},{"uid":"d4261a4dfbd6455b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4261a4dfbd6455b","status":"passed","time":{"start":1729034119095,"stop":1729034119095,"duration":0}},{"uid":"c0ad55a668afd3e7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c0ad55a668afd3e7","status":"passed","time":{"start":1729034042609,"stop":1729034042613,"duration":4}},{"uid":"675e224762069bcd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/675e224762069bcd","status":"passed","time":{"start":1729033857426,"stop":1729033857427,"duration":1}},{"uid":"df6cfe9023c02630","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/df6cfe9023c02630","status":"passed","time":{"start":1729031907630,"stop":1729031907631,"duration":1}},{"uid":"2b1dfeefadae7f50","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2b1dfeefadae7f50","status":"passed","time":{"start":1728901452629,"stop":1728901452629,"duration":0}},{"uid":"3fcd041c21141fd0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3fcd041c21141fd0","status":"passed","time":{"start":1728892883398,"stop":1728892883398,"duration":0}},{"uid":"3c257bcd2eda7d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c257bcd2eda7d6","status":"passed","time":{"start":1728855845735,"stop":1728855845736,"duration":1}},{"uid":"2b93914bbacad243","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2b93914bbacad243","status":"passed","time":{"start":1728738063047,"stop":1728738063047,"duration":0}},{"uid":"1a7d02a853433c39","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a7d02a853433c39","status":"passed","time":{"start":1728682596889,"stop":1728682596889,"duration":0}},{"uid":"aeebf3335499a7f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aeebf3335499a7f9","status":"passed","time":{"start":1728682169970,"stop":1728682169970,"duration":0}},{"uid":"7d17f582b8f5e496","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d17f582b8f5e496","status":"passed","time":{"start":1728676643815,"stop":1728676643815,"duration":0}},{"uid":"7cef7dcd97e65c3c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7cef7dcd97e65c3c","status":"passed","time":{"start":1728669366943,"stop":1728669366943,"duration":0}},{"uid":"4d6d2f783146e982","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4d6d2f783146e982","status":"passed","time":{"start":1728597707581,"stop":1728597707581,"duration":0}},{"uid":"c5b88fc50fc968f4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c5b88fc50fc968f4","status":"passed","time":{"start":1728596927588,"stop":1728596927588,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"38b1489aa4195034","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/38b1489aa4195034","status":"passed","time":{"start":1729034781181,"stop":1729034781181,"duration":0}},{"uid":"a328218dbf597ef7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a328218dbf597ef7","status":"passed","time":{"start":1729034549089,"stop":1729034549089,"duration":0}},{"uid":"16b6305e11edf141","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/16b6305e11edf141","status":"passed","time":{"start":1729034468678,"stop":1729034468678,"duration":0}},{"uid":"58b71d632173ef6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/58b71d632173ef6c","status":"passed","time":{"start":1729032344623,"stop":1729032344623,"duration":0}},{"uid":"38424e4f09e5b334","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38424e4f09e5b334","status":"passed","time":{"start":1728902062113,"stop":1728902062113,"duration":0}},{"uid":"b5518888691786b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5518888691786b2","status":"passed","time":{"start":1728893496347,"stop":1728893496347,"duration":0}},{"uid":"e43f3d879386ca2d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e43f3d879386ca2d","status":"passed","time":{"start":1728856449983,"stop":1728856449984,"duration":1}},{"uid":"bf272e4526cf6224","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf272e4526cf6224","status":"passed","time":{"start":1728738669753,"stop":1728738669753,"duration":0}},{"uid":"bbeaca78e8c2d2b5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bbeaca78e8c2d2b5","status":"passed","time":{"start":1728683209698,"stop":1728683209698,"duration":0}},{"uid":"257fb9c6ab8d50e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/257fb9c6ab8d50e4","status":"passed","time":{"start":1728682772285,"stop":1728682772285,"duration":0}},{"uid":"9a9b0ba8a8843ef3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a9b0ba8a8843ef3","status":"passed","time":{"start":1728677264668,"stop":1728677264669,"duration":1}},{"uid":"bb37c889f39f2349","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb37c889f39f2349","status":"passed","time":{"start":1728669943369,"stop":1728669943369,"duration":0}},{"uid":"f64e67f5edbf9b6a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f64e67f5edbf9b6a","status":"passed","time":{"start":1728598324828,"stop":1728598324829,"duration":1}},{"uid":"47216b84c5fdf7f2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47216b84c5fdf7f2","status":"passed","time":{"start":1728597540223,"stop":1728597540224,"duration":1}}]},"dc2743c7ca01bc994a8e66a243ee032e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93d92843fbd0b9e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/93d92843fbd0b9e9","status":"passed","time":{"start":1728598157579,"stop":1728598157579,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7505a8673951785","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7505a8673951785","status":"passed","time":{"start":1729034611655,"stop":1729034611655,"duration":0}},{"uid":"65f141176fa3bb3b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/65f141176fa3bb3b","status":"passed","time":{"start":1729034393630,"stop":1729034393630,"duration":0}},{"uid":"a44a80b8b5b50a9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a44a80b8b5b50a9","status":"passed","time":{"start":1729034304823,"stop":1729034304823,"duration":0}},{"uid":"ccc755503c3061a0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccc755503c3061a0","status":"passed","time":{"start":1729034121892,"stop":1729034121894,"duration":2}},{"uid":"b92c6c00427b8671","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b92c6c00427b8671","status":"passed","time":{"start":1729032174799,"stop":1729032174799,"duration":0}},{"uid":"6274024563b37e88","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6274024563b37e88","status":"passed","time":{"start":1728901881005,"stop":1728901881005,"duration":0}},{"uid":"b5178feb3370c601","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5178feb3370c601","status":"passed","time":{"start":1728893317151,"stop":1728893317151,"duration":0}},{"uid":"2662f9a3231b86d1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2662f9a3231b86d1","status":"passed","time":{"start":1728856263067,"stop":1728856263067,"duration":0}},{"uid":"82a8a7e114d701b3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/82a8a7e114d701b3","status":"passed","time":{"start":1728738492791,"stop":1728738492792,"duration":1}},{"uid":"a1f5a181177f0633","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1f5a181177f0633","status":"passed","time":{"start":1728683030010,"stop":1728683030010,"duration":0}},{"uid":"b7d3cf24df782dee","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b7d3cf24df782dee","status":"passed","time":{"start":1728682581085,"stop":1728682581086,"duration":1}},{"uid":"79a93c31424f9595","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79a93c31424f9595","status":"passed","time":{"start":1728677081986,"stop":1728677081986,"duration":0}},{"uid":"dd92cd61350c00b3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd92cd61350c00b3","status":"passed","time":{"start":1728669795387,"stop":1728669795388,"duration":1}},{"uid":"fa6cbea6f117d517","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fa6cbea6f117d517","status":"passed","time":{"start":1728598137496,"stop":1728598137496,"duration":0}},{"uid":"b02e71c6f5de51f4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b02e71c6f5de51f4","status":"passed","time":{"start":1728597353474,"stop":1728597353474,"duration":0}}]},"4d342c49bc60650f8014c447997376cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a66ea6f1773c37c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a66ea6f1773c37c0","status":"passed","time":{"start":1728901896355,"stop":1728901896355,"duration":0}}]},"bc03c64ef9905538481bd0c2c83e7b85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c9e949907ff4ca3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c9e949907ff4ca3","status":"passed","time":{"start":1728597369088,"stop":1728597369088,"duration":0}}]},"eaf88606f42ff25ce61fe7af0d74c5aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"625e9fbe75933c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/625e9fbe75933c9","status":"passed","time":{"start":1728738555099,"stop":1728738555099,"duration":0}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"75d5f3c3b7112d47","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/75d5f3c3b7112d47","status":"passed","time":{"start":1729034399693,"stop":1729034399696,"duration":3}},{"uid":"1d33de00803fc142","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1d33de00803fc142","status":"passed","time":{"start":1729034162499,"stop":1729034162499,"duration":0}},{"uid":"f73d3c1a1db8408a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f73d3c1a1db8408a","status":"passed","time":{"start":1729034086614,"stop":1729034086618,"duration":4}},{"uid":"32ba962660412e34","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32ba962660412e34","status":"passed","time":{"start":1729033900651,"stop":1729033900653,"duration":2}},{"uid":"78e84f2db632715b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/78e84f2db632715b","status":"passed","time":{"start":1729031950408,"stop":1729031950410,"duration":2}},{"uid":"28dbf58196546ec1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/28dbf58196546ec1","status":"passed","time":{"start":1728901494880,"stop":1728901494881,"duration":1}},{"uid":"f204a04e98126038","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f204a04e98126038","status":"passed","time":{"start":1728892927099,"stop":1728892927099,"duration":0}},{"uid":"18e9f8170f4ba49a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/18e9f8170f4ba49a","status":"passed","time":{"start":1728855889016,"stop":1728855889017,"duration":1}},{"uid":"6321f6de0f2ec961","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6321f6de0f2ec961","status":"passed","time":{"start":1728738105942,"stop":1728738105943,"duration":1}},{"uid":"fe7bb2ac0cc3e07","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fe7bb2ac0cc3e07","status":"passed","time":{"start":1728682639927,"stop":1728682639927,"duration":0}},{"uid":"47d725d2cd722baa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/47d725d2cd722baa","status":"passed","time":{"start":1728682212121,"stop":1728682212122,"duration":1}},{"uid":"21ce39eafae67ce4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/21ce39eafae67ce4","status":"passed","time":{"start":1728676687924,"stop":1728676687924,"duration":0}},{"uid":"c43eed14fdd629be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c43eed14fdd629be","status":"passed","time":{"start":1728669411848,"stop":1728669411848,"duration":0}},{"uid":"e3f3fbc5fc3240b0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3f3fbc5fc3240b0","status":"passed","time":{"start":1728597751014,"stop":1728597751015,"duration":1}},{"uid":"fbdba3cb8f9071d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fbdba3cb8f9071d2","status":"passed","time":{"start":1728596968268,"stop":1728596968269,"duration":1}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fdc47744d79be319","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fdc47744d79be319","status":"passed","time":{"start":1729034536106,"stop":1729034536106,"duration":0}},{"uid":"8999c8b66db4784b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8999c8b66db4784b","status":"passed","time":{"start":1729034296708,"stop":1729034296710,"duration":2}},{"uid":"28cc12b1926ca16e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28cc12b1926ca16e","status":"passed","time":{"start":1729034220606,"stop":1729034220607,"duration":1}},{"uid":"8e4fec60d1972eb7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e4fec60d1972eb7","status":"passed","time":{"start":1729034041490,"stop":1729034041490,"duration":0}},{"uid":"508a8b31ed79e95b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/508a8b31ed79e95b","status":"passed","time":{"start":1728901705406,"stop":1728901705407,"duration":1}},{"uid":"949e5c4aab552061","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/949e5c4aab552061","status":"passed","time":{"start":1728893141778,"stop":1728893141778,"duration":0}},{"uid":"8705f76f67454f06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8705f76f67454f06","status":"passed","time":{"start":1728856087085,"stop":1728856087085,"duration":0}},{"uid":"6fe268078c4ad091","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6fe268078c4ad091","status":"passed","time":{"start":1728738321438,"stop":1728738321438,"duration":0}},{"uid":"c32d830e09f81d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c32d830e09f81d1","status":"passed","time":{"start":1728682845677,"stop":1728682845677,"duration":0}},{"uid":"59026f6efcac189d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59026f6efcac189d","status":"passed","time":{"start":1728682424312,"stop":1728682424312,"duration":0}},{"uid":"45e9b0986fa0d9e0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/45e9b0986fa0d9e0","status":"passed","time":{"start":1728676900541,"stop":1728676900541,"duration":0}},{"uid":"f96250f9698f766d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f96250f9698f766d","status":"passed","time":{"start":1728669625802,"stop":1728669625802,"duration":0}},{"uid":"eae6a7af3e1b2ee0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eae6a7af3e1b2ee0","status":"passed","time":{"start":1728597957173,"stop":1728597957173,"duration":0}},{"uid":"cdfb89d640b13838","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cdfb89d640b13838","status":"passed","time":{"start":1728597182620,"stop":1728597182620,"duration":0}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9aec13f0ea551e1a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9aec13f0ea551e1a","status":"passed","time":{"start":1729034356136,"stop":1729034356136,"duration":0}},{"uid":"6ee483a62c6ded90","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6ee483a62c6ded90","status":"passed","time":{"start":1729034120213,"stop":1729034120214,"duration":1}},{"uid":"de9303d174d86bb7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/de9303d174d86bb7","status":"passed","time":{"start":1729034043142,"stop":1729034043143,"duration":1}},{"uid":"e4fe79aa37b35dee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e4fe79aa37b35dee","status":"passed","time":{"start":1729033857765,"stop":1729033857765,"duration":0}},{"uid":"c7977650e17eca18","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c7977650e17eca18","status":"passed","time":{"start":1729031907984,"stop":1729031907985,"duration":1}},{"uid":"8e8fc352572755b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e8fc352572755b2","status":"passed","time":{"start":1728901453410,"stop":1728901453411,"duration":1}},{"uid":"b7e1b31e6226628d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b7e1b31e6226628d","status":"passed","time":{"start":1728892883978,"stop":1728892883978,"duration":0}},{"uid":"ec0a089eb148bddb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ec0a089eb148bddb","status":"passed","time":{"start":1728855846184,"stop":1728855846185,"duration":1}},{"uid":"d4f8df45758fb79a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d4f8df45758fb79a","status":"passed","time":{"start":1728738063647,"stop":1728738063647,"duration":0}},{"uid":"e500f09bcbd50fbd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e500f09bcbd50fbd","status":"passed","time":{"start":1728682597529,"stop":1728682597529,"duration":0}},{"uid":"94a515ff4657792a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94a515ff4657792a","status":"passed","time":{"start":1728682170201,"stop":1728682170201,"duration":0}},{"uid":"1d18641942064f76","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1d18641942064f76","status":"passed","time":{"start":1728676644980,"stop":1728676644980,"duration":0}},{"uid":"e8b73f11b350d8b0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e8b73f11b350d8b0","status":"passed","time":{"start":1728669367852,"stop":1728669367853,"duration":1}},{"uid":"874b7537960a21bd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/874b7537960a21bd","status":"passed","time":{"start":1728597708659,"stop":1728597708660,"duration":1}},{"uid":"fc24ef49d7cafba7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc24ef49d7cafba7","status":"passed","time":{"start":1728596927477,"stop":1728596927477,"duration":0}}]},"bb48d824e39ab899e6bac68f9c201b75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47ca63175bb3097e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47ca63175bb3097e","status":"passed","time":{"start":1728597353487,"stop":1728597353487,"duration":0}}]},"672967c317c33ab785cc5d45fe837a2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"304b15f0f3fefa40","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/304b15f0f3fefa40","status":"passed","time":{"start":1729034014873,"stop":1729034014876,"duration":3}}]},"36edf601b4fbe5892e14a50f1fa720fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b263e37c601d368","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2b263e37c601d368","status":"passed","time":{"start":1728597434078,"stop":1728597434078,"duration":0}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2674d9522b3ddaaf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2674d9522b3ddaaf","status":"passed","time":{"start":1729034611678,"stop":1729034611678,"duration":0}},{"uid":"2a4a8dcf9f55478a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2a4a8dcf9f55478a","status":"passed","time":{"start":1729034393653,"stop":1729034393654,"duration":1}},{"uid":"d6917832336a4524","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d6917832336a4524","status":"passed","time":{"start":1729034304851,"stop":1729034304852,"duration":1}},{"uid":"505e9f06ec3cb0fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/505e9f06ec3cb0fa","status":"passed","time":{"start":1729034121932,"stop":1729034121935,"duration":3}},{"uid":"8a943c771e05c86","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a943c771e05c86","status":"passed","time":{"start":1729032174901,"stop":1729032174901,"duration":0}},{"uid":"1165aae6187067e8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1165aae6187067e8","status":"passed","time":{"start":1728901881017,"stop":1728901881018,"duration":1}},{"uid":"6171dbbdfeb27a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6171dbbdfeb27a2","status":"passed","time":{"start":1728893317174,"stop":1728893317175,"duration":1}},{"uid":"f0574b8a5428177b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f0574b8a5428177b","status":"passed","time":{"start":1728856263106,"stop":1728856263107,"duration":1}},{"uid":"dc7c4245f8918cb1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dc7c4245f8918cb1","status":"passed","time":{"start":1728738492801,"stop":1728738492801,"duration":0}},{"uid":"381c81de86b88261","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/381c81de86b88261","status":"passed","time":{"start":1728683030024,"stop":1728683030025,"duration":1}},{"uid":"a5be76dac7813ff6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a5be76dac7813ff6","status":"passed","time":{"start":1728682581105,"stop":1728682581106,"duration":1}},{"uid":"c49e8e609016d318","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c49e8e609016d318","status":"passed","time":{"start":1728677082001,"stop":1728677082002,"duration":1}},{"uid":"6d052b0fa4284619","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6d052b0fa4284619","status":"passed","time":{"start":1728669795400,"stop":1728669795401,"duration":1}},{"uid":"d99e4689ac2fb053","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d99e4689ac2fb053","status":"passed","time":{"start":1728598137506,"stop":1728598137506,"duration":0}},{"uid":"2c113a20db6d3232","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c113a20db6d3232","status":"passed","time":{"start":1728597353483,"stop":1728597353483,"duration":0}}]},"1438457889672412979a8439eb4595d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f016a99f088b569","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f016a99f088b569","status":"passed","time":{"start":1728738567470,"stop":1728738567470,"duration":0}}]},"adee7be16c20a6ebf7cc264ec148e39e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":9,"unknown":0,"total":11},"items":[{"uid":"4ee240bc75ced1a7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4ee240bc75ced1a7","status":"passed","time":{"start":1729034372889,"stop":1729034372891,"duration":2}},{"uid":"1fcd69569770d616","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1fcd69569770d616","status":"passed","time":{"start":1729034137280,"stop":1729034137281,"duration":1}},{"uid":"bf6f08f9e4f8b494","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bf6f08f9e4f8b494","status":"passed","time":{"start":1729034060000,"stop":1729034060002,"duration":2}},{"uid":"69ac031071352433","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69ac031071352433","status":"passed","time":{"start":1729033875010,"stop":1729033875011,"duration":1}},{"uid":"b48abf9056572029","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b48abf9056572029","status":"passed","time":{"start":1729031924805,"stop":1729031924807,"duration":2}},{"uid":"ad7dd80b8e8be6d8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ad7dd80b8e8be6d8","status":"passed","time":{"start":1728855863300,"stop":1728855863300,"duration":0}},{"uid":"3c8ede53c66ccff1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3c8ede53c66ccff1","status":"passed","time":{"start":1728738080964,"stop":1728738080964,"duration":0}},{"uid":"c43f5a14cb21dc1a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c43f5a14cb21dc1a","status":"passed","time":{"start":1728682614254,"stop":1728682614255,"duration":1}},{"uid":"c7683cf64016a383","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7683cf64016a383","status":"passed","time":{"start":1728682187099,"stop":1728682187099,"duration":0}},{"uid":"662cbcb8aa58a1f6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/662cbcb8aa58a1f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660882,"stop":1728676660883,"duration":1}},{"uid":"88248350f03a938d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88248350f03a938d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384117,"stop":1728669384118,"duration":1}}]},"c7b55047471778c8c66803cc2f1f642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8bc805ac15ad9731","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bc805ac15ad9731","status":"passed","time":{"start":1728598221893,"stop":1728598221894,"duration":1}}]},"16125d401eb03e1fb863516079415d8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4337081fa7adedf0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4337081fa7adedf0","status":"passed","time":{"start":1729034373029,"stop":1729034373030,"duration":1}},{"uid":"65619ac9946c6eb8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/65619ac9946c6eb8","status":"passed","time":{"start":1729034137317,"stop":1729034137317,"duration":0}},{"uid":"eb69265a4a5e6e93","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/eb69265a4a5e6e93","status":"passed","time":{"start":1729034060022,"stop":1729034060022,"duration":0}},{"uid":"22677fa25313314a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/22677fa25313314a","status":"passed","time":{"start":1729033874965,"stop":1729033874966,"duration":1}},{"uid":"410999e8f816ca98","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/410999e8f816ca98","status":"passed","time":{"start":1729031924903,"stop":1729031924903,"duration":0}},{"uid":"7c1c11172e6b7eb4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7c1c11172e6b7eb4","status":"passed","time":{"start":1728901469130,"stop":1728901469130,"duration":0}},{"uid":"b95d01a9e0380e24","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b95d01a9e0380e24","status":"passed","time":{"start":1728892899795,"stop":1728892899796,"duration":1}},{"uid":"abcc8b118948b149","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/abcc8b118948b149","status":"passed","time":{"start":1728855863060,"stop":1728855863061,"duration":1}},{"uid":"4a051784ac534693","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4a051784ac534693","status":"passed","time":{"start":1728738080903,"stop":1728738080903,"duration":0}},{"uid":"2f77048631bdf832","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2f77048631bdf832","status":"passed","time":{"start":1728682614311,"stop":1728682614311,"duration":0}},{"uid":"183fba3decfb249a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/183fba3decfb249a","status":"passed","time":{"start":1728682187096,"stop":1728682187097,"duration":1}},{"uid":"212e7e6c3fadd166","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/212e7e6c3fadd166","status":"passed","time":{"start":1728676661489,"stop":1728676661489,"duration":0}},{"uid":"cefed468828ae50d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cefed468828ae50d","status":"passed","time":{"start":1728669384664,"stop":1728669384665,"duration":1}},{"uid":"217e408201950c0e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/217e408201950c0e","status":"passed","time":{"start":1728597724236,"stop":1728597724236,"duration":0}},{"uid":"2eaaed9f0f90888b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2eaaed9f0f90888b","status":"passed","time":{"start":1728596943284,"stop":1728596943284,"duration":0}}]},"dba288128be2f4ba0aa1e153c3218147:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3704f3a52ba73dc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b3704f3a52ba73dc","status":"passed","time":{"start":1729034443506,"stop":1729034443507,"duration":1}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"22f5bce6fe78ddf9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/22f5bce6fe78ddf9","status":"passed","time":{"start":1729034565828,"stop":1729034565830,"duration":2}},{"uid":"7eda6bf672169ba5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7eda6bf672169ba5","status":"passed","time":{"start":1729034325770,"stop":1729034325772,"duration":2}},{"uid":"219972f98b22b608","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/219972f98b22b608","status":"passed","time":{"start":1729034249508,"stop":1729034249509,"duration":1}},{"uid":"d9c840556bfa3253","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9c840556bfa3253","status":"passed","time":{"start":1729034066152,"stop":1729034066152,"duration":0}},{"uid":"5386986d9f3d724d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5386986d9f3d724d","status":"passed","time":{"start":1728901782835,"stop":1728901782835,"duration":0}},{"uid":"8e48dafb3d174805","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e48dafb3d174805","status":"passed","time":{"start":1728893215982,"stop":1728893215983,"duration":1}},{"uid":"a29d1d760277ce06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a29d1d760277ce06","status":"passed","time":{"start":1728856159198,"stop":1728856159198,"duration":0}},{"uid":"d127572b6d47526b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d127572b6d47526b","status":"passed","time":{"start":1728738371832,"stop":1728738371833,"duration":1}},{"uid":"3f6190c4ff363f53","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f6190c4ff363f53","status":"passed","time":{"start":1728682915878,"stop":1728682915879,"duration":1}},{"uid":"3c4c2d046a0d7b59","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3c4c2d046a0d7b59","status":"passed","time":{"start":1728682496450,"stop":1728682496454,"duration":4}},{"uid":"d991fd3c565be6b1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d991fd3c565be6b1","status":"passed","time":{"start":1728676980219,"stop":1728676980219,"duration":0}},{"uid":"403ed754357549f1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/403ed754357549f1","status":"passed","time":{"start":1728598045383,"stop":1728598045383,"duration":0}},{"uid":"e28320c3767ea77","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e28320c3767ea77","status":"passed","time":{"start":1728597260328,"stop":1728597260328,"duration":0}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1956923fd98a9328","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1956923fd98a9328","status":"passed","time":{"start":1729034340757,"stop":1729034340758,"duration":1}},{"uid":"f5d7b1d8305cb392","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f5d7b1d8305cb392","status":"passed","time":{"start":1729034104186,"stop":1729034104187,"duration":1}},{"uid":"f2edc74eaa0fe620","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f2edc74eaa0fe620","status":"passed","time":{"start":1729034027748,"stop":1729034027748,"duration":0}},{"uid":"f8185a14d1f3fafa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f8185a14d1f3fafa","status":"passed","time":{"start":1729033842351,"stop":1729033842352,"duration":1}},{"uid":"2df2814017d3983e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2df2814017d3983e","status":"passed","time":{"start":1729031892050,"stop":1729031892050,"duration":0}},{"uid":"390c60f4accc3cd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/390c60f4accc3cd","status":"passed","time":{"start":1728901438034,"stop":1728901438035,"duration":1}},{"uid":"f03f382a790c9c7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f03f382a790c9c7c","status":"passed","time":{"start":1728892868237,"stop":1728892868238,"duration":1}},{"uid":"70103cb8ed41d8f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/70103cb8ed41d8f7","status":"passed","time":{"start":1728855831083,"stop":1728855831084,"duration":1}},{"uid":"585b36bee852118","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/585b36bee852118","status":"passed","time":{"start":1728738048446,"stop":1728738048446,"duration":0}},{"uid":"34fe72dc9ce093e0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/34fe72dc9ce093e0","status":"passed","time":{"start":1728682581851,"stop":1728682581852,"duration":1}},{"uid":"fc6bc0d80454934c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fc6bc0d80454934c","status":"passed","time":{"start":1728682154711,"stop":1728682154712,"duration":1}},{"uid":"83604fd6798cf57f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/83604fd6798cf57f","status":"passed","time":{"start":1728676629307,"stop":1728676629307,"duration":0}},{"uid":"b5d7b513a9e1704f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b5d7b513a9e1704f","status":"passed","time":{"start":1728669352214,"stop":1728669352214,"duration":0}},{"uid":"58988749ba82f9a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58988749ba82f9a6","status":"passed","time":{"start":1728597693023,"stop":1728597693024,"duration":1}},{"uid":"ce2c01016dc629c0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ce2c01016dc629c0","status":"passed","time":{"start":1728596912536,"stop":1728596912536,"duration":0}}]},"82e4dd4a88fd78c1baa87ebe6e9612a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab68747bb3d68ba6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab68747bb3d68ba6","status":"passed","time":{"start":1729034177532,"stop":1729034177533,"duration":1}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3d8f9349d857131f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3d8f9349d857131f","status":"passed","time":{"start":1729034631258,"stop":1729034631258,"duration":0}},{"uid":"3101a532018d5989","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3101a532018d5989","status":"passed","time":{"start":1729034400894,"stop":1729034400894,"duration":0}},{"uid":"a2c7bae1649aed10","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a2c7bae1649aed10","status":"passed","time":{"start":1729034317463,"stop":1729034317464,"duration":1}},{"uid":"4b224c5f3fcf2c67","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b224c5f3fcf2c67","status":"passed","time":{"start":1729034137146,"stop":1729034137147,"duration":1}},{"uid":"2ec642087b130bfe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2ec642087b130bfe","status":"passed","time":{"start":1729032206879,"stop":1729032206879,"duration":0}},{"uid":"ddaf205490c27640","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ddaf205490c27640","status":"passed","time":{"start":1728901995025,"stop":1728901995026,"duration":1}},{"uid":"3e221c4c832d4ac7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3e221c4c832d4ac7","status":"passed","time":{"start":1728893421002,"stop":1728893421002,"duration":0}},{"uid":"1e85a4adde006a20","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1e85a4adde006a20","status":"passed","time":{"start":1728856368602,"stop":1728856368602,"duration":0}},{"uid":"88a96a03762bad83","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/88a96a03762bad83","status":"passed","time":{"start":1728738604686,"stop":1728738604686,"duration":0}},{"uid":"dc7f4dc846e26f60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc7f4dc846e26f60","status":"passed","time":{"start":1728683117641,"stop":1728683117642,"duration":1}},{"uid":"7465ec6b8b572651","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7465ec6b8b572651","status":"passed","time":{"start":1728682721322,"stop":1728682721322,"duration":0}},{"uid":"68f7016c0ae199ad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/68f7016c0ae199ad","status":"passed","time":{"start":1728677184688,"stop":1728677184688,"duration":0}},{"uid":"198e4d4ade314c67","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/198e4d4ade314c67","status":"passed","time":{"start":1728669866465,"stop":1728669866467,"duration":2}},{"uid":"8aa191e4c6060df9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8aa191e4c6060df9","status":"passed","time":{"start":1728598249999,"stop":1728598250001,"duration":2}},{"uid":"45e7f21cc6a14528","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/45e7f21cc6a14528","status":"passed","time":{"start":1728597472302,"stop":1728597472305,"duration":3}}]},"999dd90fc61418c761d50df978b2ee70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e24cd9728bb1b87d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e24cd9728bb1b87d","status":"passed","time":{"start":1728677163576,"stop":1728677163577,"duration":1}}]},"1b0bf68406b2a5ad5ae6e9209a611b78:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1353c35bb30fe847","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1353c35bb30fe847","status":"passed","time":{"start":1728682601746,"stop":1728682601747,"duration":1}}]},"1e0a30c0ba195eefa5784d7b82f7555c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"259d9bbb1e359c66","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/259d9bbb1e359c66","status":"passed","time":{"start":1728597423328,"stop":1728597423328,"duration":0}}]},"6b1eb07fa982f1150e6971213fce9061:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"725dfe31e15cc605","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/725dfe31e15cc605","status":"passed","time":{"start":1729034506794,"stop":1729034506794,"duration":0}}]},"3f204a21f154fb15cd77a1f989d0ed87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1be4b30180951fe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c1be4b30180951fe","status":"passed","time":{"start":1728893337254,"stop":1728893337254,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d4459ac3e00ba515","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d4459ac3e00ba515","status":"passed","time":{"start":1729034631265,"stop":1729034631265,"duration":0}},{"uid":"200fbe03cc6e5be3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/200fbe03cc6e5be3","status":"passed","time":{"start":1729034400905,"stop":1729034400905,"duration":0}},{"uid":"60bf420ee6bb4484","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/60bf420ee6bb4484","status":"passed","time":{"start":1729034317506,"stop":1729034317506,"duration":0}},{"uid":"9f5f3f58fd93316d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9f5f3f58fd93316d","status":"passed","time":{"start":1729034137159,"stop":1729034137159,"duration":0}},{"uid":"dff9081769730176","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dff9081769730176","status":"passed","time":{"start":1729032206902,"stop":1729032206902,"duration":0}},{"uid":"b6d49b7ec33c86e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b6d49b7ec33c86e2","status":"passed","time":{"start":1728901995037,"stop":1728901995037,"duration":0}},{"uid":"832126e63cc4994d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/832126e63cc4994d","status":"passed","time":{"start":1728893421010,"stop":1728893421011,"duration":1}},{"uid":"43f35d673e6e9fc7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/43f35d673e6e9fc7","status":"passed","time":{"start":1728856368611,"stop":1728856368612,"duration":1}},{"uid":"3789f825e4e6646b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3789f825e4e6646b","status":"passed","time":{"start":1728738604694,"stop":1728738604695,"duration":1}},{"uid":"91cac75ae3dfd494","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/91cac75ae3dfd494","status":"passed","time":{"start":1728683117701,"stop":1728683117701,"duration":0}},{"uid":"4a924db9111f62df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4a924db9111f62df","status":"passed","time":{"start":1728682721328,"stop":1728682721329,"duration":1}},{"uid":"c9d0f66c02e77869","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c9d0f66c02e77869","status":"passed","time":{"start":1728677184696,"stop":1728677184696,"duration":0}},{"uid":"b1a2ddc74ab1a377","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1a2ddc74ab1a377","status":"passed","time":{"start":1728669866482,"stop":1728669866483,"duration":1}},{"uid":"98fc1b5f850479e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/98fc1b5f850479e7","status":"passed","time":{"start":1728598250015,"stop":1728598250015,"duration":0}},{"uid":"e1edafcf22c7aeb1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e1edafcf22c7aeb1","status":"passed","time":{"start":1728597472311,"stop":1728597472311,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1c31bc7536fc66ce","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c31bc7536fc66ce","status":"passed","time":{"start":1729034348577,"stop":1729034348578,"duration":1}},{"uid":"a291b75779929c22","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a291b75779929c22","status":"passed","time":{"start":1729034112388,"stop":1729034112388,"duration":0}},{"uid":"56c0190825c4bc17","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/56c0190825c4bc17","status":"passed","time":{"start":1729034035617,"stop":1729034035617,"duration":0}},{"uid":"aa6c1e674aee882a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aa6c1e674aee882a","status":"passed","time":{"start":1729033850405,"stop":1729033850406,"duration":1}},{"uid":"512834f00b68c4f8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/512834f00b68c4f8","status":"passed","time":{"start":1729031899691,"stop":1729031899692,"duration":1}},{"uid":"11456637c51cd122","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/11456637c51cd122","status":"passed","time":{"start":1728901445803,"stop":1728901445803,"duration":0}},{"uid":"4a1b77866edba8c5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a1b77866edba8c5","status":"passed","time":{"start":1728892876334,"stop":1728892876334,"duration":0}},{"uid":"938459614d64ed68","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/938459614d64ed68","status":"passed","time":{"start":1728855838898,"stop":1728855838898,"duration":0}},{"uid":"ddc0a3eb53c0c0fc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ddc0a3eb53c0c0fc","status":"passed","time":{"start":1728738055942,"stop":1728738055942,"duration":0}},{"uid":"85fe3b4f9c3778a5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/85fe3b4f9c3778a5","status":"passed","time":{"start":1728682589826,"stop":1728682589826,"duration":0}},{"uid":"aa3cd41e509d525c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa3cd41e509d525c","status":"passed","time":{"start":1728682162268,"stop":1728682162269,"duration":1}},{"uid":"8eea12dab4a228a0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8eea12dab4a228a0","status":"passed","time":{"start":1728676637065,"stop":1728676637065,"duration":0}},{"uid":"f4553b5b97ae986c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4553b5b97ae986c","status":"passed","time":{"start":1728669360435,"stop":1728669360435,"duration":0}},{"uid":"22b0209105498caf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22b0209105498caf","status":"passed","time":{"start":1728597700986,"stop":1728597700986,"duration":0}},{"uid":"a676c6c82156aae6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a676c6c82156aae6","status":"passed","time":{"start":1728596920269,"stop":1728596920269,"duration":0}}]},"4d0e6bf5cd1d859d6ec5b7fcb1dad550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b72457930eb30c1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1b72457930eb30c1","status":"passed","time":{"start":1728597423327,"stop":1728597423328,"duration":1}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b5eadac2594df6fc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b5eadac2594df6fc","status":"passed","time":{"start":1729034537007,"stop":1729034537008,"duration":1}},{"uid":"ac988a9a87cf6393","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ac988a9a87cf6393","status":"passed","time":{"start":1729034307168,"stop":1729034307168,"duration":0}},{"uid":"ede66a8afe8f3706","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ede66a8afe8f3706","status":"passed","time":{"start":1729034223443,"stop":1729034223443,"duration":0}},{"uid":"2ba9fe54614373b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ba9fe54614373b5","status":"passed","time":{"start":1729034041649,"stop":1729034041649,"duration":0}},{"uid":"3a6e8f688af92409","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3a6e8f688af92409","status":"passed","time":{"start":1729032093969,"stop":1729032093970,"duration":1}},{"uid":"7755379c46782ecd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7755379c46782ecd","status":"passed","time":{"start":1728901748867,"stop":1728901748868,"duration":1}},{"uid":"e86135da3390b121","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e86135da3390b121","status":"passed","time":{"start":1728893181173,"stop":1728893181173,"duration":0}},{"uid":"cd7e42da752d55a7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cd7e42da752d55a7","status":"passed","time":{"start":1728856155638,"stop":1728856155638,"duration":0}},{"uid":"40db5845a3c5a395","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/40db5845a3c5a395","status":"passed","time":{"start":1728738360440,"stop":1728738360440,"duration":0}},{"uid":"35435cc88b3c6d2e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/35435cc88b3c6d2e","status":"passed","time":{"start":1728682907311,"stop":1728682907311,"duration":0}},{"uid":"c64807bd580bd4f6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c64807bd580bd4f6","status":"passed","time":{"start":1728682466791,"stop":1728682466792,"duration":1}},{"uid":"559e9b7f40713c0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/559e9b7f40713c0","status":"passed","time":{"start":1728676955821,"stop":1728676955822,"duration":1}},{"uid":"f85f1635db1c1166","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f85f1635db1c1166","status":"passed","time":{"start":1728669626605,"stop":1728669626611,"duration":6}},{"uid":"53cc133b278f2ab5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/53cc133b278f2ab5","status":"passed","time":{"start":1728598013625,"stop":1728598013626,"duration":1}},{"uid":"59f8b588bb888e5d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/59f8b588bb888e5d","status":"passed","time":{"start":1728597225281,"stop":1728597225281,"duration":0}}]},"27affe2d135d8ffe9ed775581dbd065b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f02297ac0d10bb68","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f02297ac0d10bb68","status":"passed","time":{"start":1729034348413,"stop":1729034348414,"duration":1}},{"uid":"de7675aacc5bd8d9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/de7675aacc5bd8d9","status":"passed","time":{"start":1729034112234,"stop":1729034112235,"duration":1}},{"uid":"fc781ac4c92757f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fc781ac4c92757f1","status":"passed","time":{"start":1729034035750,"stop":1729034035750,"duration":0}},{"uid":"ae712d8168b74c63","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae712d8168b74c63","status":"passed","time":{"start":1729033850299,"stop":1729033850300,"duration":1}},{"uid":"826f4c3bed47b7ad","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/826f4c3bed47b7ad","status":"passed","time":{"start":1729031899902,"stop":1729031899902,"duration":0}},{"uid":"6e00a8beaf5944b5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6e00a8beaf5944b5","status":"passed","time":{"start":1728901445871,"stop":1728901445871,"duration":0}},{"uid":"3ce933978eca63bd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ce933978eca63bd","status":"passed","time":{"start":1728892875906,"stop":1728892875907,"duration":1}},{"uid":"4f77f6251408c8c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4f77f6251408c8c","status":"passed","time":{"start":1728855839037,"stop":1728855839038,"duration":1}},{"uid":"b6514056223d51cb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b6514056223d51cb","status":"passed","time":{"start":1728738056184,"stop":1728738056185,"duration":1}},{"uid":"c1d68f82bc836468","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c1d68f82bc836468","status":"passed","time":{"start":1728682589459,"stop":1728682589459,"duration":0}},{"uid":"847accb2485f9f89","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/847accb2485f9f89","status":"passed","time":{"start":1728682162316,"stop":1728682162317,"duration":1}},{"uid":"5abcdd2aea392426","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5abcdd2aea392426","status":"passed","time":{"start":1728676637002,"stop":1728676637004,"duration":2}},{"uid":"2f13426e3b6e2041","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f13426e3b6e2041","status":"passed","time":{"start":1728669360368,"stop":1728669360369,"duration":1}},{"uid":"af0dd3ba84621a65","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/af0dd3ba84621a65","status":"passed","time":{"start":1728597700888,"stop":1728597700889,"duration":1}},{"uid":"f544ad26b44ffe34","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f544ad26b44ffe34","status":"passed","time":{"start":1728596919827,"stop":1728596919827,"duration":0}}]},"c3d766845f93b7cb683cedc75b886eb1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"639b8d2b165639f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/639b8d2b165639f8","status":"passed","time":{"start":1728893389989,"stop":1728893389989,"duration":0}}]},"05472441605b4536af9a1d51b7f66581:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3497feed0eab5e4b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3497feed0eab5e4b","status":"passed","time":{"start":1729034373008,"stop":1729034373009,"duration":1}},{"uid":"e86c1f3526052c15","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e86c1f3526052c15","status":"passed","time":{"start":1729034137108,"stop":1729034137111,"duration":3}},{"uid":"a7670318a90f03f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a7670318a90f03f9","status":"passed","time":{"start":1729034060043,"stop":1729034060044,"duration":1}},{"uid":"d2a76bd444e1922b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d2a76bd444e1922b","status":"passed","time":{"start":1729033875025,"stop":1729033875026,"duration":1}},{"uid":"282b8af742a14a13","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/282b8af742a14a13","status":"passed","time":{"start":1729031924906,"stop":1729031924907,"duration":1}},{"uid":"858cd8c3522f81a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/858cd8c3522f81a8","status":"passed","time":{"start":1728901469134,"stop":1728901469134,"duration":0}},{"uid":"e091515090e4e44e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e091515090e4e44e","status":"passed","time":{"start":1728892899799,"stop":1728892899799,"duration":0}},{"uid":"3642985b3ff81e9b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3642985b3ff81e9b","status":"passed","time":{"start":1728855863295,"stop":1728855863295,"duration":0}},{"uid":"602774471e3ed8ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/602774471e3ed8ca","status":"passed","time":{"start":1728738080954,"stop":1728738080955,"duration":1}},{"uid":"27faba0a51b9bce4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/27faba0a51b9bce4","status":"passed","time":{"start":1728682614314,"stop":1728682614315,"duration":1}},{"uid":"7eef6c895c811f2f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7eef6c895c811f2f","status":"passed","time":{"start":1728682187219,"stop":1728682187219,"duration":0}},{"uid":"79b474a2148ac557","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79b474a2148ac557","status":"passed","time":{"start":1728676661418,"stop":1728676661419,"duration":1}},{"uid":"c3452da5cee47891","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c3452da5cee47891","status":"passed","time":{"start":1728669384752,"stop":1728669384752,"duration":0}},{"uid":"70d11bf3e78b61ec","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70d11bf3e78b61ec","status":"passed","time":{"start":1728597724208,"stop":1728597724209,"duration":1}},{"uid":"3e396b7208abb4d7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3e396b7208abb4d7","status":"passed","time":{"start":1728596943261,"stop":1728596943262,"duration":1}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"823a58dfc627b34d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/823a58dfc627b34d","status":"passed","time":{"start":1729034368072,"stop":1729034368073,"duration":1}},{"uid":"dfd8a0c6efb74be5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dfd8a0c6efb74be5","status":"passed","time":{"start":1729034132179,"stop":1729034132179,"duration":0}},{"uid":"f71fa337543953f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f71fa337543953f5","status":"passed","time":{"start":1729034055084,"stop":1729034055085,"duration":1}},{"uid":"dcd41c148a36baf6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcd41c148a36baf6","status":"passed","time":{"start":1729033869945,"stop":1729033869945,"duration":0}},{"uid":"b10028ee5fb69c30","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b10028ee5fb69c30","status":"passed","time":{"start":1729031919799,"stop":1729031919799,"duration":0}},{"uid":"d4d474c97d118df0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d4d474c97d118df0","status":"passed","time":{"start":1728901465374,"stop":1728901465374,"duration":0}},{"uid":"ce9cdc58f6fcae93","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce9cdc58f6fcae93","status":"passed","time":{"start":1728892895975,"stop":1728892895975,"duration":0}},{"uid":"ac7f2e54183df21c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac7f2e54183df21c","status":"passed","time":{"start":1728855858319,"stop":1728855858319,"duration":0}},{"uid":"b48844887d5585b7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b48844887d5585b7","status":"passed","time":{"start":1728738075954,"stop":1728738075954,"duration":0}},{"uid":"b22dc340f76d64b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b22dc340f76d64b7","status":"passed","time":{"start":1728682609268,"stop":1728682609269,"duration":1}},{"uid":"2933cb82394446a6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2933cb82394446a6","status":"passed","time":{"start":1728682182160,"stop":1728682182161,"duration":1}},{"uid":"557e13617269332e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/557e13617269332e","status":"passed","time":{"start":1728676656594,"stop":1728676656594,"duration":0}},{"uid":"460f63398957bebe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/460f63398957bebe","status":"passed","time":{"start":1728669379924,"stop":1728669379924,"duration":0}},{"uid":"48737e43fa7db1ca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/48737e43fa7db1ca","status":"passed","time":{"start":1728597720386,"stop":1728597720386,"duration":0}},{"uid":"a965a61af52e991a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a965a61af52e991a","status":"passed","time":{"start":1728596939485,"stop":1728596939485,"duration":0}}]},"4da5cb47876d13a74d9bcb9e4c9ab41b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35e68a0efcd7b793","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/35e68a0efcd7b793","status":"passed","time":{"start":1728669834423,"stop":1728669834424,"duration":1}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"2d0e5212b4e21b84","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d0e5212b4e21b84","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034611689,"stop":1729034611689,"duration":0}},{"uid":"29ae357051987c2f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/29ae357051987c2f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034393673,"stop":1729034393674,"duration":1}},{"uid":"59bc200ac35b82dc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/59bc200ac35b82dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034304864,"stop":1729034304864,"duration":0}},{"uid":"61c178f059a631d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/61c178f059a631d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121958,"stop":1729034121958,"duration":0}},{"uid":"a1a06edb47269baf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a1a06edb47269baf","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174932,"stop":1729032174932,"duration":0}},{"uid":"1c6832e9ea433778","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c6832e9ea433778","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881036,"stop":1728901881037,"duration":1}},{"uid":"fd8c4134408b7525","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fd8c4134408b7525","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317185,"stop":1728893317185,"duration":0}},{"uid":"bfd9292143e04665","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bfd9292143e04665","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263129,"stop":1728856263130,"duration":1}},{"uid":"de97c1438a2fb9a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/de97c1438a2fb9a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492816,"stop":1728738492816,"duration":0}},{"uid":"b58790f6ff1b8c67","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b58790f6ff1b8c67","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030033,"stop":1728683030033,"duration":0}},{"uid":"d18ce018eee7333f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d18ce018eee7333f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581134,"stop":1728682581134,"duration":0}},{"uid":"ba7b5cf9c9628c5f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba7b5cf9c9628c5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082018,"stop":1728677082018,"duration":0}},{"uid":"5807a2a4aef5b653","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5807a2a4aef5b653","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795411,"stop":1728669795412,"duration":1}},{"uid":"e3bbd9d976b19a8e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3bbd9d976b19a8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137512,"stop":1728598137512,"duration":0}},{"uid":"67a255579b21fbda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/67a255579b21fbda","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353491,"stop":1728597353492,"duration":1}}]},"ca4dfd4a5c0e1d74519ce3bdfc303293:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e41089d65e9bffd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e41089d65e9bffd","status":"passed","time":{"start":1729034308901,"stop":1729034308901,"duration":0}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"af2412f3af23e3d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af2412f3af23e3d8","status":"passed","time":{"start":1729034631257,"stop":1729034631257,"duration":0}},{"uid":"dfbbcb7458f412c3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dfbbcb7458f412c3","status":"passed","time":{"start":1729034400893,"stop":1729034400893,"duration":0}},{"uid":"f6c655c6eff5b959","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f6c655c6eff5b959","status":"passed","time":{"start":1729034317463,"stop":1729034317463,"duration":0}},{"uid":"4f17c1aa34ba8765","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f17c1aa34ba8765","status":"passed","time":{"start":1729034137145,"stop":1729034137146,"duration":1}},{"uid":"fab8f1fe6a0ec9ac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fab8f1fe6a0ec9ac","status":"passed","time":{"start":1729032206878,"stop":1729032206879,"duration":1}},{"uid":"638554dffd9092d4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/638554dffd9092d4","status":"passed","time":{"start":1728901995025,"stop":1728901995025,"duration":0}},{"uid":"219bf0e78bc1b151","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/219bf0e78bc1b151","status":"passed","time":{"start":1728893421001,"stop":1728893421001,"duration":0}},{"uid":"8b45fa2ae93a6f95","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b45fa2ae93a6f95","status":"passed","time":{"start":1728856368601,"stop":1728856368601,"duration":0}},{"uid":"dd2ec6751bb122d1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dd2ec6751bb122d1","status":"passed","time":{"start":1728738604685,"stop":1728738604685,"duration":0}},{"uid":"44af2ea5b4f1cd1b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/44af2ea5b4f1cd1b","status":"passed","time":{"start":1728683117639,"stop":1728683117640,"duration":1}},{"uid":"f1ca4a8083bba4c6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f1ca4a8083bba4c6","status":"passed","time":{"start":1728682721321,"stop":1728682721321,"duration":0}},{"uid":"e6e9a8a87a675f95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e6e9a8a87a675f95","status":"passed","time":{"start":1728677184687,"stop":1728677184687,"duration":0}},{"uid":"900d8331b756617e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/900d8331b756617e","status":"passed","time":{"start":1728669866457,"stop":1728669866457,"duration":0}},{"uid":"233be459f2b8682","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/233be459f2b8682","status":"passed","time":{"start":1728598249996,"stop":1728598249996,"duration":0}},{"uid":"42cb54d96d3c63e9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42cb54d96d3c63e9","status":"passed","time":{"start":1728597472301,"stop":1728597472301,"duration":0}}]},"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c4d8aae0c7aa9a54","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4d8aae0c7aa9a54","status":"passed","time":{"start":1729034332614,"stop":1729034332614,"duration":0}},{"uid":"b60fd785bb329662","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b60fd785bb329662","status":"passed","time":{"start":1729034096115,"stop":1729034096115,"duration":0}},{"uid":"6e8eac067e7a1f2c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6e8eac067e7a1f2c","status":"passed","time":{"start":1729034020076,"stop":1729034020076,"duration":0}},{"uid":"d129863327a3a84d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d129863327a3a84d","status":"passed","time":{"start":1729033834365,"stop":1729033834366,"duration":1}},{"uid":"9f53c150bd26853d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9f53c150bd26853d","status":"passed","time":{"start":1729031884095,"stop":1729031884095,"duration":0}},{"uid":"2d0b302317d8c8e6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2d0b302317d8c8e6","status":"passed","time":{"start":1728901430244,"stop":1728901430245,"duration":1}},{"uid":"51b3d44c4ac4737","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51b3d44c4ac4737","status":"passed","time":{"start":1728892860519,"stop":1728892860520,"duration":1}},{"uid":"dd5ece536f96f27a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dd5ece536f96f27a","status":"passed","time":{"start":1728855823310,"stop":1728855823310,"duration":0}},{"uid":"e98fe4433d068ce3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e98fe4433d068ce3","status":"passed","time":{"start":1728738040572,"stop":1728738040572,"duration":0}},{"uid":"8078c6092897737e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8078c6092897737e","status":"passed","time":{"start":1728682574072,"stop":1728682574072,"duration":0}},{"uid":"8e38f90f11587878","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e38f90f11587878","status":"passed","time":{"start":1728682146800,"stop":1728682146800,"duration":0}},{"uid":"6c9cb8680c981f7c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6c9cb8680c981f7c","status":"passed","time":{"start":1728676621418,"stop":1728676621418,"duration":0}},{"uid":"9efe32f3a73d07f2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9efe32f3a73d07f2","status":"passed","time":{"start":1728669344456,"stop":1728669344456,"duration":0}},{"uid":"38e85a6e29389137","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/38e85a6e29389137","status":"passed","time":{"start":1728597685140,"stop":1728597685140,"duration":0}},{"uid":"c299265727e19724","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c299265727e19724","status":"passed","time":{"start":1728596904449,"stop":1728596904449,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3440c2aecbcb8d8f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3440c2aecbcb8d8f","status":"passed","time":{"start":1729034617748,"stop":1729034617748,"duration":0}},{"uid":"e6757aeeacbfb7e3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e6757aeeacbfb7e3","status":"passed","time":{"start":1729034370834,"stop":1729034370834,"duration":0}},{"uid":"6a874e06df4d0e1c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a874e06df4d0e1c","status":"passed","time":{"start":1729034308850,"stop":1729034308850,"duration":0}},{"uid":"bdc590408cd957f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bdc590408cd957f2","status":"passed","time":{"start":1729034129467,"stop":1729034129467,"duration":0}},{"uid":"1e04986098117900","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1e04986098117900","status":"passed","time":{"start":1729032178355,"stop":1729032178356,"duration":1}},{"uid":"d59354373b8c571a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d59354373b8c571a","status":"passed","time":{"start":1728901896338,"stop":1728901896339,"duration":1}},{"uid":"c1ce5c2392719425","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c1ce5c2392719425","status":"passed","time":{"start":1728893329017,"stop":1728893329018,"duration":1}},{"uid":"541e41219310df7d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/541e41219310df7d","status":"passed","time":{"start":1728856284753,"stop":1728856284753,"duration":0}},{"uid":"85dabdd37a6df698","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85dabdd37a6df698","status":"passed","time":{"start":1728738494928,"stop":1728738494928,"duration":0}},{"uid":"d1f583a6142aab26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d1f583a6142aab26","status":"passed","time":{"start":1728683033623,"stop":1728683033624,"duration":1}},{"uid":"e3c94f9ed2968171","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e3c94f9ed2968171","status":"passed","time":{"start":1728682601729,"stop":1728682601729,"duration":0}},{"uid":"b6514b6d83fe1004","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b6514b6d83fe1004","status":"passed","time":{"start":1728677107953,"stop":1728677107954,"duration":1}},{"uid":"4bbf3b9748b856d0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4bbf3b9748b856d0","status":"passed","time":{"start":1728669764743,"stop":1728669764743,"duration":0}},{"uid":"efaa606806946691","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efaa606806946691","status":"passed","time":{"start":1728598157552,"stop":1728598157552,"duration":0}},{"uid":"e7ad2a4e83f02b9a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7ad2a4e83f02b9a","status":"passed","time":{"start":1728597369050,"stop":1728597369050,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f85a385da8a6fe11","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f85a385da8a6fe11","status":"passed","time":{"start":1729034636313,"stop":1729034636314,"duration":1}},{"uid":"10fbcf45f2b9befd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/10fbcf45f2b9befd","status":"passed","time":{"start":1729034402279,"stop":1729034402280,"duration":1}},{"uid":"149f3e2908782d57","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/149f3e2908782d57","status":"passed","time":{"start":1729034323294,"stop":1729034323294,"duration":0}},{"uid":"c2ecf39978ce5880","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2ecf39978ce5880","status":"passed","time":{"start":1729034144765,"stop":1729034144765,"duration":0}},{"uid":"be7b93e520f0edba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be7b93e520f0edba","status":"passed","time":{"start":1729032198815,"stop":1729032198816,"duration":1}},{"uid":"1b822bc5ce228915","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b822bc5ce228915","status":"passed","time":{"start":1728901901763,"stop":1728901901764,"duration":1}},{"uid":"7ad888210dfad994","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7ad888210dfad994","status":"passed","time":{"start":1728893337247,"stop":1728893337252,"duration":5}},{"uid":"be06b68873113fa4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be06b68873113fa4","status":"passed","time":{"start":1728856299188,"stop":1728856299189,"duration":1}},{"uid":"8293090fd5a1e4af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8293090fd5a1e4af","status":"passed","time":{"start":1728738505375,"stop":1728738505375,"duration":0}},{"uid":"aec9516e6d2f8205","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aec9516e6d2f8205","status":"passed","time":{"start":1728683045448,"stop":1728683045448,"duration":0}},{"uid":"70b5b77f3b7495eb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70b5b77f3b7495eb","status":"passed","time":{"start":1728682607289,"stop":1728682607290,"duration":1}},{"uid":"c661a2148f5c26d3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c661a2148f5c26d3","status":"passed","time":{"start":1728677103493,"stop":1728677103494,"duration":1}},{"uid":"111ff79d94d997ce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/111ff79d94d997ce","status":"passed","time":{"start":1728669777115,"stop":1728669777116,"duration":1}},{"uid":"cb9486c259363cb9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb9486c259363cb9","status":"passed","time":{"start":1728598163465,"stop":1728598163465,"duration":0}},{"uid":"35faf3f9c1c9b3b9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/35faf3f9c1c9b3b9","status":"passed","time":{"start":1728597375468,"stop":1728597375469,"duration":1}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"59d96e9a94dd2bf1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/59d96e9a94dd2bf1","status":"passed","time":{"start":1729034655444,"stop":1729034655444,"duration":0}},{"uid":"28958f5498aa6541","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/28958f5498aa6541","status":"passed","time":{"start":1729034425378,"stop":1729034425379,"duration":1}},{"uid":"33d7ca1d3879e79a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/33d7ca1d3879e79a","status":"passed","time":{"start":1729034346110,"stop":1729034346113,"duration":3}},{"uid":"2d50f32c7ebe81e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d50f32c7ebe81e8","status":"passed","time":{"start":1729034162416,"stop":1729034162417,"duration":1}},{"uid":"543a2cf8f078577f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/543a2cf8f078577f","status":"passed","time":{"start":1729032197327,"stop":1729032197335,"duration":8}},{"uid":"7318e686615ded76","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7318e686615ded76","status":"passed","time":{"start":1728901899717,"stop":1728901899717,"duration":0}},{"uid":"7e5d87869dd7f4d5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7e5d87869dd7f4d5","status":"passed","time":{"start":1728893334924,"stop":1728893334925,"duration":1}},{"uid":"cbb4f16635d00c87","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cbb4f16635d00c87","status":"passed","time":{"start":1728856288028,"stop":1728856288029,"duration":1}},{"uid":"c5eabdb3a6fafaa8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5eabdb3a6fafaa8","status":"passed","time":{"start":1728738501691,"stop":1728738501691,"duration":0}},{"uid":"41f39c02a24fc25f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/41f39c02a24fc25f","status":"passed","time":{"start":1728683044490,"stop":1728683044490,"duration":0}},{"uid":"b5b0fa1f72a2580e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b5b0fa1f72a2580e","status":"passed","time":{"start":1728682619635,"stop":1728682619636,"duration":1}},{"uid":"f540bcbad78e7ac8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f540bcbad78e7ac8","status":"passed","time":{"start":1728677104188,"stop":1728677104190,"duration":2}},{"uid":"17e63a03981b3d38","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/17e63a03981b3d38","status":"passed","time":{"start":1728669759889,"stop":1728669759889,"duration":0}},{"uid":"c264710e17885d48","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c264710e17885d48","status":"passed","time":{"start":1728598164493,"stop":1728598164493,"duration":0}},{"uid":"ef948e1dce96d211","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ef948e1dce96d211","status":"passed","time":{"start":1728597385270,"stop":1728597385270,"duration":0}}]},"c560e80a2e7a10833716f7dbd856620a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6168ca53a83b8719","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6168ca53a83b8719","status":"passed","time":{"start":1729034393632,"stop":1729034393633,"duration":1}}]},"bbb7378b3307828dcb05d49b677b0802:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f8838bd49ca9a2f7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f8838bd49ca9a2f7","status":"passed","time":{"start":1729034373030,"stop":1729034373030,"duration":0}},{"uid":"891e4f908f45c3fd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/891e4f908f45c3fd","status":"passed","time":{"start":1729034137317,"stop":1729034137317,"duration":0}},{"uid":"239ad0f20cfe4d2a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/239ad0f20cfe4d2a","status":"passed","time":{"start":1729034060022,"stop":1729034060023,"duration":1}},{"uid":"85f63db5b9924a7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85f63db5b9924a7e","status":"passed","time":{"start":1729033874966,"stop":1729033874967,"duration":1}},{"uid":"3e0903160060c99e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3e0903160060c99e","status":"passed","time":{"start":1729031924903,"stop":1729031924904,"duration":1}},{"uid":"da7b0655fd66c598","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da7b0655fd66c598","status":"passed","time":{"start":1728901469131,"stop":1728901469131,"duration":0}},{"uid":"c14460b519638ddb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c14460b519638ddb","status":"passed","time":{"start":1728892899796,"stop":1728892899796,"duration":0}},{"uid":"153b8fbed112c938","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/153b8fbed112c938","status":"passed","time":{"start":1728855863061,"stop":1728855863062,"duration":1}},{"uid":"97aab1ddd894a0f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/97aab1ddd894a0f1","status":"passed","time":{"start":1728738080904,"stop":1728738080904,"duration":0}},{"uid":"3cb5eedc817f0bd9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3cb5eedc817f0bd9","status":"passed","time":{"start":1728682614312,"stop":1728682614312,"duration":0}},{"uid":"34342a4db8bacb4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/34342a4db8bacb4","status":"passed","time":{"start":1728682187097,"stop":1728682187098,"duration":1}},{"uid":"1077c91cb5aa20f5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1077c91cb5aa20f5","status":"passed","time":{"start":1728676661489,"stop":1728676661490,"duration":1}},{"uid":"37fb76567767a419","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/37fb76567767a419","status":"passed","time":{"start":1728669384665,"stop":1728669384665,"duration":0}},{"uid":"539d722bfbdee457","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/539d722bfbdee457","status":"passed","time":{"start":1728597724236,"stop":1728597724236,"duration":0}},{"uid":"78c324fb67191abb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/78c324fb67191abb","status":"passed","time":{"start":1728596943284,"stop":1728596943285,"duration":1}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"eb48a3969f949ac4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eb48a3969f949ac4","status":"passed","time":{"start":1729034341410,"stop":1729034341411,"duration":1}},{"uid":"9f1206911be62d78","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9f1206911be62d78","status":"passed","time":{"start":1729034104920,"stop":1729034104920,"duration":0}},{"uid":"4c931d177e0dd5a4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c931d177e0dd5a4","status":"passed","time":{"start":1729034028518,"stop":1729034028518,"duration":0}},{"uid":"83acd30f98f1e9b6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/83acd30f98f1e9b6","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"duration":0}},{"uid":"d45bdd6d2f1b2fad","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d45bdd6d2f1b2fad","status":"passed","time":{"start":1729031892684,"stop":1729031892684,"duration":0}},{"uid":"e52d0304adf51e1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e52d0304adf51e1","status":"passed","time":{"start":1728901438815,"stop":1728901438815,"duration":0}},{"uid":"8d4d59ebd38ec61d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d4d59ebd38ec61d","status":"passed","time":{"start":1728892869008,"stop":1728892869009,"duration":1}},{"uid":"ffc666cd3a259b4a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ffc666cd3a259b4a","status":"passed","time":{"start":1728855831899,"stop":1728855831900,"duration":1}},{"uid":"239820ab26b4a01","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/239820ab26b4a01","status":"passed","time":{"start":1728738049048,"stop":1728738049048,"duration":0}},{"uid":"baaaa115a9d39695","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/baaaa115a9d39695","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"9f0058e52a37f574","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9f0058e52a37f574","status":"passed","time":{"start":1728682155414,"stop":1728682155415,"duration":1}},{"uid":"83c5d9c5c05e006b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/83c5d9c5c05e006b","status":"passed","time":{"start":1728676629981,"stop":1728676629981,"duration":0}},{"uid":"9e8decc6fdcd8d5b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e8decc6fdcd8d5b","status":"passed","time":{"start":1728669353108,"stop":1728669353108,"duration":0}},{"uid":"6b2bb698c6d6361b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b2bb698c6d6361b","status":"passed","time":{"start":1728597693855,"stop":1728597693855,"duration":0}},{"uid":"57256f6ffe592512","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/57256f6ffe592512","status":"passed","time":{"start":1728596913098,"stop":1728596913099,"duration":1}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"82c0e7172f4ebcf4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/82c0e7172f4ebcf4","status":"passed","time":{"start":1729034341409,"stop":1729034341410,"duration":1}},{"uid":"d57f555645340925","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d57f555645340925","status":"passed","time":{"start":1729034104918,"stop":1729034104919,"duration":1}},{"uid":"3a9eafedf17b8295","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a9eafedf17b8295","status":"passed","time":{"start":1729034028517,"stop":1729034028517,"duration":0}},{"uid":"2138884f7fce1040","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2138884f7fce1040","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0}},{"uid":"98a5da90ebe1e2c8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/98a5da90ebe1e2c8","status":"passed","time":{"start":1729031892683,"stop":1729031892683,"duration":0}},{"uid":"44a2f39803c27bfa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/44a2f39803c27bfa","status":"passed","time":{"start":1728901438814,"stop":1728901438814,"duration":0}},{"uid":"da72f46b1036496b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da72f46b1036496b","status":"passed","time":{"start":1728892869007,"stop":1728892869007,"duration":0}},{"uid":"3e200605c816e39d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3e200605c816e39d","status":"passed","time":{"start":1728855831898,"stop":1728855831899,"duration":1}},{"uid":"de61f2598751f443","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/de61f2598751f443","status":"passed","time":{"start":1728738049046,"stop":1728738049047,"duration":1}},{"uid":"28d551f45be36ef0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28d551f45be36ef0","status":"passed","time":{"start":1728682582626,"stop":1728682582626,"duration":0}},{"uid":"d31ada51576eb9a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d31ada51576eb9a8","status":"passed","time":{"start":1728682155413,"stop":1728682155414,"duration":1}},{"uid":"38fecc2fbf997d1d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38fecc2fbf997d1d","status":"passed","time":{"start":1728676629980,"stop":1728676629980,"duration":0}},{"uid":"2246365316035015","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2246365316035015","status":"passed","time":{"start":1728669353107,"stop":1728669353107,"duration":0}},{"uid":"8f7e8dae4aff58f2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8f7e8dae4aff58f2","status":"passed","time":{"start":1728597693853,"stop":1728597693853,"duration":0}},{"uid":"211da771347d40f6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/211da771347d40f6","status":"passed","time":{"start":1728596913097,"stop":1728596913098,"duration":1}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e4132d58ff799ea2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e4132d58ff799ea2","status":"passed","time":{"start":1729034631249,"stop":1729034631250,"duration":1}},{"uid":"613df3054eb33d0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/613df3054eb33d0","status":"passed","time":{"start":1729034400886,"stop":1729034400886,"duration":0}},{"uid":"4c36a2c36aa573f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c36a2c36aa573f8","status":"passed","time":{"start":1729034317448,"stop":1729034317448,"duration":0}},{"uid":"e67f5286595fca06","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e67f5286595fca06","status":"passed","time":{"start":1729034137127,"stop":1729034137128,"duration":1}},{"uid":"29cd204347dc4dd4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29cd204347dc4dd4","status":"passed","time":{"start":1729032206872,"stop":1729032206872,"duration":0}},{"uid":"2c2a7cad2399bd97","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c2a7cad2399bd97","status":"passed","time":{"start":1728901995019,"stop":1728901995019,"duration":0}},{"uid":"73ca581e00ed035","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73ca581e00ed035","status":"passed","time":{"start":1728893420992,"stop":1728893420993,"duration":1}},{"uid":"133624cef3979a65","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/133624cef3979a65","status":"passed","time":{"start":1728856368593,"stop":1728856368593,"duration":0}},{"uid":"2f1fd083578a4a2b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f1fd083578a4a2b","status":"passed","time":{"start":1728738604678,"stop":1728738604678,"duration":0}},{"uid":"8c5df4bfb49f179b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c5df4bfb49f179b","status":"passed","time":{"start":1728683117614,"stop":1728683117616,"duration":2}},{"uid":"2371471500c54afe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2371471500c54afe","status":"passed","time":{"start":1728682721315,"stop":1728682721316,"duration":1}},{"uid":"93b19cd06b88deac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93b19cd06b88deac","status":"passed","time":{"start":1728677184680,"stop":1728677184680,"duration":0}},{"uid":"213d89a1bde6df21","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/213d89a1bde6df21","status":"passed","time":{"start":1728669866447,"stop":1728669866447,"duration":0}},{"uid":"74fdb6603d35984b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74fdb6603d35984b","status":"passed","time":{"start":1728598249973,"stop":1728598249973,"duration":0}},{"uid":"d8a361e234ed636a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d8a361e234ed636a","status":"passed","time":{"start":1728597472288,"stop":1728597472289,"duration":1}}]},"505aef321fdf47ad5b7795b9521aa54b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1802e0e9232220b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1802e0e9232220b","status":"passed","time":{"start":1728893395080,"stop":1728893395080,"duration":0}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a2660683e8967b82","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a2660683e8967b82","status":"passed","time":{"start":1729034368073,"stop":1729034368073,"duration":0}},{"uid":"e5f2f536904b6d44","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e5f2f536904b6d44","status":"passed","time":{"start":1729034132179,"stop":1729034132180,"duration":1}},{"uid":"3d60f4b2d9b6519e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3d60f4b2d9b6519e","status":"passed","time":{"start":1729034055085,"stop":1729034055085,"duration":0}},{"uid":"27bdaf32f1d1235a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27bdaf32f1d1235a","status":"passed","time":{"start":1729033869945,"stop":1729033869945,"duration":0}},{"uid":"61d570dd6e74ff61","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61d570dd6e74ff61","status":"passed","time":{"start":1729031919799,"stop":1729031919799,"duration":0}},{"uid":"420920b57291fc83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/420920b57291fc83","status":"passed","time":{"start":1728901465374,"stop":1728901465375,"duration":1}},{"uid":"a25857cf3dbbc59e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a25857cf3dbbc59e","status":"passed","time":{"start":1728892895975,"stop":1728892895975,"duration":0}},{"uid":"ce7f827a8578448e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce7f827a8578448e","status":"passed","time":{"start":1728855858320,"stop":1728855858320,"duration":0}},{"uid":"8ea933348d685317","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8ea933348d685317","status":"passed","time":{"start":1728738075954,"stop":1728738075954,"duration":0}},{"uid":"122f28a6c7e805b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/122f28a6c7e805b7","status":"passed","time":{"start":1728682609269,"stop":1728682609269,"duration":0}},{"uid":"f6265fca10fdfab1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f6265fca10fdfab1","status":"passed","time":{"start":1728682182161,"stop":1728682182161,"duration":0}},{"uid":"4f7dd1e002ccd5d9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f7dd1e002ccd5d9","status":"passed","time":{"start":1728676656594,"stop":1728676656595,"duration":1}},{"uid":"23596d7487539e00","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/23596d7487539e00","status":"passed","time":{"start":1728669379924,"stop":1728669379925,"duration":1}},{"uid":"afdc0212e228285f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/afdc0212e228285f","status":"passed","time":{"start":1728597720386,"stop":1728597720386,"duration":0}},{"uid":"f1fd318641acb1d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1fd318641acb1d1","status":"passed","time":{"start":1728596939485,"stop":1728596939485,"duration":0}}]},"cd3920d64f030529c173cd783cdad868:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4501d14f8b361270","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4501d14f8b361270","status":"passed","time":{"start":1729034169450,"stop":1729034169450,"duration":0}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c0f9ceb37a91a03a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c0f9ceb37a91a03a","status":"passed","time":{"start":1729034617746,"stop":1729034617747,"duration":1}},{"uid":"7aa0e60d77ab58de","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7aa0e60d77ab58de","status":"passed","time":{"start":1729034370833,"stop":1729034370833,"duration":0}},{"uid":"196666e60407f940","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/196666e60407f940","status":"passed","time":{"start":1729034308840,"stop":1729034308846,"duration":6}},{"uid":"935792c153665915","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/935792c153665915","status":"passed","time":{"start":1729034129465,"stop":1729034129465,"duration":0}},{"uid":"d0aa8be951639c5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d0aa8be951639c5","status":"passed","time":{"start":1729032178355,"stop":1729032178355,"duration":0}},{"uid":"78a8b711fff002d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78a8b711fff002d0","status":"passed","time":{"start":1728901896334,"stop":1728901896334,"duration":0}},{"uid":"b76f0ffe87e86e62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b76f0ffe87e86e62","status":"passed","time":{"start":1728893329016,"stop":1728893329017,"duration":1}},{"uid":"7bc3eb47d86e7663","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7bc3eb47d86e7663","status":"passed","time":{"start":1728856284752,"stop":1728856284752,"duration":0}},{"uid":"aaefc3f2fd3f3289","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aaefc3f2fd3f3289","status":"passed","time":{"start":1728738494927,"stop":1728738494928,"duration":1}},{"uid":"9e80e4e9f2f2788b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9e80e4e9f2f2788b","status":"passed","time":{"start":1728683033622,"stop":1728683033623,"duration":1}},{"uid":"1144ff6e6da6b4e8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1144ff6e6da6b4e8","status":"passed","time":{"start":1728682601728,"stop":1728682601728,"duration":0}},{"uid":"3b66527cc394b5f5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3b66527cc394b5f5","status":"passed","time":{"start":1728677107952,"stop":1728677107953,"duration":1}},{"uid":"4623062aaa421ca2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4623062aaa421ca2","status":"passed","time":{"start":1728669764742,"stop":1728669764742,"duration":0}},{"uid":"e27dc2ebe76e0784","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e27dc2ebe76e0784","status":"passed","time":{"start":1728598157551,"stop":1728598157551,"duration":0}},{"uid":"b1824e86e68fcfd3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b1824e86e68fcfd3","status":"passed","time":{"start":1728597369047,"stop":1728597369048,"duration":1}}]},"bbbad8ba087a6b3cb59cec34cd14b909:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"737587455a45d144","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/737587455a45d144","status":"passed","time":{"start":1728738567471,"stop":1728738567471,"duration":0}}]},"496c69c85d72b06e86c03b7e8ae33a43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8fb2b2079c632cdc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8fb2b2079c632cdc","status":"passed","time":{"start":1728683110368,"stop":1728683110369,"duration":1}}]},"ba847809ed0bdee81dd716b6d41cf251:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1da0d7025ce3d465","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1da0d7025ce3d465","status":"passed","time":{"start":1729034357697,"stop":1729034357698,"duration":1}}]},"a18747e063963f18624c2a426c33024d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a15d093b12a3eb2e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a15d093b12a3eb2e","status":"passed","time":{"start":1729032065455,"stop":1729032065455,"duration":0}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"42ab892b8e5fedd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/42ab892b8e5fedd","status":"passed","time":{"start":1729034348762,"stop":1729034348762,"duration":0}},{"uid":"97ff751dcb75f82d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/97ff751dcb75f82d","status":"passed","time":{"start":1729034112605,"stop":1729034112605,"duration":0}},{"uid":"75584499f9806342","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/75584499f9806342","status":"passed","time":{"start":1729034035873,"stop":1729034035873,"duration":0}},{"uid":"b6894e6dfb574f5c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6894e6dfb574f5c","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0}},{"uid":"ac611eb574088876","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac611eb574088876","status":"passed","time":{"start":1729031900272,"stop":1729031900272,"duration":0}},{"uid":"9dd3294eb00f377f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9dd3294eb00f377f","status":"passed","time":{"start":1728901446178,"stop":1728901446178,"duration":0}},{"uid":"f14bf19500710787","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f14bf19500710787","status":"passed","time":{"start":1728892876478,"stop":1728892876478,"duration":0}},{"uid":"cb7fee61fbba2fff","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cb7fee61fbba2fff","status":"passed","time":{"start":1728855839199,"stop":1728855839200,"duration":1}},{"uid":"755ca7456de2cf80","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/755ca7456de2cf80","status":"passed","time":{"start":1728738056465,"stop":1728738056465,"duration":0}},{"uid":"456da0a9cf6d856d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/456da0a9cf6d856d","status":"passed","time":{"start":1728682590045,"stop":1728682590045,"duration":0}},{"uid":"bb7a1ea32d6022a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb7a1ea32d6022a1","status":"passed","time":{"start":1728682162839,"stop":1728682162839,"duration":0}},{"uid":"f59bdd198a29596e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f59bdd198a29596e","status":"passed","time":{"start":1728676637412,"stop":1728676637412,"duration":0}},{"uid":"ffada467f16dacda","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ffada467f16dacda","status":"passed","time":{"start":1728669360495,"stop":1728669360495,"duration":0}},{"uid":"fe51a3b15f685f56","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fe51a3b15f685f56","status":"passed","time":{"start":1728597701237,"stop":1728597701237,"duration":0}},{"uid":"798001ef499cbf9a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/798001ef499cbf9a","status":"passed","time":{"start":1728596920371,"stop":1728596920372,"duration":1}}]},"94f2d56b5bb0b68a1f02fa3db451a462:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7efc8421d6e250e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e7efc8421d6e250e","status":"passed","time":{"start":1728901950547,"stop":1728901950547,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4971218267a8266d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4971218267a8266d","status":"passed","time":{"start":1729034506784,"stop":1729034506785,"duration":1}},{"uid":"16eed2a58a06f542","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/16eed2a58a06f542","status":"passed","time":{"start":1729034259806,"stop":1729034259806,"duration":0}},{"uid":"1bd81528471301de","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1bd81528471301de","status":"passed","time":{"start":1729034194000,"stop":1729034194000,"duration":0}},{"uid":"a8ee0a29081af6a2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8ee0a29081af6a2","status":"passed","time":{"start":1729034014827,"stop":1729034014827,"duration":0}},{"uid":"b16c6bbcdf2f844b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b16c6bbcdf2f844b","status":"passed","time":{"start":1729032065419,"stop":1729032065422,"duration":3}},{"uid":"686c5f4b6c49ee8a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/686c5f4b6c49ee8a","status":"passed","time":{"start":1728901664233,"stop":1728901664233,"duration":0}},{"uid":"e63227204ebb7041","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e63227204ebb7041","status":"passed","time":{"start":1728893093678,"stop":1728893093679,"duration":1}},{"uid":"edf07850665cba4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/edf07850665cba4c","status":"passed","time":{"start":1728856055261,"stop":1728856055261,"duration":0}},{"uid":"c238bfefc69d700","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c238bfefc69d700","status":"passed","time":{"start":1728738274737,"stop":1728738274738,"duration":1}},{"uid":"8ff2327bb0c367c8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8ff2327bb0c367c8","status":"passed","time":{"start":1728682807945,"stop":1728682807946,"duration":1}},{"uid":"ae878d80b615d8da","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ae878d80b615d8da","status":"passed","time":{"start":1728682381278,"stop":1728682381278,"duration":0}},{"uid":"479699186c99d011","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/479699186c99d011","status":"passed","time":{"start":1728676853891,"stop":1728676853891,"duration":0}},{"uid":"6c44b3ba102539c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c44b3ba102539c5","status":"passed","time":{"start":1728669581680,"stop":1728669581681,"duration":1}},{"uid":"55d5837c46085b03","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55d5837c46085b03","status":"passed","time":{"start":1728597923458,"stop":1728597923458,"duration":0}},{"uid":"19b8c942ac01466","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/19b8c942ac01466","status":"passed","time":{"start":1728597132256,"stop":1728597132257,"duration":1}}]},"754a9e70bba1a2d5fb7d924f7d3cc175:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa95d57b245d7bb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fa95d57b245d7bb","status":"passed","time":{"start":1728683110371,"stop":1728683110371,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5e631a4785c688f8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5e631a4785c688f8","status":"passed","time":{"start":1729034626851,"stop":1729034626851,"duration":0}},{"uid":"84f1d38a427572c7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/84f1d38a427572c7","status":"passed","time":{"start":1729034398547,"stop":1729034398547,"duration":0}},{"uid":"be1e2bb1bee3dff5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/be1e2bb1bee3dff5","status":"passed","time":{"start":1729034314813,"stop":1729034314813,"duration":0}},{"uid":"c65fb98a8b1abe0b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c65fb98a8b1abe0b","status":"passed","time":{"start":1729034137163,"stop":1729034137163,"duration":0}},{"uid":"a561984ea38ad6d5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a561984ea38ad6d5","status":"passed","time":{"start":1729032187245,"stop":1729032187245,"duration":0}},{"uid":"1e5e0f008cf24c80","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e5e0f008cf24c80","status":"passed","time":{"start":1728901888428,"stop":1728901888429,"duration":1}},{"uid":"486c6752ca4a6c44","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/486c6752ca4a6c44","status":"passed","time":{"start":1728893323787,"stop":1728893323788,"duration":1}},{"uid":"2809e6355ab05cef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2809e6355ab05cef","status":"passed","time":{"start":1728856285926,"stop":1728856285926,"duration":0}},{"uid":"11e66220ca9703a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11e66220ca9703a","status":"passed","time":{"start":1728738498274,"stop":1728738498274,"duration":0}},{"uid":"24e0a61e25ef8879","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/24e0a61e25ef8879","status":"passed","time":{"start":1728683041390,"stop":1728683041390,"duration":0}},{"uid":"9abd39c8d9d1b58b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9abd39c8d9d1b58b","status":"passed","time":{"start":1728682596012,"stop":1728682596014,"duration":2}},{"uid":"fa57d13385f9d1ac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fa57d13385f9d1ac","status":"passed","time":{"start":1728677091266,"stop":1728677091266,"duration":0}},{"uid":"d0b75834a0e1863a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d0b75834a0e1863a","status":"passed","time":{"start":1728669766424,"stop":1728669766425,"duration":1}},{"uid":"5dc29ab6a3bc4cbd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5dc29ab6a3bc4cbd","status":"passed","time":{"start":1728598152072,"stop":1728598152072,"duration":0}},{"uid":"c8ef073695238b54","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c8ef073695238b54","status":"passed","time":{"start":1728597364115,"stop":1728597364115,"duration":0}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ae36504ee291e6c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae36504ee291e6c1","status":"passed","time":{"start":1729034640505,"stop":1729034640505,"duration":0}},{"uid":"1c4510e94b3137db","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1c4510e94b3137db","status":"passed","time":{"start":1729034411417,"stop":1729034411418,"duration":1}},{"uid":"b94aa8368858f7df","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b94aa8368858f7df","status":"passed","time":{"start":1729034327389,"stop":1729034327389,"duration":0}},{"uid":"4fa2a0410dd57166","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4fa2a0410dd57166","status":"passed","time":{"start":1729034147760,"stop":1729034147760,"duration":0}},{"uid":"c6f2ccaba19b2dce","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6f2ccaba19b2dce","status":"passed","time":{"start":1729032204822,"stop":1729032204822,"duration":0}},{"uid":"8842cc3758e64579","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8842cc3758e64579","status":"passed","time":{"start":1728901907650,"stop":1728901907650,"duration":0}},{"uid":"1cb36fdddce6f48","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cb36fdddce6f48","status":"passed","time":{"start":1728893341885,"stop":1728893341885,"duration":0}},{"uid":"ed7aefdb72b7678d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed7aefdb72b7678d","status":"passed","time":{"start":1728856299350,"stop":1728856299350,"duration":0}},{"uid":"e51fd38b50b6cb9b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e51fd38b50b6cb9b","status":"passed","time":{"start":1728738511610,"stop":1728738511610,"duration":0}},{"uid":"dc24f6f419bf9770","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc24f6f419bf9770","status":"passed","time":{"start":1728683052904,"stop":1728683052905,"duration":1}},{"uid":"3da63ffb9daab035","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3da63ffb9daab035","status":"passed","time":{"start":1728682612905,"stop":1728682612905,"duration":0}},{"uid":"5a412b0891612f28","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5a412b0891612f28","status":"passed","time":{"start":1728677115738,"stop":1728677115739,"duration":1}},{"uid":"510f7311cbfa6277","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/510f7311cbfa6277","status":"passed","time":{"start":1728669778168,"stop":1728669778168,"duration":0}},{"uid":"4bc67e5f52357d97","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4bc67e5f52357d97","status":"passed","time":{"start":1728598175426,"stop":1728598175426,"duration":0}},{"uid":"86c72fa2a4726056","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86c72fa2a4726056","status":"passed","time":{"start":1728597380056,"stop":1728597380056,"duration":0}}]},"e65c928bd7bf47c1b2fe330ed6ae2e8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6edcd225266175b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6edcd225266175b6","status":"passed","time":{"start":1728893389985,"stop":1728893389985,"duration":0}}]},"873a4493b507d9720a59f0bfb73e04f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6037ccbafba217","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f6037ccbafba217","status":"passed","time":{"start":1728677081989,"stop":1728677081989,"duration":0}}]},"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ce26fedc0b47d800","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce26fedc0b47d800","status":"passed","time":{"start":1729034332622,"stop":1729034332623,"duration":1}},{"uid":"aff6d2959d967108","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aff6d2959d967108","status":"passed","time":{"start":1729034096124,"stop":1729034096124,"duration":0}},{"uid":"af54823ccd6333d1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/af54823ccd6333d1","status":"passed","time":{"start":1729034020083,"stop":1729034020083,"duration":0}},{"uid":"ea7dfeef7d0b4123","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ea7dfeef7d0b4123","status":"passed","time":{"start":1729033834375,"stop":1729033834375,"duration":0}},{"uid":"bd91cae075763a4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bd91cae075763a4","status":"passed","time":{"start":1729031884105,"stop":1729031884106,"duration":1}},{"uid":"21f377838c6e0909","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/21f377838c6e0909","status":"passed","time":{"start":1728901430247,"stop":1728901430248,"duration":1}},{"uid":"c1aefaec35500f6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c1aefaec35500f6a","status":"passed","time":{"start":1728892860523,"stop":1728892860523,"duration":0}},{"uid":"673f155f7426543e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/673f155f7426543e","status":"passed","time":{"start":1728855823314,"stop":1728855823314,"duration":0}},{"uid":"7d740d973582a9e2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7d740d973582a9e2","status":"passed","time":{"start":1728738040583,"stop":1728738040583,"duration":0}},{"uid":"2f4d817a12083003","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2f4d817a12083003","status":"passed","time":{"start":1728682574080,"stop":1728682574080,"duration":0}},{"uid":"88e5007016d17a9d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/88e5007016d17a9d","status":"passed","time":{"start":1728682146808,"stop":1728682146808,"duration":0}},{"uid":"f7a85a218ecc4905","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7a85a218ecc4905","status":"passed","time":{"start":1728676621422,"stop":1728676621422,"duration":0}},{"uid":"192d0397dcc154eb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/192d0397dcc154eb","status":"passed","time":{"start":1728669344459,"stop":1728669344459,"duration":0}},{"uid":"6ffa95db9580cb32","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6ffa95db9580cb32","status":"passed","time":{"start":1728597685152,"stop":1728597685152,"duration":0}},{"uid":"3c493aa8d2a83c5c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3c493aa8d2a83c5c","status":"passed","time":{"start":1728596904458,"stop":1728596904459,"duration":1}}]},"504ae292fead219a4a004bf2f8bc8f0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37084eb10bef3eb6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/37084eb10bef3eb6","status":"passed","time":{"start":1729034348214,"stop":1729034348214,"duration":0}}]},"1a04f7de419c27d2719083a8dfcbf8cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e83fbde2b732178","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9e83fbde2b732178","status":"passed","time":{"start":1729034402285,"stop":1729034402285,"duration":0}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3b88858ddb3adab6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b88858ddb3adab6","status":"passed","time":{"start":1729034348576,"stop":1729034348577,"duration":1}},{"uid":"4b780dfd8365ba14","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4b780dfd8365ba14","status":"passed","time":{"start":1729034112387,"stop":1729034112387,"duration":0}},{"uid":"b240c2a7ff4ac6bb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b240c2a7ff4ac6bb","status":"passed","time":{"start":1729034035614,"stop":1729034035614,"duration":0}},{"uid":"7900b7379a879674","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7900b7379a879674","status":"passed","time":{"start":1729033850404,"stop":1729033850405,"duration":1}},{"uid":"424c9096f89b7d6a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/424c9096f89b7d6a","status":"passed","time":{"start":1729031899689,"stop":1729031899689,"duration":0}},{"uid":"b7c651ce3ba0c44f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c651ce3ba0c44f","status":"passed","time":{"start":1728901445801,"stop":1728901445802,"duration":1}},{"uid":"4eb7a0e97325ab46","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4eb7a0e97325ab46","status":"passed","time":{"start":1728892876333,"stop":1728892876333,"duration":0}},{"uid":"62ae3324c7cd1f00","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62ae3324c7cd1f00","status":"passed","time":{"start":1728855838897,"stop":1728855838897,"duration":0}},{"uid":"9ae64db4e25049c0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ae64db4e25049c0","status":"passed","time":{"start":1728738055941,"stop":1728738055941,"duration":0}},{"uid":"994faade168d7dfd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/994faade168d7dfd","status":"passed","time":{"start":1728682589825,"stop":1728682589825,"duration":0}},{"uid":"21ce7539bba96c21","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/21ce7539bba96c21","status":"passed","time":{"start":1728682162267,"stop":1728682162268,"duration":1}},{"uid":"34162da2f573f4bb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34162da2f573f4bb","status":"passed","time":{"start":1728676637064,"stop":1728676637064,"duration":0}},{"uid":"7c992148558ae","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7c992148558ae","status":"passed","time":{"start":1728669360434,"stop":1728669360434,"duration":0}},{"uid":"d0beba729e334586","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d0beba729e334586","status":"passed","time":{"start":1728597700985,"stop":1728597700986,"duration":1}},{"uid":"c58e810d568b552a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c58e810d568b552a","status":"passed","time":{"start":1728596920268,"stop":1728596920268,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4ebec372eb95b7c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4ebec372eb95b7c5","status":"passed","time":{"start":1729034340751,"stop":1729034340751,"duration":0}},{"uid":"30f9b2f0970e26c0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/30f9b2f0970e26c0","status":"passed","time":{"start":1729034104153,"stop":1729034104153,"duration":0}},{"uid":"7557a4fd4541160a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7557a4fd4541160a","status":"passed","time":{"start":1729034027734,"stop":1729034027735,"duration":1}},{"uid":"c4ec123c5c6fd6c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4ec123c5c6fd6c1","status":"passed","time":{"start":1729033842338,"stop":1729033842339,"duration":1}},{"uid":"a29a001b5e79c209","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a29a001b5e79c209","status":"passed","time":{"start":1729031892042,"stop":1729031892042,"duration":0}},{"uid":"3873895e8b4d44b4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3873895e8b4d44b4","status":"passed","time":{"start":1728901438022,"stop":1728901438023,"duration":1}},{"uid":"2d522695e1e594be","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2d522695e1e594be","status":"passed","time":{"start":1728892868228,"stop":1728892868229,"duration":1}},{"uid":"42f40698b65c5ed1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/42f40698b65c5ed1","status":"passed","time":{"start":1728855831075,"stop":1728855831075,"duration":0}},{"uid":"b04315773d3319e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b04315773d3319e0","status":"passed","time":{"start":1728738048433,"stop":1728738048435,"duration":2}},{"uid":"ab3274b044d83bfe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab3274b044d83bfe","status":"passed","time":{"start":1728682581833,"stop":1728682581837,"duration":4}},{"uid":"b3dbdfa6f7289354","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3dbdfa6f7289354","status":"passed","time":{"start":1728682154703,"stop":1728682154704,"duration":1}},{"uid":"54514fedb7f8b4c5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/54514fedb7f8b4c5","status":"passed","time":{"start":1728676629292,"stop":1728676629292,"duration":0}},{"uid":"69bf2c82a0aefaa6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/69bf2c82a0aefaa6","status":"passed","time":{"start":1728669352206,"stop":1728669352206,"duration":0}},{"uid":"6c37a483f282ff5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6c37a483f282ff5e","status":"passed","time":{"start":1728597693009,"stop":1728597693010,"duration":1}},{"uid":"142580462894c140","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/142580462894c140","status":"passed","time":{"start":1728596912509,"stop":1728596912510,"duration":1}}]},"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"ab5b529dcb692f5b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab5b529dcb692f5b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473401,"stop":1729034473401,"duration":0}},{"uid":"12f5af40a6efb4e1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12f5af40a6efb4e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241338,"stop":1729034241338,"duration":0}},{"uid":"3eb44e3b9652d20","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3eb44e3b9652d20","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160187,"stop":1729034160187,"duration":0}},{"uid":"d2d69a734079f3db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d2d69a734079f3db","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977224,"stop":1729033977224,"duration":0}},{"uid":"6da243487a75d76a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6da243487a75d76a","status":"passed","time":{"start":1729032053269,"stop":1729032053269,"duration":0}},{"uid":"78a91da7fe7deef4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78a91da7fe7deef4","status":"passed","time":{"start":1728901711766,"stop":1728901711766,"duration":0}},{"uid":"c682916ab38ec6ea","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c682916ab38ec6ea","status":"passed","time":{"start":1728893141896,"stop":1728893141896,"duration":0}},{"uid":"1f76041a87f33e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f76041a87f33e5","status":"passed","time":{"start":1728856103198,"stop":1728856103199,"duration":1}},{"uid":"5536516ac0ce37bf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5536516ac0ce37bf","status":"passed","time":{"start":1728738321617,"stop":1728738321618,"duration":1}},{"uid":"f250c985c9487a46","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f250c985c9487a46","status":"passed","time":{"start":1728682857564,"stop":1728682857565,"duration":1}},{"uid":"d9d2e8a01f8e86dc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d9d2e8a01f8e86dc","status":"passed","time":{"start":1728682428803,"stop":1728682428803,"duration":0}},{"uid":"c1b373bfe53a213","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1b373bfe53a213","status":"passed","time":{"start":1728676901167,"stop":1728676901167,"duration":0}},{"uid":"63456b14a8e67c79","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/63456b14a8e67c79","status":"passed","time":{"start":1728669573861,"stop":1728669573862,"duration":1}},{"uid":"d91edba3cbf3823d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d91edba3cbf3823d","status":"passed","time":{"start":1728597972336,"stop":1728597972336,"duration":0}},{"uid":"4f95b95efc6fe814","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f95b95efc6fe814","status":"passed","time":{"start":1728597175618,"stop":1728597175618,"duration":0}}]},"db21f03eee600c7e0a57ac2df182b2e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9eecf3e5a05745bf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9eecf3e5a05745bf","status":"passed","time":{"start":1728669834422,"stop":1728669834423,"duration":1}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aa14d6ca5b998dea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aa14d6ca5b998dea","status":"passed","time":{"start":1729034536100,"stop":1729034536100,"duration":0}},{"uid":"ef881d3a44d06897","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ef881d3a44d06897","status":"passed","time":{"start":1729034296706,"stop":1729034296706,"duration":0}},{"uid":"54810c6233e3537a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/54810c6233e3537a","status":"passed","time":{"start":1729034220603,"stop":1729034220603,"duration":0}},{"uid":"ccae3bd215ab031a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccae3bd215ab031a","status":"passed","time":{"start":1729034041487,"stop":1729034041487,"duration":0}},{"uid":"26e48c93716c0ef9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/26e48c93716c0ef9","status":"passed","time":{"start":1728901705399,"stop":1728901705401,"duration":2}},{"uid":"914fd9dfab6fcfde","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/914fd9dfab6fcfde","status":"passed","time":{"start":1728893141776,"stop":1728893141776,"duration":0}},{"uid":"c1e42e8c15dbd161","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c1e42e8c15dbd161","status":"passed","time":{"start":1728856087083,"stop":1728856087083,"duration":0}},{"uid":"1d856d9b2354def5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1d856d9b2354def5","status":"passed","time":{"start":1728738321434,"stop":1728738321434,"duration":0}},{"uid":"141f2e8789a6c84e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/141f2e8789a6c84e","status":"passed","time":{"start":1728682845673,"stop":1728682845674,"duration":1}},{"uid":"8d0b58e53b41adf8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8d0b58e53b41adf8","status":"passed","time":{"start":1728682424309,"stop":1728682424309,"duration":0}},{"uid":"d65e2a6a64a5e20","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d65e2a6a64a5e20","status":"passed","time":{"start":1728676900518,"stop":1728676900519,"duration":1}},{"uid":"554f88fdf92e3eb4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/554f88fdf92e3eb4","status":"passed","time":{"start":1728669625799,"stop":1728669625799,"duration":0}},{"uid":"bfe2741946346f8a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bfe2741946346f8a","status":"passed","time":{"start":1728597957164,"stop":1728597957165,"duration":1}},{"uid":"f0e70a5a91c15806","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0e70a5a91c15806","status":"passed","time":{"start":1728597182616,"stop":1728597182617,"duration":1}}]},"dbcd14cc9b1420e98065a04fa116d682:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23af4aa4a64ebdd6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/23af4aa4a64ebdd6","status":"passed","time":{"start":1729034393658,"stop":1729034393658,"duration":0}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a07402179e9ac5ff","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a07402179e9ac5ff","status":"passed","time":{"start":1729034704505,"stop":1729034704506,"duration":1}},{"uid":"c4bebc9b6170ada","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c4bebc9b6170ada","status":"passed","time":{"start":1729034475002,"stop":1729034475002,"duration":0}},{"uid":"794f61fcd3347fd1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/794f61fcd3347fd1","status":"passed","time":{"start":1729034395299,"stop":1729034395300,"duration":1}},{"uid":"a249435eea9c5275","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a249435eea9c5275","status":"passed","time":{"start":1729034209113,"stop":1729034209113,"duration":0}},{"uid":"2a1aab6ca523ecd0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a1aab6ca523ecd0","status":"passed","time":{"start":1729032264589,"stop":1729032264589,"duration":0}},{"uid":"546b1ffbb9a10d2b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/546b1ffbb9a10d2b","status":"passed","time":{"start":1728902012872,"stop":1728902012872,"duration":0}},{"uid":"19add29b4b69f3fc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19add29b4b69f3fc","status":"passed","time":{"start":1728893454823,"stop":1728893454823,"duration":0}},{"uid":"a807bb1109fb7a1d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a807bb1109fb7a1d","status":"passed","time":{"start":1728856408465,"stop":1728856408466,"duration":1}},{"uid":"d30a35243917e697","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d30a35243917e697","status":"passed","time":{"start":1728738633872,"stop":1728738633872,"duration":0}},{"uid":"c21f8c479f010a5e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c21f8c479f010a5e","status":"passed","time":{"start":1728683159818,"stop":1728683159818,"duration":0}},{"uid":"5c2f3109afea7df6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5c2f3109afea7df6","status":"passed","time":{"start":1728682751341,"stop":1728682751341,"duration":0}},{"uid":"b4c1539221542c6a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4c1539221542c6a","status":"passed","time":{"start":1728677216375,"stop":1728677216375,"duration":0}},{"uid":"8766cd6b00339166","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8766cd6b00339166","status":"passed","time":{"start":1728669925464,"stop":1728669925465,"duration":1}},{"uid":"f2109baa82044936","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f2109baa82044936","status":"passed","time":{"start":1728598268818,"stop":1728598268819,"duration":1}},{"uid":"11da9c06ddbbafbf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/11da9c06ddbbafbf","status":"passed","time":{"start":1728597503946,"stop":1728597503947,"duration":1}}]},"196aabc86b3f784df37e426f3171f46d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"573af7c54c526590","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/573af7c54c526590","status":"passed","time":{"start":1728901950553,"stop":1728901950554,"duration":1}}]},"2b9afaf34676cac7fe1bf810b9f32d66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"775a1d39e0328509","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/775a1d39e0328509","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473222,"stop":1729034473222,"duration":0}},{"uid":"d947c6e7e6c40784","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d947c6e7e6c40784","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241162,"stop":1729034241163,"duration":1}},{"uid":"39d564ab19a60b85","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/39d564ab19a60b85","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159976,"stop":1729034159976,"duration":0}},{"uid":"57df7b288d19998f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/57df7b288d19998f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977066,"stop":1729033977066,"duration":0}},{"uid":"ad826fc9462af48","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ad826fc9462af48","status":"passed","time":{"start":1729032093824,"stop":1729032093824,"duration":0}},{"uid":"dbfef6898a7a319c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dbfef6898a7a319c","status":"passed","time":{"start":1728901748784,"stop":1728901748784,"duration":0}},{"uid":"f264d6220b259d3b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f264d6220b259d3b","status":"passed","time":{"start":1728893181088,"stop":1728893181089,"duration":1}},{"uid":"8f43e636cdf5314a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f43e636cdf5314a","status":"passed","time":{"start":1728856155554,"stop":1728856155554,"duration":0}},{"uid":"980bfb5851f4cee5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/980bfb5851f4cee5","status":"passed","time":{"start":1728738360303,"stop":1728738360303,"duration":0}},{"uid":"e4d11773953a5e4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e4d11773953a5e4f","status":"passed","time":{"start":1728682907224,"stop":1728682907224,"duration":0}},{"uid":"9fd9f76929afe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9fd9f76929afe","status":"passed","time":{"start":1728682466738,"stop":1728682466739,"duration":1}},{"uid":"b1cd45ce3eed83d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b1cd45ce3eed83d7","status":"passed","time":{"start":1728676955724,"stop":1728676955724,"duration":0}},{"uid":"322b7bdeb298a556","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/322b7bdeb298a556","status":"passed","time":{"start":1728598013537,"stop":1728598013537,"duration":0}},{"uid":"77338591f328a16f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/77338591f328a16f","status":"passed","time":{"start":1728597225202,"stop":1728597225202,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8e03921c87fe4eb6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e03921c87fe4eb6","status":"passed","time":{"start":1729034536096,"stop":1729034536096,"duration":0}},{"uid":"7ec4b416f4fa07a3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7ec4b416f4fa07a3","status":"passed","time":{"start":1729034296701,"stop":1729034296701,"duration":0}},{"uid":"c3f7df88ccb65553","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c3f7df88ccb65553","status":"passed","time":{"start":1729034220596,"stop":1729034220597,"duration":1}},{"uid":"136f8b376a5ef8dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/136f8b376a5ef8dd","status":"passed","time":{"start":1729034041473,"stop":1729034041474,"duration":1}},{"uid":"ee48885ee71cc3d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ee48885ee71cc3d2","status":"passed","time":{"start":1728901705383,"stop":1728901705385,"duration":2}},{"uid":"6e56211ee0635a7f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6e56211ee0635a7f","status":"passed","time":{"start":1728893141768,"stop":1728893141769,"duration":1}},{"uid":"c855b9700e90da7a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c855b9700e90da7a","status":"passed","time":{"start":1728856087079,"stop":1728856087079,"duration":0}},{"uid":"20d4d72f9ba5767","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20d4d72f9ba5767","status":"passed","time":{"start":1728738321430,"stop":1728738321430,"duration":0}},{"uid":"bc7f5da7b5c0cd24","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc7f5da7b5c0cd24","status":"passed","time":{"start":1728682845670,"stop":1728682845670,"duration":0}},{"uid":"37e3df8854a6003d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/37e3df8854a6003d","status":"passed","time":{"start":1728682424303,"stop":1728682424304,"duration":1}},{"uid":"8d9955de7b6f98df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8d9955de7b6f98df","status":"passed","time":{"start":1728676900511,"stop":1728676900511,"duration":0}},{"uid":"16bd18cc25405510","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/16bd18cc25405510","status":"passed","time":{"start":1728669625794,"stop":1728669625795,"duration":1}},{"uid":"ca3c30678401fc9f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca3c30678401fc9f","status":"passed","time":{"start":1728597957159,"stop":1728597957159,"duration":0}},{"uid":"f2562ade4414fe27","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f2562ade4414fe27","status":"passed","time":{"start":1728597182593,"stop":1728597182598,"duration":5}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fabf0d589a1f2447","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fabf0d589a1f2447","status":"passed","time":{"start":1729034472984,"stop":1729034472984,"duration":0}},{"uid":"1af2a2defe8bebb9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1af2a2defe8bebb9","status":"passed","time":{"start":1729034240926,"stop":1729034240927,"duration":1}},{"uid":"216db4eb21c9a4df","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/216db4eb21c9a4df","status":"passed","time":{"start":1729034159622,"stop":1729034159623,"duration":1}},{"uid":"7356360137264b16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7356360137264b16","status":"passed","time":{"start":1729033976806,"stop":1729033976806,"duration":0}},{"uid":"81fed2b97fc18ec9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/81fed2b97fc18ec9","status":"passed","time":{"start":1729032020528,"stop":1729032020530,"duration":2}},{"uid":"859cc47b9b680f44","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/859cc47b9b680f44","status":"passed","time":{"start":1728901616473,"stop":1728901616473,"duration":0}},{"uid":"8fa35f7e94a45a25","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fa35f7e94a45a25","status":"passed","time":{"start":1728893050250,"stop":1728893050250,"duration":0}},{"uid":"5f5cd01c596f8739","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5f5cd01c596f8739","status":"passed","time":{"start":1728856015176,"stop":1728856015176,"duration":0}},{"uid":"aa5aa8e1e677324a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa5aa8e1e677324a","status":"passed","time":{"start":1728738233147,"stop":1728738233148,"duration":1}},{"uid":"902c2493e0a1c842","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/902c2493e0a1c842","status":"passed","time":{"start":1728682762477,"stop":1728682762477,"duration":0}},{"uid":"81f7810df308897b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/81f7810df308897b","status":"passed","time":{"start":1728682332791,"stop":1728682332791,"duration":0}},{"uid":"1e315812205697c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1e315812205697c7","status":"passed","time":{"start":1728676810300,"stop":1728676810300,"duration":0}},{"uid":"a1b986ae1f218a6b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a1b986ae1f218a6b","status":"passed","time":{"start":1728669529905,"stop":1728669529906,"duration":1}},{"uid":"d123d1a86cbc3add","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d123d1a86cbc3add","status":"passed","time":{"start":1728597873540,"stop":1728597873540,"duration":0}},{"uid":"e7785bfeb7e5951c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7785bfeb7e5951c","status":"passed","time":{"start":1728597089278,"stop":1728597089278,"duration":0}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a841ec4481a1622c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a841ec4481a1622c","status":"passed","time":{"start":1729034392569,"stop":1729034392569,"duration":0}},{"uid":"94a8e54f54255957","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/94a8e54f54255957","status":"passed","time":{"start":1729034155171,"stop":1729034155172,"duration":1}},{"uid":"5856981f6eabfc81","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5856981f6eabfc81","status":"passed","time":{"start":1729034079232,"stop":1729034079233,"duration":1}},{"uid":"bae066ea0937368","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bae066ea0937368","status":"passed","time":{"start":1729033892956,"stop":1729033892956,"duration":0}},{"uid":"1f184c17654de7df","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1f184c17654de7df","status":"passed","time":{"start":1729031943349,"stop":1729031943350,"duration":1}},{"uid":"cf6ea0ecc9a91356","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cf6ea0ecc9a91356","status":"passed","time":{"start":1728901487520,"stop":1728901487520,"duration":0}},{"uid":"1e6902689b8793cc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e6902689b8793cc","status":"passed","time":{"start":1728892920385,"stop":1728892920386,"duration":1}},{"uid":"d9d17c3ea7ede79c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9d17c3ea7ede79c","status":"passed","time":{"start":1728855881507,"stop":1728855881507,"duration":0}},{"uid":"5489a25464cd7353","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5489a25464cd7353","status":"passed","time":{"start":1728738098728,"stop":1728738098729,"duration":1}},{"uid":"4b5b477253e75d0a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4b5b477253e75d0a","status":"passed","time":{"start":1728682632219,"stop":1728682632219,"duration":0}},{"uid":"57b68ab4c5834f09","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/57b68ab4c5834f09","status":"passed","time":{"start":1728682205209,"stop":1728682205209,"duration":0}},{"uid":"81739e12e3567d55","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/81739e12e3567d55","status":"passed","time":{"start":1728676680986,"stop":1728676680987,"duration":1}},{"uid":"728ee257049baed6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/728ee257049baed6","status":"passed","time":{"start":1728669404738,"stop":1728669404739,"duration":1}},{"uid":"8221f7e8a948f1d0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8221f7e8a948f1d0","status":"passed","time":{"start":1728597743845,"stop":1728597743846,"duration":1}},{"uid":"3f592d71d0932de8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f592d71d0932de8","status":"passed","time":{"start":1728596961182,"stop":1728596961183,"duration":1}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9278b868f44b78d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9278b868f44b78d","status":"passed","time":{"start":1729034640528,"stop":1729034640528,"duration":0}},{"uid":"7a8df02a10bf2b44","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a8df02a10bf2b44","status":"passed","time":{"start":1729034411428,"stop":1729034411428,"duration":0}},{"uid":"493919ec7ab36fbf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/493919ec7ab36fbf","status":"passed","time":{"start":1729034327412,"stop":1729034327413,"duration":1}},{"uid":"e03453525f0fef2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e03453525f0fef2","status":"passed","time":{"start":1729034147792,"stop":1729034147792,"duration":0}},{"uid":"fd1b633c20b873eb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fd1b633c20b873eb","status":"passed","time":{"start":1729032204833,"stop":1729032204834,"duration":1}},{"uid":"3e41b96123892b94","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3e41b96123892b94","status":"passed","time":{"start":1728901907717,"stop":1728901907717,"duration":0}},{"uid":"b50331a175c1bf1f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b50331a175c1bf1f","status":"passed","time":{"start":1728893341892,"stop":1728893341892,"duration":0}},{"uid":"815bada6cd38f8e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/815bada6cd38f8e7","status":"passed","time":{"start":1728856299387,"stop":1728856299387,"duration":0}},{"uid":"435cbad43b7498de","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/435cbad43b7498de","status":"passed","time":{"start":1728738511623,"stop":1728738511623,"duration":0}},{"uid":"e26dfb0e7fc046fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e26dfb0e7fc046fd","status":"passed","time":{"start":1728683052915,"stop":1728683052915,"duration":0}},{"uid":"290c92cda73d1f37","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/290c92cda73d1f37","status":"passed","time":{"start":1728682612915,"stop":1728682612915,"duration":0}},{"uid":"2b1548621ae19405","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b1548621ae19405","status":"passed","time":{"start":1728677115754,"stop":1728677115755,"duration":1}},{"uid":"cf76be51946e014a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cf76be51946e014a","status":"passed","time":{"start":1728669778187,"stop":1728669778188,"duration":1}},{"uid":"68ed00b75c656995","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68ed00b75c656995","status":"passed","time":{"start":1728598175437,"stop":1728598175437,"duration":0}},{"uid":"318cc6460c159670","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/318cc6460c159670","status":"passed","time":{"start":1728597380066,"stop":1728597380067,"duration":1}}]},"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cbb1f0c21ff8ae78","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cbb1f0c21ff8ae78","status":"passed","time":{"start":1729034332629,"stop":1729034332630,"duration":1}},{"uid":"c0923387eac3c823","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c0923387eac3c823","status":"passed","time":{"start":1729034096131,"stop":1729034096131,"duration":0}},{"uid":"4035f0f33f5fefb2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4035f0f33f5fefb2","status":"passed","time":{"start":1729034020088,"stop":1729034020088,"duration":0}},{"uid":"c2a979ab240db1c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2a979ab240db1c5","status":"passed","time":{"start":1729033834382,"stop":1729033834382,"duration":0}},{"uid":"d71489dfbf48112d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d71489dfbf48112d","status":"passed","time":{"start":1729031884115,"stop":1729031884115,"duration":0}},{"uid":"b5893b4a31145291","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b5893b4a31145291","status":"passed","time":{"start":1728901430253,"stop":1728901430253,"duration":0}},{"uid":"ae0cae2a815f9fac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ae0cae2a815f9fac","status":"passed","time":{"start":1728892860530,"stop":1728892860530,"duration":0}},{"uid":"cf23b676962dc24c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cf23b676962dc24c","status":"passed","time":{"start":1728855823321,"stop":1728855823321,"duration":0}},{"uid":"4522b02951e84817","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4522b02951e84817","status":"passed","time":{"start":1728738040599,"stop":1728738040599,"duration":0}},{"uid":"7f552369e5739e23","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7f552369e5739e23","status":"passed","time":{"start":1728682574089,"stop":1728682574090,"duration":1}},{"uid":"dd1d076051c05633","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dd1d076051c05633","status":"passed","time":{"start":1728682146815,"stop":1728682146815,"duration":0}},{"uid":"226c33da84782a69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/226c33da84782a69","status":"passed","time":{"start":1728676621430,"stop":1728676621430,"duration":0}},{"uid":"47afba39c96566e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/47afba39c96566e2","status":"passed","time":{"start":1728669344465,"stop":1728669344466,"duration":1}},{"uid":"9d63e24d14a3dbc2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9d63e24d14a3dbc2","status":"passed","time":{"start":1728597685159,"stop":1728597685159,"duration":0}},{"uid":"cc7cc52172c52c7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cc7cc52172c52c7e","status":"passed","time":{"start":1728596904465,"stop":1728596904466,"duration":1}}]},"08f30757872d3120e463e579258d5aff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b10131dbb45a893b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b10131dbb45a893b","status":"passed","time":{"start":1728893395073,"stop":1728893395074,"duration":1}}]},"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9ec69bcc15416e31","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ec69bcc15416e31","status":"passed","time":{"start":1729034332620,"stop":1729034332620,"duration":0}},{"uid":"7d6bf52445e2486e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7d6bf52445e2486e","status":"passed","time":{"start":1729034096120,"stop":1729034096121,"duration":1}},{"uid":"42b01c3bc5618570","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/42b01c3bc5618570","status":"passed","time":{"start":1729034020081,"stop":1729034020081,"duration":0}},{"uid":"b48472ccfba8f8e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b48472ccfba8f8e8","status":"passed","time":{"start":1729033834373,"stop":1729033834373,"duration":0}},{"uid":"eab2423b5c6e6a47","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/eab2423b5c6e6a47","status":"passed","time":{"start":1729031884103,"stop":1729031884103,"duration":0}},{"uid":"e9464cc5b2e61209","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e9464cc5b2e61209","status":"passed","time":{"start":1728901430246,"stop":1728901430246,"duration":0}},{"uid":"d417110e9f3dfe9a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d417110e9f3dfe9a","status":"passed","time":{"start":1728892860521,"stop":1728892860521,"duration":0}},{"uid":"20ade201db023df4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/20ade201db023df4","status":"passed","time":{"start":1728855823311,"stop":1728855823312,"duration":1}},{"uid":"38d6b8d797af2853","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38d6b8d797af2853","status":"passed","time":{"start":1728738040580,"stop":1728738040580,"duration":0}},{"uid":"7768e791a0bb0623","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7768e791a0bb0623","status":"passed","time":{"start":1728682574078,"stop":1728682574078,"duration":0}},{"uid":"966eb4da37158efb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/966eb4da37158efb","status":"passed","time":{"start":1728682146806,"stop":1728682146806,"duration":0}},{"uid":"46e16d68ecd779c0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46e16d68ecd779c0","status":"passed","time":{"start":1728676621419,"stop":1728676621420,"duration":1}},{"uid":"9d6e9d7da802f2ec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9d6e9d7da802f2ec","status":"passed","time":{"start":1728669344457,"stop":1728669344457,"duration":0}},{"uid":"1628256c5e7d9056","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1628256c5e7d9056","status":"passed","time":{"start":1728597685150,"stop":1728597685150,"duration":0}},{"uid":"ea107dfa72bd5d08","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea107dfa72bd5d08","status":"passed","time":{"start":1728596904456,"stop":1728596904456,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ef88f331dc5eeef9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ef88f331dc5eeef9","status":"passed","time":{"start":1729034703308,"stop":1729034703309,"duration":1}},{"uid":"ac0eb85f3360dcb6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ac0eb85f3360dcb6","status":"passed","time":{"start":1729034475270,"stop":1729034475271,"duration":1}},{"uid":"96c274de4b21d2b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/96c274de4b21d2b","status":"passed","time":{"start":1729034392399,"stop":1729034392400,"duration":1}},{"uid":"4866072b417bef22","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4866072b417bef22","status":"passed","time":{"start":1729034208292,"stop":1729034208293,"duration":1}},{"uid":"da4b656a5e0017ca","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/da4b656a5e0017ca","status":"passed","time":{"start":1729032257061,"stop":1729032257062,"duration":1}},{"uid":"72fd8605ac31f717","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/72fd8605ac31f717","status":"passed","time":{"start":1728902024011,"stop":1728902024011,"duration":0}},{"uid":"5002a6cdebd6d6aa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5002a6cdebd6d6aa","status":"passed","time":{"start":1728893455128,"stop":1728893455128,"duration":0}},{"uid":"6875039813b9324e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6875039813b9324e","status":"passed","time":{"start":1728856404960,"stop":1728856404961,"duration":1}},{"uid":"4c0cc1740e4dd2c0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4c0cc1740e4dd2c0","status":"passed","time":{"start":1728738634667,"stop":1728738634667,"duration":0}},{"uid":"9169f4a9c15136e3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9169f4a9c15136e3","status":"passed","time":{"start":1728683163619,"stop":1728683163619,"duration":0}},{"uid":"9c7f8373e50d3437","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9c7f8373e50d3437","status":"passed","time":{"start":1728682737539,"stop":1728682737539,"duration":0}},{"uid":"9ab8532c94a0f87b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9ab8532c94a0f87b","status":"passed","time":{"start":1728677222566,"stop":1728677222566,"duration":0}},{"uid":"625e380c3af6e7da","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/625e380c3af6e7da","status":"passed","time":{"start":1728669905020,"stop":1728669905024,"duration":4}},{"uid":"ecb1ead67ae628d0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ecb1ead67ae628d0","status":"passed","time":{"start":1728598284364,"stop":1728598284364,"duration":0}},{"uid":"f41f5a5c54c45d33","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f41f5a5c54c45d33","status":"passed","time":{"start":1728597506829,"stop":1728597506829,"duration":0}}]},"d266bf8575a593424ca843ed170d0026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"51426bc7d3e847f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/51426bc7d3e847f5","status":"passed","time":{"start":1729034348294,"stop":1729034348295,"duration":1}},{"uid":"427d24f2e61002a5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/427d24f2e61002a5","status":"passed","time":{"start":1729034111868,"stop":1729034111873,"duration":5}},{"uid":"1be616b5c0a6b4c9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1be616b5c0a6b4c9","status":"passed","time":{"start":1729034034976,"stop":1729034034977,"duration":1}},{"uid":"1c13206dcd827314","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c13206dcd827314","status":"passed","time":{"start":1729033849376,"stop":1729033849378,"duration":2}},{"uid":"8c4fec06baa29ebb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c4fec06baa29ebb","status":"passed","time":{"start":1729031899546,"stop":1729031899546,"duration":0}},{"uid":"d77e33b37630fdf9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d77e33b37630fdf9","status":"passed","time":{"start":1728901444839,"stop":1728901444840,"duration":1}},{"uid":"c9ceda97de66724f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9ceda97de66724f","status":"passed","time":{"start":1728892875612,"stop":1728892875613,"duration":1}},{"uid":"d2f5be224a3f25e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d2f5be224a3f25e2","status":"passed","time":{"start":1728855838484,"stop":1728855838487,"duration":3}},{"uid":"5c2a2a2c47cd8e49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c2a2a2c47cd8e49","status":"passed","time":{"start":1728738055449,"stop":1728738055450,"duration":1}},{"uid":"246bb276e29b3065","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/246bb276e29b3065","status":"passed","time":{"start":1728682589262,"stop":1728682589262,"duration":0}},{"uid":"2f1326d05043f102","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f1326d05043f102","status":"passed","time":{"start":1728682162180,"stop":1728682162180,"duration":0}},{"uid":"d69f59da18d2b766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d69f59da18d2b766","status":"passed","time":{"start":1728676636506,"stop":1728676636507,"duration":1}},{"uid":"8bee6b7575919e27","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bee6b7575919e27","status":"passed","time":{"start":1728669359845,"stop":1728669359846,"duration":1}},{"uid":"aec353a4557cf111","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aec353a4557cf111","status":"passed","time":{"start":1728597699699,"stop":1728597699700,"duration":1}},{"uid":"1699fe15994124c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1699fe15994124c6","status":"passed","time":{"start":1728596919892,"stop":1728596919892,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a08529c44ce63c7d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a08529c44ce63c7d","status":"passed","time":{"start":1729034462527,"stop":1729034462533,"duration":6}},{"uid":"c93a04f1933e06f0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c93a04f1933e06f0","status":"passed","time":{"start":1729034231338,"stop":1729034231338,"duration":0}},{"uid":"15da6264dd6402f4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/15da6264dd6402f4","status":"passed","time":{"start":1729034153003,"stop":1729034153004,"duration":1}},{"uid":"22ccfe398d0bacbe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/22ccfe398d0bacbe","status":"passed","time":{"start":1729033965752,"stop":1729033965752,"duration":0}},{"uid":"299d1f8ef990a1db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/299d1f8ef990a1db","status":"passed","time":{"start":1729032018029,"stop":1729032018029,"duration":0}},{"uid":"d7a1d0e5d462a290","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d7a1d0e5d462a290","status":"passed","time":{"start":1728901595851,"stop":1728901595851,"duration":0}},{"uid":"f7763fb176e2bf67","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f7763fb176e2bf67","status":"passed","time":{"start":1728893032689,"stop":1728893032689,"duration":0}},{"uid":"2d35b44758d6639e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d35b44758d6639e","status":"passed","time":{"start":1728855998177,"stop":1728855998185,"duration":8}},{"uid":"6c0c7e954d3e291c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c0c7e954d3e291c","status":"passed","time":{"start":1728738212194,"stop":1728738212195,"duration":1}},{"uid":"4ec7bf402bd5df91","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ec7bf402bd5df91","status":"passed","time":{"start":1728682746575,"stop":1728682746575,"duration":0}},{"uid":"e9a2f98cf83f4e4f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9a2f98cf83f4e4f","status":"passed","time":{"start":1728682328608,"stop":1728682328609,"duration":1}},{"uid":"7d0dcf6f7c2eeba","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d0dcf6f7c2eeba","status":"passed","time":{"start":1728676807593,"stop":1728676807593,"duration":0}},{"uid":"c9f0a5776f1f875d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9f0a5776f1f875d","status":"passed","time":{"start":1728669514928,"stop":1728669514929,"duration":1}},{"uid":"78ed4afba0b46808","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/78ed4afba0b46808","status":"passed","time":{"start":1728597860131,"stop":1728597860131,"duration":0}},{"uid":"d11e22b44da5a6c1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d11e22b44da5a6c1","status":"passed","time":{"start":1728597074713,"stop":1728597074713,"duration":0}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ae6e8a022a2f0f06","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae6e8a022a2f0f06","status":"passed","time":{"start":1729034366899,"stop":1729034366899,"duration":0}},{"uid":"1aec12ae568d8b26","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1aec12ae568d8b26","status":"passed","time":{"start":1729034130925,"stop":1729034130925,"duration":0}},{"uid":"99c01c343297768a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/99c01c343297768a","status":"passed","time":{"start":1729034053887,"stop":1729034053888,"duration":1}},{"uid":"9eb26272e9fa5f9d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9eb26272e9fa5f9d","status":"passed","time":{"start":1729033868927,"stop":1729033868927,"duration":0}},{"uid":"6179d87e14496e34","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6179d87e14496e34","status":"passed","time":{"start":1729031918512,"stop":1729031918513,"duration":1}},{"uid":"caeaa4be54ea19bc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/caeaa4be54ea19bc","status":"passed","time":{"start":1728901464221,"stop":1728901464221,"duration":0}},{"uid":"4f6759bcf7a29f17","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4f6759bcf7a29f17","status":"passed","time":{"start":1728892894741,"stop":1728892894742,"duration":1}},{"uid":"16e236146c71bcc8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/16e236146c71bcc8","status":"passed","time":{"start":1728855857253,"stop":1728855857253,"duration":0}},{"uid":"eb4238342f8f380d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eb4238342f8f380d","status":"passed","time":{"start":1728738074581,"stop":1728738074582,"duration":1}},{"uid":"cae22336e1a703c2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cae22336e1a703c2","status":"passed","time":{"start":1728682608128,"stop":1728682608128,"duration":0}},{"uid":"754c7208b9a79396","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/754c7208b9a79396","status":"passed","time":{"start":1728682181013,"stop":1728682181013,"duration":0}},{"uid":"e1408c2547a1d717","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e1408c2547a1d717","status":"passed","time":{"start":1728676655410,"stop":1728676655411,"duration":1}},{"uid":"9444677d0ae26a30","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9444677d0ae26a30","status":"passed","time":{"start":1728669378741,"stop":1728669378742,"duration":1}},{"uid":"b83e17b45facf14a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b83e17b45facf14a","status":"passed","time":{"start":1728597719064,"stop":1728597719064,"duration":0}},{"uid":"fccecdcce4548ece","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fccecdcce4548ece","status":"passed","time":{"start":1728596938239,"stop":1728596938240,"duration":1}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6aacfd955ad0f1ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6aacfd955ad0f1ef","status":"passed","time":{"start":1729034360435,"stop":1729034360435,"duration":0}},{"uid":"213dfc0b62699687","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/213dfc0b62699687","status":"passed","time":{"start":1729034124362,"stop":1729034124362,"duration":0}},{"uid":"5ee4e56f54f92f2d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5ee4e56f54f92f2d","status":"passed","time":{"start":1729034047483,"stop":1729034047484,"duration":1}},{"uid":"7f5f957ccabc4291","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7f5f957ccabc4291","status":"passed","time":{"start":1729033862328,"stop":1729033862328,"duration":0}},{"uid":"af4387f25bb25339","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/af4387f25bb25339","status":"passed","time":{"start":1729031912069,"stop":1729031912069,"duration":0}},{"uid":"d9c09a2a0b741ee1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d9c09a2a0b741ee1","status":"passed","time":{"start":1728901457816,"stop":1728901457816,"duration":0}},{"uid":"abdca03a9c25202","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/abdca03a9c25202","status":"passed","time":{"start":1728892888299,"stop":1728892888300,"duration":1}},{"uid":"aaa70ec5f625e0cb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aaa70ec5f625e0cb","status":"passed","time":{"start":1728855850787,"stop":1728855850787,"duration":0}},{"uid":"12917bbe69c8818b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/12917bbe69c8818b","status":"passed","time":{"start":1728738068163,"stop":1728738068163,"duration":0}},{"uid":"395bc677217a2de1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/395bc677217a2de1","status":"passed","time":{"start":1728682601672,"stop":1728682601672,"duration":0}},{"uid":"283bbdc2f22e6f08","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/283bbdc2f22e6f08","status":"passed","time":{"start":1728682174564,"stop":1728682174565,"duration":1}},{"uid":"ae42eb5bcc3f0353","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae42eb5bcc3f0353","status":"passed","time":{"start":1728676648930,"stop":1728676648930,"duration":0}},{"uid":"e74fcedc7ee00e2e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e74fcedc7ee00e2e","status":"passed","time":{"start":1728669372209,"stop":1728669372210,"duration":1}},{"uid":"631f7eaf71f45f5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/631f7eaf71f45f5e","status":"passed","time":{"start":1728597712759,"stop":1728597712760,"duration":1}},{"uid":"79e54d3c47f705f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/79e54d3c47f705f8","status":"passed","time":{"start":1728596931866,"stop":1728596931866,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6fd3785af57e1713","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6fd3785af57e1713","status":"passed","time":{"start":1729034435412,"stop":1729034435413,"duration":1}},{"uid":"a5f74bcf8f565cea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a5f74bcf8f565cea","status":"passed","time":{"start":1729034202101,"stop":1729034202101,"duration":0}},{"uid":"c94739e13eeebce","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c94739e13eeebce","status":"passed","time":{"start":1729034126112,"stop":1729034126112,"duration":0}},{"uid":"4c639395962da0dc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c639395962da0dc","status":"passed","time":{"start":1729033939923,"stop":1729033939923,"duration":0}},{"uid":"a24caa11ff536226","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a24caa11ff536226","status":"passed","time":{"start":1729031988774,"stop":1729031988775,"duration":1}},{"uid":"bec1a490c2b51e7f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bec1a490c2b51e7f","status":"passed","time":{"start":1728901555753,"stop":1728901555754,"duration":1}},{"uid":"58658b3b9eec52a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/58658b3b9eec52a2","status":"passed","time":{"start":1728892995571,"stop":1728892995572,"duration":1}},{"uid":"b87a1d7e2b6e7c7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b87a1d7e2b6e7c7","status":"passed","time":{"start":1728855954642,"stop":1728855954642,"duration":0}},{"uid":"6b819b7f6bbae94d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6b819b7f6bbae94d","status":"passed","time":{"start":1728738169504,"stop":1728738169505,"duration":1}},{"uid":"7b4b2572ae4f4d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b4b2572ae4f4d1","status":"passed","time":{"start":1728682707227,"stop":1728682707227,"duration":0}},{"uid":"199b85a825d7944","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/199b85a825d7944","status":"passed","time":{"start":1728682285117,"stop":1728682285118,"duration":1}},{"uid":"5df18fa95aff6dd6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5df18fa95aff6dd6","status":"passed","time":{"start":1728676761148,"stop":1728676761149,"duration":1}},{"uid":"14c0c0584c39edfc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/14c0c0584c39edfc","status":"passed","time":{"start":1728669488935,"stop":1728669488936,"duration":1}},{"uid":"750a6ab2c9766daa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/750a6ab2c9766daa","status":"passed","time":{"start":1728597819569,"stop":1728597819571,"duration":2}},{"uid":"d50d7c1f24a555ca","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d50d7c1f24a555ca","status":"passed","time":{"start":1728597041917,"stop":1728597041917,"duration":0}}]},"e14c2ea85efe4d83f5c0ec7923c69a53:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16bf0f07f51ec695","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/16bf0f07f51ec695","status":"passed","time":{"start":1729034656464,"stop":1729034656465,"duration":1}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"adfab47939546db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/adfab47939546db","status":"passed","time":{"start":1729034340755,"stop":1729034340755,"duration":0}},{"uid":"eb7ae73e6453c292","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/eb7ae73e6453c292","status":"passed","time":{"start":1729034104176,"stop":1729034104177,"duration":1}},{"uid":"13ab703ba87eb54d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/13ab703ba87eb54d","status":"passed","time":{"start":1729034027742,"stop":1729034027743,"duration":1}},{"uid":"5b2f959ad49276d5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5b2f959ad49276d5","status":"passed","time":{"start":1729033842348,"stop":1729033842349,"duration":1}},{"uid":"ef8c1a5ffb57d420","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ef8c1a5ffb57d420","status":"passed","time":{"start":1729031892047,"stop":1729031892048,"duration":1}},{"uid":"d22d5aaa1c6a0abc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d22d5aaa1c6a0abc","status":"passed","time":{"start":1728901438030,"stop":1728901438030,"duration":0}},{"uid":"3bd54a1ab492d79","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3bd54a1ab492d79","status":"passed","time":{"start":1728892868233,"stop":1728892868234,"duration":1}},{"uid":"376f0ba43360a2ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/376f0ba43360a2ac","status":"passed","time":{"start":1728855831080,"stop":1728855831080,"duration":0}},{"uid":"99778ba07641788d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/99778ba07641788d","status":"passed","time":{"start":1728738048442,"stop":1728738048443,"duration":1}},{"uid":"f525e7f43e88c823","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f525e7f43e88c823","status":"passed","time":{"start":1728682581845,"stop":1728682581846,"duration":1}},{"uid":"9fa0ab3fb10a421e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9fa0ab3fb10a421e","status":"passed","time":{"start":1728682154708,"stop":1728682154709,"duration":1}},{"uid":"bdd9cb9522ea216e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bdd9cb9522ea216e","status":"passed","time":{"start":1728676629301,"stop":1728676629302,"duration":1}},{"uid":"fae8fa71333d9a1d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fae8fa71333d9a1d","status":"passed","time":{"start":1728669352211,"stop":1728669352212,"duration":1}},{"uid":"47abd703b5ef06c2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/47abd703b5ef06c2","status":"passed","time":{"start":1728597693018,"stop":1728597693019,"duration":1}},{"uid":"66e8f3fa64b1a40","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/66e8f3fa64b1a40","status":"passed","time":{"start":1728596912533,"stop":1728596912533,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"24a32122a9f788a0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/24a32122a9f788a0","status":"passed","time":{"start":1729034435019,"stop":1729034435019,"duration":0}},{"uid":"c5fb33c14ee7b8f7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c5fb33c14ee7b8f7","status":"passed","time":{"start":1729034179354,"stop":1729034179354,"duration":0}},{"uid":"2dbb13b85a33bd39","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2dbb13b85a33bd39","status":"passed","time":{"start":1729034120549,"stop":1729034120550,"duration":1}},{"uid":"5a7756e6fe0f2b0e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a7756e6fe0f2b0e","status":"passed","time":{"start":1729033937075,"stop":1729033937082,"duration":7}},{"uid":"e8b15b29d3501807","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8b15b29d3501807","status":"passed","time":{"start":1729031987033,"stop":1729031987033,"duration":0}},{"uid":"cbe7158f3874bec8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cbe7158f3874bec8","status":"passed","time":{"start":1728901546863,"stop":1728901546863,"duration":0}},{"uid":"62e4b972a17398d9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/62e4b972a17398d9","status":"passed","time":{"start":1728892979418,"stop":1728892979418,"duration":0}},{"uid":"e4aec970f36ef695","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e4aec970f36ef695","status":"passed","time":{"start":1728855940957,"stop":1728855940957,"duration":0}},{"uid":"a88cbbd9dea75260","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a88cbbd9dea75260","status":"passed","time":{"start":1728738161106,"stop":1728738161107,"duration":1}},{"uid":"70e340abd817c3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70e340abd817c3f6","status":"passed","time":{"start":1728682691670,"stop":1728682691671,"duration":1}},{"uid":"1060a1b62a611bf8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1060a1b62a611bf8","status":"passed","time":{"start":1728682265766,"stop":1728682265766,"duration":0}},{"uid":"19fb1c94f810c483","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/19fb1c94f810c483","status":"passed","time":{"start":1728676744597,"stop":1728676744597,"duration":0}},{"uid":"9bdb9056f869b1d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9bdb9056f869b1d9","status":"passed","time":{"start":1728669464696,"stop":1728669464696,"duration":0}},{"uid":"c3e49a9bd88af6b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c3e49a9bd88af6b2","status":"passed","time":{"start":1728597804167,"stop":1728597804167,"duration":0}},{"uid":"4b084b924b917273","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4b084b924b917273","status":"passed","time":{"start":1728597021415,"stop":1728597021421,"duration":6}}]},"11005814543dcb8b9b0651fa398c8a65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b38c0c2de24c25dd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b38c0c2de24c25dd","status":"passed","time":{"start":1728901958853,"stop":1728901958854,"duration":1}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6ef42633973d885f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6ef42633973d885f","status":"passed","time":{"start":1729034617765,"stop":1729034617765,"duration":0}},{"uid":"1f7141d735d3911b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1f7141d735d3911b","status":"passed","time":{"start":1729034370886,"stop":1729034370886,"duration":0}},{"uid":"e90fdfc57efd1fb7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e90fdfc57efd1fb7","status":"passed","time":{"start":1729034308882,"stop":1729034308882,"duration":0}},{"uid":"f9ee8d2f0b3e855d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9ee8d2f0b3e855d","status":"passed","time":{"start":1729034129477,"stop":1729034129478,"duration":1}},{"uid":"eda8a5236a69078e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/eda8a5236a69078e","status":"passed","time":{"start":1729032178372,"stop":1729032178372,"duration":0}},{"uid":"752de29736ee48b5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/752de29736ee48b5","status":"passed","time":{"start":1728901896351,"stop":1728901896351,"duration":0}},{"uid":"ad2ffd087726a137","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ad2ffd087726a137","status":"passed","time":{"start":1728893329029,"stop":1728893329029,"duration":0}},{"uid":"7d48dbdda55d52e9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d48dbdda55d52e9","status":"passed","time":{"start":1728856284768,"stop":1728856284768,"duration":0}},{"uid":"8b1705b306a82350","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8b1705b306a82350","status":"passed","time":{"start":1728738494945,"stop":1728738494946,"duration":1}},{"uid":"dbb065291a7ad750","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dbb065291a7ad750","status":"passed","time":{"start":1728683033635,"stop":1728683033635,"duration":0}},{"uid":"f829422ee9331c1a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f829422ee9331c1a","status":"passed","time":{"start":1728682601740,"stop":1728682601740,"duration":0}},{"uid":"661bc5b53b508297","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/661bc5b53b508297","status":"passed","time":{"start":1728677107973,"stop":1728677107974,"duration":1}},{"uid":"6e855b3a49e53190","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e855b3a49e53190","status":"passed","time":{"start":1728669764755,"stop":1728669764755,"duration":0}},{"uid":"21f50e4e92a1356b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/21f50e4e92a1356b","status":"passed","time":{"start":1728598157566,"stop":1728598157567,"duration":1}},{"uid":"64248a291f57c49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/64248a291f57c49","status":"passed","time":{"start":1728597369077,"stop":1728597369077,"duration":0}}]},"1e9d44b6b4358d6a24dc1eaef6fed4e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"632b5a2ef3993860","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/632b5a2ef3993860","status":"passed","time":{"start":1728598221886,"stop":1728598221887,"duration":1}}]},"e76647d6a20a330698731c350a7938e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11bb2116837ffee1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/11bb2116837ffee1","status":"passed","time":{"start":1729034177535,"stop":1729034177535,"duration":0}}]},"611da37aa95972a8718c4178be3e8be6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"222c5943fee68b03","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/222c5943fee68b03","status":"passed","time":{"start":1728597434076,"stop":1728597434076,"duration":0}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d3c643fec7436bca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3c643fec7436bca","status":"passed","time":{"start":1729034611663,"stop":1729034611663,"duration":0}},{"uid":"b2f7a9a0af7497fe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b2f7a9a0af7497fe","status":"passed","time":{"start":1729034393643,"stop":1729034393643,"duration":0}},{"uid":"cfb66e519ef3838b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cfb66e519ef3838b","status":"passed","time":{"start":1729034304836,"stop":1729034304836,"duration":0}},{"uid":"c323a58981009528","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c323a58981009528","status":"passed","time":{"start":1729034121905,"stop":1729034121906,"duration":1}},{"uid":"47b0b564f8c68cda","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/47b0b564f8c68cda","status":"passed","time":{"start":1729032174841,"stop":1729032174841,"duration":0}},{"uid":"cac1f3d8f545cf1d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cac1f3d8f545cf1d","status":"passed","time":{"start":1728901881010,"stop":1728901881011,"duration":1}},{"uid":"2982cff7a6cb2759","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2982cff7a6cb2759","status":"passed","time":{"start":1728893317158,"stop":1728893317159,"duration":1}},{"uid":"2fa7ab1e9c272975","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2fa7ab1e9c272975","status":"passed","time":{"start":1728856263087,"stop":1728856263088,"duration":1}},{"uid":"da502eb4f3f60bcc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da502eb4f3f60bcc","status":"passed","time":{"start":1728738492796,"stop":1728738492797,"duration":1}},{"uid":"2bb3a86445328c7c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2bb3a86445328c7c","status":"passed","time":{"start":1728683030020,"stop":1728683030020,"duration":0}},{"uid":"ccc814d8914328c7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ccc814d8914328c7","status":"passed","time":{"start":1728682581101,"stop":1728682581101,"duration":0}},{"uid":"847d5411e79bd56c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/847d5411e79bd56c","status":"passed","time":{"start":1728677081992,"stop":1728677081992,"duration":0}},{"uid":"fe1734b7cb910eb6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fe1734b7cb910eb6","status":"passed","time":{"start":1728669795393,"stop":1728669795393,"duration":0}},{"uid":"3956cdf312f7fb0f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3956cdf312f7fb0f","status":"passed","time":{"start":1728598137502,"stop":1728598137502,"duration":0}},{"uid":"fe71d927e2738b08","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fe71d927e2738b08","status":"passed","time":{"start":1728597353478,"stop":1728597353478,"duration":0}}]},"a7242667926678b9c69ae91f85b9c887:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1565a99730bc0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c1565a99730bc0e","status":"passed","time":{"start":1729032198819,"stop":1729032198819,"duration":0}}]},"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bdfa54e38ce6e192","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bdfa54e38ce6e192","status":"passed","time":{"start":1729034683700,"stop":1729034683700,"duration":0}},{"uid":"ea3ddd35c514c34d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ea3ddd35c514c34d","status":"passed","time":{"start":1729034458925,"stop":1729034458926,"duration":1}},{"uid":"ec3d6f8c38e2274e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ec3d6f8c38e2274e","status":"passed","time":{"start":1729034372195,"stop":1729034372197,"duration":2}},{"uid":"b742d0527c4c012c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b742d0527c4c012c","status":"passed","time":{"start":1729034191995,"stop":1729034191995,"duration":0}},{"uid":"7deef257c3f6e1ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7deef257c3f6e1ef","status":"passed","time":{"start":1729032246145,"stop":1729032246147,"duration":2}},{"uid":"4b8afdefab5f8cdc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b8afdefab5f8cdc","status":"passed","time":{"start":1728902009943,"stop":1728902009943,"duration":0}},{"uid":"d69ec8927a72d903","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d69ec8927a72d903","status":"passed","time":{"start":1728893442068,"stop":1728893442068,"duration":0}},{"uid":"89896322dfe6e26e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89896322dfe6e26e","status":"passed","time":{"start":1728856390380,"stop":1728856390380,"duration":0}},{"uid":"535c649366c16702","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/535c649366c16702","status":"passed","time":{"start":1728738615985,"stop":1728738615985,"duration":0}},{"uid":"de38297338256484","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de38297338256484","status":"passed","time":{"start":1728683138590,"stop":1728683138590,"duration":0}},{"uid":"d1e366a18f6059fd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d1e366a18f6059fd","status":"passed","time":{"start":1728682713980,"stop":1728682713980,"duration":0}},{"uid":"3c4eba8f7a0cec91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3c4eba8f7a0cec91","status":"passed","time":{"start":1728677205666,"stop":1728677205666,"duration":0}},{"uid":"828fe9f9efde837e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/828fe9f9efde837e","status":"passed","time":{"start":1728669886306,"stop":1728669886306,"duration":0}},{"uid":"b9e4e1fbc5f19e26","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b9e4e1fbc5f19e26","status":"passed","time":{"start":1728598272274,"stop":1728598272274,"duration":0}},{"uid":"b4e8e4714c278320","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b4e8e4714c278320","status":"passed","time":{"start":1728597492996,"stop":1728597492998,"duration":2}}]},"68015748542293fad5ade257abfb114d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"444016408bac9bfb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/444016408bac9bfb","status":"passed","time":{"start":1729034373011,"stop":1729034373011,"duration":0}},{"uid":"42e3acf1db870068","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/42e3acf1db870068","status":"passed","time":{"start":1729034137116,"stop":1729034137116,"duration":0}},{"uid":"6ec9ccbcd3571e68","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6ec9ccbcd3571e68","status":"passed","time":{"start":1729034060046,"stop":1729034060046,"duration":0}},{"uid":"b20358924c201834","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b20358924c201834","status":"passed","time":{"start":1729033875029,"stop":1729033875029,"duration":0}},{"uid":"a47ae542a9fb271f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a47ae542a9fb271f","status":"passed","time":{"start":1729031924909,"stop":1729031924910,"duration":1}},{"uid":"f20f49e9854cf4ce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f20f49e9854cf4ce","status":"passed","time":{"start":1728901469136,"stop":1728901469136,"duration":0}},{"uid":"a580da2ed9007970","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a580da2ed9007970","status":"passed","time":{"start":1728892899801,"stop":1728892899801,"duration":0}},{"uid":"2f6ab5facb4a53b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f6ab5facb4a53b9","status":"passed","time":{"start":1728855863297,"stop":1728855863298,"duration":1}},{"uid":"8e3a47fc0f476d52","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8e3a47fc0f476d52","status":"passed","time":{"start":1728738080958,"stop":1728738080958,"duration":0}},{"uid":"21d7272379017f37","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/21d7272379017f37","status":"passed","time":{"start":1728682614317,"stop":1728682614317,"duration":0}},{"uid":"e80259cef3d32fc6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e80259cef3d32fc6","status":"passed","time":{"start":1728682187222,"stop":1728682187222,"duration":0}},{"uid":"d03b798e5426f593","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d03b798e5426f593","status":"passed","time":{"start":1728676661423,"stop":1728676661423,"duration":0}},{"uid":"7b82da4ee24d640a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7b82da4ee24d640a","status":"passed","time":{"start":1728669384755,"stop":1728669384755,"duration":0}},{"uid":"f18685c18f1251b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f18685c18f1251b5","status":"passed","time":{"start":1728597724212,"stop":1728597724212,"duration":0}},{"uid":"41065e44a630d7f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/41065e44a630d7f8","status":"passed","time":{"start":1728596943266,"stop":1728596943266,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bc04ac9ca34449a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bc04ac9ca34449a3","status":"passed","time":{"start":1729034348761,"stop":1729034348761,"duration":0}},{"uid":"613518cf6bcb33ee","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/613518cf6bcb33ee","status":"passed","time":{"start":1729034112603,"stop":1729034112604,"duration":1}},{"uid":"47e90ba811296c91","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47e90ba811296c91","status":"passed","time":{"start":1729034035871,"stop":1729034035871,"duration":0}},{"uid":"a0c7632ded827cc5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a0c7632ded827cc5","status":"passed","time":{"start":1729033850548,"stop":1729033850548,"duration":0}},{"uid":"498f7e3e7fa99883","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/498f7e3e7fa99883","status":"passed","time":{"start":1729031900271,"stop":1729031900271,"duration":0}},{"uid":"499792a305efd34a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/499792a305efd34a","status":"passed","time":{"start":1728901446176,"stop":1728901446177,"duration":1}},{"uid":"38de2ea82ca8341d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/38de2ea82ca8341d","status":"passed","time":{"start":1728892876477,"stop":1728892876477,"duration":0}},{"uid":"d8d652f4373a6d26","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d8d652f4373a6d26","status":"passed","time":{"start":1728855839198,"stop":1728855839198,"duration":0}},{"uid":"852252de5a4f3cfd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/852252de5a4f3cfd","status":"passed","time":{"start":1728738056464,"stop":1728738056464,"duration":0}},{"uid":"4c393dca3e246ec0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4c393dca3e246ec0","status":"passed","time":{"start":1728682590044,"stop":1728682590044,"duration":0}},{"uid":"440da2aa3bc90802","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/440da2aa3bc90802","status":"passed","time":{"start":1728682162837,"stop":1728682162838,"duration":1}},{"uid":"e2753048e91d1f4b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e2753048e91d1f4b","status":"passed","time":{"start":1728676637411,"stop":1728676637411,"duration":0}},{"uid":"a026bb9c8895fb32","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a026bb9c8895fb32","status":"passed","time":{"start":1728669360493,"stop":1728669360493,"duration":0}},{"uid":"cb92ab289cb1870e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb92ab289cb1870e","status":"passed","time":{"start":1728597701235,"stop":1728597701235,"duration":0}},{"uid":"e3873776cd994ca5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3873776cd994ca5","status":"passed","time":{"start":1728596920370,"stop":1728596920370,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c180e1b9743f644d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c180e1b9743f644d","status":"passed","time":{"start":1729034536776,"stop":1729034536776,"duration":0}},{"uid":"12d0f194c4a08d9e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12d0f194c4a08d9e","status":"passed","time":{"start":1729034307030,"stop":1729034307030,"duration":0}},{"uid":"4c334938d2dc5288","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c334938d2dc5288","status":"passed","time":{"start":1729034223305,"stop":1729034223305,"duration":0}},{"uid":"61c191ff03ad3c94","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/61c191ff03ad3c94","status":"passed","time":{"start":1729034034976,"stop":1729034034977,"duration":1}},{"uid":"317f908294b21ae6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/317f908294b21ae6","status":"passed","time":{"start":1729032066281,"stop":1729032066281,"duration":0}},{"uid":"7c1a826d9a76fc06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7c1a826d9a76fc06","status":"passed","time":{"start":1728901706617,"stop":1728901706618,"duration":1}},{"uid":"82b473966fb0ed0f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/82b473966fb0ed0f","status":"passed","time":{"start":1728893153420,"stop":1728893153421,"duration":1}},{"uid":"88c4efc73a868cb1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/88c4efc73a868cb1","status":"passed","time":{"start":1728856108125,"stop":1728856108125,"duration":0}},{"uid":"a82a94ab2542d72e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a82a94ab2542d72e","status":"passed","time":{"start":1728738316667,"stop":1728738316668,"duration":1}},{"uid":"111e004e8ad715a6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/111e004e8ad715a6","status":"passed","time":{"start":1728682865313,"stop":1728682865314,"duration":1}},{"uid":"3a57be0ca1f4ec40","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a57be0ca1f4ec40","status":"passed","time":{"start":1728682446994,"stop":1728682446994,"duration":0}},{"uid":"33e3282d498faa95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33e3282d498faa95","status":"passed","time":{"start":1728676924477,"stop":1728676924478,"duration":1}},{"uid":"b8feae64873a3953","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b8feae64873a3953","status":"passed","time":{"start":1728669626256,"stop":1728669626256,"duration":0}},{"uid":"4ff909520f6d50ca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ff909520f6d50ca","status":"passed","time":{"start":1728597973671,"stop":1728597973671,"duration":0}},{"uid":"22b9b67217636896","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/22b9b67217636896","status":"passed","time":{"start":1728597188033,"stop":1728597188033,"duration":0}}]},"796376bb3c04f7aaf75473fcf92ed779:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8870b70c3b478355","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8870b70c3b478355","status":"passed","time":{"start":1728901958858,"stop":1728901958859,"duration":1}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d157c8929aa70191","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d157c8929aa70191","status":"passed","time":{"start":1729034704501,"stop":1729034704501,"duration":0}},{"uid":"5cf1c36a0dce689","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5cf1c36a0dce689","status":"passed","time":{"start":1729034474994,"stop":1729034474994,"duration":0}},{"uid":"4a73f9303059e5b2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4a73f9303059e5b2","status":"passed","time":{"start":1729034395295,"stop":1729034395295,"duration":0}},{"uid":"947a755e2de78eca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/947a755e2de78eca","status":"passed","time":{"start":1729034209106,"stop":1729034209106,"duration":0}},{"uid":"c90ff8fd1d96f179","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c90ff8fd1d96f179","status":"passed","time":{"start":1729032264575,"stop":1729032264575,"duration":0}},{"uid":"e0abe8627fc5e570","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e0abe8627fc5e570","status":"passed","time":{"start":1728902012867,"stop":1728902012867,"duration":0}},{"uid":"b730242e5d54a0aa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b730242e5d54a0aa","status":"passed","time":{"start":1728893454817,"stop":1728893454817,"duration":0}},{"uid":"8a1d49b69c3c2995","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8a1d49b69c3c2995","status":"passed","time":{"start":1728856408460,"stop":1728856408460,"duration":0}},{"uid":"cfb0036729c4cc73","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cfb0036729c4cc73","status":"passed","time":{"start":1728738633861,"stop":1728738633861,"duration":0}},{"uid":"88504d470695846a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/88504d470695846a","status":"passed","time":{"start":1728683159794,"stop":1728683159795,"duration":1}},{"uid":"41a39e5ca85f7a2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41a39e5ca85f7a2c","status":"passed","time":{"start":1728682751336,"stop":1728682751337,"duration":1}},{"uid":"9c60986059a010df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9c60986059a010df","status":"passed","time":{"start":1728677216368,"stop":1728677216369,"duration":1}},{"uid":"b30f52010d998704","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b30f52010d998704","status":"passed","time":{"start":1728669925459,"stop":1728669925459,"duration":0}},{"uid":"61350f623ec8ab1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61350f623ec8ab1b","status":"passed","time":{"start":1728598268813,"stop":1728598268813,"duration":0}},{"uid":"e91b830ab8b543e5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e91b830ab8b543e5","status":"passed","time":{"start":1728597503937,"stop":1728597503938,"duration":1}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7549829b2c944fad","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7549829b2c944fad","status":"passed","time":{"start":1729034611651,"stop":1729034611651,"duration":0}},{"uid":"47bfb802e6ee53c5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47bfb802e6ee53c5","status":"passed","time":{"start":1729034393625,"stop":1729034393625,"duration":0}},{"uid":"21ddc327d15b123f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/21ddc327d15b123f","status":"passed","time":{"start":1729034304797,"stop":1729034304798,"duration":1}},{"uid":"a98a81f6745f52ba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a98a81f6745f52ba","status":"passed","time":{"start":1729034121882,"stop":1729034121882,"duration":0}},{"uid":"dfdb4bc80db7e2f7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dfdb4bc80db7e2f7","status":"passed","time":{"start":1729032174795,"stop":1729032174796,"duration":1}},{"uid":"1054324e19c671a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1054324e19c671a6","status":"passed","time":{"start":1728901881002,"stop":1728901881002,"duration":0}},{"uid":"9ce1ef937476ceec","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9ce1ef937476ceec","status":"passed","time":{"start":1728893317130,"stop":1728893317130,"duration":0}},{"uid":"c69215cf870cfe5f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c69215cf870cfe5f","status":"passed","time":{"start":1728856263063,"stop":1728856263063,"duration":0}},{"uid":"b1cedaa9de56ce8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b1cedaa9de56ce8","status":"passed","time":{"start":1728738492782,"stop":1728738492783,"duration":1}},{"uid":"68a6f7054adbff65","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/68a6f7054adbff65","status":"passed","time":{"start":1728683030006,"stop":1728683030006,"duration":0}},{"uid":"5312d8558b4b5f59","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5312d8558b4b5f59","status":"passed","time":{"start":1728682581062,"stop":1728682581064,"duration":2}},{"uid":"6808a8428f623d95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6808a8428f623d95","status":"passed","time":{"start":1728677081982,"stop":1728677081982,"duration":0}},{"uid":"5a91d1da04c9896c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5a91d1da04c9896c","status":"passed","time":{"start":1728669795382,"stop":1728669795383,"duration":1}},{"uid":"a5acc6718b87efd7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a5acc6718b87efd7","status":"passed","time":{"start":1728598137490,"stop":1728598137491,"duration":1}},{"uid":"c0a1564b93ab4323","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c0a1564b93ab4323","status":"passed","time":{"start":1728597353470,"stop":1728597353471,"duration":1}}]},"d4b058c0e8571d06822fd4e3502a35da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39aa39a7de9a704c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/39aa39a7de9a704c","status":"passed","time":{"start":1729032206889,"stop":1729032206890,"duration":1}}]},"f47fc30cbd150bd56a5c09acca94d7ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa0f26de70f5dbc3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa0f26de70f5dbc3","status":"passed","time":{"start":1728682652693,"stop":1728682652694,"duration":1}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"658fa45bf6762a68","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/658fa45bf6762a68","status":"passed","time":{"start":1729034704491,"stop":1729034704491,"duration":0}},{"uid":"2a60109ed875bd69","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2a60109ed875bd69","status":"passed","time":{"start":1729034474979,"stop":1729034474982,"duration":3}},{"uid":"434c9cbbf23e7bb8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/434c9cbbf23e7bb8","status":"passed","time":{"start":1729034395287,"stop":1729034395287,"duration":0}},{"uid":"d1724edeb1c36b02","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1724edeb1c36b02","status":"passed","time":{"start":1729034209090,"stop":1729034209090,"duration":0}},{"uid":"7bf7b2a77988074f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7bf7b2a77988074f","status":"passed","time":{"start":1729032264560,"stop":1729032264561,"duration":1}},{"uid":"6740ab08f04e0c95","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6740ab08f04e0c95","status":"passed","time":{"start":1728902012833,"stop":1728902012838,"duration":5}},{"uid":"9d410b0e86241812","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9d410b0e86241812","status":"passed","time":{"start":1728893454807,"stop":1728893454808,"duration":1}},{"uid":"e71358d0937a6e3a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e71358d0937a6e3a","status":"passed","time":{"start":1728856408448,"stop":1728856408449,"duration":1}},{"uid":"c84a69e39696b2a9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c84a69e39696b2a9","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"76b80ca6a755773c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/76b80ca6a755773c","status":"passed","time":{"start":1728683159746,"stop":1728683159747,"duration":1}},{"uid":"c5dbbac90815a37e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c5dbbac90815a37e","status":"passed","time":{"start":1728682751325,"stop":1728682751325,"duration":0}},{"uid":"9b4053c9e45af348","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9b4053c9e45af348","status":"passed","time":{"start":1728677216351,"stop":1728677216352,"duration":1}},{"uid":"cade495d863a082","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cade495d863a082","status":"passed","time":{"start":1728669925449,"stop":1728669925449,"duration":0}},{"uid":"9bda5e27de4791f4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9bda5e27de4791f4","status":"passed","time":{"start":1728598268797,"stop":1728598268798,"duration":1}},{"uid":"fa16a7c821174f8c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fa16a7c821174f8c","status":"passed","time":{"start":1728597503908,"stop":1728597503909,"duration":1}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"87d341385a21bbcf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/87d341385a21bbcf","status":"passed","time":{"start":1729034472950,"stop":1729034472951,"duration":1}},{"uid":"20ee6b9100d9517f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/20ee6b9100d9517f","status":"passed","time":{"start":1729034240917,"stop":1729034240917,"duration":0}},{"uid":"823b3d962e9900be","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/823b3d962e9900be","status":"passed","time":{"start":1729034159614,"stop":1729034159615,"duration":1}},{"uid":"269f118261b0e78c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/269f118261b0e78c","status":"passed","time":{"start":1729033976796,"stop":1729033976797,"duration":1}},{"uid":"af7657b85c70b549","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/af7657b85c70b549","status":"passed","time":{"start":1729032020518,"stop":1729032020518,"duration":0}},{"uid":"6d37b459b1fdaed1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6d37b459b1fdaed1","status":"passed","time":{"start":1728901616429,"stop":1728901616432,"duration":3}},{"uid":"e6421668a05b8ee0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e6421668a05b8ee0","status":"passed","time":{"start":1728893050244,"stop":1728893050244,"duration":0}},{"uid":"e068b195add34832","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e068b195add34832","status":"passed","time":{"start":1728856015170,"stop":1728856015171,"duration":1}},{"uid":"a57cc04f8fb431b2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a57cc04f8fb431b2","status":"passed","time":{"start":1728738233137,"stop":1728738233137,"duration":0}},{"uid":"be1b543a65a6dce4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be1b543a65a6dce4","status":"passed","time":{"start":1728682762471,"stop":1728682762471,"duration":0}},{"uid":"6ec9fe80cbb9c434","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6ec9fe80cbb9c434","status":"passed","time":{"start":1728682332785,"stop":1728682332786,"duration":1}},{"uid":"284e3ef92544cfe8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/284e3ef92544cfe8","status":"passed","time":{"start":1728676810290,"stop":1728676810291,"duration":1}},{"uid":"681bd845246c9b1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/681bd845246c9b1","status":"passed","time":{"start":1728669529893,"stop":1728669529893,"duration":0}},{"uid":"3e4b20af5af1c151","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3e4b20af5af1c151","status":"passed","time":{"start":1728597873533,"stop":1728597873533,"duration":0}},{"uid":"16373738a7068d6f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/16373738a7068d6f","status":"passed","time":{"start":1728597089273,"stop":1728597089273,"duration":0}}]},"23d517e13ece01396f6c702e76e088c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a0e0e168e9ed429","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a0e0e168e9ed429","status":"passed","time":{"start":1728598221895,"stop":1728598221896,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"c1eb573f3dbbedbe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c1eb573f3dbbedbe","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034636323,"stop":1729034636323,"duration":0}},{"uid":"62bf482425ff9eae","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/62bf482425ff9eae","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034402289,"stop":1729034402289,"duration":0}},{"uid":"a316d08b7c047343","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a316d08b7c047343","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034323318,"stop":1729034323318,"duration":0}},{"uid":"3b34472644dd6906","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b34472644dd6906","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034144773,"stop":1729034144773,"duration":0}},{"uid":"61262f431596157e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61262f431596157e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032198828,"stop":1729032198828,"duration":0}},{"uid":"c8d6daa6f0ed419b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c8d6daa6f0ed419b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901901777,"stop":1728901901778,"duration":1}},{"uid":"7a708956aaf0954d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7a708956aaf0954d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893337258,"stop":1728893337258,"duration":0}},{"uid":"4a3dbc2284a95a54","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4a3dbc2284a95a54","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299202,"stop":1728856299203,"duration":1}},{"uid":"9f3145aecda8d34a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9f3145aecda8d34a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738505393,"stop":1728738505393,"duration":0}},{"uid":"405b9d6d9a59ec5d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/405b9d6d9a59ec5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683045454,"stop":1728683045454,"duration":0}},{"uid":"9d7c582bcce86eed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9d7c582bcce86eed","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682607299,"stop":1728682607299,"duration":0}},{"uid":"223585277a1c27f9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/223585277a1c27f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677103503,"stop":1728677103503,"duration":0}},{"uid":"7859b9060fe855b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7859b9060fe855b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669777142,"stop":1728669777143,"duration":1}},{"uid":"46f91231e3b37bed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/46f91231e3b37bed","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598163471,"stop":1728598163471,"duration":0}},{"uid":"eb2838b2c9c79abe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb2838b2c9c79abe","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597375492,"stop":1728597375492,"duration":0}}]},"e9a374902158d75ca40432969b8dfbd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5fee5c729271ec96","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5fee5c729271ec96","status":"passed","time":{"start":1729034169450,"stop":1729034169450,"duration":0}}]},"5e98c60e8b9132c6987eaf06ec6f0ba3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"409d6253c600e90d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/409d6253c600e90d","status":"passed","time":{"start":1728856284774,"stop":1728856284775,"duration":1}}]},"444da6bf5e3df3b1ec7a4cf0fcacd8ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f3880ed46e2de5a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f3880ed46e2de5a","status":"passed","time":{"start":1728669866479,"stop":1728669866480,"duration":1}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"be0563a54f5007b1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be0563a54f5007b1","status":"passed","time":{"start":1729034506803,"stop":1729034506804,"duration":1}},{"uid":"d90fbe9876b69f15","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d90fbe9876b69f15","status":"passed","time":{"start":1729034259827,"stop":1729034259829,"duration":2}},{"uid":"30154175fa167373","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/30154175fa167373","status":"passed","time":{"start":1729034194033,"stop":1729034194034,"duration":1}},{"uid":"eff1ea13d123020f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eff1ea13d123020f","status":"passed","time":{"start":1729034014880,"stop":1729034014880,"duration":0}},{"uid":"7ed6c36b04328267","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7ed6c36b04328267","status":"passed","time":{"start":1729032065460,"stop":1729032065460,"duration":0}},{"uid":"90a9977f566edfb4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/90a9977f566edfb4","status":"passed","time":{"start":1728901664284,"stop":1728901664284,"duration":0}},{"uid":"e2b0d079f0088b20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e2b0d079f0088b20","status":"passed","time":{"start":1728893093694,"stop":1728893093694,"duration":0}},{"uid":"7ad346a0133a3c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7ad346a0133a3c4","status":"passed","time":{"start":1728856055275,"stop":1728856055276,"duration":1}},{"uid":"aafccf020567964f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aafccf020567964f","status":"passed","time":{"start":1728738274747,"stop":1728738274748,"duration":1}},{"uid":"b446969ab1558318","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b446969ab1558318","status":"passed","time":{"start":1728682807962,"stop":1728682807963,"duration":1}},{"uid":"2018a3862cda2451","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2018a3862cda2451","status":"passed","time":{"start":1728682381291,"stop":1728682381291,"duration":0}},{"uid":"508a52c4b3ed7d9e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/508a52c4b3ed7d9e","status":"passed","time":{"start":1728676853904,"stop":1728676853904,"duration":0}},{"uid":"4c8a355f8162119a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4c8a355f8162119a","status":"passed","time":{"start":1728669581700,"stop":1728669581700,"duration":0}},{"uid":"864b6cbdea417109","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/864b6cbdea417109","status":"passed","time":{"start":1728597923494,"stop":1728597923495,"duration":1}},{"uid":"57b4f6d0b9aba686","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/57b4f6d0b9aba686","status":"passed","time":{"start":1728597132267,"stop":1728597132267,"duration":0}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7b863421a8487eae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b863421a8487eae","status":"passed","time":{"start":1729034356475,"stop":1729034356475,"duration":0}},{"uid":"b0a9f83aea09a6f8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b0a9f83aea09a6f8","status":"passed","time":{"start":1729034120501,"stop":1729034120501,"duration":0}},{"uid":"f0347586aa8106a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f0347586aa8106a8","status":"passed","time":{"start":1729033858271,"stop":1729033858271,"duration":0}},{"uid":"65d4ffcb4fd24e44","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/65d4ffcb4fd24e44","status":"passed","time":{"start":1729031908177,"stop":1729031908177,"duration":0}},{"uid":"8a6883f5a6eda6f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8a6883f5a6eda6f","status":"passed","time":{"start":1728901453934,"stop":1728901453934,"duration":0}},{"uid":"7cc52a742d208b89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7cc52a742d208b89","status":"passed","time":{"start":1728892884410,"stop":1728892884410,"duration":0}},{"uid":"35f1134e419df7a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/35f1134e419df7a9","status":"passed","time":{"start":1728855846879,"stop":1728855846879,"duration":0}},{"uid":"b692f46a1f21ab73","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b692f46a1f21ab73","status":"passed","time":{"start":1728738064183,"stop":1728738064183,"duration":0}},{"uid":"90bc9b5c76f54817","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/90bc9b5c76f54817","status":"passed","time":{"start":1728682597761,"stop":1728682597761,"duration":0}},{"uid":"d3192aebb847ee42","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d3192aebb847ee42","status":"passed","time":{"start":1728682170540,"stop":1728682170540,"duration":0}},{"uid":"1007eaee4a46bde","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1007eaee4a46bde","status":"passed","time":{"start":1728676645200,"stop":1728676645200,"duration":0}},{"uid":"db9e59ca5103ddf9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/db9e59ca5103ddf9","status":"passed","time":{"start":1728669368195,"stop":1728669368195,"duration":0}},{"uid":"cb1c68f4613f9cbe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb1c68f4613f9cbe","status":"passed","time":{"start":1728597709011,"stop":1728597709012,"duration":1}},{"uid":"6ffb383c85b44a03","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ffb383c85b44a03","status":"passed","time":{"start":1728596928106,"stop":1728596928106,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ac079bd10eee4b87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac079bd10eee4b87","status":"passed","time":{"start":1729034360435,"stop":1729034360435,"duration":0}},{"uid":"6bf4faf16e7dbba6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6bf4faf16e7dbba6","status":"passed","time":{"start":1729034124361,"stop":1729034124361,"duration":0}},{"uid":"c824a1fe4d8387aa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c824a1fe4d8387aa","status":"passed","time":{"start":1729034047483,"stop":1729034047483,"duration":0}},{"uid":"487d0674ccbd76d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/487d0674ccbd76d7","status":"passed","time":{"start":1729033862328,"stop":1729033862328,"duration":0}},{"uid":"661f55cbf110947","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/661f55cbf110947","status":"passed","time":{"start":1729031912068,"stop":1729031912069,"duration":1}},{"uid":"e03b78d84de848db","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e03b78d84de848db","status":"passed","time":{"start":1728901457815,"stop":1728901457816,"duration":1}},{"uid":"e914f1c821d19121","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e914f1c821d19121","status":"passed","time":{"start":1728892888299,"stop":1728892888299,"duration":0}},{"uid":"6c5c38635cc8e056","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c5c38635cc8e056","status":"passed","time":{"start":1728855850787,"stop":1728855850787,"duration":0}},{"uid":"4757f9cdc65d9350","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4757f9cdc65d9350","status":"passed","time":{"start":1728738068162,"stop":1728738068162,"duration":0}},{"uid":"23792f8d2fb9c081","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23792f8d2fb9c081","status":"passed","time":{"start":1728682601672,"stop":1728682601672,"duration":0}},{"uid":"fd8462271bbf16db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fd8462271bbf16db","status":"passed","time":{"start":1728682174564,"stop":1728682174564,"duration":0}},{"uid":"e5b9571263b755c2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5b9571263b755c2","status":"passed","time":{"start":1728676648930,"stop":1728676648930,"duration":0}},{"uid":"ed6d0a89552e897d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed6d0a89552e897d","status":"passed","time":{"start":1728669372209,"stop":1728669372209,"duration":0}},{"uid":"c63d4ea08578cf1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c63d4ea08578cf1b","status":"passed","time":{"start":1728597712759,"stop":1728597712759,"duration":0}},{"uid":"cbd3876836a3713b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbd3876836a3713b","status":"passed","time":{"start":1728596931865,"stop":1728596931865,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"386924099e8ac11b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/386924099e8ac11b","status":"passed","time":{"start":1729034617756,"stop":1729034617756,"duration":0}},{"uid":"22b5132e023f2c05","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22b5132e023f2c05","status":"passed","time":{"start":1729034370864,"stop":1729034370865,"duration":1}},{"uid":"e737d1a017bb7598","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e737d1a017bb7598","status":"passed","time":{"start":1729034308868,"stop":1729034308869,"duration":1}},{"uid":"b8580d4d4d677a38","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b8580d4d4d677a38","status":"passed","time":{"start":1729034129472,"stop":1729034129472,"duration":0}},{"uid":"5b24df57978ead49","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b24df57978ead49","status":"passed","time":{"start":1729032178365,"stop":1729032178366,"duration":1}},{"uid":"f847aac818cb16de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f847aac818cb16de","status":"passed","time":{"start":1728901896344,"stop":1728901896344,"duration":0}},{"uid":"5cc1b51e350b98e9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5cc1b51e350b98e9","status":"passed","time":{"start":1728893329022,"stop":1728893329023,"duration":1}},{"uid":"45f9bd8442db7b65","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/45f9bd8442db7b65","status":"passed","time":{"start":1728856284760,"stop":1728856284760,"duration":0}},{"uid":"648170192525f051","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/648170192525f051","status":"passed","time":{"start":1728738494937,"stop":1728738494938,"duration":1}},{"uid":"7ffcb4c9df19a92e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ffcb4c9df19a92e","status":"passed","time":{"start":1728683033629,"stop":1728683033630,"duration":1}},{"uid":"b3016975e92d9a6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3016975e92d9a6","status":"passed","time":{"start":1728682601734,"stop":1728682601734,"duration":0}},{"uid":"257677c716eb1249","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/257677c716eb1249","status":"passed","time":{"start":1728677107959,"stop":1728677107959,"duration":0}},{"uid":"2f5ed9ceb9080e9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f5ed9ceb9080e9","status":"passed","time":{"start":1728669764749,"stop":1728669764749,"duration":0}},{"uid":"f7327e4a5fc3c4ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f7327e4a5fc3c4ac","status":"passed","time":{"start":1728598157560,"stop":1728598157560,"duration":0}},{"uid":"ede6a1de6fad41a6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ede6a1de6fad41a6","status":"passed","time":{"start":1728597369059,"stop":1728597369059,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9d0007188e90e449","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9d0007188e90e449","status":"passed","time":{"start":1729034704508,"stop":1729034704508,"duration":0}},{"uid":"b6b18d1fe3fd5ac9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b6b18d1fe3fd5ac9","status":"passed","time":{"start":1729034475012,"stop":1729034475012,"duration":0}},{"uid":"395fecaac3430cde","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/395fecaac3430cde","status":"passed","time":{"start":1729034395302,"stop":1729034395302,"duration":0}},{"uid":"9700892e3d809c64","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9700892e3d809c64","status":"passed","time":{"start":1729034209123,"stop":1729034209127,"duration":4}},{"uid":"39f835e7972011e8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/39f835e7972011e8","status":"passed","time":{"start":1729032264600,"stop":1729032264600,"duration":0}},{"uid":"d3c15d59d633770c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d3c15d59d633770c","status":"passed","time":{"start":1728902012880,"stop":1728902012890,"duration":10}},{"uid":"a5438fd1f6aa115c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a5438fd1f6aa115c","status":"passed","time":{"start":1728893454825,"stop":1728893454825,"duration":0}},{"uid":"2b84e5c9d64d4c04","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b84e5c9d64d4c04","status":"passed","time":{"start":1728856408468,"stop":1728856408468,"duration":0}},{"uid":"2920e66ca90df7a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2920e66ca90df7a2","status":"passed","time":{"start":1728738633874,"stop":1728738633874,"duration":0}},{"uid":"d0f1f26712cb9cfb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0f1f26712cb9cfb","status":"passed","time":{"start":1728683159825,"stop":1728683159825,"duration":0}},{"uid":"240a0bb5c7a2de4d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/240a0bb5c7a2de4d","status":"passed","time":{"start":1728682751346,"stop":1728682751346,"duration":0}},{"uid":"6afaa5e8c3af18a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6afaa5e8c3af18a1","status":"passed","time":{"start":1728677216377,"stop":1728677216378,"duration":1}},{"uid":"8bc7451841da2dce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bc7451841da2dce","status":"passed","time":{"start":1728669925467,"stop":1728669925467,"duration":0}},{"uid":"cfa6bc36ad564fcc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cfa6bc36ad564fcc","status":"passed","time":{"start":1728598268820,"stop":1728598268821,"duration":1}},{"uid":"ed745da885e79c82","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed745da885e79c82","status":"passed","time":{"start":1728597503952,"stop":1728597503953,"duration":1}}]},"619a361ae3ab3087df533de42438dd5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"936791ecf2327fac","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/936791ecf2327fac","status":"passed","time":{"start":1728669866481,"stop":1728669866482,"duration":1}}]},"c653f0e60f046b1a827dcac504e06b7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"298c4952ee707719","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/298c4952ee707719","status":"passed","time":{"start":1729032198819,"stop":1729032198822,"duration":3}}]},"740fe27faa4ae25229294744b2f023f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cff10178e8195c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cff10178e8195c6","status":"passed","time":{"start":1729032235308,"stop":1729032235308,"duration":0}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"591cc537101be78","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/591cc537101be78","status":"passed","time":{"start":1729034398720,"stop":1729034398721,"duration":1}},{"uid":"a5d37ca294f3d461","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a5d37ca294f3d461","status":"passed","time":{"start":1729034163592,"stop":1729034163593,"duration":1}},{"uid":"8b54e417ca44dc9d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8b54e417ca44dc9d","status":"passed","time":{"start":1729034085356,"stop":1729034085357,"duration":1}},{"uid":"67068f3dd6f6f81d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67068f3dd6f6f81d","status":"passed","time":{"start":1729033899383,"stop":1729033899384,"duration":1}},{"uid":"22abb782a7f5cb72","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22abb782a7f5cb72","status":"passed","time":{"start":1729031949749,"stop":1729031949751,"duration":2}},{"uid":"7dd9309cbcdbfa38","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7dd9309cbcdbfa38","status":"passed","time":{"start":1728901497250,"stop":1728901497250,"duration":0}},{"uid":"3f9de7e61e8224a7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3f9de7e61e8224a7","status":"passed","time":{"start":1728892931615,"stop":1728892931615,"duration":0}},{"uid":"294106fbc86c7c1e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/294106fbc86c7c1e","status":"passed","time":{"start":1728855891085,"stop":1728855891085,"duration":0}},{"uid":"d2ad621d2ee5e6c1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d2ad621d2ee5e6c1","status":"passed","time":{"start":1728738108305,"stop":1728738108306,"duration":1}},{"uid":"664b96abe686a45e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/664b96abe686a45e","status":"passed","time":{"start":1728682642731,"stop":1728682642732,"duration":1}},{"uid":"72d4ad8141a7a974","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/72d4ad8141a7a974","status":"passed","time":{"start":1728682214717,"stop":1728682214717,"duration":0}},{"uid":"dda84f2aff8bf7be","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dda84f2aff8bf7be","status":"passed","time":{"start":1728676692178,"stop":1728676692178,"duration":0}},{"uid":"83b391524ed0960a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83b391524ed0960a","status":"passed","time":{"start":1728669416672,"stop":1728669416673,"duration":1}},{"uid":"7f2e5d090dfcef58","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7f2e5d090dfcef58","status":"passed","time":{"start":1728597754024,"stop":1728597754024,"duration":0}},{"uid":"f0c22fede750cceb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c22fede750cceb","status":"passed","time":{"start":1728596972641,"stop":1728596972641,"duration":0}}]},"9b43b62ad1663b1a7af4a219333e2181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c8fa368ccd93cfb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2c8fa368ccd93cfb","status":"passed","time":{"start":1729034428553,"stop":1729034428553,"duration":0}}]},"ed7893dd77eaa8957a9eba62abe55d10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5429fb134d3d457","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d5429fb134d3d457","status":"passed","time":{"start":1728677163582,"stop":1728677163582,"duration":0}}]},"edb2fc7a7048c5434f6fc09e82042d79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"799d487319f4248c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/799d487319f4248c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660885,"stop":1728676660885,"duration":0}},{"uid":"c301563987e8aece","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c301563987e8aece","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384120,"stop":1728669384120,"duration":0}}]},"8652f1572f659240ac75fc728d475bf0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7e183aabf0ac7f0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7e183aabf0ac7f0","status":"passed","time":{"start":1729034169449,"stop":1729034169449,"duration":0}}]},"74269ab43c6afe7c386969521118db94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d10033b125dbb8c5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d10033b125dbb8c5","status":"passed","time":{"start":1728682652692,"stop":1728682652692,"duration":0}}]},"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"71cf9d0267c462df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/71cf9d0267c462df","status":"passed","time":{"start":1729034332637,"stop":1729034332637,"duration":0}},{"uid":"33031c2ced4ff993","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/33031c2ced4ff993","status":"passed","time":{"start":1729034096137,"stop":1729034096137,"duration":0}},{"uid":"fd6dc20ee2b1edeb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fd6dc20ee2b1edeb","status":"passed","time":{"start":1729034020094,"stop":1729034020094,"duration":0}},{"uid":"c746b2a6093af86e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c746b2a6093af86e","status":"passed","time":{"start":1729033834390,"stop":1729033834390,"duration":0}},{"uid":"56a32d8cd579e38c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/56a32d8cd579e38c","status":"passed","time":{"start":1729031884123,"stop":1729031884124,"duration":1}},{"uid":"b28ea6bd47c28160","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b28ea6bd47c28160","status":"passed","time":{"start":1728901430257,"stop":1728901430257,"duration":0}},{"uid":"2344a488a6963fb0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2344a488a6963fb0","status":"passed","time":{"start":1728892860536,"stop":1728892860536,"duration":0}},{"uid":"85bdb71ad87304c5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/85bdb71ad87304c5","status":"passed","time":{"start":1728855823325,"stop":1728855823325,"duration":0}},{"uid":"1a1d568860907e58","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a1d568860907e58","status":"passed","time":{"start":1728738040606,"stop":1728738040606,"duration":0}},{"uid":"23cb89084b61a685","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23cb89084b61a685","status":"passed","time":{"start":1728682574096,"stop":1728682574096,"duration":0}},{"uid":"ed0d167e9494da43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ed0d167e9494da43","status":"passed","time":{"start":1728682146820,"stop":1728682146821,"duration":1}},{"uid":"2eee28aeb2428352","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2eee28aeb2428352","status":"passed","time":{"start":1728676621435,"stop":1728676621436,"duration":1}},{"uid":"5123d43198e8e29e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5123d43198e8e29e","status":"passed","time":{"start":1728669344471,"stop":1728669344471,"duration":0}},{"uid":"8c294d533764d25","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8c294d533764d25","status":"passed","time":{"start":1728597685165,"stop":1728597685165,"duration":0}},{"uid":"8dbc064b55e1910f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8dbc064b55e1910f","status":"passed","time":{"start":1728596904472,"stop":1728596904473,"duration":1}}]},"0adba417ea17e0e8dd46e9764433bfcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6c602cec387bf1f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c6c602cec387bf1f","status":"passed","time":{"start":1728598212611,"stop":1728598212611,"duration":0}}]},"437176db3f64a6ff018ea9e43c08ab9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"be68131bb5454729","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/be68131bb5454729","status":"passed","time":{"start":1729034348217,"stop":1729034348217,"duration":0}}]},"447c91f17cfaa5ba2c3075aed78b63b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"27a2f4f4795ebb4f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27a2f4f4795ebb4f","status":"passed","time":{"start":1729034348296,"stop":1729034348297,"duration":1}},{"uid":"57c4563c28301de2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/57c4563c28301de2","status":"passed","time":{"start":1729034111876,"stop":1729034111876,"duration":0}},{"uid":"8887686ec38b19e3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8887686ec38b19e3","status":"passed","time":{"start":1729034034979,"stop":1729034034980,"duration":1}},{"uid":"8189387eb3478021","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8189387eb3478021","status":"passed","time":{"start":1729033849393,"stop":1729033849393,"duration":0}},{"uid":"abb65b7460a110c8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/abb65b7460a110c8","status":"passed","time":{"start":1729031899547,"stop":1729031899548,"duration":1}},{"uid":"b7c98e871ea11169","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c98e871ea11169","status":"passed","time":{"start":1728901444841,"stop":1728901444842,"duration":1}},{"uid":"d892f06046cfa219","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d892f06046cfa219","status":"passed","time":{"start":1728892875614,"stop":1728892875615,"duration":1}},{"uid":"c549509b9230373b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c549509b9230373b","status":"passed","time":{"start":1728855838489,"stop":1728855838490,"duration":1}},{"uid":"6be459fd33999df2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6be459fd33999df2","status":"passed","time":{"start":1728738055451,"stop":1728738055452,"duration":1}},{"uid":"6714ff2cb7bcb81d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6714ff2cb7bcb81d","status":"passed","time":{"start":1728682589263,"stop":1728682589263,"duration":0}},{"uid":"ccbbcfb8314925db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ccbbcfb8314925db","status":"passed","time":{"start":1728682162181,"stop":1728682162182,"duration":1}},{"uid":"18860bf7c4ff2ca2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18860bf7c4ff2ca2","status":"passed","time":{"start":1728676636508,"stop":1728676636513,"duration":5}},{"uid":"98a772cce8cb066b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98a772cce8cb066b","status":"passed","time":{"start":1728669359847,"stop":1728669359847,"duration":0}},{"uid":"5c176a5035df9d42","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5c176a5035df9d42","status":"passed","time":{"start":1728597699701,"stop":1728597699703,"duration":2}},{"uid":"d64eb5e285f1e52d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d64eb5e285f1e52d","status":"passed","time":{"start":1728596919893,"stop":1728596919893,"duration":0}}]},"5a393d14c60c7f3cee68ef18453908a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18d077d0a4b4dbcf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/18d077d0a4b4dbcf","status":"passed","time":{"start":1729034308905,"stop":1729034308907,"duration":2}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ee696c8f882c5b51","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee696c8f882c5b51","status":"passed","time":{"start":1729034617767,"stop":1729034617768,"duration":1}},{"uid":"3e2eae679da4dcf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3e2eae679da4dcf","status":"passed","time":{"start":1729034370904,"stop":1729034370914,"duration":10}},{"uid":"a749461c0f1851fd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a749461c0f1851fd","status":"passed","time":{"start":1729034308899,"stop":1729034308899,"duration":0}},{"uid":"215e4b969d76f202","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/215e4b969d76f202","status":"passed","time":{"start":1729034129480,"stop":1729034129480,"duration":0}},{"uid":"e05e90fe9a7420c4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e05e90fe9a7420c4","status":"passed","time":{"start":1729032178377,"stop":1729032178377,"duration":0}},{"uid":"d679828cd00596f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d679828cd00596f","status":"passed","time":{"start":1728901896354,"stop":1728901896354,"duration":0}},{"uid":"80c8ccff4cdc1a81","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/80c8ccff4cdc1a81","status":"passed","time":{"start":1728893329035,"stop":1728893329036,"duration":1}},{"uid":"65b48f11ffd3c94d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/65b48f11ffd3c94d","status":"passed","time":{"start":1728856284771,"stop":1728856284772,"duration":1}},{"uid":"8da06bdc8d43ba38","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8da06bdc8d43ba38","status":"passed","time":{"start":1728738494948,"stop":1728738494948,"duration":0}},{"uid":"b4733362734ae1a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b4733362734ae1a","status":"passed","time":{"start":1728683033638,"stop":1728683033638,"duration":0}},{"uid":"6e1d428b556d76de","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6e1d428b556d76de","status":"passed","time":{"start":1728682601746,"stop":1728682601746,"duration":0}},{"uid":"39217593825f2dd3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/39217593825f2dd3","status":"passed","time":{"start":1728677107985,"stop":1728677107985,"duration":0}},{"uid":"60acda0c01b26d2f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/60acda0c01b26d2f","status":"passed","time":{"start":1728669764759,"stop":1728669764759,"duration":0}},{"uid":"da6b71bea047eb22","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/da6b71bea047eb22","status":"passed","time":{"start":1728598157577,"stop":1728598157577,"duration":0}},{"uid":"25266d39c958c7e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/25266d39c958c7e8","status":"passed","time":{"start":1728597369086,"stop":1728597369086,"duration":0}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5cc5afb8a752a4bd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5cc5afb8a752a4bd","status":"passed","time":{"start":1729034360434,"stop":1729034360435,"duration":1}},{"uid":"6e0ee70c4d366303","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6e0ee70c4d366303","status":"passed","time":{"start":1729034124361,"stop":1729034124361,"duration":0}},{"uid":"7fc101e3c9bfa03e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7fc101e3c9bfa03e","status":"passed","time":{"start":1729034047483,"stop":1729034047483,"duration":0}},{"uid":"9c5f8fb7ea31cccd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9c5f8fb7ea31cccd","status":"passed","time":{"start":1729033862327,"stop":1729033862327,"duration":0}},{"uid":"45e5616a9215fe7b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45e5616a9215fe7b","status":"passed","time":{"start":1729031912068,"stop":1729031912068,"duration":0}},{"uid":"6982248ec6231178","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6982248ec6231178","status":"passed","time":{"start":1728901457815,"stop":1728901457815,"duration":0}},{"uid":"47fa09290e975357","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/47fa09290e975357","status":"passed","time":{"start":1728892888299,"stop":1728892888299,"duration":0}},{"uid":"be401278cf801206","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be401278cf801206","status":"passed","time":{"start":1728855850786,"stop":1728855850787,"duration":1}},{"uid":"684365258ef9822d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/684365258ef9822d","status":"passed","time":{"start":1728738068162,"stop":1728738068162,"duration":0}},{"uid":"2fd73b922abb58a7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2fd73b922abb58a7","status":"passed","time":{"start":1728682601671,"stop":1728682601672,"duration":1}},{"uid":"a853faecfa65f4c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a853faecfa65f4c0","status":"passed","time":{"start":1728682174563,"stop":1728682174564,"duration":1}},{"uid":"f1f0a49ee8e028d9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f1f0a49ee8e028d9","status":"passed","time":{"start":1728676648929,"stop":1728676648930,"duration":1}},{"uid":"2b0eb7438c893caa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b0eb7438c893caa","status":"passed","time":{"start":1728669372209,"stop":1728669372209,"duration":0}},{"uid":"4b4478f49b3a168d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b4478f49b3a168d","status":"passed","time":{"start":1728597712758,"stop":1728597712759,"duration":1}},{"uid":"851ac8618c8eed81","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/851ac8618c8eed81","status":"passed","time":{"start":1728596931865,"stop":1728596931865,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"79fb694d1d3a0337","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79fb694d1d3a0337","status":"passed","time":{"start":1729034348761,"stop":1729034348761,"duration":0}},{"uid":"dfe528942ecd642a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dfe528942ecd642a","status":"passed","time":{"start":1729034112604,"stop":1729034112604,"duration":0}},{"uid":"e021622fbb211ee7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e021622fbb211ee7","status":"passed","time":{"start":1729034035872,"stop":1729034035872,"duration":0}},{"uid":"6edbf3fd0fe60fae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6edbf3fd0fe60fae","status":"passed","time":{"start":1729033850548,"stop":1729033850548,"duration":0}},{"uid":"1c965c92c8eb243c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1c965c92c8eb243c","status":"passed","time":{"start":1729031900271,"stop":1729031900271,"duration":0}},{"uid":"ef5ba03c9de0b6fb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ef5ba03c9de0b6fb","status":"passed","time":{"start":1728901446177,"stop":1728901446177,"duration":0}},{"uid":"fa6dd10adaa6ab69","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fa6dd10adaa6ab69","status":"passed","time":{"start":1728892876477,"stop":1728892876477,"duration":0}},{"uid":"ca609aed89383cac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca609aed89383cac","status":"passed","time":{"start":1728855839198,"stop":1728855839198,"duration":0}},{"uid":"b29869cc48b12c9c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b29869cc48b12c9c","status":"passed","time":{"start":1728738056464,"stop":1728738056464,"duration":0}},{"uid":"263d87703be41619","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/263d87703be41619","status":"passed","time":{"start":1728682590044,"stop":1728682590044,"duration":0}},{"uid":"94036ecdeb1672b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94036ecdeb1672b2","status":"passed","time":{"start":1728682162838,"stop":1728682162838,"duration":0}},{"uid":"4ac3725f414b3379","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4ac3725f414b3379","status":"passed","time":{"start":1728676637411,"stop":1728676637411,"duration":0}},{"uid":"bdc2554c492a9ab8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bdc2554c492a9ab8","status":"passed","time":{"start":1728669360493,"stop":1728669360494,"duration":1}},{"uid":"93a27f522dd102b7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/93a27f522dd102b7","status":"passed","time":{"start":1728597701236,"stop":1728597701236,"duration":0}},{"uid":"9c7f5b6d041bafb1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c7f5b6d041bafb1","status":"passed","time":{"start":1728596920370,"stop":1728596920370,"duration":0}}]},"e5e7abb25d952991947fd414843d5630:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1085b06ecf9a991f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1085b06ecf9a991f","status":"passed","time":{"start":1729034656466,"stop":1729034656466,"duration":0}}]},"f05a4a66bd8f0118c25ce07011ef85f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5400b1426cf4761f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5400b1426cf4761f","status":"passed","time":{"start":1728597132264,"stop":1728597132264,"duration":0}}]},"742c8c89552de3a24eb479bbf9607e5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4acc7eb79dc6df49","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4acc7eb79dc6df49","status":"passed","time":{"start":1728682666066,"stop":1728682666067,"duration":1}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9eed3c1a6bb4ab2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9eed3c1a6bb4ab2c","status":"passed","time":{"start":1729034611662,"stop":1729034611662,"duration":0}},{"uid":"5e4285b7195142b3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5e4285b7195142b3","status":"passed","time":{"start":1729034393639,"stop":1729034393639,"duration":0}},{"uid":"4d80519155a62b09","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4d80519155a62b09","status":"passed","time":{"start":1729034304835,"stop":1729034304835,"duration":0}},{"uid":"3d10280669c51e01","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3d10280669c51e01","status":"passed","time":{"start":1729034121902,"stop":1729034121904,"duration":2}},{"uid":"72910105e8bd8d80","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/72910105e8bd8d80","status":"passed","time":{"start":1729032174821,"stop":1729032174831,"duration":10}},{"uid":"3a1d91d4dd8be9f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3a1d91d4dd8be9f","status":"passed","time":{"start":1728901881010,"stop":1728901881010,"duration":0}},{"uid":"6045d4164d802f89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6045d4164d802f89","status":"passed","time":{"start":1728893317156,"stop":1728893317157,"duration":1}},{"uid":"56be238a74334b3c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/56be238a74334b3c","status":"passed","time":{"start":1728856263079,"stop":1728856263087,"duration":8}},{"uid":"985f8ee1db7bd908","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/985f8ee1db7bd908","status":"passed","time":{"start":1728738492796,"stop":1728738492796,"duration":0}},{"uid":"38e3f6d6f993e094","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/38e3f6d6f993e094","status":"passed","time":{"start":1728683030018,"stop":1728683030019,"duration":1}},{"uid":"2ee7a2feda3a473f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2ee7a2feda3a473f","status":"passed","time":{"start":1728682581098,"stop":1728682581098,"duration":0}},{"uid":"a9f5dcbd3e65a790","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a9f5dcbd3e65a790","status":"passed","time":{"start":1728677081991,"stop":1728677081991,"duration":0}},{"uid":"f324c10c633c8bb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f324c10c633c8bb3","status":"passed","time":{"start":1728669795392,"stop":1728669795393,"duration":1}},{"uid":"67d3444904d5959","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/67d3444904d5959","status":"passed","time":{"start":1728598137501,"stop":1728598137501,"duration":0}},{"uid":"1796475bdbaa6fd1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1796475bdbaa6fd1","status":"passed","time":{"start":1728597353477,"stop":1728597353478,"duration":1}}]},"90e3154cf66ed3d4f6fabf753e1c52d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e18f351f428f7bb0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e18f351f428f7bb0","status":"passed","time":{"start":1728893317153,"stop":1728893317153,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"98e4bcb6758633be","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/98e4bcb6758633be","status":"passed","time":{"start":1729034472990,"stop":1729034472990,"duration":0}},{"uid":"4900e24fcb84076f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4900e24fcb84076f","status":"passed","time":{"start":1729034240936,"stop":1729034240936,"duration":0}},{"uid":"ad27d9ef1378532a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ad27d9ef1378532a","status":"passed","time":{"start":1729034159630,"stop":1729034159630,"duration":0}},{"uid":"e61264c1dd01de7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e61264c1dd01de7","status":"passed","time":{"start":1729033976816,"stop":1729033976816,"duration":0}},{"uid":"66b1fc77931d2343","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/66b1fc77931d2343","status":"passed","time":{"start":1729032020533,"stop":1729032020536,"duration":3}},{"uid":"8d0dcefcf6e2f0fd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8d0dcefcf6e2f0fd","status":"passed","time":{"start":1728901616500,"stop":1728901616500,"duration":0}},{"uid":"e019b895a6b5c00b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e019b895a6b5c00b","status":"passed","time":{"start":1728893050254,"stop":1728893050254,"duration":0}},{"uid":"2af350d146872269","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2af350d146872269","status":"passed","time":{"start":1728856015185,"stop":1728856015192,"duration":7}},{"uid":"98e23e515f22b4f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/98e23e515f22b4f1","status":"passed","time":{"start":1728738233178,"stop":1728738233179,"duration":1}},{"uid":"103c33e64d48b3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/103c33e64d48b3f6","status":"passed","time":{"start":1728682762485,"stop":1728682762485,"duration":0}},{"uid":"67ff4bdd78a005d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/67ff4bdd78a005d","status":"passed","time":{"start":1728682332798,"stop":1728682332798,"duration":0}},{"uid":"8f6330864d582402","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f6330864d582402","status":"passed","time":{"start":1728676810306,"stop":1728676810306,"duration":0}},{"uid":"9dc84ce5866e4827","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9dc84ce5866e4827","status":"passed","time":{"start":1728669529909,"stop":1728669529909,"duration":0}},{"uid":"50d2e1b7eee23d78","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/50d2e1b7eee23d78","status":"passed","time":{"start":1728597873546,"stop":1728597873546,"duration":0}},{"uid":"3e944e98d6bba00","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3e944e98d6bba00","status":"passed","time":{"start":1728597089286,"stop":1728597089287,"duration":1}}]},"8f350283c42efc0ff93995c86102722c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9dfe489a51e21ef3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9dfe489a51e21ef3","status":"passed","time":{"start":1728677184695,"stop":1728677184695,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f0b4be503b185851","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f0b4be503b185851","status":"passed","time":{"start":1729034704506,"stop":1729034704506,"duration":0}},{"uid":"4f3b74fb03c30d6b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4f3b74fb03c30d6b","status":"passed","time":{"start":1729034475005,"stop":1729034475005,"duration":0}},{"uid":"3b677b0d8be854cb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3b677b0d8be854cb","status":"passed","time":{"start":1729034395300,"stop":1729034395300,"duration":0}},{"uid":"3a9c00262e138817","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3a9c00262e138817","status":"passed","time":{"start":1729034209114,"stop":1729034209114,"duration":0}},{"uid":"4a7fc00cfd45cf01","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4a7fc00cfd45cf01","status":"passed","time":{"start":1729032264593,"stop":1729032264593,"duration":0}},{"uid":"1416344acc7ae8cf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1416344acc7ae8cf","status":"passed","time":{"start":1728902012873,"stop":1728902012873,"duration":0}},{"uid":"850e78f9b7904b7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/850e78f9b7904b7c","status":"passed","time":{"start":1728893454823,"stop":1728893454824,"duration":1}},{"uid":"2bafd4cad71b6e73","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2bafd4cad71b6e73","status":"passed","time":{"start":1728856408466,"stop":1728856408466,"duration":0}},{"uid":"78f2443233eb6916","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78f2443233eb6916","status":"passed","time":{"start":1728738633872,"stop":1728738633873,"duration":1}},{"uid":"2be08b42b2304edd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2be08b42b2304edd","status":"passed","time":{"start":1728683159819,"stop":1728683159819,"duration":0}},{"uid":"6c485415791add8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c485415791add8","status":"passed","time":{"start":1728682751342,"stop":1728682751344,"duration":2}},{"uid":"a0cdfac958042370","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a0cdfac958042370","status":"passed","time":{"start":1728677216376,"stop":1728677216376,"duration":0}},{"uid":"eeee917ac01ccc96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eeee917ac01ccc96","status":"passed","time":{"start":1728669925465,"stop":1728669925465,"duration":0}},{"uid":"22c42890649f06c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22c42890649f06c6","status":"passed","time":{"start":1728598268819,"stop":1728598268819,"duration":0}},{"uid":"3ccce2c0ab45635e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3ccce2c0ab45635e","status":"passed","time":{"start":1728597503948,"stop":1728597503949,"duration":1}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cc7f38ef59d67ab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc7f38ef59d67ab","status":"passed","time":{"start":1729034617765,"stop":1729034617766,"duration":1}},{"uid":"d174ec782d4ed973","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d174ec782d4ed973","status":"passed","time":{"start":1729034370902,"stop":1729034370903,"duration":1}},{"uid":"4e84516a03286e6c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4e84516a03286e6c","status":"passed","time":{"start":1729034308882,"stop":1729034308883,"duration":1}},{"uid":"7899bc23f3cdca04","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7899bc23f3cdca04","status":"passed","time":{"start":1729034129478,"stop":1729034129478,"duration":0}},{"uid":"5d4ed24125788cac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5d4ed24125788cac","status":"passed","time":{"start":1729032178375,"stop":1729032178375,"duration":0}},{"uid":"7bc656b9f17b4f0c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7bc656b9f17b4f0c","status":"passed","time":{"start":1728901896352,"stop":1728901896352,"duration":0}},{"uid":"844765192fc9715c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/844765192fc9715c","status":"passed","time":{"start":1728893329033,"stop":1728893329034,"duration":1}},{"uid":"74cdd9bd7e3fde0a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/74cdd9bd7e3fde0a","status":"passed","time":{"start":1728856284769,"stop":1728856284769,"duration":0}},{"uid":"6e905ead218f9944","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e905ead218f9944","status":"passed","time":{"start":1728738494946,"stop":1728738494946,"duration":0}},{"uid":"9f77188a3e115764","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9f77188a3e115764","status":"passed","time":{"start":1728683033636,"stop":1728683033636,"duration":0}},{"uid":"ac885c81688fdbb7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac885c81688fdbb7","status":"passed","time":{"start":1728682601744,"stop":1728682601744,"duration":0}},{"uid":"20878a2985191a69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/20878a2985191a69","status":"passed","time":{"start":1728677107974,"stop":1728677107983,"duration":9}},{"uid":"bc3b3665f19ce263","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bc3b3665f19ce263","status":"passed","time":{"start":1728669764756,"stop":1728669764756,"duration":0}},{"uid":"4de0897adaf0496","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4de0897adaf0496","status":"passed","time":{"start":1728598157575,"stop":1728598157575,"duration":0}},{"uid":"428683174cdbb428","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/428683174cdbb428","status":"passed","time":{"start":1728597369078,"stop":1728597369078,"duration":0}}]},"149bb421c9713d7ed951e54b8c6ae87c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1dfdfbc1465ebb0c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1dfdfbc1465ebb0c","status":"passed","time":{"start":1728901950545,"stop":1728901950545,"duration":0}}]},"a7baddcf91f9c6ba660f356e6903c05c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ddd6bcf0e02d1be2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ddd6bcf0e02d1be2","status":"passed","time":{"start":1728856355693,"stop":1728856355693,"duration":0}}]},"4cf971186ef6028bee56a2b96e14166a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf21d2ba472e1618","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bf21d2ba472e1618","status":"passed","time":{"start":1728597423328,"stop":1728597423329,"duration":1}}]},"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d05501e05e5d26a6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d05501e05e5d26a6","status":"passed","time":{"start":1729034332624,"stop":1729034332624,"duration":0}},{"uid":"e0cba22bfe3e0422","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e0cba22bfe3e0422","status":"passed","time":{"start":1729034096126,"stop":1729034096126,"duration":0}},{"uid":"1e01c61de9f6fd90","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1e01c61de9f6fd90","status":"passed","time":{"start":1729034020084,"stop":1729034020085,"duration":1}},{"uid":"9c726e6c66ffa857","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9c726e6c66ffa857","status":"passed","time":{"start":1729033834377,"stop":1729033834377,"duration":0}},{"uid":"719e0912e4072a3d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/719e0912e4072a3d","status":"passed","time":{"start":1729031884107,"stop":1729031884108,"duration":1}},{"uid":"f64a9cf8dd899e15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f64a9cf8dd899e15","status":"passed","time":{"start":1728901430249,"stop":1728901430249,"duration":0}},{"uid":"8114e7da4e4cc345","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8114e7da4e4cc345","status":"passed","time":{"start":1728892860525,"stop":1728892860525,"duration":0}},{"uid":"db50658a4c04a692","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/db50658a4c04a692","status":"passed","time":{"start":1728855823315,"stop":1728855823316,"duration":1}},{"uid":"f68d579d8fc98a1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f68d579d8fc98a1c","status":"passed","time":{"start":1728738040584,"stop":1728738040585,"duration":1}},{"uid":"f2f4a4a723127aff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2f4a4a723127aff","status":"passed","time":{"start":1728682574082,"stop":1728682574082,"duration":0}},{"uid":"ff66b714764da896","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ff66b714764da896","status":"passed","time":{"start":1728682146809,"stop":1728682146810,"duration":1}},{"uid":"941f581f5d3902a0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/941f581f5d3902a0","status":"passed","time":{"start":1728676621423,"stop":1728676621424,"duration":1}},{"uid":"f15a365ce66a8a0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f15a365ce66a8a0","status":"passed","time":{"start":1728669344460,"stop":1728669344460,"duration":0}},{"uid":"f31c11d134441abb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f31c11d134441abb","status":"passed","time":{"start":1728597685154,"stop":1728597685154,"duration":0}},{"uid":"5f2673d2a8e970cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f2673d2a8e970cd","status":"passed","time":{"start":1728596904460,"stop":1728596904460,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b6328243304101e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6328243304101e","status":"passed","time":{"start":1729034682672,"stop":1729034682672,"duration":0}},{"uid":"aca4de57da6ad95b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aca4de57da6ad95b","status":"passed","time":{"start":1729034452182,"stop":1729034452182,"duration":0}},{"uid":"8cc19c08c1a618b1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8cc19c08c1a618b1","status":"passed","time":{"start":1729034373078,"stop":1729034373079,"duration":1}},{"uid":"2ee559ba0f23694f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ee559ba0f23694f","status":"passed","time":{"start":1729034188115,"stop":1729034188116,"duration":1}},{"uid":"87f3e8a6d26e5041","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/87f3e8a6d26e5041","status":"passed","time":{"start":1729032231861,"stop":1729032231862,"duration":1}},{"uid":"633cd15a99289fae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/633cd15a99289fae","status":"passed","time":{"start":1728901989564,"stop":1728901989564,"duration":0}},{"uid":"19589c872af257f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19589c872af257f","status":"passed","time":{"start":1728893424897,"stop":1728893424897,"duration":0}},{"uid":"bcfea23dae1b5f00","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bcfea23dae1b5f00","status":"passed","time":{"start":1728856376682,"stop":1728856376682,"duration":0}},{"uid":"468b54dbf01dcf12","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/468b54dbf01dcf12","status":"passed","time":{"start":1728738593958,"stop":1728738593959,"duration":1}},{"uid":"cb154a3e69f696b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cb154a3e69f696b0","status":"passed","time":{"start":1728683135334,"stop":1728683135335,"duration":1}},{"uid":"bb39be93d900cd7c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb39be93d900cd7c","status":"passed","time":{"start":1728682692584,"stop":1728682692586,"duration":2}},{"uid":"e9bac2a813ab1f96","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e9bac2a813ab1f96","status":"passed","time":{"start":1728677194227,"stop":1728677194227,"duration":0}},{"uid":"e40bcb6e1eb3376b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e40bcb6e1eb3376b","status":"passed","time":{"start":1728669874422,"stop":1728669874422,"duration":0}},{"uid":"98ca0c2e891077d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/98ca0c2e891077d","status":"passed","time":{"start":1728598257460,"stop":1728598257460,"duration":0}},{"uid":"796e990716810beb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/796e990716810beb","status":"passed","time":{"start":1728597471282,"stop":1728597471282,"duration":0}}]},"daefda0f37e609ad1f383f4ecc7b0e51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e192b9fae2dac98f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e192b9fae2dac98f","status":"passed","time":{"start":1728597434080,"stop":1728597434080,"duration":0}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"94b38833d592def9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/94b38833d592def9","status":"passed","time":{"start":1729034631253,"stop":1729034631253,"duration":0}},{"uid":"2c0d74fb455e9988","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2c0d74fb455e9988","status":"passed","time":{"start":1729034400890,"stop":1729034400890,"duration":0}},{"uid":"c97ef8f2b733fd8b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c97ef8f2b733fd8b","status":"passed","time":{"start":1729034317453,"stop":1729034317453,"duration":0}},{"uid":"4f1700c09340db38","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f1700c09340db38","status":"passed","time":{"start":1729034137137,"stop":1729034137142,"duration":5}},{"uid":"5a1ed28f50c4743f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a1ed28f50c4743f","status":"passed","time":{"start":1729032206876,"stop":1729032206876,"duration":0}},{"uid":"5adf9cfef8dc358d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5adf9cfef8dc358d","status":"passed","time":{"start":1728901995022,"stop":1728901995022,"duration":0}},{"uid":"f9a8088335af931f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f9a8088335af931f","status":"passed","time":{"start":1728893420996,"stop":1728893420996,"duration":0}},{"uid":"537fdbf43ff1388c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/537fdbf43ff1388c","status":"passed","time":{"start":1728856368597,"stop":1728856368597,"duration":0}},{"uid":"2a4f3bb3148e1c08","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2a4f3bb3148e1c08","status":"passed","time":{"start":1728738604681,"stop":1728738604681,"duration":0}},{"uid":"b82833f23190e4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b82833f23190e4f","status":"passed","time":{"start":1728683117628,"stop":1728683117629,"duration":1}},{"uid":"47e2f9d895cfb1f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/47e2f9d895cfb1f9","status":"passed","time":{"start":1728682721318,"stop":1728682721319,"duration":1}},{"uid":"28063a14fc2f3385","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/28063a14fc2f3385","status":"passed","time":{"start":1728677184684,"stop":1728677184684,"duration":0}},{"uid":"aec3e0b69dfc88c6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aec3e0b69dfc88c6","status":"passed","time":{"start":1728669866450,"stop":1728669866450,"duration":0}},{"uid":"5b9e738672a02307","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b9e738672a02307","status":"passed","time":{"start":1728598249978,"stop":1728598249980,"duration":2}},{"uid":"e1f2b669b2815bf3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e1f2b669b2815bf3","status":"passed","time":{"start":1728597472292,"stop":1728597472293,"duration":1}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7127178dfcecffe8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7127178dfcecffe8","status":"passed","time":{"start":1729034704493,"stop":1729034704493,"duration":0}},{"uid":"ed9eaf3cd3b162a3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ed9eaf3cd3b162a3","status":"passed","time":{"start":1729034474986,"stop":1729034474987,"duration":1}},{"uid":"f48768f7b332b9d7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f48768f7b332b9d7","status":"passed","time":{"start":1729034395289,"stop":1729034395289,"duration":0}},{"uid":"ebe33bcda2e1a05b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ebe33bcda2e1a05b","status":"passed","time":{"start":1729034209096,"stop":1729034209098,"duration":2}},{"uid":"73e0a37dc20caeb6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73e0a37dc20caeb6","status":"passed","time":{"start":1729032264567,"stop":1729032264567,"duration":0}},{"uid":"bc71deea359ea3dc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc71deea359ea3dc","status":"passed","time":{"start":1728902012848,"stop":1728902012849,"duration":1}},{"uid":"7852fc891a1c5bfe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7852fc891a1c5bfe","status":"passed","time":{"start":1728893454810,"stop":1728893454810,"duration":0}},{"uid":"db31705c2d1bbe6d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/db31705c2d1bbe6d","status":"passed","time":{"start":1728856408451,"stop":1728856408451,"duration":0}},{"uid":"30868ccd893234ba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/30868ccd893234ba","status":"passed","time":{"start":1728738633853,"stop":1728738633854,"duration":1}},{"uid":"9caaca1c64dd2968","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9caaca1c64dd2968","status":"passed","time":{"start":1728683159754,"stop":1728683159755,"duration":1}},{"uid":"2dfe4ed5653320e3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2dfe4ed5653320e3","status":"passed","time":{"start":1728682751328,"stop":1728682751328,"duration":0}},{"uid":"340530e2c867b597","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/340530e2c867b597","status":"passed","time":{"start":1728677216354,"stop":1728677216355,"duration":1}},{"uid":"f0e2b688692f4b7a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f0e2b688692f4b7a","status":"passed","time":{"start":1728669925452,"stop":1728669925453,"duration":1}},{"uid":"dc8ee6eace962c46","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc8ee6eace962c46","status":"passed","time":{"start":1728598268801,"stop":1728598268801,"duration":0}},{"uid":"d48696697da498c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d48696697da498c6","status":"passed","time":{"start":1728597503916,"stop":1728597503917,"duration":1}}]},"03cc7f8b9ef827f1ad44c610a52c3423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd12a01834ce6c45","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fd12a01834ce6c45","status":"passed","time":{"start":1729034304856,"stop":1729034304856,"duration":0}}]},"dc04031c4e8859ab829baee7de9f2c8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8cef0bf8ea42b80a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8cef0bf8ea42b80a","status":"passed","time":{"start":1729034304832,"stop":1729034304832,"duration":0}}]},"3bd3bece9b1c0cfad12ec4c93d43604f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"267585248470f924","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/267585248470f924","status":"passed","time":{"start":1729034373010,"stop":1729034373010,"duration":0}},{"uid":"3b95c84ca4138d27","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3b95c84ca4138d27","status":"passed","time":{"start":1729034137113,"stop":1729034137114,"duration":1}},{"uid":"e4a902841c5f8531","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e4a902841c5f8531","status":"passed","time":{"start":1729034060045,"stop":1729034060045,"duration":0}},{"uid":"468abe1a9f7efa77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/468abe1a9f7efa77","status":"passed","time":{"start":1729033875027,"stop":1729033875028,"duration":1}},{"uid":"8c1999e7158bd8e9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c1999e7158bd8e9","status":"passed","time":{"start":1729031924908,"stop":1729031924908,"duration":0}},{"uid":"66a2deef9177d140","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66a2deef9177d140","status":"passed","time":{"start":1728901469135,"stop":1728901469135,"duration":0}},{"uid":"471c1574cbd97bbe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/471c1574cbd97bbe","status":"passed","time":{"start":1728892899800,"stop":1728892899800,"duration":0}},{"uid":"9e60b480821e4546","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e60b480821e4546","status":"passed","time":{"start":1728855863297,"stop":1728855863297,"duration":0}},{"uid":"e536e692f946f92","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e536e692f946f92","status":"passed","time":{"start":1728738080956,"stop":1728738080957,"duration":1}},{"uid":"38b52e1708612272","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/38b52e1708612272","status":"passed","time":{"start":1728682614316,"stop":1728682614316,"duration":0}},{"uid":"d88c7ff770595037","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d88c7ff770595037","status":"passed","time":{"start":1728682187221,"stop":1728682187221,"duration":0}},{"uid":"71b34e259c14635e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/71b34e259c14635e","status":"passed","time":{"start":1728676661421,"stop":1728676661422,"duration":1}},{"uid":"c9c70621a11c3644","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9c70621a11c3644","status":"passed","time":{"start":1728669384753,"stop":1728669384754,"duration":1}},{"uid":"b4c05f8174efecee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b4c05f8174efecee","status":"passed","time":{"start":1728597724211,"stop":1728597724211,"duration":0}},{"uid":"2c36ab259f945607","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c36ab259f945607","status":"passed","time":{"start":1728596943264,"stop":1728596943264,"duration":0}}]},"b99b3a0b7545e302b6002e6105fd5d3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9939626f6b5f0213","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9939626f6b5f0213","status":"passed","time":{"start":1728738492805,"stop":1728738492806,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"979d0fb73768c04e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/979d0fb73768c04e","status":"passed","time":{"start":1729034682670,"stop":1729034682671,"duration":1}},{"uid":"30a807b7ce216d03","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/30a807b7ce216d03","status":"passed","time":{"start":1729034452180,"stop":1729034452180,"duration":0}},{"uid":"770531561eac8518","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/770531561eac8518","status":"passed","time":{"start":1729034373073,"stop":1729034373073,"duration":0}},{"uid":"498b15e4a75ae15","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/498b15e4a75ae15","status":"passed","time":{"start":1729034188112,"stop":1729034188113,"duration":1}},{"uid":"73843b6c9b677a0c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73843b6c9b677a0c","status":"passed","time":{"start":1729032231860,"stop":1729032231860,"duration":0}},{"uid":"8c1cad410a3f9ea5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8c1cad410a3f9ea5","status":"passed","time":{"start":1728901989562,"stop":1728901989562,"duration":0}},{"uid":"8af2020129212ebd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8af2020129212ebd","status":"passed","time":{"start":1728893424895,"stop":1728893424896,"duration":1}},{"uid":"a71244cee3775d8d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a71244cee3775d8d","status":"passed","time":{"start":1728856376680,"stop":1728856376681,"duration":1}},{"uid":"11b8bc1ae4235262","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11b8bc1ae4235262","status":"passed","time":{"start":1728738593941,"stop":1728738593942,"duration":1}},{"uid":"73b6e6afc321210","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/73b6e6afc321210","status":"passed","time":{"start":1728683135330,"stop":1728683135331,"duration":1}},{"uid":"f737505e05f771cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f737505e05f771cf","status":"passed","time":{"start":1728682692580,"stop":1728682692581,"duration":1}},{"uid":"aa23ac1df87255a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aa23ac1df87255a","status":"passed","time":{"start":1728677194226,"stop":1728677194226,"duration":0}},{"uid":"945b21f48ec1e214","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/945b21f48ec1e214","status":"passed","time":{"start":1728669874418,"stop":1728669874420,"duration":2}},{"uid":"7b3311e84a6b7e5a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7b3311e84a6b7e5a","status":"passed","time":{"start":1728598257458,"stop":1728598257459,"duration":1}},{"uid":"e9c499e54c4aeb50","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e9c499e54c4aeb50","status":"passed","time":{"start":1728597471280,"stop":1728597471281,"duration":1}}]},"eac1afa99c66d48ed0ac661d3dac2fe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c4d1e5c35e87bcf9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4d1e5c35e87bcf9","status":"passed","time":{"start":1729034656464,"stop":1729034656464,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"43622ec04811649b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/43622ec04811649b","status":"passed","time":{"start":1729034611682,"stop":1729034611682,"duration":0}},{"uid":"ed5c9d7e85047882","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ed5c9d7e85047882","status":"passed","time":{"start":1729034393657,"stop":1729034393658,"duration":1}},{"uid":"4944f531b4ea977a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4944f531b4ea977a","status":"passed","time":{"start":1729034304855,"stop":1729034304856,"duration":1}},{"uid":"911db5bac5406f2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/911db5bac5406f2c","status":"passed","time":{"start":1729034121946,"stop":1729034121947,"duration":1}},{"uid":"4ce44b4f8338038b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4ce44b4f8338038b","status":"passed","time":{"start":1729032174921,"stop":1729032174927,"duration":6}},{"uid":"fa7c590c79e21781","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fa7c590c79e21781","status":"passed","time":{"start":1728901881027,"stop":1728901881028,"duration":1}},{"uid":"157483459dee2f20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/157483459dee2f20","status":"passed","time":{"start":1728893317180,"stop":1728893317181,"duration":1}},{"uid":"9bcba59f84f58bb3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9bcba59f84f58bb3","status":"passed","time":{"start":1728856263111,"stop":1728856263111,"duration":0}},{"uid":"6e8b137ba01e2ae4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e8b137ba01e2ae4","status":"passed","time":{"start":1728738492805,"stop":1728738492805,"duration":0}},{"uid":"981b50b88b475a80","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/981b50b88b475a80","status":"passed","time":{"start":1728683030028,"stop":1728683030029,"duration":1}},{"uid":"2bbc59e7939c109f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2bbc59e7939c109f","status":"passed","time":{"start":1728682581114,"stop":1728682581128,"duration":14}},{"uid":"974f806a69ed0014","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/974f806a69ed0014","status":"passed","time":{"start":1728677082009,"stop":1728677082010,"duration":1}},{"uid":"46b678108ec83b69","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/46b678108ec83b69","status":"passed","time":{"start":1728669795406,"stop":1728669795406,"duration":0}},{"uid":"fc18bd91d5d8b8fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc18bd91d5d8b8fb","status":"passed","time":{"start":1728598137509,"stop":1728598137509,"duration":0}},{"uid":"c2859150c6c959cf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c2859150c6c959cf","status":"passed","time":{"start":1728597353486,"stop":1728597353487,"duration":1}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4ae2f10632e49bf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4ae2f10632e49bf","status":"passed","time":{"start":1729034703313,"stop":1729034703313,"duration":0}},{"uid":"ae995d110a89de97","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ae995d110a89de97","status":"passed","time":{"start":1729034475277,"stop":1729034475278,"duration":1}},{"uid":"137e15821203ea11","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/137e15821203ea11","status":"passed","time":{"start":1729034392404,"stop":1729034392404,"duration":0}},{"uid":"e5c2dde2f136ed5d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e5c2dde2f136ed5d","status":"passed","time":{"start":1729034208295,"stop":1729034208296,"duration":1}},{"uid":"c9c2596acc9ab3c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c9c2596acc9ab3c6","status":"passed","time":{"start":1729032257078,"stop":1729032257083,"duration":5}},{"uid":"25f47cac25a7f47c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25f47cac25a7f47c","status":"passed","time":{"start":1728902024014,"stop":1728902024014,"duration":0}},{"uid":"e98a847f28498fda","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e98a847f28498fda","status":"passed","time":{"start":1728893455130,"stop":1728893455131,"duration":1}},{"uid":"6f318de6127b24ed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6f318de6127b24ed","status":"passed","time":{"start":1728856404967,"stop":1728856404967,"duration":0}},{"uid":"422f89dd57996cf0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/422f89dd57996cf0","status":"passed","time":{"start":1728738634670,"stop":1728738634671,"duration":1}},{"uid":"445959531e700f6c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/445959531e700f6c","status":"passed","time":{"start":1728683163621,"stop":1728683163622,"duration":1}},{"uid":"59fa1edabd93a5b3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59fa1edabd93a5b3","status":"passed","time":{"start":1728682737543,"stop":1728682737544,"duration":1}},{"uid":"22251463266a7e8e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/22251463266a7e8e","status":"passed","time":{"start":1728677222568,"stop":1728677222568,"duration":0}},{"uid":"989d2f9af6e0c3e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/989d2f9af6e0c3e2","status":"passed","time":{"start":1728669905045,"stop":1728669905046,"duration":1}},{"uid":"b29f7c6323670f62","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b29f7c6323670f62","status":"passed","time":{"start":1728598284367,"stop":1728598284367,"duration":0}},{"uid":"75a45144f14a699","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/75a45144f14a699","status":"passed","time":{"start":1728597506832,"stop":1728597506832,"duration":0}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4d6ee0e8af117d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4d6ee0e8af117d","status":"passed","time":{"start":1729034472976,"stop":1729034472977,"duration":1}},{"uid":"10271093f34e1022","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/10271093f34e1022","status":"passed","time":{"start":1729034240920,"stop":1729034240920,"duration":0}},{"uid":"d726f3e8cd72d5c2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d726f3e8cd72d5c2","status":"passed","time":{"start":1729034159617,"stop":1729034159618,"duration":1}},{"uid":"70115caa9aaef4a6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/70115caa9aaef4a6","status":"passed","time":{"start":1729033976802,"stop":1729033976802,"duration":0}},{"uid":"46a3d26c6f9452a3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/46a3d26c6f9452a3","status":"passed","time":{"start":1729032020525,"stop":1729032020526,"duration":1}},{"uid":"7cd8ba1248ae17f3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7cd8ba1248ae17f3","status":"passed","time":{"start":1728901616436,"stop":1728901616447,"duration":11}},{"uid":"cd3f7b408767822","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cd3f7b408767822","status":"passed","time":{"start":1728893050247,"stop":1728893050247,"duration":0}},{"uid":"609114709ed02113","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/609114709ed02113","status":"passed","time":{"start":1728856015173,"stop":1728856015174,"duration":1}},{"uid":"191e20c17f878c15","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/191e20c17f878c15","status":"passed","time":{"start":1728738233142,"stop":1728738233143,"duration":1}},{"uid":"b9ae1dca13b21aa1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b9ae1dca13b21aa1","status":"passed","time":{"start":1728682762474,"stop":1728682762474,"duration":0}},{"uid":"ea70af3e8605c8f4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea70af3e8605c8f4","status":"passed","time":{"start":1728682332788,"stop":1728682332788,"duration":0}},{"uid":"e32293d6e39f4605","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e32293d6e39f4605","status":"passed","time":{"start":1728676810293,"stop":1728676810293,"duration":0}},{"uid":"5bd80a20161b2c78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5bd80a20161b2c78","status":"passed","time":{"start":1728669529901,"stop":1728669529901,"duration":0}},{"uid":"a5dd3c7371063294","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a5dd3c7371063294","status":"passed","time":{"start":1728597873536,"stop":1728597873536,"duration":0}},{"uid":"1a5a6f2860ac35fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1a5a6f2860ac35fd","status":"passed","time":{"start":1728597089275,"stop":1728597089276,"duration":1}}]},"bbfd286fc72a068904fd9a5fdba494ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89ef85768a8c2c2c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/89ef85768a8c2c2c","status":"passed","time":{"start":1728598250013,"stop":1728598250014,"duration":1}}]},"d62d94f7c2df4e5c45947a44647cabbc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7635e31ac81c5ae5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7635e31ac81c5ae5","status":"passed","time":{"start":1728856333676,"stop":1728856333677,"duration":1}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9e40d1b816edf3c4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9e40d1b816edf3c4","status":"passed","time":{"start":1729034704503,"stop":1729034704503,"duration":0}},{"uid":"e827db0ad91b350b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e827db0ad91b350b","status":"passed","time":{"start":1729034474996,"stop":1729034474996,"duration":0}},{"uid":"6a828b3704da6437","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a828b3704da6437","status":"passed","time":{"start":1729034395297,"stop":1729034395297,"duration":0}},{"uid":"5a97eeabfd62585c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a97eeabfd62585c","status":"passed","time":{"start":1729034209110,"stop":1729034209110,"duration":0}},{"uid":"5e4b54dd2c6b3454","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e4b54dd2c6b3454","status":"passed","time":{"start":1729032264579,"stop":1729032264579,"duration":0}},{"uid":"effd092ac8da7b9b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/effd092ac8da7b9b","status":"passed","time":{"start":1728902012869,"stop":1728902012869,"duration":0}},{"uid":"1f907b786b6f863","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1f907b786b6f863","status":"passed","time":{"start":1728893454820,"stop":1728893454820,"duration":0}},{"uid":"d4c239f70ffe5ac3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d4c239f70ffe5ac3","status":"passed","time":{"start":1728856408463,"stop":1728856408463,"duration":0}},{"uid":"bb8264d9c99f9c09","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb8264d9c99f9c09","status":"passed","time":{"start":1728738633863,"stop":1728738633864,"duration":1}},{"uid":"2a85b47c17a91d4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2a85b47c17a91d4","status":"passed","time":{"start":1728683159801,"stop":1728683159802,"duration":1}},{"uid":"7dda20a0b569deed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7dda20a0b569deed","status":"passed","time":{"start":1728682751339,"stop":1728682751339,"duration":0}},{"uid":"d1c412867dde9984","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d1c412867dde9984","status":"passed","time":{"start":1728677216372,"stop":1728677216373,"duration":1}},{"uid":"c19a07bf2cc1d371","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c19a07bf2cc1d371","status":"passed","time":{"start":1728669925460,"stop":1728669925460,"duration":0}},{"uid":"51765c9eda352ccf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/51765c9eda352ccf","status":"passed","time":{"start":1728598268815,"stop":1728598268815,"duration":0}},{"uid":"92046c08fd52d237","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92046c08fd52d237","status":"passed","time":{"start":1728597503943,"stop":1728597503944,"duration":1}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"667c9d9baade11ba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/667c9d9baade11ba","status":"passed","time":{"start":1729034617768,"stop":1729034617768,"duration":0}},{"uid":"6eb933101019602d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6eb933101019602d","status":"passed","time":{"start":1729034370914,"stop":1729034370914,"duration":0}},{"uid":"10d579c6068d8cd7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/10d579c6068d8cd7","status":"passed","time":{"start":1729034308900,"stop":1729034308901,"duration":1}},{"uid":"f996bedc083ea65d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f996bedc083ea65d","status":"passed","time":{"start":1729034129480,"stop":1729034129481,"duration":1}},{"uid":"c6ab3528e79a2858","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6ab3528e79a2858","status":"passed","time":{"start":1729032178377,"stop":1729032178378,"duration":1}},{"uid":"82c12227309646d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82c12227309646d2","status":"passed","time":{"start":1728901896354,"stop":1728901896355,"duration":1}},{"uid":"eba4d39ac602fd6b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/eba4d39ac602fd6b","status":"passed","time":{"start":1728893329036,"stop":1728893329036,"duration":0}},{"uid":"651db6e4d5277859","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/651db6e4d5277859","status":"passed","time":{"start":1728856284772,"stop":1728856284772,"duration":0}},{"uid":"af00eff9cb221366","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/af00eff9cb221366","status":"passed","time":{"start":1728738494949,"stop":1728738494949,"duration":0}},{"uid":"510cff86063a76af","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/510cff86063a76af","status":"passed","time":{"start":1728683033638,"stop":1728683033639,"duration":1}},{"uid":"13f8a7e9d7f0ba3c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13f8a7e9d7f0ba3c","status":"passed","time":{"start":1728682601746,"stop":1728682601746,"duration":0}},{"uid":"c6f0b58ba4a2016e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c6f0b58ba4a2016e","status":"passed","time":{"start":1728677107985,"stop":1728677107988,"duration":3}},{"uid":"78baa1297069ba07","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/78baa1297069ba07","status":"passed","time":{"start":1728669764759,"stop":1728669764759,"duration":0}},{"uid":"1694cb100ebaeed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1694cb100ebaeed","status":"passed","time":{"start":1728598157578,"stop":1728598157578,"duration":0}},{"uid":"909bb5f523a9e1bc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/909bb5f523a9e1bc","status":"passed","time":{"start":1728597369087,"stop":1728597369087,"duration":0}}]},"cf61e29410a84031e3aa722a3f77b7d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3de652ec5e4b56f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e3de652ec5e4b56f","status":"passed","time":{"start":1728901901768,"stop":1728901901769,"duration":1}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3dcaf858f2b8e87c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3dcaf858f2b8e87c","status":"passed","time":{"start":1729034704502,"stop":1729034704502,"duration":0}},{"uid":"2ddff5e9dc0858c0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2ddff5e9dc0858c0","status":"passed","time":{"start":1729034474995,"stop":1729034474996,"duration":1}},{"uid":"92c3e8ce5cca2af7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/92c3e8ce5cca2af7","status":"passed","time":{"start":1729034395296,"stop":1729034395296,"duration":0}},{"uid":"d9e71a0756c2038e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9e71a0756c2038e","status":"passed","time":{"start":1729034209109,"stop":1729034209109,"duration":0}},{"uid":"cd6cee50a15e9f85","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cd6cee50a15e9f85","status":"passed","time":{"start":1729032264576,"stop":1729032264576,"duration":0}},{"uid":"428ad67a8ffc8c34","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/428ad67a8ffc8c34","status":"passed","time":{"start":1728902012868,"stop":1728902012869,"duration":1}},{"uid":"a3ca0f1cf6cd0ae0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a3ca0f1cf6cd0ae0","status":"passed","time":{"start":1728893454818,"stop":1728893454818,"duration":0}},{"uid":"1b8e67446f7e2012","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b8e67446f7e2012","status":"passed","time":{"start":1728856408462,"stop":1728856408462,"duration":0}},{"uid":"edb5106f7e17b503","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edb5106f7e17b503","status":"passed","time":{"start":1728738633862,"stop":1728738633863,"duration":1}},{"uid":"1e75739c52e50466","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1e75739c52e50466","status":"passed","time":{"start":1728683159799,"stop":1728683159799,"duration":0}},{"uid":"b39fc4875b3f2832","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b39fc4875b3f2832","status":"passed","time":{"start":1728682751338,"stop":1728682751338,"duration":0}},{"uid":"3c89dc247b2f2a0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3c89dc247b2f2a0e","status":"passed","time":{"start":1728677216372,"stop":1728677216372,"duration":0}},{"uid":"85f81a28f82aa50a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/85f81a28f82aa50a","status":"passed","time":{"start":1728669925460,"stop":1728669925460,"duration":0}},{"uid":"e548476cff0424eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e548476cff0424eb","status":"passed","time":{"start":1728598268814,"stop":1728598268815,"duration":1}},{"uid":"c6e0c3efcb78e6c7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c6e0c3efcb78e6c7","status":"passed","time":{"start":1728597503941,"stop":1728597503942,"duration":1}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"12a7c677fe12ea60","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/12a7c677fe12ea60","status":"passed","time":{"start":1729034348763,"stop":1729034348763,"duration":0}},{"uid":"ca9e56630538ef6b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ca9e56630538ef6b","status":"passed","time":{"start":1729034112606,"stop":1729034112606,"duration":0}},{"uid":"1c3578df8fe99858","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1c3578df8fe99858","status":"passed","time":{"start":1729034035873,"stop":1729034035874,"duration":1}},{"uid":"37e025144df040f0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37e025144df040f0","status":"passed","time":{"start":1729033850550,"stop":1729033850550,"duration":0}},{"uid":"f4c8b5c292a860f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f4c8b5c292a860f1","status":"passed","time":{"start":1729031900273,"stop":1729031900273,"duration":0}},{"uid":"494eb6f1f6e24f8e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/494eb6f1f6e24f8e","status":"passed","time":{"start":1728901446179,"stop":1728901446179,"duration":0}},{"uid":"983f41cb45499c63","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/983f41cb45499c63","status":"passed","time":{"start":1728892876479,"stop":1728892876479,"duration":0}},{"uid":"224e53455218f1b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/224e53455218f1b9","status":"passed","time":{"start":1728855839200,"stop":1728855839201,"duration":1}},{"uid":"f34bea53f4e640eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f34bea53f4e640eb","status":"passed","time":{"start":1728738056466,"stop":1728738056466,"duration":0}},{"uid":"7e2682defb244754","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7e2682defb244754","status":"passed","time":{"start":1728682590046,"stop":1728682590046,"duration":0}},{"uid":"ded0a54e89712ceb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ded0a54e89712ceb","status":"passed","time":{"start":1728682162840,"stop":1728682162840,"duration":0}},{"uid":"1bff3287ff9e7eb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1bff3287ff9e7eb9","status":"passed","time":{"start":1728676637413,"stop":1728676637413,"duration":0}},{"uid":"36d9a306292a1fdd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/36d9a306292a1fdd","status":"passed","time":{"start":1728669360495,"stop":1728669360496,"duration":1}},{"uid":"d2c9e04956a0d81","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d2c9e04956a0d81","status":"passed","time":{"start":1728597701238,"stop":1728597701238,"duration":0}},{"uid":"5eca2272077ebdfd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5eca2272077ebdfd","status":"passed","time":{"start":1728596920373,"stop":1728596920373,"duration":0}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"be4df633c1f83db9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be4df633c1f83db9","status":"passed","time":{"start":1729034617752,"stop":1729034617752,"duration":0}},{"uid":"f107f67a267e7e14","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f107f67a267e7e14","status":"passed","time":{"start":1729034370861,"stop":1729034370862,"duration":1}},{"uid":"f1074df804a949e6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f1074df804a949e6","status":"passed","time":{"start":1729034308861,"stop":1729034308862,"duration":1}},{"uid":"476627d6dbbef937","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/476627d6dbbef937","status":"passed","time":{"start":1729034129470,"stop":1729034129470,"duration":0}},{"uid":"c64070cb54394ea3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c64070cb54394ea3","status":"passed","time":{"start":1729032178363,"stop":1729032178363,"duration":0}},{"uid":"2569c3af2e137e95","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2569c3af2e137e95","status":"passed","time":{"start":1728901896342,"stop":1728901896342,"duration":0}},{"uid":"f898148f60e9c544","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f898148f60e9c544","status":"passed","time":{"start":1728893329021,"stop":1728893329021,"duration":0}},{"uid":"acdeaebabed63651","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acdeaebabed63651","status":"passed","time":{"start":1728856284756,"stop":1728856284756,"duration":0}},{"uid":"bcfc36abda9bc8cf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bcfc36abda9bc8cf","status":"passed","time":{"start":1728738494933,"stop":1728738494933,"duration":0}},{"uid":"20d8605a375273c4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/20d8605a375273c4","status":"passed","time":{"start":1728683033627,"stop":1728683033627,"duration":0}},{"uid":"b2e3c3b732771d22","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b2e3c3b732771d22","status":"passed","time":{"start":1728682601732,"stop":1728682601732,"duration":0}},{"uid":"e8bce6aa3e5718cf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8bce6aa3e5718cf","status":"passed","time":{"start":1728677107957,"stop":1728677107958,"duration":1}},{"uid":"8ee6cf942de28dbe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8ee6cf942de28dbe","status":"passed","time":{"start":1728669764745,"stop":1728669764747,"duration":2}},{"uid":"3c8b79a792ad1919","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3c8b79a792ad1919","status":"passed","time":{"start":1728598157557,"stop":1728598157558,"duration":1}},{"uid":"807fffd5ee3b3533","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/807fffd5ee3b3533","status":"passed","time":{"start":1728597369056,"stop":1728597369057,"duration":1}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"35c6d8f2f8ca70c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/35c6d8f2f8ca70c5","status":"passed","time":{"start":1729034631249,"stop":1729034631249,"duration":0}},{"uid":"bfcd9332e94b3aff","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bfcd9332e94b3aff","status":"passed","time":{"start":1729034400885,"stop":1729034400885,"duration":0}},{"uid":"21c0b8810596a463","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/21c0b8810596a463","status":"passed","time":{"start":1729034317445,"stop":1729034317446,"duration":1}},{"uid":"9c58fb65170d5dfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9c58fb65170d5dfe","status":"passed","time":{"start":1729034137125,"stop":1729034137125,"duration":0}},{"uid":"715489c0983c659d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/715489c0983c659d","status":"passed","time":{"start":1729032206871,"stop":1729032206871,"duration":0}},{"uid":"a689b06b00570005","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a689b06b00570005","status":"passed","time":{"start":1728901995011,"stop":1728901995018,"duration":7}},{"uid":"b1003997d00aa68b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b1003997d00aa68b","status":"passed","time":{"start":1728893420991,"stop":1728893420992,"duration":1}},{"uid":"859fc4b27ea5f560","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/859fc4b27ea5f560","status":"passed","time":{"start":1728856368592,"stop":1728856368593,"duration":1}},{"uid":"20d1753a13c82673","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20d1753a13c82673","status":"passed","time":{"start":1728738604677,"stop":1728738604677,"duration":0}},{"uid":"58790b020cb5fc5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/58790b020cb5fc5","status":"passed","time":{"start":1728683117608,"stop":1728683117609,"duration":1}},{"uid":"518dbc14d4e5901f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/518dbc14d4e5901f","status":"passed","time":{"start":1728682721315,"stop":1728682721315,"duration":0}},{"uid":"bba7ab4f91c21221","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bba7ab4f91c21221","status":"passed","time":{"start":1728677184679,"stop":1728677184680,"duration":1}},{"uid":"9bb67c67d000d8df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9bb67c67d000d8df","status":"passed","time":{"start":1728669866445,"stop":1728669866446,"duration":1}},{"uid":"e8feae7747891c36","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e8feae7747891c36","status":"passed","time":{"start":1728598249972,"stop":1728598249972,"duration":0}},{"uid":"a08dd8af276b45e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a08dd8af276b45e","status":"passed","time":{"start":1728597472286,"stop":1728597472287,"duration":1}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8ca64583ca5a4ce6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8ca64583ca5a4ce6","status":"passed","time":{"start":1729034341402,"stop":1729034341402,"duration":0}},{"uid":"457fdf2ea23489d6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/457fdf2ea23489d6","status":"passed","time":{"start":1729034104910,"stop":1729034104910,"duration":0}},{"uid":"90308f55425b3285","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/90308f55425b3285","status":"passed","time":{"start":1729034028508,"stop":1729034028508,"duration":0}},{"uid":"812dbd0259895dcd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/812dbd0259895dcd","status":"passed","time":{"start":1729033843116,"stop":1729033843116,"duration":0}},{"uid":"72ef2c6e6a29b879","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/72ef2c6e6a29b879","status":"passed","time":{"start":1729031892675,"stop":1729031892675,"duration":0}},{"uid":"e22de5cc44e4e0ea","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e22de5cc44e4e0ea","status":"passed","time":{"start":1728901438806,"stop":1728901438806,"duration":0}},{"uid":"9fd71b7b365949b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9fd71b7b365949b2","status":"passed","time":{"start":1728892868998,"stop":1728892868998,"duration":0}},{"uid":"8139eeeea2b09749","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8139eeeea2b09749","status":"passed","time":{"start":1728855831890,"stop":1728855831890,"duration":0}},{"uid":"818d06a8c812f340","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/818d06a8c812f340","status":"passed","time":{"start":1728738049038,"stop":1728738049038,"duration":0}},{"uid":"b099977b872bc67d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b099977b872bc67d","status":"passed","time":{"start":1728682582616,"stop":1728682582616,"duration":0}},{"uid":"e334b31f9b8d1f99","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e334b31f9b8d1f99","status":"passed","time":{"start":1728682155406,"stop":1728682155406,"duration":0}},{"uid":"b458df39f5f06aae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b458df39f5f06aae","status":"passed","time":{"start":1728676629971,"stop":1728676629972,"duration":1}},{"uid":"494c8c4443b6906d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/494c8c4443b6906d","status":"passed","time":{"start":1728669353099,"stop":1728669353099,"duration":0}},{"uid":"612f98e232489717","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/612f98e232489717","status":"passed","time":{"start":1728597693844,"stop":1728597693844,"duration":0}},{"uid":"96f32c37ea8cc347","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/96f32c37ea8cc347","status":"passed","time":{"start":1728596913088,"stop":1728596913089,"duration":1}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"901f0d8a4d1bcc8e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/901f0d8a4d1bcc8e","status":"passed","time":{"start":1729034341398,"stop":1729034341398,"duration":0}},{"uid":"496209f8d4828794","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/496209f8d4828794","status":"passed","time":{"start":1729034104906,"stop":1729034104907,"duration":1}},{"uid":"7f5688b8f4c7e99f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7f5688b8f4c7e99f","status":"passed","time":{"start":1729034028503,"stop":1729034028503,"duration":0}},{"uid":"4fa42b026d734b81","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4fa42b026d734b81","status":"passed","time":{"start":1729033843112,"stop":1729033843113,"duration":1}},{"uid":"4c1c2cb9ccd8ae3b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c1c2cb9ccd8ae3b","status":"passed","time":{"start":1729031892671,"stop":1729031892671,"duration":0}},{"uid":"fedc19d6f8103cb1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fedc19d6f8103cb1","status":"passed","time":{"start":1728901438801,"stop":1728901438802,"duration":1}},{"uid":"5a53a612f37a478e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a53a612f37a478e","status":"passed","time":{"start":1728892868994,"stop":1728892868994,"duration":0}},{"uid":"c7ea73a4540027e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c7ea73a4540027e5","status":"passed","time":{"start":1728855831887,"stop":1728855831887,"duration":0}},{"uid":"204bc7a734ef5353","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/204bc7a734ef5353","status":"passed","time":{"start":1728738049034,"stop":1728738049034,"duration":0}},{"uid":"fdc44501bbdb5ae9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fdc44501bbdb5ae9","status":"passed","time":{"start":1728682582610,"stop":1728682582611,"duration":1}},{"uid":"c29096fa82ec7732","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c29096fa82ec7732","status":"passed","time":{"start":1728682155402,"stop":1728682155402,"duration":0}},{"uid":"1704ec95354ac50","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1704ec95354ac50","status":"passed","time":{"start":1728676629967,"stop":1728676629968,"duration":1}},{"uid":"120ad5b7b1746f3a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/120ad5b7b1746f3a","status":"passed","time":{"start":1728669353094,"stop":1728669353095,"duration":1}},{"uid":"e3019b011a39749","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3019b011a39749","status":"passed","time":{"start":1728597693839,"stop":1728597693840,"duration":1}},{"uid":"419b79a6a7ea84cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/419b79a6a7ea84cd","status":"passed","time":{"start":1728596913084,"stop":1728596913085,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4f2671efc06931d2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f2671efc06931d2","status":"passed","time":{"start":1729034626851,"stop":1729034626851,"duration":0}},{"uid":"a4b14b6ea8603155","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a4b14b6ea8603155","status":"passed","time":{"start":1729034398548,"stop":1729034398548,"duration":0}},{"uid":"3dd7452a8e552e4b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3dd7452a8e552e4b","status":"passed","time":{"start":1729034314813,"stop":1729034314814,"duration":1}},{"uid":"c245fe3af29d4606","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c245fe3af29d4606","status":"passed","time":{"start":1729034137163,"stop":1729034137163,"duration":0}},{"uid":"2e2dd4d97e0336b9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e2dd4d97e0336b9","status":"passed","time":{"start":1729032187245,"stop":1729032187246,"duration":1}},{"uid":"9de4e400bfee205d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9de4e400bfee205d","status":"passed","time":{"start":1728901888429,"stop":1728901888429,"duration":0}},{"uid":"f072dbaf515ed169","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f072dbaf515ed169","status":"passed","time":{"start":1728893323789,"stop":1728893323790,"duration":1}},{"uid":"fb1e2518aa7f0235","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fb1e2518aa7f0235","status":"passed","time":{"start":1728856285926,"stop":1728856285927,"duration":1}},{"uid":"23f2534a523f6e09","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23f2534a523f6e09","status":"passed","time":{"start":1728738498274,"stop":1728738498275,"duration":1}},{"uid":"6434117b9b16f3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6434117b9b16f3f6","status":"passed","time":{"start":1728683041391,"stop":1728683041391,"duration":0}},{"uid":"59f28ea851355358","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59f28ea851355358","status":"passed","time":{"start":1728682596014,"stop":1728682596015,"duration":1}},{"uid":"fb0ea570ed238e10","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fb0ea570ed238e10","status":"passed","time":{"start":1728677091266,"stop":1728677091266,"duration":0}},{"uid":"27f6febfb70d4982","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/27f6febfb70d4982","status":"passed","time":{"start":1728669766425,"stop":1728669766425,"duration":0}},{"uid":"eb85de27da0c3647","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb85de27da0c3647","status":"passed","time":{"start":1728598152072,"stop":1728598152072,"duration":0}},{"uid":"94946e294883708a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/94946e294883708a","status":"passed","time":{"start":1728597364115,"stop":1728597364115,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7be23513471effc1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7be23513471effc1","status":"passed","time":{"start":1729034682680,"stop":1729034682681,"duration":1}},{"uid":"d0ea547fbbaa5853","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d0ea547fbbaa5853","status":"passed","time":{"start":1729034452185,"stop":1729034452186,"duration":1}},{"uid":"cd489363d0218eae","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cd489363d0218eae","status":"passed","time":{"start":1729034373081,"stop":1729034373082,"duration":1}},{"uid":"92e129b12baa52e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/92e129b12baa52e","status":"passed","time":{"start":1729034188118,"stop":1729034188119,"duration":1}},{"uid":"7143033bd05a497f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7143033bd05a497f","status":"passed","time":{"start":1729032231866,"stop":1729032231866,"duration":0}},{"uid":"7338b47af77cccca","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7338b47af77cccca","status":"passed","time":{"start":1728901989567,"stop":1728901989567,"duration":0}},{"uid":"36e55e07a9acb727","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/36e55e07a9acb727","status":"passed","time":{"start":1728893424905,"stop":1728893424905,"duration":0}},{"uid":"348c17b9e6e50e04","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/348c17b9e6e50e04","status":"passed","time":{"start":1728856376685,"stop":1728856376686,"duration":1}},{"uid":"9de8cbf88cf6a965","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9de8cbf88cf6a965","status":"passed","time":{"start":1728738593961,"stop":1728738593962,"duration":1}},{"uid":"c025d5c5cd193c6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c025d5c5cd193c6","status":"passed","time":{"start":1728683135341,"stop":1728683135341,"duration":0}},{"uid":"d40b38586cca3c68","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d40b38586cca3c68","status":"passed","time":{"start":1728682692593,"stop":1728682692594,"duration":1}},{"uid":"767cc578fc83a8ec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/767cc578fc83a8ec","status":"passed","time":{"start":1728677194230,"stop":1728677194230,"duration":0}},{"uid":"2799066024840e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2799066024840e2","status":"passed","time":{"start":1728669874425,"stop":1728669874426,"duration":1}},{"uid":"da8ad3613e9b3417","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/da8ad3613e9b3417","status":"passed","time":{"start":1728598257463,"stop":1728598257463,"duration":0}},{"uid":"ad63a05077fdda5e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ad63a05077fdda5e","status":"passed","time":{"start":1728597471299,"stop":1728597471299,"duration":0}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8336e8b1900d35a5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8336e8b1900d35a5","status":"passed","time":{"start":1729034356137,"stop":1729034356137,"duration":0}},{"uid":"9e3de10c8ddf9108","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9e3de10c8ddf9108","status":"passed","time":{"start":1729034120215,"stop":1729034120216,"duration":1}},{"uid":"7b6024137d89b8e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7b6024137d89b8e","status":"passed","time":{"start":1729034043143,"stop":1729034043144,"duration":1}},{"uid":"1f0a85825c5f4bd9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f0a85825c5f4bd9","status":"passed","time":{"start":1729033857766,"stop":1729033857766,"duration":0}},{"uid":"faeeb7474d6041ff","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/faeeb7474d6041ff","status":"passed","time":{"start":1729031907986,"stop":1729031907986,"duration":0}},{"uid":"f3c5b767cd7190ea","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f3c5b767cd7190ea","status":"passed","time":{"start":1728901453412,"stop":1728901453413,"duration":1}},{"uid":"b40bfd89c57ede02","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b40bfd89c57ede02","status":"passed","time":{"start":1728892883979,"stop":1728892883979,"duration":0}},{"uid":"b357f49577260b88","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b357f49577260b88","status":"passed","time":{"start":1728855846185,"stop":1728855846186,"duration":1}},{"uid":"5a47c7250f4126ea","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a47c7250f4126ea","status":"passed","time":{"start":1728738063648,"stop":1728738063648,"duration":0}},{"uid":"f3bae21f59558f85","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3bae21f59558f85","status":"passed","time":{"start":1728682597530,"stop":1728682597530,"duration":0}},{"uid":"ef248b026923cfc7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ef248b026923cfc7","status":"passed","time":{"start":1728682170202,"stop":1728682170202,"duration":0}},{"uid":"47e322dbe314613c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/47e322dbe314613c","status":"passed","time":{"start":1728676644981,"stop":1728676644981,"duration":0}},{"uid":"74843b8aa7805224","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74843b8aa7805224","status":"passed","time":{"start":1728669367854,"stop":1728669367854,"duration":0}},{"uid":"e3d8836452a50426","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3d8836452a50426","status":"passed","time":{"start":1728597708660,"stop":1728597708661,"duration":1}},{"uid":"1fb085406f2d3155","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1fb085406f2d3155","status":"passed","time":{"start":1728596927478,"stop":1728596927479,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e627d9d5b9b463ec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e627d9d5b9b463ec","status":"passed","time":{"start":1729034340755,"stop":1729034340756,"duration":1}},{"uid":"974c3230bcbb2648","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/974c3230bcbb2648","status":"passed","time":{"start":1729034104177,"stop":1729034104177,"duration":0}},{"uid":"c3e60ff25abe625e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c3e60ff25abe625e","status":"passed","time":{"start":1729034027743,"stop":1729034027744,"duration":1}},{"uid":"8d2ee081096896cd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8d2ee081096896cd","status":"passed","time":{"start":1729033842349,"stop":1729033842349,"duration":0}},{"uid":"2d1337e9032cea66","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2d1337e9032cea66","status":"passed","time":{"start":1729031892048,"stop":1729031892048,"duration":0}},{"uid":"87b734331f1b361b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/87b734331f1b361b","status":"passed","time":{"start":1728901438030,"stop":1728901438031,"duration":1}},{"uid":"38bcd019b0f3e37f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/38bcd019b0f3e37f","status":"passed","time":{"start":1728892868234,"stop":1728892868234,"duration":0}},{"uid":"987aba4ef3406231","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/987aba4ef3406231","status":"passed","time":{"start":1728855831081,"stop":1728855831081,"duration":0}},{"uid":"22518f3498bd659c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/22518f3498bd659c","status":"passed","time":{"start":1728738048443,"stop":1728738048443,"duration":0}},{"uid":"c7aabc758c24fc2e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c7aabc758c24fc2e","status":"passed","time":{"start":1728682581846,"stop":1728682581847,"duration":1}},{"uid":"e9bf404bc0ac8e0f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9bf404bc0ac8e0f","status":"passed","time":{"start":1728682154709,"stop":1728682154709,"duration":0}},{"uid":"311248462e63d7d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/311248462e63d7d","status":"passed","time":{"start":1728676629302,"stop":1728676629303,"duration":1}},{"uid":"f5b1908a9c83d9b0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5b1908a9c83d9b0","status":"passed","time":{"start":1728669352212,"stop":1728669352212,"duration":0}},{"uid":"ca88bd4f4a23e85b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca88bd4f4a23e85b","status":"passed","time":{"start":1728597693019,"stop":1728597693020,"duration":1}},{"uid":"dd330c2e8f69e664","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dd330c2e8f69e664","status":"passed","time":{"start":1728596912534,"stop":1728596912534,"duration":0}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ba3f9623c325d02f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba3f9623c325d02f","status":"passed","time":{"start":1729034704492,"stop":1729034704493,"duration":1}},{"uid":"54303706e2637ad9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/54303706e2637ad9","status":"passed","time":{"start":1729034474985,"stop":1729034474985,"duration":0}},{"uid":"176fbc3e90f147ac","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/176fbc3e90f147ac","status":"passed","time":{"start":1729034395288,"stop":1729034395289,"duration":1}},{"uid":"98c400b153fb0004","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/98c400b153fb0004","status":"passed","time":{"start":1729034209093,"stop":1729034209095,"duration":2}},{"uid":"1eeef2d091da52c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1eeef2d091da52c6","status":"passed","time":{"start":1729032264565,"stop":1729032264566,"duration":1}},{"uid":"d86c3a7d38c1dd3b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d86c3a7d38c1dd3b","status":"passed","time":{"start":1728902012845,"stop":1728902012846,"duration":1}},{"uid":"91d49634181cf04","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/91d49634181cf04","status":"passed","time":{"start":1728893454809,"stop":1728893454809,"duration":0}},{"uid":"d771d089e48712c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d771d089e48712c4","status":"passed","time":{"start":1728856408450,"stop":1728856408450,"duration":0}},{"uid":"fbda7e4bb952578a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fbda7e4bb952578a","status":"passed","time":{"start":1728738633852,"stop":1728738633853,"duration":1}},{"uid":"82cdbbb84aea3980","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82cdbbb84aea3980","status":"passed","time":{"start":1728683159750,"stop":1728683159751,"duration":1}},{"uid":"25cfad72dae62fba","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/25cfad72dae62fba","status":"passed","time":{"start":1728682751327,"stop":1728682751327,"duration":0}},{"uid":"3bfd50f5f373aaad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3bfd50f5f373aaad","status":"passed","time":{"start":1728677216353,"stop":1728677216353,"duration":0}},{"uid":"8aefa52a029a18ff","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8aefa52a029a18ff","status":"passed","time":{"start":1728669925451,"stop":1728669925452,"duration":1}},{"uid":"56eb5aada51007db","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/56eb5aada51007db","status":"passed","time":{"start":1728598268799,"stop":1728598268800,"duration":1}},{"uid":"6bbae4d73c7e1b58","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6bbae4d73c7e1b58","status":"passed","time":{"start":1728597503913,"stop":1728597503914,"duration":1}}]},"f72a225d1b4c878a36962511fda5a968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"d8452c2b0e17958e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d8452c2b0e17958e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473215,"stop":1729034473216,"duration":1}},{"uid":"e7c16d6621e87b7c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e7c16d6621e87b7c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241159,"stop":1729034241160,"duration":1}},{"uid":"897526e65382fa3f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/897526e65382fa3f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159974,"stop":1729034159974,"duration":0}},{"uid":"72689a90cd6c3e48","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/72689a90cd6c3e48","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977064,"stop":1729033977064,"duration":0}},{"uid":"b7f805738a9ddc77","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b7f805738a9ddc77","status":"passed","time":{"start":1729032093783,"stop":1729032093799,"duration":16}},{"uid":"c18018ef26cb8785","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c18018ef26cb8785","status":"passed","time":{"start":1728901748773,"stop":1728901748773,"duration":0}},{"uid":"8291e6206baae179","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8291e6206baae179","status":"passed","time":{"start":1728893181085,"stop":1728893181086,"duration":1}},{"uid":"a4fe1515f040721b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4fe1515f040721b","status":"passed","time":{"start":1728856155551,"stop":1728856155552,"duration":1}},{"uid":"44e5b587d07be8ed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/44e5b587d07be8ed","status":"passed","time":{"start":1728738360295,"stop":1728738360295,"duration":0}},{"uid":"b5815129e801b695","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5815129e801b695","status":"passed","time":{"start":1728682907222,"stop":1728682907222,"duration":0}},{"uid":"b8a7bea0a6889817","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b8a7bea0a6889817","status":"passed","time":{"start":1728682466733,"stop":1728682466734,"duration":1}},{"uid":"f75ac11115409c08","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f75ac11115409c08","status":"passed","time":{"start":1728676955722,"stop":1728676955722,"duration":0}},{"uid":"cd35f96406de5fa7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd35f96406de5fa7","status":"passed","time":{"start":1728598013534,"stop":1728598013535,"duration":1}},{"uid":"9aa92b006b5b945d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9aa92b006b5b945d","status":"passed","time":{"start":1728597225199,"stop":1728597225199,"duration":0}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b0ddc5e12eb54512","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b0ddc5e12eb54512","status":"passed","time":{"start":1729034704506,"stop":1729034704506,"duration":0}},{"uid":"11d1e8566124ac83","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/11d1e8566124ac83","status":"passed","time":{"start":1729034475002,"stop":1729034475003,"duration":1}},{"uid":"ab262eeaf377416","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ab262eeaf377416","status":"passed","time":{"start":1729034395300,"stop":1729034395300,"duration":0}},{"uid":"f9111ca1f9067fac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9111ca1f9067fac","status":"passed","time":{"start":1729034209113,"stop":1729034209114,"duration":1}},{"uid":"fcf08c8aaf7c3017","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fcf08c8aaf7c3017","status":"passed","time":{"start":1729032264590,"stop":1729032264590,"duration":0}},{"uid":"40427bdf8b14dfe3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40427bdf8b14dfe3","status":"passed","time":{"start":1728902012872,"stop":1728902012873,"duration":1}},{"uid":"1a909f739d9f4112","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1a909f739d9f4112","status":"passed","time":{"start":1728893454823,"stop":1728893454823,"duration":0}},{"uid":"e3319b4f461bdcea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e3319b4f461bdcea","status":"passed","time":{"start":1728856408466,"stop":1728856408466,"duration":0}},{"uid":"3a00043aee6cf28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3a00043aee6cf28","status":"passed","time":{"start":1728738633872,"stop":1728738633872,"duration":0}},{"uid":"7547f361dd6a70f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7547f361dd6a70f4","status":"passed","time":{"start":1728683159818,"stop":1728683159818,"duration":0}},{"uid":"89822ee6be3698a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/89822ee6be3698a1","status":"passed","time":{"start":1728682751341,"stop":1728682751342,"duration":1}},{"uid":"d00a5c7845cc28e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d00a5c7845cc28e4","status":"passed","time":{"start":1728677216376,"stop":1728677216376,"duration":0}},{"uid":"861e89ab8191c483","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/861e89ab8191c483","status":"passed","time":{"start":1728669925465,"stop":1728669925465,"duration":0}},{"uid":"19fe37b9fa38020e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/19fe37b9fa38020e","status":"passed","time":{"start":1728598268819,"stop":1728598268819,"duration":0}},{"uid":"757e1ebfeb8044ba","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/757e1ebfeb8044ba","status":"passed","time":{"start":1728597503947,"stop":1728597503948,"duration":1}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"44eb10a901fa2466","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/44eb10a901fa2466","status":"passed","time":{"start":1729034356138,"stop":1729034356138,"duration":0}},{"uid":"7c124b7d15466a72","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7c124b7d15466a72","status":"passed","time":{"start":1729034120216,"stop":1729034120217,"duration":1}},{"uid":"6a1562a4cb815fb5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a1562a4cb815fb5","status":"passed","time":{"start":1729034043144,"stop":1729034043145,"duration":1}},{"uid":"2fb4e6463603829c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2fb4e6463603829c","status":"passed","time":{"start":1729033857767,"stop":1729033857768,"duration":1}},{"uid":"9e4b2e28f9e1910","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e4b2e28f9e1910","status":"passed","time":{"start":1729031907987,"stop":1729031907988,"duration":1}},{"uid":"a3c943aa4f7a237b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3c943aa4f7a237b","status":"passed","time":{"start":1728901453413,"stop":1728901453414,"duration":1}},{"uid":"368819060626cc77","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/368819060626cc77","status":"passed","time":{"start":1728892883980,"stop":1728892883980,"duration":0}},{"uid":"376eb5020b9be61a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/376eb5020b9be61a","status":"passed","time":{"start":1728855846186,"stop":1728855846187,"duration":1}},{"uid":"c0a0f674bfce2dd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0a0f674bfce2dd","status":"passed","time":{"start":1728738063649,"stop":1728738063649,"duration":0}},{"uid":"57d84a35fccedc60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/57d84a35fccedc60","status":"passed","time":{"start":1728682597532,"stop":1728682597532,"duration":0}},{"uid":"3190a66db260ef18","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3190a66db260ef18","status":"passed","time":{"start":1728682170203,"stop":1728682170204,"duration":1}},{"uid":"85d42aa6e26adf47","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85d42aa6e26adf47","status":"passed","time":{"start":1728676644982,"stop":1728676644982,"duration":0}},{"uid":"d6f717fe3a83c2d3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d6f717fe3a83c2d3","status":"passed","time":{"start":1728669367855,"stop":1728669367855,"duration":0}},{"uid":"948bf626630716e4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/948bf626630716e4","status":"passed","time":{"start":1728597708661,"stop":1728597708662,"duration":1}},{"uid":"6dafaa85538000fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6dafaa85538000fd","status":"passed","time":{"start":1728596927479,"stop":1728596927480,"duration":1}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"320aa6f679d62665","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/320aa6f679d62665","status":"passed","time":{"start":1729034640520,"stop":1729034640521,"duration":1}},{"uid":"284a89eac5a44070","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/284a89eac5a44070","status":"passed","time":{"start":1729034411421,"stop":1729034411422,"duration":1}},{"uid":"567829626063910c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/567829626063910c","status":"passed","time":{"start":1729034327399,"stop":1729034327401,"duration":2}},{"uid":"938a9acb9bcb9d69","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/938a9acb9bcb9d69","status":"passed","time":{"start":1729034147770,"stop":1729034147771,"duration":1}},{"uid":"885617e53b5c68fd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/885617e53b5c68fd","status":"passed","time":{"start":1729032204827,"stop":1729032204827,"duration":0}},{"uid":"b7bea07406e4358e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7bea07406e4358e","status":"passed","time":{"start":1728901907699,"stop":1728901907699,"duration":0}},{"uid":"9cda8b5e24af114b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9cda8b5e24af114b","status":"passed","time":{"start":1728893341887,"stop":1728893341888,"duration":1}},{"uid":"89db019828c74e82","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89db019828c74e82","status":"passed","time":{"start":1728856299356,"stop":1728856299356,"duration":0}},{"uid":"7ed3dd8d249f1b34","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7ed3dd8d249f1b34","status":"passed","time":{"start":1728738511616,"stop":1728738511616,"duration":0}},{"uid":"6a4669d54ef12985","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6a4669d54ef12985","status":"passed","time":{"start":1728683052910,"stop":1728683052910,"duration":0}},{"uid":"e49fd75925f64edc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e49fd75925f64edc","status":"passed","time":{"start":1728682612909,"stop":1728682612910,"duration":1}},{"uid":"23d55a8d8f1e61","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/23d55a8d8f1e61","status":"passed","time":{"start":1728677115745,"stop":1728677115745,"duration":0}},{"uid":"7e1e6b5ad996c220","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7e1e6b5ad996c220","status":"passed","time":{"start":1728669778173,"stop":1728669778173,"duration":0}},{"uid":"c54b6d16af17654c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c54b6d16af17654c","status":"passed","time":{"start":1728598175431,"stop":1728598175432,"duration":1}},{"uid":"4acb1073d9f2d273","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4acb1073d9f2d273","status":"passed","time":{"start":1728597380060,"stop":1728597380060,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c589be67600220bc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c589be67600220bc","status":"passed","time":{"start":1729034506788,"stop":1729034506788,"duration":0}},{"uid":"40a6dfd52dd9d756","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/40a6dfd52dd9d756","status":"passed","time":{"start":1729034259809,"stop":1729034259811,"duration":2}},{"uid":"dc9654511488e7da","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dc9654511488e7da","status":"passed","time":{"start":1729034194005,"stop":1729034194005,"duration":0}},{"uid":"8b07c39a2039fe48","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b07c39a2039fe48","status":"passed","time":{"start":1729034014850,"stop":1729034014851,"duration":1}},{"uid":"841cc3c697bdd7bc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/841cc3c697bdd7bc","status":"passed","time":{"start":1729032065437,"stop":1729032065437,"duration":0}},{"uid":"b3ba8526089ef9b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b3ba8526089ef9b7","status":"passed","time":{"start":1728901664235,"stop":1728901664236,"duration":1}},{"uid":"61e642b69e01c2cf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61e642b69e01c2cf","status":"passed","time":{"start":1728893093685,"stop":1728893093685,"duration":0}},{"uid":"e7cb152c3855674e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e7cb152c3855674e","status":"passed","time":{"start":1728856055264,"stop":1728856055264,"duration":0}},{"uid":"a95b2cd273dbe24a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a95b2cd273dbe24a","status":"passed","time":{"start":1728738274740,"stop":1728738274741,"duration":1}},{"uid":"df1d2c63ee67f9b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/df1d2c63ee67f9b7","status":"passed","time":{"start":1728682807951,"stop":1728682807951,"duration":0}},{"uid":"77167f906bc95862","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77167f906bc95862","status":"passed","time":{"start":1728682381280,"stop":1728682381280,"duration":0}},{"uid":"7fd5f7d81c1a5059","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7fd5f7d81c1a5059","status":"passed","time":{"start":1728676853893,"stop":1728676853894,"duration":1}},{"uid":"81f5b42330798096","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/81f5b42330798096","status":"passed","time":{"start":1728669581685,"stop":1728669581685,"duration":0}},{"uid":"cdc33b13f344e94f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cdc33b13f344e94f","status":"passed","time":{"start":1728597923470,"stop":1728597923471,"duration":1}},{"uid":"ab90d79ced49792e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ab90d79ced49792e","status":"passed","time":{"start":1728597132259,"stop":1728597132259,"duration":0}}]},"6b705ff319ca5af049d9bd4b1ccb4ea4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a5993a912345546d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5993a912345546d","status":"passed","time":{"start":1729034373012,"stop":1729034373012,"duration":0}},{"uid":"83ad6987dd2166c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/83ad6987dd2166c","status":"passed","time":{"start":1729034137117,"stop":1729034137118,"duration":1}},{"uid":"8539d53e2a54f9dc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8539d53e2a54f9dc","status":"passed","time":{"start":1729034060047,"stop":1729034060047,"duration":0}},{"uid":"831fbf155c9a84a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/831fbf155c9a84a3","status":"passed","time":{"start":1729033875029,"stop":1729033875030,"duration":1}},{"uid":"a3041231e33fd6e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3041231e33fd6e0","status":"passed","time":{"start":1729031924910,"stop":1729031924911,"duration":1}},{"uid":"325f1e8d8025b993","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/325f1e8d8025b993","status":"passed","time":{"start":1728901469137,"stop":1728901469137,"duration":0}},{"uid":"73b0c6de0a079ab9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73b0c6de0a079ab9","status":"passed","time":{"start":1728892899802,"stop":1728892899802,"duration":0}},{"uid":"3f1820537422a5a7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3f1820537422a5a7","status":"passed","time":{"start":1728855863298,"stop":1728855863298,"duration":0}},{"uid":"18dec91ccfb3b7e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/18dec91ccfb3b7e6","status":"passed","time":{"start":1728738080959,"stop":1728738080959,"duration":0}},{"uid":"7ca7a0ea0a30d19c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ca7a0ea0a30d19c","status":"passed","time":{"start":1728682614318,"stop":1728682614318,"duration":0}},{"uid":"99bf4a30b530c985","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99bf4a30b530c985","status":"passed","time":{"start":1728682187223,"stop":1728682187223,"duration":0}},{"uid":"ab4ffde9fb790c86","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ab4ffde9fb790c86","status":"passed","time":{"start":1728676661424,"stop":1728676661425,"duration":1}},{"uid":"ace51775ead251c4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ace51775ead251c4","status":"passed","time":{"start":1728669384755,"stop":1728669384756,"duration":1}},{"uid":"6d3af387919888c4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6d3af387919888c4","status":"passed","time":{"start":1728597724213,"stop":1728597724213,"duration":0}},{"uid":"3f15ff76afb1b6d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f15ff76afb1b6d","status":"passed","time":{"start":1728596943267,"stop":1728596943267,"duration":0}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b529249d673b00ec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b529249d673b00ec","status":"passed","time":{"start":1729034462534,"stop":1729034462535,"duration":1}},{"uid":"65482095652fccdd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/65482095652fccdd","status":"passed","time":{"start":1729034231344,"stop":1729034231345,"duration":1}},{"uid":"60c850c9a2baaac7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/60c850c9a2baaac7","status":"passed","time":{"start":1729034153006,"stop":1729034153006,"duration":0}},{"uid":"ac2dbb59a9490cb3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac2dbb59a9490cb3","status":"passed","time":{"start":1729033965754,"stop":1729033965757,"duration":3}},{"uid":"b1c900fd7336aa7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b1c900fd7336aa7","status":"passed","time":{"start":1729032018034,"stop":1729032018037,"duration":3}},{"uid":"5d6c5ca3d79ac070","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5d6c5ca3d79ac070","status":"passed","time":{"start":1728901595854,"stop":1728901595880,"duration":26}},{"uid":"d316bf94927d6bb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d316bf94927d6bb","status":"passed","time":{"start":1728893032691,"stop":1728893032692,"duration":1}},{"uid":"f3133cb380aca9a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3133cb380aca9a4","status":"passed","time":{"start":1728855998190,"stop":1728855998190,"duration":0}},{"uid":"c07111de781f2c64","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c07111de781f2c64","status":"passed","time":{"start":1728738212198,"stop":1728738212198,"duration":0}},{"uid":"164b9a0d8374aea3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/164b9a0d8374aea3","status":"passed","time":{"start":1728682746585,"stop":1728682746615,"duration":30}},{"uid":"a9ba9a4149ed66cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a9ba9a4149ed66cf","status":"passed","time":{"start":1728682328619,"stop":1728682328619,"duration":0}},{"uid":"86619ba6d23d320f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/86619ba6d23d320f","status":"passed","time":{"start":1728676807594,"stop":1728676807595,"duration":1}},{"uid":"7da389398ad98af9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7da389398ad98af9","status":"passed","time":{"start":1728669514930,"stop":1728669514930,"duration":0}},{"uid":"8a6c579b9ce7acfd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a6c579b9ce7acfd","status":"passed","time":{"start":1728597860133,"stop":1728597860139,"duration":6}},{"uid":"5c88a8db63feb5f0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c88a8db63feb5f0","status":"passed","time":{"start":1728597074716,"stop":1728597074718,"duration":2}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5bf10075908efe0c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5bf10075908efe0c","status":"passed","time":{"start":1729034656459,"stop":1729034656459,"duration":0}},{"uid":"7494cb3cefd9b3a9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7494cb3cefd9b3a9","status":"passed","time":{"start":1729034428552,"stop":1729034428552,"duration":0}},{"uid":"7fddfdac1ed1764a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7fddfdac1ed1764a","status":"passed","time":{"start":1729034348210,"stop":1729034348212,"duration":2}},{"uid":"d9cc8da31c46b31b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9cc8da31c46b31b","status":"passed","time":{"start":1729034169436,"stop":1729034169437,"duration":1}},{"uid":"722988b55b3301c4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/722988b55b3301c4","status":"passed","time":{"start":1729032228809,"stop":1729032228809,"duration":0}},{"uid":"84f03c8239f22e1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84f03c8239f22e1f","status":"passed","time":{"start":1728901950542,"stop":1728901950543,"duration":1}},{"uid":"b32fb7b27dc55e1f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b32fb7b27dc55e1f","status":"passed","time":{"start":1728893389984,"stop":1728893389985,"duration":1}},{"uid":"c498b4decf7f2561","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c498b4decf7f2561","status":"passed","time":{"start":1728856333649,"stop":1728856333656,"duration":7}},{"uid":"2733e4e261cc8246","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2733e4e261cc8246","status":"passed","time":{"start":1728738555092,"stop":1728738555093,"duration":1}},{"uid":"815fb2a7783ccdc0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/815fb2a7783ccdc0","status":"passed","time":{"start":1728683093169,"stop":1728683093169,"duration":0}},{"uid":"518adc522c19c2ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/518adc522c19c2ae","status":"passed","time":{"start":1728682652691,"stop":1728682652691,"duration":0}},{"uid":"a07920d4a792d83a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a07920d4a792d83a","status":"passed","time":{"start":1728677156808,"stop":1728677156809,"duration":1}},{"uid":"f46a0f2f8e9ff8df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f46a0f2f8e9ff8df","status":"passed","time":{"start":1728669834421,"stop":1728669834422,"duration":1}},{"uid":"73ea2a63765063b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/73ea2a63765063b1","status":"passed","time":{"start":1728598212609,"stop":1728598212610,"duration":1}},{"uid":"fc68f2e7ab35e75c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc68f2e7ab35e75c","status":"passed","time":{"start":1728597423323,"stop":1728597423324,"duration":1}}]},"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c4a53638cd88e858","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4a53638cd88e858","status":"passed","time":{"start":1729034332648,"stop":1729034332649,"duration":1}},{"uid":"1d28ad1e42d4c159","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1d28ad1e42d4c159","status":"passed","time":{"start":1729034096145,"stop":1729034096145,"duration":0}},{"uid":"181c92ddb107dbc9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/181c92ddb107dbc9","status":"passed","time":{"start":1729034020101,"stop":1729034020101,"duration":0}},{"uid":"f7a412c046fada37","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7a412c046fada37","status":"passed","time":{"start":1729033834399,"stop":1729033834399,"duration":0}},{"uid":"a96cf9b25bed14e1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a96cf9b25bed14e1","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"267d48ce0f22ade2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/267d48ce0f22ade2","status":"passed","time":{"start":1728901430265,"stop":1728901430265,"duration":0}},{"uid":"da36d8d8977ba3a6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da36d8d8977ba3a6","status":"passed","time":{"start":1728892860543,"stop":1728892860544,"duration":1}},{"uid":"ec556712383811a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ec556712383811a2","status":"passed","time":{"start":1728855823333,"stop":1728855823333,"duration":0}},{"uid":"91b3d51f6ddad479","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/91b3d51f6ddad479","status":"passed","time":{"start":1728738040614,"stop":1728738040614,"duration":0}},{"uid":"9eac72b084053a26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9eac72b084053a26","status":"passed","time":{"start":1728682574106,"stop":1728682574106,"duration":0}},{"uid":"2df4ecabf3c36f82","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2df4ecabf3c36f82","status":"passed","time":{"start":1728682146829,"stop":1728682146829,"duration":0}},{"uid":"823046bd0782a4f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/823046bd0782a4f0","status":"passed","time":{"start":1728676621443,"stop":1728676621444,"duration":1}},{"uid":"8bfd88eb06a3300c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bfd88eb06a3300c","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"246da44fa7dd492f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/246da44fa7dd492f","status":"passed","time":{"start":1728597685174,"stop":1728597685174,"duration":0}},{"uid":"88535cffe5e3dad0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/88535cffe5e3dad0","status":"passed","time":{"start":1728596904484,"stop":1728596904484,"duration":0}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cee0ffb13c170630","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cee0ffb13c170630","status":"passed","time":{"start":1729034366396,"stop":1729034366397,"duration":1}},{"uid":"4f326cebd1f2ae0b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4f326cebd1f2ae0b","status":"passed","time":{"start":1729034130426,"stop":1729034130427,"duration":1}},{"uid":"cb0eaed23ba25ea4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cb0eaed23ba25ea4","status":"passed","time":{"start":1729034053396,"stop":1729034053397,"duration":1}},{"uid":"fb86f409926bc59c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb86f409926bc59c","status":"passed","time":{"start":1729033868322,"stop":1729033868324,"duration":2}},{"uid":"da8eb696bd061ac9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/da8eb696bd061ac9","status":"passed","time":{"start":1729031918113,"stop":1729031918114,"duration":1}},{"uid":"c314dffb1b8b8409","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c314dffb1b8b8409","status":"passed","time":{"start":1728901463793,"stop":1728901463794,"duration":1}},{"uid":"873ac3682668734e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/873ac3682668734e","status":"passed","time":{"start":1728892894307,"stop":1728892894308,"duration":1}},{"uid":"6e7330bdcfddec87","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6e7330bdcfddec87","status":"passed","time":{"start":1728855856834,"stop":1728855856836,"duration":2}},{"uid":"e4c136f4402a6971","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e4c136f4402a6971","status":"passed","time":{"start":1728738074175,"stop":1728738074176,"duration":1}},{"uid":"dadc0df11568546e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dadc0df11568546e","status":"passed","time":{"start":1728682607648,"stop":1728682607649,"duration":1}},{"uid":"2e51bd0366f06279","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2e51bd0366f06279","status":"passed","time":{"start":1728682180602,"stop":1728682180603,"duration":1}},{"uid":"475efb992bf30d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/475efb992bf30d7","status":"passed","time":{"start":1728676655185,"stop":1728676655187,"duration":2}},{"uid":"ecf9401549858088","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ecf9401549858088","status":"passed","time":{"start":1728669378161,"stop":1728669378162,"duration":1}},{"uid":"8ba5de97849e480e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ba5de97849e480e","status":"passed","time":{"start":1728597718739,"stop":1728597718740,"duration":1}},{"uid":"f18431d91091e2ee","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f18431d91091e2ee","status":"passed","time":{"start":1728596937942,"stop":1728596937944,"duration":2}}]},"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"40d3bf589e6f561c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/40d3bf589e6f561c","status":"passed","time":{"start":1729034683701,"stop":1729034683701,"duration":0}},{"uid":"71a7097d350e723d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/71a7097d350e723d","status":"passed","time":{"start":1729034458928,"stop":1729034458932,"duration":4}},{"uid":"b579ccbbad6d8b6d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b579ccbbad6d8b6d","status":"passed","time":{"start":1729034372203,"stop":1729034372203,"duration":0}},{"uid":"fbcc98d706d0d618","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbcc98d706d0d618","status":"passed","time":{"start":1729034191995,"stop":1729034191996,"duration":1}},{"uid":"81b1da614986ae80","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/81b1da614986ae80","status":"passed","time":{"start":1729032246148,"stop":1729032246148,"duration":0}},{"uid":"fe7be27e59d8f9ac","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fe7be27e59d8f9ac","status":"passed","time":{"start":1728902009943,"stop":1728902009944,"duration":1}},{"uid":"5ea5af7238cdf302","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5ea5af7238cdf302","status":"passed","time":{"start":1728893442068,"stop":1728893442069,"duration":1}},{"uid":"d8f321c867ef5b25","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d8f321c867ef5b25","status":"passed","time":{"start":1728856390380,"stop":1728856390381,"duration":1}},{"uid":"545262260421b78","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/545262260421b78","status":"passed","time":{"start":1728738615986,"stop":1728738615986,"duration":0}},{"uid":"5324de593b98fa66","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5324de593b98fa66","status":"passed","time":{"start":1728683138591,"stop":1728683138591,"duration":0}},{"uid":"6c7dcb728f52a293","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c7dcb728f52a293","status":"passed","time":{"start":1728682713980,"stop":1728682713981,"duration":1}},{"uid":"7c94e96c7af56109","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c94e96c7af56109","status":"passed","time":{"start":1728677205666,"stop":1728677205667,"duration":1}},{"uid":"f5b1fb4f2b5e6804","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5b1fb4f2b5e6804","status":"passed","time":{"start":1728669886307,"stop":1728669886307,"duration":0}},{"uid":"169ec2ab6355cbdc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/169ec2ab6355cbdc","status":"passed","time":{"start":1728598272275,"stop":1728598272275,"duration":0}},{"uid":"f8af2f76bba75e51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f8af2f76bba75e51","status":"passed","time":{"start":1728597492999,"stop":1728597493000,"duration":1}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"33a437f83293fd24","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/33a437f83293fd24","status":"passed","time":{"start":1729034640504,"stop":1729034640505,"duration":1}},{"uid":"cef95cec53f445a9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cef95cec53f445a9","status":"passed","time":{"start":1729034411414,"stop":1729034411417,"duration":3}},{"uid":"cae088a6c2083d3d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cae088a6c2083d3d","status":"passed","time":{"start":1729034327388,"stop":1729034327388,"duration":0}},{"uid":"394d2b747420596a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/394d2b747420596a","status":"passed","time":{"start":1729034147759,"stop":1729034147760,"duration":1}},{"uid":"aa509bee5f7edc59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aa509bee5f7edc59","status":"passed","time":{"start":1729032204821,"stop":1729032204821,"duration":0}},{"uid":"fc2b686cddba0bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fc2b686cddba0bf","status":"passed","time":{"start":1728901907647,"stop":1728901907650,"duration":3}},{"uid":"8fea3aa3e51b90b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fea3aa3e51b90b","status":"passed","time":{"start":1728893341884,"stop":1728893341884,"duration":0}},{"uid":"4774fdcbc77b459a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4774fdcbc77b459a","status":"passed","time":{"start":1728856299348,"stop":1728856299348,"duration":0}},{"uid":"63015f65b039508f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/63015f65b039508f","status":"passed","time":{"start":1728738511609,"stop":1728738511610,"duration":1}},{"uid":"312a02b346c1dd6f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/312a02b346c1dd6f","status":"passed","time":{"start":1728683052903,"stop":1728683052904,"duration":1}},{"uid":"1ed99e18e8009bb0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1ed99e18e8009bb0","status":"passed","time":{"start":1728682612904,"stop":1728682612905,"duration":1}},{"uid":"bd2d282f05a6da46","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bd2d282f05a6da46","status":"passed","time":{"start":1728677115736,"stop":1728677115737,"duration":1}},{"uid":"efb6c25fe040e1c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/efb6c25fe040e1c9","status":"passed","time":{"start":1728669778167,"stop":1728669778168,"duration":1}},{"uid":"78e77ff5ff6fdf5a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/78e77ff5ff6fdf5a","status":"passed","time":{"start":1728598175425,"stop":1728598175426,"duration":1}},{"uid":"acefc9510a9e9cb2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/acefc9510a9e9cb2","status":"passed","time":{"start":1728597380055,"stop":1728597380055,"duration":0}}]},"093f3f6165bca62c4d2f0dde05467705:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1dc71abc2902213e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1dc71abc2902213e","status":"passed","time":{"start":1728901950543,"stop":1728901950545,"duration":2}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e3ede631e07be19c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e3ede631e07be19c","status":"passed","time":{"start":1729034472941,"stop":1729034472942,"duration":1}},{"uid":"abaeb6f8443b5c30","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/abaeb6f8443b5c30","status":"passed","time":{"start":1729034240910,"stop":1729034240910,"duration":0}},{"uid":"3d559e998831b97c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3d559e998831b97c","status":"passed","time":{"start":1729034159611,"stop":1729034159611,"duration":0}},{"uid":"c2d2808b98af2f41","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2d2808b98af2f41","status":"passed","time":{"start":1729033976784,"stop":1729033976788,"duration":4}},{"uid":"194752e613c5568e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/194752e613c5568e","status":"passed","time":{"start":1729032020509,"stop":1729032020509,"duration":0}},{"uid":"34c3e3a9f592fd61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/34c3e3a9f592fd61","status":"passed","time":{"start":1728901616426,"stop":1728901616426,"duration":0}},{"uid":"dd74edca547ec3c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dd74edca547ec3c4","status":"passed","time":{"start":1728893050241,"stop":1728893050241,"duration":0}},{"uid":"276493c22cc1663f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/276493c22cc1663f","status":"passed","time":{"start":1728856015168,"stop":1728856015168,"duration":0}},{"uid":"c01aa186ca265b25","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c01aa186ca265b25","status":"passed","time":{"start":1728738233132,"stop":1728738233132,"duration":0}},{"uid":"b09ce5de29be749b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b09ce5de29be749b","status":"passed","time":{"start":1728682762465,"stop":1728682762466,"duration":1}},{"uid":"f14d28552b3578c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f14d28552b3578c9","status":"passed","time":{"start":1728682332782,"stop":1728682332782,"duration":0}},{"uid":"b1a17e75a984f039","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b1a17e75a984f039","status":"passed","time":{"start":1728676810286,"stop":1728676810287,"duration":1}},{"uid":"2399e562934a6c61","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2399e562934a6c61","status":"passed","time":{"start":1728669529889,"stop":1728669529890,"duration":1}},{"uid":"c08c8a26c747618b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c08c8a26c747618b","status":"passed","time":{"start":1728597873529,"stop":1728597873530,"duration":1}},{"uid":"bec3cf966adfd81b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bec3cf966adfd81b","status":"passed","time":{"start":1728597089269,"stop":1728597089270,"duration":1}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5eb73c05e6ab9ec9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5eb73c05e6ab9ec9","status":"passed","time":{"start":1729034728789,"stop":1729034728789,"duration":0}},{"uid":"b2751e0d2a4ac3f7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b2751e0d2a4ac3f7","status":"passed","time":{"start":1729034400845,"stop":1729034400845,"duration":0}},{"uid":"d8be776bd4956686","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d8be776bd4956686","status":"passed","time":{"start":1728902045391,"stop":1728902045392,"duration":1}},{"uid":"b6ef66d41f0d69a9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b6ef66d41f0d69a9","status":"passed","time":{"start":1728893481312,"stop":1728893481312,"duration":0}},{"uid":"8e976ba78ba91437","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8e976ba78ba91437","status":"passed","time":{"start":1728856434368,"stop":1728856434368,"duration":0}},{"uid":"84756d444a5db546","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/84756d444a5db546","status":"passed","time":{"start":1728738656933,"stop":1728738656935,"duration":2}},{"uid":"f876fd3194045300","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f876fd3194045300","status":"passed","time":{"start":1728683172720,"stop":1728683172722,"duration":2}},{"uid":"841470798cc67935","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/841470798cc67935","status":"passed","time":{"start":1728682747612,"stop":1728682747612,"duration":0}},{"uid":"cba245b83cfca882","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cba245b83cfca882","status":"passed","time":{"start":1728677247280,"stop":1728677247280,"duration":0}},{"uid":"a8c4be753a7afdb8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a8c4be753a7afdb8","status":"passed","time":{"start":1728669917947,"stop":1728669917948,"duration":1}},{"uid":"6a3aecd29b9d212","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a3aecd29b9d212","status":"passed","time":{"start":1728598290717,"stop":1728598290718,"duration":1}},{"uid":"109108243cc108e6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/109108243cc108e6","status":"passed","time":{"start":1728597515858,"stop":1728597515858,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d1ced3437b569f0e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1ced3437b569f0e","status":"passed","time":{"start":1729034631246,"stop":1729034631247,"duration":1}},{"uid":"1c360f0b6e01ae4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1c360f0b6e01ae4","status":"passed","time":{"start":1729034400883,"stop":1729034400883,"duration":0}},{"uid":"b6726ce1a2d5903e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b6726ce1a2d5903e","status":"passed","time":{"start":1729034317436,"stop":1729034317436,"duration":0}},{"uid":"1d1435120d8f93e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1d1435120d8f93e5","status":"passed","time":{"start":1729034137118,"stop":1729034137118,"duration":0}},{"uid":"f174f8ab2561de24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f174f8ab2561de24","status":"passed","time":{"start":1729032206864,"stop":1729032206865,"duration":1}},{"uid":"14daefea9d6a23b9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/14daefea9d6a23b9","status":"passed","time":{"start":1728901995009,"stop":1728901995009,"duration":0}},{"uid":"abec700f66740c59","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/abec700f66740c59","status":"passed","time":{"start":1728893420988,"stop":1728893420988,"duration":0}},{"uid":"dcaf453cf0a1aa5b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dcaf453cf0a1aa5b","status":"passed","time":{"start":1728856368590,"stop":1728856368591,"duration":1}},{"uid":"cd375a9a82666824","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cd375a9a82666824","status":"passed","time":{"start":1728738604675,"stop":1728738604675,"duration":0}},{"uid":"5af1504afb9c52f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5af1504afb9c52f4","status":"passed","time":{"start":1728683117603,"stop":1728683117604,"duration":1}},{"uid":"cd531d0b864524ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd531d0b864524ff","status":"passed","time":{"start":1728682721312,"stop":1728682721312,"duration":0}},{"uid":"cfd9f6b3f4f96cbe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cfd9f6b3f4f96cbe","status":"passed","time":{"start":1728677184673,"stop":1728677184674,"duration":1}},{"uid":"af278fce5a7bbfc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af278fce5a7bbfc","status":"passed","time":{"start":1728669866439,"stop":1728669866439,"duration":0}},{"uid":"437249ae5c8f6e33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/437249ae5c8f6e33","status":"passed","time":{"start":1728598249970,"stop":1728598249970,"duration":0}},{"uid":"d81442ad0bc92732","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d81442ad0bc92732","status":"passed","time":{"start":1728597472279,"stop":1728597472281,"duration":2}}]},"350070185c1d9f550ad6e4af0fb176e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e10351dc7a561fda","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e10351dc7a561fda","status":"passed","time":{"start":1729034348217,"stop":1729034348217,"duration":0}}]},"0918d99b10fadd9f6076965c9d60cc3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dab637000a19070e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dab637000a19070e","status":"passed","time":{"start":1729032198816,"stop":1729032198819,"duration":3}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"434a39bc0e73f8d2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/434a39bc0e73f8d2","status":"passed","time":{"start":1729034626850,"stop":1729034626850,"duration":0}},{"uid":"b87cd005ab38ab9b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b87cd005ab38ab9b","status":"passed","time":{"start":1729034398546,"stop":1729034398546,"duration":0}},{"uid":"e6136e40497b3c00","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e6136e40497b3c00","status":"passed","time":{"start":1729034314812,"stop":1729034314812,"duration":0}},{"uid":"e7e8b7c01bbb853d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7e8b7c01bbb853d","status":"passed","time":{"start":1729034137162,"stop":1729034137162,"duration":0}},{"uid":"4d9bfdc358f2cb4f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4d9bfdc358f2cb4f","status":"passed","time":{"start":1729032187244,"stop":1729032187244,"duration":0}},{"uid":"1530e187c46a7ab7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1530e187c46a7ab7","status":"passed","time":{"start":1728901888428,"stop":1728901888428,"duration":0}},{"uid":"54ac4e84686e696e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54ac4e84686e696e","status":"passed","time":{"start":1728893323780,"stop":1728893323780,"duration":0}},{"uid":"7de2810f4adba981","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7de2810f4adba981","status":"passed","time":{"start":1728856285924,"stop":1728856285925,"duration":1}},{"uid":"9990dba9b5a4e9b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9990dba9b5a4e9b9","status":"passed","time":{"start":1728738498273,"stop":1728738498273,"duration":0}},{"uid":"aa266f9592fc4d7f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aa266f9592fc4d7f","status":"passed","time":{"start":1728683041389,"stop":1728683041390,"duration":1}},{"uid":"c87f5332c614e477","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c87f5332c614e477","status":"passed","time":{"start":1728682596009,"stop":1728682596011,"duration":2}},{"uid":"4b48e7690c262ff2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4b48e7690c262ff2","status":"passed","time":{"start":1728677091265,"stop":1728677091266,"duration":1}},{"uid":"280f3217bc8f197b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/280f3217bc8f197b","status":"passed","time":{"start":1728669766423,"stop":1728669766424,"duration":1}},{"uid":"c078bdb921692726","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c078bdb921692726","status":"passed","time":{"start":1728598152071,"stop":1728598152071,"duration":0}},{"uid":"6df1de10176c5d9b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6df1de10176c5d9b","status":"passed","time":{"start":1728597364114,"stop":1728597364114,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ce21200b4f7d9ef2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce21200b4f7d9ef2","status":"passed","time":{"start":1729034665577,"stop":1729034665578,"duration":1}},{"uid":"68c9a741adde7f9d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/68c9a741adde7f9d","status":"passed","time":{"start":1729034434259,"stop":1729034434259,"duration":0}},{"uid":"33c6abfaf1c6b298","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/33c6abfaf1c6b298","status":"passed","time":{"start":1729034350153,"stop":1729034350156,"duration":3}},{"uid":"bcd00b7c92d57611","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bcd00b7c92d57611","status":"passed","time":{"start":1729034169193,"stop":1729034169193,"duration":0}},{"uid":"d04bf8b8da8e6213","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d04bf8b8da8e6213","status":"passed","time":{"start":1729032228065,"stop":1729032228065,"duration":0}},{"uid":"1e0b04c7c4abe133","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e0b04c7c4abe133","status":"passed","time":{"start":1728901947145,"stop":1728901947145,"duration":0}},{"uid":"61fcdf7e39ea6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61fcdf7e39ea6a","status":"passed","time":{"start":1728893380056,"stop":1728893380057,"duration":1}},{"uid":"1ea568e3556c1c1c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1ea568e3556c1c1c","status":"passed","time":{"start":1728856336878,"stop":1728856336879,"duration":1}},{"uid":"e2722c904f2f9f49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e2722c904f2f9f49","status":"passed","time":{"start":1728738551162,"stop":1728738551163,"duration":1}},{"uid":"16752e87cf813acd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/16752e87cf813acd","status":"passed","time":{"start":1728683095874,"stop":1728683095874,"duration":0}},{"uid":"75a3fc7ae387a204","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/75a3fc7ae387a204","status":"passed","time":{"start":1728682657385,"stop":1728682657386,"duration":1}},{"uid":"679b92c7c7bb9624","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/679b92c7c7bb9624","status":"passed","time":{"start":1728677151464,"stop":1728677151464,"duration":0}},{"uid":"be7d15c71489f236","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be7d15c71489f236","status":"passed","time":{"start":1728669832892,"stop":1728669832892,"duration":0}},{"uid":"e59e05eb06ad233d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e59e05eb06ad233d","status":"passed","time":{"start":1728598215607,"stop":1728598215607,"duration":0}},{"uid":"91822942f496bff6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/91822942f496bff6","status":"passed","time":{"start":1728597425041,"stop":1728597425041,"duration":0}}]},"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9949b595db724e1a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9949b595db724e1a","status":"passed","time":{"start":1729034332619,"stop":1729034332619,"duration":0}},{"uid":"f59169170717284f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f59169170717284f","status":"passed","time":{"start":1729034096119,"stop":1729034096119,"duration":0}},{"uid":"4b91bb2060dc1bbc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4b91bb2060dc1bbc","status":"passed","time":{"start":1729034020077,"stop":1729034020077,"duration":0}},{"uid":"4c4d0e84fd08d42b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c4d0e84fd08d42b","status":"passed","time":{"start":1729033834366,"stop":1729033834372,"duration":6}},{"uid":"61c84ae4bae5ecc6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61c84ae4bae5ecc6","status":"passed","time":{"start":1729031884102,"stop":1729031884102,"duration":0}},{"uid":"555996f4ac62e268","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/555996f4ac62e268","status":"passed","time":{"start":1728901430245,"stop":1728901430245,"duration":0}},{"uid":"680d9b496669fbcd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/680d9b496669fbcd","status":"passed","time":{"start":1728892860520,"stop":1728892860520,"duration":0}},{"uid":"d87bbabbfc06ea27","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d87bbabbfc06ea27","status":"passed","time":{"start":1728855823311,"stop":1728855823311,"duration":0}},{"uid":"e50e769cf0fc7999","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e50e769cf0fc7999","status":"passed","time":{"start":1728738040580,"stop":1728738040580,"duration":0}},{"uid":"465f393eb471be70","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/465f393eb471be70","status":"passed","time":{"start":1728682574072,"stop":1728682574077,"duration":5}},{"uid":"2daaa70a5053be8b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2daaa70a5053be8b","status":"passed","time":{"start":1728682146801,"stop":1728682146806,"duration":5}},{"uid":"ef07c383894feb61","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef07c383894feb61","status":"passed","time":{"start":1728676621419,"stop":1728676621419,"duration":0}},{"uid":"26d2af2c38fd1779","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/26d2af2c38fd1779","status":"passed","time":{"start":1728669344457,"stop":1728669344457,"duration":0}},{"uid":"30a0333cf9a97091","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/30a0333cf9a97091","status":"passed","time":{"start":1728597685149,"stop":1728597685149,"duration":0}},{"uid":"b3327d767a6f3eb3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b3327d767a6f3eb3","status":"passed","time":{"start":1728596904449,"stop":1728596904455,"duration":6}}]},"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"10b5ce906378dde7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10b5ce906378dde7","status":"passed","time":{"start":1729034332639,"stop":1729034332640,"duration":1}},{"uid":"fe4d7911531f0bff","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fe4d7911531f0bff","status":"passed","time":{"start":1729034096138,"stop":1729034096138,"duration":0}},{"uid":"49cdc4fb80a6133b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/49cdc4fb80a6133b","status":"passed","time":{"start":1729034020095,"stop":1729034020095,"duration":0}},{"uid":"791d4d02d8709825","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/791d4d02d8709825","status":"passed","time":{"start":1729033834391,"stop":1729033834391,"duration":0}},{"uid":"6040272579ab41b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6040272579ab41b4","status":"passed","time":{"start":1729031884125,"stop":1729031884125,"duration":0}},{"uid":"8f57595e6daabc8d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8f57595e6daabc8d","status":"passed","time":{"start":1728901430258,"stop":1728901430258,"duration":0}},{"uid":"469f4414d2b8436","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/469f4414d2b8436","status":"passed","time":{"start":1728892860537,"stop":1728892860537,"duration":0}},{"uid":"d4ba570de9768f1d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d4ba570de9768f1d","status":"passed","time":{"start":1728855823326,"stop":1728855823326,"duration":0}},{"uid":"b863aa7989110c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b863aa7989110c4","status":"passed","time":{"start":1728738040607,"stop":1728738040607,"duration":0}},{"uid":"80e1e890bd2fcc99","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80e1e890bd2fcc99","status":"passed","time":{"start":1728682574097,"stop":1728682574098,"duration":1}},{"uid":"7f5ab3b57ea9d41b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7f5ab3b57ea9d41b","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"46655282e617fdac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46655282e617fdac","status":"passed","time":{"start":1728676621437,"stop":1728676621437,"duration":0}},{"uid":"269ebf139025b5c2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/269ebf139025b5c2","status":"passed","time":{"start":1728669344472,"stop":1728669344472,"duration":0}},{"uid":"ab11f087bcdc2fbe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ab11f087bcdc2fbe","status":"passed","time":{"start":1728597685166,"stop":1728597685167,"duration":1}},{"uid":"ebfea8b61d5397ad","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ebfea8b61d5397ad","status":"passed","time":{"start":1728596904474,"stop":1728596904474,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7f5f51995697dbf1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7f5f51995697dbf1","status":"passed","time":{"start":1729034696863,"stop":1729034696864,"duration":1}},{"uid":"e24407838ea72fa5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e24407838ea72fa5","status":"passed","time":{"start":1729034470060,"stop":1729034470060,"duration":0}},{"uid":"830cd1bea7914d49","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/830cd1bea7914d49","status":"passed","time":{"start":1729034388867,"stop":1729034388867,"duration":0}},{"uid":"d1383bac4562fb26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1383bac4562fb26","status":"passed","time":{"start":1729034213017,"stop":1729034213017,"duration":0}},{"uid":"ba7a1dea392f8fc6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ba7a1dea392f8fc6","status":"passed","time":{"start":1729032269100,"stop":1729032269101,"duration":1}},{"uid":"e673c1079ebdb36c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e673c1079ebdb36c","status":"passed","time":{"start":1728902000840,"stop":1728902000841,"duration":1}},{"uid":"6d42a7420d9224af","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d42a7420d9224af","status":"passed","time":{"start":1728893442591,"stop":1728893442591,"duration":0}},{"uid":"4d06214f3d868582","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4d06214f3d868582","status":"passed","time":{"start":1728856386635,"stop":1728856386636,"duration":1}},{"uid":"327e0c98daa7187c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/327e0c98daa7187c","status":"passed","time":{"start":1728738608581,"stop":1728738608582,"duration":1}},{"uid":"a7993f5ef8f46060","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a7993f5ef8f46060","status":"passed","time":{"start":1728683148167,"stop":1728683148168,"duration":1}},{"uid":"682890289f48bef9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/682890289f48bef9","status":"passed","time":{"start":1728682709055,"stop":1728682709056,"duration":1}},{"uid":"dd28eaeed849ddaf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd28eaeed849ddaf","status":"passed","time":{"start":1728677206654,"stop":1728677206654,"duration":0}},{"uid":"b466a406d930967c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b466a406d930967c","status":"passed","time":{"start":1728669888548,"stop":1728669888548,"duration":0}},{"uid":"a058905506d002cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a058905506d002cd","status":"passed","time":{"start":1728598268129,"stop":1728598268129,"duration":0}},{"uid":"312e03e2933fbe5a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/312e03e2933fbe5a","status":"passed","time":{"start":1728597478031,"stop":1728597478031,"duration":0}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"24423510ebc1db9a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/24423510ebc1db9a","status":"passed","time":{"start":1729034701148,"stop":1729034701153,"duration":5}},{"uid":"9d1d775371365bdb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9d1d775371365bdb","status":"passed","time":{"start":1729034475745,"stop":1729034475746,"duration":1}},{"uid":"365a032c6d565ad0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/365a032c6d565ad0","status":"passed","time":{"start":1729034391615,"stop":1729034391616,"duration":1}},{"uid":"6d0ea26c719c8254","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6d0ea26c719c8254","status":"passed","time":{"start":1729034211308,"stop":1729034211308,"duration":0}},{"uid":"c6b40aa90c9a12e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6b40aa90c9a12e0","status":"passed","time":{"start":1729032264693,"stop":1729032264693,"duration":0}},{"uid":"e2f666da80daad1d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e2f666da80daad1d","status":"passed","time":{"start":1728902020139,"stop":1728902020139,"duration":0}},{"uid":"8e21cf62fee4a097","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e21cf62fee4a097","status":"passed","time":{"start":1728893452477,"stop":1728893452478,"duration":1}},{"uid":"a4909be010734678","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4909be010734678","status":"passed","time":{"start":1728856408084,"stop":1728856408084,"duration":0}},{"uid":"d8f0612cab44b915","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d8f0612cab44b915","status":"passed","time":{"start":1728738627115,"stop":1728738627115,"duration":0}},{"uid":"5fdc9c0d609246b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5fdc9c0d609246b","status":"passed","time":{"start":1728683164465,"stop":1728683164465,"duration":0}},{"uid":"d20d34326ab123e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d20d34326ab123e6","status":"passed","time":{"start":1728682734713,"stop":1728682734714,"duration":1}},{"uid":"ba9cfd70902ab270","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba9cfd70902ab270","status":"passed","time":{"start":1728677218639,"stop":1728677218639,"duration":0}},{"uid":"a4759a20b6c9eefb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4759a20b6c9eefb","status":"passed","time":{"start":1728669903961,"stop":1728669903961,"duration":0}},{"uid":"59bfdc122d31f4a9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/59bfdc122d31f4a9","status":"passed","time":{"start":1728598278367,"stop":1728598278367,"duration":0}},{"uid":"8bad73781febc715","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8bad73781febc715","status":"passed","time":{"start":1728597507601,"stop":1728597507601,"duration":0}}]},"18fc9630e1281e0e108281235800381d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d43808418e70933","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d43808418e70933","status":"passed","time":{"start":1728676853901,"stop":1728676853901,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f1e05212e0da81c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f1e05212e0da81c8","status":"passed","time":{"start":1729034617763,"stop":1729034617763,"duration":0}},{"uid":"8c92a63b9ece9e9b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8c92a63b9ece9e9b","status":"passed","time":{"start":1729034370881,"stop":1729034370885,"duration":4}},{"uid":"32883c64f5ceb47a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/32883c64f5ceb47a","status":"passed","time":{"start":1729034308879,"stop":1729034308880,"duration":1}},{"uid":"5019314d31f00be5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5019314d31f00be5","status":"passed","time":{"start":1729034129476,"stop":1729034129477,"duration":1}},{"uid":"8034e0143b8e6446","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8034e0143b8e6446","status":"passed","time":{"start":1729032178370,"stop":1729032178370,"duration":0}},{"uid":"2579fd9b0ad8d9e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2579fd9b0ad8d9e","status":"passed","time":{"start":1728901896350,"stop":1728901896350,"duration":0}},{"uid":"e678d046f0748b8d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e678d046f0748b8d","status":"passed","time":{"start":1728893329028,"stop":1728893329028,"duration":0}},{"uid":"49096c4fa6ebb23a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/49096c4fa6ebb23a","status":"passed","time":{"start":1728856284767,"stop":1728856284767,"duration":0}},{"uid":"aef57de2668e6a74","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aef57de2668e6a74","status":"passed","time":{"start":1728738494943,"stop":1728738494944,"duration":1}},{"uid":"2835cb277bba9abe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2835cb277bba9abe","status":"passed","time":{"start":1728683033634,"stop":1728683033634,"duration":0}},{"uid":"a93c68af9d952d6d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a93c68af9d952d6d","status":"passed","time":{"start":1728682601739,"stop":1728682601739,"duration":0}},{"uid":"12691ce354061a51","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/12691ce354061a51","status":"passed","time":{"start":1728677107964,"stop":1728677107964,"duration":0}},{"uid":"a93819870c4f58b2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a93819870c4f58b2","status":"passed","time":{"start":1728669764754,"stop":1728669764754,"duration":0}},{"uid":"eb8e06c473e972cc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb8e06c473e972cc","status":"passed","time":{"start":1728598157565,"stop":1728598157565,"duration":0}},{"uid":"ea52dae97668c55d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea52dae97668c55d","status":"passed","time":{"start":1728597369075,"stop":1728597369076,"duration":1}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9d295d5282734411","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9d295d5282734411","status":"passed","time":{"start":1729034462535,"stop":1729034462535,"duration":0}},{"uid":"e965aa509a34faf8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e965aa509a34faf8","status":"passed","time":{"start":1729034231346,"stop":1729034231346,"duration":0}},{"uid":"38a9466ffd68d20d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/38a9466ffd68d20d","status":"passed","time":{"start":1729034153006,"stop":1729034153007,"duration":1}},{"uid":"58bb2b186144a301","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58bb2b186144a301","status":"passed","time":{"start":1729033965758,"stop":1729033965758,"duration":0}},{"uid":"7153579d222e279d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7153579d222e279d","status":"passed","time":{"start":1729032018038,"stop":1729032018039,"duration":1}},{"uid":"af2916a7994e7ecd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/af2916a7994e7ecd","status":"passed","time":{"start":1728901595880,"stop":1728901595890,"duration":10}},{"uid":"3023ae0488a7f74c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3023ae0488a7f74c","status":"passed","time":{"start":1728893032692,"stop":1728893032692,"duration":0}},{"uid":"cbfbca51ef205ca4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cbfbca51ef205ca4","status":"passed","time":{"start":1728855998190,"stop":1728855998191,"duration":1}},{"uid":"10e7af307ed2cd10","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/10e7af307ed2cd10","status":"passed","time":{"start":1728738212198,"stop":1728738212198,"duration":0}},{"uid":"36353940b8648992","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36353940b8648992","status":"passed","time":{"start":1728682746615,"stop":1728682746616,"duration":1}},{"uid":"8e64abd89da9265","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e64abd89da9265","status":"passed","time":{"start":1728682328619,"stop":1728682328620,"duration":1}},{"uid":"6a3d225761b74c58","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6a3d225761b74c58","status":"passed","time":{"start":1728676807595,"stop":1728676807596,"duration":1}},{"uid":"80ba374142b6cebc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/80ba374142b6cebc","status":"passed","time":{"start":1728669514930,"stop":1728669514931,"duration":1}},{"uid":"1c0b9d1f1b0f9714","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1c0b9d1f1b0f9714","status":"passed","time":{"start":1728597860140,"stop":1728597860140,"duration":0}},{"uid":"cd6504cb57471c8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd6504cb57471c8","status":"passed","time":{"start":1728597074718,"stop":1728597074718,"duration":0}}]},"1ffa387d986d64c2370a88f74c223c7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d69f02471d43ad3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8d69f02471d43ad3","status":"passed","time":{"start":1729032174928,"stop":1729032174928,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9fbde4baae10f611","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9fbde4baae10f611","status":"passed","time":{"start":1729034335333,"stop":1729034335333,"duration":0}},{"uid":"a72903d413a653ff","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a72903d413a653ff","status":"passed","time":{"start":1729034098686,"stop":1729034098686,"duration":0}},{"uid":"4548d4b108c487c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4548d4b108c487c","status":"passed","time":{"start":1729034022455,"stop":1729034022455,"duration":0}},{"uid":"dfcecbc4b49d1137","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dfcecbc4b49d1137","status":"passed","time":{"start":1729033836803,"stop":1729033836803,"duration":0}},{"uid":"9cf6842caaf205e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9cf6842caaf205e","status":"passed","time":{"start":1729031886610,"stop":1729031886610,"duration":0}},{"uid":"943d19552fc027d3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/943d19552fc027d3","status":"passed","time":{"start":1728901432737,"stop":1728901432737,"duration":0}},{"uid":"25353fe68e628b04","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25353fe68e628b04","status":"passed","time":{"start":1728892863023,"stop":1728892863023,"duration":0}},{"uid":"29fca15ba7dea56","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/29fca15ba7dea56","status":"passed","time":{"start":1728855825772,"stop":1728855825773,"duration":1}},{"uid":"7937a05ccafebab5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7937a05ccafebab5","status":"passed","time":{"start":1728738043032,"stop":1728738043032,"duration":0}},{"uid":"2270cd7806dd1195","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2270cd7806dd1195","status":"passed","time":{"start":1728682576529,"stop":1728682576530,"duration":1}},{"uid":"a1871fa2cec04950","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a1871fa2cec04950","status":"passed","time":{"start":1728682149243,"stop":1728682149243,"duration":0}},{"uid":"4cf9e30960cf17d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4cf9e30960cf17d7","status":"passed","time":{"start":1728676623918,"stop":1728676623918,"duration":0}},{"uid":"4cb1c5c3168c6700","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4cb1c5c3168c6700","status":"passed","time":{"start":1728669346941,"stop":1728669346941,"duration":0}},{"uid":"45cc75815faa8e41","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/45cc75815faa8e41","status":"passed","time":{"start":1728597687694,"stop":1728597687694,"duration":0}},{"uid":"bc992e10cf3807f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc992e10cf3807f","status":"passed","time":{"start":1728596907135,"stop":1728596907136,"duration":1}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"feba83822268e790","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/feba83822268e790","status":"passed","time":{"start":1729034611666,"stop":1729034611667,"duration":1}},{"uid":"98644ced6fdc3076","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/98644ced6fdc3076","status":"passed","time":{"start":1729034393649,"stop":1729034393649,"duration":0}},{"uid":"2827d10a630108a8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2827d10a630108a8","status":"passed","time":{"start":1729034304850,"stop":1729034304850,"duration":0}},{"uid":"45ca7af456fdf7c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45ca7af456fdf7c1","status":"passed","time":{"start":1729034121915,"stop":1729034121918,"duration":3}},{"uid":"75eacb5958e8fb22","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/75eacb5958e8fb22","status":"passed","time":{"start":1729032174873,"stop":1729032174900,"duration":27}},{"uid":"994740dd9a9bcb3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/994740dd9a9bcb3","status":"passed","time":{"start":1728901881014,"stop":1728901881015,"duration":1}},{"uid":"575021a7bf8c2677","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/575021a7bf8c2677","status":"passed","time":{"start":1728893317166,"stop":1728893317169,"duration":3}},{"uid":"630daaf14cc67cb5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/630daaf14cc67cb5","status":"passed","time":{"start":1728856263101,"stop":1728856263101,"duration":0}},{"uid":"8beed7584281bbb3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8beed7584281bbb3","status":"passed","time":{"start":1728738492800,"stop":1728738492800,"duration":0}},{"uid":"5ec9a5e3bce3ae67","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5ec9a5e3bce3ae67","status":"passed","time":{"start":1728683030023,"stop":1728683030023,"duration":0}},{"uid":"34bfad5dea856167","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/34bfad5dea856167","status":"passed","time":{"start":1728682581104,"stop":1728682581104,"duration":0}},{"uid":"cfc43211167653d3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cfc43211167653d3","status":"passed","time":{"start":1728677081999,"stop":1728677081999,"duration":0}},{"uid":"680a64b651a2aff9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/680a64b651a2aff9","status":"passed","time":{"start":1728669795399,"stop":1728669795399,"duration":0}},{"uid":"e4e2abf1de82d601","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e4e2abf1de82d601","status":"passed","time":{"start":1728598137505,"stop":1728598137505,"duration":0}},{"uid":"755c0b62edd1bd87","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/755c0b62edd1bd87","status":"passed","time":{"start":1728597353481,"stop":1728597353482,"duration":1}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"50234e3899be93f1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/50234e3899be93f1","status":"passed","time":{"start":1729034472989,"stop":1729034472989,"duration":0}},{"uid":"5e0d42d54188139a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5e0d42d54188139a","status":"passed","time":{"start":1729034240935,"stop":1729034240935,"duration":0}},{"uid":"e0ef63b3139ce8ae","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e0ef63b3139ce8ae","status":"passed","time":{"start":1729034159628,"stop":1729034159629,"duration":1}},{"uid":"cc15b62d68a435b8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc15b62d68a435b8","status":"passed","time":{"start":1729033976813,"stop":1729033976814,"duration":1}},{"uid":"1d3c891c541c9c8b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1d3c891c541c9c8b","status":"passed","time":{"start":1729032020533,"stop":1729032020533,"duration":0}},{"uid":"9c037cbdc5dee7b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9c037cbdc5dee7b7","status":"passed","time":{"start":1728901616499,"stop":1728901616499,"duration":0}},{"uid":"55f58d3aafa0106a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/55f58d3aafa0106a","status":"passed","time":{"start":1728893050253,"stop":1728893050253,"duration":0}},{"uid":"acd3e95af00cf991","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acd3e95af00cf991","status":"passed","time":{"start":1728856015183,"stop":1728856015184,"duration":1}},{"uid":"e0b3defc63c2678b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e0b3defc63c2678b","status":"passed","time":{"start":1728738233175,"stop":1728738233176,"duration":1}},{"uid":"1ffafb46ff6f8cec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ffafb46ff6f8cec","status":"passed","time":{"start":1728682762484,"stop":1728682762484,"duration":0}},{"uid":"e406be549030ba51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e406be549030ba51","status":"passed","time":{"start":1728682332796,"stop":1728682332797,"duration":1}},{"uid":"44fae59f25ed07b2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/44fae59f25ed07b2","status":"passed","time":{"start":1728676810305,"stop":1728676810305,"duration":0}},{"uid":"81970549460f85d4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/81970549460f85d4","status":"passed","time":{"start":1728669529908,"stop":1728669529908,"duration":0}},{"uid":"c029b80fa7204312","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c029b80fa7204312","status":"passed","time":{"start":1728597873545,"stop":1728597873545,"duration":0}},{"uid":"40bfe0fb53c3983","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/40bfe0fb53c3983","status":"passed","time":{"start":1728597089285,"stop":1728597089286,"duration":1}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1e3f93f857a3c773","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1e3f93f857a3c773","status":"passed","time":{"start":1729034340757,"stop":1729034340757,"duration":0}},{"uid":"b7670c23f01dd784","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b7670c23f01dd784","status":"passed","time":{"start":1729034104182,"stop":1729034104183,"duration":1}},{"uid":"4cf0c955dc28eeda","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4cf0c955dc28eeda","status":"passed","time":{"start":1729034027746,"stop":1729034027747,"duration":1}},{"uid":"a623703c6be41e89","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a623703c6be41e89","status":"passed","time":{"start":1729033842350,"stop":1729033842351,"duration":1}},{"uid":"948548c9122f585e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/948548c9122f585e","status":"passed","time":{"start":1729031892049,"stop":1729031892049,"duration":0}},{"uid":"55c82c590331a39f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/55c82c590331a39f","status":"passed","time":{"start":1728901438031,"stop":1728901438032,"duration":1}},{"uid":"5f73b13c7afa4c5b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5f73b13c7afa4c5b","status":"passed","time":{"start":1728892868235,"stop":1728892868235,"duration":0}},{"uid":"6438cee697775ea4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6438cee697775ea4","status":"passed","time":{"start":1728855831082,"stop":1728855831082,"duration":0}},{"uid":"6556b2e867c8e22","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6556b2e867c8e22","status":"passed","time":{"start":1728738048444,"stop":1728738048445,"duration":1}},{"uid":"99d9a815e27efca3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99d9a815e27efca3","status":"passed","time":{"start":1728682581848,"stop":1728682581850,"duration":2}},{"uid":"18c40b7b6f0c8085","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18c40b7b6f0c8085","status":"passed","time":{"start":1728682154710,"stop":1728682154710,"duration":0}},{"uid":"34b2cb49d591dd89","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34b2cb49d591dd89","status":"passed","time":{"start":1728676629304,"stop":1728676629305,"duration":1}},{"uid":"4759db2b95033d79","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4759db2b95033d79","status":"passed","time":{"start":1728669352213,"stop":1728669352213,"duration":0}},{"uid":"218bf12abfb4f2a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/218bf12abfb4f2a6","status":"passed","time":{"start":1728597693021,"stop":1728597693022,"duration":1}},{"uid":"2c6a718212faa069","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c6a718212faa069","status":"passed","time":{"start":1728596912535,"stop":1728596912535,"duration":0}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d1da78246683e887","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1da78246683e887","status":"passed","time":{"start":1729034617750,"stop":1729034617750,"duration":0}},{"uid":"43a4b985e1eaebfe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/43a4b985e1eaebfe","status":"passed","time":{"start":1729034370853,"stop":1729034370853,"duration":0}},{"uid":"13127b7b14b6788c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/13127b7b14b6788c","status":"passed","time":{"start":1729034308854,"stop":1729034308860,"duration":6}},{"uid":"7a38ac73718b76bf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a38ac73718b76bf","status":"passed","time":{"start":1729034129468,"stop":1729034129469,"duration":1}},{"uid":"ff3d914d52832280","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ff3d914d52832280","status":"passed","time":{"start":1729032178362,"stop":1729032178362,"duration":0}},{"uid":"35a629a31608e45e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/35a629a31608e45e","status":"passed","time":{"start":1728901896340,"stop":1728901896341,"duration":1}},{"uid":"d1aaf62b056406a1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d1aaf62b056406a1","status":"passed","time":{"start":1728893329019,"stop":1728893329020,"duration":1}},{"uid":"9bbf0f5943781ea4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9bbf0f5943781ea4","status":"passed","time":{"start":1728856284755,"stop":1728856284755,"duration":0}},{"uid":"deedb1111b4a929","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/deedb1111b4a929","status":"passed","time":{"start":1728738494930,"stop":1728738494931,"duration":1}},{"uid":"2fd93c273e6e1180","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2fd93c273e6e1180","status":"passed","time":{"start":1728683033626,"stop":1728683033626,"duration":0}},{"uid":"6c8ceef38cb8c5ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c8ceef38cb8c5ff","status":"passed","time":{"start":1728682601731,"stop":1728682601731,"duration":0}},{"uid":"718929b4cf14823e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/718929b4cf14823e","status":"passed","time":{"start":1728677107955,"stop":1728677107955,"duration":0}},{"uid":"8026ab8388a049ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8026ab8388a049ed","status":"passed","time":{"start":1728669764744,"stop":1728669764745,"duration":1}},{"uid":"db97a4829425b20c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/db97a4829425b20c","status":"passed","time":{"start":1728598157556,"stop":1728598157556,"duration":0}},{"uid":"427921831e92eff7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/427921831e92eff7","status":"passed","time":{"start":1728597369054,"stop":1728597369054,"duration":0}}]},"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e1bf23a7f3c6226b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e1bf23a7f3c6226b","status":"passed","time":{"start":1729034332607,"stop":1729034332608,"duration":1}},{"uid":"2edb2fd26c6a4d10","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2edb2fd26c6a4d10","status":"passed","time":{"start":1729034096108,"stop":1729034096109,"duration":1}},{"uid":"239234cc1f6044f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/239234cc1f6044f","status":"passed","time":{"start":1729034020071,"stop":1729034020072,"duration":1}},{"uid":"80c0232bc8d8e740","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/80c0232bc8d8e740","status":"passed","time":{"start":1729033834360,"stop":1729033834360,"duration":0}},{"uid":"62b269c44d3f5cf1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/62b269c44d3f5cf1","status":"passed","time":{"start":1729031884087,"stop":1729031884088,"duration":1}},{"uid":"59a4b38bfda17c06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59a4b38bfda17c06","status":"passed","time":{"start":1728901430241,"stop":1728901430242,"duration":1}},{"uid":"1e46e6babc2944e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e46e6babc2944e","status":"passed","time":{"start":1728892860516,"stop":1728892860516,"duration":0}},{"uid":"f7948fea44f45cb6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f7948fea44f45cb6","status":"passed","time":{"start":1728855823306,"stop":1728855823307,"duration":1}},{"uid":"11f3ef0b5474489c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11f3ef0b5474489c","status":"passed","time":{"start":1728738040568,"stop":1728738040569,"duration":1}},{"uid":"bc066632d9a30cb6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc066632d9a30cb6","status":"passed","time":{"start":1728682574066,"stop":1728682574066,"duration":0}},{"uid":"e96562bce7fe308d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e96562bce7fe308d","status":"passed","time":{"start":1728682146793,"stop":1728682146793,"duration":0}},{"uid":"6275562759377a88","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6275562759377a88","status":"passed","time":{"start":1728676621403,"stop":1728676621403,"duration":0}},{"uid":"433736b428530dea","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/433736b428530dea","status":"passed","time":{"start":1728669344452,"stop":1728669344453,"duration":1}},{"uid":"bf5ba8e5e06f9372","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bf5ba8e5e06f9372","status":"passed","time":{"start":1728597685134,"stop":1728597685134,"duration":0}},{"uid":"e0b29fa879554656","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e0b29fa879554656","status":"passed","time":{"start":1728596904440,"stop":1728596904441,"duration":1}}]},"463ae48f1ffebfe05a881f0cfe403046:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b8956ce72f2ea93","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b8956ce72f2ea93","status":"passed","time":{"start":1729034317505,"stop":1729034317505,"duration":0}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4891ef54a5af70a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4891ef54a5af70a8","status":"passed","time":{"start":1729034668591,"stop":1729034668591,"duration":0}},{"uid":"9efe2540a0a2bd4d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9efe2540a0a2bd4d","status":"passed","time":{"start":1729034443495,"stop":1729034443495,"duration":0}},{"uid":"a2e769ee1fc1f542","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a2e769ee1fc1f542","status":"passed","time":{"start":1729034357697,"stop":1729034357697,"duration":0}},{"uid":"fb9665d82b7df79","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb9665d82b7df79","status":"passed","time":{"start":1729034177524,"stop":1729034177524,"duration":0}},{"uid":"a2473fc5036e2b3e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a2473fc5036e2b3e","status":"passed","time":{"start":1729032235299,"stop":1729032235299,"duration":0}},{"uid":"4f47d63aaad9a4ce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4f47d63aaad9a4ce","status":"passed","time":{"start":1728901958852,"stop":1728901958853,"duration":1}},{"uid":"baccd5c70fa26a5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/baccd5c70fa26a5a","status":"passed","time":{"start":1728893395072,"stop":1728893395073,"duration":1}},{"uid":"d9285137b6ef9845","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9285137b6ef9845","status":"passed","time":{"start":1728856355682,"stop":1728856355682,"duration":0}},{"uid":"751d0779126ecd32","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/751d0779126ecd32","status":"passed","time":{"start":1728738567467,"stop":1728738567467,"duration":0}},{"uid":"797ab9807c4936fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/797ab9807c4936fb","status":"passed","time":{"start":1728683110365,"stop":1728683110366,"duration":1}},{"uid":"dcb6730e27cd8f50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dcb6730e27cd8f50","status":"passed","time":{"start":1728682666062,"stop":1728682666063,"duration":1}},{"uid":"d02641dcaa3d8200","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d02641dcaa3d8200","status":"passed","time":{"start":1728677163568,"stop":1728677163569,"duration":1}},{"uid":"af9615c7181de6fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af9615c7181de6fb","status":"passed","time":{"start":1728669841247,"stop":1728669841247,"duration":0}},{"uid":"d0d7c709ab7e0451","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d0d7c709ab7e0451","status":"passed","time":{"start":1728598221883,"stop":1728598221884,"duration":1}},{"uid":"455b6bbe803881a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/455b6bbe803881a7","status":"passed","time":{"start":1728597434075,"stop":1728597434076,"duration":1}}]},"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3c7089d31d3560e6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3c7089d31d3560e6","status":"passed","time":{"start":1729034693196,"stop":1729034693196,"duration":0}},{"uid":"bbb51bd3e7642131","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bbb51bd3e7642131","status":"passed","time":{"start":1729034468599,"stop":1729034468600,"duration":1}},{"uid":"5b3ad431d9168657","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5b3ad431d9168657","status":"passed","time":{"start":1729034383198,"stop":1729034383199,"duration":1}},{"uid":"3054b3ae4c34ff68","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3054b3ae4c34ff68","status":"passed","time":{"start":1729034203621,"stop":1729034203621,"duration":0}},{"uid":"41239c776ea58d3b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/41239c776ea58d3b","status":"passed","time":{"start":1729032256253,"stop":1729032256253,"duration":0}},{"uid":"ed9a76089a8a79d7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ed9a76089a8a79d7","status":"passed","time":{"start":1728902016653,"stop":1728902016654,"duration":1}},{"uid":"d8a46e4486703286","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d8a46e4486703286","status":"passed","time":{"start":1728893448585,"stop":1728893448586,"duration":1}},{"uid":"9306bc6d6d8e6c9b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9306bc6d6d8e6c9b","status":"passed","time":{"start":1728856401308,"stop":1728856401308,"duration":0}},{"uid":"23ef0af5ffe5ef6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23ef0af5ffe5ef6","status":"passed","time":{"start":1728738624654,"stop":1728738624654,"duration":0}},{"uid":"d5ea27ea5c2e4581","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d5ea27ea5c2e4581","status":"passed","time":{"start":1728683154298,"stop":1728683154299,"duration":1}},{"uid":"facae5352a6e1b10","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/facae5352a6e1b10","status":"passed","time":{"start":1728682726615,"stop":1728682726615,"duration":0}},{"uid":"cd51d6f0161242b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cd51d6f0161242b3","status":"passed","time":{"start":1728677221173,"stop":1728677221174,"duration":1}},{"uid":"f9b2b9b28c68e0f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f9b2b9b28c68e0f9","status":"passed","time":{"start":1728669902840,"stop":1728669902840,"duration":0}},{"uid":"7066f216f98b9b74","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7066f216f98b9b74","status":"passed","time":{"start":1728598275772,"stop":1728598275773,"duration":1}},{"uid":"c04a0bc15e25b28f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c04a0bc15e25b28f","status":"passed","time":{"start":1728597495945,"stop":1728597495945,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cea278c62cf783df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cea278c62cf783df","status":"passed","time":{"start":1729034704496,"stop":1729034704496,"duration":0}},{"uid":"5fac20ee92908d3c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5fac20ee92908d3c","status":"passed","time":{"start":1729034474989,"stop":1729034474989,"duration":0}},{"uid":"9febdc11fe11520b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9febdc11fe11520b","status":"passed","time":{"start":1729034395291,"stop":1729034395292,"duration":1}},{"uid":"ff1f2f47634e75f8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff1f2f47634e75f8","status":"passed","time":{"start":1729034209101,"stop":1729034209101,"duration":0}},{"uid":"ce343e5439569fe6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ce343e5439569fe6","status":"passed","time":{"start":1729032264569,"stop":1729032264569,"duration":0}},{"uid":"b3b1d67047a0921","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b3b1d67047a0921","status":"passed","time":{"start":1728902012859,"stop":1728902012859,"duration":0}},{"uid":"d0cf8386697d3394","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d0cf8386697d3394","status":"passed","time":{"start":1728893454812,"stop":1728893454812,"duration":0}},{"uid":"b666d1fe8a4488e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b666d1fe8a4488e2","status":"passed","time":{"start":1728856408453,"stop":1728856408453,"duration":0}},{"uid":"e2efb4bfb345594","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e2efb4bfb345594","status":"passed","time":{"start":1728738633855,"stop":1728738633856,"duration":1}},{"uid":"b374fc6480d1ee76","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b374fc6480d1ee76","status":"passed","time":{"start":1728683159762,"stop":1728683159766,"duration":4}},{"uid":"134e8590ee16ea54","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/134e8590ee16ea54","status":"passed","time":{"start":1728682751331,"stop":1728682751331,"duration":0}},{"uid":"38ecf5626fb3b427","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38ecf5626fb3b427","status":"passed","time":{"start":1728677216359,"stop":1728677216360,"duration":1}},{"uid":"74debf0b233f279a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74debf0b233f279a","status":"passed","time":{"start":1728669925455,"stop":1728669925455,"duration":0}},{"uid":"efe30bb019fc0f20","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efe30bb019fc0f20","status":"passed","time":{"start":1728598268806,"stop":1728598268806,"duration":0}},{"uid":"334a3351f3b02eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/334a3351f3b02eaa","status":"passed","time":{"start":1728597503922,"stop":1728597503923,"duration":1}}]},"33b0eaa484533a75b9d5d32b41dcce04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61c512dd9fe788d8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/61c512dd9fe788d8","status":"passed","time":{"start":1729034402281,"stop":1729034402284,"duration":3}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1324414a36b19823","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1324414a36b19823","status":"passed","time":{"start":1729034703312,"stop":1729034703312,"duration":0}},{"uid":"587632e7c444ddd8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/587632e7c444ddd8","status":"passed","time":{"start":1729034475277,"stop":1729034475277,"duration":0}},{"uid":"5bdd733a6f2c3b92","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5bdd733a6f2c3b92","status":"passed","time":{"start":1729034392404,"stop":1729034392404,"duration":0}},{"uid":"3e339eb245e48367","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3e339eb245e48367","status":"passed","time":{"start":1729034208295,"stop":1729034208295,"duration":0}},{"uid":"3b84329af47817c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3b84329af47817c0","status":"passed","time":{"start":1729032257076,"stop":1729032257077,"duration":1}},{"uid":"40a9f94992e9a18d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40a9f94992e9a18d","status":"passed","time":{"start":1728902024013,"stop":1728902024013,"duration":0}},{"uid":"a5250d56e3293ef0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a5250d56e3293ef0","status":"passed","time":{"start":1728893455130,"stop":1728893455130,"duration":0}},{"uid":"c1317abe6985b55d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c1317abe6985b55d","status":"passed","time":{"start":1728856404967,"stop":1728856404967,"duration":0}},{"uid":"c58315119643cd14","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c58315119643cd14","status":"passed","time":{"start":1728738634670,"stop":1728738634670,"duration":0}},{"uid":"110357b94b2b84e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/110357b94b2b84e6","status":"passed","time":{"start":1728683163621,"stop":1728683163621,"duration":0}},{"uid":"40138b8309dcf6c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/40138b8309dcf6c","status":"passed","time":{"start":1728682737543,"stop":1728682737543,"duration":0}},{"uid":"f020eed60103dc2d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f020eed60103dc2d","status":"passed","time":{"start":1728677222568,"stop":1728677222568,"duration":0}},{"uid":"10314b2a2477f77a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/10314b2a2477f77a","status":"passed","time":{"start":1728669905045,"stop":1728669905045,"duration":0}},{"uid":"70d17672e697b0ae","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70d17672e697b0ae","status":"passed","time":{"start":1728598284367,"stop":1728598284367,"duration":0}},{"uid":"f44ac9a732bda57a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f44ac9a732bda57a","status":"passed","time":{"start":1728597506831,"stop":1728597506831,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"495dea3c216ec2ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/495dea3c216ec2ef","status":"passed","time":{"start":1729034340751,"stop":1729034340752,"duration":1}},{"uid":"1a533dd679ea8f92","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1a533dd679ea8f92","status":"passed","time":{"start":1729034104154,"stop":1729034104165,"duration":11}},{"uid":"75d9d8276a0c7d73","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/75d9d8276a0c7d73","status":"passed","time":{"start":1729034027735,"stop":1729034027736,"duration":1}},{"uid":"dc2800ea6245855b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dc2800ea6245855b","status":"passed","time":{"start":1729033842339,"stop":1729033842340,"duration":1}},{"uid":"5551f17ee71a7499","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5551f17ee71a7499","status":"passed","time":{"start":1729031892042,"stop":1729031892043,"duration":1}},{"uid":"818272f9abf52fa6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/818272f9abf52fa6","status":"passed","time":{"start":1728901438023,"stop":1728901438024,"duration":1}},{"uid":"b60170d73ee98be2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b60170d73ee98be2","status":"passed","time":{"start":1728892868229,"stop":1728892868229,"duration":0}},{"uid":"ceac6fd7d40913c5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ceac6fd7d40913c5","status":"passed","time":{"start":1728855831076,"stop":1728855831076,"duration":0}},{"uid":"96ffeea527f596e9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/96ffeea527f596e9","status":"passed","time":{"start":1728738048435,"stop":1728738048436,"duration":1}},{"uid":"e50de4bf657dcc95","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e50de4bf657dcc95","status":"passed","time":{"start":1728682581837,"stop":1728682581838,"duration":1}},{"uid":"30657f6e3073b77d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/30657f6e3073b77d","status":"passed","time":{"start":1728682154704,"stop":1728682154704,"duration":0}},{"uid":"a62423958d5cfb88","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a62423958d5cfb88","status":"passed","time":{"start":1728676629293,"stop":1728676629293,"duration":0}},{"uid":"39562669ea48fe4f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39562669ea48fe4f","status":"passed","time":{"start":1728669352207,"stop":1728669352207,"duration":0}},{"uid":"6797414ce8322379","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6797414ce8322379","status":"passed","time":{"start":1728597693010,"stop":1728597693011,"duration":1}},{"uid":"42a2f0c0c8095bb6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42a2f0c0c8095bb6","status":"passed","time":{"start":1728596912511,"stop":1728596912512,"duration":1}}]},"4a3601576f4bff4fc8218fc3126857a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e13f6b3906567308","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e13f6b3906567308","status":"passed","time":{"start":1728856263074,"stop":1728856263077,"duration":3}}]},"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d0234d5fb341fbbe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0234d5fb341fbbe","status":"passed","time":{"start":1729034332634,"stop":1729034332634,"duration":0}},{"uid":"8a254588714da533","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a254588714da533","status":"passed","time":{"start":1729034096135,"stop":1729034096135,"duration":0}},{"uid":"d8288aa3d35975f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d8288aa3d35975f","status":"passed","time":{"start":1729034020092,"stop":1729034020092,"duration":0}},{"uid":"1dabfc48d9851cee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1dabfc48d9851cee","status":"passed","time":{"start":1729033834388,"stop":1729033834388,"duration":0}},{"uid":"e69105bcfbe3b421","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e69105bcfbe3b421","status":"passed","time":{"start":1729031884121,"stop":1729031884122,"duration":1}},{"uid":"366c528f0b359a05","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/366c528f0b359a05","status":"passed","time":{"start":1728901430256,"stop":1728901430256,"duration":0}},{"uid":"8b86ee7d0dfa20bb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8b86ee7d0dfa20bb","status":"passed","time":{"start":1728892860534,"stop":1728892860534,"duration":0}},{"uid":"abe68a6def36a3ae","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/abe68a6def36a3ae","status":"passed","time":{"start":1728855823324,"stop":1728855823324,"duration":0}},{"uid":"798cda51c55ed326","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/798cda51c55ed326","status":"passed","time":{"start":1728738040604,"stop":1728738040604,"duration":0}},{"uid":"2a4b42bff62fc08e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2a4b42bff62fc08e","status":"passed","time":{"start":1728682574095,"stop":1728682574095,"duration":0}},{"uid":"d1cccad0586d2f61","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d1cccad0586d2f61","status":"passed","time":{"start":1728682146819,"stop":1728682146820,"duration":1}},{"uid":"7ec8a1185a03c72f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7ec8a1185a03c72f","status":"passed","time":{"start":1728676621434,"stop":1728676621434,"duration":0}},{"uid":"4baaf8f1e472f452","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4baaf8f1e472f452","status":"passed","time":{"start":1728669344469,"stop":1728669344470,"duration":1}},{"uid":"13a22060a38c6549","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/13a22060a38c6549","status":"passed","time":{"start":1728597685163,"stop":1728597685163,"duration":0}},{"uid":"43ee470a44d02d97","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/43ee470a44d02d97","status":"passed","time":{"start":1728596904470,"stop":1728596904470,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"98362ad7f489ad77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/98362ad7f489ad77","status":"passed","time":{"start":1729034696865,"stop":1729034696865,"duration":0}},{"uid":"495c5c3ce604166b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/495c5c3ce604166b","status":"passed","time":{"start":1729034470061,"stop":1729034470061,"duration":0}},{"uid":"49cc5f14ab701308","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/49cc5f14ab701308","status":"passed","time":{"start":1729034388868,"stop":1729034388869,"duration":1}},{"uid":"261bc53f91ccb13","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/261bc53f91ccb13","status":"passed","time":{"start":1729034213018,"stop":1729034213019,"duration":1}},{"uid":"ee28d292ffadbe60","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ee28d292ffadbe60","status":"passed","time":{"start":1729032269102,"stop":1729032269102,"duration":0}},{"uid":"88aae2f012c29d8d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/88aae2f012c29d8d","status":"passed","time":{"start":1728902000841,"stop":1728902000842,"duration":1}},{"uid":"7d576c5159506dfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7d576c5159506dfd","status":"passed","time":{"start":1728893442594,"stop":1728893442595,"duration":1}},{"uid":"8f54971c2c170322","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f54971c2c170322","status":"passed","time":{"start":1728856386639,"stop":1728856386640,"duration":1}},{"uid":"216546e903638054","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/216546e903638054","status":"passed","time":{"start":1728738608586,"stop":1728738608586,"duration":0}},{"uid":"ef9c38463e61a741","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ef9c38463e61a741","status":"passed","time":{"start":1728683148169,"stop":1728683148172,"duration":3}},{"uid":"5aa4c2aa937f77ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5aa4c2aa937f77ea","status":"passed","time":{"start":1728682709056,"stop":1728682709057,"duration":1}},{"uid":"c8fa15ea60d80c5b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c8fa15ea60d80c5b","status":"passed","time":{"start":1728677206655,"stop":1728677206655,"duration":0}},{"uid":"511b68b1be4f6549","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/511b68b1be4f6549","status":"passed","time":{"start":1728669888549,"stop":1728669888549,"duration":0}},{"uid":"1889a17e3d2354b8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1889a17e3d2354b8","status":"passed","time":{"start":1728598268130,"stop":1728598268131,"duration":1}},{"uid":"f9bff31ceea90dc6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f9bff31ceea90dc6","status":"passed","time":{"start":1728597478032,"stop":1728597478033,"duration":1}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8a0ff36e7d1e3863","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a0ff36e7d1e3863","status":"passed","time":{"start":1729034682672,"stop":1729034682673,"duration":1}},{"uid":"202c077ea1f9aee5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/202c077ea1f9aee5","status":"passed","time":{"start":1729034452183,"stop":1729034452183,"duration":0}},{"uid":"6bcc248611534c45","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6bcc248611534c45","status":"passed","time":{"start":1729034373079,"stop":1729034373079,"duration":0}},{"uid":"6095a844312138d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6095a844312138d6","status":"passed","time":{"start":1729034188117,"stop":1729034188117,"duration":0}},{"uid":"3c4d462a76434bed","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c4d462a76434bed","status":"passed","time":{"start":1729032231863,"stop":1729032231863,"duration":0}},{"uid":"191f0b4372216e06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/191f0b4372216e06","status":"passed","time":{"start":1728901989565,"stop":1728901989565,"duration":0}},{"uid":"10d49399f856d237","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/10d49399f856d237","status":"passed","time":{"start":1728893424898,"stop":1728893424898,"duration":0}},{"uid":"4900507812796526","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4900507812796526","status":"passed","time":{"start":1728856376683,"stop":1728856376683,"duration":0}},{"uid":"ef2e56d0ee5a62d1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ef2e56d0ee5a62d1","status":"passed","time":{"start":1728738593959,"stop":1728738593960,"duration":1}},{"uid":"5066feb32fbad7fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5066feb32fbad7fb","status":"passed","time":{"start":1728683135336,"stop":1728683135337,"duration":1}},{"uid":"9f8b0ff5a5b1708f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9f8b0ff5a5b1708f","status":"passed","time":{"start":1728682692588,"stop":1728682692589,"duration":1}},{"uid":"be87e139dcb6180e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/be87e139dcb6180e","status":"passed","time":{"start":1728677194228,"stop":1728677194228,"duration":0}},{"uid":"13449f609a322998","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/13449f609a322998","status":"passed","time":{"start":1728669874423,"stop":1728669874423,"duration":0}},{"uid":"e40472829a449960","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e40472829a449960","status":"passed","time":{"start":1728598257460,"stop":1728598257461,"duration":1}},{"uid":"282ce0698b8fb3e2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/282ce0698b8fb3e2","status":"passed","time":{"start":1728597471283,"stop":1728597471283,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5c2171b47d8513da","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5c2171b47d8513da","status":"passed","time":{"start":1729034356476,"stop":1729034356477,"duration":1}},{"uid":"89aba783edd58b09","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89aba783edd58b09","status":"passed","time":{"start":1729034120502,"stop":1729034120502,"duration":0}},{"uid":"c2401e130914b758","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2401e130914b758","status":"passed","time":{"start":1729033858272,"stop":1729033858273,"duration":1}},{"uid":"94df13deafe132cb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/94df13deafe132cb","status":"passed","time":{"start":1729031908178,"stop":1729031908178,"duration":0}},{"uid":"6751533f0d2822d9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6751533f0d2822d9","status":"passed","time":{"start":1728901453935,"stop":1728901453935,"duration":0}},{"uid":"4b7d82c79947625c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4b7d82c79947625c","status":"passed","time":{"start":1728892884411,"stop":1728892884412,"duration":1}},{"uid":"985fd48d47ffa0ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/985fd48d47ffa0ca","status":"passed","time":{"start":1728855846880,"stop":1728855846880,"duration":0}},{"uid":"62c34e9160ddc728","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/62c34e9160ddc728","status":"passed","time":{"start":1728738064184,"stop":1728738064184,"duration":0}},{"uid":"89842d165731a5d7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/89842d165731a5d7","status":"passed","time":{"start":1728682597762,"stop":1728682597763,"duration":1}},{"uid":"6daf527daeeeae59","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6daf527daeeeae59","status":"passed","time":{"start":1728682170541,"stop":1728682170541,"duration":0}},{"uid":"b37c47bad40c9c98","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b37c47bad40c9c98","status":"passed","time":{"start":1728676645201,"stop":1728676645201,"duration":0}},{"uid":"522e27ab2f97707b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/522e27ab2f97707b","status":"passed","time":{"start":1728669368196,"stop":1728669368196,"duration":0}},{"uid":"86a01cb67064d31c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/86a01cb67064d31c","status":"passed","time":{"start":1728597709013,"stop":1728597709013,"duration":0}},{"uid":"e2057790f51587a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e2057790f51587a7","status":"passed","time":{"start":1728596928107,"stop":1728596928108,"duration":1}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"bee078d2c7c5da39","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bee078d2c7c5da39","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034356478,"stop":1729034356478,"duration":0}},{"uid":"fbe5a50162a41507","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fbe5a50162a41507","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034120503,"stop":1729034120503,"duration":0}},{"uid":"b6869e290b8f8d23","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6869e290b8f8d23","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033858274,"stop":1729033858274,"duration":0}},{"uid":"ea351abde7b7b7d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ea351abde7b7b7d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031908179,"stop":1729031908179,"duration":0}},{"uid":"198eaf233d4d2a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/198eaf233d4d2a6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901453936,"stop":1728901453936,"duration":0}},{"uid":"b61432b0eec030eb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b61432b0eec030eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892884412,"stop":1728892884413,"duration":1}},{"uid":"a06cd126fe1efa06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a06cd126fe1efa06","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855846881,"stop":1728855846881,"duration":0}},{"uid":"f9ca30715d0a5c6b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f9ca30715d0a5c6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738064185,"stop":1728738064185,"duration":0}},{"uid":"78aee8dd9a5b37ff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/78aee8dd9a5b37ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682597764,"stop":1728682597764,"duration":0}},{"uid":"15f7a7fed72e0228","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/15f7a7fed72e0228","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682170542,"stop":1728682170542,"duration":0}},{"uid":"80d8be015dcf024a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/80d8be015dcf024a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676645202,"stop":1728676645203,"duration":1}},{"uid":"1ed4214a5b944751","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1ed4214a5b944751","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669368197,"stop":1728669368197,"duration":0}},{"uid":"a5d88917477b72c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a5d88917477b72c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597709014,"stop":1728597709014,"duration":0}},{"uid":"aacf71c5aad37b62","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/aacf71c5aad37b62","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596928108,"stop":1728596928109,"duration":1}}]},"41779e903ab25562a7ad15e62d6d48ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2b829862560e811","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e2b829862560e811","status":"passed","time":{"start":1729034428558,"stop":1729034428558,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"807bfab0ab7db6ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/807bfab0ab7db6ac","status":"passed","time":{"start":1729034472932,"stop":1729034472939,"duration":7}},{"uid":"91901ac391f48f09","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/91901ac391f48f09","status":"passed","time":{"start":1729034240907,"stop":1729034240907,"duration":0}},{"uid":"1e5ad13676f6fa39","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1e5ad13676f6fa39","status":"passed","time":{"start":1729034159609,"stop":1729034159610,"duration":1}},{"uid":"cf7855c67c532be8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cf7855c67c532be8","status":"passed","time":{"start":1729033976777,"stop":1729033976778,"duration":1}},{"uid":"46da2b9706cf80ca","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/46da2b9706cf80ca","status":"passed","time":{"start":1729032020507,"stop":1729032020508,"duration":1}},{"uid":"18d270b4420a98bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/18d270b4420a98bf","status":"passed","time":{"start":1728901616424,"stop":1728901616425,"duration":1}},{"uid":"2fdbd1e58874951","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2fdbd1e58874951","status":"passed","time":{"start":1728893050239,"stop":1728893050239,"duration":0}},{"uid":"4b32a9e0d1051b8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4b32a9e0d1051b8","status":"passed","time":{"start":1728856015166,"stop":1728856015166,"duration":0}},{"uid":"13585c0a2a7946a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/13585c0a2a7946a2","status":"passed","time":{"start":1728738233129,"stop":1728738233131,"duration":2}},{"uid":"4a8b83950b48abee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4a8b83950b48abee","status":"passed","time":{"start":1728682762462,"stop":1728682762462,"duration":0}},{"uid":"7cc748cce4523e5f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7cc748cce4523e5f","status":"passed","time":{"start":1728682332781,"stop":1728682332781,"duration":0}},{"uid":"dbcd06561fb10c53","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dbcd06561fb10c53","status":"passed","time":{"start":1728676810285,"stop":1728676810285,"duration":0}},{"uid":"a77b50f98ed2f41b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a77b50f98ed2f41b","status":"passed","time":{"start":1728669529888,"stop":1728669529888,"duration":0}},{"uid":"332bdf1f517641f0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/332bdf1f517641f0","status":"passed","time":{"start":1728597873527,"stop":1728597873527,"duration":0}},{"uid":"aa7bf88e43fd457","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/aa7bf88e43fd457","status":"passed","time":{"start":1728597089268,"stop":1728597089268,"duration":0}}]},"cef07f1ff92137e1df43911a61443a69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d542d150995e90e3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d542d150995e90e3","status":"passed","time":{"start":1729034656464,"stop":1729034656464,"duration":0}}]},"608aad3811c900692e069537e22e4721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9520941322e43c86","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9520941322e43c86","status":"passed","time":{"start":1728893329037,"stop":1728893329037,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"eae4aa728e4a866","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eae4aa728e4a866","status":"passed","time":{"start":1729034704503,"stop":1729034704503,"duration":0}},{"uid":"647eba326c4501b5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/647eba326c4501b5","status":"passed","time":{"start":1729034474997,"stop":1729034474997,"duration":0}},{"uid":"70a9c47a48db24e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/70a9c47a48db24e9","status":"passed","time":{"start":1729034395297,"stop":1729034395297,"duration":0}},{"uid":"2bb240d3c946a1f7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2bb240d3c946a1f7","status":"passed","time":{"start":1729034209110,"stop":1729034209111,"duration":1}},{"uid":"dcf9b01f0600ab64","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dcf9b01f0600ab64","status":"passed","time":{"start":1729032264579,"stop":1729032264579,"duration":0}},{"uid":"c368b9ad1d62d725","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c368b9ad1d62d725","status":"passed","time":{"start":1728902012870,"stop":1728902012870,"duration":0}},{"uid":"f404347b035b04f1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f404347b035b04f1","status":"passed","time":{"start":1728893454820,"stop":1728893454821,"duration":1}},{"uid":"88b5819e0d1e735","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/88b5819e0d1e735","status":"passed","time":{"start":1728856408463,"stop":1728856408463,"duration":0}},{"uid":"8b641bbb39c0bd3f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8b641bbb39c0bd3f","status":"passed","time":{"start":1728738633864,"stop":1728738633864,"duration":0}},{"uid":"dcfcc8f3ed0637","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dcfcc8f3ed0637","status":"passed","time":{"start":1728683159802,"stop":1728683159803,"duration":1}},{"uid":"aa0e0762dbf65c15","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa0e0762dbf65c15","status":"passed","time":{"start":1728682751339,"stop":1728682751339,"duration":0}},{"uid":"1078e63d462bfbc9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1078e63d462bfbc9","status":"passed","time":{"start":1728677216373,"stop":1728677216373,"duration":0}},{"uid":"1c07cce1b1438d36","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1c07cce1b1438d36","status":"passed","time":{"start":1728669925460,"stop":1728669925461,"duration":1}},{"uid":"42007306caf8689","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/42007306caf8689","status":"passed","time":{"start":1728598268816,"stop":1728598268816,"duration":0}},{"uid":"e334141119a63b1f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e334141119a63b1f","status":"passed","time":{"start":1728597503944,"stop":1728597503944,"duration":0}}]},"8c2ebee35228783c841808ec7cb2ce93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5366d118ada4a64b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5366d118ada4a64b","status":"passed","time":{"start":1728597434077,"stop":1728597434078,"duration":1}}]},"cd945cb757b92cbdedc4f79d70a85814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c504c8ec80220a69","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c504c8ec80220a69","status":"passed","time":{"start":1728682381285,"stop":1728682381285,"duration":0}}]},"2cdeb2f381cef25b811fefd3775d740b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61bd76ede1ecca97","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/61bd76ede1ecca97","status":"passed","time":{"start":1729034443509,"stop":1729034443509,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d7c48e847a7f07ad","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d7c48e847a7f07ad","status":"passed","time":{"start":1729034398717,"stop":1729034398720,"duration":3}},{"uid":"4cbd804a726e2a0f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4cbd804a726e2a0f","status":"passed","time":{"start":1729034163591,"stop":1729034163592,"duration":1}},{"uid":"4516b5020b1ab897","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4516b5020b1ab897","status":"passed","time":{"start":1729034085355,"stop":1729034085356,"duration":1}},{"uid":"4392f2ed8b39a49d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4392f2ed8b39a49d","status":"passed","time":{"start":1729033899382,"stop":1729033899383,"duration":1}},{"uid":"10f6a686cc61c48","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/10f6a686cc61c48","status":"passed","time":{"start":1729031949745,"stop":1729031949748,"duration":3}},{"uid":"45641b7374b2b976","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/45641b7374b2b976","status":"passed","time":{"start":1728901497248,"stop":1728901497249,"duration":1}},{"uid":"cdd2b7aaf2e3706f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cdd2b7aaf2e3706f","status":"passed","time":{"start":1728892931614,"stop":1728892931615,"duration":1}},{"uid":"c02c8622538029f0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c02c8622538029f0","status":"passed","time":{"start":1728855891084,"stop":1728855891085,"duration":1}},{"uid":"d70aefe4fe53eb04","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d70aefe4fe53eb04","status":"passed","time":{"start":1728738108304,"stop":1728738108305,"duration":1}},{"uid":"257c9725d2cf8a82","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/257c9725d2cf8a82","status":"passed","time":{"start":1728682642731,"stop":1728682642731,"duration":0}},{"uid":"cac7d9d6327731ab","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cac7d9d6327731ab","status":"passed","time":{"start":1728682214716,"stop":1728682214717,"duration":1}},{"uid":"96d5fcc099373fdf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/96d5fcc099373fdf","status":"passed","time":{"start":1728676692176,"stop":1728676692178,"duration":2}},{"uid":"a5957da733b5aa7c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a5957da733b5aa7c","status":"passed","time":{"start":1728669416672,"stop":1728669416672,"duration":0}},{"uid":"464bf571077a8a23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/464bf571077a8a23","status":"passed","time":{"start":1728597754024,"stop":1728597754024,"duration":0}},{"uid":"f88e5dfa78efef7c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f88e5dfa78efef7c","status":"passed","time":{"start":1728596972640,"stop":1728596972641,"duration":1}}]},"9443fdbefccaf41c7520c31e9bc23de4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40cfbff0ecc58dac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/40cfbff0ecc58dac","status":"passed","time":{"start":1728677156815,"stop":1728677156816,"duration":1}}]},"e32709c38045de376471c99b313bc86f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8030b3609083d784","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8030b3609083d784","status":"passed","time":{"start":1728677103495,"stop":1728677103495,"duration":0}}]},"1939f3c31ab4a50d0a89a88e1d6e0a06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c158aafd59dfaad5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c158aafd59dfaad5","status":"passed","time":{"start":1728893395081,"stop":1728893395081,"duration":0}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7936feca9dd7b9dc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7936feca9dd7b9dc","status":"passed","time":{"start":1729034703310,"stop":1729034703311,"duration":1}},{"uid":"ab5b10d0d783a591","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ab5b10d0d783a591","status":"passed","time":{"start":1729034475271,"stop":1729034475272,"duration":1}},{"uid":"3e5793538342b2c1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3e5793538342b2c1","status":"passed","time":{"start":1729034392402,"stop":1729034392403,"duration":1}},{"uid":"7b657d1f2ed19eab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b657d1f2ed19eab","status":"passed","time":{"start":1729034208294,"stop":1729034208294,"duration":0}},{"uid":"3d39d4b02496210d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3d39d4b02496210d","status":"passed","time":{"start":1729032257066,"stop":1729032257066,"duration":0}},{"uid":"8e4005159a9565c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e4005159a9565c","status":"passed","time":{"start":1728902024012,"stop":1728902024012,"duration":0}},{"uid":"211fea8ea929ff73","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/211fea8ea929ff73","status":"passed","time":{"start":1728893455129,"stop":1728893455129,"duration":0}},{"uid":"31c4f02192c8eac0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/31c4f02192c8eac0","status":"passed","time":{"start":1728856404962,"stop":1728856404966,"duration":4}},{"uid":"4fc49df16b4d3d46","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4fc49df16b4d3d46","status":"passed","time":{"start":1728738634668,"stop":1728738634668,"duration":0}},{"uid":"4287d0daad56e694","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4287d0daad56e694","status":"passed","time":{"start":1728683163620,"stop":1728683163620,"duration":0}},{"uid":"381074811ab37386","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/381074811ab37386","status":"passed","time":{"start":1728682737540,"stop":1728682737541,"duration":1}},{"uid":"e8c0b1a4b855acf6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8c0b1a4b855acf6","status":"passed","time":{"start":1728677222567,"stop":1728677222567,"duration":0}},{"uid":"8a8c5a9b3a36b2e9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8a8c5a9b3a36b2e9","status":"passed","time":{"start":1728669905038,"stop":1728669905041,"duration":3}},{"uid":"9815d9d19f91725a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9815d9d19f91725a","status":"passed","time":{"start":1728598284365,"stop":1728598284366,"duration":1}},{"uid":"e111774029d11cf8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e111774029d11cf8","status":"passed","time":{"start":1728597506830,"stop":1728597506830,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3da90664d058291b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3da90664d058291b","status":"passed","time":{"start":1729034640523,"stop":1729034640524,"duration":1}},{"uid":"b2840595b89c920a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b2840595b89c920a","status":"passed","time":{"start":1729034411423,"stop":1729034411424,"duration":1}},{"uid":"12fc80e9d113165","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/12fc80e9d113165","status":"passed","time":{"start":1729034327403,"stop":1729034327404,"duration":1}},{"uid":"1ded228d114cc53b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ded228d114cc53b","status":"passed","time":{"start":1729034147774,"stop":1729034147774,"duration":0}},{"uid":"26bac947750ef726","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/26bac947750ef726","status":"passed","time":{"start":1729032204828,"stop":1729032204828,"duration":0}},{"uid":"723c1512a4eeb316","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/723c1512a4eeb316","status":"passed","time":{"start":1728901907701,"stop":1728901907701,"duration":0}},{"uid":"b92e4c337fe3df7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b92e4c337fe3df7c","status":"passed","time":{"start":1728893341888,"stop":1728893341889,"duration":1}},{"uid":"f73baedefbef9a2e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f73baedefbef9a2e","status":"passed","time":{"start":1728856299371,"stop":1728856299371,"duration":0}},{"uid":"31e7223290f785f4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/31e7223290f785f4","status":"passed","time":{"start":1728738511617,"stop":1728738511618,"duration":1}},{"uid":"98b1a9793ee6b655","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/98b1a9793ee6b655","status":"passed","time":{"start":1728683052911,"stop":1728683052911,"duration":0}},{"uid":"92d11d985f6d896b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/92d11d985f6d896b","status":"passed","time":{"start":1728682612911,"stop":1728682612911,"duration":0}},{"uid":"77c55e8cb07df8c9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/77c55e8cb07df8c9","status":"passed","time":{"start":1728677115746,"stop":1728677115747,"duration":1}},{"uid":"ed43669b1d9a262b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed43669b1d9a262b","status":"passed","time":{"start":1728669778175,"stop":1728669778175,"duration":0}},{"uid":"1458058383bceda8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1458058383bceda8","status":"passed","time":{"start":1728598175433,"stop":1728598175433,"duration":0}},{"uid":"1e4f8a365a258eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1e4f8a365a258eaa","status":"passed","time":{"start":1728597380061,"stop":1728597380061,"duration":0}}]},"fce0a4005cb7ed409b188da574ac0a05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"beaf76cd9f000aa8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/beaf76cd9f000aa8","status":"passed","time":{"start":1729034636315,"stop":1729034636315,"duration":0}}]},"099c6e7b5f7486a3865256d674cef0e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11bdc047ce3ac172","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/11bdc047ce3ac172","status":"passed","time":{"start":1729034177534,"stop":1729034177534,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a161e6cd52c9f67c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a161e6cd52c9f67c","status":"passed","time":{"start":1729034432451,"stop":1729034432452,"duration":1}},{"uid":"f8f46158b5a7524","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f8f46158b5a7524","status":"passed","time":{"start":1729034119308,"stop":1729034119308,"duration":0}},{"uid":"cc009a12a1f848ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc009a12a1f848ca","status":"passed","time":{"start":1729033933482,"stop":1729033933482,"duration":0}},{"uid":"5fa0a65ef258fe79","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fa0a65ef258fe79","status":"passed","time":{"start":1729031982935,"stop":1729031982935,"duration":0}},{"uid":"5ea84d1e82d72209","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5ea84d1e82d72209","status":"passed","time":{"start":1728901527861,"stop":1728901527862,"duration":1}},{"uid":"2fd8daae0f5ee183","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2fd8daae0f5ee183","status":"passed","time":{"start":1728892960142,"stop":1728892960142,"duration":0}},{"uid":"8e65187e128fced3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8e65187e128fced3","status":"passed","time":{"start":1728855921716,"stop":1728855921716,"duration":0}},{"uid":"8e95dc59b82f8c9d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8e95dc59b82f8c9d","status":"passed","time":{"start":1728738138434,"stop":1728738138434,"duration":0}},{"uid":"17d9056d830f175e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/17d9056d830f175e","status":"passed","time":{"start":1728682672254,"stop":1728682672255,"duration":1}},{"uid":"876fa15dd1e5b035","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/876fa15dd1e5b035","status":"passed","time":{"start":1728682245077,"stop":1728682245077,"duration":0}},{"uid":"68461b2b4b9584bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/68461b2b4b9584bc","status":"passed","time":{"start":1728676721301,"stop":1728676721302,"duration":1}},{"uid":"97a800850908c478","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97a800850908c478","status":"passed","time":{"start":1728669444565,"stop":1728669444566,"duration":1}},{"uid":"7c3b004c84243a7f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c3b004c84243a7f","status":"passed","time":{"start":1728597784077,"stop":1728597784078,"duration":1}},{"uid":"c4a1b78f8f7c953f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c4a1b78f8f7c953f","status":"passed","time":{"start":1728597001552,"stop":1728597001552,"duration":0}}]},"577ca2ea18faf377a78195e0f0aa143c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"b754c72e64a6e5aa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b754c72e64a6e5aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473212,"stop":1729034473213,"duration":1}},{"uid":"923589b1fca984b0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/923589b1fca984b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241155,"stop":1729034241157,"duration":2}},{"uid":"6813ccfa0b6b43db","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6813ccfa0b6b43db","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159972,"stop":1729034159972,"duration":0}},{"uid":"8b7188cb770d7c92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b7188cb770d7c92","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977063,"stop":1729033977063,"duration":0}},{"uid":"4f3a7514acda180","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f3a7514acda180","status":"passed","time":{"start":1729032093781,"stop":1729032093782,"duration":1}},{"uid":"8bf437b212ad355d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8bf437b212ad355d","status":"passed","time":{"start":1728901748772,"stop":1728901748772,"duration":0}},{"uid":"7e02634a640edac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7e02634a640edac","status":"passed","time":{"start":1728893181084,"stop":1728893181084,"duration":0}},{"uid":"3c2473c8093f2e9b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c2473c8093f2e9b","status":"passed","time":{"start":1728856155550,"stop":1728856155550,"duration":0}},{"uid":"746f210e6ad58989","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/746f210e6ad58989","status":"passed","time":{"start":1728738360283,"stop":1728738360284,"duration":1}},{"uid":"a5a9bda857b98a95","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a5a9bda857b98a95","status":"passed","time":{"start":1728682907221,"stop":1728682907221,"duration":0}},{"uid":"5478d1dbded71ea9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5478d1dbded71ea9","status":"passed","time":{"start":1728682466730,"stop":1728682466731,"duration":1}},{"uid":"cb812853deb16796","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cb812853deb16796","status":"passed","time":{"start":1728676955720,"stop":1728676955721,"duration":1}},{"uid":"538b570cd826eca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/538b570cd826eca","status":"passed","time":{"start":1728598013533,"stop":1728598013533,"duration":0}},{"uid":"47c8529098b5babd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47c8529098b5babd","status":"passed","time":{"start":1728597225198,"stop":1728597225198,"duration":0}}]},"00e65cff4ceb604a8dd090eded0afb3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98b3a87e7dc729c8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/98b3a87e7dc729c8","status":"passed","time":{"start":1728738567467,"stop":1728738567467,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"78c6909dabc5d152","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/78c6909dabc5d152","status":"passed","time":{"start":1729034558119,"stop":1729034558119,"duration":0}},{"uid":"fdca1f8cfa33b4e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fdca1f8cfa33b4e8","status":"passed","time":{"start":1729034245521,"stop":1729034245522,"duration":1}},{"uid":"3f630ff3c83cd572","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f630ff3c83cd572","status":"passed","time":{"start":1729034063495,"stop":1729034063495,"duration":0}},{"uid":"e8698b1a10dea0aa","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8698b1a10dea0aa","status":"passed","time":{"start":1729032122636,"stop":1729032122636,"duration":0}},{"uid":"fd7b48c42f14ecfb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd7b48c42f14ecfb","status":"passed","time":{"start":1728901785627,"stop":1728901785631,"duration":4}},{"uid":"9ac6ff99b15c2cef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9ac6ff99b15c2cef","status":"passed","time":{"start":1728893218774,"stop":1728893218774,"duration":0}},{"uid":"46f2da394b08660b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46f2da394b08660b","status":"passed","time":{"start":1728856192660,"stop":1728856192660,"duration":0}},{"uid":"cd774ac4410170c8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cd774ac4410170c8","status":"passed","time":{"start":1728738398087,"stop":1728738398087,"duration":0}},{"uid":"660c73e4c8079f17","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/660c73e4c8079f17","status":"passed","time":{"start":1728682944506,"stop":1728682944508,"duration":2}},{"uid":"820650463fb4cb46","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/820650463fb4cb46","status":"passed","time":{"start":1728682507861,"stop":1728682507862,"duration":1}},{"uid":"90fe87fc56b15766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/90fe87fc56b15766","status":"passed","time":{"start":1728676995527,"stop":1728676995528,"duration":1}},{"uid":"d855a99697281a40","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d855a99697281a40","status":"passed","time":{"start":1728669665536,"stop":1728669665536,"duration":0}},{"uid":"12e4b335c2f6252f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/12e4b335c2f6252f","status":"passed","time":{"start":1728598056480,"stop":1728598056480,"duration":0}},{"uid":"1ea8eabd32a66f89","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ea8eabd32a66f89","status":"passed","time":{"start":1728597264029,"stop":1728597264029,"duration":0}}]},"df5a459dc18250b3885b203ab85ba496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6cf1395509160767","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6cf1395509160767","status":"passed","time":{"start":1729032178381,"stop":1729032178382,"duration":1}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6e60e7764f68b78b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6e60e7764f68b78b","status":"passed","time":{"start":1729034636309,"stop":1729034636310,"duration":1}},{"uid":"1300dbfeeacd63ab","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1300dbfeeacd63ab","status":"passed","time":{"start":1729034402260,"stop":1729034402260,"duration":0}},{"uid":"2bb9026dbf24aa86","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2bb9026dbf24aa86","status":"passed","time":{"start":1729034323283,"stop":1729034323283,"duration":0}},{"uid":"c7447c5b8802ac86","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7447c5b8802ac86","status":"passed","time":{"start":1729034144761,"stop":1729034144761,"duration":0}},{"uid":"7a0583cdb312a8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a0583cdb312a8c","status":"passed","time":{"start":1729032198811,"stop":1729032198812,"duration":1}},{"uid":"effb4e4e3bddc0f9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/effb4e4e3bddc0f9","status":"passed","time":{"start":1728901901752,"stop":1728901901753,"duration":1}},{"uid":"42b148b2b9705084","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/42b148b2b9705084","status":"passed","time":{"start":1728893337237,"stop":1728893337237,"duration":0}},{"uid":"4719fe510763733f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4719fe510763733f","status":"passed","time":{"start":1728856299185,"stop":1728856299185,"duration":0}},{"uid":"171f69740d686092","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/171f69740d686092","status":"passed","time":{"start":1728738505371,"stop":1728738505371,"duration":0}},{"uid":"268ef498b5d0b57e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/268ef498b5d0b57e","status":"passed","time":{"start":1728683045439,"stop":1728683045439,"duration":0}},{"uid":"4d5d5bfb1e5b3a78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4d5d5bfb1e5b3a78","status":"passed","time":{"start":1728682607282,"stop":1728682607283,"duration":1}},{"uid":"6e9eb7b614af2aec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6e9eb7b614af2aec","status":"passed","time":{"start":1728677103488,"stop":1728677103489,"duration":1}},{"uid":"2610603b9f3a2f61","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2610603b9f3a2f61","status":"passed","time":{"start":1728669777112,"stop":1728669777112,"duration":0}},{"uid":"e80285930093665a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e80285930093665a","status":"passed","time":{"start":1728598163462,"stop":1728598163462,"duration":0}},{"uid":"4d2bb3bdb5405f72","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4d2bb3bdb5405f72","status":"passed","time":{"start":1728597375458,"stop":1728597375459,"duration":1}}]},"4f8638119bf6a7653437eddab6db55e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81d2799654167770","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/81d2799654167770","status":"passed","time":{"start":1728677184695,"stop":1728677184696,"duration":1}}]},"c5bbd057f2b356cb3fb82f6901ca0cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5466361abe44e089","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5466361abe44e089","status":"passed","time":{"start":1729034357706,"stop":1729034357707,"duration":1}}]},"d59239ece4fc7a71ecedc4e18d7daef1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c606504182c23f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4c606504182c23f5","status":"passed","time":{"start":1728738505383,"stop":1728738505384,"duration":1}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"41d1fb42303660c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41d1fb42303660c8","status":"passed","time":{"start":1729034341399,"stop":1729034341399,"duration":0}},{"uid":"3a5c19ea1526b4f2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3a5c19ea1526b4f2","status":"passed","time":{"start":1729034104907,"stop":1729034104907,"duration":0}},{"uid":"b87ce8455291f8cd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b87ce8455291f8cd","status":"passed","time":{"start":1729034028504,"stop":1729034028505,"duration":1}},{"uid":"dace930220d137e6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dace930220d137e6","status":"passed","time":{"start":1729033843113,"stop":1729033843113,"duration":0}},{"uid":"57a7cc96d98318f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/57a7cc96d98318f1","status":"passed","time":{"start":1729031892672,"stop":1729031892672,"duration":0}},{"uid":"5e3929fe3965bf5c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5e3929fe3965bf5c","status":"passed","time":{"start":1728901438803,"stop":1728901438803,"duration":0}},{"uid":"c4258e4c8d020d4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c4258e4c8d020d4f","status":"passed","time":{"start":1728892868995,"stop":1728892868995,"duration":0}},{"uid":"5f24f255917ebae","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5f24f255917ebae","status":"passed","time":{"start":1728855831888,"stop":1728855831888,"duration":0}},{"uid":"4cc662ce6f4b0a20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4cc662ce6f4b0a20","status":"passed","time":{"start":1728738049035,"stop":1728738049035,"duration":0}},{"uid":"200f16655641e9eb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/200f16655641e9eb","status":"passed","time":{"start":1728682582612,"stop":1728682582612,"duration":0}},{"uid":"857e5dd250b2cb2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/857e5dd250b2cb2c","status":"passed","time":{"start":1728682155403,"stop":1728682155403,"duration":0}},{"uid":"87b4a1c9c37d6038","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87b4a1c9c37d6038","status":"passed","time":{"start":1728676629968,"stop":1728676629969,"duration":1}},{"uid":"7f8d7ff530b5f3f4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f8d7ff530b5f3f4","status":"passed","time":{"start":1728669353096,"stop":1728669353096,"duration":0}},{"uid":"a4bc5e528ebff27e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a4bc5e528ebff27e","status":"passed","time":{"start":1728597693841,"stop":1728597693841,"duration":0}},{"uid":"886056b2a7953630","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/886056b2a7953630","status":"passed","time":{"start":1728596913085,"stop":1728596913086,"duration":1}}]},"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"727d999c67c19883","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/727d999c67c19883","status":"passed","time":{"start":1729034332633,"stop":1729034332633,"duration":0}},{"uid":"c3c3455fa922db50","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c3c3455fa922db50","status":"passed","time":{"start":1729034096134,"stop":1729034096135,"duration":1}},{"uid":"e63b792f2b3c29da","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e63b792f2b3c29da","status":"passed","time":{"start":1729034020092,"stop":1729034020092,"duration":0}},{"uid":"ff27a4006fa9f81d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff27a4006fa9f81d","status":"passed","time":{"start":1729033834387,"stop":1729033834388,"duration":1}},{"uid":"21ea9378792d4d9e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/21ea9378792d4d9e","status":"passed","time":{"start":1729031884121,"stop":1729031884121,"duration":0}},{"uid":"e50ec17923842380","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e50ec17923842380","status":"passed","time":{"start":1728901430255,"stop":1728901430255,"duration":0}},{"uid":"d388ca5dbae0db36","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d388ca5dbae0db36","status":"passed","time":{"start":1728892860533,"stop":1728892860533,"duration":0}},{"uid":"ba106aa26117200a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ba106aa26117200a","status":"passed","time":{"start":1728855823323,"stop":1728855823323,"duration":0}},{"uid":"478bf6eaf8308e82","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/478bf6eaf8308e82","status":"passed","time":{"start":1728738040604,"stop":1728738040604,"duration":0}},{"uid":"ba62306f7c0837d6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ba62306f7c0837d6","status":"passed","time":{"start":1728682574094,"stop":1728682574094,"duration":0}},{"uid":"bdcbe3285d2a40b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bdcbe3285d2a40b8","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"b7c0b7c165f6d5d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b7c0b7c165f6d5d","status":"passed","time":{"start":1728676621433,"stop":1728676621433,"duration":0}},{"uid":"f9b5b5569d5b97c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f9b5b5569d5b97c9","status":"passed","time":{"start":1728669344469,"stop":1728669344469,"duration":0}},{"uid":"ac81bf0d6f2ecbaa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ac81bf0d6f2ecbaa","status":"passed","time":{"start":1728597685162,"stop":1728597685163,"duration":1}},{"uid":"e323304f6e5b9321","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e323304f6e5b9321","status":"passed","time":{"start":1728596904469,"stop":1728596904469,"duration":0}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"754cb4c34eef0287","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/754cb4c34eef0287","status":"passed","time":{"start":1729034708552,"stop":1729034708552,"duration":0}},{"uid":"aac088a040be6eb0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aac088a040be6eb0","status":"passed","time":{"start":1729034480292,"stop":1729034480293,"duration":1}},{"uid":"c8187c9e495f488","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c8187c9e495f488","status":"passed","time":{"start":1729034396759,"stop":1729034396759,"duration":0}},{"uid":"34bee88155dd616d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/34bee88155dd616d","status":"passed","time":{"start":1729032277692,"stop":1729032277692,"duration":0}},{"uid":"fd7dfab7a01a5c1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd7dfab7a01a5c1f","status":"passed","time":{"start":1728902034224,"stop":1728902034224,"duration":0}},{"uid":"77ef1884b59eec62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/77ef1884b59eec62","status":"passed","time":{"start":1728893469057,"stop":1728893469057,"duration":0}},{"uid":"96db51590b7e8117","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/96db51590b7e8117","status":"passed","time":{"start":1728856416487,"stop":1728856416488,"duration":1}},{"uid":"c662d4470cf52a38","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c662d4470cf52a38","status":"passed","time":{"start":1728738643170,"stop":1728738643170,"duration":0}},{"uid":"2049696663351127","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2049696663351127","status":"passed","time":{"start":1728683174246,"stop":1728683174246,"duration":0}},{"uid":"e536f48ccfde5c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e536f48ccfde5c9","status":"passed","time":{"start":1728682757801,"stop":1728682757801,"duration":0}},{"uid":"86588b337a57fea1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/86588b337a57fea1","status":"passed","time":{"start":1728677231124,"stop":1728677231124,"duration":0}},{"uid":"56cfec9e4c93710c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/56cfec9e4c93710c","status":"passed","time":{"start":1728669920236,"stop":1728669920237,"duration":1}},{"uid":"82bd172ab7f0e19c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/82bd172ab7f0e19c","status":"passed","time":{"start":1728598298888,"stop":1728598298888,"duration":0}},{"uid":"b86d6c6b1704b40f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b86d6c6b1704b40f","status":"passed","time":{"start":1728597513734,"stop":1728597513734,"duration":0}}]},"ca4c0715a9756df241d617c481e4972f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e1b38c8677a34d63","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e1b38c8677a34d63","status":"passed","time":{"start":1728683093169,"stop":1728683093170,"duration":1}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c7de29dd1e4d3da4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7de29dd1e4d3da4","status":"passed","time":{"start":1729034614967,"stop":1729034614967,"duration":0}},{"uid":"245a42f312133e7f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/245a42f312133e7f","status":"passed","time":{"start":1729034373110,"stop":1729034373111,"duration":1}},{"uid":"266dcdfaa647202a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/266dcdfaa647202a","status":"passed","time":{"start":1729034308036,"stop":1729034308036,"duration":0}},{"uid":"be9c2a7ce7c9511d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be9c2a7ce7c9511d","status":"passed","time":{"start":1729034124336,"stop":1729034124336,"duration":0}},{"uid":"2f47b892c04ec8f3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2f47b892c04ec8f3","status":"passed","time":{"start":1729032177054,"stop":1729032177055,"duration":1}},{"uid":"c8a626be84d7c54d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c8a626be84d7c54d","status":"passed","time":{"start":1728901874867,"stop":1728901874868,"duration":1}},{"uid":"d40f1c7f901a4649","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d40f1c7f901a4649","status":"passed","time":{"start":1728893313877,"stop":1728893313877,"duration":0}},{"uid":"b256ce93701dbc0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b256ce93701dbc0f","status":"passed","time":{"start":1728856265011,"stop":1728856265011,"duration":0}},{"uid":"8292c51f626aae4f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8292c51f626aae4f","status":"passed","time":{"start":1728738486155,"stop":1728738486155,"duration":0}},{"uid":"8b35163fdc77fafe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8b35163fdc77fafe","status":"passed","time":{"start":1728683032646,"stop":1728683032646,"duration":0}},{"uid":"6217710fc30111ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6217710fc30111ac","status":"passed","time":{"start":1728682582821,"stop":1728682582821,"duration":0}},{"uid":"2b8eaab62294117a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b8eaab62294117a","status":"passed","time":{"start":1728677084921,"stop":1728677084921,"duration":0}},{"uid":"ee8aa0a2482d7ffe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ee8aa0a2482d7ffe","status":"passed","time":{"start":1728669757004,"stop":1728669757004,"duration":0}},{"uid":"5b3585b296c1b03","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b3585b296c1b03","status":"passed","time":{"start":1728598139214,"stop":1728598139214,"duration":0}},{"uid":"ea48367ff1a84a6e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea48367ff1a84a6e","status":"passed","time":{"start":1728597351997,"stop":1728597351997,"duration":0}}]},"4ccfc887cfcd483dd0b104fdfe18c029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70d450cbf54e0432","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/70d450cbf54e0432","status":"passed","time":{"start":1728893093692,"stop":1728893093692,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d1184dbea190e5e9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1184dbea190e5e9","status":"passed","time":{"start":1729034708554,"stop":1729034708554,"duration":0}},{"uid":"37be47e4b88c87a9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/37be47e4b88c87a9","status":"passed","time":{"start":1729034480299,"stop":1729034480299,"duration":0}},{"uid":"7e07051115a5093d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7e07051115a5093d","status":"passed","time":{"start":1729034396761,"stop":1729034396761,"duration":0}},{"uid":"e2dbbcf6eeff877c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e2dbbcf6eeff877c","status":"passed","time":{"start":1729032277693,"stop":1729032277694,"duration":1}},{"uid":"5d5064b6a417c27e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5d5064b6a417c27e","status":"passed","time":{"start":1728902034226,"stop":1728902034226,"duration":0}},{"uid":"33209bad6d146bce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/33209bad6d146bce","status":"passed","time":{"start":1728893469058,"stop":1728893469058,"duration":0}},{"uid":"161b9e9c2677cb4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/161b9e9c2677cb4c","status":"passed","time":{"start":1728856416489,"stop":1728856416489,"duration":0}},{"uid":"c73c31b6b982162","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c73c31b6b982162","status":"passed","time":{"start":1728738643171,"stop":1728738643172,"duration":1}},{"uid":"93892997b88f5e58","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/93892997b88f5e58","status":"passed","time":{"start":1728683174248,"stop":1728683174248,"duration":0}},{"uid":"f12c690936f810d5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f12c690936f810d5","status":"passed","time":{"start":1728682757802,"stop":1728682757803,"duration":1}},{"uid":"90bddd23fce98dff","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/90bddd23fce98dff","status":"passed","time":{"start":1728677231126,"stop":1728677231126,"duration":0}},{"uid":"5c120588084ce64c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5c120588084ce64c","status":"passed","time":{"start":1728669920238,"stop":1728669920239,"duration":1}},{"uid":"5fa8314fea930baf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5fa8314fea930baf","status":"passed","time":{"start":1728598298889,"stop":1728598298890,"duration":1}},{"uid":"9f25fb72b3521526","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9f25fb72b3521526","status":"passed","time":{"start":1728597513735,"stop":1728597513735,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5b977a1ba006db2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5b977a1ba006db2c","status":"passed","time":{"start":1729034341400,"stop":1729034341400,"duration":0}},{"uid":"4af5d6e10e4efc94","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4af5d6e10e4efc94","status":"passed","time":{"start":1729034104908,"stop":1729034104909,"duration":1}},{"uid":"495e6fa419affd49","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/495e6fa419affd49","status":"passed","time":{"start":1729034028506,"stop":1729034028506,"duration":0}},{"uid":"23093e0a7e74ffa1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/23093e0a7e74ffa1","status":"passed","time":{"start":1729033843114,"stop":1729033843115,"duration":1}},{"uid":"e287164b4bae056a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e287164b4bae056a","status":"passed","time":{"start":1729031892673,"stop":1729031892674,"duration":1}},{"uid":"ec17da5899d83f1e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec17da5899d83f1e","status":"passed","time":{"start":1728901438805,"stop":1728901438805,"duration":0}},{"uid":"97d11ae4a6728263","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/97d11ae4a6728263","status":"passed","time":{"start":1728892868996,"stop":1728892868996,"duration":0}},{"uid":"27a767f6088058c8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/27a767f6088058c8","status":"passed","time":{"start":1728855831889,"stop":1728855831889,"duration":0}},{"uid":"221b6e033eb474bb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/221b6e033eb474bb","status":"passed","time":{"start":1728738049036,"stop":1728738049036,"duration":0}},{"uid":"12cab0b9c45dad30","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/12cab0b9c45dad30","status":"passed","time":{"start":1728682582614,"stop":1728682582614,"duration":0}},{"uid":"8106c09174a88ec6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8106c09174a88ec6","status":"passed","time":{"start":1728682155404,"stop":1728682155404,"duration":0}},{"uid":"a7268c5cd904cb4a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a7268c5cd904cb4a","status":"passed","time":{"start":1728676629970,"stop":1728676629970,"duration":0}},{"uid":"25c0cd94ccc3884a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25c0cd94ccc3884a","status":"passed","time":{"start":1728669353097,"stop":1728669353098,"duration":1}},{"uid":"4b02db4cf3c560d8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b02db4cf3c560d8","status":"passed","time":{"start":1728597693842,"stop":1728597693842,"duration":0}},{"uid":"1e50e126b2619ddc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1e50e126b2619ddc","status":"passed","time":{"start":1728596913087,"stop":1728596913087,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b6d25c9783cd9d37","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6d25c9783cd9d37","status":"passed","time":{"start":1729034472989,"stop":1729034472990,"duration":1}},{"uid":"93bfeb1ff537aefe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/93bfeb1ff537aefe","status":"passed","time":{"start":1729034240935,"stop":1729034240936,"duration":1}},{"uid":"a60c3378dab24171","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a60c3378dab24171","status":"passed","time":{"start":1729034159629,"stop":1729034159629,"duration":0}},{"uid":"e4e3feb8f31b2695","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e4e3feb8f31b2695","status":"passed","time":{"start":1729033976814,"stop":1729033976815,"duration":1}},{"uid":"e28d593074498f10","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e28d593074498f10","status":"passed","time":{"start":1729032020533,"stop":1729032020533,"duration":0}},{"uid":"49d853414597f112","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/49d853414597f112","status":"passed","time":{"start":1728901616499,"stop":1728901616500,"duration":1}},{"uid":"8e1cb29eee7c8b68","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e1cb29eee7c8b68","status":"passed","time":{"start":1728893050253,"stop":1728893050253,"duration":0}},{"uid":"2475c681a19a3387","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2475c681a19a3387","status":"passed","time":{"start":1728856015184,"stop":1728856015184,"duration":0}},{"uid":"4af16c4d25d267df","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4af16c4d25d267df","status":"passed","time":{"start":1728738233177,"stop":1728738233178,"duration":1}},{"uid":"5178536fd9fad221","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5178536fd9fad221","status":"passed","time":{"start":1728682762484,"stop":1728682762485,"duration":1}},{"uid":"41d2ab24e546fbc2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41d2ab24e546fbc2","status":"passed","time":{"start":1728682332798,"stop":1728682332798,"duration":0}},{"uid":"9f77686d6d0ac9ae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f77686d6d0ac9ae","status":"passed","time":{"start":1728676810305,"stop":1728676810306,"duration":1}},{"uid":"80f7077747ea01e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/80f7077747ea01e","status":"passed","time":{"start":1728669529908,"stop":1728669529909,"duration":1}},{"uid":"861972a5473639df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/861972a5473639df","status":"passed","time":{"start":1728597873545,"stop":1728597873546,"duration":1}},{"uid":"b9580b8e093ec63b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b9580b8e093ec63b","status":"passed","time":{"start":1728597089286,"stop":1728597089286,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d8a544ac4e8be1cb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d8a544ac4e8be1cb","status":"passed","time":{"start":1729034655442,"stop":1729034655442,"duration":0}},{"uid":"aa71ed5e8f4ce859","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aa71ed5e8f4ce859","status":"passed","time":{"start":1729034425376,"stop":1729034425376,"duration":0}},{"uid":"f1dee07f9d05bc94","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f1dee07f9d05bc94","status":"passed","time":{"start":1729034346108,"stop":1729034346108,"duration":0}},{"uid":"c575085c61fb592c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c575085c61fb592c","status":"passed","time":{"start":1729034162414,"stop":1729034162414,"duration":0}},{"uid":"bc948c748c84a6db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bc948c748c84a6db","status":"passed","time":{"start":1729032197322,"stop":1729032197323,"duration":1}},{"uid":"193bf488a2890fa8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/193bf488a2890fa8","status":"passed","time":{"start":1728901899711,"stop":1728901899711,"duration":0}},{"uid":"84737628d6f4fa6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84737628d6f4fa6f","status":"passed","time":{"start":1728893334922,"stop":1728893334922,"duration":0}},{"uid":"25a0310af4bf10b0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/25a0310af4bf10b0","status":"passed","time":{"start":1728856288016,"stop":1728856288016,"duration":0}},{"uid":"3d0fcd11a1acd1ed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3d0fcd11a1acd1ed","status":"passed","time":{"start":1728738501685,"stop":1728738501685,"duration":0}},{"uid":"114deeae7ee954eb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/114deeae7ee954eb","status":"passed","time":{"start":1728683044470,"stop":1728683044486,"duration":16}},{"uid":"c10ad54e7869bbf9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c10ad54e7869bbf9","status":"passed","time":{"start":1728682619632,"stop":1728682619633,"duration":1}},{"uid":"218ac041cd3a79bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/218ac041cd3a79bc","status":"passed","time":{"start":1728677104182,"stop":1728677104183,"duration":1}},{"uid":"5f576169b9655f5b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5f576169b9655f5b","status":"passed","time":{"start":1728669759886,"stop":1728669759887,"duration":1}},{"uid":"cd9e385878948b0a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd9e385878948b0a","status":"passed","time":{"start":1728598164489,"stop":1728598164490,"duration":1}},{"uid":"2070cdc57f243176","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2070cdc57f243176","status":"passed","time":{"start":1728597385264,"stop":1728597385265,"duration":1}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"13ee14eb12124263","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/13ee14eb12124263","status":"passed","time":{"start":1729034472967,"stop":1729034472968,"duration":1}},{"uid":"9ccfe1edc1385340","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9ccfe1edc1385340","status":"passed","time":{"start":1729034240919,"stop":1729034240919,"duration":0}},{"uid":"2f07db9e53d043f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2f07db9e53d043f6","status":"passed","time":{"start":1729034159616,"stop":1729034159616,"duration":0}},{"uid":"e7e7422287d4b82c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7e7422287d4b82c","status":"passed","time":{"start":1729033976800,"stop":1729033976801,"duration":1}},{"uid":"439721546732f7d7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/439721546732f7d7","status":"passed","time":{"start":1729032020519,"stop":1729032020519,"duration":0}},{"uid":"5bd8b82ae31d3ad","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5bd8b82ae31d3ad","status":"passed","time":{"start":1728901616435,"stop":1728901616435,"duration":0}},{"uid":"7336e2826b9b2c55","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7336e2826b9b2c55","status":"passed","time":{"start":1728893050245,"stop":1728893050246,"duration":1}},{"uid":"85417c1336b3ca35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/85417c1336b3ca35","status":"passed","time":{"start":1728856015172,"stop":1728856015172,"duration":0}},{"uid":"5dc9f32bc81c3958","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5dc9f32bc81c3958","status":"passed","time":{"start":1728738233141,"stop":1728738233141,"duration":0}},{"uid":"78bdfa93fef1ff09","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/78bdfa93fef1ff09","status":"passed","time":{"start":1728682762473,"stop":1728682762473,"duration":0}},{"uid":"915c01e93bb324cb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/915c01e93bb324cb","status":"passed","time":{"start":1728682332787,"stop":1728682332787,"duration":0}},{"uid":"9410bbcd28e9c480","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9410bbcd28e9c480","status":"passed","time":{"start":1728676810292,"stop":1728676810292,"duration":0}},{"uid":"766150738aff81f7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/766150738aff81f7","status":"passed","time":{"start":1728669529900,"stop":1728669529900,"duration":0}},{"uid":"c06dfcc945b47a1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c06dfcc945b47a1b","status":"passed","time":{"start":1728597873535,"stop":1728597873535,"duration":0}},{"uid":"5f8c86d3613b062e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f8c86d3613b062e","status":"passed","time":{"start":1728597089274,"stop":1728597089275,"duration":1}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9e3cb89dcea1a607","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9e3cb89dcea1a607","status":"passed","time":{"start":1729034340753,"stop":1729034340754,"duration":1}},{"uid":"8f327dfcc4edb39c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f327dfcc4edb39c","status":"passed","time":{"start":1729034104167,"stop":1729034104167,"duration":0}},{"uid":"7b7b57d50b00653f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7b7b57d50b00653f","status":"passed","time":{"start":1729034027739,"stop":1729034027741,"duration":2}},{"uid":"33b51db819627fb0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/33b51db819627fb0","status":"passed","time":{"start":1729033842345,"stop":1729033842346,"duration":1}},{"uid":"7017cf65f9241c2b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7017cf65f9241c2b","status":"passed","time":{"start":1729031892045,"stop":1729031892046,"duration":1}},{"uid":"3f97828ef010bcd6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3f97828ef010bcd6","status":"passed","time":{"start":1728901438028,"stop":1728901438028,"duration":0}},{"uid":"be159214091d9076","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/be159214091d9076","status":"passed","time":{"start":1728892868231,"stop":1728892868232,"duration":1}},{"uid":"ce4fcb3332bf810b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce4fcb3332bf810b","status":"passed","time":{"start":1728855831078,"stop":1728855831078,"duration":0}},{"uid":"d57ddd223d74a019","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d57ddd223d74a019","status":"passed","time":{"start":1728738048440,"stop":1728738048441,"duration":1}},{"uid":"32fdfbb261d082f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32fdfbb261d082f","status":"passed","time":{"start":1728682581841,"stop":1728682581842,"duration":1}},{"uid":"8e57d18923d8e5ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e57d18923d8e5ac","status":"passed","time":{"start":1728682154706,"stop":1728682154707,"duration":1}},{"uid":"426722a3d18fb346","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/426722a3d18fb346","status":"passed","time":{"start":1728676629295,"stop":1728676629295,"duration":0}},{"uid":"62a782fdc6ed7681","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/62a782fdc6ed7681","status":"passed","time":{"start":1728669352210,"stop":1728669352210,"duration":0}},{"uid":"a9638b32b271352a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a9638b32b271352a","status":"passed","time":{"start":1728597693015,"stop":1728597693015,"duration":0}},{"uid":"cbd1913043bcb425","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbd1913043bcb425","status":"passed","time":{"start":1728596912516,"stop":1728596912517,"duration":1}}]},"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"25a5150b6510d5b4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/25a5150b6510d5b4","status":"passed","time":{"start":1729034693197,"stop":1729034693198,"duration":1}},{"uid":"bc5abb8d0276ef02","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bc5abb8d0276ef02","status":"passed","time":{"start":1729034468601,"stop":1729034468601,"duration":0}},{"uid":"24760b42c98d2a4e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/24760b42c98d2a4e","status":"passed","time":{"start":1729034383199,"stop":1729034383199,"duration":0}},{"uid":"5f320e050bc272f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f320e050bc272f4","status":"passed","time":{"start":1729034203622,"stop":1729034203622,"duration":0}},{"uid":"2a2d7a6a4d69afde","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a2d7a6a4d69afde","status":"passed","time":{"start":1729032256256,"stop":1729032256256,"duration":0}},{"uid":"353d26a241e2f908","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/353d26a241e2f908","status":"passed","time":{"start":1728902016655,"stop":1728902016655,"duration":0}},{"uid":"6f85b5072fc97195","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6f85b5072fc97195","status":"passed","time":{"start":1728893448586,"stop":1728893448586,"duration":0}},{"uid":"ccb9cfb9c1d900b5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ccb9cfb9c1d900b5","status":"passed","time":{"start":1728856401309,"stop":1728856401309,"duration":0}},{"uid":"c86673b90d309b08","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c86673b90d309b08","status":"passed","time":{"start":1728738624655,"stop":1728738624655,"duration":0}},{"uid":"6a309930b42c6b67","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6a309930b42c6b67","status":"passed","time":{"start":1728683154299,"stop":1728683154299,"duration":0}},{"uid":"bb2ff62acfb15bdb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb2ff62acfb15bdb","status":"passed","time":{"start":1728682726615,"stop":1728682726616,"duration":1}},{"uid":"b8d3b62ac5aac63a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b8d3b62ac5aac63a","status":"passed","time":{"start":1728677221174,"stop":1728677221174,"duration":0}},{"uid":"f11c96aafb13aef2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f11c96aafb13aef2","status":"passed","time":{"start":1728669902841,"stop":1728669902841,"duration":0}},{"uid":"7e7cd28eac0ac44c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7e7cd28eac0ac44c","status":"passed","time":{"start":1728598275773,"stop":1728598275773,"duration":0}},{"uid":"3016622d28287ad8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3016622d28287ad8","status":"passed","time":{"start":1728597495946,"stop":1728597495946,"duration":0}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f07bb7bf39b0cb1d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f07bb7bf39b0cb1d","status":"passed","time":{"start":1729034335334,"stop":1729034335334,"duration":0}},{"uid":"85ef81f5b5fad031","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/85ef81f5b5fad031","status":"passed","time":{"start":1729034098687,"stop":1729034098687,"duration":0}},{"uid":"3685777317d0ca47","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3685777317d0ca47","status":"passed","time":{"start":1729034022455,"stop":1729034022456,"duration":1}},{"uid":"9f46314006676797","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9f46314006676797","status":"passed","time":{"start":1729033836804,"stop":1729033836804,"duration":0}},{"uid":"ba683d2c563923f5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ba683d2c563923f5","status":"passed","time":{"start":1729031886611,"stop":1729031886611,"duration":0}},{"uid":"d41fef07144bb4bc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d41fef07144bb4bc","status":"passed","time":{"start":1728901432737,"stop":1728901432738,"duration":1}},{"uid":"48f1267f398a7e87","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/48f1267f398a7e87","status":"passed","time":{"start":1728892863023,"stop":1728892863024,"duration":1}},{"uid":"90c787ad76c1de0c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/90c787ad76c1de0c","status":"passed","time":{"start":1728855825773,"stop":1728855825774,"duration":1}},{"uid":"cba4d61e08b39b94","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cba4d61e08b39b94","status":"passed","time":{"start":1728738043032,"stop":1728738043033,"duration":1}},{"uid":"adce5124a18f859c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/adce5124a18f859c","status":"passed","time":{"start":1728682576530,"stop":1728682576530,"duration":0}},{"uid":"338c4a0ed8ba36ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/338c4a0ed8ba36ac","status":"passed","time":{"start":1728682149244,"stop":1728682149244,"duration":0}},{"uid":"f8e8bb774db968c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8e8bb774db968c","status":"passed","time":{"start":1728676623919,"stop":1728676623919,"duration":0}},{"uid":"de3c57ef53dd9e15","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/de3c57ef53dd9e15","status":"passed","time":{"start":1728669346941,"stop":1728669346942,"duration":1}},{"uid":"4351f30611a68d93","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4351f30611a68d93","status":"passed","time":{"start":1728597687695,"stop":1728597687695,"duration":0}},{"uid":"a444a0509cdf9f3d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a444a0509cdf9f3d","status":"passed","time":{"start":1728596907136,"stop":1728596907137,"duration":1}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d973b8e129d9a53","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d973b8e129d9a53","status":"passed","time":{"start":1729034708553,"stop":1729034708553,"duration":0}},{"uid":"a84da175dd6aa595","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a84da175dd6aa595","status":"passed","time":{"start":1729034480297,"stop":1729034480298,"duration":1}},{"uid":"3b8c88b0bf006e84","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3b8c88b0bf006e84","status":"passed","time":{"start":1729034396760,"stop":1729034396760,"duration":0}},{"uid":"6fc963dddf17b915","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6fc963dddf17b915","status":"passed","time":{"start":1729032277693,"stop":1729032277693,"duration":0}},{"uid":"b50ecb102a146e59","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b50ecb102a146e59","status":"passed","time":{"start":1728902034225,"stop":1728902034225,"duration":0}},{"uid":"b9befb6b951ae2d9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b9befb6b951ae2d9","status":"passed","time":{"start":1728893469057,"stop":1728893469058,"duration":1}},{"uid":"a16840972845ed71","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a16840972845ed71","status":"passed","time":{"start":1728856416488,"stop":1728856416488,"duration":0}},{"uid":"76c63aa24f8e25ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76c63aa24f8e25ca","status":"passed","time":{"start":1728738643171,"stop":1728738643171,"duration":0}},{"uid":"3feb5fc1d21a6b91","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3feb5fc1d21a6b91","status":"passed","time":{"start":1728683174247,"stop":1728683174247,"duration":0}},{"uid":"b52ba56c8828879","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b52ba56c8828879","status":"passed","time":{"start":1728682757801,"stop":1728682757802,"duration":1}},{"uid":"7bc6965452de7756","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7bc6965452de7756","status":"passed","time":{"start":1728677231125,"stop":1728677231126,"duration":1}},{"uid":"6e9fbf488315d9a9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e9fbf488315d9a9","status":"passed","time":{"start":1728669920237,"stop":1728669920238,"duration":1}},{"uid":"f8ba4a2ef4056317","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f8ba4a2ef4056317","status":"passed","time":{"start":1728598298889,"stop":1728598298889,"duration":0}},{"uid":"5f479fd4bf0d37d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f479fd4bf0d37d","status":"passed","time":{"start":1728597513734,"stop":1728597513735,"duration":1}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cdace3ba5b83f5fd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cdace3ba5b83f5fd","status":"passed","time":{"start":1729034432448,"stop":1729034432449,"duration":1}},{"uid":"efb66014dad36d26","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/efb66014dad36d26","status":"passed","time":{"start":1729034119303,"stop":1729034119304,"duration":1}},{"uid":"e91cd66ab354b1d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e91cd66ab354b1d9","status":"passed","time":{"start":1729033933479,"stop":1729033933479,"duration":0}},{"uid":"ac9c28c9aba7fe2d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac9c28c9aba7fe2d","status":"passed","time":{"start":1729031982913,"stop":1729031982920,"duration":7}},{"uid":"316b68db8b3c2f75","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/316b68db8b3c2f75","status":"passed","time":{"start":1728901527854,"stop":1728901527855,"duration":1}},{"uid":"e85b66a3187f8efb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e85b66a3187f8efb","status":"passed","time":{"start":1728892960139,"stop":1728892960139,"duration":0}},{"uid":"73d16479a33faae7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/73d16479a33faae7","status":"passed","time":{"start":1728855921714,"stop":1728855921714,"duration":0}},{"uid":"9441d74a24f8bd11","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9441d74a24f8bd11","status":"passed","time":{"start":1728738138431,"stop":1728738138432,"duration":1}},{"uid":"baba2a639a1bd0d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/baba2a639a1bd0d1","status":"passed","time":{"start":1728682672251,"stop":1728682672252,"duration":1}},{"uid":"bec939833ce05a78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bec939833ce05a78","status":"passed","time":{"start":1728682245073,"stop":1728682245074,"duration":1}},{"uid":"e8bf17b254253c86","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8bf17b254253c86","status":"passed","time":{"start":1728676721299,"stop":1728676721299,"duration":0}},{"uid":"45c4e4a6455e316f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/45c4e4a6455e316f","status":"passed","time":{"start":1728669444560,"stop":1728669444560,"duration":0}},{"uid":"b8da34affe8495a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b8da34affe8495a6","status":"passed","time":{"start":1728597784072,"stop":1728597784072,"duration":0}},{"uid":"a8ae71d0fbd253df","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a8ae71d0fbd253df","status":"passed","time":{"start":1728597001547,"stop":1728597001548,"duration":1}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1455f51200433924","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1455f51200433924","status":"passed","time":{"start":1729034701153,"stop":1729034701153,"duration":0}},{"uid":"fc83beb3f0be38fd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fc83beb3f0be38fd","status":"passed","time":{"start":1729034475746,"stop":1729034475747,"duration":1}},{"uid":"1d158c07bce0352f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d158c07bce0352f","status":"passed","time":{"start":1729034391621,"stop":1729034391625,"duration":4}},{"uid":"d85c8f05ff375edb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d85c8f05ff375edb","status":"passed","time":{"start":1729034211309,"stop":1729034211309,"duration":0}},{"uid":"71b3d6e33f925c4c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/71b3d6e33f925c4c","status":"passed","time":{"start":1729032264694,"stop":1729032264694,"duration":0}},{"uid":"a4311b34f04a5b17","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a4311b34f04a5b17","status":"passed","time":{"start":1728902020140,"stop":1728902020140,"duration":0}},{"uid":"a2e1c085d22a2c0b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a2e1c085d22a2c0b","status":"passed","time":{"start":1728893452480,"stop":1728893452481,"duration":1}},{"uid":"7e2fc5e4aa747d60","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7e2fc5e4aa747d60","status":"passed","time":{"start":1728856408085,"stop":1728856408085,"duration":0}},{"uid":"282727c15afcd21b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/282727c15afcd21b","status":"passed","time":{"start":1728738627116,"stop":1728738627116,"duration":0}},{"uid":"9d151c97e3fda9f1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d151c97e3fda9f1","status":"passed","time":{"start":1728683164466,"stop":1728683164466,"duration":0}},{"uid":"d05fc4c0faa45b9c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d05fc4c0faa45b9c","status":"passed","time":{"start":1728682734715,"stop":1728682734715,"duration":0}},{"uid":"288ad20354ac9ef9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/288ad20354ac9ef9","status":"passed","time":{"start":1728677218640,"stop":1728677218640,"duration":0}},{"uid":"751d1b988087387","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/751d1b988087387","status":"passed","time":{"start":1728669903962,"stop":1728669903962,"duration":0}},{"uid":"697659ee019a4a14","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/697659ee019a4a14","status":"passed","time":{"start":1728598278368,"stop":1728598278368,"duration":0}},{"uid":"52bb1105afb33a29","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/52bb1105afb33a29","status":"passed","time":{"start":1728597507602,"stop":1728597507602,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c52ba4f3e46ea8ed","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c52ba4f3e46ea8ed","status":"passed","time":{"start":1729034506789,"stop":1729034506789,"duration":0}},{"uid":"c59cbf0d0ffec1b6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c59cbf0d0ffec1b6","status":"passed","time":{"start":1729034259813,"stop":1729034259814,"duration":1}},{"uid":"ae1b09ab48e56c0f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ae1b09ab48e56c0f","status":"passed","time":{"start":1729034194006,"stop":1729034194006,"duration":0}},{"uid":"2f7044a24bbb2f80","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2f7044a24bbb2f80","status":"passed","time":{"start":1729034014856,"stop":1729034014858,"duration":2}},{"uid":"df316c650141f227","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/df316c650141f227","status":"passed","time":{"start":1729032065443,"stop":1729032065444,"duration":1}},{"uid":"2b5d02d092cd7bf3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2b5d02d092cd7bf3","status":"passed","time":{"start":1728901664247,"stop":1728901664248,"duration":1}},{"uid":"2f54043e9d95b175","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2f54043e9d95b175","status":"passed","time":{"start":1728893093689,"stop":1728893093689,"duration":0}},{"uid":"5c846bb21650d0d2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5c846bb21650d0d2","status":"passed","time":{"start":1728856055266,"stop":1728856055266,"duration":0}},{"uid":"6e57066f338a1526","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e57066f338a1526","status":"passed","time":{"start":1728738274742,"stop":1728738274742,"duration":0}},{"uid":"86629e7e4ae531bd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/86629e7e4ae531bd","status":"passed","time":{"start":1728682807952,"stop":1728682807953,"duration":1}},{"uid":"4c848c3a4bc53af8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4c848c3a4bc53af8","status":"passed","time":{"start":1728682381281,"stop":1728682381282,"duration":1}},{"uid":"aedd71705bfd6ec1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aedd71705bfd6ec1","status":"passed","time":{"start":1728676853895,"stop":1728676853895,"duration":0}},{"uid":"a4a6633da0d14721","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4a6633da0d14721","status":"passed","time":{"start":1728669581686,"stop":1728669581687,"duration":1}},{"uid":"1df05e906cdf8fc1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1df05e906cdf8fc1","status":"passed","time":{"start":1728597923473,"stop":1728597923475,"duration":2}},{"uid":"92d200400bf3af19","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92d200400bf3af19","status":"passed","time":{"start":1728597132260,"stop":1728597132261,"duration":1}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7b149e77e4542e72","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b149e77e4542e72","status":"passed","time":{"start":1729034617763,"stop":1729034617763,"duration":0}},{"uid":"248ffed5e0aa700a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/248ffed5e0aa700a","status":"passed","time":{"start":1729034370880,"stop":1729034370881,"duration":1}},{"uid":"64300ecfde38919e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/64300ecfde38919e","status":"passed","time":{"start":1729034308879,"stop":1729034308879,"duration":0}},{"uid":"f7ec1ed7d6561802","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7ec1ed7d6561802","status":"passed","time":{"start":1729034129476,"stop":1729034129476,"duration":0}},{"uid":"c61443390a64445f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c61443390a64445f","status":"passed","time":{"start":1729032178369,"stop":1729032178370,"duration":1}},{"uid":"73982f1121ae8a0a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/73982f1121ae8a0a","status":"passed","time":{"start":1728901896349,"stop":1728901896350,"duration":1}},{"uid":"ba70bc9e048e1cac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ba70bc9e048e1cac","status":"passed","time":{"start":1728893329028,"stop":1728893329028,"duration":0}},{"uid":"2d0a6fe8b5f404db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d0a6fe8b5f404db","status":"passed","time":{"start":1728856284766,"stop":1728856284767,"duration":1}},{"uid":"8be79e7e24e08c7c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8be79e7e24e08c7c","status":"passed","time":{"start":1728738494943,"stop":1728738494943,"duration":0}},{"uid":"225ce634c60bb2e0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/225ce634c60bb2e0","status":"passed","time":{"start":1728683033634,"stop":1728683033634,"duration":0}},{"uid":"bfeecd73ea61d927","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bfeecd73ea61d927","status":"passed","time":{"start":1728682601738,"stop":1728682601739,"duration":1}},{"uid":"27fdfc84327cc40","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/27fdfc84327cc40","status":"passed","time":{"start":1728677107963,"stop":1728677107964,"duration":1}},{"uid":"c143e4b79a06e021","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c143e4b79a06e021","status":"passed","time":{"start":1728669764753,"stop":1728669764753,"duration":0}},{"uid":"12352a730f86a26b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/12352a730f86a26b","status":"passed","time":{"start":1728598157564,"stop":1728598157565,"duration":1}},{"uid":"3bc07a83512cfe79","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3bc07a83512cfe79","status":"passed","time":{"start":1728597369075,"stop":1728597369075,"duration":0}}]},"19d369c5fd8772b3aac1db1e32c9f259:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ba750cc30ea19f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ba750cc30ea19f2","status":"passed","time":{"start":1729034631264,"stop":1729034631264,"duration":0}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d07fa758a41fd729","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d07fa758a41fd729","status":"passed","time":{"start":1729034636312,"stop":1729034636312,"duration":0}},{"uid":"5d58f1965943ca7b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5d58f1965943ca7b","status":"passed","time":{"start":1729034402272,"stop":1729034402273,"duration":1}},{"uid":"a120198f98842394","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a120198f98842394","status":"passed","time":{"start":1729034323292,"stop":1729034323293,"duration":1}},{"uid":"4c71e59145bf52eb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c71e59145bf52eb","status":"passed","time":{"start":1729034144764,"stop":1729034144764,"duration":0}},{"uid":"2c1abafdfcd61963","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c1abafdfcd61963","status":"passed","time":{"start":1729032198814,"stop":1729032198814,"duration":0}},{"uid":"82fbfee100d6c719","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82fbfee100d6c719","status":"passed","time":{"start":1728901901761,"stop":1728901901761,"duration":0}},{"uid":"878828f517047d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/878828f517047d8","status":"passed","time":{"start":1728893337240,"stop":1728893337240,"duration":0}},{"uid":"d10baa97d97e8452","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d10baa97d97e8452","status":"passed","time":{"start":1728856299187,"stop":1728856299187,"duration":0}},{"uid":"46eed295a7cb0cfa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/46eed295a7cb0cfa","status":"passed","time":{"start":1728738505373,"stop":1728738505374,"duration":1}},{"uid":"8c9685a562ea0e41","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c9685a562ea0e41","status":"passed","time":{"start":1728683045447,"stop":1728683045447,"duration":0}},{"uid":"3a349301262bdc9a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a349301262bdc9a","status":"passed","time":{"start":1728682607287,"stop":1728682607287,"duration":0}},{"uid":"35db61d1cfdfda91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35db61d1cfdfda91","status":"passed","time":{"start":1728677103492,"stop":1728677103492,"duration":0}},{"uid":"b1a85ca39cf90907","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1a85ca39cf90907","status":"passed","time":{"start":1728669777114,"stop":1728669777114,"duration":0}},{"uid":"2de88efaf10b1d9a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2de88efaf10b1d9a","status":"passed","time":{"start":1728598163464,"stop":1728598163464,"duration":0}},{"uid":"9e575ff79e2f8c76","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9e575ff79e2f8c76","status":"passed","time":{"start":1728597375464,"stop":1728597375466,"duration":2}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d04667d687da8f2b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d04667d687da8f2b","status":"passed","time":{"start":1729034617751,"stop":1729034617752,"duration":1}},{"uid":"14ebad99b3551278","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/14ebad99b3551278","status":"passed","time":{"start":1729034370854,"stop":1729034370860,"duration":6}},{"uid":"d3cfa5dfc7af6d23","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d3cfa5dfc7af6d23","status":"passed","time":{"start":1729034308861,"stop":1729034308861,"duration":0}},{"uid":"d0d9487a83bc6e77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0d9487a83bc6e77","status":"passed","time":{"start":1729034129469,"stop":1729034129469,"duration":0}},{"uid":"853ee8e1ca78b168","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/853ee8e1ca78b168","status":"passed","time":{"start":1729032178363,"stop":1729032178363,"duration":0}},{"uid":"edaeb078dde8aba2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/edaeb078dde8aba2","status":"passed","time":{"start":1728901896341,"stop":1728901896342,"duration":1}},{"uid":"f3433d19882d6756","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f3433d19882d6756","status":"passed","time":{"start":1728893329020,"stop":1728893329020,"duration":0}},{"uid":"757b4205a9725ce5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/757b4205a9725ce5","status":"passed","time":{"start":1728856284756,"stop":1728856284756,"duration":0}},{"uid":"43c6033d9c813105","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/43c6033d9c813105","status":"passed","time":{"start":1728738494932,"stop":1728738494932,"duration":0}},{"uid":"5c9861e8420cf7ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5c9861e8420cf7ef","status":"passed","time":{"start":1728683033627,"stop":1728683033627,"duration":0}},{"uid":"963fe9b6721bd064","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/963fe9b6721bd064","status":"passed","time":{"start":1728682601731,"stop":1728682601732,"duration":1}},{"uid":"26f27230925a7086","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/26f27230925a7086","status":"passed","time":{"start":1728677107957,"stop":1728677107957,"duration":0}},{"uid":"8c425db28ca89d94","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8c425db28ca89d94","status":"passed","time":{"start":1728669764745,"stop":1728669764745,"duration":0}},{"uid":"fd528deb9bb850b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd528deb9bb850b4","status":"passed","time":{"start":1728598157557,"stop":1728598157557,"duration":0}},{"uid":"4a27f8bc28123aaf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4a27f8bc28123aaf","status":"passed","time":{"start":1728597369055,"stop":1728597369056,"duration":1}}]},"037fa0e7aa81e8d52c4354b4fa7be509:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1baa44d718a20143","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1baa44d718a20143","status":"passed","time":{"start":1728682666063,"stop":1728682666064,"duration":1}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e5ffcdc495289511","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e5ffcdc495289511","status":"passed","time":{"start":1729034356140,"stop":1729034356140,"duration":0}},{"uid":"3e6407eb78eec942","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3e6407eb78eec942","status":"passed","time":{"start":1729034120218,"stop":1729034120218,"duration":0}},{"uid":"f4b46671b2ec35e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f4b46671b2ec35e8","status":"passed","time":{"start":1729034043146,"stop":1729034043147,"duration":1}},{"uid":"28b14f47fbb75b87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/28b14f47fbb75b87","status":"passed","time":{"start":1729033857769,"stop":1729033857770,"duration":1}},{"uid":"20e65fc3b117a533","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/20e65fc3b117a533","status":"passed","time":{"start":1729031907989,"stop":1729031907989,"duration":0}},{"uid":"facfdf333b293908","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/facfdf333b293908","status":"passed","time":{"start":1728901453415,"stop":1728901453415,"duration":0}},{"uid":"6c39bbe15933e155","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c39bbe15933e155","status":"passed","time":{"start":1728892883982,"stop":1728892883982,"duration":0}},{"uid":"27c21862e74b38b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/27c21862e74b38b6","status":"passed","time":{"start":1728855846188,"stop":1728855846189,"duration":1}},{"uid":"c2e415ebda2a351c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c2e415ebda2a351c","status":"passed","time":{"start":1728738063651,"stop":1728738063651,"duration":0}},{"uid":"fabc68f51e72023b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fabc68f51e72023b","status":"passed","time":{"start":1728682597534,"stop":1728682597534,"duration":0}},{"uid":"3673020f0ac20013","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3673020f0ac20013","status":"passed","time":{"start":1728682170205,"stop":1728682170205,"duration":0}},{"uid":"e12ef308eb95fc73","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e12ef308eb95fc73","status":"passed","time":{"start":1728676644984,"stop":1728676644984,"duration":0}},{"uid":"fa57fc8c602c5463","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fa57fc8c602c5463","status":"passed","time":{"start":1728669367856,"stop":1728669367856,"duration":0}},{"uid":"8de80fa8155c0830","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8de80fa8155c0830","status":"passed","time":{"start":1728597708663,"stop":1728597708663,"duration":0}},{"uid":"bfd7d2318c49941","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bfd7d2318c49941","status":"passed","time":{"start":1728596927481,"stop":1728596927482,"duration":1}}]},"574a856e3b645a0f34aed9d51f471452:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67057c6bc4ca3007","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/67057c6bc4ca3007","status":"passed","time":{"start":1728856333660,"stop":1728856333672,"duration":12}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a44d22cc32c1f22e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a44d22cc32c1f22e","status":"passed","time":{"start":1729034655443,"stop":1729034655443,"duration":0}},{"uid":"259c40916471e65f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/259c40916471e65f","status":"passed","time":{"start":1729034425377,"stop":1729034425378,"duration":1}},{"uid":"3eb0e5429a53b377","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3eb0e5429a53b377","status":"passed","time":{"start":1729034346109,"stop":1729034346109,"duration":0}},{"uid":"6681a50f32a14027","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6681a50f32a14027","status":"passed","time":{"start":1729034162415,"stop":1729034162416,"duration":1}},{"uid":"d069ab7dd3ac4b46","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d069ab7dd3ac4b46","status":"passed","time":{"start":1729032197326,"stop":1729032197327,"duration":1}},{"uid":"8b458b87e0ffa2f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8b458b87e0ffa2f","status":"passed","time":{"start":1728901899716,"stop":1728901899716,"duration":0}},{"uid":"992f70a8529a8fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/992f70a8529a8fb","status":"passed","time":{"start":1728893334924,"stop":1728893334924,"duration":0}},{"uid":"8ea19aea8751be85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8ea19aea8751be85","status":"passed","time":{"start":1728856288018,"stop":1728856288019,"duration":1}},{"uid":"8282fc2f81a0309c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8282fc2f81a0309c","status":"passed","time":{"start":1728738501690,"stop":1728738501690,"duration":0}},{"uid":"332db24438ed3949","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/332db24438ed3949","status":"passed","time":{"start":1728683044488,"stop":1728683044489,"duration":1}},{"uid":"f64a1c64a5809832","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f64a1c64a5809832","status":"passed","time":{"start":1728682619635,"stop":1728682619635,"duration":0}},{"uid":"7c390fe70751bb22","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c390fe70751bb22","status":"passed","time":{"start":1728677104186,"stop":1728677104187,"duration":1}},{"uid":"21eafe13aef35075","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/21eafe13aef35075","status":"passed","time":{"start":1728669759888,"stop":1728669759888,"duration":0}},{"uid":"2f372bed5be8339a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2f372bed5be8339a","status":"passed","time":{"start":1728598164491,"stop":1728598164492,"duration":1}},{"uid":"d51011b3b67f496e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d51011b3b67f496e","status":"passed","time":{"start":1728597385268,"stop":1728597385269,"duration":1}}]},"55860bd709bcf3a2f0ff4f5070e06b37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32ecf91e795d59c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32ecf91e795d59c1","status":"passed","time":{"start":1729034169439,"stop":1729034169441,"duration":2}}]},"828f899e9ee57291ca24911fae323505:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c869d5e737df4ec0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c869d5e737df4ec0","status":"passed","time":{"start":1729034470395,"stop":1729034470395,"duration":0}},{"uid":"b87e07890b5a8426","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b87e07890b5a8426","status":"passed","time":{"start":1729034238413,"stop":1729034238413,"duration":0}},{"uid":"201d970ae08bbce0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/201d970ae08bbce0","status":"passed","time":{"start":1729034157655,"stop":1729034157655,"duration":0}},{"uid":"d3e840dfa6eb1262","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3e840dfa6eb1262","status":"passed","time":{"start":1729033974460,"stop":1729033974461,"duration":1}},{"uid":"804eddcc58b9fef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/804eddcc58b9fef","status":"passed","time":{"start":1729032027773,"stop":1729032027774,"duration":1}},{"uid":"cfbaba230eb36f3d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cfbaba230eb36f3d","status":"passed","time":{"start":1728901614554,"stop":1728901614555,"duration":1}},{"uid":"c40b6f0d2fc7b466","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c40b6f0d2fc7b466","status":"passed","time":{"start":1728893048598,"stop":1728893048598,"duration":0}},{"uid":"55d54c59b3a89e0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/55d54c59b3a89e0f","status":"passed","time":{"start":1728856013563,"stop":1728856013563,"duration":0}},{"uid":"d307b99deb6b0ea2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d307b99deb6b0ea2","status":"passed","time":{"start":1728738231636,"stop":1728738231637,"duration":1}},{"uid":"c60ef650ef90600f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c60ef650ef90600f","status":"passed","time":{"start":1728682761075,"stop":1728682761076,"duration":1}},{"uid":"3a6b211981f30b93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a6b211981f30b93","status":"passed","time":{"start":1728682330638,"stop":1728682330638,"duration":0}},{"uid":"72c5603d16d81313","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72c5603d16d81313","status":"passed","time":{"start":1728676808326,"stop":1728676808327,"duration":1}},{"uid":"d92bdbf7c386a5bc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d92bdbf7c386a5bc","status":"passed","time":{"start":1728669528230,"stop":1728669528230,"duration":0}},{"uid":"968ed9612948005e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/968ed9612948005e","status":"passed","time":{"start":1728597872229,"stop":1728597872229,"duration":0}},{"uid":"474a813b9c22dd41","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/474a813b9c22dd41","status":"passed","time":{"start":1728597087690,"stop":1728597087691,"duration":1}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9ae3561366abdd6b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ae3561366abdd6b","status":"passed","time":{"start":1729034611651,"stop":1729034611651,"duration":0}},{"uid":"4ba505791ca2bce3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ba505791ca2bce3","status":"passed","time":{"start":1729034393626,"stop":1729034393626,"duration":0}},{"uid":"802efecc56630139","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/802efecc56630139","status":"passed","time":{"start":1729034304798,"stop":1729034304798,"duration":0}},{"uid":"8e99282e67c4320d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e99282e67c4320d","status":"passed","time":{"start":1729034121885,"stop":1729034121885,"duration":0}},{"uid":"e4db0b0af870821","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e4db0b0af870821","status":"passed","time":{"start":1729032174796,"stop":1729032174796,"duration":0}},{"uid":"740414442240dcdc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/740414442240dcdc","status":"passed","time":{"start":1728901881002,"stop":1728901881002,"duration":0}},{"uid":"79cf38a65dfc7144","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/79cf38a65dfc7144","status":"passed","time":{"start":1728893317130,"stop":1728893317130,"duration":0}},{"uid":"c52378548cbdc09b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c52378548cbdc09b","status":"passed","time":{"start":1728856263064,"stop":1728856263064,"duration":0}},{"uid":"724caa766319a973","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/724caa766319a973","status":"passed","time":{"start":1728738492783,"stop":1728738492784,"duration":1}},{"uid":"ec14a1c8e1c14cdc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec14a1c8e1c14cdc","status":"passed","time":{"start":1728683030007,"stop":1728683030007,"duration":0}},{"uid":"4dea9553f994f5ca","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4dea9553f994f5ca","status":"passed","time":{"start":1728682581071,"stop":1728682581072,"duration":1}},{"uid":"74e87ed63a345954","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/74e87ed63a345954","status":"passed","time":{"start":1728677081982,"stop":1728677081983,"duration":1}},{"uid":"c5e2a5659182d456","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c5e2a5659182d456","status":"passed","time":{"start":1728669795383,"stop":1728669795383,"duration":0}},{"uid":"a7d78eecb26d4d6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a7d78eecb26d4d6","status":"passed","time":{"start":1728598137493,"stop":1728598137493,"duration":0}},{"uid":"b4ffc176b1dc04c5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b4ffc176b1dc04c5","status":"passed","time":{"start":1728597353471,"stop":1728597353471,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aca9bb4949a0ed5d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aca9bb4949a0ed5d","status":"passed","time":{"start":1729034565827,"stop":1729034565827,"duration":0}},{"uid":"2df1f9f4f05e8ed8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2df1f9f4f05e8ed8","status":"passed","time":{"start":1729034325769,"stop":1729034325770,"duration":1}},{"uid":"81f03e423a77765d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/81f03e423a77765d","status":"passed","time":{"start":1729034249507,"stop":1729034249508,"duration":1}},{"uid":"1f653c7984771ccc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f653c7984771ccc","status":"passed","time":{"start":1729034066151,"stop":1729034066152,"duration":1}},{"uid":"5ac5d0b580c520c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5ac5d0b580c520c3","status":"passed","time":{"start":1728901782834,"stop":1728901782834,"duration":0}},{"uid":"9b74d59b6eb834dd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9b74d59b6eb834dd","status":"passed","time":{"start":1728893215978,"stop":1728893215980,"duration":2}},{"uid":"4a64a77d852b4a95","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4a64a77d852b4a95","status":"passed","time":{"start":1728856159197,"stop":1728856159198,"duration":1}},{"uid":"5dba1566430ce992","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5dba1566430ce992","status":"passed","time":{"start":1728738371832,"stop":1728738371832,"duration":0}},{"uid":"5d0f58612cbfa4bc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5d0f58612cbfa4bc","status":"passed","time":{"start":1728682915877,"stop":1728682915878,"duration":1}},{"uid":"3d61ccdccabbc4dd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d61ccdccabbc4dd","status":"passed","time":{"start":1728682496450,"stop":1728682496450,"duration":0}},{"uid":"f70fba9880dc5f97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f70fba9880dc5f97","status":"passed","time":{"start":1728676980218,"stop":1728676980219,"duration":1}},{"uid":"f1b3b3c59fe92f17","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f1b3b3c59fe92f17","status":"passed","time":{"start":1728598045383,"stop":1728598045383,"duration":0}},{"uid":"65e243c91206227f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/65e243c91206227f","status":"passed","time":{"start":1728597260327,"stop":1728597260328,"duration":1}}]},"21bfe8f89bfea68712a171c7c975a19e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56d7c47f183d3587","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/56d7c47f183d3587","status":"passed","time":{"start":1728682652692,"stop":1728682652692,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d1b0bf4349119acf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1b0bf4349119acf","status":"passed","time":{"start":1729034536111,"stop":1729034536111,"duration":0}},{"uid":"664dd4480fa0afef","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/664dd4480fa0afef","status":"passed","time":{"start":1729034296719,"stop":1729034296719,"duration":0}},{"uid":"a32b34e012bddbb6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a32b34e012bddbb6","status":"passed","time":{"start":1729034220614,"stop":1729034220614,"duration":0}},{"uid":"e905e532cade9bbc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e905e532cade9bbc","status":"passed","time":{"start":1729034041507,"stop":1729034041507,"duration":0}},{"uid":"594c7386c1e001ba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/594c7386c1e001ba","status":"passed","time":{"start":1728901705419,"stop":1728901705420,"duration":1}},{"uid":"da3e44e4992d9b72","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da3e44e4992d9b72","status":"passed","time":{"start":1728893141783,"stop":1728893141784,"duration":1}},{"uid":"61f48101402ae610","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/61f48101402ae610","status":"passed","time":{"start":1728856087088,"stop":1728856087088,"duration":0}},{"uid":"cf01fd86b0ff8c38","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cf01fd86b0ff8c38","status":"passed","time":{"start":1728738321458,"stop":1728738321458,"duration":0}},{"uid":"8ebb5d98390b4016","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8ebb5d98390b4016","status":"passed","time":{"start":1728682845682,"stop":1728682845682,"duration":0}},{"uid":"1621c3bebc77de92","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1621c3bebc77de92","status":"passed","time":{"start":1728682424319,"stop":1728682424319,"duration":0}},{"uid":"f33271e52635b8a0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f33271e52635b8a0","status":"passed","time":{"start":1728676900548,"stop":1728676900548,"duration":0}},{"uid":"b97bbb2b39af5bb8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b97bbb2b39af5bb8","status":"passed","time":{"start":1728669625818,"stop":1728669625819,"duration":1}},{"uid":"969c2509a69541b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/969c2509a69541b","status":"passed","time":{"start":1728597957177,"stop":1728597957180,"duration":3}},{"uid":"f1f11a8bd5e1f59c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1f11a8bd5e1f59c","status":"passed","time":{"start":1728597182624,"stop":1728597182625,"duration":1}}]},"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"34f1b0a5481b33c0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/34f1b0a5481b33c0","status":"passed","time":{"start":1729034332647,"stop":1729034332647,"duration":0}},{"uid":"667a1a80de99d94c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/667a1a80de99d94c","status":"passed","time":{"start":1729034096144,"stop":1729034096144,"duration":0}},{"uid":"2037b0d939c0c0f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2037b0d939c0c0f1","status":"passed","time":{"start":1729034020100,"stop":1729034020100,"duration":0}},{"uid":"ed172f918a67b239","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ed172f918a67b239","status":"passed","time":{"start":1729033834398,"stop":1729033834398,"duration":0}},{"uid":"2a9ee6afe16e781d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a9ee6afe16e781d","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"7050e04d6a4f1971","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7050e04d6a4f1971","status":"passed","time":{"start":1728901430264,"stop":1728901430264,"duration":0}},{"uid":"cb6aaabfaa23753e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cb6aaabfaa23753e","status":"passed","time":{"start":1728892860542,"stop":1728892860542,"duration":0}},{"uid":"ccae34b7468a821","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ccae34b7468a821","status":"passed","time":{"start":1728855823332,"stop":1728855823332,"duration":0}},{"uid":"c764386e3b962ecb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c764386e3b962ecb","status":"passed","time":{"start":1728738040613,"stop":1728738040613,"duration":0}},{"uid":"debddc119f02c4b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/debddc119f02c4b7","status":"passed","time":{"start":1728682574104,"stop":1728682574104,"duration":0}},{"uid":"e039cbe18ed0f947","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e039cbe18ed0f947","status":"passed","time":{"start":1728682146828,"stop":1728682146828,"duration":0}},{"uid":"df2bfc2858a057dd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/df2bfc2858a057dd","status":"passed","time":{"start":1728676621442,"stop":1728676621443,"duration":1}},{"uid":"fa98ffe087911500","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fa98ffe087911500","status":"passed","time":{"start":1728669344476,"stop":1728669344476,"duration":0}},{"uid":"9565902b0ae1ab95","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9565902b0ae1ab95","status":"passed","time":{"start":1728597685173,"stop":1728597685173,"duration":0}},{"uid":"53ffe2d3d8ee7036","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/53ffe2d3d8ee7036","status":"passed","time":{"start":1728596904482,"stop":1728596904482,"duration":0}}]},"8440000d1a363a7d9b3911151c4c2992:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ef41a7b1467200b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ef41a7b1467200b","status":"passed","time":{"start":1729034121947,"stop":1729034121948,"duration":1}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3eb26ce764e9099e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3eb26ce764e9099e","status":"passed","time":{"start":1729034694625,"stop":1729034694626,"duration":1}},{"uid":"1067fe1c2a8745fe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1067fe1c2a8745fe","status":"passed","time":{"start":1729034462018,"stop":1729034462018,"duration":0}},{"uid":"13f5ddfc57dff137","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/13f5ddfc57dff137","status":"passed","time":{"start":1729034375985,"stop":1729034375986,"duration":1}},{"uid":"ad671ec7049aab7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ad671ec7049aab7","status":"passed","time":{"start":1729034200069,"stop":1729034200070,"duration":1}},{"uid":"29997b8da002657e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29997b8da002657e","status":"passed","time":{"start":1729032257898,"stop":1729032257901,"duration":3}},{"uid":"458f334c022dbcce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/458f334c022dbcce","status":"passed","time":{"start":1728902003568,"stop":1728902003568,"duration":0}},{"uid":"4adad4501dcd58f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4adad4501dcd58f3","status":"passed","time":{"start":1728893434697,"stop":1728893434697,"duration":0}},{"uid":"b875f1a0fd416b51","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b875f1a0fd416b51","status":"passed","time":{"start":1728856398645,"stop":1728856398646,"duration":1}},{"uid":"7fb995fbc52742e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fb995fbc52742e0","status":"passed","time":{"start":1728738612003,"stop":1728738612003,"duration":0}},{"uid":"f02f27af605b4064","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f02f27af605b4064","status":"passed","time":{"start":1728683155010,"stop":1728683155010,"duration":0}},{"uid":"4cd8b7b86626e998","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4cd8b7b86626e998","status":"passed","time":{"start":1728682706106,"stop":1728682706107,"duration":1}},{"uid":"643d8000dd35d919","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/643d8000dd35d919","status":"passed","time":{"start":1728677207497,"stop":1728677207497,"duration":0}},{"uid":"ed2665e119ca379","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed2665e119ca379","status":"passed","time":{"start":1728669887099,"stop":1728669887099,"duration":0}},{"uid":"470c95075e8b5ebb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/470c95075e8b5ebb","status":"passed","time":{"start":1728598263649,"stop":1728598263654,"duration":5}},{"uid":"f9b47f02bb1a1e4a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f9b47f02bb1a1e4a","status":"passed","time":{"start":1728597478276,"stop":1728597478277,"duration":1}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1f8f8e48ed49263d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f8f8e48ed49263d","status":"passed","time":{"start":1729034617757,"stop":1729034617757,"duration":0}},{"uid":"db8ed804c46b1b04","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db8ed804c46b1b04","status":"passed","time":{"start":1729034370865,"stop":1729034370865,"duration":0}},{"uid":"a4ed7088422d7f0f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a4ed7088422d7f0f","status":"passed","time":{"start":1729034308869,"stop":1729034308869,"duration":0}},{"uid":"50b712ddeb49f24e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/50b712ddeb49f24e","status":"passed","time":{"start":1729034129472,"stop":1729034129472,"duration":0}},{"uid":"1f85d02826273168","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1f85d02826273168","status":"passed","time":{"start":1729032178366,"stop":1729032178366,"duration":0}},{"uid":"bb2973a2fc2c6239","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bb2973a2fc2c6239","status":"passed","time":{"start":1728901896345,"stop":1728901896345,"duration":0}},{"uid":"a6d57dc7668b5fa2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6d57dc7668b5fa2","status":"passed","time":{"start":1728893329023,"stop":1728893329023,"duration":0}},{"uid":"37a9e551f014ea37","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/37a9e551f014ea37","status":"passed","time":{"start":1728856284760,"stop":1728856284761,"duration":1}},{"uid":"f79eb867313791b4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f79eb867313791b4","status":"passed","time":{"start":1728738494938,"stop":1728738494938,"duration":0}},{"uid":"1e1fed5af4985ae7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1e1fed5af4985ae7","status":"passed","time":{"start":1728683033630,"stop":1728683033630,"duration":0}},{"uid":"13ef09a2146c3c0e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13ef09a2146c3c0e","status":"passed","time":{"start":1728682601734,"stop":1728682601734,"duration":0}},{"uid":"f08dcb9137d73754","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f08dcb9137d73754","status":"passed","time":{"start":1728677107959,"stop":1728677107960,"duration":1}},{"uid":"2863922b89e5e7e4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2863922b89e5e7e4","status":"passed","time":{"start":1728669764749,"stop":1728669764749,"duration":0}},{"uid":"8bb69940e8a160e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bb69940e8a160e7","status":"passed","time":{"start":1728598157560,"stop":1728598157561,"duration":1}},{"uid":"e5238b0744597bd1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5238b0744597bd1","status":"passed","time":{"start":1728597369059,"stop":1728597369059,"duration":0}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"47dadd5c2c3461b1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/47dadd5c2c3461b1","status":"passed","time":{"start":1729034611665,"stop":1729034611665,"duration":0}},{"uid":"1f390b7dde2b5593","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1f390b7dde2b5593","status":"passed","time":{"start":1729034393648,"stop":1729034393648,"duration":0}},{"uid":"f2287cca4d044ebb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f2287cca4d044ebb","status":"passed","time":{"start":1729034304848,"stop":1729034304849,"duration":1}},{"uid":"302e84e6032ffd26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/302e84e6032ffd26","status":"passed","time":{"start":1729034121912,"stop":1729034121913,"duration":1}},{"uid":"5f94e246760ba04b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5f94e246760ba04b","status":"passed","time":{"start":1729032174872,"stop":1729032174873,"duration":1}},{"uid":"8e9b824b2bc1c826","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e9b824b2bc1c826","status":"passed","time":{"start":1728901881013,"stop":1728901881013,"duration":0}},{"uid":"7cb4e778a9763ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7cb4e778a9763ca","status":"passed","time":{"start":1728893317164,"stop":1728893317165,"duration":1}},{"uid":"b683f64c5e6c0bfc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b683f64c5e6c0bfc","status":"passed","time":{"start":1728856263100,"stop":1728856263100,"duration":0}},{"uid":"37cc7ca600228b02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37cc7ca600228b02","status":"passed","time":{"start":1728738492799,"stop":1728738492799,"duration":0}},{"uid":"367243aa76c2468a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/367243aa76c2468a","status":"passed","time":{"start":1728683030022,"stop":1728683030022,"duration":0}},{"uid":"b39760bcdc112a12","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b39760bcdc112a12","status":"passed","time":{"start":1728682581103,"stop":1728682581104,"duration":1}},{"uid":"12093564e02e15cb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/12093564e02e15cb","status":"passed","time":{"start":1728677081997,"stop":1728677081998,"duration":1}},{"uid":"7627d4fcb0981f87","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7627d4fcb0981f87","status":"passed","time":{"start":1728669795395,"stop":1728669795398,"duration":3}},{"uid":"5fdd90cd862998de","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5fdd90cd862998de","status":"passed","time":{"start":1728598137504,"stop":1728598137504,"duration":0}},{"uid":"6f476ba457609cfd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6f476ba457609cfd","status":"passed","time":{"start":1728597353480,"stop":1728597353480,"duration":0}}]},"848c54e3d0e8b3e6d0156abfd15fdda2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e0ad814e644a74b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9e0ad814e644a74b","status":"passed","time":{"start":1728738555093,"stop":1728738555094,"duration":1}}]},"3b608d7d71f01ef2aacb351f527bf854:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ef332c7482c05eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5ef332c7482c05eb","status":"passed","time":{"start":1728738492805,"stop":1728738492805,"duration":0}}]},"3cb86b786558114ed062de59c8d16b5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a923b53578946c7f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a923b53578946c7f","status":"passed","time":{"start":1728856333659,"stop":1728856333660,"duration":1}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ae4a0423f59e61bf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae4a0423f59e61bf","status":"passed","time":{"start":1729034408864,"stop":1729034408864,"duration":0}},{"uid":"9464d54d8c54a582","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9464d54d8c54a582","status":"passed","time":{"start":1729034166260,"stop":1729034166260,"duration":0}},{"uid":"a26f2bc2d716db5a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a26f2bc2d716db5a","status":"passed","time":{"start":1729034096718,"stop":1729034096718,"duration":0}},{"uid":"8bb9fe7293c3b85","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8bb9fe7293c3b85","status":"passed","time":{"start":1729033904745,"stop":1729033904747,"duration":2}},{"uid":"9b5f65bc6486f9b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9b5f65bc6486f9b","status":"passed","time":{"start":1729031952293,"stop":1729031952293,"duration":0}},{"uid":"5c680874d928dc6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5c680874d928dc6e","status":"passed","time":{"start":1728901498547,"stop":1728901498547,"duration":0}},{"uid":"b4f6fb4cbe6e848d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b4f6fb4cbe6e848d","status":"passed","time":{"start":1728892934940,"stop":1728892934940,"duration":0}},{"uid":"400360a550b5006d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/400360a550b5006d","status":"passed","time":{"start":1728855901080,"stop":1728855901087,"duration":7}},{"uid":"e0b97ef8636587ff","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e0b97ef8636587ff","status":"passed","time":{"start":1728738109820,"stop":1728738109821,"duration":1}},{"uid":"4cafe129f81a88dc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4cafe129f81a88dc","status":"passed","time":{"start":1728682641761,"stop":1728682641762,"duration":1}},{"uid":"52d07f697b569cfa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/52d07f697b569cfa","status":"passed","time":{"start":1728682224054,"stop":1728682224055,"duration":1}},{"uid":"c1b5fb413b163715","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1b5fb413b163715","status":"passed","time":{"start":1728676692588,"stop":1728676692588,"duration":0}},{"uid":"19f2ae862ff26b3c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/19f2ae862ff26b3c","status":"passed","time":{"start":1728669414322,"stop":1728669414325,"duration":3}},{"uid":"21c416ca32bd354f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/21c416ca32bd354f","status":"passed","time":{"start":1728597758156,"stop":1728597758156,"duration":0}},{"uid":"64561bf94a519e05","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/64561bf94a519e05","status":"passed","time":{"start":1728596973960,"stop":1728596973960,"duration":0}}]},"672397862f4496f05589689eff73d144:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f84602f304f1109","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7f84602f304f1109","status":"passed","time":{"start":1728683117676,"stop":1728683117676,"duration":0}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d189863c3dea04c0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d189863c3dea04c0","status":"passed","time":{"start":1729034636306,"stop":1729034636306,"duration":0}},{"uid":"47a3534f4d4b12fe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47a3534f4d4b12fe","status":"passed","time":{"start":1729034402253,"stop":1729034402255,"duration":2}},{"uid":"7d92bcb6edcf3f56","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7d92bcb6edcf3f56","status":"passed","time":{"start":1729034323279,"stop":1729034323280,"duration":1}},{"uid":"f230aa5b957c2ee5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f230aa5b957c2ee5","status":"passed","time":{"start":1729034144756,"stop":1729034144756,"duration":0}},{"uid":"86046a09c3517d59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/86046a09c3517d59","status":"passed","time":{"start":1729032198808,"stop":1729032198808,"duration":0}},{"uid":"2832330573697747","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2832330573697747","status":"passed","time":{"start":1728901901734,"stop":1728901901735,"duration":1}},{"uid":"96a8de8910ca7eb8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/96a8de8910ca7eb8","status":"passed","time":{"start":1728893337226,"stop":1728893337226,"duration":0}},{"uid":"9f8ed76cba287529","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f8ed76cba287529","status":"passed","time":{"start":1728856299183,"stop":1728856299183,"duration":0}},{"uid":"5bda78c4a03a5717","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5bda78c4a03a5717","status":"passed","time":{"start":1728738505368,"stop":1728738505368,"duration":0}},{"uid":"f3f24a54f462b5a9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3f24a54f462b5a9","status":"passed","time":{"start":1728683045437,"stop":1728683045437,"duration":0}},{"uid":"198d53f41d7a3b3f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/198d53f41d7a3b3f","status":"passed","time":{"start":1728682607279,"stop":1728682607279,"duration":0}},{"uid":"158225059a7dd36a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/158225059a7dd36a","status":"passed","time":{"start":1728677103484,"stop":1728677103484,"duration":0}},{"uid":"8785ff339feb4127","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8785ff339feb4127","status":"passed","time":{"start":1728669777110,"stop":1728669777110,"duration":0}},{"uid":"dc29fb880c29765","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc29fb880c29765","status":"passed","time":{"start":1728598163458,"stop":1728598163459,"duration":1}},{"uid":"359fb96e249a6532","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/359fb96e249a6532","status":"passed","time":{"start":1728597375453,"stop":1728597375454,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f324675a46ff49dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f324675a46ff49dd","status":"passed","time":{"start":1729034340756,"stop":1729034340756,"duration":0}},{"uid":"953f1b2fcee5b170","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/953f1b2fcee5b170","status":"passed","time":{"start":1729034104177,"stop":1729034104182,"duration":5}},{"uid":"9223719b278a3647","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9223719b278a3647","status":"passed","time":{"start":1729034027744,"stop":1729034027745,"duration":1}},{"uid":"6a8e22de62afb947","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a8e22de62afb947","status":"passed","time":{"start":1729033842350,"stop":1729033842350,"duration":0}},{"uid":"ea509b879f96a138","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ea509b879f96a138","status":"passed","time":{"start":1729031892048,"stop":1729031892049,"duration":1}},{"uid":"ceb787dc15800b48","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ceb787dc15800b48","status":"passed","time":{"start":1728901438031,"stop":1728901438031,"duration":0}},{"uid":"d6a5d65a402d0bfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6a5d65a402d0bfd","status":"passed","time":{"start":1728892868234,"stop":1728892868235,"duration":1}},{"uid":"cd96393e68131213","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cd96393e68131213","status":"passed","time":{"start":1728855831081,"stop":1728855831081,"duration":0}},{"uid":"fdf059388bedec65","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fdf059388bedec65","status":"passed","time":{"start":1728738048444,"stop":1728738048444,"duration":0}},{"uid":"1fcb7db8fb6be368","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1fcb7db8fb6be368","status":"passed","time":{"start":1728682581847,"stop":1728682581848,"duration":1}},{"uid":"8f66789623f8e195","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8f66789623f8e195","status":"passed","time":{"start":1728682154709,"stop":1728682154710,"duration":1}},{"uid":"ec01d9d13cdc4d01","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec01d9d13cdc4d01","status":"passed","time":{"start":1728676629303,"stop":1728676629304,"duration":1}},{"uid":"a095924f0c78e8af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a095924f0c78e8af","status":"passed","time":{"start":1728669352212,"stop":1728669352213,"duration":1}},{"uid":"1eab5056830b3458","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1eab5056830b3458","status":"passed","time":{"start":1728597693020,"stop":1728597693021,"duration":1}},{"uid":"8d422045d34e8d51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d422045d34e8d51","status":"passed","time":{"start":1728596912534,"stop":1728596912534,"duration":0}}]},"69632c8ff60ec8fd34af2865229def31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48a72d126fba64e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/48a72d126fba64e","status":"passed","time":{"start":1728856355682,"stop":1728856355683,"duration":1}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6d07ffeac9b4e497","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6d07ffeac9b4e497","status":"passed","time":{"start":1729034472986,"stop":1729034472987,"duration":1}},{"uid":"d29e931ae4c4e439","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d29e931ae4c4e439","status":"passed","time":{"start":1729034240927,"stop":1729034240928,"duration":1}},{"uid":"fbf5a6b6dd9e5d48","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fbf5a6b6dd9e5d48","status":"passed","time":{"start":1729034159624,"stop":1729034159624,"duration":0}},{"uid":"cab3873319e434e3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cab3873319e434e3","status":"passed","time":{"start":1729033976806,"stop":1729033976807,"duration":1}},{"uid":"123e1b0ddd1376de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/123e1b0ddd1376de","status":"passed","time":{"start":1729032020530,"stop":1729032020531,"duration":1}},{"uid":"67fff6eb32030bff","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67fff6eb32030bff","status":"passed","time":{"start":1728901616474,"stop":1728901616474,"duration":0}},{"uid":"1d96fbd514fea817","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d96fbd514fea817","status":"passed","time":{"start":1728893050251,"stop":1728893050251,"duration":0}},{"uid":"94851dc12162616e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/94851dc12162616e","status":"passed","time":{"start":1728856015177,"stop":1728856015180,"duration":3}},{"uid":"39e4dc0f26d95951","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/39e4dc0f26d95951","status":"passed","time":{"start":1728738233148,"stop":1728738233148,"duration":0}},{"uid":"d2838e48c3429061","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d2838e48c3429061","status":"passed","time":{"start":1728682762478,"stop":1728682762478,"duration":0}},{"uid":"88469ad70ed63a6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/88469ad70ed63a6","status":"passed","time":{"start":1728682332792,"stop":1728682332792,"duration":0}},{"uid":"c42c0f9c80bf1a9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c42c0f9c80bf1a9","status":"passed","time":{"start":1728676810300,"stop":1728676810303,"duration":3}},{"uid":"282d1a40b9b6f06d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/282d1a40b9b6f06d","status":"passed","time":{"start":1728669529906,"stop":1728669529906,"duration":0}},{"uid":"e22a7365244947cf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e22a7365244947cf","status":"passed","time":{"start":1728597873541,"stop":1728597873541,"duration":0}},{"uid":"3cb3df1434b054d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3cb3df1434b054d1","status":"passed","time":{"start":1728597089279,"stop":1728597089279,"duration":0}}]},"f849b89fe6b8d4b2b0b8fe9e91ddc402:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"163c298aa1a1cfdd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/163c298aa1a1cfdd","status":"passed","time":{"start":1728683093170,"stop":1728683093170,"duration":0}}]},"9429f9d03cae34c7ad746af981475693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cab060f1e25f10a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5cab060f1e25f10a","status":"passed","time":{"start":1728669795407,"stop":1728669795408,"duration":1}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b236b6dc45aa2fd1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b236b6dc45aa2fd1","status":"passed","time":{"start":1729034435019,"stop":1729034435020,"duration":1}},{"uid":"573fae9e4ea53c6f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/573fae9e4ea53c6f","status":"passed","time":{"start":1729034179355,"stop":1729034179356,"duration":1}},{"uid":"1f6b97dd9d3de295","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1f6b97dd9d3de295","status":"passed","time":{"start":1729034120550,"stop":1729034120551,"duration":1}},{"uid":"7e6e74e42811c697","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7e6e74e42811c697","status":"passed","time":{"start":1729033937083,"stop":1729033937083,"duration":0}},{"uid":"e520dab9b539f3df","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e520dab9b539f3df","status":"passed","time":{"start":1729031987033,"stop":1729031987033,"duration":0}},{"uid":"13adf496c923114f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/13adf496c923114f","status":"passed","time":{"start":1728901546863,"stop":1728901546863,"duration":0}},{"uid":"e1f972c065426c89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e1f972c065426c89","status":"passed","time":{"start":1728892979418,"stop":1728892979419,"duration":1}},{"uid":"332ae9ecc0c7c7f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/332ae9ecc0c7c7f","status":"passed","time":{"start":1728855940957,"stop":1728855940958,"duration":1}},{"uid":"17a515bfcab60c49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/17a515bfcab60c49","status":"passed","time":{"start":1728738161107,"stop":1728738161107,"duration":0}},{"uid":"cb5fc9ee1b546380","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cb5fc9ee1b546380","status":"passed","time":{"start":1728682691671,"stop":1728682691671,"duration":0}},{"uid":"bacd2ec6ca3d201","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bacd2ec6ca3d201","status":"passed","time":{"start":1728682265766,"stop":1728682265767,"duration":1}},{"uid":"50047451f76e846f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/50047451f76e846f","status":"passed","time":{"start":1728676744597,"stop":1728676744598,"duration":1}},{"uid":"b4e03faa57d4bb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b4e03faa57d4bb3","status":"passed","time":{"start":1728669464696,"stop":1728669464703,"duration":7}},{"uid":"3920e265eb13534c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3920e265eb13534c","status":"passed","time":{"start":1728597804167,"stop":1728597804168,"duration":1}},{"uid":"8d62c3d90427d3d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d62c3d90427d3d2","status":"passed","time":{"start":1728597021421,"stop":1728597021422,"duration":1}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ef7282f966873272","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ef7282f966873272","status":"passed","time":{"start":1729034565830,"stop":1729034565831,"duration":1}},{"uid":"348e6715ac551ad6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/348e6715ac551ad6","status":"passed","time":{"start":1729034325772,"stop":1729034325773,"duration":1}},{"uid":"3f2f7df8d4e656de","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3f2f7df8d4e656de","status":"passed","time":{"start":1729034249509,"stop":1729034249511,"duration":2}},{"uid":"997ec848a1e13ccb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/997ec848a1e13ccb","status":"passed","time":{"start":1729034066153,"stop":1729034066153,"duration":0}},{"uid":"927a946fc783ce4a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/927a946fc783ce4a","status":"passed","time":{"start":1728901782835,"stop":1728901782835,"duration":0}},{"uid":"ba1af1d755af0a1e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ba1af1d755af0a1e","status":"passed","time":{"start":1728893215983,"stop":1728893215984,"duration":1}},{"uid":"273bbb36db0788e9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/273bbb36db0788e9","status":"passed","time":{"start":1728856159198,"stop":1728856159198,"duration":0}},{"uid":"16cf8424b0afc75f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/16cf8424b0afc75f","status":"passed","time":{"start":1728738371833,"stop":1728738371833,"duration":0}},{"uid":"ef9ecda1ac0f93c4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ef9ecda1ac0f93c4","status":"passed","time":{"start":1728682915879,"stop":1728682915880,"duration":1}},{"uid":"8b5bf93f9611e64","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8b5bf93f9611e64","status":"passed","time":{"start":1728682496455,"stop":1728682496455,"duration":0}},{"uid":"c793f065500e23fc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c793f065500e23fc","status":"passed","time":{"start":1728676980220,"stop":1728676980222,"duration":2}},{"uid":"fb94c512f9ca327b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fb94c512f9ca327b","status":"passed","time":{"start":1728598045383,"stop":1728598045384,"duration":1}},{"uid":"10dc4cbccd659dd3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/10dc4cbccd659dd3","status":"passed","time":{"start":1728597260329,"stop":1728597260329,"duration":0}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2d0aff9821d8abac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d0aff9821d8abac","status":"passed","time":{"start":1729034472942,"stop":1729034472942,"duration":0}},{"uid":"2c99e66050a6d17b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2c99e66050a6d17b","status":"passed","time":{"start":1729034240910,"stop":1729034240912,"duration":2}},{"uid":"19347470abe56884","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/19347470abe56884","status":"passed","time":{"start":1729034159611,"stop":1729034159611,"duration":0}},{"uid":"85ba216f652b1afb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85ba216f652b1afb","status":"passed","time":{"start":1729033976789,"stop":1729033976789,"duration":0}},{"uid":"56ad98f42ce0073a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/56ad98f42ce0073a","status":"passed","time":{"start":1729032020510,"stop":1729032020510,"duration":0}},{"uid":"40ec16a95c46e27a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40ec16a95c46e27a","status":"passed","time":{"start":1728901616426,"stop":1728901616426,"duration":0}},{"uid":"5e4f58d90b7cc972","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5e4f58d90b7cc972","status":"passed","time":{"start":1728893050241,"stop":1728893050242,"duration":1}},{"uid":"f3dbbb98f1b1fe14","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3dbbb98f1b1fe14","status":"passed","time":{"start":1728856015168,"stop":1728856015168,"duration":0}},{"uid":"7cb35944e01b59c3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7cb35944e01b59c3","status":"passed","time":{"start":1728738233133,"stop":1728738233133,"duration":0}},{"uid":"26df193201299446","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/26df193201299446","status":"passed","time":{"start":1728682762466,"stop":1728682762467,"duration":1}},{"uid":"301ea4d433d3721a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/301ea4d433d3721a","status":"passed","time":{"start":1728682332782,"stop":1728682332783,"duration":1}},{"uid":"42e07f93c451be66","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/42e07f93c451be66","status":"passed","time":{"start":1728676810287,"stop":1728676810287,"duration":0}},{"uid":"2b5ac6b5000b91a9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b5ac6b5000b91a9","status":"passed","time":{"start":1728669529890,"stop":1728669529890,"duration":0}},{"uid":"91fdca3cfecaeaf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/91fdca3cfecaeaf","status":"passed","time":{"start":1728597873530,"stop":1728597873530,"duration":0}},{"uid":"cd3b7e18225defc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd3b7e18225defc2","status":"passed","time":{"start":1728597089270,"stop":1728597089270,"duration":0}}]},"1039879d84fef6ec88d6b8c8c3bf2062:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b737f3b19550c4d7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b737f3b19550c4d7","status":"passed","time":{"start":1728901881028,"stop":1728901881029,"duration":1}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"b5f2cbdb34df41bb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b5f2cbdb34df41bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034612085,"stop":1729034612085,"duration":0}},{"uid":"948f7e770fa175d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/948f7e770fa175d4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034371234,"stop":1729034371235,"duration":1}},{"uid":"d2fedd51569ff7f3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d2fedd51569ff7f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034305208,"stop":1729034305209,"duration":1}},{"uid":"249094951590ce0f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/249094951590ce0f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122311,"stop":1729034122311,"duration":0}},{"uid":"7d843f87d6d44cb7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7d843f87d6d44cb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175157,"stop":1729032175161,"duration":4}},{"uid":"b79b7989b1d65500","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b79b7989b1d65500","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873457,"stop":1728901873458,"duration":1}},{"uid":"b946572bd6c75e78","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b946572bd6c75e78","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311289,"stop":1728893311290,"duration":1}},{"uid":"63b8873ca3ed5b88","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63b8873ca3ed5b88","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263476,"stop":1728856263477,"duration":1}},{"uid":"3caabfe22ed5b5ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3caabfe22ed5b5ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483673,"stop":1728738483673,"duration":0}},{"uid":"86cbd9362ccb9dd2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/86cbd9362ccb9dd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030247,"stop":1728683030248,"duration":1}},{"uid":"f87c9c92dd5a0868","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f87c9c92dd5a0868","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581303,"stop":1728682581304,"duration":1}},{"uid":"9bcfbd929dfacbec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9bcfbd929dfacbec","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082260,"stop":1728677082260,"duration":0}},{"uid":"629f86270552b717","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/629f86270552b717","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754303,"stop":1728669754303,"duration":0}},{"uid":"a6a4578a2ea0c4c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a6a4578a2ea0c4c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137642,"stop":1728598137642,"duration":0}},{"uid":"7b24077bbee73d23","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b24077bbee73d23","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350584,"stop":1728597350584,"duration":0}}]},"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d709730fe53675e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d709730fe53675e5","status":"passed","time":{"start":1729034332634,"stop":1729034332634,"duration":0}},{"uid":"d4de7754bc77d655","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4de7754bc77d655","status":"passed","time":{"start":1729034096135,"stop":1729034096136,"duration":1}},{"uid":"e3442dbd622c2326","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e3442dbd622c2326","status":"passed","time":{"start":1729034020092,"stop":1729034020093,"duration":1}},{"uid":"3818b3cb1003852b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3818b3cb1003852b","status":"passed","time":{"start":1729033834388,"stop":1729033834389,"duration":1}},{"uid":"c15c5a3f9b3f59c1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c15c5a3f9b3f59c1","status":"passed","time":{"start":1729031884122,"stop":1729031884122,"duration":0}},{"uid":"56dc656e1ea0ee15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56dc656e1ea0ee15","status":"passed","time":{"start":1728901430256,"stop":1728901430256,"duration":0}},{"uid":"d473e5f35faaf220","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d473e5f35faaf220","status":"passed","time":{"start":1728892860534,"stop":1728892860534,"duration":0}},{"uid":"43df41ee66b9311a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/43df41ee66b9311a","status":"passed","time":{"start":1728855823324,"stop":1728855823324,"duration":0}},{"uid":"64ff2a5dbc355d16","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/64ff2a5dbc355d16","status":"passed","time":{"start":1728738040605,"stop":1728738040605,"duration":0}},{"uid":"e18d6e02b0e16d62","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e18d6e02b0e16d62","status":"passed","time":{"start":1728682574095,"stop":1728682574095,"duration":0}},{"uid":"166f61b4703ebc19","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/166f61b4703ebc19","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"fef64175d00dea2d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fef64175d00dea2d","status":"passed","time":{"start":1728676621434,"stop":1728676621434,"duration":0}},{"uid":"92f4e040c8734496","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92f4e040c8734496","status":"passed","time":{"start":1728669344470,"stop":1728669344470,"duration":0}},{"uid":"845575160abe8eb7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/845575160abe8eb7","status":"passed","time":{"start":1728597685163,"stop":1728597685164,"duration":1}},{"uid":"fc399176e11abca1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc399176e11abca1","status":"passed","time":{"start":1728596904471,"stop":1728596904471,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"af16ad39ac82cb9c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af16ad39ac82cb9c","status":"passed","time":{"start":1729034636324,"stop":1729034636324,"duration":0}},{"uid":"961f4437a560fbd2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/961f4437a560fbd2","status":"passed","time":{"start":1729034402290,"stop":1729034402290,"duration":0}},{"uid":"d768723605111846","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d768723605111846","status":"passed","time":{"start":1729034323319,"stop":1729034323319,"duration":0}},{"uid":"2e34179447f8771f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2e34179447f8771f","status":"passed","time":{"start":1729034144773,"stop":1729034144774,"duration":1}},{"uid":"5123d2daf6fc231e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5123d2daf6fc231e","status":"passed","time":{"start":1729032198837,"stop":1729032198838,"duration":1}},{"uid":"ea24b55f1204acca","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea24b55f1204acca","status":"passed","time":{"start":1728901901778,"stop":1728901901778,"duration":0}},{"uid":"d9f86b48e2b95f5f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d9f86b48e2b95f5f","status":"passed","time":{"start":1728893337259,"stop":1728893337259,"duration":0}},{"uid":"ead699be5e7c537","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ead699be5e7c537","status":"passed","time":{"start":1728856299203,"stop":1728856299203,"duration":0}},{"uid":"540b0d4522620cf7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/540b0d4522620cf7","status":"passed","time":{"start":1728738505395,"stop":1728738505396,"duration":1}},{"uid":"a1132fcdfc896784","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1132fcdfc896784","status":"passed","time":{"start":1728683045455,"stop":1728683045455,"duration":0}},{"uid":"ca5745871ad98ebe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ca5745871ad98ebe","status":"passed","time":{"start":1728682607300,"stop":1728682607300,"duration":0}},{"uid":"25dd9044146f98eb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/25dd9044146f98eb","status":"passed","time":{"start":1728677103503,"stop":1728677103504,"duration":1}},{"uid":"e3c1431438294208","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e3c1431438294208","status":"passed","time":{"start":1728669777144,"stop":1728669777144,"duration":0}},{"uid":"8b85ea3f8a2fa2a5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8b85ea3f8a2fa2a5","status":"passed","time":{"start":1728598163472,"stop":1728598163472,"duration":0}},{"uid":"ee26ed8bb8a0a23c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ee26ed8bb8a0a23c","status":"passed","time":{"start":1728597375493,"stop":1728597375494,"duration":1}}]},"c8e72a6ac781ab33b5f43918658fefcb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2255d049b1402a3e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2255d049b1402a3e","status":"passed","time":{"start":1729034428557,"stop":1729034428558,"duration":1}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8afa16ecfddccdd5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8afa16ecfddccdd5","status":"passed","time":{"start":1729034472932,"stop":1729034472932,"duration":0}},{"uid":"f717645439e46306","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f717645439e46306","status":"passed","time":{"start":1729034240906,"stop":1729034240906,"duration":0}},{"uid":"9ded3190039450d4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9ded3190039450d4","status":"passed","time":{"start":1729034159609,"stop":1729034159609,"duration":0}},{"uid":"3f1d65590d8b1712","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f1d65590d8b1712","status":"passed","time":{"start":1729033976776,"stop":1729033976776,"duration":0}},{"uid":"9d37436f43ca4199","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d37436f43ca4199","status":"passed","time":{"start":1729032020507,"stop":1729032020507,"duration":0}},{"uid":"89413cf73e649923","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/89413cf73e649923","status":"passed","time":{"start":1728901616424,"stop":1728901616424,"duration":0}},{"uid":"828022834f9c6777","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/828022834f9c6777","status":"passed","time":{"start":1728893050239,"stop":1728893050239,"duration":0}},{"uid":"8b31c7e956f2d83e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b31c7e956f2d83e","status":"passed","time":{"start":1728856015166,"stop":1728856015166,"duration":0}},{"uid":"ae46f6e4cf8abd1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ae46f6e4cf8abd1c","status":"passed","time":{"start":1728738233128,"stop":1728738233129,"duration":1}},{"uid":"786dda69f3bccb02","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/786dda69f3bccb02","status":"passed","time":{"start":1728682762462,"stop":1728682762462,"duration":0}},{"uid":"ea7150daa16a92bf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea7150daa16a92bf","status":"passed","time":{"start":1728682332780,"stop":1728682332780,"duration":0}},{"uid":"557ee14409f58bd8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/557ee14409f58bd8","status":"passed","time":{"start":1728676810284,"stop":1728676810285,"duration":1}},{"uid":"6c4348b69fbdc267","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c4348b69fbdc267","status":"passed","time":{"start":1728669529887,"stop":1728669529888,"duration":1}},{"uid":"3d8ac0c4bc41f97a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3d8ac0c4bc41f97a","status":"passed","time":{"start":1728597873526,"stop":1728597873527,"duration":1}},{"uid":"8972030cc2949db7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8972030cc2949db7","status":"passed","time":{"start":1728597089267,"stop":1728597089268,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"933841381ccd2876","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/933841381ccd2876","status":"passed","time":{"start":1729034611649,"stop":1729034611649,"duration":0}},{"uid":"2f81da510510ab3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2f81da510510ab3","status":"passed","time":{"start":1729034393624,"stop":1729034393625,"duration":1}},{"uid":"2a08f29ebc5f0789","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2a08f29ebc5f0789","status":"passed","time":{"start":1729034304793,"stop":1729034304793,"duration":0}},{"uid":"747430b44b05be25","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/747430b44b05be25","status":"passed","time":{"start":1729034121875,"stop":1729034121875,"duration":0}},{"uid":"462fd9e323556702","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/462fd9e323556702","status":"passed","time":{"start":1729032174794,"stop":1729032174795,"duration":1}},{"uid":"d793a150811ef4f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d793a150811ef4f7","status":"passed","time":{"start":1728901881001,"stop":1728901881001,"duration":0}},{"uid":"93f67f9ccce65490","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/93f67f9ccce65490","status":"passed","time":{"start":1728893317129,"stop":1728893317129,"duration":0}},{"uid":"34899aadb998dcad","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/34899aadb998dcad","status":"passed","time":{"start":1728856263062,"stop":1728856263063,"duration":1}},{"uid":"9e5607c2d00bc13e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9e5607c2d00bc13e","status":"passed","time":{"start":1728738492779,"stop":1728738492781,"duration":2}},{"uid":"6586634731223127","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6586634731223127","status":"passed","time":{"start":1728683030005,"stop":1728683030006,"duration":1}},{"uid":"fea44c9559b11da9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fea44c9559b11da9","status":"passed","time":{"start":1728682581058,"stop":1728682581060,"duration":2}},{"uid":"af212fb5f441af91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/af212fb5f441af91","status":"passed","time":{"start":1728677081981,"stop":1728677081981,"duration":0}},{"uid":"803ed7b5708a4a76","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/803ed7b5708a4a76","status":"passed","time":{"start":1728669795382,"stop":1728669795382,"duration":0}},{"uid":"983eecf1e2e2366c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/983eecf1e2e2366c","status":"passed","time":{"start":1728598137489,"stop":1728598137490,"duration":1}},{"uid":"97c946fc2558cea6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/97c946fc2558cea6","status":"passed","time":{"start":1728597353469,"stop":1728597353470,"duration":1}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"91232f14e84ab37d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/91232f14e84ab37d","status":"passed","time":{"start":1729034341410,"stop":1729034341410,"duration":0}},{"uid":"1d2ffd981adbf7dd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1d2ffd981adbf7dd","status":"passed","time":{"start":1729034104919,"stop":1729034104919,"duration":0}},{"uid":"4229f8258d382917","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4229f8258d382917","status":"passed","time":{"start":1729034028518,"stop":1729034028518,"duration":0}},{"uid":"5c5fcfe8d2d086c7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5c5fcfe8d2d086c7","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"duration":0}},{"uid":"6495cd77bc38d864","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6495cd77bc38d864","status":"passed","time":{"start":1729031892683,"stop":1729031892683,"duration":0}},{"uid":"a01a1ba40aecaaa5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a01a1ba40aecaaa5","status":"passed","time":{"start":1728901438815,"stop":1728901438815,"duration":0}},{"uid":"7bf951d6dad3afb9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7bf951d6dad3afb9","status":"passed","time":{"start":1728892869008,"stop":1728892869008,"duration":0}},{"uid":"223f55dbcad1bcb8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/223f55dbcad1bcb8","status":"passed","time":{"start":1728855831899,"stop":1728855831899,"duration":0}},{"uid":"fb53102a638e16c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fb53102a638e16c4","status":"passed","time":{"start":1728738049047,"stop":1728738049048,"duration":1}},{"uid":"5b63b0bf9234a017","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5b63b0bf9234a017","status":"passed","time":{"start":1728682582626,"stop":1728682582626,"duration":0}},{"uid":"826bf72ead49e878","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/826bf72ead49e878","status":"passed","time":{"start":1728682155414,"stop":1728682155414,"duration":0}},{"uid":"250c907f222a5b93","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/250c907f222a5b93","status":"passed","time":{"start":1728676629981,"stop":1728676629981,"duration":0}},{"uid":"d14884ad5e7af976","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d14884ad5e7af976","status":"passed","time":{"start":1728669353108,"stop":1728669353108,"duration":0}},{"uid":"43d4885abdd378aa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/43d4885abdd378aa","status":"passed","time":{"start":1728597693854,"stop":1728597693854,"duration":0}},{"uid":"4902b7369b07352f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4902b7369b07352f","status":"passed","time":{"start":1728596913098,"stop":1728596913098,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"107b8885c55d731c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/107b8885c55d731c","status":"passed","time":{"start":1729034341409,"stop":1729034341409,"duration":0}},{"uid":"47137cbd2b31d4f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47137cbd2b31d4f5","status":"passed","time":{"start":1729034104918,"stop":1729034104918,"duration":0}},{"uid":"ca467f6436d3649","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ca467f6436d3649","status":"passed","time":{"start":1729034028516,"stop":1729034028516,"duration":0}},{"uid":"ee6e97b084a3d147","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee6e97b084a3d147","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0}},{"uid":"1af2a877dd294631","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1af2a877dd294631","status":"passed","time":{"start":1729031892682,"stop":1729031892682,"duration":0}},{"uid":"1c470f23e279a11d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c470f23e279a11d","status":"passed","time":{"start":1728901438813,"stop":1728901438813,"duration":0}},{"uid":"c339ab73e2d147ae","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c339ab73e2d147ae","status":"passed","time":{"start":1728892869006,"stop":1728892869006,"duration":0}},{"uid":"b2cfa81f5fd984ce","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2cfa81f5fd984ce","status":"passed","time":{"start":1728855831898,"stop":1728855831898,"duration":0}},{"uid":"4818cbe759085a5b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4818cbe759085a5b","status":"passed","time":{"start":1728738049045,"stop":1728738049046,"duration":1}},{"uid":"45cb0c7329d6984d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/45cb0c7329d6984d","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"c8366e4e8fe0c25a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c8366e4e8fe0c25a","status":"passed","time":{"start":1728682155413,"stop":1728682155413,"duration":0}},{"uid":"2ccb5329e6b21d68","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2ccb5329e6b21d68","status":"passed","time":{"start":1728676629979,"stop":1728676629980,"duration":1}},{"uid":"1166bf64a26752e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1166bf64a26752e2","status":"passed","time":{"start":1728669353106,"stop":1728669353107,"duration":1}},{"uid":"d0a9c0dc8119fa0f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d0a9c0dc8119fa0f","status":"passed","time":{"start":1728597693852,"stop":1728597693853,"duration":1}},{"uid":"149804c81e6be875","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/149804c81e6be875","status":"passed","time":{"start":1728596913096,"stop":1728596913097,"duration":1}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"99dd023481b6e3cd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/99dd023481b6e3cd","status":"passed","time":{"start":1729034341409,"stop":1729034341409,"duration":0}},{"uid":"a154038345ecb380","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a154038345ecb380","status":"passed","time":{"start":1729034104917,"stop":1729034104918,"duration":1}},{"uid":"48effdedda5425ee","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/48effdedda5425ee","status":"passed","time":{"start":1729034028515,"stop":1729034028516,"duration":1}},{"uid":"678e61af4756519d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/678e61af4756519d","status":"passed","time":{"start":1729033843123,"stop":1729033843123,"duration":0}},{"uid":"8b74c1ef967baed6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b74c1ef967baed6","status":"passed","time":{"start":1729031892682,"stop":1729031892682,"duration":0}},{"uid":"bc6a659c90f8a3c2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc6a659c90f8a3c2","status":"passed","time":{"start":1728901438813,"stop":1728901438813,"duration":0}},{"uid":"dfc13b5edc8c730a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dfc13b5edc8c730a","status":"passed","time":{"start":1728892869006,"stop":1728892869006,"duration":0}},{"uid":"83cefa48862e25ef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/83cefa48862e25ef","status":"passed","time":{"start":1728855831897,"stop":1728855831897,"duration":0}},{"uid":"9271c5ce7d6697bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9271c5ce7d6697bd","status":"passed","time":{"start":1728738049045,"stop":1728738049045,"duration":0}},{"uid":"6d1b9ed4f7beac1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6d1b9ed4f7beac1","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"176f89164cdbf522","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/176f89164cdbf522","status":"passed","time":{"start":1728682155413,"stop":1728682155413,"duration":0}},{"uid":"e8a0fd8e0cc1f061","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8a0fd8e0cc1f061","status":"passed","time":{"start":1728676629979,"stop":1728676629979,"duration":0}},{"uid":"1e2bace4bf33a7ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1e2bace4bf33a7ed","status":"passed","time":{"start":1728669353106,"stop":1728669353106,"duration":0}},{"uid":"e3a0240afdf5c3e5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3a0240afdf5c3e5","status":"passed","time":{"start":1728597693852,"stop":1728597693852,"duration":0}},{"uid":"ff3acd62c7e12768","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ff3acd62c7e12768","status":"passed","time":{"start":1728596913096,"stop":1728596913096,"duration":0}}]},"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bee450e95d9603b7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bee450e95d9603b7","status":"passed","time":{"start":1729034332648,"stop":1729034332648,"duration":0}},{"uid":"44939c3efb0f7bc1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/44939c3efb0f7bc1","status":"passed","time":{"start":1729034096144,"stop":1729034096144,"duration":0}},{"uid":"9e2d22e0913ec83d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9e2d22e0913ec83d","status":"passed","time":{"start":1729034020100,"stop":1729034020101,"duration":1}},{"uid":"e7ddfb684898949","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7ddfb684898949","status":"passed","time":{"start":1729033834398,"stop":1729033834398,"duration":0}},{"uid":"d4668c8e5a78a840","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d4668c8e5a78a840","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"88a6900b7d5bc647","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/88a6900b7d5bc647","status":"passed","time":{"start":1728901430264,"stop":1728901430264,"duration":0}},{"uid":"576ec2a64355c16f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/576ec2a64355c16f","status":"passed","time":{"start":1728892860543,"stop":1728892860543,"duration":0}},{"uid":"8d0d541cd42cdba1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8d0d541cd42cdba1","status":"passed","time":{"start":1728855823332,"stop":1728855823332,"duration":0}},{"uid":"1ffb7ab470149692","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1ffb7ab470149692","status":"passed","time":{"start":1728738040613,"stop":1728738040613,"duration":0}},{"uid":"e2aed6ee2d03a937","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e2aed6ee2d03a937","status":"passed","time":{"start":1728682574104,"stop":1728682574104,"duration":0}},{"uid":"4425fdbe6eeccf5c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4425fdbe6eeccf5c","status":"passed","time":{"start":1728682146828,"stop":1728682146829,"duration":1}},{"uid":"887e38e1b1fb0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/887e38e1b1fb0e","status":"passed","time":{"start":1728676621443,"stop":1728676621443,"duration":0}},{"uid":"c5ff02c8e508c012","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c5ff02c8e508c012","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"9b8cc7821da9d89e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9b8cc7821da9d89e","status":"passed","time":{"start":1728597685173,"stop":1728597685173,"duration":0}},{"uid":"ed0cc3ab296832e4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed0cc3ab296832e4","status":"passed","time":{"start":1728596904483,"stop":1728596904483,"duration":0}}]},"2c3d7d305b475e827ff2a41cc1e32407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1fac69dd1a63d976","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1fac69dd1a63d976","status":"passed","time":{"start":1728597434078,"stop":1728597434079,"duration":1}}]},"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"ee890905b33e2ff0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee890905b33e2ff0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473406,"stop":1729034473407,"duration":1}},{"uid":"41efa0bf40ac946f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/41efa0bf40ac946f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241339,"stop":1729034241339,"duration":0}},{"uid":"5c049291dd7f81a6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5c049291dd7f81a6","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160192,"stop":1729034160192,"duration":0}},{"uid":"fb076ace8bac66d5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb076ace8bac66d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977225,"stop":1729033977225,"duration":0}},{"uid":"96275ef12ea569f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/96275ef12ea569f1","status":"passed","time":{"start":1729032053270,"stop":1729032053270,"duration":0}},{"uid":"c9181b8eb90aa7d4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c9181b8eb90aa7d4","status":"passed","time":{"start":1728901711767,"stop":1728901711767,"duration":0}},{"uid":"b8adc4012c4623a9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b8adc4012c4623a9","status":"passed","time":{"start":1728893141897,"stop":1728893141897,"duration":0}},{"uid":"4bdf5f90bbf73757","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4bdf5f90bbf73757","status":"passed","time":{"start":1728856103200,"stop":1728856103200,"duration":0}},{"uid":"e89d04ac15759f88","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e89d04ac15759f88","status":"passed","time":{"start":1728738321619,"stop":1728738321620,"duration":1}},{"uid":"497eb1a05073a5d7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/497eb1a05073a5d7","status":"passed","time":{"start":1728682857565,"stop":1728682857566,"duration":1}},{"uid":"350d7fb56775c019","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/350d7fb56775c019","status":"passed","time":{"start":1728682428804,"stop":1728682428804,"duration":0}},{"uid":"6aec71f5b8b3e0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6aec71f5b8b3e0e","status":"passed","time":{"start":1728676901168,"stop":1728676901169,"duration":1}},{"uid":"d18c4adf3143f54a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d18c4adf3143f54a","status":"passed","time":{"start":1728669573862,"stop":1728669573863,"duration":1}},{"uid":"4f9c7dbdcca79807","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4f9c7dbdcca79807","status":"passed","time":{"start":1728597972337,"stop":1728597972337,"duration":0}},{"uid":"4eef358f8a086848","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4eef358f8a086848","status":"passed","time":{"start":1728597175619,"stop":1728597175619,"duration":0}}]},"82c0e94f1876fe6c2cf7e06253407956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"879e77a81592ede","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/879e77a81592ede","status":"passed","time":{"start":1728597375480,"stop":1728597375481,"duration":1}}]},"87fa9ac8365c7bf5a68368eb18520031:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"4e365aa5497d2a28","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4e365aa5497d2a28","status":"passed","time":{"start":1729034372892,"stop":1729034372892,"duration":0}},{"uid":"5a6fd3db29da3691","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5a6fd3db29da3691","status":"passed","time":{"start":1729034137281,"stop":1729034137282,"duration":1}},{"uid":"e745a6c462624e83","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e745a6c462624e83","status":"passed","time":{"start":1729034060003,"stop":1729034060004,"duration":1}},{"uid":"79ca731aa452e7ec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79ca731aa452e7ec","status":"passed","time":{"start":1729033875011,"stop":1729033875011,"duration":0}},{"uid":"73ad08123118e351","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73ad08123118e351","status":"passed","time":{"start":1729031924808,"stop":1729031924809,"duration":1}},{"uid":"bb989eb42ba708a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bb989eb42ba708a9","status":"passed","time":{"start":1728855863301,"stop":1728855863301,"duration":0}},{"uid":"b1872677dea2bfc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b1872677dea2bfc","status":"passed","time":{"start":1728738080965,"stop":1728738080965,"duration":0}},{"uid":"ede23640831e54fe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ede23640831e54fe","status":"passed","time":{"start":1728682614256,"stop":1728682614256,"duration":0}},{"uid":"bb3394f820470284","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb3394f820470284","status":"passed","time":{"start":1728682187100,"stop":1728682187100,"duration":0}}]},"aca8972a7f5eff360f1c34563f3ecf3a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce4b0eea01d52e29","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ce4b0eea01d52e29","status":"passed","time":{"start":1728683110369,"stop":1728683110369,"duration":0}}]},"5a984aaa5ae8f06e43466d3ac8920bac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d90bf736128f52ef","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d90bf736128f52ef","status":"passed","time":{"start":1728677163580,"stop":1728677163582,"duration":2}}]},"eb17774d4396358918f2312750740b0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ab091b49e20cfcb1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab091b49e20cfcb1","status":"passed","time":{"start":1729034348412,"stop":1729034348412,"duration":0}},{"uid":"f6a1b851dd17b50a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f6a1b851dd17b50a","status":"passed","time":{"start":1729034112232,"stop":1729034112232,"duration":0}},{"uid":"92fcd713f55548b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/92fcd713f55548b3","status":"passed","time":{"start":1729034035749,"stop":1729034035749,"duration":0}},{"uid":"ac74dae45c45bc5f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac74dae45c45bc5f","status":"passed","time":{"start":1729033850296,"stop":1729033850297,"duration":1}},{"uid":"4b09d1b21fd97501","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4b09d1b21fd97501","status":"passed","time":{"start":1729031899900,"stop":1729031899901,"duration":1}},{"uid":"90df905b64655470","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/90df905b64655470","status":"passed","time":{"start":1728901445870,"stop":1728901445870,"duration":0}},{"uid":"35c0862c6cbabe29","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/35c0862c6cbabe29","status":"passed","time":{"start":1728892875903,"stop":1728892875904,"duration":1}},{"uid":"a148a679929cd687","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a148a679929cd687","status":"passed","time":{"start":1728855839036,"stop":1728855839036,"duration":0}},{"uid":"3569a14e4cb3731","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3569a14e4cb3731","status":"passed","time":{"start":1728738056183,"stop":1728738056183,"duration":0}},{"uid":"38aeb931ce67f97e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/38aeb931ce67f97e","status":"passed","time":{"start":1728682589457,"stop":1728682589457,"duration":0}},{"uid":"bcd88d6b80f63185","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bcd88d6b80f63185","status":"passed","time":{"start":1728682162315,"stop":1728682162315,"duration":0}},{"uid":"ccccdfeab5f3475c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ccccdfeab5f3475c","status":"passed","time":{"start":1728676637000,"stop":1728676637001,"duration":1}},{"uid":"7c97bc6386cf27c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7c97bc6386cf27c1","status":"passed","time":{"start":1728669360367,"stop":1728669360367,"duration":0}},{"uid":"d224771b43b25169","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d224771b43b25169","status":"passed","time":{"start":1728597700886,"stop":1728597700886,"duration":0}},{"uid":"bab646b0abd05232","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bab646b0abd05232","status":"passed","time":{"start":1728596919825,"stop":1728596919825,"duration":0}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4598952150450906","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4598952150450906","status":"passed","time":{"start":1729034536107,"stop":1729034536107,"duration":0}},{"uid":"12fe833603d19697","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12fe833603d19697","status":"passed","time":{"start":1729034296710,"stop":1729034296711,"duration":1}},{"uid":"128773fcbdfc144e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/128773fcbdfc144e","status":"passed","time":{"start":1729034220608,"stop":1729034220608,"duration":0}},{"uid":"310e05cb35456766","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/310e05cb35456766","status":"passed","time":{"start":1729034041492,"stop":1729034041494,"duration":2}},{"uid":"660eee4030e7e710","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/660eee4030e7e710","status":"passed","time":{"start":1728901705408,"stop":1728901705410,"duration":2}},{"uid":"f9b90b8a5dba376","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f9b90b8a5dba376","status":"passed","time":{"start":1728893141779,"stop":1728893141779,"duration":0}},{"uid":"cef19e58b3078581","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cef19e58b3078581","status":"passed","time":{"start":1728856087086,"stop":1728856087086,"duration":0}},{"uid":"c2289b2f0a9740a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c2289b2f0a9740a2","status":"passed","time":{"start":1728738321439,"stop":1728738321439,"duration":0}},{"uid":"bf3beea9baec10b8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bf3beea9baec10b8","status":"passed","time":{"start":1728682845678,"stop":1728682845678,"duration":0}},{"uid":"9b44df23d0dc2172","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b44df23d0dc2172","status":"passed","time":{"start":1728682424313,"stop":1728682424313,"duration":0}},{"uid":"32c7b99de4d3766a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/32c7b99de4d3766a","status":"passed","time":{"start":1728676900542,"stop":1728676900542,"duration":0}},{"uid":"32a840ae56331734","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32a840ae56331734","status":"passed","time":{"start":1728669625803,"stop":1728669625803,"duration":0}},{"uid":"1b41910556461476","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1b41910556461476","status":"passed","time":{"start":1728597957174,"stop":1728597957174,"duration":0}},{"uid":"380b76caa33e907c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/380b76caa33e907c","status":"passed","time":{"start":1728597182621,"stop":1728597182621,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e4dca9e4751da766","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e4dca9e4751da766","status":"passed","time":{"start":1729034332796,"stop":1729034332797,"duration":1}},{"uid":"e4e37ce415038e92","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e4e37ce415038e92","status":"passed","time":{"start":1729034096146,"stop":1729034096146,"duration":0}},{"uid":"c87cfaea38fa5a90","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c87cfaea38fa5a90","status":"passed","time":{"start":1729034020103,"stop":1729034020103,"duration":0}},{"uid":"59e483add69818b4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/59e483add69818b4","status":"passed","time":{"start":1729033834402,"stop":1729033834402,"duration":0}},{"uid":"b12a35fa4c3fdacf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b12a35fa4c3fdacf","status":"passed","time":{"start":1729031884178,"stop":1729031884178,"duration":0}},{"uid":"8b1ab33d9bfeb4f6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8b1ab33d9bfeb4f6","status":"passed","time":{"start":1728901430211,"stop":1728901430211,"duration":0}},{"uid":"b71f2e441265eb2e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b71f2e441265eb2e","status":"passed","time":{"start":1728892860432,"stop":1728892860432,"duration":0}},{"uid":"a0eae50f3949dbfa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0eae50f3949dbfa","status":"passed","time":{"start":1728855823268,"stop":1728855823269,"duration":1}},{"uid":"84fd3a70803aa4a9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/84fd3a70803aa4a9","status":"passed","time":{"start":1728738040615,"stop":1728738040616,"duration":1}},{"uid":"94ff76dca007fdf0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/94ff76dca007fdf0","status":"passed","time":{"start":1728682574126,"stop":1728682574126,"duration":0}},{"uid":"4e89ed1302ce2507","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4e89ed1302ce2507","status":"passed","time":{"start":1728682146845,"stop":1728682146845,"duration":0}},{"uid":"4c601aba87271127","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4c601aba87271127","status":"passed","time":{"start":1728676621445,"stop":1728676621446,"duration":1}},{"uid":"d9c5e055f1a3501d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d9c5e055f1a3501d","status":"passed","time":{"start":1728669344424,"stop":1728669344424,"duration":0}},{"uid":"1db330f77275a440","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1db330f77275a440","status":"passed","time":{"start":1728597685247,"stop":1728597685247,"duration":0}},{"uid":"526164ff92c10ba2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/526164ff92c10ba2","status":"passed","time":{"start":1728596904559,"stop":1728596904560,"duration":1}}]},"01cfafe71463552d1ad61fb82e9cca24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a099155d0f20516","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6a099155d0f20516","status":"passed","time":{"start":1728683117676,"stop":1728683117676,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cb138cf402eddb58","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cb138cf402eddb58","status":"passed","time":{"start":1729034447614,"stop":1729034447614,"duration":0}},{"uid":"22fda2b2009704d3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22fda2b2009704d3","status":"passed","time":{"start":1729034206084,"stop":1729034206084,"duration":0}},{"uid":"ef11c1cce0f5ee90","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ef11c1cce0f5ee90","status":"passed","time":{"start":1729034134187,"stop":1729034134188,"duration":1}},{"uid":"51f82ffee840965c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/51f82ffee840965c","status":"passed","time":{"start":1729033942597,"stop":1729033942597,"duration":0}},{"uid":"d4997d15edc5fc30","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d4997d15edc5fc30","status":"passed","time":{"start":1729031989710,"stop":1729031989711,"duration":1}},{"uid":"501fc13fb1bcac83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/501fc13fb1bcac83","status":"passed","time":{"start":1728901562032,"stop":1728901562032,"duration":0}},{"uid":"8b94bdb3cf07cf6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8b94bdb3cf07cf6f","status":"passed","time":{"start":1728893001478,"stop":1728893001479,"duration":1}},{"uid":"3d10374ddaab8a5b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3d10374ddaab8a5b","status":"passed","time":{"start":1728855968863,"stop":1728855968864,"duration":1}},{"uid":"48df6cbfe3408f5e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/48df6cbfe3408f5e","status":"passed","time":{"start":1728738172964,"stop":1728738172964,"duration":0}},{"uid":"2b3b3ebfab73b5bc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2b3b3ebfab73b5bc","status":"passed","time":{"start":1728682706934,"stop":1728682706935,"duration":1}},{"uid":"1a3defa6c8af522e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1a3defa6c8af522e","status":"passed","time":{"start":1728682296858,"stop":1728682296858,"duration":0}},{"uid":"95cfed2083a18196","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/95cfed2083a18196","status":"passed","time":{"start":1728676761456,"stop":1728676761461,"duration":5}},{"uid":"2716f314b926b9d8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2716f314b926b9d8","status":"passed","time":{"start":1728669479023,"stop":1728669479024,"duration":1}},{"uid":"20d60385a799703d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/20d60385a799703d","status":"passed","time":{"start":1728597820124,"stop":1728597820125,"duration":1}},{"uid":"1b79dce8304f8c0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1b79dce8304f8c0d","status":"passed","time":{"start":1728597034494,"stop":1728597034494,"duration":0}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c4574242a438db2e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4574242a438db2e","status":"passed","time":{"start":1729034636313,"stop":1729034636313,"duration":0}},{"uid":"22a13569b5bd797e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22a13569b5bd797e","status":"passed","time":{"start":1729034402275,"stop":1729034402279,"duration":4}},{"uid":"861b6876660bb225","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/861b6876660bb225","status":"passed","time":{"start":1729034323293,"stop":1729034323294,"duration":1}},{"uid":"962a524db3f2bdc4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/962a524db3f2bdc4","status":"passed","time":{"start":1729034144764,"stop":1729034144765,"duration":1}},{"uid":"8a10ea0cd1c22d26","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a10ea0cd1c22d26","status":"passed","time":{"start":1729032198815,"stop":1729032198815,"duration":0}},{"uid":"793772c55522a6e7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/793772c55522a6e7","status":"passed","time":{"start":1728901901762,"stop":1728901901763,"duration":1}},{"uid":"222c8ca26e767da1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/222c8ca26e767da1","status":"passed","time":{"start":1728893337246,"stop":1728893337246,"duration":0}},{"uid":"21d65bb1ead84441","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/21d65bb1ead84441","status":"passed","time":{"start":1728856299188,"stop":1728856299188,"duration":0}},{"uid":"b00b13ec496b765f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b00b13ec496b765f","status":"passed","time":{"start":1728738505374,"stop":1728738505375,"duration":1}},{"uid":"bd9a8a14bd9e1811","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bd9a8a14bd9e1811","status":"passed","time":{"start":1728683045447,"stop":1728683045448,"duration":1}},{"uid":"566a0842e64ebf74","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/566a0842e64ebf74","status":"passed","time":{"start":1728682607289,"stop":1728682607289,"duration":0}},{"uid":"5e4c0032e93961c3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5e4c0032e93961c3","status":"passed","time":{"start":1728677103493,"stop":1728677103493,"duration":0}},{"uid":"35086b634b4bd8cb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/35086b634b4bd8cb","status":"passed","time":{"start":1728669777115,"stop":1728669777115,"duration":0}},{"uid":"9f6cb86d755c62f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9f6cb86d755c62f8","status":"passed","time":{"start":1728598163465,"stop":1728598163465,"duration":0}},{"uid":"32ff1c1d2e12b05b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32ff1c1d2e12b05b","status":"passed","time":{"start":1728597375467,"stop":1728597375468,"duration":1}}]},"8a4775a66d30812c0bef6cb12797f423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b60b99bf4f414d93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b60b99bf4f414d93","status":"passed","time":{"start":1728682666068,"stop":1728682666068,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7d79e101e857f99e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7d79e101e857f99e","status":"passed","time":{"start":1729034640508,"stop":1729034640508,"duration":0}},{"uid":"176b7efe23735a3c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/176b7efe23735a3c","status":"passed","time":{"start":1729034411418,"stop":1729034411418,"duration":0}},{"uid":"6c5992f85c587447","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6c5992f85c587447","status":"passed","time":{"start":1729034327389,"stop":1729034327389,"duration":0}},{"uid":"c59da88c76cabc50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c59da88c76cabc50","status":"passed","time":{"start":1729034147760,"stop":1729034147761,"duration":1}},{"uid":"5df4690747a6109e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5df4690747a6109e","status":"passed","time":{"start":1729032204822,"stop":1729032204822,"duration":0}},{"uid":"d85695e2259cb62d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d85695e2259cb62d","status":"passed","time":{"start":1728901907650,"stop":1728901907651,"duration":1}},{"uid":"cf7a3abe5658bcbb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf7a3abe5658bcbb","status":"passed","time":{"start":1728893341885,"stop":1728893341885,"duration":0}},{"uid":"8dbb1ab79a8a26e6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8dbb1ab79a8a26e6","status":"passed","time":{"start":1728856299350,"stop":1728856299350,"duration":0}},{"uid":"445d0953986bb38b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/445d0953986bb38b","status":"passed","time":{"start":1728738511610,"stop":1728738511611,"duration":1}},{"uid":"62521d57dd474332","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/62521d57dd474332","status":"passed","time":{"start":1728683052905,"stop":1728683052906,"duration":1}},{"uid":"2f1ceb664d267aa0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f1ceb664d267aa0","status":"passed","time":{"start":1728682612905,"stop":1728682612906,"duration":1}},{"uid":"e09f3b5f81731c19","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e09f3b5f81731c19","status":"passed","time":{"start":1728677115739,"stop":1728677115740,"duration":1}},{"uid":"d4a9fe3fa50ffad7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d4a9fe3fa50ffad7","status":"passed","time":{"start":1728669778169,"stop":1728669778169,"duration":0}},{"uid":"ed6c38dce6704958","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ed6c38dce6704958","status":"passed","time":{"start":1728598175426,"stop":1728598175427,"duration":1}},{"uid":"b91b762ea0ce2d21","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b91b762ea0ce2d21","status":"passed","time":{"start":1728597380056,"stop":1728597380056,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ce3945173a710377","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce3945173a710377","status":"passed","time":{"start":1729034536107,"stop":1729034536108,"duration":1}},{"uid":"10818c0b8aaf7744","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/10818c0b8aaf7744","status":"passed","time":{"start":1729034296711,"stop":1729034296712,"duration":1}},{"uid":"1d98d696440b340","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d98d696440b340","status":"passed","time":{"start":1729034220608,"stop":1729034220608,"duration":0}},{"uid":"e0b52083cd6de736","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e0b52083cd6de736","status":"passed","time":{"start":1729034041496,"stop":1729034041496,"duration":0}},{"uid":"d5dff3c4fc62ea76","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d5dff3c4fc62ea76","status":"passed","time":{"start":1728901705410,"stop":1728901705411,"duration":1}},{"uid":"e5098470fb3299b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e5098470fb3299b3","status":"passed","time":{"start":1728893141780,"stop":1728893141780,"duration":0}},{"uid":"905f4d5f07223c18","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/905f4d5f07223c18","status":"passed","time":{"start":1728856087086,"stop":1728856087086,"duration":0}},{"uid":"201bd3f7bf787432","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/201bd3f7bf787432","status":"passed","time":{"start":1728738321439,"stop":1728738321442,"duration":3}},{"uid":"1465c8371e2e283d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1465c8371e2e283d","status":"passed","time":{"start":1728682845678,"stop":1728682845679,"duration":1}},{"uid":"5f6701376be619ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5f6701376be619ac","status":"passed","time":{"start":1728682424313,"stop":1728682424314,"duration":1}},{"uid":"e00020ec4989f143","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e00020ec4989f143","status":"passed","time":{"start":1728676900542,"stop":1728676900543,"duration":1}},{"uid":"b0cabccfda1e6944","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0cabccfda1e6944","status":"passed","time":{"start":1728669625803,"stop":1728669625803,"duration":0}},{"uid":"a3db9cf3a81a8d67","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a3db9cf3a81a8d67","status":"passed","time":{"start":1728597957174,"stop":1728597957174,"duration":0}},{"uid":"be9e6d1cfab77e80","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/be9e6d1cfab77e80","status":"passed","time":{"start":1728597182621,"stop":1728597182621,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"974d279da7bf21fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/974d279da7bf21fa","status":"passed","time":{"start":1729034356473,"stop":1729034356473,"duration":0}},{"uid":"76c4a5f7dfe4fcea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/76c4a5f7dfe4fcea","status":"passed","time":{"start":1729034120499,"stop":1729034120499,"duration":0}},{"uid":"ee95a8dd2de118df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee95a8dd2de118df","status":"passed","time":{"start":1729033858268,"stop":1729033858269,"duration":1}},{"uid":"1a7b6c1137b9c55c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a7b6c1137b9c55c","status":"passed","time":{"start":1729031908175,"stop":1729031908175,"duration":0}},{"uid":"857e97a0e185aa4b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/857e97a0e185aa4b","status":"passed","time":{"start":1728901453932,"stop":1728901453932,"duration":0}},{"uid":"58109da3e8a370ee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/58109da3e8a370ee","status":"passed","time":{"start":1728892884408,"stop":1728892884408,"duration":0}},{"uid":"e0ce2da91c9e51ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e0ce2da91c9e51ca","status":"passed","time":{"start":1728855846877,"stop":1728855846877,"duration":0}},{"uid":"4ed9debae5a7afe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4ed9debae5a7afe","status":"passed","time":{"start":1728738064181,"stop":1728738064181,"duration":0}},{"uid":"d4612b1be35b2620","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d4612b1be35b2620","status":"passed","time":{"start":1728682597759,"stop":1728682597759,"duration":0}},{"uid":"baaccd7f1d8eaf23","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/baaccd7f1d8eaf23","status":"passed","time":{"start":1728682170538,"stop":1728682170539,"duration":1}},{"uid":"9f9fe2b20506752e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f9fe2b20506752e","status":"passed","time":{"start":1728676645198,"stop":1728676645198,"duration":0}},{"uid":"329901301656b78b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/329901301656b78b","status":"passed","time":{"start":1728669368193,"stop":1728669368193,"duration":0}},{"uid":"254b0b43e9488e87","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/254b0b43e9488e87","status":"passed","time":{"start":1728597709008,"stop":1728597709008,"duration":0}},{"uid":"c85eaf2113a1b0b2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c85eaf2113a1b0b2","status":"passed","time":{"start":1728596928104,"stop":1728596928105,"duration":1}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8b291708265baee1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b291708265baee1","status":"passed","time":{"start":1729034340758,"stop":1729034340758,"duration":0}},{"uid":"878ffd2388dac799","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/878ffd2388dac799","status":"passed","time":{"start":1729034104187,"stop":1729034104188,"duration":1}},{"uid":"e8cb60d07e63e818","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e8cb60d07e63e818","status":"passed","time":{"start":1729034027748,"stop":1729034027749,"duration":1}},{"uid":"6a30a0b40e9abc4f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a30a0b40e9abc4f","status":"passed","time":{"start":1729033842352,"stop":1729033842352,"duration":0}},{"uid":"d3f2e7c0f9b471f5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d3f2e7c0f9b471f5","status":"passed","time":{"start":1729031892051,"stop":1729031892051,"duration":0}},{"uid":"7bc52ee384f29399","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7bc52ee384f29399","status":"passed","time":{"start":1728901438035,"stop":1728901438036,"duration":1}},{"uid":"d2db3557f00dbe30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d2db3557f00dbe30","status":"passed","time":{"start":1728892868238,"stop":1728892868238,"duration":0}},{"uid":"9e95b306daa17622","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e95b306daa17622","status":"passed","time":{"start":1728855831084,"stop":1728855831084,"duration":0}},{"uid":"a80a9f58812a17f2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a80a9f58812a17f2","status":"passed","time":{"start":1728738048446,"stop":1728738048447,"duration":1}},{"uid":"f3e513fc7c11dfe8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3e513fc7c11dfe8","status":"passed","time":{"start":1728682581852,"stop":1728682581853,"duration":1}},{"uid":"8c17dc19b752e790","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8c17dc19b752e790","status":"passed","time":{"start":1728682154712,"stop":1728682154712,"duration":0}},{"uid":"2b9dbbdd0ed3136f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b9dbbdd0ed3136f","status":"passed","time":{"start":1728676629307,"stop":1728676629308,"duration":1}},{"uid":"c41df06a30fadc1a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c41df06a30fadc1a","status":"passed","time":{"start":1728669352215,"stop":1728669352215,"duration":0}},{"uid":"abcc8f1163ae3cf5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/abcc8f1163ae3cf5","status":"passed","time":{"start":1728597693025,"stop":1728597693025,"duration":0}},{"uid":"c7e1f395611ad999","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c7e1f395611ad999","status":"passed","time":{"start":1728596912536,"stop":1728596912536,"duration":0}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3f6e9e23fc931bf7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f6e9e23fc931bf7","status":"passed","time":{"start":1729034360438,"stop":1729034360438,"duration":0}},{"uid":"e36d844b3283153e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e36d844b3283153e","status":"passed","time":{"start":1729034124364,"stop":1729034124364,"duration":0}},{"uid":"d37840b340aae1f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d37840b340aae1f6","status":"passed","time":{"start":1729034047486,"stop":1729034047486,"duration":0}},{"uid":"3210f0b4b320f514","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3210f0b4b320f514","status":"passed","time":{"start":1729033862331,"stop":1729033862331,"duration":0}},{"uid":"40d0c4416ae85e0d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/40d0c4416ae85e0d","status":"passed","time":{"start":1729031912072,"stop":1729031912072,"duration":0}},{"uid":"6c68d25c84db5371","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6c68d25c84db5371","status":"passed","time":{"start":1728901457819,"stop":1728901457819,"duration":0}},{"uid":"8abccd4ebbdd781c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8abccd4ebbdd781c","status":"passed","time":{"start":1728892888302,"stop":1728892888302,"duration":0}},{"uid":"825abadc213d2127","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/825abadc213d2127","status":"passed","time":{"start":1728855850789,"stop":1728855850790,"duration":1}},{"uid":"beabd2dbf2ac7ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/beabd2dbf2ac7ec","status":"passed","time":{"start":1728738068165,"stop":1728738068166,"duration":1}},{"uid":"f220c1367413f36d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f220c1367413f36d","status":"passed","time":{"start":1728682601674,"stop":1728682601675,"duration":1}},{"uid":"7baa14358bf40cf4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7baa14358bf40cf4","status":"passed","time":{"start":1728682174567,"stop":1728682174567,"duration":0}},{"uid":"ba08cf053f094558","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba08cf053f094558","status":"passed","time":{"start":1728676648933,"stop":1728676648933,"duration":0}},{"uid":"4533cfb332210212","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4533cfb332210212","status":"passed","time":{"start":1728669372212,"stop":1728669372212,"duration":0}},{"uid":"b085b9c089539e95","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b085b9c089539e95","status":"passed","time":{"start":1728597712762,"stop":1728597712762,"duration":0}},{"uid":"bc725dce9c58df85","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc725dce9c58df85","status":"passed","time":{"start":1728596931868,"stop":1728596931869,"duration":1}}]},"8471d44720b93394809c48f54db901a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34ca10896213e748","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/34ca10896213e748","status":"passed","time":{"start":1728893329036,"stop":1728893329037,"duration":1}}]},"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8eae8537ba9e3396","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8eae8537ba9e3396","status":"passed","time":{"start":1729034332627,"stop":1729034332627,"duration":0}},{"uid":"49583362a730a9a2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/49583362a730a9a2","status":"passed","time":{"start":1729034096129,"stop":1729034096129,"duration":0}},{"uid":"87b0714d7cc45c23","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/87b0714d7cc45c23","status":"passed","time":{"start":1729034020087,"stop":1729034020087,"duration":0}},{"uid":"eb6b1fcc9692de48","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eb6b1fcc9692de48","status":"passed","time":{"start":1729033834380,"stop":1729033834380,"duration":0}},{"uid":"2b62846df4aa5bfe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b62846df4aa5bfe","status":"passed","time":{"start":1729031884112,"stop":1729031884112,"duration":0}},{"uid":"df1ef2889b0b3699","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/df1ef2889b0b3699","status":"passed","time":{"start":1728901430251,"stop":1728901430251,"duration":0}},{"uid":"639570b1b526869f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/639570b1b526869f","status":"passed","time":{"start":1728892860528,"stop":1728892860528,"duration":0}},{"uid":"f403db780ed642c6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f403db780ed642c6","status":"passed","time":{"start":1728855823318,"stop":1728855823318,"duration":0}},{"uid":"1fd547f77b971cb0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1fd547f77b971cb0","status":"passed","time":{"start":1728738040597,"stop":1728738040597,"duration":0}},{"uid":"7b8e554c49171fa8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b8e554c49171fa8","status":"passed","time":{"start":1728682574087,"stop":1728682574087,"duration":0}},{"uid":"52dff1455d706cb2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/52dff1455d706cb2","status":"passed","time":{"start":1728682146812,"stop":1728682146812,"duration":0}},{"uid":"8c93092da35cadcd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8c93092da35cadcd","status":"passed","time":{"start":1728676621427,"stop":1728676621428,"duration":1}},{"uid":"88627e5325fc3b9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88627e5325fc3b9","status":"passed","time":{"start":1728669344463,"stop":1728669344463,"duration":0}},{"uid":"bea49f841019a779","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bea49f841019a779","status":"passed","time":{"start":1728597685157,"stop":1728597685157,"duration":0}},{"uid":"d95726c233f636d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d95726c233f636d4","status":"passed","time":{"start":1728596904463,"stop":1728596904463,"duration":0}}]},"799d939f0230b74151f4d5826207a218:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b50a92b8f014f565","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b50a92b8f014f565","status":"passed","time":{"start":1729034443498,"stop":1729034443498,"duration":0}}]},"cd398ce5530070261d5bfbc51d414207:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a00ce6eb1da7e46","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6a00ce6eb1da7e46","status":"passed","time":{"start":1728597369088,"stop":1728597369088,"duration":0}}]},"0348ca1aba02969c66e01f3e23dfa430:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e695555dc53902af","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e695555dc53902af","status":"passed","time":{"start":1729034668595,"stop":1729034668595,"duration":0}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cb882394c05a4112","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cb882394c05a4112","status":"passed","time":{"start":1729034626852,"stop":1729034626852,"duration":0}},{"uid":"74b196a91fe00ae9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/74b196a91fe00ae9","status":"passed","time":{"start":1729034398548,"stop":1729034398549,"duration":1}},{"uid":"4289356bfbcc2af5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4289356bfbcc2af5","status":"passed","time":{"start":1729034314814,"stop":1729034314814,"duration":0}},{"uid":"fad75959170f9c1d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fad75959170f9c1d","status":"passed","time":{"start":1729034137164,"stop":1729034137164,"duration":0}},{"uid":"a1a3329a59f57f6e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a1a3329a59f57f6e","status":"passed","time":{"start":1729032187246,"stop":1729032187247,"duration":1}},{"uid":"2fce9084f439c065","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fce9084f439c065","status":"passed","time":{"start":1728901888429,"stop":1728901888430,"duration":1}},{"uid":"6cff3d2380df6907","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6cff3d2380df6907","status":"passed","time":{"start":1728893323791,"stop":1728893323792,"duration":1}},{"uid":"ad29c3fbd853cad6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ad29c3fbd853cad6","status":"passed","time":{"start":1728856285927,"stop":1728856285927,"duration":0}},{"uid":"709b9c6fdf3a3aed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/709b9c6fdf3a3aed","status":"passed","time":{"start":1728738498275,"stop":1728738498275,"duration":0}},{"uid":"26f9510997bb56da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/26f9510997bb56da","status":"passed","time":{"start":1728683041391,"stop":1728683041391,"duration":0}},{"uid":"af236d66829752b5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af236d66829752b5","status":"passed","time":{"start":1728682596017,"stop":1728682596018,"duration":1}},{"uid":"aeef0acc85bd3e95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aeef0acc85bd3e95","status":"passed","time":{"start":1728677091267,"stop":1728677091267,"duration":0}},{"uid":"1a2b41a6b01e924c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1a2b41a6b01e924c","status":"passed","time":{"start":1728669766425,"stop":1728669766426,"duration":1}},{"uid":"1ad282a9502e89ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1ad282a9502e89ab","status":"passed","time":{"start":1728598152074,"stop":1728598152074,"duration":0}},{"uid":"fd86c0923f88e262","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fd86c0923f88e262","status":"passed","time":{"start":1728597364116,"stop":1728597364118,"duration":2}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7494fad8ad45865e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7494fad8ad45865e","status":"passed","time":{"start":1729034424271,"stop":1729034424272,"duration":1}},{"uid":"1e6a03ae39e4293f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1e6a03ae39e4293f","status":"passed","time":{"start":1729034190702,"stop":1729034190703,"duration":1}},{"uid":"68650d69ae911dc2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/68650d69ae911dc2","status":"passed","time":{"start":1729034108429,"stop":1729034108430,"duration":1}},{"uid":"70f8761a43b0ca3f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/70f8761a43b0ca3f","status":"passed","time":{"start":1729033925378,"stop":1729033925380,"duration":2}},{"uid":"4c8b2a8ec173f9cc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c8b2a8ec173f9cc","status":"passed","time":{"start":1729031975174,"stop":1729031975188,"duration":14}},{"uid":"3d5c8b11b17562de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3d5c8b11b17562de","status":"passed","time":{"start":1728901537875,"stop":1728901537875,"duration":0}},{"uid":"6aa42236e6d49d33","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6aa42236e6d49d33","status":"passed","time":{"start":1728892972428,"stop":1728892972428,"duration":0}},{"uid":"3719dbb4a9da097d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3719dbb4a9da097d","status":"passed","time":{"start":1728855933065,"stop":1728855933069,"duration":4}},{"uid":"c91a66afb22373f2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c91a66afb22373f2","status":"passed","time":{"start":1728738149925,"stop":1728738149925,"duration":0}},{"uid":"4c0259d7b378a31d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4c0259d7b378a31d","status":"passed","time":{"start":1728682681969,"stop":1728682681969,"duration":0}},{"uid":"db0bf1ce369620dd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db0bf1ce369620dd","status":"passed","time":{"start":1728682257760,"stop":1728682257762,"duration":2}},{"uid":"366ffcc4018c0e73","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/366ffcc4018c0e73","status":"passed","time":{"start":1728676730786,"stop":1728676730786,"duration":0}},{"uid":"1bbd559ce2356fd5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1bbd559ce2356fd5","status":"passed","time":{"start":1728669456894,"stop":1728669456894,"duration":0}},{"uid":"c960745f1b3cfa5a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c960745f1b3cfa5a","status":"passed","time":{"start":1728597795911,"stop":1728597795918,"duration":7}},{"uid":"9c1a6ef0e9f1ba82","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c1a6ef0e9f1ba82","status":"passed","time":{"start":1728597010200,"stop":1728597010200,"duration":0}}]},"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"44c28eb4d98134b7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/44c28eb4d98134b7","status":"passed","time":{"start":1729034470386,"stop":1729034470386,"duration":0}},{"uid":"e588d80cb71a2d7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e588d80cb71a2d7","status":"passed","time":{"start":1729034238403,"stop":1729034238406,"duration":3}},{"uid":"4e02c22418d46c4d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4e02c22418d46c4d","status":"passed","time":{"start":1729034157647,"stop":1729034157649,"duration":2}},{"uid":"4bc8c2d6b1b49a70","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4bc8c2d6b1b49a70","status":"passed","time":{"start":1729033974447,"stop":1729033974447,"duration":0}},{"uid":"84de67d90a6bbef4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/84de67d90a6bbef4","status":"passed","time":{"start":1729032027757,"stop":1729032027757,"duration":0}},{"uid":"4491ae860ea1823f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4491ae860ea1823f","status":"passed","time":{"start":1728901614536,"stop":1728901614537,"duration":1}},{"uid":"d1affdd88c0efb2d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d1affdd88c0efb2d","status":"passed","time":{"start":1728893048593,"stop":1728893048594,"duration":1}},{"uid":"384ff0ee19a33f4b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/384ff0ee19a33f4b","status":"passed","time":{"start":1728856013557,"stop":1728856013557,"duration":0}},{"uid":"3712515eeb1d1186","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3712515eeb1d1186","status":"passed","time":{"start":1728738231629,"stop":1728738231630,"duration":1}},{"uid":"a68cff89bd3ea34d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a68cff89bd3ea34d","status":"passed","time":{"start":1728682761069,"stop":1728682761069,"duration":0}},{"uid":"1ad23d3038677092","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1ad23d3038677092","status":"passed","time":{"start":1728682330623,"stop":1728682330627,"duration":4}},{"uid":"3ebdde254c548dd4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3ebdde254c548dd4","status":"passed","time":{"start":1728676808320,"stop":1728676808321,"duration":1}},{"uid":"1bd43abc831008f6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1bd43abc831008f6","status":"passed","time":{"start":1728669528226,"stop":1728669528227,"duration":1}},{"uid":"2bbd583c80d18296","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2bbd583c80d18296","status":"passed","time":{"start":1728597872224,"stop":1728597872225,"duration":1}},{"uid":"66562c3816ac3e1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/66562c3816ac3e1","status":"passed","time":{"start":1728597087683,"stop":1728597087683,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"311620d3bd5a1c06","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/311620d3bd5a1c06","status":"passed","time":{"start":1729034611658,"stop":1729034611659,"duration":1}},{"uid":"fffdf64e7ff84316","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fffdf64e7ff84316","status":"passed","time":{"start":1729034393637,"stop":1729034393638,"duration":1}},{"uid":"b7c57d83bb0067a1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b7c57d83bb0067a1","status":"passed","time":{"start":1729034304832,"stop":1729034304833,"duration":1}},{"uid":"76c83484cb09281d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/76c83484cb09281d","status":"passed","time":{"start":1729034121899,"stop":1729034121899,"duration":0}},{"uid":"3d248327a0f03499","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3d248327a0f03499","status":"passed","time":{"start":1729032174808,"stop":1729032174808,"duration":0}},{"uid":"a021b0f16b2b360","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a021b0f16b2b360","status":"passed","time":{"start":1728901881008,"stop":1728901881009,"duration":1}},{"uid":"57649e7c10efe8f6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/57649e7c10efe8f6","status":"passed","time":{"start":1728893317154,"stop":1728893317155,"duration":1}},{"uid":"8b1430fc688ba71e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b1430fc688ba71e","status":"passed","time":{"start":1728856263078,"stop":1728856263078,"duration":0}},{"uid":"447c6ecb7cfa50ab","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/447c6ecb7cfa50ab","status":"passed","time":{"start":1728738492794,"stop":1728738492795,"duration":1}},{"uid":"ba6d2e3b4c4c0163","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ba6d2e3b4c4c0163","status":"passed","time":{"start":1728683030017,"stop":1728683030017,"duration":0}},{"uid":"85320ef414b4f257","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/85320ef414b4f257","status":"passed","time":{"start":1728682581097,"stop":1728682581097,"duration":0}},{"uid":"ba03c15eee39fc16","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba03c15eee39fc16","status":"passed","time":{"start":1728677081990,"stop":1728677081990,"duration":0}},{"uid":"32bcd68663056974","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32bcd68663056974","status":"passed","time":{"start":1728669795391,"stop":1728669795391,"duration":0}},{"uid":"52dd44f9bf4cdb14","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52dd44f9bf4cdb14","status":"passed","time":{"start":1728598137499,"stop":1728598137500,"duration":1}},{"uid":"f89e1b255c4bc847","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f89e1b255c4bc847","status":"passed","time":{"start":1728597353476,"stop":1728597353477,"duration":1}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"868df5c6fc01e212","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/868df5c6fc01e212","status":"passed","time":{"start":1729034355547,"stop":1729034355550,"duration":3}},{"uid":"d9af9ab1e0eb597c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d9af9ab1e0eb597c","status":"passed","time":{"start":1729034119089,"stop":1729034119094,"duration":5}},{"uid":"5966bfeffc4045c5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5966bfeffc4045c5","status":"passed","time":{"start":1729034042607,"stop":1729034042608,"duration":1}},{"uid":"d3f95e7b96dbeb27","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3f95e7b96dbeb27","status":"passed","time":{"start":1729033857424,"stop":1729033857426,"duration":2}},{"uid":"1acec89632aadcf0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1acec89632aadcf0","status":"passed","time":{"start":1729031907622,"stop":1729031907623,"duration":1}},{"uid":"605bfeff7738e0be","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/605bfeff7738e0be","status":"passed","time":{"start":1728901452627,"stop":1728901452628,"duration":1}},{"uid":"4568c462b0bc436e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4568c462b0bc436e","status":"passed","time":{"start":1728892883396,"stop":1728892883397,"duration":1}},{"uid":"6c4fbdc571fc2fde","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c4fbdc571fc2fde","status":"passed","time":{"start":1728855845734,"stop":1728855845735,"duration":1}},{"uid":"ac601f374c40c635","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ac601f374c40c635","status":"passed","time":{"start":1728738063045,"stop":1728738063046,"duration":1}},{"uid":"a91886f3e5872239","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a91886f3e5872239","status":"passed","time":{"start":1728682596887,"stop":1728682596888,"duration":1}},{"uid":"e3a61274dd39a650","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e3a61274dd39a650","status":"passed","time":{"start":1728682169968,"stop":1728682169969,"duration":1}},{"uid":"29a1ff39ad2303f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/29a1ff39ad2303f0","status":"passed","time":{"start":1728676643813,"stop":1728676643814,"duration":1}},{"uid":"2b5b2cd4005c2616","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b5b2cd4005c2616","status":"passed","time":{"start":1728669366940,"stop":1728669366941,"duration":1}},{"uid":"deaaa6fa767826bc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/deaaa6fa767826bc","status":"passed","time":{"start":1728597707579,"stop":1728597707581,"duration":2}},{"uid":"a5579aa2cae34332","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a5579aa2cae34332","status":"passed","time":{"start":1728596927587,"stop":1728596927587,"duration":0}}]},"6e38c0bde8b522aa97fdbb3813487770:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5edf5dffa57d98f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5edf5dffa57d98f2","status":"passed","time":{"start":1729034144769,"stop":1729034144769,"duration":0}}]},"f27f841e8cf346934da51cc4f522e57d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba96a099c43f6891","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ba96a099c43f6891","status":"passed","time":{"start":1728856368610,"stop":1728856368611,"duration":1}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"13a8a336f24e9578","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/13a8a336f24e9578","status":"passed","time":{"start":1729034631248,"stop":1729034631248,"duration":0}},{"uid":"aad55c6b559a433f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aad55c6b559a433f","status":"passed","time":{"start":1729034400884,"stop":1729034400884,"duration":0}},{"uid":"51a97b7c50ed442b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/51a97b7c50ed442b","status":"passed","time":{"start":1729034317443,"stop":1729034317444,"duration":1}},{"uid":"4acd84d2ea7309ec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4acd84d2ea7309ec","status":"passed","time":{"start":1729034137124,"stop":1729034137125,"duration":1}},{"uid":"4922d8edaa999a8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4922d8edaa999a8c","status":"passed","time":{"start":1729032206870,"stop":1729032206870,"duration":0}},{"uid":"361065e21b3ed78d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/361065e21b3ed78d","status":"passed","time":{"start":1728901995010,"stop":1728901995011,"duration":1}},{"uid":"8ce96a5570c2613a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8ce96a5570c2613a","status":"passed","time":{"start":1728893420989,"stop":1728893420989,"duration":0}},{"uid":"9d8815c22f2c6ae1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9d8815c22f2c6ae1","status":"passed","time":{"start":1728856368592,"stop":1728856368592,"duration":0}},{"uid":"81cfa1e3840e3b7c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/81cfa1e3840e3b7c","status":"passed","time":{"start":1728738604676,"stop":1728738604676,"duration":0}},{"uid":"a1a28776c8f03990","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1a28776c8f03990","status":"passed","time":{"start":1728683117606,"stop":1728683117607,"duration":1}},{"uid":"586fe287a6fda13d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/586fe287a6fda13d","status":"passed","time":{"start":1728682721314,"stop":1728682721314,"duration":0}},{"uid":"c49393e3f4114865","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c49393e3f4114865","status":"passed","time":{"start":1728677184676,"stop":1728677184678,"duration":2}},{"uid":"942f972e8df71433","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/942f972e8df71433","status":"passed","time":{"start":1728669866444,"stop":1728669866445,"duration":1}},{"uid":"bb25f4cdb24cbe95","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bb25f4cdb24cbe95","status":"passed","time":{"start":1728598249971,"stop":1728598249971,"duration":0}},{"uid":"99e5539ae2192ae","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/99e5539ae2192ae","status":"passed","time":{"start":1728597472284,"stop":1728597472285,"duration":1}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ab57ae4f0bbcc33e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab57ae4f0bbcc33e","status":"passed","time":{"start":1729034447630,"stop":1729034447630,"duration":0}},{"uid":"2738399cf659c6f8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2738399cf659c6f8","status":"passed","time":{"start":1729034206088,"stop":1729034206088,"duration":0}},{"uid":"44d2cc329b2baf62","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/44d2cc329b2baf62","status":"passed","time":{"start":1729034134199,"stop":1729034134199,"duration":0}},{"uid":"e34247458b5c18d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e34247458b5c18d7","status":"passed","time":{"start":1729033942622,"stop":1729033942623,"duration":1}},{"uid":"9cc3f07872291a85","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9cc3f07872291a85","status":"passed","time":{"start":1729031989717,"stop":1729031989718,"duration":1}},{"uid":"1f4a4ea33706e71c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1f4a4ea33706e71c","status":"passed","time":{"start":1728901562053,"stop":1728901562054,"duration":1}},{"uid":"112bebac6778f504","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/112bebac6778f504","status":"passed","time":{"start":1728893001482,"stop":1728893001482,"duration":0}},{"uid":"2ed7f28994441671","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ed7f28994441671","status":"passed","time":{"start":1728855968870,"stop":1728855968870,"duration":0}},{"uid":"b0bf0aa03fb519fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b0bf0aa03fb519fa","status":"passed","time":{"start":1728738172968,"stop":1728738172968,"duration":0}},{"uid":"1f5c90b3a4afe6e8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1f5c90b3a4afe6e8","status":"passed","time":{"start":1728682706941,"stop":1728682706941,"duration":0}},{"uid":"26e89e54419d52a7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/26e89e54419d52a7","status":"passed","time":{"start":1728682296862,"stop":1728682296862,"duration":0}},{"uid":"8fc09e59dcee5834","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8fc09e59dcee5834","status":"passed","time":{"start":1728676761479,"stop":1728676761485,"duration":6}},{"uid":"ee6fbcff7a7111f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ee6fbcff7a7111f9","status":"passed","time":{"start":1728669479028,"stop":1728669479028,"duration":0}},{"uid":"fd1f8baa0b27b091","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd1f8baa0b27b091","status":"passed","time":{"start":1728597820128,"stop":1728597820128,"duration":0}},{"uid":"f1668d78bd84564e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1668d78bd84564e","status":"passed","time":{"start":1728597034502,"stop":1728597034503,"duration":1}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"11c68079871cf1ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/11c68079871cf1ef","status":"passed","time":{"start":1729034631246,"stop":1729034631246,"duration":0}},{"uid":"8c9a419e5f238e39","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8c9a419e5f238e39","status":"passed","time":{"start":1729034400882,"stop":1729034400883,"duration":1}},{"uid":"44f1501cfb124185","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/44f1501cfb124185","status":"passed","time":{"start":1729034317431,"stop":1729034317436,"duration":5}},{"uid":"b725f7da29b0b724","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b725f7da29b0b724","status":"passed","time":{"start":1729034137117,"stop":1729034137118,"duration":1}},{"uid":"543c7166605b86c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/543c7166605b86c6","status":"passed","time":{"start":1729032206864,"stop":1729032206864,"duration":0}},{"uid":"1f60b034ed0c5978","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1f60b034ed0c5978","status":"passed","time":{"start":1728901995009,"stop":1728901995009,"duration":0}},{"uid":"ac6768f32a4ae795","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ac6768f32a4ae795","status":"passed","time":{"start":1728893420987,"stop":1728893420988,"duration":1}},{"uid":"1f522230db5fb646","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f522230db5fb646","status":"passed","time":{"start":1728856368589,"stop":1728856368590,"duration":1}},{"uid":"9ae67ee7a04c9b3c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ae67ee7a04c9b3c","status":"passed","time":{"start":1728738604674,"stop":1728738604675,"duration":1}},{"uid":"50628b07acb0c664","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/50628b07acb0c664","status":"passed","time":{"start":1728683117602,"stop":1728683117603,"duration":1}},{"uid":"a59604eddf19c59b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a59604eddf19c59b","status":"passed","time":{"start":1728682721311,"stop":1728682721312,"duration":1}},{"uid":"79ee4c88571f3f10","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79ee4c88571f3f10","status":"passed","time":{"start":1728677184671,"stop":1728677184673,"duration":2}},{"uid":"308502f78c159487","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/308502f78c159487","status":"passed","time":{"start":1728669866437,"stop":1728669866439,"duration":2}},{"uid":"e517af009b55ef0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e517af009b55ef0","status":"passed","time":{"start":1728598249969,"stop":1728598249970,"duration":1}},{"uid":"c2272136fbe0bb18","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c2272136fbe0bb18","status":"passed","time":{"start":1728597472274,"stop":1728597472278,"duration":4}}]},"45f7851ad78a3ecba8cc53d7009c3662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7766cbda37859a63","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7766cbda37859a63","status":"passed","time":{"start":1728683110368,"stop":1728683110368,"duration":0}}]},"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9fdcf7c1afdad3c9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9fdcf7c1afdad3c9","status":"passed","time":{"start":1729034332624,"stop":1729034332625,"duration":1}},{"uid":"5896b6fe496bf6c9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5896b6fe496bf6c9","status":"passed","time":{"start":1729034096126,"stop":1729034096126,"duration":0}},{"uid":"79f8f474cd4e811f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/79f8f474cd4e811f","status":"passed","time":{"start":1729034020085,"stop":1729034020085,"duration":0}},{"uid":"29a87b623acf71aa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/29a87b623acf71aa","status":"passed","time":{"start":1729033834377,"stop":1729033834377,"duration":0}},{"uid":"db528031bd204c7a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/db528031bd204c7a","status":"passed","time":{"start":1729031884108,"stop":1729031884108,"duration":0}},{"uid":"d59125199dea48a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d59125199dea48a9","status":"passed","time":{"start":1728901430249,"stop":1728901430249,"duration":0}},{"uid":"f3277f6d5fdc5470","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f3277f6d5fdc5470","status":"passed","time":{"start":1728892860525,"stop":1728892860525,"duration":0}},{"uid":"183c2bc019f71ebc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/183c2bc019f71ebc","status":"passed","time":{"start":1728855823316,"stop":1728855823316,"duration":0}},{"uid":"9c1cf50c6e09d07","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9c1cf50c6e09d07","status":"passed","time":{"start":1728738040585,"stop":1728738040585,"duration":0}},{"uid":"311cd511e88a7b16","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/311cd511e88a7b16","status":"passed","time":{"start":1728682574084,"stop":1728682574084,"duration":0}},{"uid":"b15f4b29a558aa68","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b15f4b29a558aa68","status":"passed","time":{"start":1728682146810,"stop":1728682146810,"duration":0}},{"uid":"b93bf1146d83cfe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b93bf1146d83cfe","status":"passed","time":{"start":1728676621424,"stop":1728676621424,"duration":0}},{"uid":"27012ad09430eda5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/27012ad09430eda5","status":"passed","time":{"start":1728669344461,"stop":1728669344461,"duration":0}},{"uid":"c7e6b99300cf32c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c7e6b99300cf32c7","status":"passed","time":{"start":1728597685154,"stop":1728597685154,"duration":0}},{"uid":"bc701f0a542c9bb3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc701f0a542c9bb3","status":"passed","time":{"start":1728596904460,"stop":1728596904460,"duration":0}}]},"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cc35ddd914917086","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc35ddd914917086","status":"passed","time":{"start":1729034470391,"stop":1729034470391,"duration":0}},{"uid":"1ef6876c2140ec71","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1ef6876c2140ec71","status":"passed","time":{"start":1729034238412,"stop":1729034238412,"duration":0}},{"uid":"64707f3f3cc4d3ea","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/64707f3f3cc4d3ea","status":"passed","time":{"start":1729034157654,"stop":1729034157654,"duration":0}},{"uid":"2ca871b548f3e1d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ca871b548f3e1d8","status":"passed","time":{"start":1729033974453,"stop":1729033974453,"duration":0}},{"uid":"5e29dd3f6bbf10a6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e29dd3f6bbf10a6","status":"passed","time":{"start":1729032027767,"stop":1729032027768,"duration":1}},{"uid":"f5532e51afc6c752","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f5532e51afc6c752","status":"passed","time":{"start":1728901614547,"stop":1728901614552,"duration":5}},{"uid":"f7aaf4f4b4ff11df","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f7aaf4f4b4ff11df","status":"passed","time":{"start":1728893048597,"stop":1728893048597,"duration":0}},{"uid":"38fda9a2f6559a4f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/38fda9a2f6559a4f","status":"passed","time":{"start":1728856013561,"stop":1728856013562,"duration":1}},{"uid":"3de09c6598f9739b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3de09c6598f9739b","status":"passed","time":{"start":1728738231632,"stop":1728738231633,"duration":1}},{"uid":"ab57ecf2735a2c14","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab57ecf2735a2c14","status":"passed","time":{"start":1728682761074,"stop":1728682761075,"duration":1}},{"uid":"ad169f666ce30c99","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ad169f666ce30c99","status":"passed","time":{"start":1728682330636,"stop":1728682330637,"duration":1}},{"uid":"f209f05d25e156d5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f209f05d25e156d5","status":"passed","time":{"start":1728676808326,"stop":1728676808326,"duration":0}},{"uid":"8e6695927dc39d3f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8e6695927dc39d3f","status":"passed","time":{"start":1728669528228,"stop":1728669528229,"duration":1}},{"uid":"3ead28698e0c58f0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ead28698e0c58f0","status":"passed","time":{"start":1728597872228,"stop":1728597872228,"duration":0}},{"uid":"ff82704e8b22f695","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ff82704e8b22f695","status":"passed","time":{"start":1728597087688,"stop":1728597087689,"duration":1}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"30256a4e4c5e97","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/30256a4e4c5e97","status":"passed","time":{"start":1729034704495,"stop":1729034704495,"duration":0}},{"uid":"8384f8cd407680f6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8384f8cd407680f6","status":"passed","time":{"start":1729034474988,"stop":1729034474989,"duration":1}},{"uid":"1ed53efde504b43","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1ed53efde504b43","status":"passed","time":{"start":1729034395291,"stop":1729034395291,"duration":0}},{"uid":"49965771c8691b2b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/49965771c8691b2b","status":"passed","time":{"start":1729034209100,"stop":1729034209101,"duration":1}},{"uid":"ec99e8e73da0aa10","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ec99e8e73da0aa10","status":"passed","time":{"start":1729032264569,"stop":1729032264569,"duration":0}},{"uid":"1c3ec8247e68de4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c3ec8247e68de4","status":"passed","time":{"start":1728902012858,"stop":1728902012858,"duration":0}},{"uid":"a06043088057c6da","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a06043088057c6da","status":"passed","time":{"start":1728893454812,"stop":1728893454812,"duration":0}},{"uid":"f4b8cd4f2c81c3ee","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f4b8cd4f2c81c3ee","status":"passed","time":{"start":1728856408453,"stop":1728856408453,"duration":0}},{"uid":"7bfa7babd5803e50","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7bfa7babd5803e50","status":"passed","time":{"start":1728738633855,"stop":1728738633855,"duration":0}},{"uid":"e7ddde88582a531","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e7ddde88582a531","status":"passed","time":{"start":1728683159761,"stop":1728683159762,"duration":1}},{"uid":"e58599d01c1e084b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e58599d01c1e084b","status":"passed","time":{"start":1728682751330,"stop":1728682751330,"duration":0}},{"uid":"ccff06f3a8ddb386","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ccff06f3a8ddb386","status":"passed","time":{"start":1728677216356,"stop":1728677216359,"duration":3}},{"uid":"6528b39e64b76ee6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6528b39e64b76ee6","status":"passed","time":{"start":1728669925455,"stop":1728669925455,"duration":0}},{"uid":"30fc12ff31fa03a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/30fc12ff31fa03a0","status":"passed","time":{"start":1728598268805,"stop":1728598268806,"duration":1}},{"uid":"e84df2a4acd3005a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e84df2a4acd3005a","status":"passed","time":{"start":1728597503921,"stop":1728597503922,"duration":1}}]},"c19112a0230885a28eee979ced39a119:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70025457ece95978","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/70025457ece95978","status":"passed","time":{"start":1728893421010,"stop":1728893421010,"duration":0}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8212e9e9b5855525","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8212e9e9b5855525","status":"passed","time":{"start":1729034694624,"stop":1729034694624,"duration":0}},{"uid":"881bd75431ddf0c4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/881bd75431ddf0c4","status":"passed","time":{"start":1729034462017,"stop":1729034462018,"duration":1}},{"uid":"939fb50ac465fdc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/939fb50ac465fdc","status":"passed","time":{"start":1729034375982,"stop":1729034375984,"duration":2}},{"uid":"36467825f795991e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/36467825f795991e","status":"passed","time":{"start":1729034200069,"stop":1729034200069,"duration":0}},{"uid":"e0a1031d3b7808bf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e0a1031d3b7808bf","status":"passed","time":{"start":1729032257895,"stop":1729032257898,"duration":3}},{"uid":"ab55071a0fa8f393","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ab55071a0fa8f393","status":"passed","time":{"start":1728902003568,"stop":1728902003568,"duration":0}},{"uid":"ee432bca36c94338","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ee432bca36c94338","status":"passed","time":{"start":1728893434697,"stop":1728893434697,"duration":0}},{"uid":"103d2e4fed880a37","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/103d2e4fed880a37","status":"passed","time":{"start":1728856398643,"stop":1728856398643,"duration":0}},{"uid":"f3d88714c02c343c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f3d88714c02c343c","status":"passed","time":{"start":1728738612002,"stop":1728738612003,"duration":1}},{"uid":"d2e9d15b660fbc5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d2e9d15b660fbc5","status":"passed","time":{"start":1728683155009,"stop":1728683155010,"duration":1}},{"uid":"8f28bc7b5f66af9b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8f28bc7b5f66af9b","status":"passed","time":{"start":1728682706106,"stop":1728682706106,"duration":0}},{"uid":"34fddd59d11c3a25","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34fddd59d11c3a25","status":"passed","time":{"start":1728677207496,"stop":1728677207497,"duration":1}},{"uid":"795cb047ffa797e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/795cb047ffa797e5","status":"passed","time":{"start":1728669887098,"stop":1728669887099,"duration":1}},{"uid":"205132a440671203","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/205132a440671203","status":"passed","time":{"start":1728598263638,"stop":1728598263649,"duration":11}},{"uid":"e35966c92c375cc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e35966c92c375cc2","status":"passed","time":{"start":1728597478276,"stop":1728597478276,"duration":0}}]},"f482cc14a3ac9850dc4383dc0192ae21:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f83fc85eef1beb1e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f83fc85eef1beb1e","status":"passed","time":{"start":1728901958862,"stop":1728901958865,"duration":3}}]},"74be1615d20bdd66511fb4d6daf648d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4698dab1aafb9a1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a4698dab1aafb9a1","status":"passed","time":{"start":1729034121897,"stop":1729034121898,"duration":1}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4a2ea1d78d2d310","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4a2ea1d78d2d310","status":"passed","time":{"start":1729034640517,"stop":1729034640520,"duration":3}},{"uid":"a9ea58f38451e6f2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9ea58f38451e6f2","status":"passed","time":{"start":1729034411421,"stop":1729034411421,"duration":0}},{"uid":"9e7dd0be6e437897","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9e7dd0be6e437897","status":"passed","time":{"start":1729034327398,"stop":1729034327399,"duration":1}},{"uid":"db8b6980881f1b3e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db8b6980881f1b3e","status":"passed","time":{"start":1729034147770,"stop":1729034147770,"duration":0}},{"uid":"27ca1ee646c5a4c2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/27ca1ee646c5a4c2","status":"passed","time":{"start":1729032204826,"stop":1729032204826,"duration":0}},{"uid":"80c1e33e10cebb5e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/80c1e33e10cebb5e","status":"passed","time":{"start":1728901907698,"stop":1728901907699,"duration":1}},{"uid":"4346ec4c5e46c686","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4346ec4c5e46c686","status":"passed","time":{"start":1728893341887,"stop":1728893341887,"duration":0}},{"uid":"81c4f47692ce0f33","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/81c4f47692ce0f33","status":"passed","time":{"start":1728856299355,"stop":1728856299355,"duration":0}},{"uid":"8f9810310c08eecd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8f9810310c08eecd","status":"passed","time":{"start":1728738511615,"stop":1728738511615,"duration":0}},{"uid":"f2f6206d7d048cea","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2f6206d7d048cea","status":"passed","time":{"start":1728683052909,"stop":1728683052910,"duration":1}},{"uid":"6025cf0125c5d5e9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6025cf0125c5d5e9","status":"passed","time":{"start":1728682612909,"stop":1728682612909,"duration":0}},{"uid":"3f2f31dab65cfecf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3f2f31dab65cfecf","status":"passed","time":{"start":1728677115744,"stop":1728677115745,"duration":1}},{"uid":"455ce262a212efca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/455ce262a212efca","status":"passed","time":{"start":1728669778173,"stop":1728669778173,"duration":0}},{"uid":"a8c442e71f9eb165","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8c442e71f9eb165","status":"passed","time":{"start":1728598175430,"stop":1728598175431,"duration":1}},{"uid":"e749efd8e534efb3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e749efd8e534efb3","status":"passed","time":{"start":1728597380059,"stop":1728597380060,"duration":1}}]},"c6e61642b623de333bcde815bae9c9b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ccb8dd297aafb52","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ccb8dd297aafb52","status":"passed","time":{"start":1728683093172,"stop":1728683093172,"duration":0}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"49ed73453a1d5da7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/49ed73453a1d5da7","status":"passed","time":{"start":1729034360436,"stop":1729034360436,"duration":0}},{"uid":"c13d786a6bf6c21a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c13d786a6bf6c21a","status":"passed","time":{"start":1729034124362,"stop":1729034124363,"duration":1}},{"uid":"c55644550d5fc2bc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c55644550d5fc2bc","status":"passed","time":{"start":1729034047484,"stop":1729034047484,"duration":0}},{"uid":"de5ab1fa7d58ee53","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/de5ab1fa7d58ee53","status":"passed","time":{"start":1729033862329,"stop":1729033862329,"duration":0}},{"uid":"11787080fba11c6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/11787080fba11c6c","status":"passed","time":{"start":1729031912070,"stop":1729031912070,"duration":0}},{"uid":"b123e4ffe3ac88e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b123e4ffe3ac88e2","status":"passed","time":{"start":1728901457817,"stop":1728901457817,"duration":0}},{"uid":"6710ed9ce39d387c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6710ed9ce39d387c","status":"passed","time":{"start":1728892888300,"stop":1728892888300,"duration":0}},{"uid":"5bab9504fe9e64","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5bab9504fe9e64","status":"passed","time":{"start":1728855850788,"stop":1728855850788,"duration":0}},{"uid":"987978d1ddf8cc6c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/987978d1ddf8cc6c","status":"passed","time":{"start":1728738068163,"stop":1728738068164,"duration":1}},{"uid":"ddcd7c0577d7c684","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ddcd7c0577d7c684","status":"passed","time":{"start":1728682601673,"stop":1728682601673,"duration":0}},{"uid":"695b2f104bf3d10e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/695b2f104bf3d10e","status":"passed","time":{"start":1728682174565,"stop":1728682174565,"duration":0}},{"uid":"16944b9c68951fd7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/16944b9c68951fd7","status":"passed","time":{"start":1728676648931,"stop":1728676648931,"duration":0}},{"uid":"a1762e87ba404872","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a1762e87ba404872","status":"passed","time":{"start":1728669372210,"stop":1728669372211,"duration":1}},{"uid":"335c9b3f7d9d4784","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/335c9b3f7d9d4784","status":"passed","time":{"start":1728597712760,"stop":1728597712760,"duration":0}},{"uid":"3959a2ded4966d77","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3959a2ded4966d77","status":"passed","time":{"start":1728596931866,"stop":1728596931867,"duration":1}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"970da0fc65fbcc94","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/970da0fc65fbcc94","status":"passed","time":{"start":1729034704503,"stop":1729034704504,"duration":1}},{"uid":"8dfb59b81802b871","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8dfb59b81802b871","status":"passed","time":{"start":1729034474997,"stop":1729034474997,"duration":0}},{"uid":"243a38c6fe38436e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/243a38c6fe38436e","status":"passed","time":{"start":1729034395297,"stop":1729034395298,"duration":1}},{"uid":"a73f36f9acc2bc87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a73f36f9acc2bc87","status":"passed","time":{"start":1729034209111,"stop":1729034209111,"duration":0}},{"uid":"6d065fa0bc66bdc2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6d065fa0bc66bdc2","status":"passed","time":{"start":1729032264579,"stop":1729032264579,"duration":0}},{"uid":"9d4a37fb72a201f4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9d4a37fb72a201f4","status":"passed","time":{"start":1728902012870,"stop":1728902012870,"duration":0}},{"uid":"b30526beadd685e8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b30526beadd685e8","status":"passed","time":{"start":1728893454821,"stop":1728893454821,"duration":0}},{"uid":"be7dc3f91be26b3b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be7dc3f91be26b3b","status":"passed","time":{"start":1728856408463,"stop":1728856408464,"duration":1}},{"uid":"bad7bb6cbe288dc6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bad7bb6cbe288dc6","status":"passed","time":{"start":1728738633864,"stop":1728738633864,"duration":0}},{"uid":"5ff01f319715121a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5ff01f319715121a","status":"passed","time":{"start":1728683159803,"stop":1728683159807,"duration":4}},{"uid":"e941e9b6737acb2b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e941e9b6737acb2b","status":"passed","time":{"start":1728682751339,"stop":1728682751340,"duration":1}},{"uid":"4f7ac87a2ca958c1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f7ac87a2ca958c1","status":"passed","time":{"start":1728677216373,"stop":1728677216374,"duration":1}},{"uid":"7515d045c1540100","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7515d045c1540100","status":"passed","time":{"start":1728669925461,"stop":1728669925461,"duration":0}},{"uid":"6bdcc5807e1a895d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6bdcc5807e1a895d","status":"passed","time":{"start":1728598268816,"stop":1728598268816,"duration":0}},{"uid":"756f06ac780e4ee3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/756f06ac780e4ee3","status":"passed","time":{"start":1728597503944,"stop":1728597503945,"duration":1}}]},"cb3d0b243c0cc0174fd60c730ba82a3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3f306054678a3b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e3f306054678a3b3","status":"passed","time":{"start":1728677156810,"stop":1728677156810,"duration":0}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9f02dd1a99d02f9a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9f02dd1a99d02f9a","status":"passed","time":{"start":1729034636316,"stop":1729034636319,"duration":3}},{"uid":"cf67d40b2a016d1b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cf67d40b2a016d1b","status":"passed","time":{"start":1729034402286,"stop":1729034402287,"duration":1}},{"uid":"e096349db44a16f0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e096349db44a16f0","status":"passed","time":{"start":1729034323308,"stop":1729034323310,"duration":2}},{"uid":"1e732c89a30dc7a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1e732c89a30dc7a3","status":"passed","time":{"start":1729034144770,"stop":1729034144770,"duration":0}},{"uid":"68798dfc21e465d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/68798dfc21e465d1","status":"passed","time":{"start":1729032198824,"stop":1729032198824,"duration":0}},{"uid":"83992af259fd66fe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/83992af259fd66fe","status":"passed","time":{"start":1728901901772,"stop":1728901901773,"duration":1}},{"uid":"77ea587c294ff1ba","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/77ea587c294ff1ba","status":"passed","time":{"start":1728893337256,"stop":1728893337256,"duration":0}},{"uid":"389a25a4b4ae0b63","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/389a25a4b4ae0b63","status":"passed","time":{"start":1728856299199,"stop":1728856299199,"duration":0}},{"uid":"c556c612b5b6404","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c556c612b5b6404","status":"passed","time":{"start":1728738505384,"stop":1728738505384,"duration":0}},{"uid":"25c003a6cb8cae26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/25c003a6cb8cae26","status":"passed","time":{"start":1728683045451,"stop":1728683045452,"duration":1}},{"uid":"98e3f45baa61f050","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/98e3f45baa61f050","status":"passed","time":{"start":1728682607295,"stop":1728682607295,"duration":0}},{"uid":"14203a567ea023df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/14203a567ea023df","status":"passed","time":{"start":1728677103497,"stop":1728677103499,"duration":2}},{"uid":"92009b4e901022b4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92009b4e901022b4","status":"passed","time":{"start":1728669777132,"stop":1728669777133,"duration":1}},{"uid":"75337e069c96de16","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/75337e069c96de16","status":"passed","time":{"start":1728598163468,"stop":1728598163468,"duration":0}},{"uid":"80daa0e5b76bd00d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/80daa0e5b76bd00d","status":"passed","time":{"start":1728597375484,"stop":1728597375485,"duration":1}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"64f7d5cf6f5185db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/64f7d5cf6f5185db","status":"passed","time":{"start":1729034398721,"stop":1729034398722,"duration":1}},{"uid":"f0a8b8288a062ef7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f0a8b8288a062ef7","status":"passed","time":{"start":1729034163595,"stop":1729034163596,"duration":1}},{"uid":"57ef5e09efba4db2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/57ef5e09efba4db2","status":"passed","time":{"start":1729034085358,"stop":1729034085358,"duration":0}},{"uid":"1f10d442d4f6f884","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f10d442d4f6f884","status":"passed","time":{"start":1729033899385,"stop":1729033899386,"duration":1}},{"uid":"b9ea35e20192f0de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b9ea35e20192f0de","status":"passed","time":{"start":1729031949754,"stop":1729031949755,"duration":1}},{"uid":"b6fffeb7d752a8d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b6fffeb7d752a8d","status":"passed","time":{"start":1728901497251,"stop":1728901497251,"duration":0}},{"uid":"1f16d87871c6a8f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1f16d87871c6a8f8","status":"passed","time":{"start":1728892931616,"stop":1728892931617,"duration":1}},{"uid":"d1931ced35b63191","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d1931ced35b63191","status":"passed","time":{"start":1728855891086,"stop":1728855891086,"duration":0}},{"uid":"9fb941d2e352f057","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9fb941d2e352f057","status":"passed","time":{"start":1728738108306,"stop":1728738108306,"duration":0}},{"uid":"b665634cc1f63e53","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b665634cc1f63e53","status":"passed","time":{"start":1728682642732,"stop":1728682642740,"duration":8}},{"uid":"ce6cde5b36fbd256","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce6cde5b36fbd256","status":"passed","time":{"start":1728682214719,"stop":1728682214720,"duration":1}},{"uid":"593587d8abdaf092","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/593587d8abdaf092","status":"passed","time":{"start":1728676692180,"stop":1728676692181,"duration":1}},{"uid":"1fb60757161f8bd9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1fb60757161f8bd9","status":"passed","time":{"start":1728669416673,"stop":1728669416674,"duration":1}},{"uid":"309b7a7c1f4c7ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/309b7a7c1f4c7ab","status":"passed","time":{"start":1728597754027,"stop":1728597754028,"duration":1}},{"uid":"5321d3e6ce4e94e5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5321d3e6ce4e94e5","status":"passed","time":{"start":1728596972642,"stop":1728596972642,"duration":0}}]},"1aa3faf055a44ddd82949ddbb13ba4d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1cf10acb4f1f6abe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1cf10acb4f1f6abe","status":"passed","time":{"start":1728598137509,"stop":1728598137510,"duration":1}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ded1c6c03e390676","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ded1c6c03e390676","status":"passed","time":{"start":1729034355553,"stop":1729034355553,"duration":0}},{"uid":"37e5695950b9e02b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/37e5695950b9e02b","status":"passed","time":{"start":1729034119095,"stop":1729034119096,"duration":1}},{"uid":"69368e747b0d2da2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/69368e747b0d2da2","status":"passed","time":{"start":1729034042613,"stop":1729034042614,"duration":1}},{"uid":"18599f2934e3603","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/18599f2934e3603","status":"passed","time":{"start":1729033857427,"stop":1729033857428,"duration":1}},{"uid":"90f7dc45053f4f0d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/90f7dc45053f4f0d","status":"passed","time":{"start":1729031907631,"stop":1729031907632,"duration":1}},{"uid":"79f475391f13b1d3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/79f475391f13b1d3","status":"passed","time":{"start":1728901452630,"stop":1728901452630,"duration":0}},{"uid":"d035e5e772f538a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d035e5e772f538a2","status":"passed","time":{"start":1728892883398,"stop":1728892883399,"duration":1}},{"uid":"dbba9c7ea3d8a367","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbba9c7ea3d8a367","status":"passed","time":{"start":1728855845736,"stop":1728855845736,"duration":0}},{"uid":"75e20e5db80216cf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/75e20e5db80216cf","status":"passed","time":{"start":1728738063047,"stop":1728738063048,"duration":1}},{"uid":"2d2d7cdc3725d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2d2d7cdc3725d9","status":"passed","time":{"start":1728682596890,"stop":1728682596890,"duration":0}},{"uid":"506114f62d7b750f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/506114f62d7b750f","status":"passed","time":{"start":1728682169970,"stop":1728682169971,"duration":1}},{"uid":"6cb37f4f88fc1cf4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6cb37f4f88fc1cf4","status":"passed","time":{"start":1728676643815,"stop":1728676643816,"duration":1}},{"uid":"f58b1cbfba68fbc2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f58b1cbfba68fbc2","status":"passed","time":{"start":1728669366944,"stop":1728669366944,"duration":0}},{"uid":"218ddb50d3c51915","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/218ddb50d3c51915","status":"passed","time":{"start":1728597707582,"stop":1728597707582,"duration":0}},{"uid":"b855320eedd03cc0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b855320eedd03cc0","status":"passed","time":{"start":1728596927588,"stop":1728596927588,"duration":0}}]},"17de423536656a73e43adc092afcb2fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3517c8a1250775db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3517c8a1250775db","status":"passed","time":{"start":1729032235308,"stop":1729032235309,"duration":1}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5872bd9ccdd1e627","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5872bd9ccdd1e627","status":"passed","time":{"start":1729034640525,"stop":1729034640525,"duration":0}},{"uid":"5daa6d370e2f5421","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5daa6d370e2f5421","status":"passed","time":{"start":1729034411425,"stop":1729034411425,"duration":0}},{"uid":"8624b1d61ce25fe5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8624b1d61ce25fe5","status":"passed","time":{"start":1729034327408,"stop":1729034327408,"duration":0}},{"uid":"a6ff28e526f9b6be","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6ff28e526f9b6be","status":"passed","time":{"start":1729034147780,"stop":1729034147781,"duration":1}},{"uid":"e4c77f67cceb0acd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e4c77f67cceb0acd","status":"passed","time":{"start":1729032204830,"stop":1729032204830,"duration":0}},{"uid":"a751c8e1ed266da3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a751c8e1ed266da3","status":"passed","time":{"start":1728901907713,"stop":1728901907714,"duration":1}},{"uid":"27e779fd55abca30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/27e779fd55abca30","status":"passed","time":{"start":1728893341890,"stop":1728893341890,"duration":0}},{"uid":"fabb64f4e62d12fc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fabb64f4e62d12fc","status":"passed","time":{"start":1728856299382,"stop":1728856299383,"duration":1}},{"uid":"4625339536483730","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4625339536483730","status":"passed","time":{"start":1728738511619,"stop":1728738511619,"duration":0}},{"uid":"517a3666618ae98d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/517a3666618ae98d","status":"passed","time":{"start":1728683052913,"stop":1728683052913,"duration":0}},{"uid":"2c1627206de1a9ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2c1627206de1a9ae","status":"passed","time":{"start":1728682612912,"stop":1728682612913,"duration":1}},{"uid":"3b8178109b93e919","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3b8178109b93e919","status":"passed","time":{"start":1728677115748,"stop":1728677115748,"duration":0}},{"uid":"9733888e0ad0f26a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9733888e0ad0f26a","status":"passed","time":{"start":1728669778176,"stop":1728669778177,"duration":1}},{"uid":"1320d6dab5a7a1f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1320d6dab5a7a1f3","status":"passed","time":{"start":1728598175434,"stop":1728598175435,"duration":1}},{"uid":"4cef2265ec202add","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4cef2265ec202add","status":"passed","time":{"start":1728597380064,"stop":1728597380064,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6eb6ded9d9cc33cf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6eb6ded9d9cc33cf","status":"passed","time":{"start":1729034631252,"stop":1729034631253,"duration":1}},{"uid":"832d83b14e31043d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/832d83b14e31043d","status":"passed","time":{"start":1729034400890,"stop":1729034400890,"duration":0}},{"uid":"2fc7a4cf609ac8c6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2fc7a4cf609ac8c6","status":"passed","time":{"start":1729034317452,"stop":1729034317453,"duration":1}},{"uid":"f390c29f1d06edf3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f390c29f1d06edf3","status":"passed","time":{"start":1729034137135,"stop":1729034137135,"duration":0}},{"uid":"4f60419b68258eb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f60419b68258eb","status":"passed","time":{"start":1729032206875,"stop":1729032206876,"duration":1}},{"uid":"15fcdfec2c674e06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/15fcdfec2c674e06","status":"passed","time":{"start":1728901995021,"stop":1728901995022,"duration":1}},{"uid":"971dc1aae79455","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/971dc1aae79455","status":"passed","time":{"start":1728893420995,"stop":1728893420995,"duration":0}},{"uid":"a7bcd01903a8d66d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a7bcd01903a8d66d","status":"passed","time":{"start":1728856368596,"stop":1728856368596,"duration":0}},{"uid":"f8ffc427d5031661","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f8ffc427d5031661","status":"passed","time":{"start":1728738604681,"stop":1728738604681,"duration":0}},{"uid":"ebc8b500ed2ac4ff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ebc8b500ed2ac4ff","status":"passed","time":{"start":1728683117627,"stop":1728683117628,"duration":1}},{"uid":"2438455d801d3547","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2438455d801d3547","status":"passed","time":{"start":1728682721318,"stop":1728682721318,"duration":0}},{"uid":"607302cb6efaebab","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/607302cb6efaebab","status":"passed","time":{"start":1728677184683,"stop":1728677184683,"duration":0}},{"uid":"ae51b1f0e20001e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ae51b1f0e20001e5","status":"passed","time":{"start":1728669866450,"stop":1728669866450,"duration":0}},{"uid":"9f4635187d83d6cf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9f4635187d83d6cf","status":"passed","time":{"start":1728598249976,"stop":1728598249976,"duration":0}},{"uid":"7a677e8bf755fcd8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7a677e8bf755fcd8","status":"passed","time":{"start":1728597472291,"stop":1728597472292,"duration":1}}]},"15d8ba1077da0bc90c660f3fc648f908:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6a2cfb169265fce","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f6a2cfb169265fce","status":"passed","time":{"start":1728682666065,"stop":1728682666065,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1a9f93dd3ceb3b70","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1a9f93dd3ceb3b70","status":"passed","time":{"start":1729034472988,"stop":1729034472989,"duration":1}},{"uid":"8a0f37db95075833","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a0f37db95075833","status":"passed","time":{"start":1729034240934,"stop":1729034240935,"duration":1}},{"uid":"acecdf7900a987e5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/acecdf7900a987e5","status":"passed","time":{"start":1729034159627,"stop":1729034159627,"duration":0}},{"uid":"9253fa941066d760","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9253fa941066d760","status":"passed","time":{"start":1729033976811,"stop":1729033976812,"duration":1}},{"uid":"1a95e7becc46f9d3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a95e7becc46f9d3","status":"passed","time":{"start":1729032020532,"stop":1729032020533,"duration":1}},{"uid":"4c4e81e56c5b416c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4c4e81e56c5b416c","status":"passed","time":{"start":1728901616476,"stop":1728901616499,"duration":23}},{"uid":"f89e3e48029ec117","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f89e3e48029ec117","status":"passed","time":{"start":1728893050252,"stop":1728893050253,"duration":1}},{"uid":"2f68388fa3041df","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f68388fa3041df","status":"passed","time":{"start":1728856015182,"stop":1728856015182,"duration":0}},{"uid":"790f1bab47085300","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/790f1bab47085300","status":"passed","time":{"start":1728738233174,"stop":1728738233175,"duration":1}},{"uid":"fcd48df1d6845b2c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fcd48df1d6845b2c","status":"passed","time":{"start":1728682762480,"stop":1728682762481,"duration":1}},{"uid":"bd2193acf6a4cc8d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd2193acf6a4cc8d","status":"passed","time":{"start":1728682332796,"stop":1728682332796,"duration":0}},{"uid":"9a93b24b69d08f8a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a93b24b69d08f8a","status":"passed","time":{"start":1728676810305,"stop":1728676810305,"duration":0}},{"uid":"a7e55694363bc223","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a7e55694363bc223","status":"passed","time":{"start":1728669529907,"stop":1728669529908,"duration":1}},{"uid":"663439d7ac1ae432","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/663439d7ac1ae432","status":"passed","time":{"start":1728597873544,"stop":1728597873545,"duration":1}},{"uid":"b00d75f02169c903","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b00d75f02169c903","status":"passed","time":{"start":1728597089285,"stop":1728597089285,"duration":0}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"280e584c6fe3b6f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/280e584c6fe3b6f9","status":"passed","time":{"start":1729034645142,"stop":1729034645144,"duration":2}},{"uid":"2d0c462ee587ae3c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2d0c462ee587ae3c","status":"passed","time":{"start":1729034413325,"stop":1729034413326,"duration":1}},{"uid":"f623069dffefbf01","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f623069dffefbf01","status":"passed","time":{"start":1729034330403,"stop":1729034330403,"duration":0}},{"uid":"10023f765e7cb9c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10023f765e7cb9c2","status":"passed","time":{"start":1729034147999,"stop":1729034148000,"duration":1}},{"uid":"5fd62a3e772aecd8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fd62a3e772aecd8","status":"passed","time":{"start":1729032202828,"stop":1729032202828,"duration":0}},{"uid":"be160853945d5730","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/be160853945d5730","status":"passed","time":{"start":1728901873321,"stop":1728901873321,"duration":0}},{"uid":"da2fc3d4cc06b238","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da2fc3d4cc06b238","status":"passed","time":{"start":1728893311008,"stop":1728893311008,"duration":0}},{"uid":"eb087aaa81d2cdcd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/eb087aaa81d2cdcd","status":"passed","time":{"start":1728856279297,"stop":1728856279297,"duration":0}},{"uid":"b2a4d7ffb1abdff0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b2a4d7ffb1abdff0","status":"passed","time":{"start":1728738483461,"stop":1728738483461,"duration":0}},{"uid":"b6d439fda985ef0b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6d439fda985ef0b","status":"passed","time":{"start":1728683033354,"stop":1728683033354,"duration":0}},{"uid":"d8d74a065c47e240","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d8d74a065c47e240","status":"passed","time":{"start":1728682591253,"stop":1728682591254,"duration":1}},{"uid":"f80a4d45c1b41893","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f80a4d45c1b41893","status":"passed","time":{"start":1728677083878,"stop":1728677083879,"duration":1}},{"uid":"eb5c1a5ab8efad5c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eb5c1a5ab8efad5c","status":"passed","time":{"start":1728669753996,"stop":1728669753996,"duration":0}},{"uid":"8a531fce87503f5d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a531fce87503f5d","status":"passed","time":{"start":1728598145544,"stop":1728598145544,"duration":0}},{"uid":"673e11033d5f305","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/673e11033d5f305","status":"passed","time":{"start":1728597350444,"stop":1728597350445,"duration":1}}]},"201f0474f3e120b5da851233e394f19d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1476c2ef646ecaa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1476c2ef646ecaa","status":"passed","time":{"start":1728738555099,"stop":1728738555099,"duration":0}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"9102f1ce2e9ae9d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9102f1ce2e9ae9d","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034506804,"stop":1729034506804,"duration":0}},{"uid":"47c1f408ad7b60e8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47c1f408ad7b60e8","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034259834,"stop":1729034259834,"duration":0}},{"uid":"a71e9681543cbfe","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a71e9681543cbfe","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034194035,"stop":1729034194036,"duration":1}},{"uid":"74092a168d3eacba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/74092a168d3eacba","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034014882,"stop":1729034014882,"duration":0}},{"uid":"4fe82195afcd5b0d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4fe82195afcd5b0d","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032065461,"stop":1729032065461,"duration":0}},{"uid":"fc84b25a28782b7e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fc84b25a28782b7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901664285,"stop":1728901664285,"duration":0}},{"uid":"3c507747f1cc81d7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c507747f1cc81d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893093695,"stop":1728893093695,"duration":0}},{"uid":"174da56aab75fec8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/174da56aab75fec8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856055277,"stop":1728856055277,"duration":0}},{"uid":"6b453cc193c77a66","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6b453cc193c77a66","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738274748,"stop":1728738274748,"duration":0}},{"uid":"985b4dab92f8f30b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/985b4dab92f8f30b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682807963,"stop":1728682807963,"duration":0}},{"uid":"18c918eedb627059","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18c918eedb627059","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682381304,"stop":1728682381304,"duration":0}},{"uid":"31969ceeb6f08af2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/31969ceeb6f08af2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676853904,"stop":1728676853904,"duration":0}},{"uid":"ed0d10460fce14e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed0d10460fce14e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669581702,"stop":1728669581702,"duration":0}},{"uid":"24ccf18e56e54e48","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/24ccf18e56e54e48","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597923495,"stop":1728597923495,"duration":0}},{"uid":"d16898ce1bbe2983","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d16898ce1bbe2983","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597132268,"stop":1728597132272,"duration":4}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ed7a50b7047cbb03","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ed7a50b7047cbb03","status":"passed","time":{"start":1729034704491,"stop":1729034704491,"duration":0}},{"uid":"78b0e3d3d69be4bb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/78b0e3d3d69be4bb","status":"passed","time":{"start":1729034474982,"stop":1729034474983,"duration":1}},{"uid":"e0e5f376357d73e2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e0e5f376357d73e2","status":"passed","time":{"start":1729034395287,"stop":1729034395287,"duration":0}},{"uid":"3b8885ad2522f4d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b8885ad2522f4d9","status":"passed","time":{"start":1729034209092,"stop":1729034209092,"duration":0}},{"uid":"2e7ca713f6295b95","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e7ca713f6295b95","status":"passed","time":{"start":1729032264562,"stop":1729032264563,"duration":1}},{"uid":"141ec2925551bc80","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/141ec2925551bc80","status":"passed","time":{"start":1728902012838,"stop":1728902012839,"duration":1}},{"uid":"2a15799eb41dee1d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2a15799eb41dee1d","status":"passed","time":{"start":1728893454808,"stop":1728893454808,"duration":0}},{"uid":"239590326d72cf2a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/239590326d72cf2a","status":"passed","time":{"start":1728856408449,"stop":1728856408449,"duration":0}},{"uid":"8d226c38b8c1861d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d226c38b8c1861d","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"be21dff1f2ed378b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be21dff1f2ed378b","status":"passed","time":{"start":1728683159747,"stop":1728683159747,"duration":0}},{"uid":"5a259370d19d0f40","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5a259370d19d0f40","status":"passed","time":{"start":1728682751325,"stop":1728682751325,"duration":0}},{"uid":"ba02bfb3f8a5b5bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba02bfb3f8a5b5bc","status":"passed","time":{"start":1728677216352,"stop":1728677216352,"duration":0}},{"uid":"c22e0f26510381f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c22e0f26510381f9","status":"passed","time":{"start":1728669925450,"stop":1728669925450,"duration":0}},{"uid":"a70abb9a55d25ef9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a70abb9a55d25ef9","status":"passed","time":{"start":1728598268798,"stop":1728598268798,"duration":0}},{"uid":"170ef476c1ea02a8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/170ef476c1ea02a8","status":"passed","time":{"start":1728597503909,"stop":1728597503910,"duration":1}}]},"a5b8096255da7621f4876c8487531596:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bb286c47d38d0869","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bb286c47d38d0869","status":"passed","time":{"start":1729034348295,"stop":1729034348296,"duration":1}},{"uid":"1e088053f0dea77","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1e088053f0dea77","status":"passed","time":{"start":1729034111875,"stop":1729034111875,"duration":0}},{"uid":"71b549fb32156219","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71b549fb32156219","status":"passed","time":{"start":1729034034978,"stop":1729034034978,"duration":0}},{"uid":"97cb50e3f1149339","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97cb50e3f1149339","status":"passed","time":{"start":1729033849392,"stop":1729033849392,"duration":0}},{"uid":"38352419202956c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/38352419202956c0","status":"passed","time":{"start":1729031899546,"stop":1729031899547,"duration":1}},{"uid":"51a0dcd3d7f80cd3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/51a0dcd3d7f80cd3","status":"passed","time":{"start":1728901444841,"stop":1728901444841,"duration":0}},{"uid":"849aa75b1dee4014","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/849aa75b1dee4014","status":"passed","time":{"start":1728892875614,"stop":1728892875614,"duration":0}},{"uid":"5318d987a1043c09","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5318d987a1043c09","status":"passed","time":{"start":1728855838488,"stop":1728855838488,"duration":0}},{"uid":"3bb675cb3c7048ac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3bb675cb3c7048ac","status":"passed","time":{"start":1728738055451,"stop":1728738055451,"duration":0}},{"uid":"5662e98e17358c74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5662e98e17358c74","status":"passed","time":{"start":1728682589262,"stop":1728682589263,"duration":1}},{"uid":"cd2b58b07bcd5ca7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd2b58b07bcd5ca7","status":"passed","time":{"start":1728682162180,"stop":1728682162181,"duration":1}},{"uid":"a46776833e315b3e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a46776833e315b3e","status":"passed","time":{"start":1728676636508,"stop":1728676636508,"duration":0}},{"uid":"cc9c73e6e1fbab88","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc9c73e6e1fbab88","status":"passed","time":{"start":1728669359846,"stop":1728669359846,"duration":0}},{"uid":"72322e1c2f43ab04","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/72322e1c2f43ab04","status":"passed","time":{"start":1728597699701,"stop":1728597699701,"duration":0}},{"uid":"e08edc314ca6de1a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e08edc314ca6de1a","status":"passed","time":{"start":1728596919892,"stop":1728596919893,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bacc0f542357dfaf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bacc0f542357dfaf","status":"passed","time":{"start":1729034341412,"stop":1729034341412,"duration":0}},{"uid":"c447b2b87e34e31b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c447b2b87e34e31b","status":"passed","time":{"start":1729034104921,"stop":1729034104921,"duration":0}},{"uid":"989b14397c1d2758","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/989b14397c1d2758","status":"passed","time":{"start":1729034028520,"stop":1729034028520,"duration":0}},{"uid":"871e10650c27cbe9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/871e10650c27cbe9","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0}},{"uid":"4e041534b49b7521","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4e041534b49b7521","status":"passed","time":{"start":1729031892685,"stop":1729031892685,"duration":0}},{"uid":"a6e73bdf2b4ce73c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a6e73bdf2b4ce73c","status":"passed","time":{"start":1728901438816,"stop":1728901438817,"duration":1}},{"uid":"7752611567ab8427","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7752611567ab8427","status":"passed","time":{"start":1728892869010,"stop":1728892869010,"duration":0}},{"uid":"bc0827d2778827a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bc0827d2778827a2","status":"passed","time":{"start":1728855831901,"stop":1728855831901,"duration":0}},{"uid":"713a375d6db20fe5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/713a375d6db20fe5","status":"passed","time":{"start":1728738049049,"stop":1728738049049,"duration":0}},{"uid":"d9f8f14855c4ebc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d9f8f14855c4ebc","status":"passed","time":{"start":1728682582628,"stop":1728682582628,"duration":0}},{"uid":"c4f343cb06733b48","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c4f343cb06733b48","status":"passed","time":{"start":1728682155416,"stop":1728682155416,"duration":0}},{"uid":"e363e29a3ae963a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e363e29a3ae963a8","status":"passed","time":{"start":1728676629983,"stop":1728676629983,"duration":0}},{"uid":"b430e6c4ab6de2dd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b430e6c4ab6de2dd","status":"passed","time":{"start":1728669353110,"stop":1728669353110,"duration":0}},{"uid":"6c56e17e326af551","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6c56e17e326af551","status":"passed","time":{"start":1728597693856,"stop":1728597693856,"duration":0}},{"uid":"af2bc42e30331c94","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/af2bc42e30331c94","status":"passed","time":{"start":1728596913100,"stop":1728596913100,"duration":0}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b1eb09825a3eeeed","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b1eb09825a3eeeed","status":"passed","time":{"start":1729034332495,"stop":1729034332497,"duration":2}},{"uid":"f5e6acbbfc98ca96","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f5e6acbbfc98ca96","status":"passed","time":{"start":1729034095624,"stop":1729034095624,"duration":0}},{"uid":"ed1416725a467f9c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed1416725a467f9c","status":"passed","time":{"start":1729034019886,"stop":1729034019887,"duration":1}},{"uid":"c5e8402f892b37b0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5e8402f892b37b0","status":"passed","time":{"start":1729033834024,"stop":1729033834025,"duration":1}},{"uid":"dc3e2417b3e5828","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dc3e2417b3e5828","status":"passed","time":{"start":1729031883605,"stop":1729031883606,"duration":1}},{"uid":"c74b341f369f71c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c74b341f369f71c0","status":"passed","time":{"start":1728901429892,"stop":1728901429895,"duration":3}},{"uid":"ada16d928261f7a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ada16d928261f7a","status":"passed","time":{"start":1728892860034,"stop":1728892860035,"duration":1}},{"uid":"aeef2ecca3e6a23a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aeef2ecca3e6a23a","status":"passed","time":{"start":1728855822966,"stop":1728855822966,"duration":0}},{"uid":"8a8cef93acec9dc7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8a8cef93acec9dc7","status":"passed","time":{"start":1728738040126,"stop":1728738040127,"duration":1}},{"uid":"48c45bf9ef539e74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/48c45bf9ef539e74","status":"passed","time":{"start":1728682573418,"stop":1728682573418,"duration":0}},{"uid":"b3224c56225667d2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3224c56225667d2","status":"passed","time":{"start":1728682146525,"stop":1728682146526,"duration":1}},{"uid":"d3b6e56e842f7b24","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d3b6e56e842f7b24","status":"passed","time":{"start":1728676621028,"stop":1728676621028,"duration":0}},{"uid":"97b28aeb53444fd6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97b28aeb53444fd6","status":"passed","time":{"start":1728669344029,"stop":1728669344029,"duration":0}},{"uid":"194c11ff32909a67","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/194c11ff32909a67","status":"passed","time":{"start":1728597684702,"stop":1728597684703,"duration":1}},{"uid":"5e9b329ed8635a62","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5e9b329ed8635a62","status":"passed","time":{"start":1728596904041,"stop":1728596904042,"duration":1}}]},"27dba3eb95defa8a93e64dda3d365c4b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"199b432d2aefabe6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/199b432d2aefabe6","status":"passed","time":{"start":1728856333677,"stop":1728856333678,"duration":1}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f20c0e293677ac3e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f20c0e293677ac3e","status":"passed","time":{"start":1729034668610,"stop":1729034668611,"duration":1}},{"uid":"22efaac0b52e1904","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22efaac0b52e1904","status":"passed","time":{"start":1729034443521,"stop":1729034443521,"duration":0}},{"uid":"1b5cf3c6e321dcf2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1b5cf3c6e321dcf2","status":"passed","time":{"start":1729034357708,"stop":1729034357709,"duration":1}},{"uid":"468e42b4b598603c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/468e42b4b598603c","status":"passed","time":{"start":1729034177536,"stop":1729034177536,"duration":0}},{"uid":"3fa9ae9de0f02282","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3fa9ae9de0f02282","status":"passed","time":{"start":1729032235311,"stop":1729032235314,"duration":3}},{"uid":"ede78615d23abb15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ede78615d23abb15","status":"passed","time":{"start":1728901958866,"stop":1728901958866,"duration":0}},{"uid":"b5b3097c88a88b51","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5b3097c88a88b51","status":"passed","time":{"start":1728893395083,"stop":1728893395083,"duration":0}},{"uid":"c862dcdbd1582bec","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c862dcdbd1582bec","status":"passed","time":{"start":1728856355697,"stop":1728856355698,"duration":1}},{"uid":"53a1cd6a54b67719","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/53a1cd6a54b67719","status":"passed","time":{"start":1728738567473,"stop":1728738567473,"duration":0}},{"uid":"9dad1a802ae842cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9dad1a802ae842cd","status":"passed","time":{"start":1728683110372,"stop":1728683110372,"duration":0}},{"uid":"92b1bd7ca676afcb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/92b1bd7ca676afcb","status":"passed","time":{"start":1728682666069,"stop":1728682666070,"duration":1}},{"uid":"31df2acbdaf30a91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/31df2acbdaf30a91","status":"passed","time":{"start":1728677163584,"stop":1728677163584,"duration":0}},{"uid":"bbba94905898bfe6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bbba94905898bfe6","status":"passed","time":{"start":1728669841256,"stop":1728669841256,"duration":0}},{"uid":"53684529f3b07bf6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/53684529f3b07bf6","status":"passed","time":{"start":1728598221900,"stop":1728598221900,"duration":0}},{"uid":"8a9c3573d03c2861","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8a9c3573d03c2861","status":"passed","time":{"start":1728597434083,"stop":1728597434083,"duration":0}}]},"fd1549665668131916dade987eb029cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48df0712f606b77d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/48df0712f606b77d","status":"passed","time":{"start":1728597132263,"stop":1728597132263,"duration":0}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"b7747b2a664889e3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b7747b2a664889e3","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034408877,"stop":1729034408877,"duration":0}},{"uid":"4ffe7eb11ca7fe53","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ffe7eb11ca7fe53","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034166266,"stop":1729034166266,"duration":0}},{"uid":"eef716b1e40e83ba","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/eef716b1e40e83ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034096724,"stop":1729034096724,"duration":0}},{"uid":"41076025a7ed68f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41076025a7ed68f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033904751,"stop":1729033904751,"duration":0}},{"uid":"f06a5dfea2132f1b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f06a5dfea2132f1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031952299,"stop":1729031952299,"duration":0}},{"uid":"cdf0961f37e36022","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cdf0961f37e36022","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901498549,"stop":1728901498550,"duration":1}},{"uid":"92e51bbbc3e8537a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/92e51bbbc3e8537a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892934942,"stop":1728892934942,"duration":0}},{"uid":"62470e483f1d5fe4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62470e483f1d5fe4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855901092,"stop":1728855901092,"duration":0}},{"uid":"72c055c2a8691a35","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/72c055c2a8691a35","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738109824,"stop":1728738109824,"duration":0}},{"uid":"8775b45f77153372","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8775b45f77153372","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682641799,"stop":1728682641799,"duration":0}},{"uid":"255bff729328b2f3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/255bff729328b2f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682224061,"stop":1728682224061,"duration":0}},{"uid":"e738908777ae35d3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e738908777ae35d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676692605,"stop":1728676692605,"duration":0}},{"uid":"887318633584d628","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/887318633584d628","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669414332,"stop":1728669414332,"duration":0}},{"uid":"dc33a94e35bbbcbf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc33a94e35bbbcbf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597758159,"stop":1728597758159,"duration":0}},{"uid":"e88ec15752568ca4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e88ec15752568ca4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596973965,"stop":1728596973965,"duration":0}}]},"10071815a925d433978c96d64be34203:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60d67699b3a40af2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/60d67699b3a40af2","status":"passed","time":{"start":1728856333679,"stop":1728856333679,"duration":0}}]},"60321a3e1670d81c6076411aea0ee0ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9b2249ef39c5b0c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9b2249ef39c5b0c","status":"passed","time":{"start":1729034177524,"stop":1729034177525,"duration":1}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cfa69bc45f1c4cc4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cfa69bc45f1c4cc4","status":"passed","time":{"start":1729034611685,"stop":1729034611685,"duration":0}},{"uid":"4c5f2aa82fcd6f31","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4c5f2aa82fcd6f31","status":"passed","time":{"start":1729034393672,"stop":1729034393672,"duration":0}},{"uid":"6b117c7670409f6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b117c7670409f6b","status":"passed","time":{"start":1729034304863,"stop":1729034304863,"duration":0}},{"uid":"8a8f8b4fab1de8d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a8f8b4fab1de8d8","status":"passed","time":{"start":1729034121954,"stop":1729034121954,"duration":0}},{"uid":"41a7704c6ecf9562","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/41a7704c6ecf9562","status":"passed","time":{"start":1729032174931,"stop":1729032174931,"duration":0}},{"uid":"36925d29cdcd4fc5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/36925d29cdcd4fc5","status":"passed","time":{"start":1728901881035,"stop":1728901881035,"duration":0}},{"uid":"5284b381a24309b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5284b381a24309b6","status":"passed","time":{"start":1728893317184,"stop":1728893317184,"duration":0}},{"uid":"36e689351862ad0d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/36e689351862ad0d","status":"passed","time":{"start":1728856263128,"stop":1728856263128,"duration":0}},{"uid":"2d0c1b7d4add8f2b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2d0c1b7d4add8f2b","status":"passed","time":{"start":1728738492813,"stop":1728738492814,"duration":1}},{"uid":"647ad87e74af48dc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/647ad87e74af48dc","status":"passed","time":{"start":1728683030032,"stop":1728683030032,"duration":0}},{"uid":"bd5bed76ad2d19e0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd5bed76ad2d19e0","status":"passed","time":{"start":1728682581132,"stop":1728682581132,"duration":0}},{"uid":"85f6d9f12083a9e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85f6d9f12083a9e2","status":"passed","time":{"start":1728677082016,"stop":1728677082017,"duration":1}},{"uid":"a4655f52401a5ebe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4655f52401a5ebe","status":"passed","time":{"start":1728669795410,"stop":1728669795410,"duration":0}},{"uid":"72b87bc0457d6241","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/72b87bc0457d6241","status":"passed","time":{"start":1728598137511,"stop":1728598137511,"duration":0}},{"uid":"f0c96ddbc9559768","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c96ddbc9559768","status":"passed","time":{"start":1728597353490,"stop":1728597353490,"duration":0}}]},"43d0e0309dc9bbee3b7da2336564f92c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b34d3c2fc96216fe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b34d3c2fc96216fe","status":"passed","time":{"start":1729034373011,"stop":1729034373011,"duration":0}},{"uid":"7011e55319be4bb9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7011e55319be4bb9","status":"passed","time":{"start":1729034137115,"stop":1729034137116,"duration":1}},{"uid":"157cdee728ad9c1a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/157cdee728ad9c1a","status":"passed","time":{"start":1729034060046,"stop":1729034060046,"duration":0}},{"uid":"53370bae1611bd7d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/53370bae1611bd7d","status":"passed","time":{"start":1729033875028,"stop":1729033875029,"duration":1}},{"uid":"5e69761f82250407","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e69761f82250407","status":"passed","time":{"start":1729031924909,"stop":1729031924909,"duration":0}},{"uid":"8915f4489304adf4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8915f4489304adf4","status":"passed","time":{"start":1728901469136,"stop":1728901469136,"duration":0}},{"uid":"88cad97e441f7a61","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/88cad97e441f7a61","status":"passed","time":{"start":1728892899801,"stop":1728892899801,"duration":0}},{"uid":"95144c052faf26b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/95144c052faf26b9","status":"passed","time":{"start":1728855863297,"stop":1728855863297,"duration":0}},{"uid":"ba08f07cee9c9629","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ba08f07cee9c9629","status":"passed","time":{"start":1728738080957,"stop":1728738080958,"duration":1}},{"uid":"d8f5b8ee18c4bfde","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d8f5b8ee18c4bfde","status":"passed","time":{"start":1728682614317,"stop":1728682614317,"duration":0}},{"uid":"f9c8ed98e6b5c8ee","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f9c8ed98e6b5c8ee","status":"passed","time":{"start":1728682187221,"stop":1728682187222,"duration":1}},{"uid":"f95dd05821c4c0ac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f95dd05821c4c0ac","status":"passed","time":{"start":1728676661422,"stop":1728676661423,"duration":1}},{"uid":"36bcaef441dc5e3b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/36bcaef441dc5e3b","status":"passed","time":{"start":1728669384754,"stop":1728669384754,"duration":0}},{"uid":"7c1e3409ee51c5ed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c1e3409ee51c5ed","status":"passed","time":{"start":1728597724212,"stop":1728597724212,"duration":0}},{"uid":"273096620be7b65e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/273096620be7b65e","status":"passed","time":{"start":1728596943265,"stop":1728596943265,"duration":0}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5b66158e2538b4fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5b66158e2538b4fa","status":"passed","time":{"start":1729034435409,"stop":1729034435410,"duration":1}},{"uid":"39cd021184517f90","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/39cd021184517f90","status":"passed","time":{"start":1729034202095,"stop":1729034202095,"duration":0}},{"uid":"82d92b0716d17983","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/82d92b0716d17983","status":"passed","time":{"start":1729034126097,"stop":1729034126097,"duration":0}},{"uid":"9aa6b7655117184d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9aa6b7655117184d","status":"passed","time":{"start":1729033939920,"stop":1729033939920,"duration":0}},{"uid":"5dd02bb6fdf8a434","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5dd02bb6fdf8a434","status":"passed","time":{"start":1729031988771,"stop":1729031988772,"duration":1}},{"uid":"99bcfe70f0cc4011","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/99bcfe70f0cc4011","status":"passed","time":{"start":1728901555751,"stop":1728901555752,"duration":1}},{"uid":"7a07af08824ed443","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7a07af08824ed443","status":"passed","time":{"start":1728892995570,"stop":1728892995570,"duration":0}},{"uid":"f442984337989658","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f442984337989658","status":"passed","time":{"start":1728855954640,"stop":1728855954641,"duration":1}},{"uid":"efc05817028c603e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/efc05817028c603e","status":"passed","time":{"start":1728738169494,"stop":1728738169503,"duration":9}},{"uid":"8f9b40e5da85395b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8f9b40e5da85395b","status":"passed","time":{"start":1728682707225,"stop":1728682707226,"duration":1}},{"uid":"a279200b15d6abb2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a279200b15d6abb2","status":"passed","time":{"start":1728682285115,"stop":1728682285115,"duration":0}},{"uid":"5b7dd5c612d310a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5b7dd5c612d310a8","status":"passed","time":{"start":1728676761147,"stop":1728676761147,"duration":0}},{"uid":"2697f1de77105b52","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2697f1de77105b52","status":"passed","time":{"start":1728669488931,"stop":1728669488934,"duration":3}},{"uid":"227aeb130dccbdbb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/227aeb130dccbdbb","status":"passed","time":{"start":1728597819559,"stop":1728597819559,"duration":0}},{"uid":"a968731cb16ec271","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a968731cb16ec271","status":"passed","time":{"start":1728597041916,"stop":1728597041916,"duration":0}}]},"ecd7ebd9fcded150c437864c9975262d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8f0bec8190ec7eb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f8f0bec8190ec7eb","status":"passed","time":{"start":1728893395074,"stop":1728893395075,"duration":1}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a47a22cb1bafa50e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a47a22cb1bafa50e","status":"passed","time":{"start":1729034611649,"stop":1729034611650,"duration":1}},{"uid":"a5f7dc6951b6b412","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a5f7dc6951b6b412","status":"passed","time":{"start":1729034393625,"stop":1729034393625,"duration":0}},{"uid":"270c843cb2f3675d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/270c843cb2f3675d","status":"passed","time":{"start":1729034304793,"stop":1729034304797,"duration":4}},{"uid":"90d65debab2f9c9a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/90d65debab2f9c9a","status":"passed","time":{"start":1729034121876,"stop":1729034121876,"duration":0}},{"uid":"962a781c0418319c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/962a781c0418319c","status":"passed","time":{"start":1729032174795,"stop":1729032174795,"duration":0}},{"uid":"1bd9305018673a7e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1bd9305018673a7e","status":"passed","time":{"start":1728901881001,"stop":1728901881002,"duration":1}},{"uid":"aac596b2439f0589","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aac596b2439f0589","status":"passed","time":{"start":1728893317129,"stop":1728893317130,"duration":1}},{"uid":"167721987c54e9e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/167721987c54e9e2","status":"passed","time":{"start":1728856263063,"stop":1728856263063,"duration":0}},{"uid":"ab0489f9ed6e0ea3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ab0489f9ed6e0ea3","status":"passed","time":{"start":1728738492781,"stop":1728738492782,"duration":1}},{"uid":"f7532361eaa3aa92","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f7532361eaa3aa92","status":"passed","time":{"start":1728683030006,"stop":1728683030006,"duration":0}},{"uid":"985c4193ee65b8b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/985c4193ee65b8b4","status":"passed","time":{"start":1728682581061,"stop":1728682581062,"duration":1}},{"uid":"ed206f77364baa92","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ed206f77364baa92","status":"passed","time":{"start":1728677081981,"stop":1728677081982,"duration":1}},{"uid":"8efd18c0e48462b7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8efd18c0e48462b7","status":"passed","time":{"start":1728669795382,"stop":1728669795382,"duration":0}},{"uid":"9ba8bb9a57afef16","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9ba8bb9a57afef16","status":"passed","time":{"start":1728598137490,"stop":1728598137490,"duration":0}},{"uid":"7e2d4287bfa06381","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7e2d4287bfa06381","status":"passed","time":{"start":1728597353470,"stop":1728597353470,"duration":0}}]},"54a63dfbad157ef89df258eafc5a2182:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96e68e0e8d4a1129","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/96e68e0e8d4a1129","status":"passed","time":{"start":1728856355692,"stop":1728856355692,"duration":0}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cf56ab61eb0e1d8f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cf56ab61eb0e1d8f","status":"passed","time":{"start":1729034631247,"stop":1729034631248,"duration":1}},{"uid":"39679a6a1ef0236f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/39679a6a1ef0236f","status":"passed","time":{"start":1729034400884,"stop":1729034400884,"duration":0}},{"uid":"5dbd253ae81eda5b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5dbd253ae81eda5b","status":"passed","time":{"start":1729034317439,"stop":1729034317440,"duration":1}},{"uid":"893244347d095e11","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/893244347d095e11","status":"passed","time":{"start":1729034137123,"stop":1729034137124,"duration":1}},{"uid":"6f28652886de9e63","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6f28652886de9e63","status":"passed","time":{"start":1729032206868,"stop":1729032206870,"duration":2}},{"uid":"421794565231da0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/421794565231da0e","status":"passed","time":{"start":1728901995010,"stop":1728901995010,"duration":0}},{"uid":"28f839c313ada7ba","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/28f839c313ada7ba","status":"passed","time":{"start":1728893420989,"stop":1728893420989,"duration":0}},{"uid":"a3e0d0c625c8faf6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a3e0d0c625c8faf6","status":"passed","time":{"start":1728856368591,"stop":1728856368591,"duration":0}},{"uid":"59b8d83b7af9c176","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/59b8d83b7af9c176","status":"passed","time":{"start":1728738604676,"stop":1728738604676,"duration":0}},{"uid":"a61346d5d42aa4cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a61346d5d42aa4cd","status":"passed","time":{"start":1728683117605,"stop":1728683117605,"duration":0}},{"uid":"9b3d782a018c6bde","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b3d782a018c6bde","status":"passed","time":{"start":1728682721313,"stop":1728682721313,"duration":0}},{"uid":"7bbee4453c26a44e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7bbee4453c26a44e","status":"passed","time":{"start":1728677184675,"stop":1728677184676,"duration":1}},{"uid":"48d93b261aaba9cb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/48d93b261aaba9cb","status":"passed","time":{"start":1728669866444,"stop":1728669866444,"duration":0}},{"uid":"d6dbd38d37bcac5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d6dbd38d37bcac5e","status":"passed","time":{"start":1728598249971,"stop":1728598249971,"duration":0}},{"uid":"7a2a65bf1b223ef2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7a2a65bf1b223ef2","status":"passed","time":{"start":1728597472283,"stop":1728597472284,"duration":1}}]},"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6545dc1a75f4f4ec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6545dc1a75f4f4ec","status":"passed","time":{"start":1729034332631,"stop":1729034332631,"duration":0}},{"uid":"9c5e01d9ddf58424","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9c5e01d9ddf58424","status":"passed","time":{"start":1729034096133,"stop":1729034096133,"duration":0}},{"uid":"5faa4b4a55178600","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5faa4b4a55178600","status":"passed","time":{"start":1729034020091,"stop":1729034020091,"duration":0}},{"uid":"a5a9240e28384e7a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5a9240e28384e7a","status":"passed","time":{"start":1729033834385,"stop":1729033834386,"duration":1}},{"uid":"6cc827ac1ff2938f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6cc827ac1ff2938f","status":"passed","time":{"start":1729031884118,"stop":1729031884119,"duration":1}},{"uid":"84c82915614cf059","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84c82915614cf059","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"afd2a8d5fc28f7fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/afd2a8d5fc28f7fb","status":"passed","time":{"start":1728892860532,"stop":1728892860532,"duration":0}},{"uid":"ca0660c11b8db229","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca0660c11b8db229","status":"passed","time":{"start":1728855823322,"stop":1728855823322,"duration":0}},{"uid":"ec45210bac8fa302","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec45210bac8fa302","status":"passed","time":{"start":1728738040602,"stop":1728738040602,"duration":0}},{"uid":"4bd0586f83d70929","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bd0586f83d70929","status":"passed","time":{"start":1728682574092,"stop":1728682574093,"duration":1}},{"uid":"e50a835f3311dfd3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e50a835f3311dfd3","status":"passed","time":{"start":1728682146817,"stop":1728682146817,"duration":0}},{"uid":"b720f0316c59d122","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b720f0316c59d122","status":"passed","time":{"start":1728676621431,"stop":1728676621431,"duration":0}},{"uid":"28948d1afd553a52","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/28948d1afd553a52","status":"passed","time":{"start":1728669344467,"stop":1728669344467,"duration":0}},{"uid":"367c0269a5272f68","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/367c0269a5272f68","status":"passed","time":{"start":1728597685161,"stop":1728597685161,"duration":0}},{"uid":"b3447536b27b02ae","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b3447536b27b02ae","status":"passed","time":{"start":1728596904467,"stop":1728596904468,"duration":1}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c63179cf3eb1ed6f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c63179cf3eb1ed6f","status":"passed","time":{"start":1729034617760,"stop":1729034617760,"duration":0}},{"uid":"e4b335aeede59e7e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e4b335aeede59e7e","status":"passed","time":{"start":1729034370870,"stop":1729034370871,"duration":1}},{"uid":"fbf793dfc5a09c6d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fbf793dfc5a09c6d","status":"passed","time":{"start":1729034308871,"stop":1729034308872,"duration":1}},{"uid":"eb5e8530b58d36b2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eb5e8530b58d36b2","status":"passed","time":{"start":1729034129474,"stop":1729034129475,"duration":1}},{"uid":"44a3134be4ca655a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/44a3134be4ca655a","status":"passed","time":{"start":1729032178368,"stop":1729032178368,"duration":0}},{"uid":"157f69c6081798f6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/157f69c6081798f6","status":"passed","time":{"start":1728901896347,"stop":1728901896348,"duration":1}},{"uid":"b454061dcfad92d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b454061dcfad92d8","status":"passed","time":{"start":1728893329025,"stop":1728893329026,"duration":1}},{"uid":"571cf8ea9f00a40c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/571cf8ea9f00a40c","status":"passed","time":{"start":1728856284764,"stop":1728856284764,"duration":0}},{"uid":"69acd932fc48f1ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/69acd932fc48f1ee","status":"passed","time":{"start":1728738494941,"stop":1728738494941,"duration":0}},{"uid":"c2c293b0a1d2c0ee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c2c293b0a1d2c0ee","status":"passed","time":{"start":1728683033632,"stop":1728683033632,"duration":0}},{"uid":"856fa9030e708e0a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/856fa9030e708e0a","status":"passed","time":{"start":1728682601737,"stop":1728682601737,"duration":0}},{"uid":"fc9e7996b093d82c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fc9e7996b093d82c","status":"passed","time":{"start":1728677107962,"stop":1728677107962,"duration":0}},{"uid":"c9e2ca0e0b6c5f5a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9e2ca0e0b6c5f5a","status":"passed","time":{"start":1728669764751,"stop":1728669764752,"duration":1}},{"uid":"7509afb51947521b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7509afb51947521b","status":"passed","time":{"start":1728598157563,"stop":1728598157563,"duration":0}},{"uid":"70faa0c446c1769b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70faa0c446c1769b","status":"passed","time":{"start":1728597369073,"stop":1728597369073,"duration":0}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"da8dbdb2e853d503","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/da8dbdb2e853d503","status":"passed","time":{"start":1729034611679,"stop":1729034611679,"duration":0}},{"uid":"b147a0d62e94f9f9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b147a0d62e94f9f9","status":"passed","time":{"start":1729034393654,"stop":1729034393655,"duration":1}},{"uid":"26b371d2e1c0a422","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/26b371d2e1c0a422","status":"passed","time":{"start":1729034304852,"stop":1729034304852,"duration":0}},{"uid":"5b4321638e34b0a7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5b4321638e34b0a7","status":"passed","time":{"start":1729034121938,"stop":1729034121939,"duration":1}},{"uid":"99c45965f82f6aea","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/99c45965f82f6aea","status":"passed","time":{"start":1729032174902,"stop":1729032174902,"duration":0}},{"uid":"8e116f772c0f3064","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e116f772c0f3064","status":"passed","time":{"start":1728901881019,"stop":1728901881020,"duration":1}},{"uid":"5c9b6fa8af61a1ed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c9b6fa8af61a1ed","status":"passed","time":{"start":1728893317176,"stop":1728893317177,"duration":1}},{"uid":"ee79596de1d784","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ee79596de1d784","status":"passed","time":{"start":1728856263107,"stop":1728856263108,"duration":1}},{"uid":"6d7eed9b613711f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d7eed9b613711f5","status":"passed","time":{"start":1728738492802,"stop":1728738492802,"duration":0}},{"uid":"4af1c940562a6bc5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4af1c940562a6bc5","status":"passed","time":{"start":1728683030025,"stop":1728683030025,"duration":0}},{"uid":"b04b210473adb694","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b04b210473adb694","status":"passed","time":{"start":1728682581110,"stop":1728682581111,"duration":1}},{"uid":"1fa63bf632207382","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1fa63bf632207382","status":"passed","time":{"start":1728677082003,"stop":1728677082004,"duration":1}},{"uid":"18025bfb200e1ef2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/18025bfb200e1ef2","status":"passed","time":{"start":1728669795401,"stop":1728669795403,"duration":2}},{"uid":"44989d5a259a7e3b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/44989d5a259a7e3b","status":"passed","time":{"start":1728598137507,"stop":1728598137507,"duration":0}},{"uid":"f52465146db31e94","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f52465146db31e94","status":"passed","time":{"start":1728597353483,"stop":1728597353484,"duration":1}}]},"6429b444155aaa5d73ac88edce2f6a36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"db90dd34b06f2769","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db90dd34b06f2769","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473210,"stop":1729034473211,"duration":1}},{"uid":"6e95a0b067715ca7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6e95a0b067715ca7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241153,"stop":1729034241153,"duration":0}},{"uid":"884a0f06777e44bb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/884a0f06777e44bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159971,"stop":1729034159971,"duration":0}},{"uid":"151dae1f97bacb4c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/151dae1f97bacb4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977062,"stop":1729033977062,"duration":0}},{"uid":"2e3f6957203c8b3c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e3f6957203c8b3c","status":"passed","time":{"start":1729032093763,"stop":1729032093764,"duration":1}},{"uid":"21c25792cf61a480","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/21c25792cf61a480","status":"passed","time":{"start":1728901748770,"stop":1728901748770,"duration":0}},{"uid":"d7633b208a28c5c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d7633b208a28c5c","status":"passed","time":{"start":1728893181082,"stop":1728893181083,"duration":1}},{"uid":"92e2185ef358e972","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92e2185ef358e972","status":"passed","time":{"start":1728856155548,"stop":1728856155549,"duration":1}},{"uid":"ec3355a574db2ee1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec3355a574db2ee1","status":"passed","time":{"start":1728738360282,"stop":1728738360282,"duration":0}},{"uid":"32db3d9c0a87f497","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32db3d9c0a87f497","status":"passed","time":{"start":1728682907217,"stop":1728682907218,"duration":1}},{"uid":"e4df6fca6aafd0c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e4df6fca6aafd0c0","status":"passed","time":{"start":1728682466726,"stop":1728682466727,"duration":1}},{"uid":"c480243f54457262","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c480243f54457262","status":"passed","time":{"start":1728676955718,"stop":1728676955718,"duration":0}},{"uid":"61391d68103a69d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61391d68103a69d4","status":"passed","time":{"start":1728598013531,"stop":1728598013532,"duration":1}},{"uid":"fb31ec2c3df0d385","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fb31ec2c3df0d385","status":"passed","time":{"start":1728597225196,"stop":1728597225196,"duration":0}}]},"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"44f1512162da0174","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/44f1512162da0174","status":"passed","time":{"start":1729034332640,"stop":1729034332641,"duration":1}},{"uid":"b8db97bc3a05a92d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b8db97bc3a05a92d","status":"passed","time":{"start":1729034096139,"stop":1729034096139,"duration":0}},{"uid":"a03734820c4b4ee0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a03734820c4b4ee0","status":"passed","time":{"start":1729034020095,"stop":1729034020095,"duration":0}},{"uid":"3272d99ca358d8a7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3272d99ca358d8a7","status":"passed","time":{"start":1729033834392,"stop":1729033834392,"duration":0}},{"uid":"5b83ca7077712da9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b83ca7077712da9","status":"passed","time":{"start":1729031884125,"stop":1729031884126,"duration":1}},{"uid":"82729eed0fef9980","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82729eed0fef9980","status":"passed","time":{"start":1728901430259,"stop":1728901430259,"duration":0}},{"uid":"2cdd82203fc577ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2cdd82203fc577ca","status":"passed","time":{"start":1728892860538,"stop":1728892860538,"duration":0}},{"uid":"d55a501134975d86","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d55a501134975d86","status":"passed","time":{"start":1728855823327,"stop":1728855823327,"duration":0}},{"uid":"eea9e88ad7ceb444","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eea9e88ad7ceb444","status":"passed","time":{"start":1728738040608,"stop":1728738040608,"duration":0}},{"uid":"2726e8d5bb147802","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2726e8d5bb147802","status":"passed","time":{"start":1728682574098,"stop":1728682574098,"duration":0}},{"uid":"b2eb7b44d5644962","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b2eb7b44d5644962","status":"passed","time":{"start":1728682146822,"stop":1728682146822,"duration":0}},{"uid":"c6aaca40ff688c47","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c6aaca40ff688c47","status":"passed","time":{"start":1728676621437,"stop":1728676621438,"duration":1}},{"uid":"169987d1331b538f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/169987d1331b538f","status":"passed","time":{"start":1728669344472,"stop":1728669344473,"duration":1}},{"uid":"8cffc30511015ff7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8cffc30511015ff7","status":"passed","time":{"start":1728597685167,"stop":1728597685168,"duration":1}},{"uid":"e5667c61c3b858bc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5667c61c3b858bc","status":"passed","time":{"start":1728596904475,"stop":1728596904475,"duration":0}}]},"c10a17e8225ef797be13d4ceec15affb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea2902ecff9ac94d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ea2902ecff9ac94d","status":"passed","time":{"start":1728598163467,"stop":1728598163467,"duration":0}}]},"b46a4510d87abb0296fd7988796cb246:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32ad79bb808acab5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32ad79bb808acab5","status":"passed","time":{"start":1728597434077,"stop":1728597434077,"duration":0}}]},"cda0782defc2f542c3c2835bd131767d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7ddcc192fabcd7b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f7ddcc192fabcd7b","status":"passed","time":{"start":1728682652693,"stop":1728682652693,"duration":0}}]},"28aee9d4d96ac1f63742f418dd3f2c74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84e70a4b1f55ad7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/84e70a4b1f55ad7e","status":"passed","time":{"start":1729034668598,"stop":1729034668598,"duration":0}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ee968f11acf7d0df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee968f11acf7d0df","status":"passed","time":{"start":1729034617758,"stop":1729034617758,"duration":0}},{"uid":"c5c1e487b18f394b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c5c1e487b18f394b","status":"passed","time":{"start":1729034370866,"stop":1729034370866,"duration":0}},{"uid":"7fade88d3791540e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7fade88d3791540e","status":"passed","time":{"start":1729034308870,"stop":1729034308870,"duration":0}},{"uid":"5644886a91e8d1d4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5644886a91e8d1d4","status":"passed","time":{"start":1729034129473,"stop":1729034129473,"duration":0}},{"uid":"9f8ce1f58611497f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9f8ce1f58611497f","status":"passed","time":{"start":1729032178366,"stop":1729032178367,"duration":1}},{"uid":"9f5738dafcbd15c8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9f5738dafcbd15c8","status":"passed","time":{"start":1728901896345,"stop":1728901896346,"duration":1}},{"uid":"4eabb01fe57321a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4eabb01fe57321a2","status":"passed","time":{"start":1728893329024,"stop":1728893329024,"duration":0}},{"uid":"53009c29029bdeb3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/53009c29029bdeb3","status":"passed","time":{"start":1728856284761,"stop":1728856284762,"duration":1}},{"uid":"af5f0f53bd2484af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/af5f0f53bd2484af","status":"passed","time":{"start":1728738494939,"stop":1728738494939,"duration":0}},{"uid":"83f4fe0eecf2a86b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/83f4fe0eecf2a86b","status":"passed","time":{"start":1728683033630,"stop":1728683033631,"duration":1}},{"uid":"1adc683e67e78ccc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1adc683e67e78ccc","status":"passed","time":{"start":1728682601735,"stop":1728682601736,"duration":1}},{"uid":"4904db8549bf928a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4904db8549bf928a","status":"passed","time":{"start":1728677107960,"stop":1728677107960,"duration":0}},{"uid":"ad1601f8d8c3b76a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad1601f8d8c3b76a","status":"passed","time":{"start":1728669764750,"stop":1728669764750,"duration":0}},{"uid":"7354e72f492682fe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7354e72f492682fe","status":"passed","time":{"start":1728598157561,"stop":1728598157561,"duration":0}},{"uid":"b99603df45267c02","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b99603df45267c02","status":"passed","time":{"start":1728597369060,"stop":1728597369061,"duration":1}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c8b6f65cbb84cffb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c8b6f65cbb84cffb","status":"passed","time":{"start":1729034392568,"stop":1729034392569,"duration":1}},{"uid":"79e322907b013534","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/79e322907b013534","status":"passed","time":{"start":1729034155170,"stop":1729034155171,"duration":1}},{"uid":"ea54d5817a29ec4c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ea54d5817a29ec4c","status":"passed","time":{"start":1729034079230,"stop":1729034079232,"duration":2}},{"uid":"8f06ef0eea544b35","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8f06ef0eea544b35","status":"passed","time":{"start":1729033892952,"stop":1729033892955,"duration":3}},{"uid":"86f2d76a09de28c1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/86f2d76a09de28c1","status":"passed","time":{"start":1729031943348,"stop":1729031943349,"duration":1}},{"uid":"3d12c1fbaa47d049","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3d12c1fbaa47d049","status":"passed","time":{"start":1728901487513,"stop":1728901487520,"duration":7}},{"uid":"4fae0bd695db543b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4fae0bd695db543b","status":"passed","time":{"start":1728892920384,"stop":1728892920385,"duration":1}},{"uid":"a0d46e47bf6daa27","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0d46e47bf6daa27","status":"passed","time":{"start":1728855881495,"stop":1728855881496,"duration":1}},{"uid":"162eaf0f41d6b4bb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/162eaf0f41d6b4bb","status":"passed","time":{"start":1728738098727,"stop":1728738098728,"duration":1}},{"uid":"eb718d021704cda3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eb718d021704cda3","status":"passed","time":{"start":1728682632218,"stop":1728682632219,"duration":1}},{"uid":"4b78a348895533c6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4b78a348895533c6","status":"passed","time":{"start":1728682205208,"stop":1728682205209,"duration":1}},{"uid":"de91b3e755e7aedf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/de91b3e755e7aedf","status":"passed","time":{"start":1728676680975,"stop":1728676680986,"duration":11}},{"uid":"34450738b36fe01b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34450738b36fe01b","status":"passed","time":{"start":1728669404737,"stop":1728669404738,"duration":1}},{"uid":"c805048fc58ce871","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c805048fc58ce871","status":"passed","time":{"start":1728597743843,"stop":1728597743845,"duration":2}},{"uid":"f5e66119bda22ccf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f5e66119bda22ccf","status":"passed","time":{"start":1728596961181,"stop":1728596961182,"duration":1}}]},"1d6ab70dc0f1c2f4b72dc0c71008e58f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"25d5e101fe0d89be","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/25d5e101fe0d89be","status":"passed","time":{"start":1729034373028,"stop":1729034373028,"duration":0}},{"uid":"1488bcdd000a4db0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1488bcdd000a4db0","status":"passed","time":{"start":1729034137315,"stop":1729034137316,"duration":1}},{"uid":"aa05deb5b8b7f97a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/aa05deb5b8b7f97a","status":"passed","time":{"start":1729034060019,"stop":1729034060020,"duration":1}},{"uid":"6f7864acb02b1328","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6f7864acb02b1328","status":"passed","time":{"start":1729033874961,"stop":1729033874962,"duration":1}},{"uid":"95d98c3247335068","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/95d98c3247335068","status":"passed","time":{"start":1729031924901,"stop":1729031924901,"duration":0}},{"uid":"53efaf6378ea156c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53efaf6378ea156c","status":"passed","time":{"start":1728901469128,"stop":1728901469129,"duration":1}},{"uid":"4860b7aea06ed5b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4860b7aea06ed5b","status":"passed","time":{"start":1728892899793,"stop":1728892899794,"duration":1}},{"uid":"c69c9313bbd249f9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c69c9313bbd249f9","status":"passed","time":{"start":1728855863058,"stop":1728855863058,"duration":0}},{"uid":"9e669e31f140fecf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9e669e31f140fecf","status":"passed","time":{"start":1728738080899,"stop":1728738080900,"duration":1}},{"uid":"28112b044a5cb18e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28112b044a5cb18e","status":"passed","time":{"start":1728682614309,"stop":1728682614310,"duration":1}},{"uid":"d5967fea9b041074","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d5967fea9b041074","status":"passed","time":{"start":1728682187094,"stop":1728682187095,"duration":1}},{"uid":"ff975c0ab63ee1fe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ff975c0ab63ee1fe","status":"passed","time":{"start":1728676661487,"stop":1728676661488,"duration":1}},{"uid":"cd91c62c1d88bb79","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cd91c62c1d88bb79","status":"passed","time":{"start":1728669384662,"stop":1728669384663,"duration":1}},{"uid":"b8dcc3e4b5e3b5a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b8dcc3e4b5e3b5a4","status":"passed","time":{"start":1728597724234,"stop":1728597724235,"duration":1}},{"uid":"41688d9577e5ca39","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/41688d9577e5ca39","status":"passed","time":{"start":1728596943282,"stop":1728596943282,"duration":0}}]},"b3d95e2dd2f3f28db3f232397697a052:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"302070970b08ca36","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/302070970b08ca36","status":"passed","time":{"start":1728901950549,"stop":1728901950550,"duration":1}}]},"cda6db7148573560adc2b374be443426:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b1e8b001b13895","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b1e8b001b13895","status":"passed","time":{"start":1728856055272,"stop":1728856055272,"duration":0}}]},"0ea589f48647530f98d17a8c007fc87b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c5f428691b21de3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2c5f428691b21de3","status":"passed","time":{"start":1728682601747,"stop":1728682601747,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d9de86bfa99fda5d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9de86bfa99fda5d","status":"passed","time":{"start":1729034341401,"stop":1729034341401,"duration":0}},{"uid":"22ba9e0a9c1ff4b9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22ba9e0a9c1ff4b9","status":"passed","time":{"start":1729034104909,"stop":1729034104909,"duration":0}},{"uid":"f5c9b636b97a24d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f5c9b636b97a24d","status":"passed","time":{"start":1729034028507,"stop":1729034028507,"duration":0}},{"uid":"73a1c469cf9057db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/73a1c469cf9057db","status":"passed","time":{"start":1729033843115,"stop":1729033843115,"duration":0}},{"uid":"38a00db37310fbe6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/38a00db37310fbe6","status":"passed","time":{"start":1729031892674,"stop":1729031892674,"duration":0}},{"uid":"bf27235757e714b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bf27235757e714b","status":"passed","time":{"start":1728901438805,"stop":1728901438805,"duration":0}},{"uid":"8fc3fb32e56bc5fc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fc3fb32e56bc5fc","status":"passed","time":{"start":1728892868997,"stop":1728892868997,"duration":0}},{"uid":"83e47ac28c2989e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/83e47ac28c2989e5","status":"passed","time":{"start":1728855831889,"stop":1728855831890,"duration":1}},{"uid":"a56eaf0e7deb60cd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a56eaf0e7deb60cd","status":"passed","time":{"start":1728738049036,"stop":1728738049037,"duration":1}},{"uid":"c62ffb0a6bf68f8f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c62ffb0a6bf68f8f","status":"passed","time":{"start":1728682582615,"stop":1728682582615,"duration":0}},{"uid":"2432984809609acb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2432984809609acb","status":"passed","time":{"start":1728682155405,"stop":1728682155405,"duration":0}},{"uid":"e02afd05bace7c3a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e02afd05bace7c3a","status":"passed","time":{"start":1728676629970,"stop":1728676629970,"duration":0}},{"uid":"c25a0fe3d52b84a8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c25a0fe3d52b84a8","status":"passed","time":{"start":1728669353098,"stop":1728669353098,"duration":0}},{"uid":"3b9c5477af264efb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3b9c5477af264efb","status":"passed","time":{"start":1728597693843,"stop":1728597693843,"duration":0}},{"uid":"a4ee23117bea527e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a4ee23117bea527e","status":"passed","time":{"start":1728596913087,"stop":1728596913087,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cdf7e29d5e72223e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cdf7e29d5e72223e","status":"passed","time":{"start":1729034536102,"stop":1729034536102,"duration":0}},{"uid":"990a679c4b9deb44","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/990a679c4b9deb44","status":"passed","time":{"start":1729034296708,"stop":1729034296708,"duration":0}},{"uid":"c0820a3cd620f6a7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c0820a3cd620f6a7","status":"passed","time":{"start":1729034220606,"stop":1729034220606,"duration":0}},{"uid":"6c29f41565adaaf4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6c29f41565adaaf4","status":"passed","time":{"start":1729034041489,"stop":1729034041490,"duration":1}},{"uid":"e7a37fa0cece13ba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e7a37fa0cece13ba","status":"passed","time":{"start":1728901705405,"stop":1728901705406,"duration":1}},{"uid":"cfa23c654c1c189d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cfa23c654c1c189d","status":"passed","time":{"start":1728893141778,"stop":1728893141778,"duration":0}},{"uid":"22353777b7e08cfb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/22353777b7e08cfb","status":"passed","time":{"start":1728856087085,"stop":1728856087085,"duration":0}},{"uid":"868fbd377c57af96","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/868fbd377c57af96","status":"passed","time":{"start":1728738321437,"stop":1728738321438,"duration":1}},{"uid":"4ebd8bb85c48957c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ebd8bb85c48957c","status":"passed","time":{"start":1728682845676,"stop":1728682845676,"duration":0}},{"uid":"c1f86f0cc69811d3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1f86f0cc69811d3","status":"passed","time":{"start":1728682424312,"stop":1728682424312,"duration":0}},{"uid":"75d5e21dbe1aebde","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/75d5e21dbe1aebde","status":"passed","time":{"start":1728676900541,"stop":1728676900541,"duration":0}},{"uid":"664b24b78ba00938","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/664b24b78ba00938","status":"passed","time":{"start":1728669625801,"stop":1728669625802,"duration":1}},{"uid":"61d928af35cea01d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61d928af35cea01d","status":"passed","time":{"start":1728597957172,"stop":1728597957172,"duration":0}},{"uid":"c4cac346a4c25adc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c4cac346a4c25adc","status":"passed","time":{"start":1728597182619,"stop":1728597182620,"duration":1}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2003724b05fc8a18","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2003724b05fc8a18","status":"passed","time":{"start":1729034558120,"stop":1729034558120,"duration":0}},{"uid":"71d810a36e6b4295","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71d810a36e6b4295","status":"passed","time":{"start":1729034245523,"stop":1729034245523,"duration":0}},{"uid":"2b36b89ea2eaee4d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2b36b89ea2eaee4d","status":"passed","time":{"start":1729034063498,"stop":1729034063498,"duration":0}},{"uid":"5a32d6a55c245dd9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a32d6a55c245dd9","status":"passed","time":{"start":1729032122637,"stop":1729032122638,"duration":1}},{"uid":"6e895c29149c05b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6e895c29149c05b2","status":"passed","time":{"start":1728901785637,"stop":1728901785638,"duration":1}},{"uid":"4d152926ba2659d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4d152926ba2659d","status":"passed","time":{"start":1728893218775,"stop":1728893218775,"duration":0}},{"uid":"17cc98e6b81ca647","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/17cc98e6b81ca647","status":"passed","time":{"start":1728856192661,"stop":1728856192662,"duration":1}},{"uid":"5f91025507728933","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5f91025507728933","status":"passed","time":{"start":1728738398088,"stop":1728738398088,"duration":0}},{"uid":"652d88f38563a6b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/652d88f38563a6b6","status":"passed","time":{"start":1728682944510,"stop":1728682944510,"duration":0}},{"uid":"4382e82a49062630","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4382e82a49062630","status":"passed","time":{"start":1728682507862,"stop":1728682507862,"duration":0}},{"uid":"6fbe1e2d615ed388","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6fbe1e2d615ed388","status":"passed","time":{"start":1728676995528,"stop":1728676995528,"duration":0}},{"uid":"b3ce441dca931b95","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b3ce441dca931b95","status":"passed","time":{"start":1728669665541,"stop":1728669665541,"duration":0}},{"uid":"c8faf59b959f4036","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c8faf59b959f4036","status":"passed","time":{"start":1728598056481,"stop":1728598056487,"duration":6}},{"uid":"3405b9c613814e58","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3405b9c613814e58","status":"passed","time":{"start":1728597264029,"stop":1728597264030,"duration":1}}]},"0172005d1e76b081410766df8da9e4b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"ff6dd72ebad3868","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff6dd72ebad3868","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473216,"stop":1729034473216,"duration":0}},{"uid":"eb4165aec26bc59c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/eb4165aec26bc59c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241160,"stop":1729034241160,"duration":0}},{"uid":"c38f71c16604fc6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c38f71c16604fc6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159974,"stop":1729034159974,"duration":0}},{"uid":"7050a2dbfa9a2b5b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7050a2dbfa9a2b5b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977065,"duration":0}},{"uid":"f595c1acbfbf0e24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f595c1acbfbf0e24","status":"passed","time":{"start":1729032093799,"stop":1729032093800,"duration":1}},{"uid":"85b88ce7f162cd93","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/85b88ce7f162cd93","status":"passed","time":{"start":1728901748773,"stop":1728901748773,"duration":0}},{"uid":"8c028e458e3dafdd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c028e458e3dafdd","status":"passed","time":{"start":1728893181086,"stop":1728893181086,"duration":0}},{"uid":"275553039f3390f4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/275553039f3390f4","status":"passed","time":{"start":1728856155552,"stop":1728856155552,"duration":0}},{"uid":"5fba110245679268","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5fba110245679268","status":"passed","time":{"start":1728738360295,"stop":1728738360296,"duration":1}},{"uid":"b04118be809e03ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b04118be809e03ca","status":"passed","time":{"start":1728682907222,"stop":1728682907222,"duration":0}},{"uid":"d3c705aa30ea3313","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d3c705aa30ea3313","status":"passed","time":{"start":1728682466734,"stop":1728682466735,"duration":1}},{"uid":"fa956ccff2690a38","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fa956ccff2690a38","status":"passed","time":{"start":1728676955722,"stop":1728676955722,"duration":0}},{"uid":"5a1f38c02c717c83","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5a1f38c02c717c83","status":"passed","time":{"start":1728598013535,"stop":1728598013535,"duration":0}},{"uid":"c8533c38c61ca87a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c8533c38c61ca87a","status":"passed","time":{"start":1728597225200,"stop":1728597225200,"duration":0}}]},"39d4f4c6f46df95a82078ec692222698:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5835048cebd9f530","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5835048cebd9f530","status":"passed","time":{"start":1728901901769,"stop":1728901901770,"duration":1}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2ca10c2d1aed40f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ca10c2d1aed40f9","status":"passed","time":{"start":1729034631258,"stop":1729034631259,"duration":1}},{"uid":"ce6c2ab31b4c285a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ce6c2ab31b4c285a","status":"passed","time":{"start":1729034400894,"stop":1729034400894,"duration":0}},{"uid":"cf0b744fc499d19","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cf0b744fc499d19","status":"passed","time":{"start":1729034317464,"stop":1729034317485,"duration":21}},{"uid":"7ca954c832c1fac4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ca954c832c1fac4","status":"passed","time":{"start":1729034137147,"stop":1729034137147,"duration":0}},{"uid":"9b66895121b48246","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9b66895121b48246","status":"passed","time":{"start":1729032206879,"stop":1729032206880,"duration":1}},{"uid":"82a2d7be8d52a2a0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82a2d7be8d52a2a0","status":"passed","time":{"start":1728901995026,"stop":1728901995026,"duration":0}},{"uid":"c499798536219eca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c499798536219eca","status":"passed","time":{"start":1728893421002,"stop":1728893421003,"duration":1}},{"uid":"d175bc29d99ac5df","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d175bc29d99ac5df","status":"passed","time":{"start":1728856368602,"stop":1728856368602,"duration":0}},{"uid":"8fcd8a37df71084f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8fcd8a37df71084f","status":"passed","time":{"start":1728738604686,"stop":1728738604687,"duration":1}},{"uid":"2924789b9ed56524","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2924789b9ed56524","status":"passed","time":{"start":1728683117642,"stop":1728683117643,"duration":1}},{"uid":"30d4ad988ba6fcd9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/30d4ad988ba6fcd9","status":"passed","time":{"start":1728682721322,"stop":1728682721323,"duration":1}},{"uid":"737c47005527dd3b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/737c47005527dd3b","status":"passed","time":{"start":1728677184688,"stop":1728677184689,"duration":1}},{"uid":"ce24870b1d3edbd9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ce24870b1d3edbd9","status":"passed","time":{"start":1728669866467,"stop":1728669866468,"duration":1}},{"uid":"ae132c287e4d8cef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ae132c287e4d8cef","status":"passed","time":{"start":1728598250001,"stop":1728598250002,"duration":1}},{"uid":"f55679267947f70e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f55679267947f70e","status":"passed","time":{"start":1728597472305,"stop":1728597472305,"duration":0}}]},"0ea6a60abe6fac603799580ad89c42a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"289e2b647d1d5391","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/289e2b647d1d5391","status":"passed","time":{"start":1728856263112,"stop":1728856263112,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ccb656f565b479c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccb656f565b479c8","status":"passed","time":{"start":1729034704496,"stop":1729034704497,"duration":1}},{"uid":"f4b30395ccbc0ea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f4b30395ccbc0ea","status":"passed","time":{"start":1729034474990,"stop":1729034474990,"duration":0}},{"uid":"6a9b1850b58285ec","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a9b1850b58285ec","status":"passed","time":{"start":1729034395292,"stop":1729034395292,"duration":0}},{"uid":"fbe668c7d775dc98","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbe668c7d775dc98","status":"passed","time":{"start":1729034209102,"stop":1729034209102,"duration":0}},{"uid":"f2a3c67a7525de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f2a3c67a7525de","status":"passed","time":{"start":1729032264570,"stop":1729032264570,"duration":0}},{"uid":"921d6ec63dd099e3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/921d6ec63dd099e3","status":"passed","time":{"start":1728902012859,"stop":1728902012860,"duration":1}},{"uid":"bfc5786b3922500c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bfc5786b3922500c","status":"passed","time":{"start":1728893454813,"stop":1728893454813,"duration":0}},{"uid":"9c4ed5f33b3a9dca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9c4ed5f33b3a9dca","status":"passed","time":{"start":1728856408454,"stop":1728856408454,"duration":0}},{"uid":"a60445cf08ecd369","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a60445cf08ecd369","status":"passed","time":{"start":1728738633856,"stop":1728738633856,"duration":0}},{"uid":"59fff54e02fad4c0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/59fff54e02fad4c0","status":"passed","time":{"start":1728683159766,"stop":1728683159767,"duration":1}},{"uid":"912cbfdae6c75662","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/912cbfdae6c75662","status":"passed","time":{"start":1728682751331,"stop":1728682751332,"duration":1}},{"uid":"4e75be0737c81ac6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4e75be0737c81ac6","status":"passed","time":{"start":1728677216361,"stop":1728677216362,"duration":1}},{"uid":"a52f198a434dc712","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a52f198a434dc712","status":"passed","time":{"start":1728669925455,"stop":1728669925456,"duration":1}},{"uid":"75e17ee906f8b786","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/75e17ee906f8b786","status":"passed","time":{"start":1728598268807,"stop":1728598268807,"duration":0}},{"uid":"695cbc6e1ee0b362","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/695cbc6e1ee0b362","status":"passed","time":{"start":1728597503924,"stop":1728597503925,"duration":1}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3a90abcfd8a42992","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3a90abcfd8a42992","status":"passed","time":{"start":1729034665578,"stop":1729034665578,"duration":0}},{"uid":"3d71e5bac8c99bf5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3d71e5bac8c99bf5","status":"passed","time":{"start":1729034434260,"stop":1729034434261,"duration":1}},{"uid":"a0841dc5801ab041","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a0841dc5801ab041","status":"passed","time":{"start":1729034350156,"stop":1729034350157,"duration":1}},{"uid":"9ee99d1cad77c1d1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ee99d1cad77c1d1","status":"passed","time":{"start":1729034169193,"stop":1729034169194,"duration":1}},{"uid":"9e5736b5a5970c09","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e5736b5a5970c09","status":"passed","time":{"start":1729032228065,"stop":1729032228066,"duration":1}},{"uid":"4086aaccc794d38","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4086aaccc794d38","status":"passed","time":{"start":1728901947145,"stop":1728901947146,"duration":1}},{"uid":"a60060d3627e25da","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a60060d3627e25da","status":"passed","time":{"start":1728893380057,"stop":1728893380057,"duration":0}},{"uid":"54547d7a8f2dc7f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/54547d7a8f2dc7f","status":"passed","time":{"start":1728856336879,"stop":1728856336879,"duration":0}},{"uid":"9ecefa05bbc0fdc4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ecefa05bbc0fdc4","status":"passed","time":{"start":1728738551163,"stop":1728738551163,"duration":0}},{"uid":"a57d9fbafe2597fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a57d9fbafe2597fd","status":"passed","time":{"start":1728683095875,"stop":1728683095875,"duration":0}},{"uid":"5153ae9e1fd7c325","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5153ae9e1fd7c325","status":"passed","time":{"start":1728682657386,"stop":1728682657387,"duration":1}},{"uid":"556d5b0dc2851a0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/556d5b0dc2851a0e","status":"passed","time":{"start":1728677151464,"stop":1728677151465,"duration":1}},{"uid":"7d7975f84a4ff4b3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7d7975f84a4ff4b3","status":"passed","time":{"start":1728669832892,"stop":1728669832893,"duration":1}},{"uid":"3d2c0407494d7b1c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3d2c0407494d7b1c","status":"passed","time":{"start":1728598215607,"stop":1728598215609,"duration":2}},{"uid":"cd0f1ab90c1a7214","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd0f1ab90c1a7214","status":"passed","time":{"start":1728597425042,"stop":1728597425042,"duration":0}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"725c2a85651a0243","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/725c2a85651a0243","status":"passed","time":{"start":1729034682677,"stop":1729034682678,"duration":1}},{"uid":"e28ee4c6da71651d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e28ee4c6da71651d","status":"passed","time":{"start":1729034452185,"stop":1729034452185,"duration":0}},{"uid":"b18944cc0d7b0f33","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b18944cc0d7b0f33","status":"passed","time":{"start":1729034373081,"stop":1729034373081,"duration":0}},{"uid":"f9775c3f0b708bdb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9775c3f0b708bdb","status":"passed","time":{"start":1729034188118,"stop":1729034188118,"duration":0}},{"uid":"3c362a2facb3ec0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c362a2facb3ec0e","status":"passed","time":{"start":1729032231864,"stop":1729032231865,"duration":1}},{"uid":"8959e71604ebb9e8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8959e71604ebb9e8","status":"passed","time":{"start":1728901989566,"stop":1728901989566,"duration":0}},{"uid":"94f029b0847138b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/94f029b0847138b2","status":"passed","time":{"start":1728893424902,"stop":1728893424903,"duration":1}},{"uid":"3f39bea6d37380b5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3f39bea6d37380b5","status":"passed","time":{"start":1728856376684,"stop":1728856376684,"duration":0}},{"uid":"5033a28ce9e7b893","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5033a28ce9e7b893","status":"passed","time":{"start":1728738593961,"stop":1728738593961,"duration":0}},{"uid":"d34eb0a9870d7cba","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d34eb0a9870d7cba","status":"passed","time":{"start":1728683135339,"stop":1728683135340,"duration":1}},{"uid":"4daecf3b149a3440","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4daecf3b149a3440","status":"passed","time":{"start":1728682692591,"stop":1728682692592,"duration":1}},{"uid":"8f2800b78a1c2b02","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f2800b78a1c2b02","status":"passed","time":{"start":1728677194229,"stop":1728677194229,"duration":0}},{"uid":"c08d599bcfa3e3b5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c08d599bcfa3e3b5","status":"passed","time":{"start":1728669874424,"stop":1728669874424,"duration":0}},{"uid":"b2dc827a18d689a8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b2dc827a18d689a8","status":"passed","time":{"start":1728598257462,"stop":1728598257463,"duration":1}},{"uid":"bb638e6493fb0354","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bb638e6493fb0354","status":"passed","time":{"start":1728597471298,"stop":1728597471298,"duration":0}}]},"5ee5bb5fff55374be9944a164e7c5e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6157c0630571756","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6157c0630571756","status":"passed","time":{"start":1728901734209,"stop":1728901734210,"duration":1}},{"uid":"179a3e20f524c615","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/179a3e20f524c615","status":"passed","time":{"start":1728893166576,"stop":1728893166577,"duration":1}},{"uid":"52dbdee2ca68f2d1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/52dbdee2ca68f2d1","status":"passed","time":{"start":1728676929955,"stop":1728676929955,"duration":0}},{"uid":"9638b5f20f2620f9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9638b5f20f2620f9","status":"passed","time":{"start":1728598000229,"stop":1728598000229,"duration":0}},{"uid":"f7e7bb38033fdd8f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f7e7bb38033fdd8f","status":"passed","time":{"start":1728597213024,"stop":1728597213024,"duration":0}}]},"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cbf8424fb7f13453","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cbf8424fb7f13453","status":"passed","time":{"start":1729034332647,"stop":1729034332647,"duration":0}},{"uid":"9d74698efbf34fb0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9d74698efbf34fb0","status":"passed","time":{"start":1729034096143,"stop":1729034096144,"duration":1}},{"uid":"f41f17fe7acda9f4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f41f17fe7acda9f4","status":"passed","time":{"start":1729034020100,"stop":1729034020100,"duration":0}},{"uid":"b64d0efd4f00428e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b64d0efd4f00428e","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0}},{"uid":"bd84be2c462b0e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bd84be2c462b0e0","status":"passed","time":{"start":1729031884130,"stop":1729031884130,"duration":0}},{"uid":"f20a863e672bb20f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f20a863e672bb20f","status":"passed","time":{"start":1728901430263,"stop":1728901430263,"duration":0}},{"uid":"8dd84de8a5648d2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8dd84de8a5648d2b","status":"passed","time":{"start":1728892860542,"stop":1728892860542,"duration":0}},{"uid":"a431133804446967","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a431133804446967","status":"passed","time":{"start":1728855823331,"stop":1728855823331,"duration":0}},{"uid":"7974e683a3aa3b6a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7974e683a3aa3b6a","status":"passed","time":{"start":1728738040612,"stop":1728738040613,"duration":1}},{"uid":"f2ad8a9e911b5ced","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2ad8a9e911b5ced","status":"passed","time":{"start":1728682574103,"stop":1728682574104,"duration":1}},{"uid":"a273158e27362665","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a273158e27362665","status":"passed","time":{"start":1728682146828,"stop":1728682146828,"duration":0}},{"uid":"b82a08e6d8fd0bfe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b82a08e6d8fd0bfe","status":"passed","time":{"start":1728676621442,"stop":1728676621442,"duration":0}},{"uid":"c0efb400f6a3da54","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c0efb400f6a3da54","status":"passed","time":{"start":1728669344476,"stop":1728669344476,"duration":0}},{"uid":"61efd9626c5fc438","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61efd9626c5fc438","status":"passed","time":{"start":1728597685172,"stop":1728597685172,"duration":0}},{"uid":"e1db64a65b4979ef","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e1db64a65b4979ef","status":"passed","time":{"start":1728596904482,"stop":1728596904482,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"42d1a76a90d9ccaa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/42d1a76a90d9ccaa","status":"passed","time":{"start":1729034631250,"stop":1729034631250,"duration":0}},{"uid":"8a0719908bdb8aa5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a0719908bdb8aa5","status":"passed","time":{"start":1729034400886,"stop":1729034400886,"duration":0}},{"uid":"26c2fb34f9c3815f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/26c2fb34f9c3815f","status":"passed","time":{"start":1729034317448,"stop":1729034317449,"duration":1}},{"uid":"9acd9f6755e0e3f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9acd9f6755e0e3f6","status":"passed","time":{"start":1729034137129,"stop":1729034137129,"duration":0}},{"uid":"aae2bea45cba8b5c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aae2bea45cba8b5c","status":"passed","time":{"start":1729032206872,"stop":1729032206873,"duration":1}},{"uid":"89d9ed99aa223516","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/89d9ed99aa223516","status":"passed","time":{"start":1728901995019,"stop":1728901995020,"duration":1}},{"uid":"4d5a61e9ccec95de","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4d5a61e9ccec95de","status":"passed","time":{"start":1728893420993,"stop":1728893420993,"duration":0}},{"uid":"368a1f0378856e17","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/368a1f0378856e17","status":"passed","time":{"start":1728856368594,"stop":1728856368594,"duration":0}},{"uid":"25424586ebe8bd3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/25424586ebe8bd3","status":"passed","time":{"start":1728738604678,"stop":1728738604678,"duration":0}},{"uid":"1dbcd4b4670e4cdc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1dbcd4b4670e4cdc","status":"passed","time":{"start":1728683117616,"stop":1728683117617,"duration":1}},{"uid":"ad5dc97b08580523","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ad5dc97b08580523","status":"passed","time":{"start":1728682721316,"stop":1728682721316,"duration":0}},{"uid":"1b37c6576b92671","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b37c6576b92671","status":"passed","time":{"start":1728677184681,"stop":1728677184681,"duration":0}},{"uid":"299016e5acb3b792","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/299016e5acb3b792","status":"passed","time":{"start":1728669866447,"stop":1728669866447,"duration":0}},{"uid":"cdffc46f9c21474","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cdffc46f9c21474","status":"passed","time":{"start":1728598249973,"stop":1728598249974,"duration":1}},{"uid":"4fe5de14108bd2d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4fe5de14108bd2d2","status":"passed","time":{"start":1728597472289,"stop":1728597472289,"duration":0}}]},"94a56d7f7dc3d5ffbd11a238a5542fe0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4880fd2ea649430","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d4880fd2ea649430","status":"passed","time":{"start":1728682666063,"stop":1728682666063,"duration":0}}]},"c14612dbc047846946b2fa901039a28f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efb3d7f8b75dec46","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efb3d7f8b75dec46","status":"passed","time":{"start":1728598212613,"stop":1728598212617,"duration":4}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9a4f0c58a1844e0c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9a4f0c58a1844e0c","status":"passed","time":{"start":1729034536786,"stop":1729034536786,"duration":0}},{"uid":"786019de87c04157","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/786019de87c04157","status":"passed","time":{"start":1729034307032,"stop":1729034307032,"duration":0}},{"uid":"56496fe5f5182be1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/56496fe5f5182be1","status":"passed","time":{"start":1729034223308,"stop":1729034223308,"duration":0}},{"uid":"c4f4b6d76f6fc81f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4f4b6d76f6fc81f","status":"passed","time":{"start":1729034034983,"stop":1729034034983,"duration":0}},{"uid":"b0415c8dc0152300","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b0415c8dc0152300","status":"passed","time":{"start":1729032066297,"stop":1729032066298,"duration":1}},{"uid":"946bbff620aa2a6d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/946bbff620aa2a6d","status":"passed","time":{"start":1728901706620,"stop":1728901706621,"duration":1}},{"uid":"23abf89f483e6cd4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/23abf89f483e6cd4","status":"passed","time":{"start":1728893153423,"stop":1728893153423,"duration":0}},{"uid":"92d20097a021f6cf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92d20097a021f6cf","status":"passed","time":{"start":1728856108127,"stop":1728856108127,"duration":0}},{"uid":"32d323f41a8da971","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/32d323f41a8da971","status":"passed","time":{"start":1728738316669,"stop":1728738316670,"duration":1}},{"uid":"97edc7de140fa299","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/97edc7de140fa299","status":"passed","time":{"start":1728682865319,"stop":1728682865320,"duration":1}},{"uid":"77f332d33bcf153e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77f332d33bcf153e","status":"passed","time":{"start":1728682446996,"stop":1728682446996,"duration":0}},{"uid":"8982c026f5ea3b8f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8982c026f5ea3b8f","status":"passed","time":{"start":1728676924480,"stop":1728676924480,"duration":0}},{"uid":"5c1637ff81325174","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5c1637ff81325174","status":"passed","time":{"start":1728669626263,"stop":1728669626264,"duration":1}},{"uid":"3f123bf0f5abedf4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3f123bf0f5abedf4","status":"passed","time":{"start":1728597973674,"stop":1728597973674,"duration":0}},{"uid":"f782b446c1e8aee4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f782b446c1e8aee4","status":"passed","time":{"start":1728597188038,"stop":1728597188039,"duration":1}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7abb81715377b784","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7abb81715377b784","status":"passed","time":{"start":1729034626852,"stop":1729034626853,"duration":1}},{"uid":"c6e77fd06a425441","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c6e77fd06a425441","status":"passed","time":{"start":1729034398549,"stop":1729034398550,"duration":1}},{"uid":"6b9296f6ac0196b4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b9296f6ac0196b4","status":"passed","time":{"start":1729034314815,"stop":1729034314815,"duration":0}},{"uid":"ca2bb7aef84f6de3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ca2bb7aef84f6de3","status":"passed","time":{"start":1729034137164,"stop":1729034137165,"duration":1}},{"uid":"d43d9eb4b8386934","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d43d9eb4b8386934","status":"passed","time":{"start":1729032187247,"stop":1729032187247,"duration":0}},{"uid":"80a0207486b11dcd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/80a0207486b11dcd","status":"passed","time":{"start":1728901888430,"stop":1728901888430,"duration":0}},{"uid":"7f699c5653fe62e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7f699c5653fe62e","status":"passed","time":{"start":1728893323793,"stop":1728893323794,"duration":1}},{"uid":"3fe8f4f6dfa64861","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3fe8f4f6dfa64861","status":"passed","time":{"start":1728856285928,"stop":1728856285928,"duration":0}},{"uid":"724fb8bb4aac2b8c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/724fb8bb4aac2b8c","status":"passed","time":{"start":1728738498276,"stop":1728738498276,"duration":0}},{"uid":"f7176306f50fe900","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f7176306f50fe900","status":"passed","time":{"start":1728683041392,"stop":1728683041392,"duration":0}},{"uid":"6ae21a043a303a88","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6ae21a043a303a88","status":"passed","time":{"start":1728682596019,"stop":1728682596020,"duration":1}},{"uid":"b6a250a87b9b293e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b6a250a87b9b293e","status":"passed","time":{"start":1728677091267,"stop":1728677091268,"duration":1}},{"uid":"9e8ab8a08d5dff01","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e8ab8a08d5dff01","status":"passed","time":{"start":1728669766426,"stop":1728669766426,"duration":0}},{"uid":"2f802b55da24fbf9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2f802b55da24fbf9","status":"passed","time":{"start":1728598152075,"stop":1728598152075,"duration":0}},{"uid":"77c6a486dbf4d3e9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/77c6a486dbf4d3e9","status":"passed","time":{"start":1728597364119,"stop":1728597364121,"duration":2}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"439e60e83ba2c9bc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/439e60e83ba2c9bc","status":"passed","time":{"start":1729034617762,"stop":1729034617762,"duration":0}},{"uid":"592a32cbbf64e3d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/592a32cbbf64e3d1","status":"passed","time":{"start":1729034370871,"stop":1729034370880,"duration":9}},{"uid":"33c9475e03fc36e0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/33c9475e03fc36e0","status":"passed","time":{"start":1729034308878,"stop":1729034308879,"duration":1}},{"uid":"2b72a7ba1ad02d63","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2b72a7ba1ad02d63","status":"passed","time":{"start":1729034129475,"stop":1729034129476,"duration":1}},{"uid":"cf4d05f5536f0b5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cf4d05f5536f0b5d","status":"passed","time":{"start":1729032178369,"stop":1729032178369,"duration":0}},{"uid":"56bb72ab20b13b68","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56bb72ab20b13b68","status":"passed","time":{"start":1728901896349,"stop":1728901896349,"duration":0}},{"uid":"beda474adf908035","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/beda474adf908035","status":"passed","time":{"start":1728893329027,"stop":1728893329027,"duration":0}},{"uid":"62394f073e20d18e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62394f073e20d18e","status":"passed","time":{"start":1728856284766,"stop":1728856284766,"duration":0}},{"uid":"38daa9950548cc1d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38daa9950548cc1d","status":"passed","time":{"start":1728738494942,"stop":1728738494943,"duration":1}},{"uid":"b6fe1e4793b5e849","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6fe1e4793b5e849","status":"passed","time":{"start":1728683033633,"stop":1728683033633,"duration":0}},{"uid":"81a1c2bf1625e4d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/81a1c2bf1625e4d7","status":"passed","time":{"start":1728682601738,"stop":1728682601738,"duration":0}},{"uid":"8361ea2b1d43b8b9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8361ea2b1d43b8b9","status":"passed","time":{"start":1728677107963,"stop":1728677107963,"duration":0}},{"uid":"cc502acc0ca90a41","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc502acc0ca90a41","status":"passed","time":{"start":1728669764753,"stop":1728669764753,"duration":0}},{"uid":"4b7f62e8e49a0a99","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b7f62e8e49a0a99","status":"passed","time":{"start":1728598157564,"stop":1728598157564,"duration":0}},{"uid":"a73c495de272e51a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a73c495de272e51a","status":"passed","time":{"start":1728597369075,"stop":1728597369075,"duration":0}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"96643571910d1547","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/96643571910d1547","status":"passed","time":{"start":1729034636316,"stop":1729034636316,"duration":0}},{"uid":"15e72b3d1b10e9c2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/15e72b3d1b10e9c2","status":"passed","time":{"start":1729034402285,"stop":1729034402285,"duration":0}},{"uid":"68b5cc1ab0189e59","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/68b5cc1ab0189e59","status":"passed","time":{"start":1729034323302,"stop":1729034323308,"duration":6}},{"uid":"108578dd88342067","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/108578dd88342067","status":"passed","time":{"start":1729034144769,"stop":1729034144769,"duration":0}},{"uid":"2507fdf2b54b34c5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2507fdf2b54b34c5","status":"passed","time":{"start":1729032198823,"stop":1729032198824,"duration":1}},{"uid":"2e2acba1a14f5133","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2e2acba1a14f5133","status":"passed","time":{"start":1728901901771,"stop":1728901901771,"duration":0}},{"uid":"5a09d27ad8ddff8b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a09d27ad8ddff8b","status":"passed","time":{"start":1728893337255,"stop":1728893337256,"duration":1}},{"uid":"e62aa26dd220e1cc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e62aa26dd220e1cc","status":"passed","time":{"start":1728856299191,"stop":1728856299191,"duration":0}},{"uid":"5d8abad3bb517ced","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5d8abad3bb517ced","status":"passed","time":{"start":1728738505384,"stop":1728738505384,"duration":0}},{"uid":"26433ed4ca2e65a1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/26433ed4ca2e65a1","status":"passed","time":{"start":1728683045451,"stop":1728683045451,"duration":0}},{"uid":"b88aa8a880767364","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b88aa8a880767364","status":"passed","time":{"start":1728682607294,"stop":1728682607294,"duration":0}},{"uid":"bb03a60d365ba777","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bb03a60d365ba777","status":"passed","time":{"start":1728677103496,"stop":1728677103497,"duration":1}},{"uid":"86f4d7f4205e2d6a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/86f4d7f4205e2d6a","status":"passed","time":{"start":1728669777131,"stop":1728669777131,"duration":0}},{"uid":"74a8d66a9ec720eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74a8d66a9ec720eb","status":"passed","time":{"start":1728598163468,"stop":1728598163468,"duration":0}},{"uid":"db531083bfc69007","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/db531083bfc69007","status":"passed","time":{"start":1728597375483,"stop":1728597375484,"duration":1}}]},"8af3e149cbe2d8b8ace81bff792ac360:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cdcf85eb34583d3c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cdcf85eb34583d3c","status":"passed","time":{"start":1728856368611,"stop":1728856368611,"duration":0}}]},"fee4bec8b21bb6bf0e13f8a7161a1dcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75bb6e41d8ee81a7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/75bb6e41d8ee81a7","status":"passed","time":{"start":1728738505383,"stop":1728738505383,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2d1bc9b4d0801533","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d1bc9b4d0801533","status":"passed","time":{"start":1729034713700,"stop":1729034713700,"duration":0}},{"uid":"510bca540701da05","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/510bca540701da05","status":"passed","time":{"start":1729034487483,"stop":1729034487483,"duration":0}},{"uid":"f0c912f042772790","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f0c912f042772790","status":"passed","time":{"start":1729034446109,"stop":1729034446109,"duration":0}},{"uid":"f576d3f6cf01ba70","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f576d3f6cf01ba70","status":"passed","time":{"start":1729032275827,"stop":1729032275827,"duration":0}},{"uid":"1330de3f7472ff69","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1330de3f7472ff69","status":"passed","time":{"start":1728902036740,"stop":1728902036740,"duration":0}},{"uid":"56366c0c25163306","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/56366c0c25163306","status":"passed","time":{"start":1728893472413,"stop":1728893472413,"duration":0}},{"uid":"f3d3f827db1627ed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3d3f827db1627ed","status":"passed","time":{"start":1728856423199,"stop":1728856423200,"duration":1}},{"uid":"89183bbc0e0f3612","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/89183bbc0e0f3612","status":"passed","time":{"start":1728738648729,"stop":1728738648729,"duration":0}},{"uid":"7b8129d41c5eae78","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b8129d41c5eae78","status":"passed","time":{"start":1728683179654,"stop":1728683179654,"duration":0}},{"uid":"73bdc206a2851282","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/73bdc206a2851282","status":"passed","time":{"start":1728682757950,"stop":1728682757951,"duration":1}},{"uid":"a8f8592fb2700118","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a8f8592fb2700118","status":"passed","time":{"start":1728677238450,"stop":1728677238450,"duration":0}},{"uid":"d6ec9caddf836960","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d6ec9caddf836960","status":"passed","time":{"start":1728669928219,"stop":1728669928220,"duration":1}},{"uid":"37068809fb8b98e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/37068809fb8b98e7","status":"passed","time":{"start":1728598319589,"stop":1728598319589,"duration":0}},{"uid":"620f021041724451","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/620f021041724451","status":"passed","time":{"start":1728597520646,"stop":1728597520646,"duration":0}}]},"e28ba03dad2800e0e37575d6e959379a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"679588fe22724972","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/679588fe22724972","status":"passed","time":{"start":1728901881008,"stop":1728901881008,"duration":0}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e7cda2971532c3e1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7cda2971532c3e1","status":"passed","time":{"start":1729034656474,"stop":1729034656474,"duration":0}},{"uid":"1bb5d41e127199f4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1bb5d41e127199f4","status":"passed","time":{"start":1729034428560,"stop":1729034428560,"duration":0}},{"uid":"b4035c1392af8806","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b4035c1392af8806","status":"passed","time":{"start":1729034348220,"stop":1729034348220,"duration":0}},{"uid":"1c20c9a29fe6f766","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c20c9a29fe6f766","status":"passed","time":{"start":1729034169453,"stop":1729034169453,"duration":0}},{"uid":"12843663fa45ac62","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/12843663fa45ac62","status":"passed","time":{"start":1729032228822,"stop":1729032228822,"duration":0}},{"uid":"c2ba33cad4fbc38a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c2ba33cad4fbc38a","status":"passed","time":{"start":1728901950559,"stop":1728901950559,"duration":0}},{"uid":"4bffad3d8b279337","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4bffad3d8b279337","status":"passed","time":{"start":1728893389992,"stop":1728893389992,"duration":0}},{"uid":"462c58b5f0d4f0ad","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/462c58b5f0d4f0ad","status":"passed","time":{"start":1728856333684,"stop":1728856333684,"duration":0}},{"uid":"d1b3d7977270e0c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d1b3d7977270e0c9","status":"passed","time":{"start":1728738555102,"stop":1728738555102,"duration":0}},{"uid":"15dee4f514f71fa9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/15dee4f514f71fa9","status":"passed","time":{"start":1728683093177,"stop":1728683093177,"duration":0}},{"uid":"b071946d48e9352f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b071946d48e9352f","status":"passed","time":{"start":1728682652697,"stop":1728682652697,"duration":0}},{"uid":"b4bd539dfe6515e9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4bd539dfe6515e9","status":"passed","time":{"start":1728677156819,"stop":1728677156820,"duration":1}},{"uid":"18a45e38ebc45037","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/18a45e38ebc45037","status":"passed","time":{"start":1728669834446,"stop":1728669834446,"duration":0}},{"uid":"94526f941f14e016","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/94526f941f14e016","status":"passed","time":{"start":1728598212619,"stop":1728598212619,"duration":0}},{"uid":"6a9a98fa30d6d78e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6a9a98fa30d6d78e","status":"passed","time":{"start":1728597423331,"stop":1728597423332,"duration":1}}]},"143771beff91bbe171694175a657e033:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a853a32bc71d8ae","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7a853a32bc71d8ae","status":"passed","time":{"start":1728669834432,"stop":1728669834432,"duration":0}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"95b6cd153284d511","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95b6cd153284d511","status":"passed","time":{"start":1729034704498,"stop":1729034704498,"duration":0}},{"uid":"d1880e50f3802660","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d1880e50f3802660","status":"passed","time":{"start":1729034474991,"stop":1729034474992,"duration":1}},{"uid":"d908b78608a3626d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d908b78608a3626d","status":"passed","time":{"start":1729034395293,"stop":1729034395293,"duration":0}},{"uid":"f85149b15ac3ecd2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f85149b15ac3ecd2","status":"passed","time":{"start":1729034209103,"stop":1729034209104,"duration":1}},{"uid":"2bf5e39e74ceb8cd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2bf5e39e74ceb8cd","status":"passed","time":{"start":1729032264571,"stop":1729032264572,"duration":1}},{"uid":"f140cafee205ca28","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f140cafee205ca28","status":"passed","time":{"start":1728902012863,"stop":1728902012863,"duration":0}},{"uid":"5c13341973a62816","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c13341973a62816","status":"passed","time":{"start":1728893454814,"stop":1728893454814,"duration":0}},{"uid":"d9751ab8d7ec7645","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9751ab8d7ec7645","status":"passed","time":{"start":1728856408456,"stop":1728856408457,"duration":1}},{"uid":"18e7dcbd3e56d217","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/18e7dcbd3e56d217","status":"passed","time":{"start":1728738633858,"stop":1728738633858,"duration":0}},{"uid":"87050d97280b5865","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/87050d97280b5865","status":"passed","time":{"start":1728683159786,"stop":1728683159787,"duration":1}},{"uid":"473370787f556c12","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/473370787f556c12","status":"passed","time":{"start":1728682751333,"stop":1728682751333,"duration":0}},{"uid":"e2827a71e6d0b64b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e2827a71e6d0b64b","status":"passed","time":{"start":1728677216364,"stop":1728677216364,"duration":0}},{"uid":"349cff418b86e44","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/349cff418b86e44","status":"passed","time":{"start":1728669925457,"stop":1728669925457,"duration":0}},{"uid":"4eda898387e07114","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4eda898387e07114","status":"passed","time":{"start":1728598268809,"stop":1728598268810,"duration":1}},{"uid":"2a2e6298b823f497","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2a2e6298b823f497","status":"passed","time":{"start":1728597503929,"stop":1728597503931,"duration":2}}]},"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2196992d36043067","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2196992d36043067","status":"passed","time":{"start":1729034332626,"stop":1729034332626,"duration":0}},{"uid":"cd72e9513e521a11","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cd72e9513e521a11","status":"passed","time":{"start":1729034096128,"stop":1729034096128,"duration":0}},{"uid":"611a22a6bc31c6f0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/611a22a6bc31c6f0","status":"passed","time":{"start":1729034020086,"stop":1729034020086,"duration":0}},{"uid":"825ed285bf8a59f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/825ed285bf8a59f6","status":"passed","time":{"start":1729033834379,"stop":1729033834379,"duration":0}},{"uid":"51a2b782c2582037","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/51a2b782c2582037","status":"passed","time":{"start":1729031884110,"stop":1729031884111,"duration":1}},{"uid":"1fe54ffef6810b7d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1fe54ffef6810b7d","status":"passed","time":{"start":1728901430250,"stop":1728901430251,"duration":1}},{"uid":"51efcac002233f25","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51efcac002233f25","status":"passed","time":{"start":1728892860527,"stop":1728892860527,"duration":0}},{"uid":"cc44dd6dc88ef57","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc44dd6dc88ef57","status":"passed","time":{"start":1728855823317,"stop":1728855823318,"duration":1}},{"uid":"6f976aad8691292a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f976aad8691292a","status":"passed","time":{"start":1728738040596,"stop":1728738040596,"duration":0}},{"uid":"d86a4331cd57557a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d86a4331cd57557a","status":"passed","time":{"start":1728682574086,"stop":1728682574087,"duration":1}},{"uid":"db07907abccb1834","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db07907abccb1834","status":"passed","time":{"start":1728682146811,"stop":1728682146811,"duration":0}},{"uid":"9adeab327c5d3c33","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9adeab327c5d3c33","status":"passed","time":{"start":1728676621426,"stop":1728676621427,"duration":1}},{"uid":"a92c4eeb7908bcd7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a92c4eeb7908bcd7","status":"passed","time":{"start":1728669344462,"stop":1728669344462,"duration":0}},{"uid":"daf3d922c7c75b7d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/daf3d922c7c75b7d","status":"passed","time":{"start":1728597685156,"stop":1728597685156,"duration":0}},{"uid":"8640b503d7b0a53c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8640b503d7b0a53c","status":"passed","time":{"start":1728596904462,"stop":1728596904462,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e27fc8a5b4b7580a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e27fc8a5b4b7580a","status":"passed","time":{"start":1729034432450,"stop":1729034432450,"duration":0}},{"uid":"1d5e9411ba30bde0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d5e9411ba30bde0","status":"passed","time":{"start":1729034119304,"stop":1729034119305,"duration":1}},{"uid":"5dc7840febbba858","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5dc7840febbba858","status":"passed","time":{"start":1729033933480,"stop":1729033933480,"duration":0}},{"uid":"cc472842c072fce2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cc472842c072fce2","status":"passed","time":{"start":1729031982921,"stop":1729031982921,"duration":0}},{"uid":"f392accc5fb7013e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f392accc5fb7013e","status":"passed","time":{"start":1728901527856,"stop":1728901527857,"duration":1}},{"uid":"4ef6ae16c3745129","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4ef6ae16c3745129","status":"passed","time":{"start":1728892960140,"stop":1728892960140,"duration":0}},{"uid":"2de4938efed5bfb9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2de4938efed5bfb9","status":"passed","time":{"start":1728855921715,"stop":1728855921715,"duration":0}},{"uid":"95c70262af748edb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/95c70262af748edb","status":"passed","time":{"start":1728738138432,"stop":1728738138432,"duration":0}},{"uid":"9aa0cd618b64f73a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9aa0cd618b64f73a","status":"passed","time":{"start":1728682672252,"stop":1728682672253,"duration":1}},{"uid":"2865d60d8209b4d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2865d60d8209b4d7","status":"passed","time":{"start":1728682245074,"stop":1728682245075,"duration":1}},{"uid":"acca720f284e6704","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/acca720f284e6704","status":"passed","time":{"start":1728676721300,"stop":1728676721300,"duration":0}},{"uid":"dcafa0e22f815e78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dcafa0e22f815e78","status":"passed","time":{"start":1728669444561,"stop":1728669444561,"duration":0}},{"uid":"db05d3a08263d5c4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/db05d3a08263d5c4","status":"passed","time":{"start":1728597784073,"stop":1728597784073,"duration":0}},{"uid":"fdcec8d757cfbeee","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fdcec8d757cfbeee","status":"passed","time":{"start":1728597001548,"stop":1728597001549,"duration":1}}]},"6e5429b591c80dd6c2caa3e0c6eafcd1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11b2d897211b6890","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/11b2d897211b6890","status":"passed","time":{"start":1729034357699,"stop":1729034357699,"duration":0}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"906024f47bba2086","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/906024f47bba2086","status":"passed","time":{"start":1729034704507,"stop":1729034704508,"duration":1}},{"uid":"3b552f3a4a25153d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3b552f3a4a25153d","status":"passed","time":{"start":1729034475010,"stop":1729034475012,"duration":2}},{"uid":"3c8f931c9bf25a16","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c8f931c9bf25a16","status":"passed","time":{"start":1729034395301,"stop":1729034395302,"duration":1}},{"uid":"d3644062172fdf93","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3644062172fdf93","status":"passed","time":{"start":1729034209122,"stop":1729034209123,"duration":1}},{"uid":"5f7b2ff2d9623cc8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5f7b2ff2d9623cc8","status":"passed","time":{"start":1729032264597,"stop":1729032264600,"duration":3}},{"uid":"da62a28db6d4f020","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da62a28db6d4f020","status":"passed","time":{"start":1728902012874,"stop":1728902012880,"duration":6}},{"uid":"d30c40784bbf2d2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d30c40784bbf2d2b","status":"passed","time":{"start":1728893454824,"stop":1728893454825,"duration":1}},{"uid":"ed0e45c4d058432b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed0e45c4d058432b","status":"passed","time":{"start":1728856408467,"stop":1728856408468,"duration":1}},{"uid":"2ab64374925591c8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2ab64374925591c8","status":"passed","time":{"start":1728738633874,"stop":1728738633874,"duration":0}},{"uid":"424005963b7e5baf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/424005963b7e5baf","status":"passed","time":{"start":1728683159820,"stop":1728683159825,"duration":5}},{"uid":"b6b447a694062542","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b6b447a694062542","status":"passed","time":{"start":1728682751345,"stop":1728682751346,"duration":1}},{"uid":"720bc99198ea77c4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/720bc99198ea77c4","status":"passed","time":{"start":1728677216377,"stop":1728677216377,"duration":0}},{"uid":"c78131044d6a2f58","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c78131044d6a2f58","status":"passed","time":{"start":1728669925467,"stop":1728669925467,"duration":0}},{"uid":"918e58e053f815bc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/918e58e053f815bc","status":"passed","time":{"start":1728598268820,"stop":1728598268820,"duration":0}},{"uid":"a4c84f4c273b16a1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a4c84f4c273b16a1","status":"passed","time":{"start":1728597503951,"stop":1728597503952,"duration":1}}]},"50ecc980643d4d8261db81109bc0a3bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df81c0933419ee22","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/df81c0933419ee22","status":"passed","time":{"start":1729032228813,"stop":1729032228814,"duration":1}}]},"4c0124448d72baff5bb4e31ac5c52080:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"358a41bd54c7184a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/358a41bd54c7184a","status":"passed","time":{"start":1728893395078,"stop":1728893395079,"duration":1}}]},"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"89e0a0ce08dc8c91","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/89e0a0ce08dc8c91","status":"passed","time":{"start":1729034332622,"stop":1729034332622,"duration":0}},{"uid":"2c7fcbf4fb7ff9c6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2c7fcbf4fb7ff9c6","status":"passed","time":{"start":1729034096123,"stop":1729034096123,"duration":0}},{"uid":"a1dfb3e55cdcf6f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a1dfb3e55cdcf6f8","status":"passed","time":{"start":1729034020083,"stop":1729034020083,"duration":0}},{"uid":"e9c453161eb7cd31","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9c453161eb7cd31","status":"passed","time":{"start":1729033834374,"stop":1729033834375,"duration":1}},{"uid":"623e4ea839570432","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/623e4ea839570432","status":"passed","time":{"start":1729031884105,"stop":1729031884105,"duration":0}},{"uid":"719a7df1601288b8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/719a7df1601288b8","status":"passed","time":{"start":1728901430247,"stop":1728901430247,"duration":0}},{"uid":"ff7600a37adda581","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff7600a37adda581","status":"passed","time":{"start":1728892860523,"stop":1728892860523,"duration":0}},{"uid":"f73f1ccaae773bf2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f73f1ccaae773bf2","status":"passed","time":{"start":1728855823313,"stop":1728855823313,"duration":0}},{"uid":"27102683a4278a5f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/27102683a4278a5f","status":"passed","time":{"start":1728738040582,"stop":1728738040583,"duration":1}},{"uid":"90a3183b5e72b620","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/90a3183b5e72b620","status":"passed","time":{"start":1728682574080,"stop":1728682574080,"duration":0}},{"uid":"15696464e2fbb589","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/15696464e2fbb589","status":"passed","time":{"start":1728682146807,"stop":1728682146808,"duration":1}},{"uid":"84e04a92ef5c71e6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/84e04a92ef5c71e6","status":"passed","time":{"start":1728676621421,"stop":1728676621421,"duration":0}},{"uid":"64be110986efb19c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64be110986efb19c","status":"passed","time":{"start":1728669344459,"stop":1728669344459,"duration":0}},{"uid":"c4c960b557d317d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c4c960b557d317d4","status":"passed","time":{"start":1728597685151,"stop":1728597685152,"duration":1}},{"uid":"ddb9d89c0fc8b92","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ddb9d89c0fc8b92","status":"passed","time":{"start":1728596904458,"stop":1728596904458,"duration":0}}]},"51a21504f90d8d0d8c8e398f10a6de50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a35e809e6a415c3c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a35e809e6a415c3c","status":"passed","time":{"start":1728893329037,"stop":1728893329037,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"44242064104e6e6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/44242064104e6e6","status":"passed","time":{"start":1729034398614,"stop":1729034398615,"duration":1}},{"uid":"8afae3b1662de63c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8afae3b1662de63c","status":"passed","time":{"start":1729034162858,"stop":1729034162858,"duration":0}},{"uid":"8b9847a8d0539a77","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8b9847a8d0539a77","status":"passed","time":{"start":1729034085838,"stop":1729034085839,"duration":1}},{"uid":"a6ebbb055be13728","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6ebbb055be13728","status":"passed","time":{"start":1729033899736,"stop":1729033899737,"duration":1}},{"uid":"c71c6aabd813af3f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c71c6aabd813af3f","status":"passed","time":{"start":1729031949623,"stop":1729031949624,"duration":1}},{"uid":"66657baa3358d4e3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66657baa3358d4e3","status":"passed","time":{"start":1728901494757,"stop":1728901494758,"duration":1}},{"uid":"8f93693dffc6cfcf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8f93693dffc6cfcf","status":"passed","time":{"start":1728892929639,"stop":1728892929640,"duration":1}},{"uid":"1f3d84aa413fb8e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f3d84aa413fb8e2","status":"passed","time":{"start":1728855891580,"stop":1728855891580,"duration":0}},{"uid":"bc903850fa16778","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bc903850fa16778","status":"passed","time":{"start":1728738106822,"stop":1728738106823,"duration":1}},{"uid":"bc344ae13dd6f837","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc344ae13dd6f837","status":"passed","time":{"start":1728682642603,"stop":1728682642603,"duration":0}},{"uid":"2cd45b95513c4d23","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2cd45b95513c4d23","status":"passed","time":{"start":1728682214523,"stop":1728682214523,"duration":0}},{"uid":"855a1204a1e98df5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/855a1204a1e98df5","status":"passed","time":{"start":1728676690540,"stop":1728676690540,"duration":0}},{"uid":"4fb80b9250f32cbf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4fb80b9250f32cbf","status":"passed","time":{"start":1728669414115,"stop":1728669414116,"duration":1}},{"uid":"c97108f3c42042b6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c97108f3c42042b6","status":"passed","time":{"start":1728597753372,"stop":1728597753372,"duration":0}},{"uid":"226b190626affbe6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/226b190626affbe6","status":"passed","time":{"start":1728596970977,"stop":1728596970977,"duration":0}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b6873e964a091b03","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6873e964a091b03","status":"passed","time":{"start":1729034713700,"stop":1729034713701,"duration":1}},{"uid":"c9f453b89243d891","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c9f453b89243d891","status":"passed","time":{"start":1729034487483,"stop":1729034487484,"duration":1}},{"uid":"a1b343ea5ed84ade","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a1b343ea5ed84ade","status":"passed","time":{"start":1729034446109,"stop":1729034446109,"duration":0}},{"uid":"6d5dcd58f8e2ff5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6d5dcd58f8e2ff5d","status":"passed","time":{"start":1729032275828,"stop":1729032275828,"duration":0}},{"uid":"f40a8a4d8e357fe7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f40a8a4d8e357fe7","status":"passed","time":{"start":1728902036740,"stop":1728902036741,"duration":1}},{"uid":"84aadc7142fdd796","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84aadc7142fdd796","status":"passed","time":{"start":1728893472413,"stop":1728893472413,"duration":0}},{"uid":"46ce08ee1715a803","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46ce08ee1715a803","status":"passed","time":{"start":1728856423201,"stop":1728856423201,"duration":0}},{"uid":"cabd2a8bdf930812","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cabd2a8bdf930812","status":"passed","time":{"start":1728738648729,"stop":1728738648730,"duration":1}},{"uid":"80a18b6f837d7495","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80a18b6f837d7495","status":"passed","time":{"start":1728683179655,"stop":1728683179655,"duration":0}},{"uid":"137f29ec8aca834f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/137f29ec8aca834f","status":"passed","time":{"start":1728682757951,"stop":1728682757951,"duration":0}},{"uid":"7420837fdde96660","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7420837fdde96660","status":"passed","time":{"start":1728677238451,"stop":1728677238451,"duration":0}},{"uid":"f5f020f602867745","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5f020f602867745","status":"passed","time":{"start":1728669928220,"stop":1728669928220,"duration":0}},{"uid":"4b2894f1d888f06e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b2894f1d888f06e","status":"passed","time":{"start":1728598319590,"stop":1728598319590,"duration":0}},{"uid":"d28e711d46220843","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d28e711d46220843","status":"passed","time":{"start":1728597520647,"stop":1728597520647,"duration":0}}]},"3981f6d88da752d3eaf10ee7e6999722:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0c79721662b09fe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c79721662b09fe","status":"passed","time":{"start":1728597434079,"stop":1728597434079,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f2de1133210fc71a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f2de1133210fc71a","status":"passed","time":{"start":1729034728789,"stop":1729034728790,"duration":1}},{"uid":"622b9669d5df1ccc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/622b9669d5df1ccc","status":"passed","time":{"start":1729034400845,"stop":1729034400846,"duration":1}},{"uid":"1b4378a53f460550","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b4378a53f460550","status":"passed","time":{"start":1728902045392,"stop":1728902045392,"duration":0}},{"uid":"db9d15b411082042","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/db9d15b411082042","status":"passed","time":{"start":1728893481312,"stop":1728893481313,"duration":1}},{"uid":"98367b2e4306c037","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/98367b2e4306c037","status":"passed","time":{"start":1728856434369,"stop":1728856434369,"duration":0}},{"uid":"cb2061e79fb6bef0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb2061e79fb6bef0","status":"passed","time":{"start":1728738656936,"stop":1728738656936,"duration":0}},{"uid":"71ea3dc9e70d4160","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71ea3dc9e70d4160","status":"passed","time":{"start":1728683172725,"stop":1728683172725,"duration":0}},{"uid":"75553d75256194d6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/75553d75256194d6","status":"passed","time":{"start":1728682747612,"stop":1728682747612,"duration":0}},{"uid":"361f46b66c30996","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/361f46b66c30996","status":"passed","time":{"start":1728677247281,"stop":1728677247281,"duration":0}},{"uid":"9a2ca6e07dd81141","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9a2ca6e07dd81141","status":"passed","time":{"start":1728669917948,"stop":1728669917948,"duration":0}},{"uid":"2877130db6ef33e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2877130db6ef33e","status":"passed","time":{"start":1728598290718,"stop":1728598290718,"duration":0}},{"uid":"98b6455f9e6bf094","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/98b6455f9e6bf094","status":"passed","time":{"start":1728597515858,"stop":1728597515858,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"650bb5b70d795a18","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/650bb5b70d795a18","status":"passed","time":{"start":1729034636310,"stop":1729034636310,"duration":0}},{"uid":"46d5165fe6b6a112","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/46d5165fe6b6a112","status":"passed","time":{"start":1729034402260,"stop":1729034402265,"duration":5}},{"uid":"97750e28c11251e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/97750e28c11251e8","status":"passed","time":{"start":1729034323283,"stop":1729034323286,"duration":3}},{"uid":"b05883cd515474e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b05883cd515474e8","status":"passed","time":{"start":1729034144761,"stop":1729034144762,"duration":1}},{"uid":"e0efe1c61d63070e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e0efe1c61d63070e","status":"passed","time":{"start":1729032198812,"stop":1729032198812,"duration":0}},{"uid":"999636334b44e831","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/999636334b44e831","status":"passed","time":{"start":1728901901753,"stop":1728901901757,"duration":4}},{"uid":"6ac6dccf68852b01","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6ac6dccf68852b01","status":"passed","time":{"start":1728893337238,"stop":1728893337238,"duration":0}},{"uid":"f8901711329a5588","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f8901711329a5588","status":"passed","time":{"start":1728856299185,"stop":1728856299185,"duration":0}},{"uid":"53bd7c57dbab8148","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/53bd7c57dbab8148","status":"passed","time":{"start":1728738505371,"stop":1728738505371,"duration":0}},{"uid":"f719b9d5d34e5a06","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f719b9d5d34e5a06","status":"passed","time":{"start":1728683045439,"stop":1728683045440,"duration":1}},{"uid":"d8c9ef6078da5fd3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d8c9ef6078da5fd3","status":"passed","time":{"start":1728682607283,"stop":1728682607284,"duration":1}},{"uid":"b7400285dbbdc53f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b7400285dbbdc53f","status":"passed","time":{"start":1728677103489,"stop":1728677103490,"duration":1}},{"uid":"68e66ecfe880e9bb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/68e66ecfe880e9bb","status":"passed","time":{"start":1728669777112,"stop":1728669777113,"duration":1}},{"uid":"c68cefd006027094","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c68cefd006027094","status":"passed","time":{"start":1728598163462,"stop":1728598163462,"duration":0}},{"uid":"f32a020eb2453b25","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f32a020eb2453b25","status":"passed","time":{"start":1728597375459,"stop":1728597375460,"duration":1}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f6b9650aa49d1c9b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f6b9650aa49d1c9b","status":"passed","time":{"start":1729034341402,"stop":1729034341403,"duration":1}},{"uid":"c2e6b3d3285cc2e4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c2e6b3d3285cc2e4","status":"passed","time":{"start":1729034104911,"stop":1729034104911,"duration":0}},{"uid":"40c15aeeb92895be","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/40c15aeeb92895be","status":"passed","time":{"start":1729034028508,"stop":1729034028509,"duration":1}},{"uid":"7601840878814b2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7601840878814b2c","status":"passed","time":{"start":1729033843117,"stop":1729033843117,"duration":0}},{"uid":"576ed51d3763c02a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/576ed51d3763c02a","status":"passed","time":{"start":1729031892676,"stop":1729031892676,"duration":0}},{"uid":"67685330f4e47827","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67685330f4e47827","status":"passed","time":{"start":1728901438807,"stop":1728901438807,"duration":0}},{"uid":"1cbb33cc6540d70c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cbb33cc6540d70c","status":"passed","time":{"start":1728892868999,"stop":1728892868999,"duration":0}},{"uid":"672b11402d8d9590","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/672b11402d8d9590","status":"passed","time":{"start":1728855831891,"stop":1728855831891,"duration":0}},{"uid":"14ebfb76f5b14d8e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/14ebfb76f5b14d8e","status":"passed","time":{"start":1728738049038,"stop":1728738049039,"duration":1}},{"uid":"39f2c5c2a2b71323","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39f2c5c2a2b71323","status":"passed","time":{"start":1728682582617,"stop":1728682582617,"duration":0}},{"uid":"bab577be3b39f881","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bab577be3b39f881","status":"passed","time":{"start":1728682155406,"stop":1728682155407,"duration":1}},{"uid":"4f5d2f49a164495","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f5d2f49a164495","status":"passed","time":{"start":1728676629972,"stop":1728676629972,"duration":0}},{"uid":"187d9716af6dea9b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/187d9716af6dea9b","status":"passed","time":{"start":1728669353100,"stop":1728669353100,"duration":0}},{"uid":"36db7a03abba878f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/36db7a03abba878f","status":"passed","time":{"start":1728597693844,"stop":1728597693845,"duration":1}},{"uid":"ad134a6f1266d424","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ad134a6f1266d424","status":"passed","time":{"start":1728596913089,"stop":1728596913089,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a2f086f523122482","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a2f086f523122482","status":"passed","time":{"start":1729034631255,"stop":1729034631256,"duration":1}},{"uid":"eeb64760fb187c41","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/eeb64760fb187c41","status":"passed","time":{"start":1729034400892,"stop":1729034400893,"duration":1}},{"uid":"1f5f8fab0c7014b1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1f5f8fab0c7014b1","status":"passed","time":{"start":1729034317462,"stop":1729034317462,"duration":0}},{"uid":"9ec1bffba5338d2d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ec1bffba5338d2d","status":"passed","time":{"start":1729034137144,"stop":1729034137144,"duration":0}},{"uid":"26fa70e2e8c33130","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/26fa70e2e8c33130","status":"passed","time":{"start":1729032206878,"stop":1729032206878,"duration":0}},{"uid":"fa8b45549288afb8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fa8b45549288afb8","status":"passed","time":{"start":1728901995024,"stop":1728901995024,"duration":0}},{"uid":"ebc00df87595d54f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ebc00df87595d54f","status":"passed","time":{"start":1728893420998,"stop":1728893421000,"duration":2}},{"uid":"818dfeb5d37a89e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/818dfeb5d37a89e","status":"passed","time":{"start":1728856368599,"stop":1728856368599,"duration":0}},{"uid":"71ad835f1bf8a066","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/71ad835f1bf8a066","status":"passed","time":{"start":1728738604684,"stop":1728738604684,"duration":0}},{"uid":"e25e79de25e60ae8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e25e79de25e60ae8","status":"passed","time":{"start":1728683117633,"stop":1728683117638,"duration":5}},{"uid":"dc484ef7d1bfe14b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dc484ef7d1bfe14b","status":"passed","time":{"start":1728682721320,"stop":1728682721320,"duration":0}},{"uid":"87210c610911170a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87210c610911170a","status":"passed","time":{"start":1728677184686,"stop":1728677184686,"duration":0}},{"uid":"7f031ff3fba19c2e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f031ff3fba19c2e","status":"passed","time":{"start":1728669866455,"stop":1728669866455,"duration":0}},{"uid":"5735b3edeb308b0d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5735b3edeb308b0d","status":"passed","time":{"start":1728598249993,"stop":1728598249994,"duration":1}},{"uid":"2d3d9556e729f844","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2d3d9556e729f844","status":"passed","time":{"start":1728597472300,"stop":1728597472300,"duration":0}}]},"dd71284d3c4a56ca029723d9ab401af3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45e6661335ca799f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45e6661335ca799f","status":"passed","time":{"start":1729034014876,"stop":1729034014877,"duration":1}}]},"9556bc67d5be158c336a29608903da19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"875877588eb53661","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/875877588eb53661","status":"passed","time":{"start":1728683117688,"stop":1728683117688,"duration":0}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ac98161b7f033c16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac98161b7f033c16","status":"passed","time":{"start":1729034656473,"stop":1729034656473,"duration":0}},{"uid":"528cc55983f5563f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/528cc55983f5563f","status":"passed","time":{"start":1729034428560,"stop":1729034428560,"duration":0}},{"uid":"fdf000c3e8761926","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fdf000c3e8761926","status":"passed","time":{"start":1729034348219,"stop":1729034348219,"duration":0}},{"uid":"a050468f139493ae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a050468f139493ae","status":"passed","time":{"start":1729034169452,"stop":1729034169453,"duration":1}},{"uid":"105f2978ccfe1d91","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/105f2978ccfe1d91","status":"passed","time":{"start":1729032228821,"stop":1729032228821,"duration":0}},{"uid":"833757cce380a4d7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/833757cce380a4d7","status":"passed","time":{"start":1728901950558,"stop":1728901950559,"duration":1}},{"uid":"3d59da336337848c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d59da336337848c","status":"passed","time":{"start":1728893389991,"stop":1728893389991,"duration":0}},{"uid":"d41ebdcf12b360c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d41ebdcf12b360c4","status":"passed","time":{"start":1728856333683,"stop":1728856333684,"duration":1}},{"uid":"dd96eb6d75253a86","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dd96eb6d75253a86","status":"passed","time":{"start":1728738555101,"stop":1728738555101,"duration":0}},{"uid":"e5924f83aaa607d2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e5924f83aaa607d2","status":"passed","time":{"start":1728683093177,"stop":1728683093177,"duration":0}},{"uid":"ac1e30eea3978db6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac1e30eea3978db6","status":"passed","time":{"start":1728682652697,"stop":1728682652697,"duration":0}},{"uid":"493707335fc7ad5d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/493707335fc7ad5d","status":"passed","time":{"start":1728677156819,"stop":1728677156819,"duration":0}},{"uid":"b62d6e6bf2800353","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b62d6e6bf2800353","status":"passed","time":{"start":1728669834444,"stop":1728669834445,"duration":1}},{"uid":"ff2aaea7c661b85e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ff2aaea7c661b85e","status":"passed","time":{"start":1728598212619,"stop":1728598212619,"duration":0}},{"uid":"2b95583fe0e191c7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2b95583fe0e191c7","status":"passed","time":{"start":1728597423331,"stop":1728597423331,"duration":0}}]},"d5ccc70428c68c0c0fb6b0e759fca6e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"651897abdced063f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/651897abdced063f","status":"passed","time":{"start":1728677163569,"stop":1728677163570,"duration":1}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"43aa0c74242f31a6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/43aa0c74242f31a6","status":"passed","time":{"start":1729034462535,"stop":1729034462535,"duration":0}},{"uid":"c43ad9e267e6108c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c43ad9e267e6108c","status":"passed","time":{"start":1729034231346,"stop":1729034231347,"duration":1}},{"uid":"cd7b5b940d2b1cfc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cd7b5b940d2b1cfc","status":"passed","time":{"start":1729034153007,"stop":1729034153007,"duration":0}},{"uid":"8039a592883ee391","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8039a592883ee391","status":"passed","time":{"start":1729033965758,"stop":1729033965758,"duration":0}},{"uid":"8b92f9dd1827f30b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b92f9dd1827f30b","status":"passed","time":{"start":1729032018039,"stop":1729032018039,"duration":0}},{"uid":"f57badf3790298e7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f57badf3790298e7","status":"passed","time":{"start":1728901595890,"stop":1728901595891,"duration":1}},{"uid":"a93dbb81a91371c3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a93dbb81a91371c3","status":"passed","time":{"start":1728893032692,"stop":1728893032692,"duration":0}},{"uid":"cc989f8154908451","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc989f8154908451","status":"passed","time":{"start":1728855998191,"stop":1728855998191,"duration":0}},{"uid":"67eaee90d08803b3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67eaee90d08803b3","status":"passed","time":{"start":1728738212198,"stop":1728738212212,"duration":14}},{"uid":"bc5acd0eb0968a3c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc5acd0eb0968a3c","status":"passed","time":{"start":1728682746616,"stop":1728682746617,"duration":1}},{"uid":"995f020f55d7c297","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/995f020f55d7c297","status":"passed","time":{"start":1728682328620,"stop":1728682328620,"duration":0}},{"uid":"cc2074b3cbc2c1a9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cc2074b3cbc2c1a9","status":"passed","time":{"start":1728676807596,"stop":1728676807596,"duration":0}},{"uid":"fcecbcd601515545","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fcecbcd601515545","status":"passed","time":{"start":1728669514931,"stop":1728669514931,"duration":0}},{"uid":"e544866e5501f345","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e544866e5501f345","status":"passed","time":{"start":1728597860140,"stop":1728597860140,"duration":0}},{"uid":"d486560b89bee97f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d486560b89bee97f","status":"passed","time":{"start":1728597074718,"stop":1728597074718,"duration":0}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"478bd1c99e725f3e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/478bd1c99e725f3e","status":"passed","time":{"start":1729034713702,"stop":1729034713702,"duration":0}},{"uid":"a69d3e1a9ce8b792","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a69d3e1a9ce8b792","status":"passed","time":{"start":1729034487485,"stop":1729034487486,"duration":1}},{"uid":"d5f1b86d5b05dac7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d5f1b86d5b05dac7","status":"passed","time":{"start":1729034446111,"stop":1729034446111,"duration":0}},{"uid":"3c23f536a5aa5137","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c23f536a5aa5137","status":"passed","time":{"start":1729032275829,"stop":1729032275829,"duration":0}},{"uid":"78e92b4166b18d13","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78e92b4166b18d13","status":"passed","time":{"start":1728902036742,"stop":1728902036742,"duration":0}},{"uid":"3c265a3ae920ad59","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c265a3ae920ad59","status":"passed","time":{"start":1728893472414,"stop":1728893472415,"duration":1}},{"uid":"b43f83b00fc9af3c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b43f83b00fc9af3c","status":"passed","time":{"start":1728856423202,"stop":1728856423203,"duration":1}},{"uid":"5e8af03de22ee094","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5e8af03de22ee094","status":"passed","time":{"start":1728738648731,"stop":1728738648731,"duration":0}},{"uid":"6bc90a416791e83a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6bc90a416791e83a","status":"passed","time":{"start":1728683179656,"stop":1728683179657,"duration":1}},{"uid":"99486f95eb424297","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99486f95eb424297","status":"passed","time":{"start":1728682757952,"stop":1728682757952,"duration":0}},{"uid":"370509b587525f64","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/370509b587525f64","status":"passed","time":{"start":1728677238452,"stop":1728677238452,"duration":0}},{"uid":"54cef84635177456","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/54cef84635177456","status":"passed","time":{"start":1728669928222,"stop":1728669928222,"duration":0}},{"uid":"f0b26818d27d33ed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f0b26818d27d33ed","status":"passed","time":{"start":1728598319591,"stop":1728598319591,"duration":0}},{"uid":"1492e000eaf7faaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1492e000eaf7faaa","status":"passed","time":{"start":1728597520648,"stop":1728597520648,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d97fe66138014db9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d97fe66138014db9","status":"passed","time":{"start":1729034704494,"stop":1729034704494,"duration":0}},{"uid":"12238e3231f1fc71","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12238e3231f1fc71","status":"passed","time":{"start":1729034474987,"stop":1729034474988,"duration":1}},{"uid":"a4bb3a5ab7a5dedb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a4bb3a5ab7a5dedb","status":"passed","time":{"start":1729034395290,"stop":1729034395290,"duration":0}},{"uid":"e8ba2cf94cff6cdd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e8ba2cf94cff6cdd","status":"passed","time":{"start":1729034209099,"stop":1729034209099,"duration":0}},{"uid":"7e3d2da376bb34ab","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e3d2da376bb34ab","status":"passed","time":{"start":1729032264567,"stop":1729032264568,"duration":1}},{"uid":"334235349ee612da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/334235349ee612da","status":"passed","time":{"start":1728902012850,"stop":1728902012851,"duration":1}},{"uid":"9fb61171dbc1c13f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9fb61171dbc1c13f","status":"passed","time":{"start":1728893454811,"stop":1728893454811,"duration":0}},{"uid":"fdf39a4b5d4e2bcd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fdf39a4b5d4e2bcd","status":"passed","time":{"start":1728856408452,"stop":1728856408452,"duration":0}},{"uid":"bf5df135225bef75","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf5df135225bef75","status":"passed","time":{"start":1728738633854,"stop":1728738633854,"duration":0}},{"uid":"ab4f68352a73f2f2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab4f68352a73f2f2","status":"passed","time":{"start":1728683159756,"stop":1728683159757,"duration":1}},{"uid":"3217baa699db7cb1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3217baa699db7cb1","status":"passed","time":{"start":1728682751329,"stop":1728682751329,"duration":0}},{"uid":"3d99f309db8ac112","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3d99f309db8ac112","status":"passed","time":{"start":1728677216355,"stop":1728677216355,"duration":0}},{"uid":"d866e02ec5d467cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d866e02ec5d467cc","status":"passed","time":{"start":1728669925454,"stop":1728669925454,"duration":0}},{"uid":"460a47efa4eec644","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/460a47efa4eec644","status":"passed","time":{"start":1728598268802,"stop":1728598268803,"duration":1}},{"uid":"ec686315eb601629","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec686315eb601629","status":"passed","time":{"start":1728597503918,"stop":1728597503919,"duration":1}}]},"b6987ca6e7bff8f1950148a0f3282df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2bb5b0c9be41c96","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b2bb5b0c9be41c96","status":"passed","time":{"start":1729034259818,"stop":1729034259820,"duration":2}}]},"1e7363c8b314fd3ba9cf148e2468973a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c6ea38d610751f0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2c6ea38d610751f0","status":"passed","time":{"start":1728683033640,"stop":1728683033640,"duration":0}}]},"8d26f3304fc16b09cac3f6ede9379ed5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"b8291f0e36d88793","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b8291f0e36d88793","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473219,"stop":1729034473220,"duration":1}},{"uid":"c8950613b177a125","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c8950613b177a125","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241162,"stop":1729034241162,"duration":0}},{"uid":"53d56d88abb9c059","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/53d56d88abb9c059","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159975,"stop":1729034159975,"duration":0}},{"uid":"ba6e3cb4ca1d8df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba6e3cb4ca1d8df","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977066,"duration":1}},{"uid":"e171caeb51db24b0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e171caeb51db24b0","status":"passed","time":{"start":1729032093802,"stop":1729032093803,"duration":1}},{"uid":"852aa505fd160a4f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/852aa505fd160a4f","status":"passed","time":{"start":1728901748774,"stop":1728901748775,"duration":1}},{"uid":"46f0f8707acc3afb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/46f0f8707acc3afb","status":"passed","time":{"start":1728893181087,"stop":1728893181088,"duration":1}},{"uid":"80bfe2b1f1ca5fd2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/80bfe2b1f1ca5fd2","status":"passed","time":{"start":1728856155553,"stop":1728856155553,"duration":0}},{"uid":"cf12a35b8063d01a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cf12a35b8063d01a","status":"passed","time":{"start":1728738360299,"stop":1728738360301,"duration":2}},{"uid":"3183e2b013f2c8cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3183e2b013f2c8cc","status":"passed","time":{"start":1728682907223,"stop":1728682907223,"duration":0}},{"uid":"2432dd4985aaf4d9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2432dd4985aaf4d9","status":"passed","time":{"start":1728682466737,"stop":1728682466737,"duration":0}},{"uid":"3af8ec32ab05083f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3af8ec32ab05083f","status":"passed","time":{"start":1728676955723,"stop":1728676955724,"duration":1}},{"uid":"71011cf02995a59f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/71011cf02995a59f","status":"passed","time":{"start":1728598013536,"stop":1728598013536,"duration":0}},{"uid":"6238ac8aa92bc448","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6238ac8aa92bc448","status":"passed","time":{"start":1728597225201,"stop":1728597225202,"duration":1}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7998a58084276c14","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7998a58084276c14","status":"passed","time":{"start":1729034472975,"stop":1729034472976,"duration":1}},{"uid":"501920170cdc4239","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/501920170cdc4239","status":"passed","time":{"start":1729034240919,"stop":1729034240920,"duration":1}},{"uid":"cd118239dd122e39","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cd118239dd122e39","status":"passed","time":{"start":1729034159616,"stop":1729034159617,"duration":1}},{"uid":"448d08ecf0d94a8c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/448d08ecf0d94a8c","status":"passed","time":{"start":1729033976801,"stop":1729033976801,"duration":0}},{"uid":"f13b0fc788d01bda","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f13b0fc788d01bda","status":"passed","time":{"start":1729032020519,"stop":1729032020523,"duration":4}},{"uid":"65f9e8d6520ac5d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65f9e8d6520ac5d2","status":"passed","time":{"start":1728901616435,"stop":1728901616436,"duration":1}},{"uid":"9c45ca79a60f1ba8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9c45ca79a60f1ba8","status":"passed","time":{"start":1728893050246,"stop":1728893050246,"duration":0}},{"uid":"ca7476db7cb06a05","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca7476db7cb06a05","status":"passed","time":{"start":1728856015173,"stop":1728856015173,"duration":0}},{"uid":"d06eae2956774b9e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d06eae2956774b9e","status":"passed","time":{"start":1728738233141,"stop":1728738233142,"duration":1}},{"uid":"758b6eaaac0eca0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/758b6eaaac0eca0","status":"passed","time":{"start":1728682762473,"stop":1728682762474,"duration":1}},{"uid":"389c44b34c2f1ab7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/389c44b34c2f1ab7","status":"passed","time":{"start":1728682332787,"stop":1728682332787,"duration":0}},{"uid":"f30ed70720f13d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f30ed70720f13d","status":"passed","time":{"start":1728676810292,"stop":1728676810293,"duration":1}},{"uid":"babbc6765f67616d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/babbc6765f67616d","status":"passed","time":{"start":1728669529900,"stop":1728669529900,"duration":0}},{"uid":"7523ea4b027b3d8f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7523ea4b027b3d8f","status":"passed","time":{"start":1728597873535,"stop":1728597873535,"duration":0}},{"uid":"d04975f991495cbe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d04975f991495cbe","status":"passed","time":{"start":1728597089275,"stop":1728597089275,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3889080da7fdfe23","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3889080da7fdfe23","status":"passed","time":{"start":1729034435411,"stop":1729034435412,"duration":1}},{"uid":"1f2240038a3c689a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1f2240038a3c689a","status":"passed","time":{"start":1729034202096,"stop":1729034202096,"duration":0}},{"uid":"a46c47c8395a6e43","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a46c47c8395a6e43","status":"passed","time":{"start":1729034126112,"stop":1729034126112,"duration":0}},{"uid":"2e8a3af46ecfe32d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2e8a3af46ecfe32d","status":"passed","time":{"start":1729033939922,"stop":1729033939922,"duration":0}},{"uid":"b54d695d40e364d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b54d695d40e364d1","status":"passed","time":{"start":1729031988773,"stop":1729031988774,"duration":1}},{"uid":"c9de60c7859ec595","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c9de60c7859ec595","status":"passed","time":{"start":1728901555752,"stop":1728901555753,"duration":1}},{"uid":"c13232b691bc370b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c13232b691bc370b","status":"passed","time":{"start":1728892995571,"stop":1728892995571,"duration":0}},{"uid":"2d6349a57f3ff817","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d6349a57f3ff817","status":"passed","time":{"start":1728855954641,"stop":1728855954642,"duration":1}},{"uid":"715f880946603b55","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/715f880946603b55","status":"passed","time":{"start":1728738169504,"stop":1728738169504,"duration":0}},{"uid":"588e077c4b3361c5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/588e077c4b3361c5","status":"passed","time":{"start":1728682707226,"stop":1728682707227,"duration":1}},{"uid":"af53c42ce9a4305a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af53c42ce9a4305a","status":"passed","time":{"start":1728682285116,"stop":1728682285117,"duration":1}},{"uid":"642933ae1443eba6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/642933ae1443eba6","status":"passed","time":{"start":1728676761148,"stop":1728676761148,"duration":0}},{"uid":"f742e1676ef09bff","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f742e1676ef09bff","status":"passed","time":{"start":1728669488935,"stop":1728669488935,"duration":0}},{"uid":"dd3d0d4341da97fc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dd3d0d4341da97fc","status":"passed","time":{"start":1728597819560,"stop":1728597819560,"duration":0}},{"uid":"a0e5b16de339ac1e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a0e5b16de339ac1e","status":"passed","time":{"start":1728597041916,"stop":1728597041917,"duration":1}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d5f835aabe04084b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d5f835aabe04084b","status":"passed","time":{"start":1729034640522,"stop":1729034640523,"duration":1}},{"uid":"aca51ef90ecf155e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aca51ef90ecf155e","status":"passed","time":{"start":1729034411423,"stop":1729034411423,"duration":0}},{"uid":"e0ace90361eb31f4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e0ace90361eb31f4","status":"passed","time":{"start":1729034327402,"stop":1729034327403,"duration":1}},{"uid":"8dfddb5c340280cb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8dfddb5c340280cb","status":"passed","time":{"start":1729034147772,"stop":1729034147772,"duration":0}},{"uid":"9c6e80c8c363d5b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9c6e80c8c363d5b4","status":"passed","time":{"start":1729032204827,"stop":1729032204828,"duration":1}},{"uid":"938e8723daf7d3c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/938e8723daf7d3c","status":"passed","time":{"start":1728901907700,"stop":1728901907700,"duration":0}},{"uid":"d7f9884377fc3f89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d7f9884377fc3f89","status":"passed","time":{"start":1728893341888,"stop":1728893341888,"duration":0}},{"uid":"80c5af58d366efbe","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/80c5af58d366efbe","status":"passed","time":{"start":1728856299357,"stop":1728856299370,"duration":13}},{"uid":"76b757c8113edab5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76b757c8113edab5","status":"passed","time":{"start":1728738511617,"stop":1728738511617,"duration":0}},{"uid":"472cb4c2a6d1786f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/472cb4c2a6d1786f","status":"passed","time":{"start":1728683052911,"stop":1728683052911,"duration":0}},{"uid":"99193f433cbb1108","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99193f433cbb1108","status":"passed","time":{"start":1728682612910,"stop":1728682612911,"duration":1}},{"uid":"55531e433d4a2804","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/55531e433d4a2804","status":"passed","time":{"start":1728677115746,"stop":1728677115746,"duration":0}},{"uid":"5dba4c3a53d249de","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5dba4c3a53d249de","status":"passed","time":{"start":1728669778174,"stop":1728669778174,"duration":0}},{"uid":"568a370e65378a80","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/568a370e65378a80","status":"passed","time":{"start":1728598175432,"stop":1728598175432,"duration":0}},{"uid":"2727f812726f8baf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2727f812726f8baf","status":"passed","time":{"start":1728597380061,"stop":1728597380061,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"aed53a11f637ac55","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aed53a11f637ac55","status":"passed","time":{"start":1729034611654,"stop":1729034611655,"duration":1}},{"uid":"b7d866c199373072","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b7d866c199373072","status":"passed","time":{"start":1729034393628,"stop":1729034393630,"duration":2}},{"uid":"9cdcf7498d7abf69","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9cdcf7498d7abf69","status":"passed","time":{"start":1729034304822,"stop":1729034304823,"duration":1}},{"uid":"a8b57d9537e2da08","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8b57d9537e2da08","status":"passed","time":{"start":1729034121892,"stop":1729034121892,"duration":0}},{"uid":"69bf8bc964c209fb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/69bf8bc964c209fb","status":"passed","time":{"start":1729032174799,"stop":1729032174799,"duration":0}},{"uid":"f4058ba961b6260a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f4058ba961b6260a","status":"passed","time":{"start":1728901881005,"stop":1728901881005,"duration":0}},{"uid":"936a6e0abd940f00","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/936a6e0abd940f00","status":"passed","time":{"start":1728893317151,"stop":1728893317151,"duration":0}},{"uid":"e5faf6bafdb7895e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e5faf6bafdb7895e","status":"passed","time":{"start":1728856263066,"stop":1728856263066,"duration":0}},{"uid":"5d325e3d118536ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5d325e3d118536ca","status":"passed","time":{"start":1728738492790,"stop":1728738492790,"duration":0}},{"uid":"bba387f6dfe62ca2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bba387f6dfe62ca2","status":"passed","time":{"start":1728683030009,"stop":1728683030009,"duration":0}},{"uid":"6078d2798fbfae84","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6078d2798fbfae84","status":"passed","time":{"start":1728682581083,"stop":1728682581085,"duration":2}},{"uid":"49e2aa0b455ec886","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/49e2aa0b455ec886","status":"passed","time":{"start":1728677081985,"stop":1728677081986,"duration":1}},{"uid":"2b756e8680d05d6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b756e8680d05d6","status":"passed","time":{"start":1728669795387,"stop":1728669795387,"duration":0}},{"uid":"abc37b1911dce0e3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/abc37b1911dce0e3","status":"passed","time":{"start":1728598137496,"stop":1728598137496,"duration":0}},{"uid":"2495ac9ab7005bda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2495ac9ab7005bda","status":"passed","time":{"start":1728597353474,"stop":1728597353474,"duration":0}}]},"dba59f84b9905e83b10ab2181119aef7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61a6ccc663a1cf18","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/61a6ccc663a1cf18","status":"passed","time":{"start":1729034370918,"stop":1729034370918,"duration":0}}]},"fcddc9619929a4cdd7bbc0f0e72295be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf0723fb3e0425b1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf0723fb3e0425b1","status":"passed","time":{"start":1728738604693,"stop":1728738604693,"duration":0}}]},"0be000cbac5239e7750a62b497de2d41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c5abc718deab8800","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c5abc718deab8800","status":"passed","time":{"start":1728598250014,"stop":1728598250014,"duration":0}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c9ee836faf83394","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c9ee836faf83394","status":"passed","time":{"start":1729034340753,"stop":1729034340753,"duration":0}},{"uid":"dca52e1a4b5fa66b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dca52e1a4b5fa66b","status":"passed","time":{"start":1729034104167,"stop":1729034104167,"duration":0}},{"uid":"83c9feac1ebb2b0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/83c9feac1ebb2b0d","status":"passed","time":{"start":1729034027738,"stop":1729034027739,"duration":1}},{"uid":"95d59c9e4e90b197","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95d59c9e4e90b197","status":"passed","time":{"start":1729033842344,"stop":1729033842345,"duration":1}},{"uid":"e48332dfcf8e2719","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e48332dfcf8e2719","status":"passed","time":{"start":1729031892045,"stop":1729031892045,"duration":0}},{"uid":"459b6f1cec31b8c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/459b6f1cec31b8c0","status":"passed","time":{"start":1728901438027,"stop":1728901438028,"duration":1}},{"uid":"3b8c87acb408adc4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b8c87acb408adc4","status":"passed","time":{"start":1728892868231,"stop":1728892868231,"duration":0}},{"uid":"d71b8b3a104d40ba","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d71b8b3a104d40ba","status":"passed","time":{"start":1728855831078,"stop":1728855831078,"duration":0}},{"uid":"ccf1426f7b27ca03","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ccf1426f7b27ca03","status":"passed","time":{"start":1728738048438,"stop":1728738048439,"duration":1}},{"uid":"bf86dda989d3f821","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bf86dda989d3f821","status":"passed","time":{"start":1728682581840,"stop":1728682581841,"duration":1}},{"uid":"ee5074900480c96c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ee5074900480c96c","status":"passed","time":{"start":1728682154706,"stop":1728682154706,"duration":0}},{"uid":"dd6364b82065964e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd6364b82065964e","status":"passed","time":{"start":1728676629294,"stop":1728676629295,"duration":1}},{"uid":"d897880ab77a42ce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d897880ab77a42ce","status":"passed","time":{"start":1728669352209,"stop":1728669352210,"duration":1}},{"uid":"da681aff750aaca9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/da681aff750aaca9","status":"passed","time":{"start":1728597693013,"stop":1728597693014,"duration":1}},{"uid":"5588b1669b043b33","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5588b1669b043b33","status":"passed","time":{"start":1728596912515,"stop":1728596912516,"duration":1}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"dcdc75974837a228","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcdc75974837a228","status":"passed","time":{"start":1729034356139,"stop":1729034356140,"duration":1}},{"uid":"c1b1ce6d2f20276f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c1b1ce6d2f20276f","status":"passed","time":{"start":1729034120217,"stop":1729034120218,"duration":1}},{"uid":"3a507b4dae205b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a507b4dae205b3","status":"passed","time":{"start":1729034043146,"stop":1729034043146,"duration":0}},{"uid":"ce5e819b14f49a4f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce5e819b14f49a4f","status":"passed","time":{"start":1729033857769,"stop":1729033857769,"duration":0}},{"uid":"49d749579a5ae6b1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/49d749579a5ae6b1","status":"passed","time":{"start":1729031907988,"stop":1729031907989,"duration":1}},{"uid":"7f84ca394b13c4b3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f84ca394b13c4b3","status":"passed","time":{"start":1728901453414,"stop":1728901453415,"duration":1}},{"uid":"67000cdef39dda75","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/67000cdef39dda75","status":"passed","time":{"start":1728892883981,"stop":1728892883982,"duration":1}},{"uid":"7b2c4663b9af025f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7b2c4663b9af025f","status":"passed","time":{"start":1728855846188,"stop":1728855846188,"duration":0}},{"uid":"7a4d816b6b9a6047","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a4d816b6b9a6047","status":"passed","time":{"start":1728738063650,"stop":1728738063651,"duration":1}},{"uid":"7685e7b1fca4a9ac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7685e7b1fca4a9ac","status":"passed","time":{"start":1728682597533,"stop":1728682597533,"duration":0}},{"uid":"786359c70767ff50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/786359c70767ff50","status":"passed","time":{"start":1728682170204,"stop":1728682170205,"duration":1}},{"uid":"e7a3d71ff011ca67","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e7a3d71ff011ca67","status":"passed","time":{"start":1728676644983,"stop":1728676644984,"duration":1}},{"uid":"6dd3252aa013870b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6dd3252aa013870b","status":"passed","time":{"start":1728669367856,"stop":1728669367856,"duration":0}},{"uid":"9606a567d8c0a946","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9606a567d8c0a946","status":"passed","time":{"start":1728597708662,"stop":1728597708662,"duration":0}},{"uid":"dd46f2d1ba751d9c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dd46f2d1ba751d9c","status":"passed","time":{"start":1728596927481,"stop":1728596927481,"duration":0}}]},"6b6986fd9a7c82378ad463dd0f858efc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da17c39cfc26ac31","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/da17c39cfc26ac31","status":"passed","time":{"start":1728682381285,"stop":1728682381285,"duration":0}}]},"ba67d2544498798092b28354607f01d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"26dfc2828bb95dfa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/26dfc2828bb95dfa","status":"passed","time":{"start":1729034373012,"stop":1729034373012,"duration":0}},{"uid":"5913bdffd2067879","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5913bdffd2067879","status":"passed","time":{"start":1729034137118,"stop":1729034137119,"duration":1}},{"uid":"7857105513d9b87f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7857105513d9b87f","status":"passed","time":{"start":1729034060047,"stop":1729034060048,"duration":1}},{"uid":"b70edadf0e11f8bc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b70edadf0e11f8bc","status":"passed","time":{"start":1729033875030,"stop":1729033875030,"duration":0}},{"uid":"8b469f15633fb469","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b469f15633fb469","status":"passed","time":{"start":1729031924911,"stop":1729031924911,"duration":0}},{"uid":"6d31d7b708376747","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6d31d7b708376747","status":"passed","time":{"start":1728901469137,"stop":1728901469137,"duration":0}},{"uid":"a9f6c91aeea0f8e8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a9f6c91aeea0f8e8","status":"passed","time":{"start":1728892899802,"stop":1728892899802,"duration":0}},{"uid":"46d3722f31d4da4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46d3722f31d4da4c","status":"passed","time":{"start":1728855863298,"stop":1728855863299,"duration":1}},{"uid":"f948490b0fdbc660","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f948490b0fdbc660","status":"passed","time":{"start":1728738080959,"stop":1728738080959,"duration":0}},{"uid":"160eee1a90befc15","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/160eee1a90befc15","status":"passed","time":{"start":1728682614318,"stop":1728682614318,"duration":0}},{"uid":"a98f569a17c65494","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a98f569a17c65494","status":"passed","time":{"start":1728682187223,"stop":1728682187223,"duration":0}},{"uid":"48b0d73dd3acde1d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/48b0d73dd3acde1d","status":"passed","time":{"start":1728676661425,"stop":1728676661425,"duration":0}},{"uid":"45896bcb98d0a82c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/45896bcb98d0a82c","status":"passed","time":{"start":1728669384756,"stop":1728669384756,"duration":0}},{"uid":"76d1b0623c4b3efb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/76d1b0623c4b3efb","status":"passed","time":{"start":1728597724213,"stop":1728597724214,"duration":1}},{"uid":"e555191abf691462","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e555191abf691462","status":"passed","time":{"start":1728596943267,"stop":1728596943268,"duration":1}}]},"4c8dea71aea91e18fc61844b3543a9f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6950f48d8a07bc94","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6950f48d8a07bc94","status":"passed","time":{"start":1729034323301,"stop":1729034323301,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7258e9497d0d3330","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7258e9497d0d3330","status":"passed","time":{"start":1729034536789,"stop":1729034536789,"duration":0}},{"uid":"c500d099ba5ca843","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c500d099ba5ca843","status":"passed","time":{"start":1729034307033,"stop":1729034307033,"duration":0}},{"uid":"301c237c9998833f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/301c237c9998833f","status":"passed","time":{"start":1729034223309,"stop":1729034223309,"duration":0}},{"uid":"e45ba3c8a19c8c5a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e45ba3c8a19c8c5a","status":"passed","time":{"start":1729034034983,"stop":1729034034984,"duration":1}},{"uid":"52bfdabf52d46107","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/52bfdabf52d46107","status":"passed","time":{"start":1729032066304,"stop":1729032066305,"duration":1}},{"uid":"9a0123614f86981f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9a0123614f86981f","status":"passed","time":{"start":1728901706621,"stop":1728901706622,"duration":1}},{"uid":"f01a2e7b7a97b66","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f01a2e7b7a97b66","status":"passed","time":{"start":1728893153424,"stop":1728893153425,"duration":1}},{"uid":"350de644f9471a20","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/350de644f9471a20","status":"passed","time":{"start":1728856108128,"stop":1728856108128,"duration":0}},{"uid":"c3450a0f67ae7796","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c3450a0f67ae7796","status":"passed","time":{"start":1728738316670,"stop":1728738316670,"duration":0}},{"uid":"b4989411d81f2662","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b4989411d81f2662","status":"passed","time":{"start":1728682865321,"stop":1728682865322,"duration":1}},{"uid":"387a34c65e187db2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/387a34c65e187db2","status":"passed","time":{"start":1728682446997,"stop":1728682446997,"duration":0}},{"uid":"f2af220c3064078e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f2af220c3064078e","status":"passed","time":{"start":1728676924481,"stop":1728676924482,"duration":1}},{"uid":"b1f22b0df3c3c012","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1f22b0df3c3c012","status":"passed","time":{"start":1728669626265,"stop":1728669626265,"duration":0}},{"uid":"f4fefc200a7c480","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f4fefc200a7c480","status":"passed","time":{"start":1728597973675,"stop":1728597973675,"duration":0}},{"uid":"51166597d408f9ac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/51166597d408f9ac","status":"passed","time":{"start":1728597188040,"stop":1728597188041,"duration":1}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5e02166a29fd59f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5e02166a29fd59f2","status":"passed","time":{"start":1729034617759,"stop":1729034617759,"duration":0}},{"uid":"1ade852b7bd387a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1ade852b7bd387a","status":"passed","time":{"start":1729034370867,"stop":1729034370867,"duration":0}},{"uid":"3e698a77f3e82756","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3e698a77f3e82756","status":"passed","time":{"start":1729034308870,"stop":1729034308871,"duration":1}},{"uid":"46e004e45d313811","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/46e004e45d313811","status":"passed","time":{"start":1729034129473,"stop":1729034129474,"duration":1}},{"uid":"be40859c3bbadfcc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be40859c3bbadfcc","status":"passed","time":{"start":1729032178367,"stop":1729032178367,"duration":0}},{"uid":"1a6cce538fe92c66","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1a6cce538fe92c66","status":"passed","time":{"start":1728901896346,"stop":1728901896347,"duration":1}},{"uid":"89a190a4406e19b5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/89a190a4406e19b5","status":"passed","time":{"start":1728893329025,"stop":1728893329025,"duration":0}},{"uid":"96ff2c20334db457","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/96ff2c20334db457","status":"passed","time":{"start":1728856284763,"stop":1728856284764,"duration":1}},{"uid":"f3bae6c9067d1fbe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f3bae6c9067d1fbe","status":"passed","time":{"start":1728738494940,"stop":1728738494940,"duration":0}},{"uid":"130250293c3e8c88","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/130250293c3e8c88","status":"passed","time":{"start":1728683033631,"stop":1728683033631,"duration":0}},{"uid":"eec386bd5f749199","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eec386bd5f749199","status":"passed","time":{"start":1728682601736,"stop":1728682601736,"duration":0}},{"uid":"161e70d3ea952248","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/161e70d3ea952248","status":"passed","time":{"start":1728677107961,"stop":1728677107961,"duration":0}},{"uid":"f174411cabd03e1a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f174411cabd03e1a","status":"passed","time":{"start":1728669764751,"stop":1728669764751,"duration":0}},{"uid":"b1b1a9b24ca2806b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b1b1a9b24ca2806b","status":"passed","time":{"start":1728598157562,"stop":1728598157562,"duration":0}},{"uid":"1dffd233a20797a0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1dffd233a20797a0","status":"passed","time":{"start":1728597369061,"stop":1728597369062,"duration":1}}]},"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4cd9a4b1d4775507","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4cd9a4b1d4775507","status":"passed","time":{"start":1729034470391,"stop":1729034470391,"duration":0}},{"uid":"40bd4a2e9545ab93","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/40bd4a2e9545ab93","status":"passed","time":{"start":1729034238412,"stop":1729034238412,"duration":0}},{"uid":"b45df0aa3f49327b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b45df0aa3f49327b","status":"passed","time":{"start":1729034157653,"stop":1729034157654,"duration":1}},{"uid":"25d01e886f279eec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/25d01e886f279eec","status":"passed","time":{"start":1729033974452,"stop":1729033974453,"duration":1}},{"uid":"c46b772a4475491","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c46b772a4475491","status":"passed","time":{"start":1729032027765,"stop":1729032027767,"duration":2}},{"uid":"8bcc614c244194a7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8bcc614c244194a7","status":"passed","time":{"start":1728901614546,"stop":1728901614546,"duration":0}},{"uid":"cceaadee29c983c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cceaadee29c983c4","status":"passed","time":{"start":1728893048596,"stop":1728893048597,"duration":1}},{"uid":"2b596169c320bc6f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b596169c320bc6f","status":"passed","time":{"start":1728856013560,"stop":1728856013561,"duration":1}},{"uid":"bf51a2fb1475c16d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf51a2fb1475c16d","status":"passed","time":{"start":1728738231632,"stop":1728738231632,"duration":0}},{"uid":"d3f7ff43c173f06b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d3f7ff43c173f06b","status":"passed","time":{"start":1728682761072,"stop":1728682761074,"duration":2}},{"uid":"f719454a7041e16d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f719454a7041e16d","status":"passed","time":{"start":1728682330635,"stop":1728682330636,"duration":1}},{"uid":"16203f9ef052d2e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/16203f9ef052d2e4","status":"passed","time":{"start":1728676808325,"stop":1728676808325,"duration":0}},{"uid":"d3220794fe486409","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d3220794fe486409","status":"passed","time":{"start":1728669528228,"stop":1728669528228,"duration":0}},{"uid":"a4319fe550c7252f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a4319fe550c7252f","status":"passed","time":{"start":1728597872227,"stop":1728597872228,"duration":1}},{"uid":"29ee39b7b28b0fc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/29ee39b7b28b0fc","status":"passed","time":{"start":1728597087687,"stop":1728597087688,"duration":1}}]},"f7034a5e234195791a2724273d3377ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d7df0a70c160897","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4d7df0a70c160897","status":"passed","time":{"start":1729034169449,"stop":1729034169450,"duration":1}}]},"ee5a19575e405424df2b3050a645a573:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca54dedac563ea7f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ca54dedac563ea7f","status":"passed","time":{"start":1729034611658,"stop":1729034611658,"duration":0}}]},"33c6d2e8f2633334df293bf7855edab4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5acd852a96cb3d92","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5acd852a96cb3d92","status":"passed","time":{"start":1728901958859,"stop":1728901958860,"duration":1}}]},"5e62f01215ffaf8b3772e60f49127124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"30ea3835ab23ca39","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/30ea3835ab23ca39","status":"passed","time":{"start":1728683045450,"stop":1728683045451,"duration":1}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"16ca74352266e4a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/16ca74352266e4a","status":"passed","time":{"start":1729034340752,"stop":1729034340753,"duration":1}},{"uid":"ab79985425456e3c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ab79985425456e3c","status":"passed","time":{"start":1729034104166,"stop":1729034104166,"duration":0}},{"uid":"47f61dad1f43d835","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47f61dad1f43d835","status":"passed","time":{"start":1729034027738,"stop":1729034027738,"duration":0}},{"uid":"544b66bf156c221e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/544b66bf156c221e","status":"passed","time":{"start":1729033842343,"stop":1729033842344,"duration":1}},{"uid":"ca0375a211c0d55b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ca0375a211c0d55b","status":"passed","time":{"start":1729031892044,"stop":1729031892044,"duration":0}},{"uid":"246861d2276145eb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/246861d2276145eb","status":"passed","time":{"start":1728901438025,"stop":1728901438026,"duration":1}},{"uid":"78de0a385d6fc551","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/78de0a385d6fc551","status":"passed","time":{"start":1728892868230,"stop":1728892868230,"duration":0}},{"uid":"636327e0f470e2c2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/636327e0f470e2c2","status":"passed","time":{"start":1728855831077,"stop":1728855831077,"duration":0}},{"uid":"cc0e7cd48e01c320","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc0e7cd48e01c320","status":"passed","time":{"start":1728738048437,"stop":1728738048438,"duration":1}},{"uid":"24aa1219c0dd2712","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/24aa1219c0dd2712","status":"passed","time":{"start":1728682581839,"stop":1728682581840,"duration":1}},{"uid":"1e311c8477de0fed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1e311c8477de0fed","status":"passed","time":{"start":1728682154705,"stop":1728682154706,"duration":1}},{"uid":"12a601feca1f47fd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/12a601feca1f47fd","status":"passed","time":{"start":1728676629294,"stop":1728676629294,"duration":0}},{"uid":"9e33fb57beaa07c8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e33fb57beaa07c8","status":"passed","time":{"start":1728669352208,"stop":1728669352209,"duration":1}},{"uid":"34b7eb1c555d2502","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/34b7eb1c555d2502","status":"passed","time":{"start":1728597693012,"stop":1728597693013,"duration":1}},{"uid":"7b7843022501cac5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b7843022501cac5","status":"passed","time":{"start":1728596912514,"stop":1728596912515,"duration":1}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e44411b0f461912f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e44411b0f461912f","status":"passed","time":{"start":1729034682681,"stop":1729034682681,"duration":0}},{"uid":"c047786e8866b82c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c047786e8866b82c","status":"passed","time":{"start":1729034452186,"stop":1729034452186,"duration":0}},{"uid":"a93e5cf831a9f65e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a93e5cf831a9f65e","status":"passed","time":{"start":1729034373082,"stop":1729034373082,"duration":0}},{"uid":"dcf4597776d0e924","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcf4597776d0e924","status":"passed","time":{"start":1729034188119,"stop":1729034188119,"duration":0}},{"uid":"47e4b543b3ace67c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/47e4b543b3ace67c","status":"passed","time":{"start":1729032231866,"stop":1729032231866,"duration":0}},{"uid":"950d8f83dd1e2580","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/950d8f83dd1e2580","status":"passed","time":{"start":1728901989567,"stop":1728901989567,"duration":0}},{"uid":"b21f230ee5ad27c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b21f230ee5ad27c1","status":"passed","time":{"start":1728893424905,"stop":1728893424905,"duration":0}},{"uid":"3c1176f68456b960","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c1176f68456b960","status":"passed","time":{"start":1728856376686,"stop":1728856376686,"duration":0}},{"uid":"462a2c29245d2a84","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/462a2c29245d2a84","status":"passed","time":{"start":1728738593962,"stop":1728738593962,"duration":0}},{"uid":"1cc7e1eff0151df2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1cc7e1eff0151df2","status":"passed","time":{"start":1728683135341,"stop":1728683135342,"duration":1}},{"uid":"6d9cd70a65b401a2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6d9cd70a65b401a2","status":"passed","time":{"start":1728682692594,"stop":1728682692595,"duration":1}},{"uid":"97e9a91281b6a0ae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/97e9a91281b6a0ae","status":"passed","time":{"start":1728677194230,"stop":1728677194231,"duration":1}},{"uid":"152c371e864f88d2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/152c371e864f88d2","status":"passed","time":{"start":1728669874426,"stop":1728669874426,"duration":0}},{"uid":"9cc22fff195dd5c2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9cc22fff195dd5c2","status":"passed","time":{"start":1728598257463,"stop":1728598257464,"duration":1}},{"uid":"d308b26b6797b43a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d308b26b6797b43a","status":"passed","time":{"start":1728597471299,"stop":1728597471299,"duration":0}}]},"e5c79e0cba9c02a3c14f1c490e9b55aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b14c438281701b1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9b14c438281701b1","status":"passed","time":{"start":1728677163577,"stop":1728677163578,"duration":1}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f9c242039798aa63","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9c242039798aa63","status":"passed","time":{"start":1729034447617,"stop":1729034447618,"duration":1}},{"uid":"5f2bf0189e9d3885","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f2bf0189e9d3885","status":"passed","time":{"start":1729034206087,"stop":1729034206087,"duration":0}},{"uid":"bcbf6bea68f2c83b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bcbf6bea68f2c83b","status":"passed","time":{"start":1729034134194,"stop":1729034134195,"duration":1}},{"uid":"3c2f4dbddcc7329d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3c2f4dbddcc7329d","status":"passed","time":{"start":1729033942603,"stop":1729033942604,"duration":1}},{"uid":"2e2c806a49ca419a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e2c806a49ca419a","status":"passed","time":{"start":1729031989715,"stop":1729031989715,"duration":0}},{"uid":"9898eee90b042fbd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9898eee90b042fbd","status":"passed","time":{"start":1728901562044,"stop":1728901562046,"duration":2}},{"uid":"dab052cb58518cb1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dab052cb58518cb1","status":"passed","time":{"start":1728893001481,"stop":1728893001481,"duration":0}},{"uid":"e6ae993713e1fbfb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e6ae993713e1fbfb","status":"passed","time":{"start":1728855968868,"stop":1728855968869,"duration":1}},{"uid":"c5a7e3e0379c34ce","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5a7e3e0379c34ce","status":"passed","time":{"start":1728738172967,"stop":1728738172967,"duration":0}},{"uid":"72b82949270354b8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/72b82949270354b8","status":"passed","time":{"start":1728682706940,"stop":1728682706940,"duration":0}},{"uid":"70092edff79c2c94","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70092edff79c2c94","status":"passed","time":{"start":1728682296861,"stop":1728682296861,"duration":0}},{"uid":"e0538c8549ce62c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e0538c8549ce62c7","status":"passed","time":{"start":1728676761472,"stop":1728676761476,"duration":4}},{"uid":"8a17cbc53becf330","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8a17cbc53becf330","status":"passed","time":{"start":1728669479027,"stop":1728669479027,"duration":0}},{"uid":"19bc66d4febc9693","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/19bc66d4febc9693","status":"passed","time":{"start":1728597820127,"stop":1728597820127,"duration":0}},{"uid":"81d83e6e5f25d30d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/81d83e6e5f25d30d","status":"passed","time":{"start":1728597034501,"stop":1728597034502,"duration":1}}]},"36c5de133a231f59007995fe8438c9a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a316d5ed71f28966","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a316d5ed71f28966","status":"passed","time":{"start":1728683030029,"stop":1728683030029,"duration":0}}]},"36b99bd2dd5b5a76747ad1d792fdd32b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"523c4b4fab001cc6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/523c4b4fab001cc6","status":"passed","time":{"start":1729034668609,"stop":1729034668609,"duration":0}}]},"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e21fae82c1a88950","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e21fae82c1a88950","status":"passed","time":{"start":1729034332634,"stop":1729034332635,"duration":1}},{"uid":"797e438b56a3e8e6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/797e438b56a3e8e6","status":"passed","time":{"start":1729034096136,"stop":1729034096136,"duration":0}},{"uid":"29080c48fe957d3a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/29080c48fe957d3a","status":"passed","time":{"start":1729034020093,"stop":1729034020093,"duration":0}},{"uid":"11920bc7a35a87ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/11920bc7a35a87ef","status":"passed","time":{"start":1729033834389,"stop":1729033834389,"duration":0}},{"uid":"9989b20a9eaec2b8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9989b20a9eaec2b8","status":"passed","time":{"start":1729031884122,"stop":1729031884123,"duration":1}},{"uid":"443f92397380779","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/443f92397380779","status":"passed","time":{"start":1728901430256,"stop":1728901430256,"duration":0}},{"uid":"8422e905e82b1762","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8422e905e82b1762","status":"passed","time":{"start":1728892860535,"stop":1728892860535,"duration":0}},{"uid":"ce58273b6d00efbc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce58273b6d00efbc","status":"passed","time":{"start":1728855823324,"stop":1728855823324,"duration":0}},{"uid":"127719b393de50b6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/127719b393de50b6","status":"passed","time":{"start":1728738040605,"stop":1728738040605,"duration":0}},{"uid":"23bf801f63432ade","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23bf801f63432ade","status":"passed","time":{"start":1728682574095,"stop":1728682574095,"duration":0}},{"uid":"30248297c08b6cf2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/30248297c08b6cf2","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"37583ecbe1aeb559","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/37583ecbe1aeb559","status":"passed","time":{"start":1728676621434,"stop":1728676621435,"duration":1}},{"uid":"759026591defc560","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/759026591defc560","status":"passed","time":{"start":1728669344470,"stop":1728669344470,"duration":0}},{"uid":"16746f1ee9c468e0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/16746f1ee9c468e0","status":"passed","time":{"start":1728597685164,"stop":1728597685164,"duration":0}},{"uid":"327d909b6928bf97","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/327d909b6928bf97","status":"passed","time":{"start":1728596904471,"stop":1728596904471,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"91356f741e5bfcc4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/91356f741e5bfcc4","status":"passed","time":{"start":1729034611657,"stop":1729034611657,"duration":0}},{"uid":"4db71a3771170d5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4db71a3771170d5","status":"passed","time":{"start":1729034393632,"stop":1729034393632,"duration":0}},{"uid":"e228db7c0032b4c4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e228db7c0032b4c4","status":"passed","time":{"start":1729034304828,"stop":1729034304829,"duration":1}},{"uid":"14156eebf4416c0a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14156eebf4416c0a","status":"passed","time":{"start":1729034121896,"stop":1729034121897,"duration":1}},{"uid":"da63103944813ecb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/da63103944813ecb","status":"passed","time":{"start":1729032174803,"stop":1729032174804,"duration":1}},{"uid":"329c5c64c38c62d8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/329c5c64c38c62d8","status":"passed","time":{"start":1728901881007,"stop":1728901881007,"duration":0}},{"uid":"ce922c1ad52f2689","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce922c1ad52f2689","status":"passed","time":{"start":1728893317153,"stop":1728893317153,"duration":0}},{"uid":"7791d87daba9e206","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7791d87daba9e206","status":"passed","time":{"start":1728856263073,"stop":1728856263074,"duration":1}},{"uid":"c0ffbcdbb0b404cf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0ffbcdbb0b404cf","status":"passed","time":{"start":1728738492793,"stop":1728738492793,"duration":0}},{"uid":"23bb8a99c3ac6cfa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23bb8a99c3ac6cfa","status":"passed","time":{"start":1728683030015,"stop":1728683030015,"duration":0}},{"uid":"e0b3cc3f93ec56e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e0b3cc3f93ec56e6","status":"passed","time":{"start":1728682581089,"stop":1728682581090,"duration":1}},{"uid":"e44d79ed14fc3569","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e44d79ed14fc3569","status":"passed","time":{"start":1728677081988,"stop":1728677081988,"duration":0}},{"uid":"3cca25087f3c456a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3cca25087f3c456a","status":"passed","time":{"start":1728669795390,"stop":1728669795390,"duration":0}},{"uid":"7a74ff76296f23f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7a74ff76296f23f","status":"passed","time":{"start":1728598137498,"stop":1728598137498,"duration":0}},{"uid":"27352b40d07d0cd3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/27352b40d07d0cd3","status":"passed","time":{"start":1728597353475,"stop":1728597353475,"duration":0}}]},"4d637389c50c35dc1338512b35b50c09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f0376d23b72ca6f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7f0376d23b72ca6f","status":"passed","time":{"start":1728683033639,"stop":1728683033639,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"88a4c0eecc6f8edb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/88a4c0eecc6f8edb","status":"passed","time":{"start":1729034713701,"stop":1729034713701,"duration":0}},{"uid":"59a3d8a5e282f0e8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/59a3d8a5e282f0e8","status":"passed","time":{"start":1729034487484,"stop":1729034487484,"duration":0}},{"uid":"b04ca5363fb37352","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b04ca5363fb37352","status":"passed","time":{"start":1729034446109,"stop":1729034446110,"duration":1}},{"uid":"f9c1c2cbc5ea143e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9c1c2cbc5ea143e","status":"passed","time":{"start":1729032275828,"stop":1729032275828,"duration":0}},{"uid":"4e44a81eab51112f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4e44a81eab51112f","status":"passed","time":{"start":1728902036741,"stop":1728902036741,"duration":0}},{"uid":"dd46090c34fe2309","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dd46090c34fe2309","status":"passed","time":{"start":1728893472414,"stop":1728893472414,"duration":0}},{"uid":"8403c91321120ca4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8403c91321120ca4","status":"passed","time":{"start":1728856423201,"stop":1728856423201,"duration":0}},{"uid":"7406a033eb091f61","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7406a033eb091f61","status":"passed","time":{"start":1728738648730,"stop":1728738648730,"duration":0}},{"uid":"ef975500d9eba3fe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ef975500d9eba3fe","status":"passed","time":{"start":1728683179655,"stop":1728683179655,"duration":0}},{"uid":"3392c34354488bdd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3392c34354488bdd","status":"passed","time":{"start":1728682757951,"stop":1728682757952,"duration":1}},{"uid":"728d464b67302392","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/728d464b67302392","status":"passed","time":{"start":1728677238451,"stop":1728677238451,"duration":0}},{"uid":"6eac86c9a9a7ed0d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6eac86c9a9a7ed0d","status":"passed","time":{"start":1728669928221,"stop":1728669928221,"duration":0}},{"uid":"4525b36b9d437f23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4525b36b9d437f23","status":"passed","time":{"start":1728598319590,"stop":1728598319590,"duration":0}},{"uid":"41390216571a1b70","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/41390216571a1b70","status":"passed","time":{"start":1728597520647,"stop":1728597520647,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"100553a92b1a6add","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/100553a92b1a6add","status":"passed","time":{"start":1729034704501,"stop":1729034704502,"duration":1}},{"uid":"3be6dbb5024b554e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3be6dbb5024b554e","status":"passed","time":{"start":1729034474995,"stop":1729034474995,"duration":0}},{"uid":"769ee86b8056b358","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/769ee86b8056b358","status":"passed","time":{"start":1729034395296,"stop":1729034395296,"duration":0}},{"uid":"213ae7747d7ffbe2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/213ae7747d7ffbe2","status":"passed","time":{"start":1729034209107,"stop":1729034209107,"duration":0}},{"uid":"6491b60d19836b03","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6491b60d19836b03","status":"passed","time":{"start":1729032264575,"stop":1729032264575,"duration":0}},{"uid":"914e1c616c92773","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/914e1c616c92773","status":"passed","time":{"start":1728902012867,"stop":1728902012868,"duration":1}},{"uid":"8d638d1b794da086","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d638d1b794da086","status":"passed","time":{"start":1728893454817,"stop":1728893454818,"duration":1}},{"uid":"dac189f0a04f202","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dac189f0a04f202","status":"passed","time":{"start":1728856408461,"stop":1728856408461,"duration":0}},{"uid":"a7a88797a2b595e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a7a88797a2b595e","status":"passed","time":{"start":1728738633862,"stop":1728738633862,"duration":0}},{"uid":"c0ee0489b81d2b4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c0ee0489b81d2b4f","status":"passed","time":{"start":1728683159796,"stop":1728683159797,"duration":1}},{"uid":"968fac68eb7ca64a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/968fac68eb7ca64a","status":"passed","time":{"start":1728682751337,"stop":1728682751337,"duration":0}},{"uid":"33d8821e02d4660f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33d8821e02d4660f","status":"passed","time":{"start":1728677216370,"stop":1728677216371,"duration":1}},{"uid":"9209351180813f90","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9209351180813f90","status":"passed","time":{"start":1728669925459,"stop":1728669925459,"duration":0}},{"uid":"77f0ac0b9dfa90a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/77f0ac0b9dfa90a0","status":"passed","time":{"start":1728598268814,"stop":1728598268814,"duration":0}},{"uid":"5251733318d574db","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5251733318d574db","status":"passed","time":{"start":1728597503939,"stop":1728597503940,"duration":1}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"14ee1560ef23bdac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14ee1560ef23bdac","status":"passed","time":{"start":1729034640526,"stop":1729034640526,"duration":0}},{"uid":"5d2525148f414d88","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5d2525148f414d88","status":"passed","time":{"start":1729034411426,"stop":1729034411426,"duration":0}},{"uid":"6904e0b55e1da97b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6904e0b55e1da97b","status":"passed","time":{"start":1729034327408,"stop":1729034327409,"duration":1}},{"uid":"92635fd97b2a282d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/92635fd97b2a282d","status":"passed","time":{"start":1729034147781,"stop":1729034147781,"duration":0}},{"uid":"390ea6c136158f06","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/390ea6c136158f06","status":"passed","time":{"start":1729032204831,"stop":1729032204831,"duration":0}},{"uid":"fff8ab10669f77f3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fff8ab10669f77f3","status":"passed","time":{"start":1728901907715,"stop":1728901907715,"duration":0}},{"uid":"bcd8e8b6570bc57d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bcd8e8b6570bc57d","status":"passed","time":{"start":1728893341890,"stop":1728893341891,"duration":1}},{"uid":"35a6f8a795e3fc1b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/35a6f8a795e3fc1b","status":"passed","time":{"start":1728856299384,"stop":1728856299385,"duration":1}},{"uid":"8af4a7dbde9228fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8af4a7dbde9228fa","status":"passed","time":{"start":1728738511620,"stop":1728738511620,"duration":0}},{"uid":"5db64f21c9c6ce0c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5db64f21c9c6ce0c","status":"passed","time":{"start":1728683052913,"stop":1728683052914,"duration":1}},{"uid":"55d08dde201a7ebb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/55d08dde201a7ebb","status":"passed","time":{"start":1728682612913,"stop":1728682612913,"duration":0}},{"uid":"a19e35511af6047","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a19e35511af6047","status":"passed","time":{"start":1728677115749,"stop":1728677115749,"duration":0}},{"uid":"df9acecdf38f90bd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/df9acecdf38f90bd","status":"passed","time":{"start":1728669778177,"stop":1728669778185,"duration":8}},{"uid":"b587ae9fbb2d0530","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b587ae9fbb2d0530","status":"passed","time":{"start":1728598175436,"stop":1728598175436,"duration":0}},{"uid":"f553099dc1415136","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f553099dc1415136","status":"passed","time":{"start":1728597380065,"stop":1728597380065,"duration":0}}]},"888b452de5c7f5854b84209d934d8b59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f10200e423ff2a97","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f10200e423ff2a97","status":"passed","time":{"start":1728893389986,"stop":1728893389986,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2360e41fcb8436ee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2360e41fcb8436ee","status":"passed","time":{"start":1729034704504,"stop":1729034704504,"duration":0}},{"uid":"931077f4a8020654","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/931077f4a8020654","status":"passed","time":{"start":1729034474997,"stop":1729034474998,"duration":1}},{"uid":"3c4062b5a29e3d26","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c4062b5a29e3d26","status":"passed","time":{"start":1729034395298,"stop":1729034395298,"duration":0}},{"uid":"dd09531aa7c5e035","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd09531aa7c5e035","status":"passed","time":{"start":1729034209111,"stop":1729034209112,"duration":1}},{"uid":"f2f6cc50340661e6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f2f6cc50340661e6","status":"passed","time":{"start":1729032264580,"stop":1729032264580,"duration":0}},{"uid":"bf77b8ae3772e310","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bf77b8ae3772e310","status":"passed","time":{"start":1728902012870,"stop":1728902012871,"duration":1}},{"uid":"dcb90a27e2154d7d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dcb90a27e2154d7d","status":"passed","time":{"start":1728893454821,"stop":1728893454821,"duration":0}},{"uid":"afbfe523a38852a7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/afbfe523a38852a7","status":"passed","time":{"start":1728856408464,"stop":1728856408464,"duration":0}},{"uid":"a8c6e38e8c71d5e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a8c6e38e8c71d5e0","status":"passed","time":{"start":1728738633864,"stop":1728738633865,"duration":1}},{"uid":"9dbc150e61488a97","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9dbc150e61488a97","status":"passed","time":{"start":1728683159807,"stop":1728683159812,"duration":5}},{"uid":"98406b888f275d41","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/98406b888f275d41","status":"passed","time":{"start":1728682751340,"stop":1728682751340,"duration":0}},{"uid":"d983adb104042154","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d983adb104042154","status":"passed","time":{"start":1728677216374,"stop":1728677216374,"duration":0}},{"uid":"1b06b450e66f5b88","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1b06b450e66f5b88","status":"passed","time":{"start":1728669925461,"stop":1728669925461,"duration":0}},{"uid":"58e7d0b59c0c47c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58e7d0b59c0c47c6","status":"passed","time":{"start":1728598268816,"stop":1728598268817,"duration":1}},{"uid":"cdc6fac0eaeb4791","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cdc6fac0eaeb4791","status":"passed","time":{"start":1728597503945,"stop":1728597503945,"duration":0}}]},"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4b5ec194e8af59fe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b5ec194e8af59fe","status":"passed","time":{"start":1729034332646,"stop":1729034332646,"duration":0}},{"uid":"a43ad7bab049b807","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a43ad7bab049b807","status":"passed","time":{"start":1729034096143,"stop":1729034096143,"duration":0}},{"uid":"d64aa4b20bd3e8e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d64aa4b20bd3e8e9","status":"passed","time":{"start":1729034020099,"stop":1729034020099,"duration":0}},{"uid":"1b9cd92097da8e53","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1b9cd92097da8e53","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0}},{"uid":"ac2e47e14230011","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac2e47e14230011","status":"passed","time":{"start":1729031884130,"stop":1729031884130,"duration":0}},{"uid":"91299dddcd9d1463","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/91299dddcd9d1463","status":"passed","time":{"start":1728901430263,"stop":1728901430263,"duration":0}},{"uid":"3e1185cc2334b973","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3e1185cc2334b973","status":"passed","time":{"start":1728892860541,"stop":1728892860542,"duration":1}},{"uid":"ac370a800bf162e6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac370a800bf162e6","status":"passed","time":{"start":1728855823331,"stop":1728855823331,"duration":0}},{"uid":"5b4f916c96ddcd62","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5b4f916c96ddcd62","status":"passed","time":{"start":1728738040612,"stop":1728738040612,"duration":0}},{"uid":"f517ee8b6740e59c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f517ee8b6740e59c","status":"passed","time":{"start":1728682574103,"stop":1728682574103,"duration":0}},{"uid":"d6b18fbbad5af374","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d6b18fbbad5af374","status":"passed","time":{"start":1728682146827,"stop":1728682146827,"duration":0}},{"uid":"5163b61a318ddac6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5163b61a318ddac6","status":"passed","time":{"start":1728676621441,"stop":1728676621442,"duration":1}},{"uid":"a2cd3c1384c5cbcb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a2cd3c1384c5cbcb","status":"passed","time":{"start":1728669344475,"stop":1728669344476,"duration":1}},{"uid":"ddffd3d46f8864ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ddffd3d46f8864ac","status":"passed","time":{"start":1728597685171,"stop":1728597685172,"duration":1}},{"uid":"e0b734a3d50b902a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e0b734a3d50b902a","status":"passed","time":{"start":1728596904481,"stop":1728596904481,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2b8c74643ad752fd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2b8c74643ad752fd","status":"passed","time":{"start":1729034617753,"stop":1729034617753,"duration":0}},{"uid":"8f6156fe0c244581","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f6156fe0c244581","status":"passed","time":{"start":1729034370863,"stop":1729034370863,"duration":0}},{"uid":"e579536d263932af","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e579536d263932af","status":"passed","time":{"start":1729034308862,"stop":1729034308862,"duration":0}},{"uid":"67865a326c280c34","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67865a326c280c34","status":"passed","time":{"start":1729034129471,"stop":1729034129471,"duration":0}},{"uid":"5adc87980a09bebb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5adc87980a09bebb","status":"passed","time":{"start":1729032178364,"stop":1729032178364,"duration":0}},{"uid":"6373db6dbe71b9f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6373db6dbe71b9f7","status":"passed","time":{"start":1728901896343,"stop":1728901896343,"duration":0}},{"uid":"e874b32df078602e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e874b32df078602e","status":"passed","time":{"start":1728893329021,"stop":1728893329022,"duration":1}},{"uid":"786b4c65a0f2f95b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/786b4c65a0f2f95b","status":"passed","time":{"start":1728856284757,"stop":1728856284757,"duration":0}},{"uid":"3e29f2a688dc77c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3e29f2a688dc77c","status":"passed","time":{"start":1728738494934,"stop":1728738494935,"duration":1}},{"uid":"fb979bbc6bb575c5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fb979bbc6bb575c5","status":"passed","time":{"start":1728683033628,"stop":1728683033628,"duration":0}},{"uid":"5aa5ce20ee959f85","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5aa5ce20ee959f85","status":"passed","time":{"start":1728682601733,"stop":1728682601733,"duration":0}},{"uid":"803a831724c74464","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/803a831724c74464","status":"passed","time":{"start":1728677107958,"stop":1728677107958,"duration":0}},{"uid":"72212899292e3b4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/72212899292e3b4d","status":"passed","time":{"start":1728669764747,"stop":1728669764748,"duration":1}},{"uid":"3d730b5d1d1e44f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3d730b5d1d1e44f","status":"passed","time":{"start":1728598157558,"stop":1728598157559,"duration":1}},{"uid":"6b5bded67f9206e0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b5bded67f9206e0","status":"passed","time":{"start":1728597369057,"stop":1728597369058,"duration":1}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"58b73bceccb8c6f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58b73bceccb8c6f5","status":"passed","time":{"start":1729034617764,"stop":1729034617764,"duration":0}},{"uid":"51d1ebe3aa9bd208","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/51d1ebe3aa9bd208","status":"passed","time":{"start":1729034370885,"stop":1729034370886,"duration":1}},{"uid":"760782a3a0005a6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/760782a3a0005a6b","status":"passed","time":{"start":1729034308880,"stop":1729034308881,"duration":1}},{"uid":"567230e92eefcc88","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/567230e92eefcc88","status":"passed","time":{"start":1729034129477,"stop":1729034129477,"duration":0}},{"uid":"4450c34f846205b5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4450c34f846205b5","status":"passed","time":{"start":1729032178370,"stop":1729032178371,"duration":1}},{"uid":"ac947c06bd7a474c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac947c06bd7a474c","status":"passed","time":{"start":1728901896350,"stop":1728901896350,"duration":0}},{"uid":"fe2d7add8dfe83f5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fe2d7add8dfe83f5","status":"passed","time":{"start":1728893329028,"stop":1728893329029,"duration":1}},{"uid":"c65575cfa2070eac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c65575cfa2070eac","status":"passed","time":{"start":1728856284767,"stop":1728856284767,"duration":0}},{"uid":"5a7d50c32267322e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a7d50c32267322e","status":"passed","time":{"start":1728738494944,"stop":1728738494945,"duration":1}},{"uid":"706f078633c9124e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/706f078633c9124e","status":"passed","time":{"start":1728683033634,"stop":1728683033635,"duration":1}},{"uid":"9d6abea6f48620f7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9d6abea6f48620f7","status":"passed","time":{"start":1728682601739,"stop":1728682601739,"duration":0}},{"uid":"c7d4172a544b746f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c7d4172a544b746f","status":"passed","time":{"start":1728677107964,"stop":1728677107964,"duration":0}},{"uid":"86d9b2b1f0dac809","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/86d9b2b1f0dac809","status":"passed","time":{"start":1728669764754,"stop":1728669764754,"duration":0}},{"uid":"22f838daaf1b4a43","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22f838daaf1b4a43","status":"passed","time":{"start":1728598157565,"stop":1728598157566,"duration":1}},{"uid":"5b1e52eb0e4e110e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5b1e52eb0e4e110e","status":"passed","time":{"start":1728597369076,"stop":1728597369076,"duration":0}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b3c836e9a04e13f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b3c836e9a04e13f3","status":"passed","time":{"start":1729034694624,"stop":1729034694624,"duration":0}},{"uid":"3a4b9854e8a90e86","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3a4b9854e8a90e86","status":"passed","time":{"start":1729034462016,"stop":1729034462016,"duration":0}},{"uid":"5181ffe9bafc5580","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5181ffe9bafc5580","status":"passed","time":{"start":1729034375981,"stop":1729034375982,"duration":1}},{"uid":"b93f2c030e0bedfb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b93f2c030e0bedfb","status":"passed","time":{"start":1729034200067,"stop":1729034200069,"duration":2}},{"uid":"88afee375ec644ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/88afee375ec644ef","status":"passed","time":{"start":1729032257891,"stop":1729032257895,"duration":4}},{"uid":"59bd359ca42d750c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59bd359ca42d750c","status":"passed","time":{"start":1728902003567,"stop":1728902003568,"duration":1}},{"uid":"9033a8063a7d99d7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9033a8063a7d99d7","status":"passed","time":{"start":1728893434695,"stop":1728893434696,"duration":1}},{"uid":"bcba771b812ca403","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bcba771b812ca403","status":"passed","time":{"start":1728856398642,"stop":1728856398643,"duration":1}},{"uid":"c5b90d296ffa27a5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5b90d296ffa27a5","status":"passed","time":{"start":1728738612002,"stop":1728738612002,"duration":0}},{"uid":"f2211b4ffd722c2a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2211b4ffd722c2a","status":"passed","time":{"start":1728683155009,"stop":1728683155009,"duration":0}},{"uid":"f4d718a586f8bc3f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f4d718a586f8bc3f","status":"passed","time":{"start":1728682706105,"stop":1728682706106,"duration":1}},{"uid":"41c69fff0b6f829f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/41c69fff0b6f829f","status":"passed","time":{"start":1728677207496,"stop":1728677207496,"duration":0}},{"uid":"8896eb6f0dfa1695","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8896eb6f0dfa1695","status":"passed","time":{"start":1728669887098,"stop":1728669887098,"duration":0}},{"uid":"b1f5cbc76fdfe156","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b1f5cbc76fdfe156","status":"passed","time":{"start":1728598263638,"stop":1728598263638,"duration":0}},{"uid":"b657d43decc047dd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b657d43decc047dd","status":"passed","time":{"start":1728597478276,"stop":1728597478276,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"290642b436c9d9f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/290642b436c9d9f9","status":"passed","time":{"start":1729034617749,"stop":1729034617750,"duration":1}},{"uid":"d999577e567b953c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d999577e567b953c","status":"passed","time":{"start":1729034370852,"stop":1729034370853,"duration":1}},{"uid":"38cccc50c09b1a3d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/38cccc50c09b1a3d","status":"passed","time":{"start":1729034308854,"stop":1729034308854,"duration":0}},{"uid":"1aab248921776c81","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1aab248921776c81","status":"passed","time":{"start":1729034129468,"stop":1729034129468,"duration":0}},{"uid":"b94a60fc8c1d83b1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b94a60fc8c1d83b1","status":"passed","time":{"start":1729032178362,"stop":1729032178362,"duration":0}},{"uid":"5cae40646b5e5bb1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5cae40646b5e5bb1","status":"passed","time":{"start":1728901896340,"stop":1728901896340,"duration":0}},{"uid":"2becdcb1b96fdd44","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2becdcb1b96fdd44","status":"passed","time":{"start":1728893329019,"stop":1728893329019,"duration":0}},{"uid":"e09d20ff62e24b57","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e09d20ff62e24b57","status":"passed","time":{"start":1728856284754,"stop":1728856284755,"duration":1}},{"uid":"1578fa6da343130e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1578fa6da343130e","status":"passed","time":{"start":1728738494930,"stop":1728738494930,"duration":0}},{"uid":"d0c719d0763e9b19","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0c719d0763e9b19","status":"passed","time":{"start":1728683033625,"stop":1728683033626,"duration":1}},{"uid":"f463fb0a297cf015","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f463fb0a297cf015","status":"passed","time":{"start":1728682601730,"stop":1728682601731,"duration":1}},{"uid":"dc1e016213902266","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dc1e016213902266","status":"passed","time":{"start":1728677107955,"stop":1728677107955,"duration":0}},{"uid":"cd4da98f67c930a2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cd4da98f67c930a2","status":"passed","time":{"start":1728669764744,"stop":1728669764744,"duration":0}},{"uid":"6018ae0086d39720","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6018ae0086d39720","status":"passed","time":{"start":1728598157553,"stop":1728598157556,"duration":3}},{"uid":"a9a6a41c4ddb1e43","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a9a6a41c4ddb1e43","status":"passed","time":{"start":1728597369052,"stop":1728597369053,"duration":1}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7ef49cacd1c822a4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ef49cacd1c822a4","status":"passed","time":{"start":1729034617766,"stop":1729034617767,"duration":1}},{"uid":"6bf07a9b25ba4ff8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6bf07a9b25ba4ff8","status":"passed","time":{"start":1729034370904,"stop":1729034370904,"duration":0}},{"uid":"a968f0bf6149449b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a968f0bf6149449b","status":"passed","time":{"start":1729034308896,"stop":1729034308898,"duration":2}},{"uid":"1ec0a85e02546344","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ec0a85e02546344","status":"passed","time":{"start":1729034129479,"stop":1729034129480,"duration":1}},{"uid":"83b20233bbccc098","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/83b20233bbccc098","status":"passed","time":{"start":1729032178376,"stop":1729032178376,"duration":0}},{"uid":"947df8978d88821","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/947df8978d88821","status":"passed","time":{"start":1728901896353,"stop":1728901896353,"duration":0}},{"uid":"b26270876dd98c0f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b26270876dd98c0f","status":"passed","time":{"start":1728893329035,"stop":1728893329035,"duration":0}},{"uid":"52d947eb13121c8d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/52d947eb13121c8d","status":"passed","time":{"start":1728856284771,"stop":1728856284771,"duration":0}},{"uid":"85f554802b38f86f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85f554802b38f86f","status":"passed","time":{"start":1728738494947,"stop":1728738494948,"duration":1}},{"uid":"31d8f196442e2232","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/31d8f196442e2232","status":"passed","time":{"start":1728683033637,"stop":1728683033637,"duration":0}},{"uid":"6657ad0f437d522f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6657ad0f437d522f","status":"passed","time":{"start":1728682601745,"stop":1728682601745,"duration":0}},{"uid":"93ba9e1a7d04cefe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93ba9e1a7d04cefe","status":"passed","time":{"start":1728677107984,"stop":1728677107984,"duration":0}},{"uid":"f9186b5a080620b1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f9186b5a080620b1","status":"passed","time":{"start":1728669764757,"stop":1728669764757,"duration":0}},{"uid":"9fceba261ea4367a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9fceba261ea4367a","status":"passed","time":{"start":1728598157576,"stop":1728598157577,"duration":1}},{"uid":"d317d7c7072c0f40","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d317d7c7072c0f40","status":"passed","time":{"start":1728597369085,"stop":1728597369086,"duration":1}}]},"74f4dd01f062197bdcb05186e155aefd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19c2806c873572d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/19c2806c873572d2","status":"passed","time":{"start":1728676853897,"stop":1728676853901,"duration":4}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"87907699cad4a671","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/87907699cad4a671","status":"passed","time":{"start":1729034781181,"stop":1729034781181,"duration":0}},{"uid":"40631f19a17779f3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/40631f19a17779f3","status":"passed","time":{"start":1729034549089,"stop":1729034549090,"duration":1}},{"uid":"edc40ce0f656ff32","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/edc40ce0f656ff32","status":"passed","time":{"start":1729034468678,"stop":1729034468679,"duration":1}},{"uid":"4153e1a6b631877","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4153e1a6b631877","status":"passed","time":{"start":1729032344623,"stop":1729032344623,"duration":0}},{"uid":"3962050fcb053426","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3962050fcb053426","status":"passed","time":{"start":1728902062113,"stop":1728902062113,"duration":0}},{"uid":"fc52a7429331fc5d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fc52a7429331fc5d","status":"passed","time":{"start":1728893496347,"stop":1728893496348,"duration":1}},{"uid":"aa8c7e1ce2f9d88f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aa8c7e1ce2f9d88f","status":"passed","time":{"start":1728856449984,"stop":1728856449985,"duration":1}},{"uid":"67699b66ee16807a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67699b66ee16807a","status":"passed","time":{"start":1728738669753,"stop":1728738669753,"duration":0}},{"uid":"ccfabf3fe17046de","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ccfabf3fe17046de","status":"passed","time":{"start":1728683209699,"stop":1728683209699,"duration":0}},{"uid":"da8c9d531bc6d5d4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/da8c9d531bc6d5d4","status":"passed","time":{"start":1728682772285,"stop":1728682772285,"duration":0}},{"uid":"c100d040dd166f65","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c100d040dd166f65","status":"passed","time":{"start":1728677264669,"stop":1728677264669,"duration":0}},{"uid":"a4dd130af85fc1c8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4dd130af85fc1c8","status":"passed","time":{"start":1728669943369,"stop":1728669943369,"duration":0}},{"uid":"1999554de892c1cc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1999554de892c1cc","status":"passed","time":{"start":1728598324829,"stop":1728598324829,"duration":0}},{"uid":"3cad43965270c054","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3cad43965270c054","status":"passed","time":{"start":1728597540224,"stop":1728597540224,"duration":0}}]},"5f5d906404d019cfe2c2af23d9d85ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcbce2df7308d6f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dcbce2df7308d6f","status":"passed","time":{"start":1728669777117,"stop":1728669777119,"duration":2}}]},"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6050c6b66170196d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6050c6b66170196d","status":"passed","time":{"start":1729034332606,"stop":1729034332607,"duration":1}},{"uid":"89914da80d09f077","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89914da80d09f077","status":"passed","time":{"start":1729034096107,"stop":1729034096108,"duration":1}},{"uid":"f4982a763925d8be","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f4982a763925d8be","status":"passed","time":{"start":1729034020070,"stop":1729034020071,"duration":1}},{"uid":"8af10839aa322430","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8af10839aa322430","status":"passed","time":{"start":1729033834358,"stop":1729033834359,"duration":1}},{"uid":"e8b9aa37505b449a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8b9aa37505b449a","status":"passed","time":{"start":1729031884085,"stop":1729031884085,"duration":0}},{"uid":"50fce38b9cc69e57","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/50fce38b9cc69e57","status":"passed","time":{"start":1728901430240,"stop":1728901430241,"duration":1}},{"uid":"c3088ca3c3e525a6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c3088ca3c3e525a6","status":"passed","time":{"start":1728892860515,"stop":1728892860515,"duration":0}},{"uid":"6a60842f6b5ee31a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6a60842f6b5ee31a","status":"passed","time":{"start":1728855823302,"stop":1728855823306,"duration":4}},{"uid":"cb13d0f97e86c543","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb13d0f97e86c543","status":"passed","time":{"start":1728738040567,"stop":1728738040567,"duration":0}},{"uid":"934e3288f0a084ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/934e3288f0a084ef","status":"passed","time":{"start":1728682574065,"stop":1728682574065,"duration":0}},{"uid":"a9ec46d459df30d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a9ec46d459df30d7","status":"passed","time":{"start":1728682146791,"stop":1728682146792,"duration":1}},{"uid":"b3acc52fed0e43f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b3acc52fed0e43f0","status":"passed","time":{"start":1728676621402,"stop":1728676621402,"duration":0}},{"uid":"64f616e9aa1309b8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64f616e9aa1309b8","status":"passed","time":{"start":1728669344451,"stop":1728669344452,"duration":1}},{"uid":"942fbe8d496c7751","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/942fbe8d496c7751","status":"passed","time":{"start":1728597685132,"stop":1728597685133,"duration":1}},{"uid":"4dce025774b9ece5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4dce025774b9ece5","status":"passed","time":{"start":1728596904439,"stop":1728596904439,"duration":0}}]},"7f095e987a2f7ddc09c8abb22d126da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33480758a881b6b8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/33480758a881b6b8","status":"passed","time":{"start":1729034443510,"stop":1729034443518,"duration":8}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b0dfcb860bb20c62","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b0dfcb860bb20c62","status":"passed","time":{"start":1729034435018,"stop":1729034435018,"duration":0}},{"uid":"c7801efea83b46","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c7801efea83b46","status":"passed","time":{"start":1729034179349,"stop":1729034179351,"duration":2}},{"uid":"55757bea1c77a06a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/55757bea1c77a06a","status":"passed","time":{"start":1729034120546,"stop":1729034120547,"duration":1}},{"uid":"20a37b44f0e1e835","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/20a37b44f0e1e835","status":"passed","time":{"start":1729033937070,"stop":1729033937071,"duration":1}},{"uid":"6216e0c206eb995b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6216e0c206eb995b","status":"passed","time":{"start":1729031987032,"stop":1729031987032,"duration":0}},{"uid":"2609c1cc1da0b182","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2609c1cc1da0b182","status":"passed","time":{"start":1728901546862,"stop":1728901546862,"duration":0}},{"uid":"6d4a6ae2312054d6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d4a6ae2312054d6","status":"passed","time":{"start":1728892979417,"stop":1728892979417,"duration":0}},{"uid":"3c04183d9139366b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c04183d9139366b","status":"passed","time":{"start":1728855940956,"stop":1728855940956,"duration":0}},{"uid":"8c9200b618db6d8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8c9200b618db6d8","status":"passed","time":{"start":1728738161105,"stop":1728738161106,"duration":1}},{"uid":"35f09bd0083443b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/35f09bd0083443b0","status":"passed","time":{"start":1728682691669,"stop":1728682691670,"duration":1}},{"uid":"af88b06d64cc1814","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af88b06d64cc1814","status":"passed","time":{"start":1728682265765,"stop":1728682265765,"duration":0}},{"uid":"af12b39fd4eed863","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/af12b39fd4eed863","status":"passed","time":{"start":1728676744595,"stop":1728676744596,"duration":1}},{"uid":"9c2dca2700f02ed7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c2dca2700f02ed7","status":"passed","time":{"start":1728669464694,"stop":1728669464695,"duration":1}},{"uid":"74d6c6b8300b88b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74d6c6b8300b88b5","status":"passed","time":{"start":1728597804166,"stop":1728597804166,"duration":0}},{"uid":"c8e6c0aeeaa42365","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c8e6c0aeeaa42365","status":"passed","time":{"start":1728597021414,"stop":1728597021414,"duration":0}}]},"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b5090358bf9596b0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b5090358bf9596b0","status":"passed","time":{"start":1729034332621,"stop":1729034332621,"duration":0}},{"uid":"be4909c416f42934","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/be4909c416f42934","status":"passed","time":{"start":1729034096122,"stop":1729034096122,"duration":0}},{"uid":"6b592bd885483f42","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b592bd885483f42","status":"passed","time":{"start":1729034020082,"stop":1729034020082,"duration":0}},{"uid":"58bd5af16637ed50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58bd5af16637ed50","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"duration":0}},{"uid":"468f2f61f5a03c1f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/468f2f61f5a03c1f","status":"passed","time":{"start":1729031884104,"stop":1729031884104,"duration":0}},{"uid":"97e27e3348093410","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/97e27e3348093410","status":"passed","time":{"start":1728901430246,"stop":1728901430247,"duration":1}},{"uid":"bdc206f6953a03c7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bdc206f6953a03c7","status":"passed","time":{"start":1728892860522,"stop":1728892860522,"duration":0}},{"uid":"1d6179e96678d1f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d6179e96678d1f","status":"passed","time":{"start":1728855823312,"stop":1728855823313,"duration":1}},{"uid":"7fd2f0c1600128c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fd2f0c1600128c9","status":"passed","time":{"start":1728738040581,"stop":1728738040581,"duration":0}},{"uid":"971667d575e3c0aa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/971667d575e3c0aa","status":"passed","time":{"start":1728682574079,"stop":1728682574079,"duration":0}},{"uid":"cb1a37e39bcb50e5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cb1a37e39bcb50e5","status":"passed","time":{"start":1728682146807,"stop":1728682146807,"duration":0}},{"uid":"3bbaa6d4da11583c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3bbaa6d4da11583c","status":"passed","time":{"start":1728676621420,"stop":1728676621421,"duration":1}},{"uid":"8df74e9000d24d13","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8df74e9000d24d13","status":"passed","time":{"start":1728669344458,"stop":1728669344458,"duration":0}},{"uid":"ffbc822770d8e376","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ffbc822770d8e376","status":"passed","time":{"start":1728597685151,"stop":1728597685151,"duration":0}},{"uid":"ec6665d5544a62ad","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec6665d5544a62ad","status":"passed","time":{"start":1728596904457,"stop":1728596904457,"duration":0}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6e642d8f3a3f8313","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6e642d8f3a3f8313","status":"passed","time":{"start":1729034472984,"stop":1729034472984,"duration":0}},{"uid":"c89fba09d44fe3cf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c89fba09d44fe3cf","status":"passed","time":{"start":1729034240926,"stop":1729034240926,"duration":0}},{"uid":"485bbf10353da906","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/485bbf10353da906","status":"passed","time":{"start":1729034159620,"stop":1729034159621,"duration":1}},{"uid":"5f55a89d7fc93bb7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f55a89d7fc93bb7","status":"passed","time":{"start":1729033976805,"stop":1729033976805,"duration":0}},{"uid":"454870a36eb7b4fe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/454870a36eb7b4fe","status":"passed","time":{"start":1729032020528,"stop":1729032020528,"duration":0}},{"uid":"b67dd99c9549476e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b67dd99c9549476e","status":"passed","time":{"start":1728901616472,"stop":1728901616473,"duration":1}},{"uid":"d61bfff6a3019cda","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d61bfff6a3019cda","status":"passed","time":{"start":1728893050249,"stop":1728893050250,"duration":1}},{"uid":"e676923445150092","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e676923445150092","status":"passed","time":{"start":1728856015176,"stop":1728856015176,"duration":0}},{"uid":"deeb5a6fe5eacf28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/deeb5a6fe5eacf28","status":"passed","time":{"start":1728738233145,"stop":1728738233147,"duration":2}},{"uid":"d621fc4610da1cd0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d621fc4610da1cd0","status":"passed","time":{"start":1728682762476,"stop":1728682762477,"duration":1}},{"uid":"b0ea29419ba267bd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b0ea29419ba267bd","status":"passed","time":{"start":1728682332791,"stop":1728682332791,"duration":0}},{"uid":"24e3ac1c916f78bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/24e3ac1c916f78bf","status":"passed","time":{"start":1728676810299,"stop":1728676810299,"duration":0}},{"uid":"4cae941e980a7c3e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4cae941e980a7c3e","status":"passed","time":{"start":1728669529904,"stop":1728669529905,"duration":1}},{"uid":"4b3ee9517613148e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b3ee9517613148e","status":"passed","time":{"start":1728597873539,"stop":1728597873540,"duration":1}},{"uid":"8989d7c01cb196d8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8989d7c01cb196d8","status":"passed","time":{"start":1728597089278,"stop":1728597089278,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ce7a72e6d7f1c1f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce7a72e6d7f1c1f3","status":"passed","time":{"start":1729034435416,"stop":1729034435416,"duration":0}},{"uid":"d87e229b26d780d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d87e229b26d780d4","status":"passed","time":{"start":1729034202105,"stop":1729034202106,"duration":1}},{"uid":"617b55398e691e15","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/617b55398e691e15","status":"passed","time":{"start":1729034126135,"stop":1729034126139,"duration":4}},{"uid":"1a1160b169b83ae6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1a1160b169b83ae6","status":"passed","time":{"start":1729033939925,"stop":1729033939926,"duration":1}},{"uid":"30441b2a26c5236","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30441b2a26c5236","status":"passed","time":{"start":1729031988776,"stop":1729031988776,"duration":0}},{"uid":"7a1ad98067429bdc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7a1ad98067429bdc","status":"passed","time":{"start":1728901555772,"stop":1728901555773,"duration":1}},{"uid":"f31d06076bb1b267","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f31d06076bb1b267","status":"passed","time":{"start":1728892995573,"stop":1728892995573,"duration":0}},{"uid":"5b652ba6a7478139","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5b652ba6a7478139","status":"passed","time":{"start":1728855954643,"stop":1728855954643,"duration":0}},{"uid":"8d31e8a467b64ce2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d31e8a467b64ce2","status":"passed","time":{"start":1728738169522,"stop":1728738169523,"duration":1}},{"uid":"90a26152431181d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/90a26152431181d","status":"passed","time":{"start":1728682707229,"stop":1728682707229,"duration":0}},{"uid":"48e6785e54c0b27c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/48e6785e54c0b27c","status":"passed","time":{"start":1728682285123,"stop":1728682285126,"duration":3}},{"uid":"1bdc54b9a3faa23f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1bdc54b9a3faa23f","status":"passed","time":{"start":1728676761155,"stop":1728676761155,"duration":0}},{"uid":"260ace4f563e5a6c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/260ace4f563e5a6c","status":"passed","time":{"start":1728669488937,"stop":1728669488937,"duration":0}},{"uid":"3fe17ff669046b74","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3fe17ff669046b74","status":"passed","time":{"start":1728597819575,"stop":1728597819575,"duration":0}},{"uid":"f3e331a618d36771","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f3e331a618d36771","status":"passed","time":{"start":1728597041919,"stop":1728597041919,"duration":0}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ef8f14a2e16729e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ef8f14a2e16729e2","status":"passed","time":{"start":1729034536789,"stop":1729034536790,"duration":1}},{"uid":"5c99014640315c62","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5c99014640315c62","status":"passed","time":{"start":1729034307033,"stop":1729034307034,"duration":1}},{"uid":"8f153e70501cec9d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8f153e70501cec9d","status":"passed","time":{"start":1729034223309,"stop":1729034223309,"duration":0}},{"uid":"195081937468dbd9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/195081937468dbd9","status":"passed","time":{"start":1729034034984,"stop":1729034034986,"duration":2}},{"uid":"c5a4d1b6a68896b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c5a4d1b6a68896b2","status":"passed","time":{"start":1729032066305,"stop":1729032066305,"duration":0}},{"uid":"65cbbdd6c4f30f14","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65cbbdd6c4f30f14","status":"passed","time":{"start":1728901706622,"stop":1728901706622,"duration":0}},{"uid":"80099fcf0dd48a08","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/80099fcf0dd48a08","status":"passed","time":{"start":1728893153425,"stop":1728893153427,"duration":2}},{"uid":"f475f3b1fe39bf53","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f475f3b1fe39bf53","status":"passed","time":{"start":1728856108128,"stop":1728856108129,"duration":1}},{"uid":"b3e46dd8310470d1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3e46dd8310470d1","status":"passed","time":{"start":1728738316671,"stop":1728738316671,"duration":0}},{"uid":"3bb01ef02c355bd4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3bb01ef02c355bd4","status":"passed","time":{"start":1728682865322,"stop":1728682865323,"duration":1}},{"uid":"14d80ef586f6b015","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/14d80ef586f6b015","status":"passed","time":{"start":1728682446997,"stop":1728682446998,"duration":1}},{"uid":"89b133cbf74f6613","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/89b133cbf74f6613","status":"passed","time":{"start":1728676924482,"stop":1728676924482,"duration":0}},{"uid":"7339ff629662a7ad","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7339ff629662a7ad","status":"passed","time":{"start":1728669626265,"stop":1728669626265,"duration":0}},{"uid":"75d5b0c3377e0cfa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/75d5b0c3377e0cfa","status":"passed","time":{"start":1728597973675,"stop":1728597973676,"duration":1}},{"uid":"3bee9c6ef5163532","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3bee9c6ef5163532","status":"passed","time":{"start":1728597188041,"stop":1728597188042,"duration":1}}]},"9ff2857e51dda784301c7dc1fa889ca4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"568ba8ac36e1a7c1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/568ba8ac36e1a7c1","status":"passed","time":{"start":1728856284773,"stop":1728856284774,"duration":1}}]},"02bfb98e9b8a2f947fd7c11f3d3f5232:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df87d13eba9ab51e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/df87d13eba9ab51e","status":"passed","time":{"start":1728677103496,"stop":1728677103496,"duration":0}}]},"bd78a4397fac75eb473bb1d3cd38711f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e6eb3ee8a65b42a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7e6eb3ee8a65b42a","status":"passed","time":{"start":1728597434081,"stop":1728597434081,"duration":0}}]},"e2610f60887ca3527eea3182a23ee07a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"e979cc89671c51c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e979cc89671c51c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473214,"stop":1729034473215,"duration":1}},{"uid":"b9d9f51da2a974f1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b9d9f51da2a974f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241159,"stop":1729034241159,"duration":0}},{"uid":"bccede444de97ac8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bccede444de97ac8","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159973,"stop":1729034159974,"duration":1}},{"uid":"7729b51269dd51c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7729b51269dd51c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977064,"stop":1729033977064,"duration":0}},{"uid":"22f731522700fd6a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22f731522700fd6a","status":"passed","time":{"start":1729032093783,"stop":1729032093783,"duration":0}},{"uid":"b1cf278ee393ee71","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b1cf278ee393ee71","status":"passed","time":{"start":1728901748772,"stop":1728901748773,"duration":1}},{"uid":"a41d36258715289c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a41d36258715289c","status":"passed","time":{"start":1728893181085,"stop":1728893181085,"duration":0}},{"uid":"8112a79eb020567b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8112a79eb020567b","status":"passed","time":{"start":1728856155551,"stop":1728856155551,"duration":0}},{"uid":"aa704470ebc273e7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa704470ebc273e7","status":"passed","time":{"start":1728738360285,"stop":1728738360295,"duration":10}},{"uid":"2647a56ff6e5fd81","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2647a56ff6e5fd81","status":"passed","time":{"start":1728682907221,"stop":1728682907222,"duration":1}},{"uid":"d3d86a0334c278ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d3d86a0334c278ae","status":"passed","time":{"start":1728682466732,"stop":1728682466733,"duration":1}},{"uid":"19f6276f5484d3be","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/19f6276f5484d3be","status":"passed","time":{"start":1728676955721,"stop":1728676955722,"duration":1}},{"uid":"39e28d3fa22b72aa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39e28d3fa22b72aa","status":"passed","time":{"start":1728598013534,"stop":1728598013534,"duration":0}},{"uid":"30232026ec8ccca7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/30232026ec8ccca7","status":"passed","time":{"start":1728597225199,"stop":1728597225199,"duration":0}}]},"99fe2dbee41fea918bf020f79e2f608d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff4ba205ed37291a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ff4ba205ed37291a","status":"passed","time":{"start":1728598212617,"stop":1728598212618,"duration":1}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ffcc039f5d06f90b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ffcc039f5d06f90b","status":"passed","time":{"start":1729034704494,"stop":1729034704494,"duration":0}},{"uid":"95dfa8829c108de2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/95dfa8829c108de2","status":"passed","time":{"start":1729034474987,"stop":1729034474987,"duration":0}},{"uid":"551fea972c07e7e3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/551fea972c07e7e3","status":"passed","time":{"start":1729034395290,"stop":1729034395290,"duration":0}},{"uid":"a9e563c3f519fb7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a9e563c3f519fb7e","status":"passed","time":{"start":1729034209098,"stop":1729034209099,"duration":1}},{"uid":"1ff1b474efd05fac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1ff1b474efd05fac","status":"passed","time":{"start":1729032264567,"stop":1729032264567,"duration":0}},{"uid":"5316d395cb56d725","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5316d395cb56d725","status":"passed","time":{"start":1728902012849,"stop":1728902012850,"duration":1}},{"uid":"c45dd389616f4a34","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c45dd389616f4a34","status":"passed","time":{"start":1728893454810,"stop":1728893454811,"duration":1}},{"uid":"8018553bf129be64","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8018553bf129be64","status":"passed","time":{"start":1728856408451,"stop":1728856408452,"duration":1}},{"uid":"b83c955ae20b1400","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b83c955ae20b1400","status":"passed","time":{"start":1728738633854,"stop":1728738633854,"duration":0}},{"uid":"7da54030042ad4d4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7da54030042ad4d4","status":"passed","time":{"start":1728683159755,"stop":1728683159756,"duration":1}},{"uid":"ca3f4afebe07be94","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ca3f4afebe07be94","status":"passed","time":{"start":1728682751328,"stop":1728682751329,"duration":1}},{"uid":"d22a5dd16174efbf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d22a5dd16174efbf","status":"passed","time":{"start":1728677216355,"stop":1728677216355,"duration":0}},{"uid":"52edb310ed6b94dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/52edb310ed6b94dc","status":"passed","time":{"start":1728669925453,"stop":1728669925454,"duration":1}},{"uid":"eb376383a3c77eb0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb376383a3c77eb0","status":"passed","time":{"start":1728598268802,"stop":1728598268802,"duration":0}},{"uid":"70c692edecab5573","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70c692edecab5573","status":"passed","time":{"start":1728597503917,"stop":1728597503918,"duration":1}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"67ea13630f8f72c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67ea13630f8f72c8","status":"passed","time":{"start":1729034335333,"stop":1729034335333,"duration":0}},{"uid":"23a23a5dc0d2e713","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/23a23a5dc0d2e713","status":"passed","time":{"start":1729034098686,"stop":1729034098687,"duration":1}},{"uid":"c0923e3d19481f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c0923e3d19481f9","status":"passed","time":{"start":1729034022455,"stop":1729034022455,"duration":0}},{"uid":"bcf83509c5b8117e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bcf83509c5b8117e","status":"passed","time":{"start":1729033836803,"stop":1729033836804,"duration":1}},{"uid":"3f548da5b09d0f88","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f548da5b09d0f88","status":"passed","time":{"start":1729031886610,"stop":1729031886611,"duration":1}},{"uid":"8cec555f7d766a4f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8cec555f7d766a4f","status":"passed","time":{"start":1728901432737,"stop":1728901432737,"duration":0}},{"uid":"6c8e46f8a72925f1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c8e46f8a72925f1","status":"passed","time":{"start":1728892863023,"stop":1728892863023,"duration":0}},{"uid":"968520435f027185","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/968520435f027185","status":"passed","time":{"start":1728855825773,"stop":1728855825773,"duration":0}},{"uid":"bcef2c51e121bd9a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bcef2c51e121bd9a","status":"passed","time":{"start":1728738043032,"stop":1728738043032,"duration":0}},{"uid":"66f794abc0a2cdb9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/66f794abc0a2cdb9","status":"passed","time":{"start":1728682576530,"stop":1728682576530,"duration":0}},{"uid":"ac3f74d7c8da860c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac3f74d7c8da860c","status":"passed","time":{"start":1728682149243,"stop":1728682149244,"duration":1}},{"uid":"91806f77fa4a2279","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/91806f77fa4a2279","status":"passed","time":{"start":1728676623918,"stop":1728676623919,"duration":1}},{"uid":"b94e53ff937fcc4c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b94e53ff937fcc4c","status":"passed","time":{"start":1728669346941,"stop":1728669346941,"duration":0}},{"uid":"677d988d811fcfef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/677d988d811fcfef","status":"passed","time":{"start":1728597687694,"stop":1728597687694,"duration":0}},{"uid":"2d8702137534d14b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2d8702137534d14b","status":"passed","time":{"start":1728596907136,"stop":1728596907136,"duration":0}}]},"85e671bebfa722ca12fa59e298ea072b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"588f6e691a44cd5b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/588f6e691a44cd5b","status":"passed","time":{"start":1729034144768,"stop":1729034144768,"duration":0}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4251ef98edc647db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4251ef98edc647db","status":"passed","time":{"start":1729034558118,"stop":1729034558119,"duration":1}},{"uid":"dea5b50ddd43768","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dea5b50ddd43768","status":"passed","time":{"start":1729034245513,"stop":1729034245514,"duration":1}},{"uid":"c086c39833a424d4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c086c39833a424d4","status":"passed","time":{"start":1729034063489,"stop":1729034063489,"duration":0}},{"uid":"2b90460e936d45dc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b90460e936d45dc","status":"passed","time":{"start":1729032122635,"stop":1729032122635,"duration":0}},{"uid":"ca922adee6dc1364","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ca922adee6dc1364","status":"passed","time":{"start":1728901785627,"stop":1728901785627,"duration":0}},{"uid":"ff076f880796388e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff076f880796388e","status":"passed","time":{"start":1728893218774,"stop":1728893218774,"duration":0}},{"uid":"b6063cd5bc9eedf9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b6063cd5bc9eedf9","status":"passed","time":{"start":1728856192659,"stop":1728856192660,"duration":1}},{"uid":"9ca1d1b680d2cb99","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ca1d1b680d2cb99","status":"passed","time":{"start":1728738398086,"stop":1728738398087,"duration":1}},{"uid":"d22ef54559ddbc22","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d22ef54559ddbc22","status":"passed","time":{"start":1728682944500,"stop":1728682944505,"duration":5}},{"uid":"22788ac450b3941","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/22788ac450b3941","status":"passed","time":{"start":1728682507861,"stop":1728682507861,"duration":0}},{"uid":"5af706a0f8e01892","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5af706a0f8e01892","status":"passed","time":{"start":1728676995527,"stop":1728676995527,"duration":0}},{"uid":"a9307264fa5cf700","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a9307264fa5cf700","status":"passed","time":{"start":1728669665536,"stop":1728669665536,"duration":0}},{"uid":"c6dc01ac594b9784","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c6dc01ac594b9784","status":"passed","time":{"start":1728598056479,"stop":1728598056480,"duration":1}},{"uid":"d9aeff0fe3035ee9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9aeff0fe3035ee9","status":"passed","time":{"start":1728597264028,"stop":1728597264029,"duration":1}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8947fe04298a8c49","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8947fe04298a8c49","status":"passed","time":{"start":1729034536790,"stop":1729034536790,"duration":0}},{"uid":"cdbe62870f0283cd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cdbe62870f0283cd","status":"passed","time":{"start":1729034307034,"stop":1729034307034,"duration":0}},{"uid":"db1a183afc5b0f3a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/db1a183afc5b0f3a","status":"passed","time":{"start":1729034223309,"stop":1729034223310,"duration":1}},{"uid":"29e20a25181822dc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/29e20a25181822dc","status":"passed","time":{"start":1729034034986,"stop":1729034034986,"duration":0}},{"uid":"9e131ad2437f2010","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e131ad2437f2010","status":"passed","time":{"start":1729032066305,"stop":1729032066306,"duration":1}},{"uid":"b7c59d224180ffb1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c59d224180ffb1","status":"passed","time":{"start":1728901706622,"stop":1728901706623,"duration":1}},{"uid":"1cd14416398315ed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cd14416398315ed","status":"passed","time":{"start":1728893153427,"stop":1728893153428,"duration":1}},{"uid":"7513bf61eba02205","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7513bf61eba02205","status":"passed","time":{"start":1728856108129,"stop":1728856108129,"duration":0}},{"uid":"5bd24e60ebf45310","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5bd24e60ebf45310","status":"passed","time":{"start":1728738316671,"stop":1728738316671,"duration":0}},{"uid":"fe506acdcbb9fa38","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fe506acdcbb9fa38","status":"passed","time":{"start":1728682865324,"stop":1728682865325,"duration":1}},{"uid":"5720a8a6c10e0d8b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5720a8a6c10e0d8b","status":"passed","time":{"start":1728682446998,"stop":1728682446998,"duration":0}},{"uid":"6b0ba20ebf78a1e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6b0ba20ebf78a1e8","status":"passed","time":{"start":1728676924482,"stop":1728676924483,"duration":1}},{"uid":"4fb0f130048811ba","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4fb0f130048811ba","status":"passed","time":{"start":1728669626265,"stop":1728669626266,"duration":1}},{"uid":"2dc984632a4142ee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2dc984632a4142ee","status":"passed","time":{"start":1728597973676,"stop":1728597973676,"duration":0}},{"uid":"d0aab5d055813bd1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d0aab5d055813bd1","status":"passed","time":{"start":1728597188042,"stop":1728597188043,"duration":1}}]},"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"edec426c36ee4379","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/edec426c36ee4379","status":"passed","time":{"start":1729034332629,"stop":1729034332629,"duration":0}},{"uid":"58413b23542d29be","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/58413b23542d29be","status":"passed","time":{"start":1729034096131,"stop":1729034096131,"duration":0}},{"uid":"9b591373fd2db979","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9b591373fd2db979","status":"passed","time":{"start":1729034020088,"stop":1729034020088,"duration":0}},{"uid":"8184c75214e566d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8184c75214e566d9","status":"passed","time":{"start":1729033834382,"stop":1729033834382,"duration":0}},{"uid":"378788c176b6ba22","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/378788c176b6ba22","status":"passed","time":{"start":1729031884115,"stop":1729031884115,"duration":0}},{"uid":"b16c86cb3258f5df","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b16c86cb3258f5df","status":"passed","time":{"start":1728901430253,"stop":1728901430253,"duration":0}},{"uid":"9ab29b795c9b9985","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9ab29b795c9b9985","status":"passed","time":{"start":1728892860530,"stop":1728892860530,"duration":0}},{"uid":"4e6598f546b41878","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4e6598f546b41878","status":"passed","time":{"start":1728855823320,"stop":1728855823320,"duration":0}},{"uid":"cabafa08f85accec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cabafa08f85accec","status":"passed","time":{"start":1728738040599,"stop":1728738040599,"duration":0}},{"uid":"50396c6b9a5e1633","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/50396c6b9a5e1633","status":"passed","time":{"start":1728682574089,"stop":1728682574089,"duration":0}},{"uid":"c44f72ea7247909","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c44f72ea7247909","status":"passed","time":{"start":1728682146815,"stop":1728682146815,"duration":0}},{"uid":"aa893dea4645321f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aa893dea4645321f","status":"passed","time":{"start":1728676621429,"stop":1728676621430,"duration":1}},{"uid":"73fc3e04c572390e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/73fc3e04c572390e","status":"passed","time":{"start":1728669344465,"stop":1728669344465,"duration":0}},{"uid":"5f8bdde36cfb6bcc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5f8bdde36cfb6bcc","status":"passed","time":{"start":1728597685159,"stop":1728597685159,"duration":0}},{"uid":"a15e45c5d0445bf2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a15e45c5d0445bf2","status":"passed","time":{"start":1728596904465,"stop":1728596904465,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"61377fabd5c9e298","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/61377fabd5c9e298","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034506805,"stop":1729034506805,"duration":0}},{"uid":"595913a19d10e893","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/595913a19d10e893","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034259834,"stop":1729034259836,"duration":2}},{"uid":"445c73a06d335e59","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/445c73a06d335e59","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034194036,"stop":1729034194036,"duration":0}},{"uid":"aef5e529d304a9db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aef5e529d304a9db","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034014882,"stop":1729034014882,"duration":0}},{"uid":"8c1704e99c262256","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c1704e99c262256","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032065461,"stop":1729032065462,"duration":1}},{"uid":"174c8f9aa264732b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/174c8f9aa264732b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901664285,"stop":1728901664285,"duration":0}},{"uid":"907f509c004b94fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/907f509c004b94fb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893093695,"stop":1728893093695,"duration":0}},{"uid":"358303dace1de328","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/358303dace1de328","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856055277,"stop":1728856055277,"duration":0}},{"uid":"83bb07a2a0efeaaa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/83bb07a2a0efeaaa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738274748,"stop":1728738274748,"duration":0}},{"uid":"a932f6f84a31c0b9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a932f6f84a31c0b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682807963,"stop":1728682807964,"duration":1}},{"uid":"77bca3f30aad3e0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77bca3f30aad3e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682381307,"stop":1728682381307,"duration":0}},{"uid":"7badff3b6de16a4d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7badff3b6de16a4d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676853904,"stop":1728676853905,"duration":1}},{"uid":"f4266f0776ee4005","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4266f0776ee4005","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669581702,"stop":1728669581703,"duration":1}},{"uid":"b05922eceabd4098","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b05922eceabd4098","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597923495,"stop":1728597923496,"duration":1}},{"uid":"93ef6e326d5e4c91","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/93ef6e326d5e4c91","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597132272,"stop":1728597132273,"duration":1}}]},"a9429f8e3c6863d02b3bd7a603b285a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef4d3e98e79e91ca","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ef4d3e98e79e91ca","status":"passed","time":{"start":1728597423326,"stop":1728597423326,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"df97e634a5d3c5d5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df97e634a5d3c5d5","status":"passed","time":{"start":1729034368071,"stop":1729034368071,"duration":0}},{"uid":"50a38dd44220b1de","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/50a38dd44220b1de","status":"passed","time":{"start":1729034132177,"stop":1729034132178,"duration":1}},{"uid":"12d0fcdeec9f1639","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/12d0fcdeec9f1639","status":"passed","time":{"start":1729034055083,"stop":1729034055083,"duration":0}},{"uid":"4c37947a7554e6ad","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c37947a7554e6ad","status":"passed","time":{"start":1729033869943,"stop":1729033869944,"duration":1}},{"uid":"2d9c8aa1ee94a67e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2d9c8aa1ee94a67e","status":"passed","time":{"start":1729031919797,"stop":1729031919798,"duration":1}},{"uid":"8e8fec53cb2baeee","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e8fec53cb2baeee","status":"passed","time":{"start":1728901465373,"stop":1728901465373,"duration":0}},{"uid":"cbb887b437ef70ce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cbb887b437ef70ce","status":"passed","time":{"start":1728892895973,"stop":1728892895973,"duration":0}},{"uid":"4ee366170e1f040b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ee366170e1f040b","status":"passed","time":{"start":1728855858318,"stop":1728855858318,"duration":0}},{"uid":"e094a6ccdba0f13e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e094a6ccdba0f13e","status":"passed","time":{"start":1728738075952,"stop":1728738075953,"duration":1}},{"uid":"557de6035d19c694","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/557de6035d19c694","status":"passed","time":{"start":1728682609267,"stop":1728682609267,"duration":0}},{"uid":"cd3e623b80b99e63","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd3e623b80b99e63","status":"passed","time":{"start":1728682182159,"stop":1728682182159,"duration":0}},{"uid":"79a7b06a96b45766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79a7b06a96b45766","status":"passed","time":{"start":1728676656593,"stop":1728676656593,"duration":0}},{"uid":"4858d98350431a0e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4858d98350431a0e","status":"passed","time":{"start":1728669379923,"stop":1728669379923,"duration":0}},{"uid":"49d94c492de3f7ad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/49d94c492de3f7ad","status":"passed","time":{"start":1728597720384,"stop":1728597720385,"duration":1}},{"uid":"117e27ed38aad64d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/117e27ed38aad64d","status":"passed","time":{"start":1728596939483,"stop":1728596939484,"duration":1}}]},"8e68dd6ad4a65a73de85d5cffa395774:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40ebf3c705eccb28","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/40ebf3c705eccb28","status":"passed","time":{"start":1728677163571,"stop":1728677163572,"duration":1}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9c0ca4158bfbe244","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9c0ca4158bfbe244","status":"passed","time":{"start":1729034668611,"stop":1729034668611,"duration":0}},{"uid":"65c737ee5c66dde","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/65c737ee5c66dde","status":"passed","time":{"start":1729034443522,"stop":1729034443522,"duration":0}},{"uid":"fb75073cdaca0f65","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fb75073cdaca0f65","status":"passed","time":{"start":1729034357709,"stop":1729034357710,"duration":1}},{"uid":"1265637a582b5166","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1265637a582b5166","status":"passed","time":{"start":1729034177537,"stop":1729034177538,"duration":1}},{"uid":"ce95c702c68355e8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ce95c702c68355e8","status":"passed","time":{"start":1729032235316,"stop":1729032235318,"duration":2}},{"uid":"78f2c40140a71e7b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78f2c40140a71e7b","status":"passed","time":{"start":1728901958867,"stop":1728901958867,"duration":0}},{"uid":"11bc9bc3043e09b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/11bc9bc3043e09b","status":"passed","time":{"start":1728893395084,"stop":1728893395084,"duration":0}},{"uid":"f60b948a928db9ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f60b948a928db9ac","status":"passed","time":{"start":1728856355698,"stop":1728856355699,"duration":1}},{"uid":"15e1aeabdee8c32d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15e1aeabdee8c32d","status":"passed","time":{"start":1728738567474,"stop":1728738567474,"duration":0}},{"uid":"966486b7c4a96404","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/966486b7c4a96404","status":"passed","time":{"start":1728683110372,"stop":1728683110373,"duration":1}},{"uid":"64ad06d6f2cf73a4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/64ad06d6f2cf73a4","status":"passed","time":{"start":1728682666070,"stop":1728682666071,"duration":1}},{"uid":"89c2437741a0d2dc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/89c2437741a0d2dc","status":"passed","time":{"start":1728677163584,"stop":1728677163585,"duration":1}},{"uid":"2206534bc19baa87","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2206534bc19baa87","status":"passed","time":{"start":1728669841256,"stop":1728669841256,"duration":0}},{"uid":"b6cbc519424c56e1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b6cbc519424c56e1","status":"passed","time":{"start":1728598221901,"stop":1728598221902,"duration":1}},{"uid":"a802c0560750dc54","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a802c0560750dc54","status":"passed","time":{"start":1728597434084,"stop":1728597434084,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"825ec27836cd2311","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/825ec27836cd2311","status":"passed","time":{"start":1729034611653,"stop":1729034611653,"duration":0}},{"uid":"bae61d78dc939636","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bae61d78dc939636","status":"passed","time":{"start":1729034393627,"stop":1729034393628,"duration":1}},{"uid":"6b437f9ca742a16d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b437f9ca742a16d","status":"passed","time":{"start":1729034304812,"stop":1729034304813,"duration":1}},{"uid":"d64c3c17fe6b42be","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d64c3c17fe6b42be","status":"passed","time":{"start":1729034121891,"stop":1729034121891,"duration":0}},{"uid":"36d04f0f845a27b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/36d04f0f845a27b4","status":"passed","time":{"start":1729032174798,"stop":1729032174798,"duration":0}},{"uid":"5a5c250f96af0afe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5a5c250f96af0afe","status":"passed","time":{"start":1728901881004,"stop":1728901881004,"duration":0}},{"uid":"a15406835340efe5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a15406835340efe5","status":"passed","time":{"start":1728893317143,"stop":1728893317143,"duration":0}},{"uid":"1ffb05f1b47171cf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1ffb05f1b47171cf","status":"passed","time":{"start":1728856263065,"stop":1728856263066,"duration":1}},{"uid":"aa9a92645bbf1ed3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa9a92645bbf1ed3","status":"passed","time":{"start":1728738492788,"stop":1728738492789,"duration":1}},{"uid":"ae1014c2cca4df00","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ae1014c2cca4df00","status":"passed","time":{"start":1728683030008,"stop":1728683030009,"duration":1}},{"uid":"e9ae381ba6c38052","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9ae381ba6c38052","status":"passed","time":{"start":1728682581082,"stop":1728682581082,"duration":0}},{"uid":"5f6beaefd4fb7656","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5f6beaefd4fb7656","status":"passed","time":{"start":1728677081984,"stop":1728677081984,"duration":0}},{"uid":"74c23da2c61cb446","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74c23da2c61cb446","status":"passed","time":{"start":1728669795385,"stop":1728669795385,"duration":0}},{"uid":"dcb8259eb0b99fda","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dcb8259eb0b99fda","status":"passed","time":{"start":1728598137495,"stop":1728598137495,"duration":0}},{"uid":"19f286f9ef8cbfcd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/19f286f9ef8cbfcd","status":"passed","time":{"start":1728597353472,"stop":1728597353473,"duration":1}}]},"4bdd57d01116e3aedcf60ad5b8bc54f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"287e3dd7ff4555ce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/287e3dd7ff4555ce","status":"passed","time":{"start":1728677103495,"stop":1728677103496,"duration":1}}]},"e8c31e62a6b8d1132c76d30f47f02f19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4dac26e21ed62597","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4dac26e21ed62597","status":"passed","time":{"start":1728669841249,"stop":1728669841251,"duration":2}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"1887e29b4827c114","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1887e29b4827c114","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034408874,"stop":1729034408874,"duration":0}},{"uid":"87d0ccfadf91e033","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/87d0ccfadf91e033","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034166264,"stop":1729034166265,"duration":1}},{"uid":"66309af262c91ffd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/66309af262c91ffd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034096723,"stop":1729034096723,"duration":0}},{"uid":"b6e82edd7dfb5e54","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6e82edd7dfb5e54","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033904750,"stop":1729033904750,"duration":0}},{"uid":"993cb65bd225c015","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/993cb65bd225c015","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031952295,"stop":1729031952295,"duration":0}},{"uid":"ea73c6f3c77d1f05","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea73c6f3c77d1f05","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901498549,"stop":1728901498549,"duration":0}},{"uid":"7106dbc8c45f2c5e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7106dbc8c45f2c5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892934941,"stop":1728892934942,"duration":1}},{"uid":"77f898bfeecaae5a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77f898bfeecaae5a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855901089,"stop":1728855901091,"duration":2}},{"uid":"81e6118cd30cd3eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/81e6118cd30cd3eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738109823,"stop":1728738109823,"duration":0}},{"uid":"ffd0d61f637b40ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ffd0d61f637b40ab","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682641794,"stop":1728682641794,"duration":0}},{"uid":"79a5764f31041665","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/79a5764f31041665","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682224059,"stop":1728682224059,"duration":0}},{"uid":"869fd28b694025a4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/869fd28b694025a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676692603,"stop":1728676692603,"duration":0}},{"uid":"6e91e3891e015d7e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e91e3891e015d7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669414330,"stop":1728669414330,"duration":0}},{"uid":"51553bd714d62b9b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/51553bd714d62b9b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597758158,"stop":1728597758159,"duration":1}},{"uid":"fd8b42f3d97fa5e0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fd8b42f3d97fa5e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596973961,"stop":1728596973962,"duration":1}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8b597629df0abdac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b597629df0abdac","status":"passed","time":{"start":1729034636311,"stop":1729034636311,"duration":0}},{"uid":"9a29f8c19ca9c0c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9a29f8c19ca9c0c","status":"passed","time":{"start":1729034402268,"stop":1729034402268,"duration":0}},{"uid":"b9ac6bcb2b3fea17","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b9ac6bcb2b3fea17","status":"passed","time":{"start":1729034323287,"stop":1729034323288,"duration":1}},{"uid":"acaf1694b0924680","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/acaf1694b0924680","status":"passed","time":{"start":1729034144762,"stop":1729034144763,"duration":1}},{"uid":"cd71d4b8aeb40ac7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cd71d4b8aeb40ac7","status":"passed","time":{"start":1729032198813,"stop":1729032198813,"duration":0}},{"uid":"d532dd849822f828","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d532dd849822f828","status":"passed","time":{"start":1728901901758,"stop":1728901901759,"duration":1}},{"uid":"b1a83e445bf3b9fe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b1a83e445bf3b9fe","status":"passed","time":{"start":1728893337238,"stop":1728893337239,"duration":1}},{"uid":"e01269d1d452896","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e01269d1d452896","status":"passed","time":{"start":1728856299186,"stop":1728856299186,"duration":0}},{"uid":"df955de0e1af5296","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/df955de0e1af5296","status":"passed","time":{"start":1728738505372,"stop":1728738505372,"duration":0}},{"uid":"521ce5a2982d20c8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/521ce5a2982d20c8","status":"passed","time":{"start":1728683045440,"stop":1728683045440,"duration":0}},{"uid":"bb75135b5d982d35","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb75135b5d982d35","status":"passed","time":{"start":1728682607285,"stop":1728682607285,"duration":0}},{"uid":"22027976edeed1bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/22027976edeed1bc","status":"passed","time":{"start":1728677103491,"stop":1728677103491,"duration":0}},{"uid":"fd5c41dde295e140","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd5c41dde295e140","status":"passed","time":{"start":1728669777113,"stop":1728669777113,"duration":0}},{"uid":"c91106fa1616c061","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c91106fa1616c061","status":"passed","time":{"start":1728598163463,"stop":1728598163463,"duration":0}},{"uid":"698de3761986f006","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/698de3761986f006","status":"passed","time":{"start":1728597375461,"stop":1728597375462,"duration":1}}]},"7ba1f9e9794796d5264c8e1aea1d0590:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b397b2c390baa13","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5b397b2c390baa13","status":"passed","time":{"start":1728893317153,"stop":1728893317154,"duration":1}}]},"253e55f2f6055930106f26c1fa2c60f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40cd2eac15b7f710","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/40cd2eac15b7f710","status":"passed","time":{"start":1728598212611,"stop":1728598212611,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"338a0c6ca41ae96","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/338a0c6ca41ae96","status":"passed","time":{"start":1729034617758,"stop":1729034617759,"duration":1}},{"uid":"7068e46e8d46810a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7068e46e8d46810a","status":"passed","time":{"start":1729034370866,"stop":1729034370867,"duration":1}},{"uid":"201e5d64752240d3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/201e5d64752240d3","status":"passed","time":{"start":1729034308870,"stop":1729034308870,"duration":0}},{"uid":"5ca1565f105884db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ca1565f105884db","status":"passed","time":{"start":1729034129473,"stop":1729034129473,"duration":0}},{"uid":"a8f3c8381916aed2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a8f3c8381916aed2","status":"passed","time":{"start":1729032178367,"stop":1729032178367,"duration":0}},{"uid":"7718db6e28512a75","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7718db6e28512a75","status":"passed","time":{"start":1728901896346,"stop":1728901896346,"duration":0}},{"uid":"467f008882161aa4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/467f008882161aa4","status":"passed","time":{"start":1728893329024,"stop":1728893329024,"duration":0}},{"uid":"c0477206f3b17be0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c0477206f3b17be0","status":"passed","time":{"start":1728856284762,"stop":1728856284763,"duration":1}},{"uid":"2f5eacf9e099f57","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f5eacf9e099f57","status":"passed","time":{"start":1728738494939,"stop":1728738494939,"duration":0}},{"uid":"552b9c5b37fc1c9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/552b9c5b37fc1c9","status":"passed","time":{"start":1728683033631,"stop":1728683033631,"duration":0}},{"uid":"2f3c178b5604e0a3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f3c178b5604e0a3","status":"passed","time":{"start":1728682601736,"stop":1728682601736,"duration":0}},{"uid":"737bd5056304d832","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/737bd5056304d832","status":"passed","time":{"start":1728677107961,"stop":1728677107961,"duration":0}},{"uid":"aa2f73bc58fe2893","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa2f73bc58fe2893","status":"passed","time":{"start":1728669764750,"stop":1728669764750,"duration":0}},{"uid":"8370c2571bc145b6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8370c2571bc145b6","status":"passed","time":{"start":1728598157562,"stop":1728598157562,"duration":0}},{"uid":"d0a4f8edf6fbd316","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d0a4f8edf6fbd316","status":"passed","time":{"start":1728597369061,"stop":1728597369061,"duration":0}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"67f83597ab4cface","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67f83597ab4cface","status":"passed","time":{"start":1729034708552,"stop":1729034708552,"duration":0}},{"uid":"b0b46f1671aa3d10","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b0b46f1671aa3d10","status":"passed","time":{"start":1729034480290,"stop":1729034480292,"duration":2}},{"uid":"bb5ed5898b3be21e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bb5ed5898b3be21e","status":"passed","time":{"start":1729034396759,"stop":1729034396759,"duration":0}},{"uid":"6486fc076d9d8621","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6486fc076d9d8621","status":"passed","time":{"start":1729032277691,"stop":1729032277691,"duration":0}},{"uid":"14f416f71ed553a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/14f416f71ed553a","status":"passed","time":{"start":1728902034223,"stop":1728902034224,"duration":1}},{"uid":"f224e22bea3ac3bc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f224e22bea3ac3bc","status":"passed","time":{"start":1728893469056,"stop":1728893469056,"duration":0}},{"uid":"64c79e4b24eba936","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64c79e4b24eba936","status":"passed","time":{"start":1728856416487,"stop":1728856416487,"duration":0}},{"uid":"be1a86b3278634c2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/be1a86b3278634c2","status":"passed","time":{"start":1728738643169,"stop":1728738643170,"duration":1}},{"uid":"fd803e41f3b7d85","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fd803e41f3b7d85","status":"passed","time":{"start":1728683174245,"stop":1728683174246,"duration":1}},{"uid":"6432dacf904e4e30","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6432dacf904e4e30","status":"passed","time":{"start":1728682757799,"stop":1728682757799,"duration":0}},{"uid":"3647201930eae2e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3647201930eae2e2","status":"passed","time":{"start":1728677231124,"stop":1728677231124,"duration":0}},{"uid":"a931e3e570629903","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a931e3e570629903","status":"passed","time":{"start":1728669920235,"stop":1728669920236,"duration":1}},{"uid":"fbbb51b965b504e1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fbbb51b965b504e1","status":"passed","time":{"start":1728598298887,"stop":1728598298888,"duration":1}},{"uid":"6616b6c9197defca","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6616b6c9197defca","status":"passed","time":{"start":1728597513733,"stop":1728597513733,"duration":0}}]},"9b88d0eebb9ecd922750515b40c0464d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a24e9ca13279a762","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a24e9ca13279a762","status":"passed","time":{"start":1729034611657,"stop":1729034611657,"duration":0}}]},"8cca2f1ac7452727f464b710bc19bb31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ff7f3d76c88def","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ff7f3d76c88def","status":"passed","time":{"start":1729034428556,"stop":1729034428556,"duration":0}}]},"1b1fe51e7fea58175f95c4b805c0385c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5179a015f87c928","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d5179a015f87c928","status":"passed","time":{"start":1729032235309,"stop":1729032235309,"duration":0}}]},"dcd426ddac804f763cdd58acd98ef158:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b524ba741b0199f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b524ba741b0199f9","status":"passed","time":{"start":1729034357701,"stop":1729034357702,"duration":1}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a4846dce26d31087","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a4846dce26d31087","status":"passed","time":{"start":1729034617764,"stop":1729034617764,"duration":0}},{"uid":"e08095cd491064d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e08095cd491064d1","status":"passed","time":{"start":1729034370886,"stop":1729034370886,"duration":0}},{"uid":"a2adac7b5915e506","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a2adac7b5915e506","status":"passed","time":{"start":1729034308881,"stop":1729034308882,"duration":1}},{"uid":"26d6d733b4d0e8fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/26d6d733b4d0e8fa","status":"passed","time":{"start":1729034129477,"stop":1729034129477,"duration":0}},{"uid":"201f45709831e40e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/201f45709831e40e","status":"passed","time":{"start":1729032178371,"stop":1729032178372,"duration":1}},{"uid":"4981dc6e1423e1e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4981dc6e1423e1e","status":"passed","time":{"start":1728901896351,"stop":1728901896351,"duration":0}},{"uid":"9eba5f2bfffc1bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9eba5f2bfffc1bf","status":"passed","time":{"start":1728893329029,"stop":1728893329029,"duration":0}},{"uid":"62e753dfd87b3a51","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62e753dfd87b3a51","status":"passed","time":{"start":1728856284768,"stop":1728856284768,"duration":0}},{"uid":"edbb75125190d55b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edbb75125190d55b","status":"passed","time":{"start":1728738494945,"stop":1728738494945,"duration":0}},{"uid":"b81b2d6e2a3944d8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b81b2d6e2a3944d8","status":"passed","time":{"start":1728683033635,"stop":1728683033635,"duration":0}},{"uid":"8f5e9e143de2ee46","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8f5e9e143de2ee46","status":"passed","time":{"start":1728682601739,"stop":1728682601740,"duration":1}},{"uid":"148b87beb764b124","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/148b87beb764b124","status":"passed","time":{"start":1728677107964,"stop":1728677107973,"duration":9}},{"uid":"9c5c0b4e79c05e66","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c5c0b4e79c05e66","status":"passed","time":{"start":1728669764754,"stop":1728669764755,"duration":1}},{"uid":"646bb039a9f572e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/646bb039a9f572e9","status":"passed","time":{"start":1728598157566,"stop":1728598157566,"duration":0}},{"uid":"bc6694ea07afe768","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc6694ea07afe768","status":"passed","time":{"start":1728597369076,"stop":1728597369077,"duration":1}}]},"7ae201573d7f3081e1b59d68f6d6db3a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a20174407ec4bd7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a20174407ec4bd7","status":"passed","time":{"start":1729034357702,"stop":1729034357703,"duration":1}}]},"99482fe6700ad402525d1a4802dc85e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d989bf2cc5f1aec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9d989bf2cc5f1aec","status":"passed","time":{"start":1728669581695,"stop":1728669581696,"duration":1}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d9224c9ee32b20e1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9224c9ee32b20e1","status":"passed","time":{"start":1729034617765,"stop":1729034617765,"duration":0}},{"uid":"8f478cac98f8be9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f478cac98f8be9","status":"passed","time":{"start":1729034370886,"stop":1729034370887,"duration":1}},{"uid":"661ae1c77e34c03e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/661ae1c77e34c03e","status":"passed","time":{"start":1729034308882,"stop":1729034308882,"duration":0}},{"uid":"f72ad94f4e15f6ed","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f72ad94f4e15f6ed","status":"passed","time":{"start":1729034129478,"stop":1729034129478,"duration":0}},{"uid":"7b4af4daffa45a39","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7b4af4daffa45a39","status":"passed","time":{"start":1729032178372,"stop":1729032178374,"duration":2}},{"uid":"3f1421d30da01804","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3f1421d30da01804","status":"passed","time":{"start":1728901896351,"stop":1728901896352,"duration":1}},{"uid":"e7f57b5a76950d06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e7f57b5a76950d06","status":"passed","time":{"start":1728893329030,"stop":1728893329030,"duration":0}},{"uid":"4d34680e1fcb219c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4d34680e1fcb219c","status":"passed","time":{"start":1728856284768,"stop":1728856284769,"duration":1}},{"uid":"743353704d2edbcd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/743353704d2edbcd","status":"passed","time":{"start":1728738494946,"stop":1728738494946,"duration":0}},{"uid":"7342f58ef4410f6a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7342f58ef4410f6a","status":"passed","time":{"start":1728683033636,"stop":1728683033636,"duration":0}},{"uid":"24238634b908caa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/24238634b908caa","status":"passed","time":{"start":1728682601744,"stop":1728682601744,"duration":0}},{"uid":"3311492bf58b3197","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3311492bf58b3197","status":"passed","time":{"start":1728677107974,"stop":1728677107974,"duration":0}},{"uid":"11ff5ac44e1c0b8d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/11ff5ac44e1c0b8d","status":"passed","time":{"start":1728669764756,"stop":1728669764756,"duration":0}},{"uid":"22ca69c36d63e181","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22ca69c36d63e181","status":"passed","time":{"start":1728598157575,"stop":1728598157575,"duration":0}},{"uid":"f1c0095692c453f5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1c0095692c453f5","status":"passed","time":{"start":1728597369077,"stop":1728597369078,"duration":1}}]},"b4bcf0f6b7e60f6f02d65f9b9cdf794d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aca21ba04a52c8a9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aca21ba04a52c8a9","status":"passed","time":{"start":1728682607293,"stop":1728682607294,"duration":1}}]},"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"afefc03e93c9c8f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/afefc03e93c9c8f2","status":"passed","time":{"start":1729034693195,"stop":1729034693195,"duration":0}},{"uid":"b696b012e1ae0768","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b696b012e1ae0768","status":"passed","time":{"start":1729034468599,"stop":1729034468599,"duration":0}},{"uid":"9d0d76acabade7e5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9d0d76acabade7e5","status":"passed","time":{"start":1729034383197,"stop":1729034383198,"duration":1}},{"uid":"ee22311bb8b573f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee22311bb8b573f","status":"passed","time":{"start":1729034203620,"stop":1729034203621,"duration":1}},{"uid":"2e57d7af9189b53b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e57d7af9189b53b","status":"passed","time":{"start":1729032256252,"stop":1729032256253,"duration":1}},{"uid":"fd1ee662820e845d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd1ee662820e845d","status":"passed","time":{"start":1728902016653,"stop":1728902016653,"duration":0}},{"uid":"97f7f6aee65f6e39","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/97f7f6aee65f6e39","status":"passed","time":{"start":1728893448585,"stop":1728893448585,"duration":0}},{"uid":"7578a31efd981656","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7578a31efd981656","status":"passed","time":{"start":1728856401307,"stop":1728856401308,"duration":1}},{"uid":"7283863bbe3e1e33","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7283863bbe3e1e33","status":"passed","time":{"start":1728738624654,"stop":1728738624654,"duration":0}},{"uid":"752ec282d548abc0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/752ec282d548abc0","status":"passed","time":{"start":1728683154298,"stop":1728683154298,"duration":0}},{"uid":"94d22347c8b03e0c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94d22347c8b03e0c","status":"passed","time":{"start":1728682726614,"stop":1728682726614,"duration":0}},{"uid":"a038f56f90c00340","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a038f56f90c00340","status":"passed","time":{"start":1728677221173,"stop":1728677221173,"duration":0}},{"uid":"ff0baa4209f9417b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff0baa4209f9417b","status":"passed","time":{"start":1728669902840,"stop":1728669902840,"duration":0}},{"uid":"d9a7a8e5bc92919d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d9a7a8e5bc92919d","status":"passed","time":{"start":1728598275772,"stop":1728598275772,"duration":0}},{"uid":"e8c2f21a5d0af764","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e8c2f21a5d0af764","status":"passed","time":{"start":1728597495944,"stop":1728597495945,"duration":1}}]},"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"59dbfdf131c55b84","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/59dbfdf131c55b84","status":"passed","time":{"start":1729034332607,"stop":1729034332607,"duration":0}},{"uid":"a17e25e96dd5b17e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a17e25e96dd5b17e","status":"passed","time":{"start":1729034096108,"stop":1729034096108,"duration":0}},{"uid":"36edde8c9b3e41d4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/36edde8c9b3e41d4","status":"passed","time":{"start":1729034020071,"stop":1729034020071,"duration":0}},{"uid":"2723446b84e40557","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2723446b84e40557","status":"passed","time":{"start":1729033834359,"stop":1729033834360,"duration":1}},{"uid":"2223e6a435570ea3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2223e6a435570ea3","status":"passed","time":{"start":1729031884086,"stop":1729031884087,"duration":1}},{"uid":"242d435f6d5216c4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/242d435f6d5216c4","status":"passed","time":{"start":1728901430241,"stop":1728901430241,"duration":0}},{"uid":"6be831a1ffdd4865","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6be831a1ffdd4865","status":"passed","time":{"start":1728892860515,"stop":1728892860516,"duration":1}},{"uid":"b78d633706133ddc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b78d633706133ddc","status":"passed","time":{"start":1728855823306,"stop":1728855823306,"duration":0}},{"uid":"cb20b8c97ea3d3eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb20b8c97ea3d3eb","status":"passed","time":{"start":1728738040568,"stop":1728738040568,"duration":0}},{"uid":"4baa9013df4bea99","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4baa9013df4bea99","status":"passed","time":{"start":1728682574065,"stop":1728682574066,"duration":1}},{"uid":"455f0e613565834","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/455f0e613565834","status":"passed","time":{"start":1728682146792,"stop":1728682146793,"duration":1}},{"uid":"500e2d51fd2c910e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/500e2d51fd2c910e","status":"passed","time":{"start":1728676621403,"stop":1728676621403,"duration":0}},{"uid":"951dad5a0baadeb9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/951dad5a0baadeb9","status":"passed","time":{"start":1728669344452,"stop":1728669344452,"duration":0}},{"uid":"60fab736078da5ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/60fab736078da5ce","status":"passed","time":{"start":1728597685133,"stop":1728597685134,"duration":1}},{"uid":"baf788f32d90d6f3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/baf788f32d90d6f3","status":"passed","time":{"start":1728596904440,"stop":1728596904440,"duration":0}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c96f2bdb7ca5709","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c96f2bdb7ca5709","status":"passed","time":{"start":1729034536102,"stop":1729034536102,"duration":0}},{"uid":"d5a64affda14645b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d5a64affda14645b","status":"passed","time":{"start":1729034296708,"stop":1729034296708,"duration":0}},{"uid":"bcbca3c793f3470e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bcbca3c793f3470e","status":"passed","time":{"start":1729034220606,"stop":1729034220606,"duration":0}},{"uid":"5ddb318abec5a925","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ddb318abec5a925","status":"passed","time":{"start":1729034041489,"stop":1729034041489,"duration":0}},{"uid":"3f15b11921da2f33","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3f15b11921da2f33","status":"passed","time":{"start":1728901705404,"stop":1728901705405,"duration":1}},{"uid":"a6d82c3e2801ee5d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6d82c3e2801ee5d","status":"passed","time":{"start":1728893141777,"stop":1728893141778,"duration":1}},{"uid":"34031d5892dd08ef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/34031d5892dd08ef","status":"passed","time":{"start":1728856087084,"stop":1728856087085,"duration":1}},{"uid":"1f2131b0ee090eac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1f2131b0ee090eac","status":"passed","time":{"start":1728738321437,"stop":1728738321437,"duration":0}},{"uid":"39340121c2729cc8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39340121c2729cc8","status":"passed","time":{"start":1728682845675,"stop":1728682845676,"duration":1}},{"uid":"db9cde4c471e6db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db9cde4c471e6db","status":"passed","time":{"start":1728682424311,"stop":1728682424311,"duration":0}},{"uid":"967fd71ab3fa47b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/967fd71ab3fa47b","status":"passed","time":{"start":1728676900540,"stop":1728676900540,"duration":0}},{"uid":"56cf04a5da55c687","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/56cf04a5da55c687","status":"passed","time":{"start":1728669625801,"stop":1728669625801,"duration":0}},{"uid":"cd2841ab4f544b9f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd2841ab4f544b9f","status":"passed","time":{"start":1728597957168,"stop":1728597957169,"duration":1}},{"uid":"f0c1cbc7120a5e49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c1cbc7120a5e49","status":"passed","time":{"start":1728597182619,"stop":1728597182619,"duration":0}}]},"8a717854d4dc9f7de6c74df647e8ef6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcfb6e3a89813214","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bcfb6e3a89813214","status":"passed","time":{"start":1728677156811,"stop":1728677156811,"duration":0}}]},"abb4d4dbce59f8222b9cf682c72a7930:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"553f32e10ce06954","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/553f32e10ce06954","status":"passed","time":{"start":1729034668595,"stop":1729034668596,"duration":1}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"5e5e8f97a1eec12a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5e5e8f97a1eec12a","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034612085,"stop":1729034612085,"duration":0}},{"uid":"d4619f1aa58066d5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4619f1aa58066d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034371234,"stop":1729034371234,"duration":0}},{"uid":"5ed08781c5473853","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5ed08781c5473853","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034305208,"stop":1729034305208,"duration":0}},{"uid":"e174dee5ad6565e0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e174dee5ad6565e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122310,"stop":1729034122311,"duration":1}},{"uid":"209081dc5d433a11","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/209081dc5d433a11","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175157,"stop":1729032175157,"duration":0}},{"uid":"b540caf8ed40b22a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b540caf8ed40b22a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873457,"stop":1728901873457,"duration":0}},{"uid":"2725351eb4de780b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2725351eb4de780b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311287,"stop":1728893311288,"duration":1}},{"uid":"286545763dd11734","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/286545763dd11734","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263476,"stop":1728856263476,"duration":0}},{"uid":"923ee4a3295037e3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/923ee4a3295037e3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483672,"stop":1728738483672,"duration":0}},{"uid":"997907ba35ac9eeb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/997907ba35ac9eeb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030247,"stop":1728683030247,"duration":0}},{"uid":"896ed6c2db602ec1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/896ed6c2db602ec1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581303,"stop":1728682581303,"duration":0}},{"uid":"bbd54297c26a0e99","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bbd54297c26a0e99","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082259,"stop":1728677082259,"duration":0}},{"uid":"89695891d460aa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/89695891d460aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754302,"stop":1728669754303,"duration":1}},{"uid":"3266b412f8c586ae","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3266b412f8c586ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137642,"stop":1728598137642,"duration":0}},{"uid":"d195cee0ca1c1881","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d195cee0ca1c1881","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350583,"stop":1728597350583,"duration":0}}]},"aed0bb35dde9284b56c998687281e0bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f2ac4d1b5a3a1f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f2ac4d1b5a3a1f9","status":"passed","time":{"start":1729034617771,"stop":1729034617771,"duration":0}}]},"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5736c26220e88954","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5736c26220e88954","status":"passed","time":{"start":1729034332643,"stop":1729034332644,"duration":1}},{"uid":"82c70f82635a93b9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/82c70f82635a93b9","status":"passed","time":{"start":1729034096141,"stop":1729034096141,"duration":0}},{"uid":"871975d2c63c1ca4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/871975d2c63c1ca4","status":"passed","time":{"start":1729034020097,"stop":1729034020097,"duration":0}},{"uid":"b778c3ab88171537","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b778c3ab88171537","status":"passed","time":{"start":1729033834394,"stop":1729033834394,"duration":0}},{"uid":"80ac74ddfd8550b0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/80ac74ddfd8550b0","status":"passed","time":{"start":1729031884128,"stop":1729031884128,"duration":0}},{"uid":"9ab5f9a3fe722963","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9ab5f9a3fe722963","status":"passed","time":{"start":1728901430261,"stop":1728901430261,"duration":0}},{"uid":"910383497282068a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/910383497282068a","status":"passed","time":{"start":1728892860540,"stop":1728892860540,"duration":0}},{"uid":"8c54cff53bf62c63","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8c54cff53bf62c63","status":"passed","time":{"start":1728855823329,"stop":1728855823329,"duration":0}},{"uid":"9ea20b9918278cd2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ea20b9918278cd2","status":"passed","time":{"start":1728738040610,"stop":1728738040610,"duration":0}},{"uid":"4ed784d391991d1e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ed784d391991d1e","status":"passed","time":{"start":1728682574101,"stop":1728682574101,"duration":0}},{"uid":"6963771f5bb944b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6963771f5bb944b4","status":"passed","time":{"start":1728682146825,"stop":1728682146825,"duration":0}},{"uid":"8f9a026d8bb4d3d0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f9a026d8bb4d3d0","status":"passed","time":{"start":1728676621440,"stop":1728676621440,"duration":0}},{"uid":"55776973f38a1161","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/55776973f38a1161","status":"passed","time":{"start":1728669344474,"stop":1728669344474,"duration":0}},{"uid":"870a390343b758ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/870a390343b758ac","status":"passed","time":{"start":1728597685170,"stop":1728597685170,"duration":0}},{"uid":"4a4a9d9df98064ae","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4a4a9d9df98064ae","status":"passed","time":{"start":1728596904478,"stop":1728596904478,"duration":0}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"68feb3d40405137e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/68feb3d40405137e","status":"passed","time":{"start":1729034668590,"stop":1729034668590,"duration":0}},{"uid":"a1b653c865205325","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a1b653c865205325","status":"passed","time":{"start":1729034443491,"stop":1729034443495,"duration":4}},{"uid":"afc778f3b3929656","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/afc778f3b3929656","status":"passed","time":{"start":1729034357696,"stop":1729034357696,"duration":0}},{"uid":"5afb11ed383d80e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5afb11ed383d80e8","status":"passed","time":{"start":1729034177523,"stop":1729034177524,"duration":1}},{"uid":"c6b966d0de677c45","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6b966d0de677c45","status":"passed","time":{"start":1729032235298,"stop":1729032235299,"duration":1}},{"uid":"69dc95b4062bed03","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/69dc95b4062bed03","status":"passed","time":{"start":1728901958851,"stop":1728901958852,"duration":1}},{"uid":"d4dd78cecbd79b8b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d4dd78cecbd79b8b","status":"passed","time":{"start":1728893395071,"stop":1728893395072,"duration":1}},{"uid":"37e26efc6f1d9e1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/37e26efc6f1d9e1","status":"passed","time":{"start":1728856355681,"stop":1728856355681,"duration":0}},{"uid":"d66ef8cba39aae25","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d66ef8cba39aae25","status":"passed","time":{"start":1728738567466,"stop":1728738567467,"duration":1}},{"uid":"7646b575c41b1ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7646b575c41b1ef","status":"passed","time":{"start":1728683110365,"stop":1728683110365,"duration":0}},{"uid":"5aa89f221a6b2b93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5aa89f221a6b2b93","status":"passed","time":{"start":1728682666061,"stop":1728682666062,"duration":1}},{"uid":"4ce6a4e83546ae0c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4ce6a4e83546ae0c","status":"passed","time":{"start":1728677163567,"stop":1728677163568,"duration":1}},{"uid":"f92e4f05fc3cd5f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f92e4f05fc3cd5f0","status":"passed","time":{"start":1728669841246,"stop":1728669841247,"duration":1}},{"uid":"3a58b2aed02ade1e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3a58b2aed02ade1e","status":"passed","time":{"start":1728598221882,"stop":1728598221883,"duration":1}},{"uid":"f045cec8dcfad06d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f045cec8dcfad06d","status":"passed","time":{"start":1728597434074,"stop":1728597434075,"duration":1}}]},"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"614a923c3cb582db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/614a923c3cb582db","status":"passed","time":{"start":1729034332612,"stop":1729034332612,"duration":0}},{"uid":"22e58fddac3ec89c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22e58fddac3ec89c","status":"passed","time":{"start":1729034096113,"stop":1729034096113,"duration":0}},{"uid":"ffaf9f4665cda860","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ffaf9f4665cda860","status":"passed","time":{"start":1729034020074,"stop":1729034020075,"duration":1}},{"uid":"5a5c5861572bac51","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a5c5861572bac51","status":"passed","time":{"start":1729033834363,"stop":1729033834364,"duration":1}},{"uid":"c342ed8d117d14f0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c342ed8d117d14f0","status":"passed","time":{"start":1729031884092,"stop":1729031884093,"duration":1}},{"uid":"426e3267f05747c1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/426e3267f05747c1","status":"passed","time":{"start":1728901430243,"stop":1728901430244,"duration":1}},{"uid":"e0c62de9bc8a39be","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e0c62de9bc8a39be","status":"passed","time":{"start":1728892860518,"stop":1728892860518,"duration":0}},{"uid":"3963ec89ddbc04a3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3963ec89ddbc04a3","status":"passed","time":{"start":1728855823309,"stop":1728855823309,"duration":0}},{"uid":"34bd6eab77355e19","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/34bd6eab77355e19","status":"passed","time":{"start":1728738040571,"stop":1728738040571,"duration":0}},{"uid":"386a12bc84bc74a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/386a12bc84bc74a","status":"passed","time":{"start":1728682574070,"stop":1728682574070,"duration":0}},{"uid":"697358a5f2f41d69","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/697358a5f2f41d69","status":"passed","time":{"start":1728682146798,"stop":1728682146798,"duration":0}},{"uid":"25db323a663371bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/25db323a663371bf","status":"passed","time":{"start":1728676621407,"stop":1728676621408,"duration":1}},{"uid":"24b20e0f8dcfd292","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/24b20e0f8dcfd292","status":"passed","time":{"start":1728669344455,"stop":1728669344455,"duration":0}},{"uid":"5c9488bac3b8ddad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5c9488bac3b8ddad","status":"passed","time":{"start":1728597685137,"stop":1728597685138,"duration":1}},{"uid":"e162a2bd490de24a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e162a2bd490de24a","status":"passed","time":{"start":1728596904443,"stop":1728596904446,"duration":3}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"deabd736f4fa496d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/deabd736f4fa496d","status":"passed","time":{"start":1729034708552,"stop":1729034708552,"duration":0}},{"uid":"f5400c9c9e488f1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f5400c9c9e488f1","status":"passed","time":{"start":1729034480293,"stop":1729034480297,"duration":4}},{"uid":"9343b0f05ae6441c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9343b0f05ae6441c","status":"passed","time":{"start":1729034396759,"stop":1729034396760,"duration":1}},{"uid":"c9b96c1fb19e603e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c9b96c1fb19e603e","status":"passed","time":{"start":1729032277692,"stop":1729032277692,"duration":0}},{"uid":"fd146e41182d506e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd146e41182d506e","status":"passed","time":{"start":1728902034224,"stop":1728902034225,"duration":1}},{"uid":"437f519630ffcc24","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/437f519630ffcc24","status":"passed","time":{"start":1728893469057,"stop":1728893469057,"duration":0}},{"uid":"df2ce51c12d7506f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/df2ce51c12d7506f","status":"passed","time":{"start":1728856416488,"stop":1728856416488,"duration":0}},{"uid":"4404e0a4c4508e14","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4404e0a4c4508e14","status":"passed","time":{"start":1728738643170,"stop":1728738643170,"duration":0}},{"uid":"8c45545c3e1aecbc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c45545c3e1aecbc","status":"passed","time":{"start":1728683174246,"stop":1728683174247,"duration":1}},{"uid":"454ee008b99e9cfb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/454ee008b99e9cfb","status":"passed","time":{"start":1728682757801,"stop":1728682757801,"duration":0}},{"uid":"b95f09543f5cfd21","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b95f09543f5cfd21","status":"passed","time":{"start":1728677231124,"stop":1728677231125,"duration":1}},{"uid":"bf6c9511381101ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf6c9511381101ab","status":"passed","time":{"start":1728669920237,"stop":1728669920237,"duration":0}},{"uid":"152f5b10871a9d72","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/152f5b10871a9d72","status":"passed","time":{"start":1728598298889,"stop":1728598298889,"duration":0}},{"uid":"6ed275198958fd16","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ed275198958fd16","status":"passed","time":{"start":1728597513734,"stop":1728597513734,"duration":0}}]},"3c589c399512a87ef13dad0d5b467fd1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9b92d94355ce0fa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9b92d94355ce0fa","status":"passed","time":{"start":1728597353487,"stop":1728597353487,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6dbc6732398b982e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6dbc6732398b982e","status":"passed","time":{"start":1729034356473,"stop":1729034356474,"duration":1}},{"uid":"fca33f74ca38a775","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fca33f74ca38a775","status":"passed","time":{"start":1729034120499,"stop":1729034120499,"duration":0}},{"uid":"ebeb66c57638e7d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ebeb66c57638e7d8","status":"passed","time":{"start":1729033858269,"stop":1729033858269,"duration":0}},{"uid":"c4b739c37ef5375b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c4b739c37ef5375b","status":"passed","time":{"start":1729031908176,"stop":1729031908176,"duration":0}},{"uid":"37d4e1c206337c7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37d4e1c206337c7","status":"passed","time":{"start":1728901453932,"stop":1728901453932,"duration":0}},{"uid":"5c31a9d56c3e0214","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c31a9d56c3e0214","status":"passed","time":{"start":1728892884408,"stop":1728892884408,"duration":0}},{"uid":"10b5bd088ab6792c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/10b5bd088ab6792c","status":"passed","time":{"start":1728855846878,"stop":1728855846878,"duration":0}},{"uid":"75d28ff9fdcf3f02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/75d28ff9fdcf3f02","status":"passed","time":{"start":1728738064181,"stop":1728738064181,"duration":0}},{"uid":"2944679bf2f1b9d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2944679bf2f1b9d9","status":"passed","time":{"start":1728682597759,"stop":1728682597759,"duration":0}},{"uid":"6158c8a679baea40","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6158c8a679baea40","status":"passed","time":{"start":1728682170539,"stop":1728682170539,"duration":0}},{"uid":"cd899d8bcf349584","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cd899d8bcf349584","status":"passed","time":{"start":1728676645198,"stop":1728676645198,"duration":0}},{"uid":"c430efcf7d1190b2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c430efcf7d1190b2","status":"passed","time":{"start":1728669368193,"stop":1728669368194,"duration":1}},{"uid":"1716090bd663625e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1716090bd663625e","status":"passed","time":{"start":1728597709009,"stop":1728597709009,"duration":0}},{"uid":"2fa3234bc143480c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2fa3234bc143480c","status":"passed","time":{"start":1728596928105,"stop":1728596928105,"duration":0}}]},"3f213d4cb6ac1b357b245242155ee3bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7be66d5ccd2f40ea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7be66d5ccd2f40ea","status":"passed","time":{"start":1729034393637,"stop":1729034393637,"duration":0}}]},"95b2ddaf5c901447a83ece387f47a972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a52e19f0c14ce964","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a52e19f0c14ce964","status":"passed","time":{"start":1728682721327,"stop":1728682721328,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"83cb1b0c3c29f0ea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/83cb1b0c3c29f0ea","status":"passed","time":{"start":1729034536108,"stop":1729034536108,"duration":0}},{"uid":"338a3d6e645ee23","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/338a3d6e645ee23","status":"passed","time":{"start":1729034296712,"stop":1729034296712,"duration":0}},{"uid":"6d369408282161e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6d369408282161e8","status":"passed","time":{"start":1729034220609,"stop":1729034220609,"duration":0}},{"uid":"4b68b5ebbeeb8a05","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b68b5ebbeeb8a05","status":"passed","time":{"start":1729034041497,"stop":1729034041497,"duration":0}},{"uid":"ec5747f150ba3b7d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec5747f150ba3b7d","status":"passed","time":{"start":1728901705411,"stop":1728901705412,"duration":1}},{"uid":"ba9f1f97abc1e91b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ba9f1f97abc1e91b","status":"passed","time":{"start":1728893141780,"stop":1728893141780,"duration":0}},{"uid":"257730ca4951b63c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/257730ca4951b63c","status":"passed","time":{"start":1728856087086,"stop":1728856087086,"duration":0}},{"uid":"b130c8c75a9b3251","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b130c8c75a9b3251","status":"passed","time":{"start":1728738321443,"stop":1728738321445,"duration":2}},{"uid":"19643480792bd939","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/19643480792bd939","status":"passed","time":{"start":1728682845679,"stop":1728682845679,"duration":0}},{"uid":"c8c40a5b968b2e4f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c8c40a5b968b2e4f","status":"passed","time":{"start":1728682424314,"stop":1728682424314,"duration":0}},{"uid":"90ec60558b726994","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/90ec60558b726994","status":"passed","time":{"start":1728676900543,"stop":1728676900543,"duration":0}},{"uid":"3e4ee01e8bc0bb12","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3e4ee01e8bc0bb12","status":"passed","time":{"start":1728669625804,"stop":1728669625804,"duration":0}},{"uid":"f964c4d9b9e992b7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f964c4d9b9e992b7","status":"passed","time":{"start":1728597957174,"stop":1728597957175,"duration":1}},{"uid":"333c2ca1d60f60b6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/333c2ca1d60f60b6","status":"passed","time":{"start":1728597182622,"stop":1728597182622,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"abbaef7dcc95d585","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/abbaef7dcc95d585","status":"passed","time":{"start":1729034366400,"stop":1729034366400,"duration":0}},{"uid":"d4f2d494c7e8b5c1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4f2d494c7e8b5c1","status":"passed","time":{"start":1729034130431,"stop":1729034130431,"duration":0}},{"uid":"b458eb71f81df69","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b458eb71f81df69","status":"passed","time":{"start":1729034053401,"stop":1729034053401,"duration":0}},{"uid":"a5d8ec03b24b7fbd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5d8ec03b24b7fbd","status":"passed","time":{"start":1729033868329,"stop":1729033868330,"duration":1}},{"uid":"2c59f7fd502dc940","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c59f7fd502dc940","status":"passed","time":{"start":1729031918118,"stop":1729031918118,"duration":0}},{"uid":"1863631bea41a34","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1863631bea41a34","status":"passed","time":{"start":1728901463798,"stop":1728901463798,"duration":0}},{"uid":"ff02d0cd29ff32dc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff02d0cd29ff32dc","status":"passed","time":{"start":1728892894311,"stop":1728892894311,"duration":0}},{"uid":"8f71688c45d7a86","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f71688c45d7a86","status":"passed","time":{"start":1728855856839,"stop":1728855856840,"duration":1}},{"uid":"b019bd92a66deba3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b019bd92a66deba3","status":"passed","time":{"start":1728738074180,"stop":1728738074180,"duration":0}},{"uid":"d5461c3781de76a2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d5461c3781de76a2","status":"passed","time":{"start":1728682607653,"stop":1728682607653,"duration":0}},{"uid":"e154a4d479dfc987","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e154a4d479dfc987","status":"passed","time":{"start":1728682180607,"stop":1728682180607,"duration":0}},{"uid":"11416561cd3d2eb8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11416561cd3d2eb8","status":"passed","time":{"start":1728676655192,"stop":1728676655193,"duration":1}},{"uid":"6e5afdb48976abf2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e5afdb48976abf2","status":"passed","time":{"start":1728669378166,"stop":1728669378166,"duration":0}},{"uid":"7c5547dd9bb564eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c5547dd9bb564eb","status":"passed","time":{"start":1728597718745,"stop":1728597718746,"duration":1}},{"uid":"5193abffa19fd6b1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5193abffa19fd6b1","status":"passed","time":{"start":1728596937947,"stop":1728596937948,"duration":1}}]},"8d72c1f1a20dfa1bf830c6549446f89f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a14d97172d46d668","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a14d97172d46d668","status":"passed","time":{"start":1728683110367,"stop":1728683110368,"duration":1}}]},"1233d6f09bfc9dbc8a70af80f1216be9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce621e3657465392","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce621e3657465392","status":"passed","time":{"start":1728682666067,"stop":1728682666067,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"839643a7fe2e786e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/839643a7fe2e786e","status":"passed","time":{"start":1729034611683,"stop":1729034611683,"duration":0}},{"uid":"7b8b796b9b87395b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7b8b796b9b87395b","status":"passed","time":{"start":1729034393665,"stop":1729034393665,"duration":0}},{"uid":"cead59a9ade78f89","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cead59a9ade78f89","status":"passed","time":{"start":1729034304857,"stop":1729034304857,"duration":0}},{"uid":"608e0c34cccfca92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/608e0c34cccfca92","status":"passed","time":{"start":1729034121948,"stop":1729034121951,"duration":3}},{"uid":"3ee5882709b3445d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3ee5882709b3445d","status":"passed","time":{"start":1729032174929,"stop":1729032174929,"duration":0}},{"uid":"e006b88454acb763","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e006b88454acb763","status":"passed","time":{"start":1728901881030,"stop":1728901881031,"duration":1}},{"uid":"30b05e55eab6f3b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/30b05e55eab6f3b3","status":"passed","time":{"start":1728893317181,"stop":1728893317182,"duration":1}},{"uid":"b4b48f94442e62b0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4b48f94442e62b0","status":"passed","time":{"start":1728856263112,"stop":1728856263112,"duration":0}},{"uid":"c63b113d226bee51","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c63b113d226bee51","status":"passed","time":{"start":1728738492806,"stop":1728738492806,"duration":0}},{"uid":"9d1abeae5b1a8a64","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d1abeae5b1a8a64","status":"passed","time":{"start":1728683030030,"stop":1728683030030,"duration":0}},{"uid":"dfcfcea209efbf38","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dfcfcea209efbf38","status":"passed","time":{"start":1728682581130,"stop":1728682581130,"duration":0}},{"uid":"9bfab963ee53bc9d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9bfab963ee53bc9d","status":"passed","time":{"start":1728677082011,"stop":1728677082011,"duration":0}},{"uid":"dd91bfc69975884c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd91bfc69975884c","status":"passed","time":{"start":1728669795408,"stop":1728669795408,"duration":0}},{"uid":"f5519fc4ffca4fa2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5519fc4ffca4fa2","status":"passed","time":{"start":1728598137510,"stop":1728598137510,"duration":0}},{"uid":"3b8bff6a79d31694","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3b8bff6a79d31694","status":"passed","time":{"start":1728597353487,"stop":1728597353488,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"dab8fd86d8cba100","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dab8fd86d8cba100","status":"passed","time":{"start":1729034356196,"stop":1729034356196,"duration":0}},{"uid":"fba68c6f36a39879","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fba68c6f36a39879","status":"passed","time":{"start":1729034120195,"stop":1729034120196,"duration":1}},{"uid":"699d3d0e709d7e14","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/699d3d0e709d7e14","status":"passed","time":{"start":1729034043327,"stop":1729034043327,"duration":0}},{"uid":"3285b4f51931226e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3285b4f51931226e","status":"passed","time":{"start":1729033858031,"stop":1729033858031,"duration":0}},{"uid":"2e4f9a37cc2c611c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e4f9a37cc2c611c","status":"passed","time":{"start":1729031908099,"stop":1729031908099,"duration":0}},{"uid":"aac434662982dea4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aac434662982dea4","status":"passed","time":{"start":1728901453393,"stop":1728901453394,"duration":1}},{"uid":"24329b6930450ea4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/24329b6930450ea4","status":"passed","time":{"start":1728892884023,"stop":1728892884024,"duration":1}},{"uid":"322e3301aaf86aa1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/322e3301aaf86aa1","status":"passed","time":{"start":1728855846493,"stop":1728855846493,"duration":0}},{"uid":"23c6debcf1aee508","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23c6debcf1aee508","status":"passed","time":{"start":1728738063723,"stop":1728738063723,"duration":0}},{"uid":"584b45cb87c8d4b5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/584b45cb87c8d4b5","status":"passed","time":{"start":1728682597444,"stop":1728682597444,"duration":0}},{"uid":"811ebc5c6f932f0e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/811ebc5c6f932f0e","status":"passed","time":{"start":1728682170236,"stop":1728682170237,"duration":1}},{"uid":"c65323327607127f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c65323327607127f","status":"passed","time":{"start":1728676645010,"stop":1728676645011,"duration":1}},{"uid":"4eda86aaf33287b8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4eda86aaf33287b8","status":"passed","time":{"start":1728669367791,"stop":1728669367791,"duration":0}},{"uid":"c73711b1ba22ce4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c73711b1ba22ce4a","status":"passed","time":{"start":1728597708643,"stop":1728597708644,"duration":1}},{"uid":"b87c0131880aa5bd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b87c0131880aa5bd","status":"passed","time":{"start":1728596927931,"stop":1728596927931,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"72c9057ec25c4b7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/72c9057ec25c4b7e","status":"passed","time":{"start":1729034536098,"stop":1729034536098,"duration":0}},{"uid":"a9deaf775eeba062","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9deaf775eeba062","status":"passed","time":{"start":1729034296704,"stop":1729034296704,"duration":0}},{"uid":"ed98d9173652b234","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed98d9173652b234","status":"passed","time":{"start":1729034220601,"stop":1729034220601,"duration":0}},{"uid":"6ddc6f273d8e26ea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6ddc6f273d8e26ea","status":"passed","time":{"start":1729034041477,"stop":1729034041485,"duration":8}},{"uid":"394483837a737c53","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/394483837a737c53","status":"passed","time":{"start":1728901705389,"stop":1728901705390,"duration":1}},{"uid":"44dfe8b2e0bcd6f7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/44dfe8b2e0bcd6f7","status":"passed","time":{"start":1728893141772,"stop":1728893141773,"duration":1}},{"uid":"edf5a9e0d2dcac0e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/edf5a9e0d2dcac0e","status":"passed","time":{"start":1728856087080,"stop":1728856087081,"duration":1}},{"uid":"ca328c99bbaef88b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ca328c99bbaef88b","status":"passed","time":{"start":1728738321432,"stop":1728738321432,"duration":0}},{"uid":"dc3a20ac4c6e9240","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc3a20ac4c6e9240","status":"passed","time":{"start":1728682845672,"stop":1728682845672,"duration":0}},{"uid":"fc4cd2f9146ef6a5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fc4cd2f9146ef6a5","status":"passed","time":{"start":1728682424305,"stop":1728682424306,"duration":1}},{"uid":"bfb2a7650f9e3fac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bfb2a7650f9e3fac","status":"passed","time":{"start":1728676900512,"stop":1728676900513,"duration":1}},{"uid":"7ede1c48411acad3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ede1c48411acad3","status":"passed","time":{"start":1728669625796,"stop":1728669625798,"duration":2}},{"uid":"9c7a3a6e9aabd614","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9c7a3a6e9aabd614","status":"passed","time":{"start":1728597957161,"stop":1728597957161,"duration":0}},{"uid":"64e7e23551d241ac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/64e7e23551d241ac","status":"passed","time":{"start":1728597182614,"stop":1728597182615,"duration":1}}]},"d4c6a4e82e7d0589461c89782156333a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"eba6858557c76f7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eba6858557c76f7e","status":"passed","time":{"start":1729034373028,"stop":1729034373029,"duration":1}},{"uid":"dcb914fc8b5be549","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dcb914fc8b5be549","status":"passed","time":{"start":1729034137316,"stop":1729034137316,"duration":0}},{"uid":"a6428443f838ebc4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a6428443f838ebc4","status":"passed","time":{"start":1729034060020,"stop":1729034060021,"duration":1}},{"uid":"ee2c69ec5c974591","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee2c69ec5c974591","status":"passed","time":{"start":1729033874963,"stop":1729033874964,"duration":1}},{"uid":"c31f75f20044b6e9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c31f75f20044b6e9","status":"passed","time":{"start":1729031924902,"stop":1729031924902,"duration":0}},{"uid":"f8412c3465cae5a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f8412c3465cae5a9","status":"passed","time":{"start":1728901469129,"stop":1728901469129,"duration":0}},{"uid":"a6ebff25d44003e5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6ebff25d44003e5","status":"passed","time":{"start":1728892899794,"stop":1728892899794,"duration":0}},{"uid":"b73e795eee575ce8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b73e795eee575ce8","status":"passed","time":{"start":1728855863059,"stop":1728855863059,"duration":0}},{"uid":"ce87ee8faef145b6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ce87ee8faef145b6","status":"passed","time":{"start":1728738080900,"stop":1728738080901,"duration":1}},{"uid":"9f6d7ae22c96063d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9f6d7ae22c96063d","status":"passed","time":{"start":1728682614310,"stop":1728682614311,"duration":1}},{"uid":"a42d0755b65c9157","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a42d0755b65c9157","status":"passed","time":{"start":1728682187095,"stop":1728682187095,"duration":0}},{"uid":"41212e57b79b8fc7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/41212e57b79b8fc7","status":"passed","time":{"start":1728676661488,"stop":1728676661488,"duration":0}},{"uid":"56c1b9922cd2778e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/56c1b9922cd2778e","status":"passed","time":{"start":1728669384663,"stop":1728669384663,"duration":0}},{"uid":"d57836229ad6ae2a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d57836229ad6ae2a","status":"passed","time":{"start":1728597724235,"stop":1728597724235,"duration":0}},{"uid":"c4bc6414726e1d4c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c4bc6414726e1d4c","status":"passed","time":{"start":1728596943283,"stop":1728596943283,"duration":0}}]},"3501f54b150f723c4f8f28bbbda8665d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ee629b670a6fce3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2ee629b670a6fce3","status":"passed","time":{"start":1728901958857,"stop":1728901958858,"duration":1}}]},"c1465b36a0e4ae0b0a25e6ed5c6e94e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"962f3bb37d4940c4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/962f3bb37d4940c4","status":"passed","time":{"start":1729034611682,"stop":1729034611683,"duration":1}}]},"0ccc81b797b254da23db3a5eb070859e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c87af789a6d3bad2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c87af789a6d3bad2","status":"passed","time":{"start":1729032065453,"stop":1729032065455,"duration":2}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e2d7efa86ee3f981","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e2d7efa86ee3f981","status":"passed","time":{"start":1729034611679,"stop":1729034611680,"duration":1}},{"uid":"52f08b9b0fe2cd56","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/52f08b9b0fe2cd56","status":"passed","time":{"start":1729034393655,"stop":1729034393656,"duration":1}},{"uid":"292eaeb14da2a23e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/292eaeb14da2a23e","status":"passed","time":{"start":1729034304853,"stop":1729034304853,"duration":0}},{"uid":"82413fd48017b8b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/82413fd48017b8b","status":"passed","time":{"start":1729034121939,"stop":1729034121940,"duration":1}},{"uid":"60613dd10680e48a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/60613dd10680e48a","status":"passed","time":{"start":1729032174916,"stop":1729032174916,"duration":0}},{"uid":"d9cc467c4b7085eb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d9cc467c4b7085eb","status":"passed","time":{"start":1728901881021,"stop":1728901881022,"duration":1}},{"uid":"448cd75482adf04c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/448cd75482adf04c","status":"passed","time":{"start":1728893317178,"stop":1728893317178,"duration":0}},{"uid":"794f73d6d34b57e0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/794f73d6d34b57e0","status":"passed","time":{"start":1728856263109,"stop":1728856263109,"duration":0}},{"uid":"5056365efe99cde2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5056365efe99cde2","status":"passed","time":{"start":1728738492803,"stop":1728738492803,"duration":0}},{"uid":"1f62191fc7e6f811","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1f62191fc7e6f811","status":"passed","time":{"start":1728683030026,"stop":1728683030026,"duration":0}},{"uid":"a383c4bfd1b59d71","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a383c4bfd1b59d71","status":"passed","time":{"start":1728682581111,"stop":1728682581112,"duration":1}},{"uid":"b62d1c7dca2237da","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b62d1c7dca2237da","status":"passed","time":{"start":1728677082005,"stop":1728677082006,"duration":1}},{"uid":"3120b1c3a2d10d1f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3120b1c3a2d10d1f","status":"passed","time":{"start":1728669795403,"stop":1728669795404,"duration":1}},{"uid":"16944f548e1e1c0d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/16944f548e1e1c0d","status":"passed","time":{"start":1728598137507,"stop":1728598137507,"duration":0}},{"uid":"43e8a2cac54470eb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/43e8a2cac54470eb","status":"passed","time":{"start":1728597353484,"stop":1728597353484,"duration":0}}]},"67feca74ae696eae5032134a26b5f06f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d102312858215e33","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d102312858215e33","status":"passed","time":{"start":1729034137157,"stop":1729034137158,"duration":1}}]},"d37cd9c4922e7e97a5917128ae3e6c2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c45905db970288","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7c45905db970288","status":"passed","time":{"start":1728682581129,"stop":1728682581129,"duration":0}}]},"383635f5d0f994371e27f6dafe31dacc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4659f9dfcfedf48","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a4659f9dfcfedf48","status":"passed","time":{"start":1728598163467,"stop":1728598163467,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"6453eb18170b42ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6453eb18170b42ca","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034611687,"stop":1729034611689,"duration":2}},{"uid":"df018ca098f39b0f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/df018ca098f39b0f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034393673,"stop":1729034393673,"duration":0}},{"uid":"bba32081e268e848","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bba32081e268e848","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034304864,"stop":1729034304864,"duration":0}},{"uid":"e5439b3e0d6a28b2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e5439b3e0d6a28b2","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121957,"stop":1729034121958,"duration":1}},{"uid":"f313135d8fb06e5f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f313135d8fb06e5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174932,"stop":1729032174932,"duration":0}},{"uid":"8f2ada6f8aae614b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8f2ada6f8aae614b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881036,"stop":1728901881036,"duration":0}},{"uid":"7f3aaa38045cd295","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7f3aaa38045cd295","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317185,"stop":1728893317185,"duration":0}},{"uid":"ea8850103036e1f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ea8850103036e1f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263129,"stop":1728856263129,"duration":0}},{"uid":"41b19636cfee2c01","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/41b19636cfee2c01","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492815,"stop":1728738492815,"duration":0}},{"uid":"d44c5120f90c52e5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d44c5120f90c52e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030032,"stop":1728683030033,"duration":1}},{"uid":"b79ea7e83f178d3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b79ea7e83f178d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581133,"stop":1728682581134,"duration":1}},{"uid":"1db1ccc9ea5b2642","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1db1ccc9ea5b2642","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082018,"stop":1728677082018,"duration":0}},{"uid":"9d587e026d528bb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9d587e026d528bb3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795411,"stop":1728669795411,"duration":0}},{"uid":"545bf41609f20918","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/545bf41609f20918","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137512,"stop":1728598137512,"duration":0}},{"uid":"ee84e2c674289717","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ee84e2c674289717","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353491,"stop":1728597353491,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4042686041f9b7dc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4042686041f9b7dc","status":"passed","time":{"start":1729034472990,"stop":1729034472991,"duration":1}},{"uid":"cb24ae799a0c1b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb24ae799a0c1b","status":"passed","time":{"start":1729034240936,"stop":1729034240937,"duration":1}},{"uid":"f72f1750f0d553fe","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f72f1750f0d553fe","status":"passed","time":{"start":1729034159630,"stop":1729034159634,"duration":4}},{"uid":"5a1c3bd0fdc0bd88","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a1c3bd0fdc0bd88","status":"passed","time":{"start":1729033976818,"stop":1729033976830,"duration":12}},{"uid":"1e5ad3f83a735827","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1e5ad3f83a735827","status":"passed","time":{"start":1729032020536,"stop":1729032020537,"duration":1}},{"uid":"b4734e78e0962da7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b4734e78e0962da7","status":"passed","time":{"start":1728901616501,"stop":1728901616501,"duration":0}},{"uid":"3ce047f7519d4579","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ce047f7519d4579","status":"passed","time":{"start":1728893050254,"stop":1728893050254,"duration":0}},{"uid":"d1d6dcba66c1d9eb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d1d6dcba66c1d9eb","status":"passed","time":{"start":1728856015192,"stop":1728856015192,"duration":0}},{"uid":"32f70039f0b68c4c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/32f70039f0b68c4c","status":"passed","time":{"start":1728738233180,"stop":1728738233183,"duration":3}},{"uid":"9ecf0f9634c0f5c7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9ecf0f9634c0f5c7","status":"passed","time":{"start":1728682762485,"stop":1728682762489,"duration":4}},{"uid":"1b300259f36d0333","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1b300259f36d0333","status":"passed","time":{"start":1728682332799,"stop":1728682332799,"duration":0}},{"uid":"cdabce400a7c3abc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cdabce400a7c3abc","status":"passed","time":{"start":1728676810306,"stop":1728676810306,"duration":0}},{"uid":"4e70e4e3522be02a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4e70e4e3522be02a","status":"passed","time":{"start":1728669529909,"stop":1728669529910,"duration":1}},{"uid":"146e984ade564e98","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/146e984ade564e98","status":"passed","time":{"start":1728597873547,"stop":1728597873549,"duration":2}},{"uid":"5c7745491581590","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c7745491581590","status":"passed","time":{"start":1728597089287,"stop":1728597089290,"duration":3}}]},"455a612e6a01360090c522a4f37c2d1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bd4f55320fc01590","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd4f55320fc01590","status":"passed","time":{"start":1728682601747,"stop":1728682601748,"duration":1}}]},"80c3fe3fb16d81197999646b6b374b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7d9f9c1fc6b5caa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f7d9f9c1fc6b5caa","status":"passed","time":{"start":1728901881029,"stop":1728901881030,"duration":1}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"b2b1d62226f98e53","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b2b1d62226f98e53","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034645145,"stop":1729034645146,"duration":1}},{"uid":"418b0efac050b5ee","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/418b0efac050b5ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034413328,"stop":1729034413328,"duration":0}},{"uid":"fb406b399cbbce47","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fb406b399cbbce47","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034330404,"stop":1729034330405,"duration":1}},{"uid":"8d5b9df835846532","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8d5b9df835846532","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034148002,"stop":1729034148002,"duration":0}},{"uid":"544b42cf9defcfc9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/544b42cf9defcfc9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032202832,"stop":1729032202832,"duration":0}},{"uid":"d3a9488775cbb0d1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d3a9488775cbb0d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873321,"stop":1728901873322,"duration":1}},{"uid":"87af5a44079381f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/87af5a44079381f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311009,"stop":1728893311009,"duration":0}},{"uid":"c60086508c31ffd8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c60086508c31ffd8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856279298,"stop":1728856279298,"duration":0}},{"uid":"4aa676010294fdaf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4aa676010294fdaf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483462,"stop":1728738483462,"duration":0}},{"uid":"5e226edeb456b70","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e226edeb456b70","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683033354,"stop":1728683033355,"duration":1}},{"uid":"bc307abbd8554156","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc307abbd8554156","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682591258,"stop":1728682591258,"duration":0}},{"uid":"b788f7e8a8f9af53","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b788f7e8a8f9af53","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677083881,"stop":1728677083881,"duration":0}},{"uid":"dfb368c5328190f7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dfb368c5328190f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669753997,"stop":1728669753997,"duration":0}},{"uid":"68b8d3978e9fdf0f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68b8d3978e9fdf0f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598145545,"stop":1728598145545,"duration":0}},{"uid":"e08fa0d9b8935314","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e08fa0d9b8935314","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350445,"stop":1728597350445,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ef836391f33f5693","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ef836391f33f5693","status":"passed","time":{"start":1729034708551,"stop":1729034708551,"duration":0}},{"uid":"baadf8b10721e10d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/baadf8b10721e10d","status":"passed","time":{"start":1729034480289,"stop":1729034480290,"duration":1}},{"uid":"1d0340bec99b395c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d0340bec99b395c","status":"passed","time":{"start":1729034396758,"stop":1729034396758,"duration":0}},{"uid":"28ebf074d6e44cff","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/28ebf074d6e44cff","status":"passed","time":{"start":1729032277690,"stop":1729032277691,"duration":1}},{"uid":"2fe9165c641e8d63","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fe9165c641e8d63","status":"passed","time":{"start":1728902034223,"stop":1728902034223,"duration":0}},{"uid":"3b722f802a881d91","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b722f802a881d91","status":"passed","time":{"start":1728893469055,"stop":1728893469055,"duration":0}},{"uid":"f3a5aea5d3976dc5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3a5aea5d3976dc5","status":"passed","time":{"start":1728856416486,"stop":1728856416487,"duration":1}},{"uid":"ddafa0077994d45f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ddafa0077994d45f","status":"passed","time":{"start":1728738643169,"stop":1728738643169,"duration":0}},{"uid":"a1d7c139f49f89b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1d7c139f49f89b4","status":"passed","time":{"start":1728683174245,"stop":1728683174245,"duration":0}},{"uid":"bb6cbc93eb31455b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb6cbc93eb31455b","status":"passed","time":{"start":1728682757798,"stop":1728682757798,"duration":0}},{"uid":"c79b69ca9b3dfdb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c79b69ca9b3dfdb9","status":"passed","time":{"start":1728677231123,"stop":1728677231124,"duration":1}},{"uid":"227ef1a73f9adbf4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/227ef1a73f9adbf4","status":"passed","time":{"start":1728669920234,"stop":1728669920235,"duration":1}},{"uid":"d43e0f53137b8ec5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d43e0f53137b8ec5","status":"passed","time":{"start":1728598298887,"stop":1728598298887,"duration":0}},{"uid":"9daded4f41426906","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9daded4f41426906","status":"passed","time":{"start":1728597513733,"stop":1728597513733,"duration":0}}]},"5a0fb239aeea3ccc80d271dfacc25342:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"121946d52205d2ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/121946d52205d2ed","status":"passed","time":{"start":1728669834424,"stop":1728669834425,"duration":1}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d785b08bcdb6d427","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d785b08bcdb6d427","status":"passed","time":{"start":1729034704493,"stop":1729034704493,"duration":0}},{"uid":"aaf2dce920810be","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aaf2dce920810be","status":"passed","time":{"start":1729034474986,"stop":1729034474986,"duration":0}},{"uid":"c7320f23d57b5aed","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c7320f23d57b5aed","status":"passed","time":{"start":1729034395289,"stop":1729034395289,"duration":0}},{"uid":"af211dddc154fa8a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af211dddc154fa8a","status":"passed","time":{"start":1729034209095,"stop":1729034209095,"duration":0}},{"uid":"d431a9ed18e3990b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d431a9ed18e3990b","status":"passed","time":{"start":1729032264566,"stop":1729032264567,"duration":1}},{"uid":"538d574edb269d1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/538d574edb269d1f","status":"passed","time":{"start":1728902012847,"stop":1728902012848,"duration":1}},{"uid":"52287a31153076ee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/52287a31153076ee","status":"passed","time":{"start":1728893454810,"stop":1728893454810,"duration":0}},{"uid":"311294f140e67ac8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/311294f140e67ac8","status":"passed","time":{"start":1728856408451,"stop":1728856408451,"duration":0}},{"uid":"60b8cc139606eed3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/60b8cc139606eed3","status":"passed","time":{"start":1728738633853,"stop":1728738633853,"duration":0}},{"uid":"1ed9cd20dd8fc99a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ed9cd20dd8fc99a","status":"passed","time":{"start":1728683159753,"stop":1728683159754,"duration":1}},{"uid":"fd47f6a1caa2a85b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fd47f6a1caa2a85b","status":"passed","time":{"start":1728682751328,"stop":1728682751328,"duration":0}},{"uid":"419cc85c3db2cb89","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/419cc85c3db2cb89","status":"passed","time":{"start":1728677216354,"stop":1728677216354,"duration":0}},{"uid":"121681f3430d0019","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/121681f3430d0019","status":"passed","time":{"start":1728669925452,"stop":1728669925452,"duration":0}},{"uid":"7bcb9b63d9762045","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7bcb9b63d9762045","status":"passed","time":{"start":1728598268800,"stop":1728598268800,"duration":0}},{"uid":"1abb37fbb7e3ca63","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1abb37fbb7e3ca63","status":"passed","time":{"start":1728597503915,"stop":1728597503916,"duration":1}}]},"52a04aa99742247c818e1c97d971f047:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71eda36f7ef35d9d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71eda36f7ef35d9d","status":"passed","time":{"start":1729034323301,"stop":1729034323301,"duration":0}}]},"3d17c81360706ea680b14e20202282ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4409aa1f7132d12","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4409aa1f7132d12","status":"passed","time":{"start":1728677163579,"stop":1728677163579,"duration":0}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6739e111aeb0cc31","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6739e111aeb0cc31","status":"passed","time":{"start":1729034335331,"stop":1729034335332,"duration":1}},{"uid":"f40c711373b576e7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f40c711373b576e7","status":"passed","time":{"start":1729034098684,"stop":1729034098685,"duration":1}},{"uid":"27a171b1fff1ae84","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/27a171b1fff1ae84","status":"passed","time":{"start":1729034022453,"stop":1729034022454,"duration":1}},{"uid":"ccb0aafed26e4af2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccb0aafed26e4af2","status":"passed","time":{"start":1729033836801,"stop":1729033836802,"duration":1}},{"uid":"445c69c6ce4483cc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/445c69c6ce4483cc","status":"passed","time":{"start":1729031886608,"stop":1729031886609,"duration":1}},{"uid":"eec2e8f6fdd5e192","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/eec2e8f6fdd5e192","status":"passed","time":{"start":1728901432735,"stop":1728901432736,"duration":1}},{"uid":"3b8cad1d4c50b1ac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b8cad1d4c50b1ac","status":"passed","time":{"start":1728892863021,"stop":1728892863022,"duration":1}},{"uid":"4ee0181f4542f071","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ee0181f4542f071","status":"passed","time":{"start":1728855825770,"stop":1728855825771,"duration":1}},{"uid":"2d145bd277382bb5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2d145bd277382bb5","status":"passed","time":{"start":1728738043030,"stop":1728738043031,"duration":1}},{"uid":"2ebe9a6ed73a1be1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2ebe9a6ed73a1be1","status":"passed","time":{"start":1728682576528,"stop":1728682576529,"duration":1}},{"uid":"25ea1d23dd7074d3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/25ea1d23dd7074d3","status":"passed","time":{"start":1728682149241,"stop":1728682149242,"duration":1}},{"uid":"353913519a6604c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/353913519a6604c7","status":"passed","time":{"start":1728676623916,"stop":1728676623917,"duration":1}},{"uid":"b0310e8db637898a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0310e8db637898a","status":"passed","time":{"start":1728669346939,"stop":1728669346940,"duration":1}},{"uid":"d9df214c4df5f477","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d9df214c4df5f477","status":"passed","time":{"start":1728597687692,"stop":1728597687693,"duration":1}},{"uid":"ec59719b5c4a77fe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec59719b5c4a77fe","status":"passed","time":{"start":1728596907134,"stop":1728596907135,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2d1e3aae46c491cf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d1e3aae46c491cf","status":"passed","time":{"start":1729034462533,"stop":1729034462534,"duration":1}},{"uid":"b72b9deae76bbfc9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b72b9deae76bbfc9","status":"passed","time":{"start":1729034231343,"stop":1729034231344,"duration":1}},{"uid":"32ddfeecf83da004","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/32ddfeecf83da004","status":"passed","time":{"start":1729034153005,"stop":1729034153006,"duration":1}},{"uid":"f3ad83cecdb08bcd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f3ad83cecdb08bcd","status":"passed","time":{"start":1729033965753,"stop":1729033965753,"duration":0}},{"uid":"3025559fb9a542a8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3025559fb9a542a8","status":"passed","time":{"start":1729032018033,"stop":1729032018033,"duration":0}},{"uid":"99493341e10a23f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/99493341e10a23f","status":"passed","time":{"start":1728901595853,"stop":1728901595853,"duration":0}},{"uid":"d00e18d1c901065a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d00e18d1c901065a","status":"passed","time":{"start":1728893032691,"stop":1728893032691,"duration":0}},{"uid":"b4d4d2620c416f1b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4d4d2620c416f1b","status":"passed","time":{"start":1728855998187,"stop":1728855998189,"duration":2}},{"uid":"f6451cbbe1f5f9fb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f6451cbbe1f5f9fb","status":"passed","time":{"start":1728738212195,"stop":1728738212197,"duration":2}},{"uid":"87122ee0a6f2732","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/87122ee0a6f2732","status":"passed","time":{"start":1728682746576,"stop":1728682746576,"duration":0}},{"uid":"c459a441725bc31b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c459a441725bc31b","status":"passed","time":{"start":1728682328612,"stop":1728682328615,"duration":3}},{"uid":"124f9a820d1df349","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/124f9a820d1df349","status":"passed","time":{"start":1728676807594,"stop":1728676807594,"duration":0}},{"uid":"90db029db1f97765","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/90db029db1f97765","status":"passed","time":{"start":1728669514929,"stop":1728669514930,"duration":1}},{"uid":"d5c75613a1fa71ba","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d5c75613a1fa71ba","status":"passed","time":{"start":1728597860133,"stop":1728597860133,"duration":0}},{"uid":"85b044d00f2aa545","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/85b044d00f2aa545","status":"passed","time":{"start":1728597074716,"stop":1728597074716,"duration":0}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d79e82dba149d984","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d79e82dba149d984","status":"passed","time":{"start":1729034335332,"stop":1729034335332,"duration":0}},{"uid":"305f9b21dd6374a2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/305f9b21dd6374a2","status":"passed","time":{"start":1729034098685,"stop":1729034098686,"duration":1}},{"uid":"70fc28873f7965d7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/70fc28873f7965d7","status":"passed","time":{"start":1729034022454,"stop":1729034022454,"duration":0}},{"uid":"2fa88599bbec61f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2fa88599bbec61f4","status":"passed","time":{"start":1729033836803,"stop":1729033836803,"duration":0}},{"uid":"dff66f8e1b2b4ecd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dff66f8e1b2b4ecd","status":"passed","time":{"start":1729031886609,"stop":1729031886610,"duration":1}},{"uid":"75e74b0031a89e5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/75e74b0031a89e5","status":"passed","time":{"start":1728901432736,"stop":1728901432736,"duration":0}},{"uid":"bd8349f52b823b10","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bd8349f52b823b10","status":"passed","time":{"start":1728892863022,"stop":1728892863022,"duration":0}},{"uid":"30cd7d1d2ccffdb9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30cd7d1d2ccffdb9","status":"passed","time":{"start":1728855825772,"stop":1728855825772,"duration":0}},{"uid":"8d836dc4aad7d644","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d836dc4aad7d644","status":"passed","time":{"start":1728738043031,"stop":1728738043031,"duration":0}},{"uid":"238c5d2112c2a5ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/238c5d2112c2a5ab","status":"passed","time":{"start":1728682576529,"stop":1728682576529,"duration":0}},{"uid":"6e828bdf1721101e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6e828bdf1721101e","status":"passed","time":{"start":1728682149242,"stop":1728682149243,"duration":1}},{"uid":"ac16e7b7e76092b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ac16e7b7e76092b","status":"passed","time":{"start":1728676623918,"stop":1728676623918,"duration":0}},{"uid":"aa1af8d2a928ace7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa1af8d2a928ace7","status":"passed","time":{"start":1728669346940,"stop":1728669346941,"duration":1}},{"uid":"625c998fe6ea76b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/625c998fe6ea76b","status":"passed","time":{"start":1728597687693,"stop":1728597687693,"duration":0}},{"uid":"875b80d129846e6a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/875b80d129846e6a","status":"passed","time":{"start":1728596907135,"stop":1728596907135,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2a1214158ad0cf17","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2a1214158ad0cf17","status":"passed","time":{"start":1729034631252,"stop":1729034631252,"duration":0}},{"uid":"3d7007e8f798b5e0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3d7007e8f798b5e0","status":"passed","time":{"start":1729034400888,"stop":1729034400889,"duration":1}},{"uid":"9217e29221bdba23","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9217e29221bdba23","status":"passed","time":{"start":1729034317450,"stop":1729034317451,"duration":1}},{"uid":"379105f3c57e2b21","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/379105f3c57e2b21","status":"passed","time":{"start":1729034137134,"stop":1729034137134,"duration":0}},{"uid":"d2c06f1294f0c864","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2c06f1294f0c864","status":"passed","time":{"start":1729032206874,"stop":1729032206875,"duration":1}},{"uid":"e5a3f2f9d33f90c9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e5a3f2f9d33f90c9","status":"passed","time":{"start":1728901995021,"stop":1728901995021,"duration":0}},{"uid":"f5c2d6d4e542231","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f5c2d6d4e542231","status":"passed","time":{"start":1728893420994,"stop":1728893420995,"duration":1}},{"uid":"36671e1b67f7f953","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/36671e1b67f7f953","status":"passed","time":{"start":1728856368595,"stop":1728856368596,"duration":1}},{"uid":"87ef9ce3d829b10b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/87ef9ce3d829b10b","status":"passed","time":{"start":1728738604680,"stop":1728738604680,"duration":0}},{"uid":"ca4664327b7d6850","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ca4664327b7d6850","status":"passed","time":{"start":1728683117625,"stop":1728683117626,"duration":1}},{"uid":"676448aa005ca685","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/676448aa005ca685","status":"passed","time":{"start":1728682721317,"stop":1728682721318,"duration":1}},{"uid":"ef4533cbd2660ece","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef4533cbd2660ece","status":"passed","time":{"start":1728677184682,"stop":1728677184683,"duration":1}},{"uid":"9eef2af7a12086d5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9eef2af7a12086d5","status":"passed","time":{"start":1728669866449,"stop":1728669866449,"duration":0}},{"uid":"aa627f2fd1117b78","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aa627f2fd1117b78","status":"passed","time":{"start":1728598249975,"stop":1728598249975,"duration":0}},{"uid":"6ccf81351ef34f2a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ccf81351ef34f2a","status":"passed","time":{"start":1728597472291,"stop":1728597472291,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8ce6876eed00c3e1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8ce6876eed00c3e1","status":"passed","time":{"start":1729034506803,"stop":1729034506803,"duration":0}},{"uid":"e3a8c0d925f5f8f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e3a8c0d925f5f8f5","status":"passed","time":{"start":1729034259826,"stop":1729034259826,"duration":0}},{"uid":"4220f6fdd3897729","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4220f6fdd3897729","status":"passed","time":{"start":1729034194033,"stop":1729034194033,"duration":0}},{"uid":"df8972d42060612b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df8972d42060612b","status":"passed","time":{"start":1729034014879,"stop":1729034014880,"duration":1}},{"uid":"6ac856e00a0b107b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ac856e00a0b107b","status":"passed","time":{"start":1729032065459,"stop":1729032065460,"duration":1}},{"uid":"8ac7f1201d0b6eae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8ac7f1201d0b6eae","status":"passed","time":{"start":1728901664283,"stop":1728901664284,"duration":1}},{"uid":"461af2bbb00f62d6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/461af2bbb00f62d6","status":"passed","time":{"start":1728893093694,"stop":1728893093694,"duration":0}},{"uid":"5275f898e6617d6a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5275f898e6617d6a","status":"passed","time":{"start":1728856055275,"stop":1728856055275,"duration":0}},{"uid":"b499983522980927","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b499983522980927","status":"passed","time":{"start":1728738274747,"stop":1728738274747,"duration":0}},{"uid":"353bf9efafb3aa4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/353bf9efafb3aa4f","status":"passed","time":{"start":1728682807962,"stop":1728682807962,"duration":0}},{"uid":"6d25a96b530913f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6d25a96b530913f9","status":"passed","time":{"start":1728682381290,"stop":1728682381291,"duration":1}},{"uid":"8f371e163746aba9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f371e163746aba9","status":"passed","time":{"start":1728676853903,"stop":1728676853903,"duration":0}},{"uid":"9cd458bcd26a26e4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9cd458bcd26a26e4","status":"passed","time":{"start":1728669581700,"stop":1728669581700,"duration":0}},{"uid":"d5ec52e422f8f4f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d5ec52e422f8f4f8","status":"passed","time":{"start":1728597923493,"stop":1728597923494,"duration":1}},{"uid":"8e27c699d86551f7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e27c699d86551f7","status":"passed","time":{"start":1728597132266,"stop":1728597132267,"duration":1}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1d5787334334d83d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1d5787334334d83d","status":"passed","time":{"start":1729034704508,"stop":1729034704508,"duration":0}},{"uid":"5b25fa7656a1e2a1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b25fa7656a1e2a1","status":"passed","time":{"start":1729034475012,"stop":1729034475014,"duration":2}},{"uid":"8e9b684f2a7bfc75","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8e9b684f2a7bfc75","status":"passed","time":{"start":1729034395302,"stop":1729034395302,"duration":0}},{"uid":"7a39c20b01cb3330","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a39c20b01cb3330","status":"passed","time":{"start":1729034209128,"stop":1729034209128,"duration":0}},{"uid":"f18d6913b0841592","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f18d6913b0841592","status":"passed","time":{"start":1729032264600,"stop":1729032264600,"duration":0}},{"uid":"5dee0a0d292dbef7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5dee0a0d292dbef7","status":"passed","time":{"start":1728902012890,"stop":1728902012891,"duration":1}},{"uid":"b3c488b22bdcbd66","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b3c488b22bdcbd66","status":"passed","time":{"start":1728893454825,"stop":1728893454825,"duration":0}},{"uid":"6956324ba0190638","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6956324ba0190638","status":"passed","time":{"start":1728856408468,"stop":1728856408468,"duration":0}},{"uid":"f7c3d5ce0512a27","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f7c3d5ce0512a27","status":"passed","time":{"start":1728738633875,"stop":1728738633875,"duration":0}},{"uid":"fafe917b1721c2e8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fafe917b1721c2e8","status":"passed","time":{"start":1728683159826,"stop":1728683159826,"duration":0}},{"uid":"622d8c625a2e4dec","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/622d8c625a2e4dec","status":"passed","time":{"start":1728682751346,"stop":1728682751347,"duration":1}},{"uid":"51510b7d4576ab0f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/51510b7d4576ab0f","status":"passed","time":{"start":1728677216378,"stop":1728677216378,"duration":0}},{"uid":"98b36b9967f81950","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98b36b9967f81950","status":"passed","time":{"start":1728669925467,"stop":1728669925468,"duration":1}},{"uid":"90135ce7cd1eced0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90135ce7cd1eced0","status":"passed","time":{"start":1728598268821,"stop":1728598268821,"duration":0}},{"uid":"a1ab8abc39b4e374","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a1ab8abc39b4e374","status":"passed","time":{"start":1728597503953,"stop":1728597503953,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7ce868e722bbff0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ce868e722bbff0d","status":"passed","time":{"start":1729034728791,"stop":1729034728791,"duration":0}},{"uid":"b61f5d32e6bc543f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b61f5d32e6bc543f","status":"passed","time":{"start":1729034400848,"stop":1729034400849,"duration":1}},{"uid":"6238dfbdfcf66187","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6238dfbdfcf66187","status":"passed","time":{"start":1728902045393,"stop":1728902045394,"duration":1}},{"uid":"15da75910ec7889d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15da75910ec7889d","status":"passed","time":{"start":1728893481314,"stop":1728893481314,"duration":0}},{"uid":"31d269462c11f017","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/31d269462c11f017","status":"passed","time":{"start":1728856434370,"stop":1728856434370,"duration":0}},{"uid":"ec27f2946b803195","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec27f2946b803195","status":"passed","time":{"start":1728738656940,"stop":1728738656941,"duration":1}},{"uid":"607f83acebb74f57","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/607f83acebb74f57","status":"passed","time":{"start":1728683172727,"stop":1728683172727,"duration":0}},{"uid":"2e33afbd8f55fd2a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2e33afbd8f55fd2a","status":"passed","time":{"start":1728682747614,"stop":1728682747614,"duration":0}},{"uid":"35c1cd6344585958","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35c1cd6344585958","status":"passed","time":{"start":1728677247282,"stop":1728677247282,"duration":0}},{"uid":"8b7ccd04885672f2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8b7ccd04885672f2","status":"passed","time":{"start":1728669917949,"stop":1728669917950,"duration":1}},{"uid":"8b8cc4067697fb96","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8b8cc4067697fb96","status":"passed","time":{"start":1728598290719,"stop":1728598290720,"duration":1}},{"uid":"2bfb61e754e02db1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2bfb61e754e02db1","status":"passed","time":{"start":1728597515860,"stop":1728597515860,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8be48fb9c292c553","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8be48fb9c292c553","status":"passed","time":{"start":1729034665584,"stop":1729034665584,"duration":0}},{"uid":"4c2cbd0e7ad6c09e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4c2cbd0e7ad6c09e","status":"passed","time":{"start":1729034434263,"stop":1729034434264,"duration":1}},{"uid":"8eb46d1e2493031d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8eb46d1e2493031d","status":"passed","time":{"start":1729034350159,"stop":1729034350162,"duration":3}},{"uid":"88cfb5bcb9a9e6f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/88cfb5bcb9a9e6f9","status":"passed","time":{"start":1729034169195,"stop":1729034169195,"duration":0}},{"uid":"902f3ce3e3d274f6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/902f3ce3e3d274f6","status":"passed","time":{"start":1729032228067,"stop":1729032228068,"duration":1}},{"uid":"f9f596e4303013fa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f9f596e4303013fa","status":"passed","time":{"start":1728901947147,"stop":1728901947147,"duration":0}},{"uid":"68a5b48a4d0deb2a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/68a5b48a4d0deb2a","status":"passed","time":{"start":1728893380058,"stop":1728893380058,"duration":0}},{"uid":"ed971a18160da2a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed971a18160da2a4","status":"passed","time":{"start":1728856336880,"stop":1728856336881,"duration":1}},{"uid":"3f4a4b68d58ea25","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3f4a4b68d58ea25","status":"passed","time":{"start":1728738551164,"stop":1728738551164,"duration":0}},{"uid":"f0bea877e553dea4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f0bea877e553dea4","status":"passed","time":{"start":1728683095876,"stop":1728683095877,"duration":1}},{"uid":"a40507d38cc1d2ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a40507d38cc1d2ac","status":"passed","time":{"start":1728682657389,"stop":1728682657390,"duration":1}},{"uid":"47279b90f7828870","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/47279b90f7828870","status":"passed","time":{"start":1728677151466,"stop":1728677151467,"duration":1}},{"uid":"390f72bdb1092759","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/390f72bdb1092759","status":"passed","time":{"start":1728669832894,"stop":1728669832894,"duration":0}},{"uid":"6faa4ef1a1ddb8a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6faa4ef1a1ddb8a4","status":"passed","time":{"start":1728598215611,"stop":1728598215611,"duration":0}},{"uid":"55cdac4a09c42be6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/55cdac4a09c42be6","status":"passed","time":{"start":1728597425044,"stop":1728597425045,"duration":1}}]},"eff6976c6a8dff1e51452e0968ebebc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba207dbcfa471f55","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ba207dbcfa471f55","status":"passed","time":{"start":1728597923490,"stop":1728597923491,"duration":1}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b867761900d7ba1a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b867761900d7ba1a","status":"passed","time":{"start":1729034704502,"stop":1729034704502,"duration":0}},{"uid":"8824b9e09f8147f6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8824b9e09f8147f6","status":"passed","time":{"start":1729034474995,"stop":1729034474995,"duration":0}},{"uid":"7870fd63991631a4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7870fd63991631a4","status":"passed","time":{"start":1729034395296,"stop":1729034395296,"duration":0}},{"uid":"55af24a024fa076e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/55af24a024fa076e","status":"passed","time":{"start":1729034209107,"stop":1729034209109,"duration":2}},{"uid":"d1d76f82a2bdbc5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d1d76f82a2bdbc5","status":"passed","time":{"start":1729032264576,"stop":1729032264576,"duration":0}},{"uid":"37d3b82633daffd9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37d3b82633daffd9","status":"passed","time":{"start":1728902012868,"stop":1728902012868,"duration":0}},{"uid":"d6d8c02b77cefd6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6d8c02b77cefd6a","status":"passed","time":{"start":1728893454818,"stop":1728893454818,"duration":0}},{"uid":"2986b969a0b6dac6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2986b969a0b6dac6","status":"passed","time":{"start":1728856408461,"stop":1728856408462,"duration":1}},{"uid":"1ca7086c8cbad9be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1ca7086c8cbad9be","status":"passed","time":{"start":1728738633862,"stop":1728738633862,"duration":0}},{"uid":"60988803d344b2d7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/60988803d344b2d7","status":"passed","time":{"start":1728683159797,"stop":1728683159798,"duration":1}},{"uid":"9ae34579650a3aa1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9ae34579650a3aa1","status":"passed","time":{"start":1728682751337,"stop":1728682751338,"duration":1}},{"uid":"3cb8e249d29044bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3cb8e249d29044bf","status":"passed","time":{"start":1728677216371,"stop":1728677216371,"duration":0}},{"uid":"6ead32cb57de617f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6ead32cb57de617f","status":"passed","time":{"start":1728669925459,"stop":1728669925460,"duration":1}},{"uid":"1e47ead724742cc7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e47ead724742cc7","status":"passed","time":{"start":1728598268814,"stop":1728598268814,"duration":0}},{"uid":"9b7dd3c14a57df5b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9b7dd3c14a57df5b","status":"passed","time":{"start":1728597503940,"stop":1728597503940,"duration":0}}]},"35988d86e00ed5c532850839e6936173:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce5fcb9d57c7ae25","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ce5fcb9d57c7ae25","status":"passed","time":{"start":1729032235305,"stop":1729032235305,"duration":0}}]},"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"432ebc3e1c4c5a54","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/432ebc3e1c4c5a54","status":"passed","time":{"start":1729034332629,"stop":1729034332629,"duration":0}},{"uid":"e992be98fe14a396","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e992be98fe14a396","status":"passed","time":{"start":1729034096130,"stop":1729034096131,"duration":1}},{"uid":"d2f03bb11d1347ae","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d2f03bb11d1347ae","status":"passed","time":{"start":1729034020088,"stop":1729034020088,"duration":0}},{"uid":"41453a7db2dca4c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41453a7db2dca4c2","status":"passed","time":{"start":1729033834381,"stop":1729033834382,"duration":1}},{"uid":"6fe4c7a3e8f2f70a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6fe4c7a3e8f2f70a","status":"passed","time":{"start":1729031884114,"stop":1729031884114,"duration":0}},{"uid":"1a5c706d874d9e90","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1a5c706d874d9e90","status":"passed","time":{"start":1728901430252,"stop":1728901430253,"duration":1}},{"uid":"c10bb52168dcee3e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c10bb52168dcee3e","status":"passed","time":{"start":1728892860529,"stop":1728892860530,"duration":1}},{"uid":"9d99b0734e7f823d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9d99b0734e7f823d","status":"passed","time":{"start":1728855823320,"stop":1728855823320,"duration":0}},{"uid":"8cfd1ef08125fa28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8cfd1ef08125fa28","status":"passed","time":{"start":1728738040598,"stop":1728738040599,"duration":1}},{"uid":"9765f73718dc31cb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9765f73718dc31cb","status":"passed","time":{"start":1728682574089,"stop":1728682574089,"duration":0}},{"uid":"2f900e4228688159","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f900e4228688159","status":"passed","time":{"start":1728682146813,"stop":1728682146815,"duration":2}},{"uid":"6e4765877360bdbb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6e4765877360bdbb","status":"passed","time":{"start":1728676621429,"stop":1728676621429,"duration":0}},{"uid":"8e8f80932ebcb0c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8e8f80932ebcb0c1","status":"passed","time":{"start":1728669344465,"stop":1728669344465,"duration":0}},{"uid":"66b0ec48096a86b3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/66b0ec48096a86b3","status":"passed","time":{"start":1728597685158,"stop":1728597685159,"duration":1}},{"uid":"8f9c77e6e9dcd3e2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8f9c77e6e9dcd3e2","status":"passed","time":{"start":1728596904465,"stop":1728596904465,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6d2ec3641277d2c3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6d2ec3641277d2c3","status":"passed","time":{"start":1729034536786,"stop":1729034536789,"duration":3}},{"uid":"6a197ac30b82ab95","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6a197ac30b82ab95","status":"passed","time":{"start":1729034307033,"stop":1729034307033,"duration":0}},{"uid":"9ea0c8bb07240f20","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9ea0c8bb07240f20","status":"passed","time":{"start":1729034223308,"stop":1729034223308,"duration":0}},{"uid":"e807838429ebb56c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e807838429ebb56c","status":"passed","time":{"start":1729034034983,"stop":1729034034983,"duration":0}},{"uid":"c57d9305028d3eb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c57d9305028d3eb","status":"passed","time":{"start":1729032066298,"stop":1729032066300,"duration":2}},{"uid":"cfe37ce67dd0c1e9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cfe37ce67dd0c1e9","status":"passed","time":{"start":1728901706621,"stop":1728901706621,"duration":0}},{"uid":"6d42624f56378c57","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d42624f56378c57","status":"passed","time":{"start":1728893153423,"stop":1728893153424,"duration":1}},{"uid":"e9e0c241606c96d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e9e0c241606c96d","status":"passed","time":{"start":1728856108128,"stop":1728856108128,"duration":0}},{"uid":"d708c87b64f0c19e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d708c87b64f0c19e","status":"passed","time":{"start":1728738316670,"stop":1728738316670,"duration":0}},{"uid":"ec7be5ef77aef1ed","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec7be5ef77aef1ed","status":"passed","time":{"start":1728682865320,"stop":1728682865321,"duration":1}},{"uid":"dbb6c7e184679c93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dbb6c7e184679c93","status":"passed","time":{"start":1728682446997,"stop":1728682446997,"duration":0}},{"uid":"ee0b1a1629132c7d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ee0b1a1629132c7d","status":"passed","time":{"start":1728676924480,"stop":1728676924481,"duration":1}},{"uid":"fd5b90662525181c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd5b90662525181c","status":"passed","time":{"start":1728669626264,"stop":1728669626265,"duration":1}},{"uid":"2cf11b22643291e3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2cf11b22643291e3","status":"passed","time":{"start":1728597973674,"stop":1728597973675,"duration":1}},{"uid":"e3d904c768a0f1a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3d904c768a0f1a7","status":"passed","time":{"start":1728597188039,"stop":1728597188040,"duration":1}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d285132045de8f8e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d285132045de8f8e","status":"passed","time":{"start":1729034704499,"stop":1729034704500,"duration":1}},{"uid":"c9e8025c9f1b8749","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c9e8025c9f1b8749","status":"passed","time":{"start":1729034474993,"stop":1729034474993,"duration":0}},{"uid":"abb6833b9ff81a96","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/abb6833b9ff81a96","status":"passed","time":{"start":1729034395294,"stop":1729034395294,"duration":0}},{"uid":"45091b38740b6db4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45091b38740b6db4","status":"passed","time":{"start":1729034209105,"stop":1729034209105,"duration":0}},{"uid":"c2033a647da3bc90","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c2033a647da3bc90","status":"passed","time":{"start":1729032264573,"stop":1729032264573,"duration":0}},{"uid":"aa44d74f2aebc966","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aa44d74f2aebc966","status":"passed","time":{"start":1728902012865,"stop":1728902012866,"duration":1}},{"uid":"b82b3f4823b23d9f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b82b3f4823b23d9f","status":"passed","time":{"start":1728893454815,"stop":1728893454816,"duration":1}},{"uid":"3676af46f44724e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3676af46f44724e5","status":"passed","time":{"start":1728856408459,"stop":1728856408459,"duration":0}},{"uid":"a30b6525b09c2366","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a30b6525b09c2366","status":"passed","time":{"start":1728738633859,"stop":1728738633860,"duration":1}},{"uid":"a55a946e046b085","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a55a946e046b085","status":"passed","time":{"start":1728683159790,"stop":1728683159791,"duration":1}},{"uid":"74ab76c157c175c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/74ab76c157c175c9","status":"passed","time":{"start":1728682751335,"stop":1728682751336,"duration":1}},{"uid":"5c221e1950eb9b5f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5c221e1950eb9b5f","status":"passed","time":{"start":1728677216366,"stop":1728677216366,"duration":0}},{"uid":"d251dc63f68de25e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d251dc63f68de25e","status":"passed","time":{"start":1728669925458,"stop":1728669925458,"duration":0}},{"uid":"f32a5fcdbbb48e5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f32a5fcdbbb48e5e","status":"passed","time":{"start":1728598268812,"stop":1728598268812,"duration":0}},{"uid":"9d1cc81484cf5748","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9d1cc81484cf5748","status":"passed","time":{"start":1728597503935,"stop":1728597503936,"duration":1}}]},"2caffadda1ddf80d3cbb8eddb0ed1887:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1717968e72308e3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a1717968e72308e3","status":"passed","time":{"start":1728856355684,"stop":1728856355685,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"83f6393b90e76f5e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/83f6393b90e76f5e","status":"passed","time":{"start":1729034636308,"stop":1729034636309,"duration":1}},{"uid":"e638109074cc06c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e638109074cc06c","status":"passed","time":{"start":1729034402259,"stop":1729034402259,"duration":0}},{"uid":"96e9e2e95423680c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/96e9e2e95423680c","status":"passed","time":{"start":1729034323282,"stop":1729034323282,"duration":0}},{"uid":"870921c1d9d54e14","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/870921c1d9d54e14","status":"passed","time":{"start":1729034144759,"stop":1729034144760,"duration":1}},{"uid":"bea7e8d731f078be","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bea7e8d731f078be","status":"passed","time":{"start":1729032198809,"stop":1729032198810,"duration":1}},{"uid":"8da72aa1d24a23e1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8da72aa1d24a23e1","status":"passed","time":{"start":1728901901735,"stop":1728901901751,"duration":16}},{"uid":"d183d482d8f081b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d183d482d8f081b6","status":"passed","time":{"start":1728893337234,"stop":1728893337237,"duration":3}},{"uid":"fc9b4445350f7d3a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fc9b4445350f7d3a","status":"passed","time":{"start":1728856299184,"stop":1728856299184,"duration":0}},{"uid":"6be23593a89a2066","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6be23593a89a2066","status":"passed","time":{"start":1728738505369,"stop":1728738505369,"duration":0}},{"uid":"70accc3c481bceee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70accc3c481bceee","status":"passed","time":{"start":1728683045438,"stop":1728683045438,"duration":0}},{"uid":"51bd6d6885bd8602","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/51bd6d6885bd8602","status":"passed","time":{"start":1728682607281,"stop":1728682607282,"duration":1}},{"uid":"9ac275155bf6f5e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9ac275155bf6f5e8","status":"passed","time":{"start":1728677103486,"stop":1728677103486,"duration":0}},{"uid":"df72bac7542788ec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/df72bac7542788ec","status":"passed","time":{"start":1728669777111,"stop":1728669777112,"duration":1}},{"uid":"ef6d63668c597db0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ef6d63668c597db0","status":"passed","time":{"start":1728598163460,"stop":1728598163461,"duration":1}},{"uid":"37546efe11c0c254","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/37546efe11c0c254","status":"passed","time":{"start":1728597375456,"stop":1728597375457,"duration":1}}]},"1d5306c81651e11f90eb1d901ea44eb8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5eebede7d96a168","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a5eebede7d96a168","status":"passed","time":{"start":1728669841248,"stop":1728669841248,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2eb589a2a97fc453","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2eb589a2a97fc453","status":"passed","time":{"start":1729034728789,"stop":1729034728789,"duration":0}},{"uid":"a935332e8f3a7929","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a935332e8f3a7929","status":"passed","time":{"start":1729034400844,"stop":1729034400845,"duration":1}},{"uid":"922a2b5f8579122a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/922a2b5f8579122a","status":"passed","time":{"start":1728902045391,"stop":1728902045391,"duration":0}},{"uid":"3d3fbfda908f6397","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d3fbfda908f6397","status":"passed","time":{"start":1728893481312,"stop":1728893481312,"duration":0}},{"uid":"2e9f3d9b895539d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2e9f3d9b895539d6","status":"passed","time":{"start":1728856434368,"stop":1728856434368,"duration":0}},{"uid":"a0a0baaf4a209471","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a0a0baaf4a209471","status":"passed","time":{"start":1728738656933,"stop":1728738656933,"duration":0}},{"uid":"d92747c6366391c1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d92747c6366391c1","status":"passed","time":{"start":1728683172716,"stop":1728683172719,"duration":3}},{"uid":"53c88026ec9a5138","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/53c88026ec9a5138","status":"passed","time":{"start":1728682747611,"stop":1728682747611,"duration":0}},{"uid":"e4bb7def7ff28b93","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e4bb7def7ff28b93","status":"passed","time":{"start":1728677247280,"stop":1728677247280,"duration":0}},{"uid":"92a20be99de4368b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92a20be99de4368b","status":"passed","time":{"start":1728669917947,"stop":1728669917947,"duration":0}},{"uid":"d248437e5826ad5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d248437e5826ad5e","status":"passed","time":{"start":1728598290716,"stop":1728598290717,"duration":1}},{"uid":"e8eeabf0b9eb12a4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e8eeabf0b9eb12a4","status":"passed","time":{"start":1728597515857,"stop":1728597515858,"duration":1}}]},"4669fb890ce063adb2a63d78d0e3db20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"565d74ea0e89a923","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/565d74ea0e89a923","status":"passed","time":{"start":1728682652691,"stop":1728682652692,"duration":1}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e35facb0edce9e29","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e35facb0edce9e29","status":"passed","time":{"start":1729034696865,"stop":1729034696865,"duration":0}},{"uid":"6d31606cad78d516","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d31606cad78d516","status":"passed","time":{"start":1729034470062,"stop":1729034470062,"duration":0}},{"uid":"dfe72fec24ba8ace","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dfe72fec24ba8ace","status":"passed","time":{"start":1729034388869,"stop":1729034388869,"duration":0}},{"uid":"f335d918a8c492e9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f335d918a8c492e9","status":"passed","time":{"start":1729034213019,"stop":1729034213019,"duration":0}},{"uid":"dd110239151b327a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dd110239151b327a","status":"passed","time":{"start":1729032269102,"stop":1729032269102,"duration":0}},{"uid":"2f15b6eabc8fac52","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f15b6eabc8fac52","status":"passed","time":{"start":1728902000842,"stop":1728902000842,"duration":0}},{"uid":"c28654d90d0257f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c28654d90d0257f3","status":"passed","time":{"start":1728893442595,"stop":1728893442595,"duration":0}},{"uid":"bbd26a2b5096b9ad","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bbd26a2b5096b9ad","status":"passed","time":{"start":1728856386640,"stop":1728856386641,"duration":1}},{"uid":"9760813cccdb9619","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9760813cccdb9619","status":"passed","time":{"start":1728738608586,"stop":1728738608587,"duration":1}},{"uid":"e6f8dc32893f024e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6f8dc32893f024e","status":"passed","time":{"start":1728683148172,"stop":1728683148172,"duration":0}},{"uid":"fa5e604a909da676","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fa5e604a909da676","status":"passed","time":{"start":1728682709057,"stop":1728682709057,"duration":0}},{"uid":"e92c78f2dbb129b4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e92c78f2dbb129b4","status":"passed","time":{"start":1728677206656,"stop":1728677206656,"duration":0}},{"uid":"402820b64c18e02d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/402820b64c18e02d","status":"passed","time":{"start":1728669888550,"stop":1728669888550,"duration":0}},{"uid":"9a05d2b43d6d4a96","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a05d2b43d6d4a96","status":"passed","time":{"start":1728598268131,"stop":1728598268131,"duration":0}},{"uid":"dff24d98ec6c0d17","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dff24d98ec6c0d17","status":"passed","time":{"start":1728597478033,"stop":1728597478033,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fd372790e44fb7c6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fd372790e44fb7c6","status":"passed","time":{"start":1729034472987,"stop":1729034472988,"duration":1}},{"uid":"85e62f7bb54200d2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/85e62f7bb54200d2","status":"passed","time":{"start":1729034240932,"stop":1729034240934,"duration":2}},{"uid":"93b2cd30961d9ecb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/93b2cd30961d9ecb","status":"passed","time":{"start":1729034159625,"stop":1729034159626,"duration":1}},{"uid":"42b5fdeb34b3c7eb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/42b5fdeb34b3c7eb","status":"passed","time":{"start":1729033976810,"stop":1729033976811,"duration":1}},{"uid":"d6e15856a8e9cfd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d6e15856a8e9cfd","status":"passed","time":{"start":1729032020531,"stop":1729032020532,"duration":1}},{"uid":"c950d17fda7a0f15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c950d17fda7a0f15","status":"passed","time":{"start":1728901616475,"stop":1728901616475,"duration":0}},{"uid":"e8b16bf3356287c6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e8b16bf3356287c6","status":"passed","time":{"start":1728893050251,"stop":1728893050252,"duration":1}},{"uid":"dad2dc310c016b99","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dad2dc310c016b99","status":"passed","time":{"start":1728856015181,"stop":1728856015181,"duration":0}},{"uid":"6fe0fcc99cc0a5e9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6fe0fcc99cc0a5e9","status":"passed","time":{"start":1728738233165,"stop":1728738233171,"duration":6}},{"uid":"3c3993db95f78204","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3c3993db95f78204","status":"passed","time":{"start":1728682762479,"stop":1728682762479,"duration":0}},{"uid":"1f7f90f3c064c4b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1f7f90f3c064c4b2","status":"passed","time":{"start":1728682332793,"stop":1728682332793,"duration":0}},{"uid":"2a3dd42562dd46ba","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2a3dd42562dd46ba","status":"passed","time":{"start":1728676810304,"stop":1728676810304,"duration":0}},{"uid":"63b3a09b93ba845a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/63b3a09b93ba845a","status":"passed","time":{"start":1728669529907,"stop":1728669529907,"duration":0}},{"uid":"c710208dec4d952b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c710208dec4d952b","status":"passed","time":{"start":1728597873542,"stop":1728597873543,"duration":1}},{"uid":"b188065ca9884178","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b188065ca9884178","status":"passed","time":{"start":1728597089281,"stop":1728597089281,"duration":0}}]},"c6cfb92a6303e2124f0c88a876f7caf1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c64e992b893f5cb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1c64e992b893f5cb","status":"passed","time":{"start":1728856355688,"stop":1728856355691,"duration":3}}]},"b7fa613de87702d39df81aab803892a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6fdb644cff587711","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6fdb644cff587711","status":"passed","time":{"start":1729034373009,"stop":1729034373009,"duration":0}},{"uid":"e55ce22201804efd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e55ce22201804efd","status":"passed","time":{"start":1729034137112,"stop":1729034137112,"duration":0}},{"uid":"25496c1e9df7b47a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/25496c1e9df7b47a","status":"passed","time":{"start":1729034060044,"stop":1729034060045,"duration":1}},{"uid":"782ccbdcdd9a82ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/782ccbdcdd9a82ac","status":"passed","time":{"start":1729033875026,"stop":1729033875027,"duration":1}},{"uid":"962cf90654d90b0c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/962cf90654d90b0c","status":"passed","time":{"start":1729031924907,"stop":1729031924908,"duration":1}},{"uid":"97a076eea7b00691","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/97a076eea7b00691","status":"passed","time":{"start":1728901469134,"stop":1728901469135,"duration":1}},{"uid":"89d9ba5ca461280c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/89d9ba5ca461280c","status":"passed","time":{"start":1728892899799,"stop":1728892899800,"duration":1}},{"uid":"c6fa79f805c004db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c6fa79f805c004db","status":"passed","time":{"start":1728855863296,"stop":1728855863296,"duration":0}},{"uid":"b6f4d90fc4f1e609","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b6f4d90fc4f1e609","status":"passed","time":{"start":1728738080955,"stop":1728738080956,"duration":1}},{"uid":"d5f5c188ce33cc10","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d5f5c188ce33cc10","status":"passed","time":{"start":1728682614315,"stop":1728682614315,"duration":0}},{"uid":"284b4363f4f0bc85","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/284b4363f4f0bc85","status":"passed","time":{"start":1728682187220,"stop":1728682187220,"duration":0}},{"uid":"e85a729db92f48a4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e85a729db92f48a4","status":"passed","time":{"start":1728676661420,"stop":1728676661420,"duration":0}},{"uid":"c8e311ce08878cdd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c8e311ce08878cdd","status":"passed","time":{"start":1728669384752,"stop":1728669384753,"duration":1}},{"uid":"e62545304766afaf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e62545304766afaf","status":"passed","time":{"start":1728597724210,"stop":1728597724210,"duration":0}},{"uid":"16d85240225ea448","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/16d85240225ea448","status":"passed","time":{"start":1728596943263,"stop":1728596943263,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5aa285164372fecc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5aa285164372fecc","status":"passed","time":{"start":1729034506790,"stop":1729034506790,"duration":0}},{"uid":"27bf87dc6b5ad649","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/27bf87dc6b5ad649","status":"passed","time":{"start":1729034259814,"stop":1729034259814,"duration":0}},{"uid":"17253d75f821a01a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/17253d75f821a01a","status":"passed","time":{"start":1729034194007,"stop":1729034194007,"duration":0}},{"uid":"39628c70a12dea25","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/39628c70a12dea25","status":"passed","time":{"start":1729034014860,"stop":1729034014863,"duration":3}},{"uid":"1d672029e3fa6f00","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1d672029e3fa6f00","status":"passed","time":{"start":1729032065444,"stop":1729032065447,"duration":3}},{"uid":"65df8f2b3bf2845","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65df8f2b3bf2845","status":"passed","time":{"start":1728901664248,"stop":1728901664250,"duration":2}},{"uid":"25ab1642ffd30aa4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25ab1642ffd30aa4","status":"passed","time":{"start":1728893093689,"stop":1728893093689,"duration":0}},{"uid":"f992e0814560d5aa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f992e0814560d5aa","status":"passed","time":{"start":1728856055269,"stop":1728856055270,"duration":1}},{"uid":"fdaa732b5193aab3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fdaa732b5193aab3","status":"passed","time":{"start":1728738274742,"stop":1728738274742,"duration":0}},{"uid":"2f0d4e74258a2b1c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2f0d4e74258a2b1c","status":"passed","time":{"start":1728682807953,"stop":1728682807954,"duration":1}},{"uid":"c9ba0072fd944574","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c9ba0072fd944574","status":"passed","time":{"start":1728682381282,"stop":1728682381282,"duration":0}},{"uid":"18166ac1ab613339","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18166ac1ab613339","status":"passed","time":{"start":1728676853895,"stop":1728676853895,"duration":0}},{"uid":"f750c9d3ca0e2c13","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f750c9d3ca0e2c13","status":"passed","time":{"start":1728669581687,"stop":1728669581689,"duration":2}},{"uid":"5fe10ed28224f06a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5fe10ed28224f06a","status":"passed","time":{"start":1728597923475,"stop":1728597923476,"duration":1}},{"uid":"6fce522f103fc286","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6fce522f103fc286","status":"passed","time":{"start":1728597132261,"stop":1728597132261,"duration":0}}]},"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5a03517160f4c8a6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a03517160f4c8a6","status":"passed","time":{"start":1729034566435,"stop":1729034566436,"duration":1}},{"uid":"5163b29402398d24","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5163b29402398d24","status":"passed","time":{"start":1729034332756,"stop":1729034332756,"duration":0}},{"uid":"7dee296b853c3d62","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7dee296b853c3d62","status":"passed","time":{"start":1729034249939,"stop":1729034249939,"duration":0}},{"uid":"e46866fad503d91a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e46866fad503d91a","status":"passed","time":{"start":1729034067823,"stop":1729034067823,"duration":0}},{"uid":"155332a16b70e550","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/155332a16b70e550","status":"passed","time":{"start":1729032123016,"stop":1729032123017,"duration":1}},{"uid":"46f6dccee16621d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/46f6dccee16621d","status":"passed","time":{"start":1728901787321,"stop":1728901787321,"duration":0}},{"uid":"624993e451945b2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/624993e451945b2b","status":"passed","time":{"start":1728893221705,"stop":1728893221705,"duration":0}},{"uid":"d9597d67fdcb1607","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9597d67fdcb1607","status":"passed","time":{"start":1728856192847,"stop":1728856192847,"duration":0}},{"uid":"83ea28db840cc00f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/83ea28db840cc00f","status":"passed","time":{"start":1728738398374,"stop":1728738398374,"duration":0}},{"uid":"1a0547cefa6b524a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a0547cefa6b524a","status":"passed","time":{"start":1728682944657,"stop":1728682944657,"duration":0}},{"uid":"555c9c9fe55725e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/555c9c9fe55725e","status":"passed","time":{"start":1728682508014,"stop":1728682508014,"duration":0}},{"uid":"46905a7402eebafe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46905a7402eebafe","status":"passed","time":{"start":1728676995800,"stop":1728676995800,"duration":0}},{"uid":"d0fdff1b3652c8fd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d0fdff1b3652c8fd","status":"passed","time":{"start":1728669666000,"stop":1728669666000,"duration":0}},{"uid":"e165bae77dc4458f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e165bae77dc4458f","status":"passed","time":{"start":1728598056698,"stop":1728598056698,"duration":0}},{"uid":"6b08c898885084d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b08c898885084d2","status":"passed","time":{"start":1728597265386,"stop":1728597265386,"duration":0}}]},"95c559a9ae50449a1e575d6f5e545bcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43370fb66cd611f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/43370fb66cd611f","status":"passed","time":{"start":1728901950552,"stop":1728901950553,"duration":1}}]},"87fcc419eab8bf443af6eebbc3dbbee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bc3b1d22f3c4689e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bc3b1d22f3c4689e","status":"passed","time":{"start":1729034348214,"stop":1729034348215,"duration":1}}]},"db9d8a1c47a20ab937d944835cb165f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77697579f67a0c68","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/77697579f67a0c68","status":"passed","time":{"start":1728738604694,"stop":1728738604694,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3d67a4c3b211f2a5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3d67a4c3b211f2a5","status":"passed","time":{"start":1729034472950,"stop":1729034472950,"duration":0}},{"uid":"d10917eba841e9f7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d10917eba841e9f7","status":"passed","time":{"start":1729034240917,"stop":1729034240917,"duration":0}},{"uid":"46434d3f6e4c47dd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/46434d3f6e4c47dd","status":"passed","time":{"start":1729034159614,"stop":1729034159614,"duration":0}},{"uid":"ae0c594a989029a5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae0c594a989029a5","status":"passed","time":{"start":1729033976794,"stop":1729033976796,"duration":2}},{"uid":"f3512cb8587cb6f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f3512cb8587cb6f","status":"passed","time":{"start":1729032020517,"stop":1729032020517,"duration":0}},{"uid":"da3b881b538823db","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da3b881b538823db","status":"passed","time":{"start":1728901616429,"stop":1728901616429,"duration":0}},{"uid":"f9684a7a201849ee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f9684a7a201849ee","status":"passed","time":{"start":1728893050244,"stop":1728893050244,"duration":0}},{"uid":"25f822feee1fdc0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/25f822feee1fdc0","status":"passed","time":{"start":1728856015170,"stop":1728856015170,"duration":0}},{"uid":"1275f7a06a8fcd42","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1275f7a06a8fcd42","status":"passed","time":{"start":1728738233136,"stop":1728738233136,"duration":0}},{"uid":"9ba066847fc1c6b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9ba066847fc1c6b6","status":"passed","time":{"start":1728682762469,"stop":1728682762470,"duration":1}},{"uid":"d01727fe569d9aa7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d01727fe569d9aa7","status":"passed","time":{"start":1728682332785,"stop":1728682332785,"duration":0}},{"uid":"87e46c28caf7565","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87e46c28caf7565","status":"passed","time":{"start":1728676810290,"stop":1728676810290,"duration":0}},{"uid":"1b32ce8e8581dd58","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1b32ce8e8581dd58","status":"passed","time":{"start":1728669529892,"stop":1728669529892,"duration":0}},{"uid":"eb230c26c644de","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb230c26c644de","status":"passed","time":{"start":1728597873533,"stop":1728597873533,"duration":0}},{"uid":"1ede3a10be654b9e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ede3a10be654b9e","status":"passed","time":{"start":1728597089272,"stop":1728597089272,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8967213985d751f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8967213985d751f4","status":"passed","time":{"start":1729034536096,"stop":1729034536097,"duration":1}},{"uid":"96a87bc2cc72652c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/96a87bc2cc72652c","status":"passed","time":{"start":1729034296701,"stop":1729034296702,"duration":1}},{"uid":"442cf7bf2571a9eb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/442cf7bf2571a9eb","status":"passed","time":{"start":1729034220597,"stop":1729034220599,"duration":2}},{"uid":"c14cc69c86867f35","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c14cc69c86867f35","status":"passed","time":{"start":1729034041474,"stop":1729034041476,"duration":2}},{"uid":"60b7518ff88c38c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/60b7518ff88c38c6","status":"passed","time":{"start":1728901705385,"stop":1728901705387,"duration":2}},{"uid":"f1e1fe461817b6f5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f1e1fe461817b6f5","status":"passed","time":{"start":1728893141769,"stop":1728893141770,"duration":1}},{"uid":"f1f853ab5ae696fb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f1f853ab5ae696fb","status":"passed","time":{"start":1728856087079,"stop":1728856087080,"duration":1}},{"uid":"bedb5a76ea24373f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bedb5a76ea24373f","status":"passed","time":{"start":1728738321431,"stop":1728738321431,"duration":0}},{"uid":"696a85998901e4dd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/696a85998901e4dd","status":"passed","time":{"start":1728682845670,"stop":1728682845671,"duration":1}},{"uid":"453353055f3cfde5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/453353055f3cfde5","status":"passed","time":{"start":1728682424304,"stop":1728682424304,"duration":0}},{"uid":"d5e519934bb46596","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d5e519934bb46596","status":"passed","time":{"start":1728676900511,"stop":1728676900511,"duration":0}},{"uid":"f5751a561eb847d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5751a561eb847d","status":"passed","time":{"start":1728669625795,"stop":1728669625795,"duration":0}},{"uid":"59fcdb9ecefe5120","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/59fcdb9ecefe5120","status":"passed","time":{"start":1728597957159,"stop":1728597957160,"duration":1}},{"uid":"46e7c6d4b7e996f7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/46e7c6d4b7e996f7","status":"passed","time":{"start":1728597182598,"stop":1728597182612,"duration":14}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a647c4f1e59ee489","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a647c4f1e59ee489","status":"passed","time":{"start":1729034558120,"stop":1729034558120,"duration":0}},{"uid":"7cd13e95b62da368","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7cd13e95b62da368","status":"passed","time":{"start":1729034245522,"stop":1729034245523,"duration":1}},{"uid":"14dd65eadc221420","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14dd65eadc221420","status":"passed","time":{"start":1729034063496,"stop":1729034063497,"duration":1}},{"uid":"bb30f72387485bb7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb30f72387485bb7","status":"passed","time":{"start":1729032122636,"stop":1729032122637,"duration":1}},{"uid":"64225722c7df08de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/64225722c7df08de","status":"passed","time":{"start":1728901785632,"stop":1728901785637,"duration":5}},{"uid":"1e77a2b209a6e314","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e77a2b209a6e314","status":"passed","time":{"start":1728893218774,"stop":1728893218775,"duration":1}},{"uid":"a059e19553424700","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a059e19553424700","status":"passed","time":{"start":1728856192661,"stop":1728856192661,"duration":0}},{"uid":"feea426c539d2f5e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/feea426c539d2f5e","status":"passed","time":{"start":1728738398087,"stop":1728738398087,"duration":0}},{"uid":"fc40c740fa1a7d40","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fc40c740fa1a7d40","status":"passed","time":{"start":1728682944509,"stop":1728682944509,"duration":0}},{"uid":"7406c9f2f9a465be","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7406c9f2f9a465be","status":"passed","time":{"start":1728682507862,"stop":1728682507862,"duration":0}},{"uid":"b874ce7f4267b718","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b874ce7f4267b718","status":"passed","time":{"start":1728676995528,"stop":1728676995528,"duration":0}},{"uid":"4f12190619ef2fa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4f12190619ef2fa","status":"passed","time":{"start":1728669665536,"stop":1728669665537,"duration":1}},{"uid":"68c7b665ded91f33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68c7b665ded91f33","status":"passed","time":{"start":1728598056480,"stop":1728598056480,"duration":0}},{"uid":"92f72beed795b1ce","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92f72beed795b1ce","status":"passed","time":{"start":1728597264029,"stop":1728597264029,"duration":0}}]},"1c97be50791e3539ff5acbbc82583f53:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9cbe53cb2e7a18d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9cbe53cb2e7a18d8","status":"passed","time":{"start":1728893395082,"stop":1728893395082,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"aaaa2e793219308e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aaaa2e793219308e","status":"passed","time":{"start":1729034341410,"stop":1729034341410,"duration":0}},{"uid":"61913007fa9c04e5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/61913007fa9c04e5","status":"passed","time":{"start":1729034104919,"stop":1729034104919,"duration":0}},{"uid":"e81748b0afd94cc5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e81748b0afd94cc5","status":"passed","time":{"start":1729034028517,"stop":1729034028518,"duration":1}},{"uid":"a85ae6593fd2ab99","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a85ae6593fd2ab99","status":"passed","time":{"start":1729033843124,"stop":1729033843125,"duration":1}},{"uid":"7c522c7b1b6e19aa","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7c522c7b1b6e19aa","status":"passed","time":{"start":1729031892683,"stop":1729031892683,"duration":0}},{"uid":"4d19ea21ed83ab43","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4d19ea21ed83ab43","status":"passed","time":{"start":1728901438814,"stop":1728901438814,"duration":0}},{"uid":"c0c46b09eb164849","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0c46b09eb164849","status":"passed","time":{"start":1728892869007,"stop":1728892869008,"duration":1}},{"uid":"1d2fc27e2c1b5114","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d2fc27e2c1b5114","status":"passed","time":{"start":1728855831899,"stop":1728855831899,"duration":0}},{"uid":"4552c8ef106b127b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4552c8ef106b127b","status":"passed","time":{"start":1728738049047,"stop":1728738049047,"duration":0}},{"uid":"e6ce07f3852e85d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6ce07f3852e85d9","status":"passed","time":{"start":1728682582626,"stop":1728682582626,"duration":0}},{"uid":"5de0ed7d5389c67d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5de0ed7d5389c67d","status":"passed","time":{"start":1728682155414,"stop":1728682155414,"duration":0}},{"uid":"2a542725cae6a62c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2a542725cae6a62c","status":"passed","time":{"start":1728676629980,"stop":1728676629981,"duration":1}},{"uid":"a554b8dde1e785f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a554b8dde1e785f0","status":"passed","time":{"start":1728669353108,"stop":1728669353108,"duration":0}},{"uid":"e9068da0280be6b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e9068da0280be6b","status":"passed","time":{"start":1728597693854,"stop":1728597693854,"duration":0}},{"uid":"5f7d4853c9c94b7d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f7d4853c9c94b7d","status":"passed","time":{"start":1728596913098,"stop":1728596913098,"duration":0}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ce8156f212ea0716","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce8156f212ea0716","status":"passed","time":{"start":1729034611656,"stop":1729034611657,"duration":1}},{"uid":"5ba4d91fd0548751","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5ba4d91fd0548751","status":"passed","time":{"start":1729034393631,"stop":1729034393632,"duration":1}},{"uid":"5b86eff494d58824","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5b86eff494d58824","status":"passed","time":{"start":1729034304828,"stop":1729034304828,"duration":0}},{"uid":"5f4ef2dd43995494","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f4ef2dd43995494","status":"passed","time":{"start":1729034121895,"stop":1729034121896,"duration":1}},{"uid":"566bf067acde1d83","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/566bf067acde1d83","status":"passed","time":{"start":1729032174800,"stop":1729032174801,"duration":1}},{"uid":"6be8823bbdbf43aa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6be8823bbdbf43aa","status":"passed","time":{"start":1728901881007,"stop":1728901881007,"duration":0}},{"uid":"8bd5bf417bda3a65","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8bd5bf417bda3a65","status":"passed","time":{"start":1728893317152,"stop":1728893317153,"duration":1}},{"uid":"2ec3dd7f5463ffc1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ec3dd7f5463ffc1","status":"passed","time":{"start":1728856263072,"stop":1728856263073,"duration":1}},{"uid":"ba71fb16ea8fcd34","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ba71fb16ea8fcd34","status":"passed","time":{"start":1728738492793,"stop":1728738492793,"duration":0}},{"uid":"b27085149784146e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b27085149784146e","status":"passed","time":{"start":1728683030011,"stop":1728683030015,"duration":4}},{"uid":"b989a57612d29801","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b989a57612d29801","status":"passed","time":{"start":1728682581087,"stop":1728682581088,"duration":1}},{"uid":"70aeabdb20e3606c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/70aeabdb20e3606c","status":"passed","time":{"start":1728677081987,"stop":1728677081987,"duration":0}},{"uid":"faef11710694e85c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/faef11710694e85c","status":"passed","time":{"start":1728669795389,"stop":1728669795389,"duration":0}},{"uid":"63322193c206ea8f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/63322193c206ea8f","status":"passed","time":{"start":1728598137497,"stop":1728598137498,"duration":1}},{"uid":"50292982cea962ff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/50292982cea962ff","status":"passed","time":{"start":1728597353475,"stop":1728597353475,"duration":0}}]},"3f184763ca54270265d7427d007bd317:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee025e73568a557c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ee025e73568a557c","status":"passed","time":{"start":1728669841255,"stop":1728669841255,"duration":0}}]},"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"71e4f963207ba981","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/71e4f963207ba981","status":"passed","time":{"start":1729034332631,"stop":1729034332631,"duration":0}},{"uid":"dcbf88cc35b8c8ef","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dcbf88cc35b8c8ef","status":"passed","time":{"start":1729034096132,"stop":1729034096133,"duration":1}},{"uid":"818bc674d363f7a5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/818bc674d363f7a5","status":"passed","time":{"start":1729034020090,"stop":1729034020090,"duration":0}},{"uid":"76c10252e8f9e433","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/76c10252e8f9e433","status":"passed","time":{"start":1729033834385,"stop":1729033834385,"duration":0}},{"uid":"a9f7de6bb66f975d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a9f7de6bb66f975d","status":"passed","time":{"start":1729031884118,"stop":1729031884118,"duration":0}},{"uid":"ac4fb914bb894f3a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac4fb914bb894f3a","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"7d0b4cc8b17e2e70","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7d0b4cc8b17e2e70","status":"passed","time":{"start":1728892860531,"stop":1728892860531,"duration":0}},{"uid":"756e1d090752f1b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/756e1d090752f1b6","status":"passed","time":{"start":1728855823322,"stop":1728855823322,"duration":0}},{"uid":"103558a0bc57b44e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/103558a0bc57b44e","status":"passed","time":{"start":1728738040601,"stop":1728738040602,"duration":1}},{"uid":"cf6e693e10b5fb09","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cf6e693e10b5fb09","status":"passed","time":{"start":1728682574092,"stop":1728682574092,"duration":0}},{"uid":"83c25c8b216613ec","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/83c25c8b216613ec","status":"passed","time":{"start":1728682146817,"stop":1728682146817,"duration":0}},{"uid":"683fd6e41bb1146","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/683fd6e41bb1146","status":"passed","time":{"start":1728676621431,"stop":1728676621431,"duration":0}},{"uid":"3b4d6fe9ce239b28","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3b4d6fe9ce239b28","status":"passed","time":{"start":1728669344467,"stop":1728669344467,"duration":0}},{"uid":"52a861ddaa95f7fe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52a861ddaa95f7fe","status":"passed","time":{"start":1728597685160,"stop":1728597685160,"duration":0}},{"uid":"837e99b2bd51538b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/837e99b2bd51538b","status":"passed","time":{"start":1728596904467,"stop":1728596904467,"duration":0}}]},"8d1894eb09881f617f426683899e2922:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":9,"unknown":0,"total":11},"items":[{"uid":"5a15b8a77d0ef4c4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a15b8a77d0ef4c4","status":"passed","time":{"start":1729034372892,"stop":1729034372893,"duration":1}},{"uid":"183b7cf5124b216e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/183b7cf5124b216e","status":"passed","time":{"start":1729034137282,"stop":1729034137282,"duration":0}},{"uid":"3bb05b958a26581e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3bb05b958a26581e","status":"passed","time":{"start":1729034060004,"stop":1729034060004,"duration":0}},{"uid":"85e2220f05f5373f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85e2220f05f5373f","status":"passed","time":{"start":1729033875012,"stop":1729033875012,"duration":0}},{"uid":"222ee5822bf2b032","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/222ee5822bf2b032","status":"passed","time":{"start":1729031924809,"stop":1729031924809,"duration":0}},{"uid":"2f163709b79529c8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f163709b79529c8","status":"passed","time":{"start":1728855863301,"stop":1728855863302,"duration":1}},{"uid":"53b8391095f87bd3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/53b8391095f87bd3","status":"passed","time":{"start":1728738080965,"stop":1728738080965,"duration":0}},{"uid":"41afac147fe4cca5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/41afac147fe4cca5","status":"passed","time":{"start":1728682614256,"stop":1728682614256,"duration":0}},{"uid":"c28bbc5110fc2422","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c28bbc5110fc2422","status":"passed","time":{"start":1728682187100,"stop":1728682187101,"duration":1}},{"uid":"3cabcbb65fab1411","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3cabcbb65fab1411","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660885,"stop":1728676660886,"duration":1}},{"uid":"3e4f7bf828e6a8e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3e4f7bf828e6a8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384120,"stop":1728669384120,"duration":0}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"5ed746fd979f7cf2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ed746fd979f7cf2","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034612084,"stop":1729034612084,"duration":0}},{"uid":"2923b2b7e554b1f4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2923b2b7e554b1f4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034371233,"stop":1729034371234,"duration":1}},{"uid":"e03b0ed570522790","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e03b0ed570522790","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034305207,"stop":1729034305208,"duration":1}},{"uid":"35e9299a16780797","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/35e9299a16780797","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122309,"stop":1729034122310,"duration":1}},{"uid":"8d2dec6a3217ebb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8d2dec6a3217ebb","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175156,"stop":1729032175156,"duration":0}},{"uid":"40e204fb7d3eee","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40e204fb7d3eee","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873456,"stop":1728901873456,"duration":0}},{"uid":"1bdd66d2a9fdc018","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1bdd66d2a9fdc018","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311280,"stop":1728893311280,"duration":0}},{"uid":"e145ab67a489fae1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e145ab67a489fae1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263475,"stop":1728856263475,"duration":0}},{"uid":"f3a49284674dc44a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f3a49284674dc44a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483666,"stop":1728738483667,"duration":1}},{"uid":"a36684b32835c53a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a36684b32835c53a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030246,"stop":1728683030247,"duration":1}},{"uid":"d114400b790f8e83","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d114400b790f8e83","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581302,"stop":1728682581303,"duration":1}},{"uid":"dbd9ef59f602dd23","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dbd9ef59f602dd23","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082256,"stop":1728677082256,"duration":0}},{"uid":"b651b569110dec16","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b651b569110dec16","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754302,"stop":1728669754302,"duration":0}},{"uid":"207fd7e215208324","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/207fd7e215208324","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137641,"stop":1728598137641,"duration":0}},{"uid":"dd09ef05a7c78137","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dd09ef05a7c78137","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350582,"stop":1728597350583,"duration":1}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fb37f56744e28e71","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb37f56744e28e71","status":"passed","time":{"start":1729034665585,"stop":1729034665589,"duration":4}},{"uid":"f0f78310c4167a72","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f0f78310c4167a72","status":"passed","time":{"start":1729034434265,"stop":1729034434268,"duration":3}},{"uid":"b702658dd59c6d77","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b702658dd59c6d77","status":"passed","time":{"start":1729034350163,"stop":1729034350168,"duration":5}},{"uid":"37f06885499a0920","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37f06885499a0920","status":"passed","time":{"start":1729034169197,"stop":1729034169197,"duration":0}},{"uid":"7a434917152a8171","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a434917152a8171","status":"passed","time":{"start":1729032228069,"stop":1729032228071,"duration":2}},{"uid":"9d891bca2c050bbb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9d891bca2c050bbb","status":"passed","time":{"start":1728901947148,"stop":1728901947148,"duration":0}},{"uid":"1b77622ac345fdd6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1b77622ac345fdd6","status":"passed","time":{"start":1728893380059,"stop":1728893380064,"duration":5}},{"uid":"477a51878e8236eb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/477a51878e8236eb","status":"passed","time":{"start":1728856336881,"stop":1728856336881,"duration":0}},{"uid":"719edf3c1961d6c5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/719edf3c1961d6c5","status":"passed","time":{"start":1728738551170,"stop":1728738551170,"duration":0}},{"uid":"e6eb3c3c5f5ed702","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6eb3c3c5f5ed702","status":"passed","time":{"start":1728683095877,"stop":1728683095877,"duration":0}},{"uid":"7712c0cc3fca339e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7712c0cc3fca339e","status":"passed","time":{"start":1728682657391,"stop":1728682657392,"duration":1}},{"uid":"e76656336d24b7e7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e76656336d24b7e7","status":"passed","time":{"start":1728677151467,"stop":1728677151468,"duration":1}},{"uid":"4e355545e5adb6d4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4e355545e5adb6d4","status":"passed","time":{"start":1728669832895,"stop":1728669832895,"duration":0}},{"uid":"9015f151973c8622","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9015f151973c8622","status":"passed","time":{"start":1728598215612,"stop":1728598215612,"duration":0}},{"uid":"f77cb324f3ec1783","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f77cb324f3ec1783","status":"passed","time":{"start":1728597425045,"stop":1728597425045,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3ca24f99a1a9dc24","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3ca24f99a1a9dc24","status":"passed","time":{"start":1729034472939,"stop":1729034472940,"duration":1}},{"uid":"b726bee060b0b4f0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b726bee060b0b4f0","status":"passed","time":{"start":1729034240907,"stop":1729034240907,"duration":0}},{"uid":"1c7b7a099e38a012","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1c7b7a099e38a012","status":"passed","time":{"start":1729034159610,"stop":1729034159610,"duration":0}},{"uid":"8746634b20d84d28","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8746634b20d84d28","status":"passed","time":{"start":1729033976779,"stop":1729033976781,"duration":2}},{"uid":"ed35549d3aef14f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ed35549d3aef14f","status":"passed","time":{"start":1729032020508,"stop":1729032020508,"duration":0}},{"uid":"518670539a1e7e83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/518670539a1e7e83","status":"passed","time":{"start":1728901616425,"stop":1728901616425,"duration":0}},{"uid":"62d46da163bf63ec","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/62d46da163bf63ec","status":"passed","time":{"start":1728893050240,"stop":1728893050240,"duration":0}},{"uid":"e2c60b091fd26575","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e2c60b091fd26575","status":"passed","time":{"start":1728856015167,"stop":1728856015167,"duration":0}},{"uid":"a8f16505876b968e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a8f16505876b968e","status":"passed","time":{"start":1728738233131,"stop":1728738233131,"duration":0}},{"uid":"474b03de4edc4daa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/474b03de4edc4daa","status":"passed","time":{"start":1728682762462,"stop":1728682762463,"duration":1}},{"uid":"10275d787be6dd9e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/10275d787be6dd9e","status":"passed","time":{"start":1728682332781,"stop":1728682332781,"duration":0}},{"uid":"e6f7e24a0cf4d440","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e6f7e24a0cf4d440","status":"passed","time":{"start":1728676810285,"stop":1728676810286,"duration":1}},{"uid":"659f522009b244db","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/659f522009b244db","status":"passed","time":{"start":1728669529888,"stop":1728669529889,"duration":1}},{"uid":"68a6b852ca95466e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68a6b852ca95466e","status":"passed","time":{"start":1728597873528,"stop":1728597873528,"duration":0}},{"uid":"d03291b7725c228a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d03291b7725c228a","status":"passed","time":{"start":1728597089268,"stop":1728597089269,"duration":1}}]},"12501abeb6b136483ae44c0e817b5570:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1ed0b35b5d729b84","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1ed0b35b5d729b84","status":"passed","time":{"start":1729034443498,"stop":1729034443505,"duration":7}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5e072307eabdf834","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5e072307eabdf834","status":"passed","time":{"start":1729034611665,"stop":1729034611665,"duration":0}},{"uid":"df7baac850f436d7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/df7baac850f436d7","status":"passed","time":{"start":1729034393644,"stop":1729034393648,"duration":4}},{"uid":"d799a8c2179f0d02","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d799a8c2179f0d02","status":"passed","time":{"start":1729034304840,"stop":1729034304848,"duration":8}},{"uid":"df2adb1f1cceaac2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df2adb1f1cceaac2","status":"passed","time":{"start":1729034121910,"stop":1729034121910,"duration":0}},{"uid":"b02be4b1c5c2bfe2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b02be4b1c5c2bfe2","status":"passed","time":{"start":1729032174872,"stop":1729032174872,"duration":0}},{"uid":"aa43b403d0d75f53","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aa43b403d0d75f53","status":"passed","time":{"start":1728901881012,"stop":1728901881013,"duration":1}},{"uid":"7a4c2502c597899a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7a4c2502c597899a","status":"passed","time":{"start":1728893317163,"stop":1728893317164,"duration":1}},{"uid":"ae84e19e3b8884ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ae84e19e3b8884ab","status":"passed","time":{"start":1728856263099,"stop":1728856263100,"duration":1}},{"uid":"2652cb7072229688","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2652cb7072229688","status":"passed","time":{"start":1728738492799,"stop":1728738492799,"duration":0}},{"uid":"70c28f630dc2ff25","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70c28f630dc2ff25","status":"passed","time":{"start":1728683030021,"stop":1728683030022,"duration":1}},{"uid":"a32d272056157cfa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a32d272056157cfa","status":"passed","time":{"start":1728682581103,"stop":1728682581103,"duration":0}},{"uid":"cdb09924eec33d97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cdb09924eec33d97","status":"passed","time":{"start":1728677081996,"stop":1728677081997,"duration":1}},{"uid":"968fb42d13dadc43","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/968fb42d13dadc43","status":"passed","time":{"start":1728669795395,"stop":1728669795395,"duration":0}},{"uid":"509d628f0b29f8c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/509d628f0b29f8c6","status":"passed","time":{"start":1728598137504,"stop":1728598137504,"duration":0}},{"uid":"59031e8028e9d8c2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/59031e8028e9d8c2","status":"passed","time":{"start":1728597353480,"stop":1728597353480,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"eaf84a5c88c17d58","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eaf84a5c88c17d58","status":"passed","time":{"start":1729034536785,"stop":1729034536786,"duration":1}},{"uid":"6d7e234f47b8c913","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d7e234f47b8c913","status":"passed","time":{"start":1729034307032,"stop":1729034307032,"duration":0}},{"uid":"c119f0a36d6d1aca","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c119f0a36d6d1aca","status":"passed","time":{"start":1729034223307,"stop":1729034223307,"duration":0}},{"uid":"77ca1f2bcc5180a1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/77ca1f2bcc5180a1","status":"passed","time":{"start":1729034034981,"stop":1729034034982,"duration":1}},{"uid":"8c106da48e387f1b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c106da48e387f1b","status":"passed","time":{"start":1729032066292,"stop":1729032066294,"duration":2}},{"uid":"66cd86926167f1f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66cd86926167f1f5","status":"passed","time":{"start":1728901706620,"stop":1728901706620,"duration":0}},{"uid":"50433a9bbfdbd91b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50433a9bbfdbd91b","status":"passed","time":{"start":1728893153422,"stop":1728893153422,"duration":0}},{"uid":"71773caff6efcb94","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/71773caff6efcb94","status":"passed","time":{"start":1728856108127,"stop":1728856108127,"duration":0}},{"uid":"f332fbc75b7a0fe0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f332fbc75b7a0fe0","status":"passed","time":{"start":1728738316669,"stop":1728738316669,"duration":0}},{"uid":"cfc2e3995ba51919","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cfc2e3995ba51919","status":"passed","time":{"start":1728682865317,"stop":1728682865318,"duration":1}},{"uid":"c7f57dc252ef4bd6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7f57dc252ef4bd6","status":"passed","time":{"start":1728682446996,"stop":1728682446996,"duration":0}},{"uid":"871cc983755c462a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/871cc983755c462a","status":"passed","time":{"start":1728676924479,"stop":1728676924480,"duration":1}},{"uid":"42fe7b9cf738fe73","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/42fe7b9cf738fe73","status":"passed","time":{"start":1728669626261,"stop":1728669626262,"duration":1}},{"uid":"8d6fb6b9317c3182","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8d6fb6b9317c3182","status":"passed","time":{"start":1728597973673,"stop":1728597973673,"duration":0}},{"uid":"b53c408130fa3119","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b53c408130fa3119","status":"passed","time":{"start":1728597188036,"stop":1728597188037,"duration":1}}]},"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"af116ccc9b19d47c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af116ccc9b19d47c","status":"passed","time":{"start":1729034683701,"stop":1729034683701,"duration":0}},{"uid":"8e8ffc59c5f8a8ae","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8e8ffc59c5f8a8ae","status":"passed","time":{"start":1729034458928,"stop":1729034458928,"duration":0}},{"uid":"184914fb7f884823","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/184914fb7f884823","status":"passed","time":{"start":1729034372202,"stop":1729034372202,"duration":0}},{"uid":"9a5b60748cb4d39a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9a5b60748cb4d39a","status":"passed","time":{"start":1729034191995,"stop":1729034191995,"duration":0}},{"uid":"a11b09d79ac27d68","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a11b09d79ac27d68","status":"passed","time":{"start":1729032246147,"stop":1729032246148,"duration":1}},{"uid":"d4195a0ab32b61a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d4195a0ab32b61a8","status":"passed","time":{"start":1728902009943,"stop":1728902009943,"duration":0}},{"uid":"50a78f519cdd3a8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50a78f519cdd3a8","status":"passed","time":{"start":1728893442068,"stop":1728893442068,"duration":0}},{"uid":"578b57dc8bea9e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/578b57dc8bea9e7","status":"passed","time":{"start":1728856390380,"stop":1728856390380,"duration":0}},{"uid":"2907580e7c97fd26","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2907580e7c97fd26","status":"passed","time":{"start":1728738615985,"stop":1728738615986,"duration":1}},{"uid":"364de20161995db9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/364de20161995db9","status":"passed","time":{"start":1728683138591,"stop":1728683138591,"duration":0}},{"uid":"e2741445c62d84c3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e2741445c62d84c3","status":"passed","time":{"start":1728682713980,"stop":1728682713980,"duration":0}},{"uid":"af698fece05510a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/af698fece05510a1","status":"passed","time":{"start":1728677205666,"stop":1728677205666,"duration":0}},{"uid":"41611ddd8b547e7d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/41611ddd8b547e7d","status":"passed","time":{"start":1728669886307,"stop":1728669886307,"duration":0}},{"uid":"5cf18358d1540343","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5cf18358d1540343","status":"passed","time":{"start":1728598272275,"stop":1728598272275,"duration":0}},{"uid":"e3d53b30dd91c439","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3d53b30dd91c439","status":"passed","time":{"start":1728597492998,"stop":1728597492999,"duration":1}}]},"360012075a35da70e653368376f81c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b8137cef5b2233d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b8137cef5b2233d","status":"passed","time":{"start":1728901958861,"stop":1728901958862,"duration":1}}]},"fcec176aa8373fa68f24baadd969496d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d88da7a13f8da122","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d88da7a13f8da122","status":"passed","time":{"start":1728683093170,"stop":1728683093170,"duration":0}}]},"c534ab8652bcd99f194ba540671e071c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"87908bd3e7bccff7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/87908bd3e7bccff7","status":"passed","time":{"start":1729034348216,"stop":1729034348216,"duration":0}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"93dd897776aa322","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/93dd897776aa322","status":"passed","time":{"start":1729034696864,"stop":1729034696864,"duration":0}},{"uid":"3023f7c52a701eab","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3023f7c52a701eab","status":"passed","time":{"start":1729034470060,"stop":1729034470060,"duration":0}},{"uid":"2e577cc4ad054312","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2e577cc4ad054312","status":"passed","time":{"start":1729034388868,"stop":1729034388868,"duration":0}},{"uid":"5d7eae6322fa4c16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5d7eae6322fa4c16","status":"passed","time":{"start":1729034213017,"stop":1729034213018,"duration":1}},{"uid":"e1074855482a7791","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e1074855482a7791","status":"passed","time":{"start":1729032269101,"stop":1729032269101,"duration":0}},{"uid":"b7c01c0034ff655e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c01c0034ff655e","status":"passed","time":{"start":1728902000841,"stop":1728902000841,"duration":0}},{"uid":"9706c296990284f1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9706c296990284f1","status":"passed","time":{"start":1728893442591,"stop":1728893442592,"duration":1}},{"uid":"c1d6dee6fd1b7104","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c1d6dee6fd1b7104","status":"passed","time":{"start":1728856386636,"stop":1728856386637,"duration":1}},{"uid":"371f498cbf9b3fc3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/371f498cbf9b3fc3","status":"passed","time":{"start":1728738608582,"stop":1728738608584,"duration":2}},{"uid":"e4c3cb1baad03279","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e4c3cb1baad03279","status":"passed","time":{"start":1728683148168,"stop":1728683148168,"duration":0}},{"uid":"2a267e47b80b11f2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2a267e47b80b11f2","status":"passed","time":{"start":1728682709056,"stop":1728682709056,"duration":0}},{"uid":"991816664aca8243","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/991816664aca8243","status":"passed","time":{"start":1728677206654,"stop":1728677206654,"duration":0}},{"uid":"eba23024d1a965c2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eba23024d1a965c2","status":"passed","time":{"start":1728669888548,"stop":1728669888549,"duration":1}},{"uid":"5cf6ac6655ee45e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5cf6ac6655ee45e","status":"passed","time":{"start":1728598268130,"stop":1728598268130,"duration":0}},{"uid":"fad437e14bdf6e67","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fad437e14bdf6e67","status":"passed","time":{"start":1728597478031,"stop":1728597478032,"duration":1}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"59e31a31dd73780f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/59e31a31dd73780f","status":"passed","time":{"start":1729034506790,"stop":1729034506790,"duration":0}},{"uid":"4fd2b269ea5ba7f3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4fd2b269ea5ba7f3","status":"passed","time":{"start":1729034259814,"stop":1729034259815,"duration":1}},{"uid":"6e1af02946b500ba","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6e1af02946b500ba","status":"passed","time":{"start":1729034194007,"stop":1729034194007,"duration":0}},{"uid":"9b934de0a8b07a14","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9b934de0a8b07a14","status":"passed","time":{"start":1729034014863,"stop":1729034014864,"duration":1}},{"uid":"7dc28d3732532e3e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7dc28d3732532e3e","status":"passed","time":{"start":1729032065447,"stop":1729032065447,"duration":0}},{"uid":"de96a1b2aa87d126","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/de96a1b2aa87d126","status":"passed","time":{"start":1728901664250,"stop":1728901664251,"duration":1}},{"uid":"40e74d7ba2ac4390","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/40e74d7ba2ac4390","status":"passed","time":{"start":1728893093689,"stop":1728893093690,"duration":1}},{"uid":"44ec1f1b22e753e3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/44ec1f1b22e753e3","status":"passed","time":{"start":1728856055270,"stop":1728856055270,"duration":0}},{"uid":"fc1894526f020bb1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fc1894526f020bb1","status":"passed","time":{"start":1728738274742,"stop":1728738274742,"duration":0}},{"uid":"6f7cd60f9b14282b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6f7cd60f9b14282b","status":"passed","time":{"start":1728682807954,"stop":1728682807955,"duration":1}},{"uid":"84481f71f3a1732b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/84481f71f3a1732b","status":"passed","time":{"start":1728682381282,"stop":1728682381283,"duration":1}},{"uid":"d50925eaf9a63dae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d50925eaf9a63dae","status":"passed","time":{"start":1728676853895,"stop":1728676853896,"duration":1}},{"uid":"2852d2bce5b38d63","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2852d2bce5b38d63","status":"passed","time":{"start":1728669581690,"stop":1728669581692,"duration":2}},{"uid":"626e9e1ac0465bfe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/626e9e1ac0465bfe","status":"passed","time":{"start":1728597923476,"stop":1728597923477,"duration":1}},{"uid":"42e8f24f37e628e4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42e8f24f37e628e4","status":"passed","time":{"start":1728597132261,"stop":1728597132261,"duration":0}}]},"cbf3e1779e9f5619a92afc0235b238a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"734bfa2ae3951dac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/734bfa2ae3951dac","status":"passed","time":{"start":1728738494950,"stop":1728738494950,"duration":0}}]},"2cd9bc42836bef67e298fde4953723a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9c0376e2ff20ab4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e9c0376e2ff20ab4","status":"passed","time":{"start":1728738604693,"stop":1728738604694,"duration":1}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"95a1d847131a899a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95a1d847131a899a","status":"passed","time":{"start":1729034636310,"stop":1729034636311,"duration":1}},{"uid":"43a326172d256c6b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/43a326172d256c6b","status":"passed","time":{"start":1729034402265,"stop":1729034402268,"duration":3}},{"uid":"b72c426a72b6f03d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b72c426a72b6f03d","status":"passed","time":{"start":1729034323286,"stop":1729034323287,"duration":1}},{"uid":"c5b019ad463d36f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5b019ad463d36f5","status":"passed","time":{"start":1729034144762,"stop":1729034144762,"duration":0}},{"uid":"8e9c4a37d84357a5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8e9c4a37d84357a5","status":"passed","time":{"start":1729032198812,"stop":1729032198813,"duration":1}},{"uid":"a4bec348d273ff3b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a4bec348d273ff3b","status":"passed","time":{"start":1728901901757,"stop":1728901901758,"duration":1}},{"uid":"374ea21ed1e4db03","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/374ea21ed1e4db03","status":"passed","time":{"start":1728893337238,"stop":1728893337238,"duration":0}},{"uid":"1878a176461bac70","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1878a176461bac70","status":"passed","time":{"start":1728856299185,"stop":1728856299186,"duration":1}},{"uid":"4e26651cbc933497","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4e26651cbc933497","status":"passed","time":{"start":1728738505371,"stop":1728738505372,"duration":1}},{"uid":"e4654c664bcdd33f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e4654c664bcdd33f","status":"passed","time":{"start":1728683045440,"stop":1728683045440,"duration":0}},{"uid":"c4ecd84eccea8538","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c4ecd84eccea8538","status":"passed","time":{"start":1728682607284,"stop":1728682607284,"duration":0}},{"uid":"a0aad2abb7270016","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a0aad2abb7270016","status":"passed","time":{"start":1728677103490,"stop":1728677103491,"duration":1}},{"uid":"41e40c2beb9edc78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/41e40c2beb9edc78","status":"passed","time":{"start":1728669777113,"stop":1728669777113,"duration":0}},{"uid":"54c4ab0ba5ec1f29","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/54c4ab0ba5ec1f29","status":"passed","time":{"start":1728598163462,"stop":1728598163463,"duration":1}},{"uid":"579833392da0c349","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/579833392da0c349","status":"passed","time":{"start":1728597375460,"stop":1728597375461,"duration":1}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fb93ce90475f79c0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb93ce90475f79c0","status":"passed","time":{"start":1729034704504,"stop":1729034704504,"duration":0}},{"uid":"c9f86bd6b31ce472","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c9f86bd6b31ce472","status":"passed","time":{"start":1729034474998,"stop":1729034474998,"duration":0}},{"uid":"7ab52dcad0c75d7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7ab52dcad0c75d7","status":"passed","time":{"start":1729034395298,"stop":1729034395298,"duration":0}},{"uid":"d0232e9ab11dd069","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0232e9ab11dd069","status":"passed","time":{"start":1729034209112,"stop":1729034209112,"duration":0}},{"uid":"94b7521338c92d4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/94b7521338c92d4","status":"passed","time":{"start":1729032264580,"stop":1729032264580,"duration":0}},{"uid":"3366c731439358f4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3366c731439358f4","status":"passed","time":{"start":1728902012871,"stop":1728902012871,"duration":0}},{"uid":"32ef39af4c917c39","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/32ef39af4c917c39","status":"passed","time":{"start":1728893454822,"stop":1728893454822,"duration":0}},{"uid":"546d4220dd5f5405","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/546d4220dd5f5405","status":"passed","time":{"start":1728856408464,"stop":1728856408464,"duration":0}},{"uid":"c968cc5a9de87cec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c968cc5a9de87cec","status":"passed","time":{"start":1728738633865,"stop":1728738633865,"duration":0}},{"uid":"746dbb0c82536254","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/746dbb0c82536254","status":"passed","time":{"start":1728683159812,"stop":1728683159813,"duration":1}},{"uid":"a15c990a2e80dbaf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a15c990a2e80dbaf","status":"passed","time":{"start":1728682751340,"stop":1728682751340,"duration":0}},{"uid":"457a301f475c6dd6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/457a301f475c6dd6","status":"passed","time":{"start":1728677216374,"stop":1728677216374,"duration":0}},{"uid":"8459df9cc41008c3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8459df9cc41008c3","status":"passed","time":{"start":1728669925461,"stop":1728669925461,"duration":0}},{"uid":"1b93fe74a9e8894","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1b93fe74a9e8894","status":"passed","time":{"start":1728598268817,"stop":1728598268817,"duration":0}},{"uid":"140c5e1fff5a0dd4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/140c5e1fff5a0dd4","status":"passed","time":{"start":1728597503945,"stop":1728597503945,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"afc5a0243271ff79","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/afc5a0243271ff79","status":"passed","time":{"start":1729034611652,"stop":1729034611652,"duration":0}},{"uid":"a7eb727ca143ecf6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a7eb727ca143ecf6","status":"passed","time":{"start":1729034393626,"stop":1729034393626,"duration":0}},{"uid":"99cbcb06b82890f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/99cbcb06b82890f5","status":"passed","time":{"start":1729034304800,"stop":1729034304800,"duration":0}},{"uid":"a1daa6bdf9484449","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a1daa6bdf9484449","status":"passed","time":{"start":1729034121889,"stop":1729034121889,"duration":0}},{"uid":"5a542162c1e6bcb8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a542162c1e6bcb8","status":"passed","time":{"start":1729032174796,"stop":1729032174797,"duration":1}},{"uid":"f99704a6a7824826","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f99704a6a7824826","status":"passed","time":{"start":1728901881003,"stop":1728901881003,"duration":0}},{"uid":"fe3ead91a35f34fd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fe3ead91a35f34fd","status":"passed","time":{"start":1728893317131,"stop":1728893317132,"duration":1}},{"uid":"d16793edb20b84a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d16793edb20b84a2","status":"passed","time":{"start":1728856263064,"stop":1728856263064,"duration":0}},{"uid":"456190e170aae041","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/456190e170aae041","status":"passed","time":{"start":1728738492784,"stop":1728738492785,"duration":1}},{"uid":"c15a30958b7754a5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c15a30958b7754a5","status":"passed","time":{"start":1728683030007,"stop":1728683030007,"duration":0}},{"uid":"83cf23fbd06427b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/83cf23fbd06427b4","status":"passed","time":{"start":1728682581072,"stop":1728682581076,"duration":4}},{"uid":"b3a25a02c7d34916","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b3a25a02c7d34916","status":"passed","time":{"start":1728677081983,"stop":1728677081983,"duration":0}},{"uid":"66a72c90cc1311d8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/66a72c90cc1311d8","status":"passed","time":{"start":1728669795383,"stop":1728669795384,"duration":1}},{"uid":"a1ca7a6fc8d2768d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a1ca7a6fc8d2768d","status":"passed","time":{"start":1728598137493,"stop":1728598137494,"duration":1}},{"uid":"a00755633b359403","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a00755633b359403","status":"passed","time":{"start":1728597353471,"stop":1728597353471,"duration":0}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"a8987fba15980fae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8987fba15980fae","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034640513,"stop":1729034640517,"duration":4}},{"uid":"99822344c7bfd81c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/99822344c7bfd81c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034411420,"stop":1729034411420,"duration":0}},{"uid":"ce144f10fa1b9862","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ce144f10fa1b9862","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034327397,"stop":1729034327397,"duration":0}},{"uid":"14902470eec838df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14902470eec838df","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034147769,"stop":1729034147769,"duration":0}},{"uid":"f4b4503367dc4567","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f4b4503367dc4567","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032204826,"stop":1729032204826,"duration":0}},{"uid":"5ed63b6967239c2a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5ed63b6967239c2a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901907653,"stop":1728901907698,"duration":45}},{"uid":"c6e91cfbf843f91c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c6e91cfbf843f91c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893341886,"stop":1728893341887,"duration":1}},{"uid":"dadc96b64da44b97","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dadc96b64da44b97","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299354,"stop":1728856299354,"duration":0}},{"uid":"6d5ac6a3f83a4ee3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d5ac6a3f83a4ee3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738511614,"stop":1728738511614,"duration":0}},{"uid":"14eeb9ec130645b9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/14eeb9ec130645b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683052909,"stop":1728683052909,"duration":0}},{"uid":"6d9d14f0bcf8b873","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6d9d14f0bcf8b873","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682612908,"stop":1728682612909,"duration":1}},{"uid":"dab5595b64a67171","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dab5595b64a67171","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677115743,"stop":1728677115744,"duration":1}},{"uid":"a7d6845e6c1afaf0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a7d6845e6c1afaf0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669778172,"stop":1728669778172,"duration":0}},{"uid":"13b853604eabac33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/13b853604eabac33","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598175430,"stop":1728598175430,"duration":0}},{"uid":"e5bd77e6d4dec42c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5bd77e6d4dec42c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597380058,"stop":1728597380058,"duration":0}}]},"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"71aac107d3f675b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/71aac107d3f675b5","status":"passed","time":{"start":1729034332625,"stop":1729034332625,"duration":0}},{"uid":"20189b5ec1110258","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/20189b5ec1110258","status":"passed","time":{"start":1729034096126,"stop":1729034096127,"duration":1}},{"uid":"37091082bdc89933","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/37091082bdc89933","status":"passed","time":{"start":1729034020085,"stop":1729034020085,"duration":0}},{"uid":"5fd38dcaf4933e89","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5fd38dcaf4933e89","status":"passed","time":{"start":1729033834377,"stop":1729033834378,"duration":1}},{"uid":"9ce2e8a4529ab29e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ce2e8a4529ab29e","status":"passed","time":{"start":1729031884108,"stop":1729031884108,"duration":0}},{"uid":"142ad5915ff71a5b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/142ad5915ff71a5b","status":"passed","time":{"start":1728901430249,"stop":1728901430249,"duration":0}},{"uid":"3cff8116a0f43d4c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3cff8116a0f43d4c","status":"passed","time":{"start":1728892860526,"stop":1728892860526,"duration":0}},{"uid":"a4d2a94208da7d29","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4d2a94208da7d29","status":"passed","time":{"start":1728855823316,"stop":1728855823316,"duration":0}},{"uid":"6c431b0480240b0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c431b0480240b0","status":"passed","time":{"start":1728738040585,"stop":1728738040585,"duration":0}},{"uid":"14c12bc756511770","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/14c12bc756511770","status":"passed","time":{"start":1728682574084,"stop":1728682574084,"duration":0}},{"uid":"809953bc86073449","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/809953bc86073449","status":"passed","time":{"start":1728682146810,"stop":1728682146810,"duration":0}},{"uid":"aee22aa8309053d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aee22aa8309053d2","status":"passed","time":{"start":1728676621424,"stop":1728676621425,"duration":1}},{"uid":"d65cfb73dd6f1d70","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d65cfb73dd6f1d70","status":"passed","time":{"start":1728669344461,"stop":1728669344461,"duration":0}},{"uid":"554e6afe53fce27d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/554e6afe53fce27d","status":"passed","time":{"start":1728597685154,"stop":1728597685155,"duration":1}},{"uid":"bae7bce2953801ab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bae7bce2953801ab","status":"passed","time":{"start":1728596904461,"stop":1728596904461,"duration":0}}]},"64b25c53160ef25bcee29e6bd74333ff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e29f5525a6ce2b7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e29f5525a6ce2b7","status":"passed","time":{"start":1728893093691,"stop":1728893093692,"duration":1}}]},"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"94dcab125684b26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/94dcab125684b26","status":"passed","time":{"start":1729034332626,"stop":1729034332627,"duration":1}},{"uid":"a4753b222ed409e3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a4753b222ed409e3","status":"passed","time":{"start":1729034096128,"stop":1729034096128,"duration":0}},{"uid":"9bbcac5a4df0de74","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9bbcac5a4df0de74","status":"passed","time":{"start":1729034020086,"stop":1729034020086,"duration":0}},{"uid":"217443214b18487f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/217443214b18487f","status":"passed","time":{"start":1729033834379,"stop":1729033834379,"duration":0}},{"uid":"7098001b55a2dab","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7098001b55a2dab","status":"passed","time":{"start":1729031884111,"stop":1729031884111,"duration":0}},{"uid":"fb5b9855337ea579","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fb5b9855337ea579","status":"passed","time":{"start":1728901430251,"stop":1728901430251,"duration":0}},{"uid":"12f114b5ed3eed8a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/12f114b5ed3eed8a","status":"passed","time":{"start":1728892860527,"stop":1728892860527,"duration":0}},{"uid":"f0fc20c6095f987","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f0fc20c6095f987","status":"passed","time":{"start":1728855823318,"stop":1728855823318,"duration":0}},{"uid":"408c83820b3deaec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/408c83820b3deaec","status":"passed","time":{"start":1728738040596,"stop":1728738040596,"duration":0}},{"uid":"d3a6e70cf3e82689","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d3a6e70cf3e82689","status":"passed","time":{"start":1728682574087,"stop":1728682574087,"duration":0}},{"uid":"a2b3f4dd84c39f43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a2b3f4dd84c39f43","status":"passed","time":{"start":1728682146811,"stop":1728682146812,"duration":1}},{"uid":"7666e26adc9f1838","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7666e26adc9f1838","status":"passed","time":{"start":1728676621427,"stop":1728676621427,"duration":0}},{"uid":"38689d9b3acdd6c4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/38689d9b3acdd6c4","status":"passed","time":{"start":1728669344462,"stop":1728669344463,"duration":1}},{"uid":"8bf2076d15c15b1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bf2076d15c15b1b","status":"passed","time":{"start":1728597685156,"stop":1728597685156,"duration":0}},{"uid":"90f7b4fb5cfe11a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90f7b4fb5cfe11a7","status":"passed","time":{"start":1728596904462,"stop":1728596904463,"duration":1}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8a41cd28960e9fd5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a41cd28960e9fd5","status":"passed","time":{"start":1729034366399,"stop":1729034366399,"duration":0}},{"uid":"fa4b154a63e95c16","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fa4b154a63e95c16","status":"passed","time":{"start":1729034130430,"stop":1729034130430,"duration":0}},{"uid":"c4131db967442548","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c4131db967442548","status":"passed","time":{"start":1729034053400,"stop":1729034053400,"duration":0}},{"uid":"cba135ccb7b2f165","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cba135ccb7b2f165","status":"passed","time":{"start":1729033868327,"stop":1729033868328,"duration":1}},{"uid":"557abeb4268dcb46","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/557abeb4268dcb46","status":"passed","time":{"start":1729031918117,"stop":1729031918117,"duration":0}},{"uid":"6fae5d5db32a3804","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6fae5d5db32a3804","status":"passed","time":{"start":1728901463797,"stop":1728901463797,"duration":0}},{"uid":"90202774c3816345","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/90202774c3816345","status":"passed","time":{"start":1728892894310,"stop":1728892894310,"duration":0}},{"uid":"92e4ef1166adc62f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92e4ef1166adc62f","status":"passed","time":{"start":1728855856838,"stop":1728855856839,"duration":1}},{"uid":"e976f7c5dad95357","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e976f7c5dad95357","status":"passed","time":{"start":1728738074179,"stop":1728738074179,"duration":0}},{"uid":"9333bb5dbf47baa7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9333bb5dbf47baa7","status":"passed","time":{"start":1728682607652,"stop":1728682607652,"duration":0}},{"uid":"7b73ab9c0474f2a2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b73ab9c0474f2a2","status":"passed","time":{"start":1728682180606,"stop":1728682180606,"duration":0}},{"uid":"ec3c5b52fa2bb71b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec3c5b52fa2bb71b","status":"passed","time":{"start":1728676655189,"stop":1728676655191,"duration":2}},{"uid":"aa463df0095265b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa463df0095265b","status":"passed","time":{"start":1728669378165,"stop":1728669378165,"duration":0}},{"uid":"2e26e28798fb48f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e26e28798fb48f","status":"passed","time":{"start":1728597718742,"stop":1728597718743,"duration":1}},{"uid":"8ed9ece4d314f689","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8ed9ece4d314f689","status":"passed","time":{"start":1728596937946,"stop":1728596937946,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5f61f57c4ade81eb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f61f57c4ade81eb","status":"passed","time":{"start":1729034636311,"stop":1729034636311,"duration":0}},{"uid":"3f76647b866e4256","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3f76647b866e4256","status":"passed","time":{"start":1729034402268,"stop":1729034402269,"duration":1}},{"uid":"4dd17f263dc6799","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4dd17f263dc6799","status":"passed","time":{"start":1729034323288,"stop":1729034323289,"duration":1}},{"uid":"da1b991707b80744","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/da1b991707b80744","status":"passed","time":{"start":1729034144763,"stop":1729034144763,"duration":0}},{"uid":"a9b7a61cbb360b51","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a9b7a61cbb360b51","status":"passed","time":{"start":1729032198813,"stop":1729032198814,"duration":1}},{"uid":"884eeb24b1478dbf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/884eeb24b1478dbf","status":"passed","time":{"start":1728901901759,"stop":1728901901760,"duration":1}},{"uid":"56aa8670bf4b9f60","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/56aa8670bf4b9f60","status":"passed","time":{"start":1728893337239,"stop":1728893337239,"duration":0}},{"uid":"19d451be7fe3f041","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/19d451be7fe3f041","status":"passed","time":{"start":1728856299186,"stop":1728856299186,"duration":0}},{"uid":"805986db059c8bc2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/805986db059c8bc2","status":"passed","time":{"start":1728738505372,"stop":1728738505372,"duration":0}},{"uid":"9e812e8a225c8b60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9e812e8a225c8b60","status":"passed","time":{"start":1728683045441,"stop":1728683045446,"duration":5}},{"uid":"13bce030d916caf3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13bce030d916caf3","status":"passed","time":{"start":1728682607285,"stop":1728682607286,"duration":1}},{"uid":"7d48fc9a32cc90f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d48fc9a32cc90f2","status":"passed","time":{"start":1728677103491,"stop":1728677103492,"duration":1}},{"uid":"e48aab5068b7b9b9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e48aab5068b7b9b9","status":"passed","time":{"start":1728669777113,"stop":1728669777114,"duration":1}},{"uid":"5418dc645759ed9b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5418dc645759ed9b","status":"passed","time":{"start":1728598163463,"stop":1728598163463,"duration":0}},{"uid":"b573f8fd060559b4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b573f8fd060559b4","status":"passed","time":{"start":1728597375462,"stop":1728597375463,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6279971d93b7d061","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6279971d93b7d061","status":"passed","time":{"start":1729034399692,"stop":1729034399692,"duration":0}},{"uid":"2b20bd2c8dc51fbb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2b20bd2c8dc51fbb","status":"passed","time":{"start":1729034162498,"stop":1729034162498,"duration":0}},{"uid":"ee74c969ec90ce8a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ee74c969ec90ce8a","status":"passed","time":{"start":1729034086612,"stop":1729034086613,"duration":1}},{"uid":"ff5bc14a0109865","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff5bc14a0109865","status":"passed","time":{"start":1729033900643,"stop":1729033900645,"duration":2}},{"uid":"f7df946e330f0e0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f7df946e330f0e0e","status":"passed","time":{"start":1729031950407,"stop":1729031950408,"duration":1}},{"uid":"ff442ca849d58cfb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ff442ca849d58cfb","status":"passed","time":{"start":1728901494879,"stop":1728901494879,"duration":0}},{"uid":"e812dfb31fec9e02","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e812dfb31fec9e02","status":"passed","time":{"start":1728892927097,"stop":1728892927098,"duration":1}},{"uid":"bbf4ea058a5b8555","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bbf4ea058a5b8555","status":"passed","time":{"start":1728855889014,"stop":1728855889015,"duration":1}},{"uid":"ec21d3f177324372","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec21d3f177324372","status":"passed","time":{"start":1728738105941,"stop":1728738105941,"duration":0}},{"uid":"5b039a516c597ef0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5b039a516c597ef0","status":"passed","time":{"start":1728682639925,"stop":1728682639926,"duration":1}},{"uid":"b31db6e6e728c5d4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b31db6e6e728c5d4","status":"passed","time":{"start":1728682212119,"stop":1728682212120,"duration":1}},{"uid":"6fc4ac383b9d536d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6fc4ac383b9d536d","status":"passed","time":{"start":1728676687921,"stop":1728676687922,"duration":1}},{"uid":"a822f0cf788eac6d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a822f0cf788eac6d","status":"passed","time":{"start":1728669411847,"stop":1728669411847,"duration":0}},{"uid":"332def47f04a09c2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/332def47f04a09c2","status":"passed","time":{"start":1728597751012,"stop":1728597751012,"duration":0}},{"uid":"81aeeb6d0c0951da","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/81aeeb6d0c0951da","status":"passed","time":{"start":1728596968267,"stop":1728596968268,"duration":1}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"69cc5c6290df2345","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69cc5c6290df2345","status":"passed","time":{"start":1729034645146,"stop":1729034645146,"duration":0}},{"uid":"7a16f7a691ce97bf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a16f7a691ce97bf","status":"passed","time":{"start":1729034413328,"stop":1729034413328,"duration":0}},{"uid":"f0115918431b80f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f0115918431b80f5","status":"passed","time":{"start":1729034330405,"stop":1729034330405,"duration":0}},{"uid":"a02d806401e19c4e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a02d806401e19c4e","status":"passed","time":{"start":1729034148002,"stop":1729034148002,"duration":0}},{"uid":"645ab7cb4c2a50e6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/645ab7cb4c2a50e6","status":"passed","time":{"start":1729032202832,"stop":1729032202833,"duration":1}},{"uid":"247bca5ea292c919","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/247bca5ea292c919","status":"passed","time":{"start":1728901873322,"stop":1728901873322,"duration":0}},{"uid":"d57d0cfa877c046a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d57d0cfa877c046a","status":"passed","time":{"start":1728893311009,"stop":1728893311009,"duration":0}},{"uid":"5ea4787795a666ed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5ea4787795a666ed","status":"passed","time":{"start":1728856279298,"stop":1728856279298,"duration":0}},{"uid":"cb32ebd0013f0456","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb32ebd0013f0456","status":"passed","time":{"start":1728738483462,"stop":1728738483463,"duration":1}},{"uid":"e31cde8a703702b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e31cde8a703702b6","status":"passed","time":{"start":1728683033355,"stop":1728683033355,"duration":0}},{"uid":"b0c8d786c555172e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b0c8d786c555172e","status":"passed","time":{"start":1728682591258,"stop":1728682591258,"duration":0}},{"uid":"4cfe8c56123bf41e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4cfe8c56123bf41e","status":"passed","time":{"start":1728677083881,"stop":1728677083882,"duration":1}},{"uid":"2c1bb58651a58b5a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2c1bb58651a58b5a","status":"passed","time":{"start":1728669753997,"stop":1728669753998,"duration":1}},{"uid":"afcbe1f46fc3977","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/afcbe1f46fc3977","status":"passed","time":{"start":1728598145545,"stop":1728598145545,"duration":0}},{"uid":"4e215c3b7206f985","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4e215c3b7206f985","status":"passed","time":{"start":1728597350445,"stop":1728597350446,"duration":1}}]},"dbbe057875088916a76bbd9635820c0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2491c911081625e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e2491c911081625e","status":"passed","time":{"start":1728901995036,"stop":1728901995037,"duration":1}}]},"22a088406165569415707ae1524760ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd4268b71b6392de","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fd4268b71b6392de","status":"passed","time":{"start":1728677156812,"stop":1728677156813,"duration":1}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"951fd5ab8a9a7fda","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/951fd5ab8a9a7fda","status":"passed","time":{"start":1729034682674,"stop":1729034682675,"duration":1}},{"uid":"24748f0e00adc4ae","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/24748f0e00adc4ae","status":"passed","time":{"start":1729034452184,"stop":1729034452184,"duration":0}},{"uid":"a8e06c0c0921dc2b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a8e06c0c0921dc2b","status":"passed","time":{"start":1729034373079,"stop":1729034373080,"duration":1}},{"uid":"4c7e9104f80568d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c7e9104f80568d6","status":"passed","time":{"start":1729034188117,"stop":1729034188117,"duration":0}},{"uid":"b1fdb031cc5a7336","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b1fdb031cc5a7336","status":"passed","time":{"start":1729032231863,"stop":1729032231864,"duration":1}},{"uid":"12855f1a4f8904d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12855f1a4f8904d0","status":"passed","time":{"start":1728901989565,"stop":1728901989565,"duration":0}},{"uid":"ea094605fe6b4e9b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ea094605fe6b4e9b","status":"passed","time":{"start":1728893424900,"stop":1728893424901,"duration":1}},{"uid":"732c5d0fcf33d0a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/732c5d0fcf33d0a4","status":"passed","time":{"start":1728856376683,"stop":1728856376683,"duration":0}},{"uid":"ac5068719f495b29","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ac5068719f495b29","status":"passed","time":{"start":1728738593960,"stop":1728738593960,"duration":0}},{"uid":"20686b964986ade1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/20686b964986ade1","status":"passed","time":{"start":1728683135337,"stop":1728683135338,"duration":1}},{"uid":"2a3a62ecb9a19a89","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2a3a62ecb9a19a89","status":"passed","time":{"start":1728682692589,"stop":1728682692589,"duration":0}},{"uid":"f3244a4ba344f369","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f3244a4ba344f369","status":"passed","time":{"start":1728677194228,"stop":1728677194229,"duration":1}},{"uid":"cea1ce16a86d547b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cea1ce16a86d547b","status":"passed","time":{"start":1728669874423,"stop":1728669874424,"duration":1}},{"uid":"9a36b57ddd77e6c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a36b57ddd77e6c","status":"passed","time":{"start":1728598257462,"stop":1728598257462,"duration":0}},{"uid":"d13704df0905ab96","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d13704df0905ab96","status":"passed","time":{"start":1728597471284,"stop":1728597471284,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"64853306c48c8bd0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/64853306c48c8bd0","status":"passed","time":{"start":1729034708550,"stop":1729034708551,"duration":1}},{"uid":"dca51b646c1f0960","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dca51b646c1f0960","status":"passed","time":{"start":1729034480285,"stop":1729034480288,"duration":3}},{"uid":"abb85e2a91480ec5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/abb85e2a91480ec5","status":"passed","time":{"start":1729034396758,"stop":1729034396758,"duration":0}},{"uid":"63afe140347f62bd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/63afe140347f62bd","status":"passed","time":{"start":1729032277689,"stop":1729032277690,"duration":1}},{"uid":"840cccf261111bd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/840cccf261111bd","status":"passed","time":{"start":1728902034222,"stop":1728902034222,"duration":0}},{"uid":"ce634bc10894611b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce634bc10894611b","status":"passed","time":{"start":1728893469054,"stop":1728893469055,"duration":1}},{"uid":"45c7e15a11f5d84e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/45c7e15a11f5d84e","status":"passed","time":{"start":1728856416486,"stop":1728856416486,"duration":0}},{"uid":"54ebf1297b70714","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/54ebf1297b70714","status":"passed","time":{"start":1728738643168,"stop":1728738643168,"duration":0}},{"uid":"36b807f684ea9b70","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36b807f684ea9b70","status":"passed","time":{"start":1728683174244,"stop":1728683174244,"duration":0}},{"uid":"76fa6990a7390879","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/76fa6990a7390879","status":"passed","time":{"start":1728682757797,"stop":1728682757797,"duration":0}},{"uid":"58735082b8c13fde","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/58735082b8c13fde","status":"passed","time":{"start":1728677231122,"stop":1728677231123,"duration":1}},{"uid":"bb7c19f126895cfe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb7c19f126895cfe","status":"passed","time":{"start":1728669920232,"stop":1728669920233,"duration":1}},{"uid":"66c360757e0c37c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/66c360757e0c37c6","status":"passed","time":{"start":1728598298886,"stop":1728598298887,"duration":1}},{"uid":"5962bbda8bd40738","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5962bbda8bd40738","status":"passed","time":{"start":1728597513732,"stop":1728597513732,"duration":0}}]},"5b4f9624a54237e6882d63bcdc3f9eb5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d30ed6939f590b4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d30ed6939f590b4a","status":"passed","time":{"start":1728598137498,"stop":1728598137499,"duration":1}}]},"09ee853dc4cf5e5fd6c0e1dd09dbf83c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c283c4bc56ece41d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c283c4bc56ece41d","status":"passed","time":{"start":1728893389988,"stop":1728893389989,"duration":1}}]},"b568842359197c1569344973aaeada0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ccde1146bf511eb6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ccde1146bf511eb6","status":"passed","time":{"start":1728682807959,"stop":1728682807959,"duration":0}}]},"6b706524b853faca44416982b74461c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"750ec5c427755016","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/750ec5c427755016","status":"passed","time":{"start":1728682666068,"stop":1728682666069,"duration":1}}]},"9220bd055bd1d8ad212f07152666fff7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf34c6fcbd83ec03","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bf34c6fcbd83ec03","status":"passed","time":{"start":1728682652693,"stop":1728682652693,"duration":0}}]},"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bda4167bdab70e0b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bda4167bdab70e0b","status":"passed","time":{"start":1729034332645,"stop":1729034332646,"duration":1}},{"uid":"5378719e1b4b907c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5378719e1b4b907c","status":"passed","time":{"start":1729034096142,"stop":1729034096143,"duration":1}},{"uid":"3163c02ae7672d72","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3163c02ae7672d72","status":"passed","time":{"start":1729034020099,"stop":1729034020099,"duration":0}},{"uid":"37a4f62c173f458e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37a4f62c173f458e","status":"passed","time":{"start":1729033834396,"stop":1729033834396,"duration":0}},{"uid":"60438c270dd18453","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/60438c270dd18453","status":"passed","time":{"start":1729031884129,"stop":1729031884130,"duration":1}},{"uid":"cee1535b7170987","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cee1535b7170987","status":"passed","time":{"start":1728901430262,"stop":1728901430262,"duration":0}},{"uid":"a9db8f52f7da151","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a9db8f52f7da151","status":"passed","time":{"start":1728892860541,"stop":1728892860541,"duration":0}},{"uid":"2454b309bf3386db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2454b309bf3386db","status":"passed","time":{"start":1728855823330,"stop":1728855823330,"duration":0}},{"uid":"6ac21580ff3d84c6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6ac21580ff3d84c6","status":"passed","time":{"start":1728738040611,"stop":1728738040612,"duration":1}},{"uid":"7354bb4ffe1c1f24","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7354bb4ffe1c1f24","status":"passed","time":{"start":1728682574102,"stop":1728682574103,"duration":1}},{"uid":"89233a94f857b852","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/89233a94f857b852","status":"passed","time":{"start":1728682146827,"stop":1728682146827,"duration":0}},{"uid":"9d6153bf9a811ed6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9d6153bf9a811ed6","status":"passed","time":{"start":1728676621441,"stop":1728676621441,"duration":0}},{"uid":"a45ef35cd8f74c80","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a45ef35cd8f74c80","status":"passed","time":{"start":1728669344475,"stop":1728669344475,"duration":0}},{"uid":"c01311f019f87b72","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c01311f019f87b72","status":"passed","time":{"start":1728597685171,"stop":1728597685171,"duration":0}},{"uid":"35c47f26088bd431","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/35c47f26088bd431","status":"passed","time":{"start":1728596904480,"stop":1728596904481,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"788410fd4d7045cb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/788410fd4d7045cb","status":"passed","time":{"start":1729034611666,"stop":1729034611666,"duration":0}},{"uid":"5898862147c68ea0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5898862147c68ea0","status":"passed","time":{"start":1729034393648,"stop":1729034393649,"duration":1}},{"uid":"59c4efce7cede502","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/59c4efce7cede502","status":"passed","time":{"start":1729034304849,"stop":1729034304850,"duration":1}},{"uid":"b2427ded3dee1ebe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b2427ded3dee1ebe","status":"passed","time":{"start":1729034121914,"stop":1729034121915,"duration":1}},{"uid":"f2e839e827140cf9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f2e839e827140cf9","status":"passed","time":{"start":1729032174873,"stop":1729032174873,"duration":0}},{"uid":"4a36f06a6aceb827","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4a36f06a6aceb827","status":"passed","time":{"start":1728901881013,"stop":1728901881014,"duration":1}},{"uid":"14e27057800ea5ef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/14e27057800ea5ef","status":"passed","time":{"start":1728893317165,"stop":1728893317166,"duration":1}},{"uid":"fdd9de5b7dfd5c40","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fdd9de5b7dfd5c40","status":"passed","time":{"start":1728856263101,"stop":1728856263101,"duration":0}},{"uid":"b5e416a36b732328","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b5e416a36b732328","status":"passed","time":{"start":1728738492800,"stop":1728738492800,"duration":0}},{"uid":"e2617913006fced4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e2617913006fced4","status":"passed","time":{"start":1728683030022,"stop":1728683030022,"duration":0}},{"uid":"bffc5897a3fb6c67","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bffc5897a3fb6c67","status":"passed","time":{"start":1728682581104,"stop":1728682581104,"duration":0}},{"uid":"4317a6788aa0b682","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4317a6788aa0b682","status":"passed","time":{"start":1728677081998,"stop":1728677081998,"duration":0}},{"uid":"1842430bd02871dd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1842430bd02871dd","status":"passed","time":{"start":1728669795398,"stop":1728669795398,"duration":0}},{"uid":"353c07990272c48d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/353c07990272c48d","status":"passed","time":{"start":1728598137505,"stop":1728598137505,"duration":0}},{"uid":"2e9a522d9cde4513","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2e9a522d9cde4513","status":"passed","time":{"start":1728597353480,"stop":1728597353481,"duration":1}}]},"b1617d541aa2b1d0bf6b170743e1fa7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c928f0a2c05094a8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c928f0a2c05094a8","status":"passed","time":{"start":1728893337254,"stop":1728893337254,"duration":0}}]},"1be19ae56a63c6313dc5c2d67b9ef5f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"501243d5f5b05805","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/501243d5f5b05805","status":"passed","time":{"start":1728669834427,"stop":1728669834431,"duration":4}}]},"a47ee37ff657033feb710ffb0195fd1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a3e9576697c212b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a3e9576697c212b","status":"passed","time":{"start":1729034169451,"stop":1729034169451,"duration":0}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"37a9082755408cab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37a9082755408cab","status":"passed","time":{"start":1729034640511,"stop":1729034640512,"duration":1}},{"uid":"7893f727a5db2342","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7893f727a5db2342","status":"passed","time":{"start":1729034411419,"stop":1729034411419,"duration":0}},{"uid":"83549b360f33c81","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/83549b360f33c81","status":"passed","time":{"start":1729034327392,"stop":1729034327395,"duration":3}},{"uid":"7ab7ce988025bee6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ab7ce988025bee6","status":"passed","time":{"start":1729034147767,"stop":1729034147767,"duration":0}},{"uid":"85b21eef99f011cf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/85b21eef99f011cf","status":"passed","time":{"start":1729032204824,"stop":1729032204825,"duration":1}},{"uid":"4a4a3ff7dbb52475","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4a4a3ff7dbb52475","status":"passed","time":{"start":1728901907652,"stop":1728901907652,"duration":0}},{"uid":"cc72735622eee821","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cc72735622eee821","status":"passed","time":{"start":1728893341886,"stop":1728893341886,"duration":0}},{"uid":"1d806bee7ba8bdf2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d806bee7ba8bdf2","status":"passed","time":{"start":1728856299351,"stop":1728856299351,"duration":0}},{"uid":"cc64418a3bbb41b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc64418a3bbb41b9","status":"passed","time":{"start":1728738511612,"stop":1728738511612,"duration":0}},{"uid":"f862e72047905b74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f862e72047905b74","status":"passed","time":{"start":1728683052907,"stop":1728683052908,"duration":1}},{"uid":"18c281bc94264a3e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18c281bc94264a3e","status":"passed","time":{"start":1728682612907,"stop":1728682612907,"duration":0}},{"uid":"284fdd9796d370e3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/284fdd9796d370e3","status":"passed","time":{"start":1728677115742,"stop":1728677115742,"duration":0}},{"uid":"a27a6243930d04e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a27a6243930d04e0","status":"passed","time":{"start":1728669778170,"stop":1728669778171,"duration":1}},{"uid":"4f8957dc51c7b4b3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4f8957dc51c7b4b3","status":"passed","time":{"start":1728598175428,"stop":1728598175428,"duration":0}},{"uid":"546f3216a2eb296f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/546f3216a2eb296f","status":"passed","time":{"start":1728597380057,"stop":1728597380057,"duration":0}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ca6e2b8178bec52e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ca6e2b8178bec52e","status":"passed","time":{"start":1729034447623,"stop":1729034447624,"duration":1}},{"uid":"e5a9a9b9988df1f0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e5a9a9b9988df1f0","status":"passed","time":{"start":1729034206087,"stop":1729034206088,"duration":1}},{"uid":"4ca561c6c54259db","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4ca561c6c54259db","status":"passed","time":{"start":1729034134196,"stop":1729034134197,"duration":1}},{"uid":"e93a7e32c4f097d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e93a7e32c4f097d","status":"passed","time":{"start":1729033942604,"stop":1729033942604,"duration":0}},{"uid":"e66e759b4613bdc2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e66e759b4613bdc2","status":"passed","time":{"start":1729031989715,"stop":1729031989715,"duration":0}},{"uid":"4cdc944df54cc585","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4cdc944df54cc585","status":"passed","time":{"start":1728901562047,"stop":1728901562048,"duration":1}},{"uid":"73ed13ea2f8c37b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73ed13ea2f8c37b6","status":"passed","time":{"start":1728893001482,"stop":1728893001482,"duration":0}},{"uid":"6d37c5f3fe61f04d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d37c5f3fe61f04d","status":"passed","time":{"start":1728855968869,"stop":1728855968869,"duration":0}},{"uid":"63df190f0830c426","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/63df190f0830c426","status":"passed","time":{"start":1728738172967,"stop":1728738172968,"duration":1}},{"uid":"b5b39a9017c0ad82","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5b39a9017c0ad82","status":"passed","time":{"start":1728682706940,"stop":1728682706941,"duration":1}},{"uid":"e41236301daeeedf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e41236301daeeedf","status":"passed","time":{"start":1728682296861,"stop":1728682296861,"duration":0}},{"uid":"46dde9cec0e2bdb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46dde9cec0e2bdb9","status":"passed","time":{"start":1728676761477,"stop":1728676761478,"duration":1}},{"uid":"d049208d1a670546","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d049208d1a670546","status":"passed","time":{"start":1728669479027,"stop":1728669479028,"duration":1}},{"uid":"7ab7243e6043ecdb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7ab7243e6043ecdb","status":"passed","time":{"start":1728597820127,"stop":1728597820128,"duration":1}},{"uid":"34cccd477f0d2e93","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/34cccd477f0d2e93","status":"passed","time":{"start":1728597034502,"stop":1728597034502,"duration":0}}]},"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7013d109f0c0eece","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7013d109f0c0eece","status":"passed","time":{"start":1729034332630,"stop":1729034332630,"duration":0}},{"uid":"accc154e3968959f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/accc154e3968959f","status":"passed","time":{"start":1729034096132,"stop":1729034096132,"duration":0}},{"uid":"91c4fd8ec69bb6e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/91c4fd8ec69bb6e","status":"passed","time":{"start":1729034020089,"stop":1729034020089,"duration":0}},{"uid":"8abf46011fd069b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8abf46011fd069b3","status":"passed","time":{"start":1729033834383,"stop":1729033834383,"duration":0}},{"uid":"5c7d83a89a233f39","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5c7d83a89a233f39","status":"passed","time":{"start":1729031884116,"stop":1729031884117,"duration":1}},{"uid":"175ec264071af1d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/175ec264071af1d0","status":"passed","time":{"start":1728901430253,"stop":1728901430253,"duration":0}},{"uid":"1e9ecf0975647538","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e9ecf0975647538","status":"passed","time":{"start":1728892860531,"stop":1728892860531,"duration":0}},{"uid":"bd6591ecad8fc72e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bd6591ecad8fc72e","status":"passed","time":{"start":1728855823321,"stop":1728855823321,"duration":0}},{"uid":"eeb30de5f2d632c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eeb30de5f2d632c4","status":"passed","time":{"start":1728738040600,"stop":1728738040600,"duration":0}},{"uid":"e9c767585533291d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e9c767585533291d","status":"passed","time":{"start":1728682574090,"stop":1728682574090,"duration":0}},{"uid":"463c4c1e27dc0e53","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/463c4c1e27dc0e53","status":"passed","time":{"start":1728682146816,"stop":1728682146816,"duration":0}},{"uid":"ef735970814ef66","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef735970814ef66","status":"passed","time":{"start":1728676621430,"stop":1728676621430,"duration":0}},{"uid":"6b794f32b20501f6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6b794f32b20501f6","status":"passed","time":{"start":1728669344466,"stop":1728669344466,"duration":0}},{"uid":"997c779742849b90","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/997c779742849b90","status":"passed","time":{"start":1728597685160,"stop":1728597685160,"duration":0}},{"uid":"cf266121cb19e9a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cf266121cb19e9a7","status":"passed","time":{"start":1728596904466,"stop":1728596904466,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e1a761e22a177380","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e1a761e22a177380","status":"passed","time":{"start":1729034611678,"stop":1729034611678,"duration":0}},{"uid":"961f70fc1a2ba5f4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/961f70fc1a2ba5f4","status":"passed","time":{"start":1729034393654,"stop":1729034393654,"duration":0}},{"uid":"59a10ec3b355b1b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/59a10ec3b355b1b","status":"passed","time":{"start":1729034304852,"stop":1729034304852,"duration":0}},{"uid":"63acd4c5b9f4d77c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/63acd4c5b9f4d77c","status":"passed","time":{"start":1729034121936,"stop":1729034121937,"duration":1}},{"uid":"bc5a8f5912f6eaeb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bc5a8f5912f6eaeb","status":"passed","time":{"start":1729032174901,"stop":1729032174902,"duration":1}},{"uid":"19e68f0eb2f180ef","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/19e68f0eb2f180ef","status":"passed","time":{"start":1728901881018,"stop":1728901881019,"duration":1}},{"uid":"1c749df0ea11abce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1c749df0ea11abce","status":"passed","time":{"start":1728893317175,"stop":1728893317176,"duration":1}},{"uid":"9ead724977a980b1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9ead724977a980b1","status":"passed","time":{"start":1728856263107,"stop":1728856263107,"duration":0}},{"uid":"7a77bfa1351a9174","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a77bfa1351a9174","status":"passed","time":{"start":1728738492802,"stop":1728738492802,"duration":0}},{"uid":"309845f6639cb5b1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/309845f6639cb5b1","status":"passed","time":{"start":1728683030025,"stop":1728683030025,"duration":0}},{"uid":"4b980171870e6a96","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4b980171870e6a96","status":"passed","time":{"start":1728682581106,"stop":1728682581110,"duration":4}},{"uid":"787c77a094d1189c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/787c77a094d1189c","status":"passed","time":{"start":1728677082002,"stop":1728677082003,"duration":1}},{"uid":"44935c33c6a890a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/44935c33c6a890a","status":"passed","time":{"start":1728669795401,"stop":1728669795401,"duration":0}},{"uid":"55f710ea597323be","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55f710ea597323be","status":"passed","time":{"start":1728598137506,"stop":1728598137507,"duration":1}},{"uid":"f50fe93a4b5ecdc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f50fe93a4b5ecdc2","status":"passed","time":{"start":1728597353483,"stop":1728597353483,"duration":0}}]},"b83df75610ec6c035cae4a2eaf5b080a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d0bd7f8c2e51f587","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d0bd7f8c2e51f587","status":"passed","time":{"start":1728677163572,"stop":1728677163573,"duration":1}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a5eaaa30256ee13a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5eaaa30256ee13a","status":"passed","time":{"start":1729034611660,"stop":1729034611661,"duration":1}},{"uid":"f33fa281e377ea65","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f33fa281e377ea65","status":"passed","time":{"start":1729034393638,"stop":1729034393639,"duration":1}},{"uid":"4c0f1e8fd71bfc13","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c0f1e8fd71bfc13","status":"passed","time":{"start":1729034304833,"stop":1729034304834,"duration":1}},{"uid":"71b6e70e9e57fda8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/71b6e70e9e57fda8","status":"passed","time":{"start":1729034121899,"stop":1729034121900,"duration":1}},{"uid":"1b0660b911dcdc0a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1b0660b911dcdc0a","status":"passed","time":{"start":1729032174809,"stop":1729032174809,"duration":0}},{"uid":"9bce83757e6208b4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9bce83757e6208b4","status":"passed","time":{"start":1728901881009,"stop":1728901881009,"duration":0}},{"uid":"b490fea920d816f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b490fea920d816f3","status":"passed","time":{"start":1728893317155,"stop":1728893317155,"duration":0}},{"uid":"4815a1d9ff303e39","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4815a1d9ff303e39","status":"passed","time":{"start":1728856263079,"stop":1728856263079,"duration":0}},{"uid":"4f4a37a6deba277a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4f4a37a6deba277a","status":"passed","time":{"start":1728738492795,"stop":1728738492795,"duration":0}},{"uid":"f3147a0df2ba4716","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3147a0df2ba4716","status":"passed","time":{"start":1728683030017,"stop":1728683030018,"duration":1}},{"uid":"feef9f9c9a812d34","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/feef9f9c9a812d34","status":"passed","time":{"start":1728682581097,"stop":1728682581097,"duration":0}},{"uid":"8085e07d863fa623","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8085e07d863fa623","status":"passed","time":{"start":1728677081990,"stop":1728677081990,"duration":0}},{"uid":"d34ef596c0c51c64","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d34ef596c0c51c64","status":"passed","time":{"start":1728669795391,"stop":1728669795391,"duration":0}},{"uid":"74441241b0a011d5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74441241b0a011d5","status":"passed","time":{"start":1728598137500,"stop":1728598137500,"duration":0}},{"uid":"6701f1414538d227","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6701f1414538d227","status":"passed","time":{"start":1728597353477,"stop":1728597353477,"duration":0}}]},"359f94573637a983d040a83bd3d384db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"298f78e00c0d8bf8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/298f78e00c0d8bf8","status":"passed","time":{"start":1728738567468,"stop":1728738567469,"duration":1}}]},"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b810afd4aff3477","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b810afd4aff3477","status":"passed","time":{"start":1729034470386,"stop":1729034470387,"duration":1}},{"uid":"638fc0bd0b7993a8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/638fc0bd0b7993a8","status":"passed","time":{"start":1729034238406,"stop":1729034238408,"duration":2}},{"uid":"c227e7c9a1eada1f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c227e7c9a1eada1f","status":"passed","time":{"start":1729034157649,"stop":1729034157651,"duration":2}},{"uid":"ba5d3d73b7d58edd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba5d3d73b7d58edd","status":"passed","time":{"start":1729033974447,"stop":1729033974449,"duration":2}},{"uid":"dfc3be69f9c6a13b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dfc3be69f9c6a13b","status":"passed","time":{"start":1729032027757,"stop":1729032027759,"duration":2}},{"uid":"b710c4898c6857c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b710c4898c6857c","status":"passed","time":{"start":1728901614538,"stop":1728901614539,"duration":1}},{"uid":"40fb99145328a10e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/40fb99145328a10e","status":"passed","time":{"start":1728893048594,"stop":1728893048594,"duration":0}},{"uid":"dc8b55055e6969f6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dc8b55055e6969f6","status":"passed","time":{"start":1728856013558,"stop":1728856013558,"duration":0}},{"uid":"8e0fbce19fbe7fcb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8e0fbce19fbe7fcb","status":"passed","time":{"start":1728738231630,"stop":1728738231630,"duration":0}},{"uid":"113002643bae86b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/113002643bae86b","status":"passed","time":{"start":1728682761069,"stop":1728682761070,"duration":1}},{"uid":"2854d8dc5f27eb33","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2854d8dc5f27eb33","status":"passed","time":{"start":1728682330627,"stop":1728682330627,"duration":0}},{"uid":"80e295ee9d11a796","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/80e295ee9d11a796","status":"passed","time":{"start":1728676808321,"stop":1728676808322,"duration":1}},{"uid":"fce611386126879b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fce611386126879b","status":"passed","time":{"start":1728669528227,"stop":1728669528227,"duration":0}},{"uid":"1e491b6c628a85f4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e491b6c628a85f4","status":"passed","time":{"start":1728597872226,"stop":1728597872226,"duration":0}},{"uid":"90e83d73b38ba196","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90e83d73b38ba196","status":"passed","time":{"start":1728597087683,"stop":1728597087684,"duration":1}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"383f8d18adbebd81","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/383f8d18adbebd81","status":"passed","time":{"start":1729034432449,"stop":1729034432450,"duration":1}},{"uid":"bea90fc82717ee75","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bea90fc82717ee75","status":"passed","time":{"start":1729034119304,"stop":1729034119304,"duration":0}},{"uid":"cad78f4e01529952","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cad78f4e01529952","status":"passed","time":{"start":1729033933480,"stop":1729033933480,"duration":0}},{"uid":"1a79b4b2195b8fd8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a79b4b2195b8fd8","status":"passed","time":{"start":1729031982920,"stop":1729031982920,"duration":0}},{"uid":"f6d6dd0e7556cc9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f6d6dd0e7556cc9","status":"passed","time":{"start":1728901527855,"stop":1728901527856,"duration":1}},{"uid":"f556076de665da5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f556076de665da5a","status":"passed","time":{"start":1728892960139,"stop":1728892960140,"duration":1}},{"uid":"30fa1cced54b32e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30fa1cced54b32e","status":"passed","time":{"start":1728855921714,"stop":1728855921714,"duration":0}},{"uid":"e3e13a54fbf93bd0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e3e13a54fbf93bd0","status":"passed","time":{"start":1728738138432,"stop":1728738138432,"duration":0}},{"uid":"a7eddbbf49e718ec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a7eddbbf49e718ec","status":"passed","time":{"start":1728682672252,"stop":1728682672252,"duration":0}},{"uid":"119bedf9946132b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/119bedf9946132b4","status":"passed","time":{"start":1728682245074,"stop":1728682245074,"duration":0}},{"uid":"b45b1ef9dff2624d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b45b1ef9dff2624d","status":"passed","time":{"start":1728676721299,"stop":1728676721300,"duration":1}},{"uid":"27ca1d8c582f6214","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/27ca1d8c582f6214","status":"passed","time":{"start":1728669444560,"stop":1728669444561,"duration":1}},{"uid":"73dcfec96f3f31f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/73dcfec96f3f31f","status":"passed","time":{"start":1728597784072,"stop":1728597784073,"duration":1}},{"uid":"794f8030df018ba2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/794f8030df018ba2","status":"passed","time":{"start":1728597001548,"stop":1728597001548,"duration":0}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6e3ed0a60cc0d27","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6e3ed0a60cc0d27","status":"passed","time":{"start":1729034341401,"stop":1729034341401,"duration":0}},{"uid":"921e46aaf5f3d9ad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/921e46aaf5f3d9ad","status":"passed","time":{"start":1729034104909,"stop":1729034104909,"duration":0}},{"uid":"255cbcec70b79009","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/255cbcec70b79009","status":"passed","time":{"start":1729034028507,"stop":1729034028507,"duration":0}},{"uid":"ba2ab9b7013b405f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba2ab9b7013b405f","status":"passed","time":{"start":1729033843115,"stop":1729033843116,"duration":1}},{"uid":"556801652a788c2e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/556801652a788c2e","status":"passed","time":{"start":1729031892674,"stop":1729031892674,"duration":0}},{"uid":"e1cd56d1f288a195","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e1cd56d1f288a195","status":"passed","time":{"start":1728901438805,"stop":1728901438806,"duration":1}},{"uid":"c9e867cab9adfe62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9e867cab9adfe62","status":"passed","time":{"start":1728892868997,"stop":1728892868997,"duration":0}},{"uid":"8be8e42e18868757","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8be8e42e18868757","status":"passed","time":{"start":1728855831890,"stop":1728855831890,"duration":0}},{"uid":"2178abc85a521dd1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2178abc85a521dd1","status":"passed","time":{"start":1728738049037,"stop":1728738049037,"duration":0}},{"uid":"4d06c222322eb81c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d06c222322eb81c","status":"passed","time":{"start":1728682582615,"stop":1728682582615,"duration":0}},{"uid":"7afef75c3516334a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7afef75c3516334a","status":"passed","time":{"start":1728682155405,"stop":1728682155405,"duration":0}},{"uid":"ec545333048de80f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec545333048de80f","status":"passed","time":{"start":1728676629971,"stop":1728676629971,"duration":0}},{"uid":"bb9dcfa17d9d41e7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb9dcfa17d9d41e7","status":"passed","time":{"start":1728669353098,"stop":1728669353099,"duration":1}},{"uid":"bec0fe989aa35b55","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bec0fe989aa35b55","status":"passed","time":{"start":1728597693843,"stop":1728597693843,"duration":0}},{"uid":"eb180ecfeacd4523","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb180ecfeacd4523","status":"passed","time":{"start":1728596913088,"stop":1728596913088,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e745e6a6d91bcb6a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e745e6a6d91bcb6a","status":"passed","time":{"start":1729034713702,"stop":1729034713702,"duration":0}},{"uid":"aac84daab8e15539","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aac84daab8e15539","status":"passed","time":{"start":1729034487485,"stop":1729034487485,"duration":0}},{"uid":"ad15275cd706ca14","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ad15275cd706ca14","status":"passed","time":{"start":1729034446110,"stop":1729034446110,"duration":0}},{"uid":"4daecbc966aa9b0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4daecbc966aa9b0","status":"passed","time":{"start":1729032275829,"stop":1729032275829,"duration":0}},{"uid":"f53956e40b61ea91","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f53956e40b61ea91","status":"passed","time":{"start":1728902036741,"stop":1728902036741,"duration":0}},{"uid":"9da2877f157a4e6c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9da2877f157a4e6c","status":"passed","time":{"start":1728893472414,"stop":1728893472414,"duration":0}},{"uid":"41b83981462ebaf4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/41b83981462ebaf4","status":"passed","time":{"start":1728856423202,"stop":1728856423202,"duration":0}},{"uid":"92fa605579345bac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/92fa605579345bac","status":"passed","time":{"start":1728738648730,"stop":1728738648731,"duration":1}},{"uid":"b0ebcd7f1cb19e27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b0ebcd7f1cb19e27","status":"passed","time":{"start":1728683179656,"stop":1728683179656,"duration":0}},{"uid":"3cb35749be1cb3df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3cb35749be1cb3df","status":"passed","time":{"start":1728682757952,"stop":1728682757952,"duration":0}},{"uid":"8661d9f835486eeb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8661d9f835486eeb","status":"passed","time":{"start":1728677238452,"stop":1728677238452,"duration":0}},{"uid":"7474de391e18520d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7474de391e18520d","status":"passed","time":{"start":1728669928221,"stop":1728669928221,"duration":0}},{"uid":"fa5a4dfeb27728b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fa5a4dfeb27728b2","status":"passed","time":{"start":1728598319591,"stop":1728598319591,"duration":0}},{"uid":"e31a413484279057","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e31a413484279057","status":"passed","time":{"start":1728597520648,"stop":1728597520648,"duration":0}}]},"e93522f0b0bc7c4abda97b21c9e4cd7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"393c7ed1dae02240","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/393c7ed1dae02240","status":"passed","time":{"start":1729034636315,"stop":1729034636316,"duration":1}}]},"c1462b10b9ea7b55a2c2c7472f69f5a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d45ab5a61b40f88","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2d45ab5a61b40f88","status":"passed","time":{"start":1728669795390,"stop":1728669795390,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"228d9d52124a6364","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/228d9d52124a6364","status":"passed","time":{"start":1729034631251,"stop":1729034631251,"duration":0}},{"uid":"b77e9dd58d3c6a1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b77e9dd58d3c6a1","status":"passed","time":{"start":1729034400887,"stop":1729034400887,"duration":0}},{"uid":"30f2c9972d01f3ba","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/30f2c9972d01f3ba","status":"passed","time":{"start":1729034317449,"stop":1729034317450,"duration":1}},{"uid":"8f53383fae484a00","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8f53383fae484a00","status":"passed","time":{"start":1729034137133,"stop":1729034137134,"duration":1}},{"uid":"beae535f4885f50d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/beae535f4885f50d","status":"passed","time":{"start":1729032206874,"stop":1729032206874,"duration":0}},{"uid":"457a3422c9d7924f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/457a3422c9d7924f","status":"passed","time":{"start":1728901995020,"stop":1728901995021,"duration":1}},{"uid":"874448abc1866b20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/874448abc1866b20","status":"passed","time":{"start":1728893420994,"stop":1728893420994,"duration":0}},{"uid":"e340087bf9b98ec2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e340087bf9b98ec2","status":"passed","time":{"start":1728856368595,"stop":1728856368595,"duration":0}},{"uid":"a8441606636b2f29","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a8441606636b2f29","status":"passed","time":{"start":1728738604679,"stop":1728738604680,"duration":1}},{"uid":"1974c012edc4859","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1974c012edc4859","status":"passed","time":{"start":1728683117621,"stop":1728683117624,"duration":3}},{"uid":"99040ab74e238954","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99040ab74e238954","status":"passed","time":{"start":1728682721317,"stop":1728682721317,"duration":0}},{"uid":"cc53a917fa276094","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cc53a917fa276094","status":"passed","time":{"start":1728677184682,"stop":1728677184682,"duration":0}},{"uid":"c4c26fbb9cde34e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4c26fbb9cde34e2","status":"passed","time":{"start":1728669866448,"stop":1728669866449,"duration":1}},{"uid":"28b5924b6d2f8023","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/28b5924b6d2f8023","status":"passed","time":{"start":1728598249975,"stop":1728598249975,"duration":0}},{"uid":"3018388890f32b7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3018388890f32b7e","status":"passed","time":{"start":1728597472290,"stop":1728597472290,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8e080b79384118c0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e080b79384118c0","status":"passed","time":{"start":1729034536098,"stop":1729034536099,"duration":1}},{"uid":"6923cc486d052fc1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6923cc486d052fc1","status":"passed","time":{"start":1729034296705,"stop":1729034296705,"duration":0}},{"uid":"57d67c78271a301f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/57d67c78271a301f","status":"passed","time":{"start":1729034220602,"stop":1729034220602,"duration":0}},{"uid":"e08337e36261d9b2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e08337e36261d9b2","status":"passed","time":{"start":1729034041485,"stop":1729034041485,"duration":0}},{"uid":"31472742858fe179","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/31472742858fe179","status":"passed","time":{"start":1728901705390,"stop":1728901705391,"duration":1}},{"uid":"3ca61d74f4aca2dc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ca61d74f4aca2dc","status":"passed","time":{"start":1728893141773,"stop":1728893141774,"duration":1}},{"uid":"b03877074d3e6b86","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b03877074d3e6b86","status":"passed","time":{"start":1728856087081,"stop":1728856087081,"duration":0}},{"uid":"d1d2baaaf12a83c5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d1d2baaaf12a83c5","status":"passed","time":{"start":1728738321432,"stop":1728738321433,"duration":1}},{"uid":"7116b114091e3e8a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7116b114091e3e8a","status":"passed","time":{"start":1728682845672,"stop":1728682845672,"duration":0}},{"uid":"f666a12109a6fe48","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f666a12109a6fe48","status":"passed","time":{"start":1728682424306,"stop":1728682424306,"duration":0}},{"uid":"1b3c5ac44d53e6d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b3c5ac44d53e6d7","status":"passed","time":{"start":1728676900513,"stop":1728676900513,"duration":0}},{"uid":"4d3303e83ee0f254","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4d3303e83ee0f254","status":"passed","time":{"start":1728669625798,"stop":1728669625798,"duration":0}},{"uid":"ae0c87e412d6d419","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ae0c87e412d6d419","status":"passed","time":{"start":1728597957161,"stop":1728597957161,"duration":0}},{"uid":"ea9ac53ecc1a3eba","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea9ac53ecc1a3eba","status":"passed","time":{"start":1728597182615,"stop":1728597182615,"duration":0}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"f477530628164c0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f477530628164c0d","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034356478,"stop":1729034356478,"duration":0}},{"uid":"a8ada47f9dbfcf56","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a8ada47f9dbfcf56","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034120503,"stop":1729034120503,"duration":0}},{"uid":"be79d9dea684fb7a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be79d9dea684fb7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033858274,"stop":1729033858274,"duration":0}},{"uid":"4946c8b09286dbd6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4946c8b09286dbd6","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031908180,"stop":1729031908180,"duration":0}},{"uid":"f94439471846c363","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f94439471846c363","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901453937,"stop":1728901453937,"duration":0}},{"uid":"8dafc7422ed5b807","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8dafc7422ed5b807","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892884413,"stop":1728892884413,"duration":0}},{"uid":"b47c72f4df469050","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b47c72f4df469050","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855846881,"stop":1728855846882,"duration":1}},{"uid":"643d4c57a31e106d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/643d4c57a31e106d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738064186,"stop":1728738064186,"duration":0}},{"uid":"5d793d1538701c21","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5d793d1538701c21","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682597764,"stop":1728682597764,"duration":0}},{"uid":"c1ccafa3a42a97b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1ccafa3a42a97b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682170542,"stop":1728682170543,"duration":1}},{"uid":"8118a0e093ffddb5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8118a0e093ffddb5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676645203,"stop":1728676645203,"duration":0}},{"uid":"51e5b204659dda19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/51e5b204659dda19","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669368197,"stop":1728669368197,"duration":0}},{"uid":"9a2ed119969fb2fa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a2ed119969fb2fa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597709015,"stop":1728597709015,"duration":0}},{"uid":"afc254d26d610a38","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/afc254d26d610a38","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596928109,"stop":1728596928109,"duration":0}}]},"f822fc9cf7eb42c2d5c00eb1057e7a15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"4409be8d5b5f2553","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4409be8d5b5f2553","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473221,"stop":1729034473222,"duration":1}},{"uid":"7a2a637ecbae5243","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a2a637ecbae5243","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241162,"stop":1729034241162,"duration":0}},{"uid":"5371a33fb783a8f2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5371a33fb783a8f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159975,"stop":1729034159976,"duration":1}},{"uid":"3fc1eb106f14f3a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3fc1eb106f14f3a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977066,"stop":1729033977066,"duration":0}},{"uid":"bba08468aa25b058","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bba08468aa25b058","status":"passed","time":{"start":1729032093809,"stop":1729032093810,"duration":1}},{"uid":"5e21031bc90bb7fe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5e21031bc90bb7fe","status":"passed","time":{"start":1728901748783,"stop":1728901748784,"duration":1}},{"uid":"35b291e9d0b71aee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/35b291e9d0b71aee","status":"passed","time":{"start":1728893181088,"stop":1728893181088,"duration":0}},{"uid":"881cd883fcf82cd8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/881cd883fcf82cd8","status":"passed","time":{"start":1728856155553,"stop":1728856155553,"duration":0}},{"uid":"2f4a2b888c8e7c89","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f4a2b888c8e7c89","status":"passed","time":{"start":1728738360302,"stop":1728738360303,"duration":1}},{"uid":"dc6f7d86a5976c3d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc6f7d86a5976c3d","status":"passed","time":{"start":1728682907224,"stop":1728682907224,"duration":0}},{"uid":"aae52355ad7412b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aae52355ad7412b9","status":"passed","time":{"start":1728682466737,"stop":1728682466738,"duration":1}},{"uid":"38a3763235580c0f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38a3763235580c0f","status":"passed","time":{"start":1728676955724,"stop":1728676955724,"duration":0}},{"uid":"bbf24c4d1b510fba","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bbf24c4d1b510fba","status":"passed","time":{"start":1728598013536,"stop":1728598013537,"duration":1}},{"uid":"787d7d0d72336edb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/787d7d0d72336edb","status":"passed","time":{"start":1728597225202,"stop":1728597225202,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e7f5963c9a77582","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7f5963c9a77582","status":"passed","time":{"start":1729034665579,"stop":1729034665580,"duration":1}},{"uid":"21fd61e4779b3e73","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/21fd61e4779b3e73","status":"passed","time":{"start":1729034434262,"stop":1729034434263,"duration":1}},{"uid":"6befe6a6331a4f57","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6befe6a6331a4f57","status":"passed","time":{"start":1729034350158,"stop":1729034350159,"duration":1}},{"uid":"5a27d6524e6bca3d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a27d6524e6bca3d","status":"passed","time":{"start":1729034169194,"stop":1729034169195,"duration":1}},{"uid":"82930922c9ca7f3d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/82930922c9ca7f3d","status":"passed","time":{"start":1729032228066,"stop":1729032228067,"duration":1}},{"uid":"da869ba6990ddad4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da869ba6990ddad4","status":"passed","time":{"start":1728901947146,"stop":1728901947147,"duration":1}},{"uid":"855879143a2bfbfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/855879143a2bfbfd","status":"passed","time":{"start":1728893380058,"stop":1728893380058,"duration":0}},{"uid":"2828218e88f6fc53","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2828218e88f6fc53","status":"passed","time":{"start":1728856336880,"stop":1728856336880,"duration":0}},{"uid":"a4972b4d1d03711","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a4972b4d1d03711","status":"passed","time":{"start":1728738551164,"stop":1728738551164,"duration":0}},{"uid":"62d627c2bcefb30a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/62d627c2bcefb30a","status":"passed","time":{"start":1728683095876,"stop":1728683095876,"duration":0}},{"uid":"731b7f91c97ef35e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/731b7f91c97ef35e","status":"passed","time":{"start":1728682657388,"stop":1728682657389,"duration":1}},{"uid":"2b28eec7c785a672","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b28eec7c785a672","status":"passed","time":{"start":1728677151465,"stop":1728677151466,"duration":1}},{"uid":"3a8bffb11bd3661f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3a8bffb11bd3661f","status":"passed","time":{"start":1728669832894,"stop":1728669832894,"duration":0}},{"uid":"1a3df601846910df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a3df601846910df","status":"passed","time":{"start":1728598215610,"stop":1728598215611,"duration":1}},{"uid":"b206267f700b3a5f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b206267f700b3a5f","status":"passed","time":{"start":1728597425044,"stop":1728597425044,"duration":0}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"94516b105e894025","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/94516b105e894025","status":"passed","time":{"start":1729034536108,"stop":1729034536108,"duration":0}},{"uid":"3fe26bca46b63ed8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3fe26bca46b63ed8","status":"passed","time":{"start":1729034296713,"stop":1729034296714,"duration":1}},{"uid":"46539061db7906e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/46539061db7906e","status":"passed","time":{"start":1729034220609,"stop":1729034220609,"duration":0}},{"uid":"c5887fcee980ef61","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5887fcee980ef61","status":"passed","time":{"start":1729034041497,"stop":1729034041497,"duration":0}},{"uid":"6bbcf9cc63222fc0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6bbcf9cc63222fc0","status":"passed","time":{"start":1728901705412,"stop":1728901705413,"duration":1}},{"uid":"963bcabb12e48670","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/963bcabb12e48670","status":"passed","time":{"start":1728893141780,"stop":1728893141781,"duration":1}},{"uid":"8236aa9abddaed48","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8236aa9abddaed48","status":"passed","time":{"start":1728856087087,"stop":1728856087087,"duration":0}},{"uid":"cc91be14d815ce1e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc91be14d815ce1e","status":"passed","time":{"start":1728738321445,"stop":1728738321446,"duration":1}},{"uid":"91cc9ee88ffa521e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/91cc9ee88ffa521e","status":"passed","time":{"start":1728682845680,"stop":1728682845680,"duration":0}},{"uid":"c1821a386d553bcf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1821a386d553bcf","status":"passed","time":{"start":1728682424314,"stop":1728682424315,"duration":1}},{"uid":"fe9c2c9f5d198ded","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe9c2c9f5d198ded","status":"passed","time":{"start":1728676900543,"stop":1728676900544,"duration":1}},{"uid":"b909f2b7c32beb98","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b909f2b7c32beb98","status":"passed","time":{"start":1728669625804,"stop":1728669625804,"duration":0}},{"uid":"cc26b4cd678cf878","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cc26b4cd678cf878","status":"passed","time":{"start":1728597957175,"stop":1728597957175,"duration":0}},{"uid":"a7a6721006daf8eb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a7a6721006daf8eb","status":"passed","time":{"start":1728597182622,"stop":1728597182622,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"87afd9333611cdee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/87afd9333611cdee","status":"passed","time":{"start":1729034636312,"stop":1729034636313,"duration":1}},{"uid":"8877fcdee40e0559","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8877fcdee40e0559","status":"passed","time":{"start":1729034402273,"stop":1729034402275,"duration":2}},{"uid":"71a90a8e9c122c49","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71a90a8e9c122c49","status":"passed","time":{"start":1729034323293,"stop":1729034323293,"duration":0}},{"uid":"a647d4f394b0257f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a647d4f394b0257f","status":"passed","time":{"start":1729034144764,"stop":1729034144764,"duration":0}},{"uid":"6bc9ecc432a3c891","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6bc9ecc432a3c891","status":"passed","time":{"start":1729032198814,"stop":1729032198815,"duration":1}},{"uid":"51bb7ea81baa4217","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/51bb7ea81baa4217","status":"passed","time":{"start":1728901901761,"stop":1728901901762,"duration":1}},{"uid":"5299a85e9d180e7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5299a85e9d180e7","status":"passed","time":{"start":1728893337241,"stop":1728893337246,"duration":5}},{"uid":"34b1f1f6b35966f9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/34b1f1f6b35966f9","status":"passed","time":{"start":1728856299187,"stop":1728856299188,"duration":1}},{"uid":"1c3c35b0afc5c737","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1c3c35b0afc5c737","status":"passed","time":{"start":1728738505374,"stop":1728738505374,"duration":0}},{"uid":"c46488b78b9fc13c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c46488b78b9fc13c","status":"passed","time":{"start":1728683045447,"stop":1728683045447,"duration":0}},{"uid":"bad91e4e5f52d9a9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bad91e4e5f52d9a9","status":"passed","time":{"start":1728682607287,"stop":1728682607288,"duration":1}},{"uid":"e5f9245ee6bf40ce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5f9245ee6bf40ce","status":"passed","time":{"start":1728677103493,"stop":1728677103493,"duration":0}},{"uid":"170f406749a06a17","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/170f406749a06a17","status":"passed","time":{"start":1728669777115,"stop":1728669777115,"duration":0}},{"uid":"92266b50aa30c11","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/92266b50aa30c11","status":"passed","time":{"start":1728598163464,"stop":1728598163465,"duration":1}},{"uid":"eb8d70e8687be7bb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb8d70e8687be7bb","status":"passed","time":{"start":1728597375466,"stop":1728597375467,"duration":1}}]},"d13195d108fb303db5dff614f7e26bc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4e185291f3fb48c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f4e185291f3fb48c","status":"passed","time":{"start":1729032174928,"stop":1729032174928,"duration":0}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ac74e4d08e2fae6b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac74e4d08e2fae6b","status":"passed","time":{"start":1729034636307,"stop":1729034636308,"duration":1}},{"uid":"29d7db2494ce1ed9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/29d7db2494ce1ed9","status":"passed","time":{"start":1729034402255,"stop":1729034402256,"duration":1}},{"uid":"e8e66c277c56764c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e8e66c277c56764c","status":"passed","time":{"start":1729034323280,"stop":1729034323280,"duration":0}},{"uid":"a69ca65e484c6ddc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a69ca65e484c6ddc","status":"passed","time":{"start":1729034144758,"stop":1729034144759,"duration":1}},{"uid":"4f26b3831201219a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f26b3831201219a","status":"passed","time":{"start":1729032198808,"stop":1729032198809,"duration":1}},{"uid":"657085307221c3da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/657085307221c3da","status":"passed","time":{"start":1728901901735,"stop":1728901901735,"duration":0}},{"uid":"8d5ea6cb922abf42","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d5ea6cb922abf42","status":"passed","time":{"start":1728893337226,"stop":1728893337227,"duration":1}},{"uid":"8b38ef568fbe988f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b38ef568fbe988f","status":"passed","time":{"start":1728856299183,"stop":1728856299183,"duration":0}},{"uid":"52e0c98c2e25736b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/52e0c98c2e25736b","status":"passed","time":{"start":1728738505368,"stop":1728738505369,"duration":1}},{"uid":"942a480b64c8e1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/942a480b64c8e1","status":"passed","time":{"start":1728683045437,"stop":1728683045438,"duration":1}},{"uid":"156401f20aab367a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/156401f20aab367a","status":"passed","time":{"start":1728682607280,"stop":1728682607280,"duration":0}},{"uid":"ad086d3079acc28","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ad086d3079acc28","status":"passed","time":{"start":1728677103485,"stop":1728677103485,"duration":0}},{"uid":"73529a71e268fce8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/73529a71e268fce8","status":"passed","time":{"start":1728669777110,"stop":1728669777111,"duration":1}},{"uid":"55e2b0b96b82f686","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55e2b0b96b82f686","status":"passed","time":{"start":1728598163460,"stop":1728598163460,"duration":0}},{"uid":"bbab845f1b058c04","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bbab845f1b058c04","status":"passed","time":{"start":1728597375454,"stop":1728597375455,"duration":1}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"a9a2c62e6964c69f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a9a2c62e6964c69f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034636323,"stop":1729034636323,"duration":0}},{"uid":"5f5fd24bcd3fe88a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f5fd24bcd3fe88a","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034402289,"stop":1729034402289,"duration":0}},{"uid":"67016348f4a6f9fd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/67016348f4a6f9fd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034323315,"stop":1729034323316,"duration":1}},{"uid":"9ccc75f24037f44a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ccc75f24037f44a","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034144772,"stop":1729034144772,"duration":0}},{"uid":"bb1f64c1af141764","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb1f64c1af141764","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032198828,"stop":1729032198828,"duration":0}},{"uid":"992a4335c4ee1766","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/992a4335c4ee1766","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901901777,"stop":1728901901777,"duration":0}},{"uid":"2097768a4775e8b8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2097768a4775e8b8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893337258,"stop":1728893337258,"duration":0}},{"uid":"6a00c33159a53fb2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6a00c33159a53fb2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299202,"stop":1728856299202,"duration":0}},{"uid":"b57b02d0bd5068ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b57b02d0bd5068ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738505392,"stop":1728738505392,"duration":0}},{"uid":"c866d171255b119","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c866d171255b119","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683045454,"stop":1728683045454,"duration":0}},{"uid":"a078c6a412aeee4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a078c6a412aeee4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682607299,"stop":1728682607299,"duration":0}},{"uid":"17b5734c71f40cd2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/17b5734c71f40cd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677103502,"stop":1728677103502,"duration":0}},{"uid":"32b047682d7b9d9a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32b047682d7b9d9a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669777140,"stop":1728669777140,"duration":0}},{"uid":"fcbb93cb3f6a7e80","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fcbb93cb3f6a7e80","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598163471,"stop":1728598163471,"duration":0}},{"uid":"b74e980724361263","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b74e980724361263","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597375490,"stop":1728597375490,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cd2c5cff43bba63a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cd2c5cff43bba63a","status":"passed","time":{"start":1729034704492,"stop":1729034704492,"duration":0}},{"uid":"47e615622c17bfd3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47e615622c17bfd3","status":"passed","time":{"start":1729034474984,"stop":1729034474985,"duration":1}},{"uid":"be90e103d62c1e0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/be90e103d62c1e0d","status":"passed","time":{"start":1729034395288,"stop":1729034395288,"duration":0}},{"uid":"ee29586b3dbe0824","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee29586b3dbe0824","status":"passed","time":{"start":1729034209093,"stop":1729034209093,"duration":0}},{"uid":"2cc874ec541fdc01","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2cc874ec541fdc01","status":"passed","time":{"start":1729032264565,"stop":1729032264565,"duration":0}},{"uid":"1e33633090d547a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e33633090d547a6","status":"passed","time":{"start":1728902012844,"stop":1728902012845,"duration":1}},{"uid":"e12eac64a1e1285c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e12eac64a1e1285c","status":"passed","time":{"start":1728893454809,"stop":1728893454809,"duration":0}},{"uid":"212a5132eeca4b49","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/212a5132eeca4b49","status":"passed","time":{"start":1728856408450,"stop":1728856408450,"duration":0}},{"uid":"acf1f8b3de3454a3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/acf1f8b3de3454a3","status":"passed","time":{"start":1728738633852,"stop":1728738633852,"duration":0}},{"uid":"df01de7497ea045d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/df01de7497ea045d","status":"passed","time":{"start":1728683159749,"stop":1728683159750,"duration":1}},{"uid":"435b3946add9a6d2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/435b3946add9a6d2","status":"passed","time":{"start":1728682751326,"stop":1728682751327,"duration":1}},{"uid":"11e018bf39d763da","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11e018bf39d763da","status":"passed","time":{"start":1728677216353,"stop":1728677216353,"duration":0}},{"uid":"cf41e877fbc21ea1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cf41e877fbc21ea1","status":"passed","time":{"start":1728669925451,"stop":1728669925451,"duration":0}},{"uid":"c725f8b3ff09d5b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c725f8b3ff09d5b1","status":"passed","time":{"start":1728598268799,"stop":1728598268799,"duration":0}},{"uid":"dca6a30405285278","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dca6a30405285278","status":"passed","time":{"start":1728597503912,"stop":1728597503913,"duration":1}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"d75761a71f86bae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d75761a71f86bae","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034611664,"stop":1729034611664,"duration":0}},{"uid":"5b51d5b8ebe13bce","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b51d5b8ebe13bce","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034393644,"stop":1729034393644,"duration":0}},{"uid":"ba7dd488363c21b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ba7dd488363c21b3","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034304837,"stop":1729034304838,"duration":1}},{"uid":"56ab6665b31e7479","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/56ab6665b31e7479","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121909,"stop":1729034121909,"duration":0}},{"uid":"b5f0cb8f196dab78","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b5f0cb8f196dab78","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174842,"stop":1729032174842,"duration":0}},{"uid":"1598f67e7dd82e40","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1598f67e7dd82e40","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881011,"stop":1728901881011,"duration":0}},{"uid":"7551a6b29ef7051f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7551a6b29ef7051f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317160,"stop":1728893317161,"duration":1}},{"uid":"4d3d02c33561b091","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4d3d02c33561b091","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263088,"stop":1728856263098,"duration":10}},{"uid":"9fcf3eba94c02460","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9fcf3eba94c02460","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492797,"stop":1728738492797,"duration":0}},{"uid":"acb0359a6eb64367","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/acb0359a6eb64367","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030020,"stop":1728683030021,"duration":1}},{"uid":"be93c5408a6f19e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/be93c5408a6f19e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581102,"stop":1728682581102,"duration":0}},{"uid":"1e296186eba120dc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1e296186eba120dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677081994,"stop":1728677081994,"duration":0}},{"uid":"3d87b920ad6beb19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3d87b920ad6beb19","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795394,"stop":1728669795394,"duration":0}},{"uid":"e271a9d7596c3987","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e271a9d7596c3987","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137503,"stop":1728598137503,"duration":0}},{"uid":"3f417e79f03fc50a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f417e79f03fc50a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353479,"stop":1728597353479,"duration":0}}]},"7d3d9d8c38341b44f5d3d86004fc135b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"697036a4085f8f7e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/697036a4085f8f7e","status":"passed","time":{"start":1729032228818,"stop":1729032228819,"duration":1}}]},"243eedad46691bfe2b036dad02216fa7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e279665cbf839b7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e279665cbf839b7","status":"passed","time":{"start":1729032235300,"stop":1729032235301,"duration":1}}]},"f03902aa5d34cfa82d3df1575ec67470:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39c79972501382c3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39c79972501382c3","status":"passed","time":{"start":1728598221891,"stop":1728598221893,"duration":2}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"35b30d3739cc9ba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/35b30d3739cc9ba","status":"passed","time":{"start":1729034341403,"stop":1729034341403,"duration":0}},{"uid":"1b5243ac15587b23","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1b5243ac15587b23","status":"passed","time":{"start":1729034104911,"stop":1729034104911,"duration":0}},{"uid":"a12deffae1296b32","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a12deffae1296b32","status":"passed","time":{"start":1729034028509,"stop":1729034028509,"duration":0}},{"uid":"d5f0f4ec0395127f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d5f0f4ec0395127f","status":"passed","time":{"start":1729033843117,"stop":1729033843117,"duration":0}},{"uid":"29f0e7c92a288678","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29f0e7c92a288678","status":"passed","time":{"start":1729031892676,"stop":1729031892676,"duration":0}},{"uid":"b7b821c1011b4ad1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7b821c1011b4ad1","status":"passed","time":{"start":1728901438807,"stop":1728901438810,"duration":3}},{"uid":"3d78408579710288","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d78408579710288","status":"passed","time":{"start":1728892868999,"stop":1728892868999,"duration":0}},{"uid":"d5b40f7a2d50d2ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d5b40f7a2d50d2ac","status":"passed","time":{"start":1728855831891,"stop":1728855831891,"duration":0}},{"uid":"4bdf6dc98b4220d7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4bdf6dc98b4220d7","status":"passed","time":{"start":1728738049039,"stop":1728738049039,"duration":0}},{"uid":"47c5e5066a8507b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/47c5e5066a8507b6","status":"passed","time":{"start":1728682582617,"stop":1728682582617,"duration":0}},{"uid":"71edecc148813b49","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/71edecc148813b49","status":"passed","time":{"start":1728682155407,"stop":1728682155407,"duration":0}},{"uid":"cd66e604ecaf3ed6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cd66e604ecaf3ed6","status":"passed","time":{"start":1728676629972,"stop":1728676629973,"duration":1}},{"uid":"cb9ab78be87ac681","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cb9ab78be87ac681","status":"passed","time":{"start":1728669353100,"stop":1728669353100,"duration":0}},{"uid":"82bb9a7814410eb7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/82bb9a7814410eb7","status":"passed","time":{"start":1728597693845,"stop":1728597693845,"duration":0}},{"uid":"1cef510f6ec8def8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1cef510f6ec8def8","status":"passed","time":{"start":1728596913089,"stop":1728596913090,"duration":1}}]},"678b0991e45601a10373fbdba0839709:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc674749269eb97a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dc674749269eb97a","status":"passed","time":{"start":1729034668598,"stop":1729034668598,"duration":0}}]},"33f59cc377c94a47830b1220d233eae4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21898950126906a0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/21898950126906a0","status":"passed","time":{"start":1729032228817,"stop":1729032228817,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4c451697f1c54e41","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c451697f1c54e41","status":"passed","time":{"start":1729034713700,"stop":1729034713700,"duration":0}},{"uid":"40c58acb7f6c209a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/40c58acb7f6c209a","status":"passed","time":{"start":1729034487483,"stop":1729034487483,"duration":0}},{"uid":"ea7e3e5f99c42694","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ea7e3e5f99c42694","status":"passed","time":{"start":1729034446109,"stop":1729034446109,"duration":0}},{"uid":"e6e684bb7bbef32e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e6e684bb7bbef32e","status":"passed","time":{"start":1729032275827,"stop":1729032275828,"duration":1}},{"uid":"2536d8812a0972c1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2536d8812a0972c1","status":"passed","time":{"start":1728902036740,"stop":1728902036740,"duration":0}},{"uid":"592883a95ff2bfef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/592883a95ff2bfef","status":"passed","time":{"start":1728893472413,"stop":1728893472413,"duration":0}},{"uid":"b74d2f0751da6934","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b74d2f0751da6934","status":"passed","time":{"start":1728856423200,"stop":1728856423200,"duration":0}},{"uid":"e81217024f2e0fde","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e81217024f2e0fde","status":"passed","time":{"start":1728738648729,"stop":1728738648729,"duration":0}},{"uid":"b324a18b0d037d97","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b324a18b0d037d97","status":"passed","time":{"start":1728683179654,"stop":1728683179655,"duration":1}},{"uid":"b509e21462cc5d2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b509e21462cc5d2c","status":"passed","time":{"start":1728682757951,"stop":1728682757951,"duration":0}},{"uid":"17b3d3137c82f13f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/17b3d3137c82f13f","status":"passed","time":{"start":1728677238451,"stop":1728677238451,"duration":0}},{"uid":"3783696d1ce3c860","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3783696d1ce3c860","status":"passed","time":{"start":1728669928220,"stop":1728669928220,"duration":0}},{"uid":"828346a21dc34e01","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/828346a21dc34e01","status":"passed","time":{"start":1728598319589,"stop":1728598319589,"duration":0}},{"uid":"9a03adab4115bf5c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9a03adab4115bf5c","status":"passed","time":{"start":1728597520646,"stop":1728597520647,"duration":1}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6d8b428c8cf80e5f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6d8b428c8cf80e5f","status":"passed","time":{"start":1729034704510,"stop":1729034704510,"duration":0}},{"uid":"3bbc1c11e21d1597","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3bbc1c11e21d1597","status":"passed","time":{"start":1729034475017,"stop":1729034475017,"duration":0}},{"uid":"2c21708e825f88a7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2c21708e825f88a7","status":"passed","time":{"start":1729034395303,"stop":1729034395304,"duration":1}},{"uid":"4bdf9f76925c2f1c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4bdf9f76925c2f1c","status":"passed","time":{"start":1729034209130,"stop":1729034209131,"duration":1}},{"uid":"bcb93e5fa08d856b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bcb93e5fa08d856b","status":"passed","time":{"start":1729032264601,"stop":1729032264601,"duration":0}},{"uid":"acec3dfea25da430","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/acec3dfea25da430","status":"passed","time":{"start":1728902012893,"stop":1728902012893,"duration":0}},{"uid":"73e042736292b59","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73e042736292b59","status":"passed","time":{"start":1728893454826,"stop":1728893454826,"duration":0}},{"uid":"3e00b7fa65772ec3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3e00b7fa65772ec3","status":"passed","time":{"start":1728856408469,"stop":1728856408469,"duration":0}},{"uid":"fc8a2db956234848","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fc8a2db956234848","status":"passed","time":{"start":1728738633876,"stop":1728738633876,"duration":0}},{"uid":"338ad1fd9a2698b2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/338ad1fd9a2698b2","status":"passed","time":{"start":1728683159827,"stop":1728683159827,"duration":0}},{"uid":"5e8350d5e53dc91c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5e8350d5e53dc91c","status":"passed","time":{"start":1728682751348,"stop":1728682751348,"duration":0}},{"uid":"7a8270482363fb58","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a8270482363fb58","status":"passed","time":{"start":1728677216379,"stop":1728677216379,"duration":0}},{"uid":"c874865f3a240718","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c874865f3a240718","status":"passed","time":{"start":1728669925468,"stop":1728669925469,"duration":1}},{"uid":"40c0a4fc275eaecd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/40c0a4fc275eaecd","status":"passed","time":{"start":1728598268822,"stop":1728598268822,"duration":0}},{"uid":"ee5b19566341ae62","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ee5b19566341ae62","status":"passed","time":{"start":1728597503956,"stop":1728597503956,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d87e2e882ba495e4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d87e2e882ba495e4","status":"passed","time":{"start":1729034617777,"stop":1729034617778,"duration":1}},{"uid":"1c1841cf769fbf94","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1c1841cf769fbf94","status":"passed","time":{"start":1729034370919,"stop":1729034370930,"duration":11}},{"uid":"f7e28137a032bbf0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f7e28137a032bbf0","status":"passed","time":{"start":1729034308907,"stop":1729034308907,"duration":0}},{"uid":"bb8b8316a8a7c6f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bb8b8316a8a7c6f6","status":"passed","time":{"start":1729034129482,"stop":1729034129482,"duration":0}},{"uid":"106a7e19c3b17802","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/106a7e19c3b17802","status":"passed","time":{"start":1729032178382,"stop":1729032178383,"duration":1}},{"uid":"b5ddefef6ee3c20f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b5ddefef6ee3c20f","status":"passed","time":{"start":1728901896356,"stop":1728901896356,"duration":0}},{"uid":"74e65baa856326a5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/74e65baa856326a5","status":"passed","time":{"start":1728893329037,"stop":1728893329038,"duration":1}},{"uid":"8b80e890c2ed5bb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b80e890c2ed5bb","status":"passed","time":{"start":1728856284776,"stop":1728856284777,"duration":1}},{"uid":"f97759eb66f15110","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f97759eb66f15110","status":"passed","time":{"start":1728738494951,"stop":1728738494951,"duration":0}},{"uid":"75225897ad0330de","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75225897ad0330de","status":"passed","time":{"start":1728683033640,"stop":1728683033640,"duration":0}},{"uid":"c72735bcec88c1b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c72735bcec88c1b8","status":"passed","time":{"start":1728682601748,"stop":1728682601748,"duration":0}},{"uid":"261b0f05a9d3b21c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/261b0f05a9d3b21c","status":"passed","time":{"start":1728677107989,"stop":1728677107990,"duration":1}},{"uid":"f56a3b9df89f0a06","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f56a3b9df89f0a06","status":"passed","time":{"start":1728669764761,"stop":1728669764761,"duration":0}},{"uid":"a2a7a52fdb4e5d72","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a2a7a52fdb4e5d72","status":"passed","time":{"start":1728598157580,"stop":1728598157580,"duration":0}},{"uid":"4486724c427e28e9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4486724c427e28e9","status":"passed","time":{"start":1728597369089,"stop":1728597369089,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"238a5ff60dd4cac7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/238a5ff60dd4cac7","status":"passed","time":{"start":1729034340708,"stop":1729034340709,"duration":1}},{"uid":"55da05a822bf1b51","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/55da05a822bf1b51","status":"passed","time":{"start":1729034104321,"stop":1729034104321,"duration":0}},{"uid":"bd8b9ac0e75a9a64","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bd8b9ac0e75a9a64","status":"passed","time":{"start":1729034027864,"stop":1729034027864,"duration":0}},{"uid":"d1b12e7fdfb860f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1b12e7fdfb860f3","status":"passed","time":{"start":1729033842408,"stop":1729033842409,"duration":1}},{"uid":"e27bf6e129cfaa37","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e27bf6e129cfaa37","status":"passed","time":{"start":1729031892167,"stop":1729031892167,"duration":0}},{"uid":"a5e51aa24848399e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a5e51aa24848399e","status":"passed","time":{"start":1728901438127,"stop":1728901438127,"duration":0}},{"uid":"72f4adb10fcdecbb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/72f4adb10fcdecbb","status":"passed","time":{"start":1728892868418,"stop":1728892868418,"duration":0}},{"uid":"c2fa94ba8fbe59fc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c2fa94ba8fbe59fc","status":"passed","time":{"start":1728855831277,"stop":1728855831277,"duration":0}},{"uid":"aa7383e96cc80211","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa7383e96cc80211","status":"passed","time":{"start":1728738048557,"stop":1728738048557,"duration":0}},{"uid":"10a4e18f7314bc0f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/10a4e18f7314bc0f","status":"passed","time":{"start":1728682581999,"stop":1728682582000,"duration":1}},{"uid":"b733aa8c3a86f301","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b733aa8c3a86f301","status":"passed","time":{"start":1728682154806,"stop":1728682154806,"duration":0}},{"uid":"837ca05de0dfa42d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/837ca05de0dfa42d","status":"passed","time":{"start":1728676629353,"stop":1728676629354,"duration":1}},{"uid":"514fcad09b73a738","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/514fcad09b73a738","status":"passed","time":{"start":1728669352549,"stop":1728669352549,"duration":0}},{"uid":"63e47427e80b15aa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/63e47427e80b15aa","status":"passed","time":{"start":1728597693134,"stop":1728597693134,"duration":0}},{"uid":"ad714c4fe0b072d8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ad714c4fe0b072d8","status":"passed","time":{"start":1728596912451,"stop":1728596912452,"duration":1}}]},"29f3191537326a896a5ca91919e0fbfd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"7bae492ebd813f04","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bae492ebd813f04","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473212,"stop":1729034473212,"duration":0}},{"uid":"5ad2d834e7f67cb7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5ad2d834e7f67cb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241154,"stop":1729034241155,"duration":1}},{"uid":"cc9e83ff1ee1347e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cc9e83ff1ee1347e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159972,"stop":1729034159972,"duration":0}},{"uid":"808d2b4d2b57a869","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/808d2b4d2b57a869","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977063,"stop":1729033977063,"duration":0}},{"uid":"759962f8b0acd737","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/759962f8b0acd737","status":"passed","time":{"start":1729032093774,"stop":1729032093781,"duration":7}},{"uid":"1881400a17444510","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1881400a17444510","status":"passed","time":{"start":1728901748771,"stop":1728901748771,"duration":0}},{"uid":"837332fc52ebd4b4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/837332fc52ebd4b4","status":"passed","time":{"start":1728893181084,"stop":1728893181084,"duration":0}},{"uid":"e0dd2bba38c35ec1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e0dd2bba38c35ec1","status":"passed","time":{"start":1728856155550,"stop":1728856155550,"duration":0}},{"uid":"657c3d1bb6c10757","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/657c3d1bb6c10757","status":"passed","time":{"start":1728738360283,"stop":1728738360283,"duration":0}},{"uid":"be7c51b62abd92d5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be7c51b62abd92d5","status":"passed","time":{"start":1728682907220,"stop":1728682907220,"duration":0}},{"uid":"3095a6293fbb3294","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3095a6293fbb3294","status":"passed","time":{"start":1728682466730,"stop":1728682466730,"duration":0}},{"uid":"bd4ce25b3d3b47ca","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bd4ce25b3d3b47ca","status":"passed","time":{"start":1728676955719,"stop":1728676955720,"duration":1}},{"uid":"578faf658c6cc6b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/578faf658c6cc6b1","status":"passed","time":{"start":1728598013532,"stop":1728598013533,"duration":1}},{"uid":"5dfdfa1e0672a908","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5dfdfa1e0672a908","status":"passed","time":{"start":1728597225197,"stop":1728597225198,"duration":1}}]},"edd28c072f7f3235497e03c181cac255:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33d499f5b0c95e17","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/33d499f5b0c95e17","status":"passed","time":{"start":1728598163466,"stop":1728598163467,"duration":1}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"71d063f3a0ad3343","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/71d063f3a0ad3343","status":"passed","time":{"start":1729034472931,"stop":1729034472931,"duration":0}},{"uid":"f138851949484409","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f138851949484409","status":"passed","time":{"start":1729034240906,"stop":1729034240906,"duration":0}},{"uid":"2d5ceca9fb346a11","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2d5ceca9fb346a11","status":"passed","time":{"start":1729034159608,"stop":1729034159609,"duration":1}},{"uid":"a271c6ef7e658bc9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a271c6ef7e658bc9","status":"passed","time":{"start":1729033976774,"stop":1729033976774,"duration":0}},{"uid":"59660e7aad5dfdf1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/59660e7aad5dfdf1","status":"passed","time":{"start":1729032020507,"stop":1729032020507,"duration":0}},{"uid":"2c88977b7cd51411","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c88977b7cd51411","status":"passed","time":{"start":1728901616422,"stop":1728901616423,"duration":1}},{"uid":"9b0ab265b5f7c172","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9b0ab265b5f7c172","status":"passed","time":{"start":1728893050238,"stop":1728893050238,"duration":0}},{"uid":"9139368f3cd13c7d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9139368f3cd13c7d","status":"passed","time":{"start":1728856015165,"stop":1728856015166,"duration":1}},{"uid":"e951f3118373a81e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e951f3118373a81e","status":"passed","time":{"start":1728738233128,"stop":1728738233128,"duration":0}},{"uid":"a9600cc61d267a78","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a9600cc61d267a78","status":"passed","time":{"start":1728682762461,"stop":1728682762461,"duration":0}},{"uid":"58572cee0cf9cbd1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/58572cee0cf9cbd1","status":"passed","time":{"start":1728682332780,"stop":1728682332780,"duration":0}},{"uid":"bf77abb4330aae98","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bf77abb4330aae98","status":"passed","time":{"start":1728676810284,"stop":1728676810284,"duration":0}},{"uid":"dfece12688cbe0f7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dfece12688cbe0f7","status":"passed","time":{"start":1728669529886,"stop":1728669529887,"duration":1}},{"uid":"5f97c7bca3210c0e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5f97c7bca3210c0e","status":"passed","time":{"start":1728597873525,"stop":1728597873526,"duration":1}},{"uid":"b07301dc8a54999e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b07301dc8a54999e","status":"passed","time":{"start":1728597089265,"stop":1728597089266,"duration":1}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"73b9dfaee445f3dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/73b9dfaee445f3dd","status":"passed","time":{"start":1729034704505,"stop":1729034704505,"duration":0}},{"uid":"db595c1419a359e5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db595c1419a359e5","status":"passed","time":{"start":1729034475002,"stop":1729034475002,"duration":0}},{"uid":"db5da8ca3f8b3a6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/db5da8ca3f8b3a6b","status":"passed","time":{"start":1729034395299,"stop":1729034395299,"duration":0}},{"uid":"a4c55a1794fc5758","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a4c55a1794fc5758","status":"passed","time":{"start":1729034209112,"stop":1729034209113,"duration":1}},{"uid":"2882e564e4089358","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2882e564e4089358","status":"passed","time":{"start":1729032264581,"stop":1729032264589,"duration":8}},{"uid":"9167c9fe87af0e92","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9167c9fe87af0e92","status":"passed","time":{"start":1728902012872,"stop":1728902012872,"duration":0}},{"uid":"7c4e57e54b38958","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7c4e57e54b38958","status":"passed","time":{"start":1728893454822,"stop":1728893454823,"duration":1}},{"uid":"465d8403edd27578","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/465d8403edd27578","status":"passed","time":{"start":1728856408465,"stop":1728856408465,"duration":0}},{"uid":"5bcfde318b40b3d3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5bcfde318b40b3d3","status":"passed","time":{"start":1728738633866,"stop":1728738633872,"duration":6}},{"uid":"be152a18cb14c9ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be152a18cb14c9ab","status":"passed","time":{"start":1728683159813,"stop":1728683159818,"duration":5}},{"uid":"333f587e88387b5b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/333f587e88387b5b","status":"passed","time":{"start":1728682751341,"stop":1728682751341,"duration":0}},{"uid":"49bf04b6bb709482","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/49bf04b6bb709482","status":"passed","time":{"start":1728677216375,"stop":1728677216375,"duration":0}},{"uid":"8d4e527cde2b5fe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8d4e527cde2b5fe","status":"passed","time":{"start":1728669925462,"stop":1728669925464,"duration":2}},{"uid":"fdfc1f463d818a06","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fdfc1f463d818a06","status":"passed","time":{"start":1728598268817,"stop":1728598268818,"duration":1}},{"uid":"86bd7cd52d70bdbc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86bd7cd52d70bdbc","status":"passed","time":{"start":1728597503946,"stop":1728597503946,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6c4b89a506fcbe94","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6c4b89a506fcbe94","status":"passed","time":{"start":1729034435415,"stop":1729034435415,"duration":0}},{"uid":"1c8fa20dd6f995e5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1c8fa20dd6f995e5","status":"passed","time":{"start":1729034202101,"stop":1729034202101,"duration":0}},{"uid":"2a4ad87259139cfb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2a4ad87259139cfb","status":"passed","time":{"start":1729034126113,"stop":1729034126113,"duration":0}},{"uid":"5ace509ce8c04794","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ace509ce8c04794","status":"passed","time":{"start":1729033939924,"stop":1729033939924,"duration":0}},{"uid":"40ea5ca5e049dfb1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/40ea5ca5e049dfb1","status":"passed","time":{"start":1729031988775,"stop":1729031988775,"duration":0}},{"uid":"542839511f600295","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/542839511f600295","status":"passed","time":{"start":1728901555756,"stop":1728901555756,"duration":0}},{"uid":"2c8cd562dfa334e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2c8cd562dfa334e4","status":"passed","time":{"start":1728892995572,"stop":1728892995572,"duration":0}},{"uid":"5c7a4e6dd949d508","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5c7a4e6dd949d508","status":"passed","time":{"start":1728855954643,"stop":1728855954643,"duration":0}},{"uid":"2474a01afa71426c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2474a01afa71426c","status":"passed","time":{"start":1728738169521,"stop":1728738169522,"duration":1}},{"uid":"b257ce567cf50b3c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b257ce567cf50b3c","status":"passed","time":{"start":1728682707227,"stop":1728682707228,"duration":1}},{"uid":"18a61caaff3afce8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18a61caaff3afce8","status":"passed","time":{"start":1728682285119,"stop":1728682285122,"duration":3}},{"uid":"848b4daf2e77cc7b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/848b4daf2e77cc7b","status":"passed","time":{"start":1728676761149,"stop":1728676761151,"duration":2}},{"uid":"f569a4e584ee9357","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f569a4e584ee9357","status":"passed","time":{"start":1728669488936,"stop":1728669488936,"duration":0}},{"uid":"3bfd5a818bde8a31","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3bfd5a818bde8a31","status":"passed","time":{"start":1728597819572,"stop":1728597819573,"duration":1}},{"uid":"365b258237c330b1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/365b258237c330b1","status":"passed","time":{"start":1728597041918,"stop":1728597041918,"duration":0}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"830bb322b517bc67","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/830bb322b517bc67","status":"passed","time":{"start":1729034356194,"stop":1729034356194,"duration":0}},{"uid":"d78fa7da93a78e81","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d78fa7da93a78e81","status":"passed","time":{"start":1729034120190,"stop":1729034120192,"duration":2}},{"uid":"b6e1db2b063795f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b6e1db2b063795f9","status":"passed","time":{"start":1729034043326,"stop":1729034043326,"duration":0}},{"uid":"f6aff17b0d7a84ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f6aff17b0d7a84ac","status":"passed","time":{"start":1729033858029,"stop":1729033858029,"duration":0}},{"uid":"fc01d35e064f841c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fc01d35e064f841c","status":"passed","time":{"start":1729031908098,"stop":1729031908098,"duration":0}},{"uid":"145163a12ced40b0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/145163a12ced40b0","status":"passed","time":{"start":1728901453391,"stop":1728901453392,"duration":1}},{"uid":"52fcd641bc984083","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/52fcd641bc984083","status":"passed","time":{"start":1728892884020,"stop":1728892884021,"duration":1}},{"uid":"5d02431c136e7782","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5d02431c136e7782","status":"passed","time":{"start":1728855846492,"stop":1728855846492,"duration":0}},{"uid":"2be43f7ace228e4e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2be43f7ace228e4e","status":"passed","time":{"start":1728738063721,"stop":1728738063722,"duration":1}},{"uid":"57f9e04920e90962","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/57f9e04920e90962","status":"passed","time":{"start":1728682597442,"stop":1728682597443,"duration":1}},{"uid":"152cb8f1ea353c58","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/152cb8f1ea353c58","status":"passed","time":{"start":1728682170235,"stop":1728682170235,"duration":0}},{"uid":"3208f01e05e0f3a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3208f01e05e0f3a","status":"passed","time":{"start":1728676645009,"stop":1728676645009,"duration":0}},{"uid":"4e05a5d0fc4c670f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4e05a5d0fc4c670f","status":"passed","time":{"start":1728669367789,"stop":1728669367790,"duration":1}},{"uid":"4ca712e9edbf2dbb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ca712e9edbf2dbb","status":"passed","time":{"start":1728597708641,"stop":1728597708642,"duration":1}},{"uid":"954a9635d6171526","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/954a9635d6171526","status":"passed","time":{"start":1728596927930,"stop":1728596927930,"duration":0}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"dc47413c8207c857","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dc47413c8207c857","status":"passed","time":{"start":1729034640525,"stop":1729034640526,"duration":1}},{"uid":"7f751642b374e186","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7f751642b374e186","status":"passed","time":{"start":1729034411425,"stop":1729034411426,"duration":1}},{"uid":"ef8bfc954f3ca774","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ef8bfc954f3ca774","status":"passed","time":{"start":1729034327408,"stop":1729034327408,"duration":0}},{"uid":"bb50d15d78f8e19e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bb50d15d78f8e19e","status":"passed","time":{"start":1729034147781,"stop":1729034147781,"duration":0}},{"uid":"3833adbaca369f63","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3833adbaca369f63","status":"passed","time":{"start":1729032204830,"stop":1729032204830,"duration":0}},{"uid":"f6f122f0bb3d7ef0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f6f122f0bb3d7ef0","status":"passed","time":{"start":1728901907714,"stop":1728901907714,"duration":0}},{"uid":"ef5a123319897843","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ef5a123319897843","status":"passed","time":{"start":1728893341890,"stop":1728893341890,"duration":0}},{"uid":"69a39bcd4ddb16a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/69a39bcd4ddb16a9","status":"passed","time":{"start":1728856299383,"stop":1728856299384,"duration":1}},{"uid":"688ac7ddaf0d7194","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/688ac7ddaf0d7194","status":"passed","time":{"start":1728738511620,"stop":1728738511620,"duration":0}},{"uid":"c88788febaaff05a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c88788febaaff05a","status":"passed","time":{"start":1728683052913,"stop":1728683052913,"duration":0}},{"uid":"7ca35d4bfbaee51e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ca35d4bfbaee51e","status":"passed","time":{"start":1728682612913,"stop":1728682612913,"duration":0}},{"uid":"48dc26b2cd89b54e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/48dc26b2cd89b54e","status":"passed","time":{"start":1728677115748,"stop":1728677115749,"duration":1}},{"uid":"5a296a5b9e842546","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5a296a5b9e842546","status":"passed","time":{"start":1728669778177,"stop":1728669778177,"duration":0}},{"uid":"31ea8bc52b643533","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/31ea8bc52b643533","status":"passed","time":{"start":1728598175435,"stop":1728598175436,"duration":1}},{"uid":"3786a25e9eca6340","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3786a25e9eca6340","status":"passed","time":{"start":1728597380065,"stop":1728597380065,"duration":0}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2a982b30a3dd6eb8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2a982b30a3dd6eb8","status":"passed","time":{"start":1729034356472,"stop":1729034356473,"duration":1}},{"uid":"7ce45d77436ff268","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7ce45d77436ff268","status":"passed","time":{"start":1729034120498,"stop":1729034120498,"duration":0}},{"uid":"696da7a61f1ddfd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/696da7a61f1ddfd","status":"passed","time":{"start":1729033858267,"stop":1729033858268,"duration":1}},{"uid":"3333db3892b5a55","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3333db3892b5a55","status":"passed","time":{"start":1729031908174,"stop":1729031908175,"duration":1}},{"uid":"7fbbc584e101e5a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7fbbc584e101e5a6","status":"passed","time":{"start":1728901453931,"stop":1728901453931,"duration":0}},{"uid":"af6811eba050a209","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/af6811eba050a209","status":"passed","time":{"start":1728892884407,"stop":1728892884408,"duration":1}},{"uid":"b4ed7b77b617968b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4ed7b77b617968b","status":"passed","time":{"start":1728855846877,"stop":1728855846877,"duration":0}},{"uid":"80ad9b9177161ed2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80ad9b9177161ed2","status":"passed","time":{"start":1728738064180,"stop":1728738064181,"duration":1}},{"uid":"92b964cead0f1010","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/92b964cead0f1010","status":"passed","time":{"start":1728682597758,"stop":1728682597758,"duration":0}},{"uid":"c0aac7fc16f74ea2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c0aac7fc16f74ea2","status":"passed","time":{"start":1728682170538,"stop":1728682170538,"duration":0}},{"uid":"8df046228bb78008","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8df046228bb78008","status":"passed","time":{"start":1728676645197,"stop":1728676645198,"duration":1}},{"uid":"8db6a4962c5d2f32","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8db6a4962c5d2f32","status":"passed","time":{"start":1728669368193,"stop":1728669368193,"duration":0}},{"uid":"ba85f0ec1bcfc688","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ba85f0ec1bcfc688","status":"passed","time":{"start":1728597709007,"stop":1728597709008,"duration":1}},{"uid":"e94eea262ef2e628","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e94eea262ef2e628","status":"passed","time":{"start":1728596928104,"stop":1728596928104,"duration":0}}]},"753db9fac30dc7b9b9c54398732e67b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"789a8ddf3881b7cd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/789a8ddf3881b7cd","status":"passed","time":{"start":1728738494950,"stop":1728738494951,"duration":1}}]},"a42e133e601d75da3a745776db79e6b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"84fcf69ea18f9e47","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/84fcf69ea18f9e47","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473211,"stop":1729034473211,"duration":0}},{"uid":"7a3f64ba38c5db33","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a3f64ba38c5db33","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241153,"stop":1729034241153,"duration":0}},{"uid":"6fa722152d71805","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6fa722152d71805","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159971,"stop":1729034159971,"duration":0}},{"uid":"7bef0cac260f3ac0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bef0cac260f3ac0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977062,"stop":1729033977062,"duration":0}},{"uid":"e2d1bbe01030416d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e2d1bbe01030416d","status":"passed","time":{"start":1729032093769,"stop":1729032093773,"duration":4}},{"uid":"1ae9fcb6231182b3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1ae9fcb6231182b3","status":"passed","time":{"start":1728901748771,"stop":1728901748771,"duration":0}},{"uid":"304a2510fbc7bbb6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/304a2510fbc7bbb6","status":"passed","time":{"start":1728893181083,"stop":1728893181083,"duration":0}},{"uid":"4e5af494b15e8e9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4e5af494b15e8e9","status":"passed","time":{"start":1728856155549,"stop":1728856155549,"duration":0}},{"uid":"65f78274bbb66213","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/65f78274bbb66213","status":"passed","time":{"start":1728738360282,"stop":1728738360283,"duration":1}},{"uid":"96c81acaee3fba62","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96c81acaee3fba62","status":"passed","time":{"start":1728682907218,"stop":1728682907219,"duration":1}},{"uid":"cd2c9ae980def4a7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd2c9ae980def4a7","status":"passed","time":{"start":1728682466728,"stop":1728682466728,"duration":0}},{"uid":"45fda504ee21700b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/45fda504ee21700b","status":"passed","time":{"start":1728676955718,"stop":1728676955718,"duration":0}},{"uid":"f03bd07f4d9d2c68","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f03bd07f4d9d2c68","status":"passed","time":{"start":1728598013532,"stop":1728598013532,"duration":0}},{"uid":"cb10feb7e9ef8ead","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cb10feb7e9ef8ead","status":"passed","time":{"start":1728597225197,"stop":1728597225197,"duration":0}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"dd22a1a626b63237","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd22a1a626b63237","status":"passed","time":{"start":1729034631261,"stop":1729034631261,"duration":0}},{"uid":"f3b2db3100ddec2b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f3b2db3100ddec2b","status":"passed","time":{"start":1729034400897,"stop":1729034400897,"duration":0}},{"uid":"d6121ca9358e120a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d6121ca9358e120a","status":"passed","time":{"start":1729034317487,"stop":1729034317488,"duration":1}},{"uid":"c7d6a0b0031b81ee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7d6a0b0031b81ee","status":"passed","time":{"start":1729034137153,"stop":1729034137154,"duration":1}},{"uid":"b29522b39049df3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b29522b39049df3","status":"passed","time":{"start":1729032206884,"stop":1729032206885,"duration":1}},{"uid":"789f57c08f43f187","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/789f57c08f43f187","status":"passed","time":{"start":1728901995034,"stop":1728901995034,"duration":0}},{"uid":"fc116305d6581c9c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fc116305d6581c9c","status":"passed","time":{"start":1728893421006,"stop":1728893421007,"duration":1}},{"uid":"e1213793958caf8f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e1213793958caf8f","status":"passed","time":{"start":1728856368604,"stop":1728856368605,"duration":1}},{"uid":"590b4dcfae70c9a3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/590b4dcfae70c9a3","status":"passed","time":{"start":1728738604691,"stop":1728738604691,"duration":0}},{"uid":"89af928318221143","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/89af928318221143","status":"passed","time":{"start":1728683117667,"stop":1728683117668,"duration":1}},{"uid":"50a63034a7eec125","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/50a63034a7eec125","status":"passed","time":{"start":1728682721325,"stop":1728682721325,"duration":0}},{"uid":"7820ea0bc82e778d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7820ea0bc82e778d","status":"passed","time":{"start":1728677184691,"stop":1728677184692,"duration":1}},{"uid":"e259420387e297d3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e259420387e297d3","status":"passed","time":{"start":1728669866473,"stop":1728669866474,"duration":1}},{"uid":"592d46904e3bee44","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/592d46904e3bee44","status":"passed","time":{"start":1728598250008,"stop":1728598250008,"duration":0}},{"uid":"ea0c62d7dafb2dc4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea0c62d7dafb2dc4","status":"passed","time":{"start":1728597472307,"stop":1728597472308,"duration":1}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3df0bf90631ed451","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3df0bf90631ed451","status":"passed","time":{"start":1729034704490,"stop":1729034704490,"duration":0}},{"uid":"280991d5d77b37a1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/280991d5d77b37a1","status":"passed","time":{"start":1729034474977,"stop":1729034474978,"duration":1}},{"uid":"e8e0c80ad5db33e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e8e0c80ad5db33e9","status":"passed","time":{"start":1729034395285,"stop":1729034395285,"duration":0}},{"uid":"27f75e82b69a994d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27f75e82b69a994d","status":"passed","time":{"start":1729034209087,"stop":1729034209087,"duration":0}},{"uid":"6ee3a71fcda45076","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ee3a71fcda45076","status":"passed","time":{"start":1729032264557,"stop":1729032264557,"duration":0}},{"uid":"3e3357e447be198d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3e3357e447be198d","status":"passed","time":{"start":1728902012831,"stop":1728902012832,"duration":1}},{"uid":"1dde550a8848bf15","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1dde550a8848bf15","status":"passed","time":{"start":1728893454805,"stop":1728893454805,"duration":0}},{"uid":"a7173089acdf3185","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a7173089acdf3185","status":"passed","time":{"start":1728856408447,"stop":1728856408447,"duration":0}},{"uid":"bbe3250a0c320802","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bbe3250a0c320802","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"74bc1004f2fdf1c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/74bc1004f2fdf1c","status":"passed","time":{"start":1728683159729,"stop":1728683159730,"duration":1}},{"uid":"994819e9ac7b60ba","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/994819e9ac7b60ba","status":"passed","time":{"start":1728682751323,"stop":1728682751323,"duration":0}},{"uid":"645bfc577fd7dc69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/645bfc577fd7dc69","status":"passed","time":{"start":1728677216349,"stop":1728677216350,"duration":1}},{"uid":"9e88ebb41f69655d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e88ebb41f69655d","status":"passed","time":{"start":1728669925447,"stop":1728669925448,"duration":1}},{"uid":"b7522e9660165b7c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b7522e9660165b7c","status":"passed","time":{"start":1728598268794,"stop":1728598268795,"duration":1}},{"uid":"6d213d83ca528fc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6d213d83ca528fc2","status":"passed","time":{"start":1728597503897,"stop":1728597503898,"duration":1}}]},"3774d846f67f54ba63c4da14e0ae9eed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b95dad2ca9b00f4f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b95dad2ca9b00f4f","status":"passed","time":{"start":1728738274744,"stop":1728738274744,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b17ba7838f7bcd58","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b17ba7838f7bcd58","status":"passed","time":{"start":1729034640527,"stop":1729034640527,"duration":0}},{"uid":"235aba47b9e695c1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/235aba47b9e695c1","status":"passed","time":{"start":1729034411427,"stop":1729034411427,"duration":0}},{"uid":"d336192d00a2af60","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d336192d00a2af60","status":"passed","time":{"start":1729034327409,"stop":1729034327410,"duration":1}},{"uid":"5066d071ede58126","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5066d071ede58126","status":"passed","time":{"start":1729034147786,"stop":1729034147787,"duration":1}},{"uid":"c77eed8b8f36ebc8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c77eed8b8f36ebc8","status":"passed","time":{"start":1729032204831,"stop":1729032204832,"duration":1}},{"uid":"c3645ecc03f591a5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c3645ecc03f591a5","status":"passed","time":{"start":1728901907715,"stop":1728901907716,"duration":1}},{"uid":"964bc01b453270","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/964bc01b453270","status":"passed","time":{"start":1728893341891,"stop":1728893341892,"duration":1}},{"uid":"4948d0a248fed98e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4948d0a248fed98e","status":"passed","time":{"start":1728856299385,"stop":1728856299386,"duration":1}},{"uid":"6d5a45a5307bdc8e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d5a45a5307bdc8e","status":"passed","time":{"start":1728738511622,"stop":1728738511622,"duration":0}},{"uid":"433a45a31b54cef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/433a45a31b54cef","status":"passed","time":{"start":1728683052914,"stop":1728683052914,"duration":0}},{"uid":"6988365420870e46","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6988365420870e46","status":"passed","time":{"start":1728682612914,"stop":1728682612914,"duration":0}},{"uid":"410e0198a65b563a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/410e0198a65b563a","status":"passed","time":{"start":1728677115750,"stop":1728677115750,"duration":0}},{"uid":"a5df5b153c928c31","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a5df5b153c928c31","status":"passed","time":{"start":1728669778186,"stop":1728669778186,"duration":0}},{"uid":"17a1afab2b1c9017","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/17a1afab2b1c9017","status":"passed","time":{"start":1728598175436,"stop":1728598175437,"duration":1}},{"uid":"ce42aedbd635b523","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ce42aedbd635b523","status":"passed","time":{"start":1728597380066,"stop":1728597380066,"duration":0}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b8ca59d374fcebfd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b8ca59d374fcebfd","status":"passed","time":{"start":1729034536100,"stop":1729034536101,"duration":1}},{"uid":"b10f8b89c52a8f03","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b10f8b89c52a8f03","status":"passed","time":{"start":1729034296706,"stop":1729034296707,"duration":1}},{"uid":"b6bd66b85f48f8c5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b6bd66b85f48f8c5","status":"passed","time":{"start":1729034220603,"stop":1729034220604,"duration":1}},{"uid":"7ec4aca1a050b75e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ec4aca1a050b75e","status":"passed","time":{"start":1729034041488,"stop":1729034041488,"duration":0}},{"uid":"bb2a2066c44d2c1b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bb2a2066c44d2c1b","status":"passed","time":{"start":1728901705401,"stop":1728901705402,"duration":1}},{"uid":"5a2477b2c3d05299","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a2477b2c3d05299","status":"passed","time":{"start":1728893141776,"stop":1728893141776,"duration":0}},{"uid":"9ea75abe0929d59d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9ea75abe0929d59d","status":"passed","time":{"start":1728856087083,"stop":1728856087083,"duration":0}},{"uid":"6d813a30f770a7b7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d813a30f770a7b7","status":"passed","time":{"start":1728738321435,"stop":1728738321436,"duration":1}},{"uid":"db59c757481645d8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/db59c757481645d8","status":"passed","time":{"start":1728682845674,"stop":1728682845674,"duration":0}},{"uid":"40bc92c160653ecf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/40bc92c160653ecf","status":"passed","time":{"start":1728682424310,"stop":1728682424310,"duration":0}},{"uid":"d6f45a89718264a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d6f45a89718264a8","status":"passed","time":{"start":1728676900519,"stop":1728676900520,"duration":1}},{"uid":"cd27b416f189835b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cd27b416f189835b","status":"passed","time":{"start":1728669625800,"stop":1728669625800,"duration":0}},{"uid":"586d187a4508a620","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/586d187a4508a620","status":"passed","time":{"start":1728597957165,"stop":1728597957166,"duration":1}},{"uid":"620581566018c85","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/620581566018c85","status":"passed","time":{"start":1728597182617,"stop":1728597182617,"duration":0}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f52a405e4780b05d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f52a405e4780b05d","status":"passed","time":{"start":1729034360434,"stop":1729034360434,"duration":0}},{"uid":"7b93d63aa892bd72","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7b93d63aa892bd72","status":"passed","time":{"start":1729034124360,"stop":1729034124361,"duration":1}},{"uid":"f810adf39844c663","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f810adf39844c663","status":"passed","time":{"start":1729034047482,"stop":1729034047482,"duration":0}},{"uid":"fb83e63e34db5f51","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb83e63e34db5f51","status":"passed","time":{"start":1729033862326,"stop":1729033862327,"duration":1}},{"uid":"79d618c435d94308","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/79d618c435d94308","status":"passed","time":{"start":1729031912068,"stop":1729031912068,"duration":0}},{"uid":"5f32ef8300ca60a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5f32ef8300ca60a9","status":"passed","time":{"start":1728901457814,"stop":1728901457814,"duration":0}},{"uid":"fb79bcd94c7a42ef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fb79bcd94c7a42ef","status":"passed","time":{"start":1728892888298,"stop":1728892888299,"duration":1}},{"uid":"d5d8f298fb5d62a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d5d8f298fb5d62a0","status":"passed","time":{"start":1728855850786,"stop":1728855850786,"duration":0}},{"uid":"da0dac7c43db923c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da0dac7c43db923c","status":"passed","time":{"start":1728738068161,"stop":1728738068161,"duration":0}},{"uid":"321f1625df1dc3b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/321f1625df1dc3b7","status":"passed","time":{"start":1728682601671,"stop":1728682601671,"duration":0}},{"uid":"519b53f852df8b1b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/519b53f852df8b1b","status":"passed","time":{"start":1728682174563,"stop":1728682174563,"duration":0}},{"uid":"800a9c9f93880cf1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/800a9c9f93880cf1","status":"passed","time":{"start":1728676648929,"stop":1728676648929,"duration":0}},{"uid":"913be7314b9b9633","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/913be7314b9b9633","status":"passed","time":{"start":1728669372208,"stop":1728669372208,"duration":0}},{"uid":"ca5989e03a2400d6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca5989e03a2400d6","status":"passed","time":{"start":1728597712757,"stop":1728597712758,"duration":1}},{"uid":"eeb7232dbcae9189","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eeb7232dbcae9189","status":"passed","time":{"start":1728596931864,"stop":1728596931865,"duration":1}}]},"9ff85ec9081596478e91c1fee918ec00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18ebe73f73b00141","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/18ebe73f73b00141","status":"passed","time":{"start":1729032206889,"stop":1729032206889,"duration":0}}]},"d6e2e2d1bf8ff7282eb2d8901dea6947:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dffe251dd29ce0eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dffe251dd29ce0eb","status":"passed","time":{"start":1728598221884,"stop":1728598221885,"duration":1}}]},"364a38dd532b9b55e63ed8cddebbd5c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb9630b168436422","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb9630b168436422","status":"passed","time":{"start":1729034121947,"stop":1729034121947,"duration":0}}]},"320b767fba69f4af7c769c08759ce298:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f125347261610e4d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f125347261610e4d","status":"passed","time":{"start":1728597472310,"stop":1728597472311,"duration":1}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"483848b214d5498","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/483848b214d5498","status":"passed","time":{"start":1729034348760,"stop":1729034348760,"duration":0}},{"uid":"7b67d2a3ba07d6fd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7b67d2a3ba07d6fd","status":"passed","time":{"start":1729034112603,"stop":1729034112603,"duration":0}},{"uid":"e39be7454d246ff7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e39be7454d246ff7","status":"passed","time":{"start":1729034035871,"stop":1729034035871,"duration":0}},{"uid":"f290f7e70d55ae92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f290f7e70d55ae92","status":"passed","time":{"start":1729033850547,"stop":1729033850548,"duration":1}},{"uid":"c4be06e8d50e21b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c4be06e8d50e21b2","status":"passed","time":{"start":1729031900270,"stop":1729031900271,"duration":1}},{"uid":"34f13a2165d534f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/34f13a2165d534f5","status":"passed","time":{"start":1728901446176,"stop":1728901446176,"duration":0}},{"uid":"4e00e1f04d816b52","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4e00e1f04d816b52","status":"passed","time":{"start":1728892876476,"stop":1728892876476,"duration":0}},{"uid":"e168668c08a2f88b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e168668c08a2f88b","status":"passed","time":{"start":1728855839197,"stop":1728855839198,"duration":1}},{"uid":"22ca3cd124e4f0d4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/22ca3cd124e4f0d4","status":"passed","time":{"start":1728738056463,"stop":1728738056463,"duration":0}},{"uid":"401bb96eb753402d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/401bb96eb753402d","status":"passed","time":{"start":1728682590043,"stop":1728682590043,"duration":0}},{"uid":"d89945eee04644bb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d89945eee04644bb","status":"passed","time":{"start":1728682162837,"stop":1728682162837,"duration":0}},{"uid":"2898b40af3d01b20","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2898b40af3d01b20","status":"passed","time":{"start":1728676637410,"stop":1728676637411,"duration":1}},{"uid":"9fb3e5aa96bc25f4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9fb3e5aa96bc25f4","status":"passed","time":{"start":1728669360493,"stop":1728669360493,"duration":0}},{"uid":"6d459aba4191577e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6d459aba4191577e","status":"passed","time":{"start":1728597701235,"stop":1728597701235,"duration":0}},{"uid":"5cac5ac598426715","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5cac5ac598426715","status":"passed","time":{"start":1728596920369,"stop":1728596920370,"duration":1}}]},"bcbb9205ab18df037ac42f3e3e5effef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26a771fa81e71e90","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/26a771fa81e71e90","status":"passed","time":{"start":1729034304829,"stop":1729034304831,"duration":2}}]},"61980bd2a54185c7d9375cbc103df885:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e3ceec3cc5ea0d8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e3ceec3cc5ea0d8","status":"passed","time":{"start":1728598221896,"stop":1728598221898,"duration":2}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"90db54f39f34d6ed","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/90db54f39f34d6ed","status":"passed","time":{"start":1729034626850,"stop":1729034626851,"duration":1}},{"uid":"562fb56c6c841aa6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/562fb56c6c841aa6","status":"passed","time":{"start":1729034398546,"stop":1729034398546,"duration":0}},{"uid":"8f8080fd7772115f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8f8080fd7772115f","status":"passed","time":{"start":1729034314813,"stop":1729034314813,"duration":0}},{"uid":"69a1c121d3415ac7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69a1c121d3415ac7","status":"passed","time":{"start":1729034137162,"stop":1729034137163,"duration":1}},{"uid":"52b5c3b61b0ce204","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/52b5c3b61b0ce204","status":"passed","time":{"start":1729032187244,"stop":1729032187245,"duration":1}},{"uid":"4152c9fcaa76d85c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4152c9fcaa76d85c","status":"passed","time":{"start":1728901888428,"stop":1728901888428,"duration":0}},{"uid":"703c1cbef1e3e518","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/703c1cbef1e3e518","status":"passed","time":{"start":1728893323781,"stop":1728893323786,"duration":5}},{"uid":"e981ca6310633759","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e981ca6310633759","status":"passed","time":{"start":1728856285925,"stop":1728856285926,"duration":1}},{"uid":"beace147b3021a59","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/beace147b3021a59","status":"passed","time":{"start":1728738498273,"stop":1728738498274,"duration":1}},{"uid":"12c18256d12c6015","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/12c18256d12c6015","status":"passed","time":{"start":1728683041390,"stop":1728683041390,"duration":0}},{"uid":"c853be0297974c43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c853be0297974c43","status":"passed","time":{"start":1728682596011,"stop":1728682596012,"duration":1}},{"uid":"e67da0d7d75e3141","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e67da0d7d75e3141","status":"passed","time":{"start":1728677091266,"stop":1728677091266,"duration":0}},{"uid":"4afd47965b083d22","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4afd47965b083d22","status":"passed","time":{"start":1728669766424,"stop":1728669766424,"duration":0}},{"uid":"a1222fc61ce52159","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a1222fc61ce52159","status":"passed","time":{"start":1728598152071,"stop":1728598152071,"duration":0}},{"uid":"54a8adda9a687036","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/54a8adda9a687036","status":"passed","time":{"start":1728597364114,"stop":1728597364114,"duration":0}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b1b5820b096a38ea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b1b5820b096a38ea","status":"passed","time":{"start":1729034704489,"stop":1729034704489,"duration":0}},{"uid":"8cec1ecc7ad878be","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8cec1ecc7ad878be","status":"passed","time":{"start":1729034474974,"stop":1729034474974,"duration":0}},{"uid":"d46d521eefb6dde2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d46d521eefb6dde2","status":"passed","time":{"start":1729034395284,"stop":1729034395285,"duration":1}},{"uid":"5030f603a00cc87d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5030f603a00cc87d","status":"passed","time":{"start":1729034209086,"stop":1729034209086,"duration":0}},{"uid":"27cecbcec28c670a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/27cecbcec28c670a","status":"passed","time":{"start":1729032264556,"stop":1729032264556,"duration":0}},{"uid":"7e6e3e2eb7770a87","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e6e3e2eb7770a87","status":"passed","time":{"start":1728902012830,"stop":1728902012831,"duration":1}},{"uid":"6c40be0976ee2523","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c40be0976ee2523","status":"passed","time":{"start":1728893454804,"stop":1728893454804,"duration":0}},{"uid":"8dce419d6ba5c6d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8dce419d6ba5c6d","status":"passed","time":{"start":1728856408446,"stop":1728856408446,"duration":0}},{"uid":"cb839473a5535605","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb839473a5535605","status":"passed","time":{"start":1728738633849,"stop":1728738633849,"duration":0}},{"uid":"e33031e146b31928","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e33031e146b31928","status":"passed","time":{"start":1728683159722,"stop":1728683159723,"duration":1}},{"uid":"917861de3dd08f07","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/917861de3dd08f07","status":"passed","time":{"start":1728682751322,"stop":1728682751322,"duration":0}},{"uid":"eff8e0a0d46cd6c4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eff8e0a0d46cd6c4","status":"passed","time":{"start":1728677216348,"stop":1728677216349,"duration":1}},{"uid":"ffff79827afdc70b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ffff79827afdc70b","status":"passed","time":{"start":1728669925446,"stop":1728669925447,"duration":1}},{"uid":"cda0a07ce4744618","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cda0a07ce4744618","status":"passed","time":{"start":1728598268792,"stop":1728598268792,"duration":0}},{"uid":"567c58d4c55c04db","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/567c58d4c55c04db","status":"passed","time":{"start":1728597503894,"stop":1728597503894,"duration":0}}]},"5c2c3083330cb887d84965b78f55aed7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19d4c55fb9920364","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19d4c55fb9920364","status":"passed","time":{"start":1728893389987,"stop":1728893389987,"duration":0}}]},"6d75e1481d6b79679f9552dd0120c2f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d6954a5f854c88b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d6954a5f854c88b3","status":"passed","time":{"start":1729034348297,"stop":1729034348298,"duration":1}},{"uid":"191ca26afcdce00c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/191ca26afcdce00c","status":"passed","time":{"start":1729034111876,"stop":1729034111878,"duration":2}},{"uid":"b9240871fd3f031","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b9240871fd3f031","status":"passed","time":{"start":1729034034980,"stop":1729034034980,"duration":0}},{"uid":"c291b76d1f5f8527","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c291b76d1f5f8527","status":"passed","time":{"start":1729033849393,"stop":1729033849393,"duration":0}},{"uid":"ca1d9c167d645d2d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ca1d9c167d645d2d","status":"passed","time":{"start":1729031899548,"stop":1729031899548,"duration":0}},{"uid":"6de557f9ca00e30b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6de557f9ca00e30b","status":"passed","time":{"start":1728901444842,"stop":1728901444842,"duration":0}},{"uid":"e26a19e3bd0c17d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e26a19e3bd0c17d8","status":"passed","time":{"start":1728892875617,"stop":1728892875618,"duration":1}},{"uid":"f6a9724c87b4cb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f6a9724c87b4cb0","status":"passed","time":{"start":1728855838490,"stop":1728855838491,"duration":1}},{"uid":"ff4f65f8aae8909c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff4f65f8aae8909c","status":"passed","time":{"start":1728738055452,"stop":1728738055452,"duration":0}},{"uid":"8ad5fce085efdcac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8ad5fce085efdcac","status":"passed","time":{"start":1728682589263,"stop":1728682589264,"duration":1}},{"uid":"d0909425c688afea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d0909425c688afea","status":"passed","time":{"start":1728682162182,"stop":1728682162182,"duration":0}},{"uid":"7eaae47a77dd856a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7eaae47a77dd856a","status":"passed","time":{"start":1728676636513,"stop":1728676636514,"duration":1}},{"uid":"4217b0c4bf025645","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4217b0c4bf025645","status":"passed","time":{"start":1728669359847,"stop":1728669359848,"duration":1}},{"uid":"60915e1b04abc5c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/60915e1b04abc5c7","status":"passed","time":{"start":1728597699703,"stop":1728597699704,"duration":1}},{"uid":"f66ac5863f2e4f6b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f66ac5863f2e4f6b","status":"passed","time":{"start":1728596919893,"stop":1728596919894,"duration":1}}]},"4aa8512077696822107d202410b8f842:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a153340252c370c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7a153340252c370c","status":"passed","time":{"start":1728598212610,"stop":1728598212610,"duration":0}}]},"28c630c3b6f49bba07597b08a5ffc09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5b6e64b36da5fdc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f5b6e64b36da5fdc","status":"passed","time":{"start":1729034656465,"stop":1729034656465,"duration":0}}]},"930e667125b8a134adfed6d0d717f670:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2ac5d31b442d619a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ac5d31b442d619a","status":"passed","time":{"start":1729034348412,"stop":1729034348413,"duration":1}},{"uid":"7995b6f3f717a90c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7995b6f3f717a90c","status":"passed","time":{"start":1729034112233,"stop":1729034112233,"duration":0}},{"uid":"a0809969da56c5a2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a0809969da56c5a2","status":"passed","time":{"start":1729034035749,"stop":1729034035749,"duration":0}},{"uid":"cd6d0a069e1cf87d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cd6d0a069e1cf87d","status":"passed","time":{"start":1729033850298,"stop":1729033850298,"duration":0}},{"uid":"cd77a7016db8911d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cd77a7016db8911d","status":"passed","time":{"start":1729031899901,"stop":1729031899901,"duration":0}},{"uid":"8220ecd04e5b9c61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8220ecd04e5b9c61","status":"passed","time":{"start":1728901445870,"stop":1728901445870,"duration":0}},{"uid":"8cfdfaefa995c5b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8cfdfaefa995c5b0","status":"passed","time":{"start":1728892875904,"stop":1728892875905,"duration":1}},{"uid":"cf91357bc19d73ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cf91357bc19d73ab","status":"passed","time":{"start":1728855839036,"stop":1728855839037,"duration":1}},{"uid":"879ce9d0bfa19a3e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/879ce9d0bfa19a3e","status":"passed","time":{"start":1728738056183,"stop":1728738056184,"duration":1}},{"uid":"b1addbcd0a335d12","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1addbcd0a335d12","status":"passed","time":{"start":1728682589458,"stop":1728682589458,"duration":0}},{"uid":"4f906cc239051ce9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4f906cc239051ce9","status":"passed","time":{"start":1728682162315,"stop":1728682162316,"duration":1}},{"uid":"e1c4c01b4fc7f9ce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e1c4c01b4fc7f9ce","status":"passed","time":{"start":1728676637001,"stop":1728676637001,"duration":0}},{"uid":"f5f673f87dd2a1c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5f673f87dd2a1c","status":"passed","time":{"start":1728669360368,"stop":1728669360368,"duration":0}},{"uid":"4c2921866d0cec2e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4c2921866d0cec2e","status":"passed","time":{"start":1728597700887,"stop":1728597700887,"duration":0}},{"uid":"4fc55d826997732d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4fc55d826997732d","status":"passed","time":{"start":1728596919825,"stop":1728596919826,"duration":1}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"42f7d1138fc735ba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/42f7d1138fc735ba","status":"passed","time":{"start":1729034506792,"stop":1729034506792,"duration":0}},{"uid":"60c427569cd05b1a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/60c427569cd05b1a","status":"passed","time":{"start":1729034259816,"stop":1729034259817,"duration":1}},{"uid":"fb3da0feb1654a40","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fb3da0feb1654a40","status":"passed","time":{"start":1729034194016,"stop":1729034194017,"duration":1}},{"uid":"c9d88f93e9e346e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c9d88f93e9e346e","status":"passed","time":{"start":1729034014867,"stop":1729034014871,"duration":4}},{"uid":"2e786613f025bf51","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e786613f025bf51","status":"passed","time":{"start":1729032065450,"stop":1729032065452,"duration":2}},{"uid":"518c46f5f0679aa5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/518c46f5f0679aa5","status":"passed","time":{"start":1728901664264,"stop":1728901664265,"duration":1}},{"uid":"dff17761edd0f44c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dff17761edd0f44c","status":"passed","time":{"start":1728893093690,"stop":1728893093690,"duration":0}},{"uid":"454fd35b7c87e7e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/454fd35b7c87e7e7","status":"passed","time":{"start":1728856055271,"stop":1728856055271,"duration":0}},{"uid":"37f429f4f798b995","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37f429f4f798b995","status":"passed","time":{"start":1728738274743,"stop":1728738274743,"duration":0}},{"uid":"3d7c21bb5cceab5a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3d7c21bb5cceab5a","status":"passed","time":{"start":1728682807956,"stop":1728682807956,"duration":0}},{"uid":"1c96ac0f06aec6a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1c96ac0f06aec6a1","status":"passed","time":{"start":1728682381283,"stop":1728682381284,"duration":1}},{"uid":"f973d5b5d6fd28aa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f973d5b5d6fd28aa","status":"passed","time":{"start":1728676853896,"stop":1728676853896,"duration":0}},{"uid":"3bf1770ee6fbe3c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3bf1770ee6fbe3c1","status":"passed","time":{"start":1728669581693,"stop":1728669581694,"duration":1}},{"uid":"d549a56e989bd7d0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d549a56e989bd7d0","status":"passed","time":{"start":1728597923480,"stop":1728597923480,"duration":0}},{"uid":"ea0757b0ce2fc827","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea0757b0ce2fc827","status":"passed","time":{"start":1728597132262,"stop":1728597132262,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5cf25a762956d1f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5cf25a762956d1f","status":"passed","time":{"start":1729034617779,"stop":1729034617780,"duration":1}},{"uid":"adf34b55b8750567","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/adf34b55b8750567","status":"passed","time":{"start":1729034370930,"stop":1729034370937,"duration":7}},{"uid":"db33be0604d83046","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/db33be0604d83046","status":"passed","time":{"start":1729034308907,"stop":1729034308910,"duration":3}},{"uid":"90e8f5877cd559ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/90e8f5877cd559ac","status":"passed","time":{"start":1729034129482,"stop":1729034129483,"duration":1}},{"uid":"58104fe616ab2d5c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/58104fe616ab2d5c","status":"passed","time":{"start":1729032178384,"stop":1729032178384,"duration":0}},{"uid":"fd788c73ca753e0c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd788c73ca753e0c","status":"passed","time":{"start":1728901896356,"stop":1728901896357,"duration":1}},{"uid":"1d2dfd21f1ef5b93","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d2dfd21f1ef5b93","status":"passed","time":{"start":1728893329038,"stop":1728893329040,"duration":2}},{"uid":"e76881028ce2abbc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e76881028ce2abbc","status":"passed","time":{"start":1728856284777,"stop":1728856284778,"duration":1}},{"uid":"31142598e9ed9485","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/31142598e9ed9485","status":"passed","time":{"start":1728738494951,"stop":1728738494951,"duration":0}},{"uid":"f32cf4f0ac2f9ea9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f32cf4f0ac2f9ea9","status":"passed","time":{"start":1728683033640,"stop":1728683033641,"duration":1}},{"uid":"b3188fbb101bbc79","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3188fbb101bbc79","status":"passed","time":{"start":1728682601748,"stop":1728682601748,"duration":0}},{"uid":"4daf6ec49c5d2174","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4daf6ec49c5d2174","status":"passed","time":{"start":1728677107990,"stop":1728677107990,"duration":0}},{"uid":"be3969461215a19e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be3969461215a19e","status":"passed","time":{"start":1728669764762,"stop":1728669764762,"duration":0}},{"uid":"439f0cdaee9350b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/439f0cdaee9350b4","status":"passed","time":{"start":1728598157580,"stop":1728598157580,"duration":0}},{"uid":"92e2d17454354686","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92e2d17454354686","status":"passed","time":{"start":1728597369089,"stop":1728597369089,"duration":0}}]},"84a2a8278571fa9229204c5b49612f14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"cb7fe630ebbca557","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cb7fe630ebbca557","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901734209,"stop":1728901734209,"duration":0}},{"uid":"412fb5e00bb97ee2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/412fb5e00bb97ee2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893166576,"stop":1728893166576,"duration":0}},{"uid":"6e36420483daf83d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6e36420483daf83d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676929955,"stop":1728676929955,"duration":0}},{"uid":"d6f286e8930f9835","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d6f286e8930f9835","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598000229,"stop":1728598000229,"duration":0}},{"uid":"2ec9dc61e35b6395","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2ec9dc61e35b6395","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597213023,"stop":1728597213024,"duration":1}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"af9cc0dab29c8331","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af9cc0dab29c8331","status":"passed","time":{"start":1729034408871,"stop":1729034408872,"duration":1}},{"uid":"9eca556612c582cd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9eca556612c582cd","status":"passed","time":{"start":1729034166261,"stop":1729034166261,"duration":0}},{"uid":"107680695b0c0489","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/107680695b0c0489","status":"passed","time":{"start":1729034096719,"stop":1729034096722,"duration":3}},{"uid":"b14062fdee61776b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b14062fdee61776b","status":"passed","time":{"start":1729033904747,"stop":1729033904748,"duration":1}},{"uid":"e93d7c2cc94d8edd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e93d7c2cc94d8edd","status":"passed","time":{"start":1729031952294,"stop":1729031952294,"duration":0}},{"uid":"6191a462a37af893","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6191a462a37af893","status":"passed","time":{"start":1728901498548,"stop":1728901498548,"duration":0}},{"uid":"d5b27fba1128157c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d5b27fba1128157c","status":"passed","time":{"start":1728892934941,"stop":1728892934941,"duration":0}},{"uid":"2113fefde943b989","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2113fefde943b989","status":"passed","time":{"start":1728855901088,"stop":1728855901088,"duration":0}},{"uid":"3861b6fdaf04b0d5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3861b6fdaf04b0d5","status":"passed","time":{"start":1728738109822,"stop":1728738109822,"duration":0}},{"uid":"1bbeb7eb9f7668f9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1bbeb7eb9f7668f9","status":"passed","time":{"start":1728682641764,"stop":1728682641765,"duration":1}},{"uid":"89fe35b87922248","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/89fe35b87922248","status":"passed","time":{"start":1728682224056,"stop":1728682224057,"duration":1}},{"uid":"b68c5eb81666962","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b68c5eb81666962","status":"passed","time":{"start":1728676692590,"stop":1728676692591,"duration":1}},{"uid":"76abef29da541e24","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/76abef29da541e24","status":"passed","time":{"start":1728669414327,"stop":1728669414328,"duration":1}},{"uid":"2d18f4c521baa581","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2d18f4c521baa581","status":"passed","time":{"start":1728597758157,"stop":1728597758157,"duration":0}},{"uid":"530bd6615ec3b981","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/530bd6615ec3b981","status":"passed","time":{"start":1728596973960,"stop":1728596973961,"duration":1}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"221ff11e27568546","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/221ff11e27568546","status":"passed","time":{"start":1729034399691,"stop":1729034399691,"duration":0}},{"uid":"1518649cb31d3a39","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1518649cb31d3a39","status":"passed","time":{"start":1729034162497,"stop":1729034162497,"duration":0}},{"uid":"c56f2665ac3c04ba","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c56f2665ac3c04ba","status":"passed","time":{"start":1729034086608,"stop":1729034086612,"duration":4}},{"uid":"32f4f8a1e52efceb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32f4f8a1e52efceb","status":"passed","time":{"start":1729033900634,"stop":1729033900635,"duration":1}},{"uid":"c43a621be12e9fcd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c43a621be12e9fcd","status":"passed","time":{"start":1729031950406,"stop":1729031950407,"duration":1}},{"uid":"b6b0ce548b73a4da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b6b0ce548b73a4da","status":"passed","time":{"start":1728901494878,"stop":1728901494878,"duration":0}},{"uid":"a9e6dc918a66a5e9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a9e6dc918a66a5e9","status":"passed","time":{"start":1728892927096,"stop":1728892927097,"duration":1}},{"uid":"6515b36915bd3edd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6515b36915bd3edd","status":"passed","time":{"start":1728855889014,"stop":1728855889014,"duration":0}},{"uid":"2001d796e4ce5ee3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2001d796e4ce5ee3","status":"passed","time":{"start":1728738105940,"stop":1728738105941,"duration":1}},{"uid":"a3f0a0d34d16dca3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a3f0a0d34d16dca3","status":"passed","time":{"start":1728682639925,"stop":1728682639925,"duration":0}},{"uid":"4ceb992393149249","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4ceb992393149249","status":"passed","time":{"start":1728682212118,"stop":1728682212119,"duration":1}},{"uid":"1b5c3405d5c7798d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b5c3405d5c7798d","status":"passed","time":{"start":1728676687920,"stop":1728676687920,"duration":0}},{"uid":"dab4bb2f88c3e557","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dab4bb2f88c3e557","status":"passed","time":{"start":1728669411846,"stop":1728669411846,"duration":0}},{"uid":"4a19a0fc4b4739e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4a19a0fc4b4739e","status":"passed","time":{"start":1728597751011,"stop":1728597751012,"duration":1}},{"uid":"f076dc5be6e29c5a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f076dc5be6e29c5a","status":"passed","time":{"start":1728596968267,"stop":1728596968267,"duration":0}}]},"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a121a42d1ef23cbf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a121a42d1ef23cbf","status":"passed","time":{"start":1729034392570,"stop":1729034392571,"duration":1}},{"uid":"17717f72fb557b13","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/17717f72fb557b13","status":"passed","time":{"start":1729034155173,"stop":1729034155173,"duration":0}},{"uid":"9daafa2fa5bfd326","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9daafa2fa5bfd326","status":"passed","time":{"start":1729034079235,"stop":1729034079235,"duration":0}},{"uid":"f6bf70f47f154819","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f6bf70f47f154819","status":"passed","time":{"start":1729033892959,"stop":1729033892959,"duration":0}},{"uid":"b16e8130c9a97337","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b16e8130c9a97337","status":"passed","time":{"start":1729031943352,"stop":1729031943353,"duration":1}},{"uid":"160ee2e990a6fa5e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/160ee2e990a6fa5e","status":"passed","time":{"start":1728901487522,"stop":1728901487522,"duration":0}},{"uid":"f684c13fb054d1f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f684c13fb054d1f","status":"passed","time":{"start":1728892920387,"stop":1728892920387,"duration":0}},{"uid":"2f7625c0cc2a1c0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f7625c0cc2a1c0","status":"passed","time":{"start":1728855881509,"stop":1728855881509,"duration":0}},{"uid":"a6f268a9a8f5af0d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a6f268a9a8f5af0d","status":"passed","time":{"start":1728738098730,"stop":1728738098730,"duration":0}},{"uid":"ecc3a31e7ec56827","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ecc3a31e7ec56827","status":"passed","time":{"start":1728682632220,"stop":1728682632221,"duration":1}},{"uid":"4b885561956bbe8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4b885561956bbe8","status":"passed","time":{"start":1728682205211,"stop":1728682205211,"duration":0}},{"uid":"ba083bddcc1fd4bd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba083bddcc1fd4bd","status":"passed","time":{"start":1728676680988,"stop":1728676680989,"duration":1}},{"uid":"d3b7bee88b663705","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d3b7bee88b663705","status":"passed","time":{"start":1728669404740,"stop":1728669404740,"duration":0}},{"uid":"680c1f26e6eb0658","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/680c1f26e6eb0658","status":"passed","time":{"start":1728597743849,"stop":1728597743850,"duration":1}},{"uid":"84dbf9bb85a508d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/84dbf9bb85a508d","status":"passed","time":{"start":1728596961184,"stop":1728596961185,"duration":1}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9656edff3ac814ba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9656edff3ac814ba","status":"passed","time":{"start":1729034713702,"stop":1729034713703,"duration":1}},{"uid":"3e7830e0b326a4a2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3e7830e0b326a4a2","status":"passed","time":{"start":1729034487486,"stop":1729034487486,"duration":0}},{"uid":"94ea73117fa61c65","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/94ea73117fa61c65","status":"passed","time":{"start":1729034446111,"stop":1729034446111,"duration":0}},{"uid":"c61c6c5bf184d07d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c61c6c5bf184d07d","status":"passed","time":{"start":1729032275830,"stop":1729032275830,"duration":0}},{"uid":"2ea4200848dab9d9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2ea4200848dab9d9","status":"passed","time":{"start":1728902036742,"stop":1728902036742,"duration":0}},{"uid":"fdffc7ed10c845b8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fdffc7ed10c845b8","status":"passed","time":{"start":1728893472415,"stop":1728893472415,"duration":0}},{"uid":"e58f78a06966c441","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e58f78a06966c441","status":"passed","time":{"start":1728856423203,"stop":1728856423203,"duration":0}},{"uid":"43be88502b422a84","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/43be88502b422a84","status":"passed","time":{"start":1728738648731,"stop":1728738648731,"duration":0}},{"uid":"1b150c1600fdc7b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1b150c1600fdc7b6","status":"passed","time":{"start":1728683179657,"stop":1728683179657,"duration":0}},{"uid":"a2f4d3d1b9fea789","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a2f4d3d1b9fea789","status":"passed","time":{"start":1728682757952,"stop":1728682757953,"duration":1}},{"uid":"111ea74770ea74dd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/111ea74770ea74dd","status":"passed","time":{"start":1728677238452,"stop":1728677238452,"duration":0}},{"uid":"df243f6a890ac09c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/df243f6a890ac09c","status":"passed","time":{"start":1728669928222,"stop":1728669928222,"duration":0}},{"uid":"8711bfae0fc6b594","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8711bfae0fc6b594","status":"passed","time":{"start":1728598319591,"stop":1728598319592,"duration":1}},{"uid":"c9735b547a89796f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9735b547a89796f","status":"passed","time":{"start":1728597520648,"stop":1728597520649,"duration":1}}]},"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3e65d8a284d4959c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3e65d8a284d4959c","status":"passed","time":{"start":1729034332632,"stop":1729034332633,"duration":1}},{"uid":"17899abd00a601f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/17899abd00a601f5","status":"passed","time":{"start":1729034096134,"stop":1729034096134,"duration":0}},{"uid":"adcba82f750f946d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/adcba82f750f946d","status":"passed","time":{"start":1729034020091,"stop":1729034020092,"duration":1}},{"uid":"f5feedb9dfcc4d17","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f5feedb9dfcc4d17","status":"passed","time":{"start":1729033834387,"stop":1729033834387,"duration":0}},{"uid":"755bfa6e79826dbf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/755bfa6e79826dbf","status":"passed","time":{"start":1729031884120,"stop":1729031884121,"duration":1}},{"uid":"b373bea4c94ee5e4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b373bea4c94ee5e4","status":"passed","time":{"start":1728901430255,"stop":1728901430255,"duration":0}},{"uid":"3d347fdaa16411e7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d347fdaa16411e7","status":"passed","time":{"start":1728892860533,"stop":1728892860533,"duration":0}},{"uid":"f7069e7dec1c0c89","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f7069e7dec1c0c89","status":"passed","time":{"start":1728855823323,"stop":1728855823323,"duration":0}},{"uid":"1a1d9636bd5307ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a1d9636bd5307ec","status":"passed","time":{"start":1728738040603,"stop":1728738040603,"duration":0}},{"uid":"8be88476ed2fb7b8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8be88476ed2fb7b8","status":"passed","time":{"start":1728682574094,"stop":1728682574094,"duration":0}},{"uid":"5ddff5ec6de24b72","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5ddff5ec6de24b72","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"63fc33b2950733f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/63fc33b2950733f7","status":"passed","time":{"start":1728676621433,"stop":1728676621433,"duration":0}},{"uid":"fd7820fe1b04b317","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd7820fe1b04b317","status":"passed","time":{"start":1728669344468,"stop":1728669344469,"duration":1}},{"uid":"5b8113bb70d2d62e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b8113bb70d2d62e","status":"passed","time":{"start":1728597685162,"stop":1728597685162,"duration":0}},{"uid":"a6460698bd098a47","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a6460698bd098a47","status":"passed","time":{"start":1728596904469,"stop":1728596904469,"duration":0}}]},"3bdd4aef0e9702e20ea6338f8fb5092d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6affaaf3320c2afb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6affaaf3320c2afb","status":"passed","time":{"start":1729034169437,"stop":1729034169439,"duration":2}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"dfa155ef4e42d172","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dfa155ef4e42d172","status":"passed","time":{"start":1729034341404,"stop":1729034341404,"duration":0}},{"uid":"893a2367aff9559b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/893a2367aff9559b","status":"passed","time":{"start":1729034104912,"stop":1729034104913,"duration":1}},{"uid":"f43caabf6f7a511c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f43caabf6f7a511c","status":"passed","time":{"start":1729034028510,"stop":1729034028514,"duration":4}},{"uid":"e2ed7785f33ed77d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e2ed7785f33ed77d","status":"passed","time":{"start":1729033843118,"stop":1729033843119,"duration":1}},{"uid":"71549937a7372b21","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/71549937a7372b21","status":"passed","time":{"start":1729031892681,"stop":1729031892681,"duration":0}},{"uid":"6d904a046ff713c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6d904a046ff713c3","status":"passed","time":{"start":1728901438811,"stop":1728901438812,"duration":1}},{"uid":"e95d6112479c557a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e95d6112479c557a","status":"passed","time":{"start":1728892869000,"stop":1728892869004,"duration":4}},{"uid":"39ec11a494dc9f85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39ec11a494dc9f85","status":"passed","time":{"start":1728855831892,"stop":1728855831896,"duration":4}},{"uid":"256fabf8101d96eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/256fabf8101d96eb","status":"passed","time":{"start":1728738049040,"stop":1728738049040,"duration":0}},{"uid":"c9de5abe834920da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c9de5abe834920da","status":"passed","time":{"start":1728682582618,"stop":1728682582619,"duration":1}},{"uid":"c35d10821835d9e2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c35d10821835d9e2","status":"passed","time":{"start":1728682155411,"stop":1728682155411,"duration":0}},{"uid":"b6b1364d65659abf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b6b1364d65659abf","status":"passed","time":{"start":1728676629974,"stop":1728676629974,"duration":0}},{"uid":"7809f552f0ced36c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7809f552f0ced36c","status":"passed","time":{"start":1728669353101,"stop":1728669353105,"duration":4}},{"uid":"135e5964a15f3c9e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/135e5964a15f3c9e","status":"passed","time":{"start":1728597693846,"stop":1728597693850,"duration":4}},{"uid":"7910d4547b725b85","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7910d4547b725b85","status":"passed","time":{"start":1728596913091,"stop":1728596913095,"duration":4}}]},"bc45221a7f6e40f80f06e429fe0d98ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ad94657f74a3767","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ad94657f74a3767","status":"passed","time":{"start":1729034137158,"stop":1729034137159,"duration":1}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"81a6a9e7fee63520","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/81a6a9e7fee63520","status":"passed","time":{"start":1729034631262,"stop":1729034631262,"duration":0}},{"uid":"75f5f7395d9a37d8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/75f5f7395d9a37d8","status":"passed","time":{"start":1729034400898,"stop":1729034400898,"duration":0}},{"uid":"764abb661c6a4a49","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/764abb661c6a4a49","status":"passed","time":{"start":1729034317497,"stop":1729034317497,"duration":0}},{"uid":"1401c875c8283aea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1401c875c8283aea","status":"passed","time":{"start":1729034137155,"stop":1729034137156,"duration":1}},{"uid":"d2663420117a0e1a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2663420117a0e1a","status":"passed","time":{"start":1729032206888,"stop":1729032206888,"duration":0}},{"uid":"c07f81ad292373cc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c07f81ad292373cc","status":"passed","time":{"start":1728901995035,"stop":1728901995035,"duration":0}},{"uid":"cea95b2dc9bcfd13","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cea95b2dc9bcfd13","status":"passed","time":{"start":1728893421008,"stop":1728893421009,"duration":1}},{"uid":"75ea5d050a422144","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/75ea5d050a422144","status":"passed","time":{"start":1728856368609,"stop":1728856368610,"duration":1}},{"uid":"b85565aabcbc29d8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b85565aabcbc29d8","status":"passed","time":{"start":1728738604692,"stop":1728738604692,"duration":0}},{"uid":"3eab2c6535267478","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3eab2c6535267478","status":"passed","time":{"start":1728683117674,"stop":1728683117674,"duration":0}},{"uid":"f18f59a0f25ba993","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f18f59a0f25ba993","status":"passed","time":{"start":1728682721326,"stop":1728682721326,"duration":0}},{"uid":"4557c7e17319896a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4557c7e17319896a","status":"passed","time":{"start":1728677184693,"stop":1728677184693,"duration":0}},{"uid":"362bd114b1617d0b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/362bd114b1617d0b","status":"passed","time":{"start":1728669866476,"stop":1728669866477,"duration":1}},{"uid":"58d02da78f9c573c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58d02da78f9c573c","status":"passed","time":{"start":1728598250009,"stop":1728598250012,"duration":3}},{"uid":"5217f57845ac77fb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5217f57845ac77fb","status":"passed","time":{"start":1728597472309,"stop":1728597472309,"duration":0}}]},"000575d743013349ce369837ece59e9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"564c0f9d3f868677","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/564c0f9d3f868677","status":"passed","time":{"start":1729034370918,"stop":1729034370918,"duration":0}}]},"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6cea474dab07d011","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6cea474dab07d011","status":"passed","time":{"start":1729034704498,"stop":1729034704499,"duration":1}},{"uid":"7a7d0615f6369f45","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a7d0615f6369f45","status":"passed","time":{"start":1729034474992,"stop":1729034474992,"duration":0}},{"uid":"ab9d1100c476e1dd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ab9d1100c476e1dd","status":"passed","time":{"start":1729034395293,"stop":1729034395294,"duration":1}},{"uid":"166af90615f30de1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/166af90615f30de1","status":"passed","time":{"start":1729034209104,"stop":1729034209104,"duration":0}},{"uid":"e8c9668574ee6ad2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8c9668574ee6ad2","status":"passed","time":{"start":1729032264572,"stop":1729032264572,"duration":0}},{"uid":"7985c70ad37c98e0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7985c70ad37c98e0","status":"passed","time":{"start":1728902012864,"stop":1728902012864,"duration":0}},{"uid":"54c9a266d6fe981a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54c9a266d6fe981a","status":"passed","time":{"start":1728893454814,"stop":1728893454815,"duration":1}},{"uid":"1a63468e44aee157","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1a63468e44aee157","status":"passed","time":{"start":1728856408457,"stop":1728856408458,"duration":1}},{"uid":"2cfe25bdc0af91ed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2cfe25bdc0af91ed","status":"passed","time":{"start":1728738633858,"stop":1728738633858,"duration":0}},{"uid":"adb816296dbb2b78","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/adb816296dbb2b78","status":"passed","time":{"start":1728683159787,"stop":1728683159788,"duration":1}},{"uid":"b681dfba2f0c7f4f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b681dfba2f0c7f4f","status":"passed","time":{"start":1728682751334,"stop":1728682751334,"duration":0}},{"uid":"4a034dd81990774d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4a034dd81990774d","status":"passed","time":{"start":1728677216364,"stop":1728677216365,"duration":1}},{"uid":"7cd57ed21475638f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7cd57ed21475638f","status":"passed","time":{"start":1728669925457,"stop":1728669925457,"duration":0}},{"uid":"f4ee812b73216c76","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f4ee812b73216c76","status":"passed","time":{"start":1728598268810,"stop":1728598268810,"duration":0}},{"uid":"9ff7a2f28a8401ec","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9ff7a2f28a8401ec","status":"passed","time":{"start":1728597503931,"stop":1728597503932,"duration":1}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bccfaa303878c43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bccfaa303878c43","status":"passed","time":{"start":1729034611648,"stop":1729034611649,"duration":1}},{"uid":"ce482fd306515cfb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ce482fd306515cfb","status":"passed","time":{"start":1729034393624,"stop":1729034393624,"duration":0}},{"uid":"9b41431291c97767","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9b41431291c97767","status":"passed","time":{"start":1729034304792,"stop":1729034304792,"duration":0}},{"uid":"e90f659114aa1c3a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e90f659114aa1c3a","status":"passed","time":{"start":1729034121875,"stop":1729034121875,"duration":0}},{"uid":"b03baf70e52ede8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b03baf70e52ede8","status":"passed","time":{"start":1729032174794,"stop":1729032174794,"duration":0}},{"uid":"38daa32fb0807a4d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38daa32fb0807a4d","status":"passed","time":{"start":1728901881000,"stop":1728901881001,"duration":1}},{"uid":"5203dc87206f091e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5203dc87206f091e","status":"passed","time":{"start":1728893317128,"stop":1728893317129,"duration":1}},{"uid":"c844c0b710a44b9a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c844c0b710a44b9a","status":"passed","time":{"start":1728856263062,"stop":1728856263062,"duration":0}},{"uid":"547038bd27afc0e5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/547038bd27afc0e5","status":"passed","time":{"start":1728738492778,"stop":1728738492779,"duration":1}},{"uid":"8cd75863f87d4747","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8cd75863f87d4747","status":"passed","time":{"start":1728683030005,"stop":1728683030005,"duration":0}},{"uid":"97121400bd70749e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/97121400bd70749e","status":"passed","time":{"start":1728682581057,"stop":1728682581058,"duration":1}},{"uid":"ad4f88ca72d0a568","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ad4f88ca72d0a568","status":"passed","time":{"start":1728677081980,"stop":1728677081981,"duration":1}},{"uid":"d944a354426f4612","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d944a354426f4612","status":"passed","time":{"start":1728669795381,"stop":1728669795381,"duration":0}},{"uid":"f2c893992e6b096","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f2c893992e6b096","status":"passed","time":{"start":1728598137483,"stop":1728598137487,"duration":4}},{"uid":"8f2f4172d246f11f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8f2f4172d246f11f","status":"passed","time":{"start":1728597353469,"stop":1728597353469,"duration":0}}]},"22b9a227cbd80af07104cfdc0e0d34c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96d15678064fada9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/96d15678064fada9","status":"passed","time":{"start":1729034428555,"stop":1729034428555,"duration":0}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7eb66fe2945f632d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7eb66fe2945f632d","status":"passed","time":{"start":1729034447630,"stop":1729034447630,"duration":0}},{"uid":"c08b5dd084549878","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c08b5dd084549878","status":"passed","time":{"start":1729034206088,"stop":1729034206089,"duration":1}},{"uid":"ce79a6bbaf014f01","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ce79a6bbaf014f01","status":"passed","time":{"start":1729034134199,"stop":1729034134200,"duration":1}},{"uid":"5d228bbee1e8f0dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5d228bbee1e8f0dd","status":"passed","time":{"start":1729033942628,"stop":1729033942631,"duration":3}},{"uid":"54be06233dbe0f56","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/54be06233dbe0f56","status":"passed","time":{"start":1729031989719,"stop":1729031989720,"duration":1}},{"uid":"403a1a5a04353d94","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/403a1a5a04353d94","status":"passed","time":{"start":1728901562055,"stop":1728901562063,"duration":8}},{"uid":"290086140f801a29","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/290086140f801a29","status":"passed","time":{"start":1728893001483,"stop":1728893001483,"duration":0}},{"uid":"86d85ce90d9f3866","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/86d85ce90d9f3866","status":"passed","time":{"start":1728855968870,"stop":1728855968872,"duration":2}},{"uid":"d70712b61ea3415a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d70712b61ea3415a","status":"passed","time":{"start":1728738172968,"stop":1728738172969,"duration":1}},{"uid":"bf936aaede0b94d4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bf936aaede0b94d4","status":"passed","time":{"start":1728682706941,"stop":1728682706942,"duration":1}},{"uid":"57449fc21e9e5d64","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/57449fc21e9e5d64","status":"passed","time":{"start":1728682296862,"stop":1728682296862,"duration":0}},{"uid":"1c01f89df3e038df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1c01f89df3e038df","status":"passed","time":{"start":1728676761486,"stop":1728676761487,"duration":1}},{"uid":"e4c6dd9cf32fd07c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e4c6dd9cf32fd07c","status":"passed","time":{"start":1728669479028,"stop":1728669479029,"duration":1}},{"uid":"efb129851accb7a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efb129851accb7a","status":"passed","time":{"start":1728597820129,"stop":1728597820129,"duration":0}},{"uid":"62dec462bf68422f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/62dec462bf68422f","status":"passed","time":{"start":1728597034503,"stop":1728597034503,"duration":0}}]},"68cc62b31206d5ad5105b8944f480f86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5e4824ef8270214","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b5e4824ef8270214","status":"passed","time":{"start":1728597472311,"stop":1728597472311,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f7c69ebd91b40ad8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7c69ebd91b40ad8","status":"passed","time":{"start":1729034506787,"stop":1729034506788,"duration":1}},{"uid":"f0891bbb7c604a1a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f0891bbb7c604a1a","status":"passed","time":{"start":1729034259808,"stop":1729034259808,"duration":0}},{"uid":"a6669ea876e64195","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a6669ea876e64195","status":"passed","time":{"start":1729034194004,"stop":1729034194005,"duration":1}},{"uid":"826c977f3978dc7b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/826c977f3978dc7b","status":"passed","time":{"start":1729034014847,"stop":1729034014848,"duration":1}},{"uid":"d74775e5d1bc5ae3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d74775e5d1bc5ae3","status":"passed","time":{"start":1729032065434,"stop":1729032065437,"duration":3}},{"uid":"d9932483ab01c638","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d9932483ab01c638","status":"passed","time":{"start":1728901664235,"stop":1728901664235,"duration":0}},{"uid":"3705d51fcee89d50","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3705d51fcee89d50","status":"passed","time":{"start":1728893093684,"stop":1728893093685,"duration":1}},{"uid":"7ff091ff89535dbd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7ff091ff89535dbd","status":"passed","time":{"start":1728856055263,"stop":1728856055264,"duration":1}},{"uid":"ff3dc9eb64750aaf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff3dc9eb64750aaf","status":"passed","time":{"start":1728738274740,"stop":1728738274740,"duration":0}},{"uid":"278989eaeac837cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/278989eaeac837cc","status":"passed","time":{"start":1728682807950,"stop":1728682807950,"duration":0}},{"uid":"c08908a108d4f015","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c08908a108d4f015","status":"passed","time":{"start":1728682381280,"stop":1728682381280,"duration":0}},{"uid":"fde0357c5e62a04e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fde0357c5e62a04e","status":"passed","time":{"start":1728676853893,"stop":1728676853893,"duration":0}},{"uid":"11e88467e38f2172","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/11e88467e38f2172","status":"passed","time":{"start":1728669581684,"stop":1728669581685,"duration":1}},{"uid":"824a9948182055fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/824a9948182055fb","status":"passed","time":{"start":1728597923469,"stop":1728597923470,"duration":1}},{"uid":"d2ba24764b644508","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d2ba24764b644508","status":"passed","time":{"start":1728597132259,"stop":1728597132259,"duration":0}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"37f2b9731495019b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37f2b9731495019b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034611664,"stop":1729034611664,"duration":0}},{"uid":"194001dd36eaac62","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/194001dd36eaac62","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034393644,"stop":1729034393644,"duration":0}},{"uid":"ee324c45712d52b9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ee324c45712d52b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034304839,"stop":1729034304839,"duration":0}},{"uid":"513a4f33ae102ccd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/513a4f33ae102ccd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121909,"stop":1729034121910,"duration":1}},{"uid":"5b3a552ed5ad0708","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b3a552ed5ad0708","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174842,"stop":1729032174843,"duration":1}},{"uid":"b8b2f5281c32c909","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8b2f5281c32c909","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881011,"stop":1728901881011,"duration":0}},{"uid":"7663a1f90e367a47","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7663a1f90e367a47","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317161,"stop":1728893317162,"duration":1}},{"uid":"551b807732941def","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/551b807732941def","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263099,"stop":1728856263099,"duration":0}},{"uid":"5a616d94a0f48b29","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a616d94a0f48b29","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492798,"stop":1728738492798,"duration":0}},{"uid":"b81d44270e3420f3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b81d44270e3420f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030021,"stop":1728683030021,"duration":0}},{"uid":"f73caf36d3b94dde","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f73caf36d3b94dde","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581102,"stop":1728682581102,"duration":0}},{"uid":"13638d543d7c5fa4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/13638d543d7c5fa4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677081995,"stop":1728677081995,"duration":0}},{"uid":"9f8475d7265f01c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9f8475d7265f01c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795394,"stop":1728669795394,"duration":0}},{"uid":"765dfc0d5e457690","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/765dfc0d5e457690","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137503,"stop":1728598137503,"duration":0}},{"uid":"3552cb6692143ddc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3552cb6692143ddc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353479,"stop":1728597353479,"duration":0}}]},"8d185c3718221733d1504872b5861f0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f3aa2a3c5666b00","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4f3aa2a3c5666b00","status":"passed","time":{"start":1728901950548,"stop":1728901950549,"duration":1}}]},"7ea2fe382cd6db4cbb3c5f72d8baa9f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e147acc14628654","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e147acc14628654","status":"passed","time":{"start":1728901896356,"stop":1728901896356,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e3a94c3ffbfa97ee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e3a94c3ffbfa97ee","status":"passed","time":{"start":1729034432447,"stop":1729034432448,"duration":1}},{"uid":"646767bafffa68cd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/646767bafffa68cd","status":"passed","time":{"start":1729034119300,"stop":1729034119303,"duration":3}},{"uid":"95afe24dcb969841","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95afe24dcb969841","status":"passed","time":{"start":1729033933478,"stop":1729033933479,"duration":1}},{"uid":"4df096609dd5a789","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4df096609dd5a789","status":"passed","time":{"start":1729031982912,"stop":1729031982912,"duration":0}},{"uid":"7d2b3fc41bafac82","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7d2b3fc41bafac82","status":"passed","time":{"start":1728901527853,"stop":1728901527854,"duration":1}},{"uid":"f51553de282b4c23","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f51553de282b4c23","status":"passed","time":{"start":1728892960138,"stop":1728892960139,"duration":1}},{"uid":"ceeae088b140b23e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ceeae088b140b23e","status":"passed","time":{"start":1728855921713,"stop":1728855921714,"duration":1}},{"uid":"acf6c4a93bcd5e02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/acf6c4a93bcd5e02","status":"passed","time":{"start":1728738138431,"stop":1728738138431,"duration":0}},{"uid":"99d45a0d1352be0a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99d45a0d1352be0a","status":"passed","time":{"start":1728682672251,"stop":1728682672251,"duration":0}},{"uid":"13c0a95c5e7e8fcd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13c0a95c5e7e8fcd","status":"passed","time":{"start":1728682245073,"stop":1728682245073,"duration":0}},{"uid":"ca8e9947986e41c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca8e9947986e41c","status":"passed","time":{"start":1728676721298,"stop":1728676721298,"duration":0}},{"uid":"924b6c7895e63507","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/924b6c7895e63507","status":"passed","time":{"start":1728669444559,"stop":1728669444560,"duration":1}},{"uid":"7acb26d0576af66","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7acb26d0576af66","status":"passed","time":{"start":1728597784072,"stop":1728597784072,"duration":0}},{"uid":"4c6d71cd3ee6851b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4c6d71cd3ee6851b","status":"passed","time":{"start":1728597001546,"stop":1728597001547,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2931aeba593f5cd6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2931aeba593f5cd6","status":"passed","time":{"start":1729034704496,"stop":1729034704496,"duration":0}},{"uid":"2e2219ef68b9217d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2e2219ef68b9217d","status":"passed","time":{"start":1729034474989,"stop":1729034474989,"duration":0}},{"uid":"213b63e670b1c7e0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/213b63e670b1c7e0","status":"passed","time":{"start":1729034395292,"stop":1729034395292,"duration":0}},{"uid":"7371c3eb09a213c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7371c3eb09a213c2","status":"passed","time":{"start":1729034209102,"stop":1729034209102,"duration":0}},{"uid":"82bc140a9beafcf2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/82bc140a9beafcf2","status":"passed","time":{"start":1729032264569,"stop":1729032264570,"duration":1}},{"uid":"c5b6a087f9181690","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c5b6a087f9181690","status":"passed","time":{"start":1728902012859,"stop":1728902012859,"duration":0}},{"uid":"a58c59d246f9b6bb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a58c59d246f9b6bb","status":"passed","time":{"start":1728893454812,"stop":1728893454813,"duration":1}},{"uid":"f29a5c456845fe6c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f29a5c456845fe6c","status":"passed","time":{"start":1728856408453,"stop":1728856408454,"duration":1}},{"uid":"fcb4bd9533b3f709","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fcb4bd9533b3f709","status":"passed","time":{"start":1728738633856,"stop":1728738633856,"duration":0}},{"uid":"eeb6134da4ce4a33","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eeb6134da4ce4a33","status":"passed","time":{"start":1728683159766,"stop":1728683159766,"duration":0}},{"uid":"7b0c1e1556c52e48","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b0c1e1556c52e48","status":"passed","time":{"start":1728682751331,"stop":1728682751331,"duration":0}},{"uid":"a8000299d19e465a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a8000299d19e465a","status":"passed","time":{"start":1728677216360,"stop":1728677216361,"duration":1}},{"uid":"24397b71b60a5505","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/24397b71b60a5505","status":"passed","time":{"start":1728669925455,"stop":1728669925455,"duration":0}},{"uid":"4bddb24864884df6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4bddb24864884df6","status":"passed","time":{"start":1728598268807,"stop":1728598268807,"duration":0}},{"uid":"42a4bdebc0ff537f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42a4bdebc0ff537f","status":"passed","time":{"start":1728597503923,"stop":1728597503924,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"aaa4ab77003c7b23","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aaa4ab77003c7b23","status":"passed","time":{"start":1729034447632,"stop":1729034447635,"duration":3}},{"uid":"75d0dbb9fdea1ad0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/75d0dbb9fdea1ad0","status":"passed","time":{"start":1729034206090,"stop":1729034206090,"duration":0}},{"uid":"80df3d081426acbd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/80df3d081426acbd","status":"passed","time":{"start":1729034134202,"stop":1729034134202,"duration":0}},{"uid":"ae1109288cbfb932","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae1109288cbfb932","status":"passed","time":{"start":1729033942636,"stop":1729033942636,"duration":0}},{"uid":"9d5e55949e33a154","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d5e55949e33a154","status":"passed","time":{"start":1729031989722,"stop":1729031989722,"duration":0}},{"uid":"f9e7ef97096ebcb4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f9e7ef97096ebcb4","status":"passed","time":{"start":1728901562096,"stop":1728901562099,"duration":3}},{"uid":"70e57ce07236b0a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/70e57ce07236b0a","status":"passed","time":{"start":1728893001484,"stop":1728893001484,"duration":0}},{"uid":"8b57892854ebd514","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b57892854ebd514","status":"passed","time":{"start":1728855968873,"stop":1728855968873,"duration":0}},{"uid":"4c0e039036257f07","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4c0e039036257f07","status":"passed","time":{"start":1728738172969,"stop":1728738172970,"duration":1}},{"uid":"773a9e5254dcfd3c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/773a9e5254dcfd3c","status":"passed","time":{"start":1728682706942,"stop":1728682706942,"duration":0}},{"uid":"868e2cbdb3f4c668","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/868e2cbdb3f4c668","status":"passed","time":{"start":1728682296863,"stop":1728682296863,"duration":0}},{"uid":"8b59ccb8cf05400b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8b59ccb8cf05400b","status":"passed","time":{"start":1728676761497,"stop":1728676761498,"duration":1}},{"uid":"5bd3eb74c789098f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5bd3eb74c789098f","status":"passed","time":{"start":1728669479029,"stop":1728669479030,"duration":1}},{"uid":"eda84dd939dbe8f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eda84dd939dbe8f8","status":"passed","time":{"start":1728597820129,"stop":1728597820130,"duration":1}},{"uid":"bd2abfa9e79453bd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bd2abfa9e79453bd","status":"passed","time":{"start":1728597034504,"stop":1728597034504,"duration":0}}]},"08450b21419bdd5d996ab3d1852747b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3dcab7782d68b1d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3dcab7782d68b1d","status":"passed","time":{"start":1728682666064,"stop":1728682666064,"duration":0}}]},"6e2da1c87898957517cca942034cd353:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9558ba8fa43b709b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9558ba8fa43b709b","status":"passed","time":{"start":1728856355683,"stop":1728856355684,"duration":1}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4bf75811c139f700","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4bf75811c139f700","status":"passed","time":{"start":1729034472947,"stop":1729034472948,"duration":1}},{"uid":"a801c9c7173402","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a801c9c7173402","status":"passed","time":{"start":1729034240912,"stop":1729034240913,"duration":1}},{"uid":"18e335cc5dbdfa22","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/18e335cc5dbdfa22","status":"passed","time":{"start":1729034159612,"stop":1729034159612,"duration":0}},{"uid":"67a00a433bf9bb05","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67a00a433bf9bb05","status":"passed","time":{"start":1729033976790,"stop":1729033976790,"duration":0}},{"uid":"6041529316ae313f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6041529316ae313f","status":"passed","time":{"start":1729032020511,"stop":1729032020511,"duration":0}},{"uid":"7473e01914485ad1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7473e01914485ad1","status":"passed","time":{"start":1728901616427,"stop":1728901616427,"duration":0}},{"uid":"4a12e5b036deac8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a12e5b036deac8","status":"passed","time":{"start":1728893050242,"stop":1728893050242,"duration":0}},{"uid":"d7df193759b197cd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d7df193759b197cd","status":"passed","time":{"start":1728856015169,"stop":1728856015169,"duration":0}},{"uid":"13c2584c7e44537e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/13c2584c7e44537e","status":"passed","time":{"start":1728738233134,"stop":1728738233134,"duration":0}},{"uid":"a285f85c0213640","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a285f85c0213640","status":"passed","time":{"start":1728682762468,"stop":1728682762468,"duration":0}},{"uid":"1aead55d775e140d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1aead55d775e140d","status":"passed","time":{"start":1728682332783,"stop":1728682332784,"duration":1}},{"uid":"a474a99bbcdd6a67","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a474a99bbcdd6a67","status":"passed","time":{"start":1728676810288,"stop":1728676810288,"duration":0}},{"uid":"d9aa5f532edb64c7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d9aa5f532edb64c7","status":"passed","time":{"start":1728669529891,"stop":1728669529891,"duration":0}},{"uid":"8961c90299d574c8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8961c90299d574c8","status":"passed","time":{"start":1728597873531,"stop":1728597873531,"duration":0}},{"uid":"de6b65457c36db67","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/de6b65457c36db67","status":"passed","time":{"start":1728597089271,"stop":1728597089271,"duration":0}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"826d8277c46e534","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/826d8277c46e534","status":"passed","time":{"start":1729034703310,"stop":1729034703310,"duration":0}},{"uid":"bc686bed2dc83f37","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bc686bed2dc83f37","status":"passed","time":{"start":1729034475271,"stop":1729034475271,"duration":0}},{"uid":"fa868dff1d991ec5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fa868dff1d991ec5","status":"passed","time":{"start":1729034392402,"stop":1729034392402,"duration":0}},{"uid":"c3b7cc5690108cfa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c3b7cc5690108cfa","status":"passed","time":{"start":1729034208294,"stop":1729034208294,"duration":0}},{"uid":"431c2afb1432898b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/431c2afb1432898b","status":"passed","time":{"start":1729032257065,"stop":1729032257066,"duration":1}},{"uid":"d86ed6aaeac60655","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d86ed6aaeac60655","status":"passed","time":{"start":1728902024012,"stop":1728902024012,"duration":0}},{"uid":"29137b6b1438c47","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/29137b6b1438c47","status":"passed","time":{"start":1728893455129,"stop":1728893455129,"duration":0}},{"uid":"47c63197939d21d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/47c63197939d21d","status":"passed","time":{"start":1728856404961,"stop":1728856404962,"duration":1}},{"uid":"be6cd5e5e24133af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/be6cd5e5e24133af","status":"passed","time":{"start":1728738634667,"stop":1728738634668,"duration":1}},{"uid":"c5ebf8887a7a6ca1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c5ebf8887a7a6ca1","status":"passed","time":{"start":1728683163619,"stop":1728683163620,"duration":1}},{"uid":"59f6922047031d36","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59f6922047031d36","status":"passed","time":{"start":1728682737540,"stop":1728682737540,"duration":0}},{"uid":"f669bbed5afc5bc7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f669bbed5afc5bc7","status":"passed","time":{"start":1728677222566,"stop":1728677222567,"duration":1}},{"uid":"ce90fdfdb904c9d0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ce90fdfdb904c9d0","status":"passed","time":{"start":1728669905030,"stop":1728669905031,"duration":1}},{"uid":"2e8435592b2f4541","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e8435592b2f4541","status":"passed","time":{"start":1728598284365,"stop":1728598284365,"duration":0}},{"uid":"9c91f47425d910c0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c91f47425d910c0","status":"passed","time":{"start":1728597506830,"stop":1728597506830,"duration":0}}]},"df63d7d95a78e82174f5c03c77a045de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"638f5f4b926daeae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/638f5f4b926daeae","status":"passed","time":{"start":1729034617769,"stop":1729034617771,"duration":2}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fd6ea38db17cbcf1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fd6ea38db17cbcf1","status":"passed","time":{"start":1729034630105,"stop":1729034630106,"duration":1}},{"uid":"31604597e592a47","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/31604597e592a47","status":"passed","time":{"start":1729034390823,"stop":1729034390824,"duration":1}},{"uid":"d4b16ec71bf2caa3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d4b16ec71bf2caa3","status":"passed","time":{"start":1729034323925,"stop":1729034323927,"duration":2}},{"uid":"8fada7215763a50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8fada7215763a50","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0}},{"uid":"818f3fb430e433ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/818f3fb430e433ef","status":"passed","time":{"start":1729032192393,"stop":1729032192393,"duration":0}},{"uid":"65dda77fd5773f84","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65dda77fd5773f84","status":"passed","time":{"start":1728901896709,"stop":1728901896709,"duration":0}},{"uid":"acc48964b93b3ad1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/acc48964b93b3ad1","status":"passed","time":{"start":1728893334448,"stop":1728893334448,"duration":0}},{"uid":"7988f890569711b1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7988f890569711b1","status":"passed","time":{"start":1728856285987,"stop":1728856285988,"duration":1}},{"uid":"c45d67dda6fae58","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c45d67dda6fae58","status":"passed","time":{"start":1728738508179,"stop":1728738508179,"duration":0}},{"uid":"48ca19b196415ee0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/48ca19b196415ee0","status":"passed","time":{"start":1728683055335,"stop":1728683055336,"duration":1}},{"uid":"2b57adc46bc60552","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2b57adc46bc60552","status":"passed","time":{"start":1728682604663,"stop":1728682604663,"duration":0}},{"uid":"adf421c2796c559e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/adf421c2796c559e","status":"passed","time":{"start":1728677105012,"stop":1728677105012,"duration":0}},{"uid":"9f413f6c8e5ad560","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9f413f6c8e5ad560","status":"passed","time":{"start":1728669780768,"stop":1728669780768,"duration":0}},{"uid":"ffd5b4d9a846a751","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ffd5b4d9a846a751","status":"passed","time":{"start":1728598159631,"stop":1728598159632,"duration":1}},{"uid":"ec16383b62412ec5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec16383b62412ec5","status":"passed","time":{"start":1728597371100,"stop":1728597371101,"duration":1}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"91c28b51cd9940af","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/91c28b51cd9940af","status":"passed","time":{"start":1729034611680,"stop":1729034611680,"duration":0}},{"uid":"d90ab4df52fd108","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d90ab4df52fd108","status":"passed","time":{"start":1729034393656,"stop":1729034393656,"duration":0}},{"uid":"12961511af3de5da","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/12961511af3de5da","status":"passed","time":{"start":1729034304854,"stop":1729034304854,"duration":0}},{"uid":"2933df868be9a063","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2933df868be9a063","status":"passed","time":{"start":1729034121940,"stop":1729034121940,"duration":0}},{"uid":"2be2174a5a8ea7c9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2be2174a5a8ea7c9","status":"passed","time":{"start":1729032174916,"stop":1729032174917,"duration":1}},{"uid":"fee7b5bafc715a77","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fee7b5bafc715a77","status":"passed","time":{"start":1728901881023,"stop":1728901881024,"duration":1}},{"uid":"aacb1848f65c57d3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aacb1848f65c57d3","status":"passed","time":{"start":1728893317178,"stop":1728893317179,"duration":1}},{"uid":"75df68cb40e16f2c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/75df68cb40e16f2c","status":"passed","time":{"start":1728856263109,"stop":1728856263110,"duration":1}},{"uid":"e5ec65177d43b7d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e5ec65177d43b7d","status":"passed","time":{"start":1728738492803,"stop":1728738492803,"duration":0}},{"uid":"3ac20464f2a9721e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3ac20464f2a9721e","status":"passed","time":{"start":1728683030027,"stop":1728683030027,"duration":0}},{"uid":"61a1038be6553a93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/61a1038be6553a93","status":"passed","time":{"start":1728682581112,"stop":1728682581112,"duration":0}},{"uid":"abf321462e80c9f4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/abf321462e80c9f4","status":"passed","time":{"start":1728677082006,"stop":1728677082007,"duration":1}},{"uid":"30dea65f6509c4d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/30dea65f6509c4d9","status":"passed","time":{"start":1728669795404,"stop":1728669795404,"duration":0}},{"uid":"32bf20b1ab239e64","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/32bf20b1ab239e64","status":"passed","time":{"start":1728598137507,"stop":1728598137508,"duration":1}},{"uid":"38f85e729f93f4e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/38f85e729f93f4e","status":"passed","time":{"start":1728597353485,"stop":1728597353485,"duration":0}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"587ce724ed479e0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/587ce724ed479e0","status":"passed","time":{"start":1729034356195,"stop":1729034356195,"duration":0}},{"uid":"25b872820ffa35a4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/25b872820ffa35a4","status":"passed","time":{"start":1729034120193,"stop":1729034120195,"duration":2}},{"uid":"ac3f89cfe7b66928","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ac3f89cfe7b66928","status":"passed","time":{"start":1729034043327,"stop":1729034043327,"duration":0}},{"uid":"8453cc9db3e58bf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8453cc9db3e58bf","status":"passed","time":{"start":1729033858030,"stop":1729033858031,"duration":1}},{"uid":"497e5f4669f1bfde","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/497e5f4669f1bfde","status":"passed","time":{"start":1729031908099,"stop":1729031908099,"duration":0}},{"uid":"d85a8b8fd6864c3f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d85a8b8fd6864c3f","status":"passed","time":{"start":1728901453393,"stop":1728901453393,"duration":0}},{"uid":"8a07e26caf7a8bee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8a07e26caf7a8bee","status":"passed","time":{"start":1728892884023,"stop":1728892884023,"duration":0}},{"uid":"8055ec2c6ff19640","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8055ec2c6ff19640","status":"passed","time":{"start":1728855846492,"stop":1728855846493,"duration":1}},{"uid":"e36cd8225234960a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e36cd8225234960a","status":"passed","time":{"start":1728738063722,"stop":1728738063722,"duration":0}},{"uid":"373307b3186282a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/373307b3186282a8","status":"passed","time":{"start":1728682597443,"stop":1728682597444,"duration":1}},{"uid":"df4d6649e093838d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/df4d6649e093838d","status":"passed","time":{"start":1728682170236,"stop":1728682170236,"duration":0}},{"uid":"ecf8b846bf00b42d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ecf8b846bf00b42d","status":"passed","time":{"start":1728676645010,"stop":1728676645010,"duration":0}},{"uid":"235d0f19afe573a9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/235d0f19afe573a9","status":"passed","time":{"start":1728669367791,"stop":1728669367791,"duration":0}},{"uid":"5efc71d0fab075db","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5efc71d0fab075db","status":"passed","time":{"start":1728597708643,"stop":1728597708643,"duration":0}},{"uid":"31049b047c07f0d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/31049b047c07f0d1","status":"passed","time":{"start":1728596927931,"stop":1728596927931,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ad96767a12c5b704","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ad96767a12c5b704","status":"passed","time":{"start":1729034472976,"stop":1729034472976,"duration":0}},{"uid":"365bcb6ab02283c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/365bcb6ab02283c","status":"passed","time":{"start":1729034240920,"stop":1729034240920,"duration":0}},{"uid":"907cdd00e45e3faf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/907cdd00e45e3faf","status":"passed","time":{"start":1729034159617,"stop":1729034159617,"duration":0}},{"uid":"41eaf3b4778cc208","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41eaf3b4778cc208","status":"passed","time":{"start":1729033976801,"stop":1729033976802,"duration":1}},{"uid":"a80313e96b7dce6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a80313e96b7dce6c","status":"passed","time":{"start":1729032020524,"stop":1729032020525,"duration":1}},{"uid":"22c41f03d95b4308","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/22c41f03d95b4308","status":"passed","time":{"start":1728901616436,"stop":1728901616436,"duration":0}},{"uid":"e1279f59f5d8d30f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e1279f59f5d8d30f","status":"passed","time":{"start":1728893050246,"stop":1728893050247,"duration":1}},{"uid":"8ff75cd3df765052","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8ff75cd3df765052","status":"passed","time":{"start":1728856015173,"stop":1728856015173,"duration":0}},{"uid":"784eb7d8ee9e5d70","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/784eb7d8ee9e5d70","status":"passed","time":{"start":1728738233142,"stop":1728738233142,"duration":0}},{"uid":"3d3f22e446189238","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3d3f22e446189238","status":"passed","time":{"start":1728682762474,"stop":1728682762474,"duration":0}},{"uid":"da23ad65200ba466","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/da23ad65200ba466","status":"passed","time":{"start":1728682332788,"stop":1728682332788,"duration":0}},{"uid":"7d241b9fd603afe4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d241b9fd603afe4","status":"passed","time":{"start":1728676810293,"stop":1728676810293,"duration":0}},{"uid":"4243ae39dae390e4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4243ae39dae390e4","status":"passed","time":{"start":1728669529900,"stop":1728669529901,"duration":1}},{"uid":"daa2a0e479a108a3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/daa2a0e479a108a3","status":"passed","time":{"start":1728597873536,"stop":1728597873536,"duration":0}},{"uid":"dea260852efbf464","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dea260852efbf464","status":"passed","time":{"start":1728597089275,"stop":1728597089275,"duration":0}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2e226b76e30a2996","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2e226b76e30a2996","status":"passed","time":{"start":1729034472987,"stop":1729034472987,"duration":0}},{"uid":"a3a78392d1c1be9d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a3a78392d1c1be9d","status":"passed","time":{"start":1729034240931,"stop":1729034240931,"duration":0}},{"uid":"f1518497cb0686b5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f1518497cb0686b5","status":"passed","time":{"start":1729034159624,"stop":1729034159625,"duration":1}},{"uid":"7bf7260e1f5c7531","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bf7260e1f5c7531","status":"passed","time":{"start":1729033976807,"stop":1729033976807,"duration":0}},{"uid":"69c988d6cf04d947","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/69c988d6cf04d947","status":"passed","time":{"start":1729032020531,"stop":1729032020531,"duration":0}},{"uid":"310ddab760e81b07","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/310ddab760e81b07","status":"passed","time":{"start":1728901616474,"stop":1728901616474,"duration":0}},{"uid":"669be4347546f122","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/669be4347546f122","status":"passed","time":{"start":1728893050251,"stop":1728893050251,"duration":0}},{"uid":"2d91829f15095950","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d91829f15095950","status":"passed","time":{"start":1728856015181,"stop":1728856015181,"duration":0}},{"uid":"35937545072400d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/35937545072400d","status":"passed","time":{"start":1728738233149,"stop":1728738233163,"duration":14}},{"uid":"f838bb1e23e3868b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f838bb1e23e3868b","status":"passed","time":{"start":1728682762478,"stop":1728682762478,"duration":0}},{"uid":"b2b6969dc81165c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b2b6969dc81165c9","status":"passed","time":{"start":1728682332792,"stop":1728682332793,"duration":1}},{"uid":"25dccf868684489b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/25dccf868684489b","status":"passed","time":{"start":1728676810303,"stop":1728676810304,"duration":1}},{"uid":"455450b0a458b405","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/455450b0a458b405","status":"passed","time":{"start":1728669529906,"stop":1728669529907,"duration":1}},{"uid":"e942f75b5c344aa6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e942f75b5c344aa6","status":"passed","time":{"start":1728597873542,"stop":1728597873542,"duration":0}},{"uid":"ba629bc2d0ca1b3a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ba629bc2d0ca1b3a","status":"passed","time":{"start":1728597089279,"stop":1728597089280,"duration":1}}]},"a82bc79e71a584be171132d8259ee831:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9c6ab17937e8915","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9c6ab17937e8915","status":"passed","time":{"start":1729034177533,"stop":1729034177534,"duration":1}}]},"647d330d5e650c720d964645b8ea7493:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af10cdd94e9c54e3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af10cdd94e9c54e3","status":"passed","time":{"start":1728669841247,"stop":1728669841248,"duration":1}}]},"21fcd97be16b00f5f4bf07412f8884fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12c54e6d358b188d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12c54e6d358b188d","status":"passed","time":{"start":1728901896355,"stop":1728901896355,"duration":0}}]},"74ff92cf3641db5252b18dcc6a1a5c38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b4c008e098cc026","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6b4c008e098cc026","status":"passed","time":{"start":1729034428552,"stop":1729034428553,"duration":1}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d7c538fa5a9917e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d7c538fa5a9917e5","status":"passed","time":{"start":1729034558117,"stop":1729034558118,"duration":1}},{"uid":"9fd0b95e720a4cec","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9fd0b95e720a4cec","status":"passed","time":{"start":1729034245512,"stop":1729034245513,"duration":1}},{"uid":"f52b666df9f7c3c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f52b666df9f7c3c8","status":"passed","time":{"start":1729034063485,"stop":1729034063486,"duration":1}},{"uid":"383dc5af8f4235dc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/383dc5af8f4235dc","status":"passed","time":{"start":1729032122634,"stop":1729032122635,"duration":1}},{"uid":"bd3a5c58d9a2bbf5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bd3a5c58d9a2bbf5","status":"passed","time":{"start":1728901785626,"stop":1728901785627,"duration":1}},{"uid":"18baa5f22dc82736","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/18baa5f22dc82736","status":"passed","time":{"start":1728893218773,"stop":1728893218773,"duration":0}},{"uid":"eea0ab200fa958c0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/eea0ab200fa958c0","status":"passed","time":{"start":1728856192659,"stop":1728856192659,"duration":0}},{"uid":"15a69bb6a8931c8d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15a69bb6a8931c8d","status":"passed","time":{"start":1728738398086,"stop":1728738398086,"duration":0}},{"uid":"75df328540dd78b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75df328540dd78b7","status":"passed","time":{"start":1728682944500,"stop":1728682944500,"duration":0}},{"uid":"129ac1a47a77e514","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/129ac1a47a77e514","status":"passed","time":{"start":1728682507860,"stop":1728682507861,"duration":1}},{"uid":"748fed851b815ed7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/748fed851b815ed7","status":"passed","time":{"start":1728676995524,"stop":1728676995527,"duration":3}},{"uid":"ec212044b9cdc44a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ec212044b9cdc44a","status":"passed","time":{"start":1728669665534,"stop":1728669665535,"duration":1}},{"uid":"800657ea5ffff144","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/800657ea5ffff144","status":"passed","time":{"start":1728598056479,"stop":1728598056479,"duration":0}},{"uid":"b7bc767c7872b5da","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b7bc767c7872b5da","status":"passed","time":{"start":1728597264028,"stop":1728597264028,"duration":0}}]},"4a03bdc53a51139a736e767b075afea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64c2e2c423deace","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/64c2e2c423deace","status":"passed","time":{"start":1729032235306,"stop":1729032235306,"duration":0}}]},"f96cedf580dd94f62c8d95ab6b56a413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60dc0c504e8bc55d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/60dc0c504e8bc55d","status":"passed","time":{"start":1729032228809,"stop":1729032228810,"duration":1}}]},"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"adfd54d4af022a21","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/adfd54d4af022a21","status":"passed","time":{"start":1729034332648,"stop":1729034332648,"duration":0}},{"uid":"962a5a5bc9a7dfad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/962a5a5bc9a7dfad","status":"passed","time":{"start":1729034096144,"stop":1729034096145,"duration":1}},{"uid":"31fd88a7b2ede57e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/31fd88a7b2ede57e","status":"passed","time":{"start":1729034020101,"stop":1729034020101,"duration":0}},{"uid":"898a622a5d8716b0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/898a622a5d8716b0","status":"passed","time":{"start":1729033834398,"stop":1729033834399,"duration":1}},{"uid":"7a613170b5a732f6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a613170b5a732f6","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"e26f5b0862d8ddc8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e26f5b0862d8ddc8","status":"passed","time":{"start":1728901430264,"stop":1728901430265,"duration":1}},{"uid":"23e7cfc05b6707a8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/23e7cfc05b6707a8","status":"passed","time":{"start":1728892860543,"stop":1728892860543,"duration":0}},{"uid":"23340c4c6ddc34f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/23340c4c6ddc34f7","status":"passed","time":{"start":1728855823332,"stop":1728855823333,"duration":1}},{"uid":"23c6b172a2e49627","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23c6b172a2e49627","status":"passed","time":{"start":1728738040613,"stop":1728738040614,"duration":1}},{"uid":"b833ea2856645d36","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b833ea2856645d36","status":"passed","time":{"start":1728682574106,"stop":1728682574106,"duration":0}},{"uid":"e59c7bc12c907473","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e59c7bc12c907473","status":"passed","time":{"start":1728682146829,"stop":1728682146829,"duration":0}},{"uid":"94df0d7a7a376ad5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/94df0d7a7a376ad5","status":"passed","time":{"start":1728676621443,"stop":1728676621443,"duration":0}},{"uid":"19a7a04c98c0036f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/19a7a04c98c0036f","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"daaa0d31d103e32d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/daaa0d31d103e32d","status":"passed","time":{"start":1728597685173,"stop":1728597685174,"duration":1}},{"uid":"8e3def05e9a43eff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e3def05e9a43eff","status":"passed","time":{"start":1728596904483,"stop":1728596904483,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3176cea69f1a259c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3176cea69f1a259c","status":"passed","time":{"start":1729034617761,"stop":1729034617762,"duration":1}},{"uid":"62f5e6c521908765","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/62f5e6c521908765","status":"passed","time":{"start":1729034370871,"stop":1729034370871,"duration":0}},{"uid":"4c367810982a31d2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c367810982a31d2","status":"passed","time":{"start":1729034308878,"stop":1729034308878,"duration":0}},{"uid":"ec2d30b2aedc711c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ec2d30b2aedc711c","status":"passed","time":{"start":1729034129475,"stop":1729034129475,"duration":0}},{"uid":"214e8f30dae30e2b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/214e8f30dae30e2b","status":"passed","time":{"start":1729032178369,"stop":1729032178369,"duration":0}},{"uid":"8bd75d919fb0e77c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8bd75d919fb0e77c","status":"passed","time":{"start":1728901896349,"stop":1728901896349,"duration":0}},{"uid":"87c13ca32bd3a34d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/87c13ca32bd3a34d","status":"passed","time":{"start":1728893329026,"stop":1728893329027,"duration":1}},{"uid":"e915845bb9415261","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e915845bb9415261","status":"passed","time":{"start":1728856284766,"stop":1728856284766,"duration":0}},{"uid":"1eb8b56a7bc25801","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1eb8b56a7bc25801","status":"passed","time":{"start":1728738494942,"stop":1728738494942,"duration":0}},{"uid":"32f5e7fc1a504608","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32f5e7fc1a504608","status":"passed","time":{"start":1728683033633,"stop":1728683033633,"duration":0}},{"uid":"de44576c82ed19d6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/de44576c82ed19d6","status":"passed","time":{"start":1728682601738,"stop":1728682601738,"duration":0}},{"uid":"1a2f3a3dfc7d3de","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1a2f3a3dfc7d3de","status":"passed","time":{"start":1728677107963,"stop":1728677107963,"duration":0}},{"uid":"bd617a037a0ce67b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bd617a037a0ce67b","status":"passed","time":{"start":1728669764752,"stop":1728669764753,"duration":1}},{"uid":"f215a3e62a01b0b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f215a3e62a01b0b","status":"passed","time":{"start":1728598157564,"stop":1728598157564,"duration":0}},{"uid":"902e974d40473359","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/902e974d40473359","status":"passed","time":{"start":1728597369074,"stop":1728597369074,"duration":0}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"98723c358262385a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/98723c358262385a","status":"passed","time":{"start":1729034708553,"stop":1729034708553,"duration":0}},{"uid":"c5ba07588b0eb224","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c5ba07588b0eb224","status":"passed","time":{"start":1729034480298,"stop":1729034480299,"duration":1}},{"uid":"245278d40f714e56","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/245278d40f714e56","status":"passed","time":{"start":1729034396760,"stop":1729034396760,"duration":0}},{"uid":"f9c23214af44f638","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9c23214af44f638","status":"passed","time":{"start":1729032277693,"stop":1729032277693,"duration":0}},{"uid":"72feeb58227f8710","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/72feeb58227f8710","status":"passed","time":{"start":1728902034225,"stop":1728902034225,"duration":0}},{"uid":"b2ada03e6d3f3f31","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b2ada03e6d3f3f31","status":"passed","time":{"start":1728893469058,"stop":1728893469058,"duration":0}},{"uid":"f57c929b6ee29854","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f57c929b6ee29854","status":"passed","time":{"start":1728856416488,"stop":1728856416489,"duration":1}},{"uid":"abcc946cc98428b6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/abcc946cc98428b6","status":"passed","time":{"start":1728738643171,"stop":1728738643171,"duration":0}},{"uid":"9def5597dc15f1c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9def5597dc15f1c","status":"passed","time":{"start":1728683174247,"stop":1728683174248,"duration":1}},{"uid":"698f463b08d46461","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/698f463b08d46461","status":"passed","time":{"start":1728682757802,"stop":1728682757802,"duration":0}},{"uid":"769957cd21dee5a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/769957cd21dee5a1","status":"passed","time":{"start":1728677231126,"stop":1728677231126,"duration":0}},{"uid":"ca79c99093f92f0d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca79c99093f92f0d","status":"passed","time":{"start":1728669920238,"stop":1728669920238,"duration":0}},{"uid":"77e585a005e147b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/77e585a005e147b4","status":"passed","time":{"start":1728598298889,"stop":1728598298889,"duration":0}},{"uid":"23952d1c9c263cab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/23952d1c9c263cab","status":"passed","time":{"start":1728597513735,"stop":1728597513735,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"65fc408483854dc8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/65fc408483854dc8","status":"passed","time":{"start":1729034472988,"stop":1729034472988,"duration":0}},{"uid":"db78e6d920137e3e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db78e6d920137e3e","status":"passed","time":{"start":1729034240934,"stop":1729034240934,"duration":0}},{"uid":"f871f4a54c1f11ce","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f871f4a54c1f11ce","status":"passed","time":{"start":1729034159627,"stop":1729034159627,"duration":0}},{"uid":"3a915424f754fe8c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3a915424f754fe8c","status":"passed","time":{"start":1729033976811,"stop":1729033976811,"duration":0}},{"uid":"6a5d4df413efc00e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6a5d4df413efc00e","status":"passed","time":{"start":1729032020532,"stop":1729032020532,"duration":0}},{"uid":"b435a96d372a4b4e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b435a96d372a4b4e","status":"passed","time":{"start":1728901616475,"stop":1728901616475,"duration":0}},{"uid":"15a45e89c2e31859","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15a45e89c2e31859","status":"passed","time":{"start":1728893050252,"stop":1728893050252,"duration":0}},{"uid":"b4f5a4d55c472051","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4f5a4d55c472051","status":"passed","time":{"start":1728856015182,"stop":1728856015182,"duration":0}},{"uid":"c0c7a158f3c81930","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0c7a158f3c81930","status":"passed","time":{"start":1728738233173,"stop":1728738233174,"duration":1}},{"uid":"9336206b9e033b2a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9336206b9e033b2a","status":"passed","time":{"start":1728682762479,"stop":1728682762480,"duration":1}},{"uid":"86c2cb790e01f581","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/86c2cb790e01f581","status":"passed","time":{"start":1728682332795,"stop":1728682332796,"duration":1}},{"uid":"f6746ed6b6c6cdf0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f6746ed6b6c6cdf0","status":"passed","time":{"start":1728676810304,"stop":1728676810305,"duration":1}},{"uid":"cdd18df5ca1e1bbc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cdd18df5ca1e1bbc","status":"passed","time":{"start":1728669529907,"stop":1728669529907,"duration":0}},{"uid":"b6e1dee12981d7ea","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b6e1dee12981d7ea","status":"passed","time":{"start":1728597873544,"stop":1728597873544,"duration":0}},{"uid":"34610c8d7ee4ad26","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/34610c8d7ee4ad26","status":"passed","time":{"start":1728597089284,"stop":1728597089285,"duration":1}}]},"a28c8e91246c8673c8807fc40aa2dd73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c27a644ada82126","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c27a644ada82126","status":"passed","time":{"start":1729034144767,"stop":1729034144768,"duration":1}}]},"acf9fa0f6a45da3a26c7808cd79b7c15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6889adde5cb4566c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6889adde5cb4566c","status":"passed","time":{"start":1729034443505,"stop":1729034443506,"duration":1}}]},"abb23ef066f485029fe8cfefea933dd2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5fbb960140ac5edb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5fbb960140ac5edb","status":"passed","time":{"start":1728683030016,"stop":1728683030016,"duration":0}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ba64f8b4c0861758","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba64f8b4c0861758","status":"passed","time":{"start":1729034640525,"stop":1729034640525,"duration":0}},{"uid":"a30ad377a5ad4225","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a30ad377a5ad4225","status":"passed","time":{"start":1729034411424,"stop":1729034411425,"duration":1}},{"uid":"1b16f297cc7c1998","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1b16f297cc7c1998","status":"passed","time":{"start":1729034327407,"stop":1729034327408,"duration":1}},{"uid":"c06c95c6a26cf61c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c06c95c6a26cf61c","status":"passed","time":{"start":1729034147780,"stop":1729034147780,"duration":0}},{"uid":"c5f41ccff2d1287d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c5f41ccff2d1287d","status":"passed","time":{"start":1729032204829,"stop":1729032204829,"duration":0}},{"uid":"f02aae46bc32cc02","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f02aae46bc32cc02","status":"passed","time":{"start":1728901907713,"stop":1728901907713,"duration":0}},{"uid":"987ff03da6bfe630","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/987ff03da6bfe630","status":"passed","time":{"start":1728893341889,"stop":1728893341890,"duration":1}},{"uid":"a5a8143971a613af","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a5a8143971a613af","status":"passed","time":{"start":1728856299382,"stop":1728856299382,"duration":0}},{"uid":"49a9fda1ee77ecbb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/49a9fda1ee77ecbb","status":"passed","time":{"start":1728738511619,"stop":1728738511619,"duration":0}},{"uid":"9424cf23e8a79db9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9424cf23e8a79db9","status":"passed","time":{"start":1728683052912,"stop":1728683052913,"duration":1}},{"uid":"b111d0bacd7113e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b111d0bacd7113e4","status":"passed","time":{"start":1728682612912,"stop":1728682612912,"duration":0}},{"uid":"ae589305e87ad58d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae589305e87ad58d","status":"passed","time":{"start":1728677115747,"stop":1728677115748,"duration":1}},{"uid":"d54410a229011751","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d54410a229011751","status":"passed","time":{"start":1728669778176,"stop":1728669778176,"duration":0}},{"uid":"1a8a04fdee5f5bf8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a8a04fdee5f5bf8","status":"passed","time":{"start":1728598175434,"stop":1728598175434,"duration":0}},{"uid":"e5d086b6c1cfeaa2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5d086b6c1cfeaa2","status":"passed","time":{"start":1728597380064,"stop":1728597380064,"duration":0}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"23bddc7f47bba6bb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/23bddc7f47bba6bb","status":"passed","time":{"start":1729034536790,"stop":1729034536793,"duration":3}},{"uid":"34443d1b8e3921bc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/34443d1b8e3921bc","status":"passed","time":{"start":1729034307034,"stop":1729034307035,"duration":1}},{"uid":"5bcf2038d7426cc0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5bcf2038d7426cc0","status":"passed","time":{"start":1729034223311,"stop":1729034223312,"duration":1}},{"uid":"915c1756a568e32a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/915c1756a568e32a","status":"passed","time":{"start":1729034034986,"stop":1729034034987,"duration":1}},{"uid":"c01858724309048","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c01858724309048","status":"passed","time":{"start":1729032066306,"stop":1729032066310,"duration":4}},{"uid":"3eb68c28105cdff4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3eb68c28105cdff4","status":"passed","time":{"start":1728901706623,"stop":1728901706623,"duration":0}},{"uid":"d469c161594d6efa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d469c161594d6efa","status":"passed","time":{"start":1728893153428,"stop":1728893153429,"duration":1}},{"uid":"d12bc3bf1abe0f37","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d12bc3bf1abe0f37","status":"passed","time":{"start":1728856108129,"stop":1728856108131,"duration":2}},{"uid":"cb9c252e5ca6aef0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb9c252e5ca6aef0","status":"passed","time":{"start":1728738316671,"stop":1728738316671,"duration":0}},{"uid":"27df953da39a839a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/27df953da39a839a","status":"passed","time":{"start":1728682865325,"stop":1728682865329,"duration":4}},{"uid":"bf39483fdfb7180","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bf39483fdfb7180","status":"passed","time":{"start":1728682446998,"stop":1728682446998,"duration":0}},{"uid":"a29b3f50119f7f9e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a29b3f50119f7f9e","status":"passed","time":{"start":1728676924483,"stop":1728676924483,"duration":0}},{"uid":"6b1a03d88255d37","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6b1a03d88255d37","status":"passed","time":{"start":1728669626266,"stop":1728669626266,"duration":0}},{"uid":"e3929ea67cb103bd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3929ea67cb103bd","status":"passed","time":{"start":1728597973676,"stop":1728597973676,"duration":0}},{"uid":"200ef63e2c3bb2e2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/200ef63e2c3bb2e2","status":"passed","time":{"start":1728597188043,"stop":1728597188044,"duration":1}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"12e96e38edaf59ae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/12e96e38edaf59ae","status":"passed","time":{"start":1729034447616,"stop":1729034447617,"duration":1}},{"uid":"9dcea2e2c88867da","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9dcea2e2c88867da","status":"passed","time":{"start":1729034206086,"stop":1729034206086,"duration":0}},{"uid":"672b365b13d60d26","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/672b365b13d60d26","status":"passed","time":{"start":1729034134192,"stop":1729034134193,"duration":1}},{"uid":"a4901d1e9eafc016","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a4901d1e9eafc016","status":"passed","time":{"start":1729033942602,"stop":1729033942603,"duration":1}},{"uid":"e938ac17141d672a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e938ac17141d672a","status":"passed","time":{"start":1729031989714,"stop":1729031989714,"duration":0}},{"uid":"747540a426b5220a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/747540a426b5220a","status":"passed","time":{"start":1728901562041,"stop":1728901562042,"duration":1}},{"uid":"bb91dc1f0220f805","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bb91dc1f0220f805","status":"passed","time":{"start":1728893001480,"stop":1728893001481,"duration":1}},{"uid":"a806d90fca693775","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a806d90fca693775","status":"passed","time":{"start":1728855968866,"stop":1728855968867,"duration":1}},{"uid":"17845da52c7af49c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/17845da52c7af49c","status":"passed","time":{"start":1728738172966,"stop":1728738172966,"duration":0}},{"uid":"a11c0bb3a3527113","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a11c0bb3a3527113","status":"passed","time":{"start":1728682706939,"stop":1728682706939,"duration":0}},{"uid":"a17f3ca4488b60cd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a17f3ca4488b60cd","status":"passed","time":{"start":1728682296860,"stop":1728682296860,"duration":0}},{"uid":"940d53f5eb52dbfe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/940d53f5eb52dbfe","status":"passed","time":{"start":1728676761470,"stop":1728676761470,"duration":0}},{"uid":"f4ef2bd1d13d3179","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4ef2bd1d13d3179","status":"passed","time":{"start":1728669479026,"stop":1728669479026,"duration":0}},{"uid":"a14cb8bea5d79262","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a14cb8bea5d79262","status":"passed","time":{"start":1728597820126,"stop":1728597820126,"duration":0}},{"uid":"32db00d70ce68abb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32db00d70ce68abb","status":"passed","time":{"start":1728597034500,"stop":1728597034501,"duration":1}}]},"0d9c063d4345cae39c9ea99b9b720399:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1bac7ef54850b90d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1bac7ef54850b90d","status":"passed","time":{"start":1729034656466,"stop":1729034656467,"duration":1}}]},"0ec0ee301659c1ec0afdcda93dda46ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e65171d4034994af","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e65171d4034994af","status":"passed","time":{"start":1728856355686,"stop":1728856355687,"duration":1}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"af1640251146c9ae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af1640251146c9ae","status":"passed","time":{"start":1729034640526,"stop":1729034640526,"duration":0}},{"uid":"4619876f0e220683","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4619876f0e220683","status":"passed","time":{"start":1729034411426,"stop":1729034411427,"duration":1}},{"uid":"71cdf60b38509f26","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71cdf60b38509f26","status":"passed","time":{"start":1729034327409,"stop":1729034327409,"duration":0}},{"uid":"4b958bcfb990dc36","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b958bcfb990dc36","status":"passed","time":{"start":1729034147781,"stop":1729034147786,"duration":5}},{"uid":"6aa9960c2f1141c2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6aa9960c2f1141c2","status":"passed","time":{"start":1729032204831,"stop":1729032204831,"duration":0}},{"uid":"a5cc444564acce1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a5cc444564acce1f","status":"passed","time":{"start":1728901907715,"stop":1728901907715,"duration":0}},{"uid":"39729ed128501f71","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/39729ed128501f71","status":"passed","time":{"start":1728893341891,"stop":1728893341891,"duration":0}},{"uid":"dc00fa380f87d895","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dc00fa380f87d895","status":"passed","time":{"start":1728856299385,"stop":1728856299385,"duration":0}},{"uid":"a6d2f71e81d67cf4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a6d2f71e81d67cf4","status":"passed","time":{"start":1728738511620,"stop":1728738511622,"duration":2}},{"uid":"7454308f65353924","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7454308f65353924","status":"passed","time":{"start":1728683052914,"stop":1728683052914,"duration":0}},{"uid":"cd8aaddaf2e10671","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd8aaddaf2e10671","status":"passed","time":{"start":1728682612914,"stop":1728682612914,"duration":0}},{"uid":"85154b6318cd587c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85154b6318cd587c","status":"passed","time":{"start":1728677115750,"stop":1728677115750,"duration":0}},{"uid":"5613d35f3b9f9b44","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5613d35f3b9f9b44","status":"passed","time":{"start":1728669778185,"stop":1728669778185,"duration":0}},{"uid":"5ed61ed7011f5821","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5ed61ed7011f5821","status":"passed","time":{"start":1728598175436,"stop":1728598175436,"duration":0}},{"uid":"99fe94bf59423de8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/99fe94bf59423de8","status":"passed","time":{"start":1728597380065,"stop":1728597380066,"duration":1}}]},"b95f1abb2eab9c5ed3fa27b5b15e8b6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c4819776adeb9d90","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c4819776adeb9d90","status":"passed","time":{"start":1728856263078,"stop":1728856263078,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8022300972192a8e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8022300972192a8e","status":"passed","time":{"start":1729034341401,"stop":1729034341402,"duration":1}},{"uid":"bff85a2a6cddf048","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bff85a2a6cddf048","status":"passed","time":{"start":1729034104910,"stop":1729034104910,"duration":0}},{"uid":"8800343ca6afff","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8800343ca6afff","status":"passed","time":{"start":1729034028507,"stop":1729034028508,"duration":1}},{"uid":"8a713ac89c42c413","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a713ac89c42c413","status":"passed","time":{"start":1729033843116,"stop":1729033843116,"duration":0}},{"uid":"3653e1312318e34e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3653e1312318e34e","status":"passed","time":{"start":1729031892675,"stop":1729031892675,"duration":0}},{"uid":"1e98c7c0b09e5fda","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e98c7c0b09e5fda","status":"passed","time":{"start":1728901438806,"stop":1728901438806,"duration":0}},{"uid":"21e790edb3a11129","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/21e790edb3a11129","status":"passed","time":{"start":1728892868998,"stop":1728892868998,"duration":0}},{"uid":"337f94ac32ab621f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/337f94ac32ab621f","status":"passed","time":{"start":1728855831890,"stop":1728855831890,"duration":0}},{"uid":"97200e4320a7d83f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/97200e4320a7d83f","status":"passed","time":{"start":1728738049037,"stop":1728738049037,"duration":0}},{"uid":"4d3970b2c9dc585d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d3970b2c9dc585d","status":"passed","time":{"start":1728682582616,"stop":1728682582616,"duration":0}},{"uid":"ce8c35f6956c7e8d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce8c35f6956c7e8d","status":"passed","time":{"start":1728682155406,"stop":1728682155406,"duration":0}},{"uid":"8645b5005864dd84","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8645b5005864dd84","status":"passed","time":{"start":1728676629971,"stop":1728676629971,"duration":0}},{"uid":"31c7ee012b49d602","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/31c7ee012b49d602","status":"passed","time":{"start":1728669353099,"stop":1728669353099,"duration":0}},{"uid":"a7374309d55c1fe1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a7374309d55c1fe1","status":"passed","time":{"start":1728597693843,"stop":1728597693844,"duration":1}},{"uid":"10b1550c175b1a5b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/10b1550c175b1a5b","status":"passed","time":{"start":1728596913088,"stop":1728596913088,"duration":0}}]},"9e2600ab3f4ace686e5a00c90deca2ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7435b652e6c625b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a7435b652e6c625b","status":"passed","time":{"start":1728597423328,"stop":1728597423328,"duration":0}}]},"fe645aede1a364cc398ab33b8ccb9868:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"743adeec8181f0c7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/743adeec8181f0c7","status":"passed","time":{"start":1729034400903,"stop":1729034400903,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c09c1063c30774c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c09c1063c30774c8","status":"passed","time":{"start":1729034506802,"stop":1729034506803,"duration":1}},{"uid":"8a55199b49015284","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a55199b49015284","status":"passed","time":{"start":1729034259826,"stop":1729034259826,"duration":0}},{"uid":"d42cb57df6164d33","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d42cb57df6164d33","status":"passed","time":{"start":1729034194032,"stop":1729034194032,"duration":0}},{"uid":"a920160a19f994d4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a920160a19f994d4","status":"passed","time":{"start":1729034014879,"stop":1729034014879,"duration":0}},{"uid":"6e22b10fabb597e4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6e22b10fabb597e4","status":"passed","time":{"start":1729032065459,"stop":1729032065459,"duration":0}},{"uid":"1730c108b8fb3cb5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1730c108b8fb3cb5","status":"passed","time":{"start":1728901664283,"stop":1728901664283,"duration":0}},{"uid":"14f0e9c172b6bc71","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/14f0e9c172b6bc71","status":"passed","time":{"start":1728893093693,"stop":1728893093694,"duration":1}},{"uid":"70e3b5d5ffe3e106","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/70e3b5d5ffe3e106","status":"passed","time":{"start":1728856055275,"stop":1728856055275,"duration":0}},{"uid":"8026719c90a1e59a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8026719c90a1e59a","status":"passed","time":{"start":1728738274747,"stop":1728738274747,"duration":0}},{"uid":"88462fa5d6f8b915","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/88462fa5d6f8b915","status":"passed","time":{"start":1728682807962,"stop":1728682807962,"duration":0}},{"uid":"2ea4b32fe90fa9af","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2ea4b32fe90fa9af","status":"passed","time":{"start":1728682381289,"stop":1728682381290,"duration":1}},{"uid":"34f17d6284d69e9a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34f17d6284d69e9a","status":"passed","time":{"start":1728676853903,"stop":1728676853903,"duration":0}},{"uid":"ac8ec40c4222e3d4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ac8ec40c4222e3d4","status":"passed","time":{"start":1728669581699,"stop":1728669581700,"duration":1}},{"uid":"976400f958680c99","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/976400f958680c99","status":"passed","time":{"start":1728597923493,"stop":1728597923493,"duration":0}},{"uid":"afa0cfec816e0449","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/afa0cfec816e0449","status":"passed","time":{"start":1728597132266,"stop":1728597132266,"duration":0}}]},"6a925e164de8fdfda2b4efd6a34ecf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a07fae6acf795e6c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a07fae6acf795e6c","status":"passed","time":{"start":1728597434081,"stop":1728597434082,"duration":1}}]},"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fe891374687425ea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fe891374687425ea","status":"passed","time":{"start":1729034332626,"stop":1729034332626,"duration":0}},{"uid":"72447b98e1d9eb90","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/72447b98e1d9eb90","status":"passed","time":{"start":1729034096127,"stop":1729034096128,"duration":1}},{"uid":"b47998aa07ba5ea0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b47998aa07ba5ea0","status":"passed","time":{"start":1729034020086,"stop":1729034020086,"duration":0}},{"uid":"5eb219c4d608bda5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5eb219c4d608bda5","status":"passed","time":{"start":1729033834378,"stop":1729033834379,"duration":1}},{"uid":"3f64a5628d87c2f7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f64a5628d87c2f7","status":"passed","time":{"start":1729031884110,"stop":1729031884110,"duration":0}},{"uid":"c7232a5a61c3baf0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c7232a5a61c3baf0","status":"passed","time":{"start":1728901430250,"stop":1728901430250,"duration":0}},{"uid":"dcccd1df45da13a5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dcccd1df45da13a5","status":"passed","time":{"start":1728892860527,"stop":1728892860527,"duration":0}},{"uid":"429695d5c54bea1b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/429695d5c54bea1b","status":"passed","time":{"start":1728855823317,"stop":1728855823317,"duration":0}},{"uid":"93914aa6d3d329cb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/93914aa6d3d329cb","status":"passed","time":{"start":1728738040589,"stop":1728738040596,"duration":7}},{"uid":"c082ab3b6dcf7256","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c082ab3b6dcf7256","status":"passed","time":{"start":1728682574086,"stop":1728682574086,"duration":0}},{"uid":"db4e054822d54c20","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db4e054822d54c20","status":"passed","time":{"start":1728682146811,"stop":1728682146811,"duration":0}},{"uid":"76193eb295a4c819","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/76193eb295a4c819","status":"passed","time":{"start":1728676621426,"stop":1728676621426,"duration":0}},{"uid":"9cf581de6c88f1dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9cf581de6c88f1dc","status":"passed","time":{"start":1728669344462,"stop":1728669344462,"duration":0}},{"uid":"a351fb0eb2b3b016","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a351fb0eb2b3b016","status":"passed","time":{"start":1728597685155,"stop":1728597685156,"duration":1}},{"uid":"3d25defb09187cb5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3d25defb09187cb5","status":"passed","time":{"start":1728596904462,"stop":1728596904462,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d8658b6529b73340","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d8658b6529b73340","status":"passed","time":{"start":1729034636314,"stop":1729034636314,"duration":0}},{"uid":"5b773937e4339df2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b773937e4339df2","status":"passed","time":{"start":1729034402280,"stop":1729034402280,"duration":0}},{"uid":"db1ec0c9047c723e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/db1ec0c9047c723e","status":"passed","time":{"start":1729034323294,"stop":1729034323294,"duration":0}},{"uid":"6b1bae2c871ad90e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6b1bae2c871ad90e","status":"passed","time":{"start":1729034144765,"stop":1729034144766,"duration":1}},{"uid":"2b325e15a9885c5b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b325e15a9885c5b","status":"passed","time":{"start":1729032198816,"stop":1729032198816,"duration":0}},{"uid":"7102dd8265d1a146","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7102dd8265d1a146","status":"passed","time":{"start":1728901901764,"stop":1728901901765,"duration":1}},{"uid":"b23aff18545233cc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b23aff18545233cc","status":"passed","time":{"start":1728893337252,"stop":1728893337253,"duration":1}},{"uid":"10908fe228cf11c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/10908fe228cf11c","status":"passed","time":{"start":1728856299189,"stop":1728856299189,"duration":0}},{"uid":"67cc58e04fd3d0f4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67cc58e04fd3d0f4","status":"passed","time":{"start":1728738505375,"stop":1728738505375,"duration":0}},{"uid":"71759036b042e0ee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71759036b042e0ee","status":"passed","time":{"start":1728683045448,"stop":1728683045448,"duration":0}},{"uid":"e7f0fac3208ef715","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e7f0fac3208ef715","status":"passed","time":{"start":1728682607290,"stop":1728682607291,"duration":1}},{"uid":"520392341ff566b8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/520392341ff566b8","status":"passed","time":{"start":1728677103494,"stop":1728677103494,"duration":0}},{"uid":"ebc45f6863a8ba87","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebc45f6863a8ba87","status":"passed","time":{"start":1728669777116,"stop":1728669777116,"duration":0}},{"uid":"af8c42806f12af4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/af8c42806f12af4a","status":"passed","time":{"start":1728598163466,"stop":1728598163466,"duration":0}},{"uid":"2e6e6e7be69cf3a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2e6e6e7be69cf3a","status":"passed","time":{"start":1728597375478,"stop":1728597375479,"duration":1}}]},"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ec3fddf369023e4e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ec3fddf369023e4e","status":"passed","time":{"start":1729034332644,"stop":1729034332645,"duration":1}},{"uid":"1899f21001ca0c63","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1899f21001ca0c63","status":"passed","time":{"start":1729034096142,"stop":1729034096142,"duration":0}},{"uid":"5325041f62cc71b6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5325041f62cc71b6","status":"passed","time":{"start":1729034020098,"stop":1729034020098,"duration":0}},{"uid":"a06cb4d39e4924ab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a06cb4d39e4924ab","status":"passed","time":{"start":1729033834395,"stop":1729033834396,"duration":1}},{"uid":"dbf8250a70b9f386","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dbf8250a70b9f386","status":"passed","time":{"start":1729031884128,"stop":1729031884129,"duration":1}},{"uid":"fb8c4caf67c0f657","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fb8c4caf67c0f657","status":"passed","time":{"start":1728901430261,"stop":1728901430262,"duration":1}},{"uid":"2735b53956aa8b98","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2735b53956aa8b98","status":"passed","time":{"start":1728892860540,"stop":1728892860540,"duration":0}},{"uid":"6a913f2c0649f9f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6a913f2c0649f9f","status":"passed","time":{"start":1728855823329,"stop":1728855823330,"duration":1}},{"uid":"4ae3459dc9aebe0d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4ae3459dc9aebe0d","status":"passed","time":{"start":1728738040611,"stop":1728738040611,"duration":0}},{"uid":"39ca1731cc60926a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39ca1731cc60926a","status":"passed","time":{"start":1728682574102,"stop":1728682574102,"duration":0}},{"uid":"af63c42a77f76f3b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af63c42a77f76f3b","status":"passed","time":{"start":1728682146826,"stop":1728682146826,"duration":0}},{"uid":"ef507053378ff58c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef507053378ff58c","status":"passed","time":{"start":1728676621440,"stop":1728676621440,"duration":0}},{"uid":"5575ccb10d15b63d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5575ccb10d15b63d","status":"passed","time":{"start":1728669344475,"stop":1728669344475,"duration":0}},{"uid":"1e69d04bb97e1c87","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e69d04bb97e1c87","status":"passed","time":{"start":1728597685170,"stop":1728597685171,"duration":1}},{"uid":"e7ade4294e659f80","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7ade4294e659f80","status":"passed","time":{"start":1728596904479,"stop":1728596904479,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e5479d5b2669238e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e5479d5b2669238e","status":"passed","time":{"start":1729034472931,"stop":1729034472931,"duration":0}},{"uid":"4c711f1b1312a5be","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4c711f1b1312a5be","status":"passed","time":{"start":1729034240903,"stop":1729034240906,"duration":3}},{"uid":"7735dc1b4b5f8b59","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7735dc1b4b5f8b59","status":"passed","time":{"start":1729034159607,"stop":1729034159608,"duration":1}},{"uid":"b4429071d65bb629","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b4429071d65bb629","status":"passed","time":{"start":1729033976769,"stop":1729033976773,"duration":4}},{"uid":"7e155c694496ad62","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e155c694496ad62","status":"passed","time":{"start":1729032020506,"stop":1729032020506,"duration":0}},{"uid":"e08e36819675436","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e08e36819675436","status":"passed","time":{"start":1728901616421,"stop":1728901616422,"duration":1}},{"uid":"64020fe4cb3fc34b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/64020fe4cb3fc34b","status":"passed","time":{"start":1728893050238,"stop":1728893050238,"duration":0}},{"uid":"d97363df261dc78c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d97363df261dc78c","status":"passed","time":{"start":1728856015165,"stop":1728856015165,"duration":0}},{"uid":"a329e2c3a017d5dc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a329e2c3a017d5dc","status":"passed","time":{"start":1728738233127,"stop":1728738233128,"duration":1}},{"uid":"465a84c3b1ce9239","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/465a84c3b1ce9239","status":"passed","time":{"start":1728682762461,"stop":1728682762461,"duration":0}},{"uid":"9b3406ab18f1d046","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b3406ab18f1d046","status":"passed","time":{"start":1728682332779,"stop":1728682332780,"duration":1}},{"uid":"38b357e51a8254b5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38b357e51a8254b5","status":"passed","time":{"start":1728676810283,"stop":1728676810284,"duration":1}},{"uid":"4fe92f290f7d908a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4fe92f290f7d908a","status":"passed","time":{"start":1728669529886,"stop":1728669529886,"duration":0}},{"uid":"897ebf0d9b3231e6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/897ebf0d9b3231e6","status":"passed","time":{"start":1728597873524,"stop":1728597873525,"duration":1}},{"uid":"bc8f522a24e60508","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc8f522a24e60508","status":"passed","time":{"start":1728597089264,"stop":1728597089265,"duration":1}}]},"9779c8ef252051017f1c1bdc66d88112:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3b32a4416d26009","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a3b32a4416d26009","status":"passed","time":{"start":1729034357704,"stop":1729034357704,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"da3a5d75e3c05b77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/da3a5d75e3c05b77","status":"passed","time":{"start":1729034506786,"stop":1729034506786,"duration":0}},{"uid":"bafd3249d11501bc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bafd3249d11501bc","status":"passed","time":{"start":1729034259807,"stop":1729034259808,"duration":1}},{"uid":"5fad1f89fc7cff1f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5fad1f89fc7cff1f","status":"passed","time":{"start":1729034194002,"stop":1729034194002,"duration":0}},{"uid":"ab7fd40e84003231","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab7fd40e84003231","status":"passed","time":{"start":1729034014834,"stop":1729034014834,"duration":0}},{"uid":"7a28e5b119f37a32","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a28e5b119f37a32","status":"passed","time":{"start":1729032065433,"stop":1729032065434,"duration":1}},{"uid":"2f0cd44c65221f6b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f0cd44c65221f6b","status":"passed","time":{"start":1728901664234,"stop":1728901664234,"duration":0}},{"uid":"efb07994e50cb48b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/efb07994e50cb48b","status":"passed","time":{"start":1728893093682,"stop":1728893093682,"duration":0}},{"uid":"c88bf573d6ecbd42","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c88bf573d6ecbd42","status":"passed","time":{"start":1728856055262,"stop":1728856055263,"duration":1}},{"uid":"265f23a5e9b85bd1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/265f23a5e9b85bd1","status":"passed","time":{"start":1728738274739,"stop":1728738274739,"duration":0}},{"uid":"694495faa1d8a840","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/694495faa1d8a840","status":"passed","time":{"start":1728682807948,"stop":1728682807949,"duration":1}},{"uid":"ad77daec26de6464","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ad77daec26de6464","status":"passed","time":{"start":1728682381279,"stop":1728682381279,"duration":0}},{"uid":"bee5a74c06d1543e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bee5a74c06d1543e","status":"passed","time":{"start":1728676853892,"stop":1728676853892,"duration":0}},{"uid":"eb7e5852a689ee2d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eb7e5852a689ee2d","status":"passed","time":{"start":1728669581682,"stop":1728669581683,"duration":1}},{"uid":"a955e2623d7d1737","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a955e2623d7d1737","status":"passed","time":{"start":1728597923463,"stop":1728597923465,"duration":2}},{"uid":"eb6171f97dbad8d3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb6171f97dbad8d3","status":"passed","time":{"start":1728597132258,"stop":1728597132258,"duration":0}}]},"2007be40ea0a9dd47b00f4abd66f571d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"839758ab1b28df9e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/839758ab1b28df9e","status":"passed","time":{"start":1728682652692,"stop":1728682652692,"duration":0}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8968d4f194e0fa8e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8968d4f194e0fa8e","status":"passed","time":{"start":1729034432451,"stop":1729034432451,"duration":0}},{"uid":"b7276ca6af46e9fe","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b7276ca6af46e9fe","status":"passed","time":{"start":1729034119307,"stop":1729034119307,"duration":0}},{"uid":"f850f41597f2f56d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f850f41597f2f56d","status":"passed","time":{"start":1729033933481,"stop":1729033933481,"duration":0}},{"uid":"e6f85a1dbd45760f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e6f85a1dbd45760f","status":"passed","time":{"start":1729031982933,"stop":1729031982935,"duration":2}},{"uid":"a7d48f52cb37ffe5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7d48f52cb37ffe5","status":"passed","time":{"start":1728901527859,"stop":1728901527861,"duration":2}},{"uid":"fe18eb4f5e4e26fc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fe18eb4f5e4e26fc","status":"passed","time":{"start":1728892960141,"stop":1728892960142,"duration":1}},{"uid":"b8d1a40355402195","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b8d1a40355402195","status":"passed","time":{"start":1728855921716,"stop":1728855921716,"duration":0}},{"uid":"99aac0ee1a814371","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/99aac0ee1a814371","status":"passed","time":{"start":1728738138434,"stop":1728738138434,"duration":0}},{"uid":"92ab0b82a07a61a2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/92ab0b82a07a61a2","status":"passed","time":{"start":1728682672254,"stop":1728682672254,"duration":0}},{"uid":"938525e3bb8cc6b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/938525e3bb8cc6b8","status":"passed","time":{"start":1728682245076,"stop":1728682245076,"duration":0}},{"uid":"11a0e66b276f8d6c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11a0e66b276f8d6c","status":"passed","time":{"start":1728676721301,"stop":1728676721301,"duration":0}},{"uid":"a20558b600d79998","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a20558b600d79998","status":"passed","time":{"start":1728669444564,"stop":1728669444565,"duration":1}},{"uid":"ec0fdad58dc2e531","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec0fdad58dc2e531","status":"passed","time":{"start":1728597784075,"stop":1728597784077,"duration":2}},{"uid":"a3126dd3a6448ffd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3126dd3a6448ffd","status":"passed","time":{"start":1728597001550,"stop":1728597001551,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d7cfc384313eac3a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d7cfc384313eac3a","status":"passed","time":{"start":1729034617754,"stop":1729034617754,"duration":0}},{"uid":"2f6eb2083282a41c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2f6eb2083282a41c","status":"passed","time":{"start":1729034370863,"stop":1729034370864,"duration":1}},{"uid":"9f4a1544e81378e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9f4a1544e81378e9","status":"passed","time":{"start":1729034308862,"stop":1729034308863,"duration":1}},{"uid":"a8ad8c8a8ccbc986","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8ad8c8a8ccbc986","status":"passed","time":{"start":1729034129471,"stop":1729034129471,"duration":0}},{"uid":"62b77311adfc9bcd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/62b77311adfc9bcd","status":"passed","time":{"start":1729032178365,"stop":1729032178365,"duration":0}},{"uid":"38cd57bb25436cfb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38cd57bb25436cfb","status":"passed","time":{"start":1728901896343,"stop":1728901896344,"duration":1}},{"uid":"94ac0a08bfc2216e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/94ac0a08bfc2216e","status":"passed","time":{"start":1728893329022,"stop":1728893329022,"duration":0}},{"uid":"66163dc1994f39b4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/66163dc1994f39b4","status":"passed","time":{"start":1728856284758,"stop":1728856284759,"duration":1}},{"uid":"92549fcadb359e61","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/92549fcadb359e61","status":"passed","time":{"start":1728738494935,"stop":1728738494936,"duration":1}},{"uid":"cba01e8942cf0456","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cba01e8942cf0456","status":"passed","time":{"start":1728683033628,"stop":1728683033629,"duration":1}},{"uid":"3a7e2421236ad8c8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a7e2421236ad8c8","status":"passed","time":{"start":1728682601733,"stop":1728682601733,"duration":0}},{"uid":"87df362f30641022","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87df362f30641022","status":"passed","time":{"start":1728677107958,"stop":1728677107959,"duration":1}},{"uid":"9bc6111031f8a6b5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9bc6111031f8a6b5","status":"passed","time":{"start":1728669764748,"stop":1728669764748,"duration":0}},{"uid":"9d3b48f33f8e2553","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9d3b48f33f8e2553","status":"passed","time":{"start":1728598157559,"stop":1728598157559,"duration":0}},{"uid":"23a38903a5a0495a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/23a38903a5a0495a","status":"passed","time":{"start":1728597369058,"stop":1728597369058,"duration":0}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2ef611c5a409a067","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ef611c5a409a067","status":"passed","time":{"start":1729034536785,"stop":1729034536785,"duration":0}},{"uid":"d57a735fd55819d0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d57a735fd55819d0","status":"passed","time":{"start":1729034307031,"stop":1729034307031,"duration":0}},{"uid":"6a095524bc947032","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a095524bc947032","status":"passed","time":{"start":1729034223306,"stop":1729034223306,"duration":0}},{"uid":"f6330956c4792cd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f6330956c4792cd","status":"passed","time":{"start":1729034034978,"stop":1729034034979,"duration":1}},{"uid":"76f57e09c64823f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/76f57e09c64823f","status":"passed","time":{"start":1729032066290,"stop":1729032066290,"duration":0}},{"uid":"b7a050f487838fae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7a050f487838fae","status":"passed","time":{"start":1728901706618,"stop":1728901706619,"duration":1}},{"uid":"bc99dd40f5b25210","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bc99dd40f5b25210","status":"passed","time":{"start":1728893153421,"stop":1728893153422,"duration":1}},{"uid":"9c2778c0077fddab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9c2778c0077fddab","status":"passed","time":{"start":1728856108126,"stop":1728856108126,"duration":0}},{"uid":"25b6932d2d14a6a0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/25b6932d2d14a6a0","status":"passed","time":{"start":1728738316668,"stop":1728738316668,"duration":0}},{"uid":"ca4399c833c6c7d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ca4399c833c6c7d","status":"passed","time":{"start":1728682865315,"stop":1728682865316,"duration":1}},{"uid":"f19aa250f326c16f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f19aa250f326c16f","status":"passed","time":{"start":1728682446995,"stop":1728682446995,"duration":0}},{"uid":"7de59579bb25426e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7de59579bb25426e","status":"passed","time":{"start":1728676924478,"stop":1728676924479,"duration":1}},{"uid":"badb0df4df9640ce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/badb0df4df9640ce","status":"passed","time":{"start":1728669626257,"stop":1728669626261,"duration":4}},{"uid":"754c4f929a283093","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/754c4f929a283093","status":"passed","time":{"start":1728597973672,"stop":1728597973672,"duration":0}},{"uid":"3d2da32e12f2e0f6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3d2da32e12f2e0f6","status":"passed","time":{"start":1728597188034,"stop":1728597188035,"duration":1}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"72e663472e47592d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/72e663472e47592d","status":"passed","time":{"start":1729034655442,"stop":1729034655443,"duration":1}},{"uid":"f85c80c0ea73a3f3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f85c80c0ea73a3f3","status":"passed","time":{"start":1729034425376,"stop":1729034425376,"duration":0}},{"uid":"eb65305096cbc374","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/eb65305096cbc374","status":"passed","time":{"start":1729034346108,"stop":1729034346108,"duration":0}},{"uid":"3678bbde617c59a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3678bbde617c59a8","status":"passed","time":{"start":1729034162415,"stop":1729034162415,"duration":0}},{"uid":"c3efe94a5ecb0593","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c3efe94a5ecb0593","status":"passed","time":{"start":1729032197324,"stop":1729032197326,"duration":2}},{"uid":"c2e60738dd7cac12","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c2e60738dd7cac12","status":"passed","time":{"start":1728901899711,"stop":1728901899711,"duration":0}},{"uid":"b2284529efa10929","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b2284529efa10929","status":"passed","time":{"start":1728893334922,"stop":1728893334922,"duration":0}},{"uid":"a9d9f10115bcad5a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a9d9f10115bcad5a","status":"passed","time":{"start":1728856288016,"stop":1728856288017,"duration":1}},{"uid":"8deca64241e31be4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8deca64241e31be4","status":"passed","time":{"start":1728738501685,"stop":1728738501689,"duration":4}},{"uid":"1a801cf3dfd3225a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a801cf3dfd3225a","status":"passed","time":{"start":1728683044486,"stop":1728683044486,"duration":0}},{"uid":"c2b6a42b707e19d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c2b6a42b707e19d0","status":"passed","time":{"start":1728682619633,"stop":1728682619633,"duration":0}},{"uid":"6effee6783351fd5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6effee6783351fd5","status":"passed","time":{"start":1728677104184,"stop":1728677104185,"duration":1}},{"uid":"dc693803b598be4e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc693803b598be4e","status":"passed","time":{"start":1728669759887,"stop":1728669759888,"duration":1}},{"uid":"4dbdad3d61766f35","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4dbdad3d61766f35","status":"passed","time":{"start":1728598164490,"stop":1728598164491,"duration":1}},{"uid":"4f9da436b2a8a619","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f9da436b2a8a619","status":"passed","time":{"start":1728597385265,"stop":1728597385266,"duration":1}}]},"700c027a145f8201e0895f977502d757:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"4ba91784e91123e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4ba91784e91123e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473216,"stop":1729034473217,"duration":1}},{"uid":"ec7f0d1458b5acac","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ec7f0d1458b5acac","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241160,"stop":1729034241160,"duration":0}},{"uid":"d2b92ea09b66895e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d2b92ea09b66895e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159974,"stop":1729034159974,"duration":0}},{"uid":"2f24347699d70e7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2f24347699d70e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977065,"duration":0}},{"uid":"397b24bff63073be","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/397b24bff63073be","status":"passed","time":{"start":1729032093802,"stop":1729032093802,"duration":0}},{"uid":"851f5244b8b6057a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/851f5244b8b6057a","status":"passed","time":{"start":1728901748773,"stop":1728901748774,"duration":1}},{"uid":"5f19980490fb74bd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5f19980490fb74bd","status":"passed","time":{"start":1728893181086,"stop":1728893181087,"duration":1}},{"uid":"69807ca269b3d95","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/69807ca269b3d95","status":"passed","time":{"start":1728856155552,"stop":1728856155552,"duration":0}},{"uid":"9832932153aacd8f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9832932153aacd8f","status":"passed","time":{"start":1728738360296,"stop":1728738360296,"duration":0}},{"uid":"5424e7a01e850137","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5424e7a01e850137","status":"passed","time":{"start":1728682907222,"stop":1728682907223,"duration":1}},{"uid":"cec90fa494c92b4d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cec90fa494c92b4d","status":"passed","time":{"start":1728682466735,"stop":1728682466736,"duration":1}},{"uid":"9de03c5490c145d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9de03c5490c145d2","status":"passed","time":{"start":1728676955723,"stop":1728676955723,"duration":0}},{"uid":"b39ee7d05bc37224","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b39ee7d05bc37224","status":"passed","time":{"start":1728598013535,"stop":1728598013536,"duration":1}},{"uid":"987766fbb6cf4710","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/987766fbb6cf4710","status":"passed","time":{"start":1728597225200,"stop":1728597225200,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"445b7828e0c7ea3c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/445b7828e0c7ea3c","status":"passed","time":{"start":1729034611684,"stop":1729034611685,"duration":1}},{"uid":"c6dd76e8b67eb5b1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c6dd76e8b67eb5b1","status":"passed","time":{"start":1729034393667,"stop":1729034393667,"duration":0}},{"uid":"a48b74a2d9afad2c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a48b74a2d9afad2c","status":"passed","time":{"start":1729034304858,"stop":1729034304861,"duration":3}},{"uid":"c5b2f50a1c4d55e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5b2f50a1c4d55e5","status":"passed","time":{"start":1729034121953,"stop":1729034121953,"duration":0}},{"uid":"143f4c433a18896a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/143f4c433a18896a","status":"passed","time":{"start":1729032174930,"stop":1729032174930,"duration":0}},{"uid":"c5cb35d737b958fc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c5cb35d737b958fc","status":"passed","time":{"start":1728901881033,"stop":1728901881034,"duration":1}},{"uid":"15e40ed7bdca7fd7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15e40ed7bdca7fd7","status":"passed","time":{"start":1728893317183,"stop":1728893317183,"duration":0}},{"uid":"30d9c3e4a144018f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30d9c3e4a144018f","status":"passed","time":{"start":1728856263127,"stop":1728856263127,"duration":0}},{"uid":"80db173339e7fbb8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80db173339e7fbb8","status":"passed","time":{"start":1728738492807,"stop":1728738492807,"duration":0}},{"uid":"f344910b7f65d9ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f344910b7f65d9ab","status":"passed","time":{"start":1728683030031,"stop":1728683030031,"duration":0}},{"uid":"8c2fdcec302545d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8c2fdcec302545d0","status":"passed","time":{"start":1728682581131,"stop":1728682581131,"duration":0}},{"uid":"91e0076467daa14c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/91e0076467daa14c","status":"passed","time":{"start":1728677082012,"stop":1728677082015,"duration":3}},{"uid":"6f912afabac656c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6f912afabac656c1","status":"passed","time":{"start":1728669795409,"stop":1728669795409,"duration":0}},{"uid":"213c13805b481355","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/213c13805b481355","status":"passed","time":{"start":1728598137510,"stop":1728598137511,"duration":1}},{"uid":"cd3a6983e5437663","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd3a6983e5437663","status":"passed","time":{"start":1728597353489,"stop":1728597353489,"duration":0}}]},"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f93566403986fa4e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f93566403986fa4e","status":"passed","time":{"start":1729034332633,"stop":1729034332634,"duration":1}},{"uid":"553c0e741ed8023a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/553c0e741ed8023a","status":"passed","time":{"start":1729034096135,"stop":1729034096135,"duration":0}},{"uid":"b7576705314e36aa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b7576705314e36aa","status":"passed","time":{"start":1729034020092,"stop":1729034020092,"duration":0}},{"uid":"c2ba4c4715be4b64","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2ba4c4715be4b64","status":"passed","time":{"start":1729033834388,"stop":1729033834388,"duration":0}},{"uid":"ee034795262f9b11","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ee034795262f9b11","status":"passed","time":{"start":1729031884121,"stop":1729031884121,"duration":0}},{"uid":"acaf2c6010e8dce6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/acaf2c6010e8dce6","status":"passed","time":{"start":1728901430255,"stop":1728901430256,"duration":1}},{"uid":"3052ac0681c262b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3052ac0681c262b0","status":"passed","time":{"start":1728892860533,"stop":1728892860534,"duration":1}},{"uid":"634966dff96aa9d5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/634966dff96aa9d5","status":"passed","time":{"start":1728855823323,"stop":1728855823324,"duration":1}},{"uid":"d4ab7f373b35d4ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d4ab7f373b35d4ca","status":"passed","time":{"start":1728738040604,"stop":1728738040604,"duration":0}},{"uid":"718fa55dd3f903ac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/718fa55dd3f903ac","status":"passed","time":{"start":1728682574094,"stop":1728682574094,"duration":0}},{"uid":"7d5a3b2c5550f975","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7d5a3b2c5550f975","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"a513c7f16877b0d4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a513c7f16877b0d4","status":"passed","time":{"start":1728676621433,"stop":1728676621434,"duration":1}},{"uid":"a21d006118f0658e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a21d006118f0658e","status":"passed","time":{"start":1728669344469,"stop":1728669344469,"duration":0}},{"uid":"720dc6d152073e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/720dc6d152073e9","status":"passed","time":{"start":1728597685163,"stop":1728597685163,"duration":0}},{"uid":"5082756de2ad47d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5082756de2ad47d4","status":"passed","time":{"start":1728596904470,"stop":1728596904470,"duration":0}}]},"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f9105f5c035ea96c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9105f5c035ea96c","status":"passed","time":{"start":1729034332621,"stop":1729034332621,"duration":0}},{"uid":"f600ca32c8001d42","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f600ca32c8001d42","status":"passed","time":{"start":1729034096121,"stop":1729034096122,"duration":1}},{"uid":"f334caf86eff4e0b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f334caf86eff4e0b","status":"passed","time":{"start":1729034020082,"stop":1729034020082,"duration":0}},{"uid":"c12d8e1bd37e43c7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c12d8e1bd37e43c7","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"duration":0}},{"uid":"62c1a3a66f433425","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/62c1a3a66f433425","status":"passed","time":{"start":1729031884104,"stop":1729031884104,"duration":0}},{"uid":"56e29e1787448548","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56e29e1787448548","status":"passed","time":{"start":1728901430246,"stop":1728901430246,"duration":0}},{"uid":"986f26a1b4ddc972","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/986f26a1b4ddc972","status":"passed","time":{"start":1728892860522,"stop":1728892860522,"duration":0}},{"uid":"d6b3387e0f0b7112","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d6b3387e0f0b7112","status":"passed","time":{"start":1728855823312,"stop":1728855823312,"duration":0}},{"uid":"d6bdcabd82bd9882","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d6bdcabd82bd9882","status":"passed","time":{"start":1728738040581,"stop":1728738040581,"duration":0}},{"uid":"22738566e248592d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/22738566e248592d","status":"passed","time":{"start":1728682574079,"stop":1728682574079,"duration":0}},{"uid":"10568d7e46dcdc4e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/10568d7e46dcdc4e","status":"passed","time":{"start":1728682146807,"stop":1728682146807,"duration":0}},{"uid":"a292adf08a1679a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a292adf08a1679a8","status":"passed","time":{"start":1728676621420,"stop":1728676621420,"duration":0}},{"uid":"98a113205191a099","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98a113205191a099","status":"passed","time":{"start":1728669344458,"stop":1728669344458,"duration":0}},{"uid":"cd36f8669d50e1d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd36f8669d50e1d4","status":"passed","time":{"start":1728597685150,"stop":1728597685151,"duration":1}},{"uid":"1a25239fc266e6c3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1a25239fc266e6c3","status":"passed","time":{"start":1728596904456,"stop":1728596904457,"duration":1}}]},"29cea7a3ed21bc0d2e6283dc7a598f14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"37be292f74d2eaa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37be292f74d2eaa","status":"passed","time":{"start":1729034373026,"stop":1729034373026,"duration":0}},{"uid":"12c31639f37dc8fc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12c31639f37dc8fc","status":"passed","time":{"start":1729034137314,"stop":1729034137314,"duration":0}},{"uid":"35c99782d8ec2bb0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/35c99782d8ec2bb0","status":"passed","time":{"start":1729034060016,"stop":1729034060016,"duration":0}},{"uid":"6cb10f550b803056","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6cb10f550b803056","status":"passed","time":{"start":1729033874959,"stop":1729033874959,"duration":0}},{"uid":"7dbf4ca5ab6f4618","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7dbf4ca5ab6f4618","status":"passed","time":{"start":1729031924898,"stop":1729031924899,"duration":1}},{"uid":"c956dbf4cac85a6f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c956dbf4cac85a6f","status":"passed","time":{"start":1728901469127,"stop":1728901469127,"duration":0}},{"uid":"44194b20f579027f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/44194b20f579027f","status":"passed","time":{"start":1728892899791,"stop":1728892899792,"duration":1}},{"uid":"bf5b257fc4580a4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bf5b257fc4580a4c","status":"passed","time":{"start":1728855863055,"stop":1728855863056,"duration":1}},{"uid":"69412df9f4858236","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/69412df9f4858236","status":"passed","time":{"start":1728738080897,"stop":1728738080897,"duration":0}},{"uid":"80cdf62f90f597ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80cdf62f90f597ab","status":"passed","time":{"start":1728682614307,"stop":1728682614307,"duration":0}},{"uid":"e8de049354398154","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e8de049354398154","status":"passed","time":{"start":1728682187090,"stop":1728682187090,"duration":0}},{"uid":"ec0125b9dea4f2a6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec0125b9dea4f2a6","status":"passed","time":{"start":1728676661486,"stop":1728676661486,"duration":0}},{"uid":"295e2b159234d0e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/295e2b159234d0e5","status":"passed","time":{"start":1728669384660,"stop":1728669384660,"duration":0}},{"uid":"acedc4ef1e3f569d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/acedc4ef1e3f569d","status":"passed","time":{"start":1728597724233,"stop":1728597724233,"duration":0}},{"uid":"903085ff61c629bf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/903085ff61c629bf","status":"passed","time":{"start":1728596943281,"stop":1728596943281,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"72d15ae16fba82c0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/72d15ae16fba82c0","status":"passed","time":{"start":1729034447631,"stop":1729034447632,"duration":1}},{"uid":"167e7beaaa1eb674","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/167e7beaaa1eb674","status":"passed","time":{"start":1729034206089,"stop":1729034206090,"duration":1}},{"uid":"188f04bec9290f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/188f04bec9290f1","status":"passed","time":{"start":1729034134200,"stop":1729034134201,"duration":1}},{"uid":"b431bda76f286cf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b431bda76f286cf","status":"passed","time":{"start":1729033942631,"stop":1729033942634,"duration":3}},{"uid":"c6c918c19aa24576","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6c918c19aa24576","status":"passed","time":{"start":1729031989721,"stop":1729031989722,"duration":1}},{"uid":"7f603c6fce346d8f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f603c6fce346d8f","status":"passed","time":{"start":1728901562063,"stop":1728901562095,"duration":32}},{"uid":"1eb61b2bc3702001","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1eb61b2bc3702001","status":"passed","time":{"start":1728893001483,"stop":1728893001484,"duration":1}},{"uid":"129e97738f82ada","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/129e97738f82ada","status":"passed","time":{"start":1728855968872,"stop":1728855968873,"duration":1}},{"uid":"a601daf97d23f22a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a601daf97d23f22a","status":"passed","time":{"start":1728738172969,"stop":1728738172969,"duration":0}},{"uid":"25013b27e13ee361","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/25013b27e13ee361","status":"passed","time":{"start":1728682706942,"stop":1728682706942,"duration":0}},{"uid":"41b5af363c8c7cb0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41b5af363c8c7cb0","status":"passed","time":{"start":1728682296863,"stop":1728682296863,"duration":0}},{"uid":"c0a8885ffe26192b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c0a8885ffe26192b","status":"passed","time":{"start":1728676761487,"stop":1728676761495,"duration":8}},{"uid":"95f4d4f604920f12","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/95f4d4f604920f12","status":"passed","time":{"start":1728669479029,"stop":1728669479029,"duration":0}},{"uid":"c5b26e3b23f478a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c5b26e3b23f478a0","status":"passed","time":{"start":1728597820129,"stop":1728597820129,"duration":0}},{"uid":"ed140f5b68f18a38","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed140f5b68f18a38","status":"passed","time":{"start":1728597034503,"stop":1728597034503,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"82878ccbd175e37f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/82878ccbd175e37f","status":"passed","time":{"start":1729034617749,"stop":1729034617749,"duration":0}},{"uid":"d786c1f43486092d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d786c1f43486092d","status":"passed","time":{"start":1729034370852,"stop":1729034370852,"duration":0}},{"uid":"abf492266c189317","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/abf492266c189317","status":"passed","time":{"start":1729034308853,"stop":1729034308853,"duration":0}},{"uid":"5544fc7c1005a898","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5544fc7c1005a898","status":"passed","time":{"start":1729034129467,"stop":1729034129468,"duration":1}},{"uid":"e1a41f7813f2dbf5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e1a41f7813f2dbf5","status":"passed","time":{"start":1729032178361,"stop":1729032178362,"duration":1}},{"uid":"fd333f54bdb481f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd333f54bdb481f5","status":"passed","time":{"start":1728901896339,"stop":1728901896339,"duration":0}},{"uid":"8ba298bc3f1d4360","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8ba298bc3f1d4360","status":"passed","time":{"start":1728893329019,"stop":1728893329019,"duration":0}},{"uid":"f5bebbff696ab173","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f5bebbff696ab173","status":"passed","time":{"start":1728856284754,"stop":1728856284754,"duration":0}},{"uid":"bfaabbdda5cb763a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bfaabbdda5cb763a","status":"passed","time":{"start":1728738494929,"stop":1728738494929,"duration":0}},{"uid":"b5389b4973621b61","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5389b4973621b61","status":"passed","time":{"start":1728683033624,"stop":1728683033625,"duration":1}},{"uid":"5c9912dd52d16688","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5c9912dd52d16688","status":"passed","time":{"start":1728682601730,"stop":1728682601730,"duration":0}},{"uid":"1f50d5a23296a6ec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1f50d5a23296a6ec","status":"passed","time":{"start":1728677107954,"stop":1728677107954,"duration":0}},{"uid":"a3f26b71c94e6f76","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a3f26b71c94e6f76","status":"passed","time":{"start":1728669764744,"stop":1728669764744,"duration":0}},{"uid":"acc9696eb02b8099","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/acc9696eb02b8099","status":"passed","time":{"start":1728598157552,"stop":1728598157553,"duration":1}},{"uid":"f4130d026779bc88","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f4130d026779bc88","status":"passed","time":{"start":1728597369051,"stop":1728597369052,"duration":1}}]},"4494f879700cced54d3ee256937e9cb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb7a9fc2eaef8f1f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bb7a9fc2eaef8f1f","status":"passed","time":{"start":1729034323301,"stop":1729034323302,"duration":1}}]},"a3f3fb09e65db810d8082460afaaccfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"65a2a5af376a2f4e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/65a2a5af376a2f4e","status":"passed","time":{"start":1728856368611,"stop":1728856368611,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1f0963718de2c9c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f0963718de2c9c2","status":"passed","time":{"start":1729034636308,"stop":1729034636308,"duration":0}},{"uid":"80ba6e5077cf4930","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/80ba6e5077cf4930","status":"passed","time":{"start":1729034402256,"stop":1729034402259,"duration":3}},{"uid":"b0e6197f4721b194","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b0e6197f4721b194","status":"passed","time":{"start":1729034323280,"stop":1729034323282,"duration":2}},{"uid":"8a09f5554454e11a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a09f5554454e11a","status":"passed","time":{"start":1729034144759,"stop":1729034144759,"duration":0}},{"uid":"1d99c18341393d31","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1d99c18341393d31","status":"passed","time":{"start":1729032198809,"stop":1729032198809,"duration":0}},{"uid":"8e612b0597e93f3d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e612b0597e93f3d","status":"passed","time":{"start":1728901901735,"stop":1728901901735,"duration":0}},{"uid":"20051c44cb5a0651","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/20051c44cb5a0651","status":"passed","time":{"start":1728893337227,"stop":1728893337228,"duration":1}},{"uid":"67277a3c81ab14da","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/67277a3c81ab14da","status":"passed","time":{"start":1728856299183,"stop":1728856299184,"duration":1}},{"uid":"58ccb40e70848a2a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58ccb40e70848a2a","status":"passed","time":{"start":1728738505369,"stop":1728738505369,"duration":0}},{"uid":"7295cf3159913e2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7295cf3159913e2","status":"passed","time":{"start":1728683045438,"stop":1728683045438,"duration":0}},{"uid":"716ca22dccf0578","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/716ca22dccf0578","status":"passed","time":{"start":1728682607280,"stop":1728682607281,"duration":1}},{"uid":"41de028d01d14104","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/41de028d01d14104","status":"passed","time":{"start":1728677103485,"stop":1728677103486,"duration":1}},{"uid":"9080a81017c86ae0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9080a81017c86ae0","status":"passed","time":{"start":1728669777111,"stop":1728669777111,"duration":0}},{"uid":"bb492b01e861668c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bb492b01e861668c","status":"passed","time":{"start":1728598163460,"stop":1728598163460,"duration":0}},{"uid":"729bbfc4c6f6359d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/729bbfc4c6f6359d","status":"passed","time":{"start":1728597375455,"stop":1728597375456,"duration":1}}]},"25090da4c583822349a5b71ab04dabb7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3392ee36c0b89b53","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3392ee36c0b89b53","status":"passed","time":{"start":1728682607292,"stop":1728682607292,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7f7501bb8e0b58d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7f7501bb8e0b58d7","status":"passed","time":{"start":1729034348762,"stop":1729034348762,"duration":0}},{"uid":"d9e7fa33580b7827","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d9e7fa33580b7827","status":"passed","time":{"start":1729034112605,"stop":1729034112605,"duration":0}},{"uid":"35dc0613a06063c4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/35dc0613a06063c4","status":"passed","time":{"start":1729034035873,"stop":1729034035873,"duration":0}},{"uid":"3784f14904430d8e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3784f14904430d8e","status":"passed","time":{"start":1729033850550,"stop":1729033850550,"duration":0}},{"uid":"9e00d2ddc7370280","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e00d2ddc7370280","status":"passed","time":{"start":1729031900272,"stop":1729031900273,"duration":1}},{"uid":"321c270439c076be","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/321c270439c076be","status":"passed","time":{"start":1728901446178,"stop":1728901446178,"duration":0}},{"uid":"47a0e75ee56fa9d3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/47a0e75ee56fa9d3","status":"passed","time":{"start":1728892876478,"stop":1728892876478,"duration":0}},{"uid":"c578d2ab82c6a2b1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c578d2ab82c6a2b1","status":"passed","time":{"start":1728855839200,"stop":1728855839200,"duration":0}},{"uid":"586b1b4f75dd850f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/586b1b4f75dd850f","status":"passed","time":{"start":1728738056465,"stop":1728738056466,"duration":1}},{"uid":"fd0135d605753f66","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fd0135d605753f66","status":"passed","time":{"start":1728682590045,"stop":1728682590045,"duration":0}},{"uid":"4f37474253efd212","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4f37474253efd212","status":"passed","time":{"start":1728682162839,"stop":1728682162840,"duration":1}},{"uid":"ea2828d7bbea5c8a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ea2828d7bbea5c8a","status":"passed","time":{"start":1728676637413,"stop":1728676637413,"duration":0}},{"uid":"7340815b747431b0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7340815b747431b0","status":"passed","time":{"start":1728669360495,"stop":1728669360495,"duration":0}},{"uid":"b0aabfaac1063671","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b0aabfaac1063671","status":"passed","time":{"start":1728597701237,"stop":1728597701237,"duration":0}},{"uid":"6696496d90071a81","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6696496d90071a81","status":"passed","time":{"start":1728596920372,"stop":1728596920372,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"aed7097633632a1c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aed7097633632a1c","status":"passed","time":{"start":1729034611680,"stop":1729034611681,"duration":1}},{"uid":"50b43f881ea0424c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/50b43f881ea0424c","status":"passed","time":{"start":1729034393656,"stop":1729034393656,"duration":0}},{"uid":"dd5c6ddd8ddbdf44","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dd5c6ddd8ddbdf44","status":"passed","time":{"start":1729034304854,"stop":1729034304854,"duration":0}},{"uid":"7b58f1f0eca0a785","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b58f1f0eca0a785","status":"passed","time":{"start":1729034121940,"stop":1729034121940,"duration":0}},{"uid":"771a2901cec6b988","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/771a2901cec6b988","status":"passed","time":{"start":1729032174919,"stop":1729032174919,"duration":0}},{"uid":"77b80cc02d65f07","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/77b80cc02d65f07","status":"passed","time":{"start":1728901881024,"stop":1728901881025,"duration":1}},{"uid":"5f5771132fc9057e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5f5771132fc9057e","status":"passed","time":{"start":1728893317179,"stop":1728893317179,"duration":0}},{"uid":"fab1d5b3bf287d29","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fab1d5b3bf287d29","status":"passed","time":{"start":1728856263110,"stop":1728856263110,"duration":0}},{"uid":"f00470cf4c5ee038","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f00470cf4c5ee038","status":"passed","time":{"start":1728738492803,"stop":1728738492804,"duration":1}},{"uid":"a993d6922ecdba72","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a993d6922ecdba72","status":"passed","time":{"start":1728683030027,"stop":1728683030027,"duration":0}},{"uid":"f3fed9bf88a10d2b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f3fed9bf88a10d2b","status":"passed","time":{"start":1728682581112,"stop":1728682581113,"duration":1}},{"uid":"dd3ab3ea01efbbec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd3ab3ea01efbbec","status":"passed","time":{"start":1728677082007,"stop":1728677082008,"duration":1}},{"uid":"34d80be401e92b1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34d80be401e92b1","status":"passed","time":{"start":1728669795404,"stop":1728669795405,"duration":1}},{"uid":"cb0f6fdf270d667d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb0f6fdf270d667d","status":"passed","time":{"start":1728598137508,"stop":1728598137508,"duration":0}},{"uid":"efc00b03d9df0b61","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/efc00b03d9df0b61","status":"passed","time":{"start":1728597353485,"stop":1728597353485,"duration":0}}]},"da212ac7f2a70884fcdb8c594286173f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d521c141d1d45d0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5d521c141d1d45d0","status":"passed","time":{"start":1729032228816,"stop":1729032228817,"duration":1}}]},"a1f63052056fb89dd3e81a8de175858a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27535d42bcd56bed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/27535d42bcd56bed","status":"passed","time":{"start":1728893395079,"stop":1728893395079,"duration":0}}]},"bd09a2340b2bba48f5375e314e2ca072:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da0ca7904661dbc6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/da0ca7904661dbc6","status":"passed","time":{"start":1728677163573,"stop":1728677163574,"duration":1}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f83acbf55acdece4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f83acbf55acdece4","status":"passed","time":{"start":1729034348577,"stop":1729034348577,"duration":0}},{"uid":"de503780c604b686","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/de503780c604b686","status":"passed","time":{"start":1729034112387,"stop":1729034112388,"duration":1}},{"uid":"23581c06e59f8dd8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/23581c06e59f8dd8","status":"passed","time":{"start":1729034035615,"stop":1729034035617,"duration":2}},{"uid":"e94e3a5213fb248a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e94e3a5213fb248a","status":"passed","time":{"start":1729033850405,"stop":1729033850405,"duration":0}},{"uid":"3cdfe96798d68a3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3cdfe96798d68a3","status":"passed","time":{"start":1729031899690,"stop":1729031899691,"duration":1}},{"uid":"a0622e860335b5c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a0622e860335b5c0","status":"passed","time":{"start":1728901445802,"stop":1728901445802,"duration":0}},{"uid":"92cfc8b1077076f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/92cfc8b1077076f8","status":"passed","time":{"start":1728892876333,"stop":1728892876334,"duration":1}},{"uid":"8010ae86c32dfadb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8010ae86c32dfadb","status":"passed","time":{"start":1728855838897,"stop":1728855838898,"duration":1}},{"uid":"36dbf60aefae6367","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/36dbf60aefae6367","status":"passed","time":{"start":1728738055941,"stop":1728738055942,"duration":1}},{"uid":"de390420991a61a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de390420991a61a8","status":"passed","time":{"start":1728682589826,"stop":1728682589826,"duration":0}},{"uid":"5d6a5d1b0b84f631","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5d6a5d1b0b84f631","status":"passed","time":{"start":1728682162268,"stop":1728682162268,"duration":0}},{"uid":"3254aa974a96e4ad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3254aa974a96e4ad","status":"passed","time":{"start":1728676637065,"stop":1728676637065,"duration":0}},{"uid":"7850f152bc8b709c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7850f152bc8b709c","status":"passed","time":{"start":1728669360435,"stop":1728669360435,"duration":0}},{"uid":"a0154f77b65ba810","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a0154f77b65ba810","status":"passed","time":{"start":1728597700986,"stop":1728597700986,"duration":0}},{"uid":"4e948552ceff5f66","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4e948552ceff5f66","status":"passed","time":{"start":1728596920268,"stop":1728596920269,"duration":1}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cd79d74ffc2ce711","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cd79d74ffc2ce711","status":"passed","time":{"start":1729034630105,"stop":1729034630105,"duration":0}},{"uid":"39bf13c8d32130d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/39bf13c8d32130d1","status":"passed","time":{"start":1729034390822,"stop":1729034390823,"duration":1}},{"uid":"6d3801d642da24d6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6d3801d642da24d6","status":"passed","time":{"start":1729034323922,"stop":1729034323925,"duration":3}},{"uid":"7cfaa02469bac2c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7cfaa02469bac2c5","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0}},{"uid":"264151c87650be36","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/264151c87650be36","status":"passed","time":{"start":1729032192391,"stop":1729032192392,"duration":1}},{"uid":"a8606335b3cb2b2f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a8606335b3cb2b2f","status":"passed","time":{"start":1728901896709,"stop":1728901896709,"duration":0}},{"uid":"bd59b6f830d5b030","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bd59b6f830d5b030","status":"passed","time":{"start":1728893334447,"stop":1728893334448,"duration":1}},{"uid":"f254846d728707b7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f254846d728707b7","status":"passed","time":{"start":1728856285987,"stop":1728856285987,"duration":0}},{"uid":"6f0a5a4a6ee1a8e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f0a5a4a6ee1a8e6","status":"passed","time":{"start":1728738508178,"stop":1728738508178,"duration":0}},{"uid":"f15cb8d75bc0f5f3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f15cb8d75bc0f5f3","status":"passed","time":{"start":1728683055335,"stop":1728683055335,"duration":0}},{"uid":"3731f53c30424463","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3731f53c30424463","status":"passed","time":{"start":1728682604663,"stop":1728682604663,"duration":0}},{"uid":"7a72d7f1f7484da9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a72d7f1f7484da9","status":"passed","time":{"start":1728677105012,"stop":1728677105012,"duration":0}},{"uid":"51bf0f5427b9a3e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/51bf0f5427b9a3e0","status":"passed","time":{"start":1728669780767,"stop":1728669780768,"duration":1}},{"uid":"ec49a983c9f69c0b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec49a983c9f69c0b","status":"passed","time":{"start":1728598159630,"stop":1728598159631,"duration":1}},{"uid":"670e176a714f0fa3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/670e176a714f0fa3","status":"passed","time":{"start":1728597371094,"stop":1728597371100,"duration":6}}]},"7771cdb9dde51822c3351e9d6d6dc5c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3122c87bfd52596","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c3122c87bfd52596","status":"passed","time":{"start":1728597472310,"stop":1728597472310,"duration":0}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1f3499efa0df51f7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f3499efa0df51f7","status":"passed","time":{"start":1729034640524,"stop":1729034640524,"duration":0}},{"uid":"350dd184a83e9bd6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/350dd184a83e9bd6","status":"passed","time":{"start":1729034411424,"stop":1729034411424,"duration":0}},{"uid":"1d69f15fbf1288f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d69f15fbf1288f6","status":"passed","time":{"start":1729034327405,"stop":1729034327405,"duration":0}},{"uid":"f4ce0c4080659a82","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f4ce0c4080659a82","status":"passed","time":{"start":1729034147778,"stop":1729034147778,"duration":0}},{"uid":"6c92071e4861828c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6c92071e4861828c","status":"passed","time":{"start":1729032204828,"stop":1729032204829,"duration":1}},{"uid":"3c86087dc08e4ada","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3c86087dc08e4ada","status":"passed","time":{"start":1728901907701,"stop":1728901907702,"duration":1}},{"uid":"2f40dbf253534aa2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2f40dbf253534aa2","status":"passed","time":{"start":1728893341889,"stop":1728893341889,"duration":0}},{"uid":"5b22832465ef5955","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5b22832465ef5955","status":"passed","time":{"start":1728856299376,"stop":1728856299381,"duration":5}},{"uid":"c58c441d136467b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c58c441d136467b9","status":"passed","time":{"start":1728738511618,"stop":1728738511618,"duration":0}},{"uid":"1fdca62b2a9d1e75","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1fdca62b2a9d1e75","status":"passed","time":{"start":1728683052912,"stop":1728683052912,"duration":0}},{"uid":"ae8f722b15ccbdb4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ae8f722b15ccbdb4","status":"passed","time":{"start":1728682612911,"stop":1728682612911,"duration":0}},{"uid":"a80a0f73f661845b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a80a0f73f661845b","status":"passed","time":{"start":1728677115747,"stop":1728677115747,"duration":0}},{"uid":"92dc8d1a7fdbda5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92dc8d1a7fdbda5","status":"passed","time":{"start":1728669778175,"stop":1728669778175,"duration":0}},{"uid":"30f7c7d7d2a4ab8f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/30f7c7d7d2a4ab8f","status":"passed","time":{"start":1728598175433,"stop":1728598175433,"duration":0}},{"uid":"b23de0690150eac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b23de0690150eac","status":"passed","time":{"start":1728597380062,"stop":1728597380063,"duration":1}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"623ed148f82a07dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/623ed148f82a07dd","status":"passed","time":{"start":1729034432450,"stop":1729034432451,"duration":1}},{"uid":"e875a7dd7175dee6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e875a7dd7175dee6","status":"passed","time":{"start":1729034119305,"stop":1729034119305,"duration":0}},{"uid":"8805bae33c14ad9c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8805bae33c14ad9c","status":"passed","time":{"start":1729033933480,"stop":1729033933481,"duration":1}},{"uid":"70c9f2fa736c95f4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/70c9f2fa736c95f4","status":"passed","time":{"start":1729031982921,"stop":1729031982921,"duration":0}},{"uid":"624fd903b5593642","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/624fd903b5593642","status":"passed","time":{"start":1728901527857,"stop":1728901527858,"duration":1}},{"uid":"c0d10684ffcae39e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0d10684ffcae39e","status":"passed","time":{"start":1728892960140,"stop":1728892960141,"duration":1}},{"uid":"9db3310aa798e04f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9db3310aa798e04f","status":"passed","time":{"start":1728855921715,"stop":1728855921715,"duration":0}},{"uid":"245a75b3980e2b95","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/245a75b3980e2b95","status":"passed","time":{"start":1728738138433,"stop":1728738138433,"duration":0}},{"uid":"87ec61c892932017","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/87ec61c892932017","status":"passed","time":{"start":1728682672253,"stop":1728682672253,"duration":0}},{"uid":"dd7d98bc279161a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dd7d98bc279161a1","status":"passed","time":{"start":1728682245075,"stop":1728682245075,"duration":0}},{"uid":"c111d6dbdbe3097d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c111d6dbdbe3097d","status":"passed","time":{"start":1728676721300,"stop":1728676721300,"duration":0}},{"uid":"c4b61a141ef9dab9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4b61a141ef9dab9","status":"passed","time":{"start":1728669444561,"stop":1728669444563,"duration":2}},{"uid":"51b1e79ce4a6adfb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/51b1e79ce4a6adfb","status":"passed","time":{"start":1728597784073,"stop":1728597784074,"duration":1}},{"uid":"d3509e2229664535","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d3509e2229664535","status":"passed","time":{"start":1728597001549,"stop":1728597001550,"duration":1}}]},"05175b01cd147e1353259319de4c1a4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"356ecc3f82c40d2b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/356ecc3f82c40d2b","status":"passed","time":{"start":1729034348415,"stop":1729034348415,"duration":0}},{"uid":"e8a6bbad9b25ac3f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e8a6bbad9b25ac3f","status":"passed","time":{"start":1729034112235,"stop":1729034112236,"duration":1}},{"uid":"541d8120cde4645a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/541d8120cde4645a","status":"passed","time":{"start":1729034035751,"stop":1729034035751,"duration":0}},{"uid":"ddc448134938d45e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ddc448134938d45e","status":"passed","time":{"start":1729033850302,"stop":1729033850303,"duration":1}},{"uid":"bcb8ae34f1477cf5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bcb8ae34f1477cf5","status":"passed","time":{"start":1729031899903,"stop":1729031899903,"duration":0}},{"uid":"9ba8ca96c736078d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9ba8ca96c736078d","status":"passed","time":{"start":1728901445872,"stop":1728901445872,"duration":0}},{"uid":"a07fdfe9c8e078f7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a07fdfe9c8e078f7","status":"passed","time":{"start":1728892875908,"stop":1728892875908,"duration":0}},{"uid":"b789499bb06cd8ef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b789499bb06cd8ef","status":"passed","time":{"start":1728855839038,"stop":1728855839039,"duration":1}},{"uid":"d8683a606d7d5993","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d8683a606d7d5993","status":"passed","time":{"start":1728738056185,"stop":1728738056185,"duration":0}},{"uid":"5a8d40e8435389a1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5a8d40e8435389a1","status":"passed","time":{"start":1728682589460,"stop":1728682589460,"duration":0}},{"uid":"cbc5b2022b36df72","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cbc5b2022b36df72","status":"passed","time":{"start":1728682162317,"stop":1728682162318,"duration":1}},{"uid":"5fb25f0b59008e40","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5fb25f0b59008e40","status":"passed","time":{"start":1728676637005,"stop":1728676637005,"duration":0}},{"uid":"3b52aacb58e42af7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3b52aacb58e42af7","status":"passed","time":{"start":1728669360370,"stop":1728669360370,"duration":0}},{"uid":"97a841c122e91284","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/97a841c122e91284","status":"passed","time":{"start":1728597700889,"stop":1728597700890,"duration":1}},{"uid":"3ed4dd7fd6339ce7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3ed4dd7fd6339ce7","status":"passed","time":{"start":1728596919828,"stop":1728596919828,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"bfd60e52d76c7605","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bfd60e52d76c7605","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034640517,"stop":1729034640517,"duration":0}},{"uid":"85531dc85b7bbc24","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/85531dc85b7bbc24","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034411421,"stop":1729034411421,"duration":0}},{"uid":"ff97199749868a1b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ff97199749868a1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034327397,"stop":1729034327398,"duration":1}},{"uid":"fbb06da52c5c54a9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbb06da52c5c54a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034147769,"stop":1729034147769,"duration":0}},{"uid":"c2e03c7a08b09dd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c2e03c7a08b09dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032204826,"stop":1729032204826,"duration":0}},{"uid":"c43e1e54e037f333","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c43e1e54e037f333","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901907698,"stop":1728901907698,"duration":0}},{"uid":"66cab64a3334962b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/66cab64a3334962b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893341887,"stop":1728893341887,"duration":0}},{"uid":"d3eea4d23db16086","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d3eea4d23db16086","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299355,"stop":1728856299355,"duration":0}},{"uid":"c537f533b24f26ba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c537f533b24f26ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738511615,"stop":1728738511615,"duration":0}},{"uid":"c07110d07d23b2da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c07110d07d23b2da","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683052909,"stop":1728683052909,"duration":0}},{"uid":"c90567e01526b7d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c90567e01526b7d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682612909,"stop":1728682612909,"duration":0}},{"uid":"757b6c0b4f071877","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/757b6c0b4f071877","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677115744,"stop":1728677115744,"duration":0}},{"uid":"ad8fb2a05149de2b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad8fb2a05149de2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669778172,"stop":1728669778173,"duration":1}},{"uid":"208a3682791d3f3e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/208a3682791d3f3e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598175430,"stop":1728598175430,"duration":0}},{"uid":"d7a112ec71ce4eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d7a112ec71ce4eaa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597380059,"stop":1728597380059,"duration":0}}]},"aa59f6f94e923079a574ec29454b6499:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"419e8429d1c51383","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/419e8429d1c51383","status":"passed","time":{"start":1729034348216,"stop":1729034348216,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"574bad6a7c1b239a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/574bad6a7c1b239a","status":"passed","time":{"start":1729034682671,"stop":1729034682671,"duration":0}},{"uid":"c6a9bf394cbf512f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c6a9bf394cbf512f","status":"passed","time":{"start":1729034452181,"stop":1729034452182,"duration":1}},{"uid":"3aca9334d26118b9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3aca9334d26118b9","status":"passed","time":{"start":1729034373074,"stop":1729034373074,"duration":0}},{"uid":"3e4878d8cd3a5386","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3e4878d8cd3a5386","status":"passed","time":{"start":1729034188113,"stop":1729034188115,"duration":2}},{"uid":"2c86dc8324b1d457","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c86dc8324b1d457","status":"passed","time":{"start":1729032231861,"stop":1729032231861,"duration":0}},{"uid":"1cd34d90700ace1b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1cd34d90700ace1b","status":"passed","time":{"start":1728901989563,"stop":1728901989564,"duration":1}},{"uid":"a1ed2de0290cc366","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a1ed2de0290cc366","status":"passed","time":{"start":1728893424896,"stop":1728893424897,"duration":1}},{"uid":"1453740a91ef1599","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1453740a91ef1599","status":"passed","time":{"start":1728856376681,"stop":1728856376682,"duration":1}},{"uid":"b6bc58bc80816a11","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b6bc58bc80816a11","status":"passed","time":{"start":1728738593958,"stop":1728738593958,"duration":0}},{"uid":"ed4819593cc90c62","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed4819593cc90c62","status":"passed","time":{"start":1728683135333,"stop":1728683135334,"duration":1}},{"uid":"af68af9493988445","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af68af9493988445","status":"passed","time":{"start":1728682692582,"stop":1728682692584,"duration":2}},{"uid":"d8009e2a7b4cedf7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d8009e2a7b4cedf7","status":"passed","time":{"start":1728677194227,"stop":1728677194227,"duration":0}},{"uid":"f1540fb27d928708","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f1540fb27d928708","status":"passed","time":{"start":1728669874422,"stop":1728669874422,"duration":0}},{"uid":"6442726d66d9670a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6442726d66d9670a","status":"passed","time":{"start":1728598257459,"stop":1728598257459,"duration":0}},{"uid":"81e62991a2909f8a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/81e62991a2909f8a","status":"passed","time":{"start":1728597471282,"stop":1728597471282,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1be2887f445306db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1be2887f445306db","status":"passed","time":{"start":1729034536094,"stop":1729034536095,"duration":1}},{"uid":"4c5538beffe3d46a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4c5538beffe3d46a","status":"passed","time":{"start":1729034296700,"stop":1729034296700,"duration":0}},{"uid":"28c1e879ba0a6243","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28c1e879ba0a6243","status":"passed","time":{"start":1729034220595,"stop":1729034220596,"duration":1}},{"uid":"d3632c673bf8652a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3632c673bf8652a","status":"passed","time":{"start":1729034041472,"stop":1729034041473,"duration":1}},{"uid":"e8a00d5402d5d955","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e8a00d5402d5d955","status":"passed","time":{"start":1728901705382,"stop":1728901705382,"duration":0}},{"uid":"1ccf994636393484","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1ccf994636393484","status":"passed","time":{"start":1728893141766,"stop":1728893141767,"duration":1}},{"uid":"4ebfc96bf2b8044f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ebfc96bf2b8044f","status":"passed","time":{"start":1728856087078,"stop":1728856087078,"duration":0}},{"uid":"12863eaf395f7139","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/12863eaf395f7139","status":"passed","time":{"start":1728738321429,"stop":1728738321430,"duration":1}},{"uid":"e319dd3339320de4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e319dd3339320de4","status":"passed","time":{"start":1728682845669,"stop":1728682845669,"duration":0}},{"uid":"fb5662c4064f0d9d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fb5662c4064f0d9d","status":"passed","time":{"start":1728682424301,"stop":1728682424302,"duration":1}},{"uid":"72efaa53ea5d4ae1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72efaa53ea5d4ae1","status":"passed","time":{"start":1728676900510,"stop":1728676900510,"duration":0}},{"uid":"fdc9c67cb86cbd96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fdc9c67cb86cbd96","status":"passed","time":{"start":1728669625793,"stop":1728669625794,"duration":1}},{"uid":"c5a1c28ad6cda23c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c5a1c28ad6cda23c","status":"passed","time":{"start":1728597957158,"stop":1728597957158,"duration":0}},{"uid":"9c9642d311d678cf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c9642d311d678cf","status":"passed","time":{"start":1728597182592,"stop":1728597182593,"duration":1}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b432aaea450e842e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b432aaea450e842e","status":"passed","time":{"start":1729034341411,"stop":1729034341411,"duration":0}},{"uid":"329012e1822bf506","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/329012e1822bf506","status":"passed","time":{"start":1729034104920,"stop":1729034104920,"duration":0}},{"uid":"3ec670bda272cc20","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3ec670bda272cc20","status":"passed","time":{"start":1729034028519,"stop":1729034028519,"duration":0}},{"uid":"7c61052c420f615c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7c61052c420f615c","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0}},{"uid":"2f2c7fb2aa348b4d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2f2c7fb2aa348b4d","status":"passed","time":{"start":1729031892684,"stop":1729031892684,"duration":0}},{"uid":"14f9fd267a00a863","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/14f9fd267a00a863","status":"passed","time":{"start":1728901438816,"stop":1728901438816,"duration":0}},{"uid":"b8ec5bdd35485a78","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b8ec5bdd35485a78","status":"passed","time":{"start":1728892869009,"stop":1728892869009,"duration":0}},{"uid":"fc058c5dd186e57c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fc058c5dd186e57c","status":"passed","time":{"start":1728855831900,"stop":1728855831900,"duration":0}},{"uid":"688de8af4dddd8c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/688de8af4dddd8c9","status":"passed","time":{"start":1728738049048,"stop":1728738049048,"duration":0}},{"uid":"3609fef8cad8d447","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3609fef8cad8d447","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"cc8eb446ae9d39d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cc8eb446ae9d39d7","status":"passed","time":{"start":1728682155415,"stop":1728682155415,"duration":0}},{"uid":"f28d97f9cfa46a6e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f28d97f9cfa46a6e","status":"passed","time":{"start":1728676629982,"stop":1728676629982,"duration":0}},{"uid":"b02c05b83e86ebe2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b02c05b83e86ebe2","status":"passed","time":{"start":1728669353109,"stop":1728669353109,"duration":0}},{"uid":"890fdc6230f25a96","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/890fdc6230f25a96","status":"passed","time":{"start":1728597693855,"stop":1728597693856,"duration":1}},{"uid":"c357581062c980c4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c357581062c980c4","status":"passed","time":{"start":1728596913099,"stop":1728596913099,"duration":0}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"734e9f55eb05dfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/734e9f55eb05dfe","status":"passed","time":{"start":1729034640527,"stop":1729034640527,"duration":0}},{"uid":"5f5cf4ef7a263880","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f5cf4ef7a263880","status":"passed","time":{"start":1729034411427,"stop":1729034411427,"duration":0}},{"uid":"60a795f8b145d9d3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/60a795f8b145d9d3","status":"passed","time":{"start":1729034327410,"stop":1729034327411,"duration":1}},{"uid":"99adbb840a61736c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/99adbb840a61736c","status":"passed","time":{"start":1729034147787,"stop":1729034147791,"duration":4}},{"uid":"d5aef133433fd6cf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d5aef133433fd6cf","status":"passed","time":{"start":1729032204832,"stop":1729032204833,"duration":1}},{"uid":"f3b6a8ff22079759","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f3b6a8ff22079759","status":"passed","time":{"start":1728901907716,"stop":1728901907716,"duration":0}},{"uid":"4e2253673362ffc7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4e2253673362ffc7","status":"passed","time":{"start":1728893341892,"stop":1728893341892,"duration":0}},{"uid":"66c0d0f99fe81518","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/66c0d0f99fe81518","status":"passed","time":{"start":1728856299386,"stop":1728856299387,"duration":1}},{"uid":"89300d5da1bd27c5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/89300d5da1bd27c5","status":"passed","time":{"start":1728738511623,"stop":1728738511623,"duration":0}},{"uid":"6308e6b9f92071e3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6308e6b9f92071e3","status":"passed","time":{"start":1728683052914,"stop":1728683052915,"duration":1}},{"uid":"f4315dbd568c8e70","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f4315dbd568c8e70","status":"passed","time":{"start":1728682612914,"stop":1728682612915,"duration":1}},{"uid":"23ee97cf2afea1ef","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/23ee97cf2afea1ef","status":"passed","time":{"start":1728677115750,"stop":1728677115751,"duration":1}},{"uid":"680aea4d8658e793","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/680aea4d8658e793","status":"passed","time":{"start":1728669778186,"stop":1728669778187,"duration":1}},{"uid":"dce9ad3da8ef22cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dce9ad3da8ef22cd","status":"passed","time":{"start":1728598175437,"stop":1728598175437,"duration":0}},{"uid":"6a4ac75c85e96b72","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6a4ac75c85e96b72","status":"passed","time":{"start":1728597380066,"stop":1728597380066,"duration":0}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4873e0b2f7d16792","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4873e0b2f7d16792","status":"passed","time":{"start":1729034655443,"stop":1729034655443,"duration":0}},{"uid":"abc23093b9d0424e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/abc23093b9d0424e","status":"passed","time":{"start":1729034425377,"stop":1729034425377,"duration":0}},{"uid":"a70960f7bd2aeb9c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a70960f7bd2aeb9c","status":"passed","time":{"start":1729034346109,"stop":1729034346109,"duration":0}},{"uid":"2cf00c1fc945f5d5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2cf00c1fc945f5d5","status":"passed","time":{"start":1729034162415,"stop":1729034162415,"duration":0}},{"uid":"9a56be2f60829d3f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9a56be2f60829d3f","status":"passed","time":{"start":1729032197326,"stop":1729032197326,"duration":0}},{"uid":"453333c0581d6f93","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/453333c0581d6f93","status":"passed","time":{"start":1728901899712,"stop":1728901899712,"duration":0}},{"uid":"a52433dc9902199b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a52433dc9902199b","status":"passed","time":{"start":1728893334923,"stop":1728893334923,"duration":0}},{"uid":"f2334a2a2a2b6a09","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f2334a2a2a2b6a09","status":"passed","time":{"start":1728856288018,"stop":1728856288018,"duration":0}},{"uid":"579ed0c15bf86ea9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/579ed0c15bf86ea9","status":"passed","time":{"start":1728738501689,"stop":1728738501690,"duration":1}},{"uid":"f389d8cbe847a163","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f389d8cbe847a163","status":"passed","time":{"start":1728683044487,"stop":1728683044488,"duration":1}},{"uid":"9be9935d51e72290","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9be9935d51e72290","status":"passed","time":{"start":1728682619633,"stop":1728682619634,"duration":1}},{"uid":"4058f0c6e2297374","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4058f0c6e2297374","status":"passed","time":{"start":1728677104185,"stop":1728677104186,"duration":1}},{"uid":"6c289abf24702415","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c289abf24702415","status":"passed","time":{"start":1728669759888,"stop":1728669759888,"duration":0}},{"uid":"c46ffb83ae3e7b86","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c46ffb83ae3e7b86","status":"passed","time":{"start":1728598164491,"stop":1728598164491,"duration":0}},{"uid":"cd2410ec24008292","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd2410ec24008292","status":"passed","time":{"start":1728597385267,"stop":1728597385267,"duration":0}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d12feffc00f0ad73","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d12feffc00f0ad73","status":"passed","time":{"start":1729034424277,"stop":1729034424277,"duration":0}},{"uid":"b23730ebe4011e05","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b23730ebe4011e05","status":"passed","time":{"start":1729034190706,"stop":1729034190707,"duration":1}},{"uid":"3851cd01254facb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3851cd01254facb","status":"passed","time":{"start":1729034108433,"stop":1729034108433,"duration":0}},{"uid":"44842cd37fb8acb5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/44842cd37fb8acb5","status":"passed","time":{"start":1729033925387,"stop":1729033925387,"duration":0}},{"uid":"dc18a7647a5019ec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dc18a7647a5019ec","status":"passed","time":{"start":1729031975194,"stop":1729031975194,"duration":0}},{"uid":"1359e71574de5c81","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1359e71574de5c81","status":"passed","time":{"start":1728901537878,"stop":1728901537879,"duration":1}},{"uid":"ceea9802ea0bb691","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ceea9802ea0bb691","status":"passed","time":{"start":1728892972432,"stop":1728892972432,"duration":0}},{"uid":"364f0478442f36c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/364f0478442f36c4","status":"passed","time":{"start":1728855933072,"stop":1728855933073,"duration":1}},{"uid":"8516ef16a82326a1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8516ef16a82326a1","status":"passed","time":{"start":1728738149927,"stop":1728738149927,"duration":0}},{"uid":"a459884eae1c7542","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a459884eae1c7542","status":"passed","time":{"start":1728682681971,"stop":1728682681971,"duration":0}},{"uid":"c1651a32100c8e50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1651a32100c8e50","status":"passed","time":{"start":1728682257770,"stop":1728682257771,"duration":1}},{"uid":"9d4ec53ca5919db7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9d4ec53ca5919db7","status":"passed","time":{"start":1728676730788,"stop":1728676730788,"duration":0}},{"uid":"5b46158dcfea1e58","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5b46158dcfea1e58","status":"passed","time":{"start":1728669456896,"stop":1728669456897,"duration":1}},{"uid":"ae80accff5f42d9a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ae80accff5f42d9a","status":"passed","time":{"start":1728597795921,"stop":1728597795921,"duration":0}},{"uid":"70a5ba12af3e336d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70a5ba12af3e336d","status":"passed","time":{"start":1728597010202,"stop":1728597010202,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2710b7083cf92f29","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2710b7083cf92f29","status":"passed","time":{"start":1729034713699,"stop":1729034713700,"duration":1}},{"uid":"dd86ab23b862da9c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dd86ab23b862da9c","status":"passed","time":{"start":1729034487482,"stop":1729034487483,"duration":1}},{"uid":"48dcff805d16c047","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/48dcff805d16c047","status":"passed","time":{"start":1729034446108,"stop":1729034446108,"duration":0}},{"uid":"7f2716e908dffaf7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7f2716e908dffaf7","status":"passed","time":{"start":1729032275826,"stop":1729032275827,"duration":1}},{"uid":"94deb7a84846c725","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/94deb7a84846c725","status":"passed","time":{"start":1728902036739,"stop":1728902036740,"duration":1}},{"uid":"b41008a8b52a8c76","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b41008a8b52a8c76","status":"passed","time":{"start":1728893472412,"stop":1728893472413,"duration":1}},{"uid":"9ddeedb007b4d362","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9ddeedb007b4d362","status":"passed","time":{"start":1728856423199,"stop":1728856423199,"duration":0}},{"uid":"a3f86fa5ff38c5ae","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a3f86fa5ff38c5ae","status":"passed","time":{"start":1728738648728,"stop":1728738648728,"duration":0}},{"uid":"adc72e96ea9a1920","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/adc72e96ea9a1920","status":"passed","time":{"start":1728683179654,"stop":1728683179654,"duration":0}},{"uid":"95591bf272b099e2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/95591bf272b099e2","status":"passed","time":{"start":1728682757950,"stop":1728682757950,"duration":0}},{"uid":"254e8ae01b84ae00","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/254e8ae01b84ae00","status":"passed","time":{"start":1728677238450,"stop":1728677238450,"duration":0}},{"uid":"9b0e5510f879373a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9b0e5510f879373a","status":"passed","time":{"start":1728669928219,"stop":1728669928219,"duration":0}},{"uid":"9e729cadc468e7c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e729cadc468e7c7","status":"passed","time":{"start":1728598319588,"stop":1728598319589,"duration":1}},{"uid":"e7373957e5cef31","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7373957e5cef31","status":"passed","time":{"start":1728597520645,"stop":1728597520646,"duration":1}}]},"bf09590b4189b78031cad66643c1ed06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f87edbdfc4cc1c62","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f87edbdfc4cc1c62","status":"passed","time":{"start":1728738555095,"stop":1728738555095,"duration":0}}]},"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"676b537d6ec506","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/676b537d6ec506","status":"passed","time":{"start":1729034665584,"stop":1729034665584,"duration":0}},{"uid":"34921e40446f18e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/34921e40446f18e","status":"passed","time":{"start":1729034434264,"stop":1729034434264,"duration":0}},{"uid":"ae6a9b26f0e82bb8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ae6a9b26f0e82bb8","status":"passed","time":{"start":1729034350162,"stop":1729034350163,"duration":1}},{"uid":"57fecdc01a91746c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/57fecdc01a91746c","status":"passed","time":{"start":1729034169195,"stop":1729034169196,"duration":1}},{"uid":"7b9914d86d90ac64","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7b9914d86d90ac64","status":"passed","time":{"start":1729032228068,"stop":1729032228069,"duration":1}},{"uid":"60fc8b5870138061","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/60fc8b5870138061","status":"passed","time":{"start":1728901947147,"stop":1728901947147,"duration":0}},{"uid":"b33186a2c08b0c0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b33186a2c08b0c0","status":"passed","time":{"start":1728893380059,"stop":1728893380059,"duration":0}},{"uid":"1687ff79a21f10c3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1687ff79a21f10c3","status":"passed","time":{"start":1728856336881,"stop":1728856336881,"duration":0}},{"uid":"15b8ac05348e4ea8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15b8ac05348e4ea8","status":"passed","time":{"start":1728738551165,"stop":1728738551169,"duration":4}},{"uid":"82731666123ec6df","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82731666123ec6df","status":"passed","time":{"start":1728683095877,"stop":1728683095877,"duration":0}},{"uid":"3cd5a28adad4f3b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3cd5a28adad4f3b9","status":"passed","time":{"start":1728682657390,"stop":1728682657391,"duration":1}},{"uid":"678cbc01a89f8ddf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/678cbc01a89f8ddf","status":"passed","time":{"start":1728677151467,"stop":1728677151467,"duration":0}},{"uid":"ff728fb9a5c6a131","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff728fb9a5c6a131","status":"passed","time":{"start":1728669832894,"stop":1728669832895,"duration":1}},{"uid":"ec60ea141eb859f2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec60ea141eb859f2","status":"passed","time":{"start":1728598215611,"stop":1728598215612,"duration":1}},{"uid":"f592384f9e3ad104","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f592384f9e3ad104","status":"passed","time":{"start":1728597425045,"stop":1728597425045,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5f804ec9fceb9a37","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f804ec9fceb9a37","status":"passed","time":{"start":1729034611683,"stop":1729034611684,"duration":1}},{"uid":"bfbd601d5bc6ac0f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bfbd601d5bc6ac0f","status":"passed","time":{"start":1729034393665,"stop":1729034393665,"duration":0}},{"uid":"469140f71d8a1bd9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/469140f71d8a1bd9","status":"passed","time":{"start":1729034304857,"stop":1729034304857,"duration":0}},{"uid":"be6f43f9b8be1f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be6f43f9b8be1f4","status":"passed","time":{"start":1729034121951,"stop":1729034121952,"duration":1}},{"uid":"bf8052c34657e650","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bf8052c34657e650","status":"passed","time":{"start":1729032174929,"stop":1729032174929,"duration":0}},{"uid":"1afc7b88b6ff9b72","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1afc7b88b6ff9b72","status":"passed","time":{"start":1728901881031,"stop":1728901881032,"duration":1}},{"uid":"226084f2811ad24a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/226084f2811ad24a","status":"passed","time":{"start":1728893317182,"stop":1728893317182,"duration":0}},{"uid":"82f3a3c2f66de7f0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/82f3a3c2f66de7f0","status":"passed","time":{"start":1728856263122,"stop":1728856263126,"duration":4}},{"uid":"2a69c69c27f85c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2a69c69c27f85c4","status":"passed","time":{"start":1728738492806,"stop":1728738492807,"duration":1}},{"uid":"994635dfb578693a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/994635dfb578693a","status":"passed","time":{"start":1728683030030,"stop":1728683030030,"duration":0}},{"uid":"c7581471b832e16d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7581471b832e16d","status":"passed","time":{"start":1728682581130,"stop":1728682581130,"duration":0}},{"uid":"35db58744c80f184","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35db58744c80f184","status":"passed","time":{"start":1728677082011,"stop":1728677082012,"duration":1}},{"uid":"5965c5d3977e3203","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5965c5d3977e3203","status":"passed","time":{"start":1728669795408,"stop":1728669795408,"duration":0}},{"uid":"cbcb60f89491a941","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cbcb60f89491a941","status":"passed","time":{"start":1728598137510,"stop":1728598137510,"duration":0}},{"uid":"7600ea29dd07bf05","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7600ea29dd07bf05","status":"passed","time":{"start":1728597353488,"stop":1728597353488,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fb7f69f368614efa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb7f69f368614efa","status":"passed","time":{"start":1729034537008,"stop":1729034537008,"duration":0}},{"uid":"aff50330d90767ca","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aff50330d90767ca","status":"passed","time":{"start":1729034307168,"stop":1729034307168,"duration":0}},{"uid":"b26e95abc98122b6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b26e95abc98122b6","status":"passed","time":{"start":1729034223444,"stop":1729034223444,"duration":0}},{"uid":"5acf058b8ca06a45","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5acf058b8ca06a45","status":"passed","time":{"start":1729034041650,"stop":1729034041650,"duration":0}},{"uid":"460b720e9edd9d36","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/460b720e9edd9d36","status":"passed","time":{"start":1729032093970,"stop":1729032093971,"duration":1}},{"uid":"ef69d8b00ef10bc6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ef69d8b00ef10bc6","status":"passed","time":{"start":1728901748868,"stop":1728901748869,"duration":1}},{"uid":"92c98445b37ac148","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/92c98445b37ac148","status":"passed","time":{"start":1728893181173,"stop":1728893181174,"duration":1}},{"uid":"f84a66d37ee910d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f84a66d37ee910d6","status":"passed","time":{"start":1728856155639,"stop":1728856155639,"duration":0}},{"uid":"7458d2317e66857e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7458d2317e66857e","status":"passed","time":{"start":1728738360440,"stop":1728738360441,"duration":1}},{"uid":"3b81bd017eaaf5b3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3b81bd017eaaf5b3","status":"passed","time":{"start":1728682907311,"stop":1728682907312,"duration":1}},{"uid":"947b25271bd52a6a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/947b25271bd52a6a","status":"passed","time":{"start":1728682466792,"stop":1728682466792,"duration":0}},{"uid":"cdc107255fb933e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cdc107255fb933e8","status":"passed","time":{"start":1728676955822,"stop":1728676955823,"duration":1}},{"uid":"132ae6aad133a8d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/132ae6aad133a8d9","status":"passed","time":{"start":1728669626611,"stop":1728669626611,"duration":0}},{"uid":"1aa06ba1f35c18bf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1aa06ba1f35c18bf","status":"passed","time":{"start":1728598013626,"stop":1728598013626,"duration":0}},{"uid":"25640981fa77bd75","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/25640981fa77bd75","status":"passed","time":{"start":1728597225282,"stop":1728597225282,"duration":0}}]},"e91b7938b3555a72ef58f1ffde5cc5d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d90d877037bd94d6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d90d877037bd94d6","status":"passed","time":{"start":1729034428554,"stop":1729034428554,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1085f7a2e283e37","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1085f7a2e283e37","status":"passed","time":{"start":1729034536100,"stop":1729034536100,"duration":0}},{"uid":"add6108f6f16ef80","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/add6108f6f16ef80","status":"passed","time":{"start":1729034296705,"stop":1729034296706,"duration":1}},{"uid":"3991054bf388de7c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3991054bf388de7c","status":"passed","time":{"start":1729034220602,"stop":1729034220603,"duration":1}},{"uid":"86a898d96fc35bf2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/86a898d96fc35bf2","status":"passed","time":{"start":1729034041486,"stop":1729034041487,"duration":1}},{"uid":"326f94a1ee3164b3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/326f94a1ee3164b3","status":"passed","time":{"start":1728901705392,"stop":1728901705399,"duration":7}},{"uid":"e97f4f4a2b030e4e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e97f4f4a2b030e4e","status":"passed","time":{"start":1728893141775,"stop":1728893141775,"duration":0}},{"uid":"6af622a312da0b87","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6af622a312da0b87","status":"passed","time":{"start":1728856087082,"stop":1728856087083,"duration":1}},{"uid":"845f5a4e61cde1f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/845f5a4e61cde1f5","status":"passed","time":{"start":1728738321433,"stop":1728738321433,"duration":0}},{"uid":"a4199de8df50f265","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a4199de8df50f265","status":"passed","time":{"start":1728682845673,"stop":1728682845673,"duration":0}},{"uid":"67eb5ec7fc5a65c8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/67eb5ec7fc5a65c8","status":"passed","time":{"start":1728682424309,"stop":1728682424309,"duration":0}},{"uid":"710c330960c21a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/710c330960c21a8","status":"passed","time":{"start":1728676900514,"stop":1728676900515,"duration":1}},{"uid":"15dc5e724fcf1836","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/15dc5e724fcf1836","status":"passed","time":{"start":1728669625799,"stop":1728669625799,"duration":0}},{"uid":"2e20677a233d1c64","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e20677a233d1c64","status":"passed","time":{"start":1728597957163,"stop":1728597957164,"duration":1}},{"uid":"24b7ae5d287af303","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/24b7ae5d287af303","status":"passed","time":{"start":1728597182616,"stop":1728597182616,"duration":0}}]},"1d11ebbe9c66399e620fe8fe3704926b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73402fca6f97d310","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73402fca6f97d310","status":"passed","time":{"start":1729032206889,"stop":1729032206889,"duration":0}}]},"50464fc6d54be2aa9b809138c9497be7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f9fd8e8356b0a12","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f9fd8e8356b0a12","status":"passed","time":{"start":1728597434076,"stop":1728597434077,"duration":1}}]},"1af3d1c3c03a52859ffbd78d202017eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a69b1f6835832d17","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a69b1f6835832d17","status":"passed","time":{"start":1729034169450,"stop":1729034169451,"duration":1}}]},"681c9143262cedd16c2bfb46cb2ccee2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1261d40acdae62","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b1261d40acdae62","status":"passed","time":{"start":1729034169445,"stop":1729034169449,"duration":4}}]},"21b4353bcc57e834be748314f50742a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"881c43319367ab74","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/881c43319367ab74","status":"passed","time":{"start":1728677156817,"stop":1728677156817,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7cb652a637eca1d3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7cb652a637eca1d3","status":"passed","time":{"start":1729034536099,"stop":1729034536099,"duration":0}},{"uid":"26507f67b9fb723a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/26507f67b9fb723a","status":"passed","time":{"start":1729034296705,"stop":1729034296705,"duration":0}},{"uid":"f9cb405f00a49ad5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f9cb405f00a49ad5","status":"passed","time":{"start":1729034220602,"stop":1729034220602,"duration":0}},{"uid":"d9277d53a328231b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9277d53a328231b","status":"passed","time":{"start":1729034041485,"stop":1729034041486,"duration":1}},{"uid":"149b66ff7fcac49f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/149b66ff7fcac49f","status":"passed","time":{"start":1728901705391,"stop":1728901705391,"duration":0}},{"uid":"9cbd00b25d709e73","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9cbd00b25d709e73","status":"passed","time":{"start":1728893141774,"stop":1728893141775,"duration":1}},{"uid":"20ee6fa3df469ea0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/20ee6fa3df469ea0","status":"passed","time":{"start":1728856087081,"stop":1728856087082,"duration":1}},{"uid":"6912adf3bde9a953","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6912adf3bde9a953","status":"passed","time":{"start":1728738321433,"stop":1728738321433,"duration":0}},{"uid":"54960e622bca8c10","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/54960e622bca8c10","status":"passed","time":{"start":1728682845672,"stop":1728682845673,"duration":1}},{"uid":"3cd3f35410ebafe9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3cd3f35410ebafe9","status":"passed","time":{"start":1728682424308,"stop":1728682424308,"duration":0}},{"uid":"7424b72bd8ced016","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7424b72bd8ced016","status":"passed","time":{"start":1728676900513,"stop":1728676900514,"duration":1}},{"uid":"881b0544efab85ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/881b0544efab85ab","status":"passed","time":{"start":1728669625798,"stop":1728669625799,"duration":1}},{"uid":"16bb8fdeab84f42","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/16bb8fdeab84f42","status":"passed","time":{"start":1728597957162,"stop":1728597957163,"duration":1}},{"uid":"e89f2d44929c0aa4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e89f2d44929c0aa4","status":"passed","time":{"start":1728597182615,"stop":1728597182615,"duration":0}}]},"1ff8d26ec35a4a9c0d9ac7388b710a89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96425ce887067468","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96425ce887067468","status":"passed","time":{"start":1728683033639,"stop":1728683033639,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b76c4021e6fb6bc1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b76c4021e6fb6bc1","status":"passed","time":{"start":1729034341399,"stop":1729034341400,"duration":1}},{"uid":"de505280baef8308","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/de505280baef8308","status":"passed","time":{"start":1729034104908,"stop":1729034104908,"duration":0}},{"uid":"f4b4e06718388384","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f4b4e06718388384","status":"passed","time":{"start":1729034028505,"stop":1729034028505,"duration":0}},{"uid":"d7bb40dfcbc7fcc2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d7bb40dfcbc7fcc2","status":"passed","time":{"start":1729033843113,"stop":1729033843114,"duration":1}},{"uid":"fdd99996705ca1e6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fdd99996705ca1e6","status":"passed","time":{"start":1729031892672,"stop":1729031892673,"duration":1}},{"uid":"509f8746d67abc08","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/509f8746d67abc08","status":"passed","time":{"start":1728901438804,"stop":1728901438804,"duration":0}},{"uid":"50a4a770f7be55a5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50a4a770f7be55a5","status":"passed","time":{"start":1728892868995,"stop":1728892868996,"duration":1}},{"uid":"f4f26182a3dc1539","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f4f26182a3dc1539","status":"passed","time":{"start":1728855831888,"stop":1728855831888,"duration":0}},{"uid":"dfa3f5341188099c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dfa3f5341188099c","status":"passed","time":{"start":1728738049035,"stop":1728738049035,"duration":0}},{"uid":"c0287f3e2d48f19e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c0287f3e2d48f19e","status":"passed","time":{"start":1728682582613,"stop":1728682582613,"duration":0}},{"uid":"6130b5a989b0c04d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6130b5a989b0c04d","status":"passed","time":{"start":1728682155403,"stop":1728682155404,"duration":1}},{"uid":"53d2a1b0aa6eadce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/53d2a1b0aa6eadce","status":"passed","time":{"start":1728676629969,"stop":1728676629969,"duration":0}},{"uid":"ff55e71cf2c9f8bb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff55e71cf2c9f8bb","status":"passed","time":{"start":1728669353096,"stop":1728669353097,"duration":1}},{"uid":"50fe35449bf6bead","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/50fe35449bf6bead","status":"passed","time":{"start":1728597693841,"stop":1728597693842,"duration":1}},{"uid":"288dcc438c5a296","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/288dcc438c5a296","status":"passed","time":{"start":1728596913086,"stop":1728596913086,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ccc4d5fd2c587f44","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccc4d5fd2c587f44","status":"passed","time":{"start":1729034694621,"stop":1729034694621,"duration":0}},{"uid":"5b476f9344a9c116","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b476f9344a9c116","status":"passed","time":{"start":1729034462008,"stop":1729034462009,"duration":1}},{"uid":"49b4ffe7cf92292e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/49b4ffe7cf92292e","status":"passed","time":{"start":1729034375966,"stop":1729034375967,"duration":1}},{"uid":"bd44b38ecc63a448","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bd44b38ecc63a448","status":"passed","time":{"start":1729034200062,"stop":1729034200063,"duration":1}},{"uid":"85c7587cf1d21da","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/85c7587cf1d21da","status":"passed","time":{"start":1729032257881,"stop":1729032257886,"duration":5}},{"uid":"d2f64757c1ba14e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d2f64757c1ba14e2","status":"passed","time":{"start":1728902003559,"stop":1728902003560,"duration":1}},{"uid":"3c995b32eb6381c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c995b32eb6381c4","status":"passed","time":{"start":1728893434692,"stop":1728893434692,"duration":0}},{"uid":"8129e0d12117b396","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8129e0d12117b396","status":"passed","time":{"start":1728856398639,"stop":1728856398640,"duration":1}},{"uid":"5fc5622df37c223","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5fc5622df37c223","status":"passed","time":{"start":1728738611998,"stop":1728738612000,"duration":2}},{"uid":"75b4ae783fdb7ca3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75b4ae783fdb7ca3","status":"passed","time":{"start":1728683155006,"stop":1728683155007,"duration":1}},{"uid":"5cf05a519b554f1c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5cf05a519b554f1c","status":"passed","time":{"start":1728682706100,"stop":1728682706101,"duration":1}},{"uid":"de26bd6b9eb0b0b8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/de26bd6b9eb0b0b8","status":"passed","time":{"start":1728677207492,"stop":1728677207492,"duration":0}},{"uid":"b1cd9d670dc7df5f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1cd9d670dc7df5f","status":"passed","time":{"start":1728669887095,"stop":1728669887095,"duration":0}},{"uid":"ed860dd5c17ffd7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ed860dd5c17ffd7","status":"passed","time":{"start":1728598263632,"stop":1728598263633,"duration":1}},{"uid":"4eee8ac8b43dfa20","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4eee8ac8b43dfa20","status":"passed","time":{"start":1728597478273,"stop":1728597478273,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e2fdb7993d3f3a51","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e2fdb7993d3f3a51","status":"passed","time":{"start":1729034332796,"stop":1729034332796,"duration":0}},{"uid":"9b10629192121607","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9b10629192121607","status":"passed","time":{"start":1729034096146,"stop":1729034096146,"duration":0}},{"uid":"8e215877630afb72","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8e215877630afb72","status":"passed","time":{"start":1729034020102,"stop":1729034020103,"duration":1}},{"uid":"ceac3e92f9f46ffd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ceac3e92f9f46ffd","status":"passed","time":{"start":1729033834401,"stop":1729033834402,"duration":1}},{"uid":"c997ef109a33a82d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c997ef109a33a82d","status":"passed","time":{"start":1729031884177,"stop":1729031884177,"duration":0}},{"uid":"73f07a4ed6063bb5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/73f07a4ed6063bb5","status":"passed","time":{"start":1728901430210,"stop":1728901430210,"duration":0}},{"uid":"5c6a0151b93d1fa7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c6a0151b93d1fa7","status":"passed","time":{"start":1728892860431,"stop":1728892860432,"duration":1}},{"uid":"748ba9ea3d51c768","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/748ba9ea3d51c768","status":"passed","time":{"start":1728855823268,"stop":1728855823268,"duration":0}},{"uid":"4a7cdde31b0ff023","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4a7cdde31b0ff023","status":"passed","time":{"start":1728738040615,"stop":1728738040615,"duration":0}},{"uid":"d8e21b6cb6bc1752","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d8e21b6cb6bc1752","status":"passed","time":{"start":1728682574126,"stop":1728682574126,"duration":0}},{"uid":"5f899f7d3cac58d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5f899f7d3cac58d7","status":"passed","time":{"start":1728682146845,"stop":1728682146845,"duration":0}},{"uid":"7c5fae92f8841933","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c5fae92f8841933","status":"passed","time":{"start":1728676621445,"stop":1728676621445,"duration":0}},{"uid":"8efc606f5fc645fe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8efc606f5fc645fe","status":"passed","time":{"start":1728669344423,"stop":1728669344423,"duration":0}},{"uid":"820223cbe5603888","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/820223cbe5603888","status":"passed","time":{"start":1728597685247,"stop":1728597685247,"duration":0}},{"uid":"c9a2729791c935d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9a2729791c935d1","status":"passed","time":{"start":1728596904559,"stop":1728596904559,"duration":0}}]},"8b9fd771823d9e9f18b48e7024fe8741:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9dfa94d9213eb29c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9dfa94d9213eb29c","status":"passed","time":{"start":1728901901767,"stop":1728901901767,"duration":0}}]},"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e900e131588c3ff0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e900e131588c3ff0","status":"passed","time":{"start":1729034566434,"stop":1729034566435,"duration":1}},{"uid":"e80f701cf6c9bfa1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e80f701cf6c9bfa1","status":"passed","time":{"start":1729034332755,"stop":1729034332756,"duration":1}},{"uid":"6a6f9db9bdced9f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a6f9db9bdced9f8","status":"passed","time":{"start":1729034249939,"stop":1729034249939,"duration":0}},{"uid":"fa64dad131ac184d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fa64dad131ac184d","status":"passed","time":{"start":1729034067822,"stop":1729034067823,"duration":1}},{"uid":"f70c0b5fb76811a7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f70c0b5fb76811a7","status":"passed","time":{"start":1729032123016,"stop":1729032123016,"duration":0}},{"uid":"9f4bd0b1f6e773d4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9f4bd0b1f6e773d4","status":"passed","time":{"start":1728901787320,"stop":1728901787321,"duration":1}},{"uid":"51f9f5c9a56e6127","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51f9f5c9a56e6127","status":"passed","time":{"start":1728893221705,"stop":1728893221705,"duration":0}},{"uid":"fb5b01790fd9426","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fb5b01790fd9426","status":"passed","time":{"start":1728856192847,"stop":1728856192847,"duration":0}},{"uid":"389a850c4b2d86b3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/389a850c4b2d86b3","status":"passed","time":{"start":1728738398374,"stop":1728738398374,"duration":0}},{"uid":"40ca60b468514498","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/40ca60b468514498","status":"passed","time":{"start":1728682944656,"stop":1728682944657,"duration":1}},{"uid":"e8266106d713cade","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e8266106d713cade","status":"passed","time":{"start":1728682508013,"stop":1728682508013,"duration":0}},{"uid":"9d8f902db2c13275","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9d8f902db2c13275","status":"passed","time":{"start":1728676995799,"stop":1728676995799,"duration":0}},{"uid":"a62b1ef0972cc4e1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a62b1ef0972cc4e1","status":"passed","time":{"start":1728669665999,"stop":1728669666000,"duration":1}},{"uid":"6781dacdbff65a93","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6781dacdbff65a93","status":"passed","time":{"start":1728598056697,"stop":1728598056698,"duration":1}},{"uid":"f5f907f2da5b7bcd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f5f907f2da5b7bcd","status":"passed","time":{"start":1728597265385,"stop":1728597265386,"duration":1}}]},"c6c27f2224d01e7a50076e7bb88dcc6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f76df6d422d0a11","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f76df6d422d0a11","status":"passed","time":{"start":1729034400904,"stop":1729034400904,"duration":0}}]},"f04155fea025b275236b8ea5a282285a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b42ddd7946551d02","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b42ddd7946551d02","status":"passed","time":{"start":1729034129481,"stop":1729034129481,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3589f827774069b9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3589f827774069b9","status":"passed","time":{"start":1729034617766,"stop":1729034617766,"duration":0}},{"uid":"8e84419c2f22d375","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8e84419c2f22d375","status":"passed","time":{"start":1729034370903,"stop":1729034370903,"duration":0}},{"uid":"20e2326c2985f046","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/20e2326c2985f046","status":"passed","time":{"start":1729034308883,"stop":1729034308889,"duration":6}},{"uid":"b0fa5ee697346596","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b0fa5ee697346596","status":"passed","time":{"start":1729034129479,"stop":1729034129479,"duration":0}},{"uid":"2b92bec5e89b72d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b92bec5e89b72d1","status":"passed","time":{"start":1729032178375,"stop":1729032178376,"duration":1}},{"uid":"135169c45838f9f3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/135169c45838f9f3","status":"passed","time":{"start":1728901896352,"stop":1728901896353,"duration":1}},{"uid":"213bbbfa0919e159","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/213bbbfa0919e159","status":"passed","time":{"start":1728893329034,"stop":1728893329034,"duration":0}},{"uid":"77c9481cf55bc0e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77c9481cf55bc0e7","status":"passed","time":{"start":1728856284769,"stop":1728856284770,"duration":1}},{"uid":"805101d44572cd07","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/805101d44572cd07","status":"passed","time":{"start":1728738494947,"stop":1728738494947,"duration":0}},{"uid":"eaac1b9a11bb433c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eaac1b9a11bb433c","status":"passed","time":{"start":1728683033636,"stop":1728683033637,"duration":1}},{"uid":"f1bb3d464b0fd5e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f1bb3d464b0fd5e","status":"passed","time":{"start":1728682601744,"stop":1728682601745,"duration":1}},{"uid":"575b00ef5c1b4f0b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/575b00ef5c1b4f0b","status":"passed","time":{"start":1728677107983,"stop":1728677107984,"duration":1}},{"uid":"2b31bbad67813e19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b31bbad67813e19","status":"passed","time":{"start":1728669764756,"stop":1728669764757,"duration":1}},{"uid":"8a3fc663351ba5b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a3fc663351ba5b1","status":"passed","time":{"start":1728598157575,"stop":1728598157576,"duration":1}},{"uid":"485fd1d159fbc660","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/485fd1d159fbc660","status":"passed","time":{"start":1728597369078,"stop":1728597369085,"duration":7}}]},"af444ce0a7e366109448762b457b2e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8161b4311f7568bf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8161b4311f7568bf","status":"passed","time":{"start":1728669795407,"stop":1728669795407,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"62f6babe0630c7d2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/62f6babe0630c7d2","status":"passed","time":{"start":1729034462533,"stop":1729034462533,"duration":0}},{"uid":"4a48ef840d42ce82","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4a48ef840d42ce82","status":"passed","time":{"start":1729034231343,"stop":1729034231343,"duration":0}},{"uid":"2adba9fc6f7eabd3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2adba9fc6f7eabd3","status":"passed","time":{"start":1729034153005,"stop":1729034153005,"duration":0}},{"uid":"9fa69fd0d326e6a6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9fa69fd0d326e6a6","status":"passed","time":{"start":1729033965752,"stop":1729033965753,"duration":1}},{"uid":"5cd9e75b75c721b3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5cd9e75b75c721b3","status":"passed","time":{"start":1729032018029,"stop":1729032018030,"duration":1}},{"uid":"53751b60d1def216","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53751b60d1def216","status":"passed","time":{"start":1728901595851,"stop":1728901595852,"duration":1}},{"uid":"597e11c9f5210f1b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/597e11c9f5210f1b","status":"passed","time":{"start":1728893032690,"stop":1728893032690,"duration":0}},{"uid":"c64a618af43e4561","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c64a618af43e4561","status":"passed","time":{"start":1728855998186,"stop":1728855998187,"duration":1}},{"uid":"f208a1640d1279de","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f208a1640d1279de","status":"passed","time":{"start":1728738212195,"stop":1728738212195,"duration":0}},{"uid":"370a9c5804c037ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/370a9c5804c037ef","status":"passed","time":{"start":1728682746576,"stop":1728682746576,"duration":0}},{"uid":"fac2fc228da741c1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fac2fc228da741c1","status":"passed","time":{"start":1728682328609,"stop":1728682328612,"duration":3}},{"uid":"1afc05c7b5d220f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1afc05c7b5d220f0","status":"passed","time":{"start":1728676807593,"stop":1728676807594,"duration":1}},{"uid":"5d7268d8151a6ce6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5d7268d8151a6ce6","status":"passed","time":{"start":1728669514929,"stop":1728669514929,"duration":0}},{"uid":"6a8b485fed5e48a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a8b485fed5e48a4","status":"passed","time":{"start":1728597860131,"stop":1728597860133,"duration":2}},{"uid":"9a6e2ec5a60cb652","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9a6e2ec5a60cb652","status":"passed","time":{"start":1728597074713,"stop":1728597074715,"duration":2}}]},"1eee5ed8df7c9c94dd5e7e81fbb57450:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a0b8e9a07b0f35b9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a0b8e9a07b0f35b9","status":"passed","time":{"start":1729034348413,"stop":1729034348413,"duration":0}},{"uid":"e3a20d51d6782325","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e3a20d51d6782325","status":"passed","time":{"start":1729034112234,"stop":1729034112234,"duration":0}},{"uid":"952c15cec46439c3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/952c15cec46439c3","status":"passed","time":{"start":1729034035750,"stop":1729034035750,"duration":0}},{"uid":"3c2dda195a8f8adf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3c2dda195a8f8adf","status":"passed","time":{"start":1729033850298,"stop":1729033850299,"duration":1}},{"uid":"130a06a1cb2e43ff","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/130a06a1cb2e43ff","status":"passed","time":{"start":1729031899901,"stop":1729031899902,"duration":1}},{"uid":"b70d99b4bdd9ed64","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b70d99b4bdd9ed64","status":"passed","time":{"start":1728901445871,"stop":1728901445871,"duration":0}},{"uid":"8d87b160cf169dce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d87b160cf169dce","status":"passed","time":{"start":1728892875905,"stop":1728892875905,"duration":0}},{"uid":"5eec0a212608a059","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5eec0a212608a059","status":"passed","time":{"start":1728855839037,"stop":1728855839037,"duration":0}},{"uid":"f916e0382e1d993f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f916e0382e1d993f","status":"passed","time":{"start":1728738056184,"stop":1728738056184,"duration":0}},{"uid":"60a37537cbc36da0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/60a37537cbc36da0","status":"passed","time":{"start":1728682589458,"stop":1728682589459,"duration":1}},{"uid":"385a459756e89055","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/385a459756e89055","status":"passed","time":{"start":1728682162316,"stop":1728682162316,"duration":0}},{"uid":"18487eeeb944921a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18487eeeb944921a","status":"passed","time":{"start":1728676637001,"stop":1728676637002,"duration":1}},{"uid":"986625446c46c40","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/986625446c46c40","status":"passed","time":{"start":1728669360368,"stop":1728669360368,"duration":0}},{"uid":"687f8de684f1cff3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/687f8de684f1cff3","status":"passed","time":{"start":1728597700887,"stop":1728597700888,"duration":1}},{"uid":"55c92faf11feaa69","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/55c92faf11feaa69","status":"passed","time":{"start":1728596919826,"stop":1728596919826,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b2494f36040f2d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b2494f36040f2d6","status":"passed","time":{"start":1729034611684,"stop":1729034611684,"duration":0}},{"uid":"ddbb569c9988d67","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ddbb569c9988d67","status":"passed","time":{"start":1729034393665,"stop":1729034393667,"duration":2}},{"uid":"24e0a82e8e1e0e7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/24e0a82e8e1e0e7","status":"passed","time":{"start":1729034304857,"stop":1729034304858,"duration":1}},{"uid":"a5a34da920945468","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5a34da920945468","status":"passed","time":{"start":1729034121952,"stop":1729034121953,"duration":1}},{"uid":"ccdcdef65c6de337","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ccdcdef65c6de337","status":"passed","time":{"start":1729032174929,"stop":1729032174930,"duration":1}},{"uid":"2121df69bf999b8a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2121df69bf999b8a","status":"passed","time":{"start":1728901881032,"stop":1728901881033,"duration":1}},{"uid":"fa7f99dfb1bc215","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fa7f99dfb1bc215","status":"passed","time":{"start":1728893317182,"stop":1728893317182,"duration":0}},{"uid":"b3da6243bdde643d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b3da6243bdde643d","status":"passed","time":{"start":1728856263126,"stop":1728856263127,"duration":1}},{"uid":"b60e2d5be2af1ee6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b60e2d5be2af1ee6","status":"passed","time":{"start":1728738492807,"stop":1728738492807,"duration":0}},{"uid":"8b911f72fcabf9e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8b911f72fcabf9e6","status":"passed","time":{"start":1728683030030,"stop":1728683030031,"duration":1}},{"uid":"86c6d7e905345201","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/86c6d7e905345201","status":"passed","time":{"start":1728682581131,"stop":1728682581131,"duration":0}},{"uid":"ac1ea78a348039ff","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ac1ea78a348039ff","status":"passed","time":{"start":1728677082012,"stop":1728677082012,"duration":0}},{"uid":"5e83ce71aab1a255","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5e83ce71aab1a255","status":"passed","time":{"start":1728669795409,"stop":1728669795409,"duration":0}},{"uid":"86879fefa9951d4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/86879fefa9951d4a","status":"passed","time":{"start":1728598137510,"stop":1728598137510,"duration":0}},{"uid":"a11cd2e622b85197","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a11cd2e622b85197","status":"passed","time":{"start":1728597353488,"stop":1728597353489,"duration":1}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"58979c1ce32463b8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58979c1ce32463b8","status":"passed","time":{"start":1729034704490,"stop":1729034704491,"duration":1}},{"uid":"da853832149f6019","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/da853832149f6019","status":"passed","time":{"start":1729034474979,"stop":1729034474979,"duration":0}},{"uid":"ebb2c3f5089ced83","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ebb2c3f5089ced83","status":"passed","time":{"start":1729034395286,"stop":1729034395287,"duration":1}},{"uid":"2c77ccf3c7cbf0ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2c77ccf3c7cbf0ef","status":"passed","time":{"start":1729034209089,"stop":1729034209089,"duration":0}},{"uid":"20e0b6e9f29dbe3d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/20e0b6e9f29dbe3d","status":"passed","time":{"start":1729032264559,"stop":1729032264559,"duration":0}},{"uid":"e6ef401f7f1bd993","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e6ef401f7f1bd993","status":"passed","time":{"start":1728902012832,"stop":1728902012833,"duration":1}},{"uid":"297b9c9a1145e66c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/297b9c9a1145e66c","status":"passed","time":{"start":1728893454806,"stop":1728893454807,"duration":1}},{"uid":"7cd939ecbc3eb457","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7cd939ecbc3eb457","status":"passed","time":{"start":1728856408448,"stop":1728856408448,"duration":0}},{"uid":"70deaa0ded942628","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/70deaa0ded942628","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"ec3547b465d63409","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec3547b465d63409","status":"passed","time":{"start":1728683159734,"stop":1728683159736,"duration":2}},{"uid":"a1285eef22aff539","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a1285eef22aff539","status":"passed","time":{"start":1728682751324,"stop":1728682751324,"duration":0}},{"uid":"b98fe4afbc2b5a25","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b98fe4afbc2b5a25","status":"passed","time":{"start":1728677216351,"stop":1728677216351,"duration":0}},{"uid":"8a2d66ad2769a882","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8a2d66ad2769a882","status":"passed","time":{"start":1728669925448,"stop":1728669925449,"duration":1}},{"uid":"e80f11128c28e2ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e80f11128c28e2ab","status":"passed","time":{"start":1728598268797,"stop":1728598268797,"duration":0}},{"uid":"c50e441930c8450e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c50e441930c8450e","status":"passed","time":{"start":1728597503900,"stop":1728597503901,"duration":1}}]},"75d111b850014567384ee875c1723d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c24876aef31b2ced","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c24876aef31b2ced","status":"passed","time":{"start":1728901950546,"stop":1728901950546,"duration":0}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1330101adb05030a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1330101adb05030a","status":"passed","time":{"start":1729034704502,"stop":1729034704503,"duration":1}},{"uid":"efd6330a106cc064","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/efd6330a106cc064","status":"passed","time":{"start":1729034474996,"stop":1729034474996,"duration":0}},{"uid":"28e73f873aa674a6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28e73f873aa674a6","status":"passed","time":{"start":1729034395297,"stop":1729034395297,"duration":0}},{"uid":"5080acef3fb8347b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5080acef3fb8347b","status":"passed","time":{"start":1729034209109,"stop":1729034209110,"duration":1}},{"uid":"4c53db09e688033f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c53db09e688033f","status":"passed","time":{"start":1729032264576,"stop":1729032264578,"duration":2}},{"uid":"bbd8b858c1f25700","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bbd8b858c1f25700","status":"passed","time":{"start":1728902012869,"stop":1728902012869,"duration":0}},{"uid":"c8cd328801a8d773","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c8cd328801a8d773","status":"passed","time":{"start":1728893454818,"stop":1728893454820,"duration":2}},{"uid":"902172b306aff010","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/902172b306aff010","status":"passed","time":{"start":1728856408462,"stop":1728856408462,"duration":0}},{"uid":"22d0b74e77f1002d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/22d0b74e77f1002d","status":"passed","time":{"start":1728738633863,"stop":1728738633863,"duration":0}},{"uid":"6fc2cabd31fc797c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6fc2cabd31fc797c","status":"passed","time":{"start":1728683159800,"stop":1728683159800,"duration":0}},{"uid":"8593a9e20909fa10","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8593a9e20909fa10","status":"passed","time":{"start":1728682751338,"stop":1728682751338,"duration":0}},{"uid":"fcb5629a359f1d7a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fcb5629a359f1d7a","status":"passed","time":{"start":1728677216372,"stop":1728677216372,"duration":0}},{"uid":"71531dea879b7b9b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/71531dea879b7b9b","status":"passed","time":{"start":1728669925460,"stop":1728669925460,"duration":0}},{"uid":"e47bbe90857e214f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e47bbe90857e214f","status":"passed","time":{"start":1728598268815,"stop":1728598268815,"duration":0}},{"uid":"c1e3f74b553144fc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c1e3f74b553144fc","status":"passed","time":{"start":1728597503942,"stop":1728597503943,"duration":1}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"6715c2aca82e2fd3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6715c2aca82e2fd3","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034612084,"stop":1729034612085,"duration":1}},{"uid":"1152f8721c0e7cca","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1152f8721c0e7cca","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034371234,"stop":1729034371234,"duration":0}},{"uid":"f30e1812de9c917f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f30e1812de9c917f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034305208,"stop":1729034305208,"duration":0}},{"uid":"d55c6272ae119c77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d55c6272ae119c77","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122310,"stop":1729034122310,"duration":0}},{"uid":"f7c7aeb2cfed2660","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f7c7aeb2cfed2660","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175156,"stop":1729032175156,"duration":0}},{"uid":"64aaeb5a1827dce0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/64aaeb5a1827dce0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873457,"stop":1728901873457,"duration":0}},{"uid":"6963ab2477383e22","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6963ab2477383e22","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311280,"stop":1728893311280,"duration":0}},{"uid":"154c5ad3b0846eb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/154c5ad3b0846eb0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263476,"stop":1728856263476,"duration":0}},{"uid":"ff39d940dfc606e4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff39d940dfc606e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483671,"stop":1728738483672,"duration":1}},{"uid":"2ac66e4a363f378a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2ac66e4a363f378a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030247,"stop":1728683030247,"duration":0}},{"uid":"d33e478801cfe6ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d33e478801cfe6ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581303,"stop":1728682581303,"duration":0}},{"uid":"f8988113cc4a2ee8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8988113cc4a2ee8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082256,"stop":1728677082259,"duration":3}},{"uid":"bf2bb3af91cb07f4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf2bb3af91cb07f4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754302,"stop":1728669754302,"duration":0}},{"uid":"e3dcb59f4deecf5d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3dcb59f4deecf5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137641,"stop":1728598137642,"duration":1}},{"uid":"4f78c7f64f3b0914","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f78c7f64f3b0914","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350583,"stop":1728597350583,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d81e8066c1abe663","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d81e8066c1abe663","status":"passed","time":{"start":1729034341399,"stop":1729034341399,"duration":0}},{"uid":"d0fbaec91c0fab10","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d0fbaec91c0fab10","status":"passed","time":{"start":1729034104907,"stop":1729034104907,"duration":0}},{"uid":"8036b9cbcb249449","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8036b9cbcb249449","status":"passed","time":{"start":1729034028504,"stop":1729034028504,"duration":0}},{"uid":"337e8de56e552ecc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/337e8de56e552ecc","status":"passed","time":{"start":1729033843113,"stop":1729033843113,"duration":0}},{"uid":"77171272b674a119","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/77171272b674a119","status":"passed","time":{"start":1729031892672,"stop":1729031892672,"duration":0}},{"uid":"db5fc705e5d02462","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/db5fc705e5d02462","status":"passed","time":{"start":1728901438802,"stop":1728901438803,"duration":1}},{"uid":"a982e34313d7bdbc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a982e34313d7bdbc","status":"passed","time":{"start":1728892868995,"stop":1728892868995,"duration":0}},{"uid":"da3323409628a56b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/da3323409628a56b","status":"passed","time":{"start":1728855831887,"stop":1728855831888,"duration":1}},{"uid":"9abc518936e0568c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9abc518936e0568c","status":"passed","time":{"start":1728738049034,"stop":1728738049035,"duration":1}},{"uid":"97251e6b486a4266","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/97251e6b486a4266","status":"passed","time":{"start":1728682582611,"stop":1728682582611,"duration":0}},{"uid":"c515382425d24c00","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c515382425d24c00","status":"passed","time":{"start":1728682155403,"stop":1728682155403,"duration":0}},{"uid":"89202b2bebd3938e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/89202b2bebd3938e","status":"passed","time":{"start":1728676629968,"stop":1728676629968,"duration":0}},{"uid":"24d7887a087d858e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/24d7887a087d858e","status":"passed","time":{"start":1728669353095,"stop":1728669353096,"duration":1}},{"uid":"69ebb3fd1ceb0a20","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/69ebb3fd1ceb0a20","status":"passed","time":{"start":1728597693840,"stop":1728597693841,"duration":1}},{"uid":"d40b69283ea84844","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d40b69283ea84844","status":"passed","time":{"start":1728596913085,"stop":1728596913085,"duration":0}}]},"7d525c94e6f89d7b6e041d0a05499015:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70ad1c88b2e98d45","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/70ad1c88b2e98d45","status":"passed","time":{"start":1729032228817,"stop":1729032228818,"duration":1}}]},"420903fff248897da7316125642c3349:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a37cf65d48c74ed8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a37cf65d48c74ed8","status":"passed","time":{"start":1728682807958,"stop":1728682807959,"duration":1}}]},"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7ce10eaee5d466ad","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ce10eaee5d466ad","status":"passed","time":{"start":1729034683701,"stop":1729034683701,"duration":0}},{"uid":"3d245f85be67b082","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3d245f85be67b082","status":"passed","time":{"start":1729034458932,"stop":1729034458932,"duration":0}},{"uid":"9a5e7d78fd6cca50","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9a5e7d78fd6cca50","status":"passed","time":{"start":1729034372203,"stop":1729034372203,"duration":0}},{"uid":"4a1cb887dab16e01","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4a1cb887dab16e01","status":"passed","time":{"start":1729034191996,"stop":1729034191996,"duration":0}},{"uid":"5bd6a8445832338d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5bd6a8445832338d","status":"passed","time":{"start":1729032246149,"stop":1729032246149,"duration":0}},{"uid":"77ac5e79e12cbb49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/77ac5e79e12cbb49","status":"passed","time":{"start":1728902009944,"stop":1728902009944,"duration":0}},{"uid":"9a65632c7516a4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9a65632c7516a4f","status":"passed","time":{"start":1728893442070,"stop":1728893442070,"duration":0}},{"uid":"d04306a7776fb50c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d04306a7776fb50c","status":"passed","time":{"start":1728856390381,"stop":1728856390381,"duration":0}},{"uid":"357ed0e82040605e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/357ed0e82040605e","status":"passed","time":{"start":1728738615986,"stop":1728738615986,"duration":0}},{"uid":"f4d4d2685c06fda4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4d4d2685c06fda4","status":"passed","time":{"start":1728683138591,"stop":1728683138591,"duration":0}},{"uid":"7cf15b5225b974ee","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7cf15b5225b974ee","status":"passed","time":{"start":1728682713981,"stop":1728682713981,"duration":0}},{"uid":"c745d5961c95fd62","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c745d5961c95fd62","status":"passed","time":{"start":1728677205667,"stop":1728677205667,"duration":0}},{"uid":"6b3540288fb8d017","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6b3540288fb8d017","status":"passed","time":{"start":1728669886307,"stop":1728669886308,"duration":1}},{"uid":"f5935766e98220c3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5935766e98220c3","status":"passed","time":{"start":1728598272275,"stop":1728598272275,"duration":0}},{"uid":"7fd59b891bb035e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7fd59b891bb035e8","status":"passed","time":{"start":1728597493000,"stop":1728597493001,"duration":1}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6c801c749417ee7b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6c801c749417ee7b","status":"passed","time":{"start":1729034704495,"stop":1729034704495,"duration":0}},{"uid":"87ddb8ac1c2a678a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/87ddb8ac1c2a678a","status":"passed","time":{"start":1729034474988,"stop":1729034474988,"duration":0}},{"uid":"7f9402638e8a8f47","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7f9402638e8a8f47","status":"passed","time":{"start":1729034395291,"stop":1729034395291,"duration":0}},{"uid":"7963f758acb8f73c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7963f758acb8f73c","status":"passed","time":{"start":1729034209100,"stop":1729034209100,"duration":0}},{"uid":"99931c00d9f9bbf1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/99931c00d9f9bbf1","status":"passed","time":{"start":1729032264568,"stop":1729032264569,"duration":1}},{"uid":"58d43b3004c78c63","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/58d43b3004c78c63","status":"passed","time":{"start":1728902012858,"stop":1728902012858,"duration":0}},{"uid":"b5bb676d1162c330","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5bb676d1162c330","status":"passed","time":{"start":1728893454811,"stop":1728893454812,"duration":1}},{"uid":"9f6fd8f05d136f99","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f6fd8f05d136f99","status":"passed","time":{"start":1728856408452,"stop":1728856408453,"duration":1}},{"uid":"8bafb7d15c819e4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8bafb7d15c819e4","status":"passed","time":{"start":1728738633855,"stop":1728738633855,"duration":0}},{"uid":"606fc0707080e20a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/606fc0707080e20a","status":"passed","time":{"start":1728683159760,"stop":1728683159761,"duration":1}},{"uid":"93078b0a7939b21c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/93078b0a7939b21c","status":"passed","time":{"start":1728682751330,"stop":1728682751330,"duration":0}},{"uid":"67d0831800824bbe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/67d0831800824bbe","status":"passed","time":{"start":1728677216356,"stop":1728677216356,"duration":0}},{"uid":"6934e657fa64b172","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6934e657fa64b172","status":"passed","time":{"start":1728669925454,"stop":1728669925455,"duration":1}},{"uid":"f215f62a5b83d4ef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f215f62a5b83d4ef","status":"passed","time":{"start":1728598268805,"stop":1728598268805,"duration":0}},{"uid":"e361233d70020b78","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e361233d70020b78","status":"passed","time":{"start":1728597503921,"stop":1728597503921,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"caa94bab69e1a57b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/caa94bab69e1a57b","status":"passed","time":{"start":1729034506786,"stop":1729034506787,"duration":1}},{"uid":"d27a9321d76f073d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d27a9321d76f073d","status":"passed","time":{"start":1729034259808,"stop":1729034259808,"duration":0}},{"uid":"9c7f85a0ed640b52","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9c7f85a0ed640b52","status":"passed","time":{"start":1729034194002,"stop":1729034194004,"duration":2}},{"uid":"e92800683929a2a9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e92800683929a2a9","status":"passed","time":{"start":1729034014835,"stop":1729034014835,"duration":0}},{"uid":"23ab56960c4ccedc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/23ab56960c4ccedc","status":"passed","time":{"start":1729032065434,"stop":1729032065434,"duration":0}},{"uid":"742c8209d66d551b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/742c8209d66d551b","status":"passed","time":{"start":1728901664235,"stop":1728901664235,"duration":0}},{"uid":"8e871cfa23b0c178","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e871cfa23b0c178","status":"passed","time":{"start":1728893093683,"stop":1728893093684,"duration":1}},{"uid":"92c7f8d9f3f8ea5b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92c7f8d9f3f8ea5b","status":"passed","time":{"start":1728856055263,"stop":1728856055263,"duration":0}},{"uid":"a45e74e5cc26b1ce","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a45e74e5cc26b1ce","status":"passed","time":{"start":1728738274739,"stop":1728738274740,"duration":1}},{"uid":"2551c66319595ff6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2551c66319595ff6","status":"passed","time":{"start":1728682807949,"stop":1728682807950,"duration":1}},{"uid":"b4616a9fc439850e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b4616a9fc439850e","status":"passed","time":{"start":1728682381279,"stop":1728682381280,"duration":1}},{"uid":"f7aad0cb24567a31","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7aad0cb24567a31","status":"passed","time":{"start":1728676853892,"stop":1728676853893,"duration":1}},{"uid":"88137b9b208aec43","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88137b9b208aec43","status":"passed","time":{"start":1728669581683,"stop":1728669581684,"duration":1}},{"uid":"77f100f4c3e5f42a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/77f100f4c3e5f42a","status":"passed","time":{"start":1728597923465,"stop":1728597923469,"duration":4}},{"uid":"be9e7d57b181bad3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/be9e7d57b181bad3","status":"passed","time":{"start":1728597132258,"stop":1728597132259,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f2c8363205552b1e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f2c8363205552b1e","status":"passed","time":{"start":1729034665578,"stop":1729034665578,"duration":0}},{"uid":"17b3fae75ae8f724","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/17b3fae75ae8f724","status":"passed","time":{"start":1729034434261,"stop":1729034434262,"duration":1}},{"uid":"2831b29cee39b36f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2831b29cee39b36f","status":"passed","time":{"start":1729034350157,"stop":1729034350158,"duration":1}},{"uid":"c6ee047964e1ee70","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c6ee047964e1ee70","status":"passed","time":{"start":1729034169194,"stop":1729034169194,"duration":0}},{"uid":"234aa51cd97dab7d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/234aa51cd97dab7d","status":"passed","time":{"start":1729032228066,"stop":1729032228066,"duration":0}},{"uid":"f1412b472a3b9410","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f1412b472a3b9410","status":"passed","time":{"start":1728901947146,"stop":1728901947146,"duration":0}},{"uid":"cf979ef4f9b2d4fd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf979ef4f9b2d4fd","status":"passed","time":{"start":1728893380057,"stop":1728893380058,"duration":1}},{"uid":"9e6b88417686dce3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e6b88417686dce3","status":"passed","time":{"start":1728856336880,"stop":1728856336880,"duration":0}},{"uid":"713635a95e7f8080","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/713635a95e7f8080","status":"passed","time":{"start":1728738551163,"stop":1728738551164,"duration":1}},{"uid":"82def03d19947a05","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82def03d19947a05","status":"passed","time":{"start":1728683095875,"stop":1728683095876,"duration":1}},{"uid":"f634507774928e03","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f634507774928e03","status":"passed","time":{"start":1728682657387,"stop":1728682657388,"duration":1}},{"uid":"765f9c6ce650e802","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/765f9c6ce650e802","status":"passed","time":{"start":1728677151465,"stop":1728677151465,"duration":0}},{"uid":"b4e00b8d55196ce9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b4e00b8d55196ce9","status":"passed","time":{"start":1728669832893,"stop":1728669832894,"duration":1}},{"uid":"6a7e198a0002221d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a7e198a0002221d","status":"passed","time":{"start":1728598215609,"stop":1728598215610,"duration":1}},{"uid":"a8c298243fa2f0c7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a8c298243fa2f0c7","status":"passed","time":{"start":1728597425043,"stop":1728597425043,"duration":0}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bd997a7aa4d94a3a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bd997a7aa4d94a3a","status":"passed","time":{"start":1729034506788,"stop":1729034506789,"duration":1}},{"uid":"709b9edfa58b20c5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/709b9edfa58b20c5","status":"passed","time":{"start":1729034259811,"stop":1729034259812,"duration":1}},{"uid":"7138e94ba9cc66bd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7138e94ba9cc66bd","status":"passed","time":{"start":1729034194005,"stop":1729034194006,"duration":1}},{"uid":"40c6272b765b34ba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/40c6272b765b34ba","status":"passed","time":{"start":1729034014852,"stop":1729034014853,"duration":1}},{"uid":"6cd0ff158c069b83","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6cd0ff158c069b83","status":"passed","time":{"start":1729032065438,"stop":1729032065442,"duration":4}},{"uid":"5485a5d1f13ade0a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5485a5d1f13ade0a","status":"passed","time":{"start":1728901664238,"stop":1728901664239,"duration":1}},{"uid":"95dddc1b5848c773","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95dddc1b5848c773","status":"passed","time":{"start":1728893093686,"stop":1728893093687,"duration":1}},{"uid":"f1cd259e3b1dabca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f1cd259e3b1dabca","status":"passed","time":{"start":1728856055264,"stop":1728856055264,"duration":0}},{"uid":"e24ebf71b3ca4815","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e24ebf71b3ca4815","status":"passed","time":{"start":1728738274741,"stop":1728738274741,"duration":0}},{"uid":"28ea5e5d1378aa3e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28ea5e5d1378aa3e","status":"passed","time":{"start":1728682807951,"stop":1728682807951,"duration":0}},{"uid":"f57c926c6c7da522","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f57c926c6c7da522","status":"passed","time":{"start":1728682381281,"stop":1728682381281,"duration":0}},{"uid":"429275a9b8482753","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/429275a9b8482753","status":"passed","time":{"start":1728676853894,"stop":1728676853894,"duration":0}},{"uid":"920fe943349e3b7d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/920fe943349e3b7d","status":"passed","time":{"start":1728669581685,"stop":1728669581686,"duration":1}},{"uid":"fb796aa3ebd84753","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fb796aa3ebd84753","status":"passed","time":{"start":1728597923471,"stop":1728597923472,"duration":1}},{"uid":"7b6f305b8406f3a0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b6f305b8406f3a0","status":"passed","time":{"start":1728597132259,"stop":1728597132260,"duration":1}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b563f276c5743170","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b563f276c5743170","status":"passed","time":{"start":1729034435415,"stop":1729034435416,"duration":1}},{"uid":"62aab39745131275","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/62aab39745131275","status":"passed","time":{"start":1729034202102,"stop":1729034202105,"duration":3}},{"uid":"661b0a5f814f1d00","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/661b0a5f814f1d00","status":"passed","time":{"start":1729034126128,"stop":1729034126134,"duration":6}},{"uid":"3db79c2b6a4284f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3db79c2b6a4284f3","status":"passed","time":{"start":1729033939924,"stop":1729033939924,"duration":0}},{"uid":"87b46391789d695","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/87b46391789d695","status":"passed","time":{"start":1729031988775,"stop":1729031988776,"duration":1}},{"uid":"3d5ef168baaeb845","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3d5ef168baaeb845","status":"passed","time":{"start":1728901555770,"stop":1728901555771,"duration":1}},{"uid":"a6030bb6a39e14e3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6030bb6a39e14e3","status":"passed","time":{"start":1728892995572,"stop":1728892995573,"duration":1}},{"uid":"7dab382357a126be","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7dab382357a126be","status":"passed","time":{"start":1728855954643,"stop":1728855954643,"duration":0}},{"uid":"4aa6a6da0eafe876","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4aa6a6da0eafe876","status":"passed","time":{"start":1728738169522,"stop":1728738169522,"duration":0}},{"uid":"a631c105071a3661","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a631c105071a3661","status":"passed","time":{"start":1728682707228,"stop":1728682707229,"duration":1}},{"uid":"d9dcb0c0881537b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d9dcb0c0881537b8","status":"passed","time":{"start":1728682285122,"stop":1728682285123,"duration":1}},{"uid":"712ba0bd342f011e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/712ba0bd342f011e","status":"passed","time":{"start":1728676761151,"stop":1728676761151,"duration":0}},{"uid":"2c9da048c8501b4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2c9da048c8501b4d","status":"passed","time":{"start":1728669488937,"stop":1728669488937,"duration":0}},{"uid":"99e5c19d55f29c59","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/99e5c19d55f29c59","status":"passed","time":{"start":1728597819574,"stop":1728597819574,"duration":0}},{"uid":"b54e8acc929956a6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b54e8acc929956a6","status":"passed","time":{"start":1728597041918,"stop":1728597041918,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ca3efa1b4c511ea2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ca3efa1b4c511ea2","status":"passed","time":{"start":1729034398615,"stop":1729034398615,"duration":0}},{"uid":"c3552374c70e9ce6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c3552374c70e9ce6","status":"passed","time":{"start":1729034162859,"stop":1729034162859,"duration":0}},{"uid":"f9e8f3c5d4f6edb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f9e8f3c5d4f6edb","status":"passed","time":{"start":1729034085840,"stop":1729034085840,"duration":0}},{"uid":"4d152fdbfb1a42b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4d152fdbfb1a42b3","status":"passed","time":{"start":1729033899737,"stop":1729033899738,"duration":1}},{"uid":"769d8884cceeb6c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/769d8884cceeb6c0","status":"passed","time":{"start":1729031949624,"stop":1729031949625,"duration":1}},{"uid":"bdb95e4008f9238d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bdb95e4008f9238d","status":"passed","time":{"start":1728901494758,"stop":1728901494758,"duration":0}},{"uid":"1d635187632bd1d5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d635187632bd1d5","status":"passed","time":{"start":1728892929643,"stop":1728892929643,"duration":0}},{"uid":"42eaef722651678","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/42eaef722651678","status":"passed","time":{"start":1728855891580,"stop":1728855891580,"duration":0}},{"uid":"b3cdb9a420aa8d47","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3cdb9a420aa8d47","status":"passed","time":{"start":1728738106823,"stop":1728738106823,"duration":0}},{"uid":"de51ed1343185cc2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de51ed1343185cc2","status":"passed","time":{"start":1728682642603,"stop":1728682642603,"duration":0}},{"uid":"ed37e8d974cc7d2e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ed37e8d974cc7d2e","status":"passed","time":{"start":1728682214523,"stop":1728682214524,"duration":1}},{"uid":"de2fdd32909f74a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/de2fdd32909f74a","status":"passed","time":{"start":1728676690541,"stop":1728676690541,"duration":0}},{"uid":"7f2d166ed8c0927d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f2d166ed8c0927d","status":"passed","time":{"start":1728669414116,"stop":1728669414116,"duration":0}},{"uid":"9f1a0fe23b0c65a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9f1a0fe23b0c65a6","status":"passed","time":{"start":1728597753372,"stop":1728597753372,"duration":0}},{"uid":"79732ef364b33b44","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/79732ef364b33b44","status":"passed","time":{"start":1728596970977,"stop":1728596970978,"duration":1}}]},"1422e9ea654fea9b96bd33bada31f929:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67279338ebc599e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/67279338ebc599e0","status":"passed","time":{"start":1728669581696,"stop":1728669581698,"duration":2}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6f8388ee864d26b0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6f8388ee864d26b0","status":"passed","time":{"start":1729034682679,"stop":1729034682680,"duration":1}},{"uid":"b556eb6fbceb5bf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b556eb6fbceb5bf","status":"passed","time":{"start":1729034452185,"stop":1729034452185,"duration":0}},{"uid":"c356e967051f57b6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c356e967051f57b6","status":"passed","time":{"start":1729034373081,"stop":1729034373081,"duration":0}},{"uid":"a00c19e4efb06cfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a00c19e4efb06cfe","status":"passed","time":{"start":1729034188118,"stop":1729034188118,"duration":0}},{"uid":"e7a75dbd224598f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e7a75dbd224598f","status":"passed","time":{"start":1729032231865,"stop":1729032231865,"duration":0}},{"uid":"32f6a6fd48de19fe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/32f6a6fd48de19fe","status":"passed","time":{"start":1728901989566,"stop":1728901989567,"duration":1}},{"uid":"f17c3764da0fb7d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f17c3764da0fb7d","status":"passed","time":{"start":1728893424903,"stop":1728893424904,"duration":1}},{"uid":"5057999ad6551bf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5057999ad6551bf","status":"passed","time":{"start":1728856376684,"stop":1728856376684,"duration":0}},{"uid":"38d82525886c447c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38d82525886c447c","status":"passed","time":{"start":1728738593961,"stop":1728738593961,"duration":0}},{"uid":"1878b4fec17320b1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1878b4fec17320b1","status":"passed","time":{"start":1728683135340,"stop":1728683135340,"duration":0}},{"uid":"a01d4dafca03b2ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a01d4dafca03b2ea","status":"passed","time":{"start":1728682692592,"stop":1728682692593,"duration":1}},{"uid":"9f5a845a9a6e76aa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f5a845a9a6e76aa","status":"passed","time":{"start":1728677194229,"stop":1728677194230,"duration":1}},{"uid":"fbeb99b3985b72fd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fbeb99b3985b72fd","status":"passed","time":{"start":1728669874425,"stop":1728669874425,"duration":0}},{"uid":"71b9edaa0607b244","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/71b9edaa0607b244","status":"passed","time":{"start":1728598257463,"stop":1728598257463,"duration":0}},{"uid":"fb4335091a6720c3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fb4335091a6720c3","status":"passed","time":{"start":1728597471298,"stop":1728597471298,"duration":0}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"38345e1e2d24eea7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/38345e1e2d24eea7","status":"passed","time":{"start":1729034631259,"stop":1729034631259,"duration":0}},{"uid":"86cee1d2fc9b70d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/86cee1d2fc9b70d1","status":"passed","time":{"start":1729034400895,"stop":1729034400895,"duration":0}},{"uid":"82c521d3f021aaf8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/82c521d3f021aaf8","status":"passed","time":{"start":1729034317486,"stop":1729034317486,"duration":0}},{"uid":"dee2f09078d3a946","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dee2f09078d3a946","status":"passed","time":{"start":1729034137147,"stop":1729034137147,"duration":0}},{"uid":"2525063042840ef0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2525063042840ef0","status":"passed","time":{"start":1729032206880,"stop":1729032206882,"duration":2}},{"uid":"aacfd19899f88337","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aacfd19899f88337","status":"passed","time":{"start":1728901995026,"stop":1728901995026,"duration":0}},{"uid":"5a122e5a593df156","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a122e5a593df156","status":"passed","time":{"start":1728893421003,"stop":1728893421004,"duration":1}},{"uid":"bb810b513606e7f2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bb810b513606e7f2","status":"passed","time":{"start":1728856368602,"stop":1728856368603,"duration":1}},{"uid":"c0df17eab7d42f00","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0df17eab7d42f00","status":"passed","time":{"start":1728738604687,"stop":1728738604688,"duration":1}},{"uid":"4f558209e926d3a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4f558209e926d3a","status":"passed","time":{"start":1728683117643,"stop":1728683117644,"duration":1}},{"uid":"c4b16518f0c1d903","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c4b16518f0c1d903","status":"passed","time":{"start":1728682721323,"stop":1728682721323,"duration":0}},{"uid":"e928207eb2418538","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e928207eb2418538","status":"passed","time":{"start":1728677184689,"stop":1728677184690,"duration":1}},{"uid":"39bdccdf22edd605","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39bdccdf22edd605","status":"passed","time":{"start":1728669866468,"stop":1728669866468,"duration":0}},{"uid":"b63be83fae0849e4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b63be83fae0849e4","status":"passed","time":{"start":1728598250002,"stop":1728598250003,"duration":1}},{"uid":"f78fe69d1cfcab9a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f78fe69d1cfcab9a","status":"passed","time":{"start":1728597472306,"stop":1728597472306,"duration":0}}]},"7e679be40ec05b6de5ba7af64df9464d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cdf5071a31aa509","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5cdf5071a31aa509","status":"passed","time":{"start":1728856333678,"stop":1728856333679,"duration":1}}]},"a47df7d6929c3a1334300231dd1c7e06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c7060fc4823d714","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2c7060fc4823d714","status":"passed","time":{"start":1728669841254,"stop":1728669841254,"duration":0}}]},"270b35f41193f39f330b1e8da7fcef5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"257160dc1dd15e75","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/257160dc1dd15e75","status":"passed","time":{"start":1728682581090,"stop":1728682581096,"duration":6}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4a5ca6632545b2e1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4a5ca6632545b2e1","status":"passed","time":{"start":1729034506792,"stop":1729034506792,"duration":0}},{"uid":"e8c5c927f3d48232","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e8c5c927f3d48232","status":"passed","time":{"start":1729034259817,"stop":1729034259817,"duration":0}},{"uid":"4041ae14ef7646ec","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4041ae14ef7646ec","status":"passed","time":{"start":1729034194017,"stop":1729034194017,"duration":0}},{"uid":"786d11b40ce6151a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/786d11b40ce6151a","status":"passed","time":{"start":1729034014871,"stop":1729034014873,"duration":2}},{"uid":"99756601534ced03","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/99756601534ced03","status":"passed","time":{"start":1729032065452,"stop":1729032065452,"duration":0}},{"uid":"ef294fcebb5d3de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ef294fcebb5d3de","status":"passed","time":{"start":1728901664265,"stop":1728901664266,"duration":1}},{"uid":"feef35c412a552d9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/feef35c412a552d9","status":"passed","time":{"start":1728893093690,"stop":1728893093691,"duration":1}},{"uid":"445abc1d5478c7e3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/445abc1d5478c7e3","status":"passed","time":{"start":1728856055271,"stop":1728856055272,"duration":1}},{"uid":"1a18855f38c0d510","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a18855f38c0d510","status":"passed","time":{"start":1728738274743,"stop":1728738274743,"duration":0}},{"uid":"e963e00a9062274a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e963e00a9062274a","status":"passed","time":{"start":1728682807956,"stop":1728682807956,"duration":0}},{"uid":"7379f538af909a1a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7379f538af909a1a","status":"passed","time":{"start":1728682381284,"stop":1728682381284,"duration":0}},{"uid":"c5edfc31fc72be8c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c5edfc31fc72be8c","status":"passed","time":{"start":1728676853897,"stop":1728676853897,"duration":0}},{"uid":"2362dad69b8b8071","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2362dad69b8b8071","status":"passed","time":{"start":1728669581694,"stop":1728669581694,"duration":0}},{"uid":"90095e35815ba1e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90095e35815ba1e","status":"passed","time":{"start":1728597923481,"stop":1728597923481,"duration":0}},{"uid":"b8306bf0bbdff1e1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b8306bf0bbdff1e1","status":"passed","time":{"start":1728597132262,"stop":1728597132263,"duration":1}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"35501eee85550623","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/35501eee85550623","status":"passed","time":{"start":1729034398721,"stop":1729034398721,"duration":0}},{"uid":"916ad9e17a39f9d9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/916ad9e17a39f9d9","status":"passed","time":{"start":1729034163594,"stop":1729034163594,"duration":0}},{"uid":"4ab007aa843a9d0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4ab007aa843a9d0","status":"passed","time":{"start":1729034085357,"stop":1729034085357,"duration":0}},{"uid":"6d2a534378b4282","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6d2a534378b4282","status":"passed","time":{"start":1729033899384,"stop":1729033899385,"duration":1}},{"uid":"2793490d58ff36cb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2793490d58ff36cb","status":"passed","time":{"start":1729031949754,"stop":1729031949754,"duration":0}},{"uid":"42bbd751030a736b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/42bbd751030a736b","status":"passed","time":{"start":1728901497250,"stop":1728901497251,"duration":1}},{"uid":"492f6b1253723eab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/492f6b1253723eab","status":"passed","time":{"start":1728892931615,"stop":1728892931616,"duration":1}},{"uid":"874078d56d3bdf29","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/874078d56d3bdf29","status":"passed","time":{"start":1728855891086,"stop":1728855891086,"duration":0}},{"uid":"dc7b7dbdb585126f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dc7b7dbdb585126f","status":"passed","time":{"start":1728738108306,"stop":1728738108306,"duration":0}},{"uid":"6c3343e968cc7eb8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6c3343e968cc7eb8","status":"passed","time":{"start":1728682642732,"stop":1728682642732,"duration":0}},{"uid":"1351df3e639a2f52","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1351df3e639a2f52","status":"passed","time":{"start":1728682214718,"stop":1728682214719,"duration":1}},{"uid":"b9f2f5910432851e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b9f2f5910432851e","status":"passed","time":{"start":1728676692179,"stop":1728676692179,"duration":0}},{"uid":"47b59ed6abcc140d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/47b59ed6abcc140d","status":"passed","time":{"start":1728669416673,"stop":1728669416673,"duration":0}},{"uid":"6b4950c90b42425e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b4950c90b42425e","status":"passed","time":{"start":1728597754025,"stop":1728597754025,"duration":0}},{"uid":"9732a36e98553b07","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9732a36e98553b07","status":"passed","time":{"start":1728596972641,"stop":1728596972642,"duration":1}}]},"d94f120aa6a81628dcd8d939e8a23089:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b990ac8e9e4f89d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5b990ac8e9e4f89d","status":"passed","time":{"start":1728677156809,"stop":1728677156809,"duration":0}}]},"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"46508dc26314f5ab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/46508dc26314f5ab","status":"passed","time":{"start":1729034332637,"stop":1729034332637,"duration":0}},{"uid":"222033c9295eaf8b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/222033c9295eaf8b","status":"passed","time":{"start":1729034096137,"stop":1729034096137,"duration":0}},{"uid":"974c6141bf57bded","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/974c6141bf57bded","status":"passed","time":{"start":1729034020094,"stop":1729034020094,"duration":0}},{"uid":"ac9b5e339c018b1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac9b5e339c018b1","status":"passed","time":{"start":1729033834390,"stop":1729033834390,"duration":0}},{"uid":"12500141db4f3970","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/12500141db4f3970","status":"passed","time":{"start":1729031884124,"stop":1729031884124,"duration":0}},{"uid":"56c5ddb1766d1dfa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56c5ddb1766d1dfa","status":"passed","time":{"start":1728901430257,"stop":1728901430257,"duration":0}},{"uid":"5bf2b71477fb1297","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5bf2b71477fb1297","status":"passed","time":{"start":1728892860536,"stop":1728892860536,"duration":0}},{"uid":"ce64ed8b8da546a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce64ed8b8da546a","status":"passed","time":{"start":1728855823325,"stop":1728855823326,"duration":1}},{"uid":"7f4b03f0251b33b2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7f4b03f0251b33b2","status":"passed","time":{"start":1728738040606,"stop":1728738040606,"duration":0}},{"uid":"3df159f8b60b3cd9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3df159f8b60b3cd9","status":"passed","time":{"start":1728682574096,"stop":1728682574097,"duration":1}},{"uid":"51a2d34c1d5df1ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/51a2d34c1d5df1ae","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"5355cd87832271f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5355cd87832271f7","status":"passed","time":{"start":1728676621436,"stop":1728676621436,"duration":0}},{"uid":"b6f16ef1942684d5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b6f16ef1942684d5","status":"passed","time":{"start":1728669344471,"stop":1728669344471,"duration":0}},{"uid":"440f6049a2ead0ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/440f6049a2ead0ac","status":"passed","time":{"start":1728597685165,"stop":1728597685165,"duration":0}},{"uid":"efe80777a4ca0199","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/efe80777a4ca0199","status":"passed","time":{"start":1728596904473,"stop":1728596904473,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d9240e92b2616237","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9240e92b2616237","status":"passed","time":{"start":1729034617760,"stop":1729034617761,"duration":1}},{"uid":"bf26fb1cd5ae1e0a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bf26fb1cd5ae1e0a","status":"passed","time":{"start":1729034370871,"stop":1729034370871,"duration":0}},{"uid":"9de7f7527abb0f36","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9de7f7527abb0f36","status":"passed","time":{"start":1729034308872,"stop":1729034308872,"duration":0}},{"uid":"667494933ce3bd1d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/667494933ce3bd1d","status":"passed","time":{"start":1729034129475,"stop":1729034129475,"duration":0}},{"uid":"bb77f9d2905d8deb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb77f9d2905d8deb","status":"passed","time":{"start":1729032178368,"stop":1729032178369,"duration":1}},{"uid":"59d6a99a2397709d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59d6a99a2397709d","status":"passed","time":{"start":1728901896348,"stop":1728901896348,"duration":0}},{"uid":"3a0bf6cebaece612","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3a0bf6cebaece612","status":"passed","time":{"start":1728893329026,"stop":1728893329026,"duration":0}},{"uid":"21c2cf72fa853c2d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/21c2cf72fa853c2d","status":"passed","time":{"start":1728856284765,"stop":1728856284765,"duration":0}},{"uid":"888565ab35550dd9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/888565ab35550dd9","status":"passed","time":{"start":1728738494941,"stop":1728738494942,"duration":1}},{"uid":"b119250d542ccceb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b119250d542ccceb","status":"passed","time":{"start":1728683033632,"stop":1728683033633,"duration":1}},{"uid":"529a47bd827e189e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/529a47bd827e189e","status":"passed","time":{"start":1728682601737,"stop":1728682601737,"duration":0}},{"uid":"38813ae298137104","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38813ae298137104","status":"passed","time":{"start":1728677107962,"stop":1728677107962,"duration":0}},{"uid":"3a4d20663020aa1e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3a4d20663020aa1e","status":"passed","time":{"start":1728669764752,"stop":1728669764752,"duration":0}},{"uid":"c658be89f5ed1fba","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c658be89f5ed1fba","status":"passed","time":{"start":1728598157563,"stop":1728598157563,"duration":0}},{"uid":"370b5887fbb565d3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/370b5887fbb565d3","status":"passed","time":{"start":1728597369074,"stop":1728597369074,"duration":0}}]},"67164a2decf24d85bb1cf5cf34f6dfa0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f25863475b066b8c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f25863475b066b8c","status":"passed","time":{"start":1728893395081,"stop":1728893395081,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"23a51dabe58f1529","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/23a51dabe58f1529","status":"passed","time":{"start":1729034340754,"stop":1729034340755,"duration":1}},{"uid":"9852a6d4c8ac74eb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9852a6d4c8ac74eb","status":"passed","time":{"start":1729034104175,"stop":1729034104176,"duration":1}},{"uid":"8383634ae7fea911","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8383634ae7fea911","status":"passed","time":{"start":1729034027741,"stop":1729034027742,"duration":1}},{"uid":"b5b14d188c85eb07","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b5b14d188c85eb07","status":"passed","time":{"start":1729033842347,"stop":1729033842347,"duration":0}},{"uid":"a06424c5ac32ffdc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a06424c5ac32ffdc","status":"passed","time":{"start":1729031892046,"stop":1729031892047,"duration":1}},{"uid":"ebce218061788ea2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ebce218061788ea2","status":"passed","time":{"start":1728901438029,"stop":1728901438029,"duration":0}},{"uid":"d227e33af0413d5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d227e33af0413d5","status":"passed","time":{"start":1728892868232,"stop":1728892868233,"duration":1}},{"uid":"ed1c6b57b0deec0e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed1c6b57b0deec0e","status":"passed","time":{"start":1728855831079,"stop":1728855831080,"duration":1}},{"uid":"50ba10b65bf5b06e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/50ba10b65bf5b06e","status":"passed","time":{"start":1728738048442,"stop":1728738048442,"duration":0}},{"uid":"1cee109407a0ddf3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1cee109407a0ddf3","status":"passed","time":{"start":1728682581843,"stop":1728682581845,"duration":2}},{"uid":"d7ca026331a9095b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d7ca026331a9095b","status":"passed","time":{"start":1728682154707,"stop":1728682154708,"duration":1}},{"uid":"21d2f11094408f35","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/21d2f11094408f35","status":"passed","time":{"start":1728676629296,"stop":1728676629301,"duration":5}},{"uid":"f4e6d40bb219f76c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4e6d40bb219f76c","status":"passed","time":{"start":1728669352210,"stop":1728669352211,"duration":1}},{"uid":"6502fae7269a286e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6502fae7269a286e","status":"passed","time":{"start":1728597693016,"stop":1728597693018,"duration":2}},{"uid":"d75573d89fc8c91a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d75573d89fc8c91a","status":"passed","time":{"start":1728596912518,"stop":1728596912533,"duration":15}}]},"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6492b18d40a3ed45","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6492b18d40a3ed45","status":"passed","time":{"start":1729034332631,"stop":1729034332632,"duration":1}},{"uid":"469ea078741fe792","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/469ea078741fe792","status":"passed","time":{"start":1729034096133,"stop":1729034096133,"duration":0}},{"uid":"ccc9239ff208b8d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ccc9239ff208b8d","status":"passed","time":{"start":1729034020091,"stop":1729034020091,"duration":0}},{"uid":"9d29cb1f4c264b6d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9d29cb1f4c264b6d","status":"passed","time":{"start":1729033834386,"stop":1729033834386,"duration":0}},{"uid":"5fa0e94b67a2b4fc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fa0e94b67a2b4fc","status":"passed","time":{"start":1729031884119,"stop":1729031884119,"duration":0}},{"uid":"6f8f20aa9c98cad0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f8f20aa9c98cad0","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"894f99cb7b5bee2e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/894f99cb7b5bee2e","status":"passed","time":{"start":1728892860532,"stop":1728892860532,"duration":0}},{"uid":"a331a4b09c2cde35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a331a4b09c2cde35","status":"passed","time":{"start":1728855823322,"stop":1728855823322,"duration":0}},{"uid":"20a3c2c3e202e061","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20a3c2c3e202e061","status":"passed","time":{"start":1728738040602,"stop":1728738040602,"duration":0}},{"uid":"c563cc6c06d2fb25","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c563cc6c06d2fb25","status":"passed","time":{"start":1728682574093,"stop":1728682574093,"duration":0}},{"uid":"6dadc4fa3635f6dc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6dadc4fa3635f6dc","status":"passed","time":{"start":1728682146817,"stop":1728682146818,"duration":1}},{"uid":"5f27f0a3a90a4c1d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5f27f0a3a90a4c1d","status":"passed","time":{"start":1728676621432,"stop":1728676621432,"duration":0}},{"uid":"258ae197bd001735","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/258ae197bd001735","status":"passed","time":{"start":1728669344467,"stop":1728669344468,"duration":1}},{"uid":"e3bc6c90b673d27e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3bc6c90b673d27e","status":"passed","time":{"start":1728597685161,"stop":1728597685161,"duration":0}},{"uid":"708a3a08159fe214","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/708a3a08159fe214","status":"passed","time":{"start":1728596904468,"stop":1728596904468,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f7b46913f5448e76","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7b46913f5448e76","status":"passed","time":{"start":1729034682676,"stop":1729034682677,"duration":1}},{"uid":"f79a6138797fb078","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f79a6138797fb078","status":"passed","time":{"start":1729034452184,"stop":1729034452184,"duration":0}},{"uid":"4aedaa0a5834ca5e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4aedaa0a5834ca5e","status":"passed","time":{"start":1729034373080,"stop":1729034373080,"duration":0}},{"uid":"7a7db5d2bd2c0ae8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a7db5d2bd2c0ae8","status":"passed","time":{"start":1729034188117,"stop":1729034188118,"duration":1}},{"uid":"1c09f4cb838eb33f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1c09f4cb838eb33f","status":"passed","time":{"start":1729032231864,"stop":1729032231864,"duration":0}},{"uid":"b8ee623e31992022","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8ee623e31992022","status":"passed","time":{"start":1728901989565,"stop":1728901989566,"duration":1}},{"uid":"66a8870fc68eec80","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/66a8870fc68eec80","status":"passed","time":{"start":1728893424901,"stop":1728893424902,"duration":1}},{"uid":"a4fac94f10b602cf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4fac94f10b602cf","status":"passed","time":{"start":1728856376683,"stop":1728856376684,"duration":1}},{"uid":"d722b9e000cd62b4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d722b9e000cd62b4","status":"passed","time":{"start":1728738593960,"stop":1728738593960,"duration":0}},{"uid":"f49e83e4cfc773cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f49e83e4cfc773cd","status":"passed","time":{"start":1728683135338,"stop":1728683135339,"duration":1}},{"uid":"dce7e8ec3334203a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dce7e8ec3334203a","status":"passed","time":{"start":1728682692590,"stop":1728682692591,"duration":1}},{"uid":"1e6b9b8e4a9c07aa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1e6b9b8e4a9c07aa","status":"passed","time":{"start":1728677194229,"stop":1728677194229,"duration":0}},{"uid":"3da58550c8903713","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3da58550c8903713","status":"passed","time":{"start":1728669874424,"stop":1728669874424,"duration":0}},{"uid":"81208e1d8f91249a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/81208e1d8f91249a","status":"passed","time":{"start":1728598257462,"stop":1728598257462,"duration":0}},{"uid":"af14123820ada785","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/af14123820ada785","status":"passed","time":{"start":1728597471284,"stop":1728597471297,"duration":13}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7987935a8b8bde5e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7987935a8b8bde5e","status":"passed","time":{"start":1729034536106,"stop":1729034536106,"duration":0}},{"uid":"9fc828ab8bf53f72","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9fc828ab8bf53f72","status":"passed","time":{"start":1729034296710,"stop":1729034296710,"duration":0}},{"uid":"ed6413fab68cb3bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed6413fab68cb3bf","status":"passed","time":{"start":1729034220607,"stop":1729034220607,"duration":0}},{"uid":"8510fb124606d97e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8510fb124606d97e","status":"passed","time":{"start":1729034041490,"stop":1729034041491,"duration":1}},{"uid":"a3345c9720d27dda","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3345c9720d27dda","status":"passed","time":{"start":1728901705407,"stop":1728901705408,"duration":1}},{"uid":"585fad77d2274cad","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/585fad77d2274cad","status":"passed","time":{"start":1728893141779,"stop":1728893141779,"duration":0}},{"uid":"72daafc3415f3de9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/72daafc3415f3de9","status":"passed","time":{"start":1728856087085,"stop":1728856087086,"duration":1}},{"uid":"d9b04b11926d33bf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d9b04b11926d33bf","status":"passed","time":{"start":1728738321438,"stop":1728738321438,"duration":0}},{"uid":"13fc621ec00beccb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/13fc621ec00beccb","status":"passed","time":{"start":1728682845677,"stop":1728682845678,"duration":1}},{"uid":"146c9e577b2580ef","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/146c9e577b2580ef","status":"passed","time":{"start":1728682424312,"stop":1728682424313,"duration":1}},{"uid":"e301a224269eaecf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e301a224269eaecf","status":"passed","time":{"start":1728676900542,"stop":1728676900542,"duration":0}},{"uid":"c04dfb3c09f49857","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c04dfb3c09f49857","status":"passed","time":{"start":1728669625802,"stop":1728669625803,"duration":1}},{"uid":"8a9f45cc15b5b19e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a9f45cc15b5b19e","status":"passed","time":{"start":1728597957173,"stop":1728597957174,"duration":1}},{"uid":"f8f5a2dc438df315","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f8f5a2dc438df315","status":"passed","time":{"start":1728597182620,"stop":1728597182621,"duration":1}}]},"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"48c644261a54981b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/48c644261a54981b","status":"passed","time":{"start":1729034332614,"stop":1729034332619,"duration":5}},{"uid":"8354efb7f3b72d6b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8354efb7f3b72d6b","status":"passed","time":{"start":1729034096115,"stop":1729034096119,"duration":4}},{"uid":"43ccd6b28955fb5e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/43ccd6b28955fb5e","status":"passed","time":{"start":1729034020076,"stop":1729034020077,"duration":1}},{"uid":"1e768977ff794b7f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1e768977ff794b7f","status":"passed","time":{"start":1729033834366,"stop":1729033834366,"duration":0}},{"uid":"d863b8683092b74a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d863b8683092b74a","status":"passed","time":{"start":1729031884095,"stop":1729031884101,"duration":6}},{"uid":"2cc8d83d87532b5c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2cc8d83d87532b5c","status":"passed","time":{"start":1728901430245,"stop":1728901430245,"duration":0}},{"uid":"664256261291fc30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/664256261291fc30","status":"passed","time":{"start":1728892860520,"stop":1728892860520,"duration":0}},{"uid":"c27affa5d60b2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c27affa5d60b2","status":"passed","time":{"start":1728855823310,"stop":1728855823311,"duration":1}},{"uid":"86c1e81a154b1f9a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/86c1e81a154b1f9a","status":"passed","time":{"start":1728738040573,"stop":1728738040579,"duration":6}},{"uid":"294271c77d0bdfc6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/294271c77d0bdfc6","status":"passed","time":{"start":1728682574072,"stop":1728682574072,"duration":0}},{"uid":"90acc13a89e76415","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/90acc13a89e76415","status":"passed","time":{"start":1728682146800,"stop":1728682146800,"duration":0}},{"uid":"567f1653f7666fcb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/567f1653f7666fcb","status":"passed","time":{"start":1728676621418,"stop":1728676621418,"duration":0}},{"uid":"ec51a0b5b5fe3466","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ec51a0b5b5fe3466","status":"passed","time":{"start":1728669344456,"stop":1728669344457,"duration":1}},{"uid":"129fea95b2e268a1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/129fea95b2e268a1","status":"passed","time":{"start":1728597685141,"stop":1728597685149,"duration":8}},{"uid":"7a00b9d649b27ccb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7a00b9d649b27ccb","status":"passed","time":{"start":1728596904449,"stop":1728596904449,"duration":0}}]},"8e6b8ab58559dcc084e4e6c42048986d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c37385816efabfc3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c37385816efabfc3","status":"passed","time":{"start":1728683045449,"stop":1728683045449,"duration":0}}]},"dc8777d27a8fb3c6edab5471144037da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25b32845fe5a7065","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25b32845fe5a7065","status":"passed","time":{"start":1728669764760,"stop":1728669764760,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a7ddf2c0394c8cbd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a7ddf2c0394c8cbd","status":"passed","time":{"start":1729034704500,"stop":1729034704500,"duration":0}},{"uid":"9fecb1972852136e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9fecb1972852136e","status":"passed","time":{"start":1729034474993,"stop":1729034474993,"duration":0}},{"uid":"573e44fff17c5e32","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/573e44fff17c5e32","status":"passed","time":{"start":1729034395294,"stop":1729034395295,"duration":1}},{"uid":"b014f9caf7bb771c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b014f9caf7bb771c","status":"passed","time":{"start":1729034209105,"stop":1729034209105,"duration":0}},{"uid":"7e989ba4bf0f483e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e989ba4bf0f483e","status":"passed","time":{"start":1729032264573,"stop":1729032264574,"duration":1}},{"uid":"daf99ca75dcb823d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/daf99ca75dcb823d","status":"passed","time":{"start":1728902012866,"stop":1728902012866,"duration":0}},{"uid":"4475ff0fe98f12c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4475ff0fe98f12c4","status":"passed","time":{"start":1728893454816,"stop":1728893454816,"duration":0}},{"uid":"5541e1e735ff9127","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5541e1e735ff9127","status":"passed","time":{"start":1728856408459,"stop":1728856408460,"duration":1}},{"uid":"11144c4e3664b86b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11144c4e3664b86b","status":"passed","time":{"start":1728738633860,"stop":1728738633860,"duration":0}},{"uid":"9bcbe968eff11abe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9bcbe968eff11abe","status":"passed","time":{"start":1728683159791,"stop":1728683159792,"duration":1}},{"uid":"e21606cc39e3f9bc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e21606cc39e3f9bc","status":"passed","time":{"start":1728682751336,"stop":1728682751336,"duration":0}},{"uid":"df67ecc0b6f6432","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/df67ecc0b6f6432","status":"passed","time":{"start":1728677216366,"stop":1728677216367,"duration":1}},{"uid":"a0459f1467b2f239","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a0459f1467b2f239","status":"passed","time":{"start":1728669925458,"stop":1728669925458,"duration":0}},{"uid":"1c2c0bb52f3795b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1c2c0bb52f3795b2","status":"passed","time":{"start":1728598268812,"stop":1728598268812,"duration":0}},{"uid":"4827e8c84611af0e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4827e8c84611af0e","status":"passed","time":{"start":1728597503936,"stop":1728597503937,"duration":1}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cade5c3bde5bedc8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cade5c3bde5bedc8","status":"passed","time":{"start":1729034341409,"stop":1729034341409,"duration":0}},{"uid":"602e31b02a11a585","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/602e31b02a11a585","status":"passed","time":{"start":1729034104918,"stop":1729034104918,"duration":0}},{"uid":"d29d7b0eb1c3a2f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d29d7b0eb1c3a2f1","status":"passed","time":{"start":1729034028516,"stop":1729034028517,"duration":1}},{"uid":"6b369ae159a9ff82","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6b369ae159a9ff82","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0}},{"uid":"8a0bb90877e6ced9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a0bb90877e6ced9","status":"passed","time":{"start":1729031892682,"stop":1729031892683,"duration":1}},{"uid":"6971f060a3320270","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6971f060a3320270","status":"passed","time":{"start":1728901438813,"stop":1728901438814,"duration":1}},{"uid":"6ad194a43d801c78","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6ad194a43d801c78","status":"passed","time":{"start":1728892869006,"stop":1728892869007,"duration":1}},{"uid":"5215062e6739934e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5215062e6739934e","status":"passed","time":{"start":1728855831898,"stop":1728855831898,"duration":0}},{"uid":"85dee673f7a1e99b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85dee673f7a1e99b","status":"passed","time":{"start":1728738049046,"stop":1728738049046,"duration":0}},{"uid":"9ac2fabceb858dcf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9ac2fabceb858dcf","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"4e0de11d42fcd6f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4e0de11d42fcd6f9","status":"passed","time":{"start":1728682155413,"stop":1728682155413,"duration":0}},{"uid":"6ecd728352c9a9ef","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6ecd728352c9a9ef","status":"passed","time":{"start":1728676629980,"stop":1728676629980,"duration":0}},{"uid":"4a96de22bcced3af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4a96de22bcced3af","status":"passed","time":{"start":1728669353107,"stop":1728669353107,"duration":0}},{"uid":"ec85b4f72f360119","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec85b4f72f360119","status":"passed","time":{"start":1728597693853,"stop":1728597693853,"duration":0}},{"uid":"e788129380ff5ace","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e788129380ff5ace","status":"passed","time":{"start":1728596913097,"stop":1728596913097,"duration":0}}]},"3253908ddb16e639a5e31ba18dbeac35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42eeb3087310d2e5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42eeb3087310d2e5","status":"passed","time":{"start":1728683110370,"stop":1728683110370,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b62cab171eaca4e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b62cab171eaca4e2","status":"passed","time":{"start":1729034472949,"stop":1729034472950,"duration":1}},{"uid":"37e6b600113d834","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/37e6b600113d834","status":"passed","time":{"start":1729034240914,"stop":1729034240917,"duration":3}},{"uid":"19fc3b84ca825ec6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/19fc3b84ca825ec6","status":"passed","time":{"start":1729034159613,"stop":1729034159614,"duration":1}},{"uid":"c4f96019e75821d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4f96019e75821d7","status":"passed","time":{"start":1729033976793,"stop":1729033976793,"duration":0}},{"uid":"58096ccdb9fe85c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/58096ccdb9fe85c","status":"passed","time":{"start":1729032020516,"stop":1729032020517,"duration":1}},{"uid":"6560fac997d1c247","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6560fac997d1c247","status":"passed","time":{"start":1728901616428,"stop":1728901616428,"duration":0}},{"uid":"5318dbfbe288aa3b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5318dbfbe288aa3b","status":"passed","time":{"start":1728893050243,"stop":1728893050244,"duration":1}},{"uid":"c5bef8186c283047","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c5bef8186c283047","status":"passed","time":{"start":1728856015170,"stop":1728856015170,"duration":0}},{"uid":"ef4eee8e79a029f7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ef4eee8e79a029f7","status":"passed","time":{"start":1728738233135,"stop":1728738233135,"duration":0}},{"uid":"535732b9e0a5981c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/535732b9e0a5981c","status":"passed","time":{"start":1728682762469,"stop":1728682762469,"duration":0}},{"uid":"3ac019c394e26df1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3ac019c394e26df1","status":"passed","time":{"start":1728682332784,"stop":1728682332785,"duration":1}},{"uid":"6f3f43a1d3b42f55","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6f3f43a1d3b42f55","status":"passed","time":{"start":1728676810290,"stop":1728676810290,"duration":0}},{"uid":"38631f78ad1d24f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/38631f78ad1d24f0","status":"passed","time":{"start":1728669529892,"stop":1728669529892,"duration":0}},{"uid":"1769e368e0aa919b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1769e368e0aa919b","status":"passed","time":{"start":1728597873532,"stop":1728597873533,"duration":1}},{"uid":"62bf5ea404e7cd39","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/62bf5ea404e7cd39","status":"passed","time":{"start":1728597089272,"stop":1728597089272,"duration":0}}]},"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"da4540b57c86889d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/da4540b57c86889d","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473407,"stop":1729034473407,"duration":0}},{"uid":"a0e434a5d0582681","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a0e434a5d0582681","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241339,"stop":1729034241339,"duration":0}},{"uid":"54b68bae59eaf9ae","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/54b68bae59eaf9ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160194,"stop":1729034160194,"duration":0}},{"uid":"db62a1d37b685b06","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db62a1d37b685b06","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977226,"stop":1729033977226,"duration":0}},{"uid":"5a74e294741f5a40","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a74e294741f5a40","status":"passed","time":{"start":1729032053270,"stop":1729032053271,"duration":1}},{"uid":"2aa91987bbda7e26","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2aa91987bbda7e26","status":"passed","time":{"start":1728901711767,"stop":1728901711767,"duration":0}},{"uid":"b7c600460c5d2df2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b7c600460c5d2df2","status":"passed","time":{"start":1728893141898,"stop":1728893141899,"duration":1}},{"uid":"891740de8cb9edcd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/891740de8cb9edcd","status":"passed","time":{"start":1728856103201,"stop":1728856103201,"duration":0}},{"uid":"2ea51a745bdf11bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2ea51a745bdf11bd","status":"passed","time":{"start":1728738321620,"stop":1728738321621,"duration":1}},{"uid":"225756b89e9d9199","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/225756b89e9d9199","status":"passed","time":{"start":1728682857566,"stop":1728682857569,"duration":3}},{"uid":"2bf91b876e2848b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2bf91b876e2848b2","status":"passed","time":{"start":1728682428804,"stop":1728682428804,"duration":0}},{"uid":"f204f73646ab49af","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f204f73646ab49af","status":"passed","time":{"start":1728676901169,"stop":1728676901170,"duration":1}},{"uid":"1be410ce716af339","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1be410ce716af339","status":"passed","time":{"start":1728669573865,"stop":1728669573865,"duration":0}},{"uid":"4550c96c050884c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4550c96c050884c1","status":"passed","time":{"start":1728597972337,"stop":1728597972337,"duration":0}},{"uid":"8d63de5fc27936c8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d63de5fc27936c8","status":"passed","time":{"start":1728597175619,"stop":1728597175620,"duration":1}}]},"4cd191db2fc536e1a8b3c23a7e26cd95:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcd0bf4f43678bac","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bcd0bf4f43678bac","status":"passed","time":{"start":1728669777129,"stop":1728669777130,"duration":1}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"96d533fab9f3b4cb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/96d533fab9f3b4cb","status":"passed","time":{"start":1729034656457,"stop":1729034656459,"duration":2}},{"uid":"71e2280bb21f9368","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/71e2280bb21f9368","status":"passed","time":{"start":1729034428551,"stop":1729034428552,"duration":1}},{"uid":"29b11fdc65c5438","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/29b11fdc65c5438","status":"passed","time":{"start":1729034348209,"stop":1729034348209,"duration":0}},{"uid":"209a13cc26091ad","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/209a13cc26091ad","status":"passed","time":{"start":1729034169435,"stop":1729034169436,"duration":1}},{"uid":"fa10445ca57996f2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fa10445ca57996f2","status":"passed","time":{"start":1729032228808,"stop":1729032228808,"duration":0}},{"uid":"74042d13a35ba6aa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/74042d13a35ba6aa","status":"passed","time":{"start":1728901950540,"stop":1728901950541,"duration":1}},{"uid":"7c56d5505800fee7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7c56d5505800fee7","status":"passed","time":{"start":1728893389983,"stop":1728893389984,"duration":1}},{"uid":"5bbb50d59814bc9c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5bbb50d59814bc9c","status":"passed","time":{"start":1728856333646,"stop":1728856333649,"duration":3}},{"uid":"eb767e3af0da744b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eb767e3af0da744b","status":"passed","time":{"start":1728738555092,"stop":1728738555092,"duration":0}},{"uid":"2bf6226ad8ff1983","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2bf6226ad8ff1983","status":"passed","time":{"start":1728683093168,"stop":1728683093168,"duration":0}},{"uid":"aeaabd571e1220e5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aeaabd571e1220e5","status":"passed","time":{"start":1728682652690,"stop":1728682652691,"duration":1}},{"uid":"d8fe320698b55a7a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d8fe320698b55a7a","status":"passed","time":{"start":1728677156808,"stop":1728677156808,"duration":0}},{"uid":"7ad0c9880d36b74a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ad0c9880d36b74a","status":"passed","time":{"start":1728669834420,"stop":1728669834421,"duration":1}},{"uid":"fabe5baf9f99b952","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fabe5baf9f99b952","status":"passed","time":{"start":1728598212609,"stop":1728598212609,"duration":0}},{"uid":"302439d3643ecb79","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/302439d3643ecb79","status":"passed","time":{"start":1728597423322,"stop":1728597423323,"duration":1}}]},"326ec1f8f1a49d618690d94cb419dcc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e9ef5c5cfbab9f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4e9ef5c5cfbab9f","status":"passed","time":{"start":1728738567472,"stop":1728738567472,"duration":0}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f69bd7f77c219118","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f69bd7f77c219118","status":"passed","time":{"start":1729034636312,"stop":1729034636312,"duration":0}},{"uid":"f71e76c1d4cbd143","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f71e76c1d4cbd143","status":"passed","time":{"start":1729034402271,"stop":1729034402272,"duration":1}},{"uid":"b3e5e54ba0ef247c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b3e5e54ba0ef247c","status":"passed","time":{"start":1729034323289,"stop":1729034323289,"duration":0}},{"uid":"2de499adbd44abfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2de499adbd44abfe","status":"passed","time":{"start":1729034144763,"stop":1729034144763,"duration":0}},{"uid":"73bea5f40dce1f65","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73bea5f40dce1f65","status":"passed","time":{"start":1729032198814,"stop":1729032198814,"duration":0}},{"uid":"4a36f85f3fa6655","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4a36f85f3fa6655","status":"passed","time":{"start":1728901901760,"stop":1728901901760,"duration":0}},{"uid":"ae269fb2b83ab7d4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ae269fb2b83ab7d4","status":"passed","time":{"start":1728893337240,"stop":1728893337240,"duration":0}},{"uid":"8dc907cd2f2bb48f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8dc907cd2f2bb48f","status":"passed","time":{"start":1728856299187,"stop":1728856299187,"duration":0}},{"uid":"bf0abf66ee9cc895","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf0abf66ee9cc895","status":"passed","time":{"start":1728738505373,"stop":1728738505373,"duration":0}},{"uid":"be9a4e05730597e0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be9a4e05730597e0","status":"passed","time":{"start":1728683045446,"stop":1728683045446,"duration":0}},{"uid":"add4eb9f234d4132","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/add4eb9f234d4132","status":"passed","time":{"start":1728682607286,"stop":1728682607286,"duration":0}},{"uid":"71908369776a824b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/71908369776a824b","status":"passed","time":{"start":1728677103492,"stop":1728677103492,"duration":0}},{"uid":"f5bf9c6079eec3a0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5bf9c6079eec3a0","status":"passed","time":{"start":1728669777114,"stop":1728669777114,"duration":0}},{"uid":"c00a4acb09cf242d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c00a4acb09cf242d","status":"passed","time":{"start":1728598163464,"stop":1728598163464,"duration":0}},{"uid":"5ee226a99e018f1a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5ee226a99e018f1a","status":"passed","time":{"start":1728597375463,"stop":1728597375464,"duration":1}}]},"caca1daefc6c7348223e084c64a762a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdc783ff9b9b99e3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fdc783ff9b9b99e3","status":"passed","time":{"start":1728683045449,"stop":1728683045450,"duration":1}}]},"71a8341f17319b66f40d944ca8277884:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e97eadaa2ea55e5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e97eadaa2ea55e5","status":"passed","time":{"start":1728598250014,"stop":1728598250014,"duration":0}}]},"aca8b400e36e7f330e53ef7a42affd3b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35df625173a3d2be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/35df625173a3d2be","status":"passed","time":{"start":1728669777123,"stop":1728669777125,"duration":2}}]},"8edeea7d1365d31ba00bffb2f7abed43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e405261e1e334e93","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e405261e1e334e93","status":"passed","time":{"start":1729034656461,"stop":1729034656463,"duration":2}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5210eeee413c1fd9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5210eeee413c1fd9","status":"passed","time":{"start":1729034704499,"stop":1729034704499,"duration":0}},{"uid":"231b29d7dd8c9ca9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/231b29d7dd8c9ca9","status":"passed","time":{"start":1729034474992,"stop":1729034474993,"duration":1}},{"uid":"703db19e7dd28410","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/703db19e7dd28410","status":"passed","time":{"start":1729034395294,"stop":1729034395294,"duration":0}},{"uid":"abe1a48d099cd5c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/abe1a48d099cd5c2","status":"passed","time":{"start":1729034209104,"stop":1729034209105,"duration":1}},{"uid":"bb1a9f08486ffca0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb1a9f08486ffca0","status":"passed","time":{"start":1729032264573,"stop":1729032264573,"duration":0}},{"uid":"da4741a64749af07","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da4741a64749af07","status":"passed","time":{"start":1728902012864,"stop":1728902012865,"duration":1}},{"uid":"eb2b25c270ff5d96","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/eb2b25c270ff5d96","status":"passed","time":{"start":1728893454815,"stop":1728893454815,"duration":0}},{"uid":"bc3af29b92f59700","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bc3af29b92f59700","status":"passed","time":{"start":1728856408458,"stop":1728856408458,"duration":0}},{"uid":"757b4ec988547580","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/757b4ec988547580","status":"passed","time":{"start":1728738633858,"stop":1728738633859,"duration":1}},{"uid":"e9119f41e154fa1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e9119f41e154fa1","status":"passed","time":{"start":1728683159790,"stop":1728683159790,"duration":0}},{"uid":"59040239f23bc941","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59040239f23bc941","status":"passed","time":{"start":1728682751335,"stop":1728682751335,"duration":0}},{"uid":"e1aac65b8f34577","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e1aac65b8f34577","status":"passed","time":{"start":1728677216365,"stop":1728677216365,"duration":0}},{"uid":"30122b982b133a80","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/30122b982b133a80","status":"passed","time":{"start":1728669925457,"stop":1728669925457,"duration":0}},{"uid":"25c9e0744ce08d0b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/25c9e0744ce08d0b","status":"passed","time":{"start":1728598268811,"stop":1728598268812,"duration":1}},{"uid":"a60527dc22604685","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a60527dc22604685","status":"passed","time":{"start":1728597503934,"stop":1728597503935,"duration":1}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d6a257ab4aa72659","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d6a257ab4aa72659","status":"passed","time":{"start":1729034356474,"stop":1729034356474,"duration":0}},{"uid":"f67dd36b19a513ee","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f67dd36b19a513ee","status":"passed","time":{"start":1729034120500,"stop":1729034120500,"duration":0}},{"uid":"fc9f41930c02a26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fc9f41930c02a26","status":"passed","time":{"start":1729033858270,"stop":1729033858270,"duration":0}},{"uid":"8353b41d3ae56201","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8353b41d3ae56201","status":"passed","time":{"start":1729031908176,"stop":1729031908176,"duration":0}},{"uid":"3074bab1e3ec59c8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3074bab1e3ec59c8","status":"passed","time":{"start":1728901453933,"stop":1728901453933,"duration":0}},{"uid":"2453892ac8a8bb45","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2453892ac8a8bb45","status":"passed","time":{"start":1728892884409,"stop":1728892884409,"duration":0}},{"uid":"80fc4937eec8a256","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/80fc4937eec8a256","status":"passed","time":{"start":1728855846878,"stop":1728855846878,"duration":0}},{"uid":"8dbe114c85178dfe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8dbe114c85178dfe","status":"passed","time":{"start":1728738064182,"stop":1728738064182,"duration":0}},{"uid":"4f878c5111cbdba7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4f878c5111cbdba7","status":"passed","time":{"start":1728682597760,"stop":1728682597760,"duration":0}},{"uid":"40e8c8afa54d29e9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/40e8c8afa54d29e9","status":"passed","time":{"start":1728682170539,"stop":1728682170540,"duration":1}},{"uid":"fc4c20f60a779d6e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fc4c20f60a779d6e","status":"passed","time":{"start":1728676645199,"stop":1728676645199,"duration":0}},{"uid":"7726e10c00c2c566","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7726e10c00c2c566","status":"passed","time":{"start":1728669368194,"stop":1728669368194,"duration":0}},{"uid":"f5c8effbbb28cd24","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5c8effbbb28cd24","status":"passed","time":{"start":1728597709010,"stop":1728597709010,"duration":0}},{"uid":"2a5f53931f8a19ed","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2a5f53931f8a19ed","status":"passed","time":{"start":1728596928105,"stop":1728596928106,"duration":1}}]},"155c8e2476bd7a6b35f459d0d40748d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27e5631da0ebe6d8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/27e5631da0ebe6d8","status":"passed","time":{"start":1729034348213,"stop":1729034348214,"duration":1}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"48a5680f862134b9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/48a5680f862134b9","status":"passed","time":{"start":1729034640512,"stop":1729034640512,"duration":0}},{"uid":"e7f085af5cdfd58f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e7f085af5cdfd58f","status":"passed","time":{"start":1729034411419,"stop":1729034411420,"duration":1}},{"uid":"399695c8032bea2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/399695c8032bea2","status":"passed","time":{"start":1729034327395,"stop":1729034327396,"duration":1}},{"uid":"1158cb6250839e55","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1158cb6250839e55","status":"passed","time":{"start":1729034147767,"stop":1729034147768,"duration":1}},{"uid":"cce3ca26fd711c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cce3ca26fd711c0","status":"passed","time":{"start":1729032204825,"stop":1729032204825,"duration":0}},{"uid":"25f58aee1f60d512","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25f58aee1f60d512","status":"passed","time":{"start":1728901907652,"stop":1728901907652,"duration":0}},{"uid":"86d1e2cd25303a48","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/86d1e2cd25303a48","status":"passed","time":{"start":1728893341886,"stop":1728893341886,"duration":0}},{"uid":"43d263260ee97bb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/43d263260ee97bb","status":"passed","time":{"start":1728856299351,"stop":1728856299352,"duration":1}},{"uid":"488929d75afe6195","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/488929d75afe6195","status":"passed","time":{"start":1728738511612,"stop":1728738511612,"duration":0}},{"uid":"22d0b96edebf85a5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/22d0b96edebf85a5","status":"passed","time":{"start":1728683052908,"stop":1728683052908,"duration":0}},{"uid":"caeceedd38396ece","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/caeceedd38396ece","status":"passed","time":{"start":1728682612907,"stop":1728682612907,"duration":0}},{"uid":"b814e51abd924b0b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b814e51abd924b0b","status":"passed","time":{"start":1728677115743,"stop":1728677115743,"duration":0}},{"uid":"2bbb70d5188e1105","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2bbb70d5188e1105","status":"passed","time":{"start":1728669778171,"stop":1728669778171,"duration":0}},{"uid":"277e6c9232436091","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/277e6c9232436091","status":"passed","time":{"start":1728598175428,"stop":1728598175428,"duration":0}},{"uid":"d65be8541c8f3085","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d65be8541c8f3085","status":"passed","time":{"start":1728597380057,"stop":1728597380058,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a2687993981cf46a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a2687993981cf46a","status":"passed","time":{"start":1729034631263,"stop":1729034631263,"duration":0}},{"uid":"7eaad572ad8881ce","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7eaad572ad8881ce","status":"passed","time":{"start":1729034400899,"stop":1729034400902,"duration":3}},{"uid":"5e3b8ebdc99c8809","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5e3b8ebdc99c8809","status":"passed","time":{"start":1729034317497,"stop":1729034317498,"duration":1}},{"uid":"8c42e7f1fbe406b6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8c42e7f1fbe406b6","status":"passed","time":{"start":1729034137156,"stop":1729034137156,"duration":0}},{"uid":"d2a4c8d204e3b3d8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2a4c8d204e3b3d8","status":"passed","time":{"start":1729032206888,"stop":1729032206888,"duration":0}},{"uid":"ad530c79b18558e9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ad530c79b18558e9","status":"passed","time":{"start":1728901995035,"stop":1728901995035,"duration":0}},{"uid":"d24a270fde5d2a6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d24a270fde5d2a6f","status":"passed","time":{"start":1728893421009,"stop":1728893421009,"duration":0}},{"uid":"6c6ac825a3be21dd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c6ac825a3be21dd","status":"passed","time":{"start":1728856368610,"stop":1728856368610,"duration":0}},{"uid":"ff50a99925946101","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff50a99925946101","status":"passed","time":{"start":1728738604692,"stop":1728738604692,"duration":0}},{"uid":"d518a9e3c737c5b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d518a9e3c737c5b","status":"passed","time":{"start":1728683117675,"stop":1728683117675,"duration":0}},{"uid":"e498e414e661c360","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e498e414e661c360","status":"passed","time":{"start":1728682721326,"stop":1728682721327,"duration":1}},{"uid":"9f2f5809cb8be571","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f2f5809cb8be571","status":"passed","time":{"start":1728677184694,"stop":1728677184694,"duration":0}},{"uid":"515a8856772a9a6d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/515a8856772a9a6d","status":"passed","time":{"start":1728669866477,"stop":1728669866478,"duration":1}},{"uid":"a8884ae30a52e402","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8884ae30a52e402","status":"passed","time":{"start":1728598250013,"stop":1728598250013,"duration":0}},{"uid":"e3f72ec1adfb2a0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3f72ec1adfb2a0d","status":"passed","time":{"start":1728597472309,"stop":1728597472309,"duration":0}}]},"9883c773706930c03807abfd423ba308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e89f239d6a1e13e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5e89f239d6a1e13e","status":"passed","time":{"start":1729034317505,"stop":1729034317506,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"38be0563896f7a4b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/38be0563896f7a4b","status":"passed","time":{"start":1729034506785,"stop":1729034506785,"duration":0}},{"uid":"428ecd59b66dc828","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/428ecd59b66dc828","status":"passed","time":{"start":1729034259807,"stop":1729034259807,"duration":0}},{"uid":"b30c1b70d3a9f885","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b30c1b70d3a9f885","status":"passed","time":{"start":1729034194001,"stop":1729034194001,"duration":0}},{"uid":"79c169d9e1eb48aa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79c169d9e1eb48aa","status":"passed","time":{"start":1729034014827,"stop":1729034014832,"duration":5}},{"uid":"fdfe46dbcea96fe0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fdfe46dbcea96fe0","status":"passed","time":{"start":1729032065422,"stop":1729032065422,"duration":0}},{"uid":"c9b7adda659971b0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c9b7adda659971b0","status":"passed","time":{"start":1728901664233,"stop":1728901664234,"duration":1}},{"uid":"c4c4997ef5a9bfa2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c4c4997ef5a9bfa2","status":"passed","time":{"start":1728893093679,"stop":1728893093679,"duration":0}},{"uid":"c334e5eca2abba19","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c334e5eca2abba19","status":"passed","time":{"start":1728856055261,"stop":1728856055262,"duration":1}},{"uid":"3272340b8a5098ac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3272340b8a5098ac","status":"passed","time":{"start":1728738274738,"stop":1728738274738,"duration":0}},{"uid":"a69d567c1889bb45","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a69d567c1889bb45","status":"passed","time":{"start":1728682807946,"stop":1728682807947,"duration":1}},{"uid":"6503efece65f0158","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6503efece65f0158","status":"passed","time":{"start":1728682381278,"stop":1728682381279,"duration":1}},{"uid":"dd719a971f94bc69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd719a971f94bc69","status":"passed","time":{"start":1728676853891,"stop":1728676853892,"duration":1}},{"uid":"b9e43e383334a54a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b9e43e383334a54a","status":"passed","time":{"start":1728669581681,"stop":1728669581681,"duration":0}},{"uid":"96747f069a92a9a3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/96747f069a92a9a3","status":"passed","time":{"start":1728597923459,"stop":1728597923459,"duration":0}},{"uid":"83b70459cc1688ba","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/83b70459cc1688ba","status":"passed","time":{"start":1728597132257,"stop":1728597132257,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5cd6c592c309e041","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5cd6c592c309e041","status":"passed","time":{"start":1729034631266,"stop":1729034631266,"duration":0}},{"uid":"ec89c4676560a996","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ec89c4676560a996","status":"passed","time":{"start":1729034400905,"stop":1729034400905,"duration":0}},{"uid":"84818f54ead732b7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/84818f54ead732b7","status":"passed","time":{"start":1729034317507,"stop":1729034317508,"duration":1}},{"uid":"333f49d20480062f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/333f49d20480062f","status":"passed","time":{"start":1729034137159,"stop":1729034137159,"duration":0}},{"uid":"2c58c7656cf42026","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c58c7656cf42026","status":"passed","time":{"start":1729032206902,"stop":1729032206903,"duration":1}},{"uid":"d4c581f6c1aae748","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d4c581f6c1aae748","status":"passed","time":{"start":1728901995037,"stop":1728901995038,"duration":1}},{"uid":"f14de52260090695","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f14de52260090695","status":"passed","time":{"start":1728893421011,"stop":1728893421011,"duration":0}},{"uid":"64287b22fee3987","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64287b22fee3987","status":"passed","time":{"start":1728856368612,"stop":1728856368612,"duration":0}},{"uid":"37f44169f5571631","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37f44169f5571631","status":"passed","time":{"start":1728738604695,"stop":1728738604695,"duration":0}},{"uid":"9f6d53556c89ca27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9f6d53556c89ca27","status":"passed","time":{"start":1728683117701,"stop":1728683117702,"duration":1}},{"uid":"f596d15e633907c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f596d15e633907c","status":"passed","time":{"start":1728682721329,"stop":1728682721329,"duration":0}},{"uid":"b5f8d398d63a8e76","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b5f8d398d63a8e76","status":"passed","time":{"start":1728677184696,"stop":1728677184696,"duration":0}},{"uid":"5bde6ad7261e6265","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5bde6ad7261e6265","status":"passed","time":{"start":1728669866483,"stop":1728669866484,"duration":1}},{"uid":"14a2ec0b0bcfa8fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/14a2ec0b0bcfa8fb","status":"passed","time":{"start":1728598250015,"stop":1728598250016,"duration":1}},{"uid":"d76d889ce1d06065","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d76d889ce1d06065","status":"passed","time":{"start":1728597472311,"stop":1728597472312,"duration":1}}]},"6a82d192d566593bce0f5027b0b8f385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee73881621ccdaf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ee73881621ccdaf","status":"passed","time":{"start":1728669834434,"stop":1728669834438,"duration":4}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d57297ca9a427f10","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d57297ca9a427f10","status":"passed","time":{"start":1729034424273,"stop":1729034424273,"duration":0}},{"uid":"9d19be18497fe333","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9d19be18497fe333","status":"passed","time":{"start":1729034190705,"stop":1729034190705,"duration":0}},{"uid":"5f52dc3928bc74e6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5f52dc3928bc74e6","status":"passed","time":{"start":1729034108431,"stop":1729034108431,"duration":0}},{"uid":"9bec4bef67576a8a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9bec4bef67576a8a","status":"passed","time":{"start":1729033925381,"stop":1729033925382,"duration":1}},{"uid":"fa5cdac08b01f36f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fa5cdac08b01f36f","status":"passed","time":{"start":1729031975189,"stop":1729031975190,"duration":1}},{"uid":"fc503d6731703e2f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fc503d6731703e2f","status":"passed","time":{"start":1728901537876,"stop":1728901537877,"duration":1}},{"uid":"3fdede22666fdc30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3fdede22666fdc30","status":"passed","time":{"start":1728892972428,"stop":1728892972429,"duration":1}},{"uid":"de9d5c764c7d396e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/de9d5c764c7d396e","status":"passed","time":{"start":1728855933070,"stop":1728855933071,"duration":1}},{"uid":"da1a1b43cc04aa66","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da1a1b43cc04aa66","status":"passed","time":{"start":1728738149926,"stop":1728738149926,"duration":0}},{"uid":"99e11c619b8ad78c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99e11c619b8ad78c","status":"passed","time":{"start":1728682681970,"stop":1728682681970,"duration":0}},{"uid":"99f135887657bf72","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99f135887657bf72","status":"passed","time":{"start":1728682257768,"stop":1728682257769,"duration":1}},{"uid":"63f28a32de2b0aa4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/63f28a32de2b0aa4","status":"passed","time":{"start":1728676730787,"stop":1728676730787,"duration":0}},{"uid":"75acc265775146cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/75acc265775146cc","status":"passed","time":{"start":1728669456895,"stop":1728669456895,"duration":0}},{"uid":"f93507a415ab2025","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f93507a415ab2025","status":"passed","time":{"start":1728597795919,"stop":1728597795919,"duration":0}},{"uid":"a3baa8d04158f086","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3baa8d04158f086","status":"passed","time":{"start":1728597010201,"stop":1728597010201,"duration":0}}]},"1d9e9f4334e4508de504575c3e4a9d5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7671f9cd6edd2ed0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7671f9cd6edd2ed0","status":"passed","time":{"start":1728677082010,"stop":1728677082011,"duration":1}}]},"78eac82ba9d6f720a3dcbd48050c6d2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70e350c9e30d0f75","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70e350c9e30d0f75","status":"passed","time":{"start":1728598212612,"stop":1728598212612,"duration":0}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"726eed9214cf7abf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/726eed9214cf7abf","status":"passed","time":{"start":1729034704509,"stop":1729034704509,"duration":0}},{"uid":"f0afbe11cfd25162","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f0afbe11cfd25162","status":"passed","time":{"start":1729034475015,"stop":1729034475016,"duration":1}},{"uid":"ca3f7eb82ffd337e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ca3f7eb82ffd337e","status":"passed","time":{"start":1729034395303,"stop":1729034395303,"duration":0}},{"uid":"4ea1306217df5120","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4ea1306217df5120","status":"passed","time":{"start":1729034209128,"stop":1729034209130,"duration":2}},{"uid":"941e85fb5222b3c9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/941e85fb5222b3c9","status":"passed","time":{"start":1729032264601,"stop":1729032264601,"duration":0}},{"uid":"c800bb0731008899","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c800bb0731008899","status":"passed","time":{"start":1728902012892,"stop":1728902012892,"duration":0}},{"uid":"189e9f0d1e8260d1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/189e9f0d1e8260d1","status":"passed","time":{"start":1728893454825,"stop":1728893454826,"duration":1}},{"uid":"4548131aac9697d3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4548131aac9697d3","status":"passed","time":{"start":1728856408469,"stop":1728856408469,"duration":0}},{"uid":"78d58fb71afdabb3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78d58fb71afdabb3","status":"passed","time":{"start":1728738633875,"stop":1728738633876,"duration":1}},{"uid":"d48d2feb818ba64a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d48d2feb818ba64a","status":"passed","time":{"start":1728683159827,"stop":1728683159827,"duration":0}},{"uid":"ea2685413e3000e3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea2685413e3000e3","status":"passed","time":{"start":1728682751347,"stop":1728682751348,"duration":1}},{"uid":"8a61920af50a2363","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a61920af50a2363","status":"passed","time":{"start":1728677216379,"stop":1728677216379,"duration":0}},{"uid":"e006d74c650ed70f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e006d74c650ed70f","status":"passed","time":{"start":1728669925468,"stop":1728669925468,"duration":0}},{"uid":"2ff94957b8c224eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2ff94957b8c224eb","status":"passed","time":{"start":1728598268821,"stop":1728598268822,"duration":1}},{"uid":"f8163c636ec90b6a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f8163c636ec90b6a","status":"passed","time":{"start":1728597503954,"stop":1728597503956,"duration":2}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cffc236aebed1c0e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cffc236aebed1c0e","status":"passed","time":{"start":1729034398613,"stop":1729034398614,"duration":1}},{"uid":"c4c6f5dbf5ae8607","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c4c6f5dbf5ae8607","status":"passed","time":{"start":1729034162856,"stop":1729034162858,"duration":2}},{"uid":"cf14f77505c04bd9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cf14f77505c04bd9","status":"passed","time":{"start":1729034085838,"stop":1729034085838,"duration":0}},{"uid":"b7314284874f7689","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b7314284874f7689","status":"passed","time":{"start":1729033899735,"stop":1729033899736,"duration":1}},{"uid":"7fc4cfe194c914f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7fc4cfe194c914f1","status":"passed","time":{"start":1729031949622,"stop":1729031949623,"duration":1}},{"uid":"f07a7a20f4324892","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f07a7a20f4324892","status":"passed","time":{"start":1728901494757,"stop":1728901494757,"duration":0}},{"uid":"c9f462c0dc6b1015","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9f462c0dc6b1015","status":"passed","time":{"start":1728892929639,"stop":1728892929639,"duration":0}},{"uid":"7d18600bad91f391","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d18600bad91f391","status":"passed","time":{"start":1728855891579,"stop":1728855891580,"duration":1}},{"uid":"3023eaa23589f60d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3023eaa23589f60d","status":"passed","time":{"start":1728738106822,"stop":1728738106822,"duration":0}},{"uid":"1f47bed80a16656e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1f47bed80a16656e","status":"passed","time":{"start":1728682642602,"stop":1728682642602,"duration":0}},{"uid":"c7a3012362b3a43b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7a3012362b3a43b","status":"passed","time":{"start":1728682214522,"stop":1728682214523,"duration":1}},{"uid":"3d5c96970c26e9f5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3d5c96970c26e9f5","status":"passed","time":{"start":1728676690539,"stop":1728676690540,"duration":1}},{"uid":"742b0987642f7422","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/742b0987642f7422","status":"passed","time":{"start":1728669414115,"stop":1728669414115,"duration":0}},{"uid":"56af2a6fee2d46e4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/56af2a6fee2d46e4","status":"passed","time":{"start":1728597753371,"stop":1728597753371,"duration":0}},{"uid":"653427f311b5bf4d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/653427f311b5bf4d","status":"passed","time":{"start":1728596970976,"stop":1728596970977,"duration":1}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"39e2fec861e2d580","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/39e2fec861e2d580","status":"passed","time":{"start":1729034728790,"stop":1729034728790,"duration":0}},{"uid":"ab53deab1d8f195f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ab53deab1d8f195f","status":"passed","time":{"start":1729034400846,"stop":1729034400846,"duration":0}},{"uid":"8dae1b81bc9b6224","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8dae1b81bc9b6224","status":"passed","time":{"start":1728902045392,"stop":1728902045393,"duration":1}},{"uid":"bad9bf93962e8cfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bad9bf93962e8cfd","status":"passed","time":{"start":1728893481313,"stop":1728893481313,"duration":0}},{"uid":"6e2507d6e535815c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6e2507d6e535815c","status":"passed","time":{"start":1728856434369,"stop":1728856434369,"duration":0}},{"uid":"65677b31018ac723","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/65677b31018ac723","status":"passed","time":{"start":1728738656937,"stop":1728738656937,"duration":0}},{"uid":"bbcdc9b77e7f3dd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bbcdc9b77e7f3dd","status":"passed","time":{"start":1728683172726,"stop":1728683172726,"duration":0}},{"uid":"b9820d29dd3fba70","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b9820d29dd3fba70","status":"passed","time":{"start":1728682747613,"stop":1728682747613,"duration":0}},{"uid":"395a9b7310693818","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/395a9b7310693818","status":"passed","time":{"start":1728677247281,"stop":1728677247281,"duration":0}},{"uid":"c319a9302181aa23","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c319a9302181aa23","status":"passed","time":{"start":1728669917948,"stop":1728669917948,"duration":0}},{"uid":"e1421f0e26a51967","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e1421f0e26a51967","status":"passed","time":{"start":1728598290718,"stop":1728598290719,"duration":1}},{"uid":"b9f44a6d07065476","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b9f44a6d07065476","status":"passed","time":{"start":1728597515859,"stop":1728597515859,"duration":0}}]},"f022a19b56e0ddf4f85cb4259ef5f8a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9b7b6edafa70c782","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9b7b6edafa70c782","status":"passed","time":{"start":1729034373010,"stop":1729034373011,"duration":1}},{"uid":"7356cfc7192cf299","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7356cfc7192cf299","status":"passed","time":{"start":1729034137114,"stop":1729034137115,"duration":1}},{"uid":"6d4b4070fe0504d7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6d4b4070fe0504d7","status":"passed","time":{"start":1729034060045,"stop":1729034060046,"duration":1}},{"uid":"2acf1f11fc4b7f0f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2acf1f11fc4b7f0f","status":"passed","time":{"start":1729033875028,"stop":1729033875028,"duration":0}},{"uid":"acb4baa3f71fc631","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/acb4baa3f71fc631","status":"passed","time":{"start":1729031924909,"stop":1729031924909,"duration":0}},{"uid":"e92f03dcda9c1f45","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e92f03dcda9c1f45","status":"passed","time":{"start":1728901469135,"stop":1728901469136,"duration":1}},{"uid":"ec178763f6e985c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ec178763f6e985c8","status":"passed","time":{"start":1728892899801,"stop":1728892899801,"duration":0}},{"uid":"d3fb8ddac37490c7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d3fb8ddac37490c7","status":"passed","time":{"start":1728855863297,"stop":1728855863297,"duration":0}},{"uid":"534fd3dd15df97be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/534fd3dd15df97be","status":"passed","time":{"start":1728738080957,"stop":1728738080957,"duration":0}},{"uid":"eef094c2bef48ca8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eef094c2bef48ca8","status":"passed","time":{"start":1728682614316,"stop":1728682614317,"duration":1}},{"uid":"de1c9455f9d8f3b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/de1c9455f9d8f3b8","status":"passed","time":{"start":1728682187221,"stop":1728682187221,"duration":0}},{"uid":"569ba464da8d6612","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/569ba464da8d6612","status":"passed","time":{"start":1728676661422,"stop":1728676661422,"duration":0}},{"uid":"dd69bdab76e834aa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd69bdab76e834aa","status":"passed","time":{"start":1728669384754,"stop":1728669384754,"duration":0}},{"uid":"42753b76f8cd8d3b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/42753b76f8cd8d3b","status":"passed","time":{"start":1728597724211,"stop":1728597724212,"duration":1}},{"uid":"861c48eba33b54f4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/861c48eba33b54f4","status":"passed","time":{"start":1728596943265,"stop":1728596943265,"duration":0}}]},"b37e1d5d01db244b24161706217ca490:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6caae589231ad06e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6caae589231ad06e","status":"passed","time":{"start":1728738492794,"stop":1728738492794,"duration":0}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"27c358b0afc19187","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27c358b0afc19187","status":"passed","time":{"start":1729034356136,"stop":1729034356137,"duration":1}},{"uid":"2aadefb427bfd2f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2aadefb427bfd2f5","status":"passed","time":{"start":1729034120214,"stop":1729034120215,"duration":1}},{"uid":"fce10f340d97254f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fce10f340d97254f","status":"passed","time":{"start":1729034043143,"stop":1729034043143,"duration":0}},{"uid":"7f520f5cd8cf847c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7f520f5cd8cf847c","status":"passed","time":{"start":1729033857765,"stop":1729033857766,"duration":1}},{"uid":"513060e956c7138b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/513060e956c7138b","status":"passed","time":{"start":1729031907985,"stop":1729031907985,"duration":0}},{"uid":"b8414e2af482896c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8414e2af482896c","status":"passed","time":{"start":1728901453411,"stop":1728901453411,"duration":0}},{"uid":"a7997ebd1bea297c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a7997ebd1bea297c","status":"passed","time":{"start":1728892883978,"stop":1728892883979,"duration":1}},{"uid":"2b2aafa5552bf379","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b2aafa5552bf379","status":"passed","time":{"start":1728855846185,"stop":1728855846185,"duration":0}},{"uid":"a2798ed671597158","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a2798ed671597158","status":"passed","time":{"start":1728738063648,"stop":1728738063648,"duration":0}},{"uid":"42b78183b50aec40","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42b78183b50aec40","status":"passed","time":{"start":1728682597529,"stop":1728682597530,"duration":1}},{"uid":"966f817790d309a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/966f817790d309a","status":"passed","time":{"start":1728682170202,"stop":1728682170202,"duration":0}},{"uid":"29f8954fafeebb15","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/29f8954fafeebb15","status":"passed","time":{"start":1728676644980,"stop":1728676644981,"duration":1}},{"uid":"62fbbe451fcd4045","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/62fbbe451fcd4045","status":"passed","time":{"start":1728669367853,"stop":1728669367854,"duration":1}},{"uid":"e0925f8e7ed0fbd5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e0925f8e7ed0fbd5","status":"passed","time":{"start":1728597708660,"stop":1728597708660,"duration":0}},{"uid":"86f456d01b190264","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86f456d01b190264","status":"passed","time":{"start":1728596927478,"stop":1728596927478,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8f0a4e678403b571","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8f0a4e678403b571","status":"passed","time":{"start":1729034631254,"stop":1729034631254,"duration":0}},{"uid":"a03ba54d9f51d376","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a03ba54d9f51d376","status":"passed","time":{"start":1729034400891,"stop":1729034400891,"duration":0}},{"uid":"685d3f5843507474","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/685d3f5843507474","status":"passed","time":{"start":1729034317453,"stop":1729034317454,"duration":1}},{"uid":"e6d3bbf982c5b393","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e6d3bbf982c5b393","status":"passed","time":{"start":1729034137142,"stop":1729034137143,"duration":1}},{"uid":"6f0ad40d2251982c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6f0ad40d2251982c","status":"passed","time":{"start":1729032206877,"stop":1729032206877,"duration":0}},{"uid":"dda7f671cff60995","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dda7f671cff60995","status":"passed","time":{"start":1728901995022,"stop":1728901995023,"duration":1}},{"uid":"409fd07dac4064d4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/409fd07dac4064d4","status":"passed","time":{"start":1728893420996,"stop":1728893420997,"duration":1}},{"uid":"866130bc8ddc5c6f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/866130bc8ddc5c6f","status":"passed","time":{"start":1728856368597,"stop":1728856368598,"duration":1}},{"uid":"ff525fd1f5559c21","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff525fd1f5559c21","status":"passed","time":{"start":1728738604682,"stop":1728738604682,"duration":0}},{"uid":"14f01dd14135c945","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/14f01dd14135c945","status":"passed","time":{"start":1728683117630,"stop":1728683117631,"duration":1}},{"uid":"5e669b22a7a7501b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5e669b22a7a7501b","status":"passed","time":{"start":1728682721319,"stop":1728682721319,"duration":0}},{"uid":"5b91ae95e63ad2d4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5b91ae95e63ad2d4","status":"passed","time":{"start":1728677184684,"stop":1728677184685,"duration":1}},{"uid":"57448419310046d0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/57448419310046d0","status":"passed","time":{"start":1728669866451,"stop":1728669866451,"duration":0}},{"uid":"2e64af283b7c8d7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e64af283b7c8d7","status":"passed","time":{"start":1728598249988,"stop":1728598249989,"duration":1}},{"uid":"415b8d7fc46180a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/415b8d7fc46180a7","status":"passed","time":{"start":1728597472293,"stop":1728597472293,"duration":0}}]},"75a56dace2a2eca9b249e89fceead8de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"895acee08c0082d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/895acee08c0082d2","status":"passed","time":{"start":1728901950550,"stop":1728901950551,"duration":1}}]},"3fd43012ec38de1464877ebf869f7288:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"36f9c419a3b49b7e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/36f9c419a3b49b7e","status":"passed","time":{"start":1728669841249,"stop":1728669841249,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"69929a6f829837c4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69929a6f829837c4","status":"passed","time":{"start":1729034536109,"stop":1729034536109,"duration":0}},{"uid":"423ab93985ed92f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/423ab93985ed92f5","status":"passed","time":{"start":1729034296714,"stop":1729034296715,"duration":1}},{"uid":"599c361fe6a717c8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/599c361fe6a717c8","status":"passed","time":{"start":1729034220610,"stop":1729034220610,"duration":0}},{"uid":"3546bc2cef3d201","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3546bc2cef3d201","status":"passed","time":{"start":1729034041499,"stop":1729034041500,"duration":1}},{"uid":"4361610ff4c60fef","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4361610ff4c60fef","status":"passed","time":{"start":1728901705414,"stop":1728901705415,"duration":1}},{"uid":"a8b67b7470ea0a5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a8b67b7470ea0a5a","status":"passed","time":{"start":1728893141781,"stop":1728893141782,"duration":1}},{"uid":"8adaee850dd5fae5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8adaee850dd5fae5","status":"passed","time":{"start":1728856087087,"stop":1728856087087,"duration":0}},{"uid":"d067dd70d6039e94","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d067dd70d6039e94","status":"passed","time":{"start":1728738321454,"stop":1728738321455,"duration":1}},{"uid":"de879c519abf4d7e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de879c519abf4d7e","status":"passed","time":{"start":1728682845680,"stop":1728682845681,"duration":1}},{"uid":"717ffeb921bf098f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/717ffeb921bf098f","status":"passed","time":{"start":1728682424315,"stop":1728682424316,"duration":1}},{"uid":"955bb3c2d1250766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/955bb3c2d1250766","status":"passed","time":{"start":1728676900544,"stop":1728676900545,"duration":1}},{"uid":"d8969f0c2eacf879","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8969f0c2eacf879","status":"passed","time":{"start":1728669625805,"stop":1728669625805,"duration":0}},{"uid":"65552d163638bf75","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/65552d163638bf75","status":"passed","time":{"start":1728597957176,"stop":1728597957176,"duration":0}},{"uid":"4a30388d58d71b9f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4a30388d58d71b9f","status":"passed","time":{"start":1728597182623,"stop":1728597182623,"duration":0}}]},"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f7c9e92daf000863","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7c9e92daf000863","status":"passed","time":{"start":1729034332641,"stop":1729034332641,"duration":0}},{"uid":"338bd61eaaa022cb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/338bd61eaaa022cb","status":"passed","time":{"start":1729034096140,"stop":1729034096140,"duration":0}},{"uid":"5d86c61b90c31807","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5d86c61b90c31807","status":"passed","time":{"start":1729034020096,"stop":1729034020096,"duration":0}},{"uid":"1b53ed22dd056a25","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1b53ed22dd056a25","status":"passed","time":{"start":1729033834393,"stop":1729033834393,"duration":0}},{"uid":"56ea1ec92590be2c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/56ea1ec92590be2c","status":"passed","time":{"start":1729031884126,"stop":1729031884127,"duration":1}},{"uid":"66a218d66cb886cc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66a218d66cb886cc","status":"passed","time":{"start":1728901430260,"stop":1728901430260,"duration":0}},{"uid":"463f1eac5baaf99c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/463f1eac5baaf99c","status":"passed","time":{"start":1728892860538,"stop":1728892860539,"duration":1}},{"uid":"64234cf9207a309c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64234cf9207a309c","status":"passed","time":{"start":1728855823328,"stop":1728855823328,"duration":0}},{"uid":"5104b302c6dd6e45","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5104b302c6dd6e45","status":"passed","time":{"start":1728738040609,"stop":1728738040609,"duration":0}},{"uid":"76dba47770a4c1fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/76dba47770a4c1fd","status":"passed","time":{"start":1728682574100,"stop":1728682574100,"duration":0}},{"uid":"296fb4405aa6804f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/296fb4405aa6804f","status":"passed","time":{"start":1728682146824,"stop":1728682146824,"duration":0}},{"uid":"298ab9fc5f57e334","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/298ab9fc5f57e334","status":"passed","time":{"start":1728676621438,"stop":1728676621439,"duration":1}},{"uid":"e285662eb7623703","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e285662eb7623703","status":"passed","time":{"start":1728669344473,"stop":1728669344473,"duration":0}},{"uid":"8e469e39255dfc03","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8e469e39255dfc03","status":"passed","time":{"start":1728597685168,"stop":1728597685169,"duration":1}},{"uid":"13ed6c68704f97b5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/13ed6c68704f97b5","status":"passed","time":{"start":1728596904477,"stop":1728596904477,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4d7c93dcd94e0f44","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4d7c93dcd94e0f44","status":"passed","time":{"start":1729034611653,"stop":1729034611654,"duration":1}},{"uid":"71eaaf42c156402","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/71eaaf42c156402","status":"passed","time":{"start":1729034393628,"stop":1729034393628,"duration":0}},{"uid":"ff6578df8d504638","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ff6578df8d504638","status":"passed","time":{"start":1729034304813,"stop":1729034304819,"duration":6}},{"uid":"45fb9f7fd57ac818","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45fb9f7fd57ac818","status":"passed","time":{"start":1729034121891,"stop":1729034121892,"duration":1}},{"uid":"aa9779e08e389163","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aa9779e08e389163","status":"passed","time":{"start":1729032174798,"stop":1729032174798,"duration":0}},{"uid":"61488854c4dc5712","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/61488854c4dc5712","status":"passed","time":{"start":1728901881004,"stop":1728901881005,"duration":1}},{"uid":"4a5aa0003bafa5e0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a5aa0003bafa5e0","status":"passed","time":{"start":1728893317143,"stop":1728893317151,"duration":8}},{"uid":"39bac3e787d72ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39bac3e787d72ab","status":"passed","time":{"start":1728856263066,"stop":1728856263066,"duration":0}},{"uid":"46ec88a96b3d92f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/46ec88a96b3d92f5","status":"passed","time":{"start":1728738492789,"stop":1728738492790,"duration":1}},{"uid":"dc7599f99885a111","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc7599f99885a111","status":"passed","time":{"start":1728683030009,"stop":1728683030009,"duration":0}},{"uid":"b03c85e99d05a6a9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b03c85e99d05a6a9","status":"passed","time":{"start":1728682581083,"stop":1728682581083,"duration":0}},{"uid":"ad966b93f7f20b47","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ad966b93f7f20b47","status":"passed","time":{"start":1728677081984,"stop":1728677081985,"duration":1}},{"uid":"a99d10ee48fc8554","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a99d10ee48fc8554","status":"passed","time":{"start":1728669795385,"stop":1728669795387,"duration":2}},{"uid":"355d664a6f04564c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/355d664a6f04564c","status":"passed","time":{"start":1728598137495,"stop":1728598137496,"duration":1}},{"uid":"bdc4fe1697bbd8f2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bdc4fe1697bbd8f2","status":"passed","time":{"start":1728597353473,"stop":1728597353473,"duration":0}}]},"1b8a96f33e46af330bc2a2e05af4b269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe5b2daacade46fb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fe5b2daacade46fb","status":"passed","time":{"start":1729034636315,"stop":1729034636315,"duration":0}}]},"b6ff7a1ad6e73be80bce00b0a46aaaef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b73d88ac0437f78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b73d88ac0437f78","status":"passed","time":{"start":1728682721327,"stop":1728682721327,"duration":0}}]},"8f1a39a07732c46816982bcb20ea64ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f93a9b54b36bd5f7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f93a9b54b36bd5f7","status":"passed","time":{"start":1729034656465,"stop":1729034656465,"duration":0}}]},"ebd4996f58fc5df8233ae4cde47f9515:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e643857ea0a6d89f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e643857ea0a6d89f","status":"passed","time":{"start":1728682652694,"stop":1728682652694,"duration":0}}]},"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a89b4ee9a26a4ec4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a89b4ee9a26a4ec4","status":"passed","time":{"start":1729034332630,"stop":1729034332631,"duration":1}},{"uid":"d81e0111d5bd99f3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d81e0111d5bd99f3","status":"passed","time":{"start":1729034096132,"stop":1729034096132,"duration":0}},{"uid":"56c0ae389bc4bf84","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/56c0ae389bc4bf84","status":"passed","time":{"start":1729034020090,"stop":1729034020090,"duration":0}},{"uid":"5fb97c360f4ca8a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5fb97c360f4ca8a","status":"passed","time":{"start":1729033834385,"stop":1729033834385,"duration":0}},{"uid":"35ac5080b16306d5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/35ac5080b16306d5","status":"passed","time":{"start":1729031884117,"stop":1729031884117,"duration":0}},{"uid":"7f73af903b608ec2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f73af903b608ec2","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"8c73b0acc59ac397","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c73b0acc59ac397","status":"passed","time":{"start":1728892860531,"stop":1728892860531,"duration":0}},{"uid":"23439e645b54321a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/23439e645b54321a","status":"passed","time":{"start":1728855823321,"stop":1728855823322,"duration":1}},{"uid":"67f6a68edd693cf4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67f6a68edd693cf4","status":"passed","time":{"start":1728738040600,"stop":1728738040601,"duration":1}},{"uid":"3f89837f409f96f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f89837f409f96f4","status":"passed","time":{"start":1728682574092,"stop":1728682574092,"duration":0}},{"uid":"88fc38ebe239aad1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/88fc38ebe239aad1","status":"passed","time":{"start":1728682146816,"stop":1728682146817,"duration":1}},{"uid":"303d47ef2019279e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/303d47ef2019279e","status":"passed","time":{"start":1728676621431,"stop":1728676621431,"duration":0}},{"uid":"eddf8774296a1f33","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eddf8774296a1f33","status":"passed","time":{"start":1728669344466,"stop":1728669344467,"duration":1}},{"uid":"90a2f0cc6bf7a709","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90a2f0cc6bf7a709","status":"passed","time":{"start":1728597685160,"stop":1728597685160,"duration":0}},{"uid":"748a977668a45b6d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/748a977668a45b6d","status":"passed","time":{"start":1728596904467,"stop":1728596904467,"duration":0}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"257791978f2f4e4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/257791978f2f4e4","status":"passed","time":{"start":1729034704489,"stop":1729034704489,"duration":0}},{"uid":"12cfa73c007e5262","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12cfa73c007e5262","status":"passed","time":{"start":1729034474974,"stop":1729034474975,"duration":1}},{"uid":"d8a89ea529171c61","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d8a89ea529171c61","status":"passed","time":{"start":1729034395285,"stop":1729034395285,"duration":0}},{"uid":"2c2cf4e5ffde61e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2c2cf4e5ffde61e2","status":"passed","time":{"start":1729034209087,"stop":1729034209087,"duration":0}},{"uid":"31919dd6373e9b3b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/31919dd6373e9b3b","status":"passed","time":{"start":1729032264556,"stop":1729032264557,"duration":1}},{"uid":"1e75ad7c681ec68a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e75ad7c681ec68a","status":"passed","time":{"start":1728902012831,"stop":1728902012831,"duration":0}},{"uid":"3a9bad20822a4264","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3a9bad20822a4264","status":"passed","time":{"start":1728893454804,"stop":1728893454805,"duration":1}},{"uid":"ff13e1382c6caf70","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ff13e1382c6caf70","status":"passed","time":{"start":1728856408446,"stop":1728856408447,"duration":1}},{"uid":"59172f3a8ea9af1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/59172f3a8ea9af1c","status":"passed","time":{"start":1728738633849,"stop":1728738633849,"duration":0}},{"uid":"bfa35cad137623cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bfa35cad137623cc","status":"passed","time":{"start":1728683159724,"stop":1728683159728,"duration":4}},{"uid":"9a36808c2df09579","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9a36808c2df09579","status":"passed","time":{"start":1728682751322,"stop":1728682751323,"duration":1}},{"uid":"7eabe857f33f14a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7eabe857f33f14a1","status":"passed","time":{"start":1728677216349,"stop":1728677216349,"duration":0}},{"uid":"e694f75284f7d167","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e694f75284f7d167","status":"passed","time":{"start":1728669925447,"stop":1728669925447,"duration":0}},{"uid":"2fa00958f9ed2bf0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2fa00958f9ed2bf0","status":"passed","time":{"start":1728598268793,"stop":1728598268794,"duration":1}},{"uid":"a1181597691deeb6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a1181597691deeb6","status":"passed","time":{"start":1728597503895,"stop":1728597503897,"duration":2}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ec08faf26fc2e35b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ec08faf26fc2e35b","status":"passed","time":{"start":1729034341404,"stop":1729034341404,"duration":0}},{"uid":"ad1b3467c0be526e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ad1b3467c0be526e","status":"passed","time":{"start":1729034104913,"stop":1729034104913,"duration":0}},{"uid":"757646f526258283","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/757646f526258283","status":"passed","time":{"start":1729034028514,"stop":1729034028514,"duration":0}},{"uid":"d521239005ea1479","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d521239005ea1479","status":"passed","time":{"start":1729033843119,"stop":1729033843119,"duration":0}},{"uid":"6a20ade101f332b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6a20ade101f332b","status":"passed","time":{"start":1729031892681,"stop":1729031892681,"duration":0}},{"uid":"a3255db54b472795","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3255db54b472795","status":"passed","time":{"start":1728901438812,"stop":1728901438812,"duration":0}},{"uid":"dea8c00ddf854e83","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dea8c00ddf854e83","status":"passed","time":{"start":1728892869005,"stop":1728892869005,"duration":0}},{"uid":"e70acb640a9f0e18","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e70acb640a9f0e18","status":"passed","time":{"start":1728855831896,"stop":1728855831896,"duration":0}},{"uid":"67f9825de0323f65","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67f9825de0323f65","status":"passed","time":{"start":1728738049040,"stop":1728738049044,"duration":4}},{"uid":"3f695113c52596a3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f695113c52596a3","status":"passed","time":{"start":1728682582624,"stop":1728682582624,"duration":0}},{"uid":"eee275b432cef96a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eee275b432cef96a","status":"passed","time":{"start":1728682155412,"stop":1728682155412,"duration":0}},{"uid":"67dc864ca496a3f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/67dc864ca496a3f2","status":"passed","time":{"start":1728676629974,"stop":1728676629978,"duration":4}},{"uid":"25b94391846b5ed4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25b94391846b5ed4","status":"passed","time":{"start":1728669353105,"stop":1728669353105,"duration":0}},{"uid":"4914d78244c0e41b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4914d78244c0e41b","status":"passed","time":{"start":1728597693851,"stop":1728597693851,"duration":0}},{"uid":"48a4369a56996cda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/48a4369a56996cda","status":"passed","time":{"start":1728596913095,"stop":1728596913095,"duration":0}}]},"26c98c7bb42ccad0e01ada3947ed45c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a05164109cc852","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a05164109cc852","status":"passed","time":{"start":1728893421009,"stop":1728893421010,"duration":1}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"593823e34cb8014e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/593823e34cb8014e","status":"passed","time":{"start":1729034704491,"stop":1729034704491,"duration":0}},{"uid":"9bfd56d9bcf96c2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9bfd56d9bcf96c2","status":"passed","time":{"start":1729034474979,"stop":1729034474979,"duration":0}},{"uid":"f90aeb545cb13589","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f90aeb545cb13589","status":"passed","time":{"start":1729034395287,"stop":1729034395287,"duration":0}},{"uid":"28df5307083bf705","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/28df5307083bf705","status":"passed","time":{"start":1729034209089,"stop":1729034209089,"duration":0}},{"uid":"c51a07de84a6ee5a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c51a07de84a6ee5a","status":"passed","time":{"start":1729032264559,"stop":1729032264559,"duration":0}},{"uid":"7b54945f480210f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7b54945f480210f7","status":"passed","time":{"start":1728902012833,"stop":1728902012833,"duration":0}},{"uid":"b635e24d8e4eb481","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b635e24d8e4eb481","status":"passed","time":{"start":1728893454807,"stop":1728893454807,"duration":0}},{"uid":"134dd86625004f8c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/134dd86625004f8c","status":"passed","time":{"start":1728856408448,"stop":1728856408448,"duration":0}},{"uid":"9444fbd99a80d67a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9444fbd99a80d67a","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"faaeae4c5d21ab03","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/faaeae4c5d21ab03","status":"passed","time":{"start":1728683159736,"stop":1728683159746,"duration":10}},{"uid":"4ba3b37bd2b26938","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4ba3b37bd2b26938","status":"passed","time":{"start":1728682751324,"stop":1728682751325,"duration":1}},{"uid":"d93008c11d5abf17","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d93008c11d5abf17","status":"passed","time":{"start":1728677216351,"stop":1728677216351,"duration":0}},{"uid":"57e404bc5e9bee8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/57e404bc5e9bee8","status":"passed","time":{"start":1728669925449,"stop":1728669925449,"duration":0}},{"uid":"17d15dfb67caba25","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/17d15dfb67caba25","status":"passed","time":{"start":1728598268797,"stop":1728598268797,"duration":0}},{"uid":"b450fb920abbec73","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b450fb920abbec73","status":"passed","time":{"start":1728597503901,"stop":1728597503908,"duration":7}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c4e6c39fa36ecf9e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4e6c39fa36ecf9e","status":"passed","time":{"start":1729034640512,"stop":1729034640512,"duration":0}},{"uid":"622c5b5fba609040","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/622c5b5fba609040","status":"passed","time":{"start":1729034411420,"stop":1729034411420,"duration":0}},{"uid":"4f576f68e9b039ca","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4f576f68e9b039ca","status":"passed","time":{"start":1729034327396,"stop":1729034327396,"duration":0}},{"uid":"699f2b77c633ed67","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/699f2b77c633ed67","status":"passed","time":{"start":1729034147768,"stop":1729034147768,"duration":0}},{"uid":"d924d7384ca97f53","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d924d7384ca97f53","status":"passed","time":{"start":1729032204825,"stop":1729032204825,"duration":0}},{"uid":"cbcd84025924688c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cbcd84025924688c","status":"passed","time":{"start":1728901907653,"stop":1728901907653,"duration":0}},{"uid":"454292fa687b88b5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/454292fa687b88b5","status":"passed","time":{"start":1728893341886,"stop":1728893341886,"duration":0}},{"uid":"2ad110a536d5c0c6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ad110a536d5c0c6","status":"passed","time":{"start":1728856299352,"stop":1728856299352,"duration":0}},{"uid":"5e20f8d979487995","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5e20f8d979487995","status":"passed","time":{"start":1728738511613,"stop":1728738511614,"duration":1}},{"uid":"5756916031810d08","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5756916031810d08","status":"passed","time":{"start":1728683052908,"stop":1728683052908,"duration":0}},{"uid":"1455b01e8bfa44ed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1455b01e8bfa44ed","status":"passed","time":{"start":1728682612907,"stop":1728682612908,"duration":1}},{"uid":"80d5d37d23db19ed","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/80d5d37d23db19ed","status":"passed","time":{"start":1728677115743,"stop":1728677115743,"duration":0}},{"uid":"2156e129a786fd78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2156e129a786fd78","status":"passed","time":{"start":1728669778171,"stop":1728669778172,"duration":1}},{"uid":"cce3a54af579e25e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cce3a54af579e25e","status":"passed","time":{"start":1728598175429,"stop":1728598175429,"duration":0}},{"uid":"8e0901a1e673b1f3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e0901a1e673b1f3","status":"passed","time":{"start":1728597380058,"stop":1728597380058,"duration":0}}]},"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8ecc766d19ec6402","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8ecc766d19ec6402","status":"passed","time":{"start":1729034332649,"stop":1729034332649,"duration":0}},{"uid":"de675e30ba745559","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/de675e30ba745559","status":"passed","time":{"start":1729034096145,"stop":1729034096145,"duration":0}},{"uid":"534052f853607491","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/534052f853607491","status":"passed","time":{"start":1729034020101,"stop":1729034020102,"duration":1}},{"uid":"c2755c5603d4bd99","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2755c5603d4bd99","status":"passed","time":{"start":1729033834399,"stop":1729033834399,"duration":0}},{"uid":"678eaeee648e85ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/678eaeee648e85ef","status":"passed","time":{"start":1729031884132,"stop":1729031884132,"duration":0}},{"uid":"f242004f410ab751","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f242004f410ab751","status":"passed","time":{"start":1728901430265,"stop":1728901430265,"duration":0}},{"uid":"973135747579f92d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/973135747579f92d","status":"passed","time":{"start":1728892860544,"stop":1728892860544,"duration":0}},{"uid":"249bb969fbad7a77","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/249bb969fbad7a77","status":"passed","time":{"start":1728855823333,"stop":1728855823333,"duration":0}},{"uid":"918099c04c99c475","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/918099c04c99c475","status":"passed","time":{"start":1728738040614,"stop":1728738040614,"duration":0}},{"uid":"b1e9058ffaecece4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1e9058ffaecece4","status":"passed","time":{"start":1728682574106,"stop":1728682574107,"duration":1}},{"uid":"2e4d2c709c32ed7c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2e4d2c709c32ed7c","status":"passed","time":{"start":1728682146829,"stop":1728682146830,"duration":1}},{"uid":"c02ec1ac404d6317","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c02ec1ac404d6317","status":"passed","time":{"start":1728676621444,"stop":1728676621444,"duration":0}},{"uid":"b0144e2cbb3a5c14","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0144e2cbb3a5c14","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"b75276c4f908a8f6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b75276c4f908a8f6","status":"passed","time":{"start":1728597685174,"stop":1728597685174,"duration":0}},{"uid":"47123b35e65a3e7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47123b35e65a3e7e","status":"passed","time":{"start":1728596904484,"stop":1728596904484,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f801bee3935823f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f801bee3935823f9","status":"passed","time":{"start":1729034392568,"stop":1729034392568,"duration":0}},{"uid":"3390894a3b9ffc59","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3390894a3b9ffc59","status":"passed","time":{"start":1729034155169,"stop":1729034155170,"duration":1}},{"uid":"3f556c888bf9d9c0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3f556c888bf9d9c0","status":"passed","time":{"start":1729034079229,"stop":1729034079229,"duration":0}},{"uid":"5ccc902154703708","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ccc902154703708","status":"passed","time":{"start":1729033892948,"stop":1729033892951,"duration":3}},{"uid":"715064ad0bfc1f73","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/715064ad0bfc1f73","status":"passed","time":{"start":1729031943346,"stop":1729031943347,"duration":1}},{"uid":"b1a14d2a9a4684d1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b1a14d2a9a4684d1","status":"passed","time":{"start":1728901487509,"stop":1728901487513,"duration":4}},{"uid":"3b485e03baf234bd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b485e03baf234bd","status":"passed","time":{"start":1728892920383,"stop":1728892920384,"duration":1}},{"uid":"77d76ec4253a2eaf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77d76ec4253a2eaf","status":"passed","time":{"start":1728855881495,"stop":1728855881495,"duration":0}},{"uid":"c6961baadb6af10c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c6961baadb6af10c","status":"passed","time":{"start":1728738098726,"stop":1728738098727,"duration":1}},{"uid":"cab9b3a3c9c028f8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cab9b3a3c9c028f8","status":"passed","time":{"start":1728682632217,"stop":1728682632218,"duration":1}},{"uid":"28cb74db442989b0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/28cb74db442989b0","status":"passed","time":{"start":1728682205208,"stop":1728682205208,"duration":0}},{"uid":"351d6d3b606b3914","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/351d6d3b606b3914","status":"passed","time":{"start":1728676680974,"stop":1728676680974,"duration":0}},{"uid":"99db3ecc8faaadd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/99db3ecc8faaadd","status":"passed","time":{"start":1728669404736,"stop":1728669404737,"duration":1}},{"uid":"55034fc5ec062e2c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55034fc5ec062e2c","status":"passed","time":{"start":1728597743842,"stop":1728597743843,"duration":1}},{"uid":"2bde0978eda86690","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2bde0978eda86690","status":"passed","time":{"start":1728596961179,"stop":1728596961181,"duration":2}}]},"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ecf630c5d9747c14","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ecf630c5d9747c14","status":"passed","time":{"start":1729034332623,"stop":1729034332623,"duration":0}},{"uid":"c05572d65feb3e0e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c05572d65feb3e0e","status":"passed","time":{"start":1729034096124,"stop":1729034096124,"duration":0}},{"uid":"327c74efd53bd1ce","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/327c74efd53bd1ce","status":"passed","time":{"start":1729034020084,"stop":1729034020084,"duration":0}},{"uid":"999739aaa6391318","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/999739aaa6391318","status":"passed","time":{"start":1729033834375,"stop":1729033834376,"duration":1}},{"uid":"f600b3e32720be3a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f600b3e32720be3a","status":"passed","time":{"start":1729031884106,"stop":1729031884106,"duration":0}},{"uid":"158a681de55967da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/158a681de55967da","status":"passed","time":{"start":1728901430248,"stop":1728901430248,"duration":0}},{"uid":"4dc5aec4d909b758","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4dc5aec4d909b758","status":"passed","time":{"start":1728892860524,"stop":1728892860524,"duration":0}},{"uid":"3e5ea0f9109dd3ea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3e5ea0f9109dd3ea","status":"passed","time":{"start":1728855823314,"stop":1728855823314,"duration":0}},{"uid":"47f541c27b052a5f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/47f541c27b052a5f","status":"passed","time":{"start":1728738040583,"stop":1728738040583,"duration":0}},{"uid":"7650c5aa73521d8c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7650c5aa73521d8c","status":"passed","time":{"start":1728682574081,"stop":1728682574081,"duration":0}},{"uid":"b75007e6cae626fe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b75007e6cae626fe","status":"passed","time":{"start":1728682146808,"stop":1728682146808,"duration":0}},{"uid":"beb0142aa0a4c417","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/beb0142aa0a4c417","status":"passed","time":{"start":1728676621422,"stop":1728676621423,"duration":1}},{"uid":"a180d5d73e257be4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a180d5d73e257be4","status":"passed","time":{"start":1728669344459,"stop":1728669344460,"duration":1}},{"uid":"bdf7100b18ad9dee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bdf7100b18ad9dee","status":"passed","time":{"start":1728597685152,"stop":1728597685153,"duration":1}},{"uid":"ebc6eae9a5192e25","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ebc6eae9a5192e25","status":"passed","time":{"start":1728596904459,"stop":1728596904459,"duration":0}}]},"cb40aa29055ce3953718155e21fe0217:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bba37e0551dcc4fa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bba37e0551dcc4fa","status":"passed","time":{"start":1729034348213,"stop":1729034348213,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b917fa439c86377d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b917fa439c86377d","status":"passed","time":{"start":1729034696862,"stop":1729034696863,"duration":1}},{"uid":"bc3c33f216ab978b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bc3c33f216ab978b","status":"passed","time":{"start":1729034470059,"stop":1729034470059,"duration":0}},{"uid":"ab4157863e9d2bf5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ab4157863e9d2bf5","status":"passed","time":{"start":1729034388866,"stop":1729034388866,"duration":0}},{"uid":"5f8a0a9adb153093","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f8a0a9adb153093","status":"passed","time":{"start":1729034213016,"stop":1729034213016,"duration":0}},{"uid":"aab70e1ca35db9b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aab70e1ca35db9b4","status":"passed","time":{"start":1729032269099,"stop":1729032269100,"duration":1}},{"uid":"1fd0eaa2b68b3507","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1fd0eaa2b68b3507","status":"passed","time":{"start":1728902000839,"stop":1728902000840,"duration":1}},{"uid":"a5eae32ccc7e46b1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a5eae32ccc7e46b1","status":"passed","time":{"start":1728893442590,"stop":1728893442590,"duration":0}},{"uid":"c0ab76acdd6a9c96","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c0ab76acdd6a9c96","status":"passed","time":{"start":1728856386633,"stop":1728856386634,"duration":1}},{"uid":"7f27154513ff8a1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7f27154513ff8a1c","status":"passed","time":{"start":1728738608579,"stop":1728738608580,"duration":1}},{"uid":"f70c070517065884","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f70c070517065884","status":"passed","time":{"start":1728683148166,"stop":1728683148167,"duration":1}},{"uid":"abc2f2e75bc98ab3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/abc2f2e75bc98ab3","status":"passed","time":{"start":1728682709054,"stop":1728682709055,"duration":1}},{"uid":"8bdcec41b6211c83","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8bdcec41b6211c83","status":"passed","time":{"start":1728677206652,"stop":1728677206653,"duration":1}},{"uid":"bb7be12a116ab7de","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb7be12a116ab7de","status":"passed","time":{"start":1728669888546,"stop":1728669888546,"duration":0}},{"uid":"8e52e430d03820a9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8e52e430d03820a9","status":"passed","time":{"start":1728598268127,"stop":1728598268128,"duration":1}},{"uid":"98f86a667a7197d0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/98f86a667a7197d0","status":"passed","time":{"start":1728597478030,"stop":1728597478030,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"98099ff6b3eb3165","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/98099ff6b3eb3165","status":"passed","time":{"start":1729034696864,"stop":1729034696864,"duration":0}},{"uid":"cfd19e9517d237bb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cfd19e9517d237bb","status":"passed","time":{"start":1729034470061,"stop":1729034470061,"duration":0}},{"uid":"511aaecb9687b340","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/511aaecb9687b340","status":"passed","time":{"start":1729034388868,"stop":1729034388868,"duration":0}},{"uid":"4f3784fd83ddd98f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f3784fd83ddd98f","status":"passed","time":{"start":1729034213018,"stop":1729034213018,"duration":0}},{"uid":"86fdac47711af002","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/86fdac47711af002","status":"passed","time":{"start":1729032269101,"stop":1729032269102,"duration":1}},{"uid":"e70a08db66085ac1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e70a08db66085ac1","status":"passed","time":{"start":1728902000841,"stop":1728902000841,"duration":0}},{"uid":"1513ffce0851ce20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1513ffce0851ce20","status":"passed","time":{"start":1728893442593,"stop":1728893442594,"duration":1}},{"uid":"557c06a6c6949d04","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/557c06a6c6949d04","status":"passed","time":{"start":1728856386638,"stop":1728856386638,"duration":0}},{"uid":"9bc4d1c9f6edca89","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9bc4d1c9f6edca89","status":"passed","time":{"start":1728738608584,"stop":1728738608586,"duration":2}},{"uid":"e0d3a104c142f2ce","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e0d3a104c142f2ce","status":"passed","time":{"start":1728683148168,"stop":1728683148169,"duration":1}},{"uid":"cafb16fc7e0d017b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cafb16fc7e0d017b","status":"passed","time":{"start":1728682709056,"stop":1728682709056,"duration":0}},{"uid":"ed668fd03eaa29e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ed668fd03eaa29e4","status":"passed","time":{"start":1728677206655,"stop":1728677206655,"duration":0}},{"uid":"8ccf534b308c6883","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8ccf534b308c6883","status":"passed","time":{"start":1728669888549,"stop":1728669888549,"duration":0}},{"uid":"fb9c73760ac932e2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fb9c73760ac932e2","status":"passed","time":{"start":1728598268130,"stop":1728598268130,"duration":0}},{"uid":"1f41c50f35b2fc08","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1f41c50f35b2fc08","status":"passed","time":{"start":1728597478032,"stop":1728597478032,"duration":0}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e79abdc7a4fb9f87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e79abdc7a4fb9f87","status":"passed","time":{"start":1729034536776,"stop":1729034536776,"duration":0}},{"uid":"77ea4e2f8669d0c5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/77ea4e2f8669d0c5","status":"passed","time":{"start":1729034307029,"stop":1729034307030,"duration":1}},{"uid":"75da4cd510475b40","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/75da4cd510475b40","status":"passed","time":{"start":1729034223304,"stop":1729034223305,"duration":1}},{"uid":"b94fa7351d01e5bd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b94fa7351d01e5bd","status":"passed","time":{"start":1729034034974,"stop":1729034034976,"duration":2}},{"uid":"2103df805e7cc3f9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2103df805e7cc3f9","status":"passed","time":{"start":1729032066280,"stop":1729032066280,"duration":0}},{"uid":"e14a7666b8f20e47","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e14a7666b8f20e47","status":"passed","time":{"start":1728901706616,"stop":1728901706617,"duration":1}},{"uid":"74fff30bc2b74fb9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/74fff30bc2b74fb9","status":"passed","time":{"start":1728893153420,"stop":1728893153420,"duration":0}},{"uid":"28ec5ce09fc978fd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/28ec5ce09fc978fd","status":"passed","time":{"start":1728856108124,"stop":1728856108125,"duration":1}},{"uid":"c0c895c21c0e7462","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0c895c21c0e7462","status":"passed","time":{"start":1728738316667,"stop":1728738316667,"duration":0}},{"uid":"8d2ee6966746b0d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8d2ee6966746b0d1","status":"passed","time":{"start":1728682865311,"stop":1728682865312,"duration":1}},{"uid":"c7052661c3f674b0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7052661c3f674b0","status":"passed","time":{"start":1728682446993,"stop":1728682446994,"duration":1}},{"uid":"571e73b7549feef9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/571e73b7549feef9","status":"passed","time":{"start":1728676924470,"stop":1728676924477,"duration":7}},{"uid":"10538e09084c483f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/10538e09084c483f","status":"passed","time":{"start":1728669626255,"stop":1728669626256,"duration":1}},{"uid":"32292c4d24292fd1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/32292c4d24292fd1","status":"passed","time":{"start":1728597973670,"stop":1728597973671,"duration":1}},{"uid":"646a5165411ba791","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/646a5165411ba791","status":"passed","time":{"start":1728597188032,"stop":1728597188033,"duration":1}}]},"3f4b1b54181527c87c904d3dcf30162b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e6bfca7d3e68f5dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e6bfca7d3e68f5dd","status":"passed","time":{"start":1729034668591,"stop":1729034668595,"duration":4}}]},"114ac7e2947475aafeac81a018d71cfc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4cfa97b0c1e6c5f4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4cfa97b0c1e6c5f4","status":"passed","time":{"start":1728738555093,"stop":1728738555093,"duration":0}}]},"49b431dae18963e28b45f37d852968da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9dc6aca5f262f1df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9dc6aca5f262f1df","status":"passed","time":{"start":1728682666064,"stop":1728682666065,"duration":1}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"255369d931d00ef5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/255369d931d00ef5","status":"passed","time":{"start":1729034781179,"stop":1729034781180,"duration":1}},{"uid":"b97f6e3c47057456","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b97f6e3c47057456","status":"passed","time":{"start":1729034549088,"stop":1729034549088,"duration":0}},{"uid":"a88feb2b991503f3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a88feb2b991503f3","status":"passed","time":{"start":1729034468677,"stop":1729034468677,"duration":0}},{"uid":"726027845faefbe4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/726027845faefbe4","status":"passed","time":{"start":1729032344621,"stop":1729032344622,"duration":1}},{"uid":"e180950aeaf69d1a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e180950aeaf69d1a","status":"passed","time":{"start":1728902062111,"stop":1728902062112,"duration":1}},{"uid":"2c973b65fb052f0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2c973b65fb052f0","status":"passed","time":{"start":1728893496346,"stop":1728893496346,"duration":0}},{"uid":"893fee2dc7ed720f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/893fee2dc7ed720f","status":"passed","time":{"start":1728856449982,"stop":1728856449983,"duration":1}},{"uid":"1fd635c2ff7f432c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1fd635c2ff7f432c","status":"passed","time":{"start":1728738669752,"stop":1728738669752,"duration":0}},{"uid":"e6588bcd7ebf59cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6588bcd7ebf59cc","status":"passed","time":{"start":1728683209697,"stop":1728683209697,"duration":0}},{"uid":"b73a0c421fb69501","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b73a0c421fb69501","status":"passed","time":{"start":1728682772283,"stop":1728682772284,"duration":1}},{"uid":"74a98395c4d90761","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/74a98395c4d90761","status":"passed","time":{"start":1728677264667,"stop":1728677264668,"duration":1}},{"uid":"679f842c64c973f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/679f842c64c973f0","status":"passed","time":{"start":1728669943368,"stop":1728669943368,"duration":0}},{"uid":"bd723564174adb23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bd723564174adb23","status":"passed","time":{"start":1728598324827,"stop":1728598324828,"duration":1}},{"uid":"f7e3195720585b24","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f7e3195720585b24","status":"passed","time":{"start":1728597540222,"stop":1728597540223,"duration":1}}]},"7547ee347697dac4fc4334aa3c133fcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"545dfea3799d0ce9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/545dfea3799d0ce9","status":"passed","time":{"start":1728669841253,"stop":1728669841254,"duration":1}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"918df4e67481cbf3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/918df4e67481cbf3","status":"passed","time":{"start":1729034696867,"stop":1729034696867,"duration":0}},{"uid":"bd7f5ed9abed90fa","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bd7f5ed9abed90fa","status":"passed","time":{"start":1729034470063,"stop":1729034470063,"duration":0}},{"uid":"6f6d6bf479682387","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6f6d6bf479682387","status":"passed","time":{"start":1729034388870,"stop":1729034388870,"duration":0}},{"uid":"58b52190440868ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58b52190440868ef","status":"passed","time":{"start":1729034213020,"stop":1729034213021,"duration":1}},{"uid":"4ae5288f0c0a354","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4ae5288f0c0a354","status":"passed","time":{"start":1729032269103,"stop":1729032269103,"duration":0}},{"uid":"12d649674e6cab54","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12d649674e6cab54","status":"passed","time":{"start":1728902000843,"stop":1728902000843,"duration":0}},{"uid":"61b5cfcd9c3dadcd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61b5cfcd9c3dadcd","status":"passed","time":{"start":1728893442598,"stop":1728893442598,"duration":0}},{"uid":"882c99655d674762","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/882c99655d674762","status":"passed","time":{"start":1728856386643,"stop":1728856386644,"duration":1}},{"uid":"ada2e1d7d7157050","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ada2e1d7d7157050","status":"passed","time":{"start":1728738608587,"stop":1728738608588,"duration":1}},{"uid":"39ca02b3520d865b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39ca02b3520d865b","status":"passed","time":{"start":1728683148173,"stop":1728683148174,"duration":1}},{"uid":"7ad39423ea345982","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ad39423ea345982","status":"passed","time":{"start":1728682709057,"stop":1728682709058,"duration":1}},{"uid":"ea0216323d07ccb3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ea0216323d07ccb3","status":"passed","time":{"start":1728677206657,"stop":1728677206657,"duration":0}},{"uid":"9f5630edd62b8ba5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9f5630edd62b8ba5","status":"passed","time":{"start":1728669888551,"stop":1728669888551,"duration":0}},{"uid":"3459329cac0759e0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3459329cac0759e0","status":"passed","time":{"start":1728598268132,"stop":1728598268132,"duration":0}},{"uid":"66c76e8a28c7f9d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/66c76e8a28c7f9d1","status":"passed","time":{"start":1728597478034,"stop":1728597478034,"duration":0}}]},"af3c87a0f4c247297abd2a2386ea65ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90bf807fd7de2ec0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/90bf807fd7de2ec0","status":"passed","time":{"start":1729034428555,"stop":1729034428555,"duration":0}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3e2658d9b5c14ddd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3e2658d9b5c14ddd","status":"passed","time":{"start":1729034536101,"stop":1729034536101,"duration":0}},{"uid":"c7bf545c87f8ef66","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c7bf545c87f8ef66","status":"passed","time":{"start":1729034296707,"stop":1729034296707,"duration":0}},{"uid":"9e4a9f179ff67b10","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9e4a9f179ff67b10","status":"passed","time":{"start":1729034220605,"stop":1729034220605,"duration":0}},{"uid":"5cba75bc7a0e9cf4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5cba75bc7a0e9cf4","status":"passed","time":{"start":1729034041488,"stop":1729034041489,"duration":1}},{"uid":"591b698d2a9ff4b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/591b698d2a9ff4b7","status":"passed","time":{"start":1728901705403,"stop":1728901705404,"duration":1}},{"uid":"7d36905b53dacbf1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7d36905b53dacbf1","status":"passed","time":{"start":1728893141777,"stop":1728893141777,"duration":0}},{"uid":"49676a7a31328874","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/49676a7a31328874","status":"passed","time":{"start":1728856087084,"stop":1728856087084,"duration":0}},{"uid":"6a3fb79121c98434","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6a3fb79121c98434","status":"passed","time":{"start":1728738321436,"stop":1728738321437,"duration":1}},{"uid":"4bab882adad158db","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bab882adad158db","status":"passed","time":{"start":1728682845675,"stop":1728682845675,"duration":0}},{"uid":"8648425b0b2f7e9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8648425b0b2f7e9","status":"passed","time":{"start":1728682424311,"stop":1728682424311,"duration":0}},{"uid":"1c5b3efd39bb21f8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1c5b3efd39bb21f8","status":"passed","time":{"start":1728676900540,"stop":1728676900540,"duration":0}},{"uid":"cc7d803beda5341d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc7d803beda5341d","status":"passed","time":{"start":1728669625800,"stop":1728669625801,"duration":1}},{"uid":"254f87de337c08db","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/254f87de337c08db","status":"passed","time":{"start":1728597957167,"stop":1728597957168,"duration":1}},{"uid":"40b608bcc63244c8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/40b608bcc63244c8","status":"passed","time":{"start":1728597182619,"stop":1728597182619,"duration":0}}]},"1d0d3fe7a0c010b293a625be6292f6c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f172c09a0ac5e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f172c09a0ac5e2","status":"passed","time":{"start":1728856333679,"stop":1728856333679,"duration":0}}]},"9347db5bafcdc109da8961b1af927ac6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bbae9ffe709c6f7f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bbae9ffe709c6f7f","status":"passed","time":{"start":1729034357704,"stop":1729034357704,"duration":0}}]},"082911d1a5eaaaaaa1641706f89df30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b86ce2168c241f02","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b86ce2168c241f02","status":"passed","time":{"start":1729032174804,"stop":1729032174807,"duration":3}}]},"e81fc8074166e97b8aeb55b1a1b9fa85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e0537b36ece4d49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1e0537b36ece4d49","status":"passed","time":{"start":1728738567471,"stop":1728738567471,"duration":0}}]},"5eb345c22e904cf497d34750aeae1512:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":9,"unknown":0,"total":11},"items":[{"uid":"a0ea93bf80e31b35","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a0ea93bf80e31b35","status":"passed","time":{"start":1729034372891,"stop":1729034372892,"duration":1}},{"uid":"789aa512e8656993","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/789aa512e8656993","status":"passed","time":{"start":1729034137281,"stop":1729034137281,"duration":0}},{"uid":"a00746f914a7a044","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a00746f914a7a044","status":"passed","time":{"start":1729034060002,"stop":1729034060003,"duration":1}},{"uid":"e9d3e037adbf9849","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9d3e037adbf9849","status":"passed","time":{"start":1729033875011,"stop":1729033875011,"duration":0}},{"uid":"5871959c67207709","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5871959c67207709","status":"passed","time":{"start":1729031924808,"stop":1729031924808,"duration":0}},{"uid":"28a2cd5cbe50d9d2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/28a2cd5cbe50d9d2","status":"passed","time":{"start":1728855863301,"stop":1728855863301,"duration":0}},{"uid":"9897843fd8da1d6b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9897843fd8da1d6b","status":"passed","time":{"start":1728738080964,"stop":1728738080964,"duration":0}},{"uid":"ed38b4dc389026e5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed38b4dc389026e5","status":"passed","time":{"start":1728682614255,"stop":1728682614255,"duration":0}},{"uid":"fb2a4edbb47702b0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fb2a4edbb47702b0","status":"passed","time":{"start":1728682187100,"stop":1728682187100,"duration":0}},{"uid":"472a23ffb42c4b40","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/472a23ffb42c4b40","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660884,"stop":1728676660884,"duration":0}},{"uid":"65db4a7abaeef7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/65db4a7abaeef7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384119,"stop":1728669384119,"duration":0}}]},"d08f51bbadc1fc10492e7ddd7b611498:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bfb55bd9f9b856c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bfb55bd9f9b856c7","status":"passed","time":{"start":1728598137498,"stop":1728598137498,"duration":0}}]},"c5ce867e88b2483989b4de15e7367f91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12c7309b85848802","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/12c7309b85848802","status":"passed","time":{"start":1728856333678,"stop":1728856333678,"duration":0}}]},"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cd97ca9593624837","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cd97ca9593624837","status":"passed","time":{"start":1729034332636,"stop":1729034332636,"duration":0}},{"uid":"815f1d2f3aab6e6f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/815f1d2f3aab6e6f","status":"passed","time":{"start":1729034096136,"stop":1729034096136,"duration":0}},{"uid":"1dccbf2bf0c3115e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1dccbf2bf0c3115e","status":"passed","time":{"start":1729034020093,"stop":1729034020093,"duration":0}},{"uid":"c97493c8f189f6f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c97493c8f189f6f6","status":"passed","time":{"start":1729033834389,"stop":1729033834389,"duration":0}},{"uid":"10f8c0ecb58a125e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/10f8c0ecb58a125e","status":"passed","time":{"start":1729031884123,"stop":1729031884123,"duration":0}},{"uid":"c7f31a3c74de9ed","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c7f31a3c74de9ed","status":"passed","time":{"start":1728901430256,"stop":1728901430257,"duration":1}},{"uid":"55d59c45c5d17f44","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/55d59c45c5d17f44","status":"passed","time":{"start":1728892860535,"stop":1728892860535,"duration":0}},{"uid":"9b54e77582334e66","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9b54e77582334e66","status":"passed","time":{"start":1728855823324,"stop":1728855823325,"duration":1}},{"uid":"57dd7b816fabf288","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/57dd7b816fabf288","status":"passed","time":{"start":1728738040605,"stop":1728738040605,"duration":0}},{"uid":"f4095395826acf27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4095395826acf27","status":"passed","time":{"start":1728682574095,"stop":1728682574096,"duration":1}},{"uid":"357ecea0f12fb6df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/357ecea0f12fb6df","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"605754f06e7a54c9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/605754f06e7a54c9","status":"passed","time":{"start":1728676621435,"stop":1728676621435,"duration":0}},{"uid":"dc7c07c6af270e0c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc7c07c6af270e0c","status":"passed","time":{"start":1728669344470,"stop":1728669344470,"duration":0}},{"uid":"2b8fd77af3092ebe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2b8fd77af3092ebe","status":"passed","time":{"start":1728597685164,"stop":1728597685164,"duration":0}},{"uid":"30d3b736a9254f37","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/30d3b736a9254f37","status":"passed","time":{"start":1728596904471,"stop":1728596904472,"duration":1}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4f120f723141b0c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f120f723141b0c","status":"passed","time":{"start":1729034360433,"stop":1729034360433,"duration":0}},{"uid":"70fd2e338fef8691","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/70fd2e338fef8691","status":"passed","time":{"start":1729034124359,"stop":1729034124360,"duration":1}},{"uid":"47a843412295ffc9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47a843412295ffc9","status":"passed","time":{"start":1729034047481,"stop":1729034047482,"duration":1}},{"uid":"902cd01a33b75d49","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/902cd01a33b75d49","status":"passed","time":{"start":1729033862326,"stop":1729033862326,"duration":0}},{"uid":"e8cacddd415c5013","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8cacddd415c5013","status":"passed","time":{"start":1729031912067,"stop":1729031912067,"duration":0}},{"uid":"217879ce94fbcbac","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/217879ce94fbcbac","status":"passed","time":{"start":1728901457813,"stop":1728901457814,"duration":1}},{"uid":"5ff38fec7e9a3daa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5ff38fec7e9a3daa","status":"passed","time":{"start":1728892888297,"stop":1728892888298,"duration":1}},{"uid":"f2c4aa5751c5c5d4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f2c4aa5751c5c5d4","status":"passed","time":{"start":1728855850785,"stop":1728855850785,"duration":0}},{"uid":"9bcb76ecdf79894c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9bcb76ecdf79894c","status":"passed","time":{"start":1728738068160,"stop":1728738068160,"duration":0}},{"uid":"3b5cc890222699e8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3b5cc890222699e8","status":"passed","time":{"start":1728682601670,"stop":1728682601671,"duration":1}},{"uid":"3329a23ce5cfaff8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3329a23ce5cfaff8","status":"passed","time":{"start":1728682174562,"stop":1728682174562,"duration":0}},{"uid":"e3e0fb5c78b0796f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e3e0fb5c78b0796f","status":"passed","time":{"start":1728676648928,"stop":1728676648928,"duration":0}},{"uid":"59ebeb20002695","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/59ebeb20002695","status":"passed","time":{"start":1728669372207,"stop":1728669372207,"duration":0}},{"uid":"fe1e4445ef067ba2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fe1e4445ef067ba2","status":"passed","time":{"start":1728597712757,"stop":1728597712757,"duration":0}},{"uid":"e44aba678407364","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e44aba678407364","status":"passed","time":{"start":1728596931863,"stop":1728596931864,"duration":1}}]},"9239d6669d2802ecb3e6c32edfd8d769:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"301e4571daebf953","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/301e4571daebf953","status":"passed","time":{"start":1728598212613,"stop":1728598212613,"duration":0}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8a2bbf7b9c6e9951","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a2bbf7b9c6e9951","status":"passed","time":{"start":1729034506798,"stop":1729034506798,"duration":0}},{"uid":"f9f5d0dd0831d5d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f9f5d0dd0831d5d4","status":"passed","time":{"start":1729034259821,"stop":1729034259821,"duration":0}},{"uid":"79bf9b8f9436b2d0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/79bf9b8f9436b2d0","status":"passed","time":{"start":1729034194025,"stop":1729034194027,"duration":2}},{"uid":"cece4c5c88086652","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cece4c5c88086652","status":"passed","time":{"start":1729034014877,"stop":1729034014878,"duration":1}},{"uid":"3b86b5c8ce38ee41","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3b86b5c8ce38ee41","status":"passed","time":{"start":1729032065456,"stop":1729032065458,"duration":2}},{"uid":"8fb3992c28e228ca","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8fb3992c28e228ca","status":"passed","time":{"start":1728901664270,"stop":1728901664270,"duration":0}},{"uid":"46d58566a23b45ba","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/46d58566a23b45ba","status":"passed","time":{"start":1728893093692,"stop":1728893093693,"duration":1}},{"uid":"d49548fe77216131","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d49548fe77216131","status":"passed","time":{"start":1728856055274,"stop":1728856055274,"duration":0}},{"uid":"46d0279b8c0fb597","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/46d0279b8c0fb597","status":"passed","time":{"start":1728738274745,"stop":1728738274746,"duration":1}},{"uid":"6f8db5592a2f28f9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6f8db5592a2f28f9","status":"passed","time":{"start":1728682807960,"stop":1728682807961,"duration":1}},{"uid":"c11906f66453e6cc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c11906f66453e6cc","status":"passed","time":{"start":1728682381286,"stop":1728682381287,"duration":1}},{"uid":"4c1ab9d7a260f260","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4c1ab9d7a260f260","status":"passed","time":{"start":1728676853902,"stop":1728676853902,"duration":0}},{"uid":"533973a26a90bb48","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/533973a26a90bb48","status":"passed","time":{"start":1728669581698,"stop":1728669581698,"duration":0}},{"uid":"862708f8e49e2cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/862708f8e49e2cd","status":"passed","time":{"start":1728597923491,"stop":1728597923492,"duration":1}},{"uid":"85925e3f2c0d6687","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/85925e3f2c0d6687","status":"passed","time":{"start":1728597132265,"stop":1728597132265,"duration":0}}]},"ab2cf7ff8fa33a16e823730f95cd1aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4cbb7bd2faf77fc1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4cbb7bd2faf77fc1","status":"passed","time":{"start":1728598157578,"stop":1728598157579,"duration":1}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2f557f872e4146ff","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2f557f872e4146ff","status":"passed","time":{"start":1729034356474,"stop":1729034356474,"duration":0}},{"uid":"8a48b48f33f95cd2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a48b48f33f95cd2","status":"passed","time":{"start":1729034120499,"stop":1729034120500,"duration":1}},{"uid":"88b2a676a5b133cf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/88b2a676a5b133cf","status":"passed","time":{"start":1729033858269,"stop":1729033858270,"duration":1}},{"uid":"d2f64dd84170279c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2f64dd84170279c","status":"passed","time":{"start":1729031908176,"stop":1729031908176,"duration":0}},{"uid":"c3e2ee988067dd18","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c3e2ee988067dd18","status":"passed","time":{"start":1728901453932,"stop":1728901453933,"duration":1}},{"uid":"f572e906dc71fc46","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f572e906dc71fc46","status":"passed","time":{"start":1728892884409,"stop":1728892884409,"duration":0}},{"uid":"c50a56aa51cd0020","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c50a56aa51cd0020","status":"passed","time":{"start":1728855846878,"stop":1728855846878,"duration":0}},{"uid":"6cda2177bacd3e7a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6cda2177bacd3e7a","status":"passed","time":{"start":1728738064181,"stop":1728738064182,"duration":1}},{"uid":"f88df16afcbac6a4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f88df16afcbac6a4","status":"passed","time":{"start":1728682597759,"stop":1728682597760,"duration":1}},{"uid":"64beccff3ea22387","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/64beccff3ea22387","status":"passed","time":{"start":1728682170539,"stop":1728682170539,"duration":0}},{"uid":"2bf5c771cbabd29d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2bf5c771cbabd29d","status":"passed","time":{"start":1728676645199,"stop":1728676645199,"duration":0}},{"uid":"f387da686d7754f1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f387da686d7754f1","status":"passed","time":{"start":1728669368194,"stop":1728669368194,"duration":0}},{"uid":"2e3e1b18881357cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e3e1b18881357cd","status":"passed","time":{"start":1728597709009,"stop":1728597709010,"duration":1}},{"uid":"5ec0c4a55ae5cd35","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5ec0c4a55ae5cd35","status":"passed","time":{"start":1728596928105,"stop":1728596928105,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ceded16c69868aa0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ceded16c69868aa0","status":"passed","time":{"start":1729034447617,"stop":1729034447617,"duration":0}},{"uid":"e6c98fdf438f40dc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e6c98fdf438f40dc","status":"passed","time":{"start":1729034206086,"stop":1729034206087,"duration":1}},{"uid":"8ff674308dd6459b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8ff674308dd6459b","status":"passed","time":{"start":1729034134193,"stop":1729034134194,"duration":1}},{"uid":"9d6afc05dba28b17","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9d6afc05dba28b17","status":"passed","time":{"start":1729033942603,"stop":1729033942603,"duration":0}},{"uid":"723da48e47dfbfdc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/723da48e47dfbfdc","status":"passed","time":{"start":1729031989714,"stop":1729031989715,"duration":1}},{"uid":"36255f1623c9b4e7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/36255f1623c9b4e7","status":"passed","time":{"start":1728901562042,"stop":1728901562044,"duration":2}},{"uid":"21369dac4de7cf10","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/21369dac4de7cf10","status":"passed","time":{"start":1728893001481,"stop":1728893001481,"duration":0}},{"uid":"13a755ed2eacf40f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/13a755ed2eacf40f","status":"passed","time":{"start":1728855968867,"stop":1728855968868,"duration":1}},{"uid":"a65f1a8478d6ded4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a65f1a8478d6ded4","status":"passed","time":{"start":1728738172966,"stop":1728738172967,"duration":1}},{"uid":"ddf15b936b05207d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ddf15b936b05207d","status":"passed","time":{"start":1728682706939,"stop":1728682706940,"duration":1}},{"uid":"e204e3aefcb9c122","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e204e3aefcb9c122","status":"passed","time":{"start":1728682296860,"stop":1728682296860,"duration":0}},{"uid":"1951db2f3271b3f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1951db2f3271b3f0","status":"passed","time":{"start":1728676761471,"stop":1728676761471,"duration":0}},{"uid":"97264df437f9cf2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97264df437f9cf2","status":"passed","time":{"start":1728669479026,"stop":1728669479027,"duration":1}},{"uid":"4ee57d15c259279b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ee57d15c259279b","status":"passed","time":{"start":1728597820126,"stop":1728597820127,"duration":1}},{"uid":"98959a1f524bf0c5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/98959a1f524bf0c5","status":"passed","time":{"start":1728597034501,"stop":1728597034501,"duration":0}}]},"95bdc17caee13965e3fba1753ffc5359:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"685f27ede537d18f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/685f27ede537d18f","status":"passed","time":{"start":1729034373009,"stop":1729034373010,"duration":1}},{"uid":"600651f5f28c203c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/600651f5f28c203c","status":"passed","time":{"start":1729034137112,"stop":1729034137113,"duration":1}},{"uid":"ed819a54cb95d4d0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed819a54cb95d4d0","status":"passed","time":{"start":1729034060045,"stop":1729034060045,"duration":0}},{"uid":"b88b2a4471e858ee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b88b2a4471e858ee","status":"passed","time":{"start":1729033875027,"stop":1729033875027,"duration":0}},{"uid":"c1f97f9bd3a0b946","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c1f97f9bd3a0b946","status":"passed","time":{"start":1729031924908,"stop":1729031924908,"duration":0}},{"uid":"19d75bb67a47c2f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/19d75bb67a47c2f5","status":"passed","time":{"start":1728901469135,"stop":1728901469135,"duration":0}},{"uid":"2365996d05598b29","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2365996d05598b29","status":"passed","time":{"start":1728892899800,"stop":1728892899800,"duration":0}},{"uid":"cbec5584e28df4d7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cbec5584e28df4d7","status":"passed","time":{"start":1728855863296,"stop":1728855863296,"duration":0}},{"uid":"1226c90b85cfe135","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1226c90b85cfe135","status":"passed","time":{"start":1728738080956,"stop":1728738080956,"duration":0}},{"uid":"a4663587ae79faf8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a4663587ae79faf8","status":"passed","time":{"start":1728682614316,"stop":1728682614316,"duration":0}},{"uid":"41755876559a40ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41755876559a40ae","status":"passed","time":{"start":1728682187220,"stop":1728682187220,"duration":0}},{"uid":"f7a63d4d3dccd9ff","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7a63d4d3dccd9ff","status":"passed","time":{"start":1728676661420,"stop":1728676661421,"duration":1}},{"uid":"381af19fe82f72ec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/381af19fe82f72ec","status":"passed","time":{"start":1728669384753,"stop":1728669384753,"duration":0}},{"uid":"7137560c2233dde5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7137560c2233dde5","status":"passed","time":{"start":1728597724210,"stop":1728597724211,"duration":1}},{"uid":"30f33435d274f164","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/30f33435d274f164","status":"passed","time":{"start":1728596943263,"stop":1728596943264,"duration":1}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"80f3645915b90b57","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/80f3645915b90b57","status":"passed","time":{"start":1729034366897,"stop":1729034366898,"duration":1}},{"uid":"6edbce82153e1b65","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6edbce82153e1b65","status":"passed","time":{"start":1729034130923,"stop":1729034130923,"duration":0}},{"uid":"6929ad19d3ace7f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6929ad19d3ace7f8","status":"passed","time":{"start":1729034053886,"stop":1729034053886,"duration":0}},{"uid":"7838614c6a8d3b05","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7838614c6a8d3b05","status":"passed","time":{"start":1729033868925,"stop":1729033868925,"duration":0}},{"uid":"7fb3d765461a3d5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7fb3d765461a3d5d","status":"passed","time":{"start":1729031918510,"stop":1729031918511,"duration":1}},{"uid":"de852dacb63f8458","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/de852dacb63f8458","status":"passed","time":{"start":1728901464219,"stop":1728901464220,"duration":1}},{"uid":"cd09131f628662a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cd09131f628662a","status":"passed","time":{"start":1728892894740,"stop":1728892894740,"duration":0}},{"uid":"636917cb9a2f100f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/636917cb9a2f100f","status":"passed","time":{"start":1728855857251,"stop":1728855857252,"duration":1}},{"uid":"284c12dae8b6ed49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/284c12dae8b6ed49","status":"passed","time":{"start":1728738074579,"stop":1728738074580,"duration":1}},{"uid":"f3ca2d2dac0870cf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3ca2d2dac0870cf","status":"passed","time":{"start":1728682608126,"stop":1728682608126,"duration":0}},{"uid":"6bf1c6092e3295b7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6bf1c6092e3295b7","status":"passed","time":{"start":1728682181011,"stop":1728682181012,"duration":1}},{"uid":"bf2751141df4b5f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bf2751141df4b5f","status":"passed","time":{"start":1728676655409,"stop":1728676655409,"duration":0}},{"uid":"fdbbbb31f21894fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fdbbbb31f21894fb","status":"passed","time":{"start":1728669378740,"stop":1728669378740,"duration":0}},{"uid":"285b158ef0f9027a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/285b158ef0f9027a","status":"passed","time":{"start":1728597719062,"stop":1728597719063,"duration":1}},{"uid":"de58270d992aff90","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/de58270d992aff90","status":"passed","time":{"start":1728596938238,"stop":1728596938238,"duration":0}}]},"d5f6a7be1cef4f2dc312517cafcc26cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aaf192a02fc369ad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aaf192a02fc369ad","status":"passed","time":{"start":1729034428557,"stop":1729034428557,"duration":0}}]},"abe278fadf9cee8024c1556c055d71aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"300e9fe178e1a195","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/300e9fe178e1a195","status":"passed","time":{"start":1728677163583,"stop":1728677163583,"duration":0}}]}} \ No newline at end of file diff --git a/7588/history/retry-trend.json b/7588/history/retry-trend.json index 1c834a55873..6c3aaf8d885 100644 --- a/7588/history/retry-trend.json +++ b/7588/history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"run":837,"retry":2}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{"run":884,"retry":2}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{"run":856,"retry":2}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7590,"reportUrl":"https://waku-org.github.io/js-waku/7590/","reportName":"Allure Report with history","data":{"run":860,"retry":2}},{"buildOrder":7589,"reportUrl":"https://waku-org.github.io/js-waku/7589/","reportName":"Allure Report with history","data":{"run":868,"retry":2}},{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"run":837,"retry":2}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{"run":884,"retry":2}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{"run":856,"retry":2}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/7588/index.html b/7588/index.html index b78b1f1a818..4b22eb8ccf5 100644 --- a/7588/index.html +++ b/7588/index.html @@ -26,7 +26,7 @@ gtag('js', new Date()); gtag('config', 'G-FVWC4GKEYS', { 'allureVersion': 'dev', - 'reportUuid': '47c0c045-9f47-47b2-8155-dab17f0efa97', + 'reportUuid': '17ec4e6a-643e-4968-82cd-42c5806749ca', 'single_file': false }); diff --git a/7588/widgets/behaviors.json b/7588/widgets/behaviors.json index b2f442a176b..46e319c615c 100644 --- a/7588/widgets/behaviors.json +++ b/7588/widgets/behaviors.json @@ -1 +1 @@ -{"total":853,"items":[]} \ No newline at end of file +{"total":881,"items":[]} \ No newline at end of file diff --git a/7588/widgets/categories-trend.json b/7588/widgets/categories-trend.json index 1d5fee9aecd..ec7e4be96ab 100644 --- a/7588/widgets/categories-trend.json +++ b/7588/widgets/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{}},{"buildOrder":7590,"reportUrl":"https://waku-org.github.io/js-waku/7590/","reportName":"Allure Report with history","data":{}},{"buildOrder":7589,"reportUrl":"https://waku-org.github.io/js-waku/7589/","reportName":"Allure Report with history","data":{}},{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/7588/widgets/duration-trend.json b/7588/widgets/duration-trend.json index 6d1ced6e941..24b2cf9866d 100644 --- a/7588/widgets/duration-trend.json +++ b/7588/widgets/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"duration":378999}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"duration":461019}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{"duration":632222}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{"duration":636316}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"duration":627021}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"duration":629629}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"duration":636283}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"duration":625762}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{"duration":643643}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{"duration":599342}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{"duration":640128}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{"duration":636185}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"duration":448688}},{"buildOrder":7590,"reportUrl":"https://waku-org.github.io/js-waku/7590/","reportName":"Allure Report with history","data":{"duration":453468}},{"buildOrder":7589,"reportUrl":"https://waku-org.github.io/js-waku/7589/","reportName":"Allure Report with history","data":{"duration":448799}},{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"duration":378999}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"duration":461019}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{"duration":632222}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{"duration":636316}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"duration":627021}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"duration":629629}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"duration":636283}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"duration":625762}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{"duration":643643}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{"duration":599342}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{"duration":640128}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{"duration":636185}},{"data":{}}] \ No newline at end of file diff --git a/7588/widgets/duration.json b/7588/widgets/duration.json index 5a489a49cd6..554acb1d2ba 100644 --- a/7588/widgets/duration.json +++ b/7588/widgets/duration.json @@ -1 +1 @@ -[{"uid":"cab059321a7f63a0","name":"Subscribe to topic containing numeric and publish message","time":{"start":1729034147771,"stop":1729034147772,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1261d40acdae62","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/3/topic252/xml","time":{"start":1729034169445,"stop":1729034169449,"duration":4},"status":"passed","severity":"normal"},{"uid":"37e025144df040f0","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1729033850550,"stop":1729033850550,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba6e3cb4ca1d8df","name":"LightPush: 3 peers, Filter: 0 peers","time":{"start":1729033977065,"stop":1729033977066,"duration":1},"status":"skipped","severity":"normal"},{"uid":"8af10839aa322430","name":"does not throw on valid cases","time":{"start":1729033834358,"stop":1729033834359,"duration":1},"status":"passed","severity":"normal"},{"uid":"3546bc2cef3d201","name":"Subscribe to topic containing shell command and receive message","time":{"start":1729034041499,"stop":1729034041500,"duration":1},"status":"passed","severity":"normal"},{"uid":"17e3197fd1aa610d","name":"LightPush: 2 peers, Filter: 3 peers","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c65fb98a8b1abe0b","name":"Nodes with multiple pubsub topic","time":{"start":1729034137163,"stop":1729034137163,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a1160b169b83ae6","name":"Ping on unsubscribed peer","time":{"start":1729033939925,"stop":1729033939926,"duration":1},"status":"passed","severity":"normal"},{"uid":"daad7872f9e16bb2","name":"Check received message containing XML","time":{"start":1729034121939,"stop":1729034121939,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5b40d5a2359cbd5","name":"should be called at least once on all `peer:discovery` events","time":{"start":1729033900634,"stop":1729033900634,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a9db581f6c6b9dd","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1729034188116,"stop":1729034188116,"duration":0},"status":"passed","severity":"normal"},{"uid":"3054b3ae4c34ff68","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1729034203621,"stop":1729034203621,"duration":0},"status":"passed","severity":"normal"},{"uid":"32ecf91e795d59c1","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app93/1/topic622/proto","time":{"start":1729034169439,"stop":1729034169441,"duration":2},"status":"passed","severity":"normal"},{"uid":"487d0674ccbd76d7","name":"should not fail to start the service if it is already started","time":{"start":1729033862328,"stop":1729033862328,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9e71a0756c2038e","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1729034209109,"stop":1729034209109,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9cc8da31c46b31b","name":"Non TWN Cluster","time":{"start":1729034169436,"stop":1729034169437,"duration":1},"status":"passed","severity":"normal"},{"uid":"1948768e112353e4","name":"1 Store, 2 fetches","time":{"start":1729033858030,"stop":1729033858030,"duration":0},"status":"passed","severity":"normal"},{"uid":"e43d38544ed987d0","name":"Reopen subscription with peer with lost subscription","time":{"start":1729033939927,"stop":1729033939927,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ab7ce988025bee6","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1729034147767,"stop":1729034147767,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7ddfb684898949","name":"should correctly map a content topic to a pubsub topic","time":{"start":1729033834398,"stop":1729033834398,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5c3f41f9ab5332a","name":"caches peers it previously fetched","time":{"start":1729033858270,"stop":1729033858271,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5e8402f892b37b0","name":"Push to array if already present","time":{"start":1729033834024,"stop":1729033834025,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b1bae2c871ad90e","name":"Check publish message containing emoji","time":{"start":1729034144765,"stop":1729034144766,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd2c7d46d1e39045","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1729034147767,"stop":1729034147767,"duration":0},"status":"passed","severity":"normal"},{"uid":"79c169d9e1eb48aa","name":"Check received message containing long","time":{"start":1729034014827,"stop":1729034014832,"duration":5},"status":"passed","severity":"normal"},{"uid":"c5887fcee980ef61","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1729034041497,"stop":1729034041497,"duration":0},"status":"passed","severity":"normal"},{"uid":"85f63db5b9924a7e","name":"should log when no additional peers are found","time":{"start":1729033874966,"stop":1729033874967,"duration":1},"status":"passed","severity":"normal"},{"uid":"acaf1694b0924680","name":"Check publish message containing Script","time":{"start":1729034144762,"stop":1729034144763,"duration":1},"status":"passed","severity":"normal"},{"uid":"28b14f47fbb75b87","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1729033857769,"stop":1729033857770,"duration":1},"status":"passed","severity":"normal"},{"uid":"25d01e886f279eec","name":"Tracks peer failures correctly","time":{"start":1729033974452,"stop":1729033974453,"duration":1},"status":"passed","severity":"normal"},{"uid":"c200fa0637e7ce84","name":"should properly create location multiaddrs - udp6","time":{"start":1729033843123,"stop":1729033843123,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee95a8dd2de118df","name":"it tolerates circular branch references","time":{"start":1729033858268,"stop":1729033858269,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2ed7785f33ed77d","name":"should get / set TCP multiaddr","time":{"start":1729033843118,"stop":1729033843119,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4429071d65bb629","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976769,"stop":1729033976773,"duration":4},"status":"passed","severity":"normal"},{"uid":"2bb240d3c946a1f7","name":"Subscribe to topic containing short and receive message","time":{"start":1729034209110,"stop":1729034209111,"duration":1},"status":"passed","severity":"normal"},{"uid":"f230aa5b957c2ee5","name":"Check publish message containing short","time":{"start":1729034144756,"stop":1729034144756,"duration":0},"status":"passed","severity":"normal"},{"uid":"667494933ce3bd1d","name":"Push message with content topic containing Chinese","time":{"start":1729034129475,"stop":1729034129475,"duration":0},"status":"passed","severity":"normal"},{"uid":"7963f758acb8f73c","name":"Subscribe to topic containing Script and receive message","time":{"start":1729034209100,"stop":1729034209100,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9da1c772ac3e459","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034200063,"stop":1729034200064,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c5fcfe8d2d086c7","name":"should set field with all protocols enabled","time":{"start":1729033843125,"stop":1729033843125,"duration":0},"status":"passed","severity":"normal"},{"uid":"826c977f3978dc7b","name":"Check received message containing Arabic","time":{"start":1729034014847,"stop":1729034014848,"duration":1},"status":"passed","severity":"normal"},{"uid":"39628c70a12dea25","name":"Check received message containing Basic HTML tag","time":{"start":1729034014860,"stop":1729034014863,"duration":3},"status":"passed","severity":"normal"},{"uid":"675e224762069bcd","name":"returns all values when wanted number is greater than available values","time":{"start":1729033857426,"stop":1729033857427,"duration":1},"status":"passed","severity":"normal"},{"uid":"58e55d07ea4e5b40","name":"Accepts a valid Waku Message","time":{"start":1729033878342,"stop":1729033878344,"duration":2},"status":"passed","severity":"normal"},{"uid":"2723446b84e40557","name":"throws on empty content topic","time":{"start":1729033834359,"stop":1729033834360,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c20c9a29fe6f766","name":"start node with empty content topic","time":{"start":1729034169453,"stop":1729034169453,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a97eeabfd62585c","name":"Refresh subscription","time":{"start":1729034209110,"stop":1729034209110,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b8e3c9586c677fc","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1729033857766,"stop":1729033857767,"duration":1},"status":"passed","severity":"normal"},{"uid":"23093e0a7e74ffa1","name":"should throw error - no public key","time":{"start":1729033843114,"stop":1729033843115,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f0cadd3a2d0cf5b","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1729033834365,"stop":1729033834365,"duration":0},"status":"passed","severity":"normal"},{"uid":"d64c3c17fe6b42be","name":"Check received message containing Script","time":{"start":1729034121891,"stop":1729034121891,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6ac620099e54f87","name":"Fields are not dropped","time":{"start":1729033849966,"stop":1729033849967,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5a9240e28384e7a","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1729033834385,"stop":1729033834386,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5439b3e0d6a28b2","name":"Check message received after jswaku node is restarted","time":{"start":1729034121957,"stop":1729034121958,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e7fd6362d20e608e","name":"should set field with only LIGHTPUSH enabled","time":{"start":1729033843126,"stop":1729033843126,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcbdaecdf430c001","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1729033834389,"stop":1729033834390,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f630ff3c83cd572","name":"same cluster, same shard: nodes connect","time":{"start":1729034063495,"stop":1729034063495,"duration":0},"status":"passed","severity":"normal"},{"uid":"3648a8a21b551151","name":"should load peers from local storage and dispatch events","time":{"start":1729033862329,"stop":1729033862330,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4ec123c5c6fd6c1","name":"should be able to encode the field with only FILTER set to true","time":{"start":1729033842338,"stop":1729033842339,"duration":1},"status":"passed","severity":"normal"},{"uid":"704282a90b3f59cd","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1729033834402,"stop":1729033834402,"duration":0},"status":"passed","severity":"normal"},{"uid":"83acd30f98f1e9b6","name":"should set field with only RELAY enabled","time":{"start":1729033843125,"stop":1729033843125,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f53383fae484a00","name":"Push message with shell command payload","time":{"start":1729034137133,"stop":1729034137134,"duration":1},"status":"passed","severity":"normal"},{"uid":"269f118261b0e78c","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1729033976796,"stop":1729033976797,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6af9ea87cf4efa3","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1729034209088,"stop":1729034209089,"duration":1},"status":"passed","severity":"normal"},{"uid":"10f34c4a3309713a","name":"Check message with invalid timestamp is not received","time":{"start":1729034121900,"stop":1729034121901,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9c840556bfa3253","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034066152,"stop":1729034066152,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2d2808b98af2f41","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1729033976784,"stop":1729033976788,"duration":4},"status":"passed","severity":"normal"},{"uid":"5c7a364f1c33113d","name":"Ping on peer without subscriptions","time":{"start":1729033939921,"stop":1729033939922,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7a412c046fada37","name":"should use the provided clusterId for the pubsub topic","time":{"start":1729033834399,"stop":1729033834399,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff27a4006fa9f81d","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1729033834387,"stop":1729033834388,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9c6ab17937e8915","name":"random static sharding 7 - Cluster ID: 74, Shard ID: 219","time":{"start":1729034177533,"stop":1729034177534,"duration":1},"status":"passed","severity":"normal"},{"uid":"289b06f6007df0d9","name":"LightPush with 1 connections","time":{"start":1729033977224,"stop":1729033977225,"duration":1},"status":"skipped","severity":"normal"},{"uid":"38b9f0a2f5958c93","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1729033904750,"stop":1729033904751,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e3d8ebbc211d2719","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1729033834386,"stop":1729033834386,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cbc28476121cdfe","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1729034209119,"stop":1729034209119,"duration":0},"status":"passed","severity":"normal"},{"uid":"a647d4f394b0257f","name":"Check publish message containing shell command","time":{"start":1729034144764,"stop":1729034144764,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7d61e4e9b27f10d","name":"Refresh subscription","time":{"start":1729034209092,"stop":1729034209093,"duration":1},"status":"passed","severity":"normal"},{"uid":"67068f3dd6f6f81d","name":"Ephemeral field is preserved - encoder v0","time":{"start":1729033899383,"stop":1729033899384,"duration":1},"status":"passed","severity":"normal"},{"uid":"544b66bf156c221e","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1729033842343,"stop":1729033842344,"duration":1},"status":"passed","severity":"normal"},{"uid":"d521239005ea1479","name":"should properly create location multiaddrs - udp4","time":{"start":1729033843119,"stop":1729033843119,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7e8b7c01bbb853d","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1729034137162,"stop":1729034137162,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb86f409926bc59c","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1729033868322,"stop":1729033868324,"duration":2},"status":"passed","severity":"normal"},{"uid":"632472c57f425b01","name":"Init the array if not present","time":{"start":1729033834022,"stop":1729033834024,"duration":2},"status":"passed","severity":"normal"},{"uid":"4b958bcfb990dc36","name":"Subscribe to topic containing JSON and publish message","time":{"start":1729034147781,"stop":1729034147786,"duration":5},"status":"passed","severity":"normal"},{"uid":"2256cff14160508a","name":"should set field with only STORE enabled","time":{"start":1729033843125,"stop":1729033843125,"duration":0},"status":"passed","severity":"normal"},{"uid":"3753212e93aec969","name":"Encoder throws on undefined content topic","time":{"start":1729033868326,"stop":1729033868326,"duration":0},"status":"passed","severity":"normal"},{"uid":"59e483add69818b4","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1729033834402,"stop":1729033834402,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf7855c67c532be8","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1729033976777,"stop":1729033976778,"duration":1},"status":"passed","severity":"normal"},{"uid":"e34247458b5c18d7","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1729033942622,"stop":1729033942623,"duration":1},"status":"passed","severity":"normal"},{"uid":"e61264c1dd01de7","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1729033976816,"stop":1729033976816,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fa88599bbec61f4","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1729033836803,"stop":1729033836803,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2755c5603d4bd99","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1729033834399,"stop":1729033834399,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bb9fe7293c3b85","name":"should emit a peer event after start","time":{"start":1729033904745,"stop":1729033904747,"duration":2},"status":"passed","severity":"normal"},{"uid":"f6aff17b0d7a84ac","name":"1 Relay, 1 fetch","time":{"start":1729033858029,"stop":1729033858029,"duration":0},"status":"passed","severity":"normal"},{"uid":"98c400b153fb0004","name":"Subscribe to topic containing long and receive message","time":{"start":1729034209093,"stop":1729034209095,"duration":2},"status":"passed","severity":"normal"},{"uid":"d129863327a3a84d","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1729033834365,"stop":1729033834366,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d5b9df835846532","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1729034148002,"stop":1729034148002,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1c13206dcd827314","name":"returns nothing if no connections present","time":{"start":1729033849376,"stop":1729033849378,"duration":2},"status":"passed","severity":"normal"},{"uid":"ee2c69ec5c974591","name":"should remove the specified number of excess peers","time":{"start":1729033874963,"stop":1729033874964,"duration":1},"status":"passed","severity":"normal"},{"uid":"f77d2dc2c437401f","name":"Keep-alive pings maintain the connection","time":{"start":1729033974450,"stop":1729033974451,"duration":1},"status":"passed","severity":"normal"},{"uid":"f62b76c95e06c02e","name":"tcp ip4 address","time":{"start":1729033842412,"stop":1729033842412,"duration":0},"status":"passed","severity":"normal"},{"uid":"722859d86bf59499","name":"Wrong topic","time":{"start":1729034169451,"stop":1729034169452,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7d6a0b0031b81ee","name":"Push message with content topic containing unicode special characters","time":{"start":1729034137153,"stop":1729034137154,"duration":1},"status":"passed","severity":"normal"},{"uid":"a050468f139493ae","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1729034169452,"stop":1729034169453,"duration":1},"status":"passed","severity":"normal"},{"uid":"db1c0ea812fa6f02","name":"Query Generator, Multiple PubsubTopics","time":{"start":1729034188113,"stop":1729034188113,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b7188cb770d7c92","name":"LightPush: 1 peers, Filter: 1 peers","time":{"start":1729033977063,"stop":1729033977063,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7b58f1f0eca0a785","name":"Check received message containing shell command","time":{"start":1729034121940,"stop":1729034121940,"duration":0},"status":"passed","severity":"normal"},{"uid":"daa9c02354d85bd9","name":"Check received message containing escaped characters","time":{"start":1729034121895,"stop":1729034121895,"duration":0},"status":"passed","severity":"normal"},{"uid":"53370bae1611bd7d","name":"should check connected peers if present and suitable","time":{"start":1729033875028,"stop":1729033875029,"duration":1},"status":"passed","severity":"normal"},{"uid":"41eaf3b4778cc208","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1729033976801,"stop":1729033976802,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f24347699d70e7","name":"LightPush: 2 peers, Filter: 2 peers","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"status":"skipped","severity":"normal"},{"uid":"870921c1d9d54e14","name":"Check publish message containing special chars","time":{"start":1729034144759,"stop":1729034144760,"duration":1},"status":"passed","severity":"normal"},{"uid":"812dbd0259895dcd","name":"should return false","time":{"start":1729033843116,"stop":1729033843116,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7e7422287d4b82c","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1729033976800,"stop":1729033976801,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1daa6bdf9484449","name":"Check received message containing Arabic","time":{"start":1729034121889,"stop":1729034121889,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa64dad131ac184d","name":"Should update multiaddrs","time":{"start":1729034067822,"stop":1729034067823,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f1700c09340db38","name":"Push 30 different messages","time":{"start":1729034137137,"stop":1729034137142,"duration":5},"status":"passed","severity":"normal"},{"uid":"70115caa9aaef4a6","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1729033976802,"stop":1729033976802,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fee5c729271ec96","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app34/5/topic449/xml","time":{"start":1729034169450,"stop":1729034169450,"duration":0},"status":"passed","severity":"normal"},{"uid":"b778c3ab88171537","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1729033834394,"stop":1729033834394,"duration":0},"status":"passed","severity":"normal"},{"uid":"e174dee5ad6565e0","name":"less peers than existing","time":{"start":1729034122310,"stop":1729034122311,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f9ee8d2f0b3e855d","name":"Push message with content topic containing JSON","time":{"start":1729034129477,"stop":1729034129478,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f46314006676797","name":"Waku message hash computation (no timestamp)","time":{"start":1729033836804,"stop":1729033836804,"duration":0},"status":"passed","severity":"normal"},{"uid":"5644886a91e8d1d4","name":"Throws when trying to push message with empty payload","time":{"start":1729034129473,"stop":1729034129473,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a9c00262e138817","name":"Subscribe to topic containing Script and receive message","time":{"start":1729034209114,"stop":1729034209114,"duration":0},"status":"passed","severity":"normal"},{"uid":"6207ca2dbf2798f0","name":"Symmetric encrypt & Decrypt","time":{"start":1729033868926,"stop":1729033868926,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb9665d82b7df79","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1729034177524,"stop":1729034177524,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1dd3b8041b1fb0d","name":"should properly create location multiaddrs - tcp4","time":{"start":1729033843119,"stop":1729033843123,"duration":4},"status":"passed","severity":"normal"},{"uid":"9ee99d1cad77c1d1","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1729034169193,"stop":1729034169194,"duration":1},"status":"passed","severity":"normal"},{"uid":"92e129b12baa52e","name":"Query with Promise Callback, No Decoder","time":{"start":1729034188118,"stop":1729034188119,"duration":1},"status":"passed","severity":"normal"},{"uid":"88b2a676a5b133cf","name":"ignores domain fetching errors","time":{"start":1729033858269,"stop":1729033858270,"duration":1},"status":"passed","severity":"normal"},{"uid":"95afe24dcb969841","name":"addEventListener with correct event","time":{"start":1729033933478,"stop":1729033933479,"duration":1},"status":"passed","severity":"normal"},{"uid":"e90f659114aa1c3a","name":"Check received message containing short","time":{"start":1729034121875,"stop":1729034121875,"duration":0},"status":"passed","severity":"normal"},{"uid":"e94e3a5213fb248a","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1729033850405,"stop":1729033850405,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f115fb5bd6c39d6","name":"Push message with content topic containing numeric","time":{"start":1729034137143,"stop":1729034137143,"duration":0},"status":"passed","severity":"normal"},{"uid":"8746634b20d84d28","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1729033976779,"stop":1729033976781,"duration":2},"status":"passed","severity":"normal"},{"uid":"b88b2a4471e858ee","name":"should reject if Store is requested but not mounted","time":{"start":1729033875027,"stop":1729033875027,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9b90d303ba44a9d","name":"throws on content topic with generation field greater than 0","time":{"start":1729033834361,"stop":1729033834361,"duration":0},"status":"passed","severity":"normal"},{"uid":"e92800683929a2a9","name":"Check received message containing Chinese","time":{"start":1729034014835,"stop":1729034014835,"duration":0},"status":"passed","severity":"normal"},{"uid":"51f82ffee840965c","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1729033942597,"stop":1729033942597,"duration":0},"status":"passed","severity":"normal"},{"uid":"a69b1f6835832d17","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app58/7/topic58/proto","time":{"start":1729034169450,"stop":1729034169451,"duration":1},"status":"passed","severity":"normal"},{"uid":"825ed285bf8a59f6","name":"should throw an error for empty SingleShardInfos array","time":{"start":1729033834379,"stop":1729033834379,"duration":0},"status":"passed","severity":"normal"},{"uid":"e905e532cade9bbc","name":"Add multiple subscription objects on single nwaku node","time":{"start":1729034041507,"stop":1729034041507,"duration":0},"status":"passed","severity":"normal"},{"uid":"abc8b3bc28e83319","name":"should return the correct number of peers","time":{"start":1729033874960,"stop":1729033874960,"duration":0},"status":"passed","severity":"normal"},{"uid":"747430b44b05be25","name":"Check received message containing long","time":{"start":1729034121875,"stop":1729034121875,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9ca7d21919a33f3","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1729034041473,"stop":1729034041473,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b1aff59d9060251","name":"Push message with content topic containing Basic HTML tag","time":{"start":1729034137148,"stop":1729034137148,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a39c20b01cb3330","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1729034209128,"stop":1729034209128,"duration":0},"status":"passed","severity":"normal"},{"uid":"cad78f4e01529952","name":"removeEventListener with correct event","time":{"start":1729033933480,"stop":1729033933480,"duration":0},"status":"passed","severity":"normal"},{"uid":"d55c6272ae119c77","name":"more peers than existing","time":{"start":1729034122310,"stop":1729034122310,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ae66aa480bd26e39","name":"Check message with non string payload is not received","time":{"start":1729034121908,"stop":1729034121908,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff8df023da2623fe","name":"Encoder throws on undefined content topic","time":{"start":1729033850549,"stop":1729033850549,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d7eae6322fa4c16","name":"Query generator for multiple messages with different content topic format","time":{"start":1729034213017,"stop":1729034213018,"duration":1},"status":"passed","severity":"normal"},{"uid":"faeba9f5c97b95d9","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1729033834381,"stop":1729033834381,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8580d4d4d677a38","name":"Push message with unicode special characters payload","time":{"start":1729034129472,"stop":1729034129472,"duration":0},"status":"passed","severity":"normal"},{"uid":"1265637a582b5166","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1729034177537,"stop":1729034177538,"duration":1},"status":"passed","severity":"normal"},{"uid":"782c3805f6976a7f","name":"Subscribe and receive messages via waku relay post","time":{"start":1729034209087,"stop":1729034209088,"duration":1},"status":"passed","severity":"normal"},{"uid":"88cfb5bcb9a9e6f9","name":"Reusing cursor across nodes","time":{"start":1729034169195,"stop":1729034169195,"duration":0},"status":"passed","severity":"normal"},{"uid":"57df7b288d19998f","name":"LightPush: 3 peers, Filter: 2 peers","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f7c12c91852a1650","name":"can start and stop the service","time":{"start":1729033904743,"stop":1729033904744,"duration":1},"status":"passed","severity":"normal"},{"uid":"27d70574f1f22d72","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1729034041501,"stop":1729034041501,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec41d35d1f5579dd","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1729034169192,"stop":1729034169192,"duration":0},"status":"passed","severity":"normal"},{"uid":"962a524db3f2bdc4","name":"Check publish message containing escaped characters","time":{"start":1729034144764,"stop":1729034144765,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4f4b6d6cf68e401","name":"Passing page size 19 when there are 20 messages","time":{"start":1729034208295,"stop":1729034208295,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc2c5442abfa0eed","name":"should return the pubsub topic directly if a string is provided","time":{"start":1729033834394,"stop":1729033834394,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c37947a7554e6ad","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1729033869943,"stop":1729033869944,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9775c3f0b708bdb","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1729034188118,"stop":1729034188118,"duration":0},"status":"passed","severity":"normal"},{"uid":"66dd78ba06982884","name":"listenerCount","time":{"start":1729033933481,"stop":1729033933481,"duration":0},"status":"passed","severity":"normal"},{"uid":"b05883cd515474e8","name":"Check publish message containing Russian","time":{"start":1729034144761,"stop":1729034144762,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f114817c175f285","name":"Push message with content topic containing Chinese","time":{"start":1729034137144,"stop":1729034137145,"duration":1},"status":"passed","severity":"normal"},{"uid":"56fe24c9e41f5f3b","name":"Push message with rate limit","time":{"start":1729034137156,"stop":1729034137157,"duration":1},"status":"passed","severity":"normal"},{"uid":"69ac031071352433","name":"should fail to send if pubsub topics are misconfigured","time":{"start":1729033875010,"stop":1729033875011,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f55a89d7fc93bb7","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1729033976805,"stop":1729033976805,"duration":0},"status":"passed","severity":"normal"},{"uid":"c12d8e1bd37e43c7","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1729033834374,"stop":1729033834374,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea7dfeef7d0b4123","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1729033834375,"stop":1729033834375,"duration":0},"status":"passed","severity":"normal"},{"uid":"45ca7af456fdf7c1","name":"Check received message containing special chars","time":{"start":1729034121915,"stop":1729034121918,"duration":3},"status":"passed","severity":"normal"},{"uid":"a07cb452b8326a7c","name":"Fails to publish message with wrong content topic","time":{"start":1729034144770,"stop":1729034144770,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fc1eb106f14f3a8","name":"LightPush: 3 peers, Filter: 1 peers","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6a1aaf470ee94a6c","name":"LightPush: 1 peers, Filter: 2 peers","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b39f5ce152724ab7","name":"can start the service","time":{"start":1729033904743,"stop":1729033904743,"duration":0},"status":"passed","severity":"normal"},{"uid":"8184c75214e566d9","name":"should throw an error if shards are undefined for static sharding","time":{"start":1729033834382,"stop":1729033834382,"duration":0},"status":"passed","severity":"normal"},{"uid":"79ed760599a4b4f5","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034200065,"stop":1729034200066,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f4ef2dd43995494","name":"Check received message containing unicode special characters","time":{"start":1729034121895,"stop":1729034121896,"duration":1},"status":"passed","severity":"normal"},{"uid":"304b15f0f3fefa40","name":"Check received message with timestamp: 1729033892688000000 ","time":{"start":1729034014873,"stop":1729034014876,"duration":3},"status":"passed","severity":"normal"},{"uid":"468abe1a9f7efa77","name":"should reject if Filter is requested but not mounted","time":{"start":1729033875027,"stop":1729033875028,"duration":1},"status":"passed","severity":"normal"},{"uid":"1401c875c8283aea","name":"Push message with meta","time":{"start":1729034137155,"stop":1729034137156,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b369ae159a9ff82","name":"should properly create location multiaddrs - tcp","time":{"start":1729033843124,"stop":1729033843124,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bd56dbf66769fc1","name":"Check received message containing shell command","time":{"start":1729034121894,"stop":1729034121895,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a5c5861572bac51","name":"throws on content topic with empty encoding field","time":{"start":1729033834363,"stop":1729033834364,"duration":1},"status":"passed","severity":"normal"},{"uid":"b70edadf0e11f8bc","name":"should call waitForPeer on Relay","time":{"start":1729033875030,"stop":1729033875030,"duration":0},"status":"passed","severity":"normal"},{"uid":"60ff1e299ba587d3","name":"Query Generator - false","time":{"start":1729034191994,"stop":1729034191995,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff78e1f7451b786d","name":"groups content topics by expected pubsub topic","time":{"start":1729033834376,"stop":1729033834376,"duration":0},"status":"passed","severity":"normal"},{"uid":"dace930220d137e6","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1729033843113,"stop":1729033843113,"duration":0},"status":"passed","severity":"normal"},{"uid":"70f8761a43b0ca3f","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1729033925378,"stop":1729033925380,"duration":2},"status":"passed","severity":"normal"},{"uid":"d3f95e7b96dbeb27","name":"returns all values when wanted number matches available values","time":{"start":1729033857424,"stop":1729033857426,"duration":2},"status":"passed","severity":"normal"},{"uid":"9c5f8fb7ea31cccd","name":"should not fail to stop the service if it was not started","time":{"start":1729033862327,"stop":1729033862327,"duration":0},"status":"passed","severity":"normal"},{"uid":"57fecdc01a91746c","name":"Passing invalid cursor","time":{"start":1729034169195,"stop":1729034169196,"duration":1},"status":"passed","severity":"normal"},{"uid":"44842cd37fb8acb5","name":"isConnected between 2 js-waku relay nodes","time":{"start":1729033925387,"stop":1729033925387,"duration":0},"status":"passed","severity":"normal"},{"uid":"79055e469f30426a","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1729033976804,"stop":1729033976804,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1b12e7fdfb860f3","name":"Sample","time":{"start":1729033842408,"stop":1729033842409,"duration":1},"status":"passed","severity":"normal"},{"uid":"f676f8e4a965f9ca","name":"Renews peer on consistent missed messages","time":{"start":1729033974456,"stop":1729033974459,"duration":3},"status":"passed","severity":"normal"},{"uid":"ae712d8168b74c63","name":"peer:update - should do nothing if another protocol hit","time":{"start":1729033850299,"stop":1729033850300,"duration":1},"status":"passed","severity":"normal"},{"uid":"8abf46011fd069b3","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1729033834383,"stop":1729033834383,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d289f814c5f3faa","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034066161,"stop":1729034066161,"duration":0},"status":"passed","severity":"normal"},{"uid":"249094951590ce0f","name":"non connected peers","time":{"start":1729034122311,"stop":1729034122311,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d7bb40dfcbc7fcc2","name":"should decode valid enr with tcp successfully","time":{"start":1729033843113,"stop":1729033843114,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a713ac89c42c413","name":"should throw error - no public key","time":{"start":1729033843116,"stop":1729033843116,"duration":0},"status":"passed","severity":"normal"},{"uid":"f290f7e70d55ae92","name":"Round trip binary serialization","time":{"start":1729033850547,"stop":1729033850548,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b9cd92097da8e53","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1729033834397,"stop":1729033834397,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9367fde23fc9ee2","name":"can start the service","time":{"start":1729034162414,"stop":1729034162414,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a38ac73718b76bf","name":"Push message with Russian payload","time":{"start":1729034129468,"stop":1729034129469,"duration":1},"status":"passed","severity":"normal"},{"uid":"e105bb35deb1b550","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976790,"stop":1729033976793,"duration":3},"status":"passed","severity":"normal"},{"uid":"7356360137264b16","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976806,"stop":1729033976806,"duration":0},"status":"passed","severity":"normal"},{"uid":"eff1ea13d123020f","name":"Check message with no payload is not received","time":{"start":1729034014880,"stop":1729034014880,"duration":0},"status":"passed","severity":"normal"},{"uid":"1304bb9dded24530","name":"Subscribe to topic containing long and receive message","time":{"start":1729034041488,"stop":1729034041488,"duration":0},"status":"passed","severity":"normal"},{"uid":"cece4c5c88086652","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1729034014877,"stop":1729034014878,"duration":1},"status":"passed","severity":"normal"},{"uid":"56ab6665b31e7479","name":"Check message received after jswaku node is restarted","time":{"start":1729034121909,"stop":1729034121909,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8e4fec60d1972eb7","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1729034041490,"stop":1729034041490,"duration":0},"status":"passed","severity":"normal"},{"uid":"904d7d19947bca4e","name":"should return usable stream attached to connection","time":{"start":1729033850295,"stop":1729033850296,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9d88f93e9e346e","name":"Check received message containing escaped characters","time":{"start":1729034014867,"stop":1729034014871,"duration":4},"status":"passed","severity":"normal"},{"uid":"215e4b969d76f202","name":"Fails to push message with large meta","time":{"start":1729034129480,"stop":1729034129480,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bef0cac260f3ac0","name":"LightPush: 0 peers, Filter: 2 peers","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"status":"skipped","severity":"normal"},{"uid":"468e42b4b598603c","name":"configure the node with multiple pubsub topics","time":{"start":1729034177536,"stop":1729034177536,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6869e290b8f8d23","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1729033858274,"stop":1729033858274,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7c5e6f6a1aff01a3","name":"Decrypt messages","time":{"start":1729034124336,"stop":1729034124336,"duration":0},"status":"passed","severity":"normal"},{"uid":"aef5e529d304a9db","name":"Check message received after nwaku node is restarted","time":{"start":1729034014882,"stop":1729034014882,"duration":0},"status":"skipped","severity":"normal"},{"uid":"873563b32fe98748","name":"should return unique PubsubTopics for static sharding","time":{"start":1729033834380,"stop":1729033834380,"duration":0},"status":"passed","severity":"normal"},{"uid":"1934db6b77d06e2f","name":"Push message with content topic containing escaped characters","time":{"start":1729034137150,"stop":1729034137153,"duration":3},"status":"passed","severity":"normal"},{"uid":"e91cd66ab354b1d9","name":"addEventListener with wrong event","time":{"start":1729033933479,"stop":1729033933479,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2d69a734079f3db","name":"Filter with 0 connections","time":{"start":1729033977224,"stop":1729033977224,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ae0c594a989029a5","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1729033976794,"stop":1729033976796,"duration":2},"status":"passed","severity":"normal"},{"uid":"217443214b18487f","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1729033834379,"stop":1729033834379,"duration":0},"status":"passed","severity":"normal"},{"uid":"7899bc23f3cdca04","name":"Push message with content topic containing escaped characters","time":{"start":1729034129478,"stop":1729034129478,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5c3fc2dd1b960a8","name":"Correctly serialized arguments","time":{"start":1729034066291,"stop":1729034066292,"duration":1},"status":"passed","severity":"normal"},{"uid":"379105f3c57e2b21","name":"Push message with escaped characters payload","time":{"start":1729034137134,"stop":1729034137134,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc49bcae5720a76f","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1729034041508,"stop":1729034041508,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b53ed22dd056a25","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1729033834393,"stop":1729033834393,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0fa5ee697346596","name":"Push message with content topic containing unicode special characters","time":{"start":1729034129479,"stop":1729034129479,"duration":0},"status":"passed","severity":"normal"},{"uid":"e08337e36261d9b2","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1729034041485,"stop":1729034041485,"duration":0},"status":"passed","severity":"normal"},{"uid":"f290fbd63a5b8d29","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1729034209102,"stop":1729034209103,"duration":1},"status":"passed","severity":"normal"},{"uid":"b42ddd7946551d02","name":"Push message with custom timestamp: 1698275615236","time":{"start":1729034129481,"stop":1729034129481,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c726e6c66ffa857","name":"handles different clusterIds correctly","time":{"start":1729033834377,"stop":1729033834377,"duration":0},"status":"passed","severity":"normal"},{"uid":"cad5d9ff81c373e2","name":"should handle corrupted local storage data gracefully","time":{"start":1729033862330,"stop":1729033862330,"duration":0},"status":"passed","severity":"normal"},{"uid":"a02d806401e19c4e","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1729034148002,"stop":1729034148002,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6379544a67e2d88","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034066157,"stop":1729034066158,"duration":1},"status":"passed","severity":"normal"},{"uid":"588f6e691a44cd5b","name":"Publish message with custom timestamp: Tue Oct 15 2024 22:15:37 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034144768,"stop":1729034144768,"duration":0},"status":"passed","severity":"normal"},{"uid":"476627d6dbbef937","name":"Push message with XML payload","time":{"start":1729034129470,"stop":1729034129470,"duration":0},"status":"passed","severity":"normal"},{"uid":"1100bd4eb7b5f537","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1729033834391,"stop":1729033834391,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bf7260e1f5c7531","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1729033976807,"stop":1729033976807,"duration":0},"status":"passed","severity":"normal"},{"uid":"9598553d209f7eda","name":"Push message with custom timestamp: 1729037615236","time":{"start":1729034129482,"stop":1729034129482,"duration":0},"status":"passed","severity":"normal"},{"uid":"6750c39ef660a0a8","name":"Encoder throws on empty string content topic","time":{"start":1729033850549,"stop":1729033850549,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3ad83cecdb08bcd","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1729033965753,"stop":1729033965753,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbe668c7d775dc98","name":"Subscribe to topic containing shell command and receive message","time":{"start":1729034209102,"stop":1729034209102,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a2dd40c8790e869","name":"should not receive a peer event before start","time":{"start":1729033904747,"stop":1729033904747,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a76ca23457f9387","name":"Check message with no content topic is not received","time":{"start":1729034121953,"stop":1729034121954,"duration":1},"status":"passed","severity":"normal"},{"uid":"f996bedc083ea65d","name":"Push message with rate limit","time":{"start":1729034129480,"stop":1729034129481,"duration":1},"status":"passed","severity":"normal"},{"uid":"b93f2c030e0bedfb","name":"Generator, custom pubsub topic","time":{"start":1729034200067,"stop":1729034200069,"duration":2},"status":"passed","severity":"normal"},{"uid":"3678bbde617c59a8","name":"should not fail to stop the service if it was not started","time":{"start":1729034162415,"stop":1729034162415,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7f9fe03fc645d21","name":"should wait for Filter peer to be connected","time":{"start":1729033875029,"stop":1729033875029,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b66469b6ba11d2","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1729033834396,"stop":1729033834396,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a7db5d2bd2c0ae8","name":"Query with Ordered Callback, No message returned","time":{"start":1729034188117,"stop":1729034188118,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2427ded3dee1ebe","name":"Check received message containing numeric","time":{"start":1729034121914,"stop":1729034121915,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8b57d9537e2da08","name":"Check received message containing Basic HTML tag","time":{"start":1729034121892,"stop":1729034121892,"duration":0},"status":"passed","severity":"normal"},{"uid":"23a2ab4beac3d03c","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1729033857764,"stop":1729033857765,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dc7840febbba858","name":"removeEventListener with wrong event","time":{"start":1729033933480,"stop":1729033933480,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ec0a85e02546344","name":"Fails to push message with empty content topic","time":{"start":1729034129479,"stop":1729034129480,"duration":1},"status":"passed","severity":"normal"},{"uid":"49a75ab01ba7cdc5","name":"random static sharding 10 - Cluster ID: 529, Shard ID: 960","time":{"start":1729034177535,"stop":1729034177536,"duration":1},"status":"passed","severity":"normal"},{"uid":"fad75959170f9c1d","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1729034137164,"stop":1729034137164,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5b019ad463d36f5","name":"Check publish message containing SQL Injection","time":{"start":1729034144762,"stop":1729034144762,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb50d15d78f8e19e","name":"Subscribe to topic containing XML and publish message","time":{"start":1729034147781,"stop":1729034147781,"duration":0},"status":"passed","severity":"normal"},{"uid":"c27a644ada82126","name":"Publish message with custom timestamp: Wed Oct 25 2023 23:15:37 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034144767,"stop":1729034144768,"duration":1},"status":"passed","severity":"normal"},{"uid":"213ae7747d7ffbe2","name":"Subscribe and receives messages on 20 topics","time":{"start":1729034209107,"stop":1729034209107,"duration":0},"status":"passed","severity":"normal"},{"uid":"76c83484cb09281d","name":"Check received message with timestamp: 1649153314 ","time":{"start":1729034121899,"stop":1729034121899,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e339eb245e48367","name":"Passing page size 110 when there are 120 messages","time":{"start":1729034208295,"stop":1729034208295,"duration":0},"status":"passed","severity":"normal"},{"uid":"bae066ea0937368","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1729033892956,"stop":1729033892956,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d2a534378b4282","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1729033899384,"stop":1729033899385,"duration":1},"status":"passed","severity":"normal"},{"uid":"997ec848a1e13ccb","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034066153,"stop":1729034066153,"duration":0},"status":"passed","severity":"normal"},{"uid":"73a1c469cf9057db","name":"should throw error - no id","time":{"start":1729033843115,"stop":1729033843115,"duration":0},"status":"passed","severity":"normal"},{"uid":"32ba962660412e34","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1729033900651,"stop":1729033900653,"duration":2},"status":"passed","severity":"normal"},{"uid":"8dd1ce60386702ae","name":"Check received message with timestamp: 1729033892674 ","time":{"start":1729034121899,"stop":1729034121899,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b224c5f3fcf2c67","name":"Push message with content topic containing SQL Injection","time":{"start":1729034137146,"stop":1729034137147,"duration":1},"status":"passed","severity":"normal"},{"uid":"a06cb4d39e4924ab","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1729033834395,"stop":1729033834396,"duration":1},"status":"passed","severity":"normal"},{"uid":"af9106982d94de63","name":"handles multiple messages","time":{"start":1729034211308,"stop":1729034211309,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5b2f50a1c4d55e5","name":"Check message on other pubsub topic is not received","time":{"start":1729034121953,"stop":1729034121953,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd0cdbbd47f54e1","name":"Push message with custom timestamp: 1729030415236","time":{"start":1729034129481,"stop":1729034129481,"duration":0},"status":"passed","severity":"normal"},{"uid":"be79d9dea684fb7a","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1729033858274,"stop":1729033858274,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7bdedde96cc68d50","name":"Check received message containing Arabic","time":{"start":1729034121931,"stop":1729034121931,"duration":0},"status":"passed","severity":"normal"},{"uid":"74092a168d3eacba","name":"Check message received after jswaku node is restarted","time":{"start":1729034014882,"stop":1729034014882,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4bc8c2d6b1b49a70","name":"Number of peers are maintained correctly","time":{"start":1729033974447,"stop":1729033974447,"duration":0},"status":"passed","severity":"normal"},{"uid":"52daed36c475da24","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1729033976789,"stop":1729033976790,"duration":1},"status":"passed","severity":"normal"},{"uid":"8dff0d8f39f2e499","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1729034041477,"stop":1729034041477,"duration":0},"status":"passed","severity":"normal"},{"uid":"c97493c8f189f6f6","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1729033834389,"stop":1729033834389,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8ee0a29081af6a2","name":"Check received message containing short","time":{"start":1729034014827,"stop":1729034014827,"duration":0},"status":"passed","severity":"normal"},{"uid":"394d2b747420596a","name":"Mutual subscription","time":{"start":1729034147759,"stop":1729034147760,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fb72ed78dcdda5e","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1729034209106,"stop":1729034209107,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d50f32c7ebe81e8","name":"should not receive a peer event after stop","time":{"start":1729034162416,"stop":1729034162417,"duration":1},"status":"passed","severity":"normal"},{"uid":"337e8de56e552ecc","name":"should decode valid enr successfully","time":{"start":1729033843113,"stop":1729033843113,"duration":0},"status":"passed","severity":"normal"},{"uid":"d102312858215e33","name":"Push message with custom timestamp: 1698275577436","time":{"start":1729034137157,"stop":1729034137158,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1383bac4562fb26","name":"Query generator for multiple messages with multiple decoders","time":{"start":1729034213017,"stop":1729034213017,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8e74cec2e36bf3b","name":"should only return 1 node with relay and store capability","time":{"start":1729033858271,"stop":1729033858272,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3b7cc5690108cfa","name":"Passing page size 3 when there are 20 messages","time":{"start":1729034208294,"stop":1729034208294,"duration":0},"status":"passed","severity":"normal"},{"uid":"13c9afdf003b23b8","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034066161,"stop":1729034066161,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e34179447f8771f","name":"Publish message with rate limit","time":{"start":1729034144773,"stop":1729034144774,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a8e22de62afb947","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1729033842350,"stop":1729033842350,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f520f5cd8cf847c","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1729033857765,"stop":1729033857766,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5a34da920945468","name":"Check message with invalid timestamp is not received","time":{"start":1729034121952,"stop":1729034121953,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cd5686e21697320","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1729033834390,"stop":1729033834391,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1af9d4bcc219a38","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1729033976797,"stop":1729033976797,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d0ea26c719c8254","name":"creates an iterator","time":{"start":1729034211308,"stop":1729034211308,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e8a3af46ecfe32d","name":"Ping on unsubscribed peer","time":{"start":1729033939922,"stop":1729033939922,"duration":0},"status":"passed","severity":"normal"},{"uid":"95b9b56c95ecfe26","name":"Push message with meta","time":{"start":1729034129480,"stop":1729034129480,"duration":0},"status":"passed","severity":"normal"},{"uid":"b94fa7351d01e5bd","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1729034034974,"stop":1729034034976,"duration":2},"status":"passed","severity":"normal"},{"uid":"567230e92eefcc88","name":"Push message with content topic containing XML","time":{"start":1729034129477,"stop":1729034129477,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2a979ab240db1c5","name":"should throw an error for missing required configuration","time":{"start":1729033834382,"stop":1729033834382,"duration":0},"status":"passed","severity":"normal"},{"uid":"bce766f40992978b","name":"should not fail to start the service if it is already started","time":{"start":1729033904744,"stop":1729033904745,"duration":1},"status":"passed","severity":"normal"},{"uid":"1757fff5384cb215","name":"Round trip binary encryption [ecies, signature]","time":{"start":1729033869944,"stop":1729033869944,"duration":0},"status":"passed","severity":"normal"},{"uid":"11bb2116837ffee1","name":"random static sharding 9 - Cluster ID: 129, Shard ID: 338","time":{"start":1729034177535,"stop":1729034177535,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0afe1a208547434","name":"Subscribe to topic containing Russian and publish message","time":{"start":1729034147780,"stop":1729034147780,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5f0f4ec0395127f","name":"should encode/decode to RLP encoding","time":{"start":1729033843117,"stop":1729033843117,"duration":0},"status":"passed","severity":"normal"},{"uid":"79ca731aa452e7ec","name":"should send to specified number of peers of used peers","time":{"start":1729033875011,"stop":1729033875011,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f10d442d4f6f884","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1729033899385,"stop":1729033899386,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e4878d8cd3a5386","name":"Query Generator, No Decoder","time":{"start":1729034188113,"stop":1729034188115,"duration":2},"status":"passed","severity":"normal"},{"uid":"209a13cc26091ad","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1729034169435,"stop":1729034169436,"duration":1},"status":"passed","severity":"normal"},{"uid":"65c444f119666655","name":"Generator, custom pubsub topic","time":{"start":1729034200064,"stop":1729034200065,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcd41c148a36baf6","name":"Encoder throws on undefined content topic","time":{"start":1729033869945,"stop":1729033869945,"duration":0},"status":"passed","severity":"normal"},{"uid":"49ee288dfa6ab127","name":"through manual discovery","time":{"start":1729034067354,"stop":1729034067355,"duration":1},"status":"passed","severity":"normal"},{"uid":"158c38ddb12f1d9d","name":"Check message with invalid timestamp is not received","time":{"start":1729034014878,"stop":1729034014878,"duration":0},"status":"passed","severity":"normal"},{"uid":"95d59c9e4e90b197","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1729033842344,"stop":1729033842345,"duration":1},"status":"passed","severity":"normal"},{"uid":"8510fb124606d97e","name":"Subscribe to topic containing Russian and receive message","time":{"start":1729034041490,"stop":1729034041491,"duration":1},"status":"passed","severity":"normal"},{"uid":"afcfccce3eafa91c","name":"Overlapping topic subscription","time":{"start":1729034209092,"stop":1729034209092,"duration":0},"status":"passed","severity":"normal"},{"uid":"608e0c34cccfca92","name":"Check received message with timestamp: 1649153314 ","time":{"start":1729034121948,"stop":1729034121951,"duration":3},"status":"passed","severity":"normal"},{"uid":"cba135ccb7b2f165","name":"Encoder throws on empty string content topic","time":{"start":1729033868327,"stop":1729033868328,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdbef5aaac5bc224","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1729033834394,"stop":1729033834395,"duration":1},"status":"passed","severity":"normal"},{"uid":"5cba75bc7a0e9cf4","name":"Subscribe to topic containing numeric and receive message","time":{"start":1729034041488,"stop":1729034041489,"duration":1},"status":"passed","severity":"normal"},{"uid":"e03453525f0fef2","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1729034147792,"stop":1729034147792,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad671ec7049aab7","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034200069,"stop":1729034200070,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1724edeb1c36b02","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1729034209090,"stop":1729034209090,"duration":0},"status":"passed","severity":"normal"},{"uid":"793736e75847cec5","name":"Ordered callback, aborts when callback returns true","time":{"start":1729034213020,"stop":1729034213020,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab0aead6031987d6","name":"Push message with JSON payload","time":{"start":1729034137133,"stop":1729034137133,"duration":0},"status":"passed","severity":"normal"},{"uid":"71b6e70e9e57fda8","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1729034121899,"stop":1729034121900,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f2bfe52b24493eb","name":"random static sharding 2 - Cluster ID: 947, Shard ID: 118","time":{"start":1729034177525,"stop":1729034177526,"duration":1},"status":"passed","severity":"normal"},{"uid":"511d78b3288a3b2b","name":"should find and add new peers","time":{"start":1729033874965,"stop":1729033874965,"duration":0},"status":"passed","severity":"normal"},{"uid":"2933df868be9a063","name":"Check received message containing JSON","time":{"start":1729034121940,"stop":1729034121940,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee29586b3dbe0824","name":"Subscribe to topic containing short and receive message","time":{"start":1729034209093,"stop":1729034209093,"duration":0},"status":"passed","severity":"normal"},{"uid":"14dd65eadc221420","name":"same cluster, different shard: nodes connect","time":{"start":1729034063496,"stop":1729034063497,"duration":1},"status":"passed","severity":"normal"},{"uid":"33b51db819627fb0","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1729033842345,"stop":1729033842346,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5c2dde2f136ed5d","name":"Default pageSize","time":{"start":1729034208295,"stop":1729034208296,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3632c673bf8652a","name":"Subscribe and receive messages via lightPush","time":{"start":1729034041472,"stop":1729034041473,"duration":1},"status":"passed","severity":"normal"},{"uid":"de5ab1fa7d58ee53","name":"should not receive a peer event after stop","time":{"start":1729033862329,"stop":1729033862329,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc3932093d848c72","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1729033842340,"stop":1729033842342,"duration":2},"status":"passed","severity":"normal"},{"uid":"29e20a25181822dc","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1729034034986,"stop":1729034034986,"duration":0},"status":"passed","severity":"normal"},{"uid":"45e6661335ca799f","name":"Check received message with timestamp: 1729033892688 ","time":{"start":1729034014876,"stop":1729034014877,"duration":1},"status":"passed","severity":"normal"},{"uid":"a98a81f6745f52ba","name":"Check received message containing special chars","time":{"start":1729034121882,"stop":1729034121882,"duration":0},"status":"passed","severity":"normal"},{"uid":"b48472ccfba8f8e8","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1729033834373,"stop":1729033834373,"duration":0},"status":"passed","severity":"normal"},{"uid":"8aed09c3c889b5b5","name":"should return all peers when numPeers is 0","time":{"start":1729033850403,"stop":1729033850404,"duration":1},"status":"passed","severity":"normal"},{"uid":"44290cfabc20bd16","name":"Check received message containing unicode special characters","time":{"start":1729034121945,"stop":1729034121946,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fb4e6463603829c","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1729033857767,"stop":1729033857768,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0347586aa8106a8","name":"should only return 1 node with relay capability","time":{"start":1729033858271,"stop":1729033858271,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9c453161eb7cd31","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1729033834374,"stop":1729033834375,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbcc98d706d0d618","name":"Ordered Callback - true","time":{"start":1729034191995,"stop":1729034191996,"duration":1},"status":"passed","severity":"normal"},{"uid":"63acd4c5b9f4d77c","name":"Check received message containing SQL Injection","time":{"start":1729034121936,"stop":1729034121937,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6ebbb055be13728","name":"Relay + Store","time":{"start":1729033899736,"stop":1729033899737,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d85e34bfb34c0b3","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1729033834381,"stop":1729033834381,"duration":0},"status":"passed","severity":"normal"},{"uid":"65330bd619f1f9b5","name":"Subscribe to topic containing emoji and receive message","time":{"start":1729034041503,"stop":1729034041507,"duration":4},"status":"passed","severity":"normal"},{"uid":"22ccfe398d0bacbe","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1729033965752,"stop":1729033965752,"duration":0},"status":"passed","severity":"normal"},{"uid":"32bc6e2c93d61e40","name":"Push message with custom timestamp: 1729030377436","time":{"start":1729034137158,"stop":1729034137158,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc009a12a1f848ca","name":"safeDispatchEvent","time":{"start":1729033933482,"stop":1729033933482,"duration":0},"status":"passed","severity":"normal"},{"uid":"e67f5286595fca06","name":"Push message with Script payload","time":{"start":1729034137127,"stop":1729034137128,"duration":1},"status":"passed","severity":"normal"},{"uid":"94edeca01736ea9e","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1729034169193,"stop":1729034169193,"duration":0},"status":"passed","severity":"normal"},{"uid":"f72ad94f4e15f6ed","name":"Push message with content topic containing shell command","time":{"start":1729034129478,"stop":1729034129478,"duration":0},"status":"passed","severity":"normal"},{"uid":"95769ae8ddaa4e4a","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1729033976803,"stop":1729033976803,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0d4451bba380693","name":"should reject if Relay is requested but not mounted","time":{"start":1729033875026,"stop":1729033875026,"duration":0},"status":"passed","severity":"normal"},{"uid":"795863f0cf273a74","name":"nwaku subscribes","time":{"start":1729034140324,"stop":1729034140324,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcf06c79df223e43","name":"should throw error - no id","time":{"start":1729033843114,"stop":1729033843114,"duration":0},"status":"passed","severity":"normal"},{"uid":"c575085c61fb592c","name":"can start and stop the service","time":{"start":1729034162414,"stop":1729034162414,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea2cb21452217cd5","name":"Push message with unicode special characters payload","time":{"start":1729034137134,"stop":1729034137135,"duration":1},"status":"passed","severity":"normal"},{"uid":"696da7a61f1ddfd","name":"retrieves a single peer","time":{"start":1729033858267,"stop":1729033858268,"duration":1},"status":"passed","severity":"normal"},{"uid":"a901a55da3b101c","name":"Renews peer on consistent ping failures","time":{"start":1729033974452,"stop":1729033974452,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3218ad5535c842d","name":"Check received message containing escaped characters","time":{"start":1729034121941,"stop":1729034121941,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f320e050bc272f4","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1729034203622,"stop":1729034203622,"duration":0},"status":"passed","severity":"normal"},{"uid":"9aa6b7655117184d","name":"Ping on subscribed peer","time":{"start":1729033939920,"stop":1729033939920,"duration":0},"status":"passed","severity":"normal"},{"uid":"5df0a4d5c483da99","name":"Decoder throws on undefined content topic","time":{"start":1729033869945,"stop":1729033869946,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fa2a0410dd57166","name":"Register correct protocols","time":{"start":1729034147760,"stop":1729034147760,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee6e97b084a3d147","name":"should properly create location multiaddrs - udp","time":{"start":1729033843124,"stop":1729033843124,"duration":0},"status":"passed","severity":"normal"},{"uid":"505e9f06ec3cb0fa","name":"Check received message containing Russian","time":{"start":1729034121932,"stop":1729034121935,"duration":3},"status":"passed","severity":"normal"},{"uid":"d4f1dbc9f55a12d6","name":"Push message on custom pubsubTopic","time":{"start":1729034066160,"stop":1729034066161,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b657d1f2ed19eab","name":"Passing page size 10 when there are 10 messages","time":{"start":1729034208294,"stop":1729034208294,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9111ca1f9067fac","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1729034209113,"stop":1729034209114,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a5c759068785bb3","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1729034041476,"stop":1729034041477,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac74dae45c45bc5f","name":"should throw if no connection provided","time":{"start":1729033850296,"stop":1729033850297,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d29cb1f4c264b6d","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1729033834386,"stop":1729033834386,"duration":0},"status":"passed","severity":"normal"},{"uid":"a271c6ef7e658bc9","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1729033976774,"stop":1729033976774,"duration":0},"status":"passed","severity":"normal"},{"uid":"498b15e4a75ae15","name":"Query Generator, Wrong PubsubTopic","time":{"start":1729034188112,"stop":1729034188113,"duration":1},"status":"passed","severity":"normal"},{"uid":"10a5984620b8a7c5","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1729034137164,"stop":1729034137164,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8185a14d1f3fafa","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1729033842351,"stop":1729033842352,"duration":1},"status":"passed","severity":"normal"},{"uid":"c746b2a6093af86e","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1729033834390,"stop":1729033834390,"duration":0},"status":"passed","severity":"normal"},{"uid":"e46866fad503d91a","name":"Should update shard info","time":{"start":1729034067823,"stop":1729034067823,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2e649bd064259a","name":"can dial TLS multiaddrs","time":{"start":1729034067353,"stop":1729034067354,"duration":1},"status":"passed","severity":"normal"},{"uid":"2de499adbd44abfe","name":"Check publish message containing Basic HTML tag","time":{"start":1729034144763,"stop":1729034144763,"duration":0},"status":"passed","severity":"normal"},{"uid":"28cc4f0f1d1f043b","name":"should not receive a peer event before start","time":{"start":1729033862328,"stop":1729033862329,"duration":1},"status":"passed","severity":"normal"},{"uid":"7729b51269dd51c2","name":"LightPush: 1 peers, Filter: 3 peers","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c0c7ec48ad861984","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1729033834392,"stop":1729033834392,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7e183aabf0ac7f0","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app71/2/topic384/xml","time":{"start":1729034169449,"stop":1729034169449,"duration":0},"status":"passed","severity":"normal"},{"uid":"20a37b44f0e1e835","name":"Ping on subscribed peer","time":{"start":1729033937070,"stop":1729033937071,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ace509ce8c04794","name":"Ping on subscribed peer","time":{"start":1729033939924,"stop":1729033939924,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff1f2f47634e75f8","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1729034209101,"stop":1729034209101,"duration":0},"status":"passed","severity":"normal"},{"uid":"6681a50f32a14027","name":"should emit a peer event after start","time":{"start":1729034162415,"stop":1729034162416,"duration":1},"status":"passed","severity":"normal"},{"uid":"22677fa25313314a","name":"should not add existing peers","time":{"start":1729033874965,"stop":1729033874966,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9e563c3f519fb7e","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1729034209098,"stop":1729034209099,"duration":1},"status":"passed","severity":"normal"},{"uid":"77ca1f2bcc5180a1","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1729034034981,"stop":1729034034982,"duration":1},"status":"passed","severity":"normal"},{"uid":"808d2b4d2b57a869","name":"LightPush: 1 peers, Filter: 0 peers","time":{"start":1729033977063,"stop":1729033977063,"duration":0},"status":"skipped","severity":"normal"},{"uid":"eb5e8530b58d36b2","name":"Push message with content topic containing special chars","time":{"start":1729034129474,"stop":1729034129475,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ef41a7b1467200b","name":"Check received message with timestamp: 1729033892674 ","time":{"start":1729034121947,"stop":1729034121948,"duration":1},"status":"passed","severity":"normal"},{"uid":"871e10650c27cbe9","name":"Relay + Store","time":{"start":1729033843126,"stop":1729033843126,"duration":0},"status":"passed","severity":"normal"},{"uid":"8645c6d90fc7a99c","name":"Throws when trying to push message with empty payload","time":{"start":1729034137142,"stop":1729034137142,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff5bc14a0109865","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1729033900643,"stop":1729033900645,"duration":2},"status":"passed","severity":"normal"},{"uid":"45642fb225f18a96","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app40/2/topic778/json","time":{"start":1729034169441,"stop":1729034169442,"duration":1},"status":"passed","severity":"normal"},{"uid":"b651fdb03f329e0c","name":"Query Generator - true","time":{"start":1729034191991,"stop":1729034191994,"duration":3},"status":"passed","severity":"normal"},{"uid":"fee9102c91e1f31d","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1729033834374,"stop":1729033834374,"duration":0},"status":"passed","severity":"normal"},{"uid":"67111eabb74f5d90","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1729033858273,"stop":1729033858273,"duration":0},"status":"passed","severity":"normal"},{"uid":"8453cc9db3e58bf","name":"1 Store, 2 relays, 2 fetches","time":{"start":1729033858030,"stop":1729033858031,"duration":1},"status":"passed","severity":"normal"},{"uid":"27f75e82b69a994d","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1729034209087,"stop":1729034209087,"duration":0},"status":"passed","severity":"normal"},{"uid":"7715a08b90f54572","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1729034041500,"stop":1729034041501,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ccc75f24037f44a","name":"Check publish message after service node is restarted","time":{"start":1729034144772,"stop":1729034144772,"duration":0},"status":"skipped","severity":"normal"},{"uid":"58b52190440868ef","name":"Query generator for 2000 messages","time":{"start":1729034213020,"stop":1729034213021,"duration":1},"status":"passed","severity":"normal"},{"uid":"3818b3cb1003852b","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1729033834388,"stop":1729033834389,"duration":1},"status":"passed","severity":"normal"},{"uid":"5019314d31f00be5","name":"Push message with content topic containing Script","time":{"start":1729034129476,"stop":1729034129477,"duration":1},"status":"passed","severity":"normal"},{"uid":"108578dd88342067","name":"Fails to publish duplicate message","time":{"start":1729034144769,"stop":1729034144769,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f7864acb02b1328","name":"should return false when no peers exist","time":{"start":1729033874961,"stop":1729033874962,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4fe79aa37b35dee","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1729033857765,"stop":1729033857765,"duration":0},"status":"passed","severity":"normal"},{"uid":"36fac8b81c78ddde","name":"Decoder throws on undefined content topic","time":{"start":1729033868328,"stop":1729033868329,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c58fb65170d5dfe","name":"Push message with Russian payload","time":{"start":1729034137125,"stop":1729034137125,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f8a0a9adb153093","name":"Query generator for multiple messages","time":{"start":1729034213016,"stop":1729034213016,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2a76bd444e1922b","name":"should reject if WakuNode is not started","time":{"start":1729033875025,"stop":1729033875026,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccae3bd215ab031a","name":"Refresh subscription","time":{"start":1729034041487,"stop":1729034041487,"duration":0},"status":"passed","severity":"normal"},{"uid":"5acf058b8ca06a45","name":"A test","time":{"start":1729034041650,"stop":1729034041650,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddc448134938d45e","name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","time":{"start":1729033850302,"stop":1729033850303,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cb10f550b803056","name":"should remove a peer","time":{"start":1729033874959,"stop":1729033874959,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d228bbee1e8f0dd","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729033942628,"stop":1729033942631,"duration":3},"status":"passed","severity":"normal"},{"uid":"9253fa941066d760","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1729033976811,"stop":1729033976812,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce8cedb5cfd197a3","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1729033900646,"stop":1729033900651,"duration":5},"status":"passed","severity":"normal"},{"uid":"b6e82edd7dfb5e54","name":"should use DNS peer discovery with light client","time":{"start":1729033904750,"stop":1729033904750,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a36f24186a799458","name":"random static sharding 4 - Cluster ID: 116, Shard ID: 717","time":{"start":1729034177527,"stop":1729034177530,"duration":3},"status":"passed","severity":"normal"},{"uid":"a920160a19f994d4","name":"Check message with no pubsub topic is not received","time":{"start":1729034014879,"stop":1729034014879,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e99282e67c4320d","name":"Check received message containing Chinese","time":{"start":1729034121885,"stop":1729034121885,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3644062172fdf93","name":"Subscribe to topic containing JSON and receive message","time":{"start":1729034209122,"stop":1729034209123,"duration":1},"status":"passed","severity":"normal"},{"uid":"135b86d140495b7b","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976800,"stop":1729033976800,"duration":0},"status":"passed","severity":"normal"},{"uid":"d286884eb1cc3fa6","name":"Subscribe to topic containing JSON and receive message","time":{"start":1729034041498,"stop":1729034041498,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4e3feb8f31b2695","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1729033976814,"stop":1729033976815,"duration":1},"status":"passed","severity":"normal"},{"uid":"a00c19e4efb06cfe","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1729034188118,"stop":1729034188118,"duration":0},"status":"passed","severity":"normal"},{"uid":"41076025a7ed68f9","name":"passes more than one ENR URLs and attempts connection","time":{"start":1729033904751,"stop":1729033904751,"duration":0},"status":"skipped","severity":"normal"},{"uid":"abe1a48d099cd5c2","name":"Subscribe and receive messages via lightPush","time":{"start":1729034209104,"stop":1729034209105,"duration":1},"status":"passed","severity":"normal"},{"uid":"9093925a3dbd6637","name":"Query generator for multiple messages with different message text format","time":{"start":1729034213017,"stop":1729034213017,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc9f41930c02a26","name":"ignores unrecognized TXT record formats","time":{"start":1729033858270,"stop":1729033858270,"duration":0},"status":"passed","severity":"normal"},{"uid":"27758764287c26f5","name":"Push message with special chars payload","time":{"start":1729034129467,"stop":1729034129467,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a3e9576697c212b","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app52/7/topic102/utf8","time":{"start":1729034169451,"stop":1729034169451,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca2bb7aef84f6de3","name":"Nodes with multiple pubsub topic","time":{"start":1729034137164,"stop":1729034137165,"duration":1},"status":"passed","severity":"normal"},{"uid":"72689a90cd6c3e48","name":"LightPush: 2 peers, Filter: 0 peers","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"status":"skipped","severity":"normal"},{"uid":"37f06885499a0920","name":"Passing cursor with wrong pubsubTopic","time":{"start":1729034169197,"stop":1729034169197,"duration":0},"status":"passed","severity":"normal"},{"uid":"5030f603a00cc87d","name":"Subscribe and receive messages via lightPush","time":{"start":1729034209086,"stop":1729034209086,"duration":0},"status":"passed","severity":"normal"},{"uid":"70167d99c236c8d0","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1729033834373,"stop":1729033834373,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b68b5ebbeeb8a05","name":"Subscribe to topic containing XML and receive message","time":{"start":1729034041497,"stop":1729034041497,"duration":0},"status":"passed","severity":"normal"},{"uid":"b14062fdee61776b","name":"should not receive a peer event after stop","time":{"start":1729033904747,"stop":1729033904748,"duration":1},"status":"passed","severity":"normal"},{"uid":"c291b76d1f5f8527","name":"should select older connection if present","time":{"start":1729033849393,"stop":1729033849393,"duration":0},"status":"passed","severity":"normal"},{"uid":"151dae1f97bacb4c","name":"LightPush: 0 peers, Filter: 1 peers","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6affaaf3320c2afb","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app49/10/topic527/proto","time":{"start":1729034169437,"stop":1729034169439,"duration":2},"status":"passed","severity":"normal"},{"uid":"5fb97c360f4ca8a","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1729033834385,"stop":1729033834385,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1a97181ec8fc61f","name":"Push message with content topic containing numeric","time":{"start":1729034129474,"stop":1729034129474,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a7756e6fe0f2b0e","name":"Ping on unsubscribed peer","time":{"start":1729033937075,"stop":1729033937082,"duration":7},"status":"passed","severity":"normal"},{"uid":"d3e840dfa6eb1262","name":"Renews peer for Filter on peer:disconnect event","time":{"start":1729033974460,"stop":1729033974461,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2401e130914b758","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1729033858272,"stop":1729033858273,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd09531aa7c5e035","name":"Subscribe to topic containing numeric and receive message","time":{"start":1729034209111,"stop":1729034209112,"duration":1},"status":"passed","severity":"normal"},{"uid":"6edbf3fd0fe60fae","name":"Meta field set when metaSetter is specified","time":{"start":1729033850548,"stop":1729033850548,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8ba2cf94cff6cdd","name":"Subscribe to topic containing Russian and receive message","time":{"start":1729034209099,"stop":1729034209099,"duration":0},"status":"passed","severity":"normal"},{"uid":"be6f43f9b8be1f4","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1729034121951,"stop":1729034121952,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c4d0e84fd08d42b","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1729033834366,"stop":1729033834372,"duration":6},"status":"passed","severity":"normal"},{"uid":"46fc31481b2eefbd","name":"Fails to publish message with size larger than 1 MB","time":{"start":1729034144772,"stop":1729034144772,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb6b1fcc9692de48","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1729033834380,"stop":1729033834380,"duration":0},"status":"passed","severity":"normal"},{"uid":"76c10252e8f9e433","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1729033834385,"stop":1729033834385,"duration":0},"status":"passed","severity":"normal"},{"uid":"df2cffba8141d8d0","name":"should not throw an error for a single configured topic","time":{"start":1729033834392,"stop":1729033834393,"duration":1},"status":"passed","severity":"normal"},{"uid":"782ccbdcdd9a82ac","name":"should reject if LightPush is requested but not mounted","time":{"start":1729033875026,"stop":1729033875027,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc00ac350d048be1","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1729034137165,"stop":1729034137165,"duration":0},"status":"passed","severity":"normal"},{"uid":"999739aaa6391318","name":"topics with same application and version share the same shard","time":{"start":1729033834375,"stop":1729033834376,"duration":1},"status":"passed","severity":"normal"},{"uid":"a74a642e0e36cf67","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1729033892957,"stop":1729033892959,"duration":2},"status":"passed","severity":"normal"},{"uid":"4bdf9f76925c2f1c","name":"Add multiple subscription objects on single nwaku node","time":{"start":1729034209130,"stop":1729034209131,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f5f3f58fd93316d","name":"Push message equal or less that 1MB","time":{"start":1729034137159,"stop":1729034137159,"duration":0},"status":"passed","severity":"normal"},{"uid":"df0cb287268aae2c","name":"Publish message with large meta","time":{"start":1729034144773,"stop":1729034144773,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee22311bb8b573f","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1729034203620,"stop":1729034203621,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfcecbc4b49d1137","name":"Waku message hash computation (meta attribute not present)","time":{"start":1729033836803,"stop":1729033836803,"duration":0},"status":"passed","severity":"normal"},{"uid":"9acd9f6755e0e3f6","name":"Push message with XML payload","time":{"start":1729034137129,"stop":1729034137129,"duration":0},"status":"passed","severity":"normal"},{"uid":"791d4d02d8709825","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1729033834391,"stop":1729033834391,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0db4921007edbc5","name":"should throw an error for an unconfigured topic","time":{"start":1729033834393,"stop":1729033834393,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b2f959ad49276d5","name":"should be able to decode the field with only FILTER set to true","time":{"start":1729033842348,"stop":1729033842349,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4901d1e9eafc016","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1729033942602,"stop":1729033942603,"duration":1},"status":"passed","severity":"normal"},{"uid":"ebeb66c57638e7d8","name":"recovers when dns.resolve returns empty","time":{"start":1729033858269,"stop":1729033858269,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdb485ecd5dfd4ca","name":"Push message with Basic HTML tag payload","time":{"start":1729034137130,"stop":1729034137130,"duration":0},"status":"passed","severity":"normal"},{"uid":"9eb26272e9fa5f9d","name":"Sign & Recover","time":{"start":1729033868927,"stop":1729033868927,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b8885ad2522f4d9","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1729034209092,"stop":1729034209092,"duration":0},"status":"passed","severity":"normal"},{"uid":"61c191ff03ad3c94","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1729034034976,"stop":1729034034977,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0c7632ded827cc5","name":"Ephemeral field set to true","time":{"start":1729033850548,"stop":1729033850548,"duration":0},"status":"passed","severity":"normal"},{"uid":"744d1dc06edeb69","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1729033862330,"stop":1729033862330,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcc5f84ba8a0f82f","name":"Check received message containing Russian","time":{"start":1729034121890,"stop":1729034121890,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fd4a9580e56e91c","name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","time":{"start":1729033850301,"stop":1729033850302,"duration":1},"status":"passed","severity":"normal"},{"uid":"be9c2a7ce7c9511d","name":"Delete observer","time":{"start":1729034124336,"stop":1729034124336,"duration":0},"status":"passed","severity":"normal"},{"uid":"4524c54de18898ca","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1729033834375,"stop":1729033834375,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b4321638e34b0a7","name":"Check received message containing Script","time":{"start":1729034121938,"stop":1729034121939,"duration":1},"status":"passed","severity":"normal"},{"uid":"535538802ea75bc1","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1729033834378,"stop":1729033834378,"duration":0},"status":"passed","severity":"normal"},{"uid":"d966242160424cae","name":"Check received message containing shell command","time":{"start":1729034014864,"stop":1729034014867,"duration":3},"status":"passed","severity":"normal"},{"uid":"fbb06da52c5c54a9","name":"Overlapping topic subscription","time":{"start":1729034147769,"stop":1729034147769,"duration":0},"status":"skipped","severity":"normal"},{"uid":"36467825f795991e","name":"Generator, 2 different pubsubtopics","time":{"start":1729034200069,"stop":1729034200069,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6ff28e526f9b6be","name":"Subscribe to topic containing Script and publish message","time":{"start":1729034147780,"stop":1729034147781,"duration":1},"status":"passed","severity":"normal"},{"uid":"82413fd48017b8b","name":"Check received message containing Basic HTML tag","time":{"start":1729034121939,"stop":1729034121940,"duration":1},"status":"passed","severity":"normal"},{"uid":"7cfaa02469bac2c5","name":"Publishes to nwaku","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b72a7ba1ad02d63","name":"Push message with content topic containing Russian","time":{"start":1729034129475,"stop":1729034129476,"duration":1},"status":"passed","severity":"normal"},{"uid":"5544fc7c1005a898","name":"Push message with Chinese payload","time":{"start":1729034129467,"stop":1729034129468,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c2cf4e5ffde61e2","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1729034209087,"stop":1729034209087,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bec4bef67576a8a","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1729033925381,"stop":1729033925382,"duration":1},"status":"passed","severity":"normal"},{"uid":"c91534afce3b4d7","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1729033834387,"stop":1729033834387,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd08246798d56","name":"random static sharding 5 - Cluster ID: 523, Shard ID: 370","time":{"start":1729034177531,"stop":1729034177531,"duration":0},"status":"passed","severity":"normal"},{"uid":"df2adb1f1cceaac2","name":"Check received message containing short","time":{"start":1729034121910,"stop":1729034121910,"duration":0},"status":"passed","severity":"normal"},{"uid":"3272d99ca358d8a7","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1729033834392,"stop":1729033834392,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9b543667b2cea7e","name":"Check received message containing emoji","time":{"start":1729034014873,"stop":1729034014873,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb048deab5f94975","name":"Push message with SQL Injection payload","time":{"start":1729034129469,"stop":1729034129469,"duration":0},"status":"passed","severity":"normal"},{"uid":"195081937468dbd9","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1729034034984,"stop":1729034034986,"duration":2},"status":"passed","severity":"normal"},{"uid":"4c71e59145bf52eb","name":"Check publish message containing JSON","time":{"start":1729034144764,"stop":1729034144764,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bbe60fec3870561","name":"Rejects garbage","time":{"start":1729033878344,"stop":1729033878344,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bb3fe4dbceea0f2","name":"Push message with Arabic payload","time":{"start":1729034137125,"stop":1729034137125,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9d3e037adbf9849","name":"should fail to send if no connected peers found","time":{"start":1729033875011,"stop":1729033875011,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7447c5b8802ac86","name":"Check publish message containing Arabic","time":{"start":1729034144761,"stop":1729034144761,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c61052c420f615c","name":"should set field with only FILTER enabled","time":{"start":1729033843126,"stop":1729033843126,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8ad8c8a8ccbc986","name":"Push message with shell command payload","time":{"start":1729034129471,"stop":1729034129471,"duration":0},"status":"passed","severity":"normal"},{"uid":"d53e203e593bd5a9","name":"Check message with no content topic is not received","time":{"start":1729034121904,"stop":1729034121905,"duration":1},"status":"passed","severity":"normal"},{"uid":"c245fe3af29d4606","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1729034137163,"stop":1729034137163,"duration":0},"status":"passed","severity":"normal"},{"uid":"67865a326c280c34","name":"Push message with JSON payload","time":{"start":1729034129471,"stop":1729034129471,"duration":0},"status":"passed","severity":"normal"},{"uid":"1dabfc48d9851cee","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1729033834388,"stop":1729033834388,"duration":0},"status":"passed","severity":"normal"},{"uid":"37712e1dbaa9b83a","name":"Push message with SQL Injection payload","time":{"start":1729034137126,"stop":1729034137126,"duration":0},"status":"passed","severity":"normal"},{"uid":"4acd84d2ea7309ec","name":"Push message with Chinese payload","time":{"start":1729034137124,"stop":1729034137125,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac9b5e339c018b1","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1729033834390,"stop":1729033834390,"duration":0},"status":"passed","severity":"normal"},{"uid":"3210f0b4b320f514","name":"should add and remove event listeners correctly","time":{"start":1729033862331,"stop":1729033862331,"duration":0},"status":"passed","severity":"normal"},{"uid":"50b712ddeb49f24e","name":"Push message with emoji payload","time":{"start":1729034129472,"stop":1729034129472,"duration":0},"status":"passed","severity":"normal"},{"uid":"5066d071ede58126","name":"Subscribe to topic containing shell command and publish message","time":{"start":1729034147786,"stop":1729034147787,"duration":1},"status":"passed","severity":"normal"},{"uid":"35e9299a16780797","name":"connected peers and dial","time":{"start":1729034122309,"stop":1729034122310,"duration":1},"status":"skipped","severity":"normal"},{"uid":"7ad94657f74a3767","name":"Push message with custom timestamp: 1729037577436","time":{"start":1729034137158,"stop":1729034137159,"duration":1},"status":"passed","severity":"normal"},{"uid":"7838614c6a8d3b05","name":"Asymmetric encrypt & decrypt","time":{"start":1729033868925,"stop":1729033868925,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5d8ec03b24b7fbd","name":"Decoder throws on empty string content topic","time":{"start":1729033868329,"stop":1729033868330,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ec1bffba5338d2d","name":"Push message with content topic containing special chars","time":{"start":1729034137144,"stop":1729034137144,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab7fd40e84003231","name":"Check received message containing special chars","time":{"start":1729034014834,"stop":1729034014834,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cf00c1fc945f5d5","name":"should not fail to start the service if it is already started","time":{"start":1729034162415,"stop":1729034162415,"duration":0},"status":"passed","severity":"normal"},{"uid":"302e84e6032ffd26","name":"Check received message containing long","time":{"start":1729034121912,"stop":1729034121913,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5a47a36237b83ab","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1729033892945,"stop":1729033892948,"duration":3},"status":"passed","severity":"normal"},{"uid":"67a00a433bf9bb05","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1729033976790,"stop":1729033976790,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a30a0b40e9abc4f","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1729033842352,"stop":1729033842352,"duration":0},"status":"passed","severity":"normal"},{"uid":"7050a2dbfa9a2b5b","name":"LightPush: 2 peers, Filter: 1 peers","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"status":"skipped","severity":"normal"},{"uid":"902cd01a33b75d49","name":"can start the service","time":{"start":1729033862326,"stop":1729033862326,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccc755503c3061a0","name":"Check received message containing JSON","time":{"start":1729034121892,"stop":1729034121894,"duration":2},"status":"passed","severity":"normal"},{"uid":"aa6c1e674aee882a","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1729033850405,"stop":1729033850406,"duration":1},"status":"passed","severity":"normal"},{"uid":"40c6272b765b34ba","name":"Check received message containing SQL Injection","time":{"start":1729034014852,"stop":1729034014853,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fa69fd0d326e6a6","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1729033965752,"stop":1729033965753,"duration":1},"status":"passed","severity":"normal"},{"uid":"c323a58981009528","name":"Check message with no payload is not received","time":{"start":1729034121905,"stop":1729034121906,"duration":1},"status":"passed","severity":"normal"},{"uid":"2138884f7fce1040","name":"should properly create peer info with all multiaddrs","time":{"start":1729033843124,"stop":1729033843124,"duration":0},"status":"passed","severity":"normal"},{"uid":"5edf5dffa57d98f2","name":"Publish message with custom timestamp: Wed Oct 16 2024 00:15:37 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034144769,"stop":1729034144769,"duration":0},"status":"passed","severity":"normal"},{"uid":"333f49d20480062f","name":"Fails to push message bigger that 1MB","time":{"start":1729034137159,"stop":1729034137159,"duration":0},"status":"passed","severity":"normal"},{"uid":"be8c92bf6f0d17f9","name":"should only return 1 node with store capability","time":{"start":1729033858272,"stop":1729033858272,"duration":0},"status":"passed","severity":"normal"},{"uid":"699f2b77c633ed67","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1729034147768,"stop":1729034147768,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1ab7ea949bb04c3","name":"throws on content topic with empty application field","time":{"start":1729033834361,"stop":1729033834362,"duration":1},"status":"passed","severity":"normal"},{"uid":"e807838429ebb56c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1729034034983,"stop":1729034034983,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ddb318abec5a925","name":"Subscribe to topic containing special chars and receive message","time":{"start":1729034041489,"stop":1729034041489,"duration":0},"status":"passed","severity":"normal"},{"uid":"8805bae33c14ad9c","name":"getPeersByDiscovery","time":{"start":1729033933480,"stop":1729033933481,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d152fdbfb1a42b3","name":"All","time":{"start":1729033899737,"stop":1729033899738,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f1d65590d8b1712","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1729033976776,"stop":1729033976776,"duration":0},"status":"passed","severity":"normal"},{"uid":"c14cc69c86867f35","name":"Subscribe and receive messages via waku relay post","time":{"start":1729034041474,"stop":1729034041476,"duration":2},"status":"passed","severity":"normal"},{"uid":"a249435eea9c5275","name":"Subscribe to topic containing Russian and receive message","time":{"start":1729034209113,"stop":1729034209113,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff8311727550462d","name":"Check message with non string payload is not received","time":{"start":1729034014881,"stop":1729034014882,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4f4b6d76f6fc81f","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1729034034983,"stop":1729034034983,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6894e6dfb574f5c","name":"Decoder throws on undefined content topic","time":{"start":1729033850549,"stop":1729033850549,"duration":0},"status":"passed","severity":"normal"},{"uid":"59bb9f5131c302e4","name":"LightPush with 3 connections","time":{"start":1729033977227,"stop":1729033977227,"duration":0},"status":"skipped","severity":"normal"},{"uid":"cc15b62d68a435b8","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1729033976813,"stop":1729033976814,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce5e819b14f49a4f","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1729033857769,"stop":1729033857769,"duration":0},"status":"passed","severity":"normal"},{"uid":"efd3348e3781003d","name":"should return true when peers exist","time":{"start":1729033874961,"stop":1729033874961,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebe33bcda2e1a05b","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1729034209096,"stop":1729034209098,"duration":2},"status":"passed","severity":"normal"},{"uid":"7f5f957ccabc4291","name":"should emit a peer event after start","time":{"start":1729033862328,"stop":1729033862328,"duration":0},"status":"passed","severity":"normal"},{"uid":"15e59fd53bacc39d","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1729033836804,"stop":1729033836804,"duration":0},"status":"passed","severity":"normal"},{"uid":"12983133b0db12d0","name":"Check received message containing numeric","time":{"start":1729034014832,"stop":1729034014833,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d7df0a70c160897","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app68/4/topic903/xml","time":{"start":1729034169449,"stop":1729034169450,"duration":1},"status":"passed","severity":"normal"},{"uid":"657164ca4bf63a3a","name":"should not fail to stop the service if it was not started","time":{"start":1729033904744,"stop":1729033904744,"duration":0},"status":"passed","severity":"normal"},{"uid":"99adbb840a61736c","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1729034147787,"stop":1729034147791,"duration":4},"status":"passed","severity":"normal"},{"uid":"a4c55a1794fc5758","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1729034209112,"stop":1729034209113,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fb99ac0386222b4","name":"new peer added after a peer was already found","time":{"start":1729034148001,"stop":1729034148001,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8189387eb3478021","name":"should return no connections if no open connection provided","time":{"start":1729033849393,"stop":1729033849393,"duration":0},"status":"passed","severity":"normal"},{"uid":"136f8b376a5ef8dd","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1729034041473,"stop":1729034041474,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a1cb887dab16e01","name":"Ordered Callback - false","time":{"start":1729034191996,"stop":1729034191996,"duration":0},"status":"passed","severity":"normal"},{"uid":"90d65debab2f9c9a","name":"Check received message containing numeric","time":{"start":1729034121876,"stop":1729034121876,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ddc6f273d8e26ea","name":"Subscribe and receives messages on 20 topics","time":{"start":1729034041477,"stop":1729034041485,"duration":8},"status":"passed","severity":"normal"},{"uid":"11bdc047ce3ac172","name":"random static sharding 8 - Cluster ID: 147, Shard ID: 773","time":{"start":1729034177534,"stop":1729034177534,"duration":0},"status":"passed","severity":"normal"},{"uid":"81a05dc231c56841","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1729034034979,"stop":1729034034981,"duration":2},"status":"passed","severity":"normal"},{"uid":"e0fb7aba5831a846","name":"stop","time":{"start":1729033933482,"stop":1729033933482,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2794ce3271f05c0","name":"throws on content topic with empty topic name field","time":{"start":1729033834363,"stop":1729033834363,"duration":0},"status":"passed","severity":"normal"},{"uid":"e953d120f79b9673","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976802,"stop":1729033976803,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2ba4c4715be4b64","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1729033834388,"stop":1729033834388,"duration":0},"status":"passed","severity":"normal"},{"uid":"448d08ecf0d94a8c","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1729033976801,"stop":1729033976801,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac2dbb59a9490cb3","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1729033965754,"stop":1729033965757,"duration":3},"status":"passed","severity":"normal"},{"uid":"1f0a85825c5f4bd9","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1729033857766,"stop":1729033857766,"duration":0},"status":"passed","severity":"normal"},{"uid":"14902470eec838df","name":"Refresh subscription","time":{"start":1729034147769,"stop":1729034147769,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c6ee047964e1ee70","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1729034169194,"stop":1729034169194,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0d9487a83bc6e77","name":"Push message with Script payload","time":{"start":1729034129469,"stop":1729034129469,"duration":0},"status":"passed","severity":"normal"},{"uid":"346f9458fd5d215e","name":"isConnected should return false after all peers disconnect","time":{"start":1729033925383,"stop":1729033925383,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f7044a24bbb2f80","name":"Check received message containing XML","time":{"start":1729034014856,"stop":1729034014858,"duration":2},"status":"passed","severity":"normal"},{"uid":"a73f36f9acc2bc87","name":"Subscribe to topic containing long and receive message","time":{"start":1729034209111,"stop":1729034209111,"duration":0},"status":"passed","severity":"normal"},{"uid":"69a57260d814adf","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1729033857768,"stop":1729033857768,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b94e67e200a3893","name":"Check meta is set [symmetric]","time":{"start":1729033868325,"stop":1729033868326,"duration":1},"status":"passed","severity":"normal"},{"uid":"3285b4f51931226e","name":"1 Relay, 1 Filter, gives up","time":{"start":1729033858031,"stop":1729033858031,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c52217137bf2df1","name":"Push message with content topic containing emoji","time":{"start":1729034137154,"stop":1729034137155,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ca1359e9c6274a4","name":"Filter with 3 connections","time":{"start":1729033977227,"stop":1729033977227,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1ad21a24c3632845","name":"Js publishes, other Js receives","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"status":"passed","severity":"normal"},{"uid":"88889ec786ec75c1","name":"Check received message containing Script","time":{"start":1729034014853,"stop":1729034014856,"duration":3},"status":"passed","severity":"normal"},{"uid":"97ef2ec77bfc8e36","name":"should encode/decode to text encoding","time":{"start":1729033843117,"stop":1729033843118,"duration":1},"status":"passed","severity":"normal"},{"uid":"4866072b417bef22","name":"Passing page size 0 when there are 110 messages","time":{"start":1729034208292,"stop":1729034208293,"duration":1},"status":"passed","severity":"normal"},{"uid":"da1b991707b80744","name":"Check publish message containing XML","time":{"start":1729034144763,"stop":1729034144763,"duration":0},"status":"passed","severity":"normal"},{"uid":"85ba216f652b1afb","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1729033976789,"stop":1729033976789,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a915424f754fe8c","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976811,"stop":1729033976811,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fcdd95b567ab236","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1729034209100,"stop":1729034209100,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd6d0a069e1cf87d","name":"should create a new stream if no existing for protocol found","time":{"start":1729033850298,"stop":1729033850298,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9f9dfd61ea6774b","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1729033976806,"stop":1729033976806,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dfdfd6c85179a52","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1729034209112,"stop":1729034209112,"duration":0},"status":"passed","severity":"normal"},{"uid":"92635fd97b2a282d","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1729034147781,"stop":1729034147781,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e4a7e43dcea7d44","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034066156,"stop":1729034066157,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d6afc05dba28b17","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729033942603,"stop":1729033942603,"duration":0},"status":"passed","severity":"normal"},{"uid":"2eff2b4f626c19e3","name":"Check message on other pubsub topic is not received","time":{"start":1729034014878,"stop":1729034014879,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7d4aef81b2ad903","name":"throws on content topic with empty version field","time":{"start":1729033834362,"stop":1729033834363,"duration":1},"status":"passed","severity":"normal"},{"uid":"60c64221952c1608","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1729033834380,"stop":1729033834381,"duration":1},"status":"passed","severity":"normal"},{"uid":"1aab05fe9d22c5","name":"Push message with content topic containing JSON","time":{"start":1729034137149,"stop":1729034137149,"duration":0},"status":"passed","severity":"normal"},{"uid":"80c0232bc8d8e740","name":"throws on content topic with too few or too many fields","time":{"start":1729033834360,"stop":1729033834360,"duration":0},"status":"passed","severity":"normal"},{"uid":"fec9c2aa22b41add","name":"should get / set UDP multiaddr","time":{"start":1729033843118,"stop":1729033843118,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceac3e92f9f46ffd","name":"should handle a minimal index list","time":{"start":1729033834401,"stop":1729033834402,"duration":1},"status":"passed","severity":"normal"},{"uid":"84ccf0ef8daed22a","name":"Subscribe to topic containing emoji and receive message","time":{"start":1729034209103,"stop":1729034209103,"duration":0},"status":"passed","severity":"normal"},{"uid":"f850f41597f2f56d","name":"dispatchEvent via connectionManager","time":{"start":1729033933481,"stop":1729033933481,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c29f41565adaaf4","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1729034041489,"stop":1729034041490,"duration":1},"status":"passed","severity":"normal"},{"uid":"3784f14904430d8e","name":"Decoder throws on empty string content topic","time":{"start":1729033850550,"stop":1729033850550,"duration":0},"status":"passed","severity":"normal"},{"uid":"c76586e255d169df","name":"should be able to encode the field with only RELAY set to true","time":{"start":1729033842331,"stop":1729033842337,"duration":6},"status":"passed","severity":"normal"},{"uid":"2c77ccf3c7cbf0ef","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1729034209089,"stop":1729034209089,"duration":0},"status":"passed","severity":"normal"},{"uid":"97d711547f6714a4","name":"Decoder throws on empty string content topic","time":{"start":1729033869946,"stop":1729033869946,"duration":0},"status":"passed","severity":"normal"},{"uid":"6414c67136b6500d","name":"Passing page size 11 when there are 10 messages","time":{"start":1729034208294,"stop":1729034208295,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9277d53a328231b","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1729034041485,"stop":1729034041486,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a5bbf60e4d7b233","name":"Check publish message containing Chinese","time":{"start":1729034144760,"stop":1729034144761,"duration":1},"status":"passed","severity":"normal"},{"uid":"b91b13fc3e55cf0d","name":"random static sharding 3 - Cluster ID: 864, Shard ID: 457","time":{"start":1729034177526,"stop":1729034177527,"duration":1},"status":"passed","severity":"normal"},{"uid":"93e0c44efc656603","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1729033942600,"stop":1729033942601,"duration":1},"status":"passed","severity":"normal"},{"uid":"f85149b15ac3ecd2","name":"Add multiple subscription objects on single nwaku node","time":{"start":1729034209103,"stop":1729034209104,"duration":1},"status":"passed","severity":"normal"},{"uid":"56519e36412b4de0","name":"configure the node with multiple content topics","time":{"start":1729034169452,"stop":1729034169452,"duration":0},"status":"passed","severity":"normal"},{"uid":"c06c95c6a26cf61c","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1729034147780,"stop":1729034147780,"duration":0},"status":"passed","severity":"normal"},{"uid":"cab3873319e434e3","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1729033976806,"stop":1729033976807,"duration":1},"status":"passed","severity":"normal"},{"uid":"7371c3eb09a213c2","name":"Subscribe to topic containing JSON and receive message","time":{"start":1729034209102,"stop":1729034209102,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a27d6524e6bca3d","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1729034169194,"stop":1729034169195,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e44a6d04542cf0d","name":"Subscribe to topic containing XML and receive message","time":{"start":1729034209114,"stop":1729034209115,"duration":1},"status":"passed","severity":"normal"},{"uid":"d85c8f05ff375edb","name":"unsubscribes","time":{"start":1729034211309,"stop":1729034211309,"duration":0},"status":"passed","severity":"normal"},{"uid":"58bb2b186144a301","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1729033965758,"stop":1729033965758,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d1435120d8f93e5","name":"Push message with long payload","time":{"start":1729034137118,"stop":1729034137118,"duration":0},"status":"passed","severity":"normal"},{"uid":"14156eebf4416c0a","name":"Check received message containing emoji","time":{"start":1729034121896,"stop":1729034121897,"duration":1},"status":"passed","severity":"normal"},{"uid":"b20358924c201834","name":"should wait for LightPush peer to be connected","time":{"start":1729033875029,"stop":1729033875029,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5b14d188c85eb07","name":"should be able to decode the field with only RELAY set to true","time":{"start":1729033842347,"stop":1729033842347,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fd38dcaf4933e89","name":"throws an error for improperly formatted content topics","time":{"start":1729033834377,"stop":1729033834378,"duration":1},"status":"passed","severity":"normal"},{"uid":"32f4f8a1e52efceb","name":"should be called for bootstrap peers","time":{"start":1729033900634,"stop":1729033900635,"duration":1},"status":"passed","severity":"normal"},{"uid":"b014f9caf7bb771c","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1729034209105,"stop":1729034209105,"duration":0},"status":"passed","severity":"normal"},{"uid":"a66b66b32d1511fa","name":"Subscribe to topic containing numeric and receive message","time":{"start":1729034209095,"stop":1729034209095,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb83e63e34db5f51","name":"can start and stop the service","time":{"start":1729033862326,"stop":1729033862327,"duration":1},"status":"passed","severity":"normal"},{"uid":"938a9acb9bcb9d69","name":"Subscribe to topic containing long and publish message","time":{"start":1729034147770,"stop":1729034147771,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ca954c832c1fac4","name":"Push message with content topic containing Script","time":{"start":1729034137147,"stop":1729034137147,"duration":0},"status":"passed","severity":"normal"},{"uid":"85eddb3e81039a96","name":"Renews subscription after lossing a connection","time":{"start":1729034209131,"stop":1729034209131,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd44b38ecc63a448","name":"Generator, custom pubsub topic","time":{"start":1729034200062,"stop":1729034200063,"duration":1},"status":"passed","severity":"normal"},{"uid":"b64d0efd4f00428e","name":"handles empty shards array correctly","time":{"start":1729033834397,"stop":1729033834397,"duration":0},"status":"passed","severity":"normal"},{"uid":"678e61af4756519d","name":"should properly create location multiaddrs - tcp6","time":{"start":1729033843123,"stop":1729033843123,"duration":0},"status":"passed","severity":"normal"},{"uid":"af211dddc154fa8a","name":"Subscribe to topic containing special chars and receive message","time":{"start":1729034209095,"stop":1729034209095,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4698dab1aafb9a1","name":"Check received message with timestamp: 1729033892674000000 ","time":{"start":1729034121897,"stop":1729034121898,"duration":1},"status":"passed","severity":"normal"},{"uid":"a85ae6593fd2ab99","name":"should set field with all protocols disabled","time":{"start":1729033843124,"stop":1729033843125,"duration":1},"status":"passed","severity":"normal"},{"uid":"29af7bcdad211c66","name":"Push message with escaped characters payload","time":{"start":1729034129471,"stop":1729034129472,"duration":1},"status":"passed","severity":"normal"},{"uid":"e45ba3c8a19c8c5a","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1729034034983,"stop":1729034034984,"duration":1},"status":"passed","severity":"normal"},{"uid":"97e9a59b57e1e3f6","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1729033976803,"stop":1729033976803,"duration":0},"status":"passed","severity":"normal"},{"uid":"f24b1b77313cd634","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1729033842351,"stop":1729033842351,"duration":0},"status":"passed","severity":"normal"},{"uid":"f351dd2c0ef4062","name":"pre and post cipher","time":{"start":1729033868926,"stop":1729033868927,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6330956c4792cd","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1729034034978,"stop":1729034034979,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f17c1aa34ba8765","name":"Push message with content topic containing Arabic","time":{"start":1729034137145,"stop":1729034137146,"duration":1},"status":"passed","severity":"normal"},{"uid":"347d5dbdafd0bcf8","name":"should throw an error for missing sharding configuration","time":{"start":1729033834397,"stop":1729033834397,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d10280669c51e01","name":"Check message on other pubsub topic is not received","time":{"start":1729034121902,"stop":1729034121904,"duration":2},"status":"passed","severity":"normal"},{"uid":"5ee8a9074f1fe826","name":"should not receive a peer event before start","time":{"start":1729034162416,"stop":1729034162416,"duration":0},"status":"passed","severity":"normal"},{"uid":"db1c2786cdf5a219","name":"different cluster, different shard: nodes don't connect","time":{"start":1729034063498,"stop":1729034063498,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f3fac1496e763c8","name":"start node with empty shard should fail","time":{"start":1729034177538,"stop":1729034177538,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0090beef69563d6","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034144766,"stop":1729034144767,"duration":1},"status":"passed","severity":"normal"},{"uid":"513a4f33ae102ccd","name":"Check message received after nwaku node is restarted","time":{"start":1729034121909,"stop":1729034121910,"duration":1},"status":"skipped","severity":"normal"},{"uid":"90e8f5877cd559ac","name":"Fails to push message bigger that 1MB","time":{"start":1729034129482,"stop":1729034129483,"duration":1},"status":"passed","severity":"normal"},{"uid":"a197a0a450629037","name":"Push message with content topic containing emoji","time":{"start":1729034129479,"stop":1729034129479,"duration":0},"status":"passed","severity":"normal"},{"uid":"5eb219c4d608bda5","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1729033834378,"stop":1729033834379,"duration":1},"status":"passed","severity":"normal"},{"uid":"464efd5c12a4613","name":"throws on content topic with non-number generation field","time":{"start":1729033834360,"stop":1729033834361,"duration":1},"status":"passed","severity":"normal"},{"uid":"11920bc7a35a87ef","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1729033834389,"stop":1729033834389,"duration":0},"status":"passed","severity":"normal"},{"uid":"915c1756a568e32a","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1729034034986,"stop":1729034034987,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a8f8b4fab1de8d8","name":"Check message with no payload is not received","time":{"start":1729034121954,"stop":1729034121954,"duration":0},"status":"passed","severity":"normal"},{"uid":"7601840878814b2c","name":"should properly compute the node id","time":{"start":1729033843117,"stop":1729033843117,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7dbbf96738f13c7","name":"Check received message with timestamp: 1649153314 ","time":{"start":1729034014877,"stop":1729034014877,"duration":0},"status":"passed","severity":"normal"},{"uid":"41453a7db2dca4c2","name":"should return empty list for no shard","time":{"start":1729033834381,"stop":1729033834382,"duration":1},"status":"passed","severity":"normal"},{"uid":"1158cb6250839e55","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1729034147767,"stop":1729034147768,"duration":1},"status":"passed","severity":"normal"},{"uid":"69a1c121d3415ac7","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1729034137162,"stop":1729034137163,"duration":1},"status":"passed","severity":"normal"},{"uid":"26d6d733b4d0e8fa","name":"Push message with content topic containing Basic HTML tag","time":{"start":1729034129477,"stop":1729034129477,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fada7215763a50","name":"Nwaku publishes","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e768977ff794b7f","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1729033834366,"stop":1729033834366,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d2ee081096896cd","name":"should be able to decode the field with only STORE set to true","time":{"start":1729033842349,"stop":1729033842349,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7ca5e9a306c28da","name":"Passing page size 1 when there are 4 messages","time":{"start":1729034208293,"stop":1729034208294,"duration":1},"status":"passed","severity":"normal"},{"uid":"261bc53f91ccb13","name":"Callback on promise, aborts when callback returns true","time":{"start":1729034213018,"stop":1729034213019,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fa42b026d734b81","name":"should encodeTxt and decodeTxt","time":{"start":1729033843112,"stop":1729033843113,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ca1565f105884db","name":"Push message with content topic containing short","time":{"start":1729034129473,"stop":1729034129473,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbd9433f389a4aec","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1729034209103,"stop":1729034209103,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb9630b168436422","name":"Check received message with timestamp: 1729033892674000000 ","time":{"start":1729034121947,"stop":1729034121947,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c2f4dbddcc7329d","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1729033942603,"stop":1729033942604,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccb0aafed26e4af2","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1729033836801,"stop":1729033836802,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f653c7984771ccc","name":"Push message on custom pubsubTopic","time":{"start":1729034066151,"stop":1729034066152,"duration":1},"status":"passed","severity":"normal"},{"uid":"4501d14f8b361270","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app71/9/topic946/proto","time":{"start":1729034169450,"stop":1729034169450,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcf83509c5b8117e","name":"Waku message hash computation (payload length 0)","time":{"start":1729033836803,"stop":1729033836804,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6b7d1ab8a02a495","name":"Push message on custom pubsubTopic","time":{"start":1729034066154,"stop":1729034066156,"duration":2},"status":"passed","severity":"normal"},{"uid":"8a09f5554454e11a","name":"Check publish message containing numeric","time":{"start":1729034144759,"stop":1729034144759,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0232e9ab11dd069","name":"Subscribe to topic containing special chars and receive message","time":{"start":1729034209112,"stop":1729034209112,"duration":0},"status":"passed","severity":"normal"},{"uid":"dee2f09078d3a946","name":"Push message with content topic containing XML","time":{"start":1729034137147,"stop":1729034137147,"duration":0},"status":"passed","severity":"normal"},{"uid":"8eb7b22f91a8aaac","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1729034034977,"stop":1729034034978,"duration":1},"status":"passed","severity":"normal"},{"uid":"f52b666df9f7c3c8","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1729034063485,"stop":1729034063486,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcd00b7c92d57611","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1729034169193,"stop":1729034169193,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b36b89ea2eaee4d","name":"different cluster, same shard: nodes don't connect","time":{"start":1729034063498,"stop":1729034063498,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdc590408cd957f2","name":"Push message with numeric payload","time":{"start":1729034129467,"stop":1729034129467,"duration":0},"status":"passed","severity":"normal"},{"uid":"831fbf155c9a84a3","name":"should wait for Store peer to be connected","time":{"start":1729033875029,"stop":1729033875030,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a718ff2e1178122","name":"should throw an error for insufficient data","time":{"start":1729033834403,"stop":1729033834403,"duration":0},"status":"passed","severity":"normal"},{"uid":"29a87b623acf71aa","name":"handles different networkShards values correctly","time":{"start":1729033834377,"stop":1729033834377,"duration":0},"status":"passed","severity":"normal"},{"uid":"a623703c6be41e89","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1729033842350,"stop":1729033842351,"duration":1},"status":"passed","severity":"normal"},{"uid":"13529e4f0b82df71","name":"Ping fails for unsubscribed peers","time":{"start":1729033974450,"stop":1729033974450,"duration":0},"status":"passed","severity":"normal"},{"uid":"dca2201e500a7a43","name":"Push message with Basic HTML tag payload","time":{"start":1729034129470,"stop":1729034129470,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ba3ebeee8e1717f","name":"should be able to encode the field with only STORE set to true","time":{"start":1729033842337,"stop":1729033842337,"duration":0},"status":"passed","severity":"normal"},{"uid":"c59da88c76cabc50","name":"Publish without waiting for remote peer","time":{"start":1729034147760,"stop":1729034147761,"duration":1},"status":"passed","severity":"normal"},{"uid":"4392f2ed8b39a49d","name":"Ephemeral messages are not stored","time":{"start":1729033899382,"stop":1729033899383,"duration":1},"status":"passed","severity":"normal"},{"uid":"911db5bac5406f2c","name":"Check received message containing emoji","time":{"start":1729034121946,"stop":1729034121947,"duration":1},"status":"passed","severity":"normal"},{"uid":"98c66a27507e8dd","name":"Push message with long payload","time":{"start":1729034129466,"stop":1729034129466,"duration":0},"status":"passed","severity":"normal"},{"uid":"97cb50e3f1149339","name":"returns only open connection if one present","time":{"start":1729033849392,"stop":1729033849392,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed172f918a67b239","name":"handles empty contentTopics array correctly","time":{"start":1729033834398,"stop":1729033834398,"duration":0},"status":"passed","severity":"normal"},{"uid":"5080acef3fb8347b","name":"Overlapping topic subscription","time":{"start":1729034209109,"stop":1729034209110,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b07c39a2039fe48","name":"Check received message containing Russian","time":{"start":1729034014850,"stop":1729034014851,"duration":1},"status":"passed","severity":"normal"},{"uid":"27bdaf32f1d1235a","name":"Encoder throws on empty string content topic","time":{"start":1729033869945,"stop":1729033869945,"duration":0},"status":"passed","severity":"normal"},{"uid":"987fe2883b8da6e5","name":"Push message with content topic containing Russian","time":{"start":1729034137146,"stop":1729034137146,"duration":0},"status":"passed","severity":"normal"},{"uid":"c086c39833a424d4","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1729034063489,"stop":1729034063489,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b34472644dd6906","name":"Check publish message after client node is restarted","time":{"start":1729034144773,"stop":1729034144773,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3c2dda195a8f8adf","name":"should return different streams if requested simultaniously","time":{"start":1729033850298,"stop":1729033850299,"duration":1},"status":"passed","severity":"normal"},{"uid":"b725f7da29b0b724","name":"Push message with short payload","time":{"start":1729034137117,"stop":1729034137118,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ca871b548f3e1d8","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1729033974453,"stop":1729033974453,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c42e7f1fbe406b6","name":"Fails to push message with large meta","time":{"start":1729034137156,"stop":1729034137156,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8611cf529ff1a32","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1729033868325,"stop":1729033868325,"duration":0},"status":"passed","severity":"normal"},{"uid":"db8b6980881f1b3e","name":"Subscribe to topic containing short and publish message","time":{"start":1729034147770,"stop":1729034147770,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4e7fc831e47e5f","name":"Generator, 2 different pubsubtopics","time":{"start":1729034200065,"stop":1729034200065,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d9c64f68d9f514","name":"Fails to push message with empty content topic","time":{"start":1729034137155,"stop":1729034137155,"duration":0},"status":"passed","severity":"normal"},{"uid":"8039a592883ee391","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1729033965758,"stop":1729033965758,"duration":0},"status":"passed","severity":"normal"},{"uid":"de9fe61c97f346a","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1729033834376,"stop":1729033834376,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b8d14f7b0ae309","name":"isConnected return false after peer stops","time":{"start":1729033925383,"stop":1729033925387,"duration":4},"status":"passed","severity":"normal"},{"uid":"5a1c3bd0fdc0bd88","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1729033976818,"stop":1729033976830,"duration":12},"status":"passed","severity":"normal"},{"uid":"8f06ef0eea544b35","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1729033892952,"stop":1729033892955,"duration":3},"status":"passed","severity":"normal"},{"uid":"984781a32af2884f","name":"isConnected should return true after first peer connects","time":{"start":1729033925382,"stop":1729033925383,"duration":1},"status":"passed","severity":"normal"},{"uid":"947a755e2de78eca","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1729034209106,"stop":1729034209106,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab68747bb3d68ba6","name":"random static sharding 6 - Cluster ID: 816, Shard ID: 369","time":{"start":1729034177532,"stop":1729034177533,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ccc902154703708","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1729033892948,"stop":1729033892951,"duration":3},"status":"passed","severity":"normal"},{"uid":"166af90615f30de1","name":"Renews subscription after lossing a connection","time":{"start":1729034209104,"stop":1729034209104,"duration":0},"status":"passed","severity":"normal"},{"uid":"46e004e45d313811","name":"Push message with content topic containing long","time":{"start":1729034129473,"stop":1729034129474,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6558a60c359deba","name":"LightPush: 0 peers, Filter: 0 peers","time":{"start":1729033977061,"stop":1729033977061,"duration":0},"status":"skipped","severity":"normal"},{"uid":"37a4f62c173f458e","name":"should return valid sharding parameters for static sharding","time":{"start":1729033834396,"stop":1729033834396,"duration":0},"status":"passed","severity":"normal"},{"uid":"45091b38740b6db4","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1729034209105,"stop":1729034209105,"duration":0},"status":"passed","severity":"normal"},{"uid":"a69ca65e484c6ddc","name":"Check publish message containing long","time":{"start":1729034144758,"stop":1729034144759,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6bf70f47f154819","name":"should be online or offline if network state changed","time":{"start":1729033892959,"stop":1729033892959,"duration":0},"status":"passed","severity":"normal"},{"uid":"310e05cb35456766","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1729034041492,"stop":1729034041494,"duration":2},"status":"passed","severity":"normal"},{"uid":"e0b52083cd6de736","name":"Subscribe to topic containing Script and receive message","time":{"start":1729034041496,"stop":1729034041496,"duration":0},"status":"passed","severity":"normal"},{"uid":"49965771c8691b2b","name":"Subscribe to topic containing XML and receive message","time":{"start":1729034209100,"stop":1729034209101,"duration":1},"status":"passed","severity":"normal"},{"uid":"45fb9f7fd57ac818","name":"Check received message containing XML","time":{"start":1729034121891,"stop":1729034121892,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae1109288cbfb932","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1729033942636,"stop":1729033942636,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b359348c08396df","name":"Generator, 2 different pubsubtopics","time":{"start":1729034200063,"stop":1729034200063,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aab248921776c81","name":"Push message with Arabic payload","time":{"start":1729034129468,"stop":1729034129468,"duration":0},"status":"passed","severity":"normal"},{"uid":"d489965df72576af","name":"Subscribe to topic containing emoji and publish message","time":{"start":1729034147792,"stop":1729034147792,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e732c89a30dc7a3","name":"Fails to publish message with empty text","time":{"start":1729034144770,"stop":1729034144770,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4f96019e75821d7","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1729033976793,"stop":1729033976793,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc0fae4a753f8dbf","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729033942598,"stop":1729033942600,"duration":2},"status":"passed","severity":"normal"},{"uid":"1f2f787ada5e50ef","name":"Push message with content topic containing long","time":{"start":1729034137143,"stop":1729034137143,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dfddb5c340280cb","name":"Subscribe to topic containing special chars and publish message","time":{"start":1729034147772,"stop":1729034147772,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2ecf39978ce5880","name":"Check publish message containing unicode special characters","time":{"start":1729034144765,"stop":1729034144765,"duration":0},"status":"passed","severity":"normal"},{"uid":"c05b2f0040a53ae4","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1729034144770,"stop":1729034144771,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc2800ea6245855b","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1729033842339,"stop":1729033842340,"duration":1},"status":"passed","severity":"normal"},{"uid":"86a898d96fc35bf2","name":"Overlapping topic subscription","time":{"start":1729034041486,"stop":1729034041487,"duration":1},"status":"passed","severity":"normal"},{"uid":"58bd5af16637ed50","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1729033834374,"stop":1729033834374,"duration":0},"status":"passed","severity":"normal"},{"uid":"db62a1d37b685b06","name":"LightPush with 2 connections","time":{"start":1729033977226,"stop":1729033977226,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2ee559ba0f23694f","name":"Query Generator, No message returned","time":{"start":1729034188115,"stop":1729034188116,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb8b8316a8a7c6f6","name":"Push message equal or less that 1MB","time":{"start":1729034129482,"stop":1729034129482,"duration":0},"status":"passed","severity":"normal"},{"uid":"28df5307083bf705","name":"Subscribe and receives messages on 20 topics","time":{"start":1729034209089,"stop":1729034209089,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e8cb9373b1af235","name":"Ping on peer without subscriptions","time":{"start":1729033937071,"stop":1729033937075,"duration":4},"status":"passed","severity":"normal"},{"uid":"2ba9fe54614373b5","name":"A test","time":{"start":1729034041649,"stop":1729034041649,"duration":0},"status":"passed","severity":"normal"},{"uid":"92aefb46c80bf75","name":"Push message with numeric payload","time":{"start":1729034137118,"stop":1729034137123,"duration":5},"status":"passed","severity":"normal"},{"uid":"fb076ace8bac66d5","name":"Filter with 1 connections","time":{"start":1729033977225,"stop":1729033977225,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8bcaee1cf08bdbbf","name":"Subscribe and receive messages via waku relay post","time":{"start":1729034209106,"stop":1729034209106,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba2ab9b7013b405f","name":"should throw error - invalid id","time":{"start":1729033843115,"stop":1729033843116,"duration":1},"status":"passed","severity":"normal"},{"uid":"65aef34e9a4e9c30","name":"Check message with non string payload is not received","time":{"start":1729034121954,"stop":1729034121957,"duration":3},"status":"passed","severity":"normal"},{"uid":"f5feedb9dfcc4d17","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1729033834387,"stop":1729033834387,"duration":0},"status":"passed","severity":"normal"},{"uid":"3db7910c9876d71b","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1729034203622,"stop":1729034203622,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1192085969f1e43","name":"Filter with 2 connections","time":{"start":1729033977226,"stop":1729033977227,"duration":1},"status":"skipped","severity":"normal"},{"uid":"df8972d42060612b","name":"Check message with no content topic is not received","time":{"start":1729034014879,"stop":1729034014880,"duration":1},"status":"passed","severity":"normal"},{"uid":"d60c6190ecd16f9e","name":"Check meta is set [ecies]","time":{"start":1729033869944,"stop":1729033869945,"duration":1},"status":"passed","severity":"normal"},{"uid":"5baa417cc12e77f9","name":"LightPush with 0 connections","time":{"start":1729033977222,"stop":1729033977224,"duration":2},"status":"skipped","severity":"normal"},{"uid":"5afb11ed383d80e8","name":"shard 0","time":{"start":1729034177523,"stop":1729034177524,"duration":1},"status":"passed","severity":"normal"},{"uid":"10023f765e7cb9c2","name":"getPeersByDiscovery","time":{"start":1729034147999,"stop":1729034148000,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c38336bcd744129","name":"should add a peer","time":{"start":1729033874956,"stop":1729033874958,"duration":2},"status":"passed","severity":"normal"},{"uid":"534163557f134226","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976783,"stop":1729033976784,"duration":1},"status":"passed","severity":"normal"},{"uid":"b431bda76f286cf","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1729033942631,"stop":1729033942634,"duration":3},"status":"passed","severity":"normal"},{"uid":"ec2d30b2aedc711c","name":"Push message with content topic containing Arabic","time":{"start":1729034129475,"stop":1729034129475,"duration":0},"status":"passed","severity":"normal"},{"uid":"7549417e62414179","name":"LightPush: 0 peers, Filter: 3 peers","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4c639395962da0dc","name":"Reopen subscription with peer with lost subscription","time":{"start":1729033939923,"stop":1729033939923,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f3784fd83ddd98f","name":"Callback on promise","time":{"start":1729034213018,"stop":1729034213018,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4ce0c4080659a82","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1729034147778,"stop":1729034147778,"duration":0},"status":"passed","severity":"normal"},{"uid":"b742d0527c4c012c","name":"Promise Callback - true","time":{"start":1729034191995,"stop":1729034191995,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a3c6a340f5e1245","name":"Subscribe and publish message","time":{"start":1729034147761,"stop":1729034147766,"duration":5},"status":"passed","severity":"normal"},{"uid":"55d5e3cc7077da4","name":"udp ip6 address","time":{"start":1729033842412,"stop":1729033842413,"duration":1},"status":"passed","severity":"normal"},{"uid":"e93a7e32c4f097d","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1729033942604,"stop":1729033942604,"duration":0},"status":"passed","severity":"normal"},{"uid":"893244347d095e11","name":"Push message with special chars payload","time":{"start":1729034137123,"stop":1729034137124,"duration":1},"status":"passed","severity":"normal"},{"uid":"898a622a5d8716b0","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1729033834398,"stop":1729033834399,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a5b60748cb4d39a","name":"Promise Callback - false","time":{"start":1729034191995,"stop":1729034191995,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ded228d114cc53b","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1729034147774,"stop":1729034147774,"duration":0},"status":"passed","severity":"normal"},{"uid":"55af24a024fa076e","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1729034209107,"stop":1729034209109,"duration":2},"status":"passed","severity":"normal"},{"uid":"7ec4aca1a050b75e","name":"Subscribe to topic containing short and receive message","time":{"start":1729034041488,"stop":1729034041488,"duration":0},"status":"passed","severity":"normal"},{"uid":"786d11b40ce6151a","name":"Check received message containing unicode special characters","time":{"start":1729034014871,"stop":1729034014873,"duration":2},"status":"passed","severity":"normal"},{"uid":"ba5d3d73b7d58edd","name":"Ping succeeds for all connected peers","time":{"start":1729033974447,"stop":1729033974449,"duration":2},"status":"passed","severity":"normal"},{"uid":"e6d3bbf982c5b393","name":"Push message with content topic containing short","time":{"start":1729034137142,"stop":1729034137143,"duration":1},"status":"passed","severity":"normal"},{"uid":"3db79c2b6a4284f3","name":"Ping on peer without subscriptions","time":{"start":1729033939924,"stop":1729033939924,"duration":0},"status":"passed","severity":"normal"},{"uid":"f335d918a8c492e9","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1729034213019,"stop":1729034213019,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcea1fe2780df9c2","name":"Check received message containing Chinese","time":{"start":1729034121924,"stop":1729034121931,"duration":7},"status":"passed","severity":"normal"},{"uid":"61c178f059a631d0","name":"Check message received after nwaku node is restarted","time":{"start":1729034121958,"stop":1729034121958,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7e6e74e42811c697","name":"Reopen subscription with peer with lost subscription","time":{"start":1729033937083,"stop":1729033937083,"duration":0},"status":"passed","severity":"normal"},{"uid":"7900b7379a879674","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1729033850404,"stop":1729033850405,"duration":1},"status":"passed","severity":"normal"},{"uid":"e32dabcc7b1bad92","name":"Check received message containing SQL Injection","time":{"start":1729034121890,"stop":1729034121891,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef61c7e9ea3322d7","name":"Push message with content topic containing shell command","time":{"start":1729034137149,"stop":1729034137150,"duration":1},"status":"passed","severity":"normal"},{"uid":"f390c29f1d06edf3","name":"Push message with emoji payload","time":{"start":1729034137135,"stop":1729034137135,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7314284874f7689","name":"Relay","time":{"start":1729033899735,"stop":1729033899736,"duration":1},"status":"passed","severity":"normal"},{"uid":"935792c153665915","name":"Push message with short payload","time":{"start":1729034129465,"stop":1729034129465,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8593330724bc43e","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1729033834372,"stop":1729033834373,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bc25111b7e25fa0","name":"Push 30 different messages","time":{"start":1729034129472,"stop":1729034129473,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ea1306217df5120","name":"Subscribe to topic containing emoji and receive message","time":{"start":1729034209128,"stop":1729034209130,"duration":2},"status":"passed","severity":"normal"},{"uid":"4c7e9104f80568d6","name":"Query with Ordered Callback, No Decoder","time":{"start":1729034188117,"stop":1729034188117,"duration":0},"status":"passed","severity":"normal"},{"uid":"6095a844312138d6","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1729034188117,"stop":1729034188117,"duration":0},"status":"passed","severity":"normal"},{"uid":"9700892e3d809c64","name":"Subscribe to topic containing shell command and receive message","time":{"start":1729034209123,"stop":1729034209127,"duration":4},"status":"passed","severity":"normal"},{"uid":"d0bbb7a3b2f170e2","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1729033925381,"stop":1729033925381,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcf4597776d0e924","name":"Query with Promise Callback, No message returned","time":{"start":1729034188119,"stop":1729034188119,"duration":0},"status":"passed","severity":"normal"},{"uid":"c980f2981b9c420","name":"LightPush: 3 peers, Filter: 3 peers","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"status":"skipped","severity":"normal"},{"uid":"42b5fdeb34b3c7eb","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1729033976810,"stop":1729033976811,"duration":1},"status":"passed","severity":"normal"},{"uid":"85e2220f05f5373f","name":"should retry on failure if specified","time":{"start":1729033875012,"stop":1729033875012,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9b2249ef39c5b0c","name":"random static sharding 1 - Cluster ID: 68, Shard ID: 269","time":{"start":1729034177524,"stop":1729034177525,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7ec1ed7d6561802","name":"Push message with content topic containing SQL Injection","time":{"start":1729034129476,"stop":1729034129476,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b934de0a8b07a14","name":"Check received message containing JSON","time":{"start":1729034014863,"stop":1729034014864,"duration":1},"status":"passed","severity":"normal"},{"uid":"18599f2934e3603","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1729033857427,"stop":1729033857428,"duration":1},"status":"passed","severity":"normal"},{"uid":"2acf1f11fc4b7f0f","name":"should reject on timeout if it was set","time":{"start":1729033875028,"stop":1729033875028,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a068d3f925a4043","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1729034209128,"stop":1729034209128,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"9f02dd1a99d02f9a","name":"Fails to publish message with empty text","time":{"start":1729034636316,"stop":1729034636319,"duration":3},"status":"passed","severity":"normal"},{"uid":"e3a94c3ffbfa97ee","name":"addEventListener with correct event","time":{"start":1729034432447,"stop":1729034432448,"duration":1},"status":"passed","severity":"normal"},{"uid":"8967213985d751f4","name":"Subscribe and receive messages via waku relay post","time":{"start":1729034536096,"stop":1729034536097,"duration":1},"status":"passed","severity":"normal"},{"uid":"7bae492ebd813f04","name":"LightPush: 1 peers, Filter: 0 peers","time":{"start":1729034473212,"stop":1729034473212,"duration":0},"status":"skipped","severity":"normal"},{"uid":"24a32122a9f788a0","name":"Ping on unsubscribed peer","time":{"start":1729034435019,"stop":1729034435019,"duration":0},"status":"passed","severity":"normal"},{"uid":"9775802917eb5b7a","name":"Push message on custom pubsubTopic","time":{"start":1729034565832,"stop":1729034565832,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d07ffeac9b4e497","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1729034472986,"stop":1729034472987,"duration":1},"status":"passed","severity":"normal"},{"uid":"4536c88c9cc80a2b","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1729034472942,"stop":1729034472943,"duration":1},"status":"passed","severity":"normal"},{"uid":"42f7d1138fc735ba","name":"Check received message containing escaped characters","time":{"start":1729034506792,"stop":1729034506792,"duration":0},"status":"passed","severity":"normal"},{"uid":"73fdd047c96a6145","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1729034332628,"stop":1729034332629,"duration":1},"status":"passed","severity":"normal"},{"uid":"2674d9522b3ddaaf","name":"Check received message containing Russian","time":{"start":1729034611678,"stop":1729034611678,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc3442e6a4c34563","name":"Push message with content topic containing Basic HTML tag","time":{"start":1729034631259,"stop":1729034631259,"duration":0},"status":"passed","severity":"normal"},{"uid":"9102f1ce2e9ae9d","name":"Check message received after jswaku node is restarted","time":{"start":1729034506804,"stop":1729034506804,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d97fe66138014db9","name":"Subscribe to topic containing Russian and receive message","time":{"start":1729034704494,"stop":1729034704494,"duration":0},"status":"passed","severity":"normal"},{"uid":"979d0fb73768c04e","name":"Query Generator, Wrong PubsubTopic","time":{"start":1729034682670,"stop":1729034682671,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2687993981cf46a","name":"Fails to push message with large meta","time":{"start":1729034631263,"stop":1729034631263,"duration":0},"status":"passed","severity":"normal"},{"uid":"86713bcfd9b88fc1","name":"should throw an error for missing sharding configuration","time":{"start":1729034332646,"stop":1729034332646,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba64f8b4c0861758","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1729034640525,"stop":1729034640525,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cd9a4b1d4775507","name":"Tracks peer failures correctly","time":{"start":1729034470391,"stop":1729034470391,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ee240bc75ced1a7","name":"should fail to send if pubsub topics are misconfigured","time":{"start":1729034372889,"stop":1729034372891,"duration":2},"status":"passed","severity":"normal"},{"uid":"712c441a7d5e18cb","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1729034408876,"stop":1729034408876,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2a982b30a3dd6eb8","name":"retrieves a single peer","time":{"start":1729034356472,"stop":1729034356473,"duration":1},"status":"passed","severity":"normal"},{"uid":"1baeb8a9bcde869d","name":"Passing page size 19 when there are 20 messages","time":{"start":1729034703311,"stop":1729034703311,"duration":0},"status":"passed","severity":"normal"},{"uid":"c589be67600220bc","name":"Check received message containing Russian","time":{"start":1729034506788,"stop":1729034506788,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e309a8cd3a4fa5a","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1729034340757,"stop":1729034340757,"duration":0},"status":"passed","severity":"normal"},{"uid":"18af7a3a33fbc145","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app61/3/topic302/test.js","time":{"start":1729034656466,"stop":1729034656466,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce7a72e6d7f1c1f3","name":"Ping on unsubscribed peer","time":{"start":1729034435416,"stop":1729034435416,"duration":0},"status":"passed","severity":"normal"},{"uid":"99dd023481b6e3cd","name":"should properly create location multiaddrs - tcp6","time":{"start":1729034341409,"stop":1729034341409,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb7f69f368614efa","name":"A test","time":{"start":1729034537008,"stop":1729034537008,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd889dfa8d13bb8","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1729034536097,"stop":1729034536097,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bf75811c139f700","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1729034472947,"stop":1729034472948,"duration":1},"status":"passed","severity":"normal"},{"uid":"8afa16ecfddccdd5","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1729034472932,"stop":1729034472932,"duration":0},"status":"passed","severity":"normal"},{"uid":"868df5c6fc01e212","name":"returns all values when wanted number matches available values","time":{"start":1729034355547,"stop":1729034355550,"duration":3},"status":"passed","severity":"normal"},{"uid":"8336e8b1900d35a5","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1729034356137,"stop":1729034356137,"duration":0},"status":"passed","severity":"normal"},{"uid":"358ca88f962b7fec","name":"through manual discovery","time":{"start":1729034561706,"stop":1729034561706,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f2671efc06931d2","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1729034626851,"stop":1729034626851,"duration":0},"status":"passed","severity":"normal"},{"uid":"46b00a9c4e9cb0bf","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1729034536110,"stop":1729034536110,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef88f331dc5eeef9","name":"Passing page size 0 when there are 110 messages","time":{"start":1729034703308,"stop":1729034703309,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dda83657e106d32","name":"should properly create location multiaddrs - udp6","time":{"start":1729034341405,"stop":1729034341409,"duration":4},"status":"passed","severity":"normal"},{"uid":"47dadd5c2c3461b1","name":"Check received message containing long","time":{"start":1729034611665,"stop":1729034611665,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fdb644cff587711","name":"should reject if LightPush is requested but not mounted","time":{"start":1729034373009,"stop":1729034373009,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf56ab61eb0e1d8f","name":"Push message with special chars payload","time":{"start":1729034631247,"stop":1729034631248,"duration":1},"status":"passed","severity":"normal"},{"uid":"64853306c48c8bd0","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1729034708550,"stop":1729034708551,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d5787334334d83d","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1729034704508,"stop":1729034704508,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c1815fc7296513e","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app74/1/topic712/proto","time":{"start":1729034656472,"stop":1729034656472,"duration":0},"status":"passed","severity":"normal"},{"uid":"807bfab0ab7db6ac","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1729034472932,"stop":1729034472939,"duration":7},"status":"passed","severity":"normal"},{"uid":"b432aaea450e842e","name":"should set field with only FILTER enabled","time":{"start":1729034341411,"stop":1729034341411,"duration":0},"status":"passed","severity":"normal"},{"uid":"95b6cd153284d511","name":"Add multiple subscription objects on single nwaku node","time":{"start":1729034704498,"stop":1729034704498,"duration":0},"status":"passed","severity":"normal"},{"uid":"49ed73453a1d5da7","name":"should not receive a peer event after stop","time":{"start":1729034360436,"stop":1729034360436,"duration":0},"status":"passed","severity":"normal"},{"uid":"6279971d93b7d061","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1729034399692,"stop":1729034399692,"duration":0},"status":"passed","severity":"normal"},{"uid":"7127178dfcecffe8","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1729034704493,"stop":1729034704493,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d8b428c8cf80e5f","name":"Add multiple subscription objects on single nwaku node","time":{"start":1729034704510,"stop":1729034704510,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f5f51995697dbf1","name":"Query generator for multiple messages with multiple decoders","time":{"start":1729034696863,"stop":1729034696864,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1184dbea190e5e9","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1729034708554,"stop":1729034708554,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce26fedc0b47d800","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1729034332622,"stop":1729034332623,"duration":1},"status":"passed","severity":"normal"},{"uid":"58e2f61f18684d6c","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1729034704508,"stop":1729034704509,"duration":1},"status":"passed","severity":"normal"},{"uid":"5078aad504ccea28","name":"Query generator for multiple messages with different message text format","time":{"start":1729034696863,"stop":1729034696863,"duration":0},"status":"passed","severity":"normal"},{"uid":"a647c4f1e59ee489","name":"same cluster, different shard: nodes connect","time":{"start":1729034558120,"stop":1729034558120,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9f6837555407217","name":"should not fail to stop the service if it was not started","time":{"start":1729034408863,"stop":1729034408863,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc04ac9ca34449a3","name":"Ephemeral field set to true","time":{"start":1729034348761,"stop":1729034348761,"duration":0},"status":"passed","severity":"normal"},{"uid":"2003724b05fc8a18","name":"different cluster, same shard: nodes don't connect","time":{"start":1729034558120,"stop":1729034558120,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0f9ceb37a91a03a","name":"Push message with short payload","time":{"start":1729034617746,"stop":1729034617747,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca330b4c8d94138a","name":"configure the node with multiple content topics","time":{"start":1729034656473,"stop":1729034656473,"duration":0},"status":"passed","severity":"normal"},{"uid":"383f8d18adbebd81","name":"removeEventListener with correct event","time":{"start":1729034432449,"stop":1729034432450,"duration":1},"status":"passed","severity":"normal"},{"uid":"8212e9e9b5855525","name":"Generator, 2 different pubsubtopics","time":{"start":1729034694624,"stop":1729034694624,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe76ed9c60785c09","name":"Push message with numeric payload","time":{"start":1729034631247,"stop":1729034631247,"duration":0},"status":"passed","severity":"normal"},{"uid":"c63b98678db1b47b","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034694623,"stop":1729034694623,"duration":0},"status":"passed","severity":"normal"},{"uid":"68feb3d40405137e","name":"shard 0","time":{"start":1729034668590,"stop":1729034668590,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3c836e9a04e13f3","name":"Generator, custom pubsub topic","time":{"start":1729034694624,"stop":1729034694624,"duration":0},"status":"passed","severity":"normal"},{"uid":"901f0d8a4d1bcc8e","name":"should encodeTxt and decodeTxt","time":{"start":1729034341398,"stop":1729034341398,"duration":0},"status":"passed","severity":"normal"},{"uid":"d87e2e882ba495e4","name":"Push message equal or less that 1MB","time":{"start":1729034617777,"stop":1729034617778,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4e6c39fa36ecf9e","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1729034640512,"stop":1729034640512,"duration":0},"status":"passed","severity":"normal"},{"uid":"7be23513471effc1","name":"Query with Promise Callback, No Decoder","time":{"start":1729034682680,"stop":1729034682681,"duration":1},"status":"passed","severity":"normal"},{"uid":"238a5ff60dd4cac7","name":"Sample","time":{"start":1729034340708,"stop":1729034340709,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f3499efa0df51f7","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1729034640524,"stop":1729034640524,"duration":0},"status":"passed","severity":"normal"},{"uid":"90123cc854a71929","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034565836,"stop":1729034565836,"duration":0},"status":"passed","severity":"normal"},{"uid":"a841ec4481a1622c","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1729034392569,"stop":1729034392569,"duration":0},"status":"passed","severity":"normal"},{"uid":"f865cb328a293af1","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1729034332628,"stop":1729034332628,"duration":0},"status":"passed","severity":"normal"},{"uid":"393c7ed1dae02240","name":"Publish message with custom timestamp: Wed Oct 16 2024 00:23:47 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034636315,"stop":1729034636316,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce21200b4f7d9ef2","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1729034665577,"stop":1729034665578,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3aa0423b013d3b3","name":"Check received message containing emoji","time":{"start":1729034506792,"stop":1729034506793,"duration":1},"status":"passed","severity":"normal"},{"uid":"593823e34cb8014e","name":"Subscribe and receives messages on 20 topics","time":{"start":1729034704491,"stop":1729034704491,"duration":0},"status":"passed","severity":"normal"},{"uid":"61377fabd5c9e298","name":"Check message received after nwaku node is restarted","time":{"start":1729034506805,"stop":1729034506805,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c671afd3844df709","name":"throws on content topic with empty topic name field","time":{"start":1729034332611,"stop":1729034332612,"duration":1},"status":"passed","severity":"normal"},{"uid":"650bb5b70d795a18","name":"Check publish message containing Russian","time":{"start":1729034636310,"stop":1729034636310,"duration":0},"status":"passed","severity":"normal"},{"uid":"f93566403986fa4e","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1729034332633,"stop":1729034332634,"duration":1},"status":"passed","severity":"normal"},{"uid":"320aa6f679d62665","name":"Subscribe to topic containing long and publish message","time":{"start":1729034640520,"stop":1729034640521,"duration":1},"status":"passed","severity":"normal"},{"uid":"478bd1c99e725f3e","name":"Light Node - default protocols","time":{"start":1729034713702,"stop":1729034713702,"duration":0},"status":"passed","severity":"normal"},{"uid":"eae4aa728e4a866","name":"Subscribe to topic containing short and receive message","time":{"start":1729034704503,"stop":1729034704503,"duration":0},"status":"passed","severity":"normal"},{"uid":"43aa0c74242f31a6","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1729034462535,"stop":1729034462535,"duration":0},"status":"passed","severity":"normal"},{"uid":"7549829b2c944fad","name":"Check received message containing special chars","time":{"start":1729034611651,"stop":1729034611651,"duration":0},"status":"passed","severity":"normal"},{"uid":"44eb10a901fa2466","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1729034356138,"stop":1729034356138,"duration":0},"status":"passed","severity":"normal"},{"uid":"8968d4f194e0fa8e","name":"dispatchEvent via connectionManager","time":{"start":1729034432451,"stop":1729034432451,"duration":0},"status":"passed","severity":"normal"},{"uid":"483848b214d5498","name":"Round trip binary serialization","time":{"start":1729034348760,"stop":1729034348760,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cf25a762956d1f","name":"Fails to push message bigger that 1MB","time":{"start":1729034617779,"stop":1729034617780,"duration":1},"status":"passed","severity":"normal"},{"uid":"e405261e1e334e93","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app35/10/topic983/json","time":{"start":1729034656461,"stop":1729034656463,"duration":2},"status":"passed","severity":"normal"},{"uid":"8fac500e6871bf88","name":"should be able to encode the field with only RELAY set to true","time":{"start":1729034340749,"stop":1729034340750,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f38ce65ed464e00","name":"Init the array if not present","time":{"start":1729034332493,"stop":1729034332494,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f8388ee864d26b0","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1729034682679,"stop":1729034682680,"duration":1},"status":"passed","severity":"normal"},{"uid":"d07fa758a41fd729","name":"Check publish message containing JSON","time":{"start":1729034636312,"stop":1729034636312,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ef611c5a409a067","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1729034536785,"stop":1729034536785,"duration":0},"status":"passed","severity":"normal"},{"uid":"5872bd9ccdd1e627","name":"Subscribe to topic containing Script and publish message","time":{"start":1729034640525,"stop":1729034640525,"duration":0},"status":"passed","severity":"normal"},{"uid":"9656edff3ac814ba","name":"Privacy Node - default protocol","time":{"start":1729034713702,"stop":1729034713703,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b5ec194e8af59fe","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1729034332646,"stop":1729034332646,"duration":0},"status":"passed","severity":"normal"},{"uid":"b76c4021e6fb6bc1","name":"should decode valid enr with tcp successfully","time":{"start":1729034341399,"stop":1729034341400,"duration":1},"status":"passed","severity":"normal"},{"uid":"62a92527073f7046","name":"pre and post cipher","time":{"start":1729034366898,"stop":1729034366899,"duration":1},"status":"passed","severity":"normal"},{"uid":"1728d8560b60ce61","name":"Check message on other pubsub topic is not received","time":{"start":1729034506802,"stop":1729034506802,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ba3fd5c9923c490","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1729034472983,"stop":1729034472983,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffcc039f5d06f90b","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1729034704494,"stop":1729034704494,"duration":0},"status":"passed","severity":"normal"},{"uid":"3df0bf90631ed451","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1729034704490,"stop":1729034704490,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fbde4baae10f611","name":"Waku message hash computation (meta attribute not present)","time":{"start":1729034335333,"stop":1729034335333,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc5bb3e4fa0df787","name":"should return usable stream attached to connection","time":{"start":1729034348411,"stop":1729034348411,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6a257ab4aa72659","name":"ignores unrecognized TXT record formats","time":{"start":1729034356474,"stop":1729034356474,"duration":0},"status":"passed","severity":"normal"},{"uid":"835aaf68785cb98d","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034565836,"stop":1729034565837,"duration":1},"status":"passed","severity":"normal"},{"uid":"33a437f83293fd24","name":"Mutual subscription","time":{"start":1729034640504,"stop":1729034640505,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac98161b7f033c16","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1729034656473,"stop":1729034656473,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d1e3aae46c491cf","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1729034462533,"stop":1729034462534,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7cfc384313eac3a","name":"Push message with shell command payload","time":{"start":1729034617754,"stop":1729034617754,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef836391f33f5693","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1729034708551,"stop":1729034708551,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0495332288f1342","name":"should find and add new peers","time":{"start":1729034373029,"stop":1729034373029,"duration":0},"status":"passed","severity":"normal"},{"uid":"73f625c7f6183c58","name":"tcp ip4 address","time":{"start":1729034340829,"stop":1729034340830,"duration":1},"status":"passed","severity":"normal"},{"uid":"311620d3bd5a1c06","name":"Check received message with timestamp: 1649153314 ","time":{"start":1729034611658,"stop":1729034611659,"duration":1},"status":"passed","severity":"normal"},{"uid":"623ed148f82a07dd","name":"getPeersByDiscovery","time":{"start":1729034432450,"stop":1729034432451,"duration":1},"status":"passed","severity":"normal"},{"uid":"48a5680f862134b9","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1729034640512,"stop":1729034640512,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f0963718de2c9c2","name":"Check publish message containing numeric","time":{"start":1729034636308,"stop":1729034636308,"duration":0},"status":"passed","severity":"normal"},{"uid":"37a9082755408cab","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1729034640511,"stop":1729034640512,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3c643fec7436bca","name":"Check message with no payload is not received","time":{"start":1729034611663,"stop":1729034611663,"duration":0},"status":"passed","severity":"normal"},{"uid":"73b9dfaee445f3dd","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1729034704505,"stop":1729034704505,"duration":0},"status":"passed","severity":"normal"},{"uid":"495dea3c216ec2ef","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1729034340751,"stop":1729034340752,"duration":1},"status":"passed","severity":"normal"},{"uid":"12df1396d1ef684b","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1729034356135,"stop":1729034356135,"duration":0},"status":"passed","severity":"normal"},{"uid":"35b30d3739cc9ba","name":"should encode/decode to RLP encoding","time":{"start":1729034341403,"stop":1729034341403,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a03517160f4c8a6","name":"Should update shard info","time":{"start":1729034566435,"stop":1729034566436,"duration":1},"status":"passed","severity":"normal"},{"uid":"3da90664d058291b","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1729034640523,"stop":1729034640524,"duration":1},"status":"passed","severity":"normal"},{"uid":"349f2c8d69db6128","name":"Push message with content topic containing escaped characters","time":{"start":1729034631260,"stop":1729034631261,"duration":1},"status":"passed","severity":"normal"},{"uid":"eba6858557c76f7e","name":"should remove the specified number of excess peers","time":{"start":1729034373028,"stop":1729034373029,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d79e101e857f99e","name":"Publish without waiting for remote peer","time":{"start":1729034640508,"stop":1729034640508,"duration":0},"status":"passed","severity":"normal"},{"uid":"9aec13f0ea551e1a","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1729034356136,"stop":1729034356136,"duration":0},"status":"passed","severity":"normal"},{"uid":"43f6956e7141c7e6","name":"Filter with 2 connections","time":{"start":1729034473407,"stop":1729034473407,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3ca24f99a1a9dc24","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1729034472939,"stop":1729034472940,"duration":1},"status":"passed","severity":"normal"},{"uid":"d05501e05e5d26a6","name":"handles different clusterIds correctly","time":{"start":1729034332624,"stop":1729034332624,"duration":0},"status":"passed","severity":"normal"},{"uid":"72e663472e47592d","name":"should not fail to stop the service if it was not started","time":{"start":1729034655442,"stop":1729034655443,"duration":1},"status":"passed","severity":"normal"},{"uid":"27a2f4f4795ebb4f","name":"should return no connections if no open connection provided","time":{"start":1729034348296,"stop":1729034348297,"duration":1},"status":"passed","severity":"normal"},{"uid":"685f27ede537d18f","name":"should reject if Store is requested but not mounted","time":{"start":1729034373009,"stop":1729034373010,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2b1d62226f98e53","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1729034645145,"stop":1729034645146,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b0dfcb860bb20c62","name":"Ping on subscribed peer","time":{"start":1729034435018,"stop":1729034435018,"duration":0},"status":"passed","severity":"normal"},{"uid":"afc5a0243271ff79","name":"Check received message containing Arabic","time":{"start":1729034611652,"stop":1729034611652,"duration":0},"status":"passed","severity":"normal"},{"uid":"c98b0d4ea42fd846","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1729034332624,"stop":1729034332624,"duration":0},"status":"passed","severity":"normal"},{"uid":"cca676bf90384b51","name":"isConnected return false after peer stops","time":{"start":1729034424274,"stop":1729034424275,"duration":1},"status":"passed","severity":"normal"},{"uid":"b867761900d7ba1a","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1729034704502,"stop":1729034704502,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b863421a8487eae","name":"should only return 1 node with relay capability","time":{"start":1729034356475,"stop":1729034356475,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdf7e29d5e72223e","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1729034536102,"stop":1729034536102,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2d3513f3eecbda9","name":"start node with empty shard should fail","time":{"start":1729034668612,"stop":1729034668612,"duration":0},"status":"passed","severity":"normal"},{"uid":"386924099e8ac11b","name":"Push message with unicode special characters payload","time":{"start":1729034617756,"stop":1729034617756,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec3fddf369023e4e","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1729034332644,"stop":1729034332645,"duration":1},"status":"passed","severity":"normal"},{"uid":"be6d5ab926496729","name":"Round trip binary encryption [ecies, signature]","time":{"start":1729034368072,"stop":1729034368072,"duration":0},"status":"passed","severity":"normal"},{"uid":"5663e8800dee897b","name":"Passing page size 1 when there are 4 messages","time":{"start":1729034703309,"stop":1729034703310,"duration":1},"status":"passed","severity":"normal"},{"uid":"42f88e5d3badf276","name":"Overlapping topic subscription","time":{"start":1729034704492,"stop":1729034704492,"duration":0},"status":"passed","severity":"normal"},{"uid":"948187d0b4f709c","name":"Check received message containing SQL Injection","time":{"start":1729034611652,"stop":1729034611653,"duration":1},"status":"passed","severity":"normal"},{"uid":"4409be8d5b5f2553","name":"LightPush: 3 peers, Filter: 1 peers","time":{"start":1729034473221,"stop":1729034473222,"duration":1},"status":"skipped","severity":"normal"},{"uid":"72d15ae16fba82c0","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034447631,"stop":1729034447632,"duration":1},"status":"passed","severity":"normal"},{"uid":"edec426c36ee4379","name":"should throw an error if shards are undefined for static sharding","time":{"start":1729034332629,"stop":1729034332629,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb882394c05a4112","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1729034626852,"stop":1729034626852,"duration":0},"status":"passed","severity":"normal"},{"uid":"accb193aebffdfb5","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472982,"stop":1729034472982,"duration":0},"status":"passed","severity":"normal"},{"uid":"444016408bac9bfb","name":"should wait for LightPush peer to be connected","time":{"start":1729034373011,"stop":1729034373011,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac079bd10eee4b87","name":"should not fail to start the service if it is already started","time":{"start":1729034360435,"stop":1729034360435,"duration":0},"status":"passed","severity":"normal"},{"uid":"84e70a4b1f55ad7e","name":"random static sharding 6 - Cluster ID: 361, Shard ID: 124","time":{"start":1729034668598,"stop":1729034668598,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f61f57c4ade81eb","name":"Check publish message containing XML","time":{"start":1729034636311,"stop":1729034636311,"duration":0},"status":"passed","severity":"normal"},{"uid":"9698d4239a699a","name":"should only return 1 node with relay and store capability","time":{"start":1729034356476,"stop":1729034356476,"duration":0},"status":"passed","severity":"normal"},{"uid":"d594a1d08849d2f8","name":"Check message with invalid timestamp is not received","time":{"start":1729034506798,"stop":1729034506802,"duration":4},"status":"passed","severity":"normal"},{"uid":"feba83822268e790","name":"Check received message containing special chars","time":{"start":1729034611666,"stop":1729034611667,"duration":1},"status":"passed","severity":"normal"},{"uid":"8863958ebd444621","name":"Check received message containing Russian","time":{"start":1729034611652,"stop":1729034611652,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe891374687425ea","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1729034332626,"stop":1729034332626,"duration":0},"status":"passed","severity":"normal"},{"uid":"a08529c44ce63c7d","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1729034462527,"stop":1729034462533,"duration":6},"status":"passed","severity":"normal"},{"uid":"ad96767a12c5b704","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1729034472976,"stop":1729034472976,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ebec372eb95b7c5","name":"should be able to encode the field with only FILTER set to true","time":{"start":1729034340751,"stop":1729034340751,"duration":0},"status":"passed","severity":"normal"},{"uid":"7179edc53bf6f2ea","name":"should wait for Filter peer to be connected","time":{"start":1729034373011,"stop":1729034373012,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f76ef8f93a93d24","name":"new peer added after a peer was already found","time":{"start":1729034645145,"stop":1729034645145,"duration":0},"status":"skipped","severity":"normal"},{"uid":"69cc5c6290df2345","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1729034645146,"stop":1729034645146,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ce6876eed00c3e1","name":"Check message with no content topic is not received","time":{"start":1729034506803,"stop":1729034506803,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf0000bb3fc7aebe","name":"Subscribe to topic containing JSON and receive message","time":{"start":1729034536109,"stop":1729034536109,"duration":0},"status":"passed","severity":"normal"},{"uid":"24423510ebc1db9a","name":"creates an iterator","time":{"start":1729034701148,"stop":1729034701153,"duration":5},"status":"passed","severity":"normal"},{"uid":"7ce868e722bbff0d","name":"Sets default value correctly","time":{"start":1729034728791,"stop":1729034728791,"duration":0},"status":"passed","severity":"normal"},{"uid":"1be2887f445306db","name":"Subscribe and receive messages via lightPush","time":{"start":1729034536094,"stop":1729034536095,"duration":1},"status":"passed","severity":"normal"},{"uid":"83cb1b0c3c29f0ea","name":"Subscribe to topic containing XML and receive message","time":{"start":1729034536108,"stop":1729034536108,"duration":0},"status":"passed","severity":"normal"},{"uid":"f85a385da8a6fe11","name":"Check publish message containing unicode special characters","time":{"start":1729034636313,"stop":1729034636314,"duration":1},"status":"passed","severity":"normal"},{"uid":"54ae6abc99a53cea","name":"should get / set UDP multiaddr","time":{"start":1729034341404,"stop":1729034341404,"duration":0},"status":"passed","severity":"normal"},{"uid":"d75761a71f86bae","name":"Check message received after jswaku node is restarted","time":{"start":1729034611664,"stop":1729034611664,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8baff3b4e5a5fe3b","name":"Ordered callback, aborts when callback returns true","time":{"start":1729034696866,"stop":1729034696866,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9224c9ee32b20e1","name":"Push message with content topic containing shell command","time":{"start":1729034617765,"stop":1729034617765,"duration":0},"status":"passed","severity":"normal"},{"uid":"98e4bcb6758633be","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1729034472990,"stop":1729034472990,"duration":0},"status":"passed","severity":"normal"},{"uid":"59dbfdf131c55b84","name":"throws on empty content topic","time":{"start":1729034332607,"stop":1729034332607,"duration":0},"status":"passed","severity":"normal"},{"uid":"2196992d36043067","name":"should throw an error for empty SingleShardInfos array","time":{"start":1729034332626,"stop":1729034332626,"duration":0},"status":"passed","severity":"normal"},{"uid":"d709730fe53675e5","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1729034332634,"stop":1729034332634,"duration":0},"status":"passed","severity":"normal"},{"uid":"a121a42d1ef23cbf","name":"should be online or offline if network state changed","time":{"start":1729034392570,"stop":1729034392571,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa6c74452defb2f1","name":"listenerCount","time":{"start":1729034432451,"stop":1729034432451,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e365aa5497d2a28","name":"should send to specified number of peers of used peers","time":{"start":1729034372892,"stop":1729034372892,"duration":0},"status":"passed","severity":"normal"},{"uid":"e695555dc53902af","name":"random static sharding 2 - Cluster ID: 822, Shard ID: 602","time":{"start":1729034668595,"stop":1729034668595,"duration":0},"status":"passed","severity":"normal"},{"uid":"abe515e73077bb82","name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","time":{"start":1729034348414,"stop":1729034348415,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d8f9349d857131f","name":"Push message with content topic containing SQL Injection","time":{"start":1729034631258,"stop":1729034631258,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0b4be503b185851","name":"Subscribe to topic containing Script and receive message","time":{"start":1729034704506,"stop":1729034704506,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e226b76e30a2996","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1729034472987,"stop":1729034472987,"duration":0},"status":"passed","severity":"normal"},{"uid":"3497feed0eab5e4b","name":"should reject if WakuNode is not started","time":{"start":1729034373008,"stop":1729034373009,"duration":1},"status":"passed","severity":"normal"},{"uid":"68cf8b5cf6a22f04","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1729034781180,"stop":1729034781180,"duration":0},"status":"passed","severity":"normal"},{"uid":"f07bb7bf39b0cb1d","name":"Waku message hash computation (no timestamp)","time":{"start":1729034335334,"stop":1729034335334,"duration":0},"status":"passed","severity":"normal"},{"uid":"78f1e29b3bc31ca6","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1729034392564,"stop":1729034392567,"duration":3},"status":"passed","severity":"normal"},{"uid":"d7c48e847a7f07ad","name":"Ephemeral messages are not stored","time":{"start":1729034398717,"stop":1729034398720,"duration":3},"status":"passed","severity":"normal"},{"uid":"3cb67a7660c91b2b","name":"Encoder throws on empty string content topic","time":{"start":1729034348762,"stop":1729034348762,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b7b6edafa70c782","name":"should reject on timeout if it was set","time":{"start":1729034373010,"stop":1729034373011,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5479d5b2669238e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472931,"stop":1729034472931,"duration":0},"status":"passed","severity":"normal"},{"uid":"bccfaa303878c43","name":"Check received message containing short","time":{"start":1729034611648,"stop":1729034611649,"duration":1},"status":"passed","severity":"normal"},{"uid":"6583fde5ef3d70f","name":"Decoder throws on undefined content topic","time":{"start":1729034368073,"stop":1729034368073,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3c71fff84aadc99","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1729034704490,"stop":1729034704490,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dfb4df3f42cab4b","name":"Check received message containing escaped characters","time":{"start":1729034611681,"stop":1729034611681,"duration":0},"status":"passed","severity":"normal"},{"uid":"91c28b51cd9940af","name":"Check received message containing JSON","time":{"start":1729034611680,"stop":1729034611680,"duration":0},"status":"passed","severity":"normal"},{"uid":"8022300972192a8e","name":"should throw error - no public key","time":{"start":1729034341401,"stop":1729034341402,"duration":1},"status":"passed","severity":"normal"},{"uid":"67ea13630f8f72c8","name":"Waku message hash computation (payload length 0)","time":{"start":1729034335333,"stop":1729034335333,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e17baf779cd345d","name":"throws on content topic with empty version field","time":{"start":1729034332610,"stop":1729034332611,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f557f872e4146ff","name":"ignores domain fetching errors","time":{"start":1729034356474,"stop":1729034356474,"duration":0},"status":"passed","severity":"normal"},{"uid":"b00ce4fddc8a2c4","name":"Filter with 3 connections","time":{"start":1729034473408,"stop":1729034473408,"duration":0},"status":"skipped","severity":"normal"},{"uid":"aed53a11f637ac55","name":"Check received message containing Basic HTML tag","time":{"start":1729034611654,"stop":1729034611655,"duration":1},"status":"passed","severity":"normal"},{"uid":"82878ccbd175e37f","name":"Push message with Chinese payload","time":{"start":1729034617749,"stop":1729034617749,"duration":0},"status":"passed","severity":"normal"},{"uid":"46508dc26314f5ab","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1729034332637,"stop":1729034332637,"duration":0},"status":"passed","severity":"normal"},{"uid":"10b5ce906378dde7","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1729034332639,"stop":1729034332640,"duration":1},"status":"passed","severity":"normal"},{"uid":"2710b7083cf92f29","name":"Relay - dialed first","time":{"start":1729034713699,"stop":1729034713700,"duration":1},"status":"passed","severity":"normal"},{"uid":"4503c5f5c3e064a5","name":"LightPush: 3 peers, Filter: 3 peers","time":{"start":1729034473222,"stop":1729034473223,"duration":1},"status":"skipped","severity":"normal"},{"uid":"667c9d9baade11ba","name":"Push message with rate limit","time":{"start":1729034617768,"stop":1729034617768,"duration":0},"status":"passed","severity":"normal"},{"uid":"3440c2aecbcb8d8f","name":"Push message with numeric payload","time":{"start":1729034617748,"stop":1729034617748,"duration":0},"status":"passed","severity":"normal"},{"uid":"c63179cf3eb1ed6f","name":"Push message with content topic containing special chars","time":{"start":1729034617760,"stop":1729034617760,"duration":0},"status":"passed","severity":"normal"},{"uid":"5736c26220e88954","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1729034332643,"stop":1729034332644,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f804ec9fceb9a37","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1729034611683,"stop":1729034611684,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c63ea6bf0dc1762","name":"Subscribe to topic containing emoji and receive message","time":{"start":1729034536111,"stop":1729034536111,"duration":0},"status":"passed","severity":"normal"},{"uid":"f70b2bfbbd45f5c2","name":"LightPush with 3 connections","time":{"start":1729034473407,"stop":1729034473408,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b8291f0e36d88793","name":"LightPush: 3 peers, Filter: 0 peers","time":{"start":1729034473219,"stop":1729034473220,"duration":1},"status":"skipped","severity":"normal"},{"uid":"66bc4e892128ac51","name":"should throw error - no id","time":{"start":1729034341400,"stop":1729034341400,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa9d46ab43205d85","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1729034332644,"stop":1729034332644,"duration":0},"status":"passed","severity":"normal"},{"uid":"8947fe04298a8c49","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1729034536790,"stop":1729034536790,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f8f8e48ed49263d","name":"Push message with emoji payload","time":{"start":1729034617757,"stop":1729034617757,"duration":0},"status":"passed","severity":"normal"},{"uid":"62f6babe0630c7d2","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1729034462533,"stop":1729034462533,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf61fdec4db3822","name":"Correctly serialized arguments","time":{"start":1729034561791,"stop":1729034561792,"duration":1},"status":"passed","severity":"normal"},{"uid":"38e4e348d549d9d4","name":"Keep-alive pings maintain the connection","time":{"start":1729034470387,"stop":1729034470387,"duration":0},"status":"passed","severity":"normal"},{"uid":"823a58dfc627b34d","name":"Encoder throws on undefined content topic","time":{"start":1729034368072,"stop":1729034368073,"duration":1},"status":"passed","severity":"normal"},{"uid":"591cc537101be78","name":"Ephemeral field is preserved - encoder v0","time":{"start":1729034398720,"stop":1729034398721,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6f1ced85575dfc0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034447614,"stop":1729034447615,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e080b79384118c0","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1729034536098,"stop":1729034536099,"duration":1},"status":"passed","severity":"normal"},{"uid":"2555b0c8cc60e0fb","name":"Decoder throws on empty string content topic","time":{"start":1729034368073,"stop":1729034368073,"duration":0},"status":"passed","severity":"normal"},{"uid":"65fc408483854dc8","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472988,"stop":1729034472988,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd997a7aa4d94a3a","name":"Check received message containing SQL Injection","time":{"start":1729034506788,"stop":1729034506789,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc7f38ef59d67ab","name":"Push message with content topic containing escaped characters","time":{"start":1729034617765,"stop":1729034617766,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab091b49e20cfcb1","name":"should throw if no connection provided","time":{"start":1729034348412,"stop":1729034348412,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5993a912345546d","name":"should wait for Store peer to be connected","time":{"start":1729034373012,"stop":1729034373012,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5a01902125afb3a","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1729034704494,"stop":1729034704495,"duration":1},"status":"passed","severity":"normal"},{"uid":"58454c45877a86f3","name":"Check message with non string payload is not received","time":{"start":1729034611685,"stop":1729034611687,"duration":2},"status":"passed","severity":"normal"},{"uid":"b236b6dc45aa2fd1","name":"Reopen subscription with peer with lost subscription","time":{"start":1729034435019,"stop":1729034435020,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d7c93dcd94e0f44","name":"Check received message containing XML","time":{"start":1729034611653,"stop":1729034611654,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a0ff36e7d1e3863","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1729034682672,"stop":1729034682673,"duration":1},"status":"passed","severity":"normal"},{"uid":"228d9d52124a6364","name":"Push message with shell command payload","time":{"start":1729034631251,"stop":1729034631251,"duration":0},"status":"passed","severity":"normal"},{"uid":"f477530628164c0d","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1729034356478,"stop":1729034356478,"duration":0},"status":"skipped","severity":"normal"},{"uid":"67f83597ab4cface","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1729034708552,"stop":1729034708552,"duration":0},"status":"passed","severity":"normal"},{"uid":"d266b047d5314977","name":"Subscribe to topic containing Russian and publish message","time":{"start":1729034640524,"stop":1729034640524,"duration":0},"status":"passed","severity":"normal"},{"uid":"5579e22f0d2569d6","name":"LightPush: 0 peers, Filter: 3 peers","time":{"start":1729034473211,"stop":1729034473211,"duration":0},"status":"skipped","severity":"normal"},{"uid":"74d64e06fe676770","name":"LightPush with 0 connections","time":{"start":1729034473400,"stop":1729034473401,"duration":1},"status":"skipped","severity":"normal"},{"uid":"ec08faf26fc2e35b","name":"should properly create location multiaddrs - udp4","time":{"start":1729034341404,"stop":1729034341404,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae6e8a022a2f0f06","name":"Sign & Recover","time":{"start":1729034366899,"stop":1729034366899,"duration":0},"status":"passed","severity":"normal"},{"uid":"789e6da66bec244e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472965,"stop":1729034472967,"duration":2},"status":"passed","severity":"normal"},{"uid":"41d1fb42303660c8","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1729034341399,"stop":1729034341399,"duration":0},"status":"passed","severity":"normal"},{"uid":"a07402179e9ac5ff","name":"Subscribe to topic containing Russian and receive message","time":{"start":1729034704505,"stop":1729034704506,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d61cb4dd453def2","name":"different cluster, different shard: nodes don't connect","time":{"start":1729034558121,"stop":1729034558121,"duration":0},"status":"passed","severity":"normal"},{"uid":"e745e6a6d91bcb6a","name":"Filter","time":{"start":1729034713702,"stop":1729034713702,"duration":0},"status":"passed","severity":"normal"},{"uid":"af9cc0dab29c8331","name":"should not receive a peer event after stop","time":{"start":1729034408871,"stop":1729034408872,"duration":1},"status":"passed","severity":"normal"},{"uid":"db90dd34b06f2769","name":"LightPush: 0 peers, Filter: 1 peers","time":{"start":1729034473210,"stop":1729034473211,"duration":1},"status":"skipped","severity":"normal"},{"uid":"a0b8e9a07b0f35b9","name":"should return different streams if requested simultaniously","time":{"start":1729034348413,"stop":1729034348413,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d6ee0e8af117d","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1729034472976,"stop":1729034472977,"duration":1},"status":"passed","severity":"normal"},{"uid":"ceded16c69868aa0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034447617,"stop":1729034447617,"duration":0},"status":"passed","severity":"normal"},{"uid":"5eb73c05e6ab9ec9","name":"Does not throw an exception when node disconnects","time":{"start":1729034728789,"stop":1729034728789,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc108c11934d0087","name":"Push message with Basic HTML tag payload","time":{"start":1729034617753,"stop":1729034617753,"duration":0},"status":"passed","severity":"normal"},{"uid":"727d999c67c19883","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1729034332633,"stop":1729034332633,"duration":0},"status":"passed","severity":"normal"},{"uid":"830e2a662e6a8079","name":"Query Generator - true","time":{"start":1729034683699,"stop":1729034683699,"duration":0},"status":"passed","severity":"normal"},{"uid":"81a6a9e7fee63520","name":"Push message with meta","time":{"start":1729034631262,"stop":1729034631262,"duration":0},"status":"passed","severity":"normal"},{"uid":"1324414a36b19823","name":"Passing page size 110 when there are 120 messages","time":{"start":1729034703312,"stop":1729034703312,"duration":0},"status":"passed","severity":"normal"},{"uid":"d97d043614eb23de","name":"Subscribe to topic containing numeric and receive message","time":{"start":1729034704493,"stop":1729034704493,"duration":0},"status":"passed","severity":"normal"},{"uid":"96643571910d1547","name":"Fails to publish duplicate message","time":{"start":1729034636316,"stop":1729034636316,"duration":0},"status":"passed","severity":"normal"},{"uid":"98362ad7f489ad77","name":"Callback on promise, aborts when callback returns true","time":{"start":1729034696865,"stop":1729034696865,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee968f11acf7d0df","name":"Throws when trying to push message with empty payload","time":{"start":1729034617758,"stop":1729034617758,"duration":0},"status":"passed","severity":"normal"},{"uid":"f324675a46ff49dd","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1729034340756,"stop":1729034340756,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab57ae4f0bbcc33e","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1729034447630,"stop":1729034447630,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfba8a063b17beef","name":"throws on content topic with non-number generation field","time":{"start":1729034332608,"stop":1729034332608,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a41cd28960e9fd5","name":"Encoder throws on empty string content topic","time":{"start":1729034366399,"stop":1729034366399,"duration":0},"status":"passed","severity":"normal"},{"uid":"48393a55ce4ee583","name":"1 Store, 2 fetches","time":{"start":1729034356195,"stop":1729034356195,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c1226e4013558b7","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1729034682672,"stop":1729034682672,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdace3ba5b83f5fd","name":"addEventListener with wrong event","time":{"start":1729034432448,"stop":1729034432449,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac74e4d08e2fae6b","name":"Check publish message containing long","time":{"start":1729034636307,"stop":1729034636308,"duration":1},"status":"passed","severity":"normal"},{"uid":"84fcf69ea18f9e47","name":"LightPush: 0 peers, Filter: 2 peers","time":{"start":1729034473211,"stop":1729034473211,"duration":0},"status":"skipped","severity":"normal"},{"uid":"290642b436c9d9f9","name":"Push message with Arabic payload","time":{"start":1729034617749,"stop":1729034617750,"duration":1},"status":"passed","severity":"normal"},{"uid":"4873e0b2f7d16792","name":"should not fail to start the service if it is already started","time":{"start":1729034655443,"stop":1729034655443,"duration":0},"status":"passed","severity":"normal"},{"uid":"72c9057ec25c4b7e","name":"Subscribe and receives messages on 20 topics","time":{"start":1729034536098,"stop":1729034536098,"duration":0},"status":"passed","severity":"normal"},{"uid":"1956923fd98a9328","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1729034340757,"stop":1729034340758,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5f2cbdb34df41bb","name":"non connected peers","time":{"start":1729034612085,"stop":1729034612085,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a44d22cc32c1f22e","name":"should emit a peer event after start","time":{"start":1729034655443,"stop":1729034655443,"duration":0},"status":"passed","severity":"normal"},{"uid":"60bfdcfe8957b32e","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1729034704507,"stop":1729034704507,"duration":0},"status":"passed","severity":"normal"},{"uid":"36b1cd4d89e7a09a","name":"Subscribe to topic containing XML and receive message","time":{"start":1729034704506,"stop":1729034704507,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c31bc7536fc66ce","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1729034348577,"stop":1729034348578,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e2658d9b5c14ddd","name":"Subscribe to topic containing numeric and receive message","time":{"start":1729034536101,"stop":1729034536101,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee696c8f882c5b51","name":"Fails to push message with large meta","time":{"start":1729034617767,"stop":1729034617768,"duration":1},"status":"passed","severity":"normal"},{"uid":"964c9d2dc9a92620","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1729034640511,"stop":1729034640511,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd372790e44fb7c6","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1729034472987,"stop":1729034472988,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb286c47d38d0869","name":"returns only open connection if one present","time":{"start":1729034348295,"stop":1729034348296,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe5b2daacade46fb","name":"Publish message with custom timestamp: Tue Oct 15 2024 22:23:47 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034636315,"stop":1729034636315,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7ac0008b40872dc","name":"LightPush with 1 connections","time":{"start":1729034473401,"stop":1729034473406,"duration":5},"status":"skipped","severity":"normal"},{"uid":"d6954a5f854c88b3","name":"should select older connection if present","time":{"start":1729034348297,"stop":1729034348298,"duration":1},"status":"passed","severity":"normal"},{"uid":"18ca000aeb7cdf38","name":"Push message on custom pubsubTopic","time":{"start":1729034565836,"stop":1729034565836,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7de29dd1e4d3da4","name":"Delete observer","time":{"start":1729034614967,"stop":1729034614967,"duration":0},"status":"passed","severity":"normal"},{"uid":"d189863c3dea04c0","name":"Check publish message containing short","time":{"start":1729034636306,"stop":1729034636306,"duration":0},"status":"passed","severity":"normal"},{"uid":"7987935a8b8bde5e","name":"Subscribe to topic containing Russian and receive message","time":{"start":1729034536106,"stop":1729034536106,"duration":0},"status":"passed","severity":"normal"},{"uid":"421e5e0cd1e74955","name":"Push message with content topic containing emoji","time":{"start":1729034631261,"stop":1729034631261,"duration":0},"status":"passed","severity":"normal"},{"uid":"38345e1e2d24eea7","name":"Push message with content topic containing XML","time":{"start":1729034631259,"stop":1729034631259,"duration":0},"status":"passed","severity":"normal"},{"uid":"370dc87f8ed0311e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472941,"stop":1729034472941,"duration":0},"status":"passed","severity":"normal"},{"uid":"27c358b0afc19187","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1729034356136,"stop":1729034356137,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd3e8186ba2979da","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1729034665576,"stop":1729034665577,"duration":1},"status":"passed","severity":"normal"},{"uid":"933841381ccd2876","name":"Check received message containing long","time":{"start":1729034611649,"stop":1729034611649,"duration":0},"status":"passed","severity":"normal"},{"uid":"42d1a76a90d9ccaa","name":"Push message with XML payload","time":{"start":1729034631250,"stop":1729034631250,"duration":0},"status":"passed","severity":"normal"},{"uid":"98723c358262385a","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1729034708553,"stop":1729034708553,"duration":0},"status":"passed","severity":"normal"},{"uid":"725dfe31e15cc605","name":"Check received message with timestamp: 1729034391505000000 ","time":{"start":1729034506794,"stop":1729034506794,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b977a1ba006db2c","name":"should throw error - no public key","time":{"start":1729034341400,"stop":1729034341400,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d67a4c3b211f2a5","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1729034472950,"stop":1729034472950,"duration":0},"status":"passed","severity":"normal"},{"uid":"50fc1f3233c4770b","name":"Fails to publish message with size larger than 1 MB","time":{"start":1729034636323,"stop":1729034636323,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0ea93bf80e31b35","name":"should fail to send if no connected peers found","time":{"start":1729034372891,"stop":1729034372892,"duration":1},"status":"passed","severity":"normal"},{"uid":"49308e81b03e99d1","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1729034332797,"stop":1729034332797,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf0a6c9a18645016","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1729034704501,"stop":1729034704501,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cd6c592c309e041","name":"Fails to push message bigger that 1MB","time":{"start":1729034631266,"stop":1729034631266,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e3f93f857a3c773","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1729034340757,"stop":1729034340757,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cea474dab07d011","name":"Renews subscription after lossing a connection","time":{"start":1729034704498,"stop":1729034704499,"duration":1},"status":"passed","severity":"normal"},{"uid":"13ee14eb12124263","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1729034472967,"stop":1729034472968,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfa155ef4e42d172","name":"should get / set TCP multiaddr","time":{"start":1729034341404,"stop":1729034341404,"duration":0},"status":"passed","severity":"normal"},{"uid":"89b64c2f3cf4b551","name":"Push message with meta","time":{"start":1729034617767,"stop":1729034617767,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a1214158ad0cf17","name":"Push message with escaped characters payload","time":{"start":1729034631252,"stop":1729034631252,"duration":0},"status":"passed","severity":"normal"},{"uid":"464cb3bc27e979b1","name":"Check received message containing shell command","time":{"start":1729034506791,"stop":1729034506792,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccb656f565b479c8","name":"Subscribe to topic containing shell command and receive message","time":{"start":1729034704496,"stop":1729034704497,"duration":1},"status":"passed","severity":"normal"},{"uid":"40d3bf589e6f561c","name":"Ordered Callback - true","time":{"start":1729034683701,"stop":1729034683701,"duration":0},"status":"passed","severity":"normal"},{"uid":"38be0563896f7a4b","name":"Check received message containing long","time":{"start":1729034506785,"stop":1729034506785,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c451697f1c54e41","name":"Relay - times out","time":{"start":1729034713700,"stop":1729034713700,"duration":0},"status":"passed","severity":"normal"},{"uid":"cade5c3bde5bedc8","name":"should properly create location multiaddrs - tcp","time":{"start":1729034341409,"stop":1729034341409,"duration":0},"status":"passed","severity":"normal"},{"uid":"1887e29b4827c114","name":"should use DNS peer discovery with light client","time":{"start":1729034408874,"stop":1729034408874,"duration":0},"status":"skipped","severity":"normal"},{"uid":"725c2a85651a0243","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1729034682677,"stop":1729034682678,"duration":1},"status":"passed","severity":"normal"},{"uid":"d785b08bcdb6d427","name":"Subscribe to topic containing special chars and receive message","time":{"start":1729034704493,"stop":1729034704493,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c38576857808b44","name":"Push message with SQL Injection payload","time":{"start":1729034631249,"stop":1729034631249,"duration":0},"status":"passed","severity":"normal"},{"uid":"12e96e38edaf59ae","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1729034447616,"stop":1729034447617,"duration":1},"status":"passed","severity":"normal"},{"uid":"71e4f963207ba981","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1729034332631,"stop":1729034332631,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8838bd49ca9a2f7","name":"should log when no additional peers are found","time":{"start":1729034373030,"stop":1729034373030,"duration":0},"status":"passed","severity":"normal"},{"uid":"283fd429ea82bdea","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472949,"stop":1729034472949,"duration":0},"status":"passed","severity":"normal"},{"uid":"2931aeba593f5cd6","name":"Subscribe to topic containing JSON and receive message","time":{"start":1729034704496,"stop":1729034704496,"duration":0},"status":"passed","severity":"normal"},{"uid":"489f8b4479bd8b16","name":"LightPush","time":{"start":1729034713701,"stop":1729034713701,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5b6e64b36da5fdc","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app33/1/topic385/xml","time":{"start":1729034656465,"stop":1729034656465,"duration":0},"status":"passed","severity":"normal"},{"uid":"c54c78969f11a4a7","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1729034424273,"stop":1729034424273,"duration":0},"status":"passed","severity":"normal"},{"uid":"676b537d6ec506","name":"Passing invalid cursor","time":{"start":1729034665584,"stop":1729034665584,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0234d5fb341fbbe","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1729034332634,"stop":1729034332634,"duration":0},"status":"passed","severity":"normal"},{"uid":"12a7c677fe12ea60","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1729034348763,"stop":1729034348763,"duration":0},"status":"passed","severity":"normal"},{"uid":"64f7d5cf6f5185db","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1729034398721,"stop":1729034398722,"duration":1},"status":"passed","severity":"normal"},{"uid":"96d533fab9f3b4cb","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1729034656457,"stop":1729034656459,"duration":2},"status":"passed","severity":"normal"},{"uid":"ac59a6ada4a9bd56","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034565833,"stop":1729034565833,"duration":0},"status":"passed","severity":"normal"},{"uid":"1572dffa4221e494","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1729034332638,"stop":1729034332639,"duration":1},"status":"passed","severity":"normal"},{"uid":"b563f276c5743170","name":"Ping on peer without subscriptions","time":{"start":1729034435415,"stop":1729034435416,"duration":1},"status":"passed","severity":"normal"},{"uid":"6050c6b66170196d","name":"does not throw on valid cases","time":{"start":1729034332606,"stop":1729034332607,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab5b529dcb692f5b","name":"Filter with 0 connections","time":{"start":1729034473401,"stop":1729034473401,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b1eb09825a3eeeed","name":"Push to array if already present","time":{"start":1729034332495,"stop":1729034332497,"duration":2},"status":"passed","severity":"normal"},{"uid":"4251ef98edc647db","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1729034558118,"stop":1729034558119,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8b6f65cbb84cffb","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1729034392568,"stop":1729034392569,"duration":1},"status":"passed","severity":"normal"},{"uid":"f01a52cca6951047","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1729034335334,"stop":1729034335334,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8987fba15980fae","name":"Refresh subscription","time":{"start":1729034640513,"stop":1729034640517,"duration":4},"status":"skipped","severity":"normal"},{"uid":"1085f7a2e283e37","name":"Overlapping topic subscription","time":{"start":1729034536100,"stop":1729034536100,"duration":0},"status":"passed","severity":"normal"},{"uid":"59e31a31dd73780f","name":"Check received message containing JSON","time":{"start":1729034506790,"stop":1729034506790,"duration":0},"status":"passed","severity":"normal"},{"uid":"912d46473d378dc3","name":"can dial TLS multiaddrs","time":{"start":1729034561705,"stop":1729034561706,"duration":1},"status":"passed","severity":"normal"},{"uid":"734e9f55eb05dfe","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1729034640527,"stop":1729034640527,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5f835aabe04084b","name":"Subscribe to topic containing special chars and publish message","time":{"start":1729034640522,"stop":1729034640523,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ff56142e65706c5","name":"should encode/decode to text encoding","time":{"start":1729034341403,"stop":1729034341403,"duration":0},"status":"passed","severity":"normal"},{"uid":"c80acfa1349559dc","name":"Check received message containing XML","time":{"start":1729034611679,"stop":1729034611679,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c4b89a506fcbe94","name":"Ping on subscribed peer","time":{"start":1729034435415,"stop":1729034435415,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ca10c2d1aed40f9","name":"Push message with content topic containing Script","time":{"start":1729034631258,"stop":1729034631259,"duration":1},"status":"passed","severity":"normal"},{"uid":"2656fba675c68f32","name":"LightPush: 1 peers, Filter: 2 peers","time":{"start":1729034473213,"stop":1729034473214,"duration":1},"status":"skipped","severity":"normal"},{"uid":"56e7a4b6bc960104","name":"Reopen subscription with peer with lost subscription","time":{"start":1729034435420,"stop":1729034435421,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dbee7058f5485bf","name":"should set field with only LIGHTPUSH enabled","time":{"start":1729034341411,"stop":1729034341412,"duration":1},"status":"passed","severity":"normal"},{"uid":"3176cea69f1a259c","name":"Push message with content topic containing Arabic","time":{"start":1729034617761,"stop":1729034617762,"duration":1},"status":"passed","severity":"normal"},{"uid":"7998a58084276c14","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1729034472975,"stop":1729034472976,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ef49cacd1c822a4","name":"Fails to push message with empty content topic","time":{"start":1729034617766,"stop":1729034617767,"duration":1},"status":"passed","severity":"normal"},{"uid":"6715c2aca82e2fd3","name":"more peers than existing","time":{"start":1729034612084,"stop":1729034612085,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f6b9650aa49d1c9b","name":"should properly compute the node id","time":{"start":1729034341402,"stop":1729034341403,"duration":1},"status":"passed","severity":"normal"},{"uid":"df97e634a5d3c5d5","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1729034368071,"stop":1729034368071,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fbb08f0411a19bb","name":"should return true when peers exist","time":{"start":1729034373027,"stop":1729034373028,"duration":1},"status":"passed","severity":"normal"},{"uid":"355c324f3a3cf336","name":"Push message with Basic HTML tag payload","time":{"start":1729034631250,"stop":1729034631251,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d1bc9b4d0801533","name":"Relay - dialed after","time":{"start":1729034713700,"stop":1729034713700,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1b5820b096a38ea","name":"Subscribe and receive messages via lightPush","time":{"start":1729034704489,"stop":1729034704489,"duration":0},"status":"passed","severity":"normal"},{"uid":"8aaa53a90492c0b","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1729034332620,"stop":1729034332621,"duration":1},"status":"passed","severity":"normal"},{"uid":"7543b39f03f3d0b8","name":"should throw an error for insufficient data","time":{"start":1729034332797,"stop":1729034332797,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae36504ee291e6c1","name":"Register correct protocols","time":{"start":1729034640505,"stop":1729034640505,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4846dce26d31087","name":"Push message with content topic containing Basic HTML tag","time":{"start":1729034617764,"stop":1729034617764,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f2ac4d1b5a3a1f9","name":"Push message with custom timestamp: 1729030907155","time":{"start":1729034617771,"stop":1729034617771,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed7a50b7047cbb03","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1729034704491,"stop":1729034704491,"duration":0},"status":"passed","severity":"normal"},{"uid":"16bf0f07f51ec695","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app3/4/topic356/utf8","time":{"start":1729034656464,"stop":1729034656465,"duration":1},"status":"passed","severity":"normal"},{"uid":"8eae8537ba9e3396","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1729034332627,"stop":1729034332627,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb600e826e05342","name":"Js publishes, other Js receives","time":{"start":1729034630106,"stop":1729034630106,"duration":0},"status":"passed","severity":"normal"},{"uid":"826d8277c46e534","name":"Passing page size 3 when there are 20 messages","time":{"start":1729034703310,"stop":1729034703310,"duration":0},"status":"passed","severity":"normal"},{"uid":"f98b13feb6582a0b","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1729034693196,"stop":1729034693196,"duration":0},"status":"passed","severity":"normal"},{"uid":"ded1c6c03e390676","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1729034355553,"stop":1729034355553,"duration":0},"status":"passed","severity":"normal"},{"uid":"d12feffc00f0ad73","name":"isConnected between 2 js-waku relay nodes","time":{"start":1729034424277,"stop":1729034424277,"duration":0},"status":"passed","severity":"normal"},{"uid":"107b8885c55d731c","name":"should properly create location multiaddrs - udp","time":{"start":1729034341409,"stop":1729034341409,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1bf23a7f3c6226b","name":"throws on content topic with too few or too many fields","time":{"start":1729034332607,"stop":1729034332608,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecf630c5d9747c14","name":"topics with same application and version share the same shard","time":{"start":1729034332623,"stop":1729034332623,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc674749269eb97a","name":"random static sharding 5 - Cluster ID: 558, Shard ID: 680","time":{"start":1729034668598,"stop":1729034668598,"duration":0},"status":"passed","severity":"normal"},{"uid":"be0563a54f5007b1","name":"Check message with no payload is not received","time":{"start":1729034506803,"stop":1729034506804,"duration":1},"status":"passed","severity":"normal"},{"uid":"820dd83ca5cdd11","name":"LightPush: 0 peers, Filter: 0 peers","time":{"start":1729034473210,"stop":1729034473210,"duration":0},"status":"skipped","severity":"normal"},{"uid":"825ec27836cd2311","name":"Check received message containing Script","time":{"start":1729034611653,"stop":1729034611653,"duration":0},"status":"passed","severity":"normal"},{"uid":"467d85a813e83a2c","name":"Ping on peer without subscriptions","time":{"start":1729034435410,"stop":1729034435411,"duration":1},"status":"passed","severity":"normal"},{"uid":"cea278c62cf783df","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1729034704496,"stop":1729034704496,"duration":0},"status":"passed","severity":"normal"},{"uid":"338a0c6ca41ae96","name":"Push message with content topic containing short","time":{"start":1729034617758,"stop":1729034617759,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e642d8f3a3f8313","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1729034472984,"stop":1729034472984,"duration":0},"status":"passed","severity":"normal"},{"uid":"553f32e10ce06954","name":"random static sharding 3 - Cluster ID: 49, Shard ID: 205","time":{"start":1729034668595,"stop":1729034668596,"duration":1},"status":"passed","severity":"normal"},{"uid":"d81e8066c1abe663","name":"should decode valid enr successfully","time":{"start":1729034341399,"stop":1729034341399,"duration":0},"status":"passed","severity":"normal"},{"uid":"f68ff169f5f1eb1b","name":"Push message with content topic containing long","time":{"start":1729034631254,"stop":1729034631255,"duration":1},"status":"passed","severity":"normal"},{"uid":"48a5d67397949fdb","name":"Push message with content topic containing emoji","time":{"start":1729034617766,"stop":1729034617766,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8658b6529b73340","name":"Check publish message containing emoji","time":{"start":1729034636314,"stop":1729034636314,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae4a0423f59e61bf","name":"should emit a peer event after start","time":{"start":1729034408864,"stop":1729034408864,"duration":0},"status":"passed","severity":"normal"},{"uid":"521aa51615689c2f","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1729034704504,"stop":1729034704505,"duration":1},"status":"passed","severity":"normal"},{"uid":"5aa285164372fecc","name":"Check received message containing Basic HTML tag","time":{"start":1729034506790,"stop":1729034506790,"duration":0},"status":"passed","severity":"normal"},{"uid":"f801bee3935823f9","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1729034392568,"stop":1729034392568,"duration":0},"status":"passed","severity":"normal"},{"uid":"e79abdc7a4fb9f87","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1729034536776,"stop":1729034536776,"duration":0},"status":"passed","severity":"normal"},{"uid":"94b38833d592def9","name":"Push 30 different messages","time":{"start":1729034631253,"stop":1729034631253,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbe78b93ca4fdaad","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1729034392569,"stop":1729034392570,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b4e2394f15b77e","name":"Symmetric encrypt & Decrypt","time":{"start":1729034366898,"stop":1729034366898,"duration":0},"status":"passed","severity":"normal"},{"uid":"208fcfc79a2e9c58","name":"Push message with content topic containing Chinese","time":{"start":1729034631257,"stop":1729034631257,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d0007188e90e449","name":"Subscribe to topic containing shell command and receive message","time":{"start":1729034704508,"stop":1729034704508,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c7089d31d3560e6","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1729034693196,"stop":1729034693196,"duration":0},"status":"passed","severity":"normal"},{"uid":"a717d062f11540aa","name":"should throw an error for an unconfigured topic","time":{"start":1729034332642,"stop":1729034332643,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9ee836faf83394","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1729034340753,"stop":1729034340753,"duration":0},"status":"passed","severity":"normal"},{"uid":"22f62e466e4917ca","name":"throws on content topic with empty application field","time":{"start":1729034332609,"stop":1729034332609,"duration":0},"status":"passed","severity":"normal"},{"uid":"96547764d09f7c6b","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1729034708551,"stop":1729034708551,"duration":0},"status":"passed","severity":"normal"},{"uid":"b529249d673b00ec","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1729034462534,"stop":1729034462535,"duration":1},"status":"passed","severity":"normal"},{"uid":"c52ba4f3e46ea8ed","name":"Check received message containing XML","time":{"start":1729034506789,"stop":1729034506789,"duration":0},"status":"passed","severity":"normal"},{"uid":"90db54f39f34d6ed","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1729034626850,"stop":1729034626851,"duration":1},"status":"passed","severity":"normal"},{"uid":"12127bb8ab829b46","name":"Used by Waku Relay","time":{"start":1729034728790,"stop":1729034728790,"duration":0},"status":"passed","severity":"normal"},{"uid":"7013d109f0c0eece","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1729034332630,"stop":1729034332630,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7c538fa5a9917e5","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1729034558117,"stop":1729034558118,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd476cd57a4de752","name":"Push message with Arabic payload","time":{"start":1729034631248,"stop":1729034631248,"duration":0},"status":"passed","severity":"normal"},{"uid":"830bb322b517bc67","name":"1 Relay, 1 fetch","time":{"start":1729034356194,"stop":1729034356194,"duration":0},"status":"passed","severity":"normal"},{"uid":"3589f827774069b9","name":"Push message with content topic containing unicode special characters","time":{"start":1729034617766,"stop":1729034617766,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfa69bc45f1c4cc4","name":"Check message with no payload is not received","time":{"start":1729034611685,"stop":1729034611685,"duration":0},"status":"passed","severity":"normal"},{"uid":"a24e9ca13279a762","name":"Check received message with timestamp: 1729034391567000000 ","time":{"start":1729034611657,"stop":1729034611657,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ab0b99b6e7859a4","name":"can start the service","time":{"start":1729034408862,"stop":1729034408863,"duration":1},"status":"passed","severity":"normal"},{"uid":"c180e1b9743f644d","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1729034536776,"stop":1729034536776,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5ffcdc495289511","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1729034356140,"stop":1729034356140,"duration":0},"status":"passed","severity":"normal"},{"uid":"63084c03b2e16ec8","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1729034332636,"stop":1729034332637,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee890905b33e2ff0","name":"Filter with 1 connections","time":{"start":1729034473406,"stop":1729034473407,"duration":1},"status":"skipped","severity":"normal"},{"uid":"da4540b57c86889d","name":"LightPush with 2 connections","time":{"start":1729034473407,"stop":1729034473407,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d9de86bfa99fda5d","name":"should throw error - no id","time":{"start":1729034341401,"stop":1729034341401,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e63abce01c2fa78","name":"should not receive a peer event before start","time":{"start":1729034655444,"stop":1729034655444,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ae2f10632e49bf","name":"Default pageSize","time":{"start":1729034703313,"stop":1729034703313,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd6ea38db17cbcf1","name":"Nwaku publishes","time":{"start":1729034630105,"stop":1729034630106,"duration":1},"status":"passed","severity":"normal"},{"uid":"cffc236aebed1c0e","name":"Relay","time":{"start":1729034398613,"stop":1729034398614,"duration":1},"status":"passed","severity":"normal"},{"uid":"d79e82dba149d984","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1729034335332,"stop":1729034335332,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f223405ce9539b2","name":"Push message with special chars payload","time":{"start":1729034617748,"stop":1729034617749,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7ddf2c0394c8cbd","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1729034704500,"stop":1729034704500,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba18a08a2c2d8961","name":"should only return 1 node with store capability","time":{"start":1729034356476,"stop":1729034356476,"duration":0},"status":"passed","severity":"normal"},{"uid":"32e07d130a3136f6","name":"should not receive a peer event before start","time":{"start":1729034360436,"stop":1729034360436,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5eadac2594df6fc","name":"A test","time":{"start":1729034537007,"stop":1729034537008,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fdcf7c1afdad3c9","name":"handles different networkShards values correctly","time":{"start":1729034332624,"stop":1729034332625,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f42509580086123","name":"Throws when trying to push message with empty payload","time":{"start":1729034631253,"stop":1729034631254,"duration":1},"status":"passed","severity":"normal"},{"uid":"26dfc2828bb95dfa","name":"should call waitForPeer on Relay","time":{"start":1729034373012,"stop":1729034373012,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1ced3437b569f0e","name":"Push message with long payload","time":{"start":1729034631246,"stop":1729034631247,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d557e6793cd8ce4","name":"handles multiple messages","time":{"start":1729034701153,"stop":1729034701153,"duration":0},"status":"passed","severity":"normal"},{"uid":"7494fad8ad45865e","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1729034424271,"stop":1729034424272,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b597629df0abdac","name":"Check publish message containing Script","time":{"start":1729034636311,"stop":1729034636311,"duration":0},"status":"passed","severity":"normal"},{"uid":"b17ba7838f7bcd58","name":"Subscribe to topic containing shell command and publish message","time":{"start":1729034640527,"stop":1729034640527,"duration":0},"status":"passed","severity":"normal"},{"uid":"91dce4b3244ed33e","name":"Check meta is set [ecies]","time":{"start":1729034368072,"stop":1729034368072,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dcaac286293e6d8","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1729034536095,"stop":1729034536095,"duration":0},"status":"passed","severity":"normal"},{"uid":"221ff11e27568546","name":"should be called for bootstrap peers","time":{"start":1729034399691,"stop":1729034399691,"duration":0},"status":"passed","severity":"normal"},{"uid":"37f2b9731495019b","name":"Check message received after nwaku node is restarted","time":{"start":1729034611664,"stop":1729034611664,"duration":0},"status":"skipped","severity":"normal"},{"uid":"39e2fec861e2d580","name":"Using a function","time":{"start":1729034728790,"stop":1729034728790,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1eb573f3dbbedbe","name":"Check publish message after client node is restarted","time":{"start":1729034636323,"stop":1729034636323,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2bc99c8cd70ca7dd","name":"should not receive a peer event before start","time":{"start":1729034408864,"stop":1729034408870,"duration":6},"status":"passed","severity":"normal"},{"uid":"d9240e92b2616237","name":"Push message with content topic containing Chinese","time":{"start":1729034617760,"stop":1729034617761,"duration":1},"status":"passed","severity":"normal"},{"uid":"40cfd57b429d9bca","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1729034399692,"stop":1729034399693,"duration":1},"status":"passed","severity":"normal"},{"uid":"d740f32dcac14125","name":"Ping fails for unsubscribed peers","time":{"start":1729034470387,"stop":1729034470387,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8ca59d374fcebfd","name":"Subscribe to topic containing short and receive message","time":{"start":1729034536100,"stop":1729034536101,"duration":1},"status":"passed","severity":"normal"},{"uid":"1cce478a8630b11f","name":"Subscribe and receive messages via waku relay post","time":{"start":1729034704500,"stop":1729034704500,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6328243304101e","name":"Query Generator, No message returned","time":{"start":1729034682672,"stop":1729034682672,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2c8363205552b1e","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1729034665578,"stop":1729034665578,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d7585b9e744645a","name":"Passing page size 11 when there are 10 messages","time":{"start":1729034703311,"stop":1729034703311,"duration":0},"status":"passed","severity":"normal"},{"uid":"e21fae82c1a88950","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1729034332634,"stop":1729034332635,"duration":1},"status":"passed","severity":"normal"},{"uid":"35501eee85550623","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1729034398721,"stop":1729034398721,"duration":0},"status":"passed","severity":"normal"},{"uid":"d285132045de8f8e","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1729034704499,"stop":1729034704500,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7ffc934e4954682","name":"Check received message with timestamp: 1649153314 ","time":{"start":1729034506798,"stop":1729034506798,"duration":0},"status":"passed","severity":"normal"},{"uid":"574bad6a7c1b239a","name":"Query Generator, No Decoder","time":{"start":1729034682671,"stop":1729034682671,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5d306bd1a1b5a1","name":"Check message with no content topic is not received","time":{"start":1729034611685,"stop":1729034611685,"duration":0},"status":"passed","severity":"normal"},{"uid":"b90eca0627f189b5","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1729034332640,"stop":1729034332640,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e5a9e726a50e6e3","name":"should return the correct number of peers","time":{"start":1729034373027,"stop":1729034373027,"duration":0},"status":"passed","severity":"normal"},{"uid":"8be48fb9c292c553","name":"Reusing cursor across nodes","time":{"start":1729034665584,"stop":1729034665584,"duration":0},"status":"passed","severity":"normal"},{"uid":"754cb4c34eef0287","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1729034708552,"stop":1729034708552,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0ddc5e12eb54512","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1729034704506,"stop":1729034704506,"duration":0},"status":"passed","severity":"normal"},{"uid":"50234e3899be93f1","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1729034472989,"stop":1729034472989,"duration":0},"status":"passed","severity":"normal"},{"uid":"52ddf15503a21dd3","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1729034536785,"stop":1729034536785,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b66158e2538b4fa","name":"Ping on subscribed peer","time":{"start":1729034435409,"stop":1729034435410,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b417682756934b7","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1729034636322,"stop":1729034636322,"duration":0},"status":"passed","severity":"normal"},{"uid":"38b1489aa4195034","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1729034781181,"stop":1729034781181,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4dca9e4751da766","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1729034332796,"stop":1729034332797,"duration":1},"status":"passed","severity":"normal"},{"uid":"3eb8705ee6f09d2","name":"should load peers from local storage and dispatch events","time":{"start":1729034360437,"stop":1729034360437,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fd3785af57e1713","name":"Reopen subscription with peer with lost subscription","time":{"start":1729034435412,"stop":1729034435413,"duration":1},"status":"passed","severity":"normal"},{"uid":"6492b18d40a3ed45","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1729034332631,"stop":1729034332632,"duration":1},"status":"passed","severity":"normal"},{"uid":"adfd54d4af022a21","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1729034332648,"stop":1729034332648,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ce8e575ab54cc41","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1729034472985,"stop":1729034472986,"duration":1},"status":"passed","severity":"normal"},{"uid":"658fa45bf6762a68","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1729034704491,"stop":1729034704491,"duration":0},"status":"passed","severity":"normal"},{"uid":"c96f2bdb7ca5709","name":"Subscribe to topic containing special chars and receive message","time":{"start":1729034536102,"stop":1729034536102,"duration":0},"status":"passed","severity":"normal"},{"uid":"adfab47939546db","name":"should be able to decode the field with only FILTER set to true","time":{"start":1729034340755,"stop":1729034340755,"duration":0},"status":"passed","severity":"normal"},{"uid":"f14b1569f0427e13","name":"should add a peer","time":{"start":1729034373025,"stop":1729034373026,"duration":1},"status":"passed","severity":"normal"},{"uid":"93dd897776aa322","name":"Query generator for multiple messages with different content topic format","time":{"start":1729034696864,"stop":1729034696864,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2660683e8967b82","name":"Encoder throws on empty string content topic","time":{"start":1729034368073,"stop":1729034368073,"duration":0},"status":"passed","severity":"normal"},{"uid":"439e60e83ba2c9bc","name":"Push message with content topic containing Russian","time":{"start":1729034617762,"stop":1729034617762,"duration":0},"status":"passed","severity":"normal"},{"uid":"7505a8673951785","name":"Check received message containing JSON","time":{"start":1729034611655,"stop":1729034611655,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d295d5282734411","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1729034462535,"stop":1729034462535,"duration":0},"status":"passed","severity":"normal"},{"uid":"deabd736f4fa496d","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1729034708552,"stop":1729034708552,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6c430a42026286","name":"should reject if Relay is requested but not mounted","time":{"start":1729034373009,"stop":1729034373009,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cbee89ed6545c44","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1729034360437,"stop":1729034360437,"duration":0},"status":"passed","severity":"normal"},{"uid":"e900e131588c3ff0","name":"Should update multiaddrs","time":{"start":1729034566434,"stop":1729034566435,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce8156f212ea0716","name":"Check received message containing unicode special characters","time":{"start":1729034611656,"stop":1729034611657,"duration":1},"status":"passed","severity":"normal"},{"uid":"f02297ac0d10bb68","name":"peer:update - should do nothing if another protocol hit","time":{"start":1729034348413,"stop":1729034348414,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a25323175c24e55","name":"Push message with custom timestamp: 1698276073747","time":{"start":1729034631263,"stop":1729034631264,"duration":1},"status":"passed","severity":"normal"},{"uid":"9eed3c1a6bb4ab2c","name":"Check message on other pubsub topic is not received","time":{"start":1729034611662,"stop":1729034611662,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca3efa1b4c511ea2","name":"All","time":{"start":1729034398615,"stop":1729034398615,"duration":0},"status":"passed","severity":"normal"},{"uid":"87afd9333611cdee","name":"Check publish message containing shell command","time":{"start":1729034636312,"stop":1729034636313,"duration":1},"status":"passed","severity":"normal"},{"uid":"d975851c33c7fb43","name":"isConnected should return true after first peer connects","time":{"start":1729034424273,"stop":1729034424274,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7c69ebd91b40ad8","name":"Check received message containing Arabic","time":{"start":1729034506787,"stop":1729034506788,"duration":1},"status":"passed","severity":"normal"},{"uid":"23a51dabe58f1529","name":"should be able to decode the field with only RELAY set to true","time":{"start":1729034340754,"stop":1729034340755,"duration":1},"status":"passed","severity":"normal"},{"uid":"74c745596f3cde87","name":"Check received message containing Arabic","time":{"start":1729034611677,"stop":1729034611677,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7b46913f5448e76","name":"Query with Ordered Callback, No message returned","time":{"start":1729034682676,"stop":1729034682677,"duration":1},"status":"passed","severity":"normal"},{"uid":"59c58b38ba8fac2d","name":"Check received message containing numeric","time":{"start":1729034506785,"stop":1729034506786,"duration":1},"status":"passed","severity":"normal"},{"uid":"6979f145a94f2d77","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1729034472963,"stop":1729034472964,"duration":1},"status":"passed","severity":"normal"},{"uid":"4971218267a8266d","name":"Check received message containing short","time":{"start":1729034506784,"stop":1729034506785,"duration":1},"status":"passed","severity":"normal"},{"uid":"95a1d847131a899a","name":"Check publish message containing SQL Injection","time":{"start":1729034636310,"stop":1729034636311,"duration":1},"status":"passed","severity":"normal"},{"uid":"918df4e67481cbf3","name":"Query generator for 2000 messages","time":{"start":1729034696867,"stop":1729034696867,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c2171b47d8513da","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1729034356476,"stop":1729034356477,"duration":1},"status":"passed","severity":"normal"},{"uid":"10025e56ac2fad1b","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1729034332620,"stop":1729034332620,"duration":0},"status":"passed","severity":"normal"},{"uid":"d57297ca9a427f10","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1729034424273,"stop":1729034424273,"duration":0},"status":"passed","severity":"normal"},{"uid":"44c28eb4d98134b7","name":"Number of peers are maintained correctly","time":{"start":1729034470386,"stop":1729034470386,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dcaf858f2b8e87c","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1729034704502,"stop":1729034704502,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd97ca9593624837","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1729034332636,"stop":1729034332636,"duration":0},"status":"passed","severity":"normal"},{"uid":"51484d7476755550","name":"should not throw an error for a single configured topic","time":{"start":1729034332641,"stop":1729034332641,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9a2c62e6964c69f","name":"Check publish message after service node is restarted","time":{"start":1729034636323,"stop":1729034636323,"duration":0},"status":"skipped","severity":"normal"},{"uid":"587ce724ed479e0","name":"1 Store, 2 relays, 2 fetches","time":{"start":1729034356195,"stop":1729034356195,"duration":0},"status":"passed","severity":"normal"},{"uid":"af1640251146c9ae","name":"Subscribe to topic containing JSON and publish message","time":{"start":1729034640526,"stop":1729034640526,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb138cf402eddb58","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1729034447614,"stop":1729034447614,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bdbd29f6ec1c706","name":"Subscribe and publish message","time":{"start":1729034640509,"stop":1729034640511,"duration":2},"status":"passed","severity":"normal"},{"uid":"e1a761e22a177380","name":"Check received message containing SQL Injection","time":{"start":1729034611678,"stop":1729034611678,"duration":0},"status":"passed","severity":"normal"},{"uid":"cee0ffb13c170630","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1729034366396,"stop":1729034366397,"duration":1},"status":"passed","severity":"normal"},{"uid":"d157c8929aa70191","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1729034704501,"stop":1729034704501,"duration":0},"status":"passed","severity":"normal"},{"uid":"3adc90b86effd2ab","name":"random static sharding 8 - Cluster ID: 160, Shard ID: 792","time":{"start":1729034668608,"stop":1729034668608,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2de1133210fc71a","name":"Passing an array","time":{"start":1729034728789,"stop":1729034728790,"duration":1},"status":"passed","severity":"normal"},{"uid":"1455f51200433924","name":"unsubscribes","time":{"start":1729034701153,"stop":1729034701153,"duration":0},"status":"passed","severity":"normal"},{"uid":"906024f47bba2086","name":"Subscribe to topic containing JSON and receive message","time":{"start":1729034704507,"stop":1729034704508,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ddf6cab75d4e5f9","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1729034332645,"stop":1729034332645,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2d7efa86ee3f981","name":"Check received message containing Basic HTML tag","time":{"start":1729034611679,"stop":1729034611680,"duration":1},"status":"passed","severity":"normal"},{"uid":"41bcd41bb623eacd","name":"Subscribe to topic containing numeric and publish message","time":{"start":1729034640521,"stop":1729034640521,"duration":0},"status":"passed","severity":"normal"},{"uid":"af2412f3af23e3d8","name":"Push message with content topic containing Arabic","time":{"start":1729034631257,"stop":1729034631257,"duration":0},"status":"passed","severity":"normal"},{"uid":"614a923c3cb582db","name":"throws on content topic with empty encoding field","time":{"start":1729034332612,"stop":1729034332612,"duration":0},"status":"passed","severity":"normal"},{"uid":"89a7333e2775abb9","name":"Check meta is set [symmetric]","time":{"start":1729034366398,"stop":1729034366398,"duration":0},"status":"passed","severity":"normal"},{"uid":"55eb1e542d22be6d","name":"Fails to push message with empty content topic","time":{"start":1729034631261,"stop":1729034631262,"duration":1},"status":"passed","severity":"normal"},{"uid":"11c68079871cf1ef","name":"Push message with short payload","time":{"start":1729034631246,"stop":1729034631246,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8b21b59225ee09d","name":"should return unique PubsubTopics for static sharding","time":{"start":1729034332627,"stop":1729034332628,"duration":1},"status":"passed","severity":"normal"},{"uid":"caa94bab69e1a57b","name":"Check received message containing Chinese","time":{"start":1729034506786,"stop":1729034506787,"duration":1},"status":"passed","severity":"normal"},{"uid":"a05c51d4684af1d","name":"Check received message containing shell command","time":{"start":1729034611655,"stop":1729034611656,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef7282f966873272","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034565830,"stop":1729034565831,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b291708265baee1","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1729034340758,"stop":1729034340758,"duration":0},"status":"passed","severity":"normal"},{"uid":"aadb8ef84c3b243c","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034447616,"stop":1729034447616,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7747b2a664889e3","name":"passes more than one ENR URLs and attempts connection","time":{"start":1729034408877,"stop":1729034408877,"duration":0},"status":"skipped","severity":"normal"},{"uid":"be4df633c1f83db9","name":"Push message with XML payload","time":{"start":1729034617752,"stop":1729034617752,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd506bcf59de98bd","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1729034536111,"stop":1729034536112,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1b0bf4349119acf","name":"Add multiple subscription objects on single nwaku node","time":{"start":1729034536111,"stop":1729034536111,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc467a646eaff336","name":"returns all values when wanted number is greater than available values","time":{"start":1729034355550,"stop":1729034355553,"duration":3},"status":"passed","severity":"normal"},{"uid":"c4a53638cd88e858","name":"should use the provided clusterId for the pubsub topic","time":{"start":1729034332648,"stop":1729034332649,"duration":1},"status":"passed","severity":"normal"},{"uid":"43622ec04811649b","name":"Check received message containing emoji","time":{"start":1729034611682,"stop":1729034611682,"duration":0},"status":"passed","severity":"normal"},{"uid":"dab8fd86d8cba100","name":"1 Relay, 1 Filter, gives up","time":{"start":1729034356196,"stop":1729034356196,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb37f56744e28e71","name":"Passing cursor with wrong pubsubTopic","time":{"start":1729034665585,"stop":1729034665589,"duration":4},"status":"passed","severity":"normal"},{"uid":"80f3645915b90b57","name":"Asymmetric encrypt & decrypt","time":{"start":1729034366897,"stop":1729034366898,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fb2cf18b0be0e7a","name":"Generator, custom pubsub topic","time":{"start":1729034694622,"stop":1729034694622,"duration":0},"status":"passed","severity":"normal"},{"uid":"6eb6ded9d9cc33cf","name":"Push message with emoji payload","time":{"start":1729034631252,"stop":1729034631253,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff6dd72ebad3868","name":"LightPush: 2 peers, Filter: 1 peers","time":{"start":1729034473216,"stop":1729034473216,"duration":0},"status":"skipped","severity":"normal"},{"uid":"25d5e101fe0d89be","name":"should return false when no peers exist","time":{"start":1729034373028,"stop":1729034373028,"duration":0},"status":"passed","severity":"normal"},{"uid":"7abb81715377b784","name":"Nodes with multiple pubsub topic","time":{"start":1729034626852,"stop":1729034626853,"duration":1},"status":"passed","severity":"normal"},{"uid":"16ca74352266e4a","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1729034340752,"stop":1729034340753,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d91a60708622921","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1729034332613,"stop":1729034332614,"duration":1},"status":"passed","severity":"normal"},{"uid":"db1862935408402c","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1729034626852,"stop":1729034626852,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4b51e13833a658b","name":"Push message with content topic containing shell command","time":{"start":1729034631260,"stop":1729034631260,"duration":0},"status":"passed","severity":"normal"},{"uid":"638f5f4b926daeae","name":"Push message with custom timestamp: 1698276107155","time":{"start":1729034617769,"stop":1729034617771,"duration":2},"status":"passed","severity":"normal"},{"uid":"411b009954ba9e61","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1729034332625,"stop":1729034332626,"duration":1},"status":"passed","severity":"normal"},{"uid":"87907699cad4a671","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1729034781181,"stop":1729034781181,"duration":0},"status":"passed","severity":"normal"},{"uid":"9278b868f44b78d","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1729034640528,"stop":1729034640528,"duration":0},"status":"passed","severity":"normal"},{"uid":"83f6393b90e76f5e","name":"Check publish message containing special chars","time":{"start":1729034636308,"stop":1729034636309,"duration":1},"status":"passed","severity":"normal"},{"uid":"71aac107d3f675b5","name":"throws an error for improperly formatted content topics","time":{"start":1729034332625,"stop":1729034332625,"duration":0},"status":"passed","severity":"normal"},{"uid":"34f1b0a5481b33c0","name":"handles empty contentTopics array correctly","time":{"start":1729034332647,"stop":1729034332647,"duration":0},"status":"passed","severity":"normal"},{"uid":"98099ff6b3eb3165","name":"Callback on promise","time":{"start":1729034696864,"stop":1729034696864,"duration":0},"status":"passed","severity":"normal"},{"uid":"69929a6f829837c4","name":"Subscribe to topic containing shell command and receive message","time":{"start":1729034536109,"stop":1729034536109,"duration":0},"status":"passed","severity":"normal"},{"uid":"13a8a336f24e9578","name":"Push message with Chinese payload","time":{"start":1729034631248,"stop":1729034631248,"duration":0},"status":"passed","severity":"normal"},{"uid":"e35facb0edce9e29","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1729034696865,"stop":1729034696865,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8452c2b0e17958e","name":"LightPush: 2 peers, Filter: 0 peers","time":{"start":1729034473215,"stop":1729034473216,"duration":1},"status":"skipped","severity":"normal"},{"uid":"2d58d0e7e5af52a0","name":"Query Generator, Multiple PubsubTopics","time":{"start":1729034682671,"stop":1729034682671,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef8f14a2e16729e2","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1729034536789,"stop":1729034536790,"duration":1},"status":"passed","severity":"normal"},{"uid":"e979cc89671c51c","name":"LightPush: 1 peers, Filter: 3 peers","time":{"start":1729034473214,"stop":1729034473215,"duration":1},"status":"skipped","severity":"normal"},{"uid":"280e584c6fe3b6f9","name":"getPeersByDiscovery","time":{"start":1729034645142,"stop":1729034645144,"duration":2},"status":"passed","severity":"normal"},{"uid":"434a39bc0e73f8d2","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1729034626850,"stop":1729034626850,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb71a4057632094e","name":"Generator, 2 different pubsubtopics","time":{"start":1729034694623,"stop":1729034694623,"duration":0},"status":"passed","severity":"normal"},{"uid":"89e0a0ce08dc8c91","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1729034332622,"stop":1729034332622,"duration":0},"status":"passed","severity":"normal"},{"uid":"35c6d8f2f8ca70c5","name":"Push message with Russian payload","time":{"start":1729034631249,"stop":1729034631249,"duration":0},"status":"passed","severity":"normal"},{"uid":"267585248470f924","name":"should reject if Filter is requested but not mounted","time":{"start":1729034373010,"stop":1729034373010,"duration":0},"status":"passed","severity":"normal"},{"uid":"e27fc8a5b4b7580a","name":"removeEventListener with wrong event","time":{"start":1729034432450,"stop":1729034432450,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d974d44d7328a7","name":"throws on content topic with generation field greater than 0","time":{"start":1729034332609,"stop":1729034332609,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd8dba9117c564f4","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1729034626853,"stop":1729034626853,"duration":0},"status":"passed","severity":"normal"},{"uid":"928016831c0d674f","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1729034366397,"stop":1729034366397,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ed746fd979f7cf2","name":"connected peers and dial","time":{"start":1729034612084,"stop":1729034612084,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e7f5963c9a77582","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1729034665579,"stop":1729034665580,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1e05212e0da81c8","name":"Push message with content topic containing Script","time":{"start":1729034617763,"stop":1729034617763,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ecc766d19ec6402","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1729034332649,"stop":1729034332649,"duration":0},"status":"passed","severity":"normal"},{"uid":"25a5150b6510d5b4","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1729034693197,"stop":1729034693198,"duration":1},"status":"passed","severity":"normal"},{"uid":"bacc0f542357dfaf","name":"Relay + Store","time":{"start":1729034341412,"stop":1729034341412,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ae3561366abdd6b","name":"Check received message containing Chinese","time":{"start":1729034611651,"stop":1729034611651,"duration":0},"status":"passed","severity":"normal"},{"uid":"78c6909dabc5d152","name":"same cluster, same shard: nodes connect","time":{"start":1729034558119,"stop":1729034558119,"duration":0},"status":"passed","severity":"normal"},{"uid":"14bf986f1cfdd8b1","name":"Push message with content topic containing numeric","time":{"start":1729034617759,"stop":1729034617760,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4e74a09071c6855","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1729034536110,"stop":1729034536110,"duration":0},"status":"passed","severity":"normal"},{"uid":"222368b63cff5049","name":"Subscribe to topic containing long and receive message","time":{"start":1729034536101,"stop":1729034536101,"duration":0},"status":"passed","severity":"normal"},{"uid":"726eed9214cf7abf","name":"Subscribe to topic containing emoji and receive message","time":{"start":1729034704509,"stop":1729034704509,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d0aff9821d8abac","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1729034472942,"stop":1729034472942,"duration":0},"status":"passed","severity":"normal"},{"uid":"aca9bb4949a0ed5d","name":"Push message on custom pubsubTopic","time":{"start":1729034565827,"stop":1729034565827,"duration":0},"status":"passed","severity":"normal"},{"uid":"efe1a1a605f09758","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034636314,"stop":1729034636315,"duration":1},"status":"passed","severity":"normal"},{"uid":"30cee6ee211eaa85","name":"Encoder throws on undefined content topic","time":{"start":1729034366399,"stop":1729034366399,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e65d8a284d4959c","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1729034332632,"stop":1729034332633,"duration":1},"status":"passed","severity":"normal"},{"uid":"f52a405e4780b05d","name":"can start and stop the service","time":{"start":1729034360434,"stop":1729034360434,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e9faf8611a1084e","name":"Check message with no content topic is not received","time":{"start":1729034611663,"stop":1729034611663,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e3ed0a60cc0d27","name":"should throw error - invalid id","time":{"start":1729034341401,"stop":1729034341401,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9105f5c035ea96c","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1729034332621,"stop":1729034332621,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cb652a637eca1d3","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1729034536099,"stop":1729034536099,"duration":0},"status":"passed","severity":"normal"},{"uid":"afefc03e93c9c8f2","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1729034693195,"stop":1729034693195,"duration":0},"status":"passed","severity":"normal"},{"uid":"e44411b0f461912f","name":"Query with Promise Callback, No message returned","time":{"start":1729034682681,"stop":1729034682681,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a90abcfd8a42992","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1729034665578,"stop":1729034665578,"duration":0},"status":"passed","severity":"normal"},{"uid":"a89b4ee9a26a4ec4","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1729034332630,"stop":1729034332631,"duration":1},"status":"passed","severity":"normal"},{"uid":"afa03da0b8d1bd9f","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1729034332638,"stop":1729034332638,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f6e9e23fc931bf7","name":"should add and remove event listeners correctly","time":{"start":1729034360438,"stop":1729034360438,"duration":0},"status":"passed","severity":"normal"},{"uid":"79fb694d1d3a0337","name":"Meta field set when metaSetter is specified","time":{"start":1729034348761,"stop":1729034348761,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a2ea1d78d2d310","name":"Subscribe to topic containing short and publish message","time":{"start":1729034640517,"stop":1729034640520,"duration":3},"status":"passed","severity":"normal"},{"uid":"1e7d59c01974f142","name":"can start and stop the service","time":{"start":1729034408863,"stop":1729034408863,"duration":0},"status":"passed","severity":"normal"},{"uid":"100553a92b1a6add","name":"Subscribe and receives messages on 20 topics","time":{"start":1729034704501,"stop":1729034704502,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ba91784e91123e5","name":"LightPush: 2 peers, Filter: 2 peers","time":{"start":1729034473216,"stop":1729034473217,"duration":1},"status":"skipped","severity":"normal"},{"uid":"69fc4672b2c5754d","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1729034704497,"stop":1729034704498,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c0ca4158bfbe244","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1729034668611,"stop":1729034668611,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbdbf4a21ee991f9","name":"Check received message with timestamp: 1729034391567000000 ","time":{"start":1729034611682,"stop":1729034611682,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a9f93dd3ceb3b70","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1729034472988,"stop":1729034472989,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b506127ae3e5abc","name":"Subscribe and receive messages via waku relay post","time":{"start":1729034704490,"stop":1729034704490,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e40d1b816edf3c4","name":"Refresh subscription","time":{"start":1729034704503,"stop":1729034704503,"duration":0},"status":"passed","severity":"normal"},{"uid":"788245f22f71fb69","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1729034340752,"stop":1729034340752,"duration":0},"status":"passed","severity":"normal"},{"uid":"2360e41fcb8436ee","name":"Subscribe to topic containing numeric and receive message","time":{"start":1729034704504,"stop":1729034704504,"duration":0},"status":"passed","severity":"normal"},{"uid":"78b11314d8bdfcda","name":"Push message with custom timestamp: 1729038107155","time":{"start":1729034617771,"stop":1729034617776,"duration":5},"status":"passed","severity":"normal"},{"uid":"7ce10eaee5d466ad","name":"Ordered Callback - false","time":{"start":1729034683701,"stop":1729034683701,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a4f0c58a1844e0c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1729034536786,"stop":1729034536786,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca54dedac563ea7f","name":"Check received message with timestamp: 1729034391567 ","time":{"start":1729034611658,"stop":1729034611658,"duration":0},"status":"passed","severity":"normal"},{"uid":"aaaa2e793219308e","name":"should set field with all protocols disabled","time":{"start":1729034341410,"stop":1729034341410,"duration":0},"status":"passed","severity":"normal"},{"uid":"8485e6bcae2a1cf","name":"LightPush: 2 peers, Filter: 3 peers","time":{"start":1729034473217,"stop":1729034473218,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b5090358bf9596b0","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1729034332621,"stop":1729034332621,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ac5d31b442d619a","name":"should create a new stream if no existing for protocol found","time":{"start":1729034348412,"stop":1729034348413,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f120f723141b0c","name":"can start the service","time":{"start":1729034360433,"stop":1729034360433,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6d25c9783cd9d37","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1729034472989,"stop":1729034472990,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ba750cc30ea19f2","name":"Push message with custom timestamp: 1729038073747","time":{"start":1729034631264,"stop":1729034631264,"duration":0},"status":"passed","severity":"normal"},{"uid":"240537d5ac8c5184","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1729034356139,"stop":1729034356139,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ca64583ca5a4ce6","name":"should return false","time":{"start":1729034341402,"stop":1729034341402,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd5d48291f2b50cf","name":"random static sharding 4 - Cluster ID: 711, Shard ID: 923","time":{"start":1729034668596,"stop":1729034668597,"duration":1},"status":"passed","severity":"normal"},{"uid":"da3a5d75e3c05b77","name":"Check received message containing special chars","time":{"start":1729034506786,"stop":1729034506786,"duration":0},"status":"passed","severity":"normal"},{"uid":"71cf9d0267c462df","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1729034332637,"stop":1729034332637,"duration":0},"status":"passed","severity":"normal"},{"uid":"4337081fa7adedf0","name":"should not add existing peers","time":{"start":1729034373029,"stop":1729034373030,"duration":1},"status":"passed","severity":"normal"},{"uid":"257791978f2f4e4","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1729034704489,"stop":1729034704489,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebfd90ede8da14c7","name":"Fields are not dropped","time":{"start":1729034347698,"stop":1729034347701,"duration":3},"status":"passed","severity":"normal"},{"uid":"618f4f1e478abaca","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034694622,"stop":1729034694622,"duration":0},"status":"passed","severity":"normal"},{"uid":"974d279da7bf21fa","name":"it tolerates circular branch references","time":{"start":1729034356473,"stop":1729034356473,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a15b8a77d0ef4c4","name":"should retry on failure if specified","time":{"start":1729034372892,"stop":1729034372893,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e5e8f97a1eec12a","name":"less peers than existing","time":{"start":1729034612085,"stop":1729034612085,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fdc47744d79be319","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1729034536106,"stop":1729034536106,"duration":0},"status":"passed","severity":"normal"},{"uid":"a161e6cd52c9f67c","name":"safeDispatchEvent","time":{"start":1729034432451,"stop":1729034432452,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6a4da87be4e745a","name":"Push message with content topic containing JSON","time":{"start":1729034631260,"stop":1729034631260,"duration":0},"status":"passed","severity":"normal"},{"uid":"187976bfad07376f","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1729034332621,"stop":1729034332622,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2d4b905bfaa5f74","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1729034356137,"stop":1729034356138,"duration":1},"status":"passed","severity":"normal"},{"uid":"255369d931d00ef5","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1729034781179,"stop":1729034781180,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a2bbf7b9c6e9951","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1729034506798,"stop":1729034506798,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e8e38e8cd525f68","name":"Check received message containing Script","time":{"start":1729034506789,"stop":1729034506789,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb93ce90475f79c0","name":"Subscribe to topic containing special chars and receive message","time":{"start":1729034704504,"stop":1729034704504,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa709a3c471dc4a","name":"Decoder throws on undefined content topic","time":{"start":1729034366400,"stop":1729034366400,"duration":0},"status":"passed","severity":"normal"},{"uid":"6453eb18170b42ca","name":"Check message received after jswaku node is restarted","time":{"start":1729034611687,"stop":1729034611689,"duration":2},"status":"skipped","severity":"normal"},{"uid":"a47a22cb1bafa50e","name":"Check received message containing numeric","time":{"start":1729034611649,"stop":1729034611650,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc35ddd914917086","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1729034470391,"stop":1729034470391,"duration":0},"status":"passed","severity":"normal"},{"uid":"f20c0e293677ac3e","name":"configure the node with multiple pubsub topics","time":{"start":1729034668610,"stop":1729034668611,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d2ec3641277d2c3","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1729034536786,"stop":1729034536789,"duration":3},"status":"passed","severity":"normal"},{"uid":"c4574242a438db2e","name":"Check publish message containing escaped characters","time":{"start":1729034636313,"stop":1729034636313,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1da78246683e887","name":"Push message with Russian payload","time":{"start":1729034617750,"stop":1729034617750,"duration":0},"status":"passed","severity":"normal"},{"uid":"37be292f74d2eaa","name":"should remove a peer","time":{"start":1729034373026,"stop":1729034373026,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dc0616910d8b10d","name":"stop","time":{"start":1729034432452,"stop":1729034432452,"duration":0},"status":"passed","severity":"normal"},{"uid":"94dcab125684b26","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1729034332626,"stop":1729034332627,"duration":1},"status":"passed","severity":"normal"},{"uid":"53fbccce469bdbda","name":"udp ip6 address","time":{"start":1729034340830,"stop":1729034340831,"duration":1},"status":"passed","severity":"normal"},{"uid":"22f5bce6fe78ddf9","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034565828,"stop":1729034565830,"duration":2},"status":"passed","severity":"normal"},{"uid":"5e631a4785c688f8","name":"Nodes with multiple pubsub topic","time":{"start":1729034626851,"stop":1729034626851,"duration":0},"status":"passed","severity":"normal"},{"uid":"839643a7fe2e786e","name":"Check received message with timestamp: 1649153314 ","time":{"start":1729034611683,"stop":1729034611683,"duration":0},"status":"passed","severity":"normal"},{"uid":"32c864b71237b8d8","name":"random static sharding 7 - Cluster ID: 592, Shard ID: 217","time":{"start":1729034668599,"stop":1729034668605,"duration":6},"status":"passed","severity":"normal"},{"uid":"86a94023023d3867","name":"should return all peers when numPeers is 0","time":{"start":1729034348576,"stop":1729034348576,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd63d8656417eb39","name":"Push message with JSON payload","time":{"start":1729034631251,"stop":1729034631251,"duration":0},"status":"passed","severity":"normal"},{"uid":"beaf76cd9f000aa8","name":"Publish message with custom timestamp: Wed Oct 25 2023 23:23:47 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034636315,"stop":1729034636315,"duration":0},"status":"passed","severity":"normal"},{"uid":"2476a4abf3c57ee1","name":"Wrong topic","time":{"start":1729034656472,"stop":1729034656472,"duration":0},"status":"passed","severity":"normal"},{"uid":"76d43945d090ec39","name":"Fails to publish message with wrong content topic","time":{"start":1729034636319,"stop":1729034636322,"duration":3},"status":"passed","severity":"normal"},{"uid":"4042686041f9b7dc","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1729034472990,"stop":1729034472991,"duration":1},"status":"passed","severity":"normal"},{"uid":"71d063f3a0ad3343","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1729034472931,"stop":1729034472931,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d0e5212b4e21b84","name":"Check message received after nwaku node is restarted","time":{"start":1729034611689,"stop":1729034611689,"duration":0},"status":"skipped","severity":"normal"},{"uid":"82c0e7172f4ebcf4","name":"should properly create peer info with all multiaddrs","time":{"start":1729034341409,"stop":1729034341410,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e072307eabdf834","name":"Check received message containing short","time":{"start":1729034611665,"stop":1729034611665,"duration":0},"status":"passed","severity":"normal"},{"uid":"775a1d39e0328509","name":"LightPush: 3 peers, Filter: 2 peers","time":{"start":1729034473222,"stop":1729034473222,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5cc5afb8a752a4bd","name":"should not fail to stop the service if it was not started","time":{"start":1729034360434,"stop":1729034360435,"duration":1},"status":"passed","severity":"normal"},{"uid":"88a4c0eecc6f8edb","name":"Store - dialed after - with timeout","time":{"start":1729034713701,"stop":1729034713701,"duration":0},"status":"passed","severity":"normal"},{"uid":"b754c72e64a6e5aa","name":"LightPush: 1 peers, Filter: 1 peers","time":{"start":1729034473212,"stop":1729034473213,"duration":1},"status":"skipped","severity":"normal"},{"uid":"8e03921c87fe4eb6","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1729034536096,"stop":1729034536096,"duration":0},"status":"passed","severity":"normal"},{"uid":"a451b8b426ef7bdd","name":"Push message with escaped characters payload","time":{"start":1729034617755,"stop":1729034617756,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c801c749417ee7b","name":"Subscribe to topic containing Script and receive message","time":{"start":1729034704495,"stop":1729034704495,"duration":0},"status":"passed","severity":"normal"},{"uid":"f69bd7f77c219118","name":"Check publish message containing Basic HTML tag","time":{"start":1729034636312,"stop":1729034636312,"duration":0},"status":"passed","severity":"normal"},{"uid":"42ab892b8e5fedd","name":"Decoder throws on undefined content topic","time":{"start":1729034348762,"stop":1729034348762,"duration":0},"status":"passed","severity":"normal"},{"uid":"91356f741e5bfcc4","name":"Check received message containing emoji","time":{"start":1729034611657,"stop":1729034611657,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7c9e92daf000863","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1729034332641,"stop":1729034332641,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e60e7764f68b78b","name":"Check publish message containing Arabic","time":{"start":1729034636309,"stop":1729034636310,"duration":1},"status":"passed","severity":"normal"},{"uid":"592e8445751318e0","name":"Check message with non string payload is not received","time":{"start":1729034506804,"stop":1729034506804,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bc0535e24491fe9","name":"Accepts a valid Waku Message","time":{"start":1729034376213,"stop":1729034376214,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4132d58ff799ea2","name":"Push message with Script payload","time":{"start":1729034631249,"stop":1729034631250,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b88858ddb3adab6","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1729034348576,"stop":1729034348577,"duration":1},"status":"passed","severity":"normal"},{"uid":"aaa4ab77003c7b23","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1729034447632,"stop":1729034447635,"duration":3},"status":"passed","severity":"normal"},{"uid":"5e02166a29fd59f2","name":"Push message with content topic containing long","time":{"start":1729034617759,"stop":1729034617759,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ef42633973d885f","name":"Push message with content topic containing JSON","time":{"start":1729034617765,"stop":1729034617765,"duration":0},"status":"passed","severity":"normal"},{"uid":"db60e09da7e6d704","name":"Query Generator - false","time":{"start":1729034683700,"stop":1729034683700,"duration":0},"status":"passed","severity":"normal"},{"uid":"356ecc3f82c40d2b","name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","time":{"start":1729034348415,"stop":1729034348415,"duration":0},"status":"passed","severity":"normal"},{"uid":"30256a4e4c5e97","name":"Subscribe to topic containing XML and receive message","time":{"start":1729034704495,"stop":1729034704495,"duration":0},"status":"passed","severity":"normal"},{"uid":"1330101adb05030a","name":"Overlapping topic subscription","time":{"start":1729034704502,"stop":1729034704503,"duration":1},"status":"passed","severity":"normal"},{"uid":"3889080da7fdfe23","name":"Ping on unsubscribed peer","time":{"start":1729034435411,"stop":1729034435412,"duration":1},"status":"passed","severity":"normal"},{"uid":"6334ff280e9d178a","name":"should be called at least once on all `peer:discovery` events","time":{"start":1729034399690,"stop":1729034399690,"duration":0},"status":"passed","severity":"normal"},{"uid":"1af1a5852b2967c2","name":"Ping on peer without subscriptions","time":{"start":1729034435019,"stop":1729034435019,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dc62d269b6599c","name":"Renews peer on consistent ping failures","time":{"start":1729034470387,"stop":1729034470391,"duration":4},"status":"passed","severity":"normal"},{"uid":"c869d5e737df4ec0","name":"Renews peer for Filter on peer:disconnect event","time":{"start":1729034470395,"stop":1729034470395,"duration":0},"status":"passed","severity":"normal"},{"uid":"de7781be7004e1bb","name":"Rejects garbage","time":{"start":1729034376215,"stop":1729034376215,"duration":0},"status":"passed","severity":"normal"},{"uid":"87d341385a21bbcf","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1729034472950,"stop":1729034472951,"duration":1},"status":"passed","severity":"normal"},{"uid":"51426bc7d3e847f5","name":"returns nothing if no connections present","time":{"start":1729034348294,"stop":1729034348295,"duration":1},"status":"passed","severity":"normal"},{"uid":"f93a9b54b36bd5f7","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app35/4/topic967/json","time":{"start":1729034656465,"stop":1729034656465,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e3cb89dcea1a607","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1729034340753,"stop":1729034340754,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab974c5cc76de033","name":"Push message with custom timestamp: 1729030873747","time":{"start":1729034631264,"stop":1729034631264,"duration":0},"status":"passed","severity":"normal"},{"uid":"da8dbdb2e853d503","name":"Check received message containing Script","time":{"start":1729034611679,"stop":1729034611679,"duration":0},"status":"passed","severity":"normal"},{"uid":"38833d62a5170431","name":"can start the service","time":{"start":1729034655441,"stop":1729034655442,"duration":1},"status":"passed","severity":"normal"},{"uid":"161c213de485645b","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1729034356477,"stop":1729034356477,"duration":0},"status":"passed","severity":"normal"},{"uid":"2302021be6c3af66","name":"Renews peer on consistent missed messages","time":{"start":1729034470391,"stop":1729034470394,"duration":3},"status":"passed","severity":"normal"},{"uid":"d4459ac3e00ba515","name":"Push message equal or less that 1MB","time":{"start":1729034631265,"stop":1729034631265,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bf10075908efe0c","name":"Non TWN Cluster","time":{"start":1729034656459,"stop":1729034656459,"duration":0},"status":"passed","severity":"normal"},{"uid":"d973b8e129d9a53","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1729034708553,"stop":1729034708553,"duration":0},"status":"passed","severity":"normal"},{"uid":"94516b105e894025","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1729034536108,"stop":1729034536108,"duration":0},"status":"passed","severity":"normal"},{"uid":"962f3bb37d4940c4","name":"Check received message with timestamp: 1729034391567 ","time":{"start":1729034611682,"stop":1729034611683,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbb1f0c21ff8ae78","name":"should throw an error for missing required configuration","time":{"start":1729034332629,"stop":1729034332630,"duration":1},"status":"passed","severity":"normal"},{"uid":"55d0ab01ea831a96","name":"Push message with SQL Injection payload","time":{"start":1729034617750,"stop":1729034617751,"duration":1},"status":"passed","severity":"normal"},{"uid":"e627d9d5b9b463ec","name":"should be able to decode the field with only STORE set to true","time":{"start":1729034340755,"stop":1729034340756,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbf8424fb7f13453","name":"handles empty shards array correctly","time":{"start":1729034332647,"stop":1729034332647,"duration":0},"status":"passed","severity":"normal"},{"uid":"14ee1560ef23bdac","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1729034640526,"stop":1729034640526,"duration":0},"status":"passed","severity":"normal"},{"uid":"994423a9d76586ac","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1729034665577,"stop":1729034665577,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d837904a920b901","name":"Push message with content topic containing Russian","time":{"start":1729034631258,"stop":1729034631258,"duration":0},"status":"passed","severity":"normal"},{"uid":"7258e9497d0d3330","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1729034536789,"stop":1729034536789,"duration":0},"status":"passed","severity":"normal"},{"uid":"bee450e95d9603b7","name":"should correctly map a content topic to a pubsub topic","time":{"start":1729034332648,"stop":1729034332648,"duration":0},"status":"passed","severity":"normal"},{"uid":"7936feca9dd7b9dc","name":"Passing page size 10 when there are 10 messages","time":{"start":1729034703310,"stop":1729034703311,"duration":1},"status":"passed","severity":"normal"},{"uid":"b917fa439c86377d","name":"Query generator for multiple messages","time":{"start":1729034696862,"stop":1729034696863,"duration":1},"status":"passed","severity":"normal"},{"uid":"3eb26ce764e9099e","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034694625,"stop":1729034694626,"duration":1},"status":"passed","severity":"normal"},{"uid":"58979c1ce32463b8","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1729034704490,"stop":1729034704491,"duration":1},"status":"passed","severity":"normal"},{"uid":"31cd671ee10aeef1","name":"should handle corrupted local storage data gracefully","time":{"start":1729034360437,"stop":1729034360438,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4d1e5c35e87bcf9","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app98/6/topic677/proto","time":{"start":1729034656464,"stop":1729034656464,"duration":0},"status":"passed","severity":"normal"},{"uid":"951fd5ab8a9a7fda","name":"Query with Ordered Callback, No Decoder","time":{"start":1729034682674,"stop":1729034682675,"duration":1},"status":"passed","severity":"normal"},{"uid":"4891ef54a5af70a8","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1729034668591,"stop":1729034668591,"duration":0},"status":"passed","severity":"normal"},{"uid":"16ce65e6de88e475","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1729034472982,"stop":1729034472983,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdfa54e38ce6e192","name":"Promise Callback - true","time":{"start":1729034683700,"stop":1729034683700,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0b3a46ff254ec95","name":"Subscribe to topic containing emoji and publish message","time":{"start":1729034640528,"stop":1729034640528,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bac7ef54850b90d","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app7/4/topic303/json","time":{"start":1729034656466,"stop":1729034656467,"duration":1},"status":"passed","severity":"normal"},{"uid":"5210eeee413c1fd9","name":"Subscribe and receive messages via lightPush","time":{"start":1729034704499,"stop":1729034704499,"duration":0},"status":"passed","severity":"normal"},{"uid":"af116ccc9b19d47c","name":"Promise Callback - false","time":{"start":1729034683701,"stop":1729034683701,"duration":0},"status":"passed","severity":"normal"},{"uid":"bef10b5b6b7b2649","name":"Generator, 2 different pubsubtopics","time":{"start":1729034694621,"stop":1729034694622,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8a544ac4e8be1cb","name":"can start and stop the service","time":{"start":1729034655442,"stop":1729034655442,"duration":0},"status":"passed","severity":"normal"},{"uid":"beb6ed369ca6e6b","name":"should not fail to start the service if it is already started","time":{"start":1729034408864,"stop":1729034408864,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3ede631e07be19c","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1729034472941,"stop":1729034472942,"duration":1},"status":"passed","severity":"normal"},{"uid":"91232f14e84ab37d","name":"should set field with all protocols enabled","time":{"start":1729034341410,"stop":1729034341410,"duration":0},"status":"passed","severity":"normal"},{"uid":"21aaa4ea5e2f99b7","name":"should properly create location multiaddrs - tcp4","time":{"start":1729034341405,"stop":1729034341405,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccc4d5fd2c587f44","name":"Generator, custom pubsub topic","time":{"start":1729034694621,"stop":1729034694621,"duration":0},"status":"passed","severity":"normal"},{"uid":"8975bdabd2cc3eac","name":"should be able to encode the field with only STORE set to true","time":{"start":1729034340750,"stop":1729034340751,"duration":1},"status":"passed","severity":"normal"},{"uid":"7033e93fced772a1","name":"Decrypt messages","time":{"start":1729034614966,"stop":1729034614966,"duration":0},"status":"passed","severity":"normal"},{"uid":"23bddc7f47bba6bb","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1729034536790,"stop":1729034536793,"duration":3},"status":"passed","severity":"normal"},{"uid":"c4d8aae0c7aa9a54","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1729034332614,"stop":1729034332614,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7cda2971532c3e1","name":"start node with empty content topic","time":{"start":1729034656474,"stop":1729034656474,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd2c5cff43bba63a","name":"Subscribe to topic containing short and receive message","time":{"start":1729034704492,"stop":1729034704492,"duration":0},"status":"passed","severity":"normal"},{"uid":"af16ad39ac82cb9c","name":"Publish message with rate limit","time":{"start":1729034636324,"stop":1729034636324,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b94c75b7b03d018","name":"Check received message containing unicode special characters","time":{"start":1729034611681,"stop":1729034611681,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd22a1a626b63237","name":"Push message with content topic containing unicode special characters","time":{"start":1729034631261,"stop":1729034631261,"duration":0},"status":"passed","severity":"normal"},{"uid":"58b73bceccb8c6f5","name":"Push message with content topic containing XML","time":{"start":1729034617764,"stop":1729034617764,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba3f9623c325d02f","name":"Subscribe to topic containing long and receive message","time":{"start":1729034704492,"stop":1729034704493,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2fdb7993d3f3a51","name":"should handle a minimal index list","time":{"start":1729034332796,"stop":1729034332796,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6d2881525dc5434","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1729034472983,"stop":1729034472984,"duration":1},"status":"passed","severity":"normal"},{"uid":"499d87fee9e7e901","name":"Push message with rate limit","time":{"start":1729034631263,"stop":1729034631263,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dbc6732398b982e","name":"recovers when dns.resolve returns empty","time":{"start":1729034356473,"stop":1729034356474,"duration":1},"status":"passed","severity":"normal"},{"uid":"4560a557450dcb0d","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1729034704497,"stop":1729034704497,"duration":0},"status":"passed","severity":"normal"},{"uid":"c09c1063c30774c8","name":"Check message with no pubsub topic is not received","time":{"start":1729034506802,"stop":1729034506803,"duration":1},"status":"passed","severity":"normal"},{"uid":"244182d39a0ebb5b","name":"Check received message containing Chinese","time":{"start":1729034611676,"stop":1729034611677,"duration":1},"status":"passed","severity":"normal"},{"uid":"523c4b4fab001cc6","name":"random static sharding 10 - Cluster ID: 416, Shard ID: 591","time":{"start":1729034668609,"stop":1729034668609,"duration":0},"status":"passed","severity":"normal"},{"uid":"d04667d687da8f2b","name":"Push message with Script payload","time":{"start":1729034617751,"stop":1729034617752,"duration":1},"status":"passed","severity":"normal"},{"uid":"d67d53e3c7dd22ed","name":"Push 30 different messages","time":{"start":1729034617757,"stop":1729034617758,"duration":1},"status":"passed","severity":"normal"},{"uid":"eaf84a5c88c17d58","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1729034536785,"stop":1729034536786,"duration":1},"status":"passed","severity":"normal"},{"uid":"b26a4327640b7b70","name":"Check message with non string payload is not received","time":{"start":1729034611663,"stop":1729034611664,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9ede440945eef98","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1729034536776,"stop":1729034536784,"duration":8},"status":"passed","severity":"normal"},{"uid":"3f58931c99a797a0","name":"Subscribe to topic containing emoji and receive message","time":{"start":1729034704498,"stop":1729034704498,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5eaaa30256ee13a","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1729034611660,"stop":1729034611661,"duration":1},"status":"passed","severity":"normal"},{"uid":"bee078d2c7c5da39","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1729034356478,"stop":1729034356478,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8f0a4e678403b571","name":"Push message with content topic containing short","time":{"start":1729034631254,"stop":1729034631254,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa14d6ca5b998dea","name":"Refresh subscription","time":{"start":1729034536100,"stop":1729034536100,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b8c74643ad752fd","name":"Push message with JSON payload","time":{"start":1729034617753,"stop":1729034617753,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9c242039798aa63","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034447617,"stop":1729034447618,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfd60e52d76c7605","name":"Overlapping topic subscription","time":{"start":1729034640517,"stop":1729034640517,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7f7501bb8e0b58d7","name":"Decoder throws on empty string content topic","time":{"start":1729034348762,"stop":1729034348762,"duration":0},"status":"passed","severity":"normal"},{"uid":"58dce2320ab7a30b","name":"groups content topics by expected pubsub topic","time":{"start":1729034332623,"stop":1729034332624,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f760d9ed41e3039","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1729034332632,"stop":1729034332632,"duration":0},"status":"passed","severity":"normal"},{"uid":"dab7c11e8c391a75","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1729034536098,"stop":1729034536098,"duration":0},"status":"passed","severity":"normal"},{"uid":"2eb589a2a97fc453","name":"connects to nwaku","time":{"start":1729034728789,"stop":1729034728789,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcdc75974837a228","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1729034356139,"stop":1729034356140,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce3945173a710377","name":"Subscribe to topic containing Script and receive message","time":{"start":1729034536107,"stop":1729034536108,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ad4abe3e8d623ef","name":"Publish message with large meta","time":{"start":1729034636324,"stop":1729034636324,"duration":0},"status":"passed","severity":"normal"},{"uid":"44242064104e6e6","name":"Relay + Store","time":{"start":1729034398614,"stop":1729034398615,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4abf700cc9a7834","name":"Check publish message containing Chinese","time":{"start":1729034636309,"stop":1729034636309,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ec69bcc15416e31","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1729034332620,"stop":1729034332620,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4a63ca6b1c58e04","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034565834,"stop":1729034565835,"duration":1},"status":"passed","severity":"normal"},{"uid":"f39622aa7e7523fd","name":"Push message with long payload","time":{"start":1729034617747,"stop":1729034617747,"duration":0},"status":"passed","severity":"normal"},{"uid":"7eb66fe2945f632d","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034447630,"stop":1729034447630,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a5ca6632545b2e1","name":"Check received message containing unicode special characters","time":{"start":1729034506792,"stop":1729034506792,"duration":0},"status":"passed","severity":"normal"},{"uid":"82e57ab9dd917bb0","name":"Push message with unicode special characters payload","time":{"start":1729034631252,"stop":1729034631252,"duration":0},"status":"passed","severity":"normal"},{"uid":"9949b595db724e1a","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1729034332619,"stop":1729034332619,"duration":0},"status":"passed","severity":"normal"},{"uid":"b62cab171eaca4e2","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1729034472949,"stop":1729034472950,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc47413c8207c857","name":"Subscribe to topic containing XML and publish message","time":{"start":1729034640525,"stop":1729034640526,"duration":1},"status":"passed","severity":"normal"},{"uid":"48c644261a54981b","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1729034332614,"stop":1729034332619,"duration":5},"status":"passed","severity":"normal"},{"uid":"f14c310b9538237","name":"nwaku subscribes","time":{"start":1729034630104,"stop":1729034630105,"duration":1},"status":"passed","severity":"normal"},{"uid":"e61bab9349c5a1a4","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1729034332628,"stop":1729034332628,"duration":0},"status":"passed","severity":"normal"},{"uid":"bda4167bdab70e0b","name":"should return valid sharding parameters for static sharding","time":{"start":1729034332645,"stop":1729034332646,"duration":1},"status":"passed","severity":"normal"},{"uid":"970da0fc65fbcc94","name":"Subscribe to topic containing long and receive message","time":{"start":1729034704503,"stop":1729034704504,"duration":1},"status":"passed","severity":"normal"},{"uid":"432ebc3e1c4c5a54","name":"should return empty list for no shard","time":{"start":1729034332629,"stop":1729034332629,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f37b904f0491f58","name":"Push message with content topic containing numeric","time":{"start":1729034631255,"stop":1729034631255,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd394f0c7775ec00","name":"caches peers it previously fetched","time":{"start":1729034356474,"stop":1729034356475,"duration":1},"status":"passed","severity":"normal"},{"uid":"6545dc1a75f4f4ec","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1729034332631,"stop":1729034332631,"duration":0},"status":"passed","severity":"normal"},{"uid":"1085b06ecf9a991f","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app31/9/topic522/json","time":{"start":1729034656466,"stop":1729034656466,"duration":0},"status":"passed","severity":"normal"},{"uid":"aec34ed9a0e578b5","name":"Refresh subscription","time":{"start":1729034704492,"stop":1729034704492,"duration":0},"status":"passed","severity":"normal"},{"uid":"e14e981f7a099ba1","name":"should set field with only STORE enabled","time":{"start":1729034341411,"stop":1729034341411,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b149e77e4542e72","name":"Push message with content topic containing SQL Injection","time":{"start":1729034617763,"stop":1729034617763,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea38c2b83b31ba66","name":"Check received message with timestamp: 1729034391505 ","time":{"start":1729034506794,"stop":1729034506797,"duration":3},"status":"passed","severity":"normal"},{"uid":"abbaef7dcc95d585","name":"Decoder throws on empty string content topic","time":{"start":1729034366400,"stop":1729034366400,"duration":0},"status":"passed","severity":"normal"},{"uid":"75d5f3c3b7112d47","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1729034399693,"stop":1729034399696,"duration":3},"status":"passed","severity":"normal"},{"uid":"2caf003647040e9b","name":"Encoder throws on undefined content topic","time":{"start":1729034348761,"stop":1729034348762,"duration":1},"status":"passed","severity":"normal"},{"uid":"788410fd4d7045cb","name":"Check received message containing numeric","time":{"start":1729034611666,"stop":1729034611666,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb48a3969f949ac4","name":"should set field with only RELAY enabled","time":{"start":1729034341410,"stop":1729034341411,"duration":1},"status":"passed","severity":"normal"},{"uid":"6aacfd955ad0f1ef","name":"should emit a peer event after start","time":{"start":1729034360435,"stop":1729034360435,"duration":0},"status":"passed","severity":"normal"},{"uid":"59d96e9a94dd2bf1","name":"should not receive a peer event after stop","time":{"start":1729034655444,"stop":1729034655444,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd79d74ffc2ce711","name":"Publishes to nwaku","time":{"start":1729034630105,"stop":1729034630105,"duration":0},"status":"passed","severity":"normal"},{"uid":"9638591df935f50f","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1729034332632,"stop":1729034332632,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6873e964a091b03","name":"Store - dialed first","time":{"start":1729034713700,"stop":1729034713701,"duration":1},"status":"passed","severity":"normal"},{"uid":"445b7828e0c7ea3c","name":"Check message on other pubsub topic is not received","time":{"start":1729034611684,"stop":1729034611685,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3e985464dbb815e","name":"Renews subscription after lossing a connection","time":{"start":1729034704510,"stop":1729034704510,"duration":0},"status":"passed","severity":"normal"},{"uid":"aed7097633632a1c","name":"Check received message containing shell command","time":{"start":1729034611680,"stop":1729034611681,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c5c5f44de6c26ff","name":"random static sharding 9 - Cluster ID: 998, Shard ID: 906","time":{"start":1729034668609,"stop":1729034668609,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6bfca7d3e68f5dd","name":"random static sharding 1 - Cluster ID: 424, Shard ID: 715","time":{"start":1729034668591,"stop":1729034668595,"duration":4},"status":"passed","severity":"normal"},{"uid":"ca92c152990a4899","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1729034332622,"stop":1729034332622,"duration":0},"status":"passed","severity":"normal"},{"uid":"f83acbf55acdece4","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1729034348577,"stop":1729034348577,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b4c91b3bf48aa23","name":"isConnected should return false after all peers disconnect","time":{"start":1729034424274,"stop":1729034424274,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2f086f523122482","name":"Push message with content topic containing special chars","time":{"start":1729034631255,"stop":1729034631256,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed79a3fadf626b08","name":"Check received message containing escaped characters","time":{"start":1729034611656,"stop":1729034611656,"duration":0},"status":"passed","severity":"normal"},{"uid":"24bb30cc8349b3ac","name":"Check message with invalid timestamp is not received","time":{"start":1729034611661,"stop":1729034611662,"duration":1},"status":"passed","severity":"normal"},{"uid":"4598952150450906","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1729034536107,"stop":1729034536107,"duration":0},"status":"passed","severity":"normal"},{"uid":"fabf0d589a1f2447","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472984,"stop":1729034472984,"duration":0},"status":"passed","severity":"normal"},{"uid":"b810afd4aff3477","name":"Ping succeeds for all connected peers","time":{"start":1729034470386,"stop":1729034470387,"duration":1},"status":"passed","severity":"normal"},{"uid":"d542d150995e90e3","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app63/7/topic981/utf8","time":{"start":1729034656464,"stop":1729034656464,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2494f36040f2d6","name":"Check message with invalid timestamp is not received","time":{"start":1729034611684,"stop":1729034611684,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d0b18e11371f15e","name":"should return the pubsub topic directly if a string is provided","time":{"start":1729034332643,"stop":1729034332643,"duration":0},"status":"passed","severity":"normal"},{"uid":"44f1512162da0174","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1729034332640,"stop":1729034332641,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca6e2b8178bec52e","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1729034447623,"stop":1729034447624,"duration":1},"status":"passed","severity":"normal"},{"uid":"6739e111aeb0cc31","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1729034335331,"stop":1729034335332,"duration":1},"status":"passed","severity":"normal"},{"uid":"b34d3c2fc96216fe","name":"should check connected peers if present and suitable","time":{"start":1729034373011,"stop":1729034373011,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7588/widgets/history-trend.json b/7588/widgets/history-trend.json index c2c4818bcee..eb427b5d9a8 100644 --- a/7588/widgets/history-trend.json +++ b/7588/widgets/history-trend.json @@ -1 +1 @@ -[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":45,"passed":808,"unknown":0,"total":853}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":814,"unknown":0,"total":837}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":858,"unknown":0,"total":884}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":25,"passed":831,"unknown":0,"total":856}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":45,"passed":836,"unknown":0,"total":881}},{"buildOrder":7590,"reportUrl":"https://waku-org.github.io/js-waku/7590/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":45,"passed":815,"unknown":0,"total":860}},{"buildOrder":7589,"reportUrl":"https://waku-org.github.io/js-waku/7589/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":43,"passed":825,"unknown":0,"total":868}},{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":45,"passed":808,"unknown":0,"total":853}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":814,"unknown":0,"total":837}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":858,"unknown":0,"total":884}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":25,"passed":831,"unknown":0,"total":856}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/7588/widgets/retry-trend.json b/7588/widgets/retry-trend.json index 1c834a55873..6c3aaf8d885 100644 --- a/7588/widgets/retry-trend.json +++ b/7588/widgets/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"run":837,"retry":2}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{"run":884,"retry":2}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{"run":856,"retry":2}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7590,"reportUrl":"https://waku-org.github.io/js-waku/7590/","reportName":"Allure Report with history","data":{"run":860,"retry":2}},{"buildOrder":7589,"reportUrl":"https://waku-org.github.io/js-waku/7589/","reportName":"Allure Report with history","data":{"run":868,"retry":2}},{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"run":837,"retry":2}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{"run":884,"retry":2}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{"run":856,"retry":2}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/7588/widgets/severity.json b/7588/widgets/severity.json index f8cb93d32d2..833a0aab73c 100644 --- a/7588/widgets/severity.json +++ b/7588/widgets/severity.json @@ -1 +1 @@ -[{"uid":"6d2a534378b4282","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1729033899384,"stop":1729033899385,"duration":1},"status":"passed","severity":"normal"},{"uid":"27758764287c26f5","name":"Push message with special chars payload","time":{"start":1729034129467,"stop":1729034129467,"duration":0},"status":"passed","severity":"normal"},{"uid":"92635fd97b2a282d","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1729034147781,"stop":1729034147781,"duration":0},"status":"passed","severity":"normal"},{"uid":"e105bb35deb1b550","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976790,"stop":1729033976793,"duration":3},"status":"passed","severity":"normal"},{"uid":"346f9458fd5d215e","name":"isConnected should return false after all peers disconnect","time":{"start":1729033925383,"stop":1729033925383,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f2bfe52b24493eb","name":"random static sharding 2 - Cluster ID: 947, Shard ID: 118","time":{"start":1729034177525,"stop":1729034177526,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f53383fae484a00","name":"Push message with shell command payload","time":{"start":1729034137133,"stop":1729034137134,"duration":1},"status":"passed","severity":"normal"},{"uid":"a66b66b32d1511fa","name":"Subscribe to topic containing numeric and receive message","time":{"start":1729034209095,"stop":1729034209095,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9775c3f0b708bdb","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1729034188118,"stop":1729034188118,"duration":0},"status":"passed","severity":"normal"},{"uid":"b725f7da29b0b724","name":"Push message with short payload","time":{"start":1729034137117,"stop":1729034137118,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1b12e7fdfb860f3","name":"Sample","time":{"start":1729033842408,"stop":1729033842409,"duration":1},"status":"passed","severity":"normal"},{"uid":"e34247458b5c18d7","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1729033942622,"stop":1729033942623,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fa88599bbec61f4","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1729033836803,"stop":1729033836803,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7d61e4e9b27f10d","name":"Refresh subscription","time":{"start":1729034209092,"stop":1729034209093,"duration":1},"status":"passed","severity":"normal"},{"uid":"76c83484cb09281d","name":"Check received message with timestamp: 1649153314 ","time":{"start":1729034121899,"stop":1729034121899,"duration":0},"status":"passed","severity":"normal"},{"uid":"88cfb5bcb9a9e6f9","name":"Reusing cursor across nodes","time":{"start":1729034169195,"stop":1729034169195,"duration":0},"status":"passed","severity":"normal"},{"uid":"28b14f47fbb75b87","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1729033857769,"stop":1729033857770,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f1700c09340db38","name":"Push 30 different messages","time":{"start":1729034137137,"stop":1729034137142,"duration":5},"status":"passed","severity":"normal"},{"uid":"b778c3ab88171537","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1729033834394,"stop":1729033834394,"duration":0},"status":"passed","severity":"normal"},{"uid":"e08337e36261d9b2","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1729034041485,"stop":1729034041485,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae0c594a989029a5","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1729033976794,"stop":1729033976796,"duration":2},"status":"passed","severity":"normal"},{"uid":"2cf00c1fc945f5d5","name":"should not fail to start the service if it is already started","time":{"start":1729034162415,"stop":1729034162415,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7e7422287d4b82c","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1729033976800,"stop":1729033976801,"duration":1},"status":"passed","severity":"normal"},{"uid":"793736e75847cec5","name":"Ordered callback, aborts when callback returns true","time":{"start":1729034213020,"stop":1729034213020,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb076ace8bac66d5","name":"Filter with 1 connections","time":{"start":1729033977225,"stop":1729033977225,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d9e71a0756c2038e","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1729034209109,"stop":1729034209109,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c37947a7554e6ad","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1729033869943,"stop":1729033869944,"duration":1},"status":"passed","severity":"normal"},{"uid":"dee2f09078d3a946","name":"Push message with content topic containing XML","time":{"start":1729034137147,"stop":1729034137147,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddc448134938d45e","name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","time":{"start":1729033850302,"stop":1729033850303,"duration":1},"status":"passed","severity":"normal"},{"uid":"7963f758acb8f73c","name":"Subscribe to topic containing Script and receive message","time":{"start":1729034209100,"stop":1729034209100,"duration":0},"status":"passed","severity":"normal"},{"uid":"65aef34e9a4e9c30","name":"Check message with non string payload is not received","time":{"start":1729034121954,"stop":1729034121957,"duration":3},"status":"passed","severity":"normal"},{"uid":"7f5f957ccabc4291","name":"should emit a peer event after start","time":{"start":1729033862328,"stop":1729033862328,"duration":0},"status":"passed","severity":"normal"},{"uid":"7371c3eb09a213c2","name":"Subscribe to topic containing JSON and receive message","time":{"start":1729034209102,"stop":1729034209102,"duration":0},"status":"passed","severity":"normal"},{"uid":"be79d9dea684fb7a","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1729033858274,"stop":1729033858274,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c4ec123c5c6fd6c1","name":"should be able to encode the field with only FILTER set to true","time":{"start":1729033842338,"stop":1729033842339,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f46314006676797","name":"Waku message hash computation (no timestamp)","time":{"start":1729033836804,"stop":1729033836804,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a5c5861572bac51","name":"throws on content topic with empty encoding field","time":{"start":1729033834363,"stop":1729033834364,"duration":1},"status":"passed","severity":"normal"},{"uid":"97ef2ec77bfc8e36","name":"should encode/decode to text encoding","time":{"start":1729033843117,"stop":1729033843118,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9cc8da31c46b31b","name":"Non TWN Cluster","time":{"start":1729034169436,"stop":1729034169437,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c71e59145bf52eb","name":"Check publish message containing JSON","time":{"start":1729034144764,"stop":1729034144764,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ec1bffba5338d2d","name":"Push message with content topic containing special chars","time":{"start":1729034137144,"stop":1729034137144,"duration":0},"status":"passed","severity":"normal"},{"uid":"abc8b3bc28e83319","name":"should return the correct number of peers","time":{"start":1729033874960,"stop":1729033874960,"duration":0},"status":"passed","severity":"normal"},{"uid":"14156eebf4416c0a","name":"Check received message containing emoji","time":{"start":1729034121896,"stop":1729034121897,"duration":1},"status":"passed","severity":"normal"},{"uid":"45fb9f7fd57ac818","name":"Check received message containing XML","time":{"start":1729034121891,"stop":1729034121892,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fb4e6463603829c","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1729033857767,"stop":1729033857768,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d10280669c51e01","name":"Check message on other pubsub topic is not received","time":{"start":1729034121902,"stop":1729034121904,"duration":2},"status":"passed","severity":"normal"},{"uid":"825ed285bf8a59f6","name":"should throw an error for empty SingleShardInfos array","time":{"start":1729033834379,"stop":1729033834379,"duration":0},"status":"passed","severity":"normal"},{"uid":"67a00a433bf9bb05","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1729033976790,"stop":1729033976790,"duration":0},"status":"passed","severity":"normal"},{"uid":"289b06f6007df0d9","name":"LightPush with 1 connections","time":{"start":1729033977224,"stop":1729033977225,"duration":1},"status":"skipped","severity":"normal"},{"uid":"27bdaf32f1d1235a","name":"Encoder throws on empty string content topic","time":{"start":1729033869945,"stop":1729033869945,"duration":0},"status":"passed","severity":"normal"},{"uid":"911db5bac5406f2c","name":"Check received message containing emoji","time":{"start":1729034121946,"stop":1729034121947,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fb72ed78dcdda5e","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1729034209106,"stop":1729034209107,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b8e3c9586c677fc","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1729033857766,"stop":1729033857767,"duration":1},"status":"passed","severity":"normal"},{"uid":"acaf1694b0924680","name":"Check publish message containing Script","time":{"start":1729034144762,"stop":1729034144763,"duration":1},"status":"passed","severity":"normal"},{"uid":"e94e3a5213fb248a","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1729033850405,"stop":1729033850405,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d228bbee1e8f0dd","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729033942628,"stop":1729033942631,"duration":3},"status":"passed","severity":"normal"},{"uid":"ea2cb21452217cd5","name":"Push message with unicode special characters payload","time":{"start":1729034137134,"stop":1729034137135,"duration":1},"status":"passed","severity":"normal"},{"uid":"c575085c61fb592c","name":"can start and stop the service","time":{"start":1729034162414,"stop":1729034162414,"duration":0},"status":"passed","severity":"normal"},{"uid":"938a9acb9bcb9d69","name":"Subscribe to topic containing long and publish message","time":{"start":1729034147770,"stop":1729034147771,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccae3bd215ab031a","name":"Refresh subscription","time":{"start":1729034041487,"stop":1729034041487,"duration":0},"status":"passed","severity":"normal"},{"uid":"23093e0a7e74ffa1","name":"should throw error - no public key","time":{"start":1729033843114,"stop":1729033843115,"duration":1},"status":"passed","severity":"normal"},{"uid":"41453a7db2dca4c2","name":"should return empty list for no shard","time":{"start":1729033834381,"stop":1729033834382,"duration":1},"status":"passed","severity":"normal"},{"uid":"217443214b18487f","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1729033834379,"stop":1729033834379,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcd00b7c92d57611","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1729034169193,"stop":1729034169193,"duration":0},"status":"passed","severity":"normal"},{"uid":"4501d14f8b361270","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app71/9/topic946/proto","time":{"start":1729034169450,"stop":1729034169450,"duration":0},"status":"passed","severity":"normal"},{"uid":"2de499adbd44abfe","name":"Check publish message containing Basic HTML tag","time":{"start":1729034144763,"stop":1729034144763,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5d8ec03b24b7fbd","name":"Decoder throws on empty string content topic","time":{"start":1729033868329,"stop":1729033868330,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fa69fd0d326e6a6","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1729033965752,"stop":1729033965753,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0c7632ded827cc5","name":"Ephemeral field set to true","time":{"start":1729033850548,"stop":1729033850548,"duration":0},"status":"passed","severity":"normal"},{"uid":"c06c95c6a26cf61c","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1729034147780,"stop":1729034147780,"duration":0},"status":"passed","severity":"normal"},{"uid":"608e0c34cccfca92","name":"Check received message with timestamp: 1649153314 ","time":{"start":1729034121948,"stop":1729034121951,"duration":3},"status":"passed","severity":"normal"},{"uid":"e03453525f0fef2","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1729034147792,"stop":1729034147792,"duration":0},"status":"passed","severity":"normal"},{"uid":"997ec848a1e13ccb","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034066153,"stop":1729034066153,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdc590408cd957f2","name":"Push message with numeric payload","time":{"start":1729034129467,"stop":1729034129467,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dd1ce60386702ae","name":"Check received message with timestamp: 1729033892674 ","time":{"start":1729034121899,"stop":1729034121899,"duration":0},"status":"passed","severity":"normal"},{"uid":"23a2ab4beac3d03c","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1729033857764,"stop":1729033857765,"duration":1},"status":"passed","severity":"normal"},{"uid":"e90f659114aa1c3a","name":"Check received message containing short","time":{"start":1729034121875,"stop":1729034121875,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c61052c420f615c","name":"should set field with only FILTER enabled","time":{"start":1729033843126,"stop":1729033843126,"duration":0},"status":"passed","severity":"normal"},{"uid":"da1b991707b80744","name":"Check publish message containing XML","time":{"start":1729034144763,"stop":1729034144763,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee95a8dd2de118df","name":"it tolerates circular branch references","time":{"start":1729033858268,"stop":1729033858269,"duration":1},"status":"passed","severity":"normal"},{"uid":"45ca7af456fdf7c1","name":"Check received message containing special chars","time":{"start":1729034121915,"stop":1729034121918,"duration":3},"status":"passed","severity":"normal"},{"uid":"d5f0f4ec0395127f","name":"should encode/decode to RLP encoding","time":{"start":1729033843117,"stop":1729033843117,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d2ee081096896cd","name":"should be able to decode the field with only STORE set to true","time":{"start":1729033842349,"stop":1729033842349,"duration":0},"status":"passed","severity":"normal"},{"uid":"32ecf91e795d59c1","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app93/1/topic622/proto","time":{"start":1729034169439,"stop":1729034169441,"duration":2},"status":"passed","severity":"normal"},{"uid":"d129863327a3a84d","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1729033834365,"stop":1729033834366,"duration":1},"status":"passed","severity":"normal"},{"uid":"53370bae1611bd7d","name":"should check connected peers if present and suitable","time":{"start":1729033875028,"stop":1729033875029,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e732c89a30dc7a3","name":"Fails to publish message with empty text","time":{"start":1729034144770,"stop":1729034144770,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6379544a67e2d88","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034066157,"stop":1729034066158,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1383bac4562fb26","name":"Query generator for multiple messages with multiple decoders","time":{"start":1729034213017,"stop":1729034213017,"duration":0},"status":"passed","severity":"normal"},{"uid":"498b15e4a75ae15","name":"Query Generator, Wrong PubsubTopic","time":{"start":1729034188112,"stop":1729034188113,"duration":1},"status":"passed","severity":"normal"},{"uid":"41eaf3b4778cc208","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1729033976801,"stop":1729033976802,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdbef5aaac5bc224","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1729033834394,"stop":1729033834395,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a8f8b4fab1de8d8","name":"Check message with no payload is not received","time":{"start":1729034121954,"stop":1729034121954,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab0aead6031987d6","name":"Push message with JSON payload","time":{"start":1729034137133,"stop":1729034137133,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5a9240e28384e7a","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1729033834385,"stop":1729033834386,"duration":1},"status":"passed","severity":"normal"},{"uid":"8645c6d90fc7a99c","name":"Throws when trying to push message with empty payload","time":{"start":1729034137142,"stop":1729034137142,"duration":0},"status":"passed","severity":"normal"},{"uid":"a98a81f6745f52ba","name":"Check received message containing special chars","time":{"start":1729034121882,"stop":1729034121882,"duration":0},"status":"passed","severity":"normal"},{"uid":"db62a1d37b685b06","name":"LightPush with 2 connections","time":{"start":1729033977226,"stop":1729033977226,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7729b51269dd51c2","name":"LightPush: 1 peers, Filter: 3 peers","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"status":"skipped","severity":"normal"},{"uid":"bcbdaecdf430c001","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1729033834389,"stop":1729033834390,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1a97181ec8fc61f","name":"Push message with content topic containing numeric","time":{"start":1729034129474,"stop":1729034129474,"duration":0},"status":"passed","severity":"normal"},{"uid":"67068f3dd6f6f81d","name":"Ephemeral field is preserved - encoder v0","time":{"start":1729033899383,"stop":1729033899384,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f115fb5bd6c39d6","name":"Push message with content topic containing numeric","time":{"start":1729034137143,"stop":1729034137143,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d0ea26c719c8254","name":"creates an iterator","time":{"start":1729034211308,"stop":1729034211308,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b9cd92097da8e53","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1729033834397,"stop":1729033834397,"duration":0},"status":"passed","severity":"normal"},{"uid":"699f2b77c633ed67","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1729034147768,"stop":1729034147768,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb9665d82b7df79","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1729034177524,"stop":1729034177524,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a7756e6fe0f2b0e","name":"Ping on unsubscribed peer","time":{"start":1729033937075,"stop":1729033937082,"duration":7},"status":"passed","severity":"normal"},{"uid":"ab68747bb3d68ba6","name":"random static sharding 6 - Cluster ID: 816, Shard ID: 369","time":{"start":1729034177532,"stop":1729034177533,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9d88f93e9e346e","name":"Check received message containing escaped characters","time":{"start":1729034014867,"stop":1729034014871,"duration":4},"status":"passed","severity":"normal"},{"uid":"831fbf155c9a84a3","name":"should wait for Store peer to be connected","time":{"start":1729033875029,"stop":1729033875030,"duration":1},"status":"passed","severity":"normal"},{"uid":"22677fa25313314a","name":"should not add existing peers","time":{"start":1729033874965,"stop":1729033874966,"duration":1},"status":"passed","severity":"normal"},{"uid":"8dfddb5c340280cb","name":"Subscribe to topic containing special chars and publish message","time":{"start":1729034147772,"stop":1729034147772,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc9f41930c02a26","name":"ignores unrecognized TXT record formats","time":{"start":1729033858270,"stop":1729033858270,"duration":0},"status":"passed","severity":"normal"},{"uid":"be6f43f9b8be1f4","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1729034121951,"stop":1729034121952,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a5b60748cb4d39a","name":"Promise Callback - false","time":{"start":1729034191995,"stop":1729034191995,"duration":0},"status":"passed","severity":"normal"},{"uid":"c65fb98a8b1abe0b","name":"Nodes with multiple pubsub topic","time":{"start":1729034137163,"stop":1729034137163,"duration":0},"status":"passed","severity":"normal"},{"uid":"1158cb6250839e55","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1729034147767,"stop":1729034147768,"duration":1},"status":"passed","severity":"normal"},{"uid":"efd3348e3781003d","name":"should return true when peers exist","time":{"start":1729033874961,"stop":1729033874961,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbd9433f389a4aec","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1729034209103,"stop":1729034209103,"duration":0},"status":"passed","severity":"normal"},{"uid":"c27a644ada82126","name":"Publish message with custom timestamp: Wed Oct 25 2023 23:15:37 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034144767,"stop":1729034144768,"duration":1},"status":"passed","severity":"normal"},{"uid":"fec9c2aa22b41add","name":"should get / set UDP multiaddr","time":{"start":1729033843118,"stop":1729033843118,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9d3e037adbf9849","name":"should fail to send if no connected peers found","time":{"start":1729033875011,"stop":1729033875011,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fc1eb106f14f3a8","name":"LightPush: 3 peers, Filter: 1 peers","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7a7db5d2bd2c0ae8","name":"Query with Ordered Callback, No message returned","time":{"start":1729034188117,"stop":1729034188118,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a068d3f925a4043","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1729034209128,"stop":1729034209128,"duration":0},"status":"passed","severity":"normal"},{"uid":"95afe24dcb969841","name":"addEventListener with correct event","time":{"start":1729033933478,"stop":1729033933479,"duration":1},"status":"passed","severity":"normal"},{"uid":"8aed09c3c889b5b5","name":"should return all peers when numPeers is 0","time":{"start":1729033850403,"stop":1729033850404,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bc25111b7e25fa0","name":"Push 30 different messages","time":{"start":1729034129472,"stop":1729034129473,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcc5f84ba8a0f82f","name":"Check received message containing Russian","time":{"start":1729034121890,"stop":1729034121890,"duration":0},"status":"passed","severity":"normal"},{"uid":"1757fff5384cb215","name":"Round trip binary encryption [ecies, signature]","time":{"start":1729033869944,"stop":1729033869944,"duration":0},"status":"passed","severity":"normal"},{"uid":"b431bda76f286cf","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1729033942631,"stop":1729033942634,"duration":3},"status":"passed","severity":"normal"},{"uid":"32ba962660412e34","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1729033900651,"stop":1729033900653,"duration":2},"status":"passed","severity":"normal"},{"uid":"1d1435120d8f93e5","name":"Push message with long payload","time":{"start":1729034137118,"stop":1729034137118,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcf83509c5b8117e","name":"Waku message hash computation (payload length 0)","time":{"start":1729033836803,"stop":1729033836804,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5e8402f892b37b0","name":"Push to array if already present","time":{"start":1729033834024,"stop":1729033834025,"duration":1},"status":"passed","severity":"normal"},{"uid":"9bec4bef67576a8a","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1729033925381,"stop":1729033925382,"duration":1},"status":"passed","severity":"normal"},{"uid":"999739aaa6391318","name":"topics with same application and version share the same shard","time":{"start":1729033834375,"stop":1729033834376,"duration":1},"status":"passed","severity":"normal"},{"uid":"c97493c8f189f6f6","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1729033834389,"stop":1729033834389,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8580d4d4d677a38","name":"Push message with unicode special characters payload","time":{"start":1729034129472,"stop":1729034129472,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae66aa480bd26e39","name":"Check message with non string payload is not received","time":{"start":1729034121908,"stop":1729034121908,"duration":0},"status":"passed","severity":"normal"},{"uid":"11920bc7a35a87ef","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1729033834389,"stop":1729033834389,"duration":0},"status":"passed","severity":"normal"},{"uid":"3272d99ca358d8a7","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1729033834392,"stop":1729033834392,"duration":0},"status":"passed","severity":"normal"},{"uid":"11bb2116837ffee1","name":"random static sharding 9 - Cluster ID: 129, Shard ID: 338","time":{"start":1729034177535,"stop":1729034177535,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e34179447f8771f","name":"Publish message with rate limit","time":{"start":1729034144773,"stop":1729034144774,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9b543667b2cea7e","name":"Check received message containing emoji","time":{"start":1729034014873,"stop":1729034014873,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b369ae159a9ff82","name":"should properly create location multiaddrs - tcp","time":{"start":1729033843124,"stop":1729033843124,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0d9487a83bc6e77","name":"Push message with Script payload","time":{"start":1729034129469,"stop":1729034129469,"duration":0},"status":"passed","severity":"normal"},{"uid":"8746634b20d84d28","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1729033976779,"stop":1729033976781,"duration":2},"status":"passed","severity":"normal"},{"uid":"1f0a85825c5f4bd9","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1729033857766,"stop":1729033857766,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce8cedb5cfd197a3","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1729033900646,"stop":1729033900651,"duration":5},"status":"passed","severity":"normal"},{"uid":"166af90615f30de1","name":"Renews subscription after lossing a connection","time":{"start":1729034209104,"stop":1729034209104,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2a979ab240db1c5","name":"should throw an error for missing required configuration","time":{"start":1729033834382,"stop":1729033834382,"duration":0},"status":"passed","severity":"normal"},{"uid":"daad7872f9e16bb2","name":"Check received message containing XML","time":{"start":1729034121939,"stop":1729034121939,"duration":0},"status":"passed","severity":"normal"},{"uid":"782c3805f6976a7f","name":"Subscribe and receive messages via waku relay post","time":{"start":1729034209087,"stop":1729034209088,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c42e7f1fbe406b6","name":"Fails to push message with large meta","time":{"start":1729034137156,"stop":1729034137156,"duration":0},"status":"passed","severity":"normal"},{"uid":"27f75e82b69a994d","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1729034209087,"stop":1729034209087,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccc755503c3061a0","name":"Check received message containing JSON","time":{"start":1729034121892,"stop":1729034121894,"duration":2},"status":"passed","severity":"normal"},{"uid":"9ccc75f24037f44a","name":"Check publish message after service node is restarted","time":{"start":1729034144772,"stop":1729034144772,"duration":0},"status":"skipped","severity":"normal"},{"uid":"70115caa9aaef4a6","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1729033976802,"stop":1729033976802,"duration":0},"status":"passed","severity":"normal"},{"uid":"a06cb4d39e4924ab","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1729033834395,"stop":1729033834396,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fee5c729271ec96","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app34/5/topic449/xml","time":{"start":1729034169450,"stop":1729034169450,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc49bcae5720a76f","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1729034041508,"stop":1729034041508,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9c6ab17937e8915","name":"random static sharding 7 - Cluster ID: 74, Shard ID: 219","time":{"start":1729034177533,"stop":1729034177534,"duration":1},"status":"passed","severity":"normal"},{"uid":"c980f2981b9c420","name":"LightPush: 3 peers, Filter: 3 peers","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"status":"skipped","severity":"normal"},{"uid":"22ccfe398d0bacbe","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1729033965752,"stop":1729033965752,"duration":0},"status":"passed","severity":"normal"},{"uid":"69a57260d814adf","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1729033857768,"stop":1729033857768,"duration":0},"status":"passed","severity":"normal"},{"uid":"a623703c6be41e89","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1729033842350,"stop":1729033842351,"duration":1},"status":"passed","severity":"normal"},{"uid":"f390c29f1d06edf3","name":"Push message with emoji payload","time":{"start":1729034137135,"stop":1729034137135,"duration":0},"status":"passed","severity":"normal"},{"uid":"af9106982d94de63","name":"handles multiple messages","time":{"start":1729034211308,"stop":1729034211309,"duration":1},"status":"passed","severity":"normal"},{"uid":"567230e92eefcc88","name":"Push message with content topic containing XML","time":{"start":1729034129477,"stop":1729034129477,"duration":0},"status":"passed","severity":"normal"},{"uid":"df2adb1f1cceaac2","name":"Check received message containing short","time":{"start":1729034121910,"stop":1729034121910,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2d69a734079f3db","name":"Filter with 0 connections","time":{"start":1729033977224,"stop":1729033977224,"duration":0},"status":"skipped","severity":"normal"},{"uid":"37a4f62c173f458e","name":"should return valid sharding parameters for static sharding","time":{"start":1729033834396,"stop":1729033834396,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aab05fe9d22c5","name":"Push message with content topic containing JSON","time":{"start":1729034137149,"stop":1729034137149,"duration":0},"status":"passed","severity":"normal"},{"uid":"8184c75214e566d9","name":"should throw an error if shards are undefined for static sharding","time":{"start":1729033834382,"stop":1729033834382,"duration":0},"status":"passed","severity":"normal"},{"uid":"151dae1f97bacb4c","name":"LightPush: 0 peers, Filter: 1 peers","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d2a76bd444e1922b","name":"should reject if WakuNode is not started","time":{"start":1729033875025,"stop":1729033875026,"duration":1},"status":"passed","severity":"normal"},{"uid":"b742d0527c4c012c","name":"Promise Callback - true","time":{"start":1729034191995,"stop":1729034191995,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e8cb9373b1af235","name":"Ping on peer without subscriptions","time":{"start":1729033937071,"stop":1729033937075,"duration":4},"status":"passed","severity":"normal"},{"uid":"98c400b153fb0004","name":"Subscribe to topic containing long and receive message","time":{"start":1729034209093,"stop":1729034209095,"duration":2},"status":"passed","severity":"normal"},{"uid":"812dbd0259895dcd","name":"should return false","time":{"start":1729033843116,"stop":1729033843116,"duration":0},"status":"passed","severity":"normal"},{"uid":"e67f5286595fca06","name":"Push message with Script payload","time":{"start":1729034137127,"stop":1729034137128,"duration":1},"status":"passed","severity":"normal"},{"uid":"c12d8e1bd37e43c7","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1729033834374,"stop":1729033834374,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f3784fd83ddd98f","name":"Callback on promise","time":{"start":1729034213018,"stop":1729034213018,"duration":0},"status":"passed","severity":"normal"},{"uid":"69ac031071352433","name":"should fail to send if pubsub topics are misconfigured","time":{"start":1729033875010,"stop":1729033875011,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b72a7ba1ad02d63","name":"Push message with content topic containing Russian","time":{"start":1729034129475,"stop":1729034129476,"duration":1},"status":"passed","severity":"normal"},{"uid":"468abe1a9f7efa77","name":"should reject if Filter is requested but not mounted","time":{"start":1729033875027,"stop":1729033875028,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d85e34bfb34c0b3","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1729033834381,"stop":1729033834381,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac74dae45c45bc5f","name":"should throw if no connection provided","time":{"start":1729033850296,"stop":1729033850297,"duration":1},"status":"passed","severity":"normal"},{"uid":"2eff2b4f626c19e3","name":"Check message on other pubsub topic is not received","time":{"start":1729034014878,"stop":1729034014879,"duration":1},"status":"passed","severity":"normal"},{"uid":"49965771c8691b2b","name":"Subscribe to topic containing XML and receive message","time":{"start":1729034209100,"stop":1729034209101,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1724edeb1c36b02","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1729034209090,"stop":1729034209090,"duration":0},"status":"passed","severity":"normal"},{"uid":"a197a0a450629037","name":"Push message with content topic containing emoji","time":{"start":1729034129479,"stop":1729034129479,"duration":0},"status":"passed","severity":"normal"},{"uid":"99adbb840a61736c","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1729034147787,"stop":1729034147791,"duration":4},"status":"passed","severity":"normal"},{"uid":"7a5c759068785bb3","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1729034041476,"stop":1729034041477,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6ee047964e1ee70","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1729034169194,"stop":1729034169194,"duration":0},"status":"passed","severity":"normal"},{"uid":"e92800683929a2a9","name":"Check received message containing Chinese","time":{"start":1729034014835,"stop":1729034014835,"duration":0},"status":"passed","severity":"normal"},{"uid":"8453cc9db3e58bf","name":"1 Store, 2 relays, 2 fetches","time":{"start":1729033858030,"stop":1729033858031,"duration":1},"status":"passed","severity":"normal"},{"uid":"14902470eec838df","name":"Refresh subscription","time":{"start":1729034147769,"stop":1729034147769,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5ee8a9074f1fe826","name":"should not receive a peer event before start","time":{"start":1729034162416,"stop":1729034162416,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa64dad131ac184d","name":"Should update multiaddrs","time":{"start":1729034067822,"stop":1729034067823,"duration":1},"status":"passed","severity":"normal"},{"uid":"c0c7ec48ad861984","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1729033834392,"stop":1729033834392,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5c3f41f9ab5332a","name":"caches peers it previously fetched","time":{"start":1729033858270,"stop":1729033858271,"duration":1},"status":"passed","severity":"normal"},{"uid":"3784f14904430d8e","name":"Decoder throws on empty string content topic","time":{"start":1729033850550,"stop":1729033850550,"duration":0},"status":"passed","severity":"normal"},{"uid":"13529e4f0b82df71","name":"Ping fails for unsubscribed peers","time":{"start":1729033974450,"stop":1729033974450,"duration":0},"status":"passed","severity":"normal"},{"uid":"5080acef3fb8347b","name":"Overlapping topic subscription","time":{"start":1729034209109,"stop":1729034209110,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2401e130914b758","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1729033858272,"stop":1729033858273,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b1bae2c871ad90e","name":"Check publish message containing emoji","time":{"start":1729034144765,"stop":1729034144766,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fd4a9580e56e91c","name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","time":{"start":1729033850301,"stop":1729033850302,"duration":1},"status":"passed","severity":"normal"},{"uid":"80c0232bc8d8e740","name":"throws on content topic with too few or too many fields","time":{"start":1729033834360,"stop":1729033834360,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0bbb7a3b2f170e2","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1729033925381,"stop":1729033925381,"duration":0},"status":"passed","severity":"normal"},{"uid":"9093925a3dbd6637","name":"Query generator for multiple messages with different message text format","time":{"start":1729034213017,"stop":1729034213017,"duration":0},"status":"passed","severity":"normal"},{"uid":"41076025a7ed68f9","name":"passes more than one ENR URLs and attempts connection","time":{"start":1729033904751,"stop":1729033904751,"duration":0},"status":"skipped","severity":"normal"},{"uid":"873563b32fe98748","name":"should return unique PubsubTopics for static sharding","time":{"start":1729033834380,"stop":1729033834380,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bf7260e1f5c7531","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1729033976807,"stop":1729033976807,"duration":0},"status":"passed","severity":"normal"},{"uid":"85e2220f05f5373f","name":"should retry on failure if specified","time":{"start":1729033875012,"stop":1729033875012,"duration":0},"status":"passed","severity":"normal"},{"uid":"b14062fdee61776b","name":"should not receive a peer event after stop","time":{"start":1729033904747,"stop":1729033904748,"duration":1},"status":"passed","severity":"normal"},{"uid":"8dff0d8f39f2e499","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1729034041477,"stop":1729034041477,"duration":0},"status":"passed","severity":"normal"},{"uid":"51f82ffee840965c","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1729033942597,"stop":1729033942597,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d7df0a70c160897","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app68/4/topic903/xml","time":{"start":1729034169449,"stop":1729034169450,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb83e63e34db5f51","name":"can start and stop the service","time":{"start":1729033862326,"stop":1729033862327,"duration":1},"status":"passed","severity":"normal"},{"uid":"40c6272b765b34ba","name":"Check received message containing SQL Injection","time":{"start":1729034014852,"stop":1729034014853,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee2c69ec5c974591","name":"should remove the specified number of excess peers","time":{"start":1729033874963,"stop":1729033874964,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b2f959ad49276d5","name":"should be able to decode the field with only FILTER set to true","time":{"start":1729033842348,"stop":1729033842349,"duration":1},"status":"passed","severity":"normal"},{"uid":"df2cffba8141d8d0","name":"should not throw an error for a single configured topic","time":{"start":1729033834392,"stop":1729033834393,"duration":1},"status":"passed","severity":"normal"},{"uid":"11bdc047ce3ac172","name":"random static sharding 8 - Cluster ID: 147, Shard ID: 773","time":{"start":1729034177534,"stop":1729034177534,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a27d6524e6bca3d","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1729034169194,"stop":1729034169195,"duration":1},"status":"passed","severity":"normal"},{"uid":"ebeb66c57638e7d8","name":"recovers when dns.resolve returns empty","time":{"start":1729033858269,"stop":1729033858269,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fd38dcaf4933e89","name":"throws an error for improperly formatted content topics","time":{"start":1729033834377,"stop":1729033834378,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c7a364f1c33113d","name":"Ping on peer without subscriptions","time":{"start":1729033939921,"stop":1729033939922,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a09f5554454e11a","name":"Check publish message containing numeric","time":{"start":1729034144759,"stop":1729034144759,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cd5686e21697320","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1729033834390,"stop":1729033834391,"duration":1},"status":"passed","severity":"normal"},{"uid":"dca2201e500a7a43","name":"Push message with Basic HTML tag payload","time":{"start":1729034129470,"stop":1729034129470,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d289f814c5f3faa","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034066161,"stop":1729034066161,"duration":0},"status":"passed","severity":"normal"},{"uid":"cba135ccb7b2f165","name":"Encoder throws on empty string content topic","time":{"start":1729033868327,"stop":1729033868328,"duration":1},"status":"passed","severity":"normal"},{"uid":"3285b4f51931226e","name":"1 Relay, 1 Filter, gives up","time":{"start":1729033858031,"stop":1729033858031,"duration":0},"status":"passed","severity":"normal"},{"uid":"6edbf3fd0fe60fae","name":"Meta field set when metaSetter is specified","time":{"start":1729033850548,"stop":1729033850548,"duration":0},"status":"passed","severity":"normal"},{"uid":"984781a32af2884f","name":"isConnected should return true after first peer connects","time":{"start":1729033925382,"stop":1729033925383,"duration":1},"status":"passed","severity":"normal"},{"uid":"f62b76c95e06c02e","name":"tcp ip4 address","time":{"start":1729033842412,"stop":1729033842412,"duration":0},"status":"passed","severity":"normal"},{"uid":"4392f2ed8b39a49d","name":"Ephemeral messages are not stored","time":{"start":1729033899382,"stop":1729033899383,"duration":1},"status":"passed","severity":"normal"},{"uid":"79ed760599a4b4f5","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034200065,"stop":1729034200066,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9b2249ef39c5b0c","name":"random static sharding 1 - Cluster ID: 68, Shard ID: 269","time":{"start":1729034177524,"stop":1729034177525,"duration":1},"status":"passed","severity":"normal"},{"uid":"d286884eb1cc3fa6","name":"Subscribe to topic containing JSON and receive message","time":{"start":1729034041498,"stop":1729034041498,"duration":0},"status":"passed","severity":"normal"},{"uid":"13c9afdf003b23b8","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034066161,"stop":1729034066161,"duration":0},"status":"passed","severity":"normal"},{"uid":"8af10839aa322430","name":"does not throw on valid cases","time":{"start":1729033834358,"stop":1729033834359,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b94e67e200a3893","name":"Check meta is set [symmetric]","time":{"start":1729033868325,"stop":1729033868326,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce5e819b14f49a4f","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1729033857769,"stop":1729033857769,"duration":0},"status":"passed","severity":"normal"},{"uid":"3054b3ae4c34ff68","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1729034203621,"stop":1729034203621,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7e8b7c01bbb853d","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1729034137162,"stop":1729034137162,"duration":0},"status":"passed","severity":"normal"},{"uid":"7050a2dbfa9a2b5b","name":"LightPush: 2 peers, Filter: 1 peers","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8189387eb3478021","name":"should return no connections if no open connection provided","time":{"start":1729033849393,"stop":1729033849393,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6ff28e526f9b6be","name":"Subscribe to topic containing Script and publish message","time":{"start":1729034147780,"stop":1729034147781,"duration":1},"status":"passed","severity":"normal"},{"uid":"c14cc69c86867f35","name":"Subscribe and receive messages via waku relay post","time":{"start":1729034041474,"stop":1729034041476,"duration":2},"status":"passed","severity":"normal"},{"uid":"b2794ce3271f05c0","name":"throws on content topic with empty topic name field","time":{"start":1729033834363,"stop":1729033834363,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3e840dfa6eb1262","name":"Renews peer for Filter on peer:disconnect event","time":{"start":1729033974460,"stop":1729033974461,"duration":1},"status":"passed","severity":"normal"},{"uid":"95769ae8ddaa4e4a","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1729033976803,"stop":1729033976803,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3f95e7b96dbeb27","name":"returns all values when wanted number matches available values","time":{"start":1729033857424,"stop":1729033857426,"duration":2},"status":"passed","severity":"normal"},{"uid":"37f06885499a0920","name":"Passing cursor with wrong pubsubTopic","time":{"start":1729034169197,"stop":1729034169197,"duration":0},"status":"passed","severity":"normal"},{"uid":"5edf5dffa57d98f2","name":"Publish message with custom timestamp: Wed Oct 16 2024 00:15:37 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034144769,"stop":1729034144769,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fb97c360f4ca8a","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1729033834385,"stop":1729033834385,"duration":0},"status":"passed","severity":"normal"},{"uid":"e905e532cade9bbc","name":"Add multiple subscription objects on single nwaku node","time":{"start":1729034041507,"stop":1729034041507,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fada7215763a50","name":"Nwaku publishes","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a9c00262e138817","name":"Subscribe to topic containing Script and receive message","time":{"start":1729034209114,"stop":1729034209114,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c639395962da0dc","name":"Reopen subscription with peer with lost subscription","time":{"start":1729033939923,"stop":1729033939923,"duration":0},"status":"passed","severity":"normal"},{"uid":"1401c875c8283aea","name":"Push message with meta","time":{"start":1729034137155,"stop":1729034137156,"duration":1},"status":"passed","severity":"normal"},{"uid":"b05883cd515474e8","name":"Check publish message containing Russian","time":{"start":1729034144761,"stop":1729034144762,"duration":1},"status":"passed","severity":"normal"},{"uid":"37e025144df040f0","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1729033850550,"stop":1729033850550,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc2c5442abfa0eed","name":"should return the pubsub topic directly if a string is provided","time":{"start":1729033834394,"stop":1729033834394,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7a412c046fada37","name":"should use the provided clusterId for the pubsub topic","time":{"start":1729033834399,"stop":1729033834399,"duration":0},"status":"passed","severity":"normal"},{"uid":"25d01e886f279eec","name":"Tracks peer failures correctly","time":{"start":1729033974452,"stop":1729033974453,"duration":1},"status":"passed","severity":"normal"},{"uid":"33b51db819627fb0","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1729033842345,"stop":1729033842346,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6e82edd7dfb5e54","name":"should use DNS peer discovery with light client","time":{"start":1729033904750,"stop":1729033904750,"duration":0},"status":"skipped","severity":"normal"},{"uid":"67111eabb74f5d90","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1729033858273,"stop":1729033858273,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec41d35d1f5579dd","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1729034169192,"stop":1729034169192,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ba9fe54614373b5","name":"A test","time":{"start":1729034041649,"stop":1729034041649,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa6c1e674aee882a","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1729033850405,"stop":1729033850406,"duration":1},"status":"passed","severity":"normal"},{"uid":"f996bedc083ea65d","name":"Push message with rate limit","time":{"start":1729034129480,"stop":1729034129481,"duration":1},"status":"passed","severity":"normal"},{"uid":"92aefb46c80bf75","name":"Push message with numeric payload","time":{"start":1729034137118,"stop":1729034137123,"duration":5},"status":"passed","severity":"normal"},{"uid":"ca2bb7aef84f6de3","name":"Nodes with multiple pubsub topic","time":{"start":1729034137164,"stop":1729034137165,"duration":1},"status":"passed","severity":"normal"},{"uid":"88889ec786ec75c1","name":"Check received message containing Script","time":{"start":1729034014853,"stop":1729034014856,"duration":3},"status":"passed","severity":"normal"},{"uid":"e2ed7785f33ed77d","name":"should get / set TCP multiaddr","time":{"start":1729033843118,"stop":1729033843119,"duration":1},"status":"passed","severity":"normal"},{"uid":"17e3197fd1aa610d","name":"LightPush: 2 peers, Filter: 3 peers","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"status":"skipped","severity":"normal"},{"uid":"893244347d095e11","name":"Push message with special chars payload","time":{"start":1729034137123,"stop":1729034137124,"duration":1},"status":"passed","severity":"normal"},{"uid":"e61264c1dd01de7","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1729033976816,"stop":1729033976816,"duration":0},"status":"passed","severity":"normal"},{"uid":"d60c6190ecd16f9e","name":"Check meta is set [ecies]","time":{"start":1729033869944,"stop":1729033869945,"duration":1},"status":"passed","severity":"normal"},{"uid":"337e8de56e552ecc","name":"should decode valid enr successfully","time":{"start":1729033843113,"stop":1729033843113,"duration":0},"status":"passed","severity":"normal"},{"uid":"b93f2c030e0bedfb","name":"Generator, custom pubsub topic","time":{"start":1729034200067,"stop":1729034200069,"duration":2},"status":"passed","severity":"normal"},{"uid":"29a87b623acf71aa","name":"handles different networkShards values correctly","time":{"start":1729033834377,"stop":1729033834377,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c2cf4e5ffde61e2","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1729034209087,"stop":1729034209087,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7ca5e9a306c28da","name":"Passing page size 1 when there are 4 messages","time":{"start":1729034208293,"stop":1729034208294,"duration":1},"status":"passed","severity":"normal"},{"uid":"cab3873319e434e3","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1729033976806,"stop":1729033976807,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1192085969f1e43","name":"Filter with 2 connections","time":{"start":1729033977226,"stop":1729033977227,"duration":1},"status":"skipped","severity":"normal"},{"uid":"1ad21a24c3632845","name":"Js publishes, other Js receives","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bb3fe4dbceea0f2","name":"Push message with Arabic payload","time":{"start":1729034137125,"stop":1729034137125,"duration":0},"status":"passed","severity":"normal"},{"uid":"97cb50e3f1149339","name":"returns only open connection if one present","time":{"start":1729033849392,"stop":1729033849392,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ec4aca1a050b75e","name":"Subscribe to topic containing short and receive message","time":{"start":1729034041488,"stop":1729034041488,"duration":0},"status":"passed","severity":"normal"},{"uid":"1100bd4eb7b5f537","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1729033834391,"stop":1729033834391,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9277d53a328231b","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1729034041485,"stop":1729034041486,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a718ff2e1178122","name":"should throw an error for insufficient data","time":{"start":1729033834403,"stop":1729033834403,"duration":0},"status":"passed","severity":"normal"},{"uid":"722859d86bf59499","name":"Wrong topic","time":{"start":1729034169451,"stop":1729034169452,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0347586aa8106a8","name":"should only return 1 node with relay capability","time":{"start":1729033858271,"stop":1729033858271,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3644062172fdf93","name":"Subscribe to topic containing JSON and receive message","time":{"start":1729034209122,"stop":1729034209123,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0fb7aba5831a846","name":"stop","time":{"start":1729033933482,"stop":1729033933482,"duration":0},"status":"passed","severity":"normal"},{"uid":"b70edadf0e11f8bc","name":"should call waitForPeer on Relay","time":{"start":1729033875030,"stop":1729033875030,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4f1dbc9f55a12d6","name":"Push message on custom pubsubTopic","time":{"start":1729034066160,"stop":1729034066161,"duration":1},"status":"passed","severity":"normal"},{"uid":"bae066ea0937368","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1729033892956,"stop":1729033892956,"duration":0},"status":"passed","severity":"normal"},{"uid":"f290fbd63a5b8d29","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1729034209102,"stop":1729034209103,"duration":1},"status":"passed","severity":"normal"},{"uid":"e43d38544ed987d0","name":"Reopen subscription with peer with lost subscription","time":{"start":1729033939927,"stop":1729033939927,"duration":0},"status":"passed","severity":"normal"},{"uid":"14dd65eadc221420","name":"same cluster, different shard: nodes connect","time":{"start":1729034063496,"stop":1729034063497,"duration":1},"status":"passed","severity":"normal"},{"uid":"786d11b40ce6151a","name":"Check received message containing unicode special characters","time":{"start":1729034014871,"stop":1729034014873,"duration":2},"status":"passed","severity":"normal"},{"uid":"5ddb318abec5a925","name":"Subscribe to topic containing special chars and receive message","time":{"start":1729034041489,"stop":1729034041489,"duration":0},"status":"passed","severity":"normal"},{"uid":"37712e1dbaa9b83a","name":"Push message with SQL Injection payload","time":{"start":1729034137126,"stop":1729034137126,"duration":0},"status":"passed","severity":"normal"},{"uid":"657164ca4bf63a3a","name":"should not fail to stop the service if it was not started","time":{"start":1729033904744,"stop":1729033904744,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b68b5ebbeeb8a05","name":"Subscribe to topic containing XML and receive message","time":{"start":1729034041497,"stop":1729034041497,"duration":0},"status":"passed","severity":"normal"},{"uid":"de9fe61c97f346a","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1729033834376,"stop":1729033834376,"duration":0},"status":"passed","severity":"normal"},{"uid":"18599f2934e3603","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1729033857427,"stop":1729033857428,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6d3bbf982c5b393","name":"Push message with content topic containing short","time":{"start":1729034137142,"stop":1729034137143,"duration":1},"status":"passed","severity":"normal"},{"uid":"85f63db5b9924a7e","name":"should log when no additional peers are found","time":{"start":1729033874966,"stop":1729033874967,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccb0aafed26e4af2","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1729033836801,"stop":1729033836802,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4429071d65bb629","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976769,"stop":1729033976773,"duration":4},"status":"passed","severity":"normal"},{"uid":"9aa6b7655117184d","name":"Ping on subscribed peer","time":{"start":1729033939920,"stop":1729033939920,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7447c5b8802ac86","name":"Check publish message containing Arabic","time":{"start":1729034144761,"stop":1729034144761,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c2f4dbddcc7329d","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1729033942603,"stop":1729033942604,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b07c39a2039fe48","name":"Check received message containing Russian","time":{"start":1729034014850,"stop":1729034014851,"duration":1},"status":"passed","severity":"normal"},{"uid":"b94fa7351d01e5bd","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1729034034974,"stop":1729034034976,"duration":2},"status":"passed","severity":"normal"},{"uid":"2256cff14160508a","name":"should set field with only STORE enabled","time":{"start":1729033843125,"stop":1729033843125,"duration":0},"status":"passed","severity":"normal"},{"uid":"67865a326c280c34","name":"Push message with JSON payload","time":{"start":1729034129471,"stop":1729034129471,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbb06da52c5c54a9","name":"Overlapping topic subscription","time":{"start":1729034147769,"stop":1729034147769,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9700892e3d809c64","name":"Subscribe to topic containing shell command and receive message","time":{"start":1729034209123,"stop":1729034209127,"duration":4},"status":"passed","severity":"normal"},{"uid":"a6ebbb055be13728","name":"Relay + Store","time":{"start":1729033899736,"stop":1729033899737,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f55a89d7fc93bb7","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1729033976805,"stop":1729033976805,"duration":0},"status":"passed","severity":"normal"},{"uid":"d64c3c17fe6b42be","name":"Check received message containing Script","time":{"start":1729034121891,"stop":1729034121891,"duration":0},"status":"passed","severity":"normal"},{"uid":"5afb11ed383d80e8","name":"shard 0","time":{"start":1729034177523,"stop":1729034177524,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ee99d1cad77c1d1","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1729034169193,"stop":1729034169194,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3218ad5535c842d","name":"Check received message containing escaped characters","time":{"start":1729034121941,"stop":1729034121941,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6330956c4792cd","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1729034034978,"stop":1729034034979,"duration":1},"status":"passed","severity":"normal"},{"uid":"32f4f8a1e52efceb","name":"should be called for bootstrap peers","time":{"start":1729033900634,"stop":1729033900635,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b657d1f2ed19eab","name":"Passing page size 10 when there are 10 messages","time":{"start":1729034208294,"stop":1729034208294,"duration":0},"status":"passed","severity":"normal"},{"uid":"cad78f4e01529952","name":"removeEventListener with correct event","time":{"start":1729033933480,"stop":1729033933480,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c29f41565adaaf4","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1729034041489,"stop":1729034041490,"duration":1},"status":"passed","severity":"normal"},{"uid":"65c444f119666655","name":"Generator, custom pubsub topic","time":{"start":1729034200064,"stop":1729034200065,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a3c6a340f5e1245","name":"Subscribe and publish message","time":{"start":1729034147761,"stop":1729034147766,"duration":5},"status":"passed","severity":"normal"},{"uid":"58bd5af16637ed50","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1729033834374,"stop":1729033834374,"duration":0},"status":"passed","severity":"normal"},{"uid":"b014f9caf7bb771c","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1729034209105,"stop":1729034209105,"duration":0},"status":"passed","severity":"normal"},{"uid":"870921c1d9d54e14","name":"Check publish message containing special chars","time":{"start":1729034144759,"stop":1729034144760,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2ecf39978ce5880","name":"Check publish message containing unicode special characters","time":{"start":1729034144765,"stop":1729034144765,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a2dd40c8790e869","name":"should not receive a peer event before start","time":{"start":1729033904747,"stop":1729033904747,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f7864acb02b1328","name":"should return false when no peers exist","time":{"start":1729033874961,"stop":1729033874962,"duration":1},"status":"passed","severity":"normal"},{"uid":"3818b3cb1003852b","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1729033834388,"stop":1729033834389,"duration":1},"status":"passed","severity":"normal"},{"uid":"7838614c6a8d3b05","name":"Asymmetric encrypt & decrypt","time":{"start":1729033868925,"stop":1729033868925,"duration":0},"status":"passed","severity":"normal"},{"uid":"90d65debab2f9c9a","name":"Check received message containing numeric","time":{"start":1729034121876,"stop":1729034121876,"duration":0},"status":"passed","severity":"normal"},{"uid":"de5ab1fa7d58ee53","name":"should not receive a peer event after stop","time":{"start":1729033862329,"stop":1729033862329,"duration":0},"status":"passed","severity":"normal"},{"uid":"5baa417cc12e77f9","name":"LightPush with 0 connections","time":{"start":1729033977222,"stop":1729033977224,"duration":2},"status":"skipped","severity":"normal"},{"uid":"2933df868be9a063","name":"Check received message containing JSON","time":{"start":1729034121940,"stop":1729034121940,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c726e6c66ffa857","name":"handles different clusterIds correctly","time":{"start":1729033834377,"stop":1729033834377,"duration":0},"status":"passed","severity":"normal"},{"uid":"af211dddc154fa8a","name":"Subscribe to topic containing special chars and receive message","time":{"start":1729034209095,"stop":1729034209095,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdb485ecd5dfd4ca","name":"Push message with Basic HTML tag payload","time":{"start":1729034137130,"stop":1729034137130,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bb240d3c946a1f7","name":"Subscribe to topic containing short and receive message","time":{"start":1729034209110,"stop":1729034209111,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb9630b168436422","name":"Check received message with timestamp: 1729033892674000000 ","time":{"start":1729034121947,"stop":1729034121947,"duration":0},"status":"passed","severity":"normal"},{"uid":"a73f36f9acc2bc87","name":"Subscribe to topic containing long and receive message","time":{"start":1729034209111,"stop":1729034209111,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1ab7ea949bb04c3","name":"throws on content topic with empty application field","time":{"start":1729033834361,"stop":1729033834362,"duration":1},"status":"passed","severity":"normal"},{"uid":"d521239005ea1479","name":"should properly create location multiaddrs - udp4","time":{"start":1729033843119,"stop":1729033843119,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8e74cec2e36bf3b","name":"should only return 1 node with relay and store capability","time":{"start":1729033858271,"stop":1729033858272,"duration":1},"status":"passed","severity":"normal"},{"uid":"85ba216f652b1afb","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1729033976789,"stop":1729033976789,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c38336bcd744129","name":"should add a peer","time":{"start":1729033874956,"stop":1729033874958,"duration":2},"status":"passed","severity":"normal"},{"uid":"7bef0cac260f3ac0","name":"LightPush: 0 peers, Filter: 2 peers","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"status":"skipped","severity":"normal"},{"uid":"987fe2883b8da6e5","name":"Push message with content topic containing Russian","time":{"start":1729034137146,"stop":1729034137146,"duration":0},"status":"passed","severity":"normal"},{"uid":"faeba9f5c97b95d9","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1729033834381,"stop":1729033834381,"duration":0},"status":"passed","severity":"normal"},{"uid":"12983133b0db12d0","name":"Check received message containing numeric","time":{"start":1729034014832,"stop":1729034014833,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb50d15d78f8e19e","name":"Subscribe to topic containing XML and publish message","time":{"start":1729034147781,"stop":1729034147781,"duration":0},"status":"passed","severity":"normal"},{"uid":"269f118261b0e78c","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1729033976796,"stop":1729033976797,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e339eb245e48367","name":"Passing page size 110 when there are 120 messages","time":{"start":1729034208295,"stop":1729034208295,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0090beef69563d6","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034144766,"stop":1729034144767,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b1aff59d9060251","name":"Push message with content topic containing Basic HTML tag","time":{"start":1729034137148,"stop":1729034137148,"duration":0},"status":"passed","severity":"normal"},{"uid":"6750c39ef660a0a8","name":"Encoder throws on empty string content topic","time":{"start":1729033850549,"stop":1729033850549,"duration":0},"status":"passed","severity":"normal"},{"uid":"7899bc23f3cdca04","name":"Push message with content topic containing escaped characters","time":{"start":1729034129478,"stop":1729034129478,"duration":0},"status":"passed","severity":"normal"},{"uid":"1948768e112353e4","name":"1 Store, 2 fetches","time":{"start":1729033858030,"stop":1729033858030,"duration":0},"status":"passed","severity":"normal"},{"uid":"95d59c9e4e90b197","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1729033842344,"stop":1729033842345,"duration":1},"status":"passed","severity":"normal"},{"uid":"86a898d96fc35bf2","name":"Overlapping topic subscription","time":{"start":1729034041486,"stop":1729034041487,"duration":1},"status":"passed","severity":"normal"},{"uid":"be9c2a7ce7c9511d","name":"Delete observer","time":{"start":1729034124336,"stop":1729034124336,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e6e74e42811c697","name":"Reopen subscription with peer with lost subscription","time":{"start":1729033937083,"stop":1729033937083,"duration":0},"status":"passed","severity":"normal"},{"uid":"826c977f3978dc7b","name":"Check received message containing Arabic","time":{"start":1729034014847,"stop":1729034014848,"duration":1},"status":"passed","severity":"normal"},{"uid":"98c66a27507e8dd","name":"Push message with long payload","time":{"start":1729034129466,"stop":1729034129466,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8ba2cf94cff6cdd","name":"Subscribe to topic containing Russian and receive message","time":{"start":1729034209099,"stop":1729034209099,"duration":0},"status":"passed","severity":"normal"},{"uid":"902cd01a33b75d49","name":"can start the service","time":{"start":1729033862326,"stop":1729033862326,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5a47a36237b83ab","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1729033892945,"stop":1729033892948,"duration":3},"status":"passed","severity":"normal"},{"uid":"1934db6b77d06e2f","name":"Push message with content topic containing escaped characters","time":{"start":1729034137150,"stop":1729034137153,"duration":3},"status":"passed","severity":"normal"},{"uid":"ac9b5e339c018b1","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1729033834390,"stop":1729033834390,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f653c7984771ccc","name":"Push message on custom pubsubTopic","time":{"start":1729034066151,"stop":1729034066152,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b4321638e34b0a7","name":"Check received message containing Script","time":{"start":1729034121938,"stop":1729034121939,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5c2dde2f136ed5d","name":"Default pageSize","time":{"start":1729034208295,"stop":1729034208296,"duration":1},"status":"passed","severity":"normal"},{"uid":"35e9299a16780797","name":"connected peers and dial","time":{"start":1729034122309,"stop":1729034122310,"duration":1},"status":"skipped","severity":"normal"},{"uid":"56ab6665b31e7479","name":"Check message received after jswaku node is restarted","time":{"start":1729034121909,"stop":1729034121909,"duration":0},"status":"skipped","severity":"normal"},{"uid":"73a1c469cf9057db","name":"should throw error - no id","time":{"start":1729033843115,"stop":1729033843115,"duration":0},"status":"passed","severity":"normal"},{"uid":"29e20a25181822dc","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1729034034986,"stop":1729034034986,"duration":0},"status":"passed","severity":"normal"},{"uid":"10023f765e7cb9c2","name":"getPeersByDiscovery","time":{"start":1729034147999,"stop":1729034148000,"duration":1},"status":"passed","severity":"normal"},{"uid":"a647d4f394b0257f","name":"Check publish message containing shell command","time":{"start":1729034144764,"stop":1729034144764,"duration":0},"status":"passed","severity":"normal"},{"uid":"abe1a48d099cd5c2","name":"Subscribe and receive messages via lightPush","time":{"start":1729034209104,"stop":1729034209105,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9ee8d2f0b3e855d","name":"Push message with content topic containing JSON","time":{"start":1729034129477,"stop":1729034129478,"duration":1},"status":"passed","severity":"normal"},{"uid":"7bdedde96cc68d50","name":"Check received message containing Arabic","time":{"start":1729034121931,"stop":1729034121931,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c7e9104f80568d6","name":"Query with Ordered Callback, No Decoder","time":{"start":1729034188117,"stop":1729034188117,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bdf9f76925c2f1c","name":"Add multiple subscription objects on single nwaku node","time":{"start":1729034209130,"stop":1729034209131,"duration":1},"status":"passed","severity":"normal"},{"uid":"c91534afce3b4d7","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1729033834387,"stop":1729033834387,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a76ca23457f9387","name":"Check message with no content topic is not received","time":{"start":1729034121953,"stop":1729034121954,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5feedb9dfcc4d17","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1729033834387,"stop":1729033834387,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c5fcfe8d2d086c7","name":"should set field with all protocols enabled","time":{"start":1729033843125,"stop":1729033843125,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4e3feb8f31b2695","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1729033976814,"stop":1729033976815,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9ca7d21919a33f3","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1729034041473,"stop":1729034041473,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac2dbb59a9490cb3","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1729033965754,"stop":1729033965757,"duration":3},"status":"passed","severity":"normal"},{"uid":"1f2f787ada5e50ef","name":"Push message with content topic containing long","time":{"start":1729034137143,"stop":1729034137143,"duration":0},"status":"passed","severity":"normal"},{"uid":"20a37b44f0e1e835","name":"Ping on subscribed peer","time":{"start":1729033937070,"stop":1729033937071,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ded228d114cc53b","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1729034147774,"stop":1729034147774,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a1160b169b83ae6","name":"Ping on unsubscribed peer","time":{"start":1729033939925,"stop":1729033939926,"duration":1},"status":"passed","severity":"normal"},{"uid":"5030f603a00cc87d","name":"Subscribe and receive messages via lightPush","time":{"start":1729034209086,"stop":1729034209086,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f8a0a9adb153093","name":"Query generator for multiple messages","time":{"start":1729034213016,"stop":1729034213016,"duration":0},"status":"passed","severity":"normal"},{"uid":"74092a168d3eacba","name":"Check message received after jswaku node is restarted","time":{"start":1729034014882,"stop":1729034014882,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a4698dab1aafb9a1","name":"Check received message with timestamp: 1729033892674000000 ","time":{"start":1729034121897,"stop":1729034121898,"duration":1},"status":"passed","severity":"normal"},{"uid":"898a622a5d8716b0","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1729033834398,"stop":1729033834399,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb5e8530b58d36b2","name":"Push message with content topic containing special chars","time":{"start":1729034129474,"stop":1729034129475,"duration":1},"status":"passed","severity":"normal"},{"uid":"10a5984620b8a7c5","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1729034137164,"stop":1729034137164,"duration":0},"status":"passed","severity":"normal"},{"uid":"db8b6980881f1b3e","name":"Subscribe to topic containing short and publish message","time":{"start":1729034147770,"stop":1729034147770,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b34472644dd6906","name":"Check publish message after client node is restarted","time":{"start":1729034144773,"stop":1729034144773,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c245fe3af29d4606","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1729034137163,"stop":1729034137163,"duration":0},"status":"passed","severity":"normal"},{"uid":"c59da88c76cabc50","name":"Publish without waiting for remote peer","time":{"start":1729034147760,"stop":1729034147761,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1261d40acdae62","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/3/topic252/xml","time":{"start":1729034169445,"stop":1729034169449,"duration":4},"status":"passed","severity":"normal"},{"uid":"ab7fd40e84003231","name":"Check received message containing special chars","time":{"start":1729034014834,"stop":1729034014834,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8593330724bc43e","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1729033834372,"stop":1729033834373,"duration":1},"status":"passed","severity":"normal"},{"uid":"92e129b12baa52e","name":"Query with Promise Callback, No Decoder","time":{"start":1729034188118,"stop":1729034188119,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b66469b6ba11d2","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1729033834396,"stop":1729033834396,"duration":0},"status":"passed","severity":"normal"},{"uid":"d53e203e593bd5a9","name":"Check message with no content topic is not received","time":{"start":1729034121904,"stop":1729034121905,"duration":1},"status":"passed","severity":"normal"},{"uid":"c05b2f0040a53ae4","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1729034144770,"stop":1729034144771,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bcaee1cf08bdbbf","name":"Subscribe and receive messages via waku relay post","time":{"start":1729034209106,"stop":1729034209106,"duration":0},"status":"passed","severity":"normal"},{"uid":"45091b38740b6db4","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1729034209105,"stop":1729034209105,"duration":0},"status":"passed","severity":"normal"},{"uid":"cece4c5c88086652","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1729034014877,"stop":1729034014878,"duration":1},"status":"passed","severity":"normal"},{"uid":"379105f3c57e2b21","name":"Push message with escaped characters payload","time":{"start":1729034137134,"stop":1729034137134,"duration":0},"status":"passed","severity":"normal"},{"uid":"3648a8a21b551151","name":"should load peers from local storage and dispatch events","time":{"start":1729033862329,"stop":1729033862330,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba2ab9b7013b405f","name":"should throw error - invalid id","time":{"start":1729033843115,"stop":1729033843116,"duration":1},"status":"passed","severity":"normal"},{"uid":"93e0c44efc656603","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1729033942600,"stop":1729033942601,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cbc28476121cdfe","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1729034209119,"stop":1729034209119,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c77ccf3c7cbf0ef","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1729034209089,"stop":1729034209089,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f630ff3c83cd572","name":"same cluster, same shard: nodes connect","time":{"start":1729034063495,"stop":1729034063495,"duration":0},"status":"passed","severity":"normal"},{"uid":"a050468f139493ae","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1729034169452,"stop":1729034169453,"duration":1},"status":"passed","severity":"normal"},{"uid":"f52b666df9f7c3c8","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1729034063485,"stop":1729034063486,"duration":1},"status":"passed","severity":"normal"},{"uid":"f351dd2c0ef4062","name":"pre and post cipher","time":{"start":1729033868926,"stop":1729033868927,"duration":1},"status":"passed","severity":"normal"},{"uid":"3678bbde617c59a8","name":"should not fail to stop the service if it was not started","time":{"start":1729034162415,"stop":1729034162415,"duration":0},"status":"passed","severity":"normal"},{"uid":"a02d806401e19c4e","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1729034148002,"stop":1729034148002,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b58f1f0eca0a785","name":"Check received message containing shell command","time":{"start":1729034121940,"stop":1729034121940,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0b52083cd6de736","name":"Subscribe to topic containing Script and receive message","time":{"start":1729034041496,"stop":1729034041496,"duration":0},"status":"passed","severity":"normal"},{"uid":"a249435eea9c5275","name":"Subscribe to topic containing Russian and receive message","time":{"start":1729034209113,"stop":1729034209113,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8b57d9537e2da08","name":"Check received message containing Basic HTML tag","time":{"start":1729034121892,"stop":1729034121892,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b958bcfb990dc36","name":"Subscribe to topic containing JSON and publish message","time":{"start":1729034147781,"stop":1729034147786,"duration":5},"status":"passed","severity":"normal"},{"uid":"fbe668c7d775dc98","name":"Subscribe to topic containing shell command and receive message","time":{"start":1729034209102,"stop":1729034209102,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f06ef0eea544b35","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1729033892952,"stop":1729033892955,"duration":3},"status":"passed","severity":"normal"},{"uid":"a6ac620099e54f87","name":"Fields are not dropped","time":{"start":1729033849966,"stop":1729033849967,"duration":1},"status":"passed","severity":"normal"},{"uid":"70f8761a43b0ca3f","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1729033925378,"stop":1729033925380,"duration":2},"status":"passed","severity":"normal"},{"uid":"135b86d140495b7b","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976800,"stop":1729033976800,"duration":0},"status":"passed","severity":"normal"},{"uid":"f850f41597f2f56d","name":"dispatchEvent via connectionManager","time":{"start":1729033933481,"stop":1729033933481,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1af9d4bcc219a38","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1729033976797,"stop":1729033976797,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ba3ebeee8e1717f","name":"should be able to encode the field with only STORE set to true","time":{"start":1729033842337,"stop":1729033842337,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ad94657f74a3767","name":"Push message with custom timestamp: 1729037577436","time":{"start":1729034137158,"stop":1729034137159,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea7dfeef7d0b4123","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1729033834375,"stop":1729033834375,"duration":0},"status":"passed","severity":"normal"},{"uid":"c76586e255d169df","name":"should be able to encode the field with only RELAY set to true","time":{"start":1729033842331,"stop":1729033842337,"duration":6},"status":"passed","severity":"normal"},{"uid":"d9c840556bfa3253","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034066152,"stop":1729034066152,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fa42b026d734b81","name":"should encodeTxt and decodeTxt","time":{"start":1729033843112,"stop":1729033843113,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ea1306217df5120","name":"Subscribe to topic containing emoji and receive message","time":{"start":1729034209128,"stop":1729034209130,"duration":2},"status":"passed","severity":"normal"},{"uid":"8a713ac89c42c413","name":"should throw error - no public key","time":{"start":1729033843116,"stop":1729033843116,"duration":0},"status":"passed","severity":"normal"},{"uid":"85eddb3e81039a96","name":"Renews subscription after lossing a connection","time":{"start":1729034209131,"stop":1729034209131,"duration":0},"status":"passed","severity":"normal"},{"uid":"a69ca65e484c6ddc","name":"Check publish message containing long","time":{"start":1729034144758,"stop":1729034144759,"duration":1},"status":"passed","severity":"normal"},{"uid":"464efd5c12a4613","name":"throws on content topic with non-number generation field","time":{"start":1729033834360,"stop":1729033834361,"duration":1},"status":"passed","severity":"normal"},{"uid":"61c178f059a631d0","name":"Check message received after nwaku node is restarted","time":{"start":1729034121958,"stop":1729034121958,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4a1cb887dab16e01","name":"Ordered Callback - false","time":{"start":1729034191996,"stop":1729034191996,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fb99ac0386222b4","name":"new peer added after a peer was already found","time":{"start":1729034148001,"stop":1729034148001,"duration":0},"status":"skipped","severity":"normal"},{"uid":"904d7d19947bca4e","name":"should return usable stream attached to connection","time":{"start":1729033850295,"stop":1729033850296,"duration":1},"status":"passed","severity":"normal"},{"uid":"c323a58981009528","name":"Check message with no payload is not received","time":{"start":1729034121905,"stop":1729034121906,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf7855c67c532be8","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1729033976777,"stop":1729033976778,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bb9fe7293c3b85","name":"should emit a peer event after start","time":{"start":1729033904745,"stop":1729033904747,"duration":2},"status":"passed","severity":"normal"},{"uid":"90e8f5877cd559ac","name":"Fails to push message bigger that 1MB","time":{"start":1729034129482,"stop":1729034129483,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c5e6f6a1aff01a3","name":"Decrypt messages","time":{"start":1729034124336,"stop":1729034124336,"duration":0},"status":"passed","severity":"normal"},{"uid":"b651fdb03f329e0c","name":"Query Generator - true","time":{"start":1729034191991,"stop":1729034191994,"duration":3},"status":"passed","severity":"normal"},{"uid":"696da7a61f1ddfd","name":"retrieves a single peer","time":{"start":1729033858267,"stop":1729033858268,"duration":1},"status":"passed","severity":"normal"},{"uid":"108578dd88342067","name":"Fails to publish duplicate message","time":{"start":1729034144769,"stop":1729034144769,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5b2f50a1c4d55e5","name":"Check message on other pubsub topic is not received","time":{"start":1729034121953,"stop":1729034121953,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee22311bb8b573f","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1729034203620,"stop":1729034203621,"duration":1},"status":"passed","severity":"normal"},{"uid":"b64d0efd4f00428e","name":"handles empty shards array correctly","time":{"start":1729033834397,"stop":1729033834397,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a39c20b01cb3330","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1729034209128,"stop":1729034209128,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb6b1fcc9692de48","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1729033834380,"stop":1729033834380,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ace509ce8c04794","name":"Ping on subscribed peer","time":{"start":1729033939924,"stop":1729033939924,"duration":0},"status":"passed","severity":"normal"},{"uid":"808d2b4d2b57a869","name":"LightPush: 1 peers, Filter: 0 peers","time":{"start":1729033977063,"stop":1729033977063,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9b934de0a8b07a14","name":"Check received message containing JSON","time":{"start":1729034014863,"stop":1729034014864,"duration":1},"status":"passed","severity":"normal"},{"uid":"962a524db3f2bdc4","name":"Check publish message containing escaped characters","time":{"start":1729034144764,"stop":1729034144765,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8185a14d1f3fafa","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1729033842351,"stop":1729033842352,"duration":1},"status":"passed","severity":"normal"},{"uid":"79ca731aa452e7ec","name":"should send to specified number of peers of used peers","time":{"start":1729033875011,"stop":1729033875011,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c20c9a29fe6f766","name":"start node with empty content topic","time":{"start":1729034169453,"stop":1729034169453,"duration":0},"status":"passed","severity":"normal"},{"uid":"8805bae33c14ad9c","name":"getPeersByDiscovery","time":{"start":1729033933480,"stop":1729033933481,"duration":1},"status":"passed","severity":"normal"},{"uid":"fee9102c91e1f31d","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1729033834374,"stop":1729033834374,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0db4921007edbc5","name":"should throw an error for an unconfigured topic","time":{"start":1729033834393,"stop":1729033834393,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f10d442d4f6f884","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1729033899385,"stop":1729033899386,"duration":1},"status":"passed","severity":"normal"},{"uid":"7601840878814b2c","name":"should properly compute the node id","time":{"start":1729033843117,"stop":1729033843117,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4f96019e75821d7","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1729033976793,"stop":1729033976793,"duration":0},"status":"passed","severity":"normal"},{"uid":"9eb26272e9fa5f9d","name":"Sign & Recover","time":{"start":1729033868927,"stop":1729033868927,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b8d14f7b0ae309","name":"isConnected return false after peer stops","time":{"start":1729033925383,"stop":1729033925387,"duration":4},"status":"passed","severity":"normal"},{"uid":"c5887fcee980ef61","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1729034041497,"stop":1729034041497,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c58fb65170d5dfe","name":"Push message with Russian payload","time":{"start":1729034137125,"stop":1729034137125,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6869e290b8f8d23","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1729033858274,"stop":1729033858274,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fb86f409926bc59c","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1729033868322,"stop":1729033868324,"duration":2},"status":"passed","severity":"normal"},{"uid":"ff5bc14a0109865","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1729033900643,"stop":1729033900645,"duration":2},"status":"passed","severity":"normal"},{"uid":"1aab248921776c81","name":"Push message with Arabic payload","time":{"start":1729034129468,"stop":1729034129468,"duration":0},"status":"passed","severity":"normal"},{"uid":"10f34c4a3309713a","name":"Check message with invalid timestamp is not received","time":{"start":1729034121900,"stop":1729034121901,"duration":1},"status":"passed","severity":"normal"},{"uid":"55d5e3cc7077da4","name":"udp ip6 address","time":{"start":1729033842412,"stop":1729033842413,"duration":1},"status":"passed","severity":"normal"},{"uid":"a271c6ef7e658bc9","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1729033976774,"stop":1729033976774,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceac3e92f9f46ffd","name":"should handle a minimal index list","time":{"start":1729033834401,"stop":1729033834402,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcf06c79df223e43","name":"should throw error - no id","time":{"start":1729033843114,"stop":1729033843114,"duration":0},"status":"passed","severity":"normal"},{"uid":"195081937468dbd9","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1729034034984,"stop":1729034034986,"duration":2},"status":"passed","severity":"normal"},{"uid":"2a9db581f6c6b9dd","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1729034188116,"stop":1729034188116,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc009a12a1f848ca","name":"safeDispatchEvent","time":{"start":1729033933482,"stop":1729033933482,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f4ef2dd43995494","name":"Check received message containing unicode special characters","time":{"start":1729034121895,"stop":1729034121896,"duration":1},"status":"passed","severity":"normal"},{"uid":"795863f0cf273a74","name":"nwaku subscribes","time":{"start":1729034140324,"stop":1729034140324,"duration":0},"status":"passed","severity":"normal"},{"uid":"db1c2786cdf5a219","name":"different cluster, different shard: nodes don't connect","time":{"start":1729034063498,"stop":1729034063498,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f114817c175f285","name":"Push message with content topic containing Chinese","time":{"start":1729034137144,"stop":1729034137145,"duration":1},"status":"passed","severity":"normal"},{"uid":"56519e36412b4de0","name":"configure the node with multiple content topics","time":{"start":1729034169452,"stop":1729034169452,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2755c5603d4bd99","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1729033834399,"stop":1729033834399,"duration":0},"status":"passed","severity":"normal"},{"uid":"60ff1e299ba587d3","name":"Query Generator - false","time":{"start":1729034191994,"stop":1729034191995,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcf4597776d0e924","name":"Query with Promise Callback, No message returned","time":{"start":1729034188119,"stop":1729034188119,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7c12c91852a1650","name":"can start and stop the service","time":{"start":1729033904743,"stop":1729033904744,"duration":1},"status":"passed","severity":"normal"},{"uid":"57fecdc01a91746c","name":"Passing invalid cursor","time":{"start":1729034169195,"stop":1729034169196,"duration":1},"status":"passed","severity":"normal"},{"uid":"97d711547f6714a4","name":"Decoder throws on empty string content topic","time":{"start":1729033869946,"stop":1729033869946,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5b019ad463d36f5","name":"Check publish message containing SQL Injection","time":{"start":1729034144762,"stop":1729034144762,"duration":0},"status":"passed","severity":"normal"},{"uid":"8039a592883ee391","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1729033965758,"stop":1729033965758,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cba75bc7a0e9cf4","name":"Subscribe to topic containing numeric and receive message","time":{"start":1729034041488,"stop":1729034041489,"duration":1},"status":"passed","severity":"normal"},{"uid":"347d5dbdafd0bcf8","name":"should throw an error for missing sharding configuration","time":{"start":1729033834397,"stop":1729033834397,"duration":0},"status":"passed","severity":"normal"},{"uid":"8510fb124606d97e","name":"Subscribe to topic containing Russian and receive message","time":{"start":1729034041490,"stop":1729034041491,"duration":1},"status":"passed","severity":"normal"},{"uid":"26d6d733b4d0e8fa","name":"Push message with content topic containing Basic HTML tag","time":{"start":1729034129477,"stop":1729034129477,"duration":0},"status":"passed","severity":"normal"},{"uid":"f85149b15ac3ecd2","name":"Add multiple subscription objects on single nwaku node","time":{"start":1729034209103,"stop":1729034209104,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5439b3e0d6a28b2","name":"Check message received after jswaku node is restarted","time":{"start":1729034121957,"stop":1729034121958,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f6bf70f47f154819","name":"should be online or offline if network state changed","time":{"start":1729033892959,"stop":1729033892959,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba5d3d73b7d58edd","name":"Ping succeeds for all connected peers","time":{"start":1729033974447,"stop":1729033974449,"duration":2},"status":"passed","severity":"normal"},{"uid":"81a05dc231c56841","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1729034034979,"stop":1729034034981,"duration":2},"status":"passed","severity":"normal"},{"uid":"448d08ecf0d94a8c","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1729033976801,"stop":1729033976801,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4901d1e9eafc016","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1729033942602,"stop":1729033942603,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f520f5cd8cf847c","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1729033857765,"stop":1729033857766,"duration":1},"status":"passed","severity":"normal"},{"uid":"e32dabcc7b1bad92","name":"Check received message containing SQL Injection","time":{"start":1729034121890,"stop":1729034121891,"duration":1},"status":"passed","severity":"normal"},{"uid":"3db79c2b6a4284f3","name":"Ping on peer without subscriptions","time":{"start":1729033939924,"stop":1729033939924,"duration":0},"status":"passed","severity":"normal"},{"uid":"55af24a024fa076e","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1729034209107,"stop":1729034209109,"duration":2},"status":"passed","severity":"normal"},{"uid":"d55c6272ae119c77","name":"more peers than existing","time":{"start":1729034122310,"stop":1729034122310,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b48472ccfba8f8e8","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1729033834373,"stop":1729033834373,"duration":0},"status":"passed","severity":"normal"},{"uid":"213ae7747d7ffbe2","name":"Subscribe and receives messages on 20 topics","time":{"start":1729034209107,"stop":1729034209107,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f1d65590d8b1712","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1729033976776,"stop":1729033976776,"duration":0},"status":"passed","severity":"normal"},{"uid":"588f6e691a44cd5b","name":"Publish message with custom timestamp: Tue Oct 15 2024 22:15:37 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034144768,"stop":1729034144768,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a38ac73718b76bf","name":"Push message with Russian payload","time":{"start":1729034129468,"stop":1729034129469,"duration":1},"status":"passed","severity":"normal"},{"uid":"b91b13fc3e55cf0d","name":"random static sharding 3 - Cluster ID: 864, Shard ID: 457","time":{"start":1729034177526,"stop":1729034177527,"duration":1},"status":"passed","severity":"normal"},{"uid":"db1c0ea812fa6f02","name":"Query Generator, Multiple PubsubTopics","time":{"start":1729034188113,"stop":1729034188113,"duration":0},"status":"passed","severity":"normal"},{"uid":"c746b2a6093af86e","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1729033834390,"stop":1729033834390,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba6e3cb4ca1d8df","name":"LightPush: 3 peers, Filter: 0 peers","time":{"start":1729033977065,"stop":1729033977066,"duration":1},"status":"skipped","severity":"normal"},{"uid":"8a3e9576697c212b","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app52/7/topic102/utf8","time":{"start":1729034169451,"stop":1729034169451,"duration":0},"status":"passed","severity":"normal"},{"uid":"6095a844312138d6","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1729034188117,"stop":1729034188117,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9b90d303ba44a9d","name":"throws on content topic with generation field greater than 0","time":{"start":1729033834361,"stop":1729033834361,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b359348c08396df","name":"Generator, 2 different pubsubtopics","time":{"start":1729034200063,"stop":1729034200063,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a5bbf60e4d7b233","name":"Check publish message containing Chinese","time":{"start":1729034144760,"stop":1729034144761,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7314284874f7689","name":"Relay","time":{"start":1729033899735,"stop":1729033899736,"duration":1},"status":"passed","severity":"normal"},{"uid":"6207ca2dbf2798f0","name":"Symmetric encrypt & Decrypt","time":{"start":1729033868926,"stop":1729033868926,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5b14d188c85eb07","name":"should be able to decode the field with only RELAY set to true","time":{"start":1729033842347,"stop":1729033842347,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0afe1a208547434","name":"Subscribe to topic containing Russian and publish message","time":{"start":1729034147780,"stop":1729034147780,"duration":0},"status":"passed","severity":"normal"},{"uid":"5066d071ede58126","name":"Subscribe to topic containing shell command and publish message","time":{"start":1729034147786,"stop":1729034147787,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a915424f754fe8c","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976811,"stop":1729033976811,"duration":0},"status":"passed","severity":"normal"},{"uid":"c200fa0637e7ce84","name":"should properly create location multiaddrs - udp6","time":{"start":1729033843123,"stop":1729033843123,"duration":0},"status":"passed","severity":"normal"},{"uid":"29af7bcdad211c66","name":"Push message with escaped characters payload","time":{"start":1729034129471,"stop":1729034129472,"duration":1},"status":"passed","severity":"normal"},{"uid":"36467825f795991e","name":"Generator, 2 different pubsubtopics","time":{"start":1729034200069,"stop":1729034200069,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2d2808b98af2f41","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1729033976784,"stop":1729033976788,"duration":4},"status":"passed","severity":"normal"},{"uid":"66dd78ba06982884","name":"listenerCount","time":{"start":1729033933481,"stop":1729033933481,"duration":0},"status":"passed","severity":"normal"},{"uid":"27d70574f1f22d72","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1729034041501,"stop":1729034041501,"duration":0},"status":"passed","severity":"normal"},{"uid":"544b66bf156c221e","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1729033842343,"stop":1729033842344,"duration":1},"status":"passed","severity":"normal"},{"uid":"6affaaf3320c2afb","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app49/10/topic527/proto","time":{"start":1729034169437,"stop":1729034169439,"duration":2},"status":"passed","severity":"normal"},{"uid":"871e10650c27cbe9","name":"Relay + Store","time":{"start":1729033843126,"stop":1729033843126,"duration":0},"status":"passed","severity":"normal"},{"uid":"a74a642e0e36cf67","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1729033892957,"stop":1729033892959,"duration":2},"status":"passed","severity":"normal"},{"uid":"6a1aaf470ee94a6c","name":"LightPush: 1 peers, Filter: 2 peers","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d5b40d5a2359cbd5","name":"should be called at least once on all `peer:discovery` events","time":{"start":1729033900634,"stop":1729033900634,"duration":0},"status":"passed","severity":"normal"},{"uid":"675e224762069bcd","name":"returns all values when wanted number is greater than available values","time":{"start":1729033857426,"stop":1729033857427,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2e649bd064259a","name":"can dial TLS multiaddrs","time":{"start":1729034067353,"stop":1729034067354,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d7eae6322fa4c16","name":"Query generator for multiple messages with different content topic format","time":{"start":1729034213017,"stop":1729034213018,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae712d8168b74c63","name":"peer:update - should do nothing if another protocol hit","time":{"start":1729033850299,"stop":1729033850300,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fcdd95b567ab236","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1729034209100,"stop":1729034209100,"duration":0},"status":"passed","severity":"normal"},{"uid":"a36f24186a799458","name":"random static sharding 4 - Cluster ID: 116, Shard ID: 717","time":{"start":1729034177527,"stop":1729034177530,"duration":3},"status":"passed","severity":"normal"},{"uid":"c086c39833a424d4","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1729034063489,"stop":1729034063489,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1daa6bdf9484449","name":"Check received message containing Arabic","time":{"start":1729034121889,"stop":1729034121889,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4f4b6d76f6fc81f","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1729034034983,"stop":1729034034983,"duration":0},"status":"passed","severity":"normal"},{"uid":"df8972d42060612b","name":"Check message with no content topic is not received","time":{"start":1729034014879,"stop":1729034014880,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc15b62d68a435b8","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1729033976813,"stop":1729033976814,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0232e9ab11dd069","name":"Subscribe to topic containing special chars and receive message","time":{"start":1729034209112,"stop":1729034209112,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae1109288cbfb932","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1729033942636,"stop":1729033942636,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed172f918a67b239","name":"handles empty contentTopics array correctly","time":{"start":1729033834398,"stop":1729033834398,"duration":0},"status":"passed","severity":"normal"},{"uid":"58b52190440868ef","name":"Query generator for 2000 messages","time":{"start":1729034213020,"stop":1729034213021,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ca1359e9c6274a4","name":"Filter with 3 connections","time":{"start":1729033977227,"stop":1729033977227,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2ca871b548f3e1d8","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1729033974453,"stop":1729033974453,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff78e1f7451b786d","name":"groups content topics by expected pubsub topic","time":{"start":1729033834376,"stop":1729033834376,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6558a60c359deba","name":"LightPush: 0 peers, Filter: 0 peers","time":{"start":1729033977061,"stop":1729033977061,"duration":0},"status":"skipped","severity":"normal"},{"uid":"534163557f134226","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976783,"stop":1729033976784,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a8e22de62afb947","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1729033842350,"stop":1729033842350,"duration":0},"status":"passed","severity":"normal"},{"uid":"60c64221952c1608","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1729033834380,"stop":1729033834381,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd44b38ecc63a448","name":"Generator, custom pubsub topic","time":{"start":1729034200062,"stop":1729034200063,"duration":1},"status":"passed","severity":"normal"},{"uid":"6414c67136b6500d","name":"Passing page size 11 when there are 10 messages","time":{"start":1729034208294,"stop":1729034208295,"duration":1},"status":"passed","severity":"normal"},{"uid":"215e4b969d76f202","name":"Fails to push message with large meta","time":{"start":1729034129480,"stop":1729034129480,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6b7d1ab8a02a495","name":"Push message on custom pubsubTopic","time":{"start":1729034066154,"stop":1729034066156,"duration":2},"status":"passed","severity":"normal"},{"uid":"5acf058b8ca06a45","name":"A test","time":{"start":1729034041650,"stop":1729034041650,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f17c1aa34ba8765","name":"Push message with content topic containing Arabic","time":{"start":1729034137145,"stop":1729034137146,"duration":1},"status":"passed","severity":"normal"},{"uid":"f290f7e70d55ae92","name":"Round trip binary serialization","time":{"start":1729033850547,"stop":1729033850548,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dc7840febbba858","name":"removeEventListener with wrong event","time":{"start":1729033933480,"stop":1729033933480,"duration":0},"status":"passed","severity":"normal"},{"uid":"9acd9f6755e0e3f6","name":"Push message with XML payload","time":{"start":1729034137129,"stop":1729034137129,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad671ec7049aab7","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034200069,"stop":1729034200070,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfcecbc4b49d1137","name":"Waku message hash computation (meta attribute not present)","time":{"start":1729033836803,"stop":1729033836803,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd2c7d46d1e39045","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1729034147767,"stop":1729034147767,"duration":0},"status":"passed","severity":"normal"},{"uid":"15e59fd53bacc39d","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1729033836804,"stop":1729033836804,"duration":0},"status":"passed","severity":"normal"},{"uid":"be8c92bf6f0d17f9","name":"should only return 1 node with store capability","time":{"start":1729033858272,"stop":1729033858272,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6aff17b0d7a84ac","name":"1 Relay, 1 fetch","time":{"start":1729033858029,"stop":1729033858029,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0fa5ee697346596","name":"Push message with content topic containing unicode special characters","time":{"start":1729034129479,"stop":1729034129479,"duration":0},"status":"passed","severity":"normal"},{"uid":"82413fd48017b8b","name":"Check received message containing Basic HTML tag","time":{"start":1729034121939,"stop":1729034121940,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9c453161eb7cd31","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1729033834374,"stop":1729033834375,"duration":1},"status":"passed","severity":"normal"},{"uid":"daa9c02354d85bd9","name":"Check received message containing escaped characters","time":{"start":1729034121895,"stop":1729034121895,"duration":0},"status":"passed","severity":"normal"},{"uid":"49ee288dfa6ab127","name":"through manual discovery","time":{"start":1729034067354,"stop":1729034067355,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd08246798d56","name":"random static sharding 5 - Cluster ID: 523, Shard ID: 370","time":{"start":1729034177531,"stop":1729034177531,"duration":0},"status":"passed","severity":"normal"},{"uid":"1dabfc48d9851cee","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1729033834388,"stop":1729033834388,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7ec1ed7d6561802","name":"Push message with content topic containing SQL Injection","time":{"start":1729034129476,"stop":1729034129476,"duration":0},"status":"passed","severity":"normal"},{"uid":"b20358924c201834","name":"should wait for LightPush peer to be connected","time":{"start":1729033875029,"stop":1729033875029,"duration":0},"status":"passed","severity":"normal"},{"uid":"88b2a676a5b133cf","name":"ignores domain fetching errors","time":{"start":1729033858269,"stop":1729033858270,"duration":1},"status":"passed","severity":"normal"},{"uid":"f676f8e4a965f9ca","name":"Renews peer on consistent missed messages","time":{"start":1729033974456,"stop":1729033974459,"duration":3},"status":"passed","severity":"normal"},{"uid":"e45ba3c8a19c8c5a","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1729034034983,"stop":1729034034984,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2ba4c4715be4b64","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1729033834388,"stop":1729033834388,"duration":0},"status":"passed","severity":"normal"},{"uid":"79055e469f30426a","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1729033976804,"stop":1729033976804,"duration":0},"status":"passed","severity":"normal"},{"uid":"304b15f0f3fefa40","name":"Check received message with timestamp: 1729033892688000000 ","time":{"start":1729034014873,"stop":1729034014876,"duration":3},"status":"passed","severity":"normal"},{"uid":"56fe24c9e41f5f3b","name":"Push message with rate limit","time":{"start":1729034137156,"stop":1729034137157,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4fe79aa37b35dee","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1729033857765,"stop":1729033857765,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b7188cb770d7c92","name":"LightPush: 1 peers, Filter: 1 peers","time":{"start":1729033977063,"stop":1729033977063,"duration":0},"status":"skipped","severity":"normal"},{"uid":"76c10252e8f9e433","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1729033834385,"stop":1729033834385,"duration":0},"status":"passed","severity":"normal"},{"uid":"52daed36c475da24","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1729033976789,"stop":1729033976790,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7d6a0b0031b81ee","name":"Push message with content topic containing unicode special characters","time":{"start":1729034137153,"stop":1729034137154,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9367fde23fc9ee2","name":"can start the service","time":{"start":1729034162414,"stop":1729034162414,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d152fdbfb1a42b3","name":"All","time":{"start":1729033899737,"stop":1729033899738,"duration":1},"status":"passed","severity":"normal"},{"uid":"632472c57f425b01","name":"Init the array if not present","time":{"start":1729033834022,"stop":1729033834024,"duration":2},"status":"passed","severity":"normal"},{"uid":"dace930220d137e6","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1729033843113,"stop":1729033843113,"duration":0},"status":"passed","severity":"normal"},{"uid":"aef5e529d304a9db","name":"Check message received after nwaku node is restarted","time":{"start":1729034014882,"stop":1729034014882,"duration":0},"status":"skipped","severity":"normal"},{"uid":"61c191ff03ad3c94","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1729034034976,"stop":1729034034977,"duration":1},"status":"passed","severity":"normal"},{"uid":"511d78b3288a3b2b","name":"should find and add new peers","time":{"start":1729033874965,"stop":1729033874965,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d29cb1f4c264b6d","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1729033834386,"stop":1729033834386,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ab7ce988025bee6","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1729034147767,"stop":1729034147767,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff27a4006fa9f81d","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1729033834387,"stop":1729033834388,"duration":1},"status":"passed","severity":"normal"},{"uid":"afcfccce3eafa91c","name":"Overlapping topic subscription","time":{"start":1729034209092,"stop":1729034209092,"duration":0},"status":"passed","severity":"normal"},{"uid":"e953d120f79b9673","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976802,"stop":1729033976803,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a97eeabfd62585c","name":"Refresh subscription","time":{"start":1729034209110,"stop":1729034209110,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcea1fe2780df9c2","name":"Check received message containing Chinese","time":{"start":1729034121924,"stop":1729034121931,"duration":7},"status":"passed","severity":"normal"},{"uid":"2acf1f11fc4b7f0f","name":"should reject on timeout if it was set","time":{"start":1729033875028,"stop":1729033875028,"duration":0},"status":"passed","severity":"normal"},{"uid":"5eb219c4d608bda5","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1729033834378,"stop":1729033834379,"duration":1},"status":"passed","severity":"normal"},{"uid":"209a13cc26091ad","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1729034169435,"stop":1729034169436,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d9c64f68d9f514","name":"Fails to push message with empty content topic","time":{"start":1729034137155,"stop":1729034137155,"duration":0},"status":"passed","severity":"normal"},{"uid":"59bb9f5131c302e4","name":"LightPush with 3 connections","time":{"start":1729033977227,"stop":1729033977227,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5644886a91e8d1d4","name":"Throws when trying to push message with empty payload","time":{"start":1729034129473,"stop":1729034129473,"duration":0},"status":"passed","severity":"normal"},{"uid":"cad5d9ff81c373e2","name":"should handle corrupted local storage data gracefully","time":{"start":1729033862330,"stop":1729033862330,"duration":0},"status":"passed","severity":"normal"},{"uid":"32bc6e2c93d61e40","name":"Push message with custom timestamp: 1729030377436","time":{"start":1729034137158,"stop":1729034137158,"duration":0},"status":"passed","severity":"normal"},{"uid":"782ccbdcdd9a82ac","name":"should reject if LightPush is requested but not mounted","time":{"start":1729033875026,"stop":1729033875027,"duration":1},"status":"passed","severity":"normal"},{"uid":"947a755e2de78eca","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1729034209106,"stop":1729034209106,"duration":0},"status":"passed","severity":"normal"},{"uid":"487d0674ccbd76d7","name":"should not fail to start the service if it is already started","time":{"start":1729033862328,"stop":1729033862328,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a1c3bd0fdc0bd88","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1729033976818,"stop":1729033976830,"duration":12},"status":"passed","severity":"normal"},{"uid":"5544fc7c1005a898","name":"Push message with Chinese payload","time":{"start":1729034129467,"stop":1729034129468,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9da1c772ac3e459","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034200063,"stop":1729034200064,"duration":1},"status":"passed","severity":"normal"},{"uid":"5bd56dbf66769fc1","name":"Check received message containing shell command","time":{"start":1729034121894,"stop":1729034121895,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ee559ba0f23694f","name":"Query Generator, No message returned","time":{"start":1729034188115,"stop":1729034188116,"duration":1},"status":"passed","severity":"normal"},{"uid":"2138884f7fce1040","name":"should properly create peer info with all multiaddrs","time":{"start":1729033843124,"stop":1729033843124,"duration":0},"status":"passed","severity":"normal"},{"uid":"94edeca01736ea9e","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1729034169193,"stop":1729034169193,"duration":0},"status":"passed","severity":"normal"},{"uid":"a69b1f6835832d17","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app58/7/topic58/proto","time":{"start":1729034169450,"stop":1729034169451,"duration":1},"status":"passed","severity":"normal"},{"uid":"58bb2b186144a301","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1729033965758,"stop":1729033965758,"duration":0},"status":"passed","severity":"normal"},{"uid":"f335d918a8c492e9","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1729034213019,"stop":1729034213019,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6894e6dfb574f5c","name":"Decoder throws on undefined content topic","time":{"start":1729033850549,"stop":1729033850549,"duration":0},"status":"passed","severity":"normal"},{"uid":"57df7b288d19998f","name":"LightPush: 3 peers, Filter: 2 peers","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1c13206dcd827314","name":"returns nothing if no connections present","time":{"start":1729033849376,"stop":1729033849378,"duration":2},"status":"passed","severity":"normal"},{"uid":"ee6e97b084a3d147","name":"should properly create location multiaddrs - udp","time":{"start":1729033843124,"stop":1729033843124,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcd41c148a36baf6","name":"Encoder throws on undefined content topic","time":{"start":1729033869945,"stop":1729033869945,"duration":0},"status":"passed","severity":"normal"},{"uid":"d102312858215e33","name":"Push message with custom timestamp: 1698275577436","time":{"start":1729034137157,"stop":1729034137158,"duration":1},"status":"passed","severity":"normal"},{"uid":"d85c8f05ff375edb","name":"unsubscribes","time":{"start":1729034211309,"stop":1729034211309,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7fd6362d20e608e","name":"should set field with only LIGHTPUSH enabled","time":{"start":1729033843126,"stop":1729033843126,"duration":0},"status":"passed","severity":"normal"},{"uid":"84ccf0ef8daed22a","name":"Subscribe to topic containing emoji and receive message","time":{"start":1729034209103,"stop":1729034209103,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5a34da920945468","name":"Check message with invalid timestamp is not received","time":{"start":1729034121952,"stop":1729034121953,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc00ac350d048be1","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1729034137165,"stop":1729034137165,"duration":0},"status":"passed","severity":"normal"},{"uid":"b88b2a4471e858ee","name":"should reject if Store is requested but not mounted","time":{"start":1729033875027,"stop":1729033875027,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e99282e67c4320d","name":"Check received message containing Chinese","time":{"start":1729034121885,"stop":1729034121885,"duration":0},"status":"passed","severity":"normal"},{"uid":"7900b7379a879674","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1729033850404,"stop":1729033850405,"duration":1},"status":"passed","severity":"normal"},{"uid":"63acd4c5b9f4d77c","name":"Check received message containing SQL Injection","time":{"start":1729034121936,"stop":1729034121937,"duration":1},"status":"passed","severity":"normal"},{"uid":"28df5307083bf705","name":"Subscribe and receives messages on 20 topics","time":{"start":1729034209089,"stop":1729034209089,"duration":0},"status":"passed","severity":"normal"},{"uid":"5019314d31f00be5","name":"Push message with content topic containing Script","time":{"start":1729034129476,"stop":1729034129477,"duration":1},"status":"passed","severity":"normal"},{"uid":"915c1756a568e32a","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1729034034986,"stop":1729034034987,"duration":1},"status":"passed","severity":"normal"},{"uid":"e93a7e32c4f097d","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1729033942604,"stop":1729033942604,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e4a7e43dcea7d44","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034066156,"stop":1729034066157,"duration":1},"status":"passed","severity":"normal"},{"uid":"83acd30f98f1e9b6","name":"should set field with only RELAY enabled","time":{"start":1729033843125,"stop":1729033843125,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb8b8316a8a7c6f6","name":"Push message equal or less that 1MB","time":{"start":1729034129482,"stop":1729034129482,"duration":0},"status":"passed","severity":"normal"},{"uid":"59e483add69818b4","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1729033834402,"stop":1729033834402,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc2800ea6245855b","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1729033842339,"stop":1729033842340,"duration":1},"status":"passed","severity":"normal"},{"uid":"704282a90b3f59cd","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1729033834402,"stop":1729033834402,"duration":0},"status":"passed","severity":"normal"},{"uid":"310e05cb35456766","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1729034041492,"stop":1729034041494,"duration":2},"status":"passed","severity":"normal"},{"uid":"71b6e70e9e57fda8","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1729034121899,"stop":1729034121900,"duration":1},"status":"passed","severity":"normal"},{"uid":"935792c153665915","name":"Push message with short payload","time":{"start":1729034129465,"stop":1729034129465,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4e7fc831e47e5f","name":"Generator, 2 different pubsubtopics","time":{"start":1729034200065,"stop":1729034200065,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3d8ebbc211d2719","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1729033834386,"stop":1729033834386,"duration":0},"status":"passed","severity":"normal"},{"uid":"f77d2dc2c437401f","name":"Keep-alive pings maintain the connection","time":{"start":1729033974450,"stop":1729033974451,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fa2a0410dd57166","name":"Register correct protocols","time":{"start":1729034147760,"stop":1729034147760,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4ce0c4080659a82","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1729034147778,"stop":1729034147778,"duration":0},"status":"passed","severity":"normal"},{"uid":"69a1c121d3415ac7","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1729034137162,"stop":1729034137163,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec2d30b2aedc711c","name":"Push message with content topic containing Arabic","time":{"start":1729034129475,"stop":1729034129475,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0d4451bba380693","name":"should reject if Relay is requested but not mounted","time":{"start":1729033875026,"stop":1729033875026,"duration":0},"status":"passed","severity":"normal"},{"uid":"3546bc2cef3d201","name":"Subscribe to topic containing shell command and receive message","time":{"start":1729034041499,"stop":1729034041500,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f320e050bc272f4","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1729034203622,"stop":1729034203622,"duration":0},"status":"passed","severity":"normal"},{"uid":"97e9a59b57e1e3f6","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1729033976803,"stop":1729033976803,"duration":0},"status":"passed","severity":"normal"},{"uid":"302e84e6032ffd26","name":"Check received message containing long","time":{"start":1729034121912,"stop":1729034121913,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9f9dfd61ea6774b","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1729033976806,"stop":1729033976806,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6af9ea87cf4efa3","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1729034209088,"stop":1729034209089,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc0fae4a753f8dbf","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729033942598,"stop":1729033942600,"duration":2},"status":"passed","severity":"normal"},{"uid":"ff8311727550462d","name":"Check message with non string payload is not received","time":{"start":1729034014881,"stop":1729034014882,"duration":1},"status":"passed","severity":"normal"},{"uid":"65330bd619f1f9b5","name":"Subscribe to topic containing emoji and receive message","time":{"start":1729034041503,"stop":1729034041507,"duration":4},"status":"passed","severity":"normal"},{"uid":"4866072b417bef22","name":"Passing page size 0 when there are 110 messages","time":{"start":1729034208292,"stop":1729034208293,"duration":1},"status":"passed","severity":"normal"},{"uid":"791d4d02d8709825","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1729033834391,"stop":1729033834391,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ccc902154703708","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1729033892948,"stop":1729033892951,"duration":3},"status":"passed","severity":"normal"},{"uid":"9598553d209f7eda","name":"Push message with custom timestamp: 1729037615236","time":{"start":1729034129482,"stop":1729034129482,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a30a0b40e9abc4f","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1729033842352,"stop":1729033842352,"duration":0},"status":"passed","severity":"normal"},{"uid":"261bc53f91ccb13","name":"Callback on promise, aborts when callback returns true","time":{"start":1729034213018,"stop":1729034213019,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e8a3af46ecfe32d","name":"Ping on unsubscribed peer","time":{"start":1729033939922,"stop":1729033939922,"duration":0},"status":"passed","severity":"normal"},{"uid":"249094951590ce0f","name":"non connected peers","time":{"start":1729034122311,"stop":1729034122311,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1304bb9dded24530","name":"Subscribe to topic containing long and receive message","time":{"start":1729034041488,"stop":1729034041488,"duration":0},"status":"passed","severity":"normal"},{"uid":"6681a50f32a14027","name":"should emit a peer event after start","time":{"start":1729034162415,"stop":1729034162416,"duration":1},"status":"passed","severity":"normal"},{"uid":"3210f0b4b320f514","name":"should add and remove event listeners correctly","time":{"start":1729033862331,"stop":1729033862331,"duration":0},"status":"passed","severity":"normal"},{"uid":"a07cb452b8326a7c","name":"Fails to publish message with wrong content topic","time":{"start":1729034144770,"stop":1729034144770,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f0cadd3a2d0cf5b","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1729033834365,"stop":1729033834365,"duration":0},"status":"passed","severity":"normal"},{"uid":"e91cd66ab354b1d9","name":"addEventListener with wrong event","time":{"start":1729033933479,"stop":1729033933479,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e4fec60d1972eb7","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1729034041490,"stop":1729034041490,"duration":0},"status":"passed","severity":"normal"},{"uid":"45e6661335ca799f","name":"Check received message with timestamp: 1729033892688 ","time":{"start":1729034014876,"stop":1729034014877,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc3932093d848c72","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1729033842340,"stop":1729033842342,"duration":2},"status":"passed","severity":"normal"},{"uid":"ff1f2f47634e75f8","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1729034209101,"stop":1729034209101,"duration":0},"status":"passed","severity":"normal"},{"uid":"38b9f0a2f5958c93","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1729033904750,"stop":1729033904751,"duration":1},"status":"skipped","severity":"normal"},{"uid":"44842cd37fb8acb5","name":"isConnected between 2 js-waku relay nodes","time":{"start":1729033925387,"stop":1729033925387,"duration":0},"status":"passed","severity":"normal"},{"uid":"513a4f33ae102ccd","name":"Check message received after nwaku node is restarted","time":{"start":1729034121909,"stop":1729034121910,"duration":1},"status":"skipped","severity":"normal"},{"uid":"72689a90cd6c3e48","name":"LightPush: 2 peers, Filter: 0 peers","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c3b7cc5690108cfa","name":"Passing page size 3 when there are 20 messages","time":{"start":1729034208294,"stop":1729034208294,"duration":0},"status":"passed","severity":"normal"},{"uid":"f72ad94f4e15f6ed","name":"Push message with content topic containing shell command","time":{"start":1729034129478,"stop":1729034129478,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f3fac1496e763c8","name":"start node with empty shard should fail","time":{"start":1729034177538,"stop":1729034177538,"duration":0},"status":"passed","severity":"normal"},{"uid":"7715a08b90f54572","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1729034041500,"stop":1729034041501,"duration":1},"status":"passed","severity":"normal"},{"uid":"9253fa941066d760","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1729033976811,"stop":1729033976812,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9e563c3f519fb7e","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1729034209098,"stop":1729034209099,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1dd3b8041b1fb0d","name":"should properly create location multiaddrs - tcp4","time":{"start":1729033843119,"stop":1729033843123,"duration":4},"status":"passed","severity":"normal"},{"uid":"3db7910c9876d71b","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1729034203622,"stop":1729034203622,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd6d0a069e1cf87d","name":"should create a new stream if no existing for protocol found","time":{"start":1729033850298,"stop":1729033850298,"duration":0},"status":"passed","severity":"normal"},{"uid":"d489965df72576af","name":"Subscribe to topic containing emoji and publish message","time":{"start":1729034147792,"stop":1729034147792,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ec0a85e02546344","name":"Fails to push message with empty content topic","time":{"start":1729034129479,"stop":1729034129480,"duration":1},"status":"passed","severity":"normal"},{"uid":"58e55d07ea4e5b40","name":"Accepts a valid Waku Message","time":{"start":1729033878342,"stop":1729033878344,"duration":2},"status":"passed","severity":"normal"},{"uid":"f7f9fe03fc645d21","name":"should wait for Filter peer to be connected","time":{"start":1729033875029,"stop":1729033875029,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b8885ad2522f4d9","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1729034209092,"stop":1729034209092,"duration":0},"status":"passed","severity":"normal"},{"uid":"bce766f40992978b","name":"should not fail to start the service if it is already started","time":{"start":1729033904744,"stop":1729033904745,"duration":1},"status":"passed","severity":"normal"},{"uid":"3753212e93aec969","name":"Encoder throws on undefined content topic","time":{"start":1729033868326,"stop":1729033868326,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ef41a7b1467200b","name":"Check received message with timestamp: 1729033892674 ","time":{"start":1729034121947,"stop":1729034121948,"duration":1},"status":"passed","severity":"normal"},{"uid":"1265637a582b5166","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1729034177537,"stop":1729034177538,"duration":1},"status":"passed","severity":"normal"},{"uid":"46e004e45d313811","name":"Push message with content topic containing long","time":{"start":1729034129473,"stop":1729034129474,"duration":1},"status":"passed","severity":"normal"},{"uid":"505e9f06ec3cb0fa","name":"Check received message containing Russian","time":{"start":1729034121932,"stop":1729034121935,"duration":3},"status":"passed","severity":"normal"},{"uid":"5ca1565f105884db","name":"Push message with content topic containing short","time":{"start":1729034129473,"stop":1729034129473,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b36b89ea2eaee4d","name":"different cluster, same shard: nodes don't connect","time":{"start":1729034063498,"stop":1729034063498,"duration":0},"status":"passed","severity":"normal"},{"uid":"535538802ea75bc1","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1729033834378,"stop":1729033834378,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dfdfd6c85179a52","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1729034209112,"stop":1729034209112,"duration":0},"status":"passed","severity":"normal"},{"uid":"744d1dc06edeb69","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1729033862330,"stop":1729033862330,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3632c673bf8652a","name":"Subscribe and receive messages via lightPush","time":{"start":1729034041472,"stop":1729034041473,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7bb40dfcbc7fcc2","name":"should decode valid enr with tcp successfully","time":{"start":1729033843113,"stop":1729033843114,"duration":1},"status":"passed","severity":"normal"},{"uid":"50b712ddeb49f24e","name":"Push message with emoji payload","time":{"start":1729034129472,"stop":1729034129472,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c5f8fb7ea31cccd","name":"should not fail to stop the service if it was not started","time":{"start":1729033862327,"stop":1729033862327,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d5b9df835846532","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1729034148002,"stop":1729034148002,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3c2dda195a8f8adf","name":"should return different streams if requested simultaniously","time":{"start":1729033850298,"stop":1729033850299,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d6afc05dba28b17","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729033942603,"stop":1729033942603,"duration":0},"status":"passed","severity":"normal"},{"uid":"4acd84d2ea7309ec","name":"Push message with Chinese payload","time":{"start":1729034137124,"stop":1729034137125,"duration":1},"status":"passed","severity":"normal"},{"uid":"c291b76d1f5f8527","name":"should select older connection if present","time":{"start":1729033849393,"stop":1729033849393,"duration":0},"status":"passed","severity":"normal"},{"uid":"136f8b376a5ef8dd","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1729034041473,"stop":1729034041474,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb048deab5f94975","name":"Push message with SQL Injection payload","time":{"start":1729034129469,"stop":1729034129469,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9111ca1f9067fac","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1729034209113,"stop":1729034209114,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cb10f550b803056","name":"should remove a peer","time":{"start":1729033874959,"stop":1729033874959,"duration":0},"status":"passed","severity":"normal"},{"uid":"45642fb225f18a96","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app40/2/topic778/json","time":{"start":1729034169441,"stop":1729034169442,"duration":1},"status":"passed","severity":"normal"},{"uid":"36fac8b81c78ddde","name":"Decoder throws on undefined content topic","time":{"start":1729033868328,"stop":1729033868329,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff8df023da2623fe","name":"Encoder throws on undefined content topic","time":{"start":1729033850549,"stop":1729033850549,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e768977ff794b7f","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1729033834366,"stop":1729033834366,"duration":0},"status":"passed","severity":"normal"},{"uid":"b39f5ce152724ab7","name":"can start the service","time":{"start":1729033904743,"stop":1729033904743,"duration":0},"status":"passed","severity":"normal"},{"uid":"77ca1f2bcc5180a1","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1729034034981,"stop":1729034034982,"duration":1},"status":"passed","severity":"normal"},{"uid":"a901a55da3b101c","name":"Renews peer on consistent ping failures","time":{"start":1729033974452,"stop":1729033974452,"duration":0},"status":"passed","severity":"normal"},{"uid":"a00c19e4efb06cfe","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1729034188118,"stop":1729034188118,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebe33bcda2e1a05b","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1729034209096,"stop":1729034209098,"duration":2},"status":"passed","severity":"normal"},{"uid":"70167d99c236c8d0","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1729033834373,"stop":1729033834373,"duration":0},"status":"passed","severity":"normal"},{"uid":"39628c70a12dea25","name":"Check received message containing Basic HTML tag","time":{"start":1729034014860,"stop":1729034014863,"duration":3},"status":"passed","severity":"normal"},{"uid":"9e44a6d04542cf0d","name":"Subscribe to topic containing XML and receive message","time":{"start":1729034209114,"stop":1729034209115,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b53ed22dd056a25","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1729033834393,"stop":1729033834393,"duration":0},"status":"passed","severity":"normal"},{"uid":"e807838429ebb56c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1729034034983,"stop":1729034034983,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b224c5f3fcf2c67","name":"Push message with content topic containing SQL Injection","time":{"start":1729034137146,"stop":1729034137147,"duration":1},"status":"passed","severity":"normal"},{"uid":"7549417e62414179","name":"LightPush: 0 peers, Filter: 3 peers","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e46866fad503d91a","name":"Should update shard info","time":{"start":1729034067823,"stop":1729034067823,"duration":0},"status":"passed","severity":"normal"},{"uid":"8eb7b22f91a8aaac","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1729034034977,"stop":1729034034978,"duration":1},"status":"passed","severity":"normal"},{"uid":"d966242160424cae","name":"Check received message containing shell command","time":{"start":1729034014864,"stop":1729034014867,"duration":3},"status":"passed","severity":"normal"},{"uid":"a85ae6593fd2ab99","name":"should set field with all protocols disabled","time":{"start":1729033843124,"stop":1729033843125,"duration":1},"status":"passed","severity":"normal"},{"uid":"46fc31481b2eefbd","name":"Fails to publish message with size larger than 1 MB","time":{"start":1729034144772,"stop":1729034144772,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cfaa02469bac2c5","name":"Publishes to nwaku","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"status":"passed","severity":"normal"},{"uid":"4524c54de18898ca","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1729033834375,"stop":1729033834375,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3ad83cecdb08bcd","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1729033965753,"stop":1729033965753,"duration":0},"status":"passed","severity":"normal"},{"uid":"7356360137264b16","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976806,"stop":1729033976806,"duration":0},"status":"passed","severity":"normal"},{"uid":"8abf46011fd069b3","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1729033834383,"stop":1729033834383,"duration":0},"status":"passed","severity":"normal"},{"uid":"333f49d20480062f","name":"Fails to push message bigger that 1MB","time":{"start":1729034137159,"stop":1729034137159,"duration":0},"status":"passed","severity":"normal"},{"uid":"b42ddd7946551d02","name":"Push message with custom timestamp: 1698275615236","time":{"start":1729034129481,"stop":1729034129481,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bc8c2d6b1b49a70","name":"Number of peers are maintained correctly","time":{"start":1729033974447,"stop":1729033974447,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e4878d8cd3a5386","name":"Query Generator, No Decoder","time":{"start":1729034188113,"stop":1729034188115,"duration":2},"status":"passed","severity":"normal"},{"uid":"394d2b747420596a","name":"Mutual subscription","time":{"start":1729034147759,"stop":1729034147760,"duration":1},"status":"passed","severity":"normal"},{"uid":"e174dee5ad6565e0","name":"less peers than existing","time":{"start":1729034122310,"stop":1729034122311,"duration":1},"status":"skipped","severity":"normal"},{"uid":"476627d6dbbef937","name":"Push message with XML payload","time":{"start":1729034129470,"stop":1729034129470,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d50f32c7ebe81e8","name":"should not receive a peer event after stop","time":{"start":1729034162416,"stop":1729034162417,"duration":1},"status":"passed","severity":"normal"},{"uid":"678e61af4756519d","name":"should properly create location multiaddrs - tcp6","time":{"start":1729033843123,"stop":1729033843123,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8ee0a29081af6a2","name":"Check received message containing short","time":{"start":1729034014827,"stop":1729034014827,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c52217137bf2df1","name":"Push message with content topic containing emoji","time":{"start":1729034137154,"stop":1729034137155,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee29586b3dbe0824","name":"Subscribe to topic containing short and receive message","time":{"start":1729034209093,"stop":1729034209093,"duration":0},"status":"passed","severity":"normal"},{"uid":"468e42b4b598603c","name":"configure the node with multiple pubsub topics","time":{"start":1729034177536,"stop":1729034177536,"duration":0},"status":"passed","severity":"normal"},{"uid":"42b5fdeb34b3c7eb","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1729033976810,"stop":1729033976811,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c4d0e84fd08d42b","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1729033834366,"stop":1729033834372,"duration":6},"status":"passed","severity":"normal"},{"uid":"2f24347699d70e7","name":"LightPush: 2 peers, Filter: 2 peers","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"status":"skipped","severity":"normal"},{"uid":"747430b44b05be25","name":"Check received message containing long","time":{"start":1729034121875,"stop":1729034121875,"duration":0},"status":"passed","severity":"normal"},{"uid":"28cc4f0f1d1f043b","name":"should not receive a peer event before start","time":{"start":1729033862328,"stop":1729033862329,"duration":1},"status":"passed","severity":"normal"},{"uid":"f24b1b77313cd634","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1729033842351,"stop":1729033842351,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7e183aabf0ac7f0","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app71/2/topic384/xml","time":{"start":1729034169449,"stop":1729034169449,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2427ded3dee1ebe","name":"Check received message containing numeric","time":{"start":1729034121914,"stop":1729034121915,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ca954c832c1fac4","name":"Push message with content topic containing Script","time":{"start":1729034137147,"stop":1729034137147,"duration":0},"status":"passed","severity":"normal"},{"uid":"df0cb287268aae2c","name":"Publish message with large meta","time":{"start":1729034144773,"stop":1729034144773,"duration":0},"status":"passed","severity":"normal"},{"uid":"79c169d9e1eb48aa","name":"Check received message containing long","time":{"start":1729034014827,"stop":1729034014832,"duration":5},"status":"passed","severity":"normal"},{"uid":"a4c55a1794fc5758","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1729034209112,"stop":1729034209113,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7d4aef81b2ad903","name":"throws on content topic with empty version field","time":{"start":1729033834362,"stop":1729033834363,"duration":1},"status":"passed","severity":"normal"},{"uid":"eff1ea13d123020f","name":"Check message with no payload is not received","time":{"start":1729034014880,"stop":1729034014880,"duration":0},"status":"passed","severity":"normal"},{"uid":"49a75ab01ba7cdc5","name":"random static sharding 10 - Cluster ID: 529, Shard ID: 960","time":{"start":1729034177535,"stop":1729034177536,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bbe60fec3870561","name":"Rejects garbage","time":{"start":1729033878344,"stop":1729033878344,"duration":0},"status":"passed","severity":"normal"},{"uid":"f230aa5b957c2ee5","name":"Check publish message containing short","time":{"start":1729034144756,"stop":1729034144756,"duration":0},"status":"passed","severity":"normal"},{"uid":"5df0a4d5c483da99","name":"Decoder throws on undefined content topic","time":{"start":1729033869945,"stop":1729033869946,"duration":1},"status":"passed","severity":"normal"},{"uid":"fad75959170f9c1d","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1729034137164,"stop":1729034137164,"duration":0},"status":"passed","severity":"normal"},{"uid":"158c38ddb12f1d9d","name":"Check message with invalid timestamp is not received","time":{"start":1729034014878,"stop":1729034014878,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5c3fc2dd1b960a8","name":"Correctly serialized arguments","time":{"start":1729034066291,"stop":1729034066292,"duration":1},"status":"passed","severity":"normal"},{"uid":"cab059321a7f63a0","name":"Subscribe to topic containing numeric and publish message","time":{"start":1729034147771,"stop":1729034147772,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ddc6f273d8e26ea","name":"Subscribe and receives messages on 20 topics","time":{"start":1729034041477,"stop":1729034041485,"duration":8},"status":"passed","severity":"normal"},{"uid":"a7dbbf96738f13c7","name":"Check received message with timestamp: 1649153314 ","time":{"start":1729034014877,"stop":1729034014877,"duration":0},"status":"passed","severity":"normal"},{"uid":"95b9b56c95ecfe26","name":"Push message with meta","time":{"start":1729034129480,"stop":1729034129480,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4f4b6d6cf68e401","name":"Passing page size 19 when there are 20 messages","time":{"start":1729034208295,"stop":1729034208295,"duration":0},"status":"passed","severity":"normal"},{"uid":"2723446b84e40557","name":"throws on empty content topic","time":{"start":1729033834359,"stop":1729033834360,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd09531aa7c5e035","name":"Subscribe to topic containing numeric and receive message","time":{"start":1729034209111,"stop":1729034209112,"duration":1},"status":"passed","severity":"normal"},{"uid":"44290cfabc20bd16","name":"Check received message containing unicode special characters","time":{"start":1729034121945,"stop":1729034121946,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7ddfb684898949","name":"should correctly map a content topic to a pubsub topic","time":{"start":1729033834398,"stop":1729033834398,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbcc98d706d0d618","name":"Ordered Callback - true","time":{"start":1729034191995,"stop":1729034191996,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f7044a24bbb2f80","name":"Check received message containing XML","time":{"start":1729034014856,"stop":1729034014858,"duration":2},"status":"passed","severity":"normal"},{"uid":"cd0cdbbd47f54e1","name":"Push message with custom timestamp: 1729030415236","time":{"start":1729034129481,"stop":1729034129481,"duration":0},"status":"passed","severity":"normal"},{"uid":"a920160a19f994d4","name":"Check message with no pubsub topic is not received","time":{"start":1729034014879,"stop":1729034014879,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8ad8c8a8ccbc986","name":"Push message with shell command payload","time":{"start":1729034129471,"stop":1729034129471,"duration":0},"status":"passed","severity":"normal"},{"uid":"667494933ce3bd1d","name":"Push message with content topic containing Chinese","time":{"start":1729034129475,"stop":1729034129475,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8611cf529ff1a32","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1729033868325,"stop":1729033868325,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f5f3f58fd93316d","name":"Push message equal or less that 1MB","time":{"start":1729034137159,"stop":1729034137159,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef61c7e9ea3322d7","name":"Push message with content topic containing shell command","time":{"start":1729034137149,"stop":1729034137150,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"e1a761e22a177380","name":"Check received message containing SQL Injection","time":{"start":1729034611678,"stop":1729034611678,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cb67a7660c91b2b","name":"Encoder throws on empty string content topic","time":{"start":1729034348762,"stop":1729034348762,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4459ac3e00ba515","name":"Push message equal or less that 1MB","time":{"start":1729034631265,"stop":1729034631265,"duration":0},"status":"passed","severity":"normal"},{"uid":"9775802917eb5b7a","name":"Push message on custom pubsubTopic","time":{"start":1729034565832,"stop":1729034565832,"duration":0},"status":"passed","severity":"normal"},{"uid":"da3a5d75e3c05b77","name":"Check received message containing special chars","time":{"start":1729034506786,"stop":1729034506786,"duration":0},"status":"passed","severity":"normal"},{"uid":"d57297ca9a427f10","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1729034424273,"stop":1729034424273,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3ede631e07be19c","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1729034472941,"stop":1729034472942,"duration":1},"status":"passed","severity":"normal"},{"uid":"53fbccce469bdbda","name":"udp ip6 address","time":{"start":1729034340830,"stop":1729034340831,"duration":1},"status":"passed","severity":"normal"},{"uid":"f14c310b9538237","name":"nwaku subscribes","time":{"start":1729034630104,"stop":1729034630105,"duration":1},"status":"passed","severity":"normal"},{"uid":"ebfd90ede8da14c7","name":"Fields are not dropped","time":{"start":1729034347698,"stop":1729034347701,"duration":3},"status":"passed","severity":"normal"},{"uid":"50234e3899be93f1","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1729034472989,"stop":1729034472989,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ad4abe3e8d623ef","name":"Publish message with large meta","time":{"start":1729034636324,"stop":1729034636324,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6d25c9783cd9d37","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1729034472989,"stop":1729034472990,"duration":1},"status":"passed","severity":"normal"},{"uid":"e627d9d5b9b463ec","name":"should be able to decode the field with only STORE set to true","time":{"start":1729034340755,"stop":1729034340756,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8ca59d374fcebfd","name":"Subscribe to topic containing short and receive message","time":{"start":1729034536100,"stop":1729034536101,"duration":1},"status":"passed","severity":"normal"},{"uid":"b26a4327640b7b70","name":"Check message with non string payload is not received","time":{"start":1729034611663,"stop":1729034611664,"duration":1},"status":"passed","severity":"normal"},{"uid":"31cd671ee10aeef1","name":"should handle corrupted local storage data gracefully","time":{"start":1729034360437,"stop":1729034360438,"duration":1},"status":"passed","severity":"normal"},{"uid":"be0563a54f5007b1","name":"Check message with no payload is not received","time":{"start":1729034506803,"stop":1729034506804,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dda83657e106d32","name":"should properly create location multiaddrs - udp6","time":{"start":1729034341405,"stop":1729034341409,"duration":4},"status":"passed","severity":"normal"},{"uid":"6453eb18170b42ca","name":"Check message received after jswaku node is restarted","time":{"start":1729034611687,"stop":1729034611689,"duration":2},"status":"skipped","severity":"normal"},{"uid":"6583fde5ef3d70f","name":"Decoder throws on undefined content topic","time":{"start":1729034368073,"stop":1729034368073,"duration":0},"status":"passed","severity":"normal"},{"uid":"60bfdcfe8957b32e","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1729034704507,"stop":1729034704507,"duration":0},"status":"passed","severity":"normal"},{"uid":"658fa45bf6762a68","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1729034704491,"stop":1729034704491,"duration":0},"status":"passed","severity":"normal"},{"uid":"24a32122a9f788a0","name":"Ping on unsubscribed peer","time":{"start":1729034435019,"stop":1729034435019,"duration":0},"status":"passed","severity":"normal"},{"uid":"e405261e1e334e93","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app35/10/topic983/json","time":{"start":1729034656461,"stop":1729034656463,"duration":2},"status":"passed","severity":"normal"},{"uid":"f865cb328a293af1","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1729034332628,"stop":1729034332628,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd476cd57a4de752","name":"Push message with Arabic payload","time":{"start":1729034631248,"stop":1729034631248,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc5bb3e4fa0df787","name":"should return usable stream attached to connection","time":{"start":1729034348411,"stop":1729034348411,"duration":0},"status":"passed","severity":"normal"},{"uid":"aed53a11f637ac55","name":"Check received message containing Basic HTML tag","time":{"start":1729034611654,"stop":1729034611655,"duration":1},"status":"passed","severity":"normal"},{"uid":"86a94023023d3867","name":"should return all peers when numPeers is 0","time":{"start":1729034348576,"stop":1729034348576,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d07ffeac9b4e497","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1729034472986,"stop":1729034472987,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c5c5f44de6c26ff","name":"random static sharding 9 - Cluster ID: 998, Shard ID: 906","time":{"start":1729034668609,"stop":1729034668609,"duration":0},"status":"passed","severity":"normal"},{"uid":"24bb30cc8349b3ac","name":"Check message with invalid timestamp is not received","time":{"start":1729034611661,"stop":1729034611662,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0dfcb860bb20c62","name":"Ping on subscribed peer","time":{"start":1729034435018,"stop":1729034435018,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d5787334334d83d","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1729034704508,"stop":1729034704508,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7c538fa5a9917e5","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1729034558117,"stop":1729034558118,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6873e964a091b03","name":"Store - dialed first","time":{"start":1729034713700,"stop":1729034713701,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6f1ced85575dfc0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034447614,"stop":1729034447615,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb37f56744e28e71","name":"Passing cursor with wrong pubsubTopic","time":{"start":1729034665585,"stop":1729034665589,"duration":4},"status":"passed","severity":"normal"},{"uid":"d785b08bcdb6d427","name":"Subscribe to topic containing special chars and receive message","time":{"start":1729034704493,"stop":1729034704493,"duration":0},"status":"passed","severity":"normal"},{"uid":"52ddf15503a21dd3","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1729034536785,"stop":1729034536785,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa14d6ca5b998dea","name":"Refresh subscription","time":{"start":1729034536100,"stop":1729034536100,"duration":0},"status":"passed","severity":"normal"},{"uid":"5eb73c05e6ab9ec9","name":"Does not throw an exception when node disconnects","time":{"start":1729034728789,"stop":1729034728789,"duration":0},"status":"passed","severity":"normal"},{"uid":"445b7828e0c7ea3c","name":"Check message on other pubsub topic is not received","time":{"start":1729034611684,"stop":1729034611685,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d8f9349d857131f","name":"Push message with content topic containing SQL Injection","time":{"start":1729034631258,"stop":1729034631258,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f42509580086123","name":"Throws when trying to push message with empty payload","time":{"start":1729034631253,"stop":1729034631254,"duration":1},"status":"passed","severity":"normal"},{"uid":"9eed3c1a6bb4ab2c","name":"Check message on other pubsub topic is not received","time":{"start":1729034611662,"stop":1729034611662,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a1214158ad0cf17","name":"Push message with escaped characters payload","time":{"start":1729034631252,"stop":1729034631252,"duration":0},"status":"passed","severity":"normal"},{"uid":"dab8fd86d8cba100","name":"1 Relay, 1 Filter, gives up","time":{"start":1729034356196,"stop":1729034356196,"duration":0},"status":"passed","severity":"normal"},{"uid":"f39622aa7e7523fd","name":"Push message with long payload","time":{"start":1729034617747,"stop":1729034617747,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ac5d31b442d619a","name":"should create a new stream if no existing for protocol found","time":{"start":1729034348412,"stop":1729034348413,"duration":1},"status":"passed","severity":"normal"},{"uid":"39e2fec861e2d580","name":"Using a function","time":{"start":1729034728790,"stop":1729034728790,"duration":0},"status":"passed","severity":"normal"},{"uid":"69929a6f829837c4","name":"Subscribe to topic containing shell command and receive message","time":{"start":1729034536109,"stop":1729034536109,"duration":0},"status":"passed","severity":"normal"},{"uid":"80f3645915b90b57","name":"Asymmetric encrypt & decrypt","time":{"start":1729034366897,"stop":1729034366898,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd6ea38db17cbcf1","name":"Nwaku publishes","time":{"start":1729034630105,"stop":1729034630106,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f0963718de2c9c2","name":"Check publish message containing numeric","time":{"start":1729034636308,"stop":1729034636308,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0f9ceb37a91a03a","name":"Push message with short payload","time":{"start":1729034617746,"stop":1729034617747,"duration":1},"status":"passed","severity":"normal"},{"uid":"c09c1063c30774c8","name":"Check message with no pubsub topic is not received","time":{"start":1729034506802,"stop":1729034506803,"duration":1},"status":"passed","severity":"normal"},{"uid":"10b5ce906378dde7","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1729034332639,"stop":1729034332640,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe76ed9c60785c09","name":"Push message with numeric payload","time":{"start":1729034631247,"stop":1729034631247,"duration":0},"status":"passed","severity":"normal"},{"uid":"af116ccc9b19d47c","name":"Promise Callback - false","time":{"start":1729034683701,"stop":1729034683701,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6a257ab4aa72659","name":"ignores unrecognized TXT record formats","time":{"start":1729034356474,"stop":1729034356474,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac079bd10eee4b87","name":"should not fail to start the service if it is already started","time":{"start":1729034360435,"stop":1729034360435,"duration":0},"status":"passed","severity":"normal"},{"uid":"933841381ccd2876","name":"Check received message containing long","time":{"start":1729034611649,"stop":1729034611649,"duration":0},"status":"passed","severity":"normal"},{"uid":"2302021be6c3af66","name":"Renews peer on consistent missed messages","time":{"start":1729034470391,"stop":1729034470394,"duration":3},"status":"passed","severity":"normal"},{"uid":"10025e56ac2fad1b","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1729034332620,"stop":1729034332620,"duration":0},"status":"passed","severity":"normal"},{"uid":"100553a92b1a6add","name":"Subscribe and receives messages on 20 topics","time":{"start":1729034704501,"stop":1729034704502,"duration":1},"status":"passed","severity":"normal"},{"uid":"839643a7fe2e786e","name":"Check received message with timestamp: 1649153314 ","time":{"start":1729034611683,"stop":1729034611683,"duration":0},"status":"passed","severity":"normal"},{"uid":"12df1396d1ef684b","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1729034356135,"stop":1729034356135,"duration":0},"status":"passed","severity":"normal"},{"uid":"6279971d93b7d061","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1729034399692,"stop":1729034399692,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2de1133210fc71a","name":"Passing an array","time":{"start":1729034728789,"stop":1729034728790,"duration":1},"status":"passed","severity":"normal"},{"uid":"a05c51d4684af1d","name":"Check received message containing shell command","time":{"start":1729034611655,"stop":1729034611656,"duration":1},"status":"passed","severity":"normal"},{"uid":"af2412f3af23e3d8","name":"Push message with content topic containing Arabic","time":{"start":1729034631257,"stop":1729034631257,"duration":0},"status":"passed","severity":"normal"},{"uid":"49ed73453a1d5da7","name":"should not receive a peer event after stop","time":{"start":1729034360436,"stop":1729034360436,"duration":0},"status":"passed","severity":"normal"},{"uid":"574bad6a7c1b239a","name":"Query Generator, No Decoder","time":{"start":1729034682671,"stop":1729034682671,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6328243304101e","name":"Query Generator, No message returned","time":{"start":1729034682672,"stop":1729034682672,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0b8e9a07b0f35b9","name":"should return different streams if requested simultaniously","time":{"start":1729034348413,"stop":1729034348413,"duration":0},"status":"passed","severity":"normal"},{"uid":"73b9dfaee445f3dd","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1729034704505,"stop":1729034704505,"duration":0},"status":"passed","severity":"normal"},{"uid":"da8dbdb2e853d503","name":"Check received message containing Script","time":{"start":1729034611679,"stop":1729034611679,"duration":0},"status":"passed","severity":"normal"},{"uid":"aaa4ab77003c7b23","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1729034447632,"stop":1729034447635,"duration":3},"status":"passed","severity":"normal"},{"uid":"356ecc3f82c40d2b","name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","time":{"start":1729034348415,"stop":1729034348415,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c1815fc7296513e","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app74/1/topic712/proto","time":{"start":1729034656472,"stop":1729034656472,"duration":0},"status":"passed","severity":"normal"},{"uid":"393c7ed1dae02240","name":"Publish message with custom timestamp: Wed Oct 16 2024 00:23:47 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034636315,"stop":1729034636316,"duration":1},"status":"passed","severity":"normal"},{"uid":"11c68079871cf1ef","name":"Push message with short payload","time":{"start":1729034631246,"stop":1729034631246,"duration":0},"status":"passed","severity":"normal"},{"uid":"50fc1f3233c4770b","name":"Fails to publish message with size larger than 1 MB","time":{"start":1729034636323,"stop":1729034636323,"duration":0},"status":"passed","severity":"normal"},{"uid":"91232f14e84ab37d","name":"should set field with all protocols enabled","time":{"start":1729034341410,"stop":1729034341410,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ff56142e65706c5","name":"should encode/decode to text encoding","time":{"start":1729034341403,"stop":1729034341403,"duration":0},"status":"passed","severity":"normal"},{"uid":"f01a52cca6951047","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1729034335334,"stop":1729034335334,"duration":0},"status":"passed","severity":"normal"},{"uid":"591cc537101be78","name":"Ephemeral field is preserved - encoder v0","time":{"start":1729034398720,"stop":1729034398721,"duration":1},"status":"passed","severity":"normal"},{"uid":"feba83822268e790","name":"Check received message containing special chars","time":{"start":1729034611666,"stop":1729034611667,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d1e3aae46c491cf","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1729034462533,"stop":1729034462534,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4e74a09071c6855","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1729034536110,"stop":1729034536110,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c31bc7536fc66ce","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1729034348577,"stop":1729034348578,"duration":1},"status":"passed","severity":"normal"},{"uid":"90db54f39f34d6ed","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1729034626850,"stop":1729034626851,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee890905b33e2ff0","name":"Filter with 1 connections","time":{"start":1729034473406,"stop":1729034473407,"duration":1},"status":"skipped","severity":"normal"},{"uid":"af1640251146c9ae","name":"Subscribe to topic containing JSON and publish message","time":{"start":1729034640526,"stop":1729034640526,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf56ab61eb0e1d8f","name":"Push message with special chars payload","time":{"start":1729034631247,"stop":1729034631248,"duration":1},"status":"passed","severity":"normal"},{"uid":"221ff11e27568546","name":"should be called for bootstrap peers","time":{"start":1729034399691,"stop":1729034399691,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e9faf8611a1084e","name":"Check message with no content topic is not received","time":{"start":1729034611663,"stop":1729034611663,"duration":0},"status":"passed","severity":"normal"},{"uid":"c63179cf3eb1ed6f","name":"Push message with content topic containing special chars","time":{"start":1729034617760,"stop":1729034617760,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b597629df0abdac","name":"Check publish message containing Script","time":{"start":1729034636311,"stop":1729034636311,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6d2881525dc5434","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1729034472983,"stop":1729034472984,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca330b4c8d94138a","name":"configure the node with multiple content topics","time":{"start":1729034656473,"stop":1729034656473,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2c8363205552b1e","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1729034665578,"stop":1729034665578,"duration":0},"status":"passed","severity":"normal"},{"uid":"725c2a85651a0243","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1729034682677,"stop":1729034682678,"duration":1},"status":"passed","severity":"normal"},{"uid":"4503c5f5c3e064a5","name":"LightPush: 3 peers, Filter: 3 peers","time":{"start":1729034473222,"stop":1729034473223,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b810afd4aff3477","name":"Ping succeeds for all connected peers","time":{"start":1729034470386,"stop":1729034470387,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e02166a29fd59f2","name":"Push message with content topic containing long","time":{"start":1729034617759,"stop":1729034617759,"duration":0},"status":"passed","severity":"normal"},{"uid":"d157c8929aa70191","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1729034704501,"stop":1729034704501,"duration":0},"status":"passed","severity":"normal"},{"uid":"47dadd5c2c3461b1","name":"Check received message containing long","time":{"start":1729034611665,"stop":1729034611665,"duration":0},"status":"passed","severity":"normal"},{"uid":"90123cc854a71929","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034565836,"stop":1729034565836,"duration":0},"status":"passed","severity":"normal"},{"uid":"accb193aebffdfb5","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472982,"stop":1729034472982,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae6e8a022a2f0f06","name":"Sign & Recover","time":{"start":1729034366899,"stop":1729034366899,"duration":0},"status":"passed","severity":"normal"},{"uid":"383f8d18adbebd81","name":"removeEventListener with correct event","time":{"start":1729034432449,"stop":1729034432450,"duration":1},"status":"passed","severity":"normal"},{"uid":"a647c4f1e59ee489","name":"same cluster, different shard: nodes connect","time":{"start":1729034558120,"stop":1729034558120,"duration":0},"status":"passed","severity":"normal"},{"uid":"64853306c48c8bd0","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1729034708550,"stop":1729034708551,"duration":1},"status":"passed","severity":"normal"},{"uid":"5736c26220e88954","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1729034332643,"stop":1729034332644,"duration":1},"status":"passed","severity":"normal"},{"uid":"f477530628164c0d","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1729034356478,"stop":1729034356478,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d8a544ac4e8be1cb","name":"can start and stop the service","time":{"start":1729034655442,"stop":1729034655442,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab5b529dcb692f5b","name":"Filter with 0 connections","time":{"start":1729034473401,"stop":1729034473401,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7543b39f03f3d0b8","name":"should throw an error for insufficient data","time":{"start":1729034332797,"stop":1729034332797,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdf7e29d5e72223e","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1729034536102,"stop":1729034536102,"duration":0},"status":"passed","severity":"normal"},{"uid":"cea278c62cf783df","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1729034704496,"stop":1729034704496,"duration":0},"status":"passed","severity":"normal"},{"uid":"4536c88c9cc80a2b","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1729034472942,"stop":1729034472943,"duration":1},"status":"passed","severity":"normal"},{"uid":"7505a8673951785","name":"Check received message containing JSON","time":{"start":1729034611655,"stop":1729034611655,"duration":0},"status":"passed","severity":"normal"},{"uid":"370dc87f8ed0311e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472941,"stop":1729034472941,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cf25a762956d1f","name":"Fails to push message bigger that 1MB","time":{"start":1729034617779,"stop":1729034617780,"duration":1},"status":"passed","severity":"normal"},{"uid":"94516b105e894025","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1729034536108,"stop":1729034536108,"duration":0},"status":"passed","severity":"normal"},{"uid":"33a437f83293fd24","name":"Mutual subscription","time":{"start":1729034640504,"stop":1729034640505,"duration":1},"status":"passed","severity":"normal"},{"uid":"22f5bce6fe78ddf9","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034565828,"stop":1729034565830,"duration":2},"status":"passed","severity":"normal"},{"uid":"dc3442e6a4c34563","name":"Push message with content topic containing Basic HTML tag","time":{"start":1729034631259,"stop":1729034631259,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a03517160f4c8a6","name":"Should update shard info","time":{"start":1729034566435,"stop":1729034566436,"duration":1},"status":"passed","severity":"normal"},{"uid":"c180e1b9743f644d","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1729034536776,"stop":1729034536776,"duration":0},"status":"passed","severity":"normal"},{"uid":"38be0563896f7a4b","name":"Check received message containing long","time":{"start":1729034506785,"stop":1729034506785,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ba3fd5c9923c490","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1729034472983,"stop":1729034472983,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ebec372eb95b7c5","name":"should be able to encode the field with only FILTER set to true","time":{"start":1729034340751,"stop":1729034340751,"duration":0},"status":"passed","severity":"normal"},{"uid":"712c441a7d5e18cb","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1729034408876,"stop":1729034408876,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8947fe04298a8c49","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1729034536790,"stop":1729034536790,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9de86bfa99fda5d","name":"should throw error - no id","time":{"start":1729034341401,"stop":1729034341401,"duration":0},"status":"passed","severity":"normal"},{"uid":"434a39bc0e73f8d2","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1729034626850,"stop":1729034626850,"duration":0},"status":"passed","severity":"normal"},{"uid":"f83acbf55acdece4","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1729034348577,"stop":1729034348577,"duration":0},"status":"passed","severity":"normal"},{"uid":"e695555dc53902af","name":"random static sharding 2 - Cluster ID: 822, Shard ID: 602","time":{"start":1729034668595,"stop":1729034668595,"duration":0},"status":"passed","severity":"normal"},{"uid":"970da0fc65fbcc94","name":"Subscribe to topic containing long and receive message","time":{"start":1729034704503,"stop":1729034704504,"duration":1},"status":"passed","severity":"normal"},{"uid":"e61bab9349c5a1a4","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1729034332628,"stop":1729034332628,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d7585b9e744645a","name":"Passing page size 11 when there are 10 messages","time":{"start":1729034703311,"stop":1729034703311,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ec69bcc15416e31","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1729034332620,"stop":1729034332620,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cce478a8630b11f","name":"Subscribe and receive messages via waku relay post","time":{"start":1729034704500,"stop":1729034704500,"duration":0},"status":"passed","severity":"normal"},{"uid":"8212e9e9b5855525","name":"Generator, 2 different pubsubtopics","time":{"start":1729034694624,"stop":1729034694624,"duration":0},"status":"passed","severity":"normal"},{"uid":"b432aaea450e842e","name":"should set field with only FILTER enabled","time":{"start":1729034341411,"stop":1729034341411,"duration":0},"status":"passed","severity":"normal"},{"uid":"72c9057ec25c4b7e","name":"Subscribe and receives messages on 20 topics","time":{"start":1729034536098,"stop":1729034536098,"duration":0},"status":"passed","severity":"normal"},{"uid":"9102f1ce2e9ae9d","name":"Check message received after jswaku node is restarted","time":{"start":1729034506804,"stop":1729034506804,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4560a557450dcb0d","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1729034704497,"stop":1729034704497,"duration":0},"status":"passed","severity":"normal"},{"uid":"8975bdabd2cc3eac","name":"should be able to encode the field with only STORE set to true","time":{"start":1729034340750,"stop":1729034340751,"duration":1},"status":"passed","severity":"normal"},{"uid":"3eb26ce764e9099e","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034694625,"stop":1729034694626,"duration":1},"status":"passed","severity":"normal"},{"uid":"86713bcfd9b88fc1","name":"should throw an error for missing sharding configuration","time":{"start":1729034332646,"stop":1729034332646,"duration":0},"status":"passed","severity":"normal"},{"uid":"754cb4c34eef0287","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1729034708552,"stop":1729034708552,"duration":0},"status":"passed","severity":"normal"},{"uid":"962f3bb37d4940c4","name":"Check received message with timestamp: 1729034391567 ","time":{"start":1729034611682,"stop":1729034611683,"duration":1},"status":"passed","severity":"normal"},{"uid":"726eed9214cf7abf","name":"Subscribe to topic containing emoji and receive message","time":{"start":1729034704509,"stop":1729034704509,"duration":0},"status":"passed","severity":"normal"},{"uid":"89a7333e2775abb9","name":"Check meta is set [symmetric]","time":{"start":1729034366398,"stop":1729034366398,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c2171b47d8513da","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1729034356476,"stop":1729034356477,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b977a1ba006db2c","name":"should throw error - no public key","time":{"start":1729034341400,"stop":1729034341400,"duration":0},"status":"passed","severity":"normal"},{"uid":"64f7d5cf6f5185db","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1729034398721,"stop":1729034398722,"duration":1},"status":"passed","severity":"normal"},{"uid":"280e584c6fe3b6f9","name":"getPeersByDiscovery","time":{"start":1729034645142,"stop":1729034645144,"duration":2},"status":"passed","severity":"normal"},{"uid":"df97e634a5d3c5d5","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1729034368071,"stop":1729034368071,"duration":0},"status":"passed","severity":"normal"},{"uid":"f324675a46ff49dd","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1729034340756,"stop":1729034340756,"duration":0},"status":"passed","severity":"normal"},{"uid":"c589be67600220bc","name":"Check received message containing Russian","time":{"start":1729034506788,"stop":1729034506788,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f6e9e23fc931bf7","name":"should add and remove event listeners correctly","time":{"start":1729034360438,"stop":1729034360438,"duration":0},"status":"passed","severity":"normal"},{"uid":"b236b6dc45aa2fd1","name":"Reopen subscription with peer with lost subscription","time":{"start":1729034435019,"stop":1729034435020,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e65d8a284d4959c","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1729034332632,"stop":1729034332633,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1ced3437b569f0e","name":"Push message with long payload","time":{"start":1729034631246,"stop":1729034631247,"duration":1},"status":"passed","severity":"normal"},{"uid":"f801bee3935823f9","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1729034392568,"stop":1729034392568,"duration":0},"status":"passed","severity":"normal"},{"uid":"84e70a4b1f55ad7e","name":"random static sharding 6 - Cluster ID: 361, Shard ID: 124","time":{"start":1729034668598,"stop":1729034668598,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e2658d9b5c14ddd","name":"Subscribe to topic containing numeric and receive message","time":{"start":1729034536101,"stop":1729034536101,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdc47744d79be319","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1729034536106,"stop":1729034536106,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1e05212e0da81c8","name":"Push message with content topic containing Script","time":{"start":1729034617763,"stop":1729034617763,"duration":0},"status":"passed","severity":"normal"},{"uid":"9638591df935f50f","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1729034332632,"stop":1729034332632,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0ea93bf80e31b35","name":"should fail to send if no connected peers found","time":{"start":1729034372891,"stop":1729034372892,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ce868e722bbff0d","name":"Sets default value correctly","time":{"start":1729034728791,"stop":1729034728791,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceded16c69868aa0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034447617,"stop":1729034447617,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba18a08a2c2d8961","name":"should only return 1 node with store capability","time":{"start":1729034356476,"stop":1729034356476,"duration":0},"status":"passed","severity":"normal"},{"uid":"1085f7a2e283e37","name":"Overlapping topic subscription","time":{"start":1729034536100,"stop":1729034536100,"duration":0},"status":"passed","severity":"normal"},{"uid":"27c358b0afc19187","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1729034356136,"stop":1729034356137,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ca10c2d1aed40f9","name":"Push message with content topic containing Script","time":{"start":1729034631258,"stop":1729034631259,"duration":1},"status":"passed","severity":"normal"},{"uid":"8967213985d751f4","name":"Subscribe and receive messages via waku relay post","time":{"start":1729034536096,"stop":1729034536097,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b7b6edafa70c782","name":"should reject on timeout if it was set","time":{"start":1729034373010,"stop":1729034373011,"duration":1},"status":"passed","severity":"normal"},{"uid":"1455f51200433924","name":"unsubscribes","time":{"start":1729034701153,"stop":1729034701153,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5d306bd1a1b5a1","name":"Check message with no content topic is not received","time":{"start":1729034611685,"stop":1729034611685,"duration":0},"status":"passed","severity":"normal"},{"uid":"789e6da66bec244e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472965,"stop":1729034472967,"duration":2},"status":"passed","severity":"normal"},{"uid":"483848b214d5498","name":"Round trip binary serialization","time":{"start":1729034348760,"stop":1729034348760,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d0e5212b4e21b84","name":"Check message received after nwaku node is restarted","time":{"start":1729034611689,"stop":1729034611689,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3df0bf90631ed451","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1729034704490,"stop":1729034704490,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd372790e44fb7c6","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1729034472987,"stop":1729034472988,"duration":1},"status":"passed","severity":"normal"},{"uid":"67ea13630f8f72c8","name":"Waku message hash computation (payload length 0)","time":{"start":1729034335333,"stop":1729034335333,"duration":0},"status":"passed","severity":"normal"},{"uid":"c96f2bdb7ca5709","name":"Subscribe to topic containing special chars and receive message","time":{"start":1729034536102,"stop":1729034536102,"duration":0},"status":"passed","severity":"normal"},{"uid":"8eae8537ba9e3396","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1729034332627,"stop":1729034332627,"duration":0},"status":"passed","severity":"normal"},{"uid":"91dce4b3244ed33e","name":"Check meta is set [ecies]","time":{"start":1729034368072,"stop":1729034368072,"duration":0},"status":"passed","severity":"normal"},{"uid":"d740f32dcac14125","name":"Ping fails for unsubscribed peers","time":{"start":1729034470387,"stop":1729034470387,"duration":0},"status":"passed","severity":"normal"},{"uid":"a08529c44ce63c7d","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1729034462527,"stop":1729034462533,"duration":6},"status":"passed","severity":"normal"},{"uid":"1a9f93dd3ceb3b70","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1729034472988,"stop":1729034472989,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ef49cacd1c822a4","name":"Fails to push message with empty content topic","time":{"start":1729034617766,"stop":1729034617767,"duration":1},"status":"passed","severity":"normal"},{"uid":"91356f741e5bfcc4","name":"Check received message containing emoji","time":{"start":1729034611657,"stop":1729034611657,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd8dba9117c564f4","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1729034626853,"stop":1729034626853,"duration":0},"status":"passed","severity":"normal"},{"uid":"bef10b5b6b7b2649","name":"Generator, 2 different pubsubtopics","time":{"start":1729034694621,"stop":1729034694622,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f8388ee864d26b0","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1729034682679,"stop":1729034682680,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d58d0e7e5af52a0","name":"Query Generator, Multiple PubsubTopics","time":{"start":1729034682671,"stop":1729034682671,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9a2c62e6964c69f","name":"Check publish message after service node is restarted","time":{"start":1729034636323,"stop":1729034636323,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4b5ec194e8af59fe","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1729034332646,"stop":1729034332646,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bc99c8cd70ca7dd","name":"should not receive a peer event before start","time":{"start":1729034408864,"stop":1729034408870,"duration":6},"status":"passed","severity":"normal"},{"uid":"48a5d67397949fdb","name":"Push message with content topic containing emoji","time":{"start":1729034617766,"stop":1729034617766,"duration":0},"status":"passed","severity":"normal"},{"uid":"b563f276c5743170","name":"Ping on peer without subscriptions","time":{"start":1729034435415,"stop":1729034435416,"duration":1},"status":"passed","severity":"normal"},{"uid":"6eb6ded9d9cc33cf","name":"Push message with emoji payload","time":{"start":1729034631252,"stop":1729034631253,"duration":1},"status":"passed","severity":"normal"},{"uid":"8baff3b4e5a5fe3b","name":"Ordered callback, aborts when callback returns true","time":{"start":1729034696866,"stop":1729034696866,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb93ce90475f79c0","name":"Subscribe to topic containing special chars and receive message","time":{"start":1729034704504,"stop":1729034704504,"duration":0},"status":"passed","severity":"normal"},{"uid":"43622ec04811649b","name":"Check received message containing emoji","time":{"start":1729034611682,"stop":1729034611682,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d8b428c8cf80e5f","name":"Add multiple subscription objects on single nwaku node","time":{"start":1729034704510,"stop":1729034704510,"duration":0},"status":"passed","severity":"normal"},{"uid":"beb6ed369ca6e6b","name":"should not fail to start the service if it is already started","time":{"start":1729034408864,"stop":1729034408864,"duration":0},"status":"passed","severity":"normal"},{"uid":"c98b0d4ea42fd846","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1729034332624,"stop":1729034332624,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f7501bb8e0b58d7","name":"Decoder throws on empty string content topic","time":{"start":1729034348762,"stop":1729034348762,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9f6837555407217","name":"should not fail to stop the service if it was not started","time":{"start":1729034408863,"stop":1729034408863,"duration":0},"status":"passed","severity":"normal"},{"uid":"af9cc0dab29c8331","name":"should not receive a peer event after stop","time":{"start":1729034408871,"stop":1729034408872,"duration":1},"status":"passed","severity":"normal"},{"uid":"87d341385a21bbcf","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1729034472950,"stop":1729034472951,"duration":1},"status":"passed","severity":"normal"},{"uid":"eaf84a5c88c17d58","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1729034536785,"stop":1729034536786,"duration":1},"status":"passed","severity":"normal"},{"uid":"16ce65e6de88e475","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1729034472982,"stop":1729034472983,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8b6f65cbb84cffb","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1729034392568,"stop":1729034392569,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e3f93f857a3c773","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1729034340757,"stop":1729034340757,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0ddc5e12eb54512","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1729034704506,"stop":1729034704506,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c1226e4013558b7","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1729034682672,"stop":1729034682672,"duration":0},"status":"passed","severity":"normal"},{"uid":"d12feffc00f0ad73","name":"isConnected between 2 js-waku relay nodes","time":{"start":1729034424277,"stop":1729034424277,"duration":0},"status":"passed","severity":"normal"},{"uid":"467d85a813e83a2c","name":"Ping on peer without subscriptions","time":{"start":1729034435410,"stop":1729034435411,"duration":1},"status":"passed","severity":"normal"},{"uid":"3176cea69f1a259c","name":"Push message with content topic containing Arabic","time":{"start":1729034617761,"stop":1729034617762,"duration":1},"status":"passed","severity":"normal"},{"uid":"2eb589a2a97fc453","name":"connects to nwaku","time":{"start":1729034728789,"stop":1729034728789,"duration":0},"status":"passed","severity":"normal"},{"uid":"55d0ab01ea831a96","name":"Push message with SQL Injection payload","time":{"start":1729034617750,"stop":1729034617751,"duration":1},"status":"passed","severity":"normal"},{"uid":"593823e34cb8014e","name":"Subscribe and receives messages on 20 topics","time":{"start":1729034704491,"stop":1729034704491,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd22a1a626b63237","name":"Push message with content topic containing unicode special characters","time":{"start":1729034631261,"stop":1729034631261,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f58931c99a797a0","name":"Subscribe to topic containing emoji and receive message","time":{"start":1729034704498,"stop":1729034704498,"duration":0},"status":"passed","severity":"normal"},{"uid":"521aa51615689c2f","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1729034704504,"stop":1729034704505,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1eb09825a3eeeed","name":"Push to array if already present","time":{"start":1729034332495,"stop":1729034332497,"duration":2},"status":"passed","severity":"normal"},{"uid":"ded1c6c03e390676","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1729034355553,"stop":1729034355553,"duration":0},"status":"passed","severity":"normal"},{"uid":"be4df633c1f83db9","name":"Push message with XML payload","time":{"start":1729034617752,"stop":1729034617752,"duration":0},"status":"passed","severity":"normal"},{"uid":"439e60e83ba2c9bc","name":"Push message with content topic containing Russian","time":{"start":1729034617762,"stop":1729034617762,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad96767a12c5b704","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1729034472976,"stop":1729034472976,"duration":0},"status":"passed","severity":"normal"},{"uid":"adfd54d4af022a21","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1729034332648,"stop":1729034332648,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6b9650aa49d1c9b","name":"should properly compute the node id","time":{"start":1729034341402,"stop":1729034341403,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7f5963c9a77582","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1729034665579,"stop":1729034665580,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c63ea6bf0dc1762","name":"Subscribe to topic containing emoji and receive message","time":{"start":1729034536111,"stop":1729034536111,"duration":0},"status":"passed","severity":"normal"},{"uid":"1728d8560b60ce61","name":"Check message on other pubsub topic is not received","time":{"start":1729034506802,"stop":1729034506802,"duration":0},"status":"passed","severity":"normal"},{"uid":"499d87fee9e7e901","name":"Push message with rate limit","time":{"start":1729034631263,"stop":1729034631263,"duration":0},"status":"passed","severity":"normal"},{"uid":"e14e981f7a099ba1","name":"should set field with only STORE enabled","time":{"start":1729034341411,"stop":1729034341411,"duration":0},"status":"passed","severity":"normal"},{"uid":"918df4e67481cbf3","name":"Query generator for 2000 messages","time":{"start":1729034696867,"stop":1729034696867,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ba91784e91123e5","name":"LightPush: 2 peers, Filter: 2 peers","time":{"start":1729034473216,"stop":1729034473217,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b1b5820b096a38ea","name":"Subscribe and receive messages via lightPush","time":{"start":1729034704489,"stop":1729034704489,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dfb4df3f42cab4b","name":"Check received message containing escaped characters","time":{"start":1729034611681,"stop":1729034611681,"duration":0},"status":"passed","severity":"normal"},{"uid":"3adc90b86effd2ab","name":"random static sharding 8 - Cluster ID: 160, Shard ID: 792","time":{"start":1729034668608,"stop":1729034668608,"duration":0},"status":"passed","severity":"normal"},{"uid":"3da90664d058291b","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1729034640523,"stop":1729034640524,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9c242039798aa63","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034447617,"stop":1729034447618,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab974c5cc76de033","name":"Push message with custom timestamp: 1729030873747","time":{"start":1729034631264,"stop":1729034631264,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b66158e2538b4fa","name":"Ping on subscribed peer","time":{"start":1729034435409,"stop":1729034435410,"duration":1},"status":"passed","severity":"normal"},{"uid":"bda4167bdab70e0b","name":"should return valid sharding parameters for static sharding","time":{"start":1729034332645,"stop":1729034332646,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6bfca7d3e68f5dd","name":"random static sharding 1 - Cluster ID: 424, Shard ID: 715","time":{"start":1729034668591,"stop":1729034668595,"duration":4},"status":"passed","severity":"normal"},{"uid":"1be2887f445306db","name":"Subscribe and receive messages via lightPush","time":{"start":1729034536094,"stop":1729034536095,"duration":1},"status":"passed","severity":"normal"},{"uid":"32e07d130a3136f6","name":"should not receive a peer event before start","time":{"start":1729034360436,"stop":1729034360436,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f5f51995697dbf1","name":"Query generator for multiple messages with multiple decoders","time":{"start":1729034696863,"stop":1729034696864,"duration":1},"status":"passed","severity":"normal"},{"uid":"5cc5afb8a752a4bd","name":"should not fail to stop the service if it was not started","time":{"start":1729034360434,"stop":1729034360435,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b506127ae3e5abc","name":"Subscribe and receive messages via waku relay post","time":{"start":1729034704490,"stop":1729034704490,"duration":0},"status":"passed","severity":"normal"},{"uid":"8aaa53a90492c0b","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1729034332620,"stop":1729034332621,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f61f57c4ade81eb","name":"Check publish message containing XML","time":{"start":1729034636311,"stop":1729034636311,"duration":0},"status":"passed","severity":"normal"},{"uid":"1572dffa4221e494","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1729034332638,"stop":1729034332639,"duration":1},"status":"passed","severity":"normal"},{"uid":"6715c2aca82e2fd3","name":"more peers than existing","time":{"start":1729034612084,"stop":1729034612085,"duration":1},"status":"skipped","severity":"normal"},{"uid":"1330101adb05030a","name":"Overlapping topic subscription","time":{"start":1729034704502,"stop":1729034704503,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d91a60708622921","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1729034332613,"stop":1729034332614,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbb1f0c21ff8ae78","name":"should throw an error for missing required configuration","time":{"start":1729034332629,"stop":1729034332630,"duration":1},"status":"passed","severity":"normal"},{"uid":"58979c1ce32463b8","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1729034704490,"stop":1729034704491,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7cfc384313eac3a","name":"Push message with shell command payload","time":{"start":1729034617754,"stop":1729034617754,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae4a0423f59e61bf","name":"should emit a peer event after start","time":{"start":1729034408864,"stop":1729034408864,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0b3a46ff254ec95","name":"Subscribe to topic containing emoji and publish message","time":{"start":1729034640528,"stop":1729034640528,"duration":0},"status":"passed","severity":"normal"},{"uid":"9278b868f44b78d","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1729034640528,"stop":1729034640528,"duration":0},"status":"passed","severity":"normal"},{"uid":"d67d53e3c7dd22ed","name":"Push 30 different messages","time":{"start":1729034617757,"stop":1729034617758,"duration":1},"status":"passed","severity":"normal"},{"uid":"74d64e06fe676770","name":"LightPush with 0 connections","time":{"start":1729034473400,"stop":1729034473401,"duration":1},"status":"skipped","severity":"normal"},{"uid":"afa03da0b8d1bd9f","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1729034332638,"stop":1729034332638,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe891374687425ea","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1729034332626,"stop":1729034332626,"duration":0},"status":"passed","severity":"normal"},{"uid":"b00ce4fddc8a2c4","name":"Filter with 3 connections","time":{"start":1729034473408,"stop":1729034473408,"duration":0},"status":"skipped","severity":"normal"},{"uid":"aadb8ef84c3b243c","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034447616,"stop":1729034447616,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9ede440945eef98","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1729034536776,"stop":1729034536784,"duration":8},"status":"passed","severity":"normal"},{"uid":"78b11314d8bdfcda","name":"Push message with custom timestamp: 1729038107155","time":{"start":1729034617771,"stop":1729034617776,"duration":5},"status":"passed","severity":"normal"},{"uid":"beaf76cd9f000aa8","name":"Publish message with custom timestamp: Wed Oct 25 2023 23:23:47 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034636315,"stop":1729034636315,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cea474dab07d011","name":"Renews subscription after lossing a connection","time":{"start":1729034704498,"stop":1729034704499,"duration":1},"status":"passed","severity":"normal"},{"uid":"7be23513471effc1","name":"Query with Promise Callback, No Decoder","time":{"start":1729034682680,"stop":1729034682681,"duration":1},"status":"passed","severity":"normal"},{"uid":"2710b7083cf92f29","name":"Relay - dialed first","time":{"start":1729034713699,"stop":1729034713700,"duration":1},"status":"passed","severity":"normal"},{"uid":"40cfd57b429d9bca","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1729034399692,"stop":1729034399693,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c38576857808b44","name":"Push message with SQL Injection payload","time":{"start":1729034631249,"stop":1729034631249,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ab0b99b6e7859a4","name":"can start the service","time":{"start":1729034408862,"stop":1729034408863,"duration":1},"status":"passed","severity":"normal"},{"uid":"9949b595db724e1a","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1729034332619,"stop":1729034332619,"duration":0},"status":"passed","severity":"normal"},{"uid":"6050c6b66170196d","name":"does not throw on valid cases","time":{"start":1729034332606,"stop":1729034332607,"duration":1},"status":"passed","severity":"normal"},{"uid":"1af1a5852b2967c2","name":"Ping on peer without subscriptions","time":{"start":1729034435019,"stop":1729034435019,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cd6c592c309e041","name":"Fails to push message bigger that 1MB","time":{"start":1729034631266,"stop":1729034631266,"duration":0},"status":"passed","severity":"normal"},{"uid":"68cf8b5cf6a22f04","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1729034781180,"stop":1729034781180,"duration":0},"status":"passed","severity":"normal"},{"uid":"638f5f4b926daeae","name":"Push message with custom timestamp: 1698276107155","time":{"start":1729034617769,"stop":1729034617771,"duration":2},"status":"passed","severity":"normal"},{"uid":"a4846dce26d31087","name":"Push message with content topic containing Basic HTML tag","time":{"start":1729034617764,"stop":1729034617764,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1bf23a7f3c6226b","name":"throws on content topic with too few or too many fields","time":{"start":1729034332607,"stop":1729034332608,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd997a7aa4d94a3a","name":"Check received message containing SQL Injection","time":{"start":1729034506788,"stop":1729034506789,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a982b30a3dd6eb8","name":"retrieves a single peer","time":{"start":1729034356472,"stop":1729034356473,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f120f723141b0c","name":"can start the service","time":{"start":1729034360433,"stop":1729034360433,"duration":0},"status":"passed","severity":"normal"},{"uid":"afc5a0243271ff79","name":"Check received message containing Arabic","time":{"start":1729034611652,"stop":1729034611652,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3c643fec7436bca","name":"Check message with no payload is not received","time":{"start":1729034611663,"stop":1729034611663,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b94c75b7b03d018","name":"Check received message containing unicode special characters","time":{"start":1729034611681,"stop":1729034611681,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5f2cbdb34df41bb","name":"non connected peers","time":{"start":1729034612085,"stop":1729034612085,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d0234d5fb341fbbe","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1729034332634,"stop":1729034332634,"duration":0},"status":"passed","severity":"normal"},{"uid":"96d533fab9f3b4cb","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1729034656457,"stop":1729034656459,"duration":2},"status":"passed","severity":"normal"},{"uid":"24423510ebc1db9a","name":"creates an iterator","time":{"start":1729034701148,"stop":1729034701153,"duration":5},"status":"passed","severity":"normal"},{"uid":"1d0b18e11371f15e","name":"should return the pubsub topic directly if a string is provided","time":{"start":1729034332643,"stop":1729034332643,"duration":0},"status":"passed","severity":"normal"},{"uid":"96643571910d1547","name":"Fails to publish duplicate message","time":{"start":1729034636316,"stop":1729034636316,"duration":0},"status":"passed","severity":"normal"},{"uid":"b62cab171eaca4e2","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1729034472949,"stop":1729034472950,"duration":1},"status":"passed","severity":"normal"},{"uid":"3589f827774069b9","name":"Push message with content topic containing unicode special characters","time":{"start":1729034617766,"stop":1729034617766,"duration":0},"status":"passed","severity":"normal"},{"uid":"5aa285164372fecc","name":"Check received message containing Basic HTML tag","time":{"start":1729034506790,"stop":1729034506790,"duration":0},"status":"passed","severity":"normal"},{"uid":"222368b63cff5049","name":"Subscribe to topic containing long and receive message","time":{"start":1729034536101,"stop":1729034536101,"duration":0},"status":"passed","severity":"normal"},{"uid":"2555b0c8cc60e0fb","name":"Decoder throws on empty string content topic","time":{"start":1729034368073,"stop":1729034368073,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b88858ddb3adab6","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1729034348576,"stop":1729034348577,"duration":1},"status":"passed","severity":"normal"},{"uid":"48a5680f862134b9","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1729034640512,"stop":1729034640512,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc7f38ef59d67ab","name":"Push message with content topic containing escaped characters","time":{"start":1729034617765,"stop":1729034617766,"duration":1},"status":"passed","severity":"normal"},{"uid":"af16ad39ac82cb9c","name":"Publish message with rate limit","time":{"start":1729034636324,"stop":1729034636324,"duration":0},"status":"passed","severity":"normal"},{"uid":"311620d3bd5a1c06","name":"Check received message with timestamp: 1649153314 ","time":{"start":1729034611658,"stop":1729034611659,"duration":1},"status":"passed","severity":"normal"},{"uid":"56e7a4b6bc960104","name":"Reopen subscription with peer with lost subscription","time":{"start":1729034435420,"stop":1729034435421,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7c9e92daf000863","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1729034332641,"stop":1729034332641,"duration":0},"status":"passed","severity":"normal"},{"uid":"d542d150995e90e3","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app63/7/topic981/utf8","time":{"start":1729034656464,"stop":1729034656464,"duration":0},"status":"passed","severity":"normal"},{"uid":"b90eca0627f189b5","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1729034332640,"stop":1729034332640,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d2ec3641277d2c3","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1729034536786,"stop":1729034536789,"duration":3},"status":"passed","severity":"normal"},{"uid":"e5ffcdc495289511","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1729034356140,"stop":1729034356140,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4e6c39fa36ecf9e","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1729034640512,"stop":1729034640512,"duration":0},"status":"passed","severity":"normal"},{"uid":"74c745596f3cde87","name":"Check received message containing Arabic","time":{"start":1729034611677,"stop":1729034611677,"duration":0},"status":"passed","severity":"normal"},{"uid":"abbaef7dcc95d585","name":"Decoder throws on empty string content topic","time":{"start":1729034366400,"stop":1729034366400,"duration":0},"status":"passed","severity":"normal"},{"uid":"7179edc53bf6f2ea","name":"should wait for Filter peer to be connected","time":{"start":1729034373011,"stop":1729034373012,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bdbd29f6ec1c706","name":"Subscribe and publish message","time":{"start":1729034640509,"stop":1729034640511,"duration":2},"status":"passed","severity":"normal"},{"uid":"58454c45877a86f3","name":"Check message with non string payload is not received","time":{"start":1729034611685,"stop":1729034611687,"duration":2},"status":"passed","severity":"normal"},{"uid":"ae36504ee291e6c1","name":"Register correct protocols","time":{"start":1729034640505,"stop":1729034640505,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4a53638cd88e858","name":"should use the provided clusterId for the pubsub topic","time":{"start":1729034332648,"stop":1729034332649,"duration":1},"status":"passed","severity":"normal"},{"uid":"1085b06ecf9a991f","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app31/9/topic522/json","time":{"start":1729034656466,"stop":1729034656466,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfa69bc45f1c4cc4","name":"Check message with no payload is not received","time":{"start":1729034611685,"stop":1729034611685,"duration":0},"status":"passed","severity":"normal"},{"uid":"bee450e95d9603b7","name":"should correctly map a content topic to a pubsub topic","time":{"start":1729034332648,"stop":1729034332648,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed7a50b7047cbb03","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1729034704491,"stop":1729034704491,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fdb644cff587711","name":"should reject if LightPush is requested but not mounted","time":{"start":1729034373009,"stop":1729034373009,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a0ff36e7d1e3863","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1729034682672,"stop":1729034682673,"duration":1},"status":"passed","severity":"normal"},{"uid":"489f8b4479bd8b16","name":"LightPush","time":{"start":1729034713701,"stop":1729034713701,"duration":0},"status":"passed","severity":"normal"},{"uid":"964c9d2dc9a92620","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1729034640511,"stop":1729034640511,"duration":0},"status":"passed","severity":"normal"},{"uid":"72d15ae16fba82c0","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034447631,"stop":1729034447632,"duration":1},"status":"passed","severity":"normal"},{"uid":"55eb1e542d22be6d","name":"Fails to push message with empty content topic","time":{"start":1729034631261,"stop":1729034631262,"duration":1},"status":"passed","severity":"normal"},{"uid":"290642b436c9d9f9","name":"Push message with Arabic payload","time":{"start":1729034617749,"stop":1729034617750,"duration":1},"status":"passed","severity":"normal"},{"uid":"f14b1569f0427e13","name":"should add a peer","time":{"start":1729034373025,"stop":1729034373026,"duration":1},"status":"passed","severity":"normal"},{"uid":"adfab47939546db","name":"should be able to decode the field with only FILTER set to true","time":{"start":1729034340755,"stop":1729034340755,"duration":0},"status":"passed","severity":"normal"},{"uid":"6aacfd955ad0f1ef","name":"should emit a peer event after start","time":{"start":1729034360435,"stop":1729034360435,"duration":0},"status":"passed","severity":"normal"},{"uid":"2674d9522b3ddaaf","name":"Check received message containing Russian","time":{"start":1729034611678,"stop":1729034611678,"duration":0},"status":"passed","severity":"normal"},{"uid":"f52a405e4780b05d","name":"can start and stop the service","time":{"start":1729034360434,"stop":1729034360434,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dc0616910d8b10d","name":"stop","time":{"start":1729034432452,"stop":1729034432452,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd63d8656417eb39","name":"Push message with JSON payload","time":{"start":1729034631251,"stop":1729034631251,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4d1e5c35e87bcf9","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app98/6/topic677/proto","time":{"start":1729034656464,"stop":1729034656464,"duration":0},"status":"passed","severity":"normal"},{"uid":"59e31a31dd73780f","name":"Check received message containing JSON","time":{"start":1729034506790,"stop":1729034506790,"duration":0},"status":"passed","severity":"normal"},{"uid":"228d9d52124a6364","name":"Push message with shell command payload","time":{"start":1729034631251,"stop":1729034631251,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f557f872e4146ff","name":"ignores domain fetching errors","time":{"start":1729034356474,"stop":1729034356474,"duration":0},"status":"passed","severity":"normal"},{"uid":"c80acfa1349559dc","name":"Check received message containing XML","time":{"start":1729034611679,"stop":1729034611679,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ba750cc30ea19f2","name":"Push message with custom timestamp: 1729038073747","time":{"start":1729034631264,"stop":1729034631264,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ddf6cab75d4e5f9","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1729034332645,"stop":1729034332645,"duration":0},"status":"passed","severity":"normal"},{"uid":"30cee6ee211eaa85","name":"Encoder throws on undefined content topic","time":{"start":1729034366399,"stop":1729034366399,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea38c2b83b31ba66","name":"Check received message with timestamp: 1729034391505 ","time":{"start":1729034506794,"stop":1729034506797,"duration":3},"status":"passed","severity":"normal"},{"uid":"95a1d847131a899a","name":"Check publish message containing SQL Injection","time":{"start":1729034636310,"stop":1729034636311,"duration":1},"status":"passed","severity":"normal"},{"uid":"7bae492ebd813f04","name":"LightPush: 1 peers, Filter: 0 peers","time":{"start":1729034473212,"stop":1729034473212,"duration":0},"status":"skipped","severity":"normal"},{"uid":"cf0a6c9a18645016","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1729034704501,"stop":1729034704501,"duration":0},"status":"passed","severity":"normal"},{"uid":"79fb694d1d3a0337","name":"Meta field set when metaSetter is specified","time":{"start":1729034348761,"stop":1729034348761,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c451697f1c54e41","name":"Relay - times out","time":{"start":1729034713700,"stop":1729034713700,"duration":0},"status":"passed","severity":"normal"},{"uid":"62f6babe0630c7d2","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1729034462533,"stop":1729034462533,"duration":0},"status":"passed","severity":"normal"},{"uid":"61377fabd5c9e298","name":"Check message received after nwaku node is restarted","time":{"start":1729034506805,"stop":1729034506805,"duration":0},"status":"skipped","severity":"normal"},{"uid":"dd5d48291f2b50cf","name":"random static sharding 4 - Cluster ID: 711, Shard ID: 923","time":{"start":1729034668596,"stop":1729034668597,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd3e8186ba2979da","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1729034665576,"stop":1729034665577,"duration":1},"status":"passed","severity":"normal"},{"uid":"f98b13feb6582a0b","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1729034693196,"stop":1729034693196,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f02dd1a99d02f9a","name":"Fails to publish message with empty text","time":{"start":1729034636316,"stop":1729034636319,"duration":3},"status":"passed","severity":"normal"},{"uid":"ce26fedc0b47d800","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1729034332622,"stop":1729034332623,"duration":1},"status":"passed","severity":"normal"},{"uid":"cee0ffb13c170630","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1729034366396,"stop":1729034366397,"duration":1},"status":"passed","severity":"normal"},{"uid":"87907699cad4a671","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1729034781181,"stop":1729034781181,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f76ef8f93a93d24","name":"new peer added after a peer was already found","time":{"start":1729034645145,"stop":1729034645145,"duration":0},"status":"skipped","severity":"normal"},{"uid":"deabd736f4fa496d","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1729034708552,"stop":1729034708552,"duration":0},"status":"passed","severity":"normal"},{"uid":"99dd023481b6e3cd","name":"should properly create location multiaddrs - tcp6","time":{"start":1729034341409,"stop":1729034341409,"duration":0},"status":"passed","severity":"normal"},{"uid":"7abb81715377b784","name":"Nodes with multiple pubsub topic","time":{"start":1729034626852,"stop":1729034626853,"duration":1},"status":"passed","severity":"normal"},{"uid":"349f2c8d69db6128","name":"Push message with content topic containing escaped characters","time":{"start":1729034631260,"stop":1729034631261,"duration":1},"status":"passed","severity":"normal"},{"uid":"e745e6a6d91bcb6a","name":"Filter","time":{"start":1729034713702,"stop":1729034713702,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb7f69f368614efa","name":"A test","time":{"start":1729034537008,"stop":1729034537008,"duration":0},"status":"passed","severity":"normal"},{"uid":"1baeb8a9bcde869d","name":"Passing page size 19 when there are 20 messages","time":{"start":1729034703311,"stop":1729034703311,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd506bcf59de98bd","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1729034536111,"stop":1729034536112,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd2c5cff43bba63a","name":"Subscribe to topic containing short and receive message","time":{"start":1729034704492,"stop":1729034704492,"duration":0},"status":"passed","severity":"normal"},{"uid":"38833d62a5170431","name":"can start the service","time":{"start":1729034655441,"stop":1729034655442,"duration":1},"status":"passed","severity":"normal"},{"uid":"a451b8b426ef7bdd","name":"Push message with escaped characters payload","time":{"start":1729034617755,"stop":1729034617756,"duration":1},"status":"passed","severity":"normal"},{"uid":"464cb3bc27e979b1","name":"Check received message containing shell command","time":{"start":1729034506791,"stop":1729034506792,"duration":1},"status":"passed","severity":"normal"},{"uid":"f93a9b54b36bd5f7","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app35/4/topic967/json","time":{"start":1729034656465,"stop":1729034656465,"duration":0},"status":"passed","severity":"normal"},{"uid":"1887e29b4827c114","name":"should use DNS peer discovery with light client","time":{"start":1729034408874,"stop":1729034408874,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9e17baf779cd345d","name":"throws on content topic with empty version field","time":{"start":1729034332610,"stop":1729034332611,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ef42633973d885f","name":"Push message with content topic containing JSON","time":{"start":1729034617765,"stop":1729034617765,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d67a4c3b211f2a5","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1729034472950,"stop":1729034472950,"duration":0},"status":"passed","severity":"normal"},{"uid":"cade5c3bde5bedc8","name":"should properly create location multiaddrs - tcp","time":{"start":1729034341409,"stop":1729034341409,"duration":0},"status":"passed","severity":"normal"},{"uid":"a161e6cd52c9f67c","name":"safeDispatchEvent","time":{"start":1729034432451,"stop":1729034432452,"duration":1},"status":"passed","severity":"normal"},{"uid":"8be48fb9c292c553","name":"Reusing cursor across nodes","time":{"start":1729034665584,"stop":1729034665584,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac74e4d08e2fae6b","name":"Check publish message containing long","time":{"start":1729034636307,"stop":1729034636308,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac59a6ada4a9bd56","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034565833,"stop":1729034565833,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ca64583ca5a4ce6","name":"should return false","time":{"start":1729034341402,"stop":1729034341402,"duration":0},"status":"passed","severity":"normal"},{"uid":"aca9bb4949a0ed5d","name":"Push message on custom pubsubTopic","time":{"start":1729034565827,"stop":1729034565827,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4d8aae0c7aa9a54","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1729034332614,"stop":1729034332614,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3c836e9a04e13f3","name":"Generator, custom pubsub topic","time":{"start":1729034694624,"stop":1729034694624,"duration":0},"status":"passed","severity":"normal"},{"uid":"75d5f3c3b7112d47","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1729034399693,"stop":1729034399696,"duration":3},"status":"passed","severity":"normal"},{"uid":"523c4b4fab001cc6","name":"random static sharding 10 - Cluster ID: 416, Shard ID: 591","time":{"start":1729034668609,"stop":1729034668609,"duration":0},"status":"passed","severity":"normal"},{"uid":"5872bd9ccdd1e627","name":"Subscribe to topic containing Script and publish message","time":{"start":1729034640525,"stop":1729034640525,"duration":0},"status":"passed","severity":"normal"},{"uid":"51484d7476755550","name":"should not throw an error for a single configured topic","time":{"start":1729034332641,"stop":1729034332641,"duration":0},"status":"passed","severity":"normal"},{"uid":"bacc0f542357dfaf","name":"Relay + Store","time":{"start":1729034341412,"stop":1729034341412,"duration":0},"status":"passed","severity":"normal"},{"uid":"68feb3d40405137e","name":"shard 0","time":{"start":1729034668590,"stop":1729034668590,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f223405ce9539b2","name":"Push message with special chars payload","time":{"start":1729034617748,"stop":1729034617749,"duration":1},"status":"passed","severity":"normal"},{"uid":"d266b047d5314977","name":"Subscribe to topic containing Russian and publish message","time":{"start":1729034640524,"stop":1729034640524,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f2671efc06931d2","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1729034626851,"stop":1729034626851,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dcaf858f2b8e87c","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1729034704502,"stop":1729034704502,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a41cd28960e9fd5","name":"Encoder throws on empty string content topic","time":{"start":1729034366399,"stop":1729034366399,"duration":0},"status":"passed","severity":"normal"},{"uid":"d973b8e129d9a53","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1729034708553,"stop":1729034708553,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e5e8f97a1eec12a","name":"less peers than existing","time":{"start":1729034612085,"stop":1729034612085,"duration":0},"status":"skipped","severity":"normal"},{"uid":"676b537d6ec506","name":"Passing invalid cursor","time":{"start":1729034665584,"stop":1729034665584,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcdc75974837a228","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1729034356139,"stop":1729034356140,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab091b49e20cfcb1","name":"should throw if no connection provided","time":{"start":1729034348412,"stop":1729034348412,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffcc039f5d06f90b","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1729034704494,"stop":1729034704494,"duration":0},"status":"passed","severity":"normal"},{"uid":"be6d5ab926496729","name":"Round trip binary encryption [ecies, signature]","time":{"start":1729034368072,"stop":1729034368072,"duration":0},"status":"passed","severity":"normal"},{"uid":"161c213de485645b","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1729034356477,"stop":1729034356477,"duration":0},"status":"passed","severity":"normal"},{"uid":"84fcf69ea18f9e47","name":"LightPush: 0 peers, Filter: 2 peers","time":{"start":1729034473211,"stop":1729034473211,"duration":0},"status":"skipped","severity":"normal"},{"uid":"667c9d9baade11ba","name":"Push message with rate limit","time":{"start":1729034617768,"stop":1729034617768,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce21200b4f7d9ef2","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1729034665577,"stop":1729034665578,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3aa0423b013d3b3","name":"Check received message containing emoji","time":{"start":1729034506792,"stop":1729034506793,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc467a646eaff336","name":"returns all values when wanted number is greater than available values","time":{"start":1729034355550,"stop":1729034355553,"duration":3},"status":"passed","severity":"normal"},{"uid":"4a5ca6632545b2e1","name":"Check received message containing unicode special characters","time":{"start":1729034506792,"stop":1729034506792,"duration":0},"status":"passed","severity":"normal"},{"uid":"979d0fb73768c04e","name":"Query Generator, Wrong PubsubTopic","time":{"start":1729034682670,"stop":1729034682671,"duration":1},"status":"passed","severity":"normal"},{"uid":"98e4bcb6758633be","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1729034472990,"stop":1729034472990,"duration":0},"status":"passed","severity":"normal"},{"uid":"87afd9333611cdee","name":"Check publish message containing shell command","time":{"start":1729034636312,"stop":1729034636313,"duration":1},"status":"passed","severity":"normal"},{"uid":"f68ff169f5f1eb1b","name":"Push message with content topic containing long","time":{"start":1729034631254,"stop":1729034631255,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecf630c5d9747c14","name":"topics with same application and version share the same shard","time":{"start":1729034332623,"stop":1729034332623,"duration":0},"status":"passed","severity":"normal"},{"uid":"386924099e8ac11b","name":"Push message with unicode special characters payload","time":{"start":1729034617756,"stop":1729034617756,"duration":0},"status":"passed","severity":"normal"},{"uid":"240537d5ac8c5184","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1729034356139,"stop":1729034356139,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7cda2971532c3e1","name":"start node with empty content topic","time":{"start":1729034656474,"stop":1729034656474,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca54dedac563ea7f","name":"Check received message with timestamp: 1729034391567 ","time":{"start":1729034611658,"stop":1729034611658,"duration":0},"status":"passed","severity":"normal"},{"uid":"69fc4672b2c5754d","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1729034704497,"stop":1729034704498,"duration":1},"status":"passed","severity":"normal"},{"uid":"7987935a8b8bde5e","name":"Subscribe to topic containing Russian and receive message","time":{"start":1729034536106,"stop":1729034536106,"duration":0},"status":"passed","severity":"normal"},{"uid":"f85a385da8a6fe11","name":"Check publish message containing unicode special characters","time":{"start":1729034636313,"stop":1729034636314,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ce6876eed00c3e1","name":"Check message with no content topic is not received","time":{"start":1729034506803,"stop":1729034506803,"duration":0},"status":"passed","severity":"normal"},{"uid":"3440c2aecbcb8d8f","name":"Push message with numeric payload","time":{"start":1729034617748,"stop":1729034617748,"duration":0},"status":"passed","severity":"normal"},{"uid":"825ec27836cd2311","name":"Check received message containing Script","time":{"start":1729034611653,"stop":1729034611653,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7ffc934e4954682","name":"Check received message with timestamp: 1649153314 ","time":{"start":1729034506798,"stop":1729034506798,"duration":0},"status":"passed","severity":"normal"},{"uid":"83f6393b90e76f5e","name":"Check publish message containing special chars","time":{"start":1729034636308,"stop":1729034636309,"duration":1},"status":"passed","severity":"normal"},{"uid":"25d5e101fe0d89be","name":"should return false when no peers exist","time":{"start":1729034373028,"stop":1729034373028,"duration":0},"status":"passed","severity":"normal"},{"uid":"2931aeba593f5cd6","name":"Subscribe to topic containing JSON and receive message","time":{"start":1729034704496,"stop":1729034704496,"duration":0},"status":"passed","severity":"normal"},{"uid":"553f32e10ce06954","name":"random static sharding 3 - Cluster ID: 49, Shard ID: 205","time":{"start":1729034668595,"stop":1729034668596,"duration":1},"status":"passed","severity":"normal"},{"uid":"2003724b05fc8a18","name":"different cluster, same shard: nodes don't connect","time":{"start":1729034558120,"stop":1729034558120,"duration":0},"status":"passed","severity":"normal"},{"uid":"807bfab0ab7db6ac","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1729034472932,"stop":1729034472939,"duration":7},"status":"passed","severity":"normal"},{"uid":"6d974d44d7328a7","name":"throws on content topic with generation field greater than 0","time":{"start":1729034332609,"stop":1729034332609,"duration":0},"status":"passed","severity":"normal"},{"uid":"bccfaa303878c43","name":"Check received message containing short","time":{"start":1729034611648,"stop":1729034611649,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bc0535e24491fe9","name":"Accepts a valid Waku Message","time":{"start":1729034376213,"stop":1729034376214,"duration":1},"status":"passed","severity":"normal"},{"uid":"7258e9497d0d3330","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1729034536789,"stop":1729034536789,"duration":0},"status":"passed","severity":"normal"},{"uid":"48c644261a54981b","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1729034332614,"stop":1729034332619,"duration":5},"status":"passed","severity":"normal"},{"uid":"ca92c152990a4899","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1729034332622,"stop":1729034332622,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbdbf4a21ee991f9","name":"Check received message with timestamp: 1729034391567000000 ","time":{"start":1729034611682,"stop":1729034611682,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a25323175c24e55","name":"Push message with custom timestamp: 1698276073747","time":{"start":1729034631263,"stop":1729034631264,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce8156f212ea0716","name":"Check received message containing unicode special characters","time":{"start":1729034611656,"stop":1729034611657,"duration":1},"status":"passed","severity":"normal"},{"uid":"d594a1d08849d2f8","name":"Check message with invalid timestamp is not received","time":{"start":1729034506798,"stop":1729034506802,"duration":4},"status":"passed","severity":"normal"},{"uid":"42ab892b8e5fedd","name":"Decoder throws on undefined content topic","time":{"start":1729034348762,"stop":1729034348762,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8452c2b0e17958e","name":"LightPush: 2 peers, Filter: 0 peers","time":{"start":1729034473215,"stop":1729034473216,"duration":1},"status":"skipped","severity":"normal"},{"uid":"abe515e73077bb82","name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","time":{"start":1729034348414,"stop":1729034348415,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba64f8b4c0861758","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1729034640525,"stop":1729034640525,"duration":0},"status":"passed","severity":"normal"},{"uid":"e35facb0edce9e29","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1729034696865,"stop":1729034696865,"duration":0},"status":"passed","severity":"normal"},{"uid":"592e8445751318e0","name":"Check message with non string payload is not received","time":{"start":1729034506804,"stop":1729034506804,"duration":0},"status":"passed","severity":"normal"},{"uid":"30256a4e4c5e97","name":"Subscribe to topic containing XML and receive message","time":{"start":1729034704495,"stop":1729034704495,"duration":0},"status":"passed","severity":"normal"},{"uid":"5579e22f0d2569d6","name":"LightPush: 0 peers, Filter: 3 peers","time":{"start":1729034473211,"stop":1729034473211,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9aec13f0ea551e1a","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1729034356136,"stop":1729034356136,"duration":0},"status":"passed","severity":"normal"},{"uid":"95b6cd153284d511","name":"Add multiple subscription objects on single nwaku node","time":{"start":1729034704498,"stop":1729034704498,"duration":0},"status":"passed","severity":"normal"},{"uid":"62a92527073f7046","name":"pre and post cipher","time":{"start":1729034366898,"stop":1729034366899,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb48a3969f949ac4","name":"should set field with only RELAY enabled","time":{"start":1729034341410,"stop":1729034341411,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e8e38e8cd525f68","name":"Check received message containing Script","time":{"start":1729034506789,"stop":1729034506789,"duration":0},"status":"passed","severity":"normal"},{"uid":"928016831c0d674f","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1729034366397,"stop":1729034366397,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec08faf26fc2e35b","name":"should properly create location multiaddrs - udp4","time":{"start":1729034341404,"stop":1729034341404,"duration":0},"status":"passed","severity":"normal"},{"uid":"db1862935408402c","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1729034626852,"stop":1729034626852,"duration":0},"status":"passed","severity":"normal"},{"uid":"65fc408483854dc8","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472988,"stop":1729034472988,"duration":0},"status":"passed","severity":"normal"},{"uid":"820dd83ca5cdd11","name":"LightPush: 0 peers, Filter: 0 peers","time":{"start":1729034473210,"stop":1729034473210,"duration":0},"status":"skipped","severity":"normal"},{"uid":"35b30d3739cc9ba","name":"should encode/decode to RLP encoding","time":{"start":1729034341403,"stop":1729034341403,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d0aff9821d8abac","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1729034472942,"stop":1729034472942,"duration":0},"status":"passed","severity":"normal"},{"uid":"eba6858557c76f7e","name":"should remove the specified number of excess peers","time":{"start":1729034373028,"stop":1729034373029,"duration":1},"status":"passed","severity":"normal"},{"uid":"4598952150450906","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1729034536107,"stop":1729034536107,"duration":0},"status":"passed","severity":"normal"},{"uid":"c52ba4f3e46ea8ed","name":"Check received message containing XML","time":{"start":1729034506789,"stop":1729034506789,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3a94c3ffbfa97ee","name":"addEventListener with correct event","time":{"start":1729034432447,"stop":1729034432448,"duration":1},"status":"passed","severity":"normal"},{"uid":"208fcfc79a2e9c58","name":"Push message with content topic containing Chinese","time":{"start":1729034631257,"stop":1729034631257,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfba8a063b17beef","name":"throws on content topic with non-number generation field","time":{"start":1729034332608,"stop":1729034332608,"duration":0},"status":"passed","severity":"normal"},{"uid":"7013d109f0c0eece","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1729034332630,"stop":1729034332630,"duration":0},"status":"passed","severity":"normal"},{"uid":"788245f22f71fb69","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1729034340752,"stop":1729034340752,"duration":0},"status":"passed","severity":"normal"},{"uid":"835aaf68785cb98d","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034565836,"stop":1729034565837,"duration":1},"status":"passed","severity":"normal"},{"uid":"aaaa2e793219308e","name":"should set field with all protocols disabled","time":{"start":1729034341410,"stop":1729034341410,"duration":0},"status":"passed","severity":"normal"},{"uid":"7998a58084276c14","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1729034472975,"stop":1729034472976,"duration":1},"status":"passed","severity":"normal"},{"uid":"974d279da7bf21fa","name":"it tolerates circular branch references","time":{"start":1729034356473,"stop":1729034356473,"duration":0},"status":"passed","severity":"normal"},{"uid":"8968d4f194e0fa8e","name":"dispatchEvent via connectionManager","time":{"start":1729034432451,"stop":1729034432451,"duration":0},"status":"passed","severity":"normal"},{"uid":"d97d043614eb23de","name":"Subscribe to topic containing numeric and receive message","time":{"start":1729034704493,"stop":1729034704493,"duration":0},"status":"passed","severity":"normal"},{"uid":"283fd429ea82bdea","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472949,"stop":1729034472949,"duration":0},"status":"passed","severity":"normal"},{"uid":"411b009954ba9e61","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1729034332625,"stop":1729034332626,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8291f0e36d88793","name":"LightPush: 3 peers, Filter: 0 peers","time":{"start":1729034473219,"stop":1729034473220,"duration":1},"status":"skipped","severity":"normal"},{"uid":"76d43945d090ec39","name":"Fails to publish message with wrong content topic","time":{"start":1729034636319,"stop":1729034636322,"duration":3},"status":"passed","severity":"normal"},{"uid":"7eb66fe2945f632d","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034447630,"stop":1729034447630,"duration":0},"status":"passed","severity":"normal"},{"uid":"d975851c33c7fb43","name":"isConnected should return true after first peer connects","time":{"start":1729034424273,"stop":1729034424274,"duration":1},"status":"passed","severity":"normal"},{"uid":"444016408bac9bfb","name":"should wait for LightPush peer to be connected","time":{"start":1729034373011,"stop":1729034373011,"duration":0},"status":"passed","severity":"normal"},{"uid":"685f27ede537d18f","name":"should reject if Store is requested but not mounted","time":{"start":1729034373009,"stop":1729034373010,"duration":1},"status":"passed","severity":"normal"},{"uid":"e27fc8a5b4b7580a","name":"removeEventListener with wrong event","time":{"start":1729034432450,"stop":1729034432450,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4abf700cc9a7834","name":"Check publish message containing Chinese","time":{"start":1729034636309,"stop":1729034636309,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d295d5282734411","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1729034462535,"stop":1729034462535,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc47413c8207c857","name":"Subscribe to topic containing XML and publish message","time":{"start":1729034640525,"stop":1729034640526,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ce10eaee5d466ad","name":"Ordered Callback - false","time":{"start":1729034683701,"stop":1729034683701,"duration":0},"status":"passed","severity":"normal"},{"uid":"db90dd34b06f2769","name":"LightPush: 0 peers, Filter: 1 peers","time":{"start":1729034473210,"stop":1729034473211,"duration":1},"status":"skipped","severity":"normal"},{"uid":"7b149e77e4542e72","name":"Push message with content topic containing SQL Injection","time":{"start":1729034617763,"stop":1729034617763,"duration":0},"status":"passed","severity":"normal"},{"uid":"48393a55ce4ee583","name":"1 Store, 2 fetches","time":{"start":1729034356195,"stop":1729034356195,"duration":0},"status":"passed","severity":"normal"},{"uid":"618f4f1e478abaca","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034694622,"stop":1729034694622,"duration":0},"status":"passed","severity":"normal"},{"uid":"f93566403986fa4e","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1729034332633,"stop":1729034332634,"duration":1},"status":"passed","severity":"normal"},{"uid":"bee078d2c7c5da39","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1729034356478,"stop":1729034356478,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6979f145a94f2d77","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1729034472963,"stop":1729034472964,"duration":1},"status":"passed","severity":"normal"},{"uid":"59c58b38ba8fac2d","name":"Check received message containing numeric","time":{"start":1729034506785,"stop":1729034506786,"duration":1},"status":"passed","severity":"normal"},{"uid":"4409be8d5b5f2553","name":"LightPush: 3 peers, Filter: 1 peers","time":{"start":1729034473221,"stop":1729034473222,"duration":1},"status":"skipped","severity":"normal"},{"uid":"906024f47bba2086","name":"Subscribe to topic containing JSON and receive message","time":{"start":1729034704507,"stop":1729034704508,"duration":1},"status":"passed","severity":"normal"},{"uid":"a121a42d1ef23cbf","name":"should be online or offline if network state changed","time":{"start":1729034392570,"stop":1729034392571,"duration":1},"status":"passed","severity":"normal"},{"uid":"d79e82dba149d984","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1729034335332,"stop":1729034335332,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef836391f33f5693","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1729034708551,"stop":1729034708551,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2b1d62226f98e53","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1729034645145,"stop":1729034645146,"duration":1},"status":"skipped","severity":"normal"},{"uid":"3eb8705ee6f09d2","name":"should load peers from local storage and dispatch events","time":{"start":1729034360437,"stop":1729034360437,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f3499efa0df51f7","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1729034640524,"stop":1729034640524,"duration":0},"status":"passed","severity":"normal"},{"uid":"efe1a1a605f09758","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034636314,"stop":1729034636315,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ed746fd979f7cf2","name":"connected peers and dial","time":{"start":1729034612084,"stop":1729034612084,"duration":0},"status":"skipped","severity":"normal"},{"uid":"823a58dfc627b34d","name":"Encoder throws on undefined content topic","time":{"start":1729034368072,"stop":1729034368073,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1b0bf4349119acf","name":"Add multiple subscription objects on single nwaku node","time":{"start":1729034536111,"stop":1729034536111,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccc4d5fd2c587f44","name":"Generator, custom pubsub topic","time":{"start":1729034694621,"stop":1729034694621,"duration":0},"status":"passed","severity":"normal"},{"uid":"25a5150b6510d5b4","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1729034693197,"stop":1729034693198,"duration":1},"status":"passed","severity":"normal"},{"uid":"12a7c677fe12ea60","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1729034348763,"stop":1729034348763,"duration":0},"status":"passed","severity":"normal"},{"uid":"6334ff280e9d178a","name":"should be called at least once on all `peer:discovery` events","time":{"start":1729034399690,"stop":1729034399690,"duration":0},"status":"passed","severity":"normal"},{"uid":"e900e131588c3ff0","name":"Should update multiaddrs","time":{"start":1729034566434,"stop":1729034566435,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a2bbf7b9c6e9951","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1729034506798,"stop":1729034506798,"duration":0},"status":"passed","severity":"normal"},{"uid":"257791978f2f4e4","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1729034704489,"stop":1729034704489,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bac7ef54850b90d","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app7/4/topic303/json","time":{"start":1729034656466,"stop":1729034656467,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef7282f966873272","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034565830,"stop":1729034565831,"duration":1},"status":"passed","severity":"normal"},{"uid":"3497feed0eab5e4b","name":"should reject if WakuNode is not started","time":{"start":1729034373008,"stop":1729034373009,"duration":1},"status":"passed","severity":"normal"},{"uid":"94b38833d592def9","name":"Push 30 different messages","time":{"start":1729034631253,"stop":1729034631253,"duration":0},"status":"passed","severity":"normal"},{"uid":"3889080da7fdfe23","name":"Ping on unsubscribed peer","time":{"start":1729034435411,"stop":1729034435412,"duration":1},"status":"passed","severity":"normal"},{"uid":"4337081fa7adedf0","name":"should not add existing peers","time":{"start":1729034373029,"stop":1729034373030,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb71a4057632094e","name":"Generator, 2 different pubsubtopics","time":{"start":1729034694623,"stop":1729034694623,"duration":0},"status":"passed","severity":"normal"},{"uid":"81a6a9e7fee63520","name":"Push message with meta","time":{"start":1729034631262,"stop":1729034631262,"duration":0},"status":"passed","severity":"normal"},{"uid":"7549829b2c944fad","name":"Check received message containing special chars","time":{"start":1729034611651,"stop":1729034611651,"duration":0},"status":"passed","severity":"normal"},{"uid":"edec426c36ee4379","name":"should throw an error if shards are undefined for static sharding","time":{"start":1729034332629,"stop":1729034332629,"duration":0},"status":"passed","severity":"normal"},{"uid":"72e663472e47592d","name":"should not fail to stop the service if it was not started","time":{"start":1729034655442,"stop":1729034655443,"duration":1},"status":"passed","severity":"normal"},{"uid":"94dcab125684b26","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1729034332626,"stop":1729034332627,"duration":1},"status":"passed","severity":"normal"},{"uid":"2196992d36043067","name":"should throw an error for empty SingleShardInfos array","time":{"start":1729034332626,"stop":1729034332626,"duration":0},"status":"passed","severity":"normal"},{"uid":"58dce2320ab7a30b","name":"groups content topics by expected pubsub topic","time":{"start":1729034332623,"stop":1729034332624,"duration":1},"status":"passed","severity":"normal"},{"uid":"5210eeee413c1fd9","name":"Subscribe and receive messages via lightPush","time":{"start":1729034704499,"stop":1729034704499,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a2ea1d78d2d310","name":"Subscribe to topic containing short and publish message","time":{"start":1729034640517,"stop":1729034640520,"duration":3},"status":"passed","severity":"normal"},{"uid":"5f804ec9fceb9a37","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1729034611683,"stop":1729034611684,"duration":1},"status":"passed","severity":"normal"},{"uid":"255369d931d00ef5","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1729034781179,"stop":1729034781180,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2d3513f3eecbda9","name":"start node with empty shard should fail","time":{"start":1729034668612,"stop":1729034668612,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed79a3fadf626b08","name":"Check received message containing escaped characters","time":{"start":1729034611656,"stop":1729034611656,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6954a5f854c88b3","name":"should select older connection if present","time":{"start":1729034348297,"stop":1729034348298,"duration":1},"status":"passed","severity":"normal"},{"uid":"da4540b57c86889d","name":"LightPush with 2 connections","time":{"start":1729034473407,"stop":1729034473407,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fa9d46ab43205d85","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1729034332644,"stop":1729034332644,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e03921c87fe4eb6","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1729034536096,"stop":1729034536096,"duration":0},"status":"passed","severity":"normal"},{"uid":"66bc4e892128ac51","name":"should throw error - no id","time":{"start":1729034341400,"stop":1729034341400,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8838bd49ca9a2f7","name":"should log when no additional peers are found","time":{"start":1729034373030,"stop":1729034373030,"duration":0},"status":"passed","severity":"normal"},{"uid":"78f1e29b3bc31ca6","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1729034392564,"stop":1729034392567,"duration":3},"status":"passed","severity":"normal"},{"uid":"d97fe66138014db9","name":"Subscribe to topic containing Russian and receive message","time":{"start":1729034704494,"stop":1729034704494,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8987fba15980fae","name":"Refresh subscription","time":{"start":1729034640513,"stop":1729034640517,"duration":4},"status":"skipped","severity":"normal"},{"uid":"4e365aa5497d2a28","name":"should send to specified number of peers of used peers","time":{"start":1729034372892,"stop":1729034372892,"duration":0},"status":"passed","severity":"normal"},{"uid":"727d999c67c19883","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1729034332633,"stop":1729034332633,"duration":0},"status":"passed","severity":"normal"},{"uid":"88a4c0eecc6f8edb","name":"Store - dialed after - with timeout","time":{"start":1729034713701,"stop":1729034713701,"duration":0},"status":"passed","severity":"normal"},{"uid":"73fdd047c96a6145","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1729034332628,"stop":1729034332629,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1da78246683e887","name":"Push message with Russian payload","time":{"start":1729034617750,"stop":1729034617750,"duration":0},"status":"passed","severity":"normal"},{"uid":"12e96e38edaf59ae","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1729034447616,"stop":1729034447617,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7c48e847a7f07ad","name":"Ephemeral messages are not stored","time":{"start":1729034398717,"stop":1729034398720,"duration":3},"status":"passed","severity":"normal"},{"uid":"bf0000bb3fc7aebe","name":"Subscribe to topic containing JSON and receive message","time":{"start":1729034536109,"stop":1729034536109,"duration":0},"status":"passed","severity":"normal"},{"uid":"89e0a0ce08dc8c91","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1729034332622,"stop":1729034332622,"duration":0},"status":"passed","severity":"normal"},{"uid":"c869d5e737df4ec0","name":"Renews peer for Filter on peer:disconnect event","time":{"start":1729034470395,"stop":1729034470395,"duration":0},"status":"passed","severity":"normal"},{"uid":"37f2b9731495019b","name":"Check message received after nwaku node is restarted","time":{"start":1729034611664,"stop":1729034611664,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b5090358bf9596b0","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1729034332621,"stop":1729034332621,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7ac0008b40872dc","name":"LightPush with 1 connections","time":{"start":1729034473401,"stop":1729034473406,"duration":5},"status":"skipped","severity":"normal"},{"uid":"f69bd7f77c219118","name":"Check publish message containing Basic HTML tag","time":{"start":1729034636312,"stop":1729034636312,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b417682756934b7","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1729034636322,"stop":1729034636322,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfa155ef4e42d172","name":"should get / set TCP multiaddr","time":{"start":1729034341404,"stop":1729034341404,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff6dd72ebad3868","name":"LightPush: 2 peers, Filter: 1 peers","time":{"start":1729034473216,"stop":1729034473216,"duration":0},"status":"skipped","severity":"normal"},{"uid":"21aaa4ea5e2f99b7","name":"should properly create location multiaddrs - tcp4","time":{"start":1729034341405,"stop":1729034341405,"duration":0},"status":"passed","severity":"normal"},{"uid":"35c6d8f2f8ca70c5","name":"Push message with Russian payload","time":{"start":1729034631249,"stop":1729034631249,"duration":0},"status":"passed","severity":"normal"},{"uid":"8863958ebd444621","name":"Check received message containing Russian","time":{"start":1729034611652,"stop":1729034611652,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2d4b905bfaa5f74","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1729034356137,"stop":1729034356138,"duration":1},"status":"passed","severity":"normal"},{"uid":"a47a22cb1bafa50e","name":"Check received message containing numeric","time":{"start":1729034611649,"stop":1729034611650,"duration":1},"status":"passed","severity":"normal"},{"uid":"14ee1560ef23bdac","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1729034640526,"stop":1729034640526,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ecc766d19ec6402","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1729034332649,"stop":1729034332649,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1eb573f3dbbedbe","name":"Check publish message after client node is restarted","time":{"start":1729034636323,"stop":1729034636323,"duration":0},"status":"skipped","severity":"normal"},{"uid":"42d1a76a90d9ccaa","name":"Push message with XML payload","time":{"start":1729034631250,"stop":1729034631250,"duration":0},"status":"passed","severity":"normal"},{"uid":"6739e111aeb0cc31","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1729034335331,"stop":1729034335332,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e072307eabdf834","name":"Check received message containing short","time":{"start":1729034611665,"stop":1729034611665,"duration":0},"status":"passed","severity":"normal"},{"uid":"40d3bf589e6f561c","name":"Ordered Callback - true","time":{"start":1729034683701,"stop":1729034683701,"duration":0},"status":"passed","severity":"normal"},{"uid":"4891ef54a5af70a8","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1729034668591,"stop":1729034668591,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e080b79384118c0","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1729034536098,"stop":1729034536099,"duration":1},"status":"passed","severity":"normal"},{"uid":"901f0d8a4d1bcc8e","name":"should encodeTxt and decodeTxt","time":{"start":1729034341398,"stop":1729034341398,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dcaac286293e6d8","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1729034536095,"stop":1729034536095,"duration":0},"status":"passed","severity":"normal"},{"uid":"fabf0d589a1f2447","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472984,"stop":1729034472984,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac98161b7f033c16","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1729034656473,"stop":1729034656473,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c0ca4158bfbe244","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1729034668611,"stop":1729034668611,"duration":0},"status":"passed","severity":"normal"},{"uid":"42f88e5d3badf276","name":"Overlapping topic subscription","time":{"start":1729034704492,"stop":1729034704492,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e3cb89dcea1a607","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1729034340753,"stop":1729034340754,"duration":1},"status":"passed","severity":"normal"},{"uid":"cdace3ba5b83f5fd","name":"addEventListener with wrong event","time":{"start":1729034432448,"stop":1729034432449,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7c69ebd91b40ad8","name":"Check received message containing Arabic","time":{"start":1729034506787,"stop":1729034506788,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7747b2a664889e3","name":"passes more than one ENR URLs and attempts connection","time":{"start":1729034408877,"stop":1729034408877,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5e631a4785c688f8","name":"Nodes with multiple pubsub topic","time":{"start":1729034626851,"stop":1729034626851,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dc62d269b6599c","name":"Renews peer on consistent ping failures","time":{"start":1729034470387,"stop":1729034470391,"duration":4},"status":"passed","severity":"normal"},{"uid":"12127bb8ab829b46","name":"Used by Waku Relay","time":{"start":1729034728790,"stop":1729034728790,"duration":0},"status":"passed","severity":"normal"},{"uid":"44c28eb4d98134b7","name":"Number of peers are maintained correctly","time":{"start":1729034470386,"stop":1729034470386,"duration":0},"status":"passed","severity":"normal"},{"uid":"e979cc89671c51c","name":"LightPush: 1 peers, Filter: 3 peers","time":{"start":1729034473214,"stop":1729034473215,"duration":1},"status":"skipped","severity":"normal"},{"uid":"43f6956e7141c7e6","name":"Filter with 2 connections","time":{"start":1729034473407,"stop":1729034473407,"duration":0},"status":"skipped","severity":"normal"},{"uid":"82e57ab9dd917bb0","name":"Push message with unicode special characters payload","time":{"start":1729034631252,"stop":1729034631252,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa709a3c471dc4a","name":"Decoder throws on undefined content topic","time":{"start":1729034366400,"stop":1729034366400,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab57ae4f0bbcc33e","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1729034447630,"stop":1729034447630,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e7d59c01974f142","name":"can start and stop the service","time":{"start":1729034408863,"stop":1729034408863,"duration":0},"status":"passed","severity":"normal"},{"uid":"6492b18d40a3ed45","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1729034332631,"stop":1729034332632,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce3945173a710377","name":"Subscribe to topic containing Script and receive message","time":{"start":1729034536107,"stop":1729034536108,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb138cf402eddb58","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1729034447614,"stop":1729034447614,"duration":0},"status":"passed","severity":"normal"},{"uid":"71e4f963207ba981","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1729034332631,"stop":1729034332631,"duration":0},"status":"passed","severity":"normal"},{"uid":"59d96e9a94dd2bf1","name":"should not receive a peer event after stop","time":{"start":1729034655444,"stop":1729034655444,"duration":0},"status":"passed","severity":"normal"},{"uid":"38345e1e2d24eea7","name":"Push message with content topic containing XML","time":{"start":1729034631259,"stop":1729034631259,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee968f11acf7d0df","name":"Throws when trying to push message with empty payload","time":{"start":1729034617758,"stop":1729034617758,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfd60e52d76c7605","name":"Overlapping topic subscription","time":{"start":1729034640517,"stop":1729034640517,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b17ba7838f7bcd58","name":"Subscribe to topic containing shell command and publish message","time":{"start":1729034640527,"stop":1729034640527,"duration":0},"status":"passed","severity":"normal"},{"uid":"187976bfad07376f","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1729034332621,"stop":1729034332622,"duration":1},"status":"passed","severity":"normal"},{"uid":"8336e8b1900d35a5","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1729034356137,"stop":1729034356137,"duration":0},"status":"passed","severity":"normal"},{"uid":"495dea3c216ec2ef","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1729034340751,"stop":1729034340752,"duration":1},"status":"passed","severity":"normal"},{"uid":"d75761a71f86bae","name":"Check message received after jswaku node is restarted","time":{"start":1729034611664,"stop":1729034611664,"duration":0},"status":"skipped","severity":"normal"},{"uid":"37be292f74d2eaa","name":"should remove a peer","time":{"start":1729034373026,"stop":1729034373026,"duration":0},"status":"passed","severity":"normal"},{"uid":"71cf9d0267c462df","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1729034332637,"stop":1729034332637,"duration":0},"status":"passed","severity":"normal"},{"uid":"d05501e05e5d26a6","name":"handles different clusterIds correctly","time":{"start":1729034332624,"stop":1729034332624,"duration":0},"status":"passed","severity":"normal"},{"uid":"a717d062f11540aa","name":"should throw an error for an unconfigured topic","time":{"start":1729034332642,"stop":1729034332643,"duration":1},"status":"passed","severity":"normal"},{"uid":"244182d39a0ebb5b","name":"Check received message containing Chinese","time":{"start":1729034611676,"stop":1729034611677,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4dca9e4751da766","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1729034332796,"stop":1729034332797,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8658b6529b73340","name":"Check publish message containing emoji","time":{"start":1729034636314,"stop":1729034636314,"duration":0},"status":"passed","severity":"normal"},{"uid":"4971218267a8266d","name":"Check received message containing short","time":{"start":1729034506784,"stop":1729034506785,"duration":1},"status":"passed","severity":"normal"},{"uid":"948187d0b4f709c","name":"Check received message containing SQL Injection","time":{"start":1729034611652,"stop":1729034611653,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd394f0c7775ec00","name":"caches peers it previously fetched","time":{"start":1729034356474,"stop":1729034356475,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccb656f565b479c8","name":"Subscribe to topic containing shell command and receive message","time":{"start":1729034704496,"stop":1729034704497,"duration":1},"status":"passed","severity":"normal"},{"uid":"44eb10a901fa2466","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1729034356138,"stop":1729034356138,"duration":0},"status":"passed","severity":"normal"},{"uid":"36b1cd4d89e7a09a","name":"Subscribe to topic containing XML and receive message","time":{"start":1729034704506,"stop":1729034704507,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce7a72e6d7f1c1f3","name":"Ping on unsubscribed peer","time":{"start":1729034435416,"stop":1729034435416,"duration":0},"status":"passed","severity":"normal"},{"uid":"2476a4abf3c57ee1","name":"Wrong topic","time":{"start":1729034656472,"stop":1729034656472,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb286c47d38d0869","name":"returns only open connection if one present","time":{"start":1729034348295,"stop":1729034348296,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2f086f523122482","name":"Push message with content topic containing special chars","time":{"start":1729034631255,"stop":1729034631256,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd889dfa8d13bb8","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1729034536097,"stop":1729034536097,"duration":0},"status":"passed","severity":"normal"},{"uid":"32c864b71237b8d8","name":"random static sharding 7 - Cluster ID: 592, Shard ID: 217","time":{"start":1729034668599,"stop":1729034668605,"duration":6},"status":"passed","severity":"normal"},{"uid":"d709730fe53675e5","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1729034332634,"stop":1729034332634,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd79d74ffc2ce711","name":"Publishes to nwaku","time":{"start":1729034630105,"stop":1729034630105,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb600e826e05342","name":"Js publishes, other Js receives","time":{"start":1729034630106,"stop":1729034630106,"duration":0},"status":"passed","severity":"normal"},{"uid":"d87e2e882ba495e4","name":"Push message equal or less that 1MB","time":{"start":1729034617777,"stop":1729034617778,"duration":1},"status":"passed","severity":"normal"},{"uid":"355c324f3a3cf336","name":"Push message with Basic HTML tag payload","time":{"start":1729034631250,"stop":1729034631251,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e5a9e726a50e6e3","name":"should return the correct number of peers","time":{"start":1729034373027,"stop":1729034373027,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d61cb4dd453def2","name":"different cluster, different shard: nodes don't connect","time":{"start":1729034558121,"stop":1729034558121,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fbb08f0411a19bb","name":"should return true when peers exist","time":{"start":1729034373027,"stop":1729034373028,"duration":1},"status":"passed","severity":"normal"},{"uid":"107b8885c55d731c","name":"should properly create location multiaddrs - udp","time":{"start":1729034341409,"stop":1729034341409,"duration":0},"status":"passed","severity":"normal"},{"uid":"caa94bab69e1a57b","name":"Check received message containing Chinese","time":{"start":1729034506786,"stop":1729034506787,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fb2cf18b0be0e7a","name":"Generator, custom pubsub topic","time":{"start":1729034694622,"stop":1729034694622,"duration":0},"status":"passed","severity":"normal"},{"uid":"a07402179e9ac5ff","name":"Subscribe to topic containing Russian and receive message","time":{"start":1729034704505,"stop":1729034704506,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dbc6732398b982e","name":"recovers when dns.resolve returns empty","time":{"start":1729034356473,"stop":1729034356474,"duration":1},"status":"passed","severity":"normal"},{"uid":"734e9f55eb05dfe","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1729034640527,"stop":1729034640527,"duration":0},"status":"passed","severity":"normal"},{"uid":"98099ff6b3eb3165","name":"Callback on promise","time":{"start":1729034696864,"stop":1729034696864,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ef611c5a409a067","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1729034536785,"stop":1729034536785,"duration":0},"status":"passed","severity":"normal"},{"uid":"13ee14eb12124263","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1729034472967,"stop":1729034472968,"duration":1},"status":"passed","severity":"normal"},{"uid":"44f1512162da0174","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1729034332640,"stop":1729034332641,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4574242a438db2e","name":"Check publish message containing escaped characters","time":{"start":1729034636313,"stop":1729034636313,"duration":0},"status":"passed","severity":"normal"},{"uid":"338a0c6ca41ae96","name":"Push message with content topic containing short","time":{"start":1729034617758,"stop":1729034617759,"duration":1},"status":"passed","severity":"normal"},{"uid":"d189863c3dea04c0","name":"Check publish message containing short","time":{"start":1729034636306,"stop":1729034636306,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b4c91b3bf48aa23","name":"isConnected should return false after all peers disconnect","time":{"start":1729034424274,"stop":1729034424274,"duration":0},"status":"passed","severity":"normal"},{"uid":"e79abdc7a4fb9f87","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1729034536776,"stop":1729034536776,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0b4be503b185851","name":"Subscribe to topic containing Script and receive message","time":{"start":1729034704506,"stop":1729034704506,"duration":0},"status":"passed","severity":"normal"},{"uid":"623ed148f82a07dd","name":"getPeersByDiscovery","time":{"start":1729034432450,"stop":1729034432451,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dbee7058f5485bf","name":"should set field with only LIGHTPUSH enabled","time":{"start":1729034341411,"stop":1729034341412,"duration":1},"status":"passed","severity":"normal"},{"uid":"478bd1c99e725f3e","name":"Light Node - default protocols","time":{"start":1729034713702,"stop":1729034713702,"duration":0},"status":"passed","severity":"normal"},{"uid":"eae4aa728e4a866","name":"Subscribe to topic containing short and receive message","time":{"start":1729034704503,"stop":1729034704503,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2fdb7993d3f3a51","name":"should handle a minimal index list","time":{"start":1729034332796,"stop":1729034332796,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9224c9ee32b20e1","name":"Push message with content topic containing shell command","time":{"start":1729034617765,"stop":1729034617765,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca6e2b8178bec52e","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1729034447623,"stop":1729034447624,"duration":1},"status":"passed","severity":"normal"},{"uid":"6545dc1a75f4f4ec","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1729034332631,"stop":1729034332631,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbf8424fb7f13453","name":"handles empty shards array correctly","time":{"start":1729034332647,"stop":1729034332647,"duration":0},"status":"passed","severity":"normal"},{"uid":"4873e0b2f7d16792","name":"should not fail to start the service if it is already started","time":{"start":1729034655443,"stop":1729034655443,"duration":0},"status":"passed","severity":"normal"},{"uid":"82c0e7172f4ebcf4","name":"should properly create peer info with all multiaddrs","time":{"start":1729034341409,"stop":1729034341410,"duration":1},"status":"passed","severity":"normal"},{"uid":"38b1489aa4195034","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1729034781181,"stop":1729034781181,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a15b8a77d0ef4c4","name":"should retry on failure if specified","time":{"start":1729034372892,"stop":1729034372893,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2d7efa86ee3f981","name":"Check received message containing Basic HTML tag","time":{"start":1729034611679,"stop":1729034611680,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e226b76e30a2996","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1729034472987,"stop":1729034472987,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4a63ca6b1c58e04","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034565834,"stop":1729034565835,"duration":1},"status":"passed","severity":"normal"},{"uid":"f02297ac0d10bb68","name":"peer:update - should do nothing if another protocol hit","time":{"start":1729034348413,"stop":1729034348414,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdfa54e38ce6e192","name":"Promise Callback - true","time":{"start":1729034683700,"stop":1729034683700,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc04ac9ca34449a3","name":"Ephemeral field set to true","time":{"start":1729034348761,"stop":1729034348761,"duration":0},"status":"passed","severity":"normal"},{"uid":"830e2a662e6a8079","name":"Query Generator - true","time":{"start":1729034683699,"stop":1729034683699,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f8f8e48ed49263d","name":"Push message with emoji payload","time":{"start":1729034617757,"stop":1729034617757,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b863421a8487eae","name":"should only return 1 node with relay capability","time":{"start":1729034356475,"stop":1729034356475,"duration":0},"status":"passed","severity":"normal"},{"uid":"725dfe31e15cc605","name":"Check received message with timestamp: 1729034391505000000 ","time":{"start":1729034506794,"stop":1729034506794,"duration":0},"status":"passed","severity":"normal"},{"uid":"58e2f61f18684d6c","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1729034704508,"stop":1729034704509,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fdcf7c1afdad3c9","name":"handles different networkShards values correctly","time":{"start":1729034332624,"stop":1729034332625,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fac500e6871bf88","name":"should be able to encode the field with only RELAY set to true","time":{"start":1729034340749,"stop":1729034340750,"duration":1},"status":"passed","severity":"normal"},{"uid":"96547764d09f7c6b","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1729034708551,"stop":1729034708551,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9105f5c035ea96c","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1729034332621,"stop":1729034332621,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bf10075908efe0c","name":"Non TWN Cluster","time":{"start":1729034656459,"stop":1729034656459,"duration":0},"status":"passed","severity":"normal"},{"uid":"34f1b0a5481b33c0","name":"handles empty contentTopics array correctly","time":{"start":1729034332647,"stop":1729034332647,"duration":0},"status":"passed","severity":"normal"},{"uid":"994423a9d76586ac","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1729034665577,"stop":1729034665577,"duration":0},"status":"passed","severity":"normal"},{"uid":"78c6909dabc5d152","name":"same cluster, same shard: nodes connect","time":{"start":1729034558119,"stop":1729034558119,"duration":0},"status":"passed","severity":"normal"},{"uid":"49308e81b03e99d1","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1729034332797,"stop":1729034332797,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f37b904f0491f58","name":"Push message with content topic containing numeric","time":{"start":1729034631255,"stop":1729034631255,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2687993981cf46a","name":"Fails to push message with large meta","time":{"start":1729034631263,"stop":1729034631263,"duration":0},"status":"passed","severity":"normal"},{"uid":"59dbfdf131c55b84","name":"throws on empty content topic","time":{"start":1729034332607,"stop":1729034332607,"duration":0},"status":"passed","severity":"normal"},{"uid":"9656edff3ac814ba","name":"Privacy Node - default protocol","time":{"start":1729034713702,"stop":1729034713703,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c4b89a506fcbe94","name":"Ping on subscribed peer","time":{"start":1729034435415,"stop":1729034435415,"duration":0},"status":"passed","severity":"normal"},{"uid":"c54c78969f11a4a7","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1729034424273,"stop":1729034424273,"duration":0},"status":"passed","severity":"normal"},{"uid":"2caf003647040e9b","name":"Encoder throws on undefined content topic","time":{"start":1729034348761,"stop":1729034348762,"duration":1},"status":"passed","severity":"normal"},{"uid":"7cb652a637eca1d3","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1729034536099,"stop":1729034536099,"duration":0},"status":"passed","severity":"normal"},{"uid":"9698d4239a699a","name":"should only return 1 node with relay and store capability","time":{"start":1729034356476,"stop":1729034356476,"duration":0},"status":"passed","severity":"normal"},{"uid":"a841ec4481a1622c","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1729034392569,"stop":1729034392569,"duration":0},"status":"passed","severity":"normal"},{"uid":"587ce724ed479e0","name":"1 Store, 2 relays, 2 fetches","time":{"start":1729034356195,"stop":1729034356195,"duration":0},"status":"passed","severity":"normal"},{"uid":"71aac107d3f675b5","name":"throws an error for improperly formatted content topics","time":{"start":1729034332625,"stop":1729034332625,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6a4da87be4e745a","name":"Push message with content topic containing JSON","time":{"start":1729034631260,"stop":1729034631260,"duration":0},"status":"passed","severity":"normal"},{"uid":"98723c358262385a","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1729034708553,"stop":1729034708553,"duration":0},"status":"passed","severity":"normal"},{"uid":"1324414a36b19823","name":"Passing page size 110 when there are 120 messages","time":{"start":1729034703312,"stop":1729034703312,"duration":0},"status":"passed","severity":"normal"},{"uid":"5078aad504ccea28","name":"Query generator for multiple messages with different message text format","time":{"start":1729034696863,"stop":1729034696863,"duration":0},"status":"passed","severity":"normal"},{"uid":"58b73bceccb8c6f5","name":"Push message with content topic containing XML","time":{"start":1729034617764,"stop":1729034617764,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7ddf2c0394c8cbd","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1729034704500,"stop":1729034704500,"duration":0},"status":"passed","severity":"normal"},{"uid":"912d46473d378dc3","name":"can dial TLS multiaddrs","time":{"start":1729034561705,"stop":1729034561706,"duration":1},"status":"passed","severity":"normal"},{"uid":"a44d22cc32c1f22e","name":"should emit a peer event after start","time":{"start":1729034655443,"stop":1729034655443,"duration":0},"status":"passed","severity":"normal"},{"uid":"cca676bf90384b51","name":"isConnected return false after peer stops","time":{"start":1729034424274,"stop":1729034424275,"duration":1},"status":"passed","severity":"normal"},{"uid":"cffc236aebed1c0e","name":"Relay","time":{"start":1729034398613,"stop":1729034398614,"duration":1},"status":"passed","severity":"normal"},{"uid":"8485e6bcae2a1cf","name":"LightPush: 2 peers, Filter: 3 peers","time":{"start":1729034473217,"stop":1729034473218,"duration":1},"status":"skipped","severity":"normal"},{"uid":"bc108c11934d0087","name":"Push message with Basic HTML tag payload","time":{"start":1729034617753,"stop":1729034617753,"duration":0},"status":"passed","severity":"normal"},{"uid":"54ae6abc99a53cea","name":"should get / set UDP multiaddr","time":{"start":1729034341404,"stop":1729034341404,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb882394c05a4112","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1729034626852,"stop":1729034626852,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8b21b59225ee09d","name":"should return unique PubsubTopics for static sharding","time":{"start":1729034332627,"stop":1729034332628,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e309a8cd3a4fa5a","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1729034340757,"stop":1729034340757,"duration":0},"status":"passed","severity":"normal"},{"uid":"d81e8066c1abe663","name":"should decode valid enr successfully","time":{"start":1729034341399,"stop":1729034341399,"duration":0},"status":"passed","severity":"normal"},{"uid":"43aa0c74242f31a6","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1729034462535,"stop":1729034462535,"duration":0},"status":"passed","severity":"normal"},{"uid":"f20c0e293677ac3e","name":"configure the node with multiple pubsub topics","time":{"start":1729034668610,"stop":1729034668611,"duration":1},"status":"passed","severity":"normal"},{"uid":"aed7097633632a1c","name":"Check received message containing shell command","time":{"start":1729034611680,"stop":1729034611681,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe5b2daacade46fb","name":"Publish message with custom timestamp: Tue Oct 15 2024 22:23:47 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034636315,"stop":1729034636315,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5479d5b2669238e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472931,"stop":1729034472931,"duration":0},"status":"passed","severity":"normal"},{"uid":"4042686041f9b7dc","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1729034472990,"stop":1729034472991,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d7c93dcd94e0f44","name":"Check received message containing XML","time":{"start":1729034611653,"stop":1729034611654,"duration":1},"status":"passed","severity":"normal"},{"uid":"a89b4ee9a26a4ec4","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1729034332630,"stop":1729034332631,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec3fddf369023e4e","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1729034332644,"stop":1729034332645,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a90abcfd8a42992","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1729034665578,"stop":1729034665578,"duration":0},"status":"passed","severity":"normal"},{"uid":"b917fa439c86377d","name":"Query generator for multiple messages","time":{"start":1729034696862,"stop":1729034696863,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d557e6793cd8ce4","name":"handles multiple messages","time":{"start":1729034701153,"stop":1729034701153,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f2ac4d1b5a3a1f9","name":"Push message with custom timestamp: 1729030907155","time":{"start":1729034617771,"stop":1729034617771,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fbde4baae10f611","name":"Waku message hash computation (meta attribute not present)","time":{"start":1729034335333,"stop":1729034335333,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5993a912345546d","name":"should wait for Store peer to be connected","time":{"start":1729034373012,"stop":1729034373012,"duration":0},"status":"passed","severity":"normal"},{"uid":"421e5e0cd1e74955","name":"Push message with content topic containing emoji","time":{"start":1729034631261,"stop":1729034631261,"duration":0},"status":"passed","severity":"normal"},{"uid":"46508dc26314f5ab","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1729034332637,"stop":1729034332637,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6c430a42026286","name":"should reject if Relay is requested but not mounted","time":{"start":1729034373009,"stop":1729034373009,"duration":0},"status":"passed","severity":"normal"},{"uid":"91c28b51cd9940af","name":"Check received message containing JSON","time":{"start":1729034611680,"stop":1729034611680,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5eadac2594df6fc","name":"A test","time":{"start":1729034537007,"stop":1729034537008,"duration":1},"status":"passed","severity":"normal"},{"uid":"b76c4021e6fb6bc1","name":"should decode valid enr with tcp successfully","time":{"start":1729034341399,"stop":1729034341400,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee696c8f882c5b51","name":"Fails to push message with large meta","time":{"start":1729034617767,"stop":1729034617768,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3c71fff84aadc99","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1729034704490,"stop":1729034704490,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e3ed0a60cc0d27","name":"should throw error - invalid id","time":{"start":1729034341401,"stop":1729034341401,"duration":0},"status":"passed","severity":"normal"},{"uid":"d07fa758a41fd729","name":"Check publish message containing JSON","time":{"start":1729034636312,"stop":1729034636312,"duration":0},"status":"passed","severity":"normal"},{"uid":"22f62e466e4917ca","name":"throws on content topic with empty application field","time":{"start":1729034332609,"stop":1729034332609,"duration":0},"status":"passed","severity":"normal"},{"uid":"23bddc7f47bba6bb","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1729034536790,"stop":1729034536793,"duration":3},"status":"passed","severity":"normal"},{"uid":"83cb1b0c3c29f0ea","name":"Subscribe to topic containing XML and receive message","time":{"start":1729034536108,"stop":1729034536108,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2660683e8967b82","name":"Encoder throws on empty string content topic","time":{"start":1729034368073,"stop":1729034368073,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bf75811c139f700","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1729034472947,"stop":1729034472948,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ca24f99a1a9dc24","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1729034472939,"stop":1729034472940,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e63abce01c2fa78","name":"should not receive a peer event before start","time":{"start":1729034655444,"stop":1729034655444,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ce8e575ab54cc41","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1729034472985,"stop":1729034472986,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2494f36040f2d6","name":"Check message with invalid timestamp is not received","time":{"start":1729034611684,"stop":1729034611684,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3e985464dbb815e","name":"Renews subscription after lossing a connection","time":{"start":1729034704510,"stop":1729034704510,"duration":0},"status":"passed","severity":"normal"},{"uid":"7127178dfcecffe8","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1729034704493,"stop":1729034704493,"duration":0},"status":"passed","severity":"normal"},{"uid":"89b64c2f3cf4b551","name":"Push message with meta","time":{"start":1729034617767,"stop":1729034617767,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e40d1b816edf3c4","name":"Refresh subscription","time":{"start":1729034704503,"stop":1729034704503,"duration":0},"status":"passed","severity":"normal"},{"uid":"320aa6f679d62665","name":"Subscribe to topic containing long and publish message","time":{"start":1729034640520,"stop":1729034640521,"duration":1},"status":"passed","severity":"normal"},{"uid":"4cd9a4b1d4775507","name":"Tracks peer failures correctly","time":{"start":1729034470391,"stop":1729034470391,"duration":0},"status":"passed","severity":"normal"},{"uid":"788410fd4d7045cb","name":"Check received message containing numeric","time":{"start":1729034611666,"stop":1729034611666,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0495332288f1342","name":"should find and add new peers","time":{"start":1729034373029,"stop":1729034373029,"duration":0},"status":"passed","severity":"normal"},{"uid":"d285132045de8f8e","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1729034704499,"stop":1729034704500,"duration":1},"status":"passed","severity":"normal"},{"uid":"26dfc2828bb95dfa","name":"should call waitForPeer on Relay","time":{"start":1729034373012,"stop":1729034373012,"duration":0},"status":"passed","severity":"normal"},{"uid":"38e4e348d549d9d4","name":"Keep-alive pings maintain the connection","time":{"start":1729034470387,"stop":1729034470387,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d1bc9b4d0801533","name":"Relay - dialed after","time":{"start":1729034713700,"stop":1729034713700,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fd3785af57e1713","name":"Reopen subscription with peer with lost subscription","time":{"start":1729034435412,"stop":1729034435413,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef8f14a2e16729e2","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1729034536789,"stop":1729034536790,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ae3561366abdd6b","name":"Check received message containing Chinese","time":{"start":1729034611651,"stop":1729034611651,"duration":0},"status":"passed","severity":"normal"},{"uid":"98362ad7f489ad77","name":"Callback on promise, aborts when callback returns true","time":{"start":1729034696865,"stop":1729034696865,"duration":0},"status":"passed","severity":"normal"},{"uid":"c63b98678db1b47b","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034694623,"stop":1729034694623,"duration":0},"status":"passed","severity":"normal"},{"uid":"e44411b0f461912f","name":"Query with Promise Callback, No message returned","time":{"start":1729034682681,"stop":1729034682681,"duration":0},"status":"passed","severity":"normal"},{"uid":"de7781be7004e1bb","name":"Rejects garbage","time":{"start":1729034376215,"stop":1729034376215,"duration":0},"status":"passed","severity":"normal"},{"uid":"93dd897776aa322","name":"Query generator for multiple messages with different content topic format","time":{"start":1729034696864,"stop":1729034696864,"duration":0},"status":"passed","severity":"normal"},{"uid":"267585248470f924","name":"should reject if Filter is requested but not mounted","time":{"start":1729034373010,"stop":1729034373010,"duration":0},"status":"passed","severity":"normal"},{"uid":"951fd5ab8a9a7fda","name":"Query with Ordered Callback, No Decoder","time":{"start":1729034682674,"stop":1729034682675,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5eaaa30256ee13a","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1729034611660,"stop":1729034611661,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b4e2394f15b77e","name":"Symmetric encrypt & Decrypt","time":{"start":1729034366898,"stop":1729034366898,"duration":0},"status":"passed","severity":"normal"},{"uid":"b34d3c2fc96216fe","name":"should check connected peers if present and suitable","time":{"start":1729034373011,"stop":1729034373011,"duration":0},"status":"passed","severity":"normal"},{"uid":"afefc03e93c9c8f2","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1729034693195,"stop":1729034693195,"duration":0},"status":"passed","severity":"normal"},{"uid":"13a8a336f24e9578","name":"Push message with Chinese payload","time":{"start":1729034631248,"stop":1729034631248,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ee240bc75ced1a7","name":"should fail to send if pubsub topics are misconfigured","time":{"start":1729034372889,"stop":1729034372891,"duration":2},"status":"passed","severity":"normal"},{"uid":"cd97ca9593624837","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1729034332636,"stop":1729034332636,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d0007188e90e449","name":"Subscribe to topic containing shell command and receive message","time":{"start":1729034704508,"stop":1729034704508,"duration":0},"status":"passed","severity":"normal"},{"uid":"7033e93fced772a1","name":"Decrypt messages","time":{"start":1729034614966,"stop":1729034614966,"duration":0},"status":"passed","severity":"normal"},{"uid":"a24e9ca13279a762","name":"Check received message with timestamp: 1729034391567000000 ","time":{"start":1729034611657,"stop":1729034611657,"duration":0},"status":"passed","severity":"normal"},{"uid":"71d063f3a0ad3343","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1729034472931,"stop":1729034472931,"duration":0},"status":"passed","severity":"normal"},{"uid":"830bb322b517bc67","name":"1 Relay, 1 fetch","time":{"start":1729034356194,"stop":1729034356194,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ae2f10632e49bf","name":"Default pageSize","time":{"start":1729034703313,"stop":1729034703313,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc35ddd914917086","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1729034470391,"stop":1729034470391,"duration":0},"status":"passed","severity":"normal"},{"uid":"41d1fb42303660c8","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1729034341399,"stop":1729034341399,"duration":0},"status":"passed","severity":"normal"},{"uid":"238a5ff60dd4cac7","name":"Sample","time":{"start":1729034340708,"stop":1729034340709,"duration":1},"status":"passed","severity":"normal"},{"uid":"2360e41fcb8436ee","name":"Subscribe to topic containing numeric and receive message","time":{"start":1729034704504,"stop":1729034704504,"duration":0},"status":"passed","severity":"normal"},{"uid":"f07bb7bf39b0cb1d","name":"Waku message hash computation (no timestamp)","time":{"start":1729034335334,"stop":1729034335334,"duration":0},"status":"passed","severity":"normal"},{"uid":"37a9082755408cab","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1729034640511,"stop":1729034640512,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba3f9623c325d02f","name":"Subscribe to topic containing long and receive message","time":{"start":1729034704492,"stop":1729034704493,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc674749269eb97a","name":"random static sharding 5 - Cluster ID: 558, Shard ID: 680","time":{"start":1729034668598,"stop":1729034668598,"duration":0},"status":"passed","severity":"normal"},{"uid":"8afa16ecfddccdd5","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1729034472932,"stop":1729034472932,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef88f331dc5eeef9","name":"Passing page size 0 when there are 110 messages","time":{"start":1729034703308,"stop":1729034703309,"duration":1},"status":"passed","severity":"normal"},{"uid":"18af7a3a33fbc145","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app61/3/topic302/test.js","time":{"start":1729034656466,"stop":1729034656466,"duration":0},"status":"passed","severity":"normal"},{"uid":"f70b2bfbbd45f5c2","name":"LightPush with 3 connections","time":{"start":1729034473407,"stop":1729034473408,"duration":1},"status":"skipped","severity":"normal"},{"uid":"16bf0f07f51ec695","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app3/4/topic356/utf8","time":{"start":1729034656464,"stop":1729034656465,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9240e92b2616237","name":"Push message with content topic containing Chinese","time":{"start":1729034617760,"stop":1729034617761,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5f835aabe04084b","name":"Subscribe to topic containing special chars and publish message","time":{"start":1729034640522,"stop":1729034640523,"duration":1},"status":"passed","severity":"normal"},{"uid":"82878ccbd175e37f","name":"Push message with Chinese payload","time":{"start":1729034617749,"stop":1729034617749,"duration":0},"status":"passed","severity":"normal"},{"uid":"8022300972192a8e","name":"should throw error - no public key","time":{"start":1729034341401,"stop":1729034341402,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf61fdec4db3822","name":"Correctly serialized arguments","time":{"start":1729034561791,"stop":1729034561792,"duration":1},"status":"passed","severity":"normal"},{"uid":"aec34ed9a0e578b5","name":"Refresh subscription","time":{"start":1729034704492,"stop":1729034704492,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1184dbea190e5e9","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1729034708554,"stop":1729034708554,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7b46913f5448e76","name":"Query with Ordered Callback, No message returned","time":{"start":1729034682676,"stop":1729034682677,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d837904a920b901","name":"Push message with content topic containing Russian","time":{"start":1729034631258,"stop":1729034631258,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca3efa1b4c511ea2","name":"All","time":{"start":1729034398615,"stop":1729034398615,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c7089d31d3560e6","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1729034693196,"stop":1729034693196,"duration":0},"status":"passed","severity":"normal"},{"uid":"69cc5c6290df2345","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1729034645146,"stop":1729034645146,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e60e7764f68b78b","name":"Check publish message containing Arabic","time":{"start":1729034636309,"stop":1729034636310,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa6c74452defb2f1","name":"listenerCount","time":{"start":1729034432451,"stop":1729034432451,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5a01902125afb3a","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1729034704494,"stop":1729034704495,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9ee836faf83394","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1729034340753,"stop":1729034340753,"duration":0},"status":"passed","severity":"normal"},{"uid":"614a923c3cb582db","name":"throws on content topic with empty encoding field","time":{"start":1729034332612,"stop":1729034332612,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a4f0c58a1844e0c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1729034536786,"stop":1729034536786,"duration":0},"status":"passed","severity":"normal"},{"uid":"67f83597ab4cface","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1729034708552,"stop":1729034708552,"duration":0},"status":"passed","severity":"normal"},{"uid":"18ca000aeb7cdf38","name":"Push message on custom pubsubTopic","time":{"start":1729034565836,"stop":1729034565836,"duration":0},"status":"passed","severity":"normal"},{"uid":"73f625c7f6183c58","name":"tcp ip4 address","time":{"start":1729034340829,"stop":1729034340830,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cbee89ed6545c44","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1729034360437,"stop":1729034360437,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d6ee0e8af117d","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1729034472976,"stop":1729034472977,"duration":1},"status":"passed","severity":"normal"},{"uid":"db60e09da7e6d704","name":"Query Generator - false","time":{"start":1729034683700,"stop":1729034683700,"duration":0},"status":"passed","severity":"normal"},{"uid":"432ebc3e1c4c5a54","name":"should return empty list for no shard","time":{"start":1729034332629,"stop":1729034332629,"duration":0},"status":"passed","severity":"normal"},{"uid":"27a2f4f4795ebb4f","name":"should return no connections if no open connection provided","time":{"start":1729034348296,"stop":1729034348297,"duration":1},"status":"passed","severity":"normal"},{"uid":"5663e8800dee897b","name":"Passing page size 1 when there are 4 messages","time":{"start":1729034703309,"stop":1729034703310,"duration":1},"status":"passed","severity":"normal"},{"uid":"46b00a9c4e9cb0bf","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1729034536110,"stop":1729034536110,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c801c749417ee7b","name":"Subscribe to topic containing Script and receive message","time":{"start":1729034704495,"stop":1729034704495,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b8c74643ad752fd","name":"Push message with JSON payload","time":{"start":1729034617753,"stop":1729034617753,"duration":0},"status":"passed","severity":"normal"},{"uid":"358ca88f962b7fec","name":"through manual discovery","time":{"start":1729034561706,"stop":1729034561706,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b291708265baee1","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1729034340758,"stop":1729034340758,"duration":0},"status":"passed","severity":"normal"},{"uid":"d04667d687da8f2b","name":"Push message with Script payload","time":{"start":1729034617751,"stop":1729034617752,"duration":1},"status":"passed","severity":"normal"},{"uid":"4251ef98edc647db","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1729034558118,"stop":1729034558119,"duration":1},"status":"passed","severity":"normal"},{"uid":"35501eee85550623","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1729034398721,"stop":1729034398721,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e642d8f3a3f8313","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1729034472984,"stop":1729034472984,"duration":0},"status":"passed","severity":"normal"},{"uid":"826d8277c46e534","name":"Passing page size 3 when there are 20 messages","time":{"start":1729034703310,"stop":1729034703310,"duration":0},"status":"passed","severity":"normal"},{"uid":"775a1d39e0328509","name":"LightPush: 3 peers, Filter: 2 peers","time":{"start":1729034473222,"stop":1729034473222,"duration":0},"status":"skipped","severity":"normal"},{"uid":"44242064104e6e6","name":"Relay + Store","time":{"start":1729034398614,"stop":1729034398615,"duration":1},"status":"passed","severity":"normal"},{"uid":"dab7c11e8c391a75","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1729034536098,"stop":1729034536098,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d79e101e857f99e","name":"Publish without waiting for remote peer","time":{"start":1729034640508,"stop":1729034640508,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7de29dd1e4d3da4","name":"Delete observer","time":{"start":1729034614967,"stop":1729034614967,"duration":0},"status":"passed","severity":"normal"},{"uid":"b529249d673b00ec","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1729034462534,"stop":1729034462535,"duration":1},"status":"passed","severity":"normal"},{"uid":"23a51dabe58f1529","name":"should be able to decode the field with only RELAY set to true","time":{"start":1729034340754,"stop":1729034340755,"duration":1},"status":"passed","severity":"normal"},{"uid":"b867761900d7ba1a","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1729034704502,"stop":1729034704502,"duration":0},"status":"passed","severity":"normal"},{"uid":"7494fad8ad45865e","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1729034424271,"stop":1729034424272,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5b6e64b36da5fdc","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app33/1/topic385/xml","time":{"start":1729034656465,"stop":1729034656465,"duration":0},"status":"passed","severity":"normal"},{"uid":"42f7d1138fc735ba","name":"Check received message containing escaped characters","time":{"start":1729034506792,"stop":1729034506792,"duration":0},"status":"passed","severity":"normal"},{"uid":"14bf986f1cfdd8b1","name":"Push message with content topic containing numeric","time":{"start":1729034617759,"stop":1729034617760,"duration":1},"status":"passed","severity":"normal"},{"uid":"868df5c6fc01e212","name":"returns all values when wanted number matches available values","time":{"start":1729034355547,"stop":1729034355550,"duration":3},"status":"passed","severity":"normal"},{"uid":"63084c03b2e16ec8","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1729034332636,"stop":1729034332637,"duration":1},"status":"passed","severity":"normal"},{"uid":"41bcd41bb623eacd","name":"Subscribe to topic containing numeric and publish message","time":{"start":1729034640521,"stop":1729034640521,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f760d9ed41e3039","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1729034332632,"stop":1729034332632,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f0a4e678403b571","name":"Push message with content topic containing short","time":{"start":1729034631254,"stop":1729034631254,"duration":0},"status":"passed","severity":"normal"},{"uid":"7936feca9dd7b9dc","name":"Passing page size 10 when there are 10 messages","time":{"start":1729034703310,"stop":1729034703311,"duration":1},"status":"passed","severity":"normal"},{"uid":"b754c72e64a6e5aa","name":"LightPush: 1 peers, Filter: 1 peers","time":{"start":1729034473212,"stop":1729034473213,"duration":1},"status":"skipped","severity":"normal"},{"uid":"16ca74352266e4a","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1729034340752,"stop":1729034340753,"duration":1},"status":"passed","severity":"normal"},{"uid":"2656fba675c68f32","name":"LightPush: 1 peers, Filter: 2 peers","time":{"start":1729034473213,"stop":1729034473214,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5f38ce65ed464e00","name":"Init the array if not present","time":{"start":1729034332493,"stop":1729034332494,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4b51e13833a658b","name":"Push message with content topic containing shell command","time":{"start":1729034631260,"stop":1729034631260,"duration":0},"status":"passed","severity":"normal"},{"uid":"c671afd3844df709","name":"throws on content topic with empty topic name field","time":{"start":1729034332611,"stop":1729034332612,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4132d58ff799ea2","name":"Push message with Script payload","time":{"start":1729034631249,"stop":1729034631250,"duration":1},"status":"passed","severity":"normal"},{"uid":"51426bc7d3e847f5","name":"returns nothing if no connections present","time":{"start":1729034348294,"stop":1729034348295,"duration":1},"status":"passed","severity":"normal"},{"uid":"650bb5b70d795a18","name":"Check publish message containing Russian","time":{"start":1729034636310,"stop":1729034636310,"duration":0},"status":"passed","severity":"normal"},{"uid":"e21fae82c1a88950","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1729034332634,"stop":1729034332635,"duration":1},"status":"passed","severity":"normal"},{"uid":"1956923fd98a9328","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1729034340757,"stop":1729034340758,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbe78b93ca4fdaad","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1729034392569,"stop":1729034392570,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7588/widgets/status-chart.json b/7588/widgets/status-chart.json index 5a489a49cd6..554acb1d2ba 100644 --- a/7588/widgets/status-chart.json +++ b/7588/widgets/status-chart.json @@ -1 +1 @@ -[{"uid":"cab059321a7f63a0","name":"Subscribe to topic containing numeric and publish message","time":{"start":1729034147771,"stop":1729034147772,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1261d40acdae62","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/3/topic252/xml","time":{"start":1729034169445,"stop":1729034169449,"duration":4},"status":"passed","severity":"normal"},{"uid":"37e025144df040f0","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1729033850550,"stop":1729033850550,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba6e3cb4ca1d8df","name":"LightPush: 3 peers, Filter: 0 peers","time":{"start":1729033977065,"stop":1729033977066,"duration":1},"status":"skipped","severity":"normal"},{"uid":"8af10839aa322430","name":"does not throw on valid cases","time":{"start":1729033834358,"stop":1729033834359,"duration":1},"status":"passed","severity":"normal"},{"uid":"3546bc2cef3d201","name":"Subscribe to topic containing shell command and receive message","time":{"start":1729034041499,"stop":1729034041500,"duration":1},"status":"passed","severity":"normal"},{"uid":"17e3197fd1aa610d","name":"LightPush: 2 peers, Filter: 3 peers","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c65fb98a8b1abe0b","name":"Nodes with multiple pubsub topic","time":{"start":1729034137163,"stop":1729034137163,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a1160b169b83ae6","name":"Ping on unsubscribed peer","time":{"start":1729033939925,"stop":1729033939926,"duration":1},"status":"passed","severity":"normal"},{"uid":"daad7872f9e16bb2","name":"Check received message containing XML","time":{"start":1729034121939,"stop":1729034121939,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5b40d5a2359cbd5","name":"should be called at least once on all `peer:discovery` events","time":{"start":1729033900634,"stop":1729033900634,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a9db581f6c6b9dd","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1729034188116,"stop":1729034188116,"duration":0},"status":"passed","severity":"normal"},{"uid":"3054b3ae4c34ff68","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1729034203621,"stop":1729034203621,"duration":0},"status":"passed","severity":"normal"},{"uid":"32ecf91e795d59c1","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app93/1/topic622/proto","time":{"start":1729034169439,"stop":1729034169441,"duration":2},"status":"passed","severity":"normal"},{"uid":"487d0674ccbd76d7","name":"should not fail to start the service if it is already started","time":{"start":1729033862328,"stop":1729033862328,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9e71a0756c2038e","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1729034209109,"stop":1729034209109,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9cc8da31c46b31b","name":"Non TWN Cluster","time":{"start":1729034169436,"stop":1729034169437,"duration":1},"status":"passed","severity":"normal"},{"uid":"1948768e112353e4","name":"1 Store, 2 fetches","time":{"start":1729033858030,"stop":1729033858030,"duration":0},"status":"passed","severity":"normal"},{"uid":"e43d38544ed987d0","name":"Reopen subscription with peer with lost subscription","time":{"start":1729033939927,"stop":1729033939927,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ab7ce988025bee6","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1729034147767,"stop":1729034147767,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7ddfb684898949","name":"should correctly map a content topic to a pubsub topic","time":{"start":1729033834398,"stop":1729033834398,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5c3f41f9ab5332a","name":"caches peers it previously fetched","time":{"start":1729033858270,"stop":1729033858271,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5e8402f892b37b0","name":"Push to array if already present","time":{"start":1729033834024,"stop":1729033834025,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b1bae2c871ad90e","name":"Check publish message containing emoji","time":{"start":1729034144765,"stop":1729034144766,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd2c7d46d1e39045","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1729034147767,"stop":1729034147767,"duration":0},"status":"passed","severity":"normal"},{"uid":"79c169d9e1eb48aa","name":"Check received message containing long","time":{"start":1729034014827,"stop":1729034014832,"duration":5},"status":"passed","severity":"normal"},{"uid":"c5887fcee980ef61","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1729034041497,"stop":1729034041497,"duration":0},"status":"passed","severity":"normal"},{"uid":"85f63db5b9924a7e","name":"should log when no additional peers are found","time":{"start":1729033874966,"stop":1729033874967,"duration":1},"status":"passed","severity":"normal"},{"uid":"acaf1694b0924680","name":"Check publish message containing Script","time":{"start":1729034144762,"stop":1729034144763,"duration":1},"status":"passed","severity":"normal"},{"uid":"28b14f47fbb75b87","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1729033857769,"stop":1729033857770,"duration":1},"status":"passed","severity":"normal"},{"uid":"25d01e886f279eec","name":"Tracks peer failures correctly","time":{"start":1729033974452,"stop":1729033974453,"duration":1},"status":"passed","severity":"normal"},{"uid":"c200fa0637e7ce84","name":"should properly create location multiaddrs - udp6","time":{"start":1729033843123,"stop":1729033843123,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee95a8dd2de118df","name":"it tolerates circular branch references","time":{"start":1729033858268,"stop":1729033858269,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2ed7785f33ed77d","name":"should get / set TCP multiaddr","time":{"start":1729033843118,"stop":1729033843119,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4429071d65bb629","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976769,"stop":1729033976773,"duration":4},"status":"passed","severity":"normal"},{"uid":"2bb240d3c946a1f7","name":"Subscribe to topic containing short and receive message","time":{"start":1729034209110,"stop":1729034209111,"duration":1},"status":"passed","severity":"normal"},{"uid":"f230aa5b957c2ee5","name":"Check publish message containing short","time":{"start":1729034144756,"stop":1729034144756,"duration":0},"status":"passed","severity":"normal"},{"uid":"667494933ce3bd1d","name":"Push message with content topic containing Chinese","time":{"start":1729034129475,"stop":1729034129475,"duration":0},"status":"passed","severity":"normal"},{"uid":"7963f758acb8f73c","name":"Subscribe to topic containing Script and receive message","time":{"start":1729034209100,"stop":1729034209100,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9da1c772ac3e459","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034200063,"stop":1729034200064,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c5fcfe8d2d086c7","name":"should set field with all protocols enabled","time":{"start":1729033843125,"stop":1729033843125,"duration":0},"status":"passed","severity":"normal"},{"uid":"826c977f3978dc7b","name":"Check received message containing Arabic","time":{"start":1729034014847,"stop":1729034014848,"duration":1},"status":"passed","severity":"normal"},{"uid":"39628c70a12dea25","name":"Check received message containing Basic HTML tag","time":{"start":1729034014860,"stop":1729034014863,"duration":3},"status":"passed","severity":"normal"},{"uid":"675e224762069bcd","name":"returns all values when wanted number is greater than available values","time":{"start":1729033857426,"stop":1729033857427,"duration":1},"status":"passed","severity":"normal"},{"uid":"58e55d07ea4e5b40","name":"Accepts a valid Waku Message","time":{"start":1729033878342,"stop":1729033878344,"duration":2},"status":"passed","severity":"normal"},{"uid":"2723446b84e40557","name":"throws on empty content topic","time":{"start":1729033834359,"stop":1729033834360,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c20c9a29fe6f766","name":"start node with empty content topic","time":{"start":1729034169453,"stop":1729034169453,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a97eeabfd62585c","name":"Refresh subscription","time":{"start":1729034209110,"stop":1729034209110,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b8e3c9586c677fc","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1729033857766,"stop":1729033857767,"duration":1},"status":"passed","severity":"normal"},{"uid":"23093e0a7e74ffa1","name":"should throw error - no public key","time":{"start":1729033843114,"stop":1729033843115,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f0cadd3a2d0cf5b","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1729033834365,"stop":1729033834365,"duration":0},"status":"passed","severity":"normal"},{"uid":"d64c3c17fe6b42be","name":"Check received message containing Script","time":{"start":1729034121891,"stop":1729034121891,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6ac620099e54f87","name":"Fields are not dropped","time":{"start":1729033849966,"stop":1729033849967,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5a9240e28384e7a","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1729033834385,"stop":1729033834386,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5439b3e0d6a28b2","name":"Check message received after jswaku node is restarted","time":{"start":1729034121957,"stop":1729034121958,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e7fd6362d20e608e","name":"should set field with only LIGHTPUSH enabled","time":{"start":1729033843126,"stop":1729033843126,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcbdaecdf430c001","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1729033834389,"stop":1729033834390,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f630ff3c83cd572","name":"same cluster, same shard: nodes connect","time":{"start":1729034063495,"stop":1729034063495,"duration":0},"status":"passed","severity":"normal"},{"uid":"3648a8a21b551151","name":"should load peers from local storage and dispatch events","time":{"start":1729033862329,"stop":1729033862330,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4ec123c5c6fd6c1","name":"should be able to encode the field with only FILTER set to true","time":{"start":1729033842338,"stop":1729033842339,"duration":1},"status":"passed","severity":"normal"},{"uid":"704282a90b3f59cd","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1729033834402,"stop":1729033834402,"duration":0},"status":"passed","severity":"normal"},{"uid":"83acd30f98f1e9b6","name":"should set field with only RELAY enabled","time":{"start":1729033843125,"stop":1729033843125,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f53383fae484a00","name":"Push message with shell command payload","time":{"start":1729034137133,"stop":1729034137134,"duration":1},"status":"passed","severity":"normal"},{"uid":"269f118261b0e78c","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1729033976796,"stop":1729033976797,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6af9ea87cf4efa3","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1729034209088,"stop":1729034209089,"duration":1},"status":"passed","severity":"normal"},{"uid":"10f34c4a3309713a","name":"Check message with invalid timestamp is not received","time":{"start":1729034121900,"stop":1729034121901,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9c840556bfa3253","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034066152,"stop":1729034066152,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2d2808b98af2f41","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1729033976784,"stop":1729033976788,"duration":4},"status":"passed","severity":"normal"},{"uid":"5c7a364f1c33113d","name":"Ping on peer without subscriptions","time":{"start":1729033939921,"stop":1729033939922,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7a412c046fada37","name":"should use the provided clusterId for the pubsub topic","time":{"start":1729033834399,"stop":1729033834399,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff27a4006fa9f81d","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1729033834387,"stop":1729033834388,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9c6ab17937e8915","name":"random static sharding 7 - Cluster ID: 74, Shard ID: 219","time":{"start":1729034177533,"stop":1729034177534,"duration":1},"status":"passed","severity":"normal"},{"uid":"289b06f6007df0d9","name":"LightPush with 1 connections","time":{"start":1729033977224,"stop":1729033977225,"duration":1},"status":"skipped","severity":"normal"},{"uid":"38b9f0a2f5958c93","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1729033904750,"stop":1729033904751,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e3d8ebbc211d2719","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1729033834386,"stop":1729033834386,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cbc28476121cdfe","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1729034209119,"stop":1729034209119,"duration":0},"status":"passed","severity":"normal"},{"uid":"a647d4f394b0257f","name":"Check publish message containing shell command","time":{"start":1729034144764,"stop":1729034144764,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7d61e4e9b27f10d","name":"Refresh subscription","time":{"start":1729034209092,"stop":1729034209093,"duration":1},"status":"passed","severity":"normal"},{"uid":"67068f3dd6f6f81d","name":"Ephemeral field is preserved - encoder v0","time":{"start":1729033899383,"stop":1729033899384,"duration":1},"status":"passed","severity":"normal"},{"uid":"544b66bf156c221e","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1729033842343,"stop":1729033842344,"duration":1},"status":"passed","severity":"normal"},{"uid":"d521239005ea1479","name":"should properly create location multiaddrs - udp4","time":{"start":1729033843119,"stop":1729033843119,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7e8b7c01bbb853d","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1729034137162,"stop":1729034137162,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb86f409926bc59c","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1729033868322,"stop":1729033868324,"duration":2},"status":"passed","severity":"normal"},{"uid":"632472c57f425b01","name":"Init the array if not present","time":{"start":1729033834022,"stop":1729033834024,"duration":2},"status":"passed","severity":"normal"},{"uid":"4b958bcfb990dc36","name":"Subscribe to topic containing JSON and publish message","time":{"start":1729034147781,"stop":1729034147786,"duration":5},"status":"passed","severity":"normal"},{"uid":"2256cff14160508a","name":"should set field with only STORE enabled","time":{"start":1729033843125,"stop":1729033843125,"duration":0},"status":"passed","severity":"normal"},{"uid":"3753212e93aec969","name":"Encoder throws on undefined content topic","time":{"start":1729033868326,"stop":1729033868326,"duration":0},"status":"passed","severity":"normal"},{"uid":"59e483add69818b4","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1729033834402,"stop":1729033834402,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf7855c67c532be8","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1729033976777,"stop":1729033976778,"duration":1},"status":"passed","severity":"normal"},{"uid":"e34247458b5c18d7","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1729033942622,"stop":1729033942623,"duration":1},"status":"passed","severity":"normal"},{"uid":"e61264c1dd01de7","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1729033976816,"stop":1729033976816,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fa88599bbec61f4","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1729033836803,"stop":1729033836803,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2755c5603d4bd99","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1729033834399,"stop":1729033834399,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bb9fe7293c3b85","name":"should emit a peer event after start","time":{"start":1729033904745,"stop":1729033904747,"duration":2},"status":"passed","severity":"normal"},{"uid":"f6aff17b0d7a84ac","name":"1 Relay, 1 fetch","time":{"start":1729033858029,"stop":1729033858029,"duration":0},"status":"passed","severity":"normal"},{"uid":"98c400b153fb0004","name":"Subscribe to topic containing long and receive message","time":{"start":1729034209093,"stop":1729034209095,"duration":2},"status":"passed","severity":"normal"},{"uid":"d129863327a3a84d","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1729033834365,"stop":1729033834366,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d5b9df835846532","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1729034148002,"stop":1729034148002,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1c13206dcd827314","name":"returns nothing if no connections present","time":{"start":1729033849376,"stop":1729033849378,"duration":2},"status":"passed","severity":"normal"},{"uid":"ee2c69ec5c974591","name":"should remove the specified number of excess peers","time":{"start":1729033874963,"stop":1729033874964,"duration":1},"status":"passed","severity":"normal"},{"uid":"f77d2dc2c437401f","name":"Keep-alive pings maintain the connection","time":{"start":1729033974450,"stop":1729033974451,"duration":1},"status":"passed","severity":"normal"},{"uid":"f62b76c95e06c02e","name":"tcp ip4 address","time":{"start":1729033842412,"stop":1729033842412,"duration":0},"status":"passed","severity":"normal"},{"uid":"722859d86bf59499","name":"Wrong topic","time":{"start":1729034169451,"stop":1729034169452,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7d6a0b0031b81ee","name":"Push message with content topic containing unicode special characters","time":{"start":1729034137153,"stop":1729034137154,"duration":1},"status":"passed","severity":"normal"},{"uid":"a050468f139493ae","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1729034169452,"stop":1729034169453,"duration":1},"status":"passed","severity":"normal"},{"uid":"db1c0ea812fa6f02","name":"Query Generator, Multiple PubsubTopics","time":{"start":1729034188113,"stop":1729034188113,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b7188cb770d7c92","name":"LightPush: 1 peers, Filter: 1 peers","time":{"start":1729033977063,"stop":1729033977063,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7b58f1f0eca0a785","name":"Check received message containing shell command","time":{"start":1729034121940,"stop":1729034121940,"duration":0},"status":"passed","severity":"normal"},{"uid":"daa9c02354d85bd9","name":"Check received message containing escaped characters","time":{"start":1729034121895,"stop":1729034121895,"duration":0},"status":"passed","severity":"normal"},{"uid":"53370bae1611bd7d","name":"should check connected peers if present and suitable","time":{"start":1729033875028,"stop":1729033875029,"duration":1},"status":"passed","severity":"normal"},{"uid":"41eaf3b4778cc208","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1729033976801,"stop":1729033976802,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f24347699d70e7","name":"LightPush: 2 peers, Filter: 2 peers","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"status":"skipped","severity":"normal"},{"uid":"870921c1d9d54e14","name":"Check publish message containing special chars","time":{"start":1729034144759,"stop":1729034144760,"duration":1},"status":"passed","severity":"normal"},{"uid":"812dbd0259895dcd","name":"should return false","time":{"start":1729033843116,"stop":1729033843116,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7e7422287d4b82c","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1729033976800,"stop":1729033976801,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1daa6bdf9484449","name":"Check received message containing Arabic","time":{"start":1729034121889,"stop":1729034121889,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa64dad131ac184d","name":"Should update multiaddrs","time":{"start":1729034067822,"stop":1729034067823,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f1700c09340db38","name":"Push 30 different messages","time":{"start":1729034137137,"stop":1729034137142,"duration":5},"status":"passed","severity":"normal"},{"uid":"70115caa9aaef4a6","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1729033976802,"stop":1729033976802,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fee5c729271ec96","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app34/5/topic449/xml","time":{"start":1729034169450,"stop":1729034169450,"duration":0},"status":"passed","severity":"normal"},{"uid":"b778c3ab88171537","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1729033834394,"stop":1729033834394,"duration":0},"status":"passed","severity":"normal"},{"uid":"e174dee5ad6565e0","name":"less peers than existing","time":{"start":1729034122310,"stop":1729034122311,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f9ee8d2f0b3e855d","name":"Push message with content topic containing JSON","time":{"start":1729034129477,"stop":1729034129478,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f46314006676797","name":"Waku message hash computation (no timestamp)","time":{"start":1729033836804,"stop":1729033836804,"duration":0},"status":"passed","severity":"normal"},{"uid":"5644886a91e8d1d4","name":"Throws when trying to push message with empty payload","time":{"start":1729034129473,"stop":1729034129473,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a9c00262e138817","name":"Subscribe to topic containing Script and receive message","time":{"start":1729034209114,"stop":1729034209114,"duration":0},"status":"passed","severity":"normal"},{"uid":"6207ca2dbf2798f0","name":"Symmetric encrypt & Decrypt","time":{"start":1729033868926,"stop":1729033868926,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb9665d82b7df79","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1729034177524,"stop":1729034177524,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1dd3b8041b1fb0d","name":"should properly create location multiaddrs - tcp4","time":{"start":1729033843119,"stop":1729033843123,"duration":4},"status":"passed","severity":"normal"},{"uid":"9ee99d1cad77c1d1","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1729034169193,"stop":1729034169194,"duration":1},"status":"passed","severity":"normal"},{"uid":"92e129b12baa52e","name":"Query with Promise Callback, No Decoder","time":{"start":1729034188118,"stop":1729034188119,"duration":1},"status":"passed","severity":"normal"},{"uid":"88b2a676a5b133cf","name":"ignores domain fetching errors","time":{"start":1729033858269,"stop":1729033858270,"duration":1},"status":"passed","severity":"normal"},{"uid":"95afe24dcb969841","name":"addEventListener with correct event","time":{"start":1729033933478,"stop":1729033933479,"duration":1},"status":"passed","severity":"normal"},{"uid":"e90f659114aa1c3a","name":"Check received message containing short","time":{"start":1729034121875,"stop":1729034121875,"duration":0},"status":"passed","severity":"normal"},{"uid":"e94e3a5213fb248a","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1729033850405,"stop":1729033850405,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f115fb5bd6c39d6","name":"Push message with content topic containing numeric","time":{"start":1729034137143,"stop":1729034137143,"duration":0},"status":"passed","severity":"normal"},{"uid":"8746634b20d84d28","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1729033976779,"stop":1729033976781,"duration":2},"status":"passed","severity":"normal"},{"uid":"b88b2a4471e858ee","name":"should reject if Store is requested but not mounted","time":{"start":1729033875027,"stop":1729033875027,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9b90d303ba44a9d","name":"throws on content topic with generation field greater than 0","time":{"start":1729033834361,"stop":1729033834361,"duration":0},"status":"passed","severity":"normal"},{"uid":"e92800683929a2a9","name":"Check received message containing Chinese","time":{"start":1729034014835,"stop":1729034014835,"duration":0},"status":"passed","severity":"normal"},{"uid":"51f82ffee840965c","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1729033942597,"stop":1729033942597,"duration":0},"status":"passed","severity":"normal"},{"uid":"a69b1f6835832d17","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app58/7/topic58/proto","time":{"start":1729034169450,"stop":1729034169451,"duration":1},"status":"passed","severity":"normal"},{"uid":"825ed285bf8a59f6","name":"should throw an error for empty SingleShardInfos array","time":{"start":1729033834379,"stop":1729033834379,"duration":0},"status":"passed","severity":"normal"},{"uid":"e905e532cade9bbc","name":"Add multiple subscription objects on single nwaku node","time":{"start":1729034041507,"stop":1729034041507,"duration":0},"status":"passed","severity":"normal"},{"uid":"abc8b3bc28e83319","name":"should return the correct number of peers","time":{"start":1729033874960,"stop":1729033874960,"duration":0},"status":"passed","severity":"normal"},{"uid":"747430b44b05be25","name":"Check received message containing long","time":{"start":1729034121875,"stop":1729034121875,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9ca7d21919a33f3","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1729034041473,"stop":1729034041473,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b1aff59d9060251","name":"Push message with content topic containing Basic HTML tag","time":{"start":1729034137148,"stop":1729034137148,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a39c20b01cb3330","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1729034209128,"stop":1729034209128,"duration":0},"status":"passed","severity":"normal"},{"uid":"cad78f4e01529952","name":"removeEventListener with correct event","time":{"start":1729033933480,"stop":1729033933480,"duration":0},"status":"passed","severity":"normal"},{"uid":"d55c6272ae119c77","name":"more peers than existing","time":{"start":1729034122310,"stop":1729034122310,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ae66aa480bd26e39","name":"Check message with non string payload is not received","time":{"start":1729034121908,"stop":1729034121908,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff8df023da2623fe","name":"Encoder throws on undefined content topic","time":{"start":1729033850549,"stop":1729033850549,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d7eae6322fa4c16","name":"Query generator for multiple messages with different content topic format","time":{"start":1729034213017,"stop":1729034213018,"duration":1},"status":"passed","severity":"normal"},{"uid":"faeba9f5c97b95d9","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1729033834381,"stop":1729033834381,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8580d4d4d677a38","name":"Push message with unicode special characters payload","time":{"start":1729034129472,"stop":1729034129472,"duration":0},"status":"passed","severity":"normal"},{"uid":"1265637a582b5166","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1729034177537,"stop":1729034177538,"duration":1},"status":"passed","severity":"normal"},{"uid":"782c3805f6976a7f","name":"Subscribe and receive messages via waku relay post","time":{"start":1729034209087,"stop":1729034209088,"duration":1},"status":"passed","severity":"normal"},{"uid":"88cfb5bcb9a9e6f9","name":"Reusing cursor across nodes","time":{"start":1729034169195,"stop":1729034169195,"duration":0},"status":"passed","severity":"normal"},{"uid":"57df7b288d19998f","name":"LightPush: 3 peers, Filter: 2 peers","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f7c12c91852a1650","name":"can start and stop the service","time":{"start":1729033904743,"stop":1729033904744,"duration":1},"status":"passed","severity":"normal"},{"uid":"27d70574f1f22d72","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1729034041501,"stop":1729034041501,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec41d35d1f5579dd","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1729034169192,"stop":1729034169192,"duration":0},"status":"passed","severity":"normal"},{"uid":"962a524db3f2bdc4","name":"Check publish message containing escaped characters","time":{"start":1729034144764,"stop":1729034144765,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4f4b6d6cf68e401","name":"Passing page size 19 when there are 20 messages","time":{"start":1729034208295,"stop":1729034208295,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc2c5442abfa0eed","name":"should return the pubsub topic directly if a string is provided","time":{"start":1729033834394,"stop":1729033834394,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c37947a7554e6ad","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1729033869943,"stop":1729033869944,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9775c3f0b708bdb","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1729034188118,"stop":1729034188118,"duration":0},"status":"passed","severity":"normal"},{"uid":"66dd78ba06982884","name":"listenerCount","time":{"start":1729033933481,"stop":1729033933481,"duration":0},"status":"passed","severity":"normal"},{"uid":"b05883cd515474e8","name":"Check publish message containing Russian","time":{"start":1729034144761,"stop":1729034144762,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f114817c175f285","name":"Push message with content topic containing Chinese","time":{"start":1729034137144,"stop":1729034137145,"duration":1},"status":"passed","severity":"normal"},{"uid":"56fe24c9e41f5f3b","name":"Push message with rate limit","time":{"start":1729034137156,"stop":1729034137157,"duration":1},"status":"passed","severity":"normal"},{"uid":"69ac031071352433","name":"should fail to send if pubsub topics are misconfigured","time":{"start":1729033875010,"stop":1729033875011,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f55a89d7fc93bb7","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1729033976805,"stop":1729033976805,"duration":0},"status":"passed","severity":"normal"},{"uid":"c12d8e1bd37e43c7","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1729033834374,"stop":1729033834374,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea7dfeef7d0b4123","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1729033834375,"stop":1729033834375,"duration":0},"status":"passed","severity":"normal"},{"uid":"45ca7af456fdf7c1","name":"Check received message containing special chars","time":{"start":1729034121915,"stop":1729034121918,"duration":3},"status":"passed","severity":"normal"},{"uid":"a07cb452b8326a7c","name":"Fails to publish message with wrong content topic","time":{"start":1729034144770,"stop":1729034144770,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fc1eb106f14f3a8","name":"LightPush: 3 peers, Filter: 1 peers","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6a1aaf470ee94a6c","name":"LightPush: 1 peers, Filter: 2 peers","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b39f5ce152724ab7","name":"can start the service","time":{"start":1729033904743,"stop":1729033904743,"duration":0},"status":"passed","severity":"normal"},{"uid":"8184c75214e566d9","name":"should throw an error if shards are undefined for static sharding","time":{"start":1729033834382,"stop":1729033834382,"duration":0},"status":"passed","severity":"normal"},{"uid":"79ed760599a4b4f5","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034200065,"stop":1729034200066,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f4ef2dd43995494","name":"Check received message containing unicode special characters","time":{"start":1729034121895,"stop":1729034121896,"duration":1},"status":"passed","severity":"normal"},{"uid":"304b15f0f3fefa40","name":"Check received message with timestamp: 1729033892688000000 ","time":{"start":1729034014873,"stop":1729034014876,"duration":3},"status":"passed","severity":"normal"},{"uid":"468abe1a9f7efa77","name":"should reject if Filter is requested but not mounted","time":{"start":1729033875027,"stop":1729033875028,"duration":1},"status":"passed","severity":"normal"},{"uid":"1401c875c8283aea","name":"Push message with meta","time":{"start":1729034137155,"stop":1729034137156,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b369ae159a9ff82","name":"should properly create location multiaddrs - tcp","time":{"start":1729033843124,"stop":1729033843124,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bd56dbf66769fc1","name":"Check received message containing shell command","time":{"start":1729034121894,"stop":1729034121895,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a5c5861572bac51","name":"throws on content topic with empty encoding field","time":{"start":1729033834363,"stop":1729033834364,"duration":1},"status":"passed","severity":"normal"},{"uid":"b70edadf0e11f8bc","name":"should call waitForPeer on Relay","time":{"start":1729033875030,"stop":1729033875030,"duration":0},"status":"passed","severity":"normal"},{"uid":"60ff1e299ba587d3","name":"Query Generator - false","time":{"start":1729034191994,"stop":1729034191995,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff78e1f7451b786d","name":"groups content topics by expected pubsub topic","time":{"start":1729033834376,"stop":1729033834376,"duration":0},"status":"passed","severity":"normal"},{"uid":"dace930220d137e6","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1729033843113,"stop":1729033843113,"duration":0},"status":"passed","severity":"normal"},{"uid":"70f8761a43b0ca3f","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1729033925378,"stop":1729033925380,"duration":2},"status":"passed","severity":"normal"},{"uid":"d3f95e7b96dbeb27","name":"returns all values when wanted number matches available values","time":{"start":1729033857424,"stop":1729033857426,"duration":2},"status":"passed","severity":"normal"},{"uid":"9c5f8fb7ea31cccd","name":"should not fail to stop the service if it was not started","time":{"start":1729033862327,"stop":1729033862327,"duration":0},"status":"passed","severity":"normal"},{"uid":"57fecdc01a91746c","name":"Passing invalid cursor","time":{"start":1729034169195,"stop":1729034169196,"duration":1},"status":"passed","severity":"normal"},{"uid":"44842cd37fb8acb5","name":"isConnected between 2 js-waku relay nodes","time":{"start":1729033925387,"stop":1729033925387,"duration":0},"status":"passed","severity":"normal"},{"uid":"79055e469f30426a","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1729033976804,"stop":1729033976804,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1b12e7fdfb860f3","name":"Sample","time":{"start":1729033842408,"stop":1729033842409,"duration":1},"status":"passed","severity":"normal"},{"uid":"f676f8e4a965f9ca","name":"Renews peer on consistent missed messages","time":{"start":1729033974456,"stop":1729033974459,"duration":3},"status":"passed","severity":"normal"},{"uid":"ae712d8168b74c63","name":"peer:update - should do nothing if another protocol hit","time":{"start":1729033850299,"stop":1729033850300,"duration":1},"status":"passed","severity":"normal"},{"uid":"8abf46011fd069b3","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1729033834383,"stop":1729033834383,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d289f814c5f3faa","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034066161,"stop":1729034066161,"duration":0},"status":"passed","severity":"normal"},{"uid":"249094951590ce0f","name":"non connected peers","time":{"start":1729034122311,"stop":1729034122311,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d7bb40dfcbc7fcc2","name":"should decode valid enr with tcp successfully","time":{"start":1729033843113,"stop":1729033843114,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a713ac89c42c413","name":"should throw error - no public key","time":{"start":1729033843116,"stop":1729033843116,"duration":0},"status":"passed","severity":"normal"},{"uid":"f290f7e70d55ae92","name":"Round trip binary serialization","time":{"start":1729033850547,"stop":1729033850548,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b9cd92097da8e53","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1729033834397,"stop":1729033834397,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9367fde23fc9ee2","name":"can start the service","time":{"start":1729034162414,"stop":1729034162414,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a38ac73718b76bf","name":"Push message with Russian payload","time":{"start":1729034129468,"stop":1729034129469,"duration":1},"status":"passed","severity":"normal"},{"uid":"e105bb35deb1b550","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976790,"stop":1729033976793,"duration":3},"status":"passed","severity":"normal"},{"uid":"7356360137264b16","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976806,"stop":1729033976806,"duration":0},"status":"passed","severity":"normal"},{"uid":"eff1ea13d123020f","name":"Check message with no payload is not received","time":{"start":1729034014880,"stop":1729034014880,"duration":0},"status":"passed","severity":"normal"},{"uid":"1304bb9dded24530","name":"Subscribe to topic containing long and receive message","time":{"start":1729034041488,"stop":1729034041488,"duration":0},"status":"passed","severity":"normal"},{"uid":"cece4c5c88086652","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1729034014877,"stop":1729034014878,"duration":1},"status":"passed","severity":"normal"},{"uid":"56ab6665b31e7479","name":"Check message received after jswaku node is restarted","time":{"start":1729034121909,"stop":1729034121909,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8e4fec60d1972eb7","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1729034041490,"stop":1729034041490,"duration":0},"status":"passed","severity":"normal"},{"uid":"904d7d19947bca4e","name":"should return usable stream attached to connection","time":{"start":1729033850295,"stop":1729033850296,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9d88f93e9e346e","name":"Check received message containing escaped characters","time":{"start":1729034014867,"stop":1729034014871,"duration":4},"status":"passed","severity":"normal"},{"uid":"215e4b969d76f202","name":"Fails to push message with large meta","time":{"start":1729034129480,"stop":1729034129480,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bef0cac260f3ac0","name":"LightPush: 0 peers, Filter: 2 peers","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"status":"skipped","severity":"normal"},{"uid":"468e42b4b598603c","name":"configure the node with multiple pubsub topics","time":{"start":1729034177536,"stop":1729034177536,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6869e290b8f8d23","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1729033858274,"stop":1729033858274,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7c5e6f6a1aff01a3","name":"Decrypt messages","time":{"start":1729034124336,"stop":1729034124336,"duration":0},"status":"passed","severity":"normal"},{"uid":"aef5e529d304a9db","name":"Check message received after nwaku node is restarted","time":{"start":1729034014882,"stop":1729034014882,"duration":0},"status":"skipped","severity":"normal"},{"uid":"873563b32fe98748","name":"should return unique PubsubTopics for static sharding","time":{"start":1729033834380,"stop":1729033834380,"duration":0},"status":"passed","severity":"normal"},{"uid":"1934db6b77d06e2f","name":"Push message with content topic containing escaped characters","time":{"start":1729034137150,"stop":1729034137153,"duration":3},"status":"passed","severity":"normal"},{"uid":"e91cd66ab354b1d9","name":"addEventListener with wrong event","time":{"start":1729033933479,"stop":1729033933479,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2d69a734079f3db","name":"Filter with 0 connections","time":{"start":1729033977224,"stop":1729033977224,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ae0c594a989029a5","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1729033976794,"stop":1729033976796,"duration":2},"status":"passed","severity":"normal"},{"uid":"217443214b18487f","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1729033834379,"stop":1729033834379,"duration":0},"status":"passed","severity":"normal"},{"uid":"7899bc23f3cdca04","name":"Push message with content topic containing escaped characters","time":{"start":1729034129478,"stop":1729034129478,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5c3fc2dd1b960a8","name":"Correctly serialized arguments","time":{"start":1729034066291,"stop":1729034066292,"duration":1},"status":"passed","severity":"normal"},{"uid":"379105f3c57e2b21","name":"Push message with escaped characters payload","time":{"start":1729034137134,"stop":1729034137134,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc49bcae5720a76f","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1729034041508,"stop":1729034041508,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b53ed22dd056a25","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1729033834393,"stop":1729033834393,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0fa5ee697346596","name":"Push message with content topic containing unicode special characters","time":{"start":1729034129479,"stop":1729034129479,"duration":0},"status":"passed","severity":"normal"},{"uid":"e08337e36261d9b2","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1729034041485,"stop":1729034041485,"duration":0},"status":"passed","severity":"normal"},{"uid":"f290fbd63a5b8d29","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1729034209102,"stop":1729034209103,"duration":1},"status":"passed","severity":"normal"},{"uid":"b42ddd7946551d02","name":"Push message with custom timestamp: 1698275615236","time":{"start":1729034129481,"stop":1729034129481,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c726e6c66ffa857","name":"handles different clusterIds correctly","time":{"start":1729033834377,"stop":1729033834377,"duration":0},"status":"passed","severity":"normal"},{"uid":"cad5d9ff81c373e2","name":"should handle corrupted local storage data gracefully","time":{"start":1729033862330,"stop":1729033862330,"duration":0},"status":"passed","severity":"normal"},{"uid":"a02d806401e19c4e","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1729034148002,"stop":1729034148002,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6379544a67e2d88","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034066157,"stop":1729034066158,"duration":1},"status":"passed","severity":"normal"},{"uid":"588f6e691a44cd5b","name":"Publish message with custom timestamp: Tue Oct 15 2024 22:15:37 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034144768,"stop":1729034144768,"duration":0},"status":"passed","severity":"normal"},{"uid":"476627d6dbbef937","name":"Push message with XML payload","time":{"start":1729034129470,"stop":1729034129470,"duration":0},"status":"passed","severity":"normal"},{"uid":"1100bd4eb7b5f537","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1729033834391,"stop":1729033834391,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bf7260e1f5c7531","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1729033976807,"stop":1729033976807,"duration":0},"status":"passed","severity":"normal"},{"uid":"9598553d209f7eda","name":"Push message with custom timestamp: 1729037615236","time":{"start":1729034129482,"stop":1729034129482,"duration":0},"status":"passed","severity":"normal"},{"uid":"6750c39ef660a0a8","name":"Encoder throws on empty string content topic","time":{"start":1729033850549,"stop":1729033850549,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3ad83cecdb08bcd","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1729033965753,"stop":1729033965753,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbe668c7d775dc98","name":"Subscribe to topic containing shell command and receive message","time":{"start":1729034209102,"stop":1729034209102,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a2dd40c8790e869","name":"should not receive a peer event before start","time":{"start":1729033904747,"stop":1729033904747,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a76ca23457f9387","name":"Check message with no content topic is not received","time":{"start":1729034121953,"stop":1729034121954,"duration":1},"status":"passed","severity":"normal"},{"uid":"f996bedc083ea65d","name":"Push message with rate limit","time":{"start":1729034129480,"stop":1729034129481,"duration":1},"status":"passed","severity":"normal"},{"uid":"b93f2c030e0bedfb","name":"Generator, custom pubsub topic","time":{"start":1729034200067,"stop":1729034200069,"duration":2},"status":"passed","severity":"normal"},{"uid":"3678bbde617c59a8","name":"should not fail to stop the service if it was not started","time":{"start":1729034162415,"stop":1729034162415,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7f9fe03fc645d21","name":"should wait for Filter peer to be connected","time":{"start":1729033875029,"stop":1729033875029,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b66469b6ba11d2","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1729033834396,"stop":1729033834396,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a7db5d2bd2c0ae8","name":"Query with Ordered Callback, No message returned","time":{"start":1729034188117,"stop":1729034188118,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2427ded3dee1ebe","name":"Check received message containing numeric","time":{"start":1729034121914,"stop":1729034121915,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8b57d9537e2da08","name":"Check received message containing Basic HTML tag","time":{"start":1729034121892,"stop":1729034121892,"duration":0},"status":"passed","severity":"normal"},{"uid":"23a2ab4beac3d03c","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1729033857764,"stop":1729033857765,"duration":1},"status":"passed","severity":"normal"},{"uid":"5dc7840febbba858","name":"removeEventListener with wrong event","time":{"start":1729033933480,"stop":1729033933480,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ec0a85e02546344","name":"Fails to push message with empty content topic","time":{"start":1729034129479,"stop":1729034129480,"duration":1},"status":"passed","severity":"normal"},{"uid":"49a75ab01ba7cdc5","name":"random static sharding 10 - Cluster ID: 529, Shard ID: 960","time":{"start":1729034177535,"stop":1729034177536,"duration":1},"status":"passed","severity":"normal"},{"uid":"fad75959170f9c1d","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1729034137164,"stop":1729034137164,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5b019ad463d36f5","name":"Check publish message containing SQL Injection","time":{"start":1729034144762,"stop":1729034144762,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb50d15d78f8e19e","name":"Subscribe to topic containing XML and publish message","time":{"start":1729034147781,"stop":1729034147781,"duration":0},"status":"passed","severity":"normal"},{"uid":"c27a644ada82126","name":"Publish message with custom timestamp: Wed Oct 25 2023 23:15:37 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034144767,"stop":1729034144768,"duration":1},"status":"passed","severity":"normal"},{"uid":"213ae7747d7ffbe2","name":"Subscribe and receives messages on 20 topics","time":{"start":1729034209107,"stop":1729034209107,"duration":0},"status":"passed","severity":"normal"},{"uid":"76c83484cb09281d","name":"Check received message with timestamp: 1649153314 ","time":{"start":1729034121899,"stop":1729034121899,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e339eb245e48367","name":"Passing page size 110 when there are 120 messages","time":{"start":1729034208295,"stop":1729034208295,"duration":0},"status":"passed","severity":"normal"},{"uid":"bae066ea0937368","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1729033892956,"stop":1729033892956,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d2a534378b4282","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1729033899384,"stop":1729033899385,"duration":1},"status":"passed","severity":"normal"},{"uid":"997ec848a1e13ccb","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034066153,"stop":1729034066153,"duration":0},"status":"passed","severity":"normal"},{"uid":"73a1c469cf9057db","name":"should throw error - no id","time":{"start":1729033843115,"stop":1729033843115,"duration":0},"status":"passed","severity":"normal"},{"uid":"32ba962660412e34","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1729033900651,"stop":1729033900653,"duration":2},"status":"passed","severity":"normal"},{"uid":"8dd1ce60386702ae","name":"Check received message with timestamp: 1729033892674 ","time":{"start":1729034121899,"stop":1729034121899,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b224c5f3fcf2c67","name":"Push message with content topic containing SQL Injection","time":{"start":1729034137146,"stop":1729034137147,"duration":1},"status":"passed","severity":"normal"},{"uid":"a06cb4d39e4924ab","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1729033834395,"stop":1729033834396,"duration":1},"status":"passed","severity":"normal"},{"uid":"af9106982d94de63","name":"handles multiple messages","time":{"start":1729034211308,"stop":1729034211309,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5b2f50a1c4d55e5","name":"Check message on other pubsub topic is not received","time":{"start":1729034121953,"stop":1729034121953,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd0cdbbd47f54e1","name":"Push message with custom timestamp: 1729030415236","time":{"start":1729034129481,"stop":1729034129481,"duration":0},"status":"passed","severity":"normal"},{"uid":"be79d9dea684fb7a","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1729033858274,"stop":1729033858274,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7bdedde96cc68d50","name":"Check received message containing Arabic","time":{"start":1729034121931,"stop":1729034121931,"duration":0},"status":"passed","severity":"normal"},{"uid":"74092a168d3eacba","name":"Check message received after jswaku node is restarted","time":{"start":1729034014882,"stop":1729034014882,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4bc8c2d6b1b49a70","name":"Number of peers are maintained correctly","time":{"start":1729033974447,"stop":1729033974447,"duration":0},"status":"passed","severity":"normal"},{"uid":"52daed36c475da24","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1729033976789,"stop":1729033976790,"duration":1},"status":"passed","severity":"normal"},{"uid":"8dff0d8f39f2e499","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1729034041477,"stop":1729034041477,"duration":0},"status":"passed","severity":"normal"},{"uid":"c97493c8f189f6f6","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1729033834389,"stop":1729033834389,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8ee0a29081af6a2","name":"Check received message containing short","time":{"start":1729034014827,"stop":1729034014827,"duration":0},"status":"passed","severity":"normal"},{"uid":"394d2b747420596a","name":"Mutual subscription","time":{"start":1729034147759,"stop":1729034147760,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fb72ed78dcdda5e","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1729034209106,"stop":1729034209107,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d50f32c7ebe81e8","name":"should not receive a peer event after stop","time":{"start":1729034162416,"stop":1729034162417,"duration":1},"status":"passed","severity":"normal"},{"uid":"337e8de56e552ecc","name":"should decode valid enr successfully","time":{"start":1729033843113,"stop":1729033843113,"duration":0},"status":"passed","severity":"normal"},{"uid":"d102312858215e33","name":"Push message with custom timestamp: 1698275577436","time":{"start":1729034137157,"stop":1729034137158,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1383bac4562fb26","name":"Query generator for multiple messages with multiple decoders","time":{"start":1729034213017,"stop":1729034213017,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8e74cec2e36bf3b","name":"should only return 1 node with relay and store capability","time":{"start":1729033858271,"stop":1729033858272,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3b7cc5690108cfa","name":"Passing page size 3 when there are 20 messages","time":{"start":1729034208294,"stop":1729034208294,"duration":0},"status":"passed","severity":"normal"},{"uid":"13c9afdf003b23b8","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034066161,"stop":1729034066161,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e34179447f8771f","name":"Publish message with rate limit","time":{"start":1729034144773,"stop":1729034144774,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a8e22de62afb947","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1729033842350,"stop":1729033842350,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f520f5cd8cf847c","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1729033857765,"stop":1729033857766,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5a34da920945468","name":"Check message with invalid timestamp is not received","time":{"start":1729034121952,"stop":1729034121953,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cd5686e21697320","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1729033834390,"stop":1729033834391,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1af9d4bcc219a38","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1729033976797,"stop":1729033976797,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d0ea26c719c8254","name":"creates an iterator","time":{"start":1729034211308,"stop":1729034211308,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e8a3af46ecfe32d","name":"Ping on unsubscribed peer","time":{"start":1729033939922,"stop":1729033939922,"duration":0},"status":"passed","severity":"normal"},{"uid":"95b9b56c95ecfe26","name":"Push message with meta","time":{"start":1729034129480,"stop":1729034129480,"duration":0},"status":"passed","severity":"normal"},{"uid":"b94fa7351d01e5bd","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1729034034974,"stop":1729034034976,"duration":2},"status":"passed","severity":"normal"},{"uid":"567230e92eefcc88","name":"Push message with content topic containing XML","time":{"start":1729034129477,"stop":1729034129477,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2a979ab240db1c5","name":"should throw an error for missing required configuration","time":{"start":1729033834382,"stop":1729033834382,"duration":0},"status":"passed","severity":"normal"},{"uid":"bce766f40992978b","name":"should not fail to start the service if it is already started","time":{"start":1729033904744,"stop":1729033904745,"duration":1},"status":"passed","severity":"normal"},{"uid":"1757fff5384cb215","name":"Round trip binary encryption [ecies, signature]","time":{"start":1729033869944,"stop":1729033869944,"duration":0},"status":"passed","severity":"normal"},{"uid":"11bb2116837ffee1","name":"random static sharding 9 - Cluster ID: 129, Shard ID: 338","time":{"start":1729034177535,"stop":1729034177535,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0afe1a208547434","name":"Subscribe to topic containing Russian and publish message","time":{"start":1729034147780,"stop":1729034147780,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5f0f4ec0395127f","name":"should encode/decode to RLP encoding","time":{"start":1729033843117,"stop":1729033843117,"duration":0},"status":"passed","severity":"normal"},{"uid":"79ca731aa452e7ec","name":"should send to specified number of peers of used peers","time":{"start":1729033875011,"stop":1729033875011,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f10d442d4f6f884","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1729033899385,"stop":1729033899386,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e4878d8cd3a5386","name":"Query Generator, No Decoder","time":{"start":1729034188113,"stop":1729034188115,"duration":2},"status":"passed","severity":"normal"},{"uid":"209a13cc26091ad","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1729034169435,"stop":1729034169436,"duration":1},"status":"passed","severity":"normal"},{"uid":"65c444f119666655","name":"Generator, custom pubsub topic","time":{"start":1729034200064,"stop":1729034200065,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcd41c148a36baf6","name":"Encoder throws on undefined content topic","time":{"start":1729033869945,"stop":1729033869945,"duration":0},"status":"passed","severity":"normal"},{"uid":"49ee288dfa6ab127","name":"through manual discovery","time":{"start":1729034067354,"stop":1729034067355,"duration":1},"status":"passed","severity":"normal"},{"uid":"158c38ddb12f1d9d","name":"Check message with invalid timestamp is not received","time":{"start":1729034014878,"stop":1729034014878,"duration":0},"status":"passed","severity":"normal"},{"uid":"95d59c9e4e90b197","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1729033842344,"stop":1729033842345,"duration":1},"status":"passed","severity":"normal"},{"uid":"8510fb124606d97e","name":"Subscribe to topic containing Russian and receive message","time":{"start":1729034041490,"stop":1729034041491,"duration":1},"status":"passed","severity":"normal"},{"uid":"afcfccce3eafa91c","name":"Overlapping topic subscription","time":{"start":1729034209092,"stop":1729034209092,"duration":0},"status":"passed","severity":"normal"},{"uid":"608e0c34cccfca92","name":"Check received message with timestamp: 1649153314 ","time":{"start":1729034121948,"stop":1729034121951,"duration":3},"status":"passed","severity":"normal"},{"uid":"cba135ccb7b2f165","name":"Encoder throws on empty string content topic","time":{"start":1729033868327,"stop":1729033868328,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdbef5aaac5bc224","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1729033834394,"stop":1729033834395,"duration":1},"status":"passed","severity":"normal"},{"uid":"5cba75bc7a0e9cf4","name":"Subscribe to topic containing numeric and receive message","time":{"start":1729034041488,"stop":1729034041489,"duration":1},"status":"passed","severity":"normal"},{"uid":"e03453525f0fef2","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1729034147792,"stop":1729034147792,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad671ec7049aab7","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034200069,"stop":1729034200070,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1724edeb1c36b02","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1729034209090,"stop":1729034209090,"duration":0},"status":"passed","severity":"normal"},{"uid":"793736e75847cec5","name":"Ordered callback, aborts when callback returns true","time":{"start":1729034213020,"stop":1729034213020,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab0aead6031987d6","name":"Push message with JSON payload","time":{"start":1729034137133,"stop":1729034137133,"duration":0},"status":"passed","severity":"normal"},{"uid":"71b6e70e9e57fda8","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1729034121899,"stop":1729034121900,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f2bfe52b24493eb","name":"random static sharding 2 - Cluster ID: 947, Shard ID: 118","time":{"start":1729034177525,"stop":1729034177526,"duration":1},"status":"passed","severity":"normal"},{"uid":"511d78b3288a3b2b","name":"should find and add new peers","time":{"start":1729033874965,"stop":1729033874965,"duration":0},"status":"passed","severity":"normal"},{"uid":"2933df868be9a063","name":"Check received message containing JSON","time":{"start":1729034121940,"stop":1729034121940,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee29586b3dbe0824","name":"Subscribe to topic containing short and receive message","time":{"start":1729034209093,"stop":1729034209093,"duration":0},"status":"passed","severity":"normal"},{"uid":"14dd65eadc221420","name":"same cluster, different shard: nodes connect","time":{"start":1729034063496,"stop":1729034063497,"duration":1},"status":"passed","severity":"normal"},{"uid":"33b51db819627fb0","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1729033842345,"stop":1729033842346,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5c2dde2f136ed5d","name":"Default pageSize","time":{"start":1729034208295,"stop":1729034208296,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3632c673bf8652a","name":"Subscribe and receive messages via lightPush","time":{"start":1729034041472,"stop":1729034041473,"duration":1},"status":"passed","severity":"normal"},{"uid":"de5ab1fa7d58ee53","name":"should not receive a peer event after stop","time":{"start":1729033862329,"stop":1729033862329,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc3932093d848c72","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1729033842340,"stop":1729033842342,"duration":2},"status":"passed","severity":"normal"},{"uid":"29e20a25181822dc","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1729034034986,"stop":1729034034986,"duration":0},"status":"passed","severity":"normal"},{"uid":"45e6661335ca799f","name":"Check received message with timestamp: 1729033892688 ","time":{"start":1729034014876,"stop":1729034014877,"duration":1},"status":"passed","severity":"normal"},{"uid":"a98a81f6745f52ba","name":"Check received message containing special chars","time":{"start":1729034121882,"stop":1729034121882,"duration":0},"status":"passed","severity":"normal"},{"uid":"b48472ccfba8f8e8","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1729033834373,"stop":1729033834373,"duration":0},"status":"passed","severity":"normal"},{"uid":"8aed09c3c889b5b5","name":"should return all peers when numPeers is 0","time":{"start":1729033850403,"stop":1729033850404,"duration":1},"status":"passed","severity":"normal"},{"uid":"44290cfabc20bd16","name":"Check received message containing unicode special characters","time":{"start":1729034121945,"stop":1729034121946,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fb4e6463603829c","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1729033857767,"stop":1729033857768,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0347586aa8106a8","name":"should only return 1 node with relay capability","time":{"start":1729033858271,"stop":1729033858271,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9c453161eb7cd31","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1729033834374,"stop":1729033834375,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbcc98d706d0d618","name":"Ordered Callback - true","time":{"start":1729034191995,"stop":1729034191996,"duration":1},"status":"passed","severity":"normal"},{"uid":"63acd4c5b9f4d77c","name":"Check received message containing SQL Injection","time":{"start":1729034121936,"stop":1729034121937,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6ebbb055be13728","name":"Relay + Store","time":{"start":1729033899736,"stop":1729033899737,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d85e34bfb34c0b3","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1729033834381,"stop":1729033834381,"duration":0},"status":"passed","severity":"normal"},{"uid":"65330bd619f1f9b5","name":"Subscribe to topic containing emoji and receive message","time":{"start":1729034041503,"stop":1729034041507,"duration":4},"status":"passed","severity":"normal"},{"uid":"22ccfe398d0bacbe","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1729033965752,"stop":1729033965752,"duration":0},"status":"passed","severity":"normal"},{"uid":"32bc6e2c93d61e40","name":"Push message with custom timestamp: 1729030377436","time":{"start":1729034137158,"stop":1729034137158,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc009a12a1f848ca","name":"safeDispatchEvent","time":{"start":1729033933482,"stop":1729033933482,"duration":0},"status":"passed","severity":"normal"},{"uid":"e67f5286595fca06","name":"Push message with Script payload","time":{"start":1729034137127,"stop":1729034137128,"duration":1},"status":"passed","severity":"normal"},{"uid":"94edeca01736ea9e","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1729034169193,"stop":1729034169193,"duration":0},"status":"passed","severity":"normal"},{"uid":"f72ad94f4e15f6ed","name":"Push message with content topic containing shell command","time":{"start":1729034129478,"stop":1729034129478,"duration":0},"status":"passed","severity":"normal"},{"uid":"95769ae8ddaa4e4a","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1729033976803,"stop":1729033976803,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0d4451bba380693","name":"should reject if Relay is requested but not mounted","time":{"start":1729033875026,"stop":1729033875026,"duration":0},"status":"passed","severity":"normal"},{"uid":"795863f0cf273a74","name":"nwaku subscribes","time":{"start":1729034140324,"stop":1729034140324,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcf06c79df223e43","name":"should throw error - no id","time":{"start":1729033843114,"stop":1729033843114,"duration":0},"status":"passed","severity":"normal"},{"uid":"c575085c61fb592c","name":"can start and stop the service","time":{"start":1729034162414,"stop":1729034162414,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea2cb21452217cd5","name":"Push message with unicode special characters payload","time":{"start":1729034137134,"stop":1729034137135,"duration":1},"status":"passed","severity":"normal"},{"uid":"696da7a61f1ddfd","name":"retrieves a single peer","time":{"start":1729033858267,"stop":1729033858268,"duration":1},"status":"passed","severity":"normal"},{"uid":"a901a55da3b101c","name":"Renews peer on consistent ping failures","time":{"start":1729033974452,"stop":1729033974452,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3218ad5535c842d","name":"Check received message containing escaped characters","time":{"start":1729034121941,"stop":1729034121941,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f320e050bc272f4","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1729034203622,"stop":1729034203622,"duration":0},"status":"passed","severity":"normal"},{"uid":"9aa6b7655117184d","name":"Ping on subscribed peer","time":{"start":1729033939920,"stop":1729033939920,"duration":0},"status":"passed","severity":"normal"},{"uid":"5df0a4d5c483da99","name":"Decoder throws on undefined content topic","time":{"start":1729033869945,"stop":1729033869946,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fa2a0410dd57166","name":"Register correct protocols","time":{"start":1729034147760,"stop":1729034147760,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee6e97b084a3d147","name":"should properly create location multiaddrs - udp","time":{"start":1729033843124,"stop":1729033843124,"duration":0},"status":"passed","severity":"normal"},{"uid":"505e9f06ec3cb0fa","name":"Check received message containing Russian","time":{"start":1729034121932,"stop":1729034121935,"duration":3},"status":"passed","severity":"normal"},{"uid":"d4f1dbc9f55a12d6","name":"Push message on custom pubsubTopic","time":{"start":1729034066160,"stop":1729034066161,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b657d1f2ed19eab","name":"Passing page size 10 when there are 10 messages","time":{"start":1729034208294,"stop":1729034208294,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9111ca1f9067fac","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1729034209113,"stop":1729034209114,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a5c759068785bb3","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1729034041476,"stop":1729034041477,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac74dae45c45bc5f","name":"should throw if no connection provided","time":{"start":1729033850296,"stop":1729033850297,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d29cb1f4c264b6d","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1729033834386,"stop":1729033834386,"duration":0},"status":"passed","severity":"normal"},{"uid":"a271c6ef7e658bc9","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1729033976774,"stop":1729033976774,"duration":0},"status":"passed","severity":"normal"},{"uid":"498b15e4a75ae15","name":"Query Generator, Wrong PubsubTopic","time":{"start":1729034188112,"stop":1729034188113,"duration":1},"status":"passed","severity":"normal"},{"uid":"10a5984620b8a7c5","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1729034137164,"stop":1729034137164,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8185a14d1f3fafa","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1729033842351,"stop":1729033842352,"duration":1},"status":"passed","severity":"normal"},{"uid":"c746b2a6093af86e","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1729033834390,"stop":1729033834390,"duration":0},"status":"passed","severity":"normal"},{"uid":"e46866fad503d91a","name":"Should update shard info","time":{"start":1729034067823,"stop":1729034067823,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2e649bd064259a","name":"can dial TLS multiaddrs","time":{"start":1729034067353,"stop":1729034067354,"duration":1},"status":"passed","severity":"normal"},{"uid":"2de499adbd44abfe","name":"Check publish message containing Basic HTML tag","time":{"start":1729034144763,"stop":1729034144763,"duration":0},"status":"passed","severity":"normal"},{"uid":"28cc4f0f1d1f043b","name":"should not receive a peer event before start","time":{"start":1729033862328,"stop":1729033862329,"duration":1},"status":"passed","severity":"normal"},{"uid":"7729b51269dd51c2","name":"LightPush: 1 peers, Filter: 3 peers","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c0c7ec48ad861984","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1729033834392,"stop":1729033834392,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7e183aabf0ac7f0","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app71/2/topic384/xml","time":{"start":1729034169449,"stop":1729034169449,"duration":0},"status":"passed","severity":"normal"},{"uid":"20a37b44f0e1e835","name":"Ping on subscribed peer","time":{"start":1729033937070,"stop":1729033937071,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ace509ce8c04794","name":"Ping on subscribed peer","time":{"start":1729033939924,"stop":1729033939924,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff1f2f47634e75f8","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1729034209101,"stop":1729034209101,"duration":0},"status":"passed","severity":"normal"},{"uid":"6681a50f32a14027","name":"should emit a peer event after start","time":{"start":1729034162415,"stop":1729034162416,"duration":1},"status":"passed","severity":"normal"},{"uid":"22677fa25313314a","name":"should not add existing peers","time":{"start":1729033874965,"stop":1729033874966,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9e563c3f519fb7e","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1729034209098,"stop":1729034209099,"duration":1},"status":"passed","severity":"normal"},{"uid":"77ca1f2bcc5180a1","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1729034034981,"stop":1729034034982,"duration":1},"status":"passed","severity":"normal"},{"uid":"808d2b4d2b57a869","name":"LightPush: 1 peers, Filter: 0 peers","time":{"start":1729033977063,"stop":1729033977063,"duration":0},"status":"skipped","severity":"normal"},{"uid":"eb5e8530b58d36b2","name":"Push message with content topic containing special chars","time":{"start":1729034129474,"stop":1729034129475,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ef41a7b1467200b","name":"Check received message with timestamp: 1729033892674 ","time":{"start":1729034121947,"stop":1729034121948,"duration":1},"status":"passed","severity":"normal"},{"uid":"871e10650c27cbe9","name":"Relay + Store","time":{"start":1729033843126,"stop":1729033843126,"duration":0},"status":"passed","severity":"normal"},{"uid":"8645c6d90fc7a99c","name":"Throws when trying to push message with empty payload","time":{"start":1729034137142,"stop":1729034137142,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff5bc14a0109865","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1729033900643,"stop":1729033900645,"duration":2},"status":"passed","severity":"normal"},{"uid":"45642fb225f18a96","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app40/2/topic778/json","time":{"start":1729034169441,"stop":1729034169442,"duration":1},"status":"passed","severity":"normal"},{"uid":"b651fdb03f329e0c","name":"Query Generator - true","time":{"start":1729034191991,"stop":1729034191994,"duration":3},"status":"passed","severity":"normal"},{"uid":"fee9102c91e1f31d","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1729033834374,"stop":1729033834374,"duration":0},"status":"passed","severity":"normal"},{"uid":"67111eabb74f5d90","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1729033858273,"stop":1729033858273,"duration":0},"status":"passed","severity":"normal"},{"uid":"8453cc9db3e58bf","name":"1 Store, 2 relays, 2 fetches","time":{"start":1729033858030,"stop":1729033858031,"duration":1},"status":"passed","severity":"normal"},{"uid":"27f75e82b69a994d","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1729034209087,"stop":1729034209087,"duration":0},"status":"passed","severity":"normal"},{"uid":"7715a08b90f54572","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1729034041500,"stop":1729034041501,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ccc75f24037f44a","name":"Check publish message after service node is restarted","time":{"start":1729034144772,"stop":1729034144772,"duration":0},"status":"skipped","severity":"normal"},{"uid":"58b52190440868ef","name":"Query generator for 2000 messages","time":{"start":1729034213020,"stop":1729034213021,"duration":1},"status":"passed","severity":"normal"},{"uid":"3818b3cb1003852b","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1729033834388,"stop":1729033834389,"duration":1},"status":"passed","severity":"normal"},{"uid":"5019314d31f00be5","name":"Push message with content topic containing Script","time":{"start":1729034129476,"stop":1729034129477,"duration":1},"status":"passed","severity":"normal"},{"uid":"108578dd88342067","name":"Fails to publish duplicate message","time":{"start":1729034144769,"stop":1729034144769,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f7864acb02b1328","name":"should return false when no peers exist","time":{"start":1729033874961,"stop":1729033874962,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4fe79aa37b35dee","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1729033857765,"stop":1729033857765,"duration":0},"status":"passed","severity":"normal"},{"uid":"36fac8b81c78ddde","name":"Decoder throws on undefined content topic","time":{"start":1729033868328,"stop":1729033868329,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c58fb65170d5dfe","name":"Push message with Russian payload","time":{"start":1729034137125,"stop":1729034137125,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f8a0a9adb153093","name":"Query generator for multiple messages","time":{"start":1729034213016,"stop":1729034213016,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2a76bd444e1922b","name":"should reject if WakuNode is not started","time":{"start":1729033875025,"stop":1729033875026,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccae3bd215ab031a","name":"Refresh subscription","time":{"start":1729034041487,"stop":1729034041487,"duration":0},"status":"passed","severity":"normal"},{"uid":"5acf058b8ca06a45","name":"A test","time":{"start":1729034041650,"stop":1729034041650,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddc448134938d45e","name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","time":{"start":1729033850302,"stop":1729033850303,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cb10f550b803056","name":"should remove a peer","time":{"start":1729033874959,"stop":1729033874959,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d228bbee1e8f0dd","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729033942628,"stop":1729033942631,"duration":3},"status":"passed","severity":"normal"},{"uid":"9253fa941066d760","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1729033976811,"stop":1729033976812,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce8cedb5cfd197a3","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1729033900646,"stop":1729033900651,"duration":5},"status":"passed","severity":"normal"},{"uid":"b6e82edd7dfb5e54","name":"should use DNS peer discovery with light client","time":{"start":1729033904750,"stop":1729033904750,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a36f24186a799458","name":"random static sharding 4 - Cluster ID: 116, Shard ID: 717","time":{"start":1729034177527,"stop":1729034177530,"duration":3},"status":"passed","severity":"normal"},{"uid":"a920160a19f994d4","name":"Check message with no pubsub topic is not received","time":{"start":1729034014879,"stop":1729034014879,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e99282e67c4320d","name":"Check received message containing Chinese","time":{"start":1729034121885,"stop":1729034121885,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3644062172fdf93","name":"Subscribe to topic containing JSON and receive message","time":{"start":1729034209122,"stop":1729034209123,"duration":1},"status":"passed","severity":"normal"},{"uid":"135b86d140495b7b","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976800,"stop":1729033976800,"duration":0},"status":"passed","severity":"normal"},{"uid":"d286884eb1cc3fa6","name":"Subscribe to topic containing JSON and receive message","time":{"start":1729034041498,"stop":1729034041498,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4e3feb8f31b2695","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1729033976814,"stop":1729033976815,"duration":1},"status":"passed","severity":"normal"},{"uid":"a00c19e4efb06cfe","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1729034188118,"stop":1729034188118,"duration":0},"status":"passed","severity":"normal"},{"uid":"41076025a7ed68f9","name":"passes more than one ENR URLs and attempts connection","time":{"start":1729033904751,"stop":1729033904751,"duration":0},"status":"skipped","severity":"normal"},{"uid":"abe1a48d099cd5c2","name":"Subscribe and receive messages via lightPush","time":{"start":1729034209104,"stop":1729034209105,"duration":1},"status":"passed","severity":"normal"},{"uid":"9093925a3dbd6637","name":"Query generator for multiple messages with different message text format","time":{"start":1729034213017,"stop":1729034213017,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc9f41930c02a26","name":"ignores unrecognized TXT record formats","time":{"start":1729033858270,"stop":1729033858270,"duration":0},"status":"passed","severity":"normal"},{"uid":"27758764287c26f5","name":"Push message with special chars payload","time":{"start":1729034129467,"stop":1729034129467,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a3e9576697c212b","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app52/7/topic102/utf8","time":{"start":1729034169451,"stop":1729034169451,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca2bb7aef84f6de3","name":"Nodes with multiple pubsub topic","time":{"start":1729034137164,"stop":1729034137165,"duration":1},"status":"passed","severity":"normal"},{"uid":"72689a90cd6c3e48","name":"LightPush: 2 peers, Filter: 0 peers","time":{"start":1729033977064,"stop":1729033977064,"duration":0},"status":"skipped","severity":"normal"},{"uid":"37f06885499a0920","name":"Passing cursor with wrong pubsubTopic","time":{"start":1729034169197,"stop":1729034169197,"duration":0},"status":"passed","severity":"normal"},{"uid":"5030f603a00cc87d","name":"Subscribe and receive messages via lightPush","time":{"start":1729034209086,"stop":1729034209086,"duration":0},"status":"passed","severity":"normal"},{"uid":"70167d99c236c8d0","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1729033834373,"stop":1729033834373,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b68b5ebbeeb8a05","name":"Subscribe to topic containing XML and receive message","time":{"start":1729034041497,"stop":1729034041497,"duration":0},"status":"passed","severity":"normal"},{"uid":"b14062fdee61776b","name":"should not receive a peer event after stop","time":{"start":1729033904747,"stop":1729033904748,"duration":1},"status":"passed","severity":"normal"},{"uid":"c291b76d1f5f8527","name":"should select older connection if present","time":{"start":1729033849393,"stop":1729033849393,"duration":0},"status":"passed","severity":"normal"},{"uid":"151dae1f97bacb4c","name":"LightPush: 0 peers, Filter: 1 peers","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6affaaf3320c2afb","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app49/10/topic527/proto","time":{"start":1729034169437,"stop":1729034169439,"duration":2},"status":"passed","severity":"normal"},{"uid":"5fb97c360f4ca8a","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1729033834385,"stop":1729033834385,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1a97181ec8fc61f","name":"Push message with content topic containing numeric","time":{"start":1729034129474,"stop":1729034129474,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a7756e6fe0f2b0e","name":"Ping on unsubscribed peer","time":{"start":1729033937075,"stop":1729033937082,"duration":7},"status":"passed","severity":"normal"},{"uid":"d3e840dfa6eb1262","name":"Renews peer for Filter on peer:disconnect event","time":{"start":1729033974460,"stop":1729033974461,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2401e130914b758","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1729033858272,"stop":1729033858273,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd09531aa7c5e035","name":"Subscribe to topic containing numeric and receive message","time":{"start":1729034209111,"stop":1729034209112,"duration":1},"status":"passed","severity":"normal"},{"uid":"6edbf3fd0fe60fae","name":"Meta field set when metaSetter is specified","time":{"start":1729033850548,"stop":1729033850548,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8ba2cf94cff6cdd","name":"Subscribe to topic containing Russian and receive message","time":{"start":1729034209099,"stop":1729034209099,"duration":0},"status":"passed","severity":"normal"},{"uid":"be6f43f9b8be1f4","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1729034121951,"stop":1729034121952,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c4d0e84fd08d42b","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1729033834366,"stop":1729033834372,"duration":6},"status":"passed","severity":"normal"},{"uid":"46fc31481b2eefbd","name":"Fails to publish message with size larger than 1 MB","time":{"start":1729034144772,"stop":1729034144772,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb6b1fcc9692de48","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1729033834380,"stop":1729033834380,"duration":0},"status":"passed","severity":"normal"},{"uid":"76c10252e8f9e433","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1729033834385,"stop":1729033834385,"duration":0},"status":"passed","severity":"normal"},{"uid":"df2cffba8141d8d0","name":"should not throw an error for a single configured topic","time":{"start":1729033834392,"stop":1729033834393,"duration":1},"status":"passed","severity":"normal"},{"uid":"782ccbdcdd9a82ac","name":"should reject if LightPush is requested but not mounted","time":{"start":1729033875026,"stop":1729033875027,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc00ac350d048be1","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1729034137165,"stop":1729034137165,"duration":0},"status":"passed","severity":"normal"},{"uid":"999739aaa6391318","name":"topics with same application and version share the same shard","time":{"start":1729033834375,"stop":1729033834376,"duration":1},"status":"passed","severity":"normal"},{"uid":"a74a642e0e36cf67","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1729033892957,"stop":1729033892959,"duration":2},"status":"passed","severity":"normal"},{"uid":"4bdf9f76925c2f1c","name":"Add multiple subscription objects on single nwaku node","time":{"start":1729034209130,"stop":1729034209131,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f5f3f58fd93316d","name":"Push message equal or less that 1MB","time":{"start":1729034137159,"stop":1729034137159,"duration":0},"status":"passed","severity":"normal"},{"uid":"df0cb287268aae2c","name":"Publish message with large meta","time":{"start":1729034144773,"stop":1729034144773,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee22311bb8b573f","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1729034203620,"stop":1729034203621,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfcecbc4b49d1137","name":"Waku message hash computation (meta attribute not present)","time":{"start":1729033836803,"stop":1729033836803,"duration":0},"status":"passed","severity":"normal"},{"uid":"9acd9f6755e0e3f6","name":"Push message with XML payload","time":{"start":1729034137129,"stop":1729034137129,"duration":0},"status":"passed","severity":"normal"},{"uid":"791d4d02d8709825","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1729033834391,"stop":1729033834391,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0db4921007edbc5","name":"should throw an error for an unconfigured topic","time":{"start":1729033834393,"stop":1729033834393,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b2f959ad49276d5","name":"should be able to decode the field with only FILTER set to true","time":{"start":1729033842348,"stop":1729033842349,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4901d1e9eafc016","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1729033942602,"stop":1729033942603,"duration":1},"status":"passed","severity":"normal"},{"uid":"ebeb66c57638e7d8","name":"recovers when dns.resolve returns empty","time":{"start":1729033858269,"stop":1729033858269,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdb485ecd5dfd4ca","name":"Push message with Basic HTML tag payload","time":{"start":1729034137130,"stop":1729034137130,"duration":0},"status":"passed","severity":"normal"},{"uid":"9eb26272e9fa5f9d","name":"Sign & Recover","time":{"start":1729033868927,"stop":1729033868927,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b8885ad2522f4d9","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1729034209092,"stop":1729034209092,"duration":0},"status":"passed","severity":"normal"},{"uid":"61c191ff03ad3c94","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1729034034976,"stop":1729034034977,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0c7632ded827cc5","name":"Ephemeral field set to true","time":{"start":1729033850548,"stop":1729033850548,"duration":0},"status":"passed","severity":"normal"},{"uid":"744d1dc06edeb69","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1729033862330,"stop":1729033862330,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcc5f84ba8a0f82f","name":"Check received message containing Russian","time":{"start":1729034121890,"stop":1729034121890,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fd4a9580e56e91c","name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","time":{"start":1729033850301,"stop":1729033850302,"duration":1},"status":"passed","severity":"normal"},{"uid":"be9c2a7ce7c9511d","name":"Delete observer","time":{"start":1729034124336,"stop":1729034124336,"duration":0},"status":"passed","severity":"normal"},{"uid":"4524c54de18898ca","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1729033834375,"stop":1729033834375,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b4321638e34b0a7","name":"Check received message containing Script","time":{"start":1729034121938,"stop":1729034121939,"duration":1},"status":"passed","severity":"normal"},{"uid":"535538802ea75bc1","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1729033834378,"stop":1729033834378,"duration":0},"status":"passed","severity":"normal"},{"uid":"d966242160424cae","name":"Check received message containing shell command","time":{"start":1729034014864,"stop":1729034014867,"duration":3},"status":"passed","severity":"normal"},{"uid":"fbb06da52c5c54a9","name":"Overlapping topic subscription","time":{"start":1729034147769,"stop":1729034147769,"duration":0},"status":"skipped","severity":"normal"},{"uid":"36467825f795991e","name":"Generator, 2 different pubsubtopics","time":{"start":1729034200069,"stop":1729034200069,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6ff28e526f9b6be","name":"Subscribe to topic containing Script and publish message","time":{"start":1729034147780,"stop":1729034147781,"duration":1},"status":"passed","severity":"normal"},{"uid":"82413fd48017b8b","name":"Check received message containing Basic HTML tag","time":{"start":1729034121939,"stop":1729034121940,"duration":1},"status":"passed","severity":"normal"},{"uid":"7cfaa02469bac2c5","name":"Publishes to nwaku","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b72a7ba1ad02d63","name":"Push message with content topic containing Russian","time":{"start":1729034129475,"stop":1729034129476,"duration":1},"status":"passed","severity":"normal"},{"uid":"5544fc7c1005a898","name":"Push message with Chinese payload","time":{"start":1729034129467,"stop":1729034129468,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c2cf4e5ffde61e2","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1729034209087,"stop":1729034209087,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bec4bef67576a8a","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1729033925381,"stop":1729033925382,"duration":1},"status":"passed","severity":"normal"},{"uid":"c91534afce3b4d7","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1729033834387,"stop":1729033834387,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd08246798d56","name":"random static sharding 5 - Cluster ID: 523, Shard ID: 370","time":{"start":1729034177531,"stop":1729034177531,"duration":0},"status":"passed","severity":"normal"},{"uid":"df2adb1f1cceaac2","name":"Check received message containing short","time":{"start":1729034121910,"stop":1729034121910,"duration":0},"status":"passed","severity":"normal"},{"uid":"3272d99ca358d8a7","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1729033834392,"stop":1729033834392,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9b543667b2cea7e","name":"Check received message containing emoji","time":{"start":1729034014873,"stop":1729034014873,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb048deab5f94975","name":"Push message with SQL Injection payload","time":{"start":1729034129469,"stop":1729034129469,"duration":0},"status":"passed","severity":"normal"},{"uid":"195081937468dbd9","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1729034034984,"stop":1729034034986,"duration":2},"status":"passed","severity":"normal"},{"uid":"4c71e59145bf52eb","name":"Check publish message containing JSON","time":{"start":1729034144764,"stop":1729034144764,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bbe60fec3870561","name":"Rejects garbage","time":{"start":1729033878344,"stop":1729033878344,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bb3fe4dbceea0f2","name":"Push message with Arabic payload","time":{"start":1729034137125,"stop":1729034137125,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9d3e037adbf9849","name":"should fail to send if no connected peers found","time":{"start":1729033875011,"stop":1729033875011,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7447c5b8802ac86","name":"Check publish message containing Arabic","time":{"start":1729034144761,"stop":1729034144761,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c61052c420f615c","name":"should set field with only FILTER enabled","time":{"start":1729033843126,"stop":1729033843126,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8ad8c8a8ccbc986","name":"Push message with shell command payload","time":{"start":1729034129471,"stop":1729034129471,"duration":0},"status":"passed","severity":"normal"},{"uid":"d53e203e593bd5a9","name":"Check message with no content topic is not received","time":{"start":1729034121904,"stop":1729034121905,"duration":1},"status":"passed","severity":"normal"},{"uid":"c245fe3af29d4606","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1729034137163,"stop":1729034137163,"duration":0},"status":"passed","severity":"normal"},{"uid":"67865a326c280c34","name":"Push message with JSON payload","time":{"start":1729034129471,"stop":1729034129471,"duration":0},"status":"passed","severity":"normal"},{"uid":"1dabfc48d9851cee","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1729033834388,"stop":1729033834388,"duration":0},"status":"passed","severity":"normal"},{"uid":"37712e1dbaa9b83a","name":"Push message with SQL Injection payload","time":{"start":1729034137126,"stop":1729034137126,"duration":0},"status":"passed","severity":"normal"},{"uid":"4acd84d2ea7309ec","name":"Push message with Chinese payload","time":{"start":1729034137124,"stop":1729034137125,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac9b5e339c018b1","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1729033834390,"stop":1729033834390,"duration":0},"status":"passed","severity":"normal"},{"uid":"3210f0b4b320f514","name":"should add and remove event listeners correctly","time":{"start":1729033862331,"stop":1729033862331,"duration":0},"status":"passed","severity":"normal"},{"uid":"50b712ddeb49f24e","name":"Push message with emoji payload","time":{"start":1729034129472,"stop":1729034129472,"duration":0},"status":"passed","severity":"normal"},{"uid":"5066d071ede58126","name":"Subscribe to topic containing shell command and publish message","time":{"start":1729034147786,"stop":1729034147787,"duration":1},"status":"passed","severity":"normal"},{"uid":"35e9299a16780797","name":"connected peers and dial","time":{"start":1729034122309,"stop":1729034122310,"duration":1},"status":"skipped","severity":"normal"},{"uid":"7ad94657f74a3767","name":"Push message with custom timestamp: 1729037577436","time":{"start":1729034137158,"stop":1729034137159,"duration":1},"status":"passed","severity":"normal"},{"uid":"7838614c6a8d3b05","name":"Asymmetric encrypt & decrypt","time":{"start":1729033868925,"stop":1729033868925,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5d8ec03b24b7fbd","name":"Decoder throws on empty string content topic","time":{"start":1729033868329,"stop":1729033868330,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ec1bffba5338d2d","name":"Push message with content topic containing special chars","time":{"start":1729034137144,"stop":1729034137144,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab7fd40e84003231","name":"Check received message containing special chars","time":{"start":1729034014834,"stop":1729034014834,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cf00c1fc945f5d5","name":"should not fail to start the service if it is already started","time":{"start":1729034162415,"stop":1729034162415,"duration":0},"status":"passed","severity":"normal"},{"uid":"302e84e6032ffd26","name":"Check received message containing long","time":{"start":1729034121912,"stop":1729034121913,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5a47a36237b83ab","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1729033892945,"stop":1729033892948,"duration":3},"status":"passed","severity":"normal"},{"uid":"67a00a433bf9bb05","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1729033976790,"stop":1729033976790,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a30a0b40e9abc4f","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1729033842352,"stop":1729033842352,"duration":0},"status":"passed","severity":"normal"},{"uid":"7050a2dbfa9a2b5b","name":"LightPush: 2 peers, Filter: 1 peers","time":{"start":1729033977065,"stop":1729033977065,"duration":0},"status":"skipped","severity":"normal"},{"uid":"902cd01a33b75d49","name":"can start the service","time":{"start":1729033862326,"stop":1729033862326,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccc755503c3061a0","name":"Check received message containing JSON","time":{"start":1729034121892,"stop":1729034121894,"duration":2},"status":"passed","severity":"normal"},{"uid":"aa6c1e674aee882a","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1729033850405,"stop":1729033850406,"duration":1},"status":"passed","severity":"normal"},{"uid":"40c6272b765b34ba","name":"Check received message containing SQL Injection","time":{"start":1729034014852,"stop":1729034014853,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fa69fd0d326e6a6","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1729033965752,"stop":1729033965753,"duration":1},"status":"passed","severity":"normal"},{"uid":"c323a58981009528","name":"Check message with no payload is not received","time":{"start":1729034121905,"stop":1729034121906,"duration":1},"status":"passed","severity":"normal"},{"uid":"2138884f7fce1040","name":"should properly create peer info with all multiaddrs","time":{"start":1729033843124,"stop":1729033843124,"duration":0},"status":"passed","severity":"normal"},{"uid":"5edf5dffa57d98f2","name":"Publish message with custom timestamp: Wed Oct 16 2024 00:15:37 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034144769,"stop":1729034144769,"duration":0},"status":"passed","severity":"normal"},{"uid":"333f49d20480062f","name":"Fails to push message bigger that 1MB","time":{"start":1729034137159,"stop":1729034137159,"duration":0},"status":"passed","severity":"normal"},{"uid":"be8c92bf6f0d17f9","name":"should only return 1 node with store capability","time":{"start":1729033858272,"stop":1729033858272,"duration":0},"status":"passed","severity":"normal"},{"uid":"699f2b77c633ed67","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1729034147768,"stop":1729034147768,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1ab7ea949bb04c3","name":"throws on content topic with empty application field","time":{"start":1729033834361,"stop":1729033834362,"duration":1},"status":"passed","severity":"normal"},{"uid":"e807838429ebb56c","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1729034034983,"stop":1729034034983,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ddb318abec5a925","name":"Subscribe to topic containing special chars and receive message","time":{"start":1729034041489,"stop":1729034041489,"duration":0},"status":"passed","severity":"normal"},{"uid":"8805bae33c14ad9c","name":"getPeersByDiscovery","time":{"start":1729033933480,"stop":1729033933481,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d152fdbfb1a42b3","name":"All","time":{"start":1729033899737,"stop":1729033899738,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f1d65590d8b1712","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1729033976776,"stop":1729033976776,"duration":0},"status":"passed","severity":"normal"},{"uid":"c14cc69c86867f35","name":"Subscribe and receive messages via waku relay post","time":{"start":1729034041474,"stop":1729034041476,"duration":2},"status":"passed","severity":"normal"},{"uid":"a249435eea9c5275","name":"Subscribe to topic containing Russian and receive message","time":{"start":1729034209113,"stop":1729034209113,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff8311727550462d","name":"Check message with non string payload is not received","time":{"start":1729034014881,"stop":1729034014882,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4f4b6d76f6fc81f","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1729034034983,"stop":1729034034983,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6894e6dfb574f5c","name":"Decoder throws on undefined content topic","time":{"start":1729033850549,"stop":1729033850549,"duration":0},"status":"passed","severity":"normal"},{"uid":"59bb9f5131c302e4","name":"LightPush with 3 connections","time":{"start":1729033977227,"stop":1729033977227,"duration":0},"status":"skipped","severity":"normal"},{"uid":"cc15b62d68a435b8","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1729033976813,"stop":1729033976814,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce5e819b14f49a4f","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1729033857769,"stop":1729033857769,"duration":0},"status":"passed","severity":"normal"},{"uid":"efd3348e3781003d","name":"should return true when peers exist","time":{"start":1729033874961,"stop":1729033874961,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebe33bcda2e1a05b","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1729034209096,"stop":1729034209098,"duration":2},"status":"passed","severity":"normal"},{"uid":"7f5f957ccabc4291","name":"should emit a peer event after start","time":{"start":1729033862328,"stop":1729033862328,"duration":0},"status":"passed","severity":"normal"},{"uid":"15e59fd53bacc39d","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1729033836804,"stop":1729033836804,"duration":0},"status":"passed","severity":"normal"},{"uid":"12983133b0db12d0","name":"Check received message containing numeric","time":{"start":1729034014832,"stop":1729034014833,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d7df0a70c160897","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app68/4/topic903/xml","time":{"start":1729034169449,"stop":1729034169450,"duration":1},"status":"passed","severity":"normal"},{"uid":"657164ca4bf63a3a","name":"should not fail to stop the service if it was not started","time":{"start":1729033904744,"stop":1729033904744,"duration":0},"status":"passed","severity":"normal"},{"uid":"99adbb840a61736c","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1729034147787,"stop":1729034147791,"duration":4},"status":"passed","severity":"normal"},{"uid":"a4c55a1794fc5758","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1729034209112,"stop":1729034209113,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fb99ac0386222b4","name":"new peer added after a peer was already found","time":{"start":1729034148001,"stop":1729034148001,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8189387eb3478021","name":"should return no connections if no open connection provided","time":{"start":1729033849393,"stop":1729033849393,"duration":0},"status":"passed","severity":"normal"},{"uid":"136f8b376a5ef8dd","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1729034041473,"stop":1729034041474,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a1cb887dab16e01","name":"Ordered Callback - false","time":{"start":1729034191996,"stop":1729034191996,"duration":0},"status":"passed","severity":"normal"},{"uid":"90d65debab2f9c9a","name":"Check received message containing numeric","time":{"start":1729034121876,"stop":1729034121876,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ddc6f273d8e26ea","name":"Subscribe and receives messages on 20 topics","time":{"start":1729034041477,"stop":1729034041485,"duration":8},"status":"passed","severity":"normal"},{"uid":"11bdc047ce3ac172","name":"random static sharding 8 - Cluster ID: 147, Shard ID: 773","time":{"start":1729034177534,"stop":1729034177534,"duration":0},"status":"passed","severity":"normal"},{"uid":"81a05dc231c56841","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1729034034979,"stop":1729034034981,"duration":2},"status":"passed","severity":"normal"},{"uid":"e0fb7aba5831a846","name":"stop","time":{"start":1729033933482,"stop":1729033933482,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2794ce3271f05c0","name":"throws on content topic with empty topic name field","time":{"start":1729033834363,"stop":1729033834363,"duration":0},"status":"passed","severity":"normal"},{"uid":"e953d120f79b9673","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976802,"stop":1729033976803,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2ba4c4715be4b64","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1729033834388,"stop":1729033834388,"duration":0},"status":"passed","severity":"normal"},{"uid":"448d08ecf0d94a8c","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1729033976801,"stop":1729033976801,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac2dbb59a9490cb3","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1729033965754,"stop":1729033965757,"duration":3},"status":"passed","severity":"normal"},{"uid":"1f0a85825c5f4bd9","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1729033857766,"stop":1729033857766,"duration":0},"status":"passed","severity":"normal"},{"uid":"14902470eec838df","name":"Refresh subscription","time":{"start":1729034147769,"stop":1729034147769,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c6ee047964e1ee70","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1729034169194,"stop":1729034169194,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0d9487a83bc6e77","name":"Push message with Script payload","time":{"start":1729034129469,"stop":1729034129469,"duration":0},"status":"passed","severity":"normal"},{"uid":"346f9458fd5d215e","name":"isConnected should return false after all peers disconnect","time":{"start":1729033925383,"stop":1729033925383,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f7044a24bbb2f80","name":"Check received message containing XML","time":{"start":1729034014856,"stop":1729034014858,"duration":2},"status":"passed","severity":"normal"},{"uid":"a73f36f9acc2bc87","name":"Subscribe to topic containing long and receive message","time":{"start":1729034209111,"stop":1729034209111,"duration":0},"status":"passed","severity":"normal"},{"uid":"69a57260d814adf","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1729033857768,"stop":1729033857768,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b94e67e200a3893","name":"Check meta is set [symmetric]","time":{"start":1729033868325,"stop":1729033868326,"duration":1},"status":"passed","severity":"normal"},{"uid":"3285b4f51931226e","name":"1 Relay, 1 Filter, gives up","time":{"start":1729033858031,"stop":1729033858031,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c52217137bf2df1","name":"Push message with content topic containing emoji","time":{"start":1729034137154,"stop":1729034137155,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ca1359e9c6274a4","name":"Filter with 3 connections","time":{"start":1729033977227,"stop":1729033977227,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1ad21a24c3632845","name":"Js publishes, other Js receives","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"status":"passed","severity":"normal"},{"uid":"88889ec786ec75c1","name":"Check received message containing Script","time":{"start":1729034014853,"stop":1729034014856,"duration":3},"status":"passed","severity":"normal"},{"uid":"97ef2ec77bfc8e36","name":"should encode/decode to text encoding","time":{"start":1729033843117,"stop":1729033843118,"duration":1},"status":"passed","severity":"normal"},{"uid":"4866072b417bef22","name":"Passing page size 0 when there are 110 messages","time":{"start":1729034208292,"stop":1729034208293,"duration":1},"status":"passed","severity":"normal"},{"uid":"da1b991707b80744","name":"Check publish message containing XML","time":{"start":1729034144763,"stop":1729034144763,"duration":0},"status":"passed","severity":"normal"},{"uid":"85ba216f652b1afb","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1729033976789,"stop":1729033976789,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a915424f754fe8c","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976811,"stop":1729033976811,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fcdd95b567ab236","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1729034209100,"stop":1729034209100,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd6d0a069e1cf87d","name":"should create a new stream if no existing for protocol found","time":{"start":1729033850298,"stop":1729033850298,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9f9dfd61ea6774b","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1729033976806,"stop":1729033976806,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dfdfd6c85179a52","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1729034209112,"stop":1729034209112,"duration":0},"status":"passed","severity":"normal"},{"uid":"92635fd97b2a282d","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1729034147781,"stop":1729034147781,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e4a7e43dcea7d44","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034066156,"stop":1729034066157,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d6afc05dba28b17","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729033942603,"stop":1729033942603,"duration":0},"status":"passed","severity":"normal"},{"uid":"2eff2b4f626c19e3","name":"Check message on other pubsub topic is not received","time":{"start":1729034014878,"stop":1729034014879,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7d4aef81b2ad903","name":"throws on content topic with empty version field","time":{"start":1729033834362,"stop":1729033834363,"duration":1},"status":"passed","severity":"normal"},{"uid":"60c64221952c1608","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1729033834380,"stop":1729033834381,"duration":1},"status":"passed","severity":"normal"},{"uid":"1aab05fe9d22c5","name":"Push message with content topic containing JSON","time":{"start":1729034137149,"stop":1729034137149,"duration":0},"status":"passed","severity":"normal"},{"uid":"80c0232bc8d8e740","name":"throws on content topic with too few or too many fields","time":{"start":1729033834360,"stop":1729033834360,"duration":0},"status":"passed","severity":"normal"},{"uid":"fec9c2aa22b41add","name":"should get / set UDP multiaddr","time":{"start":1729033843118,"stop":1729033843118,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceac3e92f9f46ffd","name":"should handle a minimal index list","time":{"start":1729033834401,"stop":1729033834402,"duration":1},"status":"passed","severity":"normal"},{"uid":"84ccf0ef8daed22a","name":"Subscribe to topic containing emoji and receive message","time":{"start":1729034209103,"stop":1729034209103,"duration":0},"status":"passed","severity":"normal"},{"uid":"f850f41597f2f56d","name":"dispatchEvent via connectionManager","time":{"start":1729033933481,"stop":1729033933481,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c29f41565adaaf4","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1729034041489,"stop":1729034041490,"duration":1},"status":"passed","severity":"normal"},{"uid":"3784f14904430d8e","name":"Decoder throws on empty string content topic","time":{"start":1729033850550,"stop":1729033850550,"duration":0},"status":"passed","severity":"normal"},{"uid":"c76586e255d169df","name":"should be able to encode the field with only RELAY set to true","time":{"start":1729033842331,"stop":1729033842337,"duration":6},"status":"passed","severity":"normal"},{"uid":"2c77ccf3c7cbf0ef","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1729034209089,"stop":1729034209089,"duration":0},"status":"passed","severity":"normal"},{"uid":"97d711547f6714a4","name":"Decoder throws on empty string content topic","time":{"start":1729033869946,"stop":1729033869946,"duration":0},"status":"passed","severity":"normal"},{"uid":"6414c67136b6500d","name":"Passing page size 11 when there are 10 messages","time":{"start":1729034208294,"stop":1729034208295,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9277d53a328231b","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1729034041485,"stop":1729034041486,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a5bbf60e4d7b233","name":"Check publish message containing Chinese","time":{"start":1729034144760,"stop":1729034144761,"duration":1},"status":"passed","severity":"normal"},{"uid":"b91b13fc3e55cf0d","name":"random static sharding 3 - Cluster ID: 864, Shard ID: 457","time":{"start":1729034177526,"stop":1729034177527,"duration":1},"status":"passed","severity":"normal"},{"uid":"93e0c44efc656603","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1729033942600,"stop":1729033942601,"duration":1},"status":"passed","severity":"normal"},{"uid":"f85149b15ac3ecd2","name":"Add multiple subscription objects on single nwaku node","time":{"start":1729034209103,"stop":1729034209104,"duration":1},"status":"passed","severity":"normal"},{"uid":"56519e36412b4de0","name":"configure the node with multiple content topics","time":{"start":1729034169452,"stop":1729034169452,"duration":0},"status":"passed","severity":"normal"},{"uid":"c06c95c6a26cf61c","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1729034147780,"stop":1729034147780,"duration":0},"status":"passed","severity":"normal"},{"uid":"cab3873319e434e3","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1729033976806,"stop":1729033976807,"duration":1},"status":"passed","severity":"normal"},{"uid":"7371c3eb09a213c2","name":"Subscribe to topic containing JSON and receive message","time":{"start":1729034209102,"stop":1729034209102,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a27d6524e6bca3d","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1729034169194,"stop":1729034169195,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e44a6d04542cf0d","name":"Subscribe to topic containing XML and receive message","time":{"start":1729034209114,"stop":1729034209115,"duration":1},"status":"passed","severity":"normal"},{"uid":"d85c8f05ff375edb","name":"unsubscribes","time":{"start":1729034211309,"stop":1729034211309,"duration":0},"status":"passed","severity":"normal"},{"uid":"58bb2b186144a301","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1729033965758,"stop":1729033965758,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d1435120d8f93e5","name":"Push message with long payload","time":{"start":1729034137118,"stop":1729034137118,"duration":0},"status":"passed","severity":"normal"},{"uid":"14156eebf4416c0a","name":"Check received message containing emoji","time":{"start":1729034121896,"stop":1729034121897,"duration":1},"status":"passed","severity":"normal"},{"uid":"b20358924c201834","name":"should wait for LightPush peer to be connected","time":{"start":1729033875029,"stop":1729033875029,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5b14d188c85eb07","name":"should be able to decode the field with only RELAY set to true","time":{"start":1729033842347,"stop":1729033842347,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fd38dcaf4933e89","name":"throws an error for improperly formatted content topics","time":{"start":1729033834377,"stop":1729033834378,"duration":1},"status":"passed","severity":"normal"},{"uid":"32f4f8a1e52efceb","name":"should be called for bootstrap peers","time":{"start":1729033900634,"stop":1729033900635,"duration":1},"status":"passed","severity":"normal"},{"uid":"b014f9caf7bb771c","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1729034209105,"stop":1729034209105,"duration":0},"status":"passed","severity":"normal"},{"uid":"a66b66b32d1511fa","name":"Subscribe to topic containing numeric and receive message","time":{"start":1729034209095,"stop":1729034209095,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb83e63e34db5f51","name":"can start and stop the service","time":{"start":1729033862326,"stop":1729033862327,"duration":1},"status":"passed","severity":"normal"},{"uid":"938a9acb9bcb9d69","name":"Subscribe to topic containing long and publish message","time":{"start":1729034147770,"stop":1729034147771,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ca954c832c1fac4","name":"Push message with content topic containing Script","time":{"start":1729034137147,"stop":1729034137147,"duration":0},"status":"passed","severity":"normal"},{"uid":"85eddb3e81039a96","name":"Renews subscription after lossing a connection","time":{"start":1729034209131,"stop":1729034209131,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd44b38ecc63a448","name":"Generator, custom pubsub topic","time":{"start":1729034200062,"stop":1729034200063,"duration":1},"status":"passed","severity":"normal"},{"uid":"b64d0efd4f00428e","name":"handles empty shards array correctly","time":{"start":1729033834397,"stop":1729033834397,"duration":0},"status":"passed","severity":"normal"},{"uid":"678e61af4756519d","name":"should properly create location multiaddrs - tcp6","time":{"start":1729033843123,"stop":1729033843123,"duration":0},"status":"passed","severity":"normal"},{"uid":"af211dddc154fa8a","name":"Subscribe to topic containing special chars and receive message","time":{"start":1729034209095,"stop":1729034209095,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4698dab1aafb9a1","name":"Check received message with timestamp: 1729033892674000000 ","time":{"start":1729034121897,"stop":1729034121898,"duration":1},"status":"passed","severity":"normal"},{"uid":"a85ae6593fd2ab99","name":"should set field with all protocols disabled","time":{"start":1729033843124,"stop":1729033843125,"duration":1},"status":"passed","severity":"normal"},{"uid":"29af7bcdad211c66","name":"Push message with escaped characters payload","time":{"start":1729034129471,"stop":1729034129472,"duration":1},"status":"passed","severity":"normal"},{"uid":"e45ba3c8a19c8c5a","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1729034034983,"stop":1729034034984,"duration":1},"status":"passed","severity":"normal"},{"uid":"97e9a59b57e1e3f6","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1729033976803,"stop":1729033976803,"duration":0},"status":"passed","severity":"normal"},{"uid":"f24b1b77313cd634","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1729033842351,"stop":1729033842351,"duration":0},"status":"passed","severity":"normal"},{"uid":"f351dd2c0ef4062","name":"pre and post cipher","time":{"start":1729033868926,"stop":1729033868927,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6330956c4792cd","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1729034034978,"stop":1729034034979,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f17c1aa34ba8765","name":"Push message with content topic containing Arabic","time":{"start":1729034137145,"stop":1729034137146,"duration":1},"status":"passed","severity":"normal"},{"uid":"347d5dbdafd0bcf8","name":"should throw an error for missing sharding configuration","time":{"start":1729033834397,"stop":1729033834397,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d10280669c51e01","name":"Check message on other pubsub topic is not received","time":{"start":1729034121902,"stop":1729034121904,"duration":2},"status":"passed","severity":"normal"},{"uid":"5ee8a9074f1fe826","name":"should not receive a peer event before start","time":{"start":1729034162416,"stop":1729034162416,"duration":0},"status":"passed","severity":"normal"},{"uid":"db1c2786cdf5a219","name":"different cluster, different shard: nodes don't connect","time":{"start":1729034063498,"stop":1729034063498,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f3fac1496e763c8","name":"start node with empty shard should fail","time":{"start":1729034177538,"stop":1729034177538,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0090beef69563d6","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034144766,"stop":1729034144767,"duration":1},"status":"passed","severity":"normal"},{"uid":"513a4f33ae102ccd","name":"Check message received after nwaku node is restarted","time":{"start":1729034121909,"stop":1729034121910,"duration":1},"status":"skipped","severity":"normal"},{"uid":"90e8f5877cd559ac","name":"Fails to push message bigger that 1MB","time":{"start":1729034129482,"stop":1729034129483,"duration":1},"status":"passed","severity":"normal"},{"uid":"a197a0a450629037","name":"Push message with content topic containing emoji","time":{"start":1729034129479,"stop":1729034129479,"duration":0},"status":"passed","severity":"normal"},{"uid":"5eb219c4d608bda5","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1729033834378,"stop":1729033834379,"duration":1},"status":"passed","severity":"normal"},{"uid":"464efd5c12a4613","name":"throws on content topic with non-number generation field","time":{"start":1729033834360,"stop":1729033834361,"duration":1},"status":"passed","severity":"normal"},{"uid":"11920bc7a35a87ef","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1729033834389,"stop":1729033834389,"duration":0},"status":"passed","severity":"normal"},{"uid":"915c1756a568e32a","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1729034034986,"stop":1729034034987,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a8f8b4fab1de8d8","name":"Check message with no payload is not received","time":{"start":1729034121954,"stop":1729034121954,"duration":0},"status":"passed","severity":"normal"},{"uid":"7601840878814b2c","name":"should properly compute the node id","time":{"start":1729033843117,"stop":1729033843117,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7dbbf96738f13c7","name":"Check received message with timestamp: 1649153314 ","time":{"start":1729034014877,"stop":1729034014877,"duration":0},"status":"passed","severity":"normal"},{"uid":"41453a7db2dca4c2","name":"should return empty list for no shard","time":{"start":1729033834381,"stop":1729033834382,"duration":1},"status":"passed","severity":"normal"},{"uid":"1158cb6250839e55","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1729034147767,"stop":1729034147768,"duration":1},"status":"passed","severity":"normal"},{"uid":"69a1c121d3415ac7","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1729034137162,"stop":1729034137163,"duration":1},"status":"passed","severity":"normal"},{"uid":"26d6d733b4d0e8fa","name":"Push message with content topic containing Basic HTML tag","time":{"start":1729034129477,"stop":1729034129477,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fada7215763a50","name":"Nwaku publishes","time":{"start":1729034140325,"stop":1729034140325,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e768977ff794b7f","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1729033834366,"stop":1729033834366,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d2ee081096896cd","name":"should be able to decode the field with only STORE set to true","time":{"start":1729033842349,"stop":1729033842349,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7ca5e9a306c28da","name":"Passing page size 1 when there are 4 messages","time":{"start":1729034208293,"stop":1729034208294,"duration":1},"status":"passed","severity":"normal"},{"uid":"261bc53f91ccb13","name":"Callback on promise, aborts when callback returns true","time":{"start":1729034213018,"stop":1729034213019,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fa42b026d734b81","name":"should encodeTxt and decodeTxt","time":{"start":1729033843112,"stop":1729033843113,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ca1565f105884db","name":"Push message with content topic containing short","time":{"start":1729034129473,"stop":1729034129473,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbd9433f389a4aec","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1729034209103,"stop":1729034209103,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb9630b168436422","name":"Check received message with timestamp: 1729033892674000000 ","time":{"start":1729034121947,"stop":1729034121947,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c2f4dbddcc7329d","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1729033942603,"stop":1729033942604,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccb0aafed26e4af2","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1729033836801,"stop":1729033836802,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f653c7984771ccc","name":"Push message on custom pubsubTopic","time":{"start":1729034066151,"stop":1729034066152,"duration":1},"status":"passed","severity":"normal"},{"uid":"4501d14f8b361270","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app71/9/topic946/proto","time":{"start":1729034169450,"stop":1729034169450,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcf83509c5b8117e","name":"Waku message hash computation (payload length 0)","time":{"start":1729033836803,"stop":1729033836804,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6b7d1ab8a02a495","name":"Push message on custom pubsubTopic","time":{"start":1729034066154,"stop":1729034066156,"duration":2},"status":"passed","severity":"normal"},{"uid":"8a09f5554454e11a","name":"Check publish message containing numeric","time":{"start":1729034144759,"stop":1729034144759,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0232e9ab11dd069","name":"Subscribe to topic containing special chars and receive message","time":{"start":1729034209112,"stop":1729034209112,"duration":0},"status":"passed","severity":"normal"},{"uid":"dee2f09078d3a946","name":"Push message with content topic containing XML","time":{"start":1729034137147,"stop":1729034137147,"duration":0},"status":"passed","severity":"normal"},{"uid":"8eb7b22f91a8aaac","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1729034034977,"stop":1729034034978,"duration":1},"status":"passed","severity":"normal"},{"uid":"f52b666df9f7c3c8","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1729034063485,"stop":1729034063486,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcd00b7c92d57611","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1729034169193,"stop":1729034169193,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b36b89ea2eaee4d","name":"different cluster, same shard: nodes don't connect","time":{"start":1729034063498,"stop":1729034063498,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdc590408cd957f2","name":"Push message with numeric payload","time":{"start":1729034129467,"stop":1729034129467,"duration":0},"status":"passed","severity":"normal"},{"uid":"831fbf155c9a84a3","name":"should wait for Store peer to be connected","time":{"start":1729033875029,"stop":1729033875030,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a718ff2e1178122","name":"should throw an error for insufficient data","time":{"start":1729033834403,"stop":1729033834403,"duration":0},"status":"passed","severity":"normal"},{"uid":"29a87b623acf71aa","name":"handles different networkShards values correctly","time":{"start":1729033834377,"stop":1729033834377,"duration":0},"status":"passed","severity":"normal"},{"uid":"a623703c6be41e89","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1729033842350,"stop":1729033842351,"duration":1},"status":"passed","severity":"normal"},{"uid":"13529e4f0b82df71","name":"Ping fails for unsubscribed peers","time":{"start":1729033974450,"stop":1729033974450,"duration":0},"status":"passed","severity":"normal"},{"uid":"dca2201e500a7a43","name":"Push message with Basic HTML tag payload","time":{"start":1729034129470,"stop":1729034129470,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ba3ebeee8e1717f","name":"should be able to encode the field with only STORE set to true","time":{"start":1729033842337,"stop":1729033842337,"duration":0},"status":"passed","severity":"normal"},{"uid":"c59da88c76cabc50","name":"Publish without waiting for remote peer","time":{"start":1729034147760,"stop":1729034147761,"duration":1},"status":"passed","severity":"normal"},{"uid":"4392f2ed8b39a49d","name":"Ephemeral messages are not stored","time":{"start":1729033899382,"stop":1729033899383,"duration":1},"status":"passed","severity":"normal"},{"uid":"911db5bac5406f2c","name":"Check received message containing emoji","time":{"start":1729034121946,"stop":1729034121947,"duration":1},"status":"passed","severity":"normal"},{"uid":"98c66a27507e8dd","name":"Push message with long payload","time":{"start":1729034129466,"stop":1729034129466,"duration":0},"status":"passed","severity":"normal"},{"uid":"97cb50e3f1149339","name":"returns only open connection if one present","time":{"start":1729033849392,"stop":1729033849392,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed172f918a67b239","name":"handles empty contentTopics array correctly","time":{"start":1729033834398,"stop":1729033834398,"duration":0},"status":"passed","severity":"normal"},{"uid":"5080acef3fb8347b","name":"Overlapping topic subscription","time":{"start":1729034209109,"stop":1729034209110,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b07c39a2039fe48","name":"Check received message containing Russian","time":{"start":1729034014850,"stop":1729034014851,"duration":1},"status":"passed","severity":"normal"},{"uid":"27bdaf32f1d1235a","name":"Encoder throws on empty string content topic","time":{"start":1729033869945,"stop":1729033869945,"duration":0},"status":"passed","severity":"normal"},{"uid":"987fe2883b8da6e5","name":"Push message with content topic containing Russian","time":{"start":1729034137146,"stop":1729034137146,"duration":0},"status":"passed","severity":"normal"},{"uid":"c086c39833a424d4","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1729034063489,"stop":1729034063489,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b34472644dd6906","name":"Check publish message after client node is restarted","time":{"start":1729034144773,"stop":1729034144773,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3c2dda195a8f8adf","name":"should return different streams if requested simultaniously","time":{"start":1729033850298,"stop":1729033850299,"duration":1},"status":"passed","severity":"normal"},{"uid":"b725f7da29b0b724","name":"Push message with short payload","time":{"start":1729034137117,"stop":1729034137118,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ca871b548f3e1d8","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1729033974453,"stop":1729033974453,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c42e7f1fbe406b6","name":"Fails to push message with large meta","time":{"start":1729034137156,"stop":1729034137156,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8611cf529ff1a32","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1729033868325,"stop":1729033868325,"duration":0},"status":"passed","severity":"normal"},{"uid":"db8b6980881f1b3e","name":"Subscribe to topic containing short and publish message","time":{"start":1729034147770,"stop":1729034147770,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4e7fc831e47e5f","name":"Generator, 2 different pubsubtopics","time":{"start":1729034200065,"stop":1729034200065,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d9c64f68d9f514","name":"Fails to push message with empty content topic","time":{"start":1729034137155,"stop":1729034137155,"duration":0},"status":"passed","severity":"normal"},{"uid":"8039a592883ee391","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1729033965758,"stop":1729033965758,"duration":0},"status":"passed","severity":"normal"},{"uid":"de9fe61c97f346a","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1729033834376,"stop":1729033834376,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b8d14f7b0ae309","name":"isConnected return false after peer stops","time":{"start":1729033925383,"stop":1729033925387,"duration":4},"status":"passed","severity":"normal"},{"uid":"5a1c3bd0fdc0bd88","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1729033976818,"stop":1729033976830,"duration":12},"status":"passed","severity":"normal"},{"uid":"8f06ef0eea544b35","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1729033892952,"stop":1729033892955,"duration":3},"status":"passed","severity":"normal"},{"uid":"984781a32af2884f","name":"isConnected should return true after first peer connects","time":{"start":1729033925382,"stop":1729033925383,"duration":1},"status":"passed","severity":"normal"},{"uid":"947a755e2de78eca","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1729034209106,"stop":1729034209106,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab68747bb3d68ba6","name":"random static sharding 6 - Cluster ID: 816, Shard ID: 369","time":{"start":1729034177532,"stop":1729034177533,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ccc902154703708","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1729033892948,"stop":1729033892951,"duration":3},"status":"passed","severity":"normal"},{"uid":"166af90615f30de1","name":"Renews subscription after lossing a connection","time":{"start":1729034209104,"stop":1729034209104,"duration":0},"status":"passed","severity":"normal"},{"uid":"46e004e45d313811","name":"Push message with content topic containing long","time":{"start":1729034129473,"stop":1729034129474,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6558a60c359deba","name":"LightPush: 0 peers, Filter: 0 peers","time":{"start":1729033977061,"stop":1729033977061,"duration":0},"status":"skipped","severity":"normal"},{"uid":"37a4f62c173f458e","name":"should return valid sharding parameters for static sharding","time":{"start":1729033834396,"stop":1729033834396,"duration":0},"status":"passed","severity":"normal"},{"uid":"45091b38740b6db4","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1729034209105,"stop":1729034209105,"duration":0},"status":"passed","severity":"normal"},{"uid":"a69ca65e484c6ddc","name":"Check publish message containing long","time":{"start":1729034144758,"stop":1729034144759,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6bf70f47f154819","name":"should be online or offline if network state changed","time":{"start":1729033892959,"stop":1729033892959,"duration":0},"status":"passed","severity":"normal"},{"uid":"310e05cb35456766","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1729034041492,"stop":1729034041494,"duration":2},"status":"passed","severity":"normal"},{"uid":"e0b52083cd6de736","name":"Subscribe to topic containing Script and receive message","time":{"start":1729034041496,"stop":1729034041496,"duration":0},"status":"passed","severity":"normal"},{"uid":"49965771c8691b2b","name":"Subscribe to topic containing XML and receive message","time":{"start":1729034209100,"stop":1729034209101,"duration":1},"status":"passed","severity":"normal"},{"uid":"45fb9f7fd57ac818","name":"Check received message containing XML","time":{"start":1729034121891,"stop":1729034121892,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae1109288cbfb932","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1729033942636,"stop":1729033942636,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b359348c08396df","name":"Generator, 2 different pubsubtopics","time":{"start":1729034200063,"stop":1729034200063,"duration":0},"status":"passed","severity":"normal"},{"uid":"1aab248921776c81","name":"Push message with Arabic payload","time":{"start":1729034129468,"stop":1729034129468,"duration":0},"status":"passed","severity":"normal"},{"uid":"d489965df72576af","name":"Subscribe to topic containing emoji and publish message","time":{"start":1729034147792,"stop":1729034147792,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e732c89a30dc7a3","name":"Fails to publish message with empty text","time":{"start":1729034144770,"stop":1729034144770,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4f96019e75821d7","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1729033976793,"stop":1729033976793,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc0fae4a753f8dbf","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729033942598,"stop":1729033942600,"duration":2},"status":"passed","severity":"normal"},{"uid":"1f2f787ada5e50ef","name":"Push message with content topic containing long","time":{"start":1729034137143,"stop":1729034137143,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dfddb5c340280cb","name":"Subscribe to topic containing special chars and publish message","time":{"start":1729034147772,"stop":1729034147772,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2ecf39978ce5880","name":"Check publish message containing unicode special characters","time":{"start":1729034144765,"stop":1729034144765,"duration":0},"status":"passed","severity":"normal"},{"uid":"c05b2f0040a53ae4","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1729034144770,"stop":1729034144771,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc2800ea6245855b","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1729033842339,"stop":1729033842340,"duration":1},"status":"passed","severity":"normal"},{"uid":"86a898d96fc35bf2","name":"Overlapping topic subscription","time":{"start":1729034041486,"stop":1729034041487,"duration":1},"status":"passed","severity":"normal"},{"uid":"58bd5af16637ed50","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1729033834374,"stop":1729033834374,"duration":0},"status":"passed","severity":"normal"},{"uid":"db62a1d37b685b06","name":"LightPush with 2 connections","time":{"start":1729033977226,"stop":1729033977226,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2ee559ba0f23694f","name":"Query Generator, No message returned","time":{"start":1729034188115,"stop":1729034188116,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb8b8316a8a7c6f6","name":"Push message equal or less that 1MB","time":{"start":1729034129482,"stop":1729034129482,"duration":0},"status":"passed","severity":"normal"},{"uid":"28df5307083bf705","name":"Subscribe and receives messages on 20 topics","time":{"start":1729034209089,"stop":1729034209089,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e8cb9373b1af235","name":"Ping on peer without subscriptions","time":{"start":1729033937071,"stop":1729033937075,"duration":4},"status":"passed","severity":"normal"},{"uid":"2ba9fe54614373b5","name":"A test","time":{"start":1729034041649,"stop":1729034041649,"duration":0},"status":"passed","severity":"normal"},{"uid":"92aefb46c80bf75","name":"Push message with numeric payload","time":{"start":1729034137118,"stop":1729034137123,"duration":5},"status":"passed","severity":"normal"},{"uid":"fb076ace8bac66d5","name":"Filter with 1 connections","time":{"start":1729033977225,"stop":1729033977225,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8bcaee1cf08bdbbf","name":"Subscribe and receive messages via waku relay post","time":{"start":1729034209106,"stop":1729034209106,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba2ab9b7013b405f","name":"should throw error - invalid id","time":{"start":1729033843115,"stop":1729033843116,"duration":1},"status":"passed","severity":"normal"},{"uid":"65aef34e9a4e9c30","name":"Check message with non string payload is not received","time":{"start":1729034121954,"stop":1729034121957,"duration":3},"status":"passed","severity":"normal"},{"uid":"f5feedb9dfcc4d17","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1729033834387,"stop":1729033834387,"duration":0},"status":"passed","severity":"normal"},{"uid":"3db7910c9876d71b","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1729034203622,"stop":1729034203622,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1192085969f1e43","name":"Filter with 2 connections","time":{"start":1729033977226,"stop":1729033977227,"duration":1},"status":"skipped","severity":"normal"},{"uid":"df8972d42060612b","name":"Check message with no content topic is not received","time":{"start":1729034014879,"stop":1729034014880,"duration":1},"status":"passed","severity":"normal"},{"uid":"d60c6190ecd16f9e","name":"Check meta is set [ecies]","time":{"start":1729033869944,"stop":1729033869945,"duration":1},"status":"passed","severity":"normal"},{"uid":"5baa417cc12e77f9","name":"LightPush with 0 connections","time":{"start":1729033977222,"stop":1729033977224,"duration":2},"status":"skipped","severity":"normal"},{"uid":"5afb11ed383d80e8","name":"shard 0","time":{"start":1729034177523,"stop":1729034177524,"duration":1},"status":"passed","severity":"normal"},{"uid":"10023f765e7cb9c2","name":"getPeersByDiscovery","time":{"start":1729034147999,"stop":1729034148000,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c38336bcd744129","name":"should add a peer","time":{"start":1729033874956,"stop":1729033874958,"duration":2},"status":"passed","severity":"normal"},{"uid":"534163557f134226","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729033976783,"stop":1729033976784,"duration":1},"status":"passed","severity":"normal"},{"uid":"b431bda76f286cf","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1729033942631,"stop":1729033942634,"duration":3},"status":"passed","severity":"normal"},{"uid":"ec2d30b2aedc711c","name":"Push message with content topic containing Arabic","time":{"start":1729034129475,"stop":1729034129475,"duration":0},"status":"passed","severity":"normal"},{"uid":"7549417e62414179","name":"LightPush: 0 peers, Filter: 3 peers","time":{"start":1729033977062,"stop":1729033977062,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4c639395962da0dc","name":"Reopen subscription with peer with lost subscription","time":{"start":1729033939923,"stop":1729033939923,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f3784fd83ddd98f","name":"Callback on promise","time":{"start":1729034213018,"stop":1729034213018,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4ce0c4080659a82","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1729034147778,"stop":1729034147778,"duration":0},"status":"passed","severity":"normal"},{"uid":"b742d0527c4c012c","name":"Promise Callback - true","time":{"start":1729034191995,"stop":1729034191995,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a3c6a340f5e1245","name":"Subscribe and publish message","time":{"start":1729034147761,"stop":1729034147766,"duration":5},"status":"passed","severity":"normal"},{"uid":"55d5e3cc7077da4","name":"udp ip6 address","time":{"start":1729033842412,"stop":1729033842413,"duration":1},"status":"passed","severity":"normal"},{"uid":"e93a7e32c4f097d","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1729033942604,"stop":1729033942604,"duration":0},"status":"passed","severity":"normal"},{"uid":"893244347d095e11","name":"Push message with special chars payload","time":{"start":1729034137123,"stop":1729034137124,"duration":1},"status":"passed","severity":"normal"},{"uid":"898a622a5d8716b0","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1729033834398,"stop":1729033834399,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a5b60748cb4d39a","name":"Promise Callback - false","time":{"start":1729034191995,"stop":1729034191995,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ded228d114cc53b","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1729034147774,"stop":1729034147774,"duration":0},"status":"passed","severity":"normal"},{"uid":"55af24a024fa076e","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1729034209107,"stop":1729034209109,"duration":2},"status":"passed","severity":"normal"},{"uid":"7ec4aca1a050b75e","name":"Subscribe to topic containing short and receive message","time":{"start":1729034041488,"stop":1729034041488,"duration":0},"status":"passed","severity":"normal"},{"uid":"786d11b40ce6151a","name":"Check received message containing unicode special characters","time":{"start":1729034014871,"stop":1729034014873,"duration":2},"status":"passed","severity":"normal"},{"uid":"ba5d3d73b7d58edd","name":"Ping succeeds for all connected peers","time":{"start":1729033974447,"stop":1729033974449,"duration":2},"status":"passed","severity":"normal"},{"uid":"e6d3bbf982c5b393","name":"Push message with content topic containing short","time":{"start":1729034137142,"stop":1729034137143,"duration":1},"status":"passed","severity":"normal"},{"uid":"3db79c2b6a4284f3","name":"Ping on peer without subscriptions","time":{"start":1729033939924,"stop":1729033939924,"duration":0},"status":"passed","severity":"normal"},{"uid":"f335d918a8c492e9","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1729034213019,"stop":1729034213019,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcea1fe2780df9c2","name":"Check received message containing Chinese","time":{"start":1729034121924,"stop":1729034121931,"duration":7},"status":"passed","severity":"normal"},{"uid":"61c178f059a631d0","name":"Check message received after nwaku node is restarted","time":{"start":1729034121958,"stop":1729034121958,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7e6e74e42811c697","name":"Reopen subscription with peer with lost subscription","time":{"start":1729033937083,"stop":1729033937083,"duration":0},"status":"passed","severity":"normal"},{"uid":"7900b7379a879674","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1729033850404,"stop":1729033850405,"duration":1},"status":"passed","severity":"normal"},{"uid":"e32dabcc7b1bad92","name":"Check received message containing SQL Injection","time":{"start":1729034121890,"stop":1729034121891,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef61c7e9ea3322d7","name":"Push message with content topic containing shell command","time":{"start":1729034137149,"stop":1729034137150,"duration":1},"status":"passed","severity":"normal"},{"uid":"f390c29f1d06edf3","name":"Push message with emoji payload","time":{"start":1729034137135,"stop":1729034137135,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7314284874f7689","name":"Relay","time":{"start":1729033899735,"stop":1729033899736,"duration":1},"status":"passed","severity":"normal"},{"uid":"935792c153665915","name":"Push message with short payload","time":{"start":1729034129465,"stop":1729034129465,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8593330724bc43e","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1729033834372,"stop":1729033834373,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bc25111b7e25fa0","name":"Push 30 different messages","time":{"start":1729034129472,"stop":1729034129473,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ea1306217df5120","name":"Subscribe to topic containing emoji and receive message","time":{"start":1729034209128,"stop":1729034209130,"duration":2},"status":"passed","severity":"normal"},{"uid":"4c7e9104f80568d6","name":"Query with Ordered Callback, No Decoder","time":{"start":1729034188117,"stop":1729034188117,"duration":0},"status":"passed","severity":"normal"},{"uid":"6095a844312138d6","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1729034188117,"stop":1729034188117,"duration":0},"status":"passed","severity":"normal"},{"uid":"9700892e3d809c64","name":"Subscribe to topic containing shell command and receive message","time":{"start":1729034209123,"stop":1729034209127,"duration":4},"status":"passed","severity":"normal"},{"uid":"d0bbb7a3b2f170e2","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1729033925381,"stop":1729033925381,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcf4597776d0e924","name":"Query with Promise Callback, No message returned","time":{"start":1729034188119,"stop":1729034188119,"duration":0},"status":"passed","severity":"normal"},{"uid":"c980f2981b9c420","name":"LightPush: 3 peers, Filter: 3 peers","time":{"start":1729033977066,"stop":1729033977066,"duration":0},"status":"skipped","severity":"normal"},{"uid":"42b5fdeb34b3c7eb","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1729033976810,"stop":1729033976811,"duration":1},"status":"passed","severity":"normal"},{"uid":"85e2220f05f5373f","name":"should retry on failure if specified","time":{"start":1729033875012,"stop":1729033875012,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9b2249ef39c5b0c","name":"random static sharding 1 - Cluster ID: 68, Shard ID: 269","time":{"start":1729034177524,"stop":1729034177525,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7ec1ed7d6561802","name":"Push message with content topic containing SQL Injection","time":{"start":1729034129476,"stop":1729034129476,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b934de0a8b07a14","name":"Check received message containing JSON","time":{"start":1729034014863,"stop":1729034014864,"duration":1},"status":"passed","severity":"normal"},{"uid":"18599f2934e3603","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1729033857427,"stop":1729033857428,"duration":1},"status":"passed","severity":"normal"},{"uid":"2acf1f11fc4b7f0f","name":"should reject on timeout if it was set","time":{"start":1729033875028,"stop":1729033875028,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a068d3f925a4043","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1729034209128,"stop":1729034209128,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"9f02dd1a99d02f9a","name":"Fails to publish message with empty text","time":{"start":1729034636316,"stop":1729034636319,"duration":3},"status":"passed","severity":"normal"},{"uid":"e3a94c3ffbfa97ee","name":"addEventListener with correct event","time":{"start":1729034432447,"stop":1729034432448,"duration":1},"status":"passed","severity":"normal"},{"uid":"8967213985d751f4","name":"Subscribe and receive messages via waku relay post","time":{"start":1729034536096,"stop":1729034536097,"duration":1},"status":"passed","severity":"normal"},{"uid":"7bae492ebd813f04","name":"LightPush: 1 peers, Filter: 0 peers","time":{"start":1729034473212,"stop":1729034473212,"duration":0},"status":"skipped","severity":"normal"},{"uid":"24a32122a9f788a0","name":"Ping on unsubscribed peer","time":{"start":1729034435019,"stop":1729034435019,"duration":0},"status":"passed","severity":"normal"},{"uid":"9775802917eb5b7a","name":"Push message on custom pubsubTopic","time":{"start":1729034565832,"stop":1729034565832,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d07ffeac9b4e497","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1729034472986,"stop":1729034472987,"duration":1},"status":"passed","severity":"normal"},{"uid":"4536c88c9cc80a2b","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1729034472942,"stop":1729034472943,"duration":1},"status":"passed","severity":"normal"},{"uid":"42f7d1138fc735ba","name":"Check received message containing escaped characters","time":{"start":1729034506792,"stop":1729034506792,"duration":0},"status":"passed","severity":"normal"},{"uid":"73fdd047c96a6145","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1729034332628,"stop":1729034332629,"duration":1},"status":"passed","severity":"normal"},{"uid":"2674d9522b3ddaaf","name":"Check received message containing Russian","time":{"start":1729034611678,"stop":1729034611678,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc3442e6a4c34563","name":"Push message with content topic containing Basic HTML tag","time":{"start":1729034631259,"stop":1729034631259,"duration":0},"status":"passed","severity":"normal"},{"uid":"9102f1ce2e9ae9d","name":"Check message received after jswaku node is restarted","time":{"start":1729034506804,"stop":1729034506804,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d97fe66138014db9","name":"Subscribe to topic containing Russian and receive message","time":{"start":1729034704494,"stop":1729034704494,"duration":0},"status":"passed","severity":"normal"},{"uid":"979d0fb73768c04e","name":"Query Generator, Wrong PubsubTopic","time":{"start":1729034682670,"stop":1729034682671,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2687993981cf46a","name":"Fails to push message with large meta","time":{"start":1729034631263,"stop":1729034631263,"duration":0},"status":"passed","severity":"normal"},{"uid":"86713bcfd9b88fc1","name":"should throw an error for missing sharding configuration","time":{"start":1729034332646,"stop":1729034332646,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba64f8b4c0861758","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1729034640525,"stop":1729034640525,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cd9a4b1d4775507","name":"Tracks peer failures correctly","time":{"start":1729034470391,"stop":1729034470391,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ee240bc75ced1a7","name":"should fail to send if pubsub topics are misconfigured","time":{"start":1729034372889,"stop":1729034372891,"duration":2},"status":"passed","severity":"normal"},{"uid":"712c441a7d5e18cb","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1729034408876,"stop":1729034408876,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2a982b30a3dd6eb8","name":"retrieves a single peer","time":{"start":1729034356472,"stop":1729034356473,"duration":1},"status":"passed","severity":"normal"},{"uid":"1baeb8a9bcde869d","name":"Passing page size 19 when there are 20 messages","time":{"start":1729034703311,"stop":1729034703311,"duration":0},"status":"passed","severity":"normal"},{"uid":"c589be67600220bc","name":"Check received message containing Russian","time":{"start":1729034506788,"stop":1729034506788,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e309a8cd3a4fa5a","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1729034340757,"stop":1729034340757,"duration":0},"status":"passed","severity":"normal"},{"uid":"18af7a3a33fbc145","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app61/3/topic302/test.js","time":{"start":1729034656466,"stop":1729034656466,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce7a72e6d7f1c1f3","name":"Ping on unsubscribed peer","time":{"start":1729034435416,"stop":1729034435416,"duration":0},"status":"passed","severity":"normal"},{"uid":"99dd023481b6e3cd","name":"should properly create location multiaddrs - tcp6","time":{"start":1729034341409,"stop":1729034341409,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb7f69f368614efa","name":"A test","time":{"start":1729034537008,"stop":1729034537008,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd889dfa8d13bb8","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1729034536097,"stop":1729034536097,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bf75811c139f700","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1729034472947,"stop":1729034472948,"duration":1},"status":"passed","severity":"normal"},{"uid":"8afa16ecfddccdd5","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1729034472932,"stop":1729034472932,"duration":0},"status":"passed","severity":"normal"},{"uid":"868df5c6fc01e212","name":"returns all values when wanted number matches available values","time":{"start":1729034355547,"stop":1729034355550,"duration":3},"status":"passed","severity":"normal"},{"uid":"8336e8b1900d35a5","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1729034356137,"stop":1729034356137,"duration":0},"status":"passed","severity":"normal"},{"uid":"358ca88f962b7fec","name":"through manual discovery","time":{"start":1729034561706,"stop":1729034561706,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f2671efc06931d2","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1729034626851,"stop":1729034626851,"duration":0},"status":"passed","severity":"normal"},{"uid":"46b00a9c4e9cb0bf","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1729034536110,"stop":1729034536110,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef88f331dc5eeef9","name":"Passing page size 0 when there are 110 messages","time":{"start":1729034703308,"stop":1729034703309,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dda83657e106d32","name":"should properly create location multiaddrs - udp6","time":{"start":1729034341405,"stop":1729034341409,"duration":4},"status":"passed","severity":"normal"},{"uid":"47dadd5c2c3461b1","name":"Check received message containing long","time":{"start":1729034611665,"stop":1729034611665,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fdb644cff587711","name":"should reject if LightPush is requested but not mounted","time":{"start":1729034373009,"stop":1729034373009,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf56ab61eb0e1d8f","name":"Push message with special chars payload","time":{"start":1729034631247,"stop":1729034631248,"duration":1},"status":"passed","severity":"normal"},{"uid":"64853306c48c8bd0","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1729034708550,"stop":1729034708551,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d5787334334d83d","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1729034704508,"stop":1729034704508,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c1815fc7296513e","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app74/1/topic712/proto","time":{"start":1729034656472,"stop":1729034656472,"duration":0},"status":"passed","severity":"normal"},{"uid":"807bfab0ab7db6ac","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1729034472932,"stop":1729034472939,"duration":7},"status":"passed","severity":"normal"},{"uid":"b432aaea450e842e","name":"should set field with only FILTER enabled","time":{"start":1729034341411,"stop":1729034341411,"duration":0},"status":"passed","severity":"normal"},{"uid":"95b6cd153284d511","name":"Add multiple subscription objects on single nwaku node","time":{"start":1729034704498,"stop":1729034704498,"duration":0},"status":"passed","severity":"normal"},{"uid":"49ed73453a1d5da7","name":"should not receive a peer event after stop","time":{"start":1729034360436,"stop":1729034360436,"duration":0},"status":"passed","severity":"normal"},{"uid":"6279971d93b7d061","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1729034399692,"stop":1729034399692,"duration":0},"status":"passed","severity":"normal"},{"uid":"7127178dfcecffe8","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1729034704493,"stop":1729034704493,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d8b428c8cf80e5f","name":"Add multiple subscription objects on single nwaku node","time":{"start":1729034704510,"stop":1729034704510,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f5f51995697dbf1","name":"Query generator for multiple messages with multiple decoders","time":{"start":1729034696863,"stop":1729034696864,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1184dbea190e5e9","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1729034708554,"stop":1729034708554,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce26fedc0b47d800","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1729034332622,"stop":1729034332623,"duration":1},"status":"passed","severity":"normal"},{"uid":"58e2f61f18684d6c","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1729034704508,"stop":1729034704509,"duration":1},"status":"passed","severity":"normal"},{"uid":"5078aad504ccea28","name":"Query generator for multiple messages with different message text format","time":{"start":1729034696863,"stop":1729034696863,"duration":0},"status":"passed","severity":"normal"},{"uid":"a647c4f1e59ee489","name":"same cluster, different shard: nodes connect","time":{"start":1729034558120,"stop":1729034558120,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9f6837555407217","name":"should not fail to stop the service if it was not started","time":{"start":1729034408863,"stop":1729034408863,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc04ac9ca34449a3","name":"Ephemeral field set to true","time":{"start":1729034348761,"stop":1729034348761,"duration":0},"status":"passed","severity":"normal"},{"uid":"2003724b05fc8a18","name":"different cluster, same shard: nodes don't connect","time":{"start":1729034558120,"stop":1729034558120,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0f9ceb37a91a03a","name":"Push message with short payload","time":{"start":1729034617746,"stop":1729034617747,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca330b4c8d94138a","name":"configure the node with multiple content topics","time":{"start":1729034656473,"stop":1729034656473,"duration":0},"status":"passed","severity":"normal"},{"uid":"383f8d18adbebd81","name":"removeEventListener with correct event","time":{"start":1729034432449,"stop":1729034432450,"duration":1},"status":"passed","severity":"normal"},{"uid":"8212e9e9b5855525","name":"Generator, 2 different pubsubtopics","time":{"start":1729034694624,"stop":1729034694624,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe76ed9c60785c09","name":"Push message with numeric payload","time":{"start":1729034631247,"stop":1729034631247,"duration":0},"status":"passed","severity":"normal"},{"uid":"c63b98678db1b47b","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034694623,"stop":1729034694623,"duration":0},"status":"passed","severity":"normal"},{"uid":"68feb3d40405137e","name":"shard 0","time":{"start":1729034668590,"stop":1729034668590,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3c836e9a04e13f3","name":"Generator, custom pubsub topic","time":{"start":1729034694624,"stop":1729034694624,"duration":0},"status":"passed","severity":"normal"},{"uid":"901f0d8a4d1bcc8e","name":"should encodeTxt and decodeTxt","time":{"start":1729034341398,"stop":1729034341398,"duration":0},"status":"passed","severity":"normal"},{"uid":"d87e2e882ba495e4","name":"Push message equal or less that 1MB","time":{"start":1729034617777,"stop":1729034617778,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4e6c39fa36ecf9e","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1729034640512,"stop":1729034640512,"duration":0},"status":"passed","severity":"normal"},{"uid":"7be23513471effc1","name":"Query with Promise Callback, No Decoder","time":{"start":1729034682680,"stop":1729034682681,"duration":1},"status":"passed","severity":"normal"},{"uid":"238a5ff60dd4cac7","name":"Sample","time":{"start":1729034340708,"stop":1729034340709,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f3499efa0df51f7","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1729034640524,"stop":1729034640524,"duration":0},"status":"passed","severity":"normal"},{"uid":"90123cc854a71929","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034565836,"stop":1729034565836,"duration":0},"status":"passed","severity":"normal"},{"uid":"a841ec4481a1622c","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1729034392569,"stop":1729034392569,"duration":0},"status":"passed","severity":"normal"},{"uid":"f865cb328a293af1","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1729034332628,"stop":1729034332628,"duration":0},"status":"passed","severity":"normal"},{"uid":"393c7ed1dae02240","name":"Publish message with custom timestamp: Wed Oct 16 2024 00:23:47 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034636315,"stop":1729034636316,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce21200b4f7d9ef2","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1729034665577,"stop":1729034665578,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3aa0423b013d3b3","name":"Check received message containing emoji","time":{"start":1729034506792,"stop":1729034506793,"duration":1},"status":"passed","severity":"normal"},{"uid":"593823e34cb8014e","name":"Subscribe and receives messages on 20 topics","time":{"start":1729034704491,"stop":1729034704491,"duration":0},"status":"passed","severity":"normal"},{"uid":"61377fabd5c9e298","name":"Check message received after nwaku node is restarted","time":{"start":1729034506805,"stop":1729034506805,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c671afd3844df709","name":"throws on content topic with empty topic name field","time":{"start":1729034332611,"stop":1729034332612,"duration":1},"status":"passed","severity":"normal"},{"uid":"650bb5b70d795a18","name":"Check publish message containing Russian","time":{"start":1729034636310,"stop":1729034636310,"duration":0},"status":"passed","severity":"normal"},{"uid":"f93566403986fa4e","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1729034332633,"stop":1729034332634,"duration":1},"status":"passed","severity":"normal"},{"uid":"320aa6f679d62665","name":"Subscribe to topic containing long and publish message","time":{"start":1729034640520,"stop":1729034640521,"duration":1},"status":"passed","severity":"normal"},{"uid":"478bd1c99e725f3e","name":"Light Node - default protocols","time":{"start":1729034713702,"stop":1729034713702,"duration":0},"status":"passed","severity":"normal"},{"uid":"eae4aa728e4a866","name":"Subscribe to topic containing short and receive message","time":{"start":1729034704503,"stop":1729034704503,"duration":0},"status":"passed","severity":"normal"},{"uid":"43aa0c74242f31a6","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1729034462535,"stop":1729034462535,"duration":0},"status":"passed","severity":"normal"},{"uid":"7549829b2c944fad","name":"Check received message containing special chars","time":{"start":1729034611651,"stop":1729034611651,"duration":0},"status":"passed","severity":"normal"},{"uid":"44eb10a901fa2466","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1729034356138,"stop":1729034356138,"duration":0},"status":"passed","severity":"normal"},{"uid":"8968d4f194e0fa8e","name":"dispatchEvent via connectionManager","time":{"start":1729034432451,"stop":1729034432451,"duration":0},"status":"passed","severity":"normal"},{"uid":"483848b214d5498","name":"Round trip binary serialization","time":{"start":1729034348760,"stop":1729034348760,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cf25a762956d1f","name":"Fails to push message bigger that 1MB","time":{"start":1729034617779,"stop":1729034617780,"duration":1},"status":"passed","severity":"normal"},{"uid":"e405261e1e334e93","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app35/10/topic983/json","time":{"start":1729034656461,"stop":1729034656463,"duration":2},"status":"passed","severity":"normal"},{"uid":"8fac500e6871bf88","name":"should be able to encode the field with only RELAY set to true","time":{"start":1729034340749,"stop":1729034340750,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f38ce65ed464e00","name":"Init the array if not present","time":{"start":1729034332493,"stop":1729034332494,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f8388ee864d26b0","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1729034682679,"stop":1729034682680,"duration":1},"status":"passed","severity":"normal"},{"uid":"d07fa758a41fd729","name":"Check publish message containing JSON","time":{"start":1729034636312,"stop":1729034636312,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ef611c5a409a067","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1729034536785,"stop":1729034536785,"duration":0},"status":"passed","severity":"normal"},{"uid":"5872bd9ccdd1e627","name":"Subscribe to topic containing Script and publish message","time":{"start":1729034640525,"stop":1729034640525,"duration":0},"status":"passed","severity":"normal"},{"uid":"9656edff3ac814ba","name":"Privacy Node - default protocol","time":{"start":1729034713702,"stop":1729034713703,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b5ec194e8af59fe","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1729034332646,"stop":1729034332646,"duration":0},"status":"passed","severity":"normal"},{"uid":"b76c4021e6fb6bc1","name":"should decode valid enr with tcp successfully","time":{"start":1729034341399,"stop":1729034341400,"duration":1},"status":"passed","severity":"normal"},{"uid":"62a92527073f7046","name":"pre and post cipher","time":{"start":1729034366898,"stop":1729034366899,"duration":1},"status":"passed","severity":"normal"},{"uid":"1728d8560b60ce61","name":"Check message on other pubsub topic is not received","time":{"start":1729034506802,"stop":1729034506802,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ba3fd5c9923c490","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1729034472983,"stop":1729034472983,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffcc039f5d06f90b","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1729034704494,"stop":1729034704494,"duration":0},"status":"passed","severity":"normal"},{"uid":"3df0bf90631ed451","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1729034704490,"stop":1729034704490,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fbde4baae10f611","name":"Waku message hash computation (meta attribute not present)","time":{"start":1729034335333,"stop":1729034335333,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc5bb3e4fa0df787","name":"should return usable stream attached to connection","time":{"start":1729034348411,"stop":1729034348411,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6a257ab4aa72659","name":"ignores unrecognized TXT record formats","time":{"start":1729034356474,"stop":1729034356474,"duration":0},"status":"passed","severity":"normal"},{"uid":"835aaf68785cb98d","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034565836,"stop":1729034565837,"duration":1},"status":"passed","severity":"normal"},{"uid":"33a437f83293fd24","name":"Mutual subscription","time":{"start":1729034640504,"stop":1729034640505,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac98161b7f033c16","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1729034656473,"stop":1729034656473,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d1e3aae46c491cf","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1729034462533,"stop":1729034462534,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7cfc384313eac3a","name":"Push message with shell command payload","time":{"start":1729034617754,"stop":1729034617754,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef836391f33f5693","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1729034708551,"stop":1729034708551,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0495332288f1342","name":"should find and add new peers","time":{"start":1729034373029,"stop":1729034373029,"duration":0},"status":"passed","severity":"normal"},{"uid":"73f625c7f6183c58","name":"tcp ip4 address","time":{"start":1729034340829,"stop":1729034340830,"duration":1},"status":"passed","severity":"normal"},{"uid":"311620d3bd5a1c06","name":"Check received message with timestamp: 1649153314 ","time":{"start":1729034611658,"stop":1729034611659,"duration":1},"status":"passed","severity":"normal"},{"uid":"623ed148f82a07dd","name":"getPeersByDiscovery","time":{"start":1729034432450,"stop":1729034432451,"duration":1},"status":"passed","severity":"normal"},{"uid":"48a5680f862134b9","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1729034640512,"stop":1729034640512,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f0963718de2c9c2","name":"Check publish message containing numeric","time":{"start":1729034636308,"stop":1729034636308,"duration":0},"status":"passed","severity":"normal"},{"uid":"37a9082755408cab","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1729034640511,"stop":1729034640512,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3c643fec7436bca","name":"Check message with no payload is not received","time":{"start":1729034611663,"stop":1729034611663,"duration":0},"status":"passed","severity":"normal"},{"uid":"73b9dfaee445f3dd","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1729034704505,"stop":1729034704505,"duration":0},"status":"passed","severity":"normal"},{"uid":"495dea3c216ec2ef","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1729034340751,"stop":1729034340752,"duration":1},"status":"passed","severity":"normal"},{"uid":"12df1396d1ef684b","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1729034356135,"stop":1729034356135,"duration":0},"status":"passed","severity":"normal"},{"uid":"35b30d3739cc9ba","name":"should encode/decode to RLP encoding","time":{"start":1729034341403,"stop":1729034341403,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a03517160f4c8a6","name":"Should update shard info","time":{"start":1729034566435,"stop":1729034566436,"duration":1},"status":"passed","severity":"normal"},{"uid":"3da90664d058291b","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1729034640523,"stop":1729034640524,"duration":1},"status":"passed","severity":"normal"},{"uid":"349f2c8d69db6128","name":"Push message with content topic containing escaped characters","time":{"start":1729034631260,"stop":1729034631261,"duration":1},"status":"passed","severity":"normal"},{"uid":"eba6858557c76f7e","name":"should remove the specified number of excess peers","time":{"start":1729034373028,"stop":1729034373029,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d79e101e857f99e","name":"Publish without waiting for remote peer","time":{"start":1729034640508,"stop":1729034640508,"duration":0},"status":"passed","severity":"normal"},{"uid":"9aec13f0ea551e1a","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1729034356136,"stop":1729034356136,"duration":0},"status":"passed","severity":"normal"},{"uid":"43f6956e7141c7e6","name":"Filter with 2 connections","time":{"start":1729034473407,"stop":1729034473407,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3ca24f99a1a9dc24","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1729034472939,"stop":1729034472940,"duration":1},"status":"passed","severity":"normal"},{"uid":"d05501e05e5d26a6","name":"handles different clusterIds correctly","time":{"start":1729034332624,"stop":1729034332624,"duration":0},"status":"passed","severity":"normal"},{"uid":"72e663472e47592d","name":"should not fail to stop the service if it was not started","time":{"start":1729034655442,"stop":1729034655443,"duration":1},"status":"passed","severity":"normal"},{"uid":"27a2f4f4795ebb4f","name":"should return no connections if no open connection provided","time":{"start":1729034348296,"stop":1729034348297,"duration":1},"status":"passed","severity":"normal"},{"uid":"685f27ede537d18f","name":"should reject if Store is requested but not mounted","time":{"start":1729034373009,"stop":1729034373010,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2b1d62226f98e53","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1729034645145,"stop":1729034645146,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b0dfcb860bb20c62","name":"Ping on subscribed peer","time":{"start":1729034435018,"stop":1729034435018,"duration":0},"status":"passed","severity":"normal"},{"uid":"afc5a0243271ff79","name":"Check received message containing Arabic","time":{"start":1729034611652,"stop":1729034611652,"duration":0},"status":"passed","severity":"normal"},{"uid":"c98b0d4ea42fd846","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1729034332624,"stop":1729034332624,"duration":0},"status":"passed","severity":"normal"},{"uid":"cca676bf90384b51","name":"isConnected return false after peer stops","time":{"start":1729034424274,"stop":1729034424275,"duration":1},"status":"passed","severity":"normal"},{"uid":"b867761900d7ba1a","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1729034704502,"stop":1729034704502,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b863421a8487eae","name":"should only return 1 node with relay capability","time":{"start":1729034356475,"stop":1729034356475,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdf7e29d5e72223e","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1729034536102,"stop":1729034536102,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2d3513f3eecbda9","name":"start node with empty shard should fail","time":{"start":1729034668612,"stop":1729034668612,"duration":0},"status":"passed","severity":"normal"},{"uid":"386924099e8ac11b","name":"Push message with unicode special characters payload","time":{"start":1729034617756,"stop":1729034617756,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec3fddf369023e4e","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1729034332644,"stop":1729034332645,"duration":1},"status":"passed","severity":"normal"},{"uid":"be6d5ab926496729","name":"Round trip binary encryption [ecies, signature]","time":{"start":1729034368072,"stop":1729034368072,"duration":0},"status":"passed","severity":"normal"},{"uid":"5663e8800dee897b","name":"Passing page size 1 when there are 4 messages","time":{"start":1729034703309,"stop":1729034703310,"duration":1},"status":"passed","severity":"normal"},{"uid":"42f88e5d3badf276","name":"Overlapping topic subscription","time":{"start":1729034704492,"stop":1729034704492,"duration":0},"status":"passed","severity":"normal"},{"uid":"948187d0b4f709c","name":"Check received message containing SQL Injection","time":{"start":1729034611652,"stop":1729034611653,"duration":1},"status":"passed","severity":"normal"},{"uid":"4409be8d5b5f2553","name":"LightPush: 3 peers, Filter: 1 peers","time":{"start":1729034473221,"stop":1729034473222,"duration":1},"status":"skipped","severity":"normal"},{"uid":"72d15ae16fba82c0","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034447631,"stop":1729034447632,"duration":1},"status":"passed","severity":"normal"},{"uid":"edec426c36ee4379","name":"should throw an error if shards are undefined for static sharding","time":{"start":1729034332629,"stop":1729034332629,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb882394c05a4112","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1729034626852,"stop":1729034626852,"duration":0},"status":"passed","severity":"normal"},{"uid":"accb193aebffdfb5","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472982,"stop":1729034472982,"duration":0},"status":"passed","severity":"normal"},{"uid":"444016408bac9bfb","name":"should wait for LightPush peer to be connected","time":{"start":1729034373011,"stop":1729034373011,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac079bd10eee4b87","name":"should not fail to start the service if it is already started","time":{"start":1729034360435,"stop":1729034360435,"duration":0},"status":"passed","severity":"normal"},{"uid":"84e70a4b1f55ad7e","name":"random static sharding 6 - Cluster ID: 361, Shard ID: 124","time":{"start":1729034668598,"stop":1729034668598,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f61f57c4ade81eb","name":"Check publish message containing XML","time":{"start":1729034636311,"stop":1729034636311,"duration":0},"status":"passed","severity":"normal"},{"uid":"9698d4239a699a","name":"should only return 1 node with relay and store capability","time":{"start":1729034356476,"stop":1729034356476,"duration":0},"status":"passed","severity":"normal"},{"uid":"d594a1d08849d2f8","name":"Check message with invalid timestamp is not received","time":{"start":1729034506798,"stop":1729034506802,"duration":4},"status":"passed","severity":"normal"},{"uid":"feba83822268e790","name":"Check received message containing special chars","time":{"start":1729034611666,"stop":1729034611667,"duration":1},"status":"passed","severity":"normal"},{"uid":"8863958ebd444621","name":"Check received message containing Russian","time":{"start":1729034611652,"stop":1729034611652,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe891374687425ea","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1729034332626,"stop":1729034332626,"duration":0},"status":"passed","severity":"normal"},{"uid":"a08529c44ce63c7d","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1729034462527,"stop":1729034462533,"duration":6},"status":"passed","severity":"normal"},{"uid":"ad96767a12c5b704","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1729034472976,"stop":1729034472976,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ebec372eb95b7c5","name":"should be able to encode the field with only FILTER set to true","time":{"start":1729034340751,"stop":1729034340751,"duration":0},"status":"passed","severity":"normal"},{"uid":"7179edc53bf6f2ea","name":"should wait for Filter peer to be connected","time":{"start":1729034373011,"stop":1729034373012,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f76ef8f93a93d24","name":"new peer added after a peer was already found","time":{"start":1729034645145,"stop":1729034645145,"duration":0},"status":"skipped","severity":"normal"},{"uid":"69cc5c6290df2345","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1729034645146,"stop":1729034645146,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ce6876eed00c3e1","name":"Check message with no content topic is not received","time":{"start":1729034506803,"stop":1729034506803,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf0000bb3fc7aebe","name":"Subscribe to topic containing JSON and receive message","time":{"start":1729034536109,"stop":1729034536109,"duration":0},"status":"passed","severity":"normal"},{"uid":"24423510ebc1db9a","name":"creates an iterator","time":{"start":1729034701148,"stop":1729034701153,"duration":5},"status":"passed","severity":"normal"},{"uid":"7ce868e722bbff0d","name":"Sets default value correctly","time":{"start":1729034728791,"stop":1729034728791,"duration":0},"status":"passed","severity":"normal"},{"uid":"1be2887f445306db","name":"Subscribe and receive messages via lightPush","time":{"start":1729034536094,"stop":1729034536095,"duration":1},"status":"passed","severity":"normal"},{"uid":"83cb1b0c3c29f0ea","name":"Subscribe to topic containing XML and receive message","time":{"start":1729034536108,"stop":1729034536108,"duration":0},"status":"passed","severity":"normal"},{"uid":"f85a385da8a6fe11","name":"Check publish message containing unicode special characters","time":{"start":1729034636313,"stop":1729034636314,"duration":1},"status":"passed","severity":"normal"},{"uid":"54ae6abc99a53cea","name":"should get / set UDP multiaddr","time":{"start":1729034341404,"stop":1729034341404,"duration":0},"status":"passed","severity":"normal"},{"uid":"d75761a71f86bae","name":"Check message received after jswaku node is restarted","time":{"start":1729034611664,"stop":1729034611664,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8baff3b4e5a5fe3b","name":"Ordered callback, aborts when callback returns true","time":{"start":1729034696866,"stop":1729034696866,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9224c9ee32b20e1","name":"Push message with content topic containing shell command","time":{"start":1729034617765,"stop":1729034617765,"duration":0},"status":"passed","severity":"normal"},{"uid":"98e4bcb6758633be","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1729034472990,"stop":1729034472990,"duration":0},"status":"passed","severity":"normal"},{"uid":"59dbfdf131c55b84","name":"throws on empty content topic","time":{"start":1729034332607,"stop":1729034332607,"duration":0},"status":"passed","severity":"normal"},{"uid":"2196992d36043067","name":"should throw an error for empty SingleShardInfos array","time":{"start":1729034332626,"stop":1729034332626,"duration":0},"status":"passed","severity":"normal"},{"uid":"d709730fe53675e5","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1729034332634,"stop":1729034332634,"duration":0},"status":"passed","severity":"normal"},{"uid":"a121a42d1ef23cbf","name":"should be online or offline if network state changed","time":{"start":1729034392570,"stop":1729034392571,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa6c74452defb2f1","name":"listenerCount","time":{"start":1729034432451,"stop":1729034432451,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e365aa5497d2a28","name":"should send to specified number of peers of used peers","time":{"start":1729034372892,"stop":1729034372892,"duration":0},"status":"passed","severity":"normal"},{"uid":"e695555dc53902af","name":"random static sharding 2 - Cluster ID: 822, Shard ID: 602","time":{"start":1729034668595,"stop":1729034668595,"duration":0},"status":"passed","severity":"normal"},{"uid":"abe515e73077bb82","name":"peer:update - should schedule stream creation IF protocol hit AND no stream found on connection","time":{"start":1729034348414,"stop":1729034348415,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d8f9349d857131f","name":"Push message with content topic containing SQL Injection","time":{"start":1729034631258,"stop":1729034631258,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0b4be503b185851","name":"Subscribe to topic containing Script and receive message","time":{"start":1729034704506,"stop":1729034704506,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e226b76e30a2996","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1729034472987,"stop":1729034472987,"duration":0},"status":"passed","severity":"normal"},{"uid":"3497feed0eab5e4b","name":"should reject if WakuNode is not started","time":{"start":1729034373008,"stop":1729034373009,"duration":1},"status":"passed","severity":"normal"},{"uid":"68cf8b5cf6a22f04","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1729034781180,"stop":1729034781180,"duration":0},"status":"passed","severity":"normal"},{"uid":"f07bb7bf39b0cb1d","name":"Waku message hash computation (no timestamp)","time":{"start":1729034335334,"stop":1729034335334,"duration":0},"status":"passed","severity":"normal"},{"uid":"78f1e29b3bc31ca6","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1729034392564,"stop":1729034392567,"duration":3},"status":"passed","severity":"normal"},{"uid":"d7c48e847a7f07ad","name":"Ephemeral messages are not stored","time":{"start":1729034398717,"stop":1729034398720,"duration":3},"status":"passed","severity":"normal"},{"uid":"3cb67a7660c91b2b","name":"Encoder throws on empty string content topic","time":{"start":1729034348762,"stop":1729034348762,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b7b6edafa70c782","name":"should reject on timeout if it was set","time":{"start":1729034373010,"stop":1729034373011,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5479d5b2669238e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472931,"stop":1729034472931,"duration":0},"status":"passed","severity":"normal"},{"uid":"bccfaa303878c43","name":"Check received message containing short","time":{"start":1729034611648,"stop":1729034611649,"duration":1},"status":"passed","severity":"normal"},{"uid":"6583fde5ef3d70f","name":"Decoder throws on undefined content topic","time":{"start":1729034368073,"stop":1729034368073,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3c71fff84aadc99","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1729034704490,"stop":1729034704490,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dfb4df3f42cab4b","name":"Check received message containing escaped characters","time":{"start":1729034611681,"stop":1729034611681,"duration":0},"status":"passed","severity":"normal"},{"uid":"91c28b51cd9940af","name":"Check received message containing JSON","time":{"start":1729034611680,"stop":1729034611680,"duration":0},"status":"passed","severity":"normal"},{"uid":"8022300972192a8e","name":"should throw error - no public key","time":{"start":1729034341401,"stop":1729034341402,"duration":1},"status":"passed","severity":"normal"},{"uid":"67ea13630f8f72c8","name":"Waku message hash computation (payload length 0)","time":{"start":1729034335333,"stop":1729034335333,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e17baf779cd345d","name":"throws on content topic with empty version field","time":{"start":1729034332610,"stop":1729034332611,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f557f872e4146ff","name":"ignores domain fetching errors","time":{"start":1729034356474,"stop":1729034356474,"duration":0},"status":"passed","severity":"normal"},{"uid":"b00ce4fddc8a2c4","name":"Filter with 3 connections","time":{"start":1729034473408,"stop":1729034473408,"duration":0},"status":"skipped","severity":"normal"},{"uid":"aed53a11f637ac55","name":"Check received message containing Basic HTML tag","time":{"start":1729034611654,"stop":1729034611655,"duration":1},"status":"passed","severity":"normal"},{"uid":"82878ccbd175e37f","name":"Push message with Chinese payload","time":{"start":1729034617749,"stop":1729034617749,"duration":0},"status":"passed","severity":"normal"},{"uid":"46508dc26314f5ab","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1729034332637,"stop":1729034332637,"duration":0},"status":"passed","severity":"normal"},{"uid":"10b5ce906378dde7","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1729034332639,"stop":1729034332640,"duration":1},"status":"passed","severity":"normal"},{"uid":"2710b7083cf92f29","name":"Relay - dialed first","time":{"start":1729034713699,"stop":1729034713700,"duration":1},"status":"passed","severity":"normal"},{"uid":"4503c5f5c3e064a5","name":"LightPush: 3 peers, Filter: 3 peers","time":{"start":1729034473222,"stop":1729034473223,"duration":1},"status":"skipped","severity":"normal"},{"uid":"667c9d9baade11ba","name":"Push message with rate limit","time":{"start":1729034617768,"stop":1729034617768,"duration":0},"status":"passed","severity":"normal"},{"uid":"3440c2aecbcb8d8f","name":"Push message with numeric payload","time":{"start":1729034617748,"stop":1729034617748,"duration":0},"status":"passed","severity":"normal"},{"uid":"c63179cf3eb1ed6f","name":"Push message with content topic containing special chars","time":{"start":1729034617760,"stop":1729034617760,"duration":0},"status":"passed","severity":"normal"},{"uid":"5736c26220e88954","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1729034332643,"stop":1729034332644,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f804ec9fceb9a37","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1729034611683,"stop":1729034611684,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c63ea6bf0dc1762","name":"Subscribe to topic containing emoji and receive message","time":{"start":1729034536111,"stop":1729034536111,"duration":0},"status":"passed","severity":"normal"},{"uid":"f70b2bfbbd45f5c2","name":"LightPush with 3 connections","time":{"start":1729034473407,"stop":1729034473408,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b8291f0e36d88793","name":"LightPush: 3 peers, Filter: 0 peers","time":{"start":1729034473219,"stop":1729034473220,"duration":1},"status":"skipped","severity":"normal"},{"uid":"66bc4e892128ac51","name":"should throw error - no id","time":{"start":1729034341400,"stop":1729034341400,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa9d46ab43205d85","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1729034332644,"stop":1729034332644,"duration":0},"status":"passed","severity":"normal"},{"uid":"8947fe04298a8c49","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1729034536790,"stop":1729034536790,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f8f8e48ed49263d","name":"Push message with emoji payload","time":{"start":1729034617757,"stop":1729034617757,"duration":0},"status":"passed","severity":"normal"},{"uid":"62f6babe0630c7d2","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1729034462533,"stop":1729034462533,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf61fdec4db3822","name":"Correctly serialized arguments","time":{"start":1729034561791,"stop":1729034561792,"duration":1},"status":"passed","severity":"normal"},{"uid":"38e4e348d549d9d4","name":"Keep-alive pings maintain the connection","time":{"start":1729034470387,"stop":1729034470387,"duration":0},"status":"passed","severity":"normal"},{"uid":"823a58dfc627b34d","name":"Encoder throws on undefined content topic","time":{"start":1729034368072,"stop":1729034368073,"duration":1},"status":"passed","severity":"normal"},{"uid":"591cc537101be78","name":"Ephemeral field is preserved - encoder v0","time":{"start":1729034398720,"stop":1729034398721,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6f1ced85575dfc0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034447614,"stop":1729034447615,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e080b79384118c0","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1729034536098,"stop":1729034536099,"duration":1},"status":"passed","severity":"normal"},{"uid":"2555b0c8cc60e0fb","name":"Decoder throws on empty string content topic","time":{"start":1729034368073,"stop":1729034368073,"duration":0},"status":"passed","severity":"normal"},{"uid":"65fc408483854dc8","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472988,"stop":1729034472988,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd997a7aa4d94a3a","name":"Check received message containing SQL Injection","time":{"start":1729034506788,"stop":1729034506789,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc7f38ef59d67ab","name":"Push message with content topic containing escaped characters","time":{"start":1729034617765,"stop":1729034617766,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab091b49e20cfcb1","name":"should throw if no connection provided","time":{"start":1729034348412,"stop":1729034348412,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5993a912345546d","name":"should wait for Store peer to be connected","time":{"start":1729034373012,"stop":1729034373012,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5a01902125afb3a","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1729034704494,"stop":1729034704495,"duration":1},"status":"passed","severity":"normal"},{"uid":"58454c45877a86f3","name":"Check message with non string payload is not received","time":{"start":1729034611685,"stop":1729034611687,"duration":2},"status":"passed","severity":"normal"},{"uid":"b236b6dc45aa2fd1","name":"Reopen subscription with peer with lost subscription","time":{"start":1729034435019,"stop":1729034435020,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d7c93dcd94e0f44","name":"Check received message containing XML","time":{"start":1729034611653,"stop":1729034611654,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a0ff36e7d1e3863","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1729034682672,"stop":1729034682673,"duration":1},"status":"passed","severity":"normal"},{"uid":"228d9d52124a6364","name":"Push message with shell command payload","time":{"start":1729034631251,"stop":1729034631251,"duration":0},"status":"passed","severity":"normal"},{"uid":"f477530628164c0d","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1729034356478,"stop":1729034356478,"duration":0},"status":"skipped","severity":"normal"},{"uid":"67f83597ab4cface","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1729034708552,"stop":1729034708552,"duration":0},"status":"passed","severity":"normal"},{"uid":"d266b047d5314977","name":"Subscribe to topic containing Russian and publish message","time":{"start":1729034640524,"stop":1729034640524,"duration":0},"status":"passed","severity":"normal"},{"uid":"5579e22f0d2569d6","name":"LightPush: 0 peers, Filter: 3 peers","time":{"start":1729034473211,"stop":1729034473211,"duration":0},"status":"skipped","severity":"normal"},{"uid":"74d64e06fe676770","name":"LightPush with 0 connections","time":{"start":1729034473400,"stop":1729034473401,"duration":1},"status":"skipped","severity":"normal"},{"uid":"ec08faf26fc2e35b","name":"should properly create location multiaddrs - udp4","time":{"start":1729034341404,"stop":1729034341404,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae6e8a022a2f0f06","name":"Sign & Recover","time":{"start":1729034366899,"stop":1729034366899,"duration":0},"status":"passed","severity":"normal"},{"uid":"789e6da66bec244e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472965,"stop":1729034472967,"duration":2},"status":"passed","severity":"normal"},{"uid":"41d1fb42303660c8","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1729034341399,"stop":1729034341399,"duration":0},"status":"passed","severity":"normal"},{"uid":"a07402179e9ac5ff","name":"Subscribe to topic containing Russian and receive message","time":{"start":1729034704505,"stop":1729034704506,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d61cb4dd453def2","name":"different cluster, different shard: nodes don't connect","time":{"start":1729034558121,"stop":1729034558121,"duration":0},"status":"passed","severity":"normal"},{"uid":"e745e6a6d91bcb6a","name":"Filter","time":{"start":1729034713702,"stop":1729034713702,"duration":0},"status":"passed","severity":"normal"},{"uid":"af9cc0dab29c8331","name":"should not receive a peer event after stop","time":{"start":1729034408871,"stop":1729034408872,"duration":1},"status":"passed","severity":"normal"},{"uid":"db90dd34b06f2769","name":"LightPush: 0 peers, Filter: 1 peers","time":{"start":1729034473210,"stop":1729034473211,"duration":1},"status":"skipped","severity":"normal"},{"uid":"a0b8e9a07b0f35b9","name":"should return different streams if requested simultaniously","time":{"start":1729034348413,"stop":1729034348413,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d6ee0e8af117d","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1729034472976,"stop":1729034472977,"duration":1},"status":"passed","severity":"normal"},{"uid":"ceded16c69868aa0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034447617,"stop":1729034447617,"duration":0},"status":"passed","severity":"normal"},{"uid":"5eb73c05e6ab9ec9","name":"Does not throw an exception when node disconnects","time":{"start":1729034728789,"stop":1729034728789,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc108c11934d0087","name":"Push message with Basic HTML tag payload","time":{"start":1729034617753,"stop":1729034617753,"duration":0},"status":"passed","severity":"normal"},{"uid":"727d999c67c19883","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1729034332633,"stop":1729034332633,"duration":0},"status":"passed","severity":"normal"},{"uid":"830e2a662e6a8079","name":"Query Generator - true","time":{"start":1729034683699,"stop":1729034683699,"duration":0},"status":"passed","severity":"normal"},{"uid":"81a6a9e7fee63520","name":"Push message with meta","time":{"start":1729034631262,"stop":1729034631262,"duration":0},"status":"passed","severity":"normal"},{"uid":"1324414a36b19823","name":"Passing page size 110 when there are 120 messages","time":{"start":1729034703312,"stop":1729034703312,"duration":0},"status":"passed","severity":"normal"},{"uid":"d97d043614eb23de","name":"Subscribe to topic containing numeric and receive message","time":{"start":1729034704493,"stop":1729034704493,"duration":0},"status":"passed","severity":"normal"},{"uid":"96643571910d1547","name":"Fails to publish duplicate message","time":{"start":1729034636316,"stop":1729034636316,"duration":0},"status":"passed","severity":"normal"},{"uid":"98362ad7f489ad77","name":"Callback on promise, aborts when callback returns true","time":{"start":1729034696865,"stop":1729034696865,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee968f11acf7d0df","name":"Throws when trying to push message with empty payload","time":{"start":1729034617758,"stop":1729034617758,"duration":0},"status":"passed","severity":"normal"},{"uid":"f324675a46ff49dd","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1729034340756,"stop":1729034340756,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab57ae4f0bbcc33e","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1729034447630,"stop":1729034447630,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfba8a063b17beef","name":"throws on content topic with non-number generation field","time":{"start":1729034332608,"stop":1729034332608,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a41cd28960e9fd5","name":"Encoder throws on empty string content topic","time":{"start":1729034366399,"stop":1729034366399,"duration":0},"status":"passed","severity":"normal"},{"uid":"48393a55ce4ee583","name":"1 Store, 2 fetches","time":{"start":1729034356195,"stop":1729034356195,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c1226e4013558b7","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1729034682672,"stop":1729034682672,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdace3ba5b83f5fd","name":"addEventListener with wrong event","time":{"start":1729034432448,"stop":1729034432449,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac74e4d08e2fae6b","name":"Check publish message containing long","time":{"start":1729034636307,"stop":1729034636308,"duration":1},"status":"passed","severity":"normal"},{"uid":"84fcf69ea18f9e47","name":"LightPush: 0 peers, Filter: 2 peers","time":{"start":1729034473211,"stop":1729034473211,"duration":0},"status":"skipped","severity":"normal"},{"uid":"290642b436c9d9f9","name":"Push message with Arabic payload","time":{"start":1729034617749,"stop":1729034617750,"duration":1},"status":"passed","severity":"normal"},{"uid":"4873e0b2f7d16792","name":"should not fail to start the service if it is already started","time":{"start":1729034655443,"stop":1729034655443,"duration":0},"status":"passed","severity":"normal"},{"uid":"72c9057ec25c4b7e","name":"Subscribe and receives messages on 20 topics","time":{"start":1729034536098,"stop":1729034536098,"duration":0},"status":"passed","severity":"normal"},{"uid":"1956923fd98a9328","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1729034340757,"stop":1729034340758,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5f2cbdb34df41bb","name":"non connected peers","time":{"start":1729034612085,"stop":1729034612085,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a44d22cc32c1f22e","name":"should emit a peer event after start","time":{"start":1729034655443,"stop":1729034655443,"duration":0},"status":"passed","severity":"normal"},{"uid":"60bfdcfe8957b32e","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1729034704507,"stop":1729034704507,"duration":0},"status":"passed","severity":"normal"},{"uid":"36b1cd4d89e7a09a","name":"Subscribe to topic containing XML and receive message","time":{"start":1729034704506,"stop":1729034704507,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c31bc7536fc66ce","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1729034348577,"stop":1729034348578,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e2658d9b5c14ddd","name":"Subscribe to topic containing numeric and receive message","time":{"start":1729034536101,"stop":1729034536101,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee696c8f882c5b51","name":"Fails to push message with large meta","time":{"start":1729034617767,"stop":1729034617768,"duration":1},"status":"passed","severity":"normal"},{"uid":"964c9d2dc9a92620","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1729034640511,"stop":1729034640511,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd372790e44fb7c6","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1729034472987,"stop":1729034472988,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb286c47d38d0869","name":"returns only open connection if one present","time":{"start":1729034348295,"stop":1729034348296,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe5b2daacade46fb","name":"Publish message with custom timestamp: Tue Oct 15 2024 22:23:47 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034636315,"stop":1729034636315,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7ac0008b40872dc","name":"LightPush with 1 connections","time":{"start":1729034473401,"stop":1729034473406,"duration":5},"status":"skipped","severity":"normal"},{"uid":"d6954a5f854c88b3","name":"should select older connection if present","time":{"start":1729034348297,"stop":1729034348298,"duration":1},"status":"passed","severity":"normal"},{"uid":"18ca000aeb7cdf38","name":"Push message on custom pubsubTopic","time":{"start":1729034565836,"stop":1729034565836,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7de29dd1e4d3da4","name":"Delete observer","time":{"start":1729034614967,"stop":1729034614967,"duration":0},"status":"passed","severity":"normal"},{"uid":"d189863c3dea04c0","name":"Check publish message containing short","time":{"start":1729034636306,"stop":1729034636306,"duration":0},"status":"passed","severity":"normal"},{"uid":"7987935a8b8bde5e","name":"Subscribe to topic containing Russian and receive message","time":{"start":1729034536106,"stop":1729034536106,"duration":0},"status":"passed","severity":"normal"},{"uid":"421e5e0cd1e74955","name":"Push message with content topic containing emoji","time":{"start":1729034631261,"stop":1729034631261,"duration":0},"status":"passed","severity":"normal"},{"uid":"38345e1e2d24eea7","name":"Push message with content topic containing XML","time":{"start":1729034631259,"stop":1729034631259,"duration":0},"status":"passed","severity":"normal"},{"uid":"370dc87f8ed0311e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472941,"stop":1729034472941,"duration":0},"status":"passed","severity":"normal"},{"uid":"27c358b0afc19187","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1729034356136,"stop":1729034356137,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd3e8186ba2979da","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1729034665576,"stop":1729034665577,"duration":1},"status":"passed","severity":"normal"},{"uid":"933841381ccd2876","name":"Check received message containing long","time":{"start":1729034611649,"stop":1729034611649,"duration":0},"status":"passed","severity":"normal"},{"uid":"42d1a76a90d9ccaa","name":"Push message with XML payload","time":{"start":1729034631250,"stop":1729034631250,"duration":0},"status":"passed","severity":"normal"},{"uid":"98723c358262385a","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1729034708553,"stop":1729034708553,"duration":0},"status":"passed","severity":"normal"},{"uid":"725dfe31e15cc605","name":"Check received message with timestamp: 1729034391505000000 ","time":{"start":1729034506794,"stop":1729034506794,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b977a1ba006db2c","name":"should throw error - no public key","time":{"start":1729034341400,"stop":1729034341400,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d67a4c3b211f2a5","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1729034472950,"stop":1729034472950,"duration":0},"status":"passed","severity":"normal"},{"uid":"50fc1f3233c4770b","name":"Fails to publish message with size larger than 1 MB","time":{"start":1729034636323,"stop":1729034636323,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0ea93bf80e31b35","name":"should fail to send if no connected peers found","time":{"start":1729034372891,"stop":1729034372892,"duration":1},"status":"passed","severity":"normal"},{"uid":"49308e81b03e99d1","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1729034332797,"stop":1729034332797,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf0a6c9a18645016","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1729034704501,"stop":1729034704501,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cd6c592c309e041","name":"Fails to push message bigger that 1MB","time":{"start":1729034631266,"stop":1729034631266,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e3f93f857a3c773","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1729034340757,"stop":1729034340757,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cea474dab07d011","name":"Renews subscription after lossing a connection","time":{"start":1729034704498,"stop":1729034704499,"duration":1},"status":"passed","severity":"normal"},{"uid":"13ee14eb12124263","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1729034472967,"stop":1729034472968,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfa155ef4e42d172","name":"should get / set TCP multiaddr","time":{"start":1729034341404,"stop":1729034341404,"duration":0},"status":"passed","severity":"normal"},{"uid":"89b64c2f3cf4b551","name":"Push message with meta","time":{"start":1729034617767,"stop":1729034617767,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a1214158ad0cf17","name":"Push message with escaped characters payload","time":{"start":1729034631252,"stop":1729034631252,"duration":0},"status":"passed","severity":"normal"},{"uid":"464cb3bc27e979b1","name":"Check received message containing shell command","time":{"start":1729034506791,"stop":1729034506792,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccb656f565b479c8","name":"Subscribe to topic containing shell command and receive message","time":{"start":1729034704496,"stop":1729034704497,"duration":1},"status":"passed","severity":"normal"},{"uid":"40d3bf589e6f561c","name":"Ordered Callback - true","time":{"start":1729034683701,"stop":1729034683701,"duration":0},"status":"passed","severity":"normal"},{"uid":"38be0563896f7a4b","name":"Check received message containing long","time":{"start":1729034506785,"stop":1729034506785,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c451697f1c54e41","name":"Relay - times out","time":{"start":1729034713700,"stop":1729034713700,"duration":0},"status":"passed","severity":"normal"},{"uid":"cade5c3bde5bedc8","name":"should properly create location multiaddrs - tcp","time":{"start":1729034341409,"stop":1729034341409,"duration":0},"status":"passed","severity":"normal"},{"uid":"1887e29b4827c114","name":"should use DNS peer discovery with light client","time":{"start":1729034408874,"stop":1729034408874,"duration":0},"status":"skipped","severity":"normal"},{"uid":"725c2a85651a0243","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1729034682677,"stop":1729034682678,"duration":1},"status":"passed","severity":"normal"},{"uid":"d785b08bcdb6d427","name":"Subscribe to topic containing special chars and receive message","time":{"start":1729034704493,"stop":1729034704493,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c38576857808b44","name":"Push message with SQL Injection payload","time":{"start":1729034631249,"stop":1729034631249,"duration":0},"status":"passed","severity":"normal"},{"uid":"12e96e38edaf59ae","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1729034447616,"stop":1729034447617,"duration":1},"status":"passed","severity":"normal"},{"uid":"71e4f963207ba981","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1729034332631,"stop":1729034332631,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8838bd49ca9a2f7","name":"should log when no additional peers are found","time":{"start":1729034373030,"stop":1729034373030,"duration":0},"status":"passed","severity":"normal"},{"uid":"283fd429ea82bdea","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472949,"stop":1729034472949,"duration":0},"status":"passed","severity":"normal"},{"uid":"2931aeba593f5cd6","name":"Subscribe to topic containing JSON and receive message","time":{"start":1729034704496,"stop":1729034704496,"duration":0},"status":"passed","severity":"normal"},{"uid":"489f8b4479bd8b16","name":"LightPush","time":{"start":1729034713701,"stop":1729034713701,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5b6e64b36da5fdc","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app33/1/topic385/xml","time":{"start":1729034656465,"stop":1729034656465,"duration":0},"status":"passed","severity":"normal"},{"uid":"c54c78969f11a4a7","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1729034424273,"stop":1729034424273,"duration":0},"status":"passed","severity":"normal"},{"uid":"676b537d6ec506","name":"Passing invalid cursor","time":{"start":1729034665584,"stop":1729034665584,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0234d5fb341fbbe","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1729034332634,"stop":1729034332634,"duration":0},"status":"passed","severity":"normal"},{"uid":"12a7c677fe12ea60","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1729034348763,"stop":1729034348763,"duration":0},"status":"passed","severity":"normal"},{"uid":"64f7d5cf6f5185db","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1729034398721,"stop":1729034398722,"duration":1},"status":"passed","severity":"normal"},{"uid":"96d533fab9f3b4cb","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1729034656457,"stop":1729034656459,"duration":2},"status":"passed","severity":"normal"},{"uid":"ac59a6ada4a9bd56","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034565833,"stop":1729034565833,"duration":0},"status":"passed","severity":"normal"},{"uid":"1572dffa4221e494","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1729034332638,"stop":1729034332639,"duration":1},"status":"passed","severity":"normal"},{"uid":"b563f276c5743170","name":"Ping on peer without subscriptions","time":{"start":1729034435415,"stop":1729034435416,"duration":1},"status":"passed","severity":"normal"},{"uid":"6050c6b66170196d","name":"does not throw on valid cases","time":{"start":1729034332606,"stop":1729034332607,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab5b529dcb692f5b","name":"Filter with 0 connections","time":{"start":1729034473401,"stop":1729034473401,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b1eb09825a3eeeed","name":"Push to array if already present","time":{"start":1729034332495,"stop":1729034332497,"duration":2},"status":"passed","severity":"normal"},{"uid":"4251ef98edc647db","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1729034558118,"stop":1729034558119,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8b6f65cbb84cffb","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1729034392568,"stop":1729034392569,"duration":1},"status":"passed","severity":"normal"},{"uid":"f01a52cca6951047","name":"Waku message hash computation (message is IDecodedMessage)","time":{"start":1729034335334,"stop":1729034335334,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8987fba15980fae","name":"Refresh subscription","time":{"start":1729034640513,"stop":1729034640517,"duration":4},"status":"skipped","severity":"normal"},{"uid":"1085f7a2e283e37","name":"Overlapping topic subscription","time":{"start":1729034536100,"stop":1729034536100,"duration":0},"status":"passed","severity":"normal"},{"uid":"59e31a31dd73780f","name":"Check received message containing JSON","time":{"start":1729034506790,"stop":1729034506790,"duration":0},"status":"passed","severity":"normal"},{"uid":"912d46473d378dc3","name":"can dial TLS multiaddrs","time":{"start":1729034561705,"stop":1729034561706,"duration":1},"status":"passed","severity":"normal"},{"uid":"734e9f55eb05dfe","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1729034640527,"stop":1729034640527,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5f835aabe04084b","name":"Subscribe to topic containing special chars and publish message","time":{"start":1729034640522,"stop":1729034640523,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ff56142e65706c5","name":"should encode/decode to text encoding","time":{"start":1729034341403,"stop":1729034341403,"duration":0},"status":"passed","severity":"normal"},{"uid":"c80acfa1349559dc","name":"Check received message containing XML","time":{"start":1729034611679,"stop":1729034611679,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c4b89a506fcbe94","name":"Ping on subscribed peer","time":{"start":1729034435415,"stop":1729034435415,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ca10c2d1aed40f9","name":"Push message with content topic containing Script","time":{"start":1729034631258,"stop":1729034631259,"duration":1},"status":"passed","severity":"normal"},{"uid":"2656fba675c68f32","name":"LightPush: 1 peers, Filter: 2 peers","time":{"start":1729034473213,"stop":1729034473214,"duration":1},"status":"skipped","severity":"normal"},{"uid":"56e7a4b6bc960104","name":"Reopen subscription with peer with lost subscription","time":{"start":1729034435420,"stop":1729034435421,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dbee7058f5485bf","name":"should set field with only LIGHTPUSH enabled","time":{"start":1729034341411,"stop":1729034341412,"duration":1},"status":"passed","severity":"normal"},{"uid":"3176cea69f1a259c","name":"Push message with content topic containing Arabic","time":{"start":1729034617761,"stop":1729034617762,"duration":1},"status":"passed","severity":"normal"},{"uid":"7998a58084276c14","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1729034472975,"stop":1729034472976,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ef49cacd1c822a4","name":"Fails to push message with empty content topic","time":{"start":1729034617766,"stop":1729034617767,"duration":1},"status":"passed","severity":"normal"},{"uid":"6715c2aca82e2fd3","name":"more peers than existing","time":{"start":1729034612084,"stop":1729034612085,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f6b9650aa49d1c9b","name":"should properly compute the node id","time":{"start":1729034341402,"stop":1729034341403,"duration":1},"status":"passed","severity":"normal"},{"uid":"df97e634a5d3c5d5","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1729034368071,"stop":1729034368071,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fbb08f0411a19bb","name":"should return true when peers exist","time":{"start":1729034373027,"stop":1729034373028,"duration":1},"status":"passed","severity":"normal"},{"uid":"355c324f3a3cf336","name":"Push message with Basic HTML tag payload","time":{"start":1729034631250,"stop":1729034631251,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d1bc9b4d0801533","name":"Relay - dialed after","time":{"start":1729034713700,"stop":1729034713700,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1b5820b096a38ea","name":"Subscribe and receive messages via lightPush","time":{"start":1729034704489,"stop":1729034704489,"duration":0},"status":"passed","severity":"normal"},{"uid":"8aaa53a90492c0b","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1729034332620,"stop":1729034332621,"duration":1},"status":"passed","severity":"normal"},{"uid":"7543b39f03f3d0b8","name":"should throw an error for insufficient data","time":{"start":1729034332797,"stop":1729034332797,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae36504ee291e6c1","name":"Register correct protocols","time":{"start":1729034640505,"stop":1729034640505,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4846dce26d31087","name":"Push message with content topic containing Basic HTML tag","time":{"start":1729034617764,"stop":1729034617764,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f2ac4d1b5a3a1f9","name":"Push message with custom timestamp: 1729030907155","time":{"start":1729034617771,"stop":1729034617771,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed7a50b7047cbb03","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1729034704491,"stop":1729034704491,"duration":0},"status":"passed","severity":"normal"},{"uid":"16bf0f07f51ec695","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app3/4/topic356/utf8","time":{"start":1729034656464,"stop":1729034656465,"duration":1},"status":"passed","severity":"normal"},{"uid":"8eae8537ba9e3396","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1729034332627,"stop":1729034332627,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb600e826e05342","name":"Js publishes, other Js receives","time":{"start":1729034630106,"stop":1729034630106,"duration":0},"status":"passed","severity":"normal"},{"uid":"826d8277c46e534","name":"Passing page size 3 when there are 20 messages","time":{"start":1729034703310,"stop":1729034703310,"duration":0},"status":"passed","severity":"normal"},{"uid":"f98b13feb6582a0b","name":"Ordered Callback sorting by timestamp while page direction is true","time":{"start":1729034693196,"stop":1729034693196,"duration":0},"status":"passed","severity":"normal"},{"uid":"ded1c6c03e390676","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1729034355553,"stop":1729034355553,"duration":0},"status":"passed","severity":"normal"},{"uid":"d12feffc00f0ad73","name":"isConnected between 2 js-waku relay nodes","time":{"start":1729034424277,"stop":1729034424277,"duration":0},"status":"passed","severity":"normal"},{"uid":"107b8885c55d731c","name":"should properly create location multiaddrs - udp","time":{"start":1729034341409,"stop":1729034341409,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1bf23a7f3c6226b","name":"throws on content topic with too few or too many fields","time":{"start":1729034332607,"stop":1729034332608,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecf630c5d9747c14","name":"topics with same application and version share the same shard","time":{"start":1729034332623,"stop":1729034332623,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc674749269eb97a","name":"random static sharding 5 - Cluster ID: 558, Shard ID: 680","time":{"start":1729034668598,"stop":1729034668598,"duration":0},"status":"passed","severity":"normal"},{"uid":"be0563a54f5007b1","name":"Check message with no payload is not received","time":{"start":1729034506803,"stop":1729034506804,"duration":1},"status":"passed","severity":"normal"},{"uid":"820dd83ca5cdd11","name":"LightPush: 0 peers, Filter: 0 peers","time":{"start":1729034473210,"stop":1729034473210,"duration":0},"status":"skipped","severity":"normal"},{"uid":"825ec27836cd2311","name":"Check received message containing Script","time":{"start":1729034611653,"stop":1729034611653,"duration":0},"status":"passed","severity":"normal"},{"uid":"467d85a813e83a2c","name":"Ping on peer without subscriptions","time":{"start":1729034435410,"stop":1729034435411,"duration":1},"status":"passed","severity":"normal"},{"uid":"cea278c62cf783df","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1729034704496,"stop":1729034704496,"duration":0},"status":"passed","severity":"normal"},{"uid":"338a0c6ca41ae96","name":"Push message with content topic containing short","time":{"start":1729034617758,"stop":1729034617759,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e642d8f3a3f8313","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1729034472984,"stop":1729034472984,"duration":0},"status":"passed","severity":"normal"},{"uid":"553f32e10ce06954","name":"random static sharding 3 - Cluster ID: 49, Shard ID: 205","time":{"start":1729034668595,"stop":1729034668596,"duration":1},"status":"passed","severity":"normal"},{"uid":"d81e8066c1abe663","name":"should decode valid enr successfully","time":{"start":1729034341399,"stop":1729034341399,"duration":0},"status":"passed","severity":"normal"},{"uid":"f68ff169f5f1eb1b","name":"Push message with content topic containing long","time":{"start":1729034631254,"stop":1729034631255,"duration":1},"status":"passed","severity":"normal"},{"uid":"48a5d67397949fdb","name":"Push message with content topic containing emoji","time":{"start":1729034617766,"stop":1729034617766,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8658b6529b73340","name":"Check publish message containing emoji","time":{"start":1729034636314,"stop":1729034636314,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae4a0423f59e61bf","name":"should emit a peer event after start","time":{"start":1729034408864,"stop":1729034408864,"duration":0},"status":"passed","severity":"normal"},{"uid":"521aa51615689c2f","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1729034704504,"stop":1729034704505,"duration":1},"status":"passed","severity":"normal"},{"uid":"5aa285164372fecc","name":"Check received message containing Basic HTML tag","time":{"start":1729034506790,"stop":1729034506790,"duration":0},"status":"passed","severity":"normal"},{"uid":"f801bee3935823f9","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1729034392568,"stop":1729034392568,"duration":0},"status":"passed","severity":"normal"},{"uid":"e79abdc7a4fb9f87","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1729034536776,"stop":1729034536776,"duration":0},"status":"passed","severity":"normal"},{"uid":"94b38833d592def9","name":"Push 30 different messages","time":{"start":1729034631253,"stop":1729034631253,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbe78b93ca4fdaad","name":"should emit events and trasition isConnected state when has peers or no peers","time":{"start":1729034392569,"stop":1729034392570,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b4e2394f15b77e","name":"Symmetric encrypt & Decrypt","time":{"start":1729034366898,"stop":1729034366898,"duration":0},"status":"passed","severity":"normal"},{"uid":"208fcfc79a2e9c58","name":"Push message with content topic containing Chinese","time":{"start":1729034631257,"stop":1729034631257,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d0007188e90e449","name":"Subscribe to topic containing shell command and receive message","time":{"start":1729034704508,"stop":1729034704508,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c7089d31d3560e6","name":"Query Generator sorting by timestamp while page direction is false","time":{"start":1729034693196,"stop":1729034693196,"duration":0},"status":"passed","severity":"normal"},{"uid":"a717d062f11540aa","name":"should throw an error for an unconfigured topic","time":{"start":1729034332642,"stop":1729034332643,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9ee836faf83394","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1729034340753,"stop":1729034340753,"duration":0},"status":"passed","severity":"normal"},{"uid":"22f62e466e4917ca","name":"throws on content topic with empty application field","time":{"start":1729034332609,"stop":1729034332609,"duration":0},"status":"passed","severity":"normal"},{"uid":"96547764d09f7c6b","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1729034708551,"stop":1729034708551,"duration":0},"status":"passed","severity":"normal"},{"uid":"b529249d673b00ec","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1729034462534,"stop":1729034462535,"duration":1},"status":"passed","severity":"normal"},{"uid":"c52ba4f3e46ea8ed","name":"Check received message containing XML","time":{"start":1729034506789,"stop":1729034506789,"duration":0},"status":"passed","severity":"normal"},{"uid":"90db54f39f34d6ed","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1729034626850,"stop":1729034626851,"duration":1},"status":"passed","severity":"normal"},{"uid":"12127bb8ab829b46","name":"Used by Waku Relay","time":{"start":1729034728790,"stop":1729034728790,"duration":0},"status":"passed","severity":"normal"},{"uid":"7013d109f0c0eece","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1729034332630,"stop":1729034332630,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7c538fa5a9917e5","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1729034558117,"stop":1729034558118,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd476cd57a4de752","name":"Push message with Arabic payload","time":{"start":1729034631248,"stop":1729034631248,"duration":0},"status":"passed","severity":"normal"},{"uid":"830bb322b517bc67","name":"1 Relay, 1 fetch","time":{"start":1729034356194,"stop":1729034356194,"duration":0},"status":"passed","severity":"normal"},{"uid":"3589f827774069b9","name":"Push message with content topic containing unicode special characters","time":{"start":1729034617766,"stop":1729034617766,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfa69bc45f1c4cc4","name":"Check message with no payload is not received","time":{"start":1729034611685,"stop":1729034611685,"duration":0},"status":"passed","severity":"normal"},{"uid":"a24e9ca13279a762","name":"Check received message with timestamp: 1729034391567000000 ","time":{"start":1729034611657,"stop":1729034611657,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ab0b99b6e7859a4","name":"can start the service","time":{"start":1729034408862,"stop":1729034408863,"duration":1},"status":"passed","severity":"normal"},{"uid":"c180e1b9743f644d","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1729034536776,"stop":1729034536776,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5ffcdc495289511","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1729034356140,"stop":1729034356140,"duration":0},"status":"passed","severity":"normal"},{"uid":"63084c03b2e16ec8","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1729034332636,"stop":1729034332637,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee890905b33e2ff0","name":"Filter with 1 connections","time":{"start":1729034473406,"stop":1729034473407,"duration":1},"status":"skipped","severity":"normal"},{"uid":"da4540b57c86889d","name":"LightPush with 2 connections","time":{"start":1729034473407,"stop":1729034473407,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d9de86bfa99fda5d","name":"should throw error - no id","time":{"start":1729034341401,"stop":1729034341401,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e63abce01c2fa78","name":"should not receive a peer event before start","time":{"start":1729034655444,"stop":1729034655444,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ae2f10632e49bf","name":"Default pageSize","time":{"start":1729034703313,"stop":1729034703313,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd6ea38db17cbcf1","name":"Nwaku publishes","time":{"start":1729034630105,"stop":1729034630106,"duration":1},"status":"passed","severity":"normal"},{"uid":"cffc236aebed1c0e","name":"Relay","time":{"start":1729034398613,"stop":1729034398614,"duration":1},"status":"passed","severity":"normal"},{"uid":"d79e82dba149d984","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1729034335332,"stop":1729034335332,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f223405ce9539b2","name":"Push message with special chars payload","time":{"start":1729034617748,"stop":1729034617749,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7ddf2c0394c8cbd","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1729034704500,"stop":1729034704500,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba18a08a2c2d8961","name":"should only return 1 node with store capability","time":{"start":1729034356476,"stop":1729034356476,"duration":0},"status":"passed","severity":"normal"},{"uid":"32e07d130a3136f6","name":"should not receive a peer event before start","time":{"start":1729034360436,"stop":1729034360436,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5eadac2594df6fc","name":"A test","time":{"start":1729034537007,"stop":1729034537008,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fdcf7c1afdad3c9","name":"handles different networkShards values correctly","time":{"start":1729034332624,"stop":1729034332625,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f42509580086123","name":"Throws when trying to push message with empty payload","time":{"start":1729034631253,"stop":1729034631254,"duration":1},"status":"passed","severity":"normal"},{"uid":"26dfc2828bb95dfa","name":"should call waitForPeer on Relay","time":{"start":1729034373012,"stop":1729034373012,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1ced3437b569f0e","name":"Push message with long payload","time":{"start":1729034631246,"stop":1729034631247,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d557e6793cd8ce4","name":"handles multiple messages","time":{"start":1729034701153,"stop":1729034701153,"duration":0},"status":"passed","severity":"normal"},{"uid":"7494fad8ad45865e","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1729034424271,"stop":1729034424272,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b597629df0abdac","name":"Check publish message containing Script","time":{"start":1729034636311,"stop":1729034636311,"duration":0},"status":"passed","severity":"normal"},{"uid":"b17ba7838f7bcd58","name":"Subscribe to topic containing shell command and publish message","time":{"start":1729034640527,"stop":1729034640527,"duration":0},"status":"passed","severity":"normal"},{"uid":"91dce4b3244ed33e","name":"Check meta is set [ecies]","time":{"start":1729034368072,"stop":1729034368072,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dcaac286293e6d8","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1729034536095,"stop":1729034536095,"duration":0},"status":"passed","severity":"normal"},{"uid":"221ff11e27568546","name":"should be called for bootstrap peers","time":{"start":1729034399691,"stop":1729034399691,"duration":0},"status":"passed","severity":"normal"},{"uid":"37f2b9731495019b","name":"Check message received after nwaku node is restarted","time":{"start":1729034611664,"stop":1729034611664,"duration":0},"status":"skipped","severity":"normal"},{"uid":"39e2fec861e2d580","name":"Using a function","time":{"start":1729034728790,"stop":1729034728790,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1eb573f3dbbedbe","name":"Check publish message after client node is restarted","time":{"start":1729034636323,"stop":1729034636323,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2bc99c8cd70ca7dd","name":"should not receive a peer event before start","time":{"start":1729034408864,"stop":1729034408870,"duration":6},"status":"passed","severity":"normal"},{"uid":"d9240e92b2616237","name":"Push message with content topic containing Chinese","time":{"start":1729034617760,"stop":1729034617761,"duration":1},"status":"passed","severity":"normal"},{"uid":"40cfd57b429d9bca","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1729034399692,"stop":1729034399693,"duration":1},"status":"passed","severity":"normal"},{"uid":"d740f32dcac14125","name":"Ping fails for unsubscribed peers","time":{"start":1729034470387,"stop":1729034470387,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8ca59d374fcebfd","name":"Subscribe to topic containing short and receive message","time":{"start":1729034536100,"stop":1729034536101,"duration":1},"status":"passed","severity":"normal"},{"uid":"1cce478a8630b11f","name":"Subscribe and receive messages via waku relay post","time":{"start":1729034704500,"stop":1729034704500,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6328243304101e","name":"Query Generator, No message returned","time":{"start":1729034682672,"stop":1729034682672,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2c8363205552b1e","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1729034665578,"stop":1729034665578,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d7585b9e744645a","name":"Passing page size 11 when there are 10 messages","time":{"start":1729034703311,"stop":1729034703311,"duration":0},"status":"passed","severity":"normal"},{"uid":"e21fae82c1a88950","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1729034332634,"stop":1729034332635,"duration":1},"status":"passed","severity":"normal"},{"uid":"35501eee85550623","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1729034398721,"stop":1729034398721,"duration":0},"status":"passed","severity":"normal"},{"uid":"d285132045de8f8e","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1729034704499,"stop":1729034704500,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7ffc934e4954682","name":"Check received message with timestamp: 1649153314 ","time":{"start":1729034506798,"stop":1729034506798,"duration":0},"status":"passed","severity":"normal"},{"uid":"574bad6a7c1b239a","name":"Query Generator, No Decoder","time":{"start":1729034682671,"stop":1729034682671,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5d306bd1a1b5a1","name":"Check message with no content topic is not received","time":{"start":1729034611685,"stop":1729034611685,"duration":0},"status":"passed","severity":"normal"},{"uid":"b90eca0627f189b5","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1729034332640,"stop":1729034332640,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e5a9e726a50e6e3","name":"should return the correct number of peers","time":{"start":1729034373027,"stop":1729034373027,"duration":0},"status":"passed","severity":"normal"},{"uid":"8be48fb9c292c553","name":"Reusing cursor across nodes","time":{"start":1729034665584,"stop":1729034665584,"duration":0},"status":"passed","severity":"normal"},{"uid":"754cb4c34eef0287","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1729034708552,"stop":1729034708552,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0ddc5e12eb54512","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1729034704506,"stop":1729034704506,"duration":0},"status":"passed","severity":"normal"},{"uid":"50234e3899be93f1","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1729034472989,"stop":1729034472989,"duration":0},"status":"passed","severity":"normal"},{"uid":"52ddf15503a21dd3","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1729034536785,"stop":1729034536785,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b66158e2538b4fa","name":"Ping on subscribed peer","time":{"start":1729034435409,"stop":1729034435410,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b417682756934b7","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1729034636322,"stop":1729034636322,"duration":0},"status":"passed","severity":"normal"},{"uid":"38b1489aa4195034","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1729034781181,"stop":1729034781181,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4dca9e4751da766","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1729034332796,"stop":1729034332797,"duration":1},"status":"passed","severity":"normal"},{"uid":"3eb8705ee6f09d2","name":"should load peers from local storage and dispatch events","time":{"start":1729034360437,"stop":1729034360437,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fd3785af57e1713","name":"Reopen subscription with peer with lost subscription","time":{"start":1729034435412,"stop":1729034435413,"duration":1},"status":"passed","severity":"normal"},{"uid":"6492b18d40a3ed45","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1729034332631,"stop":1729034332632,"duration":1},"status":"passed","severity":"normal"},{"uid":"adfd54d4af022a21","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1729034332648,"stop":1729034332648,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ce8e575ab54cc41","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1729034472985,"stop":1729034472986,"duration":1},"status":"passed","severity":"normal"},{"uid":"658fa45bf6762a68","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1729034704491,"stop":1729034704491,"duration":0},"status":"passed","severity":"normal"},{"uid":"c96f2bdb7ca5709","name":"Subscribe to topic containing special chars and receive message","time":{"start":1729034536102,"stop":1729034536102,"duration":0},"status":"passed","severity":"normal"},{"uid":"adfab47939546db","name":"should be able to decode the field with only FILTER set to true","time":{"start":1729034340755,"stop":1729034340755,"duration":0},"status":"passed","severity":"normal"},{"uid":"f14b1569f0427e13","name":"should add a peer","time":{"start":1729034373025,"stop":1729034373026,"duration":1},"status":"passed","severity":"normal"},{"uid":"93dd897776aa322","name":"Query generator for multiple messages with different content topic format","time":{"start":1729034696864,"stop":1729034696864,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2660683e8967b82","name":"Encoder throws on empty string content topic","time":{"start":1729034368073,"stop":1729034368073,"duration":0},"status":"passed","severity":"normal"},{"uid":"439e60e83ba2c9bc","name":"Push message with content topic containing Russian","time":{"start":1729034617762,"stop":1729034617762,"duration":0},"status":"passed","severity":"normal"},{"uid":"7505a8673951785","name":"Check received message containing JSON","time":{"start":1729034611655,"stop":1729034611655,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d295d5282734411","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1729034462535,"stop":1729034462535,"duration":0},"status":"passed","severity":"normal"},{"uid":"deabd736f4fa496d","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1729034708552,"stop":1729034708552,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6c430a42026286","name":"should reject if Relay is requested but not mounted","time":{"start":1729034373009,"stop":1729034373009,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cbee89ed6545c44","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1729034360437,"stop":1729034360437,"duration":0},"status":"passed","severity":"normal"},{"uid":"e900e131588c3ff0","name":"Should update multiaddrs","time":{"start":1729034566434,"stop":1729034566435,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce8156f212ea0716","name":"Check received message containing unicode special characters","time":{"start":1729034611656,"stop":1729034611657,"duration":1},"status":"passed","severity":"normal"},{"uid":"f02297ac0d10bb68","name":"peer:update - should do nothing if another protocol hit","time":{"start":1729034348413,"stop":1729034348414,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a25323175c24e55","name":"Push message with custom timestamp: 1698276073747","time":{"start":1729034631263,"stop":1729034631264,"duration":1},"status":"passed","severity":"normal"},{"uid":"9eed3c1a6bb4ab2c","name":"Check message on other pubsub topic is not received","time":{"start":1729034611662,"stop":1729034611662,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca3efa1b4c511ea2","name":"All","time":{"start":1729034398615,"stop":1729034398615,"duration":0},"status":"passed","severity":"normal"},{"uid":"87afd9333611cdee","name":"Check publish message containing shell command","time":{"start":1729034636312,"stop":1729034636313,"duration":1},"status":"passed","severity":"normal"},{"uid":"d975851c33c7fb43","name":"isConnected should return true after first peer connects","time":{"start":1729034424273,"stop":1729034424274,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7c69ebd91b40ad8","name":"Check received message containing Arabic","time":{"start":1729034506787,"stop":1729034506788,"duration":1},"status":"passed","severity":"normal"},{"uid":"23a51dabe58f1529","name":"should be able to decode the field with only RELAY set to true","time":{"start":1729034340754,"stop":1729034340755,"duration":1},"status":"passed","severity":"normal"},{"uid":"74c745596f3cde87","name":"Check received message containing Arabic","time":{"start":1729034611677,"stop":1729034611677,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7b46913f5448e76","name":"Query with Ordered Callback, No message returned","time":{"start":1729034682676,"stop":1729034682677,"duration":1},"status":"passed","severity":"normal"},{"uid":"59c58b38ba8fac2d","name":"Check received message containing numeric","time":{"start":1729034506785,"stop":1729034506786,"duration":1},"status":"passed","severity":"normal"},{"uid":"6979f145a94f2d77","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1729034472963,"stop":1729034472964,"duration":1},"status":"passed","severity":"normal"},{"uid":"4971218267a8266d","name":"Check received message containing short","time":{"start":1729034506784,"stop":1729034506785,"duration":1},"status":"passed","severity":"normal"},{"uid":"95a1d847131a899a","name":"Check publish message containing SQL Injection","time":{"start":1729034636310,"stop":1729034636311,"duration":1},"status":"passed","severity":"normal"},{"uid":"918df4e67481cbf3","name":"Query generator for 2000 messages","time":{"start":1729034696867,"stop":1729034696867,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c2171b47d8513da","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1729034356476,"stop":1729034356477,"duration":1},"status":"passed","severity":"normal"},{"uid":"10025e56ac2fad1b","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1729034332620,"stop":1729034332620,"duration":0},"status":"passed","severity":"normal"},{"uid":"d57297ca9a427f10","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1729034424273,"stop":1729034424273,"duration":0},"status":"passed","severity":"normal"},{"uid":"44c28eb4d98134b7","name":"Number of peers are maintained correctly","time":{"start":1729034470386,"stop":1729034470386,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dcaf858f2b8e87c","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1729034704502,"stop":1729034704502,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd97ca9593624837","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1729034332636,"stop":1729034332636,"duration":0},"status":"passed","severity":"normal"},{"uid":"51484d7476755550","name":"should not throw an error for a single configured topic","time":{"start":1729034332641,"stop":1729034332641,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9a2c62e6964c69f","name":"Check publish message after service node is restarted","time":{"start":1729034636323,"stop":1729034636323,"duration":0},"status":"skipped","severity":"normal"},{"uid":"587ce724ed479e0","name":"1 Store, 2 relays, 2 fetches","time":{"start":1729034356195,"stop":1729034356195,"duration":0},"status":"passed","severity":"normal"},{"uid":"af1640251146c9ae","name":"Subscribe to topic containing JSON and publish message","time":{"start":1729034640526,"stop":1729034640526,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb138cf402eddb58","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1729034447614,"stop":1729034447614,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bdbd29f6ec1c706","name":"Subscribe and publish message","time":{"start":1729034640509,"stop":1729034640511,"duration":2},"status":"passed","severity":"normal"},{"uid":"e1a761e22a177380","name":"Check received message containing SQL Injection","time":{"start":1729034611678,"stop":1729034611678,"duration":0},"status":"passed","severity":"normal"},{"uid":"cee0ffb13c170630","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1729034366396,"stop":1729034366397,"duration":1},"status":"passed","severity":"normal"},{"uid":"d157c8929aa70191","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1729034704501,"stop":1729034704501,"duration":0},"status":"passed","severity":"normal"},{"uid":"3adc90b86effd2ab","name":"random static sharding 8 - Cluster ID: 160, Shard ID: 792","time":{"start":1729034668608,"stop":1729034668608,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2de1133210fc71a","name":"Passing an array","time":{"start":1729034728789,"stop":1729034728790,"duration":1},"status":"passed","severity":"normal"},{"uid":"1455f51200433924","name":"unsubscribes","time":{"start":1729034701153,"stop":1729034701153,"duration":0},"status":"passed","severity":"normal"},{"uid":"906024f47bba2086","name":"Subscribe to topic containing JSON and receive message","time":{"start":1729034704507,"stop":1729034704508,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ddf6cab75d4e5f9","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1729034332645,"stop":1729034332645,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2d7efa86ee3f981","name":"Check received message containing Basic HTML tag","time":{"start":1729034611679,"stop":1729034611680,"duration":1},"status":"passed","severity":"normal"},{"uid":"41bcd41bb623eacd","name":"Subscribe to topic containing numeric and publish message","time":{"start":1729034640521,"stop":1729034640521,"duration":0},"status":"passed","severity":"normal"},{"uid":"af2412f3af23e3d8","name":"Push message with content topic containing Arabic","time":{"start":1729034631257,"stop":1729034631257,"duration":0},"status":"passed","severity":"normal"},{"uid":"614a923c3cb582db","name":"throws on content topic with empty encoding field","time":{"start":1729034332612,"stop":1729034332612,"duration":0},"status":"passed","severity":"normal"},{"uid":"89a7333e2775abb9","name":"Check meta is set [symmetric]","time":{"start":1729034366398,"stop":1729034366398,"duration":0},"status":"passed","severity":"normal"},{"uid":"55eb1e542d22be6d","name":"Fails to push message with empty content topic","time":{"start":1729034631261,"stop":1729034631262,"duration":1},"status":"passed","severity":"normal"},{"uid":"11c68079871cf1ef","name":"Push message with short payload","time":{"start":1729034631246,"stop":1729034631246,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8b21b59225ee09d","name":"should return unique PubsubTopics for static sharding","time":{"start":1729034332627,"stop":1729034332628,"duration":1},"status":"passed","severity":"normal"},{"uid":"caa94bab69e1a57b","name":"Check received message containing Chinese","time":{"start":1729034506786,"stop":1729034506787,"duration":1},"status":"passed","severity":"normal"},{"uid":"a05c51d4684af1d","name":"Check received message containing shell command","time":{"start":1729034611655,"stop":1729034611656,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef7282f966873272","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034565830,"stop":1729034565831,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b291708265baee1","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1729034340758,"stop":1729034340758,"duration":0},"status":"passed","severity":"normal"},{"uid":"aadb8ef84c3b243c","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034447616,"stop":1729034447616,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7747b2a664889e3","name":"passes more than one ENR URLs and attempts connection","time":{"start":1729034408877,"stop":1729034408877,"duration":0},"status":"skipped","severity":"normal"},{"uid":"be4df633c1f83db9","name":"Push message with XML payload","time":{"start":1729034617752,"stop":1729034617752,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd506bcf59de98bd","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1729034536111,"stop":1729034536112,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1b0bf4349119acf","name":"Add multiple subscription objects on single nwaku node","time":{"start":1729034536111,"stop":1729034536111,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc467a646eaff336","name":"returns all values when wanted number is greater than available values","time":{"start":1729034355550,"stop":1729034355553,"duration":3},"status":"passed","severity":"normal"},{"uid":"c4a53638cd88e858","name":"should use the provided clusterId for the pubsub topic","time":{"start":1729034332648,"stop":1729034332649,"duration":1},"status":"passed","severity":"normal"},{"uid":"43622ec04811649b","name":"Check received message containing emoji","time":{"start":1729034611682,"stop":1729034611682,"duration":0},"status":"passed","severity":"normal"},{"uid":"dab8fd86d8cba100","name":"1 Relay, 1 Filter, gives up","time":{"start":1729034356196,"stop":1729034356196,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb37f56744e28e71","name":"Passing cursor with wrong pubsubTopic","time":{"start":1729034665585,"stop":1729034665589,"duration":4},"status":"passed","severity":"normal"},{"uid":"80f3645915b90b57","name":"Asymmetric encrypt & decrypt","time":{"start":1729034366897,"stop":1729034366898,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fb2cf18b0be0e7a","name":"Generator, custom pubsub topic","time":{"start":1729034694622,"stop":1729034694622,"duration":0},"status":"passed","severity":"normal"},{"uid":"6eb6ded9d9cc33cf","name":"Push message with emoji payload","time":{"start":1729034631252,"stop":1729034631253,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff6dd72ebad3868","name":"LightPush: 2 peers, Filter: 1 peers","time":{"start":1729034473216,"stop":1729034473216,"duration":0},"status":"skipped","severity":"normal"},{"uid":"25d5e101fe0d89be","name":"should return false when no peers exist","time":{"start":1729034373028,"stop":1729034373028,"duration":0},"status":"passed","severity":"normal"},{"uid":"7abb81715377b784","name":"Nodes with multiple pubsub topic","time":{"start":1729034626852,"stop":1729034626853,"duration":1},"status":"passed","severity":"normal"},{"uid":"16ca74352266e4a","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1729034340752,"stop":1729034340753,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d91a60708622921","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1729034332613,"stop":1729034332614,"duration":1},"status":"passed","severity":"normal"},{"uid":"db1862935408402c","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1729034626852,"stop":1729034626852,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4b51e13833a658b","name":"Push message with content topic containing shell command","time":{"start":1729034631260,"stop":1729034631260,"duration":0},"status":"passed","severity":"normal"},{"uid":"638f5f4b926daeae","name":"Push message with custom timestamp: 1698276107155","time":{"start":1729034617769,"stop":1729034617771,"duration":2},"status":"passed","severity":"normal"},{"uid":"411b009954ba9e61","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1729034332625,"stop":1729034332626,"duration":1},"status":"passed","severity":"normal"},{"uid":"87907699cad4a671","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1729034781181,"stop":1729034781181,"duration":0},"status":"passed","severity":"normal"},{"uid":"9278b868f44b78d","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1729034640528,"stop":1729034640528,"duration":0},"status":"passed","severity":"normal"},{"uid":"83f6393b90e76f5e","name":"Check publish message containing special chars","time":{"start":1729034636308,"stop":1729034636309,"duration":1},"status":"passed","severity":"normal"},{"uid":"71aac107d3f675b5","name":"throws an error for improperly formatted content topics","time":{"start":1729034332625,"stop":1729034332625,"duration":0},"status":"passed","severity":"normal"},{"uid":"34f1b0a5481b33c0","name":"handles empty contentTopics array correctly","time":{"start":1729034332647,"stop":1729034332647,"duration":0},"status":"passed","severity":"normal"},{"uid":"98099ff6b3eb3165","name":"Callback on promise","time":{"start":1729034696864,"stop":1729034696864,"duration":0},"status":"passed","severity":"normal"},{"uid":"69929a6f829837c4","name":"Subscribe to topic containing shell command and receive message","time":{"start":1729034536109,"stop":1729034536109,"duration":0},"status":"passed","severity":"normal"},{"uid":"13a8a336f24e9578","name":"Push message with Chinese payload","time":{"start":1729034631248,"stop":1729034631248,"duration":0},"status":"passed","severity":"normal"},{"uid":"e35facb0edce9e29","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1729034696865,"stop":1729034696865,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8452c2b0e17958e","name":"LightPush: 2 peers, Filter: 0 peers","time":{"start":1729034473215,"stop":1729034473216,"duration":1},"status":"skipped","severity":"normal"},{"uid":"2d58d0e7e5af52a0","name":"Query Generator, Multiple PubsubTopics","time":{"start":1729034682671,"stop":1729034682671,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef8f14a2e16729e2","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1729034536789,"stop":1729034536790,"duration":1},"status":"passed","severity":"normal"},{"uid":"e979cc89671c51c","name":"LightPush: 1 peers, Filter: 3 peers","time":{"start":1729034473214,"stop":1729034473215,"duration":1},"status":"skipped","severity":"normal"},{"uid":"280e584c6fe3b6f9","name":"getPeersByDiscovery","time":{"start":1729034645142,"stop":1729034645144,"duration":2},"status":"passed","severity":"normal"},{"uid":"434a39bc0e73f8d2","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1729034626850,"stop":1729034626850,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb71a4057632094e","name":"Generator, 2 different pubsubtopics","time":{"start":1729034694623,"stop":1729034694623,"duration":0},"status":"passed","severity":"normal"},{"uid":"89e0a0ce08dc8c91","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1729034332622,"stop":1729034332622,"duration":0},"status":"passed","severity":"normal"},{"uid":"35c6d8f2f8ca70c5","name":"Push message with Russian payload","time":{"start":1729034631249,"stop":1729034631249,"duration":0},"status":"passed","severity":"normal"},{"uid":"267585248470f924","name":"should reject if Filter is requested but not mounted","time":{"start":1729034373010,"stop":1729034373010,"duration":0},"status":"passed","severity":"normal"},{"uid":"e27fc8a5b4b7580a","name":"removeEventListener with wrong event","time":{"start":1729034432450,"stop":1729034432450,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d974d44d7328a7","name":"throws on content topic with generation field greater than 0","time":{"start":1729034332609,"stop":1729034332609,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd8dba9117c564f4","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1729034626853,"stop":1729034626853,"duration":0},"status":"passed","severity":"normal"},{"uid":"928016831c0d674f","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1729034366397,"stop":1729034366397,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ed746fd979f7cf2","name":"connected peers and dial","time":{"start":1729034612084,"stop":1729034612084,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e7f5963c9a77582","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1729034665579,"stop":1729034665580,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1e05212e0da81c8","name":"Push message with content topic containing Script","time":{"start":1729034617763,"stop":1729034617763,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ecc766d19ec6402","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1729034332649,"stop":1729034332649,"duration":0},"status":"passed","severity":"normal"},{"uid":"25a5150b6510d5b4","name":"Ordered Callback sorting by timestamp while page direction is false","time":{"start":1729034693197,"stop":1729034693198,"duration":1},"status":"passed","severity":"normal"},{"uid":"bacc0f542357dfaf","name":"Relay + Store","time":{"start":1729034341412,"stop":1729034341412,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ae3561366abdd6b","name":"Check received message containing Chinese","time":{"start":1729034611651,"stop":1729034611651,"duration":0},"status":"passed","severity":"normal"},{"uid":"78c6909dabc5d152","name":"same cluster, same shard: nodes connect","time":{"start":1729034558119,"stop":1729034558119,"duration":0},"status":"passed","severity":"normal"},{"uid":"14bf986f1cfdd8b1","name":"Push message with content topic containing numeric","time":{"start":1729034617759,"stop":1729034617760,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4e74a09071c6855","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1729034536110,"stop":1729034536110,"duration":0},"status":"passed","severity":"normal"},{"uid":"222368b63cff5049","name":"Subscribe to topic containing long and receive message","time":{"start":1729034536101,"stop":1729034536101,"duration":0},"status":"passed","severity":"normal"},{"uid":"726eed9214cf7abf","name":"Subscribe to topic containing emoji and receive message","time":{"start":1729034704509,"stop":1729034704509,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d0aff9821d8abac","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1729034472942,"stop":1729034472942,"duration":0},"status":"passed","severity":"normal"},{"uid":"aca9bb4949a0ed5d","name":"Push message on custom pubsubTopic","time":{"start":1729034565827,"stop":1729034565827,"duration":0},"status":"passed","severity":"normal"},{"uid":"efe1a1a605f09758","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034636314,"stop":1729034636315,"duration":1},"status":"passed","severity":"normal"},{"uid":"30cee6ee211eaa85","name":"Encoder throws on undefined content topic","time":{"start":1729034366399,"stop":1729034366399,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e65d8a284d4959c","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1729034332632,"stop":1729034332633,"duration":1},"status":"passed","severity":"normal"},{"uid":"f52a405e4780b05d","name":"can start and stop the service","time":{"start":1729034360434,"stop":1729034360434,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e9faf8611a1084e","name":"Check message with no content topic is not received","time":{"start":1729034611663,"stop":1729034611663,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e3ed0a60cc0d27","name":"should throw error - invalid id","time":{"start":1729034341401,"stop":1729034341401,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9105f5c035ea96c","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1729034332621,"stop":1729034332621,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cb652a637eca1d3","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1729034536099,"stop":1729034536099,"duration":0},"status":"passed","severity":"normal"},{"uid":"afefc03e93c9c8f2","name":"Query Generator sorting by timestamp while page direction is true","time":{"start":1729034693195,"stop":1729034693195,"duration":0},"status":"passed","severity":"normal"},{"uid":"e44411b0f461912f","name":"Query with Promise Callback, No message returned","time":{"start":1729034682681,"stop":1729034682681,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a90abcfd8a42992","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1729034665578,"stop":1729034665578,"duration":0},"status":"passed","severity":"normal"},{"uid":"a89b4ee9a26a4ec4","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1729034332630,"stop":1729034332631,"duration":1},"status":"passed","severity":"normal"},{"uid":"afa03da0b8d1bd9f","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1729034332638,"stop":1729034332638,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f6e9e23fc931bf7","name":"should add and remove event listeners correctly","time":{"start":1729034360438,"stop":1729034360438,"duration":0},"status":"passed","severity":"normal"},{"uid":"79fb694d1d3a0337","name":"Meta field set when metaSetter is specified","time":{"start":1729034348761,"stop":1729034348761,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a2ea1d78d2d310","name":"Subscribe to topic containing short and publish message","time":{"start":1729034640517,"stop":1729034640520,"duration":3},"status":"passed","severity":"normal"},{"uid":"1e7d59c01974f142","name":"can start and stop the service","time":{"start":1729034408863,"stop":1729034408863,"duration":0},"status":"passed","severity":"normal"},{"uid":"100553a92b1a6add","name":"Subscribe and receives messages on 20 topics","time":{"start":1729034704501,"stop":1729034704502,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ba91784e91123e5","name":"LightPush: 2 peers, Filter: 2 peers","time":{"start":1729034473216,"stop":1729034473217,"duration":1},"status":"skipped","severity":"normal"},{"uid":"69fc4672b2c5754d","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1729034704497,"stop":1729034704498,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c0ca4158bfbe244","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1729034668611,"stop":1729034668611,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbdbf4a21ee991f9","name":"Check received message with timestamp: 1729034391567000000 ","time":{"start":1729034611682,"stop":1729034611682,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a9f93dd3ceb3b70","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1729034472988,"stop":1729034472989,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b506127ae3e5abc","name":"Subscribe and receive messages via waku relay post","time":{"start":1729034704490,"stop":1729034704490,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e40d1b816edf3c4","name":"Refresh subscription","time":{"start":1729034704503,"stop":1729034704503,"duration":0},"status":"passed","severity":"normal"},{"uid":"788245f22f71fb69","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1729034340752,"stop":1729034340752,"duration":0},"status":"passed","severity":"normal"},{"uid":"2360e41fcb8436ee","name":"Subscribe to topic containing numeric and receive message","time":{"start":1729034704504,"stop":1729034704504,"duration":0},"status":"passed","severity":"normal"},{"uid":"78b11314d8bdfcda","name":"Push message with custom timestamp: 1729038107155","time":{"start":1729034617771,"stop":1729034617776,"duration":5},"status":"passed","severity":"normal"},{"uid":"7ce10eaee5d466ad","name":"Ordered Callback - false","time":{"start":1729034683701,"stop":1729034683701,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a4f0c58a1844e0c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1729034536786,"stop":1729034536786,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca54dedac563ea7f","name":"Check received message with timestamp: 1729034391567 ","time":{"start":1729034611658,"stop":1729034611658,"duration":0},"status":"passed","severity":"normal"},{"uid":"aaaa2e793219308e","name":"should set field with all protocols disabled","time":{"start":1729034341410,"stop":1729034341410,"duration":0},"status":"passed","severity":"normal"},{"uid":"8485e6bcae2a1cf","name":"LightPush: 2 peers, Filter: 3 peers","time":{"start":1729034473217,"stop":1729034473218,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b5090358bf9596b0","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1729034332621,"stop":1729034332621,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ac5d31b442d619a","name":"should create a new stream if no existing for protocol found","time":{"start":1729034348412,"stop":1729034348413,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f120f723141b0c","name":"can start the service","time":{"start":1729034360433,"stop":1729034360433,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6d25c9783cd9d37","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1729034472989,"stop":1729034472990,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ba750cc30ea19f2","name":"Push message with custom timestamp: 1729038073747","time":{"start":1729034631264,"stop":1729034631264,"duration":0},"status":"passed","severity":"normal"},{"uid":"240537d5ac8c5184","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1729034356139,"stop":1729034356139,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ca64583ca5a4ce6","name":"should return false","time":{"start":1729034341402,"stop":1729034341402,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd5d48291f2b50cf","name":"random static sharding 4 - Cluster ID: 711, Shard ID: 923","time":{"start":1729034668596,"stop":1729034668597,"duration":1},"status":"passed","severity":"normal"},{"uid":"da3a5d75e3c05b77","name":"Check received message containing special chars","time":{"start":1729034506786,"stop":1729034506786,"duration":0},"status":"passed","severity":"normal"},{"uid":"71cf9d0267c462df","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1729034332637,"stop":1729034332637,"duration":0},"status":"passed","severity":"normal"},{"uid":"4337081fa7adedf0","name":"should not add existing peers","time":{"start":1729034373029,"stop":1729034373030,"duration":1},"status":"passed","severity":"normal"},{"uid":"257791978f2f4e4","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1729034704489,"stop":1729034704489,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebfd90ede8da14c7","name":"Fields are not dropped","time":{"start":1729034347698,"stop":1729034347701,"duration":3},"status":"passed","severity":"normal"},{"uid":"618f4f1e478abaca","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034694622,"stop":1729034694622,"duration":0},"status":"passed","severity":"normal"},{"uid":"974d279da7bf21fa","name":"it tolerates circular branch references","time":{"start":1729034356473,"stop":1729034356473,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a15b8a77d0ef4c4","name":"should retry on failure if specified","time":{"start":1729034372892,"stop":1729034372893,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e5e8f97a1eec12a","name":"less peers than existing","time":{"start":1729034612085,"stop":1729034612085,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fdc47744d79be319","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1729034536106,"stop":1729034536106,"duration":0},"status":"passed","severity":"normal"},{"uid":"a161e6cd52c9f67c","name":"safeDispatchEvent","time":{"start":1729034432451,"stop":1729034432452,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6a4da87be4e745a","name":"Push message with content topic containing JSON","time":{"start":1729034631260,"stop":1729034631260,"duration":0},"status":"passed","severity":"normal"},{"uid":"187976bfad07376f","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1729034332621,"stop":1729034332622,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2d4b905bfaa5f74","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1729034356137,"stop":1729034356138,"duration":1},"status":"passed","severity":"normal"},{"uid":"255369d931d00ef5","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1729034781179,"stop":1729034781180,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a2bbf7b9c6e9951","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1729034506798,"stop":1729034506798,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e8e38e8cd525f68","name":"Check received message containing Script","time":{"start":1729034506789,"stop":1729034506789,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb93ce90475f79c0","name":"Subscribe to topic containing special chars and receive message","time":{"start":1729034704504,"stop":1729034704504,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa709a3c471dc4a","name":"Decoder throws on undefined content topic","time":{"start":1729034366400,"stop":1729034366400,"duration":0},"status":"passed","severity":"normal"},{"uid":"6453eb18170b42ca","name":"Check message received after jswaku node is restarted","time":{"start":1729034611687,"stop":1729034611689,"duration":2},"status":"skipped","severity":"normal"},{"uid":"a47a22cb1bafa50e","name":"Check received message containing numeric","time":{"start":1729034611649,"stop":1729034611650,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc35ddd914917086","name":"Maintains correct number of peers after multiple subscribe/unsubscribe cycles","time":{"start":1729034470391,"stop":1729034470391,"duration":0},"status":"passed","severity":"normal"},{"uid":"f20c0e293677ac3e","name":"configure the node with multiple pubsub topics","time":{"start":1729034668610,"stop":1729034668611,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d2ec3641277d2c3","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1729034536786,"stop":1729034536789,"duration":3},"status":"passed","severity":"normal"},{"uid":"c4574242a438db2e","name":"Check publish message containing escaped characters","time":{"start":1729034636313,"stop":1729034636313,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1da78246683e887","name":"Push message with Russian payload","time":{"start":1729034617750,"stop":1729034617750,"duration":0},"status":"passed","severity":"normal"},{"uid":"37be292f74d2eaa","name":"should remove a peer","time":{"start":1729034373026,"stop":1729034373026,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dc0616910d8b10d","name":"stop","time":{"start":1729034432452,"stop":1729034432452,"duration":0},"status":"passed","severity":"normal"},{"uid":"94dcab125684b26","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1729034332626,"stop":1729034332627,"duration":1},"status":"passed","severity":"normal"},{"uid":"53fbccce469bdbda","name":"udp ip6 address","time":{"start":1729034340830,"stop":1729034340831,"duration":1},"status":"passed","severity":"normal"},{"uid":"22f5bce6fe78ddf9","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034565828,"stop":1729034565830,"duration":2},"status":"passed","severity":"normal"},{"uid":"5e631a4785c688f8","name":"Nodes with multiple pubsub topic","time":{"start":1729034626851,"stop":1729034626851,"duration":0},"status":"passed","severity":"normal"},{"uid":"839643a7fe2e786e","name":"Check received message with timestamp: 1649153314 ","time":{"start":1729034611683,"stop":1729034611683,"duration":0},"status":"passed","severity":"normal"},{"uid":"32c864b71237b8d8","name":"random static sharding 7 - Cluster ID: 592, Shard ID: 217","time":{"start":1729034668599,"stop":1729034668605,"duration":6},"status":"passed","severity":"normal"},{"uid":"86a94023023d3867","name":"should return all peers when numPeers is 0","time":{"start":1729034348576,"stop":1729034348576,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd63d8656417eb39","name":"Push message with JSON payload","time":{"start":1729034631251,"stop":1729034631251,"duration":0},"status":"passed","severity":"normal"},{"uid":"beaf76cd9f000aa8","name":"Publish message with custom timestamp: Wed Oct 25 2023 23:23:47 GMT+0000 (Coordinated Universal Time)","time":{"start":1729034636315,"stop":1729034636315,"duration":0},"status":"passed","severity":"normal"},{"uid":"2476a4abf3c57ee1","name":"Wrong topic","time":{"start":1729034656472,"stop":1729034656472,"duration":0},"status":"passed","severity":"normal"},{"uid":"76d43945d090ec39","name":"Fails to publish message with wrong content topic","time":{"start":1729034636319,"stop":1729034636322,"duration":3},"status":"passed","severity":"normal"},{"uid":"4042686041f9b7dc","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1729034472990,"stop":1729034472991,"duration":1},"status":"passed","severity":"normal"},{"uid":"71d063f3a0ad3343","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1729034472931,"stop":1729034472931,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d0e5212b4e21b84","name":"Check message received after nwaku node is restarted","time":{"start":1729034611689,"stop":1729034611689,"duration":0},"status":"skipped","severity":"normal"},{"uid":"82c0e7172f4ebcf4","name":"should properly create peer info with all multiaddrs","time":{"start":1729034341409,"stop":1729034341410,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e072307eabdf834","name":"Check received message containing short","time":{"start":1729034611665,"stop":1729034611665,"duration":0},"status":"passed","severity":"normal"},{"uid":"775a1d39e0328509","name":"LightPush: 3 peers, Filter: 2 peers","time":{"start":1729034473222,"stop":1729034473222,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5cc5afb8a752a4bd","name":"should not fail to stop the service if it was not started","time":{"start":1729034360434,"stop":1729034360435,"duration":1},"status":"passed","severity":"normal"},{"uid":"88a4c0eecc6f8edb","name":"Store - dialed after - with timeout","time":{"start":1729034713701,"stop":1729034713701,"duration":0},"status":"passed","severity":"normal"},{"uid":"b754c72e64a6e5aa","name":"LightPush: 1 peers, Filter: 1 peers","time":{"start":1729034473212,"stop":1729034473213,"duration":1},"status":"skipped","severity":"normal"},{"uid":"8e03921c87fe4eb6","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1729034536096,"stop":1729034536096,"duration":0},"status":"passed","severity":"normal"},{"uid":"a451b8b426ef7bdd","name":"Push message with escaped characters payload","time":{"start":1729034617755,"stop":1729034617756,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c801c749417ee7b","name":"Subscribe to topic containing Script and receive message","time":{"start":1729034704495,"stop":1729034704495,"duration":0},"status":"passed","severity":"normal"},{"uid":"f69bd7f77c219118","name":"Check publish message containing Basic HTML tag","time":{"start":1729034636312,"stop":1729034636312,"duration":0},"status":"passed","severity":"normal"},{"uid":"42ab892b8e5fedd","name":"Decoder throws on undefined content topic","time":{"start":1729034348762,"stop":1729034348762,"duration":0},"status":"passed","severity":"normal"},{"uid":"91356f741e5bfcc4","name":"Check received message containing emoji","time":{"start":1729034611657,"stop":1729034611657,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7c9e92daf000863","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1729034332641,"stop":1729034332641,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e60e7764f68b78b","name":"Check publish message containing Arabic","time":{"start":1729034636309,"stop":1729034636310,"duration":1},"status":"passed","severity":"normal"},{"uid":"592e8445751318e0","name":"Check message with non string payload is not received","time":{"start":1729034506804,"stop":1729034506804,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bc0535e24491fe9","name":"Accepts a valid Waku Message","time":{"start":1729034376213,"stop":1729034376214,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4132d58ff799ea2","name":"Push message with Script payload","time":{"start":1729034631249,"stop":1729034631250,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b88858ddb3adab6","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1729034348576,"stop":1729034348577,"duration":1},"status":"passed","severity":"normal"},{"uid":"aaa4ab77003c7b23","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1729034447632,"stop":1729034447635,"duration":3},"status":"passed","severity":"normal"},{"uid":"5e02166a29fd59f2","name":"Push message with content topic containing long","time":{"start":1729034617759,"stop":1729034617759,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ef42633973d885f","name":"Push message with content topic containing JSON","time":{"start":1729034617765,"stop":1729034617765,"duration":0},"status":"passed","severity":"normal"},{"uid":"db60e09da7e6d704","name":"Query Generator - false","time":{"start":1729034683700,"stop":1729034683700,"duration":0},"status":"passed","severity":"normal"},{"uid":"356ecc3f82c40d2b","name":"peer:update - should not schedule stream creation IF protocol hit AND stream found on connection","time":{"start":1729034348415,"stop":1729034348415,"duration":0},"status":"passed","severity":"normal"},{"uid":"30256a4e4c5e97","name":"Subscribe to topic containing XML and receive message","time":{"start":1729034704495,"stop":1729034704495,"duration":0},"status":"passed","severity":"normal"},{"uid":"1330101adb05030a","name":"Overlapping topic subscription","time":{"start":1729034704502,"stop":1729034704503,"duration":1},"status":"passed","severity":"normal"},{"uid":"3889080da7fdfe23","name":"Ping on unsubscribed peer","time":{"start":1729034435411,"stop":1729034435412,"duration":1},"status":"passed","severity":"normal"},{"uid":"6334ff280e9d178a","name":"should be called at least once on all `peer:discovery` events","time":{"start":1729034399690,"stop":1729034399690,"duration":0},"status":"passed","severity":"normal"},{"uid":"1af1a5852b2967c2","name":"Ping on peer without subscriptions","time":{"start":1729034435019,"stop":1729034435019,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dc62d269b6599c","name":"Renews peer on consistent ping failures","time":{"start":1729034470387,"stop":1729034470391,"duration":4},"status":"passed","severity":"normal"},{"uid":"c869d5e737df4ec0","name":"Renews peer for Filter on peer:disconnect event","time":{"start":1729034470395,"stop":1729034470395,"duration":0},"status":"passed","severity":"normal"},{"uid":"de7781be7004e1bb","name":"Rejects garbage","time":{"start":1729034376215,"stop":1729034376215,"duration":0},"status":"passed","severity":"normal"},{"uid":"87d341385a21bbcf","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1729034472950,"stop":1729034472951,"duration":1},"status":"passed","severity":"normal"},{"uid":"51426bc7d3e847f5","name":"returns nothing if no connections present","time":{"start":1729034348294,"stop":1729034348295,"duration":1},"status":"passed","severity":"normal"},{"uid":"f93a9b54b36bd5f7","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app35/4/topic967/json","time":{"start":1729034656465,"stop":1729034656465,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e3cb89dcea1a607","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1729034340753,"stop":1729034340754,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab974c5cc76de033","name":"Push message with custom timestamp: 1729030873747","time":{"start":1729034631264,"stop":1729034631264,"duration":0},"status":"passed","severity":"normal"},{"uid":"da8dbdb2e853d503","name":"Check received message containing Script","time":{"start":1729034611679,"stop":1729034611679,"duration":0},"status":"passed","severity":"normal"},{"uid":"38833d62a5170431","name":"can start the service","time":{"start":1729034655441,"stop":1729034655442,"duration":1},"status":"passed","severity":"normal"},{"uid":"161c213de485645b","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1729034356477,"stop":1729034356477,"duration":0},"status":"passed","severity":"normal"},{"uid":"2302021be6c3af66","name":"Renews peer on consistent missed messages","time":{"start":1729034470391,"stop":1729034470394,"duration":3},"status":"passed","severity":"normal"},{"uid":"d4459ac3e00ba515","name":"Push message equal or less that 1MB","time":{"start":1729034631265,"stop":1729034631265,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bf10075908efe0c","name":"Non TWN Cluster","time":{"start":1729034656459,"stop":1729034656459,"duration":0},"status":"passed","severity":"normal"},{"uid":"d973b8e129d9a53","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1729034708553,"stop":1729034708553,"duration":0},"status":"passed","severity":"normal"},{"uid":"94516b105e894025","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1729034536108,"stop":1729034536108,"duration":0},"status":"passed","severity":"normal"},{"uid":"962f3bb37d4940c4","name":"Check received message with timestamp: 1729034391567 ","time":{"start":1729034611682,"stop":1729034611683,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbb1f0c21ff8ae78","name":"should throw an error for missing required configuration","time":{"start":1729034332629,"stop":1729034332630,"duration":1},"status":"passed","severity":"normal"},{"uid":"55d0ab01ea831a96","name":"Push message with SQL Injection payload","time":{"start":1729034617750,"stop":1729034617751,"duration":1},"status":"passed","severity":"normal"},{"uid":"e627d9d5b9b463ec","name":"should be able to decode the field with only STORE set to true","time":{"start":1729034340755,"stop":1729034340756,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbf8424fb7f13453","name":"handles empty shards array correctly","time":{"start":1729034332647,"stop":1729034332647,"duration":0},"status":"passed","severity":"normal"},{"uid":"14ee1560ef23bdac","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1729034640526,"stop":1729034640526,"duration":0},"status":"passed","severity":"normal"},{"uid":"994423a9d76586ac","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1729034665577,"stop":1729034665577,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d837904a920b901","name":"Push message with content topic containing Russian","time":{"start":1729034631258,"stop":1729034631258,"duration":0},"status":"passed","severity":"normal"},{"uid":"7258e9497d0d3330","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1729034536789,"stop":1729034536789,"duration":0},"status":"passed","severity":"normal"},{"uid":"bee450e95d9603b7","name":"should correctly map a content topic to a pubsub topic","time":{"start":1729034332648,"stop":1729034332648,"duration":0},"status":"passed","severity":"normal"},{"uid":"7936feca9dd7b9dc","name":"Passing page size 10 when there are 10 messages","time":{"start":1729034703310,"stop":1729034703311,"duration":1},"status":"passed","severity":"normal"},{"uid":"b917fa439c86377d","name":"Query generator for multiple messages","time":{"start":1729034696862,"stop":1729034696863,"duration":1},"status":"passed","severity":"normal"},{"uid":"3eb26ce764e9099e","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034694625,"stop":1729034694626,"duration":1},"status":"passed","severity":"normal"},{"uid":"58979c1ce32463b8","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1729034704490,"stop":1729034704491,"duration":1},"status":"passed","severity":"normal"},{"uid":"31cd671ee10aeef1","name":"should handle corrupted local storage data gracefully","time":{"start":1729034360437,"stop":1729034360438,"duration":1},"status":"passed","severity":"normal"},{"uid":"c4d1e5c35e87bcf9","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app98/6/topic677/proto","time":{"start":1729034656464,"stop":1729034656464,"duration":0},"status":"passed","severity":"normal"},{"uid":"951fd5ab8a9a7fda","name":"Query with Ordered Callback, No Decoder","time":{"start":1729034682674,"stop":1729034682675,"duration":1},"status":"passed","severity":"normal"},{"uid":"4891ef54a5af70a8","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1729034668591,"stop":1729034668591,"duration":0},"status":"passed","severity":"normal"},{"uid":"16ce65e6de88e475","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1729034472982,"stop":1729034472983,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdfa54e38ce6e192","name":"Promise Callback - true","time":{"start":1729034683700,"stop":1729034683700,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0b3a46ff254ec95","name":"Subscribe to topic containing emoji and publish message","time":{"start":1729034640528,"stop":1729034640528,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bac7ef54850b90d","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app7/4/topic303/json","time":{"start":1729034656466,"stop":1729034656467,"duration":1},"status":"passed","severity":"normal"},{"uid":"5210eeee413c1fd9","name":"Subscribe and receive messages via lightPush","time":{"start":1729034704499,"stop":1729034704499,"duration":0},"status":"passed","severity":"normal"},{"uid":"af116ccc9b19d47c","name":"Promise Callback - false","time":{"start":1729034683701,"stop":1729034683701,"duration":0},"status":"passed","severity":"normal"},{"uid":"bef10b5b6b7b2649","name":"Generator, 2 different pubsubtopics","time":{"start":1729034694621,"stop":1729034694622,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8a544ac4e8be1cb","name":"can start and stop the service","time":{"start":1729034655442,"stop":1729034655442,"duration":0},"status":"passed","severity":"normal"},{"uid":"beb6ed369ca6e6b","name":"should not fail to start the service if it is already started","time":{"start":1729034408864,"stop":1729034408864,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3ede631e07be19c","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1729034472941,"stop":1729034472942,"duration":1},"status":"passed","severity":"normal"},{"uid":"91232f14e84ab37d","name":"should set field with all protocols enabled","time":{"start":1729034341410,"stop":1729034341410,"duration":0},"status":"passed","severity":"normal"},{"uid":"21aaa4ea5e2f99b7","name":"should properly create location multiaddrs - tcp4","time":{"start":1729034341405,"stop":1729034341405,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccc4d5fd2c587f44","name":"Generator, custom pubsub topic","time":{"start":1729034694621,"stop":1729034694621,"duration":0},"status":"passed","severity":"normal"},{"uid":"8975bdabd2cc3eac","name":"should be able to encode the field with only STORE set to true","time":{"start":1729034340750,"stop":1729034340751,"duration":1},"status":"passed","severity":"normal"},{"uid":"7033e93fced772a1","name":"Decrypt messages","time":{"start":1729034614966,"stop":1729034614966,"duration":0},"status":"passed","severity":"normal"},{"uid":"23bddc7f47bba6bb","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1729034536790,"stop":1729034536793,"duration":3},"status":"passed","severity":"normal"},{"uid":"c4d8aae0c7aa9a54","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1729034332614,"stop":1729034332614,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7cda2971532c3e1","name":"start node with empty content topic","time":{"start":1729034656474,"stop":1729034656474,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd2c5cff43bba63a","name":"Subscribe to topic containing short and receive message","time":{"start":1729034704492,"stop":1729034704492,"duration":0},"status":"passed","severity":"normal"},{"uid":"af16ad39ac82cb9c","name":"Publish message with rate limit","time":{"start":1729034636324,"stop":1729034636324,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b94c75b7b03d018","name":"Check received message containing unicode special characters","time":{"start":1729034611681,"stop":1729034611681,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd22a1a626b63237","name":"Push message with content topic containing unicode special characters","time":{"start":1729034631261,"stop":1729034631261,"duration":0},"status":"passed","severity":"normal"},{"uid":"58b73bceccb8c6f5","name":"Push message with content topic containing XML","time":{"start":1729034617764,"stop":1729034617764,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba3f9623c325d02f","name":"Subscribe to topic containing long and receive message","time":{"start":1729034704492,"stop":1729034704493,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2fdb7993d3f3a51","name":"should handle a minimal index list","time":{"start":1729034332796,"stop":1729034332796,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6d2881525dc5434","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1729034472983,"stop":1729034472984,"duration":1},"status":"passed","severity":"normal"},{"uid":"499d87fee9e7e901","name":"Push message with rate limit","time":{"start":1729034631263,"stop":1729034631263,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dbc6732398b982e","name":"recovers when dns.resolve returns empty","time":{"start":1729034356473,"stop":1729034356474,"duration":1},"status":"passed","severity":"normal"},{"uid":"4560a557450dcb0d","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1729034704497,"stop":1729034704497,"duration":0},"status":"passed","severity":"normal"},{"uid":"c09c1063c30774c8","name":"Check message with no pubsub topic is not received","time":{"start":1729034506802,"stop":1729034506803,"duration":1},"status":"passed","severity":"normal"},{"uid":"244182d39a0ebb5b","name":"Check received message containing Chinese","time":{"start":1729034611676,"stop":1729034611677,"duration":1},"status":"passed","severity":"normal"},{"uid":"523c4b4fab001cc6","name":"random static sharding 10 - Cluster ID: 416, Shard ID: 591","time":{"start":1729034668609,"stop":1729034668609,"duration":0},"status":"passed","severity":"normal"},{"uid":"d04667d687da8f2b","name":"Push message with Script payload","time":{"start":1729034617751,"stop":1729034617752,"duration":1},"status":"passed","severity":"normal"},{"uid":"d67d53e3c7dd22ed","name":"Push 30 different messages","time":{"start":1729034617757,"stop":1729034617758,"duration":1},"status":"passed","severity":"normal"},{"uid":"eaf84a5c88c17d58","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1729034536785,"stop":1729034536786,"duration":1},"status":"passed","severity":"normal"},{"uid":"b26a4327640b7b70","name":"Check message with non string payload is not received","time":{"start":1729034611663,"stop":1729034611664,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9ede440945eef98","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1729034536776,"stop":1729034536784,"duration":8},"status":"passed","severity":"normal"},{"uid":"3f58931c99a797a0","name":"Subscribe to topic containing emoji and receive message","time":{"start":1729034704498,"stop":1729034704498,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5eaaa30256ee13a","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1729034611660,"stop":1729034611661,"duration":1},"status":"passed","severity":"normal"},{"uid":"bee078d2c7c5da39","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1729034356478,"stop":1729034356478,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8f0a4e678403b571","name":"Push message with content topic containing short","time":{"start":1729034631254,"stop":1729034631254,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa14d6ca5b998dea","name":"Refresh subscription","time":{"start":1729034536100,"stop":1729034536100,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b8c74643ad752fd","name":"Push message with JSON payload","time":{"start":1729034617753,"stop":1729034617753,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9c242039798aa63","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034447617,"stop":1729034447618,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfd60e52d76c7605","name":"Overlapping topic subscription","time":{"start":1729034640517,"stop":1729034640517,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7f7501bb8e0b58d7","name":"Decoder throws on empty string content topic","time":{"start":1729034348762,"stop":1729034348762,"duration":0},"status":"passed","severity":"normal"},{"uid":"58dce2320ab7a30b","name":"groups content topics by expected pubsub topic","time":{"start":1729034332623,"stop":1729034332624,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f760d9ed41e3039","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1729034332632,"stop":1729034332632,"duration":0},"status":"passed","severity":"normal"},{"uid":"dab7c11e8c391a75","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1729034536098,"stop":1729034536098,"duration":0},"status":"passed","severity":"normal"},{"uid":"2eb589a2a97fc453","name":"connects to nwaku","time":{"start":1729034728789,"stop":1729034728789,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcdc75974837a228","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1729034356139,"stop":1729034356140,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce3945173a710377","name":"Subscribe to topic containing Script and receive message","time":{"start":1729034536107,"stop":1729034536108,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ad4abe3e8d623ef","name":"Publish message with large meta","time":{"start":1729034636324,"stop":1729034636324,"duration":0},"status":"passed","severity":"normal"},{"uid":"44242064104e6e6","name":"Relay + Store","time":{"start":1729034398614,"stop":1729034398615,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4abf700cc9a7834","name":"Check publish message containing Chinese","time":{"start":1729034636309,"stop":1729034636309,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ec69bcc15416e31","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1729034332620,"stop":1729034332620,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4a63ca6b1c58e04","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1729034565834,"stop":1729034565835,"duration":1},"status":"passed","severity":"normal"},{"uid":"f39622aa7e7523fd","name":"Push message with long payload","time":{"start":1729034617747,"stop":1729034617747,"duration":0},"status":"passed","severity":"normal"},{"uid":"7eb66fe2945f632d","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1729034447630,"stop":1729034447630,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a5ca6632545b2e1","name":"Check received message containing unicode special characters","time":{"start":1729034506792,"stop":1729034506792,"duration":0},"status":"passed","severity":"normal"},{"uid":"82e57ab9dd917bb0","name":"Push message with unicode special characters payload","time":{"start":1729034631252,"stop":1729034631252,"duration":0},"status":"passed","severity":"normal"},{"uid":"9949b595db724e1a","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1729034332619,"stop":1729034332619,"duration":0},"status":"passed","severity":"normal"},{"uid":"b62cab171eaca4e2","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1729034472949,"stop":1729034472950,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc47413c8207c857","name":"Subscribe to topic containing XML and publish message","time":{"start":1729034640525,"stop":1729034640526,"duration":1},"status":"passed","severity":"normal"},{"uid":"48c644261a54981b","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1729034332614,"stop":1729034332619,"duration":5},"status":"passed","severity":"normal"},{"uid":"f14c310b9538237","name":"nwaku subscribes","time":{"start":1729034630104,"stop":1729034630105,"duration":1},"status":"passed","severity":"normal"},{"uid":"e61bab9349c5a1a4","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1729034332628,"stop":1729034332628,"duration":0},"status":"passed","severity":"normal"},{"uid":"bda4167bdab70e0b","name":"should return valid sharding parameters for static sharding","time":{"start":1729034332645,"stop":1729034332646,"duration":1},"status":"passed","severity":"normal"},{"uid":"970da0fc65fbcc94","name":"Subscribe to topic containing long and receive message","time":{"start":1729034704503,"stop":1729034704504,"duration":1},"status":"passed","severity":"normal"},{"uid":"432ebc3e1c4c5a54","name":"should return empty list for no shard","time":{"start":1729034332629,"stop":1729034332629,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f37b904f0491f58","name":"Push message with content topic containing numeric","time":{"start":1729034631255,"stop":1729034631255,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd394f0c7775ec00","name":"caches peers it previously fetched","time":{"start":1729034356474,"stop":1729034356475,"duration":1},"status":"passed","severity":"normal"},{"uid":"6545dc1a75f4f4ec","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1729034332631,"stop":1729034332631,"duration":0},"status":"passed","severity":"normal"},{"uid":"1085b06ecf9a991f","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app31/9/topic522/json","time":{"start":1729034656466,"stop":1729034656466,"duration":0},"status":"passed","severity":"normal"},{"uid":"aec34ed9a0e578b5","name":"Refresh subscription","time":{"start":1729034704492,"stop":1729034704492,"duration":0},"status":"passed","severity":"normal"},{"uid":"e14e981f7a099ba1","name":"should set field with only STORE enabled","time":{"start":1729034341411,"stop":1729034341411,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b149e77e4542e72","name":"Push message with content topic containing SQL Injection","time":{"start":1729034617763,"stop":1729034617763,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea38c2b83b31ba66","name":"Check received message with timestamp: 1729034391505 ","time":{"start":1729034506794,"stop":1729034506797,"duration":3},"status":"passed","severity":"normal"},{"uid":"abbaef7dcc95d585","name":"Decoder throws on empty string content topic","time":{"start":1729034366400,"stop":1729034366400,"duration":0},"status":"passed","severity":"normal"},{"uid":"75d5f3c3b7112d47","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1729034399693,"stop":1729034399696,"duration":3},"status":"passed","severity":"normal"},{"uid":"2caf003647040e9b","name":"Encoder throws on undefined content topic","time":{"start":1729034348761,"stop":1729034348762,"duration":1},"status":"passed","severity":"normal"},{"uid":"788410fd4d7045cb","name":"Check received message containing numeric","time":{"start":1729034611666,"stop":1729034611666,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb48a3969f949ac4","name":"should set field with only RELAY enabled","time":{"start":1729034341410,"stop":1729034341411,"duration":1},"status":"passed","severity":"normal"},{"uid":"6aacfd955ad0f1ef","name":"should emit a peer event after start","time":{"start":1729034360435,"stop":1729034360435,"duration":0},"status":"passed","severity":"normal"},{"uid":"59d96e9a94dd2bf1","name":"should not receive a peer event after stop","time":{"start":1729034655444,"stop":1729034655444,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd79d74ffc2ce711","name":"Publishes to nwaku","time":{"start":1729034630105,"stop":1729034630105,"duration":0},"status":"passed","severity":"normal"},{"uid":"9638591df935f50f","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1729034332632,"stop":1729034332632,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6873e964a091b03","name":"Store - dialed first","time":{"start":1729034713700,"stop":1729034713701,"duration":1},"status":"passed","severity":"normal"},{"uid":"445b7828e0c7ea3c","name":"Check message on other pubsub topic is not received","time":{"start":1729034611684,"stop":1729034611685,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3e985464dbb815e","name":"Renews subscription after lossing a connection","time":{"start":1729034704510,"stop":1729034704510,"duration":0},"status":"passed","severity":"normal"},{"uid":"aed7097633632a1c","name":"Check received message containing shell command","time":{"start":1729034611680,"stop":1729034611681,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c5c5f44de6c26ff","name":"random static sharding 9 - Cluster ID: 998, Shard ID: 906","time":{"start":1729034668609,"stop":1729034668609,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6bfca7d3e68f5dd","name":"random static sharding 1 - Cluster ID: 424, Shard ID: 715","time":{"start":1729034668591,"stop":1729034668595,"duration":4},"status":"passed","severity":"normal"},{"uid":"ca92c152990a4899","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1729034332622,"stop":1729034332622,"duration":0},"status":"passed","severity":"normal"},{"uid":"f83acbf55acdece4","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1729034348577,"stop":1729034348577,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b4c91b3bf48aa23","name":"isConnected should return false after all peers disconnect","time":{"start":1729034424274,"stop":1729034424274,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2f086f523122482","name":"Push message with content topic containing special chars","time":{"start":1729034631255,"stop":1729034631256,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed79a3fadf626b08","name":"Check received message containing escaped characters","time":{"start":1729034611656,"stop":1729034611656,"duration":0},"status":"passed","severity":"normal"},{"uid":"24bb30cc8349b3ac","name":"Check message with invalid timestamp is not received","time":{"start":1729034611661,"stop":1729034611662,"duration":1},"status":"passed","severity":"normal"},{"uid":"4598952150450906","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1729034536107,"stop":1729034536107,"duration":0},"status":"passed","severity":"normal"},{"uid":"fabf0d589a1f2447","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1729034472984,"stop":1729034472984,"duration":0},"status":"passed","severity":"normal"},{"uid":"b810afd4aff3477","name":"Ping succeeds for all connected peers","time":{"start":1729034470386,"stop":1729034470387,"duration":1},"status":"passed","severity":"normal"},{"uid":"d542d150995e90e3","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app63/7/topic981/utf8","time":{"start":1729034656464,"stop":1729034656464,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2494f36040f2d6","name":"Check message with invalid timestamp is not received","time":{"start":1729034611684,"stop":1729034611684,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d0b18e11371f15e","name":"should return the pubsub topic directly if a string is provided","time":{"start":1729034332643,"stop":1729034332643,"duration":0},"status":"passed","severity":"normal"},{"uid":"44f1512162da0174","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1729034332640,"stop":1729034332641,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca6e2b8178bec52e","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1729034447623,"stop":1729034447624,"duration":1},"status":"passed","severity":"normal"},{"uid":"6739e111aeb0cc31","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1729034335331,"stop":1729034335332,"duration":1},"status":"passed","severity":"normal"},{"uid":"b34d3c2fc96216fe","name":"should check connected peers if present and suitable","time":{"start":1729034373011,"stop":1729034373011,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/7588/widgets/suites.json b/7588/widgets/suites.json index 582a215be93..aa32d6cfce0 100644 --- a/7588/widgets/suites.json +++ b/7588/widgets/suites.json @@ -1 +1 @@ -{"total":95,"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 +{"total":102,"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/7588/widgets/summary.json b/7588/widgets/summary.json index e95f4ab6205..c70a4ef9f98 100644 --- a/7588/widgets/summary.json +++ b/7588/widgets/summary.json @@ -1 +1 @@ -{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":45,"passed":808,"unknown":0,"total":853},"time":{"start":1729033834022,"stop":1729034213021,"duration":378999,"minDuration":0,"maxDuration":12,"sumDuration":543}} \ No newline at end of file +{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":45,"passed":836,"unknown":0,"total":881},"time":{"start":1729034332493,"stop":1729034781181,"duration":448688,"minDuration":0,"maxDuration":8,"sumDuration":427}} \ No newline at end of file diff --git a/index.html b/index.html index fcaedf7daa0..0256b95ac05 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 603437c56d6..ec7e4be96ab 100644 --- a/last-history/categories-trend.json +++ b/last-history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":7590,"reportUrl":"https://waku-org.github.io/js-waku/7590/","reportName":"Allure Report with history","data":{}},{"buildOrder":7589,"reportUrl":"https://waku-org.github.io/js-waku/7589/","reportName":"Allure Report with history","data":{}},{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{}},{"buildOrder":7590,"reportUrl":"https://waku-org.github.io/js-waku/7590/","reportName":"Allure Report with history","data":{}},{"buildOrder":7589,"reportUrl":"https://waku-org.github.io/js-waku/7589/","reportName":"Allure Report with history","data":{}},{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/last-history/duration-trend.json b/last-history/duration-trend.json index f2eadfa8d48..24b2cf9866d 100644 --- a/last-history/duration-trend.json +++ b/last-history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":7590,"reportUrl":"https://waku-org.github.io/js-waku/7590/","reportName":"Allure Report with history","data":{"duration":453468}},{"buildOrder":7589,"reportUrl":"https://waku-org.github.io/js-waku/7589/","reportName":"Allure Report with history","data":{"duration":448799}},{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"duration":378999}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"duration":461019}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{"duration":632222}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{"duration":636316}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"duration":627021}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"duration":629629}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"duration":636283}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"duration":625762}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{"duration":643643}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{"duration":599342}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{"duration":640128}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{"duration":636185}},{"data":{}}] \ No newline at end of file +[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"duration":448688}},{"buildOrder":7590,"reportUrl":"https://waku-org.github.io/js-waku/7590/","reportName":"Allure Report with history","data":{"duration":453468}},{"buildOrder":7589,"reportUrl":"https://waku-org.github.io/js-waku/7589/","reportName":"Allure Report with history","data":{"duration":448799}},{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"duration":378999}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"duration":461019}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{"duration":632222}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{"duration":636316}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"duration":627021}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"duration":629629}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"duration":636283}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"duration":625762}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{"duration":643643}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{"duration":599342}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{"duration":640128}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{"duration":636185}},{"data":{}}] \ No newline at end of file diff --git a/last-history/history-trend.json b/last-history/history-trend.json index 15a682d09b5..eb427b5d9a8 100644 --- a/last-history/history-trend.json +++ b/last-history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":7590,"reportUrl":"https://waku-org.github.io/js-waku/7590/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":45,"passed":815,"unknown":0,"total":860}},{"buildOrder":7589,"reportUrl":"https://waku-org.github.io/js-waku/7589/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":43,"passed":825,"unknown":0,"total":868}},{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":45,"passed":808,"unknown":0,"total":853}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":814,"unknown":0,"total":837}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":858,"unknown":0,"total":884}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":25,"passed":831,"unknown":0,"total":856}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":45,"passed":836,"unknown":0,"total":881}},{"buildOrder":7590,"reportUrl":"https://waku-org.github.io/js-waku/7590/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":45,"passed":815,"unknown":0,"total":860}},{"buildOrder":7589,"reportUrl":"https://waku-org.github.io/js-waku/7589/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":43,"passed":825,"unknown":0,"total":868}},{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":45,"passed":808,"unknown":0,"total":853}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":814,"unknown":0,"total":837}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":858,"unknown":0,"total":881}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":858,"unknown":0,"total":884}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":25,"passed":831,"unknown":0,"total":856}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":858,"unknown":0,"total":880}},{"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 ccfdcff3a58..7637bb0b7c4 100644 --- a/last-history/history.json +++ b/last-history/history.json @@ -1 +1 @@ -{"8eb46b67aeb45674e4e421bf93499dd1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c573d353acefe2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c573d353acefe2","status":"passed","time":{"start":1729032228818,"stop":1729032228818,"duration":0}}]},"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bc0353a51c888880","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bc0353a51c888880","status":"passed","time":{"start":1729034096127,"stop":1729034096127,"duration":0}},{"uid":"92b2db24b2be12b9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/92b2db24b2be12b9","status":"passed","time":{"start":1729034020085,"stop":1729034020085,"duration":0}},{"uid":"535538802ea75bc1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/535538802ea75bc1","status":"passed","time":{"start":1729033834378,"stop":1729033834378,"duration":0}},{"uid":"cf50299ff607e498","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cf50299ff607e498","status":"passed","time":{"start":1729031884109,"stop":1729031884109,"duration":0}},{"uid":"8999e2754ed18337","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8999e2754ed18337","status":"passed","time":{"start":1728901430250,"stop":1728901430250,"duration":0}},{"uid":"60e74924d7b78f90","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/60e74924d7b78f90","status":"passed","time":{"start":1728892860526,"stop":1728892860526,"duration":0}},{"uid":"4bafa64571b2dac3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4bafa64571b2dac3","status":"passed","time":{"start":1728855823317,"stop":1728855823317,"duration":0}},{"uid":"f9741eaa0655b528","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f9741eaa0655b528","status":"passed","time":{"start":1728738040585,"stop":1728738040586,"duration":1}},{"uid":"81e3f02ae2ca31bb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/81e3f02ae2ca31bb","status":"passed","time":{"start":1728682574085,"stop":1728682574086,"duration":1}},{"uid":"9b7e9567e3831e0f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b7e9567e3831e0f","status":"passed","time":{"start":1728682146811,"stop":1728682146811,"duration":0}},{"uid":"3ab09d5f85ddedb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3ab09d5f85ddedb","status":"passed","time":{"start":1728676621425,"stop":1728676621425,"duration":0}},{"uid":"ad6042ed106a008e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad6042ed106a008e","status":"passed","time":{"start":1728669344461,"stop":1728669344461,"duration":0}},{"uid":"bf4200ccadeedea0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bf4200ccadeedea0","status":"passed","time":{"start":1728597685155,"stop":1728597685155,"duration":0}},{"uid":"7492822246bb96b1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7492822246bb96b1","status":"passed","time":{"start":1728596904461,"stop":1728596904461,"duration":0}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fafeccccd5e5a720","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fafeccccd5e5a720","status":"passed","time":{"start":1729034329729,"stop":1729034329730,"duration":1}},{"uid":"74a6dea9fd367894","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/74a6dea9fd367894","status":"passed","time":{"start":1729034249403,"stop":1729034249404,"duration":1}},{"uid":"49ee288dfa6ab127","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/49ee288dfa6ab127","status":"passed","time":{"start":1729034067354,"stop":1729034067355,"duration":1}},{"uid":"c5767577cfdc33b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c5767577cfdc33b4","status":"passed","time":{"start":1729032098328,"stop":1729032098328,"duration":0}},{"uid":"79f59ee74000c100","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/79f59ee74000c100","status":"passed","time":{"start":1728901786966,"stop":1728901786966,"duration":0}},{"uid":"824eea4f3b5cfc65","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/824eea4f3b5cfc65","status":"passed","time":{"start":1728893221404,"stop":1728893221405,"duration":1}},{"uid":"9521cf2cb97045aa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9521cf2cb97045aa","status":"passed","time":{"start":1728856163737,"stop":1728856163737,"duration":0}},{"uid":"cc2cc859a3b5f5b7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc2cc859a3b5f5b7","status":"passed","time":{"start":1728738376850,"stop":1728738376851,"duration":1}},{"uid":"d28fbdabb282d4ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d28fbdabb282d4ab","status":"passed","time":{"start":1728682920158,"stop":1728682920158,"duration":0}},{"uid":"550dffeca437a6d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/550dffeca437a6d0","status":"passed","time":{"start":1728682501584,"stop":1728682501584,"duration":0}},{"uid":"ae7d0d0fdebb0255","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae7d0d0fdebb0255","status":"passed","time":{"start":1728676985051,"stop":1728676985051,"duration":0}},{"uid":"28242612518d7e9e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/28242612518d7e9e","status":"passed","time":{"start":1728669632408,"stop":1728669632408,"duration":0}},{"uid":"1df283c77af67539","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1df283c77af67539","status":"passed","time":{"start":1728598049844,"stop":1728598049844,"duration":0}},{"uid":"67f639dd0cce58fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/67f639dd0cce58fd","status":"passed","time":{"start":1728597265138,"stop":1728597265138,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"541624c450ced56b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/541624c450ced56b","status":"passed","time":{"start":1729034370853,"stop":1729034370854,"duration":1}},{"uid":"b704ebf02c999063","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b704ebf02c999063","status":"passed","time":{"start":1729034308860,"stop":1729034308861,"duration":1}},{"uid":"cb048deab5f94975","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cb048deab5f94975","status":"passed","time":{"start":1729034129469,"stop":1729034129469,"duration":0}},{"uid":"589d048e3ba41ef7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/589d048e3ba41ef7","status":"passed","time":{"start":1729032178362,"stop":1729032178363,"duration":1}},{"uid":"1b6c44b1daac065d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b6c44b1daac065d","status":"passed","time":{"start":1728901896341,"stop":1728901896341,"duration":0}},{"uid":"23f798e941ed02e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/23f798e941ed02e4","status":"passed","time":{"start":1728893329020,"stop":1728893329020,"duration":0}},{"uid":"f24dce93bc256cb6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f24dce93bc256cb6","status":"passed","time":{"start":1728856284755,"stop":1728856284756,"duration":1}},{"uid":"25e61cb93e3db35a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/25e61cb93e3db35a","status":"passed","time":{"start":1728738494931,"stop":1728738494932,"duration":1}},{"uid":"950a20be033bf6b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/950a20be033bf6b0","status":"passed","time":{"start":1728683033626,"stop":1728683033626,"duration":0}},{"uid":"1e1b94a4d2ddff13","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1e1b94a4d2ddff13","status":"passed","time":{"start":1728682601731,"stop":1728682601731,"duration":0}},{"uid":"dae603be616386ae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dae603be616386ae","status":"passed","time":{"start":1728677107956,"stop":1728677107957,"duration":1}},{"uid":"548c10c44a21ef33","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/548c10c44a21ef33","status":"passed","time":{"start":1728669764745,"stop":1728669764745,"duration":0}},{"uid":"190eb6395732de2f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/190eb6395732de2f","status":"passed","time":{"start":1728598157556,"stop":1728598157557,"duration":1}},{"uid":"433ad33bb1bf77f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/433ad33bb1bf77f8","status":"passed","time":{"start":1728597369055,"stop":1728597369055,"duration":0}}]},"770ef580ef3b0af6f69bbac8270a30ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8abe04959242986b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8abe04959242986b","status":"passed","time":{"start":1728669841251,"stop":1728669841252,"duration":1}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bef3a5c7755ee61b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bef3a5c7755ee61b","status":"passed","time":{"start":1729034098687,"stop":1729034098687,"duration":0}},{"uid":"ac2491d7e5a05653","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ac2491d7e5a05653","status":"passed","time":{"start":1729034022456,"stop":1729034022456,"duration":0}},{"uid":"15e59fd53bacc39d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/15e59fd53bacc39d","status":"passed","time":{"start":1729033836804,"stop":1729033836804,"duration":0}},{"uid":"c28e71d0a3b74d3c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c28e71d0a3b74d3c","status":"passed","time":{"start":1729031886611,"stop":1729031886611,"duration":0}},{"uid":"1986fadc223e484d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1986fadc223e484d","status":"passed","time":{"start":1728901432738,"stop":1728901432738,"duration":0}},{"uid":"6087fd397cd7aca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6087fd397cd7aca","status":"passed","time":{"start":1728892863024,"stop":1728892863024,"duration":0}},{"uid":"73a000080a4b59cb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/73a000080a4b59cb","status":"passed","time":{"start":1728855825774,"stop":1728855825774,"duration":0}},{"uid":"5b772b27439af2fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5b772b27439af2fa","status":"passed","time":{"start":1728738043033,"stop":1728738043033,"duration":0}},{"uid":"71c4e0f316d44a4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71c4e0f316d44a4f","status":"passed","time":{"start":1728682576531,"stop":1728682576531,"duration":0}},{"uid":"1d2a3a4b5f387ed3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1d2a3a4b5f387ed3","status":"passed","time":{"start":1728682149244,"stop":1728682149245,"duration":1}},{"uid":"8c25fa4ee10fd92e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8c25fa4ee10fd92e","status":"passed","time":{"start":1728676623919,"stop":1728676623920,"duration":1}},{"uid":"7c71bf38413b58cb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7c71bf38413b58cb","status":"passed","time":{"start":1728669346942,"stop":1728669346942,"duration":0}},{"uid":"6a38c52cb5bb1b5d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a38c52cb5bb1b5d","status":"passed","time":{"start":1728597687695,"stop":1728597687695,"duration":0}},{"uid":"118f061985393b8f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/118f061985393b8f","status":"passed","time":{"start":1728596907137,"stop":1728596907137,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b551d4de47ec0ffe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b551d4de47ec0ffe","status":"passed","time":{"start":1729034240922,"stop":1729034240925,"duration":3}},{"uid":"1cffefafd01b8952","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1cffefafd01b8952","status":"passed","time":{"start":1729034159620,"stop":1729034159620,"duration":0}},{"uid":"97e9a59b57e1e3f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97e9a59b57e1e3f6","status":"passed","time":{"start":1729033976803,"stop":1729033976803,"duration":0}},{"uid":"91f45e3ab2f65c1c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/91f45e3ab2f65c1c","status":"passed","time":{"start":1729032020527,"stop":1729032020527,"duration":0}},{"uid":"504db91020bc6619","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/504db91020bc6619","status":"passed","time":{"start":1728901616451,"stop":1728901616460,"duration":9}},{"uid":"be2bd3bcc0b71762","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/be2bd3bcc0b71762","status":"passed","time":{"start":1728893050248,"stop":1728893050249,"duration":1}},{"uid":"a0b96fe11e700395","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0b96fe11e700395","status":"passed","time":{"start":1728856015175,"stop":1728856015175,"duration":0}},{"uid":"117be67a927693bf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/117be67a927693bf","status":"passed","time":{"start":1728738233144,"stop":1728738233145,"duration":1}},{"uid":"c919de31ec31c253","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c919de31ec31c253","status":"passed","time":{"start":1728682762476,"stop":1728682762476,"duration":0}},{"uid":"56389583c101f798","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/56389583c101f798","status":"passed","time":{"start":1728682332789,"stop":1728682332790,"duration":1}},{"uid":"c43e2224b3441651","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c43e2224b3441651","status":"passed","time":{"start":1728676810298,"stop":1728676810298,"duration":0}},{"uid":"14eb6d75b2b15919","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/14eb6d75b2b15919","status":"passed","time":{"start":1728669529903,"stop":1728669529903,"duration":0}},{"uid":"5260244e88d71766","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5260244e88d71766","status":"passed","time":{"start":1728597873538,"stop":1728597873538,"duration":0}},{"uid":"11848eff1bdd9d49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/11848eff1bdd9d49","status":"passed","time":{"start":1728597089277,"stop":1728597089277,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3ea15838692a640b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3ea15838692a640b","status":"passed","time":{"start":1729034259807,"stop":1729034259807,"duration":0}},{"uid":"5731c964d274aeb4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5731c964d274aeb4","status":"passed","time":{"start":1729034194001,"stop":1729034194001,"duration":0}},{"uid":"12983133b0db12d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/12983133b0db12d0","status":"passed","time":{"start":1729034014832,"stop":1729034014833,"duration":1}},{"uid":"464a4b97ad26b58f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/464a4b97ad26b58f","status":"passed","time":{"start":1729032065423,"stop":1729032065433,"duration":10}},{"uid":"bc71751d0a2138a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc71751d0a2138a9","status":"passed","time":{"start":1728901664234,"stop":1728901664234,"duration":0}},{"uid":"6a9b000fb7b13e21","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6a9b000fb7b13e21","status":"passed","time":{"start":1728893093680,"stop":1728893093680,"duration":0}},{"uid":"eeb5082e5cbea1b8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/eeb5082e5cbea1b8","status":"passed","time":{"start":1728856055262,"stop":1728856055262,"duration":0}},{"uid":"cfe47b95767cb3d3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cfe47b95767cb3d3","status":"passed","time":{"start":1728738274738,"stop":1728738274739,"duration":1}},{"uid":"9b927d4ab75655f2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9b927d4ab75655f2","status":"passed","time":{"start":1728682807947,"stop":1728682807948,"duration":1}},{"uid":"702a7e1621e9e27c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/702a7e1621e9e27c","status":"passed","time":{"start":1728682381279,"stop":1728682381279,"duration":0}},{"uid":"adce92ebccd25498","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/adce92ebccd25498","status":"passed","time":{"start":1728676853892,"stop":1728676853892,"duration":0}},{"uid":"ca11745d2ecfa7e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca11745d2ecfa7e2","status":"passed","time":{"start":1728669581681,"stop":1728669581682,"duration":1}},{"uid":"902fcff74b6a31ad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/902fcff74b6a31ad","status":"passed","time":{"start":1728597923459,"stop":1728597923461,"duration":2}},{"uid":"7b7f75cec60c9158","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b7f75cec60c9158","status":"passed","time":{"start":1728597132257,"stop":1728597132258,"duration":1}}]},"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e6ba8e63a27589c1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e6ba8e63a27589c1","status":"passed","time":{"start":1729034155172,"stop":1729034155173,"duration":1}},{"uid":"1423e93328c34cca","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1423e93328c34cca","status":"passed","time":{"start":1729034079234,"stop":1729034079235,"duration":1}},{"uid":"a74a642e0e36cf67","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a74a642e0e36cf67","status":"passed","time":{"start":1729033892957,"stop":1729033892959,"duration":2}},{"uid":"ccc6c2fb58bafef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ccc6c2fb58bafef","status":"passed","time":{"start":1729031943351,"stop":1729031943352,"duration":1}},{"uid":"8a593b3a80f5cea5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8a593b3a80f5cea5","status":"passed","time":{"start":1728901487521,"stop":1728901487521,"duration":0}},{"uid":"1e09988e29723b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e09988e29723b2","status":"passed","time":{"start":1728892920386,"stop":1728892920387,"duration":1}},{"uid":"89649cf75ab8b1ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89649cf75ab8b1ac","status":"passed","time":{"start":1728855881508,"stop":1728855881508,"duration":0}},{"uid":"2ee426a4145e1016","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2ee426a4145e1016","status":"passed","time":{"start":1728738098729,"stop":1728738098730,"duration":1}},{"uid":"30f1872ad9197281","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/30f1872ad9197281","status":"passed","time":{"start":1728682632220,"stop":1728682632220,"duration":0}},{"uid":"9f89a69a238ec0a5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9f89a69a238ec0a5","status":"passed","time":{"start":1728682205210,"stop":1728682205210,"duration":0}},{"uid":"9985367100ddd756","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9985367100ddd756","status":"passed","time":{"start":1728676680987,"stop":1728676680988,"duration":1}},{"uid":"becdf4e3d8b31928","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/becdf4e3d8b31928","status":"passed","time":{"start":1728669404739,"stop":1728669404740,"duration":1}},{"uid":"7153053de8e22063","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7153053de8e22063","status":"passed","time":{"start":1728597743847,"stop":1728597743849,"duration":2}},{"uid":"24707248051f5a77","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/24707248051f5a77","status":"passed","time":{"start":1728596961183,"stop":1728596961184,"duration":1}}]},"66f17e2ec822e53dec22fa22cd280df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9015559f6a72e2e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c9015559f6a72e2e","status":"passed","time":{"start":1729034443497,"stop":1729034443498,"duration":1}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8f78bc6a4d67de4e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f78bc6a4d67de4e","status":"passed","time":{"start":1729034104920,"stop":1729034104920,"duration":0}},{"uid":"6ff66f0452adcd0a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6ff66f0452adcd0a","status":"passed","time":{"start":1729034028518,"stop":1729034028519,"duration":1}},{"uid":"2256cff14160508a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2256cff14160508a","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"duration":0}},{"uid":"e068f278575c46c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e068f278575c46c0","status":"passed","time":{"start":1729031892684,"stop":1729031892684,"duration":0}},{"uid":"abb3a6264c0fdc9a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/abb3a6264c0fdc9a","status":"passed","time":{"start":1728901438815,"stop":1728901438815,"duration":0}},{"uid":"57a517ffe1975d93","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/57a517ffe1975d93","status":"passed","time":{"start":1728892869009,"stop":1728892869009,"duration":0}},{"uid":"bd8c2dec5b863b85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bd8c2dec5b863b85","status":"passed","time":{"start":1728855831900,"stop":1728855831900,"duration":0}},{"uid":"41f21891f1b95e06","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/41f21891f1b95e06","status":"passed","time":{"start":1728738049048,"stop":1728738049048,"duration":0}},{"uid":"71dcee2356fd68fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71dcee2356fd68fd","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"3d5066bd3addb618","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d5066bd3addb618","status":"passed","time":{"start":1728682155415,"stop":1728682155415,"duration":0}},{"uid":"95f42c8c38d0f0d6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/95f42c8c38d0f0d6","status":"passed","time":{"start":1728676629982,"stop":1728676629982,"duration":0}},{"uid":"5cdde00c4a98e577","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5cdde00c4a98e577","status":"passed","time":{"start":1728669353109,"stop":1728669353109,"duration":0}},{"uid":"41941bc5034ecabf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/41941bc5034ecabf","status":"passed","time":{"start":1728597693855,"stop":1728597693855,"duration":0}},{"uid":"8bcf452096359e20","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8bcf452096359e20","status":"passed","time":{"start":1728596913099,"stop":1728596913099,"duration":0}}]},"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":11,"unknown":0,"total":14},"items":[{"uid":"3db5aa5c2ecf0484","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3db5aa5c2ecf0484","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241341,"stop":1729034241341,"duration":0}},{"uid":"70957803422071bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/70957803422071bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160195,"stop":1729034160195,"duration":0}},{"uid":"1ca1359e9c6274a4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ca1359e9c6274a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977227,"stop":1729033977227,"duration":0}},{"uid":"c041f2da658fa9f9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c041f2da658fa9f9","status":"passed","time":{"start":1729032053272,"stop":1729032053272,"duration":0}},{"uid":"5af3017cdb490f97","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5af3017cdb490f97","status":"passed","time":{"start":1728901711769,"stop":1728901711770,"duration":1}},{"uid":"303fa368d874cfc0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/303fa368d874cfc0","status":"passed","time":{"start":1728893141903,"stop":1728893141904,"duration":1}},{"uid":"9db9e819b9985633","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9db9e819b9985633","status":"passed","time":{"start":1728856103202,"stop":1728856103202,"duration":0}},{"uid":"f2dcd3ff54da22ae","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f2dcd3ff54da22ae","status":"passed","time":{"start":1728738321622,"stop":1728738321622,"duration":0}},{"uid":"f201d8a9558eef9c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f201d8a9558eef9c","status":"passed","time":{"start":1728682857569,"stop":1728682857570,"duration":1}},{"uid":"9be17bb58d439b1d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9be17bb58d439b1d","status":"passed","time":{"start":1728682428805,"stop":1728682428806,"duration":1}},{"uid":"ba37751e6c574def","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba37751e6c574def","status":"passed","time":{"start":1728676901172,"stop":1728676901181,"duration":9}},{"uid":"71384e65caecb6aa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/71384e65caecb6aa","status":"passed","time":{"start":1728669573866,"stop":1728669573866,"duration":0}},{"uid":"96ca30db4c5ca8f5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/96ca30db4c5ca8f5","status":"passed","time":{"start":1728597972340,"stop":1728597972341,"duration":1}},{"uid":"219c7307bbbceda1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/219c7307bbbceda1","status":"passed","time":{"start":1728597175621,"stop":1728597175622,"duration":1}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"56d769327312219c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/56d769327312219c","status":"passed","time":{"start":1729034480288,"stop":1729034480289,"duration":1}},{"uid":"8d67ba0d3db5c5b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8d67ba0d3db5c5b","status":"passed","time":{"start":1729034396758,"stop":1729034396758,"duration":0}},{"uid":"76a231704bff480","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/76a231704bff480","status":"passed","time":{"start":1729032277690,"stop":1729032277690,"duration":0}},{"uid":"a4f9149fe58ce546","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a4f9149fe58ce546","status":"passed","time":{"start":1728902034222,"stop":1728902034223,"duration":1}},{"uid":"b687c6f45daf20cb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b687c6f45daf20cb","status":"passed","time":{"start":1728893469055,"stop":1728893469055,"duration":0}},{"uid":"57b530b5daf63e4f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/57b530b5daf63e4f","status":"passed","time":{"start":1728856416486,"stop":1728856416486,"duration":0}},{"uid":"e6e15705207365ad","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e6e15705207365ad","status":"passed","time":{"start":1728738643168,"stop":1728738643168,"duration":0}},{"uid":"edb82eaf816e15c2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/edb82eaf816e15c2","status":"passed","time":{"start":1728683174244,"stop":1728683174245,"duration":1}},{"uid":"1bdcf8153d80e01c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1bdcf8153d80e01c","status":"passed","time":{"start":1728682757798,"stop":1728682757798,"duration":0}},{"uid":"cb99d0dee8d8155e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cb99d0dee8d8155e","status":"passed","time":{"start":1728677231123,"stop":1728677231123,"duration":0}},{"uid":"766a57759c6feece","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/766a57759c6feece","status":"passed","time":{"start":1728669920233,"stop":1728669920234,"duration":1}},{"uid":"29cfd1ab7a246505","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/29cfd1ab7a246505","status":"passed","time":{"start":1728598298887,"stop":1728598298887,"duration":0}},{"uid":"2cc5fa5e2abba48a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2cc5fa5e2abba48a","status":"passed","time":{"start":1728597513732,"stop":1728597513732,"duration":0}}]},"be70fca490e848dad627e7129dd538b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41a1ad86da972dc8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/41a1ad86da972dc8","status":"passed","time":{"start":1728598212610,"stop":1728598212610,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f73340d7e86bba64","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f73340d7e86bba64","status":"passed","time":{"start":1729034104183,"stop":1729034104186,"duration":3}},{"uid":"5bab85ea298982f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5bab85ea298982f1","status":"passed","time":{"start":1729034027747,"stop":1729034027748,"duration":1}},{"uid":"f24b1b77313cd634","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f24b1b77313cd634","status":"passed","time":{"start":1729033842351,"stop":1729033842351,"duration":0}},{"uid":"8f494f7d44ea3ada","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8f494f7d44ea3ada","status":"passed","time":{"start":1729031892049,"stop":1729031892050,"duration":1}},{"uid":"49c471d4dbee8c4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/49c471d4dbee8c4","status":"passed","time":{"start":1728901438032,"stop":1728901438034,"duration":2}},{"uid":"7e3923641a9eb0f9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7e3923641a9eb0f9","status":"passed","time":{"start":1728892868235,"stop":1728892868236,"duration":1}},{"uid":"f9dfc1493e25d768","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f9dfc1493e25d768","status":"passed","time":{"start":1728855831083,"stop":1728855831083,"duration":0}},{"uid":"2a1cc13f9368cbca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2a1cc13f9368cbca","status":"passed","time":{"start":1728738048445,"stop":1728738048446,"duration":1}},{"uid":"1620b8bf5023c6b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1620b8bf5023c6b0","status":"passed","time":{"start":1728682581850,"stop":1728682581851,"duration":1}},{"uid":"d760612d0e540019","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d760612d0e540019","status":"passed","time":{"start":1728682154711,"stop":1728682154711,"duration":0}},{"uid":"abcf4e05c2c74395","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/abcf4e05c2c74395","status":"passed","time":{"start":1728676629305,"stop":1728676629307,"duration":2}},{"uid":"936aff6561214619","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/936aff6561214619","status":"passed","time":{"start":1728669352213,"stop":1728669352214,"duration":1}},{"uid":"52e964ffa0615d06","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52e964ffa0615d06","status":"passed","time":{"start":1728597693022,"stop":1728597693023,"duration":1}},{"uid":"3bbfc408753a6d96","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3bbfc408753a6d96","status":"passed","time":{"start":1728596912535,"stop":1728596912535,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"813cc616aaa0bda9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/813cc616aaa0bda9","status":"passed","time":{"start":1729034190706,"stop":1729034190706,"duration":0}},{"uid":"de6ccdf0e4ffc0a4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/de6ccdf0e4ffc0a4","status":"passed","time":{"start":1729034108432,"stop":1729034108432,"duration":0}},{"uid":"346f9458fd5d215e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/346f9458fd5d215e","status":"passed","time":{"start":1729033925383,"stop":1729033925383,"duration":0}},{"uid":"bce695636f997883","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bce695636f997883","status":"passed","time":{"start":1729031975191,"stop":1729031975191,"duration":0}},{"uid":"bbe745b5fdac6b61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bbe745b5fdac6b61","status":"passed","time":{"start":1728901537877,"stop":1728901537878,"duration":1}},{"uid":"cc1ffd8918981b99","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cc1ffd8918981b99","status":"passed","time":{"start":1728892972431,"stop":1728892972431,"duration":0}},{"uid":"cc707504216b080d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc707504216b080d","status":"passed","time":{"start":1728855933072,"stop":1728855933072,"duration":0}},{"uid":"8870a34509620ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8870a34509620ee","status":"passed","time":{"start":1728738149926,"stop":1728738149927,"duration":1}},{"uid":"2bc7cca2825d4ed1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2bc7cca2825d4ed1","status":"passed","time":{"start":1728682681970,"stop":1728682681971,"duration":1}},{"uid":"39b54ea607561f21","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/39b54ea607561f21","status":"passed","time":{"start":1728682257769,"stop":1728682257770,"duration":1}},{"uid":"680932a019b7a864","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/680932a019b7a864","status":"passed","time":{"start":1728676730787,"stop":1728676730788,"duration":1}},{"uid":"8c1553c6e1f8b8fe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8c1553c6e1f8b8fe","status":"passed","time":{"start":1728669456896,"stop":1728669456896,"duration":0}},{"uid":"96683acae018e2b0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/96683acae018e2b0","status":"passed","time":{"start":1728597795920,"stop":1728597795920,"duration":0}},{"uid":"bcd0835ee1feef7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bcd0835ee1feef7e","status":"passed","time":{"start":1728597010202,"stop":1728597010202,"duration":0}}]},"b4aad3970df32cfc429181e3fe26e70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ae7281ae1d63361","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ae7281ae1d63361","status":"passed","time":{"start":1728598212612,"stop":1728598212612,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"456659672974d971","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/456659672974d971","status":"passed","time":{"start":1729034370868,"stop":1729034370869,"duration":1}},{"uid":"4973bbc621e4e75","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4973bbc621e4e75","status":"passed","time":{"start":1729034308871,"stop":1729034308871,"duration":0}},{"uid":"a1a97181ec8fc61f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a1a97181ec8fc61f","status":"passed","time":{"start":1729034129474,"stop":1729034129474,"duration":0}},{"uid":"bda82d1f1d9d1090","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bda82d1f1d9d1090","status":"passed","time":{"start":1729032178368,"stop":1729032178368,"duration":0}},{"uid":"c890592354500d3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c890592354500d3","status":"passed","time":{"start":1728901896347,"stop":1728901896347,"duration":0}},{"uid":"4581907e5e75d452","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4581907e5e75d452","status":"passed","time":{"start":1728893329025,"stop":1728893329025,"duration":0}},{"uid":"af87bea81a6a182e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/af87bea81a6a182e","status":"passed","time":{"start":1728856284764,"stop":1728856284764,"duration":0}},{"uid":"6db22ceeb13766ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6db22ceeb13766ec","status":"passed","time":{"start":1728738494941,"stop":1728738494941,"duration":0}},{"uid":"816b39fca9ffe613","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/816b39fca9ffe613","status":"passed","time":{"start":1728683033632,"stop":1728683033632,"duration":0}},{"uid":"f8ab2c067b1d4d50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f8ab2c067b1d4d50","status":"passed","time":{"start":1728682601736,"stop":1728682601737,"duration":1}},{"uid":"6b1ea0fd52c50623","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6b1ea0fd52c50623","status":"passed","time":{"start":1728677107961,"stop":1728677107962,"duration":1}},{"uid":"d0ec0d98429c24ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d0ec0d98429c24ed","status":"passed","time":{"start":1728669764751,"stop":1728669764751,"duration":0}},{"uid":"6a08fb68e70201dc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a08fb68e70201dc","status":"passed","time":{"start":1728598157562,"stop":1728598157563,"duration":1}},{"uid":"e3a5b42682112b0c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3a5b42682112b0c","status":"passed","time":{"start":1728597369063,"stop":1728597369063,"duration":0}}]},"6f8f6a73622ab9974940240c37934d22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1df84f89917c367c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1df84f89917c367c","status":"passed","time":{"start":1728597369087,"stop":1728597369087,"duration":0}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"418eefe81eda439e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/418eefe81eda439e","status":"passed","time":{"start":1729034474998,"stop":1729034474999,"duration":1}},{"uid":"9f152df7f86f0c57","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9f152df7f86f0c57","status":"passed","time":{"start":1729034395299,"stop":1729034395299,"duration":0}},{"uid":"5dfdfd6c85179a52","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5dfdfd6c85179a52","status":"passed","time":{"start":1729034209112,"stop":1729034209112,"duration":0}},{"uid":"627f2d3f127eda86","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/627f2d3f127eda86","status":"passed","time":{"start":1729032264580,"stop":1729032264580,"duration":0}},{"uid":"d27bd2045833e4a1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d27bd2045833e4a1","status":"passed","time":{"start":1728902012871,"stop":1728902012871,"duration":0}},{"uid":"c0efc3f3318d2427","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0efc3f3318d2427","status":"passed","time":{"start":1728893454822,"stop":1728893454822,"duration":0}},{"uid":"c4c8b55347d94bca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c4c8b55347d94bca","status":"passed","time":{"start":1728856408465,"stop":1728856408465,"duration":0}},{"uid":"ad5f9bb6eeb79279","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad5f9bb6eeb79279","status":"passed","time":{"start":1728738633866,"stop":1728738633866,"duration":0}},{"uid":"9b0b8480c95c212e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9b0b8480c95c212e","status":"passed","time":{"start":1728683159813,"stop":1728683159813,"duration":0}},{"uid":"12849259f5d13765","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/12849259f5d13765","status":"passed","time":{"start":1728682751340,"stop":1728682751341,"duration":1}},{"uid":"d47da8990cf85eec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d47da8990cf85eec","status":"passed","time":{"start":1728677216374,"stop":1728677216375,"duration":1}},{"uid":"bf7aef2b0ac9a96a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf7aef2b0ac9a96a","status":"passed","time":{"start":1728669925461,"stop":1728669925462,"duration":1}},{"uid":"167469ab0af607b0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/167469ab0af607b0","status":"passed","time":{"start":1728598268817,"stop":1728598268817,"duration":0}},{"uid":"b80b90e1512bdadc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b80b90e1512bdadc","status":"passed","time":{"start":1728597503946,"stop":1728597503946,"duration":0}}]},"1465adf335bb41e5999d6f7035145584:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"654c2c1877b58ad2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/654c2c1877b58ad2","status":"passed","time":{"start":1729032235309,"stop":1729032235310,"duration":1}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"69b1aabebe50c94e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/69b1aabebe50c94e","status":"passed","time":{"start":1729034470059,"stop":1729034470060,"duration":1}},{"uid":"19ac3a00288dcb6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/19ac3a00288dcb6b","status":"passed","time":{"start":1729034388867,"stop":1729034388867,"duration":0}},{"uid":"9093925a3dbd6637","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9093925a3dbd6637","status":"passed","time":{"start":1729034213017,"stop":1729034213017,"duration":0}},{"uid":"6be6e4bf40b12159","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6be6e4bf40b12159","status":"passed","time":{"start":1729032269100,"stop":1729032269100,"duration":0}},{"uid":"cbe568430270a13b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cbe568430270a13b","status":"passed","time":{"start":1728902000840,"stop":1728902000840,"duration":0}},{"uid":"ad1ea5bb375ed85f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ad1ea5bb375ed85f","status":"passed","time":{"start":1728893442590,"stop":1728893442591,"duration":1}},{"uid":"dcf7ce9e152fc94d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dcf7ce9e152fc94d","status":"passed","time":{"start":1728856386634,"stop":1728856386635,"duration":1}},{"uid":"af0caef8a2a59140","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/af0caef8a2a59140","status":"passed","time":{"start":1728738608580,"stop":1728738608581,"duration":1}},{"uid":"ff5eefd895ffd90e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ff5eefd895ffd90e","status":"passed","time":{"start":1728683148167,"stop":1728683148167,"duration":0}},{"uid":"5d7ee043b63e04db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5d7ee043b63e04db","status":"passed","time":{"start":1728682709055,"stop":1728682709055,"duration":0}},{"uid":"c1f0c36dc1a53aa2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1f0c36dc1a53aa2","status":"passed","time":{"start":1728677206653,"stop":1728677206653,"duration":0}},{"uid":"565ea295a250bf39","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/565ea295a250bf39","status":"passed","time":{"start":1728669888546,"stop":1728669888547,"duration":1}},{"uid":"9df6a46b7496584c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9df6a46b7496584c","status":"passed","time":{"start":1728598268128,"stop":1728598268129,"duration":1}},{"uid":"123c04747e18e612","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/123c04747e18e612","status":"passed","time":{"start":1728597478030,"stop":1728597478031,"duration":1}}]},"57280907f762f15dfb0b3dffc3b9b25d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d318555510224497","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d318555510224497","status":"passed","time":{"start":1729032228816,"stop":1729032228816,"duration":0}}]},"dfca42cd4418c1f8a41d298f6e0616e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f38aea40fb964678","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f38aea40fb964678","status":"passed","time":{"start":1728893395075,"stop":1728893395078,"duration":3}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f9ba6165ca93ca3b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f9ba6165ca93ca3b","status":"passed","time":{"start":1729034393670,"stop":1729034393672,"duration":2}},{"uid":"2adbba83fe034405","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2adbba83fe034405","status":"passed","time":{"start":1729034304861,"stop":1729034304862,"duration":1}},{"uid":"8a76ca23457f9387","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a76ca23457f9387","status":"passed","time":{"start":1729034121953,"stop":1729034121954,"duration":1}},{"uid":"8048b10e65339c6a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8048b10e65339c6a","status":"passed","time":{"start":1729032174930,"stop":1729032174931,"duration":1}},{"uid":"7bffed66e3c47b10","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7bffed66e3c47b10","status":"passed","time":{"start":1728901881034,"stop":1728901881035,"duration":1}},{"uid":"4cc8883a2abdc3c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4cc8883a2abdc3c4","status":"passed","time":{"start":1728893317183,"stop":1728893317184,"duration":1}},{"uid":"2b724dc895c419b2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b724dc895c419b2","status":"passed","time":{"start":1728856263127,"stop":1728856263127,"duration":0}},{"uid":"2116f9065775a80","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2116f9065775a80","status":"passed","time":{"start":1728738492812,"stop":1728738492812,"duration":0}},{"uid":"e04609fb9d846556","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e04609fb9d846556","status":"passed","time":{"start":1728683030031,"stop":1728683030031,"duration":0}},{"uid":"8e2e087b80abac9c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e2e087b80abac9c","status":"passed","time":{"start":1728682581131,"stop":1728682581132,"duration":1}},{"uid":"f9520053e8b07da9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f9520053e8b07da9","status":"passed","time":{"start":1728677082015,"stop":1728677082016,"duration":1}},{"uid":"a253b32e2ce02ce8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a253b32e2ce02ce8","status":"passed","time":{"start":1728669795409,"stop":1728669795410,"duration":1}},{"uid":"af1b905c2c44a076","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/af1b905c2c44a076","status":"passed","time":{"start":1728598137511,"stop":1728598137511,"duration":0}},{"uid":"92fe01154abe8b17","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92fe01154abe8b17","status":"passed","time":{"start":1728597353490,"stop":1728597353490,"duration":0}}]},"01acafe26503c21966247906efaae4fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4d1086857403c52","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d4d1086857403c52","status":"passed","time":{"start":1728682652693,"stop":1728682652693,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"906c68e0c84b986e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/906c68e0c84b986e","status":"passed","time":{"start":1729034206085,"stop":1729034206085,"duration":0}},{"uid":"8231df1f82ee2b6a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8231df1f82ee2b6a","status":"passed","time":{"start":1729034134190,"stop":1729034134190,"duration":0}},{"uid":"93e0c44efc656603","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/93e0c44efc656603","status":"passed","time":{"start":1729033942600,"stop":1729033942601,"duration":1}},{"uid":"dea02e4be1c1f11b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dea02e4be1c1f11b","status":"passed","time":{"start":1729031989711,"stop":1729031989712,"duration":1}},{"uid":"b9ac22aad6d4e03c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b9ac22aad6d4e03c","status":"passed","time":{"start":1728901562033,"stop":1728901562033,"duration":0}},{"uid":"c3c2a0ab9b1a7f2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c3c2a0ab9b1a7f2b","status":"passed","time":{"start":1728893001480,"stop":1728893001480,"duration":0}},{"uid":"7fa3a58b108340b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7fa3a58b108340b6","status":"passed","time":{"start":1728855968865,"stop":1728855968865,"duration":0}},{"uid":"864f32cafbb28285","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/864f32cafbb28285","status":"passed","time":{"start":1728738172965,"stop":1728738172966,"duration":1}},{"uid":"70350bfcc065554","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70350bfcc065554","status":"passed","time":{"start":1728682706936,"stop":1728682706937,"duration":1}},{"uid":"742b4f5b25d23539","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/742b4f5b25d23539","status":"passed","time":{"start":1728682296859,"stop":1728682296859,"duration":0}},{"uid":"47975ff96ab885b6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/47975ff96ab885b6","status":"passed","time":{"start":1728676761466,"stop":1728676761468,"duration":2}},{"uid":"d6a5097ff97a5215","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d6a5097ff97a5215","status":"passed","time":{"start":1728669479025,"stop":1728669479026,"duration":1}},{"uid":"84f92fe77bac7b2f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/84f92fe77bac7b2f","status":"passed","time":{"start":1728597820125,"stop":1728597820126,"duration":1}},{"uid":"fdf3dffe094d08e4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fdf3dffe094d08e4","status":"passed","time":{"start":1728597034499,"stop":1728597034499,"duration":0}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2791dd1a75e21b58","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2791dd1a75e21b58","status":"passed","time":{"start":1729034400884,"stop":1729034400885,"duration":1}},{"uid":"47b2efeb736e04f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47b2efeb736e04f6","status":"passed","time":{"start":1729034317444,"stop":1729034317445,"duration":1}},{"uid":"7bb3fe4dbceea0f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bb3fe4dbceea0f2","status":"passed","time":{"start":1729034137125,"stop":1729034137125,"duration":0}},{"uid":"5c5d1d8f623d4d59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5c5d1d8f623d4d59","status":"passed","time":{"start":1729032206870,"stop":1729032206871,"duration":1}},{"uid":"1e449f5cc229f5a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e449f5cc229f5a9","status":"passed","time":{"start":1728901995011,"stop":1728901995011,"duration":0}},{"uid":"529854d6607588ce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/529854d6607588ce","status":"passed","time":{"start":1728893420989,"stop":1728893420991,"duration":2}},{"uid":"ededb5240eee597e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ededb5240eee597e","status":"passed","time":{"start":1728856368592,"stop":1728856368592,"duration":0}},{"uid":"8daddee967d00bca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8daddee967d00bca","status":"passed","time":{"start":1728738604677,"stop":1728738604677,"duration":0}},{"uid":"1c1fbcb88a9bdf4c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1c1fbcb88a9bdf4c","status":"passed","time":{"start":1728683117607,"stop":1728683117608,"duration":1}},{"uid":"cd67d776a101f44b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd67d776a101f44b","status":"passed","time":{"start":1728682721314,"stop":1728682721314,"duration":0}},{"uid":"29ca9c286c04e97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/29ca9c286c04e97","status":"passed","time":{"start":1728677184679,"stop":1728677184679,"duration":0}},{"uid":"ad90d4df24d5b31","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad90d4df24d5b31","status":"passed","time":{"start":1728669866445,"stop":1728669866445,"duration":0}},{"uid":"2fb480899405608f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2fb480899405608f","status":"passed","time":{"start":1728598249972,"stop":1728598249972,"duration":0}},{"uid":"cecbd3b0b1f3b0c5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cecbd3b0b1f3b0c5","status":"passed","time":{"start":1728597472285,"stop":1728597472286,"duration":1}}]},"95dc355c7ce958b1a2cf1687ca9ae922:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"396d1fb852334653","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/396d1fb852334653","status":"passed","time":{"start":1729034428556,"stop":1729034428556,"duration":0}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5b0c9349327196e1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b0c9349327196e1","status":"passed","time":{"start":1729034398549,"stop":1729034398549,"duration":0}},{"uid":"b64b1f1ea22b3a8b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b64b1f1ea22b3a8b","status":"passed","time":{"start":1729034314814,"stop":1729034314815,"duration":1}},{"uid":"10a5984620b8a7c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10a5984620b8a7c5","status":"passed","time":{"start":1729034137164,"stop":1729034137164,"duration":0}},{"uid":"a25d615b4a88a193","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a25d615b4a88a193","status":"passed","time":{"start":1729032187247,"stop":1729032187247,"duration":0}},{"uid":"1fbea4e543cc087f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1fbea4e543cc087f","status":"passed","time":{"start":1728901888430,"stop":1728901888430,"duration":0}},{"uid":"968f3c1567b06fb6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/968f3c1567b06fb6","status":"passed","time":{"start":1728893323792,"stop":1728893323793,"duration":1}},{"uid":"13cf3c5610040dfa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/13cf3c5610040dfa","status":"passed","time":{"start":1728856285927,"stop":1728856285928,"duration":1}},{"uid":"38639ecd7bf3f958","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38639ecd7bf3f958","status":"passed","time":{"start":1728738498275,"stop":1728738498276,"duration":1}},{"uid":"ada40416a97db42a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ada40416a97db42a","status":"passed","time":{"start":1728683041391,"stop":1728683041392,"duration":1}},{"uid":"1b05709f2f5841d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1b05709f2f5841d7","status":"passed","time":{"start":1728682596018,"stop":1728682596019,"duration":1}},{"uid":"eb91fdde19bba49b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eb91fdde19bba49b","status":"passed","time":{"start":1728677091267,"stop":1728677091267,"duration":0}},{"uid":"53d4790e621a2cf3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/53d4790e621a2cf3","status":"passed","time":{"start":1728669766426,"stop":1728669766426,"duration":0}},{"uid":"8165ad4fb3a632d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8165ad4fb3a632d","status":"passed","time":{"start":1728598152074,"stop":1728598152074,"duration":0}},{"uid":"dafffbba82b3b039","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dafffbba82b3b039","status":"passed","time":{"start":1728597364118,"stop":1728597364118,"duration":0}}]},"2d09b73e810450f35826c6bac53fdb9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28a0da461f9d6c81","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/28a0da461f9d6c81","status":"passed","time":{"start":1729034393658,"stop":1729034393664,"duration":6}}]},"a0503d7b3aa1db862c50aa45c958e145:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8dd1ce60386702ae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8dd1ce60386702ae","status":"passed","time":{"start":1729034121899,"stop":1729034121899,"duration":0}}]},"b146aac60fa9560d7ef33a73acf6d4bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c02a2c86413633d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c02a2c86413633d4","status":"passed","time":{"start":1728598221889,"stop":1728598221890,"duration":1}}]},"4c1b440e951842ddf6cdb9dd49a7ca9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":10,"unknown":0,"total":13},"items":[{"uid":"1dbf3ddaefc2b4cd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1dbf3ddaefc2b4cd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241161,"stop":1729034241162,"duration":1}},{"uid":"951f139d3b7f1024","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/951f139d3b7f1024","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159975,"stop":1729034159975,"duration":0}},{"uid":"17e3197fd1aa610d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/17e3197fd1aa610d","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977065,"duration":0}},{"uid":"a4ccdd1afb09ec23","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a4ccdd1afb09ec23","status":"passed","time":{"start":1729032093802,"stop":1729032093802,"duration":0}},{"uid":"bc336832955095bc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc336832955095bc","status":"passed","time":{"start":1728901748774,"stop":1728901748774,"duration":0}},{"uid":"38385d959413f09a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/38385d959413f09a","status":"passed","time":{"start":1728893181087,"stop":1728893181087,"duration":0}},{"uid":"cd4091239503fe35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cd4091239503fe35","status":"passed","time":{"start":1728856155552,"stop":1728856155553,"duration":1}},{"uid":"39ad36ad012aa345","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/39ad36ad012aa345","status":"passed","time":{"start":1728738360296,"stop":1728738360297,"duration":1}},{"uid":"b6e83dc25d7989ac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6e83dc25d7989ac","status":"passed","time":{"start":1728682907223,"stop":1728682907223,"duration":0}},{"uid":"b6635bedc36ae9aa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b6635bedc36ae9aa","status":"passed","time":{"start":1728682466736,"stop":1728682466736,"duration":0}},{"uid":"34c32eae3de161d1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34c32eae3de161d1","status":"passed","time":{"start":1728676955723,"stop":1728676955723,"duration":0}},{"uid":"ef87ac48f7895639","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ef87ac48f7895639","status":"passed","time":{"start":1728598013536,"stop":1728598013536,"duration":0}},{"uid":"1d827206f85d3bd6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1d827206f85d3bd6","status":"passed","time":{"start":1728597225201,"stop":1728597225201,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"42e5053b5af68729","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/42e5053b5af68729","status":"passed","time":{"start":1729034474988,"stop":1729034474988,"duration":0}},{"uid":"7d520f4d8ed848a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7d520f4d8ed848a","status":"passed","time":{"start":1729034395291,"stop":1729034395291,"duration":0}},{"uid":"4fcdd95b567ab236","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4fcdd95b567ab236","status":"passed","time":{"start":1729034209100,"stop":1729034209100,"duration":0}},{"uid":"8a1859c6e3ad5781","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a1859c6e3ad5781","status":"passed","time":{"start":1729032264568,"stop":1729032264568,"duration":0}},{"uid":"85a42c3f164deef7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/85a42c3f164deef7","status":"passed","time":{"start":1728902012851,"stop":1728902012858,"duration":7}},{"uid":"84850c20b4f119c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84850c20b4f119c8","status":"passed","time":{"start":1728893454811,"stop":1728893454811,"duration":0}},{"uid":"37683b47c0961f5d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/37683b47c0961f5d","status":"passed","time":{"start":1728856408452,"stop":1728856408452,"duration":0}},{"uid":"a22d316e0e2a5966","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a22d316e0e2a5966","status":"passed","time":{"start":1728738633854,"stop":1728738633855,"duration":1}},{"uid":"a82d8c9aaae694a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a82d8c9aaae694a8","status":"passed","time":{"start":1728683159757,"stop":1728683159760,"duration":3}},{"uid":"bd2c82c4f767229f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd2c82c4f767229f","status":"passed","time":{"start":1728682751329,"stop":1728682751330,"duration":1}},{"uid":"7e11a4f9b000d791","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7e11a4f9b000d791","status":"passed","time":{"start":1728677216356,"stop":1728677216356,"duration":0}},{"uid":"7ef20b86f17d9c45","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ef20b86f17d9c45","status":"passed","time":{"start":1728669925454,"stop":1728669925454,"duration":0}},{"uid":"3cb4fe4f47b4a62a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3cb4fe4f47b4a62a","status":"passed","time":{"start":1728598268803,"stop":1728598268804,"duration":1}},{"uid":"b59420ed246ad8f9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b59420ed246ad8f9","status":"passed","time":{"start":1728597503920,"stop":1728597503920,"duration":0}}]},"0d17b0a98f124f0c5dd18daf67472956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4e52d038f618521","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4e52d038f618521","status":"passed","time":{"start":1728856284775,"stop":1728856284776,"duration":1}}]},"baa2701d0f1e5c5051586a89f8d64c90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84a729590e3d01c5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/84a729590e3d01c5","status":"passed","time":{"start":1728683093173,"stop":1728683093173,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b43012ba6b3c4ce7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b43012ba6b3c4ce7","status":"passed","time":{"start":1729034462010,"stop":1729034462010,"duration":0}},{"uid":"a4316798787f4ed3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a4316798787f4ed3","status":"passed","time":{"start":1729034375967,"stop":1729034375968,"duration":1}},{"uid":"7b359348c08396df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b359348c08396df","status":"passed","time":{"start":1729034200063,"stop":1729034200063,"duration":0}},{"uid":"a8f5be1bb63dffe7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a8f5be1bb63dffe7","status":"passed","time":{"start":1729032257886,"stop":1729032257889,"duration":3}},{"uid":"caa8ef4a42dc68d1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/caa8ef4a42dc68d1","status":"passed","time":{"start":1728902003563,"stop":1728902003564,"duration":1}},{"uid":"e8af12b1183384df","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e8af12b1183384df","status":"passed","time":{"start":1728893434692,"stop":1728893434692,"duration":0}},{"uid":"cc55e8c31bccf4a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc55e8c31bccf4a5","status":"passed","time":{"start":1728856398640,"stop":1728856398640,"duration":0}},{"uid":"5c1c5cec2edfaf9f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c1c5cec2edfaf9f","status":"passed","time":{"start":1728738612000,"stop":1728738612000,"duration":0}},{"uid":"5b64233736e4d748","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5b64233736e4d748","status":"passed","time":{"start":1728683155007,"stop":1728683155007,"duration":0}},{"uid":"acf97ad48073ab69","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acf97ad48073ab69","status":"passed","time":{"start":1728682706101,"stop":1728682706101,"duration":0}},{"uid":"24d2b5a8fd712825","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/24d2b5a8fd712825","status":"passed","time":{"start":1728677207492,"stop":1728677207494,"duration":2}},{"uid":"cff1d50ebded4a0c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cff1d50ebded4a0c","status":"passed","time":{"start":1728669887095,"stop":1728669887096,"duration":1}},{"uid":"e0045dc0a979c877","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e0045dc0a979c877","status":"passed","time":{"start":1728598263633,"stop":1728598263633,"duration":0}},{"uid":"7b93ab9d48da7d24","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b93ab9d48da7d24","status":"passed","time":{"start":1728597478273,"stop":1728597478274,"duration":1}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bd56eb5d2cf9e7a8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bd56eb5d2cf9e7a8","status":"passed","time":{"start":1729034411419,"stop":1729034411419,"duration":0}},{"uid":"780aca8b2f7046f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/780aca8b2f7046f6","status":"passed","time":{"start":1729034327390,"stop":1729034327392,"duration":2}},{"uid":"dd2c7d46d1e39045","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd2c7d46d1e39045","status":"passed","time":{"start":1729034147767,"stop":1729034147767,"duration":0}},{"uid":"9ce14b70e1518264","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ce14b70e1518264","status":"passed","time":{"start":1729032204823,"stop":1729032204824,"duration":1}},{"uid":"c33573b29040f5bd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c33573b29040f5bd","status":"passed","time":{"start":1728901907651,"stop":1728901907651,"duration":0}},{"uid":"33e08e1d54d8084e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/33e08e1d54d8084e","status":"passed","time":{"start":1728893341885,"stop":1728893341886,"duration":1}},{"uid":"bf31dce8907f5afa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bf31dce8907f5afa","status":"passed","time":{"start":1728856299351,"stop":1728856299351,"duration":0}},{"uid":"b14a569750ad61c0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b14a569750ad61c0","status":"passed","time":{"start":1728738511611,"stop":1728738511612,"duration":1}},{"uid":"ec451489c85c24ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec451489c85c24ca","status":"passed","time":{"start":1728683052907,"stop":1728683052907,"duration":0}},{"uid":"25cdb56741b6e4d9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/25cdb56741b6e4d9","status":"passed","time":{"start":1728682612906,"stop":1728682612906,"duration":0}},{"uid":"77402f83ef0be0fa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/77402f83ef0be0fa","status":"passed","time":{"start":1728677115741,"stop":1728677115741,"duration":0}},{"uid":"aa02335d432456e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa02335d432456e5","status":"passed","time":{"start":1728669778170,"stop":1728669778170,"duration":0}},{"uid":"d94ad43c71d9fd33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d94ad43c71d9fd33","status":"passed","time":{"start":1728598175427,"stop":1728598175428,"duration":1}},{"uid":"da672a7dc4f917c2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/da672a7dc4f917c2","status":"passed","time":{"start":1728597380057,"stop":1728597380057,"duration":0}}]},"c8e0730aa1dfa6ed4b9f39efb1e70e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc243dded65a005","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fc243dded65a005","status":"passed","time":{"start":1728893395080,"stop":1728893395080,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"92d9ca636779bac5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/92d9ca636779bac5","status":"passed","time":{"start":1729034400891,"stop":1729034400892,"duration":1}},{"uid":"86eb250a39beb955","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/86eb250a39beb955","status":"passed","time":{"start":1729034317454,"stop":1729034317461,"duration":7}},{"uid":"1f2f787ada5e50ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f2f787ada5e50ef","status":"passed","time":{"start":1729034137143,"stop":1729034137143,"duration":0}},{"uid":"643a65c2b46d4996","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/643a65c2b46d4996","status":"passed","time":{"start":1729032206877,"stop":1729032206877,"duration":0}},{"uid":"68d572d03bb7c0a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/68d572d03bb7c0a9","status":"passed","time":{"start":1728901995023,"stop":1728901995023,"duration":0}},{"uid":"1eb25be2dcd64814","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1eb25be2dcd64814","status":"passed","time":{"start":1728893420997,"stop":1728893420997,"duration":0}},{"uid":"9444a6d5ba7ae930","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9444a6d5ba7ae930","status":"passed","time":{"start":1728856368598,"stop":1728856368598,"duration":0}},{"uid":"bb5a5236e604ef68","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb5a5236e604ef68","status":"passed","time":{"start":1728738604682,"stop":1728738604683,"duration":1}},{"uid":"c41543937cf74da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c41543937cf74da","status":"passed","time":{"start":1728683117631,"stop":1728683117632,"duration":1}},{"uid":"9fab00f8e5756719","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9fab00f8e5756719","status":"passed","time":{"start":1728682721320,"stop":1728682721320,"duration":0}},{"uid":"9fd3f00c810b3b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9fd3f00c810b3b3","status":"passed","time":{"start":1728677184685,"stop":1728677184685,"duration":0}},{"uid":"2d87fe11aa9aec80","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2d87fe11aa9aec80","status":"passed","time":{"start":1728669866451,"stop":1728669866452,"duration":1}},{"uid":"aa4fc7e601a5f79e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aa4fc7e601a5f79e","status":"passed","time":{"start":1728598249990,"stop":1728598249991,"duration":1}},{"uid":"29556cf79c12a043","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/29556cf79c12a043","status":"passed","time":{"start":1728597472298,"stop":1728597472299,"duration":1}}]},"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d766ec2686891ef0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d766ec2686891ef0","status":"passed","time":{"start":1729034096137,"stop":1729034096138,"duration":1}},{"uid":"f71b167a588bde67","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f71b167a588bde67","status":"passed","time":{"start":1729034020094,"stop":1729034020094,"duration":0}},{"uid":"9cd5686e21697320","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9cd5686e21697320","status":"passed","time":{"start":1729033834390,"stop":1729033834391,"duration":1}},{"uid":"3790c98b4c3444a2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3790c98b4c3444a2","status":"passed","time":{"start":1729031884124,"stop":1729031884124,"duration":0}},{"uid":"5c73a33edf6c71f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5c73a33edf6c71f7","status":"passed","time":{"start":1728901430258,"stop":1728901430258,"duration":0}},{"uid":"16c6c27d36665313","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/16c6c27d36665313","status":"passed","time":{"start":1728892860536,"stop":1728892860536,"duration":0}},{"uid":"18bf175cbe982d91","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/18bf175cbe982d91","status":"passed","time":{"start":1728855823326,"stop":1728855823326,"duration":0}},{"uid":"d86c502cc408bb0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d86c502cc408bb0","status":"passed","time":{"start":1728738040607,"stop":1728738040607,"duration":0}},{"uid":"b7c950c86c523d33","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b7c950c86c523d33","status":"passed","time":{"start":1728682574097,"stop":1728682574097,"duration":0}},{"uid":"d23a7fdae1607305","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d23a7fdae1607305","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"72518ff5189da28d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72518ff5189da28d","status":"passed","time":{"start":1728676621436,"stop":1728676621436,"duration":0}},{"uid":"af3e2ed1f2e29dfe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af3e2ed1f2e29dfe","status":"passed","time":{"start":1728669344471,"stop":1728669344472,"duration":1}},{"uid":"a2b412b16114c35a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a2b412b16114c35a","status":"passed","time":{"start":1728597685165,"stop":1728597685166,"duration":1}},{"uid":"e611900247c67c93","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e611900247c67c93","status":"passed","time":{"start":1728596904473,"stop":1728596904473,"duration":0}}]},"53cba973e845f8509d0e3f6fc7bf7170:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fb75863e4f86d41f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fb75863e4f86d41f","status":"passed","time":{"start":1729034137111,"stop":1729034137112,"duration":1}},{"uid":"d9b989b49e4e203e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d9b989b49e4e203e","status":"passed","time":{"start":1729034060044,"stop":1729034060044,"duration":0}},{"uid":"d0d4451bba380693","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0d4451bba380693","status":"passed","time":{"start":1729033875026,"stop":1729033875026,"duration":0}},{"uid":"30ca24b02210702","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30ca24b02210702","status":"passed","time":{"start":1729031924907,"stop":1729031924907,"duration":0}},{"uid":"7298636e14a778b9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7298636e14a778b9","status":"passed","time":{"start":1728901469134,"stop":1728901469134,"duration":0}},{"uid":"4421ef7539aa50fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4421ef7539aa50fb","status":"passed","time":{"start":1728892899799,"stop":1728892899799,"duration":0}},{"uid":"b841f593adfda70c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b841f593adfda70c","status":"passed","time":{"start":1728855863295,"stop":1728855863296,"duration":1}},{"uid":"1e573b1d7f323006","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1e573b1d7f323006","status":"passed","time":{"start":1728738080955,"stop":1728738080955,"duration":0}},{"uid":"202b770e640cd022","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/202b770e640cd022","status":"passed","time":{"start":1728682614315,"stop":1728682614315,"duration":0}},{"uid":"8df124093b0f5664","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8df124093b0f5664","status":"passed","time":{"start":1728682187219,"stop":1728682187220,"duration":1}},{"uid":"a45b7baa3f37bc18","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a45b7baa3f37bc18","status":"passed","time":{"start":1728676661419,"stop":1728676661420,"duration":1}},{"uid":"ebdeb0d3d06574c3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebdeb0d3d06574c3","status":"passed","time":{"start":1728669384752,"stop":1728669384752,"duration":0}},{"uid":"7436a33b5bebd3b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7436a33b5bebd3b5","status":"passed","time":{"start":1728597724209,"stop":1728597724210,"duration":1}},{"uid":"c6f50314cadffb09","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c6f50314cadffb09","status":"passed","time":{"start":1728596943262,"stop":1728596943263,"duration":1}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"73a8b842348e8ffa","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/73a8b842348e8ffa","status":"passed","time":{"start":1729034475271,"stop":1729034475271,"duration":0}},{"uid":"3a9494a286b8bcbb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a9494a286b8bcbb","status":"passed","time":{"start":1729034392402,"stop":1729034392402,"duration":0}},{"uid":"c7ca5e9a306c28da","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7ca5e9a306c28da","status":"passed","time":{"start":1729034208293,"stop":1729034208294,"duration":1}},{"uid":"7cab561249237d2a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7cab561249237d2a","status":"passed","time":{"start":1729032257064,"stop":1729032257065,"duration":1}},{"uid":"2c57335b5a8a8f51","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c57335b5a8a8f51","status":"passed","time":{"start":1728902024011,"stop":1728902024012,"duration":1}},{"uid":"1397606d5568b95f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1397606d5568b95f","status":"passed","time":{"start":1728893455128,"stop":1728893455128,"duration":0}},{"uid":"621d7a2a492ac444","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/621d7a2a492ac444","status":"passed","time":{"start":1728856404961,"stop":1728856404961,"duration":0}},{"uid":"def014771b948f6d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/def014771b948f6d","status":"passed","time":{"start":1728738634667,"stop":1728738634667,"duration":0}},{"uid":"82514ad360241172","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82514ad360241172","status":"passed","time":{"start":1728683163619,"stop":1728683163619,"duration":0}},{"uid":"363c17df35c5110d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/363c17df35c5110d","status":"passed","time":{"start":1728682737539,"stop":1728682737540,"duration":1}},{"uid":"9c132644f218184","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9c132644f218184","status":"passed","time":{"start":1728677222566,"stop":1728677222566,"duration":0}},{"uid":"16cfc7178936511","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/16cfc7178936511","status":"passed","time":{"start":1728669905024,"stop":1728669905030,"duration":6}},{"uid":"21cd175ab9b6e773","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/21cd175ab9b6e773","status":"passed","time":{"start":1728598284365,"stop":1728598284365,"duration":0}},{"uid":"87e227561e1c113c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/87e227561e1c113c","status":"passed","time":{"start":1728597506829,"stop":1728597506830,"duration":1}}]},"2fde84d87ba22e9e58a0c0c447028fed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eea1077c37777815","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eea1077c37777815","status":"passed","time":{"start":1728677156816,"stop":1728677156817,"duration":1}}]},"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":3,"passed":6,"unknown":0,"total":14},"items":[{"uid":"a7fac9776a3c2887","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a7fac9776a3c2887","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241337,"stop":1729034241337,"duration":0}},{"uid":"e78ce9efd9b5d007","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e78ce9efd9b5d007","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160185,"stop":1729034160185,"duration":0}},{"uid":"5baa417cc12e77f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5baa417cc12e77f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977222,"stop":1729033977224,"duration":2}},{"uid":"7b3ccd2e1e08de00","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7b3ccd2e1e08de00","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1729032053268,"stop":1729032053269,"duration":1}},{"uid":"76cf9e4ed78dcac3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/76cf9e4ed78dcac3","status":"passed","time":{"start":1728901711766,"stop":1728901711766,"duration":0}},{"uid":"19ad7095e2cb097f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19ad7095e2cb097f","status":"passed","time":{"start":1728893141895,"stop":1728893141896,"duration":1}},{"uid":"283dbb1f96e0574e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/283dbb1f96e0574e","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728856103196,"stop":1728856103198,"duration":2}},{"uid":"fbaf36bd533dd315","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fbaf36bd533dd315","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728738321616,"stop":1728738321617,"duration":1}},{"uid":"18ddf62b021a7edd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/18ddf62b021a7edd","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728682857563,"stop":1728682857564,"duration":1}},{"uid":"be9d84fccadb040d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/be9d84fccadb040d","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728682428802,"stop":1728682428803,"duration":1}},{"uid":"d398d077275badf4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d398d077275badf4","status":"passed","time":{"start":1728676901166,"stop":1728676901166,"duration":0}},{"uid":"eb1412e7ef2f451d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eb1412e7ef2f451d","status":"passed","time":{"start":1728669573860,"stop":1728669573860,"duration":0}},{"uid":"36c9fd7e4635345","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/36c9fd7e4635345","status":"passed","time":{"start":1728597972335,"stop":1728597972336,"duration":1}},{"uid":"21a3e6771d92975f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/21a3e6771d92975f","status":"passed","time":{"start":1728597175618,"stop":1728597175618,"duration":0}}]},"40ff940a50e2d30878ccf4577c3fae0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86c697c7d3149247","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/86c697c7d3149247","status":"passed","time":{"start":1728683110367,"stop":1728683110367,"duration":0}}]},"9bcf702279c70fd136964e6de9a976fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95b87da51b5d0b74","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95b87da51b5d0b74","status":"passed","time":{"start":1728893337255,"stop":1728893337255,"duration":0}}]},"a15b2e9d9dd499e5ed450713aa64e344:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7734242bbcd876","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7734242bbcd876","status":"passed","time":{"start":1728856333673,"stop":1728856333674,"duration":1}}]},"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1a8cbda33544308b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1a8cbda33544308b","status":"passed","time":{"start":1729034096110,"stop":1729034096111,"duration":1}},{"uid":"79e580157464f717","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/79e580157464f717","status":"passed","time":{"start":1729034020073,"stop":1729034020073,"duration":0}},{"uid":"d1ab7ea949bb04c3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1ab7ea949bb04c3","status":"passed","time":{"start":1729033834361,"stop":1729033834362,"duration":1}},{"uid":"de7573142c39756e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/de7573142c39756e","status":"passed","time":{"start":1729031884090,"stop":1729031884091,"duration":1}},{"uid":"10d1f4de22adb7c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/10d1f4de22adb7c6","status":"passed","time":{"start":1728901430242,"stop":1728901430243,"duration":1}},{"uid":"8acd47c31baecfe9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8acd47c31baecfe9","status":"passed","time":{"start":1728892860517,"stop":1728892860517,"duration":0}},{"uid":"4cdf4381a0a1c0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4cdf4381a0a1c0f","status":"passed","time":{"start":1728855823308,"stop":1728855823308,"duration":0}},{"uid":"717bade074f4d437","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/717bade074f4d437","status":"passed","time":{"start":1728738040570,"stop":1728738040570,"duration":0}},{"uid":"bd7b7b3a0f2f0f87","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bd7b7b3a0f2f0f87","status":"passed","time":{"start":1728682574068,"stop":1728682574068,"duration":0}},{"uid":"47a8c4ff81ff598a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/47a8c4ff81ff598a","status":"passed","time":{"start":1728682146795,"stop":1728682146796,"duration":1}},{"uid":"a65a1819c83c992c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a65a1819c83c992c","status":"passed","time":{"start":1728676621404,"stop":1728676621405,"duration":1}},{"uid":"d5a28f3aeec82e39","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d5a28f3aeec82e39","status":"passed","time":{"start":1728669344454,"stop":1728669344454,"duration":0}},{"uid":"88ec0b4f9d4034f4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/88ec0b4f9d4034f4","status":"passed","time":{"start":1728597685135,"stop":1728597685136,"duration":1}},{"uid":"c5c53b85fca8a605","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c5c53b85fca8a605","status":"passed","time":{"start":1728596904442,"stop":1728596904442,"duration":0}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6e30a65980aa1433","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6e30a65980aa1433","status":"passed","time":{"start":1729034474993,"stop":1729034474994,"duration":1}},{"uid":"6f423355b84c649a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6f423355b84c649a","status":"passed","time":{"start":1729034395295,"stop":1729034395295,"duration":0}},{"uid":"8bcaee1cf08bdbbf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8bcaee1cf08bdbbf","status":"passed","time":{"start":1729034209106,"stop":1729034209106,"duration":0}},{"uid":"17c90c192184e56e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/17c90c192184e56e","status":"passed","time":{"start":1729032264574,"stop":1729032264574,"duration":0}},{"uid":"43c06d63424188f4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/43c06d63424188f4","status":"passed","time":{"start":1728902012866,"stop":1728902012866,"duration":0}},{"uid":"e56cad3a758bbb69","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e56cad3a758bbb69","status":"passed","time":{"start":1728893454816,"stop":1728893454816,"duration":0}},{"uid":"9364e932690feed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9364e932690feed","status":"passed","time":{"start":1728856408460,"stop":1728856408460,"duration":0}},{"uid":"e145ed3c3d739a16","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e145ed3c3d739a16","status":"passed","time":{"start":1728738633860,"stop":1728738633860,"duration":0}},{"uid":"8973cc264c254e01","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8973cc264c254e01","status":"passed","time":{"start":1728683159793,"stop":1728683159794,"duration":1}},{"uid":"194b7d9b36a77983","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/194b7d9b36a77983","status":"passed","time":{"start":1728682751336,"stop":1728682751336,"duration":0}},{"uid":"a2f0019587570091","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2f0019587570091","status":"passed","time":{"start":1728677216367,"stop":1728677216368,"duration":1}},{"uid":"b3101945664902dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b3101945664902dc","status":"passed","time":{"start":1728669925458,"stop":1728669925458,"duration":0}},{"uid":"1403df714f304fe2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1403df714f304fe2","status":"passed","time":{"start":1728598268813,"stop":1728598268813,"duration":0}},{"uid":"fcbd97aa6d8e0821","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fcbd97aa6d8e0821","status":"passed","time":{"start":1728597503937,"stop":1728597503937,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1cc06cd3dcc34a5e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1cc06cd3dcc34a5e","status":"passed","time":{"start":1729034206085,"stop":1729034206085,"duration":0}},{"uid":"9189320116afc31d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9189320116afc31d","status":"passed","time":{"start":1729034134189,"stop":1729034134189,"duration":0}},{"uid":"dc0fae4a753f8dbf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dc0fae4a753f8dbf","status":"passed","time":{"start":1729033942598,"stop":1729033942600,"duration":2}},{"uid":"962c1075233debbf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/962c1075233debbf","status":"passed","time":{"start":1729031989711,"stop":1729031989711,"duration":0}},{"uid":"973054e5a41e6b49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/973054e5a41e6b49","status":"passed","time":{"start":1728901562032,"stop":1728901562033,"duration":1}},{"uid":"b197260f9caf6454","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b197260f9caf6454","status":"passed","time":{"start":1728893001479,"stop":1728893001480,"duration":1}},{"uid":"b4bd54e15fdc874e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4bd54e15fdc874e","status":"passed","time":{"start":1728855968864,"stop":1728855968865,"duration":1}},{"uid":"5c7d259779613180","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c7d259779613180","status":"passed","time":{"start":1728738172965,"stop":1728738172965,"duration":0}},{"uid":"277116c40facfeee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/277116c40facfeee","status":"passed","time":{"start":1728682706935,"stop":1728682706936,"duration":1}},{"uid":"99e19199373d0db0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99e19199373d0db0","status":"passed","time":{"start":1728682296859,"stop":1728682296859,"duration":0}},{"uid":"aa4f344e03335907","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aa4f344e03335907","status":"passed","time":{"start":1728676761462,"stop":1728676761466,"duration":4}},{"uid":"a805c274a22747e6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a805c274a22747e6","status":"passed","time":{"start":1728669479024,"stop":1728669479025,"duration":1}},{"uid":"2fca0a6bad8e832","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2fca0a6bad8e832","status":"passed","time":{"start":1728597820125,"stop":1728597820125,"duration":0}},{"uid":"eda084971218bf04","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eda084971218bf04","status":"passed","time":{"start":1728597034498,"stop":1728597034498,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"21137fe946b629b0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/21137fe946b629b0","status":"passed","time":{"start":1729034400897,"stop":1729034400897,"duration":0}},{"uid":"82922843cfc2530e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/82922843cfc2530e","status":"passed","time":{"start":1729034317488,"stop":1729034317496,"duration":8}},{"uid":"2c52217137bf2df1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2c52217137bf2df1","status":"passed","time":{"start":1729034137154,"stop":1729034137155,"duration":1}},{"uid":"f43e7ef0ef90cb49","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f43e7ef0ef90cb49","status":"passed","time":{"start":1729032206887,"stop":1729032206887,"duration":0}},{"uid":"f55ac0383e9d415","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f55ac0383e9d415","status":"passed","time":{"start":1728901995034,"stop":1728901995034,"duration":0}},{"uid":"82f4157b72cd6fed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/82f4157b72cd6fed","status":"passed","time":{"start":1728893421007,"stop":1728893421007,"duration":0}},{"uid":"6fd9f820480397d9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6fd9f820480397d9","status":"passed","time":{"start":1728856368605,"stop":1728856368608,"duration":3}},{"uid":"e4288dde25d74733","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e4288dde25d74733","status":"passed","time":{"start":1728738604691,"stop":1728738604691,"duration":0}},{"uid":"435a6ece101d3d4a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/435a6ece101d3d4a","status":"passed","time":{"start":1728683117668,"stop":1728683117673,"duration":5}},{"uid":"ff1c999c7a476813","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ff1c999c7a476813","status":"passed","time":{"start":1728682721325,"stop":1728682721325,"duration":0}},{"uid":"93ba4fa5566cb4b2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93ba4fa5566cb4b2","status":"passed","time":{"start":1728677184692,"stop":1728677184692,"duration":0}},{"uid":"ba1637fc851ab0f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ba1637fc851ab0f9","status":"passed","time":{"start":1728669866474,"stop":1728669866475,"duration":1}},{"uid":"a9d997f5f7450325","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a9d997f5f7450325","status":"passed","time":{"start":1728598250008,"stop":1728598250009,"duration":1}},{"uid":"530affbbc82dce36","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/530affbbc82dce36","status":"passed","time":{"start":1728597472308,"stop":1728597472308,"duration":0}}]},"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fd785701811fc82a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fd785701811fc82a","status":"passed","time":{"start":1729034468600,"stop":1729034468600,"duration":0}},{"uid":"9a8156273d926fe9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9a8156273d926fe9","status":"passed","time":{"start":1729034383199,"stop":1729034383199,"duration":0}},{"uid":"3db7910c9876d71b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3db7910c9876d71b","status":"passed","time":{"start":1729034203622,"stop":1729034203622,"duration":0}},{"uid":"a2a53065d7d48c24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a2a53065d7d48c24","status":"passed","time":{"start":1729032256253,"stop":1729032256256,"duration":3}},{"uid":"54a585ecb6df5f27","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/54a585ecb6df5f27","status":"passed","time":{"start":1728902016654,"stop":1728902016655,"duration":1}},{"uid":"fba2e0d1092a0f51","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fba2e0d1092a0f51","status":"passed","time":{"start":1728893448586,"stop":1728893448586,"duration":0}},{"uid":"91ec2b8b0017894d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/91ec2b8b0017894d","status":"passed","time":{"start":1728856401309,"stop":1728856401309,"duration":0}},{"uid":"c84b1d6bfe967f36","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c84b1d6bfe967f36","status":"passed","time":{"start":1728738624655,"stop":1728738624655,"duration":0}},{"uid":"faa0dcf2cc522b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/faa0dcf2cc522b7","status":"passed","time":{"start":1728683154299,"stop":1728683154299,"duration":0}},{"uid":"8e02e11a79354c4d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e02e11a79354c4d","status":"passed","time":{"start":1728682726615,"stop":1728682726615,"duration":0}},{"uid":"88f93f3635e9c947","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/88f93f3635e9c947","status":"passed","time":{"start":1728677221174,"stop":1728677221174,"duration":0}},{"uid":"6abba57a9e3c4193","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6abba57a9e3c4193","status":"passed","time":{"start":1728669902840,"stop":1728669902841,"duration":1}},{"uid":"79f310c3f84778fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/79f310c3f84778fb","status":"passed","time":{"start":1728598275773,"stop":1728598275773,"duration":0}},{"uid":"4530af70eaaf823c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4530af70eaaf823c","status":"passed","time":{"start":1728597495945,"stop":1728597495946,"duration":1}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"10c39ac6eca27751","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/10c39ac6eca27751","status":"passed","time":{"start":1729034132178,"stop":1729034132178,"duration":0}},{"uid":"21d5be9964c16572","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/21d5be9964c16572","status":"passed","time":{"start":1729034055083,"stop":1729034055084,"duration":1}},{"uid":"1757fff5384cb215","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1757fff5384cb215","status":"passed","time":{"start":1729033869944,"stop":1729033869944,"duration":0}},{"uid":"22760f1f4d021285","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22760f1f4d021285","status":"passed","time":{"start":1729031919798,"stop":1729031919798,"duration":0}},{"uid":"61b46b4a0ee232c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/61b46b4a0ee232c","status":"passed","time":{"start":1728901465373,"stop":1728901465373,"duration":0}},{"uid":"4f6dac707781bb0d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4f6dac707781bb0d","status":"passed","time":{"start":1728892895974,"stop":1728892895974,"duration":0}},{"uid":"a21253686f7ef24","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a21253686f7ef24","status":"passed","time":{"start":1728855858318,"stop":1728855858319,"duration":1}},{"uid":"88569a1bf69f8791","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/88569a1bf69f8791","status":"passed","time":{"start":1728738075953,"stop":1728738075953,"duration":0}},{"uid":"17817ce28c7078b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/17817ce28c7078b","status":"passed","time":{"start":1728682609267,"stop":1728682609268,"duration":1}},{"uid":"1a5460d19fd96cfb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1a5460d19fd96cfb","status":"passed","time":{"start":1728682182160,"stop":1728682182160,"duration":0}},{"uid":"11de7b4ca741cd35","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11de7b4ca741cd35","status":"passed","time":{"start":1728676656593,"stop":1728676656593,"duration":0}},{"uid":"64dc32068546390c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64dc32068546390c","status":"passed","time":{"start":1728669379923,"stop":1728669379923,"duration":0}},{"uid":"70a03ffebeb933d8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70a03ffebeb933d8","status":"passed","time":{"start":1728597720385,"stop":1728597720385,"duration":0}},{"uid":"cbfc74261e3b6abb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbfc74261e3b6abb","status":"passed","time":{"start":1728596939484,"stop":1728596939484,"duration":0}}]},"75f6b6de2a588d2a928610e266d3b7db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd88f435f8e37257","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cd88f435f8e37257","status":"passed","time":{"start":1729034304856,"stop":1729034304856,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c1b36b9ad5358e6a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c1b36b9ad5358e6a","status":"passed","time":{"start":1729034462011,"stop":1729034462011,"duration":0}},{"uid":"63faeabe9019ea0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/63faeabe9019ea0","status":"passed","time":{"start":1729034375968,"stop":1729034375971,"duration":3}},{"uid":"e9da1c772ac3e459","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9da1c772ac3e459","status":"passed","time":{"start":1729034200063,"stop":1729034200064,"duration":1}},{"uid":"109c717ced56f973","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/109c717ced56f973","status":"passed","time":{"start":1729032257889,"stop":1729032257889,"duration":0}},{"uid":"762ecd4f4e3d2ae3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/762ecd4f4e3d2ae3","status":"passed","time":{"start":1728902003564,"stop":1728902003564,"duration":0}},{"uid":"8a9ce9df9568794e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8a9ce9df9568794e","status":"passed","time":{"start":1728893434693,"stop":1728893434693,"duration":0}},{"uid":"48f37dbef4134e8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/48f37dbef4134e8","status":"passed","time":{"start":1728856398640,"stop":1728856398641,"duration":1}},{"uid":"1dcee273b64e605e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1dcee273b64e605e","status":"passed","time":{"start":1728738612000,"stop":1728738612000,"duration":0}},{"uid":"97bd1e0fd9101cb2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/97bd1e0fd9101cb2","status":"passed","time":{"start":1728683155007,"stop":1728683155007,"duration":0}},{"uid":"7b817b8043eaf2da","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b817b8043eaf2da","status":"passed","time":{"start":1728682706101,"stop":1728682706102,"duration":1}},{"uid":"472a683c9c027d2b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/472a683c9c027d2b","status":"passed","time":{"start":1728677207494,"stop":1728677207494,"duration":0}},{"uid":"5a575e53a0d1d228","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5a575e53a0d1d228","status":"passed","time":{"start":1728669887096,"stop":1728669887096,"duration":0}},{"uid":"fc6ee94067b13975","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc6ee94067b13975","status":"passed","time":{"start":1728598263633,"stop":1728598263636,"duration":3}},{"uid":"c6f9f6f8b7f4a847","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c6f9f6f8b7f4a847","status":"passed","time":{"start":1728597478274,"stop":1728597478274,"duration":0}}]},"38f1243d9b90f4b8f2f373eb1ba99bda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7e5e3a88368c141","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b7e5e3a88368c141","status":"passed","time":{"start":1728597923487,"stop":1728597923490,"duration":3}}]},"4ccd4e3463bb04076cdea5520b799e48:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f66b1e8044c6452a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f66b1e8044c6452a","status":"passed","time":{"start":1728677082010,"stop":1728677082010,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7fa67e5a2daf36e9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7fa67e5a2daf36e9","status":"passed","time":{"start":1729034400889,"stop":1729034400889,"duration":0}},{"uid":"2cb3f8415e484e16","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2cb3f8415e484e16","status":"passed","time":{"start":1729034317452,"stop":1729034317452,"duration":0}},{"uid":"ea2cb21452217cd5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ea2cb21452217cd5","status":"passed","time":{"start":1729034137134,"stop":1729034137135,"duration":1}},{"uid":"9809e45946350b41","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9809e45946350b41","status":"passed","time":{"start":1729032206875,"stop":1729032206875,"duration":0}},{"uid":"5b5f04de1992e0ac","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5b5f04de1992e0ac","status":"passed","time":{"start":1728901995021,"stop":1728901995021,"duration":0}},{"uid":"e550c9f0c1c40f4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e550c9f0c1c40f4f","status":"passed","time":{"start":1728893420995,"stop":1728893420995,"duration":0}},{"uid":"df51d64f236051e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/df51d64f236051e2","status":"passed","time":{"start":1728856368596,"stop":1728856368596,"duration":0}},{"uid":"5cb74a419cb0a9c2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5cb74a419cb0a9c2","status":"passed","time":{"start":1728738604680,"stop":1728738604681,"duration":1}},{"uid":"cf5d713a65bc619e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cf5d713a65bc619e","status":"passed","time":{"start":1728683117626,"stop":1728683117627,"duration":1}},{"uid":"78210bc0b04fc493","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/78210bc0b04fc493","status":"passed","time":{"start":1728682721318,"stop":1728682721318,"duration":0}},{"uid":"d8c882ba41abadc0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d8c882ba41abadc0","status":"passed","time":{"start":1728677184683,"stop":1728677184683,"duration":0}},{"uid":"5f950ff5ac57c844","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5f950ff5ac57c844","status":"passed","time":{"start":1728669866449,"stop":1728669866449,"duration":0}},{"uid":"8756f3c369bcb9e5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8756f3c369bcb9e5","status":"passed","time":{"start":1728598249975,"stop":1728598249976,"duration":1}},{"uid":"5e1d7e1c5c0ab971","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5e1d7e1c5c0ab971","status":"passed","time":{"start":1728597472291,"stop":1728597472291,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"69decd1f9a147abf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/69decd1f9a147abf","status":"passed","time":{"start":1729034240908,"stop":1729034240910,"duration":2}},{"uid":"13430db400b65994","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/13430db400b65994","status":"passed","time":{"start":1729034159610,"stop":1729034159611,"duration":1}},{"uid":"534163557f134226","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/534163557f134226","status":"passed","time":{"start":1729033976783,"stop":1729033976784,"duration":1}},{"uid":"54cb9788cd02b578","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/54cb9788cd02b578","status":"passed","time":{"start":1729032020508,"stop":1729032020509,"duration":1}},{"uid":"578faab5b6d4bb8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/578faab5b6d4bb8","status":"passed","time":{"start":1728901616425,"stop":1728901616426,"duration":1}},{"uid":"7101e95b8f4aacea","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7101e95b8f4aacea","status":"passed","time":{"start":1728893050240,"stop":1728893050241,"duration":1}},{"uid":"1343d0e638a7621d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1343d0e638a7621d","status":"passed","time":{"start":1728856015167,"stop":1728856015167,"duration":0}},{"uid":"b561092e338fde4f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b561092e338fde4f","status":"passed","time":{"start":1728738233131,"stop":1728738233132,"duration":1}},{"uid":"2a39f94e25bd600c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2a39f94e25bd600c","status":"passed","time":{"start":1728682762464,"stop":1728682762465,"duration":1}},{"uid":"2f570538fd5c10d5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f570538fd5c10d5","status":"passed","time":{"start":1728682332782,"stop":1728682332782,"duration":0}},{"uid":"dfc3cdbf403e156b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dfc3cdbf403e156b","status":"passed","time":{"start":1728676810286,"stop":1728676810286,"duration":0}},{"uid":"acd6125bc5f02e26","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/acd6125bc5f02e26","status":"passed","time":{"start":1728669529889,"stop":1728669529889,"duration":0}},{"uid":"5b7cb88064bf2ef8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b7cb88064bf2ef8","status":"passed","time":{"start":1728597873529,"stop":1728597873529,"duration":0}},{"uid":"33390573bd896bfc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/33390573bd896bfc","status":"passed","time":{"start":1728597089269,"stop":1728597089269,"duration":0}}]},"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ba4ca7aa36014a9b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ba4ca7aa36014a9b","status":"passed","time":{"start":1729034096129,"stop":1729034096129,"duration":0}},{"uid":"b30b92fe3409853e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b30b92fe3409853e","status":"passed","time":{"start":1729034020087,"stop":1729034020087,"duration":0}},{"uid":"873563b32fe98748","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/873563b32fe98748","status":"passed","time":{"start":1729033834380,"stop":1729033834380,"duration":0}},{"uid":"27eb1aca0d44b580","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/27eb1aca0d44b580","status":"passed","time":{"start":1729031884112,"stop":1729031884112,"duration":0}},{"uid":"43109cb3167981ba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/43109cb3167981ba","status":"passed","time":{"start":1728901430251,"stop":1728901430252,"duration":1}},{"uid":"821cb69286ea18c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/821cb69286ea18c4","status":"passed","time":{"start":1728892860528,"stop":1728892860528,"duration":0}},{"uid":"5295863a638b0ee5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5295863a638b0ee5","status":"passed","time":{"start":1728855823319,"stop":1728855823319,"duration":0}},{"uid":"6edcba58d40376d7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6edcba58d40376d7","status":"passed","time":{"start":1728738040597,"stop":1728738040597,"duration":0}},{"uid":"36489c9246847718","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36489c9246847718","status":"passed","time":{"start":1728682574088,"stop":1728682574088,"duration":0}},{"uid":"77864d340806a1b5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77864d340806a1b5","status":"passed","time":{"start":1728682146812,"stop":1728682146812,"duration":0}},{"uid":"77cf90994a42a2f4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/77cf90994a42a2f4","status":"passed","time":{"start":1728676621428,"stop":1728676621428,"duration":0}},{"uid":"b0aa8db3c555d11f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0aa8db3c555d11f","status":"passed","time":{"start":1728669344463,"stop":1728669344463,"duration":0}},{"uid":"89ebc22d152dc56f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/89ebc22d152dc56f","status":"passed","time":{"start":1728597685157,"stop":1728597685157,"duration":0}},{"uid":"d9db7e14cae0c301","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9db7e14cae0c301","status":"passed","time":{"start":1728596904463,"stop":1728596904463,"duration":0}}]},"f9c48be92988a1421ead8620be4b4b29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":10,"unknown":0,"total":13},"items":[{"uid":"e48a109b5503ff48","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e48a109b5503ff48","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241158,"stop":1729034241158,"duration":0}},{"uid":"8c222badb40fef2e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8c222badb40fef2e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159972,"stop":1729034159973,"duration":1}},{"uid":"6a1aaf470ee94a6c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a1aaf470ee94a6c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977064,"stop":1729033977064,"duration":0}},{"uid":"cf92157b172432e4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cf92157b172432e4","status":"passed","time":{"start":1729032093783,"stop":1729032093783,"duration":0}},{"uid":"fae10cf3335fc030","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fae10cf3335fc030","status":"passed","time":{"start":1728901748772,"stop":1728901748772,"duration":0}},{"uid":"3b54002574da4f3b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b54002574da4f3b","status":"passed","time":{"start":1728893181085,"stop":1728893181085,"duration":0}},{"uid":"4a4896f5ea14f470","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4a4896f5ea14f470","status":"passed","time":{"start":1728856155551,"stop":1728856155551,"duration":0}},{"uid":"57912778de72cba9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/57912778de72cba9","status":"passed","time":{"start":1728738360284,"stop":1728738360284,"duration":0}},{"uid":"8be6d1381671f865","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8be6d1381671f865","status":"passed","time":{"start":1728682907221,"stop":1728682907221,"duration":0}},{"uid":"597e14d55aed5245","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/597e14d55aed5245","status":"passed","time":{"start":1728682466731,"stop":1728682466732,"duration":1}},{"uid":"dbce28c43365120c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dbce28c43365120c","status":"passed","time":{"start":1728676955721,"stop":1728676955721,"duration":0}},{"uid":"a8bb1dffd0b5e8d7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8bb1dffd0b5e8d7","status":"passed","time":{"start":1728598013533,"stop":1728598013534,"duration":1}},{"uid":"db41f1ca1625b04c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/db41f1ca1625b04c","status":"passed","time":{"start":1728597225198,"stop":1728597225199,"duration":1}}]},"de67af81d4881f0d58cb0dac2644596d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5caa4402bd06b554","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5caa4402bd06b554","status":"passed","time":{"start":1729034194018,"stop":1729034194019,"duration":1}}]},"9d404128b8af9f5e76a5dbf6319f59c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"955b326728bbaf8e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/955b326728bbaf8e","status":"passed","time":{"start":1728901995036,"stop":1728901995036,"duration":0}}]},"89c192ada94bf2cfd3b6d424f7aa8f3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"169f79777447b457","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/169f79777447b457","status":"passed","time":{"start":1728738555098,"stop":1728738555098,"duration":0}}]},"cf594d66fd093a96f8479101effcfc5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a0709470cde7624","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a0709470cde7624","status":"passed","time":{"start":1728738555096,"stop":1728738555097,"duration":1}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"20acce1c2329138f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/20acce1c2329138f","status":"passed","time":{"start":1729034393657,"stop":1729034393657,"duration":0}},{"uid":"20eddf7ab44b3fd1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/20eddf7ab44b3fd1","status":"passed","time":{"start":1729034304855,"stop":1729034304855,"duration":0}},{"uid":"44290cfabc20bd16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/44290cfabc20bd16","status":"passed","time":{"start":1729034121945,"stop":1729034121946,"duration":1}},{"uid":"280f65ed20f7559a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/280f65ed20f7559a","status":"passed","time":{"start":1729032174920,"stop":1729032174920,"duration":0}},{"uid":"6f68221a24f34917","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f68221a24f34917","status":"passed","time":{"start":1728901881026,"stop":1728901881027,"duration":1}},{"uid":"625125b9e753c86f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/625125b9e753c86f","status":"passed","time":{"start":1728893317180,"stop":1728893317180,"duration":0}},{"uid":"e609d0cd2d702712","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e609d0cd2d702712","status":"passed","time":{"start":1728856263111,"stop":1728856263111,"duration":0}},{"uid":"ad74b0c32660abed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad74b0c32660abed","status":"passed","time":{"start":1728738492804,"stop":1728738492804,"duration":0}},{"uid":"75b32545df259ea2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75b32545df259ea2","status":"passed","time":{"start":1728683030028,"stop":1728683030028,"duration":0}},{"uid":"307f00a33ad78c36","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/307f00a33ad78c36","status":"passed","time":{"start":1728682581113,"stop":1728682581114,"duration":1}},{"uid":"c7afd2193ddc5e54","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c7afd2193ddc5e54","status":"passed","time":{"start":1728677082009,"stop":1728677082009,"duration":0}},{"uid":"9c7b0e51088a345b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c7b0e51088a345b","status":"passed","time":{"start":1728669795405,"stop":1728669795406,"duration":1}},{"uid":"857d7149d07ea599","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/857d7149d07ea599","status":"passed","time":{"start":1728598137508,"stop":1728598137509,"duration":1}},{"uid":"a2e0652bc5a73144","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a2e0652bc5a73144","status":"passed","time":{"start":1728597353486,"stop":1728597353486,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7d582958b6ebe6d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7d582958b6ebe6d","status":"passed","time":{"start":1729034112387,"stop":1729034112387,"duration":0}},{"uid":"ca62d47153450467","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ca62d47153450467","status":"passed","time":{"start":1729034035613,"stop":1729034035614,"duration":1}},{"uid":"8aed09c3c889b5b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8aed09c3c889b5b5","status":"passed","time":{"start":1729033850403,"stop":1729033850404,"duration":1}},{"uid":"a4ee8acfa805c861","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a4ee8acfa805c861","status":"passed","time":{"start":1729031899688,"stop":1729031899689,"duration":1}},{"uid":"84cd356a21687183","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84cd356a21687183","status":"passed","time":{"start":1728901445801,"stop":1728901445801,"duration":0}},{"uid":"8c7e824f4e68b19d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c7e824f4e68b19d","status":"passed","time":{"start":1728892876332,"stop":1728892876333,"duration":1}},{"uid":"1aed15a2c8de0a05","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1aed15a2c8de0a05","status":"passed","time":{"start":1728855838896,"stop":1728855838897,"duration":1}},{"uid":"80470f6c82bb4bfd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80470f6c82bb4bfd","status":"passed","time":{"start":1728738055940,"stop":1728738055941,"duration":1}},{"uid":"bc06bb2214b9b9c2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc06bb2214b9b9c2","status":"passed","time":{"start":1728682589824,"stop":1728682589825,"duration":1}},{"uid":"bc900ca6f9b29d6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc900ca6f9b29d6","status":"passed","time":{"start":1728682162266,"stop":1728682162267,"duration":1}},{"uid":"6f93364a138b5dd6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6f93364a138b5dd6","status":"passed","time":{"start":1728676637064,"stop":1728676637064,"duration":0}},{"uid":"b2df0d3d9ca6bf35","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b2df0d3d9ca6bf35","status":"passed","time":{"start":1728669360434,"stop":1728669360434,"duration":0}},{"uid":"34beb0ee6735ce39","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/34beb0ee6735ce39","status":"passed","time":{"start":1728597700984,"stop":1728597700985,"duration":1}},{"uid":"3cfdc862081fe82d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3cfdc862081fe82d","status":"passed","time":{"start":1728596920267,"stop":1728596920268,"duration":1}}]},"00a848a40ec536a3a18fdc99e046ccc9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f8e23d67b619565","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2f8e23d67b619565","status":"passed","time":{"start":1728597375482,"stop":1728597375483,"duration":1}}]},"33509cfbea0b9f8028bf9a74ed12c282:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6ca548c443e949e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a6ca548c443e949e","status":"passed","time":{"start":1728856355694,"stop":1728856355695,"duration":1}}]},"96c382bb3a5c83c8222dcb05f20ba4f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd0cdbbd47f54e1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cd0cdbbd47f54e1","status":"passed","time":{"start":1729034129481,"stop":1729034129481,"duration":0}}]},"5e734578a8138a32e6284c9cc9b36a6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"513e9dfee4ec5422","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/513e9dfee4ec5422","status":"passed","time":{"start":1729034137313,"stop":1729034137313,"duration":0}},{"uid":"3c714fce263bc3fa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c714fce263bc3fa","status":"passed","time":{"start":1729034060015,"stop":1729034060016,"duration":1}},{"uid":"1c38336bcd744129","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c38336bcd744129","status":"passed","time":{"start":1729033874956,"stop":1729033874958,"duration":2}},{"uid":"dc8eeaa5bf3e0086","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dc8eeaa5bf3e0086","status":"passed","time":{"start":1729031924897,"stop":1729031924898,"duration":1}},{"uid":"438431ebd698bf4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/438431ebd698bf4","status":"passed","time":{"start":1728901469125,"stop":1728901469126,"duration":1}},{"uid":"cf063afe9a7d5422","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf063afe9a7d5422","status":"passed","time":{"start":1728892899790,"stop":1728892899791,"duration":1}},{"uid":"144b427a410676b8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/144b427a410676b8","status":"passed","time":{"start":1728855863053,"stop":1728855863055,"duration":2}},{"uid":"6c1ea54f53aed9a7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c1ea54f53aed9a7","status":"passed","time":{"start":1728738080894,"stop":1728738080896,"duration":2}},{"uid":"c9d79bad63c87dc6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c9d79bad63c87dc6","status":"passed","time":{"start":1728682614305,"stop":1728682614306,"duration":1}},{"uid":"6ca5eed62e9dc55e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6ca5eed62e9dc55e","status":"passed","time":{"start":1728682187087,"stop":1728682187089,"duration":2}},{"uid":"273b00915917eb10","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/273b00915917eb10","status":"passed","time":{"start":1728676661485,"stop":1728676661485,"duration":0}},{"uid":"c184cb7a672e7c9d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c184cb7a672e7c9d","status":"passed","time":{"start":1728669384658,"stop":1728669384659,"duration":1}},{"uid":"899f6efb756592df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/899f6efb756592df","status":"passed","time":{"start":1728597724232,"stop":1728597724233,"duration":1}},{"uid":"96980cb97ed24899","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/96980cb97ed24899","status":"passed","time":{"start":1728596943280,"stop":1728596943280,"duration":0}}]},"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":11,"unknown":0,"total":14},"items":[{"uid":"72979e64be3d809f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/72979e64be3d809f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241340,"stop":1729034241340,"duration":0}},{"uid":"c67d6a69bb04886c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c67d6a69bb04886c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160195,"stop":1729034160195,"duration":0}},{"uid":"f1192085969f1e43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f1192085969f1e43","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977226,"stop":1729033977227,"duration":1}},{"uid":"800ed5a814992f67","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/800ed5a814992f67","status":"passed","time":{"start":1729032053271,"stop":1729032053271,"duration":0}},{"uid":"ea1147520a25adeb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea1147520a25adeb","status":"passed","time":{"start":1728901711768,"stop":1728901711769,"duration":1}},{"uid":"a34a0a42a0abfa24","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a34a0a42a0abfa24","status":"passed","time":{"start":1728893141899,"stop":1728893141900,"duration":1}},{"uid":"14e631bbf82b295e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/14e631bbf82b295e","status":"passed","time":{"start":1728856103201,"stop":1728856103201,"duration":0}},{"uid":"855711c86bdff4c6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/855711c86bdff4c6","status":"passed","time":{"start":1728738321621,"stop":1728738321621,"duration":0}},{"uid":"f90054757a240828","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f90054757a240828","status":"passed","time":{"start":1728682857569,"stop":1728682857569,"duration":0}},{"uid":"f4a7f5b81f0e230a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f4a7f5b81f0e230a","status":"passed","time":{"start":1728682428804,"stop":1728682428805,"duration":1}},{"uid":"2840aaaec49552bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2840aaaec49552bf","status":"passed","time":{"start":1728676901170,"stop":1728676901171,"duration":1}},{"uid":"2963d23c279b20fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2963d23c279b20fb","status":"passed","time":{"start":1728669573865,"stop":1728669573865,"duration":0}},{"uid":"fcb1acbb90b6436","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fcb1acbb90b6436","status":"passed","time":{"start":1728597972338,"stop":1728597972338,"duration":0}},{"uid":"b0c15aa2bad827e5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b0c15aa2bad827e5","status":"passed","time":{"start":1728597175621,"stop":1728597175621,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fbc739139ddab8cf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fbc739139ddab8cf","status":"passed","time":{"start":1729034474978,"stop":1729034474979,"duration":1}},{"uid":"ebfb73a2176f887","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ebfb73a2176f887","status":"passed","time":{"start":1729034395286,"stop":1729034395286,"duration":0}},{"uid":"e6af9ea87cf4efa3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e6af9ea87cf4efa3","status":"passed","time":{"start":1729034209088,"stop":1729034209089,"duration":1}},{"uid":"5fb5ac4115221bc7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fb5ac4115221bc7","status":"passed","time":{"start":1729032264558,"stop":1729032264559,"duration":1}},{"uid":"2b2d0f1606f0f19f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2b2d0f1606f0f19f","status":"passed","time":{"start":1728902012832,"stop":1728902012832,"duration":0}},{"uid":"1148916de1b3c866","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1148916de1b3c866","status":"passed","time":{"start":1728893454806,"stop":1728893454806,"duration":0}},{"uid":"8fd739f66d8717a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8fd739f66d8717a0","status":"passed","time":{"start":1728856408448,"stop":1728856408448,"duration":0}},{"uid":"f0dd680015805caf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f0dd680015805caf","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"dd791f40069ad826","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dd791f40069ad826","status":"passed","time":{"start":1728683159733,"stop":1728683159734,"duration":1}},{"uid":"9c9e5c0c4f1c426f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9c9e5c0c4f1c426f","status":"passed","time":{"start":1728682751324,"stop":1728682751324,"duration":0}},{"uid":"594128c6518e177b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/594128c6518e177b","status":"passed","time":{"start":1728677216350,"stop":1728677216350,"duration":0}},{"uid":"e78b138dd011b8ac","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e78b138dd011b8ac","status":"passed","time":{"start":1728669925448,"stop":1728669925448,"duration":0}},{"uid":"d9f36f43e8bcf76e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d9f36f43e8bcf76e","status":"passed","time":{"start":1728598268796,"stop":1728598268796,"duration":0}},{"uid":"2152beabcce38cab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2152beabcce38cab","status":"passed","time":{"start":1728597503899,"stop":1728597503900,"duration":1}}]},"22f00f457f9ddba5fa443755868c22e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e0858f116f85a55","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e0858f116f85a55","status":"passed","time":{"start":1728893389989,"stop":1728893389989,"duration":0}}]},"32483362f6ee5e11b625b02141a53e3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad0a32e402f474d9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad0a32e402f474d9","status":"passed","time":{"start":1728738567470,"stop":1728738567470,"duration":0}}]},"42794bd27a1cfa376ebc03b729619794:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8adb17ce24063a9b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8adb17ce24063a9b","status":"passed","time":{"start":1728901734208,"stop":1728901734209,"duration":1}},{"uid":"5bbc18e3bf1989da","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5bbc18e3bf1989da","status":"passed","time":{"start":1728893166576,"stop":1728893166576,"duration":0}},{"uid":"d7474d4a5e339ad9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d7474d4a5e339ad9","status":"passed","time":{"start":1728676929954,"stop":1728676929955,"duration":1}},{"uid":"5ec611144986a288","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5ec611144986a288","status":"passed","time":{"start":1728598000228,"stop":1728598000229,"duration":1}},{"uid":"fa7c426ca8c6e039","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fa7c426ca8c6e039","status":"passed","time":{"start":1728597213023,"stop":1728597213023,"duration":0}}]},"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"98abdec1fb31bc15","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/98abdec1fb31bc15","status":"passed","time":{"start":1729034238409,"stop":1729034238409,"duration":0}},{"uid":"2bb9213a238f9b34","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2bb9213a238f9b34","status":"passed","time":{"start":1729034157652,"stop":1729034157653,"duration":1}},{"uid":"f77d2dc2c437401f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f77d2dc2c437401f","status":"passed","time":{"start":1729033974450,"stop":1729033974451,"duration":1}},{"uid":"85ea6bab787e3fa4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/85ea6bab787e3fa4","status":"passed","time":{"start":1729032027761,"stop":1729032027763,"duration":2}},{"uid":"fcc7186db2cac863","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fcc7186db2cac863","status":"passed","time":{"start":1728901614543,"stop":1728901614544,"duration":1}},{"uid":"25ada74b9b96e34c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25ada74b9b96e34c","status":"passed","time":{"start":1728893048595,"stop":1728893048596,"duration":1}},{"uid":"7fd88a679b06cadd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7fd88a679b06cadd","status":"passed","time":{"start":1728856013558,"stop":1728856013559,"duration":1}},{"uid":"1aebd7c3fcf8b6d7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1aebd7c3fcf8b6d7","status":"passed","time":{"start":1728738231631,"stop":1728738231631,"duration":0}},{"uid":"e85254bddaf454e2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e85254bddaf454e2","status":"passed","time":{"start":1728682761071,"stop":1728682761072,"duration":1}},{"uid":"ea98258dbf00974d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea98258dbf00974d","status":"passed","time":{"start":1728682330631,"stop":1728682330632,"duration":1}},{"uid":"855aba50d0bb5b72","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/855aba50d0bb5b72","status":"passed","time":{"start":1728676808323,"stop":1728676808324,"duration":1}},{"uid":"eefd20eb0c4b6331","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eefd20eb0c4b6331","status":"passed","time":{"start":1728669528227,"stop":1728669528228,"duration":1}},{"uid":"be79310ac863e96d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/be79310ac863e96d","status":"passed","time":{"start":1728597872226,"stop":1728597872227,"duration":1}},{"uid":"1ef7954338584b9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ef7954338584b9","status":"passed","time":{"start":1728597087685,"stop":1728597087685,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"25bcb8d5a375622e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/25bcb8d5a375622e","status":"passed","time":{"start":1729034402287,"stop":1729034402287,"duration":0}},{"uid":"a5bfddb61cd97c7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a5bfddb61cd97c7","status":"passed","time":{"start":1729034323311,"stop":1729034323311,"duration":0}},{"uid":"a07cb452b8326a7c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a07cb452b8326a7c","status":"passed","time":{"start":1729034144770,"stop":1729034144770,"duration":0}},{"uid":"968f587cbec379bc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/968f587cbec379bc","status":"passed","time":{"start":1729032198824,"stop":1729032198826,"duration":2}},{"uid":"dbe8b9dba1ec763","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dbe8b9dba1ec763","status":"passed","time":{"start":1728901901773,"stop":1728901901774,"duration":1}},{"uid":"d40f6548cd29e759","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d40f6548cd29e759","status":"passed","time":{"start":1728893337256,"stop":1728893337256,"duration":0}},{"uid":"9b7f51a0ed391ef9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9b7f51a0ed391ef9","status":"passed","time":{"start":1728856299199,"stop":1728856299200,"duration":1}},{"uid":"e7b7569e3f4368f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e7b7569e3f4368f","status":"passed","time":{"start":1728738505384,"stop":1728738505386,"duration":2}},{"uid":"d6f40c52b0c4ed4d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d6f40c52b0c4ed4d","status":"passed","time":{"start":1728683045452,"stop":1728683045452,"duration":0}},{"uid":"b1c11bb8a643b3e0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b1c11bb8a643b3e0","status":"passed","time":{"start":1728682607295,"stop":1728682607296,"duration":1}},{"uid":"a3358e2c1ed6b376","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a3358e2c1ed6b376","status":"passed","time":{"start":1728677103499,"stop":1728677103500,"duration":1}},{"uid":"602f37764dc80568","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/602f37764dc80568","status":"passed","time":{"start":1728669777133,"stop":1728669777135,"duration":2}},{"uid":"69af93596d9c739","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/69af93596d9c739","status":"passed","time":{"start":1728598163468,"stop":1728598163469,"duration":1}},{"uid":"19d1501c9321dd7d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/19d1501c9321dd7d","status":"passed","time":{"start":1728597375485,"stop":1728597375486,"duration":1}}]},"5f27c9a4a152a22989ba2292456c7949:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f2bfe52b24493eb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f2bfe52b24493eb","status":"passed","time":{"start":1729034177525,"stop":1729034177526,"duration":1}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6c7b3e494bb88634","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6c7b3e494bb88634","status":"passed","time":{"start":1729034190706,"stop":1729034190706,"duration":0}},{"uid":"f29b4e628e80cd89","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f29b4e628e80cd89","status":"passed","time":{"start":1729034108432,"stop":1729034108433,"duration":1}},{"uid":"1b8d14f7b0ae309","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1b8d14f7b0ae309","status":"passed","time":{"start":1729033925383,"stop":1729033925387,"duration":4}},{"uid":"8e9b84f1ce8d2469","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8e9b84f1ce8d2469","status":"passed","time":{"start":1729031975192,"stop":1729031975193,"duration":1}},{"uid":"3bdd8040fd9e9eb6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3bdd8040fd9e9eb6","status":"passed","time":{"start":1728901537878,"stop":1728901537878,"duration":0}},{"uid":"81ff69754ecfbb32","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/81ff69754ecfbb32","status":"passed","time":{"start":1728892972431,"stop":1728892972431,"duration":0}},{"uid":"a6d78077939afc0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a6d78077939afc0f","status":"passed","time":{"start":1728855933072,"stop":1728855933072,"duration":0}},{"uid":"d6f5f09ce327a45d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d6f5f09ce327a45d","status":"passed","time":{"start":1728738149927,"stop":1728738149927,"duration":0}},{"uid":"aeee6c1db6df918","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aeee6c1db6df918","status":"passed","time":{"start":1728682681971,"stop":1728682681971,"duration":0}},{"uid":"48c56dba9213701d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/48c56dba9213701d","status":"passed","time":{"start":1728682257770,"stop":1728682257770,"duration":0}},{"uid":"fe7397b21b3fec97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe7397b21b3fec97","status":"passed","time":{"start":1728676730788,"stop":1728676730788,"duration":0}},{"uid":"9b8887dbaae5178f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9b8887dbaae5178f","status":"passed","time":{"start":1728669456896,"stop":1728669456896,"duration":0}},{"uid":"ca5843549add0f23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca5843549add0f23","status":"passed","time":{"start":1728597795920,"stop":1728597795921,"duration":1}},{"uid":"8617f81e29f37b32","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8617f81e29f37b32","status":"passed","time":{"start":1728597010202,"stop":1728597010202,"duration":0}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"291f862bfd0b77a7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/291f862bfd0b77a7","status":"passed","time":{"start":1729034474990,"stop":1729034474990,"duration":0}},{"uid":"62056eae6d1173f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/62056eae6d1173f8","status":"passed","time":{"start":1729034395292,"stop":1729034395292,"duration":0}},{"uid":"f290fbd63a5b8d29","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f290fbd63a5b8d29","status":"passed","time":{"start":1729034209102,"stop":1729034209103,"duration":1}},{"uid":"fb6a018b11b637c1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fb6a018b11b637c1","status":"passed","time":{"start":1729032264570,"stop":1729032264571,"duration":1}},{"uid":"9c3952699a35c4ab","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9c3952699a35c4ab","status":"passed","time":{"start":1728902012860,"stop":1728902012860,"duration":0}},{"uid":"2baff741625f7111","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2baff741625f7111","status":"passed","time":{"start":1728893454813,"stop":1728893454813,"duration":0}},{"uid":"ea3e1f16bc16e558","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ea3e1f16bc16e558","status":"passed","time":{"start":1728856408454,"stop":1728856408455,"duration":1}},{"uid":"a46da1a50830ad2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a46da1a50830ad2","status":"passed","time":{"start":1728738633856,"stop":1728738633857,"duration":1}},{"uid":"bce2ae77cf5fd2ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bce2ae77cf5fd2ef","status":"passed","time":{"start":1728683159767,"stop":1728683159784,"duration":17}},{"uid":"70ebaa08ba6b9203","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70ebaa08ba6b9203","status":"passed","time":{"start":1728682751332,"stop":1728682751332,"duration":0}},{"uid":"b4bb4303128194c5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4bb4303128194c5","status":"passed","time":{"start":1728677216362,"stop":1728677216363,"duration":1}},{"uid":"64a14916f6d4f504","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64a14916f6d4f504","status":"passed","time":{"start":1728669925456,"stop":1728669925456,"duration":0}},{"uid":"963945b5ab78c120","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/963945b5ab78c120","status":"passed","time":{"start":1728598268807,"stop":1728598268808,"duration":1}},{"uid":"9ad6f04fe7669c80","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9ad6f04fe7669c80","status":"passed","time":{"start":1728597503925,"stop":1728597503926,"duration":1}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e26a1c8323728d17","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e26a1c8323728d17","status":"passed","time":{"start":1729034130429,"stop":1729034130429,"duration":0}},{"uid":"8219f8913861ce7b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8219f8913861ce7b","status":"passed","time":{"start":1729034053399,"stop":1729034053399,"duration":0}},{"uid":"3753212e93aec969","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3753212e93aec969","status":"passed","time":{"start":1729033868326,"stop":1729033868326,"duration":0}},{"uid":"bb5c7a237dcdc295","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb5c7a237dcdc295","status":"passed","time":{"start":1729031918116,"stop":1729031918117,"duration":1}},{"uid":"8aea0714fb89562d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8aea0714fb89562d","status":"passed","time":{"start":1728901463796,"stop":1728901463797,"duration":1}},{"uid":"91e1b04e3832bf9f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/91e1b04e3832bf9f","status":"passed","time":{"start":1728892894310,"stop":1728892894310,"duration":0}},{"uid":"2a82f17fc06fc75f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2a82f17fc06fc75f","status":"passed","time":{"start":1728855856838,"stop":1728855856838,"duration":0}},{"uid":"4b7697d1b8f88a81","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4b7697d1b8f88a81","status":"passed","time":{"start":1728738074178,"stop":1728738074178,"duration":0}},{"uid":"fa1d456d1b31bed","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fa1d456d1b31bed","status":"passed","time":{"start":1728682607651,"stop":1728682607651,"duration":0}},{"uid":"55fb4b7f6bbc297c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/55fb4b7f6bbc297c","status":"passed","time":{"start":1728682180605,"stop":1728682180605,"duration":0}},{"uid":"8cc19fd3157043a3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8cc19fd3157043a3","status":"passed","time":{"start":1728676655189,"stop":1728676655189,"duration":0}},{"uid":"b3f7648c5254724c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b3f7648c5254724c","status":"passed","time":{"start":1728669378164,"stop":1728669378164,"duration":0}},{"uid":"2ef769927b5b8b38","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2ef769927b5b8b38","status":"passed","time":{"start":1728597718742,"stop":1728597718742,"duration":0}},{"uid":"560c2a22f87260e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/560c2a22f87260e8","status":"passed","time":{"start":1728596937945,"stop":1728596937946,"duration":1}}]},"256bbaf297d2befe7473bc522c775ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6690757e3915b6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d6690757e3915b6e","status":"passed","time":{"start":1728901950551,"stop":1728901950552,"duration":1}}]},"f3e275507e48124ec2131d43e8f5321a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4af79999705c8867","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4af79999705c8867","status":"passed","time":{"start":1728683110366,"stop":1728683110366,"duration":0}}]},"9668cac71147df6ed047b24c2795c148:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ebcd818ade4691d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebcd818ade4691d9","status":"passed","time":{"start":1728669866480,"stop":1728669866481,"duration":1}}]},"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d1304a82f28833d6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d1304a82f28833d6","status":"passed","time":{"start":1729034096140,"stop":1729034096140,"duration":0}},{"uid":"c3593f73ebcbd640","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c3593f73ebcbd640","status":"passed","time":{"start":1729034020096,"stop":1729034020097,"duration":1}},{"uid":"d0db4921007edbc5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0db4921007edbc5","status":"passed","time":{"start":1729033834393,"stop":1729033834393,"duration":0}},{"uid":"503e0d5d907ec035","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/503e0d5d907ec035","status":"passed","time":{"start":1729031884127,"stop":1729031884127,"duration":0}},{"uid":"42ad6517a82e7b62","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/42ad6517a82e7b62","status":"passed","time":{"start":1728901430260,"stop":1728901430260,"duration":0}},{"uid":"253ae8f23d1318f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/253ae8f23d1318f3","status":"passed","time":{"start":1728892860539,"stop":1728892860539,"duration":0}},{"uid":"dd5f70febe14db0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dd5f70febe14db0f","status":"passed","time":{"start":1728855823328,"stop":1728855823328,"duration":0}},{"uid":"2d311a98e70b55da","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2d311a98e70b55da","status":"passed","time":{"start":1728738040609,"stop":1728738040609,"duration":0}},{"uid":"11024b825d278403","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/11024b825d278403","status":"passed","time":{"start":1728682574100,"stop":1728682574100,"duration":0}},{"uid":"9453b99b2a7aafb9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9453b99b2a7aafb9","status":"passed","time":{"start":1728682146824,"stop":1728682146824,"duration":0}},{"uid":"ed6e854635bf5dd1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ed6e854635bf5dd1","status":"passed","time":{"start":1728676621439,"stop":1728676621439,"duration":0}},{"uid":"61a1af0bf3f75e5f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/61a1af0bf3f75e5f","status":"passed","time":{"start":1728669344473,"stop":1728669344474,"duration":1}},{"uid":"fe931a253a5a8224","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fe931a253a5a8224","status":"passed","time":{"start":1728597685169,"stop":1728597685169,"duration":0}},{"uid":"bc0830ebe44db961","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc0830ebe44db961","status":"passed","time":{"start":1728596904477,"stop":1728596904477,"duration":0}}]},"e43558c42d1178760c988600f6047ca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2797d157180c5ef2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2797d157180c5ef2","status":"passed","time":{"start":1728893421010,"stop":1728893421010,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1bc1347106237cfc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1bc1347106237cfc","status":"passed","time":{"start":1729034462011,"stop":1729034462011,"duration":0}},{"uid":"a12d309ec407b89e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a12d309ec407b89e","status":"passed","time":{"start":1729034375973,"stop":1729034375976,"duration":3}},{"uid":"65c444f119666655","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/65c444f119666655","status":"passed","time":{"start":1729034200064,"stop":1729034200065,"duration":1}},{"uid":"d08868cd0967883c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d08868cd0967883c","status":"passed","time":{"start":1729032257889,"stop":1729032257890,"duration":1}},{"uid":"37bfd2256ded2ccf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37bfd2256ded2ccf","status":"passed","time":{"start":1728902003565,"stop":1728902003565,"duration":0}},{"uid":"cf05901e35820435","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf05901e35820435","status":"passed","time":{"start":1728893434693,"stop":1728893434694,"duration":1}},{"uid":"85db69b7ea171236","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/85db69b7ea171236","status":"passed","time":{"start":1728856398641,"stop":1728856398641,"duration":0}},{"uid":"296e9e78cfbf7a80","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/296e9e78cfbf7a80","status":"passed","time":{"start":1728738612001,"stop":1728738612001,"duration":0}},{"uid":"3ad6dbe30433859a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3ad6dbe30433859a","status":"passed","time":{"start":1728683155008,"stop":1728683155008,"duration":0}},{"uid":"10db3c6c8635701c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/10db3c6c8635701c","status":"passed","time":{"start":1728682706102,"stop":1728682706102,"duration":0}},{"uid":"43a51c1ef502c0c1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/43a51c1ef502c0c1","status":"passed","time":{"start":1728677207494,"stop":1728677207495,"duration":1}},{"uid":"5fec4cbbe3e47c2c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5fec4cbbe3e47c2c","status":"passed","time":{"start":1728669887097,"stop":1728669887097,"duration":0}},{"uid":"92776eb258066093","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/92776eb258066093","status":"passed","time":{"start":1728598263636,"stop":1728598263637,"duration":1}},{"uid":"2518638341f61737","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2518638341f61737","status":"passed","time":{"start":1728597478274,"stop":1728597478275,"duration":1}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5d50f0e897e4f866","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5d50f0e897e4f866","status":"passed","time":{"start":1729034119307,"stop":1729034119307,"duration":0}},{"uid":"66dd78ba06982884","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/66dd78ba06982884","status":"passed","time":{"start":1729033933481,"stop":1729033933481,"duration":0}},{"uid":"9871750577a02b37","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9871750577a02b37","status":"passed","time":{"start":1729031982921,"stop":1729031982933,"duration":12}},{"uid":"8d4c9fbfcb5fb356","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8d4c9fbfcb5fb356","status":"passed","time":{"start":1728901527858,"stop":1728901527859,"duration":1}},{"uid":"c38c91edfbed3709","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c38c91edfbed3709","status":"passed","time":{"start":1728892960141,"stop":1728892960141,"duration":0}},{"uid":"1852ba70c50f6d9d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1852ba70c50f6d9d","status":"passed","time":{"start":1728855921715,"stop":1728855921716,"duration":1}},{"uid":"76aef4e261ec3ba8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76aef4e261ec3ba8","status":"passed","time":{"start":1728738138433,"stop":1728738138433,"duration":0}},{"uid":"15871d91930d420c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/15871d91930d420c","status":"passed","time":{"start":1728682672253,"stop":1728682672254,"duration":1}},{"uid":"8408e06632bf50a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8408e06632bf50a","status":"passed","time":{"start":1728682245075,"stop":1728682245076,"duration":1}},{"uid":"a6e70ca1e1a6cbfc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a6e70ca1e1a6cbfc","status":"passed","time":{"start":1728676721301,"stop":1728676721301,"duration":0}},{"uid":"e683f60796369b3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e683f60796369b3","status":"passed","time":{"start":1728669444563,"stop":1728669444564,"duration":1}},{"uid":"4e232073e0b44b8c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4e232073e0b44b8c","status":"passed","time":{"start":1728597784074,"stop":1728597784075,"duration":1}},{"uid":"eac531af5f53c969","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eac531af5f53c969","status":"passed","time":{"start":1728597001550,"stop":1728597001550,"duration":0}}]},"3b8955fb562743dc92aac9eb83c389f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20e55e5cade2605c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/20e55e5cade2605c","status":"passed","time":{"start":1729034402281,"stop":1729034402281,"duration":0}}]},"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cb04b58576d32b55","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb04b58576d32b55","status":"passed","time":{"start":1729034096143,"stop":1729034096143,"duration":0}},{"uid":"115ff2e2a7a83f0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/115ff2e2a7a83f0d","status":"passed","time":{"start":1729034020099,"stop":1729034020099,"duration":0}},{"uid":"347d5dbdafd0bcf8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/347d5dbdafd0bcf8","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0}},{"uid":"13ac72f5b7604534","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/13ac72f5b7604534","status":"passed","time":{"start":1729031884130,"stop":1729031884130,"duration":0}},{"uid":"4caca52d5536095","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4caca52d5536095","status":"passed","time":{"start":1728901430263,"stop":1728901430263,"duration":0}},{"uid":"54937d229e71da2f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54937d229e71da2f","status":"passed","time":{"start":1728892860542,"stop":1728892860542,"duration":0}},{"uid":"87fdd2cb622df8b4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/87fdd2cb622df8b4","status":"passed","time":{"start":1728855823331,"stop":1728855823331,"duration":0}},{"uid":"7ba4b4e0ac03db65","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7ba4b4e0ac03db65","status":"passed","time":{"start":1728738040612,"stop":1728738040612,"duration":0}},{"uid":"ae1187593638ca91","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ae1187593638ca91","status":"passed","time":{"start":1728682574103,"stop":1728682574103,"duration":0}},{"uid":"d4915893f7dd62cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d4915893f7dd62cf","status":"passed","time":{"start":1728682146827,"stop":1728682146827,"duration":0}},{"uid":"33336c21d189edfd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33336c21d189edfd","status":"passed","time":{"start":1728676621442,"stop":1728676621442,"duration":0}},{"uid":"c3406381b284bd85","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c3406381b284bd85","status":"passed","time":{"start":1728669344476,"stop":1728669344476,"duration":0}},{"uid":"7423ad5a42539f57","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7423ad5a42539f57","status":"passed","time":{"start":1728597685172,"stop":1728597685172,"duration":0}},{"uid":"ac83c7b547470110","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ac83c7b547470110","status":"passed","time":{"start":1728596904481,"stop":1728596904481,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fb9a47e6cd667638","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fb9a47e6cd667638","status":"passed","time":{"start":1729034475010,"stop":1729034475010,"duration":0}},{"uid":"f32170e6513637af","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f32170e6513637af","status":"passed","time":{"start":1729034395301,"stop":1729034395301,"duration":0}},{"uid":"9cbc28476121cdfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9cbc28476121cdfe","status":"passed","time":{"start":1729034209119,"stop":1729034209119,"duration":0}},{"uid":"cfd9ef3e2b526168","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cfd9ef3e2b526168","status":"passed","time":{"start":1729032264596,"stop":1729032264597,"duration":1}},{"uid":"137d942b2c467be6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/137d942b2c467be6","status":"passed","time":{"start":1728902012874,"stop":1728902012874,"duration":0}},{"uid":"aa88e21cd2238c34","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aa88e21cd2238c34","status":"passed","time":{"start":1728893454824,"stop":1728893454824,"duration":0}},{"uid":"f74d267b8ce711d7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f74d267b8ce711d7","status":"passed","time":{"start":1728856408467,"stop":1728856408467,"duration":0}},{"uid":"f683ebeac7cb1265","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f683ebeac7cb1265","status":"passed","time":{"start":1728738633873,"stop":1728738633873,"duration":0}},{"uid":"8329817aff3bfb73","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8329817aff3bfb73","status":"passed","time":{"start":1728683159820,"stop":1728683159820,"duration":0}},{"uid":"7f279c9388d2a71b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7f279c9388d2a71b","status":"passed","time":{"start":1728682751345,"stop":1728682751345,"duration":0}},{"uid":"c6c5304dcc174591","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c6c5304dcc174591","status":"passed","time":{"start":1728677216377,"stop":1728677216377,"duration":0}},{"uid":"c3530cda69fb4458","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c3530cda69fb4458","status":"passed","time":{"start":1728669925466,"stop":1728669925466,"duration":0}},{"uid":"78104183d383a2c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/78104183d383a2c6","status":"passed","time":{"start":1728598268820,"stop":1728598268820,"duration":0}},{"uid":"929eaf053a1e91b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/929eaf053a1e91b","status":"passed","time":{"start":1728597503950,"stop":1728597503951,"duration":1}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a7bacd282b530ec9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a7bacd282b530ec9","status":"passed","time":{"start":1729034452182,"stop":1729034452183,"duration":1}},{"uid":"826a54296bbf5ae3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/826a54296bbf5ae3","status":"passed","time":{"start":1729034373079,"stop":1729034373079,"duration":0}},{"uid":"2a9db581f6c6b9dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2a9db581f6c6b9dd","status":"passed","time":{"start":1729034188116,"stop":1729034188116,"duration":0}},{"uid":"3c9ef3d9678d1aa8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c9ef3d9678d1aa8","status":"passed","time":{"start":1729032231862,"stop":1729032231862,"duration":0}},{"uid":"20a97531e3ebf10a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/20a97531e3ebf10a","status":"passed","time":{"start":1728901989564,"stop":1728901989565,"duration":1}},{"uid":"41eb027ebb471cd5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/41eb027ebb471cd5","status":"passed","time":{"start":1728893424897,"stop":1728893424898,"duration":1}},{"uid":"8192c509e93db9de","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8192c509e93db9de","status":"passed","time":{"start":1728856376682,"stop":1728856376682,"duration":0}},{"uid":"797b995b8683d741","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/797b995b8683d741","status":"passed","time":{"start":1728738593959,"stop":1728738593959,"duration":0}},{"uid":"42f75a115ca69867","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42f75a115ca69867","status":"passed","time":{"start":1728683135335,"stop":1728683135336,"duration":1}},{"uid":"e8cc6529ea60a4fe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e8cc6529ea60a4fe","status":"passed","time":{"start":1728682692586,"stop":1728682692588,"duration":2}},{"uid":"60d8bc6e0e9752d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/60d8bc6e0e9752d","status":"passed","time":{"start":1728677194228,"stop":1728677194228,"duration":0}},{"uid":"6c3732db3936e409","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c3732db3936e409","status":"passed","time":{"start":1728669874422,"stop":1728669874423,"duration":1}},{"uid":"4ad2b7bd16cd0479","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ad2b7bd16cd0479","status":"passed","time":{"start":1728598257460,"stop":1728598257460,"duration":0}},{"uid":"86215f183053883e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86215f183053883e","status":"passed","time":{"start":1728597471282,"stop":1728597471283,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"480c980cce3146d7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/480c980cce3146d7","status":"passed","time":{"start":1729034130924,"stop":1729034130924,"duration":0}},{"uid":"1faa70229e760519","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1faa70229e760519","status":"passed","time":{"start":1729034053886,"stop":1729034053887,"duration":1}},{"uid":"6207ca2dbf2798f0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6207ca2dbf2798f0","status":"passed","time":{"start":1729033868926,"stop":1729033868926,"duration":0}},{"uid":"2fbc32710e5b6d0c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2fbc32710e5b6d0c","status":"passed","time":{"start":1729031918511,"stop":1729031918511,"duration":0}},{"uid":"53f1ca22352fec61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53f1ca22352fec61","status":"passed","time":{"start":1728901464220,"stop":1728901464220,"duration":0}},{"uid":"c9393b0046e3f2ae","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9393b0046e3f2ae","status":"passed","time":{"start":1728892894740,"stop":1728892894741,"duration":1}},{"uid":"3f0a40404b511f9d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3f0a40404b511f9d","status":"passed","time":{"start":1728855857252,"stop":1728855857252,"duration":0}},{"uid":"6d0dd0a90582d85e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d0dd0a90582d85e","status":"passed","time":{"start":1728738074580,"stop":1728738074580,"duration":0}},{"uid":"61f2183b93c69e04","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/61f2183b93c69e04","status":"passed","time":{"start":1728682608127,"stop":1728682608127,"duration":0}},{"uid":"c8b00a7c8cd98bde","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c8b00a7c8cd98bde","status":"passed","time":{"start":1728682181012,"stop":1728682181012,"duration":0}},{"uid":"9c3bb7273c16efbb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9c3bb7273c16efbb","status":"passed","time":{"start":1728676655409,"stop":1728676655410,"duration":1}},{"uid":"22018c06388f2330","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/22018c06388f2330","status":"passed","time":{"start":1728669378740,"stop":1728669378741,"duration":1}},{"uid":"5dcd6a88b1675efc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5dcd6a88b1675efc","status":"passed","time":{"start":1728597719063,"stop":1728597719063,"duration":0}},{"uid":"9a19ef772e396f18","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9a19ef772e396f18","status":"passed","time":{"start":1728596938238,"stop":1728596938239,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b6743118fdecc0ca","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b6743118fdecc0ca","status":"passed","time":{"start":1729034393627,"stop":1729034393627,"duration":0}},{"uid":"e02bbf8855260782","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e02bbf8855260782","status":"passed","time":{"start":1729034304800,"stop":1729034304801,"duration":1}},{"uid":"dcc5f84ba8a0f82f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcc5f84ba8a0f82f","status":"passed","time":{"start":1729034121890,"stop":1729034121890,"duration":0}},{"uid":"874a3f71aaea1394","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/874a3f71aaea1394","status":"passed","time":{"start":1729032174797,"stop":1729032174797,"duration":0}},{"uid":"6bc14d1bf4714872","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6bc14d1bf4714872","status":"passed","time":{"start":1728901881003,"stop":1728901881003,"duration":0}},{"uid":"3c96da3a9811991","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c96da3a9811991","status":"passed","time":{"start":1728893317132,"stop":1728893317140,"duration":8}},{"uid":"c09f68bbe2546f6f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c09f68bbe2546f6f","status":"passed","time":{"start":1728856263064,"stop":1728856263065,"duration":1}},{"uid":"71daadea9d26b142","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/71daadea9d26b142","status":"passed","time":{"start":1728738492785,"stop":1728738492786,"duration":1}},{"uid":"3f469130ffaf1bf0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f469130ffaf1bf0","status":"passed","time":{"start":1728683030007,"stop":1728683030008,"duration":1}},{"uid":"654caa1b3a67bf39","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/654caa1b3a67bf39","status":"passed","time":{"start":1728682581076,"stop":1728682581081,"duration":5}},{"uid":"5128a4004335489e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5128a4004335489e","status":"passed","time":{"start":1728677081983,"stop":1728677081983,"duration":0}},{"uid":"b57ab91ff168fb67","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b57ab91ff168fb67","status":"passed","time":{"start":1728669795384,"stop":1728669795384,"duration":0}},{"uid":"9d818638967ba190","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9d818638967ba190","status":"passed","time":{"start":1728598137494,"stop":1728598137494,"duration":0}},{"uid":"ec1c8aa974b57dfc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec1c8aa974b57dfc","status":"passed","time":{"start":1728597353472,"stop":1728597353472,"duration":0}}]},"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4ba168469778c0e3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ba168469778c0e3","status":"passed","time":{"start":1729034096125,"stop":1729034096125,"duration":0}},{"uid":"3db26cca79f4909b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3db26cca79f4909b","status":"passed","time":{"start":1729034020084,"stop":1729034020084,"duration":0}},{"uid":"ff78e1f7451b786d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff78e1f7451b786d","status":"passed","time":{"start":1729033834376,"stop":1729033834376,"duration":0}},{"uid":"e83605ef5b4a85f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e83605ef5b4a85f","status":"passed","time":{"start":1729031884107,"stop":1729031884107,"duration":0}},{"uid":"3dc5d3cf72a444e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3dc5d3cf72a444e2","status":"passed","time":{"start":1728901430248,"stop":1728901430248,"duration":0}},{"uid":"9f0343859bd9e598","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9f0343859bd9e598","status":"passed","time":{"start":1728892860524,"stop":1728892860524,"duration":0}},{"uid":"9f35140a2ebbe989","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f35140a2ebbe989","status":"passed","time":{"start":1728855823315,"stop":1728855823315,"duration":0}},{"uid":"8a17cd9c66df172c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8a17cd9c66df172c","status":"passed","time":{"start":1728738040584,"stop":1728738040584,"duration":0}},{"uid":"fbb01c1ed2b67fdf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fbb01c1ed2b67fdf","status":"passed","time":{"start":1728682574081,"stop":1728682574081,"duration":0}},{"uid":"8972e50802e08aa7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8972e50802e08aa7","status":"passed","time":{"start":1728682146809,"stop":1728682146809,"duration":0}},{"uid":"127bbe4aa5492ea9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/127bbe4aa5492ea9","status":"passed","time":{"start":1728676621423,"stop":1728676621423,"duration":0}},{"uid":"31138e6be878b3ca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/31138e6be878b3ca","status":"passed","time":{"start":1728669344460,"stop":1728669344460,"duration":0}},{"uid":"334f701b2aca570b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/334f701b2aca570b","status":"passed","time":{"start":1728597685153,"stop":1728597685153,"duration":0}},{"uid":"ae2ff5c68422f04f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ae2ff5c68422f04f","status":"passed","time":{"start":1728596904459,"stop":1728596904459,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"ed5b44244608ddb0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed5b44244608ddb0","status":"passed","time":{"start":1729034400846,"stop":1729034400847,"duration":1}},{"uid":"290eb10812a36887","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/290eb10812a36887","status":"passed","time":{"start":1728902045393,"stop":1728902045393,"duration":0}},{"uid":"a0e8453a621042e8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a0e8453a621042e8","status":"passed","time":{"start":1728893481313,"stop":1728893481313,"duration":0}},{"uid":"1bd7a45d028f5be6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1bd7a45d028f5be6","status":"passed","time":{"start":1728856434369,"stop":1728856434370,"duration":1}},{"uid":"4599bdfd2784f416","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4599bdfd2784f416","status":"passed","time":{"start":1728738656938,"stop":1728738656939,"duration":1}},{"uid":"ce7e9957166ef55f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ce7e9957166ef55f","status":"passed","time":{"start":1728683172726,"stop":1728683172726,"duration":0}},{"uid":"a982c846e9802a05","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a982c846e9802a05","status":"passed","time":{"start":1728682747613,"stop":1728682747613,"duration":0}},{"uid":"f90d56dbe951658d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f90d56dbe951658d","status":"passed","time":{"start":1728677247282,"stop":1728677247282,"duration":0}},{"uid":"92792c81e7649d61","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92792c81e7649d61","status":"passed","time":{"start":1728669917949,"stop":1728669917949,"duration":0}},{"uid":"aa399a01393558ca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aa399a01393558ca","status":"passed","time":{"start":1728598290719,"stop":1728598290719,"duration":0}},{"uid":"c87b72fe679d90","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c87b72fe679d90","status":"passed","time":{"start":1728597515859,"stop":1728597515860,"duration":1}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fe9ac02bc65ef993","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fe9ac02bc65ef993","status":"passed","time":{"start":1729034400885,"stop":1729034400885,"duration":0}},{"uid":"bfc097d0a053a8f3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bfc097d0a053a8f3","status":"passed","time":{"start":1729034317446,"stop":1729034317448,"duration":2}},{"uid":"37712e1dbaa9b83a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37712e1dbaa9b83a","status":"passed","time":{"start":1729034137126,"stop":1729034137126,"duration":0}},{"uid":"31e59e9cb8aae8bf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/31e59e9cb8aae8bf","status":"passed","time":{"start":1729032206872,"stop":1729032206872,"duration":0}},{"uid":"1a2fb304449e9269","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1a2fb304449e9269","status":"passed","time":{"start":1728901995019,"stop":1728901995019,"duration":0}},{"uid":"c9016e06f1fd833c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9016e06f1fd833c","status":"passed","time":{"start":1728893420992,"stop":1728893420992,"duration":0}},{"uid":"6515d1bd89ab7a2c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6515d1bd89ab7a2c","status":"passed","time":{"start":1728856368593,"stop":1728856368593,"duration":0}},{"uid":"4ca10b440c184c73","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4ca10b440c184c73","status":"passed","time":{"start":1728738604677,"stop":1728738604678,"duration":1}},{"uid":"8c14092de5415e90","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c14092de5415e90","status":"passed","time":{"start":1728683117609,"stop":1728683117614,"duration":5}},{"uid":"a807bbbb4fc4c0bd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a807bbbb4fc4c0bd","status":"passed","time":{"start":1728682721315,"stop":1728682721315,"duration":0}},{"uid":"d71583ff3d3cf702","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d71583ff3d3cf702","status":"passed","time":{"start":1728677184680,"stop":1728677184680,"duration":0}},{"uid":"83fd8fb1bc23b09c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83fd8fb1bc23b09c","status":"passed","time":{"start":1728669866446,"stop":1728669866446,"duration":0}},{"uid":"bc5e0e53afcbee80","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bc5e0e53afcbee80","status":"passed","time":{"start":1728598249972,"stop":1728598249973,"duration":1}},{"uid":"b4157d5a38356025","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b4157d5a38356025","status":"passed","time":{"start":1728597472287,"stop":1728597472288,"duration":1}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8909728d2561ce4b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8909728d2561ce4b","status":"passed","time":{"start":1729034120502,"stop":1729034120502,"duration":0}},{"uid":"67111eabb74f5d90","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67111eabb74f5d90","status":"passed","time":{"start":1729033858273,"stop":1729033858273,"duration":0}},{"uid":"8398e78665b7f833","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8398e78665b7f833","status":"passed","time":{"start":1729031908179,"stop":1729031908179,"duration":0}},{"uid":"c203d6fab7fc3cc6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c203d6fab7fc3cc6","status":"passed","time":{"start":1728901453935,"stop":1728901453936,"duration":1}},{"uid":"63e6a1d246767471","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/63e6a1d246767471","status":"passed","time":{"start":1728892884412,"stop":1728892884412,"duration":0}},{"uid":"77580e0fc6a11449","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77580e0fc6a11449","status":"passed","time":{"start":1728855846880,"stop":1728855846881,"duration":1}},{"uid":"c414d34f7971aee6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c414d34f7971aee6","status":"passed","time":{"start":1728738064184,"stop":1728738064185,"duration":1}},{"uid":"a4909f705eb89298","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a4909f705eb89298","status":"passed","time":{"start":1728682597763,"stop":1728682597763,"duration":0}},{"uid":"39c614d1cac150e1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/39c614d1cac150e1","status":"passed","time":{"start":1728682170541,"stop":1728682170542,"duration":1}},{"uid":"d0e317acb88d3097","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d0e317acb88d3097","status":"passed","time":{"start":1728676645202,"stop":1728676645202,"duration":0}},{"uid":"803cb45590997a1d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/803cb45590997a1d","status":"passed","time":{"start":1728669368196,"stop":1728669368197,"duration":1}},{"uid":"60bc868907ec0106","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/60bc868907ec0106","status":"passed","time":{"start":1728597709014,"stop":1728597709014,"duration":0}},{"uid":"dfe2ea5f7bd1e32a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dfe2ea5f7bd1e32a","status":"passed","time":{"start":1728596928108,"stop":1728596928108,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d2494db34c487166","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d2494db34c487166","status":"passed","time":{"start":1729034104165,"stop":1729034104166,"duration":1}},{"uid":"5bdf2fa27ecd504b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5bdf2fa27ecd504b","status":"passed","time":{"start":1729034027736,"stop":1729034027738,"duration":2}},{"uid":"bc3932093d848c72","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bc3932093d848c72","status":"passed","time":{"start":1729033842340,"stop":1729033842342,"duration":2}},{"uid":"5df7181db29559e7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5df7181db29559e7","status":"passed","time":{"start":1729031892043,"stop":1729031892044,"duration":1}},{"uid":"8eef0430c047980b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8eef0430c047980b","status":"passed","time":{"start":1728901438024,"stop":1728901438025,"duration":1}},{"uid":"5cec1aa73acdeae9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5cec1aa73acdeae9","status":"passed","time":{"start":1728892868229,"stop":1728892868230,"duration":1}},{"uid":"b22da109d2c7cbb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b22da109d2c7cbb0","status":"passed","time":{"start":1728855831076,"stop":1728855831077,"duration":1}},{"uid":"78d86938fa7d9dff","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78d86938fa7d9dff","status":"passed","time":{"start":1728738048436,"stop":1728738048437,"duration":1}},{"uid":"4eb0142aedcfd902","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4eb0142aedcfd902","status":"passed","time":{"start":1728682581838,"stop":1728682581839,"duration":1}},{"uid":"e9a27addca3c63c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9a27addca3c63c0","status":"passed","time":{"start":1728682154705,"stop":1728682154705,"duration":0}},{"uid":"4efd1ec6ce1f2d6f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4efd1ec6ce1f2d6f","status":"passed","time":{"start":1728676629293,"stop":1728676629294,"duration":1}},{"uid":"65d6dd52f0870ffc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/65d6dd52f0870ffc","status":"passed","time":{"start":1728669352207,"stop":1728669352208,"duration":1}},{"uid":"1f6dcea698ef1013","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1f6dcea698ef1013","status":"passed","time":{"start":1728597693011,"stop":1728597693012,"duration":1}},{"uid":"c82da45b8a941c97","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c82da45b8a941c97","status":"passed","time":{"start":1728596912512,"stop":1728596912514,"duration":2}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a28c25d7331e1798","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a28c25d7331e1798","status":"passed","time":{"start":1729034166253,"stop":1729034166259,"duration":6}},{"uid":"192207a8a567ed67","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/192207a8a567ed67","status":"passed","time":{"start":1729034096716,"stop":1729034096717,"duration":1}},{"uid":"657164ca4bf63a3a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/657164ca4bf63a3a","status":"passed","time":{"start":1729033904744,"stop":1729033904744,"duration":0}},{"uid":"94ee5852bc26bc19","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/94ee5852bc26bc19","status":"passed","time":{"start":1729031952292,"stop":1729031952292,"duration":0}},{"uid":"10815efb2b4ba414","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/10815efb2b4ba414","status":"passed","time":{"start":1728901498546,"stop":1728901498546,"duration":0}},{"uid":"84776caea37f6900","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84776caea37f6900","status":"passed","time":{"start":1728892934939,"stop":1728892934939,"duration":0}},{"uid":"30b36c63b995278f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30b36c63b995278f","status":"passed","time":{"start":1728855901077,"stop":1728855901078,"duration":1}},{"uid":"dbd2809e2ba90f8f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dbd2809e2ba90f8f","status":"passed","time":{"start":1728738109819,"stop":1728738109819,"duration":0}},{"uid":"ed4291b38ecb0e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed4291b38ecb0e6","status":"passed","time":{"start":1728682641761,"stop":1728682641761,"duration":0}},{"uid":"82b3fa508af78f51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/82b3fa508af78f51","status":"passed","time":{"start":1728682224052,"stop":1728682224053,"duration":1}},{"uid":"53f37de76a93f678","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/53f37de76a93f678","status":"passed","time":{"start":1728676692587,"stop":1728676692587,"duration":0}},{"uid":"574216b9447f547b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/574216b9447f547b","status":"passed","time":{"start":1728669414315,"stop":1728669414318,"duration":3}},{"uid":"5d48b713d27b680c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5d48b713d27b680c","status":"passed","time":{"start":1728597758155,"stop":1728597758156,"duration":1}},{"uid":"ff936881ab29858","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ff936881ab29858","status":"passed","time":{"start":1728596973959,"stop":1728596973959,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ab842b4dcc8ef1b6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ab842b4dcc8ef1b6","status":"passed","time":{"start":1729034402280,"stop":1729034402280,"duration":0}},{"uid":"b2262ef973250bb5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b2262ef973250bb5","status":"passed","time":{"start":1729034323296,"stop":1729034323301,"duration":5}},{"uid":"b0090beef69563d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b0090beef69563d6","status":"passed","time":{"start":1729034144766,"stop":1729034144767,"duration":1}},{"uid":"fcd923b8e1f795c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fcd923b8e1f795c6","status":"passed","time":{"start":1729032198816,"stop":1729032198816,"duration":0}},{"uid":"75831f95bf1ee137","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/75831f95bf1ee137","status":"passed","time":{"start":1728901901766,"stop":1728901901766,"duration":0}},{"uid":"6b81ae300b4d2f62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6b81ae300b4d2f62","status":"passed","time":{"start":1728893337253,"stop":1728893337254,"duration":1}},{"uid":"f8b3a36542854fb8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f8b3a36542854fb8","status":"passed","time":{"start":1728856299189,"stop":1728856299190,"duration":1}},{"uid":"5c9edfd4585d6ef9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c9edfd4585d6ef9","status":"passed","time":{"start":1728738505382,"stop":1728738505382,"duration":0}},{"uid":"76ccadc3e8d97bac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/76ccadc3e8d97bac","status":"passed","time":{"start":1728683045449,"stop":1728683045449,"duration":0}},{"uid":"2344c9d4234eb4a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2344c9d4234eb4a8","status":"passed","time":{"start":1728682607291,"stop":1728682607291,"duration":0}},{"uid":"f306d333331da251","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f306d333331da251","status":"passed","time":{"start":1728677103494,"stop":1728677103494,"duration":0}},{"uid":"239fd345e0115100","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/239fd345e0115100","status":"passed","time":{"start":1728669777116,"stop":1728669777117,"duration":1}},{"uid":"ba8deed7676ab546","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ba8deed7676ab546","status":"passed","time":{"start":1728598163466,"stop":1728598163466,"duration":0}},{"uid":"fc2c5333d35db7da","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc2c5333d35db7da","status":"passed","time":{"start":1728597375479,"stop":1728597375480,"duration":1}}]},"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fec3789993a586d3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fec3789993a586d3","status":"passed","time":{"start":1729034096122,"stop":1729034096122,"duration":0}},{"uid":"3f249914852d6081","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3f249914852d6081","status":"passed","time":{"start":1729034020082,"stop":1729034020083,"duration":1}},{"uid":"fee9102c91e1f31d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fee9102c91e1f31d","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"duration":0}},{"uid":"1a58caf41ebc0ed4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a58caf41ebc0ed4","status":"passed","time":{"start":1729031884104,"stop":1729031884105,"duration":1}},{"uid":"5fe5909ff933d858","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5fe5909ff933d858","status":"passed","time":{"start":1728901430247,"stop":1728901430247,"duration":0}},{"uid":"22ed3b106728c625","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/22ed3b106728c625","status":"passed","time":{"start":1728892860522,"stop":1728892860522,"duration":0}},{"uid":"e9064468ce9ae1d1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e9064468ce9ae1d1","status":"passed","time":{"start":1728855823313,"stop":1728855823313,"duration":0}},{"uid":"dbdcf2fdca1b5bbf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dbdcf2fdca1b5bbf","status":"passed","time":{"start":1728738040582,"stop":1728738040582,"duration":0}},{"uid":"94ffd074a77b7213","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/94ffd074a77b7213","status":"passed","time":{"start":1728682574079,"stop":1728682574079,"duration":0}},{"uid":"563dde55c36b6243","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/563dde55c36b6243","status":"passed","time":{"start":1728682146807,"stop":1728682146807,"duration":0}},{"uid":"54bdc7ea895f6c3c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/54bdc7ea895f6c3c","status":"passed","time":{"start":1728676621421,"stop":1728676621421,"duration":0}},{"uid":"1422628f30c7a96f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1422628f30c7a96f","status":"passed","time":{"start":1728669344458,"stop":1728669344458,"duration":0}},{"uid":"1ef5b6015f294681","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1ef5b6015f294681","status":"passed","time":{"start":1728597685151,"stop":1728597685151,"duration":0}},{"uid":"5bc1d44fef6f4c20","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5bc1d44fef6f4c20","status":"passed","time":{"start":1728596904457,"stop":1728596904457,"duration":0}}]},"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"835a1fa851b762b4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/835a1fa851b762b4","status":"passed","time":{"start":1729034096109,"stop":1729034096110,"duration":1}},{"uid":"2199952673d8ba0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2199952673d8ba0d","status":"passed","time":{"start":1729034020072,"stop":1729034020073,"duration":1}},{"uid":"464efd5c12a4613","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/464efd5c12a4613","status":"passed","time":{"start":1729033834360,"stop":1729033834361,"duration":1}},{"uid":"f1f8ed3ab66b487d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f1f8ed3ab66b487d","status":"passed","time":{"start":1729031884089,"stop":1729031884089,"duration":0}},{"uid":"86401d8a721cb781","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/86401d8a721cb781","status":"passed","time":{"start":1728901430242,"stop":1728901430242,"duration":0}},{"uid":"cb51154486129e11","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cb51154486129e11","status":"passed","time":{"start":1728892860516,"stop":1728892860517,"duration":1}},{"uid":"5b4d93beea1eda45","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5b4d93beea1eda45","status":"passed","time":{"start":1728855823307,"stop":1728855823307,"duration":0}},{"uid":"d35d6337a86c8ede","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d35d6337a86c8ede","status":"passed","time":{"start":1728738040569,"stop":1728738040569,"duration":0}},{"uid":"46a901d78163dd03","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/46a901d78163dd03","status":"passed","time":{"start":1728682574067,"stop":1728682574067,"duration":0}},{"uid":"adff3b3d066bce44","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/adff3b3d066bce44","status":"passed","time":{"start":1728682146794,"stop":1728682146794,"duration":0}},{"uid":"65be61c3c887b13f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/65be61c3c887b13f","status":"passed","time":{"start":1728676621404,"stop":1728676621404,"duration":0}},{"uid":"ca61f613084e0073","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca61f613084e0073","status":"passed","time":{"start":1728669344453,"stop":1728669344453,"duration":0}},{"uid":"7684d0f66b43617a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7684d0f66b43617a","status":"passed","time":{"start":1728597685134,"stop":1728597685135,"duration":1}},{"uid":"2d14feaf9bd7eea5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2d14feaf9bd7eea5","status":"passed","time":{"start":1728596904441,"stop":1728596904441,"duration":0}}]},"7b8fbd70be984fd84811191683b9e38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb3c4297413fe98e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb3c4297413fe98e","status":"passed","time":{"start":1728682721328,"stop":1728682721328,"duration":0}}]},"41e47301d880fdd2957475200906575d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1cdbecceab72ff0f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cdbecceab72ff0f","status":"passed","time":{"start":1728893389986,"stop":1728893389986,"duration":0}}]},"49c3861b450b6c93fda54d100bc4cf3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55774582d6a3b03c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/55774582d6a3b03c","status":"passed","time":{"start":1728901664267,"stop":1728901664267,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9e17846362db32b0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9e17846362db32b0","status":"passed","time":{"start":1729034475014,"stop":1729034475014,"duration":0}},{"uid":"395d2668b5f7b475","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/395d2668b5f7b475","status":"passed","time":{"start":1729034395303,"stop":1729034395303,"duration":0}},{"uid":"4a068d3f925a4043","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4a068d3f925a4043","status":"passed","time":{"start":1729034209128,"stop":1729034209128,"duration":0}},{"uid":"2718a4f44e6b098c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2718a4f44e6b098c","status":"passed","time":{"start":1729032264601,"stop":1729032264601,"duration":0}},{"uid":"e16b1ab9dee07454","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e16b1ab9dee07454","status":"passed","time":{"start":1728902012891,"stop":1728902012891,"duration":0}},{"uid":"773e358fb7cc7bc7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/773e358fb7cc7bc7","status":"passed","time":{"start":1728893454825,"stop":1728893454825,"duration":0}},{"uid":"f36f26c660ccbf16","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f36f26c660ccbf16","status":"passed","time":{"start":1728856408468,"stop":1728856408469,"duration":1}},{"uid":"b0c4b2644e4c74df","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b0c4b2644e4c74df","status":"passed","time":{"start":1728738633875,"stop":1728738633875,"duration":0}},{"uid":"abb59f703b9e3f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/abb59f703b9e3f4","status":"passed","time":{"start":1728683159826,"stop":1728683159827,"duration":1}},{"uid":"968d575757b8eb55","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/968d575757b8eb55","status":"passed","time":{"start":1728682751347,"stop":1728682751347,"duration":0}},{"uid":"db6edbfea98e5bc3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/db6edbfea98e5bc3","status":"passed","time":{"start":1728677216378,"stop":1728677216379,"duration":1}},{"uid":"ca3fec290c2cd8f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca3fec290c2cd8f0","status":"passed","time":{"start":1728669925468,"stop":1728669925468,"duration":0}},{"uid":"8bdb2bb4a045bc5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bdb2bb4a045bc5","status":"passed","time":{"start":1728598268821,"stop":1728598268821,"duration":0}},{"uid":"cbf851e3bfccefdb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbf851e3bfccefdb","status":"passed","time":{"start":1728597503953,"stop":1728597503954,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4febc56d664dedfb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4febc56d664dedfb","status":"passed","time":{"start":1729034474991,"stop":1729034474991,"duration":0}},{"uid":"47a610853ab03301","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47a610853ab03301","status":"passed","time":{"start":1729034395293,"stop":1729034395293,"duration":0}},{"uid":"84ccf0ef8daed22a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/84ccf0ef8daed22a","status":"passed","time":{"start":1729034209103,"stop":1729034209103,"duration":0}},{"uid":"b5253e1e1df8860b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b5253e1e1df8860b","status":"passed","time":{"start":1729032264571,"stop":1729032264571,"duration":0}},{"uid":"67c120314fba3d45","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67c120314fba3d45","status":"passed","time":{"start":1728902012863,"stop":1728902012863,"duration":0}},{"uid":"64c4143b3fa035d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/64c4143b3fa035d","status":"passed","time":{"start":1728893454814,"stop":1728893454814,"duration":0}},{"uid":"5379943a139ad69f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5379943a139ad69f","status":"passed","time":{"start":1728856408456,"stop":1728856408456,"duration":0}},{"uid":"67876bdbfcca1a93","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67876bdbfcca1a93","status":"passed","time":{"start":1728738633857,"stop":1728738633857,"duration":0}},{"uid":"53e1699e14b99a1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/53e1699e14b99a1","status":"passed","time":{"start":1728683159786,"stop":1728683159786,"duration":0}},{"uid":"9408bc6e291d2b51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9408bc6e291d2b51","status":"passed","time":{"start":1728682751333,"stop":1728682751333,"duration":0}},{"uid":"6acd30a1e2add4f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6acd30a1e2add4f2","status":"passed","time":{"start":1728677216364,"stop":1728677216364,"duration":0}},{"uid":"7127f666918e4499","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7127f666918e4499","status":"passed","time":{"start":1728669925456,"stop":1728669925456,"duration":0}},{"uid":"858367637a18acd4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/858367637a18acd4","status":"passed","time":{"start":1728598268808,"stop":1728598268809,"duration":1}},{"uid":"f521dd8a85b2d587","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f521dd8a85b2d587","status":"passed","time":{"start":1728597503928,"stop":1728597503929,"duration":1}}]},"ed5121d2a4dc9d5c1d7255afd719f8ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7589c6469d37dfbf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7589c6469d37dfbf","status":"passed","time":{"start":1728598221887,"stop":1728598221888,"duration":1}}]},"07d326754b23eb6b9bfeb90743af90d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6415898bbb59bd9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c6415898bbb59bd9","status":"passed","time":{"start":1728669834425,"stop":1728669834426,"duration":1}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"d8f5925629bad7a8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d8f5925629bad7a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034413327,"stop":1729034413327,"duration":0}},{"uid":"7e2570a50b54fa70","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7e2570a50b54fa70","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034330403,"stop":1729034330404,"duration":1}},{"uid":"3fb99ac0386222b4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3fb99ac0386222b4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034148001,"stop":1729034148001,"duration":0}},{"uid":"f29e2404cf0eef27","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f29e2404cf0eef27","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032202831,"stop":1729032202831,"duration":0}},{"uid":"692e34c0ccacb40b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/692e34c0ccacb40b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873321,"stop":1728901873321,"duration":0}},{"uid":"1ab7cc1ea507ab7f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1ab7cc1ea507ab7f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311008,"stop":1728893311008,"duration":0}},{"uid":"c9e3feb002afc1d3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c9e3feb002afc1d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856279297,"stop":1728856279298,"duration":1}},{"uid":"68a47cc22405a906","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/68a47cc22405a906","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483462,"stop":1728738483462,"duration":0}},{"uid":"54024ba75ec0abfa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/54024ba75ec0abfa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683033354,"stop":1728683033354,"duration":0}},{"uid":"f719f98e5fc38570","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f719f98e5fc38570","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682591254,"stop":1728682591257,"duration":3}},{"uid":"dfa4b8d75fa52fb5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dfa4b8d75fa52fb5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677083879,"stop":1728677083879,"duration":0}},{"uid":"9da6f2a590d86c22","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9da6f2a590d86c22","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669753997,"stop":1728669753997,"duration":0}},{"uid":"e2239c1edcc2f5ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e2239c1edcc2f5ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598145545,"stop":1728598145545,"duration":0}},{"uid":"a74c7aa748ccc14d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a74c7aa748ccc14d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350445,"stop":1728597350445,"duration":0}}]},"940e0a8d3cf453b22b7c84874dfa3b0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":3,"passed":5,"unknown":0,"total":13},"items":[{"uid":"8757b716b3f4aac7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8757b716b3f4aac7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241151,"stop":1729034241152,"duration":1}},{"uid":"9473d1f6185c5225","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9473d1f6185c5225","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159971,"stop":1729034159971,"duration":0}},{"uid":"e6558a60c359deba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e6558a60c359deba","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977061,"stop":1729033977061,"duration":0}},{"uid":"aeb19b1c177b8fc9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aeb19b1c177b8fc9","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1729032093763,"stop":1729032093763,"duration":0}},{"uid":"9585391158cec4a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9585391158cec4a9","status":"passed","time":{"start":1728901748770,"stop":1728901748770,"duration":0}},{"uid":"d8e0684062c5b06f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d8e0684062c5b06f","status":"passed","time":{"start":1728893181081,"stop":1728893181081,"duration":0}},{"uid":"1b7feb6519ef58c8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b7feb6519ef58c8","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728856155548,"stop":1728856155548,"duration":0}},{"uid":"17a4380afa64b2f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/17a4380afa64b2f1","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728738360281,"stop":1728738360281,"duration":0}},{"uid":"ed91eb1c200275e1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed91eb1c200275e1","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728682907216,"stop":1728682907217,"duration":1}},{"uid":"b3958a7cc9e85390","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3958a7cc9e85390","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728682466725,"stop":1728682466726,"duration":1}},{"uid":"9b6a798d10fa413a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9b6a798d10fa413a","status":"passed","time":{"start":1728676955717,"stop":1728676955717,"duration":0}},{"uid":"5e1d5bcbf2c523bf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e1d5bcbf2c523bf","status":"passed","time":{"start":1728598013531,"stop":1728598013531,"duration":0}},{"uid":"8c7df672d9bae18c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8c7df672d9bae18c","status":"passed","time":{"start":1728597225195,"stop":1728597225196,"duration":1}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"da25431cc3c0dc00","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/da25431cc3c0dc00","status":"passed","time":{"start":1729034325774,"stop":1729034325775,"duration":1}},{"uid":"2b17b014c0c371a0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2b17b014c0c371a0","status":"passed","time":{"start":1729034249512,"stop":1729034249512,"duration":0}},{"uid":"b6b7d1ab8a02a495","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6b7d1ab8a02a495","status":"passed","time":{"start":1729034066154,"stop":1729034066156,"duration":2}},{"uid":"20d2d0bc8291dbc2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/20d2d0bc8291dbc2","status":"passed","time":{"start":1728901782836,"stop":1728901782836,"duration":0}},{"uid":"f035d90eb16baf11","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f035d90eb16baf11","status":"passed","time":{"start":1728893215984,"stop":1728893215984,"duration":0}},{"uid":"629e18de52c56aea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/629e18de52c56aea","status":"passed","time":{"start":1728856159199,"stop":1728856159199,"duration":0}},{"uid":"bde426784536ffd8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bde426784536ffd8","status":"passed","time":{"start":1728738371836,"stop":1728738371837,"duration":1}},{"uid":"afce4a92e6cf64fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/afce4a92e6cf64fb","status":"passed","time":{"start":1728682915883,"stop":1728682915884,"duration":1}},{"uid":"3442bc44c8d1153c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3442bc44c8d1153c","status":"passed","time":{"start":1728682496455,"stop":1728682496456,"duration":1}},{"uid":"c688a82fb4d476ad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c688a82fb4d476ad","status":"passed","time":{"start":1728676980223,"stop":1728676980224,"duration":1}},{"uid":"53ded8f68e1de93f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/53ded8f68e1de93f","status":"passed","time":{"start":1728598045384,"stop":1728598045385,"duration":1}},{"uid":"6b51c894fb71f14a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b51c894fb71f14a","status":"passed","time":{"start":1728597260329,"stop":1728597260330,"duration":1}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a71ee6847ff73687","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a71ee6847ff73687","status":"passed","time":{"start":1729034400898,"stop":1729034400898,"duration":0}},{"uid":"d4b18ce04af95905","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d4b18ce04af95905","status":"passed","time":{"start":1729034317497,"stop":1729034317497,"duration":0}},{"uid":"2d9c64f68d9f514","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d9c64f68d9f514","status":"passed","time":{"start":1729034137155,"stop":1729034137155,"duration":0}},{"uid":"61e71fe0c0dcb176","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61e71fe0c0dcb176","status":"passed","time":{"start":1729032206887,"stop":1729032206887,"duration":0}},{"uid":"606518a44efef7b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/606518a44efef7b2","status":"passed","time":{"start":1728901995034,"stop":1728901995035,"duration":1}},{"uid":"f8f5c2d05c9d7bb9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f8f5c2d05c9d7bb9","status":"passed","time":{"start":1728893421007,"stop":1728893421008,"duration":1}},{"uid":"dbd6899800285cdc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbd6899800285cdc","status":"passed","time":{"start":1728856368609,"stop":1728856368609,"duration":0}},{"uid":"983c03884e05593c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/983c03884e05593c","status":"passed","time":{"start":1728738604691,"stop":1728738604692,"duration":1}},{"uid":"2196e0f5ba2a85ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2196e0f5ba2a85ab","status":"passed","time":{"start":1728683117674,"stop":1728683117674,"duration":0}},{"uid":"b05bdb57e9709ad","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b05bdb57e9709ad","status":"passed","time":{"start":1728682721326,"stop":1728682721326,"duration":0}},{"uid":"cf460c4f67c357a6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cf460c4f67c357a6","status":"passed","time":{"start":1728677184692,"stop":1728677184693,"duration":1}},{"uid":"1cfc67fd02094694","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1cfc67fd02094694","status":"passed","time":{"start":1728669866475,"stop":1728669866476,"duration":1}},{"uid":"93ec2884b479d799","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/93ec2884b479d799","status":"passed","time":{"start":1728598250009,"stop":1728598250009,"duration":0}},{"uid":"de6b1fa28405f98e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/de6b1fa28405f98e","status":"passed","time":{"start":1728597472308,"stop":1728597472308,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f396875d94665c51","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f396875d94665c51","status":"passed","time":{"start":1729034104503,"stop":1729034104503,"duration":0}},{"uid":"11fa3746b2e3e01a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/11fa3746b2e3e01a","status":"passed","time":{"start":1729034027824,"stop":1729034027824,"duration":0}},{"uid":"55d5e3cc7077da4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/55d5e3cc7077da4","status":"passed","time":{"start":1729033842412,"stop":1729033842413,"duration":1}},{"uid":"22b427129c1d8a95","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22b427129c1d8a95","status":"passed","time":{"start":1729031892129,"stop":1729031892129,"duration":0}},{"uid":"52aa4f2964ad7e42","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/52aa4f2964ad7e42","status":"passed","time":{"start":1728901438145,"stop":1728901438145,"duration":0}},{"uid":"8c1400f1e7715684","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c1400f1e7715684","status":"passed","time":{"start":1728892868420,"stop":1728892868420,"duration":0}},{"uid":"b5959b405dabf93e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b5959b405dabf93e","status":"passed","time":{"start":1728855831312,"stop":1728855831312,"duration":0}},{"uid":"9af926892fcb6152","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9af926892fcb6152","status":"passed","time":{"start":1728738048422,"stop":1728738048423,"duration":1}},{"uid":"ecab1fda079ea0dd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ecab1fda079ea0dd","status":"passed","time":{"start":1728682581970,"stop":1728682581970,"duration":0}},{"uid":"e671dd1a83695fae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e671dd1a83695fae","status":"passed","time":{"start":1728682154920,"stop":1728682154921,"duration":1}},{"uid":"5899c8a6ca1f42a3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5899c8a6ca1f42a3","status":"passed","time":{"start":1728676629329,"stop":1728676629329,"duration":0}},{"uid":"b9fb99f09e09718f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b9fb99f09e09718f","status":"passed","time":{"start":1728669352396,"stop":1728669352396,"duration":0}},{"uid":"c80097de69dae658","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c80097de69dae658","status":"passed","time":{"start":1728597693130,"stop":1728597693131,"duration":1}},{"uid":"26b674979d981990","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/26b674979d981990","status":"passed","time":{"start":1728596912668,"stop":1728596912669,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"db350abfa79e6209","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db350abfa79e6209","status":"passed","time":{"start":1729034140568,"stop":1729034140569,"duration":1}},{"uid":"ef73e5b85aca3c1d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ef73e5b85aca3c1d","status":"passed","time":{"start":1729034063213,"stop":1729034063214,"duration":1}},{"uid":"58e55d07ea4e5b40","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58e55d07ea4e5b40","status":"passed","time":{"start":1729033878342,"stop":1729033878344,"duration":2}},{"uid":"f9a321c5f0d57aee","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9a321c5f0d57aee","status":"passed","time":{"start":1729031928151,"stop":1729031928152,"duration":1}},{"uid":"cd044bc166245d72","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cd044bc166245d72","status":"passed","time":{"start":1728901472374,"stop":1728901472375,"duration":1}},{"uid":"95cb902a0df418d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95cb902a0df418d8","status":"passed","time":{"start":1728892903065,"stop":1728892903066,"duration":1}},{"uid":"28beedbe542aea76","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/28beedbe542aea76","status":"passed","time":{"start":1728855866505,"stop":1728855866506,"duration":1}},{"uid":"ecb2504d7af3eadc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ecb2504d7af3eadc","status":"passed","time":{"start":1728738084262,"stop":1728738084263,"duration":1}},{"uid":"1ce0919cde45d7d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ce0919cde45d7d9","status":"passed","time":{"start":1728682617673,"stop":1728682617675,"duration":2}},{"uid":"93e9a2377fefad78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/93e9a2377fefad78","status":"passed","time":{"start":1728682190441,"stop":1728682190442,"duration":1}},{"uid":"1b89421c02cfeaf6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b89421c02cfeaf6","status":"passed","time":{"start":1728676664769,"stop":1728676664770,"duration":1}},{"uid":"dd417f1318ba37f3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd417f1318ba37f3","status":"passed","time":{"start":1728669387970,"stop":1728669387971,"duration":1}},{"uid":"74e868765352171d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74e868765352171d","status":"passed","time":{"start":1728597727561,"stop":1728597727562,"duration":1}},{"uid":"e9b438ca68530184","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e9b438ca68530184","status":"passed","time":{"start":1728596946506,"stop":1728596946507,"duration":1}}]},"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"74158a73b11be777","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/74158a73b11be777","status":"passed","time":{"start":1729034096125,"stop":1729034096125,"duration":0}},{"uid":"dbe8f6cd9c857127","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dbe8f6cd9c857127","status":"passed","time":{"start":1729034020084,"stop":1729034020084,"duration":0}},{"uid":"de9fe61c97f346a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/de9fe61c97f346a","status":"passed","time":{"start":1729033834376,"stop":1729033834376,"duration":0}},{"uid":"61c466dec6418372","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61c466dec6418372","status":"passed","time":{"start":1729031884107,"stop":1729031884107,"duration":0}},{"uid":"6428533e3f2f1b84","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6428533e3f2f1b84","status":"passed","time":{"start":1728901430248,"stop":1728901430249,"duration":1}},{"uid":"326421f971d58e0e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/326421f971d58e0e","status":"passed","time":{"start":1728892860524,"stop":1728892860525,"duration":1}},{"uid":"e617dfd9ace650c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e617dfd9ace650c4","status":"passed","time":{"start":1728855823315,"stop":1728855823315,"duration":0}},{"uid":"ce8ec4133dc4176b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ce8ec4133dc4176b","status":"passed","time":{"start":1728738040584,"stop":1728738040584,"duration":0}},{"uid":"c14beb69536e333b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c14beb69536e333b","status":"passed","time":{"start":1728682574081,"stop":1728682574082,"duration":1}},{"uid":"f3dc0b91d5e78b60","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f3dc0b91d5e78b60","status":"passed","time":{"start":1728682146809,"stop":1728682146809,"duration":0}},{"uid":"361c8d325898b1e6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/361c8d325898b1e6","status":"passed","time":{"start":1728676621423,"stop":1728676621423,"duration":0}},{"uid":"6ff276081b602ebf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6ff276081b602ebf","status":"passed","time":{"start":1728669344460,"stop":1728669344460,"duration":0}},{"uid":"23e6c9d9919cf62e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/23e6c9d9919cf62e","status":"passed","time":{"start":1728597685153,"stop":1728597685154,"duration":1}},{"uid":"8626e816e0197d79","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8626e816e0197d79","status":"passed","time":{"start":1728596904459,"stop":1728596904460,"duration":1}}]},"c5e5b3787653403fac18c50d9c2490b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7cc8c3acd532aa39","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7cc8c3acd532aa39","status":"passed","time":{"start":1728893317181,"stop":1728893317181,"duration":0}}]},"9f45c16691bb60f6555f0ade8ee84434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5593c64c6e6b26f6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5593c64c6e6b26f6","status":"passed","time":{"start":1728669764759,"stop":1728669764760,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e4ebb1c490651059","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e4ebb1c490651059","status":"passed","time":{"start":1729034325777,"stop":1729034325777,"duration":0}},{"uid":"27ee82db812faf0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/27ee82db812faf0d","status":"passed","time":{"start":1729034249513,"stop":1729034249514,"duration":1}},{"uid":"d4f1dbc9f55a12d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d4f1dbc9f55a12d6","status":"passed","time":{"start":1729034066160,"stop":1729034066161,"duration":1}},{"uid":"2523806591b909c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2523806591b909c3","status":"passed","time":{"start":1728901782837,"stop":1728901782837,"duration":0}},{"uid":"d1b685133fbe9a57","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d1b685133fbe9a57","status":"passed","time":{"start":1728893215986,"stop":1728893215987,"duration":1}},{"uid":"ac95273582ac66d1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac95273582ac66d1","status":"passed","time":{"start":1728856159200,"stop":1728856159201,"duration":1}},{"uid":"854d2ac32cad465c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/854d2ac32cad465c","status":"passed","time":{"start":1728738371838,"stop":1728738371838,"duration":0}},{"uid":"2d8171d4b97d5c8c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2d8171d4b97d5c8c","status":"passed","time":{"start":1728682915886,"stop":1728682915887,"duration":1}},{"uid":"ddeceab58791bf36","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ddeceab58791bf36","status":"passed","time":{"start":1728682496457,"stop":1728682496457,"duration":0}},{"uid":"14925db41485efe8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/14925db41485efe8","status":"passed","time":{"start":1728676980225,"stop":1728676980226,"duration":1}},{"uid":"89564ca2aa31f870","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/89564ca2aa31f870","status":"passed","time":{"start":1728598045386,"stop":1728598045386,"duration":0}},{"uid":"370c978126738cab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/370c978126738cab","status":"passed","time":{"start":1728597260331,"stop":1728597260331,"duration":0}}]},"450e2c6f70f67ec4e16267252b651984:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"100497df8c82ad07","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/100497df8c82ad07","status":"passed","time":{"start":1728677107988,"stop":1728677107988,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"89a9a6bec8305fdf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89a9a6bec8305fdf","status":"passed","time":{"start":1729034393653,"stop":1729034393653,"duration":0}},{"uid":"98a23924bfacd403","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/98a23924bfacd403","status":"passed","time":{"start":1729034304851,"stop":1729034304851,"duration":0}},{"uid":"7bdedde96cc68d50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bdedde96cc68d50","status":"passed","time":{"start":1729034121931,"stop":1729034121931,"duration":0}},{"uid":"f14d934ea259a8be","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f14d934ea259a8be","status":"passed","time":{"start":1729032174900,"stop":1729032174901,"duration":1}},{"uid":"ae0e27178fbdf0f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ae0e27178fbdf0f","status":"passed","time":{"start":1728901881016,"stop":1728901881017,"duration":1}},{"uid":"516862eef7dad862","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/516862eef7dad862","status":"passed","time":{"start":1728893317173,"stop":1728893317174,"duration":1}},{"uid":"63a0a1968184c201","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63a0a1968184c201","status":"passed","time":{"start":1728856263102,"stop":1728856263106,"duration":4}},{"uid":"edcc98613bf76bdc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edcc98613bf76bdc","status":"passed","time":{"start":1728738492801,"stop":1728738492801,"duration":0}},{"uid":"4b5804d46cac57e4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4b5804d46cac57e4","status":"passed","time":{"start":1728683030024,"stop":1728683030024,"duration":0}},{"uid":"866d61e9c3dbcc47","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/866d61e9c3dbcc47","status":"passed","time":{"start":1728682581105,"stop":1728682581105,"duration":0}},{"uid":"ac580649a3a45aed","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ac580649a3a45aed","status":"passed","time":{"start":1728677082000,"stop":1728677082001,"duration":1}},{"uid":"652b9668dddf372c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/652b9668dddf372c","status":"passed","time":{"start":1728669795400,"stop":1728669795400,"duration":0}},{"uid":"603fc61f73d3a2df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/603fc61f73d3a2df","status":"passed","time":{"start":1728598137506,"stop":1728598137506,"duration":0}},{"uid":"f1e8b393ad5737b2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1e8b393ad5737b2","status":"passed","time":{"start":1728597353482,"stop":1728597353483,"duration":1}}]},"fabfff8d2944be33cdef7b99593129ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64cd2dd92651a840","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/64cd2dd92651a840","status":"passed","time":{"start":1728598221885,"stop":1728598221886,"duration":1}}]},"2044ea3461a47ce032b173f2bb70ae3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5e1ff95e031f983","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b5e1ff95e031f983","status":"passed","time":{"start":1729032174807,"stop":1729032174807,"duration":0}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ff1ac006de21143e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ff1ac006de21143e","status":"passed","time":{"start":1729034296716,"stop":1729034296716,"duration":0}},{"uid":"470fdf013887a7f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/470fdf013887a7f9","status":"passed","time":{"start":1729034220610,"stop":1729034220612,"duration":2}},{"uid":"7715a08b90f54572","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7715a08b90f54572","status":"passed","time":{"start":1729034041500,"stop":1729034041501,"duration":1}},{"uid":"57e929fae02296cd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/57e929fae02296cd","status":"passed","time":{"start":1728901705416,"stop":1728901705417,"duration":1}},{"uid":"240c043b28b5c4a7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/240c043b28b5c4a7","status":"passed","time":{"start":1728893141782,"stop":1728893141782,"duration":0}},{"uid":"380aa4130bec082b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/380aa4130bec082b","status":"passed","time":{"start":1728856087087,"stop":1728856087088,"duration":1}},{"uid":"1ac5cba4fca5d9bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1ac5cba4fca5d9bd","status":"passed","time":{"start":1728738321455,"stop":1728738321456,"duration":1}},{"uid":"e41f80e7d49650aa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e41f80e7d49650aa","status":"passed","time":{"start":1728682845681,"stop":1728682845681,"duration":0}},{"uid":"e9bcccaf89291d2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9bcccaf89291d2c","status":"passed","time":{"start":1728682424316,"stop":1728682424318,"duration":2}},{"uid":"242443dc75d75181","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/242443dc75d75181","status":"passed","time":{"start":1728676900545,"stop":1728676900547,"duration":2}},{"uid":"34d6d3baaa209b67","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34d6d3baaa209b67","status":"passed","time":{"start":1728669625805,"stop":1728669625805,"duration":0}},{"uid":"24eb9ed6431eda13","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/24eb9ed6431eda13","status":"passed","time":{"start":1728597957176,"stop":1728597957176,"duration":0}},{"uid":"70ac7a15df6d62f2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70ac7a15df6d62f2","status":"passed","time":{"start":1728597182623,"stop":1728597182623,"duration":0}}]},"c918bc9f5b47ab0467e7cb9f3b0398c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e043626853e3c00","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7e043626853e3c00","status":"passed","time":{"start":1728677156810,"stop":1728677156811,"duration":1}}]},"f137e0e038b82db98bf460aabb55fcab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"211913f5e6335f97","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/211913f5e6335f97","status":"passed","time":{"start":1729034112230,"stop":1729034112231,"duration":1}},{"uid":"28327ca78deacf7a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28327ca78deacf7a","status":"passed","time":{"start":1729034035747,"stop":1729034035748,"duration":1}},{"uid":"904d7d19947bca4e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/904d7d19947bca4e","status":"passed","time":{"start":1729033850295,"stop":1729033850296,"duration":1}},{"uid":"98a797020e653414","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/98a797020e653414","status":"passed","time":{"start":1729031899899,"stop":1729031899900,"duration":1}},{"uid":"84ab99ef28a20b9f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84ab99ef28a20b9f","status":"passed","time":{"start":1728901445869,"stop":1728901445870,"duration":1}},{"uid":"e2471a8f0a9ff1c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e2471a8f0a9ff1c4","status":"passed","time":{"start":1728892875902,"stop":1728892875903,"duration":1}},{"uid":"359d8b7bc8caebbc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/359d8b7bc8caebbc","status":"passed","time":{"start":1728855839035,"stop":1728855839036,"duration":1}},{"uid":"1fdd43d8ee9b825e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1fdd43d8ee9b825e","status":"passed","time":{"start":1728738056182,"stop":1728738056183,"duration":1}},{"uid":"711b6fa85db8c3b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/711b6fa85db8c3b4","status":"passed","time":{"start":1728682589456,"stop":1728682589457,"duration":1}},{"uid":"59c09b8253950a99","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59c09b8253950a99","status":"passed","time":{"start":1728682162314,"stop":1728682162314,"duration":0}},{"uid":"492dd6fb958424fa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/492dd6fb958424fa","status":"passed","time":{"start":1728676636999,"stop":1728676637000,"duration":1}},{"uid":"995bf9862b59b935","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/995bf9862b59b935","status":"passed","time":{"start":1728669360366,"stop":1728669360367,"duration":1}},{"uid":"637d6ed96216c8e2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/637d6ed96216c8e2","status":"passed","time":{"start":1728597700885,"stop":1728597700886,"duration":1}},{"uid":"ccc49f6af343aa7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ccc49f6af343aa7","status":"passed","time":{"start":1728596919824,"stop":1728596919824,"duration":0}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b3045f88f459d70","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b3045f88f459d70","status":"passed","time":{"start":1729034329726,"stop":1729034329728,"duration":2}},{"uid":"805205c288c5168f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/805205c288c5168f","status":"passed","time":{"start":1729034249403,"stop":1729034249403,"duration":0}},{"uid":"d2e649bd064259a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d2e649bd064259a","status":"passed","time":{"start":1729034067353,"stop":1729034067354,"duration":1}},{"uid":"40799d5a465d66ac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/40799d5a465d66ac","status":"passed","time":{"start":1729032098327,"stop":1729032098327,"duration":0}},{"uid":"31a3ed15b22e669f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/31a3ed15b22e669f","status":"passed","time":{"start":1728901786965,"stop":1728901786966,"duration":1}},{"uid":"62c8270676717dd6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/62c8270676717dd6","status":"passed","time":{"start":1728893221404,"stop":1728893221404,"duration":0}},{"uid":"a151faa08c557056","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a151faa08c557056","status":"passed","time":{"start":1728856163736,"stop":1728856163736,"duration":0}},{"uid":"fb5790dd1ac9369c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fb5790dd1ac9369c","status":"passed","time":{"start":1728738376850,"stop":1728738376850,"duration":0}},{"uid":"18ce0ceb25c1b9a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/18ce0ceb25c1b9a8","status":"passed","time":{"start":1728682920157,"stop":1728682920157,"duration":0}},{"uid":"ab2e8094e00ca1ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ab2e8094e00ca1ff","status":"passed","time":{"start":1728682501583,"stop":1728682501583,"duration":0}},{"uid":"785080157fff641d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/785080157fff641d","status":"passed","time":{"start":1728676985050,"stop":1728676985051,"duration":1}},{"uid":"803be86b63e57dc5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/803be86b63e57dc5","status":"passed","time":{"start":1728669632407,"stop":1728669632408,"duration":1}},{"uid":"3f3d0a5c28c7e36d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3f3d0a5c28c7e36d","status":"passed","time":{"start":1728598049843,"stop":1728598049844,"duration":1}},{"uid":"87915eb4940e0bb0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/87915eb4940e0bb0","status":"passed","time":{"start":1728597265137,"stop":1728597265138,"duration":1}}]},"e637904ba7e2f12356c096ef2a44954e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9f526a569b2945d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a9f526a569b2945d","status":"passed","time":{"start":1728677107989,"stop":1728677107989,"duration":0}}]},"db35fcaf864d270645c35889a615bbc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4a8767654dc978e1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4a8767654dc978e1","status":"passed","time":{"start":1729034400904,"stop":1729034400904,"duration":0}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"53919f066b133ffb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/53919f066b133ffb","status":"passed","time":{"start":1729034402288,"stop":1729034402288,"duration":0}},{"uid":"9a7c1c1b4acb192c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9a7c1c1b4acb192c","status":"passed","time":{"start":1729034323314,"stop":1729034323314,"duration":0}},{"uid":"46fc31481b2eefbd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/46fc31481b2eefbd","status":"passed","time":{"start":1729034144772,"stop":1729034144772,"duration":0}},{"uid":"d0b58c2714a76e46","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d0b58c2714a76e46","status":"passed","time":{"start":1729032198827,"stop":1729032198827,"duration":0}},{"uid":"9af8100bcfd3bc13","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9af8100bcfd3bc13","status":"passed","time":{"start":1728901901776,"stop":1728901901776,"duration":0}},{"uid":"757dfc22ac09b956","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/757dfc22ac09b956","status":"passed","time":{"start":1728893337257,"stop":1728893337258,"duration":1}},{"uid":"67ce75bae4b5ddb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/67ce75bae4b5ddb0","status":"passed","time":{"start":1728856299202,"stop":1728856299202,"duration":0}},{"uid":"7a2522c450504c14","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a2522c450504c14","status":"passed","time":{"start":1728738505392,"stop":1728738505392,"duration":0}},{"uid":"8033ede5442111f9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8033ede5442111f9","status":"passed","time":{"start":1728683045453,"stop":1728683045453,"duration":0}},{"uid":"69f08d85d0b8f549","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/69f08d85d0b8f549","status":"passed","time":{"start":1728682607298,"stop":1728682607299,"duration":1}},{"uid":"fb5f5f15c85ad46f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fb5f5f15c85ad46f","status":"passed","time":{"start":1728677103501,"stop":1728677103502,"duration":1}},{"uid":"6c2f4888ff991b96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c2f4888ff991b96","status":"passed","time":{"start":1728669777138,"stop":1728669777139,"duration":1}},{"uid":"176fa3dd9845b50a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/176fa3dd9845b50a","status":"passed","time":{"start":1728598163470,"stop":1728598163470,"duration":0}},{"uid":"20c2713593ef0c0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/20c2713593ef0c0d","status":"passed","time":{"start":1728597375489,"stop":1728597375489,"duration":0}}]},"ffcb16d7bbb66e94365fdc5aefd8efa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98bc1341e51be572","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/98bc1341e51be572","status":"passed","time":{"start":1729034308904,"stop":1729034308904,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"250367fbc8787f6a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/250367fbc8787f6a","status":"passed","time":{"start":1729034296704,"stop":1729034296704,"duration":0}},{"uid":"b9d935f32a18ee67","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b9d935f32a18ee67","status":"passed","time":{"start":1729034220601,"stop":1729034220601,"duration":0}},{"uid":"8dff0d8f39f2e499","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8dff0d8f39f2e499","status":"passed","time":{"start":1729034041477,"stop":1729034041477,"duration":0}},{"uid":"c05fe09b66af51c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c05fe09b66af51c3","status":"passed","time":{"start":1728901705388,"stop":1728901705389,"duration":1}},{"uid":"86d6d79016c58554","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/86d6d79016c58554","status":"passed","time":{"start":1728893141771,"stop":1728893141772,"duration":1}},{"uid":"7d4cfbd88f84c542","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d4cfbd88f84c542","status":"passed","time":{"start":1728856087080,"stop":1728856087080,"duration":0}},{"uid":"79d4dd9265581ffa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/79d4dd9265581ffa","status":"passed","time":{"start":1728738321431,"stop":1728738321432,"duration":1}},{"uid":"93a69b1b7fb5658","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/93a69b1b7fb5658","status":"passed","time":{"start":1728682845671,"stop":1728682845672,"duration":1}},{"uid":"20d164a24bd2eecd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/20d164a24bd2eecd","status":"passed","time":{"start":1728682424305,"stop":1728682424305,"duration":0}},{"uid":"b8432aae76683345","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b8432aae76683345","status":"passed","time":{"start":1728676900512,"stop":1728676900512,"duration":0}},{"uid":"91a10cacc838d5b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/91a10cacc838d5b","status":"passed","time":{"start":1728669625796,"stop":1728669625796,"duration":0}},{"uid":"cc8fc9888e4d1d89","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cc8fc9888e4d1d89","status":"passed","time":{"start":1728597957160,"stop":1728597957161,"duration":1}},{"uid":"95cb55272c12b055","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/95cb55272c12b055","status":"passed","time":{"start":1728597182614,"stop":1728597182614,"duration":0}}]},"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a189f4c411ef6ab4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a189f4c411ef6ab4","status":"passed","time":{"start":1729034096112,"stop":1729034096112,"duration":0}},{"uid":"e1da8265385b3772","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e1da8265385b3772","status":"passed","time":{"start":1729034020074,"stop":1729034020074,"duration":0}},{"uid":"b2794ce3271f05c0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b2794ce3271f05c0","status":"passed","time":{"start":1729033834363,"stop":1729033834363,"duration":0}},{"uid":"97cf31db6eae29f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/97cf31db6eae29f","status":"passed","time":{"start":1729031884091,"stop":1729031884092,"duration":1}},{"uid":"25f5a2b701a3875b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25f5a2b701a3875b","status":"passed","time":{"start":1728901430243,"stop":1728901430243,"duration":0}},{"uid":"1782097e66c9b9b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1782097e66c9b9b3","status":"passed","time":{"start":1728892860518,"stop":1728892860518,"duration":0}},{"uid":"a4463f33c325deb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4463f33c325deb0","status":"passed","time":{"start":1728855823308,"stop":1728855823309,"duration":1}},{"uid":"ba47602232b91433","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ba47602232b91433","status":"passed","time":{"start":1728738040571,"stop":1728738040571,"duration":0}},{"uid":"f4f869769f3195ad","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4f869769f3195ad","status":"passed","time":{"start":1728682574069,"stop":1728682574070,"duration":1}},{"uid":"39e53a92909f5873","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/39e53a92909f5873","status":"passed","time":{"start":1728682146797,"stop":1728682146797,"duration":0}},{"uid":"15c41be3f976bbf3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/15c41be3f976bbf3","status":"passed","time":{"start":1728676621406,"stop":1728676621407,"duration":1}},{"uid":"1bc3e59ef2699bcb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1bc3e59ef2699bcb","status":"passed","time":{"start":1728669344454,"stop":1728669344455,"duration":1}},{"uid":"f32ac2c85ad3ccd5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f32ac2c85ad3ccd5","status":"passed","time":{"start":1728597685137,"stop":1728597685137,"duration":0}},{"uid":"cdb20f8cc29349ce","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cdb20f8cc29349ce","status":"passed","time":{"start":1728596904443,"stop":1728596904443,"duration":0}}]},"9d822dead8a72fddcf83479e27236db1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86c0764ac4317a8a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/86c0764ac4317a8a","status":"passed","time":{"start":1728738555098,"stop":1728738555098,"duration":0}}]},"368be719b0481120a9e8c5b4cfa181ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32bc6e2c93d61e40","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32bc6e2c93d61e40","status":"passed","time":{"start":1729034137158,"stop":1729034137158,"duration":0}}]},"c3705f556358a78a3dd8f1183b0ae14f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4baf5c78f612864b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4baf5c78f612864b","status":"passed","time":{"start":1728598137509,"stop":1728598137509,"duration":0}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c20b8b5cbfc0a2dc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c20b8b5cbfc0a2dc","status":"passed","time":{"start":1729034240921,"stop":1729034240921,"duration":0}},{"uid":"a853934ca383f7a1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a853934ca383f7a1","status":"passed","time":{"start":1729034159619,"stop":1729034159620,"duration":1}},{"uid":"95769ae8ddaa4e4a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95769ae8ddaa4e4a","status":"passed","time":{"start":1729033976803,"stop":1729033976803,"duration":0}},{"uid":"c6f60731fba511b1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6f60731fba511b1","status":"passed","time":{"start":1729032020527,"stop":1729032020527,"duration":0}},{"uid":"608bf1beaf82ef0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/608bf1beaf82ef0e","status":"passed","time":{"start":1728901616451,"stop":1728901616451,"duration":0}},{"uid":"756e4e0835254a8b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/756e4e0835254a8b","status":"passed","time":{"start":1728893050248,"stop":1728893050248,"duration":0}},{"uid":"9f1375063716d8ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f1375063716d8ca","status":"passed","time":{"start":1728856015174,"stop":1728856015175,"duration":1}},{"uid":"fba69df547b4c12f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fba69df547b4c12f","status":"passed","time":{"start":1728738233144,"stop":1728738233144,"duration":0}},{"uid":"73e5924cd36d3751","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/73e5924cd36d3751","status":"passed","time":{"start":1728682762475,"stop":1728682762475,"duration":0}},{"uid":"14792a384ce13898","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/14792a384ce13898","status":"passed","time":{"start":1728682332789,"stop":1728682332789,"duration":0}},{"uid":"3aec0f7af9203ae5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3aec0f7af9203ae5","status":"passed","time":{"start":1728676810298,"stop":1728676810298,"duration":0}},{"uid":"a939395b534d5b9c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a939395b534d5b9c","status":"passed","time":{"start":1728669529902,"stop":1728669529903,"duration":1}},{"uid":"123d0e3488f4b399","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/123d0e3488f4b399","status":"passed","time":{"start":1728597873537,"stop":1728597873538,"duration":1}},{"uid":"f7d6ef669ccc110","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f7d6ef669ccc110","status":"passed","time":{"start":1728597089276,"stop":1728597089277,"duration":1}}]},"de6953b1782f2d18394f20211078b3f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90ef4d3cd0734288","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90ef4d3cd0734288","status":"passed","time":{"start":1728597353476,"stop":1728597353476,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"907e6cd796937327","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/907e6cd796937327","status":"passed","time":{"start":1729034296717,"stop":1729034296719,"duration":2}},{"uid":"df5a24acf09813cc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/df5a24acf09813cc","status":"passed","time":{"start":1729034220613,"stop":1729034220613,"duration":0}},{"uid":"65330bd619f1f9b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/65330bd619f1f9b5","status":"passed","time":{"start":1729034041503,"stop":1729034041507,"duration":4}},{"uid":"ecb806eb381f2a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ecb806eb381f2a9","status":"passed","time":{"start":1728901705418,"stop":1728901705419,"duration":1}},{"uid":"252bf71434458289","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/252bf71434458289","status":"passed","time":{"start":1728893141783,"stop":1728893141783,"duration":0}},{"uid":"6e04f010a079ebe","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6e04f010a079ebe","status":"passed","time":{"start":1728856087088,"stop":1728856087088,"duration":0}},{"uid":"c9189c344af181c2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c9189c344af181c2","status":"passed","time":{"start":1728738321457,"stop":1728738321458,"duration":1}},{"uid":"900d5b1bac38818e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/900d5b1bac38818e","status":"passed","time":{"start":1728682845682,"stop":1728682845682,"duration":0}},{"uid":"b3a87fb8236e4bf5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3a87fb8236e4bf5","status":"passed","time":{"start":1728682424318,"stop":1728682424319,"duration":1}},{"uid":"9f688f4a4c829030","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f688f4a4c829030","status":"passed","time":{"start":1728676900547,"stop":1728676900548,"duration":1}},{"uid":"5c98586c06a513d6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5c98586c06a513d6","status":"passed","time":{"start":1728669625806,"stop":1728669625818,"duration":12}},{"uid":"e44eb8fefe518d74","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e44eb8fefe518d74","status":"passed","time":{"start":1728597957177,"stop":1728597957177,"duration":0}},{"uid":"2a35a14292bf208e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2a35a14292bf208e","status":"passed","time":{"start":1728597182624,"stop":1728597182624,"duration":0}}]},"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"feab2f25fd5180dd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/feab2f25fd5180dd","status":"passed","time":{"start":1729034096111,"stop":1729034096112,"duration":1}},{"uid":"14e1603f486ff6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/14e1603f486ff6b","status":"passed","time":{"start":1729034020073,"stop":1729034020074,"duration":1}},{"uid":"e7d4aef81b2ad903","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7d4aef81b2ad903","status":"passed","time":{"start":1729033834362,"stop":1729033834363,"duration":1}},{"uid":"4a87823da972fb8f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4a87823da972fb8f","status":"passed","time":{"start":1729031884091,"stop":1729031884091,"duration":0}},{"uid":"4e1763070dc938b9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4e1763070dc938b9","status":"passed","time":{"start":1728901430243,"stop":1728901430243,"duration":0}},{"uid":"7bab2a402a0b45e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7bab2a402a0b45e4","status":"passed","time":{"start":1728892860517,"stop":1728892860518,"duration":1}},{"uid":"fa7273ebea40f397","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fa7273ebea40f397","status":"passed","time":{"start":1728855823308,"stop":1728855823308,"duration":0}},{"uid":"cc2499c403b5c1be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc2499c403b5c1be","status":"passed","time":{"start":1728738040570,"stop":1728738040570,"duration":0}},{"uid":"9eefa7f775db59a6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9eefa7f775db59a6","status":"passed","time":{"start":1728682574069,"stop":1728682574069,"duration":0}},{"uid":"2df11f9cb89524ef","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2df11f9cb89524ef","status":"passed","time":{"start":1728682146796,"stop":1728682146797,"duration":1}},{"uid":"265cb3a57b5c6352","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/265cb3a57b5c6352","status":"passed","time":{"start":1728676621405,"stop":1728676621405,"duration":0}},{"uid":"8854f566313ba4c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8854f566313ba4c9","status":"passed","time":{"start":1728669344454,"stop":1728669344454,"duration":0}},{"uid":"f4d7ae9c91cac441","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f4d7ae9c91cac441","status":"passed","time":{"start":1728597685136,"stop":1728597685136,"duration":0}},{"uid":"75771b864440cc40","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/75771b864440cc40","status":"passed","time":{"start":1728596904442,"stop":1728596904443,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d7eb6fa57901d908","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d7eb6fa57901d908","status":"passed","time":{"start":1729034370866,"stop":1729034370866,"duration":0}},{"uid":"c3faad326270b64d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c3faad326270b64d","status":"passed","time":{"start":1729034308869,"stop":1729034308870,"duration":1}},{"uid":"1bc25111b7e25fa0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1bc25111b7e25fa0","status":"passed","time":{"start":1729034129472,"stop":1729034129473,"duration":1}},{"uid":"f20939d3b6686a75","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f20939d3b6686a75","status":"passed","time":{"start":1729032178366,"stop":1729032178366,"duration":0}},{"uid":"1c0c1f9f8cebb8c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c0c1f9f8cebb8c0","status":"passed","time":{"start":1728901896345,"stop":1728901896345,"duration":0}},{"uid":"6cee78b268e9a8cf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6cee78b268e9a8cf","status":"passed","time":{"start":1728893329023,"stop":1728893329024,"duration":1}},{"uid":"ddcad5636d89c5ea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ddcad5636d89c5ea","status":"passed","time":{"start":1728856284761,"stop":1728856284761,"duration":0}},{"uid":"8815c4cd904cf0fe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8815c4cd904cf0fe","status":"passed","time":{"start":1728738494938,"stop":1728738494938,"duration":0}},{"uid":"34bfa88b5240e979","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/34bfa88b5240e979","status":"passed","time":{"start":1728683033630,"stop":1728683033630,"duration":0}},{"uid":"4dd63870134fa5cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4dd63870134fa5cf","status":"passed","time":{"start":1728682601735,"stop":1728682601735,"duration":0}},{"uid":"ae0df2c774b1dc46","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae0df2c774b1dc46","status":"passed","time":{"start":1728677107960,"stop":1728677107960,"duration":0}},{"uid":"d73d5e663762ce90","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d73d5e663762ce90","status":"passed","time":{"start":1728669764749,"stop":1728669764750,"duration":1}},{"uid":"5859f6d3c36d7af2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5859f6d3c36d7af2","status":"passed","time":{"start":1728598157561,"stop":1728598157561,"duration":0}},{"uid":"e97c36677b6679d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e97c36677b6679d4","status":"passed","time":{"start":1728597369059,"stop":1728597369060,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d23b6a972cee23e6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d23b6a972cee23e6","status":"passed","time":{"start":1729034096147,"stop":1729034096147,"duration":0}},{"uid":"5197370a7c9595e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5197370a7c9595e","status":"passed","time":{"start":1729034020103,"stop":1729034020104,"duration":1}},{"uid":"5a718ff2e1178122","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a718ff2e1178122","status":"passed","time":{"start":1729033834403,"stop":1729033834403,"duration":0}},{"uid":"439a12de446bc76d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/439a12de446bc76d","status":"passed","time":{"start":1729031884178,"stop":1729031884179,"duration":1}},{"uid":"baf69fd7e3f330b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/baf69fd7e3f330b2","status":"passed","time":{"start":1728901430211,"stop":1728901430212,"duration":1}},{"uid":"6024a23c5948d449","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6024a23c5948d449","status":"passed","time":{"start":1728892860433,"stop":1728892860433,"duration":0}},{"uid":"87ad5bf66d3bfbae","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/87ad5bf66d3bfbae","status":"passed","time":{"start":1728855823270,"stop":1728855823270,"duration":0}},{"uid":"15bfd94f2f76972e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15bfd94f2f76972e","status":"passed","time":{"start":1728738040616,"stop":1728738040616,"duration":0}},{"uid":"e1c27be81e8ad35b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e1c27be81e8ad35b","status":"passed","time":{"start":1728682574126,"stop":1728682574127,"duration":1}},{"uid":"a954d2da3cf35f60","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a954d2da3cf35f60","status":"passed","time":{"start":1728682146846,"stop":1728682146846,"duration":0}},{"uid":"53d9c5466026cc68","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/53d9c5466026cc68","status":"passed","time":{"start":1728676621446,"stop":1728676621446,"duration":0}},{"uid":"ccf55a8f0754da2c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ccf55a8f0754da2c","status":"passed","time":{"start":1728669344424,"stop":1728669344425,"duration":1}},{"uid":"2c7038c7e3e7c277","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2c7038c7e3e7c277","status":"passed","time":{"start":1728597685248,"stop":1728597685248,"duration":0}},{"uid":"602c357dd90c1403","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/602c357dd90c1403","status":"passed","time":{"start":1728596904560,"stop":1728596904560,"duration":0}}]},"f0f70ad872495d1818ee600b2c9b7ad5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5c83c40c0e97251","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f5c83c40c0e97251","status":"passed","time":{"start":1728738567472,"stop":1728738567472,"duration":0}}]},"8c46072ce6c316b72bfbee489e396df3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"814837fad1949a3d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/814837fad1949a3d","status":"passed","time":{"start":1729034112235,"stop":1729034112235,"duration":0}},{"uid":"3cbdef55443ca6c4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3cbdef55443ca6c4","status":"passed","time":{"start":1729034035750,"stop":1729034035751,"duration":1}},{"uid":"2fd4a9580e56e91c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2fd4a9580e56e91c","status":"passed","time":{"start":1729033850301,"stop":1729033850302,"duration":1}},{"uid":"d75f0d36112cddfd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d75f0d36112cddfd","status":"passed","time":{"start":1729031899902,"stop":1729031899902,"duration":0}},{"uid":"256c87bd7139da82","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/256c87bd7139da82","status":"passed","time":{"start":1728901445871,"stop":1728901445871,"duration":0}},{"uid":"55d6c324365c64ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/55d6c324365c64ca","status":"passed","time":{"start":1728892875907,"stop":1728892875908,"duration":1}},{"uid":"63648f3b5161b3a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63648f3b5161b3a9","status":"passed","time":{"start":1728855839038,"stop":1728855839038,"duration":0}},{"uid":"c50173f7daa96703","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c50173f7daa96703","status":"passed","time":{"start":1728738056185,"stop":1728738056185,"duration":0}},{"uid":"1a451dc251eccb5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a451dc251eccb5","status":"passed","time":{"start":1728682589460,"stop":1728682589460,"duration":0}},{"uid":"a6e836831288a480","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a6e836831288a480","status":"passed","time":{"start":1728682162317,"stop":1728682162317,"duration":0}},{"uid":"b8de98fc068e0e7a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b8de98fc068e0e7a","status":"passed","time":{"start":1728676637004,"stop":1728676637004,"duration":0}},{"uid":"ba90468813ac414c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ba90468813ac414c","status":"passed","time":{"start":1728669360369,"stop":1728669360370,"duration":1}},{"uid":"ea85a4c8851df58e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ea85a4c8851df58e","status":"passed","time":{"start":1728597700889,"stop":1728597700889,"duration":0}},{"uid":"2584088f1ade9f2b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2584088f1ade9f2b","status":"passed","time":{"start":1728596919827,"stop":1728596919828,"duration":1}}]},"2980551d237b90d80ca4623340a41524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0517362f3fb43f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a0517362f3fb43f8","status":"passed","time":{"start":1729034357700,"stop":1729034357700,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"82345c628437e8de","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/82345c628437e8de","status":"passed","time":{"start":1729034104152,"stop":1729034104153,"duration":1}},{"uid":"7af2187cc424d465","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7af2187cc424d465","status":"passed","time":{"start":1729034027732,"stop":1729034027733,"duration":1}},{"uid":"5ba3ebeee8e1717f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ba3ebeee8e1717f","status":"passed","time":{"start":1729033842337,"stop":1729033842337,"duration":0}},{"uid":"6f115857efd01be8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6f115857efd01be8","status":"passed","time":{"start":1729031892041,"stop":1729031892041,"duration":0}},{"uid":"35d7f4fa2df2c87d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/35d7f4fa2df2c87d","status":"passed","time":{"start":1728901438021,"stop":1728901438022,"duration":1}},{"uid":"6f062591f1c7882e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6f062591f1c7882e","status":"passed","time":{"start":1728892868228,"stop":1728892868228,"duration":0}},{"uid":"663e7ff5b2e01433","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/663e7ff5b2e01433","status":"passed","time":{"start":1728855831074,"stop":1728855831075,"duration":1}},{"uid":"4746e36d714c9532","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4746e36d714c9532","status":"passed","time":{"start":1728738048432,"stop":1728738048433,"duration":1}},{"uid":"6c80fbda74cb8f99","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6c80fbda74cb8f99","status":"passed","time":{"start":1728682581831,"stop":1728682581832,"duration":1}},{"uid":"ac6befa699270d1c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac6befa699270d1c","status":"passed","time":{"start":1728682154703,"stop":1728682154703,"duration":0}},{"uid":"1b08f39b108caf69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b08f39b108caf69","status":"passed","time":{"start":1728676629292,"stop":1728676629292,"duration":0}},{"uid":"b31f55b84d942908","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b31f55b84d942908","status":"passed","time":{"start":1728669352205,"stop":1728669352206,"duration":1}},{"uid":"5e6ecee59e67d107","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e6ecee59e67d107","status":"passed","time":{"start":1728597693008,"stop":1728597693009,"duration":1}},{"uid":"f9d4af124e7c7c7b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f9d4af124e7c7c7b","status":"passed","time":{"start":1728596912508,"stop":1728596912509,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4cb4d8c06912c446","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4cb4d8c06912c446","status":"passed","time":{"start":1729034411422,"stop":1729034411423,"duration":1}},{"uid":"5d3a6174e343950f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5d3a6174e343950f","status":"passed","time":{"start":1729034327401,"stop":1729034327402,"duration":1}},{"uid":"cab059321a7f63a0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cab059321a7f63a0","status":"passed","time":{"start":1729034147771,"stop":1729034147772,"duration":1}},{"uid":"a3bdeb177c4a6cde","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3bdeb177c4a6cde","status":"passed","time":{"start":1729032204827,"stop":1729032204827,"duration":0}},{"uid":"f439f33bf4f30940","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f439f33bf4f30940","status":"passed","time":{"start":1728901907699,"stop":1728901907699,"duration":0}},{"uid":"b9edffe721ec8154","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b9edffe721ec8154","status":"passed","time":{"start":1728893341888,"stop":1728893341888,"duration":0}},{"uid":"7de5545ba13e18b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7de5545ba13e18b9","status":"passed","time":{"start":1728856299357,"stop":1728856299357,"duration":0}},{"uid":"eeb8982ae18d3c7f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eeb8982ae18d3c7f","status":"passed","time":{"start":1728738511616,"stop":1728738511616,"duration":0}},{"uid":"77c5e2cbbe8bbf39","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/77c5e2cbbe8bbf39","status":"passed","time":{"start":1728683052910,"stop":1728683052911,"duration":1}},{"uid":"acda5a5d0c89307b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acda5a5d0c89307b","status":"passed","time":{"start":1728682612910,"stop":1728682612910,"duration":0}},{"uid":"2de94d1708e7886f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2de94d1708e7886f","status":"passed","time":{"start":1728677115745,"stop":1728677115746,"duration":1}},{"uid":"49f9b82459f87807","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/49f9b82459f87807","status":"passed","time":{"start":1728669778174,"stop":1728669778174,"duration":0}},{"uid":"badbd372be0b68e0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/badbd372be0b68e0","status":"passed","time":{"start":1728598175432,"stop":1728598175432,"duration":0}},{"uid":"cc508e4fb756660d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cc508e4fb756660d","status":"passed","time":{"start":1728597380060,"stop":1728597380060,"duration":0}}]},"6a0cbc8aa652eaf0b953abf87f2c6ab5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4b146e20755991d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4b146e20755991d","status":"passed","time":{"start":1728677156814,"stop":1728677156815,"duration":1}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dc053a2998544ec0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dc053a2998544ec0","status":"passed","time":{"start":1729034190704,"stop":1729034190705,"duration":1}},{"uid":"c81628ce0db28101","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c81628ce0db28101","status":"passed","time":{"start":1729034108430,"stop":1729034108431,"duration":1}},{"uid":"d0bbb7a3b2f170e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0bbb7a3b2f170e2","status":"passed","time":{"start":1729033925381,"stop":1729033925381,"duration":0}},{"uid":"aed6ebc89de032b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aed6ebc89de032b","status":"passed","time":{"start":1729031975188,"stop":1729031975188,"duration":0}},{"uid":"2c1cd423317ac238","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c1cd423317ac238","status":"passed","time":{"start":1728901537876,"stop":1728901537876,"duration":0}},{"uid":"2bde12fa920675d4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2bde12fa920675d4","status":"passed","time":{"start":1728892972428,"stop":1728892972428,"duration":0}},{"uid":"239912ca9e63563a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/239912ca9e63563a","status":"passed","time":{"start":1728855933069,"stop":1728855933070,"duration":1}},{"uid":"a13d21fd9f460d02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a13d21fd9f460d02","status":"passed","time":{"start":1728738149925,"stop":1728738149926,"duration":1}},{"uid":"5e1a9b959cb0e824","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e1a9b959cb0e824","status":"passed","time":{"start":1728682681969,"stop":1728682681970,"duration":1}},{"uid":"3d478408107210ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d478408107210ea","status":"passed","time":{"start":1728682257766,"stop":1728682257768,"duration":2}},{"uid":"e580a8fa9df9a734","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e580a8fa9df9a734","status":"passed","time":{"start":1728676730786,"stop":1728676730787,"duration":1}},{"uid":"cb449442e52dd2bb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cb449442e52dd2bb","status":"passed","time":{"start":1728669456894,"stop":1728669456895,"duration":1}},{"uid":"bde89e4ec2af9725","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bde89e4ec2af9725","status":"passed","time":{"start":1728597795919,"stop":1728597795919,"duration":0}},{"uid":"c5b966c7709b364d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c5b966c7709b364d","status":"passed","time":{"start":1728597010200,"stop":1728597010201,"duration":1}}]},"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"84ae97f1d4da466","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/84ae97f1d4da466","status":"passed","time":{"start":1729034096120,"stop":1729034096120,"duration":0}},{"uid":"b542f40937e30353","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b542f40937e30353","status":"passed","time":{"start":1729034020077,"stop":1729034020081,"duration":4}},{"uid":"e8593330724bc43e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e8593330724bc43e","status":"passed","time":{"start":1729033834372,"stop":1729033834373,"duration":1}},{"uid":"8b50db3aac96ef8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b50db3aac96ef8c","status":"passed","time":{"start":1729031884102,"stop":1729031884103,"duration":1}},{"uid":"92d5c2821d29ca6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/92d5c2821d29ca6e","status":"passed","time":{"start":1728901430245,"stop":1728901430245,"duration":0}},{"uid":"899d572db5fbedd4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/899d572db5fbedd4","status":"passed","time":{"start":1728892860521,"stop":1728892860521,"duration":0}},{"uid":"f1cacb414be58620","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f1cacb414be58620","status":"passed","time":{"start":1728855823311,"stop":1728855823311,"duration":0}},{"uid":"ee55a9a17a2b5c92","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ee55a9a17a2b5c92","status":"passed","time":{"start":1728738040580,"stop":1728738040580,"duration":0}},{"uid":"4f7e36f4526d18c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4f7e36f4526d18c","status":"passed","time":{"start":1728682574077,"stop":1728682574078,"duration":1}},{"uid":"2a99a45a92df0e96","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2a99a45a92df0e96","status":"passed","time":{"start":1728682146806,"stop":1728682146806,"duration":0}},{"uid":"7a211a77a9cd8e44","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a211a77a9cd8e44","status":"passed","time":{"start":1728676621419,"stop":1728676621419,"duration":0}},{"uid":"1756cbca90d6b13c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1756cbca90d6b13c","status":"passed","time":{"start":1728669344457,"stop":1728669344457,"duration":0}},{"uid":"1f70df3ba5352c13","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1f70df3ba5352c13","status":"passed","time":{"start":1728597685149,"stop":1728597685149,"duration":0}},{"uid":"a5aa6bd5bb0ab0e6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a5aa6bd5bb0ab0e6","status":"passed","time":{"start":1728596904455,"stop":1728596904456,"duration":1}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"27c550619c1c76ea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/27c550619c1c76ea","status":"passed","time":{"start":1729034452181,"stop":1729034452181,"duration":0}},{"uid":"90ba869abcd05242","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/90ba869abcd05242","status":"passed","time":{"start":1729034373073,"stop":1729034373074,"duration":1}},{"uid":"db1c0ea812fa6f02","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db1c0ea812fa6f02","status":"passed","time":{"start":1729034188113,"stop":1729034188113,"duration":0}},{"uid":"17cc9b2d5c931eec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/17cc9b2d5c931eec","status":"passed","time":{"start":1729032231860,"stop":1729032231861,"duration":1}},{"uid":"7e6fc6a143a72d7d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e6fc6a143a72d7d","status":"passed","time":{"start":1728901989562,"stop":1728901989563,"duration":1}},{"uid":"1d862df05c74df06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d862df05c74df06","status":"passed","time":{"start":1728893424896,"stop":1728893424896,"duration":0}},{"uid":"d86f47ad74c8694c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d86f47ad74c8694c","status":"passed","time":{"start":1728856376681,"stop":1728856376681,"duration":0}},{"uid":"58d6ff7f197c80e4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58d6ff7f197c80e4","status":"passed","time":{"start":1728738593942,"stop":1728738593943,"duration":1}},{"uid":"866a037b9beb096e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/866a037b9beb096e","status":"passed","time":{"start":1728683135332,"stop":1728683135333,"duration":1}},{"uid":"ba6e8fc1e44ebe3f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ba6e8fc1e44ebe3f","status":"passed","time":{"start":1728682692582,"stop":1728682692582,"duration":0}},{"uid":"bce75a683671bea4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bce75a683671bea4","status":"passed","time":{"start":1728677194226,"stop":1728677194227,"duration":1}},{"uid":"40f37c38465ce1dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/40f37c38465ce1dc","status":"passed","time":{"start":1728669874420,"stop":1728669874421,"duration":1}},{"uid":"344fd2bafd20be69","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/344fd2bafd20be69","status":"passed","time":{"start":1728598257459,"stop":1728598257459,"duration":0}},{"uid":"1e5a9822265a96f9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1e5a9822265a96f9","status":"passed","time":{"start":1728597471281,"stop":1728597471281,"duration":0}}]},"b61242ea7d2f9335e5f2e58ee53dbe42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c5a9a29aff5dec7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2c5a9a29aff5dec7","status":"passed","time":{"start":1729034259818,"stop":1729034259818,"duration":0}}]},"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"602a55307ba0206b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/602a55307ba0206b","status":"passed","time":{"start":1729034096110,"stop":1729034096110,"duration":0}},{"uid":"2a3cc4052b5a4e22","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2a3cc4052b5a4e22","status":"passed","time":{"start":1729034020073,"stop":1729034020073,"duration":0}},{"uid":"c9b90d303ba44a9d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c9b90d303ba44a9d","status":"passed","time":{"start":1729033834361,"stop":1729033834361,"duration":0}},{"uid":"16ed0b3a9ebab729","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/16ed0b3a9ebab729","status":"passed","time":{"start":1729031884089,"stop":1729031884090,"duration":1}},{"uid":"6b63316f19507d01","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6b63316f19507d01","status":"passed","time":{"start":1728901430242,"stop":1728901430242,"duration":0}},{"uid":"6c8dd1d7d23568e9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c8dd1d7d23568e9","status":"passed","time":{"start":1728892860517,"stop":1728892860517,"duration":0}},{"uid":"9e44fb12219345db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e44fb12219345db","status":"passed","time":{"start":1728855823307,"stop":1728855823308,"duration":1}},{"uid":"971f065c422655fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/971f065c422655fa","status":"passed","time":{"start":1728738040569,"stop":1728738040570,"duration":1}},{"uid":"4398bf05eda84abd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4398bf05eda84abd","status":"passed","time":{"start":1728682574067,"stop":1728682574067,"duration":0}},{"uid":"595d6118ed97210e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/595d6118ed97210e","status":"passed","time":{"start":1728682146794,"stop":1728682146795,"duration":1}},{"uid":"5384f67c8a062726","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5384f67c8a062726","status":"passed","time":{"start":1728676621404,"stop":1728676621404,"duration":0}},{"uid":"74f681c886fe2bd8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74f681c886fe2bd8","status":"passed","time":{"start":1728669344453,"stop":1728669344454,"duration":1}},{"uid":"19b6ed951ec75e7e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/19b6ed951ec75e7e","status":"passed","time":{"start":1728597685135,"stop":1728597685135,"duration":0}},{"uid":"dadbc231f1f44598","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dadbc231f1f44598","status":"passed","time":{"start":1728596904441,"stop":1728596904442,"duration":1}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cecd0954fe951eb3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cecd0954fe951eb3","status":"passed","time":{"start":1729034428558,"stop":1729034428559,"duration":1}},{"uid":"39fbfda522e2f3f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/39fbfda522e2f3f9","status":"passed","time":{"start":1729034348217,"stop":1729034348218,"duration":1}},{"uid":"722859d86bf59499","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/722859d86bf59499","status":"passed","time":{"start":1729034169451,"stop":1729034169452,"duration":1}},{"uid":"370a9d664c6d2b39","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/370a9d664c6d2b39","status":"passed","time":{"start":1729032228819,"stop":1729032228820,"duration":1}},{"uid":"6e3d577d5768930e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6e3d577d5768930e","status":"passed","time":{"start":1728901950554,"stop":1728901950555,"duration":1}},{"uid":"27fc0930e81b7e86","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/27fc0930e81b7e86","status":"passed","time":{"start":1728893389990,"stop":1728893389990,"duration":0}},{"uid":"b484dbce4f935f14","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b484dbce4f935f14","status":"passed","time":{"start":1728856333680,"stop":1728856333680,"duration":0}},{"uid":"48c7e4e787ff6271","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/48c7e4e787ff6271","status":"passed","time":{"start":1728738555099,"stop":1728738555100,"duration":1}},{"uid":"803761ac42d9a83e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/803761ac42d9a83e","status":"passed","time":{"start":1728683093176,"stop":1728683093176,"duration":0}},{"uid":"c210116cb0baa166","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c210116cb0baa166","status":"passed","time":{"start":1728682652695,"stop":1728682652695,"duration":0}},{"uid":"52abcb2bd63c0ef6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/52abcb2bd63c0ef6","status":"passed","time":{"start":1728677156817,"stop":1728677156818,"duration":1}},{"uid":"a32a50822b939fb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a32a50822b939fb3","status":"passed","time":{"start":1728669834443,"stop":1728669834443,"duration":0}},{"uid":"1da32bc6023b2930","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1da32bc6023b2930","status":"passed","time":{"start":1728598212618,"stop":1728598212618,"duration":0}},{"uid":"6d272e0a9dac29ef","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6d272e0a9dac29ef","status":"passed","time":{"start":1728597423330,"stop":1728597423330,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3fb3e37c5c1add2b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3fb3e37c5c1add2b","status":"passed","time":{"start":1729034112604,"stop":1729034112605,"duration":1}},{"uid":"61be3a5ba22e4efd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/61be3a5ba22e4efd","status":"passed","time":{"start":1729034035872,"stop":1729034035872,"duration":0}},{"uid":"ff8df023da2623fe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff8df023da2623fe","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0}},{"uid":"8f80414cfd132835","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8f80414cfd132835","status":"passed","time":{"start":1729031900272,"stop":1729031900272,"duration":0}},{"uid":"28e2de14a0a32aaf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/28e2de14a0a32aaf","status":"passed","time":{"start":1728901446177,"stop":1728901446177,"duration":0}},{"uid":"7149dde97254a7f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7149dde97254a7f8","status":"passed","time":{"start":1728892876477,"stop":1728892876478,"duration":1}},{"uid":"5d46502cb7f5d43e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5d46502cb7f5d43e","status":"passed","time":{"start":1728855839199,"stop":1728855839199,"duration":0}},{"uid":"e0df1ca5c97fbb70","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e0df1ca5c97fbb70","status":"passed","time":{"start":1728738056464,"stop":1728738056465,"duration":1}},{"uid":"68123e1ee92484d8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/68123e1ee92484d8","status":"passed","time":{"start":1728682590044,"stop":1728682590045,"duration":1}},{"uid":"675b43f6c32b2d51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/675b43f6c32b2d51","status":"passed","time":{"start":1728682162838,"stop":1728682162839,"duration":1}},{"uid":"28c22c41b128eb1c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/28c22c41b128eb1c","status":"passed","time":{"start":1728676637412,"stop":1728676637412,"duration":0}},{"uid":"73fdd9349ac754bd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/73fdd9349ac754bd","status":"passed","time":{"start":1728669360494,"stop":1728669360494,"duration":0}},{"uid":"10e90bef40eb61b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/10e90bef40eb61b2","status":"passed","time":{"start":1728597701236,"stop":1728597701236,"duration":0}},{"uid":"b012d83c89b44493","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b012d83c89b44493","status":"passed","time":{"start":1728596920371,"stop":1728596920371,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1a4a11d8b90a0329","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1a4a11d8b90a0329","status":"passed","time":{"start":1729034400887,"stop":1729034400887,"duration":0}},{"uid":"54d81e790f2695e6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/54d81e790f2695e6","status":"passed","time":{"start":1729034317449,"stop":1729034317449,"duration":0}},{"uid":"ab0aead6031987d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab0aead6031987d6","status":"passed","time":{"start":1729034137133,"stop":1729034137133,"duration":0}},{"uid":"5b71412a36f03904","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b71412a36f03904","status":"passed","time":{"start":1729032206873,"stop":1729032206874,"duration":1}},{"uid":"3a9e80184af04419","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3a9e80184af04419","status":"passed","time":{"start":1728901995020,"stop":1728901995020,"duration":0}},{"uid":"c53a3c61dc11c900","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c53a3c61dc11c900","status":"passed","time":{"start":1728893420993,"stop":1728893420994,"duration":1}},{"uid":"c23e2d513c77799e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c23e2d513c77799e","status":"passed","time":{"start":1728856368594,"stop":1728856368595,"duration":1}},{"uid":"7c39ff650b557b52","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7c39ff650b557b52","status":"passed","time":{"start":1728738604679,"stop":1728738604679,"duration":0}},{"uid":"44a0f056c0ba4c26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/44a0f056c0ba4c26","status":"passed","time":{"start":1728683117620,"stop":1728683117620,"duration":0}},{"uid":"152a1f50852f09bf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/152a1f50852f09bf","status":"passed","time":{"start":1728682721317,"stop":1728682721317,"duration":0}},{"uid":"111471014de019c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/111471014de019c7","status":"passed","time":{"start":1728677184682,"stop":1728677184682,"duration":0}},{"uid":"3fcc65c32f7cc7fc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3fcc65c32f7cc7fc","status":"passed","time":{"start":1728669866448,"stop":1728669866448,"duration":0}},{"uid":"baaff2581065c2b9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/baaff2581065c2b9","status":"passed","time":{"start":1728598249974,"stop":1728598249974,"duration":0}},{"uid":"be75e9256aaa115b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/be75e9256aaa115b","status":"passed","time":{"start":1728597472290,"stop":1728597472290,"duration":0}}]},"841733f072b21e9eddbfeb68eed12f49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2d2836cec03ec24","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c2d2836cec03ec24","status":"passed","time":{"start":1728683030017,"stop":1728683030017,"duration":0}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4e71a9e290c7eeda","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4e71a9e290c7eeda","status":"passed","time":{"start":1729034120216,"stop":1729034120216,"duration":0}},{"uid":"2692080a4241046f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2692080a4241046f","status":"passed","time":{"start":1729034043144,"stop":1729034043144,"duration":0}},{"uid":"6b8e3c9586c677fc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6b8e3c9586c677fc","status":"passed","time":{"start":1729033857766,"stop":1729033857767,"duration":1}},{"uid":"45c49854a8819b9e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45c49854a8819b9e","status":"passed","time":{"start":1729031907986,"stop":1729031907987,"duration":1}},{"uid":"c657805986df575c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c657805986df575c","status":"passed","time":{"start":1728901453413,"stop":1728901453413,"duration":0}},{"uid":"285d07f2ae606be2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/285d07f2ae606be2","status":"passed","time":{"start":1728892883979,"stop":1728892883980,"duration":1}},{"uid":"7db42de94416e3f9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7db42de94416e3f9","status":"passed","time":{"start":1728855846186,"stop":1728855846186,"duration":0}},{"uid":"f98fe34ed4ff628c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f98fe34ed4ff628c","status":"passed","time":{"start":1728738063648,"stop":1728738063649,"duration":1}},{"uid":"c4f87133c72d99ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c4f87133c72d99ca","status":"passed","time":{"start":1728682597531,"stop":1728682597532,"duration":1}},{"uid":"7a228908e38cbffb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7a228908e38cbffb","status":"passed","time":{"start":1728682170203,"stop":1728682170203,"duration":0}},{"uid":"272fc31c74a3baf7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/272fc31c74a3baf7","status":"passed","time":{"start":1728676644981,"stop":1728676644982,"duration":1}},{"uid":"83298aba76f9108a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83298aba76f9108a","status":"passed","time":{"start":1728669367854,"stop":1728669367855,"duration":1}},{"uid":"2476e46d196289a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2476e46d196289a6","status":"passed","time":{"start":1728597708661,"stop":1728597708661,"duration":0}},{"uid":"28c32259a078aec6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/28c32259a078aec6","status":"passed","time":{"start":1728596927479,"stop":1728596927479,"duration":0}}]},"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"250a81a59a4366a4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/250a81a59a4366a4","status":"passed","time":{"start":1729034443522,"stop":1729034443529,"duration":7}},{"uid":"a659dbea8728942e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a659dbea8728942e","status":"passed","time":{"start":1729034357710,"stop":1729034357711,"duration":1}},{"uid":"6f3fac1496e763c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6f3fac1496e763c8","status":"passed","time":{"start":1729034177538,"stop":1729034177538,"duration":0}},{"uid":"714fb2977a2f200e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/714fb2977a2f200e","status":"passed","time":{"start":1729032235318,"stop":1729032235318,"duration":0}},{"uid":"d106bf7166628b56","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d106bf7166628b56","status":"passed","time":{"start":1728901958867,"stop":1728901958867,"duration":0}},{"uid":"6ff297735f673d4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6ff297735f673d4f","status":"passed","time":{"start":1728893395085,"stop":1728893395085,"duration":0}},{"uid":"c5806efa48835697","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c5806efa48835697","status":"passed","time":{"start":1728856355699,"stop":1728856355700,"duration":1}},{"uid":"7b86e03c0fcb6041","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7b86e03c0fcb6041","status":"passed","time":{"start":1728738567474,"stop":1728738567474,"duration":0}},{"uid":"c520efd278a551","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c520efd278a551","status":"passed","time":{"start":1728683110373,"stop":1728683110374,"duration":1}},{"uid":"cab558118f07ae28","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cab558118f07ae28","status":"passed","time":{"start":1728682666071,"stop":1728682666071,"duration":0}},{"uid":"887bee210113e855","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/887bee210113e855","status":"passed","time":{"start":1728677163585,"stop":1728677163585,"duration":0}},{"uid":"8bed3ede197f3b41","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bed3ede197f3b41","status":"passed","time":{"start":1728669841257,"stop":1728669841257,"duration":0}},{"uid":"425af215134ba2e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/425af215134ba2e","status":"passed","time":{"start":1728598221902,"stop":1728598221903,"duration":1}},{"uid":"7911d11bd78a403a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7911d11bd78a403a","status":"passed","time":{"start":1728597434084,"stop":1728597434085,"duration":1}}]},"dd81a2308b07c8ec111ab1083e102cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f645eb8c3d7f2c00","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f645eb8c3d7f2c00","status":"passed","time":{"start":1728677156809,"stop":1728677156810,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"430588572c5226c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/430588572c5226c","status":"passed","time":{"start":1729034402260,"stop":1729034402260,"duration":0}},{"uid":"15643eef2a4ca6ad","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/15643eef2a4ca6ad","status":"passed","time":{"start":1729034323282,"stop":1729034323282,"duration":0}},{"uid":"8a5bbf60e4d7b233","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a5bbf60e4d7b233","status":"passed","time":{"start":1729034144760,"stop":1729034144761,"duration":1}},{"uid":"88431419ba06ef32","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/88431419ba06ef32","status":"passed","time":{"start":1729032198810,"stop":1729032198811,"duration":1}},{"uid":"ac01c3cc81197824","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac01c3cc81197824","status":"passed","time":{"start":1728901901751,"stop":1728901901752,"duration":1}},{"uid":"6655b9873969a7c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6655b9873969a7c8","status":"passed","time":{"start":1728893337237,"stop":1728893337237,"duration":0}},{"uid":"53a8670b682fb6a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/53a8670b682fb6a5","status":"passed","time":{"start":1728856299184,"stop":1728856299184,"duration":0}},{"uid":"76db8dca4556d39e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76db8dca4556d39e","status":"passed","time":{"start":1728738505370,"stop":1728738505370,"duration":0}},{"uid":"b90caeab22b476ec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b90caeab22b476ec","status":"passed","time":{"start":1728683045439,"stop":1728683045439,"duration":0}},{"uid":"63e5551b47e98932","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/63e5551b47e98932","status":"passed","time":{"start":1728682607282,"stop":1728682607282,"duration":0}},{"uid":"fed5230397c7c041","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fed5230397c7c041","status":"passed","time":{"start":1728677103486,"stop":1728677103488,"duration":2}},{"uid":"13df8087f6bbed8b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/13df8087f6bbed8b","status":"passed","time":{"start":1728669777112,"stop":1728669777112,"duration":0}},{"uid":"1afea8c1b269710e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1afea8c1b269710e","status":"passed","time":{"start":1728598163461,"stop":1728598163461,"duration":0}},{"uid":"f0a304797163c71a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0a304797163c71a","status":"passed","time":{"start":1728597375457,"stop":1728597375458,"duration":1}}]},"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":11,"unknown":0,"total":14},"items":[{"uid":"aa4dc9d75bab3fca","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aa4dc9d75bab3fca","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241340,"stop":1729034241340,"duration":0}},{"uid":"de5d99cb4de867a4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/de5d99cb4de867a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160195,"stop":1729034160195,"duration":0}},{"uid":"59bb9f5131c302e4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/59bb9f5131c302e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977227,"stop":1729033977227,"duration":0}},{"uid":"e7ba88b496091be8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e7ba88b496091be8","status":"passed","time":{"start":1729032053271,"stop":1729032053272,"duration":1}},{"uid":"c599c8cbe356e4ce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c599c8cbe356e4ce","status":"passed","time":{"start":1728901711769,"stop":1728901711769,"duration":0}},{"uid":"86169d2a02abb543","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/86169d2a02abb543","status":"passed","time":{"start":1728893141902,"stop":1728893141903,"duration":1}},{"uid":"e8fc753f6a20e10b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e8fc753f6a20e10b","status":"passed","time":{"start":1728856103201,"stop":1728856103202,"duration":1}},{"uid":"ffc4b39970c18244","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ffc4b39970c18244","status":"passed","time":{"start":1728738321621,"stop":1728738321621,"duration":0}},{"uid":"96c69313deb2081b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96c69313deb2081b","status":"passed","time":{"start":1728682857569,"stop":1728682857569,"duration":0}},{"uid":"904db067fdd1498","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/904db067fdd1498","status":"passed","time":{"start":1728682428805,"stop":1728682428805,"duration":0}},{"uid":"eb007a4f51fdd5c4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eb007a4f51fdd5c4","status":"passed","time":{"start":1728676901171,"stop":1728676901172,"duration":1}},{"uid":"dd0fbdf405925b96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd0fbdf405925b96","status":"passed","time":{"start":1728669573865,"stop":1728669573866,"duration":1}},{"uid":"f7a56ab90840e1a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f7a56ab90840e1a0","status":"passed","time":{"start":1728597972339,"stop":1728597972340,"duration":1}},{"uid":"72d909c683be5338","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/72d909c683be5338","status":"passed","time":{"start":1728597175621,"stop":1728597175621,"duration":0}}]},"d4094e759556c123d67214a6b41998df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d8ffd486204656cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8ffd486204656cc","status":"passed","time":{"start":1728669795390,"stop":1728669795391,"duration":1}}]},"497f5ba97a1217e4eea8c3744e45a608:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"24cfe1f51919caa7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/24cfe1f51919caa7","status":"passed","time":{"start":1729034357699,"stop":1729034357699,"duration":0}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"18b74935ba0e51d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/18b74935ba0e51d4","status":"passed","time":{"start":1729034428559,"stop":1729034428559,"duration":0}},{"uid":"e3cc65c164ea402d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e3cc65c164ea402d","status":"passed","time":{"start":1729034348218,"stop":1729034348219,"duration":1}},{"uid":"56519e36412b4de0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/56519e36412b4de0","status":"passed","time":{"start":1729034169452,"stop":1729034169452,"duration":0}},{"uid":"ec708e5b36e1cfe0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ec708e5b36e1cfe0","status":"passed","time":{"start":1729032228821,"stop":1729032228821,"duration":0}},{"uid":"6860187baccb2384","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6860187baccb2384","status":"passed","time":{"start":1728901950555,"stop":1728901950558,"duration":3}},{"uid":"451db328055f7aea","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/451db328055f7aea","status":"passed","time":{"start":1728893389990,"stop":1728893389990,"duration":0}},{"uid":"fa33c6eb1aad0eb4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fa33c6eb1aad0eb4","status":"passed","time":{"start":1728856333680,"stop":1728856333683,"duration":3}},{"uid":"781787126cb9c700","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/781787126cb9c700","status":"passed","time":{"start":1728738555100,"stop":1728738555101,"duration":1}},{"uid":"32fea3b7fc751ba","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32fea3b7fc751ba","status":"passed","time":{"start":1728683093176,"stop":1728683093177,"duration":1}},{"uid":"2534796228b66cb3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2534796228b66cb3","status":"passed","time":{"start":1728682652696,"stop":1728682652697,"duration":1}},{"uid":"5a20c3dfccccf56","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5a20c3dfccccf56","status":"passed","time":{"start":1728677156818,"stop":1728677156819,"duration":1}},{"uid":"2f545c6a06906cf3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f545c6a06906cf3","status":"passed","time":{"start":1728669834444,"stop":1728669834444,"duration":0}},{"uid":"9e878924133ed290","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e878924133ed290","status":"passed","time":{"start":1728598212618,"stop":1728598212619,"duration":1}},{"uid":"6adb7a92d309ca72","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6adb7a92d309ca72","status":"passed","time":{"start":1728597423330,"stop":1728597423331,"duration":1}}]},"7c3ae89f9a75a6c35e768d4380a412c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b9e3a7313e5d464","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7b9e3a7313e5d464","status":"passed","time":{"start":1728856263111,"stop":1728856263112,"duration":1}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"42d29c47831bb365","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/42d29c47831bb365","status":"passed","time":{"start":1729034296716,"stop":1729034296717,"duration":1}},{"uid":"f4ca1edf54ee23f3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f4ca1edf54ee23f3","status":"passed","time":{"start":1729034220612,"stop":1729034220613,"duration":1}},{"uid":"27d70574f1f22d72","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27d70574f1f22d72","status":"passed","time":{"start":1729034041501,"stop":1729034041501,"duration":0}},{"uid":"32c19e6f68620f7f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/32c19e6f68620f7f","status":"passed","time":{"start":1728901705417,"stop":1728901705417,"duration":0}},{"uid":"dc4f4e21857754d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dc4f4e21857754d8","status":"passed","time":{"start":1728893141782,"stop":1728893141783,"duration":1}},{"uid":"1c4af58426a3df8c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1c4af58426a3df8c","status":"passed","time":{"start":1728856087088,"stop":1728856087088,"duration":0}},{"uid":"5e4dedd4db9bfdfd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5e4dedd4db9bfdfd","status":"passed","time":{"start":1728738321456,"stop":1728738321457,"duration":1}},{"uid":"c6b9a4fe4e00645d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c6b9a4fe4e00645d","status":"passed","time":{"start":1728682845681,"stop":1728682845682,"duration":1}},{"uid":"7e881307b50bac96","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7e881307b50bac96","status":"passed","time":{"start":1728682424318,"stop":1728682424318,"duration":0}},{"uid":"faded968cb86c493","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/faded968cb86c493","status":"passed","time":{"start":1728676900547,"stop":1728676900547,"duration":0}},{"uid":"c9dc9e89def1aaf2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9dc9e89def1aaf2","status":"passed","time":{"start":1728669625806,"stop":1728669625806,"duration":0}},{"uid":"1e8bd124ed5141f6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e8bd124ed5141f6","status":"passed","time":{"start":1728597957177,"stop":1728597957177,"duration":0}},{"uid":"89c13e41e0d396a1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/89c13e41e0d396a1","status":"passed","time":{"start":1728597182624,"stop":1728597182624,"duration":0}}]},"efd15e7e5957759af2dd46035a601ec0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"353593a53f5867ca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/353593a53f5867ca","status":"passed","time":{"start":1728669834426,"stop":1728669834427,"duration":1}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a9f47c1c86f74107","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9f47c1c86f74107","status":"passed","time":{"start":1729034104144,"stop":1729034104152,"duration":8}},{"uid":"57ee340f5db646f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/57ee340f5db646f5","status":"passed","time":{"start":1729034027727,"stop":1729034027732,"duration":5}},{"uid":"c76586e255d169df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c76586e255d169df","status":"passed","time":{"start":1729033842331,"stop":1729033842337,"duration":6}},{"uid":"a9774638ffe6bfd1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a9774638ffe6bfd1","status":"passed","time":{"start":1729031892038,"stop":1729031892041,"duration":3}},{"uid":"570c00f123ec00b1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/570c00f123ec00b1","status":"passed","time":{"start":1728901438018,"stop":1728901438020,"duration":2}},{"uid":"b30286185c29be13","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b30286185c29be13","status":"passed","time":{"start":1728892868225,"stop":1728892868227,"duration":2}},{"uid":"e9c2cc3f308bcbdd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e9c2cc3f308bcbdd","status":"passed","time":{"start":1728855831072,"stop":1728855831073,"duration":1}},{"uid":"6e56a97deabef27f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e56a97deabef27f","status":"passed","time":{"start":1728738048431,"stop":1728738048432,"duration":1}},{"uid":"5c9dec3be87d22b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5c9dec3be87d22b4","status":"passed","time":{"start":1728682581828,"stop":1728682581831,"duration":3}},{"uid":"7573edb00ebf71e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7573edb00ebf71e","status":"passed","time":{"start":1728682154701,"stop":1728682154702,"duration":1}},{"uid":"520ff8f30ba1ad60","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/520ff8f30ba1ad60","status":"passed","time":{"start":1728676629287,"stop":1728676629291,"duration":4}},{"uid":"b6d3cc2a6db71070","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b6d3cc2a6db71070","status":"passed","time":{"start":1728669352203,"stop":1728669352205,"duration":2}},{"uid":"d28cf20c0e04496","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d28cf20c0e04496","status":"passed","time":{"start":1728597693006,"stop":1728597693008,"duration":2}},{"uid":"648a89d8d2e21872","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/648a89d8d2e21872","status":"passed","time":{"start":1728596912507,"stop":1728596912508,"duration":1}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5c4d9747defe5412","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5c4d9747defe5412","status":"passed","time":{"start":1729034130428,"stop":1729034130429,"duration":1}},{"uid":"ac8e8fcdb7cd661","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ac8e8fcdb7cd661","status":"passed","time":{"start":1729034053398,"stop":1729034053399,"duration":1}},{"uid":"4b94e67e200a3893","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b94e67e200a3893","status":"passed","time":{"start":1729033868325,"stop":1729033868326,"duration":1}},{"uid":"294da6688bc24e7a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/294da6688bc24e7a","status":"passed","time":{"start":1729031918115,"stop":1729031918116,"duration":1}},{"uid":"40155e060f5d67da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40155e060f5d67da","status":"passed","time":{"start":1728901463795,"stop":1728901463796,"duration":1}},{"uid":"5e2b61172416454b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5e2b61172416454b","status":"passed","time":{"start":1728892894309,"stop":1728892894309,"duration":0}},{"uid":"f7f25bf8e15d6c10","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f7f25bf8e15d6c10","status":"passed","time":{"start":1728855856837,"stop":1728855856837,"duration":0}},{"uid":"2e3529445ceb8198","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2e3529445ceb8198","status":"passed","time":{"start":1728738074177,"stop":1728738074178,"duration":1}},{"uid":"f27caaa0b11970a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f27caaa0b11970a","status":"passed","time":{"start":1728682607650,"stop":1728682607650,"duration":0}},{"uid":"d53799898b4467d9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d53799898b4467d9","status":"passed","time":{"start":1728682180604,"stop":1728682180605,"duration":1}},{"uid":"1954cade01f16c39","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1954cade01f16c39","status":"passed","time":{"start":1728676655188,"stop":1728676655188,"duration":0}},{"uid":"b19ef471b9a49b25","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b19ef471b9a49b25","status":"passed","time":{"start":1728669378163,"stop":1728669378164,"duration":1}},{"uid":"edac303af3cb0fad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/edac303af3cb0fad","status":"passed","time":{"start":1728597718741,"stop":1728597718741,"duration":0}},{"uid":"b655fcdd959e434d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b655fcdd959e434d","status":"passed","time":{"start":1728596937944,"stop":1728596937945,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"90b7f3b207969bfe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/90b7f3b207969bfe","status":"passed","time":{"start":1729034411424,"stop":1729034411424,"duration":0}},{"uid":"9cabbab36ce67067","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9cabbab36ce67067","status":"passed","time":{"start":1729034327405,"stop":1729034327406,"duration":1}},{"uid":"e0afe1a208547434","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e0afe1a208547434","status":"passed","time":{"start":1729034147780,"stop":1729034147780,"duration":0}},{"uid":"7bd1ec1d4cbacaf9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7bd1ec1d4cbacaf9","status":"passed","time":{"start":1729032204829,"stop":1729032204829,"duration":0}},{"uid":"935134d9a1d40bd6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/935134d9a1d40bd6","status":"passed","time":{"start":1728901907702,"stop":1728901907713,"duration":11}},{"uid":"61f97467655621c2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61f97467655621c2","status":"passed","time":{"start":1728893341889,"stop":1728893341889,"duration":0}},{"uid":"2843f0beceb06892","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2843f0beceb06892","status":"passed","time":{"start":1728856299382,"stop":1728856299382,"duration":0}},{"uid":"aea8524a8e5979a8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aea8524a8e5979a8","status":"passed","time":{"start":1728738511618,"stop":1728738511619,"duration":1}},{"uid":"9e6c9e870e1500c6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9e6c9e870e1500c6","status":"passed","time":{"start":1728683052912,"stop":1728683052912,"duration":0}},{"uid":"c383ceb5c480849f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c383ceb5c480849f","status":"passed","time":{"start":1728682612912,"stop":1728682612912,"duration":0}},{"uid":"7a730b35d6da19b7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a730b35d6da19b7","status":"passed","time":{"start":1728677115747,"stop":1728677115747,"duration":0}},{"uid":"9c7fdc97fe29a2e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c7fdc97fe29a2e2","status":"passed","time":{"start":1728669778175,"stop":1728669778176,"duration":1}},{"uid":"1794fa3b3cfd8f47","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1794fa3b3cfd8f47","status":"passed","time":{"start":1728598175434,"stop":1728598175434,"duration":0}},{"uid":"d2e57acae79a7796","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d2e57acae79a7796","status":"passed","time":{"start":1728597380063,"stop":1728597380064,"duration":1}}]},"ca2cc8ec38f4ebd1ee637181a66835c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e122e2f6d660c84","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3e122e2f6d660c84","status":"passed","time":{"start":1728677081989,"stop":1728677081989,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"985f0952c93c8780","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/985f0952c93c8780","status":"passed","time":{"start":1729034095622,"stop":1729034095623,"duration":1}},{"uid":"b9c5cbb358c2721c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b9c5cbb358c2721c","status":"passed","time":{"start":1729034019880,"stop":1729034019886,"duration":6}},{"uid":"632472c57f425b01","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/632472c57f425b01","status":"passed","time":{"start":1729033834022,"stop":1729033834024,"duration":2}},{"uid":"6a5a35d590da3b5a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6a5a35d590da3b5a","status":"passed","time":{"start":1729031883604,"stop":1729031883605,"duration":1}},{"uid":"318df9b75d769de6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/318df9b75d769de6","status":"passed","time":{"start":1728901429891,"stop":1728901429892,"duration":1}},{"uid":"5254da85d010ddec","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5254da85d010ddec","status":"passed","time":{"start":1728892860032,"stop":1728892860034,"duration":2}},{"uid":"991e759fab660aec","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/991e759fab660aec","status":"passed","time":{"start":1728855822964,"stop":1728855822965,"duration":1}},{"uid":"bb7e655a25f0861e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb7e655a25f0861e","status":"passed","time":{"start":1728738040124,"stop":1728738040126,"duration":2}},{"uid":"152dc1dc1102ecd7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/152dc1dc1102ecd7","status":"passed","time":{"start":1728682573416,"stop":1728682573417,"duration":1}},{"uid":"6f51778bf945f898","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6f51778bf945f898","status":"passed","time":{"start":1728682146523,"stop":1728682146525,"duration":2}},{"uid":"d75d5ec8f22e1ef4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d75d5ec8f22e1ef4","status":"passed","time":{"start":1728676621026,"stop":1728676621027,"duration":1}},{"uid":"23bdf10b8013858f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/23bdf10b8013858f","status":"passed","time":{"start":1728669344027,"stop":1728669344028,"duration":1}},{"uid":"510321094577ffa7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/510321094577ffa7","status":"passed","time":{"start":1728597684701,"stop":1728597684702,"duration":1}},{"uid":"711ebf0b86eabf3c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/711ebf0b86eabf3c","status":"passed","time":{"start":1728596904039,"stop":1728596904041,"duration":2}}]},"7ccbc98584beccfbb9f62e043188f134:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41f02d93e4e64c2c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/41f02d93e4e64c2c","status":"passed","time":{"start":1728738505382,"stop":1728738505383,"duration":1}}]},"aca3534c2ca4f5fb976f08db65fb53ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae9c6eaeba030ab","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ae9c6eaeba030ab","status":"passed","time":{"start":1729034317506,"stop":1729034317506,"duration":0}}]},"a141eda9d99505656140f63b516581c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45642fb225f18a96","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45642fb225f18a96","status":"passed","time":{"start":1729034169441,"stop":1729034169442,"duration":1}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2a66078c80bf3bc3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2a66078c80bf3bc3","status":"passed","time":{"start":1729034296703,"stop":1729034296704,"duration":1}},{"uid":"94e3717ec9b633e6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/94e3717ec9b633e6","status":"passed","time":{"start":1729034220600,"stop":1729034220600,"duration":0}},{"uid":"7a5c759068785bb3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a5c759068785bb3","status":"passed","time":{"start":1729034041476,"stop":1729034041477,"duration":1}},{"uid":"e10431bf4ba36446","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e10431bf4ba36446","status":"passed","time":{"start":1728901705387,"stop":1728901705387,"duration":0}},{"uid":"277971ee38b88724","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/277971ee38b88724","status":"passed","time":{"start":1728893141770,"stop":1728893141771,"duration":1}},{"uid":"61fa339f1d24a8e4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/61fa339f1d24a8e4","status":"passed","time":{"start":1728856087080,"stop":1728856087080,"duration":0}},{"uid":"c321dd1c84dc3db8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c321dd1c84dc3db8","status":"passed","time":{"start":1728738321431,"stop":1728738321431,"duration":0}},{"uid":"34ff46e6d6d46d49","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/34ff46e6d6d46d49","status":"passed","time":{"start":1728682845671,"stop":1728682845671,"duration":0}},{"uid":"d00c29d1762ca16f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d00c29d1762ca16f","status":"passed","time":{"start":1728682424305,"stop":1728682424305,"duration":0}},{"uid":"e8cad558fafddda4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8cad558fafddda4","status":"passed","time":{"start":1728676900512,"stop":1728676900512,"duration":0}},{"uid":"844b60d6e161e57c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/844b60d6e161e57c","status":"passed","time":{"start":1728669625795,"stop":1728669625795,"duration":0}},{"uid":"c472acc7bb3fea08","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c472acc7bb3fea08","status":"passed","time":{"start":1728597957160,"stop":1728597957160,"duration":0}},{"uid":"e2766d508fca6ce8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e2766d508fca6ce8","status":"passed","time":{"start":1728597182612,"stop":1728597182614,"duration":2}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6d70f1b3235ee501","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d70f1b3235ee501","status":"passed","time":{"start":1729034296714,"stop":1729034296714,"duration":0}},{"uid":"9155f05f3ad9e74b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9155f05f3ad9e74b","status":"passed","time":{"start":1729034220609,"stop":1729034220610,"duration":1}},{"uid":"d286884eb1cc3fa6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d286884eb1cc3fa6","status":"passed","time":{"start":1729034041498,"stop":1729034041498,"duration":0}},{"uid":"f0489a690d020e6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f0489a690d020e6e","status":"passed","time":{"start":1728901705413,"stop":1728901705414,"duration":1}},{"uid":"d6cd4ab3bda76507","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6cd4ab3bda76507","status":"passed","time":{"start":1728893141781,"stop":1728893141781,"duration":0}},{"uid":"ef8756582bfe1386","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ef8756582bfe1386","status":"passed","time":{"start":1728856087087,"stop":1728856087087,"duration":0}},{"uid":"bc8f766a00ae65ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bc8f766a00ae65ec","status":"passed","time":{"start":1728738321446,"stop":1728738321454,"duration":8}},{"uid":"308dfd5a336f90f3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/308dfd5a336f90f3","status":"passed","time":{"start":1728682845680,"stop":1728682845680,"duration":0}},{"uid":"908de8dc6b87aa30","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/908de8dc6b87aa30","status":"passed","time":{"start":1728682424315,"stop":1728682424315,"duration":0}},{"uid":"4a6aa3f847769a5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4a6aa3f847769a5","status":"passed","time":{"start":1728676900544,"stop":1728676900544,"duration":0}},{"uid":"783f42c605e9a6a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/783f42c605e9a6a","status":"passed","time":{"start":1728669625804,"stop":1728669625805,"duration":1}},{"uid":"853805f145f1a328","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/853805f145f1a328","status":"passed","time":{"start":1728597957175,"stop":1728597957176,"duration":1}},{"uid":"b2aa1cba33da6e5f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2aa1cba33da6e5f","status":"passed","time":{"start":1728597182622,"stop":1728597182623,"duration":1}}]},"d5c42a61d4159091cc94520f6520dc00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c823bd7732e7513b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c823bd7732e7513b","status":"passed","time":{"start":1728669841252,"stop":1728669841253,"duration":1}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5f390563b595b1b0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f390563b595b1b0","status":"passed","time":{"start":1729034400895,"stop":1729034400896,"duration":1}},{"uid":"c7b60b417b998316","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c7b60b417b998316","status":"passed","time":{"start":1729034317486,"stop":1729034317487,"duration":1}},{"uid":"1aab05fe9d22c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1aab05fe9d22c5","status":"passed","time":{"start":1729034137149,"stop":1729034137149,"duration":0}},{"uid":"70298b043bd15f1c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/70298b043bd15f1c","status":"passed","time":{"start":1729032206882,"stop":1729032206883,"duration":1}},{"uid":"12bec19458a3d5a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12bec19458a3d5a8","status":"passed","time":{"start":1728901995027,"stop":1728901995027,"duration":0}},{"uid":"e59092aec32b2dd3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e59092aec32b2dd3","status":"passed","time":{"start":1728893421004,"stop":1728893421004,"duration":0}},{"uid":"2bde1a04c2dd8d3b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2bde1a04c2dd8d3b","status":"passed","time":{"start":1728856368603,"stop":1728856368604,"duration":1}},{"uid":"78c711d90615ca8f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78c711d90615ca8f","status":"passed","time":{"start":1728738604689,"stop":1728738604689,"duration":0}},{"uid":"101d99271b503cee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/101d99271b503cee","status":"passed","time":{"start":1728683117645,"stop":1728683117651,"duration":6}},{"uid":"acc41718041474cc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acc41718041474cc","status":"passed","time":{"start":1728682721324,"stop":1728682721324,"duration":0}},{"uid":"bb252305a9d3f8c2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bb252305a9d3f8c2","status":"passed","time":{"start":1728677184690,"stop":1728677184690,"duration":0}},{"uid":"310bf60930fc939d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/310bf60930fc939d","status":"passed","time":{"start":1728669866470,"stop":1728669866471,"duration":1}},{"uid":"3a06fcad983692a7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3a06fcad983692a7","status":"passed","time":{"start":1728598250007,"stop":1728598250007,"duration":0}},{"uid":"8baec1c0b061e0ff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8baec1c0b061e0ff","status":"passed","time":{"start":1728597472306,"stop":1728597472307,"duration":1}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"131b17bd7ff73d8d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/131b17bd7ff73d8d","status":"passed","time":{"start":1729034307030,"stop":1729034307031,"duration":1}},{"uid":"8dc836968a7653f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8dc836968a7653f5","status":"passed","time":{"start":1729034223305,"stop":1729034223306,"duration":1}},{"uid":"8eb7b22f91a8aaac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8eb7b22f91a8aaac","status":"passed","time":{"start":1729034034977,"stop":1729034034978,"duration":1}},{"uid":"690d76dfd75092db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/690d76dfd75092db","status":"passed","time":{"start":1729032066281,"stop":1729032066287,"duration":6}},{"uid":"fef23ad139f4c986","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fef23ad139f4c986","status":"passed","time":{"start":1728901706618,"stop":1728901706618,"duration":0}},{"uid":"258ab302d5d30a80","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/258ab302d5d30a80","status":"passed","time":{"start":1728893153421,"stop":1728893153421,"duration":0}},{"uid":"9e65bc4cbf2a82a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e65bc4cbf2a82a5","status":"passed","time":{"start":1728856108125,"stop":1728856108126,"duration":1}},{"uid":"3fd08eb56fb87851","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3fd08eb56fb87851","status":"passed","time":{"start":1728738316668,"stop":1728738316668,"duration":0}},{"uid":"816e09f76eae66e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/816e09f76eae66e6","status":"passed","time":{"start":1728682865314,"stop":1728682865315,"duration":1}},{"uid":"bc343f384339685c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc343f384339685c","status":"passed","time":{"start":1728682446994,"stop":1728682446995,"duration":1}},{"uid":"e5d0f98f151bbea0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5d0f98f151bbea0","status":"passed","time":{"start":1728676924478,"stop":1728676924478,"duration":0}},{"uid":"dc20d932f6d5239","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc20d932f6d5239","status":"passed","time":{"start":1728669626256,"stop":1728669626257,"duration":1}},{"uid":"c582aa3ce35c2f24","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c582aa3ce35c2f24","status":"passed","time":{"start":1728597973671,"stop":1728597973672,"duration":1}},{"uid":"9d23e3630492a6fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9d23e3630492a6fd","status":"passed","time":{"start":1728597188033,"stop":1728597188034,"duration":1}}]},"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fb20610eb50849b7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fb20610eb50849b7","status":"passed","time":{"start":1729034096129,"stop":1729034096130,"duration":1}},{"uid":"3ed16a2bace39e1d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3ed16a2bace39e1d","status":"passed","time":{"start":1729034020087,"stop":1729034020087,"duration":0}},{"uid":"60c64221952c1608","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/60c64221952c1608","status":"passed","time":{"start":1729033834380,"stop":1729033834381,"duration":1}},{"uid":"e05f4740d13a4fec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e05f4740d13a4fec","status":"passed","time":{"start":1729031884113,"stop":1729031884113,"duration":0}},{"uid":"d80dd80aa9c4c4c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d80dd80aa9c4c4c","status":"passed","time":{"start":1728901430252,"stop":1728901430252,"duration":0}},{"uid":"7bb43da171b4fff3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7bb43da171b4fff3","status":"passed","time":{"start":1728892860528,"stop":1728892860529,"duration":1}},{"uid":"908fbba93c7ca817","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/908fbba93c7ca817","status":"passed","time":{"start":1728855823319,"stop":1728855823319,"duration":0}},{"uid":"cf5adca3df168c2f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cf5adca3df168c2f","status":"passed","time":{"start":1728738040597,"stop":1728738040598,"duration":1}},{"uid":"d141d41678083632","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d141d41678083632","status":"passed","time":{"start":1728682574088,"stop":1728682574088,"duration":0}},{"uid":"9affea21b59c8838","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9affea21b59c8838","status":"passed","time":{"start":1728682146812,"stop":1728682146812,"duration":0}},{"uid":"336c17a688f864de","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/336c17a688f864de","status":"passed","time":{"start":1728676621428,"stop":1728676621428,"duration":0}},{"uid":"7d3b44a708d1c3bc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7d3b44a708d1c3bc","status":"passed","time":{"start":1728669344464,"stop":1728669344464,"duration":0}},{"uid":"dc646cd08fbac111","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc646cd08fbac111","status":"passed","time":{"start":1728597685157,"stop":1728597685158,"duration":1}},{"uid":"71e3720dc7b2dc00","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/71e3720dc7b2dc00","status":"passed","time":{"start":1728596904464,"stop":1728596904464,"duration":0}}]},"cebc03d1dc17894394eae679b80a05d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94b33e4881d5b0ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94b33e4881d5b0ea","status":"passed","time":{"start":1728682607292,"stop":1728682607293,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"14e7dd4d2856d22f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/14e7dd4d2856d22f","status":"passed","time":{"start":1729034325778,"stop":1729034325778,"duration":0}},{"uid":"522c27a37ee74bb0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/522c27a37ee74bb0","status":"passed","time":{"start":1729034249514,"stop":1729034249514,"duration":0}},{"uid":"13c9afdf003b23b8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/13c9afdf003b23b8","status":"passed","time":{"start":1729034066161,"stop":1729034066161,"duration":0}},{"uid":"a7c684d5f248b47e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7c684d5f248b47e","status":"passed","time":{"start":1728901782837,"stop":1728901782838,"duration":1}},{"uid":"c39753acbf199a5b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c39753acbf199a5b","status":"passed","time":{"start":1728893215987,"stop":1728893215988,"duration":1}},{"uid":"2bb6ec0420acc47b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2bb6ec0420acc47b","status":"passed","time":{"start":1728856159201,"stop":1728856159201,"duration":0}},{"uid":"8188b0fc113127df","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8188b0fc113127df","status":"passed","time":{"start":1728738371839,"stop":1728738371839,"duration":0}},{"uid":"b1c786f7c0cca7fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1c786f7c0cca7fb","status":"passed","time":{"start":1728682915887,"stop":1728682915887,"duration":0}},{"uid":"2947af912ab05100","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2947af912ab05100","status":"passed","time":{"start":1728682496457,"stop":1728682496457,"duration":0}},{"uid":"61ad15b3c70df9e1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/61ad15b3c70df9e1","status":"passed","time":{"start":1728676980226,"stop":1728676980226,"duration":0}},{"uid":"3869963a9d3ca016","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3869963a9d3ca016","status":"passed","time":{"start":1728598045387,"stop":1728598045387,"duration":0}},{"uid":"ebd7ffcfc68a0a49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ebd7ffcfc68a0a49","status":"passed","time":{"start":1728597260331,"stop":1728597260332,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4114ea0dbbff03f2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4114ea0dbbff03f2","status":"passed","time":{"start":1729034390821,"stop":1729034390821,"duration":0}},{"uid":"3b00a72d699a361d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3b00a72d699a361d","status":"passed","time":{"start":1729034323920,"stop":1729034323922,"duration":2}},{"uid":"795863f0cf273a74","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/795863f0cf273a74","status":"passed","time":{"start":1729034140324,"stop":1729034140324,"duration":0}},{"uid":"8deee002265e79f0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8deee002265e79f0","status":"passed","time":{"start":1729032192389,"stop":1729032192391,"duration":2}},{"uid":"1f86bef55ecda855","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1f86bef55ecda855","status":"passed","time":{"start":1728901896708,"stop":1728901896708,"duration":0}},{"uid":"59b62bfe9970f992","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/59b62bfe9970f992","status":"passed","time":{"start":1728893334447,"stop":1728893334447,"duration":0}},{"uid":"afb0314fb57b9f85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/afb0314fb57b9f85","status":"passed","time":{"start":1728856285986,"stop":1728856285987,"duration":1}},{"uid":"3890067a8be96276","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3890067a8be96276","status":"passed","time":{"start":1728738508178,"stop":1728738508178,"duration":0}},{"uid":"31739b38fdc062ff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/31739b38fdc062ff","status":"passed","time":{"start":1728683055335,"stop":1728683055335,"duration":0}},{"uid":"e64803c20d4de55a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e64803c20d4de55a","status":"passed","time":{"start":1728682604662,"stop":1728682604662,"duration":0}},{"uid":"5962ca82d7b610be","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5962ca82d7b610be","status":"passed","time":{"start":1728677105011,"stop":1728677105011,"duration":0}},{"uid":"f4abf32e22edf853","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4abf32e22edf853","status":"passed","time":{"start":1728669780767,"stop":1728669780767,"duration":0}},{"uid":"725375b21b87cd3d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/725375b21b87cd3d","status":"passed","time":{"start":1728598159630,"stop":1728598159630,"duration":0}},{"uid":"21197e7878082cc7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/21197e7878082cc7","status":"passed","time":{"start":1728597371093,"stop":1728597371093,"duration":0}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"436c7389fa1a2b11","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/436c7389fa1a2b11","status":"passed","time":{"start":1729034400895,"stop":1729034400895,"duration":0}},{"uid":"6b2e6b20dfab72bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b2e6b20dfab72bf","status":"passed","time":{"start":1729034317486,"stop":1729034317486,"duration":0}},{"uid":"8b1aff59d9060251","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b1aff59d9060251","status":"passed","time":{"start":1729034137148,"stop":1729034137148,"duration":0}},{"uid":"bf0f5858b8bc47d2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bf0f5858b8bc47d2","status":"passed","time":{"start":1729032206882,"stop":1729032206882,"duration":0}},{"uid":"6be65343a413d663","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6be65343a413d663","status":"passed","time":{"start":1728901995027,"stop":1728901995027,"duration":0}},{"uid":"4457667f073d77c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4457667f073d77c8","status":"passed","time":{"start":1728893421004,"stop":1728893421004,"duration":0}},{"uid":"573ffbbd25e09c10","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/573ffbbd25e09c10","status":"passed","time":{"start":1728856368603,"stop":1728856368603,"duration":0}},{"uid":"7c1d08b1eba019e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7c1d08b1eba019e","status":"passed","time":{"start":1728738604688,"stop":1728738604689,"duration":1}},{"uid":"17060332b89fc0ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/17060332b89fc0ab","status":"passed","time":{"start":1728683117644,"stop":1728683117645,"duration":1}},{"uid":"a3cca9ed4d18c9a0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a3cca9ed4d18c9a0","status":"passed","time":{"start":1728682721323,"stop":1728682721323,"duration":0}},{"uid":"4759db9151d92e58","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4759db9151d92e58","status":"passed","time":{"start":1728677184690,"stop":1728677184690,"duration":0}},{"uid":"53879cf508a15ec9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/53879cf508a15ec9","status":"passed","time":{"start":1728669866469,"stop":1728669866469,"duration":0}},{"uid":"39cf4f5ef299ce01","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39cf4f5ef299ce01","status":"passed","time":{"start":1728598250003,"stop":1728598250004,"duration":1}},{"uid":"ccf737d4199f162d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ccf737d4199f162d","status":"passed","time":{"start":1728597472306,"stop":1728597472306,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8dfbbe737fc9075c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8dfbbe737fc9075c","status":"passed","time":{"start":1729034325776,"stop":1729034325776,"duration":0}},{"uid":"a554d0dcab223873","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a554d0dcab223873","status":"passed","time":{"start":1729034249513,"stop":1729034249513,"duration":0}},{"uid":"a6379544a67e2d88","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6379544a67e2d88","status":"passed","time":{"start":1729034066157,"stop":1729034066158,"duration":1}},{"uid":"42c9f7f248bfd82","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/42c9f7f248bfd82","status":"passed","time":{"start":1728901782836,"stop":1728901782837,"duration":1}},{"uid":"af913ee20e3fbb7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/af913ee20e3fbb7c","status":"passed","time":{"start":1728893215985,"stop":1728893215985,"duration":0}},{"uid":"3667e7a1d2306107","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3667e7a1d2306107","status":"passed","time":{"start":1728856159200,"stop":1728856159200,"duration":0}},{"uid":"80913f82cf40ed3d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80913f82cf40ed3d","status":"passed","time":{"start":1728738371838,"stop":1728738371838,"duration":0}},{"uid":"95259e1ad7e337f8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/95259e1ad7e337f8","status":"passed","time":{"start":1728682915885,"stop":1728682915886,"duration":1}},{"uid":"58c706a1f67a8b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/58c706a1f67a8b4","status":"passed","time":{"start":1728682496456,"stop":1728682496456,"duration":0}},{"uid":"a2a3cd15aa669a7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2a3cd15aa669a7","status":"passed","time":{"start":1728676980225,"stop":1728676980225,"duration":0}},{"uid":"5eba98d5f454597d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5eba98d5f454597d","status":"passed","time":{"start":1728598045386,"stop":1728598045386,"duration":0}},{"uid":"8a5449e6212d69cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8a5449e6212d69cd","status":"passed","time":{"start":1728597260330,"stop":1728597260330,"duration":0}}]},"e20eb7121bbb60f8167a1108bc254548:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2bd19fc3e12d389","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b2bd19fc3e12d389","status":"passed","time":{"start":1728669764760,"stop":1728669764760,"duration":0}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ac2a5ec920befd2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ac2a5ec920befd2","status":"passed","time":{"start":1729034259829,"stop":1729034259830,"duration":1}},{"uid":"642ec19ac4c94d06","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/642ec19ac4c94d06","status":"passed","time":{"start":1729034194034,"stop":1729034194035,"duration":1}},{"uid":"ff8311727550462d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff8311727550462d","status":"passed","time":{"start":1729034014881,"stop":1729034014882,"duration":1}},{"uid":"c77312961d2c6530","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c77312961d2c6530","status":"passed","time":{"start":1729032065460,"stop":1729032065461,"duration":1}},{"uid":"ccc9fa702434d087","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ccc9fa702434d087","status":"passed","time":{"start":1728901664284,"stop":1728901664285,"duration":1}},{"uid":"ea0b6ee9362e04e2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ea0b6ee9362e04e2","status":"passed","time":{"start":1728893093695,"stop":1728893093695,"duration":0}},{"uid":"bde41eb83738393e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bde41eb83738393e","status":"passed","time":{"start":1728856055276,"stop":1728856055277,"duration":1}},{"uid":"1281944cb23234e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1281944cb23234e6","status":"passed","time":{"start":1728738274748,"stop":1728738274748,"duration":0}},{"uid":"accb9c302ac1694f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/accb9c302ac1694f","status":"passed","time":{"start":1728682807963,"stop":1728682807963,"duration":0}},{"uid":"c7a6d93371f783c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7a6d93371f783c0","status":"passed","time":{"start":1728682381291,"stop":1728682381300,"duration":9}},{"uid":"bb4f0f90dae5fede","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bb4f0f90dae5fede","status":"passed","time":{"start":1728676853904,"stop":1728676853904,"duration":0}},{"uid":"17d1fd25c39ed121","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/17d1fd25c39ed121","status":"passed","time":{"start":1728669581701,"stop":1728669581702,"duration":1}},{"uid":"7c354a3fcc1491bc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c354a3fcc1491bc","status":"passed","time":{"start":1728597923495,"stop":1728597923495,"duration":0}},{"uid":"954757426092f967","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/954757426092f967","status":"passed","time":{"start":1728597132267,"stop":1728597132267,"duration":0}}]},"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2a04863054a8bd08","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2a04863054a8bd08","status":"passed","time":{"start":1729034096138,"stop":1729034096138,"duration":0}},{"uid":"4c61119791ae6a5a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c61119791ae6a5a","status":"passed","time":{"start":1729034020094,"stop":1729034020094,"duration":0}},{"uid":"1100bd4eb7b5f537","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1100bd4eb7b5f537","status":"passed","time":{"start":1729033834391,"stop":1729033834391,"duration":0}},{"uid":"2c2309fd66c72f4d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c2309fd66c72f4d","status":"passed","time":{"start":1729031884124,"stop":1729031884124,"duration":0}},{"uid":"33c2d696fe859a43","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/33c2d696fe859a43","status":"passed","time":{"start":1728901430258,"stop":1728901430258,"duration":0}},{"uid":"c29370aa07f6d7fd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c29370aa07f6d7fd","status":"passed","time":{"start":1728892860537,"stop":1728892860537,"duration":0}},{"uid":"8754953e576bdff0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8754953e576bdff0","status":"passed","time":{"start":1728855823326,"stop":1728855823326,"duration":0}},{"uid":"2b9965c050122e6d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2b9965c050122e6d","status":"passed","time":{"start":1728738040607,"stop":1728738040607,"duration":0}},{"uid":"82de6b904c01170","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82de6b904c01170","status":"passed","time":{"start":1728682574097,"stop":1728682574097,"duration":0}},{"uid":"e72ba0ee056605e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e72ba0ee056605e6","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"7f684a4cde88d328","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7f684a4cde88d328","status":"passed","time":{"start":1728676621436,"stop":1728676621436,"duration":0}},{"uid":"431231833f8b1cfd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/431231833f8b1cfd","status":"passed","time":{"start":1728669344472,"stop":1728669344472,"duration":0}},{"uid":"ede233bf966510ee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ede233bf966510ee","status":"passed","time":{"start":1728597685166,"stop":1728597685166,"duration":0}},{"uid":"a8a03a4bf26028f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a8a03a4bf26028f8","status":"passed","time":{"start":1728596904474,"stop":1728596904474,"duration":0}}]},"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1b44dd3d7d982494","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1b44dd3d7d982494","status":"passed","time":{"start":1729034458924,"stop":1729034458925,"duration":1}},{"uid":"f5979efa2dd92aa5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f5979efa2dd92aa5","status":"passed","time":{"start":1729034372194,"stop":1729034372194,"duration":0}},{"uid":"b651fdb03f329e0c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b651fdb03f329e0c","status":"passed","time":{"start":1729034191991,"stop":1729034191994,"duration":3}},{"uid":"c49ecf86534a3700","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c49ecf86534a3700","status":"passed","time":{"start":1729032246143,"stop":1729032246143,"duration":0}},{"uid":"87300cf2500b4303","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/87300cf2500b4303","status":"passed","time":{"start":1728902009942,"stop":1728902009942,"duration":0}},{"uid":"e35a1a76e0c8b190","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e35a1a76e0c8b190","status":"passed","time":{"start":1728893442067,"stop":1728893442067,"duration":0}},{"uid":"f0fb135984de5226","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f0fb135984de5226","status":"passed","time":{"start":1728856390379,"stop":1728856390379,"duration":0}},{"uid":"295f0b4a62be1065","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/295f0b4a62be1065","status":"passed","time":{"start":1728738615984,"stop":1728738615984,"duration":0}},{"uid":"6f6a90805c693602","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6f6a90805c693602","status":"passed","time":{"start":1728683138589,"stop":1728683138590,"duration":1}},{"uid":"ffe52324bbdefa93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ffe52324bbdefa93","status":"passed","time":{"start":1728682713979,"stop":1728682713979,"duration":0}},{"uid":"b85e928c99d5d816","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b85e928c99d5d816","status":"passed","time":{"start":1728677205664,"stop":1728677205665,"duration":1}},{"uid":"1f50fac6eee1943","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1f50fac6eee1943","status":"passed","time":{"start":1728669886305,"stop":1728669886306,"duration":1}},{"uid":"9bfe0e8c2b43f1eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9bfe0e8c2b43f1eb","status":"passed","time":{"start":1728598272273,"stop":1728598272274,"duration":1}},{"uid":"b2d6a1fd6a9cdf01","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2d6a1fd6a9cdf01","status":"passed","time":{"start":1728597492995,"stop":1728597492995,"duration":0}}]},"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6fe1ace5a37fd2de","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6fe1ace5a37fd2de","status":"passed","time":{"start":1729034096139,"stop":1729034096140,"duration":1}},{"uid":"b7af3c105ba62f8f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b7af3c105ba62f8f","status":"passed","time":{"start":1729034020096,"stop":1729034020096,"duration":0}},{"uid":"df2cffba8141d8d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df2cffba8141d8d0","status":"passed","time":{"start":1729033834392,"stop":1729033834393,"duration":1}},{"uid":"b8bb2af9ae169b59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b8bb2af9ae169b59","status":"passed","time":{"start":1729031884126,"stop":1729031884126,"duration":0}},{"uid":"6048c65b4d4047bb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6048c65b4d4047bb","status":"passed","time":{"start":1728901430259,"stop":1728901430259,"duration":0}},{"uid":"39576a316b8d5b6c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/39576a316b8d5b6c","status":"passed","time":{"start":1728892860538,"stop":1728892860538,"duration":0}},{"uid":"7c61b8423cf3fab7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7c61b8423cf3fab7","status":"passed","time":{"start":1728855823327,"stop":1728855823328,"duration":1}},{"uid":"b3105125f175c593","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3105125f175c593","status":"passed","time":{"start":1728738040608,"stop":1728738040609,"duration":1}},{"uid":"1d39fdd358a4c8e1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1d39fdd358a4c8e1","status":"passed","time":{"start":1728682574099,"stop":1728682574100,"duration":1}},{"uid":"c1c6e859a8408192","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1c6e859a8408192","status":"passed","time":{"start":1728682146823,"stop":1728682146824,"duration":1}},{"uid":"a04cbe098d4fa5ec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a04cbe098d4fa5ec","status":"passed","time":{"start":1728676621438,"stop":1728676621438,"duration":0}},{"uid":"377039d8a85dbf98","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/377039d8a85dbf98","status":"passed","time":{"start":1728669344473,"stop":1728669344473,"duration":0}},{"uid":"69ea599ea1f38b16","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/69ea599ea1f38b16","status":"passed","time":{"start":1728597685168,"stop":1728597685168,"duration":0}},{"uid":"e4501375b65ee0d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e4501375b65ee0d4","status":"passed","time":{"start":1728596904476,"stop":1728596904476,"duration":0}}]},"d0dc5dea0b736c4c0a73afb84dd0d2f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1c3607de476a894","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d1c3607de476a894","status":"passed","time":{"start":1728901958854,"stop":1728901958855,"duration":1}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a79788c6846c8ad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a79788c6846c8ad","status":"passed","time":{"start":1729034462012,"stop":1729034462012,"duration":0}},{"uid":"50e6d785b364aa81","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/50e6d785b364aa81","status":"passed","time":{"start":1729034375976,"stop":1729034375976,"duration":0}},{"uid":"f4e7fc831e47e5f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f4e7fc831e47e5f","status":"passed","time":{"start":1729034200065,"stop":1729034200065,"duration":0}},{"uid":"340ce7bba28b8505","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/340ce7bba28b8505","status":"passed","time":{"start":1729032257890,"stop":1729032257890,"duration":0}},{"uid":"536835fc41631889","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/536835fc41631889","status":"passed","time":{"start":1728902003565,"stop":1728902003567,"duration":2}},{"uid":"f160c463fbd853f2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f160c463fbd853f2","status":"passed","time":{"start":1728893434694,"stop":1728893434694,"duration":0}},{"uid":"26a8bb81c38a2fa5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/26a8bb81c38a2fa5","status":"passed","time":{"start":1728856398642,"stop":1728856398642,"duration":0}},{"uid":"7db82f1a432b8e47","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7db82f1a432b8e47","status":"passed","time":{"start":1728738612001,"stop":1728738612001,"duration":0}},{"uid":"aa2e317e26a254e4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aa2e317e26a254e4","status":"passed","time":{"start":1728683155008,"stop":1728683155008,"duration":0}},{"uid":"6c73a6f9876cd22e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c73a6f9876cd22e","status":"passed","time":{"start":1728682706103,"stop":1728682706103,"duration":0}},{"uid":"75addde0192ac18c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/75addde0192ac18c","status":"passed","time":{"start":1728677207495,"stop":1728677207495,"duration":0}},{"uid":"c59e831c0d88af65","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c59e831c0d88af65","status":"passed","time":{"start":1728669887097,"stop":1728669887097,"duration":0}},{"uid":"ed335ff50ca5edfc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ed335ff50ca5edfc","status":"passed","time":{"start":1728598263637,"stop":1728598263637,"duration":0}},{"uid":"ea0ff4d99b537bb0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea0ff4d99b537bb0","status":"passed","time":{"start":1728597478275,"stop":1728597478275,"duration":0}}]},"4f4e0af3b0ffd8416ef88ac3a630c4f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9598553d209f7eda","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9598553d209f7eda","status":"passed","time":{"start":1729034129482,"stop":1729034129482,"duration":0}}]},"926a0a8e442c46de3a902b60357c68a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47677e972a85e135","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/47677e972a85e135","status":"passed","time":{"start":1728901881008,"stop":1728901881008,"duration":0}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"26946c832db350a1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/26946c832db350a1","status":"passed","time":{"start":1729034120500,"stop":1729034120500,"duration":0}},{"uid":"d5c3f41f9ab5332a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d5c3f41f9ab5332a","status":"passed","time":{"start":1729033858270,"stop":1729033858271,"duration":1}},{"uid":"9ad8b818bd8a7711","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ad8b818bd8a7711","status":"passed","time":{"start":1729031908177,"stop":1729031908177,"duration":0}},{"uid":"7ece7eb232444936","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7ece7eb232444936","status":"passed","time":{"start":1728901453933,"stop":1728901453933,"duration":0}},{"uid":"6dbf27a00d4e9ce3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6dbf27a00d4e9ce3","status":"passed","time":{"start":1728892884409,"stop":1728892884410,"duration":1}},{"uid":"680d537e6777a757","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/680d537e6777a757","status":"passed","time":{"start":1728855846879,"stop":1728855846879,"duration":0}},{"uid":"ccd30089251d9a7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ccd30089251d9a7","status":"passed","time":{"start":1728738064182,"stop":1728738064182,"duration":0}},{"uid":"82543e567ecc824b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82543e567ecc824b","status":"passed","time":{"start":1728682597760,"stop":1728682597761,"duration":1}},{"uid":"d460c5b125b2d277","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d460c5b125b2d277","status":"passed","time":{"start":1728682170540,"stop":1728682170540,"duration":0}},{"uid":"daeb0165234b944a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/daeb0165234b944a","status":"passed","time":{"start":1728676645199,"stop":1728676645200,"duration":1}},{"uid":"32d59065aa182a01","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32d59065aa182a01","status":"passed","time":{"start":1728669368194,"stop":1728669368195,"duration":1}},{"uid":"f70db26ab54dff56","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f70db26ab54dff56","status":"passed","time":{"start":1728597709010,"stop":1728597709011,"duration":1}},{"uid":"bc7ec582ea6cea82","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc7ec582ea6cea82","status":"passed","time":{"start":1728596928106,"stop":1728596928106,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6d594ee269fce3cc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d594ee269fce3cc","status":"passed","time":{"start":1729034124363,"stop":1729034124364,"duration":1}},{"uid":"ecb8ff723b834cdd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ecb8ff723b834cdd","status":"passed","time":{"start":1729034047485,"stop":1729034047485,"duration":0}},{"uid":"744d1dc06edeb69","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/744d1dc06edeb69","status":"passed","time":{"start":1729033862330,"stop":1729033862330,"duration":0}},{"uid":"327808b6891a1ade","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/327808b6891a1ade","status":"passed","time":{"start":1729031912071,"stop":1729031912071,"duration":0}},{"uid":"bdffeaa437923b16","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bdffeaa437923b16","status":"passed","time":{"start":1728901457818,"stop":1728901457818,"duration":0}},{"uid":"af0e10bdcbc14dab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/af0e10bdcbc14dab","status":"passed","time":{"start":1728892888301,"stop":1728892888301,"duration":0}},{"uid":"b78b2b4c1a0796c9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b78b2b4c1a0796c9","status":"passed","time":{"start":1728855850789,"stop":1728855850789,"duration":0}},{"uid":"742a5d0e4fdc8f8e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/742a5d0e4fdc8f8e","status":"passed","time":{"start":1728738068165,"stop":1728738068165,"duration":0}},{"uid":"42d8a85469acbe57","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42d8a85469acbe57","status":"passed","time":{"start":1728682601674,"stop":1728682601674,"duration":0}},{"uid":"b3dd6ab0fa24b33f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3dd6ab0fa24b33f","status":"passed","time":{"start":1728682174566,"stop":1728682174567,"duration":1}},{"uid":"6281d57f1b214ad2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6281d57f1b214ad2","status":"passed","time":{"start":1728676648932,"stop":1728676648932,"duration":0}},{"uid":"b0873b6b43ce3831","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0873b6b43ce3831","status":"passed","time":{"start":1728669372211,"stop":1728669372212,"duration":1}},{"uid":"ad9fe61e6ebb1da1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ad9fe61e6ebb1da1","status":"passed","time":{"start":1728597712761,"stop":1728597712762,"duration":1}},{"uid":"1a5d1b6067197c66","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1a5d1b6067197c66","status":"passed","time":{"start":1728596931867,"stop":1728596931868,"duration":1}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fd38e10ec131db1d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fd38e10ec131db1d","status":"passed","time":{"start":1729034111881,"stop":1729034111882,"duration":1}},{"uid":"188358da8379115f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/188358da8379115f","status":"passed","time":{"start":1729034035122,"stop":1729034035122,"duration":0}},{"uid":"a6ac620099e54f87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6ac620099e54f87","status":"passed","time":{"start":1729033849966,"stop":1729033849967,"duration":1}},{"uid":"ba846078969b6f26","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ba846078969b6f26","status":"passed","time":{"start":1729031899464,"stop":1729031899466,"duration":2}},{"uid":"2f580187ebfafa2c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f580187ebfafa2c","status":"passed","time":{"start":1728901445404,"stop":1728901445405,"duration":1}},{"uid":"285581230c19b4bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/285581230c19b4bf","status":"passed","time":{"start":1728892875886,"stop":1728892875886,"duration":0}},{"uid":"ac9a4208675a9f3e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac9a4208675a9f3e","status":"passed","time":{"start":1728855838678,"stop":1728855838678,"duration":0}},{"uid":"dd093c9ef45d0dd7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dd093c9ef45d0dd7","status":"passed","time":{"start":1728738055728,"stop":1728738055729,"duration":1}},{"uid":"f16a101e58b42ee5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f16a101e58b42ee5","status":"passed","time":{"start":1728682589233,"stop":1728682589234,"duration":1}},{"uid":"f2e36c335ed8e7f5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f2e36c335ed8e7f5","status":"passed","time":{"start":1728682161930,"stop":1728682161931,"duration":1}},{"uid":"e9ef7778c2738079","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e9ef7778c2738079","status":"passed","time":{"start":1728676637108,"stop":1728676637109,"duration":1}},{"uid":"9e57a239b4ab2c4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e57a239b4ab2c4d","status":"passed","time":{"start":1728669359720,"stop":1728669359721,"duration":1}},{"uid":"94de5461164e8200","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/94de5461164e8200","status":"passed","time":{"start":1728597700328,"stop":1728597700329,"duration":1}},{"uid":"23071c8ad71fc09f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/23071c8ad71fc09f","status":"passed","time":{"start":1728596919812,"stop":1728596919814,"duration":2}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f542caa1a5213f63","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f542caa1a5213f63","status":"passed","time":{"start":1729034120212,"stop":1729034120213,"duration":1}},{"uid":"17e3ebdb86e3bdcc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/17e3ebdb86e3bdcc","status":"passed","time":{"start":1729034043141,"stop":1729034043142,"duration":1}},{"uid":"23a2ab4beac3d03c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/23a2ab4beac3d03c","status":"passed","time":{"start":1729033857764,"stop":1729033857765,"duration":1}},{"uid":"e423a3eb74f551d4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e423a3eb74f551d4","status":"passed","time":{"start":1729031907984,"stop":1729031907984,"duration":0}},{"uid":"e4f79461a021457","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e4f79461a021457","status":"passed","time":{"start":1728901453409,"stop":1728901453410,"duration":1}},{"uid":"640c9a4f1372b49e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/640c9a4f1372b49e","status":"passed","time":{"start":1728892883977,"stop":1728892883978,"duration":1}},{"uid":"f183ddd9e74f5361","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f183ddd9e74f5361","status":"passed","time":{"start":1728855846184,"stop":1728855846184,"duration":0}},{"uid":"55e7551a67ae1f6d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/55e7551a67ae1f6d","status":"passed","time":{"start":1728738063646,"stop":1728738063647,"duration":1}},{"uid":"3267a835cf89978c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3267a835cf89978c","status":"passed","time":{"start":1728682597528,"stop":1728682597528,"duration":0}},{"uid":"3abae66dfa344df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3abae66dfa344df","status":"passed","time":{"start":1728682170200,"stop":1728682170201,"duration":1}},{"uid":"bfd392f7f9269c9d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bfd392f7f9269c9d","status":"passed","time":{"start":1728676644979,"stop":1728676644979,"duration":0}},{"uid":"b89fe3d04777f50","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b89fe3d04777f50","status":"passed","time":{"start":1728669367852,"stop":1728669367852,"duration":0}},{"uid":"e2cabcd828d32abe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e2cabcd828d32abe","status":"passed","time":{"start":1728597708659,"stop":1728597708659,"duration":0}},{"uid":"5911d467be6450ac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5911d467be6450ac","status":"passed","time":{"start":1728596927474,"stop":1728596927477,"duration":3}}]},"eaba003dd7df0ef01de1ea2dd92519a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3d4060068dcfcb6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3d4060068dcfcb6","status":"passed","time":{"start":1729034137316,"stop":1729034137317,"duration":1}},{"uid":"f8fb698d7d8dda22","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f8fb698d7d8dda22","status":"passed","time":{"start":1729034060021,"stop":1729034060021,"duration":0}},{"uid":"511d78b3288a3b2b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/511d78b3288a3b2b","status":"passed","time":{"start":1729033874965,"stop":1729033874965,"duration":0}},{"uid":"13bfee75be27b582","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/13bfee75be27b582","status":"passed","time":{"start":1729031924902,"stop":1729031924903,"duration":1}},{"uid":"98359786737ebe61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/98359786737ebe61","status":"passed","time":{"start":1728901469130,"stop":1728901469130,"duration":0}},{"uid":"ee47020beb744e6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ee47020beb744e6a","status":"passed","time":{"start":1728892899795,"stop":1728892899795,"duration":0}},{"uid":"3a7562472400c355","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3a7562472400c355","status":"passed","time":{"start":1728855863060,"stop":1728855863060,"duration":0}},{"uid":"427528ae682d3cfe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/427528ae682d3cfe","status":"passed","time":{"start":1728738080902,"stop":1728738080903,"duration":1}},{"uid":"e3263ef2655c253c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e3263ef2655c253c","status":"passed","time":{"start":1728682614311,"stop":1728682614311,"duration":0}},{"uid":"11d9200862fc247e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/11d9200862fc247e","status":"passed","time":{"start":1728682187096,"stop":1728682187096,"duration":0}},{"uid":"c23b88e9925eea5e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c23b88e9925eea5e","status":"passed","time":{"start":1728676661489,"stop":1728676661489,"duration":0}},{"uid":"cdcd15c010d1c33f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cdcd15c010d1c33f","status":"passed","time":{"start":1728669384664,"stop":1728669384664,"duration":0}},{"uid":"1a062876e2f2b874","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a062876e2f2b874","status":"passed","time":{"start":1728597724235,"stop":1728597724236,"duration":1}},{"uid":"32c7258dbf390dd7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32c7258dbf390dd7","status":"passed","time":{"start":1728596943283,"stop":1728596943284,"duration":1}}]},"aa02f6c42d0dbf7ed7e132935fc0e521:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcf89fbed812d332","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dcf89fbed812d332","status":"passed","time":{"start":1728677184694,"stop":1728677184695,"duration":1}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fa98d741ebc9fa17","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fa98d741ebc9fa17","status":"passed","time":{"start":1729034120217,"stop":1729034120217,"duration":0}},{"uid":"764258053d2d3f19","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/764258053d2d3f19","status":"passed","time":{"start":1729034043145,"stop":1729034043146,"duration":1}},{"uid":"69a57260d814adf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69a57260d814adf","status":"passed","time":{"start":1729033857768,"stop":1729033857768,"duration":0}},{"uid":"e8e688ac5d24a329","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8e688ac5d24a329","status":"passed","time":{"start":1729031907988,"stop":1729031907988,"duration":0}},{"uid":"7b09f03899043c01","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7b09f03899043c01","status":"passed","time":{"start":1728901453414,"stop":1728901453414,"duration":0}},{"uid":"2de3c25fc803c0fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2de3c25fc803c0fb","status":"passed","time":{"start":1728892883981,"stop":1728892883981,"duration":0}},{"uid":"25bc07df2da9da5c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/25bc07df2da9da5c","status":"passed","time":{"start":1728855846187,"stop":1728855846187,"duration":0}},{"uid":"d9ac89828436ed19","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d9ac89828436ed19","status":"passed","time":{"start":1728738063650,"stop":1728738063650,"duration":0}},{"uid":"3a0c5ec53653d159","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3a0c5ec53653d159","status":"passed","time":{"start":1728682597533,"stop":1728682597533,"duration":0}},{"uid":"4c88fbb737be5db5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4c88fbb737be5db5","status":"passed","time":{"start":1728682170204,"stop":1728682170204,"duration":0}},{"uid":"fb10fe884cca3548","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fb10fe884cca3548","status":"passed","time":{"start":1728676644983,"stop":1728676644983,"duration":0}},{"uid":"5e843c22fe1f69b2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5e843c22fe1f69b2","status":"passed","time":{"start":1728669367855,"stop":1728669367855,"duration":0}},{"uid":"4e0c35ba3a5c38a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4e0c35ba3a5c38a4","status":"passed","time":{"start":1728597708662,"stop":1728597708662,"duration":0}},{"uid":"18e5af04fc39f9a9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/18e5af04fc39f9a9","status":"passed","time":{"start":1728596927480,"stop":1728596927480,"duration":0}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"34f5824d8a40198","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/34f5824d8a40198","status":"passed","time":{"start":1729034474983,"stop":1729034474984,"duration":1}},{"uid":"8b1067c100838fd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8b1067c100838fd","status":"passed","time":{"start":1729034395288,"stop":1729034395288,"duration":0}},{"uid":"afcfccce3eafa91c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/afcfccce3eafa91c","status":"passed","time":{"start":1729034209092,"stop":1729034209092,"duration":0}},{"uid":"50f58db9fb7c8442","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/50f58db9fb7c8442","status":"passed","time":{"start":1729032264563,"stop":1729032264564,"duration":1}},{"uid":"d938ca5932afa8b1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d938ca5932afa8b1","status":"passed","time":{"start":1728902012839,"stop":1728902012840,"duration":1}},{"uid":"94409cebdc6f9924","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/94409cebdc6f9924","status":"passed","time":{"start":1728893454808,"stop":1728893454808,"duration":0}},{"uid":"cb9b45f022de42bb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cb9b45f022de42bb","status":"passed","time":{"start":1728856408449,"stop":1728856408449,"duration":0}},{"uid":"901da638f22bae0a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/901da638f22bae0a","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"7f92768c47dc3449","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7f92768c47dc3449","status":"passed","time":{"start":1728683159748,"stop":1728683159748,"duration":0}},{"uid":"7adc8d39013b4cf2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7adc8d39013b4cf2","status":"passed","time":{"start":1728682751326,"stop":1728682751326,"duration":0}},{"uid":"f6a16816bb720766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f6a16816bb720766","status":"passed","time":{"start":1728677216352,"stop":1728677216352,"duration":0}},{"uid":"9c8a9de3daeb2079","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c8a9de3daeb2079","status":"passed","time":{"start":1728669925450,"stop":1728669925450,"duration":0}},{"uid":"a8df3a1517e9105","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8df3a1517e9105","status":"passed","time":{"start":1728598268798,"stop":1728598268799,"duration":1}},{"uid":"f19ad6f2381c2ed1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f19ad6f2381c2ed1","status":"passed","time":{"start":1728597503910,"stop":1728597503911,"duration":1}}]},"ec0cfed69544290e7855f1ec009b866d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b87aa44ae4d89b5e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b87aa44ae4d89b5e","status":"passed","time":{"start":1729034443509,"stop":1729034443509,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bb0e1cab975209e7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bb0e1cab975209e7","status":"passed","time":{"start":1729034475274,"stop":1729034475275,"duration":1}},{"uid":"543b11ce22321a32","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/543b11ce22321a32","status":"passed","time":{"start":1729034392403,"stop":1729034392403,"duration":0}},{"uid":"6414c67136b6500d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6414c67136b6500d","status":"passed","time":{"start":1729034208294,"stop":1729034208295,"duration":1}},{"uid":"29d57762327708d4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29d57762327708d4","status":"passed","time":{"start":1729032257066,"stop":1729032257066,"duration":0}},{"uid":"58c55218fe3c0706","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/58c55218fe3c0706","status":"passed","time":{"start":1728902024012,"stop":1728902024013,"duration":1}},{"uid":"490d6ffe244425d1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/490d6ffe244425d1","status":"passed","time":{"start":1728893455129,"stop":1728893455130,"duration":1}},{"uid":"945e90a53161dced","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/945e90a53161dced","status":"passed","time":{"start":1728856404966,"stop":1728856404966,"duration":0}},{"uid":"6382c3e9cbbde8f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6382c3e9cbbde8f1","status":"passed","time":{"start":1728738634668,"stop":1728738634668,"duration":0}},{"uid":"b1f7a7c3d3383564","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1f7a7c3d3383564","status":"passed","time":{"start":1728683163620,"stop":1728683163620,"duration":0}},{"uid":"8d0a72b3cc5407c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8d0a72b3cc5407c","status":"passed","time":{"start":1728682737541,"stop":1728682737541,"duration":0}},{"uid":"694948c8360dc06e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/694948c8360dc06e","status":"passed","time":{"start":1728677222567,"stop":1728677222567,"duration":0}},{"uid":"d8ffa2c9f8b3f970","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8ffa2c9f8b3f970","status":"passed","time":{"start":1728669905041,"stop":1728669905044,"duration":3}},{"uid":"9117a4a92674e4f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9117a4a92674e4f3","status":"passed","time":{"start":1728598284366,"stop":1728598284366,"duration":0}},{"uid":"91aa8e63f656cc1a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/91aa8e63f656cc1a","status":"passed","time":{"start":1728597506831,"stop":1728597506831,"duration":0}}]},"ab97baf403ec9c9e61038073c6a4ebec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91a86e4c2968ac64","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/91a86e4c2968ac64","status":"passed","time":{"start":1728738555094,"stop":1728738555095,"duration":1}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e3334aafcdf55b60","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e3334aafcdf55b60","status":"passed","time":{"start":1729034259821,"stop":1729034259821,"duration":0}},{"uid":"87e9a41570c34c0f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/87e9a41570c34c0f","status":"passed","time":{"start":1729034194019,"stop":1729034194019,"duration":0}},{"uid":"a7dbbf96738f13c7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a7dbbf96738f13c7","status":"passed","time":{"start":1729034014877,"stop":1729034014877,"duration":0}},{"uid":"34a58027bece2d11","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/34a58027bece2d11","status":"passed","time":{"start":1729032065456,"stop":1729032065456,"duration":0}},{"uid":"79f48f72565b8d5d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/79f48f72565b8d5d","status":"passed","time":{"start":1728901664268,"stop":1728901664270,"duration":2}},{"uid":"3a99b416a3ac6064","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3a99b416a3ac6064","status":"passed","time":{"start":1728893093692,"stop":1728893093692,"duration":0}},{"uid":"b9632cf612db1f35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b9632cf612db1f35","status":"passed","time":{"start":1728856055273,"stop":1728856055273,"duration":0}},{"uid":"7ef05bda7eeed59d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7ef05bda7eeed59d","status":"passed","time":{"start":1728738274745,"stop":1728738274745,"duration":0}},{"uid":"3c5f2917b34105d0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3c5f2917b34105d0","status":"passed","time":{"start":1728682807960,"stop":1728682807960,"duration":0}},{"uid":"902df9269b4439b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/902df9269b4439b4","status":"passed","time":{"start":1728682381286,"stop":1728682381286,"duration":0}},{"uid":"4d18492f9ca71372","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4d18492f9ca71372","status":"passed","time":{"start":1728676853901,"stop":1728676853902,"duration":1}},{"uid":"3d68714d0fd929dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3d68714d0fd929dc","status":"passed","time":{"start":1728669581698,"stop":1728669581698,"duration":0}},{"uid":"88105aaddebf5f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/88105aaddebf5f3","status":"passed","time":{"start":1728597923491,"stop":1728597923491,"duration":0}},{"uid":"54129d69f4321422","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/54129d69f4321422","status":"passed","time":{"start":1728597132264,"stop":1728597132265,"duration":1}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ece5a82bcb09d7fb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ece5a82bcb09d7fb","status":"passed","time":{"start":1729034112605,"stop":1729034112605,"duration":0}},{"uid":"52fc7429f304b075","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/52fc7429f304b075","status":"passed","time":{"start":1729034035872,"stop":1729034035872,"duration":0}},{"uid":"6750c39ef660a0a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6750c39ef660a0a8","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0}},{"uid":"c7bd2ef73ca9b776","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c7bd2ef73ca9b776","status":"passed","time":{"start":1729031900272,"stop":1729031900272,"duration":0}},{"uid":"71a13ea144476f6b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/71a13ea144476f6b","status":"passed","time":{"start":1728901446177,"stop":1728901446178,"duration":1}},{"uid":"51a53a5c70919c8f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51a53a5c70919c8f","status":"passed","time":{"start":1728892876478,"stop":1728892876478,"duration":0}},{"uid":"ab8f55e015f43b6c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ab8f55e015f43b6c","status":"passed","time":{"start":1728855839199,"stop":1728855839199,"duration":0}},{"uid":"634e1b891ca0fe4e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/634e1b891ca0fe4e","status":"passed","time":{"start":1728738056465,"stop":1728738056465,"duration":0}},{"uid":"d51eb19b0f5e4cab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d51eb19b0f5e4cab","status":"passed","time":{"start":1728682590045,"stop":1728682590045,"duration":0}},{"uid":"460200f1d7da71d4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/460200f1d7da71d4","status":"passed","time":{"start":1728682162839,"stop":1728682162839,"duration":0}},{"uid":"3030c25cf37dbe1c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3030c25cf37dbe1c","status":"passed","time":{"start":1728676637412,"stop":1728676637412,"duration":0}},{"uid":"131e586c26ba142e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/131e586c26ba142e","status":"passed","time":{"start":1728669360494,"stop":1728669360494,"duration":0}},{"uid":"7f8b94e421888679","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7f8b94e421888679","status":"passed","time":{"start":1728597701237,"stop":1728597701237,"duration":0}},{"uid":"78a544653e4edd42","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/78a544653e4edd42","status":"passed","time":{"start":1728596920371,"stop":1728596920371,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c20ff968f14f8464","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c20ff968f14f8464","status":"passed","time":{"start":1729034132179,"stop":1729034132179,"duration":0}},{"uid":"d1afefbaa2acf88b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d1afefbaa2acf88b","status":"passed","time":{"start":1729034055084,"stop":1729034055084,"duration":0}},{"uid":"d60c6190ecd16f9e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d60c6190ecd16f9e","status":"passed","time":{"start":1729033869944,"stop":1729033869945,"duration":1}},{"uid":"a3bbb9fdecd5cdfe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3bbb9fdecd5cdfe","status":"passed","time":{"start":1729031919798,"stop":1729031919799,"duration":1}},{"uid":"f4f0f22bd0f76f34","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f4f0f22bd0f76f34","status":"passed","time":{"start":1728901465374,"stop":1728901465374,"duration":0}},{"uid":"9444239ee2be75f7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9444239ee2be75f7","status":"passed","time":{"start":1728892895974,"stop":1728892895974,"duration":0}},{"uid":"3814680acfd591a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3814680acfd591a2","status":"passed","time":{"start":1728855858319,"stop":1728855858319,"duration":0}},{"uid":"7fe5a4568027cf20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fe5a4568027cf20","status":"passed","time":{"start":1728738075953,"stop":1728738075954,"duration":1}},{"uid":"9d0e823f85b1bdbc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d0e823f85b1bdbc","status":"passed","time":{"start":1728682609268,"stop":1728682609268,"duration":0}},{"uid":"3fedab1f9fe89ba7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3fedab1f9fe89ba7","status":"passed","time":{"start":1728682182160,"stop":1728682182160,"duration":0}},{"uid":"5302524bcf4efcc5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5302524bcf4efcc5","status":"passed","time":{"start":1728676656594,"stop":1728676656594,"duration":0}},{"uid":"f98f3bad65383336","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f98f3bad65383336","status":"passed","time":{"start":1728669379924,"stop":1728669379924,"duration":0}},{"uid":"fc39ed2510b12cb9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc39ed2510b12cb9","status":"passed","time":{"start":1728597720385,"stop":1728597720385,"duration":0}},{"uid":"5c17458f84397d6d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c17458f84397d6d","status":"passed","time":{"start":1728596939484,"stop":1728596939485,"duration":1}}]},"2f7f8ab22950e8b4b98ad56b307eb30f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d4bf97f210ed964d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4bf97f210ed964d","status":"passed","time":{"start":1729034137315,"stop":1729034137315,"duration":0}},{"uid":"7ad06085b2d81342","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7ad06085b2d81342","status":"passed","time":{"start":1729034060018,"stop":1729034060019,"duration":1}},{"uid":"efd3348e3781003d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/efd3348e3781003d","status":"passed","time":{"start":1729033874961,"stop":1729033874961,"duration":0}},{"uid":"6ffdb5d207acb6c4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ffdb5d207acb6c4","status":"passed","time":{"start":1729031924900,"stop":1729031924901,"duration":1}},{"uid":"426e35abf514cbf3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/426e35abf514cbf3","status":"passed","time":{"start":1728901469128,"stop":1728901469128,"duration":0}},{"uid":"8fa76ad154d08054","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fa76ad154d08054","status":"passed","time":{"start":1728892899793,"stop":1728892899793,"duration":0}},{"uid":"c8b02a091db07310","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c8b02a091db07310","status":"passed","time":{"start":1728855863057,"stop":1728855863058,"duration":1}},{"uid":"fffa200bdd400a99","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fffa200bdd400a99","status":"passed","time":{"start":1728738080899,"stop":1728738080899,"duration":0}},{"uid":"c4be17e6d7812e71","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c4be17e6d7812e71","status":"passed","time":{"start":1728682614308,"stop":1728682614309,"duration":1}},{"uid":"9671df93aedd9722","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9671df93aedd9722","status":"passed","time":{"start":1728682187093,"stop":1728682187093,"duration":0}},{"uid":"f7921cf831df4a64","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7921cf831df4a64","status":"passed","time":{"start":1728676661487,"stop":1728676661487,"duration":0}},{"uid":"4658d8d28eb2c29c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4658d8d28eb2c29c","status":"passed","time":{"start":1728669384661,"stop":1728669384662,"duration":1}},{"uid":"2cec4f4914db1ad6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2cec4f4914db1ad6","status":"passed","time":{"start":1728597724234,"stop":1728597724234,"duration":0}},{"uid":"8e3315c7ee3f2ac4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e3315c7ee3f2ac4","status":"passed","time":{"start":1728596943282,"stop":1728596943282,"duration":0}}]},"56670dcc249450254bb2f056ed16e6e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23d06b50e7332b4f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/23d06b50e7332b4f","status":"passed","time":{"start":1729034443495,"stop":1729034443496,"duration":1}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"658f701fbd22e5cd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/658f701fbd22e5cd","status":"passed","time":{"start":1729034425375,"stop":1729034425376,"duration":1}},{"uid":"6bf02b526f885b07","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6bf02b526f885b07","status":"passed","time":{"start":1729034346107,"stop":1729034346107,"duration":0}},{"uid":"f9367fde23fc9ee2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9367fde23fc9ee2","status":"passed","time":{"start":1729034162414,"stop":1729034162414,"duration":0}},{"uid":"c90c2ec78bbadbc0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c90c2ec78bbadbc0","status":"passed","time":{"start":1729032197321,"stop":1729032197322,"duration":1}},{"uid":"db6aac3f84a6a605","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/db6aac3f84a6a605","status":"passed","time":{"start":1728901899710,"stop":1728901899711,"duration":1}},{"uid":"4827047f60b61217","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4827047f60b61217","status":"passed","time":{"start":1728893334921,"stop":1728893334921,"duration":0}},{"uid":"2d4e22064b2ab76a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d4e22064b2ab76a","status":"passed","time":{"start":1728856288015,"stop":1728856288016,"duration":1}},{"uid":"aa4377a467326aba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa4377a467326aba","status":"passed","time":{"start":1728738501684,"stop":1728738501685,"duration":1}},{"uid":"98c07ccef392b5a7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/98c07ccef392b5a7","status":"passed","time":{"start":1728683044469,"stop":1728683044470,"duration":1}},{"uid":"f2b6c2e48e5f001c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f2b6c2e48e5f001c","status":"passed","time":{"start":1728682619632,"stop":1728682619632,"duration":0}},{"uid":"64763058f818c599","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/64763058f818c599","status":"passed","time":{"start":1728677104177,"stop":1728677104182,"duration":5}},{"uid":"a2afdf5202218333","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a2afdf5202218333","status":"passed","time":{"start":1728669759886,"stop":1728669759886,"duration":0}},{"uid":"4cac040cf391e61c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4cac040cf391e61c","status":"passed","time":{"start":1728598164488,"stop":1728598164489,"duration":1}},{"uid":"339f9c8eb8640d93","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/339f9c8eb8640d93","status":"passed","time":{"start":1728597385263,"stop":1728597385264,"duration":1}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9d5c709ec58e6ecc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9d5c709ec58e6ecc","status":"passed","time":{"start":1729034259825,"stop":1729034259826,"duration":1}},{"uid":"ecc816ca93744afa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ecc816ca93744afa","status":"passed","time":{"start":1729034194030,"stop":1729034194031,"duration":1}},{"uid":"2eff2b4f626c19e3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2eff2b4f626c19e3","status":"passed","time":{"start":1729034014878,"stop":1729034014879,"duration":1}},{"uid":"918498d164aa7e47","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/918498d164aa7e47","status":"passed","time":{"start":1729032065458,"stop":1729032065459,"duration":1}},{"uid":"f07502b5d68d25de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f07502b5d68d25de","status":"passed","time":{"start":1728901664282,"stop":1728901664283,"duration":1}},{"uid":"d4bd3a39e236c4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d4bd3a39e236c4f","status":"passed","time":{"start":1728893093693,"stop":1728893093693,"duration":0}},{"uid":"4060a59c3b782a45","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4060a59c3b782a45","status":"passed","time":{"start":1728856055274,"stop":1728856055275,"duration":1}},{"uid":"de8bb727f9d43971","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/de8bb727f9d43971","status":"passed","time":{"start":1728738274746,"stop":1728738274746,"duration":0}},{"uid":"abf13456687355ba","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/abf13456687355ba","status":"passed","time":{"start":1728682807961,"stop":1728682807961,"duration":0}},{"uid":"42ce40b181cf669b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/42ce40b181cf669b","status":"passed","time":{"start":1728682381288,"stop":1728682381289,"duration":1}},{"uid":"fcfff833bbb0a46","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fcfff833bbb0a46","status":"passed","time":{"start":1728676853902,"stop":1728676853903,"duration":1}},{"uid":"974d5c62140318be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/974d5c62140318be","status":"passed","time":{"start":1728669581699,"stop":1728669581699,"duration":0}},{"uid":"fea0d6cea247961","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fea0d6cea247961","status":"passed","time":{"start":1728597923492,"stop":1728597923492,"duration":0}},{"uid":"9c78e76fad42c3ff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c78e76fad42c3ff","status":"passed","time":{"start":1728597132266,"stop":1728597132266,"duration":0}}]},"27971ac3d59e6111f20162515ef3ec9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7079e099415b0122","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7079e099415b0122","status":"passed","time":{"start":1728683030029,"stop":1728683030029,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"533a70d1bf549830","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/533a70d1bf549830","status":"passed","time":{"start":1729034162498,"stop":1729034162499,"duration":1}},{"uid":"9c17277d874db7d6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9c17277d874db7d6","status":"passed","time":{"start":1729034086614,"stop":1729034086614,"duration":0}},{"uid":"ce8cedb5cfd197a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce8cedb5cfd197a3","status":"passed","time":{"start":1729033900646,"stop":1729033900651,"duration":5}},{"uid":"fbbeb6ecf006f8d7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fbbeb6ecf006f8d7","status":"passed","time":{"start":1729031950408,"stop":1729031950408,"duration":0}},{"uid":"750780a6b8801a84","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/750780a6b8801a84","status":"passed","time":{"start":1728901494879,"stop":1728901494880,"duration":1}},{"uid":"bae6a0ac1238d2ce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bae6a0ac1238d2ce","status":"passed","time":{"start":1728892927098,"stop":1728892927099,"duration":1}},{"uid":"c09c84c27312e06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c09c84c27312e06","status":"passed","time":{"start":1728855889016,"stop":1728855889016,"duration":0}},{"uid":"65b2a62fbc80514c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/65b2a62fbc80514c","status":"passed","time":{"start":1728738105942,"stop":1728738105942,"duration":0}},{"uid":"7ad95139c89d50ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ad95139c89d50ca","status":"passed","time":{"start":1728682639926,"stop":1728682639927,"duration":1}},{"uid":"888376cee4a66a78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/888376cee4a66a78","status":"passed","time":{"start":1728682212120,"stop":1728682212121,"duration":1}},{"uid":"e5ae7ad862ed67e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5ae7ad862ed67e2","status":"passed","time":{"start":1728676687923,"stop":1728676687923,"duration":0}},{"uid":"31dab94f1d44481f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/31dab94f1d44481f","status":"passed","time":{"start":1728669411848,"stop":1728669411848,"duration":0}},{"uid":"448e8ca9c14035af","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/448e8ca9c14035af","status":"passed","time":{"start":1728597751013,"stop":1728597751014,"duration":1}},{"uid":"8d9e9a468aeb3828","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d9e9a468aeb3828","status":"passed","time":{"start":1728596968268,"stop":1728596968268,"duration":0}}]},"5e4030bdb8a97510bd879fcd75d55f6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e09d4cdc81a4af","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e09d4cdc81a4af","status":"passed","time":{"start":1728901958856,"stop":1728901958857,"duration":1}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"27c093d936aecbb7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/27c093d936aecbb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034166266,"stop":1729034166266,"duration":0}},{"uid":"fdcbd570160ecf66","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fdcbd570160ecf66","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034096723,"stop":1729034096724,"duration":1}},{"uid":"38b9f0a2f5958c93","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/38b9f0a2f5958c93","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033904750,"stop":1729033904751,"duration":1}},{"uid":"45cbb797c0f41ad4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45cbb797c0f41ad4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031952296,"stop":1729031952296,"duration":0}},{"uid":"59c87a5e6d44be49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59c87a5e6d44be49","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901498549,"stop":1728901498549,"duration":0}},{"uid":"8a5789c645eb00b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8a5789c645eb00b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892934942,"stop":1728892934942,"duration":0}},{"uid":"d15a07053bc32149","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d15a07053bc32149","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855901091,"stop":1728855901092,"duration":1}},{"uid":"c3221315ba353a0a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c3221315ba353a0a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738109823,"stop":1728738109823,"duration":0}},{"uid":"b8bea42738ed27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b8bea42738ed27","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682641797,"stop":1728682641798,"duration":1}},{"uid":"3332691cd031802f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3332691cd031802f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682224060,"stop":1728682224060,"duration":0}},{"uid":"18ac303146e29fd0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18ac303146e29fd0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676692604,"stop":1728676692604,"duration":0}},{"uid":"bf9c3701943b399e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf9c3701943b399e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669414331,"stop":1728669414331,"duration":0}},{"uid":"9ea0ccc05a99d677","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9ea0ccc05a99d677","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597758159,"stop":1728597758159,"duration":0}},{"uid":"6f67bff85ed9647e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6f67bff85ed9647e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596973962,"stop":1728596973964,"duration":2}}]},"064e89e21594cf8b7802c1dfcf879840:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"495bbfb79758e51c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/495bbfb79758e51c","status":"passed","time":{"start":1728738274744,"stop":1728738274745,"duration":1}}]},"32106b3ab6114ea7bc0549f273597a8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70261d0958e026b5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70261d0958e026b5","status":"passed","time":{"start":1728597423326,"stop":1728597423326,"duration":0}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"baa5f22fe6141a07","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/baa5f22fe6141a07","status":"passed","time":{"start":1729034130924,"stop":1729034130925,"duration":1}},{"uid":"7c466bf6c042ed43","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7c466bf6c042ed43","status":"passed","time":{"start":1729034053887,"stop":1729034053887,"duration":0}},{"uid":"f351dd2c0ef4062","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f351dd2c0ef4062","status":"passed","time":{"start":1729033868926,"stop":1729033868927,"duration":1}},{"uid":"e3903a1bb562ba72","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e3903a1bb562ba72","status":"passed","time":{"start":1729031918512,"stop":1729031918512,"duration":0}},{"uid":"b05cb2623aa538eb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b05cb2623aa538eb","status":"passed","time":{"start":1728901464221,"stop":1728901464221,"duration":0}},{"uid":"dfa820bfd85598c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dfa820bfd85598c1","status":"passed","time":{"start":1728892894741,"stop":1728892894741,"duration":0}},{"uid":"b2a8d0664356a8e1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2a8d0664356a8e1","status":"passed","time":{"start":1728855857252,"stop":1728855857253,"duration":1}},{"uid":"edf9ea3ffc76478f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edf9ea3ffc76478f","status":"passed","time":{"start":1728738074581,"stop":1728738074581,"duration":0}},{"uid":"53f00eea133721d6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/53f00eea133721d6","status":"passed","time":{"start":1728682608127,"stop":1728682608128,"duration":1}},{"uid":"125ced7eb52cdf88","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/125ced7eb52cdf88","status":"passed","time":{"start":1728682181012,"stop":1728682181013,"duration":1}},{"uid":"542fac481609ba3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/542fac481609ba3","status":"passed","time":{"start":1728676655410,"stop":1728676655410,"duration":0}},{"uid":"db2b2856e3527404","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/db2b2856e3527404","status":"passed","time":{"start":1728669378741,"stop":1728669378741,"duration":0}},{"uid":"1eb19a1e720a504","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1eb19a1e720a504","status":"passed","time":{"start":1728597719063,"stop":1728597719064,"duration":1}},{"uid":"b6a290867c128d51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b6a290867c128d51","status":"passed","time":{"start":1728596938239,"stop":1728596938239,"duration":0}}]},"698708b76c12c3ae9c26d2075b8deee2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6b8814c2e1b0e81","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f6b8814c2e1b0e81","status":"passed","time":{"start":1728598221890,"stop":1728598221891,"duration":1}}]},"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3b11b3756b77a8ed","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3b11b3756b77a8ed","status":"passed","time":{"start":1729034475018,"stop":1729034475018,"duration":0}},{"uid":"a634516b1cb84895","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a634516b1cb84895","status":"passed","time":{"start":1729034395304,"stop":1729034395304,"duration":0}},{"uid":"85eddb3e81039a96","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85eddb3e81039a96","status":"passed","time":{"start":1729034209131,"stop":1729034209131,"duration":0}},{"uid":"22db348bda44d0f8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22db348bda44d0f8","status":"passed","time":{"start":1729032264602,"stop":1729032264604,"duration":2}},{"uid":"9a0c7053e2dcd487","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9a0c7053e2dcd487","status":"passed","time":{"start":1728902012893,"stop":1728902012894,"duration":1}},{"uid":"d80b37dcd831606e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d80b37dcd831606e","status":"passed","time":{"start":1728893454826,"stop":1728893454826,"duration":0}},{"uid":"8d1c9ea291e755c1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8d1c9ea291e755c1","status":"passed","time":{"start":1728856408469,"stop":1728856408469,"duration":0}},{"uid":"c5a254e126dd7746","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5a254e126dd7746","status":"passed","time":{"start":1728738633876,"stop":1728738633876,"duration":0}},{"uid":"59500463055185ec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/59500463055185ec","status":"passed","time":{"start":1728683159828,"stop":1728683159828,"duration":0}},{"uid":"82accc19dc04e83d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/82accc19dc04e83d","status":"passed","time":{"start":1728682751348,"stop":1728682751349,"duration":1}},{"uid":"56158e04ba3b6b3c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/56158e04ba3b6b3c","status":"passed","time":{"start":1728677216380,"stop":1728677216380,"duration":0}},{"uid":"9627da8a5dfdefc9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9627da8a5dfdefc9","status":"passed","time":{"start":1728669925469,"stop":1728669925470,"duration":1}},{"uid":"3788676c4443c165","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3788676c4443c165","status":"passed","time":{"start":1728598268822,"stop":1728598268822,"duration":0}},{"uid":"c0c7cf6098cf1ba4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c0c7cf6098cf1ba4","status":"passed","time":{"start":1728597503957,"stop":1728597503957,"duration":0}}]},"6eaae6220caa88a005ca4d96edd18443:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72937ac08e44f70e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/72937ac08e44f70e","status":"passed","time":{"start":1728669834433,"stop":1728669834433,"duration":0}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c001806126314f62","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c001806126314f62","status":"passed","time":{"start":1729034373109,"stop":1729034373110,"duration":1}},{"uid":"90f49bbdd77236ac","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/90f49bbdd77236ac","status":"passed","time":{"start":1729034308035,"stop":1729034308036,"duration":1}},{"uid":"7c5e6f6a1aff01a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7c5e6f6a1aff01a3","status":"passed","time":{"start":1729034124336,"stop":1729034124336,"duration":0}},{"uid":"3a1600fe02c60d80","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3a1600fe02c60d80","status":"passed","time":{"start":1729032177051,"stop":1729032177052,"duration":1}},{"uid":"7d0b581821f2e2d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7d0b581821f2e2d0","status":"passed","time":{"start":1728901874867,"stop":1728901874867,"duration":0}},{"uid":"6a83eb7d804be6f9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6a83eb7d804be6f9","status":"passed","time":{"start":1728893313876,"stop":1728893313876,"duration":0}},{"uid":"1d210f0ef79fc8a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d210f0ef79fc8a0","status":"passed","time":{"start":1728856265010,"stop":1728856265011,"duration":1}},{"uid":"a40f02cfce4d78b8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a40f02cfce4d78b8","status":"passed","time":{"start":1728738486154,"stop":1728738486154,"duration":0}},{"uid":"966901a16147f688","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/966901a16147f688","status":"passed","time":{"start":1728683032644,"stop":1728683032646,"duration":2}},{"uid":"4eae594d77fc27c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4eae594d77fc27c","status":"passed","time":{"start":1728682582820,"stop":1728682582821,"duration":1}},{"uid":"478f5914c8495f05","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/478f5914c8495f05","status":"passed","time":{"start":1728677084920,"stop":1728677084921,"duration":1}},{"uid":"638ed340a7c98a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/638ed340a7c98a","status":"passed","time":{"start":1728669757003,"stop":1728669757003,"duration":0}},{"uid":"9e5c39b6e581c564","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e5c39b6e581c564","status":"passed","time":{"start":1728598139214,"stop":1728598139214,"duration":0}},{"uid":"6ec117cc7aea26bf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ec117cc7aea26bf","status":"passed","time":{"start":1728597351996,"stop":1728597351997,"duration":1}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6b3a7f29a927d5f7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6b3a7f29a927d5f7","status":"passed","time":{"start":1729034470062,"stop":1729034470063,"duration":1}},{"uid":"c978b332c97b214d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c978b332c97b214d","status":"passed","time":{"start":1729034388869,"stop":1729034388869,"duration":0}},{"uid":"793736e75847cec5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/793736e75847cec5","status":"passed","time":{"start":1729034213020,"stop":1729034213020,"duration":0}},{"uid":"18398dfb29c0278a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/18398dfb29c0278a","status":"passed","time":{"start":1729032269103,"stop":1729032269103,"duration":0}},{"uid":"6183340ff410925f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6183340ff410925f","status":"passed","time":{"start":1728902000842,"stop":1728902000842,"duration":0}},{"uid":"1cf6f0b779d80e0d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cf6f0b779d80e0d","status":"passed","time":{"start":1728893442596,"stop":1728893442597,"duration":1}},{"uid":"1b7e83f46c9d44f5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b7e83f46c9d44f5","status":"passed","time":{"start":1728856386641,"stop":1728856386642,"duration":1}},{"uid":"958639843f8de592","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/958639843f8de592","status":"passed","time":{"start":1728738608587,"stop":1728738608587,"duration":0}},{"uid":"490f35a10eed300a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/490f35a10eed300a","status":"passed","time":{"start":1728683148173,"stop":1728683148173,"duration":0}},{"uid":"1f7731a4c2c30c52","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1f7731a4c2c30c52","status":"passed","time":{"start":1728682709057,"stop":1728682709057,"duration":0}},{"uid":"313ada3739e68505","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/313ada3739e68505","status":"passed","time":{"start":1728677206656,"stop":1728677206656,"duration":0}},{"uid":"c075c9d267a5f637","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c075c9d267a5f637","status":"passed","time":{"start":1728669888550,"stop":1728669888551,"duration":1}},{"uid":"5dbb424d1008be27","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5dbb424d1008be27","status":"passed","time":{"start":1728598268131,"stop":1728598268131,"duration":0}},{"uid":"edd96ed28c7af367","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/edd96ed28c7af367","status":"passed","time":{"start":1728597478033,"stop":1728597478033,"duration":0}}]},"75d9c4389bff45b1173d6ef634ace0eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8199321e58d83a3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e8199321e58d83a3","status":"passed","time":{"start":1728597375481,"stop":1728597375482,"duration":1}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"87186dd22d0bf559","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/87186dd22d0bf559","status":"passed","time":{"start":1729034240925,"stop":1729034240926,"duration":1}},{"uid":"3b01fac9d727a1d2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3b01fac9d727a1d2","status":"passed","time":{"start":1729034159620,"stop":1729034159620,"duration":0}},{"uid":"79055e469f30426a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79055e469f30426a","status":"passed","time":{"start":1729033976804,"stop":1729033976804,"duration":0}},{"uid":"2fe294bcb8f19afd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2fe294bcb8f19afd","status":"passed","time":{"start":1729032020527,"stop":1729032020528,"duration":1}},{"uid":"e7e8033408dc48c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e7e8033408dc48c3","status":"passed","time":{"start":1728901616460,"stop":1728901616472,"duration":12}},{"uid":"e19bf33053d2bc6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e19bf33053d2bc6f","status":"passed","time":{"start":1728893050249,"stop":1728893050249,"duration":0}},{"uid":"ef203624b20a8791","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ef203624b20a8791","status":"passed","time":{"start":1728856015175,"stop":1728856015176,"duration":1}},{"uid":"7de5269b1ef9acea","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7de5269b1ef9acea","status":"passed","time":{"start":1728738233145,"stop":1728738233145,"duration":0}},{"uid":"46a82c2852ba7939","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/46a82c2852ba7939","status":"passed","time":{"start":1728682762476,"stop":1728682762476,"duration":0}},{"uid":"74847c2a7a54755e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/74847c2a7a54755e","status":"passed","time":{"start":1728682332790,"stop":1728682332790,"duration":0}},{"uid":"e16d2949ed5cc6af","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e16d2949ed5cc6af","status":"passed","time":{"start":1728676810299,"stop":1728676810299,"duration":0}},{"uid":"dd232e66d0b25867","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd232e66d0b25867","status":"passed","time":{"start":1728669529904,"stop":1728669529904,"duration":0}},{"uid":"4f5e77fd27c31738","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4f5e77fd27c31738","status":"passed","time":{"start":1728597873538,"stop":1728597873539,"duration":1}},{"uid":"115a618a87f5e5ad","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/115a618a87f5e5ad","status":"passed","time":{"start":1728597089277,"stop":1728597089277,"duration":0}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e2fbbc2340feede8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e2fbbc2340feede8","status":"passed","time":{"start":1729034124363,"stop":1729034124363,"duration":0}},{"uid":"40e6c636f01984fa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/40e6c636f01984fa","status":"passed","time":{"start":1729034047485,"stop":1729034047485,"duration":0}},{"uid":"3648a8a21b551151","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3648a8a21b551151","status":"passed","time":{"start":1729033862329,"stop":1729033862330,"duration":1}},{"uid":"120aee4bd13b23ec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/120aee4bd13b23ec","status":"passed","time":{"start":1729031912070,"stop":1729031912071,"duration":1}},{"uid":"fb9b0f05c4639721","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fb9b0f05c4639721","status":"passed","time":{"start":1728901457817,"stop":1728901457818,"duration":1}},{"uid":"54bcc2e488d59f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54bcc2e488d59f3","status":"passed","time":{"start":1728892888301,"stop":1728892888301,"duration":0}},{"uid":"e630c0accb95abdb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e630c0accb95abdb","status":"passed","time":{"start":1728855850788,"stop":1728855850789,"duration":1}},{"uid":"6c728fcedd6b5598","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c728fcedd6b5598","status":"passed","time":{"start":1728738068164,"stop":1728738068164,"duration":0}},{"uid":"9a85175f8720165e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9a85175f8720165e","status":"passed","time":{"start":1728682601673,"stop":1728682601674,"duration":1}},{"uid":"875ceefce0fc7e26","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/875ceefce0fc7e26","status":"passed","time":{"start":1728682174566,"stop":1728682174566,"duration":0}},{"uid":"264cb6f2600d9412","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/264cb6f2600d9412","status":"passed","time":{"start":1728676648932,"stop":1728676648932,"duration":0}},{"uid":"5db9bc888c227312","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5db9bc888c227312","status":"passed","time":{"start":1728669372211,"stop":1728669372211,"duration":0}},{"uid":"4a208d2a33b494dc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4a208d2a33b494dc","status":"passed","time":{"start":1728597712761,"stop":1728597712761,"duration":0}},{"uid":"9719568d3cc03cda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9719568d3cc03cda","status":"passed","time":{"start":1728596931867,"stop":1728596931867,"duration":0}}]},"ed322bc67ffe17d9ba1c7c03b3f03cf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3944e58bdb6ab83","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3944e58bdb6ab83","status":"passed","time":{"start":1728683093171,"stop":1728683093171,"duration":0}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2e82a9780d4f84f8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2e82a9780d4f84f8","status":"passed","time":{"start":1729034240921,"stop":1729034240921,"duration":0}},{"uid":"3a57916467e25fda","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a57916467e25fda","status":"passed","time":{"start":1729034159619,"stop":1729034159619,"duration":0}},{"uid":"e953d120f79b9673","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e953d120f79b9673","status":"passed","time":{"start":1729033976802,"stop":1729033976803,"duration":1}},{"uid":"9d4b198f7c945261","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d4b198f7c945261","status":"passed","time":{"start":1729032020526,"stop":1729032020527,"duration":1}},{"uid":"4d85d63f3aa5b2ad","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4d85d63f3aa5b2ad","status":"passed","time":{"start":1728901616450,"stop":1728901616451,"duration":1}},{"uid":"15b4b2a6306d9901","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15b4b2a6306d9901","status":"passed","time":{"start":1728893050247,"stop":1728893050248,"duration":1}},{"uid":"ee140b9d9eb454a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ee140b9d9eb454a0","status":"passed","time":{"start":1728856015174,"stop":1728856015174,"duration":0}},{"uid":"b3692c425801e11a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3692c425801e11a","status":"passed","time":{"start":1728738233143,"stop":1728738233143,"duration":0}},{"uid":"b2d5bed7ccfcc7cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b2d5bed7ccfcc7cd","status":"passed","time":{"start":1728682762475,"stop":1728682762475,"duration":0}},{"uid":"471ff7c71bb2d73d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/471ff7c71bb2d73d","status":"passed","time":{"start":1728682332788,"stop":1728682332789,"duration":1}},{"uid":"6eba6b71efa53b38","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6eba6b71efa53b38","status":"passed","time":{"start":1728676810297,"stop":1728676810298,"duration":1}},{"uid":"169d2a34c17c0f66","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/169d2a34c17c0f66","status":"passed","time":{"start":1728669529901,"stop":1728669529902,"duration":1}},{"uid":"4350af45c857039d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4350af45c857039d","status":"passed","time":{"start":1728597873537,"stop":1728597873537,"duration":0}},{"uid":"42695b23fb086e0b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42695b23fb086e0b","status":"passed","time":{"start":1728597089276,"stop":1728597089276,"duration":0}}]},"9c2836bb674aece1da926e4b9066a472:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"285c7fe021392ec0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/285c7fe021392ec0","status":"passed","time":{"start":1729034137117,"stop":1729034137117,"duration":0}},{"uid":"e230c508e7b81c00","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e230c508e7b81c00","status":"passed","time":{"start":1729034060047,"stop":1729034060047,"duration":0}},{"uid":"f7f9fe03fc645d21","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7f9fe03fc645d21","status":"passed","time":{"start":1729033875029,"stop":1729033875029,"duration":0}},{"uid":"6872ebcbb45f44ba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6872ebcbb45f44ba","status":"passed","time":{"start":1729031924910,"stop":1729031924910,"duration":0}},{"uid":"d6d19e6b1162e368","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d6d19e6b1162e368","status":"passed","time":{"start":1728901469136,"stop":1728901469137,"duration":1}},{"uid":"96b9ca33cc1df99","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/96b9ca33cc1df99","status":"passed","time":{"start":1728892899801,"stop":1728892899802,"duration":1}},{"uid":"beecf455482059f4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/beecf455482059f4","status":"passed","time":{"start":1728855863298,"stop":1728855863298,"duration":0}},{"uid":"2fc349376b81b6d8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2fc349376b81b6d8","status":"passed","time":{"start":1728738080958,"stop":1728738080959,"duration":1}},{"uid":"96d66a29545360a2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96d66a29545360a2","status":"passed","time":{"start":1728682614317,"stop":1728682614318,"duration":1}},{"uid":"71d3193c2e9d6cf6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/71d3193c2e9d6cf6","status":"passed","time":{"start":1728682187222,"stop":1728682187222,"duration":0}},{"uid":"63f3d8ce20d7111c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/63f3d8ce20d7111c","status":"passed","time":{"start":1728676661424,"stop":1728676661424,"duration":0}},{"uid":"dc2ce08bf00d843d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc2ce08bf00d843d","status":"passed","time":{"start":1728669384755,"stop":1728669384755,"duration":0}},{"uid":"c1afd3ce9481355c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c1afd3ce9481355c","status":"passed","time":{"start":1728597724212,"stop":1728597724213,"duration":1}},{"uid":"3f11fb954f04472d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f11fb954f04472d","status":"passed","time":{"start":1728596943266,"stop":1728596943266,"duration":0}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b28cf1890b425b4c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b28cf1890b425b4c","status":"passed","time":{"start":1729034124362,"stop":1729034124362,"duration":0}},{"uid":"f705d4c76df6af0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f705d4c76df6af0","status":"passed","time":{"start":1729034047484,"stop":1729034047484,"duration":0}},{"uid":"28cc4f0f1d1f043b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/28cc4f0f1d1f043b","status":"passed","time":{"start":1729033862328,"stop":1729033862329,"duration":1}},{"uid":"ac8126bd7214005e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac8126bd7214005e","status":"passed","time":{"start":1729031912069,"stop":1729031912070,"duration":1}},{"uid":"2771c309745ab771","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2771c309745ab771","status":"passed","time":{"start":1728901457816,"stop":1728901457817,"duration":1}},{"uid":"de684f7722e92bc1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/de684f7722e92bc1","status":"passed","time":{"start":1728892888300,"stop":1728892888300,"duration":0}},{"uid":"b609c1b6efa9fa3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b609c1b6efa9fa3","status":"passed","time":{"start":1728855850787,"stop":1728855850788,"duration":1}},{"uid":"85eb576d021891e5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85eb576d021891e5","status":"passed","time":{"start":1728738068163,"stop":1728738068163,"duration":0}},{"uid":"7232b41a1e78a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7232b41a1e78a8","status":"passed","time":{"start":1728682601673,"stop":1728682601673,"duration":0}},{"uid":"5302de66429ebe34","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5302de66429ebe34","status":"passed","time":{"start":1728682174565,"stop":1728682174565,"duration":0}},{"uid":"c049e3df2d1f4b7d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c049e3df2d1f4b7d","status":"passed","time":{"start":1728676648931,"stop":1728676648931,"duration":0}},{"uid":"91c269239b9c33ca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/91c269239b9c33ca","status":"passed","time":{"start":1728669372210,"stop":1728669372210,"duration":0}},{"uid":"ec5199c36fbd5359","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec5199c36fbd5359","status":"passed","time":{"start":1728597712760,"stop":1728597712760,"duration":0}},{"uid":"a632bf0efd9b769c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a632bf0efd9b769c","status":"passed","time":{"start":1728596931866,"stop":1728596931866,"duration":0}}]},"10d9a947cc11ac8e3093d0c06b501ddb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26b3f5c1b9079899","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/26b3f5c1b9079899","status":"passed","time":{"start":1728856333675,"stop":1728856333676,"duration":1}}]},"409846eba144eacc0b540e5dbfe48cf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2d52beaf3cf9733","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2d52beaf3cf9733","status":"passed","time":{"start":1728856299190,"stop":1728856299190,"duration":0}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aa5900e4252839d3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aa5900e4252839d3","status":"passed","time":{"start":1729034240912,"stop":1729034240912,"duration":0}},{"uid":"ffe9a57cef629ba4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ffe9a57cef629ba4","status":"passed","time":{"start":1729034159612,"stop":1729034159612,"duration":0}},{"uid":"52daed36c475da24","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/52daed36c475da24","status":"passed","time":{"start":1729033976789,"stop":1729033976790,"duration":1}},{"uid":"9bac11f5946dced7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9bac11f5946dced7","status":"passed","time":{"start":1729032020510,"stop":1729032020510,"duration":0}},{"uid":"55db37e44a4243dd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/55db37e44a4243dd","status":"passed","time":{"start":1728901616427,"stop":1728901616427,"duration":0}},{"uid":"f883d35874a4efb0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f883d35874a4efb0","status":"passed","time":{"start":1728893050242,"stop":1728893050242,"duration":0}},{"uid":"5c1bb21f075d7a72","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5c1bb21f075d7a72","status":"passed","time":{"start":1728856015168,"stop":1728856015169,"duration":1}},{"uid":"3f3279a04aa322f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3f3279a04aa322f1","status":"passed","time":{"start":1728738233133,"stop":1728738233134,"duration":1}},{"uid":"b06e11d48ba2bb17","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b06e11d48ba2bb17","status":"passed","time":{"start":1728682762467,"stop":1728682762467,"duration":0}},{"uid":"820afa1d55ab342c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/820afa1d55ab342c","status":"passed","time":{"start":1728682332783,"stop":1728682332783,"duration":0}},{"uid":"5ee34c8350165ae8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5ee34c8350165ae8","status":"passed","time":{"start":1728676810287,"stop":1728676810288,"duration":1}},{"uid":"b619d593e9604fe5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b619d593e9604fe5","status":"passed","time":{"start":1728669529890,"stop":1728669529891,"duration":1}},{"uid":"2e85e02f96c6346f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e85e02f96c6346f","status":"passed","time":{"start":1728597873530,"stop":1728597873531,"duration":1}},{"uid":"a3925150ffbae418","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3925150ffbae418","status":"passed","time":{"start":1728597089270,"stop":1728597089271,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ac86bc3ebb690a09","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ac86bc3ebb690a09","status":"passed","time":{"start":1729034411428,"stop":1729034411428,"duration":0}},{"uid":"2588bc418b3c307f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2588bc418b3c307f","status":"passed","time":{"start":1729034327413,"stop":1729034327414,"duration":1}},{"uid":"d489965df72576af","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d489965df72576af","status":"passed","time":{"start":1729034147792,"stop":1729034147792,"duration":0}},{"uid":"5bbd6dc4ec38be91","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5bbd6dc4ec38be91","status":"passed","time":{"start":1729032204834,"stop":1729032204834,"duration":0}},{"uid":"f3af994fb53d8826","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f3af994fb53d8826","status":"passed","time":{"start":1728901907717,"stop":1728901907720,"duration":3}},{"uid":"c4de55d103bc576b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c4de55d103bc576b","status":"passed","time":{"start":1728893341893,"stop":1728893341893,"duration":0}},{"uid":"d03238ebc46c82b4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d03238ebc46c82b4","status":"passed","time":{"start":1728856299387,"stop":1728856299387,"duration":0}},{"uid":"c0382b9456bc90d2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0382b9456bc90d2","status":"passed","time":{"start":1728738511623,"stop":1728738511624,"duration":1}},{"uid":"96f32119a27a535","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96f32119a27a535","status":"passed","time":{"start":1728683052915,"stop":1728683052915,"duration":0}},{"uid":"3d460f110aa32663","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d460f110aa32663","status":"passed","time":{"start":1728682612915,"stop":1728682612916,"duration":1}},{"uid":"39d657eed5bf24e0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/39d657eed5bf24e0","status":"passed","time":{"start":1728677115755,"stop":1728677115755,"duration":0}},{"uid":"748d5fe3d810f3df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/748d5fe3d810f3df","status":"passed","time":{"start":1728669778188,"stop":1728669778188,"duration":0}},{"uid":"3590c2f9d77bc8b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3590c2f9d77bc8b5","status":"passed","time":{"start":1728598175438,"stop":1728598175438,"duration":0}},{"uid":"d189c56b6c7b8013","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d189c56b6c7b8013","status":"passed","time":{"start":1728597380067,"stop":1728597380067,"duration":0}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3eb0272ce69cd649","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3eb0272ce69cd649","status":"passed","time":{"start":1729034370834,"stop":1729034370834,"duration":0}},{"uid":"9e591ab717fbe4c8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9e591ab717fbe4c8","status":"passed","time":{"start":1729034308846,"stop":1729034308846,"duration":0}},{"uid":"98c66a27507e8dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/98c66a27507e8dd","status":"passed","time":{"start":1729034129466,"stop":1729034129466,"duration":0}},{"uid":"9ac478e0f542ff05","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ac478e0f542ff05","status":"passed","time":{"start":1729032178355,"stop":1729032178355,"duration":0}},{"uid":"44c2d69c6d351604","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/44c2d69c6d351604","status":"passed","time":{"start":1728901896337,"stop":1728901896338,"duration":1}},{"uid":"b4452fb93c768651","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b4452fb93c768651","status":"passed","time":{"start":1728893329017,"stop":1728893329017,"duration":0}},{"uid":"2dc78dbcdbc5ebf8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2dc78dbcdbc5ebf8","status":"passed","time":{"start":1728856284752,"stop":1728856284753,"duration":1}},{"uid":"385df1679d8d81b1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/385df1679d8d81b1","status":"passed","time":{"start":1728738494928,"stop":1728738494928,"duration":0}},{"uid":"80f385181b0a9c8e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80f385181b0a9c8e","status":"passed","time":{"start":1728683033623,"stop":1728683033623,"duration":0}},{"uid":"53308b9d8635c4fe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/53308b9d8635c4fe","status":"passed","time":{"start":1728682601728,"stop":1728682601729,"duration":1}},{"uid":"800f65f6892b8e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/800f65f6892b8e","status":"passed","time":{"start":1728677107953,"stop":1728677107953,"duration":0}},{"uid":"4102b91195b3539f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4102b91195b3539f","status":"passed","time":{"start":1728669764742,"stop":1728669764743,"duration":1}},{"uid":"b4c8f56206c1b3d6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b4c8f56206c1b3d6","status":"passed","time":{"start":1728598157551,"stop":1728598157551,"duration":0}},{"uid":"d02872bbdff238bd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d02872bbdff238bd","status":"passed","time":{"start":1728597369049,"stop":1728597369049,"duration":0}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"930c596ee95c60ae","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/930c596ee95c60ae","status":"passed","time":{"start":1729034393672,"stop":1729034393673,"duration":1}},{"uid":"6abb7b90f8283ed2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6abb7b90f8283ed2","status":"passed","time":{"start":1729034304863,"stop":1729034304864,"duration":1}},{"uid":"65aef34e9a4e9c30","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/65aef34e9a4e9c30","status":"passed","time":{"start":1729034121954,"stop":1729034121957,"duration":3}},{"uid":"bf8dca2e91035cee","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bf8dca2e91035cee","status":"passed","time":{"start":1729032174931,"stop":1729032174932,"duration":1}},{"uid":"ec96b22fbac984a7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec96b22fbac984a7","status":"passed","time":{"start":1728901881035,"stop":1728901881036,"duration":1}},{"uid":"50be6129a96b9fd2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50be6129a96b9fd2","status":"passed","time":{"start":1728893317184,"stop":1728893317185,"duration":1}},{"uid":"ca71e7cc40461102","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca71e7cc40461102","status":"passed","time":{"start":1728856263129,"stop":1728856263129,"duration":0}},{"uid":"757cd69a60b7b5af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/757cd69a60b7b5af","status":"passed","time":{"start":1728738492814,"stop":1728738492815,"duration":1}},{"uid":"a7aae32db379d4ce","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a7aae32db379d4ce","status":"passed","time":{"start":1728683030032,"stop":1728683030032,"duration":0}},{"uid":"e4fbbd81322dcd43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e4fbbd81322dcd43","status":"passed","time":{"start":1728682581133,"stop":1728682581133,"duration":0}},{"uid":"f85f2601c98b6f1b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f85f2601c98b6f1b","status":"passed","time":{"start":1728677082017,"stop":1728677082017,"duration":0}},{"uid":"82d2281d5962a10","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/82d2281d5962a10","status":"passed","time":{"start":1728669795410,"stop":1728669795411,"duration":1}},{"uid":"85dd9a2bf7389e0c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/85dd9a2bf7389e0c","status":"passed","time":{"start":1728598137511,"stop":1728598137512,"duration":1}},{"uid":"f45d0c7ae677a79d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f45d0c7ae677a79d","status":"passed","time":{"start":1728597353491,"stop":1728597353491,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6a1c5653e7960f4f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6a1c5653e7960f4f","status":"passed","time":{"start":1729034393657,"stop":1729034393657,"duration":0}},{"uid":"22e1947112ac58d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/22e1947112ac58d","status":"passed","time":{"start":1729034304854,"stop":1729034304855,"duration":1}},{"uid":"f3218ad5535c842d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f3218ad5535c842d","status":"passed","time":{"start":1729034121941,"stop":1729034121941,"duration":0}},{"uid":"9d1125c63e60ca1b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d1125c63e60ca1b","status":"passed","time":{"start":1729032174920,"stop":1729032174920,"duration":0}},{"uid":"ea3402618bb75d28","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea3402618bb75d28","status":"passed","time":{"start":1728901881025,"stop":1728901881026,"duration":1}},{"uid":"de5510b8feeb2673","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/de5510b8feeb2673","status":"passed","time":{"start":1728893317180,"stop":1728893317180,"duration":0}},{"uid":"995994f84b2ba37c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/995994f84b2ba37c","status":"passed","time":{"start":1728856263110,"stop":1728856263110,"duration":0}},{"uid":"549395602cdc12cc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/549395602cdc12cc","status":"passed","time":{"start":1728738492804,"stop":1728738492804,"duration":0}},{"uid":"2caae743cd658196","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2caae743cd658196","status":"passed","time":{"start":1728683030027,"stop":1728683030028,"duration":1}},{"uid":"d5f369da4dfe3e90","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d5f369da4dfe3e90","status":"passed","time":{"start":1728682581113,"stop":1728682581113,"duration":0}},{"uid":"48a47cf40667353c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/48a47cf40667353c","status":"passed","time":{"start":1728677082008,"stop":1728677082009,"duration":1}},{"uid":"6632a4a17919afa6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6632a4a17919afa6","status":"passed","time":{"start":1728669795405,"stop":1728669795405,"duration":0}},{"uid":"b4fa10a16cbc1dca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b4fa10a16cbc1dca","status":"passed","time":{"start":1728598137508,"stop":1728598137508,"duration":0}},{"uid":"8e06a10529fa252b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e06a10529fa252b","status":"passed","time":{"start":1728597353485,"stop":1728597353486,"duration":1}}]},"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"51fde7b2a261bae8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/51fde7b2a261bae8","status":"passed","time":{"start":1729034096142,"stop":1729034096142,"duration":0}},{"uid":"5aaa91a06a44857f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5aaa91a06a44857f","status":"passed","time":{"start":1729034020098,"stop":1729034020098,"duration":0}},{"uid":"3b66469b6ba11d2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b66469b6ba11d2","status":"passed","time":{"start":1729033834396,"stop":1729033834396,"duration":0}},{"uid":"2be459ce698707e1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2be459ce698707e1","status":"passed","time":{"start":1729031884129,"stop":1729031884129,"duration":0}},{"uid":"225ea13253e8fcb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/225ea13253e8fcb","status":"passed","time":{"start":1728901430262,"stop":1728901430262,"duration":0}},{"uid":"60afa4ec226c4670","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/60afa4ec226c4670","status":"passed","time":{"start":1728892860541,"stop":1728892860541,"duration":0}},{"uid":"51c4217da7e8efe4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/51c4217da7e8efe4","status":"passed","time":{"start":1728855823330,"stop":1728855823330,"duration":0}},{"uid":"8d654e139efb83bc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d654e139efb83bc","status":"passed","time":{"start":1728738040611,"stop":1728738040611,"duration":0}},{"uid":"d2651914433cf6a9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d2651914433cf6a9","status":"passed","time":{"start":1728682574102,"stop":1728682574102,"duration":0}},{"uid":"7694341a0c125bfd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7694341a0c125bfd","status":"passed","time":{"start":1728682146826,"stop":1728682146826,"duration":0}},{"uid":"ca2d962a63ba8aa9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca2d962a63ba8aa9","status":"passed","time":{"start":1728676621441,"stop":1728676621441,"duration":0}},{"uid":"22e879a8bfcc5da1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/22e879a8bfcc5da1","status":"passed","time":{"start":1728669344475,"stop":1728669344475,"duration":0}},{"uid":"9a1707b43f13a24c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a1707b43f13a24c","status":"passed","time":{"start":1728597685171,"stop":1728597685171,"duration":0}},{"uid":"acf7dd640d54575a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/acf7dd640d54575a","status":"passed","time":{"start":1728596904480,"stop":1728596904480,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ea977f1aa1841664","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ea977f1aa1841664","status":"passed","time":{"start":1729034400892,"stop":1729034400892,"duration":0}},{"uid":"270eb1ebbb4bda8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/270eb1ebbb4bda8","status":"passed","time":{"start":1729034317461,"stop":1729034317462,"duration":1}},{"uid":"1f115fb5bd6c39d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f115fb5bd6c39d6","status":"passed","time":{"start":1729034137143,"stop":1729034137143,"duration":0}},{"uid":"64732c5d596d654e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/64732c5d596d654e","status":"passed","time":{"start":1729032206877,"stop":1729032206878,"duration":1}},{"uid":"1b071bd751512318","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b071bd751512318","status":"passed","time":{"start":1728901995023,"stop":1728901995024,"duration":1}},{"uid":"3db35ac8b77305b7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3db35ac8b77305b7","status":"passed","time":{"start":1728893420997,"stop":1728893420997,"duration":0}},{"uid":"f444b604051b817f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f444b604051b817f","status":"passed","time":{"start":1728856368598,"stop":1728856368599,"duration":1}},{"uid":"f62f0b7c6fce4c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f62f0b7c6fce4c","status":"passed","time":{"start":1728738604683,"stop":1728738604683,"duration":0}},{"uid":"178d6f8a8f963fe6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/178d6f8a8f963fe6","status":"passed","time":{"start":1728683117632,"stop":1728683117633,"duration":1}},{"uid":"ee59d17f0b75a90d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ee59d17f0b75a90d","status":"passed","time":{"start":1728682721320,"stop":1728682721320,"duration":0}},{"uid":"94cfb34c15d338f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/94cfb34c15d338f7","status":"passed","time":{"start":1728677184686,"stop":1728677184686,"duration":0}},{"uid":"97af6b6d2517c3cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97af6b6d2517c3cc","status":"passed","time":{"start":1728669866454,"stop":1728669866454,"duration":0}},{"uid":"8bf954abe5b686a9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bf954abe5b686a9","status":"passed","time":{"start":1728598249992,"stop":1728598249993,"duration":1}},{"uid":"bbbc352292773d46","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bbbc352292773d46","status":"passed","time":{"start":1728597472299,"stop":1728597472299,"duration":0}}]},"c0d6f05bfa042ebc965e2faa930ec2d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3205c5a8ea1d6b6b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3205c5a8ea1d6b6b","status":"passed","time":{"start":1728901664268,"stop":1728901664268,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e08dfacf7ca8519c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e08dfacf7ca8519c","status":"passed","time":{"start":1729034307031,"stop":1729034307031,"duration":0}},{"uid":"f237c5275f67c6b1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f237c5275f67c6b1","status":"passed","time":{"start":1729034223306,"stop":1729034223306,"duration":0}},{"uid":"81a05dc231c56841","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/81a05dc231c56841","status":"passed","time":{"start":1729034034979,"stop":1729034034981,"duration":2}},{"uid":"45d90428d1382ea1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45d90428d1382ea1","status":"passed","time":{"start":1729032066290,"stop":1729032066292,"duration":2}},{"uid":"d361e5d870613508","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d361e5d870613508","status":"passed","time":{"start":1728901706619,"stop":1728901706620,"duration":1}},{"uid":"ce33b71913da72c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce33b71913da72c1","status":"passed","time":{"start":1728893153422,"stop":1728893153422,"duration":0}},{"uid":"a77d2b657819fa1d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a77d2b657819fa1d","status":"passed","time":{"start":1728856108126,"stop":1728856108126,"duration":0}},{"uid":"1a97e31e2fb37f10","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a97e31e2fb37f10","status":"passed","time":{"start":1728738316668,"stop":1728738316669,"duration":1}},{"uid":"ee0c2220decc7859","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ee0c2220decc7859","status":"passed","time":{"start":1728682865316,"stop":1728682865317,"duration":1}},{"uid":"fd951a09eed871fa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fd951a09eed871fa","status":"passed","time":{"start":1728682446995,"stop":1728682446995,"duration":0}},{"uid":"1fdcbbb4284946e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1fdcbbb4284946e8","status":"passed","time":{"start":1728676924479,"stop":1728676924479,"duration":0}},{"uid":"25d4c714045a823b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25d4c714045a823b","status":"passed","time":{"start":1728669626261,"stop":1728669626261,"duration":0}},{"uid":"2faaea3a6650253c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2faaea3a6650253c","status":"passed","time":{"start":1728597973672,"stop":1728597973673,"duration":1}},{"uid":"93ff635c7abb76b8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/93ff635c7abb76b8","status":"passed","time":{"start":1728597188035,"stop":1728597188036,"duration":1}}]},"37d35c6773a982514c85032844d7a00e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d9ccae83f9ff350","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3d9ccae83f9ff350","status":"passed","time":{"start":1728683093172,"stop":1728683093172,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6a0eaf7dd909cb3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6a0eaf7dd909cb3","status":"passed","time":{"start":1729034259812,"stop":1729034259813,"duration":1}},{"uid":"8cf2f8a5579e4829","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8cf2f8a5579e4829","status":"passed","time":{"start":1729034194006,"stop":1729034194006,"duration":0}},{"uid":"88889ec786ec75c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/88889ec786ec75c1","status":"passed","time":{"start":1729034014853,"stop":1729034014856,"duration":3}},{"uid":"5840cf20fff44b83","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5840cf20fff44b83","status":"passed","time":{"start":1729032065442,"stop":1729032065442,"duration":0}},{"uid":"84e284972bcd79c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84e284972bcd79c6","status":"passed","time":{"start":1728901664239,"stop":1728901664241,"duration":2}},{"uid":"b83fc357c679b24b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b83fc357c679b24b","status":"passed","time":{"start":1728893093688,"stop":1728893093689,"duration":1}},{"uid":"77a7f22fab7ad6f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77a7f22fab7ad6f7","status":"passed","time":{"start":1728856055264,"stop":1728856055266,"duration":2}},{"uid":"3a08c3d8148aa334","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3a08c3d8148aa334","status":"passed","time":{"start":1728738274741,"stop":1728738274741,"duration":0}},{"uid":"e6ce5bb2a3242431","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6ce5bb2a3242431","status":"passed","time":{"start":1728682807951,"stop":1728682807952,"duration":1}},{"uid":"8588cd691f506e51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8588cd691f506e51","status":"passed","time":{"start":1728682381281,"stop":1728682381281,"duration":0}},{"uid":"399fd718f0717844","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/399fd718f0717844","status":"passed","time":{"start":1728676853894,"stop":1728676853894,"duration":0}},{"uid":"39c1306f7d3aae7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39c1306f7d3aae7","status":"passed","time":{"start":1728669581686,"stop":1728669581686,"duration":0}},{"uid":"3925eaab51bdb27b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3925eaab51bdb27b","status":"passed","time":{"start":1728597923472,"stop":1728597923473,"duration":1}},{"uid":"e44906c035a314cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e44906c035a314cd","status":"passed","time":{"start":1728597132260,"stop":1728597132260,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"21022465b9a0c1ad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/21022465b9a0c1ad","status":"passed","time":{"start":1729034179351,"stop":1729034179354,"duration":3}},{"uid":"7754716dd996ad65","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7754716dd996ad65","status":"passed","time":{"start":1729034120547,"stop":1729034120549,"duration":2}},{"uid":"8e8cb9373b1af235","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e8cb9373b1af235","status":"passed","time":{"start":1729033937071,"stop":1729033937075,"duration":4}},{"uid":"a3a5dd24a2deeacd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3a5dd24a2deeacd","status":"passed","time":{"start":1729031987032,"stop":1729031987033,"duration":1}},{"uid":"54b60aaa805ef507","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/54b60aaa805ef507","status":"passed","time":{"start":1728901546862,"stop":1728901546863,"duration":1}},{"uid":"aa96c00879317686","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aa96c00879317686","status":"passed","time":{"start":1728892979417,"stop":1728892979418,"duration":1}},{"uid":"6c6b8859f8344b26","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c6b8859f8344b26","status":"passed","time":{"start":1728855940956,"stop":1728855940956,"duration":0}},{"uid":"f6d8a83ae741506c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f6d8a83ae741506c","status":"passed","time":{"start":1728738161106,"stop":1728738161106,"duration":0}},{"uid":"4ff73b80efe97878","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ff73b80efe97878","status":"passed","time":{"start":1728682691670,"stop":1728682691670,"duration":0}},{"uid":"1808f296a5b7be7f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1808f296a5b7be7f","status":"passed","time":{"start":1728682265765,"stop":1728682265766,"duration":1}},{"uid":"2f95dfdcb1c31245","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2f95dfdcb1c31245","status":"passed","time":{"start":1728676744596,"stop":1728676744596,"duration":0}},{"uid":"50bbe540c5b46368","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/50bbe540c5b46368","status":"passed","time":{"start":1728669464695,"stop":1728669464695,"duration":0}},{"uid":"a7abd2319c319788","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a7abd2319c319788","status":"passed","time":{"start":1728597804166,"stop":1728597804167,"duration":1}},{"uid":"f88c082042760fc6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f88c082042760fc6","status":"passed","time":{"start":1728597021414,"stop":1728597021415,"duration":1}}]},"77882dfaf66a4d5daeea195143ffcbde:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b8c5c496e6b16f93","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b8c5c496e6b16f93","status":"passed","time":{"start":1729034137314,"stop":1729034137315,"duration":1}},{"uid":"7feb16f93cd549fd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7feb16f93cd549fd","status":"passed","time":{"start":1729034060017,"stop":1729034060018,"duration":1}},{"uid":"abc8b3bc28e83319","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/abc8b3bc28e83319","status":"passed","time":{"start":1729033874960,"stop":1729033874960,"duration":0}},{"uid":"1fb4bfc788fc2d8d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1fb4bfc788fc2d8d","status":"passed","time":{"start":1729031924899,"stop":1729031924900,"duration":1}},{"uid":"70f3953acccb5d42","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/70f3953acccb5d42","status":"passed","time":{"start":1728901469127,"stop":1728901469128,"duration":1}},{"uid":"1859e38611f55aab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1859e38611f55aab","status":"passed","time":{"start":1728892899792,"stop":1728892899793,"duration":1}},{"uid":"5bcbb94f0ee23239","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5bcbb94f0ee23239","status":"passed","time":{"start":1728855863056,"stop":1728855863057,"duration":1}},{"uid":"137ec7ce3457c411","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/137ec7ce3457c411","status":"passed","time":{"start":1728738080898,"stop":1728738080898,"duration":0}},{"uid":"e72b05a8e3040f98","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e72b05a8e3040f98","status":"passed","time":{"start":1728682614307,"stop":1728682614308,"duration":1}},{"uid":"bc8f636b55ed0cdd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc8f636b55ed0cdd","status":"passed","time":{"start":1728682187091,"stop":1728682187092,"duration":1}},{"uid":"8a08b1b6e167b826","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a08b1b6e167b826","status":"passed","time":{"start":1728676661486,"stop":1728676661487,"duration":1}},{"uid":"88750de7c621e8db","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88750de7c621e8db","status":"passed","time":{"start":1728669384660,"stop":1728669384661,"duration":1}},{"uid":"67a8b416487f27f5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/67a8b416487f27f5","status":"passed","time":{"start":1728597724234,"stop":1728597724234,"duration":0}},{"uid":"86bda17d706db9ce","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86bda17d706db9ce","status":"passed","time":{"start":1728596943281,"stop":1728596943281,"duration":0}}]},"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4bf03d8e79f37a0e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4bf03d8e79f37a0e","status":"passed","time":{"start":1729034096130,"stop":1729034096130,"duration":0}},{"uid":"2f48c6d2fd3b216b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2f48c6d2fd3b216b","status":"passed","time":{"start":1729034020087,"stop":1729034020087,"duration":0}},{"uid":"7d85e34bfb34c0b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7d85e34bfb34c0b3","status":"passed","time":{"start":1729033834381,"stop":1729033834381,"duration":0}},{"uid":"30be9e077117d755","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30be9e077117d755","status":"passed","time":{"start":1729031884113,"stop":1729031884113,"duration":0}},{"uid":"7ff435e1e7888380","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7ff435e1e7888380","status":"passed","time":{"start":1728901430252,"stop":1728901430252,"duration":0}},{"uid":"c765b35c10c574d3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c765b35c10c574d3","status":"passed","time":{"start":1728892860529,"stop":1728892860529,"duration":0}},{"uid":"f37775cdcf61522d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f37775cdcf61522d","status":"passed","time":{"start":1728855823319,"stop":1728855823319,"duration":0}},{"uid":"b5177a099eb427e5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b5177a099eb427e5","status":"passed","time":{"start":1728738040598,"stop":1728738040598,"duration":0}},{"uid":"288dcb89added63d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/288dcb89added63d","status":"passed","time":{"start":1728682574088,"stop":1728682574088,"duration":0}},{"uid":"2cf2fe527d9cab26","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2cf2fe527d9cab26","status":"passed","time":{"start":1728682146813,"stop":1728682146813,"duration":0}},{"uid":"7ff0d6976ae7e56a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7ff0d6976ae7e56a","status":"passed","time":{"start":1728676621428,"stop":1728676621429,"duration":1}},{"uid":"4bb4fdf986d456f5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4bb4fdf986d456f5","status":"passed","time":{"start":1728669344464,"stop":1728669344464,"duration":0}},{"uid":"7d3f5fc11009c917","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7d3f5fc11009c917","status":"passed","time":{"start":1728597685158,"stop":1728597685158,"duration":0}},{"uid":"ba500e57c130c1c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ba500e57c130c1c6","status":"passed","time":{"start":1728596904464,"stop":1728596904464,"duration":0}}]},"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b5560efcb6740b3b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b5560efcb6740b3b","status":"passed","time":{"start":1729034096138,"stop":1729034096139,"duration":1}},{"uid":"2bb9f425b7819596","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2bb9f425b7819596","status":"passed","time":{"start":1729034020095,"stop":1729034020095,"duration":0}},{"uid":"c0c7ec48ad861984","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c0c7ec48ad861984","status":"passed","time":{"start":1729033834392,"stop":1729033834392,"duration":0}},{"uid":"b19659fe9b4f487c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b19659fe9b4f487c","status":"passed","time":{"start":1729031884125,"stop":1729031884125,"duration":0}},{"uid":"ee6f89ba2368231b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ee6f89ba2368231b","status":"passed","time":{"start":1728901430258,"stop":1728901430259,"duration":1}},{"uid":"65e78b489a8ba465","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/65e78b489a8ba465","status":"passed","time":{"start":1728892860537,"stop":1728892860537,"duration":0}},{"uid":"71e3c1c4fce7d81","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/71e3c1c4fce7d81","status":"passed","time":{"start":1728855823327,"stop":1728855823327,"duration":0}},{"uid":"5cfe617ddfc5cc91","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5cfe617ddfc5cc91","status":"passed","time":{"start":1728738040607,"stop":1728738040608,"duration":1}},{"uid":"da4d316d909f0b74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/da4d316d909f0b74","status":"passed","time":{"start":1728682574098,"stop":1728682574098,"duration":0}},{"uid":"c264b6d6dc445caf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c264b6d6dc445caf","status":"passed","time":{"start":1728682146822,"stop":1728682146822,"duration":0}},{"uid":"3945a657d2f0a5f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3945a657d2f0a5f2","status":"passed","time":{"start":1728676621437,"stop":1728676621437,"duration":0}},{"uid":"f1a965cfbb008ff9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f1a965cfbb008ff9","status":"passed","time":{"start":1728669344472,"stop":1728669344472,"duration":0}},{"uid":"1e60f8bb953d316d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e60f8bb953d316d","status":"passed","time":{"start":1728597685167,"stop":1728597685167,"duration":0}},{"uid":"949866a958d67b54","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/949866a958d67b54","status":"passed","time":{"start":1728596904474,"stop":1728596904475,"duration":1}}]},"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a9ce269e2023162e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9ce269e2023162e","status":"passed","time":{"start":1729034238409,"stop":1729034238409,"duration":0}},{"uid":"61f9807f705de314","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/61f9807f705de314","status":"passed","time":{"start":1729034157651,"stop":1729034157652,"duration":1}},{"uid":"13529e4f0b82df71","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/13529e4f0b82df71","status":"passed","time":{"start":1729033974450,"stop":1729033974450,"duration":0}},{"uid":"5c2a8a35663fa278","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5c2a8a35663fa278","status":"passed","time":{"start":1729032027759,"stop":1729032027760,"duration":1}},{"uid":"5d4c583f42eeea72","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5d4c583f42eeea72","status":"passed","time":{"start":1728901614539,"stop":1728901614543,"duration":4}},{"uid":"2d0ea70756effc7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2d0ea70756effc7c","status":"passed","time":{"start":1728893048594,"stop":1728893048595,"duration":1}},{"uid":"894ea287c68fa3b7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/894ea287c68fa3b7","status":"passed","time":{"start":1728856013558,"stop":1728856013558,"duration":0}},{"uid":"696e07d64bb4582d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/696e07d64bb4582d","status":"passed","time":{"start":1728738231630,"stop":1728738231631,"duration":1}},{"uid":"dbe81ed0a116b8a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dbe81ed0a116b8a","status":"passed","time":{"start":1728682761070,"stop":1728682761071,"duration":1}},{"uid":"432807246b2a91","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/432807246b2a91","status":"passed","time":{"start":1728682330628,"stop":1728682330631,"duration":3}},{"uid":"bd4fbdbf97d5058d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bd4fbdbf97d5058d","status":"passed","time":{"start":1728676808322,"stop":1728676808323,"duration":1}},{"uid":"47d864404fc1a678","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/47d864404fc1a678","status":"passed","time":{"start":1728669528227,"stop":1728669528227,"duration":0}},{"uid":"a54d5d5c13ad8a43","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a54d5d5c13ad8a43","status":"passed","time":{"start":1728597872226,"stop":1728597872226,"duration":0}},{"uid":"c9b73512f4822083","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9b73512f4822083","status":"passed","time":{"start":1728597087684,"stop":1728597087684,"duration":0}}]},"85851e037eb81252cfd5148ef96f8a93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7badc72b9f9cce2c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7badc72b9f9cce2c","status":"passed","time":{"start":1728738567468,"stop":1728738567468,"duration":0}}]},"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"59a11f708b44e0f1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/59a11f708b44e0f1","status":"passed","time":{"start":1729034096130,"stop":1729034096130,"duration":0}},{"uid":"71bce453f917c9e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71bce453f917c9e9","status":"passed","time":{"start":1729034020087,"stop":1729034020088,"duration":1}},{"uid":"faeba9f5c97b95d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/faeba9f5c97b95d9","status":"passed","time":{"start":1729033834381,"stop":1729033834381,"duration":0}},{"uid":"9f3343050b0775cf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9f3343050b0775cf","status":"passed","time":{"start":1729031884114,"stop":1729031884114,"duration":0}},{"uid":"8dcc882eef88186f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8dcc882eef88186f","status":"passed","time":{"start":1728901430252,"stop":1728901430252,"duration":0}},{"uid":"9f51658665a0f553","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9f51658665a0f553","status":"passed","time":{"start":1728892860529,"stop":1728892860529,"duration":0}},{"uid":"79bfa761d9ae57f0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/79bfa761d9ae57f0","status":"passed","time":{"start":1728855823320,"stop":1728855823320,"duration":0}},{"uid":"a4bbf173d025d4e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a4bbf173d025d4e6","status":"passed","time":{"start":1728738040598,"stop":1728738040598,"duration":0}},{"uid":"1704fcaa255e71db","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1704fcaa255e71db","status":"passed","time":{"start":1728682574089,"stop":1728682574089,"duration":0}},{"uid":"acd34ec3c5d3918b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acd34ec3c5d3918b","status":"passed","time":{"start":1728682146813,"stop":1728682146813,"duration":0}},{"uid":"69ca6402de4befae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/69ca6402de4befae","status":"passed","time":{"start":1728676621429,"stop":1728676621429,"duration":0}},{"uid":"680b709d44e90af7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/680b709d44e90af7","status":"passed","time":{"start":1728669344464,"stop":1728669344465,"duration":1}},{"uid":"8f851a96cc2bafe5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8f851a96cc2bafe5","status":"passed","time":{"start":1728597685158,"stop":1728597685158,"duration":0}},{"uid":"9e4c51de05805a57","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9e4c51de05805a57","status":"passed","time":{"start":1728596904464,"stop":1728596904465,"duration":1}}]},"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9a42efa94b863541","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9a42efa94b863541","status":"passed","time":{"start":1729034096134,"stop":1729034096134,"duration":0}},{"uid":"f0d07ba60e6fe346","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f0d07ba60e6fe346","status":"passed","time":{"start":1729034020091,"stop":1729034020091,"duration":0}},{"uid":"c91534afce3b4d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c91534afce3b4d7","status":"passed","time":{"start":1729033834387,"stop":1729033834387,"duration":0}},{"uid":"9651620c57ff3b50","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9651620c57ff3b50","status":"passed","time":{"start":1729031884120,"stop":1729031884120,"duration":0}},{"uid":"30245d75728fea8b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/30245d75728fea8b","status":"passed","time":{"start":1728901430255,"stop":1728901430255,"duration":0}},{"uid":"6d3549bfbda96188","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d3549bfbda96188","status":"passed","time":{"start":1728892860533,"stop":1728892860533,"duration":0}},{"uid":"6f9b464d411869d8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6f9b464d411869d8","status":"passed","time":{"start":1728855823323,"stop":1728855823323,"duration":0}},{"uid":"14c0c1cfedd5f5ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/14c0c1cfedd5f5ee","status":"passed","time":{"start":1728738040603,"stop":1728738040603,"duration":0}},{"uid":"349c0daeab129092","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/349c0daeab129092","status":"passed","time":{"start":1728682574093,"stop":1728682574094,"duration":1}},{"uid":"a491a581eeda9ce9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a491a581eeda9ce9","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"cf48e74b3e35d6b4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cf48e74b3e35d6b4","status":"passed","time":{"start":1728676621432,"stop":1728676621433,"duration":1}},{"uid":"ea7cbdd2b91b9bd8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ea7cbdd2b91b9bd8","status":"passed","time":{"start":1728669344468,"stop":1728669344468,"duration":0}},{"uid":"b6a336a67e154339","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b6a336a67e154339","status":"passed","time":{"start":1728597685162,"stop":1728597685162,"duration":0}},{"uid":"d9eb84666a50b25f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9eb84666a50b25f","status":"passed","time":{"start":1728596904468,"stop":1728596904469,"duration":1}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8f18c486e85a6ff9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f18c486e85a6ff9","status":"passed","time":{"start":1729034104502,"stop":1729034104503,"duration":1}},{"uid":"44cf9b7e066a0313","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/44cf9b7e066a0313","status":"passed","time":{"start":1729034027823,"stop":1729034027823,"duration":0}},{"uid":"f62b76c95e06c02e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f62b76c95e06c02e","status":"passed","time":{"start":1729033842412,"stop":1729033842412,"duration":0}},{"uid":"b4c262beb6a30d34","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b4c262beb6a30d34","status":"passed","time":{"start":1729031892128,"stop":1729031892129,"duration":1}},{"uid":"e78362a1ad82af1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e78362a1ad82af1f","status":"passed","time":{"start":1728901438144,"stop":1728901438145,"duration":1}},{"uid":"ee65493cf9a31cda","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ee65493cf9a31cda","status":"passed","time":{"start":1728892868419,"stop":1728892868420,"duration":1}},{"uid":"bb8fb1d56e9003fd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bb8fb1d56e9003fd","status":"passed","time":{"start":1728855831312,"stop":1728855831312,"duration":0}},{"uid":"3bad34b733118b9c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3bad34b733118b9c","status":"passed","time":{"start":1728738048420,"stop":1728738048422,"duration":2}},{"uid":"9175034eca610ffa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9175034eca610ffa","status":"passed","time":{"start":1728682581969,"stop":1728682581970,"duration":1}},{"uid":"bcad20c140cc92d8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bcad20c140cc92d8","status":"passed","time":{"start":1728682154920,"stop":1728682154920,"duration":0}},{"uid":"88e123f5b51ea229","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/88e123f5b51ea229","status":"passed","time":{"start":1728676629328,"stop":1728676629329,"duration":1}},{"uid":"70ebaae8a1c5988d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/70ebaae8a1c5988d","status":"passed","time":{"start":1728669352395,"stop":1728669352395,"duration":0}},{"uid":"9c84f90481b2dd5c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9c84f90481b2dd5c","status":"passed","time":{"start":1728597693130,"stop":1728597693130,"duration":0}},{"uid":"e6f0f72458a96875","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e6f0f72458a96875","status":"passed","time":{"start":1728596912668,"stop":1728596912668,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8fa638928959bb7e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8fa638928959bb7e","status":"passed","time":{"start":1729034259815,"stop":1729034259816,"duration":1}},{"uid":"3ef37226db26e3e2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3ef37226db26e3e2","status":"passed","time":{"start":1729034194007,"stop":1729034194016,"duration":9}},{"uid":"d966242160424cae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d966242160424cae","status":"passed","time":{"start":1729034014864,"stop":1729034014867,"duration":3}},{"uid":"f0d674e490ac5a4d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f0d674e490ac5a4d","status":"passed","time":{"start":1729032065449,"stop":1729032065450,"duration":1}},{"uid":"91ff214cf9dc5e25","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/91ff214cf9dc5e25","status":"passed","time":{"start":1728901664251,"stop":1728901664264,"duration":13}},{"uid":"e73432d930b513d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e73432d930b513d8","status":"passed","time":{"start":1728893093690,"stop":1728893093690,"duration":0}},{"uid":"2f45449035e1d34b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f45449035e1d34b","status":"passed","time":{"start":1728856055270,"stop":1728856055271,"duration":1}},{"uid":"6e8fcb620266428","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e8fcb620266428","status":"passed","time":{"start":1728738274742,"stop":1728738274743,"duration":1}},{"uid":"669ce71c3293dbbb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/669ce71c3293dbbb","status":"passed","time":{"start":1728682807955,"stop":1728682807955,"duration":0}},{"uid":"9c8012a70773c1c4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9c8012a70773c1c4","status":"passed","time":{"start":1728682381283,"stop":1728682381283,"duration":0}},{"uid":"55d55cebe012379a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/55d55cebe012379a","status":"passed","time":{"start":1728676853896,"stop":1728676853896,"duration":0}},{"uid":"7e371689f28221be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7e371689f28221be","status":"passed","time":{"start":1728669581693,"stop":1728669581693,"duration":0}},{"uid":"4d201358b94d64a8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4d201358b94d64a8","status":"passed","time":{"start":1728597923478,"stop":1728597923480,"duration":2}},{"uid":"2dabbc4c1407eb6b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2dabbc4c1407eb6b","status":"passed","time":{"start":1728597132262,"stop":1728597132262,"duration":0}}]},"d67850b834c959bec0e7abc5ce40f688:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdf3fb8de5a5eaa0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fdf3fb8de5a5eaa0","status":"passed","time":{"start":1728738494950,"stop":1728738494950,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7cab2f2477f2183a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7cab2f2477f2183a","status":"passed","time":{"start":1729034104913,"stop":1729034104917,"duration":4}},{"uid":"5c6ca4b1eb04eb73","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5c6ca4b1eb04eb73","status":"passed","time":{"start":1729034028515,"stop":1729034028515,"duration":0}},{"uid":"e1dd3b8041b1fb0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e1dd3b8041b1fb0d","status":"passed","time":{"start":1729033843119,"stop":1729033843123,"duration":4}},{"uid":"843408000b655092","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/843408000b655092","status":"passed","time":{"start":1729031892681,"stop":1729031892681,"duration":0}},{"uid":"d90aef6dcacbdc67","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d90aef6dcacbdc67","status":"passed","time":{"start":1728901438812,"stop":1728901438812,"duration":0}},{"uid":"e8b2a78765e6a71e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e8b2a78765e6a71e","status":"passed","time":{"start":1728892869005,"stop":1728892869005,"duration":0}},{"uid":"dba33df5ed967df1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dba33df5ed967df1","status":"passed","time":{"start":1728855831896,"stop":1728855831897,"duration":1}},{"uid":"f2f8bdeb5adc13b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f2f8bdeb5adc13b","status":"passed","time":{"start":1728738049044,"stop":1728738049044,"duration":0}},{"uid":"d324acbfc44c9882","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d324acbfc44c9882","status":"passed","time":{"start":1728682582624,"stop":1728682582624,"duration":0}},{"uid":"29fdcb0a19cb8eb8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/29fdcb0a19cb8eb8","status":"passed","time":{"start":1728682155412,"stop":1728682155412,"duration":0}},{"uid":"ca3db491bd824747","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca3db491bd824747","status":"passed","time":{"start":1728676629978,"stop":1728676629979,"duration":1}},{"uid":"e05798c988c7d888","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e05798c988c7d888","status":"passed","time":{"start":1728669353105,"stop":1728669353106,"duration":1}},{"uid":"ff9a10f6c3f579a1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ff9a10f6c3f579a1","status":"passed","time":{"start":1728597693851,"stop":1728597693852,"duration":1}},{"uid":"8907301340bf0965","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8907301340bf0965","status":"passed","time":{"start":1728596913095,"stop":1728596913096,"duration":1}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e31d211328ec33b1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e31d211328ec33b1","status":"passed","time":{"start":1729034370835,"stop":1729034370852,"duration":17}},{"uid":"d20f188dd1b40b5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d20f188dd1b40b5","status":"passed","time":{"start":1729034308850,"stop":1729034308853,"duration":3}},{"uid":"27758764287c26f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27758764287c26f5","status":"passed","time":{"start":1729034129467,"stop":1729034129467,"duration":0}},{"uid":"b74ab397d34242b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b74ab397d34242b","status":"passed","time":{"start":1729032178361,"stop":1729032178361,"duration":0}},{"uid":"2d93ef577343189b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2d93ef577343189b","status":"passed","time":{"start":1728901896339,"stop":1728901896339,"duration":0}},{"uid":"22bc3e1a00988826","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/22bc3e1a00988826","status":"passed","time":{"start":1728893329018,"stop":1728893329018,"duration":0}},{"uid":"dae97a9df71b7539","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dae97a9df71b7539","status":"passed","time":{"start":1728856284753,"stop":1728856284754,"duration":1}},{"uid":"6f765e08e49e2c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f765e08e49e2c","status":"passed","time":{"start":1728738494929,"stop":1728738494929,"duration":0}},{"uid":"5e203be058b5d8c9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e203be058b5d8c9","status":"passed","time":{"start":1728683033624,"stop":1728683033624,"duration":0}},{"uid":"855f6b0240f27ef4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/855f6b0240f27ef4","status":"passed","time":{"start":1728682601729,"stop":1728682601729,"duration":0}},{"uid":"ebbf5a0ce5866ae3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ebbf5a0ce5866ae3","status":"passed","time":{"start":1728677107954,"stop":1728677107954,"duration":0}},{"uid":"65ba37881835d0ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/65ba37881835d0ab","status":"passed","time":{"start":1728669764743,"stop":1728669764743,"duration":0}},{"uid":"e58e6d9507ffaa4d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e58e6d9507ffaa4d","status":"passed","time":{"start":1728598157552,"stop":1728598157552,"duration":0}},{"uid":"f11b0afe4a383e89","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f11b0afe4a383e89","status":"passed","time":{"start":1728597369050,"stop":1728597369051,"duration":1}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a9e3b980ee8c4fd6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9e3b980ee8c4fd6","status":"passed","time":{"start":1729034393640,"stop":1729034393643,"duration":3}},{"uid":"c8f2032dc4415049","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c8f2032dc4415049","status":"passed","time":{"start":1729034304835,"stop":1729034304836,"duration":1}},{"uid":"d53e203e593bd5a9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d53e203e593bd5a9","status":"passed","time":{"start":1729034121904,"stop":1729034121905,"duration":1}},{"uid":"d691475e95e7e2ba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d691475e95e7e2ba","status":"passed","time":{"start":1729032174831,"stop":1729032174841,"duration":10}},{"uid":"a3f8656aeba1aae5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3f8656aeba1aae5","status":"passed","time":{"start":1728901881010,"stop":1728901881010,"duration":0}},{"uid":"942047887817f693","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/942047887817f693","status":"passed","time":{"start":1728893317157,"stop":1728893317158,"duration":1}},{"uid":"92bd3aa8655086ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92bd3aa8655086ab","status":"passed","time":{"start":1728856263087,"stop":1728856263087,"duration":0}},{"uid":"4d90ea2319abbd12","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4d90ea2319abbd12","status":"passed","time":{"start":1728738492796,"stop":1728738492796,"duration":0}},{"uid":"ea290b18a51f59bf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ea290b18a51f59bf","status":"passed","time":{"start":1728683030019,"stop":1728683030019,"duration":0}},{"uid":"dd927831ac0a3af0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dd927831ac0a3af0","status":"passed","time":{"start":1728682581098,"stop":1728682581101,"duration":3}},{"uid":"aceb4d09e26cb3d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aceb4d09e26cb3d2","status":"passed","time":{"start":1728677081991,"stop":1728677081992,"duration":1}},{"uid":"4a5ce97399de34db","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4a5ce97399de34db","status":"passed","time":{"start":1728669795393,"stop":1728669795393,"duration":0}},{"uid":"90098a3567b7bd10","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90098a3567b7bd10","status":"passed","time":{"start":1728598137501,"stop":1728598137502,"duration":1}},{"uid":"e6b95c44bdd361bb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e6b95c44bdd361bb","status":"passed","time":{"start":1728597353478,"stop":1728597353478,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"80b98d76396c8bb6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/80b98d76396c8bb6","status":"passed","time":{"start":1729034370864,"stop":1729034370864,"duration":0}},{"uid":"efb33cca0ec6b775","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/efb33cca0ec6b775","status":"passed","time":{"start":1729034308863,"stop":1729034308863,"duration":0}},{"uid":"29af7bcdad211c66","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/29af7bcdad211c66","status":"passed","time":{"start":1729034129471,"stop":1729034129472,"duration":1}},{"uid":"9298b318f140a183","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9298b318f140a183","status":"passed","time":{"start":1729032178365,"stop":1729032178365,"duration":0}},{"uid":"3ab097147bf4fccd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3ab097147bf4fccd","status":"passed","time":{"start":1728901896344,"stop":1728901896344,"duration":0}},{"uid":"df1028b5577ddcf9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/df1028b5577ddcf9","status":"passed","time":{"start":1728893329022,"stop":1728893329022,"duration":0}},{"uid":"acc9263a4f88f271","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acc9263a4f88f271","status":"passed","time":{"start":1728856284759,"stop":1728856284760,"duration":1}},{"uid":"f7a4723dda0a628d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f7a4723dda0a628d","status":"passed","time":{"start":1728738494936,"stop":1728738494937,"duration":1}},{"uid":"680240bf97e9a9fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/680240bf97e9a9fd","status":"passed","time":{"start":1728683033629,"stop":1728683033629,"duration":0}},{"uid":"4dd8e1fa63bc3372","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4dd8e1fa63bc3372","status":"passed","time":{"start":1728682601733,"stop":1728682601734,"duration":1}},{"uid":"4aad8bdbddbbe46f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4aad8bdbddbbe46f","status":"passed","time":{"start":1728677107959,"stop":1728677107959,"duration":0}},{"uid":"ff989f1117fc29da","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff989f1117fc29da","status":"passed","time":{"start":1728669764748,"stop":1728669764748,"duration":0}},{"uid":"4e1b5dec0d9223cc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4e1b5dec0d9223cc","status":"passed","time":{"start":1728598157559,"stop":1728598157559,"duration":0}},{"uid":"bdf929ecb7a7d0c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bdf929ecb7a7d0c6","status":"passed","time":{"start":1728597369058,"stop":1728597369058,"duration":0}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3dbe2027544bc0c0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3dbe2027544bc0c0","status":"passed","time":{"start":1729034332099,"stop":1729034332099,"duration":0}},{"uid":"dd773805319abe46","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dd773805319abe46","status":"passed","time":{"start":1729034249515,"stop":1729034249516,"duration":1}},{"uid":"c5c3fc2dd1b960a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5c3fc2dd1b960a8","status":"passed","time":{"start":1729034066291,"stop":1729034066292,"duration":1}},{"uid":"efcfaf8e2ffa5857","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/efcfaf8e2ffa5857","status":"passed","time":{"start":1729032098483,"stop":1729032098484,"duration":1}},{"uid":"53a2e5bbf741f2c1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53a2e5bbf741f2c1","status":"passed","time":{"start":1728901785810,"stop":1728901785810,"duration":0}},{"uid":"28a64de798649c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/28a64de798649c1","status":"passed","time":{"start":1728893218882,"stop":1728893218882,"duration":0}},{"uid":"13acf5f9438541a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/13acf5f9438541a5","status":"passed","time":{"start":1728856163811,"stop":1728856163811,"duration":0}},{"uid":"f44ae5bfcb841b0f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f44ae5bfcb841b0f","status":"passed","time":{"start":1728738377011,"stop":1728738377011,"duration":0}},{"uid":"ea5cd1787266f82a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ea5cd1787266f82a","status":"passed","time":{"start":1728682920270,"stop":1728682920270,"duration":0}},{"uid":"18d7d26e27238218","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18d7d26e27238218","status":"passed","time":{"start":1728682501675,"stop":1728682501675,"duration":0}},{"uid":"35ac7268021a1cf7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35ac7268021a1cf7","status":"passed","time":{"start":1728676985181,"stop":1728676985181,"duration":0}},{"uid":"1555c07218d4190f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1555c07218d4190f","status":"passed","time":{"start":1728669632496,"stop":1728669632496,"duration":0}},{"uid":"eabb3619b45272a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eabb3619b45272a4","status":"passed","time":{"start":1728598050003,"stop":1728598050003,"duration":0}},{"uid":"b35dfe5cffe93fcb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b35dfe5cffe93fcb","status":"passed","time":{"start":1728597264096,"stop":1728597264096,"duration":0}}]},"8b2fcd4f5586d06e59daf0bb4e97b262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e63325d59050479","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e63325d59050479","status":"passed","time":{"start":1729032235300,"stop":1729032235300,"duration":0}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f06ccca3c7b8a287","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f06ccca3c7b8a287","status":"passed","time":{"start":1729034425378,"stop":1729034425378,"duration":0}},{"uid":"b065f17380f04d9e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b065f17380f04d9e","status":"passed","time":{"start":1729034346110,"stop":1729034346110,"duration":0}},{"uid":"5ee8a9074f1fe826","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ee8a9074f1fe826","status":"passed","time":{"start":1729034162416,"stop":1729034162416,"duration":0}},{"uid":"fc6b8066f46465ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fc6b8066f46465ef","status":"passed","time":{"start":1729032197327,"stop":1729032197327,"duration":0}},{"uid":"73ba4df9a16e99c5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/73ba4df9a16e99c5","status":"passed","time":{"start":1728901899717,"stop":1728901899717,"duration":0}},{"uid":"e95cafaae8b6fe22","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e95cafaae8b6fe22","status":"passed","time":{"start":1728893334924,"stop":1728893334924,"duration":0}},{"uid":"84104d8365c477eb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/84104d8365c477eb","status":"passed","time":{"start":1728856288028,"stop":1728856288028,"duration":0}},{"uid":"8733bfc303dabb94","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8733bfc303dabb94","status":"passed","time":{"start":1728738501690,"stop":1728738501690,"duration":0}},{"uid":"1e0d8014041e7a20","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1e0d8014041e7a20","status":"passed","time":{"start":1728683044489,"stop":1728683044490,"duration":1}},{"uid":"181420f20255b9f6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/181420f20255b9f6","status":"passed","time":{"start":1728682619635,"stop":1728682619635,"duration":0}},{"uid":"da3a02e3cb72b239","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/da3a02e3cb72b239","status":"passed","time":{"start":1728677104187,"stop":1728677104188,"duration":1}},{"uid":"7ffb8b7f54f8cd57","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ffb8b7f54f8cd57","status":"passed","time":{"start":1728669759888,"stop":1728669759888,"duration":0}},{"uid":"6a76226d452ac6f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a76226d452ac6f8","status":"passed","time":{"start":1728598164492,"stop":1728598164493,"duration":1}},{"uid":"16f57bab120c5daa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/16f57bab120c5daa","status":"passed","time":{"start":1728597385269,"stop":1728597385270,"duration":1}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a084d9de0fd33e92","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a084d9de0fd33e92","status":"passed","time":{"start":1729034434254,"stop":1729034434257,"duration":3}},{"uid":"89f39d2c3e58b68e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/89f39d2c3e58b68e","status":"passed","time":{"start":1729034350151,"stop":1729034350151,"duration":0}},{"uid":"ec41d35d1f5579dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ec41d35d1f5579dd","status":"passed","time":{"start":1729034169192,"stop":1729034169192,"duration":0}},{"uid":"cc7fdfdf84f123d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cc7fdfdf84f123d1","status":"passed","time":{"start":1729032228064,"stop":1729032228064,"duration":0}},{"uid":"4b1ebfee160daea6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b1ebfee160daea6","status":"passed","time":{"start":1728901947141,"stop":1728901947141,"duration":0}},{"uid":"e91dc172fb20b416","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e91dc172fb20b416","status":"passed","time":{"start":1728893380054,"stop":1728893380056,"duration":2}},{"uid":"10bad63eaa2b53","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/10bad63eaa2b53","status":"passed","time":{"start":1728856336876,"stop":1728856336877,"duration":1}},{"uid":"c75181e428d162be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c75181e428d162be","status":"passed","time":{"start":1728738551160,"stop":1728738551161,"duration":1}},{"uid":"11a4e37abc8035fe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/11a4e37abc8035fe","status":"passed","time":{"start":1728683095873,"stop":1728683095873,"duration":0}},{"uid":"57f4929910850071","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/57f4929910850071","status":"passed","time":{"start":1728682657383,"stop":1728682657384,"duration":1}},{"uid":"31a778e32b8e038a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/31a778e32b8e038a","status":"passed","time":{"start":1728677151459,"stop":1728677151460,"duration":1}},{"uid":"ebde44d9301218af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebde44d9301218af","status":"passed","time":{"start":1728669832891,"stop":1728669832891,"duration":0}},{"uid":"33c3910f9b4d7499","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/33c3910f9b4d7499","status":"passed","time":{"start":1728598215606,"stop":1728598215607,"duration":1}},{"uid":"326641a417616188","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/326641a417616188","status":"passed","time":{"start":1728597425039,"stop":1728597425039,"duration":0}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d6d057a64b0ed6b1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d6d057a64b0ed6b1","status":"passed","time":{"start":1729034370862,"stop":1729034370862,"duration":0}},{"uid":"e2d14ebf2b44e9d5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e2d14ebf2b44e9d5","status":"passed","time":{"start":1729034308862,"stop":1729034308862,"duration":0}},{"uid":"dca2201e500a7a43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dca2201e500a7a43","status":"passed","time":{"start":1729034129470,"stop":1729034129470,"duration":0}},{"uid":"c86e2a211a390485","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c86e2a211a390485","status":"passed","time":{"start":1729032178364,"stop":1729032178364,"duration":0}},{"uid":"dceea04b249183b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dceea04b249183b7","status":"passed","time":{"start":1728901896342,"stop":1728901896343,"duration":1}},{"uid":"f7ad791ff36fe118","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f7ad791ff36fe118","status":"passed","time":{"start":1728893329021,"stop":1728893329021,"duration":0}},{"uid":"9426b280890199d3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9426b280890199d3","status":"passed","time":{"start":1728856284757,"stop":1728856284757,"duration":0}},{"uid":"3476f4d4271ab418","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3476f4d4271ab418","status":"passed","time":{"start":1728738494934,"stop":1728738494934,"duration":0}},{"uid":"60d51a1131cd68b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/60d51a1131cd68b4","status":"passed","time":{"start":1728683033627,"stop":1728683033628,"duration":1}},{"uid":"8e3bed435066cfa6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e3bed435066cfa6","status":"passed","time":{"start":1728682601732,"stop":1728682601732,"duration":0}},{"uid":"ef5c341a8804de27","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef5c341a8804de27","status":"passed","time":{"start":1728677107958,"stop":1728677107958,"duration":0}},{"uid":"c79f4e62bb0d8fba","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c79f4e62bb0d8fba","status":"passed","time":{"start":1728669764747,"stop":1728669764747,"duration":0}},{"uid":"c544b426e7baa8a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c544b426e7baa8a","status":"passed","time":{"start":1728598157558,"stop":1728598157558,"duration":0}},{"uid":"709c46c83c9584d9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/709c46c83c9584d9","status":"passed","time":{"start":1728597369057,"stop":1728597369057,"duration":0}}]},"8553e1551b1aff49f5974b536151b554:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4e8191f039891c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d4e8191f039891c","status":"passed","time":{"start":1728682652692,"stop":1728682652693,"duration":1}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"58b17063421f2e5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/58b17063421f2e5","status":"passed","time":{"start":1729034120501,"stop":1729034120501,"duration":0}},{"uid":"be8c92bf6f0d17f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be8c92bf6f0d17f9","status":"passed","time":{"start":1729033858272,"stop":1729033858272,"duration":0}},{"uid":"7cfa6ea7a8d85f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7cfa6ea7a8d85f","status":"passed","time":{"start":1729031908178,"stop":1729031908178,"duration":0}},{"uid":"98ceadc300ae276d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/98ceadc300ae276d","status":"passed","time":{"start":1728901453934,"stop":1728901453935,"duration":1}},{"uid":"1efcf877ef527cee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1efcf877ef527cee","status":"passed","time":{"start":1728892884411,"stop":1728892884411,"duration":0}},{"uid":"57b1b9a2fc64991f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/57b1b9a2fc64991f","status":"passed","time":{"start":1728855846880,"stop":1728855846880,"duration":0}},{"uid":"7a4a076a36ba00ae","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a4a076a36ba00ae","status":"passed","time":{"start":1728738064184,"stop":1728738064184,"duration":0}},{"uid":"b6af411b3399a935","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6af411b3399a935","status":"passed","time":{"start":1728682597762,"stop":1728682597762,"duration":0}},{"uid":"8dd229f04269ae27","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8dd229f04269ae27","status":"passed","time":{"start":1728682170541,"stop":1728682170541,"duration":0}},{"uid":"855097d9f5fe6d4d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/855097d9f5fe6d4d","status":"passed","time":{"start":1728676645201,"stop":1728676645201,"duration":0}},{"uid":"d02bcc52e9147ae1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d02bcc52e9147ae1","status":"passed","time":{"start":1728669368196,"stop":1728669368196,"duration":0}},{"uid":"5cb6d430271187e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5cb6d430271187e9","status":"passed","time":{"start":1728597709013,"stop":1728597709013,"duration":0}},{"uid":"c97fc45f474653d0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c97fc45f474653d0","status":"passed","time":{"start":1728596928107,"stop":1728596928107,"duration":0}}]},"380111472c8fafb0322a21f04ab37b43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0256f2ccf0e5eca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0256f2ccf0e5eca","status":"passed","time":{"start":1728738567469,"stop":1728738567469,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"89de4dc672696e96","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89de4dc672696e96","status":"passed","time":{"start":1729034296720,"stop":1729034296720,"duration":0}},{"uid":"75f1eb2064df24a1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/75f1eb2064df24a1","status":"passed","time":{"start":1729034220615,"stop":1729034220615,"duration":0}},{"uid":"bc49bcae5720a76f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bc49bcae5720a76f","status":"passed","time":{"start":1729034041508,"stop":1729034041508,"duration":0}},{"uid":"c0ba0109bbc4ca1c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c0ba0109bbc4ca1c","status":"passed","time":{"start":1728901705420,"stop":1728901705421,"duration":1}},{"uid":"a79be547c496e0b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a79be547c496e0b0","status":"passed","time":{"start":1728893141784,"stop":1728893141784,"duration":0}},{"uid":"ee36612ebe385738","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ee36612ebe385738","status":"passed","time":{"start":1728856087088,"stop":1728856087089,"duration":1}},{"uid":"5fc4b8f28f0fcddd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5fc4b8f28f0fcddd","status":"passed","time":{"start":1728738321459,"stop":1728738321459,"duration":0}},{"uid":"946f32219042f3d0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/946f32219042f3d0","status":"passed","time":{"start":1728682845682,"stop":1728682845683,"duration":1}},{"uid":"107058da5d6c876e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/107058da5d6c876e","status":"passed","time":{"start":1728682424319,"stop":1728682424319,"duration":0}},{"uid":"b160b9c33c6dcc81","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b160b9c33c6dcc81","status":"passed","time":{"start":1728676900548,"stop":1728676900548,"duration":0}},{"uid":"784263618d56ea38","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/784263618d56ea38","status":"passed","time":{"start":1728669625819,"stop":1728669625820,"duration":1}},{"uid":"4357a4962ed07085","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4357a4962ed07085","status":"passed","time":{"start":1728597957180,"stop":1728597957181,"duration":1}},{"uid":"90724f469634f34e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90724f469634f34e","status":"passed","time":{"start":1728597182625,"stop":1728597182625,"duration":0}}]},"a2658ad6df364341c341f8d75607d661:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40c7d77eba77849d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/40c7d77eba77849d","status":"passed","time":{"start":1728669834439,"stop":1728669834440,"duration":1}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ae1189794ef57a3a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ae1189794ef57a3a","status":"passed","time":{"start":1729034475275,"stop":1729034475276,"duration":1}},{"uid":"3c205b1deb563e24","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c205b1deb563e24","status":"passed","time":{"start":1729034392403,"stop":1729034392403,"duration":0}},{"uid":"f4f4b6d6cf68e401","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f4f4b6d6cf68e401","status":"passed","time":{"start":1729034208295,"stop":1729034208295,"duration":0}},{"uid":"10cf581b3101a132","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/10cf581b3101a132","status":"passed","time":{"start":1729032257067,"stop":1729032257076,"duration":9}},{"uid":"a7d1b0e4121c77da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7d1b0e4121c77da","status":"passed","time":{"start":1728902024013,"stop":1728902024013,"duration":0}},{"uid":"8220ed90135cb271","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8220ed90135cb271","status":"passed","time":{"start":1728893455130,"stop":1728893455130,"duration":0}},{"uid":"474e2dff0439a55","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/474e2dff0439a55","status":"passed","time":{"start":1728856404966,"stop":1728856404967,"duration":1}},{"uid":"7521c2d18849bf42","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7521c2d18849bf42","status":"passed","time":{"start":1728738634669,"stop":1728738634670,"duration":1}},{"uid":"4bbcf07720536ec4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bbcf07720536ec4","status":"passed","time":{"start":1728683163621,"stop":1728683163621,"duration":0}},{"uid":"c756eb5e3ec710bc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c756eb5e3ec710bc","status":"passed","time":{"start":1728682737542,"stop":1728682737543,"duration":1}},{"uid":"78a23f658890c5b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/78a23f658890c5b3","status":"passed","time":{"start":1728677222567,"stop":1728677222568,"duration":1}},{"uid":"fc3e330e44921b8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fc3e330e44921b8","status":"passed","time":{"start":1728669905044,"stop":1728669905045,"duration":1}},{"uid":"6ffc975491575bac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6ffc975491575bac","status":"passed","time":{"start":1728598284366,"stop":1728598284366,"duration":0}},{"uid":"a3527b3de1f9307d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3527b3de1f9307d","status":"passed","time":{"start":1728597506831,"stop":1728597506831,"duration":0}}]},"daa1eb958f1f6d12e89835c3f568121c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4564c76400e676bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4564c76400e676bf","status":"passed","time":{"start":1729034348213,"stop":1729034348213,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c6bd130e032f77d8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c6bd130e032f77d8","status":"passed","time":{"start":1729034166261,"stop":1729034166261,"duration":0}},{"uid":"ff80e5c24e7fa86a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ff80e5c24e7fa86a","status":"passed","time":{"start":1729034096718,"stop":1729034096719,"duration":1}},{"uid":"6a2dd40c8790e869","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a2dd40c8790e869","status":"passed","time":{"start":1729033904747,"stop":1729033904747,"duration":0}},{"uid":"96e0ee65df66da37","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/96e0ee65df66da37","status":"passed","time":{"start":1729031952293,"stop":1729031952294,"duration":1}},{"uid":"2e739279473c798e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2e739279473c798e","status":"passed","time":{"start":1728901498547,"stop":1728901498548,"duration":1}},{"uid":"88699e4751262d06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/88699e4751262d06","status":"passed","time":{"start":1728892934940,"stop":1728892934940,"duration":0}},{"uid":"7d7685a03485326a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d7685a03485326a","status":"passed","time":{"start":1728855901087,"stop":1728855901087,"duration":0}},{"uid":"ebc468316489fc28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ebc468316489fc28","status":"passed","time":{"start":1728738109821,"stop":1728738109821,"duration":0}},{"uid":"37cccc36f5c4f2c1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/37cccc36f5c4f2c1","status":"passed","time":{"start":1728682641762,"stop":1728682641764,"duration":2}},{"uid":"43a20edb023443c2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/43a20edb023443c2","status":"passed","time":{"start":1728682224055,"stop":1728682224056,"duration":1}},{"uid":"10dc3d6e9a8c0635","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/10dc3d6e9a8c0635","status":"passed","time":{"start":1728676692590,"stop":1728676692590,"duration":0}},{"uid":"4be8a7538cc6a4c4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4be8a7538cc6a4c4","status":"passed","time":{"start":1728669414325,"stop":1728669414326,"duration":1}},{"uid":"39465e53b27f8572","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39465e53b27f8572","status":"passed","time":{"start":1728597758157,"stop":1728597758157,"duration":0}},{"uid":"5686496f1c2cc70b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5686496f1c2cc70b","status":"passed","time":{"start":1728596973960,"stop":1728596973960,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5b8daab95405b2d3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b8daab95405b2d3","status":"passed","time":{"start":1729034104912,"stop":1729034104912,"duration":0}},{"uid":"9be617469ff92581","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9be617469ff92581","status":"passed","time":{"start":1729034028510,"stop":1729034028510,"duration":0}},{"uid":"fec9c2aa22b41add","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fec9c2aa22b41add","status":"passed","time":{"start":1729033843118,"stop":1729033843118,"duration":0}},{"uid":"3a255ceb37c1023","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3a255ceb37c1023","status":"passed","time":{"start":1729031892677,"stop":1729031892680,"duration":3}},{"uid":"b8a2d9cef04d8a4d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8a2d9cef04d8a4d","status":"passed","time":{"start":1728901438811,"stop":1728901438811,"duration":0}},{"uid":"dee349336f8b2fd9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dee349336f8b2fd9","status":"passed","time":{"start":1728892869000,"stop":1728892869000,"duration":0}},{"uid":"82b49cf7825e2ced","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/82b49cf7825e2ced","status":"passed","time":{"start":1728855831892,"stop":1728855831892,"duration":0}},{"uid":"39102be81c14958c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/39102be81c14958c","status":"passed","time":{"start":1728738049040,"stop":1728738049040,"duration":0}},{"uid":"e2a22015d559326e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e2a22015d559326e","status":"passed","time":{"start":1728682582618,"stop":1728682582618,"duration":0}},{"uid":"9302fa54f16c7879","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9302fa54f16c7879","status":"passed","time":{"start":1728682155411,"stop":1728682155411,"duration":0}},{"uid":"fe6a75af9fff3725","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe6a75af9fff3725","status":"passed","time":{"start":1728676629973,"stop":1728676629974,"duration":1}},{"uid":"63524ad3dc41ccca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/63524ad3dc41ccca","status":"passed","time":{"start":1728669353101,"stop":1728669353101,"duration":0}},{"uid":"50f97c27d2219032","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/50f97c27d2219032","status":"passed","time":{"start":1728597693846,"stop":1728597693846,"duration":0}},{"uid":"8b9744ed5ab5a928","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8b9744ed5ab5a928","status":"passed","time":{"start":1728596913090,"stop":1728596913091,"duration":1}}]},"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"299a33c7dcc4a2d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/299a33c7dcc4a2d4","status":"passed","time":{"start":1729034458925,"stop":1729034458925,"duration":0}},{"uid":"3a47158c3958a398","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a47158c3958a398","status":"passed","time":{"start":1729034372194,"stop":1729034372195,"duration":1}},{"uid":"60ff1e299ba587d3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/60ff1e299ba587d3","status":"passed","time":{"start":1729034191994,"stop":1729034191995,"duration":1}},{"uid":"46195923a122e2d3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/46195923a122e2d3","status":"passed","time":{"start":1729032246144,"stop":1729032246144,"duration":0}},{"uid":"9602d7b37a854e8e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9602d7b37a854e8e","status":"passed","time":{"start":1728902009942,"stop":1728902009942,"duration":0}},{"uid":"1cc8fbc5cf6bb6ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cc8fbc5cf6bb6ca","status":"passed","time":{"start":1728893442067,"stop":1728893442068,"duration":1}},{"uid":"1f1e2bafc202ce0d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f1e2bafc202ce0d","status":"passed","time":{"start":1728856390379,"stop":1728856390379,"duration":0}},{"uid":"1381945c5239e1a1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1381945c5239e1a1","status":"passed","time":{"start":1728738615984,"stop":1728738615985,"duration":1}},{"uid":"bfa147da2883ba50","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bfa147da2883ba50","status":"passed","time":{"start":1728683138590,"stop":1728683138590,"duration":0}},{"uid":"4f338fbe9f81d9aa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4f338fbe9f81d9aa","status":"passed","time":{"start":1728682713979,"stop":1728682713979,"duration":0}},{"uid":"fce7ec00a969dbb8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fce7ec00a969dbb8","status":"passed","time":{"start":1728677205665,"stop":1728677205665,"duration":0}},{"uid":"3559c7be7cd2f80a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3559c7be7cd2f80a","status":"passed","time":{"start":1728669886306,"stop":1728669886306,"duration":0}},{"uid":"cdd92b16b4657008","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cdd92b16b4657008","status":"passed","time":{"start":1728598272274,"stop":1728598272274,"duration":0}},{"uid":"b2530edf081c3c68","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2530edf081c3c68","status":"passed","time":{"start":1728597492995,"stop":1728597492995,"duration":0}}]},"6f49360a775ab897b92eaa607bea720e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2057d93138268c91","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2057d93138268c91","status":"passed","time":{"start":1728682581096,"stop":1728682581097,"duration":1}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"89cd13bcfa6e4ba4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89cd13bcfa6e4ba4","status":"passed","time":{"start":1729034400896,"stop":1729034400896,"duration":0}},{"uid":"aff8376076231b2f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/aff8376076231b2f","status":"passed","time":{"start":1729034317487,"stop":1729034317487,"duration":0}},{"uid":"ef61c7e9ea3322d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ef61c7e9ea3322d7","status":"passed","time":{"start":1729034137149,"stop":1729034137150,"duration":1}},{"uid":"be5f4244dbc12981","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be5f4244dbc12981","status":"passed","time":{"start":1729032206884,"stop":1729032206884,"duration":0}},{"uid":"8c17ac1c45aa420b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8c17ac1c45aa420b","status":"passed","time":{"start":1728901995027,"stop":1728901995027,"duration":0}},{"uid":"25f1037db933b591","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25f1037db933b591","status":"passed","time":{"start":1728893421004,"stop":1728893421006,"duration":2}},{"uid":"7b3b45027b67cb3a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7b3b45027b67cb3a","status":"passed","time":{"start":1728856368604,"stop":1728856368604,"duration":0}},{"uid":"bb6839cac0dc5def","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb6839cac0dc5def","status":"passed","time":{"start":1728738604690,"stop":1728738604690,"duration":0}},{"uid":"7b0bb8257fb2740d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b0bb8257fb2740d","status":"passed","time":{"start":1728683117651,"stop":1728683117652,"duration":1}},{"uid":"ea4582843ca98fa2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea4582843ca98fa2","status":"passed","time":{"start":1728682721324,"stop":1728682721324,"duration":0}},{"uid":"39e4fcd02973b32","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/39e4fcd02973b32","status":"passed","time":{"start":1728677184690,"stop":1728677184691,"duration":1}},{"uid":"3547c66db21078a8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3547c66db21078a8","status":"passed","time":{"start":1728669866471,"stop":1728669866472,"duration":1}},{"uid":"4befecc29d67d6d7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4befecc29d67d6d7","status":"passed","time":{"start":1728598250007,"stop":1728598250007,"duration":0}},{"uid":"ca04a4e0db088596","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ca04a4e0db088596","status":"passed","time":{"start":1728597472307,"stop":1728597472307,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"801fea40d2e6f0bf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/801fea40d2e6f0bf","status":"passed","time":{"start":1729034400902,"stop":1729034400903,"duration":1}},{"uid":"2d518df56ac6b8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2d518df56ac6b8","status":"passed","time":{"start":1729034317498,"stop":1729034317504,"duration":6}},{"uid":"56fe24c9e41f5f3b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/56fe24c9e41f5f3b","status":"passed","time":{"start":1729034137156,"stop":1729034137157,"duration":1}},{"uid":"e3ed0effe7cce2d5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e3ed0effe7cce2d5","status":"passed","time":{"start":1729032206888,"stop":1729032206888,"duration":0}},{"uid":"65e785f8fb1aca8a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65e785f8fb1aca8a","status":"passed","time":{"start":1728901995036,"stop":1728901995036,"duration":0}},{"uid":"11f3c8016d0bdf97","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/11f3c8016d0bdf97","status":"passed","time":{"start":1728893421009,"stop":1728893421009,"duration":0}},{"uid":"7a8ac835a5cb5166","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7a8ac835a5cb5166","status":"passed","time":{"start":1728856368610,"stop":1728856368610,"duration":0}},{"uid":"d8d16421040525d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d8d16421040525d","status":"passed","time":{"start":1728738604692,"stop":1728738604693,"duration":1}},{"uid":"c951e9863a2f44cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c951e9863a2f44cc","status":"passed","time":{"start":1728683117675,"stop":1728683117676,"duration":1}},{"uid":"284863637e543e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/284863637e543e4","status":"passed","time":{"start":1728682721327,"stop":1728682721327,"duration":0}},{"uid":"7c2637a8af6ccad6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c2637a8af6ccad6","status":"passed","time":{"start":1728677184694,"stop":1728677184694,"duration":0}},{"uid":"6c91d73260bc3b69","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c91d73260bc3b69","status":"passed","time":{"start":1728669866478,"stop":1728669866479,"duration":1}},{"uid":"6c98b1eda00ea5c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6c98b1eda00ea5c6","status":"passed","time":{"start":1728598250013,"stop":1728598250013,"duration":0}},{"uid":"2c1b8da6b1c65bde","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c1b8da6b1c65bde","status":"passed","time":{"start":1728597472310,"stop":1728597472310,"duration":0}}]},"68e8a3b4e2ca50c7f0f0f40dd92f172c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"396b403c42889aef","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/396b403c42889aef","status":"passed","time":{"start":1728597353476,"stop":1728597353476,"duration":0}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"acaad79188853dee","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/acaad79188853dee","status":"passed","time":{"start":1729034400893,"stop":1729034400894,"duration":1}},{"uid":"e478f1813673b41e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e478f1813673b41e","status":"passed","time":{"start":1729034317463,"stop":1729034317463,"duration":0}},{"uid":"987fe2883b8da6e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/987fe2883b8da6e5","status":"passed","time":{"start":1729034137146,"stop":1729034137146,"duration":0}},{"uid":"73c5530effc1de8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73c5530effc1de8c","status":"passed","time":{"start":1729032206879,"stop":1729032206879,"duration":0}},{"uid":"7171655a0e731fe1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7171655a0e731fe1","status":"passed","time":{"start":1728901995025,"stop":1728901995025,"duration":0}},{"uid":"769a75285c89b79d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/769a75285c89b79d","status":"passed","time":{"start":1728893421001,"stop":1728893421002,"duration":1}},{"uid":"e6f26e0affe64fd7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e6f26e0affe64fd7","status":"passed","time":{"start":1728856368601,"stop":1728856368602,"duration":1}},{"uid":"edb27beb27443479","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edb27beb27443479","status":"passed","time":{"start":1728738604685,"stop":1728738604686,"duration":1}},{"uid":"9a9bac8e34620936","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9a9bac8e34620936","status":"passed","time":{"start":1728683117640,"stop":1728683117641,"duration":1}},{"uid":"68f7868f1022e89c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/68f7868f1022e89c","status":"passed","time":{"start":1728682721321,"stop":1728682721322,"duration":1}},{"uid":"5d36a771427dcca5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5d36a771427dcca5","status":"passed","time":{"start":1728677184687,"stop":1728677184688,"duration":1}},{"uid":"2abdd409ce78fda4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2abdd409ce78fda4","status":"passed","time":{"start":1728669866458,"stop":1728669866465,"duration":7}},{"uid":"b69e0ccfe2d35cca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b69e0ccfe2d35cca","status":"passed","time":{"start":1728598249997,"stop":1728598249999,"duration":2}},{"uid":"506e8f3dfcaf1411","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/506e8f3dfcaf1411","status":"passed","time":{"start":1728597472302,"stop":1728597472302,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2fb723b96007f189","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2fb723b96007f189","status":"passed","time":{"start":1729034434257,"stop":1729034434258,"duration":1}},{"uid":"5be675e41f5e8b28","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5be675e41f5e8b28","status":"passed","time":{"start":1729034350152,"stop":1729034350153,"duration":1}},{"uid":"94edeca01736ea9e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/94edeca01736ea9e","status":"passed","time":{"start":1729034169193,"stop":1729034169193,"duration":0}},{"uid":"c6199404bba2d58c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6199404bba2d58c","status":"passed","time":{"start":1729032228064,"stop":1729032228064,"duration":0}},{"uid":"d728aba22efa3544","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d728aba22efa3544","status":"passed","time":{"start":1728901947142,"stop":1728901947144,"duration":2}},{"uid":"d8d0f5c72c321533","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d8d0f5c72c321533","status":"passed","time":{"start":1728893380056,"stop":1728893380056,"duration":0}},{"uid":"aa68266fa3a92ac8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aa68266fa3a92ac8","status":"passed","time":{"start":1728856336877,"stop":1728856336878,"duration":1}},{"uid":"d94e035baff91a6e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d94e035baff91a6e","status":"passed","time":{"start":1728738551162,"stop":1728738551162,"duration":0}},{"uid":"e49a21d4223a54fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e49a21d4223a54fb","status":"passed","time":{"start":1728683095873,"stop":1728683095874,"duration":1}},{"uid":"2de4ec99f5d7cf27","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2de4ec99f5d7cf27","status":"passed","time":{"start":1728682657384,"stop":1728682657385,"duration":1}},{"uid":"87a1bf1b4336d89a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87a1bf1b4336d89a","status":"passed","time":{"start":1728677151460,"stop":1728677151464,"duration":4}},{"uid":"3fc60d8c55a9fbda","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3fc60d8c55a9fbda","status":"passed","time":{"start":1728669832892,"stop":1728669832892,"duration":0}},{"uid":"6cae606c4ec7c28d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6cae606c4ec7c28d","status":"passed","time":{"start":1728598215607,"stop":1728598215607,"duration":0}},{"uid":"b6f8134975c003a0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b6f8134975c003a0","status":"passed","time":{"start":1728597425040,"stop":1728597425040,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dd0e80ddacf26ac6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dd0e80ddacf26ac6","status":"passed","time":{"start":1729034155166,"stop":1729034155168,"duration":2}},{"uid":"e4ea3936f719597c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e4ea3936f719597c","status":"passed","time":{"start":1729034079227,"stop":1729034079229,"duration":2}},{"uid":"c5a47a36237b83ab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5a47a36237b83ab","status":"passed","time":{"start":1729033892945,"stop":1729033892948,"duration":3}},{"uid":"b9c64221805f56d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b9c64221805f56d1","status":"passed","time":{"start":1729031943342,"stop":1729031943344,"duration":2}},{"uid":"af4f8cddfefad206","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/af4f8cddfefad206","status":"passed","time":{"start":1728901487505,"stop":1728901487509,"duration":4}},{"uid":"974e3092b22191b7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/974e3092b22191b7","status":"passed","time":{"start":1728892920369,"stop":1728892920383,"duration":14}},{"uid":"39b070de5c97f64e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39b070de5c97f64e","status":"passed","time":{"start":1728855881492,"stop":1728855881494,"duration":2}},{"uid":"401bcf6bd698aa2f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/401bcf6bd698aa2f","status":"passed","time":{"start":1728738098723,"stop":1728738098725,"duration":2}},{"uid":"36007dd2ebe1cafe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36007dd2ebe1cafe","status":"passed","time":{"start":1728682632215,"stop":1728682632217,"duration":2}},{"uid":"d2458a1b473855e8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d2458a1b473855e8","status":"passed","time":{"start":1728682205205,"stop":1728682205207,"duration":2}},{"uid":"c1794820e1fbc526","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1794820e1fbc526","status":"passed","time":{"start":1728676680971,"stop":1728676680973,"duration":2}},{"uid":"4ca9869982638f40","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4ca9869982638f40","status":"passed","time":{"start":1728669404734,"stop":1728669404736,"duration":2}},{"uid":"58d7a15b9157499c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58d7a15b9157499c","status":"passed","time":{"start":1728597743839,"stop":1728597743841,"duration":2}},{"uid":"8f6ad414edd49f38","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8f6ad414edd49f38","status":"passed","time":{"start":1728596961177,"stop":1728596961179,"duration":2}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"24200c15a990a5cf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/24200c15a990a5cf","status":"passed","time":{"start":1729034474985,"stop":1729034474986,"duration":1}},{"uid":"e2fd34e258bd9647","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e2fd34e258bd9647","status":"passed","time":{"start":1729034395289,"stop":1729034395289,"duration":0}},{"uid":"a66b66b32d1511fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a66b66b32d1511fa","status":"passed","time":{"start":1729034209095,"stop":1729034209095,"duration":0}},{"uid":"6855859dbf1a2f30","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6855859dbf1a2f30","status":"passed","time":{"start":1729032264566,"stop":1729032264566,"duration":0}},{"uid":"a8749e88c3776e0f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a8749e88c3776e0f","status":"passed","time":{"start":1728902012846,"stop":1728902012847,"duration":1}},{"uid":"f2dfa66a9f529e97","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f2dfa66a9f529e97","status":"passed","time":{"start":1728893454809,"stop":1728893454810,"duration":1}},{"uid":"a28cc198a7ec0b63","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a28cc198a7ec0b63","status":"passed","time":{"start":1728856408450,"stop":1728856408451,"duration":1}},{"uid":"37db7b04593611da","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37db7b04593611da","status":"passed","time":{"start":1728738633853,"stop":1728738633853,"duration":0}},{"uid":"501e08ebc336d7ea","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/501e08ebc336d7ea","status":"passed","time":{"start":1728683159752,"stop":1728683159753,"duration":1}},{"uid":"496cb26b34bbad83","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/496cb26b34bbad83","status":"passed","time":{"start":1728682751327,"stop":1728682751328,"duration":1}},{"uid":"b12281076163d9c0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b12281076163d9c0","status":"passed","time":{"start":1728677216354,"stop":1728677216354,"duration":0}},{"uid":"217011cf51d4d0f3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/217011cf51d4d0f3","status":"passed","time":{"start":1728669925452,"stop":1728669925452,"duration":0}},{"uid":"c1d5b187c4e00a5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c1d5b187c4e00a5e","status":"passed","time":{"start":1728598268800,"stop":1728598268800,"duration":0}},{"uid":"65c4d21a3f5e2192","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/65c4d21a3f5e2192","status":"passed","time":{"start":1728597503914,"stop":1728597503915,"duration":1}}]},"589bdabb1a61d704ab7b3713dd78427e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd08246798d56","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd08246798d56","status":"passed","time":{"start":1729034177531,"stop":1729034177531,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9526a09acafc4c40","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9526a09acafc4c40","status":"passed","time":{"start":1729034166260,"stop":1729034166260,"duration":0}},{"uid":"d47953df9db7c526","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d47953df9db7c526","status":"passed","time":{"start":1729034096717,"stop":1729034096718,"duration":1}},{"uid":"bce766f40992978b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bce766f40992978b","status":"passed","time":{"start":1729033904744,"stop":1729033904745,"duration":1}},{"uid":"7fc5d44b1b191f6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7fc5d44b1b191f6c","status":"passed","time":{"start":1729031952292,"stop":1729031952293,"duration":1}},{"uid":"d61d47d5a4175aad","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d61d47d5a4175aad","status":"passed","time":{"start":1728901498546,"stop":1728901498547,"duration":1}},{"uid":"4a0ea119e8b76954","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a0ea119e8b76954","status":"passed","time":{"start":1728892934939,"stop":1728892934939,"duration":0}},{"uid":"6d4f9586648b785d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d4f9586648b785d","status":"passed","time":{"start":1728855901078,"stop":1728855901080,"duration":2}},{"uid":"95f59bb7fcaa6b60","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/95f59bb7fcaa6b60","status":"passed","time":{"start":1728738109820,"stop":1728738109820,"duration":0}},{"uid":"99f599564be03945","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99f599564be03945","status":"passed","time":{"start":1728682641761,"stop":1728682641761,"duration":0}},{"uid":"63e57bb153c68b8f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/63e57bb153c68b8f","status":"passed","time":{"start":1728682224053,"stop":1728682224054,"duration":1}},{"uid":"6c3eee613cbd3dcb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6c3eee613cbd3dcb","status":"passed","time":{"start":1728676692588,"stop":1728676692588,"duration":0}},{"uid":"ebc311a7a7108e0e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebc311a7a7108e0e","status":"passed","time":{"start":1728669414320,"stop":1728669414322,"duration":2}},{"uid":"5e8085a933427570","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e8085a933427570","status":"passed","time":{"start":1728597758156,"stop":1728597758156,"duration":0}},{"uid":"ed6fc59d48ed57d3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed6fc59d48ed57d3","status":"passed","time":{"start":1728596973959,"stop":1728596973959,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3225d7a13b05f3e1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3225d7a13b05f3e1","status":"passed","time":{"start":1729034402287,"stop":1729034402287,"duration":0}},{"uid":"e4230fe98cb020f4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e4230fe98cb020f4","status":"passed","time":{"start":1729034323311,"stop":1729034323313,"duration":2}},{"uid":"c05b2f0040a53ae4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c05b2f0040a53ae4","status":"passed","time":{"start":1729034144770,"stop":1729034144771,"duration":1}},{"uid":"d6f47102a4768d44","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d6f47102a4768d44","status":"passed","time":{"start":1729032198827,"stop":1729032198827,"duration":0}},{"uid":"7d7309dc28194dc0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7d7309dc28194dc0","status":"passed","time":{"start":1728901901774,"stop":1728901901775,"duration":1}},{"uid":"feac7afec519558d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/feac7afec519558d","status":"passed","time":{"start":1728893337256,"stop":1728893337257,"duration":1}},{"uid":"89083c52a1c2126","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89083c52a1c2126","status":"passed","time":{"start":1728856299200,"stop":1728856299200,"duration":0}},{"uid":"6a74a3e063d6f39e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6a74a3e063d6f39e","status":"passed","time":{"start":1728738505391,"stop":1728738505391,"duration":0}},{"uid":"6ff0b672bfdd5b5f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6ff0b672bfdd5b5f","status":"passed","time":{"start":1728683045452,"stop":1728683045453,"duration":1}},{"uid":"edf7a6d40318c771","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/edf7a6d40318c771","status":"passed","time":{"start":1728682607296,"stop":1728682607297,"duration":1}},{"uid":"a6db3d317b04a632","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a6db3d317b04a632","status":"passed","time":{"start":1728677103500,"stop":1728677103501,"duration":1}},{"uid":"80b263010a68f308","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/80b263010a68f308","status":"passed","time":{"start":1728669777135,"stop":1728669777137,"duration":2}},{"uid":"bc25232ed893c292","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bc25232ed893c292","status":"passed","time":{"start":1728598163469,"stop":1728598163469,"duration":0}},{"uid":"e29600fc1d5c393","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e29600fc1d5c393","status":"passed","time":{"start":1728597375486,"stop":1728597375487,"duration":1}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a21ab84aeb1919e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a21ab84aeb1919e","status":"passed","time":{"start":1729034393631,"stop":1729034393631,"duration":0}},{"uid":"360a85863cb0fb94","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/360a85863cb0fb94","status":"passed","time":{"start":1729034304825,"stop":1729034304828,"duration":3}},{"uid":"daa9c02354d85bd9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/daa9c02354d85bd9","status":"passed","time":{"start":1729034121895,"stop":1729034121895,"duration":0}},{"uid":"ca6a8289a9a0d80b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ca6a8289a9a0d80b","status":"passed","time":{"start":1729032174800,"stop":1729032174800,"duration":0}},{"uid":"f4a778b414806ba4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f4a778b414806ba4","status":"passed","time":{"start":1728901881006,"stop":1728901881007,"duration":1}},{"uid":"ff33c1c4e6a7ea0a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff33c1c4e6a7ea0a","status":"passed","time":{"start":1728893317152,"stop":1728893317152,"duration":0}},{"uid":"b2a5ea87a95e5e2f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2a5ea87a95e5e2f","status":"passed","time":{"start":1728856263071,"stop":1728856263072,"duration":1}},{"uid":"caf69374d8d96c0b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/caf69374d8d96c0b","status":"passed","time":{"start":1728738492792,"stop":1728738492792,"duration":0}},{"uid":"6d816e8843902d6b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6d816e8843902d6b","status":"passed","time":{"start":1728683030010,"stop":1728683030011,"duration":1}},{"uid":"af3f4772b1117c29","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af3f4772b1117c29","status":"passed","time":{"start":1728682581086,"stop":1728682581087,"duration":1}},{"uid":"f26ed3bc01c20863","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f26ed3bc01c20863","status":"passed","time":{"start":1728677081987,"stop":1728677081987,"duration":0}},{"uid":"39fd0a31d85788c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39fd0a31d85788c5","status":"passed","time":{"start":1728669795389,"stop":1728669795389,"duration":0}},{"uid":"1d268fc79e5207c8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1d268fc79e5207c8","status":"passed","time":{"start":1728598137497,"stop":1728598137497,"duration":0}},{"uid":"cf4e1e5195346621","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cf4e1e5195346621","status":"passed","time":{"start":1728597353475,"stop":1728597353475,"duration":0}}]},"a82e8ff625b0f503e1e623b520a25ca0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27e8cdc6ffb57947","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/27e8cdc6ffb57947","status":"passed","time":{"start":1728597423325,"stop":1728597423325,"duration":0}}]},"9e3c2262118680099024c08642f6eadf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0914f40c148e5a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0914f40c148e5a9","status":"passed","time":{"start":1728856299190,"stop":1728856299191,"duration":1}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2852bdf8c6ab2f6a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2852bdf8c6ab2f6a","status":"passed","time":{"start":1729034104921,"stop":1729034104921,"duration":0}},{"uid":"e0ac518b5e7e5dc4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e0ac518b5e7e5dc4","status":"passed","time":{"start":1729034028519,"stop":1729034028519,"duration":0}},{"uid":"e7fd6362d20e608e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7fd6362d20e608e","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0}},{"uid":"d672b7a23ff2211b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d672b7a23ff2211b","status":"passed","time":{"start":1729031892684,"stop":1729031892685,"duration":1}},{"uid":"639d384c9f47abba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/639d384c9f47abba","status":"passed","time":{"start":1728901438816,"stop":1728901438816,"duration":0}},{"uid":"714ed4a77d1823e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/714ed4a77d1823e4","status":"passed","time":{"start":1728892869009,"stop":1728892869009,"duration":0}},{"uid":"9d44c214ee1110a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9d44c214ee1110a4","status":"passed","time":{"start":1728855831900,"stop":1728855831900,"duration":0}},{"uid":"9a9ff36c2f6205d4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9a9ff36c2f6205d4","status":"passed","time":{"start":1728738049049,"stop":1728738049049,"duration":0}},{"uid":"f4b73200dd1bf7f0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4b73200dd1bf7f0","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"3d7abce9394521de","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d7abce9394521de","status":"passed","time":{"start":1728682155415,"stop":1728682155415,"duration":0}},{"uid":"a45f8125702b1d54","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a45f8125702b1d54","status":"passed","time":{"start":1728676629982,"stop":1728676629982,"duration":0}},{"uid":"86c7f16aa7328828","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/86c7f16aa7328828","status":"passed","time":{"start":1728669353109,"stop":1728669353109,"duration":0}},{"uid":"6b2b4c2d8b698b9a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b2b4c2d8b698b9a","status":"passed","time":{"start":1728597693856,"stop":1728597693856,"duration":0}},{"uid":"cd247bd806c070f0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd247bd806c070f0","status":"passed","time":{"start":1728596913099,"stop":1728596913099,"duration":0}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6d8d5be0f59bf417","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d8d5be0f59bf417","status":"passed","time":{"start":1729034190705,"stop":1729034190705,"duration":0}},{"uid":"903dd7b8fdaff768","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/903dd7b8fdaff768","status":"passed","time":{"start":1729034108431,"stop":1729034108432,"duration":1}},{"uid":"984781a32af2884f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/984781a32af2884f","status":"passed","time":{"start":1729033925382,"stop":1729033925383,"duration":1}},{"uid":"48992b7259c9d8e5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/48992b7259c9d8e5","status":"passed","time":{"start":1729031975190,"stop":1729031975190,"duration":0}},{"uid":"7cb2da1eca26cec","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7cb2da1eca26cec","status":"passed","time":{"start":1728901537877,"stop":1728901537877,"duration":0}},{"uid":"b583ba2df6383244","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b583ba2df6383244","status":"passed","time":{"start":1728892972429,"stop":1728892972430,"duration":1}},{"uid":"8c0ca2cd9222104b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8c0ca2cd9222104b","status":"passed","time":{"start":1728855933071,"stop":1728855933071,"duration":0}},{"uid":"7bd83e95bb76daa2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7bd83e95bb76daa2","status":"passed","time":{"start":1728738149926,"stop":1728738149926,"duration":0}},{"uid":"4d662ffdc02da69d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d662ffdc02da69d","status":"passed","time":{"start":1728682681970,"stop":1728682681970,"duration":0}},{"uid":"fce06c205fbd1535","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fce06c205fbd1535","status":"passed","time":{"start":1728682257769,"stop":1728682257769,"duration":0}},{"uid":"26adff58b1740689","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/26adff58b1740689","status":"passed","time":{"start":1728676730787,"stop":1728676730787,"duration":0}},{"uid":"7784a66174267ed5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7784a66174267ed5","status":"passed","time":{"start":1728669456895,"stop":1728669456895,"duration":0}},{"uid":"bd27fca1669c5e9d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bd27fca1669c5e9d","status":"passed","time":{"start":1728597795919,"stop":1728597795920,"duration":1}},{"uid":"dbcb6fd3cf3fe4aa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dbcb6fd3cf3fe4aa","status":"passed","time":{"start":1728597010201,"stop":1728597010202,"duration":1}}]},"54cc27ce0cd8be6ca7f1bde80ff8c17a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":10,"unknown":0,"total":13},"items":[{"uid":"4aaf17cd0065ae4e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4aaf17cd0065ae4e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241153,"stop":1729034241153,"duration":0}},{"uid":"b8c3c65f3f9771f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b8c3c65f3f9771f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159972,"stop":1729034159972,"duration":0}},{"uid":"7549417e62414179","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7549417e62414179","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977062,"stop":1729033977062,"duration":0}},{"uid":"db66d8a63b0709b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/db66d8a63b0709b2","status":"passed","time":{"start":1729032093773,"stop":1729032093773,"duration":0}},{"uid":"1c62de99d430090d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c62de99d430090d","status":"passed","time":{"start":1728901748771,"stop":1728901748771,"duration":0}},{"uid":"6bab09850f6120a4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6bab09850f6120a4","status":"passed","time":{"start":1728893181083,"stop":1728893181084,"duration":1}},{"uid":"6d5a3f38eeac3867","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d5a3f38eeac3867","status":"passed","time":{"start":1728856155549,"stop":1728856155550,"duration":1}},{"uid":"473ba2d4f9b91fdc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/473ba2d4f9b91fdc","status":"passed","time":{"start":1728738360283,"stop":1728738360283,"duration":0}},{"uid":"f825e4f32590c1ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f825e4f32590c1ab","status":"passed","time":{"start":1728682907219,"stop":1728682907220,"duration":1}},{"uid":"55814e421e6fc073","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/55814e421e6fc073","status":"passed","time":{"start":1728682466729,"stop":1728682466729,"duration":0}},{"uid":"dee3401b3c33357c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dee3401b3c33357c","status":"passed","time":{"start":1728676955719,"stop":1728676955719,"duration":0}},{"uid":"80b6be55e1361eef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/80b6be55e1361eef","status":"passed","time":{"start":1728598013532,"stop":1728598013532,"duration":0}},{"uid":"b787b9b55d23f1fa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b787b9b55d23f1fa","status":"passed","time":{"start":1728597225197,"stop":1728597225197,"duration":0}}]},"c775a8e37dd3068a87b8e3ba20988316:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b179d03ff3f0307","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1b179d03ff3f0307","status":"passed","time":{"start":1728893389987,"stop":1728893389988,"duration":1}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"86c297070c31020d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/86c297070c31020d","status":"passed","time":{"start":1729034474984,"stop":1729034474984,"duration":0}},{"uid":"31117f1576142d35","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/31117f1576142d35","status":"passed","time":{"start":1729034395288,"stop":1729034395288,"duration":0}},{"uid":"a7d61e4e9b27f10d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a7d61e4e9b27f10d","status":"passed","time":{"start":1729034209092,"stop":1729034209093,"duration":1}},{"uid":"4aaa9b0c6821ad26","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4aaa9b0c6821ad26","status":"passed","time":{"start":1729032264564,"stop":1729032264565,"duration":1}},{"uid":"9925fc21bc4b8485","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9925fc21bc4b8485","status":"passed","time":{"start":1728902012840,"stop":1728902012844,"duration":4}},{"uid":"adbbd117d50c92be","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/adbbd117d50c92be","status":"passed","time":{"start":1728893454808,"stop":1728893454809,"duration":1}},{"uid":"7e0b93e550b0dc69","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7e0b93e550b0dc69","status":"passed","time":{"start":1728856408449,"stop":1728856408450,"duration":1}},{"uid":"336201f4f85cb4a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/336201f4f85cb4a","status":"passed","time":{"start":1728738633851,"stop":1728738633852,"duration":1}},{"uid":"ab84430f091fc063","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab84430f091fc063","status":"passed","time":{"start":1728683159748,"stop":1728683159749,"duration":1}},{"uid":"c41879655adc35cc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c41879655adc35cc","status":"passed","time":{"start":1728682751326,"stop":1728682751326,"duration":0}},{"uid":"c5d144234bdbe4f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c5d144234bdbe4f7","status":"passed","time":{"start":1728677216352,"stop":1728677216353,"duration":1}},{"uid":"b19b6d07d43196a4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b19b6d07d43196a4","status":"passed","time":{"start":1728669925451,"stop":1728669925451,"duration":0}},{"uid":"9e63e29fd0a12b8d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e63e29fd0a12b8d","status":"passed","time":{"start":1728598268799,"stop":1728598268799,"duration":0}},{"uid":"b1582c18f212497d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b1582c18f212497d","status":"passed","time":{"start":1728597503911,"stop":1728597503912,"duration":1}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"74a1be80089a1a65","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/74a1be80089a1a65","status":"passed","time":{"start":1729034325775,"stop":1729034325776,"duration":1}},{"uid":"ed0567ae5c9cebc8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed0567ae5c9cebc8","status":"passed","time":{"start":1729034249512,"stop":1729034249513,"duration":1}},{"uid":"9e4a7e43dcea7d44","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9e4a7e43dcea7d44","status":"passed","time":{"start":1729034066156,"stop":1729034066157,"duration":1}},{"uid":"ea318cb738e99413","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea318cb738e99413","status":"passed","time":{"start":1728901782836,"stop":1728901782836,"duration":0}},{"uid":"f01a97f225802513","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f01a97f225802513","status":"passed","time":{"start":1728893215984,"stop":1728893215984,"duration":0}},{"uid":"e6ab37e727582e60","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e6ab37e727582e60","status":"passed","time":{"start":1728856159199,"stop":1728856159199,"duration":0}},{"uid":"60a4975716847562","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/60a4975716847562","status":"passed","time":{"start":1728738371837,"stop":1728738371838,"duration":1}},{"uid":"930645cd7b7ea926","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/930645cd7b7ea926","status":"passed","time":{"start":1728682915885,"stop":1728682915885,"duration":0}},{"uid":"ae408d15c42d17a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ae408d15c42d17a8","status":"passed","time":{"start":1728682496456,"stop":1728682496456,"duration":0}},{"uid":"73288cc326a5a614","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/73288cc326a5a614","status":"passed","time":{"start":1728676980224,"stop":1728676980224,"duration":0}},{"uid":"f1c8110688bfe5ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f1c8110688bfe5ce","status":"passed","time":{"start":1728598045385,"stop":1728598045385,"duration":0}},{"uid":"788d4ab8ff60c315","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/788d4ab8ff60c315","status":"passed","time":{"start":1728597260330,"stop":1728597260330,"duration":0}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3840f7f214054d9f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3840f7f214054d9f","status":"passed","time":{"start":1729034120192,"stop":1729034120193,"duration":1}},{"uid":"640bfc2e992977da","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/640bfc2e992977da","status":"passed","time":{"start":1729034043326,"stop":1729034043327,"duration":1}},{"uid":"1948768e112353e4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1948768e112353e4","status":"passed","time":{"start":1729033858030,"stop":1729033858030,"duration":0}},{"uid":"3fd93a2fa20a98de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3fd93a2fa20a98de","status":"passed","time":{"start":1729031908098,"stop":1729031908098,"duration":0}},{"uid":"67bc7f232be542a2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67bc7f232be542a2","status":"passed","time":{"start":1728901453392,"stop":1728901453392,"duration":0}},{"uid":"97b692c0b3ee106a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/97b692c0b3ee106a","status":"passed","time":{"start":1728892884021,"stop":1728892884021,"duration":0}},{"uid":"ec9aa0fe747d3159","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ec9aa0fe747d3159","status":"passed","time":{"start":1728855846492,"stop":1728855846492,"duration":0}},{"uid":"7fd50abe67b6d83c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fd50abe67b6d83c","status":"passed","time":{"start":1728738063722,"stop":1728738063722,"duration":0}},{"uid":"db31646ecb5420d3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/db31646ecb5420d3","status":"passed","time":{"start":1728682597443,"stop":1728682597443,"duration":0}},{"uid":"aac8eaeb10b607d1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aac8eaeb10b607d1","status":"passed","time":{"start":1728682170236,"stop":1728682170236,"duration":0}},{"uid":"93d67a7e20b14671","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93d67a7e20b14671","status":"passed","time":{"start":1728676645009,"stop":1728676645010,"duration":1}},{"uid":"6e5d364bf45056af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e5d364bf45056af","status":"passed","time":{"start":1728669367790,"stop":1728669367790,"duration":0}},{"uid":"f32f82703697ac82","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f32f82703697ac82","status":"passed","time":{"start":1728597708642,"stop":1728597708643,"duration":1}},{"uid":"d8391b84d13fa9f5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d8391b84d13fa9f5","status":"passed","time":{"start":1728596927930,"stop":1728596927930,"duration":0}}]},"bcfee767847fe0ceea2f6774b975118d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15e99b20b76d7bb1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/15e99b20b76d7bb1","status":"passed","time":{"start":1728683093175,"stop":1728683093175,"duration":0}}]},"e95a29f2b04604c3a97d3c9b55100de5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18ba7ba43d1e1d23","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/18ba7ba43d1e1d23","status":"passed","time":{"start":1728738492793,"stop":1728738492794,"duration":1}}]},"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f81b29fec6d0bcf6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f81b29fec6d0bcf6","status":"passed","time":{"start":1729034096114,"stop":1729034096114,"duration":0}},{"uid":"89cb5a090929915c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/89cb5a090929915c","status":"passed","time":{"start":1729034020075,"stop":1729034020076,"duration":1}},{"uid":"3f0cadd3a2d0cf5b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f0cadd3a2d0cf5b","status":"passed","time":{"start":1729033834365,"stop":1729033834365,"duration":0}},{"uid":"c296a702206deac1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c296a702206deac1","status":"passed","time":{"start":1729031884094,"stop":1729031884094,"duration":0}},{"uid":"a7ab0c688e468fbf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7ab0c688e468fbf","status":"passed","time":{"start":1728901430244,"stop":1728901430244,"duration":0}},{"uid":"9d798b27bd6493e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9d798b27bd6493e4","status":"passed","time":{"start":1728892860519,"stop":1728892860519,"duration":0}},{"uid":"dbe78c4c74294a02","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbe78c4c74294a02","status":"passed","time":{"start":1728855823310,"stop":1728855823310,"duration":0}},{"uid":"99ae00d5cf2dc266","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/99ae00d5cf2dc266","status":"passed","time":{"start":1728738040572,"stop":1728738040572,"duration":0}},{"uid":"b7583b9cf6af96eb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b7583b9cf6af96eb","status":"passed","time":{"start":1728682574071,"stop":1728682574071,"duration":0}},{"uid":"ea9b01c83cc8360c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea9b01c83cc8360c","status":"passed","time":{"start":1728682146799,"stop":1728682146800,"duration":1}},{"uid":"8b87334e9bca4b69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8b87334e9bca4b69","status":"passed","time":{"start":1728676621417,"stop":1728676621418,"duration":1}},{"uid":"8b2626d39298b850","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8b2626d39298b850","status":"passed","time":{"start":1728669344456,"stop":1728669344456,"duration":0}},{"uid":"f13b5e6e41f6f714","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f13b5e6e41f6f714","status":"passed","time":{"start":1728597685139,"stop":1728597685140,"duration":1}},{"uid":"876571e137bdc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/876571e137bdc2","status":"passed","time":{"start":1728596904448,"stop":1728596904448,"duration":0}}]},"df6c7aafd26686b0bb5d5f83813c715b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e185b8a75b402d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4e185b8a75b402d1","status":"passed","time":{"start":1729034443496,"stop":1729034443497,"duration":1}}]},"54d776f817f5c1eeb35abac383b9c211:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7215b52332a5d9e9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7215b52332a5d9e9","status":"passed","time":{"start":1728683110370,"stop":1728683110370,"duration":0}}]},"c8bbe1af529ee9591abd7ea82246c136:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32adda2cac8e54ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/32adda2cac8e54ce","status":"passed","time":{"start":1728598157578,"stop":1728598157578,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ca5cd733cfe4d758","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ca5cd733cfe4d758","status":"passed","time":{"start":1729034400893,"stop":1729034400893,"duration":0}},{"uid":"7ee60c20cd644eaa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7ee60c20cd644eaa","status":"passed","time":{"start":1729034317462,"stop":1729034317463,"duration":1}},{"uid":"3f114817c175f285","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f114817c175f285","status":"passed","time":{"start":1729034137144,"stop":1729034137145,"duration":1}},{"uid":"3c427125d5907fb3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c427125d5907fb3","status":"passed","time":{"start":1729032206878,"stop":1729032206878,"duration":0}},{"uid":"30361165a6e2cc49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/30361165a6e2cc49","status":"passed","time":{"start":1728901995024,"stop":1728901995025,"duration":1}},{"uid":"a33dc5f0f4dfa10a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a33dc5f0f4dfa10a","status":"passed","time":{"start":1728893421000,"stop":1728893421000,"duration":0}},{"uid":"9eb3e7f0690cf5c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9eb3e7f0690cf5c","status":"passed","time":{"start":1728856368599,"stop":1728856368600,"duration":1}},{"uid":"6e65124508631b91","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e65124508631b91","status":"passed","time":{"start":1728738604684,"stop":1728738604685,"duration":1}},{"uid":"7ca4b266dc6c53f8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ca4b266dc6c53f8","status":"passed","time":{"start":1728683117638,"stop":1728683117639,"duration":1}},{"uid":"7daf0459634c2104","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7daf0459634c2104","status":"passed","time":{"start":1728682721321,"stop":1728682721321,"duration":0}},{"uid":"3a4ecc175845195e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3a4ecc175845195e","status":"passed","time":{"start":1728677184686,"stop":1728677184687,"duration":1}},{"uid":"b68aac306e605830","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b68aac306e605830","status":"passed","time":{"start":1728669866456,"stop":1728669866456,"duration":0}},{"uid":"798da8c5f2c999cb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/798da8c5f2c999cb","status":"passed","time":{"start":1728598249995,"stop":1728598249995,"duration":0}},{"uid":"786c175df554a59f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/786c175df554a59f","status":"passed","time":{"start":1728597472300,"stop":1728597472301,"duration":1}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8201ffe65d3424da","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8201ffe65d3424da","status":"passed","time":{"start":1729034400883,"stop":1729034400883,"duration":0}},{"uid":"6ffe70b866fcf9de","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6ffe70b866fcf9de","status":"passed","time":{"start":1729034317437,"stop":1729034317437,"duration":0}},{"uid":"92aefb46c80bf75","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/92aefb46c80bf75","status":"passed","time":{"start":1729034137118,"stop":1729034137123,"duration":5}},{"uid":"4b556b790cf0b2c8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4b556b790cf0b2c8","status":"passed","time":{"start":1729032206868,"stop":1729032206868,"duration":0}},{"uid":"af448be193fc2b0b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/af448be193fc2b0b","status":"passed","time":{"start":1728901995010,"stop":1728901995010,"duration":0}},{"uid":"50fba9b492004251","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50fba9b492004251","status":"passed","time":{"start":1728893420988,"stop":1728893420988,"duration":0}},{"uid":"af7a0f06b2bd6e44","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/af7a0f06b2bd6e44","status":"passed","time":{"start":1728856368591,"stop":1728856368591,"duration":0}},{"uid":"2c38083af7db7e7e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2c38083af7db7e7e","status":"passed","time":{"start":1728738604675,"stop":1728738604676,"duration":1}},{"uid":"39c30a109052b4f0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39c30a109052b4f0","status":"passed","time":{"start":1728683117604,"stop":1728683117605,"duration":1}},{"uid":"144c4e2f83c5108a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/144c4e2f83c5108a","status":"passed","time":{"start":1728682721313,"stop":1728682721313,"duration":0}},{"uid":"f8c3736698013c8d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8c3736698013c8d","status":"passed","time":{"start":1728677184674,"stop":1728677184675,"duration":1}},{"uid":"be0d5cf41c074469","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be0d5cf41c074469","status":"passed","time":{"start":1728669866443,"stop":1728669866444,"duration":1}},{"uid":"1dd1012ad9260d10","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1dd1012ad9260d10","status":"passed","time":{"start":1728598249970,"stop":1728598249971,"duration":1}},{"uid":"92eb8a131fcfe14a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92eb8a131fcfe14a","status":"passed","time":{"start":1728597472281,"stop":1728597472283,"duration":2}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"959d36bf3a2330b2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/959d36bf3a2330b2","status":"passed","time":{"start":1729034130428,"stop":1729034130428,"duration":0}},{"uid":"4253711874cae25c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4253711874cae25c","status":"passed","time":{"start":1729034053398,"stop":1729034053398,"duration":0}},{"uid":"a8611cf529ff1a32","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8611cf529ff1a32","status":"passed","time":{"start":1729033868325,"stop":1729033868325,"duration":0}},{"uid":"3f31f80c8cb33053","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f31f80c8cb33053","status":"passed","time":{"start":1729031918115,"stop":1729031918115,"duration":0}},{"uid":"e9dd67060bac3f0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e9dd67060bac3f0e","status":"passed","time":{"start":1728901463795,"stop":1728901463795,"duration":0}},{"uid":"a4e27f5b3192b87f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a4e27f5b3192b87f","status":"passed","time":{"start":1728892894309,"stop":1728892894309,"duration":0}},{"uid":"afde2ccef593de43","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/afde2ccef593de43","status":"passed","time":{"start":1728855856836,"stop":1728855856837,"duration":1}},{"uid":"58344bed1060a308","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58344bed1060a308","status":"passed","time":{"start":1728738074177,"stop":1728738074177,"duration":0}},{"uid":"6c8cd6ecb61ffb06","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6c8cd6ecb61ffb06","status":"passed","time":{"start":1728682607650,"stop":1728682607650,"duration":0}},{"uid":"e0ab6ce1d700549e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e0ab6ce1d700549e","status":"passed","time":{"start":1728682180604,"stop":1728682180604,"duration":0}},{"uid":"70efb70653d97874","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/70efb70653d97874","status":"passed","time":{"start":1728676655187,"stop":1728676655187,"duration":0}},{"uid":"2b87f14d3060443c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b87f14d3060443c","status":"passed","time":{"start":1728669378163,"stop":1728669378163,"duration":0}},{"uid":"c25fc4dc9bc273f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c25fc4dc9bc273f3","status":"passed","time":{"start":1728597718740,"stop":1728597718741,"duration":1}},{"uid":"e632498cf1da375a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e632498cf1da375a","status":"passed","time":{"start":1728596937944,"stop":1728596937944,"duration":0}}]},"f744a8b5bc228c4c6899bff7bc62bae7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e88e0ae2efc32845","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e88e0ae2efc32845","status":"passed","time":{"start":1728683093171,"stop":1728683093171,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"35a0f4b69b44f353","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/35a0f4b69b44f353","status":"passed","time":{"start":1729034474994,"stop":1729034474994,"duration":0}},{"uid":"1f26973c375242bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1f26973c375242bf","status":"passed","time":{"start":1729034395295,"stop":1729034395296,"duration":1}},{"uid":"9fb72ed78dcdda5e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9fb72ed78dcdda5e","status":"passed","time":{"start":1729034209106,"stop":1729034209107,"duration":1}},{"uid":"36be0c92345820b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/36be0c92345820b2","status":"passed","time":{"start":1729032264575,"stop":1729032264575,"duration":0}},{"uid":"ca56d475747903f1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ca56d475747903f1","status":"passed","time":{"start":1728902012867,"stop":1728902012867,"duration":0}},{"uid":"33d5eb58ea4416bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/33d5eb58ea4416bf","status":"passed","time":{"start":1728893454817,"stop":1728893454817,"duration":0}},{"uid":"c33eaf9e4b85b5c1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c33eaf9e4b85b5c1","status":"passed","time":{"start":1728856408460,"stop":1728856408461,"duration":1}},{"uid":"74cf8cd480fe77ea","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/74cf8cd480fe77ea","status":"passed","time":{"start":1728738633861,"stop":1728738633861,"duration":0}},{"uid":"4bcc07aaf649518f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bcc07aaf649518f","status":"passed","time":{"start":1728683159795,"stop":1728683159796,"duration":1}},{"uid":"1dd83ebe0174bf9c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1dd83ebe0174bf9c","status":"passed","time":{"start":1728682751337,"stop":1728682751337,"duration":0}},{"uid":"4c3f2ee51239ffb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4c3f2ee51239ffb9","status":"passed","time":{"start":1728677216369,"stop":1728677216370,"duration":1}},{"uid":"8902a50aff3fedf4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8902a50aff3fedf4","status":"passed","time":{"start":1728669925459,"stop":1728669925459,"duration":0}},{"uid":"e83105d6559483a7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e83105d6559483a7","status":"passed","time":{"start":1728598268813,"stop":1728598268814,"duration":1}},{"uid":"4f62a413ef0d7b83","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f62a413ef0d7b83","status":"passed","time":{"start":1728597503938,"stop":1728597503939,"duration":1}}]},"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5d81039625ae5bfa","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5d81039625ae5bfa","status":"passed","time":{"start":1729034096141,"stop":1729034096141,"duration":0}},{"uid":"8abb64d12a2bc889","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8abb64d12a2bc889","status":"passed","time":{"start":1729034020097,"stop":1729034020098,"duration":1}},{"uid":"bdbef5aaac5bc224","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bdbef5aaac5bc224","status":"passed","time":{"start":1729033834394,"stop":1729033834395,"duration":1}},{"uid":"e78aa2460a1c0d99","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e78aa2460a1c0d99","status":"passed","time":{"start":1729031884128,"stop":1729031884128,"duration":0}},{"uid":"412a6ee61cfd77ab","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/412a6ee61cfd77ab","status":"passed","time":{"start":1728901430261,"stop":1728901430261,"duration":0}},{"uid":"6482345e2b6d2b1d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6482345e2b6d2b1d","status":"passed","time":{"start":1728892860540,"stop":1728892860540,"duration":0}},{"uid":"86247ad9bfbc1e5f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/86247ad9bfbc1e5f","status":"passed","time":{"start":1728855823329,"stop":1728855823329,"duration":0}},{"uid":"62514c9eee5f1c09","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/62514c9eee5f1c09","status":"passed","time":{"start":1728738040610,"stop":1728738040611,"duration":1}},{"uid":"eb26095af9f5410","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eb26095af9f5410","status":"passed","time":{"start":1728682574101,"stop":1728682574101,"duration":0}},{"uid":"7ac5cc0ec5dcfe37","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ac5cc0ec5dcfe37","status":"passed","time":{"start":1728682146825,"stop":1728682146826,"duration":1}},{"uid":"8a3ff754cf2373b0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a3ff754cf2373b0","status":"passed","time":{"start":1728676621440,"stop":1728676621440,"duration":0}},{"uid":"49d5970941a272ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/49d5970941a272ed","status":"passed","time":{"start":1728669344474,"stop":1728669344474,"duration":0}},{"uid":"c65dd69a99e6bac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c65dd69a99e6bac","status":"passed","time":{"start":1728597685170,"stop":1728597685170,"duration":0}},{"uid":"b3839e96f04a07b8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b3839e96f04a07b8","status":"passed","time":{"start":1728596904479,"stop":1728596904479,"duration":0}}]},"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a1639a567c1ec7f6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a1639a567c1ec7f6","status":"passed","time":{"start":1729034096123,"stop":1729034096123,"duration":0}},{"uid":"1f6e6d73fca7c9fe","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1f6e6d73fca7c9fe","status":"passed","time":{"start":1729034020083,"stop":1729034020083,"duration":0}},{"uid":"4524c54de18898ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4524c54de18898ca","status":"passed","time":{"start":1729033834375,"stop":1729033834375,"duration":0}},{"uid":"73ba335ecaab6d81","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73ba335ecaab6d81","status":"passed","time":{"start":1729031884105,"stop":1729031884105,"duration":0}},{"uid":"bb82159f0555777c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bb82159f0555777c","status":"passed","time":{"start":1728901430247,"stop":1728901430247,"duration":0}},{"uid":"515967297211f9b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/515967297211f9b3","status":"passed","time":{"start":1728892860523,"stop":1728892860523,"duration":0}},{"uid":"6aabb303a5d07a2c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6aabb303a5d07a2c","status":"passed","time":{"start":1728855823313,"stop":1728855823314,"duration":1}},{"uid":"56835644e84551b5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/56835644e84551b5","status":"passed","time":{"start":1728738040583,"stop":1728738040583,"duration":0}},{"uid":"a478685aee061e76","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a478685aee061e76","status":"passed","time":{"start":1728682574080,"stop":1728682574080,"duration":0}},{"uid":"b70dbfc4a0fed5fd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b70dbfc4a0fed5fd","status":"passed","time":{"start":1728682146808,"stop":1728682146808,"duration":0}},{"uid":"a57ce755b37280e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a57ce755b37280e2","status":"passed","time":{"start":1728676621421,"stop":1728676621421,"duration":0}},{"uid":"6a27fb1c065c1ca8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6a27fb1c065c1ca8","status":"passed","time":{"start":1728669344459,"stop":1728669344459,"duration":0}},{"uid":"3597d6e250e9a8c4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3597d6e250e9a8c4","status":"passed","time":{"start":1728597685152,"stop":1728597685152,"duration":0}},{"uid":"b057e0262f97c169","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b057e0262f97c169","status":"passed","time":{"start":1728596904458,"stop":1728596904458,"duration":0}}]},"9bdae57d25ee7c4c1d5a00f707e6eb14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dadf21a31e111a4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dadf21a31e111a4","status":"passed","time":{"start":1728893389986,"stop":1728893389987,"duration":1}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6ab91b037459b02b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6ab91b037459b02b","status":"passed","time":{"start":1729034393655,"stop":1729034393655,"duration":0}},{"uid":"c9dc3dadd4181ebb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c9dc3dadd4181ebb","status":"passed","time":{"start":1729034304853,"stop":1729034304853,"duration":0}},{"uid":"daad7872f9e16bb2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/daad7872f9e16bb2","status":"passed","time":{"start":1729034121939,"stop":1729034121939,"duration":0}},{"uid":"8272ca5954334ecb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8272ca5954334ecb","status":"passed","time":{"start":1729032174902,"stop":1729032174903,"duration":1}},{"uid":"92108cbeff02e681","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/92108cbeff02e681","status":"passed","time":{"start":1728901881020,"stop":1728901881021,"duration":1}},{"uid":"ed1c115c606a8e19","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ed1c115c606a8e19","status":"passed","time":{"start":1728893317177,"stop":1728893317177,"duration":0}},{"uid":"1309584a0fd44960","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1309584a0fd44960","status":"passed","time":{"start":1728856263108,"stop":1728856263109,"duration":1}},{"uid":"7c7a40c38f4cd7d4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7c7a40c38f4cd7d4","status":"passed","time":{"start":1728738492802,"stop":1728738492803,"duration":1}},{"uid":"c322faec46cbe2e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c322faec46cbe2e","status":"passed","time":{"start":1728683030026,"stop":1728683030026,"duration":0}},{"uid":"4d28aa016d7e0ae0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4d28aa016d7e0ae0","status":"passed","time":{"start":1728682581111,"stop":1728682581111,"duration":0}},{"uid":"460a209510616b52","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/460a209510616b52","status":"passed","time":{"start":1728677082004,"stop":1728677082005,"duration":1}},{"uid":"897648738eacc879","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/897648738eacc879","status":"passed","time":{"start":1728669795403,"stop":1728669795403,"duration":0}},{"uid":"a3fe22d7b8d7e6b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a3fe22d7b8d7e6b4","status":"passed","time":{"start":1728598137507,"stop":1728598137507,"duration":0}},{"uid":"c575d896bebbe06f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c575d896bebbe06f","status":"passed","time":{"start":1728597353484,"stop":1728597353484,"duration":0}}]},"19b6cd169b9cf5dcc2064ddb97f3adee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c9935d597c186bd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c9935d597c186bd","status":"passed","time":{"start":1729032178378,"stop":1729032178378,"duration":0}}]},"6a7806935ab43038839b16872d46a2b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a36f24186a799458","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a36f24186a799458","status":"passed","time":{"start":1729034177527,"stop":1729034177530,"duration":3}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d784391cc48b65cf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d784391cc48b65cf","status":"passed","time":{"start":1729034296700,"stop":1729034296701,"duration":1}},{"uid":"63b2dc13c2b3ba47","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/63b2dc13c2b3ba47","status":"passed","time":{"start":1729034220596,"stop":1729034220596,"duration":0}},{"uid":"c9ca7d21919a33f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c9ca7d21919a33f3","status":"passed","time":{"start":1729034041473,"stop":1729034041473,"duration":0}},{"uid":"ac85bb51c94a4cae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac85bb51c94a4cae","status":"passed","time":{"start":1728901705383,"stop":1728901705383,"duration":0}},{"uid":"73fb5c6dc86e7adf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73fb5c6dc86e7adf","status":"passed","time":{"start":1728893141767,"stop":1728893141768,"duration":1}},{"uid":"31bb5692ebe74b0d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/31bb5692ebe74b0d","status":"passed","time":{"start":1728856087078,"stop":1728856087079,"duration":1}},{"uid":"dcf9545f986e90ce","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dcf9545f986e90ce","status":"passed","time":{"start":1728738321430,"stop":1728738321430,"duration":0}},{"uid":"9afd05908f004343","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9afd05908f004343","status":"passed","time":{"start":1728682845670,"stop":1728682845670,"duration":0}},{"uid":"b8f3c2b5d726880e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b8f3c2b5d726880e","status":"passed","time":{"start":1728682424302,"stop":1728682424303,"duration":1}},{"uid":"868f951bda79b92b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/868f951bda79b92b","status":"passed","time":{"start":1728676900510,"stop":1728676900511,"duration":1}},{"uid":"6a981446d07b3a55","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6a981446d07b3a55","status":"passed","time":{"start":1728669625794,"stop":1728669625794,"duration":0}},{"uid":"bd649894e179cf40","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bd649894e179cf40","status":"passed","time":{"start":1728597957159,"stop":1728597957159,"duration":0}},{"uid":"89c5dece941473c9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/89c5dece941473c9","status":"passed","time":{"start":1728597182593,"stop":1728597182593,"duration":0}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dd64fe766dfdb69e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dd64fe766dfdb69e","status":"passed","time":{"start":1729034400896,"stop":1729034400897,"duration":1}},{"uid":"5413e7893d4d6acd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5413e7893d4d6acd","status":"passed","time":{"start":1729034317487,"stop":1729034317487,"duration":0}},{"uid":"1934db6b77d06e2f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1934db6b77d06e2f","status":"passed","time":{"start":1729034137150,"stop":1729034137153,"duration":3}},{"uid":"733ed6fea8e01106","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/733ed6fea8e01106","status":"passed","time":{"start":1729032206884,"stop":1729032206884,"duration":0}},{"uid":"f375b10c4dc0c32c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f375b10c4dc0c32c","status":"passed","time":{"start":1728901995028,"stop":1728901995029,"duration":1}},{"uid":"48d8a42fba857d70","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/48d8a42fba857d70","status":"passed","time":{"start":1728893421006,"stop":1728893421006,"duration":0}},{"uid":"7a7c49d9cff89712","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7a7c49d9cff89712","status":"passed","time":{"start":1728856368604,"stop":1728856368604,"duration":0}},{"uid":"4750e1570f7dc83f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4750e1570f7dc83f","status":"passed","time":{"start":1728738604690,"stop":1728738604690,"duration":0}},{"uid":"94ccfad32f749483","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/94ccfad32f749483","status":"passed","time":{"start":1728683117666,"stop":1728683117667,"duration":1}},{"uid":"ccc8a8df783df49f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ccc8a8df783df49f","status":"passed","time":{"start":1728682721324,"stop":1728682721325,"duration":1}},{"uid":"82f11ae81a002577","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/82f11ae81a002577","status":"passed","time":{"start":1728677184691,"stop":1728677184691,"duration":0}},{"uid":"290b7ff16766dfc5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/290b7ff16766dfc5","status":"passed","time":{"start":1728669866472,"stop":1728669866473,"duration":1}},{"uid":"b1af6885af1aff5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b1af6885af1aff5e","status":"passed","time":{"start":1728598250008,"stop":1728598250008,"duration":0}},{"uid":"5103bee5108d3a2b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5103bee5108d3a2b","status":"passed","time":{"start":1728597472307,"stop":1728597472307,"duration":0}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"286c64be1cffe4d7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/286c64be1cffe4d7","status":"passed","time":{"start":1729034475746,"stop":1729034475746,"duration":0}},{"uid":"460b43e914c96d2c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/460b43e914c96d2c","status":"passed","time":{"start":1729034391616,"stop":1729034391621,"duration":5}},{"uid":"af9106982d94de63","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af9106982d94de63","status":"passed","time":{"start":1729034211308,"stop":1729034211309,"duration":1}},{"uid":"3f01d419f439d066","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f01d419f439d066","status":"passed","time":{"start":1729032264693,"stop":1729032264694,"duration":1}},{"uid":"e23f4703038289e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e23f4703038289e2","status":"passed","time":{"start":1728902020140,"stop":1728902020140,"duration":0}},{"uid":"6c14bd8fc246572d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c14bd8fc246572d","status":"passed","time":{"start":1728893452479,"stop":1728893452480,"duration":1}},{"uid":"77b50c95620371aa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77b50c95620371aa","status":"passed","time":{"start":1728856408084,"stop":1728856408084,"duration":0}},{"uid":"20e661235299d839","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20e661235299d839","status":"passed","time":{"start":1728738627115,"stop":1728738627116,"duration":1}},{"uid":"61468a37e9ea2778","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/61468a37e9ea2778","status":"passed","time":{"start":1728683164465,"stop":1728683164465,"duration":0}},{"uid":"1b2d012f5645535f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1b2d012f5645535f","status":"passed","time":{"start":1728682734714,"stop":1728682734715,"duration":1}},{"uid":"72517c2aea9aa5c5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72517c2aea9aa5c5","status":"passed","time":{"start":1728677218640,"stop":1728677218640,"duration":0}},{"uid":"a152d9f815d9fd6b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a152d9f815d9fd6b","status":"passed","time":{"start":1728669903962,"stop":1728669903962,"duration":0}},{"uid":"3fc9d1e10f874950","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3fc9d1e10f874950","status":"passed","time":{"start":1728598278367,"stop":1728598278367,"duration":0}},{"uid":"712a65375de04328","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/712a65375de04328","status":"passed","time":{"start":1728597507602,"stop":1728597507602,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"109d7cd679544aad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/109d7cd679544aad","status":"passed","time":{"start":1729034132180,"stop":1729034132180,"duration":0}},{"uid":"b15208ea50c33647","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b15208ea50c33647","status":"passed","time":{"start":1729034055085,"stop":1729034055086,"duration":1}},{"uid":"97d711547f6714a4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97d711547f6714a4","status":"passed","time":{"start":1729033869946,"stop":1729033869946,"duration":0}},{"uid":"b724b8b861b6749f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b724b8b861b6749f","status":"passed","time":{"start":1729031919800,"stop":1729031919800,"duration":0}},{"uid":"6261a303b91deb28","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6261a303b91deb28","status":"passed","time":{"start":1728901465375,"stop":1728901465375,"duration":0}},{"uid":"6b97d31b47760850","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6b97d31b47760850","status":"passed","time":{"start":1728892895976,"stop":1728892895976,"duration":0}},{"uid":"dbeb87d4e679b35b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbeb87d4e679b35b","status":"passed","time":{"start":1728855858320,"stop":1728855858320,"duration":0}},{"uid":"c3a6a07340daad5c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c3a6a07340daad5c","status":"passed","time":{"start":1728738075955,"stop":1728738075955,"duration":0}},{"uid":"c1b0243a73c192fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c1b0243a73c192fb","status":"passed","time":{"start":1728682609269,"stop":1728682609270,"duration":1}},{"uid":"a0036658e49fa6f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a0036658e49fa6f9","status":"passed","time":{"start":1728682182161,"stop":1728682182162,"duration":1}},{"uid":"c1b1f38997125d2f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1b1f38997125d2f","status":"passed","time":{"start":1728676656595,"stop":1728676656595,"duration":0}},{"uid":"c4835b316f4ce938","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4835b316f4ce938","status":"passed","time":{"start":1728669379925,"stop":1728669379925,"duration":0}},{"uid":"f64bfd4e3addb86f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f64bfd4e3addb86f","status":"passed","time":{"start":1728597720387,"stop":1728597720387,"duration":0}},{"uid":"e0e117c167ef8a88","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e0e117c167ef8a88","status":"passed","time":{"start":1728596939486,"stop":1728596939486,"duration":0}}]},"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4e01420c3d15f90b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4e01420c3d15f90b","status":"passed","time":{"start":1729034096133,"stop":1729034096134,"duration":1}},{"uid":"5dd0fd84569dd4b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5dd0fd84569dd4b3","status":"passed","time":{"start":1729034020091,"stop":1729034020091,"duration":0}},{"uid":"e3d8ebbc211d2719","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e3d8ebbc211d2719","status":"passed","time":{"start":1729033834386,"stop":1729033834386,"duration":0}},{"uid":"ab90651195209f78","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ab90651195209f78","status":"passed","time":{"start":1729031884119,"stop":1729031884119,"duration":0}},{"uid":"ddf556806aa4c1d8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ddf556806aa4c1d8","status":"passed","time":{"start":1728901430254,"stop":1728901430255,"duration":1}},{"uid":"b5f8acb96eedc285","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5f8acb96eedc285","status":"passed","time":{"start":1728892860532,"stop":1728892860532,"duration":0}},{"uid":"881f241bc6fa3f72","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/881f241bc6fa3f72","status":"passed","time":{"start":1728855823322,"stop":1728855823323,"duration":1}},{"uid":"91b8d8afa938e4a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/91b8d8afa938e4a","status":"passed","time":{"start":1728738040603,"stop":1728738040603,"duration":0}},{"uid":"e5fd0b5f8666893e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e5fd0b5f8666893e","status":"passed","time":{"start":1728682574093,"stop":1728682574093,"duration":0}},{"uid":"53e54c0e8399162f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/53e54c0e8399162f","status":"passed","time":{"start":1728682146818,"stop":1728682146818,"duration":0}},{"uid":"e9b5236462eede45","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e9b5236462eede45","status":"passed","time":{"start":1728676621432,"stop":1728676621432,"duration":0}},{"uid":"9cfeb803a6752a4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9cfeb803a6752a4d","status":"passed","time":{"start":1728669344468,"stop":1728669344468,"duration":0}},{"uid":"8ccd2e0b2cfa7e01","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ccd2e0b2cfa7e01","status":"passed","time":{"start":1728597685161,"stop":1728597685162,"duration":1}},{"uid":"71462846d235d47c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/71462846d235d47c","status":"passed","time":{"start":1728596904468,"stop":1728596904468,"duration":0}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"503742c767bc4fa3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/503742c767bc4fa3","status":"passed","time":{"start":1729034462013,"stop":1729034462013,"duration":0}},{"uid":"47476612940e02a1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47476612940e02a1","status":"passed","time":{"start":1729034375976,"stop":1729034375977,"duration":1}},{"uid":"79ed760599a4b4f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79ed760599a4b4f5","status":"passed","time":{"start":1729034200065,"stop":1729034200066,"duration":1}},{"uid":"785b505cc1582c0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/785b505cc1582c0e","status":"passed","time":{"start":1729032257890,"stop":1729032257890,"duration":0}},{"uid":"13f8c2938251bb6d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/13f8c2938251bb6d","status":"passed","time":{"start":1728902003567,"stop":1728902003567,"duration":0}},{"uid":"9a78d80ef036b6cf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9a78d80ef036b6cf","status":"passed","time":{"start":1728893434694,"stop":1728893434695,"duration":1}},{"uid":"185d9b669d0eabc7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/185d9b669d0eabc7","status":"passed","time":{"start":1728856398642,"stop":1728856398642,"duration":0}},{"uid":"256a797c66f345c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/256a797c66f345c4","status":"passed","time":{"start":1728738612001,"stop":1728738612002,"duration":1}},{"uid":"29a6dc59b6aca67c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/29a6dc59b6aca67c","status":"passed","time":{"start":1728683155009,"stop":1728683155009,"duration":0}},{"uid":"3797a12d829b52d8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3797a12d829b52d8","status":"passed","time":{"start":1728682706103,"stop":1728682706103,"duration":0}},{"uid":"3ba48b769e7fd2ab","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3ba48b769e7fd2ab","status":"passed","time":{"start":1728677207495,"stop":1728677207495,"duration":0}},{"uid":"72ab5350f7a3cc71","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/72ab5350f7a3cc71","status":"passed","time":{"start":1728669887097,"stop":1728669887098,"duration":1}},{"uid":"913eb1c241351403","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/913eb1c241351403","status":"passed","time":{"start":1728598263637,"stop":1728598263638,"duration":1}},{"uid":"74492199916ad821","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/74492199916ad821","status":"passed","time":{"start":1728597478275,"stop":1728597478275,"duration":0}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"98370cc075559af5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/98370cc075559af5","status":"passed","time":{"start":1729034400890,"stop":1729034400891,"duration":1}},{"uid":"3ed7380a02966a83","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3ed7380a02966a83","status":"passed","time":{"start":1729034317453,"stop":1729034317453,"duration":0}},{"uid":"8645c6d90fc7a99c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8645c6d90fc7a99c","status":"passed","time":{"start":1729034137142,"stop":1729034137142,"duration":0}},{"uid":"50b891de4686515a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/50b891de4686515a","status":"passed","time":{"start":1729032206876,"stop":1729032206876,"duration":0}},{"uid":"25b2155c565d674b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25b2155c565d674b","status":"passed","time":{"start":1728901995022,"stop":1728901995022,"duration":0}},{"uid":"63853788f68fa265","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/63853788f68fa265","status":"passed","time":{"start":1728893420996,"stop":1728893420996,"duration":0}},{"uid":"32f4f72e42c670d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/32f4f72e42c670d6","status":"passed","time":{"start":1728856368597,"stop":1728856368597,"duration":0}},{"uid":"f09142fc12d15018","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f09142fc12d15018","status":"passed","time":{"start":1728738604681,"stop":1728738604682,"duration":1}},{"uid":"9c73de643e4aec27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9c73de643e4aec27","status":"passed","time":{"start":1728683117629,"stop":1728683117630,"duration":1}},{"uid":"cfb7fa6cb5c66768","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cfb7fa6cb5c66768","status":"passed","time":{"start":1728682721319,"stop":1728682721319,"duration":0}},{"uid":"8c6a797b06423fdb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8c6a797b06423fdb","status":"passed","time":{"start":1728677184684,"stop":1728677184684,"duration":0}},{"uid":"253ce962b725a9b7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/253ce962b725a9b7","status":"passed","time":{"start":1728669866450,"stop":1728669866451,"duration":1}},{"uid":"20a287b5881e0ad1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/20a287b5881e0ad1","status":"passed","time":{"start":1728598249981,"stop":1728598249981,"duration":0}},{"uid":"52d797782c79e0b5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/52d797782c79e0b5","status":"passed","time":{"start":1728597472293,"stop":1728597472293,"duration":0}}]},"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":11,"unknown":0,"total":14},"items":[{"uid":"4ab534cf983b012b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ab534cf983b012b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241338,"stop":1729034241339,"duration":1}},{"uid":"59f1cdbdc0388795","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/59f1cdbdc0388795","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160188,"stop":1729034160192,"duration":4}},{"uid":"289b06f6007df0d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/289b06f6007df0d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977224,"stop":1729033977225,"duration":1}},{"uid":"d71505e156ec548b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d71505e156ec548b","status":"passed","time":{"start":1729032053269,"stop":1729032053270,"duration":1}},{"uid":"8cc2bf2b0928de79","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8cc2bf2b0928de79","status":"passed","time":{"start":1728901711767,"stop":1728901711767,"duration":0}},{"uid":"970274fe2c6f3dab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/970274fe2c6f3dab","status":"passed","time":{"start":1728893141896,"stop":1728893141896,"duration":0}},{"uid":"df94a92f05aeca35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/df94a92f05aeca35","status":"passed","time":{"start":1728856103199,"stop":1728856103200,"duration":1}},{"uid":"677cb8ae7b958a32","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/677cb8ae7b958a32","status":"passed","time":{"start":1728738321618,"stop":1728738321619,"duration":1}},{"uid":"fb20ef89d5f98658","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fb20ef89d5f98658","status":"passed","time":{"start":1728682857565,"stop":1728682857565,"duration":0}},{"uid":"c586f7812190db5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c586f7812190db5","status":"passed","time":{"start":1728682428803,"stop":1728682428804,"duration":1}},{"uid":"6edf13ee3e65cf77","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6edf13ee3e65cf77","status":"passed","time":{"start":1728676901168,"stop":1728676901168,"duration":0}},{"uid":"5ce625fb95b2dee9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5ce625fb95b2dee9","status":"passed","time":{"start":1728669573862,"stop":1728669573862,"duration":0}},{"uid":"916668c9df256282","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/916668c9df256282","status":"passed","time":{"start":1728597972336,"stop":1728597972337,"duration":1}},{"uid":"6cd0bbed51941eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6cd0bbed51941eaa","status":"passed","time":{"start":1728597175619,"stop":1728597175619,"duration":0}}]},"a48053b2904d49b2a88e722c1840d7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15583a4cabb16c54","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/15583a4cabb16c54","status":"passed","time":{"start":1728669841255,"stop":1728669841255,"duration":0}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1ba5dd895f5b2e88","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1ba5dd895f5b2e88","status":"passed","time":{"start":1729034096147,"stop":1729034096147,"duration":0}},{"uid":"df2dc197e936fd16","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/df2dc197e936fd16","status":"passed","time":{"start":1729034020103,"stop":1729034020103,"duration":0}},{"uid":"704282a90b3f59cd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/704282a90b3f59cd","status":"passed","time":{"start":1729033834402,"stop":1729033834402,"duration":0}},{"uid":"4f7d2411e39d920e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f7d2411e39d920e","status":"passed","time":{"start":1729031884178,"stop":1729031884178,"duration":0}},{"uid":"b7d6e834602d2c83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7d6e834602d2c83","status":"passed","time":{"start":1728901430211,"stop":1728901430211,"duration":0}},{"uid":"cc29c49ec869280c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cc29c49ec869280c","status":"passed","time":{"start":1728892860432,"stop":1728892860433,"duration":1}},{"uid":"8e3c3437f8f817ff","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8e3c3437f8f817ff","status":"passed","time":{"start":1728855823269,"stop":1728855823269,"duration":0}},{"uid":"9cc1e1f953ee3291","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9cc1e1f953ee3291","status":"passed","time":{"start":1728738040616,"stop":1728738040616,"duration":0}},{"uid":"b5a901fd813c9c72","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5a901fd813c9c72","status":"passed","time":{"start":1728682574126,"stop":1728682574126,"duration":0}},{"uid":"d0675f903c6335e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d0675f903c6335e4","status":"passed","time":{"start":1728682146845,"stop":1728682146846,"duration":1}},{"uid":"4d83bc29ffed3314","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4d83bc29ffed3314","status":"passed","time":{"start":1728676621446,"stop":1728676621446,"duration":0}},{"uid":"acc5b083345b1256","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/acc5b083345b1256","status":"passed","time":{"start":1728669344424,"stop":1728669344424,"duration":0}},{"uid":"c04d4307c5b77440","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c04d4307c5b77440","status":"passed","time":{"start":1728597685248,"stop":1728597685248,"duration":0}},{"uid":"871514ec1a18424c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/871514ec1a18424c","status":"passed","time":{"start":1728596904560,"stop":1728596904560,"duration":0}}]},"0ed123c05a7360b171e19b6255e52207:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77810b66a8c417e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/77810b66a8c417e0","status":"passed","time":{"start":1729032228813,"stop":1729032228813,"duration":0}}]},"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d1bea82493e91886","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d1bea82493e91886","status":"passed","time":{"start":1729034096141,"stop":1729034096141,"duration":0}},{"uid":"d0e32d2fc3d6b240","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d0e32d2fc3d6b240","status":"passed","time":{"start":1729034020097,"stop":1729034020097,"duration":0}},{"uid":"fc2c5442abfa0eed","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fc2c5442abfa0eed","status":"passed","time":{"start":1729033834394,"stop":1729033834394,"duration":0}},{"uid":"e11379580d30e78c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e11379580d30e78c","status":"passed","time":{"start":1729031884127,"stop":1729031884128,"duration":1}},{"uid":"d2ea7372ccda6f4c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d2ea7372ccda6f4c","status":"passed","time":{"start":1728901430260,"stop":1728901430261,"duration":1}},{"uid":"3805d10c88e81adf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3805d10c88e81adf","status":"passed","time":{"start":1728892860539,"stop":1728892860539,"duration":0}},{"uid":"115c5e9544e7750f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/115c5e9544e7750f","status":"passed","time":{"start":1728855823328,"stop":1728855823329,"duration":1}},{"uid":"2fa921b00029c7ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2fa921b00029c7ca","status":"passed","time":{"start":1728738040610,"stop":1728738040610,"duration":0}},{"uid":"f328b52b9f96735b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f328b52b9f96735b","status":"passed","time":{"start":1728682574101,"stop":1728682574101,"duration":0}},{"uid":"45244da4fd719cab","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/45244da4fd719cab","status":"passed","time":{"start":1728682146825,"stop":1728682146825,"duration":0}},{"uid":"acc5ba584087d7c2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/acc5ba584087d7c2","status":"passed","time":{"start":1728676621439,"stop":1728676621439,"duration":0}},{"uid":"2824a35012659b19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2824a35012659b19","status":"passed","time":{"start":1728669344474,"stop":1728669344474,"duration":0}},{"uid":"facb796e2cd9abee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/facb796e2cd9abee","status":"passed","time":{"start":1728597685169,"stop":1728597685169,"duration":0}},{"uid":"e41b2acdbe1e05f3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e41b2acdbe1e05f3","status":"passed","time":{"start":1728596904478,"stop":1728596904478,"duration":0}}]},"52bd130d4431d476279f5159feb06801:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f62de06f55a5ba4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8f62de06f55a5ba4","status":"passed","time":{"start":1728598212611,"stop":1728598212612,"duration":1}}]},"abb96a878d8f8ea2a153d5552b15c534:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b0083eef81b8fedc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b0083eef81b8fedc","status":"passed","time":{"start":1728597423329,"stop":1728597423330,"duration":1}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f17e5ee1b5523b0a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f17e5ee1b5523b0a","status":"passed","time":{"start":1729034296707,"stop":1729034296707,"duration":0}},{"uid":"5c65d425ccf989a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5c65d425ccf989a","status":"passed","time":{"start":1729034220605,"stop":1729034220605,"duration":0}},{"uid":"1304bb9dded24530","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1304bb9dded24530","status":"passed","time":{"start":1729034041488,"stop":1729034041488,"duration":0}},{"uid":"2fb8db8f716082c8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fb8db8f716082c8","status":"passed","time":{"start":1728901705402,"stop":1728901705403,"duration":1}},{"uid":"34242659cfadb76a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/34242659cfadb76a","status":"passed","time":{"start":1728893141777,"stop":1728893141777,"duration":0}},{"uid":"6f3c723e87178b8f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6f3c723e87178b8f","status":"passed","time":{"start":1728856087083,"stop":1728856087084,"duration":1}},{"uid":"1d4e546e4d5bc419","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1d4e546e4d5bc419","status":"passed","time":{"start":1728738321436,"stop":1728738321436,"duration":0}},{"uid":"4d72745ff6ad363b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d72745ff6ad363b","status":"passed","time":{"start":1728682845674,"stop":1728682845674,"duration":0}},{"uid":"ac62b52177f319b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac62b52177f319b4","status":"passed","time":{"start":1728682424310,"stop":1728682424311,"duration":1}},{"uid":"f0ea367f6279abaf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f0ea367f6279abaf","status":"passed","time":{"start":1728676900533,"stop":1728676900539,"duration":6}},{"uid":"bb27b4c96d6121a1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb27b4c96d6121a1","status":"passed","time":{"start":1728669625800,"stop":1728669625800,"duration":0}},{"uid":"41e563b46edd1fea","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/41e563b46edd1fea","status":"passed","time":{"start":1728597957166,"stop":1728597957167,"duration":1}},{"uid":"545c5c4b2643652d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/545c5c4b2643652d","status":"passed","time":{"start":1728597182618,"stop":1728597182618,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c92badd2bdf6897c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c92badd2bdf6897c","status":"passed","time":{"start":1729034400886,"stop":1729034400887,"duration":1}},{"uid":"24fef27ccdd5632f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/24fef27ccdd5632f","status":"passed","time":{"start":1729034317449,"stop":1729034317449,"duration":0}},{"uid":"bdb485ecd5dfd4ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bdb485ecd5dfd4ca","status":"passed","time":{"start":1729034137130,"stop":1729034137130,"duration":0}},{"uid":"2a85824a84c729bc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a85824a84c729bc","status":"passed","time":{"start":1729032206873,"stop":1729032206873,"duration":0}},{"uid":"2e693d9af97caf9d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2e693d9af97caf9d","status":"passed","time":{"start":1728901995020,"stop":1728901995020,"duration":0}},{"uid":"78d50c1bf4bc1258","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/78d50c1bf4bc1258","status":"passed","time":{"start":1728893420993,"stop":1728893420993,"duration":0}},{"uid":"29a3e389650c9398","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/29a3e389650c9398","status":"passed","time":{"start":1728856368594,"stop":1728856368594,"duration":0}},{"uid":"63b9044564b28f44","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/63b9044564b28f44","status":"passed","time":{"start":1728738604679,"stop":1728738604679,"duration":0}},{"uid":"81d34c20046f06c3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/81d34c20046f06c3","status":"passed","time":{"start":1728683117617,"stop":1728683117619,"duration":2}},{"uid":"a8605dc309220260","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a8605dc309220260","status":"passed","time":{"start":1728682721316,"stop":1728682721316,"duration":0}},{"uid":"b638f888561ae9d0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b638f888561ae9d0","status":"passed","time":{"start":1728677184681,"stop":1728677184681,"duration":0}},{"uid":"9c249f507bdd839e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c249f507bdd839e","status":"passed","time":{"start":1728669866447,"stop":1728669866448,"duration":1}},{"uid":"3ae39709d7b7707f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ae39709d7b7707f","status":"passed","time":{"start":1728598249974,"stop":1728598249974,"duration":0}},{"uid":"870604529196650c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/870604529196650c","status":"passed","time":{"start":1728597472289,"stop":1728597472290,"duration":1}}]},"b81f614020ddcabdd4a75ac47b6553f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":10,"unknown":0,"total":13},"items":[{"uid":"5d2492ca4e979595","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5d2492ca4e979595","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241164,"stop":1729034241164,"duration":0}},{"uid":"395a24d9b50cce86","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/395a24d9b50cce86","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159976,"stop":1729034159976,"duration":0}},{"uid":"c980f2981b9c420","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c980f2981b9c420","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977066,"stop":1729033977066,"duration":0}},{"uid":"74556c53dc32c50","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/74556c53dc32c50","status":"passed","time":{"start":1729032093824,"stop":1729032093829,"duration":5}},{"uid":"3788732e27df53d6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3788732e27df53d6","status":"passed","time":{"start":1728901748784,"stop":1728901748785,"duration":1}},{"uid":"a130ef36524ffbb5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a130ef36524ffbb5","status":"passed","time":{"start":1728893181089,"stop":1728893181089,"duration":0}},{"uid":"c07bfbfd42abe19c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c07bfbfd42abe19c","status":"passed","time":{"start":1728856155554,"stop":1728856155554,"duration":0}},{"uid":"56c95c0e2f7d686a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/56c95c0e2f7d686a","status":"passed","time":{"start":1728738360303,"stop":1728738360303,"duration":0}},{"uid":"9d743899dc4b550b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d743899dc4b550b","status":"passed","time":{"start":1728682907224,"stop":1728682907225,"duration":1}},{"uid":"b3a313e834b7230b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3a313e834b7230b","status":"passed","time":{"start":1728682466739,"stop":1728682466740,"duration":1}},{"uid":"d9f14373edc8ba81","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d9f14373edc8ba81","status":"passed","time":{"start":1728676955725,"stop":1728676955725,"duration":0}},{"uid":"fd408aadda9ee853","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd408aadda9ee853","status":"passed","time":{"start":1728598013537,"stop":1728598013537,"duration":0}},{"uid":"c038fb7c661257d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c038fb7c661257d2","status":"passed","time":{"start":1728597225203,"stop":1728597225203,"duration":0}}]},"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4df8071e195ecd02","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4df8071e195ecd02","status":"passed","time":{"start":1729034096121,"stop":1729034096121,"duration":0}},{"uid":"631ef77a5f397124","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/631ef77a5f397124","status":"passed","time":{"start":1729034020081,"stop":1729034020082,"duration":1}},{"uid":"70167d99c236c8d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/70167d99c236c8d0","status":"passed","time":{"start":1729033834373,"stop":1729033834373,"duration":0}},{"uid":"c50aea4228595c60","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c50aea4228595c60","status":"passed","time":{"start":1729031884103,"stop":1729031884103,"duration":0}},{"uid":"7e9ef158e18fb45f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e9ef158e18fb45f","status":"passed","time":{"start":1728901430246,"stop":1728901430246,"duration":0}},{"uid":"4ae9c4107bdb8c5c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4ae9c4107bdb8c5c","status":"passed","time":{"start":1728892860521,"stop":1728892860521,"duration":0}},{"uid":"a7dce1b7369e0b9c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a7dce1b7369e0b9c","status":"passed","time":{"start":1728855823312,"stop":1728855823312,"duration":0}},{"uid":"588b8ce48874736b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/588b8ce48874736b","status":"passed","time":{"start":1728738040581,"stop":1728738040581,"duration":0}},{"uid":"f36d8659a65efc6b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f36d8659a65efc6b","status":"passed","time":{"start":1728682574078,"stop":1728682574078,"duration":0}},{"uid":"ce8b8442972fd34","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce8b8442972fd34","status":"passed","time":{"start":1728682146806,"stop":1728682146807,"duration":1}},{"uid":"33932f1d05fe645a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33932f1d05fe645a","status":"passed","time":{"start":1728676621420,"stop":1728676621420,"duration":0}},{"uid":"48f9cc2781a2015d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/48f9cc2781a2015d","status":"passed","time":{"start":1728669344457,"stop":1728669344458,"duration":1}},{"uid":"8ff9e56e1ff51f11","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ff9e56e1ff51f11","status":"passed","time":{"start":1728597685150,"stop":1728597685150,"duration":0}},{"uid":"982f4a78d893a775","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/982f4a78d893a775","status":"passed","time":{"start":1728596904456,"stop":1728596904456,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ef4f4935b0197633","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ef4f4935b0197633","status":"passed","time":{"start":1729034240918,"stop":1729034240918,"duration":0}},{"uid":"a0d3bce16969432e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a0d3bce16969432e","status":"passed","time":{"start":1729034159615,"stop":1729034159615,"duration":0}},{"uid":"135b86d140495b7b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/135b86d140495b7b","status":"passed","time":{"start":1729033976800,"stop":1729033976800,"duration":0}},{"uid":"f9e5546ef1f9e300","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9e5546ef1f9e300","status":"passed","time":{"start":1729032020519,"stop":1729032020519,"duration":0}},{"uid":"393aa26c1bd5eb5b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/393aa26c1bd5eb5b","status":"passed","time":{"start":1728901616434,"stop":1728901616435,"duration":1}},{"uid":"968f7d41ac7fd1ff","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/968f7d41ac7fd1ff","status":"passed","time":{"start":1728893050245,"stop":1728893050245,"duration":0}},{"uid":"94713c31b9f4393","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/94713c31b9f4393","status":"passed","time":{"start":1728856015171,"stop":1728856015172,"duration":1}},{"uid":"e271e93afb68d5ba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e271e93afb68d5ba","status":"passed","time":{"start":1728738233138,"stop":1728738233138,"duration":0}},{"uid":"85ad3b4bdfd0ab98","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/85ad3b4bdfd0ab98","status":"passed","time":{"start":1728682762472,"stop":1728682762473,"duration":1}},{"uid":"f9a824917b1a6395","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f9a824917b1a6395","status":"passed","time":{"start":1728682332786,"stop":1728682332787,"duration":1}},{"uid":"a2e0992c2e91b0dc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2e0992c2e91b0dc","status":"passed","time":{"start":1728676810291,"stop":1728676810292,"duration":1}},{"uid":"6264df029dacb926","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6264df029dacb926","status":"passed","time":{"start":1728669529899,"stop":1728669529899,"duration":0}},{"uid":"fc562f788c431808","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc562f788c431808","status":"passed","time":{"start":1728597873534,"stop":1728597873535,"duration":1}},{"uid":"3769ece79c965b0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3769ece79c965b0d","status":"passed","time":{"start":1728597089274,"stop":1728597089274,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cb6eb9c07c01493","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb6eb9c07c01493","status":"passed","time":{"start":1729034393631,"stop":1729034393631,"duration":0}},{"uid":"12f5fc65db340016","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/12f5fc65db340016","status":"passed","time":{"start":1729034304824,"stop":1729034304825,"duration":1}},{"uid":"5bd56dbf66769fc1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5bd56dbf66769fc1","status":"passed","time":{"start":1729034121894,"stop":1729034121895,"duration":1}},{"uid":"e959f8b585525415","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e959f8b585525415","status":"passed","time":{"start":1729032174800,"stop":1729032174800,"duration":0}},{"uid":"ec31e1cb85d8eb66","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec31e1cb85d8eb66","status":"passed","time":{"start":1728901881005,"stop":1728901881006,"duration":1}},{"uid":"185ad981678dfb06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/185ad981678dfb06","status":"passed","time":{"start":1728893317152,"stop":1728893317152,"duration":0}},{"uid":"be9d5c75eba39c7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be9d5c75eba39c7","status":"passed","time":{"start":1728856263071,"stop":1728856263071,"duration":0}},{"uid":"6f5e6eca3507a839","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f5e6eca3507a839","status":"passed","time":{"start":1728738492792,"stop":1728738492792,"duration":0}},{"uid":"b17239482dac3ec5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b17239482dac3ec5","status":"passed","time":{"start":1728683030010,"stop":1728683030010,"duration":0}},{"uid":"edc6663a9bb5abf6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/edc6663a9bb5abf6","status":"passed","time":{"start":1728682581086,"stop":1728682581086,"duration":0}},{"uid":"692fd241a0ab7f3a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/692fd241a0ab7f3a","status":"passed","time":{"start":1728677081986,"stop":1728677081987,"duration":1}},{"uid":"b8707740680e2147","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b8707740680e2147","status":"passed","time":{"start":1728669795388,"stop":1728669795389,"duration":1}},{"uid":"a3d88b109dfe7aa1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a3d88b109dfe7aa1","status":"passed","time":{"start":1728598137496,"stop":1728598137497,"duration":1}},{"uid":"6b3bbb17f449b8cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b3bbb17f449b8cd","status":"passed","time":{"start":1728597353474,"stop":1728597353474,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"81243a316d4c5d68","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/81243a316d4c5d68","status":"passed","time":{"start":1729034393643,"stop":1729034393643,"duration":0}},{"uid":"28111a66fa7cd1bd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28111a66fa7cd1bd","status":"passed","time":{"start":1729034304836,"stop":1729034304837,"duration":1}},{"uid":"ae66aa480bd26e39","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae66aa480bd26e39","status":"passed","time":{"start":1729034121908,"stop":1729034121908,"duration":0}},{"uid":"6ac72990e595c323","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ac72990e595c323","status":"passed","time":{"start":1729032174842,"stop":1729032174842,"duration":0}},{"uid":"d5f7f4d133ac855f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d5f7f4d133ac855f","status":"passed","time":{"start":1728901881011,"stop":1728901881011,"duration":0}},{"uid":"95e935e8489bffe9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95e935e8489bffe9","status":"passed","time":{"start":1728893317159,"stop":1728893317160,"duration":1}},{"uid":"e2b8b8b1831de086","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e2b8b8b1831de086","status":"passed","time":{"start":1728856263088,"stop":1728856263088,"duration":0}},{"uid":"f75d224747d94e48","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f75d224747d94e48","status":"passed","time":{"start":1728738492797,"stop":1728738492797,"duration":0}},{"uid":"1ac612e2328d1067","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ac612e2328d1067","status":"passed","time":{"start":1728683030020,"stop":1728683030020,"duration":0}},{"uid":"d0e6422f996b8e28","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d0e6422f996b8e28","status":"passed","time":{"start":1728682581101,"stop":1728682581102,"duration":1}},{"uid":"925a0409e7ba49ac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/925a0409e7ba49ac","status":"passed","time":{"start":1728677081992,"stop":1728677081993,"duration":1}},{"uid":"c26eca02ebb28e4c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c26eca02ebb28e4c","status":"passed","time":{"start":1728669795393,"stop":1728669795394,"duration":1}},{"uid":"f5818d8b9d94bd49","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5818d8b9d94bd49","status":"passed","time":{"start":1728598137502,"stop":1728598137503,"duration":1}},{"uid":"5c51a7affa2d1741","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c51a7affa2d1741","status":"passed","time":{"start":1728597353478,"stop":1728597353479,"duration":1}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"638fdee1bb52e701","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/638fdee1bb52e701","status":"passed","time":{"start":1729034240927,"stop":1729034240927,"duration":0}},{"uid":"8d75cd725dbd19e0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8d75cd725dbd19e0","status":"passed","time":{"start":1729034159623,"stop":1729034159624,"duration":1}},{"uid":"e9f9dfd61ea6774b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9f9dfd61ea6774b","status":"passed","time":{"start":1729033976806,"stop":1729033976806,"duration":0}},{"uid":"a57342aeaa1b8c74","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a57342aeaa1b8c74","status":"passed","time":{"start":1729032020530,"stop":1729032020530,"duration":0}},{"uid":"2f112c155111bec7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f112c155111bec7","status":"passed","time":{"start":1728901616473,"stop":1728901616474,"duration":1}},{"uid":"bcdc998cbb4b8819","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bcdc998cbb4b8819","status":"passed","time":{"start":1728893050250,"stop":1728893050251,"duration":1}},{"uid":"1b0c24504d4319bf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b0c24504d4319bf","status":"passed","time":{"start":1728856015177,"stop":1728856015177,"duration":0}},{"uid":"ad8ffec79cabd447","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad8ffec79cabd447","status":"passed","time":{"start":1728738233148,"stop":1728738233148,"duration":0}},{"uid":"25cecb2257c6315a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/25cecb2257c6315a","status":"passed","time":{"start":1728682762477,"stop":1728682762478,"duration":1}},{"uid":"a3d0bab742960b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a3d0bab742960b2","status":"passed","time":{"start":1728682332791,"stop":1728682332792,"duration":1}},{"uid":"fe3d077373f27229","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe3d077373f27229","status":"passed","time":{"start":1728676810300,"stop":1728676810300,"duration":0}},{"uid":"7155005539229313","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7155005539229313","status":"passed","time":{"start":1728669529906,"stop":1728669529906,"duration":0}},{"uid":"3f7f44ccff4da75e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3f7f44ccff4da75e","status":"passed","time":{"start":1728597873541,"stop":1728597873541,"duration":0}},{"uid":"437ba301fd135f5d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/437ba301fd135f5d","status":"passed","time":{"start":1728597089279,"stop":1728597089279,"duration":0}}]},"f19bdd93dd31e9908476ece472bbaddf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"829bfb733b922ced","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/829bfb733b922ced","status":"passed","time":{"start":1728856355687,"stop":1728856355688,"duration":1}}]},"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cb712be44fc939a2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb712be44fc939a2","status":"passed","time":{"start":1729034238410,"stop":1729034238411,"duration":1}},{"uid":"a27ce5584bd7266e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a27ce5584bd7266e","status":"passed","time":{"start":1729034157653,"stop":1729034157653,"duration":0}},{"uid":"a901a55da3b101c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a901a55da3b101c","status":"passed","time":{"start":1729033974452,"stop":1729033974452,"duration":0}},{"uid":"7f568ac3190b6f69","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7f568ac3190b6f69","status":"passed","time":{"start":1729032027763,"stop":1729032027765,"duration":2}},{"uid":"2fdb2aac2ddde4bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fdb2aac2ddde4bf","status":"passed","time":{"start":1728901614545,"stop":1728901614546,"duration":1}},{"uid":"cfb196d64822ca7b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cfb196d64822ca7b","status":"passed","time":{"start":1728893048596,"stop":1728893048596,"duration":0}},{"uid":"39192108e5e94e66","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39192108e5e94e66","status":"passed","time":{"start":1728856013559,"stop":1728856013560,"duration":1}},{"uid":"82835155a4be7dd9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/82835155a4be7dd9","status":"passed","time":{"start":1728738231632,"stop":1728738231632,"duration":0}},{"uid":"d0570389ef2fa3c7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0570389ef2fa3c7","status":"passed","time":{"start":1728682761072,"stop":1728682761072,"duration":0}},{"uid":"e98e2151c313dad","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e98e2151c313dad","status":"passed","time":{"start":1728682330632,"stop":1728682330635,"duration":3}},{"uid":"54958220398e1a4d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/54958220398e1a4d","status":"passed","time":{"start":1728676808324,"stop":1728676808325,"duration":1}},{"uid":"db406ea38d2c5836","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/db406ea38d2c5836","status":"passed","time":{"start":1728669528228,"stop":1728669528228,"duration":0}},{"uid":"603ade619e764395","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/603ade619e764395","status":"passed","time":{"start":1728597872227,"stop":1728597872227,"duration":0}},{"uid":"83b6a2a1f0638979","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/83b6a2a1f0638979","status":"passed","time":{"start":1728597087686,"stop":1728597087686,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3eff43aa3f49892c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3eff43aa3f49892c","status":"passed","time":{"start":1729034240913,"stop":1729034240914,"duration":1}},{"uid":"5e276cd286db9265","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5e276cd286db9265","status":"passed","time":{"start":1729034159613,"stop":1729034159613,"duration":0}},{"uid":"e105bb35deb1b550","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e105bb35deb1b550","status":"passed","time":{"start":1729033976790,"stop":1729033976793,"duration":3}},{"uid":"d591bc197ba07567","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d591bc197ba07567","status":"passed","time":{"start":1729032020515,"stop":1729032020516,"duration":1}},{"uid":"831423ef37e48778","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/831423ef37e48778","status":"passed","time":{"start":1728901616428,"stop":1728901616428,"duration":0}},{"uid":"4d0b0e40ed7b7eb8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4d0b0e40ed7b7eb8","status":"passed","time":{"start":1728893050243,"stop":1728893050243,"duration":0}},{"uid":"e60d3404b5c6f6d0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e60d3404b5c6f6d0","status":"passed","time":{"start":1728856015169,"stop":1728856015170,"duration":1}},{"uid":"93cd67b5f343f20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/93cd67b5f343f20","status":"passed","time":{"start":1728738233135,"stop":1728738233135,"duration":0}},{"uid":"6fd4a09335be0352","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6fd4a09335be0352","status":"passed","time":{"start":1728682762468,"stop":1728682762468,"duration":0}},{"uid":"1091f8e9420b92c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1091f8e9420b92c","status":"passed","time":{"start":1728682332784,"stop":1728682332784,"duration":0}},{"uid":"f8516123c3f197a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8516123c3f197a1","status":"passed","time":{"start":1728676810288,"stop":1728676810289,"duration":1}},{"uid":"fbf9ee89249ed9d5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fbf9ee89249ed9d5","status":"passed","time":{"start":1728669529891,"stop":1728669529892,"duration":1}},{"uid":"fd52a260e145f0e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd52a260e145f0e7","status":"passed","time":{"start":1728597873532,"stop":1728597873532,"duration":0}},{"uid":"b5723d53f6b3d47c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b5723d53f6b3d47c","status":"passed","time":{"start":1728597089271,"stop":1728597089272,"duration":1}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"354ecdcec7eb66a7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/354ecdcec7eb66a7","status":"passed","time":{"start":1729034325779,"stop":1729034325779,"duration":0}},{"uid":"7f120d8b6e76ca4f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7f120d8b6e76ca4f","status":"passed","time":{"start":1729034249514,"stop":1729034249515,"duration":1}},{"uid":"1d289f814c5f3faa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1d289f814c5f3faa","status":"passed","time":{"start":1729034066161,"stop":1729034066161,"duration":0}},{"uid":"27891a492818725b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/27891a492818725b","status":"passed","time":{"start":1728901782838,"stop":1728901782838,"duration":0}},{"uid":"b12faf0db5a66cd3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b12faf0db5a66cd3","status":"passed","time":{"start":1728893215989,"stop":1728893215989,"duration":0}},{"uid":"b50fad4a15f8f9ec","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b50fad4a15f8f9ec","status":"passed","time":{"start":1728856159201,"stop":1728856159202,"duration":1}},{"uid":"11231b13677a3d5e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11231b13677a3d5e","status":"passed","time":{"start":1728738371839,"stop":1728738371839,"duration":0}},{"uid":"da4fb9c6cb538345","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/da4fb9c6cb538345","status":"passed","time":{"start":1728682915887,"stop":1728682915888,"duration":1}},{"uid":"e7b2bb0e05f7c59c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e7b2bb0e05f7c59c","status":"passed","time":{"start":1728682496457,"stop":1728682496458,"duration":1}},{"uid":"7fba24707ba977e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7fba24707ba977e","status":"passed","time":{"start":1728676980227,"stop":1728676980228,"duration":1}},{"uid":"13dbd29547e9c4f1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/13dbd29547e9c4f1","status":"passed","time":{"start":1728598045387,"stop":1728598045387,"duration":0}},{"uid":"7f6e04aec6490d4d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7f6e04aec6490d4d","status":"passed","time":{"start":1728597260332,"stop":1728597260332,"duration":0}}]},"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"683c3f8fa28ffb4d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/683c3f8fa28ffb4d","status":"passed","time":{"start":1729034238413,"stop":1729034238413,"duration":0}},{"uid":"af849ecbb36dce0c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/af849ecbb36dce0c","status":"passed","time":{"start":1729034157654,"stop":1729034157654,"duration":0}},{"uid":"f676f8e4a965f9ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f676f8e4a965f9ca","status":"passed","time":{"start":1729033974456,"stop":1729033974459,"duration":3}},{"uid":"5a3b13f526f7de2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a3b13f526f7de2","status":"passed","time":{"start":1729032027768,"stop":1729032027773,"duration":5}},{"uid":"ddea1498b177c9ae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ddea1498b177c9ae","status":"passed","time":{"start":1728901614552,"stop":1728901614553,"duration":1}},{"uid":"c7bf414e125704f4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c7bf414e125704f4","status":"passed","time":{"start":1728893048597,"stop":1728893048597,"duration":0}},{"uid":"a770ef6156669f17","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a770ef6156669f17","status":"passed","time":{"start":1728856013562,"stop":1728856013562,"duration":0}},{"uid":"584e4056fcb3936f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/584e4056fcb3936f","status":"passed","time":{"start":1728738231633,"stop":1728738231633,"duration":0}},{"uid":"d0716e846879d94b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0716e846879d94b","status":"passed","time":{"start":1728682761075,"stop":1728682761075,"duration":0}},{"uid":"cf6cb4c8b657d833","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cf6cb4c8b657d833","status":"passed","time":{"start":1728682330637,"stop":1728682330637,"duration":0}},{"uid":"ecac75b9c348f37f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ecac75b9c348f37f","status":"passed","time":{"start":1728676808326,"stop":1728676808326,"duration":0}},{"uid":"cc2c7d1045a27c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc2c7d1045a27c5","status":"passed","time":{"start":1728669528229,"stop":1728669528229,"duration":0}},{"uid":"8dbe35b3492a8de0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8dbe35b3492a8de0","status":"passed","time":{"start":1728597872228,"stop":1728597872229,"duration":1}},{"uid":"77e376924c81eb50","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/77e376924c81eb50","status":"passed","time":{"start":1728597087690,"stop":1728597087690,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cb8924bb913106ba","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb8924bb913106ba","status":"passed","time":{"start":1729034104911,"stop":1729034104912,"duration":1}},{"uid":"f31d248c5958bfa3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f31d248c5958bfa3","status":"passed","time":{"start":1729034028509,"stop":1729034028509,"duration":0}},{"uid":"97ef2ec77bfc8e36","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97ef2ec77bfc8e36","status":"passed","time":{"start":1729033843117,"stop":1729033843118,"duration":1}},{"uid":"564cd65c91e9c8ab","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/564cd65c91e9c8ab","status":"passed","time":{"start":1729031892676,"stop":1729031892677,"duration":1}},{"uid":"89e120d4496cb1c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/89e120d4496cb1c6","status":"passed","time":{"start":1728901438810,"stop":1728901438811,"duration":1}},{"uid":"70d871a7bf33e93a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/70d871a7bf33e93a","status":"passed","time":{"start":1728892868999,"stop":1728892869000,"duration":1}},{"uid":"8f3e4c25394fafa6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f3e4c25394fafa6","status":"passed","time":{"start":1728855831891,"stop":1728855831892,"duration":1}},{"uid":"e2f1ef11125d9636","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e2f1ef11125d9636","status":"passed","time":{"start":1728738049039,"stop":1728738049039,"duration":0}},{"uid":"f636918b7f5cd5df","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f636918b7f5cd5df","status":"passed","time":{"start":1728682582617,"stop":1728682582618,"duration":1}},{"uid":"eaaddcd7ce2c27f0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eaaddcd7ce2c27f0","status":"passed","time":{"start":1728682155407,"stop":1728682155411,"duration":4}},{"uid":"8e7ec0bee1a29f8a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8e7ec0bee1a29f8a","status":"passed","time":{"start":1728676629973,"stop":1728676629973,"duration":0}},{"uid":"bbac6eea2a45a1df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bbac6eea2a45a1df","status":"passed","time":{"start":1728669353100,"stop":1728669353101,"duration":1}},{"uid":"4ff554124a3212e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ff554124a3212e7","status":"passed","time":{"start":1728597693845,"stop":1728597693845,"duration":0}},{"uid":"36489149fb91e49b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/36489149fb91e49b","status":"passed","time":{"start":1728596913090,"stop":1728596913090,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6a269119d12c096","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6a269119d12c096","status":"passed","time":{"start":1729034398550,"stop":1729034398550,"duration":0}},{"uid":"f6e653f69c599f43","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f6e653f69c599f43","status":"passed","time":{"start":1729034314815,"stop":1729034314815,"duration":0}},{"uid":"cc00ac350d048be1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc00ac350d048be1","status":"passed","time":{"start":1729034137165,"stop":1729034137165,"duration":0}},{"uid":"1fc156cbd2e5c85f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1fc156cbd2e5c85f","status":"passed","time":{"start":1729032187247,"stop":1729032187248,"duration":1}},{"uid":"ee4ac9ddd5b2566f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ee4ac9ddd5b2566f","status":"passed","time":{"start":1728901888430,"stop":1728901888437,"duration":7}},{"uid":"4358f2e1e2cbb059","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4358f2e1e2cbb059","status":"passed","time":{"start":1728893323794,"stop":1728893323795,"duration":1}},{"uid":"f51262a44350211e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f51262a44350211e","status":"passed","time":{"start":1728856285928,"stop":1728856285928,"duration":0}},{"uid":"7247e5923b50b22c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7247e5923b50b22c","status":"passed","time":{"start":1728738498276,"stop":1728738498276,"duration":0}},{"uid":"5bb4729f3d337b8b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5bb4729f3d337b8b","status":"passed","time":{"start":1728683041392,"stop":1728683041393,"duration":1}},{"uid":"daf304fabf176a82","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/daf304fabf176a82","status":"passed","time":{"start":1728682596020,"stop":1728682596021,"duration":1}},{"uid":"264311d2880745af","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/264311d2880745af","status":"passed","time":{"start":1728677091268,"stop":1728677091268,"duration":0}},{"uid":"d8250a9ed96c61fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8250a9ed96c61fb","status":"passed","time":{"start":1728669766427,"stop":1728669766427,"duration":0}},{"uid":"1a4bbab6bebbc65e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a4bbab6bebbc65e","status":"passed","time":{"start":1728598152075,"stop":1728598152076,"duration":1}},{"uid":"39d4acc287442f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/39d4acc287442f8","status":"passed","time":{"start":1728597364121,"stop":1728597364122,"duration":1}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"29d00c0233822f6f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/29d00c0233822f6f","status":"passed","time":{"start":1729034119308,"stop":1729034119308,"duration":0}},{"uid":"e0fb7aba5831a846","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e0fb7aba5831a846","status":"passed","time":{"start":1729033933482,"stop":1729033933482,"duration":0}},{"uid":"30423695e50cd873","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30423695e50cd873","status":"passed","time":{"start":1729031982935,"stop":1729031982936,"duration":1}},{"uid":"213d08781b8c9cb7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/213d08781b8c9cb7","status":"passed","time":{"start":1728901527862,"stop":1728901527863,"duration":1}},{"uid":"1464b44fffed5efd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1464b44fffed5efd","status":"passed","time":{"start":1728892960142,"stop":1728892960142,"duration":0}},{"uid":"9162fe4c4f932b19","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9162fe4c4f932b19","status":"passed","time":{"start":1728855921716,"stop":1728855921717,"duration":1}},{"uid":"816fd22aed96af91","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/816fd22aed96af91","status":"passed","time":{"start":1728738138435,"stop":1728738138435,"duration":0}},{"uid":"8f551e99f92f9997","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8f551e99f92f9997","status":"passed","time":{"start":1728682672255,"stop":1728682672255,"duration":0}},{"uid":"37c6455d0101e2e5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/37c6455d0101e2e5","status":"passed","time":{"start":1728682245077,"stop":1728682245077,"duration":0}},{"uid":"bdc5097aed2dca7c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bdc5097aed2dca7c","status":"passed","time":{"start":1728676721302,"stop":1728676721302,"duration":0}},{"uid":"91db9da2a6daf2fc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/91db9da2a6daf2fc","status":"passed","time":{"start":1728669444566,"stop":1728669444567,"duration":1}},{"uid":"866b42d3d7afeecd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/866b42d3d7afeecd","status":"passed","time":{"start":1728597784078,"stop":1728597784079,"duration":1}},{"uid":"d5ffe9ee4859f528","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d5ffe9ee4859f528","status":"passed","time":{"start":1728597001552,"stop":1728597001553,"duration":1}}]},"af42ba71f589a682f5ff492c7e257287:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f2573ea68f137dd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f2573ea68f137dd","status":"passed","time":{"start":1728901958855,"stop":1728901958856,"duration":1}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e0da8d46b96b1ac9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e0da8d46b96b1ac9","status":"passed","time":{"start":1729034259821,"stop":1729034259825,"duration":4}},{"uid":"142ba788494931b4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/142ba788494931b4","status":"passed","time":{"start":1729034194027,"stop":1729034194030,"duration":3}},{"uid":"158c38ddb12f1d9d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/158c38ddb12f1d9d","status":"passed","time":{"start":1729034014878,"stop":1729034014878,"duration":0}},{"uid":"74a973b96f888dd4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/74a973b96f888dd4","status":"passed","time":{"start":1729032065458,"stop":1729032065458,"duration":0}},{"uid":"ac282bad8b41f48b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac282bad8b41f48b","status":"passed","time":{"start":1728901664271,"stop":1728901664282,"duration":11}},{"uid":"6969ebdb3db8ec65","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6969ebdb3db8ec65","status":"passed","time":{"start":1728893093693,"stop":1728893093693,"duration":0}},{"uid":"a83f6edd2138ff42","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a83f6edd2138ff42","status":"passed","time":{"start":1728856055274,"stop":1728856055274,"duration":0}},{"uid":"4efc76f4d079ce53","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4efc76f4d079ce53","status":"passed","time":{"start":1728738274746,"stop":1728738274746,"duration":0}},{"uid":"4e2eea67d8f6b4d5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4e2eea67d8f6b4d5","status":"passed","time":{"start":1728682807961,"stop":1728682807961,"duration":0}},{"uid":"b3a8bd50001e1cb9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3a8bd50001e1cb9","status":"passed","time":{"start":1728682381288,"stop":1728682381288,"duration":0}},{"uid":"816013bdc70a2fdd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/816013bdc70a2fdd","status":"passed","time":{"start":1728676853902,"stop":1728676853902,"duration":0}},{"uid":"2281bbe13d02798e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2281bbe13d02798e","status":"passed","time":{"start":1728669581699,"stop":1728669581699,"duration":0}},{"uid":"40768247658d369d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/40768247658d369d","status":"passed","time":{"start":1728597923492,"stop":1728597923492,"duration":0}},{"uid":"28b5344f6bdb90e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/28b5344f6bdb90e8","status":"passed","time":{"start":1728597132265,"stop":1728597132266,"duration":1}}]},"5166e074a2b25e0d3b374a1a3ecf0321:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4093f5ae7af6df4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4093f5ae7af6df4f","status":"passed","time":{"start":1728683110366,"stop":1728683110367,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c5eaf7f03e624df1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c5eaf7f03e624df1","status":"passed","time":{"start":1729034411418,"stop":1729034411418,"duration":0}},{"uid":"268fa8405d9843ea","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/268fa8405d9843ea","status":"passed","time":{"start":1729034327389,"stop":1729034327390,"duration":1}},{"uid":"2a3c6a340f5e1245","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2a3c6a340f5e1245","status":"passed","time":{"start":1729034147761,"stop":1729034147766,"duration":5}},{"uid":"d7575492f4468763","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d7575492f4468763","status":"passed","time":{"start":1729032204822,"stop":1729032204823,"duration":1}},{"uid":"e1a5a4577e5d763f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e1a5a4577e5d763f","status":"passed","time":{"start":1728901907651,"stop":1728901907651,"duration":0}},{"uid":"dd9c20080088a109","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dd9c20080088a109","status":"passed","time":{"start":1728893341885,"stop":1728893341885,"duration":0}},{"uid":"cde99b59361d1008","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cde99b59361d1008","status":"passed","time":{"start":1728856299350,"stop":1728856299351,"duration":1}},{"uid":"6ef69b72f53c4a23","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6ef69b72f53c4a23","status":"passed","time":{"start":1728738511611,"stop":1728738511611,"duration":0}},{"uid":"614135da3f13c27b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/614135da3f13c27b","status":"passed","time":{"start":1728683052906,"stop":1728683052907,"duration":1}},{"uid":"3ef73e517204c1f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3ef73e517204c1f","status":"passed","time":{"start":1728682612906,"stop":1728682612906,"duration":0}},{"uid":"9a31e1508ff22a56","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a31e1508ff22a56","status":"passed","time":{"start":1728677115740,"stop":1728677115740,"duration":0}},{"uid":"6a84f9ff31217e9c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6a84f9ff31217e9c","status":"passed","time":{"start":1728669778169,"stop":1728669778170,"duration":1}},{"uid":"6b460684f7379dff","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b460684f7379dff","status":"passed","time":{"start":1728598175427,"stop":1728598175427,"duration":0}},{"uid":"42f9445596f54d74","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42f9445596f54d74","status":"passed","time":{"start":1728597380056,"stop":1728597380057,"duration":1}}]},"9c02312701f52b77b10a4720b5511553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25aabff7ceb9c06d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/25aabff7ceb9c06d","status":"passed","time":{"start":1729034194018,"stop":1729034194018,"duration":0}}]},"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"70f5edd74f6bed0f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/70f5edd74f6bed0f","status":"passed","time":{"start":1729034096136,"stop":1729034096137,"duration":1}},{"uid":"f09944127b699cc6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f09944127b699cc6","status":"passed","time":{"start":1729034020093,"stop":1729034020093,"duration":0}},{"uid":"bcbdaecdf430c001","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bcbdaecdf430c001","status":"passed","time":{"start":1729033834389,"stop":1729033834390,"duration":1}},{"uid":"c1139d6714c87385","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c1139d6714c87385","status":"passed","time":{"start":1729031884123,"stop":1729031884123,"duration":0}},{"uid":"a13f72c94260bad6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a13f72c94260bad6","status":"passed","time":{"start":1728901430257,"stop":1728901430257,"duration":0}},{"uid":"3ab6f3c364b67d2f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ab6f3c364b67d2f","status":"passed","time":{"start":1728892860535,"stop":1728892860535,"duration":0}},{"uid":"bbc617546d6d5dbe","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bbc617546d6d5dbe","status":"passed","time":{"start":1728855823325,"stop":1728855823325,"duration":0}},{"uid":"2f5b7caa761b98fb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f5b7caa761b98fb","status":"passed","time":{"start":1728738040606,"stop":1728738040606,"duration":0}},{"uid":"5e035f1f62ae6581","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e035f1f62ae6581","status":"passed","time":{"start":1728682574096,"stop":1728682574096,"duration":0}},{"uid":"769f9121899c7a12","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/769f9121899c7a12","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"a2546fe55b3fa079","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2546fe55b3fa079","status":"passed","time":{"start":1728676621435,"stop":1728676621435,"duration":0}},{"uid":"6e9e91a5c1b31396","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e9e91a5c1b31396","status":"passed","time":{"start":1728669344470,"stop":1728669344471,"duration":1}},{"uid":"d99986306764f441","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d99986306764f441","status":"passed","time":{"start":1728597685164,"stop":1728597685165,"duration":1}},{"uid":"3360c04541d82de","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3360c04541d82de","status":"passed","time":{"start":1728596904472,"stop":1728596904472,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f76f5bb0ef9a94a7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f76f5bb0ef9a94a7","status":"passed","time":{"start":1729034132180,"stop":1729034132180,"duration":0}},{"uid":"7c626d6cc8d0f1e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7c626d6cc8d0f1e8","status":"passed","time":{"start":1729034055085,"stop":1729034055085,"duration":0}},{"uid":"5df0a4d5c483da99","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5df0a4d5c483da99","status":"passed","time":{"start":1729033869945,"stop":1729033869946,"duration":1}},{"uid":"81a6e796fc0313ac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/81a6e796fc0313ac","status":"passed","time":{"start":1729031919799,"stop":1729031919800,"duration":1}},{"uid":"ab2193b6f8784005","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ab2193b6f8784005","status":"passed","time":{"start":1728901465375,"stop":1728901465375,"duration":0}},{"uid":"a315b43b35d9c1cb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a315b43b35d9c1cb","status":"passed","time":{"start":1728892895975,"stop":1728892895976,"duration":1}},{"uid":"7beb531db198f1d5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7beb531db198f1d5","status":"passed","time":{"start":1728855858320,"stop":1728855858320,"duration":0}},{"uid":"19ad92721076d0a3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/19ad92721076d0a3","status":"passed","time":{"start":1728738075954,"stop":1728738075955,"duration":1}},{"uid":"e00efdb626d2e31a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e00efdb626d2e31a","status":"passed","time":{"start":1728682609269,"stop":1728682609269,"duration":0}},{"uid":"68377ce12b2e948b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/68377ce12b2e948b","status":"passed","time":{"start":1728682182161,"stop":1728682182161,"duration":0}},{"uid":"340d89687541424","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/340d89687541424","status":"passed","time":{"start":1728676656595,"stop":1728676656595,"duration":0}},{"uid":"9a7e5737dfa2a500","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9a7e5737dfa2a500","status":"passed","time":{"start":1728669379925,"stop":1728669379925,"duration":0}},{"uid":"afcf772b5122a024","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/afcf772b5122a024","status":"passed","time":{"start":1728597720386,"stop":1728597720386,"duration":0}},{"uid":"eee9d01577bec4c2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eee9d01577bec4c2","status":"passed","time":{"start":1728596939485,"stop":1728596939486,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e63515798249bee4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e63515798249bee4","status":"passed","time":{"start":1729034370904,"stop":1729034370904,"duration":0}},{"uid":"63065a24262428cd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/63065a24262428cd","status":"passed","time":{"start":1729034308898,"stop":1729034308899,"duration":1}},{"uid":"95b9b56c95ecfe26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95b9b56c95ecfe26","status":"passed","time":{"start":1729034129480,"stop":1729034129480,"duration":0}},{"uid":"1753c0635f90c75c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1753c0635f90c75c","status":"passed","time":{"start":1729032178377,"stop":1729032178377,"duration":0}},{"uid":"aea31b5f8e8503fc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aea31b5f8e8503fc","status":"passed","time":{"start":1728901896354,"stop":1728901896354,"duration":0}},{"uid":"42e3b2e09a729da2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/42e3b2e09a729da2","status":"passed","time":{"start":1728893329035,"stop":1728893329035,"duration":0}},{"uid":"fc86a26aea55ef3b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fc86a26aea55ef3b","status":"passed","time":{"start":1728856284771,"stop":1728856284771,"duration":0}},{"uid":"15b323aad2b91c0d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15b323aad2b91c0d","status":"passed","time":{"start":1728738494948,"stop":1728738494948,"duration":0}},{"uid":"28fdd2513fc2d262","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28fdd2513fc2d262","status":"passed","time":{"start":1728683033638,"stop":1728683033638,"duration":0}},{"uid":"70ca961bb2fabd75","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70ca961bb2fabd75","status":"passed","time":{"start":1728682601745,"stop":1728682601746,"duration":1}},{"uid":"4141a51c9e0289e9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4141a51c9e0289e9","status":"passed","time":{"start":1728677107984,"stop":1728677107985,"duration":1}},{"uid":"f86d80a86b3aa6a0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f86d80a86b3aa6a0","status":"passed","time":{"start":1728669764758,"stop":1728669764759,"duration":1}},{"uid":"2b161283eb68d37","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2b161283eb68d37","status":"passed","time":{"start":1728598157577,"stop":1728598157577,"duration":0}},{"uid":"b2054ebde71da0fe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2054ebde71da0fe","status":"passed","time":{"start":1728597369086,"stop":1728597369086,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"640bf30890ce0557","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/640bf30890ce0557","status":"passed","time":{"start":1729034393627,"stop":1729034393627,"duration":0}},{"uid":"1fd4ae9074f0aba9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1fd4ae9074f0aba9","status":"passed","time":{"start":1729034304810,"stop":1729034304812,"duration":2}},{"uid":"e32dabcc7b1bad92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e32dabcc7b1bad92","status":"passed","time":{"start":1729034121890,"stop":1729034121891,"duration":1}},{"uid":"b000b86e83bc6242","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b000b86e83bc6242","status":"passed","time":{"start":1729032174797,"stop":1729032174798,"duration":1}},{"uid":"a9af2f352c5d809f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a9af2f352c5d809f","status":"passed","time":{"start":1728901881003,"stop":1728901881004,"duration":1}},{"uid":"c0a2fa1950ebf8a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0a2fa1950ebf8a","status":"passed","time":{"start":1728893317140,"stop":1728893317141,"duration":1}},{"uid":"acb0ebdd8ee588fb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acb0ebdd8ee588fb","status":"passed","time":{"start":1728856263065,"stop":1728856263065,"duration":0}},{"uid":"eb46740d3e7f7586","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eb46740d3e7f7586","status":"passed","time":{"start":1728738492786,"stop":1728738492787,"duration":1}},{"uid":"c656ca9f8f930ad1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c656ca9f8f930ad1","status":"passed","time":{"start":1728683030008,"stop":1728683030008,"duration":0}},{"uid":"4d3c3e12226a4dc7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4d3c3e12226a4dc7","status":"passed","time":{"start":1728682581081,"stop":1728682581082,"duration":1}},{"uid":"8b3fe626461ff633","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8b3fe626461ff633","status":"passed","time":{"start":1728677081984,"stop":1728677081984,"duration":0}},{"uid":"4ca012b38803b7ea","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4ca012b38803b7ea","status":"passed","time":{"start":1728669795385,"stop":1728669795385,"duration":0}},{"uid":"c8812b2128209b4c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c8812b2128209b4c","status":"passed","time":{"start":1728598137494,"stop":1728598137495,"duration":1}},{"uid":"f787b0456ed00c2f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f787b0456ed00c2f","status":"passed","time":{"start":1728597353472,"stop":1728597353472,"duration":0}}]},"61a9255ba60a6a85eba661476798a029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b1795b52ea66741","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b1795b52ea66741","status":"passed","time":{"start":1728893317181,"stop":1728893317181,"duration":0}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"101d327a9ebaec80","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/101d327a9ebaec80","status":"passed","time":{"start":1729034104908,"stop":1729034104908,"duration":0}},{"uid":"ccf7316997915175","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ccf7316997915175","status":"passed","time":{"start":1729034028505,"stop":1729034028506,"duration":1}},{"uid":"dcf06c79df223e43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcf06c79df223e43","status":"passed","time":{"start":1729033843114,"stop":1729033843114,"duration":0}},{"uid":"467aea90f61dff16","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/467aea90f61dff16","status":"passed","time":{"start":1729031892673,"stop":1729031892673,"duration":0}},{"uid":"53051db83a35bc6f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53051db83a35bc6f","status":"passed","time":{"start":1728901438804,"stop":1728901438804,"duration":0}},{"uid":"ed18cee0a8447d5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ed18cee0a8447d5a","status":"passed","time":{"start":1728892868996,"stop":1728892868996,"duration":0}},{"uid":"593389cb4df15169","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/593389cb4df15169","status":"passed","time":{"start":1728855831888,"stop":1728855831889,"duration":1}},{"uid":"6a03fd36c5689e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6a03fd36c5689e0","status":"passed","time":{"start":1728738049036,"stop":1728738049036,"duration":0}},{"uid":"b8503a3859851407","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b8503a3859851407","status":"passed","time":{"start":1728682582614,"stop":1728682582614,"duration":0}},{"uid":"a6ec97498fd15603","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a6ec97498fd15603","status":"passed","time":{"start":1728682155404,"stop":1728682155404,"duration":0}},{"uid":"602c76a153acfcee","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/602c76a153acfcee","status":"passed","time":{"start":1728676629969,"stop":1728676629969,"duration":0}},{"uid":"f01b90d4674df555","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f01b90d4674df555","status":"passed","time":{"start":1728669353097,"stop":1728669353097,"duration":0}},{"uid":"a240c67a757bd35f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a240c67a757bd35f","status":"passed","time":{"start":1728597693842,"stop":1728597693842,"duration":0}},{"uid":"af864e616c427bc6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/af864e616c427bc6","status":"passed","time":{"start":1728596913086,"stop":1728596913086,"duration":0}}]},"77544484a32425d1becf3f61e87c5893:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc4ce7ecb8ed80aa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dc4ce7ecb8ed80aa","status":"passed","time":{"start":1728597423327,"stop":1728597423327,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"33c8e0c77a8dcdfc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/33c8e0c77a8dcdfc","status":"passed","time":{"start":1729034475005,"stop":1729034475008,"duration":3}},{"uid":"8270b84ff6704930","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8270b84ff6704930","status":"passed","time":{"start":1729034395301,"stop":1729034395301,"duration":0}},{"uid":"9e44a6d04542cf0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9e44a6d04542cf0d","status":"passed","time":{"start":1729034209114,"stop":1729034209115,"duration":1}},{"uid":"67052fe6cf603635","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/67052fe6cf603635","status":"passed","time":{"start":1729032264593,"stop":1729032264595,"duration":2}},{"uid":"23ce136ad0dfeee9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/23ce136ad0dfeee9","status":"passed","time":{"start":1728902012873,"stop":1728902012874,"duration":1}},{"uid":"3d2614e33e7fce33","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d2614e33e7fce33","status":"passed","time":{"start":1728893454824,"stop":1728893454824,"duration":0}},{"uid":"e4f9fc5327b08ed0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e4f9fc5327b08ed0","status":"passed","time":{"start":1728856408467,"stop":1728856408467,"duration":0}},{"uid":"dfa46c568113e6e2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dfa46c568113e6e2","status":"passed","time":{"start":1728738633873,"stop":1728738633873,"duration":0}},{"uid":"ccbdeb2c0a07a1db","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ccbdeb2c0a07a1db","status":"passed","time":{"start":1728683159819,"stop":1728683159819,"duration":0}},{"uid":"b9b784648d481482","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b9b784648d481482","status":"passed","time":{"start":1728682751345,"stop":1728682751345,"duration":0}},{"uid":"11431eaa23645abd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11431eaa23645abd","status":"passed","time":{"start":1728677216376,"stop":1728677216377,"duration":1}},{"uid":"a0d6871858fbcff4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a0d6871858fbcff4","status":"passed","time":{"start":1728669925465,"stop":1728669925466,"duration":1}},{"uid":"15e289d7111e4d53","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/15e289d7111e4d53","status":"passed","time":{"start":1728598268819,"stop":1728598268820,"duration":1}},{"uid":"3eb4836932e3a2e6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3eb4836932e3a2e6","status":"passed","time":{"start":1728597503949,"stop":1728597503950,"duration":1}}]},"e2aca4345633b38fb5bb22d6e5f4dceb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ab9b7451e818a9c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7ab9b7451e818a9c","status":"passed","time":{"start":1729034357705,"stop":1729034357706,"duration":1}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"773b0f166aec84d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/773b0f166aec84d4","status":"passed","time":{"start":1729034487484,"stop":1729034487485,"duration":1}},{"uid":"ce3a238e12193506","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ce3a238e12193506","status":"passed","time":{"start":1729034446110,"stop":1729034446110,"duration":0}},{"uid":"6c1f31d8181870f6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6c1f31d8181870f6","status":"passed","time":{"start":1729032275828,"stop":1729032275829,"duration":1}},{"uid":"f02416b74aa00852","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f02416b74aa00852","status":"passed","time":{"start":1728902036741,"stop":1728902036741,"duration":0}},{"uid":"22c94c48b342e9a4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/22c94c48b342e9a4","status":"passed","time":{"start":1728893472414,"stop":1728893472414,"duration":0}},{"uid":"b2b1209d8b666001","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2b1209d8b666001","status":"passed","time":{"start":1728856423201,"stop":1728856423202,"duration":1}},{"uid":"ceae7c0577c12ea0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ceae7c0577c12ea0","status":"passed","time":{"start":1728738648730,"stop":1728738648730,"duration":0}},{"uid":"c5a11c195b827f12","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c5a11c195b827f12","status":"passed","time":{"start":1728683179656,"stop":1728683179656,"duration":0}},{"uid":"35f63cfe2c5dcb51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/35f63cfe2c5dcb51","status":"passed","time":{"start":1728682757952,"stop":1728682757952,"duration":0}},{"uid":"4f6e95d8a3de7d49","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f6e95d8a3de7d49","status":"passed","time":{"start":1728677238451,"stop":1728677238452,"duration":1}},{"uid":"7022cfc5fc4f361f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7022cfc5fc4f361f","status":"passed","time":{"start":1728669928221,"stop":1728669928221,"duration":0}},{"uid":"4dd31d9ed013905c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4dd31d9ed013905c","status":"passed","time":{"start":1728598319590,"stop":1728598319590,"duration":0}},{"uid":"c42ea0018f8eb2b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c42ea0018f8eb2b","status":"passed","time":{"start":1728597520647,"stop":1728597520648,"duration":1}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"822bcc13b918f9fc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/822bcc13b918f9fc","status":"passed","time":{"start":1729034124364,"stop":1729034124364,"duration":0}},{"uid":"3432f0ac2f7ac99d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3432f0ac2f7ac99d","status":"passed","time":{"start":1729034047486,"stop":1729034047486,"duration":0}},{"uid":"cad5d9ff81c373e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cad5d9ff81c373e2","status":"passed","time":{"start":1729033862330,"stop":1729033862330,"duration":0}},{"uid":"7e4e3cf59186ac27","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e4e3cf59186ac27","status":"passed","time":{"start":1729031912071,"stop":1729031912071,"duration":0}},{"uid":"6f7043d57f5134b6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f7043d57f5134b6","status":"passed","time":{"start":1728901457818,"stop":1728901457819,"duration":1}},{"uid":"a62b5ee579c46f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a62b5ee579c46f3","status":"passed","time":{"start":1728892888302,"stop":1728892888302,"duration":0}},{"uid":"64d0f1c6f22b0ee4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64d0f1c6f22b0ee4","status":"passed","time":{"start":1728855850789,"stop":1728855850789,"duration":0}},{"uid":"38a4b3385b3476d2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38a4b3385b3476d2","status":"passed","time":{"start":1728738068165,"stop":1728738068165,"duration":0}},{"uid":"e19b402ca15b1806","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e19b402ca15b1806","status":"passed","time":{"start":1728682601674,"stop":1728682601674,"duration":0}},{"uid":"d80416307d2ac560","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d80416307d2ac560","status":"passed","time":{"start":1728682174567,"stop":1728682174567,"duration":0}},{"uid":"8ed489459b9514bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8ed489459b9514bf","status":"passed","time":{"start":1728676648932,"stop":1728676648933,"duration":1}},{"uid":"e203d5da98ce00ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e203d5da98ce00ab","status":"passed","time":{"start":1728669372212,"stop":1728669372212,"duration":0}},{"uid":"a9addd475405e732","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a9addd475405e732","status":"passed","time":{"start":1728597712762,"stop":1728597712762,"duration":0}},{"uid":"191e33726cd85edd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/191e33726cd85edd","status":"passed","time":{"start":1728596931868,"stop":1728596931868,"duration":0}}]},"9b39757fb3a6786e4260e0d9817247e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9886c152143c086a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9886c152143c086a","status":"passed","time":{"start":1728677107988,"stop":1728677107989,"duration":1}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ce2a60beca3a661d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ce2a60beca3a661d","status":"passed","time":{"start":1729034390824,"stop":1729034390824,"duration":0}},{"uid":"d0550f889dc32d27","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d0550f889dc32d27","status":"passed","time":{"start":1729034323928,"stop":1729034323929,"duration":1}},{"uid":"1ad21a24c3632845","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ad21a24c3632845","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0}},{"uid":"bced94cfcfe3dccd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bced94cfcfe3dccd","status":"passed","time":{"start":1729032192393,"stop":1729032192394,"duration":1}},{"uid":"38e09c3595337ccf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38e09c3595337ccf","status":"passed","time":{"start":1728901896709,"stop":1728901896710,"duration":1}},{"uid":"6742f0f3d8991e08","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6742f0f3d8991e08","status":"passed","time":{"start":1728893334448,"stop":1728893334448,"duration":0}},{"uid":"558a8309b4d3c3e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/558a8309b4d3c3e","status":"passed","time":{"start":1728856285995,"stop":1728856285997,"duration":2}},{"uid":"77aa739f7ccb371a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/77aa739f7ccb371a","status":"passed","time":{"start":1728738508179,"stop":1728738508180,"duration":1}},{"uid":"cd2ccfea8c14208c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cd2ccfea8c14208c","status":"passed","time":{"start":1728683055336,"stop":1728683055336,"duration":0}},{"uid":"aa879a78f8fbac35","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa879a78f8fbac35","status":"passed","time":{"start":1728682604664,"stop":1728682604665,"duration":1}},{"uid":"7cafe5456c182178","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7cafe5456c182178","status":"passed","time":{"start":1728677105013,"stop":1728677105013,"duration":0}},{"uid":"98077c02ab9b2430","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98077c02ab9b2430","status":"passed","time":{"start":1728669780768,"stop":1728669780768,"duration":0}},{"uid":"143ba9ccbc3c2e73","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/143ba9ccbc3c2e73","status":"passed","time":{"start":1728598159632,"stop":1728598159632,"duration":0}},{"uid":"dadb45e5ac604fe8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dadb45e5ac604fe8","status":"passed","time":{"start":1728597371102,"stop":1728597371103,"duration":1}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"edec6d6fcb461575","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/edec6d6fcb461575","status":"passed","time":{"start":1729034202108,"stop":1729034202109,"duration":1}},{"uid":"b49ee770b1a54945","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b49ee770b1a54945","status":"passed","time":{"start":1729034126139,"stop":1729034126142,"duration":3}},{"uid":"e43d38544ed987d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e43d38544ed987d0","status":"passed","time":{"start":1729033939927,"stop":1729033939927,"duration":0}},{"uid":"ab128f1e875b7a24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ab128f1e875b7a24","status":"passed","time":{"start":1729031988776,"stop":1729031988777,"duration":1}},{"uid":"9cf35c5c743da028","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9cf35c5c743da028","status":"passed","time":{"start":1728901555773,"stop":1728901555774,"duration":1}},{"uid":"d6ec077a9b35bf5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6ec077a9b35bf5a","status":"passed","time":{"start":1728892995573,"stop":1728892995573,"duration":0}},{"uid":"2ae9a0976f8f3ec1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ae9a0976f8f3ec1","status":"passed","time":{"start":1728855954644,"stop":1728855954644,"duration":0}},{"uid":"e3304047beed47f7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e3304047beed47f7","status":"passed","time":{"start":1728738169523,"stop":1728738169523,"duration":0}},{"uid":"8fa85057285b1c3a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8fa85057285b1c3a","status":"passed","time":{"start":1728682707229,"stop":1728682707230,"duration":1}},{"uid":"a022ce37132e527c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a022ce37132e527c","status":"passed","time":{"start":1728682285126,"stop":1728682285127,"duration":1}},{"uid":"ca6600f539cb21eb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca6600f539cb21eb","status":"passed","time":{"start":1728676761155,"stop":1728676761156,"duration":1}},{"uid":"49fbe29499a3a16b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/49fbe29499a3a16b","status":"passed","time":{"start":1728669488937,"stop":1728669488938,"duration":1}},{"uid":"3ac72578e209c3c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ac72578e209c3c1","status":"passed","time":{"start":1728597819575,"stop":1728597819579,"duration":4}},{"uid":"55de8c67bc9b7b7f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/55de8c67bc9b7b7f","status":"passed","time":{"start":1728597041919,"stop":1728597041920,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6c11f4c16bb23243","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6c11f4c16bb23243","status":"passed","time":{"start":1729034393639,"stop":1729034393639,"duration":0}},{"uid":"c6b7ea01a0c4b9cd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c6b7ea01a0c4b9cd","status":"passed","time":{"start":1729034304834,"stop":1729034304835,"duration":1}},{"uid":"10f34c4a3309713a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10f34c4a3309713a","status":"passed","time":{"start":1729034121900,"stop":1729034121901,"duration":1}},{"uid":"bad249605a90d08d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bad249605a90d08d","status":"passed","time":{"start":1729032174809,"stop":1729032174810,"duration":1}},{"uid":"45ec468eebf65423","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/45ec468eebf65423","status":"passed","time":{"start":1728901881009,"stop":1728901881009,"duration":0}},{"uid":"9f774057bc48ba1c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9f774057bc48ba1c","status":"passed","time":{"start":1728893317155,"stop":1728893317156,"duration":1}},{"uid":"b05c56d09dded92a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b05c56d09dded92a","status":"passed","time":{"start":1728856263079,"stop":1728856263079,"duration":0}},{"uid":"c311a6ee03658fdf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c311a6ee03658fdf","status":"passed","time":{"start":1728738492795,"stop":1728738492795,"duration":0}},{"uid":"e20471b523b6d42d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e20471b523b6d42d","status":"passed","time":{"start":1728683030018,"stop":1728683030018,"duration":0}},{"uid":"ea4049c3b987a9c6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea4049c3b987a9c6","status":"passed","time":{"start":1728682581098,"stop":1728682581098,"duration":0}},{"uid":"66687b3b4d9f7e5b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/66687b3b4d9f7e5b","status":"passed","time":{"start":1728677081991,"stop":1728677081991,"duration":0}},{"uid":"e73e1f30e996c122","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e73e1f30e996c122","status":"passed","time":{"start":1728669795392,"stop":1728669795392,"duration":0}},{"uid":"e12a7582218c8402","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e12a7582218c8402","status":"passed","time":{"start":1728598137500,"stop":1728598137501,"duration":1}},{"uid":"fedba8d0bf420c51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fedba8d0bf420c51","status":"passed","time":{"start":1728597353477,"stop":1728597353477,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1cf4f674c0a59435","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1cf4f674c0a59435","status":"passed","time":{"start":1729034370903,"stop":1729034370904,"duration":1}},{"uid":"886dccb893e26341","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/886dccb893e26341","status":"passed","time":{"start":1729034308890,"stop":1729034308890,"duration":0}},{"uid":"a197a0a450629037","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a197a0a450629037","status":"passed","time":{"start":1729034129479,"stop":1729034129479,"duration":0}},{"uid":"cac0221106196979","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cac0221106196979","status":"passed","time":{"start":1729032178376,"stop":1729032178376,"duration":0}},{"uid":"ea4b297dfd882a0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea4b297dfd882a0e","status":"passed","time":{"start":1728901896353,"stop":1728901896353,"duration":0}},{"uid":"344d654b3cfbc78f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/344d654b3cfbc78f","status":"passed","time":{"start":1728893329034,"stop":1728893329034,"duration":0}},{"uid":"82a0029a6d903b81","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/82a0029a6d903b81","status":"passed","time":{"start":1728856284770,"stop":1728856284770,"duration":0}},{"uid":"c45bc308d90f9b22","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c45bc308d90f9b22","status":"passed","time":{"start":1728738494947,"stop":1728738494947,"duration":0}},{"uid":"acaa91b7cf532a60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/acaa91b7cf532a60","status":"passed","time":{"start":1728683033637,"stop":1728683033637,"duration":0}},{"uid":"bca0d0eef556c74c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bca0d0eef556c74c","status":"passed","time":{"start":1728682601745,"stop":1728682601745,"duration":0}},{"uid":"1aefd7a56f1598a2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1aefd7a56f1598a2","status":"passed","time":{"start":1728677107984,"stop":1728677107984,"duration":0}},{"uid":"daef2af20aa9b4dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/daef2af20aa9b4dc","status":"passed","time":{"start":1728669764757,"stop":1728669764757,"duration":0}},{"uid":"8ec6e88fbb4816eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ec6e88fbb4816eb","status":"passed","time":{"start":1728598157576,"stop":1728598157576,"duration":0}},{"uid":"6e715332b8df10cc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6e715332b8df10cc","status":"passed","time":{"start":1728597369085,"stop":1728597369085,"duration":0}}]},"10a8d7b9f7fcd9a66681444346fad1d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbfc0dce6502d9e6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cbfc0dce6502d9e6","status":"passed","time":{"start":1728893389988,"stop":1728893389988,"duration":0}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a42d2f7a4ae6101c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a42d2f7a4ae6101c","status":"passed","time":{"start":1729034162496,"stop":1729034162496,"duration":0}},{"uid":"b0166b1cce5d19a8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b0166b1cce5d19a8","status":"passed","time":{"start":1729034086607,"stop":1729034086608,"duration":1}},{"uid":"d5b40d5a2359cbd5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d5b40d5a2359cbd5","status":"passed","time":{"start":1729033900634,"stop":1729033900634,"duration":0}},{"uid":"e479108764f31970","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e479108764f31970","status":"passed","time":{"start":1729031950406,"stop":1729031950406,"duration":0}},{"uid":"4b68211689d3fa6c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b68211689d3fa6c","status":"passed","time":{"start":1728901494877,"stop":1728901494877,"duration":0}},{"uid":"8df6da735b5b4307","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8df6da735b5b4307","status":"passed","time":{"start":1728892927095,"stop":1728892927096,"duration":1}},{"uid":"20237e4a8c4615b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/20237e4a8c4615b6","status":"passed","time":{"start":1728855889012,"stop":1728855889013,"duration":1}},{"uid":"da88413cdac3baf4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da88413cdac3baf4","status":"passed","time":{"start":1728738105939,"stop":1728738105939,"duration":0}},{"uid":"908ae857abcea194","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/908ae857abcea194","status":"passed","time":{"start":1728682639923,"stop":1728682639924,"duration":1}},{"uid":"cc44a9c415286688","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cc44a9c415286688","status":"passed","time":{"start":1728682212117,"stop":1728682212117,"duration":0}},{"uid":"ff9b2e669299f5e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ff9b2e669299f5e4","status":"passed","time":{"start":1728676687917,"stop":1728676687918,"duration":1}},{"uid":"5da0faca28863152","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5da0faca28863152","status":"passed","time":{"start":1728669411845,"stop":1728669411845,"duration":0}},{"uid":"81e5c8efbbec3c2e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/81e5c8efbbec3c2e","status":"passed","time":{"start":1728597751009,"stop":1728597751010,"duration":1}},{"uid":"2858ee3be2a4677c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2858ee3be2a4677c","status":"passed","time":{"start":1728596968266,"stop":1728596968266,"duration":0}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c02264afc0d96c95","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c02264afc0d96c95","status":"passed","time":{"start":1729034166252,"stop":1729034166253,"duration":1}},{"uid":"6ed4e89ef9325150","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6ed4e89ef9325150","status":"passed","time":{"start":1729034096711,"stop":1729034096713,"duration":2}},{"uid":"b39f5ce152724ab7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b39f5ce152724ab7","status":"passed","time":{"start":1729033904743,"stop":1729033904743,"duration":0}},{"uid":"77cc12dd2f412f5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/77cc12dd2f412f5d","status":"passed","time":{"start":1729031952291,"stop":1729031952291,"duration":0}},{"uid":"419480e0c9ef848c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/419480e0c9ef848c","status":"passed","time":{"start":1728901498545,"stop":1728901498545,"duration":0}},{"uid":"419fa74105fea434","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/419fa74105fea434","status":"passed","time":{"start":1728892934938,"stop":1728892934938,"duration":0}},{"uid":"b2426fa5e6cc3480","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2426fa5e6cc3480","status":"passed","time":{"start":1728855901074,"stop":1728855901076,"duration":2}},{"uid":"76fd970e5441d781","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76fd970e5441d781","status":"passed","time":{"start":1728738109811,"stop":1728738109812,"duration":1}},{"uid":"51599af360455ca6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/51599af360455ca6","status":"passed","time":{"start":1728682641759,"stop":1728682641760,"duration":1}},{"uid":"323da70117e09780","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/323da70117e09780","status":"passed","time":{"start":1728682224037,"stop":1728682224051,"duration":14}},{"uid":"8a1db0d76b850a6f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a1db0d76b850a6f","status":"passed","time":{"start":1728676692586,"stop":1728676692587,"duration":1}},{"uid":"f1601a8aee640a92","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f1601a8aee640a92","status":"passed","time":{"start":1728669414283,"stop":1728669414285,"duration":2}},{"uid":"ee722952cf90304c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ee722952cf90304c","status":"passed","time":{"start":1728597758154,"stop":1728597758155,"duration":1}},{"uid":"8251f50f042b07f1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8251f50f042b07f1","status":"passed","time":{"start":1728596973958,"stop":1728596973958,"duration":0}}]},"3445419bb0c69497dcad98f0753907d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e7d18f205df4422","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6e7d18f205df4422","status":"passed","time":{"start":1728682581129,"stop":1728682581130,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5926227e61af13b7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5926227e61af13b7","status":"passed","time":{"start":1729034104917,"stop":1729034104917,"duration":0}},{"uid":"3c35c9d79f7a85b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c35c9d79f7a85b3","status":"passed","time":{"start":1729034028515,"stop":1729034028515,"duration":0}},{"uid":"c200fa0637e7ce84","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c200fa0637e7ce84","status":"passed","time":{"start":1729033843123,"stop":1729033843123,"duration":0}},{"uid":"5ad97b2dacc526ba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5ad97b2dacc526ba","status":"passed","time":{"start":1729031892682,"stop":1729031892682,"duration":0}},{"uid":"d5ba0db6baf17fd8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d5ba0db6baf17fd8","status":"passed","time":{"start":1728901438812,"stop":1728901438813,"duration":1}},{"uid":"a68ee4b0bbdc33de","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a68ee4b0bbdc33de","status":"passed","time":{"start":1728892869005,"stop":1728892869005,"duration":0}},{"uid":"4ded2a33f548032b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ded2a33f548032b","status":"passed","time":{"start":1728855831897,"stop":1728855831897,"duration":0}},{"uid":"a59ec5491f20f864","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a59ec5491f20f864","status":"passed","time":{"start":1728738049045,"stop":1728738049045,"duration":0}},{"uid":"22b0224e9f4f93ee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/22b0224e9f4f93ee","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"c968f1082990404","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c968f1082990404","status":"passed","time":{"start":1728682155412,"stop":1728682155413,"duration":1}},{"uid":"b52348c33ece37a5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b52348c33ece37a5","status":"passed","time":{"start":1728676629979,"stop":1728676629979,"duration":0}},{"uid":"aa71c161079779c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa71c161079779c5","status":"passed","time":{"start":1728669353106,"stop":1728669353106,"duration":0}},{"uid":"c67291416b3e36ef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c67291416b3e36ef","status":"passed","time":{"start":1728597693852,"stop":1728597693852,"duration":0}},{"uid":"3514c66ef691fea3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3514c66ef691fea3","status":"passed","time":{"start":1728596913096,"stop":1728596913096,"duration":0}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6aab558dfc0e2da5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6aab558dfc0e2da5","status":"passed","time":{"start":1729034202095,"stop":1729034202096,"duration":1}},{"uid":"f01d0e004bc45a71","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f01d0e004bc45a71","status":"passed","time":{"start":1729034126102,"stop":1729034126111,"duration":9}},{"uid":"5c7a364f1c33113d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5c7a364f1c33113d","status":"passed","time":{"start":1729033939921,"stop":1729033939922,"duration":1}},{"uid":"cbe46f0f87fd7a84","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cbe46f0f87fd7a84","status":"passed","time":{"start":1729031988772,"stop":1729031988773,"duration":1}},{"uid":"5e6e5c3d31cb786f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5e6e5c3d31cb786f","status":"passed","time":{"start":1728901555752,"stop":1728901555752,"duration":0}},{"uid":"1b13bd8df2117835","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1b13bd8df2117835","status":"passed","time":{"start":1728892995570,"stop":1728892995571,"duration":1}},{"uid":"e4e818de32fe0fcc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e4e818de32fe0fcc","status":"passed","time":{"start":1728855954641,"stop":1728855954641,"duration":0}},{"uid":"ef888ee998799810","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ef888ee998799810","status":"passed","time":{"start":1728738169503,"stop":1728738169504,"duration":1}},{"uid":"a86f88c8a005e2ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a86f88c8a005e2ab","status":"passed","time":{"start":1728682707226,"stop":1728682707226,"duration":0}},{"uid":"bc8feabbc7a99816","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc8feabbc7a99816","status":"passed","time":{"start":1728682285115,"stop":1728682285116,"duration":1}},{"uid":"45179466124bb178","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/45179466124bb178","status":"passed","time":{"start":1728676761147,"stop":1728676761148,"duration":1}},{"uid":"fd0324d359c43dd4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd0324d359c43dd4","status":"passed","time":{"start":1728669488935,"stop":1728669488935,"duration":0}},{"uid":"518df16e1bd65d78","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/518df16e1bd65d78","status":"passed","time":{"start":1728597819560,"stop":1728597819560,"duration":0}},{"uid":"ab7c3cf2cd3b5683","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ab7c3cf2cd3b5683","status":"passed","time":{"start":1728597041916,"stop":1728597041916,"duration":0}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"711ac8b548f74ff3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/711ac8b548f74ff3","status":"passed","time":{"start":1729034393649,"stop":1729034393653,"duration":4}},{"uid":"d54fe00c7f6265e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d54fe00c7f6265e9","status":"passed","time":{"start":1729034304850,"stop":1729034304851,"duration":1}},{"uid":"fcea1fe2780df9c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fcea1fe2780df9c2","status":"passed","time":{"start":1729034121924,"stop":1729034121931,"duration":7}},{"uid":"9eb9d497b19caf2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9eb9d497b19caf2","status":"passed","time":{"start":1729032174900,"stop":1729032174900,"duration":0}},{"uid":"e9a7d02eb51f74a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e9a7d02eb51f74a8","status":"passed","time":{"start":1728901881015,"stop":1728901881015,"duration":0}},{"uid":"7aed7aaa1141c58e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7aed7aaa1141c58e","status":"passed","time":{"start":1728893317169,"stop":1728893317171,"duration":2}},{"uid":"c03bbc4f5c49e658","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c03bbc4f5c49e658","status":"passed","time":{"start":1728856263101,"stop":1728856263102,"duration":1}},{"uid":"d7347c285d9f6827","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d7347c285d9f6827","status":"passed","time":{"start":1728738492800,"stop":1728738492801,"duration":1}},{"uid":"afa737b3720e417f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/afa737b3720e417f","status":"passed","time":{"start":1728683030023,"stop":1728683030024,"duration":1}},{"uid":"789c3d2b0637f0ca","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/789c3d2b0637f0ca","status":"passed","time":{"start":1728682581104,"stop":1728682581105,"duration":1}},{"uid":"281ca90454a037fc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/281ca90454a037fc","status":"passed","time":{"start":1728677082000,"stop":1728677082000,"duration":0}},{"uid":"34d1d5d43a6da1f2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34d1d5d43a6da1f2","status":"passed","time":{"start":1728669795399,"stop":1728669795399,"duration":0}},{"uid":"437b4e33b206af10","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/437b4e33b206af10","status":"passed","time":{"start":1728598137505,"stop":1728598137506,"duration":1}},{"uid":"dfba8513dbacb7d9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dfba8513dbacb7d9","status":"passed","time":{"start":1728597353482,"stop":1728597353482,"duration":0}}]},"bd859832e2ef5423eabb5fa953a68e94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5df74e6887b3936a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5df74e6887b3936a","status":"passed","time":{"start":1729032178378,"stop":1729032178380,"duration":2}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"38ce8f783b60c013","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/38ce8f783b60c013","status":"passed","time":{"start":1729034130430,"stop":1729034130431,"duration":1}},{"uid":"b223f8032d3687df","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b223f8032d3687df","status":"passed","time":{"start":1729034053400,"stop":1729034053401,"duration":1}},{"uid":"36fac8b81c78ddde","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/36fac8b81c78ddde","status":"passed","time":{"start":1729033868328,"stop":1729033868329,"duration":1}},{"uid":"371f1de29b733cd6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/371f1de29b733cd6","status":"passed","time":{"start":1729031918118,"stop":1729031918118,"duration":0}},{"uid":"6b81f23a60235d2e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6b81f23a60235d2e","status":"passed","time":{"start":1728901463797,"stop":1728901463798,"duration":1}},{"uid":"5854c8c30aaacaa1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5854c8c30aaacaa1","status":"passed","time":{"start":1728892894311,"stop":1728892894311,"duration":0}},{"uid":"63d5a2adad69099c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63d5a2adad69099c","status":"passed","time":{"start":1728855856839,"stop":1728855856839,"duration":0}},{"uid":"1b92643da57f8aa8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1b92643da57f8aa8","status":"passed","time":{"start":1728738074179,"stop":1728738074180,"duration":1}},{"uid":"334e74b16d66132c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/334e74b16d66132c","status":"passed","time":{"start":1728682607652,"stop":1728682607653,"duration":1}},{"uid":"ff9ed5accc1a0b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ff9ed5accc1a0b9","status":"passed","time":{"start":1728682180606,"stop":1728682180607,"duration":1}},{"uid":"263d734050888b55","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/263d734050888b55","status":"passed","time":{"start":1728676655191,"stop":1728676655192,"duration":1}},{"uid":"7f2b3162cbaf7c21","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f2b3162cbaf7c21","status":"passed","time":{"start":1728669378165,"stop":1728669378166,"duration":1}},{"uid":"953234771164f859","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/953234771164f859","status":"passed","time":{"start":1728597718743,"stop":1728597718743,"duration":0}},{"uid":"1b7208b87023ec25","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1b7208b87023ec25","status":"passed","time":{"start":1728596937947,"stop":1728596937947,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9ee0db2ad072a50","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9ee0db2ad072a50","status":"passed","time":{"start":1729034140569,"stop":1729034140570,"duration":1}},{"uid":"8a07ed356311f257","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8a07ed356311f257","status":"passed","time":{"start":1729034063214,"stop":1729034063215,"duration":1}},{"uid":"3bbe60fec3870561","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3bbe60fec3870561","status":"passed","time":{"start":1729033878344,"stop":1729033878344,"duration":0}},{"uid":"448059c64bc8bdbc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/448059c64bc8bdbc","status":"passed","time":{"start":1729031928153,"stop":1729031928153,"duration":0}},{"uid":"c71ed32f9b50c231","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c71ed32f9b50c231","status":"passed","time":{"start":1728901472375,"stop":1728901472376,"duration":1}},{"uid":"cac252d6c162ae00","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cac252d6c162ae00","status":"passed","time":{"start":1728892903066,"stop":1728892903066,"duration":0}},{"uid":"47e190d45fe45ebf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/47e190d45fe45ebf","status":"passed","time":{"start":1728855866506,"stop":1728855866507,"duration":1}},{"uid":"5c9d85b21c66efbc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c9d85b21c66efbc","status":"passed","time":{"start":1728738084264,"stop":1728738084264,"duration":0}},{"uid":"466133176da2b0bd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/466133176da2b0bd","status":"passed","time":{"start":1728682617675,"stop":1728682617675,"duration":0}},{"uid":"18818b32def2e806","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18818b32def2e806","status":"passed","time":{"start":1728682190443,"stop":1728682190443,"duration":0}},{"uid":"e520127572c5a709","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e520127572c5a709","status":"passed","time":{"start":1728676664770,"stop":1728676664771,"duration":1}},{"uid":"83a21da8092fda25","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83a21da8092fda25","status":"passed","time":{"start":1728669387972,"stop":1728669387972,"duration":0}},{"uid":"6426aa029b487ffb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6426aa029b487ffb","status":"passed","time":{"start":1728597727563,"stop":1728597727563,"duration":0}},{"uid":"b7aa9be0557d079","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b7aa9be0557d079","status":"passed","time":{"start":1728596946507,"stop":1728596946507,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"54f87150ef92dd47","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/54f87150ef92dd47","status":"passed","time":{"start":1729034240918,"stop":1729034240918,"duration":0}},{"uid":"7e98695fa0c384d0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7e98695fa0c384d0","status":"passed","time":{"start":1729034159615,"stop":1729034159615,"duration":0}},{"uid":"c1af9d4bcc219a38","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c1af9d4bcc219a38","status":"passed","time":{"start":1729033976797,"stop":1729033976797,"duration":0}},{"uid":"be9b49739008866f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be9b49739008866f","status":"passed","time":{"start":1729032020518,"stop":1729032020518,"duration":0}},{"uid":"63ee3c74cc1e7961","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/63ee3c74cc1e7961","status":"passed","time":{"start":1728901616432,"stop":1728901616434,"duration":2}},{"uid":"489501c7c6bb0cf9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/489501c7c6bb0cf9","status":"passed","time":{"start":1728893050245,"stop":1728893050245,"duration":0}},{"uid":"331f50d601e3430","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/331f50d601e3430","status":"passed","time":{"start":1728856015171,"stop":1728856015171,"duration":0}},{"uid":"58583d5defd811b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58583d5defd811b9","status":"passed","time":{"start":1728738233137,"stop":1728738233138,"duration":1}},{"uid":"8db70e6991c0d7ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8db70e6991c0d7ca","status":"passed","time":{"start":1728682762471,"stop":1728682762472,"duration":1}},{"uid":"e61094a3a810c0a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e61094a3a810c0a8","status":"passed","time":{"start":1728682332786,"stop":1728682332786,"duration":0}},{"uid":"ec07c9ae156f7c7b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec07c9ae156f7c7b","status":"passed","time":{"start":1728676810291,"stop":1728676810291,"duration":0}},{"uid":"d1de3d1c51506605","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d1de3d1c51506605","status":"passed","time":{"start":1728669529897,"stop":1728669529899,"duration":2}},{"uid":"247cbded59637354","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/247cbded59637354","status":"passed","time":{"start":1728597873534,"stop":1728597873534,"duration":0}},{"uid":"f2305cc73441194a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f2305cc73441194a","status":"passed","time":{"start":1728597089273,"stop":1728597089274,"duration":1}}]},"e844fb631ab620583c715bd163c7d8c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b91b13fc3e55cf0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b91b13fc3e55cf0d","status":"passed","time":{"start":1729034177526,"stop":1729034177527,"duration":1}}]},"11e3c1d30f77f4af2f9aa1354db39ef8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d1b38e8dfafd848","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d1b38e8dfafd848","status":"passed","time":{"start":1728856299190,"stop":1728856299190,"duration":0}}]},"1c4453efb3bd596647b108262002e54b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7a0330f675dddb1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f7a0330f675dddb1","status":"passed","time":{"start":1729032228809,"stop":1729032228809,"duration":0}}]},"214a966456271cbcfb33ad032c3d110a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0743da3ab771a93","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c0743da3ab771a93","status":"passed","time":{"start":1728856055272,"stop":1728856055273,"duration":1}}]},"9cf32b07d86f98259da2956758e5251d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46d1baae29766475","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46d1baae29766475","status":"passed","time":{"start":1728856355695,"stop":1728856355696,"duration":1}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cdf986c60bd6cde4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cdf986c60bd6cde4","status":"passed","time":{"start":1729034474978,"stop":1729034474978,"duration":0}},{"uid":"58233a0ca5959a7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/58233a0ca5959a7","status":"passed","time":{"start":1729034395286,"stop":1729034395286,"duration":0}},{"uid":"782c3805f6976a7f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/782c3805f6976a7f","status":"passed","time":{"start":1729034209087,"stop":1729034209088,"duration":1}},{"uid":"4c8386670423d81f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c8386670423d81f","status":"passed","time":{"start":1729032264557,"stop":1729032264557,"duration":0}},{"uid":"7f42cf45da267184","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f42cf45da267184","status":"passed","time":{"start":1728902012832,"stop":1728902012832,"duration":0}},{"uid":"abf48fbbdcc96269","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/abf48fbbdcc96269","status":"passed","time":{"start":1728893454805,"stop":1728893454806,"duration":1}},{"uid":"d0a1bcd4c4cb2d96","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d0a1bcd4c4cb2d96","status":"passed","time":{"start":1728856408447,"stop":1728856408447,"duration":0}},{"uid":"898fad7b83ad9fe2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/898fad7b83ad9fe2","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"b40bdf20756426f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b40bdf20756426f4","status":"passed","time":{"start":1728683159731,"stop":1728683159733,"duration":2}},{"uid":"7ac6a9dc3a02a3bd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ac6a9dc3a02a3bd","status":"passed","time":{"start":1728682751323,"stop":1728682751323,"duration":0}},{"uid":"9a863d6e3e289dec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a863d6e3e289dec","status":"passed","time":{"start":1728677216350,"stop":1728677216350,"duration":0}},{"uid":"393935e481fcc1ba","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/393935e481fcc1ba","status":"passed","time":{"start":1728669925448,"stop":1728669925448,"duration":0}},{"uid":"a736fb122219f38e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a736fb122219f38e","status":"passed","time":{"start":1728598268795,"stop":1728598268796,"duration":1}},{"uid":"c9d461831e82d232","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9d461831e82d232","status":"passed","time":{"start":1728597503898,"stop":1728597503899,"duration":1}}]},"a1e7779382aa72397973bdad3f4ae554:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8deba89f72cb6382","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8deba89f72cb6382","status":"passed","time":{"start":1729032235310,"stop":1729032235310,"duration":0}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1dbdf9babd79191d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1dbdf9babd79191d","status":"passed","time":{"start":1729034166253,"stop":1729034166253,"duration":0}},{"uid":"111845fb0ba36aeb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/111845fb0ba36aeb","status":"passed","time":{"start":1729034096713,"stop":1729034096716,"duration":3}},{"uid":"f7c12c91852a1650","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7c12c91852a1650","status":"passed","time":{"start":1729033904743,"stop":1729033904744,"duration":1}},{"uid":"247f2f55447b8d82","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/247f2f55447b8d82","status":"passed","time":{"start":1729031952291,"stop":1729031952292,"duration":1}},{"uid":"7e8ab678960c47bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e8ab678960c47bf","status":"passed","time":{"start":1728901498546,"stop":1728901498546,"duration":0}},{"uid":"65beacc79fc553bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/65beacc79fc553bf","status":"passed","time":{"start":1728892934938,"stop":1728892934939,"duration":1}},{"uid":"7c125b7e82acbd23","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7c125b7e82acbd23","status":"passed","time":{"start":1728855901076,"stop":1728855901077,"duration":1}},{"uid":"d2496e880a2a8f9c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d2496e880a2a8f9c","status":"passed","time":{"start":1728738109812,"stop":1728738109818,"duration":6}},{"uid":"747d1db892387ec4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/747d1db892387ec4","status":"passed","time":{"start":1728682641760,"stop":1728682641760,"duration":0}},{"uid":"d9f0c53b88fbeeed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d9f0c53b88fbeeed","status":"passed","time":{"start":1728682224051,"stop":1728682224052,"duration":1}},{"uid":"d9ba8100ebe1f16a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d9ba8100ebe1f16a","status":"passed","time":{"start":1728676692587,"stop":1728676692587,"duration":0}},{"uid":"bd71e5e04ddbc866","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bd71e5e04ddbc866","status":"passed","time":{"start":1728669414286,"stop":1728669414314,"duration":28}},{"uid":"efe750d6a765ba3e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efe750d6a765ba3e","status":"passed","time":{"start":1728597758155,"stop":1728597758155,"duration":0}},{"uid":"edb4c28ea1960c3e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/edb4c28ea1960c3e","status":"passed","time":{"start":1728596973958,"stop":1728596973959,"duration":1}}]},"23c6f136eb41d127a90a59eb706111ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67248bb2b3fbf21c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67248bb2b3fbf21c","status":"passed","time":{"start":1728901995037,"stop":1728901995037,"duration":0}}]},"fe0aa5d0482bdcd1a18093676b2b6808:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a5abe7d8d226173","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2a5abe7d8d226173","status":"passed","time":{"start":1729034348215,"stop":1729034348215,"duration":0}}]},"b8c93dcfc5d2de71f0bb560d05629bc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"49a75ab01ba7cdc5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/49a75ab01ba7cdc5","status":"passed","time":{"start":1729034177535,"stop":1729034177536,"duration":1}}]},"cfb244c261b61babc617f392d0430c11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a28870e939e2fe6a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a28870e939e2fe6a","status":"passed","time":{"start":1728597423326,"stop":1728597423327,"duration":1}}]},"9c7da53dc8c28656b50de96f1a69d151:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e81322a8cd76d0ec","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e81322a8cd76d0ec","status":"passed","time":{"start":1728901958865,"stop":1728901958865,"duration":0}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d3bdc9f9b44ce570","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d3bdc9f9b44ce570","status":"passed","time":{"start":1729034402289,"stop":1729034402290,"duration":1}},{"uid":"43a140c7c2a88248","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/43a140c7c2a88248","status":"passed","time":{"start":1729034323319,"stop":1729034323319,"duration":0}},{"uid":"df0cb287268aae2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df0cb287268aae2c","status":"passed","time":{"start":1729034144773,"stop":1729034144773,"duration":0}},{"uid":"34e8a7382ed41e24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/34e8a7382ed41e24","status":"passed","time":{"start":1729032198828,"stop":1729032198837,"duration":9}},{"uid":"37ecc1edb2eb2aaf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37ecc1edb2eb2aaf","status":"passed","time":{"start":1728901901778,"stop":1728901901778,"duration":0}},{"uid":"65bfbbe6a03ef815","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/65bfbbe6a03ef815","status":"passed","time":{"start":1728893337259,"stop":1728893337259,"duration":0}},{"uid":"ade4b153a4bafa00","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ade4b153a4bafa00","status":"passed","time":{"start":1728856299203,"stop":1728856299203,"duration":0}},{"uid":"8142d9b5ff400bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8142d9b5ff400bd","status":"passed","time":{"start":1728738505394,"stop":1728738505395,"duration":1}},{"uid":"4e46b469eebebc5e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4e46b469eebebc5e","status":"passed","time":{"start":1728683045454,"stop":1728683045455,"duration":1}},{"uid":"873d3bbeda5d264f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/873d3bbeda5d264f","status":"passed","time":{"start":1728682607299,"stop":1728682607300,"duration":1}},{"uid":"985d5a37f9178d36","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/985d5a37f9178d36","status":"passed","time":{"start":1728677103503,"stop":1728677103503,"duration":0}},{"uid":"c4646c13f41485c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4646c13f41485c9","status":"passed","time":{"start":1728669777143,"stop":1728669777144,"duration":1}},{"uid":"1b5d9e360fd7a21","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1b5d9e360fd7a21","status":"passed","time":{"start":1728598163471,"stop":1728598163472,"duration":1}},{"uid":"1ec1dfede575cece","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ec1dfede575cece","status":"passed","time":{"start":1728597375492,"stop":1728597375493,"duration":1}}]},"f0f921db4de05cfce17d955544dd6043:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"310855af868ab691","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/310855af868ab691","status":"passed","time":{"start":1728683093173,"stop":1728683093173,"duration":0}}]},"491040fe2e55f05cf3bc9f011e33af2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e804dff4e8a70d20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e804dff4e8a70d20","status":"passed","time":{"start":1728738555096,"stop":1728738555096,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"599a913461365453","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/599a913461365453","status":"passed","time":{"start":1729034474990,"stop":1729034474991,"duration":1}},{"uid":"c52db20312725c7d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c52db20312725c7d","status":"passed","time":{"start":1729034395293,"stop":1729034395293,"duration":0}},{"uid":"fbd9433f389a4aec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbd9433f389a4aec","status":"passed","time":{"start":1729034209103,"stop":1729034209103,"duration":0}},{"uid":"9197f610211848b9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9197f610211848b9","status":"passed","time":{"start":1729032264571,"stop":1729032264571,"duration":0}},{"uid":"125fc56a29e5e3f0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/125fc56a29e5e3f0","status":"passed","time":{"start":1728902012860,"stop":1728902012861,"duration":1}},{"uid":"2118e5e9d5ccc630","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2118e5e9d5ccc630","status":"passed","time":{"start":1728893454813,"stop":1728893454814,"duration":1}},{"uid":"6804a74f610575ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6804a74f610575ca","status":"passed","time":{"start":1728856408455,"stop":1728856408456,"duration":1}},{"uid":"614662a58878c133","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/614662a58878c133","status":"passed","time":{"start":1728738633857,"stop":1728738633857,"duration":0}},{"uid":"d43551b1eb05742d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d43551b1eb05742d","status":"passed","time":{"start":1728683159784,"stop":1728683159785,"duration":1}},{"uid":"a3bcd025e010095f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a3bcd025e010095f","status":"passed","time":{"start":1728682751332,"stop":1728682751333,"duration":1}},{"uid":"85805d150194f4cd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85805d150194f4cd","status":"passed","time":{"start":1728677216363,"stop":1728677216363,"duration":0}},{"uid":"f7c8f4d72f7310d7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f7c8f4d72f7310d7","status":"passed","time":{"start":1728669925456,"stop":1728669925456,"duration":0}},{"uid":"d99a235071c787e6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d99a235071c787e6","status":"passed","time":{"start":1728598268808,"stop":1728598268808,"duration":0}},{"uid":"c9cf6eeaee04db16","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9cf6eeaee04db16","status":"passed","time":{"start":1728597503926,"stop":1728597503928,"duration":2}}]},"2f015b7687319f8d9be0ef595dd8f33f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db02291a114a459","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db02291a114a459","status":"passed","time":{"start":1729034370915,"stop":1729034370918,"duration":3}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f2ec164980507d5e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f2ec164980507d5e","status":"passed","time":{"start":1729034245524,"stop":1729034245524,"duration":0}},{"uid":"db1c2786cdf5a219","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db1c2786cdf5a219","status":"passed","time":{"start":1729034063498,"stop":1729034063498,"duration":0}},{"uid":"45898757c05fada9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45898757c05fada9","status":"passed","time":{"start":1729032122638,"stop":1729032122639,"duration":1}},{"uid":"6b1e508d4c22aae5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6b1e508d4c22aae5","status":"passed","time":{"start":1728901785638,"stop":1728901785639,"duration":1}},{"uid":"fdf83776524c16e3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fdf83776524c16e3","status":"passed","time":{"start":1728893218775,"stop":1728893218776,"duration":1}},{"uid":"69a9d38d2b06f9a6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/69a9d38d2b06f9a6","status":"passed","time":{"start":1728856192662,"stop":1728856192662,"duration":0}},{"uid":"89651ab693ecdb2b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/89651ab693ecdb2b","status":"passed","time":{"start":1728738398088,"stop":1728738398088,"duration":0}},{"uid":"1a6e17fb7de6c7ea","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a6e17fb7de6c7ea","status":"passed","time":{"start":1728682944510,"stop":1728682944511,"duration":1}},{"uid":"b47c27cb6b21a35d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b47c27cb6b21a35d","status":"passed","time":{"start":1728682507863,"stop":1728682507863,"duration":0}},{"uid":"2f6438dc9c6bdeb5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2f6438dc9c6bdeb5","status":"passed","time":{"start":1728676995529,"stop":1728676995529,"duration":0}},{"uid":"197164c9f91b4496","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/197164c9f91b4496","status":"passed","time":{"start":1728669665541,"stop":1728669665542,"duration":1}},{"uid":"4553b2de247fd5ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4553b2de247fd5ab","status":"passed","time":{"start":1728598056487,"stop":1728598056488,"duration":1}},{"uid":"abe5db5b222073b7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/abe5db5b222073b7","status":"passed","time":{"start":1728597264030,"stop":1728597264036,"duration":6}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bd94502f8bf1b3f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bd94502f8bf1b3f5","status":"passed","time":{"start":1729034120501,"stop":1729034120501,"duration":0}},{"uid":"f8e74cec2e36bf3b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f8e74cec2e36bf3b","status":"passed","time":{"start":1729033858271,"stop":1729033858272,"duration":1}},{"uid":"c4ea7d08f3eff11c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c4ea7d08f3eff11c","status":"passed","time":{"start":1729031908177,"stop":1729031908178,"duration":1}},{"uid":"acdf6352742348c7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/acdf6352742348c7","status":"passed","time":{"start":1728901453934,"stop":1728901453934,"duration":0}},{"uid":"5326dbc37ec3d88c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5326dbc37ec3d88c","status":"passed","time":{"start":1728892884410,"stop":1728892884411,"duration":1}},{"uid":"1cb38061da42d2b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1cb38061da42d2b9","status":"passed","time":{"start":1728855846879,"stop":1728855846880,"duration":1}},{"uid":"4590dcbbb9020553","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4590dcbbb9020553","status":"passed","time":{"start":1728738064183,"stop":1728738064183,"duration":0}},{"uid":"cc8bca19a33712cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cc8bca19a33712cc","status":"passed","time":{"start":1728682597762,"stop":1728682597762,"duration":0}},{"uid":"eca95eeed629d951","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eca95eeed629d951","status":"passed","time":{"start":1728682170540,"stop":1728682170541,"duration":1}},{"uid":"2ab155d9887529d5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2ab155d9887529d5","status":"passed","time":{"start":1728676645200,"stop":1728676645201,"duration":1}},{"uid":"be2bc23ffcf2d506","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be2bc23ffcf2d506","status":"passed","time":{"start":1728669368195,"stop":1728669368195,"duration":0}},{"uid":"84afe9c6771f966c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/84afe9c6771f966c","status":"passed","time":{"start":1728597709012,"stop":1728597709013,"duration":1}},{"uid":"e7c435b45f15d204","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7c435b45f15d204","status":"passed","time":{"start":1728596928107,"stop":1728596928107,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fb2a0a5e8d767db0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fb2a0a5e8d767db0","status":"passed","time":{"start":1729034259818,"stop":1729034259818,"duration":0}},{"uid":"b4cdd3fcb7f8d77e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b4cdd3fcb7f8d77e","status":"passed","time":{"start":1729034194017,"stop":1729034194018,"duration":1}},{"uid":"b9b543667b2cea7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b9b543667b2cea7e","status":"passed","time":{"start":1729034014873,"stop":1729034014873,"duration":0}},{"uid":"e9d2d170dfb1c1c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e9d2d170dfb1c1c0","status":"passed","time":{"start":1729032065452,"stop":1729032065453,"duration":1}},{"uid":"faf69f1934a057b8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/faf69f1934a057b8","status":"passed","time":{"start":1728901664266,"stop":1728901664267,"duration":1}},{"uid":"cae4891938feaa5e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cae4891938feaa5e","status":"passed","time":{"start":1728893093691,"stop":1728893093691,"duration":0}},{"uid":"9fa5c5c0643b2f0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9fa5c5c0643b2f0f","status":"passed","time":{"start":1728856055272,"stop":1728856055272,"duration":0}},{"uid":"1974be97348ca71","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1974be97348ca71","status":"passed","time":{"start":1728738274743,"stop":1728738274744,"duration":1}},{"uid":"f5114954b60fd3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f5114954b60fd3f6","status":"passed","time":{"start":1728682807956,"stop":1728682807958,"duration":2}},{"uid":"9ba5a4d5f84b482b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9ba5a4d5f84b482b","status":"passed","time":{"start":1728682381284,"stop":1728682381285,"duration":1}},{"uid":"16c22c8d6656b425","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/16c22c8d6656b425","status":"passed","time":{"start":1728676853897,"stop":1728676853897,"duration":0}},{"uid":"60d5ed1e8d6efad1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/60d5ed1e8d6efad1","status":"passed","time":{"start":1728669581694,"stop":1728669581695,"duration":1}},{"uid":"e902e83b0f1000a3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e902e83b0f1000a3","status":"passed","time":{"start":1728597923481,"stop":1728597923481,"duration":0}},{"uid":"d55651511f15e95a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d55651511f15e95a","status":"passed","time":{"start":1728597132263,"stop":1728597132263,"duration":0}}]},"3b032019f7cbe6aabfe884b3f6d08352:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"496ee1e31e9c8c2a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/496ee1e31e9c8c2a","status":"passed","time":{"start":1729032235299,"stop":1729032235300,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c8686e394716c4fe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c8686e394716c4fe","status":"passed","time":{"start":1729034549088,"stop":1729034549089,"duration":1}},{"uid":"83057d090fe843d4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/83057d090fe843d4","status":"passed","time":{"start":1729034468677,"stop":1729034468678,"duration":1}},{"uid":"c88ebbe568d5bb82","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c88ebbe568d5bb82","status":"passed","time":{"start":1729032344622,"stop":1729032344622,"duration":0}},{"uid":"aed301025367136c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aed301025367136c","status":"passed","time":{"start":1728902062112,"stop":1728902062112,"duration":0}},{"uid":"8399d1442cf68e05","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8399d1442cf68e05","status":"passed","time":{"start":1728893496346,"stop":1728893496346,"duration":0}},{"uid":"29a3edd4280f1cf0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/29a3edd4280f1cf0","status":"passed","time":{"start":1728856449983,"stop":1728856449983,"duration":0}},{"uid":"d9dc7eea21d1034","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d9dc7eea21d1034","status":"passed","time":{"start":1728738669752,"stop":1728738669752,"duration":0}},{"uid":"858ecd1dfe83472","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/858ecd1dfe83472","status":"passed","time":{"start":1728683209697,"stop":1728683209697,"duration":0}},{"uid":"92cea29fa728c2b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/92cea29fa728c2b","status":"passed","time":{"start":1728682772284,"stop":1728682772284,"duration":0}},{"uid":"c3aebaf585df8e99","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c3aebaf585df8e99","status":"passed","time":{"start":1728677264668,"stop":1728677264668,"duration":0}},{"uid":"ab8a30af1fd7860","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ab8a30af1fd7860","status":"passed","time":{"start":1728669943368,"stop":1728669943368,"duration":0}},{"uid":"52d24e19c7b18254","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52d24e19c7b18254","status":"passed","time":{"start":1728598324828,"stop":1728598324828,"duration":0}},{"uid":"96a40ee48d0190fb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/96a40ee48d0190fb","status":"passed","time":{"start":1728597540223,"stop":1728597540223,"duration":0}}]},"b9764e61c19cdd315282ec1d7c884c6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7efdd6a8331fd766","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7efdd6a8331fd766","status":"passed","time":{"start":1728682666065,"stop":1728682666066,"duration":1}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d4261a4dfbd6455b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4261a4dfbd6455b","status":"passed","time":{"start":1729034119095,"stop":1729034119095,"duration":0}},{"uid":"c0ad55a668afd3e7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c0ad55a668afd3e7","status":"passed","time":{"start":1729034042609,"stop":1729034042613,"duration":4}},{"uid":"675e224762069bcd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/675e224762069bcd","status":"passed","time":{"start":1729033857426,"stop":1729033857427,"duration":1}},{"uid":"df6cfe9023c02630","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/df6cfe9023c02630","status":"passed","time":{"start":1729031907630,"stop":1729031907631,"duration":1}},{"uid":"2b1dfeefadae7f50","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2b1dfeefadae7f50","status":"passed","time":{"start":1728901452629,"stop":1728901452629,"duration":0}},{"uid":"3fcd041c21141fd0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3fcd041c21141fd0","status":"passed","time":{"start":1728892883398,"stop":1728892883398,"duration":0}},{"uid":"3c257bcd2eda7d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c257bcd2eda7d6","status":"passed","time":{"start":1728855845735,"stop":1728855845736,"duration":1}},{"uid":"2b93914bbacad243","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2b93914bbacad243","status":"passed","time":{"start":1728738063047,"stop":1728738063047,"duration":0}},{"uid":"1a7d02a853433c39","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a7d02a853433c39","status":"passed","time":{"start":1728682596889,"stop":1728682596889,"duration":0}},{"uid":"aeebf3335499a7f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aeebf3335499a7f9","status":"passed","time":{"start":1728682169970,"stop":1728682169970,"duration":0}},{"uid":"7d17f582b8f5e496","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d17f582b8f5e496","status":"passed","time":{"start":1728676643815,"stop":1728676643815,"duration":0}},{"uid":"7cef7dcd97e65c3c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7cef7dcd97e65c3c","status":"passed","time":{"start":1728669366943,"stop":1728669366943,"duration":0}},{"uid":"4d6d2f783146e982","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4d6d2f783146e982","status":"passed","time":{"start":1728597707581,"stop":1728597707581,"duration":0}},{"uid":"c5b88fc50fc968f4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c5b88fc50fc968f4","status":"passed","time":{"start":1728596927588,"stop":1728596927588,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a328218dbf597ef7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a328218dbf597ef7","status":"passed","time":{"start":1729034549089,"stop":1729034549089,"duration":0}},{"uid":"16b6305e11edf141","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/16b6305e11edf141","status":"passed","time":{"start":1729034468678,"stop":1729034468678,"duration":0}},{"uid":"58b71d632173ef6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/58b71d632173ef6c","status":"passed","time":{"start":1729032344623,"stop":1729032344623,"duration":0}},{"uid":"38424e4f09e5b334","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38424e4f09e5b334","status":"passed","time":{"start":1728902062113,"stop":1728902062113,"duration":0}},{"uid":"b5518888691786b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5518888691786b2","status":"passed","time":{"start":1728893496347,"stop":1728893496347,"duration":0}},{"uid":"e43f3d879386ca2d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e43f3d879386ca2d","status":"passed","time":{"start":1728856449983,"stop":1728856449984,"duration":1}},{"uid":"bf272e4526cf6224","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf272e4526cf6224","status":"passed","time":{"start":1728738669753,"stop":1728738669753,"duration":0}},{"uid":"bbeaca78e8c2d2b5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bbeaca78e8c2d2b5","status":"passed","time":{"start":1728683209698,"stop":1728683209698,"duration":0}},{"uid":"257fb9c6ab8d50e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/257fb9c6ab8d50e4","status":"passed","time":{"start":1728682772285,"stop":1728682772285,"duration":0}},{"uid":"9a9b0ba8a8843ef3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a9b0ba8a8843ef3","status":"passed","time":{"start":1728677264668,"stop":1728677264669,"duration":1}},{"uid":"bb37c889f39f2349","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb37c889f39f2349","status":"passed","time":{"start":1728669943369,"stop":1728669943369,"duration":0}},{"uid":"f64e67f5edbf9b6a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f64e67f5edbf9b6a","status":"passed","time":{"start":1728598324828,"stop":1728598324829,"duration":1}},{"uid":"47216b84c5fdf7f2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47216b84c5fdf7f2","status":"passed","time":{"start":1728597540223,"stop":1728597540224,"duration":1}}]},"dc2743c7ca01bc994a8e66a243ee032e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93d92843fbd0b9e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/93d92843fbd0b9e9","status":"passed","time":{"start":1728598157579,"stop":1728598157579,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"65f141176fa3bb3b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/65f141176fa3bb3b","status":"passed","time":{"start":1729034393630,"stop":1729034393630,"duration":0}},{"uid":"a44a80b8b5b50a9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a44a80b8b5b50a9","status":"passed","time":{"start":1729034304823,"stop":1729034304823,"duration":0}},{"uid":"ccc755503c3061a0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccc755503c3061a0","status":"passed","time":{"start":1729034121892,"stop":1729034121894,"duration":2}},{"uid":"b92c6c00427b8671","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b92c6c00427b8671","status":"passed","time":{"start":1729032174799,"stop":1729032174799,"duration":0}},{"uid":"6274024563b37e88","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6274024563b37e88","status":"passed","time":{"start":1728901881005,"stop":1728901881005,"duration":0}},{"uid":"b5178feb3370c601","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5178feb3370c601","status":"passed","time":{"start":1728893317151,"stop":1728893317151,"duration":0}},{"uid":"2662f9a3231b86d1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2662f9a3231b86d1","status":"passed","time":{"start":1728856263067,"stop":1728856263067,"duration":0}},{"uid":"82a8a7e114d701b3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/82a8a7e114d701b3","status":"passed","time":{"start":1728738492791,"stop":1728738492792,"duration":1}},{"uid":"a1f5a181177f0633","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1f5a181177f0633","status":"passed","time":{"start":1728683030010,"stop":1728683030010,"duration":0}},{"uid":"b7d3cf24df782dee","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b7d3cf24df782dee","status":"passed","time":{"start":1728682581085,"stop":1728682581086,"duration":1}},{"uid":"79a93c31424f9595","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79a93c31424f9595","status":"passed","time":{"start":1728677081986,"stop":1728677081986,"duration":0}},{"uid":"dd92cd61350c00b3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd92cd61350c00b3","status":"passed","time":{"start":1728669795387,"stop":1728669795388,"duration":1}},{"uid":"fa6cbea6f117d517","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fa6cbea6f117d517","status":"passed","time":{"start":1728598137496,"stop":1728598137496,"duration":0}},{"uid":"b02e71c6f5de51f4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b02e71c6f5de51f4","status":"passed","time":{"start":1728597353474,"stop":1728597353474,"duration":0}}]},"4d342c49bc60650f8014c447997376cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a66ea6f1773c37c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a66ea6f1773c37c0","status":"passed","time":{"start":1728901896355,"stop":1728901896355,"duration":0}}]},"bc03c64ef9905538481bd0c2c83e7b85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c9e949907ff4ca3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c9e949907ff4ca3","status":"passed","time":{"start":1728597369088,"stop":1728597369088,"duration":0}}]},"eaf88606f42ff25ce61fe7af0d74c5aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"625e9fbe75933c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/625e9fbe75933c9","status":"passed","time":{"start":1728738555099,"stop":1728738555099,"duration":0}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1d33de00803fc142","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1d33de00803fc142","status":"passed","time":{"start":1729034162499,"stop":1729034162499,"duration":0}},{"uid":"f73d3c1a1db8408a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f73d3c1a1db8408a","status":"passed","time":{"start":1729034086614,"stop":1729034086618,"duration":4}},{"uid":"32ba962660412e34","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32ba962660412e34","status":"passed","time":{"start":1729033900651,"stop":1729033900653,"duration":2}},{"uid":"78e84f2db632715b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/78e84f2db632715b","status":"passed","time":{"start":1729031950408,"stop":1729031950410,"duration":2}},{"uid":"28dbf58196546ec1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/28dbf58196546ec1","status":"passed","time":{"start":1728901494880,"stop":1728901494881,"duration":1}},{"uid":"f204a04e98126038","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f204a04e98126038","status":"passed","time":{"start":1728892927099,"stop":1728892927099,"duration":0}},{"uid":"18e9f8170f4ba49a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/18e9f8170f4ba49a","status":"passed","time":{"start":1728855889016,"stop":1728855889017,"duration":1}},{"uid":"6321f6de0f2ec961","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6321f6de0f2ec961","status":"passed","time":{"start":1728738105942,"stop":1728738105943,"duration":1}},{"uid":"fe7bb2ac0cc3e07","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fe7bb2ac0cc3e07","status":"passed","time":{"start":1728682639927,"stop":1728682639927,"duration":0}},{"uid":"47d725d2cd722baa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/47d725d2cd722baa","status":"passed","time":{"start":1728682212121,"stop":1728682212122,"duration":1}},{"uid":"21ce39eafae67ce4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/21ce39eafae67ce4","status":"passed","time":{"start":1728676687924,"stop":1728676687924,"duration":0}},{"uid":"c43eed14fdd629be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c43eed14fdd629be","status":"passed","time":{"start":1728669411848,"stop":1728669411848,"duration":0}},{"uid":"e3f3fbc5fc3240b0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3f3fbc5fc3240b0","status":"passed","time":{"start":1728597751014,"stop":1728597751015,"duration":1}},{"uid":"fbdba3cb8f9071d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fbdba3cb8f9071d2","status":"passed","time":{"start":1728596968268,"stop":1728596968269,"duration":1}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8999c8b66db4784b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8999c8b66db4784b","status":"passed","time":{"start":1729034296708,"stop":1729034296710,"duration":2}},{"uid":"28cc12b1926ca16e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28cc12b1926ca16e","status":"passed","time":{"start":1729034220606,"stop":1729034220607,"duration":1}},{"uid":"8e4fec60d1972eb7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e4fec60d1972eb7","status":"passed","time":{"start":1729034041490,"stop":1729034041490,"duration":0}},{"uid":"508a8b31ed79e95b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/508a8b31ed79e95b","status":"passed","time":{"start":1728901705406,"stop":1728901705407,"duration":1}},{"uid":"949e5c4aab552061","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/949e5c4aab552061","status":"passed","time":{"start":1728893141778,"stop":1728893141778,"duration":0}},{"uid":"8705f76f67454f06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8705f76f67454f06","status":"passed","time":{"start":1728856087085,"stop":1728856087085,"duration":0}},{"uid":"6fe268078c4ad091","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6fe268078c4ad091","status":"passed","time":{"start":1728738321438,"stop":1728738321438,"duration":0}},{"uid":"c32d830e09f81d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c32d830e09f81d1","status":"passed","time":{"start":1728682845677,"stop":1728682845677,"duration":0}},{"uid":"59026f6efcac189d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59026f6efcac189d","status":"passed","time":{"start":1728682424312,"stop":1728682424312,"duration":0}},{"uid":"45e9b0986fa0d9e0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/45e9b0986fa0d9e0","status":"passed","time":{"start":1728676900541,"stop":1728676900541,"duration":0}},{"uid":"f96250f9698f766d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f96250f9698f766d","status":"passed","time":{"start":1728669625802,"stop":1728669625802,"duration":0}},{"uid":"eae6a7af3e1b2ee0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eae6a7af3e1b2ee0","status":"passed","time":{"start":1728597957173,"stop":1728597957173,"duration":0}},{"uid":"cdfb89d640b13838","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cdfb89d640b13838","status":"passed","time":{"start":1728597182620,"stop":1728597182620,"duration":0}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6ee483a62c6ded90","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6ee483a62c6ded90","status":"passed","time":{"start":1729034120213,"stop":1729034120214,"duration":1}},{"uid":"de9303d174d86bb7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/de9303d174d86bb7","status":"passed","time":{"start":1729034043142,"stop":1729034043143,"duration":1}},{"uid":"e4fe79aa37b35dee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e4fe79aa37b35dee","status":"passed","time":{"start":1729033857765,"stop":1729033857765,"duration":0}},{"uid":"c7977650e17eca18","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c7977650e17eca18","status":"passed","time":{"start":1729031907984,"stop":1729031907985,"duration":1}},{"uid":"8e8fc352572755b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e8fc352572755b2","status":"passed","time":{"start":1728901453410,"stop":1728901453411,"duration":1}},{"uid":"b7e1b31e6226628d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b7e1b31e6226628d","status":"passed","time":{"start":1728892883978,"stop":1728892883978,"duration":0}},{"uid":"ec0a089eb148bddb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ec0a089eb148bddb","status":"passed","time":{"start":1728855846184,"stop":1728855846185,"duration":1}},{"uid":"d4f8df45758fb79a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d4f8df45758fb79a","status":"passed","time":{"start":1728738063647,"stop":1728738063647,"duration":0}},{"uid":"e500f09bcbd50fbd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e500f09bcbd50fbd","status":"passed","time":{"start":1728682597529,"stop":1728682597529,"duration":0}},{"uid":"94a515ff4657792a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94a515ff4657792a","status":"passed","time":{"start":1728682170201,"stop":1728682170201,"duration":0}},{"uid":"1d18641942064f76","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1d18641942064f76","status":"passed","time":{"start":1728676644980,"stop":1728676644980,"duration":0}},{"uid":"e8b73f11b350d8b0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e8b73f11b350d8b0","status":"passed","time":{"start":1728669367852,"stop":1728669367853,"duration":1}},{"uid":"874b7537960a21bd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/874b7537960a21bd","status":"passed","time":{"start":1728597708659,"stop":1728597708660,"duration":1}},{"uid":"fc24ef49d7cafba7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc24ef49d7cafba7","status":"passed","time":{"start":1728596927477,"stop":1728596927477,"duration":0}}]},"bb48d824e39ab899e6bac68f9c201b75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47ca63175bb3097e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47ca63175bb3097e","status":"passed","time":{"start":1728597353487,"stop":1728597353487,"duration":0}}]},"672967c317c33ab785cc5d45fe837a2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"304b15f0f3fefa40","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/304b15f0f3fefa40","status":"passed","time":{"start":1729034014873,"stop":1729034014876,"duration":3}}]},"36edf601b4fbe5892e14a50f1fa720fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b263e37c601d368","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2b263e37c601d368","status":"passed","time":{"start":1728597434078,"stop":1728597434078,"duration":0}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2a4a8dcf9f55478a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2a4a8dcf9f55478a","status":"passed","time":{"start":1729034393653,"stop":1729034393654,"duration":1}},{"uid":"d6917832336a4524","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d6917832336a4524","status":"passed","time":{"start":1729034304851,"stop":1729034304852,"duration":1}},{"uid":"505e9f06ec3cb0fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/505e9f06ec3cb0fa","status":"passed","time":{"start":1729034121932,"stop":1729034121935,"duration":3}},{"uid":"8a943c771e05c86","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a943c771e05c86","status":"passed","time":{"start":1729032174901,"stop":1729032174901,"duration":0}},{"uid":"1165aae6187067e8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1165aae6187067e8","status":"passed","time":{"start":1728901881017,"stop":1728901881018,"duration":1}},{"uid":"6171dbbdfeb27a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6171dbbdfeb27a2","status":"passed","time":{"start":1728893317174,"stop":1728893317175,"duration":1}},{"uid":"f0574b8a5428177b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f0574b8a5428177b","status":"passed","time":{"start":1728856263106,"stop":1728856263107,"duration":1}},{"uid":"dc7c4245f8918cb1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dc7c4245f8918cb1","status":"passed","time":{"start":1728738492801,"stop":1728738492801,"duration":0}},{"uid":"381c81de86b88261","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/381c81de86b88261","status":"passed","time":{"start":1728683030024,"stop":1728683030025,"duration":1}},{"uid":"a5be76dac7813ff6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a5be76dac7813ff6","status":"passed","time":{"start":1728682581105,"stop":1728682581106,"duration":1}},{"uid":"c49e8e609016d318","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c49e8e609016d318","status":"passed","time":{"start":1728677082001,"stop":1728677082002,"duration":1}},{"uid":"6d052b0fa4284619","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6d052b0fa4284619","status":"passed","time":{"start":1728669795400,"stop":1728669795401,"duration":1}},{"uid":"d99e4689ac2fb053","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d99e4689ac2fb053","status":"passed","time":{"start":1728598137506,"stop":1728598137506,"duration":0}},{"uid":"2c113a20db6d3232","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c113a20db6d3232","status":"passed","time":{"start":1728597353483,"stop":1728597353483,"duration":0}}]},"1438457889672412979a8439eb4595d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f016a99f088b569","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f016a99f088b569","status":"passed","time":{"start":1728738567470,"stop":1728738567470,"duration":0}}]},"adee7be16c20a6ebf7cc264ec148e39e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":8,"unknown":0,"total":10},"items":[{"uid":"1fcd69569770d616","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1fcd69569770d616","status":"passed","time":{"start":1729034137280,"stop":1729034137281,"duration":1}},{"uid":"bf6f08f9e4f8b494","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bf6f08f9e4f8b494","status":"passed","time":{"start":1729034060000,"stop":1729034060002,"duration":2}},{"uid":"69ac031071352433","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69ac031071352433","status":"passed","time":{"start":1729033875010,"stop":1729033875011,"duration":1}},{"uid":"b48abf9056572029","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b48abf9056572029","status":"passed","time":{"start":1729031924805,"stop":1729031924807,"duration":2}},{"uid":"ad7dd80b8e8be6d8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ad7dd80b8e8be6d8","status":"passed","time":{"start":1728855863300,"stop":1728855863300,"duration":0}},{"uid":"3c8ede53c66ccff1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3c8ede53c66ccff1","status":"passed","time":{"start":1728738080964,"stop":1728738080964,"duration":0}},{"uid":"c43f5a14cb21dc1a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c43f5a14cb21dc1a","status":"passed","time":{"start":1728682614254,"stop":1728682614255,"duration":1}},{"uid":"c7683cf64016a383","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7683cf64016a383","status":"passed","time":{"start":1728682187099,"stop":1728682187099,"duration":0}},{"uid":"662cbcb8aa58a1f6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/662cbcb8aa58a1f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660882,"stop":1728676660883,"duration":1}},{"uid":"88248350f03a938d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88248350f03a938d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384117,"stop":1728669384118,"duration":1}}]},"c7b55047471778c8c66803cc2f1f642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8bc805ac15ad9731","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bc805ac15ad9731","status":"passed","time":{"start":1728598221893,"stop":1728598221894,"duration":1}}]},"16125d401eb03e1fb863516079415d8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"65619ac9946c6eb8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/65619ac9946c6eb8","status":"passed","time":{"start":1729034137317,"stop":1729034137317,"duration":0}},{"uid":"eb69265a4a5e6e93","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/eb69265a4a5e6e93","status":"passed","time":{"start":1729034060022,"stop":1729034060022,"duration":0}},{"uid":"22677fa25313314a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/22677fa25313314a","status":"passed","time":{"start":1729033874965,"stop":1729033874966,"duration":1}},{"uid":"410999e8f816ca98","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/410999e8f816ca98","status":"passed","time":{"start":1729031924903,"stop":1729031924903,"duration":0}},{"uid":"7c1c11172e6b7eb4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7c1c11172e6b7eb4","status":"passed","time":{"start":1728901469130,"stop":1728901469130,"duration":0}},{"uid":"b95d01a9e0380e24","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b95d01a9e0380e24","status":"passed","time":{"start":1728892899795,"stop":1728892899796,"duration":1}},{"uid":"abcc8b118948b149","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/abcc8b118948b149","status":"passed","time":{"start":1728855863060,"stop":1728855863061,"duration":1}},{"uid":"4a051784ac534693","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4a051784ac534693","status":"passed","time":{"start":1728738080903,"stop":1728738080903,"duration":0}},{"uid":"2f77048631bdf832","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2f77048631bdf832","status":"passed","time":{"start":1728682614311,"stop":1728682614311,"duration":0}},{"uid":"183fba3decfb249a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/183fba3decfb249a","status":"passed","time":{"start":1728682187096,"stop":1728682187097,"duration":1}},{"uid":"212e7e6c3fadd166","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/212e7e6c3fadd166","status":"passed","time":{"start":1728676661489,"stop":1728676661489,"duration":0}},{"uid":"cefed468828ae50d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cefed468828ae50d","status":"passed","time":{"start":1728669384664,"stop":1728669384665,"duration":1}},{"uid":"217e408201950c0e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/217e408201950c0e","status":"passed","time":{"start":1728597724236,"stop":1728597724236,"duration":0}},{"uid":"2eaaed9f0f90888b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2eaaed9f0f90888b","status":"passed","time":{"start":1728596943284,"stop":1728596943284,"duration":0}}]},"dba288128be2f4ba0aa1e153c3218147:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3704f3a52ba73dc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b3704f3a52ba73dc","status":"passed","time":{"start":1729034443506,"stop":1729034443507,"duration":1}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7eda6bf672169ba5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7eda6bf672169ba5","status":"passed","time":{"start":1729034325770,"stop":1729034325772,"duration":2}},{"uid":"219972f98b22b608","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/219972f98b22b608","status":"passed","time":{"start":1729034249508,"stop":1729034249509,"duration":1}},{"uid":"d9c840556bfa3253","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9c840556bfa3253","status":"passed","time":{"start":1729034066152,"stop":1729034066152,"duration":0}},{"uid":"5386986d9f3d724d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5386986d9f3d724d","status":"passed","time":{"start":1728901782835,"stop":1728901782835,"duration":0}},{"uid":"8e48dafb3d174805","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e48dafb3d174805","status":"passed","time":{"start":1728893215982,"stop":1728893215983,"duration":1}},{"uid":"a29d1d760277ce06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a29d1d760277ce06","status":"passed","time":{"start":1728856159198,"stop":1728856159198,"duration":0}},{"uid":"d127572b6d47526b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d127572b6d47526b","status":"passed","time":{"start":1728738371832,"stop":1728738371833,"duration":1}},{"uid":"3f6190c4ff363f53","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f6190c4ff363f53","status":"passed","time":{"start":1728682915878,"stop":1728682915879,"duration":1}},{"uid":"3c4c2d046a0d7b59","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3c4c2d046a0d7b59","status":"passed","time":{"start":1728682496450,"stop":1728682496454,"duration":4}},{"uid":"d991fd3c565be6b1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d991fd3c565be6b1","status":"passed","time":{"start":1728676980219,"stop":1728676980219,"duration":0}},{"uid":"403ed754357549f1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/403ed754357549f1","status":"passed","time":{"start":1728598045383,"stop":1728598045383,"duration":0}},{"uid":"e28320c3767ea77","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e28320c3767ea77","status":"passed","time":{"start":1728597260328,"stop":1728597260328,"duration":0}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f5d7b1d8305cb392","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f5d7b1d8305cb392","status":"passed","time":{"start":1729034104186,"stop":1729034104187,"duration":1}},{"uid":"f2edc74eaa0fe620","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f2edc74eaa0fe620","status":"passed","time":{"start":1729034027748,"stop":1729034027748,"duration":0}},{"uid":"f8185a14d1f3fafa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f8185a14d1f3fafa","status":"passed","time":{"start":1729033842351,"stop":1729033842352,"duration":1}},{"uid":"2df2814017d3983e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2df2814017d3983e","status":"passed","time":{"start":1729031892050,"stop":1729031892050,"duration":0}},{"uid":"390c60f4accc3cd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/390c60f4accc3cd","status":"passed","time":{"start":1728901438034,"stop":1728901438035,"duration":1}},{"uid":"f03f382a790c9c7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f03f382a790c9c7c","status":"passed","time":{"start":1728892868237,"stop":1728892868238,"duration":1}},{"uid":"70103cb8ed41d8f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/70103cb8ed41d8f7","status":"passed","time":{"start":1728855831083,"stop":1728855831084,"duration":1}},{"uid":"585b36bee852118","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/585b36bee852118","status":"passed","time":{"start":1728738048446,"stop":1728738048446,"duration":0}},{"uid":"34fe72dc9ce093e0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/34fe72dc9ce093e0","status":"passed","time":{"start":1728682581851,"stop":1728682581852,"duration":1}},{"uid":"fc6bc0d80454934c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fc6bc0d80454934c","status":"passed","time":{"start":1728682154711,"stop":1728682154712,"duration":1}},{"uid":"83604fd6798cf57f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/83604fd6798cf57f","status":"passed","time":{"start":1728676629307,"stop":1728676629307,"duration":0}},{"uid":"b5d7b513a9e1704f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b5d7b513a9e1704f","status":"passed","time":{"start":1728669352214,"stop":1728669352214,"duration":0}},{"uid":"58988749ba82f9a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58988749ba82f9a6","status":"passed","time":{"start":1728597693023,"stop":1728597693024,"duration":1}},{"uid":"ce2c01016dc629c0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ce2c01016dc629c0","status":"passed","time":{"start":1728596912536,"stop":1728596912536,"duration":0}}]},"82e4dd4a88fd78c1baa87ebe6e9612a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab68747bb3d68ba6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab68747bb3d68ba6","status":"passed","time":{"start":1729034177532,"stop":1729034177533,"duration":1}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3101a532018d5989","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3101a532018d5989","status":"passed","time":{"start":1729034400894,"stop":1729034400894,"duration":0}},{"uid":"a2c7bae1649aed10","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a2c7bae1649aed10","status":"passed","time":{"start":1729034317463,"stop":1729034317464,"duration":1}},{"uid":"4b224c5f3fcf2c67","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b224c5f3fcf2c67","status":"passed","time":{"start":1729034137146,"stop":1729034137147,"duration":1}},{"uid":"2ec642087b130bfe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2ec642087b130bfe","status":"passed","time":{"start":1729032206879,"stop":1729032206879,"duration":0}},{"uid":"ddaf205490c27640","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ddaf205490c27640","status":"passed","time":{"start":1728901995025,"stop":1728901995026,"duration":1}},{"uid":"3e221c4c832d4ac7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3e221c4c832d4ac7","status":"passed","time":{"start":1728893421002,"stop":1728893421002,"duration":0}},{"uid":"1e85a4adde006a20","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1e85a4adde006a20","status":"passed","time":{"start":1728856368602,"stop":1728856368602,"duration":0}},{"uid":"88a96a03762bad83","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/88a96a03762bad83","status":"passed","time":{"start":1728738604686,"stop":1728738604686,"duration":0}},{"uid":"dc7f4dc846e26f60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc7f4dc846e26f60","status":"passed","time":{"start":1728683117641,"stop":1728683117642,"duration":1}},{"uid":"7465ec6b8b572651","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7465ec6b8b572651","status":"passed","time":{"start":1728682721322,"stop":1728682721322,"duration":0}},{"uid":"68f7016c0ae199ad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/68f7016c0ae199ad","status":"passed","time":{"start":1728677184688,"stop":1728677184688,"duration":0}},{"uid":"198e4d4ade314c67","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/198e4d4ade314c67","status":"passed","time":{"start":1728669866465,"stop":1728669866467,"duration":2}},{"uid":"8aa191e4c6060df9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8aa191e4c6060df9","status":"passed","time":{"start":1728598249999,"stop":1728598250001,"duration":2}},{"uid":"45e7f21cc6a14528","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/45e7f21cc6a14528","status":"passed","time":{"start":1728597472302,"stop":1728597472305,"duration":3}}]},"999dd90fc61418c761d50df978b2ee70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e24cd9728bb1b87d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e24cd9728bb1b87d","status":"passed","time":{"start":1728677163576,"stop":1728677163577,"duration":1}}]},"1b0bf68406b2a5ad5ae6e9209a611b78:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1353c35bb30fe847","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1353c35bb30fe847","status":"passed","time":{"start":1728682601746,"stop":1728682601747,"duration":1}}]},"1e0a30c0ba195eefa5784d7b82f7555c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"259d9bbb1e359c66","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/259d9bbb1e359c66","status":"passed","time":{"start":1728597423328,"stop":1728597423328,"duration":0}}]},"3f204a21f154fb15cd77a1f989d0ed87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1be4b30180951fe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c1be4b30180951fe","status":"passed","time":{"start":1728893337254,"stop":1728893337254,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"200fbe03cc6e5be3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/200fbe03cc6e5be3","status":"passed","time":{"start":1729034400905,"stop":1729034400905,"duration":0}},{"uid":"60bf420ee6bb4484","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/60bf420ee6bb4484","status":"passed","time":{"start":1729034317506,"stop":1729034317506,"duration":0}},{"uid":"9f5f3f58fd93316d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9f5f3f58fd93316d","status":"passed","time":{"start":1729034137159,"stop":1729034137159,"duration":0}},{"uid":"dff9081769730176","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dff9081769730176","status":"passed","time":{"start":1729032206902,"stop":1729032206902,"duration":0}},{"uid":"b6d49b7ec33c86e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b6d49b7ec33c86e2","status":"passed","time":{"start":1728901995037,"stop":1728901995037,"duration":0}},{"uid":"832126e63cc4994d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/832126e63cc4994d","status":"passed","time":{"start":1728893421010,"stop":1728893421011,"duration":1}},{"uid":"43f35d673e6e9fc7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/43f35d673e6e9fc7","status":"passed","time":{"start":1728856368611,"stop":1728856368612,"duration":1}},{"uid":"3789f825e4e6646b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3789f825e4e6646b","status":"passed","time":{"start":1728738604694,"stop":1728738604695,"duration":1}},{"uid":"91cac75ae3dfd494","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/91cac75ae3dfd494","status":"passed","time":{"start":1728683117701,"stop":1728683117701,"duration":0}},{"uid":"4a924db9111f62df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4a924db9111f62df","status":"passed","time":{"start":1728682721328,"stop":1728682721329,"duration":1}},{"uid":"c9d0f66c02e77869","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c9d0f66c02e77869","status":"passed","time":{"start":1728677184696,"stop":1728677184696,"duration":0}},{"uid":"b1a2ddc74ab1a377","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1a2ddc74ab1a377","status":"passed","time":{"start":1728669866482,"stop":1728669866483,"duration":1}},{"uid":"98fc1b5f850479e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/98fc1b5f850479e7","status":"passed","time":{"start":1728598250015,"stop":1728598250015,"duration":0}},{"uid":"e1edafcf22c7aeb1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e1edafcf22c7aeb1","status":"passed","time":{"start":1728597472311,"stop":1728597472311,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a291b75779929c22","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a291b75779929c22","status":"passed","time":{"start":1729034112388,"stop":1729034112388,"duration":0}},{"uid":"56c0190825c4bc17","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/56c0190825c4bc17","status":"passed","time":{"start":1729034035617,"stop":1729034035617,"duration":0}},{"uid":"aa6c1e674aee882a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aa6c1e674aee882a","status":"passed","time":{"start":1729033850405,"stop":1729033850406,"duration":1}},{"uid":"512834f00b68c4f8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/512834f00b68c4f8","status":"passed","time":{"start":1729031899691,"stop":1729031899692,"duration":1}},{"uid":"11456637c51cd122","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/11456637c51cd122","status":"passed","time":{"start":1728901445803,"stop":1728901445803,"duration":0}},{"uid":"4a1b77866edba8c5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a1b77866edba8c5","status":"passed","time":{"start":1728892876334,"stop":1728892876334,"duration":0}},{"uid":"938459614d64ed68","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/938459614d64ed68","status":"passed","time":{"start":1728855838898,"stop":1728855838898,"duration":0}},{"uid":"ddc0a3eb53c0c0fc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ddc0a3eb53c0c0fc","status":"passed","time":{"start":1728738055942,"stop":1728738055942,"duration":0}},{"uid":"85fe3b4f9c3778a5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/85fe3b4f9c3778a5","status":"passed","time":{"start":1728682589826,"stop":1728682589826,"duration":0}},{"uid":"aa3cd41e509d525c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa3cd41e509d525c","status":"passed","time":{"start":1728682162268,"stop":1728682162269,"duration":1}},{"uid":"8eea12dab4a228a0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8eea12dab4a228a0","status":"passed","time":{"start":1728676637065,"stop":1728676637065,"duration":0}},{"uid":"f4553b5b97ae986c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4553b5b97ae986c","status":"passed","time":{"start":1728669360435,"stop":1728669360435,"duration":0}},{"uid":"22b0209105498caf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22b0209105498caf","status":"passed","time":{"start":1728597700986,"stop":1728597700986,"duration":0}},{"uid":"a676c6c82156aae6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a676c6c82156aae6","status":"passed","time":{"start":1728596920269,"stop":1728596920269,"duration":0}}]},"4d0e6bf5cd1d859d6ec5b7fcb1dad550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b72457930eb30c1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1b72457930eb30c1","status":"passed","time":{"start":1728597423327,"stop":1728597423328,"duration":1}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ac988a9a87cf6393","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ac988a9a87cf6393","status":"passed","time":{"start":1729034307168,"stop":1729034307168,"duration":0}},{"uid":"ede66a8afe8f3706","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ede66a8afe8f3706","status":"passed","time":{"start":1729034223443,"stop":1729034223443,"duration":0}},{"uid":"2ba9fe54614373b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ba9fe54614373b5","status":"passed","time":{"start":1729034041649,"stop":1729034041649,"duration":0}},{"uid":"3a6e8f688af92409","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3a6e8f688af92409","status":"passed","time":{"start":1729032093969,"stop":1729032093970,"duration":1}},{"uid":"7755379c46782ecd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7755379c46782ecd","status":"passed","time":{"start":1728901748867,"stop":1728901748868,"duration":1}},{"uid":"e86135da3390b121","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e86135da3390b121","status":"passed","time":{"start":1728893181173,"stop":1728893181173,"duration":0}},{"uid":"cd7e42da752d55a7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cd7e42da752d55a7","status":"passed","time":{"start":1728856155638,"stop":1728856155638,"duration":0}},{"uid":"40db5845a3c5a395","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/40db5845a3c5a395","status":"passed","time":{"start":1728738360440,"stop":1728738360440,"duration":0}},{"uid":"35435cc88b3c6d2e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/35435cc88b3c6d2e","status":"passed","time":{"start":1728682907311,"stop":1728682907311,"duration":0}},{"uid":"c64807bd580bd4f6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c64807bd580bd4f6","status":"passed","time":{"start":1728682466791,"stop":1728682466792,"duration":1}},{"uid":"559e9b7f40713c0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/559e9b7f40713c0","status":"passed","time":{"start":1728676955821,"stop":1728676955822,"duration":1}},{"uid":"f85f1635db1c1166","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f85f1635db1c1166","status":"passed","time":{"start":1728669626605,"stop":1728669626611,"duration":6}},{"uid":"53cc133b278f2ab5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/53cc133b278f2ab5","status":"passed","time":{"start":1728598013625,"stop":1728598013626,"duration":1}},{"uid":"59f8b588bb888e5d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/59f8b588bb888e5d","status":"passed","time":{"start":1728597225281,"stop":1728597225281,"duration":0}}]},"27affe2d135d8ffe9ed775581dbd065b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"de7675aacc5bd8d9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/de7675aacc5bd8d9","status":"passed","time":{"start":1729034112234,"stop":1729034112235,"duration":1}},{"uid":"fc781ac4c92757f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fc781ac4c92757f1","status":"passed","time":{"start":1729034035750,"stop":1729034035750,"duration":0}},{"uid":"ae712d8168b74c63","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae712d8168b74c63","status":"passed","time":{"start":1729033850299,"stop":1729033850300,"duration":1}},{"uid":"826f4c3bed47b7ad","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/826f4c3bed47b7ad","status":"passed","time":{"start":1729031899902,"stop":1729031899902,"duration":0}},{"uid":"6e00a8beaf5944b5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6e00a8beaf5944b5","status":"passed","time":{"start":1728901445871,"stop":1728901445871,"duration":0}},{"uid":"3ce933978eca63bd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ce933978eca63bd","status":"passed","time":{"start":1728892875906,"stop":1728892875907,"duration":1}},{"uid":"4f77f6251408c8c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4f77f6251408c8c","status":"passed","time":{"start":1728855839037,"stop":1728855839038,"duration":1}},{"uid":"b6514056223d51cb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b6514056223d51cb","status":"passed","time":{"start":1728738056184,"stop":1728738056185,"duration":1}},{"uid":"c1d68f82bc836468","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c1d68f82bc836468","status":"passed","time":{"start":1728682589459,"stop":1728682589459,"duration":0}},{"uid":"847accb2485f9f89","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/847accb2485f9f89","status":"passed","time":{"start":1728682162316,"stop":1728682162317,"duration":1}},{"uid":"5abcdd2aea392426","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5abcdd2aea392426","status":"passed","time":{"start":1728676637002,"stop":1728676637004,"duration":2}},{"uid":"2f13426e3b6e2041","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f13426e3b6e2041","status":"passed","time":{"start":1728669360368,"stop":1728669360369,"duration":1}},{"uid":"af0dd3ba84621a65","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/af0dd3ba84621a65","status":"passed","time":{"start":1728597700888,"stop":1728597700889,"duration":1}},{"uid":"f544ad26b44ffe34","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f544ad26b44ffe34","status":"passed","time":{"start":1728596919827,"stop":1728596919827,"duration":0}}]},"c3d766845f93b7cb683cedc75b886eb1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"639b8d2b165639f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/639b8d2b165639f8","status":"passed","time":{"start":1728893389989,"stop":1728893389989,"duration":0}}]},"05472441605b4536af9a1d51b7f66581:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e86c1f3526052c15","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e86c1f3526052c15","status":"passed","time":{"start":1729034137108,"stop":1729034137111,"duration":3}},{"uid":"a7670318a90f03f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a7670318a90f03f9","status":"passed","time":{"start":1729034060043,"stop":1729034060044,"duration":1}},{"uid":"d2a76bd444e1922b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d2a76bd444e1922b","status":"passed","time":{"start":1729033875025,"stop":1729033875026,"duration":1}},{"uid":"282b8af742a14a13","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/282b8af742a14a13","status":"passed","time":{"start":1729031924906,"stop":1729031924907,"duration":1}},{"uid":"858cd8c3522f81a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/858cd8c3522f81a8","status":"passed","time":{"start":1728901469134,"stop":1728901469134,"duration":0}},{"uid":"e091515090e4e44e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e091515090e4e44e","status":"passed","time":{"start":1728892899799,"stop":1728892899799,"duration":0}},{"uid":"3642985b3ff81e9b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3642985b3ff81e9b","status":"passed","time":{"start":1728855863295,"stop":1728855863295,"duration":0}},{"uid":"602774471e3ed8ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/602774471e3ed8ca","status":"passed","time":{"start":1728738080954,"stop":1728738080955,"duration":1}},{"uid":"27faba0a51b9bce4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/27faba0a51b9bce4","status":"passed","time":{"start":1728682614314,"stop":1728682614315,"duration":1}},{"uid":"7eef6c895c811f2f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7eef6c895c811f2f","status":"passed","time":{"start":1728682187219,"stop":1728682187219,"duration":0}},{"uid":"79b474a2148ac557","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79b474a2148ac557","status":"passed","time":{"start":1728676661418,"stop":1728676661419,"duration":1}},{"uid":"c3452da5cee47891","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c3452da5cee47891","status":"passed","time":{"start":1728669384752,"stop":1728669384752,"duration":0}},{"uid":"70d11bf3e78b61ec","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70d11bf3e78b61ec","status":"passed","time":{"start":1728597724208,"stop":1728597724209,"duration":1}},{"uid":"3e396b7208abb4d7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3e396b7208abb4d7","status":"passed","time":{"start":1728596943261,"stop":1728596943262,"duration":1}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dfd8a0c6efb74be5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dfd8a0c6efb74be5","status":"passed","time":{"start":1729034132179,"stop":1729034132179,"duration":0}},{"uid":"f71fa337543953f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f71fa337543953f5","status":"passed","time":{"start":1729034055084,"stop":1729034055085,"duration":1}},{"uid":"dcd41c148a36baf6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcd41c148a36baf6","status":"passed","time":{"start":1729033869945,"stop":1729033869945,"duration":0}},{"uid":"b10028ee5fb69c30","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b10028ee5fb69c30","status":"passed","time":{"start":1729031919799,"stop":1729031919799,"duration":0}},{"uid":"d4d474c97d118df0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d4d474c97d118df0","status":"passed","time":{"start":1728901465374,"stop":1728901465374,"duration":0}},{"uid":"ce9cdc58f6fcae93","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce9cdc58f6fcae93","status":"passed","time":{"start":1728892895975,"stop":1728892895975,"duration":0}},{"uid":"ac7f2e54183df21c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac7f2e54183df21c","status":"passed","time":{"start":1728855858319,"stop":1728855858319,"duration":0}},{"uid":"b48844887d5585b7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b48844887d5585b7","status":"passed","time":{"start":1728738075954,"stop":1728738075954,"duration":0}},{"uid":"b22dc340f76d64b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b22dc340f76d64b7","status":"passed","time":{"start":1728682609268,"stop":1728682609269,"duration":1}},{"uid":"2933cb82394446a6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2933cb82394446a6","status":"passed","time":{"start":1728682182160,"stop":1728682182161,"duration":1}},{"uid":"557e13617269332e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/557e13617269332e","status":"passed","time":{"start":1728676656594,"stop":1728676656594,"duration":0}},{"uid":"460f63398957bebe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/460f63398957bebe","status":"passed","time":{"start":1728669379924,"stop":1728669379924,"duration":0}},{"uid":"48737e43fa7db1ca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/48737e43fa7db1ca","status":"passed","time":{"start":1728597720386,"stop":1728597720386,"duration":0}},{"uid":"a965a61af52e991a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a965a61af52e991a","status":"passed","time":{"start":1728596939485,"stop":1728596939485,"duration":0}}]},"4da5cb47876d13a74d9bcb9e4c9ab41b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35e68a0efcd7b793","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/35e68a0efcd7b793","status":"passed","time":{"start":1728669834423,"stop":1728669834424,"duration":1}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"29ae357051987c2f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/29ae357051987c2f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034393673,"stop":1729034393674,"duration":1}},{"uid":"59bc200ac35b82dc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/59bc200ac35b82dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034304864,"stop":1729034304864,"duration":0}},{"uid":"61c178f059a631d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/61c178f059a631d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121958,"stop":1729034121958,"duration":0}},{"uid":"a1a06edb47269baf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a1a06edb47269baf","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174932,"stop":1729032174932,"duration":0}},{"uid":"1c6832e9ea433778","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c6832e9ea433778","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881036,"stop":1728901881037,"duration":1}},{"uid":"fd8c4134408b7525","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fd8c4134408b7525","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317185,"stop":1728893317185,"duration":0}},{"uid":"bfd9292143e04665","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bfd9292143e04665","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263129,"stop":1728856263130,"duration":1}},{"uid":"de97c1438a2fb9a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/de97c1438a2fb9a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492816,"stop":1728738492816,"duration":0}},{"uid":"b58790f6ff1b8c67","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b58790f6ff1b8c67","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030033,"stop":1728683030033,"duration":0}},{"uid":"d18ce018eee7333f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d18ce018eee7333f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581134,"stop":1728682581134,"duration":0}},{"uid":"ba7b5cf9c9628c5f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba7b5cf9c9628c5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082018,"stop":1728677082018,"duration":0}},{"uid":"5807a2a4aef5b653","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5807a2a4aef5b653","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795411,"stop":1728669795412,"duration":1}},{"uid":"e3bbd9d976b19a8e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3bbd9d976b19a8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137512,"stop":1728598137512,"duration":0}},{"uid":"67a255579b21fbda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/67a255579b21fbda","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353491,"stop":1728597353492,"duration":1}}]},"ca4dfd4a5c0e1d74519ce3bdfc303293:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e41089d65e9bffd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e41089d65e9bffd","status":"passed","time":{"start":1729034308901,"stop":1729034308901,"duration":0}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dfbbcb7458f412c3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dfbbcb7458f412c3","status":"passed","time":{"start":1729034400893,"stop":1729034400893,"duration":0}},{"uid":"f6c655c6eff5b959","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f6c655c6eff5b959","status":"passed","time":{"start":1729034317463,"stop":1729034317463,"duration":0}},{"uid":"4f17c1aa34ba8765","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f17c1aa34ba8765","status":"passed","time":{"start":1729034137145,"stop":1729034137146,"duration":1}},{"uid":"fab8f1fe6a0ec9ac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fab8f1fe6a0ec9ac","status":"passed","time":{"start":1729032206878,"stop":1729032206879,"duration":1}},{"uid":"638554dffd9092d4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/638554dffd9092d4","status":"passed","time":{"start":1728901995025,"stop":1728901995025,"duration":0}},{"uid":"219bf0e78bc1b151","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/219bf0e78bc1b151","status":"passed","time":{"start":1728893421001,"stop":1728893421001,"duration":0}},{"uid":"8b45fa2ae93a6f95","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b45fa2ae93a6f95","status":"passed","time":{"start":1728856368601,"stop":1728856368601,"duration":0}},{"uid":"dd2ec6751bb122d1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dd2ec6751bb122d1","status":"passed","time":{"start":1728738604685,"stop":1728738604685,"duration":0}},{"uid":"44af2ea5b4f1cd1b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/44af2ea5b4f1cd1b","status":"passed","time":{"start":1728683117639,"stop":1728683117640,"duration":1}},{"uid":"f1ca4a8083bba4c6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f1ca4a8083bba4c6","status":"passed","time":{"start":1728682721321,"stop":1728682721321,"duration":0}},{"uid":"e6e9a8a87a675f95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e6e9a8a87a675f95","status":"passed","time":{"start":1728677184687,"stop":1728677184687,"duration":0}},{"uid":"900d8331b756617e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/900d8331b756617e","status":"passed","time":{"start":1728669866457,"stop":1728669866457,"duration":0}},{"uid":"233be459f2b8682","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/233be459f2b8682","status":"passed","time":{"start":1728598249996,"stop":1728598249996,"duration":0}},{"uid":"42cb54d96d3c63e9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42cb54d96d3c63e9","status":"passed","time":{"start":1728597472301,"stop":1728597472301,"duration":0}}]},"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b60fd785bb329662","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b60fd785bb329662","status":"passed","time":{"start":1729034096115,"stop":1729034096115,"duration":0}},{"uid":"6e8eac067e7a1f2c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6e8eac067e7a1f2c","status":"passed","time":{"start":1729034020076,"stop":1729034020076,"duration":0}},{"uid":"d129863327a3a84d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d129863327a3a84d","status":"passed","time":{"start":1729033834365,"stop":1729033834366,"duration":1}},{"uid":"9f53c150bd26853d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9f53c150bd26853d","status":"passed","time":{"start":1729031884095,"stop":1729031884095,"duration":0}},{"uid":"2d0b302317d8c8e6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2d0b302317d8c8e6","status":"passed","time":{"start":1728901430244,"stop":1728901430245,"duration":1}},{"uid":"51b3d44c4ac4737","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51b3d44c4ac4737","status":"passed","time":{"start":1728892860519,"stop":1728892860520,"duration":1}},{"uid":"dd5ece536f96f27a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dd5ece536f96f27a","status":"passed","time":{"start":1728855823310,"stop":1728855823310,"duration":0}},{"uid":"e98fe4433d068ce3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e98fe4433d068ce3","status":"passed","time":{"start":1728738040572,"stop":1728738040572,"duration":0}},{"uid":"8078c6092897737e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8078c6092897737e","status":"passed","time":{"start":1728682574072,"stop":1728682574072,"duration":0}},{"uid":"8e38f90f11587878","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e38f90f11587878","status":"passed","time":{"start":1728682146800,"stop":1728682146800,"duration":0}},{"uid":"6c9cb8680c981f7c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6c9cb8680c981f7c","status":"passed","time":{"start":1728676621418,"stop":1728676621418,"duration":0}},{"uid":"9efe32f3a73d07f2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9efe32f3a73d07f2","status":"passed","time":{"start":1728669344456,"stop":1728669344456,"duration":0}},{"uid":"38e85a6e29389137","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/38e85a6e29389137","status":"passed","time":{"start":1728597685140,"stop":1728597685140,"duration":0}},{"uid":"c299265727e19724","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c299265727e19724","status":"passed","time":{"start":1728596904449,"stop":1728596904449,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e6757aeeacbfb7e3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e6757aeeacbfb7e3","status":"passed","time":{"start":1729034370834,"stop":1729034370834,"duration":0}},{"uid":"6a874e06df4d0e1c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a874e06df4d0e1c","status":"passed","time":{"start":1729034308850,"stop":1729034308850,"duration":0}},{"uid":"bdc590408cd957f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bdc590408cd957f2","status":"passed","time":{"start":1729034129467,"stop":1729034129467,"duration":0}},{"uid":"1e04986098117900","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1e04986098117900","status":"passed","time":{"start":1729032178355,"stop":1729032178356,"duration":1}},{"uid":"d59354373b8c571a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d59354373b8c571a","status":"passed","time":{"start":1728901896338,"stop":1728901896339,"duration":1}},{"uid":"c1ce5c2392719425","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c1ce5c2392719425","status":"passed","time":{"start":1728893329017,"stop":1728893329018,"duration":1}},{"uid":"541e41219310df7d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/541e41219310df7d","status":"passed","time":{"start":1728856284753,"stop":1728856284753,"duration":0}},{"uid":"85dabdd37a6df698","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85dabdd37a6df698","status":"passed","time":{"start":1728738494928,"stop":1728738494928,"duration":0}},{"uid":"d1f583a6142aab26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d1f583a6142aab26","status":"passed","time":{"start":1728683033623,"stop":1728683033624,"duration":1}},{"uid":"e3c94f9ed2968171","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e3c94f9ed2968171","status":"passed","time":{"start":1728682601729,"stop":1728682601729,"duration":0}},{"uid":"b6514b6d83fe1004","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b6514b6d83fe1004","status":"passed","time":{"start":1728677107953,"stop":1728677107954,"duration":1}},{"uid":"4bbf3b9748b856d0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4bbf3b9748b856d0","status":"passed","time":{"start":1728669764743,"stop":1728669764743,"duration":0}},{"uid":"efaa606806946691","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efaa606806946691","status":"passed","time":{"start":1728598157552,"stop":1728598157552,"duration":0}},{"uid":"e7ad2a4e83f02b9a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7ad2a4e83f02b9a","status":"passed","time":{"start":1728597369050,"stop":1728597369050,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"10fbcf45f2b9befd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/10fbcf45f2b9befd","status":"passed","time":{"start":1729034402279,"stop":1729034402280,"duration":1}},{"uid":"149f3e2908782d57","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/149f3e2908782d57","status":"passed","time":{"start":1729034323294,"stop":1729034323294,"duration":0}},{"uid":"c2ecf39978ce5880","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2ecf39978ce5880","status":"passed","time":{"start":1729034144765,"stop":1729034144765,"duration":0}},{"uid":"be7b93e520f0edba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be7b93e520f0edba","status":"passed","time":{"start":1729032198815,"stop":1729032198816,"duration":1}},{"uid":"1b822bc5ce228915","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b822bc5ce228915","status":"passed","time":{"start":1728901901763,"stop":1728901901764,"duration":1}},{"uid":"7ad888210dfad994","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7ad888210dfad994","status":"passed","time":{"start":1728893337247,"stop":1728893337252,"duration":5}},{"uid":"be06b68873113fa4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be06b68873113fa4","status":"passed","time":{"start":1728856299188,"stop":1728856299189,"duration":1}},{"uid":"8293090fd5a1e4af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8293090fd5a1e4af","status":"passed","time":{"start":1728738505375,"stop":1728738505375,"duration":0}},{"uid":"aec9516e6d2f8205","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aec9516e6d2f8205","status":"passed","time":{"start":1728683045448,"stop":1728683045448,"duration":0}},{"uid":"70b5b77f3b7495eb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70b5b77f3b7495eb","status":"passed","time":{"start":1728682607289,"stop":1728682607290,"duration":1}},{"uid":"c661a2148f5c26d3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c661a2148f5c26d3","status":"passed","time":{"start":1728677103493,"stop":1728677103494,"duration":1}},{"uid":"111ff79d94d997ce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/111ff79d94d997ce","status":"passed","time":{"start":1728669777115,"stop":1728669777116,"duration":1}},{"uid":"cb9486c259363cb9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb9486c259363cb9","status":"passed","time":{"start":1728598163465,"stop":1728598163465,"duration":0}},{"uid":"35faf3f9c1c9b3b9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/35faf3f9c1c9b3b9","status":"passed","time":{"start":1728597375468,"stop":1728597375469,"duration":1}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"28958f5498aa6541","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/28958f5498aa6541","status":"passed","time":{"start":1729034425378,"stop":1729034425379,"duration":1}},{"uid":"33d7ca1d3879e79a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/33d7ca1d3879e79a","status":"passed","time":{"start":1729034346110,"stop":1729034346113,"duration":3}},{"uid":"2d50f32c7ebe81e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d50f32c7ebe81e8","status":"passed","time":{"start":1729034162416,"stop":1729034162417,"duration":1}},{"uid":"543a2cf8f078577f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/543a2cf8f078577f","status":"passed","time":{"start":1729032197327,"stop":1729032197335,"duration":8}},{"uid":"7318e686615ded76","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7318e686615ded76","status":"passed","time":{"start":1728901899717,"stop":1728901899717,"duration":0}},{"uid":"7e5d87869dd7f4d5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7e5d87869dd7f4d5","status":"passed","time":{"start":1728893334924,"stop":1728893334925,"duration":1}},{"uid":"cbb4f16635d00c87","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cbb4f16635d00c87","status":"passed","time":{"start":1728856288028,"stop":1728856288029,"duration":1}},{"uid":"c5eabdb3a6fafaa8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5eabdb3a6fafaa8","status":"passed","time":{"start":1728738501691,"stop":1728738501691,"duration":0}},{"uid":"41f39c02a24fc25f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/41f39c02a24fc25f","status":"passed","time":{"start":1728683044490,"stop":1728683044490,"duration":0}},{"uid":"b5b0fa1f72a2580e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b5b0fa1f72a2580e","status":"passed","time":{"start":1728682619635,"stop":1728682619636,"duration":1}},{"uid":"f540bcbad78e7ac8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f540bcbad78e7ac8","status":"passed","time":{"start":1728677104188,"stop":1728677104190,"duration":2}},{"uid":"17e63a03981b3d38","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/17e63a03981b3d38","status":"passed","time":{"start":1728669759889,"stop":1728669759889,"duration":0}},{"uid":"c264710e17885d48","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c264710e17885d48","status":"passed","time":{"start":1728598164493,"stop":1728598164493,"duration":0}},{"uid":"ef948e1dce96d211","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ef948e1dce96d211","status":"passed","time":{"start":1728597385270,"stop":1728597385270,"duration":0}}]},"c560e80a2e7a10833716f7dbd856620a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6168ca53a83b8719","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6168ca53a83b8719","status":"passed","time":{"start":1729034393632,"stop":1729034393633,"duration":1}}]},"bbb7378b3307828dcb05d49b677b0802:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"891e4f908f45c3fd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/891e4f908f45c3fd","status":"passed","time":{"start":1729034137317,"stop":1729034137317,"duration":0}},{"uid":"239ad0f20cfe4d2a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/239ad0f20cfe4d2a","status":"passed","time":{"start":1729034060022,"stop":1729034060023,"duration":1}},{"uid":"85f63db5b9924a7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85f63db5b9924a7e","status":"passed","time":{"start":1729033874966,"stop":1729033874967,"duration":1}},{"uid":"3e0903160060c99e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3e0903160060c99e","status":"passed","time":{"start":1729031924903,"stop":1729031924904,"duration":1}},{"uid":"da7b0655fd66c598","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da7b0655fd66c598","status":"passed","time":{"start":1728901469131,"stop":1728901469131,"duration":0}},{"uid":"c14460b519638ddb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c14460b519638ddb","status":"passed","time":{"start":1728892899796,"stop":1728892899796,"duration":0}},{"uid":"153b8fbed112c938","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/153b8fbed112c938","status":"passed","time":{"start":1728855863061,"stop":1728855863062,"duration":1}},{"uid":"97aab1ddd894a0f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/97aab1ddd894a0f1","status":"passed","time":{"start":1728738080904,"stop":1728738080904,"duration":0}},{"uid":"3cb5eedc817f0bd9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3cb5eedc817f0bd9","status":"passed","time":{"start":1728682614312,"stop":1728682614312,"duration":0}},{"uid":"34342a4db8bacb4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/34342a4db8bacb4","status":"passed","time":{"start":1728682187097,"stop":1728682187098,"duration":1}},{"uid":"1077c91cb5aa20f5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1077c91cb5aa20f5","status":"passed","time":{"start":1728676661489,"stop":1728676661490,"duration":1}},{"uid":"37fb76567767a419","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/37fb76567767a419","status":"passed","time":{"start":1728669384665,"stop":1728669384665,"duration":0}},{"uid":"539d722bfbdee457","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/539d722bfbdee457","status":"passed","time":{"start":1728597724236,"stop":1728597724236,"duration":0}},{"uid":"78c324fb67191abb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/78c324fb67191abb","status":"passed","time":{"start":1728596943284,"stop":1728596943285,"duration":1}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9f1206911be62d78","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9f1206911be62d78","status":"passed","time":{"start":1729034104920,"stop":1729034104920,"duration":0}},{"uid":"4c931d177e0dd5a4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c931d177e0dd5a4","status":"passed","time":{"start":1729034028518,"stop":1729034028518,"duration":0}},{"uid":"83acd30f98f1e9b6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/83acd30f98f1e9b6","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"duration":0}},{"uid":"d45bdd6d2f1b2fad","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d45bdd6d2f1b2fad","status":"passed","time":{"start":1729031892684,"stop":1729031892684,"duration":0}},{"uid":"e52d0304adf51e1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e52d0304adf51e1","status":"passed","time":{"start":1728901438815,"stop":1728901438815,"duration":0}},{"uid":"8d4d59ebd38ec61d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d4d59ebd38ec61d","status":"passed","time":{"start":1728892869008,"stop":1728892869009,"duration":1}},{"uid":"ffc666cd3a259b4a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ffc666cd3a259b4a","status":"passed","time":{"start":1728855831899,"stop":1728855831900,"duration":1}},{"uid":"239820ab26b4a01","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/239820ab26b4a01","status":"passed","time":{"start":1728738049048,"stop":1728738049048,"duration":0}},{"uid":"baaaa115a9d39695","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/baaaa115a9d39695","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"9f0058e52a37f574","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9f0058e52a37f574","status":"passed","time":{"start":1728682155414,"stop":1728682155415,"duration":1}},{"uid":"83c5d9c5c05e006b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/83c5d9c5c05e006b","status":"passed","time":{"start":1728676629981,"stop":1728676629981,"duration":0}},{"uid":"9e8decc6fdcd8d5b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e8decc6fdcd8d5b","status":"passed","time":{"start":1728669353108,"stop":1728669353108,"duration":0}},{"uid":"6b2bb698c6d6361b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b2bb698c6d6361b","status":"passed","time":{"start":1728597693855,"stop":1728597693855,"duration":0}},{"uid":"57256f6ffe592512","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/57256f6ffe592512","status":"passed","time":{"start":1728596913098,"stop":1728596913099,"duration":1}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d57f555645340925","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d57f555645340925","status":"passed","time":{"start":1729034104918,"stop":1729034104919,"duration":1}},{"uid":"3a9eafedf17b8295","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a9eafedf17b8295","status":"passed","time":{"start":1729034028517,"stop":1729034028517,"duration":0}},{"uid":"2138884f7fce1040","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2138884f7fce1040","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0}},{"uid":"98a5da90ebe1e2c8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/98a5da90ebe1e2c8","status":"passed","time":{"start":1729031892683,"stop":1729031892683,"duration":0}},{"uid":"44a2f39803c27bfa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/44a2f39803c27bfa","status":"passed","time":{"start":1728901438814,"stop":1728901438814,"duration":0}},{"uid":"da72f46b1036496b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da72f46b1036496b","status":"passed","time":{"start":1728892869007,"stop":1728892869007,"duration":0}},{"uid":"3e200605c816e39d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3e200605c816e39d","status":"passed","time":{"start":1728855831898,"stop":1728855831899,"duration":1}},{"uid":"de61f2598751f443","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/de61f2598751f443","status":"passed","time":{"start":1728738049046,"stop":1728738049047,"duration":1}},{"uid":"28d551f45be36ef0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28d551f45be36ef0","status":"passed","time":{"start":1728682582626,"stop":1728682582626,"duration":0}},{"uid":"d31ada51576eb9a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d31ada51576eb9a8","status":"passed","time":{"start":1728682155413,"stop":1728682155414,"duration":1}},{"uid":"38fecc2fbf997d1d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38fecc2fbf997d1d","status":"passed","time":{"start":1728676629980,"stop":1728676629980,"duration":0}},{"uid":"2246365316035015","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2246365316035015","status":"passed","time":{"start":1728669353107,"stop":1728669353107,"duration":0}},{"uid":"8f7e8dae4aff58f2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8f7e8dae4aff58f2","status":"passed","time":{"start":1728597693853,"stop":1728597693853,"duration":0}},{"uid":"211da771347d40f6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/211da771347d40f6","status":"passed","time":{"start":1728596913097,"stop":1728596913098,"duration":1}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"613df3054eb33d0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/613df3054eb33d0","status":"passed","time":{"start":1729034400886,"stop":1729034400886,"duration":0}},{"uid":"4c36a2c36aa573f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c36a2c36aa573f8","status":"passed","time":{"start":1729034317448,"stop":1729034317448,"duration":0}},{"uid":"e67f5286595fca06","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e67f5286595fca06","status":"passed","time":{"start":1729034137127,"stop":1729034137128,"duration":1}},{"uid":"29cd204347dc4dd4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29cd204347dc4dd4","status":"passed","time":{"start":1729032206872,"stop":1729032206872,"duration":0}},{"uid":"2c2a7cad2399bd97","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c2a7cad2399bd97","status":"passed","time":{"start":1728901995019,"stop":1728901995019,"duration":0}},{"uid":"73ca581e00ed035","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73ca581e00ed035","status":"passed","time":{"start":1728893420992,"stop":1728893420993,"duration":1}},{"uid":"133624cef3979a65","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/133624cef3979a65","status":"passed","time":{"start":1728856368593,"stop":1728856368593,"duration":0}},{"uid":"2f1fd083578a4a2b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f1fd083578a4a2b","status":"passed","time":{"start":1728738604678,"stop":1728738604678,"duration":0}},{"uid":"8c5df4bfb49f179b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c5df4bfb49f179b","status":"passed","time":{"start":1728683117614,"stop":1728683117616,"duration":2}},{"uid":"2371471500c54afe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2371471500c54afe","status":"passed","time":{"start":1728682721315,"stop":1728682721316,"duration":1}},{"uid":"93b19cd06b88deac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93b19cd06b88deac","status":"passed","time":{"start":1728677184680,"stop":1728677184680,"duration":0}},{"uid":"213d89a1bde6df21","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/213d89a1bde6df21","status":"passed","time":{"start":1728669866447,"stop":1728669866447,"duration":0}},{"uid":"74fdb6603d35984b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74fdb6603d35984b","status":"passed","time":{"start":1728598249973,"stop":1728598249973,"duration":0}},{"uid":"d8a361e234ed636a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d8a361e234ed636a","status":"passed","time":{"start":1728597472288,"stop":1728597472289,"duration":1}}]},"505aef321fdf47ad5b7795b9521aa54b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1802e0e9232220b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1802e0e9232220b","status":"passed","time":{"start":1728893395080,"stop":1728893395080,"duration":0}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e5f2f536904b6d44","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e5f2f536904b6d44","status":"passed","time":{"start":1729034132179,"stop":1729034132180,"duration":1}},{"uid":"3d60f4b2d9b6519e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3d60f4b2d9b6519e","status":"passed","time":{"start":1729034055085,"stop":1729034055085,"duration":0}},{"uid":"27bdaf32f1d1235a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27bdaf32f1d1235a","status":"passed","time":{"start":1729033869945,"stop":1729033869945,"duration":0}},{"uid":"61d570dd6e74ff61","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61d570dd6e74ff61","status":"passed","time":{"start":1729031919799,"stop":1729031919799,"duration":0}},{"uid":"420920b57291fc83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/420920b57291fc83","status":"passed","time":{"start":1728901465374,"stop":1728901465375,"duration":1}},{"uid":"a25857cf3dbbc59e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a25857cf3dbbc59e","status":"passed","time":{"start":1728892895975,"stop":1728892895975,"duration":0}},{"uid":"ce7f827a8578448e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce7f827a8578448e","status":"passed","time":{"start":1728855858320,"stop":1728855858320,"duration":0}},{"uid":"8ea933348d685317","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8ea933348d685317","status":"passed","time":{"start":1728738075954,"stop":1728738075954,"duration":0}},{"uid":"122f28a6c7e805b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/122f28a6c7e805b7","status":"passed","time":{"start":1728682609269,"stop":1728682609269,"duration":0}},{"uid":"f6265fca10fdfab1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f6265fca10fdfab1","status":"passed","time":{"start":1728682182161,"stop":1728682182161,"duration":0}},{"uid":"4f7dd1e002ccd5d9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f7dd1e002ccd5d9","status":"passed","time":{"start":1728676656594,"stop":1728676656595,"duration":1}},{"uid":"23596d7487539e00","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/23596d7487539e00","status":"passed","time":{"start":1728669379924,"stop":1728669379925,"duration":1}},{"uid":"afdc0212e228285f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/afdc0212e228285f","status":"passed","time":{"start":1728597720386,"stop":1728597720386,"duration":0}},{"uid":"f1fd318641acb1d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1fd318641acb1d1","status":"passed","time":{"start":1728596939485,"stop":1728596939485,"duration":0}}]},"cd3920d64f030529c173cd783cdad868:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4501d14f8b361270","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4501d14f8b361270","status":"passed","time":{"start":1729034169450,"stop":1729034169450,"duration":0}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7aa0e60d77ab58de","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7aa0e60d77ab58de","status":"passed","time":{"start":1729034370833,"stop":1729034370833,"duration":0}},{"uid":"196666e60407f940","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/196666e60407f940","status":"passed","time":{"start":1729034308840,"stop":1729034308846,"duration":6}},{"uid":"935792c153665915","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/935792c153665915","status":"passed","time":{"start":1729034129465,"stop":1729034129465,"duration":0}},{"uid":"d0aa8be951639c5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d0aa8be951639c5","status":"passed","time":{"start":1729032178355,"stop":1729032178355,"duration":0}},{"uid":"78a8b711fff002d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78a8b711fff002d0","status":"passed","time":{"start":1728901896334,"stop":1728901896334,"duration":0}},{"uid":"b76f0ffe87e86e62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b76f0ffe87e86e62","status":"passed","time":{"start":1728893329016,"stop":1728893329017,"duration":1}},{"uid":"7bc3eb47d86e7663","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7bc3eb47d86e7663","status":"passed","time":{"start":1728856284752,"stop":1728856284752,"duration":0}},{"uid":"aaefc3f2fd3f3289","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aaefc3f2fd3f3289","status":"passed","time":{"start":1728738494927,"stop":1728738494928,"duration":1}},{"uid":"9e80e4e9f2f2788b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9e80e4e9f2f2788b","status":"passed","time":{"start":1728683033622,"stop":1728683033623,"duration":1}},{"uid":"1144ff6e6da6b4e8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1144ff6e6da6b4e8","status":"passed","time":{"start":1728682601728,"stop":1728682601728,"duration":0}},{"uid":"3b66527cc394b5f5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3b66527cc394b5f5","status":"passed","time":{"start":1728677107952,"stop":1728677107953,"duration":1}},{"uid":"4623062aaa421ca2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4623062aaa421ca2","status":"passed","time":{"start":1728669764742,"stop":1728669764742,"duration":0}},{"uid":"e27dc2ebe76e0784","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e27dc2ebe76e0784","status":"passed","time":{"start":1728598157551,"stop":1728598157551,"duration":0}},{"uid":"b1824e86e68fcfd3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b1824e86e68fcfd3","status":"passed","time":{"start":1728597369047,"stop":1728597369048,"duration":1}}]},"bbbad8ba087a6b3cb59cec34cd14b909:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"737587455a45d144","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/737587455a45d144","status":"passed","time":{"start":1728738567471,"stop":1728738567471,"duration":0}}]},"496c69c85d72b06e86c03b7e8ae33a43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8fb2b2079c632cdc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8fb2b2079c632cdc","status":"passed","time":{"start":1728683110368,"stop":1728683110369,"duration":1}}]},"ba847809ed0bdee81dd716b6d41cf251:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1da0d7025ce3d465","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1da0d7025ce3d465","status":"passed","time":{"start":1729034357697,"stop":1729034357698,"duration":1}}]},"a18747e063963f18624c2a426c33024d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a15d093b12a3eb2e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a15d093b12a3eb2e","status":"passed","time":{"start":1729032065455,"stop":1729032065455,"duration":0}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"97ff751dcb75f82d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/97ff751dcb75f82d","status":"passed","time":{"start":1729034112605,"stop":1729034112605,"duration":0}},{"uid":"75584499f9806342","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/75584499f9806342","status":"passed","time":{"start":1729034035873,"stop":1729034035873,"duration":0}},{"uid":"b6894e6dfb574f5c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6894e6dfb574f5c","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0}},{"uid":"ac611eb574088876","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac611eb574088876","status":"passed","time":{"start":1729031900272,"stop":1729031900272,"duration":0}},{"uid":"9dd3294eb00f377f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9dd3294eb00f377f","status":"passed","time":{"start":1728901446178,"stop":1728901446178,"duration":0}},{"uid":"f14bf19500710787","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f14bf19500710787","status":"passed","time":{"start":1728892876478,"stop":1728892876478,"duration":0}},{"uid":"cb7fee61fbba2fff","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cb7fee61fbba2fff","status":"passed","time":{"start":1728855839199,"stop":1728855839200,"duration":1}},{"uid":"755ca7456de2cf80","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/755ca7456de2cf80","status":"passed","time":{"start":1728738056465,"stop":1728738056465,"duration":0}},{"uid":"456da0a9cf6d856d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/456da0a9cf6d856d","status":"passed","time":{"start":1728682590045,"stop":1728682590045,"duration":0}},{"uid":"bb7a1ea32d6022a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb7a1ea32d6022a1","status":"passed","time":{"start":1728682162839,"stop":1728682162839,"duration":0}},{"uid":"f59bdd198a29596e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f59bdd198a29596e","status":"passed","time":{"start":1728676637412,"stop":1728676637412,"duration":0}},{"uid":"ffada467f16dacda","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ffada467f16dacda","status":"passed","time":{"start":1728669360495,"stop":1728669360495,"duration":0}},{"uid":"fe51a3b15f685f56","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fe51a3b15f685f56","status":"passed","time":{"start":1728597701237,"stop":1728597701237,"duration":0}},{"uid":"798001ef499cbf9a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/798001ef499cbf9a","status":"passed","time":{"start":1728596920371,"stop":1728596920372,"duration":1}}]},"94f2d56b5bb0b68a1f02fa3db451a462:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7efc8421d6e250e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e7efc8421d6e250e","status":"passed","time":{"start":1728901950547,"stop":1728901950547,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"16eed2a58a06f542","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/16eed2a58a06f542","status":"passed","time":{"start":1729034259806,"stop":1729034259806,"duration":0}},{"uid":"1bd81528471301de","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1bd81528471301de","status":"passed","time":{"start":1729034194000,"stop":1729034194000,"duration":0}},{"uid":"a8ee0a29081af6a2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8ee0a29081af6a2","status":"passed","time":{"start":1729034014827,"stop":1729034014827,"duration":0}},{"uid":"b16c6bbcdf2f844b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b16c6bbcdf2f844b","status":"passed","time":{"start":1729032065419,"stop":1729032065422,"duration":3}},{"uid":"686c5f4b6c49ee8a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/686c5f4b6c49ee8a","status":"passed","time":{"start":1728901664233,"stop":1728901664233,"duration":0}},{"uid":"e63227204ebb7041","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e63227204ebb7041","status":"passed","time":{"start":1728893093678,"stop":1728893093679,"duration":1}},{"uid":"edf07850665cba4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/edf07850665cba4c","status":"passed","time":{"start":1728856055261,"stop":1728856055261,"duration":0}},{"uid":"c238bfefc69d700","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c238bfefc69d700","status":"passed","time":{"start":1728738274737,"stop":1728738274738,"duration":1}},{"uid":"8ff2327bb0c367c8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8ff2327bb0c367c8","status":"passed","time":{"start":1728682807945,"stop":1728682807946,"duration":1}},{"uid":"ae878d80b615d8da","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ae878d80b615d8da","status":"passed","time":{"start":1728682381278,"stop":1728682381278,"duration":0}},{"uid":"479699186c99d011","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/479699186c99d011","status":"passed","time":{"start":1728676853891,"stop":1728676853891,"duration":0}},{"uid":"6c44b3ba102539c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c44b3ba102539c5","status":"passed","time":{"start":1728669581680,"stop":1728669581681,"duration":1}},{"uid":"55d5837c46085b03","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55d5837c46085b03","status":"passed","time":{"start":1728597923458,"stop":1728597923458,"duration":0}},{"uid":"19b8c942ac01466","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/19b8c942ac01466","status":"passed","time":{"start":1728597132256,"stop":1728597132257,"duration":1}}]},"754a9e70bba1a2d5fb7d924f7d3cc175:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa95d57b245d7bb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fa95d57b245d7bb","status":"passed","time":{"start":1728683110371,"stop":1728683110371,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"84f1d38a427572c7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/84f1d38a427572c7","status":"passed","time":{"start":1729034398547,"stop":1729034398547,"duration":0}},{"uid":"be1e2bb1bee3dff5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/be1e2bb1bee3dff5","status":"passed","time":{"start":1729034314813,"stop":1729034314813,"duration":0}},{"uid":"c65fb98a8b1abe0b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c65fb98a8b1abe0b","status":"passed","time":{"start":1729034137163,"stop":1729034137163,"duration":0}},{"uid":"a561984ea38ad6d5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a561984ea38ad6d5","status":"passed","time":{"start":1729032187245,"stop":1729032187245,"duration":0}},{"uid":"1e5e0f008cf24c80","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e5e0f008cf24c80","status":"passed","time":{"start":1728901888428,"stop":1728901888429,"duration":1}},{"uid":"486c6752ca4a6c44","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/486c6752ca4a6c44","status":"passed","time":{"start":1728893323787,"stop":1728893323788,"duration":1}},{"uid":"2809e6355ab05cef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2809e6355ab05cef","status":"passed","time":{"start":1728856285926,"stop":1728856285926,"duration":0}},{"uid":"11e66220ca9703a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11e66220ca9703a","status":"passed","time":{"start":1728738498274,"stop":1728738498274,"duration":0}},{"uid":"24e0a61e25ef8879","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/24e0a61e25ef8879","status":"passed","time":{"start":1728683041390,"stop":1728683041390,"duration":0}},{"uid":"9abd39c8d9d1b58b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9abd39c8d9d1b58b","status":"passed","time":{"start":1728682596012,"stop":1728682596014,"duration":2}},{"uid":"fa57d13385f9d1ac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fa57d13385f9d1ac","status":"passed","time":{"start":1728677091266,"stop":1728677091266,"duration":0}},{"uid":"d0b75834a0e1863a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d0b75834a0e1863a","status":"passed","time":{"start":1728669766424,"stop":1728669766425,"duration":1}},{"uid":"5dc29ab6a3bc4cbd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5dc29ab6a3bc4cbd","status":"passed","time":{"start":1728598152072,"stop":1728598152072,"duration":0}},{"uid":"c8ef073695238b54","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c8ef073695238b54","status":"passed","time":{"start":1728597364115,"stop":1728597364115,"duration":0}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1c4510e94b3137db","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1c4510e94b3137db","status":"passed","time":{"start":1729034411417,"stop":1729034411418,"duration":1}},{"uid":"b94aa8368858f7df","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b94aa8368858f7df","status":"passed","time":{"start":1729034327389,"stop":1729034327389,"duration":0}},{"uid":"4fa2a0410dd57166","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4fa2a0410dd57166","status":"passed","time":{"start":1729034147760,"stop":1729034147760,"duration":0}},{"uid":"c6f2ccaba19b2dce","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6f2ccaba19b2dce","status":"passed","time":{"start":1729032204822,"stop":1729032204822,"duration":0}},{"uid":"8842cc3758e64579","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8842cc3758e64579","status":"passed","time":{"start":1728901907650,"stop":1728901907650,"duration":0}},{"uid":"1cb36fdddce6f48","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cb36fdddce6f48","status":"passed","time":{"start":1728893341885,"stop":1728893341885,"duration":0}},{"uid":"ed7aefdb72b7678d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed7aefdb72b7678d","status":"passed","time":{"start":1728856299350,"stop":1728856299350,"duration":0}},{"uid":"e51fd38b50b6cb9b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e51fd38b50b6cb9b","status":"passed","time":{"start":1728738511610,"stop":1728738511610,"duration":0}},{"uid":"dc24f6f419bf9770","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc24f6f419bf9770","status":"passed","time":{"start":1728683052904,"stop":1728683052905,"duration":1}},{"uid":"3da63ffb9daab035","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3da63ffb9daab035","status":"passed","time":{"start":1728682612905,"stop":1728682612905,"duration":0}},{"uid":"5a412b0891612f28","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5a412b0891612f28","status":"passed","time":{"start":1728677115738,"stop":1728677115739,"duration":1}},{"uid":"510f7311cbfa6277","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/510f7311cbfa6277","status":"passed","time":{"start":1728669778168,"stop":1728669778168,"duration":0}},{"uid":"4bc67e5f52357d97","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4bc67e5f52357d97","status":"passed","time":{"start":1728598175426,"stop":1728598175426,"duration":0}},{"uid":"86c72fa2a4726056","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86c72fa2a4726056","status":"passed","time":{"start":1728597380056,"stop":1728597380056,"duration":0}}]},"e65c928bd7bf47c1b2fe330ed6ae2e8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6edcd225266175b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6edcd225266175b6","status":"passed","time":{"start":1728893389985,"stop":1728893389985,"duration":0}}]},"873a4493b507d9720a59f0bfb73e04f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6037ccbafba217","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f6037ccbafba217","status":"passed","time":{"start":1728677081989,"stop":1728677081989,"duration":0}}]},"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aff6d2959d967108","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aff6d2959d967108","status":"passed","time":{"start":1729034096124,"stop":1729034096124,"duration":0}},{"uid":"af54823ccd6333d1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/af54823ccd6333d1","status":"passed","time":{"start":1729034020083,"stop":1729034020083,"duration":0}},{"uid":"ea7dfeef7d0b4123","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ea7dfeef7d0b4123","status":"passed","time":{"start":1729033834375,"stop":1729033834375,"duration":0}},{"uid":"bd91cae075763a4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bd91cae075763a4","status":"passed","time":{"start":1729031884105,"stop":1729031884106,"duration":1}},{"uid":"21f377838c6e0909","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/21f377838c6e0909","status":"passed","time":{"start":1728901430247,"stop":1728901430248,"duration":1}},{"uid":"c1aefaec35500f6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c1aefaec35500f6a","status":"passed","time":{"start":1728892860523,"stop":1728892860523,"duration":0}},{"uid":"673f155f7426543e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/673f155f7426543e","status":"passed","time":{"start":1728855823314,"stop":1728855823314,"duration":0}},{"uid":"7d740d973582a9e2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7d740d973582a9e2","status":"passed","time":{"start":1728738040583,"stop":1728738040583,"duration":0}},{"uid":"2f4d817a12083003","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2f4d817a12083003","status":"passed","time":{"start":1728682574080,"stop":1728682574080,"duration":0}},{"uid":"88e5007016d17a9d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/88e5007016d17a9d","status":"passed","time":{"start":1728682146808,"stop":1728682146808,"duration":0}},{"uid":"f7a85a218ecc4905","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7a85a218ecc4905","status":"passed","time":{"start":1728676621422,"stop":1728676621422,"duration":0}},{"uid":"192d0397dcc154eb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/192d0397dcc154eb","status":"passed","time":{"start":1728669344459,"stop":1728669344459,"duration":0}},{"uid":"6ffa95db9580cb32","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6ffa95db9580cb32","status":"passed","time":{"start":1728597685152,"stop":1728597685152,"duration":0}},{"uid":"3c493aa8d2a83c5c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3c493aa8d2a83c5c","status":"passed","time":{"start":1728596904458,"stop":1728596904459,"duration":1}}]},"504ae292fead219a4a004bf2f8bc8f0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37084eb10bef3eb6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/37084eb10bef3eb6","status":"passed","time":{"start":1729034348214,"stop":1729034348214,"duration":0}}]},"1a04f7de419c27d2719083a8dfcbf8cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e83fbde2b732178","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9e83fbde2b732178","status":"passed","time":{"start":1729034402285,"stop":1729034402285,"duration":0}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4b780dfd8365ba14","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4b780dfd8365ba14","status":"passed","time":{"start":1729034112387,"stop":1729034112387,"duration":0}},{"uid":"b240c2a7ff4ac6bb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b240c2a7ff4ac6bb","status":"passed","time":{"start":1729034035614,"stop":1729034035614,"duration":0}},{"uid":"7900b7379a879674","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7900b7379a879674","status":"passed","time":{"start":1729033850404,"stop":1729033850405,"duration":1}},{"uid":"424c9096f89b7d6a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/424c9096f89b7d6a","status":"passed","time":{"start":1729031899689,"stop":1729031899689,"duration":0}},{"uid":"b7c651ce3ba0c44f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c651ce3ba0c44f","status":"passed","time":{"start":1728901445801,"stop":1728901445802,"duration":1}},{"uid":"4eb7a0e97325ab46","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4eb7a0e97325ab46","status":"passed","time":{"start":1728892876333,"stop":1728892876333,"duration":0}},{"uid":"62ae3324c7cd1f00","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62ae3324c7cd1f00","status":"passed","time":{"start":1728855838897,"stop":1728855838897,"duration":0}},{"uid":"9ae64db4e25049c0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ae64db4e25049c0","status":"passed","time":{"start":1728738055941,"stop":1728738055941,"duration":0}},{"uid":"994faade168d7dfd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/994faade168d7dfd","status":"passed","time":{"start":1728682589825,"stop":1728682589825,"duration":0}},{"uid":"21ce7539bba96c21","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/21ce7539bba96c21","status":"passed","time":{"start":1728682162267,"stop":1728682162268,"duration":1}},{"uid":"34162da2f573f4bb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34162da2f573f4bb","status":"passed","time":{"start":1728676637064,"stop":1728676637064,"duration":0}},{"uid":"7c992148558ae","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7c992148558ae","status":"passed","time":{"start":1728669360434,"stop":1728669360434,"duration":0}},{"uid":"d0beba729e334586","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d0beba729e334586","status":"passed","time":{"start":1728597700985,"stop":1728597700986,"duration":1}},{"uid":"c58e810d568b552a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c58e810d568b552a","status":"passed","time":{"start":1728596920268,"stop":1728596920268,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"30f9b2f0970e26c0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/30f9b2f0970e26c0","status":"passed","time":{"start":1729034104153,"stop":1729034104153,"duration":0}},{"uid":"7557a4fd4541160a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7557a4fd4541160a","status":"passed","time":{"start":1729034027734,"stop":1729034027735,"duration":1}},{"uid":"c4ec123c5c6fd6c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4ec123c5c6fd6c1","status":"passed","time":{"start":1729033842338,"stop":1729033842339,"duration":1}},{"uid":"a29a001b5e79c209","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a29a001b5e79c209","status":"passed","time":{"start":1729031892042,"stop":1729031892042,"duration":0}},{"uid":"3873895e8b4d44b4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3873895e8b4d44b4","status":"passed","time":{"start":1728901438022,"stop":1728901438023,"duration":1}},{"uid":"2d522695e1e594be","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2d522695e1e594be","status":"passed","time":{"start":1728892868228,"stop":1728892868229,"duration":1}},{"uid":"42f40698b65c5ed1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/42f40698b65c5ed1","status":"passed","time":{"start":1728855831075,"stop":1728855831075,"duration":0}},{"uid":"b04315773d3319e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b04315773d3319e0","status":"passed","time":{"start":1728738048433,"stop":1728738048435,"duration":2}},{"uid":"ab3274b044d83bfe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab3274b044d83bfe","status":"passed","time":{"start":1728682581833,"stop":1728682581837,"duration":4}},{"uid":"b3dbdfa6f7289354","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3dbdfa6f7289354","status":"passed","time":{"start":1728682154703,"stop":1728682154704,"duration":1}},{"uid":"54514fedb7f8b4c5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/54514fedb7f8b4c5","status":"passed","time":{"start":1728676629292,"stop":1728676629292,"duration":0}},{"uid":"69bf2c82a0aefaa6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/69bf2c82a0aefaa6","status":"passed","time":{"start":1728669352206,"stop":1728669352206,"duration":0}},{"uid":"6c37a483f282ff5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6c37a483f282ff5e","status":"passed","time":{"start":1728597693009,"stop":1728597693010,"duration":1}},{"uid":"142580462894c140","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/142580462894c140","status":"passed","time":{"start":1728596912509,"stop":1728596912510,"duration":1}}]},"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":11,"unknown":0,"total":14},"items":[{"uid":"12f5af40a6efb4e1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12f5af40a6efb4e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241338,"stop":1729034241338,"duration":0}},{"uid":"3eb44e3b9652d20","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3eb44e3b9652d20","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160187,"stop":1729034160187,"duration":0}},{"uid":"d2d69a734079f3db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d2d69a734079f3db","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977224,"stop":1729033977224,"duration":0}},{"uid":"6da243487a75d76a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6da243487a75d76a","status":"passed","time":{"start":1729032053269,"stop":1729032053269,"duration":0}},{"uid":"78a91da7fe7deef4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78a91da7fe7deef4","status":"passed","time":{"start":1728901711766,"stop":1728901711766,"duration":0}},{"uid":"c682916ab38ec6ea","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c682916ab38ec6ea","status":"passed","time":{"start":1728893141896,"stop":1728893141896,"duration":0}},{"uid":"1f76041a87f33e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f76041a87f33e5","status":"passed","time":{"start":1728856103198,"stop":1728856103199,"duration":1}},{"uid":"5536516ac0ce37bf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5536516ac0ce37bf","status":"passed","time":{"start":1728738321617,"stop":1728738321618,"duration":1}},{"uid":"f250c985c9487a46","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f250c985c9487a46","status":"passed","time":{"start":1728682857564,"stop":1728682857565,"duration":1}},{"uid":"d9d2e8a01f8e86dc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d9d2e8a01f8e86dc","status":"passed","time":{"start":1728682428803,"stop":1728682428803,"duration":0}},{"uid":"c1b373bfe53a213","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1b373bfe53a213","status":"passed","time":{"start":1728676901167,"stop":1728676901167,"duration":0}},{"uid":"63456b14a8e67c79","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/63456b14a8e67c79","status":"passed","time":{"start":1728669573861,"stop":1728669573862,"duration":1}},{"uid":"d91edba3cbf3823d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d91edba3cbf3823d","status":"passed","time":{"start":1728597972336,"stop":1728597972336,"duration":0}},{"uid":"4f95b95efc6fe814","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f95b95efc6fe814","status":"passed","time":{"start":1728597175618,"stop":1728597175618,"duration":0}}]},"db21f03eee600c7e0a57ac2df182b2e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9eecf3e5a05745bf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9eecf3e5a05745bf","status":"passed","time":{"start":1728669834422,"stop":1728669834423,"duration":1}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ef881d3a44d06897","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ef881d3a44d06897","status":"passed","time":{"start":1729034296706,"stop":1729034296706,"duration":0}},{"uid":"54810c6233e3537a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/54810c6233e3537a","status":"passed","time":{"start":1729034220603,"stop":1729034220603,"duration":0}},{"uid":"ccae3bd215ab031a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccae3bd215ab031a","status":"passed","time":{"start":1729034041487,"stop":1729034041487,"duration":0}},{"uid":"26e48c93716c0ef9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/26e48c93716c0ef9","status":"passed","time":{"start":1728901705399,"stop":1728901705401,"duration":2}},{"uid":"914fd9dfab6fcfde","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/914fd9dfab6fcfde","status":"passed","time":{"start":1728893141776,"stop":1728893141776,"duration":0}},{"uid":"c1e42e8c15dbd161","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c1e42e8c15dbd161","status":"passed","time":{"start":1728856087083,"stop":1728856087083,"duration":0}},{"uid":"1d856d9b2354def5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1d856d9b2354def5","status":"passed","time":{"start":1728738321434,"stop":1728738321434,"duration":0}},{"uid":"141f2e8789a6c84e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/141f2e8789a6c84e","status":"passed","time":{"start":1728682845673,"stop":1728682845674,"duration":1}},{"uid":"8d0b58e53b41adf8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8d0b58e53b41adf8","status":"passed","time":{"start":1728682424309,"stop":1728682424309,"duration":0}},{"uid":"d65e2a6a64a5e20","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d65e2a6a64a5e20","status":"passed","time":{"start":1728676900518,"stop":1728676900519,"duration":1}},{"uid":"554f88fdf92e3eb4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/554f88fdf92e3eb4","status":"passed","time":{"start":1728669625799,"stop":1728669625799,"duration":0}},{"uid":"bfe2741946346f8a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bfe2741946346f8a","status":"passed","time":{"start":1728597957164,"stop":1728597957165,"duration":1}},{"uid":"f0e70a5a91c15806","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0e70a5a91c15806","status":"passed","time":{"start":1728597182616,"stop":1728597182617,"duration":1}}]},"dbcd14cc9b1420e98065a04fa116d682:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23af4aa4a64ebdd6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/23af4aa4a64ebdd6","status":"passed","time":{"start":1729034393658,"stop":1729034393658,"duration":0}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c4bebc9b6170ada","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c4bebc9b6170ada","status":"passed","time":{"start":1729034475002,"stop":1729034475002,"duration":0}},{"uid":"794f61fcd3347fd1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/794f61fcd3347fd1","status":"passed","time":{"start":1729034395299,"stop":1729034395300,"duration":1}},{"uid":"a249435eea9c5275","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a249435eea9c5275","status":"passed","time":{"start":1729034209113,"stop":1729034209113,"duration":0}},{"uid":"2a1aab6ca523ecd0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a1aab6ca523ecd0","status":"passed","time":{"start":1729032264589,"stop":1729032264589,"duration":0}},{"uid":"546b1ffbb9a10d2b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/546b1ffbb9a10d2b","status":"passed","time":{"start":1728902012872,"stop":1728902012872,"duration":0}},{"uid":"19add29b4b69f3fc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19add29b4b69f3fc","status":"passed","time":{"start":1728893454823,"stop":1728893454823,"duration":0}},{"uid":"a807bb1109fb7a1d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a807bb1109fb7a1d","status":"passed","time":{"start":1728856408465,"stop":1728856408466,"duration":1}},{"uid":"d30a35243917e697","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d30a35243917e697","status":"passed","time":{"start":1728738633872,"stop":1728738633872,"duration":0}},{"uid":"c21f8c479f010a5e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c21f8c479f010a5e","status":"passed","time":{"start":1728683159818,"stop":1728683159818,"duration":0}},{"uid":"5c2f3109afea7df6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5c2f3109afea7df6","status":"passed","time":{"start":1728682751341,"stop":1728682751341,"duration":0}},{"uid":"b4c1539221542c6a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4c1539221542c6a","status":"passed","time":{"start":1728677216375,"stop":1728677216375,"duration":0}},{"uid":"8766cd6b00339166","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8766cd6b00339166","status":"passed","time":{"start":1728669925464,"stop":1728669925465,"duration":1}},{"uid":"f2109baa82044936","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f2109baa82044936","status":"passed","time":{"start":1728598268818,"stop":1728598268819,"duration":1}},{"uid":"11da9c06ddbbafbf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/11da9c06ddbbafbf","status":"passed","time":{"start":1728597503946,"stop":1728597503947,"duration":1}}]},"196aabc86b3f784df37e426f3171f46d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"573af7c54c526590","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/573af7c54c526590","status":"passed","time":{"start":1728901950553,"stop":1728901950554,"duration":1}}]},"2b9afaf34676cac7fe1bf810b9f32d66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":10,"unknown":0,"total":13},"items":[{"uid":"d947c6e7e6c40784","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d947c6e7e6c40784","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241162,"stop":1729034241163,"duration":1}},{"uid":"39d564ab19a60b85","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/39d564ab19a60b85","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159976,"stop":1729034159976,"duration":0}},{"uid":"57df7b288d19998f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/57df7b288d19998f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977066,"stop":1729033977066,"duration":0}},{"uid":"ad826fc9462af48","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ad826fc9462af48","status":"passed","time":{"start":1729032093824,"stop":1729032093824,"duration":0}},{"uid":"dbfef6898a7a319c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dbfef6898a7a319c","status":"passed","time":{"start":1728901748784,"stop":1728901748784,"duration":0}},{"uid":"f264d6220b259d3b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f264d6220b259d3b","status":"passed","time":{"start":1728893181088,"stop":1728893181089,"duration":1}},{"uid":"8f43e636cdf5314a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f43e636cdf5314a","status":"passed","time":{"start":1728856155554,"stop":1728856155554,"duration":0}},{"uid":"980bfb5851f4cee5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/980bfb5851f4cee5","status":"passed","time":{"start":1728738360303,"stop":1728738360303,"duration":0}},{"uid":"e4d11773953a5e4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e4d11773953a5e4f","status":"passed","time":{"start":1728682907224,"stop":1728682907224,"duration":0}},{"uid":"9fd9f76929afe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9fd9f76929afe","status":"passed","time":{"start":1728682466738,"stop":1728682466739,"duration":1}},{"uid":"b1cd45ce3eed83d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b1cd45ce3eed83d7","status":"passed","time":{"start":1728676955724,"stop":1728676955724,"duration":0}},{"uid":"322b7bdeb298a556","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/322b7bdeb298a556","status":"passed","time":{"start":1728598013537,"stop":1728598013537,"duration":0}},{"uid":"77338591f328a16f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/77338591f328a16f","status":"passed","time":{"start":1728597225202,"stop":1728597225202,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7ec4b416f4fa07a3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7ec4b416f4fa07a3","status":"passed","time":{"start":1729034296701,"stop":1729034296701,"duration":0}},{"uid":"c3f7df88ccb65553","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c3f7df88ccb65553","status":"passed","time":{"start":1729034220596,"stop":1729034220597,"duration":1}},{"uid":"136f8b376a5ef8dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/136f8b376a5ef8dd","status":"passed","time":{"start":1729034041473,"stop":1729034041474,"duration":1}},{"uid":"ee48885ee71cc3d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ee48885ee71cc3d2","status":"passed","time":{"start":1728901705383,"stop":1728901705385,"duration":2}},{"uid":"6e56211ee0635a7f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6e56211ee0635a7f","status":"passed","time":{"start":1728893141768,"stop":1728893141769,"duration":1}},{"uid":"c855b9700e90da7a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c855b9700e90da7a","status":"passed","time":{"start":1728856087079,"stop":1728856087079,"duration":0}},{"uid":"20d4d72f9ba5767","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20d4d72f9ba5767","status":"passed","time":{"start":1728738321430,"stop":1728738321430,"duration":0}},{"uid":"bc7f5da7b5c0cd24","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc7f5da7b5c0cd24","status":"passed","time":{"start":1728682845670,"stop":1728682845670,"duration":0}},{"uid":"37e3df8854a6003d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/37e3df8854a6003d","status":"passed","time":{"start":1728682424303,"stop":1728682424304,"duration":1}},{"uid":"8d9955de7b6f98df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8d9955de7b6f98df","status":"passed","time":{"start":1728676900511,"stop":1728676900511,"duration":0}},{"uid":"16bd18cc25405510","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/16bd18cc25405510","status":"passed","time":{"start":1728669625794,"stop":1728669625795,"duration":1}},{"uid":"ca3c30678401fc9f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca3c30678401fc9f","status":"passed","time":{"start":1728597957159,"stop":1728597957159,"duration":0}},{"uid":"f2562ade4414fe27","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f2562ade4414fe27","status":"passed","time":{"start":1728597182593,"stop":1728597182598,"duration":5}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1af2a2defe8bebb9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1af2a2defe8bebb9","status":"passed","time":{"start":1729034240926,"stop":1729034240927,"duration":1}},{"uid":"216db4eb21c9a4df","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/216db4eb21c9a4df","status":"passed","time":{"start":1729034159622,"stop":1729034159623,"duration":1}},{"uid":"7356360137264b16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7356360137264b16","status":"passed","time":{"start":1729033976806,"stop":1729033976806,"duration":0}},{"uid":"81fed2b97fc18ec9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/81fed2b97fc18ec9","status":"passed","time":{"start":1729032020528,"stop":1729032020530,"duration":2}},{"uid":"859cc47b9b680f44","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/859cc47b9b680f44","status":"passed","time":{"start":1728901616473,"stop":1728901616473,"duration":0}},{"uid":"8fa35f7e94a45a25","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fa35f7e94a45a25","status":"passed","time":{"start":1728893050250,"stop":1728893050250,"duration":0}},{"uid":"5f5cd01c596f8739","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5f5cd01c596f8739","status":"passed","time":{"start":1728856015176,"stop":1728856015176,"duration":0}},{"uid":"aa5aa8e1e677324a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa5aa8e1e677324a","status":"passed","time":{"start":1728738233147,"stop":1728738233148,"duration":1}},{"uid":"902c2493e0a1c842","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/902c2493e0a1c842","status":"passed","time":{"start":1728682762477,"stop":1728682762477,"duration":0}},{"uid":"81f7810df308897b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/81f7810df308897b","status":"passed","time":{"start":1728682332791,"stop":1728682332791,"duration":0}},{"uid":"1e315812205697c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1e315812205697c7","status":"passed","time":{"start":1728676810300,"stop":1728676810300,"duration":0}},{"uid":"a1b986ae1f218a6b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a1b986ae1f218a6b","status":"passed","time":{"start":1728669529905,"stop":1728669529906,"duration":1}},{"uid":"d123d1a86cbc3add","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d123d1a86cbc3add","status":"passed","time":{"start":1728597873540,"stop":1728597873540,"duration":0}},{"uid":"e7785bfeb7e5951c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7785bfeb7e5951c","status":"passed","time":{"start":1728597089278,"stop":1728597089278,"duration":0}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"94a8e54f54255957","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/94a8e54f54255957","status":"passed","time":{"start":1729034155171,"stop":1729034155172,"duration":1}},{"uid":"5856981f6eabfc81","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5856981f6eabfc81","status":"passed","time":{"start":1729034079232,"stop":1729034079233,"duration":1}},{"uid":"bae066ea0937368","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bae066ea0937368","status":"passed","time":{"start":1729033892956,"stop":1729033892956,"duration":0}},{"uid":"1f184c17654de7df","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1f184c17654de7df","status":"passed","time":{"start":1729031943349,"stop":1729031943350,"duration":1}},{"uid":"cf6ea0ecc9a91356","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cf6ea0ecc9a91356","status":"passed","time":{"start":1728901487520,"stop":1728901487520,"duration":0}},{"uid":"1e6902689b8793cc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e6902689b8793cc","status":"passed","time":{"start":1728892920385,"stop":1728892920386,"duration":1}},{"uid":"d9d17c3ea7ede79c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9d17c3ea7ede79c","status":"passed","time":{"start":1728855881507,"stop":1728855881507,"duration":0}},{"uid":"5489a25464cd7353","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5489a25464cd7353","status":"passed","time":{"start":1728738098728,"stop":1728738098729,"duration":1}},{"uid":"4b5b477253e75d0a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4b5b477253e75d0a","status":"passed","time":{"start":1728682632219,"stop":1728682632219,"duration":0}},{"uid":"57b68ab4c5834f09","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/57b68ab4c5834f09","status":"passed","time":{"start":1728682205209,"stop":1728682205209,"duration":0}},{"uid":"81739e12e3567d55","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/81739e12e3567d55","status":"passed","time":{"start":1728676680986,"stop":1728676680987,"duration":1}},{"uid":"728ee257049baed6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/728ee257049baed6","status":"passed","time":{"start":1728669404738,"stop":1728669404739,"duration":1}},{"uid":"8221f7e8a948f1d0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8221f7e8a948f1d0","status":"passed","time":{"start":1728597743845,"stop":1728597743846,"duration":1}},{"uid":"3f592d71d0932de8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f592d71d0932de8","status":"passed","time":{"start":1728596961182,"stop":1728596961183,"duration":1}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7a8df02a10bf2b44","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a8df02a10bf2b44","status":"passed","time":{"start":1729034411428,"stop":1729034411428,"duration":0}},{"uid":"493919ec7ab36fbf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/493919ec7ab36fbf","status":"passed","time":{"start":1729034327412,"stop":1729034327413,"duration":1}},{"uid":"e03453525f0fef2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e03453525f0fef2","status":"passed","time":{"start":1729034147792,"stop":1729034147792,"duration":0}},{"uid":"fd1b633c20b873eb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fd1b633c20b873eb","status":"passed","time":{"start":1729032204833,"stop":1729032204834,"duration":1}},{"uid":"3e41b96123892b94","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3e41b96123892b94","status":"passed","time":{"start":1728901907717,"stop":1728901907717,"duration":0}},{"uid":"b50331a175c1bf1f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b50331a175c1bf1f","status":"passed","time":{"start":1728893341892,"stop":1728893341892,"duration":0}},{"uid":"815bada6cd38f8e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/815bada6cd38f8e7","status":"passed","time":{"start":1728856299387,"stop":1728856299387,"duration":0}},{"uid":"435cbad43b7498de","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/435cbad43b7498de","status":"passed","time":{"start":1728738511623,"stop":1728738511623,"duration":0}},{"uid":"e26dfb0e7fc046fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e26dfb0e7fc046fd","status":"passed","time":{"start":1728683052915,"stop":1728683052915,"duration":0}},{"uid":"290c92cda73d1f37","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/290c92cda73d1f37","status":"passed","time":{"start":1728682612915,"stop":1728682612915,"duration":0}},{"uid":"2b1548621ae19405","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b1548621ae19405","status":"passed","time":{"start":1728677115754,"stop":1728677115755,"duration":1}},{"uid":"cf76be51946e014a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cf76be51946e014a","status":"passed","time":{"start":1728669778187,"stop":1728669778188,"duration":1}},{"uid":"68ed00b75c656995","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68ed00b75c656995","status":"passed","time":{"start":1728598175437,"stop":1728598175437,"duration":0}},{"uid":"318cc6460c159670","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/318cc6460c159670","status":"passed","time":{"start":1728597380066,"stop":1728597380067,"duration":1}}]},"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c0923387eac3c823","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c0923387eac3c823","status":"passed","time":{"start":1729034096131,"stop":1729034096131,"duration":0}},{"uid":"4035f0f33f5fefb2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4035f0f33f5fefb2","status":"passed","time":{"start":1729034020088,"stop":1729034020088,"duration":0}},{"uid":"c2a979ab240db1c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2a979ab240db1c5","status":"passed","time":{"start":1729033834382,"stop":1729033834382,"duration":0}},{"uid":"d71489dfbf48112d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d71489dfbf48112d","status":"passed","time":{"start":1729031884115,"stop":1729031884115,"duration":0}},{"uid":"b5893b4a31145291","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b5893b4a31145291","status":"passed","time":{"start":1728901430253,"stop":1728901430253,"duration":0}},{"uid":"ae0cae2a815f9fac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ae0cae2a815f9fac","status":"passed","time":{"start":1728892860530,"stop":1728892860530,"duration":0}},{"uid":"cf23b676962dc24c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cf23b676962dc24c","status":"passed","time":{"start":1728855823321,"stop":1728855823321,"duration":0}},{"uid":"4522b02951e84817","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4522b02951e84817","status":"passed","time":{"start":1728738040599,"stop":1728738040599,"duration":0}},{"uid":"7f552369e5739e23","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7f552369e5739e23","status":"passed","time":{"start":1728682574089,"stop":1728682574090,"duration":1}},{"uid":"dd1d076051c05633","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dd1d076051c05633","status":"passed","time":{"start":1728682146815,"stop":1728682146815,"duration":0}},{"uid":"226c33da84782a69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/226c33da84782a69","status":"passed","time":{"start":1728676621430,"stop":1728676621430,"duration":0}},{"uid":"47afba39c96566e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/47afba39c96566e2","status":"passed","time":{"start":1728669344465,"stop":1728669344466,"duration":1}},{"uid":"9d63e24d14a3dbc2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9d63e24d14a3dbc2","status":"passed","time":{"start":1728597685159,"stop":1728597685159,"duration":0}},{"uid":"cc7cc52172c52c7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cc7cc52172c52c7e","status":"passed","time":{"start":1728596904465,"stop":1728596904466,"duration":1}}]},"08f30757872d3120e463e579258d5aff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b10131dbb45a893b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b10131dbb45a893b","status":"passed","time":{"start":1728893395073,"stop":1728893395074,"duration":1}}]},"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7d6bf52445e2486e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7d6bf52445e2486e","status":"passed","time":{"start":1729034096120,"stop":1729034096121,"duration":1}},{"uid":"42b01c3bc5618570","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/42b01c3bc5618570","status":"passed","time":{"start":1729034020081,"stop":1729034020081,"duration":0}},{"uid":"b48472ccfba8f8e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b48472ccfba8f8e8","status":"passed","time":{"start":1729033834373,"stop":1729033834373,"duration":0}},{"uid":"eab2423b5c6e6a47","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/eab2423b5c6e6a47","status":"passed","time":{"start":1729031884103,"stop":1729031884103,"duration":0}},{"uid":"e9464cc5b2e61209","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e9464cc5b2e61209","status":"passed","time":{"start":1728901430246,"stop":1728901430246,"duration":0}},{"uid":"d417110e9f3dfe9a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d417110e9f3dfe9a","status":"passed","time":{"start":1728892860521,"stop":1728892860521,"duration":0}},{"uid":"20ade201db023df4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/20ade201db023df4","status":"passed","time":{"start":1728855823311,"stop":1728855823312,"duration":1}},{"uid":"38d6b8d797af2853","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38d6b8d797af2853","status":"passed","time":{"start":1728738040580,"stop":1728738040580,"duration":0}},{"uid":"7768e791a0bb0623","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7768e791a0bb0623","status":"passed","time":{"start":1728682574078,"stop":1728682574078,"duration":0}},{"uid":"966eb4da37158efb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/966eb4da37158efb","status":"passed","time":{"start":1728682146806,"stop":1728682146806,"duration":0}},{"uid":"46e16d68ecd779c0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46e16d68ecd779c0","status":"passed","time":{"start":1728676621419,"stop":1728676621420,"duration":1}},{"uid":"9d6e9d7da802f2ec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9d6e9d7da802f2ec","status":"passed","time":{"start":1728669344457,"stop":1728669344457,"duration":0}},{"uid":"1628256c5e7d9056","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1628256c5e7d9056","status":"passed","time":{"start":1728597685150,"stop":1728597685150,"duration":0}},{"uid":"ea107dfa72bd5d08","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea107dfa72bd5d08","status":"passed","time":{"start":1728596904456,"stop":1728596904456,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ac0eb85f3360dcb6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ac0eb85f3360dcb6","status":"passed","time":{"start":1729034475270,"stop":1729034475271,"duration":1}},{"uid":"96c274de4b21d2b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/96c274de4b21d2b","status":"passed","time":{"start":1729034392399,"stop":1729034392400,"duration":1}},{"uid":"4866072b417bef22","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4866072b417bef22","status":"passed","time":{"start":1729034208292,"stop":1729034208293,"duration":1}},{"uid":"da4b656a5e0017ca","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/da4b656a5e0017ca","status":"passed","time":{"start":1729032257061,"stop":1729032257062,"duration":1}},{"uid":"72fd8605ac31f717","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/72fd8605ac31f717","status":"passed","time":{"start":1728902024011,"stop":1728902024011,"duration":0}},{"uid":"5002a6cdebd6d6aa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5002a6cdebd6d6aa","status":"passed","time":{"start":1728893455128,"stop":1728893455128,"duration":0}},{"uid":"6875039813b9324e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6875039813b9324e","status":"passed","time":{"start":1728856404960,"stop":1728856404961,"duration":1}},{"uid":"4c0cc1740e4dd2c0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4c0cc1740e4dd2c0","status":"passed","time":{"start":1728738634667,"stop":1728738634667,"duration":0}},{"uid":"9169f4a9c15136e3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9169f4a9c15136e3","status":"passed","time":{"start":1728683163619,"stop":1728683163619,"duration":0}},{"uid":"9c7f8373e50d3437","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9c7f8373e50d3437","status":"passed","time":{"start":1728682737539,"stop":1728682737539,"duration":0}},{"uid":"9ab8532c94a0f87b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9ab8532c94a0f87b","status":"passed","time":{"start":1728677222566,"stop":1728677222566,"duration":0}},{"uid":"625e380c3af6e7da","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/625e380c3af6e7da","status":"passed","time":{"start":1728669905020,"stop":1728669905024,"duration":4}},{"uid":"ecb1ead67ae628d0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ecb1ead67ae628d0","status":"passed","time":{"start":1728598284364,"stop":1728598284364,"duration":0}},{"uid":"f41f5a5c54c45d33","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f41f5a5c54c45d33","status":"passed","time":{"start":1728597506829,"stop":1728597506829,"duration":0}}]},"d266bf8575a593424ca843ed170d0026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"427d24f2e61002a5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/427d24f2e61002a5","status":"passed","time":{"start":1729034111868,"stop":1729034111873,"duration":5}},{"uid":"1be616b5c0a6b4c9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1be616b5c0a6b4c9","status":"passed","time":{"start":1729034034976,"stop":1729034034977,"duration":1}},{"uid":"1c13206dcd827314","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c13206dcd827314","status":"passed","time":{"start":1729033849376,"stop":1729033849378,"duration":2}},{"uid":"8c4fec06baa29ebb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c4fec06baa29ebb","status":"passed","time":{"start":1729031899546,"stop":1729031899546,"duration":0}},{"uid":"d77e33b37630fdf9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d77e33b37630fdf9","status":"passed","time":{"start":1728901444839,"stop":1728901444840,"duration":1}},{"uid":"c9ceda97de66724f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9ceda97de66724f","status":"passed","time":{"start":1728892875612,"stop":1728892875613,"duration":1}},{"uid":"d2f5be224a3f25e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d2f5be224a3f25e2","status":"passed","time":{"start":1728855838484,"stop":1728855838487,"duration":3}},{"uid":"5c2a2a2c47cd8e49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c2a2a2c47cd8e49","status":"passed","time":{"start":1728738055449,"stop":1728738055450,"duration":1}},{"uid":"246bb276e29b3065","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/246bb276e29b3065","status":"passed","time":{"start":1728682589262,"stop":1728682589262,"duration":0}},{"uid":"2f1326d05043f102","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f1326d05043f102","status":"passed","time":{"start":1728682162180,"stop":1728682162180,"duration":0}},{"uid":"d69f59da18d2b766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d69f59da18d2b766","status":"passed","time":{"start":1728676636506,"stop":1728676636507,"duration":1}},{"uid":"8bee6b7575919e27","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bee6b7575919e27","status":"passed","time":{"start":1728669359845,"stop":1728669359846,"duration":1}},{"uid":"aec353a4557cf111","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aec353a4557cf111","status":"passed","time":{"start":1728597699699,"stop":1728597699700,"duration":1}},{"uid":"1699fe15994124c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1699fe15994124c6","status":"passed","time":{"start":1728596919892,"stop":1728596919892,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c93a04f1933e06f0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c93a04f1933e06f0","status":"passed","time":{"start":1729034231338,"stop":1729034231338,"duration":0}},{"uid":"15da6264dd6402f4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/15da6264dd6402f4","status":"passed","time":{"start":1729034153003,"stop":1729034153004,"duration":1}},{"uid":"22ccfe398d0bacbe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/22ccfe398d0bacbe","status":"passed","time":{"start":1729033965752,"stop":1729033965752,"duration":0}},{"uid":"299d1f8ef990a1db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/299d1f8ef990a1db","status":"passed","time":{"start":1729032018029,"stop":1729032018029,"duration":0}},{"uid":"d7a1d0e5d462a290","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d7a1d0e5d462a290","status":"passed","time":{"start":1728901595851,"stop":1728901595851,"duration":0}},{"uid":"f7763fb176e2bf67","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f7763fb176e2bf67","status":"passed","time":{"start":1728893032689,"stop":1728893032689,"duration":0}},{"uid":"2d35b44758d6639e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d35b44758d6639e","status":"passed","time":{"start":1728855998177,"stop":1728855998185,"duration":8}},{"uid":"6c0c7e954d3e291c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c0c7e954d3e291c","status":"passed","time":{"start":1728738212194,"stop":1728738212195,"duration":1}},{"uid":"4ec7bf402bd5df91","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ec7bf402bd5df91","status":"passed","time":{"start":1728682746575,"stop":1728682746575,"duration":0}},{"uid":"e9a2f98cf83f4e4f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9a2f98cf83f4e4f","status":"passed","time":{"start":1728682328608,"stop":1728682328609,"duration":1}},{"uid":"7d0dcf6f7c2eeba","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d0dcf6f7c2eeba","status":"passed","time":{"start":1728676807593,"stop":1728676807593,"duration":0}},{"uid":"c9f0a5776f1f875d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9f0a5776f1f875d","status":"passed","time":{"start":1728669514928,"stop":1728669514929,"duration":1}},{"uid":"78ed4afba0b46808","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/78ed4afba0b46808","status":"passed","time":{"start":1728597860131,"stop":1728597860131,"duration":0}},{"uid":"d11e22b44da5a6c1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d11e22b44da5a6c1","status":"passed","time":{"start":1728597074713,"stop":1728597074713,"duration":0}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1aec12ae568d8b26","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1aec12ae568d8b26","status":"passed","time":{"start":1729034130925,"stop":1729034130925,"duration":0}},{"uid":"99c01c343297768a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/99c01c343297768a","status":"passed","time":{"start":1729034053887,"stop":1729034053888,"duration":1}},{"uid":"9eb26272e9fa5f9d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9eb26272e9fa5f9d","status":"passed","time":{"start":1729033868927,"stop":1729033868927,"duration":0}},{"uid":"6179d87e14496e34","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6179d87e14496e34","status":"passed","time":{"start":1729031918512,"stop":1729031918513,"duration":1}},{"uid":"caeaa4be54ea19bc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/caeaa4be54ea19bc","status":"passed","time":{"start":1728901464221,"stop":1728901464221,"duration":0}},{"uid":"4f6759bcf7a29f17","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4f6759bcf7a29f17","status":"passed","time":{"start":1728892894741,"stop":1728892894742,"duration":1}},{"uid":"16e236146c71bcc8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/16e236146c71bcc8","status":"passed","time":{"start":1728855857253,"stop":1728855857253,"duration":0}},{"uid":"eb4238342f8f380d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eb4238342f8f380d","status":"passed","time":{"start":1728738074581,"stop":1728738074582,"duration":1}},{"uid":"cae22336e1a703c2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cae22336e1a703c2","status":"passed","time":{"start":1728682608128,"stop":1728682608128,"duration":0}},{"uid":"754c7208b9a79396","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/754c7208b9a79396","status":"passed","time":{"start":1728682181013,"stop":1728682181013,"duration":0}},{"uid":"e1408c2547a1d717","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e1408c2547a1d717","status":"passed","time":{"start":1728676655410,"stop":1728676655411,"duration":1}},{"uid":"9444677d0ae26a30","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9444677d0ae26a30","status":"passed","time":{"start":1728669378741,"stop":1728669378742,"duration":1}},{"uid":"b83e17b45facf14a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b83e17b45facf14a","status":"passed","time":{"start":1728597719064,"stop":1728597719064,"duration":0}},{"uid":"fccecdcce4548ece","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fccecdcce4548ece","status":"passed","time":{"start":1728596938239,"stop":1728596938240,"duration":1}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"213dfc0b62699687","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/213dfc0b62699687","status":"passed","time":{"start":1729034124362,"stop":1729034124362,"duration":0}},{"uid":"5ee4e56f54f92f2d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5ee4e56f54f92f2d","status":"passed","time":{"start":1729034047483,"stop":1729034047484,"duration":1}},{"uid":"7f5f957ccabc4291","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7f5f957ccabc4291","status":"passed","time":{"start":1729033862328,"stop":1729033862328,"duration":0}},{"uid":"af4387f25bb25339","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/af4387f25bb25339","status":"passed","time":{"start":1729031912069,"stop":1729031912069,"duration":0}},{"uid":"d9c09a2a0b741ee1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d9c09a2a0b741ee1","status":"passed","time":{"start":1728901457816,"stop":1728901457816,"duration":0}},{"uid":"abdca03a9c25202","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/abdca03a9c25202","status":"passed","time":{"start":1728892888299,"stop":1728892888300,"duration":1}},{"uid":"aaa70ec5f625e0cb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aaa70ec5f625e0cb","status":"passed","time":{"start":1728855850787,"stop":1728855850787,"duration":0}},{"uid":"12917bbe69c8818b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/12917bbe69c8818b","status":"passed","time":{"start":1728738068163,"stop":1728738068163,"duration":0}},{"uid":"395bc677217a2de1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/395bc677217a2de1","status":"passed","time":{"start":1728682601672,"stop":1728682601672,"duration":0}},{"uid":"283bbdc2f22e6f08","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/283bbdc2f22e6f08","status":"passed","time":{"start":1728682174564,"stop":1728682174565,"duration":1}},{"uid":"ae42eb5bcc3f0353","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae42eb5bcc3f0353","status":"passed","time":{"start":1728676648930,"stop":1728676648930,"duration":0}},{"uid":"e74fcedc7ee00e2e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e74fcedc7ee00e2e","status":"passed","time":{"start":1728669372209,"stop":1728669372210,"duration":1}},{"uid":"631f7eaf71f45f5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/631f7eaf71f45f5e","status":"passed","time":{"start":1728597712759,"stop":1728597712760,"duration":1}},{"uid":"79e54d3c47f705f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/79e54d3c47f705f8","status":"passed","time":{"start":1728596931866,"stop":1728596931866,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a5f74bcf8f565cea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a5f74bcf8f565cea","status":"passed","time":{"start":1729034202101,"stop":1729034202101,"duration":0}},{"uid":"c94739e13eeebce","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c94739e13eeebce","status":"passed","time":{"start":1729034126112,"stop":1729034126112,"duration":0}},{"uid":"4c639395962da0dc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c639395962da0dc","status":"passed","time":{"start":1729033939923,"stop":1729033939923,"duration":0}},{"uid":"a24caa11ff536226","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a24caa11ff536226","status":"passed","time":{"start":1729031988774,"stop":1729031988775,"duration":1}},{"uid":"bec1a490c2b51e7f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bec1a490c2b51e7f","status":"passed","time":{"start":1728901555753,"stop":1728901555754,"duration":1}},{"uid":"58658b3b9eec52a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/58658b3b9eec52a2","status":"passed","time":{"start":1728892995571,"stop":1728892995572,"duration":1}},{"uid":"b87a1d7e2b6e7c7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b87a1d7e2b6e7c7","status":"passed","time":{"start":1728855954642,"stop":1728855954642,"duration":0}},{"uid":"6b819b7f6bbae94d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6b819b7f6bbae94d","status":"passed","time":{"start":1728738169504,"stop":1728738169505,"duration":1}},{"uid":"7b4b2572ae4f4d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b4b2572ae4f4d1","status":"passed","time":{"start":1728682707227,"stop":1728682707227,"duration":0}},{"uid":"199b85a825d7944","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/199b85a825d7944","status":"passed","time":{"start":1728682285117,"stop":1728682285118,"duration":1}},{"uid":"5df18fa95aff6dd6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5df18fa95aff6dd6","status":"passed","time":{"start":1728676761148,"stop":1728676761149,"duration":1}},{"uid":"14c0c0584c39edfc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/14c0c0584c39edfc","status":"passed","time":{"start":1728669488935,"stop":1728669488936,"duration":1}},{"uid":"750a6ab2c9766daa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/750a6ab2c9766daa","status":"passed","time":{"start":1728597819569,"stop":1728597819571,"duration":2}},{"uid":"d50d7c1f24a555ca","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d50d7c1f24a555ca","status":"passed","time":{"start":1728597041917,"stop":1728597041917,"duration":0}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"eb7ae73e6453c292","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/eb7ae73e6453c292","status":"passed","time":{"start":1729034104176,"stop":1729034104177,"duration":1}},{"uid":"13ab703ba87eb54d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/13ab703ba87eb54d","status":"passed","time":{"start":1729034027742,"stop":1729034027743,"duration":1}},{"uid":"5b2f959ad49276d5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5b2f959ad49276d5","status":"passed","time":{"start":1729033842348,"stop":1729033842349,"duration":1}},{"uid":"ef8c1a5ffb57d420","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ef8c1a5ffb57d420","status":"passed","time":{"start":1729031892047,"stop":1729031892048,"duration":1}},{"uid":"d22d5aaa1c6a0abc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d22d5aaa1c6a0abc","status":"passed","time":{"start":1728901438030,"stop":1728901438030,"duration":0}},{"uid":"3bd54a1ab492d79","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3bd54a1ab492d79","status":"passed","time":{"start":1728892868233,"stop":1728892868234,"duration":1}},{"uid":"376f0ba43360a2ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/376f0ba43360a2ac","status":"passed","time":{"start":1728855831080,"stop":1728855831080,"duration":0}},{"uid":"99778ba07641788d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/99778ba07641788d","status":"passed","time":{"start":1728738048442,"stop":1728738048443,"duration":1}},{"uid":"f525e7f43e88c823","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f525e7f43e88c823","status":"passed","time":{"start":1728682581845,"stop":1728682581846,"duration":1}},{"uid":"9fa0ab3fb10a421e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9fa0ab3fb10a421e","status":"passed","time":{"start":1728682154708,"stop":1728682154709,"duration":1}},{"uid":"bdd9cb9522ea216e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bdd9cb9522ea216e","status":"passed","time":{"start":1728676629301,"stop":1728676629302,"duration":1}},{"uid":"fae8fa71333d9a1d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fae8fa71333d9a1d","status":"passed","time":{"start":1728669352211,"stop":1728669352212,"duration":1}},{"uid":"47abd703b5ef06c2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/47abd703b5ef06c2","status":"passed","time":{"start":1728597693018,"stop":1728597693019,"duration":1}},{"uid":"66e8f3fa64b1a40","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/66e8f3fa64b1a40","status":"passed","time":{"start":1728596912533,"stop":1728596912533,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c5fb33c14ee7b8f7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c5fb33c14ee7b8f7","status":"passed","time":{"start":1729034179354,"stop":1729034179354,"duration":0}},{"uid":"2dbb13b85a33bd39","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2dbb13b85a33bd39","status":"passed","time":{"start":1729034120549,"stop":1729034120550,"duration":1}},{"uid":"5a7756e6fe0f2b0e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a7756e6fe0f2b0e","status":"passed","time":{"start":1729033937075,"stop":1729033937082,"duration":7}},{"uid":"e8b15b29d3501807","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8b15b29d3501807","status":"passed","time":{"start":1729031987033,"stop":1729031987033,"duration":0}},{"uid":"cbe7158f3874bec8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cbe7158f3874bec8","status":"passed","time":{"start":1728901546863,"stop":1728901546863,"duration":0}},{"uid":"62e4b972a17398d9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/62e4b972a17398d9","status":"passed","time":{"start":1728892979418,"stop":1728892979418,"duration":0}},{"uid":"e4aec970f36ef695","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e4aec970f36ef695","status":"passed","time":{"start":1728855940957,"stop":1728855940957,"duration":0}},{"uid":"a88cbbd9dea75260","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a88cbbd9dea75260","status":"passed","time":{"start":1728738161106,"stop":1728738161107,"duration":1}},{"uid":"70e340abd817c3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70e340abd817c3f6","status":"passed","time":{"start":1728682691670,"stop":1728682691671,"duration":1}},{"uid":"1060a1b62a611bf8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1060a1b62a611bf8","status":"passed","time":{"start":1728682265766,"stop":1728682265766,"duration":0}},{"uid":"19fb1c94f810c483","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/19fb1c94f810c483","status":"passed","time":{"start":1728676744597,"stop":1728676744597,"duration":0}},{"uid":"9bdb9056f869b1d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9bdb9056f869b1d9","status":"passed","time":{"start":1728669464696,"stop":1728669464696,"duration":0}},{"uid":"c3e49a9bd88af6b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c3e49a9bd88af6b2","status":"passed","time":{"start":1728597804167,"stop":1728597804167,"duration":0}},{"uid":"4b084b924b917273","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4b084b924b917273","status":"passed","time":{"start":1728597021415,"stop":1728597021421,"duration":6}}]},"11005814543dcb8b9b0651fa398c8a65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b38c0c2de24c25dd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b38c0c2de24c25dd","status":"passed","time":{"start":1728901958853,"stop":1728901958854,"duration":1}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1f7141d735d3911b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1f7141d735d3911b","status":"passed","time":{"start":1729034370886,"stop":1729034370886,"duration":0}},{"uid":"e90fdfc57efd1fb7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e90fdfc57efd1fb7","status":"passed","time":{"start":1729034308882,"stop":1729034308882,"duration":0}},{"uid":"f9ee8d2f0b3e855d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9ee8d2f0b3e855d","status":"passed","time":{"start":1729034129477,"stop":1729034129478,"duration":1}},{"uid":"eda8a5236a69078e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/eda8a5236a69078e","status":"passed","time":{"start":1729032178372,"stop":1729032178372,"duration":0}},{"uid":"752de29736ee48b5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/752de29736ee48b5","status":"passed","time":{"start":1728901896351,"stop":1728901896351,"duration":0}},{"uid":"ad2ffd087726a137","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ad2ffd087726a137","status":"passed","time":{"start":1728893329029,"stop":1728893329029,"duration":0}},{"uid":"7d48dbdda55d52e9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d48dbdda55d52e9","status":"passed","time":{"start":1728856284768,"stop":1728856284768,"duration":0}},{"uid":"8b1705b306a82350","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8b1705b306a82350","status":"passed","time":{"start":1728738494945,"stop":1728738494946,"duration":1}},{"uid":"dbb065291a7ad750","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dbb065291a7ad750","status":"passed","time":{"start":1728683033635,"stop":1728683033635,"duration":0}},{"uid":"f829422ee9331c1a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f829422ee9331c1a","status":"passed","time":{"start":1728682601740,"stop":1728682601740,"duration":0}},{"uid":"661bc5b53b508297","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/661bc5b53b508297","status":"passed","time":{"start":1728677107973,"stop":1728677107974,"duration":1}},{"uid":"6e855b3a49e53190","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e855b3a49e53190","status":"passed","time":{"start":1728669764755,"stop":1728669764755,"duration":0}},{"uid":"21f50e4e92a1356b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/21f50e4e92a1356b","status":"passed","time":{"start":1728598157566,"stop":1728598157567,"duration":1}},{"uid":"64248a291f57c49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/64248a291f57c49","status":"passed","time":{"start":1728597369077,"stop":1728597369077,"duration":0}}]},"1e9d44b6b4358d6a24dc1eaef6fed4e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"632b5a2ef3993860","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/632b5a2ef3993860","status":"passed","time":{"start":1728598221886,"stop":1728598221887,"duration":1}}]},"e76647d6a20a330698731c350a7938e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11bb2116837ffee1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/11bb2116837ffee1","status":"passed","time":{"start":1729034177535,"stop":1729034177535,"duration":0}}]},"611da37aa95972a8718c4178be3e8be6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"222c5943fee68b03","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/222c5943fee68b03","status":"passed","time":{"start":1728597434076,"stop":1728597434076,"duration":0}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b2f7a9a0af7497fe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b2f7a9a0af7497fe","status":"passed","time":{"start":1729034393643,"stop":1729034393643,"duration":0}},{"uid":"cfb66e519ef3838b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cfb66e519ef3838b","status":"passed","time":{"start":1729034304836,"stop":1729034304836,"duration":0}},{"uid":"c323a58981009528","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c323a58981009528","status":"passed","time":{"start":1729034121905,"stop":1729034121906,"duration":1}},{"uid":"47b0b564f8c68cda","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/47b0b564f8c68cda","status":"passed","time":{"start":1729032174841,"stop":1729032174841,"duration":0}},{"uid":"cac1f3d8f545cf1d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cac1f3d8f545cf1d","status":"passed","time":{"start":1728901881010,"stop":1728901881011,"duration":1}},{"uid":"2982cff7a6cb2759","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2982cff7a6cb2759","status":"passed","time":{"start":1728893317158,"stop":1728893317159,"duration":1}},{"uid":"2fa7ab1e9c272975","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2fa7ab1e9c272975","status":"passed","time":{"start":1728856263087,"stop":1728856263088,"duration":1}},{"uid":"da502eb4f3f60bcc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da502eb4f3f60bcc","status":"passed","time":{"start":1728738492796,"stop":1728738492797,"duration":1}},{"uid":"2bb3a86445328c7c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2bb3a86445328c7c","status":"passed","time":{"start":1728683030020,"stop":1728683030020,"duration":0}},{"uid":"ccc814d8914328c7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ccc814d8914328c7","status":"passed","time":{"start":1728682581101,"stop":1728682581101,"duration":0}},{"uid":"847d5411e79bd56c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/847d5411e79bd56c","status":"passed","time":{"start":1728677081992,"stop":1728677081992,"duration":0}},{"uid":"fe1734b7cb910eb6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fe1734b7cb910eb6","status":"passed","time":{"start":1728669795393,"stop":1728669795393,"duration":0}},{"uid":"3956cdf312f7fb0f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3956cdf312f7fb0f","status":"passed","time":{"start":1728598137502,"stop":1728598137502,"duration":0}},{"uid":"fe71d927e2738b08","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fe71d927e2738b08","status":"passed","time":{"start":1728597353478,"stop":1728597353478,"duration":0}}]},"a7242667926678b9c69ae91f85b9c887:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1565a99730bc0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c1565a99730bc0e","status":"passed","time":{"start":1729032198819,"stop":1729032198819,"duration":0}}]},"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ea3ddd35c514c34d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ea3ddd35c514c34d","status":"passed","time":{"start":1729034458925,"stop":1729034458926,"duration":1}},{"uid":"ec3d6f8c38e2274e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ec3d6f8c38e2274e","status":"passed","time":{"start":1729034372195,"stop":1729034372197,"duration":2}},{"uid":"b742d0527c4c012c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b742d0527c4c012c","status":"passed","time":{"start":1729034191995,"stop":1729034191995,"duration":0}},{"uid":"7deef257c3f6e1ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7deef257c3f6e1ef","status":"passed","time":{"start":1729032246145,"stop":1729032246147,"duration":2}},{"uid":"4b8afdefab5f8cdc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b8afdefab5f8cdc","status":"passed","time":{"start":1728902009943,"stop":1728902009943,"duration":0}},{"uid":"d69ec8927a72d903","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d69ec8927a72d903","status":"passed","time":{"start":1728893442068,"stop":1728893442068,"duration":0}},{"uid":"89896322dfe6e26e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89896322dfe6e26e","status":"passed","time":{"start":1728856390380,"stop":1728856390380,"duration":0}},{"uid":"535c649366c16702","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/535c649366c16702","status":"passed","time":{"start":1728738615985,"stop":1728738615985,"duration":0}},{"uid":"de38297338256484","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de38297338256484","status":"passed","time":{"start":1728683138590,"stop":1728683138590,"duration":0}},{"uid":"d1e366a18f6059fd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d1e366a18f6059fd","status":"passed","time":{"start":1728682713980,"stop":1728682713980,"duration":0}},{"uid":"3c4eba8f7a0cec91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3c4eba8f7a0cec91","status":"passed","time":{"start":1728677205666,"stop":1728677205666,"duration":0}},{"uid":"828fe9f9efde837e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/828fe9f9efde837e","status":"passed","time":{"start":1728669886306,"stop":1728669886306,"duration":0}},{"uid":"b9e4e1fbc5f19e26","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b9e4e1fbc5f19e26","status":"passed","time":{"start":1728598272274,"stop":1728598272274,"duration":0}},{"uid":"b4e8e4714c278320","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b4e8e4714c278320","status":"passed","time":{"start":1728597492996,"stop":1728597492998,"duration":2}}]},"68015748542293fad5ade257abfb114d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"42e3acf1db870068","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/42e3acf1db870068","status":"passed","time":{"start":1729034137116,"stop":1729034137116,"duration":0}},{"uid":"6ec9ccbcd3571e68","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6ec9ccbcd3571e68","status":"passed","time":{"start":1729034060046,"stop":1729034060046,"duration":0}},{"uid":"b20358924c201834","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b20358924c201834","status":"passed","time":{"start":1729033875029,"stop":1729033875029,"duration":0}},{"uid":"a47ae542a9fb271f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a47ae542a9fb271f","status":"passed","time":{"start":1729031924909,"stop":1729031924910,"duration":1}},{"uid":"f20f49e9854cf4ce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f20f49e9854cf4ce","status":"passed","time":{"start":1728901469136,"stop":1728901469136,"duration":0}},{"uid":"a580da2ed9007970","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a580da2ed9007970","status":"passed","time":{"start":1728892899801,"stop":1728892899801,"duration":0}},{"uid":"2f6ab5facb4a53b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f6ab5facb4a53b9","status":"passed","time":{"start":1728855863297,"stop":1728855863298,"duration":1}},{"uid":"8e3a47fc0f476d52","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8e3a47fc0f476d52","status":"passed","time":{"start":1728738080958,"stop":1728738080958,"duration":0}},{"uid":"21d7272379017f37","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/21d7272379017f37","status":"passed","time":{"start":1728682614317,"stop":1728682614317,"duration":0}},{"uid":"e80259cef3d32fc6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e80259cef3d32fc6","status":"passed","time":{"start":1728682187222,"stop":1728682187222,"duration":0}},{"uid":"d03b798e5426f593","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d03b798e5426f593","status":"passed","time":{"start":1728676661423,"stop":1728676661423,"duration":0}},{"uid":"7b82da4ee24d640a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7b82da4ee24d640a","status":"passed","time":{"start":1728669384755,"stop":1728669384755,"duration":0}},{"uid":"f18685c18f1251b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f18685c18f1251b5","status":"passed","time":{"start":1728597724212,"stop":1728597724212,"duration":0}},{"uid":"41065e44a630d7f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/41065e44a630d7f8","status":"passed","time":{"start":1728596943266,"stop":1728596943266,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"613518cf6bcb33ee","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/613518cf6bcb33ee","status":"passed","time":{"start":1729034112603,"stop":1729034112604,"duration":1}},{"uid":"47e90ba811296c91","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47e90ba811296c91","status":"passed","time":{"start":1729034035871,"stop":1729034035871,"duration":0}},{"uid":"a0c7632ded827cc5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a0c7632ded827cc5","status":"passed","time":{"start":1729033850548,"stop":1729033850548,"duration":0}},{"uid":"498f7e3e7fa99883","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/498f7e3e7fa99883","status":"passed","time":{"start":1729031900271,"stop":1729031900271,"duration":0}},{"uid":"499792a305efd34a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/499792a305efd34a","status":"passed","time":{"start":1728901446176,"stop":1728901446177,"duration":1}},{"uid":"38de2ea82ca8341d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/38de2ea82ca8341d","status":"passed","time":{"start":1728892876477,"stop":1728892876477,"duration":0}},{"uid":"d8d652f4373a6d26","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d8d652f4373a6d26","status":"passed","time":{"start":1728855839198,"stop":1728855839198,"duration":0}},{"uid":"852252de5a4f3cfd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/852252de5a4f3cfd","status":"passed","time":{"start":1728738056464,"stop":1728738056464,"duration":0}},{"uid":"4c393dca3e246ec0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4c393dca3e246ec0","status":"passed","time":{"start":1728682590044,"stop":1728682590044,"duration":0}},{"uid":"440da2aa3bc90802","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/440da2aa3bc90802","status":"passed","time":{"start":1728682162837,"stop":1728682162838,"duration":1}},{"uid":"e2753048e91d1f4b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e2753048e91d1f4b","status":"passed","time":{"start":1728676637411,"stop":1728676637411,"duration":0}},{"uid":"a026bb9c8895fb32","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a026bb9c8895fb32","status":"passed","time":{"start":1728669360493,"stop":1728669360493,"duration":0}},{"uid":"cb92ab289cb1870e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb92ab289cb1870e","status":"passed","time":{"start":1728597701235,"stop":1728597701235,"duration":0}},{"uid":"e3873776cd994ca5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3873776cd994ca5","status":"passed","time":{"start":1728596920370,"stop":1728596920370,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"12d0f194c4a08d9e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12d0f194c4a08d9e","status":"passed","time":{"start":1729034307030,"stop":1729034307030,"duration":0}},{"uid":"4c334938d2dc5288","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c334938d2dc5288","status":"passed","time":{"start":1729034223305,"stop":1729034223305,"duration":0}},{"uid":"61c191ff03ad3c94","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/61c191ff03ad3c94","status":"passed","time":{"start":1729034034976,"stop":1729034034977,"duration":1}},{"uid":"317f908294b21ae6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/317f908294b21ae6","status":"passed","time":{"start":1729032066281,"stop":1729032066281,"duration":0}},{"uid":"7c1a826d9a76fc06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7c1a826d9a76fc06","status":"passed","time":{"start":1728901706617,"stop":1728901706618,"duration":1}},{"uid":"82b473966fb0ed0f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/82b473966fb0ed0f","status":"passed","time":{"start":1728893153420,"stop":1728893153421,"duration":1}},{"uid":"88c4efc73a868cb1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/88c4efc73a868cb1","status":"passed","time":{"start":1728856108125,"stop":1728856108125,"duration":0}},{"uid":"a82a94ab2542d72e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a82a94ab2542d72e","status":"passed","time":{"start":1728738316667,"stop":1728738316668,"duration":1}},{"uid":"111e004e8ad715a6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/111e004e8ad715a6","status":"passed","time":{"start":1728682865313,"stop":1728682865314,"duration":1}},{"uid":"3a57be0ca1f4ec40","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a57be0ca1f4ec40","status":"passed","time":{"start":1728682446994,"stop":1728682446994,"duration":0}},{"uid":"33e3282d498faa95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33e3282d498faa95","status":"passed","time":{"start":1728676924477,"stop":1728676924478,"duration":1}},{"uid":"b8feae64873a3953","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b8feae64873a3953","status":"passed","time":{"start":1728669626256,"stop":1728669626256,"duration":0}},{"uid":"4ff909520f6d50ca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ff909520f6d50ca","status":"passed","time":{"start":1728597973671,"stop":1728597973671,"duration":0}},{"uid":"22b9b67217636896","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/22b9b67217636896","status":"passed","time":{"start":1728597188033,"stop":1728597188033,"duration":0}}]},"796376bb3c04f7aaf75473fcf92ed779:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8870b70c3b478355","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8870b70c3b478355","status":"passed","time":{"start":1728901958858,"stop":1728901958859,"duration":1}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5cf1c36a0dce689","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5cf1c36a0dce689","status":"passed","time":{"start":1729034474994,"stop":1729034474994,"duration":0}},{"uid":"4a73f9303059e5b2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4a73f9303059e5b2","status":"passed","time":{"start":1729034395295,"stop":1729034395295,"duration":0}},{"uid":"947a755e2de78eca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/947a755e2de78eca","status":"passed","time":{"start":1729034209106,"stop":1729034209106,"duration":0}},{"uid":"c90ff8fd1d96f179","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c90ff8fd1d96f179","status":"passed","time":{"start":1729032264575,"stop":1729032264575,"duration":0}},{"uid":"e0abe8627fc5e570","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e0abe8627fc5e570","status":"passed","time":{"start":1728902012867,"stop":1728902012867,"duration":0}},{"uid":"b730242e5d54a0aa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b730242e5d54a0aa","status":"passed","time":{"start":1728893454817,"stop":1728893454817,"duration":0}},{"uid":"8a1d49b69c3c2995","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8a1d49b69c3c2995","status":"passed","time":{"start":1728856408460,"stop":1728856408460,"duration":0}},{"uid":"cfb0036729c4cc73","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cfb0036729c4cc73","status":"passed","time":{"start":1728738633861,"stop":1728738633861,"duration":0}},{"uid":"88504d470695846a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/88504d470695846a","status":"passed","time":{"start":1728683159794,"stop":1728683159795,"duration":1}},{"uid":"41a39e5ca85f7a2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41a39e5ca85f7a2c","status":"passed","time":{"start":1728682751336,"stop":1728682751337,"duration":1}},{"uid":"9c60986059a010df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9c60986059a010df","status":"passed","time":{"start":1728677216368,"stop":1728677216369,"duration":1}},{"uid":"b30f52010d998704","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b30f52010d998704","status":"passed","time":{"start":1728669925459,"stop":1728669925459,"duration":0}},{"uid":"61350f623ec8ab1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61350f623ec8ab1b","status":"passed","time":{"start":1728598268813,"stop":1728598268813,"duration":0}},{"uid":"e91b830ab8b543e5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e91b830ab8b543e5","status":"passed","time":{"start":1728597503937,"stop":1728597503938,"duration":1}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"47bfb802e6ee53c5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47bfb802e6ee53c5","status":"passed","time":{"start":1729034393625,"stop":1729034393625,"duration":0}},{"uid":"21ddc327d15b123f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/21ddc327d15b123f","status":"passed","time":{"start":1729034304797,"stop":1729034304798,"duration":1}},{"uid":"a98a81f6745f52ba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a98a81f6745f52ba","status":"passed","time":{"start":1729034121882,"stop":1729034121882,"duration":0}},{"uid":"dfdb4bc80db7e2f7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dfdb4bc80db7e2f7","status":"passed","time":{"start":1729032174795,"stop":1729032174796,"duration":1}},{"uid":"1054324e19c671a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1054324e19c671a6","status":"passed","time":{"start":1728901881002,"stop":1728901881002,"duration":0}},{"uid":"9ce1ef937476ceec","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9ce1ef937476ceec","status":"passed","time":{"start":1728893317130,"stop":1728893317130,"duration":0}},{"uid":"c69215cf870cfe5f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c69215cf870cfe5f","status":"passed","time":{"start":1728856263063,"stop":1728856263063,"duration":0}},{"uid":"b1cedaa9de56ce8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b1cedaa9de56ce8","status":"passed","time":{"start":1728738492782,"stop":1728738492783,"duration":1}},{"uid":"68a6f7054adbff65","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/68a6f7054adbff65","status":"passed","time":{"start":1728683030006,"stop":1728683030006,"duration":0}},{"uid":"5312d8558b4b5f59","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5312d8558b4b5f59","status":"passed","time":{"start":1728682581062,"stop":1728682581064,"duration":2}},{"uid":"6808a8428f623d95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6808a8428f623d95","status":"passed","time":{"start":1728677081982,"stop":1728677081982,"duration":0}},{"uid":"5a91d1da04c9896c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5a91d1da04c9896c","status":"passed","time":{"start":1728669795382,"stop":1728669795383,"duration":1}},{"uid":"a5acc6718b87efd7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a5acc6718b87efd7","status":"passed","time":{"start":1728598137490,"stop":1728598137491,"duration":1}},{"uid":"c0a1564b93ab4323","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c0a1564b93ab4323","status":"passed","time":{"start":1728597353470,"stop":1728597353471,"duration":1}}]},"d4b058c0e8571d06822fd4e3502a35da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39aa39a7de9a704c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/39aa39a7de9a704c","status":"passed","time":{"start":1729032206889,"stop":1729032206890,"duration":1}}]},"f47fc30cbd150bd56a5c09acca94d7ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa0f26de70f5dbc3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa0f26de70f5dbc3","status":"passed","time":{"start":1728682652693,"stop":1728682652694,"duration":1}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2a60109ed875bd69","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2a60109ed875bd69","status":"passed","time":{"start":1729034474979,"stop":1729034474982,"duration":3}},{"uid":"434c9cbbf23e7bb8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/434c9cbbf23e7bb8","status":"passed","time":{"start":1729034395287,"stop":1729034395287,"duration":0}},{"uid":"d1724edeb1c36b02","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1724edeb1c36b02","status":"passed","time":{"start":1729034209090,"stop":1729034209090,"duration":0}},{"uid":"7bf7b2a77988074f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7bf7b2a77988074f","status":"passed","time":{"start":1729032264560,"stop":1729032264561,"duration":1}},{"uid":"6740ab08f04e0c95","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6740ab08f04e0c95","status":"passed","time":{"start":1728902012833,"stop":1728902012838,"duration":5}},{"uid":"9d410b0e86241812","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9d410b0e86241812","status":"passed","time":{"start":1728893454807,"stop":1728893454808,"duration":1}},{"uid":"e71358d0937a6e3a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e71358d0937a6e3a","status":"passed","time":{"start":1728856408448,"stop":1728856408449,"duration":1}},{"uid":"c84a69e39696b2a9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c84a69e39696b2a9","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"76b80ca6a755773c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/76b80ca6a755773c","status":"passed","time":{"start":1728683159746,"stop":1728683159747,"duration":1}},{"uid":"c5dbbac90815a37e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c5dbbac90815a37e","status":"passed","time":{"start":1728682751325,"stop":1728682751325,"duration":0}},{"uid":"9b4053c9e45af348","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9b4053c9e45af348","status":"passed","time":{"start":1728677216351,"stop":1728677216352,"duration":1}},{"uid":"cade495d863a082","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cade495d863a082","status":"passed","time":{"start":1728669925449,"stop":1728669925449,"duration":0}},{"uid":"9bda5e27de4791f4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9bda5e27de4791f4","status":"passed","time":{"start":1728598268797,"stop":1728598268798,"duration":1}},{"uid":"fa16a7c821174f8c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fa16a7c821174f8c","status":"passed","time":{"start":1728597503908,"stop":1728597503909,"duration":1}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"20ee6b9100d9517f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/20ee6b9100d9517f","status":"passed","time":{"start":1729034240917,"stop":1729034240917,"duration":0}},{"uid":"823b3d962e9900be","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/823b3d962e9900be","status":"passed","time":{"start":1729034159614,"stop":1729034159615,"duration":1}},{"uid":"269f118261b0e78c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/269f118261b0e78c","status":"passed","time":{"start":1729033976796,"stop":1729033976797,"duration":1}},{"uid":"af7657b85c70b549","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/af7657b85c70b549","status":"passed","time":{"start":1729032020518,"stop":1729032020518,"duration":0}},{"uid":"6d37b459b1fdaed1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6d37b459b1fdaed1","status":"passed","time":{"start":1728901616429,"stop":1728901616432,"duration":3}},{"uid":"e6421668a05b8ee0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e6421668a05b8ee0","status":"passed","time":{"start":1728893050244,"stop":1728893050244,"duration":0}},{"uid":"e068b195add34832","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e068b195add34832","status":"passed","time":{"start":1728856015170,"stop":1728856015171,"duration":1}},{"uid":"a57cc04f8fb431b2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a57cc04f8fb431b2","status":"passed","time":{"start":1728738233137,"stop":1728738233137,"duration":0}},{"uid":"be1b543a65a6dce4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be1b543a65a6dce4","status":"passed","time":{"start":1728682762471,"stop":1728682762471,"duration":0}},{"uid":"6ec9fe80cbb9c434","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6ec9fe80cbb9c434","status":"passed","time":{"start":1728682332785,"stop":1728682332786,"duration":1}},{"uid":"284e3ef92544cfe8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/284e3ef92544cfe8","status":"passed","time":{"start":1728676810290,"stop":1728676810291,"duration":1}},{"uid":"681bd845246c9b1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/681bd845246c9b1","status":"passed","time":{"start":1728669529893,"stop":1728669529893,"duration":0}},{"uid":"3e4b20af5af1c151","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3e4b20af5af1c151","status":"passed","time":{"start":1728597873533,"stop":1728597873533,"duration":0}},{"uid":"16373738a7068d6f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/16373738a7068d6f","status":"passed","time":{"start":1728597089273,"stop":1728597089273,"duration":0}}]},"23d517e13ece01396f6c702e76e088c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a0e0e168e9ed429","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a0e0e168e9ed429","status":"passed","time":{"start":1728598221895,"stop":1728598221896,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"62bf482425ff9eae","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/62bf482425ff9eae","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034402289,"stop":1729034402289,"duration":0}},{"uid":"a316d08b7c047343","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a316d08b7c047343","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034323318,"stop":1729034323318,"duration":0}},{"uid":"3b34472644dd6906","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b34472644dd6906","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034144773,"stop":1729034144773,"duration":0}},{"uid":"61262f431596157e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61262f431596157e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032198828,"stop":1729032198828,"duration":0}},{"uid":"c8d6daa6f0ed419b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c8d6daa6f0ed419b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901901777,"stop":1728901901778,"duration":1}},{"uid":"7a708956aaf0954d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7a708956aaf0954d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893337258,"stop":1728893337258,"duration":0}},{"uid":"4a3dbc2284a95a54","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4a3dbc2284a95a54","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299202,"stop":1728856299203,"duration":1}},{"uid":"9f3145aecda8d34a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9f3145aecda8d34a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738505393,"stop":1728738505393,"duration":0}},{"uid":"405b9d6d9a59ec5d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/405b9d6d9a59ec5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683045454,"stop":1728683045454,"duration":0}},{"uid":"9d7c582bcce86eed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9d7c582bcce86eed","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682607299,"stop":1728682607299,"duration":0}},{"uid":"223585277a1c27f9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/223585277a1c27f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677103503,"stop":1728677103503,"duration":0}},{"uid":"7859b9060fe855b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7859b9060fe855b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669777142,"stop":1728669777143,"duration":1}},{"uid":"46f91231e3b37bed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/46f91231e3b37bed","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598163471,"stop":1728598163471,"duration":0}},{"uid":"eb2838b2c9c79abe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb2838b2c9c79abe","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597375492,"stop":1728597375492,"duration":0}}]},"e9a374902158d75ca40432969b8dfbd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5fee5c729271ec96","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5fee5c729271ec96","status":"passed","time":{"start":1729034169450,"stop":1729034169450,"duration":0}}]},"5e98c60e8b9132c6987eaf06ec6f0ba3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"409d6253c600e90d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/409d6253c600e90d","status":"passed","time":{"start":1728856284774,"stop":1728856284775,"duration":1}}]},"444da6bf5e3df3b1ec7a4cf0fcacd8ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f3880ed46e2de5a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f3880ed46e2de5a","status":"passed","time":{"start":1728669866479,"stop":1728669866480,"duration":1}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d90fbe9876b69f15","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d90fbe9876b69f15","status":"passed","time":{"start":1729034259827,"stop":1729034259829,"duration":2}},{"uid":"30154175fa167373","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/30154175fa167373","status":"passed","time":{"start":1729034194033,"stop":1729034194034,"duration":1}},{"uid":"eff1ea13d123020f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eff1ea13d123020f","status":"passed","time":{"start":1729034014880,"stop":1729034014880,"duration":0}},{"uid":"7ed6c36b04328267","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7ed6c36b04328267","status":"passed","time":{"start":1729032065460,"stop":1729032065460,"duration":0}},{"uid":"90a9977f566edfb4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/90a9977f566edfb4","status":"passed","time":{"start":1728901664284,"stop":1728901664284,"duration":0}},{"uid":"e2b0d079f0088b20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e2b0d079f0088b20","status":"passed","time":{"start":1728893093694,"stop":1728893093694,"duration":0}},{"uid":"7ad346a0133a3c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7ad346a0133a3c4","status":"passed","time":{"start":1728856055275,"stop":1728856055276,"duration":1}},{"uid":"aafccf020567964f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aafccf020567964f","status":"passed","time":{"start":1728738274747,"stop":1728738274748,"duration":1}},{"uid":"b446969ab1558318","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b446969ab1558318","status":"passed","time":{"start":1728682807962,"stop":1728682807963,"duration":1}},{"uid":"2018a3862cda2451","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2018a3862cda2451","status":"passed","time":{"start":1728682381291,"stop":1728682381291,"duration":0}},{"uid":"508a52c4b3ed7d9e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/508a52c4b3ed7d9e","status":"passed","time":{"start":1728676853904,"stop":1728676853904,"duration":0}},{"uid":"4c8a355f8162119a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4c8a355f8162119a","status":"passed","time":{"start":1728669581700,"stop":1728669581700,"duration":0}},{"uid":"864b6cbdea417109","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/864b6cbdea417109","status":"passed","time":{"start":1728597923494,"stop":1728597923495,"duration":1}},{"uid":"57b4f6d0b9aba686","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/57b4f6d0b9aba686","status":"passed","time":{"start":1728597132267,"stop":1728597132267,"duration":0}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b0a9f83aea09a6f8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b0a9f83aea09a6f8","status":"passed","time":{"start":1729034120501,"stop":1729034120501,"duration":0}},{"uid":"f0347586aa8106a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f0347586aa8106a8","status":"passed","time":{"start":1729033858271,"stop":1729033858271,"duration":0}},{"uid":"65d4ffcb4fd24e44","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/65d4ffcb4fd24e44","status":"passed","time":{"start":1729031908177,"stop":1729031908177,"duration":0}},{"uid":"8a6883f5a6eda6f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8a6883f5a6eda6f","status":"passed","time":{"start":1728901453934,"stop":1728901453934,"duration":0}},{"uid":"7cc52a742d208b89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7cc52a742d208b89","status":"passed","time":{"start":1728892884410,"stop":1728892884410,"duration":0}},{"uid":"35f1134e419df7a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/35f1134e419df7a9","status":"passed","time":{"start":1728855846879,"stop":1728855846879,"duration":0}},{"uid":"b692f46a1f21ab73","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b692f46a1f21ab73","status":"passed","time":{"start":1728738064183,"stop":1728738064183,"duration":0}},{"uid":"90bc9b5c76f54817","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/90bc9b5c76f54817","status":"passed","time":{"start":1728682597761,"stop":1728682597761,"duration":0}},{"uid":"d3192aebb847ee42","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d3192aebb847ee42","status":"passed","time":{"start":1728682170540,"stop":1728682170540,"duration":0}},{"uid":"1007eaee4a46bde","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1007eaee4a46bde","status":"passed","time":{"start":1728676645200,"stop":1728676645200,"duration":0}},{"uid":"db9e59ca5103ddf9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/db9e59ca5103ddf9","status":"passed","time":{"start":1728669368195,"stop":1728669368195,"duration":0}},{"uid":"cb1c68f4613f9cbe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb1c68f4613f9cbe","status":"passed","time":{"start":1728597709011,"stop":1728597709012,"duration":1}},{"uid":"6ffb383c85b44a03","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ffb383c85b44a03","status":"passed","time":{"start":1728596928106,"stop":1728596928106,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6bf4faf16e7dbba6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6bf4faf16e7dbba6","status":"passed","time":{"start":1729034124361,"stop":1729034124361,"duration":0}},{"uid":"c824a1fe4d8387aa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c824a1fe4d8387aa","status":"passed","time":{"start":1729034047483,"stop":1729034047483,"duration":0}},{"uid":"487d0674ccbd76d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/487d0674ccbd76d7","status":"passed","time":{"start":1729033862328,"stop":1729033862328,"duration":0}},{"uid":"661f55cbf110947","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/661f55cbf110947","status":"passed","time":{"start":1729031912068,"stop":1729031912069,"duration":1}},{"uid":"e03b78d84de848db","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e03b78d84de848db","status":"passed","time":{"start":1728901457815,"stop":1728901457816,"duration":1}},{"uid":"e914f1c821d19121","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e914f1c821d19121","status":"passed","time":{"start":1728892888299,"stop":1728892888299,"duration":0}},{"uid":"6c5c38635cc8e056","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c5c38635cc8e056","status":"passed","time":{"start":1728855850787,"stop":1728855850787,"duration":0}},{"uid":"4757f9cdc65d9350","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4757f9cdc65d9350","status":"passed","time":{"start":1728738068162,"stop":1728738068162,"duration":0}},{"uid":"23792f8d2fb9c081","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23792f8d2fb9c081","status":"passed","time":{"start":1728682601672,"stop":1728682601672,"duration":0}},{"uid":"fd8462271bbf16db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fd8462271bbf16db","status":"passed","time":{"start":1728682174564,"stop":1728682174564,"duration":0}},{"uid":"e5b9571263b755c2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5b9571263b755c2","status":"passed","time":{"start":1728676648930,"stop":1728676648930,"duration":0}},{"uid":"ed6d0a89552e897d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed6d0a89552e897d","status":"passed","time":{"start":1728669372209,"stop":1728669372209,"duration":0}},{"uid":"c63d4ea08578cf1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c63d4ea08578cf1b","status":"passed","time":{"start":1728597712759,"stop":1728597712759,"duration":0}},{"uid":"cbd3876836a3713b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbd3876836a3713b","status":"passed","time":{"start":1728596931865,"stop":1728596931865,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"22b5132e023f2c05","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22b5132e023f2c05","status":"passed","time":{"start":1729034370864,"stop":1729034370865,"duration":1}},{"uid":"e737d1a017bb7598","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e737d1a017bb7598","status":"passed","time":{"start":1729034308868,"stop":1729034308869,"duration":1}},{"uid":"b8580d4d4d677a38","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b8580d4d4d677a38","status":"passed","time":{"start":1729034129472,"stop":1729034129472,"duration":0}},{"uid":"5b24df57978ead49","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b24df57978ead49","status":"passed","time":{"start":1729032178365,"stop":1729032178366,"duration":1}},{"uid":"f847aac818cb16de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f847aac818cb16de","status":"passed","time":{"start":1728901896344,"stop":1728901896344,"duration":0}},{"uid":"5cc1b51e350b98e9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5cc1b51e350b98e9","status":"passed","time":{"start":1728893329022,"stop":1728893329023,"duration":1}},{"uid":"45f9bd8442db7b65","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/45f9bd8442db7b65","status":"passed","time":{"start":1728856284760,"stop":1728856284760,"duration":0}},{"uid":"648170192525f051","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/648170192525f051","status":"passed","time":{"start":1728738494937,"stop":1728738494938,"duration":1}},{"uid":"7ffcb4c9df19a92e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ffcb4c9df19a92e","status":"passed","time":{"start":1728683033629,"stop":1728683033630,"duration":1}},{"uid":"b3016975e92d9a6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3016975e92d9a6","status":"passed","time":{"start":1728682601734,"stop":1728682601734,"duration":0}},{"uid":"257677c716eb1249","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/257677c716eb1249","status":"passed","time":{"start":1728677107959,"stop":1728677107959,"duration":0}},{"uid":"2f5ed9ceb9080e9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f5ed9ceb9080e9","status":"passed","time":{"start":1728669764749,"stop":1728669764749,"duration":0}},{"uid":"f7327e4a5fc3c4ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f7327e4a5fc3c4ac","status":"passed","time":{"start":1728598157560,"stop":1728598157560,"duration":0}},{"uid":"ede6a1de6fad41a6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ede6a1de6fad41a6","status":"passed","time":{"start":1728597369059,"stop":1728597369059,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b6b18d1fe3fd5ac9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b6b18d1fe3fd5ac9","status":"passed","time":{"start":1729034475012,"stop":1729034475012,"duration":0}},{"uid":"395fecaac3430cde","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/395fecaac3430cde","status":"passed","time":{"start":1729034395302,"stop":1729034395302,"duration":0}},{"uid":"9700892e3d809c64","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9700892e3d809c64","status":"passed","time":{"start":1729034209123,"stop":1729034209127,"duration":4}},{"uid":"39f835e7972011e8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/39f835e7972011e8","status":"passed","time":{"start":1729032264600,"stop":1729032264600,"duration":0}},{"uid":"d3c15d59d633770c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d3c15d59d633770c","status":"passed","time":{"start":1728902012880,"stop":1728902012890,"duration":10}},{"uid":"a5438fd1f6aa115c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a5438fd1f6aa115c","status":"passed","time":{"start":1728893454825,"stop":1728893454825,"duration":0}},{"uid":"2b84e5c9d64d4c04","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b84e5c9d64d4c04","status":"passed","time":{"start":1728856408468,"stop":1728856408468,"duration":0}},{"uid":"2920e66ca90df7a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2920e66ca90df7a2","status":"passed","time":{"start":1728738633874,"stop":1728738633874,"duration":0}},{"uid":"d0f1f26712cb9cfb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0f1f26712cb9cfb","status":"passed","time":{"start":1728683159825,"stop":1728683159825,"duration":0}},{"uid":"240a0bb5c7a2de4d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/240a0bb5c7a2de4d","status":"passed","time":{"start":1728682751346,"stop":1728682751346,"duration":0}},{"uid":"6afaa5e8c3af18a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6afaa5e8c3af18a1","status":"passed","time":{"start":1728677216377,"stop":1728677216378,"duration":1}},{"uid":"8bc7451841da2dce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bc7451841da2dce","status":"passed","time":{"start":1728669925467,"stop":1728669925467,"duration":0}},{"uid":"cfa6bc36ad564fcc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cfa6bc36ad564fcc","status":"passed","time":{"start":1728598268820,"stop":1728598268821,"duration":1}},{"uid":"ed745da885e79c82","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed745da885e79c82","status":"passed","time":{"start":1728597503952,"stop":1728597503953,"duration":1}}]},"619a361ae3ab3087df533de42438dd5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"936791ecf2327fac","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/936791ecf2327fac","status":"passed","time":{"start":1728669866481,"stop":1728669866482,"duration":1}}]},"c653f0e60f046b1a827dcac504e06b7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"298c4952ee707719","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/298c4952ee707719","status":"passed","time":{"start":1729032198819,"stop":1729032198822,"duration":3}}]},"740fe27faa4ae25229294744b2f023f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cff10178e8195c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cff10178e8195c6","status":"passed","time":{"start":1729032235308,"stop":1729032235308,"duration":0}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a5d37ca294f3d461","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a5d37ca294f3d461","status":"passed","time":{"start":1729034163592,"stop":1729034163593,"duration":1}},{"uid":"8b54e417ca44dc9d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8b54e417ca44dc9d","status":"passed","time":{"start":1729034085356,"stop":1729034085357,"duration":1}},{"uid":"67068f3dd6f6f81d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67068f3dd6f6f81d","status":"passed","time":{"start":1729033899383,"stop":1729033899384,"duration":1}},{"uid":"22abb782a7f5cb72","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22abb782a7f5cb72","status":"passed","time":{"start":1729031949749,"stop":1729031949751,"duration":2}},{"uid":"7dd9309cbcdbfa38","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7dd9309cbcdbfa38","status":"passed","time":{"start":1728901497250,"stop":1728901497250,"duration":0}},{"uid":"3f9de7e61e8224a7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3f9de7e61e8224a7","status":"passed","time":{"start":1728892931615,"stop":1728892931615,"duration":0}},{"uid":"294106fbc86c7c1e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/294106fbc86c7c1e","status":"passed","time":{"start":1728855891085,"stop":1728855891085,"duration":0}},{"uid":"d2ad621d2ee5e6c1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d2ad621d2ee5e6c1","status":"passed","time":{"start":1728738108305,"stop":1728738108306,"duration":1}},{"uid":"664b96abe686a45e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/664b96abe686a45e","status":"passed","time":{"start":1728682642731,"stop":1728682642732,"duration":1}},{"uid":"72d4ad8141a7a974","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/72d4ad8141a7a974","status":"passed","time":{"start":1728682214717,"stop":1728682214717,"duration":0}},{"uid":"dda84f2aff8bf7be","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dda84f2aff8bf7be","status":"passed","time":{"start":1728676692178,"stop":1728676692178,"duration":0}},{"uid":"83b391524ed0960a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83b391524ed0960a","status":"passed","time":{"start":1728669416672,"stop":1728669416673,"duration":1}},{"uid":"7f2e5d090dfcef58","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7f2e5d090dfcef58","status":"passed","time":{"start":1728597754024,"stop":1728597754024,"duration":0}},{"uid":"f0c22fede750cceb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c22fede750cceb","status":"passed","time":{"start":1728596972641,"stop":1728596972641,"duration":0}}]},"9b43b62ad1663b1a7af4a219333e2181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c8fa368ccd93cfb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2c8fa368ccd93cfb","status":"passed","time":{"start":1729034428553,"stop":1729034428553,"duration":0}}]},"ed7893dd77eaa8957a9eba62abe55d10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5429fb134d3d457","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d5429fb134d3d457","status":"passed","time":{"start":1728677163582,"stop":1728677163582,"duration":0}}]},"edb2fc7a7048c5434f6fc09e82042d79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"799d487319f4248c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/799d487319f4248c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660885,"stop":1728676660885,"duration":0}},{"uid":"c301563987e8aece","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c301563987e8aece","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384120,"stop":1728669384120,"duration":0}}]},"8652f1572f659240ac75fc728d475bf0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7e183aabf0ac7f0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7e183aabf0ac7f0","status":"passed","time":{"start":1729034169449,"stop":1729034169449,"duration":0}}]},"74269ab43c6afe7c386969521118db94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d10033b125dbb8c5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d10033b125dbb8c5","status":"passed","time":{"start":1728682652692,"stop":1728682652692,"duration":0}}]},"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"33031c2ced4ff993","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/33031c2ced4ff993","status":"passed","time":{"start":1729034096137,"stop":1729034096137,"duration":0}},{"uid":"fd6dc20ee2b1edeb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fd6dc20ee2b1edeb","status":"passed","time":{"start":1729034020094,"stop":1729034020094,"duration":0}},{"uid":"c746b2a6093af86e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c746b2a6093af86e","status":"passed","time":{"start":1729033834390,"stop":1729033834390,"duration":0}},{"uid":"56a32d8cd579e38c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/56a32d8cd579e38c","status":"passed","time":{"start":1729031884123,"stop":1729031884124,"duration":1}},{"uid":"b28ea6bd47c28160","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b28ea6bd47c28160","status":"passed","time":{"start":1728901430257,"stop":1728901430257,"duration":0}},{"uid":"2344a488a6963fb0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2344a488a6963fb0","status":"passed","time":{"start":1728892860536,"stop":1728892860536,"duration":0}},{"uid":"85bdb71ad87304c5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/85bdb71ad87304c5","status":"passed","time":{"start":1728855823325,"stop":1728855823325,"duration":0}},{"uid":"1a1d568860907e58","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a1d568860907e58","status":"passed","time":{"start":1728738040606,"stop":1728738040606,"duration":0}},{"uid":"23cb89084b61a685","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23cb89084b61a685","status":"passed","time":{"start":1728682574096,"stop":1728682574096,"duration":0}},{"uid":"ed0d167e9494da43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ed0d167e9494da43","status":"passed","time":{"start":1728682146820,"stop":1728682146821,"duration":1}},{"uid":"2eee28aeb2428352","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2eee28aeb2428352","status":"passed","time":{"start":1728676621435,"stop":1728676621436,"duration":1}},{"uid":"5123d43198e8e29e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5123d43198e8e29e","status":"passed","time":{"start":1728669344471,"stop":1728669344471,"duration":0}},{"uid":"8c294d533764d25","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8c294d533764d25","status":"passed","time":{"start":1728597685165,"stop":1728597685165,"duration":0}},{"uid":"8dbc064b55e1910f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8dbc064b55e1910f","status":"passed","time":{"start":1728596904472,"stop":1728596904473,"duration":1}}]},"0adba417ea17e0e8dd46e9764433bfcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6c602cec387bf1f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c6c602cec387bf1f","status":"passed","time":{"start":1728598212611,"stop":1728598212611,"duration":0}}]},"437176db3f64a6ff018ea9e43c08ab9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"be68131bb5454729","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/be68131bb5454729","status":"passed","time":{"start":1729034348217,"stop":1729034348217,"duration":0}}]},"447c91f17cfaa5ba2c3075aed78b63b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"57c4563c28301de2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/57c4563c28301de2","status":"passed","time":{"start":1729034111876,"stop":1729034111876,"duration":0}},{"uid":"8887686ec38b19e3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8887686ec38b19e3","status":"passed","time":{"start":1729034034979,"stop":1729034034980,"duration":1}},{"uid":"8189387eb3478021","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8189387eb3478021","status":"passed","time":{"start":1729033849393,"stop":1729033849393,"duration":0}},{"uid":"abb65b7460a110c8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/abb65b7460a110c8","status":"passed","time":{"start":1729031899547,"stop":1729031899548,"duration":1}},{"uid":"b7c98e871ea11169","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c98e871ea11169","status":"passed","time":{"start":1728901444841,"stop":1728901444842,"duration":1}},{"uid":"d892f06046cfa219","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d892f06046cfa219","status":"passed","time":{"start":1728892875614,"stop":1728892875615,"duration":1}},{"uid":"c549509b9230373b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c549509b9230373b","status":"passed","time":{"start":1728855838489,"stop":1728855838490,"duration":1}},{"uid":"6be459fd33999df2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6be459fd33999df2","status":"passed","time":{"start":1728738055451,"stop":1728738055452,"duration":1}},{"uid":"6714ff2cb7bcb81d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6714ff2cb7bcb81d","status":"passed","time":{"start":1728682589263,"stop":1728682589263,"duration":0}},{"uid":"ccbbcfb8314925db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ccbbcfb8314925db","status":"passed","time":{"start":1728682162181,"stop":1728682162182,"duration":1}},{"uid":"18860bf7c4ff2ca2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18860bf7c4ff2ca2","status":"passed","time":{"start":1728676636508,"stop":1728676636513,"duration":5}},{"uid":"98a772cce8cb066b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98a772cce8cb066b","status":"passed","time":{"start":1728669359847,"stop":1728669359847,"duration":0}},{"uid":"5c176a5035df9d42","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5c176a5035df9d42","status":"passed","time":{"start":1728597699701,"stop":1728597699703,"duration":2}},{"uid":"d64eb5e285f1e52d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d64eb5e285f1e52d","status":"passed","time":{"start":1728596919893,"stop":1728596919893,"duration":0}}]},"5a393d14c60c7f3cee68ef18453908a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18d077d0a4b4dbcf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/18d077d0a4b4dbcf","status":"passed","time":{"start":1729034308905,"stop":1729034308907,"duration":2}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3e2eae679da4dcf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3e2eae679da4dcf","status":"passed","time":{"start":1729034370904,"stop":1729034370914,"duration":10}},{"uid":"a749461c0f1851fd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a749461c0f1851fd","status":"passed","time":{"start":1729034308899,"stop":1729034308899,"duration":0}},{"uid":"215e4b969d76f202","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/215e4b969d76f202","status":"passed","time":{"start":1729034129480,"stop":1729034129480,"duration":0}},{"uid":"e05e90fe9a7420c4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e05e90fe9a7420c4","status":"passed","time":{"start":1729032178377,"stop":1729032178377,"duration":0}},{"uid":"d679828cd00596f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d679828cd00596f","status":"passed","time":{"start":1728901896354,"stop":1728901896354,"duration":0}},{"uid":"80c8ccff4cdc1a81","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/80c8ccff4cdc1a81","status":"passed","time":{"start":1728893329035,"stop":1728893329036,"duration":1}},{"uid":"65b48f11ffd3c94d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/65b48f11ffd3c94d","status":"passed","time":{"start":1728856284771,"stop":1728856284772,"duration":1}},{"uid":"8da06bdc8d43ba38","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8da06bdc8d43ba38","status":"passed","time":{"start":1728738494948,"stop":1728738494948,"duration":0}},{"uid":"b4733362734ae1a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b4733362734ae1a","status":"passed","time":{"start":1728683033638,"stop":1728683033638,"duration":0}},{"uid":"6e1d428b556d76de","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6e1d428b556d76de","status":"passed","time":{"start":1728682601746,"stop":1728682601746,"duration":0}},{"uid":"39217593825f2dd3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/39217593825f2dd3","status":"passed","time":{"start":1728677107985,"stop":1728677107985,"duration":0}},{"uid":"60acda0c01b26d2f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/60acda0c01b26d2f","status":"passed","time":{"start":1728669764759,"stop":1728669764759,"duration":0}},{"uid":"da6b71bea047eb22","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/da6b71bea047eb22","status":"passed","time":{"start":1728598157577,"stop":1728598157577,"duration":0}},{"uid":"25266d39c958c7e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/25266d39c958c7e8","status":"passed","time":{"start":1728597369086,"stop":1728597369086,"duration":0}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6e0ee70c4d366303","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6e0ee70c4d366303","status":"passed","time":{"start":1729034124361,"stop":1729034124361,"duration":0}},{"uid":"7fc101e3c9bfa03e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7fc101e3c9bfa03e","status":"passed","time":{"start":1729034047483,"stop":1729034047483,"duration":0}},{"uid":"9c5f8fb7ea31cccd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9c5f8fb7ea31cccd","status":"passed","time":{"start":1729033862327,"stop":1729033862327,"duration":0}},{"uid":"45e5616a9215fe7b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45e5616a9215fe7b","status":"passed","time":{"start":1729031912068,"stop":1729031912068,"duration":0}},{"uid":"6982248ec6231178","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6982248ec6231178","status":"passed","time":{"start":1728901457815,"stop":1728901457815,"duration":0}},{"uid":"47fa09290e975357","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/47fa09290e975357","status":"passed","time":{"start":1728892888299,"stop":1728892888299,"duration":0}},{"uid":"be401278cf801206","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be401278cf801206","status":"passed","time":{"start":1728855850786,"stop":1728855850787,"duration":1}},{"uid":"684365258ef9822d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/684365258ef9822d","status":"passed","time":{"start":1728738068162,"stop":1728738068162,"duration":0}},{"uid":"2fd73b922abb58a7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2fd73b922abb58a7","status":"passed","time":{"start":1728682601671,"stop":1728682601672,"duration":1}},{"uid":"a853faecfa65f4c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a853faecfa65f4c0","status":"passed","time":{"start":1728682174563,"stop":1728682174564,"duration":1}},{"uid":"f1f0a49ee8e028d9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f1f0a49ee8e028d9","status":"passed","time":{"start":1728676648929,"stop":1728676648930,"duration":1}},{"uid":"2b0eb7438c893caa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b0eb7438c893caa","status":"passed","time":{"start":1728669372209,"stop":1728669372209,"duration":0}},{"uid":"4b4478f49b3a168d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b4478f49b3a168d","status":"passed","time":{"start":1728597712758,"stop":1728597712759,"duration":1}},{"uid":"851ac8618c8eed81","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/851ac8618c8eed81","status":"passed","time":{"start":1728596931865,"stop":1728596931865,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dfe528942ecd642a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dfe528942ecd642a","status":"passed","time":{"start":1729034112604,"stop":1729034112604,"duration":0}},{"uid":"e021622fbb211ee7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e021622fbb211ee7","status":"passed","time":{"start":1729034035872,"stop":1729034035872,"duration":0}},{"uid":"6edbf3fd0fe60fae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6edbf3fd0fe60fae","status":"passed","time":{"start":1729033850548,"stop":1729033850548,"duration":0}},{"uid":"1c965c92c8eb243c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1c965c92c8eb243c","status":"passed","time":{"start":1729031900271,"stop":1729031900271,"duration":0}},{"uid":"ef5ba03c9de0b6fb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ef5ba03c9de0b6fb","status":"passed","time":{"start":1728901446177,"stop":1728901446177,"duration":0}},{"uid":"fa6dd10adaa6ab69","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fa6dd10adaa6ab69","status":"passed","time":{"start":1728892876477,"stop":1728892876477,"duration":0}},{"uid":"ca609aed89383cac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca609aed89383cac","status":"passed","time":{"start":1728855839198,"stop":1728855839198,"duration":0}},{"uid":"b29869cc48b12c9c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b29869cc48b12c9c","status":"passed","time":{"start":1728738056464,"stop":1728738056464,"duration":0}},{"uid":"263d87703be41619","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/263d87703be41619","status":"passed","time":{"start":1728682590044,"stop":1728682590044,"duration":0}},{"uid":"94036ecdeb1672b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94036ecdeb1672b2","status":"passed","time":{"start":1728682162838,"stop":1728682162838,"duration":0}},{"uid":"4ac3725f414b3379","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4ac3725f414b3379","status":"passed","time":{"start":1728676637411,"stop":1728676637411,"duration":0}},{"uid":"bdc2554c492a9ab8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bdc2554c492a9ab8","status":"passed","time":{"start":1728669360493,"stop":1728669360494,"duration":1}},{"uid":"93a27f522dd102b7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/93a27f522dd102b7","status":"passed","time":{"start":1728597701236,"stop":1728597701236,"duration":0}},{"uid":"9c7f5b6d041bafb1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c7f5b6d041bafb1","status":"passed","time":{"start":1728596920370,"stop":1728596920370,"duration":0}}]},"f05a4a66bd8f0118c25ce07011ef85f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5400b1426cf4761f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5400b1426cf4761f","status":"passed","time":{"start":1728597132264,"stop":1728597132264,"duration":0}}]},"742c8c89552de3a24eb479bbf9607e5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4acc7eb79dc6df49","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4acc7eb79dc6df49","status":"passed","time":{"start":1728682666066,"stop":1728682666067,"duration":1}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5e4285b7195142b3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5e4285b7195142b3","status":"passed","time":{"start":1729034393639,"stop":1729034393639,"duration":0}},{"uid":"4d80519155a62b09","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4d80519155a62b09","status":"passed","time":{"start":1729034304835,"stop":1729034304835,"duration":0}},{"uid":"3d10280669c51e01","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3d10280669c51e01","status":"passed","time":{"start":1729034121902,"stop":1729034121904,"duration":2}},{"uid":"72910105e8bd8d80","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/72910105e8bd8d80","status":"passed","time":{"start":1729032174821,"stop":1729032174831,"duration":10}},{"uid":"3a1d91d4dd8be9f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3a1d91d4dd8be9f","status":"passed","time":{"start":1728901881010,"stop":1728901881010,"duration":0}},{"uid":"6045d4164d802f89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6045d4164d802f89","status":"passed","time":{"start":1728893317156,"stop":1728893317157,"duration":1}},{"uid":"56be238a74334b3c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/56be238a74334b3c","status":"passed","time":{"start":1728856263079,"stop":1728856263087,"duration":8}},{"uid":"985f8ee1db7bd908","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/985f8ee1db7bd908","status":"passed","time":{"start":1728738492796,"stop":1728738492796,"duration":0}},{"uid":"38e3f6d6f993e094","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/38e3f6d6f993e094","status":"passed","time":{"start":1728683030018,"stop":1728683030019,"duration":1}},{"uid":"2ee7a2feda3a473f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2ee7a2feda3a473f","status":"passed","time":{"start":1728682581098,"stop":1728682581098,"duration":0}},{"uid":"a9f5dcbd3e65a790","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a9f5dcbd3e65a790","status":"passed","time":{"start":1728677081991,"stop":1728677081991,"duration":0}},{"uid":"f324c10c633c8bb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f324c10c633c8bb3","status":"passed","time":{"start":1728669795392,"stop":1728669795393,"duration":1}},{"uid":"67d3444904d5959","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/67d3444904d5959","status":"passed","time":{"start":1728598137501,"stop":1728598137501,"duration":0}},{"uid":"1796475bdbaa6fd1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1796475bdbaa6fd1","status":"passed","time":{"start":1728597353477,"stop":1728597353478,"duration":1}}]},"90e3154cf66ed3d4f6fabf753e1c52d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e18f351f428f7bb0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e18f351f428f7bb0","status":"passed","time":{"start":1728893317153,"stop":1728893317153,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4900e24fcb84076f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4900e24fcb84076f","status":"passed","time":{"start":1729034240936,"stop":1729034240936,"duration":0}},{"uid":"ad27d9ef1378532a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ad27d9ef1378532a","status":"passed","time":{"start":1729034159630,"stop":1729034159630,"duration":0}},{"uid":"e61264c1dd01de7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e61264c1dd01de7","status":"passed","time":{"start":1729033976816,"stop":1729033976816,"duration":0}},{"uid":"66b1fc77931d2343","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/66b1fc77931d2343","status":"passed","time":{"start":1729032020533,"stop":1729032020536,"duration":3}},{"uid":"8d0dcefcf6e2f0fd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8d0dcefcf6e2f0fd","status":"passed","time":{"start":1728901616500,"stop":1728901616500,"duration":0}},{"uid":"e019b895a6b5c00b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e019b895a6b5c00b","status":"passed","time":{"start":1728893050254,"stop":1728893050254,"duration":0}},{"uid":"2af350d146872269","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2af350d146872269","status":"passed","time":{"start":1728856015185,"stop":1728856015192,"duration":7}},{"uid":"98e23e515f22b4f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/98e23e515f22b4f1","status":"passed","time":{"start":1728738233178,"stop":1728738233179,"duration":1}},{"uid":"103c33e64d48b3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/103c33e64d48b3f6","status":"passed","time":{"start":1728682762485,"stop":1728682762485,"duration":0}},{"uid":"67ff4bdd78a005d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/67ff4bdd78a005d","status":"passed","time":{"start":1728682332798,"stop":1728682332798,"duration":0}},{"uid":"8f6330864d582402","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f6330864d582402","status":"passed","time":{"start":1728676810306,"stop":1728676810306,"duration":0}},{"uid":"9dc84ce5866e4827","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9dc84ce5866e4827","status":"passed","time":{"start":1728669529909,"stop":1728669529909,"duration":0}},{"uid":"50d2e1b7eee23d78","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/50d2e1b7eee23d78","status":"passed","time":{"start":1728597873546,"stop":1728597873546,"duration":0}},{"uid":"3e944e98d6bba00","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3e944e98d6bba00","status":"passed","time":{"start":1728597089286,"stop":1728597089287,"duration":1}}]},"8f350283c42efc0ff93995c86102722c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9dfe489a51e21ef3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9dfe489a51e21ef3","status":"passed","time":{"start":1728677184695,"stop":1728677184695,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4f3b74fb03c30d6b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4f3b74fb03c30d6b","status":"passed","time":{"start":1729034475005,"stop":1729034475005,"duration":0}},{"uid":"3b677b0d8be854cb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3b677b0d8be854cb","status":"passed","time":{"start":1729034395300,"stop":1729034395300,"duration":0}},{"uid":"3a9c00262e138817","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3a9c00262e138817","status":"passed","time":{"start":1729034209114,"stop":1729034209114,"duration":0}},{"uid":"4a7fc00cfd45cf01","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4a7fc00cfd45cf01","status":"passed","time":{"start":1729032264593,"stop":1729032264593,"duration":0}},{"uid":"1416344acc7ae8cf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1416344acc7ae8cf","status":"passed","time":{"start":1728902012873,"stop":1728902012873,"duration":0}},{"uid":"850e78f9b7904b7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/850e78f9b7904b7c","status":"passed","time":{"start":1728893454823,"stop":1728893454824,"duration":1}},{"uid":"2bafd4cad71b6e73","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2bafd4cad71b6e73","status":"passed","time":{"start":1728856408466,"stop":1728856408466,"duration":0}},{"uid":"78f2443233eb6916","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78f2443233eb6916","status":"passed","time":{"start":1728738633872,"stop":1728738633873,"duration":1}},{"uid":"2be08b42b2304edd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2be08b42b2304edd","status":"passed","time":{"start":1728683159819,"stop":1728683159819,"duration":0}},{"uid":"6c485415791add8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c485415791add8","status":"passed","time":{"start":1728682751342,"stop":1728682751344,"duration":2}},{"uid":"a0cdfac958042370","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a0cdfac958042370","status":"passed","time":{"start":1728677216376,"stop":1728677216376,"duration":0}},{"uid":"eeee917ac01ccc96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eeee917ac01ccc96","status":"passed","time":{"start":1728669925465,"stop":1728669925465,"duration":0}},{"uid":"22c42890649f06c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22c42890649f06c6","status":"passed","time":{"start":1728598268819,"stop":1728598268819,"duration":0}},{"uid":"3ccce2c0ab45635e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3ccce2c0ab45635e","status":"passed","time":{"start":1728597503948,"stop":1728597503949,"duration":1}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d174ec782d4ed973","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d174ec782d4ed973","status":"passed","time":{"start":1729034370902,"stop":1729034370903,"duration":1}},{"uid":"4e84516a03286e6c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4e84516a03286e6c","status":"passed","time":{"start":1729034308882,"stop":1729034308883,"duration":1}},{"uid":"7899bc23f3cdca04","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7899bc23f3cdca04","status":"passed","time":{"start":1729034129478,"stop":1729034129478,"duration":0}},{"uid":"5d4ed24125788cac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5d4ed24125788cac","status":"passed","time":{"start":1729032178375,"stop":1729032178375,"duration":0}},{"uid":"7bc656b9f17b4f0c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7bc656b9f17b4f0c","status":"passed","time":{"start":1728901896352,"stop":1728901896352,"duration":0}},{"uid":"844765192fc9715c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/844765192fc9715c","status":"passed","time":{"start":1728893329033,"stop":1728893329034,"duration":1}},{"uid":"74cdd9bd7e3fde0a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/74cdd9bd7e3fde0a","status":"passed","time":{"start":1728856284769,"stop":1728856284769,"duration":0}},{"uid":"6e905ead218f9944","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e905ead218f9944","status":"passed","time":{"start":1728738494946,"stop":1728738494946,"duration":0}},{"uid":"9f77188a3e115764","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9f77188a3e115764","status":"passed","time":{"start":1728683033636,"stop":1728683033636,"duration":0}},{"uid":"ac885c81688fdbb7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac885c81688fdbb7","status":"passed","time":{"start":1728682601744,"stop":1728682601744,"duration":0}},{"uid":"20878a2985191a69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/20878a2985191a69","status":"passed","time":{"start":1728677107974,"stop":1728677107983,"duration":9}},{"uid":"bc3b3665f19ce263","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bc3b3665f19ce263","status":"passed","time":{"start":1728669764756,"stop":1728669764756,"duration":0}},{"uid":"4de0897adaf0496","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4de0897adaf0496","status":"passed","time":{"start":1728598157575,"stop":1728598157575,"duration":0}},{"uid":"428683174cdbb428","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/428683174cdbb428","status":"passed","time":{"start":1728597369078,"stop":1728597369078,"duration":0}}]},"149bb421c9713d7ed951e54b8c6ae87c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1dfdfbc1465ebb0c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1dfdfbc1465ebb0c","status":"passed","time":{"start":1728901950545,"stop":1728901950545,"duration":0}}]},"a7baddcf91f9c6ba660f356e6903c05c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ddd6bcf0e02d1be2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ddd6bcf0e02d1be2","status":"passed","time":{"start":1728856355693,"stop":1728856355693,"duration":0}}]},"4cf971186ef6028bee56a2b96e14166a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf21d2ba472e1618","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bf21d2ba472e1618","status":"passed","time":{"start":1728597423328,"stop":1728597423329,"duration":1}}]},"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e0cba22bfe3e0422","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e0cba22bfe3e0422","status":"passed","time":{"start":1729034096126,"stop":1729034096126,"duration":0}},{"uid":"1e01c61de9f6fd90","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1e01c61de9f6fd90","status":"passed","time":{"start":1729034020084,"stop":1729034020085,"duration":1}},{"uid":"9c726e6c66ffa857","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9c726e6c66ffa857","status":"passed","time":{"start":1729033834377,"stop":1729033834377,"duration":0}},{"uid":"719e0912e4072a3d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/719e0912e4072a3d","status":"passed","time":{"start":1729031884107,"stop":1729031884108,"duration":1}},{"uid":"f64a9cf8dd899e15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f64a9cf8dd899e15","status":"passed","time":{"start":1728901430249,"stop":1728901430249,"duration":0}},{"uid":"8114e7da4e4cc345","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8114e7da4e4cc345","status":"passed","time":{"start":1728892860525,"stop":1728892860525,"duration":0}},{"uid":"db50658a4c04a692","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/db50658a4c04a692","status":"passed","time":{"start":1728855823315,"stop":1728855823316,"duration":1}},{"uid":"f68d579d8fc98a1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f68d579d8fc98a1c","status":"passed","time":{"start":1728738040584,"stop":1728738040585,"duration":1}},{"uid":"f2f4a4a723127aff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2f4a4a723127aff","status":"passed","time":{"start":1728682574082,"stop":1728682574082,"duration":0}},{"uid":"ff66b714764da896","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ff66b714764da896","status":"passed","time":{"start":1728682146809,"stop":1728682146810,"duration":1}},{"uid":"941f581f5d3902a0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/941f581f5d3902a0","status":"passed","time":{"start":1728676621423,"stop":1728676621424,"duration":1}},{"uid":"f15a365ce66a8a0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f15a365ce66a8a0","status":"passed","time":{"start":1728669344460,"stop":1728669344460,"duration":0}},{"uid":"f31c11d134441abb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f31c11d134441abb","status":"passed","time":{"start":1728597685154,"stop":1728597685154,"duration":0}},{"uid":"5f2673d2a8e970cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f2673d2a8e970cd","status":"passed","time":{"start":1728596904460,"stop":1728596904460,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aca4de57da6ad95b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aca4de57da6ad95b","status":"passed","time":{"start":1729034452182,"stop":1729034452182,"duration":0}},{"uid":"8cc19c08c1a618b1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8cc19c08c1a618b1","status":"passed","time":{"start":1729034373078,"stop":1729034373079,"duration":1}},{"uid":"2ee559ba0f23694f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ee559ba0f23694f","status":"passed","time":{"start":1729034188115,"stop":1729034188116,"duration":1}},{"uid":"87f3e8a6d26e5041","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/87f3e8a6d26e5041","status":"passed","time":{"start":1729032231861,"stop":1729032231862,"duration":1}},{"uid":"633cd15a99289fae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/633cd15a99289fae","status":"passed","time":{"start":1728901989564,"stop":1728901989564,"duration":0}},{"uid":"19589c872af257f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19589c872af257f","status":"passed","time":{"start":1728893424897,"stop":1728893424897,"duration":0}},{"uid":"bcfea23dae1b5f00","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bcfea23dae1b5f00","status":"passed","time":{"start":1728856376682,"stop":1728856376682,"duration":0}},{"uid":"468b54dbf01dcf12","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/468b54dbf01dcf12","status":"passed","time":{"start":1728738593958,"stop":1728738593959,"duration":1}},{"uid":"cb154a3e69f696b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cb154a3e69f696b0","status":"passed","time":{"start":1728683135334,"stop":1728683135335,"duration":1}},{"uid":"bb39be93d900cd7c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb39be93d900cd7c","status":"passed","time":{"start":1728682692584,"stop":1728682692586,"duration":2}},{"uid":"e9bac2a813ab1f96","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e9bac2a813ab1f96","status":"passed","time":{"start":1728677194227,"stop":1728677194227,"duration":0}},{"uid":"e40bcb6e1eb3376b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e40bcb6e1eb3376b","status":"passed","time":{"start":1728669874422,"stop":1728669874422,"duration":0}},{"uid":"98ca0c2e891077d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/98ca0c2e891077d","status":"passed","time":{"start":1728598257460,"stop":1728598257460,"duration":0}},{"uid":"796e990716810beb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/796e990716810beb","status":"passed","time":{"start":1728597471282,"stop":1728597471282,"duration":0}}]},"daefda0f37e609ad1f383f4ecc7b0e51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e192b9fae2dac98f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e192b9fae2dac98f","status":"passed","time":{"start":1728597434080,"stop":1728597434080,"duration":0}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2c0d74fb455e9988","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2c0d74fb455e9988","status":"passed","time":{"start":1729034400890,"stop":1729034400890,"duration":0}},{"uid":"c97ef8f2b733fd8b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c97ef8f2b733fd8b","status":"passed","time":{"start":1729034317453,"stop":1729034317453,"duration":0}},{"uid":"4f1700c09340db38","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f1700c09340db38","status":"passed","time":{"start":1729034137137,"stop":1729034137142,"duration":5}},{"uid":"5a1ed28f50c4743f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a1ed28f50c4743f","status":"passed","time":{"start":1729032206876,"stop":1729032206876,"duration":0}},{"uid":"5adf9cfef8dc358d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5adf9cfef8dc358d","status":"passed","time":{"start":1728901995022,"stop":1728901995022,"duration":0}},{"uid":"f9a8088335af931f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f9a8088335af931f","status":"passed","time":{"start":1728893420996,"stop":1728893420996,"duration":0}},{"uid":"537fdbf43ff1388c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/537fdbf43ff1388c","status":"passed","time":{"start":1728856368597,"stop":1728856368597,"duration":0}},{"uid":"2a4f3bb3148e1c08","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2a4f3bb3148e1c08","status":"passed","time":{"start":1728738604681,"stop":1728738604681,"duration":0}},{"uid":"b82833f23190e4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b82833f23190e4f","status":"passed","time":{"start":1728683117628,"stop":1728683117629,"duration":1}},{"uid":"47e2f9d895cfb1f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/47e2f9d895cfb1f9","status":"passed","time":{"start":1728682721318,"stop":1728682721319,"duration":1}},{"uid":"28063a14fc2f3385","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/28063a14fc2f3385","status":"passed","time":{"start":1728677184684,"stop":1728677184684,"duration":0}},{"uid":"aec3e0b69dfc88c6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aec3e0b69dfc88c6","status":"passed","time":{"start":1728669866450,"stop":1728669866450,"duration":0}},{"uid":"5b9e738672a02307","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b9e738672a02307","status":"passed","time":{"start":1728598249978,"stop":1728598249980,"duration":2}},{"uid":"e1f2b669b2815bf3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e1f2b669b2815bf3","status":"passed","time":{"start":1728597472292,"stop":1728597472293,"duration":1}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ed9eaf3cd3b162a3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ed9eaf3cd3b162a3","status":"passed","time":{"start":1729034474986,"stop":1729034474987,"duration":1}},{"uid":"f48768f7b332b9d7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f48768f7b332b9d7","status":"passed","time":{"start":1729034395289,"stop":1729034395289,"duration":0}},{"uid":"ebe33bcda2e1a05b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ebe33bcda2e1a05b","status":"passed","time":{"start":1729034209096,"stop":1729034209098,"duration":2}},{"uid":"73e0a37dc20caeb6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73e0a37dc20caeb6","status":"passed","time":{"start":1729032264567,"stop":1729032264567,"duration":0}},{"uid":"bc71deea359ea3dc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc71deea359ea3dc","status":"passed","time":{"start":1728902012848,"stop":1728902012849,"duration":1}},{"uid":"7852fc891a1c5bfe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7852fc891a1c5bfe","status":"passed","time":{"start":1728893454810,"stop":1728893454810,"duration":0}},{"uid":"db31705c2d1bbe6d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/db31705c2d1bbe6d","status":"passed","time":{"start":1728856408451,"stop":1728856408451,"duration":0}},{"uid":"30868ccd893234ba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/30868ccd893234ba","status":"passed","time":{"start":1728738633853,"stop":1728738633854,"duration":1}},{"uid":"9caaca1c64dd2968","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9caaca1c64dd2968","status":"passed","time":{"start":1728683159754,"stop":1728683159755,"duration":1}},{"uid":"2dfe4ed5653320e3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2dfe4ed5653320e3","status":"passed","time":{"start":1728682751328,"stop":1728682751328,"duration":0}},{"uid":"340530e2c867b597","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/340530e2c867b597","status":"passed","time":{"start":1728677216354,"stop":1728677216355,"duration":1}},{"uid":"f0e2b688692f4b7a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f0e2b688692f4b7a","status":"passed","time":{"start":1728669925452,"stop":1728669925453,"duration":1}},{"uid":"dc8ee6eace962c46","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc8ee6eace962c46","status":"passed","time":{"start":1728598268801,"stop":1728598268801,"duration":0}},{"uid":"d48696697da498c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d48696697da498c6","status":"passed","time":{"start":1728597503916,"stop":1728597503917,"duration":1}}]},"03cc7f8b9ef827f1ad44c610a52c3423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd12a01834ce6c45","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fd12a01834ce6c45","status":"passed","time":{"start":1729034304856,"stop":1729034304856,"duration":0}}]},"dc04031c4e8859ab829baee7de9f2c8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8cef0bf8ea42b80a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8cef0bf8ea42b80a","status":"passed","time":{"start":1729034304832,"stop":1729034304832,"duration":0}}]},"3bd3bece9b1c0cfad12ec4c93d43604f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3b95c84ca4138d27","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3b95c84ca4138d27","status":"passed","time":{"start":1729034137113,"stop":1729034137114,"duration":1}},{"uid":"e4a902841c5f8531","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e4a902841c5f8531","status":"passed","time":{"start":1729034060045,"stop":1729034060045,"duration":0}},{"uid":"468abe1a9f7efa77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/468abe1a9f7efa77","status":"passed","time":{"start":1729033875027,"stop":1729033875028,"duration":1}},{"uid":"8c1999e7158bd8e9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c1999e7158bd8e9","status":"passed","time":{"start":1729031924908,"stop":1729031924908,"duration":0}},{"uid":"66a2deef9177d140","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66a2deef9177d140","status":"passed","time":{"start":1728901469135,"stop":1728901469135,"duration":0}},{"uid":"471c1574cbd97bbe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/471c1574cbd97bbe","status":"passed","time":{"start":1728892899800,"stop":1728892899800,"duration":0}},{"uid":"9e60b480821e4546","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e60b480821e4546","status":"passed","time":{"start":1728855863297,"stop":1728855863297,"duration":0}},{"uid":"e536e692f946f92","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e536e692f946f92","status":"passed","time":{"start":1728738080956,"stop":1728738080957,"duration":1}},{"uid":"38b52e1708612272","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/38b52e1708612272","status":"passed","time":{"start":1728682614316,"stop":1728682614316,"duration":0}},{"uid":"d88c7ff770595037","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d88c7ff770595037","status":"passed","time":{"start":1728682187221,"stop":1728682187221,"duration":0}},{"uid":"71b34e259c14635e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/71b34e259c14635e","status":"passed","time":{"start":1728676661421,"stop":1728676661422,"duration":1}},{"uid":"c9c70621a11c3644","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9c70621a11c3644","status":"passed","time":{"start":1728669384753,"stop":1728669384754,"duration":1}},{"uid":"b4c05f8174efecee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b4c05f8174efecee","status":"passed","time":{"start":1728597724211,"stop":1728597724211,"duration":0}},{"uid":"2c36ab259f945607","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c36ab259f945607","status":"passed","time":{"start":1728596943264,"stop":1728596943264,"duration":0}}]},"b99b3a0b7545e302b6002e6105fd5d3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9939626f6b5f0213","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9939626f6b5f0213","status":"passed","time":{"start":1728738492805,"stop":1728738492806,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"30a807b7ce216d03","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/30a807b7ce216d03","status":"passed","time":{"start":1729034452180,"stop":1729034452180,"duration":0}},{"uid":"770531561eac8518","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/770531561eac8518","status":"passed","time":{"start":1729034373073,"stop":1729034373073,"duration":0}},{"uid":"498b15e4a75ae15","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/498b15e4a75ae15","status":"passed","time":{"start":1729034188112,"stop":1729034188113,"duration":1}},{"uid":"73843b6c9b677a0c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73843b6c9b677a0c","status":"passed","time":{"start":1729032231860,"stop":1729032231860,"duration":0}},{"uid":"8c1cad410a3f9ea5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8c1cad410a3f9ea5","status":"passed","time":{"start":1728901989562,"stop":1728901989562,"duration":0}},{"uid":"8af2020129212ebd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8af2020129212ebd","status":"passed","time":{"start":1728893424895,"stop":1728893424896,"duration":1}},{"uid":"a71244cee3775d8d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a71244cee3775d8d","status":"passed","time":{"start":1728856376680,"stop":1728856376681,"duration":1}},{"uid":"11b8bc1ae4235262","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11b8bc1ae4235262","status":"passed","time":{"start":1728738593941,"stop":1728738593942,"duration":1}},{"uid":"73b6e6afc321210","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/73b6e6afc321210","status":"passed","time":{"start":1728683135330,"stop":1728683135331,"duration":1}},{"uid":"f737505e05f771cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f737505e05f771cf","status":"passed","time":{"start":1728682692580,"stop":1728682692581,"duration":1}},{"uid":"aa23ac1df87255a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aa23ac1df87255a","status":"passed","time":{"start":1728677194226,"stop":1728677194226,"duration":0}},{"uid":"945b21f48ec1e214","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/945b21f48ec1e214","status":"passed","time":{"start":1728669874418,"stop":1728669874420,"duration":2}},{"uid":"7b3311e84a6b7e5a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7b3311e84a6b7e5a","status":"passed","time":{"start":1728598257458,"stop":1728598257459,"duration":1}},{"uid":"e9c499e54c4aeb50","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e9c499e54c4aeb50","status":"passed","time":{"start":1728597471280,"stop":1728597471281,"duration":1}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ed5c9d7e85047882","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ed5c9d7e85047882","status":"passed","time":{"start":1729034393657,"stop":1729034393658,"duration":1}},{"uid":"4944f531b4ea977a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4944f531b4ea977a","status":"passed","time":{"start":1729034304855,"stop":1729034304856,"duration":1}},{"uid":"911db5bac5406f2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/911db5bac5406f2c","status":"passed","time":{"start":1729034121946,"stop":1729034121947,"duration":1}},{"uid":"4ce44b4f8338038b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4ce44b4f8338038b","status":"passed","time":{"start":1729032174921,"stop":1729032174927,"duration":6}},{"uid":"fa7c590c79e21781","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fa7c590c79e21781","status":"passed","time":{"start":1728901881027,"stop":1728901881028,"duration":1}},{"uid":"157483459dee2f20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/157483459dee2f20","status":"passed","time":{"start":1728893317180,"stop":1728893317181,"duration":1}},{"uid":"9bcba59f84f58bb3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9bcba59f84f58bb3","status":"passed","time":{"start":1728856263111,"stop":1728856263111,"duration":0}},{"uid":"6e8b137ba01e2ae4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e8b137ba01e2ae4","status":"passed","time":{"start":1728738492805,"stop":1728738492805,"duration":0}},{"uid":"981b50b88b475a80","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/981b50b88b475a80","status":"passed","time":{"start":1728683030028,"stop":1728683030029,"duration":1}},{"uid":"2bbc59e7939c109f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2bbc59e7939c109f","status":"passed","time":{"start":1728682581114,"stop":1728682581128,"duration":14}},{"uid":"974f806a69ed0014","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/974f806a69ed0014","status":"passed","time":{"start":1728677082009,"stop":1728677082010,"duration":1}},{"uid":"46b678108ec83b69","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/46b678108ec83b69","status":"passed","time":{"start":1728669795406,"stop":1728669795406,"duration":0}},{"uid":"fc18bd91d5d8b8fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc18bd91d5d8b8fb","status":"passed","time":{"start":1728598137509,"stop":1728598137509,"duration":0}},{"uid":"c2859150c6c959cf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c2859150c6c959cf","status":"passed","time":{"start":1728597353486,"stop":1728597353487,"duration":1}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ae995d110a89de97","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ae995d110a89de97","status":"passed","time":{"start":1729034475277,"stop":1729034475278,"duration":1}},{"uid":"137e15821203ea11","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/137e15821203ea11","status":"passed","time":{"start":1729034392404,"stop":1729034392404,"duration":0}},{"uid":"e5c2dde2f136ed5d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e5c2dde2f136ed5d","status":"passed","time":{"start":1729034208295,"stop":1729034208296,"duration":1}},{"uid":"c9c2596acc9ab3c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c9c2596acc9ab3c6","status":"passed","time":{"start":1729032257078,"stop":1729032257083,"duration":5}},{"uid":"25f47cac25a7f47c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25f47cac25a7f47c","status":"passed","time":{"start":1728902024014,"stop":1728902024014,"duration":0}},{"uid":"e98a847f28498fda","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e98a847f28498fda","status":"passed","time":{"start":1728893455130,"stop":1728893455131,"duration":1}},{"uid":"6f318de6127b24ed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6f318de6127b24ed","status":"passed","time":{"start":1728856404967,"stop":1728856404967,"duration":0}},{"uid":"422f89dd57996cf0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/422f89dd57996cf0","status":"passed","time":{"start":1728738634670,"stop":1728738634671,"duration":1}},{"uid":"445959531e700f6c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/445959531e700f6c","status":"passed","time":{"start":1728683163621,"stop":1728683163622,"duration":1}},{"uid":"59fa1edabd93a5b3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59fa1edabd93a5b3","status":"passed","time":{"start":1728682737543,"stop":1728682737544,"duration":1}},{"uid":"22251463266a7e8e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/22251463266a7e8e","status":"passed","time":{"start":1728677222568,"stop":1728677222568,"duration":0}},{"uid":"989d2f9af6e0c3e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/989d2f9af6e0c3e2","status":"passed","time":{"start":1728669905045,"stop":1728669905046,"duration":1}},{"uid":"b29f7c6323670f62","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b29f7c6323670f62","status":"passed","time":{"start":1728598284367,"stop":1728598284367,"duration":0}},{"uid":"75a45144f14a699","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/75a45144f14a699","status":"passed","time":{"start":1728597506832,"stop":1728597506832,"duration":0}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"10271093f34e1022","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/10271093f34e1022","status":"passed","time":{"start":1729034240920,"stop":1729034240920,"duration":0}},{"uid":"d726f3e8cd72d5c2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d726f3e8cd72d5c2","status":"passed","time":{"start":1729034159617,"stop":1729034159618,"duration":1}},{"uid":"70115caa9aaef4a6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/70115caa9aaef4a6","status":"passed","time":{"start":1729033976802,"stop":1729033976802,"duration":0}},{"uid":"46a3d26c6f9452a3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/46a3d26c6f9452a3","status":"passed","time":{"start":1729032020525,"stop":1729032020526,"duration":1}},{"uid":"7cd8ba1248ae17f3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7cd8ba1248ae17f3","status":"passed","time":{"start":1728901616436,"stop":1728901616447,"duration":11}},{"uid":"cd3f7b408767822","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cd3f7b408767822","status":"passed","time":{"start":1728893050247,"stop":1728893050247,"duration":0}},{"uid":"609114709ed02113","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/609114709ed02113","status":"passed","time":{"start":1728856015173,"stop":1728856015174,"duration":1}},{"uid":"191e20c17f878c15","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/191e20c17f878c15","status":"passed","time":{"start":1728738233142,"stop":1728738233143,"duration":1}},{"uid":"b9ae1dca13b21aa1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b9ae1dca13b21aa1","status":"passed","time":{"start":1728682762474,"stop":1728682762474,"duration":0}},{"uid":"ea70af3e8605c8f4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea70af3e8605c8f4","status":"passed","time":{"start":1728682332788,"stop":1728682332788,"duration":0}},{"uid":"e32293d6e39f4605","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e32293d6e39f4605","status":"passed","time":{"start":1728676810293,"stop":1728676810293,"duration":0}},{"uid":"5bd80a20161b2c78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5bd80a20161b2c78","status":"passed","time":{"start":1728669529901,"stop":1728669529901,"duration":0}},{"uid":"a5dd3c7371063294","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a5dd3c7371063294","status":"passed","time":{"start":1728597873536,"stop":1728597873536,"duration":0}},{"uid":"1a5a6f2860ac35fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1a5a6f2860ac35fd","status":"passed","time":{"start":1728597089275,"stop":1728597089276,"duration":1}}]},"bbfd286fc72a068904fd9a5fdba494ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89ef85768a8c2c2c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/89ef85768a8c2c2c","status":"passed","time":{"start":1728598250013,"stop":1728598250014,"duration":1}}]},"d62d94f7c2df4e5c45947a44647cabbc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7635e31ac81c5ae5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7635e31ac81c5ae5","status":"passed","time":{"start":1728856333676,"stop":1728856333677,"duration":1}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e827db0ad91b350b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e827db0ad91b350b","status":"passed","time":{"start":1729034474996,"stop":1729034474996,"duration":0}},{"uid":"6a828b3704da6437","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a828b3704da6437","status":"passed","time":{"start":1729034395297,"stop":1729034395297,"duration":0}},{"uid":"5a97eeabfd62585c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a97eeabfd62585c","status":"passed","time":{"start":1729034209110,"stop":1729034209110,"duration":0}},{"uid":"5e4b54dd2c6b3454","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e4b54dd2c6b3454","status":"passed","time":{"start":1729032264579,"stop":1729032264579,"duration":0}},{"uid":"effd092ac8da7b9b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/effd092ac8da7b9b","status":"passed","time":{"start":1728902012869,"stop":1728902012869,"duration":0}},{"uid":"1f907b786b6f863","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1f907b786b6f863","status":"passed","time":{"start":1728893454820,"stop":1728893454820,"duration":0}},{"uid":"d4c239f70ffe5ac3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d4c239f70ffe5ac3","status":"passed","time":{"start":1728856408463,"stop":1728856408463,"duration":0}},{"uid":"bb8264d9c99f9c09","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb8264d9c99f9c09","status":"passed","time":{"start":1728738633863,"stop":1728738633864,"duration":1}},{"uid":"2a85b47c17a91d4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2a85b47c17a91d4","status":"passed","time":{"start":1728683159801,"stop":1728683159802,"duration":1}},{"uid":"7dda20a0b569deed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7dda20a0b569deed","status":"passed","time":{"start":1728682751339,"stop":1728682751339,"duration":0}},{"uid":"d1c412867dde9984","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d1c412867dde9984","status":"passed","time":{"start":1728677216372,"stop":1728677216373,"duration":1}},{"uid":"c19a07bf2cc1d371","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c19a07bf2cc1d371","status":"passed","time":{"start":1728669925460,"stop":1728669925460,"duration":0}},{"uid":"51765c9eda352ccf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/51765c9eda352ccf","status":"passed","time":{"start":1728598268815,"stop":1728598268815,"duration":0}},{"uid":"92046c08fd52d237","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92046c08fd52d237","status":"passed","time":{"start":1728597503943,"stop":1728597503944,"duration":1}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6eb933101019602d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6eb933101019602d","status":"passed","time":{"start":1729034370914,"stop":1729034370914,"duration":0}},{"uid":"10d579c6068d8cd7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/10d579c6068d8cd7","status":"passed","time":{"start":1729034308900,"stop":1729034308901,"duration":1}},{"uid":"f996bedc083ea65d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f996bedc083ea65d","status":"passed","time":{"start":1729034129480,"stop":1729034129481,"duration":1}},{"uid":"c6ab3528e79a2858","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6ab3528e79a2858","status":"passed","time":{"start":1729032178377,"stop":1729032178378,"duration":1}},{"uid":"82c12227309646d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82c12227309646d2","status":"passed","time":{"start":1728901896354,"stop":1728901896355,"duration":1}},{"uid":"eba4d39ac602fd6b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/eba4d39ac602fd6b","status":"passed","time":{"start":1728893329036,"stop":1728893329036,"duration":0}},{"uid":"651db6e4d5277859","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/651db6e4d5277859","status":"passed","time":{"start":1728856284772,"stop":1728856284772,"duration":0}},{"uid":"af00eff9cb221366","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/af00eff9cb221366","status":"passed","time":{"start":1728738494949,"stop":1728738494949,"duration":0}},{"uid":"510cff86063a76af","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/510cff86063a76af","status":"passed","time":{"start":1728683033638,"stop":1728683033639,"duration":1}},{"uid":"13f8a7e9d7f0ba3c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13f8a7e9d7f0ba3c","status":"passed","time":{"start":1728682601746,"stop":1728682601746,"duration":0}},{"uid":"c6f0b58ba4a2016e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c6f0b58ba4a2016e","status":"passed","time":{"start":1728677107985,"stop":1728677107988,"duration":3}},{"uid":"78baa1297069ba07","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/78baa1297069ba07","status":"passed","time":{"start":1728669764759,"stop":1728669764759,"duration":0}},{"uid":"1694cb100ebaeed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1694cb100ebaeed","status":"passed","time":{"start":1728598157578,"stop":1728598157578,"duration":0}},{"uid":"909bb5f523a9e1bc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/909bb5f523a9e1bc","status":"passed","time":{"start":1728597369087,"stop":1728597369087,"duration":0}}]},"cf61e29410a84031e3aa722a3f77b7d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3de652ec5e4b56f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e3de652ec5e4b56f","status":"passed","time":{"start":1728901901768,"stop":1728901901769,"duration":1}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2ddff5e9dc0858c0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2ddff5e9dc0858c0","status":"passed","time":{"start":1729034474995,"stop":1729034474996,"duration":1}},{"uid":"92c3e8ce5cca2af7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/92c3e8ce5cca2af7","status":"passed","time":{"start":1729034395296,"stop":1729034395296,"duration":0}},{"uid":"d9e71a0756c2038e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9e71a0756c2038e","status":"passed","time":{"start":1729034209109,"stop":1729034209109,"duration":0}},{"uid":"cd6cee50a15e9f85","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cd6cee50a15e9f85","status":"passed","time":{"start":1729032264576,"stop":1729032264576,"duration":0}},{"uid":"428ad67a8ffc8c34","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/428ad67a8ffc8c34","status":"passed","time":{"start":1728902012868,"stop":1728902012869,"duration":1}},{"uid":"a3ca0f1cf6cd0ae0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a3ca0f1cf6cd0ae0","status":"passed","time":{"start":1728893454818,"stop":1728893454818,"duration":0}},{"uid":"1b8e67446f7e2012","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b8e67446f7e2012","status":"passed","time":{"start":1728856408462,"stop":1728856408462,"duration":0}},{"uid":"edb5106f7e17b503","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edb5106f7e17b503","status":"passed","time":{"start":1728738633862,"stop":1728738633863,"duration":1}},{"uid":"1e75739c52e50466","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1e75739c52e50466","status":"passed","time":{"start":1728683159799,"stop":1728683159799,"duration":0}},{"uid":"b39fc4875b3f2832","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b39fc4875b3f2832","status":"passed","time":{"start":1728682751338,"stop":1728682751338,"duration":0}},{"uid":"3c89dc247b2f2a0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3c89dc247b2f2a0e","status":"passed","time":{"start":1728677216372,"stop":1728677216372,"duration":0}},{"uid":"85f81a28f82aa50a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/85f81a28f82aa50a","status":"passed","time":{"start":1728669925460,"stop":1728669925460,"duration":0}},{"uid":"e548476cff0424eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e548476cff0424eb","status":"passed","time":{"start":1728598268814,"stop":1728598268815,"duration":1}},{"uid":"c6e0c3efcb78e6c7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c6e0c3efcb78e6c7","status":"passed","time":{"start":1728597503941,"stop":1728597503942,"duration":1}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ca9e56630538ef6b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ca9e56630538ef6b","status":"passed","time":{"start":1729034112606,"stop":1729034112606,"duration":0}},{"uid":"1c3578df8fe99858","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1c3578df8fe99858","status":"passed","time":{"start":1729034035873,"stop":1729034035874,"duration":1}},{"uid":"37e025144df040f0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37e025144df040f0","status":"passed","time":{"start":1729033850550,"stop":1729033850550,"duration":0}},{"uid":"f4c8b5c292a860f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f4c8b5c292a860f1","status":"passed","time":{"start":1729031900273,"stop":1729031900273,"duration":0}},{"uid":"494eb6f1f6e24f8e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/494eb6f1f6e24f8e","status":"passed","time":{"start":1728901446179,"stop":1728901446179,"duration":0}},{"uid":"983f41cb45499c63","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/983f41cb45499c63","status":"passed","time":{"start":1728892876479,"stop":1728892876479,"duration":0}},{"uid":"224e53455218f1b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/224e53455218f1b9","status":"passed","time":{"start":1728855839200,"stop":1728855839201,"duration":1}},{"uid":"f34bea53f4e640eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f34bea53f4e640eb","status":"passed","time":{"start":1728738056466,"stop":1728738056466,"duration":0}},{"uid":"7e2682defb244754","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7e2682defb244754","status":"passed","time":{"start":1728682590046,"stop":1728682590046,"duration":0}},{"uid":"ded0a54e89712ceb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ded0a54e89712ceb","status":"passed","time":{"start":1728682162840,"stop":1728682162840,"duration":0}},{"uid":"1bff3287ff9e7eb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1bff3287ff9e7eb9","status":"passed","time":{"start":1728676637413,"stop":1728676637413,"duration":0}},{"uid":"36d9a306292a1fdd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/36d9a306292a1fdd","status":"passed","time":{"start":1728669360495,"stop":1728669360496,"duration":1}},{"uid":"d2c9e04956a0d81","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d2c9e04956a0d81","status":"passed","time":{"start":1728597701238,"stop":1728597701238,"duration":0}},{"uid":"5eca2272077ebdfd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5eca2272077ebdfd","status":"passed","time":{"start":1728596920373,"stop":1728596920373,"duration":0}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f107f67a267e7e14","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f107f67a267e7e14","status":"passed","time":{"start":1729034370861,"stop":1729034370862,"duration":1}},{"uid":"f1074df804a949e6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f1074df804a949e6","status":"passed","time":{"start":1729034308861,"stop":1729034308862,"duration":1}},{"uid":"476627d6dbbef937","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/476627d6dbbef937","status":"passed","time":{"start":1729034129470,"stop":1729034129470,"duration":0}},{"uid":"c64070cb54394ea3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c64070cb54394ea3","status":"passed","time":{"start":1729032178363,"stop":1729032178363,"duration":0}},{"uid":"2569c3af2e137e95","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2569c3af2e137e95","status":"passed","time":{"start":1728901896342,"stop":1728901896342,"duration":0}},{"uid":"f898148f60e9c544","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f898148f60e9c544","status":"passed","time":{"start":1728893329021,"stop":1728893329021,"duration":0}},{"uid":"acdeaebabed63651","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acdeaebabed63651","status":"passed","time":{"start":1728856284756,"stop":1728856284756,"duration":0}},{"uid":"bcfc36abda9bc8cf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bcfc36abda9bc8cf","status":"passed","time":{"start":1728738494933,"stop":1728738494933,"duration":0}},{"uid":"20d8605a375273c4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/20d8605a375273c4","status":"passed","time":{"start":1728683033627,"stop":1728683033627,"duration":0}},{"uid":"b2e3c3b732771d22","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b2e3c3b732771d22","status":"passed","time":{"start":1728682601732,"stop":1728682601732,"duration":0}},{"uid":"e8bce6aa3e5718cf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8bce6aa3e5718cf","status":"passed","time":{"start":1728677107957,"stop":1728677107958,"duration":1}},{"uid":"8ee6cf942de28dbe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8ee6cf942de28dbe","status":"passed","time":{"start":1728669764745,"stop":1728669764747,"duration":2}},{"uid":"3c8b79a792ad1919","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3c8b79a792ad1919","status":"passed","time":{"start":1728598157557,"stop":1728598157558,"duration":1}},{"uid":"807fffd5ee3b3533","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/807fffd5ee3b3533","status":"passed","time":{"start":1728597369056,"stop":1728597369057,"duration":1}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bfcd9332e94b3aff","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bfcd9332e94b3aff","status":"passed","time":{"start":1729034400885,"stop":1729034400885,"duration":0}},{"uid":"21c0b8810596a463","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/21c0b8810596a463","status":"passed","time":{"start":1729034317445,"stop":1729034317446,"duration":1}},{"uid":"9c58fb65170d5dfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9c58fb65170d5dfe","status":"passed","time":{"start":1729034137125,"stop":1729034137125,"duration":0}},{"uid":"715489c0983c659d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/715489c0983c659d","status":"passed","time":{"start":1729032206871,"stop":1729032206871,"duration":0}},{"uid":"a689b06b00570005","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a689b06b00570005","status":"passed","time":{"start":1728901995011,"stop":1728901995018,"duration":7}},{"uid":"b1003997d00aa68b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b1003997d00aa68b","status":"passed","time":{"start":1728893420991,"stop":1728893420992,"duration":1}},{"uid":"859fc4b27ea5f560","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/859fc4b27ea5f560","status":"passed","time":{"start":1728856368592,"stop":1728856368593,"duration":1}},{"uid":"20d1753a13c82673","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20d1753a13c82673","status":"passed","time":{"start":1728738604677,"stop":1728738604677,"duration":0}},{"uid":"58790b020cb5fc5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/58790b020cb5fc5","status":"passed","time":{"start":1728683117608,"stop":1728683117609,"duration":1}},{"uid":"518dbc14d4e5901f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/518dbc14d4e5901f","status":"passed","time":{"start":1728682721315,"stop":1728682721315,"duration":0}},{"uid":"bba7ab4f91c21221","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bba7ab4f91c21221","status":"passed","time":{"start":1728677184679,"stop":1728677184680,"duration":1}},{"uid":"9bb67c67d000d8df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9bb67c67d000d8df","status":"passed","time":{"start":1728669866445,"stop":1728669866446,"duration":1}},{"uid":"e8feae7747891c36","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e8feae7747891c36","status":"passed","time":{"start":1728598249972,"stop":1728598249972,"duration":0}},{"uid":"a08dd8af276b45e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a08dd8af276b45e","status":"passed","time":{"start":1728597472286,"stop":1728597472287,"duration":1}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"457fdf2ea23489d6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/457fdf2ea23489d6","status":"passed","time":{"start":1729034104910,"stop":1729034104910,"duration":0}},{"uid":"90308f55425b3285","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/90308f55425b3285","status":"passed","time":{"start":1729034028508,"stop":1729034028508,"duration":0}},{"uid":"812dbd0259895dcd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/812dbd0259895dcd","status":"passed","time":{"start":1729033843116,"stop":1729033843116,"duration":0}},{"uid":"72ef2c6e6a29b879","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/72ef2c6e6a29b879","status":"passed","time":{"start":1729031892675,"stop":1729031892675,"duration":0}},{"uid":"e22de5cc44e4e0ea","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e22de5cc44e4e0ea","status":"passed","time":{"start":1728901438806,"stop":1728901438806,"duration":0}},{"uid":"9fd71b7b365949b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9fd71b7b365949b2","status":"passed","time":{"start":1728892868998,"stop":1728892868998,"duration":0}},{"uid":"8139eeeea2b09749","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8139eeeea2b09749","status":"passed","time":{"start":1728855831890,"stop":1728855831890,"duration":0}},{"uid":"818d06a8c812f340","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/818d06a8c812f340","status":"passed","time":{"start":1728738049038,"stop":1728738049038,"duration":0}},{"uid":"b099977b872bc67d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b099977b872bc67d","status":"passed","time":{"start":1728682582616,"stop":1728682582616,"duration":0}},{"uid":"e334b31f9b8d1f99","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e334b31f9b8d1f99","status":"passed","time":{"start":1728682155406,"stop":1728682155406,"duration":0}},{"uid":"b458df39f5f06aae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b458df39f5f06aae","status":"passed","time":{"start":1728676629971,"stop":1728676629972,"duration":1}},{"uid":"494c8c4443b6906d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/494c8c4443b6906d","status":"passed","time":{"start":1728669353099,"stop":1728669353099,"duration":0}},{"uid":"612f98e232489717","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/612f98e232489717","status":"passed","time":{"start":1728597693844,"stop":1728597693844,"duration":0}},{"uid":"96f32c37ea8cc347","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/96f32c37ea8cc347","status":"passed","time":{"start":1728596913088,"stop":1728596913089,"duration":1}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"496209f8d4828794","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/496209f8d4828794","status":"passed","time":{"start":1729034104906,"stop":1729034104907,"duration":1}},{"uid":"7f5688b8f4c7e99f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7f5688b8f4c7e99f","status":"passed","time":{"start":1729034028503,"stop":1729034028503,"duration":0}},{"uid":"4fa42b026d734b81","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4fa42b026d734b81","status":"passed","time":{"start":1729033843112,"stop":1729033843113,"duration":1}},{"uid":"4c1c2cb9ccd8ae3b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c1c2cb9ccd8ae3b","status":"passed","time":{"start":1729031892671,"stop":1729031892671,"duration":0}},{"uid":"fedc19d6f8103cb1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fedc19d6f8103cb1","status":"passed","time":{"start":1728901438801,"stop":1728901438802,"duration":1}},{"uid":"5a53a612f37a478e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a53a612f37a478e","status":"passed","time":{"start":1728892868994,"stop":1728892868994,"duration":0}},{"uid":"c7ea73a4540027e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c7ea73a4540027e5","status":"passed","time":{"start":1728855831887,"stop":1728855831887,"duration":0}},{"uid":"204bc7a734ef5353","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/204bc7a734ef5353","status":"passed","time":{"start":1728738049034,"stop":1728738049034,"duration":0}},{"uid":"fdc44501bbdb5ae9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fdc44501bbdb5ae9","status":"passed","time":{"start":1728682582610,"stop":1728682582611,"duration":1}},{"uid":"c29096fa82ec7732","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c29096fa82ec7732","status":"passed","time":{"start":1728682155402,"stop":1728682155402,"duration":0}},{"uid":"1704ec95354ac50","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1704ec95354ac50","status":"passed","time":{"start":1728676629967,"stop":1728676629968,"duration":1}},{"uid":"120ad5b7b1746f3a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/120ad5b7b1746f3a","status":"passed","time":{"start":1728669353094,"stop":1728669353095,"duration":1}},{"uid":"e3019b011a39749","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3019b011a39749","status":"passed","time":{"start":1728597693839,"stop":1728597693840,"duration":1}},{"uid":"419b79a6a7ea84cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/419b79a6a7ea84cd","status":"passed","time":{"start":1728596913084,"stop":1728596913085,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a4b14b6ea8603155","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a4b14b6ea8603155","status":"passed","time":{"start":1729034398548,"stop":1729034398548,"duration":0}},{"uid":"3dd7452a8e552e4b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3dd7452a8e552e4b","status":"passed","time":{"start":1729034314813,"stop":1729034314814,"duration":1}},{"uid":"c245fe3af29d4606","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c245fe3af29d4606","status":"passed","time":{"start":1729034137163,"stop":1729034137163,"duration":0}},{"uid":"2e2dd4d97e0336b9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e2dd4d97e0336b9","status":"passed","time":{"start":1729032187245,"stop":1729032187246,"duration":1}},{"uid":"9de4e400bfee205d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9de4e400bfee205d","status":"passed","time":{"start":1728901888429,"stop":1728901888429,"duration":0}},{"uid":"f072dbaf515ed169","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f072dbaf515ed169","status":"passed","time":{"start":1728893323789,"stop":1728893323790,"duration":1}},{"uid":"fb1e2518aa7f0235","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fb1e2518aa7f0235","status":"passed","time":{"start":1728856285926,"stop":1728856285927,"duration":1}},{"uid":"23f2534a523f6e09","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23f2534a523f6e09","status":"passed","time":{"start":1728738498274,"stop":1728738498275,"duration":1}},{"uid":"6434117b9b16f3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6434117b9b16f3f6","status":"passed","time":{"start":1728683041391,"stop":1728683041391,"duration":0}},{"uid":"59f28ea851355358","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59f28ea851355358","status":"passed","time":{"start":1728682596014,"stop":1728682596015,"duration":1}},{"uid":"fb0ea570ed238e10","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fb0ea570ed238e10","status":"passed","time":{"start":1728677091266,"stop":1728677091266,"duration":0}},{"uid":"27f6febfb70d4982","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/27f6febfb70d4982","status":"passed","time":{"start":1728669766425,"stop":1728669766425,"duration":0}},{"uid":"eb85de27da0c3647","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb85de27da0c3647","status":"passed","time":{"start":1728598152072,"stop":1728598152072,"duration":0}},{"uid":"94946e294883708a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/94946e294883708a","status":"passed","time":{"start":1728597364115,"stop":1728597364115,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d0ea547fbbaa5853","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d0ea547fbbaa5853","status":"passed","time":{"start":1729034452185,"stop":1729034452186,"duration":1}},{"uid":"cd489363d0218eae","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cd489363d0218eae","status":"passed","time":{"start":1729034373081,"stop":1729034373082,"duration":1}},{"uid":"92e129b12baa52e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/92e129b12baa52e","status":"passed","time":{"start":1729034188118,"stop":1729034188119,"duration":1}},{"uid":"7143033bd05a497f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7143033bd05a497f","status":"passed","time":{"start":1729032231866,"stop":1729032231866,"duration":0}},{"uid":"7338b47af77cccca","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7338b47af77cccca","status":"passed","time":{"start":1728901989567,"stop":1728901989567,"duration":0}},{"uid":"36e55e07a9acb727","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/36e55e07a9acb727","status":"passed","time":{"start":1728893424905,"stop":1728893424905,"duration":0}},{"uid":"348c17b9e6e50e04","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/348c17b9e6e50e04","status":"passed","time":{"start":1728856376685,"stop":1728856376686,"duration":1}},{"uid":"9de8cbf88cf6a965","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9de8cbf88cf6a965","status":"passed","time":{"start":1728738593961,"stop":1728738593962,"duration":1}},{"uid":"c025d5c5cd193c6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c025d5c5cd193c6","status":"passed","time":{"start":1728683135341,"stop":1728683135341,"duration":0}},{"uid":"d40b38586cca3c68","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d40b38586cca3c68","status":"passed","time":{"start":1728682692593,"stop":1728682692594,"duration":1}},{"uid":"767cc578fc83a8ec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/767cc578fc83a8ec","status":"passed","time":{"start":1728677194230,"stop":1728677194230,"duration":0}},{"uid":"2799066024840e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2799066024840e2","status":"passed","time":{"start":1728669874425,"stop":1728669874426,"duration":1}},{"uid":"da8ad3613e9b3417","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/da8ad3613e9b3417","status":"passed","time":{"start":1728598257463,"stop":1728598257463,"duration":0}},{"uid":"ad63a05077fdda5e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ad63a05077fdda5e","status":"passed","time":{"start":1728597471299,"stop":1728597471299,"duration":0}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9e3de10c8ddf9108","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9e3de10c8ddf9108","status":"passed","time":{"start":1729034120215,"stop":1729034120216,"duration":1}},{"uid":"7b6024137d89b8e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7b6024137d89b8e","status":"passed","time":{"start":1729034043143,"stop":1729034043144,"duration":1}},{"uid":"1f0a85825c5f4bd9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f0a85825c5f4bd9","status":"passed","time":{"start":1729033857766,"stop":1729033857766,"duration":0}},{"uid":"faeeb7474d6041ff","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/faeeb7474d6041ff","status":"passed","time":{"start":1729031907986,"stop":1729031907986,"duration":0}},{"uid":"f3c5b767cd7190ea","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f3c5b767cd7190ea","status":"passed","time":{"start":1728901453412,"stop":1728901453413,"duration":1}},{"uid":"b40bfd89c57ede02","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b40bfd89c57ede02","status":"passed","time":{"start":1728892883979,"stop":1728892883979,"duration":0}},{"uid":"b357f49577260b88","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b357f49577260b88","status":"passed","time":{"start":1728855846185,"stop":1728855846186,"duration":1}},{"uid":"5a47c7250f4126ea","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a47c7250f4126ea","status":"passed","time":{"start":1728738063648,"stop":1728738063648,"duration":0}},{"uid":"f3bae21f59558f85","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3bae21f59558f85","status":"passed","time":{"start":1728682597530,"stop":1728682597530,"duration":0}},{"uid":"ef248b026923cfc7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ef248b026923cfc7","status":"passed","time":{"start":1728682170202,"stop":1728682170202,"duration":0}},{"uid":"47e322dbe314613c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/47e322dbe314613c","status":"passed","time":{"start":1728676644981,"stop":1728676644981,"duration":0}},{"uid":"74843b8aa7805224","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74843b8aa7805224","status":"passed","time":{"start":1728669367854,"stop":1728669367854,"duration":0}},{"uid":"e3d8836452a50426","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3d8836452a50426","status":"passed","time":{"start":1728597708660,"stop":1728597708661,"duration":1}},{"uid":"1fb085406f2d3155","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1fb085406f2d3155","status":"passed","time":{"start":1728596927478,"stop":1728596927479,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"974c3230bcbb2648","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/974c3230bcbb2648","status":"passed","time":{"start":1729034104177,"stop":1729034104177,"duration":0}},{"uid":"c3e60ff25abe625e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c3e60ff25abe625e","status":"passed","time":{"start":1729034027743,"stop":1729034027744,"duration":1}},{"uid":"8d2ee081096896cd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8d2ee081096896cd","status":"passed","time":{"start":1729033842349,"stop":1729033842349,"duration":0}},{"uid":"2d1337e9032cea66","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2d1337e9032cea66","status":"passed","time":{"start":1729031892048,"stop":1729031892048,"duration":0}},{"uid":"87b734331f1b361b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/87b734331f1b361b","status":"passed","time":{"start":1728901438030,"stop":1728901438031,"duration":1}},{"uid":"38bcd019b0f3e37f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/38bcd019b0f3e37f","status":"passed","time":{"start":1728892868234,"stop":1728892868234,"duration":0}},{"uid":"987aba4ef3406231","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/987aba4ef3406231","status":"passed","time":{"start":1728855831081,"stop":1728855831081,"duration":0}},{"uid":"22518f3498bd659c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/22518f3498bd659c","status":"passed","time":{"start":1728738048443,"stop":1728738048443,"duration":0}},{"uid":"c7aabc758c24fc2e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c7aabc758c24fc2e","status":"passed","time":{"start":1728682581846,"stop":1728682581847,"duration":1}},{"uid":"e9bf404bc0ac8e0f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9bf404bc0ac8e0f","status":"passed","time":{"start":1728682154709,"stop":1728682154709,"duration":0}},{"uid":"311248462e63d7d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/311248462e63d7d","status":"passed","time":{"start":1728676629302,"stop":1728676629303,"duration":1}},{"uid":"f5b1908a9c83d9b0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5b1908a9c83d9b0","status":"passed","time":{"start":1728669352212,"stop":1728669352212,"duration":0}},{"uid":"ca88bd4f4a23e85b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca88bd4f4a23e85b","status":"passed","time":{"start":1728597693019,"stop":1728597693020,"duration":1}},{"uid":"dd330c2e8f69e664","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dd330c2e8f69e664","status":"passed","time":{"start":1728596912534,"stop":1728596912534,"duration":0}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"54303706e2637ad9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/54303706e2637ad9","status":"passed","time":{"start":1729034474985,"stop":1729034474985,"duration":0}},{"uid":"176fbc3e90f147ac","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/176fbc3e90f147ac","status":"passed","time":{"start":1729034395288,"stop":1729034395289,"duration":1}},{"uid":"98c400b153fb0004","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/98c400b153fb0004","status":"passed","time":{"start":1729034209093,"stop":1729034209095,"duration":2}},{"uid":"1eeef2d091da52c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1eeef2d091da52c6","status":"passed","time":{"start":1729032264565,"stop":1729032264566,"duration":1}},{"uid":"d86c3a7d38c1dd3b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d86c3a7d38c1dd3b","status":"passed","time":{"start":1728902012845,"stop":1728902012846,"duration":1}},{"uid":"91d49634181cf04","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/91d49634181cf04","status":"passed","time":{"start":1728893454809,"stop":1728893454809,"duration":0}},{"uid":"d771d089e48712c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d771d089e48712c4","status":"passed","time":{"start":1728856408450,"stop":1728856408450,"duration":0}},{"uid":"fbda7e4bb952578a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fbda7e4bb952578a","status":"passed","time":{"start":1728738633852,"stop":1728738633853,"duration":1}},{"uid":"82cdbbb84aea3980","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82cdbbb84aea3980","status":"passed","time":{"start":1728683159750,"stop":1728683159751,"duration":1}},{"uid":"25cfad72dae62fba","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/25cfad72dae62fba","status":"passed","time":{"start":1728682751327,"stop":1728682751327,"duration":0}},{"uid":"3bfd50f5f373aaad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3bfd50f5f373aaad","status":"passed","time":{"start":1728677216353,"stop":1728677216353,"duration":0}},{"uid":"8aefa52a029a18ff","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8aefa52a029a18ff","status":"passed","time":{"start":1728669925451,"stop":1728669925452,"duration":1}},{"uid":"56eb5aada51007db","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/56eb5aada51007db","status":"passed","time":{"start":1728598268799,"stop":1728598268800,"duration":1}},{"uid":"6bbae4d73c7e1b58","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6bbae4d73c7e1b58","status":"passed","time":{"start":1728597503913,"stop":1728597503914,"duration":1}}]},"f72a225d1b4c878a36962511fda5a968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":10,"unknown":0,"total":13},"items":[{"uid":"e7c16d6621e87b7c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e7c16d6621e87b7c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241159,"stop":1729034241160,"duration":1}},{"uid":"897526e65382fa3f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/897526e65382fa3f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159974,"stop":1729034159974,"duration":0}},{"uid":"72689a90cd6c3e48","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/72689a90cd6c3e48","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977064,"stop":1729033977064,"duration":0}},{"uid":"b7f805738a9ddc77","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b7f805738a9ddc77","status":"passed","time":{"start":1729032093783,"stop":1729032093799,"duration":16}},{"uid":"c18018ef26cb8785","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c18018ef26cb8785","status":"passed","time":{"start":1728901748773,"stop":1728901748773,"duration":0}},{"uid":"8291e6206baae179","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8291e6206baae179","status":"passed","time":{"start":1728893181085,"stop":1728893181086,"duration":1}},{"uid":"a4fe1515f040721b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4fe1515f040721b","status":"passed","time":{"start":1728856155551,"stop":1728856155552,"duration":1}},{"uid":"44e5b587d07be8ed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/44e5b587d07be8ed","status":"passed","time":{"start":1728738360295,"stop":1728738360295,"duration":0}},{"uid":"b5815129e801b695","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5815129e801b695","status":"passed","time":{"start":1728682907222,"stop":1728682907222,"duration":0}},{"uid":"b8a7bea0a6889817","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b8a7bea0a6889817","status":"passed","time":{"start":1728682466733,"stop":1728682466734,"duration":1}},{"uid":"f75ac11115409c08","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f75ac11115409c08","status":"passed","time":{"start":1728676955722,"stop":1728676955722,"duration":0}},{"uid":"cd35f96406de5fa7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd35f96406de5fa7","status":"passed","time":{"start":1728598013534,"stop":1728598013535,"duration":1}},{"uid":"9aa92b006b5b945d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9aa92b006b5b945d","status":"passed","time":{"start":1728597225199,"stop":1728597225199,"duration":0}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"11d1e8566124ac83","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/11d1e8566124ac83","status":"passed","time":{"start":1729034475002,"stop":1729034475003,"duration":1}},{"uid":"ab262eeaf377416","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ab262eeaf377416","status":"passed","time":{"start":1729034395300,"stop":1729034395300,"duration":0}},{"uid":"f9111ca1f9067fac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9111ca1f9067fac","status":"passed","time":{"start":1729034209113,"stop":1729034209114,"duration":1}},{"uid":"fcf08c8aaf7c3017","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fcf08c8aaf7c3017","status":"passed","time":{"start":1729032264590,"stop":1729032264590,"duration":0}},{"uid":"40427bdf8b14dfe3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40427bdf8b14dfe3","status":"passed","time":{"start":1728902012872,"stop":1728902012873,"duration":1}},{"uid":"1a909f739d9f4112","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1a909f739d9f4112","status":"passed","time":{"start":1728893454823,"stop":1728893454823,"duration":0}},{"uid":"e3319b4f461bdcea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e3319b4f461bdcea","status":"passed","time":{"start":1728856408466,"stop":1728856408466,"duration":0}},{"uid":"3a00043aee6cf28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3a00043aee6cf28","status":"passed","time":{"start":1728738633872,"stop":1728738633872,"duration":0}},{"uid":"7547f361dd6a70f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7547f361dd6a70f4","status":"passed","time":{"start":1728683159818,"stop":1728683159818,"duration":0}},{"uid":"89822ee6be3698a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/89822ee6be3698a1","status":"passed","time":{"start":1728682751341,"stop":1728682751342,"duration":1}},{"uid":"d00a5c7845cc28e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d00a5c7845cc28e4","status":"passed","time":{"start":1728677216376,"stop":1728677216376,"duration":0}},{"uid":"861e89ab8191c483","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/861e89ab8191c483","status":"passed","time":{"start":1728669925465,"stop":1728669925465,"duration":0}},{"uid":"19fe37b9fa38020e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/19fe37b9fa38020e","status":"passed","time":{"start":1728598268819,"stop":1728598268819,"duration":0}},{"uid":"757e1ebfeb8044ba","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/757e1ebfeb8044ba","status":"passed","time":{"start":1728597503947,"stop":1728597503948,"duration":1}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7c124b7d15466a72","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7c124b7d15466a72","status":"passed","time":{"start":1729034120216,"stop":1729034120217,"duration":1}},{"uid":"6a1562a4cb815fb5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a1562a4cb815fb5","status":"passed","time":{"start":1729034043144,"stop":1729034043145,"duration":1}},{"uid":"2fb4e6463603829c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2fb4e6463603829c","status":"passed","time":{"start":1729033857767,"stop":1729033857768,"duration":1}},{"uid":"9e4b2e28f9e1910","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e4b2e28f9e1910","status":"passed","time":{"start":1729031907987,"stop":1729031907988,"duration":1}},{"uid":"a3c943aa4f7a237b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3c943aa4f7a237b","status":"passed","time":{"start":1728901453413,"stop":1728901453414,"duration":1}},{"uid":"368819060626cc77","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/368819060626cc77","status":"passed","time":{"start":1728892883980,"stop":1728892883980,"duration":0}},{"uid":"376eb5020b9be61a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/376eb5020b9be61a","status":"passed","time":{"start":1728855846186,"stop":1728855846187,"duration":1}},{"uid":"c0a0f674bfce2dd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0a0f674bfce2dd","status":"passed","time":{"start":1728738063649,"stop":1728738063649,"duration":0}},{"uid":"57d84a35fccedc60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/57d84a35fccedc60","status":"passed","time":{"start":1728682597532,"stop":1728682597532,"duration":0}},{"uid":"3190a66db260ef18","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3190a66db260ef18","status":"passed","time":{"start":1728682170203,"stop":1728682170204,"duration":1}},{"uid":"85d42aa6e26adf47","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85d42aa6e26adf47","status":"passed","time":{"start":1728676644982,"stop":1728676644982,"duration":0}},{"uid":"d6f717fe3a83c2d3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d6f717fe3a83c2d3","status":"passed","time":{"start":1728669367855,"stop":1728669367855,"duration":0}},{"uid":"948bf626630716e4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/948bf626630716e4","status":"passed","time":{"start":1728597708661,"stop":1728597708662,"duration":1}},{"uid":"6dafaa85538000fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6dafaa85538000fd","status":"passed","time":{"start":1728596927479,"stop":1728596927480,"duration":1}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"284a89eac5a44070","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/284a89eac5a44070","status":"passed","time":{"start":1729034411421,"stop":1729034411422,"duration":1}},{"uid":"567829626063910c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/567829626063910c","status":"passed","time":{"start":1729034327399,"stop":1729034327401,"duration":2}},{"uid":"938a9acb9bcb9d69","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/938a9acb9bcb9d69","status":"passed","time":{"start":1729034147770,"stop":1729034147771,"duration":1}},{"uid":"885617e53b5c68fd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/885617e53b5c68fd","status":"passed","time":{"start":1729032204827,"stop":1729032204827,"duration":0}},{"uid":"b7bea07406e4358e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7bea07406e4358e","status":"passed","time":{"start":1728901907699,"stop":1728901907699,"duration":0}},{"uid":"9cda8b5e24af114b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9cda8b5e24af114b","status":"passed","time":{"start":1728893341887,"stop":1728893341888,"duration":1}},{"uid":"89db019828c74e82","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89db019828c74e82","status":"passed","time":{"start":1728856299356,"stop":1728856299356,"duration":0}},{"uid":"7ed3dd8d249f1b34","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7ed3dd8d249f1b34","status":"passed","time":{"start":1728738511616,"stop":1728738511616,"duration":0}},{"uid":"6a4669d54ef12985","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6a4669d54ef12985","status":"passed","time":{"start":1728683052910,"stop":1728683052910,"duration":0}},{"uid":"e49fd75925f64edc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e49fd75925f64edc","status":"passed","time":{"start":1728682612909,"stop":1728682612910,"duration":1}},{"uid":"23d55a8d8f1e61","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/23d55a8d8f1e61","status":"passed","time":{"start":1728677115745,"stop":1728677115745,"duration":0}},{"uid":"7e1e6b5ad996c220","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7e1e6b5ad996c220","status":"passed","time":{"start":1728669778173,"stop":1728669778173,"duration":0}},{"uid":"c54b6d16af17654c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c54b6d16af17654c","status":"passed","time":{"start":1728598175431,"stop":1728598175432,"duration":1}},{"uid":"4acb1073d9f2d273","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4acb1073d9f2d273","status":"passed","time":{"start":1728597380060,"stop":1728597380060,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"40a6dfd52dd9d756","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/40a6dfd52dd9d756","status":"passed","time":{"start":1729034259809,"stop":1729034259811,"duration":2}},{"uid":"dc9654511488e7da","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dc9654511488e7da","status":"passed","time":{"start":1729034194005,"stop":1729034194005,"duration":0}},{"uid":"8b07c39a2039fe48","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b07c39a2039fe48","status":"passed","time":{"start":1729034014850,"stop":1729034014851,"duration":1}},{"uid":"841cc3c697bdd7bc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/841cc3c697bdd7bc","status":"passed","time":{"start":1729032065437,"stop":1729032065437,"duration":0}},{"uid":"b3ba8526089ef9b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b3ba8526089ef9b7","status":"passed","time":{"start":1728901664235,"stop":1728901664236,"duration":1}},{"uid":"61e642b69e01c2cf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61e642b69e01c2cf","status":"passed","time":{"start":1728893093685,"stop":1728893093685,"duration":0}},{"uid":"e7cb152c3855674e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e7cb152c3855674e","status":"passed","time":{"start":1728856055264,"stop":1728856055264,"duration":0}},{"uid":"a95b2cd273dbe24a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a95b2cd273dbe24a","status":"passed","time":{"start":1728738274740,"stop":1728738274741,"duration":1}},{"uid":"df1d2c63ee67f9b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/df1d2c63ee67f9b7","status":"passed","time":{"start":1728682807951,"stop":1728682807951,"duration":0}},{"uid":"77167f906bc95862","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77167f906bc95862","status":"passed","time":{"start":1728682381280,"stop":1728682381280,"duration":0}},{"uid":"7fd5f7d81c1a5059","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7fd5f7d81c1a5059","status":"passed","time":{"start":1728676853893,"stop":1728676853894,"duration":1}},{"uid":"81f5b42330798096","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/81f5b42330798096","status":"passed","time":{"start":1728669581685,"stop":1728669581685,"duration":0}},{"uid":"cdc33b13f344e94f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cdc33b13f344e94f","status":"passed","time":{"start":1728597923470,"stop":1728597923471,"duration":1}},{"uid":"ab90d79ced49792e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ab90d79ced49792e","status":"passed","time":{"start":1728597132259,"stop":1728597132259,"duration":0}}]},"6b705ff319ca5af049d9bd4b1ccb4ea4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"83ad6987dd2166c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/83ad6987dd2166c","status":"passed","time":{"start":1729034137117,"stop":1729034137118,"duration":1}},{"uid":"8539d53e2a54f9dc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8539d53e2a54f9dc","status":"passed","time":{"start":1729034060047,"stop":1729034060047,"duration":0}},{"uid":"831fbf155c9a84a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/831fbf155c9a84a3","status":"passed","time":{"start":1729033875029,"stop":1729033875030,"duration":1}},{"uid":"a3041231e33fd6e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3041231e33fd6e0","status":"passed","time":{"start":1729031924910,"stop":1729031924911,"duration":1}},{"uid":"325f1e8d8025b993","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/325f1e8d8025b993","status":"passed","time":{"start":1728901469137,"stop":1728901469137,"duration":0}},{"uid":"73b0c6de0a079ab9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73b0c6de0a079ab9","status":"passed","time":{"start":1728892899802,"stop":1728892899802,"duration":0}},{"uid":"3f1820537422a5a7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3f1820537422a5a7","status":"passed","time":{"start":1728855863298,"stop":1728855863298,"duration":0}},{"uid":"18dec91ccfb3b7e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/18dec91ccfb3b7e6","status":"passed","time":{"start":1728738080959,"stop":1728738080959,"duration":0}},{"uid":"7ca7a0ea0a30d19c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ca7a0ea0a30d19c","status":"passed","time":{"start":1728682614318,"stop":1728682614318,"duration":0}},{"uid":"99bf4a30b530c985","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99bf4a30b530c985","status":"passed","time":{"start":1728682187223,"stop":1728682187223,"duration":0}},{"uid":"ab4ffde9fb790c86","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ab4ffde9fb790c86","status":"passed","time":{"start":1728676661424,"stop":1728676661425,"duration":1}},{"uid":"ace51775ead251c4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ace51775ead251c4","status":"passed","time":{"start":1728669384755,"stop":1728669384756,"duration":1}},{"uid":"6d3af387919888c4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6d3af387919888c4","status":"passed","time":{"start":1728597724213,"stop":1728597724213,"duration":0}},{"uid":"3f15ff76afb1b6d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f15ff76afb1b6d","status":"passed","time":{"start":1728596943267,"stop":1728596943267,"duration":0}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"65482095652fccdd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/65482095652fccdd","status":"passed","time":{"start":1729034231344,"stop":1729034231345,"duration":1}},{"uid":"60c850c9a2baaac7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/60c850c9a2baaac7","status":"passed","time":{"start":1729034153006,"stop":1729034153006,"duration":0}},{"uid":"ac2dbb59a9490cb3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac2dbb59a9490cb3","status":"passed","time":{"start":1729033965754,"stop":1729033965757,"duration":3}},{"uid":"b1c900fd7336aa7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b1c900fd7336aa7","status":"passed","time":{"start":1729032018034,"stop":1729032018037,"duration":3}},{"uid":"5d6c5ca3d79ac070","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5d6c5ca3d79ac070","status":"passed","time":{"start":1728901595854,"stop":1728901595880,"duration":26}},{"uid":"d316bf94927d6bb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d316bf94927d6bb","status":"passed","time":{"start":1728893032691,"stop":1728893032692,"duration":1}},{"uid":"f3133cb380aca9a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3133cb380aca9a4","status":"passed","time":{"start":1728855998190,"stop":1728855998190,"duration":0}},{"uid":"c07111de781f2c64","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c07111de781f2c64","status":"passed","time":{"start":1728738212198,"stop":1728738212198,"duration":0}},{"uid":"164b9a0d8374aea3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/164b9a0d8374aea3","status":"passed","time":{"start":1728682746585,"stop":1728682746615,"duration":30}},{"uid":"a9ba9a4149ed66cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a9ba9a4149ed66cf","status":"passed","time":{"start":1728682328619,"stop":1728682328619,"duration":0}},{"uid":"86619ba6d23d320f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/86619ba6d23d320f","status":"passed","time":{"start":1728676807594,"stop":1728676807595,"duration":1}},{"uid":"7da389398ad98af9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7da389398ad98af9","status":"passed","time":{"start":1728669514930,"stop":1728669514930,"duration":0}},{"uid":"8a6c579b9ce7acfd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a6c579b9ce7acfd","status":"passed","time":{"start":1728597860133,"stop":1728597860139,"duration":6}},{"uid":"5c88a8db63feb5f0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c88a8db63feb5f0","status":"passed","time":{"start":1728597074716,"stop":1728597074718,"duration":2}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7494cb3cefd9b3a9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7494cb3cefd9b3a9","status":"passed","time":{"start":1729034428552,"stop":1729034428552,"duration":0}},{"uid":"7fddfdac1ed1764a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7fddfdac1ed1764a","status":"passed","time":{"start":1729034348210,"stop":1729034348212,"duration":2}},{"uid":"d9cc8da31c46b31b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9cc8da31c46b31b","status":"passed","time":{"start":1729034169436,"stop":1729034169437,"duration":1}},{"uid":"722988b55b3301c4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/722988b55b3301c4","status":"passed","time":{"start":1729032228809,"stop":1729032228809,"duration":0}},{"uid":"84f03c8239f22e1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84f03c8239f22e1f","status":"passed","time":{"start":1728901950542,"stop":1728901950543,"duration":1}},{"uid":"b32fb7b27dc55e1f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b32fb7b27dc55e1f","status":"passed","time":{"start":1728893389984,"stop":1728893389985,"duration":1}},{"uid":"c498b4decf7f2561","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c498b4decf7f2561","status":"passed","time":{"start":1728856333649,"stop":1728856333656,"duration":7}},{"uid":"2733e4e261cc8246","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2733e4e261cc8246","status":"passed","time":{"start":1728738555092,"stop":1728738555093,"duration":1}},{"uid":"815fb2a7783ccdc0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/815fb2a7783ccdc0","status":"passed","time":{"start":1728683093169,"stop":1728683093169,"duration":0}},{"uid":"518adc522c19c2ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/518adc522c19c2ae","status":"passed","time":{"start":1728682652691,"stop":1728682652691,"duration":0}},{"uid":"a07920d4a792d83a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a07920d4a792d83a","status":"passed","time":{"start":1728677156808,"stop":1728677156809,"duration":1}},{"uid":"f46a0f2f8e9ff8df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f46a0f2f8e9ff8df","status":"passed","time":{"start":1728669834421,"stop":1728669834422,"duration":1}},{"uid":"73ea2a63765063b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/73ea2a63765063b1","status":"passed","time":{"start":1728598212609,"stop":1728598212610,"duration":1}},{"uid":"fc68f2e7ab35e75c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc68f2e7ab35e75c","status":"passed","time":{"start":1728597423323,"stop":1728597423324,"duration":1}}]},"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1d28ad1e42d4c159","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1d28ad1e42d4c159","status":"passed","time":{"start":1729034096145,"stop":1729034096145,"duration":0}},{"uid":"181c92ddb107dbc9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/181c92ddb107dbc9","status":"passed","time":{"start":1729034020101,"stop":1729034020101,"duration":0}},{"uid":"f7a412c046fada37","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7a412c046fada37","status":"passed","time":{"start":1729033834399,"stop":1729033834399,"duration":0}},{"uid":"a96cf9b25bed14e1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a96cf9b25bed14e1","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"267d48ce0f22ade2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/267d48ce0f22ade2","status":"passed","time":{"start":1728901430265,"stop":1728901430265,"duration":0}},{"uid":"da36d8d8977ba3a6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da36d8d8977ba3a6","status":"passed","time":{"start":1728892860543,"stop":1728892860544,"duration":1}},{"uid":"ec556712383811a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ec556712383811a2","status":"passed","time":{"start":1728855823333,"stop":1728855823333,"duration":0}},{"uid":"91b3d51f6ddad479","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/91b3d51f6ddad479","status":"passed","time":{"start":1728738040614,"stop":1728738040614,"duration":0}},{"uid":"9eac72b084053a26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9eac72b084053a26","status":"passed","time":{"start":1728682574106,"stop":1728682574106,"duration":0}},{"uid":"2df4ecabf3c36f82","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2df4ecabf3c36f82","status":"passed","time":{"start":1728682146829,"stop":1728682146829,"duration":0}},{"uid":"823046bd0782a4f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/823046bd0782a4f0","status":"passed","time":{"start":1728676621443,"stop":1728676621444,"duration":1}},{"uid":"8bfd88eb06a3300c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bfd88eb06a3300c","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"246da44fa7dd492f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/246da44fa7dd492f","status":"passed","time":{"start":1728597685174,"stop":1728597685174,"duration":0}},{"uid":"88535cffe5e3dad0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/88535cffe5e3dad0","status":"passed","time":{"start":1728596904484,"stop":1728596904484,"duration":0}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4f326cebd1f2ae0b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4f326cebd1f2ae0b","status":"passed","time":{"start":1729034130426,"stop":1729034130427,"duration":1}},{"uid":"cb0eaed23ba25ea4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cb0eaed23ba25ea4","status":"passed","time":{"start":1729034053396,"stop":1729034053397,"duration":1}},{"uid":"fb86f409926bc59c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb86f409926bc59c","status":"passed","time":{"start":1729033868322,"stop":1729033868324,"duration":2}},{"uid":"da8eb696bd061ac9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/da8eb696bd061ac9","status":"passed","time":{"start":1729031918113,"stop":1729031918114,"duration":1}},{"uid":"c314dffb1b8b8409","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c314dffb1b8b8409","status":"passed","time":{"start":1728901463793,"stop":1728901463794,"duration":1}},{"uid":"873ac3682668734e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/873ac3682668734e","status":"passed","time":{"start":1728892894307,"stop":1728892894308,"duration":1}},{"uid":"6e7330bdcfddec87","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6e7330bdcfddec87","status":"passed","time":{"start":1728855856834,"stop":1728855856836,"duration":2}},{"uid":"e4c136f4402a6971","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e4c136f4402a6971","status":"passed","time":{"start":1728738074175,"stop":1728738074176,"duration":1}},{"uid":"dadc0df11568546e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dadc0df11568546e","status":"passed","time":{"start":1728682607648,"stop":1728682607649,"duration":1}},{"uid":"2e51bd0366f06279","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2e51bd0366f06279","status":"passed","time":{"start":1728682180602,"stop":1728682180603,"duration":1}},{"uid":"475efb992bf30d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/475efb992bf30d7","status":"passed","time":{"start":1728676655185,"stop":1728676655187,"duration":2}},{"uid":"ecf9401549858088","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ecf9401549858088","status":"passed","time":{"start":1728669378161,"stop":1728669378162,"duration":1}},{"uid":"8ba5de97849e480e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ba5de97849e480e","status":"passed","time":{"start":1728597718739,"stop":1728597718740,"duration":1}},{"uid":"f18431d91091e2ee","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f18431d91091e2ee","status":"passed","time":{"start":1728596937942,"stop":1728596937944,"duration":2}}]},"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"71a7097d350e723d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/71a7097d350e723d","status":"passed","time":{"start":1729034458928,"stop":1729034458932,"duration":4}},{"uid":"b579ccbbad6d8b6d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b579ccbbad6d8b6d","status":"passed","time":{"start":1729034372203,"stop":1729034372203,"duration":0}},{"uid":"fbcc98d706d0d618","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbcc98d706d0d618","status":"passed","time":{"start":1729034191995,"stop":1729034191996,"duration":1}},{"uid":"81b1da614986ae80","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/81b1da614986ae80","status":"passed","time":{"start":1729032246148,"stop":1729032246148,"duration":0}},{"uid":"fe7be27e59d8f9ac","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fe7be27e59d8f9ac","status":"passed","time":{"start":1728902009943,"stop":1728902009944,"duration":1}},{"uid":"5ea5af7238cdf302","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5ea5af7238cdf302","status":"passed","time":{"start":1728893442068,"stop":1728893442069,"duration":1}},{"uid":"d8f321c867ef5b25","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d8f321c867ef5b25","status":"passed","time":{"start":1728856390380,"stop":1728856390381,"duration":1}},{"uid":"545262260421b78","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/545262260421b78","status":"passed","time":{"start":1728738615986,"stop":1728738615986,"duration":0}},{"uid":"5324de593b98fa66","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5324de593b98fa66","status":"passed","time":{"start":1728683138591,"stop":1728683138591,"duration":0}},{"uid":"6c7dcb728f52a293","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c7dcb728f52a293","status":"passed","time":{"start":1728682713980,"stop":1728682713981,"duration":1}},{"uid":"7c94e96c7af56109","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c94e96c7af56109","status":"passed","time":{"start":1728677205666,"stop":1728677205667,"duration":1}},{"uid":"f5b1fb4f2b5e6804","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5b1fb4f2b5e6804","status":"passed","time":{"start":1728669886307,"stop":1728669886307,"duration":0}},{"uid":"169ec2ab6355cbdc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/169ec2ab6355cbdc","status":"passed","time":{"start":1728598272275,"stop":1728598272275,"duration":0}},{"uid":"f8af2f76bba75e51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f8af2f76bba75e51","status":"passed","time":{"start":1728597492999,"stop":1728597493000,"duration":1}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cef95cec53f445a9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cef95cec53f445a9","status":"passed","time":{"start":1729034411414,"stop":1729034411417,"duration":3}},{"uid":"cae088a6c2083d3d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cae088a6c2083d3d","status":"passed","time":{"start":1729034327388,"stop":1729034327388,"duration":0}},{"uid":"394d2b747420596a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/394d2b747420596a","status":"passed","time":{"start":1729034147759,"stop":1729034147760,"duration":1}},{"uid":"aa509bee5f7edc59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aa509bee5f7edc59","status":"passed","time":{"start":1729032204821,"stop":1729032204821,"duration":0}},{"uid":"fc2b686cddba0bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fc2b686cddba0bf","status":"passed","time":{"start":1728901907647,"stop":1728901907650,"duration":3}},{"uid":"8fea3aa3e51b90b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fea3aa3e51b90b","status":"passed","time":{"start":1728893341884,"stop":1728893341884,"duration":0}},{"uid":"4774fdcbc77b459a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4774fdcbc77b459a","status":"passed","time":{"start":1728856299348,"stop":1728856299348,"duration":0}},{"uid":"63015f65b039508f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/63015f65b039508f","status":"passed","time":{"start":1728738511609,"stop":1728738511610,"duration":1}},{"uid":"312a02b346c1dd6f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/312a02b346c1dd6f","status":"passed","time":{"start":1728683052903,"stop":1728683052904,"duration":1}},{"uid":"1ed99e18e8009bb0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1ed99e18e8009bb0","status":"passed","time":{"start":1728682612904,"stop":1728682612905,"duration":1}},{"uid":"bd2d282f05a6da46","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bd2d282f05a6da46","status":"passed","time":{"start":1728677115736,"stop":1728677115737,"duration":1}},{"uid":"efb6c25fe040e1c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/efb6c25fe040e1c9","status":"passed","time":{"start":1728669778167,"stop":1728669778168,"duration":1}},{"uid":"78e77ff5ff6fdf5a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/78e77ff5ff6fdf5a","status":"passed","time":{"start":1728598175425,"stop":1728598175426,"duration":1}},{"uid":"acefc9510a9e9cb2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/acefc9510a9e9cb2","status":"passed","time":{"start":1728597380055,"stop":1728597380055,"duration":0}}]},"093f3f6165bca62c4d2f0dde05467705:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1dc71abc2902213e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1dc71abc2902213e","status":"passed","time":{"start":1728901950543,"stop":1728901950545,"duration":2}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"abaeb6f8443b5c30","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/abaeb6f8443b5c30","status":"passed","time":{"start":1729034240910,"stop":1729034240910,"duration":0}},{"uid":"3d559e998831b97c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3d559e998831b97c","status":"passed","time":{"start":1729034159611,"stop":1729034159611,"duration":0}},{"uid":"c2d2808b98af2f41","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2d2808b98af2f41","status":"passed","time":{"start":1729033976784,"stop":1729033976788,"duration":4}},{"uid":"194752e613c5568e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/194752e613c5568e","status":"passed","time":{"start":1729032020509,"stop":1729032020509,"duration":0}},{"uid":"34c3e3a9f592fd61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/34c3e3a9f592fd61","status":"passed","time":{"start":1728901616426,"stop":1728901616426,"duration":0}},{"uid":"dd74edca547ec3c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dd74edca547ec3c4","status":"passed","time":{"start":1728893050241,"stop":1728893050241,"duration":0}},{"uid":"276493c22cc1663f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/276493c22cc1663f","status":"passed","time":{"start":1728856015168,"stop":1728856015168,"duration":0}},{"uid":"c01aa186ca265b25","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c01aa186ca265b25","status":"passed","time":{"start":1728738233132,"stop":1728738233132,"duration":0}},{"uid":"b09ce5de29be749b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b09ce5de29be749b","status":"passed","time":{"start":1728682762465,"stop":1728682762466,"duration":1}},{"uid":"f14d28552b3578c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f14d28552b3578c9","status":"passed","time":{"start":1728682332782,"stop":1728682332782,"duration":0}},{"uid":"b1a17e75a984f039","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b1a17e75a984f039","status":"passed","time":{"start":1728676810286,"stop":1728676810287,"duration":1}},{"uid":"2399e562934a6c61","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2399e562934a6c61","status":"passed","time":{"start":1728669529889,"stop":1728669529890,"duration":1}},{"uid":"c08c8a26c747618b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c08c8a26c747618b","status":"passed","time":{"start":1728597873529,"stop":1728597873530,"duration":1}},{"uid":"bec3cf966adfd81b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bec3cf966adfd81b","status":"passed","time":{"start":1728597089269,"stop":1728597089270,"duration":1}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"b2751e0d2a4ac3f7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b2751e0d2a4ac3f7","status":"passed","time":{"start":1729034400845,"stop":1729034400845,"duration":0}},{"uid":"d8be776bd4956686","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d8be776bd4956686","status":"passed","time":{"start":1728902045391,"stop":1728902045392,"duration":1}},{"uid":"b6ef66d41f0d69a9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b6ef66d41f0d69a9","status":"passed","time":{"start":1728893481312,"stop":1728893481312,"duration":0}},{"uid":"8e976ba78ba91437","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8e976ba78ba91437","status":"passed","time":{"start":1728856434368,"stop":1728856434368,"duration":0}},{"uid":"84756d444a5db546","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/84756d444a5db546","status":"passed","time":{"start":1728738656933,"stop":1728738656935,"duration":2}},{"uid":"f876fd3194045300","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f876fd3194045300","status":"passed","time":{"start":1728683172720,"stop":1728683172722,"duration":2}},{"uid":"841470798cc67935","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/841470798cc67935","status":"passed","time":{"start":1728682747612,"stop":1728682747612,"duration":0}},{"uid":"cba245b83cfca882","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cba245b83cfca882","status":"passed","time":{"start":1728677247280,"stop":1728677247280,"duration":0}},{"uid":"a8c4be753a7afdb8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a8c4be753a7afdb8","status":"passed","time":{"start":1728669917947,"stop":1728669917948,"duration":1}},{"uid":"6a3aecd29b9d212","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a3aecd29b9d212","status":"passed","time":{"start":1728598290717,"stop":1728598290718,"duration":1}},{"uid":"109108243cc108e6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/109108243cc108e6","status":"passed","time":{"start":1728597515858,"stop":1728597515858,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1c360f0b6e01ae4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1c360f0b6e01ae4","status":"passed","time":{"start":1729034400883,"stop":1729034400883,"duration":0}},{"uid":"b6726ce1a2d5903e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b6726ce1a2d5903e","status":"passed","time":{"start":1729034317436,"stop":1729034317436,"duration":0}},{"uid":"1d1435120d8f93e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1d1435120d8f93e5","status":"passed","time":{"start":1729034137118,"stop":1729034137118,"duration":0}},{"uid":"f174f8ab2561de24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f174f8ab2561de24","status":"passed","time":{"start":1729032206864,"stop":1729032206865,"duration":1}},{"uid":"14daefea9d6a23b9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/14daefea9d6a23b9","status":"passed","time":{"start":1728901995009,"stop":1728901995009,"duration":0}},{"uid":"abec700f66740c59","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/abec700f66740c59","status":"passed","time":{"start":1728893420988,"stop":1728893420988,"duration":0}},{"uid":"dcaf453cf0a1aa5b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dcaf453cf0a1aa5b","status":"passed","time":{"start":1728856368590,"stop":1728856368591,"duration":1}},{"uid":"cd375a9a82666824","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cd375a9a82666824","status":"passed","time":{"start":1728738604675,"stop":1728738604675,"duration":0}},{"uid":"5af1504afb9c52f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5af1504afb9c52f4","status":"passed","time":{"start":1728683117603,"stop":1728683117604,"duration":1}},{"uid":"cd531d0b864524ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd531d0b864524ff","status":"passed","time":{"start":1728682721312,"stop":1728682721312,"duration":0}},{"uid":"cfd9f6b3f4f96cbe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cfd9f6b3f4f96cbe","status":"passed","time":{"start":1728677184673,"stop":1728677184674,"duration":1}},{"uid":"af278fce5a7bbfc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af278fce5a7bbfc","status":"passed","time":{"start":1728669866439,"stop":1728669866439,"duration":0}},{"uid":"437249ae5c8f6e33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/437249ae5c8f6e33","status":"passed","time":{"start":1728598249970,"stop":1728598249970,"duration":0}},{"uid":"d81442ad0bc92732","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d81442ad0bc92732","status":"passed","time":{"start":1728597472279,"stop":1728597472281,"duration":2}}]},"350070185c1d9f550ad6e4af0fb176e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e10351dc7a561fda","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e10351dc7a561fda","status":"passed","time":{"start":1729034348217,"stop":1729034348217,"duration":0}}]},"0918d99b10fadd9f6076965c9d60cc3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dab637000a19070e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dab637000a19070e","status":"passed","time":{"start":1729032198816,"stop":1729032198819,"duration":3}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b87cd005ab38ab9b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b87cd005ab38ab9b","status":"passed","time":{"start":1729034398546,"stop":1729034398546,"duration":0}},{"uid":"e6136e40497b3c00","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e6136e40497b3c00","status":"passed","time":{"start":1729034314812,"stop":1729034314812,"duration":0}},{"uid":"e7e8b7c01bbb853d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7e8b7c01bbb853d","status":"passed","time":{"start":1729034137162,"stop":1729034137162,"duration":0}},{"uid":"4d9bfdc358f2cb4f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4d9bfdc358f2cb4f","status":"passed","time":{"start":1729032187244,"stop":1729032187244,"duration":0}},{"uid":"1530e187c46a7ab7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1530e187c46a7ab7","status":"passed","time":{"start":1728901888428,"stop":1728901888428,"duration":0}},{"uid":"54ac4e84686e696e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54ac4e84686e696e","status":"passed","time":{"start":1728893323780,"stop":1728893323780,"duration":0}},{"uid":"7de2810f4adba981","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7de2810f4adba981","status":"passed","time":{"start":1728856285924,"stop":1728856285925,"duration":1}},{"uid":"9990dba9b5a4e9b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9990dba9b5a4e9b9","status":"passed","time":{"start":1728738498273,"stop":1728738498273,"duration":0}},{"uid":"aa266f9592fc4d7f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aa266f9592fc4d7f","status":"passed","time":{"start":1728683041389,"stop":1728683041390,"duration":1}},{"uid":"c87f5332c614e477","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c87f5332c614e477","status":"passed","time":{"start":1728682596009,"stop":1728682596011,"duration":2}},{"uid":"4b48e7690c262ff2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4b48e7690c262ff2","status":"passed","time":{"start":1728677091265,"stop":1728677091266,"duration":1}},{"uid":"280f3217bc8f197b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/280f3217bc8f197b","status":"passed","time":{"start":1728669766423,"stop":1728669766424,"duration":1}},{"uid":"c078bdb921692726","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c078bdb921692726","status":"passed","time":{"start":1728598152071,"stop":1728598152071,"duration":0}},{"uid":"6df1de10176c5d9b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6df1de10176c5d9b","status":"passed","time":{"start":1728597364114,"stop":1728597364114,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"68c9a741adde7f9d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/68c9a741adde7f9d","status":"passed","time":{"start":1729034434259,"stop":1729034434259,"duration":0}},{"uid":"33c6abfaf1c6b298","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/33c6abfaf1c6b298","status":"passed","time":{"start":1729034350153,"stop":1729034350156,"duration":3}},{"uid":"bcd00b7c92d57611","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bcd00b7c92d57611","status":"passed","time":{"start":1729034169193,"stop":1729034169193,"duration":0}},{"uid":"d04bf8b8da8e6213","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d04bf8b8da8e6213","status":"passed","time":{"start":1729032228065,"stop":1729032228065,"duration":0}},{"uid":"1e0b04c7c4abe133","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e0b04c7c4abe133","status":"passed","time":{"start":1728901947145,"stop":1728901947145,"duration":0}},{"uid":"61fcdf7e39ea6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61fcdf7e39ea6a","status":"passed","time":{"start":1728893380056,"stop":1728893380057,"duration":1}},{"uid":"1ea568e3556c1c1c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1ea568e3556c1c1c","status":"passed","time":{"start":1728856336878,"stop":1728856336879,"duration":1}},{"uid":"e2722c904f2f9f49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e2722c904f2f9f49","status":"passed","time":{"start":1728738551162,"stop":1728738551163,"duration":1}},{"uid":"16752e87cf813acd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/16752e87cf813acd","status":"passed","time":{"start":1728683095874,"stop":1728683095874,"duration":0}},{"uid":"75a3fc7ae387a204","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/75a3fc7ae387a204","status":"passed","time":{"start":1728682657385,"stop":1728682657386,"duration":1}},{"uid":"679b92c7c7bb9624","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/679b92c7c7bb9624","status":"passed","time":{"start":1728677151464,"stop":1728677151464,"duration":0}},{"uid":"be7d15c71489f236","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be7d15c71489f236","status":"passed","time":{"start":1728669832892,"stop":1728669832892,"duration":0}},{"uid":"e59e05eb06ad233d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e59e05eb06ad233d","status":"passed","time":{"start":1728598215607,"stop":1728598215607,"duration":0}},{"uid":"91822942f496bff6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/91822942f496bff6","status":"passed","time":{"start":1728597425041,"stop":1728597425041,"duration":0}}]},"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f59169170717284f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f59169170717284f","status":"passed","time":{"start":1729034096119,"stop":1729034096119,"duration":0}},{"uid":"4b91bb2060dc1bbc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4b91bb2060dc1bbc","status":"passed","time":{"start":1729034020077,"stop":1729034020077,"duration":0}},{"uid":"4c4d0e84fd08d42b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c4d0e84fd08d42b","status":"passed","time":{"start":1729033834366,"stop":1729033834372,"duration":6}},{"uid":"61c84ae4bae5ecc6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61c84ae4bae5ecc6","status":"passed","time":{"start":1729031884102,"stop":1729031884102,"duration":0}},{"uid":"555996f4ac62e268","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/555996f4ac62e268","status":"passed","time":{"start":1728901430245,"stop":1728901430245,"duration":0}},{"uid":"680d9b496669fbcd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/680d9b496669fbcd","status":"passed","time":{"start":1728892860520,"stop":1728892860520,"duration":0}},{"uid":"d87bbabbfc06ea27","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d87bbabbfc06ea27","status":"passed","time":{"start":1728855823311,"stop":1728855823311,"duration":0}},{"uid":"e50e769cf0fc7999","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e50e769cf0fc7999","status":"passed","time":{"start":1728738040580,"stop":1728738040580,"duration":0}},{"uid":"465f393eb471be70","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/465f393eb471be70","status":"passed","time":{"start":1728682574072,"stop":1728682574077,"duration":5}},{"uid":"2daaa70a5053be8b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2daaa70a5053be8b","status":"passed","time":{"start":1728682146801,"stop":1728682146806,"duration":5}},{"uid":"ef07c383894feb61","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef07c383894feb61","status":"passed","time":{"start":1728676621419,"stop":1728676621419,"duration":0}},{"uid":"26d2af2c38fd1779","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/26d2af2c38fd1779","status":"passed","time":{"start":1728669344457,"stop":1728669344457,"duration":0}},{"uid":"30a0333cf9a97091","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/30a0333cf9a97091","status":"passed","time":{"start":1728597685149,"stop":1728597685149,"duration":0}},{"uid":"b3327d767a6f3eb3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b3327d767a6f3eb3","status":"passed","time":{"start":1728596904449,"stop":1728596904455,"duration":6}}]},"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fe4d7911531f0bff","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fe4d7911531f0bff","status":"passed","time":{"start":1729034096138,"stop":1729034096138,"duration":0}},{"uid":"49cdc4fb80a6133b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/49cdc4fb80a6133b","status":"passed","time":{"start":1729034020095,"stop":1729034020095,"duration":0}},{"uid":"791d4d02d8709825","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/791d4d02d8709825","status":"passed","time":{"start":1729033834391,"stop":1729033834391,"duration":0}},{"uid":"6040272579ab41b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6040272579ab41b4","status":"passed","time":{"start":1729031884125,"stop":1729031884125,"duration":0}},{"uid":"8f57595e6daabc8d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8f57595e6daabc8d","status":"passed","time":{"start":1728901430258,"stop":1728901430258,"duration":0}},{"uid":"469f4414d2b8436","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/469f4414d2b8436","status":"passed","time":{"start":1728892860537,"stop":1728892860537,"duration":0}},{"uid":"d4ba570de9768f1d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d4ba570de9768f1d","status":"passed","time":{"start":1728855823326,"stop":1728855823326,"duration":0}},{"uid":"b863aa7989110c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b863aa7989110c4","status":"passed","time":{"start":1728738040607,"stop":1728738040607,"duration":0}},{"uid":"80e1e890bd2fcc99","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80e1e890bd2fcc99","status":"passed","time":{"start":1728682574097,"stop":1728682574098,"duration":1}},{"uid":"7f5ab3b57ea9d41b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7f5ab3b57ea9d41b","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"46655282e617fdac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46655282e617fdac","status":"passed","time":{"start":1728676621437,"stop":1728676621437,"duration":0}},{"uid":"269ebf139025b5c2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/269ebf139025b5c2","status":"passed","time":{"start":1728669344472,"stop":1728669344472,"duration":0}},{"uid":"ab11f087bcdc2fbe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ab11f087bcdc2fbe","status":"passed","time":{"start":1728597685166,"stop":1728597685167,"duration":1}},{"uid":"ebfea8b61d5397ad","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ebfea8b61d5397ad","status":"passed","time":{"start":1728596904474,"stop":1728596904474,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e24407838ea72fa5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e24407838ea72fa5","status":"passed","time":{"start":1729034470060,"stop":1729034470060,"duration":0}},{"uid":"830cd1bea7914d49","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/830cd1bea7914d49","status":"passed","time":{"start":1729034388867,"stop":1729034388867,"duration":0}},{"uid":"d1383bac4562fb26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1383bac4562fb26","status":"passed","time":{"start":1729034213017,"stop":1729034213017,"duration":0}},{"uid":"ba7a1dea392f8fc6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ba7a1dea392f8fc6","status":"passed","time":{"start":1729032269100,"stop":1729032269101,"duration":1}},{"uid":"e673c1079ebdb36c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e673c1079ebdb36c","status":"passed","time":{"start":1728902000840,"stop":1728902000841,"duration":1}},{"uid":"6d42a7420d9224af","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d42a7420d9224af","status":"passed","time":{"start":1728893442591,"stop":1728893442591,"duration":0}},{"uid":"4d06214f3d868582","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4d06214f3d868582","status":"passed","time":{"start":1728856386635,"stop":1728856386636,"duration":1}},{"uid":"327e0c98daa7187c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/327e0c98daa7187c","status":"passed","time":{"start":1728738608581,"stop":1728738608582,"duration":1}},{"uid":"a7993f5ef8f46060","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a7993f5ef8f46060","status":"passed","time":{"start":1728683148167,"stop":1728683148168,"duration":1}},{"uid":"682890289f48bef9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/682890289f48bef9","status":"passed","time":{"start":1728682709055,"stop":1728682709056,"duration":1}},{"uid":"dd28eaeed849ddaf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd28eaeed849ddaf","status":"passed","time":{"start":1728677206654,"stop":1728677206654,"duration":0}},{"uid":"b466a406d930967c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b466a406d930967c","status":"passed","time":{"start":1728669888548,"stop":1728669888548,"duration":0}},{"uid":"a058905506d002cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a058905506d002cd","status":"passed","time":{"start":1728598268129,"stop":1728598268129,"duration":0}},{"uid":"312e03e2933fbe5a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/312e03e2933fbe5a","status":"passed","time":{"start":1728597478031,"stop":1728597478031,"duration":0}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9d1d775371365bdb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9d1d775371365bdb","status":"passed","time":{"start":1729034475745,"stop":1729034475746,"duration":1}},{"uid":"365a032c6d565ad0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/365a032c6d565ad0","status":"passed","time":{"start":1729034391615,"stop":1729034391616,"duration":1}},{"uid":"6d0ea26c719c8254","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6d0ea26c719c8254","status":"passed","time":{"start":1729034211308,"stop":1729034211308,"duration":0}},{"uid":"c6b40aa90c9a12e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6b40aa90c9a12e0","status":"passed","time":{"start":1729032264693,"stop":1729032264693,"duration":0}},{"uid":"e2f666da80daad1d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e2f666da80daad1d","status":"passed","time":{"start":1728902020139,"stop":1728902020139,"duration":0}},{"uid":"8e21cf62fee4a097","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e21cf62fee4a097","status":"passed","time":{"start":1728893452477,"stop":1728893452478,"duration":1}},{"uid":"a4909be010734678","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4909be010734678","status":"passed","time":{"start":1728856408084,"stop":1728856408084,"duration":0}},{"uid":"d8f0612cab44b915","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d8f0612cab44b915","status":"passed","time":{"start":1728738627115,"stop":1728738627115,"duration":0}},{"uid":"5fdc9c0d609246b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5fdc9c0d609246b","status":"passed","time":{"start":1728683164465,"stop":1728683164465,"duration":0}},{"uid":"d20d34326ab123e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d20d34326ab123e6","status":"passed","time":{"start":1728682734713,"stop":1728682734714,"duration":1}},{"uid":"ba9cfd70902ab270","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba9cfd70902ab270","status":"passed","time":{"start":1728677218639,"stop":1728677218639,"duration":0}},{"uid":"a4759a20b6c9eefb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4759a20b6c9eefb","status":"passed","time":{"start":1728669903961,"stop":1728669903961,"duration":0}},{"uid":"59bfdc122d31f4a9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/59bfdc122d31f4a9","status":"passed","time":{"start":1728598278367,"stop":1728598278367,"duration":0}},{"uid":"8bad73781febc715","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8bad73781febc715","status":"passed","time":{"start":1728597507601,"stop":1728597507601,"duration":0}}]},"18fc9630e1281e0e108281235800381d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d43808418e70933","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d43808418e70933","status":"passed","time":{"start":1728676853901,"stop":1728676853901,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8c92a63b9ece9e9b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8c92a63b9ece9e9b","status":"passed","time":{"start":1729034370881,"stop":1729034370885,"duration":4}},{"uid":"32883c64f5ceb47a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/32883c64f5ceb47a","status":"passed","time":{"start":1729034308879,"stop":1729034308880,"duration":1}},{"uid":"5019314d31f00be5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5019314d31f00be5","status":"passed","time":{"start":1729034129476,"stop":1729034129477,"duration":1}},{"uid":"8034e0143b8e6446","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8034e0143b8e6446","status":"passed","time":{"start":1729032178370,"stop":1729032178370,"duration":0}},{"uid":"2579fd9b0ad8d9e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2579fd9b0ad8d9e","status":"passed","time":{"start":1728901896350,"stop":1728901896350,"duration":0}},{"uid":"e678d046f0748b8d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e678d046f0748b8d","status":"passed","time":{"start":1728893329028,"stop":1728893329028,"duration":0}},{"uid":"49096c4fa6ebb23a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/49096c4fa6ebb23a","status":"passed","time":{"start":1728856284767,"stop":1728856284767,"duration":0}},{"uid":"aef57de2668e6a74","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aef57de2668e6a74","status":"passed","time":{"start":1728738494943,"stop":1728738494944,"duration":1}},{"uid":"2835cb277bba9abe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2835cb277bba9abe","status":"passed","time":{"start":1728683033634,"stop":1728683033634,"duration":0}},{"uid":"a93c68af9d952d6d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a93c68af9d952d6d","status":"passed","time":{"start":1728682601739,"stop":1728682601739,"duration":0}},{"uid":"12691ce354061a51","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/12691ce354061a51","status":"passed","time":{"start":1728677107964,"stop":1728677107964,"duration":0}},{"uid":"a93819870c4f58b2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a93819870c4f58b2","status":"passed","time":{"start":1728669764754,"stop":1728669764754,"duration":0}},{"uid":"eb8e06c473e972cc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb8e06c473e972cc","status":"passed","time":{"start":1728598157565,"stop":1728598157565,"duration":0}},{"uid":"ea52dae97668c55d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea52dae97668c55d","status":"passed","time":{"start":1728597369075,"stop":1728597369076,"duration":1}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e965aa509a34faf8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e965aa509a34faf8","status":"passed","time":{"start":1729034231346,"stop":1729034231346,"duration":0}},{"uid":"38a9466ffd68d20d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/38a9466ffd68d20d","status":"passed","time":{"start":1729034153006,"stop":1729034153007,"duration":1}},{"uid":"58bb2b186144a301","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58bb2b186144a301","status":"passed","time":{"start":1729033965758,"stop":1729033965758,"duration":0}},{"uid":"7153579d222e279d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7153579d222e279d","status":"passed","time":{"start":1729032018038,"stop":1729032018039,"duration":1}},{"uid":"af2916a7994e7ecd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/af2916a7994e7ecd","status":"passed","time":{"start":1728901595880,"stop":1728901595890,"duration":10}},{"uid":"3023ae0488a7f74c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3023ae0488a7f74c","status":"passed","time":{"start":1728893032692,"stop":1728893032692,"duration":0}},{"uid":"cbfbca51ef205ca4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cbfbca51ef205ca4","status":"passed","time":{"start":1728855998190,"stop":1728855998191,"duration":1}},{"uid":"10e7af307ed2cd10","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/10e7af307ed2cd10","status":"passed","time":{"start":1728738212198,"stop":1728738212198,"duration":0}},{"uid":"36353940b8648992","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36353940b8648992","status":"passed","time":{"start":1728682746615,"stop":1728682746616,"duration":1}},{"uid":"8e64abd89da9265","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e64abd89da9265","status":"passed","time":{"start":1728682328619,"stop":1728682328620,"duration":1}},{"uid":"6a3d225761b74c58","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6a3d225761b74c58","status":"passed","time":{"start":1728676807595,"stop":1728676807596,"duration":1}},{"uid":"80ba374142b6cebc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/80ba374142b6cebc","status":"passed","time":{"start":1728669514930,"stop":1728669514931,"duration":1}},{"uid":"1c0b9d1f1b0f9714","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1c0b9d1f1b0f9714","status":"passed","time":{"start":1728597860140,"stop":1728597860140,"duration":0}},{"uid":"cd6504cb57471c8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd6504cb57471c8","status":"passed","time":{"start":1728597074718,"stop":1728597074718,"duration":0}}]},"1ffa387d986d64c2370a88f74c223c7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d69f02471d43ad3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8d69f02471d43ad3","status":"passed","time":{"start":1729032174928,"stop":1729032174928,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a72903d413a653ff","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a72903d413a653ff","status":"passed","time":{"start":1729034098686,"stop":1729034098686,"duration":0}},{"uid":"4548d4b108c487c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4548d4b108c487c","status":"passed","time":{"start":1729034022455,"stop":1729034022455,"duration":0}},{"uid":"dfcecbc4b49d1137","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dfcecbc4b49d1137","status":"passed","time":{"start":1729033836803,"stop":1729033836803,"duration":0}},{"uid":"9cf6842caaf205e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9cf6842caaf205e","status":"passed","time":{"start":1729031886610,"stop":1729031886610,"duration":0}},{"uid":"943d19552fc027d3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/943d19552fc027d3","status":"passed","time":{"start":1728901432737,"stop":1728901432737,"duration":0}},{"uid":"25353fe68e628b04","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25353fe68e628b04","status":"passed","time":{"start":1728892863023,"stop":1728892863023,"duration":0}},{"uid":"29fca15ba7dea56","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/29fca15ba7dea56","status":"passed","time":{"start":1728855825772,"stop":1728855825773,"duration":1}},{"uid":"7937a05ccafebab5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7937a05ccafebab5","status":"passed","time":{"start":1728738043032,"stop":1728738043032,"duration":0}},{"uid":"2270cd7806dd1195","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2270cd7806dd1195","status":"passed","time":{"start":1728682576529,"stop":1728682576530,"duration":1}},{"uid":"a1871fa2cec04950","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a1871fa2cec04950","status":"passed","time":{"start":1728682149243,"stop":1728682149243,"duration":0}},{"uid":"4cf9e30960cf17d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4cf9e30960cf17d7","status":"passed","time":{"start":1728676623918,"stop":1728676623918,"duration":0}},{"uid":"4cb1c5c3168c6700","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4cb1c5c3168c6700","status":"passed","time":{"start":1728669346941,"stop":1728669346941,"duration":0}},{"uid":"45cc75815faa8e41","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/45cc75815faa8e41","status":"passed","time":{"start":1728597687694,"stop":1728597687694,"duration":0}},{"uid":"bc992e10cf3807f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc992e10cf3807f","status":"passed","time":{"start":1728596907135,"stop":1728596907136,"duration":1}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"98644ced6fdc3076","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/98644ced6fdc3076","status":"passed","time":{"start":1729034393649,"stop":1729034393649,"duration":0}},{"uid":"2827d10a630108a8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2827d10a630108a8","status":"passed","time":{"start":1729034304850,"stop":1729034304850,"duration":0}},{"uid":"45ca7af456fdf7c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45ca7af456fdf7c1","status":"passed","time":{"start":1729034121915,"stop":1729034121918,"duration":3}},{"uid":"75eacb5958e8fb22","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/75eacb5958e8fb22","status":"passed","time":{"start":1729032174873,"stop":1729032174900,"duration":27}},{"uid":"994740dd9a9bcb3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/994740dd9a9bcb3","status":"passed","time":{"start":1728901881014,"stop":1728901881015,"duration":1}},{"uid":"575021a7bf8c2677","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/575021a7bf8c2677","status":"passed","time":{"start":1728893317166,"stop":1728893317169,"duration":3}},{"uid":"630daaf14cc67cb5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/630daaf14cc67cb5","status":"passed","time":{"start":1728856263101,"stop":1728856263101,"duration":0}},{"uid":"8beed7584281bbb3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8beed7584281bbb3","status":"passed","time":{"start":1728738492800,"stop":1728738492800,"duration":0}},{"uid":"5ec9a5e3bce3ae67","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5ec9a5e3bce3ae67","status":"passed","time":{"start":1728683030023,"stop":1728683030023,"duration":0}},{"uid":"34bfad5dea856167","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/34bfad5dea856167","status":"passed","time":{"start":1728682581104,"stop":1728682581104,"duration":0}},{"uid":"cfc43211167653d3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cfc43211167653d3","status":"passed","time":{"start":1728677081999,"stop":1728677081999,"duration":0}},{"uid":"680a64b651a2aff9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/680a64b651a2aff9","status":"passed","time":{"start":1728669795399,"stop":1728669795399,"duration":0}},{"uid":"e4e2abf1de82d601","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e4e2abf1de82d601","status":"passed","time":{"start":1728598137505,"stop":1728598137505,"duration":0}},{"uid":"755c0b62edd1bd87","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/755c0b62edd1bd87","status":"passed","time":{"start":1728597353481,"stop":1728597353482,"duration":1}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5e0d42d54188139a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5e0d42d54188139a","status":"passed","time":{"start":1729034240935,"stop":1729034240935,"duration":0}},{"uid":"e0ef63b3139ce8ae","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e0ef63b3139ce8ae","status":"passed","time":{"start":1729034159628,"stop":1729034159629,"duration":1}},{"uid":"cc15b62d68a435b8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc15b62d68a435b8","status":"passed","time":{"start":1729033976813,"stop":1729033976814,"duration":1}},{"uid":"1d3c891c541c9c8b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1d3c891c541c9c8b","status":"passed","time":{"start":1729032020533,"stop":1729032020533,"duration":0}},{"uid":"9c037cbdc5dee7b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9c037cbdc5dee7b7","status":"passed","time":{"start":1728901616499,"stop":1728901616499,"duration":0}},{"uid":"55f58d3aafa0106a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/55f58d3aafa0106a","status":"passed","time":{"start":1728893050253,"stop":1728893050253,"duration":0}},{"uid":"acd3e95af00cf991","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acd3e95af00cf991","status":"passed","time":{"start":1728856015183,"stop":1728856015184,"duration":1}},{"uid":"e0b3defc63c2678b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e0b3defc63c2678b","status":"passed","time":{"start":1728738233175,"stop":1728738233176,"duration":1}},{"uid":"1ffafb46ff6f8cec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ffafb46ff6f8cec","status":"passed","time":{"start":1728682762484,"stop":1728682762484,"duration":0}},{"uid":"e406be549030ba51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e406be549030ba51","status":"passed","time":{"start":1728682332796,"stop":1728682332797,"duration":1}},{"uid":"44fae59f25ed07b2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/44fae59f25ed07b2","status":"passed","time":{"start":1728676810305,"stop":1728676810305,"duration":0}},{"uid":"81970549460f85d4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/81970549460f85d4","status":"passed","time":{"start":1728669529908,"stop":1728669529908,"duration":0}},{"uid":"c029b80fa7204312","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c029b80fa7204312","status":"passed","time":{"start":1728597873545,"stop":1728597873545,"duration":0}},{"uid":"40bfe0fb53c3983","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/40bfe0fb53c3983","status":"passed","time":{"start":1728597089285,"stop":1728597089286,"duration":1}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b7670c23f01dd784","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b7670c23f01dd784","status":"passed","time":{"start":1729034104182,"stop":1729034104183,"duration":1}},{"uid":"4cf0c955dc28eeda","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4cf0c955dc28eeda","status":"passed","time":{"start":1729034027746,"stop":1729034027747,"duration":1}},{"uid":"a623703c6be41e89","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a623703c6be41e89","status":"passed","time":{"start":1729033842350,"stop":1729033842351,"duration":1}},{"uid":"948548c9122f585e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/948548c9122f585e","status":"passed","time":{"start":1729031892049,"stop":1729031892049,"duration":0}},{"uid":"55c82c590331a39f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/55c82c590331a39f","status":"passed","time":{"start":1728901438031,"stop":1728901438032,"duration":1}},{"uid":"5f73b13c7afa4c5b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5f73b13c7afa4c5b","status":"passed","time":{"start":1728892868235,"stop":1728892868235,"duration":0}},{"uid":"6438cee697775ea4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6438cee697775ea4","status":"passed","time":{"start":1728855831082,"stop":1728855831082,"duration":0}},{"uid":"6556b2e867c8e22","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6556b2e867c8e22","status":"passed","time":{"start":1728738048444,"stop":1728738048445,"duration":1}},{"uid":"99d9a815e27efca3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99d9a815e27efca3","status":"passed","time":{"start":1728682581848,"stop":1728682581850,"duration":2}},{"uid":"18c40b7b6f0c8085","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18c40b7b6f0c8085","status":"passed","time":{"start":1728682154710,"stop":1728682154710,"duration":0}},{"uid":"34b2cb49d591dd89","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34b2cb49d591dd89","status":"passed","time":{"start":1728676629304,"stop":1728676629305,"duration":1}},{"uid":"4759db2b95033d79","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4759db2b95033d79","status":"passed","time":{"start":1728669352213,"stop":1728669352213,"duration":0}},{"uid":"218bf12abfb4f2a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/218bf12abfb4f2a6","status":"passed","time":{"start":1728597693021,"stop":1728597693022,"duration":1}},{"uid":"2c6a718212faa069","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c6a718212faa069","status":"passed","time":{"start":1728596912535,"stop":1728596912535,"duration":0}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"43a4b985e1eaebfe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/43a4b985e1eaebfe","status":"passed","time":{"start":1729034370853,"stop":1729034370853,"duration":0}},{"uid":"13127b7b14b6788c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/13127b7b14b6788c","status":"passed","time":{"start":1729034308854,"stop":1729034308860,"duration":6}},{"uid":"7a38ac73718b76bf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a38ac73718b76bf","status":"passed","time":{"start":1729034129468,"stop":1729034129469,"duration":1}},{"uid":"ff3d914d52832280","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ff3d914d52832280","status":"passed","time":{"start":1729032178362,"stop":1729032178362,"duration":0}},{"uid":"35a629a31608e45e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/35a629a31608e45e","status":"passed","time":{"start":1728901896340,"stop":1728901896341,"duration":1}},{"uid":"d1aaf62b056406a1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d1aaf62b056406a1","status":"passed","time":{"start":1728893329019,"stop":1728893329020,"duration":1}},{"uid":"9bbf0f5943781ea4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9bbf0f5943781ea4","status":"passed","time":{"start":1728856284755,"stop":1728856284755,"duration":0}},{"uid":"deedb1111b4a929","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/deedb1111b4a929","status":"passed","time":{"start":1728738494930,"stop":1728738494931,"duration":1}},{"uid":"2fd93c273e6e1180","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2fd93c273e6e1180","status":"passed","time":{"start":1728683033626,"stop":1728683033626,"duration":0}},{"uid":"6c8ceef38cb8c5ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c8ceef38cb8c5ff","status":"passed","time":{"start":1728682601731,"stop":1728682601731,"duration":0}},{"uid":"718929b4cf14823e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/718929b4cf14823e","status":"passed","time":{"start":1728677107955,"stop":1728677107955,"duration":0}},{"uid":"8026ab8388a049ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8026ab8388a049ed","status":"passed","time":{"start":1728669764744,"stop":1728669764745,"duration":1}},{"uid":"db97a4829425b20c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/db97a4829425b20c","status":"passed","time":{"start":1728598157556,"stop":1728598157556,"duration":0}},{"uid":"427921831e92eff7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/427921831e92eff7","status":"passed","time":{"start":1728597369054,"stop":1728597369054,"duration":0}}]},"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2edb2fd26c6a4d10","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2edb2fd26c6a4d10","status":"passed","time":{"start":1729034096108,"stop":1729034096109,"duration":1}},{"uid":"239234cc1f6044f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/239234cc1f6044f","status":"passed","time":{"start":1729034020071,"stop":1729034020072,"duration":1}},{"uid":"80c0232bc8d8e740","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/80c0232bc8d8e740","status":"passed","time":{"start":1729033834360,"stop":1729033834360,"duration":0}},{"uid":"62b269c44d3f5cf1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/62b269c44d3f5cf1","status":"passed","time":{"start":1729031884087,"stop":1729031884088,"duration":1}},{"uid":"59a4b38bfda17c06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59a4b38bfda17c06","status":"passed","time":{"start":1728901430241,"stop":1728901430242,"duration":1}},{"uid":"1e46e6babc2944e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e46e6babc2944e","status":"passed","time":{"start":1728892860516,"stop":1728892860516,"duration":0}},{"uid":"f7948fea44f45cb6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f7948fea44f45cb6","status":"passed","time":{"start":1728855823306,"stop":1728855823307,"duration":1}},{"uid":"11f3ef0b5474489c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11f3ef0b5474489c","status":"passed","time":{"start":1728738040568,"stop":1728738040569,"duration":1}},{"uid":"bc066632d9a30cb6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc066632d9a30cb6","status":"passed","time":{"start":1728682574066,"stop":1728682574066,"duration":0}},{"uid":"e96562bce7fe308d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e96562bce7fe308d","status":"passed","time":{"start":1728682146793,"stop":1728682146793,"duration":0}},{"uid":"6275562759377a88","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6275562759377a88","status":"passed","time":{"start":1728676621403,"stop":1728676621403,"duration":0}},{"uid":"433736b428530dea","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/433736b428530dea","status":"passed","time":{"start":1728669344452,"stop":1728669344453,"duration":1}},{"uid":"bf5ba8e5e06f9372","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bf5ba8e5e06f9372","status":"passed","time":{"start":1728597685134,"stop":1728597685134,"duration":0}},{"uid":"e0b29fa879554656","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e0b29fa879554656","status":"passed","time":{"start":1728596904440,"stop":1728596904441,"duration":1}}]},"463ae48f1ffebfe05a881f0cfe403046:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b8956ce72f2ea93","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b8956ce72f2ea93","status":"passed","time":{"start":1729034317505,"stop":1729034317505,"duration":0}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9efe2540a0a2bd4d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9efe2540a0a2bd4d","status":"passed","time":{"start":1729034443495,"stop":1729034443495,"duration":0}},{"uid":"a2e769ee1fc1f542","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a2e769ee1fc1f542","status":"passed","time":{"start":1729034357697,"stop":1729034357697,"duration":0}},{"uid":"fb9665d82b7df79","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb9665d82b7df79","status":"passed","time":{"start":1729034177524,"stop":1729034177524,"duration":0}},{"uid":"a2473fc5036e2b3e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a2473fc5036e2b3e","status":"passed","time":{"start":1729032235299,"stop":1729032235299,"duration":0}},{"uid":"4f47d63aaad9a4ce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4f47d63aaad9a4ce","status":"passed","time":{"start":1728901958852,"stop":1728901958853,"duration":1}},{"uid":"baccd5c70fa26a5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/baccd5c70fa26a5a","status":"passed","time":{"start":1728893395072,"stop":1728893395073,"duration":1}},{"uid":"d9285137b6ef9845","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9285137b6ef9845","status":"passed","time":{"start":1728856355682,"stop":1728856355682,"duration":0}},{"uid":"751d0779126ecd32","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/751d0779126ecd32","status":"passed","time":{"start":1728738567467,"stop":1728738567467,"duration":0}},{"uid":"797ab9807c4936fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/797ab9807c4936fb","status":"passed","time":{"start":1728683110365,"stop":1728683110366,"duration":1}},{"uid":"dcb6730e27cd8f50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dcb6730e27cd8f50","status":"passed","time":{"start":1728682666062,"stop":1728682666063,"duration":1}},{"uid":"d02641dcaa3d8200","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d02641dcaa3d8200","status":"passed","time":{"start":1728677163568,"stop":1728677163569,"duration":1}},{"uid":"af9615c7181de6fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af9615c7181de6fb","status":"passed","time":{"start":1728669841247,"stop":1728669841247,"duration":0}},{"uid":"d0d7c709ab7e0451","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d0d7c709ab7e0451","status":"passed","time":{"start":1728598221883,"stop":1728598221884,"duration":1}},{"uid":"455b6bbe803881a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/455b6bbe803881a7","status":"passed","time":{"start":1728597434075,"stop":1728597434076,"duration":1}}]},"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bbb51bd3e7642131","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bbb51bd3e7642131","status":"passed","time":{"start":1729034468599,"stop":1729034468600,"duration":1}},{"uid":"5b3ad431d9168657","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5b3ad431d9168657","status":"passed","time":{"start":1729034383198,"stop":1729034383199,"duration":1}},{"uid":"3054b3ae4c34ff68","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3054b3ae4c34ff68","status":"passed","time":{"start":1729034203621,"stop":1729034203621,"duration":0}},{"uid":"41239c776ea58d3b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/41239c776ea58d3b","status":"passed","time":{"start":1729032256253,"stop":1729032256253,"duration":0}},{"uid":"ed9a76089a8a79d7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ed9a76089a8a79d7","status":"passed","time":{"start":1728902016653,"stop":1728902016654,"duration":1}},{"uid":"d8a46e4486703286","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d8a46e4486703286","status":"passed","time":{"start":1728893448585,"stop":1728893448586,"duration":1}},{"uid":"9306bc6d6d8e6c9b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9306bc6d6d8e6c9b","status":"passed","time":{"start":1728856401308,"stop":1728856401308,"duration":0}},{"uid":"23ef0af5ffe5ef6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23ef0af5ffe5ef6","status":"passed","time":{"start":1728738624654,"stop":1728738624654,"duration":0}},{"uid":"d5ea27ea5c2e4581","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d5ea27ea5c2e4581","status":"passed","time":{"start":1728683154298,"stop":1728683154299,"duration":1}},{"uid":"facae5352a6e1b10","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/facae5352a6e1b10","status":"passed","time":{"start":1728682726615,"stop":1728682726615,"duration":0}},{"uid":"cd51d6f0161242b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cd51d6f0161242b3","status":"passed","time":{"start":1728677221173,"stop":1728677221174,"duration":1}},{"uid":"f9b2b9b28c68e0f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f9b2b9b28c68e0f9","status":"passed","time":{"start":1728669902840,"stop":1728669902840,"duration":0}},{"uid":"7066f216f98b9b74","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7066f216f98b9b74","status":"passed","time":{"start":1728598275772,"stop":1728598275773,"duration":1}},{"uid":"c04a0bc15e25b28f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c04a0bc15e25b28f","status":"passed","time":{"start":1728597495945,"stop":1728597495945,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5fac20ee92908d3c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5fac20ee92908d3c","status":"passed","time":{"start":1729034474989,"stop":1729034474989,"duration":0}},{"uid":"9febdc11fe11520b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9febdc11fe11520b","status":"passed","time":{"start":1729034395291,"stop":1729034395292,"duration":1}},{"uid":"ff1f2f47634e75f8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff1f2f47634e75f8","status":"passed","time":{"start":1729034209101,"stop":1729034209101,"duration":0}},{"uid":"ce343e5439569fe6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ce343e5439569fe6","status":"passed","time":{"start":1729032264569,"stop":1729032264569,"duration":0}},{"uid":"b3b1d67047a0921","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b3b1d67047a0921","status":"passed","time":{"start":1728902012859,"stop":1728902012859,"duration":0}},{"uid":"d0cf8386697d3394","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d0cf8386697d3394","status":"passed","time":{"start":1728893454812,"stop":1728893454812,"duration":0}},{"uid":"b666d1fe8a4488e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b666d1fe8a4488e2","status":"passed","time":{"start":1728856408453,"stop":1728856408453,"duration":0}},{"uid":"e2efb4bfb345594","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e2efb4bfb345594","status":"passed","time":{"start":1728738633855,"stop":1728738633856,"duration":1}},{"uid":"b374fc6480d1ee76","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b374fc6480d1ee76","status":"passed","time":{"start":1728683159762,"stop":1728683159766,"duration":4}},{"uid":"134e8590ee16ea54","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/134e8590ee16ea54","status":"passed","time":{"start":1728682751331,"stop":1728682751331,"duration":0}},{"uid":"38ecf5626fb3b427","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38ecf5626fb3b427","status":"passed","time":{"start":1728677216359,"stop":1728677216360,"duration":1}},{"uid":"74debf0b233f279a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74debf0b233f279a","status":"passed","time":{"start":1728669925455,"stop":1728669925455,"duration":0}},{"uid":"efe30bb019fc0f20","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efe30bb019fc0f20","status":"passed","time":{"start":1728598268806,"stop":1728598268806,"duration":0}},{"uid":"334a3351f3b02eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/334a3351f3b02eaa","status":"passed","time":{"start":1728597503922,"stop":1728597503923,"duration":1}}]},"33b0eaa484533a75b9d5d32b41dcce04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61c512dd9fe788d8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/61c512dd9fe788d8","status":"passed","time":{"start":1729034402281,"stop":1729034402284,"duration":3}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"587632e7c444ddd8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/587632e7c444ddd8","status":"passed","time":{"start":1729034475277,"stop":1729034475277,"duration":0}},{"uid":"5bdd733a6f2c3b92","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5bdd733a6f2c3b92","status":"passed","time":{"start":1729034392404,"stop":1729034392404,"duration":0}},{"uid":"3e339eb245e48367","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3e339eb245e48367","status":"passed","time":{"start":1729034208295,"stop":1729034208295,"duration":0}},{"uid":"3b84329af47817c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3b84329af47817c0","status":"passed","time":{"start":1729032257076,"stop":1729032257077,"duration":1}},{"uid":"40a9f94992e9a18d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40a9f94992e9a18d","status":"passed","time":{"start":1728902024013,"stop":1728902024013,"duration":0}},{"uid":"a5250d56e3293ef0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a5250d56e3293ef0","status":"passed","time":{"start":1728893455130,"stop":1728893455130,"duration":0}},{"uid":"c1317abe6985b55d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c1317abe6985b55d","status":"passed","time":{"start":1728856404967,"stop":1728856404967,"duration":0}},{"uid":"c58315119643cd14","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c58315119643cd14","status":"passed","time":{"start":1728738634670,"stop":1728738634670,"duration":0}},{"uid":"110357b94b2b84e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/110357b94b2b84e6","status":"passed","time":{"start":1728683163621,"stop":1728683163621,"duration":0}},{"uid":"40138b8309dcf6c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/40138b8309dcf6c","status":"passed","time":{"start":1728682737543,"stop":1728682737543,"duration":0}},{"uid":"f020eed60103dc2d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f020eed60103dc2d","status":"passed","time":{"start":1728677222568,"stop":1728677222568,"duration":0}},{"uid":"10314b2a2477f77a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/10314b2a2477f77a","status":"passed","time":{"start":1728669905045,"stop":1728669905045,"duration":0}},{"uid":"70d17672e697b0ae","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70d17672e697b0ae","status":"passed","time":{"start":1728598284367,"stop":1728598284367,"duration":0}},{"uid":"f44ac9a732bda57a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f44ac9a732bda57a","status":"passed","time":{"start":1728597506831,"stop":1728597506831,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1a533dd679ea8f92","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1a533dd679ea8f92","status":"passed","time":{"start":1729034104154,"stop":1729034104165,"duration":11}},{"uid":"75d9d8276a0c7d73","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/75d9d8276a0c7d73","status":"passed","time":{"start":1729034027735,"stop":1729034027736,"duration":1}},{"uid":"dc2800ea6245855b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dc2800ea6245855b","status":"passed","time":{"start":1729033842339,"stop":1729033842340,"duration":1}},{"uid":"5551f17ee71a7499","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5551f17ee71a7499","status":"passed","time":{"start":1729031892042,"stop":1729031892043,"duration":1}},{"uid":"818272f9abf52fa6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/818272f9abf52fa6","status":"passed","time":{"start":1728901438023,"stop":1728901438024,"duration":1}},{"uid":"b60170d73ee98be2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b60170d73ee98be2","status":"passed","time":{"start":1728892868229,"stop":1728892868229,"duration":0}},{"uid":"ceac6fd7d40913c5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ceac6fd7d40913c5","status":"passed","time":{"start":1728855831076,"stop":1728855831076,"duration":0}},{"uid":"96ffeea527f596e9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/96ffeea527f596e9","status":"passed","time":{"start":1728738048435,"stop":1728738048436,"duration":1}},{"uid":"e50de4bf657dcc95","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e50de4bf657dcc95","status":"passed","time":{"start":1728682581837,"stop":1728682581838,"duration":1}},{"uid":"30657f6e3073b77d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/30657f6e3073b77d","status":"passed","time":{"start":1728682154704,"stop":1728682154704,"duration":0}},{"uid":"a62423958d5cfb88","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a62423958d5cfb88","status":"passed","time":{"start":1728676629293,"stop":1728676629293,"duration":0}},{"uid":"39562669ea48fe4f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39562669ea48fe4f","status":"passed","time":{"start":1728669352207,"stop":1728669352207,"duration":0}},{"uid":"6797414ce8322379","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6797414ce8322379","status":"passed","time":{"start":1728597693010,"stop":1728597693011,"duration":1}},{"uid":"42a2f0c0c8095bb6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42a2f0c0c8095bb6","status":"passed","time":{"start":1728596912511,"stop":1728596912512,"duration":1}}]},"4a3601576f4bff4fc8218fc3126857a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e13f6b3906567308","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e13f6b3906567308","status":"passed","time":{"start":1728856263074,"stop":1728856263077,"duration":3}}]},"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8a254588714da533","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a254588714da533","status":"passed","time":{"start":1729034096135,"stop":1729034096135,"duration":0}},{"uid":"d8288aa3d35975f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d8288aa3d35975f","status":"passed","time":{"start":1729034020092,"stop":1729034020092,"duration":0}},{"uid":"1dabfc48d9851cee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1dabfc48d9851cee","status":"passed","time":{"start":1729033834388,"stop":1729033834388,"duration":0}},{"uid":"e69105bcfbe3b421","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e69105bcfbe3b421","status":"passed","time":{"start":1729031884121,"stop":1729031884122,"duration":1}},{"uid":"366c528f0b359a05","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/366c528f0b359a05","status":"passed","time":{"start":1728901430256,"stop":1728901430256,"duration":0}},{"uid":"8b86ee7d0dfa20bb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8b86ee7d0dfa20bb","status":"passed","time":{"start":1728892860534,"stop":1728892860534,"duration":0}},{"uid":"abe68a6def36a3ae","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/abe68a6def36a3ae","status":"passed","time":{"start":1728855823324,"stop":1728855823324,"duration":0}},{"uid":"798cda51c55ed326","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/798cda51c55ed326","status":"passed","time":{"start":1728738040604,"stop":1728738040604,"duration":0}},{"uid":"2a4b42bff62fc08e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2a4b42bff62fc08e","status":"passed","time":{"start":1728682574095,"stop":1728682574095,"duration":0}},{"uid":"d1cccad0586d2f61","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d1cccad0586d2f61","status":"passed","time":{"start":1728682146819,"stop":1728682146820,"duration":1}},{"uid":"7ec8a1185a03c72f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7ec8a1185a03c72f","status":"passed","time":{"start":1728676621434,"stop":1728676621434,"duration":0}},{"uid":"4baaf8f1e472f452","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4baaf8f1e472f452","status":"passed","time":{"start":1728669344469,"stop":1728669344470,"duration":1}},{"uid":"13a22060a38c6549","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/13a22060a38c6549","status":"passed","time":{"start":1728597685163,"stop":1728597685163,"duration":0}},{"uid":"43ee470a44d02d97","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/43ee470a44d02d97","status":"passed","time":{"start":1728596904470,"stop":1728596904470,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"495c5c3ce604166b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/495c5c3ce604166b","status":"passed","time":{"start":1729034470061,"stop":1729034470061,"duration":0}},{"uid":"49cc5f14ab701308","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/49cc5f14ab701308","status":"passed","time":{"start":1729034388868,"stop":1729034388869,"duration":1}},{"uid":"261bc53f91ccb13","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/261bc53f91ccb13","status":"passed","time":{"start":1729034213018,"stop":1729034213019,"duration":1}},{"uid":"ee28d292ffadbe60","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ee28d292ffadbe60","status":"passed","time":{"start":1729032269102,"stop":1729032269102,"duration":0}},{"uid":"88aae2f012c29d8d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/88aae2f012c29d8d","status":"passed","time":{"start":1728902000841,"stop":1728902000842,"duration":1}},{"uid":"7d576c5159506dfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7d576c5159506dfd","status":"passed","time":{"start":1728893442594,"stop":1728893442595,"duration":1}},{"uid":"8f54971c2c170322","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f54971c2c170322","status":"passed","time":{"start":1728856386639,"stop":1728856386640,"duration":1}},{"uid":"216546e903638054","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/216546e903638054","status":"passed","time":{"start":1728738608586,"stop":1728738608586,"duration":0}},{"uid":"ef9c38463e61a741","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ef9c38463e61a741","status":"passed","time":{"start":1728683148169,"stop":1728683148172,"duration":3}},{"uid":"5aa4c2aa937f77ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5aa4c2aa937f77ea","status":"passed","time":{"start":1728682709056,"stop":1728682709057,"duration":1}},{"uid":"c8fa15ea60d80c5b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c8fa15ea60d80c5b","status":"passed","time":{"start":1728677206655,"stop":1728677206655,"duration":0}},{"uid":"511b68b1be4f6549","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/511b68b1be4f6549","status":"passed","time":{"start":1728669888549,"stop":1728669888549,"duration":0}},{"uid":"1889a17e3d2354b8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1889a17e3d2354b8","status":"passed","time":{"start":1728598268130,"stop":1728598268131,"duration":1}},{"uid":"f9bff31ceea90dc6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f9bff31ceea90dc6","status":"passed","time":{"start":1728597478032,"stop":1728597478033,"duration":1}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"202c077ea1f9aee5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/202c077ea1f9aee5","status":"passed","time":{"start":1729034452183,"stop":1729034452183,"duration":0}},{"uid":"6bcc248611534c45","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6bcc248611534c45","status":"passed","time":{"start":1729034373079,"stop":1729034373079,"duration":0}},{"uid":"6095a844312138d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6095a844312138d6","status":"passed","time":{"start":1729034188117,"stop":1729034188117,"duration":0}},{"uid":"3c4d462a76434bed","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c4d462a76434bed","status":"passed","time":{"start":1729032231863,"stop":1729032231863,"duration":0}},{"uid":"191f0b4372216e06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/191f0b4372216e06","status":"passed","time":{"start":1728901989565,"stop":1728901989565,"duration":0}},{"uid":"10d49399f856d237","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/10d49399f856d237","status":"passed","time":{"start":1728893424898,"stop":1728893424898,"duration":0}},{"uid":"4900507812796526","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4900507812796526","status":"passed","time":{"start":1728856376683,"stop":1728856376683,"duration":0}},{"uid":"ef2e56d0ee5a62d1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ef2e56d0ee5a62d1","status":"passed","time":{"start":1728738593959,"stop":1728738593960,"duration":1}},{"uid":"5066feb32fbad7fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5066feb32fbad7fb","status":"passed","time":{"start":1728683135336,"stop":1728683135337,"duration":1}},{"uid":"9f8b0ff5a5b1708f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9f8b0ff5a5b1708f","status":"passed","time":{"start":1728682692588,"stop":1728682692589,"duration":1}},{"uid":"be87e139dcb6180e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/be87e139dcb6180e","status":"passed","time":{"start":1728677194228,"stop":1728677194228,"duration":0}},{"uid":"13449f609a322998","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/13449f609a322998","status":"passed","time":{"start":1728669874423,"stop":1728669874423,"duration":0}},{"uid":"e40472829a449960","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e40472829a449960","status":"passed","time":{"start":1728598257460,"stop":1728598257461,"duration":1}},{"uid":"282ce0698b8fb3e2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/282ce0698b8fb3e2","status":"passed","time":{"start":1728597471283,"stop":1728597471283,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"89aba783edd58b09","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89aba783edd58b09","status":"passed","time":{"start":1729034120502,"stop":1729034120502,"duration":0}},{"uid":"c2401e130914b758","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2401e130914b758","status":"passed","time":{"start":1729033858272,"stop":1729033858273,"duration":1}},{"uid":"94df13deafe132cb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/94df13deafe132cb","status":"passed","time":{"start":1729031908178,"stop":1729031908178,"duration":0}},{"uid":"6751533f0d2822d9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6751533f0d2822d9","status":"passed","time":{"start":1728901453935,"stop":1728901453935,"duration":0}},{"uid":"4b7d82c79947625c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4b7d82c79947625c","status":"passed","time":{"start":1728892884411,"stop":1728892884412,"duration":1}},{"uid":"985fd48d47ffa0ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/985fd48d47ffa0ca","status":"passed","time":{"start":1728855846880,"stop":1728855846880,"duration":0}},{"uid":"62c34e9160ddc728","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/62c34e9160ddc728","status":"passed","time":{"start":1728738064184,"stop":1728738064184,"duration":0}},{"uid":"89842d165731a5d7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/89842d165731a5d7","status":"passed","time":{"start":1728682597762,"stop":1728682597763,"duration":1}},{"uid":"6daf527daeeeae59","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6daf527daeeeae59","status":"passed","time":{"start":1728682170541,"stop":1728682170541,"duration":0}},{"uid":"b37c47bad40c9c98","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b37c47bad40c9c98","status":"passed","time":{"start":1728676645201,"stop":1728676645201,"duration":0}},{"uid":"522e27ab2f97707b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/522e27ab2f97707b","status":"passed","time":{"start":1728669368196,"stop":1728669368196,"duration":0}},{"uid":"86a01cb67064d31c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/86a01cb67064d31c","status":"passed","time":{"start":1728597709013,"stop":1728597709013,"duration":0}},{"uid":"e2057790f51587a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e2057790f51587a7","status":"passed","time":{"start":1728596928107,"stop":1728596928108,"duration":1}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"fbe5a50162a41507","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fbe5a50162a41507","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034120503,"stop":1729034120503,"duration":0}},{"uid":"b6869e290b8f8d23","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6869e290b8f8d23","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033858274,"stop":1729033858274,"duration":0}},{"uid":"ea351abde7b7b7d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ea351abde7b7b7d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031908179,"stop":1729031908179,"duration":0}},{"uid":"198eaf233d4d2a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/198eaf233d4d2a6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901453936,"stop":1728901453936,"duration":0}},{"uid":"b61432b0eec030eb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b61432b0eec030eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892884412,"stop":1728892884413,"duration":1}},{"uid":"a06cd126fe1efa06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a06cd126fe1efa06","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855846881,"stop":1728855846881,"duration":0}},{"uid":"f9ca30715d0a5c6b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f9ca30715d0a5c6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738064185,"stop":1728738064185,"duration":0}},{"uid":"78aee8dd9a5b37ff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/78aee8dd9a5b37ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682597764,"stop":1728682597764,"duration":0}},{"uid":"15f7a7fed72e0228","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/15f7a7fed72e0228","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682170542,"stop":1728682170542,"duration":0}},{"uid":"80d8be015dcf024a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/80d8be015dcf024a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676645202,"stop":1728676645203,"duration":1}},{"uid":"1ed4214a5b944751","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1ed4214a5b944751","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669368197,"stop":1728669368197,"duration":0}},{"uid":"a5d88917477b72c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a5d88917477b72c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597709014,"stop":1728597709014,"duration":0}},{"uid":"aacf71c5aad37b62","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/aacf71c5aad37b62","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596928108,"stop":1728596928109,"duration":1}}]},"41779e903ab25562a7ad15e62d6d48ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2b829862560e811","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e2b829862560e811","status":"passed","time":{"start":1729034428558,"stop":1729034428558,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"91901ac391f48f09","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/91901ac391f48f09","status":"passed","time":{"start":1729034240907,"stop":1729034240907,"duration":0}},{"uid":"1e5ad13676f6fa39","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1e5ad13676f6fa39","status":"passed","time":{"start":1729034159609,"stop":1729034159610,"duration":1}},{"uid":"cf7855c67c532be8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cf7855c67c532be8","status":"passed","time":{"start":1729033976777,"stop":1729033976778,"duration":1}},{"uid":"46da2b9706cf80ca","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/46da2b9706cf80ca","status":"passed","time":{"start":1729032020507,"stop":1729032020508,"duration":1}},{"uid":"18d270b4420a98bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/18d270b4420a98bf","status":"passed","time":{"start":1728901616424,"stop":1728901616425,"duration":1}},{"uid":"2fdbd1e58874951","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2fdbd1e58874951","status":"passed","time":{"start":1728893050239,"stop":1728893050239,"duration":0}},{"uid":"4b32a9e0d1051b8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4b32a9e0d1051b8","status":"passed","time":{"start":1728856015166,"stop":1728856015166,"duration":0}},{"uid":"13585c0a2a7946a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/13585c0a2a7946a2","status":"passed","time":{"start":1728738233129,"stop":1728738233131,"duration":2}},{"uid":"4a8b83950b48abee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4a8b83950b48abee","status":"passed","time":{"start":1728682762462,"stop":1728682762462,"duration":0}},{"uid":"7cc748cce4523e5f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7cc748cce4523e5f","status":"passed","time":{"start":1728682332781,"stop":1728682332781,"duration":0}},{"uid":"dbcd06561fb10c53","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dbcd06561fb10c53","status":"passed","time":{"start":1728676810285,"stop":1728676810285,"duration":0}},{"uid":"a77b50f98ed2f41b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a77b50f98ed2f41b","status":"passed","time":{"start":1728669529888,"stop":1728669529888,"duration":0}},{"uid":"332bdf1f517641f0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/332bdf1f517641f0","status":"passed","time":{"start":1728597873527,"stop":1728597873527,"duration":0}},{"uid":"aa7bf88e43fd457","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/aa7bf88e43fd457","status":"passed","time":{"start":1728597089268,"stop":1728597089268,"duration":0}}]},"608aad3811c900692e069537e22e4721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9520941322e43c86","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9520941322e43c86","status":"passed","time":{"start":1728893329037,"stop":1728893329037,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"647eba326c4501b5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/647eba326c4501b5","status":"passed","time":{"start":1729034474997,"stop":1729034474997,"duration":0}},{"uid":"70a9c47a48db24e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/70a9c47a48db24e9","status":"passed","time":{"start":1729034395297,"stop":1729034395297,"duration":0}},{"uid":"2bb240d3c946a1f7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2bb240d3c946a1f7","status":"passed","time":{"start":1729034209110,"stop":1729034209111,"duration":1}},{"uid":"dcf9b01f0600ab64","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dcf9b01f0600ab64","status":"passed","time":{"start":1729032264579,"stop":1729032264579,"duration":0}},{"uid":"c368b9ad1d62d725","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c368b9ad1d62d725","status":"passed","time":{"start":1728902012870,"stop":1728902012870,"duration":0}},{"uid":"f404347b035b04f1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f404347b035b04f1","status":"passed","time":{"start":1728893454820,"stop":1728893454821,"duration":1}},{"uid":"88b5819e0d1e735","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/88b5819e0d1e735","status":"passed","time":{"start":1728856408463,"stop":1728856408463,"duration":0}},{"uid":"8b641bbb39c0bd3f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8b641bbb39c0bd3f","status":"passed","time":{"start":1728738633864,"stop":1728738633864,"duration":0}},{"uid":"dcfcc8f3ed0637","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dcfcc8f3ed0637","status":"passed","time":{"start":1728683159802,"stop":1728683159803,"duration":1}},{"uid":"aa0e0762dbf65c15","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa0e0762dbf65c15","status":"passed","time":{"start":1728682751339,"stop":1728682751339,"duration":0}},{"uid":"1078e63d462bfbc9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1078e63d462bfbc9","status":"passed","time":{"start":1728677216373,"stop":1728677216373,"duration":0}},{"uid":"1c07cce1b1438d36","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1c07cce1b1438d36","status":"passed","time":{"start":1728669925460,"stop":1728669925461,"duration":1}},{"uid":"42007306caf8689","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/42007306caf8689","status":"passed","time":{"start":1728598268816,"stop":1728598268816,"duration":0}},{"uid":"e334141119a63b1f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e334141119a63b1f","status":"passed","time":{"start":1728597503944,"stop":1728597503944,"duration":0}}]},"8c2ebee35228783c841808ec7cb2ce93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5366d118ada4a64b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5366d118ada4a64b","status":"passed","time":{"start":1728597434077,"stop":1728597434078,"duration":1}}]},"cd945cb757b92cbdedc4f79d70a85814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c504c8ec80220a69","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c504c8ec80220a69","status":"passed","time":{"start":1728682381285,"stop":1728682381285,"duration":0}}]},"2cdeb2f381cef25b811fefd3775d740b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61bd76ede1ecca97","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/61bd76ede1ecca97","status":"passed","time":{"start":1729034443509,"stop":1729034443509,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4cbd804a726e2a0f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4cbd804a726e2a0f","status":"passed","time":{"start":1729034163591,"stop":1729034163592,"duration":1}},{"uid":"4516b5020b1ab897","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4516b5020b1ab897","status":"passed","time":{"start":1729034085355,"stop":1729034085356,"duration":1}},{"uid":"4392f2ed8b39a49d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4392f2ed8b39a49d","status":"passed","time":{"start":1729033899382,"stop":1729033899383,"duration":1}},{"uid":"10f6a686cc61c48","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/10f6a686cc61c48","status":"passed","time":{"start":1729031949745,"stop":1729031949748,"duration":3}},{"uid":"45641b7374b2b976","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/45641b7374b2b976","status":"passed","time":{"start":1728901497248,"stop":1728901497249,"duration":1}},{"uid":"cdd2b7aaf2e3706f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cdd2b7aaf2e3706f","status":"passed","time":{"start":1728892931614,"stop":1728892931615,"duration":1}},{"uid":"c02c8622538029f0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c02c8622538029f0","status":"passed","time":{"start":1728855891084,"stop":1728855891085,"duration":1}},{"uid":"d70aefe4fe53eb04","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d70aefe4fe53eb04","status":"passed","time":{"start":1728738108304,"stop":1728738108305,"duration":1}},{"uid":"257c9725d2cf8a82","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/257c9725d2cf8a82","status":"passed","time":{"start":1728682642731,"stop":1728682642731,"duration":0}},{"uid":"cac7d9d6327731ab","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cac7d9d6327731ab","status":"passed","time":{"start":1728682214716,"stop":1728682214717,"duration":1}},{"uid":"96d5fcc099373fdf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/96d5fcc099373fdf","status":"passed","time":{"start":1728676692176,"stop":1728676692178,"duration":2}},{"uid":"a5957da733b5aa7c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a5957da733b5aa7c","status":"passed","time":{"start":1728669416672,"stop":1728669416672,"duration":0}},{"uid":"464bf571077a8a23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/464bf571077a8a23","status":"passed","time":{"start":1728597754024,"stop":1728597754024,"duration":0}},{"uid":"f88e5dfa78efef7c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f88e5dfa78efef7c","status":"passed","time":{"start":1728596972640,"stop":1728596972641,"duration":1}}]},"9443fdbefccaf41c7520c31e9bc23de4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40cfbff0ecc58dac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/40cfbff0ecc58dac","status":"passed","time":{"start":1728677156815,"stop":1728677156816,"duration":1}}]},"e32709c38045de376471c99b313bc86f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8030b3609083d784","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8030b3609083d784","status":"passed","time":{"start":1728677103495,"stop":1728677103495,"duration":0}}]},"1939f3c31ab4a50d0a89a88e1d6e0a06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c158aafd59dfaad5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c158aafd59dfaad5","status":"passed","time":{"start":1728893395081,"stop":1728893395081,"duration":0}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ab5b10d0d783a591","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ab5b10d0d783a591","status":"passed","time":{"start":1729034475271,"stop":1729034475272,"duration":1}},{"uid":"3e5793538342b2c1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3e5793538342b2c1","status":"passed","time":{"start":1729034392402,"stop":1729034392403,"duration":1}},{"uid":"7b657d1f2ed19eab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b657d1f2ed19eab","status":"passed","time":{"start":1729034208294,"stop":1729034208294,"duration":0}},{"uid":"3d39d4b02496210d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3d39d4b02496210d","status":"passed","time":{"start":1729032257066,"stop":1729032257066,"duration":0}},{"uid":"8e4005159a9565c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e4005159a9565c","status":"passed","time":{"start":1728902024012,"stop":1728902024012,"duration":0}},{"uid":"211fea8ea929ff73","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/211fea8ea929ff73","status":"passed","time":{"start":1728893455129,"stop":1728893455129,"duration":0}},{"uid":"31c4f02192c8eac0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/31c4f02192c8eac0","status":"passed","time":{"start":1728856404962,"stop":1728856404966,"duration":4}},{"uid":"4fc49df16b4d3d46","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4fc49df16b4d3d46","status":"passed","time":{"start":1728738634668,"stop":1728738634668,"duration":0}},{"uid":"4287d0daad56e694","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4287d0daad56e694","status":"passed","time":{"start":1728683163620,"stop":1728683163620,"duration":0}},{"uid":"381074811ab37386","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/381074811ab37386","status":"passed","time":{"start":1728682737540,"stop":1728682737541,"duration":1}},{"uid":"e8c0b1a4b855acf6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8c0b1a4b855acf6","status":"passed","time":{"start":1728677222567,"stop":1728677222567,"duration":0}},{"uid":"8a8c5a9b3a36b2e9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8a8c5a9b3a36b2e9","status":"passed","time":{"start":1728669905038,"stop":1728669905041,"duration":3}},{"uid":"9815d9d19f91725a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9815d9d19f91725a","status":"passed","time":{"start":1728598284365,"stop":1728598284366,"duration":1}},{"uid":"e111774029d11cf8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e111774029d11cf8","status":"passed","time":{"start":1728597506830,"stop":1728597506830,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b2840595b89c920a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b2840595b89c920a","status":"passed","time":{"start":1729034411423,"stop":1729034411424,"duration":1}},{"uid":"12fc80e9d113165","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/12fc80e9d113165","status":"passed","time":{"start":1729034327403,"stop":1729034327404,"duration":1}},{"uid":"1ded228d114cc53b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ded228d114cc53b","status":"passed","time":{"start":1729034147774,"stop":1729034147774,"duration":0}},{"uid":"26bac947750ef726","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/26bac947750ef726","status":"passed","time":{"start":1729032204828,"stop":1729032204828,"duration":0}},{"uid":"723c1512a4eeb316","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/723c1512a4eeb316","status":"passed","time":{"start":1728901907701,"stop":1728901907701,"duration":0}},{"uid":"b92e4c337fe3df7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b92e4c337fe3df7c","status":"passed","time":{"start":1728893341888,"stop":1728893341889,"duration":1}},{"uid":"f73baedefbef9a2e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f73baedefbef9a2e","status":"passed","time":{"start":1728856299371,"stop":1728856299371,"duration":0}},{"uid":"31e7223290f785f4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/31e7223290f785f4","status":"passed","time":{"start":1728738511617,"stop":1728738511618,"duration":1}},{"uid":"98b1a9793ee6b655","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/98b1a9793ee6b655","status":"passed","time":{"start":1728683052911,"stop":1728683052911,"duration":0}},{"uid":"92d11d985f6d896b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/92d11d985f6d896b","status":"passed","time":{"start":1728682612911,"stop":1728682612911,"duration":0}},{"uid":"77c55e8cb07df8c9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/77c55e8cb07df8c9","status":"passed","time":{"start":1728677115746,"stop":1728677115747,"duration":1}},{"uid":"ed43669b1d9a262b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed43669b1d9a262b","status":"passed","time":{"start":1728669778175,"stop":1728669778175,"duration":0}},{"uid":"1458058383bceda8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1458058383bceda8","status":"passed","time":{"start":1728598175433,"stop":1728598175433,"duration":0}},{"uid":"1e4f8a365a258eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1e4f8a365a258eaa","status":"passed","time":{"start":1728597380061,"stop":1728597380061,"duration":0}}]},"099c6e7b5f7486a3865256d674cef0e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11bdc047ce3ac172","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/11bdc047ce3ac172","status":"passed","time":{"start":1729034177534,"stop":1729034177534,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f8f46158b5a7524","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f8f46158b5a7524","status":"passed","time":{"start":1729034119308,"stop":1729034119308,"duration":0}},{"uid":"cc009a12a1f848ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc009a12a1f848ca","status":"passed","time":{"start":1729033933482,"stop":1729033933482,"duration":0}},{"uid":"5fa0a65ef258fe79","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fa0a65ef258fe79","status":"passed","time":{"start":1729031982935,"stop":1729031982935,"duration":0}},{"uid":"5ea84d1e82d72209","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5ea84d1e82d72209","status":"passed","time":{"start":1728901527861,"stop":1728901527862,"duration":1}},{"uid":"2fd8daae0f5ee183","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2fd8daae0f5ee183","status":"passed","time":{"start":1728892960142,"stop":1728892960142,"duration":0}},{"uid":"8e65187e128fced3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8e65187e128fced3","status":"passed","time":{"start":1728855921716,"stop":1728855921716,"duration":0}},{"uid":"8e95dc59b82f8c9d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8e95dc59b82f8c9d","status":"passed","time":{"start":1728738138434,"stop":1728738138434,"duration":0}},{"uid":"17d9056d830f175e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/17d9056d830f175e","status":"passed","time":{"start":1728682672254,"stop":1728682672255,"duration":1}},{"uid":"876fa15dd1e5b035","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/876fa15dd1e5b035","status":"passed","time":{"start":1728682245077,"stop":1728682245077,"duration":0}},{"uid":"68461b2b4b9584bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/68461b2b4b9584bc","status":"passed","time":{"start":1728676721301,"stop":1728676721302,"duration":1}},{"uid":"97a800850908c478","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97a800850908c478","status":"passed","time":{"start":1728669444565,"stop":1728669444566,"duration":1}},{"uid":"7c3b004c84243a7f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c3b004c84243a7f","status":"passed","time":{"start":1728597784077,"stop":1728597784078,"duration":1}},{"uid":"c4a1b78f8f7c953f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c4a1b78f8f7c953f","status":"passed","time":{"start":1728597001552,"stop":1728597001552,"duration":0}}]},"577ca2ea18faf377a78195e0f0aa143c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":10,"unknown":0,"total":13},"items":[{"uid":"923589b1fca984b0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/923589b1fca984b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241155,"stop":1729034241157,"duration":2}},{"uid":"6813ccfa0b6b43db","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6813ccfa0b6b43db","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159972,"stop":1729034159972,"duration":0}},{"uid":"8b7188cb770d7c92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b7188cb770d7c92","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977063,"stop":1729033977063,"duration":0}},{"uid":"4f3a7514acda180","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f3a7514acda180","status":"passed","time":{"start":1729032093781,"stop":1729032093782,"duration":1}},{"uid":"8bf437b212ad355d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8bf437b212ad355d","status":"passed","time":{"start":1728901748772,"stop":1728901748772,"duration":0}},{"uid":"7e02634a640edac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7e02634a640edac","status":"passed","time":{"start":1728893181084,"stop":1728893181084,"duration":0}},{"uid":"3c2473c8093f2e9b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c2473c8093f2e9b","status":"passed","time":{"start":1728856155550,"stop":1728856155550,"duration":0}},{"uid":"746f210e6ad58989","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/746f210e6ad58989","status":"passed","time":{"start":1728738360283,"stop":1728738360284,"duration":1}},{"uid":"a5a9bda857b98a95","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a5a9bda857b98a95","status":"passed","time":{"start":1728682907221,"stop":1728682907221,"duration":0}},{"uid":"5478d1dbded71ea9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5478d1dbded71ea9","status":"passed","time":{"start":1728682466730,"stop":1728682466731,"duration":1}},{"uid":"cb812853deb16796","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cb812853deb16796","status":"passed","time":{"start":1728676955720,"stop":1728676955721,"duration":1}},{"uid":"538b570cd826eca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/538b570cd826eca","status":"passed","time":{"start":1728598013533,"stop":1728598013533,"duration":0}},{"uid":"47c8529098b5babd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47c8529098b5babd","status":"passed","time":{"start":1728597225198,"stop":1728597225198,"duration":0}}]},"00e65cff4ceb604a8dd090eded0afb3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98b3a87e7dc729c8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/98b3a87e7dc729c8","status":"passed","time":{"start":1728738567467,"stop":1728738567467,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fdca1f8cfa33b4e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fdca1f8cfa33b4e8","status":"passed","time":{"start":1729034245521,"stop":1729034245522,"duration":1}},{"uid":"3f630ff3c83cd572","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f630ff3c83cd572","status":"passed","time":{"start":1729034063495,"stop":1729034063495,"duration":0}},{"uid":"e8698b1a10dea0aa","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8698b1a10dea0aa","status":"passed","time":{"start":1729032122636,"stop":1729032122636,"duration":0}},{"uid":"fd7b48c42f14ecfb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd7b48c42f14ecfb","status":"passed","time":{"start":1728901785627,"stop":1728901785631,"duration":4}},{"uid":"9ac6ff99b15c2cef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9ac6ff99b15c2cef","status":"passed","time":{"start":1728893218774,"stop":1728893218774,"duration":0}},{"uid":"46f2da394b08660b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46f2da394b08660b","status":"passed","time":{"start":1728856192660,"stop":1728856192660,"duration":0}},{"uid":"cd774ac4410170c8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cd774ac4410170c8","status":"passed","time":{"start":1728738398087,"stop":1728738398087,"duration":0}},{"uid":"660c73e4c8079f17","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/660c73e4c8079f17","status":"passed","time":{"start":1728682944506,"stop":1728682944508,"duration":2}},{"uid":"820650463fb4cb46","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/820650463fb4cb46","status":"passed","time":{"start":1728682507861,"stop":1728682507862,"duration":1}},{"uid":"90fe87fc56b15766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/90fe87fc56b15766","status":"passed","time":{"start":1728676995527,"stop":1728676995528,"duration":1}},{"uid":"d855a99697281a40","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d855a99697281a40","status":"passed","time":{"start":1728669665536,"stop":1728669665536,"duration":0}},{"uid":"12e4b335c2f6252f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/12e4b335c2f6252f","status":"passed","time":{"start":1728598056480,"stop":1728598056480,"duration":0}},{"uid":"1ea8eabd32a66f89","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ea8eabd32a66f89","status":"passed","time":{"start":1728597264029,"stop":1728597264029,"duration":0}}]},"df5a459dc18250b3885b203ab85ba496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6cf1395509160767","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6cf1395509160767","status":"passed","time":{"start":1729032178381,"stop":1729032178382,"duration":1}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1300dbfeeacd63ab","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1300dbfeeacd63ab","status":"passed","time":{"start":1729034402260,"stop":1729034402260,"duration":0}},{"uid":"2bb9026dbf24aa86","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2bb9026dbf24aa86","status":"passed","time":{"start":1729034323283,"stop":1729034323283,"duration":0}},{"uid":"c7447c5b8802ac86","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7447c5b8802ac86","status":"passed","time":{"start":1729034144761,"stop":1729034144761,"duration":0}},{"uid":"7a0583cdb312a8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a0583cdb312a8c","status":"passed","time":{"start":1729032198811,"stop":1729032198812,"duration":1}},{"uid":"effb4e4e3bddc0f9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/effb4e4e3bddc0f9","status":"passed","time":{"start":1728901901752,"stop":1728901901753,"duration":1}},{"uid":"42b148b2b9705084","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/42b148b2b9705084","status":"passed","time":{"start":1728893337237,"stop":1728893337237,"duration":0}},{"uid":"4719fe510763733f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4719fe510763733f","status":"passed","time":{"start":1728856299185,"stop":1728856299185,"duration":0}},{"uid":"171f69740d686092","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/171f69740d686092","status":"passed","time":{"start":1728738505371,"stop":1728738505371,"duration":0}},{"uid":"268ef498b5d0b57e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/268ef498b5d0b57e","status":"passed","time":{"start":1728683045439,"stop":1728683045439,"duration":0}},{"uid":"4d5d5bfb1e5b3a78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4d5d5bfb1e5b3a78","status":"passed","time":{"start":1728682607282,"stop":1728682607283,"duration":1}},{"uid":"6e9eb7b614af2aec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6e9eb7b614af2aec","status":"passed","time":{"start":1728677103488,"stop":1728677103489,"duration":1}},{"uid":"2610603b9f3a2f61","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2610603b9f3a2f61","status":"passed","time":{"start":1728669777112,"stop":1728669777112,"duration":0}},{"uid":"e80285930093665a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e80285930093665a","status":"passed","time":{"start":1728598163462,"stop":1728598163462,"duration":0}},{"uid":"4d2bb3bdb5405f72","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4d2bb3bdb5405f72","status":"passed","time":{"start":1728597375458,"stop":1728597375459,"duration":1}}]},"4f8638119bf6a7653437eddab6db55e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81d2799654167770","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/81d2799654167770","status":"passed","time":{"start":1728677184695,"stop":1728677184696,"duration":1}}]},"c5bbd057f2b356cb3fb82f6901ca0cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5466361abe44e089","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5466361abe44e089","status":"passed","time":{"start":1729034357706,"stop":1729034357707,"duration":1}}]},"d59239ece4fc7a71ecedc4e18d7daef1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c606504182c23f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4c606504182c23f5","status":"passed","time":{"start":1728738505383,"stop":1728738505384,"duration":1}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3a5c19ea1526b4f2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3a5c19ea1526b4f2","status":"passed","time":{"start":1729034104907,"stop":1729034104907,"duration":0}},{"uid":"b87ce8455291f8cd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b87ce8455291f8cd","status":"passed","time":{"start":1729034028504,"stop":1729034028505,"duration":1}},{"uid":"dace930220d137e6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dace930220d137e6","status":"passed","time":{"start":1729033843113,"stop":1729033843113,"duration":0}},{"uid":"57a7cc96d98318f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/57a7cc96d98318f1","status":"passed","time":{"start":1729031892672,"stop":1729031892672,"duration":0}},{"uid":"5e3929fe3965bf5c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5e3929fe3965bf5c","status":"passed","time":{"start":1728901438803,"stop":1728901438803,"duration":0}},{"uid":"c4258e4c8d020d4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c4258e4c8d020d4f","status":"passed","time":{"start":1728892868995,"stop":1728892868995,"duration":0}},{"uid":"5f24f255917ebae","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5f24f255917ebae","status":"passed","time":{"start":1728855831888,"stop":1728855831888,"duration":0}},{"uid":"4cc662ce6f4b0a20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4cc662ce6f4b0a20","status":"passed","time":{"start":1728738049035,"stop":1728738049035,"duration":0}},{"uid":"200f16655641e9eb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/200f16655641e9eb","status":"passed","time":{"start":1728682582612,"stop":1728682582612,"duration":0}},{"uid":"857e5dd250b2cb2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/857e5dd250b2cb2c","status":"passed","time":{"start":1728682155403,"stop":1728682155403,"duration":0}},{"uid":"87b4a1c9c37d6038","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87b4a1c9c37d6038","status":"passed","time":{"start":1728676629968,"stop":1728676629969,"duration":1}},{"uid":"7f8d7ff530b5f3f4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f8d7ff530b5f3f4","status":"passed","time":{"start":1728669353096,"stop":1728669353096,"duration":0}},{"uid":"a4bc5e528ebff27e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a4bc5e528ebff27e","status":"passed","time":{"start":1728597693841,"stop":1728597693841,"duration":0}},{"uid":"886056b2a7953630","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/886056b2a7953630","status":"passed","time":{"start":1728596913085,"stop":1728596913086,"duration":1}}]},"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c3c3455fa922db50","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c3c3455fa922db50","status":"passed","time":{"start":1729034096134,"stop":1729034096135,"duration":1}},{"uid":"e63b792f2b3c29da","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e63b792f2b3c29da","status":"passed","time":{"start":1729034020092,"stop":1729034020092,"duration":0}},{"uid":"ff27a4006fa9f81d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff27a4006fa9f81d","status":"passed","time":{"start":1729033834387,"stop":1729033834388,"duration":1}},{"uid":"21ea9378792d4d9e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/21ea9378792d4d9e","status":"passed","time":{"start":1729031884121,"stop":1729031884121,"duration":0}},{"uid":"e50ec17923842380","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e50ec17923842380","status":"passed","time":{"start":1728901430255,"stop":1728901430255,"duration":0}},{"uid":"d388ca5dbae0db36","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d388ca5dbae0db36","status":"passed","time":{"start":1728892860533,"stop":1728892860533,"duration":0}},{"uid":"ba106aa26117200a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ba106aa26117200a","status":"passed","time":{"start":1728855823323,"stop":1728855823323,"duration":0}},{"uid":"478bf6eaf8308e82","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/478bf6eaf8308e82","status":"passed","time":{"start":1728738040604,"stop":1728738040604,"duration":0}},{"uid":"ba62306f7c0837d6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ba62306f7c0837d6","status":"passed","time":{"start":1728682574094,"stop":1728682574094,"duration":0}},{"uid":"bdcbe3285d2a40b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bdcbe3285d2a40b8","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"b7c0b7c165f6d5d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b7c0b7c165f6d5d","status":"passed","time":{"start":1728676621433,"stop":1728676621433,"duration":0}},{"uid":"f9b5b5569d5b97c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f9b5b5569d5b97c9","status":"passed","time":{"start":1728669344469,"stop":1728669344469,"duration":0}},{"uid":"ac81bf0d6f2ecbaa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ac81bf0d6f2ecbaa","status":"passed","time":{"start":1728597685162,"stop":1728597685163,"duration":1}},{"uid":"e323304f6e5b9321","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e323304f6e5b9321","status":"passed","time":{"start":1728596904469,"stop":1728596904469,"duration":0}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aac088a040be6eb0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aac088a040be6eb0","status":"passed","time":{"start":1729034480292,"stop":1729034480293,"duration":1}},{"uid":"c8187c9e495f488","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c8187c9e495f488","status":"passed","time":{"start":1729034396759,"stop":1729034396759,"duration":0}},{"uid":"34bee88155dd616d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/34bee88155dd616d","status":"passed","time":{"start":1729032277692,"stop":1729032277692,"duration":0}},{"uid":"fd7dfab7a01a5c1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd7dfab7a01a5c1f","status":"passed","time":{"start":1728902034224,"stop":1728902034224,"duration":0}},{"uid":"77ef1884b59eec62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/77ef1884b59eec62","status":"passed","time":{"start":1728893469057,"stop":1728893469057,"duration":0}},{"uid":"96db51590b7e8117","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/96db51590b7e8117","status":"passed","time":{"start":1728856416487,"stop":1728856416488,"duration":1}},{"uid":"c662d4470cf52a38","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c662d4470cf52a38","status":"passed","time":{"start":1728738643170,"stop":1728738643170,"duration":0}},{"uid":"2049696663351127","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2049696663351127","status":"passed","time":{"start":1728683174246,"stop":1728683174246,"duration":0}},{"uid":"e536f48ccfde5c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e536f48ccfde5c9","status":"passed","time":{"start":1728682757801,"stop":1728682757801,"duration":0}},{"uid":"86588b337a57fea1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/86588b337a57fea1","status":"passed","time":{"start":1728677231124,"stop":1728677231124,"duration":0}},{"uid":"56cfec9e4c93710c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/56cfec9e4c93710c","status":"passed","time":{"start":1728669920236,"stop":1728669920237,"duration":1}},{"uid":"82bd172ab7f0e19c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/82bd172ab7f0e19c","status":"passed","time":{"start":1728598298888,"stop":1728598298888,"duration":0}},{"uid":"b86d6c6b1704b40f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b86d6c6b1704b40f","status":"passed","time":{"start":1728597513734,"stop":1728597513734,"duration":0}}]},"ca4c0715a9756df241d617c481e4972f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e1b38c8677a34d63","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e1b38c8677a34d63","status":"passed","time":{"start":1728683093169,"stop":1728683093170,"duration":1}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"245a42f312133e7f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/245a42f312133e7f","status":"passed","time":{"start":1729034373110,"stop":1729034373111,"duration":1}},{"uid":"266dcdfaa647202a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/266dcdfaa647202a","status":"passed","time":{"start":1729034308036,"stop":1729034308036,"duration":0}},{"uid":"be9c2a7ce7c9511d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be9c2a7ce7c9511d","status":"passed","time":{"start":1729034124336,"stop":1729034124336,"duration":0}},{"uid":"2f47b892c04ec8f3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2f47b892c04ec8f3","status":"passed","time":{"start":1729032177054,"stop":1729032177055,"duration":1}},{"uid":"c8a626be84d7c54d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c8a626be84d7c54d","status":"passed","time":{"start":1728901874867,"stop":1728901874868,"duration":1}},{"uid":"d40f1c7f901a4649","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d40f1c7f901a4649","status":"passed","time":{"start":1728893313877,"stop":1728893313877,"duration":0}},{"uid":"b256ce93701dbc0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b256ce93701dbc0f","status":"passed","time":{"start":1728856265011,"stop":1728856265011,"duration":0}},{"uid":"8292c51f626aae4f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8292c51f626aae4f","status":"passed","time":{"start":1728738486155,"stop":1728738486155,"duration":0}},{"uid":"8b35163fdc77fafe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8b35163fdc77fafe","status":"passed","time":{"start":1728683032646,"stop":1728683032646,"duration":0}},{"uid":"6217710fc30111ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6217710fc30111ac","status":"passed","time":{"start":1728682582821,"stop":1728682582821,"duration":0}},{"uid":"2b8eaab62294117a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b8eaab62294117a","status":"passed","time":{"start":1728677084921,"stop":1728677084921,"duration":0}},{"uid":"ee8aa0a2482d7ffe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ee8aa0a2482d7ffe","status":"passed","time":{"start":1728669757004,"stop":1728669757004,"duration":0}},{"uid":"5b3585b296c1b03","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b3585b296c1b03","status":"passed","time":{"start":1728598139214,"stop":1728598139214,"duration":0}},{"uid":"ea48367ff1a84a6e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea48367ff1a84a6e","status":"passed","time":{"start":1728597351997,"stop":1728597351997,"duration":0}}]},"4ccfc887cfcd483dd0b104fdfe18c029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70d450cbf54e0432","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/70d450cbf54e0432","status":"passed","time":{"start":1728893093692,"stop":1728893093692,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"37be47e4b88c87a9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/37be47e4b88c87a9","status":"passed","time":{"start":1729034480299,"stop":1729034480299,"duration":0}},{"uid":"7e07051115a5093d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7e07051115a5093d","status":"passed","time":{"start":1729034396761,"stop":1729034396761,"duration":0}},{"uid":"e2dbbcf6eeff877c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e2dbbcf6eeff877c","status":"passed","time":{"start":1729032277693,"stop":1729032277694,"duration":1}},{"uid":"5d5064b6a417c27e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5d5064b6a417c27e","status":"passed","time":{"start":1728902034226,"stop":1728902034226,"duration":0}},{"uid":"33209bad6d146bce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/33209bad6d146bce","status":"passed","time":{"start":1728893469058,"stop":1728893469058,"duration":0}},{"uid":"161b9e9c2677cb4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/161b9e9c2677cb4c","status":"passed","time":{"start":1728856416489,"stop":1728856416489,"duration":0}},{"uid":"c73c31b6b982162","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c73c31b6b982162","status":"passed","time":{"start":1728738643171,"stop":1728738643172,"duration":1}},{"uid":"93892997b88f5e58","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/93892997b88f5e58","status":"passed","time":{"start":1728683174248,"stop":1728683174248,"duration":0}},{"uid":"f12c690936f810d5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f12c690936f810d5","status":"passed","time":{"start":1728682757802,"stop":1728682757803,"duration":1}},{"uid":"90bddd23fce98dff","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/90bddd23fce98dff","status":"passed","time":{"start":1728677231126,"stop":1728677231126,"duration":0}},{"uid":"5c120588084ce64c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5c120588084ce64c","status":"passed","time":{"start":1728669920238,"stop":1728669920239,"duration":1}},{"uid":"5fa8314fea930baf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5fa8314fea930baf","status":"passed","time":{"start":1728598298889,"stop":1728598298890,"duration":1}},{"uid":"9f25fb72b3521526","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9f25fb72b3521526","status":"passed","time":{"start":1728597513735,"stop":1728597513735,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4af5d6e10e4efc94","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4af5d6e10e4efc94","status":"passed","time":{"start":1729034104908,"stop":1729034104909,"duration":1}},{"uid":"495e6fa419affd49","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/495e6fa419affd49","status":"passed","time":{"start":1729034028506,"stop":1729034028506,"duration":0}},{"uid":"23093e0a7e74ffa1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/23093e0a7e74ffa1","status":"passed","time":{"start":1729033843114,"stop":1729033843115,"duration":1}},{"uid":"e287164b4bae056a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e287164b4bae056a","status":"passed","time":{"start":1729031892673,"stop":1729031892674,"duration":1}},{"uid":"ec17da5899d83f1e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec17da5899d83f1e","status":"passed","time":{"start":1728901438805,"stop":1728901438805,"duration":0}},{"uid":"97d11ae4a6728263","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/97d11ae4a6728263","status":"passed","time":{"start":1728892868996,"stop":1728892868996,"duration":0}},{"uid":"27a767f6088058c8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/27a767f6088058c8","status":"passed","time":{"start":1728855831889,"stop":1728855831889,"duration":0}},{"uid":"221b6e033eb474bb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/221b6e033eb474bb","status":"passed","time":{"start":1728738049036,"stop":1728738049036,"duration":0}},{"uid":"12cab0b9c45dad30","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/12cab0b9c45dad30","status":"passed","time":{"start":1728682582614,"stop":1728682582614,"duration":0}},{"uid":"8106c09174a88ec6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8106c09174a88ec6","status":"passed","time":{"start":1728682155404,"stop":1728682155404,"duration":0}},{"uid":"a7268c5cd904cb4a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a7268c5cd904cb4a","status":"passed","time":{"start":1728676629970,"stop":1728676629970,"duration":0}},{"uid":"25c0cd94ccc3884a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25c0cd94ccc3884a","status":"passed","time":{"start":1728669353097,"stop":1728669353098,"duration":1}},{"uid":"4b02db4cf3c560d8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b02db4cf3c560d8","status":"passed","time":{"start":1728597693842,"stop":1728597693842,"duration":0}},{"uid":"1e50e126b2619ddc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1e50e126b2619ddc","status":"passed","time":{"start":1728596913087,"stop":1728596913087,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"93bfeb1ff537aefe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/93bfeb1ff537aefe","status":"passed","time":{"start":1729034240935,"stop":1729034240936,"duration":1}},{"uid":"a60c3378dab24171","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a60c3378dab24171","status":"passed","time":{"start":1729034159629,"stop":1729034159629,"duration":0}},{"uid":"e4e3feb8f31b2695","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e4e3feb8f31b2695","status":"passed","time":{"start":1729033976814,"stop":1729033976815,"duration":1}},{"uid":"e28d593074498f10","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e28d593074498f10","status":"passed","time":{"start":1729032020533,"stop":1729032020533,"duration":0}},{"uid":"49d853414597f112","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/49d853414597f112","status":"passed","time":{"start":1728901616499,"stop":1728901616500,"duration":1}},{"uid":"8e1cb29eee7c8b68","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e1cb29eee7c8b68","status":"passed","time":{"start":1728893050253,"stop":1728893050253,"duration":0}},{"uid":"2475c681a19a3387","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2475c681a19a3387","status":"passed","time":{"start":1728856015184,"stop":1728856015184,"duration":0}},{"uid":"4af16c4d25d267df","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4af16c4d25d267df","status":"passed","time":{"start":1728738233177,"stop":1728738233178,"duration":1}},{"uid":"5178536fd9fad221","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5178536fd9fad221","status":"passed","time":{"start":1728682762484,"stop":1728682762485,"duration":1}},{"uid":"41d2ab24e546fbc2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41d2ab24e546fbc2","status":"passed","time":{"start":1728682332798,"stop":1728682332798,"duration":0}},{"uid":"9f77686d6d0ac9ae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f77686d6d0ac9ae","status":"passed","time":{"start":1728676810305,"stop":1728676810306,"duration":1}},{"uid":"80f7077747ea01e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/80f7077747ea01e","status":"passed","time":{"start":1728669529908,"stop":1728669529909,"duration":1}},{"uid":"861972a5473639df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/861972a5473639df","status":"passed","time":{"start":1728597873545,"stop":1728597873546,"duration":1}},{"uid":"b9580b8e093ec63b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b9580b8e093ec63b","status":"passed","time":{"start":1728597089286,"stop":1728597089286,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aa71ed5e8f4ce859","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aa71ed5e8f4ce859","status":"passed","time":{"start":1729034425376,"stop":1729034425376,"duration":0}},{"uid":"f1dee07f9d05bc94","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f1dee07f9d05bc94","status":"passed","time":{"start":1729034346108,"stop":1729034346108,"duration":0}},{"uid":"c575085c61fb592c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c575085c61fb592c","status":"passed","time":{"start":1729034162414,"stop":1729034162414,"duration":0}},{"uid":"bc948c748c84a6db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bc948c748c84a6db","status":"passed","time":{"start":1729032197322,"stop":1729032197323,"duration":1}},{"uid":"193bf488a2890fa8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/193bf488a2890fa8","status":"passed","time":{"start":1728901899711,"stop":1728901899711,"duration":0}},{"uid":"84737628d6f4fa6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84737628d6f4fa6f","status":"passed","time":{"start":1728893334922,"stop":1728893334922,"duration":0}},{"uid":"25a0310af4bf10b0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/25a0310af4bf10b0","status":"passed","time":{"start":1728856288016,"stop":1728856288016,"duration":0}},{"uid":"3d0fcd11a1acd1ed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3d0fcd11a1acd1ed","status":"passed","time":{"start":1728738501685,"stop":1728738501685,"duration":0}},{"uid":"114deeae7ee954eb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/114deeae7ee954eb","status":"passed","time":{"start":1728683044470,"stop":1728683044486,"duration":16}},{"uid":"c10ad54e7869bbf9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c10ad54e7869bbf9","status":"passed","time":{"start":1728682619632,"stop":1728682619633,"duration":1}},{"uid":"218ac041cd3a79bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/218ac041cd3a79bc","status":"passed","time":{"start":1728677104182,"stop":1728677104183,"duration":1}},{"uid":"5f576169b9655f5b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5f576169b9655f5b","status":"passed","time":{"start":1728669759886,"stop":1728669759887,"duration":1}},{"uid":"cd9e385878948b0a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd9e385878948b0a","status":"passed","time":{"start":1728598164489,"stop":1728598164490,"duration":1}},{"uid":"2070cdc57f243176","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2070cdc57f243176","status":"passed","time":{"start":1728597385264,"stop":1728597385265,"duration":1}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9ccfe1edc1385340","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9ccfe1edc1385340","status":"passed","time":{"start":1729034240919,"stop":1729034240919,"duration":0}},{"uid":"2f07db9e53d043f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2f07db9e53d043f6","status":"passed","time":{"start":1729034159616,"stop":1729034159616,"duration":0}},{"uid":"e7e7422287d4b82c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7e7422287d4b82c","status":"passed","time":{"start":1729033976800,"stop":1729033976801,"duration":1}},{"uid":"439721546732f7d7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/439721546732f7d7","status":"passed","time":{"start":1729032020519,"stop":1729032020519,"duration":0}},{"uid":"5bd8b82ae31d3ad","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5bd8b82ae31d3ad","status":"passed","time":{"start":1728901616435,"stop":1728901616435,"duration":0}},{"uid":"7336e2826b9b2c55","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7336e2826b9b2c55","status":"passed","time":{"start":1728893050245,"stop":1728893050246,"duration":1}},{"uid":"85417c1336b3ca35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/85417c1336b3ca35","status":"passed","time":{"start":1728856015172,"stop":1728856015172,"duration":0}},{"uid":"5dc9f32bc81c3958","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5dc9f32bc81c3958","status":"passed","time":{"start":1728738233141,"stop":1728738233141,"duration":0}},{"uid":"78bdfa93fef1ff09","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/78bdfa93fef1ff09","status":"passed","time":{"start":1728682762473,"stop":1728682762473,"duration":0}},{"uid":"915c01e93bb324cb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/915c01e93bb324cb","status":"passed","time":{"start":1728682332787,"stop":1728682332787,"duration":0}},{"uid":"9410bbcd28e9c480","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9410bbcd28e9c480","status":"passed","time":{"start":1728676810292,"stop":1728676810292,"duration":0}},{"uid":"766150738aff81f7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/766150738aff81f7","status":"passed","time":{"start":1728669529900,"stop":1728669529900,"duration":0}},{"uid":"c06dfcc945b47a1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c06dfcc945b47a1b","status":"passed","time":{"start":1728597873535,"stop":1728597873535,"duration":0}},{"uid":"5f8c86d3613b062e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f8c86d3613b062e","status":"passed","time":{"start":1728597089274,"stop":1728597089275,"duration":1}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8f327dfcc4edb39c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f327dfcc4edb39c","status":"passed","time":{"start":1729034104167,"stop":1729034104167,"duration":0}},{"uid":"7b7b57d50b00653f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7b7b57d50b00653f","status":"passed","time":{"start":1729034027739,"stop":1729034027741,"duration":2}},{"uid":"33b51db819627fb0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/33b51db819627fb0","status":"passed","time":{"start":1729033842345,"stop":1729033842346,"duration":1}},{"uid":"7017cf65f9241c2b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7017cf65f9241c2b","status":"passed","time":{"start":1729031892045,"stop":1729031892046,"duration":1}},{"uid":"3f97828ef010bcd6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3f97828ef010bcd6","status":"passed","time":{"start":1728901438028,"stop":1728901438028,"duration":0}},{"uid":"be159214091d9076","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/be159214091d9076","status":"passed","time":{"start":1728892868231,"stop":1728892868232,"duration":1}},{"uid":"ce4fcb3332bf810b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce4fcb3332bf810b","status":"passed","time":{"start":1728855831078,"stop":1728855831078,"duration":0}},{"uid":"d57ddd223d74a019","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d57ddd223d74a019","status":"passed","time":{"start":1728738048440,"stop":1728738048441,"duration":1}},{"uid":"32fdfbb261d082f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32fdfbb261d082f","status":"passed","time":{"start":1728682581841,"stop":1728682581842,"duration":1}},{"uid":"8e57d18923d8e5ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e57d18923d8e5ac","status":"passed","time":{"start":1728682154706,"stop":1728682154707,"duration":1}},{"uid":"426722a3d18fb346","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/426722a3d18fb346","status":"passed","time":{"start":1728676629295,"stop":1728676629295,"duration":0}},{"uid":"62a782fdc6ed7681","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/62a782fdc6ed7681","status":"passed","time":{"start":1728669352210,"stop":1728669352210,"duration":0}},{"uid":"a9638b32b271352a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a9638b32b271352a","status":"passed","time":{"start":1728597693015,"stop":1728597693015,"duration":0}},{"uid":"cbd1913043bcb425","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbd1913043bcb425","status":"passed","time":{"start":1728596912516,"stop":1728596912517,"duration":1}}]},"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bc5abb8d0276ef02","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bc5abb8d0276ef02","status":"passed","time":{"start":1729034468601,"stop":1729034468601,"duration":0}},{"uid":"24760b42c98d2a4e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/24760b42c98d2a4e","status":"passed","time":{"start":1729034383199,"stop":1729034383199,"duration":0}},{"uid":"5f320e050bc272f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f320e050bc272f4","status":"passed","time":{"start":1729034203622,"stop":1729034203622,"duration":0}},{"uid":"2a2d7a6a4d69afde","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a2d7a6a4d69afde","status":"passed","time":{"start":1729032256256,"stop":1729032256256,"duration":0}},{"uid":"353d26a241e2f908","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/353d26a241e2f908","status":"passed","time":{"start":1728902016655,"stop":1728902016655,"duration":0}},{"uid":"6f85b5072fc97195","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6f85b5072fc97195","status":"passed","time":{"start":1728893448586,"stop":1728893448586,"duration":0}},{"uid":"ccb9cfb9c1d900b5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ccb9cfb9c1d900b5","status":"passed","time":{"start":1728856401309,"stop":1728856401309,"duration":0}},{"uid":"c86673b90d309b08","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c86673b90d309b08","status":"passed","time":{"start":1728738624655,"stop":1728738624655,"duration":0}},{"uid":"6a309930b42c6b67","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6a309930b42c6b67","status":"passed","time":{"start":1728683154299,"stop":1728683154299,"duration":0}},{"uid":"bb2ff62acfb15bdb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb2ff62acfb15bdb","status":"passed","time":{"start":1728682726615,"stop":1728682726616,"duration":1}},{"uid":"b8d3b62ac5aac63a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b8d3b62ac5aac63a","status":"passed","time":{"start":1728677221174,"stop":1728677221174,"duration":0}},{"uid":"f11c96aafb13aef2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f11c96aafb13aef2","status":"passed","time":{"start":1728669902841,"stop":1728669902841,"duration":0}},{"uid":"7e7cd28eac0ac44c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7e7cd28eac0ac44c","status":"passed","time":{"start":1728598275773,"stop":1728598275773,"duration":0}},{"uid":"3016622d28287ad8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3016622d28287ad8","status":"passed","time":{"start":1728597495946,"stop":1728597495946,"duration":0}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"85ef81f5b5fad031","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/85ef81f5b5fad031","status":"passed","time":{"start":1729034098687,"stop":1729034098687,"duration":0}},{"uid":"3685777317d0ca47","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3685777317d0ca47","status":"passed","time":{"start":1729034022455,"stop":1729034022456,"duration":1}},{"uid":"9f46314006676797","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9f46314006676797","status":"passed","time":{"start":1729033836804,"stop":1729033836804,"duration":0}},{"uid":"ba683d2c563923f5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ba683d2c563923f5","status":"passed","time":{"start":1729031886611,"stop":1729031886611,"duration":0}},{"uid":"d41fef07144bb4bc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d41fef07144bb4bc","status":"passed","time":{"start":1728901432737,"stop":1728901432738,"duration":1}},{"uid":"48f1267f398a7e87","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/48f1267f398a7e87","status":"passed","time":{"start":1728892863023,"stop":1728892863024,"duration":1}},{"uid":"90c787ad76c1de0c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/90c787ad76c1de0c","status":"passed","time":{"start":1728855825773,"stop":1728855825774,"duration":1}},{"uid":"cba4d61e08b39b94","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cba4d61e08b39b94","status":"passed","time":{"start":1728738043032,"stop":1728738043033,"duration":1}},{"uid":"adce5124a18f859c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/adce5124a18f859c","status":"passed","time":{"start":1728682576530,"stop":1728682576530,"duration":0}},{"uid":"338c4a0ed8ba36ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/338c4a0ed8ba36ac","status":"passed","time":{"start":1728682149244,"stop":1728682149244,"duration":0}},{"uid":"f8e8bb774db968c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8e8bb774db968c","status":"passed","time":{"start":1728676623919,"stop":1728676623919,"duration":0}},{"uid":"de3c57ef53dd9e15","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/de3c57ef53dd9e15","status":"passed","time":{"start":1728669346941,"stop":1728669346942,"duration":1}},{"uid":"4351f30611a68d93","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4351f30611a68d93","status":"passed","time":{"start":1728597687695,"stop":1728597687695,"duration":0}},{"uid":"a444a0509cdf9f3d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a444a0509cdf9f3d","status":"passed","time":{"start":1728596907136,"stop":1728596907137,"duration":1}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a84da175dd6aa595","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a84da175dd6aa595","status":"passed","time":{"start":1729034480297,"stop":1729034480298,"duration":1}},{"uid":"3b8c88b0bf006e84","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3b8c88b0bf006e84","status":"passed","time":{"start":1729034396760,"stop":1729034396760,"duration":0}},{"uid":"6fc963dddf17b915","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6fc963dddf17b915","status":"passed","time":{"start":1729032277693,"stop":1729032277693,"duration":0}},{"uid":"b50ecb102a146e59","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b50ecb102a146e59","status":"passed","time":{"start":1728902034225,"stop":1728902034225,"duration":0}},{"uid":"b9befb6b951ae2d9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b9befb6b951ae2d9","status":"passed","time":{"start":1728893469057,"stop":1728893469058,"duration":1}},{"uid":"a16840972845ed71","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a16840972845ed71","status":"passed","time":{"start":1728856416488,"stop":1728856416488,"duration":0}},{"uid":"76c63aa24f8e25ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76c63aa24f8e25ca","status":"passed","time":{"start":1728738643171,"stop":1728738643171,"duration":0}},{"uid":"3feb5fc1d21a6b91","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3feb5fc1d21a6b91","status":"passed","time":{"start":1728683174247,"stop":1728683174247,"duration":0}},{"uid":"b52ba56c8828879","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b52ba56c8828879","status":"passed","time":{"start":1728682757801,"stop":1728682757802,"duration":1}},{"uid":"7bc6965452de7756","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7bc6965452de7756","status":"passed","time":{"start":1728677231125,"stop":1728677231126,"duration":1}},{"uid":"6e9fbf488315d9a9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e9fbf488315d9a9","status":"passed","time":{"start":1728669920237,"stop":1728669920238,"duration":1}},{"uid":"f8ba4a2ef4056317","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f8ba4a2ef4056317","status":"passed","time":{"start":1728598298889,"stop":1728598298889,"duration":0}},{"uid":"5f479fd4bf0d37d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f479fd4bf0d37d","status":"passed","time":{"start":1728597513734,"stop":1728597513735,"duration":1}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"efb66014dad36d26","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/efb66014dad36d26","status":"passed","time":{"start":1729034119303,"stop":1729034119304,"duration":1}},{"uid":"e91cd66ab354b1d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e91cd66ab354b1d9","status":"passed","time":{"start":1729033933479,"stop":1729033933479,"duration":0}},{"uid":"ac9c28c9aba7fe2d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac9c28c9aba7fe2d","status":"passed","time":{"start":1729031982913,"stop":1729031982920,"duration":7}},{"uid":"316b68db8b3c2f75","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/316b68db8b3c2f75","status":"passed","time":{"start":1728901527854,"stop":1728901527855,"duration":1}},{"uid":"e85b66a3187f8efb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e85b66a3187f8efb","status":"passed","time":{"start":1728892960139,"stop":1728892960139,"duration":0}},{"uid":"73d16479a33faae7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/73d16479a33faae7","status":"passed","time":{"start":1728855921714,"stop":1728855921714,"duration":0}},{"uid":"9441d74a24f8bd11","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9441d74a24f8bd11","status":"passed","time":{"start":1728738138431,"stop":1728738138432,"duration":1}},{"uid":"baba2a639a1bd0d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/baba2a639a1bd0d1","status":"passed","time":{"start":1728682672251,"stop":1728682672252,"duration":1}},{"uid":"bec939833ce05a78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bec939833ce05a78","status":"passed","time":{"start":1728682245073,"stop":1728682245074,"duration":1}},{"uid":"e8bf17b254253c86","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8bf17b254253c86","status":"passed","time":{"start":1728676721299,"stop":1728676721299,"duration":0}},{"uid":"45c4e4a6455e316f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/45c4e4a6455e316f","status":"passed","time":{"start":1728669444560,"stop":1728669444560,"duration":0}},{"uid":"b8da34affe8495a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b8da34affe8495a6","status":"passed","time":{"start":1728597784072,"stop":1728597784072,"duration":0}},{"uid":"a8ae71d0fbd253df","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a8ae71d0fbd253df","status":"passed","time":{"start":1728597001547,"stop":1728597001548,"duration":1}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fc83beb3f0be38fd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fc83beb3f0be38fd","status":"passed","time":{"start":1729034475746,"stop":1729034475747,"duration":1}},{"uid":"1d158c07bce0352f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d158c07bce0352f","status":"passed","time":{"start":1729034391621,"stop":1729034391625,"duration":4}},{"uid":"d85c8f05ff375edb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d85c8f05ff375edb","status":"passed","time":{"start":1729034211309,"stop":1729034211309,"duration":0}},{"uid":"71b3d6e33f925c4c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/71b3d6e33f925c4c","status":"passed","time":{"start":1729032264694,"stop":1729032264694,"duration":0}},{"uid":"a4311b34f04a5b17","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a4311b34f04a5b17","status":"passed","time":{"start":1728902020140,"stop":1728902020140,"duration":0}},{"uid":"a2e1c085d22a2c0b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a2e1c085d22a2c0b","status":"passed","time":{"start":1728893452480,"stop":1728893452481,"duration":1}},{"uid":"7e2fc5e4aa747d60","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7e2fc5e4aa747d60","status":"passed","time":{"start":1728856408085,"stop":1728856408085,"duration":0}},{"uid":"282727c15afcd21b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/282727c15afcd21b","status":"passed","time":{"start":1728738627116,"stop":1728738627116,"duration":0}},{"uid":"9d151c97e3fda9f1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d151c97e3fda9f1","status":"passed","time":{"start":1728683164466,"stop":1728683164466,"duration":0}},{"uid":"d05fc4c0faa45b9c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d05fc4c0faa45b9c","status":"passed","time":{"start":1728682734715,"stop":1728682734715,"duration":0}},{"uid":"288ad20354ac9ef9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/288ad20354ac9ef9","status":"passed","time":{"start":1728677218640,"stop":1728677218640,"duration":0}},{"uid":"751d1b988087387","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/751d1b988087387","status":"passed","time":{"start":1728669903962,"stop":1728669903962,"duration":0}},{"uid":"697659ee019a4a14","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/697659ee019a4a14","status":"passed","time":{"start":1728598278368,"stop":1728598278368,"duration":0}},{"uid":"52bb1105afb33a29","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/52bb1105afb33a29","status":"passed","time":{"start":1728597507602,"stop":1728597507602,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c59cbf0d0ffec1b6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c59cbf0d0ffec1b6","status":"passed","time":{"start":1729034259813,"stop":1729034259814,"duration":1}},{"uid":"ae1b09ab48e56c0f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ae1b09ab48e56c0f","status":"passed","time":{"start":1729034194006,"stop":1729034194006,"duration":0}},{"uid":"2f7044a24bbb2f80","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2f7044a24bbb2f80","status":"passed","time":{"start":1729034014856,"stop":1729034014858,"duration":2}},{"uid":"df316c650141f227","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/df316c650141f227","status":"passed","time":{"start":1729032065443,"stop":1729032065444,"duration":1}},{"uid":"2b5d02d092cd7bf3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2b5d02d092cd7bf3","status":"passed","time":{"start":1728901664247,"stop":1728901664248,"duration":1}},{"uid":"2f54043e9d95b175","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2f54043e9d95b175","status":"passed","time":{"start":1728893093689,"stop":1728893093689,"duration":0}},{"uid":"5c846bb21650d0d2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5c846bb21650d0d2","status":"passed","time":{"start":1728856055266,"stop":1728856055266,"duration":0}},{"uid":"6e57066f338a1526","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e57066f338a1526","status":"passed","time":{"start":1728738274742,"stop":1728738274742,"duration":0}},{"uid":"86629e7e4ae531bd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/86629e7e4ae531bd","status":"passed","time":{"start":1728682807952,"stop":1728682807953,"duration":1}},{"uid":"4c848c3a4bc53af8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4c848c3a4bc53af8","status":"passed","time":{"start":1728682381281,"stop":1728682381282,"duration":1}},{"uid":"aedd71705bfd6ec1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aedd71705bfd6ec1","status":"passed","time":{"start":1728676853895,"stop":1728676853895,"duration":0}},{"uid":"a4a6633da0d14721","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4a6633da0d14721","status":"passed","time":{"start":1728669581686,"stop":1728669581687,"duration":1}},{"uid":"1df05e906cdf8fc1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1df05e906cdf8fc1","status":"passed","time":{"start":1728597923473,"stop":1728597923475,"duration":2}},{"uid":"92d200400bf3af19","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92d200400bf3af19","status":"passed","time":{"start":1728597132260,"stop":1728597132261,"duration":1}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"248ffed5e0aa700a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/248ffed5e0aa700a","status":"passed","time":{"start":1729034370880,"stop":1729034370881,"duration":1}},{"uid":"64300ecfde38919e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/64300ecfde38919e","status":"passed","time":{"start":1729034308879,"stop":1729034308879,"duration":0}},{"uid":"f7ec1ed7d6561802","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7ec1ed7d6561802","status":"passed","time":{"start":1729034129476,"stop":1729034129476,"duration":0}},{"uid":"c61443390a64445f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c61443390a64445f","status":"passed","time":{"start":1729032178369,"stop":1729032178370,"duration":1}},{"uid":"73982f1121ae8a0a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/73982f1121ae8a0a","status":"passed","time":{"start":1728901896349,"stop":1728901896350,"duration":1}},{"uid":"ba70bc9e048e1cac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ba70bc9e048e1cac","status":"passed","time":{"start":1728893329028,"stop":1728893329028,"duration":0}},{"uid":"2d0a6fe8b5f404db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d0a6fe8b5f404db","status":"passed","time":{"start":1728856284766,"stop":1728856284767,"duration":1}},{"uid":"8be79e7e24e08c7c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8be79e7e24e08c7c","status":"passed","time":{"start":1728738494943,"stop":1728738494943,"duration":0}},{"uid":"225ce634c60bb2e0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/225ce634c60bb2e0","status":"passed","time":{"start":1728683033634,"stop":1728683033634,"duration":0}},{"uid":"bfeecd73ea61d927","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bfeecd73ea61d927","status":"passed","time":{"start":1728682601738,"stop":1728682601739,"duration":1}},{"uid":"27fdfc84327cc40","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/27fdfc84327cc40","status":"passed","time":{"start":1728677107963,"stop":1728677107964,"duration":1}},{"uid":"c143e4b79a06e021","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c143e4b79a06e021","status":"passed","time":{"start":1728669764753,"stop":1728669764753,"duration":0}},{"uid":"12352a730f86a26b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/12352a730f86a26b","status":"passed","time":{"start":1728598157564,"stop":1728598157565,"duration":1}},{"uid":"3bc07a83512cfe79","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3bc07a83512cfe79","status":"passed","time":{"start":1728597369075,"stop":1728597369075,"duration":0}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5d58f1965943ca7b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5d58f1965943ca7b","status":"passed","time":{"start":1729034402272,"stop":1729034402273,"duration":1}},{"uid":"a120198f98842394","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a120198f98842394","status":"passed","time":{"start":1729034323292,"stop":1729034323293,"duration":1}},{"uid":"4c71e59145bf52eb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c71e59145bf52eb","status":"passed","time":{"start":1729034144764,"stop":1729034144764,"duration":0}},{"uid":"2c1abafdfcd61963","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c1abafdfcd61963","status":"passed","time":{"start":1729032198814,"stop":1729032198814,"duration":0}},{"uid":"82fbfee100d6c719","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82fbfee100d6c719","status":"passed","time":{"start":1728901901761,"stop":1728901901761,"duration":0}},{"uid":"878828f517047d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/878828f517047d8","status":"passed","time":{"start":1728893337240,"stop":1728893337240,"duration":0}},{"uid":"d10baa97d97e8452","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d10baa97d97e8452","status":"passed","time":{"start":1728856299187,"stop":1728856299187,"duration":0}},{"uid":"46eed295a7cb0cfa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/46eed295a7cb0cfa","status":"passed","time":{"start":1728738505373,"stop":1728738505374,"duration":1}},{"uid":"8c9685a562ea0e41","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c9685a562ea0e41","status":"passed","time":{"start":1728683045447,"stop":1728683045447,"duration":0}},{"uid":"3a349301262bdc9a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a349301262bdc9a","status":"passed","time":{"start":1728682607287,"stop":1728682607287,"duration":0}},{"uid":"35db61d1cfdfda91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35db61d1cfdfda91","status":"passed","time":{"start":1728677103492,"stop":1728677103492,"duration":0}},{"uid":"b1a85ca39cf90907","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1a85ca39cf90907","status":"passed","time":{"start":1728669777114,"stop":1728669777114,"duration":0}},{"uid":"2de88efaf10b1d9a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2de88efaf10b1d9a","status":"passed","time":{"start":1728598163464,"stop":1728598163464,"duration":0}},{"uid":"9e575ff79e2f8c76","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9e575ff79e2f8c76","status":"passed","time":{"start":1728597375464,"stop":1728597375466,"duration":2}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"14ebad99b3551278","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/14ebad99b3551278","status":"passed","time":{"start":1729034370854,"stop":1729034370860,"duration":6}},{"uid":"d3cfa5dfc7af6d23","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d3cfa5dfc7af6d23","status":"passed","time":{"start":1729034308861,"stop":1729034308861,"duration":0}},{"uid":"d0d9487a83bc6e77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0d9487a83bc6e77","status":"passed","time":{"start":1729034129469,"stop":1729034129469,"duration":0}},{"uid":"853ee8e1ca78b168","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/853ee8e1ca78b168","status":"passed","time":{"start":1729032178363,"stop":1729032178363,"duration":0}},{"uid":"edaeb078dde8aba2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/edaeb078dde8aba2","status":"passed","time":{"start":1728901896341,"stop":1728901896342,"duration":1}},{"uid":"f3433d19882d6756","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f3433d19882d6756","status":"passed","time":{"start":1728893329020,"stop":1728893329020,"duration":0}},{"uid":"757b4205a9725ce5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/757b4205a9725ce5","status":"passed","time":{"start":1728856284756,"stop":1728856284756,"duration":0}},{"uid":"43c6033d9c813105","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/43c6033d9c813105","status":"passed","time":{"start":1728738494932,"stop":1728738494932,"duration":0}},{"uid":"5c9861e8420cf7ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5c9861e8420cf7ef","status":"passed","time":{"start":1728683033627,"stop":1728683033627,"duration":0}},{"uid":"963fe9b6721bd064","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/963fe9b6721bd064","status":"passed","time":{"start":1728682601731,"stop":1728682601732,"duration":1}},{"uid":"26f27230925a7086","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/26f27230925a7086","status":"passed","time":{"start":1728677107957,"stop":1728677107957,"duration":0}},{"uid":"8c425db28ca89d94","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8c425db28ca89d94","status":"passed","time":{"start":1728669764745,"stop":1728669764745,"duration":0}},{"uid":"fd528deb9bb850b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd528deb9bb850b4","status":"passed","time":{"start":1728598157557,"stop":1728598157557,"duration":0}},{"uid":"4a27f8bc28123aaf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4a27f8bc28123aaf","status":"passed","time":{"start":1728597369055,"stop":1728597369056,"duration":1}}]},"037fa0e7aa81e8d52c4354b4fa7be509:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1baa44d718a20143","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1baa44d718a20143","status":"passed","time":{"start":1728682666063,"stop":1728682666064,"duration":1}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3e6407eb78eec942","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3e6407eb78eec942","status":"passed","time":{"start":1729034120218,"stop":1729034120218,"duration":0}},{"uid":"f4b46671b2ec35e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f4b46671b2ec35e8","status":"passed","time":{"start":1729034043146,"stop":1729034043147,"duration":1}},{"uid":"28b14f47fbb75b87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/28b14f47fbb75b87","status":"passed","time":{"start":1729033857769,"stop":1729033857770,"duration":1}},{"uid":"20e65fc3b117a533","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/20e65fc3b117a533","status":"passed","time":{"start":1729031907989,"stop":1729031907989,"duration":0}},{"uid":"facfdf333b293908","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/facfdf333b293908","status":"passed","time":{"start":1728901453415,"stop":1728901453415,"duration":0}},{"uid":"6c39bbe15933e155","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c39bbe15933e155","status":"passed","time":{"start":1728892883982,"stop":1728892883982,"duration":0}},{"uid":"27c21862e74b38b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/27c21862e74b38b6","status":"passed","time":{"start":1728855846188,"stop":1728855846189,"duration":1}},{"uid":"c2e415ebda2a351c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c2e415ebda2a351c","status":"passed","time":{"start":1728738063651,"stop":1728738063651,"duration":0}},{"uid":"fabc68f51e72023b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fabc68f51e72023b","status":"passed","time":{"start":1728682597534,"stop":1728682597534,"duration":0}},{"uid":"3673020f0ac20013","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3673020f0ac20013","status":"passed","time":{"start":1728682170205,"stop":1728682170205,"duration":0}},{"uid":"e12ef308eb95fc73","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e12ef308eb95fc73","status":"passed","time":{"start":1728676644984,"stop":1728676644984,"duration":0}},{"uid":"fa57fc8c602c5463","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fa57fc8c602c5463","status":"passed","time":{"start":1728669367856,"stop":1728669367856,"duration":0}},{"uid":"8de80fa8155c0830","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8de80fa8155c0830","status":"passed","time":{"start":1728597708663,"stop":1728597708663,"duration":0}},{"uid":"bfd7d2318c49941","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bfd7d2318c49941","status":"passed","time":{"start":1728596927481,"stop":1728596927482,"duration":1}}]},"574a856e3b645a0f34aed9d51f471452:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67057c6bc4ca3007","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/67057c6bc4ca3007","status":"passed","time":{"start":1728856333660,"stop":1728856333672,"duration":12}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"259c40916471e65f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/259c40916471e65f","status":"passed","time":{"start":1729034425377,"stop":1729034425378,"duration":1}},{"uid":"3eb0e5429a53b377","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3eb0e5429a53b377","status":"passed","time":{"start":1729034346109,"stop":1729034346109,"duration":0}},{"uid":"6681a50f32a14027","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6681a50f32a14027","status":"passed","time":{"start":1729034162415,"stop":1729034162416,"duration":1}},{"uid":"d069ab7dd3ac4b46","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d069ab7dd3ac4b46","status":"passed","time":{"start":1729032197326,"stop":1729032197327,"duration":1}},{"uid":"8b458b87e0ffa2f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8b458b87e0ffa2f","status":"passed","time":{"start":1728901899716,"stop":1728901899716,"duration":0}},{"uid":"992f70a8529a8fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/992f70a8529a8fb","status":"passed","time":{"start":1728893334924,"stop":1728893334924,"duration":0}},{"uid":"8ea19aea8751be85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8ea19aea8751be85","status":"passed","time":{"start":1728856288018,"stop":1728856288019,"duration":1}},{"uid":"8282fc2f81a0309c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8282fc2f81a0309c","status":"passed","time":{"start":1728738501690,"stop":1728738501690,"duration":0}},{"uid":"332db24438ed3949","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/332db24438ed3949","status":"passed","time":{"start":1728683044488,"stop":1728683044489,"duration":1}},{"uid":"f64a1c64a5809832","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f64a1c64a5809832","status":"passed","time":{"start":1728682619635,"stop":1728682619635,"duration":0}},{"uid":"7c390fe70751bb22","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c390fe70751bb22","status":"passed","time":{"start":1728677104186,"stop":1728677104187,"duration":1}},{"uid":"21eafe13aef35075","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/21eafe13aef35075","status":"passed","time":{"start":1728669759888,"stop":1728669759888,"duration":0}},{"uid":"2f372bed5be8339a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2f372bed5be8339a","status":"passed","time":{"start":1728598164491,"stop":1728598164492,"duration":1}},{"uid":"d51011b3b67f496e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d51011b3b67f496e","status":"passed","time":{"start":1728597385268,"stop":1728597385269,"duration":1}}]},"55860bd709bcf3a2f0ff4f5070e06b37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32ecf91e795d59c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32ecf91e795d59c1","status":"passed","time":{"start":1729034169439,"stop":1729034169441,"duration":2}}]},"828f899e9ee57291ca24911fae323505:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b87e07890b5a8426","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b87e07890b5a8426","status":"passed","time":{"start":1729034238413,"stop":1729034238413,"duration":0}},{"uid":"201d970ae08bbce0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/201d970ae08bbce0","status":"passed","time":{"start":1729034157655,"stop":1729034157655,"duration":0}},{"uid":"d3e840dfa6eb1262","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3e840dfa6eb1262","status":"passed","time":{"start":1729033974460,"stop":1729033974461,"duration":1}},{"uid":"804eddcc58b9fef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/804eddcc58b9fef","status":"passed","time":{"start":1729032027773,"stop":1729032027774,"duration":1}},{"uid":"cfbaba230eb36f3d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cfbaba230eb36f3d","status":"passed","time":{"start":1728901614554,"stop":1728901614555,"duration":1}},{"uid":"c40b6f0d2fc7b466","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c40b6f0d2fc7b466","status":"passed","time":{"start":1728893048598,"stop":1728893048598,"duration":0}},{"uid":"55d54c59b3a89e0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/55d54c59b3a89e0f","status":"passed","time":{"start":1728856013563,"stop":1728856013563,"duration":0}},{"uid":"d307b99deb6b0ea2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d307b99deb6b0ea2","status":"passed","time":{"start":1728738231636,"stop":1728738231637,"duration":1}},{"uid":"c60ef650ef90600f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c60ef650ef90600f","status":"passed","time":{"start":1728682761075,"stop":1728682761076,"duration":1}},{"uid":"3a6b211981f30b93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a6b211981f30b93","status":"passed","time":{"start":1728682330638,"stop":1728682330638,"duration":0}},{"uid":"72c5603d16d81313","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72c5603d16d81313","status":"passed","time":{"start":1728676808326,"stop":1728676808327,"duration":1}},{"uid":"d92bdbf7c386a5bc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d92bdbf7c386a5bc","status":"passed","time":{"start":1728669528230,"stop":1728669528230,"duration":0}},{"uid":"968ed9612948005e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/968ed9612948005e","status":"passed","time":{"start":1728597872229,"stop":1728597872229,"duration":0}},{"uid":"474a813b9c22dd41","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/474a813b9c22dd41","status":"passed","time":{"start":1728597087690,"stop":1728597087691,"duration":1}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4ba505791ca2bce3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ba505791ca2bce3","status":"passed","time":{"start":1729034393626,"stop":1729034393626,"duration":0}},{"uid":"802efecc56630139","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/802efecc56630139","status":"passed","time":{"start":1729034304798,"stop":1729034304798,"duration":0}},{"uid":"8e99282e67c4320d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e99282e67c4320d","status":"passed","time":{"start":1729034121885,"stop":1729034121885,"duration":0}},{"uid":"e4db0b0af870821","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e4db0b0af870821","status":"passed","time":{"start":1729032174796,"stop":1729032174796,"duration":0}},{"uid":"740414442240dcdc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/740414442240dcdc","status":"passed","time":{"start":1728901881002,"stop":1728901881002,"duration":0}},{"uid":"79cf38a65dfc7144","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/79cf38a65dfc7144","status":"passed","time":{"start":1728893317130,"stop":1728893317130,"duration":0}},{"uid":"c52378548cbdc09b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c52378548cbdc09b","status":"passed","time":{"start":1728856263064,"stop":1728856263064,"duration":0}},{"uid":"724caa766319a973","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/724caa766319a973","status":"passed","time":{"start":1728738492783,"stop":1728738492784,"duration":1}},{"uid":"ec14a1c8e1c14cdc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec14a1c8e1c14cdc","status":"passed","time":{"start":1728683030007,"stop":1728683030007,"duration":0}},{"uid":"4dea9553f994f5ca","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4dea9553f994f5ca","status":"passed","time":{"start":1728682581071,"stop":1728682581072,"duration":1}},{"uid":"74e87ed63a345954","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/74e87ed63a345954","status":"passed","time":{"start":1728677081982,"stop":1728677081983,"duration":1}},{"uid":"c5e2a5659182d456","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c5e2a5659182d456","status":"passed","time":{"start":1728669795383,"stop":1728669795383,"duration":0}},{"uid":"a7d78eecb26d4d6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a7d78eecb26d4d6","status":"passed","time":{"start":1728598137493,"stop":1728598137493,"duration":0}},{"uid":"b4ffc176b1dc04c5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b4ffc176b1dc04c5","status":"passed","time":{"start":1728597353471,"stop":1728597353471,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2df1f9f4f05e8ed8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2df1f9f4f05e8ed8","status":"passed","time":{"start":1729034325769,"stop":1729034325770,"duration":1}},{"uid":"81f03e423a77765d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/81f03e423a77765d","status":"passed","time":{"start":1729034249507,"stop":1729034249508,"duration":1}},{"uid":"1f653c7984771ccc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f653c7984771ccc","status":"passed","time":{"start":1729034066151,"stop":1729034066152,"duration":1}},{"uid":"5ac5d0b580c520c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5ac5d0b580c520c3","status":"passed","time":{"start":1728901782834,"stop":1728901782834,"duration":0}},{"uid":"9b74d59b6eb834dd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9b74d59b6eb834dd","status":"passed","time":{"start":1728893215978,"stop":1728893215980,"duration":2}},{"uid":"4a64a77d852b4a95","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4a64a77d852b4a95","status":"passed","time":{"start":1728856159197,"stop":1728856159198,"duration":1}},{"uid":"5dba1566430ce992","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5dba1566430ce992","status":"passed","time":{"start":1728738371832,"stop":1728738371832,"duration":0}},{"uid":"5d0f58612cbfa4bc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5d0f58612cbfa4bc","status":"passed","time":{"start":1728682915877,"stop":1728682915878,"duration":1}},{"uid":"3d61ccdccabbc4dd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d61ccdccabbc4dd","status":"passed","time":{"start":1728682496450,"stop":1728682496450,"duration":0}},{"uid":"f70fba9880dc5f97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f70fba9880dc5f97","status":"passed","time":{"start":1728676980218,"stop":1728676980219,"duration":1}},{"uid":"f1b3b3c59fe92f17","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f1b3b3c59fe92f17","status":"passed","time":{"start":1728598045383,"stop":1728598045383,"duration":0}},{"uid":"65e243c91206227f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/65e243c91206227f","status":"passed","time":{"start":1728597260327,"stop":1728597260328,"duration":1}}]},"21bfe8f89bfea68712a171c7c975a19e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56d7c47f183d3587","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/56d7c47f183d3587","status":"passed","time":{"start":1728682652692,"stop":1728682652692,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"664dd4480fa0afef","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/664dd4480fa0afef","status":"passed","time":{"start":1729034296719,"stop":1729034296719,"duration":0}},{"uid":"a32b34e012bddbb6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a32b34e012bddbb6","status":"passed","time":{"start":1729034220614,"stop":1729034220614,"duration":0}},{"uid":"e905e532cade9bbc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e905e532cade9bbc","status":"passed","time":{"start":1729034041507,"stop":1729034041507,"duration":0}},{"uid":"594c7386c1e001ba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/594c7386c1e001ba","status":"passed","time":{"start":1728901705419,"stop":1728901705420,"duration":1}},{"uid":"da3e44e4992d9b72","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da3e44e4992d9b72","status":"passed","time":{"start":1728893141783,"stop":1728893141784,"duration":1}},{"uid":"61f48101402ae610","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/61f48101402ae610","status":"passed","time":{"start":1728856087088,"stop":1728856087088,"duration":0}},{"uid":"cf01fd86b0ff8c38","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cf01fd86b0ff8c38","status":"passed","time":{"start":1728738321458,"stop":1728738321458,"duration":0}},{"uid":"8ebb5d98390b4016","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8ebb5d98390b4016","status":"passed","time":{"start":1728682845682,"stop":1728682845682,"duration":0}},{"uid":"1621c3bebc77de92","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1621c3bebc77de92","status":"passed","time":{"start":1728682424319,"stop":1728682424319,"duration":0}},{"uid":"f33271e52635b8a0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f33271e52635b8a0","status":"passed","time":{"start":1728676900548,"stop":1728676900548,"duration":0}},{"uid":"b97bbb2b39af5bb8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b97bbb2b39af5bb8","status":"passed","time":{"start":1728669625818,"stop":1728669625819,"duration":1}},{"uid":"969c2509a69541b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/969c2509a69541b","status":"passed","time":{"start":1728597957177,"stop":1728597957180,"duration":3}},{"uid":"f1f11a8bd5e1f59c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1f11a8bd5e1f59c","status":"passed","time":{"start":1728597182624,"stop":1728597182625,"duration":1}}]},"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"667a1a80de99d94c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/667a1a80de99d94c","status":"passed","time":{"start":1729034096144,"stop":1729034096144,"duration":0}},{"uid":"2037b0d939c0c0f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2037b0d939c0c0f1","status":"passed","time":{"start":1729034020100,"stop":1729034020100,"duration":0}},{"uid":"ed172f918a67b239","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ed172f918a67b239","status":"passed","time":{"start":1729033834398,"stop":1729033834398,"duration":0}},{"uid":"2a9ee6afe16e781d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a9ee6afe16e781d","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"7050e04d6a4f1971","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7050e04d6a4f1971","status":"passed","time":{"start":1728901430264,"stop":1728901430264,"duration":0}},{"uid":"cb6aaabfaa23753e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cb6aaabfaa23753e","status":"passed","time":{"start":1728892860542,"stop":1728892860542,"duration":0}},{"uid":"ccae34b7468a821","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ccae34b7468a821","status":"passed","time":{"start":1728855823332,"stop":1728855823332,"duration":0}},{"uid":"c764386e3b962ecb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c764386e3b962ecb","status":"passed","time":{"start":1728738040613,"stop":1728738040613,"duration":0}},{"uid":"debddc119f02c4b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/debddc119f02c4b7","status":"passed","time":{"start":1728682574104,"stop":1728682574104,"duration":0}},{"uid":"e039cbe18ed0f947","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e039cbe18ed0f947","status":"passed","time":{"start":1728682146828,"stop":1728682146828,"duration":0}},{"uid":"df2bfc2858a057dd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/df2bfc2858a057dd","status":"passed","time":{"start":1728676621442,"stop":1728676621443,"duration":1}},{"uid":"fa98ffe087911500","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fa98ffe087911500","status":"passed","time":{"start":1728669344476,"stop":1728669344476,"duration":0}},{"uid":"9565902b0ae1ab95","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9565902b0ae1ab95","status":"passed","time":{"start":1728597685173,"stop":1728597685173,"duration":0}},{"uid":"53ffe2d3d8ee7036","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/53ffe2d3d8ee7036","status":"passed","time":{"start":1728596904482,"stop":1728596904482,"duration":0}}]},"8440000d1a363a7d9b3911151c4c2992:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ef41a7b1467200b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ef41a7b1467200b","status":"passed","time":{"start":1729034121947,"stop":1729034121948,"duration":1}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1067fe1c2a8745fe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1067fe1c2a8745fe","status":"passed","time":{"start":1729034462018,"stop":1729034462018,"duration":0}},{"uid":"13f5ddfc57dff137","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/13f5ddfc57dff137","status":"passed","time":{"start":1729034375985,"stop":1729034375986,"duration":1}},{"uid":"ad671ec7049aab7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ad671ec7049aab7","status":"passed","time":{"start":1729034200069,"stop":1729034200070,"duration":1}},{"uid":"29997b8da002657e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29997b8da002657e","status":"passed","time":{"start":1729032257898,"stop":1729032257901,"duration":3}},{"uid":"458f334c022dbcce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/458f334c022dbcce","status":"passed","time":{"start":1728902003568,"stop":1728902003568,"duration":0}},{"uid":"4adad4501dcd58f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4adad4501dcd58f3","status":"passed","time":{"start":1728893434697,"stop":1728893434697,"duration":0}},{"uid":"b875f1a0fd416b51","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b875f1a0fd416b51","status":"passed","time":{"start":1728856398645,"stop":1728856398646,"duration":1}},{"uid":"7fb995fbc52742e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fb995fbc52742e0","status":"passed","time":{"start":1728738612003,"stop":1728738612003,"duration":0}},{"uid":"f02f27af605b4064","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f02f27af605b4064","status":"passed","time":{"start":1728683155010,"stop":1728683155010,"duration":0}},{"uid":"4cd8b7b86626e998","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4cd8b7b86626e998","status":"passed","time":{"start":1728682706106,"stop":1728682706107,"duration":1}},{"uid":"643d8000dd35d919","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/643d8000dd35d919","status":"passed","time":{"start":1728677207497,"stop":1728677207497,"duration":0}},{"uid":"ed2665e119ca379","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed2665e119ca379","status":"passed","time":{"start":1728669887099,"stop":1728669887099,"duration":0}},{"uid":"470c95075e8b5ebb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/470c95075e8b5ebb","status":"passed","time":{"start":1728598263649,"stop":1728598263654,"duration":5}},{"uid":"f9b47f02bb1a1e4a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f9b47f02bb1a1e4a","status":"passed","time":{"start":1728597478276,"stop":1728597478277,"duration":1}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"db8ed804c46b1b04","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db8ed804c46b1b04","status":"passed","time":{"start":1729034370865,"stop":1729034370865,"duration":0}},{"uid":"a4ed7088422d7f0f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a4ed7088422d7f0f","status":"passed","time":{"start":1729034308869,"stop":1729034308869,"duration":0}},{"uid":"50b712ddeb49f24e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/50b712ddeb49f24e","status":"passed","time":{"start":1729034129472,"stop":1729034129472,"duration":0}},{"uid":"1f85d02826273168","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1f85d02826273168","status":"passed","time":{"start":1729032178366,"stop":1729032178366,"duration":0}},{"uid":"bb2973a2fc2c6239","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bb2973a2fc2c6239","status":"passed","time":{"start":1728901896345,"stop":1728901896345,"duration":0}},{"uid":"a6d57dc7668b5fa2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6d57dc7668b5fa2","status":"passed","time":{"start":1728893329023,"stop":1728893329023,"duration":0}},{"uid":"37a9e551f014ea37","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/37a9e551f014ea37","status":"passed","time":{"start":1728856284760,"stop":1728856284761,"duration":1}},{"uid":"f79eb867313791b4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f79eb867313791b4","status":"passed","time":{"start":1728738494938,"stop":1728738494938,"duration":0}},{"uid":"1e1fed5af4985ae7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1e1fed5af4985ae7","status":"passed","time":{"start":1728683033630,"stop":1728683033630,"duration":0}},{"uid":"13ef09a2146c3c0e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13ef09a2146c3c0e","status":"passed","time":{"start":1728682601734,"stop":1728682601734,"duration":0}},{"uid":"f08dcb9137d73754","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f08dcb9137d73754","status":"passed","time":{"start":1728677107959,"stop":1728677107960,"duration":1}},{"uid":"2863922b89e5e7e4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2863922b89e5e7e4","status":"passed","time":{"start":1728669764749,"stop":1728669764749,"duration":0}},{"uid":"8bb69940e8a160e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bb69940e8a160e7","status":"passed","time":{"start":1728598157560,"stop":1728598157561,"duration":1}},{"uid":"e5238b0744597bd1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5238b0744597bd1","status":"passed","time":{"start":1728597369059,"stop":1728597369059,"duration":0}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1f390b7dde2b5593","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1f390b7dde2b5593","status":"passed","time":{"start":1729034393648,"stop":1729034393648,"duration":0}},{"uid":"f2287cca4d044ebb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f2287cca4d044ebb","status":"passed","time":{"start":1729034304848,"stop":1729034304849,"duration":1}},{"uid":"302e84e6032ffd26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/302e84e6032ffd26","status":"passed","time":{"start":1729034121912,"stop":1729034121913,"duration":1}},{"uid":"5f94e246760ba04b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5f94e246760ba04b","status":"passed","time":{"start":1729032174872,"stop":1729032174873,"duration":1}},{"uid":"8e9b824b2bc1c826","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e9b824b2bc1c826","status":"passed","time":{"start":1728901881013,"stop":1728901881013,"duration":0}},{"uid":"7cb4e778a9763ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7cb4e778a9763ca","status":"passed","time":{"start":1728893317164,"stop":1728893317165,"duration":1}},{"uid":"b683f64c5e6c0bfc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b683f64c5e6c0bfc","status":"passed","time":{"start":1728856263100,"stop":1728856263100,"duration":0}},{"uid":"37cc7ca600228b02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37cc7ca600228b02","status":"passed","time":{"start":1728738492799,"stop":1728738492799,"duration":0}},{"uid":"367243aa76c2468a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/367243aa76c2468a","status":"passed","time":{"start":1728683030022,"stop":1728683030022,"duration":0}},{"uid":"b39760bcdc112a12","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b39760bcdc112a12","status":"passed","time":{"start":1728682581103,"stop":1728682581104,"duration":1}},{"uid":"12093564e02e15cb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/12093564e02e15cb","status":"passed","time":{"start":1728677081997,"stop":1728677081998,"duration":1}},{"uid":"7627d4fcb0981f87","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7627d4fcb0981f87","status":"passed","time":{"start":1728669795395,"stop":1728669795398,"duration":3}},{"uid":"5fdd90cd862998de","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5fdd90cd862998de","status":"passed","time":{"start":1728598137504,"stop":1728598137504,"duration":0}},{"uid":"6f476ba457609cfd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6f476ba457609cfd","status":"passed","time":{"start":1728597353480,"stop":1728597353480,"duration":0}}]},"848c54e3d0e8b3e6d0156abfd15fdda2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e0ad814e644a74b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9e0ad814e644a74b","status":"passed","time":{"start":1728738555093,"stop":1728738555094,"duration":1}}]},"3b608d7d71f01ef2aacb351f527bf854:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ef332c7482c05eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5ef332c7482c05eb","status":"passed","time":{"start":1728738492805,"stop":1728738492805,"duration":0}}]},"3cb86b786558114ed062de59c8d16b5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a923b53578946c7f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a923b53578946c7f","status":"passed","time":{"start":1728856333659,"stop":1728856333660,"duration":1}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9464d54d8c54a582","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9464d54d8c54a582","status":"passed","time":{"start":1729034166260,"stop":1729034166260,"duration":0}},{"uid":"a26f2bc2d716db5a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a26f2bc2d716db5a","status":"passed","time":{"start":1729034096718,"stop":1729034096718,"duration":0}},{"uid":"8bb9fe7293c3b85","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8bb9fe7293c3b85","status":"passed","time":{"start":1729033904745,"stop":1729033904747,"duration":2}},{"uid":"9b5f65bc6486f9b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9b5f65bc6486f9b","status":"passed","time":{"start":1729031952293,"stop":1729031952293,"duration":0}},{"uid":"5c680874d928dc6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5c680874d928dc6e","status":"passed","time":{"start":1728901498547,"stop":1728901498547,"duration":0}},{"uid":"b4f6fb4cbe6e848d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b4f6fb4cbe6e848d","status":"passed","time":{"start":1728892934940,"stop":1728892934940,"duration":0}},{"uid":"400360a550b5006d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/400360a550b5006d","status":"passed","time":{"start":1728855901080,"stop":1728855901087,"duration":7}},{"uid":"e0b97ef8636587ff","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e0b97ef8636587ff","status":"passed","time":{"start":1728738109820,"stop":1728738109821,"duration":1}},{"uid":"4cafe129f81a88dc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4cafe129f81a88dc","status":"passed","time":{"start":1728682641761,"stop":1728682641762,"duration":1}},{"uid":"52d07f697b569cfa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/52d07f697b569cfa","status":"passed","time":{"start":1728682224054,"stop":1728682224055,"duration":1}},{"uid":"c1b5fb413b163715","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1b5fb413b163715","status":"passed","time":{"start":1728676692588,"stop":1728676692588,"duration":0}},{"uid":"19f2ae862ff26b3c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/19f2ae862ff26b3c","status":"passed","time":{"start":1728669414322,"stop":1728669414325,"duration":3}},{"uid":"21c416ca32bd354f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/21c416ca32bd354f","status":"passed","time":{"start":1728597758156,"stop":1728597758156,"duration":0}},{"uid":"64561bf94a519e05","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/64561bf94a519e05","status":"passed","time":{"start":1728596973960,"stop":1728596973960,"duration":0}}]},"672397862f4496f05589689eff73d144:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f84602f304f1109","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7f84602f304f1109","status":"passed","time":{"start":1728683117676,"stop":1728683117676,"duration":0}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"47a3534f4d4b12fe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47a3534f4d4b12fe","status":"passed","time":{"start":1729034402253,"stop":1729034402255,"duration":2}},{"uid":"7d92bcb6edcf3f56","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7d92bcb6edcf3f56","status":"passed","time":{"start":1729034323279,"stop":1729034323280,"duration":1}},{"uid":"f230aa5b957c2ee5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f230aa5b957c2ee5","status":"passed","time":{"start":1729034144756,"stop":1729034144756,"duration":0}},{"uid":"86046a09c3517d59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/86046a09c3517d59","status":"passed","time":{"start":1729032198808,"stop":1729032198808,"duration":0}},{"uid":"2832330573697747","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2832330573697747","status":"passed","time":{"start":1728901901734,"stop":1728901901735,"duration":1}},{"uid":"96a8de8910ca7eb8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/96a8de8910ca7eb8","status":"passed","time":{"start":1728893337226,"stop":1728893337226,"duration":0}},{"uid":"9f8ed76cba287529","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f8ed76cba287529","status":"passed","time":{"start":1728856299183,"stop":1728856299183,"duration":0}},{"uid":"5bda78c4a03a5717","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5bda78c4a03a5717","status":"passed","time":{"start":1728738505368,"stop":1728738505368,"duration":0}},{"uid":"f3f24a54f462b5a9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3f24a54f462b5a9","status":"passed","time":{"start":1728683045437,"stop":1728683045437,"duration":0}},{"uid":"198d53f41d7a3b3f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/198d53f41d7a3b3f","status":"passed","time":{"start":1728682607279,"stop":1728682607279,"duration":0}},{"uid":"158225059a7dd36a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/158225059a7dd36a","status":"passed","time":{"start":1728677103484,"stop":1728677103484,"duration":0}},{"uid":"8785ff339feb4127","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8785ff339feb4127","status":"passed","time":{"start":1728669777110,"stop":1728669777110,"duration":0}},{"uid":"dc29fb880c29765","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc29fb880c29765","status":"passed","time":{"start":1728598163458,"stop":1728598163459,"duration":1}},{"uid":"359fb96e249a6532","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/359fb96e249a6532","status":"passed","time":{"start":1728597375453,"stop":1728597375454,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"953f1b2fcee5b170","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/953f1b2fcee5b170","status":"passed","time":{"start":1729034104177,"stop":1729034104182,"duration":5}},{"uid":"9223719b278a3647","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9223719b278a3647","status":"passed","time":{"start":1729034027744,"stop":1729034027745,"duration":1}},{"uid":"6a8e22de62afb947","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a8e22de62afb947","status":"passed","time":{"start":1729033842350,"stop":1729033842350,"duration":0}},{"uid":"ea509b879f96a138","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ea509b879f96a138","status":"passed","time":{"start":1729031892048,"stop":1729031892049,"duration":1}},{"uid":"ceb787dc15800b48","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ceb787dc15800b48","status":"passed","time":{"start":1728901438031,"stop":1728901438031,"duration":0}},{"uid":"d6a5d65a402d0bfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6a5d65a402d0bfd","status":"passed","time":{"start":1728892868234,"stop":1728892868235,"duration":1}},{"uid":"cd96393e68131213","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cd96393e68131213","status":"passed","time":{"start":1728855831081,"stop":1728855831081,"duration":0}},{"uid":"fdf059388bedec65","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fdf059388bedec65","status":"passed","time":{"start":1728738048444,"stop":1728738048444,"duration":0}},{"uid":"1fcb7db8fb6be368","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1fcb7db8fb6be368","status":"passed","time":{"start":1728682581847,"stop":1728682581848,"duration":1}},{"uid":"8f66789623f8e195","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8f66789623f8e195","status":"passed","time":{"start":1728682154709,"stop":1728682154710,"duration":1}},{"uid":"ec01d9d13cdc4d01","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec01d9d13cdc4d01","status":"passed","time":{"start":1728676629303,"stop":1728676629304,"duration":1}},{"uid":"a095924f0c78e8af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a095924f0c78e8af","status":"passed","time":{"start":1728669352212,"stop":1728669352213,"duration":1}},{"uid":"1eab5056830b3458","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1eab5056830b3458","status":"passed","time":{"start":1728597693020,"stop":1728597693021,"duration":1}},{"uid":"8d422045d34e8d51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d422045d34e8d51","status":"passed","time":{"start":1728596912534,"stop":1728596912534,"duration":0}}]},"69632c8ff60ec8fd34af2865229def31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48a72d126fba64e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/48a72d126fba64e","status":"passed","time":{"start":1728856355682,"stop":1728856355683,"duration":1}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d29e931ae4c4e439","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d29e931ae4c4e439","status":"passed","time":{"start":1729034240927,"stop":1729034240928,"duration":1}},{"uid":"fbf5a6b6dd9e5d48","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fbf5a6b6dd9e5d48","status":"passed","time":{"start":1729034159624,"stop":1729034159624,"duration":0}},{"uid":"cab3873319e434e3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cab3873319e434e3","status":"passed","time":{"start":1729033976806,"stop":1729033976807,"duration":1}},{"uid":"123e1b0ddd1376de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/123e1b0ddd1376de","status":"passed","time":{"start":1729032020530,"stop":1729032020531,"duration":1}},{"uid":"67fff6eb32030bff","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67fff6eb32030bff","status":"passed","time":{"start":1728901616474,"stop":1728901616474,"duration":0}},{"uid":"1d96fbd514fea817","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d96fbd514fea817","status":"passed","time":{"start":1728893050251,"stop":1728893050251,"duration":0}},{"uid":"94851dc12162616e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/94851dc12162616e","status":"passed","time":{"start":1728856015177,"stop":1728856015180,"duration":3}},{"uid":"39e4dc0f26d95951","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/39e4dc0f26d95951","status":"passed","time":{"start":1728738233148,"stop":1728738233148,"duration":0}},{"uid":"d2838e48c3429061","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d2838e48c3429061","status":"passed","time":{"start":1728682762478,"stop":1728682762478,"duration":0}},{"uid":"88469ad70ed63a6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/88469ad70ed63a6","status":"passed","time":{"start":1728682332792,"stop":1728682332792,"duration":0}},{"uid":"c42c0f9c80bf1a9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c42c0f9c80bf1a9","status":"passed","time":{"start":1728676810300,"stop":1728676810303,"duration":3}},{"uid":"282d1a40b9b6f06d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/282d1a40b9b6f06d","status":"passed","time":{"start":1728669529906,"stop":1728669529906,"duration":0}},{"uid":"e22a7365244947cf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e22a7365244947cf","status":"passed","time":{"start":1728597873541,"stop":1728597873541,"duration":0}},{"uid":"3cb3df1434b054d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3cb3df1434b054d1","status":"passed","time":{"start":1728597089279,"stop":1728597089279,"duration":0}}]},"f849b89fe6b8d4b2b0b8fe9e91ddc402:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"163c298aa1a1cfdd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/163c298aa1a1cfdd","status":"passed","time":{"start":1728683093170,"stop":1728683093170,"duration":0}}]},"9429f9d03cae34c7ad746af981475693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cab060f1e25f10a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5cab060f1e25f10a","status":"passed","time":{"start":1728669795407,"stop":1728669795408,"duration":1}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"573fae9e4ea53c6f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/573fae9e4ea53c6f","status":"passed","time":{"start":1729034179355,"stop":1729034179356,"duration":1}},{"uid":"1f6b97dd9d3de295","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1f6b97dd9d3de295","status":"passed","time":{"start":1729034120550,"stop":1729034120551,"duration":1}},{"uid":"7e6e74e42811c697","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7e6e74e42811c697","status":"passed","time":{"start":1729033937083,"stop":1729033937083,"duration":0}},{"uid":"e520dab9b539f3df","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e520dab9b539f3df","status":"passed","time":{"start":1729031987033,"stop":1729031987033,"duration":0}},{"uid":"13adf496c923114f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/13adf496c923114f","status":"passed","time":{"start":1728901546863,"stop":1728901546863,"duration":0}},{"uid":"e1f972c065426c89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e1f972c065426c89","status":"passed","time":{"start":1728892979418,"stop":1728892979419,"duration":1}},{"uid":"332ae9ecc0c7c7f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/332ae9ecc0c7c7f","status":"passed","time":{"start":1728855940957,"stop":1728855940958,"duration":1}},{"uid":"17a515bfcab60c49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/17a515bfcab60c49","status":"passed","time":{"start":1728738161107,"stop":1728738161107,"duration":0}},{"uid":"cb5fc9ee1b546380","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cb5fc9ee1b546380","status":"passed","time":{"start":1728682691671,"stop":1728682691671,"duration":0}},{"uid":"bacd2ec6ca3d201","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bacd2ec6ca3d201","status":"passed","time":{"start":1728682265766,"stop":1728682265767,"duration":1}},{"uid":"50047451f76e846f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/50047451f76e846f","status":"passed","time":{"start":1728676744597,"stop":1728676744598,"duration":1}},{"uid":"b4e03faa57d4bb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b4e03faa57d4bb3","status":"passed","time":{"start":1728669464696,"stop":1728669464703,"duration":7}},{"uid":"3920e265eb13534c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3920e265eb13534c","status":"passed","time":{"start":1728597804167,"stop":1728597804168,"duration":1}},{"uid":"8d62c3d90427d3d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d62c3d90427d3d2","status":"passed","time":{"start":1728597021421,"stop":1728597021422,"duration":1}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"348e6715ac551ad6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/348e6715ac551ad6","status":"passed","time":{"start":1729034325772,"stop":1729034325773,"duration":1}},{"uid":"3f2f7df8d4e656de","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3f2f7df8d4e656de","status":"passed","time":{"start":1729034249509,"stop":1729034249511,"duration":2}},{"uid":"997ec848a1e13ccb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/997ec848a1e13ccb","status":"passed","time":{"start":1729034066153,"stop":1729034066153,"duration":0}},{"uid":"927a946fc783ce4a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/927a946fc783ce4a","status":"passed","time":{"start":1728901782835,"stop":1728901782835,"duration":0}},{"uid":"ba1af1d755af0a1e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ba1af1d755af0a1e","status":"passed","time":{"start":1728893215983,"stop":1728893215984,"duration":1}},{"uid":"273bbb36db0788e9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/273bbb36db0788e9","status":"passed","time":{"start":1728856159198,"stop":1728856159198,"duration":0}},{"uid":"16cf8424b0afc75f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/16cf8424b0afc75f","status":"passed","time":{"start":1728738371833,"stop":1728738371833,"duration":0}},{"uid":"ef9ecda1ac0f93c4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ef9ecda1ac0f93c4","status":"passed","time":{"start":1728682915879,"stop":1728682915880,"duration":1}},{"uid":"8b5bf93f9611e64","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8b5bf93f9611e64","status":"passed","time":{"start":1728682496455,"stop":1728682496455,"duration":0}},{"uid":"c793f065500e23fc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c793f065500e23fc","status":"passed","time":{"start":1728676980220,"stop":1728676980222,"duration":2}},{"uid":"fb94c512f9ca327b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fb94c512f9ca327b","status":"passed","time":{"start":1728598045383,"stop":1728598045384,"duration":1}},{"uid":"10dc4cbccd659dd3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/10dc4cbccd659dd3","status":"passed","time":{"start":1728597260329,"stop":1728597260329,"duration":0}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2c99e66050a6d17b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2c99e66050a6d17b","status":"passed","time":{"start":1729034240910,"stop":1729034240912,"duration":2}},{"uid":"19347470abe56884","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/19347470abe56884","status":"passed","time":{"start":1729034159611,"stop":1729034159611,"duration":0}},{"uid":"85ba216f652b1afb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85ba216f652b1afb","status":"passed","time":{"start":1729033976789,"stop":1729033976789,"duration":0}},{"uid":"56ad98f42ce0073a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/56ad98f42ce0073a","status":"passed","time":{"start":1729032020510,"stop":1729032020510,"duration":0}},{"uid":"40ec16a95c46e27a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40ec16a95c46e27a","status":"passed","time":{"start":1728901616426,"stop":1728901616426,"duration":0}},{"uid":"5e4f58d90b7cc972","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5e4f58d90b7cc972","status":"passed","time":{"start":1728893050241,"stop":1728893050242,"duration":1}},{"uid":"f3dbbb98f1b1fe14","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3dbbb98f1b1fe14","status":"passed","time":{"start":1728856015168,"stop":1728856015168,"duration":0}},{"uid":"7cb35944e01b59c3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7cb35944e01b59c3","status":"passed","time":{"start":1728738233133,"stop":1728738233133,"duration":0}},{"uid":"26df193201299446","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/26df193201299446","status":"passed","time":{"start":1728682762466,"stop":1728682762467,"duration":1}},{"uid":"301ea4d433d3721a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/301ea4d433d3721a","status":"passed","time":{"start":1728682332782,"stop":1728682332783,"duration":1}},{"uid":"42e07f93c451be66","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/42e07f93c451be66","status":"passed","time":{"start":1728676810287,"stop":1728676810287,"duration":0}},{"uid":"2b5ac6b5000b91a9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b5ac6b5000b91a9","status":"passed","time":{"start":1728669529890,"stop":1728669529890,"duration":0}},{"uid":"91fdca3cfecaeaf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/91fdca3cfecaeaf","status":"passed","time":{"start":1728597873530,"stop":1728597873530,"duration":0}},{"uid":"cd3b7e18225defc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd3b7e18225defc2","status":"passed","time":{"start":1728597089270,"stop":1728597089270,"duration":0}}]},"1039879d84fef6ec88d6b8c8c3bf2062:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b737f3b19550c4d7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b737f3b19550c4d7","status":"passed","time":{"start":1728901881028,"stop":1728901881029,"duration":1}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"948f7e770fa175d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/948f7e770fa175d4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034371234,"stop":1729034371235,"duration":1}},{"uid":"d2fedd51569ff7f3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d2fedd51569ff7f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034305208,"stop":1729034305209,"duration":1}},{"uid":"249094951590ce0f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/249094951590ce0f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122311,"stop":1729034122311,"duration":0}},{"uid":"7d843f87d6d44cb7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7d843f87d6d44cb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175157,"stop":1729032175161,"duration":4}},{"uid":"b79b7989b1d65500","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b79b7989b1d65500","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873457,"stop":1728901873458,"duration":1}},{"uid":"b946572bd6c75e78","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b946572bd6c75e78","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311289,"stop":1728893311290,"duration":1}},{"uid":"63b8873ca3ed5b88","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63b8873ca3ed5b88","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263476,"stop":1728856263477,"duration":1}},{"uid":"3caabfe22ed5b5ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3caabfe22ed5b5ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483673,"stop":1728738483673,"duration":0}},{"uid":"86cbd9362ccb9dd2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/86cbd9362ccb9dd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030247,"stop":1728683030248,"duration":1}},{"uid":"f87c9c92dd5a0868","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f87c9c92dd5a0868","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581303,"stop":1728682581304,"duration":1}},{"uid":"9bcfbd929dfacbec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9bcfbd929dfacbec","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082260,"stop":1728677082260,"duration":0}},{"uid":"629f86270552b717","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/629f86270552b717","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754303,"stop":1728669754303,"duration":0}},{"uid":"a6a4578a2ea0c4c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a6a4578a2ea0c4c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137642,"stop":1728598137642,"duration":0}},{"uid":"7b24077bbee73d23","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b24077bbee73d23","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350584,"stop":1728597350584,"duration":0}}]},"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d4de7754bc77d655","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4de7754bc77d655","status":"passed","time":{"start":1729034096135,"stop":1729034096136,"duration":1}},{"uid":"e3442dbd622c2326","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e3442dbd622c2326","status":"passed","time":{"start":1729034020092,"stop":1729034020093,"duration":1}},{"uid":"3818b3cb1003852b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3818b3cb1003852b","status":"passed","time":{"start":1729033834388,"stop":1729033834389,"duration":1}},{"uid":"c15c5a3f9b3f59c1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c15c5a3f9b3f59c1","status":"passed","time":{"start":1729031884122,"stop":1729031884122,"duration":0}},{"uid":"56dc656e1ea0ee15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56dc656e1ea0ee15","status":"passed","time":{"start":1728901430256,"stop":1728901430256,"duration":0}},{"uid":"d473e5f35faaf220","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d473e5f35faaf220","status":"passed","time":{"start":1728892860534,"stop":1728892860534,"duration":0}},{"uid":"43df41ee66b9311a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/43df41ee66b9311a","status":"passed","time":{"start":1728855823324,"stop":1728855823324,"duration":0}},{"uid":"64ff2a5dbc355d16","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/64ff2a5dbc355d16","status":"passed","time":{"start":1728738040605,"stop":1728738040605,"duration":0}},{"uid":"e18d6e02b0e16d62","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e18d6e02b0e16d62","status":"passed","time":{"start":1728682574095,"stop":1728682574095,"duration":0}},{"uid":"166f61b4703ebc19","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/166f61b4703ebc19","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"fef64175d00dea2d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fef64175d00dea2d","status":"passed","time":{"start":1728676621434,"stop":1728676621434,"duration":0}},{"uid":"92f4e040c8734496","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92f4e040c8734496","status":"passed","time":{"start":1728669344470,"stop":1728669344470,"duration":0}},{"uid":"845575160abe8eb7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/845575160abe8eb7","status":"passed","time":{"start":1728597685163,"stop":1728597685164,"duration":1}},{"uid":"fc399176e11abca1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc399176e11abca1","status":"passed","time":{"start":1728596904471,"stop":1728596904471,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"961f4437a560fbd2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/961f4437a560fbd2","status":"passed","time":{"start":1729034402290,"stop":1729034402290,"duration":0}},{"uid":"d768723605111846","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d768723605111846","status":"passed","time":{"start":1729034323319,"stop":1729034323319,"duration":0}},{"uid":"2e34179447f8771f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2e34179447f8771f","status":"passed","time":{"start":1729034144773,"stop":1729034144774,"duration":1}},{"uid":"5123d2daf6fc231e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5123d2daf6fc231e","status":"passed","time":{"start":1729032198837,"stop":1729032198838,"duration":1}},{"uid":"ea24b55f1204acca","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea24b55f1204acca","status":"passed","time":{"start":1728901901778,"stop":1728901901778,"duration":0}},{"uid":"d9f86b48e2b95f5f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d9f86b48e2b95f5f","status":"passed","time":{"start":1728893337259,"stop":1728893337259,"duration":0}},{"uid":"ead699be5e7c537","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ead699be5e7c537","status":"passed","time":{"start":1728856299203,"stop":1728856299203,"duration":0}},{"uid":"540b0d4522620cf7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/540b0d4522620cf7","status":"passed","time":{"start":1728738505395,"stop":1728738505396,"duration":1}},{"uid":"a1132fcdfc896784","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1132fcdfc896784","status":"passed","time":{"start":1728683045455,"stop":1728683045455,"duration":0}},{"uid":"ca5745871ad98ebe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ca5745871ad98ebe","status":"passed","time":{"start":1728682607300,"stop":1728682607300,"duration":0}},{"uid":"25dd9044146f98eb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/25dd9044146f98eb","status":"passed","time":{"start":1728677103503,"stop":1728677103504,"duration":1}},{"uid":"e3c1431438294208","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e3c1431438294208","status":"passed","time":{"start":1728669777144,"stop":1728669777144,"duration":0}},{"uid":"8b85ea3f8a2fa2a5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8b85ea3f8a2fa2a5","status":"passed","time":{"start":1728598163472,"stop":1728598163472,"duration":0}},{"uid":"ee26ed8bb8a0a23c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ee26ed8bb8a0a23c","status":"passed","time":{"start":1728597375493,"stop":1728597375494,"duration":1}}]},"c8e72a6ac781ab33b5f43918658fefcb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2255d049b1402a3e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2255d049b1402a3e","status":"passed","time":{"start":1729034428557,"stop":1729034428558,"duration":1}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f717645439e46306","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f717645439e46306","status":"passed","time":{"start":1729034240906,"stop":1729034240906,"duration":0}},{"uid":"9ded3190039450d4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9ded3190039450d4","status":"passed","time":{"start":1729034159609,"stop":1729034159609,"duration":0}},{"uid":"3f1d65590d8b1712","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f1d65590d8b1712","status":"passed","time":{"start":1729033976776,"stop":1729033976776,"duration":0}},{"uid":"9d37436f43ca4199","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d37436f43ca4199","status":"passed","time":{"start":1729032020507,"stop":1729032020507,"duration":0}},{"uid":"89413cf73e649923","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/89413cf73e649923","status":"passed","time":{"start":1728901616424,"stop":1728901616424,"duration":0}},{"uid":"828022834f9c6777","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/828022834f9c6777","status":"passed","time":{"start":1728893050239,"stop":1728893050239,"duration":0}},{"uid":"8b31c7e956f2d83e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b31c7e956f2d83e","status":"passed","time":{"start":1728856015166,"stop":1728856015166,"duration":0}},{"uid":"ae46f6e4cf8abd1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ae46f6e4cf8abd1c","status":"passed","time":{"start":1728738233128,"stop":1728738233129,"duration":1}},{"uid":"786dda69f3bccb02","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/786dda69f3bccb02","status":"passed","time":{"start":1728682762462,"stop":1728682762462,"duration":0}},{"uid":"ea7150daa16a92bf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea7150daa16a92bf","status":"passed","time":{"start":1728682332780,"stop":1728682332780,"duration":0}},{"uid":"557ee14409f58bd8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/557ee14409f58bd8","status":"passed","time":{"start":1728676810284,"stop":1728676810285,"duration":1}},{"uid":"6c4348b69fbdc267","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c4348b69fbdc267","status":"passed","time":{"start":1728669529887,"stop":1728669529888,"duration":1}},{"uid":"3d8ac0c4bc41f97a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3d8ac0c4bc41f97a","status":"passed","time":{"start":1728597873526,"stop":1728597873527,"duration":1}},{"uid":"8972030cc2949db7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8972030cc2949db7","status":"passed","time":{"start":1728597089267,"stop":1728597089268,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2f81da510510ab3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2f81da510510ab3","status":"passed","time":{"start":1729034393624,"stop":1729034393625,"duration":1}},{"uid":"2a08f29ebc5f0789","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2a08f29ebc5f0789","status":"passed","time":{"start":1729034304793,"stop":1729034304793,"duration":0}},{"uid":"747430b44b05be25","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/747430b44b05be25","status":"passed","time":{"start":1729034121875,"stop":1729034121875,"duration":0}},{"uid":"462fd9e323556702","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/462fd9e323556702","status":"passed","time":{"start":1729032174794,"stop":1729032174795,"duration":1}},{"uid":"d793a150811ef4f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d793a150811ef4f7","status":"passed","time":{"start":1728901881001,"stop":1728901881001,"duration":0}},{"uid":"93f67f9ccce65490","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/93f67f9ccce65490","status":"passed","time":{"start":1728893317129,"stop":1728893317129,"duration":0}},{"uid":"34899aadb998dcad","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/34899aadb998dcad","status":"passed","time":{"start":1728856263062,"stop":1728856263063,"duration":1}},{"uid":"9e5607c2d00bc13e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9e5607c2d00bc13e","status":"passed","time":{"start":1728738492779,"stop":1728738492781,"duration":2}},{"uid":"6586634731223127","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6586634731223127","status":"passed","time":{"start":1728683030005,"stop":1728683030006,"duration":1}},{"uid":"fea44c9559b11da9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fea44c9559b11da9","status":"passed","time":{"start":1728682581058,"stop":1728682581060,"duration":2}},{"uid":"af212fb5f441af91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/af212fb5f441af91","status":"passed","time":{"start":1728677081981,"stop":1728677081981,"duration":0}},{"uid":"803ed7b5708a4a76","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/803ed7b5708a4a76","status":"passed","time":{"start":1728669795382,"stop":1728669795382,"duration":0}},{"uid":"983eecf1e2e2366c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/983eecf1e2e2366c","status":"passed","time":{"start":1728598137489,"stop":1728598137490,"duration":1}},{"uid":"97c946fc2558cea6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/97c946fc2558cea6","status":"passed","time":{"start":1728597353469,"stop":1728597353470,"duration":1}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1d2ffd981adbf7dd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1d2ffd981adbf7dd","status":"passed","time":{"start":1729034104919,"stop":1729034104919,"duration":0}},{"uid":"4229f8258d382917","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4229f8258d382917","status":"passed","time":{"start":1729034028518,"stop":1729034028518,"duration":0}},{"uid":"5c5fcfe8d2d086c7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5c5fcfe8d2d086c7","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"duration":0}},{"uid":"6495cd77bc38d864","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6495cd77bc38d864","status":"passed","time":{"start":1729031892683,"stop":1729031892683,"duration":0}},{"uid":"a01a1ba40aecaaa5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a01a1ba40aecaaa5","status":"passed","time":{"start":1728901438815,"stop":1728901438815,"duration":0}},{"uid":"7bf951d6dad3afb9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7bf951d6dad3afb9","status":"passed","time":{"start":1728892869008,"stop":1728892869008,"duration":0}},{"uid":"223f55dbcad1bcb8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/223f55dbcad1bcb8","status":"passed","time":{"start":1728855831899,"stop":1728855831899,"duration":0}},{"uid":"fb53102a638e16c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fb53102a638e16c4","status":"passed","time":{"start":1728738049047,"stop":1728738049048,"duration":1}},{"uid":"5b63b0bf9234a017","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5b63b0bf9234a017","status":"passed","time":{"start":1728682582626,"stop":1728682582626,"duration":0}},{"uid":"826bf72ead49e878","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/826bf72ead49e878","status":"passed","time":{"start":1728682155414,"stop":1728682155414,"duration":0}},{"uid":"250c907f222a5b93","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/250c907f222a5b93","status":"passed","time":{"start":1728676629981,"stop":1728676629981,"duration":0}},{"uid":"d14884ad5e7af976","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d14884ad5e7af976","status":"passed","time":{"start":1728669353108,"stop":1728669353108,"duration":0}},{"uid":"43d4885abdd378aa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/43d4885abdd378aa","status":"passed","time":{"start":1728597693854,"stop":1728597693854,"duration":0}},{"uid":"4902b7369b07352f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4902b7369b07352f","status":"passed","time":{"start":1728596913098,"stop":1728596913098,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"47137cbd2b31d4f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47137cbd2b31d4f5","status":"passed","time":{"start":1729034104918,"stop":1729034104918,"duration":0}},{"uid":"ca467f6436d3649","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ca467f6436d3649","status":"passed","time":{"start":1729034028516,"stop":1729034028516,"duration":0}},{"uid":"ee6e97b084a3d147","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee6e97b084a3d147","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0}},{"uid":"1af2a877dd294631","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1af2a877dd294631","status":"passed","time":{"start":1729031892682,"stop":1729031892682,"duration":0}},{"uid":"1c470f23e279a11d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c470f23e279a11d","status":"passed","time":{"start":1728901438813,"stop":1728901438813,"duration":0}},{"uid":"c339ab73e2d147ae","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c339ab73e2d147ae","status":"passed","time":{"start":1728892869006,"stop":1728892869006,"duration":0}},{"uid":"b2cfa81f5fd984ce","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2cfa81f5fd984ce","status":"passed","time":{"start":1728855831898,"stop":1728855831898,"duration":0}},{"uid":"4818cbe759085a5b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4818cbe759085a5b","status":"passed","time":{"start":1728738049045,"stop":1728738049046,"duration":1}},{"uid":"45cb0c7329d6984d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/45cb0c7329d6984d","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"c8366e4e8fe0c25a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c8366e4e8fe0c25a","status":"passed","time":{"start":1728682155413,"stop":1728682155413,"duration":0}},{"uid":"2ccb5329e6b21d68","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2ccb5329e6b21d68","status":"passed","time":{"start":1728676629979,"stop":1728676629980,"duration":1}},{"uid":"1166bf64a26752e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1166bf64a26752e2","status":"passed","time":{"start":1728669353106,"stop":1728669353107,"duration":1}},{"uid":"d0a9c0dc8119fa0f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d0a9c0dc8119fa0f","status":"passed","time":{"start":1728597693852,"stop":1728597693853,"duration":1}},{"uid":"149804c81e6be875","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/149804c81e6be875","status":"passed","time":{"start":1728596913096,"stop":1728596913097,"duration":1}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a154038345ecb380","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a154038345ecb380","status":"passed","time":{"start":1729034104917,"stop":1729034104918,"duration":1}},{"uid":"48effdedda5425ee","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/48effdedda5425ee","status":"passed","time":{"start":1729034028515,"stop":1729034028516,"duration":1}},{"uid":"678e61af4756519d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/678e61af4756519d","status":"passed","time":{"start":1729033843123,"stop":1729033843123,"duration":0}},{"uid":"8b74c1ef967baed6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b74c1ef967baed6","status":"passed","time":{"start":1729031892682,"stop":1729031892682,"duration":0}},{"uid":"bc6a659c90f8a3c2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc6a659c90f8a3c2","status":"passed","time":{"start":1728901438813,"stop":1728901438813,"duration":0}},{"uid":"dfc13b5edc8c730a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dfc13b5edc8c730a","status":"passed","time":{"start":1728892869006,"stop":1728892869006,"duration":0}},{"uid":"83cefa48862e25ef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/83cefa48862e25ef","status":"passed","time":{"start":1728855831897,"stop":1728855831897,"duration":0}},{"uid":"9271c5ce7d6697bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9271c5ce7d6697bd","status":"passed","time":{"start":1728738049045,"stop":1728738049045,"duration":0}},{"uid":"6d1b9ed4f7beac1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6d1b9ed4f7beac1","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"176f89164cdbf522","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/176f89164cdbf522","status":"passed","time":{"start":1728682155413,"stop":1728682155413,"duration":0}},{"uid":"e8a0fd8e0cc1f061","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8a0fd8e0cc1f061","status":"passed","time":{"start":1728676629979,"stop":1728676629979,"duration":0}},{"uid":"1e2bace4bf33a7ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1e2bace4bf33a7ed","status":"passed","time":{"start":1728669353106,"stop":1728669353106,"duration":0}},{"uid":"e3a0240afdf5c3e5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3a0240afdf5c3e5","status":"passed","time":{"start":1728597693852,"stop":1728597693852,"duration":0}},{"uid":"ff3acd62c7e12768","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ff3acd62c7e12768","status":"passed","time":{"start":1728596913096,"stop":1728596913096,"duration":0}}]},"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"44939c3efb0f7bc1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/44939c3efb0f7bc1","status":"passed","time":{"start":1729034096144,"stop":1729034096144,"duration":0}},{"uid":"9e2d22e0913ec83d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9e2d22e0913ec83d","status":"passed","time":{"start":1729034020100,"stop":1729034020101,"duration":1}},{"uid":"e7ddfb684898949","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7ddfb684898949","status":"passed","time":{"start":1729033834398,"stop":1729033834398,"duration":0}},{"uid":"d4668c8e5a78a840","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d4668c8e5a78a840","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"88a6900b7d5bc647","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/88a6900b7d5bc647","status":"passed","time":{"start":1728901430264,"stop":1728901430264,"duration":0}},{"uid":"576ec2a64355c16f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/576ec2a64355c16f","status":"passed","time":{"start":1728892860543,"stop":1728892860543,"duration":0}},{"uid":"8d0d541cd42cdba1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8d0d541cd42cdba1","status":"passed","time":{"start":1728855823332,"stop":1728855823332,"duration":0}},{"uid":"1ffb7ab470149692","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1ffb7ab470149692","status":"passed","time":{"start":1728738040613,"stop":1728738040613,"duration":0}},{"uid":"e2aed6ee2d03a937","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e2aed6ee2d03a937","status":"passed","time":{"start":1728682574104,"stop":1728682574104,"duration":0}},{"uid":"4425fdbe6eeccf5c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4425fdbe6eeccf5c","status":"passed","time":{"start":1728682146828,"stop":1728682146829,"duration":1}},{"uid":"887e38e1b1fb0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/887e38e1b1fb0e","status":"passed","time":{"start":1728676621443,"stop":1728676621443,"duration":0}},{"uid":"c5ff02c8e508c012","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c5ff02c8e508c012","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"9b8cc7821da9d89e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9b8cc7821da9d89e","status":"passed","time":{"start":1728597685173,"stop":1728597685173,"duration":0}},{"uid":"ed0cc3ab296832e4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed0cc3ab296832e4","status":"passed","time":{"start":1728596904483,"stop":1728596904483,"duration":0}}]},"2c3d7d305b475e827ff2a41cc1e32407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1fac69dd1a63d976","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1fac69dd1a63d976","status":"passed","time":{"start":1728597434078,"stop":1728597434079,"duration":1}}]},"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":11,"unknown":0,"total":14},"items":[{"uid":"41efa0bf40ac946f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/41efa0bf40ac946f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241339,"stop":1729034241339,"duration":0}},{"uid":"5c049291dd7f81a6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5c049291dd7f81a6","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160192,"stop":1729034160192,"duration":0}},{"uid":"fb076ace8bac66d5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb076ace8bac66d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977225,"stop":1729033977225,"duration":0}},{"uid":"96275ef12ea569f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/96275ef12ea569f1","status":"passed","time":{"start":1729032053270,"stop":1729032053270,"duration":0}},{"uid":"c9181b8eb90aa7d4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c9181b8eb90aa7d4","status":"passed","time":{"start":1728901711767,"stop":1728901711767,"duration":0}},{"uid":"b8adc4012c4623a9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b8adc4012c4623a9","status":"passed","time":{"start":1728893141897,"stop":1728893141897,"duration":0}},{"uid":"4bdf5f90bbf73757","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4bdf5f90bbf73757","status":"passed","time":{"start":1728856103200,"stop":1728856103200,"duration":0}},{"uid":"e89d04ac15759f88","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e89d04ac15759f88","status":"passed","time":{"start":1728738321619,"stop":1728738321620,"duration":1}},{"uid":"497eb1a05073a5d7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/497eb1a05073a5d7","status":"passed","time":{"start":1728682857565,"stop":1728682857566,"duration":1}},{"uid":"350d7fb56775c019","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/350d7fb56775c019","status":"passed","time":{"start":1728682428804,"stop":1728682428804,"duration":0}},{"uid":"6aec71f5b8b3e0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6aec71f5b8b3e0e","status":"passed","time":{"start":1728676901168,"stop":1728676901169,"duration":1}},{"uid":"d18c4adf3143f54a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d18c4adf3143f54a","status":"passed","time":{"start":1728669573862,"stop":1728669573863,"duration":1}},{"uid":"4f9c7dbdcca79807","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4f9c7dbdcca79807","status":"passed","time":{"start":1728597972337,"stop":1728597972337,"duration":0}},{"uid":"4eef358f8a086848","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4eef358f8a086848","status":"passed","time":{"start":1728597175619,"stop":1728597175619,"duration":0}}]},"82c0e94f1876fe6c2cf7e06253407956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"879e77a81592ede","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/879e77a81592ede","status":"passed","time":{"start":1728597375480,"stop":1728597375481,"duration":1}}]},"87fa9ac8365c7bf5a68368eb18520031:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"5a6fd3db29da3691","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5a6fd3db29da3691","status":"passed","time":{"start":1729034137281,"stop":1729034137282,"duration":1}},{"uid":"e745a6c462624e83","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e745a6c462624e83","status":"passed","time":{"start":1729034060003,"stop":1729034060004,"duration":1}},{"uid":"79ca731aa452e7ec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79ca731aa452e7ec","status":"passed","time":{"start":1729033875011,"stop":1729033875011,"duration":0}},{"uid":"73ad08123118e351","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73ad08123118e351","status":"passed","time":{"start":1729031924808,"stop":1729031924809,"duration":1}},{"uid":"bb989eb42ba708a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bb989eb42ba708a9","status":"passed","time":{"start":1728855863301,"stop":1728855863301,"duration":0}},{"uid":"b1872677dea2bfc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b1872677dea2bfc","status":"passed","time":{"start":1728738080965,"stop":1728738080965,"duration":0}},{"uid":"ede23640831e54fe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ede23640831e54fe","status":"passed","time":{"start":1728682614256,"stop":1728682614256,"duration":0}},{"uid":"bb3394f820470284","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb3394f820470284","status":"passed","time":{"start":1728682187100,"stop":1728682187100,"duration":0}}]},"aca8972a7f5eff360f1c34563f3ecf3a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce4b0eea01d52e29","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ce4b0eea01d52e29","status":"passed","time":{"start":1728683110369,"stop":1728683110369,"duration":0}}]},"5a984aaa5ae8f06e43466d3ac8920bac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d90bf736128f52ef","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d90bf736128f52ef","status":"passed","time":{"start":1728677163580,"stop":1728677163582,"duration":2}}]},"eb17774d4396358918f2312750740b0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f6a1b851dd17b50a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f6a1b851dd17b50a","status":"passed","time":{"start":1729034112232,"stop":1729034112232,"duration":0}},{"uid":"92fcd713f55548b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/92fcd713f55548b3","status":"passed","time":{"start":1729034035749,"stop":1729034035749,"duration":0}},{"uid":"ac74dae45c45bc5f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac74dae45c45bc5f","status":"passed","time":{"start":1729033850296,"stop":1729033850297,"duration":1}},{"uid":"4b09d1b21fd97501","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4b09d1b21fd97501","status":"passed","time":{"start":1729031899900,"stop":1729031899901,"duration":1}},{"uid":"90df905b64655470","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/90df905b64655470","status":"passed","time":{"start":1728901445870,"stop":1728901445870,"duration":0}},{"uid":"35c0862c6cbabe29","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/35c0862c6cbabe29","status":"passed","time":{"start":1728892875903,"stop":1728892875904,"duration":1}},{"uid":"a148a679929cd687","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a148a679929cd687","status":"passed","time":{"start":1728855839036,"stop":1728855839036,"duration":0}},{"uid":"3569a14e4cb3731","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3569a14e4cb3731","status":"passed","time":{"start":1728738056183,"stop":1728738056183,"duration":0}},{"uid":"38aeb931ce67f97e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/38aeb931ce67f97e","status":"passed","time":{"start":1728682589457,"stop":1728682589457,"duration":0}},{"uid":"bcd88d6b80f63185","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bcd88d6b80f63185","status":"passed","time":{"start":1728682162315,"stop":1728682162315,"duration":0}},{"uid":"ccccdfeab5f3475c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ccccdfeab5f3475c","status":"passed","time":{"start":1728676637000,"stop":1728676637001,"duration":1}},{"uid":"7c97bc6386cf27c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7c97bc6386cf27c1","status":"passed","time":{"start":1728669360367,"stop":1728669360367,"duration":0}},{"uid":"d224771b43b25169","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d224771b43b25169","status":"passed","time":{"start":1728597700886,"stop":1728597700886,"duration":0}},{"uid":"bab646b0abd05232","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bab646b0abd05232","status":"passed","time":{"start":1728596919825,"stop":1728596919825,"duration":0}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"12fe833603d19697","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12fe833603d19697","status":"passed","time":{"start":1729034296710,"stop":1729034296711,"duration":1}},{"uid":"128773fcbdfc144e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/128773fcbdfc144e","status":"passed","time":{"start":1729034220608,"stop":1729034220608,"duration":0}},{"uid":"310e05cb35456766","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/310e05cb35456766","status":"passed","time":{"start":1729034041492,"stop":1729034041494,"duration":2}},{"uid":"660eee4030e7e710","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/660eee4030e7e710","status":"passed","time":{"start":1728901705408,"stop":1728901705410,"duration":2}},{"uid":"f9b90b8a5dba376","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f9b90b8a5dba376","status":"passed","time":{"start":1728893141779,"stop":1728893141779,"duration":0}},{"uid":"cef19e58b3078581","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cef19e58b3078581","status":"passed","time":{"start":1728856087086,"stop":1728856087086,"duration":0}},{"uid":"c2289b2f0a9740a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c2289b2f0a9740a2","status":"passed","time":{"start":1728738321439,"stop":1728738321439,"duration":0}},{"uid":"bf3beea9baec10b8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bf3beea9baec10b8","status":"passed","time":{"start":1728682845678,"stop":1728682845678,"duration":0}},{"uid":"9b44df23d0dc2172","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b44df23d0dc2172","status":"passed","time":{"start":1728682424313,"stop":1728682424313,"duration":0}},{"uid":"32c7b99de4d3766a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/32c7b99de4d3766a","status":"passed","time":{"start":1728676900542,"stop":1728676900542,"duration":0}},{"uid":"32a840ae56331734","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32a840ae56331734","status":"passed","time":{"start":1728669625803,"stop":1728669625803,"duration":0}},{"uid":"1b41910556461476","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1b41910556461476","status":"passed","time":{"start":1728597957174,"stop":1728597957174,"duration":0}},{"uid":"380b76caa33e907c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/380b76caa33e907c","status":"passed","time":{"start":1728597182621,"stop":1728597182621,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e4e37ce415038e92","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e4e37ce415038e92","status":"passed","time":{"start":1729034096146,"stop":1729034096146,"duration":0}},{"uid":"c87cfaea38fa5a90","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c87cfaea38fa5a90","status":"passed","time":{"start":1729034020103,"stop":1729034020103,"duration":0}},{"uid":"59e483add69818b4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/59e483add69818b4","status":"passed","time":{"start":1729033834402,"stop":1729033834402,"duration":0}},{"uid":"b12a35fa4c3fdacf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b12a35fa4c3fdacf","status":"passed","time":{"start":1729031884178,"stop":1729031884178,"duration":0}},{"uid":"8b1ab33d9bfeb4f6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8b1ab33d9bfeb4f6","status":"passed","time":{"start":1728901430211,"stop":1728901430211,"duration":0}},{"uid":"b71f2e441265eb2e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b71f2e441265eb2e","status":"passed","time":{"start":1728892860432,"stop":1728892860432,"duration":0}},{"uid":"a0eae50f3949dbfa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0eae50f3949dbfa","status":"passed","time":{"start":1728855823268,"stop":1728855823269,"duration":1}},{"uid":"84fd3a70803aa4a9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/84fd3a70803aa4a9","status":"passed","time":{"start":1728738040615,"stop":1728738040616,"duration":1}},{"uid":"94ff76dca007fdf0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/94ff76dca007fdf0","status":"passed","time":{"start":1728682574126,"stop":1728682574126,"duration":0}},{"uid":"4e89ed1302ce2507","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4e89ed1302ce2507","status":"passed","time":{"start":1728682146845,"stop":1728682146845,"duration":0}},{"uid":"4c601aba87271127","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4c601aba87271127","status":"passed","time":{"start":1728676621445,"stop":1728676621446,"duration":1}},{"uid":"d9c5e055f1a3501d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d9c5e055f1a3501d","status":"passed","time":{"start":1728669344424,"stop":1728669344424,"duration":0}},{"uid":"1db330f77275a440","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1db330f77275a440","status":"passed","time":{"start":1728597685247,"stop":1728597685247,"duration":0}},{"uid":"526164ff92c10ba2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/526164ff92c10ba2","status":"passed","time":{"start":1728596904559,"stop":1728596904560,"duration":1}}]},"01cfafe71463552d1ad61fb82e9cca24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a099155d0f20516","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6a099155d0f20516","status":"passed","time":{"start":1728683117676,"stop":1728683117676,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"22fda2b2009704d3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22fda2b2009704d3","status":"passed","time":{"start":1729034206084,"stop":1729034206084,"duration":0}},{"uid":"ef11c1cce0f5ee90","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ef11c1cce0f5ee90","status":"passed","time":{"start":1729034134187,"stop":1729034134188,"duration":1}},{"uid":"51f82ffee840965c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/51f82ffee840965c","status":"passed","time":{"start":1729033942597,"stop":1729033942597,"duration":0}},{"uid":"d4997d15edc5fc30","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d4997d15edc5fc30","status":"passed","time":{"start":1729031989710,"stop":1729031989711,"duration":1}},{"uid":"501fc13fb1bcac83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/501fc13fb1bcac83","status":"passed","time":{"start":1728901562032,"stop":1728901562032,"duration":0}},{"uid":"8b94bdb3cf07cf6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8b94bdb3cf07cf6f","status":"passed","time":{"start":1728893001478,"stop":1728893001479,"duration":1}},{"uid":"3d10374ddaab8a5b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3d10374ddaab8a5b","status":"passed","time":{"start":1728855968863,"stop":1728855968864,"duration":1}},{"uid":"48df6cbfe3408f5e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/48df6cbfe3408f5e","status":"passed","time":{"start":1728738172964,"stop":1728738172964,"duration":0}},{"uid":"2b3b3ebfab73b5bc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2b3b3ebfab73b5bc","status":"passed","time":{"start":1728682706934,"stop":1728682706935,"duration":1}},{"uid":"1a3defa6c8af522e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1a3defa6c8af522e","status":"passed","time":{"start":1728682296858,"stop":1728682296858,"duration":0}},{"uid":"95cfed2083a18196","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/95cfed2083a18196","status":"passed","time":{"start":1728676761456,"stop":1728676761461,"duration":5}},{"uid":"2716f314b926b9d8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2716f314b926b9d8","status":"passed","time":{"start":1728669479023,"stop":1728669479024,"duration":1}},{"uid":"20d60385a799703d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/20d60385a799703d","status":"passed","time":{"start":1728597820124,"stop":1728597820125,"duration":1}},{"uid":"1b79dce8304f8c0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1b79dce8304f8c0d","status":"passed","time":{"start":1728597034494,"stop":1728597034494,"duration":0}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"22a13569b5bd797e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22a13569b5bd797e","status":"passed","time":{"start":1729034402275,"stop":1729034402279,"duration":4}},{"uid":"861b6876660bb225","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/861b6876660bb225","status":"passed","time":{"start":1729034323293,"stop":1729034323294,"duration":1}},{"uid":"962a524db3f2bdc4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/962a524db3f2bdc4","status":"passed","time":{"start":1729034144764,"stop":1729034144765,"duration":1}},{"uid":"8a10ea0cd1c22d26","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a10ea0cd1c22d26","status":"passed","time":{"start":1729032198815,"stop":1729032198815,"duration":0}},{"uid":"793772c55522a6e7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/793772c55522a6e7","status":"passed","time":{"start":1728901901762,"stop":1728901901763,"duration":1}},{"uid":"222c8ca26e767da1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/222c8ca26e767da1","status":"passed","time":{"start":1728893337246,"stop":1728893337246,"duration":0}},{"uid":"21d65bb1ead84441","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/21d65bb1ead84441","status":"passed","time":{"start":1728856299188,"stop":1728856299188,"duration":0}},{"uid":"b00b13ec496b765f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b00b13ec496b765f","status":"passed","time":{"start":1728738505374,"stop":1728738505375,"duration":1}},{"uid":"bd9a8a14bd9e1811","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bd9a8a14bd9e1811","status":"passed","time":{"start":1728683045447,"stop":1728683045448,"duration":1}},{"uid":"566a0842e64ebf74","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/566a0842e64ebf74","status":"passed","time":{"start":1728682607289,"stop":1728682607289,"duration":0}},{"uid":"5e4c0032e93961c3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5e4c0032e93961c3","status":"passed","time":{"start":1728677103493,"stop":1728677103493,"duration":0}},{"uid":"35086b634b4bd8cb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/35086b634b4bd8cb","status":"passed","time":{"start":1728669777115,"stop":1728669777115,"duration":0}},{"uid":"9f6cb86d755c62f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9f6cb86d755c62f8","status":"passed","time":{"start":1728598163465,"stop":1728598163465,"duration":0}},{"uid":"32ff1c1d2e12b05b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32ff1c1d2e12b05b","status":"passed","time":{"start":1728597375467,"stop":1728597375468,"duration":1}}]},"8a4775a66d30812c0bef6cb12797f423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b60b99bf4f414d93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b60b99bf4f414d93","status":"passed","time":{"start":1728682666068,"stop":1728682666068,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"176b7efe23735a3c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/176b7efe23735a3c","status":"passed","time":{"start":1729034411418,"stop":1729034411418,"duration":0}},{"uid":"6c5992f85c587447","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6c5992f85c587447","status":"passed","time":{"start":1729034327389,"stop":1729034327389,"duration":0}},{"uid":"c59da88c76cabc50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c59da88c76cabc50","status":"passed","time":{"start":1729034147760,"stop":1729034147761,"duration":1}},{"uid":"5df4690747a6109e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5df4690747a6109e","status":"passed","time":{"start":1729032204822,"stop":1729032204822,"duration":0}},{"uid":"d85695e2259cb62d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d85695e2259cb62d","status":"passed","time":{"start":1728901907650,"stop":1728901907651,"duration":1}},{"uid":"cf7a3abe5658bcbb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf7a3abe5658bcbb","status":"passed","time":{"start":1728893341885,"stop":1728893341885,"duration":0}},{"uid":"8dbb1ab79a8a26e6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8dbb1ab79a8a26e6","status":"passed","time":{"start":1728856299350,"stop":1728856299350,"duration":0}},{"uid":"445d0953986bb38b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/445d0953986bb38b","status":"passed","time":{"start":1728738511610,"stop":1728738511611,"duration":1}},{"uid":"62521d57dd474332","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/62521d57dd474332","status":"passed","time":{"start":1728683052905,"stop":1728683052906,"duration":1}},{"uid":"2f1ceb664d267aa0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f1ceb664d267aa0","status":"passed","time":{"start":1728682612905,"stop":1728682612906,"duration":1}},{"uid":"e09f3b5f81731c19","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e09f3b5f81731c19","status":"passed","time":{"start":1728677115739,"stop":1728677115740,"duration":1}},{"uid":"d4a9fe3fa50ffad7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d4a9fe3fa50ffad7","status":"passed","time":{"start":1728669778169,"stop":1728669778169,"duration":0}},{"uid":"ed6c38dce6704958","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ed6c38dce6704958","status":"passed","time":{"start":1728598175426,"stop":1728598175427,"duration":1}},{"uid":"b91b762ea0ce2d21","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b91b762ea0ce2d21","status":"passed","time":{"start":1728597380056,"stop":1728597380056,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"10818c0b8aaf7744","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/10818c0b8aaf7744","status":"passed","time":{"start":1729034296711,"stop":1729034296712,"duration":1}},{"uid":"1d98d696440b340","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d98d696440b340","status":"passed","time":{"start":1729034220608,"stop":1729034220608,"duration":0}},{"uid":"e0b52083cd6de736","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e0b52083cd6de736","status":"passed","time":{"start":1729034041496,"stop":1729034041496,"duration":0}},{"uid":"d5dff3c4fc62ea76","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d5dff3c4fc62ea76","status":"passed","time":{"start":1728901705410,"stop":1728901705411,"duration":1}},{"uid":"e5098470fb3299b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e5098470fb3299b3","status":"passed","time":{"start":1728893141780,"stop":1728893141780,"duration":0}},{"uid":"905f4d5f07223c18","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/905f4d5f07223c18","status":"passed","time":{"start":1728856087086,"stop":1728856087086,"duration":0}},{"uid":"201bd3f7bf787432","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/201bd3f7bf787432","status":"passed","time":{"start":1728738321439,"stop":1728738321442,"duration":3}},{"uid":"1465c8371e2e283d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1465c8371e2e283d","status":"passed","time":{"start":1728682845678,"stop":1728682845679,"duration":1}},{"uid":"5f6701376be619ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5f6701376be619ac","status":"passed","time":{"start":1728682424313,"stop":1728682424314,"duration":1}},{"uid":"e00020ec4989f143","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e00020ec4989f143","status":"passed","time":{"start":1728676900542,"stop":1728676900543,"duration":1}},{"uid":"b0cabccfda1e6944","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0cabccfda1e6944","status":"passed","time":{"start":1728669625803,"stop":1728669625803,"duration":0}},{"uid":"a3db9cf3a81a8d67","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a3db9cf3a81a8d67","status":"passed","time":{"start":1728597957174,"stop":1728597957174,"duration":0}},{"uid":"be9e6d1cfab77e80","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/be9e6d1cfab77e80","status":"passed","time":{"start":1728597182621,"stop":1728597182621,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"76c4a5f7dfe4fcea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/76c4a5f7dfe4fcea","status":"passed","time":{"start":1729034120499,"stop":1729034120499,"duration":0}},{"uid":"ee95a8dd2de118df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee95a8dd2de118df","status":"passed","time":{"start":1729033858268,"stop":1729033858269,"duration":1}},{"uid":"1a7b6c1137b9c55c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a7b6c1137b9c55c","status":"passed","time":{"start":1729031908175,"stop":1729031908175,"duration":0}},{"uid":"857e97a0e185aa4b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/857e97a0e185aa4b","status":"passed","time":{"start":1728901453932,"stop":1728901453932,"duration":0}},{"uid":"58109da3e8a370ee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/58109da3e8a370ee","status":"passed","time":{"start":1728892884408,"stop":1728892884408,"duration":0}},{"uid":"e0ce2da91c9e51ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e0ce2da91c9e51ca","status":"passed","time":{"start":1728855846877,"stop":1728855846877,"duration":0}},{"uid":"4ed9debae5a7afe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4ed9debae5a7afe","status":"passed","time":{"start":1728738064181,"stop":1728738064181,"duration":0}},{"uid":"d4612b1be35b2620","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d4612b1be35b2620","status":"passed","time":{"start":1728682597759,"stop":1728682597759,"duration":0}},{"uid":"baaccd7f1d8eaf23","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/baaccd7f1d8eaf23","status":"passed","time":{"start":1728682170538,"stop":1728682170539,"duration":1}},{"uid":"9f9fe2b20506752e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f9fe2b20506752e","status":"passed","time":{"start":1728676645198,"stop":1728676645198,"duration":0}},{"uid":"329901301656b78b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/329901301656b78b","status":"passed","time":{"start":1728669368193,"stop":1728669368193,"duration":0}},{"uid":"254b0b43e9488e87","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/254b0b43e9488e87","status":"passed","time":{"start":1728597709008,"stop":1728597709008,"duration":0}},{"uid":"c85eaf2113a1b0b2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c85eaf2113a1b0b2","status":"passed","time":{"start":1728596928104,"stop":1728596928105,"duration":1}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"878ffd2388dac799","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/878ffd2388dac799","status":"passed","time":{"start":1729034104187,"stop":1729034104188,"duration":1}},{"uid":"e8cb60d07e63e818","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e8cb60d07e63e818","status":"passed","time":{"start":1729034027748,"stop":1729034027749,"duration":1}},{"uid":"6a30a0b40e9abc4f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a30a0b40e9abc4f","status":"passed","time":{"start":1729033842352,"stop":1729033842352,"duration":0}},{"uid":"d3f2e7c0f9b471f5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d3f2e7c0f9b471f5","status":"passed","time":{"start":1729031892051,"stop":1729031892051,"duration":0}},{"uid":"7bc52ee384f29399","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7bc52ee384f29399","status":"passed","time":{"start":1728901438035,"stop":1728901438036,"duration":1}},{"uid":"d2db3557f00dbe30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d2db3557f00dbe30","status":"passed","time":{"start":1728892868238,"stop":1728892868238,"duration":0}},{"uid":"9e95b306daa17622","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e95b306daa17622","status":"passed","time":{"start":1728855831084,"stop":1728855831084,"duration":0}},{"uid":"a80a9f58812a17f2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a80a9f58812a17f2","status":"passed","time":{"start":1728738048446,"stop":1728738048447,"duration":1}},{"uid":"f3e513fc7c11dfe8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3e513fc7c11dfe8","status":"passed","time":{"start":1728682581852,"stop":1728682581853,"duration":1}},{"uid":"8c17dc19b752e790","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8c17dc19b752e790","status":"passed","time":{"start":1728682154712,"stop":1728682154712,"duration":0}},{"uid":"2b9dbbdd0ed3136f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b9dbbdd0ed3136f","status":"passed","time":{"start":1728676629307,"stop":1728676629308,"duration":1}},{"uid":"c41df06a30fadc1a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c41df06a30fadc1a","status":"passed","time":{"start":1728669352215,"stop":1728669352215,"duration":0}},{"uid":"abcc8f1163ae3cf5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/abcc8f1163ae3cf5","status":"passed","time":{"start":1728597693025,"stop":1728597693025,"duration":0}},{"uid":"c7e1f395611ad999","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c7e1f395611ad999","status":"passed","time":{"start":1728596912536,"stop":1728596912536,"duration":0}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e36d844b3283153e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e36d844b3283153e","status":"passed","time":{"start":1729034124364,"stop":1729034124364,"duration":0}},{"uid":"d37840b340aae1f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d37840b340aae1f6","status":"passed","time":{"start":1729034047486,"stop":1729034047486,"duration":0}},{"uid":"3210f0b4b320f514","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3210f0b4b320f514","status":"passed","time":{"start":1729033862331,"stop":1729033862331,"duration":0}},{"uid":"40d0c4416ae85e0d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/40d0c4416ae85e0d","status":"passed","time":{"start":1729031912072,"stop":1729031912072,"duration":0}},{"uid":"6c68d25c84db5371","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6c68d25c84db5371","status":"passed","time":{"start":1728901457819,"stop":1728901457819,"duration":0}},{"uid":"8abccd4ebbdd781c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8abccd4ebbdd781c","status":"passed","time":{"start":1728892888302,"stop":1728892888302,"duration":0}},{"uid":"825abadc213d2127","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/825abadc213d2127","status":"passed","time":{"start":1728855850789,"stop":1728855850790,"duration":1}},{"uid":"beabd2dbf2ac7ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/beabd2dbf2ac7ec","status":"passed","time":{"start":1728738068165,"stop":1728738068166,"duration":1}},{"uid":"f220c1367413f36d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f220c1367413f36d","status":"passed","time":{"start":1728682601674,"stop":1728682601675,"duration":1}},{"uid":"7baa14358bf40cf4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7baa14358bf40cf4","status":"passed","time":{"start":1728682174567,"stop":1728682174567,"duration":0}},{"uid":"ba08cf053f094558","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba08cf053f094558","status":"passed","time":{"start":1728676648933,"stop":1728676648933,"duration":0}},{"uid":"4533cfb332210212","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4533cfb332210212","status":"passed","time":{"start":1728669372212,"stop":1728669372212,"duration":0}},{"uid":"b085b9c089539e95","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b085b9c089539e95","status":"passed","time":{"start":1728597712762,"stop":1728597712762,"duration":0}},{"uid":"bc725dce9c58df85","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc725dce9c58df85","status":"passed","time":{"start":1728596931868,"stop":1728596931869,"duration":1}}]},"8471d44720b93394809c48f54db901a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34ca10896213e748","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/34ca10896213e748","status":"passed","time":{"start":1728893329036,"stop":1728893329037,"duration":1}}]},"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"49583362a730a9a2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/49583362a730a9a2","status":"passed","time":{"start":1729034096129,"stop":1729034096129,"duration":0}},{"uid":"87b0714d7cc45c23","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/87b0714d7cc45c23","status":"passed","time":{"start":1729034020087,"stop":1729034020087,"duration":0}},{"uid":"eb6b1fcc9692de48","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eb6b1fcc9692de48","status":"passed","time":{"start":1729033834380,"stop":1729033834380,"duration":0}},{"uid":"2b62846df4aa5bfe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b62846df4aa5bfe","status":"passed","time":{"start":1729031884112,"stop":1729031884112,"duration":0}},{"uid":"df1ef2889b0b3699","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/df1ef2889b0b3699","status":"passed","time":{"start":1728901430251,"stop":1728901430251,"duration":0}},{"uid":"639570b1b526869f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/639570b1b526869f","status":"passed","time":{"start":1728892860528,"stop":1728892860528,"duration":0}},{"uid":"f403db780ed642c6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f403db780ed642c6","status":"passed","time":{"start":1728855823318,"stop":1728855823318,"duration":0}},{"uid":"1fd547f77b971cb0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1fd547f77b971cb0","status":"passed","time":{"start":1728738040597,"stop":1728738040597,"duration":0}},{"uid":"7b8e554c49171fa8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b8e554c49171fa8","status":"passed","time":{"start":1728682574087,"stop":1728682574087,"duration":0}},{"uid":"52dff1455d706cb2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/52dff1455d706cb2","status":"passed","time":{"start":1728682146812,"stop":1728682146812,"duration":0}},{"uid":"8c93092da35cadcd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8c93092da35cadcd","status":"passed","time":{"start":1728676621427,"stop":1728676621428,"duration":1}},{"uid":"88627e5325fc3b9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88627e5325fc3b9","status":"passed","time":{"start":1728669344463,"stop":1728669344463,"duration":0}},{"uid":"bea49f841019a779","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bea49f841019a779","status":"passed","time":{"start":1728597685157,"stop":1728597685157,"duration":0}},{"uid":"d95726c233f636d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d95726c233f636d4","status":"passed","time":{"start":1728596904463,"stop":1728596904463,"duration":0}}]},"799d939f0230b74151f4d5826207a218:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b50a92b8f014f565","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b50a92b8f014f565","status":"passed","time":{"start":1729034443498,"stop":1729034443498,"duration":0}}]},"cd398ce5530070261d5bfbc51d414207:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a00ce6eb1da7e46","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6a00ce6eb1da7e46","status":"passed","time":{"start":1728597369088,"stop":1728597369088,"duration":0}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"74b196a91fe00ae9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/74b196a91fe00ae9","status":"passed","time":{"start":1729034398548,"stop":1729034398549,"duration":1}},{"uid":"4289356bfbcc2af5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4289356bfbcc2af5","status":"passed","time":{"start":1729034314814,"stop":1729034314814,"duration":0}},{"uid":"fad75959170f9c1d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fad75959170f9c1d","status":"passed","time":{"start":1729034137164,"stop":1729034137164,"duration":0}},{"uid":"a1a3329a59f57f6e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a1a3329a59f57f6e","status":"passed","time":{"start":1729032187246,"stop":1729032187247,"duration":1}},{"uid":"2fce9084f439c065","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fce9084f439c065","status":"passed","time":{"start":1728901888429,"stop":1728901888430,"duration":1}},{"uid":"6cff3d2380df6907","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6cff3d2380df6907","status":"passed","time":{"start":1728893323791,"stop":1728893323792,"duration":1}},{"uid":"ad29c3fbd853cad6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ad29c3fbd853cad6","status":"passed","time":{"start":1728856285927,"stop":1728856285927,"duration":0}},{"uid":"709b9c6fdf3a3aed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/709b9c6fdf3a3aed","status":"passed","time":{"start":1728738498275,"stop":1728738498275,"duration":0}},{"uid":"26f9510997bb56da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/26f9510997bb56da","status":"passed","time":{"start":1728683041391,"stop":1728683041391,"duration":0}},{"uid":"af236d66829752b5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af236d66829752b5","status":"passed","time":{"start":1728682596017,"stop":1728682596018,"duration":1}},{"uid":"aeef0acc85bd3e95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aeef0acc85bd3e95","status":"passed","time":{"start":1728677091267,"stop":1728677091267,"duration":0}},{"uid":"1a2b41a6b01e924c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1a2b41a6b01e924c","status":"passed","time":{"start":1728669766425,"stop":1728669766426,"duration":1}},{"uid":"1ad282a9502e89ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1ad282a9502e89ab","status":"passed","time":{"start":1728598152074,"stop":1728598152074,"duration":0}},{"uid":"fd86c0923f88e262","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fd86c0923f88e262","status":"passed","time":{"start":1728597364116,"stop":1728597364118,"duration":2}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1e6a03ae39e4293f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1e6a03ae39e4293f","status":"passed","time":{"start":1729034190702,"stop":1729034190703,"duration":1}},{"uid":"68650d69ae911dc2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/68650d69ae911dc2","status":"passed","time":{"start":1729034108429,"stop":1729034108430,"duration":1}},{"uid":"70f8761a43b0ca3f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/70f8761a43b0ca3f","status":"passed","time":{"start":1729033925378,"stop":1729033925380,"duration":2}},{"uid":"4c8b2a8ec173f9cc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c8b2a8ec173f9cc","status":"passed","time":{"start":1729031975174,"stop":1729031975188,"duration":14}},{"uid":"3d5c8b11b17562de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3d5c8b11b17562de","status":"passed","time":{"start":1728901537875,"stop":1728901537875,"duration":0}},{"uid":"6aa42236e6d49d33","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6aa42236e6d49d33","status":"passed","time":{"start":1728892972428,"stop":1728892972428,"duration":0}},{"uid":"3719dbb4a9da097d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3719dbb4a9da097d","status":"passed","time":{"start":1728855933065,"stop":1728855933069,"duration":4}},{"uid":"c91a66afb22373f2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c91a66afb22373f2","status":"passed","time":{"start":1728738149925,"stop":1728738149925,"duration":0}},{"uid":"4c0259d7b378a31d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4c0259d7b378a31d","status":"passed","time":{"start":1728682681969,"stop":1728682681969,"duration":0}},{"uid":"db0bf1ce369620dd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db0bf1ce369620dd","status":"passed","time":{"start":1728682257760,"stop":1728682257762,"duration":2}},{"uid":"366ffcc4018c0e73","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/366ffcc4018c0e73","status":"passed","time":{"start":1728676730786,"stop":1728676730786,"duration":0}},{"uid":"1bbd559ce2356fd5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1bbd559ce2356fd5","status":"passed","time":{"start":1728669456894,"stop":1728669456894,"duration":0}},{"uid":"c960745f1b3cfa5a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c960745f1b3cfa5a","status":"passed","time":{"start":1728597795911,"stop":1728597795918,"duration":7}},{"uid":"9c1a6ef0e9f1ba82","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c1a6ef0e9f1ba82","status":"passed","time":{"start":1728597010200,"stop":1728597010200,"duration":0}}]},"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e588d80cb71a2d7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e588d80cb71a2d7","status":"passed","time":{"start":1729034238403,"stop":1729034238406,"duration":3}},{"uid":"4e02c22418d46c4d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4e02c22418d46c4d","status":"passed","time":{"start":1729034157647,"stop":1729034157649,"duration":2}},{"uid":"4bc8c2d6b1b49a70","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4bc8c2d6b1b49a70","status":"passed","time":{"start":1729033974447,"stop":1729033974447,"duration":0}},{"uid":"84de67d90a6bbef4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/84de67d90a6bbef4","status":"passed","time":{"start":1729032027757,"stop":1729032027757,"duration":0}},{"uid":"4491ae860ea1823f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4491ae860ea1823f","status":"passed","time":{"start":1728901614536,"stop":1728901614537,"duration":1}},{"uid":"d1affdd88c0efb2d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d1affdd88c0efb2d","status":"passed","time":{"start":1728893048593,"stop":1728893048594,"duration":1}},{"uid":"384ff0ee19a33f4b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/384ff0ee19a33f4b","status":"passed","time":{"start":1728856013557,"stop":1728856013557,"duration":0}},{"uid":"3712515eeb1d1186","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3712515eeb1d1186","status":"passed","time":{"start":1728738231629,"stop":1728738231630,"duration":1}},{"uid":"a68cff89bd3ea34d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a68cff89bd3ea34d","status":"passed","time":{"start":1728682761069,"stop":1728682761069,"duration":0}},{"uid":"1ad23d3038677092","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1ad23d3038677092","status":"passed","time":{"start":1728682330623,"stop":1728682330627,"duration":4}},{"uid":"3ebdde254c548dd4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3ebdde254c548dd4","status":"passed","time":{"start":1728676808320,"stop":1728676808321,"duration":1}},{"uid":"1bd43abc831008f6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1bd43abc831008f6","status":"passed","time":{"start":1728669528226,"stop":1728669528227,"duration":1}},{"uid":"2bbd583c80d18296","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2bbd583c80d18296","status":"passed","time":{"start":1728597872224,"stop":1728597872225,"duration":1}},{"uid":"66562c3816ac3e1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/66562c3816ac3e1","status":"passed","time":{"start":1728597087683,"stop":1728597087683,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fffdf64e7ff84316","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fffdf64e7ff84316","status":"passed","time":{"start":1729034393637,"stop":1729034393638,"duration":1}},{"uid":"b7c57d83bb0067a1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b7c57d83bb0067a1","status":"passed","time":{"start":1729034304832,"stop":1729034304833,"duration":1}},{"uid":"76c83484cb09281d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/76c83484cb09281d","status":"passed","time":{"start":1729034121899,"stop":1729034121899,"duration":0}},{"uid":"3d248327a0f03499","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3d248327a0f03499","status":"passed","time":{"start":1729032174808,"stop":1729032174808,"duration":0}},{"uid":"a021b0f16b2b360","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a021b0f16b2b360","status":"passed","time":{"start":1728901881008,"stop":1728901881009,"duration":1}},{"uid":"57649e7c10efe8f6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/57649e7c10efe8f6","status":"passed","time":{"start":1728893317154,"stop":1728893317155,"duration":1}},{"uid":"8b1430fc688ba71e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b1430fc688ba71e","status":"passed","time":{"start":1728856263078,"stop":1728856263078,"duration":0}},{"uid":"447c6ecb7cfa50ab","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/447c6ecb7cfa50ab","status":"passed","time":{"start":1728738492794,"stop":1728738492795,"duration":1}},{"uid":"ba6d2e3b4c4c0163","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ba6d2e3b4c4c0163","status":"passed","time":{"start":1728683030017,"stop":1728683030017,"duration":0}},{"uid":"85320ef414b4f257","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/85320ef414b4f257","status":"passed","time":{"start":1728682581097,"stop":1728682581097,"duration":0}},{"uid":"ba03c15eee39fc16","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba03c15eee39fc16","status":"passed","time":{"start":1728677081990,"stop":1728677081990,"duration":0}},{"uid":"32bcd68663056974","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32bcd68663056974","status":"passed","time":{"start":1728669795391,"stop":1728669795391,"duration":0}},{"uid":"52dd44f9bf4cdb14","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52dd44f9bf4cdb14","status":"passed","time":{"start":1728598137499,"stop":1728598137500,"duration":1}},{"uid":"f89e1b255c4bc847","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f89e1b255c4bc847","status":"passed","time":{"start":1728597353476,"stop":1728597353477,"duration":1}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d9af9ab1e0eb597c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d9af9ab1e0eb597c","status":"passed","time":{"start":1729034119089,"stop":1729034119094,"duration":5}},{"uid":"5966bfeffc4045c5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5966bfeffc4045c5","status":"passed","time":{"start":1729034042607,"stop":1729034042608,"duration":1}},{"uid":"d3f95e7b96dbeb27","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3f95e7b96dbeb27","status":"passed","time":{"start":1729033857424,"stop":1729033857426,"duration":2}},{"uid":"1acec89632aadcf0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1acec89632aadcf0","status":"passed","time":{"start":1729031907622,"stop":1729031907623,"duration":1}},{"uid":"605bfeff7738e0be","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/605bfeff7738e0be","status":"passed","time":{"start":1728901452627,"stop":1728901452628,"duration":1}},{"uid":"4568c462b0bc436e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4568c462b0bc436e","status":"passed","time":{"start":1728892883396,"stop":1728892883397,"duration":1}},{"uid":"6c4fbdc571fc2fde","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c4fbdc571fc2fde","status":"passed","time":{"start":1728855845734,"stop":1728855845735,"duration":1}},{"uid":"ac601f374c40c635","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ac601f374c40c635","status":"passed","time":{"start":1728738063045,"stop":1728738063046,"duration":1}},{"uid":"a91886f3e5872239","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a91886f3e5872239","status":"passed","time":{"start":1728682596887,"stop":1728682596888,"duration":1}},{"uid":"e3a61274dd39a650","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e3a61274dd39a650","status":"passed","time":{"start":1728682169968,"stop":1728682169969,"duration":1}},{"uid":"29a1ff39ad2303f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/29a1ff39ad2303f0","status":"passed","time":{"start":1728676643813,"stop":1728676643814,"duration":1}},{"uid":"2b5b2cd4005c2616","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b5b2cd4005c2616","status":"passed","time":{"start":1728669366940,"stop":1728669366941,"duration":1}},{"uid":"deaaa6fa767826bc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/deaaa6fa767826bc","status":"passed","time":{"start":1728597707579,"stop":1728597707581,"duration":2}},{"uid":"a5579aa2cae34332","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a5579aa2cae34332","status":"passed","time":{"start":1728596927587,"stop":1728596927587,"duration":0}}]},"6e38c0bde8b522aa97fdbb3813487770:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5edf5dffa57d98f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5edf5dffa57d98f2","status":"passed","time":{"start":1729034144769,"stop":1729034144769,"duration":0}}]},"f27f841e8cf346934da51cc4f522e57d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba96a099c43f6891","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ba96a099c43f6891","status":"passed","time":{"start":1728856368610,"stop":1728856368611,"duration":1}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aad55c6b559a433f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aad55c6b559a433f","status":"passed","time":{"start":1729034400884,"stop":1729034400884,"duration":0}},{"uid":"51a97b7c50ed442b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/51a97b7c50ed442b","status":"passed","time":{"start":1729034317443,"stop":1729034317444,"duration":1}},{"uid":"4acd84d2ea7309ec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4acd84d2ea7309ec","status":"passed","time":{"start":1729034137124,"stop":1729034137125,"duration":1}},{"uid":"4922d8edaa999a8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4922d8edaa999a8c","status":"passed","time":{"start":1729032206870,"stop":1729032206870,"duration":0}},{"uid":"361065e21b3ed78d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/361065e21b3ed78d","status":"passed","time":{"start":1728901995010,"stop":1728901995011,"duration":1}},{"uid":"8ce96a5570c2613a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8ce96a5570c2613a","status":"passed","time":{"start":1728893420989,"stop":1728893420989,"duration":0}},{"uid":"9d8815c22f2c6ae1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9d8815c22f2c6ae1","status":"passed","time":{"start":1728856368592,"stop":1728856368592,"duration":0}},{"uid":"81cfa1e3840e3b7c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/81cfa1e3840e3b7c","status":"passed","time":{"start":1728738604676,"stop":1728738604676,"duration":0}},{"uid":"a1a28776c8f03990","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1a28776c8f03990","status":"passed","time":{"start":1728683117606,"stop":1728683117607,"duration":1}},{"uid":"586fe287a6fda13d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/586fe287a6fda13d","status":"passed","time":{"start":1728682721314,"stop":1728682721314,"duration":0}},{"uid":"c49393e3f4114865","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c49393e3f4114865","status":"passed","time":{"start":1728677184676,"stop":1728677184678,"duration":2}},{"uid":"942f972e8df71433","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/942f972e8df71433","status":"passed","time":{"start":1728669866444,"stop":1728669866445,"duration":1}},{"uid":"bb25f4cdb24cbe95","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bb25f4cdb24cbe95","status":"passed","time":{"start":1728598249971,"stop":1728598249971,"duration":0}},{"uid":"99e5539ae2192ae","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/99e5539ae2192ae","status":"passed","time":{"start":1728597472284,"stop":1728597472285,"duration":1}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2738399cf659c6f8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2738399cf659c6f8","status":"passed","time":{"start":1729034206088,"stop":1729034206088,"duration":0}},{"uid":"44d2cc329b2baf62","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/44d2cc329b2baf62","status":"passed","time":{"start":1729034134199,"stop":1729034134199,"duration":0}},{"uid":"e34247458b5c18d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e34247458b5c18d7","status":"passed","time":{"start":1729033942622,"stop":1729033942623,"duration":1}},{"uid":"9cc3f07872291a85","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9cc3f07872291a85","status":"passed","time":{"start":1729031989717,"stop":1729031989718,"duration":1}},{"uid":"1f4a4ea33706e71c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1f4a4ea33706e71c","status":"passed","time":{"start":1728901562053,"stop":1728901562054,"duration":1}},{"uid":"112bebac6778f504","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/112bebac6778f504","status":"passed","time":{"start":1728893001482,"stop":1728893001482,"duration":0}},{"uid":"2ed7f28994441671","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ed7f28994441671","status":"passed","time":{"start":1728855968870,"stop":1728855968870,"duration":0}},{"uid":"b0bf0aa03fb519fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b0bf0aa03fb519fa","status":"passed","time":{"start":1728738172968,"stop":1728738172968,"duration":0}},{"uid":"1f5c90b3a4afe6e8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1f5c90b3a4afe6e8","status":"passed","time":{"start":1728682706941,"stop":1728682706941,"duration":0}},{"uid":"26e89e54419d52a7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/26e89e54419d52a7","status":"passed","time":{"start":1728682296862,"stop":1728682296862,"duration":0}},{"uid":"8fc09e59dcee5834","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8fc09e59dcee5834","status":"passed","time":{"start":1728676761479,"stop":1728676761485,"duration":6}},{"uid":"ee6fbcff7a7111f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ee6fbcff7a7111f9","status":"passed","time":{"start":1728669479028,"stop":1728669479028,"duration":0}},{"uid":"fd1f8baa0b27b091","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd1f8baa0b27b091","status":"passed","time":{"start":1728597820128,"stop":1728597820128,"duration":0}},{"uid":"f1668d78bd84564e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1668d78bd84564e","status":"passed","time":{"start":1728597034502,"stop":1728597034503,"duration":1}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8c9a419e5f238e39","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8c9a419e5f238e39","status":"passed","time":{"start":1729034400882,"stop":1729034400883,"duration":1}},{"uid":"44f1501cfb124185","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/44f1501cfb124185","status":"passed","time":{"start":1729034317431,"stop":1729034317436,"duration":5}},{"uid":"b725f7da29b0b724","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b725f7da29b0b724","status":"passed","time":{"start":1729034137117,"stop":1729034137118,"duration":1}},{"uid":"543c7166605b86c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/543c7166605b86c6","status":"passed","time":{"start":1729032206864,"stop":1729032206864,"duration":0}},{"uid":"1f60b034ed0c5978","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1f60b034ed0c5978","status":"passed","time":{"start":1728901995009,"stop":1728901995009,"duration":0}},{"uid":"ac6768f32a4ae795","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ac6768f32a4ae795","status":"passed","time":{"start":1728893420987,"stop":1728893420988,"duration":1}},{"uid":"1f522230db5fb646","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f522230db5fb646","status":"passed","time":{"start":1728856368589,"stop":1728856368590,"duration":1}},{"uid":"9ae67ee7a04c9b3c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ae67ee7a04c9b3c","status":"passed","time":{"start":1728738604674,"stop":1728738604675,"duration":1}},{"uid":"50628b07acb0c664","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/50628b07acb0c664","status":"passed","time":{"start":1728683117602,"stop":1728683117603,"duration":1}},{"uid":"a59604eddf19c59b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a59604eddf19c59b","status":"passed","time":{"start":1728682721311,"stop":1728682721312,"duration":1}},{"uid":"79ee4c88571f3f10","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79ee4c88571f3f10","status":"passed","time":{"start":1728677184671,"stop":1728677184673,"duration":2}},{"uid":"308502f78c159487","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/308502f78c159487","status":"passed","time":{"start":1728669866437,"stop":1728669866439,"duration":2}},{"uid":"e517af009b55ef0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e517af009b55ef0","status":"passed","time":{"start":1728598249969,"stop":1728598249970,"duration":1}},{"uid":"c2272136fbe0bb18","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c2272136fbe0bb18","status":"passed","time":{"start":1728597472274,"stop":1728597472278,"duration":4}}]},"45f7851ad78a3ecba8cc53d7009c3662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7766cbda37859a63","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7766cbda37859a63","status":"passed","time":{"start":1728683110368,"stop":1728683110368,"duration":0}}]},"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5896b6fe496bf6c9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5896b6fe496bf6c9","status":"passed","time":{"start":1729034096126,"stop":1729034096126,"duration":0}},{"uid":"79f8f474cd4e811f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/79f8f474cd4e811f","status":"passed","time":{"start":1729034020085,"stop":1729034020085,"duration":0}},{"uid":"29a87b623acf71aa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/29a87b623acf71aa","status":"passed","time":{"start":1729033834377,"stop":1729033834377,"duration":0}},{"uid":"db528031bd204c7a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/db528031bd204c7a","status":"passed","time":{"start":1729031884108,"stop":1729031884108,"duration":0}},{"uid":"d59125199dea48a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d59125199dea48a9","status":"passed","time":{"start":1728901430249,"stop":1728901430249,"duration":0}},{"uid":"f3277f6d5fdc5470","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f3277f6d5fdc5470","status":"passed","time":{"start":1728892860525,"stop":1728892860525,"duration":0}},{"uid":"183c2bc019f71ebc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/183c2bc019f71ebc","status":"passed","time":{"start":1728855823316,"stop":1728855823316,"duration":0}},{"uid":"9c1cf50c6e09d07","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9c1cf50c6e09d07","status":"passed","time":{"start":1728738040585,"stop":1728738040585,"duration":0}},{"uid":"311cd511e88a7b16","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/311cd511e88a7b16","status":"passed","time":{"start":1728682574084,"stop":1728682574084,"duration":0}},{"uid":"b15f4b29a558aa68","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b15f4b29a558aa68","status":"passed","time":{"start":1728682146810,"stop":1728682146810,"duration":0}},{"uid":"b93bf1146d83cfe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b93bf1146d83cfe","status":"passed","time":{"start":1728676621424,"stop":1728676621424,"duration":0}},{"uid":"27012ad09430eda5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/27012ad09430eda5","status":"passed","time":{"start":1728669344461,"stop":1728669344461,"duration":0}},{"uid":"c7e6b99300cf32c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c7e6b99300cf32c7","status":"passed","time":{"start":1728597685154,"stop":1728597685154,"duration":0}},{"uid":"bc701f0a542c9bb3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc701f0a542c9bb3","status":"passed","time":{"start":1728596904460,"stop":1728596904460,"duration":0}}]},"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1ef6876c2140ec71","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1ef6876c2140ec71","status":"passed","time":{"start":1729034238412,"stop":1729034238412,"duration":0}},{"uid":"64707f3f3cc4d3ea","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/64707f3f3cc4d3ea","status":"passed","time":{"start":1729034157654,"stop":1729034157654,"duration":0}},{"uid":"2ca871b548f3e1d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ca871b548f3e1d8","status":"passed","time":{"start":1729033974453,"stop":1729033974453,"duration":0}},{"uid":"5e29dd3f6bbf10a6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e29dd3f6bbf10a6","status":"passed","time":{"start":1729032027767,"stop":1729032027768,"duration":1}},{"uid":"f5532e51afc6c752","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f5532e51afc6c752","status":"passed","time":{"start":1728901614547,"stop":1728901614552,"duration":5}},{"uid":"f7aaf4f4b4ff11df","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f7aaf4f4b4ff11df","status":"passed","time":{"start":1728893048597,"stop":1728893048597,"duration":0}},{"uid":"38fda9a2f6559a4f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/38fda9a2f6559a4f","status":"passed","time":{"start":1728856013561,"stop":1728856013562,"duration":1}},{"uid":"3de09c6598f9739b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3de09c6598f9739b","status":"passed","time":{"start":1728738231632,"stop":1728738231633,"duration":1}},{"uid":"ab57ecf2735a2c14","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab57ecf2735a2c14","status":"passed","time":{"start":1728682761074,"stop":1728682761075,"duration":1}},{"uid":"ad169f666ce30c99","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ad169f666ce30c99","status":"passed","time":{"start":1728682330636,"stop":1728682330637,"duration":1}},{"uid":"f209f05d25e156d5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f209f05d25e156d5","status":"passed","time":{"start":1728676808326,"stop":1728676808326,"duration":0}},{"uid":"8e6695927dc39d3f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8e6695927dc39d3f","status":"passed","time":{"start":1728669528228,"stop":1728669528229,"duration":1}},{"uid":"3ead28698e0c58f0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ead28698e0c58f0","status":"passed","time":{"start":1728597872228,"stop":1728597872228,"duration":0}},{"uid":"ff82704e8b22f695","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ff82704e8b22f695","status":"passed","time":{"start":1728597087688,"stop":1728597087689,"duration":1}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8384f8cd407680f6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8384f8cd407680f6","status":"passed","time":{"start":1729034474988,"stop":1729034474989,"duration":1}},{"uid":"1ed53efde504b43","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1ed53efde504b43","status":"passed","time":{"start":1729034395291,"stop":1729034395291,"duration":0}},{"uid":"49965771c8691b2b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/49965771c8691b2b","status":"passed","time":{"start":1729034209100,"stop":1729034209101,"duration":1}},{"uid":"ec99e8e73da0aa10","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ec99e8e73da0aa10","status":"passed","time":{"start":1729032264569,"stop":1729032264569,"duration":0}},{"uid":"1c3ec8247e68de4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c3ec8247e68de4","status":"passed","time":{"start":1728902012858,"stop":1728902012858,"duration":0}},{"uid":"a06043088057c6da","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a06043088057c6da","status":"passed","time":{"start":1728893454812,"stop":1728893454812,"duration":0}},{"uid":"f4b8cd4f2c81c3ee","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f4b8cd4f2c81c3ee","status":"passed","time":{"start":1728856408453,"stop":1728856408453,"duration":0}},{"uid":"7bfa7babd5803e50","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7bfa7babd5803e50","status":"passed","time":{"start":1728738633855,"stop":1728738633855,"duration":0}},{"uid":"e7ddde88582a531","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e7ddde88582a531","status":"passed","time":{"start":1728683159761,"stop":1728683159762,"duration":1}},{"uid":"e58599d01c1e084b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e58599d01c1e084b","status":"passed","time":{"start":1728682751330,"stop":1728682751330,"duration":0}},{"uid":"ccff06f3a8ddb386","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ccff06f3a8ddb386","status":"passed","time":{"start":1728677216356,"stop":1728677216359,"duration":3}},{"uid":"6528b39e64b76ee6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6528b39e64b76ee6","status":"passed","time":{"start":1728669925455,"stop":1728669925455,"duration":0}},{"uid":"30fc12ff31fa03a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/30fc12ff31fa03a0","status":"passed","time":{"start":1728598268805,"stop":1728598268806,"duration":1}},{"uid":"e84df2a4acd3005a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e84df2a4acd3005a","status":"passed","time":{"start":1728597503921,"stop":1728597503922,"duration":1}}]},"c19112a0230885a28eee979ced39a119:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70025457ece95978","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/70025457ece95978","status":"passed","time":{"start":1728893421010,"stop":1728893421010,"duration":0}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"881bd75431ddf0c4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/881bd75431ddf0c4","status":"passed","time":{"start":1729034462017,"stop":1729034462018,"duration":1}},{"uid":"939fb50ac465fdc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/939fb50ac465fdc","status":"passed","time":{"start":1729034375982,"stop":1729034375984,"duration":2}},{"uid":"36467825f795991e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/36467825f795991e","status":"passed","time":{"start":1729034200069,"stop":1729034200069,"duration":0}},{"uid":"e0a1031d3b7808bf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e0a1031d3b7808bf","status":"passed","time":{"start":1729032257895,"stop":1729032257898,"duration":3}},{"uid":"ab55071a0fa8f393","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ab55071a0fa8f393","status":"passed","time":{"start":1728902003568,"stop":1728902003568,"duration":0}},{"uid":"ee432bca36c94338","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ee432bca36c94338","status":"passed","time":{"start":1728893434697,"stop":1728893434697,"duration":0}},{"uid":"103d2e4fed880a37","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/103d2e4fed880a37","status":"passed","time":{"start":1728856398643,"stop":1728856398643,"duration":0}},{"uid":"f3d88714c02c343c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f3d88714c02c343c","status":"passed","time":{"start":1728738612002,"stop":1728738612003,"duration":1}},{"uid":"d2e9d15b660fbc5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d2e9d15b660fbc5","status":"passed","time":{"start":1728683155009,"stop":1728683155010,"duration":1}},{"uid":"8f28bc7b5f66af9b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8f28bc7b5f66af9b","status":"passed","time":{"start":1728682706106,"stop":1728682706106,"duration":0}},{"uid":"34fddd59d11c3a25","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34fddd59d11c3a25","status":"passed","time":{"start":1728677207496,"stop":1728677207497,"duration":1}},{"uid":"795cb047ffa797e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/795cb047ffa797e5","status":"passed","time":{"start":1728669887098,"stop":1728669887099,"duration":1}},{"uid":"205132a440671203","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/205132a440671203","status":"passed","time":{"start":1728598263638,"stop":1728598263649,"duration":11}},{"uid":"e35966c92c375cc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e35966c92c375cc2","status":"passed","time":{"start":1728597478276,"stop":1728597478276,"duration":0}}]},"f482cc14a3ac9850dc4383dc0192ae21:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f83fc85eef1beb1e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f83fc85eef1beb1e","status":"passed","time":{"start":1728901958862,"stop":1728901958865,"duration":3}}]},"74be1615d20bdd66511fb4d6daf648d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4698dab1aafb9a1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a4698dab1aafb9a1","status":"passed","time":{"start":1729034121897,"stop":1729034121898,"duration":1}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a9ea58f38451e6f2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9ea58f38451e6f2","status":"passed","time":{"start":1729034411421,"stop":1729034411421,"duration":0}},{"uid":"9e7dd0be6e437897","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9e7dd0be6e437897","status":"passed","time":{"start":1729034327398,"stop":1729034327399,"duration":1}},{"uid":"db8b6980881f1b3e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db8b6980881f1b3e","status":"passed","time":{"start":1729034147770,"stop":1729034147770,"duration":0}},{"uid":"27ca1ee646c5a4c2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/27ca1ee646c5a4c2","status":"passed","time":{"start":1729032204826,"stop":1729032204826,"duration":0}},{"uid":"80c1e33e10cebb5e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/80c1e33e10cebb5e","status":"passed","time":{"start":1728901907698,"stop":1728901907699,"duration":1}},{"uid":"4346ec4c5e46c686","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4346ec4c5e46c686","status":"passed","time":{"start":1728893341887,"stop":1728893341887,"duration":0}},{"uid":"81c4f47692ce0f33","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/81c4f47692ce0f33","status":"passed","time":{"start":1728856299355,"stop":1728856299355,"duration":0}},{"uid":"8f9810310c08eecd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8f9810310c08eecd","status":"passed","time":{"start":1728738511615,"stop":1728738511615,"duration":0}},{"uid":"f2f6206d7d048cea","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2f6206d7d048cea","status":"passed","time":{"start":1728683052909,"stop":1728683052910,"duration":1}},{"uid":"6025cf0125c5d5e9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6025cf0125c5d5e9","status":"passed","time":{"start":1728682612909,"stop":1728682612909,"duration":0}},{"uid":"3f2f31dab65cfecf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3f2f31dab65cfecf","status":"passed","time":{"start":1728677115744,"stop":1728677115745,"duration":1}},{"uid":"455ce262a212efca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/455ce262a212efca","status":"passed","time":{"start":1728669778173,"stop":1728669778173,"duration":0}},{"uid":"a8c442e71f9eb165","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8c442e71f9eb165","status":"passed","time":{"start":1728598175430,"stop":1728598175431,"duration":1}},{"uid":"e749efd8e534efb3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e749efd8e534efb3","status":"passed","time":{"start":1728597380059,"stop":1728597380060,"duration":1}}]},"c6e61642b623de333bcde815bae9c9b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ccb8dd297aafb52","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ccb8dd297aafb52","status":"passed","time":{"start":1728683093172,"stop":1728683093172,"duration":0}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c13d786a6bf6c21a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c13d786a6bf6c21a","status":"passed","time":{"start":1729034124362,"stop":1729034124363,"duration":1}},{"uid":"c55644550d5fc2bc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c55644550d5fc2bc","status":"passed","time":{"start":1729034047484,"stop":1729034047484,"duration":0}},{"uid":"de5ab1fa7d58ee53","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/de5ab1fa7d58ee53","status":"passed","time":{"start":1729033862329,"stop":1729033862329,"duration":0}},{"uid":"11787080fba11c6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/11787080fba11c6c","status":"passed","time":{"start":1729031912070,"stop":1729031912070,"duration":0}},{"uid":"b123e4ffe3ac88e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b123e4ffe3ac88e2","status":"passed","time":{"start":1728901457817,"stop":1728901457817,"duration":0}},{"uid":"6710ed9ce39d387c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6710ed9ce39d387c","status":"passed","time":{"start":1728892888300,"stop":1728892888300,"duration":0}},{"uid":"5bab9504fe9e64","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5bab9504fe9e64","status":"passed","time":{"start":1728855850788,"stop":1728855850788,"duration":0}},{"uid":"987978d1ddf8cc6c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/987978d1ddf8cc6c","status":"passed","time":{"start":1728738068163,"stop":1728738068164,"duration":1}},{"uid":"ddcd7c0577d7c684","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ddcd7c0577d7c684","status":"passed","time":{"start":1728682601673,"stop":1728682601673,"duration":0}},{"uid":"695b2f104bf3d10e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/695b2f104bf3d10e","status":"passed","time":{"start":1728682174565,"stop":1728682174565,"duration":0}},{"uid":"16944b9c68951fd7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/16944b9c68951fd7","status":"passed","time":{"start":1728676648931,"stop":1728676648931,"duration":0}},{"uid":"a1762e87ba404872","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a1762e87ba404872","status":"passed","time":{"start":1728669372210,"stop":1728669372211,"duration":1}},{"uid":"335c9b3f7d9d4784","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/335c9b3f7d9d4784","status":"passed","time":{"start":1728597712760,"stop":1728597712760,"duration":0}},{"uid":"3959a2ded4966d77","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3959a2ded4966d77","status":"passed","time":{"start":1728596931866,"stop":1728596931867,"duration":1}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8dfb59b81802b871","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8dfb59b81802b871","status":"passed","time":{"start":1729034474997,"stop":1729034474997,"duration":0}},{"uid":"243a38c6fe38436e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/243a38c6fe38436e","status":"passed","time":{"start":1729034395297,"stop":1729034395298,"duration":1}},{"uid":"a73f36f9acc2bc87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a73f36f9acc2bc87","status":"passed","time":{"start":1729034209111,"stop":1729034209111,"duration":0}},{"uid":"6d065fa0bc66bdc2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6d065fa0bc66bdc2","status":"passed","time":{"start":1729032264579,"stop":1729032264579,"duration":0}},{"uid":"9d4a37fb72a201f4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9d4a37fb72a201f4","status":"passed","time":{"start":1728902012870,"stop":1728902012870,"duration":0}},{"uid":"b30526beadd685e8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b30526beadd685e8","status":"passed","time":{"start":1728893454821,"stop":1728893454821,"duration":0}},{"uid":"be7dc3f91be26b3b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be7dc3f91be26b3b","status":"passed","time":{"start":1728856408463,"stop":1728856408464,"duration":1}},{"uid":"bad7bb6cbe288dc6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bad7bb6cbe288dc6","status":"passed","time":{"start":1728738633864,"stop":1728738633864,"duration":0}},{"uid":"5ff01f319715121a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5ff01f319715121a","status":"passed","time":{"start":1728683159803,"stop":1728683159807,"duration":4}},{"uid":"e941e9b6737acb2b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e941e9b6737acb2b","status":"passed","time":{"start":1728682751339,"stop":1728682751340,"duration":1}},{"uid":"4f7ac87a2ca958c1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f7ac87a2ca958c1","status":"passed","time":{"start":1728677216373,"stop":1728677216374,"duration":1}},{"uid":"7515d045c1540100","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7515d045c1540100","status":"passed","time":{"start":1728669925461,"stop":1728669925461,"duration":0}},{"uid":"6bdcc5807e1a895d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6bdcc5807e1a895d","status":"passed","time":{"start":1728598268816,"stop":1728598268816,"duration":0}},{"uid":"756f06ac780e4ee3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/756f06ac780e4ee3","status":"passed","time":{"start":1728597503944,"stop":1728597503945,"duration":1}}]},"cb3d0b243c0cc0174fd60c730ba82a3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3f306054678a3b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e3f306054678a3b3","status":"passed","time":{"start":1728677156810,"stop":1728677156810,"duration":0}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cf67d40b2a016d1b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cf67d40b2a016d1b","status":"passed","time":{"start":1729034402286,"stop":1729034402287,"duration":1}},{"uid":"e096349db44a16f0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e096349db44a16f0","status":"passed","time":{"start":1729034323308,"stop":1729034323310,"duration":2}},{"uid":"1e732c89a30dc7a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1e732c89a30dc7a3","status":"passed","time":{"start":1729034144770,"stop":1729034144770,"duration":0}},{"uid":"68798dfc21e465d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/68798dfc21e465d1","status":"passed","time":{"start":1729032198824,"stop":1729032198824,"duration":0}},{"uid":"83992af259fd66fe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/83992af259fd66fe","status":"passed","time":{"start":1728901901772,"stop":1728901901773,"duration":1}},{"uid":"77ea587c294ff1ba","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/77ea587c294ff1ba","status":"passed","time":{"start":1728893337256,"stop":1728893337256,"duration":0}},{"uid":"389a25a4b4ae0b63","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/389a25a4b4ae0b63","status":"passed","time":{"start":1728856299199,"stop":1728856299199,"duration":0}},{"uid":"c556c612b5b6404","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c556c612b5b6404","status":"passed","time":{"start":1728738505384,"stop":1728738505384,"duration":0}},{"uid":"25c003a6cb8cae26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/25c003a6cb8cae26","status":"passed","time":{"start":1728683045451,"stop":1728683045452,"duration":1}},{"uid":"98e3f45baa61f050","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/98e3f45baa61f050","status":"passed","time":{"start":1728682607295,"stop":1728682607295,"duration":0}},{"uid":"14203a567ea023df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/14203a567ea023df","status":"passed","time":{"start":1728677103497,"stop":1728677103499,"duration":2}},{"uid":"92009b4e901022b4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92009b4e901022b4","status":"passed","time":{"start":1728669777132,"stop":1728669777133,"duration":1}},{"uid":"75337e069c96de16","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/75337e069c96de16","status":"passed","time":{"start":1728598163468,"stop":1728598163468,"duration":0}},{"uid":"80daa0e5b76bd00d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/80daa0e5b76bd00d","status":"passed","time":{"start":1728597375484,"stop":1728597375485,"duration":1}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f0a8b8288a062ef7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f0a8b8288a062ef7","status":"passed","time":{"start":1729034163595,"stop":1729034163596,"duration":1}},{"uid":"57ef5e09efba4db2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/57ef5e09efba4db2","status":"passed","time":{"start":1729034085358,"stop":1729034085358,"duration":0}},{"uid":"1f10d442d4f6f884","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f10d442d4f6f884","status":"passed","time":{"start":1729033899385,"stop":1729033899386,"duration":1}},{"uid":"b9ea35e20192f0de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b9ea35e20192f0de","status":"passed","time":{"start":1729031949754,"stop":1729031949755,"duration":1}},{"uid":"b6fffeb7d752a8d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b6fffeb7d752a8d","status":"passed","time":{"start":1728901497251,"stop":1728901497251,"duration":0}},{"uid":"1f16d87871c6a8f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1f16d87871c6a8f8","status":"passed","time":{"start":1728892931616,"stop":1728892931617,"duration":1}},{"uid":"d1931ced35b63191","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d1931ced35b63191","status":"passed","time":{"start":1728855891086,"stop":1728855891086,"duration":0}},{"uid":"9fb941d2e352f057","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9fb941d2e352f057","status":"passed","time":{"start":1728738108306,"stop":1728738108306,"duration":0}},{"uid":"b665634cc1f63e53","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b665634cc1f63e53","status":"passed","time":{"start":1728682642732,"stop":1728682642740,"duration":8}},{"uid":"ce6cde5b36fbd256","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce6cde5b36fbd256","status":"passed","time":{"start":1728682214719,"stop":1728682214720,"duration":1}},{"uid":"593587d8abdaf092","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/593587d8abdaf092","status":"passed","time":{"start":1728676692180,"stop":1728676692181,"duration":1}},{"uid":"1fb60757161f8bd9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1fb60757161f8bd9","status":"passed","time":{"start":1728669416673,"stop":1728669416674,"duration":1}},{"uid":"309b7a7c1f4c7ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/309b7a7c1f4c7ab","status":"passed","time":{"start":1728597754027,"stop":1728597754028,"duration":1}},{"uid":"5321d3e6ce4e94e5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5321d3e6ce4e94e5","status":"passed","time":{"start":1728596972642,"stop":1728596972642,"duration":0}}]},"1aa3faf055a44ddd82949ddbb13ba4d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1cf10acb4f1f6abe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1cf10acb4f1f6abe","status":"passed","time":{"start":1728598137509,"stop":1728598137510,"duration":1}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"37e5695950b9e02b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/37e5695950b9e02b","status":"passed","time":{"start":1729034119095,"stop":1729034119096,"duration":1}},{"uid":"69368e747b0d2da2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/69368e747b0d2da2","status":"passed","time":{"start":1729034042613,"stop":1729034042614,"duration":1}},{"uid":"18599f2934e3603","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/18599f2934e3603","status":"passed","time":{"start":1729033857427,"stop":1729033857428,"duration":1}},{"uid":"90f7dc45053f4f0d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/90f7dc45053f4f0d","status":"passed","time":{"start":1729031907631,"stop":1729031907632,"duration":1}},{"uid":"79f475391f13b1d3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/79f475391f13b1d3","status":"passed","time":{"start":1728901452630,"stop":1728901452630,"duration":0}},{"uid":"d035e5e772f538a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d035e5e772f538a2","status":"passed","time":{"start":1728892883398,"stop":1728892883399,"duration":1}},{"uid":"dbba9c7ea3d8a367","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbba9c7ea3d8a367","status":"passed","time":{"start":1728855845736,"stop":1728855845736,"duration":0}},{"uid":"75e20e5db80216cf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/75e20e5db80216cf","status":"passed","time":{"start":1728738063047,"stop":1728738063048,"duration":1}},{"uid":"2d2d7cdc3725d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2d2d7cdc3725d9","status":"passed","time":{"start":1728682596890,"stop":1728682596890,"duration":0}},{"uid":"506114f62d7b750f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/506114f62d7b750f","status":"passed","time":{"start":1728682169970,"stop":1728682169971,"duration":1}},{"uid":"6cb37f4f88fc1cf4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6cb37f4f88fc1cf4","status":"passed","time":{"start":1728676643815,"stop":1728676643816,"duration":1}},{"uid":"f58b1cbfba68fbc2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f58b1cbfba68fbc2","status":"passed","time":{"start":1728669366944,"stop":1728669366944,"duration":0}},{"uid":"218ddb50d3c51915","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/218ddb50d3c51915","status":"passed","time":{"start":1728597707582,"stop":1728597707582,"duration":0}},{"uid":"b855320eedd03cc0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b855320eedd03cc0","status":"passed","time":{"start":1728596927588,"stop":1728596927588,"duration":0}}]},"17de423536656a73e43adc092afcb2fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3517c8a1250775db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3517c8a1250775db","status":"passed","time":{"start":1729032235308,"stop":1729032235309,"duration":1}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5daa6d370e2f5421","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5daa6d370e2f5421","status":"passed","time":{"start":1729034411425,"stop":1729034411425,"duration":0}},{"uid":"8624b1d61ce25fe5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8624b1d61ce25fe5","status":"passed","time":{"start":1729034327408,"stop":1729034327408,"duration":0}},{"uid":"a6ff28e526f9b6be","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6ff28e526f9b6be","status":"passed","time":{"start":1729034147780,"stop":1729034147781,"duration":1}},{"uid":"e4c77f67cceb0acd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e4c77f67cceb0acd","status":"passed","time":{"start":1729032204830,"stop":1729032204830,"duration":0}},{"uid":"a751c8e1ed266da3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a751c8e1ed266da3","status":"passed","time":{"start":1728901907713,"stop":1728901907714,"duration":1}},{"uid":"27e779fd55abca30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/27e779fd55abca30","status":"passed","time":{"start":1728893341890,"stop":1728893341890,"duration":0}},{"uid":"fabb64f4e62d12fc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fabb64f4e62d12fc","status":"passed","time":{"start":1728856299382,"stop":1728856299383,"duration":1}},{"uid":"4625339536483730","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4625339536483730","status":"passed","time":{"start":1728738511619,"stop":1728738511619,"duration":0}},{"uid":"517a3666618ae98d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/517a3666618ae98d","status":"passed","time":{"start":1728683052913,"stop":1728683052913,"duration":0}},{"uid":"2c1627206de1a9ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2c1627206de1a9ae","status":"passed","time":{"start":1728682612912,"stop":1728682612913,"duration":1}},{"uid":"3b8178109b93e919","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3b8178109b93e919","status":"passed","time":{"start":1728677115748,"stop":1728677115748,"duration":0}},{"uid":"9733888e0ad0f26a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9733888e0ad0f26a","status":"passed","time":{"start":1728669778176,"stop":1728669778177,"duration":1}},{"uid":"1320d6dab5a7a1f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1320d6dab5a7a1f3","status":"passed","time":{"start":1728598175434,"stop":1728598175435,"duration":1}},{"uid":"4cef2265ec202add","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4cef2265ec202add","status":"passed","time":{"start":1728597380064,"stop":1728597380064,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"832d83b14e31043d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/832d83b14e31043d","status":"passed","time":{"start":1729034400890,"stop":1729034400890,"duration":0}},{"uid":"2fc7a4cf609ac8c6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2fc7a4cf609ac8c6","status":"passed","time":{"start":1729034317452,"stop":1729034317453,"duration":1}},{"uid":"f390c29f1d06edf3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f390c29f1d06edf3","status":"passed","time":{"start":1729034137135,"stop":1729034137135,"duration":0}},{"uid":"4f60419b68258eb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f60419b68258eb","status":"passed","time":{"start":1729032206875,"stop":1729032206876,"duration":1}},{"uid":"15fcdfec2c674e06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/15fcdfec2c674e06","status":"passed","time":{"start":1728901995021,"stop":1728901995022,"duration":1}},{"uid":"971dc1aae79455","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/971dc1aae79455","status":"passed","time":{"start":1728893420995,"stop":1728893420995,"duration":0}},{"uid":"a7bcd01903a8d66d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a7bcd01903a8d66d","status":"passed","time":{"start":1728856368596,"stop":1728856368596,"duration":0}},{"uid":"f8ffc427d5031661","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f8ffc427d5031661","status":"passed","time":{"start":1728738604681,"stop":1728738604681,"duration":0}},{"uid":"ebc8b500ed2ac4ff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ebc8b500ed2ac4ff","status":"passed","time":{"start":1728683117627,"stop":1728683117628,"duration":1}},{"uid":"2438455d801d3547","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2438455d801d3547","status":"passed","time":{"start":1728682721318,"stop":1728682721318,"duration":0}},{"uid":"607302cb6efaebab","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/607302cb6efaebab","status":"passed","time":{"start":1728677184683,"stop":1728677184683,"duration":0}},{"uid":"ae51b1f0e20001e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ae51b1f0e20001e5","status":"passed","time":{"start":1728669866450,"stop":1728669866450,"duration":0}},{"uid":"9f4635187d83d6cf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9f4635187d83d6cf","status":"passed","time":{"start":1728598249976,"stop":1728598249976,"duration":0}},{"uid":"7a677e8bf755fcd8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7a677e8bf755fcd8","status":"passed","time":{"start":1728597472291,"stop":1728597472292,"duration":1}}]},"15d8ba1077da0bc90c660f3fc648f908:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6a2cfb169265fce","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f6a2cfb169265fce","status":"passed","time":{"start":1728682666065,"stop":1728682666065,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8a0f37db95075833","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a0f37db95075833","status":"passed","time":{"start":1729034240934,"stop":1729034240935,"duration":1}},{"uid":"acecdf7900a987e5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/acecdf7900a987e5","status":"passed","time":{"start":1729034159627,"stop":1729034159627,"duration":0}},{"uid":"9253fa941066d760","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9253fa941066d760","status":"passed","time":{"start":1729033976811,"stop":1729033976812,"duration":1}},{"uid":"1a95e7becc46f9d3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a95e7becc46f9d3","status":"passed","time":{"start":1729032020532,"stop":1729032020533,"duration":1}},{"uid":"4c4e81e56c5b416c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4c4e81e56c5b416c","status":"passed","time":{"start":1728901616476,"stop":1728901616499,"duration":23}},{"uid":"f89e3e48029ec117","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f89e3e48029ec117","status":"passed","time":{"start":1728893050252,"stop":1728893050253,"duration":1}},{"uid":"2f68388fa3041df","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f68388fa3041df","status":"passed","time":{"start":1728856015182,"stop":1728856015182,"duration":0}},{"uid":"790f1bab47085300","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/790f1bab47085300","status":"passed","time":{"start":1728738233174,"stop":1728738233175,"duration":1}},{"uid":"fcd48df1d6845b2c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fcd48df1d6845b2c","status":"passed","time":{"start":1728682762480,"stop":1728682762481,"duration":1}},{"uid":"bd2193acf6a4cc8d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd2193acf6a4cc8d","status":"passed","time":{"start":1728682332796,"stop":1728682332796,"duration":0}},{"uid":"9a93b24b69d08f8a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a93b24b69d08f8a","status":"passed","time":{"start":1728676810305,"stop":1728676810305,"duration":0}},{"uid":"a7e55694363bc223","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a7e55694363bc223","status":"passed","time":{"start":1728669529907,"stop":1728669529908,"duration":1}},{"uid":"663439d7ac1ae432","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/663439d7ac1ae432","status":"passed","time":{"start":1728597873544,"stop":1728597873545,"duration":1}},{"uid":"b00d75f02169c903","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b00d75f02169c903","status":"passed","time":{"start":1728597089285,"stop":1728597089285,"duration":0}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2d0c462ee587ae3c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2d0c462ee587ae3c","status":"passed","time":{"start":1729034413325,"stop":1729034413326,"duration":1}},{"uid":"f623069dffefbf01","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f623069dffefbf01","status":"passed","time":{"start":1729034330403,"stop":1729034330403,"duration":0}},{"uid":"10023f765e7cb9c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10023f765e7cb9c2","status":"passed","time":{"start":1729034147999,"stop":1729034148000,"duration":1}},{"uid":"5fd62a3e772aecd8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fd62a3e772aecd8","status":"passed","time":{"start":1729032202828,"stop":1729032202828,"duration":0}},{"uid":"be160853945d5730","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/be160853945d5730","status":"passed","time":{"start":1728901873321,"stop":1728901873321,"duration":0}},{"uid":"da2fc3d4cc06b238","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da2fc3d4cc06b238","status":"passed","time":{"start":1728893311008,"stop":1728893311008,"duration":0}},{"uid":"eb087aaa81d2cdcd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/eb087aaa81d2cdcd","status":"passed","time":{"start":1728856279297,"stop":1728856279297,"duration":0}},{"uid":"b2a4d7ffb1abdff0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b2a4d7ffb1abdff0","status":"passed","time":{"start":1728738483461,"stop":1728738483461,"duration":0}},{"uid":"b6d439fda985ef0b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6d439fda985ef0b","status":"passed","time":{"start":1728683033354,"stop":1728683033354,"duration":0}},{"uid":"d8d74a065c47e240","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d8d74a065c47e240","status":"passed","time":{"start":1728682591253,"stop":1728682591254,"duration":1}},{"uid":"f80a4d45c1b41893","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f80a4d45c1b41893","status":"passed","time":{"start":1728677083878,"stop":1728677083879,"duration":1}},{"uid":"eb5c1a5ab8efad5c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eb5c1a5ab8efad5c","status":"passed","time":{"start":1728669753996,"stop":1728669753996,"duration":0}},{"uid":"8a531fce87503f5d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a531fce87503f5d","status":"passed","time":{"start":1728598145544,"stop":1728598145544,"duration":0}},{"uid":"673e11033d5f305","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/673e11033d5f305","status":"passed","time":{"start":1728597350444,"stop":1728597350445,"duration":1}}]},"201f0474f3e120b5da851233e394f19d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1476c2ef646ecaa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1476c2ef646ecaa","status":"passed","time":{"start":1728738555099,"stop":1728738555099,"duration":0}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"47c1f408ad7b60e8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47c1f408ad7b60e8","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034259834,"stop":1729034259834,"duration":0}},{"uid":"a71e9681543cbfe","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a71e9681543cbfe","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034194035,"stop":1729034194036,"duration":1}},{"uid":"74092a168d3eacba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/74092a168d3eacba","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034014882,"stop":1729034014882,"duration":0}},{"uid":"4fe82195afcd5b0d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4fe82195afcd5b0d","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032065461,"stop":1729032065461,"duration":0}},{"uid":"fc84b25a28782b7e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fc84b25a28782b7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901664285,"stop":1728901664285,"duration":0}},{"uid":"3c507747f1cc81d7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c507747f1cc81d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893093695,"stop":1728893093695,"duration":0}},{"uid":"174da56aab75fec8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/174da56aab75fec8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856055277,"stop":1728856055277,"duration":0}},{"uid":"6b453cc193c77a66","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6b453cc193c77a66","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738274748,"stop":1728738274748,"duration":0}},{"uid":"985b4dab92f8f30b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/985b4dab92f8f30b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682807963,"stop":1728682807963,"duration":0}},{"uid":"18c918eedb627059","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18c918eedb627059","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682381304,"stop":1728682381304,"duration":0}},{"uid":"31969ceeb6f08af2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/31969ceeb6f08af2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676853904,"stop":1728676853904,"duration":0}},{"uid":"ed0d10460fce14e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed0d10460fce14e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669581702,"stop":1728669581702,"duration":0}},{"uid":"24ccf18e56e54e48","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/24ccf18e56e54e48","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597923495,"stop":1728597923495,"duration":0}},{"uid":"d16898ce1bbe2983","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d16898ce1bbe2983","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597132268,"stop":1728597132272,"duration":4}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"78b0e3d3d69be4bb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/78b0e3d3d69be4bb","status":"passed","time":{"start":1729034474982,"stop":1729034474983,"duration":1}},{"uid":"e0e5f376357d73e2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e0e5f376357d73e2","status":"passed","time":{"start":1729034395287,"stop":1729034395287,"duration":0}},{"uid":"3b8885ad2522f4d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b8885ad2522f4d9","status":"passed","time":{"start":1729034209092,"stop":1729034209092,"duration":0}},{"uid":"2e7ca713f6295b95","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e7ca713f6295b95","status":"passed","time":{"start":1729032264562,"stop":1729032264563,"duration":1}},{"uid":"141ec2925551bc80","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/141ec2925551bc80","status":"passed","time":{"start":1728902012838,"stop":1728902012839,"duration":1}},{"uid":"2a15799eb41dee1d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2a15799eb41dee1d","status":"passed","time":{"start":1728893454808,"stop":1728893454808,"duration":0}},{"uid":"239590326d72cf2a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/239590326d72cf2a","status":"passed","time":{"start":1728856408449,"stop":1728856408449,"duration":0}},{"uid":"8d226c38b8c1861d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d226c38b8c1861d","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"be21dff1f2ed378b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be21dff1f2ed378b","status":"passed","time":{"start":1728683159747,"stop":1728683159747,"duration":0}},{"uid":"5a259370d19d0f40","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5a259370d19d0f40","status":"passed","time":{"start":1728682751325,"stop":1728682751325,"duration":0}},{"uid":"ba02bfb3f8a5b5bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba02bfb3f8a5b5bc","status":"passed","time":{"start":1728677216352,"stop":1728677216352,"duration":0}},{"uid":"c22e0f26510381f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c22e0f26510381f9","status":"passed","time":{"start":1728669925450,"stop":1728669925450,"duration":0}},{"uid":"a70abb9a55d25ef9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a70abb9a55d25ef9","status":"passed","time":{"start":1728598268798,"stop":1728598268798,"duration":0}},{"uid":"170ef476c1ea02a8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/170ef476c1ea02a8","status":"passed","time":{"start":1728597503909,"stop":1728597503910,"duration":1}}]},"a5b8096255da7621f4876c8487531596:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1e088053f0dea77","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1e088053f0dea77","status":"passed","time":{"start":1729034111875,"stop":1729034111875,"duration":0}},{"uid":"71b549fb32156219","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71b549fb32156219","status":"passed","time":{"start":1729034034978,"stop":1729034034978,"duration":0}},{"uid":"97cb50e3f1149339","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97cb50e3f1149339","status":"passed","time":{"start":1729033849392,"stop":1729033849392,"duration":0}},{"uid":"38352419202956c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/38352419202956c0","status":"passed","time":{"start":1729031899546,"stop":1729031899547,"duration":1}},{"uid":"51a0dcd3d7f80cd3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/51a0dcd3d7f80cd3","status":"passed","time":{"start":1728901444841,"stop":1728901444841,"duration":0}},{"uid":"849aa75b1dee4014","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/849aa75b1dee4014","status":"passed","time":{"start":1728892875614,"stop":1728892875614,"duration":0}},{"uid":"5318d987a1043c09","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5318d987a1043c09","status":"passed","time":{"start":1728855838488,"stop":1728855838488,"duration":0}},{"uid":"3bb675cb3c7048ac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3bb675cb3c7048ac","status":"passed","time":{"start":1728738055451,"stop":1728738055451,"duration":0}},{"uid":"5662e98e17358c74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5662e98e17358c74","status":"passed","time":{"start":1728682589262,"stop":1728682589263,"duration":1}},{"uid":"cd2b58b07bcd5ca7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd2b58b07bcd5ca7","status":"passed","time":{"start":1728682162180,"stop":1728682162181,"duration":1}},{"uid":"a46776833e315b3e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a46776833e315b3e","status":"passed","time":{"start":1728676636508,"stop":1728676636508,"duration":0}},{"uid":"cc9c73e6e1fbab88","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc9c73e6e1fbab88","status":"passed","time":{"start":1728669359846,"stop":1728669359846,"duration":0}},{"uid":"72322e1c2f43ab04","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/72322e1c2f43ab04","status":"passed","time":{"start":1728597699701,"stop":1728597699701,"duration":0}},{"uid":"e08edc314ca6de1a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e08edc314ca6de1a","status":"passed","time":{"start":1728596919892,"stop":1728596919893,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c447b2b87e34e31b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c447b2b87e34e31b","status":"passed","time":{"start":1729034104921,"stop":1729034104921,"duration":0}},{"uid":"989b14397c1d2758","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/989b14397c1d2758","status":"passed","time":{"start":1729034028520,"stop":1729034028520,"duration":0}},{"uid":"871e10650c27cbe9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/871e10650c27cbe9","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0}},{"uid":"4e041534b49b7521","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4e041534b49b7521","status":"passed","time":{"start":1729031892685,"stop":1729031892685,"duration":0}},{"uid":"a6e73bdf2b4ce73c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a6e73bdf2b4ce73c","status":"passed","time":{"start":1728901438816,"stop":1728901438817,"duration":1}},{"uid":"7752611567ab8427","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7752611567ab8427","status":"passed","time":{"start":1728892869010,"stop":1728892869010,"duration":0}},{"uid":"bc0827d2778827a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bc0827d2778827a2","status":"passed","time":{"start":1728855831901,"stop":1728855831901,"duration":0}},{"uid":"713a375d6db20fe5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/713a375d6db20fe5","status":"passed","time":{"start":1728738049049,"stop":1728738049049,"duration":0}},{"uid":"d9f8f14855c4ebc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d9f8f14855c4ebc","status":"passed","time":{"start":1728682582628,"stop":1728682582628,"duration":0}},{"uid":"c4f343cb06733b48","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c4f343cb06733b48","status":"passed","time":{"start":1728682155416,"stop":1728682155416,"duration":0}},{"uid":"e363e29a3ae963a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e363e29a3ae963a8","status":"passed","time":{"start":1728676629983,"stop":1728676629983,"duration":0}},{"uid":"b430e6c4ab6de2dd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b430e6c4ab6de2dd","status":"passed","time":{"start":1728669353110,"stop":1728669353110,"duration":0}},{"uid":"6c56e17e326af551","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6c56e17e326af551","status":"passed","time":{"start":1728597693856,"stop":1728597693856,"duration":0}},{"uid":"af2bc42e30331c94","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/af2bc42e30331c94","status":"passed","time":{"start":1728596913100,"stop":1728596913100,"duration":0}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f5e6acbbfc98ca96","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f5e6acbbfc98ca96","status":"passed","time":{"start":1729034095624,"stop":1729034095624,"duration":0}},{"uid":"ed1416725a467f9c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed1416725a467f9c","status":"passed","time":{"start":1729034019886,"stop":1729034019887,"duration":1}},{"uid":"c5e8402f892b37b0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5e8402f892b37b0","status":"passed","time":{"start":1729033834024,"stop":1729033834025,"duration":1}},{"uid":"dc3e2417b3e5828","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dc3e2417b3e5828","status":"passed","time":{"start":1729031883605,"stop":1729031883606,"duration":1}},{"uid":"c74b341f369f71c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c74b341f369f71c0","status":"passed","time":{"start":1728901429892,"stop":1728901429895,"duration":3}},{"uid":"ada16d928261f7a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ada16d928261f7a","status":"passed","time":{"start":1728892860034,"stop":1728892860035,"duration":1}},{"uid":"aeef2ecca3e6a23a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aeef2ecca3e6a23a","status":"passed","time":{"start":1728855822966,"stop":1728855822966,"duration":0}},{"uid":"8a8cef93acec9dc7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8a8cef93acec9dc7","status":"passed","time":{"start":1728738040126,"stop":1728738040127,"duration":1}},{"uid":"48c45bf9ef539e74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/48c45bf9ef539e74","status":"passed","time":{"start":1728682573418,"stop":1728682573418,"duration":0}},{"uid":"b3224c56225667d2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3224c56225667d2","status":"passed","time":{"start":1728682146525,"stop":1728682146526,"duration":1}},{"uid":"d3b6e56e842f7b24","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d3b6e56e842f7b24","status":"passed","time":{"start":1728676621028,"stop":1728676621028,"duration":0}},{"uid":"97b28aeb53444fd6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97b28aeb53444fd6","status":"passed","time":{"start":1728669344029,"stop":1728669344029,"duration":0}},{"uid":"194c11ff32909a67","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/194c11ff32909a67","status":"passed","time":{"start":1728597684702,"stop":1728597684703,"duration":1}},{"uid":"5e9b329ed8635a62","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5e9b329ed8635a62","status":"passed","time":{"start":1728596904041,"stop":1728596904042,"duration":1}}]},"27dba3eb95defa8a93e64dda3d365c4b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"199b432d2aefabe6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/199b432d2aefabe6","status":"passed","time":{"start":1728856333677,"stop":1728856333678,"duration":1}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"22efaac0b52e1904","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22efaac0b52e1904","status":"passed","time":{"start":1729034443521,"stop":1729034443521,"duration":0}},{"uid":"1b5cf3c6e321dcf2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1b5cf3c6e321dcf2","status":"passed","time":{"start":1729034357708,"stop":1729034357709,"duration":1}},{"uid":"468e42b4b598603c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/468e42b4b598603c","status":"passed","time":{"start":1729034177536,"stop":1729034177536,"duration":0}},{"uid":"3fa9ae9de0f02282","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3fa9ae9de0f02282","status":"passed","time":{"start":1729032235311,"stop":1729032235314,"duration":3}},{"uid":"ede78615d23abb15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ede78615d23abb15","status":"passed","time":{"start":1728901958866,"stop":1728901958866,"duration":0}},{"uid":"b5b3097c88a88b51","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5b3097c88a88b51","status":"passed","time":{"start":1728893395083,"stop":1728893395083,"duration":0}},{"uid":"c862dcdbd1582bec","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c862dcdbd1582bec","status":"passed","time":{"start":1728856355697,"stop":1728856355698,"duration":1}},{"uid":"53a1cd6a54b67719","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/53a1cd6a54b67719","status":"passed","time":{"start":1728738567473,"stop":1728738567473,"duration":0}},{"uid":"9dad1a802ae842cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9dad1a802ae842cd","status":"passed","time":{"start":1728683110372,"stop":1728683110372,"duration":0}},{"uid":"92b1bd7ca676afcb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/92b1bd7ca676afcb","status":"passed","time":{"start":1728682666069,"stop":1728682666070,"duration":1}},{"uid":"31df2acbdaf30a91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/31df2acbdaf30a91","status":"passed","time":{"start":1728677163584,"stop":1728677163584,"duration":0}},{"uid":"bbba94905898bfe6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bbba94905898bfe6","status":"passed","time":{"start":1728669841256,"stop":1728669841256,"duration":0}},{"uid":"53684529f3b07bf6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/53684529f3b07bf6","status":"passed","time":{"start":1728598221900,"stop":1728598221900,"duration":0}},{"uid":"8a9c3573d03c2861","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8a9c3573d03c2861","status":"passed","time":{"start":1728597434083,"stop":1728597434083,"duration":0}}]},"fd1549665668131916dade987eb029cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48df0712f606b77d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/48df0712f606b77d","status":"passed","time":{"start":1728597132263,"stop":1728597132263,"duration":0}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"4ffe7eb11ca7fe53","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ffe7eb11ca7fe53","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034166266,"stop":1729034166266,"duration":0}},{"uid":"eef716b1e40e83ba","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/eef716b1e40e83ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034096724,"stop":1729034096724,"duration":0}},{"uid":"41076025a7ed68f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41076025a7ed68f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033904751,"stop":1729033904751,"duration":0}},{"uid":"f06a5dfea2132f1b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f06a5dfea2132f1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031952299,"stop":1729031952299,"duration":0}},{"uid":"cdf0961f37e36022","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cdf0961f37e36022","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901498549,"stop":1728901498550,"duration":1}},{"uid":"92e51bbbc3e8537a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/92e51bbbc3e8537a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892934942,"stop":1728892934942,"duration":0}},{"uid":"62470e483f1d5fe4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62470e483f1d5fe4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855901092,"stop":1728855901092,"duration":0}},{"uid":"72c055c2a8691a35","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/72c055c2a8691a35","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738109824,"stop":1728738109824,"duration":0}},{"uid":"8775b45f77153372","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8775b45f77153372","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682641799,"stop":1728682641799,"duration":0}},{"uid":"255bff729328b2f3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/255bff729328b2f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682224061,"stop":1728682224061,"duration":0}},{"uid":"e738908777ae35d3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e738908777ae35d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676692605,"stop":1728676692605,"duration":0}},{"uid":"887318633584d628","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/887318633584d628","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669414332,"stop":1728669414332,"duration":0}},{"uid":"dc33a94e35bbbcbf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc33a94e35bbbcbf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597758159,"stop":1728597758159,"duration":0}},{"uid":"e88ec15752568ca4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e88ec15752568ca4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596973965,"stop":1728596973965,"duration":0}}]},"10071815a925d433978c96d64be34203:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60d67699b3a40af2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/60d67699b3a40af2","status":"passed","time":{"start":1728856333679,"stop":1728856333679,"duration":0}}]},"60321a3e1670d81c6076411aea0ee0ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9b2249ef39c5b0c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9b2249ef39c5b0c","status":"passed","time":{"start":1729034177524,"stop":1729034177525,"duration":1}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4c5f2aa82fcd6f31","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4c5f2aa82fcd6f31","status":"passed","time":{"start":1729034393672,"stop":1729034393672,"duration":0}},{"uid":"6b117c7670409f6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b117c7670409f6b","status":"passed","time":{"start":1729034304863,"stop":1729034304863,"duration":0}},{"uid":"8a8f8b4fab1de8d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a8f8b4fab1de8d8","status":"passed","time":{"start":1729034121954,"stop":1729034121954,"duration":0}},{"uid":"41a7704c6ecf9562","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/41a7704c6ecf9562","status":"passed","time":{"start":1729032174931,"stop":1729032174931,"duration":0}},{"uid":"36925d29cdcd4fc5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/36925d29cdcd4fc5","status":"passed","time":{"start":1728901881035,"stop":1728901881035,"duration":0}},{"uid":"5284b381a24309b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5284b381a24309b6","status":"passed","time":{"start":1728893317184,"stop":1728893317184,"duration":0}},{"uid":"36e689351862ad0d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/36e689351862ad0d","status":"passed","time":{"start":1728856263128,"stop":1728856263128,"duration":0}},{"uid":"2d0c1b7d4add8f2b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2d0c1b7d4add8f2b","status":"passed","time":{"start":1728738492813,"stop":1728738492814,"duration":1}},{"uid":"647ad87e74af48dc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/647ad87e74af48dc","status":"passed","time":{"start":1728683030032,"stop":1728683030032,"duration":0}},{"uid":"bd5bed76ad2d19e0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd5bed76ad2d19e0","status":"passed","time":{"start":1728682581132,"stop":1728682581132,"duration":0}},{"uid":"85f6d9f12083a9e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85f6d9f12083a9e2","status":"passed","time":{"start":1728677082016,"stop":1728677082017,"duration":1}},{"uid":"a4655f52401a5ebe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4655f52401a5ebe","status":"passed","time":{"start":1728669795410,"stop":1728669795410,"duration":0}},{"uid":"72b87bc0457d6241","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/72b87bc0457d6241","status":"passed","time":{"start":1728598137511,"stop":1728598137511,"duration":0}},{"uid":"f0c96ddbc9559768","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c96ddbc9559768","status":"passed","time":{"start":1728597353490,"stop":1728597353490,"duration":0}}]},"43d0e0309dc9bbee3b7da2336564f92c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7011e55319be4bb9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7011e55319be4bb9","status":"passed","time":{"start":1729034137115,"stop":1729034137116,"duration":1}},{"uid":"157cdee728ad9c1a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/157cdee728ad9c1a","status":"passed","time":{"start":1729034060046,"stop":1729034060046,"duration":0}},{"uid":"53370bae1611bd7d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/53370bae1611bd7d","status":"passed","time":{"start":1729033875028,"stop":1729033875029,"duration":1}},{"uid":"5e69761f82250407","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e69761f82250407","status":"passed","time":{"start":1729031924909,"stop":1729031924909,"duration":0}},{"uid":"8915f4489304adf4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8915f4489304adf4","status":"passed","time":{"start":1728901469136,"stop":1728901469136,"duration":0}},{"uid":"88cad97e441f7a61","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/88cad97e441f7a61","status":"passed","time":{"start":1728892899801,"stop":1728892899801,"duration":0}},{"uid":"95144c052faf26b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/95144c052faf26b9","status":"passed","time":{"start":1728855863297,"stop":1728855863297,"duration":0}},{"uid":"ba08f07cee9c9629","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ba08f07cee9c9629","status":"passed","time":{"start":1728738080957,"stop":1728738080958,"duration":1}},{"uid":"d8f5b8ee18c4bfde","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d8f5b8ee18c4bfde","status":"passed","time":{"start":1728682614317,"stop":1728682614317,"duration":0}},{"uid":"f9c8ed98e6b5c8ee","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f9c8ed98e6b5c8ee","status":"passed","time":{"start":1728682187221,"stop":1728682187222,"duration":1}},{"uid":"f95dd05821c4c0ac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f95dd05821c4c0ac","status":"passed","time":{"start":1728676661422,"stop":1728676661423,"duration":1}},{"uid":"36bcaef441dc5e3b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/36bcaef441dc5e3b","status":"passed","time":{"start":1728669384754,"stop":1728669384754,"duration":0}},{"uid":"7c1e3409ee51c5ed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c1e3409ee51c5ed","status":"passed","time":{"start":1728597724212,"stop":1728597724212,"duration":0}},{"uid":"273096620be7b65e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/273096620be7b65e","status":"passed","time":{"start":1728596943265,"stop":1728596943265,"duration":0}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"39cd021184517f90","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/39cd021184517f90","status":"passed","time":{"start":1729034202095,"stop":1729034202095,"duration":0}},{"uid":"82d92b0716d17983","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/82d92b0716d17983","status":"passed","time":{"start":1729034126097,"stop":1729034126097,"duration":0}},{"uid":"9aa6b7655117184d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9aa6b7655117184d","status":"passed","time":{"start":1729033939920,"stop":1729033939920,"duration":0}},{"uid":"5dd02bb6fdf8a434","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5dd02bb6fdf8a434","status":"passed","time":{"start":1729031988771,"stop":1729031988772,"duration":1}},{"uid":"99bcfe70f0cc4011","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/99bcfe70f0cc4011","status":"passed","time":{"start":1728901555751,"stop":1728901555752,"duration":1}},{"uid":"7a07af08824ed443","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7a07af08824ed443","status":"passed","time":{"start":1728892995570,"stop":1728892995570,"duration":0}},{"uid":"f442984337989658","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f442984337989658","status":"passed","time":{"start":1728855954640,"stop":1728855954641,"duration":1}},{"uid":"efc05817028c603e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/efc05817028c603e","status":"passed","time":{"start":1728738169494,"stop":1728738169503,"duration":9}},{"uid":"8f9b40e5da85395b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8f9b40e5da85395b","status":"passed","time":{"start":1728682707225,"stop":1728682707226,"duration":1}},{"uid":"a279200b15d6abb2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a279200b15d6abb2","status":"passed","time":{"start":1728682285115,"stop":1728682285115,"duration":0}},{"uid":"5b7dd5c612d310a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5b7dd5c612d310a8","status":"passed","time":{"start":1728676761147,"stop":1728676761147,"duration":0}},{"uid":"2697f1de77105b52","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2697f1de77105b52","status":"passed","time":{"start":1728669488931,"stop":1728669488934,"duration":3}},{"uid":"227aeb130dccbdbb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/227aeb130dccbdbb","status":"passed","time":{"start":1728597819559,"stop":1728597819559,"duration":0}},{"uid":"a968731cb16ec271","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a968731cb16ec271","status":"passed","time":{"start":1728597041916,"stop":1728597041916,"duration":0}}]},"ecd7ebd9fcded150c437864c9975262d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8f0bec8190ec7eb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f8f0bec8190ec7eb","status":"passed","time":{"start":1728893395074,"stop":1728893395075,"duration":1}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a5f7dc6951b6b412","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a5f7dc6951b6b412","status":"passed","time":{"start":1729034393625,"stop":1729034393625,"duration":0}},{"uid":"270c843cb2f3675d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/270c843cb2f3675d","status":"passed","time":{"start":1729034304793,"stop":1729034304797,"duration":4}},{"uid":"90d65debab2f9c9a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/90d65debab2f9c9a","status":"passed","time":{"start":1729034121876,"stop":1729034121876,"duration":0}},{"uid":"962a781c0418319c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/962a781c0418319c","status":"passed","time":{"start":1729032174795,"stop":1729032174795,"duration":0}},{"uid":"1bd9305018673a7e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1bd9305018673a7e","status":"passed","time":{"start":1728901881001,"stop":1728901881002,"duration":1}},{"uid":"aac596b2439f0589","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aac596b2439f0589","status":"passed","time":{"start":1728893317129,"stop":1728893317130,"duration":1}},{"uid":"167721987c54e9e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/167721987c54e9e2","status":"passed","time":{"start":1728856263063,"stop":1728856263063,"duration":0}},{"uid":"ab0489f9ed6e0ea3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ab0489f9ed6e0ea3","status":"passed","time":{"start":1728738492781,"stop":1728738492782,"duration":1}},{"uid":"f7532361eaa3aa92","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f7532361eaa3aa92","status":"passed","time":{"start":1728683030006,"stop":1728683030006,"duration":0}},{"uid":"985c4193ee65b8b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/985c4193ee65b8b4","status":"passed","time":{"start":1728682581061,"stop":1728682581062,"duration":1}},{"uid":"ed206f77364baa92","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ed206f77364baa92","status":"passed","time":{"start":1728677081981,"stop":1728677081982,"duration":1}},{"uid":"8efd18c0e48462b7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8efd18c0e48462b7","status":"passed","time":{"start":1728669795382,"stop":1728669795382,"duration":0}},{"uid":"9ba8bb9a57afef16","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9ba8bb9a57afef16","status":"passed","time":{"start":1728598137490,"stop":1728598137490,"duration":0}},{"uid":"7e2d4287bfa06381","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7e2d4287bfa06381","status":"passed","time":{"start":1728597353470,"stop":1728597353470,"duration":0}}]},"54a63dfbad157ef89df258eafc5a2182:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96e68e0e8d4a1129","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/96e68e0e8d4a1129","status":"passed","time":{"start":1728856355692,"stop":1728856355692,"duration":0}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"39679a6a1ef0236f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/39679a6a1ef0236f","status":"passed","time":{"start":1729034400884,"stop":1729034400884,"duration":0}},{"uid":"5dbd253ae81eda5b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5dbd253ae81eda5b","status":"passed","time":{"start":1729034317439,"stop":1729034317440,"duration":1}},{"uid":"893244347d095e11","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/893244347d095e11","status":"passed","time":{"start":1729034137123,"stop":1729034137124,"duration":1}},{"uid":"6f28652886de9e63","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6f28652886de9e63","status":"passed","time":{"start":1729032206868,"stop":1729032206870,"duration":2}},{"uid":"421794565231da0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/421794565231da0e","status":"passed","time":{"start":1728901995010,"stop":1728901995010,"duration":0}},{"uid":"28f839c313ada7ba","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/28f839c313ada7ba","status":"passed","time":{"start":1728893420989,"stop":1728893420989,"duration":0}},{"uid":"a3e0d0c625c8faf6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a3e0d0c625c8faf6","status":"passed","time":{"start":1728856368591,"stop":1728856368591,"duration":0}},{"uid":"59b8d83b7af9c176","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/59b8d83b7af9c176","status":"passed","time":{"start":1728738604676,"stop":1728738604676,"duration":0}},{"uid":"a61346d5d42aa4cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a61346d5d42aa4cd","status":"passed","time":{"start":1728683117605,"stop":1728683117605,"duration":0}},{"uid":"9b3d782a018c6bde","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b3d782a018c6bde","status":"passed","time":{"start":1728682721313,"stop":1728682721313,"duration":0}},{"uid":"7bbee4453c26a44e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7bbee4453c26a44e","status":"passed","time":{"start":1728677184675,"stop":1728677184676,"duration":1}},{"uid":"48d93b261aaba9cb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/48d93b261aaba9cb","status":"passed","time":{"start":1728669866444,"stop":1728669866444,"duration":0}},{"uid":"d6dbd38d37bcac5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d6dbd38d37bcac5e","status":"passed","time":{"start":1728598249971,"stop":1728598249971,"duration":0}},{"uid":"7a2a65bf1b223ef2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7a2a65bf1b223ef2","status":"passed","time":{"start":1728597472283,"stop":1728597472284,"duration":1}}]},"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9c5e01d9ddf58424","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9c5e01d9ddf58424","status":"passed","time":{"start":1729034096133,"stop":1729034096133,"duration":0}},{"uid":"5faa4b4a55178600","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5faa4b4a55178600","status":"passed","time":{"start":1729034020091,"stop":1729034020091,"duration":0}},{"uid":"a5a9240e28384e7a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5a9240e28384e7a","status":"passed","time":{"start":1729033834385,"stop":1729033834386,"duration":1}},{"uid":"6cc827ac1ff2938f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6cc827ac1ff2938f","status":"passed","time":{"start":1729031884118,"stop":1729031884119,"duration":1}},{"uid":"84c82915614cf059","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84c82915614cf059","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"afd2a8d5fc28f7fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/afd2a8d5fc28f7fb","status":"passed","time":{"start":1728892860532,"stop":1728892860532,"duration":0}},{"uid":"ca0660c11b8db229","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca0660c11b8db229","status":"passed","time":{"start":1728855823322,"stop":1728855823322,"duration":0}},{"uid":"ec45210bac8fa302","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec45210bac8fa302","status":"passed","time":{"start":1728738040602,"stop":1728738040602,"duration":0}},{"uid":"4bd0586f83d70929","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bd0586f83d70929","status":"passed","time":{"start":1728682574092,"stop":1728682574093,"duration":1}},{"uid":"e50a835f3311dfd3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e50a835f3311dfd3","status":"passed","time":{"start":1728682146817,"stop":1728682146817,"duration":0}},{"uid":"b720f0316c59d122","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b720f0316c59d122","status":"passed","time":{"start":1728676621431,"stop":1728676621431,"duration":0}},{"uid":"28948d1afd553a52","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/28948d1afd553a52","status":"passed","time":{"start":1728669344467,"stop":1728669344467,"duration":0}},{"uid":"367c0269a5272f68","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/367c0269a5272f68","status":"passed","time":{"start":1728597685161,"stop":1728597685161,"duration":0}},{"uid":"b3447536b27b02ae","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b3447536b27b02ae","status":"passed","time":{"start":1728596904467,"stop":1728596904468,"duration":1}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e4b335aeede59e7e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e4b335aeede59e7e","status":"passed","time":{"start":1729034370870,"stop":1729034370871,"duration":1}},{"uid":"fbf793dfc5a09c6d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fbf793dfc5a09c6d","status":"passed","time":{"start":1729034308871,"stop":1729034308872,"duration":1}},{"uid":"eb5e8530b58d36b2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eb5e8530b58d36b2","status":"passed","time":{"start":1729034129474,"stop":1729034129475,"duration":1}},{"uid":"44a3134be4ca655a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/44a3134be4ca655a","status":"passed","time":{"start":1729032178368,"stop":1729032178368,"duration":0}},{"uid":"157f69c6081798f6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/157f69c6081798f6","status":"passed","time":{"start":1728901896347,"stop":1728901896348,"duration":1}},{"uid":"b454061dcfad92d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b454061dcfad92d8","status":"passed","time":{"start":1728893329025,"stop":1728893329026,"duration":1}},{"uid":"571cf8ea9f00a40c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/571cf8ea9f00a40c","status":"passed","time":{"start":1728856284764,"stop":1728856284764,"duration":0}},{"uid":"69acd932fc48f1ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/69acd932fc48f1ee","status":"passed","time":{"start":1728738494941,"stop":1728738494941,"duration":0}},{"uid":"c2c293b0a1d2c0ee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c2c293b0a1d2c0ee","status":"passed","time":{"start":1728683033632,"stop":1728683033632,"duration":0}},{"uid":"856fa9030e708e0a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/856fa9030e708e0a","status":"passed","time":{"start":1728682601737,"stop":1728682601737,"duration":0}},{"uid":"fc9e7996b093d82c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fc9e7996b093d82c","status":"passed","time":{"start":1728677107962,"stop":1728677107962,"duration":0}},{"uid":"c9e2ca0e0b6c5f5a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9e2ca0e0b6c5f5a","status":"passed","time":{"start":1728669764751,"stop":1728669764752,"duration":1}},{"uid":"7509afb51947521b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7509afb51947521b","status":"passed","time":{"start":1728598157563,"stop":1728598157563,"duration":0}},{"uid":"70faa0c446c1769b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70faa0c446c1769b","status":"passed","time":{"start":1728597369073,"stop":1728597369073,"duration":0}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b147a0d62e94f9f9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b147a0d62e94f9f9","status":"passed","time":{"start":1729034393654,"stop":1729034393655,"duration":1}},{"uid":"26b371d2e1c0a422","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/26b371d2e1c0a422","status":"passed","time":{"start":1729034304852,"stop":1729034304852,"duration":0}},{"uid":"5b4321638e34b0a7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5b4321638e34b0a7","status":"passed","time":{"start":1729034121938,"stop":1729034121939,"duration":1}},{"uid":"99c45965f82f6aea","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/99c45965f82f6aea","status":"passed","time":{"start":1729032174902,"stop":1729032174902,"duration":0}},{"uid":"8e116f772c0f3064","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e116f772c0f3064","status":"passed","time":{"start":1728901881019,"stop":1728901881020,"duration":1}},{"uid":"5c9b6fa8af61a1ed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c9b6fa8af61a1ed","status":"passed","time":{"start":1728893317176,"stop":1728893317177,"duration":1}},{"uid":"ee79596de1d784","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ee79596de1d784","status":"passed","time":{"start":1728856263107,"stop":1728856263108,"duration":1}},{"uid":"6d7eed9b613711f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d7eed9b613711f5","status":"passed","time":{"start":1728738492802,"stop":1728738492802,"duration":0}},{"uid":"4af1c940562a6bc5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4af1c940562a6bc5","status":"passed","time":{"start":1728683030025,"stop":1728683030025,"duration":0}},{"uid":"b04b210473adb694","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b04b210473adb694","status":"passed","time":{"start":1728682581110,"stop":1728682581111,"duration":1}},{"uid":"1fa63bf632207382","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1fa63bf632207382","status":"passed","time":{"start":1728677082003,"stop":1728677082004,"duration":1}},{"uid":"18025bfb200e1ef2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/18025bfb200e1ef2","status":"passed","time":{"start":1728669795401,"stop":1728669795403,"duration":2}},{"uid":"44989d5a259a7e3b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/44989d5a259a7e3b","status":"passed","time":{"start":1728598137507,"stop":1728598137507,"duration":0}},{"uid":"f52465146db31e94","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f52465146db31e94","status":"passed","time":{"start":1728597353483,"stop":1728597353484,"duration":1}}]},"6429b444155aaa5d73ac88edce2f6a36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":10,"unknown":0,"total":13},"items":[{"uid":"6e95a0b067715ca7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6e95a0b067715ca7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241153,"stop":1729034241153,"duration":0}},{"uid":"884a0f06777e44bb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/884a0f06777e44bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159971,"stop":1729034159971,"duration":0}},{"uid":"151dae1f97bacb4c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/151dae1f97bacb4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977062,"stop":1729033977062,"duration":0}},{"uid":"2e3f6957203c8b3c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e3f6957203c8b3c","status":"passed","time":{"start":1729032093763,"stop":1729032093764,"duration":1}},{"uid":"21c25792cf61a480","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/21c25792cf61a480","status":"passed","time":{"start":1728901748770,"stop":1728901748770,"duration":0}},{"uid":"d7633b208a28c5c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d7633b208a28c5c","status":"passed","time":{"start":1728893181082,"stop":1728893181083,"duration":1}},{"uid":"92e2185ef358e972","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92e2185ef358e972","status":"passed","time":{"start":1728856155548,"stop":1728856155549,"duration":1}},{"uid":"ec3355a574db2ee1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec3355a574db2ee1","status":"passed","time":{"start":1728738360282,"stop":1728738360282,"duration":0}},{"uid":"32db3d9c0a87f497","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32db3d9c0a87f497","status":"passed","time":{"start":1728682907217,"stop":1728682907218,"duration":1}},{"uid":"e4df6fca6aafd0c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e4df6fca6aafd0c0","status":"passed","time":{"start":1728682466726,"stop":1728682466727,"duration":1}},{"uid":"c480243f54457262","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c480243f54457262","status":"passed","time":{"start":1728676955718,"stop":1728676955718,"duration":0}},{"uid":"61391d68103a69d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61391d68103a69d4","status":"passed","time":{"start":1728598013531,"stop":1728598013532,"duration":1}},{"uid":"fb31ec2c3df0d385","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fb31ec2c3df0d385","status":"passed","time":{"start":1728597225196,"stop":1728597225196,"duration":0}}]},"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b8db97bc3a05a92d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b8db97bc3a05a92d","status":"passed","time":{"start":1729034096139,"stop":1729034096139,"duration":0}},{"uid":"a03734820c4b4ee0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a03734820c4b4ee0","status":"passed","time":{"start":1729034020095,"stop":1729034020095,"duration":0}},{"uid":"3272d99ca358d8a7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3272d99ca358d8a7","status":"passed","time":{"start":1729033834392,"stop":1729033834392,"duration":0}},{"uid":"5b83ca7077712da9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b83ca7077712da9","status":"passed","time":{"start":1729031884125,"stop":1729031884126,"duration":1}},{"uid":"82729eed0fef9980","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82729eed0fef9980","status":"passed","time":{"start":1728901430259,"stop":1728901430259,"duration":0}},{"uid":"2cdd82203fc577ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2cdd82203fc577ca","status":"passed","time":{"start":1728892860538,"stop":1728892860538,"duration":0}},{"uid":"d55a501134975d86","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d55a501134975d86","status":"passed","time":{"start":1728855823327,"stop":1728855823327,"duration":0}},{"uid":"eea9e88ad7ceb444","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eea9e88ad7ceb444","status":"passed","time":{"start":1728738040608,"stop":1728738040608,"duration":0}},{"uid":"2726e8d5bb147802","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2726e8d5bb147802","status":"passed","time":{"start":1728682574098,"stop":1728682574098,"duration":0}},{"uid":"b2eb7b44d5644962","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b2eb7b44d5644962","status":"passed","time":{"start":1728682146822,"stop":1728682146822,"duration":0}},{"uid":"c6aaca40ff688c47","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c6aaca40ff688c47","status":"passed","time":{"start":1728676621437,"stop":1728676621438,"duration":1}},{"uid":"169987d1331b538f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/169987d1331b538f","status":"passed","time":{"start":1728669344472,"stop":1728669344473,"duration":1}},{"uid":"8cffc30511015ff7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8cffc30511015ff7","status":"passed","time":{"start":1728597685167,"stop":1728597685168,"duration":1}},{"uid":"e5667c61c3b858bc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5667c61c3b858bc","status":"passed","time":{"start":1728596904475,"stop":1728596904475,"duration":0}}]},"c10a17e8225ef797be13d4ceec15affb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea2902ecff9ac94d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ea2902ecff9ac94d","status":"passed","time":{"start":1728598163467,"stop":1728598163467,"duration":0}}]},"b46a4510d87abb0296fd7988796cb246:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32ad79bb808acab5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32ad79bb808acab5","status":"passed","time":{"start":1728597434077,"stop":1728597434077,"duration":0}}]},"cda0782defc2f542c3c2835bd131767d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7ddcc192fabcd7b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f7ddcc192fabcd7b","status":"passed","time":{"start":1728682652693,"stop":1728682652693,"duration":0}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c5c1e487b18f394b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c5c1e487b18f394b","status":"passed","time":{"start":1729034370866,"stop":1729034370866,"duration":0}},{"uid":"7fade88d3791540e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7fade88d3791540e","status":"passed","time":{"start":1729034308870,"stop":1729034308870,"duration":0}},{"uid":"5644886a91e8d1d4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5644886a91e8d1d4","status":"passed","time":{"start":1729034129473,"stop":1729034129473,"duration":0}},{"uid":"9f8ce1f58611497f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9f8ce1f58611497f","status":"passed","time":{"start":1729032178366,"stop":1729032178367,"duration":1}},{"uid":"9f5738dafcbd15c8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9f5738dafcbd15c8","status":"passed","time":{"start":1728901896345,"stop":1728901896346,"duration":1}},{"uid":"4eabb01fe57321a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4eabb01fe57321a2","status":"passed","time":{"start":1728893329024,"stop":1728893329024,"duration":0}},{"uid":"53009c29029bdeb3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/53009c29029bdeb3","status":"passed","time":{"start":1728856284761,"stop":1728856284762,"duration":1}},{"uid":"af5f0f53bd2484af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/af5f0f53bd2484af","status":"passed","time":{"start":1728738494939,"stop":1728738494939,"duration":0}},{"uid":"83f4fe0eecf2a86b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/83f4fe0eecf2a86b","status":"passed","time":{"start":1728683033630,"stop":1728683033631,"duration":1}},{"uid":"1adc683e67e78ccc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1adc683e67e78ccc","status":"passed","time":{"start":1728682601735,"stop":1728682601736,"duration":1}},{"uid":"4904db8549bf928a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4904db8549bf928a","status":"passed","time":{"start":1728677107960,"stop":1728677107960,"duration":0}},{"uid":"ad1601f8d8c3b76a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad1601f8d8c3b76a","status":"passed","time":{"start":1728669764750,"stop":1728669764750,"duration":0}},{"uid":"7354e72f492682fe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7354e72f492682fe","status":"passed","time":{"start":1728598157561,"stop":1728598157561,"duration":0}},{"uid":"b99603df45267c02","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b99603df45267c02","status":"passed","time":{"start":1728597369060,"stop":1728597369061,"duration":1}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"79e322907b013534","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/79e322907b013534","status":"passed","time":{"start":1729034155170,"stop":1729034155171,"duration":1}},{"uid":"ea54d5817a29ec4c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ea54d5817a29ec4c","status":"passed","time":{"start":1729034079230,"stop":1729034079232,"duration":2}},{"uid":"8f06ef0eea544b35","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8f06ef0eea544b35","status":"passed","time":{"start":1729033892952,"stop":1729033892955,"duration":3}},{"uid":"86f2d76a09de28c1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/86f2d76a09de28c1","status":"passed","time":{"start":1729031943348,"stop":1729031943349,"duration":1}},{"uid":"3d12c1fbaa47d049","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3d12c1fbaa47d049","status":"passed","time":{"start":1728901487513,"stop":1728901487520,"duration":7}},{"uid":"4fae0bd695db543b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4fae0bd695db543b","status":"passed","time":{"start":1728892920384,"stop":1728892920385,"duration":1}},{"uid":"a0d46e47bf6daa27","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0d46e47bf6daa27","status":"passed","time":{"start":1728855881495,"stop":1728855881496,"duration":1}},{"uid":"162eaf0f41d6b4bb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/162eaf0f41d6b4bb","status":"passed","time":{"start":1728738098727,"stop":1728738098728,"duration":1}},{"uid":"eb718d021704cda3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eb718d021704cda3","status":"passed","time":{"start":1728682632218,"stop":1728682632219,"duration":1}},{"uid":"4b78a348895533c6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4b78a348895533c6","status":"passed","time":{"start":1728682205208,"stop":1728682205209,"duration":1}},{"uid":"de91b3e755e7aedf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/de91b3e755e7aedf","status":"passed","time":{"start":1728676680975,"stop":1728676680986,"duration":11}},{"uid":"34450738b36fe01b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34450738b36fe01b","status":"passed","time":{"start":1728669404737,"stop":1728669404738,"duration":1}},{"uid":"c805048fc58ce871","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c805048fc58ce871","status":"passed","time":{"start":1728597743843,"stop":1728597743845,"duration":2}},{"uid":"f5e66119bda22ccf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f5e66119bda22ccf","status":"passed","time":{"start":1728596961181,"stop":1728596961182,"duration":1}}]},"1d6ab70dc0f1c2f4b72dc0c71008e58f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1488bcdd000a4db0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1488bcdd000a4db0","status":"passed","time":{"start":1729034137315,"stop":1729034137316,"duration":1}},{"uid":"aa05deb5b8b7f97a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/aa05deb5b8b7f97a","status":"passed","time":{"start":1729034060019,"stop":1729034060020,"duration":1}},{"uid":"6f7864acb02b1328","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6f7864acb02b1328","status":"passed","time":{"start":1729033874961,"stop":1729033874962,"duration":1}},{"uid":"95d98c3247335068","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/95d98c3247335068","status":"passed","time":{"start":1729031924901,"stop":1729031924901,"duration":0}},{"uid":"53efaf6378ea156c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53efaf6378ea156c","status":"passed","time":{"start":1728901469128,"stop":1728901469129,"duration":1}},{"uid":"4860b7aea06ed5b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4860b7aea06ed5b","status":"passed","time":{"start":1728892899793,"stop":1728892899794,"duration":1}},{"uid":"c69c9313bbd249f9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c69c9313bbd249f9","status":"passed","time":{"start":1728855863058,"stop":1728855863058,"duration":0}},{"uid":"9e669e31f140fecf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9e669e31f140fecf","status":"passed","time":{"start":1728738080899,"stop":1728738080900,"duration":1}},{"uid":"28112b044a5cb18e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28112b044a5cb18e","status":"passed","time":{"start":1728682614309,"stop":1728682614310,"duration":1}},{"uid":"d5967fea9b041074","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d5967fea9b041074","status":"passed","time":{"start":1728682187094,"stop":1728682187095,"duration":1}},{"uid":"ff975c0ab63ee1fe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ff975c0ab63ee1fe","status":"passed","time":{"start":1728676661487,"stop":1728676661488,"duration":1}},{"uid":"cd91c62c1d88bb79","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cd91c62c1d88bb79","status":"passed","time":{"start":1728669384662,"stop":1728669384663,"duration":1}},{"uid":"b8dcc3e4b5e3b5a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b8dcc3e4b5e3b5a4","status":"passed","time":{"start":1728597724234,"stop":1728597724235,"duration":1}},{"uid":"41688d9577e5ca39","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/41688d9577e5ca39","status":"passed","time":{"start":1728596943282,"stop":1728596943282,"duration":0}}]},"b3d95e2dd2f3f28db3f232397697a052:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"302070970b08ca36","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/302070970b08ca36","status":"passed","time":{"start":1728901950549,"stop":1728901950550,"duration":1}}]},"cda6db7148573560adc2b374be443426:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b1e8b001b13895","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b1e8b001b13895","status":"passed","time":{"start":1728856055272,"stop":1728856055272,"duration":0}}]},"0ea589f48647530f98d17a8c007fc87b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c5f428691b21de3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2c5f428691b21de3","status":"passed","time":{"start":1728682601747,"stop":1728682601747,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"22ba9e0a9c1ff4b9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22ba9e0a9c1ff4b9","status":"passed","time":{"start":1729034104909,"stop":1729034104909,"duration":0}},{"uid":"f5c9b636b97a24d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f5c9b636b97a24d","status":"passed","time":{"start":1729034028507,"stop":1729034028507,"duration":0}},{"uid":"73a1c469cf9057db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/73a1c469cf9057db","status":"passed","time":{"start":1729033843115,"stop":1729033843115,"duration":0}},{"uid":"38a00db37310fbe6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/38a00db37310fbe6","status":"passed","time":{"start":1729031892674,"stop":1729031892674,"duration":0}},{"uid":"bf27235757e714b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bf27235757e714b","status":"passed","time":{"start":1728901438805,"stop":1728901438805,"duration":0}},{"uid":"8fc3fb32e56bc5fc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fc3fb32e56bc5fc","status":"passed","time":{"start":1728892868997,"stop":1728892868997,"duration":0}},{"uid":"83e47ac28c2989e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/83e47ac28c2989e5","status":"passed","time":{"start":1728855831889,"stop":1728855831890,"duration":1}},{"uid":"a56eaf0e7deb60cd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a56eaf0e7deb60cd","status":"passed","time":{"start":1728738049036,"stop":1728738049037,"duration":1}},{"uid":"c62ffb0a6bf68f8f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c62ffb0a6bf68f8f","status":"passed","time":{"start":1728682582615,"stop":1728682582615,"duration":0}},{"uid":"2432984809609acb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2432984809609acb","status":"passed","time":{"start":1728682155405,"stop":1728682155405,"duration":0}},{"uid":"e02afd05bace7c3a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e02afd05bace7c3a","status":"passed","time":{"start":1728676629970,"stop":1728676629970,"duration":0}},{"uid":"c25a0fe3d52b84a8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c25a0fe3d52b84a8","status":"passed","time":{"start":1728669353098,"stop":1728669353098,"duration":0}},{"uid":"3b9c5477af264efb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3b9c5477af264efb","status":"passed","time":{"start":1728597693843,"stop":1728597693843,"duration":0}},{"uid":"a4ee23117bea527e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a4ee23117bea527e","status":"passed","time":{"start":1728596913087,"stop":1728596913087,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"990a679c4b9deb44","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/990a679c4b9deb44","status":"passed","time":{"start":1729034296708,"stop":1729034296708,"duration":0}},{"uid":"c0820a3cd620f6a7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c0820a3cd620f6a7","status":"passed","time":{"start":1729034220606,"stop":1729034220606,"duration":0}},{"uid":"6c29f41565adaaf4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6c29f41565adaaf4","status":"passed","time":{"start":1729034041489,"stop":1729034041490,"duration":1}},{"uid":"e7a37fa0cece13ba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e7a37fa0cece13ba","status":"passed","time":{"start":1728901705405,"stop":1728901705406,"duration":1}},{"uid":"cfa23c654c1c189d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cfa23c654c1c189d","status":"passed","time":{"start":1728893141778,"stop":1728893141778,"duration":0}},{"uid":"22353777b7e08cfb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/22353777b7e08cfb","status":"passed","time":{"start":1728856087085,"stop":1728856087085,"duration":0}},{"uid":"868fbd377c57af96","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/868fbd377c57af96","status":"passed","time":{"start":1728738321437,"stop":1728738321438,"duration":1}},{"uid":"4ebd8bb85c48957c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ebd8bb85c48957c","status":"passed","time":{"start":1728682845676,"stop":1728682845676,"duration":0}},{"uid":"c1f86f0cc69811d3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1f86f0cc69811d3","status":"passed","time":{"start":1728682424312,"stop":1728682424312,"duration":0}},{"uid":"75d5e21dbe1aebde","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/75d5e21dbe1aebde","status":"passed","time":{"start":1728676900541,"stop":1728676900541,"duration":0}},{"uid":"664b24b78ba00938","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/664b24b78ba00938","status":"passed","time":{"start":1728669625801,"stop":1728669625802,"duration":1}},{"uid":"61d928af35cea01d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61d928af35cea01d","status":"passed","time":{"start":1728597957172,"stop":1728597957172,"duration":0}},{"uid":"c4cac346a4c25adc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c4cac346a4c25adc","status":"passed","time":{"start":1728597182619,"stop":1728597182620,"duration":1}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"71d810a36e6b4295","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71d810a36e6b4295","status":"passed","time":{"start":1729034245523,"stop":1729034245523,"duration":0}},{"uid":"2b36b89ea2eaee4d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2b36b89ea2eaee4d","status":"passed","time":{"start":1729034063498,"stop":1729034063498,"duration":0}},{"uid":"5a32d6a55c245dd9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a32d6a55c245dd9","status":"passed","time":{"start":1729032122637,"stop":1729032122638,"duration":1}},{"uid":"6e895c29149c05b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6e895c29149c05b2","status":"passed","time":{"start":1728901785637,"stop":1728901785638,"duration":1}},{"uid":"4d152926ba2659d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4d152926ba2659d","status":"passed","time":{"start":1728893218775,"stop":1728893218775,"duration":0}},{"uid":"17cc98e6b81ca647","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/17cc98e6b81ca647","status":"passed","time":{"start":1728856192661,"stop":1728856192662,"duration":1}},{"uid":"5f91025507728933","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5f91025507728933","status":"passed","time":{"start":1728738398088,"stop":1728738398088,"duration":0}},{"uid":"652d88f38563a6b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/652d88f38563a6b6","status":"passed","time":{"start":1728682944510,"stop":1728682944510,"duration":0}},{"uid":"4382e82a49062630","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4382e82a49062630","status":"passed","time":{"start":1728682507862,"stop":1728682507862,"duration":0}},{"uid":"6fbe1e2d615ed388","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6fbe1e2d615ed388","status":"passed","time":{"start":1728676995528,"stop":1728676995528,"duration":0}},{"uid":"b3ce441dca931b95","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b3ce441dca931b95","status":"passed","time":{"start":1728669665541,"stop":1728669665541,"duration":0}},{"uid":"c8faf59b959f4036","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c8faf59b959f4036","status":"passed","time":{"start":1728598056481,"stop":1728598056487,"duration":6}},{"uid":"3405b9c613814e58","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3405b9c613814e58","status":"passed","time":{"start":1728597264029,"stop":1728597264030,"duration":1}}]},"0172005d1e76b081410766df8da9e4b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":10,"unknown":0,"total":13},"items":[{"uid":"eb4165aec26bc59c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/eb4165aec26bc59c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241160,"stop":1729034241160,"duration":0}},{"uid":"c38f71c16604fc6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c38f71c16604fc6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159974,"stop":1729034159974,"duration":0}},{"uid":"7050a2dbfa9a2b5b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7050a2dbfa9a2b5b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977065,"duration":0}},{"uid":"f595c1acbfbf0e24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f595c1acbfbf0e24","status":"passed","time":{"start":1729032093799,"stop":1729032093800,"duration":1}},{"uid":"85b88ce7f162cd93","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/85b88ce7f162cd93","status":"passed","time":{"start":1728901748773,"stop":1728901748773,"duration":0}},{"uid":"8c028e458e3dafdd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c028e458e3dafdd","status":"passed","time":{"start":1728893181086,"stop":1728893181086,"duration":0}},{"uid":"275553039f3390f4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/275553039f3390f4","status":"passed","time":{"start":1728856155552,"stop":1728856155552,"duration":0}},{"uid":"5fba110245679268","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5fba110245679268","status":"passed","time":{"start":1728738360295,"stop":1728738360296,"duration":1}},{"uid":"b04118be809e03ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b04118be809e03ca","status":"passed","time":{"start":1728682907222,"stop":1728682907222,"duration":0}},{"uid":"d3c705aa30ea3313","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d3c705aa30ea3313","status":"passed","time":{"start":1728682466734,"stop":1728682466735,"duration":1}},{"uid":"fa956ccff2690a38","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fa956ccff2690a38","status":"passed","time":{"start":1728676955722,"stop":1728676955722,"duration":0}},{"uid":"5a1f38c02c717c83","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5a1f38c02c717c83","status":"passed","time":{"start":1728598013535,"stop":1728598013535,"duration":0}},{"uid":"c8533c38c61ca87a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c8533c38c61ca87a","status":"passed","time":{"start":1728597225200,"stop":1728597225200,"duration":0}}]},"39d4f4c6f46df95a82078ec692222698:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5835048cebd9f530","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5835048cebd9f530","status":"passed","time":{"start":1728901901769,"stop":1728901901770,"duration":1}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ce6c2ab31b4c285a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ce6c2ab31b4c285a","status":"passed","time":{"start":1729034400894,"stop":1729034400894,"duration":0}},{"uid":"cf0b744fc499d19","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cf0b744fc499d19","status":"passed","time":{"start":1729034317464,"stop":1729034317485,"duration":21}},{"uid":"7ca954c832c1fac4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ca954c832c1fac4","status":"passed","time":{"start":1729034137147,"stop":1729034137147,"duration":0}},{"uid":"9b66895121b48246","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9b66895121b48246","status":"passed","time":{"start":1729032206879,"stop":1729032206880,"duration":1}},{"uid":"82a2d7be8d52a2a0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82a2d7be8d52a2a0","status":"passed","time":{"start":1728901995026,"stop":1728901995026,"duration":0}},{"uid":"c499798536219eca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c499798536219eca","status":"passed","time":{"start":1728893421002,"stop":1728893421003,"duration":1}},{"uid":"d175bc29d99ac5df","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d175bc29d99ac5df","status":"passed","time":{"start":1728856368602,"stop":1728856368602,"duration":0}},{"uid":"8fcd8a37df71084f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8fcd8a37df71084f","status":"passed","time":{"start":1728738604686,"stop":1728738604687,"duration":1}},{"uid":"2924789b9ed56524","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2924789b9ed56524","status":"passed","time":{"start":1728683117642,"stop":1728683117643,"duration":1}},{"uid":"30d4ad988ba6fcd9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/30d4ad988ba6fcd9","status":"passed","time":{"start":1728682721322,"stop":1728682721323,"duration":1}},{"uid":"737c47005527dd3b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/737c47005527dd3b","status":"passed","time":{"start":1728677184688,"stop":1728677184689,"duration":1}},{"uid":"ce24870b1d3edbd9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ce24870b1d3edbd9","status":"passed","time":{"start":1728669866467,"stop":1728669866468,"duration":1}},{"uid":"ae132c287e4d8cef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ae132c287e4d8cef","status":"passed","time":{"start":1728598250001,"stop":1728598250002,"duration":1}},{"uid":"f55679267947f70e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f55679267947f70e","status":"passed","time":{"start":1728597472305,"stop":1728597472305,"duration":0}}]},"0ea6a60abe6fac603799580ad89c42a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"289e2b647d1d5391","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/289e2b647d1d5391","status":"passed","time":{"start":1728856263112,"stop":1728856263112,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f4b30395ccbc0ea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f4b30395ccbc0ea","status":"passed","time":{"start":1729034474990,"stop":1729034474990,"duration":0}},{"uid":"6a9b1850b58285ec","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a9b1850b58285ec","status":"passed","time":{"start":1729034395292,"stop":1729034395292,"duration":0}},{"uid":"fbe668c7d775dc98","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbe668c7d775dc98","status":"passed","time":{"start":1729034209102,"stop":1729034209102,"duration":0}},{"uid":"f2a3c67a7525de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f2a3c67a7525de","status":"passed","time":{"start":1729032264570,"stop":1729032264570,"duration":0}},{"uid":"921d6ec63dd099e3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/921d6ec63dd099e3","status":"passed","time":{"start":1728902012859,"stop":1728902012860,"duration":1}},{"uid":"bfc5786b3922500c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bfc5786b3922500c","status":"passed","time":{"start":1728893454813,"stop":1728893454813,"duration":0}},{"uid":"9c4ed5f33b3a9dca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9c4ed5f33b3a9dca","status":"passed","time":{"start":1728856408454,"stop":1728856408454,"duration":0}},{"uid":"a60445cf08ecd369","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a60445cf08ecd369","status":"passed","time":{"start":1728738633856,"stop":1728738633856,"duration":0}},{"uid":"59fff54e02fad4c0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/59fff54e02fad4c0","status":"passed","time":{"start":1728683159766,"stop":1728683159767,"duration":1}},{"uid":"912cbfdae6c75662","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/912cbfdae6c75662","status":"passed","time":{"start":1728682751331,"stop":1728682751332,"duration":1}},{"uid":"4e75be0737c81ac6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4e75be0737c81ac6","status":"passed","time":{"start":1728677216361,"stop":1728677216362,"duration":1}},{"uid":"a52f198a434dc712","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a52f198a434dc712","status":"passed","time":{"start":1728669925455,"stop":1728669925456,"duration":1}},{"uid":"75e17ee906f8b786","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/75e17ee906f8b786","status":"passed","time":{"start":1728598268807,"stop":1728598268807,"duration":0}},{"uid":"695cbc6e1ee0b362","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/695cbc6e1ee0b362","status":"passed","time":{"start":1728597503924,"stop":1728597503925,"duration":1}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3d71e5bac8c99bf5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3d71e5bac8c99bf5","status":"passed","time":{"start":1729034434260,"stop":1729034434261,"duration":1}},{"uid":"a0841dc5801ab041","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a0841dc5801ab041","status":"passed","time":{"start":1729034350156,"stop":1729034350157,"duration":1}},{"uid":"9ee99d1cad77c1d1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ee99d1cad77c1d1","status":"passed","time":{"start":1729034169193,"stop":1729034169194,"duration":1}},{"uid":"9e5736b5a5970c09","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e5736b5a5970c09","status":"passed","time":{"start":1729032228065,"stop":1729032228066,"duration":1}},{"uid":"4086aaccc794d38","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4086aaccc794d38","status":"passed","time":{"start":1728901947145,"stop":1728901947146,"duration":1}},{"uid":"a60060d3627e25da","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a60060d3627e25da","status":"passed","time":{"start":1728893380057,"stop":1728893380057,"duration":0}},{"uid":"54547d7a8f2dc7f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/54547d7a8f2dc7f","status":"passed","time":{"start":1728856336879,"stop":1728856336879,"duration":0}},{"uid":"9ecefa05bbc0fdc4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ecefa05bbc0fdc4","status":"passed","time":{"start":1728738551163,"stop":1728738551163,"duration":0}},{"uid":"a57d9fbafe2597fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a57d9fbafe2597fd","status":"passed","time":{"start":1728683095875,"stop":1728683095875,"duration":0}},{"uid":"5153ae9e1fd7c325","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5153ae9e1fd7c325","status":"passed","time":{"start":1728682657386,"stop":1728682657387,"duration":1}},{"uid":"556d5b0dc2851a0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/556d5b0dc2851a0e","status":"passed","time":{"start":1728677151464,"stop":1728677151465,"duration":1}},{"uid":"7d7975f84a4ff4b3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7d7975f84a4ff4b3","status":"passed","time":{"start":1728669832892,"stop":1728669832893,"duration":1}},{"uid":"3d2c0407494d7b1c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3d2c0407494d7b1c","status":"passed","time":{"start":1728598215607,"stop":1728598215609,"duration":2}},{"uid":"cd0f1ab90c1a7214","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd0f1ab90c1a7214","status":"passed","time":{"start":1728597425042,"stop":1728597425042,"duration":0}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e28ee4c6da71651d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e28ee4c6da71651d","status":"passed","time":{"start":1729034452185,"stop":1729034452185,"duration":0}},{"uid":"b18944cc0d7b0f33","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b18944cc0d7b0f33","status":"passed","time":{"start":1729034373081,"stop":1729034373081,"duration":0}},{"uid":"f9775c3f0b708bdb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9775c3f0b708bdb","status":"passed","time":{"start":1729034188118,"stop":1729034188118,"duration":0}},{"uid":"3c362a2facb3ec0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c362a2facb3ec0e","status":"passed","time":{"start":1729032231864,"stop":1729032231865,"duration":1}},{"uid":"8959e71604ebb9e8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8959e71604ebb9e8","status":"passed","time":{"start":1728901989566,"stop":1728901989566,"duration":0}},{"uid":"94f029b0847138b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/94f029b0847138b2","status":"passed","time":{"start":1728893424902,"stop":1728893424903,"duration":1}},{"uid":"3f39bea6d37380b5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3f39bea6d37380b5","status":"passed","time":{"start":1728856376684,"stop":1728856376684,"duration":0}},{"uid":"5033a28ce9e7b893","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5033a28ce9e7b893","status":"passed","time":{"start":1728738593961,"stop":1728738593961,"duration":0}},{"uid":"d34eb0a9870d7cba","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d34eb0a9870d7cba","status":"passed","time":{"start":1728683135339,"stop":1728683135340,"duration":1}},{"uid":"4daecf3b149a3440","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4daecf3b149a3440","status":"passed","time":{"start":1728682692591,"stop":1728682692592,"duration":1}},{"uid":"8f2800b78a1c2b02","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f2800b78a1c2b02","status":"passed","time":{"start":1728677194229,"stop":1728677194229,"duration":0}},{"uid":"c08d599bcfa3e3b5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c08d599bcfa3e3b5","status":"passed","time":{"start":1728669874424,"stop":1728669874424,"duration":0}},{"uid":"b2dc827a18d689a8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b2dc827a18d689a8","status":"passed","time":{"start":1728598257462,"stop":1728598257463,"duration":1}},{"uid":"bb638e6493fb0354","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bb638e6493fb0354","status":"passed","time":{"start":1728597471298,"stop":1728597471298,"duration":0}}]},"5ee5bb5fff55374be9944a164e7c5e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6157c0630571756","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6157c0630571756","status":"passed","time":{"start":1728901734209,"stop":1728901734210,"duration":1}},{"uid":"179a3e20f524c615","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/179a3e20f524c615","status":"passed","time":{"start":1728893166576,"stop":1728893166577,"duration":1}},{"uid":"52dbdee2ca68f2d1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/52dbdee2ca68f2d1","status":"passed","time":{"start":1728676929955,"stop":1728676929955,"duration":0}},{"uid":"9638b5f20f2620f9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9638b5f20f2620f9","status":"passed","time":{"start":1728598000229,"stop":1728598000229,"duration":0}},{"uid":"f7e7bb38033fdd8f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f7e7bb38033fdd8f","status":"passed","time":{"start":1728597213024,"stop":1728597213024,"duration":0}}]},"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9d74698efbf34fb0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9d74698efbf34fb0","status":"passed","time":{"start":1729034096143,"stop":1729034096144,"duration":1}},{"uid":"f41f17fe7acda9f4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f41f17fe7acda9f4","status":"passed","time":{"start":1729034020100,"stop":1729034020100,"duration":0}},{"uid":"b64d0efd4f00428e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b64d0efd4f00428e","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0}},{"uid":"bd84be2c462b0e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bd84be2c462b0e0","status":"passed","time":{"start":1729031884130,"stop":1729031884130,"duration":0}},{"uid":"f20a863e672bb20f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f20a863e672bb20f","status":"passed","time":{"start":1728901430263,"stop":1728901430263,"duration":0}},{"uid":"8dd84de8a5648d2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8dd84de8a5648d2b","status":"passed","time":{"start":1728892860542,"stop":1728892860542,"duration":0}},{"uid":"a431133804446967","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a431133804446967","status":"passed","time":{"start":1728855823331,"stop":1728855823331,"duration":0}},{"uid":"7974e683a3aa3b6a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7974e683a3aa3b6a","status":"passed","time":{"start":1728738040612,"stop":1728738040613,"duration":1}},{"uid":"f2ad8a9e911b5ced","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2ad8a9e911b5ced","status":"passed","time":{"start":1728682574103,"stop":1728682574104,"duration":1}},{"uid":"a273158e27362665","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a273158e27362665","status":"passed","time":{"start":1728682146828,"stop":1728682146828,"duration":0}},{"uid":"b82a08e6d8fd0bfe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b82a08e6d8fd0bfe","status":"passed","time":{"start":1728676621442,"stop":1728676621442,"duration":0}},{"uid":"c0efb400f6a3da54","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c0efb400f6a3da54","status":"passed","time":{"start":1728669344476,"stop":1728669344476,"duration":0}},{"uid":"61efd9626c5fc438","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61efd9626c5fc438","status":"passed","time":{"start":1728597685172,"stop":1728597685172,"duration":0}},{"uid":"e1db64a65b4979ef","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e1db64a65b4979ef","status":"passed","time":{"start":1728596904482,"stop":1728596904482,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8a0719908bdb8aa5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a0719908bdb8aa5","status":"passed","time":{"start":1729034400886,"stop":1729034400886,"duration":0}},{"uid":"26c2fb34f9c3815f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/26c2fb34f9c3815f","status":"passed","time":{"start":1729034317448,"stop":1729034317449,"duration":1}},{"uid":"9acd9f6755e0e3f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9acd9f6755e0e3f6","status":"passed","time":{"start":1729034137129,"stop":1729034137129,"duration":0}},{"uid":"aae2bea45cba8b5c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aae2bea45cba8b5c","status":"passed","time":{"start":1729032206872,"stop":1729032206873,"duration":1}},{"uid":"89d9ed99aa223516","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/89d9ed99aa223516","status":"passed","time":{"start":1728901995019,"stop":1728901995020,"duration":1}},{"uid":"4d5a61e9ccec95de","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4d5a61e9ccec95de","status":"passed","time":{"start":1728893420993,"stop":1728893420993,"duration":0}},{"uid":"368a1f0378856e17","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/368a1f0378856e17","status":"passed","time":{"start":1728856368594,"stop":1728856368594,"duration":0}},{"uid":"25424586ebe8bd3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/25424586ebe8bd3","status":"passed","time":{"start":1728738604678,"stop":1728738604678,"duration":0}},{"uid":"1dbcd4b4670e4cdc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1dbcd4b4670e4cdc","status":"passed","time":{"start":1728683117616,"stop":1728683117617,"duration":1}},{"uid":"ad5dc97b08580523","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ad5dc97b08580523","status":"passed","time":{"start":1728682721316,"stop":1728682721316,"duration":0}},{"uid":"1b37c6576b92671","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b37c6576b92671","status":"passed","time":{"start":1728677184681,"stop":1728677184681,"duration":0}},{"uid":"299016e5acb3b792","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/299016e5acb3b792","status":"passed","time":{"start":1728669866447,"stop":1728669866447,"duration":0}},{"uid":"cdffc46f9c21474","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cdffc46f9c21474","status":"passed","time":{"start":1728598249973,"stop":1728598249974,"duration":1}},{"uid":"4fe5de14108bd2d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4fe5de14108bd2d2","status":"passed","time":{"start":1728597472289,"stop":1728597472289,"duration":0}}]},"94a56d7f7dc3d5ffbd11a238a5542fe0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4880fd2ea649430","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d4880fd2ea649430","status":"passed","time":{"start":1728682666063,"stop":1728682666063,"duration":0}}]},"c14612dbc047846946b2fa901039a28f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efb3d7f8b75dec46","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efb3d7f8b75dec46","status":"passed","time":{"start":1728598212613,"stop":1728598212617,"duration":4}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"786019de87c04157","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/786019de87c04157","status":"passed","time":{"start":1729034307032,"stop":1729034307032,"duration":0}},{"uid":"56496fe5f5182be1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/56496fe5f5182be1","status":"passed","time":{"start":1729034223308,"stop":1729034223308,"duration":0}},{"uid":"c4f4b6d76f6fc81f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4f4b6d76f6fc81f","status":"passed","time":{"start":1729034034983,"stop":1729034034983,"duration":0}},{"uid":"b0415c8dc0152300","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b0415c8dc0152300","status":"passed","time":{"start":1729032066297,"stop":1729032066298,"duration":1}},{"uid":"946bbff620aa2a6d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/946bbff620aa2a6d","status":"passed","time":{"start":1728901706620,"stop":1728901706621,"duration":1}},{"uid":"23abf89f483e6cd4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/23abf89f483e6cd4","status":"passed","time":{"start":1728893153423,"stop":1728893153423,"duration":0}},{"uid":"92d20097a021f6cf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92d20097a021f6cf","status":"passed","time":{"start":1728856108127,"stop":1728856108127,"duration":0}},{"uid":"32d323f41a8da971","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/32d323f41a8da971","status":"passed","time":{"start":1728738316669,"stop":1728738316670,"duration":1}},{"uid":"97edc7de140fa299","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/97edc7de140fa299","status":"passed","time":{"start":1728682865319,"stop":1728682865320,"duration":1}},{"uid":"77f332d33bcf153e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77f332d33bcf153e","status":"passed","time":{"start":1728682446996,"stop":1728682446996,"duration":0}},{"uid":"8982c026f5ea3b8f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8982c026f5ea3b8f","status":"passed","time":{"start":1728676924480,"stop":1728676924480,"duration":0}},{"uid":"5c1637ff81325174","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5c1637ff81325174","status":"passed","time":{"start":1728669626263,"stop":1728669626264,"duration":1}},{"uid":"3f123bf0f5abedf4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3f123bf0f5abedf4","status":"passed","time":{"start":1728597973674,"stop":1728597973674,"duration":0}},{"uid":"f782b446c1e8aee4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f782b446c1e8aee4","status":"passed","time":{"start":1728597188038,"stop":1728597188039,"duration":1}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c6e77fd06a425441","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c6e77fd06a425441","status":"passed","time":{"start":1729034398549,"stop":1729034398550,"duration":1}},{"uid":"6b9296f6ac0196b4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b9296f6ac0196b4","status":"passed","time":{"start":1729034314815,"stop":1729034314815,"duration":0}},{"uid":"ca2bb7aef84f6de3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ca2bb7aef84f6de3","status":"passed","time":{"start":1729034137164,"stop":1729034137165,"duration":1}},{"uid":"d43d9eb4b8386934","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d43d9eb4b8386934","status":"passed","time":{"start":1729032187247,"stop":1729032187247,"duration":0}},{"uid":"80a0207486b11dcd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/80a0207486b11dcd","status":"passed","time":{"start":1728901888430,"stop":1728901888430,"duration":0}},{"uid":"7f699c5653fe62e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7f699c5653fe62e","status":"passed","time":{"start":1728893323793,"stop":1728893323794,"duration":1}},{"uid":"3fe8f4f6dfa64861","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3fe8f4f6dfa64861","status":"passed","time":{"start":1728856285928,"stop":1728856285928,"duration":0}},{"uid":"724fb8bb4aac2b8c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/724fb8bb4aac2b8c","status":"passed","time":{"start":1728738498276,"stop":1728738498276,"duration":0}},{"uid":"f7176306f50fe900","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f7176306f50fe900","status":"passed","time":{"start":1728683041392,"stop":1728683041392,"duration":0}},{"uid":"6ae21a043a303a88","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6ae21a043a303a88","status":"passed","time":{"start":1728682596019,"stop":1728682596020,"duration":1}},{"uid":"b6a250a87b9b293e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b6a250a87b9b293e","status":"passed","time":{"start":1728677091267,"stop":1728677091268,"duration":1}},{"uid":"9e8ab8a08d5dff01","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e8ab8a08d5dff01","status":"passed","time":{"start":1728669766426,"stop":1728669766426,"duration":0}},{"uid":"2f802b55da24fbf9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2f802b55da24fbf9","status":"passed","time":{"start":1728598152075,"stop":1728598152075,"duration":0}},{"uid":"77c6a486dbf4d3e9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/77c6a486dbf4d3e9","status":"passed","time":{"start":1728597364119,"stop":1728597364121,"duration":2}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"592a32cbbf64e3d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/592a32cbbf64e3d1","status":"passed","time":{"start":1729034370871,"stop":1729034370880,"duration":9}},{"uid":"33c9475e03fc36e0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/33c9475e03fc36e0","status":"passed","time":{"start":1729034308878,"stop":1729034308879,"duration":1}},{"uid":"2b72a7ba1ad02d63","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2b72a7ba1ad02d63","status":"passed","time":{"start":1729034129475,"stop":1729034129476,"duration":1}},{"uid":"cf4d05f5536f0b5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cf4d05f5536f0b5d","status":"passed","time":{"start":1729032178369,"stop":1729032178369,"duration":0}},{"uid":"56bb72ab20b13b68","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56bb72ab20b13b68","status":"passed","time":{"start":1728901896349,"stop":1728901896349,"duration":0}},{"uid":"beda474adf908035","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/beda474adf908035","status":"passed","time":{"start":1728893329027,"stop":1728893329027,"duration":0}},{"uid":"62394f073e20d18e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62394f073e20d18e","status":"passed","time":{"start":1728856284766,"stop":1728856284766,"duration":0}},{"uid":"38daa9950548cc1d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38daa9950548cc1d","status":"passed","time":{"start":1728738494942,"stop":1728738494943,"duration":1}},{"uid":"b6fe1e4793b5e849","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6fe1e4793b5e849","status":"passed","time":{"start":1728683033633,"stop":1728683033633,"duration":0}},{"uid":"81a1c2bf1625e4d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/81a1c2bf1625e4d7","status":"passed","time":{"start":1728682601738,"stop":1728682601738,"duration":0}},{"uid":"8361ea2b1d43b8b9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8361ea2b1d43b8b9","status":"passed","time":{"start":1728677107963,"stop":1728677107963,"duration":0}},{"uid":"cc502acc0ca90a41","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc502acc0ca90a41","status":"passed","time":{"start":1728669764753,"stop":1728669764753,"duration":0}},{"uid":"4b7f62e8e49a0a99","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b7f62e8e49a0a99","status":"passed","time":{"start":1728598157564,"stop":1728598157564,"duration":0}},{"uid":"a73c495de272e51a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a73c495de272e51a","status":"passed","time":{"start":1728597369075,"stop":1728597369075,"duration":0}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"15e72b3d1b10e9c2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/15e72b3d1b10e9c2","status":"passed","time":{"start":1729034402285,"stop":1729034402285,"duration":0}},{"uid":"68b5cc1ab0189e59","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/68b5cc1ab0189e59","status":"passed","time":{"start":1729034323302,"stop":1729034323308,"duration":6}},{"uid":"108578dd88342067","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/108578dd88342067","status":"passed","time":{"start":1729034144769,"stop":1729034144769,"duration":0}},{"uid":"2507fdf2b54b34c5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2507fdf2b54b34c5","status":"passed","time":{"start":1729032198823,"stop":1729032198824,"duration":1}},{"uid":"2e2acba1a14f5133","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2e2acba1a14f5133","status":"passed","time":{"start":1728901901771,"stop":1728901901771,"duration":0}},{"uid":"5a09d27ad8ddff8b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a09d27ad8ddff8b","status":"passed","time":{"start":1728893337255,"stop":1728893337256,"duration":1}},{"uid":"e62aa26dd220e1cc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e62aa26dd220e1cc","status":"passed","time":{"start":1728856299191,"stop":1728856299191,"duration":0}},{"uid":"5d8abad3bb517ced","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5d8abad3bb517ced","status":"passed","time":{"start":1728738505384,"stop":1728738505384,"duration":0}},{"uid":"26433ed4ca2e65a1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/26433ed4ca2e65a1","status":"passed","time":{"start":1728683045451,"stop":1728683045451,"duration":0}},{"uid":"b88aa8a880767364","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b88aa8a880767364","status":"passed","time":{"start":1728682607294,"stop":1728682607294,"duration":0}},{"uid":"bb03a60d365ba777","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bb03a60d365ba777","status":"passed","time":{"start":1728677103496,"stop":1728677103497,"duration":1}},{"uid":"86f4d7f4205e2d6a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/86f4d7f4205e2d6a","status":"passed","time":{"start":1728669777131,"stop":1728669777131,"duration":0}},{"uid":"74a8d66a9ec720eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74a8d66a9ec720eb","status":"passed","time":{"start":1728598163468,"stop":1728598163468,"duration":0}},{"uid":"db531083bfc69007","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/db531083bfc69007","status":"passed","time":{"start":1728597375483,"stop":1728597375484,"duration":1}}]},"8af3e149cbe2d8b8ace81bff792ac360:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cdcf85eb34583d3c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cdcf85eb34583d3c","status":"passed","time":{"start":1728856368611,"stop":1728856368611,"duration":0}}]},"fee4bec8b21bb6bf0e13f8a7161a1dcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75bb6e41d8ee81a7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/75bb6e41d8ee81a7","status":"passed","time":{"start":1728738505383,"stop":1728738505383,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"510bca540701da05","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/510bca540701da05","status":"passed","time":{"start":1729034487483,"stop":1729034487483,"duration":0}},{"uid":"f0c912f042772790","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f0c912f042772790","status":"passed","time":{"start":1729034446109,"stop":1729034446109,"duration":0}},{"uid":"f576d3f6cf01ba70","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f576d3f6cf01ba70","status":"passed","time":{"start":1729032275827,"stop":1729032275827,"duration":0}},{"uid":"1330de3f7472ff69","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1330de3f7472ff69","status":"passed","time":{"start":1728902036740,"stop":1728902036740,"duration":0}},{"uid":"56366c0c25163306","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/56366c0c25163306","status":"passed","time":{"start":1728893472413,"stop":1728893472413,"duration":0}},{"uid":"f3d3f827db1627ed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3d3f827db1627ed","status":"passed","time":{"start":1728856423199,"stop":1728856423200,"duration":1}},{"uid":"89183bbc0e0f3612","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/89183bbc0e0f3612","status":"passed","time":{"start":1728738648729,"stop":1728738648729,"duration":0}},{"uid":"7b8129d41c5eae78","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b8129d41c5eae78","status":"passed","time":{"start":1728683179654,"stop":1728683179654,"duration":0}},{"uid":"73bdc206a2851282","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/73bdc206a2851282","status":"passed","time":{"start":1728682757950,"stop":1728682757951,"duration":1}},{"uid":"a8f8592fb2700118","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a8f8592fb2700118","status":"passed","time":{"start":1728677238450,"stop":1728677238450,"duration":0}},{"uid":"d6ec9caddf836960","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d6ec9caddf836960","status":"passed","time":{"start":1728669928219,"stop":1728669928220,"duration":1}},{"uid":"37068809fb8b98e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/37068809fb8b98e7","status":"passed","time":{"start":1728598319589,"stop":1728598319589,"duration":0}},{"uid":"620f021041724451","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/620f021041724451","status":"passed","time":{"start":1728597520646,"stop":1728597520646,"duration":0}}]},"e28ba03dad2800e0e37575d6e959379a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"679588fe22724972","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/679588fe22724972","status":"passed","time":{"start":1728901881008,"stop":1728901881008,"duration":0}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1bb5d41e127199f4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1bb5d41e127199f4","status":"passed","time":{"start":1729034428560,"stop":1729034428560,"duration":0}},{"uid":"b4035c1392af8806","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b4035c1392af8806","status":"passed","time":{"start":1729034348220,"stop":1729034348220,"duration":0}},{"uid":"1c20c9a29fe6f766","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c20c9a29fe6f766","status":"passed","time":{"start":1729034169453,"stop":1729034169453,"duration":0}},{"uid":"12843663fa45ac62","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/12843663fa45ac62","status":"passed","time":{"start":1729032228822,"stop":1729032228822,"duration":0}},{"uid":"c2ba33cad4fbc38a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c2ba33cad4fbc38a","status":"passed","time":{"start":1728901950559,"stop":1728901950559,"duration":0}},{"uid":"4bffad3d8b279337","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4bffad3d8b279337","status":"passed","time":{"start":1728893389992,"stop":1728893389992,"duration":0}},{"uid":"462c58b5f0d4f0ad","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/462c58b5f0d4f0ad","status":"passed","time":{"start":1728856333684,"stop":1728856333684,"duration":0}},{"uid":"d1b3d7977270e0c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d1b3d7977270e0c9","status":"passed","time":{"start":1728738555102,"stop":1728738555102,"duration":0}},{"uid":"15dee4f514f71fa9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/15dee4f514f71fa9","status":"passed","time":{"start":1728683093177,"stop":1728683093177,"duration":0}},{"uid":"b071946d48e9352f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b071946d48e9352f","status":"passed","time":{"start":1728682652697,"stop":1728682652697,"duration":0}},{"uid":"b4bd539dfe6515e9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4bd539dfe6515e9","status":"passed","time":{"start":1728677156819,"stop":1728677156820,"duration":1}},{"uid":"18a45e38ebc45037","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/18a45e38ebc45037","status":"passed","time":{"start":1728669834446,"stop":1728669834446,"duration":0}},{"uid":"94526f941f14e016","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/94526f941f14e016","status":"passed","time":{"start":1728598212619,"stop":1728598212619,"duration":0}},{"uid":"6a9a98fa30d6d78e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6a9a98fa30d6d78e","status":"passed","time":{"start":1728597423331,"stop":1728597423332,"duration":1}}]},"143771beff91bbe171694175a657e033:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a853a32bc71d8ae","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7a853a32bc71d8ae","status":"passed","time":{"start":1728669834432,"stop":1728669834432,"duration":0}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d1880e50f3802660","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d1880e50f3802660","status":"passed","time":{"start":1729034474991,"stop":1729034474992,"duration":1}},{"uid":"d908b78608a3626d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d908b78608a3626d","status":"passed","time":{"start":1729034395293,"stop":1729034395293,"duration":0}},{"uid":"f85149b15ac3ecd2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f85149b15ac3ecd2","status":"passed","time":{"start":1729034209103,"stop":1729034209104,"duration":1}},{"uid":"2bf5e39e74ceb8cd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2bf5e39e74ceb8cd","status":"passed","time":{"start":1729032264571,"stop":1729032264572,"duration":1}},{"uid":"f140cafee205ca28","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f140cafee205ca28","status":"passed","time":{"start":1728902012863,"stop":1728902012863,"duration":0}},{"uid":"5c13341973a62816","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c13341973a62816","status":"passed","time":{"start":1728893454814,"stop":1728893454814,"duration":0}},{"uid":"d9751ab8d7ec7645","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9751ab8d7ec7645","status":"passed","time":{"start":1728856408456,"stop":1728856408457,"duration":1}},{"uid":"18e7dcbd3e56d217","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/18e7dcbd3e56d217","status":"passed","time":{"start":1728738633858,"stop":1728738633858,"duration":0}},{"uid":"87050d97280b5865","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/87050d97280b5865","status":"passed","time":{"start":1728683159786,"stop":1728683159787,"duration":1}},{"uid":"473370787f556c12","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/473370787f556c12","status":"passed","time":{"start":1728682751333,"stop":1728682751333,"duration":0}},{"uid":"e2827a71e6d0b64b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e2827a71e6d0b64b","status":"passed","time":{"start":1728677216364,"stop":1728677216364,"duration":0}},{"uid":"349cff418b86e44","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/349cff418b86e44","status":"passed","time":{"start":1728669925457,"stop":1728669925457,"duration":0}},{"uid":"4eda898387e07114","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4eda898387e07114","status":"passed","time":{"start":1728598268809,"stop":1728598268810,"duration":1}},{"uid":"2a2e6298b823f497","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2a2e6298b823f497","status":"passed","time":{"start":1728597503929,"stop":1728597503931,"duration":2}}]},"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cd72e9513e521a11","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cd72e9513e521a11","status":"passed","time":{"start":1729034096128,"stop":1729034096128,"duration":0}},{"uid":"611a22a6bc31c6f0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/611a22a6bc31c6f0","status":"passed","time":{"start":1729034020086,"stop":1729034020086,"duration":0}},{"uid":"825ed285bf8a59f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/825ed285bf8a59f6","status":"passed","time":{"start":1729033834379,"stop":1729033834379,"duration":0}},{"uid":"51a2b782c2582037","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/51a2b782c2582037","status":"passed","time":{"start":1729031884110,"stop":1729031884111,"duration":1}},{"uid":"1fe54ffef6810b7d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1fe54ffef6810b7d","status":"passed","time":{"start":1728901430250,"stop":1728901430251,"duration":1}},{"uid":"51efcac002233f25","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51efcac002233f25","status":"passed","time":{"start":1728892860527,"stop":1728892860527,"duration":0}},{"uid":"cc44dd6dc88ef57","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc44dd6dc88ef57","status":"passed","time":{"start":1728855823317,"stop":1728855823318,"duration":1}},{"uid":"6f976aad8691292a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f976aad8691292a","status":"passed","time":{"start":1728738040596,"stop":1728738040596,"duration":0}},{"uid":"d86a4331cd57557a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d86a4331cd57557a","status":"passed","time":{"start":1728682574086,"stop":1728682574087,"duration":1}},{"uid":"db07907abccb1834","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db07907abccb1834","status":"passed","time":{"start":1728682146811,"stop":1728682146811,"duration":0}},{"uid":"9adeab327c5d3c33","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9adeab327c5d3c33","status":"passed","time":{"start":1728676621426,"stop":1728676621427,"duration":1}},{"uid":"a92c4eeb7908bcd7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a92c4eeb7908bcd7","status":"passed","time":{"start":1728669344462,"stop":1728669344462,"duration":0}},{"uid":"daf3d922c7c75b7d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/daf3d922c7c75b7d","status":"passed","time":{"start":1728597685156,"stop":1728597685156,"duration":0}},{"uid":"8640b503d7b0a53c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8640b503d7b0a53c","status":"passed","time":{"start":1728596904462,"stop":1728596904462,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1d5e9411ba30bde0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d5e9411ba30bde0","status":"passed","time":{"start":1729034119304,"stop":1729034119305,"duration":1}},{"uid":"5dc7840febbba858","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5dc7840febbba858","status":"passed","time":{"start":1729033933480,"stop":1729033933480,"duration":0}},{"uid":"cc472842c072fce2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cc472842c072fce2","status":"passed","time":{"start":1729031982921,"stop":1729031982921,"duration":0}},{"uid":"f392accc5fb7013e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f392accc5fb7013e","status":"passed","time":{"start":1728901527856,"stop":1728901527857,"duration":1}},{"uid":"4ef6ae16c3745129","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4ef6ae16c3745129","status":"passed","time":{"start":1728892960140,"stop":1728892960140,"duration":0}},{"uid":"2de4938efed5bfb9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2de4938efed5bfb9","status":"passed","time":{"start":1728855921715,"stop":1728855921715,"duration":0}},{"uid":"95c70262af748edb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/95c70262af748edb","status":"passed","time":{"start":1728738138432,"stop":1728738138432,"duration":0}},{"uid":"9aa0cd618b64f73a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9aa0cd618b64f73a","status":"passed","time":{"start":1728682672252,"stop":1728682672253,"duration":1}},{"uid":"2865d60d8209b4d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2865d60d8209b4d7","status":"passed","time":{"start":1728682245074,"stop":1728682245075,"duration":1}},{"uid":"acca720f284e6704","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/acca720f284e6704","status":"passed","time":{"start":1728676721300,"stop":1728676721300,"duration":0}},{"uid":"dcafa0e22f815e78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dcafa0e22f815e78","status":"passed","time":{"start":1728669444561,"stop":1728669444561,"duration":0}},{"uid":"db05d3a08263d5c4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/db05d3a08263d5c4","status":"passed","time":{"start":1728597784073,"stop":1728597784073,"duration":0}},{"uid":"fdcec8d757cfbeee","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fdcec8d757cfbeee","status":"passed","time":{"start":1728597001548,"stop":1728597001549,"duration":1}}]},"6e5429b591c80dd6c2caa3e0c6eafcd1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11b2d897211b6890","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/11b2d897211b6890","status":"passed","time":{"start":1729034357699,"stop":1729034357699,"duration":0}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3b552f3a4a25153d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3b552f3a4a25153d","status":"passed","time":{"start":1729034475010,"stop":1729034475012,"duration":2}},{"uid":"3c8f931c9bf25a16","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c8f931c9bf25a16","status":"passed","time":{"start":1729034395301,"stop":1729034395302,"duration":1}},{"uid":"d3644062172fdf93","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3644062172fdf93","status":"passed","time":{"start":1729034209122,"stop":1729034209123,"duration":1}},{"uid":"5f7b2ff2d9623cc8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5f7b2ff2d9623cc8","status":"passed","time":{"start":1729032264597,"stop":1729032264600,"duration":3}},{"uid":"da62a28db6d4f020","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da62a28db6d4f020","status":"passed","time":{"start":1728902012874,"stop":1728902012880,"duration":6}},{"uid":"d30c40784bbf2d2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d30c40784bbf2d2b","status":"passed","time":{"start":1728893454824,"stop":1728893454825,"duration":1}},{"uid":"ed0e45c4d058432b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed0e45c4d058432b","status":"passed","time":{"start":1728856408467,"stop":1728856408468,"duration":1}},{"uid":"2ab64374925591c8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2ab64374925591c8","status":"passed","time":{"start":1728738633874,"stop":1728738633874,"duration":0}},{"uid":"424005963b7e5baf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/424005963b7e5baf","status":"passed","time":{"start":1728683159820,"stop":1728683159825,"duration":5}},{"uid":"b6b447a694062542","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b6b447a694062542","status":"passed","time":{"start":1728682751345,"stop":1728682751346,"duration":1}},{"uid":"720bc99198ea77c4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/720bc99198ea77c4","status":"passed","time":{"start":1728677216377,"stop":1728677216377,"duration":0}},{"uid":"c78131044d6a2f58","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c78131044d6a2f58","status":"passed","time":{"start":1728669925467,"stop":1728669925467,"duration":0}},{"uid":"918e58e053f815bc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/918e58e053f815bc","status":"passed","time":{"start":1728598268820,"stop":1728598268820,"duration":0}},{"uid":"a4c84f4c273b16a1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a4c84f4c273b16a1","status":"passed","time":{"start":1728597503951,"stop":1728597503952,"duration":1}}]},"50ecc980643d4d8261db81109bc0a3bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df81c0933419ee22","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/df81c0933419ee22","status":"passed","time":{"start":1729032228813,"stop":1729032228814,"duration":1}}]},"4c0124448d72baff5bb4e31ac5c52080:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"358a41bd54c7184a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/358a41bd54c7184a","status":"passed","time":{"start":1728893395078,"stop":1728893395079,"duration":1}}]},"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2c7fcbf4fb7ff9c6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2c7fcbf4fb7ff9c6","status":"passed","time":{"start":1729034096123,"stop":1729034096123,"duration":0}},{"uid":"a1dfb3e55cdcf6f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a1dfb3e55cdcf6f8","status":"passed","time":{"start":1729034020083,"stop":1729034020083,"duration":0}},{"uid":"e9c453161eb7cd31","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9c453161eb7cd31","status":"passed","time":{"start":1729033834374,"stop":1729033834375,"duration":1}},{"uid":"623e4ea839570432","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/623e4ea839570432","status":"passed","time":{"start":1729031884105,"stop":1729031884105,"duration":0}},{"uid":"719a7df1601288b8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/719a7df1601288b8","status":"passed","time":{"start":1728901430247,"stop":1728901430247,"duration":0}},{"uid":"ff7600a37adda581","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff7600a37adda581","status":"passed","time":{"start":1728892860523,"stop":1728892860523,"duration":0}},{"uid":"f73f1ccaae773bf2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f73f1ccaae773bf2","status":"passed","time":{"start":1728855823313,"stop":1728855823313,"duration":0}},{"uid":"27102683a4278a5f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/27102683a4278a5f","status":"passed","time":{"start":1728738040582,"stop":1728738040583,"duration":1}},{"uid":"90a3183b5e72b620","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/90a3183b5e72b620","status":"passed","time":{"start":1728682574080,"stop":1728682574080,"duration":0}},{"uid":"15696464e2fbb589","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/15696464e2fbb589","status":"passed","time":{"start":1728682146807,"stop":1728682146808,"duration":1}},{"uid":"84e04a92ef5c71e6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/84e04a92ef5c71e6","status":"passed","time":{"start":1728676621421,"stop":1728676621421,"duration":0}},{"uid":"64be110986efb19c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64be110986efb19c","status":"passed","time":{"start":1728669344459,"stop":1728669344459,"duration":0}},{"uid":"c4c960b557d317d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c4c960b557d317d4","status":"passed","time":{"start":1728597685151,"stop":1728597685152,"duration":1}},{"uid":"ddb9d89c0fc8b92","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ddb9d89c0fc8b92","status":"passed","time":{"start":1728596904458,"stop":1728596904458,"duration":0}}]},"51a21504f90d8d0d8c8e398f10a6de50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a35e809e6a415c3c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a35e809e6a415c3c","status":"passed","time":{"start":1728893329037,"stop":1728893329037,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8afae3b1662de63c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8afae3b1662de63c","status":"passed","time":{"start":1729034162858,"stop":1729034162858,"duration":0}},{"uid":"8b9847a8d0539a77","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8b9847a8d0539a77","status":"passed","time":{"start":1729034085838,"stop":1729034085839,"duration":1}},{"uid":"a6ebbb055be13728","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6ebbb055be13728","status":"passed","time":{"start":1729033899736,"stop":1729033899737,"duration":1}},{"uid":"c71c6aabd813af3f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c71c6aabd813af3f","status":"passed","time":{"start":1729031949623,"stop":1729031949624,"duration":1}},{"uid":"66657baa3358d4e3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66657baa3358d4e3","status":"passed","time":{"start":1728901494757,"stop":1728901494758,"duration":1}},{"uid":"8f93693dffc6cfcf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8f93693dffc6cfcf","status":"passed","time":{"start":1728892929639,"stop":1728892929640,"duration":1}},{"uid":"1f3d84aa413fb8e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f3d84aa413fb8e2","status":"passed","time":{"start":1728855891580,"stop":1728855891580,"duration":0}},{"uid":"bc903850fa16778","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bc903850fa16778","status":"passed","time":{"start":1728738106822,"stop":1728738106823,"duration":1}},{"uid":"bc344ae13dd6f837","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc344ae13dd6f837","status":"passed","time":{"start":1728682642603,"stop":1728682642603,"duration":0}},{"uid":"2cd45b95513c4d23","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2cd45b95513c4d23","status":"passed","time":{"start":1728682214523,"stop":1728682214523,"duration":0}},{"uid":"855a1204a1e98df5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/855a1204a1e98df5","status":"passed","time":{"start":1728676690540,"stop":1728676690540,"duration":0}},{"uid":"4fb80b9250f32cbf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4fb80b9250f32cbf","status":"passed","time":{"start":1728669414115,"stop":1728669414116,"duration":1}},{"uid":"c97108f3c42042b6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c97108f3c42042b6","status":"passed","time":{"start":1728597753372,"stop":1728597753372,"duration":0}},{"uid":"226b190626affbe6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/226b190626affbe6","status":"passed","time":{"start":1728596970977,"stop":1728596970977,"duration":0}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c9f453b89243d891","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c9f453b89243d891","status":"passed","time":{"start":1729034487483,"stop":1729034487484,"duration":1}},{"uid":"a1b343ea5ed84ade","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a1b343ea5ed84ade","status":"passed","time":{"start":1729034446109,"stop":1729034446109,"duration":0}},{"uid":"6d5dcd58f8e2ff5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6d5dcd58f8e2ff5d","status":"passed","time":{"start":1729032275828,"stop":1729032275828,"duration":0}},{"uid":"f40a8a4d8e357fe7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f40a8a4d8e357fe7","status":"passed","time":{"start":1728902036740,"stop":1728902036741,"duration":1}},{"uid":"84aadc7142fdd796","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84aadc7142fdd796","status":"passed","time":{"start":1728893472413,"stop":1728893472413,"duration":0}},{"uid":"46ce08ee1715a803","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46ce08ee1715a803","status":"passed","time":{"start":1728856423201,"stop":1728856423201,"duration":0}},{"uid":"cabd2a8bdf930812","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cabd2a8bdf930812","status":"passed","time":{"start":1728738648729,"stop":1728738648730,"duration":1}},{"uid":"80a18b6f837d7495","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80a18b6f837d7495","status":"passed","time":{"start":1728683179655,"stop":1728683179655,"duration":0}},{"uid":"137f29ec8aca834f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/137f29ec8aca834f","status":"passed","time":{"start":1728682757951,"stop":1728682757951,"duration":0}},{"uid":"7420837fdde96660","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7420837fdde96660","status":"passed","time":{"start":1728677238451,"stop":1728677238451,"duration":0}},{"uid":"f5f020f602867745","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5f020f602867745","status":"passed","time":{"start":1728669928220,"stop":1728669928220,"duration":0}},{"uid":"4b2894f1d888f06e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b2894f1d888f06e","status":"passed","time":{"start":1728598319590,"stop":1728598319590,"duration":0}},{"uid":"d28e711d46220843","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d28e711d46220843","status":"passed","time":{"start":1728597520647,"stop":1728597520647,"duration":0}}]},"3981f6d88da752d3eaf10ee7e6999722:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0c79721662b09fe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c79721662b09fe","status":"passed","time":{"start":1728597434079,"stop":1728597434079,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"622b9669d5df1ccc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/622b9669d5df1ccc","status":"passed","time":{"start":1729034400845,"stop":1729034400846,"duration":1}},{"uid":"1b4378a53f460550","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b4378a53f460550","status":"passed","time":{"start":1728902045392,"stop":1728902045392,"duration":0}},{"uid":"db9d15b411082042","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/db9d15b411082042","status":"passed","time":{"start":1728893481312,"stop":1728893481313,"duration":1}},{"uid":"98367b2e4306c037","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/98367b2e4306c037","status":"passed","time":{"start":1728856434369,"stop":1728856434369,"duration":0}},{"uid":"cb2061e79fb6bef0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb2061e79fb6bef0","status":"passed","time":{"start":1728738656936,"stop":1728738656936,"duration":0}},{"uid":"71ea3dc9e70d4160","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71ea3dc9e70d4160","status":"passed","time":{"start":1728683172725,"stop":1728683172725,"duration":0}},{"uid":"75553d75256194d6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/75553d75256194d6","status":"passed","time":{"start":1728682747612,"stop":1728682747612,"duration":0}},{"uid":"361f46b66c30996","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/361f46b66c30996","status":"passed","time":{"start":1728677247281,"stop":1728677247281,"duration":0}},{"uid":"9a2ca6e07dd81141","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9a2ca6e07dd81141","status":"passed","time":{"start":1728669917948,"stop":1728669917948,"duration":0}},{"uid":"2877130db6ef33e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2877130db6ef33e","status":"passed","time":{"start":1728598290718,"stop":1728598290718,"duration":0}},{"uid":"98b6455f9e6bf094","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/98b6455f9e6bf094","status":"passed","time":{"start":1728597515858,"stop":1728597515858,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"46d5165fe6b6a112","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/46d5165fe6b6a112","status":"passed","time":{"start":1729034402260,"stop":1729034402265,"duration":5}},{"uid":"97750e28c11251e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/97750e28c11251e8","status":"passed","time":{"start":1729034323283,"stop":1729034323286,"duration":3}},{"uid":"b05883cd515474e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b05883cd515474e8","status":"passed","time":{"start":1729034144761,"stop":1729034144762,"duration":1}},{"uid":"e0efe1c61d63070e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e0efe1c61d63070e","status":"passed","time":{"start":1729032198812,"stop":1729032198812,"duration":0}},{"uid":"999636334b44e831","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/999636334b44e831","status":"passed","time":{"start":1728901901753,"stop":1728901901757,"duration":4}},{"uid":"6ac6dccf68852b01","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6ac6dccf68852b01","status":"passed","time":{"start":1728893337238,"stop":1728893337238,"duration":0}},{"uid":"f8901711329a5588","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f8901711329a5588","status":"passed","time":{"start":1728856299185,"stop":1728856299185,"duration":0}},{"uid":"53bd7c57dbab8148","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/53bd7c57dbab8148","status":"passed","time":{"start":1728738505371,"stop":1728738505371,"duration":0}},{"uid":"f719b9d5d34e5a06","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f719b9d5d34e5a06","status":"passed","time":{"start":1728683045439,"stop":1728683045440,"duration":1}},{"uid":"d8c9ef6078da5fd3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d8c9ef6078da5fd3","status":"passed","time":{"start":1728682607283,"stop":1728682607284,"duration":1}},{"uid":"b7400285dbbdc53f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b7400285dbbdc53f","status":"passed","time":{"start":1728677103489,"stop":1728677103490,"duration":1}},{"uid":"68e66ecfe880e9bb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/68e66ecfe880e9bb","status":"passed","time":{"start":1728669777112,"stop":1728669777113,"duration":1}},{"uid":"c68cefd006027094","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c68cefd006027094","status":"passed","time":{"start":1728598163462,"stop":1728598163462,"duration":0}},{"uid":"f32a020eb2453b25","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f32a020eb2453b25","status":"passed","time":{"start":1728597375459,"stop":1728597375460,"duration":1}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c2e6b3d3285cc2e4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c2e6b3d3285cc2e4","status":"passed","time":{"start":1729034104911,"stop":1729034104911,"duration":0}},{"uid":"40c15aeeb92895be","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/40c15aeeb92895be","status":"passed","time":{"start":1729034028508,"stop":1729034028509,"duration":1}},{"uid":"7601840878814b2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7601840878814b2c","status":"passed","time":{"start":1729033843117,"stop":1729033843117,"duration":0}},{"uid":"576ed51d3763c02a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/576ed51d3763c02a","status":"passed","time":{"start":1729031892676,"stop":1729031892676,"duration":0}},{"uid":"67685330f4e47827","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67685330f4e47827","status":"passed","time":{"start":1728901438807,"stop":1728901438807,"duration":0}},{"uid":"1cbb33cc6540d70c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cbb33cc6540d70c","status":"passed","time":{"start":1728892868999,"stop":1728892868999,"duration":0}},{"uid":"672b11402d8d9590","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/672b11402d8d9590","status":"passed","time":{"start":1728855831891,"stop":1728855831891,"duration":0}},{"uid":"14ebfb76f5b14d8e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/14ebfb76f5b14d8e","status":"passed","time":{"start":1728738049038,"stop":1728738049039,"duration":1}},{"uid":"39f2c5c2a2b71323","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39f2c5c2a2b71323","status":"passed","time":{"start":1728682582617,"stop":1728682582617,"duration":0}},{"uid":"bab577be3b39f881","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bab577be3b39f881","status":"passed","time":{"start":1728682155406,"stop":1728682155407,"duration":1}},{"uid":"4f5d2f49a164495","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f5d2f49a164495","status":"passed","time":{"start":1728676629972,"stop":1728676629972,"duration":0}},{"uid":"187d9716af6dea9b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/187d9716af6dea9b","status":"passed","time":{"start":1728669353100,"stop":1728669353100,"duration":0}},{"uid":"36db7a03abba878f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/36db7a03abba878f","status":"passed","time":{"start":1728597693844,"stop":1728597693845,"duration":1}},{"uid":"ad134a6f1266d424","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ad134a6f1266d424","status":"passed","time":{"start":1728596913089,"stop":1728596913089,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"eeb64760fb187c41","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/eeb64760fb187c41","status":"passed","time":{"start":1729034400892,"stop":1729034400893,"duration":1}},{"uid":"1f5f8fab0c7014b1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1f5f8fab0c7014b1","status":"passed","time":{"start":1729034317462,"stop":1729034317462,"duration":0}},{"uid":"9ec1bffba5338d2d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ec1bffba5338d2d","status":"passed","time":{"start":1729034137144,"stop":1729034137144,"duration":0}},{"uid":"26fa70e2e8c33130","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/26fa70e2e8c33130","status":"passed","time":{"start":1729032206878,"stop":1729032206878,"duration":0}},{"uid":"fa8b45549288afb8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fa8b45549288afb8","status":"passed","time":{"start":1728901995024,"stop":1728901995024,"duration":0}},{"uid":"ebc00df87595d54f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ebc00df87595d54f","status":"passed","time":{"start":1728893420998,"stop":1728893421000,"duration":2}},{"uid":"818dfeb5d37a89e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/818dfeb5d37a89e","status":"passed","time":{"start":1728856368599,"stop":1728856368599,"duration":0}},{"uid":"71ad835f1bf8a066","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/71ad835f1bf8a066","status":"passed","time":{"start":1728738604684,"stop":1728738604684,"duration":0}},{"uid":"e25e79de25e60ae8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e25e79de25e60ae8","status":"passed","time":{"start":1728683117633,"stop":1728683117638,"duration":5}},{"uid":"dc484ef7d1bfe14b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dc484ef7d1bfe14b","status":"passed","time":{"start":1728682721320,"stop":1728682721320,"duration":0}},{"uid":"87210c610911170a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87210c610911170a","status":"passed","time":{"start":1728677184686,"stop":1728677184686,"duration":0}},{"uid":"7f031ff3fba19c2e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f031ff3fba19c2e","status":"passed","time":{"start":1728669866455,"stop":1728669866455,"duration":0}},{"uid":"5735b3edeb308b0d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5735b3edeb308b0d","status":"passed","time":{"start":1728598249993,"stop":1728598249994,"duration":1}},{"uid":"2d3d9556e729f844","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2d3d9556e729f844","status":"passed","time":{"start":1728597472300,"stop":1728597472300,"duration":0}}]},"dd71284d3c4a56ca029723d9ab401af3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45e6661335ca799f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45e6661335ca799f","status":"passed","time":{"start":1729034014876,"stop":1729034014877,"duration":1}}]},"9556bc67d5be158c336a29608903da19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"875877588eb53661","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/875877588eb53661","status":"passed","time":{"start":1728683117688,"stop":1728683117688,"duration":0}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"528cc55983f5563f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/528cc55983f5563f","status":"passed","time":{"start":1729034428560,"stop":1729034428560,"duration":0}},{"uid":"fdf000c3e8761926","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fdf000c3e8761926","status":"passed","time":{"start":1729034348219,"stop":1729034348219,"duration":0}},{"uid":"a050468f139493ae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a050468f139493ae","status":"passed","time":{"start":1729034169452,"stop":1729034169453,"duration":1}},{"uid":"105f2978ccfe1d91","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/105f2978ccfe1d91","status":"passed","time":{"start":1729032228821,"stop":1729032228821,"duration":0}},{"uid":"833757cce380a4d7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/833757cce380a4d7","status":"passed","time":{"start":1728901950558,"stop":1728901950559,"duration":1}},{"uid":"3d59da336337848c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d59da336337848c","status":"passed","time":{"start":1728893389991,"stop":1728893389991,"duration":0}},{"uid":"d41ebdcf12b360c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d41ebdcf12b360c4","status":"passed","time":{"start":1728856333683,"stop":1728856333684,"duration":1}},{"uid":"dd96eb6d75253a86","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dd96eb6d75253a86","status":"passed","time":{"start":1728738555101,"stop":1728738555101,"duration":0}},{"uid":"e5924f83aaa607d2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e5924f83aaa607d2","status":"passed","time":{"start":1728683093177,"stop":1728683093177,"duration":0}},{"uid":"ac1e30eea3978db6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac1e30eea3978db6","status":"passed","time":{"start":1728682652697,"stop":1728682652697,"duration":0}},{"uid":"493707335fc7ad5d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/493707335fc7ad5d","status":"passed","time":{"start":1728677156819,"stop":1728677156819,"duration":0}},{"uid":"b62d6e6bf2800353","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b62d6e6bf2800353","status":"passed","time":{"start":1728669834444,"stop":1728669834445,"duration":1}},{"uid":"ff2aaea7c661b85e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ff2aaea7c661b85e","status":"passed","time":{"start":1728598212619,"stop":1728598212619,"duration":0}},{"uid":"2b95583fe0e191c7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2b95583fe0e191c7","status":"passed","time":{"start":1728597423331,"stop":1728597423331,"duration":0}}]},"d5ccc70428c68c0c0fb6b0e759fca6e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"651897abdced063f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/651897abdced063f","status":"passed","time":{"start":1728677163569,"stop":1728677163570,"duration":1}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c43ad9e267e6108c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c43ad9e267e6108c","status":"passed","time":{"start":1729034231346,"stop":1729034231347,"duration":1}},{"uid":"cd7b5b940d2b1cfc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cd7b5b940d2b1cfc","status":"passed","time":{"start":1729034153007,"stop":1729034153007,"duration":0}},{"uid":"8039a592883ee391","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8039a592883ee391","status":"passed","time":{"start":1729033965758,"stop":1729033965758,"duration":0}},{"uid":"8b92f9dd1827f30b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b92f9dd1827f30b","status":"passed","time":{"start":1729032018039,"stop":1729032018039,"duration":0}},{"uid":"f57badf3790298e7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f57badf3790298e7","status":"passed","time":{"start":1728901595890,"stop":1728901595891,"duration":1}},{"uid":"a93dbb81a91371c3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a93dbb81a91371c3","status":"passed","time":{"start":1728893032692,"stop":1728893032692,"duration":0}},{"uid":"cc989f8154908451","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc989f8154908451","status":"passed","time":{"start":1728855998191,"stop":1728855998191,"duration":0}},{"uid":"67eaee90d08803b3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67eaee90d08803b3","status":"passed","time":{"start":1728738212198,"stop":1728738212212,"duration":14}},{"uid":"bc5acd0eb0968a3c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc5acd0eb0968a3c","status":"passed","time":{"start":1728682746616,"stop":1728682746617,"duration":1}},{"uid":"995f020f55d7c297","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/995f020f55d7c297","status":"passed","time":{"start":1728682328620,"stop":1728682328620,"duration":0}},{"uid":"cc2074b3cbc2c1a9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cc2074b3cbc2c1a9","status":"passed","time":{"start":1728676807596,"stop":1728676807596,"duration":0}},{"uid":"fcecbcd601515545","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fcecbcd601515545","status":"passed","time":{"start":1728669514931,"stop":1728669514931,"duration":0}},{"uid":"e544866e5501f345","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e544866e5501f345","status":"passed","time":{"start":1728597860140,"stop":1728597860140,"duration":0}},{"uid":"d486560b89bee97f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d486560b89bee97f","status":"passed","time":{"start":1728597074718,"stop":1728597074718,"duration":0}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a69d3e1a9ce8b792","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a69d3e1a9ce8b792","status":"passed","time":{"start":1729034487485,"stop":1729034487486,"duration":1}},{"uid":"d5f1b86d5b05dac7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d5f1b86d5b05dac7","status":"passed","time":{"start":1729034446111,"stop":1729034446111,"duration":0}},{"uid":"3c23f536a5aa5137","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c23f536a5aa5137","status":"passed","time":{"start":1729032275829,"stop":1729032275829,"duration":0}},{"uid":"78e92b4166b18d13","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78e92b4166b18d13","status":"passed","time":{"start":1728902036742,"stop":1728902036742,"duration":0}},{"uid":"3c265a3ae920ad59","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c265a3ae920ad59","status":"passed","time":{"start":1728893472414,"stop":1728893472415,"duration":1}},{"uid":"b43f83b00fc9af3c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b43f83b00fc9af3c","status":"passed","time":{"start":1728856423202,"stop":1728856423203,"duration":1}},{"uid":"5e8af03de22ee094","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5e8af03de22ee094","status":"passed","time":{"start":1728738648731,"stop":1728738648731,"duration":0}},{"uid":"6bc90a416791e83a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6bc90a416791e83a","status":"passed","time":{"start":1728683179656,"stop":1728683179657,"duration":1}},{"uid":"99486f95eb424297","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99486f95eb424297","status":"passed","time":{"start":1728682757952,"stop":1728682757952,"duration":0}},{"uid":"370509b587525f64","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/370509b587525f64","status":"passed","time":{"start":1728677238452,"stop":1728677238452,"duration":0}},{"uid":"54cef84635177456","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/54cef84635177456","status":"passed","time":{"start":1728669928222,"stop":1728669928222,"duration":0}},{"uid":"f0b26818d27d33ed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f0b26818d27d33ed","status":"passed","time":{"start":1728598319591,"stop":1728598319591,"duration":0}},{"uid":"1492e000eaf7faaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1492e000eaf7faaa","status":"passed","time":{"start":1728597520648,"stop":1728597520648,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"12238e3231f1fc71","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12238e3231f1fc71","status":"passed","time":{"start":1729034474987,"stop":1729034474988,"duration":1}},{"uid":"a4bb3a5ab7a5dedb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a4bb3a5ab7a5dedb","status":"passed","time":{"start":1729034395290,"stop":1729034395290,"duration":0}},{"uid":"e8ba2cf94cff6cdd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e8ba2cf94cff6cdd","status":"passed","time":{"start":1729034209099,"stop":1729034209099,"duration":0}},{"uid":"7e3d2da376bb34ab","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e3d2da376bb34ab","status":"passed","time":{"start":1729032264567,"stop":1729032264568,"duration":1}},{"uid":"334235349ee612da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/334235349ee612da","status":"passed","time":{"start":1728902012850,"stop":1728902012851,"duration":1}},{"uid":"9fb61171dbc1c13f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9fb61171dbc1c13f","status":"passed","time":{"start":1728893454811,"stop":1728893454811,"duration":0}},{"uid":"fdf39a4b5d4e2bcd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fdf39a4b5d4e2bcd","status":"passed","time":{"start":1728856408452,"stop":1728856408452,"duration":0}},{"uid":"bf5df135225bef75","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf5df135225bef75","status":"passed","time":{"start":1728738633854,"stop":1728738633854,"duration":0}},{"uid":"ab4f68352a73f2f2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab4f68352a73f2f2","status":"passed","time":{"start":1728683159756,"stop":1728683159757,"duration":1}},{"uid":"3217baa699db7cb1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3217baa699db7cb1","status":"passed","time":{"start":1728682751329,"stop":1728682751329,"duration":0}},{"uid":"3d99f309db8ac112","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3d99f309db8ac112","status":"passed","time":{"start":1728677216355,"stop":1728677216355,"duration":0}},{"uid":"d866e02ec5d467cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d866e02ec5d467cc","status":"passed","time":{"start":1728669925454,"stop":1728669925454,"duration":0}},{"uid":"460a47efa4eec644","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/460a47efa4eec644","status":"passed","time":{"start":1728598268802,"stop":1728598268803,"duration":1}},{"uid":"ec686315eb601629","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec686315eb601629","status":"passed","time":{"start":1728597503918,"stop":1728597503919,"duration":1}}]},"b6987ca6e7bff8f1950148a0f3282df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2bb5b0c9be41c96","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b2bb5b0c9be41c96","status":"passed","time":{"start":1729034259818,"stop":1729034259820,"duration":2}}]},"1e7363c8b314fd3ba9cf148e2468973a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c6ea38d610751f0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2c6ea38d610751f0","status":"passed","time":{"start":1728683033640,"stop":1728683033640,"duration":0}}]},"8d26f3304fc16b09cac3f6ede9379ed5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":10,"unknown":0,"total":13},"items":[{"uid":"c8950613b177a125","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c8950613b177a125","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241162,"stop":1729034241162,"duration":0}},{"uid":"53d56d88abb9c059","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/53d56d88abb9c059","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159975,"stop":1729034159975,"duration":0}},{"uid":"ba6e3cb4ca1d8df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba6e3cb4ca1d8df","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977066,"duration":1}},{"uid":"e171caeb51db24b0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e171caeb51db24b0","status":"passed","time":{"start":1729032093802,"stop":1729032093803,"duration":1}},{"uid":"852aa505fd160a4f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/852aa505fd160a4f","status":"passed","time":{"start":1728901748774,"stop":1728901748775,"duration":1}},{"uid":"46f0f8707acc3afb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/46f0f8707acc3afb","status":"passed","time":{"start":1728893181087,"stop":1728893181088,"duration":1}},{"uid":"80bfe2b1f1ca5fd2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/80bfe2b1f1ca5fd2","status":"passed","time":{"start":1728856155553,"stop":1728856155553,"duration":0}},{"uid":"cf12a35b8063d01a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cf12a35b8063d01a","status":"passed","time":{"start":1728738360299,"stop":1728738360301,"duration":2}},{"uid":"3183e2b013f2c8cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3183e2b013f2c8cc","status":"passed","time":{"start":1728682907223,"stop":1728682907223,"duration":0}},{"uid":"2432dd4985aaf4d9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2432dd4985aaf4d9","status":"passed","time":{"start":1728682466737,"stop":1728682466737,"duration":0}},{"uid":"3af8ec32ab05083f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3af8ec32ab05083f","status":"passed","time":{"start":1728676955723,"stop":1728676955724,"duration":1}},{"uid":"71011cf02995a59f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/71011cf02995a59f","status":"passed","time":{"start":1728598013536,"stop":1728598013536,"duration":0}},{"uid":"6238ac8aa92bc448","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6238ac8aa92bc448","status":"passed","time":{"start":1728597225201,"stop":1728597225202,"duration":1}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"501920170cdc4239","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/501920170cdc4239","status":"passed","time":{"start":1729034240919,"stop":1729034240920,"duration":1}},{"uid":"cd118239dd122e39","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cd118239dd122e39","status":"passed","time":{"start":1729034159616,"stop":1729034159617,"duration":1}},{"uid":"448d08ecf0d94a8c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/448d08ecf0d94a8c","status":"passed","time":{"start":1729033976801,"stop":1729033976801,"duration":0}},{"uid":"f13b0fc788d01bda","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f13b0fc788d01bda","status":"passed","time":{"start":1729032020519,"stop":1729032020523,"duration":4}},{"uid":"65f9e8d6520ac5d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65f9e8d6520ac5d2","status":"passed","time":{"start":1728901616435,"stop":1728901616436,"duration":1}},{"uid":"9c45ca79a60f1ba8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9c45ca79a60f1ba8","status":"passed","time":{"start":1728893050246,"stop":1728893050246,"duration":0}},{"uid":"ca7476db7cb06a05","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca7476db7cb06a05","status":"passed","time":{"start":1728856015173,"stop":1728856015173,"duration":0}},{"uid":"d06eae2956774b9e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d06eae2956774b9e","status":"passed","time":{"start":1728738233141,"stop":1728738233142,"duration":1}},{"uid":"758b6eaaac0eca0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/758b6eaaac0eca0","status":"passed","time":{"start":1728682762473,"stop":1728682762474,"duration":1}},{"uid":"389c44b34c2f1ab7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/389c44b34c2f1ab7","status":"passed","time":{"start":1728682332787,"stop":1728682332787,"duration":0}},{"uid":"f30ed70720f13d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f30ed70720f13d","status":"passed","time":{"start":1728676810292,"stop":1728676810293,"duration":1}},{"uid":"babbc6765f67616d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/babbc6765f67616d","status":"passed","time":{"start":1728669529900,"stop":1728669529900,"duration":0}},{"uid":"7523ea4b027b3d8f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7523ea4b027b3d8f","status":"passed","time":{"start":1728597873535,"stop":1728597873535,"duration":0}},{"uid":"d04975f991495cbe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d04975f991495cbe","status":"passed","time":{"start":1728597089275,"stop":1728597089275,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1f2240038a3c689a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1f2240038a3c689a","status":"passed","time":{"start":1729034202096,"stop":1729034202096,"duration":0}},{"uid":"a46c47c8395a6e43","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a46c47c8395a6e43","status":"passed","time":{"start":1729034126112,"stop":1729034126112,"duration":0}},{"uid":"2e8a3af46ecfe32d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2e8a3af46ecfe32d","status":"passed","time":{"start":1729033939922,"stop":1729033939922,"duration":0}},{"uid":"b54d695d40e364d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b54d695d40e364d1","status":"passed","time":{"start":1729031988773,"stop":1729031988774,"duration":1}},{"uid":"c9de60c7859ec595","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c9de60c7859ec595","status":"passed","time":{"start":1728901555752,"stop":1728901555753,"duration":1}},{"uid":"c13232b691bc370b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c13232b691bc370b","status":"passed","time":{"start":1728892995571,"stop":1728892995571,"duration":0}},{"uid":"2d6349a57f3ff817","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d6349a57f3ff817","status":"passed","time":{"start":1728855954641,"stop":1728855954642,"duration":1}},{"uid":"715f880946603b55","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/715f880946603b55","status":"passed","time":{"start":1728738169504,"stop":1728738169504,"duration":0}},{"uid":"588e077c4b3361c5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/588e077c4b3361c5","status":"passed","time":{"start":1728682707226,"stop":1728682707227,"duration":1}},{"uid":"af53c42ce9a4305a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af53c42ce9a4305a","status":"passed","time":{"start":1728682285116,"stop":1728682285117,"duration":1}},{"uid":"642933ae1443eba6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/642933ae1443eba6","status":"passed","time":{"start":1728676761148,"stop":1728676761148,"duration":0}},{"uid":"f742e1676ef09bff","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f742e1676ef09bff","status":"passed","time":{"start":1728669488935,"stop":1728669488935,"duration":0}},{"uid":"dd3d0d4341da97fc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dd3d0d4341da97fc","status":"passed","time":{"start":1728597819560,"stop":1728597819560,"duration":0}},{"uid":"a0e5b16de339ac1e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a0e5b16de339ac1e","status":"passed","time":{"start":1728597041916,"stop":1728597041917,"duration":1}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aca51ef90ecf155e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aca51ef90ecf155e","status":"passed","time":{"start":1729034411423,"stop":1729034411423,"duration":0}},{"uid":"e0ace90361eb31f4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e0ace90361eb31f4","status":"passed","time":{"start":1729034327402,"stop":1729034327403,"duration":1}},{"uid":"8dfddb5c340280cb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8dfddb5c340280cb","status":"passed","time":{"start":1729034147772,"stop":1729034147772,"duration":0}},{"uid":"9c6e80c8c363d5b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9c6e80c8c363d5b4","status":"passed","time":{"start":1729032204827,"stop":1729032204828,"duration":1}},{"uid":"938e8723daf7d3c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/938e8723daf7d3c","status":"passed","time":{"start":1728901907700,"stop":1728901907700,"duration":0}},{"uid":"d7f9884377fc3f89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d7f9884377fc3f89","status":"passed","time":{"start":1728893341888,"stop":1728893341888,"duration":0}},{"uid":"80c5af58d366efbe","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/80c5af58d366efbe","status":"passed","time":{"start":1728856299357,"stop":1728856299370,"duration":13}},{"uid":"76b757c8113edab5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76b757c8113edab5","status":"passed","time":{"start":1728738511617,"stop":1728738511617,"duration":0}},{"uid":"472cb4c2a6d1786f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/472cb4c2a6d1786f","status":"passed","time":{"start":1728683052911,"stop":1728683052911,"duration":0}},{"uid":"99193f433cbb1108","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99193f433cbb1108","status":"passed","time":{"start":1728682612910,"stop":1728682612911,"duration":1}},{"uid":"55531e433d4a2804","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/55531e433d4a2804","status":"passed","time":{"start":1728677115746,"stop":1728677115746,"duration":0}},{"uid":"5dba4c3a53d249de","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5dba4c3a53d249de","status":"passed","time":{"start":1728669778174,"stop":1728669778174,"duration":0}},{"uid":"568a370e65378a80","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/568a370e65378a80","status":"passed","time":{"start":1728598175432,"stop":1728598175432,"duration":0}},{"uid":"2727f812726f8baf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2727f812726f8baf","status":"passed","time":{"start":1728597380061,"stop":1728597380061,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b7d866c199373072","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b7d866c199373072","status":"passed","time":{"start":1729034393628,"stop":1729034393630,"duration":2}},{"uid":"9cdcf7498d7abf69","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9cdcf7498d7abf69","status":"passed","time":{"start":1729034304822,"stop":1729034304823,"duration":1}},{"uid":"a8b57d9537e2da08","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8b57d9537e2da08","status":"passed","time":{"start":1729034121892,"stop":1729034121892,"duration":0}},{"uid":"69bf8bc964c209fb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/69bf8bc964c209fb","status":"passed","time":{"start":1729032174799,"stop":1729032174799,"duration":0}},{"uid":"f4058ba961b6260a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f4058ba961b6260a","status":"passed","time":{"start":1728901881005,"stop":1728901881005,"duration":0}},{"uid":"936a6e0abd940f00","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/936a6e0abd940f00","status":"passed","time":{"start":1728893317151,"stop":1728893317151,"duration":0}},{"uid":"e5faf6bafdb7895e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e5faf6bafdb7895e","status":"passed","time":{"start":1728856263066,"stop":1728856263066,"duration":0}},{"uid":"5d325e3d118536ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5d325e3d118536ca","status":"passed","time":{"start":1728738492790,"stop":1728738492790,"duration":0}},{"uid":"bba387f6dfe62ca2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bba387f6dfe62ca2","status":"passed","time":{"start":1728683030009,"stop":1728683030009,"duration":0}},{"uid":"6078d2798fbfae84","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6078d2798fbfae84","status":"passed","time":{"start":1728682581083,"stop":1728682581085,"duration":2}},{"uid":"49e2aa0b455ec886","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/49e2aa0b455ec886","status":"passed","time":{"start":1728677081985,"stop":1728677081986,"duration":1}},{"uid":"2b756e8680d05d6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b756e8680d05d6","status":"passed","time":{"start":1728669795387,"stop":1728669795387,"duration":0}},{"uid":"abc37b1911dce0e3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/abc37b1911dce0e3","status":"passed","time":{"start":1728598137496,"stop":1728598137496,"duration":0}},{"uid":"2495ac9ab7005bda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2495ac9ab7005bda","status":"passed","time":{"start":1728597353474,"stop":1728597353474,"duration":0}}]},"dba59f84b9905e83b10ab2181119aef7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61a6ccc663a1cf18","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/61a6ccc663a1cf18","status":"passed","time":{"start":1729034370918,"stop":1729034370918,"duration":0}}]},"fcddc9619929a4cdd7bbc0f0e72295be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf0723fb3e0425b1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf0723fb3e0425b1","status":"passed","time":{"start":1728738604693,"stop":1728738604693,"duration":0}}]},"0be000cbac5239e7750a62b497de2d41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c5abc718deab8800","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c5abc718deab8800","status":"passed","time":{"start":1728598250014,"stop":1728598250014,"duration":0}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dca52e1a4b5fa66b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dca52e1a4b5fa66b","status":"passed","time":{"start":1729034104167,"stop":1729034104167,"duration":0}},{"uid":"83c9feac1ebb2b0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/83c9feac1ebb2b0d","status":"passed","time":{"start":1729034027738,"stop":1729034027739,"duration":1}},{"uid":"95d59c9e4e90b197","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95d59c9e4e90b197","status":"passed","time":{"start":1729033842344,"stop":1729033842345,"duration":1}},{"uid":"e48332dfcf8e2719","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e48332dfcf8e2719","status":"passed","time":{"start":1729031892045,"stop":1729031892045,"duration":0}},{"uid":"459b6f1cec31b8c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/459b6f1cec31b8c0","status":"passed","time":{"start":1728901438027,"stop":1728901438028,"duration":1}},{"uid":"3b8c87acb408adc4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b8c87acb408adc4","status":"passed","time":{"start":1728892868231,"stop":1728892868231,"duration":0}},{"uid":"d71b8b3a104d40ba","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d71b8b3a104d40ba","status":"passed","time":{"start":1728855831078,"stop":1728855831078,"duration":0}},{"uid":"ccf1426f7b27ca03","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ccf1426f7b27ca03","status":"passed","time":{"start":1728738048438,"stop":1728738048439,"duration":1}},{"uid":"bf86dda989d3f821","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bf86dda989d3f821","status":"passed","time":{"start":1728682581840,"stop":1728682581841,"duration":1}},{"uid":"ee5074900480c96c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ee5074900480c96c","status":"passed","time":{"start":1728682154706,"stop":1728682154706,"duration":0}},{"uid":"dd6364b82065964e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd6364b82065964e","status":"passed","time":{"start":1728676629294,"stop":1728676629295,"duration":1}},{"uid":"d897880ab77a42ce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d897880ab77a42ce","status":"passed","time":{"start":1728669352209,"stop":1728669352210,"duration":1}},{"uid":"da681aff750aaca9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/da681aff750aaca9","status":"passed","time":{"start":1728597693013,"stop":1728597693014,"duration":1}},{"uid":"5588b1669b043b33","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5588b1669b043b33","status":"passed","time":{"start":1728596912515,"stop":1728596912516,"duration":1}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c1b1ce6d2f20276f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c1b1ce6d2f20276f","status":"passed","time":{"start":1729034120217,"stop":1729034120218,"duration":1}},{"uid":"3a507b4dae205b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a507b4dae205b3","status":"passed","time":{"start":1729034043146,"stop":1729034043146,"duration":0}},{"uid":"ce5e819b14f49a4f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce5e819b14f49a4f","status":"passed","time":{"start":1729033857769,"stop":1729033857769,"duration":0}},{"uid":"49d749579a5ae6b1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/49d749579a5ae6b1","status":"passed","time":{"start":1729031907988,"stop":1729031907989,"duration":1}},{"uid":"7f84ca394b13c4b3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f84ca394b13c4b3","status":"passed","time":{"start":1728901453414,"stop":1728901453415,"duration":1}},{"uid":"67000cdef39dda75","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/67000cdef39dda75","status":"passed","time":{"start":1728892883981,"stop":1728892883982,"duration":1}},{"uid":"7b2c4663b9af025f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7b2c4663b9af025f","status":"passed","time":{"start":1728855846188,"stop":1728855846188,"duration":0}},{"uid":"7a4d816b6b9a6047","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a4d816b6b9a6047","status":"passed","time":{"start":1728738063650,"stop":1728738063651,"duration":1}},{"uid":"7685e7b1fca4a9ac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7685e7b1fca4a9ac","status":"passed","time":{"start":1728682597533,"stop":1728682597533,"duration":0}},{"uid":"786359c70767ff50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/786359c70767ff50","status":"passed","time":{"start":1728682170204,"stop":1728682170205,"duration":1}},{"uid":"e7a3d71ff011ca67","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e7a3d71ff011ca67","status":"passed","time":{"start":1728676644983,"stop":1728676644984,"duration":1}},{"uid":"6dd3252aa013870b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6dd3252aa013870b","status":"passed","time":{"start":1728669367856,"stop":1728669367856,"duration":0}},{"uid":"9606a567d8c0a946","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9606a567d8c0a946","status":"passed","time":{"start":1728597708662,"stop":1728597708662,"duration":0}},{"uid":"dd46f2d1ba751d9c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dd46f2d1ba751d9c","status":"passed","time":{"start":1728596927481,"stop":1728596927481,"duration":0}}]},"6b6986fd9a7c82378ad463dd0f858efc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da17c39cfc26ac31","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/da17c39cfc26ac31","status":"passed","time":{"start":1728682381285,"stop":1728682381285,"duration":0}}]},"ba67d2544498798092b28354607f01d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5913bdffd2067879","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5913bdffd2067879","status":"passed","time":{"start":1729034137118,"stop":1729034137119,"duration":1}},{"uid":"7857105513d9b87f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7857105513d9b87f","status":"passed","time":{"start":1729034060047,"stop":1729034060048,"duration":1}},{"uid":"b70edadf0e11f8bc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b70edadf0e11f8bc","status":"passed","time":{"start":1729033875030,"stop":1729033875030,"duration":0}},{"uid":"8b469f15633fb469","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b469f15633fb469","status":"passed","time":{"start":1729031924911,"stop":1729031924911,"duration":0}},{"uid":"6d31d7b708376747","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6d31d7b708376747","status":"passed","time":{"start":1728901469137,"stop":1728901469137,"duration":0}},{"uid":"a9f6c91aeea0f8e8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a9f6c91aeea0f8e8","status":"passed","time":{"start":1728892899802,"stop":1728892899802,"duration":0}},{"uid":"46d3722f31d4da4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46d3722f31d4da4c","status":"passed","time":{"start":1728855863298,"stop":1728855863299,"duration":1}},{"uid":"f948490b0fdbc660","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f948490b0fdbc660","status":"passed","time":{"start":1728738080959,"stop":1728738080959,"duration":0}},{"uid":"160eee1a90befc15","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/160eee1a90befc15","status":"passed","time":{"start":1728682614318,"stop":1728682614318,"duration":0}},{"uid":"a98f569a17c65494","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a98f569a17c65494","status":"passed","time":{"start":1728682187223,"stop":1728682187223,"duration":0}},{"uid":"48b0d73dd3acde1d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/48b0d73dd3acde1d","status":"passed","time":{"start":1728676661425,"stop":1728676661425,"duration":0}},{"uid":"45896bcb98d0a82c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/45896bcb98d0a82c","status":"passed","time":{"start":1728669384756,"stop":1728669384756,"duration":0}},{"uid":"76d1b0623c4b3efb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/76d1b0623c4b3efb","status":"passed","time":{"start":1728597724213,"stop":1728597724214,"duration":1}},{"uid":"e555191abf691462","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e555191abf691462","status":"passed","time":{"start":1728596943267,"stop":1728596943268,"duration":1}}]},"4c8dea71aea91e18fc61844b3543a9f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6950f48d8a07bc94","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6950f48d8a07bc94","status":"passed","time":{"start":1729034323301,"stop":1729034323301,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c500d099ba5ca843","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c500d099ba5ca843","status":"passed","time":{"start":1729034307033,"stop":1729034307033,"duration":0}},{"uid":"301c237c9998833f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/301c237c9998833f","status":"passed","time":{"start":1729034223309,"stop":1729034223309,"duration":0}},{"uid":"e45ba3c8a19c8c5a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e45ba3c8a19c8c5a","status":"passed","time":{"start":1729034034983,"stop":1729034034984,"duration":1}},{"uid":"52bfdabf52d46107","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/52bfdabf52d46107","status":"passed","time":{"start":1729032066304,"stop":1729032066305,"duration":1}},{"uid":"9a0123614f86981f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9a0123614f86981f","status":"passed","time":{"start":1728901706621,"stop":1728901706622,"duration":1}},{"uid":"f01a2e7b7a97b66","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f01a2e7b7a97b66","status":"passed","time":{"start":1728893153424,"stop":1728893153425,"duration":1}},{"uid":"350de644f9471a20","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/350de644f9471a20","status":"passed","time":{"start":1728856108128,"stop":1728856108128,"duration":0}},{"uid":"c3450a0f67ae7796","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c3450a0f67ae7796","status":"passed","time":{"start":1728738316670,"stop":1728738316670,"duration":0}},{"uid":"b4989411d81f2662","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b4989411d81f2662","status":"passed","time":{"start":1728682865321,"stop":1728682865322,"duration":1}},{"uid":"387a34c65e187db2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/387a34c65e187db2","status":"passed","time":{"start":1728682446997,"stop":1728682446997,"duration":0}},{"uid":"f2af220c3064078e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f2af220c3064078e","status":"passed","time":{"start":1728676924481,"stop":1728676924482,"duration":1}},{"uid":"b1f22b0df3c3c012","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1f22b0df3c3c012","status":"passed","time":{"start":1728669626265,"stop":1728669626265,"duration":0}},{"uid":"f4fefc200a7c480","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f4fefc200a7c480","status":"passed","time":{"start":1728597973675,"stop":1728597973675,"duration":0}},{"uid":"51166597d408f9ac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/51166597d408f9ac","status":"passed","time":{"start":1728597188040,"stop":1728597188041,"duration":1}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1ade852b7bd387a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1ade852b7bd387a","status":"passed","time":{"start":1729034370867,"stop":1729034370867,"duration":0}},{"uid":"3e698a77f3e82756","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3e698a77f3e82756","status":"passed","time":{"start":1729034308870,"stop":1729034308871,"duration":1}},{"uid":"46e004e45d313811","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/46e004e45d313811","status":"passed","time":{"start":1729034129473,"stop":1729034129474,"duration":1}},{"uid":"be40859c3bbadfcc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be40859c3bbadfcc","status":"passed","time":{"start":1729032178367,"stop":1729032178367,"duration":0}},{"uid":"1a6cce538fe92c66","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1a6cce538fe92c66","status":"passed","time":{"start":1728901896346,"stop":1728901896347,"duration":1}},{"uid":"89a190a4406e19b5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/89a190a4406e19b5","status":"passed","time":{"start":1728893329025,"stop":1728893329025,"duration":0}},{"uid":"96ff2c20334db457","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/96ff2c20334db457","status":"passed","time":{"start":1728856284763,"stop":1728856284764,"duration":1}},{"uid":"f3bae6c9067d1fbe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f3bae6c9067d1fbe","status":"passed","time":{"start":1728738494940,"stop":1728738494940,"duration":0}},{"uid":"130250293c3e8c88","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/130250293c3e8c88","status":"passed","time":{"start":1728683033631,"stop":1728683033631,"duration":0}},{"uid":"eec386bd5f749199","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eec386bd5f749199","status":"passed","time":{"start":1728682601736,"stop":1728682601736,"duration":0}},{"uid":"161e70d3ea952248","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/161e70d3ea952248","status":"passed","time":{"start":1728677107961,"stop":1728677107961,"duration":0}},{"uid":"f174411cabd03e1a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f174411cabd03e1a","status":"passed","time":{"start":1728669764751,"stop":1728669764751,"duration":0}},{"uid":"b1b1a9b24ca2806b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b1b1a9b24ca2806b","status":"passed","time":{"start":1728598157562,"stop":1728598157562,"duration":0}},{"uid":"1dffd233a20797a0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1dffd233a20797a0","status":"passed","time":{"start":1728597369061,"stop":1728597369062,"duration":1}}]},"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"40bd4a2e9545ab93","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/40bd4a2e9545ab93","status":"passed","time":{"start":1729034238412,"stop":1729034238412,"duration":0}},{"uid":"b45df0aa3f49327b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b45df0aa3f49327b","status":"passed","time":{"start":1729034157653,"stop":1729034157654,"duration":1}},{"uid":"25d01e886f279eec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/25d01e886f279eec","status":"passed","time":{"start":1729033974452,"stop":1729033974453,"duration":1}},{"uid":"c46b772a4475491","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c46b772a4475491","status":"passed","time":{"start":1729032027765,"stop":1729032027767,"duration":2}},{"uid":"8bcc614c244194a7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8bcc614c244194a7","status":"passed","time":{"start":1728901614546,"stop":1728901614546,"duration":0}},{"uid":"cceaadee29c983c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cceaadee29c983c4","status":"passed","time":{"start":1728893048596,"stop":1728893048597,"duration":1}},{"uid":"2b596169c320bc6f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b596169c320bc6f","status":"passed","time":{"start":1728856013560,"stop":1728856013561,"duration":1}},{"uid":"bf51a2fb1475c16d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf51a2fb1475c16d","status":"passed","time":{"start":1728738231632,"stop":1728738231632,"duration":0}},{"uid":"d3f7ff43c173f06b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d3f7ff43c173f06b","status":"passed","time":{"start":1728682761072,"stop":1728682761074,"duration":2}},{"uid":"f719454a7041e16d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f719454a7041e16d","status":"passed","time":{"start":1728682330635,"stop":1728682330636,"duration":1}},{"uid":"16203f9ef052d2e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/16203f9ef052d2e4","status":"passed","time":{"start":1728676808325,"stop":1728676808325,"duration":0}},{"uid":"d3220794fe486409","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d3220794fe486409","status":"passed","time":{"start":1728669528228,"stop":1728669528228,"duration":0}},{"uid":"a4319fe550c7252f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a4319fe550c7252f","status":"passed","time":{"start":1728597872227,"stop":1728597872228,"duration":1}},{"uid":"29ee39b7b28b0fc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/29ee39b7b28b0fc","status":"passed","time":{"start":1728597087687,"stop":1728597087688,"duration":1}}]},"f7034a5e234195791a2724273d3377ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d7df0a70c160897","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4d7df0a70c160897","status":"passed","time":{"start":1729034169449,"stop":1729034169450,"duration":1}}]},"33c6d2e8f2633334df293bf7855edab4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5acd852a96cb3d92","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5acd852a96cb3d92","status":"passed","time":{"start":1728901958859,"stop":1728901958860,"duration":1}}]},"5e62f01215ffaf8b3772e60f49127124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"30ea3835ab23ca39","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/30ea3835ab23ca39","status":"passed","time":{"start":1728683045450,"stop":1728683045451,"duration":1}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ab79985425456e3c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ab79985425456e3c","status":"passed","time":{"start":1729034104166,"stop":1729034104166,"duration":0}},{"uid":"47f61dad1f43d835","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47f61dad1f43d835","status":"passed","time":{"start":1729034027738,"stop":1729034027738,"duration":0}},{"uid":"544b66bf156c221e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/544b66bf156c221e","status":"passed","time":{"start":1729033842343,"stop":1729033842344,"duration":1}},{"uid":"ca0375a211c0d55b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ca0375a211c0d55b","status":"passed","time":{"start":1729031892044,"stop":1729031892044,"duration":0}},{"uid":"246861d2276145eb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/246861d2276145eb","status":"passed","time":{"start":1728901438025,"stop":1728901438026,"duration":1}},{"uid":"78de0a385d6fc551","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/78de0a385d6fc551","status":"passed","time":{"start":1728892868230,"stop":1728892868230,"duration":0}},{"uid":"636327e0f470e2c2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/636327e0f470e2c2","status":"passed","time":{"start":1728855831077,"stop":1728855831077,"duration":0}},{"uid":"cc0e7cd48e01c320","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc0e7cd48e01c320","status":"passed","time":{"start":1728738048437,"stop":1728738048438,"duration":1}},{"uid":"24aa1219c0dd2712","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/24aa1219c0dd2712","status":"passed","time":{"start":1728682581839,"stop":1728682581840,"duration":1}},{"uid":"1e311c8477de0fed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1e311c8477de0fed","status":"passed","time":{"start":1728682154705,"stop":1728682154706,"duration":1}},{"uid":"12a601feca1f47fd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/12a601feca1f47fd","status":"passed","time":{"start":1728676629294,"stop":1728676629294,"duration":0}},{"uid":"9e33fb57beaa07c8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e33fb57beaa07c8","status":"passed","time":{"start":1728669352208,"stop":1728669352209,"duration":1}},{"uid":"34b7eb1c555d2502","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/34b7eb1c555d2502","status":"passed","time":{"start":1728597693012,"stop":1728597693013,"duration":1}},{"uid":"7b7843022501cac5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b7843022501cac5","status":"passed","time":{"start":1728596912514,"stop":1728596912515,"duration":1}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c047786e8866b82c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c047786e8866b82c","status":"passed","time":{"start":1729034452186,"stop":1729034452186,"duration":0}},{"uid":"a93e5cf831a9f65e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a93e5cf831a9f65e","status":"passed","time":{"start":1729034373082,"stop":1729034373082,"duration":0}},{"uid":"dcf4597776d0e924","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcf4597776d0e924","status":"passed","time":{"start":1729034188119,"stop":1729034188119,"duration":0}},{"uid":"47e4b543b3ace67c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/47e4b543b3ace67c","status":"passed","time":{"start":1729032231866,"stop":1729032231866,"duration":0}},{"uid":"950d8f83dd1e2580","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/950d8f83dd1e2580","status":"passed","time":{"start":1728901989567,"stop":1728901989567,"duration":0}},{"uid":"b21f230ee5ad27c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b21f230ee5ad27c1","status":"passed","time":{"start":1728893424905,"stop":1728893424905,"duration":0}},{"uid":"3c1176f68456b960","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c1176f68456b960","status":"passed","time":{"start":1728856376686,"stop":1728856376686,"duration":0}},{"uid":"462a2c29245d2a84","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/462a2c29245d2a84","status":"passed","time":{"start":1728738593962,"stop":1728738593962,"duration":0}},{"uid":"1cc7e1eff0151df2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1cc7e1eff0151df2","status":"passed","time":{"start":1728683135341,"stop":1728683135342,"duration":1}},{"uid":"6d9cd70a65b401a2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6d9cd70a65b401a2","status":"passed","time":{"start":1728682692594,"stop":1728682692595,"duration":1}},{"uid":"97e9a91281b6a0ae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/97e9a91281b6a0ae","status":"passed","time":{"start":1728677194230,"stop":1728677194231,"duration":1}},{"uid":"152c371e864f88d2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/152c371e864f88d2","status":"passed","time":{"start":1728669874426,"stop":1728669874426,"duration":0}},{"uid":"9cc22fff195dd5c2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9cc22fff195dd5c2","status":"passed","time":{"start":1728598257463,"stop":1728598257464,"duration":1}},{"uid":"d308b26b6797b43a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d308b26b6797b43a","status":"passed","time":{"start":1728597471299,"stop":1728597471299,"duration":0}}]},"e5c79e0cba9c02a3c14f1c490e9b55aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b14c438281701b1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9b14c438281701b1","status":"passed","time":{"start":1728677163577,"stop":1728677163578,"duration":1}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5f2bf0189e9d3885","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f2bf0189e9d3885","status":"passed","time":{"start":1729034206087,"stop":1729034206087,"duration":0}},{"uid":"bcbf6bea68f2c83b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bcbf6bea68f2c83b","status":"passed","time":{"start":1729034134194,"stop":1729034134195,"duration":1}},{"uid":"3c2f4dbddcc7329d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3c2f4dbddcc7329d","status":"passed","time":{"start":1729033942603,"stop":1729033942604,"duration":1}},{"uid":"2e2c806a49ca419a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e2c806a49ca419a","status":"passed","time":{"start":1729031989715,"stop":1729031989715,"duration":0}},{"uid":"9898eee90b042fbd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9898eee90b042fbd","status":"passed","time":{"start":1728901562044,"stop":1728901562046,"duration":2}},{"uid":"dab052cb58518cb1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dab052cb58518cb1","status":"passed","time":{"start":1728893001481,"stop":1728893001481,"duration":0}},{"uid":"e6ae993713e1fbfb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e6ae993713e1fbfb","status":"passed","time":{"start":1728855968868,"stop":1728855968869,"duration":1}},{"uid":"c5a7e3e0379c34ce","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5a7e3e0379c34ce","status":"passed","time":{"start":1728738172967,"stop":1728738172967,"duration":0}},{"uid":"72b82949270354b8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/72b82949270354b8","status":"passed","time":{"start":1728682706940,"stop":1728682706940,"duration":0}},{"uid":"70092edff79c2c94","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70092edff79c2c94","status":"passed","time":{"start":1728682296861,"stop":1728682296861,"duration":0}},{"uid":"e0538c8549ce62c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e0538c8549ce62c7","status":"passed","time":{"start":1728676761472,"stop":1728676761476,"duration":4}},{"uid":"8a17cbc53becf330","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8a17cbc53becf330","status":"passed","time":{"start":1728669479027,"stop":1728669479027,"duration":0}},{"uid":"19bc66d4febc9693","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/19bc66d4febc9693","status":"passed","time":{"start":1728597820127,"stop":1728597820127,"duration":0}},{"uid":"81d83e6e5f25d30d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/81d83e6e5f25d30d","status":"passed","time":{"start":1728597034501,"stop":1728597034502,"duration":1}}]},"36c5de133a231f59007995fe8438c9a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a316d5ed71f28966","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a316d5ed71f28966","status":"passed","time":{"start":1728683030029,"stop":1728683030029,"duration":0}}]},"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"797e438b56a3e8e6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/797e438b56a3e8e6","status":"passed","time":{"start":1729034096136,"stop":1729034096136,"duration":0}},{"uid":"29080c48fe957d3a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/29080c48fe957d3a","status":"passed","time":{"start":1729034020093,"stop":1729034020093,"duration":0}},{"uid":"11920bc7a35a87ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/11920bc7a35a87ef","status":"passed","time":{"start":1729033834389,"stop":1729033834389,"duration":0}},{"uid":"9989b20a9eaec2b8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9989b20a9eaec2b8","status":"passed","time":{"start":1729031884122,"stop":1729031884123,"duration":1}},{"uid":"443f92397380779","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/443f92397380779","status":"passed","time":{"start":1728901430256,"stop":1728901430256,"duration":0}},{"uid":"8422e905e82b1762","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8422e905e82b1762","status":"passed","time":{"start":1728892860535,"stop":1728892860535,"duration":0}},{"uid":"ce58273b6d00efbc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce58273b6d00efbc","status":"passed","time":{"start":1728855823324,"stop":1728855823324,"duration":0}},{"uid":"127719b393de50b6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/127719b393de50b6","status":"passed","time":{"start":1728738040605,"stop":1728738040605,"duration":0}},{"uid":"23bf801f63432ade","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23bf801f63432ade","status":"passed","time":{"start":1728682574095,"stop":1728682574095,"duration":0}},{"uid":"30248297c08b6cf2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/30248297c08b6cf2","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"37583ecbe1aeb559","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/37583ecbe1aeb559","status":"passed","time":{"start":1728676621434,"stop":1728676621435,"duration":1}},{"uid":"759026591defc560","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/759026591defc560","status":"passed","time":{"start":1728669344470,"stop":1728669344470,"duration":0}},{"uid":"16746f1ee9c468e0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/16746f1ee9c468e0","status":"passed","time":{"start":1728597685164,"stop":1728597685164,"duration":0}},{"uid":"327d909b6928bf97","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/327d909b6928bf97","status":"passed","time":{"start":1728596904471,"stop":1728596904471,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4db71a3771170d5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4db71a3771170d5","status":"passed","time":{"start":1729034393632,"stop":1729034393632,"duration":0}},{"uid":"e228db7c0032b4c4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e228db7c0032b4c4","status":"passed","time":{"start":1729034304828,"stop":1729034304829,"duration":1}},{"uid":"14156eebf4416c0a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14156eebf4416c0a","status":"passed","time":{"start":1729034121896,"stop":1729034121897,"duration":1}},{"uid":"da63103944813ecb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/da63103944813ecb","status":"passed","time":{"start":1729032174803,"stop":1729032174804,"duration":1}},{"uid":"329c5c64c38c62d8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/329c5c64c38c62d8","status":"passed","time":{"start":1728901881007,"stop":1728901881007,"duration":0}},{"uid":"ce922c1ad52f2689","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce922c1ad52f2689","status":"passed","time":{"start":1728893317153,"stop":1728893317153,"duration":0}},{"uid":"7791d87daba9e206","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7791d87daba9e206","status":"passed","time":{"start":1728856263073,"stop":1728856263074,"duration":1}},{"uid":"c0ffbcdbb0b404cf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0ffbcdbb0b404cf","status":"passed","time":{"start":1728738492793,"stop":1728738492793,"duration":0}},{"uid":"23bb8a99c3ac6cfa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23bb8a99c3ac6cfa","status":"passed","time":{"start":1728683030015,"stop":1728683030015,"duration":0}},{"uid":"e0b3cc3f93ec56e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e0b3cc3f93ec56e6","status":"passed","time":{"start":1728682581089,"stop":1728682581090,"duration":1}},{"uid":"e44d79ed14fc3569","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e44d79ed14fc3569","status":"passed","time":{"start":1728677081988,"stop":1728677081988,"duration":0}},{"uid":"3cca25087f3c456a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3cca25087f3c456a","status":"passed","time":{"start":1728669795390,"stop":1728669795390,"duration":0}},{"uid":"7a74ff76296f23f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7a74ff76296f23f","status":"passed","time":{"start":1728598137498,"stop":1728598137498,"duration":0}},{"uid":"27352b40d07d0cd3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/27352b40d07d0cd3","status":"passed","time":{"start":1728597353475,"stop":1728597353475,"duration":0}}]},"4d637389c50c35dc1338512b35b50c09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f0376d23b72ca6f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7f0376d23b72ca6f","status":"passed","time":{"start":1728683033639,"stop":1728683033639,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"59a3d8a5e282f0e8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/59a3d8a5e282f0e8","status":"passed","time":{"start":1729034487484,"stop":1729034487484,"duration":0}},{"uid":"b04ca5363fb37352","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b04ca5363fb37352","status":"passed","time":{"start":1729034446109,"stop":1729034446110,"duration":1}},{"uid":"f9c1c2cbc5ea143e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9c1c2cbc5ea143e","status":"passed","time":{"start":1729032275828,"stop":1729032275828,"duration":0}},{"uid":"4e44a81eab51112f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4e44a81eab51112f","status":"passed","time":{"start":1728902036741,"stop":1728902036741,"duration":0}},{"uid":"dd46090c34fe2309","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dd46090c34fe2309","status":"passed","time":{"start":1728893472414,"stop":1728893472414,"duration":0}},{"uid":"8403c91321120ca4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8403c91321120ca4","status":"passed","time":{"start":1728856423201,"stop":1728856423201,"duration":0}},{"uid":"7406a033eb091f61","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7406a033eb091f61","status":"passed","time":{"start":1728738648730,"stop":1728738648730,"duration":0}},{"uid":"ef975500d9eba3fe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ef975500d9eba3fe","status":"passed","time":{"start":1728683179655,"stop":1728683179655,"duration":0}},{"uid":"3392c34354488bdd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3392c34354488bdd","status":"passed","time":{"start":1728682757951,"stop":1728682757952,"duration":1}},{"uid":"728d464b67302392","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/728d464b67302392","status":"passed","time":{"start":1728677238451,"stop":1728677238451,"duration":0}},{"uid":"6eac86c9a9a7ed0d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6eac86c9a9a7ed0d","status":"passed","time":{"start":1728669928221,"stop":1728669928221,"duration":0}},{"uid":"4525b36b9d437f23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4525b36b9d437f23","status":"passed","time":{"start":1728598319590,"stop":1728598319590,"duration":0}},{"uid":"41390216571a1b70","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/41390216571a1b70","status":"passed","time":{"start":1728597520647,"stop":1728597520647,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3be6dbb5024b554e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3be6dbb5024b554e","status":"passed","time":{"start":1729034474995,"stop":1729034474995,"duration":0}},{"uid":"769ee86b8056b358","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/769ee86b8056b358","status":"passed","time":{"start":1729034395296,"stop":1729034395296,"duration":0}},{"uid":"213ae7747d7ffbe2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/213ae7747d7ffbe2","status":"passed","time":{"start":1729034209107,"stop":1729034209107,"duration":0}},{"uid":"6491b60d19836b03","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6491b60d19836b03","status":"passed","time":{"start":1729032264575,"stop":1729032264575,"duration":0}},{"uid":"914e1c616c92773","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/914e1c616c92773","status":"passed","time":{"start":1728902012867,"stop":1728902012868,"duration":1}},{"uid":"8d638d1b794da086","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d638d1b794da086","status":"passed","time":{"start":1728893454817,"stop":1728893454818,"duration":1}},{"uid":"dac189f0a04f202","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dac189f0a04f202","status":"passed","time":{"start":1728856408461,"stop":1728856408461,"duration":0}},{"uid":"a7a88797a2b595e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a7a88797a2b595e","status":"passed","time":{"start":1728738633862,"stop":1728738633862,"duration":0}},{"uid":"c0ee0489b81d2b4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c0ee0489b81d2b4f","status":"passed","time":{"start":1728683159796,"stop":1728683159797,"duration":1}},{"uid":"968fac68eb7ca64a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/968fac68eb7ca64a","status":"passed","time":{"start":1728682751337,"stop":1728682751337,"duration":0}},{"uid":"33d8821e02d4660f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33d8821e02d4660f","status":"passed","time":{"start":1728677216370,"stop":1728677216371,"duration":1}},{"uid":"9209351180813f90","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9209351180813f90","status":"passed","time":{"start":1728669925459,"stop":1728669925459,"duration":0}},{"uid":"77f0ac0b9dfa90a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/77f0ac0b9dfa90a0","status":"passed","time":{"start":1728598268814,"stop":1728598268814,"duration":0}},{"uid":"5251733318d574db","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5251733318d574db","status":"passed","time":{"start":1728597503939,"stop":1728597503940,"duration":1}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5d2525148f414d88","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5d2525148f414d88","status":"passed","time":{"start":1729034411426,"stop":1729034411426,"duration":0}},{"uid":"6904e0b55e1da97b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6904e0b55e1da97b","status":"passed","time":{"start":1729034327408,"stop":1729034327409,"duration":1}},{"uid":"92635fd97b2a282d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/92635fd97b2a282d","status":"passed","time":{"start":1729034147781,"stop":1729034147781,"duration":0}},{"uid":"390ea6c136158f06","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/390ea6c136158f06","status":"passed","time":{"start":1729032204831,"stop":1729032204831,"duration":0}},{"uid":"fff8ab10669f77f3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fff8ab10669f77f3","status":"passed","time":{"start":1728901907715,"stop":1728901907715,"duration":0}},{"uid":"bcd8e8b6570bc57d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bcd8e8b6570bc57d","status":"passed","time":{"start":1728893341890,"stop":1728893341891,"duration":1}},{"uid":"35a6f8a795e3fc1b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/35a6f8a795e3fc1b","status":"passed","time":{"start":1728856299384,"stop":1728856299385,"duration":1}},{"uid":"8af4a7dbde9228fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8af4a7dbde9228fa","status":"passed","time":{"start":1728738511620,"stop":1728738511620,"duration":0}},{"uid":"5db64f21c9c6ce0c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5db64f21c9c6ce0c","status":"passed","time":{"start":1728683052913,"stop":1728683052914,"duration":1}},{"uid":"55d08dde201a7ebb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/55d08dde201a7ebb","status":"passed","time":{"start":1728682612913,"stop":1728682612913,"duration":0}},{"uid":"a19e35511af6047","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a19e35511af6047","status":"passed","time":{"start":1728677115749,"stop":1728677115749,"duration":0}},{"uid":"df9acecdf38f90bd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/df9acecdf38f90bd","status":"passed","time":{"start":1728669778177,"stop":1728669778185,"duration":8}},{"uid":"b587ae9fbb2d0530","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b587ae9fbb2d0530","status":"passed","time":{"start":1728598175436,"stop":1728598175436,"duration":0}},{"uid":"f553099dc1415136","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f553099dc1415136","status":"passed","time":{"start":1728597380065,"stop":1728597380065,"duration":0}}]},"888b452de5c7f5854b84209d934d8b59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f10200e423ff2a97","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f10200e423ff2a97","status":"passed","time":{"start":1728893389986,"stop":1728893389986,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"931077f4a8020654","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/931077f4a8020654","status":"passed","time":{"start":1729034474997,"stop":1729034474998,"duration":1}},{"uid":"3c4062b5a29e3d26","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c4062b5a29e3d26","status":"passed","time":{"start":1729034395298,"stop":1729034395298,"duration":0}},{"uid":"dd09531aa7c5e035","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd09531aa7c5e035","status":"passed","time":{"start":1729034209111,"stop":1729034209112,"duration":1}},{"uid":"f2f6cc50340661e6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f2f6cc50340661e6","status":"passed","time":{"start":1729032264580,"stop":1729032264580,"duration":0}},{"uid":"bf77b8ae3772e310","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bf77b8ae3772e310","status":"passed","time":{"start":1728902012870,"stop":1728902012871,"duration":1}},{"uid":"dcb90a27e2154d7d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dcb90a27e2154d7d","status":"passed","time":{"start":1728893454821,"stop":1728893454821,"duration":0}},{"uid":"afbfe523a38852a7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/afbfe523a38852a7","status":"passed","time":{"start":1728856408464,"stop":1728856408464,"duration":0}},{"uid":"a8c6e38e8c71d5e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a8c6e38e8c71d5e0","status":"passed","time":{"start":1728738633864,"stop":1728738633865,"duration":1}},{"uid":"9dbc150e61488a97","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9dbc150e61488a97","status":"passed","time":{"start":1728683159807,"stop":1728683159812,"duration":5}},{"uid":"98406b888f275d41","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/98406b888f275d41","status":"passed","time":{"start":1728682751340,"stop":1728682751340,"duration":0}},{"uid":"d983adb104042154","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d983adb104042154","status":"passed","time":{"start":1728677216374,"stop":1728677216374,"duration":0}},{"uid":"1b06b450e66f5b88","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1b06b450e66f5b88","status":"passed","time":{"start":1728669925461,"stop":1728669925461,"duration":0}},{"uid":"58e7d0b59c0c47c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58e7d0b59c0c47c6","status":"passed","time":{"start":1728598268816,"stop":1728598268817,"duration":1}},{"uid":"cdc6fac0eaeb4791","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cdc6fac0eaeb4791","status":"passed","time":{"start":1728597503945,"stop":1728597503945,"duration":0}}]},"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a43ad7bab049b807","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a43ad7bab049b807","status":"passed","time":{"start":1729034096143,"stop":1729034096143,"duration":0}},{"uid":"d64aa4b20bd3e8e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d64aa4b20bd3e8e9","status":"passed","time":{"start":1729034020099,"stop":1729034020099,"duration":0}},{"uid":"1b9cd92097da8e53","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1b9cd92097da8e53","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0}},{"uid":"ac2e47e14230011","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac2e47e14230011","status":"passed","time":{"start":1729031884130,"stop":1729031884130,"duration":0}},{"uid":"91299dddcd9d1463","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/91299dddcd9d1463","status":"passed","time":{"start":1728901430263,"stop":1728901430263,"duration":0}},{"uid":"3e1185cc2334b973","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3e1185cc2334b973","status":"passed","time":{"start":1728892860541,"stop":1728892860542,"duration":1}},{"uid":"ac370a800bf162e6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac370a800bf162e6","status":"passed","time":{"start":1728855823331,"stop":1728855823331,"duration":0}},{"uid":"5b4f916c96ddcd62","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5b4f916c96ddcd62","status":"passed","time":{"start":1728738040612,"stop":1728738040612,"duration":0}},{"uid":"f517ee8b6740e59c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f517ee8b6740e59c","status":"passed","time":{"start":1728682574103,"stop":1728682574103,"duration":0}},{"uid":"d6b18fbbad5af374","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d6b18fbbad5af374","status":"passed","time":{"start":1728682146827,"stop":1728682146827,"duration":0}},{"uid":"5163b61a318ddac6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5163b61a318ddac6","status":"passed","time":{"start":1728676621441,"stop":1728676621442,"duration":1}},{"uid":"a2cd3c1384c5cbcb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a2cd3c1384c5cbcb","status":"passed","time":{"start":1728669344475,"stop":1728669344476,"duration":1}},{"uid":"ddffd3d46f8864ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ddffd3d46f8864ac","status":"passed","time":{"start":1728597685171,"stop":1728597685172,"duration":1}},{"uid":"e0b734a3d50b902a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e0b734a3d50b902a","status":"passed","time":{"start":1728596904481,"stop":1728596904481,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8f6156fe0c244581","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f6156fe0c244581","status":"passed","time":{"start":1729034370863,"stop":1729034370863,"duration":0}},{"uid":"e579536d263932af","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e579536d263932af","status":"passed","time":{"start":1729034308862,"stop":1729034308862,"duration":0}},{"uid":"67865a326c280c34","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67865a326c280c34","status":"passed","time":{"start":1729034129471,"stop":1729034129471,"duration":0}},{"uid":"5adc87980a09bebb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5adc87980a09bebb","status":"passed","time":{"start":1729032178364,"stop":1729032178364,"duration":0}},{"uid":"6373db6dbe71b9f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6373db6dbe71b9f7","status":"passed","time":{"start":1728901896343,"stop":1728901896343,"duration":0}},{"uid":"e874b32df078602e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e874b32df078602e","status":"passed","time":{"start":1728893329021,"stop":1728893329022,"duration":1}},{"uid":"786b4c65a0f2f95b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/786b4c65a0f2f95b","status":"passed","time":{"start":1728856284757,"stop":1728856284757,"duration":0}},{"uid":"3e29f2a688dc77c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3e29f2a688dc77c","status":"passed","time":{"start":1728738494934,"stop":1728738494935,"duration":1}},{"uid":"fb979bbc6bb575c5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fb979bbc6bb575c5","status":"passed","time":{"start":1728683033628,"stop":1728683033628,"duration":0}},{"uid":"5aa5ce20ee959f85","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5aa5ce20ee959f85","status":"passed","time":{"start":1728682601733,"stop":1728682601733,"duration":0}},{"uid":"803a831724c74464","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/803a831724c74464","status":"passed","time":{"start":1728677107958,"stop":1728677107958,"duration":0}},{"uid":"72212899292e3b4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/72212899292e3b4d","status":"passed","time":{"start":1728669764747,"stop":1728669764748,"duration":1}},{"uid":"3d730b5d1d1e44f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3d730b5d1d1e44f","status":"passed","time":{"start":1728598157558,"stop":1728598157559,"duration":1}},{"uid":"6b5bded67f9206e0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b5bded67f9206e0","status":"passed","time":{"start":1728597369057,"stop":1728597369058,"duration":1}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"51d1ebe3aa9bd208","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/51d1ebe3aa9bd208","status":"passed","time":{"start":1729034370885,"stop":1729034370886,"duration":1}},{"uid":"760782a3a0005a6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/760782a3a0005a6b","status":"passed","time":{"start":1729034308880,"stop":1729034308881,"duration":1}},{"uid":"567230e92eefcc88","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/567230e92eefcc88","status":"passed","time":{"start":1729034129477,"stop":1729034129477,"duration":0}},{"uid":"4450c34f846205b5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4450c34f846205b5","status":"passed","time":{"start":1729032178370,"stop":1729032178371,"duration":1}},{"uid":"ac947c06bd7a474c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac947c06bd7a474c","status":"passed","time":{"start":1728901896350,"stop":1728901896350,"duration":0}},{"uid":"fe2d7add8dfe83f5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fe2d7add8dfe83f5","status":"passed","time":{"start":1728893329028,"stop":1728893329029,"duration":1}},{"uid":"c65575cfa2070eac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c65575cfa2070eac","status":"passed","time":{"start":1728856284767,"stop":1728856284767,"duration":0}},{"uid":"5a7d50c32267322e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a7d50c32267322e","status":"passed","time":{"start":1728738494944,"stop":1728738494945,"duration":1}},{"uid":"706f078633c9124e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/706f078633c9124e","status":"passed","time":{"start":1728683033634,"stop":1728683033635,"duration":1}},{"uid":"9d6abea6f48620f7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9d6abea6f48620f7","status":"passed","time":{"start":1728682601739,"stop":1728682601739,"duration":0}},{"uid":"c7d4172a544b746f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c7d4172a544b746f","status":"passed","time":{"start":1728677107964,"stop":1728677107964,"duration":0}},{"uid":"86d9b2b1f0dac809","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/86d9b2b1f0dac809","status":"passed","time":{"start":1728669764754,"stop":1728669764754,"duration":0}},{"uid":"22f838daaf1b4a43","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22f838daaf1b4a43","status":"passed","time":{"start":1728598157565,"stop":1728598157566,"duration":1}},{"uid":"5b1e52eb0e4e110e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5b1e52eb0e4e110e","status":"passed","time":{"start":1728597369076,"stop":1728597369076,"duration":0}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3a4b9854e8a90e86","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3a4b9854e8a90e86","status":"passed","time":{"start":1729034462016,"stop":1729034462016,"duration":0}},{"uid":"5181ffe9bafc5580","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5181ffe9bafc5580","status":"passed","time":{"start":1729034375981,"stop":1729034375982,"duration":1}},{"uid":"b93f2c030e0bedfb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b93f2c030e0bedfb","status":"passed","time":{"start":1729034200067,"stop":1729034200069,"duration":2}},{"uid":"88afee375ec644ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/88afee375ec644ef","status":"passed","time":{"start":1729032257891,"stop":1729032257895,"duration":4}},{"uid":"59bd359ca42d750c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59bd359ca42d750c","status":"passed","time":{"start":1728902003567,"stop":1728902003568,"duration":1}},{"uid":"9033a8063a7d99d7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9033a8063a7d99d7","status":"passed","time":{"start":1728893434695,"stop":1728893434696,"duration":1}},{"uid":"bcba771b812ca403","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bcba771b812ca403","status":"passed","time":{"start":1728856398642,"stop":1728856398643,"duration":1}},{"uid":"c5b90d296ffa27a5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5b90d296ffa27a5","status":"passed","time":{"start":1728738612002,"stop":1728738612002,"duration":0}},{"uid":"f2211b4ffd722c2a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2211b4ffd722c2a","status":"passed","time":{"start":1728683155009,"stop":1728683155009,"duration":0}},{"uid":"f4d718a586f8bc3f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f4d718a586f8bc3f","status":"passed","time":{"start":1728682706105,"stop":1728682706106,"duration":1}},{"uid":"41c69fff0b6f829f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/41c69fff0b6f829f","status":"passed","time":{"start":1728677207496,"stop":1728677207496,"duration":0}},{"uid":"8896eb6f0dfa1695","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8896eb6f0dfa1695","status":"passed","time":{"start":1728669887098,"stop":1728669887098,"duration":0}},{"uid":"b1f5cbc76fdfe156","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b1f5cbc76fdfe156","status":"passed","time":{"start":1728598263638,"stop":1728598263638,"duration":0}},{"uid":"b657d43decc047dd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b657d43decc047dd","status":"passed","time":{"start":1728597478276,"stop":1728597478276,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d999577e567b953c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d999577e567b953c","status":"passed","time":{"start":1729034370852,"stop":1729034370853,"duration":1}},{"uid":"38cccc50c09b1a3d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/38cccc50c09b1a3d","status":"passed","time":{"start":1729034308854,"stop":1729034308854,"duration":0}},{"uid":"1aab248921776c81","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1aab248921776c81","status":"passed","time":{"start":1729034129468,"stop":1729034129468,"duration":0}},{"uid":"b94a60fc8c1d83b1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b94a60fc8c1d83b1","status":"passed","time":{"start":1729032178362,"stop":1729032178362,"duration":0}},{"uid":"5cae40646b5e5bb1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5cae40646b5e5bb1","status":"passed","time":{"start":1728901896340,"stop":1728901896340,"duration":0}},{"uid":"2becdcb1b96fdd44","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2becdcb1b96fdd44","status":"passed","time":{"start":1728893329019,"stop":1728893329019,"duration":0}},{"uid":"e09d20ff62e24b57","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e09d20ff62e24b57","status":"passed","time":{"start":1728856284754,"stop":1728856284755,"duration":1}},{"uid":"1578fa6da343130e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1578fa6da343130e","status":"passed","time":{"start":1728738494930,"stop":1728738494930,"duration":0}},{"uid":"d0c719d0763e9b19","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0c719d0763e9b19","status":"passed","time":{"start":1728683033625,"stop":1728683033626,"duration":1}},{"uid":"f463fb0a297cf015","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f463fb0a297cf015","status":"passed","time":{"start":1728682601730,"stop":1728682601731,"duration":1}},{"uid":"dc1e016213902266","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dc1e016213902266","status":"passed","time":{"start":1728677107955,"stop":1728677107955,"duration":0}},{"uid":"cd4da98f67c930a2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cd4da98f67c930a2","status":"passed","time":{"start":1728669764744,"stop":1728669764744,"duration":0}},{"uid":"6018ae0086d39720","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6018ae0086d39720","status":"passed","time":{"start":1728598157553,"stop":1728598157556,"duration":3}},{"uid":"a9a6a41c4ddb1e43","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a9a6a41c4ddb1e43","status":"passed","time":{"start":1728597369052,"stop":1728597369053,"duration":1}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6bf07a9b25ba4ff8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6bf07a9b25ba4ff8","status":"passed","time":{"start":1729034370904,"stop":1729034370904,"duration":0}},{"uid":"a968f0bf6149449b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a968f0bf6149449b","status":"passed","time":{"start":1729034308896,"stop":1729034308898,"duration":2}},{"uid":"1ec0a85e02546344","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ec0a85e02546344","status":"passed","time":{"start":1729034129479,"stop":1729034129480,"duration":1}},{"uid":"83b20233bbccc098","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/83b20233bbccc098","status":"passed","time":{"start":1729032178376,"stop":1729032178376,"duration":0}},{"uid":"947df8978d88821","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/947df8978d88821","status":"passed","time":{"start":1728901896353,"stop":1728901896353,"duration":0}},{"uid":"b26270876dd98c0f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b26270876dd98c0f","status":"passed","time":{"start":1728893329035,"stop":1728893329035,"duration":0}},{"uid":"52d947eb13121c8d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/52d947eb13121c8d","status":"passed","time":{"start":1728856284771,"stop":1728856284771,"duration":0}},{"uid":"85f554802b38f86f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85f554802b38f86f","status":"passed","time":{"start":1728738494947,"stop":1728738494948,"duration":1}},{"uid":"31d8f196442e2232","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/31d8f196442e2232","status":"passed","time":{"start":1728683033637,"stop":1728683033637,"duration":0}},{"uid":"6657ad0f437d522f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6657ad0f437d522f","status":"passed","time":{"start":1728682601745,"stop":1728682601745,"duration":0}},{"uid":"93ba9e1a7d04cefe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93ba9e1a7d04cefe","status":"passed","time":{"start":1728677107984,"stop":1728677107984,"duration":0}},{"uid":"f9186b5a080620b1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f9186b5a080620b1","status":"passed","time":{"start":1728669764757,"stop":1728669764757,"duration":0}},{"uid":"9fceba261ea4367a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9fceba261ea4367a","status":"passed","time":{"start":1728598157576,"stop":1728598157577,"duration":1}},{"uid":"d317d7c7072c0f40","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d317d7c7072c0f40","status":"passed","time":{"start":1728597369085,"stop":1728597369086,"duration":1}}]},"74f4dd01f062197bdcb05186e155aefd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19c2806c873572d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/19c2806c873572d2","status":"passed","time":{"start":1728676853897,"stop":1728676853901,"duration":4}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"40631f19a17779f3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/40631f19a17779f3","status":"passed","time":{"start":1729034549089,"stop":1729034549090,"duration":1}},{"uid":"edc40ce0f656ff32","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/edc40ce0f656ff32","status":"passed","time":{"start":1729034468678,"stop":1729034468679,"duration":1}},{"uid":"4153e1a6b631877","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4153e1a6b631877","status":"passed","time":{"start":1729032344623,"stop":1729032344623,"duration":0}},{"uid":"3962050fcb053426","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3962050fcb053426","status":"passed","time":{"start":1728902062113,"stop":1728902062113,"duration":0}},{"uid":"fc52a7429331fc5d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fc52a7429331fc5d","status":"passed","time":{"start":1728893496347,"stop":1728893496348,"duration":1}},{"uid":"aa8c7e1ce2f9d88f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aa8c7e1ce2f9d88f","status":"passed","time":{"start":1728856449984,"stop":1728856449985,"duration":1}},{"uid":"67699b66ee16807a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67699b66ee16807a","status":"passed","time":{"start":1728738669753,"stop":1728738669753,"duration":0}},{"uid":"ccfabf3fe17046de","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ccfabf3fe17046de","status":"passed","time":{"start":1728683209699,"stop":1728683209699,"duration":0}},{"uid":"da8c9d531bc6d5d4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/da8c9d531bc6d5d4","status":"passed","time":{"start":1728682772285,"stop":1728682772285,"duration":0}},{"uid":"c100d040dd166f65","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c100d040dd166f65","status":"passed","time":{"start":1728677264669,"stop":1728677264669,"duration":0}},{"uid":"a4dd130af85fc1c8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4dd130af85fc1c8","status":"passed","time":{"start":1728669943369,"stop":1728669943369,"duration":0}},{"uid":"1999554de892c1cc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1999554de892c1cc","status":"passed","time":{"start":1728598324829,"stop":1728598324829,"duration":0}},{"uid":"3cad43965270c054","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3cad43965270c054","status":"passed","time":{"start":1728597540224,"stop":1728597540224,"duration":0}}]},"5f5d906404d019cfe2c2af23d9d85ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcbce2df7308d6f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dcbce2df7308d6f","status":"passed","time":{"start":1728669777117,"stop":1728669777119,"duration":2}}]},"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"89914da80d09f077","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89914da80d09f077","status":"passed","time":{"start":1729034096107,"stop":1729034096108,"duration":1}},{"uid":"f4982a763925d8be","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f4982a763925d8be","status":"passed","time":{"start":1729034020070,"stop":1729034020071,"duration":1}},{"uid":"8af10839aa322430","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8af10839aa322430","status":"passed","time":{"start":1729033834358,"stop":1729033834359,"duration":1}},{"uid":"e8b9aa37505b449a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8b9aa37505b449a","status":"passed","time":{"start":1729031884085,"stop":1729031884085,"duration":0}},{"uid":"50fce38b9cc69e57","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/50fce38b9cc69e57","status":"passed","time":{"start":1728901430240,"stop":1728901430241,"duration":1}},{"uid":"c3088ca3c3e525a6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c3088ca3c3e525a6","status":"passed","time":{"start":1728892860515,"stop":1728892860515,"duration":0}},{"uid":"6a60842f6b5ee31a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6a60842f6b5ee31a","status":"passed","time":{"start":1728855823302,"stop":1728855823306,"duration":4}},{"uid":"cb13d0f97e86c543","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb13d0f97e86c543","status":"passed","time":{"start":1728738040567,"stop":1728738040567,"duration":0}},{"uid":"934e3288f0a084ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/934e3288f0a084ef","status":"passed","time":{"start":1728682574065,"stop":1728682574065,"duration":0}},{"uid":"a9ec46d459df30d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a9ec46d459df30d7","status":"passed","time":{"start":1728682146791,"stop":1728682146792,"duration":1}},{"uid":"b3acc52fed0e43f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b3acc52fed0e43f0","status":"passed","time":{"start":1728676621402,"stop":1728676621402,"duration":0}},{"uid":"64f616e9aa1309b8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64f616e9aa1309b8","status":"passed","time":{"start":1728669344451,"stop":1728669344452,"duration":1}},{"uid":"942fbe8d496c7751","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/942fbe8d496c7751","status":"passed","time":{"start":1728597685132,"stop":1728597685133,"duration":1}},{"uid":"4dce025774b9ece5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4dce025774b9ece5","status":"passed","time":{"start":1728596904439,"stop":1728596904439,"duration":0}}]},"7f095e987a2f7ddc09c8abb22d126da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33480758a881b6b8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/33480758a881b6b8","status":"passed","time":{"start":1729034443510,"stop":1729034443518,"duration":8}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c7801efea83b46","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c7801efea83b46","status":"passed","time":{"start":1729034179349,"stop":1729034179351,"duration":2}},{"uid":"55757bea1c77a06a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/55757bea1c77a06a","status":"passed","time":{"start":1729034120546,"stop":1729034120547,"duration":1}},{"uid":"20a37b44f0e1e835","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/20a37b44f0e1e835","status":"passed","time":{"start":1729033937070,"stop":1729033937071,"duration":1}},{"uid":"6216e0c206eb995b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6216e0c206eb995b","status":"passed","time":{"start":1729031987032,"stop":1729031987032,"duration":0}},{"uid":"2609c1cc1da0b182","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2609c1cc1da0b182","status":"passed","time":{"start":1728901546862,"stop":1728901546862,"duration":0}},{"uid":"6d4a6ae2312054d6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d4a6ae2312054d6","status":"passed","time":{"start":1728892979417,"stop":1728892979417,"duration":0}},{"uid":"3c04183d9139366b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c04183d9139366b","status":"passed","time":{"start":1728855940956,"stop":1728855940956,"duration":0}},{"uid":"8c9200b618db6d8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8c9200b618db6d8","status":"passed","time":{"start":1728738161105,"stop":1728738161106,"duration":1}},{"uid":"35f09bd0083443b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/35f09bd0083443b0","status":"passed","time":{"start":1728682691669,"stop":1728682691670,"duration":1}},{"uid":"af88b06d64cc1814","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af88b06d64cc1814","status":"passed","time":{"start":1728682265765,"stop":1728682265765,"duration":0}},{"uid":"af12b39fd4eed863","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/af12b39fd4eed863","status":"passed","time":{"start":1728676744595,"stop":1728676744596,"duration":1}},{"uid":"9c2dca2700f02ed7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c2dca2700f02ed7","status":"passed","time":{"start":1728669464694,"stop":1728669464695,"duration":1}},{"uid":"74d6c6b8300b88b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74d6c6b8300b88b5","status":"passed","time":{"start":1728597804166,"stop":1728597804166,"duration":0}},{"uid":"c8e6c0aeeaa42365","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c8e6c0aeeaa42365","status":"passed","time":{"start":1728597021414,"stop":1728597021414,"duration":0}}]},"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"be4909c416f42934","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/be4909c416f42934","status":"passed","time":{"start":1729034096122,"stop":1729034096122,"duration":0}},{"uid":"6b592bd885483f42","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b592bd885483f42","status":"passed","time":{"start":1729034020082,"stop":1729034020082,"duration":0}},{"uid":"58bd5af16637ed50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58bd5af16637ed50","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"duration":0}},{"uid":"468f2f61f5a03c1f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/468f2f61f5a03c1f","status":"passed","time":{"start":1729031884104,"stop":1729031884104,"duration":0}},{"uid":"97e27e3348093410","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/97e27e3348093410","status":"passed","time":{"start":1728901430246,"stop":1728901430247,"duration":1}},{"uid":"bdc206f6953a03c7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bdc206f6953a03c7","status":"passed","time":{"start":1728892860522,"stop":1728892860522,"duration":0}},{"uid":"1d6179e96678d1f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d6179e96678d1f","status":"passed","time":{"start":1728855823312,"stop":1728855823313,"duration":1}},{"uid":"7fd2f0c1600128c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fd2f0c1600128c9","status":"passed","time":{"start":1728738040581,"stop":1728738040581,"duration":0}},{"uid":"971667d575e3c0aa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/971667d575e3c0aa","status":"passed","time":{"start":1728682574079,"stop":1728682574079,"duration":0}},{"uid":"cb1a37e39bcb50e5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cb1a37e39bcb50e5","status":"passed","time":{"start":1728682146807,"stop":1728682146807,"duration":0}},{"uid":"3bbaa6d4da11583c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3bbaa6d4da11583c","status":"passed","time":{"start":1728676621420,"stop":1728676621421,"duration":1}},{"uid":"8df74e9000d24d13","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8df74e9000d24d13","status":"passed","time":{"start":1728669344458,"stop":1728669344458,"duration":0}},{"uid":"ffbc822770d8e376","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ffbc822770d8e376","status":"passed","time":{"start":1728597685151,"stop":1728597685151,"duration":0}},{"uid":"ec6665d5544a62ad","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec6665d5544a62ad","status":"passed","time":{"start":1728596904457,"stop":1728596904457,"duration":0}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c89fba09d44fe3cf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c89fba09d44fe3cf","status":"passed","time":{"start":1729034240926,"stop":1729034240926,"duration":0}},{"uid":"485bbf10353da906","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/485bbf10353da906","status":"passed","time":{"start":1729034159620,"stop":1729034159621,"duration":1}},{"uid":"5f55a89d7fc93bb7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f55a89d7fc93bb7","status":"passed","time":{"start":1729033976805,"stop":1729033976805,"duration":0}},{"uid":"454870a36eb7b4fe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/454870a36eb7b4fe","status":"passed","time":{"start":1729032020528,"stop":1729032020528,"duration":0}},{"uid":"b67dd99c9549476e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b67dd99c9549476e","status":"passed","time":{"start":1728901616472,"stop":1728901616473,"duration":1}},{"uid":"d61bfff6a3019cda","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d61bfff6a3019cda","status":"passed","time":{"start":1728893050249,"stop":1728893050250,"duration":1}},{"uid":"e676923445150092","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e676923445150092","status":"passed","time":{"start":1728856015176,"stop":1728856015176,"duration":0}},{"uid":"deeb5a6fe5eacf28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/deeb5a6fe5eacf28","status":"passed","time":{"start":1728738233145,"stop":1728738233147,"duration":2}},{"uid":"d621fc4610da1cd0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d621fc4610da1cd0","status":"passed","time":{"start":1728682762476,"stop":1728682762477,"duration":1}},{"uid":"b0ea29419ba267bd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b0ea29419ba267bd","status":"passed","time":{"start":1728682332791,"stop":1728682332791,"duration":0}},{"uid":"24e3ac1c916f78bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/24e3ac1c916f78bf","status":"passed","time":{"start":1728676810299,"stop":1728676810299,"duration":0}},{"uid":"4cae941e980a7c3e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4cae941e980a7c3e","status":"passed","time":{"start":1728669529904,"stop":1728669529905,"duration":1}},{"uid":"4b3ee9517613148e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b3ee9517613148e","status":"passed","time":{"start":1728597873539,"stop":1728597873540,"duration":1}},{"uid":"8989d7c01cb196d8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8989d7c01cb196d8","status":"passed","time":{"start":1728597089278,"stop":1728597089278,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d87e229b26d780d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d87e229b26d780d4","status":"passed","time":{"start":1729034202105,"stop":1729034202106,"duration":1}},{"uid":"617b55398e691e15","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/617b55398e691e15","status":"passed","time":{"start":1729034126135,"stop":1729034126139,"duration":4}},{"uid":"1a1160b169b83ae6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1a1160b169b83ae6","status":"passed","time":{"start":1729033939925,"stop":1729033939926,"duration":1}},{"uid":"30441b2a26c5236","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30441b2a26c5236","status":"passed","time":{"start":1729031988776,"stop":1729031988776,"duration":0}},{"uid":"7a1ad98067429bdc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7a1ad98067429bdc","status":"passed","time":{"start":1728901555772,"stop":1728901555773,"duration":1}},{"uid":"f31d06076bb1b267","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f31d06076bb1b267","status":"passed","time":{"start":1728892995573,"stop":1728892995573,"duration":0}},{"uid":"5b652ba6a7478139","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5b652ba6a7478139","status":"passed","time":{"start":1728855954643,"stop":1728855954643,"duration":0}},{"uid":"8d31e8a467b64ce2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d31e8a467b64ce2","status":"passed","time":{"start":1728738169522,"stop":1728738169523,"duration":1}},{"uid":"90a26152431181d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/90a26152431181d","status":"passed","time":{"start":1728682707229,"stop":1728682707229,"duration":0}},{"uid":"48e6785e54c0b27c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/48e6785e54c0b27c","status":"passed","time":{"start":1728682285123,"stop":1728682285126,"duration":3}},{"uid":"1bdc54b9a3faa23f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1bdc54b9a3faa23f","status":"passed","time":{"start":1728676761155,"stop":1728676761155,"duration":0}},{"uid":"260ace4f563e5a6c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/260ace4f563e5a6c","status":"passed","time":{"start":1728669488937,"stop":1728669488937,"duration":0}},{"uid":"3fe17ff669046b74","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3fe17ff669046b74","status":"passed","time":{"start":1728597819575,"stop":1728597819575,"duration":0}},{"uid":"f3e331a618d36771","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f3e331a618d36771","status":"passed","time":{"start":1728597041919,"stop":1728597041919,"duration":0}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5c99014640315c62","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5c99014640315c62","status":"passed","time":{"start":1729034307033,"stop":1729034307034,"duration":1}},{"uid":"8f153e70501cec9d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8f153e70501cec9d","status":"passed","time":{"start":1729034223309,"stop":1729034223309,"duration":0}},{"uid":"195081937468dbd9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/195081937468dbd9","status":"passed","time":{"start":1729034034984,"stop":1729034034986,"duration":2}},{"uid":"c5a4d1b6a68896b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c5a4d1b6a68896b2","status":"passed","time":{"start":1729032066305,"stop":1729032066305,"duration":0}},{"uid":"65cbbdd6c4f30f14","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65cbbdd6c4f30f14","status":"passed","time":{"start":1728901706622,"stop":1728901706622,"duration":0}},{"uid":"80099fcf0dd48a08","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/80099fcf0dd48a08","status":"passed","time":{"start":1728893153425,"stop":1728893153427,"duration":2}},{"uid":"f475f3b1fe39bf53","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f475f3b1fe39bf53","status":"passed","time":{"start":1728856108128,"stop":1728856108129,"duration":1}},{"uid":"b3e46dd8310470d1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3e46dd8310470d1","status":"passed","time":{"start":1728738316671,"stop":1728738316671,"duration":0}},{"uid":"3bb01ef02c355bd4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3bb01ef02c355bd4","status":"passed","time":{"start":1728682865322,"stop":1728682865323,"duration":1}},{"uid":"14d80ef586f6b015","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/14d80ef586f6b015","status":"passed","time":{"start":1728682446997,"stop":1728682446998,"duration":1}},{"uid":"89b133cbf74f6613","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/89b133cbf74f6613","status":"passed","time":{"start":1728676924482,"stop":1728676924482,"duration":0}},{"uid":"7339ff629662a7ad","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7339ff629662a7ad","status":"passed","time":{"start":1728669626265,"stop":1728669626265,"duration":0}},{"uid":"75d5b0c3377e0cfa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/75d5b0c3377e0cfa","status":"passed","time":{"start":1728597973675,"stop":1728597973676,"duration":1}},{"uid":"3bee9c6ef5163532","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3bee9c6ef5163532","status":"passed","time":{"start":1728597188041,"stop":1728597188042,"duration":1}}]},"9ff2857e51dda784301c7dc1fa889ca4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"568ba8ac36e1a7c1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/568ba8ac36e1a7c1","status":"passed","time":{"start":1728856284773,"stop":1728856284774,"duration":1}}]},"02bfb98e9b8a2f947fd7c11f3d3f5232:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df87d13eba9ab51e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/df87d13eba9ab51e","status":"passed","time":{"start":1728677103496,"stop":1728677103496,"duration":0}}]},"bd78a4397fac75eb473bb1d3cd38711f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e6eb3ee8a65b42a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7e6eb3ee8a65b42a","status":"passed","time":{"start":1728597434081,"stop":1728597434081,"duration":0}}]},"e2610f60887ca3527eea3182a23ee07a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":10,"unknown":0,"total":13},"items":[{"uid":"b9d9f51da2a974f1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b9d9f51da2a974f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241159,"stop":1729034241159,"duration":0}},{"uid":"bccede444de97ac8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bccede444de97ac8","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159973,"stop":1729034159974,"duration":1}},{"uid":"7729b51269dd51c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7729b51269dd51c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977064,"stop":1729033977064,"duration":0}},{"uid":"22f731522700fd6a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22f731522700fd6a","status":"passed","time":{"start":1729032093783,"stop":1729032093783,"duration":0}},{"uid":"b1cf278ee393ee71","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b1cf278ee393ee71","status":"passed","time":{"start":1728901748772,"stop":1728901748773,"duration":1}},{"uid":"a41d36258715289c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a41d36258715289c","status":"passed","time":{"start":1728893181085,"stop":1728893181085,"duration":0}},{"uid":"8112a79eb020567b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8112a79eb020567b","status":"passed","time":{"start":1728856155551,"stop":1728856155551,"duration":0}},{"uid":"aa704470ebc273e7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa704470ebc273e7","status":"passed","time":{"start":1728738360285,"stop":1728738360295,"duration":10}},{"uid":"2647a56ff6e5fd81","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2647a56ff6e5fd81","status":"passed","time":{"start":1728682907221,"stop":1728682907222,"duration":1}},{"uid":"d3d86a0334c278ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d3d86a0334c278ae","status":"passed","time":{"start":1728682466732,"stop":1728682466733,"duration":1}},{"uid":"19f6276f5484d3be","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/19f6276f5484d3be","status":"passed","time":{"start":1728676955721,"stop":1728676955722,"duration":1}},{"uid":"39e28d3fa22b72aa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39e28d3fa22b72aa","status":"passed","time":{"start":1728598013534,"stop":1728598013534,"duration":0}},{"uid":"30232026ec8ccca7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/30232026ec8ccca7","status":"passed","time":{"start":1728597225199,"stop":1728597225199,"duration":0}}]},"99fe2dbee41fea918bf020f79e2f608d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff4ba205ed37291a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ff4ba205ed37291a","status":"passed","time":{"start":1728598212617,"stop":1728598212618,"duration":1}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"95dfa8829c108de2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/95dfa8829c108de2","status":"passed","time":{"start":1729034474987,"stop":1729034474987,"duration":0}},{"uid":"551fea972c07e7e3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/551fea972c07e7e3","status":"passed","time":{"start":1729034395290,"stop":1729034395290,"duration":0}},{"uid":"a9e563c3f519fb7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a9e563c3f519fb7e","status":"passed","time":{"start":1729034209098,"stop":1729034209099,"duration":1}},{"uid":"1ff1b474efd05fac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1ff1b474efd05fac","status":"passed","time":{"start":1729032264567,"stop":1729032264567,"duration":0}},{"uid":"5316d395cb56d725","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5316d395cb56d725","status":"passed","time":{"start":1728902012849,"stop":1728902012850,"duration":1}},{"uid":"c45dd389616f4a34","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c45dd389616f4a34","status":"passed","time":{"start":1728893454810,"stop":1728893454811,"duration":1}},{"uid":"8018553bf129be64","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8018553bf129be64","status":"passed","time":{"start":1728856408451,"stop":1728856408452,"duration":1}},{"uid":"b83c955ae20b1400","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b83c955ae20b1400","status":"passed","time":{"start":1728738633854,"stop":1728738633854,"duration":0}},{"uid":"7da54030042ad4d4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7da54030042ad4d4","status":"passed","time":{"start":1728683159755,"stop":1728683159756,"duration":1}},{"uid":"ca3f4afebe07be94","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ca3f4afebe07be94","status":"passed","time":{"start":1728682751328,"stop":1728682751329,"duration":1}},{"uid":"d22a5dd16174efbf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d22a5dd16174efbf","status":"passed","time":{"start":1728677216355,"stop":1728677216355,"duration":0}},{"uid":"52edb310ed6b94dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/52edb310ed6b94dc","status":"passed","time":{"start":1728669925453,"stop":1728669925454,"duration":1}},{"uid":"eb376383a3c77eb0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb376383a3c77eb0","status":"passed","time":{"start":1728598268802,"stop":1728598268802,"duration":0}},{"uid":"70c692edecab5573","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70c692edecab5573","status":"passed","time":{"start":1728597503917,"stop":1728597503918,"duration":1}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"23a23a5dc0d2e713","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/23a23a5dc0d2e713","status":"passed","time":{"start":1729034098686,"stop":1729034098687,"duration":1}},{"uid":"c0923e3d19481f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c0923e3d19481f9","status":"passed","time":{"start":1729034022455,"stop":1729034022455,"duration":0}},{"uid":"bcf83509c5b8117e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bcf83509c5b8117e","status":"passed","time":{"start":1729033836803,"stop":1729033836804,"duration":1}},{"uid":"3f548da5b09d0f88","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f548da5b09d0f88","status":"passed","time":{"start":1729031886610,"stop":1729031886611,"duration":1}},{"uid":"8cec555f7d766a4f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8cec555f7d766a4f","status":"passed","time":{"start":1728901432737,"stop":1728901432737,"duration":0}},{"uid":"6c8e46f8a72925f1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c8e46f8a72925f1","status":"passed","time":{"start":1728892863023,"stop":1728892863023,"duration":0}},{"uid":"968520435f027185","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/968520435f027185","status":"passed","time":{"start":1728855825773,"stop":1728855825773,"duration":0}},{"uid":"bcef2c51e121bd9a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bcef2c51e121bd9a","status":"passed","time":{"start":1728738043032,"stop":1728738043032,"duration":0}},{"uid":"66f794abc0a2cdb9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/66f794abc0a2cdb9","status":"passed","time":{"start":1728682576530,"stop":1728682576530,"duration":0}},{"uid":"ac3f74d7c8da860c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac3f74d7c8da860c","status":"passed","time":{"start":1728682149243,"stop":1728682149244,"duration":1}},{"uid":"91806f77fa4a2279","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/91806f77fa4a2279","status":"passed","time":{"start":1728676623918,"stop":1728676623919,"duration":1}},{"uid":"b94e53ff937fcc4c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b94e53ff937fcc4c","status":"passed","time":{"start":1728669346941,"stop":1728669346941,"duration":0}},{"uid":"677d988d811fcfef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/677d988d811fcfef","status":"passed","time":{"start":1728597687694,"stop":1728597687694,"duration":0}},{"uid":"2d8702137534d14b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2d8702137534d14b","status":"passed","time":{"start":1728596907136,"stop":1728596907136,"duration":0}}]},"85e671bebfa722ca12fa59e298ea072b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"588f6e691a44cd5b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/588f6e691a44cd5b","status":"passed","time":{"start":1729034144768,"stop":1729034144768,"duration":0}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dea5b50ddd43768","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dea5b50ddd43768","status":"passed","time":{"start":1729034245513,"stop":1729034245514,"duration":1}},{"uid":"c086c39833a424d4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c086c39833a424d4","status":"passed","time":{"start":1729034063489,"stop":1729034063489,"duration":0}},{"uid":"2b90460e936d45dc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b90460e936d45dc","status":"passed","time":{"start":1729032122635,"stop":1729032122635,"duration":0}},{"uid":"ca922adee6dc1364","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ca922adee6dc1364","status":"passed","time":{"start":1728901785627,"stop":1728901785627,"duration":0}},{"uid":"ff076f880796388e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff076f880796388e","status":"passed","time":{"start":1728893218774,"stop":1728893218774,"duration":0}},{"uid":"b6063cd5bc9eedf9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b6063cd5bc9eedf9","status":"passed","time":{"start":1728856192659,"stop":1728856192660,"duration":1}},{"uid":"9ca1d1b680d2cb99","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ca1d1b680d2cb99","status":"passed","time":{"start":1728738398086,"stop":1728738398087,"duration":1}},{"uid":"d22ef54559ddbc22","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d22ef54559ddbc22","status":"passed","time":{"start":1728682944500,"stop":1728682944505,"duration":5}},{"uid":"22788ac450b3941","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/22788ac450b3941","status":"passed","time":{"start":1728682507861,"stop":1728682507861,"duration":0}},{"uid":"5af706a0f8e01892","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5af706a0f8e01892","status":"passed","time":{"start":1728676995527,"stop":1728676995527,"duration":0}},{"uid":"a9307264fa5cf700","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a9307264fa5cf700","status":"passed","time":{"start":1728669665536,"stop":1728669665536,"duration":0}},{"uid":"c6dc01ac594b9784","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c6dc01ac594b9784","status":"passed","time":{"start":1728598056479,"stop":1728598056480,"duration":1}},{"uid":"d9aeff0fe3035ee9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9aeff0fe3035ee9","status":"passed","time":{"start":1728597264028,"stop":1728597264029,"duration":1}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cdbe62870f0283cd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cdbe62870f0283cd","status":"passed","time":{"start":1729034307034,"stop":1729034307034,"duration":0}},{"uid":"db1a183afc5b0f3a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/db1a183afc5b0f3a","status":"passed","time":{"start":1729034223309,"stop":1729034223310,"duration":1}},{"uid":"29e20a25181822dc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/29e20a25181822dc","status":"passed","time":{"start":1729034034986,"stop":1729034034986,"duration":0}},{"uid":"9e131ad2437f2010","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e131ad2437f2010","status":"passed","time":{"start":1729032066305,"stop":1729032066306,"duration":1}},{"uid":"b7c59d224180ffb1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c59d224180ffb1","status":"passed","time":{"start":1728901706622,"stop":1728901706623,"duration":1}},{"uid":"1cd14416398315ed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cd14416398315ed","status":"passed","time":{"start":1728893153427,"stop":1728893153428,"duration":1}},{"uid":"7513bf61eba02205","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7513bf61eba02205","status":"passed","time":{"start":1728856108129,"stop":1728856108129,"duration":0}},{"uid":"5bd24e60ebf45310","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5bd24e60ebf45310","status":"passed","time":{"start":1728738316671,"stop":1728738316671,"duration":0}},{"uid":"fe506acdcbb9fa38","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fe506acdcbb9fa38","status":"passed","time":{"start":1728682865324,"stop":1728682865325,"duration":1}},{"uid":"5720a8a6c10e0d8b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5720a8a6c10e0d8b","status":"passed","time":{"start":1728682446998,"stop":1728682446998,"duration":0}},{"uid":"6b0ba20ebf78a1e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6b0ba20ebf78a1e8","status":"passed","time":{"start":1728676924482,"stop":1728676924483,"duration":1}},{"uid":"4fb0f130048811ba","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4fb0f130048811ba","status":"passed","time":{"start":1728669626265,"stop":1728669626266,"duration":1}},{"uid":"2dc984632a4142ee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2dc984632a4142ee","status":"passed","time":{"start":1728597973676,"stop":1728597973676,"duration":0}},{"uid":"d0aab5d055813bd1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d0aab5d055813bd1","status":"passed","time":{"start":1728597188042,"stop":1728597188043,"duration":1}}]},"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"58413b23542d29be","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/58413b23542d29be","status":"passed","time":{"start":1729034096131,"stop":1729034096131,"duration":0}},{"uid":"9b591373fd2db979","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9b591373fd2db979","status":"passed","time":{"start":1729034020088,"stop":1729034020088,"duration":0}},{"uid":"8184c75214e566d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8184c75214e566d9","status":"passed","time":{"start":1729033834382,"stop":1729033834382,"duration":0}},{"uid":"378788c176b6ba22","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/378788c176b6ba22","status":"passed","time":{"start":1729031884115,"stop":1729031884115,"duration":0}},{"uid":"b16c86cb3258f5df","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b16c86cb3258f5df","status":"passed","time":{"start":1728901430253,"stop":1728901430253,"duration":0}},{"uid":"9ab29b795c9b9985","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9ab29b795c9b9985","status":"passed","time":{"start":1728892860530,"stop":1728892860530,"duration":0}},{"uid":"4e6598f546b41878","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4e6598f546b41878","status":"passed","time":{"start":1728855823320,"stop":1728855823320,"duration":0}},{"uid":"cabafa08f85accec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cabafa08f85accec","status":"passed","time":{"start":1728738040599,"stop":1728738040599,"duration":0}},{"uid":"50396c6b9a5e1633","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/50396c6b9a5e1633","status":"passed","time":{"start":1728682574089,"stop":1728682574089,"duration":0}},{"uid":"c44f72ea7247909","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c44f72ea7247909","status":"passed","time":{"start":1728682146815,"stop":1728682146815,"duration":0}},{"uid":"aa893dea4645321f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aa893dea4645321f","status":"passed","time":{"start":1728676621429,"stop":1728676621430,"duration":1}},{"uid":"73fc3e04c572390e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/73fc3e04c572390e","status":"passed","time":{"start":1728669344465,"stop":1728669344465,"duration":0}},{"uid":"5f8bdde36cfb6bcc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5f8bdde36cfb6bcc","status":"passed","time":{"start":1728597685159,"stop":1728597685159,"duration":0}},{"uid":"a15e45c5d0445bf2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a15e45c5d0445bf2","status":"passed","time":{"start":1728596904465,"stop":1728596904465,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"595913a19d10e893","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/595913a19d10e893","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034259834,"stop":1729034259836,"duration":2}},{"uid":"445c73a06d335e59","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/445c73a06d335e59","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034194036,"stop":1729034194036,"duration":0}},{"uid":"aef5e529d304a9db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aef5e529d304a9db","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034014882,"stop":1729034014882,"duration":0}},{"uid":"8c1704e99c262256","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c1704e99c262256","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032065461,"stop":1729032065462,"duration":1}},{"uid":"174c8f9aa264732b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/174c8f9aa264732b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901664285,"stop":1728901664285,"duration":0}},{"uid":"907f509c004b94fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/907f509c004b94fb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893093695,"stop":1728893093695,"duration":0}},{"uid":"358303dace1de328","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/358303dace1de328","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856055277,"stop":1728856055277,"duration":0}},{"uid":"83bb07a2a0efeaaa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/83bb07a2a0efeaaa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738274748,"stop":1728738274748,"duration":0}},{"uid":"a932f6f84a31c0b9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a932f6f84a31c0b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682807963,"stop":1728682807964,"duration":1}},{"uid":"77bca3f30aad3e0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77bca3f30aad3e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682381307,"stop":1728682381307,"duration":0}},{"uid":"7badff3b6de16a4d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7badff3b6de16a4d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676853904,"stop":1728676853905,"duration":1}},{"uid":"f4266f0776ee4005","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4266f0776ee4005","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669581702,"stop":1728669581703,"duration":1}},{"uid":"b05922eceabd4098","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b05922eceabd4098","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597923495,"stop":1728597923496,"duration":1}},{"uid":"93ef6e326d5e4c91","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/93ef6e326d5e4c91","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597132272,"stop":1728597132273,"duration":1}}]},"a9429f8e3c6863d02b3bd7a603b285a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef4d3e98e79e91ca","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ef4d3e98e79e91ca","status":"passed","time":{"start":1728597423326,"stop":1728597423326,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"50a38dd44220b1de","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/50a38dd44220b1de","status":"passed","time":{"start":1729034132177,"stop":1729034132178,"duration":1}},{"uid":"12d0fcdeec9f1639","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/12d0fcdeec9f1639","status":"passed","time":{"start":1729034055083,"stop":1729034055083,"duration":0}},{"uid":"4c37947a7554e6ad","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c37947a7554e6ad","status":"passed","time":{"start":1729033869943,"stop":1729033869944,"duration":1}},{"uid":"2d9c8aa1ee94a67e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2d9c8aa1ee94a67e","status":"passed","time":{"start":1729031919797,"stop":1729031919798,"duration":1}},{"uid":"8e8fec53cb2baeee","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e8fec53cb2baeee","status":"passed","time":{"start":1728901465373,"stop":1728901465373,"duration":0}},{"uid":"cbb887b437ef70ce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cbb887b437ef70ce","status":"passed","time":{"start":1728892895973,"stop":1728892895973,"duration":0}},{"uid":"4ee366170e1f040b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ee366170e1f040b","status":"passed","time":{"start":1728855858318,"stop":1728855858318,"duration":0}},{"uid":"e094a6ccdba0f13e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e094a6ccdba0f13e","status":"passed","time":{"start":1728738075952,"stop":1728738075953,"duration":1}},{"uid":"557de6035d19c694","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/557de6035d19c694","status":"passed","time":{"start":1728682609267,"stop":1728682609267,"duration":0}},{"uid":"cd3e623b80b99e63","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd3e623b80b99e63","status":"passed","time":{"start":1728682182159,"stop":1728682182159,"duration":0}},{"uid":"79a7b06a96b45766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79a7b06a96b45766","status":"passed","time":{"start":1728676656593,"stop":1728676656593,"duration":0}},{"uid":"4858d98350431a0e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4858d98350431a0e","status":"passed","time":{"start":1728669379923,"stop":1728669379923,"duration":0}},{"uid":"49d94c492de3f7ad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/49d94c492de3f7ad","status":"passed","time":{"start":1728597720384,"stop":1728597720385,"duration":1}},{"uid":"117e27ed38aad64d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/117e27ed38aad64d","status":"passed","time":{"start":1728596939483,"stop":1728596939484,"duration":1}}]},"8e68dd6ad4a65a73de85d5cffa395774:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40ebf3c705eccb28","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/40ebf3c705eccb28","status":"passed","time":{"start":1728677163571,"stop":1728677163572,"duration":1}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"65c737ee5c66dde","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/65c737ee5c66dde","status":"passed","time":{"start":1729034443522,"stop":1729034443522,"duration":0}},{"uid":"fb75073cdaca0f65","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fb75073cdaca0f65","status":"passed","time":{"start":1729034357709,"stop":1729034357710,"duration":1}},{"uid":"1265637a582b5166","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1265637a582b5166","status":"passed","time":{"start":1729034177537,"stop":1729034177538,"duration":1}},{"uid":"ce95c702c68355e8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ce95c702c68355e8","status":"passed","time":{"start":1729032235316,"stop":1729032235318,"duration":2}},{"uid":"78f2c40140a71e7b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78f2c40140a71e7b","status":"passed","time":{"start":1728901958867,"stop":1728901958867,"duration":0}},{"uid":"11bc9bc3043e09b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/11bc9bc3043e09b","status":"passed","time":{"start":1728893395084,"stop":1728893395084,"duration":0}},{"uid":"f60b948a928db9ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f60b948a928db9ac","status":"passed","time":{"start":1728856355698,"stop":1728856355699,"duration":1}},{"uid":"15e1aeabdee8c32d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15e1aeabdee8c32d","status":"passed","time":{"start":1728738567474,"stop":1728738567474,"duration":0}},{"uid":"966486b7c4a96404","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/966486b7c4a96404","status":"passed","time":{"start":1728683110372,"stop":1728683110373,"duration":1}},{"uid":"64ad06d6f2cf73a4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/64ad06d6f2cf73a4","status":"passed","time":{"start":1728682666070,"stop":1728682666071,"duration":1}},{"uid":"89c2437741a0d2dc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/89c2437741a0d2dc","status":"passed","time":{"start":1728677163584,"stop":1728677163585,"duration":1}},{"uid":"2206534bc19baa87","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2206534bc19baa87","status":"passed","time":{"start":1728669841256,"stop":1728669841256,"duration":0}},{"uid":"b6cbc519424c56e1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b6cbc519424c56e1","status":"passed","time":{"start":1728598221901,"stop":1728598221902,"duration":1}},{"uid":"a802c0560750dc54","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a802c0560750dc54","status":"passed","time":{"start":1728597434084,"stop":1728597434084,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bae61d78dc939636","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bae61d78dc939636","status":"passed","time":{"start":1729034393627,"stop":1729034393628,"duration":1}},{"uid":"6b437f9ca742a16d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b437f9ca742a16d","status":"passed","time":{"start":1729034304812,"stop":1729034304813,"duration":1}},{"uid":"d64c3c17fe6b42be","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d64c3c17fe6b42be","status":"passed","time":{"start":1729034121891,"stop":1729034121891,"duration":0}},{"uid":"36d04f0f845a27b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/36d04f0f845a27b4","status":"passed","time":{"start":1729032174798,"stop":1729032174798,"duration":0}},{"uid":"5a5c250f96af0afe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5a5c250f96af0afe","status":"passed","time":{"start":1728901881004,"stop":1728901881004,"duration":0}},{"uid":"a15406835340efe5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a15406835340efe5","status":"passed","time":{"start":1728893317143,"stop":1728893317143,"duration":0}},{"uid":"1ffb05f1b47171cf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1ffb05f1b47171cf","status":"passed","time":{"start":1728856263065,"stop":1728856263066,"duration":1}},{"uid":"aa9a92645bbf1ed3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa9a92645bbf1ed3","status":"passed","time":{"start":1728738492788,"stop":1728738492789,"duration":1}},{"uid":"ae1014c2cca4df00","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ae1014c2cca4df00","status":"passed","time":{"start":1728683030008,"stop":1728683030009,"duration":1}},{"uid":"e9ae381ba6c38052","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9ae381ba6c38052","status":"passed","time":{"start":1728682581082,"stop":1728682581082,"duration":0}},{"uid":"5f6beaefd4fb7656","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5f6beaefd4fb7656","status":"passed","time":{"start":1728677081984,"stop":1728677081984,"duration":0}},{"uid":"74c23da2c61cb446","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74c23da2c61cb446","status":"passed","time":{"start":1728669795385,"stop":1728669795385,"duration":0}},{"uid":"dcb8259eb0b99fda","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dcb8259eb0b99fda","status":"passed","time":{"start":1728598137495,"stop":1728598137495,"duration":0}},{"uid":"19f286f9ef8cbfcd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/19f286f9ef8cbfcd","status":"passed","time":{"start":1728597353472,"stop":1728597353473,"duration":1}}]},"4bdd57d01116e3aedcf60ad5b8bc54f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"287e3dd7ff4555ce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/287e3dd7ff4555ce","status":"passed","time":{"start":1728677103495,"stop":1728677103496,"duration":1}}]},"e8c31e62a6b8d1132c76d30f47f02f19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4dac26e21ed62597","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4dac26e21ed62597","status":"passed","time":{"start":1728669841249,"stop":1728669841251,"duration":2}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"87d0ccfadf91e033","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/87d0ccfadf91e033","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034166264,"stop":1729034166265,"duration":1}},{"uid":"66309af262c91ffd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/66309af262c91ffd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034096723,"stop":1729034096723,"duration":0}},{"uid":"b6e82edd7dfb5e54","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6e82edd7dfb5e54","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033904750,"stop":1729033904750,"duration":0}},{"uid":"993cb65bd225c015","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/993cb65bd225c015","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031952295,"stop":1729031952295,"duration":0}},{"uid":"ea73c6f3c77d1f05","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea73c6f3c77d1f05","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901498549,"stop":1728901498549,"duration":0}},{"uid":"7106dbc8c45f2c5e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7106dbc8c45f2c5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892934941,"stop":1728892934942,"duration":1}},{"uid":"77f898bfeecaae5a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77f898bfeecaae5a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855901089,"stop":1728855901091,"duration":2}},{"uid":"81e6118cd30cd3eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/81e6118cd30cd3eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738109823,"stop":1728738109823,"duration":0}},{"uid":"ffd0d61f637b40ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ffd0d61f637b40ab","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682641794,"stop":1728682641794,"duration":0}},{"uid":"79a5764f31041665","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/79a5764f31041665","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682224059,"stop":1728682224059,"duration":0}},{"uid":"869fd28b694025a4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/869fd28b694025a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676692603,"stop":1728676692603,"duration":0}},{"uid":"6e91e3891e015d7e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e91e3891e015d7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669414330,"stop":1728669414330,"duration":0}},{"uid":"51553bd714d62b9b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/51553bd714d62b9b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597758158,"stop":1728597758159,"duration":1}},{"uid":"fd8b42f3d97fa5e0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fd8b42f3d97fa5e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596973961,"stop":1728596973962,"duration":1}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9a29f8c19ca9c0c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9a29f8c19ca9c0c","status":"passed","time":{"start":1729034402268,"stop":1729034402268,"duration":0}},{"uid":"b9ac6bcb2b3fea17","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b9ac6bcb2b3fea17","status":"passed","time":{"start":1729034323287,"stop":1729034323288,"duration":1}},{"uid":"acaf1694b0924680","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/acaf1694b0924680","status":"passed","time":{"start":1729034144762,"stop":1729034144763,"duration":1}},{"uid":"cd71d4b8aeb40ac7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cd71d4b8aeb40ac7","status":"passed","time":{"start":1729032198813,"stop":1729032198813,"duration":0}},{"uid":"d532dd849822f828","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d532dd849822f828","status":"passed","time":{"start":1728901901758,"stop":1728901901759,"duration":1}},{"uid":"b1a83e445bf3b9fe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b1a83e445bf3b9fe","status":"passed","time":{"start":1728893337238,"stop":1728893337239,"duration":1}},{"uid":"e01269d1d452896","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e01269d1d452896","status":"passed","time":{"start":1728856299186,"stop":1728856299186,"duration":0}},{"uid":"df955de0e1af5296","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/df955de0e1af5296","status":"passed","time":{"start":1728738505372,"stop":1728738505372,"duration":0}},{"uid":"521ce5a2982d20c8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/521ce5a2982d20c8","status":"passed","time":{"start":1728683045440,"stop":1728683045440,"duration":0}},{"uid":"bb75135b5d982d35","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb75135b5d982d35","status":"passed","time":{"start":1728682607285,"stop":1728682607285,"duration":0}},{"uid":"22027976edeed1bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/22027976edeed1bc","status":"passed","time":{"start":1728677103491,"stop":1728677103491,"duration":0}},{"uid":"fd5c41dde295e140","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd5c41dde295e140","status":"passed","time":{"start":1728669777113,"stop":1728669777113,"duration":0}},{"uid":"c91106fa1616c061","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c91106fa1616c061","status":"passed","time":{"start":1728598163463,"stop":1728598163463,"duration":0}},{"uid":"698de3761986f006","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/698de3761986f006","status":"passed","time":{"start":1728597375461,"stop":1728597375462,"duration":1}}]},"7ba1f9e9794796d5264c8e1aea1d0590:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b397b2c390baa13","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5b397b2c390baa13","status":"passed","time":{"start":1728893317153,"stop":1728893317154,"duration":1}}]},"253e55f2f6055930106f26c1fa2c60f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40cd2eac15b7f710","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/40cd2eac15b7f710","status":"passed","time":{"start":1728598212611,"stop":1728598212611,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7068e46e8d46810a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7068e46e8d46810a","status":"passed","time":{"start":1729034370866,"stop":1729034370867,"duration":1}},{"uid":"201e5d64752240d3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/201e5d64752240d3","status":"passed","time":{"start":1729034308870,"stop":1729034308870,"duration":0}},{"uid":"5ca1565f105884db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ca1565f105884db","status":"passed","time":{"start":1729034129473,"stop":1729034129473,"duration":0}},{"uid":"a8f3c8381916aed2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a8f3c8381916aed2","status":"passed","time":{"start":1729032178367,"stop":1729032178367,"duration":0}},{"uid":"7718db6e28512a75","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7718db6e28512a75","status":"passed","time":{"start":1728901896346,"stop":1728901896346,"duration":0}},{"uid":"467f008882161aa4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/467f008882161aa4","status":"passed","time":{"start":1728893329024,"stop":1728893329024,"duration":0}},{"uid":"c0477206f3b17be0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c0477206f3b17be0","status":"passed","time":{"start":1728856284762,"stop":1728856284763,"duration":1}},{"uid":"2f5eacf9e099f57","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f5eacf9e099f57","status":"passed","time":{"start":1728738494939,"stop":1728738494939,"duration":0}},{"uid":"552b9c5b37fc1c9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/552b9c5b37fc1c9","status":"passed","time":{"start":1728683033631,"stop":1728683033631,"duration":0}},{"uid":"2f3c178b5604e0a3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f3c178b5604e0a3","status":"passed","time":{"start":1728682601736,"stop":1728682601736,"duration":0}},{"uid":"737bd5056304d832","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/737bd5056304d832","status":"passed","time":{"start":1728677107961,"stop":1728677107961,"duration":0}},{"uid":"aa2f73bc58fe2893","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa2f73bc58fe2893","status":"passed","time":{"start":1728669764750,"stop":1728669764750,"duration":0}},{"uid":"8370c2571bc145b6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8370c2571bc145b6","status":"passed","time":{"start":1728598157562,"stop":1728598157562,"duration":0}},{"uid":"d0a4f8edf6fbd316","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d0a4f8edf6fbd316","status":"passed","time":{"start":1728597369061,"stop":1728597369061,"duration":0}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b0b46f1671aa3d10","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b0b46f1671aa3d10","status":"passed","time":{"start":1729034480290,"stop":1729034480292,"duration":2}},{"uid":"bb5ed5898b3be21e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bb5ed5898b3be21e","status":"passed","time":{"start":1729034396759,"stop":1729034396759,"duration":0}},{"uid":"6486fc076d9d8621","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6486fc076d9d8621","status":"passed","time":{"start":1729032277691,"stop":1729032277691,"duration":0}},{"uid":"14f416f71ed553a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/14f416f71ed553a","status":"passed","time":{"start":1728902034223,"stop":1728902034224,"duration":1}},{"uid":"f224e22bea3ac3bc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f224e22bea3ac3bc","status":"passed","time":{"start":1728893469056,"stop":1728893469056,"duration":0}},{"uid":"64c79e4b24eba936","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64c79e4b24eba936","status":"passed","time":{"start":1728856416487,"stop":1728856416487,"duration":0}},{"uid":"be1a86b3278634c2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/be1a86b3278634c2","status":"passed","time":{"start":1728738643169,"stop":1728738643170,"duration":1}},{"uid":"fd803e41f3b7d85","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fd803e41f3b7d85","status":"passed","time":{"start":1728683174245,"stop":1728683174246,"duration":1}},{"uid":"6432dacf904e4e30","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6432dacf904e4e30","status":"passed","time":{"start":1728682757799,"stop":1728682757799,"duration":0}},{"uid":"3647201930eae2e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3647201930eae2e2","status":"passed","time":{"start":1728677231124,"stop":1728677231124,"duration":0}},{"uid":"a931e3e570629903","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a931e3e570629903","status":"passed","time":{"start":1728669920235,"stop":1728669920236,"duration":1}},{"uid":"fbbb51b965b504e1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fbbb51b965b504e1","status":"passed","time":{"start":1728598298887,"stop":1728598298888,"duration":1}},{"uid":"6616b6c9197defca","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6616b6c9197defca","status":"passed","time":{"start":1728597513733,"stop":1728597513733,"duration":0}}]},"8cca2f1ac7452727f464b710bc19bb31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ff7f3d76c88def","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ff7f3d76c88def","status":"passed","time":{"start":1729034428556,"stop":1729034428556,"duration":0}}]},"1b1fe51e7fea58175f95c4b805c0385c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5179a015f87c928","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d5179a015f87c928","status":"passed","time":{"start":1729032235309,"stop":1729032235309,"duration":0}}]},"dcd426ddac804f763cdd58acd98ef158:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b524ba741b0199f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b524ba741b0199f9","status":"passed","time":{"start":1729034357701,"stop":1729034357702,"duration":1}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e08095cd491064d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e08095cd491064d1","status":"passed","time":{"start":1729034370886,"stop":1729034370886,"duration":0}},{"uid":"a2adac7b5915e506","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a2adac7b5915e506","status":"passed","time":{"start":1729034308881,"stop":1729034308882,"duration":1}},{"uid":"26d6d733b4d0e8fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/26d6d733b4d0e8fa","status":"passed","time":{"start":1729034129477,"stop":1729034129477,"duration":0}},{"uid":"201f45709831e40e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/201f45709831e40e","status":"passed","time":{"start":1729032178371,"stop":1729032178372,"duration":1}},{"uid":"4981dc6e1423e1e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4981dc6e1423e1e","status":"passed","time":{"start":1728901896351,"stop":1728901896351,"duration":0}},{"uid":"9eba5f2bfffc1bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9eba5f2bfffc1bf","status":"passed","time":{"start":1728893329029,"stop":1728893329029,"duration":0}},{"uid":"62e753dfd87b3a51","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62e753dfd87b3a51","status":"passed","time":{"start":1728856284768,"stop":1728856284768,"duration":0}},{"uid":"edbb75125190d55b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edbb75125190d55b","status":"passed","time":{"start":1728738494945,"stop":1728738494945,"duration":0}},{"uid":"b81b2d6e2a3944d8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b81b2d6e2a3944d8","status":"passed","time":{"start":1728683033635,"stop":1728683033635,"duration":0}},{"uid":"8f5e9e143de2ee46","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8f5e9e143de2ee46","status":"passed","time":{"start":1728682601739,"stop":1728682601740,"duration":1}},{"uid":"148b87beb764b124","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/148b87beb764b124","status":"passed","time":{"start":1728677107964,"stop":1728677107973,"duration":9}},{"uid":"9c5c0b4e79c05e66","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c5c0b4e79c05e66","status":"passed","time":{"start":1728669764754,"stop":1728669764755,"duration":1}},{"uid":"646bb039a9f572e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/646bb039a9f572e9","status":"passed","time":{"start":1728598157566,"stop":1728598157566,"duration":0}},{"uid":"bc6694ea07afe768","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc6694ea07afe768","status":"passed","time":{"start":1728597369076,"stop":1728597369077,"duration":1}}]},"7ae201573d7f3081e1b59d68f6d6db3a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a20174407ec4bd7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a20174407ec4bd7","status":"passed","time":{"start":1729034357702,"stop":1729034357703,"duration":1}}]},"99482fe6700ad402525d1a4802dc85e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d989bf2cc5f1aec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9d989bf2cc5f1aec","status":"passed","time":{"start":1728669581695,"stop":1728669581696,"duration":1}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8f478cac98f8be9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f478cac98f8be9","status":"passed","time":{"start":1729034370886,"stop":1729034370887,"duration":1}},{"uid":"661ae1c77e34c03e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/661ae1c77e34c03e","status":"passed","time":{"start":1729034308882,"stop":1729034308882,"duration":0}},{"uid":"f72ad94f4e15f6ed","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f72ad94f4e15f6ed","status":"passed","time":{"start":1729034129478,"stop":1729034129478,"duration":0}},{"uid":"7b4af4daffa45a39","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7b4af4daffa45a39","status":"passed","time":{"start":1729032178372,"stop":1729032178374,"duration":2}},{"uid":"3f1421d30da01804","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3f1421d30da01804","status":"passed","time":{"start":1728901896351,"stop":1728901896352,"duration":1}},{"uid":"e7f57b5a76950d06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e7f57b5a76950d06","status":"passed","time":{"start":1728893329030,"stop":1728893329030,"duration":0}},{"uid":"4d34680e1fcb219c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4d34680e1fcb219c","status":"passed","time":{"start":1728856284768,"stop":1728856284769,"duration":1}},{"uid":"743353704d2edbcd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/743353704d2edbcd","status":"passed","time":{"start":1728738494946,"stop":1728738494946,"duration":0}},{"uid":"7342f58ef4410f6a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7342f58ef4410f6a","status":"passed","time":{"start":1728683033636,"stop":1728683033636,"duration":0}},{"uid":"24238634b908caa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/24238634b908caa","status":"passed","time":{"start":1728682601744,"stop":1728682601744,"duration":0}},{"uid":"3311492bf58b3197","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3311492bf58b3197","status":"passed","time":{"start":1728677107974,"stop":1728677107974,"duration":0}},{"uid":"11ff5ac44e1c0b8d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/11ff5ac44e1c0b8d","status":"passed","time":{"start":1728669764756,"stop":1728669764756,"duration":0}},{"uid":"22ca69c36d63e181","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22ca69c36d63e181","status":"passed","time":{"start":1728598157575,"stop":1728598157575,"duration":0}},{"uid":"f1c0095692c453f5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1c0095692c453f5","status":"passed","time":{"start":1728597369077,"stop":1728597369078,"duration":1}}]},"b4bcf0f6b7e60f6f02d65f9b9cdf794d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aca21ba04a52c8a9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aca21ba04a52c8a9","status":"passed","time":{"start":1728682607293,"stop":1728682607294,"duration":1}}]},"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b696b012e1ae0768","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b696b012e1ae0768","status":"passed","time":{"start":1729034468599,"stop":1729034468599,"duration":0}},{"uid":"9d0d76acabade7e5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9d0d76acabade7e5","status":"passed","time":{"start":1729034383197,"stop":1729034383198,"duration":1}},{"uid":"ee22311bb8b573f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee22311bb8b573f","status":"passed","time":{"start":1729034203620,"stop":1729034203621,"duration":1}},{"uid":"2e57d7af9189b53b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e57d7af9189b53b","status":"passed","time":{"start":1729032256252,"stop":1729032256253,"duration":1}},{"uid":"fd1ee662820e845d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd1ee662820e845d","status":"passed","time":{"start":1728902016653,"stop":1728902016653,"duration":0}},{"uid":"97f7f6aee65f6e39","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/97f7f6aee65f6e39","status":"passed","time":{"start":1728893448585,"stop":1728893448585,"duration":0}},{"uid":"7578a31efd981656","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7578a31efd981656","status":"passed","time":{"start":1728856401307,"stop":1728856401308,"duration":1}},{"uid":"7283863bbe3e1e33","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7283863bbe3e1e33","status":"passed","time":{"start":1728738624654,"stop":1728738624654,"duration":0}},{"uid":"752ec282d548abc0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/752ec282d548abc0","status":"passed","time":{"start":1728683154298,"stop":1728683154298,"duration":0}},{"uid":"94d22347c8b03e0c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94d22347c8b03e0c","status":"passed","time":{"start":1728682726614,"stop":1728682726614,"duration":0}},{"uid":"a038f56f90c00340","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a038f56f90c00340","status":"passed","time":{"start":1728677221173,"stop":1728677221173,"duration":0}},{"uid":"ff0baa4209f9417b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff0baa4209f9417b","status":"passed","time":{"start":1728669902840,"stop":1728669902840,"duration":0}},{"uid":"d9a7a8e5bc92919d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d9a7a8e5bc92919d","status":"passed","time":{"start":1728598275772,"stop":1728598275772,"duration":0}},{"uid":"e8c2f21a5d0af764","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e8c2f21a5d0af764","status":"passed","time":{"start":1728597495944,"stop":1728597495945,"duration":1}}]},"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a17e25e96dd5b17e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a17e25e96dd5b17e","status":"passed","time":{"start":1729034096108,"stop":1729034096108,"duration":0}},{"uid":"36edde8c9b3e41d4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/36edde8c9b3e41d4","status":"passed","time":{"start":1729034020071,"stop":1729034020071,"duration":0}},{"uid":"2723446b84e40557","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2723446b84e40557","status":"passed","time":{"start":1729033834359,"stop":1729033834360,"duration":1}},{"uid":"2223e6a435570ea3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2223e6a435570ea3","status":"passed","time":{"start":1729031884086,"stop":1729031884087,"duration":1}},{"uid":"242d435f6d5216c4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/242d435f6d5216c4","status":"passed","time":{"start":1728901430241,"stop":1728901430241,"duration":0}},{"uid":"6be831a1ffdd4865","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6be831a1ffdd4865","status":"passed","time":{"start":1728892860515,"stop":1728892860516,"duration":1}},{"uid":"b78d633706133ddc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b78d633706133ddc","status":"passed","time":{"start":1728855823306,"stop":1728855823306,"duration":0}},{"uid":"cb20b8c97ea3d3eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb20b8c97ea3d3eb","status":"passed","time":{"start":1728738040568,"stop":1728738040568,"duration":0}},{"uid":"4baa9013df4bea99","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4baa9013df4bea99","status":"passed","time":{"start":1728682574065,"stop":1728682574066,"duration":1}},{"uid":"455f0e613565834","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/455f0e613565834","status":"passed","time":{"start":1728682146792,"stop":1728682146793,"duration":1}},{"uid":"500e2d51fd2c910e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/500e2d51fd2c910e","status":"passed","time":{"start":1728676621403,"stop":1728676621403,"duration":0}},{"uid":"951dad5a0baadeb9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/951dad5a0baadeb9","status":"passed","time":{"start":1728669344452,"stop":1728669344452,"duration":0}},{"uid":"60fab736078da5ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/60fab736078da5ce","status":"passed","time":{"start":1728597685133,"stop":1728597685134,"duration":1}},{"uid":"baf788f32d90d6f3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/baf788f32d90d6f3","status":"passed","time":{"start":1728596904440,"stop":1728596904440,"duration":0}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d5a64affda14645b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d5a64affda14645b","status":"passed","time":{"start":1729034296708,"stop":1729034296708,"duration":0}},{"uid":"bcbca3c793f3470e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bcbca3c793f3470e","status":"passed","time":{"start":1729034220606,"stop":1729034220606,"duration":0}},{"uid":"5ddb318abec5a925","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ddb318abec5a925","status":"passed","time":{"start":1729034041489,"stop":1729034041489,"duration":0}},{"uid":"3f15b11921da2f33","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3f15b11921da2f33","status":"passed","time":{"start":1728901705404,"stop":1728901705405,"duration":1}},{"uid":"a6d82c3e2801ee5d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6d82c3e2801ee5d","status":"passed","time":{"start":1728893141777,"stop":1728893141778,"duration":1}},{"uid":"34031d5892dd08ef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/34031d5892dd08ef","status":"passed","time":{"start":1728856087084,"stop":1728856087085,"duration":1}},{"uid":"1f2131b0ee090eac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1f2131b0ee090eac","status":"passed","time":{"start":1728738321437,"stop":1728738321437,"duration":0}},{"uid":"39340121c2729cc8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39340121c2729cc8","status":"passed","time":{"start":1728682845675,"stop":1728682845676,"duration":1}},{"uid":"db9cde4c471e6db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db9cde4c471e6db","status":"passed","time":{"start":1728682424311,"stop":1728682424311,"duration":0}},{"uid":"967fd71ab3fa47b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/967fd71ab3fa47b","status":"passed","time":{"start":1728676900540,"stop":1728676900540,"duration":0}},{"uid":"56cf04a5da55c687","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/56cf04a5da55c687","status":"passed","time":{"start":1728669625801,"stop":1728669625801,"duration":0}},{"uid":"cd2841ab4f544b9f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd2841ab4f544b9f","status":"passed","time":{"start":1728597957168,"stop":1728597957169,"duration":1}},{"uid":"f0c1cbc7120a5e49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c1cbc7120a5e49","status":"passed","time":{"start":1728597182619,"stop":1728597182619,"duration":0}}]},"8a717854d4dc9f7de6c74df647e8ef6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcfb6e3a89813214","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bcfb6e3a89813214","status":"passed","time":{"start":1728677156811,"stop":1728677156811,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"d4619f1aa58066d5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4619f1aa58066d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034371234,"stop":1729034371234,"duration":0}},{"uid":"5ed08781c5473853","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5ed08781c5473853","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034305208,"stop":1729034305208,"duration":0}},{"uid":"e174dee5ad6565e0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e174dee5ad6565e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122310,"stop":1729034122311,"duration":1}},{"uid":"209081dc5d433a11","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/209081dc5d433a11","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175157,"stop":1729032175157,"duration":0}},{"uid":"b540caf8ed40b22a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b540caf8ed40b22a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873457,"stop":1728901873457,"duration":0}},{"uid":"2725351eb4de780b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2725351eb4de780b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311287,"stop":1728893311288,"duration":1}},{"uid":"286545763dd11734","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/286545763dd11734","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263476,"stop":1728856263476,"duration":0}},{"uid":"923ee4a3295037e3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/923ee4a3295037e3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483672,"stop":1728738483672,"duration":0}},{"uid":"997907ba35ac9eeb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/997907ba35ac9eeb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030247,"stop":1728683030247,"duration":0}},{"uid":"896ed6c2db602ec1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/896ed6c2db602ec1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581303,"stop":1728682581303,"duration":0}},{"uid":"bbd54297c26a0e99","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bbd54297c26a0e99","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082259,"stop":1728677082259,"duration":0}},{"uid":"89695891d460aa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/89695891d460aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754302,"stop":1728669754303,"duration":1}},{"uid":"3266b412f8c586ae","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3266b412f8c586ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137642,"stop":1728598137642,"duration":0}},{"uid":"d195cee0ca1c1881","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d195cee0ca1c1881","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350583,"stop":1728597350583,"duration":0}}]},"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"82c70f82635a93b9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/82c70f82635a93b9","status":"passed","time":{"start":1729034096141,"stop":1729034096141,"duration":0}},{"uid":"871975d2c63c1ca4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/871975d2c63c1ca4","status":"passed","time":{"start":1729034020097,"stop":1729034020097,"duration":0}},{"uid":"b778c3ab88171537","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b778c3ab88171537","status":"passed","time":{"start":1729033834394,"stop":1729033834394,"duration":0}},{"uid":"80ac74ddfd8550b0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/80ac74ddfd8550b0","status":"passed","time":{"start":1729031884128,"stop":1729031884128,"duration":0}},{"uid":"9ab5f9a3fe722963","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9ab5f9a3fe722963","status":"passed","time":{"start":1728901430261,"stop":1728901430261,"duration":0}},{"uid":"910383497282068a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/910383497282068a","status":"passed","time":{"start":1728892860540,"stop":1728892860540,"duration":0}},{"uid":"8c54cff53bf62c63","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8c54cff53bf62c63","status":"passed","time":{"start":1728855823329,"stop":1728855823329,"duration":0}},{"uid":"9ea20b9918278cd2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ea20b9918278cd2","status":"passed","time":{"start":1728738040610,"stop":1728738040610,"duration":0}},{"uid":"4ed784d391991d1e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ed784d391991d1e","status":"passed","time":{"start":1728682574101,"stop":1728682574101,"duration":0}},{"uid":"6963771f5bb944b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6963771f5bb944b4","status":"passed","time":{"start":1728682146825,"stop":1728682146825,"duration":0}},{"uid":"8f9a026d8bb4d3d0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f9a026d8bb4d3d0","status":"passed","time":{"start":1728676621440,"stop":1728676621440,"duration":0}},{"uid":"55776973f38a1161","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/55776973f38a1161","status":"passed","time":{"start":1728669344474,"stop":1728669344474,"duration":0}},{"uid":"870a390343b758ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/870a390343b758ac","status":"passed","time":{"start":1728597685170,"stop":1728597685170,"duration":0}},{"uid":"4a4a9d9df98064ae","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4a4a9d9df98064ae","status":"passed","time":{"start":1728596904478,"stop":1728596904478,"duration":0}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a1b653c865205325","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a1b653c865205325","status":"passed","time":{"start":1729034443491,"stop":1729034443495,"duration":4}},{"uid":"afc778f3b3929656","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/afc778f3b3929656","status":"passed","time":{"start":1729034357696,"stop":1729034357696,"duration":0}},{"uid":"5afb11ed383d80e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5afb11ed383d80e8","status":"passed","time":{"start":1729034177523,"stop":1729034177524,"duration":1}},{"uid":"c6b966d0de677c45","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6b966d0de677c45","status":"passed","time":{"start":1729032235298,"stop":1729032235299,"duration":1}},{"uid":"69dc95b4062bed03","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/69dc95b4062bed03","status":"passed","time":{"start":1728901958851,"stop":1728901958852,"duration":1}},{"uid":"d4dd78cecbd79b8b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d4dd78cecbd79b8b","status":"passed","time":{"start":1728893395071,"stop":1728893395072,"duration":1}},{"uid":"37e26efc6f1d9e1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/37e26efc6f1d9e1","status":"passed","time":{"start":1728856355681,"stop":1728856355681,"duration":0}},{"uid":"d66ef8cba39aae25","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d66ef8cba39aae25","status":"passed","time":{"start":1728738567466,"stop":1728738567467,"duration":1}},{"uid":"7646b575c41b1ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7646b575c41b1ef","status":"passed","time":{"start":1728683110365,"stop":1728683110365,"duration":0}},{"uid":"5aa89f221a6b2b93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5aa89f221a6b2b93","status":"passed","time":{"start":1728682666061,"stop":1728682666062,"duration":1}},{"uid":"4ce6a4e83546ae0c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4ce6a4e83546ae0c","status":"passed","time":{"start":1728677163567,"stop":1728677163568,"duration":1}},{"uid":"f92e4f05fc3cd5f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f92e4f05fc3cd5f0","status":"passed","time":{"start":1728669841246,"stop":1728669841247,"duration":1}},{"uid":"3a58b2aed02ade1e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3a58b2aed02ade1e","status":"passed","time":{"start":1728598221882,"stop":1728598221883,"duration":1}},{"uid":"f045cec8dcfad06d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f045cec8dcfad06d","status":"passed","time":{"start":1728597434074,"stop":1728597434075,"duration":1}}]},"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"22e58fddac3ec89c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22e58fddac3ec89c","status":"passed","time":{"start":1729034096113,"stop":1729034096113,"duration":0}},{"uid":"ffaf9f4665cda860","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ffaf9f4665cda860","status":"passed","time":{"start":1729034020074,"stop":1729034020075,"duration":1}},{"uid":"5a5c5861572bac51","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a5c5861572bac51","status":"passed","time":{"start":1729033834363,"stop":1729033834364,"duration":1}},{"uid":"c342ed8d117d14f0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c342ed8d117d14f0","status":"passed","time":{"start":1729031884092,"stop":1729031884093,"duration":1}},{"uid":"426e3267f05747c1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/426e3267f05747c1","status":"passed","time":{"start":1728901430243,"stop":1728901430244,"duration":1}},{"uid":"e0c62de9bc8a39be","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e0c62de9bc8a39be","status":"passed","time":{"start":1728892860518,"stop":1728892860518,"duration":0}},{"uid":"3963ec89ddbc04a3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3963ec89ddbc04a3","status":"passed","time":{"start":1728855823309,"stop":1728855823309,"duration":0}},{"uid":"34bd6eab77355e19","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/34bd6eab77355e19","status":"passed","time":{"start":1728738040571,"stop":1728738040571,"duration":0}},{"uid":"386a12bc84bc74a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/386a12bc84bc74a","status":"passed","time":{"start":1728682574070,"stop":1728682574070,"duration":0}},{"uid":"697358a5f2f41d69","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/697358a5f2f41d69","status":"passed","time":{"start":1728682146798,"stop":1728682146798,"duration":0}},{"uid":"25db323a663371bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/25db323a663371bf","status":"passed","time":{"start":1728676621407,"stop":1728676621408,"duration":1}},{"uid":"24b20e0f8dcfd292","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/24b20e0f8dcfd292","status":"passed","time":{"start":1728669344455,"stop":1728669344455,"duration":0}},{"uid":"5c9488bac3b8ddad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5c9488bac3b8ddad","status":"passed","time":{"start":1728597685137,"stop":1728597685138,"duration":1}},{"uid":"e162a2bd490de24a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e162a2bd490de24a","status":"passed","time":{"start":1728596904443,"stop":1728596904446,"duration":3}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f5400c9c9e488f1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f5400c9c9e488f1","status":"passed","time":{"start":1729034480293,"stop":1729034480297,"duration":4}},{"uid":"9343b0f05ae6441c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9343b0f05ae6441c","status":"passed","time":{"start":1729034396759,"stop":1729034396760,"duration":1}},{"uid":"c9b96c1fb19e603e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c9b96c1fb19e603e","status":"passed","time":{"start":1729032277692,"stop":1729032277692,"duration":0}},{"uid":"fd146e41182d506e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd146e41182d506e","status":"passed","time":{"start":1728902034224,"stop":1728902034225,"duration":1}},{"uid":"437f519630ffcc24","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/437f519630ffcc24","status":"passed","time":{"start":1728893469057,"stop":1728893469057,"duration":0}},{"uid":"df2ce51c12d7506f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/df2ce51c12d7506f","status":"passed","time":{"start":1728856416488,"stop":1728856416488,"duration":0}},{"uid":"4404e0a4c4508e14","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4404e0a4c4508e14","status":"passed","time":{"start":1728738643170,"stop":1728738643170,"duration":0}},{"uid":"8c45545c3e1aecbc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c45545c3e1aecbc","status":"passed","time":{"start":1728683174246,"stop":1728683174247,"duration":1}},{"uid":"454ee008b99e9cfb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/454ee008b99e9cfb","status":"passed","time":{"start":1728682757801,"stop":1728682757801,"duration":0}},{"uid":"b95f09543f5cfd21","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b95f09543f5cfd21","status":"passed","time":{"start":1728677231124,"stop":1728677231125,"duration":1}},{"uid":"bf6c9511381101ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf6c9511381101ab","status":"passed","time":{"start":1728669920237,"stop":1728669920237,"duration":0}},{"uid":"152f5b10871a9d72","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/152f5b10871a9d72","status":"passed","time":{"start":1728598298889,"stop":1728598298889,"duration":0}},{"uid":"6ed275198958fd16","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ed275198958fd16","status":"passed","time":{"start":1728597513734,"stop":1728597513734,"duration":0}}]},"3c589c399512a87ef13dad0d5b467fd1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9b92d94355ce0fa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9b92d94355ce0fa","status":"passed","time":{"start":1728597353487,"stop":1728597353487,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fca33f74ca38a775","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fca33f74ca38a775","status":"passed","time":{"start":1729034120499,"stop":1729034120499,"duration":0}},{"uid":"ebeb66c57638e7d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ebeb66c57638e7d8","status":"passed","time":{"start":1729033858269,"stop":1729033858269,"duration":0}},{"uid":"c4b739c37ef5375b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c4b739c37ef5375b","status":"passed","time":{"start":1729031908176,"stop":1729031908176,"duration":0}},{"uid":"37d4e1c206337c7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37d4e1c206337c7","status":"passed","time":{"start":1728901453932,"stop":1728901453932,"duration":0}},{"uid":"5c31a9d56c3e0214","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c31a9d56c3e0214","status":"passed","time":{"start":1728892884408,"stop":1728892884408,"duration":0}},{"uid":"10b5bd088ab6792c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/10b5bd088ab6792c","status":"passed","time":{"start":1728855846878,"stop":1728855846878,"duration":0}},{"uid":"75d28ff9fdcf3f02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/75d28ff9fdcf3f02","status":"passed","time":{"start":1728738064181,"stop":1728738064181,"duration":0}},{"uid":"2944679bf2f1b9d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2944679bf2f1b9d9","status":"passed","time":{"start":1728682597759,"stop":1728682597759,"duration":0}},{"uid":"6158c8a679baea40","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6158c8a679baea40","status":"passed","time":{"start":1728682170539,"stop":1728682170539,"duration":0}},{"uid":"cd899d8bcf349584","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cd899d8bcf349584","status":"passed","time":{"start":1728676645198,"stop":1728676645198,"duration":0}},{"uid":"c430efcf7d1190b2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c430efcf7d1190b2","status":"passed","time":{"start":1728669368193,"stop":1728669368194,"duration":1}},{"uid":"1716090bd663625e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1716090bd663625e","status":"passed","time":{"start":1728597709009,"stop":1728597709009,"duration":0}},{"uid":"2fa3234bc143480c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2fa3234bc143480c","status":"passed","time":{"start":1728596928105,"stop":1728596928105,"duration":0}}]},"3f213d4cb6ac1b357b245242155ee3bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7be66d5ccd2f40ea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7be66d5ccd2f40ea","status":"passed","time":{"start":1729034393637,"stop":1729034393637,"duration":0}}]},"95b2ddaf5c901447a83ece387f47a972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a52e19f0c14ce964","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a52e19f0c14ce964","status":"passed","time":{"start":1728682721327,"stop":1728682721328,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"338a3d6e645ee23","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/338a3d6e645ee23","status":"passed","time":{"start":1729034296712,"stop":1729034296712,"duration":0}},{"uid":"6d369408282161e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6d369408282161e8","status":"passed","time":{"start":1729034220609,"stop":1729034220609,"duration":0}},{"uid":"4b68b5ebbeeb8a05","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b68b5ebbeeb8a05","status":"passed","time":{"start":1729034041497,"stop":1729034041497,"duration":0}},{"uid":"ec5747f150ba3b7d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec5747f150ba3b7d","status":"passed","time":{"start":1728901705411,"stop":1728901705412,"duration":1}},{"uid":"ba9f1f97abc1e91b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ba9f1f97abc1e91b","status":"passed","time":{"start":1728893141780,"stop":1728893141780,"duration":0}},{"uid":"257730ca4951b63c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/257730ca4951b63c","status":"passed","time":{"start":1728856087086,"stop":1728856087086,"duration":0}},{"uid":"b130c8c75a9b3251","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b130c8c75a9b3251","status":"passed","time":{"start":1728738321443,"stop":1728738321445,"duration":2}},{"uid":"19643480792bd939","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/19643480792bd939","status":"passed","time":{"start":1728682845679,"stop":1728682845679,"duration":0}},{"uid":"c8c40a5b968b2e4f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c8c40a5b968b2e4f","status":"passed","time":{"start":1728682424314,"stop":1728682424314,"duration":0}},{"uid":"90ec60558b726994","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/90ec60558b726994","status":"passed","time":{"start":1728676900543,"stop":1728676900543,"duration":0}},{"uid":"3e4ee01e8bc0bb12","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3e4ee01e8bc0bb12","status":"passed","time":{"start":1728669625804,"stop":1728669625804,"duration":0}},{"uid":"f964c4d9b9e992b7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f964c4d9b9e992b7","status":"passed","time":{"start":1728597957174,"stop":1728597957175,"duration":1}},{"uid":"333c2ca1d60f60b6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/333c2ca1d60f60b6","status":"passed","time":{"start":1728597182622,"stop":1728597182622,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d4f2d494c7e8b5c1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4f2d494c7e8b5c1","status":"passed","time":{"start":1729034130431,"stop":1729034130431,"duration":0}},{"uid":"b458eb71f81df69","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b458eb71f81df69","status":"passed","time":{"start":1729034053401,"stop":1729034053401,"duration":0}},{"uid":"a5d8ec03b24b7fbd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5d8ec03b24b7fbd","status":"passed","time":{"start":1729033868329,"stop":1729033868330,"duration":1}},{"uid":"2c59f7fd502dc940","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c59f7fd502dc940","status":"passed","time":{"start":1729031918118,"stop":1729031918118,"duration":0}},{"uid":"1863631bea41a34","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1863631bea41a34","status":"passed","time":{"start":1728901463798,"stop":1728901463798,"duration":0}},{"uid":"ff02d0cd29ff32dc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff02d0cd29ff32dc","status":"passed","time":{"start":1728892894311,"stop":1728892894311,"duration":0}},{"uid":"8f71688c45d7a86","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f71688c45d7a86","status":"passed","time":{"start":1728855856839,"stop":1728855856840,"duration":1}},{"uid":"b019bd92a66deba3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b019bd92a66deba3","status":"passed","time":{"start":1728738074180,"stop":1728738074180,"duration":0}},{"uid":"d5461c3781de76a2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d5461c3781de76a2","status":"passed","time":{"start":1728682607653,"stop":1728682607653,"duration":0}},{"uid":"e154a4d479dfc987","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e154a4d479dfc987","status":"passed","time":{"start":1728682180607,"stop":1728682180607,"duration":0}},{"uid":"11416561cd3d2eb8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11416561cd3d2eb8","status":"passed","time":{"start":1728676655192,"stop":1728676655193,"duration":1}},{"uid":"6e5afdb48976abf2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e5afdb48976abf2","status":"passed","time":{"start":1728669378166,"stop":1728669378166,"duration":0}},{"uid":"7c5547dd9bb564eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c5547dd9bb564eb","status":"passed","time":{"start":1728597718745,"stop":1728597718746,"duration":1}},{"uid":"5193abffa19fd6b1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5193abffa19fd6b1","status":"passed","time":{"start":1728596937947,"stop":1728596937948,"duration":1}}]},"8d72c1f1a20dfa1bf830c6549446f89f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a14d97172d46d668","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a14d97172d46d668","status":"passed","time":{"start":1728683110367,"stop":1728683110368,"duration":1}}]},"1233d6f09bfc9dbc8a70af80f1216be9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce621e3657465392","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce621e3657465392","status":"passed","time":{"start":1728682666067,"stop":1728682666067,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7b8b796b9b87395b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7b8b796b9b87395b","status":"passed","time":{"start":1729034393665,"stop":1729034393665,"duration":0}},{"uid":"cead59a9ade78f89","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cead59a9ade78f89","status":"passed","time":{"start":1729034304857,"stop":1729034304857,"duration":0}},{"uid":"608e0c34cccfca92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/608e0c34cccfca92","status":"passed","time":{"start":1729034121948,"stop":1729034121951,"duration":3}},{"uid":"3ee5882709b3445d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3ee5882709b3445d","status":"passed","time":{"start":1729032174929,"stop":1729032174929,"duration":0}},{"uid":"e006b88454acb763","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e006b88454acb763","status":"passed","time":{"start":1728901881030,"stop":1728901881031,"duration":1}},{"uid":"30b05e55eab6f3b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/30b05e55eab6f3b3","status":"passed","time":{"start":1728893317181,"stop":1728893317182,"duration":1}},{"uid":"b4b48f94442e62b0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4b48f94442e62b0","status":"passed","time":{"start":1728856263112,"stop":1728856263112,"duration":0}},{"uid":"c63b113d226bee51","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c63b113d226bee51","status":"passed","time":{"start":1728738492806,"stop":1728738492806,"duration":0}},{"uid":"9d1abeae5b1a8a64","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d1abeae5b1a8a64","status":"passed","time":{"start":1728683030030,"stop":1728683030030,"duration":0}},{"uid":"dfcfcea209efbf38","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dfcfcea209efbf38","status":"passed","time":{"start":1728682581130,"stop":1728682581130,"duration":0}},{"uid":"9bfab963ee53bc9d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9bfab963ee53bc9d","status":"passed","time":{"start":1728677082011,"stop":1728677082011,"duration":0}},{"uid":"dd91bfc69975884c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd91bfc69975884c","status":"passed","time":{"start":1728669795408,"stop":1728669795408,"duration":0}},{"uid":"f5519fc4ffca4fa2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5519fc4ffca4fa2","status":"passed","time":{"start":1728598137510,"stop":1728598137510,"duration":0}},{"uid":"3b8bff6a79d31694","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3b8bff6a79d31694","status":"passed","time":{"start":1728597353487,"stop":1728597353488,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fba68c6f36a39879","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fba68c6f36a39879","status":"passed","time":{"start":1729034120195,"stop":1729034120196,"duration":1}},{"uid":"699d3d0e709d7e14","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/699d3d0e709d7e14","status":"passed","time":{"start":1729034043327,"stop":1729034043327,"duration":0}},{"uid":"3285b4f51931226e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3285b4f51931226e","status":"passed","time":{"start":1729033858031,"stop":1729033858031,"duration":0}},{"uid":"2e4f9a37cc2c611c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e4f9a37cc2c611c","status":"passed","time":{"start":1729031908099,"stop":1729031908099,"duration":0}},{"uid":"aac434662982dea4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aac434662982dea4","status":"passed","time":{"start":1728901453393,"stop":1728901453394,"duration":1}},{"uid":"24329b6930450ea4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/24329b6930450ea4","status":"passed","time":{"start":1728892884023,"stop":1728892884024,"duration":1}},{"uid":"322e3301aaf86aa1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/322e3301aaf86aa1","status":"passed","time":{"start":1728855846493,"stop":1728855846493,"duration":0}},{"uid":"23c6debcf1aee508","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23c6debcf1aee508","status":"passed","time":{"start":1728738063723,"stop":1728738063723,"duration":0}},{"uid":"584b45cb87c8d4b5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/584b45cb87c8d4b5","status":"passed","time":{"start":1728682597444,"stop":1728682597444,"duration":0}},{"uid":"811ebc5c6f932f0e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/811ebc5c6f932f0e","status":"passed","time":{"start":1728682170236,"stop":1728682170237,"duration":1}},{"uid":"c65323327607127f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c65323327607127f","status":"passed","time":{"start":1728676645010,"stop":1728676645011,"duration":1}},{"uid":"4eda86aaf33287b8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4eda86aaf33287b8","status":"passed","time":{"start":1728669367791,"stop":1728669367791,"duration":0}},{"uid":"c73711b1ba22ce4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c73711b1ba22ce4a","status":"passed","time":{"start":1728597708643,"stop":1728597708644,"duration":1}},{"uid":"b87c0131880aa5bd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b87c0131880aa5bd","status":"passed","time":{"start":1728596927931,"stop":1728596927931,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a9deaf775eeba062","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9deaf775eeba062","status":"passed","time":{"start":1729034296704,"stop":1729034296704,"duration":0}},{"uid":"ed98d9173652b234","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed98d9173652b234","status":"passed","time":{"start":1729034220601,"stop":1729034220601,"duration":0}},{"uid":"6ddc6f273d8e26ea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6ddc6f273d8e26ea","status":"passed","time":{"start":1729034041477,"stop":1729034041485,"duration":8}},{"uid":"394483837a737c53","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/394483837a737c53","status":"passed","time":{"start":1728901705389,"stop":1728901705390,"duration":1}},{"uid":"44dfe8b2e0bcd6f7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/44dfe8b2e0bcd6f7","status":"passed","time":{"start":1728893141772,"stop":1728893141773,"duration":1}},{"uid":"edf5a9e0d2dcac0e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/edf5a9e0d2dcac0e","status":"passed","time":{"start":1728856087080,"stop":1728856087081,"duration":1}},{"uid":"ca328c99bbaef88b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ca328c99bbaef88b","status":"passed","time":{"start":1728738321432,"stop":1728738321432,"duration":0}},{"uid":"dc3a20ac4c6e9240","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc3a20ac4c6e9240","status":"passed","time":{"start":1728682845672,"stop":1728682845672,"duration":0}},{"uid":"fc4cd2f9146ef6a5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fc4cd2f9146ef6a5","status":"passed","time":{"start":1728682424305,"stop":1728682424306,"duration":1}},{"uid":"bfb2a7650f9e3fac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bfb2a7650f9e3fac","status":"passed","time":{"start":1728676900512,"stop":1728676900513,"duration":1}},{"uid":"7ede1c48411acad3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ede1c48411acad3","status":"passed","time":{"start":1728669625796,"stop":1728669625798,"duration":2}},{"uid":"9c7a3a6e9aabd614","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9c7a3a6e9aabd614","status":"passed","time":{"start":1728597957161,"stop":1728597957161,"duration":0}},{"uid":"64e7e23551d241ac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/64e7e23551d241ac","status":"passed","time":{"start":1728597182614,"stop":1728597182615,"duration":1}}]},"d4c6a4e82e7d0589461c89782156333a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dcb914fc8b5be549","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dcb914fc8b5be549","status":"passed","time":{"start":1729034137316,"stop":1729034137316,"duration":0}},{"uid":"a6428443f838ebc4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a6428443f838ebc4","status":"passed","time":{"start":1729034060020,"stop":1729034060021,"duration":1}},{"uid":"ee2c69ec5c974591","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee2c69ec5c974591","status":"passed","time":{"start":1729033874963,"stop":1729033874964,"duration":1}},{"uid":"c31f75f20044b6e9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c31f75f20044b6e9","status":"passed","time":{"start":1729031924902,"stop":1729031924902,"duration":0}},{"uid":"f8412c3465cae5a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f8412c3465cae5a9","status":"passed","time":{"start":1728901469129,"stop":1728901469129,"duration":0}},{"uid":"a6ebff25d44003e5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6ebff25d44003e5","status":"passed","time":{"start":1728892899794,"stop":1728892899794,"duration":0}},{"uid":"b73e795eee575ce8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b73e795eee575ce8","status":"passed","time":{"start":1728855863059,"stop":1728855863059,"duration":0}},{"uid":"ce87ee8faef145b6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ce87ee8faef145b6","status":"passed","time":{"start":1728738080900,"stop":1728738080901,"duration":1}},{"uid":"9f6d7ae22c96063d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9f6d7ae22c96063d","status":"passed","time":{"start":1728682614310,"stop":1728682614311,"duration":1}},{"uid":"a42d0755b65c9157","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a42d0755b65c9157","status":"passed","time":{"start":1728682187095,"stop":1728682187095,"duration":0}},{"uid":"41212e57b79b8fc7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/41212e57b79b8fc7","status":"passed","time":{"start":1728676661488,"stop":1728676661488,"duration":0}},{"uid":"56c1b9922cd2778e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/56c1b9922cd2778e","status":"passed","time":{"start":1728669384663,"stop":1728669384663,"duration":0}},{"uid":"d57836229ad6ae2a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d57836229ad6ae2a","status":"passed","time":{"start":1728597724235,"stop":1728597724235,"duration":0}},{"uid":"c4bc6414726e1d4c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c4bc6414726e1d4c","status":"passed","time":{"start":1728596943283,"stop":1728596943283,"duration":0}}]},"3501f54b150f723c4f8f28bbbda8665d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ee629b670a6fce3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2ee629b670a6fce3","status":"passed","time":{"start":1728901958857,"stop":1728901958858,"duration":1}}]},"0ccc81b797b254da23db3a5eb070859e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c87af789a6d3bad2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c87af789a6d3bad2","status":"passed","time":{"start":1729032065453,"stop":1729032065455,"duration":2}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"52f08b9b0fe2cd56","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/52f08b9b0fe2cd56","status":"passed","time":{"start":1729034393655,"stop":1729034393656,"duration":1}},{"uid":"292eaeb14da2a23e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/292eaeb14da2a23e","status":"passed","time":{"start":1729034304853,"stop":1729034304853,"duration":0}},{"uid":"82413fd48017b8b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/82413fd48017b8b","status":"passed","time":{"start":1729034121939,"stop":1729034121940,"duration":1}},{"uid":"60613dd10680e48a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/60613dd10680e48a","status":"passed","time":{"start":1729032174916,"stop":1729032174916,"duration":0}},{"uid":"d9cc467c4b7085eb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d9cc467c4b7085eb","status":"passed","time":{"start":1728901881021,"stop":1728901881022,"duration":1}},{"uid":"448cd75482adf04c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/448cd75482adf04c","status":"passed","time":{"start":1728893317178,"stop":1728893317178,"duration":0}},{"uid":"794f73d6d34b57e0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/794f73d6d34b57e0","status":"passed","time":{"start":1728856263109,"stop":1728856263109,"duration":0}},{"uid":"5056365efe99cde2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5056365efe99cde2","status":"passed","time":{"start":1728738492803,"stop":1728738492803,"duration":0}},{"uid":"1f62191fc7e6f811","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1f62191fc7e6f811","status":"passed","time":{"start":1728683030026,"stop":1728683030026,"duration":0}},{"uid":"a383c4bfd1b59d71","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a383c4bfd1b59d71","status":"passed","time":{"start":1728682581111,"stop":1728682581112,"duration":1}},{"uid":"b62d1c7dca2237da","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b62d1c7dca2237da","status":"passed","time":{"start":1728677082005,"stop":1728677082006,"duration":1}},{"uid":"3120b1c3a2d10d1f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3120b1c3a2d10d1f","status":"passed","time":{"start":1728669795403,"stop":1728669795404,"duration":1}},{"uid":"16944f548e1e1c0d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/16944f548e1e1c0d","status":"passed","time":{"start":1728598137507,"stop":1728598137507,"duration":0}},{"uid":"43e8a2cac54470eb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/43e8a2cac54470eb","status":"passed","time":{"start":1728597353484,"stop":1728597353484,"duration":0}}]},"67feca74ae696eae5032134a26b5f06f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d102312858215e33","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d102312858215e33","status":"passed","time":{"start":1729034137157,"stop":1729034137158,"duration":1}}]},"d37cd9c4922e7e97a5917128ae3e6c2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c45905db970288","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7c45905db970288","status":"passed","time":{"start":1728682581129,"stop":1728682581129,"duration":0}}]},"383635f5d0f994371e27f6dafe31dacc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4659f9dfcfedf48","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a4659f9dfcfedf48","status":"passed","time":{"start":1728598163467,"stop":1728598163467,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"df018ca098f39b0f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/df018ca098f39b0f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034393673,"stop":1729034393673,"duration":0}},{"uid":"bba32081e268e848","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bba32081e268e848","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034304864,"stop":1729034304864,"duration":0}},{"uid":"e5439b3e0d6a28b2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e5439b3e0d6a28b2","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121957,"stop":1729034121958,"duration":1}},{"uid":"f313135d8fb06e5f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f313135d8fb06e5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174932,"stop":1729032174932,"duration":0}},{"uid":"8f2ada6f8aae614b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8f2ada6f8aae614b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881036,"stop":1728901881036,"duration":0}},{"uid":"7f3aaa38045cd295","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7f3aaa38045cd295","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317185,"stop":1728893317185,"duration":0}},{"uid":"ea8850103036e1f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ea8850103036e1f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263129,"stop":1728856263129,"duration":0}},{"uid":"41b19636cfee2c01","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/41b19636cfee2c01","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492815,"stop":1728738492815,"duration":0}},{"uid":"d44c5120f90c52e5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d44c5120f90c52e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030032,"stop":1728683030033,"duration":1}},{"uid":"b79ea7e83f178d3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b79ea7e83f178d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581133,"stop":1728682581134,"duration":1}},{"uid":"1db1ccc9ea5b2642","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1db1ccc9ea5b2642","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082018,"stop":1728677082018,"duration":0}},{"uid":"9d587e026d528bb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9d587e026d528bb3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795411,"stop":1728669795411,"duration":0}},{"uid":"545bf41609f20918","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/545bf41609f20918","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137512,"stop":1728598137512,"duration":0}},{"uid":"ee84e2c674289717","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ee84e2c674289717","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353491,"stop":1728597353491,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cb24ae799a0c1b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb24ae799a0c1b","status":"passed","time":{"start":1729034240936,"stop":1729034240937,"duration":1}},{"uid":"f72f1750f0d553fe","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f72f1750f0d553fe","status":"passed","time":{"start":1729034159630,"stop":1729034159634,"duration":4}},{"uid":"5a1c3bd0fdc0bd88","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a1c3bd0fdc0bd88","status":"passed","time":{"start":1729033976818,"stop":1729033976830,"duration":12}},{"uid":"1e5ad3f83a735827","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1e5ad3f83a735827","status":"passed","time":{"start":1729032020536,"stop":1729032020537,"duration":1}},{"uid":"b4734e78e0962da7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b4734e78e0962da7","status":"passed","time":{"start":1728901616501,"stop":1728901616501,"duration":0}},{"uid":"3ce047f7519d4579","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ce047f7519d4579","status":"passed","time":{"start":1728893050254,"stop":1728893050254,"duration":0}},{"uid":"d1d6dcba66c1d9eb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d1d6dcba66c1d9eb","status":"passed","time":{"start":1728856015192,"stop":1728856015192,"duration":0}},{"uid":"32f70039f0b68c4c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/32f70039f0b68c4c","status":"passed","time":{"start":1728738233180,"stop":1728738233183,"duration":3}},{"uid":"9ecf0f9634c0f5c7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9ecf0f9634c0f5c7","status":"passed","time":{"start":1728682762485,"stop":1728682762489,"duration":4}},{"uid":"1b300259f36d0333","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1b300259f36d0333","status":"passed","time":{"start":1728682332799,"stop":1728682332799,"duration":0}},{"uid":"cdabce400a7c3abc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cdabce400a7c3abc","status":"passed","time":{"start":1728676810306,"stop":1728676810306,"duration":0}},{"uid":"4e70e4e3522be02a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4e70e4e3522be02a","status":"passed","time":{"start":1728669529909,"stop":1728669529910,"duration":1}},{"uid":"146e984ade564e98","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/146e984ade564e98","status":"passed","time":{"start":1728597873547,"stop":1728597873549,"duration":2}},{"uid":"5c7745491581590","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c7745491581590","status":"passed","time":{"start":1728597089287,"stop":1728597089290,"duration":3}}]},"455a612e6a01360090c522a4f37c2d1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bd4f55320fc01590","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd4f55320fc01590","status":"passed","time":{"start":1728682601747,"stop":1728682601748,"duration":1}}]},"80c3fe3fb16d81197999646b6b374b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7d9f9c1fc6b5caa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f7d9f9c1fc6b5caa","status":"passed","time":{"start":1728901881029,"stop":1728901881030,"duration":1}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"418b0efac050b5ee","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/418b0efac050b5ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034413328,"stop":1729034413328,"duration":0}},{"uid":"fb406b399cbbce47","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fb406b399cbbce47","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034330404,"stop":1729034330405,"duration":1}},{"uid":"8d5b9df835846532","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8d5b9df835846532","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034148002,"stop":1729034148002,"duration":0}},{"uid":"544b42cf9defcfc9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/544b42cf9defcfc9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032202832,"stop":1729032202832,"duration":0}},{"uid":"d3a9488775cbb0d1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d3a9488775cbb0d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873321,"stop":1728901873322,"duration":1}},{"uid":"87af5a44079381f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/87af5a44079381f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311009,"stop":1728893311009,"duration":0}},{"uid":"c60086508c31ffd8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c60086508c31ffd8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856279298,"stop":1728856279298,"duration":0}},{"uid":"4aa676010294fdaf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4aa676010294fdaf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483462,"stop":1728738483462,"duration":0}},{"uid":"5e226edeb456b70","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e226edeb456b70","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683033354,"stop":1728683033355,"duration":1}},{"uid":"bc307abbd8554156","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc307abbd8554156","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682591258,"stop":1728682591258,"duration":0}},{"uid":"b788f7e8a8f9af53","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b788f7e8a8f9af53","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677083881,"stop":1728677083881,"duration":0}},{"uid":"dfb368c5328190f7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dfb368c5328190f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669753997,"stop":1728669753997,"duration":0}},{"uid":"68b8d3978e9fdf0f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68b8d3978e9fdf0f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598145545,"stop":1728598145545,"duration":0}},{"uid":"e08fa0d9b8935314","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e08fa0d9b8935314","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350445,"stop":1728597350445,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"baadf8b10721e10d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/baadf8b10721e10d","status":"passed","time":{"start":1729034480289,"stop":1729034480290,"duration":1}},{"uid":"1d0340bec99b395c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d0340bec99b395c","status":"passed","time":{"start":1729034396758,"stop":1729034396758,"duration":0}},{"uid":"28ebf074d6e44cff","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/28ebf074d6e44cff","status":"passed","time":{"start":1729032277690,"stop":1729032277691,"duration":1}},{"uid":"2fe9165c641e8d63","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fe9165c641e8d63","status":"passed","time":{"start":1728902034223,"stop":1728902034223,"duration":0}},{"uid":"3b722f802a881d91","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b722f802a881d91","status":"passed","time":{"start":1728893469055,"stop":1728893469055,"duration":0}},{"uid":"f3a5aea5d3976dc5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3a5aea5d3976dc5","status":"passed","time":{"start":1728856416486,"stop":1728856416487,"duration":1}},{"uid":"ddafa0077994d45f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ddafa0077994d45f","status":"passed","time":{"start":1728738643169,"stop":1728738643169,"duration":0}},{"uid":"a1d7c139f49f89b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1d7c139f49f89b4","status":"passed","time":{"start":1728683174245,"stop":1728683174245,"duration":0}},{"uid":"bb6cbc93eb31455b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb6cbc93eb31455b","status":"passed","time":{"start":1728682757798,"stop":1728682757798,"duration":0}},{"uid":"c79b69ca9b3dfdb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c79b69ca9b3dfdb9","status":"passed","time":{"start":1728677231123,"stop":1728677231124,"duration":1}},{"uid":"227ef1a73f9adbf4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/227ef1a73f9adbf4","status":"passed","time":{"start":1728669920234,"stop":1728669920235,"duration":1}},{"uid":"d43e0f53137b8ec5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d43e0f53137b8ec5","status":"passed","time":{"start":1728598298887,"stop":1728598298887,"duration":0}},{"uid":"9daded4f41426906","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9daded4f41426906","status":"passed","time":{"start":1728597513733,"stop":1728597513733,"duration":0}}]},"5a0fb239aeea3ccc80d271dfacc25342:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"121946d52205d2ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/121946d52205d2ed","status":"passed","time":{"start":1728669834424,"stop":1728669834425,"duration":1}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aaf2dce920810be","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aaf2dce920810be","status":"passed","time":{"start":1729034474986,"stop":1729034474986,"duration":0}},{"uid":"c7320f23d57b5aed","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c7320f23d57b5aed","status":"passed","time":{"start":1729034395289,"stop":1729034395289,"duration":0}},{"uid":"af211dddc154fa8a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af211dddc154fa8a","status":"passed","time":{"start":1729034209095,"stop":1729034209095,"duration":0}},{"uid":"d431a9ed18e3990b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d431a9ed18e3990b","status":"passed","time":{"start":1729032264566,"stop":1729032264567,"duration":1}},{"uid":"538d574edb269d1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/538d574edb269d1f","status":"passed","time":{"start":1728902012847,"stop":1728902012848,"duration":1}},{"uid":"52287a31153076ee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/52287a31153076ee","status":"passed","time":{"start":1728893454810,"stop":1728893454810,"duration":0}},{"uid":"311294f140e67ac8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/311294f140e67ac8","status":"passed","time":{"start":1728856408451,"stop":1728856408451,"duration":0}},{"uid":"60b8cc139606eed3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/60b8cc139606eed3","status":"passed","time":{"start":1728738633853,"stop":1728738633853,"duration":0}},{"uid":"1ed9cd20dd8fc99a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ed9cd20dd8fc99a","status":"passed","time":{"start":1728683159753,"stop":1728683159754,"duration":1}},{"uid":"fd47f6a1caa2a85b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fd47f6a1caa2a85b","status":"passed","time":{"start":1728682751328,"stop":1728682751328,"duration":0}},{"uid":"419cc85c3db2cb89","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/419cc85c3db2cb89","status":"passed","time":{"start":1728677216354,"stop":1728677216354,"duration":0}},{"uid":"121681f3430d0019","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/121681f3430d0019","status":"passed","time":{"start":1728669925452,"stop":1728669925452,"duration":0}},{"uid":"7bcb9b63d9762045","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7bcb9b63d9762045","status":"passed","time":{"start":1728598268800,"stop":1728598268800,"duration":0}},{"uid":"1abb37fbb7e3ca63","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1abb37fbb7e3ca63","status":"passed","time":{"start":1728597503915,"stop":1728597503916,"duration":1}}]},"52a04aa99742247c818e1c97d971f047:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71eda36f7ef35d9d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71eda36f7ef35d9d","status":"passed","time":{"start":1729034323301,"stop":1729034323301,"duration":0}}]},"3d17c81360706ea680b14e20202282ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4409aa1f7132d12","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4409aa1f7132d12","status":"passed","time":{"start":1728677163579,"stop":1728677163579,"duration":0}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f40c711373b576e7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f40c711373b576e7","status":"passed","time":{"start":1729034098684,"stop":1729034098685,"duration":1}},{"uid":"27a171b1fff1ae84","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/27a171b1fff1ae84","status":"passed","time":{"start":1729034022453,"stop":1729034022454,"duration":1}},{"uid":"ccb0aafed26e4af2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccb0aafed26e4af2","status":"passed","time":{"start":1729033836801,"stop":1729033836802,"duration":1}},{"uid":"445c69c6ce4483cc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/445c69c6ce4483cc","status":"passed","time":{"start":1729031886608,"stop":1729031886609,"duration":1}},{"uid":"eec2e8f6fdd5e192","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/eec2e8f6fdd5e192","status":"passed","time":{"start":1728901432735,"stop":1728901432736,"duration":1}},{"uid":"3b8cad1d4c50b1ac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b8cad1d4c50b1ac","status":"passed","time":{"start":1728892863021,"stop":1728892863022,"duration":1}},{"uid":"4ee0181f4542f071","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ee0181f4542f071","status":"passed","time":{"start":1728855825770,"stop":1728855825771,"duration":1}},{"uid":"2d145bd277382bb5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2d145bd277382bb5","status":"passed","time":{"start":1728738043030,"stop":1728738043031,"duration":1}},{"uid":"2ebe9a6ed73a1be1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2ebe9a6ed73a1be1","status":"passed","time":{"start":1728682576528,"stop":1728682576529,"duration":1}},{"uid":"25ea1d23dd7074d3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/25ea1d23dd7074d3","status":"passed","time":{"start":1728682149241,"stop":1728682149242,"duration":1}},{"uid":"353913519a6604c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/353913519a6604c7","status":"passed","time":{"start":1728676623916,"stop":1728676623917,"duration":1}},{"uid":"b0310e8db637898a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0310e8db637898a","status":"passed","time":{"start":1728669346939,"stop":1728669346940,"duration":1}},{"uid":"d9df214c4df5f477","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d9df214c4df5f477","status":"passed","time":{"start":1728597687692,"stop":1728597687693,"duration":1}},{"uid":"ec59719b5c4a77fe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec59719b5c4a77fe","status":"passed","time":{"start":1728596907134,"stop":1728596907135,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b72b9deae76bbfc9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b72b9deae76bbfc9","status":"passed","time":{"start":1729034231343,"stop":1729034231344,"duration":1}},{"uid":"32ddfeecf83da004","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/32ddfeecf83da004","status":"passed","time":{"start":1729034153005,"stop":1729034153006,"duration":1}},{"uid":"f3ad83cecdb08bcd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f3ad83cecdb08bcd","status":"passed","time":{"start":1729033965753,"stop":1729033965753,"duration":0}},{"uid":"3025559fb9a542a8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3025559fb9a542a8","status":"passed","time":{"start":1729032018033,"stop":1729032018033,"duration":0}},{"uid":"99493341e10a23f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/99493341e10a23f","status":"passed","time":{"start":1728901595853,"stop":1728901595853,"duration":0}},{"uid":"d00e18d1c901065a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d00e18d1c901065a","status":"passed","time":{"start":1728893032691,"stop":1728893032691,"duration":0}},{"uid":"b4d4d2620c416f1b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4d4d2620c416f1b","status":"passed","time":{"start":1728855998187,"stop":1728855998189,"duration":2}},{"uid":"f6451cbbe1f5f9fb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f6451cbbe1f5f9fb","status":"passed","time":{"start":1728738212195,"stop":1728738212197,"duration":2}},{"uid":"87122ee0a6f2732","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/87122ee0a6f2732","status":"passed","time":{"start":1728682746576,"stop":1728682746576,"duration":0}},{"uid":"c459a441725bc31b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c459a441725bc31b","status":"passed","time":{"start":1728682328612,"stop":1728682328615,"duration":3}},{"uid":"124f9a820d1df349","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/124f9a820d1df349","status":"passed","time":{"start":1728676807594,"stop":1728676807594,"duration":0}},{"uid":"90db029db1f97765","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/90db029db1f97765","status":"passed","time":{"start":1728669514929,"stop":1728669514930,"duration":1}},{"uid":"d5c75613a1fa71ba","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d5c75613a1fa71ba","status":"passed","time":{"start":1728597860133,"stop":1728597860133,"duration":0}},{"uid":"85b044d00f2aa545","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/85b044d00f2aa545","status":"passed","time":{"start":1728597074716,"stop":1728597074716,"duration":0}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"305f9b21dd6374a2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/305f9b21dd6374a2","status":"passed","time":{"start":1729034098685,"stop":1729034098686,"duration":1}},{"uid":"70fc28873f7965d7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/70fc28873f7965d7","status":"passed","time":{"start":1729034022454,"stop":1729034022454,"duration":0}},{"uid":"2fa88599bbec61f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2fa88599bbec61f4","status":"passed","time":{"start":1729033836803,"stop":1729033836803,"duration":0}},{"uid":"dff66f8e1b2b4ecd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dff66f8e1b2b4ecd","status":"passed","time":{"start":1729031886609,"stop":1729031886610,"duration":1}},{"uid":"75e74b0031a89e5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/75e74b0031a89e5","status":"passed","time":{"start":1728901432736,"stop":1728901432736,"duration":0}},{"uid":"bd8349f52b823b10","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bd8349f52b823b10","status":"passed","time":{"start":1728892863022,"stop":1728892863022,"duration":0}},{"uid":"30cd7d1d2ccffdb9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30cd7d1d2ccffdb9","status":"passed","time":{"start":1728855825772,"stop":1728855825772,"duration":0}},{"uid":"8d836dc4aad7d644","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d836dc4aad7d644","status":"passed","time":{"start":1728738043031,"stop":1728738043031,"duration":0}},{"uid":"238c5d2112c2a5ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/238c5d2112c2a5ab","status":"passed","time":{"start":1728682576529,"stop":1728682576529,"duration":0}},{"uid":"6e828bdf1721101e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6e828bdf1721101e","status":"passed","time":{"start":1728682149242,"stop":1728682149243,"duration":1}},{"uid":"ac16e7b7e76092b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ac16e7b7e76092b","status":"passed","time":{"start":1728676623918,"stop":1728676623918,"duration":0}},{"uid":"aa1af8d2a928ace7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa1af8d2a928ace7","status":"passed","time":{"start":1728669346940,"stop":1728669346941,"duration":1}},{"uid":"625c998fe6ea76b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/625c998fe6ea76b","status":"passed","time":{"start":1728597687693,"stop":1728597687693,"duration":0}},{"uid":"875b80d129846e6a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/875b80d129846e6a","status":"passed","time":{"start":1728596907135,"stop":1728596907135,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3d7007e8f798b5e0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3d7007e8f798b5e0","status":"passed","time":{"start":1729034400888,"stop":1729034400889,"duration":1}},{"uid":"9217e29221bdba23","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9217e29221bdba23","status":"passed","time":{"start":1729034317450,"stop":1729034317451,"duration":1}},{"uid":"379105f3c57e2b21","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/379105f3c57e2b21","status":"passed","time":{"start":1729034137134,"stop":1729034137134,"duration":0}},{"uid":"d2c06f1294f0c864","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2c06f1294f0c864","status":"passed","time":{"start":1729032206874,"stop":1729032206875,"duration":1}},{"uid":"e5a3f2f9d33f90c9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e5a3f2f9d33f90c9","status":"passed","time":{"start":1728901995021,"stop":1728901995021,"duration":0}},{"uid":"f5c2d6d4e542231","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f5c2d6d4e542231","status":"passed","time":{"start":1728893420994,"stop":1728893420995,"duration":1}},{"uid":"36671e1b67f7f953","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/36671e1b67f7f953","status":"passed","time":{"start":1728856368595,"stop":1728856368596,"duration":1}},{"uid":"87ef9ce3d829b10b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/87ef9ce3d829b10b","status":"passed","time":{"start":1728738604680,"stop":1728738604680,"duration":0}},{"uid":"ca4664327b7d6850","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ca4664327b7d6850","status":"passed","time":{"start":1728683117625,"stop":1728683117626,"duration":1}},{"uid":"676448aa005ca685","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/676448aa005ca685","status":"passed","time":{"start":1728682721317,"stop":1728682721318,"duration":1}},{"uid":"ef4533cbd2660ece","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef4533cbd2660ece","status":"passed","time":{"start":1728677184682,"stop":1728677184683,"duration":1}},{"uid":"9eef2af7a12086d5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9eef2af7a12086d5","status":"passed","time":{"start":1728669866449,"stop":1728669866449,"duration":0}},{"uid":"aa627f2fd1117b78","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aa627f2fd1117b78","status":"passed","time":{"start":1728598249975,"stop":1728598249975,"duration":0}},{"uid":"6ccf81351ef34f2a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ccf81351ef34f2a","status":"passed","time":{"start":1728597472291,"stop":1728597472291,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e3a8c0d925f5f8f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e3a8c0d925f5f8f5","status":"passed","time":{"start":1729034259826,"stop":1729034259826,"duration":0}},{"uid":"4220f6fdd3897729","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4220f6fdd3897729","status":"passed","time":{"start":1729034194033,"stop":1729034194033,"duration":0}},{"uid":"df8972d42060612b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df8972d42060612b","status":"passed","time":{"start":1729034014879,"stop":1729034014880,"duration":1}},{"uid":"6ac856e00a0b107b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ac856e00a0b107b","status":"passed","time":{"start":1729032065459,"stop":1729032065460,"duration":1}},{"uid":"8ac7f1201d0b6eae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8ac7f1201d0b6eae","status":"passed","time":{"start":1728901664283,"stop":1728901664284,"duration":1}},{"uid":"461af2bbb00f62d6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/461af2bbb00f62d6","status":"passed","time":{"start":1728893093694,"stop":1728893093694,"duration":0}},{"uid":"5275f898e6617d6a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5275f898e6617d6a","status":"passed","time":{"start":1728856055275,"stop":1728856055275,"duration":0}},{"uid":"b499983522980927","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b499983522980927","status":"passed","time":{"start":1728738274747,"stop":1728738274747,"duration":0}},{"uid":"353bf9efafb3aa4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/353bf9efafb3aa4f","status":"passed","time":{"start":1728682807962,"stop":1728682807962,"duration":0}},{"uid":"6d25a96b530913f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6d25a96b530913f9","status":"passed","time":{"start":1728682381290,"stop":1728682381291,"duration":1}},{"uid":"8f371e163746aba9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f371e163746aba9","status":"passed","time":{"start":1728676853903,"stop":1728676853903,"duration":0}},{"uid":"9cd458bcd26a26e4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9cd458bcd26a26e4","status":"passed","time":{"start":1728669581700,"stop":1728669581700,"duration":0}},{"uid":"d5ec52e422f8f4f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d5ec52e422f8f4f8","status":"passed","time":{"start":1728597923493,"stop":1728597923494,"duration":1}},{"uid":"8e27c699d86551f7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e27c699d86551f7","status":"passed","time":{"start":1728597132266,"stop":1728597132267,"duration":1}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5b25fa7656a1e2a1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b25fa7656a1e2a1","status":"passed","time":{"start":1729034475012,"stop":1729034475014,"duration":2}},{"uid":"8e9b684f2a7bfc75","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8e9b684f2a7bfc75","status":"passed","time":{"start":1729034395302,"stop":1729034395302,"duration":0}},{"uid":"7a39c20b01cb3330","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a39c20b01cb3330","status":"passed","time":{"start":1729034209128,"stop":1729034209128,"duration":0}},{"uid":"f18d6913b0841592","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f18d6913b0841592","status":"passed","time":{"start":1729032264600,"stop":1729032264600,"duration":0}},{"uid":"5dee0a0d292dbef7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5dee0a0d292dbef7","status":"passed","time":{"start":1728902012890,"stop":1728902012891,"duration":1}},{"uid":"b3c488b22bdcbd66","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b3c488b22bdcbd66","status":"passed","time":{"start":1728893454825,"stop":1728893454825,"duration":0}},{"uid":"6956324ba0190638","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6956324ba0190638","status":"passed","time":{"start":1728856408468,"stop":1728856408468,"duration":0}},{"uid":"f7c3d5ce0512a27","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f7c3d5ce0512a27","status":"passed","time":{"start":1728738633875,"stop":1728738633875,"duration":0}},{"uid":"fafe917b1721c2e8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fafe917b1721c2e8","status":"passed","time":{"start":1728683159826,"stop":1728683159826,"duration":0}},{"uid":"622d8c625a2e4dec","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/622d8c625a2e4dec","status":"passed","time":{"start":1728682751346,"stop":1728682751347,"duration":1}},{"uid":"51510b7d4576ab0f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/51510b7d4576ab0f","status":"passed","time":{"start":1728677216378,"stop":1728677216378,"duration":0}},{"uid":"98b36b9967f81950","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98b36b9967f81950","status":"passed","time":{"start":1728669925467,"stop":1728669925468,"duration":1}},{"uid":"90135ce7cd1eced0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90135ce7cd1eced0","status":"passed","time":{"start":1728598268821,"stop":1728598268821,"duration":0}},{"uid":"a1ab8abc39b4e374","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a1ab8abc39b4e374","status":"passed","time":{"start":1728597503953,"stop":1728597503953,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"b61f5d32e6bc543f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b61f5d32e6bc543f","status":"passed","time":{"start":1729034400848,"stop":1729034400849,"duration":1}},{"uid":"6238dfbdfcf66187","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6238dfbdfcf66187","status":"passed","time":{"start":1728902045393,"stop":1728902045394,"duration":1}},{"uid":"15da75910ec7889d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15da75910ec7889d","status":"passed","time":{"start":1728893481314,"stop":1728893481314,"duration":0}},{"uid":"31d269462c11f017","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/31d269462c11f017","status":"passed","time":{"start":1728856434370,"stop":1728856434370,"duration":0}},{"uid":"ec27f2946b803195","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec27f2946b803195","status":"passed","time":{"start":1728738656940,"stop":1728738656941,"duration":1}},{"uid":"607f83acebb74f57","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/607f83acebb74f57","status":"passed","time":{"start":1728683172727,"stop":1728683172727,"duration":0}},{"uid":"2e33afbd8f55fd2a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2e33afbd8f55fd2a","status":"passed","time":{"start":1728682747614,"stop":1728682747614,"duration":0}},{"uid":"35c1cd6344585958","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35c1cd6344585958","status":"passed","time":{"start":1728677247282,"stop":1728677247282,"duration":0}},{"uid":"8b7ccd04885672f2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8b7ccd04885672f2","status":"passed","time":{"start":1728669917949,"stop":1728669917950,"duration":1}},{"uid":"8b8cc4067697fb96","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8b8cc4067697fb96","status":"passed","time":{"start":1728598290719,"stop":1728598290720,"duration":1}},{"uid":"2bfb61e754e02db1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2bfb61e754e02db1","status":"passed","time":{"start":1728597515860,"stop":1728597515860,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4c2cbd0e7ad6c09e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4c2cbd0e7ad6c09e","status":"passed","time":{"start":1729034434263,"stop":1729034434264,"duration":1}},{"uid":"8eb46d1e2493031d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8eb46d1e2493031d","status":"passed","time":{"start":1729034350159,"stop":1729034350162,"duration":3}},{"uid":"88cfb5bcb9a9e6f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/88cfb5bcb9a9e6f9","status":"passed","time":{"start":1729034169195,"stop":1729034169195,"duration":0}},{"uid":"902f3ce3e3d274f6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/902f3ce3e3d274f6","status":"passed","time":{"start":1729032228067,"stop":1729032228068,"duration":1}},{"uid":"f9f596e4303013fa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f9f596e4303013fa","status":"passed","time":{"start":1728901947147,"stop":1728901947147,"duration":0}},{"uid":"68a5b48a4d0deb2a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/68a5b48a4d0deb2a","status":"passed","time":{"start":1728893380058,"stop":1728893380058,"duration":0}},{"uid":"ed971a18160da2a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed971a18160da2a4","status":"passed","time":{"start":1728856336880,"stop":1728856336881,"duration":1}},{"uid":"3f4a4b68d58ea25","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3f4a4b68d58ea25","status":"passed","time":{"start":1728738551164,"stop":1728738551164,"duration":0}},{"uid":"f0bea877e553dea4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f0bea877e553dea4","status":"passed","time":{"start":1728683095876,"stop":1728683095877,"duration":1}},{"uid":"a40507d38cc1d2ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a40507d38cc1d2ac","status":"passed","time":{"start":1728682657389,"stop":1728682657390,"duration":1}},{"uid":"47279b90f7828870","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/47279b90f7828870","status":"passed","time":{"start":1728677151466,"stop":1728677151467,"duration":1}},{"uid":"390f72bdb1092759","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/390f72bdb1092759","status":"passed","time":{"start":1728669832894,"stop":1728669832894,"duration":0}},{"uid":"6faa4ef1a1ddb8a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6faa4ef1a1ddb8a4","status":"passed","time":{"start":1728598215611,"stop":1728598215611,"duration":0}},{"uid":"55cdac4a09c42be6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/55cdac4a09c42be6","status":"passed","time":{"start":1728597425044,"stop":1728597425045,"duration":1}}]},"eff6976c6a8dff1e51452e0968ebebc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba207dbcfa471f55","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ba207dbcfa471f55","status":"passed","time":{"start":1728597923490,"stop":1728597923491,"duration":1}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8824b9e09f8147f6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8824b9e09f8147f6","status":"passed","time":{"start":1729034474995,"stop":1729034474995,"duration":0}},{"uid":"7870fd63991631a4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7870fd63991631a4","status":"passed","time":{"start":1729034395296,"stop":1729034395296,"duration":0}},{"uid":"55af24a024fa076e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/55af24a024fa076e","status":"passed","time":{"start":1729034209107,"stop":1729034209109,"duration":2}},{"uid":"d1d76f82a2bdbc5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d1d76f82a2bdbc5","status":"passed","time":{"start":1729032264576,"stop":1729032264576,"duration":0}},{"uid":"37d3b82633daffd9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37d3b82633daffd9","status":"passed","time":{"start":1728902012868,"stop":1728902012868,"duration":0}},{"uid":"d6d8c02b77cefd6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6d8c02b77cefd6a","status":"passed","time":{"start":1728893454818,"stop":1728893454818,"duration":0}},{"uid":"2986b969a0b6dac6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2986b969a0b6dac6","status":"passed","time":{"start":1728856408461,"stop":1728856408462,"duration":1}},{"uid":"1ca7086c8cbad9be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1ca7086c8cbad9be","status":"passed","time":{"start":1728738633862,"stop":1728738633862,"duration":0}},{"uid":"60988803d344b2d7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/60988803d344b2d7","status":"passed","time":{"start":1728683159797,"stop":1728683159798,"duration":1}},{"uid":"9ae34579650a3aa1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9ae34579650a3aa1","status":"passed","time":{"start":1728682751337,"stop":1728682751338,"duration":1}},{"uid":"3cb8e249d29044bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3cb8e249d29044bf","status":"passed","time":{"start":1728677216371,"stop":1728677216371,"duration":0}},{"uid":"6ead32cb57de617f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6ead32cb57de617f","status":"passed","time":{"start":1728669925459,"stop":1728669925460,"duration":1}},{"uid":"1e47ead724742cc7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e47ead724742cc7","status":"passed","time":{"start":1728598268814,"stop":1728598268814,"duration":0}},{"uid":"9b7dd3c14a57df5b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9b7dd3c14a57df5b","status":"passed","time":{"start":1728597503940,"stop":1728597503940,"duration":0}}]},"35988d86e00ed5c532850839e6936173:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce5fcb9d57c7ae25","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ce5fcb9d57c7ae25","status":"passed","time":{"start":1729032235305,"stop":1729032235305,"duration":0}}]},"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e992be98fe14a396","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e992be98fe14a396","status":"passed","time":{"start":1729034096130,"stop":1729034096131,"duration":1}},{"uid":"d2f03bb11d1347ae","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d2f03bb11d1347ae","status":"passed","time":{"start":1729034020088,"stop":1729034020088,"duration":0}},{"uid":"41453a7db2dca4c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41453a7db2dca4c2","status":"passed","time":{"start":1729033834381,"stop":1729033834382,"duration":1}},{"uid":"6fe4c7a3e8f2f70a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6fe4c7a3e8f2f70a","status":"passed","time":{"start":1729031884114,"stop":1729031884114,"duration":0}},{"uid":"1a5c706d874d9e90","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1a5c706d874d9e90","status":"passed","time":{"start":1728901430252,"stop":1728901430253,"duration":1}},{"uid":"c10bb52168dcee3e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c10bb52168dcee3e","status":"passed","time":{"start":1728892860529,"stop":1728892860530,"duration":1}},{"uid":"9d99b0734e7f823d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9d99b0734e7f823d","status":"passed","time":{"start":1728855823320,"stop":1728855823320,"duration":0}},{"uid":"8cfd1ef08125fa28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8cfd1ef08125fa28","status":"passed","time":{"start":1728738040598,"stop":1728738040599,"duration":1}},{"uid":"9765f73718dc31cb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9765f73718dc31cb","status":"passed","time":{"start":1728682574089,"stop":1728682574089,"duration":0}},{"uid":"2f900e4228688159","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f900e4228688159","status":"passed","time":{"start":1728682146813,"stop":1728682146815,"duration":2}},{"uid":"6e4765877360bdbb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6e4765877360bdbb","status":"passed","time":{"start":1728676621429,"stop":1728676621429,"duration":0}},{"uid":"8e8f80932ebcb0c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8e8f80932ebcb0c1","status":"passed","time":{"start":1728669344465,"stop":1728669344465,"duration":0}},{"uid":"66b0ec48096a86b3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/66b0ec48096a86b3","status":"passed","time":{"start":1728597685158,"stop":1728597685159,"duration":1}},{"uid":"8f9c77e6e9dcd3e2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8f9c77e6e9dcd3e2","status":"passed","time":{"start":1728596904465,"stop":1728596904465,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6a197ac30b82ab95","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6a197ac30b82ab95","status":"passed","time":{"start":1729034307033,"stop":1729034307033,"duration":0}},{"uid":"9ea0c8bb07240f20","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9ea0c8bb07240f20","status":"passed","time":{"start":1729034223308,"stop":1729034223308,"duration":0}},{"uid":"e807838429ebb56c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e807838429ebb56c","status":"passed","time":{"start":1729034034983,"stop":1729034034983,"duration":0}},{"uid":"c57d9305028d3eb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c57d9305028d3eb","status":"passed","time":{"start":1729032066298,"stop":1729032066300,"duration":2}},{"uid":"cfe37ce67dd0c1e9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cfe37ce67dd0c1e9","status":"passed","time":{"start":1728901706621,"stop":1728901706621,"duration":0}},{"uid":"6d42624f56378c57","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d42624f56378c57","status":"passed","time":{"start":1728893153423,"stop":1728893153424,"duration":1}},{"uid":"e9e0c241606c96d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e9e0c241606c96d","status":"passed","time":{"start":1728856108128,"stop":1728856108128,"duration":0}},{"uid":"d708c87b64f0c19e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d708c87b64f0c19e","status":"passed","time":{"start":1728738316670,"stop":1728738316670,"duration":0}},{"uid":"ec7be5ef77aef1ed","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec7be5ef77aef1ed","status":"passed","time":{"start":1728682865320,"stop":1728682865321,"duration":1}},{"uid":"dbb6c7e184679c93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dbb6c7e184679c93","status":"passed","time":{"start":1728682446997,"stop":1728682446997,"duration":0}},{"uid":"ee0b1a1629132c7d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ee0b1a1629132c7d","status":"passed","time":{"start":1728676924480,"stop":1728676924481,"duration":1}},{"uid":"fd5b90662525181c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd5b90662525181c","status":"passed","time":{"start":1728669626264,"stop":1728669626265,"duration":1}},{"uid":"2cf11b22643291e3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2cf11b22643291e3","status":"passed","time":{"start":1728597973674,"stop":1728597973675,"duration":1}},{"uid":"e3d904c768a0f1a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3d904c768a0f1a7","status":"passed","time":{"start":1728597188039,"stop":1728597188040,"duration":1}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c9e8025c9f1b8749","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c9e8025c9f1b8749","status":"passed","time":{"start":1729034474993,"stop":1729034474993,"duration":0}},{"uid":"abb6833b9ff81a96","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/abb6833b9ff81a96","status":"passed","time":{"start":1729034395294,"stop":1729034395294,"duration":0}},{"uid":"45091b38740b6db4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45091b38740b6db4","status":"passed","time":{"start":1729034209105,"stop":1729034209105,"duration":0}},{"uid":"c2033a647da3bc90","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c2033a647da3bc90","status":"passed","time":{"start":1729032264573,"stop":1729032264573,"duration":0}},{"uid":"aa44d74f2aebc966","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aa44d74f2aebc966","status":"passed","time":{"start":1728902012865,"stop":1728902012866,"duration":1}},{"uid":"b82b3f4823b23d9f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b82b3f4823b23d9f","status":"passed","time":{"start":1728893454815,"stop":1728893454816,"duration":1}},{"uid":"3676af46f44724e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3676af46f44724e5","status":"passed","time":{"start":1728856408459,"stop":1728856408459,"duration":0}},{"uid":"a30b6525b09c2366","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a30b6525b09c2366","status":"passed","time":{"start":1728738633859,"stop":1728738633860,"duration":1}},{"uid":"a55a946e046b085","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a55a946e046b085","status":"passed","time":{"start":1728683159790,"stop":1728683159791,"duration":1}},{"uid":"74ab76c157c175c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/74ab76c157c175c9","status":"passed","time":{"start":1728682751335,"stop":1728682751336,"duration":1}},{"uid":"5c221e1950eb9b5f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5c221e1950eb9b5f","status":"passed","time":{"start":1728677216366,"stop":1728677216366,"duration":0}},{"uid":"d251dc63f68de25e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d251dc63f68de25e","status":"passed","time":{"start":1728669925458,"stop":1728669925458,"duration":0}},{"uid":"f32a5fcdbbb48e5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f32a5fcdbbb48e5e","status":"passed","time":{"start":1728598268812,"stop":1728598268812,"duration":0}},{"uid":"9d1cc81484cf5748","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9d1cc81484cf5748","status":"passed","time":{"start":1728597503935,"stop":1728597503936,"duration":1}}]},"2caffadda1ddf80d3cbb8eddb0ed1887:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1717968e72308e3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a1717968e72308e3","status":"passed","time":{"start":1728856355684,"stop":1728856355685,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e638109074cc06c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e638109074cc06c","status":"passed","time":{"start":1729034402259,"stop":1729034402259,"duration":0}},{"uid":"96e9e2e95423680c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/96e9e2e95423680c","status":"passed","time":{"start":1729034323282,"stop":1729034323282,"duration":0}},{"uid":"870921c1d9d54e14","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/870921c1d9d54e14","status":"passed","time":{"start":1729034144759,"stop":1729034144760,"duration":1}},{"uid":"bea7e8d731f078be","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bea7e8d731f078be","status":"passed","time":{"start":1729032198809,"stop":1729032198810,"duration":1}},{"uid":"8da72aa1d24a23e1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8da72aa1d24a23e1","status":"passed","time":{"start":1728901901735,"stop":1728901901751,"duration":16}},{"uid":"d183d482d8f081b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d183d482d8f081b6","status":"passed","time":{"start":1728893337234,"stop":1728893337237,"duration":3}},{"uid":"fc9b4445350f7d3a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fc9b4445350f7d3a","status":"passed","time":{"start":1728856299184,"stop":1728856299184,"duration":0}},{"uid":"6be23593a89a2066","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6be23593a89a2066","status":"passed","time":{"start":1728738505369,"stop":1728738505369,"duration":0}},{"uid":"70accc3c481bceee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70accc3c481bceee","status":"passed","time":{"start":1728683045438,"stop":1728683045438,"duration":0}},{"uid":"51bd6d6885bd8602","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/51bd6d6885bd8602","status":"passed","time":{"start":1728682607281,"stop":1728682607282,"duration":1}},{"uid":"9ac275155bf6f5e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9ac275155bf6f5e8","status":"passed","time":{"start":1728677103486,"stop":1728677103486,"duration":0}},{"uid":"df72bac7542788ec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/df72bac7542788ec","status":"passed","time":{"start":1728669777111,"stop":1728669777112,"duration":1}},{"uid":"ef6d63668c597db0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ef6d63668c597db0","status":"passed","time":{"start":1728598163460,"stop":1728598163461,"duration":1}},{"uid":"37546efe11c0c254","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/37546efe11c0c254","status":"passed","time":{"start":1728597375456,"stop":1728597375457,"duration":1}}]},"1d5306c81651e11f90eb1d901ea44eb8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5eebede7d96a168","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a5eebede7d96a168","status":"passed","time":{"start":1728669841248,"stop":1728669841248,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"a935332e8f3a7929","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a935332e8f3a7929","status":"passed","time":{"start":1729034400844,"stop":1729034400845,"duration":1}},{"uid":"922a2b5f8579122a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/922a2b5f8579122a","status":"passed","time":{"start":1728902045391,"stop":1728902045391,"duration":0}},{"uid":"3d3fbfda908f6397","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d3fbfda908f6397","status":"passed","time":{"start":1728893481312,"stop":1728893481312,"duration":0}},{"uid":"2e9f3d9b895539d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2e9f3d9b895539d6","status":"passed","time":{"start":1728856434368,"stop":1728856434368,"duration":0}},{"uid":"a0a0baaf4a209471","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a0a0baaf4a209471","status":"passed","time":{"start":1728738656933,"stop":1728738656933,"duration":0}},{"uid":"d92747c6366391c1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d92747c6366391c1","status":"passed","time":{"start":1728683172716,"stop":1728683172719,"duration":3}},{"uid":"53c88026ec9a5138","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/53c88026ec9a5138","status":"passed","time":{"start":1728682747611,"stop":1728682747611,"duration":0}},{"uid":"e4bb7def7ff28b93","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e4bb7def7ff28b93","status":"passed","time":{"start":1728677247280,"stop":1728677247280,"duration":0}},{"uid":"92a20be99de4368b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92a20be99de4368b","status":"passed","time":{"start":1728669917947,"stop":1728669917947,"duration":0}},{"uid":"d248437e5826ad5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d248437e5826ad5e","status":"passed","time":{"start":1728598290716,"stop":1728598290717,"duration":1}},{"uid":"e8eeabf0b9eb12a4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e8eeabf0b9eb12a4","status":"passed","time":{"start":1728597515857,"stop":1728597515858,"duration":1}}]},"4669fb890ce063adb2a63d78d0e3db20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"565d74ea0e89a923","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/565d74ea0e89a923","status":"passed","time":{"start":1728682652691,"stop":1728682652692,"duration":1}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6d31606cad78d516","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d31606cad78d516","status":"passed","time":{"start":1729034470062,"stop":1729034470062,"duration":0}},{"uid":"dfe72fec24ba8ace","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dfe72fec24ba8ace","status":"passed","time":{"start":1729034388869,"stop":1729034388869,"duration":0}},{"uid":"f335d918a8c492e9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f335d918a8c492e9","status":"passed","time":{"start":1729034213019,"stop":1729034213019,"duration":0}},{"uid":"dd110239151b327a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dd110239151b327a","status":"passed","time":{"start":1729032269102,"stop":1729032269102,"duration":0}},{"uid":"2f15b6eabc8fac52","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f15b6eabc8fac52","status":"passed","time":{"start":1728902000842,"stop":1728902000842,"duration":0}},{"uid":"c28654d90d0257f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c28654d90d0257f3","status":"passed","time":{"start":1728893442595,"stop":1728893442595,"duration":0}},{"uid":"bbd26a2b5096b9ad","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bbd26a2b5096b9ad","status":"passed","time":{"start":1728856386640,"stop":1728856386641,"duration":1}},{"uid":"9760813cccdb9619","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9760813cccdb9619","status":"passed","time":{"start":1728738608586,"stop":1728738608587,"duration":1}},{"uid":"e6f8dc32893f024e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6f8dc32893f024e","status":"passed","time":{"start":1728683148172,"stop":1728683148172,"duration":0}},{"uid":"fa5e604a909da676","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fa5e604a909da676","status":"passed","time":{"start":1728682709057,"stop":1728682709057,"duration":0}},{"uid":"e92c78f2dbb129b4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e92c78f2dbb129b4","status":"passed","time":{"start":1728677206656,"stop":1728677206656,"duration":0}},{"uid":"402820b64c18e02d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/402820b64c18e02d","status":"passed","time":{"start":1728669888550,"stop":1728669888550,"duration":0}},{"uid":"9a05d2b43d6d4a96","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a05d2b43d6d4a96","status":"passed","time":{"start":1728598268131,"stop":1728598268131,"duration":0}},{"uid":"dff24d98ec6c0d17","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dff24d98ec6c0d17","status":"passed","time":{"start":1728597478033,"stop":1728597478033,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"85e62f7bb54200d2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/85e62f7bb54200d2","status":"passed","time":{"start":1729034240932,"stop":1729034240934,"duration":2}},{"uid":"93b2cd30961d9ecb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/93b2cd30961d9ecb","status":"passed","time":{"start":1729034159625,"stop":1729034159626,"duration":1}},{"uid":"42b5fdeb34b3c7eb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/42b5fdeb34b3c7eb","status":"passed","time":{"start":1729033976810,"stop":1729033976811,"duration":1}},{"uid":"d6e15856a8e9cfd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d6e15856a8e9cfd","status":"passed","time":{"start":1729032020531,"stop":1729032020532,"duration":1}},{"uid":"c950d17fda7a0f15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c950d17fda7a0f15","status":"passed","time":{"start":1728901616475,"stop":1728901616475,"duration":0}},{"uid":"e8b16bf3356287c6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e8b16bf3356287c6","status":"passed","time":{"start":1728893050251,"stop":1728893050252,"duration":1}},{"uid":"dad2dc310c016b99","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dad2dc310c016b99","status":"passed","time":{"start":1728856015181,"stop":1728856015181,"duration":0}},{"uid":"6fe0fcc99cc0a5e9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6fe0fcc99cc0a5e9","status":"passed","time":{"start":1728738233165,"stop":1728738233171,"duration":6}},{"uid":"3c3993db95f78204","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3c3993db95f78204","status":"passed","time":{"start":1728682762479,"stop":1728682762479,"duration":0}},{"uid":"1f7f90f3c064c4b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1f7f90f3c064c4b2","status":"passed","time":{"start":1728682332793,"stop":1728682332793,"duration":0}},{"uid":"2a3dd42562dd46ba","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2a3dd42562dd46ba","status":"passed","time":{"start":1728676810304,"stop":1728676810304,"duration":0}},{"uid":"63b3a09b93ba845a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/63b3a09b93ba845a","status":"passed","time":{"start":1728669529907,"stop":1728669529907,"duration":0}},{"uid":"c710208dec4d952b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c710208dec4d952b","status":"passed","time":{"start":1728597873542,"stop":1728597873543,"duration":1}},{"uid":"b188065ca9884178","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b188065ca9884178","status":"passed","time":{"start":1728597089281,"stop":1728597089281,"duration":0}}]},"c6cfb92a6303e2124f0c88a876f7caf1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c64e992b893f5cb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1c64e992b893f5cb","status":"passed","time":{"start":1728856355688,"stop":1728856355691,"duration":3}}]},"b7fa613de87702d39df81aab803892a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e55ce22201804efd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e55ce22201804efd","status":"passed","time":{"start":1729034137112,"stop":1729034137112,"duration":0}},{"uid":"25496c1e9df7b47a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/25496c1e9df7b47a","status":"passed","time":{"start":1729034060044,"stop":1729034060045,"duration":1}},{"uid":"782ccbdcdd9a82ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/782ccbdcdd9a82ac","status":"passed","time":{"start":1729033875026,"stop":1729033875027,"duration":1}},{"uid":"962cf90654d90b0c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/962cf90654d90b0c","status":"passed","time":{"start":1729031924907,"stop":1729031924908,"duration":1}},{"uid":"97a076eea7b00691","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/97a076eea7b00691","status":"passed","time":{"start":1728901469134,"stop":1728901469135,"duration":1}},{"uid":"89d9ba5ca461280c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/89d9ba5ca461280c","status":"passed","time":{"start":1728892899799,"stop":1728892899800,"duration":1}},{"uid":"c6fa79f805c004db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c6fa79f805c004db","status":"passed","time":{"start":1728855863296,"stop":1728855863296,"duration":0}},{"uid":"b6f4d90fc4f1e609","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b6f4d90fc4f1e609","status":"passed","time":{"start":1728738080955,"stop":1728738080956,"duration":1}},{"uid":"d5f5c188ce33cc10","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d5f5c188ce33cc10","status":"passed","time":{"start":1728682614315,"stop":1728682614315,"duration":0}},{"uid":"284b4363f4f0bc85","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/284b4363f4f0bc85","status":"passed","time":{"start":1728682187220,"stop":1728682187220,"duration":0}},{"uid":"e85a729db92f48a4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e85a729db92f48a4","status":"passed","time":{"start":1728676661420,"stop":1728676661420,"duration":0}},{"uid":"c8e311ce08878cdd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c8e311ce08878cdd","status":"passed","time":{"start":1728669384752,"stop":1728669384753,"duration":1}},{"uid":"e62545304766afaf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e62545304766afaf","status":"passed","time":{"start":1728597724210,"stop":1728597724210,"duration":0}},{"uid":"16d85240225ea448","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/16d85240225ea448","status":"passed","time":{"start":1728596943263,"stop":1728596943263,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"27bf87dc6b5ad649","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/27bf87dc6b5ad649","status":"passed","time":{"start":1729034259814,"stop":1729034259814,"duration":0}},{"uid":"17253d75f821a01a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/17253d75f821a01a","status":"passed","time":{"start":1729034194007,"stop":1729034194007,"duration":0}},{"uid":"39628c70a12dea25","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/39628c70a12dea25","status":"passed","time":{"start":1729034014860,"stop":1729034014863,"duration":3}},{"uid":"1d672029e3fa6f00","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1d672029e3fa6f00","status":"passed","time":{"start":1729032065444,"stop":1729032065447,"duration":3}},{"uid":"65df8f2b3bf2845","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65df8f2b3bf2845","status":"passed","time":{"start":1728901664248,"stop":1728901664250,"duration":2}},{"uid":"25ab1642ffd30aa4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25ab1642ffd30aa4","status":"passed","time":{"start":1728893093689,"stop":1728893093689,"duration":0}},{"uid":"f992e0814560d5aa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f992e0814560d5aa","status":"passed","time":{"start":1728856055269,"stop":1728856055270,"duration":1}},{"uid":"fdaa732b5193aab3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fdaa732b5193aab3","status":"passed","time":{"start":1728738274742,"stop":1728738274742,"duration":0}},{"uid":"2f0d4e74258a2b1c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2f0d4e74258a2b1c","status":"passed","time":{"start":1728682807953,"stop":1728682807954,"duration":1}},{"uid":"c9ba0072fd944574","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c9ba0072fd944574","status":"passed","time":{"start":1728682381282,"stop":1728682381282,"duration":0}},{"uid":"18166ac1ab613339","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18166ac1ab613339","status":"passed","time":{"start":1728676853895,"stop":1728676853895,"duration":0}},{"uid":"f750c9d3ca0e2c13","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f750c9d3ca0e2c13","status":"passed","time":{"start":1728669581687,"stop":1728669581689,"duration":2}},{"uid":"5fe10ed28224f06a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5fe10ed28224f06a","status":"passed","time":{"start":1728597923475,"stop":1728597923476,"duration":1}},{"uid":"6fce522f103fc286","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6fce522f103fc286","status":"passed","time":{"start":1728597132261,"stop":1728597132261,"duration":0}}]},"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5163b29402398d24","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5163b29402398d24","status":"passed","time":{"start":1729034332756,"stop":1729034332756,"duration":0}},{"uid":"7dee296b853c3d62","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7dee296b853c3d62","status":"passed","time":{"start":1729034249939,"stop":1729034249939,"duration":0}},{"uid":"e46866fad503d91a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e46866fad503d91a","status":"passed","time":{"start":1729034067823,"stop":1729034067823,"duration":0}},{"uid":"155332a16b70e550","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/155332a16b70e550","status":"passed","time":{"start":1729032123016,"stop":1729032123017,"duration":1}},{"uid":"46f6dccee16621d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/46f6dccee16621d","status":"passed","time":{"start":1728901787321,"stop":1728901787321,"duration":0}},{"uid":"624993e451945b2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/624993e451945b2b","status":"passed","time":{"start":1728893221705,"stop":1728893221705,"duration":0}},{"uid":"d9597d67fdcb1607","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9597d67fdcb1607","status":"passed","time":{"start":1728856192847,"stop":1728856192847,"duration":0}},{"uid":"83ea28db840cc00f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/83ea28db840cc00f","status":"passed","time":{"start":1728738398374,"stop":1728738398374,"duration":0}},{"uid":"1a0547cefa6b524a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a0547cefa6b524a","status":"passed","time":{"start":1728682944657,"stop":1728682944657,"duration":0}},{"uid":"555c9c9fe55725e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/555c9c9fe55725e","status":"passed","time":{"start":1728682508014,"stop":1728682508014,"duration":0}},{"uid":"46905a7402eebafe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46905a7402eebafe","status":"passed","time":{"start":1728676995800,"stop":1728676995800,"duration":0}},{"uid":"d0fdff1b3652c8fd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d0fdff1b3652c8fd","status":"passed","time":{"start":1728669666000,"stop":1728669666000,"duration":0}},{"uid":"e165bae77dc4458f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e165bae77dc4458f","status":"passed","time":{"start":1728598056698,"stop":1728598056698,"duration":0}},{"uid":"6b08c898885084d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b08c898885084d2","status":"passed","time":{"start":1728597265386,"stop":1728597265386,"duration":0}}]},"95c559a9ae50449a1e575d6f5e545bcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43370fb66cd611f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/43370fb66cd611f","status":"passed","time":{"start":1728901950552,"stop":1728901950553,"duration":1}}]},"87fcc419eab8bf443af6eebbc3dbbee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bc3b1d22f3c4689e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bc3b1d22f3c4689e","status":"passed","time":{"start":1729034348214,"stop":1729034348215,"duration":1}}]},"db9d8a1c47a20ab937d944835cb165f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77697579f67a0c68","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/77697579f67a0c68","status":"passed","time":{"start":1728738604694,"stop":1728738604694,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d10917eba841e9f7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d10917eba841e9f7","status":"passed","time":{"start":1729034240917,"stop":1729034240917,"duration":0}},{"uid":"46434d3f6e4c47dd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/46434d3f6e4c47dd","status":"passed","time":{"start":1729034159614,"stop":1729034159614,"duration":0}},{"uid":"ae0c594a989029a5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae0c594a989029a5","status":"passed","time":{"start":1729033976794,"stop":1729033976796,"duration":2}},{"uid":"f3512cb8587cb6f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f3512cb8587cb6f","status":"passed","time":{"start":1729032020517,"stop":1729032020517,"duration":0}},{"uid":"da3b881b538823db","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da3b881b538823db","status":"passed","time":{"start":1728901616429,"stop":1728901616429,"duration":0}},{"uid":"f9684a7a201849ee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f9684a7a201849ee","status":"passed","time":{"start":1728893050244,"stop":1728893050244,"duration":0}},{"uid":"25f822feee1fdc0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/25f822feee1fdc0","status":"passed","time":{"start":1728856015170,"stop":1728856015170,"duration":0}},{"uid":"1275f7a06a8fcd42","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1275f7a06a8fcd42","status":"passed","time":{"start":1728738233136,"stop":1728738233136,"duration":0}},{"uid":"9ba066847fc1c6b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9ba066847fc1c6b6","status":"passed","time":{"start":1728682762469,"stop":1728682762470,"duration":1}},{"uid":"d01727fe569d9aa7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d01727fe569d9aa7","status":"passed","time":{"start":1728682332785,"stop":1728682332785,"duration":0}},{"uid":"87e46c28caf7565","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87e46c28caf7565","status":"passed","time":{"start":1728676810290,"stop":1728676810290,"duration":0}},{"uid":"1b32ce8e8581dd58","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1b32ce8e8581dd58","status":"passed","time":{"start":1728669529892,"stop":1728669529892,"duration":0}},{"uid":"eb230c26c644de","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb230c26c644de","status":"passed","time":{"start":1728597873533,"stop":1728597873533,"duration":0}},{"uid":"1ede3a10be654b9e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ede3a10be654b9e","status":"passed","time":{"start":1728597089272,"stop":1728597089272,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"96a87bc2cc72652c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/96a87bc2cc72652c","status":"passed","time":{"start":1729034296701,"stop":1729034296702,"duration":1}},{"uid":"442cf7bf2571a9eb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/442cf7bf2571a9eb","status":"passed","time":{"start":1729034220597,"stop":1729034220599,"duration":2}},{"uid":"c14cc69c86867f35","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c14cc69c86867f35","status":"passed","time":{"start":1729034041474,"stop":1729034041476,"duration":2}},{"uid":"60b7518ff88c38c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/60b7518ff88c38c6","status":"passed","time":{"start":1728901705385,"stop":1728901705387,"duration":2}},{"uid":"f1e1fe461817b6f5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f1e1fe461817b6f5","status":"passed","time":{"start":1728893141769,"stop":1728893141770,"duration":1}},{"uid":"f1f853ab5ae696fb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f1f853ab5ae696fb","status":"passed","time":{"start":1728856087079,"stop":1728856087080,"duration":1}},{"uid":"bedb5a76ea24373f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bedb5a76ea24373f","status":"passed","time":{"start":1728738321431,"stop":1728738321431,"duration":0}},{"uid":"696a85998901e4dd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/696a85998901e4dd","status":"passed","time":{"start":1728682845670,"stop":1728682845671,"duration":1}},{"uid":"453353055f3cfde5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/453353055f3cfde5","status":"passed","time":{"start":1728682424304,"stop":1728682424304,"duration":0}},{"uid":"d5e519934bb46596","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d5e519934bb46596","status":"passed","time":{"start":1728676900511,"stop":1728676900511,"duration":0}},{"uid":"f5751a561eb847d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5751a561eb847d","status":"passed","time":{"start":1728669625795,"stop":1728669625795,"duration":0}},{"uid":"59fcdb9ecefe5120","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/59fcdb9ecefe5120","status":"passed","time":{"start":1728597957159,"stop":1728597957160,"duration":1}},{"uid":"46e7c6d4b7e996f7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/46e7c6d4b7e996f7","status":"passed","time":{"start":1728597182598,"stop":1728597182612,"duration":14}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7cd13e95b62da368","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7cd13e95b62da368","status":"passed","time":{"start":1729034245522,"stop":1729034245523,"duration":1}},{"uid":"14dd65eadc221420","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14dd65eadc221420","status":"passed","time":{"start":1729034063496,"stop":1729034063497,"duration":1}},{"uid":"bb30f72387485bb7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb30f72387485bb7","status":"passed","time":{"start":1729032122636,"stop":1729032122637,"duration":1}},{"uid":"64225722c7df08de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/64225722c7df08de","status":"passed","time":{"start":1728901785632,"stop":1728901785637,"duration":5}},{"uid":"1e77a2b209a6e314","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e77a2b209a6e314","status":"passed","time":{"start":1728893218774,"stop":1728893218775,"duration":1}},{"uid":"a059e19553424700","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a059e19553424700","status":"passed","time":{"start":1728856192661,"stop":1728856192661,"duration":0}},{"uid":"feea426c539d2f5e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/feea426c539d2f5e","status":"passed","time":{"start":1728738398087,"stop":1728738398087,"duration":0}},{"uid":"fc40c740fa1a7d40","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fc40c740fa1a7d40","status":"passed","time":{"start":1728682944509,"stop":1728682944509,"duration":0}},{"uid":"7406c9f2f9a465be","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7406c9f2f9a465be","status":"passed","time":{"start":1728682507862,"stop":1728682507862,"duration":0}},{"uid":"b874ce7f4267b718","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b874ce7f4267b718","status":"passed","time":{"start":1728676995528,"stop":1728676995528,"duration":0}},{"uid":"4f12190619ef2fa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4f12190619ef2fa","status":"passed","time":{"start":1728669665536,"stop":1728669665537,"duration":1}},{"uid":"68c7b665ded91f33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68c7b665ded91f33","status":"passed","time":{"start":1728598056480,"stop":1728598056480,"duration":0}},{"uid":"92f72beed795b1ce","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92f72beed795b1ce","status":"passed","time":{"start":1728597264029,"stop":1728597264029,"duration":0}}]},"1c97be50791e3539ff5acbbc82583f53:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9cbe53cb2e7a18d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9cbe53cb2e7a18d8","status":"passed","time":{"start":1728893395082,"stop":1728893395082,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"61913007fa9c04e5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/61913007fa9c04e5","status":"passed","time":{"start":1729034104919,"stop":1729034104919,"duration":0}},{"uid":"e81748b0afd94cc5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e81748b0afd94cc5","status":"passed","time":{"start":1729034028517,"stop":1729034028518,"duration":1}},{"uid":"a85ae6593fd2ab99","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a85ae6593fd2ab99","status":"passed","time":{"start":1729033843124,"stop":1729033843125,"duration":1}},{"uid":"7c522c7b1b6e19aa","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7c522c7b1b6e19aa","status":"passed","time":{"start":1729031892683,"stop":1729031892683,"duration":0}},{"uid":"4d19ea21ed83ab43","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4d19ea21ed83ab43","status":"passed","time":{"start":1728901438814,"stop":1728901438814,"duration":0}},{"uid":"c0c46b09eb164849","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0c46b09eb164849","status":"passed","time":{"start":1728892869007,"stop":1728892869008,"duration":1}},{"uid":"1d2fc27e2c1b5114","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d2fc27e2c1b5114","status":"passed","time":{"start":1728855831899,"stop":1728855831899,"duration":0}},{"uid":"4552c8ef106b127b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4552c8ef106b127b","status":"passed","time":{"start":1728738049047,"stop":1728738049047,"duration":0}},{"uid":"e6ce07f3852e85d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6ce07f3852e85d9","status":"passed","time":{"start":1728682582626,"stop":1728682582626,"duration":0}},{"uid":"5de0ed7d5389c67d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5de0ed7d5389c67d","status":"passed","time":{"start":1728682155414,"stop":1728682155414,"duration":0}},{"uid":"2a542725cae6a62c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2a542725cae6a62c","status":"passed","time":{"start":1728676629980,"stop":1728676629981,"duration":1}},{"uid":"a554b8dde1e785f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a554b8dde1e785f0","status":"passed","time":{"start":1728669353108,"stop":1728669353108,"duration":0}},{"uid":"e9068da0280be6b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e9068da0280be6b","status":"passed","time":{"start":1728597693854,"stop":1728597693854,"duration":0}},{"uid":"5f7d4853c9c94b7d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f7d4853c9c94b7d","status":"passed","time":{"start":1728596913098,"stop":1728596913098,"duration":0}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5ba4d91fd0548751","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5ba4d91fd0548751","status":"passed","time":{"start":1729034393631,"stop":1729034393632,"duration":1}},{"uid":"5b86eff494d58824","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5b86eff494d58824","status":"passed","time":{"start":1729034304828,"stop":1729034304828,"duration":0}},{"uid":"5f4ef2dd43995494","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f4ef2dd43995494","status":"passed","time":{"start":1729034121895,"stop":1729034121896,"duration":1}},{"uid":"566bf067acde1d83","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/566bf067acde1d83","status":"passed","time":{"start":1729032174800,"stop":1729032174801,"duration":1}},{"uid":"6be8823bbdbf43aa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6be8823bbdbf43aa","status":"passed","time":{"start":1728901881007,"stop":1728901881007,"duration":0}},{"uid":"8bd5bf417bda3a65","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8bd5bf417bda3a65","status":"passed","time":{"start":1728893317152,"stop":1728893317153,"duration":1}},{"uid":"2ec3dd7f5463ffc1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ec3dd7f5463ffc1","status":"passed","time":{"start":1728856263072,"stop":1728856263073,"duration":1}},{"uid":"ba71fb16ea8fcd34","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ba71fb16ea8fcd34","status":"passed","time":{"start":1728738492793,"stop":1728738492793,"duration":0}},{"uid":"b27085149784146e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b27085149784146e","status":"passed","time":{"start":1728683030011,"stop":1728683030015,"duration":4}},{"uid":"b989a57612d29801","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b989a57612d29801","status":"passed","time":{"start":1728682581087,"stop":1728682581088,"duration":1}},{"uid":"70aeabdb20e3606c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/70aeabdb20e3606c","status":"passed","time":{"start":1728677081987,"stop":1728677081987,"duration":0}},{"uid":"faef11710694e85c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/faef11710694e85c","status":"passed","time":{"start":1728669795389,"stop":1728669795389,"duration":0}},{"uid":"63322193c206ea8f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/63322193c206ea8f","status":"passed","time":{"start":1728598137497,"stop":1728598137498,"duration":1}},{"uid":"50292982cea962ff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/50292982cea962ff","status":"passed","time":{"start":1728597353475,"stop":1728597353475,"duration":0}}]},"3f184763ca54270265d7427d007bd317:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee025e73568a557c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ee025e73568a557c","status":"passed","time":{"start":1728669841255,"stop":1728669841255,"duration":0}}]},"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dcbf88cc35b8c8ef","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dcbf88cc35b8c8ef","status":"passed","time":{"start":1729034096132,"stop":1729034096133,"duration":1}},{"uid":"818bc674d363f7a5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/818bc674d363f7a5","status":"passed","time":{"start":1729034020090,"stop":1729034020090,"duration":0}},{"uid":"76c10252e8f9e433","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/76c10252e8f9e433","status":"passed","time":{"start":1729033834385,"stop":1729033834385,"duration":0}},{"uid":"a9f7de6bb66f975d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a9f7de6bb66f975d","status":"passed","time":{"start":1729031884118,"stop":1729031884118,"duration":0}},{"uid":"ac4fb914bb894f3a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac4fb914bb894f3a","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"7d0b4cc8b17e2e70","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7d0b4cc8b17e2e70","status":"passed","time":{"start":1728892860531,"stop":1728892860531,"duration":0}},{"uid":"756e1d090752f1b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/756e1d090752f1b6","status":"passed","time":{"start":1728855823322,"stop":1728855823322,"duration":0}},{"uid":"103558a0bc57b44e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/103558a0bc57b44e","status":"passed","time":{"start":1728738040601,"stop":1728738040602,"duration":1}},{"uid":"cf6e693e10b5fb09","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cf6e693e10b5fb09","status":"passed","time":{"start":1728682574092,"stop":1728682574092,"duration":0}},{"uid":"83c25c8b216613ec","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/83c25c8b216613ec","status":"passed","time":{"start":1728682146817,"stop":1728682146817,"duration":0}},{"uid":"683fd6e41bb1146","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/683fd6e41bb1146","status":"passed","time":{"start":1728676621431,"stop":1728676621431,"duration":0}},{"uid":"3b4d6fe9ce239b28","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3b4d6fe9ce239b28","status":"passed","time":{"start":1728669344467,"stop":1728669344467,"duration":0}},{"uid":"52a861ddaa95f7fe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52a861ddaa95f7fe","status":"passed","time":{"start":1728597685160,"stop":1728597685160,"duration":0}},{"uid":"837e99b2bd51538b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/837e99b2bd51538b","status":"passed","time":{"start":1728596904467,"stop":1728596904467,"duration":0}}]},"8d1894eb09881f617f426683899e2922:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":8,"unknown":0,"total":10},"items":[{"uid":"183b7cf5124b216e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/183b7cf5124b216e","status":"passed","time":{"start":1729034137282,"stop":1729034137282,"duration":0}},{"uid":"3bb05b958a26581e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3bb05b958a26581e","status":"passed","time":{"start":1729034060004,"stop":1729034060004,"duration":0}},{"uid":"85e2220f05f5373f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85e2220f05f5373f","status":"passed","time":{"start":1729033875012,"stop":1729033875012,"duration":0}},{"uid":"222ee5822bf2b032","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/222ee5822bf2b032","status":"passed","time":{"start":1729031924809,"stop":1729031924809,"duration":0}},{"uid":"2f163709b79529c8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f163709b79529c8","status":"passed","time":{"start":1728855863301,"stop":1728855863302,"duration":1}},{"uid":"53b8391095f87bd3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/53b8391095f87bd3","status":"passed","time":{"start":1728738080965,"stop":1728738080965,"duration":0}},{"uid":"41afac147fe4cca5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/41afac147fe4cca5","status":"passed","time":{"start":1728682614256,"stop":1728682614256,"duration":0}},{"uid":"c28bbc5110fc2422","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c28bbc5110fc2422","status":"passed","time":{"start":1728682187100,"stop":1728682187101,"duration":1}},{"uid":"3cabcbb65fab1411","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3cabcbb65fab1411","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660885,"stop":1728676660886,"duration":1}},{"uid":"3e4f7bf828e6a8e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3e4f7bf828e6a8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384120,"stop":1728669384120,"duration":0}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"2923b2b7e554b1f4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2923b2b7e554b1f4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034371233,"stop":1729034371234,"duration":1}},{"uid":"e03b0ed570522790","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e03b0ed570522790","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034305207,"stop":1729034305208,"duration":1}},{"uid":"35e9299a16780797","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/35e9299a16780797","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122309,"stop":1729034122310,"duration":1}},{"uid":"8d2dec6a3217ebb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8d2dec6a3217ebb","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175156,"stop":1729032175156,"duration":0}},{"uid":"40e204fb7d3eee","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40e204fb7d3eee","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873456,"stop":1728901873456,"duration":0}},{"uid":"1bdd66d2a9fdc018","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1bdd66d2a9fdc018","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311280,"stop":1728893311280,"duration":0}},{"uid":"e145ab67a489fae1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e145ab67a489fae1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263475,"stop":1728856263475,"duration":0}},{"uid":"f3a49284674dc44a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f3a49284674dc44a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483666,"stop":1728738483667,"duration":1}},{"uid":"a36684b32835c53a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a36684b32835c53a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030246,"stop":1728683030247,"duration":1}},{"uid":"d114400b790f8e83","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d114400b790f8e83","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581302,"stop":1728682581303,"duration":1}},{"uid":"dbd9ef59f602dd23","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dbd9ef59f602dd23","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082256,"stop":1728677082256,"duration":0}},{"uid":"b651b569110dec16","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b651b569110dec16","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754302,"stop":1728669754302,"duration":0}},{"uid":"207fd7e215208324","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/207fd7e215208324","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137641,"stop":1728598137641,"duration":0}},{"uid":"dd09ef05a7c78137","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dd09ef05a7c78137","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350582,"stop":1728597350583,"duration":1}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f0f78310c4167a72","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f0f78310c4167a72","status":"passed","time":{"start":1729034434265,"stop":1729034434268,"duration":3}},{"uid":"b702658dd59c6d77","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b702658dd59c6d77","status":"passed","time":{"start":1729034350163,"stop":1729034350168,"duration":5}},{"uid":"37f06885499a0920","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37f06885499a0920","status":"passed","time":{"start":1729034169197,"stop":1729034169197,"duration":0}},{"uid":"7a434917152a8171","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a434917152a8171","status":"passed","time":{"start":1729032228069,"stop":1729032228071,"duration":2}},{"uid":"9d891bca2c050bbb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9d891bca2c050bbb","status":"passed","time":{"start":1728901947148,"stop":1728901947148,"duration":0}},{"uid":"1b77622ac345fdd6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1b77622ac345fdd6","status":"passed","time":{"start":1728893380059,"stop":1728893380064,"duration":5}},{"uid":"477a51878e8236eb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/477a51878e8236eb","status":"passed","time":{"start":1728856336881,"stop":1728856336881,"duration":0}},{"uid":"719edf3c1961d6c5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/719edf3c1961d6c5","status":"passed","time":{"start":1728738551170,"stop":1728738551170,"duration":0}},{"uid":"e6eb3c3c5f5ed702","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6eb3c3c5f5ed702","status":"passed","time":{"start":1728683095877,"stop":1728683095877,"duration":0}},{"uid":"7712c0cc3fca339e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7712c0cc3fca339e","status":"passed","time":{"start":1728682657391,"stop":1728682657392,"duration":1}},{"uid":"e76656336d24b7e7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e76656336d24b7e7","status":"passed","time":{"start":1728677151467,"stop":1728677151468,"duration":1}},{"uid":"4e355545e5adb6d4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4e355545e5adb6d4","status":"passed","time":{"start":1728669832895,"stop":1728669832895,"duration":0}},{"uid":"9015f151973c8622","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9015f151973c8622","status":"passed","time":{"start":1728598215612,"stop":1728598215612,"duration":0}},{"uid":"f77cb324f3ec1783","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f77cb324f3ec1783","status":"passed","time":{"start":1728597425045,"stop":1728597425045,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b726bee060b0b4f0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b726bee060b0b4f0","status":"passed","time":{"start":1729034240907,"stop":1729034240907,"duration":0}},{"uid":"1c7b7a099e38a012","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1c7b7a099e38a012","status":"passed","time":{"start":1729034159610,"stop":1729034159610,"duration":0}},{"uid":"8746634b20d84d28","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8746634b20d84d28","status":"passed","time":{"start":1729033976779,"stop":1729033976781,"duration":2}},{"uid":"ed35549d3aef14f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ed35549d3aef14f","status":"passed","time":{"start":1729032020508,"stop":1729032020508,"duration":0}},{"uid":"518670539a1e7e83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/518670539a1e7e83","status":"passed","time":{"start":1728901616425,"stop":1728901616425,"duration":0}},{"uid":"62d46da163bf63ec","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/62d46da163bf63ec","status":"passed","time":{"start":1728893050240,"stop":1728893050240,"duration":0}},{"uid":"e2c60b091fd26575","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e2c60b091fd26575","status":"passed","time":{"start":1728856015167,"stop":1728856015167,"duration":0}},{"uid":"a8f16505876b968e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a8f16505876b968e","status":"passed","time":{"start":1728738233131,"stop":1728738233131,"duration":0}},{"uid":"474b03de4edc4daa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/474b03de4edc4daa","status":"passed","time":{"start":1728682762462,"stop":1728682762463,"duration":1}},{"uid":"10275d787be6dd9e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/10275d787be6dd9e","status":"passed","time":{"start":1728682332781,"stop":1728682332781,"duration":0}},{"uid":"e6f7e24a0cf4d440","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e6f7e24a0cf4d440","status":"passed","time":{"start":1728676810285,"stop":1728676810286,"duration":1}},{"uid":"659f522009b244db","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/659f522009b244db","status":"passed","time":{"start":1728669529888,"stop":1728669529889,"duration":1}},{"uid":"68a6b852ca95466e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68a6b852ca95466e","status":"passed","time":{"start":1728597873528,"stop":1728597873528,"duration":0}},{"uid":"d03291b7725c228a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d03291b7725c228a","status":"passed","time":{"start":1728597089268,"stop":1728597089269,"duration":1}}]},"12501abeb6b136483ae44c0e817b5570:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1ed0b35b5d729b84","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1ed0b35b5d729b84","status":"passed","time":{"start":1729034443498,"stop":1729034443505,"duration":7}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"df7baac850f436d7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/df7baac850f436d7","status":"passed","time":{"start":1729034393644,"stop":1729034393648,"duration":4}},{"uid":"d799a8c2179f0d02","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d799a8c2179f0d02","status":"passed","time":{"start":1729034304840,"stop":1729034304848,"duration":8}},{"uid":"df2adb1f1cceaac2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df2adb1f1cceaac2","status":"passed","time":{"start":1729034121910,"stop":1729034121910,"duration":0}},{"uid":"b02be4b1c5c2bfe2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b02be4b1c5c2bfe2","status":"passed","time":{"start":1729032174872,"stop":1729032174872,"duration":0}},{"uid":"aa43b403d0d75f53","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aa43b403d0d75f53","status":"passed","time":{"start":1728901881012,"stop":1728901881013,"duration":1}},{"uid":"7a4c2502c597899a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7a4c2502c597899a","status":"passed","time":{"start":1728893317163,"stop":1728893317164,"duration":1}},{"uid":"ae84e19e3b8884ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ae84e19e3b8884ab","status":"passed","time":{"start":1728856263099,"stop":1728856263100,"duration":1}},{"uid":"2652cb7072229688","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2652cb7072229688","status":"passed","time":{"start":1728738492799,"stop":1728738492799,"duration":0}},{"uid":"70c28f630dc2ff25","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70c28f630dc2ff25","status":"passed","time":{"start":1728683030021,"stop":1728683030022,"duration":1}},{"uid":"a32d272056157cfa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a32d272056157cfa","status":"passed","time":{"start":1728682581103,"stop":1728682581103,"duration":0}},{"uid":"cdb09924eec33d97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cdb09924eec33d97","status":"passed","time":{"start":1728677081996,"stop":1728677081997,"duration":1}},{"uid":"968fb42d13dadc43","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/968fb42d13dadc43","status":"passed","time":{"start":1728669795395,"stop":1728669795395,"duration":0}},{"uid":"509d628f0b29f8c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/509d628f0b29f8c6","status":"passed","time":{"start":1728598137504,"stop":1728598137504,"duration":0}},{"uid":"59031e8028e9d8c2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/59031e8028e9d8c2","status":"passed","time":{"start":1728597353480,"stop":1728597353480,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6d7e234f47b8c913","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d7e234f47b8c913","status":"passed","time":{"start":1729034307032,"stop":1729034307032,"duration":0}},{"uid":"c119f0a36d6d1aca","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c119f0a36d6d1aca","status":"passed","time":{"start":1729034223307,"stop":1729034223307,"duration":0}},{"uid":"77ca1f2bcc5180a1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/77ca1f2bcc5180a1","status":"passed","time":{"start":1729034034981,"stop":1729034034982,"duration":1}},{"uid":"8c106da48e387f1b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c106da48e387f1b","status":"passed","time":{"start":1729032066292,"stop":1729032066294,"duration":2}},{"uid":"66cd86926167f1f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66cd86926167f1f5","status":"passed","time":{"start":1728901706620,"stop":1728901706620,"duration":0}},{"uid":"50433a9bbfdbd91b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50433a9bbfdbd91b","status":"passed","time":{"start":1728893153422,"stop":1728893153422,"duration":0}},{"uid":"71773caff6efcb94","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/71773caff6efcb94","status":"passed","time":{"start":1728856108127,"stop":1728856108127,"duration":0}},{"uid":"f332fbc75b7a0fe0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f332fbc75b7a0fe0","status":"passed","time":{"start":1728738316669,"stop":1728738316669,"duration":0}},{"uid":"cfc2e3995ba51919","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cfc2e3995ba51919","status":"passed","time":{"start":1728682865317,"stop":1728682865318,"duration":1}},{"uid":"c7f57dc252ef4bd6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7f57dc252ef4bd6","status":"passed","time":{"start":1728682446996,"stop":1728682446996,"duration":0}},{"uid":"871cc983755c462a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/871cc983755c462a","status":"passed","time":{"start":1728676924479,"stop":1728676924480,"duration":1}},{"uid":"42fe7b9cf738fe73","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/42fe7b9cf738fe73","status":"passed","time":{"start":1728669626261,"stop":1728669626262,"duration":1}},{"uid":"8d6fb6b9317c3182","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8d6fb6b9317c3182","status":"passed","time":{"start":1728597973673,"stop":1728597973673,"duration":0}},{"uid":"b53c408130fa3119","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b53c408130fa3119","status":"passed","time":{"start":1728597188036,"stop":1728597188037,"duration":1}}]},"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8e8ffc59c5f8a8ae","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8e8ffc59c5f8a8ae","status":"passed","time":{"start":1729034458928,"stop":1729034458928,"duration":0}},{"uid":"184914fb7f884823","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/184914fb7f884823","status":"passed","time":{"start":1729034372202,"stop":1729034372202,"duration":0}},{"uid":"9a5b60748cb4d39a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9a5b60748cb4d39a","status":"passed","time":{"start":1729034191995,"stop":1729034191995,"duration":0}},{"uid":"a11b09d79ac27d68","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a11b09d79ac27d68","status":"passed","time":{"start":1729032246147,"stop":1729032246148,"duration":1}},{"uid":"d4195a0ab32b61a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d4195a0ab32b61a8","status":"passed","time":{"start":1728902009943,"stop":1728902009943,"duration":0}},{"uid":"50a78f519cdd3a8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50a78f519cdd3a8","status":"passed","time":{"start":1728893442068,"stop":1728893442068,"duration":0}},{"uid":"578b57dc8bea9e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/578b57dc8bea9e7","status":"passed","time":{"start":1728856390380,"stop":1728856390380,"duration":0}},{"uid":"2907580e7c97fd26","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2907580e7c97fd26","status":"passed","time":{"start":1728738615985,"stop":1728738615986,"duration":1}},{"uid":"364de20161995db9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/364de20161995db9","status":"passed","time":{"start":1728683138591,"stop":1728683138591,"duration":0}},{"uid":"e2741445c62d84c3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e2741445c62d84c3","status":"passed","time":{"start":1728682713980,"stop":1728682713980,"duration":0}},{"uid":"af698fece05510a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/af698fece05510a1","status":"passed","time":{"start":1728677205666,"stop":1728677205666,"duration":0}},{"uid":"41611ddd8b547e7d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/41611ddd8b547e7d","status":"passed","time":{"start":1728669886307,"stop":1728669886307,"duration":0}},{"uid":"5cf18358d1540343","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5cf18358d1540343","status":"passed","time":{"start":1728598272275,"stop":1728598272275,"duration":0}},{"uid":"e3d53b30dd91c439","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3d53b30dd91c439","status":"passed","time":{"start":1728597492998,"stop":1728597492999,"duration":1}}]},"360012075a35da70e653368376f81c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b8137cef5b2233d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b8137cef5b2233d","status":"passed","time":{"start":1728901958861,"stop":1728901958862,"duration":1}}]},"fcec176aa8373fa68f24baadd969496d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d88da7a13f8da122","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d88da7a13f8da122","status":"passed","time":{"start":1728683093170,"stop":1728683093170,"duration":0}}]},"c534ab8652bcd99f194ba540671e071c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"87908bd3e7bccff7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/87908bd3e7bccff7","status":"passed","time":{"start":1729034348216,"stop":1729034348216,"duration":0}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3023f7c52a701eab","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3023f7c52a701eab","status":"passed","time":{"start":1729034470060,"stop":1729034470060,"duration":0}},{"uid":"2e577cc4ad054312","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2e577cc4ad054312","status":"passed","time":{"start":1729034388868,"stop":1729034388868,"duration":0}},{"uid":"5d7eae6322fa4c16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5d7eae6322fa4c16","status":"passed","time":{"start":1729034213017,"stop":1729034213018,"duration":1}},{"uid":"e1074855482a7791","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e1074855482a7791","status":"passed","time":{"start":1729032269101,"stop":1729032269101,"duration":0}},{"uid":"b7c01c0034ff655e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c01c0034ff655e","status":"passed","time":{"start":1728902000841,"stop":1728902000841,"duration":0}},{"uid":"9706c296990284f1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9706c296990284f1","status":"passed","time":{"start":1728893442591,"stop":1728893442592,"duration":1}},{"uid":"c1d6dee6fd1b7104","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c1d6dee6fd1b7104","status":"passed","time":{"start":1728856386636,"stop":1728856386637,"duration":1}},{"uid":"371f498cbf9b3fc3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/371f498cbf9b3fc3","status":"passed","time":{"start":1728738608582,"stop":1728738608584,"duration":2}},{"uid":"e4c3cb1baad03279","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e4c3cb1baad03279","status":"passed","time":{"start":1728683148168,"stop":1728683148168,"duration":0}},{"uid":"2a267e47b80b11f2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2a267e47b80b11f2","status":"passed","time":{"start":1728682709056,"stop":1728682709056,"duration":0}},{"uid":"991816664aca8243","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/991816664aca8243","status":"passed","time":{"start":1728677206654,"stop":1728677206654,"duration":0}},{"uid":"eba23024d1a965c2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eba23024d1a965c2","status":"passed","time":{"start":1728669888548,"stop":1728669888549,"duration":1}},{"uid":"5cf6ac6655ee45e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5cf6ac6655ee45e","status":"passed","time":{"start":1728598268130,"stop":1728598268130,"duration":0}},{"uid":"fad437e14bdf6e67","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fad437e14bdf6e67","status":"passed","time":{"start":1728597478031,"stop":1728597478032,"duration":1}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4fd2b269ea5ba7f3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4fd2b269ea5ba7f3","status":"passed","time":{"start":1729034259814,"stop":1729034259815,"duration":1}},{"uid":"6e1af02946b500ba","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6e1af02946b500ba","status":"passed","time":{"start":1729034194007,"stop":1729034194007,"duration":0}},{"uid":"9b934de0a8b07a14","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9b934de0a8b07a14","status":"passed","time":{"start":1729034014863,"stop":1729034014864,"duration":1}},{"uid":"7dc28d3732532e3e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7dc28d3732532e3e","status":"passed","time":{"start":1729032065447,"stop":1729032065447,"duration":0}},{"uid":"de96a1b2aa87d126","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/de96a1b2aa87d126","status":"passed","time":{"start":1728901664250,"stop":1728901664251,"duration":1}},{"uid":"40e74d7ba2ac4390","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/40e74d7ba2ac4390","status":"passed","time":{"start":1728893093689,"stop":1728893093690,"duration":1}},{"uid":"44ec1f1b22e753e3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/44ec1f1b22e753e3","status":"passed","time":{"start":1728856055270,"stop":1728856055270,"duration":0}},{"uid":"fc1894526f020bb1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fc1894526f020bb1","status":"passed","time":{"start":1728738274742,"stop":1728738274742,"duration":0}},{"uid":"6f7cd60f9b14282b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6f7cd60f9b14282b","status":"passed","time":{"start":1728682807954,"stop":1728682807955,"duration":1}},{"uid":"84481f71f3a1732b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/84481f71f3a1732b","status":"passed","time":{"start":1728682381282,"stop":1728682381283,"duration":1}},{"uid":"d50925eaf9a63dae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d50925eaf9a63dae","status":"passed","time":{"start":1728676853895,"stop":1728676853896,"duration":1}},{"uid":"2852d2bce5b38d63","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2852d2bce5b38d63","status":"passed","time":{"start":1728669581690,"stop":1728669581692,"duration":2}},{"uid":"626e9e1ac0465bfe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/626e9e1ac0465bfe","status":"passed","time":{"start":1728597923476,"stop":1728597923477,"duration":1}},{"uid":"42e8f24f37e628e4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42e8f24f37e628e4","status":"passed","time":{"start":1728597132261,"stop":1728597132261,"duration":0}}]},"cbf3e1779e9f5619a92afc0235b238a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"734bfa2ae3951dac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/734bfa2ae3951dac","status":"passed","time":{"start":1728738494950,"stop":1728738494950,"duration":0}}]},"2cd9bc42836bef67e298fde4953723a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9c0376e2ff20ab4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e9c0376e2ff20ab4","status":"passed","time":{"start":1728738604693,"stop":1728738604694,"duration":1}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"43a326172d256c6b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/43a326172d256c6b","status":"passed","time":{"start":1729034402265,"stop":1729034402268,"duration":3}},{"uid":"b72c426a72b6f03d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b72c426a72b6f03d","status":"passed","time":{"start":1729034323286,"stop":1729034323287,"duration":1}},{"uid":"c5b019ad463d36f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5b019ad463d36f5","status":"passed","time":{"start":1729034144762,"stop":1729034144762,"duration":0}},{"uid":"8e9c4a37d84357a5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8e9c4a37d84357a5","status":"passed","time":{"start":1729032198812,"stop":1729032198813,"duration":1}},{"uid":"a4bec348d273ff3b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a4bec348d273ff3b","status":"passed","time":{"start":1728901901757,"stop":1728901901758,"duration":1}},{"uid":"374ea21ed1e4db03","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/374ea21ed1e4db03","status":"passed","time":{"start":1728893337238,"stop":1728893337238,"duration":0}},{"uid":"1878a176461bac70","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1878a176461bac70","status":"passed","time":{"start":1728856299185,"stop":1728856299186,"duration":1}},{"uid":"4e26651cbc933497","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4e26651cbc933497","status":"passed","time":{"start":1728738505371,"stop":1728738505372,"duration":1}},{"uid":"e4654c664bcdd33f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e4654c664bcdd33f","status":"passed","time":{"start":1728683045440,"stop":1728683045440,"duration":0}},{"uid":"c4ecd84eccea8538","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c4ecd84eccea8538","status":"passed","time":{"start":1728682607284,"stop":1728682607284,"duration":0}},{"uid":"a0aad2abb7270016","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a0aad2abb7270016","status":"passed","time":{"start":1728677103490,"stop":1728677103491,"duration":1}},{"uid":"41e40c2beb9edc78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/41e40c2beb9edc78","status":"passed","time":{"start":1728669777113,"stop":1728669777113,"duration":0}},{"uid":"54c4ab0ba5ec1f29","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/54c4ab0ba5ec1f29","status":"passed","time":{"start":1728598163462,"stop":1728598163463,"duration":1}},{"uid":"579833392da0c349","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/579833392da0c349","status":"passed","time":{"start":1728597375460,"stop":1728597375461,"duration":1}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c9f86bd6b31ce472","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c9f86bd6b31ce472","status":"passed","time":{"start":1729034474998,"stop":1729034474998,"duration":0}},{"uid":"7ab52dcad0c75d7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7ab52dcad0c75d7","status":"passed","time":{"start":1729034395298,"stop":1729034395298,"duration":0}},{"uid":"d0232e9ab11dd069","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0232e9ab11dd069","status":"passed","time":{"start":1729034209112,"stop":1729034209112,"duration":0}},{"uid":"94b7521338c92d4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/94b7521338c92d4","status":"passed","time":{"start":1729032264580,"stop":1729032264580,"duration":0}},{"uid":"3366c731439358f4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3366c731439358f4","status":"passed","time":{"start":1728902012871,"stop":1728902012871,"duration":0}},{"uid":"32ef39af4c917c39","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/32ef39af4c917c39","status":"passed","time":{"start":1728893454822,"stop":1728893454822,"duration":0}},{"uid":"546d4220dd5f5405","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/546d4220dd5f5405","status":"passed","time":{"start":1728856408464,"stop":1728856408464,"duration":0}},{"uid":"c968cc5a9de87cec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c968cc5a9de87cec","status":"passed","time":{"start":1728738633865,"stop":1728738633865,"duration":0}},{"uid":"746dbb0c82536254","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/746dbb0c82536254","status":"passed","time":{"start":1728683159812,"stop":1728683159813,"duration":1}},{"uid":"a15c990a2e80dbaf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a15c990a2e80dbaf","status":"passed","time":{"start":1728682751340,"stop":1728682751340,"duration":0}},{"uid":"457a301f475c6dd6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/457a301f475c6dd6","status":"passed","time":{"start":1728677216374,"stop":1728677216374,"duration":0}},{"uid":"8459df9cc41008c3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8459df9cc41008c3","status":"passed","time":{"start":1728669925461,"stop":1728669925461,"duration":0}},{"uid":"1b93fe74a9e8894","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1b93fe74a9e8894","status":"passed","time":{"start":1728598268817,"stop":1728598268817,"duration":0}},{"uid":"140c5e1fff5a0dd4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/140c5e1fff5a0dd4","status":"passed","time":{"start":1728597503945,"stop":1728597503945,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a7eb727ca143ecf6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a7eb727ca143ecf6","status":"passed","time":{"start":1729034393626,"stop":1729034393626,"duration":0}},{"uid":"99cbcb06b82890f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/99cbcb06b82890f5","status":"passed","time":{"start":1729034304800,"stop":1729034304800,"duration":0}},{"uid":"a1daa6bdf9484449","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a1daa6bdf9484449","status":"passed","time":{"start":1729034121889,"stop":1729034121889,"duration":0}},{"uid":"5a542162c1e6bcb8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a542162c1e6bcb8","status":"passed","time":{"start":1729032174796,"stop":1729032174797,"duration":1}},{"uid":"f99704a6a7824826","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f99704a6a7824826","status":"passed","time":{"start":1728901881003,"stop":1728901881003,"duration":0}},{"uid":"fe3ead91a35f34fd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fe3ead91a35f34fd","status":"passed","time":{"start":1728893317131,"stop":1728893317132,"duration":1}},{"uid":"d16793edb20b84a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d16793edb20b84a2","status":"passed","time":{"start":1728856263064,"stop":1728856263064,"duration":0}},{"uid":"456190e170aae041","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/456190e170aae041","status":"passed","time":{"start":1728738492784,"stop":1728738492785,"duration":1}},{"uid":"c15a30958b7754a5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c15a30958b7754a5","status":"passed","time":{"start":1728683030007,"stop":1728683030007,"duration":0}},{"uid":"83cf23fbd06427b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/83cf23fbd06427b4","status":"passed","time":{"start":1728682581072,"stop":1728682581076,"duration":4}},{"uid":"b3a25a02c7d34916","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b3a25a02c7d34916","status":"passed","time":{"start":1728677081983,"stop":1728677081983,"duration":0}},{"uid":"66a72c90cc1311d8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/66a72c90cc1311d8","status":"passed","time":{"start":1728669795383,"stop":1728669795384,"duration":1}},{"uid":"a1ca7a6fc8d2768d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a1ca7a6fc8d2768d","status":"passed","time":{"start":1728598137493,"stop":1728598137494,"duration":1}},{"uid":"a00755633b359403","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a00755633b359403","status":"passed","time":{"start":1728597353471,"stop":1728597353471,"duration":0}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"99822344c7bfd81c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/99822344c7bfd81c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034411420,"stop":1729034411420,"duration":0}},{"uid":"ce144f10fa1b9862","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ce144f10fa1b9862","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034327397,"stop":1729034327397,"duration":0}},{"uid":"14902470eec838df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14902470eec838df","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034147769,"stop":1729034147769,"duration":0}},{"uid":"f4b4503367dc4567","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f4b4503367dc4567","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032204826,"stop":1729032204826,"duration":0}},{"uid":"5ed63b6967239c2a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5ed63b6967239c2a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901907653,"stop":1728901907698,"duration":45}},{"uid":"c6e91cfbf843f91c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c6e91cfbf843f91c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893341886,"stop":1728893341887,"duration":1}},{"uid":"dadc96b64da44b97","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dadc96b64da44b97","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299354,"stop":1728856299354,"duration":0}},{"uid":"6d5ac6a3f83a4ee3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d5ac6a3f83a4ee3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738511614,"stop":1728738511614,"duration":0}},{"uid":"14eeb9ec130645b9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/14eeb9ec130645b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683052909,"stop":1728683052909,"duration":0}},{"uid":"6d9d14f0bcf8b873","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6d9d14f0bcf8b873","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682612908,"stop":1728682612909,"duration":1}},{"uid":"dab5595b64a67171","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dab5595b64a67171","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677115743,"stop":1728677115744,"duration":1}},{"uid":"a7d6845e6c1afaf0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a7d6845e6c1afaf0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669778172,"stop":1728669778172,"duration":0}},{"uid":"13b853604eabac33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/13b853604eabac33","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598175430,"stop":1728598175430,"duration":0}},{"uid":"e5bd77e6d4dec42c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5bd77e6d4dec42c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597380058,"stop":1728597380058,"duration":0}}]},"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"20189b5ec1110258","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/20189b5ec1110258","status":"passed","time":{"start":1729034096126,"stop":1729034096127,"duration":1}},{"uid":"37091082bdc89933","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/37091082bdc89933","status":"passed","time":{"start":1729034020085,"stop":1729034020085,"duration":0}},{"uid":"5fd38dcaf4933e89","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5fd38dcaf4933e89","status":"passed","time":{"start":1729033834377,"stop":1729033834378,"duration":1}},{"uid":"9ce2e8a4529ab29e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ce2e8a4529ab29e","status":"passed","time":{"start":1729031884108,"stop":1729031884108,"duration":0}},{"uid":"142ad5915ff71a5b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/142ad5915ff71a5b","status":"passed","time":{"start":1728901430249,"stop":1728901430249,"duration":0}},{"uid":"3cff8116a0f43d4c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3cff8116a0f43d4c","status":"passed","time":{"start":1728892860526,"stop":1728892860526,"duration":0}},{"uid":"a4d2a94208da7d29","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4d2a94208da7d29","status":"passed","time":{"start":1728855823316,"stop":1728855823316,"duration":0}},{"uid":"6c431b0480240b0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c431b0480240b0","status":"passed","time":{"start":1728738040585,"stop":1728738040585,"duration":0}},{"uid":"14c12bc756511770","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/14c12bc756511770","status":"passed","time":{"start":1728682574084,"stop":1728682574084,"duration":0}},{"uid":"809953bc86073449","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/809953bc86073449","status":"passed","time":{"start":1728682146810,"stop":1728682146810,"duration":0}},{"uid":"aee22aa8309053d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aee22aa8309053d2","status":"passed","time":{"start":1728676621424,"stop":1728676621425,"duration":1}},{"uid":"d65cfb73dd6f1d70","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d65cfb73dd6f1d70","status":"passed","time":{"start":1728669344461,"stop":1728669344461,"duration":0}},{"uid":"554e6afe53fce27d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/554e6afe53fce27d","status":"passed","time":{"start":1728597685154,"stop":1728597685155,"duration":1}},{"uid":"bae7bce2953801ab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bae7bce2953801ab","status":"passed","time":{"start":1728596904461,"stop":1728596904461,"duration":0}}]},"64b25c53160ef25bcee29e6bd74333ff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e29f5525a6ce2b7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e29f5525a6ce2b7","status":"passed","time":{"start":1728893093691,"stop":1728893093692,"duration":1}}]},"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a4753b222ed409e3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a4753b222ed409e3","status":"passed","time":{"start":1729034096128,"stop":1729034096128,"duration":0}},{"uid":"9bbcac5a4df0de74","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9bbcac5a4df0de74","status":"passed","time":{"start":1729034020086,"stop":1729034020086,"duration":0}},{"uid":"217443214b18487f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/217443214b18487f","status":"passed","time":{"start":1729033834379,"stop":1729033834379,"duration":0}},{"uid":"7098001b55a2dab","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7098001b55a2dab","status":"passed","time":{"start":1729031884111,"stop":1729031884111,"duration":0}},{"uid":"fb5b9855337ea579","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fb5b9855337ea579","status":"passed","time":{"start":1728901430251,"stop":1728901430251,"duration":0}},{"uid":"12f114b5ed3eed8a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/12f114b5ed3eed8a","status":"passed","time":{"start":1728892860527,"stop":1728892860527,"duration":0}},{"uid":"f0fc20c6095f987","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f0fc20c6095f987","status":"passed","time":{"start":1728855823318,"stop":1728855823318,"duration":0}},{"uid":"408c83820b3deaec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/408c83820b3deaec","status":"passed","time":{"start":1728738040596,"stop":1728738040596,"duration":0}},{"uid":"d3a6e70cf3e82689","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d3a6e70cf3e82689","status":"passed","time":{"start":1728682574087,"stop":1728682574087,"duration":0}},{"uid":"a2b3f4dd84c39f43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a2b3f4dd84c39f43","status":"passed","time":{"start":1728682146811,"stop":1728682146812,"duration":1}},{"uid":"7666e26adc9f1838","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7666e26adc9f1838","status":"passed","time":{"start":1728676621427,"stop":1728676621427,"duration":0}},{"uid":"38689d9b3acdd6c4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/38689d9b3acdd6c4","status":"passed","time":{"start":1728669344462,"stop":1728669344463,"duration":1}},{"uid":"8bf2076d15c15b1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bf2076d15c15b1b","status":"passed","time":{"start":1728597685156,"stop":1728597685156,"duration":0}},{"uid":"90f7b4fb5cfe11a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90f7b4fb5cfe11a7","status":"passed","time":{"start":1728596904462,"stop":1728596904463,"duration":1}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fa4b154a63e95c16","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fa4b154a63e95c16","status":"passed","time":{"start":1729034130430,"stop":1729034130430,"duration":0}},{"uid":"c4131db967442548","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c4131db967442548","status":"passed","time":{"start":1729034053400,"stop":1729034053400,"duration":0}},{"uid":"cba135ccb7b2f165","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cba135ccb7b2f165","status":"passed","time":{"start":1729033868327,"stop":1729033868328,"duration":1}},{"uid":"557abeb4268dcb46","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/557abeb4268dcb46","status":"passed","time":{"start":1729031918117,"stop":1729031918117,"duration":0}},{"uid":"6fae5d5db32a3804","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6fae5d5db32a3804","status":"passed","time":{"start":1728901463797,"stop":1728901463797,"duration":0}},{"uid":"90202774c3816345","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/90202774c3816345","status":"passed","time":{"start":1728892894310,"stop":1728892894310,"duration":0}},{"uid":"92e4ef1166adc62f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92e4ef1166adc62f","status":"passed","time":{"start":1728855856838,"stop":1728855856839,"duration":1}},{"uid":"e976f7c5dad95357","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e976f7c5dad95357","status":"passed","time":{"start":1728738074179,"stop":1728738074179,"duration":0}},{"uid":"9333bb5dbf47baa7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9333bb5dbf47baa7","status":"passed","time":{"start":1728682607652,"stop":1728682607652,"duration":0}},{"uid":"7b73ab9c0474f2a2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b73ab9c0474f2a2","status":"passed","time":{"start":1728682180606,"stop":1728682180606,"duration":0}},{"uid":"ec3c5b52fa2bb71b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec3c5b52fa2bb71b","status":"passed","time":{"start":1728676655189,"stop":1728676655191,"duration":2}},{"uid":"aa463df0095265b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa463df0095265b","status":"passed","time":{"start":1728669378165,"stop":1728669378165,"duration":0}},{"uid":"2e26e28798fb48f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e26e28798fb48f","status":"passed","time":{"start":1728597718742,"stop":1728597718743,"duration":1}},{"uid":"8ed9ece4d314f689","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8ed9ece4d314f689","status":"passed","time":{"start":1728596937946,"stop":1728596937946,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3f76647b866e4256","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3f76647b866e4256","status":"passed","time":{"start":1729034402268,"stop":1729034402269,"duration":1}},{"uid":"4dd17f263dc6799","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4dd17f263dc6799","status":"passed","time":{"start":1729034323288,"stop":1729034323289,"duration":1}},{"uid":"da1b991707b80744","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/da1b991707b80744","status":"passed","time":{"start":1729034144763,"stop":1729034144763,"duration":0}},{"uid":"a9b7a61cbb360b51","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a9b7a61cbb360b51","status":"passed","time":{"start":1729032198813,"stop":1729032198814,"duration":1}},{"uid":"884eeb24b1478dbf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/884eeb24b1478dbf","status":"passed","time":{"start":1728901901759,"stop":1728901901760,"duration":1}},{"uid":"56aa8670bf4b9f60","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/56aa8670bf4b9f60","status":"passed","time":{"start":1728893337239,"stop":1728893337239,"duration":0}},{"uid":"19d451be7fe3f041","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/19d451be7fe3f041","status":"passed","time":{"start":1728856299186,"stop":1728856299186,"duration":0}},{"uid":"805986db059c8bc2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/805986db059c8bc2","status":"passed","time":{"start":1728738505372,"stop":1728738505372,"duration":0}},{"uid":"9e812e8a225c8b60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9e812e8a225c8b60","status":"passed","time":{"start":1728683045441,"stop":1728683045446,"duration":5}},{"uid":"13bce030d916caf3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13bce030d916caf3","status":"passed","time":{"start":1728682607285,"stop":1728682607286,"duration":1}},{"uid":"7d48fc9a32cc90f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d48fc9a32cc90f2","status":"passed","time":{"start":1728677103491,"stop":1728677103492,"duration":1}},{"uid":"e48aab5068b7b9b9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e48aab5068b7b9b9","status":"passed","time":{"start":1728669777113,"stop":1728669777114,"duration":1}},{"uid":"5418dc645759ed9b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5418dc645759ed9b","status":"passed","time":{"start":1728598163463,"stop":1728598163463,"duration":0}},{"uid":"b573f8fd060559b4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b573f8fd060559b4","status":"passed","time":{"start":1728597375462,"stop":1728597375463,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2b20bd2c8dc51fbb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2b20bd2c8dc51fbb","status":"passed","time":{"start":1729034162498,"stop":1729034162498,"duration":0}},{"uid":"ee74c969ec90ce8a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ee74c969ec90ce8a","status":"passed","time":{"start":1729034086612,"stop":1729034086613,"duration":1}},{"uid":"ff5bc14a0109865","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff5bc14a0109865","status":"passed","time":{"start":1729033900643,"stop":1729033900645,"duration":2}},{"uid":"f7df946e330f0e0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f7df946e330f0e0e","status":"passed","time":{"start":1729031950407,"stop":1729031950408,"duration":1}},{"uid":"ff442ca849d58cfb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ff442ca849d58cfb","status":"passed","time":{"start":1728901494879,"stop":1728901494879,"duration":0}},{"uid":"e812dfb31fec9e02","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e812dfb31fec9e02","status":"passed","time":{"start":1728892927097,"stop":1728892927098,"duration":1}},{"uid":"bbf4ea058a5b8555","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bbf4ea058a5b8555","status":"passed","time":{"start":1728855889014,"stop":1728855889015,"duration":1}},{"uid":"ec21d3f177324372","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec21d3f177324372","status":"passed","time":{"start":1728738105941,"stop":1728738105941,"duration":0}},{"uid":"5b039a516c597ef0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5b039a516c597ef0","status":"passed","time":{"start":1728682639925,"stop":1728682639926,"duration":1}},{"uid":"b31db6e6e728c5d4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b31db6e6e728c5d4","status":"passed","time":{"start":1728682212119,"stop":1728682212120,"duration":1}},{"uid":"6fc4ac383b9d536d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6fc4ac383b9d536d","status":"passed","time":{"start":1728676687921,"stop":1728676687922,"duration":1}},{"uid":"a822f0cf788eac6d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a822f0cf788eac6d","status":"passed","time":{"start":1728669411847,"stop":1728669411847,"duration":0}},{"uid":"332def47f04a09c2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/332def47f04a09c2","status":"passed","time":{"start":1728597751012,"stop":1728597751012,"duration":0}},{"uid":"81aeeb6d0c0951da","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/81aeeb6d0c0951da","status":"passed","time":{"start":1728596968267,"stop":1728596968268,"duration":1}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7a16f7a691ce97bf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a16f7a691ce97bf","status":"passed","time":{"start":1729034413328,"stop":1729034413328,"duration":0}},{"uid":"f0115918431b80f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f0115918431b80f5","status":"passed","time":{"start":1729034330405,"stop":1729034330405,"duration":0}},{"uid":"a02d806401e19c4e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a02d806401e19c4e","status":"passed","time":{"start":1729034148002,"stop":1729034148002,"duration":0}},{"uid":"645ab7cb4c2a50e6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/645ab7cb4c2a50e6","status":"passed","time":{"start":1729032202832,"stop":1729032202833,"duration":1}},{"uid":"247bca5ea292c919","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/247bca5ea292c919","status":"passed","time":{"start":1728901873322,"stop":1728901873322,"duration":0}},{"uid":"d57d0cfa877c046a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d57d0cfa877c046a","status":"passed","time":{"start":1728893311009,"stop":1728893311009,"duration":0}},{"uid":"5ea4787795a666ed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5ea4787795a666ed","status":"passed","time":{"start":1728856279298,"stop":1728856279298,"duration":0}},{"uid":"cb32ebd0013f0456","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb32ebd0013f0456","status":"passed","time":{"start":1728738483462,"stop":1728738483463,"duration":1}},{"uid":"e31cde8a703702b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e31cde8a703702b6","status":"passed","time":{"start":1728683033355,"stop":1728683033355,"duration":0}},{"uid":"b0c8d786c555172e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b0c8d786c555172e","status":"passed","time":{"start":1728682591258,"stop":1728682591258,"duration":0}},{"uid":"4cfe8c56123bf41e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4cfe8c56123bf41e","status":"passed","time":{"start":1728677083881,"stop":1728677083882,"duration":1}},{"uid":"2c1bb58651a58b5a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2c1bb58651a58b5a","status":"passed","time":{"start":1728669753997,"stop":1728669753998,"duration":1}},{"uid":"afcbe1f46fc3977","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/afcbe1f46fc3977","status":"passed","time":{"start":1728598145545,"stop":1728598145545,"duration":0}},{"uid":"4e215c3b7206f985","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4e215c3b7206f985","status":"passed","time":{"start":1728597350445,"stop":1728597350446,"duration":1}}]},"dbbe057875088916a76bbd9635820c0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2491c911081625e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e2491c911081625e","status":"passed","time":{"start":1728901995036,"stop":1728901995037,"duration":1}}]},"22a088406165569415707ae1524760ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd4268b71b6392de","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fd4268b71b6392de","status":"passed","time":{"start":1728677156812,"stop":1728677156813,"duration":1}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"24748f0e00adc4ae","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/24748f0e00adc4ae","status":"passed","time":{"start":1729034452184,"stop":1729034452184,"duration":0}},{"uid":"a8e06c0c0921dc2b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a8e06c0c0921dc2b","status":"passed","time":{"start":1729034373079,"stop":1729034373080,"duration":1}},{"uid":"4c7e9104f80568d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c7e9104f80568d6","status":"passed","time":{"start":1729034188117,"stop":1729034188117,"duration":0}},{"uid":"b1fdb031cc5a7336","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b1fdb031cc5a7336","status":"passed","time":{"start":1729032231863,"stop":1729032231864,"duration":1}},{"uid":"12855f1a4f8904d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12855f1a4f8904d0","status":"passed","time":{"start":1728901989565,"stop":1728901989565,"duration":0}},{"uid":"ea094605fe6b4e9b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ea094605fe6b4e9b","status":"passed","time":{"start":1728893424900,"stop":1728893424901,"duration":1}},{"uid":"732c5d0fcf33d0a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/732c5d0fcf33d0a4","status":"passed","time":{"start":1728856376683,"stop":1728856376683,"duration":0}},{"uid":"ac5068719f495b29","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ac5068719f495b29","status":"passed","time":{"start":1728738593960,"stop":1728738593960,"duration":0}},{"uid":"20686b964986ade1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/20686b964986ade1","status":"passed","time":{"start":1728683135337,"stop":1728683135338,"duration":1}},{"uid":"2a3a62ecb9a19a89","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2a3a62ecb9a19a89","status":"passed","time":{"start":1728682692589,"stop":1728682692589,"duration":0}},{"uid":"f3244a4ba344f369","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f3244a4ba344f369","status":"passed","time":{"start":1728677194228,"stop":1728677194229,"duration":1}},{"uid":"cea1ce16a86d547b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cea1ce16a86d547b","status":"passed","time":{"start":1728669874423,"stop":1728669874424,"duration":1}},{"uid":"9a36b57ddd77e6c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a36b57ddd77e6c","status":"passed","time":{"start":1728598257462,"stop":1728598257462,"duration":0}},{"uid":"d13704df0905ab96","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d13704df0905ab96","status":"passed","time":{"start":1728597471284,"stop":1728597471284,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dca51b646c1f0960","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dca51b646c1f0960","status":"passed","time":{"start":1729034480285,"stop":1729034480288,"duration":3}},{"uid":"abb85e2a91480ec5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/abb85e2a91480ec5","status":"passed","time":{"start":1729034396758,"stop":1729034396758,"duration":0}},{"uid":"63afe140347f62bd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/63afe140347f62bd","status":"passed","time":{"start":1729032277689,"stop":1729032277690,"duration":1}},{"uid":"840cccf261111bd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/840cccf261111bd","status":"passed","time":{"start":1728902034222,"stop":1728902034222,"duration":0}},{"uid":"ce634bc10894611b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce634bc10894611b","status":"passed","time":{"start":1728893469054,"stop":1728893469055,"duration":1}},{"uid":"45c7e15a11f5d84e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/45c7e15a11f5d84e","status":"passed","time":{"start":1728856416486,"stop":1728856416486,"duration":0}},{"uid":"54ebf1297b70714","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/54ebf1297b70714","status":"passed","time":{"start":1728738643168,"stop":1728738643168,"duration":0}},{"uid":"36b807f684ea9b70","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36b807f684ea9b70","status":"passed","time":{"start":1728683174244,"stop":1728683174244,"duration":0}},{"uid":"76fa6990a7390879","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/76fa6990a7390879","status":"passed","time":{"start":1728682757797,"stop":1728682757797,"duration":0}},{"uid":"58735082b8c13fde","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/58735082b8c13fde","status":"passed","time":{"start":1728677231122,"stop":1728677231123,"duration":1}},{"uid":"bb7c19f126895cfe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb7c19f126895cfe","status":"passed","time":{"start":1728669920232,"stop":1728669920233,"duration":1}},{"uid":"66c360757e0c37c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/66c360757e0c37c6","status":"passed","time":{"start":1728598298886,"stop":1728598298887,"duration":1}},{"uid":"5962bbda8bd40738","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5962bbda8bd40738","status":"passed","time":{"start":1728597513732,"stop":1728597513732,"duration":0}}]},"5b4f9624a54237e6882d63bcdc3f9eb5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d30ed6939f590b4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d30ed6939f590b4a","status":"passed","time":{"start":1728598137498,"stop":1728598137499,"duration":1}}]},"09ee853dc4cf5e5fd6c0e1dd09dbf83c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c283c4bc56ece41d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c283c4bc56ece41d","status":"passed","time":{"start":1728893389988,"stop":1728893389989,"duration":1}}]},"b568842359197c1569344973aaeada0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ccde1146bf511eb6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ccde1146bf511eb6","status":"passed","time":{"start":1728682807959,"stop":1728682807959,"duration":0}}]},"6b706524b853faca44416982b74461c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"750ec5c427755016","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/750ec5c427755016","status":"passed","time":{"start":1728682666068,"stop":1728682666069,"duration":1}}]},"9220bd055bd1d8ad212f07152666fff7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf34c6fcbd83ec03","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bf34c6fcbd83ec03","status":"passed","time":{"start":1728682652693,"stop":1728682652693,"duration":0}}]},"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5378719e1b4b907c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5378719e1b4b907c","status":"passed","time":{"start":1729034096142,"stop":1729034096143,"duration":1}},{"uid":"3163c02ae7672d72","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3163c02ae7672d72","status":"passed","time":{"start":1729034020099,"stop":1729034020099,"duration":0}},{"uid":"37a4f62c173f458e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37a4f62c173f458e","status":"passed","time":{"start":1729033834396,"stop":1729033834396,"duration":0}},{"uid":"60438c270dd18453","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/60438c270dd18453","status":"passed","time":{"start":1729031884129,"stop":1729031884130,"duration":1}},{"uid":"cee1535b7170987","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cee1535b7170987","status":"passed","time":{"start":1728901430262,"stop":1728901430262,"duration":0}},{"uid":"a9db8f52f7da151","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a9db8f52f7da151","status":"passed","time":{"start":1728892860541,"stop":1728892860541,"duration":0}},{"uid":"2454b309bf3386db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2454b309bf3386db","status":"passed","time":{"start":1728855823330,"stop":1728855823330,"duration":0}},{"uid":"6ac21580ff3d84c6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6ac21580ff3d84c6","status":"passed","time":{"start":1728738040611,"stop":1728738040612,"duration":1}},{"uid":"7354bb4ffe1c1f24","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7354bb4ffe1c1f24","status":"passed","time":{"start":1728682574102,"stop":1728682574103,"duration":1}},{"uid":"89233a94f857b852","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/89233a94f857b852","status":"passed","time":{"start":1728682146827,"stop":1728682146827,"duration":0}},{"uid":"9d6153bf9a811ed6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9d6153bf9a811ed6","status":"passed","time":{"start":1728676621441,"stop":1728676621441,"duration":0}},{"uid":"a45ef35cd8f74c80","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a45ef35cd8f74c80","status":"passed","time":{"start":1728669344475,"stop":1728669344475,"duration":0}},{"uid":"c01311f019f87b72","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c01311f019f87b72","status":"passed","time":{"start":1728597685171,"stop":1728597685171,"duration":0}},{"uid":"35c47f26088bd431","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/35c47f26088bd431","status":"passed","time":{"start":1728596904480,"stop":1728596904481,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5898862147c68ea0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5898862147c68ea0","status":"passed","time":{"start":1729034393648,"stop":1729034393649,"duration":1}},{"uid":"59c4efce7cede502","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/59c4efce7cede502","status":"passed","time":{"start":1729034304849,"stop":1729034304850,"duration":1}},{"uid":"b2427ded3dee1ebe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b2427ded3dee1ebe","status":"passed","time":{"start":1729034121914,"stop":1729034121915,"duration":1}},{"uid":"f2e839e827140cf9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f2e839e827140cf9","status":"passed","time":{"start":1729032174873,"stop":1729032174873,"duration":0}},{"uid":"4a36f06a6aceb827","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4a36f06a6aceb827","status":"passed","time":{"start":1728901881013,"stop":1728901881014,"duration":1}},{"uid":"14e27057800ea5ef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/14e27057800ea5ef","status":"passed","time":{"start":1728893317165,"stop":1728893317166,"duration":1}},{"uid":"fdd9de5b7dfd5c40","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fdd9de5b7dfd5c40","status":"passed","time":{"start":1728856263101,"stop":1728856263101,"duration":0}},{"uid":"b5e416a36b732328","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b5e416a36b732328","status":"passed","time":{"start":1728738492800,"stop":1728738492800,"duration":0}},{"uid":"e2617913006fced4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e2617913006fced4","status":"passed","time":{"start":1728683030022,"stop":1728683030022,"duration":0}},{"uid":"bffc5897a3fb6c67","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bffc5897a3fb6c67","status":"passed","time":{"start":1728682581104,"stop":1728682581104,"duration":0}},{"uid":"4317a6788aa0b682","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4317a6788aa0b682","status":"passed","time":{"start":1728677081998,"stop":1728677081998,"duration":0}},{"uid":"1842430bd02871dd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1842430bd02871dd","status":"passed","time":{"start":1728669795398,"stop":1728669795398,"duration":0}},{"uid":"353c07990272c48d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/353c07990272c48d","status":"passed","time":{"start":1728598137505,"stop":1728598137505,"duration":0}},{"uid":"2e9a522d9cde4513","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2e9a522d9cde4513","status":"passed","time":{"start":1728597353480,"stop":1728597353481,"duration":1}}]},"b1617d541aa2b1d0bf6b170743e1fa7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c928f0a2c05094a8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c928f0a2c05094a8","status":"passed","time":{"start":1728893337254,"stop":1728893337254,"duration":0}}]},"1be19ae56a63c6313dc5c2d67b9ef5f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"501243d5f5b05805","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/501243d5f5b05805","status":"passed","time":{"start":1728669834427,"stop":1728669834431,"duration":4}}]},"a47ee37ff657033feb710ffb0195fd1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a3e9576697c212b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a3e9576697c212b","status":"passed","time":{"start":1729034169451,"stop":1729034169451,"duration":0}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7893f727a5db2342","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7893f727a5db2342","status":"passed","time":{"start":1729034411419,"stop":1729034411419,"duration":0}},{"uid":"83549b360f33c81","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/83549b360f33c81","status":"passed","time":{"start":1729034327392,"stop":1729034327395,"duration":3}},{"uid":"7ab7ce988025bee6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ab7ce988025bee6","status":"passed","time":{"start":1729034147767,"stop":1729034147767,"duration":0}},{"uid":"85b21eef99f011cf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/85b21eef99f011cf","status":"passed","time":{"start":1729032204824,"stop":1729032204825,"duration":1}},{"uid":"4a4a3ff7dbb52475","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4a4a3ff7dbb52475","status":"passed","time":{"start":1728901907652,"stop":1728901907652,"duration":0}},{"uid":"cc72735622eee821","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cc72735622eee821","status":"passed","time":{"start":1728893341886,"stop":1728893341886,"duration":0}},{"uid":"1d806bee7ba8bdf2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d806bee7ba8bdf2","status":"passed","time":{"start":1728856299351,"stop":1728856299351,"duration":0}},{"uid":"cc64418a3bbb41b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc64418a3bbb41b9","status":"passed","time":{"start":1728738511612,"stop":1728738511612,"duration":0}},{"uid":"f862e72047905b74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f862e72047905b74","status":"passed","time":{"start":1728683052907,"stop":1728683052908,"duration":1}},{"uid":"18c281bc94264a3e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18c281bc94264a3e","status":"passed","time":{"start":1728682612907,"stop":1728682612907,"duration":0}},{"uid":"284fdd9796d370e3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/284fdd9796d370e3","status":"passed","time":{"start":1728677115742,"stop":1728677115742,"duration":0}},{"uid":"a27a6243930d04e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a27a6243930d04e0","status":"passed","time":{"start":1728669778170,"stop":1728669778171,"duration":1}},{"uid":"4f8957dc51c7b4b3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4f8957dc51c7b4b3","status":"passed","time":{"start":1728598175428,"stop":1728598175428,"duration":0}},{"uid":"546f3216a2eb296f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/546f3216a2eb296f","status":"passed","time":{"start":1728597380057,"stop":1728597380057,"duration":0}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e5a9a9b9988df1f0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e5a9a9b9988df1f0","status":"passed","time":{"start":1729034206087,"stop":1729034206088,"duration":1}},{"uid":"4ca561c6c54259db","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4ca561c6c54259db","status":"passed","time":{"start":1729034134196,"stop":1729034134197,"duration":1}},{"uid":"e93a7e32c4f097d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e93a7e32c4f097d","status":"passed","time":{"start":1729033942604,"stop":1729033942604,"duration":0}},{"uid":"e66e759b4613bdc2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e66e759b4613bdc2","status":"passed","time":{"start":1729031989715,"stop":1729031989715,"duration":0}},{"uid":"4cdc944df54cc585","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4cdc944df54cc585","status":"passed","time":{"start":1728901562047,"stop":1728901562048,"duration":1}},{"uid":"73ed13ea2f8c37b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73ed13ea2f8c37b6","status":"passed","time":{"start":1728893001482,"stop":1728893001482,"duration":0}},{"uid":"6d37c5f3fe61f04d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d37c5f3fe61f04d","status":"passed","time":{"start":1728855968869,"stop":1728855968869,"duration":0}},{"uid":"63df190f0830c426","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/63df190f0830c426","status":"passed","time":{"start":1728738172967,"stop":1728738172968,"duration":1}},{"uid":"b5b39a9017c0ad82","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5b39a9017c0ad82","status":"passed","time":{"start":1728682706940,"stop":1728682706941,"duration":1}},{"uid":"e41236301daeeedf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e41236301daeeedf","status":"passed","time":{"start":1728682296861,"stop":1728682296861,"duration":0}},{"uid":"46dde9cec0e2bdb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46dde9cec0e2bdb9","status":"passed","time":{"start":1728676761477,"stop":1728676761478,"duration":1}},{"uid":"d049208d1a670546","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d049208d1a670546","status":"passed","time":{"start":1728669479027,"stop":1728669479028,"duration":1}},{"uid":"7ab7243e6043ecdb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7ab7243e6043ecdb","status":"passed","time":{"start":1728597820127,"stop":1728597820128,"duration":1}},{"uid":"34cccd477f0d2e93","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/34cccd477f0d2e93","status":"passed","time":{"start":1728597034502,"stop":1728597034502,"duration":0}}]},"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"accc154e3968959f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/accc154e3968959f","status":"passed","time":{"start":1729034096132,"stop":1729034096132,"duration":0}},{"uid":"91c4fd8ec69bb6e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/91c4fd8ec69bb6e","status":"passed","time":{"start":1729034020089,"stop":1729034020089,"duration":0}},{"uid":"8abf46011fd069b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8abf46011fd069b3","status":"passed","time":{"start":1729033834383,"stop":1729033834383,"duration":0}},{"uid":"5c7d83a89a233f39","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5c7d83a89a233f39","status":"passed","time":{"start":1729031884116,"stop":1729031884117,"duration":1}},{"uid":"175ec264071af1d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/175ec264071af1d0","status":"passed","time":{"start":1728901430253,"stop":1728901430253,"duration":0}},{"uid":"1e9ecf0975647538","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e9ecf0975647538","status":"passed","time":{"start":1728892860531,"stop":1728892860531,"duration":0}},{"uid":"bd6591ecad8fc72e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bd6591ecad8fc72e","status":"passed","time":{"start":1728855823321,"stop":1728855823321,"duration":0}},{"uid":"eeb30de5f2d632c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eeb30de5f2d632c4","status":"passed","time":{"start":1728738040600,"stop":1728738040600,"duration":0}},{"uid":"e9c767585533291d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e9c767585533291d","status":"passed","time":{"start":1728682574090,"stop":1728682574090,"duration":0}},{"uid":"463c4c1e27dc0e53","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/463c4c1e27dc0e53","status":"passed","time":{"start":1728682146816,"stop":1728682146816,"duration":0}},{"uid":"ef735970814ef66","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef735970814ef66","status":"passed","time":{"start":1728676621430,"stop":1728676621430,"duration":0}},{"uid":"6b794f32b20501f6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6b794f32b20501f6","status":"passed","time":{"start":1728669344466,"stop":1728669344466,"duration":0}},{"uid":"997c779742849b90","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/997c779742849b90","status":"passed","time":{"start":1728597685160,"stop":1728597685160,"duration":0}},{"uid":"cf266121cb19e9a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cf266121cb19e9a7","status":"passed","time":{"start":1728596904466,"stop":1728596904466,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"961f70fc1a2ba5f4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/961f70fc1a2ba5f4","status":"passed","time":{"start":1729034393654,"stop":1729034393654,"duration":0}},{"uid":"59a10ec3b355b1b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/59a10ec3b355b1b","status":"passed","time":{"start":1729034304852,"stop":1729034304852,"duration":0}},{"uid":"63acd4c5b9f4d77c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/63acd4c5b9f4d77c","status":"passed","time":{"start":1729034121936,"stop":1729034121937,"duration":1}},{"uid":"bc5a8f5912f6eaeb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bc5a8f5912f6eaeb","status":"passed","time":{"start":1729032174901,"stop":1729032174902,"duration":1}},{"uid":"19e68f0eb2f180ef","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/19e68f0eb2f180ef","status":"passed","time":{"start":1728901881018,"stop":1728901881019,"duration":1}},{"uid":"1c749df0ea11abce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1c749df0ea11abce","status":"passed","time":{"start":1728893317175,"stop":1728893317176,"duration":1}},{"uid":"9ead724977a980b1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9ead724977a980b1","status":"passed","time":{"start":1728856263107,"stop":1728856263107,"duration":0}},{"uid":"7a77bfa1351a9174","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a77bfa1351a9174","status":"passed","time":{"start":1728738492802,"stop":1728738492802,"duration":0}},{"uid":"309845f6639cb5b1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/309845f6639cb5b1","status":"passed","time":{"start":1728683030025,"stop":1728683030025,"duration":0}},{"uid":"4b980171870e6a96","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4b980171870e6a96","status":"passed","time":{"start":1728682581106,"stop":1728682581110,"duration":4}},{"uid":"787c77a094d1189c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/787c77a094d1189c","status":"passed","time":{"start":1728677082002,"stop":1728677082003,"duration":1}},{"uid":"44935c33c6a890a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/44935c33c6a890a","status":"passed","time":{"start":1728669795401,"stop":1728669795401,"duration":0}},{"uid":"55f710ea597323be","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55f710ea597323be","status":"passed","time":{"start":1728598137506,"stop":1728598137507,"duration":1}},{"uid":"f50fe93a4b5ecdc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f50fe93a4b5ecdc2","status":"passed","time":{"start":1728597353483,"stop":1728597353483,"duration":0}}]},"b83df75610ec6c035cae4a2eaf5b080a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d0bd7f8c2e51f587","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d0bd7f8c2e51f587","status":"passed","time":{"start":1728677163572,"stop":1728677163573,"duration":1}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f33fa281e377ea65","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f33fa281e377ea65","status":"passed","time":{"start":1729034393638,"stop":1729034393639,"duration":1}},{"uid":"4c0f1e8fd71bfc13","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c0f1e8fd71bfc13","status":"passed","time":{"start":1729034304833,"stop":1729034304834,"duration":1}},{"uid":"71b6e70e9e57fda8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/71b6e70e9e57fda8","status":"passed","time":{"start":1729034121899,"stop":1729034121900,"duration":1}},{"uid":"1b0660b911dcdc0a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1b0660b911dcdc0a","status":"passed","time":{"start":1729032174809,"stop":1729032174809,"duration":0}},{"uid":"9bce83757e6208b4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9bce83757e6208b4","status":"passed","time":{"start":1728901881009,"stop":1728901881009,"duration":0}},{"uid":"b490fea920d816f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b490fea920d816f3","status":"passed","time":{"start":1728893317155,"stop":1728893317155,"duration":0}},{"uid":"4815a1d9ff303e39","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4815a1d9ff303e39","status":"passed","time":{"start":1728856263079,"stop":1728856263079,"duration":0}},{"uid":"4f4a37a6deba277a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4f4a37a6deba277a","status":"passed","time":{"start":1728738492795,"stop":1728738492795,"duration":0}},{"uid":"f3147a0df2ba4716","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3147a0df2ba4716","status":"passed","time":{"start":1728683030017,"stop":1728683030018,"duration":1}},{"uid":"feef9f9c9a812d34","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/feef9f9c9a812d34","status":"passed","time":{"start":1728682581097,"stop":1728682581097,"duration":0}},{"uid":"8085e07d863fa623","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8085e07d863fa623","status":"passed","time":{"start":1728677081990,"stop":1728677081990,"duration":0}},{"uid":"d34ef596c0c51c64","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d34ef596c0c51c64","status":"passed","time":{"start":1728669795391,"stop":1728669795391,"duration":0}},{"uid":"74441241b0a011d5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74441241b0a011d5","status":"passed","time":{"start":1728598137500,"stop":1728598137500,"duration":0}},{"uid":"6701f1414538d227","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6701f1414538d227","status":"passed","time":{"start":1728597353477,"stop":1728597353477,"duration":0}}]},"359f94573637a983d040a83bd3d384db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"298f78e00c0d8bf8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/298f78e00c0d8bf8","status":"passed","time":{"start":1728738567468,"stop":1728738567469,"duration":1}}]},"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"638fc0bd0b7993a8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/638fc0bd0b7993a8","status":"passed","time":{"start":1729034238406,"stop":1729034238408,"duration":2}},{"uid":"c227e7c9a1eada1f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c227e7c9a1eada1f","status":"passed","time":{"start":1729034157649,"stop":1729034157651,"duration":2}},{"uid":"ba5d3d73b7d58edd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba5d3d73b7d58edd","status":"passed","time":{"start":1729033974447,"stop":1729033974449,"duration":2}},{"uid":"dfc3be69f9c6a13b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dfc3be69f9c6a13b","status":"passed","time":{"start":1729032027757,"stop":1729032027759,"duration":2}},{"uid":"b710c4898c6857c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b710c4898c6857c","status":"passed","time":{"start":1728901614538,"stop":1728901614539,"duration":1}},{"uid":"40fb99145328a10e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/40fb99145328a10e","status":"passed","time":{"start":1728893048594,"stop":1728893048594,"duration":0}},{"uid":"dc8b55055e6969f6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dc8b55055e6969f6","status":"passed","time":{"start":1728856013558,"stop":1728856013558,"duration":0}},{"uid":"8e0fbce19fbe7fcb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8e0fbce19fbe7fcb","status":"passed","time":{"start":1728738231630,"stop":1728738231630,"duration":0}},{"uid":"113002643bae86b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/113002643bae86b","status":"passed","time":{"start":1728682761069,"stop":1728682761070,"duration":1}},{"uid":"2854d8dc5f27eb33","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2854d8dc5f27eb33","status":"passed","time":{"start":1728682330627,"stop":1728682330627,"duration":0}},{"uid":"80e295ee9d11a796","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/80e295ee9d11a796","status":"passed","time":{"start":1728676808321,"stop":1728676808322,"duration":1}},{"uid":"fce611386126879b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fce611386126879b","status":"passed","time":{"start":1728669528227,"stop":1728669528227,"duration":0}},{"uid":"1e491b6c628a85f4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e491b6c628a85f4","status":"passed","time":{"start":1728597872226,"stop":1728597872226,"duration":0}},{"uid":"90e83d73b38ba196","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90e83d73b38ba196","status":"passed","time":{"start":1728597087683,"stop":1728597087684,"duration":1}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bea90fc82717ee75","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bea90fc82717ee75","status":"passed","time":{"start":1729034119304,"stop":1729034119304,"duration":0}},{"uid":"cad78f4e01529952","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cad78f4e01529952","status":"passed","time":{"start":1729033933480,"stop":1729033933480,"duration":0}},{"uid":"1a79b4b2195b8fd8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a79b4b2195b8fd8","status":"passed","time":{"start":1729031982920,"stop":1729031982920,"duration":0}},{"uid":"f6d6dd0e7556cc9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f6d6dd0e7556cc9","status":"passed","time":{"start":1728901527855,"stop":1728901527856,"duration":1}},{"uid":"f556076de665da5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f556076de665da5a","status":"passed","time":{"start":1728892960139,"stop":1728892960140,"duration":1}},{"uid":"30fa1cced54b32e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30fa1cced54b32e","status":"passed","time":{"start":1728855921714,"stop":1728855921714,"duration":0}},{"uid":"e3e13a54fbf93bd0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e3e13a54fbf93bd0","status":"passed","time":{"start":1728738138432,"stop":1728738138432,"duration":0}},{"uid":"a7eddbbf49e718ec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a7eddbbf49e718ec","status":"passed","time":{"start":1728682672252,"stop":1728682672252,"duration":0}},{"uid":"119bedf9946132b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/119bedf9946132b4","status":"passed","time":{"start":1728682245074,"stop":1728682245074,"duration":0}},{"uid":"b45b1ef9dff2624d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b45b1ef9dff2624d","status":"passed","time":{"start":1728676721299,"stop":1728676721300,"duration":1}},{"uid":"27ca1d8c582f6214","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/27ca1d8c582f6214","status":"passed","time":{"start":1728669444560,"stop":1728669444561,"duration":1}},{"uid":"73dcfec96f3f31f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/73dcfec96f3f31f","status":"passed","time":{"start":1728597784072,"stop":1728597784073,"duration":1}},{"uid":"794f8030df018ba2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/794f8030df018ba2","status":"passed","time":{"start":1728597001548,"stop":1728597001548,"duration":0}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"921e46aaf5f3d9ad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/921e46aaf5f3d9ad","status":"passed","time":{"start":1729034104909,"stop":1729034104909,"duration":0}},{"uid":"255cbcec70b79009","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/255cbcec70b79009","status":"passed","time":{"start":1729034028507,"stop":1729034028507,"duration":0}},{"uid":"ba2ab9b7013b405f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba2ab9b7013b405f","status":"passed","time":{"start":1729033843115,"stop":1729033843116,"duration":1}},{"uid":"556801652a788c2e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/556801652a788c2e","status":"passed","time":{"start":1729031892674,"stop":1729031892674,"duration":0}},{"uid":"e1cd56d1f288a195","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e1cd56d1f288a195","status":"passed","time":{"start":1728901438805,"stop":1728901438806,"duration":1}},{"uid":"c9e867cab9adfe62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9e867cab9adfe62","status":"passed","time":{"start":1728892868997,"stop":1728892868997,"duration":0}},{"uid":"8be8e42e18868757","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8be8e42e18868757","status":"passed","time":{"start":1728855831890,"stop":1728855831890,"duration":0}},{"uid":"2178abc85a521dd1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2178abc85a521dd1","status":"passed","time":{"start":1728738049037,"stop":1728738049037,"duration":0}},{"uid":"4d06c222322eb81c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d06c222322eb81c","status":"passed","time":{"start":1728682582615,"stop":1728682582615,"duration":0}},{"uid":"7afef75c3516334a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7afef75c3516334a","status":"passed","time":{"start":1728682155405,"stop":1728682155405,"duration":0}},{"uid":"ec545333048de80f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec545333048de80f","status":"passed","time":{"start":1728676629971,"stop":1728676629971,"duration":0}},{"uid":"bb9dcfa17d9d41e7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb9dcfa17d9d41e7","status":"passed","time":{"start":1728669353098,"stop":1728669353099,"duration":1}},{"uid":"bec0fe989aa35b55","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bec0fe989aa35b55","status":"passed","time":{"start":1728597693843,"stop":1728597693843,"duration":0}},{"uid":"eb180ecfeacd4523","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb180ecfeacd4523","status":"passed","time":{"start":1728596913088,"stop":1728596913088,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aac84daab8e15539","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aac84daab8e15539","status":"passed","time":{"start":1729034487485,"stop":1729034487485,"duration":0}},{"uid":"ad15275cd706ca14","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ad15275cd706ca14","status":"passed","time":{"start":1729034446110,"stop":1729034446110,"duration":0}},{"uid":"4daecbc966aa9b0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4daecbc966aa9b0","status":"passed","time":{"start":1729032275829,"stop":1729032275829,"duration":0}},{"uid":"f53956e40b61ea91","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f53956e40b61ea91","status":"passed","time":{"start":1728902036741,"stop":1728902036741,"duration":0}},{"uid":"9da2877f157a4e6c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9da2877f157a4e6c","status":"passed","time":{"start":1728893472414,"stop":1728893472414,"duration":0}},{"uid":"41b83981462ebaf4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/41b83981462ebaf4","status":"passed","time":{"start":1728856423202,"stop":1728856423202,"duration":0}},{"uid":"92fa605579345bac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/92fa605579345bac","status":"passed","time":{"start":1728738648730,"stop":1728738648731,"duration":1}},{"uid":"b0ebcd7f1cb19e27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b0ebcd7f1cb19e27","status":"passed","time":{"start":1728683179656,"stop":1728683179656,"duration":0}},{"uid":"3cb35749be1cb3df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3cb35749be1cb3df","status":"passed","time":{"start":1728682757952,"stop":1728682757952,"duration":0}},{"uid":"8661d9f835486eeb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8661d9f835486eeb","status":"passed","time":{"start":1728677238452,"stop":1728677238452,"duration":0}},{"uid":"7474de391e18520d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7474de391e18520d","status":"passed","time":{"start":1728669928221,"stop":1728669928221,"duration":0}},{"uid":"fa5a4dfeb27728b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fa5a4dfeb27728b2","status":"passed","time":{"start":1728598319591,"stop":1728598319591,"duration":0}},{"uid":"e31a413484279057","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e31a413484279057","status":"passed","time":{"start":1728597520648,"stop":1728597520648,"duration":0}}]},"c1462b10b9ea7b55a2c2c7472f69f5a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d45ab5a61b40f88","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2d45ab5a61b40f88","status":"passed","time":{"start":1728669795390,"stop":1728669795390,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b77e9dd58d3c6a1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b77e9dd58d3c6a1","status":"passed","time":{"start":1729034400887,"stop":1729034400887,"duration":0}},{"uid":"30f2c9972d01f3ba","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/30f2c9972d01f3ba","status":"passed","time":{"start":1729034317449,"stop":1729034317450,"duration":1}},{"uid":"8f53383fae484a00","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8f53383fae484a00","status":"passed","time":{"start":1729034137133,"stop":1729034137134,"duration":1}},{"uid":"beae535f4885f50d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/beae535f4885f50d","status":"passed","time":{"start":1729032206874,"stop":1729032206874,"duration":0}},{"uid":"457a3422c9d7924f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/457a3422c9d7924f","status":"passed","time":{"start":1728901995020,"stop":1728901995021,"duration":1}},{"uid":"874448abc1866b20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/874448abc1866b20","status":"passed","time":{"start":1728893420994,"stop":1728893420994,"duration":0}},{"uid":"e340087bf9b98ec2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e340087bf9b98ec2","status":"passed","time":{"start":1728856368595,"stop":1728856368595,"duration":0}},{"uid":"a8441606636b2f29","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a8441606636b2f29","status":"passed","time":{"start":1728738604679,"stop":1728738604680,"duration":1}},{"uid":"1974c012edc4859","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1974c012edc4859","status":"passed","time":{"start":1728683117621,"stop":1728683117624,"duration":3}},{"uid":"99040ab74e238954","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99040ab74e238954","status":"passed","time":{"start":1728682721317,"stop":1728682721317,"duration":0}},{"uid":"cc53a917fa276094","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cc53a917fa276094","status":"passed","time":{"start":1728677184682,"stop":1728677184682,"duration":0}},{"uid":"c4c26fbb9cde34e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4c26fbb9cde34e2","status":"passed","time":{"start":1728669866448,"stop":1728669866449,"duration":1}},{"uid":"28b5924b6d2f8023","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/28b5924b6d2f8023","status":"passed","time":{"start":1728598249975,"stop":1728598249975,"duration":0}},{"uid":"3018388890f32b7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3018388890f32b7e","status":"passed","time":{"start":1728597472290,"stop":1728597472290,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6923cc486d052fc1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6923cc486d052fc1","status":"passed","time":{"start":1729034296705,"stop":1729034296705,"duration":0}},{"uid":"57d67c78271a301f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/57d67c78271a301f","status":"passed","time":{"start":1729034220602,"stop":1729034220602,"duration":0}},{"uid":"e08337e36261d9b2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e08337e36261d9b2","status":"passed","time":{"start":1729034041485,"stop":1729034041485,"duration":0}},{"uid":"31472742858fe179","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/31472742858fe179","status":"passed","time":{"start":1728901705390,"stop":1728901705391,"duration":1}},{"uid":"3ca61d74f4aca2dc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ca61d74f4aca2dc","status":"passed","time":{"start":1728893141773,"stop":1728893141774,"duration":1}},{"uid":"b03877074d3e6b86","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b03877074d3e6b86","status":"passed","time":{"start":1728856087081,"stop":1728856087081,"duration":0}},{"uid":"d1d2baaaf12a83c5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d1d2baaaf12a83c5","status":"passed","time":{"start":1728738321432,"stop":1728738321433,"duration":1}},{"uid":"7116b114091e3e8a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7116b114091e3e8a","status":"passed","time":{"start":1728682845672,"stop":1728682845672,"duration":0}},{"uid":"f666a12109a6fe48","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f666a12109a6fe48","status":"passed","time":{"start":1728682424306,"stop":1728682424306,"duration":0}},{"uid":"1b3c5ac44d53e6d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b3c5ac44d53e6d7","status":"passed","time":{"start":1728676900513,"stop":1728676900513,"duration":0}},{"uid":"4d3303e83ee0f254","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4d3303e83ee0f254","status":"passed","time":{"start":1728669625798,"stop":1728669625798,"duration":0}},{"uid":"ae0c87e412d6d419","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ae0c87e412d6d419","status":"passed","time":{"start":1728597957161,"stop":1728597957161,"duration":0}},{"uid":"ea9ac53ecc1a3eba","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea9ac53ecc1a3eba","status":"passed","time":{"start":1728597182615,"stop":1728597182615,"duration":0}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"a8ada47f9dbfcf56","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a8ada47f9dbfcf56","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034120503,"stop":1729034120503,"duration":0}},{"uid":"be79d9dea684fb7a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be79d9dea684fb7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033858274,"stop":1729033858274,"duration":0}},{"uid":"4946c8b09286dbd6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4946c8b09286dbd6","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031908180,"stop":1729031908180,"duration":0}},{"uid":"f94439471846c363","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f94439471846c363","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901453937,"stop":1728901453937,"duration":0}},{"uid":"8dafc7422ed5b807","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8dafc7422ed5b807","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892884413,"stop":1728892884413,"duration":0}},{"uid":"b47c72f4df469050","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b47c72f4df469050","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855846881,"stop":1728855846882,"duration":1}},{"uid":"643d4c57a31e106d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/643d4c57a31e106d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738064186,"stop":1728738064186,"duration":0}},{"uid":"5d793d1538701c21","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5d793d1538701c21","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682597764,"stop":1728682597764,"duration":0}},{"uid":"c1ccafa3a42a97b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1ccafa3a42a97b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682170542,"stop":1728682170543,"duration":1}},{"uid":"8118a0e093ffddb5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8118a0e093ffddb5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676645203,"stop":1728676645203,"duration":0}},{"uid":"51e5b204659dda19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/51e5b204659dda19","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669368197,"stop":1728669368197,"duration":0}},{"uid":"9a2ed119969fb2fa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a2ed119969fb2fa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597709015,"stop":1728597709015,"duration":0}},{"uid":"afc254d26d610a38","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/afc254d26d610a38","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596928109,"stop":1728596928109,"duration":0}}]},"f822fc9cf7eb42c2d5c00eb1057e7a15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":10,"unknown":0,"total":13},"items":[{"uid":"7a2a637ecbae5243","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a2a637ecbae5243","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241162,"stop":1729034241162,"duration":0}},{"uid":"5371a33fb783a8f2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5371a33fb783a8f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159975,"stop":1729034159976,"duration":1}},{"uid":"3fc1eb106f14f3a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3fc1eb106f14f3a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977066,"stop":1729033977066,"duration":0}},{"uid":"bba08468aa25b058","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bba08468aa25b058","status":"passed","time":{"start":1729032093809,"stop":1729032093810,"duration":1}},{"uid":"5e21031bc90bb7fe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5e21031bc90bb7fe","status":"passed","time":{"start":1728901748783,"stop":1728901748784,"duration":1}},{"uid":"35b291e9d0b71aee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/35b291e9d0b71aee","status":"passed","time":{"start":1728893181088,"stop":1728893181088,"duration":0}},{"uid":"881cd883fcf82cd8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/881cd883fcf82cd8","status":"passed","time":{"start":1728856155553,"stop":1728856155553,"duration":0}},{"uid":"2f4a2b888c8e7c89","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f4a2b888c8e7c89","status":"passed","time":{"start":1728738360302,"stop":1728738360303,"duration":1}},{"uid":"dc6f7d86a5976c3d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc6f7d86a5976c3d","status":"passed","time":{"start":1728682907224,"stop":1728682907224,"duration":0}},{"uid":"aae52355ad7412b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aae52355ad7412b9","status":"passed","time":{"start":1728682466737,"stop":1728682466738,"duration":1}},{"uid":"38a3763235580c0f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38a3763235580c0f","status":"passed","time":{"start":1728676955724,"stop":1728676955724,"duration":0}},{"uid":"bbf24c4d1b510fba","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bbf24c4d1b510fba","status":"passed","time":{"start":1728598013536,"stop":1728598013537,"duration":1}},{"uid":"787d7d0d72336edb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/787d7d0d72336edb","status":"passed","time":{"start":1728597225202,"stop":1728597225202,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"21fd61e4779b3e73","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/21fd61e4779b3e73","status":"passed","time":{"start":1729034434262,"stop":1729034434263,"duration":1}},{"uid":"6befe6a6331a4f57","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6befe6a6331a4f57","status":"passed","time":{"start":1729034350158,"stop":1729034350159,"duration":1}},{"uid":"5a27d6524e6bca3d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a27d6524e6bca3d","status":"passed","time":{"start":1729034169194,"stop":1729034169195,"duration":1}},{"uid":"82930922c9ca7f3d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/82930922c9ca7f3d","status":"passed","time":{"start":1729032228066,"stop":1729032228067,"duration":1}},{"uid":"da869ba6990ddad4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da869ba6990ddad4","status":"passed","time":{"start":1728901947146,"stop":1728901947147,"duration":1}},{"uid":"855879143a2bfbfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/855879143a2bfbfd","status":"passed","time":{"start":1728893380058,"stop":1728893380058,"duration":0}},{"uid":"2828218e88f6fc53","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2828218e88f6fc53","status":"passed","time":{"start":1728856336880,"stop":1728856336880,"duration":0}},{"uid":"a4972b4d1d03711","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a4972b4d1d03711","status":"passed","time":{"start":1728738551164,"stop":1728738551164,"duration":0}},{"uid":"62d627c2bcefb30a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/62d627c2bcefb30a","status":"passed","time":{"start":1728683095876,"stop":1728683095876,"duration":0}},{"uid":"731b7f91c97ef35e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/731b7f91c97ef35e","status":"passed","time":{"start":1728682657388,"stop":1728682657389,"duration":1}},{"uid":"2b28eec7c785a672","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b28eec7c785a672","status":"passed","time":{"start":1728677151465,"stop":1728677151466,"duration":1}},{"uid":"3a8bffb11bd3661f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3a8bffb11bd3661f","status":"passed","time":{"start":1728669832894,"stop":1728669832894,"duration":0}},{"uid":"1a3df601846910df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a3df601846910df","status":"passed","time":{"start":1728598215610,"stop":1728598215611,"duration":1}},{"uid":"b206267f700b3a5f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b206267f700b3a5f","status":"passed","time":{"start":1728597425044,"stop":1728597425044,"duration":0}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3fe26bca46b63ed8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3fe26bca46b63ed8","status":"passed","time":{"start":1729034296713,"stop":1729034296714,"duration":1}},{"uid":"46539061db7906e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/46539061db7906e","status":"passed","time":{"start":1729034220609,"stop":1729034220609,"duration":0}},{"uid":"c5887fcee980ef61","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5887fcee980ef61","status":"passed","time":{"start":1729034041497,"stop":1729034041497,"duration":0}},{"uid":"6bbcf9cc63222fc0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6bbcf9cc63222fc0","status":"passed","time":{"start":1728901705412,"stop":1728901705413,"duration":1}},{"uid":"963bcabb12e48670","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/963bcabb12e48670","status":"passed","time":{"start":1728893141780,"stop":1728893141781,"duration":1}},{"uid":"8236aa9abddaed48","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8236aa9abddaed48","status":"passed","time":{"start":1728856087087,"stop":1728856087087,"duration":0}},{"uid":"cc91be14d815ce1e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc91be14d815ce1e","status":"passed","time":{"start":1728738321445,"stop":1728738321446,"duration":1}},{"uid":"91cc9ee88ffa521e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/91cc9ee88ffa521e","status":"passed","time":{"start":1728682845680,"stop":1728682845680,"duration":0}},{"uid":"c1821a386d553bcf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1821a386d553bcf","status":"passed","time":{"start":1728682424314,"stop":1728682424315,"duration":1}},{"uid":"fe9c2c9f5d198ded","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe9c2c9f5d198ded","status":"passed","time":{"start":1728676900543,"stop":1728676900544,"duration":1}},{"uid":"b909f2b7c32beb98","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b909f2b7c32beb98","status":"passed","time":{"start":1728669625804,"stop":1728669625804,"duration":0}},{"uid":"cc26b4cd678cf878","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cc26b4cd678cf878","status":"passed","time":{"start":1728597957175,"stop":1728597957175,"duration":0}},{"uid":"a7a6721006daf8eb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a7a6721006daf8eb","status":"passed","time":{"start":1728597182622,"stop":1728597182622,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8877fcdee40e0559","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8877fcdee40e0559","status":"passed","time":{"start":1729034402273,"stop":1729034402275,"duration":2}},{"uid":"71a90a8e9c122c49","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71a90a8e9c122c49","status":"passed","time":{"start":1729034323293,"stop":1729034323293,"duration":0}},{"uid":"a647d4f394b0257f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a647d4f394b0257f","status":"passed","time":{"start":1729034144764,"stop":1729034144764,"duration":0}},{"uid":"6bc9ecc432a3c891","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6bc9ecc432a3c891","status":"passed","time":{"start":1729032198814,"stop":1729032198815,"duration":1}},{"uid":"51bb7ea81baa4217","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/51bb7ea81baa4217","status":"passed","time":{"start":1728901901761,"stop":1728901901762,"duration":1}},{"uid":"5299a85e9d180e7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5299a85e9d180e7","status":"passed","time":{"start":1728893337241,"stop":1728893337246,"duration":5}},{"uid":"34b1f1f6b35966f9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/34b1f1f6b35966f9","status":"passed","time":{"start":1728856299187,"stop":1728856299188,"duration":1}},{"uid":"1c3c35b0afc5c737","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1c3c35b0afc5c737","status":"passed","time":{"start":1728738505374,"stop":1728738505374,"duration":0}},{"uid":"c46488b78b9fc13c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c46488b78b9fc13c","status":"passed","time":{"start":1728683045447,"stop":1728683045447,"duration":0}},{"uid":"bad91e4e5f52d9a9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bad91e4e5f52d9a9","status":"passed","time":{"start":1728682607287,"stop":1728682607288,"duration":1}},{"uid":"e5f9245ee6bf40ce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5f9245ee6bf40ce","status":"passed","time":{"start":1728677103493,"stop":1728677103493,"duration":0}},{"uid":"170f406749a06a17","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/170f406749a06a17","status":"passed","time":{"start":1728669777115,"stop":1728669777115,"duration":0}},{"uid":"92266b50aa30c11","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/92266b50aa30c11","status":"passed","time":{"start":1728598163464,"stop":1728598163465,"duration":1}},{"uid":"eb8d70e8687be7bb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb8d70e8687be7bb","status":"passed","time":{"start":1728597375466,"stop":1728597375467,"duration":1}}]},"d13195d108fb303db5dff614f7e26bc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4e185291f3fb48c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f4e185291f3fb48c","status":"passed","time":{"start":1729032174928,"stop":1729032174928,"duration":0}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"29d7db2494ce1ed9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/29d7db2494ce1ed9","status":"passed","time":{"start":1729034402255,"stop":1729034402256,"duration":1}},{"uid":"e8e66c277c56764c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e8e66c277c56764c","status":"passed","time":{"start":1729034323280,"stop":1729034323280,"duration":0}},{"uid":"a69ca65e484c6ddc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a69ca65e484c6ddc","status":"passed","time":{"start":1729034144758,"stop":1729034144759,"duration":1}},{"uid":"4f26b3831201219a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f26b3831201219a","status":"passed","time":{"start":1729032198808,"stop":1729032198809,"duration":1}},{"uid":"657085307221c3da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/657085307221c3da","status":"passed","time":{"start":1728901901735,"stop":1728901901735,"duration":0}},{"uid":"8d5ea6cb922abf42","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d5ea6cb922abf42","status":"passed","time":{"start":1728893337226,"stop":1728893337227,"duration":1}},{"uid":"8b38ef568fbe988f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b38ef568fbe988f","status":"passed","time":{"start":1728856299183,"stop":1728856299183,"duration":0}},{"uid":"52e0c98c2e25736b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/52e0c98c2e25736b","status":"passed","time":{"start":1728738505368,"stop":1728738505369,"duration":1}},{"uid":"942a480b64c8e1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/942a480b64c8e1","status":"passed","time":{"start":1728683045437,"stop":1728683045438,"duration":1}},{"uid":"156401f20aab367a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/156401f20aab367a","status":"passed","time":{"start":1728682607280,"stop":1728682607280,"duration":0}},{"uid":"ad086d3079acc28","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ad086d3079acc28","status":"passed","time":{"start":1728677103485,"stop":1728677103485,"duration":0}},{"uid":"73529a71e268fce8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/73529a71e268fce8","status":"passed","time":{"start":1728669777110,"stop":1728669777111,"duration":1}},{"uid":"55e2b0b96b82f686","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55e2b0b96b82f686","status":"passed","time":{"start":1728598163460,"stop":1728598163460,"duration":0}},{"uid":"bbab845f1b058c04","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bbab845f1b058c04","status":"passed","time":{"start":1728597375454,"stop":1728597375455,"duration":1}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"5f5fd24bcd3fe88a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f5fd24bcd3fe88a","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034402289,"stop":1729034402289,"duration":0}},{"uid":"67016348f4a6f9fd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/67016348f4a6f9fd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034323315,"stop":1729034323316,"duration":1}},{"uid":"9ccc75f24037f44a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ccc75f24037f44a","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034144772,"stop":1729034144772,"duration":0}},{"uid":"bb1f64c1af141764","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb1f64c1af141764","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032198828,"stop":1729032198828,"duration":0}},{"uid":"992a4335c4ee1766","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/992a4335c4ee1766","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901901777,"stop":1728901901777,"duration":0}},{"uid":"2097768a4775e8b8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2097768a4775e8b8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893337258,"stop":1728893337258,"duration":0}},{"uid":"6a00c33159a53fb2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6a00c33159a53fb2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299202,"stop":1728856299202,"duration":0}},{"uid":"b57b02d0bd5068ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b57b02d0bd5068ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738505392,"stop":1728738505392,"duration":0}},{"uid":"c866d171255b119","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c866d171255b119","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683045454,"stop":1728683045454,"duration":0}},{"uid":"a078c6a412aeee4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a078c6a412aeee4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682607299,"stop":1728682607299,"duration":0}},{"uid":"17b5734c71f40cd2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/17b5734c71f40cd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677103502,"stop":1728677103502,"duration":0}},{"uid":"32b047682d7b9d9a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32b047682d7b9d9a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669777140,"stop":1728669777140,"duration":0}},{"uid":"fcbb93cb3f6a7e80","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fcbb93cb3f6a7e80","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598163471,"stop":1728598163471,"duration":0}},{"uid":"b74e980724361263","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b74e980724361263","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597375490,"stop":1728597375490,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"47e615622c17bfd3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47e615622c17bfd3","status":"passed","time":{"start":1729034474984,"stop":1729034474985,"duration":1}},{"uid":"be90e103d62c1e0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/be90e103d62c1e0d","status":"passed","time":{"start":1729034395288,"stop":1729034395288,"duration":0}},{"uid":"ee29586b3dbe0824","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee29586b3dbe0824","status":"passed","time":{"start":1729034209093,"stop":1729034209093,"duration":0}},{"uid":"2cc874ec541fdc01","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2cc874ec541fdc01","status":"passed","time":{"start":1729032264565,"stop":1729032264565,"duration":0}},{"uid":"1e33633090d547a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e33633090d547a6","status":"passed","time":{"start":1728902012844,"stop":1728902012845,"duration":1}},{"uid":"e12eac64a1e1285c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e12eac64a1e1285c","status":"passed","time":{"start":1728893454809,"stop":1728893454809,"duration":0}},{"uid":"212a5132eeca4b49","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/212a5132eeca4b49","status":"passed","time":{"start":1728856408450,"stop":1728856408450,"duration":0}},{"uid":"acf1f8b3de3454a3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/acf1f8b3de3454a3","status":"passed","time":{"start":1728738633852,"stop":1728738633852,"duration":0}},{"uid":"df01de7497ea045d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/df01de7497ea045d","status":"passed","time":{"start":1728683159749,"stop":1728683159750,"duration":1}},{"uid":"435b3946add9a6d2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/435b3946add9a6d2","status":"passed","time":{"start":1728682751326,"stop":1728682751327,"duration":1}},{"uid":"11e018bf39d763da","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11e018bf39d763da","status":"passed","time":{"start":1728677216353,"stop":1728677216353,"duration":0}},{"uid":"cf41e877fbc21ea1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cf41e877fbc21ea1","status":"passed","time":{"start":1728669925451,"stop":1728669925451,"duration":0}},{"uid":"c725f8b3ff09d5b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c725f8b3ff09d5b1","status":"passed","time":{"start":1728598268799,"stop":1728598268799,"duration":0}},{"uid":"dca6a30405285278","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dca6a30405285278","status":"passed","time":{"start":1728597503912,"stop":1728597503913,"duration":1}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"5b51d5b8ebe13bce","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b51d5b8ebe13bce","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034393644,"stop":1729034393644,"duration":0}},{"uid":"ba7dd488363c21b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ba7dd488363c21b3","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034304837,"stop":1729034304838,"duration":1}},{"uid":"56ab6665b31e7479","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/56ab6665b31e7479","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121909,"stop":1729034121909,"duration":0}},{"uid":"b5f0cb8f196dab78","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b5f0cb8f196dab78","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174842,"stop":1729032174842,"duration":0}},{"uid":"1598f67e7dd82e40","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1598f67e7dd82e40","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881011,"stop":1728901881011,"duration":0}},{"uid":"7551a6b29ef7051f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7551a6b29ef7051f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317160,"stop":1728893317161,"duration":1}},{"uid":"4d3d02c33561b091","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4d3d02c33561b091","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263088,"stop":1728856263098,"duration":10}},{"uid":"9fcf3eba94c02460","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9fcf3eba94c02460","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492797,"stop":1728738492797,"duration":0}},{"uid":"acb0359a6eb64367","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/acb0359a6eb64367","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030020,"stop":1728683030021,"duration":1}},{"uid":"be93c5408a6f19e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/be93c5408a6f19e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581102,"stop":1728682581102,"duration":0}},{"uid":"1e296186eba120dc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1e296186eba120dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677081994,"stop":1728677081994,"duration":0}},{"uid":"3d87b920ad6beb19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3d87b920ad6beb19","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795394,"stop":1728669795394,"duration":0}},{"uid":"e271a9d7596c3987","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e271a9d7596c3987","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137503,"stop":1728598137503,"duration":0}},{"uid":"3f417e79f03fc50a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f417e79f03fc50a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353479,"stop":1728597353479,"duration":0}}]},"7d3d9d8c38341b44f5d3d86004fc135b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"697036a4085f8f7e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/697036a4085f8f7e","status":"passed","time":{"start":1729032228818,"stop":1729032228819,"duration":1}}]},"243eedad46691bfe2b036dad02216fa7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e279665cbf839b7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e279665cbf839b7","status":"passed","time":{"start":1729032235300,"stop":1729032235301,"duration":1}}]},"f03902aa5d34cfa82d3df1575ec67470:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39c79972501382c3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39c79972501382c3","status":"passed","time":{"start":1728598221891,"stop":1728598221893,"duration":2}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1b5243ac15587b23","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1b5243ac15587b23","status":"passed","time":{"start":1729034104911,"stop":1729034104911,"duration":0}},{"uid":"a12deffae1296b32","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a12deffae1296b32","status":"passed","time":{"start":1729034028509,"stop":1729034028509,"duration":0}},{"uid":"d5f0f4ec0395127f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d5f0f4ec0395127f","status":"passed","time":{"start":1729033843117,"stop":1729033843117,"duration":0}},{"uid":"29f0e7c92a288678","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29f0e7c92a288678","status":"passed","time":{"start":1729031892676,"stop":1729031892676,"duration":0}},{"uid":"b7b821c1011b4ad1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7b821c1011b4ad1","status":"passed","time":{"start":1728901438807,"stop":1728901438810,"duration":3}},{"uid":"3d78408579710288","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d78408579710288","status":"passed","time":{"start":1728892868999,"stop":1728892868999,"duration":0}},{"uid":"d5b40f7a2d50d2ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d5b40f7a2d50d2ac","status":"passed","time":{"start":1728855831891,"stop":1728855831891,"duration":0}},{"uid":"4bdf6dc98b4220d7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4bdf6dc98b4220d7","status":"passed","time":{"start":1728738049039,"stop":1728738049039,"duration":0}},{"uid":"47c5e5066a8507b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/47c5e5066a8507b6","status":"passed","time":{"start":1728682582617,"stop":1728682582617,"duration":0}},{"uid":"71edecc148813b49","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/71edecc148813b49","status":"passed","time":{"start":1728682155407,"stop":1728682155407,"duration":0}},{"uid":"cd66e604ecaf3ed6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cd66e604ecaf3ed6","status":"passed","time":{"start":1728676629972,"stop":1728676629973,"duration":1}},{"uid":"cb9ab78be87ac681","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cb9ab78be87ac681","status":"passed","time":{"start":1728669353100,"stop":1728669353100,"duration":0}},{"uid":"82bb9a7814410eb7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/82bb9a7814410eb7","status":"passed","time":{"start":1728597693845,"stop":1728597693845,"duration":0}},{"uid":"1cef510f6ec8def8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1cef510f6ec8def8","status":"passed","time":{"start":1728596913089,"stop":1728596913090,"duration":1}}]},"33f59cc377c94a47830b1220d233eae4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21898950126906a0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/21898950126906a0","status":"passed","time":{"start":1729032228817,"stop":1729032228817,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"40c58acb7f6c209a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/40c58acb7f6c209a","status":"passed","time":{"start":1729034487483,"stop":1729034487483,"duration":0}},{"uid":"ea7e3e5f99c42694","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ea7e3e5f99c42694","status":"passed","time":{"start":1729034446109,"stop":1729034446109,"duration":0}},{"uid":"e6e684bb7bbef32e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e6e684bb7bbef32e","status":"passed","time":{"start":1729032275827,"stop":1729032275828,"duration":1}},{"uid":"2536d8812a0972c1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2536d8812a0972c1","status":"passed","time":{"start":1728902036740,"stop":1728902036740,"duration":0}},{"uid":"592883a95ff2bfef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/592883a95ff2bfef","status":"passed","time":{"start":1728893472413,"stop":1728893472413,"duration":0}},{"uid":"b74d2f0751da6934","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b74d2f0751da6934","status":"passed","time":{"start":1728856423200,"stop":1728856423200,"duration":0}},{"uid":"e81217024f2e0fde","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e81217024f2e0fde","status":"passed","time":{"start":1728738648729,"stop":1728738648729,"duration":0}},{"uid":"b324a18b0d037d97","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b324a18b0d037d97","status":"passed","time":{"start":1728683179654,"stop":1728683179655,"duration":1}},{"uid":"b509e21462cc5d2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b509e21462cc5d2c","status":"passed","time":{"start":1728682757951,"stop":1728682757951,"duration":0}},{"uid":"17b3d3137c82f13f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/17b3d3137c82f13f","status":"passed","time":{"start":1728677238451,"stop":1728677238451,"duration":0}},{"uid":"3783696d1ce3c860","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3783696d1ce3c860","status":"passed","time":{"start":1728669928220,"stop":1728669928220,"duration":0}},{"uid":"828346a21dc34e01","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/828346a21dc34e01","status":"passed","time":{"start":1728598319589,"stop":1728598319589,"duration":0}},{"uid":"9a03adab4115bf5c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9a03adab4115bf5c","status":"passed","time":{"start":1728597520646,"stop":1728597520647,"duration":1}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3bbc1c11e21d1597","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3bbc1c11e21d1597","status":"passed","time":{"start":1729034475017,"stop":1729034475017,"duration":0}},{"uid":"2c21708e825f88a7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2c21708e825f88a7","status":"passed","time":{"start":1729034395303,"stop":1729034395304,"duration":1}},{"uid":"4bdf9f76925c2f1c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4bdf9f76925c2f1c","status":"passed","time":{"start":1729034209130,"stop":1729034209131,"duration":1}},{"uid":"bcb93e5fa08d856b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bcb93e5fa08d856b","status":"passed","time":{"start":1729032264601,"stop":1729032264601,"duration":0}},{"uid":"acec3dfea25da430","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/acec3dfea25da430","status":"passed","time":{"start":1728902012893,"stop":1728902012893,"duration":0}},{"uid":"73e042736292b59","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73e042736292b59","status":"passed","time":{"start":1728893454826,"stop":1728893454826,"duration":0}},{"uid":"3e00b7fa65772ec3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3e00b7fa65772ec3","status":"passed","time":{"start":1728856408469,"stop":1728856408469,"duration":0}},{"uid":"fc8a2db956234848","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fc8a2db956234848","status":"passed","time":{"start":1728738633876,"stop":1728738633876,"duration":0}},{"uid":"338ad1fd9a2698b2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/338ad1fd9a2698b2","status":"passed","time":{"start":1728683159827,"stop":1728683159827,"duration":0}},{"uid":"5e8350d5e53dc91c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5e8350d5e53dc91c","status":"passed","time":{"start":1728682751348,"stop":1728682751348,"duration":0}},{"uid":"7a8270482363fb58","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a8270482363fb58","status":"passed","time":{"start":1728677216379,"stop":1728677216379,"duration":0}},{"uid":"c874865f3a240718","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c874865f3a240718","status":"passed","time":{"start":1728669925468,"stop":1728669925469,"duration":1}},{"uid":"40c0a4fc275eaecd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/40c0a4fc275eaecd","status":"passed","time":{"start":1728598268822,"stop":1728598268822,"duration":0}},{"uid":"ee5b19566341ae62","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ee5b19566341ae62","status":"passed","time":{"start":1728597503956,"stop":1728597503956,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1c1841cf769fbf94","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1c1841cf769fbf94","status":"passed","time":{"start":1729034370919,"stop":1729034370930,"duration":11}},{"uid":"f7e28137a032bbf0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f7e28137a032bbf0","status":"passed","time":{"start":1729034308907,"stop":1729034308907,"duration":0}},{"uid":"bb8b8316a8a7c6f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bb8b8316a8a7c6f6","status":"passed","time":{"start":1729034129482,"stop":1729034129482,"duration":0}},{"uid":"106a7e19c3b17802","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/106a7e19c3b17802","status":"passed","time":{"start":1729032178382,"stop":1729032178383,"duration":1}},{"uid":"b5ddefef6ee3c20f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b5ddefef6ee3c20f","status":"passed","time":{"start":1728901896356,"stop":1728901896356,"duration":0}},{"uid":"74e65baa856326a5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/74e65baa856326a5","status":"passed","time":{"start":1728893329037,"stop":1728893329038,"duration":1}},{"uid":"8b80e890c2ed5bb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b80e890c2ed5bb","status":"passed","time":{"start":1728856284776,"stop":1728856284777,"duration":1}},{"uid":"f97759eb66f15110","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f97759eb66f15110","status":"passed","time":{"start":1728738494951,"stop":1728738494951,"duration":0}},{"uid":"75225897ad0330de","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75225897ad0330de","status":"passed","time":{"start":1728683033640,"stop":1728683033640,"duration":0}},{"uid":"c72735bcec88c1b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c72735bcec88c1b8","status":"passed","time":{"start":1728682601748,"stop":1728682601748,"duration":0}},{"uid":"261b0f05a9d3b21c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/261b0f05a9d3b21c","status":"passed","time":{"start":1728677107989,"stop":1728677107990,"duration":1}},{"uid":"f56a3b9df89f0a06","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f56a3b9df89f0a06","status":"passed","time":{"start":1728669764761,"stop":1728669764761,"duration":0}},{"uid":"a2a7a52fdb4e5d72","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a2a7a52fdb4e5d72","status":"passed","time":{"start":1728598157580,"stop":1728598157580,"duration":0}},{"uid":"4486724c427e28e9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4486724c427e28e9","status":"passed","time":{"start":1728597369089,"stop":1728597369089,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"55da05a822bf1b51","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/55da05a822bf1b51","status":"passed","time":{"start":1729034104321,"stop":1729034104321,"duration":0}},{"uid":"bd8b9ac0e75a9a64","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bd8b9ac0e75a9a64","status":"passed","time":{"start":1729034027864,"stop":1729034027864,"duration":0}},{"uid":"d1b12e7fdfb860f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1b12e7fdfb860f3","status":"passed","time":{"start":1729033842408,"stop":1729033842409,"duration":1}},{"uid":"e27bf6e129cfaa37","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e27bf6e129cfaa37","status":"passed","time":{"start":1729031892167,"stop":1729031892167,"duration":0}},{"uid":"a5e51aa24848399e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a5e51aa24848399e","status":"passed","time":{"start":1728901438127,"stop":1728901438127,"duration":0}},{"uid":"72f4adb10fcdecbb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/72f4adb10fcdecbb","status":"passed","time":{"start":1728892868418,"stop":1728892868418,"duration":0}},{"uid":"c2fa94ba8fbe59fc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c2fa94ba8fbe59fc","status":"passed","time":{"start":1728855831277,"stop":1728855831277,"duration":0}},{"uid":"aa7383e96cc80211","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa7383e96cc80211","status":"passed","time":{"start":1728738048557,"stop":1728738048557,"duration":0}},{"uid":"10a4e18f7314bc0f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/10a4e18f7314bc0f","status":"passed","time":{"start":1728682581999,"stop":1728682582000,"duration":1}},{"uid":"b733aa8c3a86f301","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b733aa8c3a86f301","status":"passed","time":{"start":1728682154806,"stop":1728682154806,"duration":0}},{"uid":"837ca05de0dfa42d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/837ca05de0dfa42d","status":"passed","time":{"start":1728676629353,"stop":1728676629354,"duration":1}},{"uid":"514fcad09b73a738","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/514fcad09b73a738","status":"passed","time":{"start":1728669352549,"stop":1728669352549,"duration":0}},{"uid":"63e47427e80b15aa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/63e47427e80b15aa","status":"passed","time":{"start":1728597693134,"stop":1728597693134,"duration":0}},{"uid":"ad714c4fe0b072d8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ad714c4fe0b072d8","status":"passed","time":{"start":1728596912451,"stop":1728596912452,"duration":1}}]},"29f3191537326a896a5ca91919e0fbfd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":10,"unknown":0,"total":13},"items":[{"uid":"5ad2d834e7f67cb7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5ad2d834e7f67cb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241154,"stop":1729034241155,"duration":1}},{"uid":"cc9e83ff1ee1347e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cc9e83ff1ee1347e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159972,"stop":1729034159972,"duration":0}},{"uid":"808d2b4d2b57a869","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/808d2b4d2b57a869","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977063,"stop":1729033977063,"duration":0}},{"uid":"759962f8b0acd737","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/759962f8b0acd737","status":"passed","time":{"start":1729032093774,"stop":1729032093781,"duration":7}},{"uid":"1881400a17444510","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1881400a17444510","status":"passed","time":{"start":1728901748771,"stop":1728901748771,"duration":0}},{"uid":"837332fc52ebd4b4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/837332fc52ebd4b4","status":"passed","time":{"start":1728893181084,"stop":1728893181084,"duration":0}},{"uid":"e0dd2bba38c35ec1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e0dd2bba38c35ec1","status":"passed","time":{"start":1728856155550,"stop":1728856155550,"duration":0}},{"uid":"657c3d1bb6c10757","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/657c3d1bb6c10757","status":"passed","time":{"start":1728738360283,"stop":1728738360283,"duration":0}},{"uid":"be7c51b62abd92d5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be7c51b62abd92d5","status":"passed","time":{"start":1728682907220,"stop":1728682907220,"duration":0}},{"uid":"3095a6293fbb3294","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3095a6293fbb3294","status":"passed","time":{"start":1728682466730,"stop":1728682466730,"duration":0}},{"uid":"bd4ce25b3d3b47ca","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bd4ce25b3d3b47ca","status":"passed","time":{"start":1728676955719,"stop":1728676955720,"duration":1}},{"uid":"578faf658c6cc6b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/578faf658c6cc6b1","status":"passed","time":{"start":1728598013532,"stop":1728598013533,"duration":1}},{"uid":"5dfdfa1e0672a908","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5dfdfa1e0672a908","status":"passed","time":{"start":1728597225197,"stop":1728597225198,"duration":1}}]},"edd28c072f7f3235497e03c181cac255:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33d499f5b0c95e17","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/33d499f5b0c95e17","status":"passed","time":{"start":1728598163466,"stop":1728598163467,"duration":1}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f138851949484409","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f138851949484409","status":"passed","time":{"start":1729034240906,"stop":1729034240906,"duration":0}},{"uid":"2d5ceca9fb346a11","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2d5ceca9fb346a11","status":"passed","time":{"start":1729034159608,"stop":1729034159609,"duration":1}},{"uid":"a271c6ef7e658bc9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a271c6ef7e658bc9","status":"passed","time":{"start":1729033976774,"stop":1729033976774,"duration":0}},{"uid":"59660e7aad5dfdf1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/59660e7aad5dfdf1","status":"passed","time":{"start":1729032020507,"stop":1729032020507,"duration":0}},{"uid":"2c88977b7cd51411","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c88977b7cd51411","status":"passed","time":{"start":1728901616422,"stop":1728901616423,"duration":1}},{"uid":"9b0ab265b5f7c172","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9b0ab265b5f7c172","status":"passed","time":{"start":1728893050238,"stop":1728893050238,"duration":0}},{"uid":"9139368f3cd13c7d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9139368f3cd13c7d","status":"passed","time":{"start":1728856015165,"stop":1728856015166,"duration":1}},{"uid":"e951f3118373a81e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e951f3118373a81e","status":"passed","time":{"start":1728738233128,"stop":1728738233128,"duration":0}},{"uid":"a9600cc61d267a78","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a9600cc61d267a78","status":"passed","time":{"start":1728682762461,"stop":1728682762461,"duration":0}},{"uid":"58572cee0cf9cbd1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/58572cee0cf9cbd1","status":"passed","time":{"start":1728682332780,"stop":1728682332780,"duration":0}},{"uid":"bf77abb4330aae98","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bf77abb4330aae98","status":"passed","time":{"start":1728676810284,"stop":1728676810284,"duration":0}},{"uid":"dfece12688cbe0f7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dfece12688cbe0f7","status":"passed","time":{"start":1728669529886,"stop":1728669529887,"duration":1}},{"uid":"5f97c7bca3210c0e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5f97c7bca3210c0e","status":"passed","time":{"start":1728597873525,"stop":1728597873526,"duration":1}},{"uid":"b07301dc8a54999e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b07301dc8a54999e","status":"passed","time":{"start":1728597089265,"stop":1728597089266,"duration":1}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"db595c1419a359e5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db595c1419a359e5","status":"passed","time":{"start":1729034475002,"stop":1729034475002,"duration":0}},{"uid":"db5da8ca3f8b3a6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/db5da8ca3f8b3a6b","status":"passed","time":{"start":1729034395299,"stop":1729034395299,"duration":0}},{"uid":"a4c55a1794fc5758","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a4c55a1794fc5758","status":"passed","time":{"start":1729034209112,"stop":1729034209113,"duration":1}},{"uid":"2882e564e4089358","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2882e564e4089358","status":"passed","time":{"start":1729032264581,"stop":1729032264589,"duration":8}},{"uid":"9167c9fe87af0e92","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9167c9fe87af0e92","status":"passed","time":{"start":1728902012872,"stop":1728902012872,"duration":0}},{"uid":"7c4e57e54b38958","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7c4e57e54b38958","status":"passed","time":{"start":1728893454822,"stop":1728893454823,"duration":1}},{"uid":"465d8403edd27578","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/465d8403edd27578","status":"passed","time":{"start":1728856408465,"stop":1728856408465,"duration":0}},{"uid":"5bcfde318b40b3d3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5bcfde318b40b3d3","status":"passed","time":{"start":1728738633866,"stop":1728738633872,"duration":6}},{"uid":"be152a18cb14c9ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be152a18cb14c9ab","status":"passed","time":{"start":1728683159813,"stop":1728683159818,"duration":5}},{"uid":"333f587e88387b5b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/333f587e88387b5b","status":"passed","time":{"start":1728682751341,"stop":1728682751341,"duration":0}},{"uid":"49bf04b6bb709482","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/49bf04b6bb709482","status":"passed","time":{"start":1728677216375,"stop":1728677216375,"duration":0}},{"uid":"8d4e527cde2b5fe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8d4e527cde2b5fe","status":"passed","time":{"start":1728669925462,"stop":1728669925464,"duration":2}},{"uid":"fdfc1f463d818a06","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fdfc1f463d818a06","status":"passed","time":{"start":1728598268817,"stop":1728598268818,"duration":1}},{"uid":"86bd7cd52d70bdbc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86bd7cd52d70bdbc","status":"passed","time":{"start":1728597503946,"stop":1728597503946,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1c8fa20dd6f995e5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1c8fa20dd6f995e5","status":"passed","time":{"start":1729034202101,"stop":1729034202101,"duration":0}},{"uid":"2a4ad87259139cfb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2a4ad87259139cfb","status":"passed","time":{"start":1729034126113,"stop":1729034126113,"duration":0}},{"uid":"5ace509ce8c04794","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ace509ce8c04794","status":"passed","time":{"start":1729033939924,"stop":1729033939924,"duration":0}},{"uid":"40ea5ca5e049dfb1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/40ea5ca5e049dfb1","status":"passed","time":{"start":1729031988775,"stop":1729031988775,"duration":0}},{"uid":"542839511f600295","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/542839511f600295","status":"passed","time":{"start":1728901555756,"stop":1728901555756,"duration":0}},{"uid":"2c8cd562dfa334e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2c8cd562dfa334e4","status":"passed","time":{"start":1728892995572,"stop":1728892995572,"duration":0}},{"uid":"5c7a4e6dd949d508","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5c7a4e6dd949d508","status":"passed","time":{"start":1728855954643,"stop":1728855954643,"duration":0}},{"uid":"2474a01afa71426c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2474a01afa71426c","status":"passed","time":{"start":1728738169521,"stop":1728738169522,"duration":1}},{"uid":"b257ce567cf50b3c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b257ce567cf50b3c","status":"passed","time":{"start":1728682707227,"stop":1728682707228,"duration":1}},{"uid":"18a61caaff3afce8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18a61caaff3afce8","status":"passed","time":{"start":1728682285119,"stop":1728682285122,"duration":3}},{"uid":"848b4daf2e77cc7b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/848b4daf2e77cc7b","status":"passed","time":{"start":1728676761149,"stop":1728676761151,"duration":2}},{"uid":"f569a4e584ee9357","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f569a4e584ee9357","status":"passed","time":{"start":1728669488936,"stop":1728669488936,"duration":0}},{"uid":"3bfd5a818bde8a31","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3bfd5a818bde8a31","status":"passed","time":{"start":1728597819572,"stop":1728597819573,"duration":1}},{"uid":"365b258237c330b1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/365b258237c330b1","status":"passed","time":{"start":1728597041918,"stop":1728597041918,"duration":0}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d78fa7da93a78e81","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d78fa7da93a78e81","status":"passed","time":{"start":1729034120190,"stop":1729034120192,"duration":2}},{"uid":"b6e1db2b063795f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b6e1db2b063795f9","status":"passed","time":{"start":1729034043326,"stop":1729034043326,"duration":0}},{"uid":"f6aff17b0d7a84ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f6aff17b0d7a84ac","status":"passed","time":{"start":1729033858029,"stop":1729033858029,"duration":0}},{"uid":"fc01d35e064f841c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fc01d35e064f841c","status":"passed","time":{"start":1729031908098,"stop":1729031908098,"duration":0}},{"uid":"145163a12ced40b0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/145163a12ced40b0","status":"passed","time":{"start":1728901453391,"stop":1728901453392,"duration":1}},{"uid":"52fcd641bc984083","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/52fcd641bc984083","status":"passed","time":{"start":1728892884020,"stop":1728892884021,"duration":1}},{"uid":"5d02431c136e7782","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5d02431c136e7782","status":"passed","time":{"start":1728855846492,"stop":1728855846492,"duration":0}},{"uid":"2be43f7ace228e4e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2be43f7ace228e4e","status":"passed","time":{"start":1728738063721,"stop":1728738063722,"duration":1}},{"uid":"57f9e04920e90962","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/57f9e04920e90962","status":"passed","time":{"start":1728682597442,"stop":1728682597443,"duration":1}},{"uid":"152cb8f1ea353c58","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/152cb8f1ea353c58","status":"passed","time":{"start":1728682170235,"stop":1728682170235,"duration":0}},{"uid":"3208f01e05e0f3a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3208f01e05e0f3a","status":"passed","time":{"start":1728676645009,"stop":1728676645009,"duration":0}},{"uid":"4e05a5d0fc4c670f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4e05a5d0fc4c670f","status":"passed","time":{"start":1728669367789,"stop":1728669367790,"duration":1}},{"uid":"4ca712e9edbf2dbb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ca712e9edbf2dbb","status":"passed","time":{"start":1728597708641,"stop":1728597708642,"duration":1}},{"uid":"954a9635d6171526","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/954a9635d6171526","status":"passed","time":{"start":1728596927930,"stop":1728596927930,"duration":0}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7f751642b374e186","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7f751642b374e186","status":"passed","time":{"start":1729034411425,"stop":1729034411426,"duration":1}},{"uid":"ef8bfc954f3ca774","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ef8bfc954f3ca774","status":"passed","time":{"start":1729034327408,"stop":1729034327408,"duration":0}},{"uid":"bb50d15d78f8e19e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bb50d15d78f8e19e","status":"passed","time":{"start":1729034147781,"stop":1729034147781,"duration":0}},{"uid":"3833adbaca369f63","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3833adbaca369f63","status":"passed","time":{"start":1729032204830,"stop":1729032204830,"duration":0}},{"uid":"f6f122f0bb3d7ef0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f6f122f0bb3d7ef0","status":"passed","time":{"start":1728901907714,"stop":1728901907714,"duration":0}},{"uid":"ef5a123319897843","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ef5a123319897843","status":"passed","time":{"start":1728893341890,"stop":1728893341890,"duration":0}},{"uid":"69a39bcd4ddb16a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/69a39bcd4ddb16a9","status":"passed","time":{"start":1728856299383,"stop":1728856299384,"duration":1}},{"uid":"688ac7ddaf0d7194","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/688ac7ddaf0d7194","status":"passed","time":{"start":1728738511620,"stop":1728738511620,"duration":0}},{"uid":"c88788febaaff05a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c88788febaaff05a","status":"passed","time":{"start":1728683052913,"stop":1728683052913,"duration":0}},{"uid":"7ca35d4bfbaee51e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ca35d4bfbaee51e","status":"passed","time":{"start":1728682612913,"stop":1728682612913,"duration":0}},{"uid":"48dc26b2cd89b54e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/48dc26b2cd89b54e","status":"passed","time":{"start":1728677115748,"stop":1728677115749,"duration":1}},{"uid":"5a296a5b9e842546","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5a296a5b9e842546","status":"passed","time":{"start":1728669778177,"stop":1728669778177,"duration":0}},{"uid":"31ea8bc52b643533","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/31ea8bc52b643533","status":"passed","time":{"start":1728598175435,"stop":1728598175436,"duration":1}},{"uid":"3786a25e9eca6340","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3786a25e9eca6340","status":"passed","time":{"start":1728597380065,"stop":1728597380065,"duration":0}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7ce45d77436ff268","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7ce45d77436ff268","status":"passed","time":{"start":1729034120498,"stop":1729034120498,"duration":0}},{"uid":"696da7a61f1ddfd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/696da7a61f1ddfd","status":"passed","time":{"start":1729033858267,"stop":1729033858268,"duration":1}},{"uid":"3333db3892b5a55","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3333db3892b5a55","status":"passed","time":{"start":1729031908174,"stop":1729031908175,"duration":1}},{"uid":"7fbbc584e101e5a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7fbbc584e101e5a6","status":"passed","time":{"start":1728901453931,"stop":1728901453931,"duration":0}},{"uid":"af6811eba050a209","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/af6811eba050a209","status":"passed","time":{"start":1728892884407,"stop":1728892884408,"duration":1}},{"uid":"b4ed7b77b617968b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4ed7b77b617968b","status":"passed","time":{"start":1728855846877,"stop":1728855846877,"duration":0}},{"uid":"80ad9b9177161ed2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80ad9b9177161ed2","status":"passed","time":{"start":1728738064180,"stop":1728738064181,"duration":1}},{"uid":"92b964cead0f1010","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/92b964cead0f1010","status":"passed","time":{"start":1728682597758,"stop":1728682597758,"duration":0}},{"uid":"c0aac7fc16f74ea2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c0aac7fc16f74ea2","status":"passed","time":{"start":1728682170538,"stop":1728682170538,"duration":0}},{"uid":"8df046228bb78008","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8df046228bb78008","status":"passed","time":{"start":1728676645197,"stop":1728676645198,"duration":1}},{"uid":"8db6a4962c5d2f32","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8db6a4962c5d2f32","status":"passed","time":{"start":1728669368193,"stop":1728669368193,"duration":0}},{"uid":"ba85f0ec1bcfc688","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ba85f0ec1bcfc688","status":"passed","time":{"start":1728597709007,"stop":1728597709008,"duration":1}},{"uid":"e94eea262ef2e628","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e94eea262ef2e628","status":"passed","time":{"start":1728596928104,"stop":1728596928104,"duration":0}}]},"753db9fac30dc7b9b9c54398732e67b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"789a8ddf3881b7cd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/789a8ddf3881b7cd","status":"passed","time":{"start":1728738494950,"stop":1728738494951,"duration":1}}]},"a42e133e601d75da3a745776db79e6b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":10,"unknown":0,"total":13},"items":[{"uid":"7a3f64ba38c5db33","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a3f64ba38c5db33","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241153,"stop":1729034241153,"duration":0}},{"uid":"6fa722152d71805","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6fa722152d71805","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159971,"stop":1729034159971,"duration":0}},{"uid":"7bef0cac260f3ac0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bef0cac260f3ac0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977062,"stop":1729033977062,"duration":0}},{"uid":"e2d1bbe01030416d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e2d1bbe01030416d","status":"passed","time":{"start":1729032093769,"stop":1729032093773,"duration":4}},{"uid":"1ae9fcb6231182b3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1ae9fcb6231182b3","status":"passed","time":{"start":1728901748771,"stop":1728901748771,"duration":0}},{"uid":"304a2510fbc7bbb6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/304a2510fbc7bbb6","status":"passed","time":{"start":1728893181083,"stop":1728893181083,"duration":0}},{"uid":"4e5af494b15e8e9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4e5af494b15e8e9","status":"passed","time":{"start":1728856155549,"stop":1728856155549,"duration":0}},{"uid":"65f78274bbb66213","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/65f78274bbb66213","status":"passed","time":{"start":1728738360282,"stop":1728738360283,"duration":1}},{"uid":"96c81acaee3fba62","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96c81acaee3fba62","status":"passed","time":{"start":1728682907218,"stop":1728682907219,"duration":1}},{"uid":"cd2c9ae980def4a7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd2c9ae980def4a7","status":"passed","time":{"start":1728682466728,"stop":1728682466728,"duration":0}},{"uid":"45fda504ee21700b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/45fda504ee21700b","status":"passed","time":{"start":1728676955718,"stop":1728676955718,"duration":0}},{"uid":"f03bd07f4d9d2c68","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f03bd07f4d9d2c68","status":"passed","time":{"start":1728598013532,"stop":1728598013532,"duration":0}},{"uid":"cb10feb7e9ef8ead","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cb10feb7e9ef8ead","status":"passed","time":{"start":1728597225197,"stop":1728597225197,"duration":0}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f3b2db3100ddec2b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f3b2db3100ddec2b","status":"passed","time":{"start":1729034400897,"stop":1729034400897,"duration":0}},{"uid":"d6121ca9358e120a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d6121ca9358e120a","status":"passed","time":{"start":1729034317487,"stop":1729034317488,"duration":1}},{"uid":"c7d6a0b0031b81ee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7d6a0b0031b81ee","status":"passed","time":{"start":1729034137153,"stop":1729034137154,"duration":1}},{"uid":"b29522b39049df3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b29522b39049df3","status":"passed","time":{"start":1729032206884,"stop":1729032206885,"duration":1}},{"uid":"789f57c08f43f187","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/789f57c08f43f187","status":"passed","time":{"start":1728901995034,"stop":1728901995034,"duration":0}},{"uid":"fc116305d6581c9c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fc116305d6581c9c","status":"passed","time":{"start":1728893421006,"stop":1728893421007,"duration":1}},{"uid":"e1213793958caf8f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e1213793958caf8f","status":"passed","time":{"start":1728856368604,"stop":1728856368605,"duration":1}},{"uid":"590b4dcfae70c9a3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/590b4dcfae70c9a3","status":"passed","time":{"start":1728738604691,"stop":1728738604691,"duration":0}},{"uid":"89af928318221143","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/89af928318221143","status":"passed","time":{"start":1728683117667,"stop":1728683117668,"duration":1}},{"uid":"50a63034a7eec125","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/50a63034a7eec125","status":"passed","time":{"start":1728682721325,"stop":1728682721325,"duration":0}},{"uid":"7820ea0bc82e778d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7820ea0bc82e778d","status":"passed","time":{"start":1728677184691,"stop":1728677184692,"duration":1}},{"uid":"e259420387e297d3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e259420387e297d3","status":"passed","time":{"start":1728669866473,"stop":1728669866474,"duration":1}},{"uid":"592d46904e3bee44","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/592d46904e3bee44","status":"passed","time":{"start":1728598250008,"stop":1728598250008,"duration":0}},{"uid":"ea0c62d7dafb2dc4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea0c62d7dafb2dc4","status":"passed","time":{"start":1728597472307,"stop":1728597472308,"duration":1}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"280991d5d77b37a1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/280991d5d77b37a1","status":"passed","time":{"start":1729034474977,"stop":1729034474978,"duration":1}},{"uid":"e8e0c80ad5db33e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e8e0c80ad5db33e9","status":"passed","time":{"start":1729034395285,"stop":1729034395285,"duration":0}},{"uid":"27f75e82b69a994d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27f75e82b69a994d","status":"passed","time":{"start":1729034209087,"stop":1729034209087,"duration":0}},{"uid":"6ee3a71fcda45076","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ee3a71fcda45076","status":"passed","time":{"start":1729032264557,"stop":1729032264557,"duration":0}},{"uid":"3e3357e447be198d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3e3357e447be198d","status":"passed","time":{"start":1728902012831,"stop":1728902012832,"duration":1}},{"uid":"1dde550a8848bf15","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1dde550a8848bf15","status":"passed","time":{"start":1728893454805,"stop":1728893454805,"duration":0}},{"uid":"a7173089acdf3185","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a7173089acdf3185","status":"passed","time":{"start":1728856408447,"stop":1728856408447,"duration":0}},{"uid":"bbe3250a0c320802","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bbe3250a0c320802","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"74bc1004f2fdf1c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/74bc1004f2fdf1c","status":"passed","time":{"start":1728683159729,"stop":1728683159730,"duration":1}},{"uid":"994819e9ac7b60ba","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/994819e9ac7b60ba","status":"passed","time":{"start":1728682751323,"stop":1728682751323,"duration":0}},{"uid":"645bfc577fd7dc69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/645bfc577fd7dc69","status":"passed","time":{"start":1728677216349,"stop":1728677216350,"duration":1}},{"uid":"9e88ebb41f69655d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e88ebb41f69655d","status":"passed","time":{"start":1728669925447,"stop":1728669925448,"duration":1}},{"uid":"b7522e9660165b7c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b7522e9660165b7c","status":"passed","time":{"start":1728598268794,"stop":1728598268795,"duration":1}},{"uid":"6d213d83ca528fc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6d213d83ca528fc2","status":"passed","time":{"start":1728597503897,"stop":1728597503898,"duration":1}}]},"3774d846f67f54ba63c4da14e0ae9eed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b95dad2ca9b00f4f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b95dad2ca9b00f4f","status":"passed","time":{"start":1728738274744,"stop":1728738274744,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"235aba47b9e695c1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/235aba47b9e695c1","status":"passed","time":{"start":1729034411427,"stop":1729034411427,"duration":0}},{"uid":"d336192d00a2af60","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d336192d00a2af60","status":"passed","time":{"start":1729034327409,"stop":1729034327410,"duration":1}},{"uid":"5066d071ede58126","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5066d071ede58126","status":"passed","time":{"start":1729034147786,"stop":1729034147787,"duration":1}},{"uid":"c77eed8b8f36ebc8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c77eed8b8f36ebc8","status":"passed","time":{"start":1729032204831,"stop":1729032204832,"duration":1}},{"uid":"c3645ecc03f591a5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c3645ecc03f591a5","status":"passed","time":{"start":1728901907715,"stop":1728901907716,"duration":1}},{"uid":"964bc01b453270","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/964bc01b453270","status":"passed","time":{"start":1728893341891,"stop":1728893341892,"duration":1}},{"uid":"4948d0a248fed98e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4948d0a248fed98e","status":"passed","time":{"start":1728856299385,"stop":1728856299386,"duration":1}},{"uid":"6d5a45a5307bdc8e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d5a45a5307bdc8e","status":"passed","time":{"start":1728738511622,"stop":1728738511622,"duration":0}},{"uid":"433a45a31b54cef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/433a45a31b54cef","status":"passed","time":{"start":1728683052914,"stop":1728683052914,"duration":0}},{"uid":"6988365420870e46","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6988365420870e46","status":"passed","time":{"start":1728682612914,"stop":1728682612914,"duration":0}},{"uid":"410e0198a65b563a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/410e0198a65b563a","status":"passed","time":{"start":1728677115750,"stop":1728677115750,"duration":0}},{"uid":"a5df5b153c928c31","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a5df5b153c928c31","status":"passed","time":{"start":1728669778186,"stop":1728669778186,"duration":0}},{"uid":"17a1afab2b1c9017","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/17a1afab2b1c9017","status":"passed","time":{"start":1728598175436,"stop":1728598175437,"duration":1}},{"uid":"ce42aedbd635b523","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ce42aedbd635b523","status":"passed","time":{"start":1728597380066,"stop":1728597380066,"duration":0}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b10f8b89c52a8f03","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b10f8b89c52a8f03","status":"passed","time":{"start":1729034296706,"stop":1729034296707,"duration":1}},{"uid":"b6bd66b85f48f8c5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b6bd66b85f48f8c5","status":"passed","time":{"start":1729034220603,"stop":1729034220604,"duration":1}},{"uid":"7ec4aca1a050b75e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ec4aca1a050b75e","status":"passed","time":{"start":1729034041488,"stop":1729034041488,"duration":0}},{"uid":"bb2a2066c44d2c1b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bb2a2066c44d2c1b","status":"passed","time":{"start":1728901705401,"stop":1728901705402,"duration":1}},{"uid":"5a2477b2c3d05299","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a2477b2c3d05299","status":"passed","time":{"start":1728893141776,"stop":1728893141776,"duration":0}},{"uid":"9ea75abe0929d59d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9ea75abe0929d59d","status":"passed","time":{"start":1728856087083,"stop":1728856087083,"duration":0}},{"uid":"6d813a30f770a7b7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d813a30f770a7b7","status":"passed","time":{"start":1728738321435,"stop":1728738321436,"duration":1}},{"uid":"db59c757481645d8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/db59c757481645d8","status":"passed","time":{"start":1728682845674,"stop":1728682845674,"duration":0}},{"uid":"40bc92c160653ecf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/40bc92c160653ecf","status":"passed","time":{"start":1728682424310,"stop":1728682424310,"duration":0}},{"uid":"d6f45a89718264a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d6f45a89718264a8","status":"passed","time":{"start":1728676900519,"stop":1728676900520,"duration":1}},{"uid":"cd27b416f189835b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cd27b416f189835b","status":"passed","time":{"start":1728669625800,"stop":1728669625800,"duration":0}},{"uid":"586d187a4508a620","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/586d187a4508a620","status":"passed","time":{"start":1728597957165,"stop":1728597957166,"duration":1}},{"uid":"620581566018c85","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/620581566018c85","status":"passed","time":{"start":1728597182617,"stop":1728597182617,"duration":0}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7b93d63aa892bd72","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7b93d63aa892bd72","status":"passed","time":{"start":1729034124360,"stop":1729034124361,"duration":1}},{"uid":"f810adf39844c663","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f810adf39844c663","status":"passed","time":{"start":1729034047482,"stop":1729034047482,"duration":0}},{"uid":"fb83e63e34db5f51","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb83e63e34db5f51","status":"passed","time":{"start":1729033862326,"stop":1729033862327,"duration":1}},{"uid":"79d618c435d94308","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/79d618c435d94308","status":"passed","time":{"start":1729031912068,"stop":1729031912068,"duration":0}},{"uid":"5f32ef8300ca60a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5f32ef8300ca60a9","status":"passed","time":{"start":1728901457814,"stop":1728901457814,"duration":0}},{"uid":"fb79bcd94c7a42ef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fb79bcd94c7a42ef","status":"passed","time":{"start":1728892888298,"stop":1728892888299,"duration":1}},{"uid":"d5d8f298fb5d62a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d5d8f298fb5d62a0","status":"passed","time":{"start":1728855850786,"stop":1728855850786,"duration":0}},{"uid":"da0dac7c43db923c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da0dac7c43db923c","status":"passed","time":{"start":1728738068161,"stop":1728738068161,"duration":0}},{"uid":"321f1625df1dc3b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/321f1625df1dc3b7","status":"passed","time":{"start":1728682601671,"stop":1728682601671,"duration":0}},{"uid":"519b53f852df8b1b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/519b53f852df8b1b","status":"passed","time":{"start":1728682174563,"stop":1728682174563,"duration":0}},{"uid":"800a9c9f93880cf1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/800a9c9f93880cf1","status":"passed","time":{"start":1728676648929,"stop":1728676648929,"duration":0}},{"uid":"913be7314b9b9633","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/913be7314b9b9633","status":"passed","time":{"start":1728669372208,"stop":1728669372208,"duration":0}},{"uid":"ca5989e03a2400d6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca5989e03a2400d6","status":"passed","time":{"start":1728597712757,"stop":1728597712758,"duration":1}},{"uid":"eeb7232dbcae9189","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eeb7232dbcae9189","status":"passed","time":{"start":1728596931864,"stop":1728596931865,"duration":1}}]},"9ff85ec9081596478e91c1fee918ec00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18ebe73f73b00141","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/18ebe73f73b00141","status":"passed","time":{"start":1729032206889,"stop":1729032206889,"duration":0}}]},"d6e2e2d1bf8ff7282eb2d8901dea6947:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dffe251dd29ce0eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dffe251dd29ce0eb","status":"passed","time":{"start":1728598221884,"stop":1728598221885,"duration":1}}]},"364a38dd532b9b55e63ed8cddebbd5c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb9630b168436422","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb9630b168436422","status":"passed","time":{"start":1729034121947,"stop":1729034121947,"duration":0}}]},"320b767fba69f4af7c769c08759ce298:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f125347261610e4d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f125347261610e4d","status":"passed","time":{"start":1728597472310,"stop":1728597472311,"duration":1}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7b67d2a3ba07d6fd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7b67d2a3ba07d6fd","status":"passed","time":{"start":1729034112603,"stop":1729034112603,"duration":0}},{"uid":"e39be7454d246ff7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e39be7454d246ff7","status":"passed","time":{"start":1729034035871,"stop":1729034035871,"duration":0}},{"uid":"f290f7e70d55ae92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f290f7e70d55ae92","status":"passed","time":{"start":1729033850547,"stop":1729033850548,"duration":1}},{"uid":"c4be06e8d50e21b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c4be06e8d50e21b2","status":"passed","time":{"start":1729031900270,"stop":1729031900271,"duration":1}},{"uid":"34f13a2165d534f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/34f13a2165d534f5","status":"passed","time":{"start":1728901446176,"stop":1728901446176,"duration":0}},{"uid":"4e00e1f04d816b52","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4e00e1f04d816b52","status":"passed","time":{"start":1728892876476,"stop":1728892876476,"duration":0}},{"uid":"e168668c08a2f88b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e168668c08a2f88b","status":"passed","time":{"start":1728855839197,"stop":1728855839198,"duration":1}},{"uid":"22ca3cd124e4f0d4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/22ca3cd124e4f0d4","status":"passed","time":{"start":1728738056463,"stop":1728738056463,"duration":0}},{"uid":"401bb96eb753402d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/401bb96eb753402d","status":"passed","time":{"start":1728682590043,"stop":1728682590043,"duration":0}},{"uid":"d89945eee04644bb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d89945eee04644bb","status":"passed","time":{"start":1728682162837,"stop":1728682162837,"duration":0}},{"uid":"2898b40af3d01b20","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2898b40af3d01b20","status":"passed","time":{"start":1728676637410,"stop":1728676637411,"duration":1}},{"uid":"9fb3e5aa96bc25f4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9fb3e5aa96bc25f4","status":"passed","time":{"start":1728669360493,"stop":1728669360493,"duration":0}},{"uid":"6d459aba4191577e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6d459aba4191577e","status":"passed","time":{"start":1728597701235,"stop":1728597701235,"duration":0}},{"uid":"5cac5ac598426715","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5cac5ac598426715","status":"passed","time":{"start":1728596920369,"stop":1728596920370,"duration":1}}]},"bcbb9205ab18df037ac42f3e3e5effef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26a771fa81e71e90","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/26a771fa81e71e90","status":"passed","time":{"start":1729034304829,"stop":1729034304831,"duration":2}}]},"61980bd2a54185c7d9375cbc103df885:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e3ceec3cc5ea0d8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e3ceec3cc5ea0d8","status":"passed","time":{"start":1728598221896,"stop":1728598221898,"duration":2}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"562fb56c6c841aa6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/562fb56c6c841aa6","status":"passed","time":{"start":1729034398546,"stop":1729034398546,"duration":0}},{"uid":"8f8080fd7772115f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8f8080fd7772115f","status":"passed","time":{"start":1729034314813,"stop":1729034314813,"duration":0}},{"uid":"69a1c121d3415ac7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69a1c121d3415ac7","status":"passed","time":{"start":1729034137162,"stop":1729034137163,"duration":1}},{"uid":"52b5c3b61b0ce204","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/52b5c3b61b0ce204","status":"passed","time":{"start":1729032187244,"stop":1729032187245,"duration":1}},{"uid":"4152c9fcaa76d85c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4152c9fcaa76d85c","status":"passed","time":{"start":1728901888428,"stop":1728901888428,"duration":0}},{"uid":"703c1cbef1e3e518","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/703c1cbef1e3e518","status":"passed","time":{"start":1728893323781,"stop":1728893323786,"duration":5}},{"uid":"e981ca6310633759","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e981ca6310633759","status":"passed","time":{"start":1728856285925,"stop":1728856285926,"duration":1}},{"uid":"beace147b3021a59","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/beace147b3021a59","status":"passed","time":{"start":1728738498273,"stop":1728738498274,"duration":1}},{"uid":"12c18256d12c6015","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/12c18256d12c6015","status":"passed","time":{"start":1728683041390,"stop":1728683041390,"duration":0}},{"uid":"c853be0297974c43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c853be0297974c43","status":"passed","time":{"start":1728682596011,"stop":1728682596012,"duration":1}},{"uid":"e67da0d7d75e3141","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e67da0d7d75e3141","status":"passed","time":{"start":1728677091266,"stop":1728677091266,"duration":0}},{"uid":"4afd47965b083d22","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4afd47965b083d22","status":"passed","time":{"start":1728669766424,"stop":1728669766424,"duration":0}},{"uid":"a1222fc61ce52159","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a1222fc61ce52159","status":"passed","time":{"start":1728598152071,"stop":1728598152071,"duration":0}},{"uid":"54a8adda9a687036","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/54a8adda9a687036","status":"passed","time":{"start":1728597364114,"stop":1728597364114,"duration":0}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8cec1ecc7ad878be","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8cec1ecc7ad878be","status":"passed","time":{"start":1729034474974,"stop":1729034474974,"duration":0}},{"uid":"d46d521eefb6dde2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d46d521eefb6dde2","status":"passed","time":{"start":1729034395284,"stop":1729034395285,"duration":1}},{"uid":"5030f603a00cc87d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5030f603a00cc87d","status":"passed","time":{"start":1729034209086,"stop":1729034209086,"duration":0}},{"uid":"27cecbcec28c670a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/27cecbcec28c670a","status":"passed","time":{"start":1729032264556,"stop":1729032264556,"duration":0}},{"uid":"7e6e3e2eb7770a87","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e6e3e2eb7770a87","status":"passed","time":{"start":1728902012830,"stop":1728902012831,"duration":1}},{"uid":"6c40be0976ee2523","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c40be0976ee2523","status":"passed","time":{"start":1728893454804,"stop":1728893454804,"duration":0}},{"uid":"8dce419d6ba5c6d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8dce419d6ba5c6d","status":"passed","time":{"start":1728856408446,"stop":1728856408446,"duration":0}},{"uid":"cb839473a5535605","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb839473a5535605","status":"passed","time":{"start":1728738633849,"stop":1728738633849,"duration":0}},{"uid":"e33031e146b31928","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e33031e146b31928","status":"passed","time":{"start":1728683159722,"stop":1728683159723,"duration":1}},{"uid":"917861de3dd08f07","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/917861de3dd08f07","status":"passed","time":{"start":1728682751322,"stop":1728682751322,"duration":0}},{"uid":"eff8e0a0d46cd6c4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eff8e0a0d46cd6c4","status":"passed","time":{"start":1728677216348,"stop":1728677216349,"duration":1}},{"uid":"ffff79827afdc70b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ffff79827afdc70b","status":"passed","time":{"start":1728669925446,"stop":1728669925447,"duration":1}},{"uid":"cda0a07ce4744618","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cda0a07ce4744618","status":"passed","time":{"start":1728598268792,"stop":1728598268792,"duration":0}},{"uid":"567c58d4c55c04db","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/567c58d4c55c04db","status":"passed","time":{"start":1728597503894,"stop":1728597503894,"duration":0}}]},"5c2c3083330cb887d84965b78f55aed7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19d4c55fb9920364","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19d4c55fb9920364","status":"passed","time":{"start":1728893389987,"stop":1728893389987,"duration":0}}]},"6d75e1481d6b79679f9552dd0120c2f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"191ca26afcdce00c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/191ca26afcdce00c","status":"passed","time":{"start":1729034111876,"stop":1729034111878,"duration":2}},{"uid":"b9240871fd3f031","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b9240871fd3f031","status":"passed","time":{"start":1729034034980,"stop":1729034034980,"duration":0}},{"uid":"c291b76d1f5f8527","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c291b76d1f5f8527","status":"passed","time":{"start":1729033849393,"stop":1729033849393,"duration":0}},{"uid":"ca1d9c167d645d2d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ca1d9c167d645d2d","status":"passed","time":{"start":1729031899548,"stop":1729031899548,"duration":0}},{"uid":"6de557f9ca00e30b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6de557f9ca00e30b","status":"passed","time":{"start":1728901444842,"stop":1728901444842,"duration":0}},{"uid":"e26a19e3bd0c17d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e26a19e3bd0c17d8","status":"passed","time":{"start":1728892875617,"stop":1728892875618,"duration":1}},{"uid":"f6a9724c87b4cb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f6a9724c87b4cb0","status":"passed","time":{"start":1728855838490,"stop":1728855838491,"duration":1}},{"uid":"ff4f65f8aae8909c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff4f65f8aae8909c","status":"passed","time":{"start":1728738055452,"stop":1728738055452,"duration":0}},{"uid":"8ad5fce085efdcac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8ad5fce085efdcac","status":"passed","time":{"start":1728682589263,"stop":1728682589264,"duration":1}},{"uid":"d0909425c688afea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d0909425c688afea","status":"passed","time":{"start":1728682162182,"stop":1728682162182,"duration":0}},{"uid":"7eaae47a77dd856a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7eaae47a77dd856a","status":"passed","time":{"start":1728676636513,"stop":1728676636514,"duration":1}},{"uid":"4217b0c4bf025645","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4217b0c4bf025645","status":"passed","time":{"start":1728669359847,"stop":1728669359848,"duration":1}},{"uid":"60915e1b04abc5c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/60915e1b04abc5c7","status":"passed","time":{"start":1728597699703,"stop":1728597699704,"duration":1}},{"uid":"f66ac5863f2e4f6b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f66ac5863f2e4f6b","status":"passed","time":{"start":1728596919893,"stop":1728596919894,"duration":1}}]},"4aa8512077696822107d202410b8f842:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a153340252c370c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7a153340252c370c","status":"passed","time":{"start":1728598212610,"stop":1728598212610,"duration":0}}]},"930e667125b8a134adfed6d0d717f670:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7995b6f3f717a90c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7995b6f3f717a90c","status":"passed","time":{"start":1729034112233,"stop":1729034112233,"duration":0}},{"uid":"a0809969da56c5a2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a0809969da56c5a2","status":"passed","time":{"start":1729034035749,"stop":1729034035749,"duration":0}},{"uid":"cd6d0a069e1cf87d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cd6d0a069e1cf87d","status":"passed","time":{"start":1729033850298,"stop":1729033850298,"duration":0}},{"uid":"cd77a7016db8911d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cd77a7016db8911d","status":"passed","time":{"start":1729031899901,"stop":1729031899901,"duration":0}},{"uid":"8220ecd04e5b9c61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8220ecd04e5b9c61","status":"passed","time":{"start":1728901445870,"stop":1728901445870,"duration":0}},{"uid":"8cfdfaefa995c5b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8cfdfaefa995c5b0","status":"passed","time":{"start":1728892875904,"stop":1728892875905,"duration":1}},{"uid":"cf91357bc19d73ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cf91357bc19d73ab","status":"passed","time":{"start":1728855839036,"stop":1728855839037,"duration":1}},{"uid":"879ce9d0bfa19a3e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/879ce9d0bfa19a3e","status":"passed","time":{"start":1728738056183,"stop":1728738056184,"duration":1}},{"uid":"b1addbcd0a335d12","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1addbcd0a335d12","status":"passed","time":{"start":1728682589458,"stop":1728682589458,"duration":0}},{"uid":"4f906cc239051ce9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4f906cc239051ce9","status":"passed","time":{"start":1728682162315,"stop":1728682162316,"duration":1}},{"uid":"e1c4c01b4fc7f9ce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e1c4c01b4fc7f9ce","status":"passed","time":{"start":1728676637001,"stop":1728676637001,"duration":0}},{"uid":"f5f673f87dd2a1c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5f673f87dd2a1c","status":"passed","time":{"start":1728669360368,"stop":1728669360368,"duration":0}},{"uid":"4c2921866d0cec2e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4c2921866d0cec2e","status":"passed","time":{"start":1728597700887,"stop":1728597700887,"duration":0}},{"uid":"4fc55d826997732d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4fc55d826997732d","status":"passed","time":{"start":1728596919825,"stop":1728596919826,"duration":1}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"60c427569cd05b1a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/60c427569cd05b1a","status":"passed","time":{"start":1729034259816,"stop":1729034259817,"duration":1}},{"uid":"fb3da0feb1654a40","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fb3da0feb1654a40","status":"passed","time":{"start":1729034194016,"stop":1729034194017,"duration":1}},{"uid":"c9d88f93e9e346e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c9d88f93e9e346e","status":"passed","time":{"start":1729034014867,"stop":1729034014871,"duration":4}},{"uid":"2e786613f025bf51","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e786613f025bf51","status":"passed","time":{"start":1729032065450,"stop":1729032065452,"duration":2}},{"uid":"518c46f5f0679aa5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/518c46f5f0679aa5","status":"passed","time":{"start":1728901664264,"stop":1728901664265,"duration":1}},{"uid":"dff17761edd0f44c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dff17761edd0f44c","status":"passed","time":{"start":1728893093690,"stop":1728893093690,"duration":0}},{"uid":"454fd35b7c87e7e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/454fd35b7c87e7e7","status":"passed","time":{"start":1728856055271,"stop":1728856055271,"duration":0}},{"uid":"37f429f4f798b995","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37f429f4f798b995","status":"passed","time":{"start":1728738274743,"stop":1728738274743,"duration":0}},{"uid":"3d7c21bb5cceab5a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3d7c21bb5cceab5a","status":"passed","time":{"start":1728682807956,"stop":1728682807956,"duration":0}},{"uid":"1c96ac0f06aec6a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1c96ac0f06aec6a1","status":"passed","time":{"start":1728682381283,"stop":1728682381284,"duration":1}},{"uid":"f973d5b5d6fd28aa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f973d5b5d6fd28aa","status":"passed","time":{"start":1728676853896,"stop":1728676853896,"duration":0}},{"uid":"3bf1770ee6fbe3c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3bf1770ee6fbe3c1","status":"passed","time":{"start":1728669581693,"stop":1728669581694,"duration":1}},{"uid":"d549a56e989bd7d0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d549a56e989bd7d0","status":"passed","time":{"start":1728597923480,"stop":1728597923480,"duration":0}},{"uid":"ea0757b0ce2fc827","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea0757b0ce2fc827","status":"passed","time":{"start":1728597132262,"stop":1728597132262,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"adf34b55b8750567","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/adf34b55b8750567","status":"passed","time":{"start":1729034370930,"stop":1729034370937,"duration":7}},{"uid":"db33be0604d83046","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/db33be0604d83046","status":"passed","time":{"start":1729034308907,"stop":1729034308910,"duration":3}},{"uid":"90e8f5877cd559ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/90e8f5877cd559ac","status":"passed","time":{"start":1729034129482,"stop":1729034129483,"duration":1}},{"uid":"58104fe616ab2d5c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/58104fe616ab2d5c","status":"passed","time":{"start":1729032178384,"stop":1729032178384,"duration":0}},{"uid":"fd788c73ca753e0c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd788c73ca753e0c","status":"passed","time":{"start":1728901896356,"stop":1728901896357,"duration":1}},{"uid":"1d2dfd21f1ef5b93","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d2dfd21f1ef5b93","status":"passed","time":{"start":1728893329038,"stop":1728893329040,"duration":2}},{"uid":"e76881028ce2abbc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e76881028ce2abbc","status":"passed","time":{"start":1728856284777,"stop":1728856284778,"duration":1}},{"uid":"31142598e9ed9485","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/31142598e9ed9485","status":"passed","time":{"start":1728738494951,"stop":1728738494951,"duration":0}},{"uid":"f32cf4f0ac2f9ea9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f32cf4f0ac2f9ea9","status":"passed","time":{"start":1728683033640,"stop":1728683033641,"duration":1}},{"uid":"b3188fbb101bbc79","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3188fbb101bbc79","status":"passed","time":{"start":1728682601748,"stop":1728682601748,"duration":0}},{"uid":"4daf6ec49c5d2174","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4daf6ec49c5d2174","status":"passed","time":{"start":1728677107990,"stop":1728677107990,"duration":0}},{"uid":"be3969461215a19e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be3969461215a19e","status":"passed","time":{"start":1728669764762,"stop":1728669764762,"duration":0}},{"uid":"439f0cdaee9350b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/439f0cdaee9350b4","status":"passed","time":{"start":1728598157580,"stop":1728598157580,"duration":0}},{"uid":"92e2d17454354686","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92e2d17454354686","status":"passed","time":{"start":1728597369089,"stop":1728597369089,"duration":0}}]},"84a2a8278571fa9229204c5b49612f14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"cb7fe630ebbca557","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cb7fe630ebbca557","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901734209,"stop":1728901734209,"duration":0}},{"uid":"412fb5e00bb97ee2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/412fb5e00bb97ee2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893166576,"stop":1728893166576,"duration":0}},{"uid":"6e36420483daf83d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6e36420483daf83d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676929955,"stop":1728676929955,"duration":0}},{"uid":"d6f286e8930f9835","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d6f286e8930f9835","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598000229,"stop":1728598000229,"duration":0}},{"uid":"2ec9dc61e35b6395","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2ec9dc61e35b6395","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597213023,"stop":1728597213024,"duration":1}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9eca556612c582cd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9eca556612c582cd","status":"passed","time":{"start":1729034166261,"stop":1729034166261,"duration":0}},{"uid":"107680695b0c0489","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/107680695b0c0489","status":"passed","time":{"start":1729034096719,"stop":1729034096722,"duration":3}},{"uid":"b14062fdee61776b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b14062fdee61776b","status":"passed","time":{"start":1729033904747,"stop":1729033904748,"duration":1}},{"uid":"e93d7c2cc94d8edd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e93d7c2cc94d8edd","status":"passed","time":{"start":1729031952294,"stop":1729031952294,"duration":0}},{"uid":"6191a462a37af893","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6191a462a37af893","status":"passed","time":{"start":1728901498548,"stop":1728901498548,"duration":0}},{"uid":"d5b27fba1128157c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d5b27fba1128157c","status":"passed","time":{"start":1728892934941,"stop":1728892934941,"duration":0}},{"uid":"2113fefde943b989","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2113fefde943b989","status":"passed","time":{"start":1728855901088,"stop":1728855901088,"duration":0}},{"uid":"3861b6fdaf04b0d5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3861b6fdaf04b0d5","status":"passed","time":{"start":1728738109822,"stop":1728738109822,"duration":0}},{"uid":"1bbeb7eb9f7668f9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1bbeb7eb9f7668f9","status":"passed","time":{"start":1728682641764,"stop":1728682641765,"duration":1}},{"uid":"89fe35b87922248","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/89fe35b87922248","status":"passed","time":{"start":1728682224056,"stop":1728682224057,"duration":1}},{"uid":"b68c5eb81666962","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b68c5eb81666962","status":"passed","time":{"start":1728676692590,"stop":1728676692591,"duration":1}},{"uid":"76abef29da541e24","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/76abef29da541e24","status":"passed","time":{"start":1728669414327,"stop":1728669414328,"duration":1}},{"uid":"2d18f4c521baa581","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2d18f4c521baa581","status":"passed","time":{"start":1728597758157,"stop":1728597758157,"duration":0}},{"uid":"530bd6615ec3b981","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/530bd6615ec3b981","status":"passed","time":{"start":1728596973960,"stop":1728596973961,"duration":1}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1518649cb31d3a39","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1518649cb31d3a39","status":"passed","time":{"start":1729034162497,"stop":1729034162497,"duration":0}},{"uid":"c56f2665ac3c04ba","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c56f2665ac3c04ba","status":"passed","time":{"start":1729034086608,"stop":1729034086612,"duration":4}},{"uid":"32f4f8a1e52efceb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32f4f8a1e52efceb","status":"passed","time":{"start":1729033900634,"stop":1729033900635,"duration":1}},{"uid":"c43a621be12e9fcd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c43a621be12e9fcd","status":"passed","time":{"start":1729031950406,"stop":1729031950407,"duration":1}},{"uid":"b6b0ce548b73a4da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b6b0ce548b73a4da","status":"passed","time":{"start":1728901494878,"stop":1728901494878,"duration":0}},{"uid":"a9e6dc918a66a5e9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a9e6dc918a66a5e9","status":"passed","time":{"start":1728892927096,"stop":1728892927097,"duration":1}},{"uid":"6515b36915bd3edd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6515b36915bd3edd","status":"passed","time":{"start":1728855889014,"stop":1728855889014,"duration":0}},{"uid":"2001d796e4ce5ee3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2001d796e4ce5ee3","status":"passed","time":{"start":1728738105940,"stop":1728738105941,"duration":1}},{"uid":"a3f0a0d34d16dca3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a3f0a0d34d16dca3","status":"passed","time":{"start":1728682639925,"stop":1728682639925,"duration":0}},{"uid":"4ceb992393149249","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4ceb992393149249","status":"passed","time":{"start":1728682212118,"stop":1728682212119,"duration":1}},{"uid":"1b5c3405d5c7798d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b5c3405d5c7798d","status":"passed","time":{"start":1728676687920,"stop":1728676687920,"duration":0}},{"uid":"dab4bb2f88c3e557","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dab4bb2f88c3e557","status":"passed","time":{"start":1728669411846,"stop":1728669411846,"duration":0}},{"uid":"4a19a0fc4b4739e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4a19a0fc4b4739e","status":"passed","time":{"start":1728597751011,"stop":1728597751012,"duration":1}},{"uid":"f076dc5be6e29c5a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f076dc5be6e29c5a","status":"passed","time":{"start":1728596968267,"stop":1728596968267,"duration":0}}]},"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"17717f72fb557b13","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/17717f72fb557b13","status":"passed","time":{"start":1729034155173,"stop":1729034155173,"duration":0}},{"uid":"9daafa2fa5bfd326","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9daafa2fa5bfd326","status":"passed","time":{"start":1729034079235,"stop":1729034079235,"duration":0}},{"uid":"f6bf70f47f154819","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f6bf70f47f154819","status":"passed","time":{"start":1729033892959,"stop":1729033892959,"duration":0}},{"uid":"b16e8130c9a97337","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b16e8130c9a97337","status":"passed","time":{"start":1729031943352,"stop":1729031943353,"duration":1}},{"uid":"160ee2e990a6fa5e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/160ee2e990a6fa5e","status":"passed","time":{"start":1728901487522,"stop":1728901487522,"duration":0}},{"uid":"f684c13fb054d1f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f684c13fb054d1f","status":"passed","time":{"start":1728892920387,"stop":1728892920387,"duration":0}},{"uid":"2f7625c0cc2a1c0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f7625c0cc2a1c0","status":"passed","time":{"start":1728855881509,"stop":1728855881509,"duration":0}},{"uid":"a6f268a9a8f5af0d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a6f268a9a8f5af0d","status":"passed","time":{"start":1728738098730,"stop":1728738098730,"duration":0}},{"uid":"ecc3a31e7ec56827","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ecc3a31e7ec56827","status":"passed","time":{"start":1728682632220,"stop":1728682632221,"duration":1}},{"uid":"4b885561956bbe8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4b885561956bbe8","status":"passed","time":{"start":1728682205211,"stop":1728682205211,"duration":0}},{"uid":"ba083bddcc1fd4bd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba083bddcc1fd4bd","status":"passed","time":{"start":1728676680988,"stop":1728676680989,"duration":1}},{"uid":"d3b7bee88b663705","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d3b7bee88b663705","status":"passed","time":{"start":1728669404740,"stop":1728669404740,"duration":0}},{"uid":"680c1f26e6eb0658","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/680c1f26e6eb0658","status":"passed","time":{"start":1728597743849,"stop":1728597743850,"duration":1}},{"uid":"84dbf9bb85a508d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/84dbf9bb85a508d","status":"passed","time":{"start":1728596961184,"stop":1728596961185,"duration":1}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3e7830e0b326a4a2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3e7830e0b326a4a2","status":"passed","time":{"start":1729034487486,"stop":1729034487486,"duration":0}},{"uid":"94ea73117fa61c65","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/94ea73117fa61c65","status":"passed","time":{"start":1729034446111,"stop":1729034446111,"duration":0}},{"uid":"c61c6c5bf184d07d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c61c6c5bf184d07d","status":"passed","time":{"start":1729032275830,"stop":1729032275830,"duration":0}},{"uid":"2ea4200848dab9d9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2ea4200848dab9d9","status":"passed","time":{"start":1728902036742,"stop":1728902036742,"duration":0}},{"uid":"fdffc7ed10c845b8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fdffc7ed10c845b8","status":"passed","time":{"start":1728893472415,"stop":1728893472415,"duration":0}},{"uid":"e58f78a06966c441","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e58f78a06966c441","status":"passed","time":{"start":1728856423203,"stop":1728856423203,"duration":0}},{"uid":"43be88502b422a84","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/43be88502b422a84","status":"passed","time":{"start":1728738648731,"stop":1728738648731,"duration":0}},{"uid":"1b150c1600fdc7b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1b150c1600fdc7b6","status":"passed","time":{"start":1728683179657,"stop":1728683179657,"duration":0}},{"uid":"a2f4d3d1b9fea789","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a2f4d3d1b9fea789","status":"passed","time":{"start":1728682757952,"stop":1728682757953,"duration":1}},{"uid":"111ea74770ea74dd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/111ea74770ea74dd","status":"passed","time":{"start":1728677238452,"stop":1728677238452,"duration":0}},{"uid":"df243f6a890ac09c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/df243f6a890ac09c","status":"passed","time":{"start":1728669928222,"stop":1728669928222,"duration":0}},{"uid":"8711bfae0fc6b594","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8711bfae0fc6b594","status":"passed","time":{"start":1728598319591,"stop":1728598319592,"duration":1}},{"uid":"c9735b547a89796f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9735b547a89796f","status":"passed","time":{"start":1728597520648,"stop":1728597520649,"duration":1}}]},"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"17899abd00a601f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/17899abd00a601f5","status":"passed","time":{"start":1729034096134,"stop":1729034096134,"duration":0}},{"uid":"adcba82f750f946d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/adcba82f750f946d","status":"passed","time":{"start":1729034020091,"stop":1729034020092,"duration":1}},{"uid":"f5feedb9dfcc4d17","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f5feedb9dfcc4d17","status":"passed","time":{"start":1729033834387,"stop":1729033834387,"duration":0}},{"uid":"755bfa6e79826dbf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/755bfa6e79826dbf","status":"passed","time":{"start":1729031884120,"stop":1729031884121,"duration":1}},{"uid":"b373bea4c94ee5e4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b373bea4c94ee5e4","status":"passed","time":{"start":1728901430255,"stop":1728901430255,"duration":0}},{"uid":"3d347fdaa16411e7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d347fdaa16411e7","status":"passed","time":{"start":1728892860533,"stop":1728892860533,"duration":0}},{"uid":"f7069e7dec1c0c89","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f7069e7dec1c0c89","status":"passed","time":{"start":1728855823323,"stop":1728855823323,"duration":0}},{"uid":"1a1d9636bd5307ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a1d9636bd5307ec","status":"passed","time":{"start":1728738040603,"stop":1728738040603,"duration":0}},{"uid":"8be88476ed2fb7b8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8be88476ed2fb7b8","status":"passed","time":{"start":1728682574094,"stop":1728682574094,"duration":0}},{"uid":"5ddff5ec6de24b72","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5ddff5ec6de24b72","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"63fc33b2950733f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/63fc33b2950733f7","status":"passed","time":{"start":1728676621433,"stop":1728676621433,"duration":0}},{"uid":"fd7820fe1b04b317","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd7820fe1b04b317","status":"passed","time":{"start":1728669344468,"stop":1728669344469,"duration":1}},{"uid":"5b8113bb70d2d62e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b8113bb70d2d62e","status":"passed","time":{"start":1728597685162,"stop":1728597685162,"duration":0}},{"uid":"a6460698bd098a47","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a6460698bd098a47","status":"passed","time":{"start":1728596904469,"stop":1728596904469,"duration":0}}]},"3bdd4aef0e9702e20ea6338f8fb5092d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6affaaf3320c2afb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6affaaf3320c2afb","status":"passed","time":{"start":1729034169437,"stop":1729034169439,"duration":2}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"893a2367aff9559b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/893a2367aff9559b","status":"passed","time":{"start":1729034104912,"stop":1729034104913,"duration":1}},{"uid":"f43caabf6f7a511c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f43caabf6f7a511c","status":"passed","time":{"start":1729034028510,"stop":1729034028514,"duration":4}},{"uid":"e2ed7785f33ed77d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e2ed7785f33ed77d","status":"passed","time":{"start":1729033843118,"stop":1729033843119,"duration":1}},{"uid":"71549937a7372b21","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/71549937a7372b21","status":"passed","time":{"start":1729031892681,"stop":1729031892681,"duration":0}},{"uid":"6d904a046ff713c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6d904a046ff713c3","status":"passed","time":{"start":1728901438811,"stop":1728901438812,"duration":1}},{"uid":"e95d6112479c557a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e95d6112479c557a","status":"passed","time":{"start":1728892869000,"stop":1728892869004,"duration":4}},{"uid":"39ec11a494dc9f85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39ec11a494dc9f85","status":"passed","time":{"start":1728855831892,"stop":1728855831896,"duration":4}},{"uid":"256fabf8101d96eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/256fabf8101d96eb","status":"passed","time":{"start":1728738049040,"stop":1728738049040,"duration":0}},{"uid":"c9de5abe834920da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c9de5abe834920da","status":"passed","time":{"start":1728682582618,"stop":1728682582619,"duration":1}},{"uid":"c35d10821835d9e2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c35d10821835d9e2","status":"passed","time":{"start":1728682155411,"stop":1728682155411,"duration":0}},{"uid":"b6b1364d65659abf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b6b1364d65659abf","status":"passed","time":{"start":1728676629974,"stop":1728676629974,"duration":0}},{"uid":"7809f552f0ced36c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7809f552f0ced36c","status":"passed","time":{"start":1728669353101,"stop":1728669353105,"duration":4}},{"uid":"135e5964a15f3c9e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/135e5964a15f3c9e","status":"passed","time":{"start":1728597693846,"stop":1728597693850,"duration":4}},{"uid":"7910d4547b725b85","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7910d4547b725b85","status":"passed","time":{"start":1728596913091,"stop":1728596913095,"duration":4}}]},"bc45221a7f6e40f80f06e429fe0d98ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ad94657f74a3767","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ad94657f74a3767","status":"passed","time":{"start":1729034137158,"stop":1729034137159,"duration":1}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"75f5f7395d9a37d8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/75f5f7395d9a37d8","status":"passed","time":{"start":1729034400898,"stop":1729034400898,"duration":0}},{"uid":"764abb661c6a4a49","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/764abb661c6a4a49","status":"passed","time":{"start":1729034317497,"stop":1729034317497,"duration":0}},{"uid":"1401c875c8283aea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1401c875c8283aea","status":"passed","time":{"start":1729034137155,"stop":1729034137156,"duration":1}},{"uid":"d2663420117a0e1a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2663420117a0e1a","status":"passed","time":{"start":1729032206888,"stop":1729032206888,"duration":0}},{"uid":"c07f81ad292373cc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c07f81ad292373cc","status":"passed","time":{"start":1728901995035,"stop":1728901995035,"duration":0}},{"uid":"cea95b2dc9bcfd13","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cea95b2dc9bcfd13","status":"passed","time":{"start":1728893421008,"stop":1728893421009,"duration":1}},{"uid":"75ea5d050a422144","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/75ea5d050a422144","status":"passed","time":{"start":1728856368609,"stop":1728856368610,"duration":1}},{"uid":"b85565aabcbc29d8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b85565aabcbc29d8","status":"passed","time":{"start":1728738604692,"stop":1728738604692,"duration":0}},{"uid":"3eab2c6535267478","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3eab2c6535267478","status":"passed","time":{"start":1728683117674,"stop":1728683117674,"duration":0}},{"uid":"f18f59a0f25ba993","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f18f59a0f25ba993","status":"passed","time":{"start":1728682721326,"stop":1728682721326,"duration":0}},{"uid":"4557c7e17319896a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4557c7e17319896a","status":"passed","time":{"start":1728677184693,"stop":1728677184693,"duration":0}},{"uid":"362bd114b1617d0b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/362bd114b1617d0b","status":"passed","time":{"start":1728669866476,"stop":1728669866477,"duration":1}},{"uid":"58d02da78f9c573c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58d02da78f9c573c","status":"passed","time":{"start":1728598250009,"stop":1728598250012,"duration":3}},{"uid":"5217f57845ac77fb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5217f57845ac77fb","status":"passed","time":{"start":1728597472309,"stop":1728597472309,"duration":0}}]},"000575d743013349ce369837ece59e9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"564c0f9d3f868677","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/564c0f9d3f868677","status":"passed","time":{"start":1729034370918,"stop":1729034370918,"duration":0}}]},"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7a7d0615f6369f45","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a7d0615f6369f45","status":"passed","time":{"start":1729034474992,"stop":1729034474992,"duration":0}},{"uid":"ab9d1100c476e1dd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ab9d1100c476e1dd","status":"passed","time":{"start":1729034395293,"stop":1729034395294,"duration":1}},{"uid":"166af90615f30de1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/166af90615f30de1","status":"passed","time":{"start":1729034209104,"stop":1729034209104,"duration":0}},{"uid":"e8c9668574ee6ad2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8c9668574ee6ad2","status":"passed","time":{"start":1729032264572,"stop":1729032264572,"duration":0}},{"uid":"7985c70ad37c98e0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7985c70ad37c98e0","status":"passed","time":{"start":1728902012864,"stop":1728902012864,"duration":0}},{"uid":"54c9a266d6fe981a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54c9a266d6fe981a","status":"passed","time":{"start":1728893454814,"stop":1728893454815,"duration":1}},{"uid":"1a63468e44aee157","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1a63468e44aee157","status":"passed","time":{"start":1728856408457,"stop":1728856408458,"duration":1}},{"uid":"2cfe25bdc0af91ed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2cfe25bdc0af91ed","status":"passed","time":{"start":1728738633858,"stop":1728738633858,"duration":0}},{"uid":"adb816296dbb2b78","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/adb816296dbb2b78","status":"passed","time":{"start":1728683159787,"stop":1728683159788,"duration":1}},{"uid":"b681dfba2f0c7f4f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b681dfba2f0c7f4f","status":"passed","time":{"start":1728682751334,"stop":1728682751334,"duration":0}},{"uid":"4a034dd81990774d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4a034dd81990774d","status":"passed","time":{"start":1728677216364,"stop":1728677216365,"duration":1}},{"uid":"7cd57ed21475638f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7cd57ed21475638f","status":"passed","time":{"start":1728669925457,"stop":1728669925457,"duration":0}},{"uid":"f4ee812b73216c76","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f4ee812b73216c76","status":"passed","time":{"start":1728598268810,"stop":1728598268810,"duration":0}},{"uid":"9ff7a2f28a8401ec","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9ff7a2f28a8401ec","status":"passed","time":{"start":1728597503931,"stop":1728597503932,"duration":1}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ce482fd306515cfb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ce482fd306515cfb","status":"passed","time":{"start":1729034393624,"stop":1729034393624,"duration":0}},{"uid":"9b41431291c97767","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9b41431291c97767","status":"passed","time":{"start":1729034304792,"stop":1729034304792,"duration":0}},{"uid":"e90f659114aa1c3a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e90f659114aa1c3a","status":"passed","time":{"start":1729034121875,"stop":1729034121875,"duration":0}},{"uid":"b03baf70e52ede8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b03baf70e52ede8","status":"passed","time":{"start":1729032174794,"stop":1729032174794,"duration":0}},{"uid":"38daa32fb0807a4d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38daa32fb0807a4d","status":"passed","time":{"start":1728901881000,"stop":1728901881001,"duration":1}},{"uid":"5203dc87206f091e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5203dc87206f091e","status":"passed","time":{"start":1728893317128,"stop":1728893317129,"duration":1}},{"uid":"c844c0b710a44b9a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c844c0b710a44b9a","status":"passed","time":{"start":1728856263062,"stop":1728856263062,"duration":0}},{"uid":"547038bd27afc0e5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/547038bd27afc0e5","status":"passed","time":{"start":1728738492778,"stop":1728738492779,"duration":1}},{"uid":"8cd75863f87d4747","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8cd75863f87d4747","status":"passed","time":{"start":1728683030005,"stop":1728683030005,"duration":0}},{"uid":"97121400bd70749e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/97121400bd70749e","status":"passed","time":{"start":1728682581057,"stop":1728682581058,"duration":1}},{"uid":"ad4f88ca72d0a568","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ad4f88ca72d0a568","status":"passed","time":{"start":1728677081980,"stop":1728677081981,"duration":1}},{"uid":"d944a354426f4612","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d944a354426f4612","status":"passed","time":{"start":1728669795381,"stop":1728669795381,"duration":0}},{"uid":"f2c893992e6b096","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f2c893992e6b096","status":"passed","time":{"start":1728598137483,"stop":1728598137487,"duration":4}},{"uid":"8f2f4172d246f11f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8f2f4172d246f11f","status":"passed","time":{"start":1728597353469,"stop":1728597353469,"duration":0}}]},"22b9a227cbd80af07104cfdc0e0d34c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96d15678064fada9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/96d15678064fada9","status":"passed","time":{"start":1729034428555,"stop":1729034428555,"duration":0}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c08b5dd084549878","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c08b5dd084549878","status":"passed","time":{"start":1729034206088,"stop":1729034206089,"duration":1}},{"uid":"ce79a6bbaf014f01","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ce79a6bbaf014f01","status":"passed","time":{"start":1729034134199,"stop":1729034134200,"duration":1}},{"uid":"5d228bbee1e8f0dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5d228bbee1e8f0dd","status":"passed","time":{"start":1729033942628,"stop":1729033942631,"duration":3}},{"uid":"54be06233dbe0f56","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/54be06233dbe0f56","status":"passed","time":{"start":1729031989719,"stop":1729031989720,"duration":1}},{"uid":"403a1a5a04353d94","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/403a1a5a04353d94","status":"passed","time":{"start":1728901562055,"stop":1728901562063,"duration":8}},{"uid":"290086140f801a29","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/290086140f801a29","status":"passed","time":{"start":1728893001483,"stop":1728893001483,"duration":0}},{"uid":"86d85ce90d9f3866","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/86d85ce90d9f3866","status":"passed","time":{"start":1728855968870,"stop":1728855968872,"duration":2}},{"uid":"d70712b61ea3415a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d70712b61ea3415a","status":"passed","time":{"start":1728738172968,"stop":1728738172969,"duration":1}},{"uid":"bf936aaede0b94d4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bf936aaede0b94d4","status":"passed","time":{"start":1728682706941,"stop":1728682706942,"duration":1}},{"uid":"57449fc21e9e5d64","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/57449fc21e9e5d64","status":"passed","time":{"start":1728682296862,"stop":1728682296862,"duration":0}},{"uid":"1c01f89df3e038df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1c01f89df3e038df","status":"passed","time":{"start":1728676761486,"stop":1728676761487,"duration":1}},{"uid":"e4c6dd9cf32fd07c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e4c6dd9cf32fd07c","status":"passed","time":{"start":1728669479028,"stop":1728669479029,"duration":1}},{"uid":"efb129851accb7a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efb129851accb7a","status":"passed","time":{"start":1728597820129,"stop":1728597820129,"duration":0}},{"uid":"62dec462bf68422f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/62dec462bf68422f","status":"passed","time":{"start":1728597034503,"stop":1728597034503,"duration":0}}]},"68cc62b31206d5ad5105b8944f480f86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5e4824ef8270214","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b5e4824ef8270214","status":"passed","time":{"start":1728597472311,"stop":1728597472311,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f0891bbb7c604a1a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f0891bbb7c604a1a","status":"passed","time":{"start":1729034259808,"stop":1729034259808,"duration":0}},{"uid":"a6669ea876e64195","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a6669ea876e64195","status":"passed","time":{"start":1729034194004,"stop":1729034194005,"duration":1}},{"uid":"826c977f3978dc7b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/826c977f3978dc7b","status":"passed","time":{"start":1729034014847,"stop":1729034014848,"duration":1}},{"uid":"d74775e5d1bc5ae3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d74775e5d1bc5ae3","status":"passed","time":{"start":1729032065434,"stop":1729032065437,"duration":3}},{"uid":"d9932483ab01c638","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d9932483ab01c638","status":"passed","time":{"start":1728901664235,"stop":1728901664235,"duration":0}},{"uid":"3705d51fcee89d50","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3705d51fcee89d50","status":"passed","time":{"start":1728893093684,"stop":1728893093685,"duration":1}},{"uid":"7ff091ff89535dbd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7ff091ff89535dbd","status":"passed","time":{"start":1728856055263,"stop":1728856055264,"duration":1}},{"uid":"ff3dc9eb64750aaf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff3dc9eb64750aaf","status":"passed","time":{"start":1728738274740,"stop":1728738274740,"duration":0}},{"uid":"278989eaeac837cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/278989eaeac837cc","status":"passed","time":{"start":1728682807950,"stop":1728682807950,"duration":0}},{"uid":"c08908a108d4f015","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c08908a108d4f015","status":"passed","time":{"start":1728682381280,"stop":1728682381280,"duration":0}},{"uid":"fde0357c5e62a04e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fde0357c5e62a04e","status":"passed","time":{"start":1728676853893,"stop":1728676853893,"duration":0}},{"uid":"11e88467e38f2172","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/11e88467e38f2172","status":"passed","time":{"start":1728669581684,"stop":1728669581685,"duration":1}},{"uid":"824a9948182055fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/824a9948182055fb","status":"passed","time":{"start":1728597923469,"stop":1728597923470,"duration":1}},{"uid":"d2ba24764b644508","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d2ba24764b644508","status":"passed","time":{"start":1728597132259,"stop":1728597132259,"duration":0}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"194001dd36eaac62","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/194001dd36eaac62","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034393644,"stop":1729034393644,"duration":0}},{"uid":"ee324c45712d52b9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ee324c45712d52b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034304839,"stop":1729034304839,"duration":0}},{"uid":"513a4f33ae102ccd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/513a4f33ae102ccd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121909,"stop":1729034121910,"duration":1}},{"uid":"5b3a552ed5ad0708","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b3a552ed5ad0708","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174842,"stop":1729032174843,"duration":1}},{"uid":"b8b2f5281c32c909","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8b2f5281c32c909","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881011,"stop":1728901881011,"duration":0}},{"uid":"7663a1f90e367a47","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7663a1f90e367a47","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317161,"stop":1728893317162,"duration":1}},{"uid":"551b807732941def","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/551b807732941def","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263099,"stop":1728856263099,"duration":0}},{"uid":"5a616d94a0f48b29","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a616d94a0f48b29","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492798,"stop":1728738492798,"duration":0}},{"uid":"b81d44270e3420f3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b81d44270e3420f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030021,"stop":1728683030021,"duration":0}},{"uid":"f73caf36d3b94dde","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f73caf36d3b94dde","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581102,"stop":1728682581102,"duration":0}},{"uid":"13638d543d7c5fa4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/13638d543d7c5fa4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677081995,"stop":1728677081995,"duration":0}},{"uid":"9f8475d7265f01c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9f8475d7265f01c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795394,"stop":1728669795394,"duration":0}},{"uid":"765dfc0d5e457690","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/765dfc0d5e457690","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137503,"stop":1728598137503,"duration":0}},{"uid":"3552cb6692143ddc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3552cb6692143ddc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353479,"stop":1728597353479,"duration":0}}]},"8d185c3718221733d1504872b5861f0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f3aa2a3c5666b00","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4f3aa2a3c5666b00","status":"passed","time":{"start":1728901950548,"stop":1728901950549,"duration":1}}]},"7ea2fe382cd6db4cbb3c5f72d8baa9f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e147acc14628654","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e147acc14628654","status":"passed","time":{"start":1728901896356,"stop":1728901896356,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"646767bafffa68cd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/646767bafffa68cd","status":"passed","time":{"start":1729034119300,"stop":1729034119303,"duration":3}},{"uid":"95afe24dcb969841","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95afe24dcb969841","status":"passed","time":{"start":1729033933478,"stop":1729033933479,"duration":1}},{"uid":"4df096609dd5a789","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4df096609dd5a789","status":"passed","time":{"start":1729031982912,"stop":1729031982912,"duration":0}},{"uid":"7d2b3fc41bafac82","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7d2b3fc41bafac82","status":"passed","time":{"start":1728901527853,"stop":1728901527854,"duration":1}},{"uid":"f51553de282b4c23","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f51553de282b4c23","status":"passed","time":{"start":1728892960138,"stop":1728892960139,"duration":1}},{"uid":"ceeae088b140b23e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ceeae088b140b23e","status":"passed","time":{"start":1728855921713,"stop":1728855921714,"duration":1}},{"uid":"acf6c4a93bcd5e02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/acf6c4a93bcd5e02","status":"passed","time":{"start":1728738138431,"stop":1728738138431,"duration":0}},{"uid":"99d45a0d1352be0a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99d45a0d1352be0a","status":"passed","time":{"start":1728682672251,"stop":1728682672251,"duration":0}},{"uid":"13c0a95c5e7e8fcd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13c0a95c5e7e8fcd","status":"passed","time":{"start":1728682245073,"stop":1728682245073,"duration":0}},{"uid":"ca8e9947986e41c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca8e9947986e41c","status":"passed","time":{"start":1728676721298,"stop":1728676721298,"duration":0}},{"uid":"924b6c7895e63507","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/924b6c7895e63507","status":"passed","time":{"start":1728669444559,"stop":1728669444560,"duration":1}},{"uid":"7acb26d0576af66","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7acb26d0576af66","status":"passed","time":{"start":1728597784072,"stop":1728597784072,"duration":0}},{"uid":"4c6d71cd3ee6851b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4c6d71cd3ee6851b","status":"passed","time":{"start":1728597001546,"stop":1728597001547,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2e2219ef68b9217d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2e2219ef68b9217d","status":"passed","time":{"start":1729034474989,"stop":1729034474989,"duration":0}},{"uid":"213b63e670b1c7e0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/213b63e670b1c7e0","status":"passed","time":{"start":1729034395292,"stop":1729034395292,"duration":0}},{"uid":"7371c3eb09a213c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7371c3eb09a213c2","status":"passed","time":{"start":1729034209102,"stop":1729034209102,"duration":0}},{"uid":"82bc140a9beafcf2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/82bc140a9beafcf2","status":"passed","time":{"start":1729032264569,"stop":1729032264570,"duration":1}},{"uid":"c5b6a087f9181690","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c5b6a087f9181690","status":"passed","time":{"start":1728902012859,"stop":1728902012859,"duration":0}},{"uid":"a58c59d246f9b6bb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a58c59d246f9b6bb","status":"passed","time":{"start":1728893454812,"stop":1728893454813,"duration":1}},{"uid":"f29a5c456845fe6c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f29a5c456845fe6c","status":"passed","time":{"start":1728856408453,"stop":1728856408454,"duration":1}},{"uid":"fcb4bd9533b3f709","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fcb4bd9533b3f709","status":"passed","time":{"start":1728738633856,"stop":1728738633856,"duration":0}},{"uid":"eeb6134da4ce4a33","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eeb6134da4ce4a33","status":"passed","time":{"start":1728683159766,"stop":1728683159766,"duration":0}},{"uid":"7b0c1e1556c52e48","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b0c1e1556c52e48","status":"passed","time":{"start":1728682751331,"stop":1728682751331,"duration":0}},{"uid":"a8000299d19e465a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a8000299d19e465a","status":"passed","time":{"start":1728677216360,"stop":1728677216361,"duration":1}},{"uid":"24397b71b60a5505","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/24397b71b60a5505","status":"passed","time":{"start":1728669925455,"stop":1728669925455,"duration":0}},{"uid":"4bddb24864884df6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4bddb24864884df6","status":"passed","time":{"start":1728598268807,"stop":1728598268807,"duration":0}},{"uid":"42a4bdebc0ff537f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42a4bdebc0ff537f","status":"passed","time":{"start":1728597503923,"stop":1728597503924,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"75d0dbb9fdea1ad0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/75d0dbb9fdea1ad0","status":"passed","time":{"start":1729034206090,"stop":1729034206090,"duration":0}},{"uid":"80df3d081426acbd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/80df3d081426acbd","status":"passed","time":{"start":1729034134202,"stop":1729034134202,"duration":0}},{"uid":"ae1109288cbfb932","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae1109288cbfb932","status":"passed","time":{"start":1729033942636,"stop":1729033942636,"duration":0}},{"uid":"9d5e55949e33a154","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d5e55949e33a154","status":"passed","time":{"start":1729031989722,"stop":1729031989722,"duration":0}},{"uid":"f9e7ef97096ebcb4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f9e7ef97096ebcb4","status":"passed","time":{"start":1728901562096,"stop":1728901562099,"duration":3}},{"uid":"70e57ce07236b0a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/70e57ce07236b0a","status":"passed","time":{"start":1728893001484,"stop":1728893001484,"duration":0}},{"uid":"8b57892854ebd514","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b57892854ebd514","status":"passed","time":{"start":1728855968873,"stop":1728855968873,"duration":0}},{"uid":"4c0e039036257f07","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4c0e039036257f07","status":"passed","time":{"start":1728738172969,"stop":1728738172970,"duration":1}},{"uid":"773a9e5254dcfd3c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/773a9e5254dcfd3c","status":"passed","time":{"start":1728682706942,"stop":1728682706942,"duration":0}},{"uid":"868e2cbdb3f4c668","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/868e2cbdb3f4c668","status":"passed","time":{"start":1728682296863,"stop":1728682296863,"duration":0}},{"uid":"8b59ccb8cf05400b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8b59ccb8cf05400b","status":"passed","time":{"start":1728676761497,"stop":1728676761498,"duration":1}},{"uid":"5bd3eb74c789098f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5bd3eb74c789098f","status":"passed","time":{"start":1728669479029,"stop":1728669479030,"duration":1}},{"uid":"eda84dd939dbe8f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eda84dd939dbe8f8","status":"passed","time":{"start":1728597820129,"stop":1728597820130,"duration":1}},{"uid":"bd2abfa9e79453bd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bd2abfa9e79453bd","status":"passed","time":{"start":1728597034504,"stop":1728597034504,"duration":0}}]},"08450b21419bdd5d996ab3d1852747b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3dcab7782d68b1d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3dcab7782d68b1d","status":"passed","time":{"start":1728682666064,"stop":1728682666064,"duration":0}}]},"6e2da1c87898957517cca942034cd353:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9558ba8fa43b709b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9558ba8fa43b709b","status":"passed","time":{"start":1728856355683,"stop":1728856355684,"duration":1}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a801c9c7173402","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a801c9c7173402","status":"passed","time":{"start":1729034240912,"stop":1729034240913,"duration":1}},{"uid":"18e335cc5dbdfa22","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/18e335cc5dbdfa22","status":"passed","time":{"start":1729034159612,"stop":1729034159612,"duration":0}},{"uid":"67a00a433bf9bb05","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67a00a433bf9bb05","status":"passed","time":{"start":1729033976790,"stop":1729033976790,"duration":0}},{"uid":"6041529316ae313f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6041529316ae313f","status":"passed","time":{"start":1729032020511,"stop":1729032020511,"duration":0}},{"uid":"7473e01914485ad1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7473e01914485ad1","status":"passed","time":{"start":1728901616427,"stop":1728901616427,"duration":0}},{"uid":"4a12e5b036deac8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a12e5b036deac8","status":"passed","time":{"start":1728893050242,"stop":1728893050242,"duration":0}},{"uid":"d7df193759b197cd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d7df193759b197cd","status":"passed","time":{"start":1728856015169,"stop":1728856015169,"duration":0}},{"uid":"13c2584c7e44537e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/13c2584c7e44537e","status":"passed","time":{"start":1728738233134,"stop":1728738233134,"duration":0}},{"uid":"a285f85c0213640","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a285f85c0213640","status":"passed","time":{"start":1728682762468,"stop":1728682762468,"duration":0}},{"uid":"1aead55d775e140d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1aead55d775e140d","status":"passed","time":{"start":1728682332783,"stop":1728682332784,"duration":1}},{"uid":"a474a99bbcdd6a67","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a474a99bbcdd6a67","status":"passed","time":{"start":1728676810288,"stop":1728676810288,"duration":0}},{"uid":"d9aa5f532edb64c7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d9aa5f532edb64c7","status":"passed","time":{"start":1728669529891,"stop":1728669529891,"duration":0}},{"uid":"8961c90299d574c8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8961c90299d574c8","status":"passed","time":{"start":1728597873531,"stop":1728597873531,"duration":0}},{"uid":"de6b65457c36db67","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/de6b65457c36db67","status":"passed","time":{"start":1728597089271,"stop":1728597089271,"duration":0}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bc686bed2dc83f37","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bc686bed2dc83f37","status":"passed","time":{"start":1729034475271,"stop":1729034475271,"duration":0}},{"uid":"fa868dff1d991ec5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fa868dff1d991ec5","status":"passed","time":{"start":1729034392402,"stop":1729034392402,"duration":0}},{"uid":"c3b7cc5690108cfa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c3b7cc5690108cfa","status":"passed","time":{"start":1729034208294,"stop":1729034208294,"duration":0}},{"uid":"431c2afb1432898b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/431c2afb1432898b","status":"passed","time":{"start":1729032257065,"stop":1729032257066,"duration":1}},{"uid":"d86ed6aaeac60655","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d86ed6aaeac60655","status":"passed","time":{"start":1728902024012,"stop":1728902024012,"duration":0}},{"uid":"29137b6b1438c47","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/29137b6b1438c47","status":"passed","time":{"start":1728893455129,"stop":1728893455129,"duration":0}},{"uid":"47c63197939d21d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/47c63197939d21d","status":"passed","time":{"start":1728856404961,"stop":1728856404962,"duration":1}},{"uid":"be6cd5e5e24133af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/be6cd5e5e24133af","status":"passed","time":{"start":1728738634667,"stop":1728738634668,"duration":1}},{"uid":"c5ebf8887a7a6ca1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c5ebf8887a7a6ca1","status":"passed","time":{"start":1728683163619,"stop":1728683163620,"duration":1}},{"uid":"59f6922047031d36","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59f6922047031d36","status":"passed","time":{"start":1728682737540,"stop":1728682737540,"duration":0}},{"uid":"f669bbed5afc5bc7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f669bbed5afc5bc7","status":"passed","time":{"start":1728677222566,"stop":1728677222567,"duration":1}},{"uid":"ce90fdfdb904c9d0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ce90fdfdb904c9d0","status":"passed","time":{"start":1728669905030,"stop":1728669905031,"duration":1}},{"uid":"2e8435592b2f4541","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e8435592b2f4541","status":"passed","time":{"start":1728598284365,"stop":1728598284365,"duration":0}},{"uid":"9c91f47425d910c0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c91f47425d910c0","status":"passed","time":{"start":1728597506830,"stop":1728597506830,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"31604597e592a47","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/31604597e592a47","status":"passed","time":{"start":1729034390823,"stop":1729034390824,"duration":1}},{"uid":"d4b16ec71bf2caa3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d4b16ec71bf2caa3","status":"passed","time":{"start":1729034323925,"stop":1729034323927,"duration":2}},{"uid":"8fada7215763a50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8fada7215763a50","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0}},{"uid":"818f3fb430e433ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/818f3fb430e433ef","status":"passed","time":{"start":1729032192393,"stop":1729032192393,"duration":0}},{"uid":"65dda77fd5773f84","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65dda77fd5773f84","status":"passed","time":{"start":1728901896709,"stop":1728901896709,"duration":0}},{"uid":"acc48964b93b3ad1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/acc48964b93b3ad1","status":"passed","time":{"start":1728893334448,"stop":1728893334448,"duration":0}},{"uid":"7988f890569711b1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7988f890569711b1","status":"passed","time":{"start":1728856285987,"stop":1728856285988,"duration":1}},{"uid":"c45d67dda6fae58","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c45d67dda6fae58","status":"passed","time":{"start":1728738508179,"stop":1728738508179,"duration":0}},{"uid":"48ca19b196415ee0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/48ca19b196415ee0","status":"passed","time":{"start":1728683055335,"stop":1728683055336,"duration":1}},{"uid":"2b57adc46bc60552","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2b57adc46bc60552","status":"passed","time":{"start":1728682604663,"stop":1728682604663,"duration":0}},{"uid":"adf421c2796c559e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/adf421c2796c559e","status":"passed","time":{"start":1728677105012,"stop":1728677105012,"duration":0}},{"uid":"9f413f6c8e5ad560","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9f413f6c8e5ad560","status":"passed","time":{"start":1728669780768,"stop":1728669780768,"duration":0}},{"uid":"ffd5b4d9a846a751","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ffd5b4d9a846a751","status":"passed","time":{"start":1728598159631,"stop":1728598159632,"duration":1}},{"uid":"ec16383b62412ec5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec16383b62412ec5","status":"passed","time":{"start":1728597371100,"stop":1728597371101,"duration":1}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d90ab4df52fd108","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d90ab4df52fd108","status":"passed","time":{"start":1729034393656,"stop":1729034393656,"duration":0}},{"uid":"12961511af3de5da","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/12961511af3de5da","status":"passed","time":{"start":1729034304854,"stop":1729034304854,"duration":0}},{"uid":"2933df868be9a063","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2933df868be9a063","status":"passed","time":{"start":1729034121940,"stop":1729034121940,"duration":0}},{"uid":"2be2174a5a8ea7c9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2be2174a5a8ea7c9","status":"passed","time":{"start":1729032174916,"stop":1729032174917,"duration":1}},{"uid":"fee7b5bafc715a77","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fee7b5bafc715a77","status":"passed","time":{"start":1728901881023,"stop":1728901881024,"duration":1}},{"uid":"aacb1848f65c57d3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aacb1848f65c57d3","status":"passed","time":{"start":1728893317178,"stop":1728893317179,"duration":1}},{"uid":"75df68cb40e16f2c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/75df68cb40e16f2c","status":"passed","time":{"start":1728856263109,"stop":1728856263110,"duration":1}},{"uid":"e5ec65177d43b7d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e5ec65177d43b7d","status":"passed","time":{"start":1728738492803,"stop":1728738492803,"duration":0}},{"uid":"3ac20464f2a9721e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3ac20464f2a9721e","status":"passed","time":{"start":1728683030027,"stop":1728683030027,"duration":0}},{"uid":"61a1038be6553a93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/61a1038be6553a93","status":"passed","time":{"start":1728682581112,"stop":1728682581112,"duration":0}},{"uid":"abf321462e80c9f4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/abf321462e80c9f4","status":"passed","time":{"start":1728677082006,"stop":1728677082007,"duration":1}},{"uid":"30dea65f6509c4d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/30dea65f6509c4d9","status":"passed","time":{"start":1728669795404,"stop":1728669795404,"duration":0}},{"uid":"32bf20b1ab239e64","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/32bf20b1ab239e64","status":"passed","time":{"start":1728598137507,"stop":1728598137508,"duration":1}},{"uid":"38f85e729f93f4e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/38f85e729f93f4e","status":"passed","time":{"start":1728597353485,"stop":1728597353485,"duration":0}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"25b872820ffa35a4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/25b872820ffa35a4","status":"passed","time":{"start":1729034120193,"stop":1729034120195,"duration":2}},{"uid":"ac3f89cfe7b66928","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ac3f89cfe7b66928","status":"passed","time":{"start":1729034043327,"stop":1729034043327,"duration":0}},{"uid":"8453cc9db3e58bf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8453cc9db3e58bf","status":"passed","time":{"start":1729033858030,"stop":1729033858031,"duration":1}},{"uid":"497e5f4669f1bfde","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/497e5f4669f1bfde","status":"passed","time":{"start":1729031908099,"stop":1729031908099,"duration":0}},{"uid":"d85a8b8fd6864c3f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d85a8b8fd6864c3f","status":"passed","time":{"start":1728901453393,"stop":1728901453393,"duration":0}},{"uid":"8a07e26caf7a8bee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8a07e26caf7a8bee","status":"passed","time":{"start":1728892884023,"stop":1728892884023,"duration":0}},{"uid":"8055ec2c6ff19640","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8055ec2c6ff19640","status":"passed","time":{"start":1728855846492,"stop":1728855846493,"duration":1}},{"uid":"e36cd8225234960a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e36cd8225234960a","status":"passed","time":{"start":1728738063722,"stop":1728738063722,"duration":0}},{"uid":"373307b3186282a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/373307b3186282a8","status":"passed","time":{"start":1728682597443,"stop":1728682597444,"duration":1}},{"uid":"df4d6649e093838d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/df4d6649e093838d","status":"passed","time":{"start":1728682170236,"stop":1728682170236,"duration":0}},{"uid":"ecf8b846bf00b42d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ecf8b846bf00b42d","status":"passed","time":{"start":1728676645010,"stop":1728676645010,"duration":0}},{"uid":"235d0f19afe573a9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/235d0f19afe573a9","status":"passed","time":{"start":1728669367791,"stop":1728669367791,"duration":0}},{"uid":"5efc71d0fab075db","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5efc71d0fab075db","status":"passed","time":{"start":1728597708643,"stop":1728597708643,"duration":0}},{"uid":"31049b047c07f0d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/31049b047c07f0d1","status":"passed","time":{"start":1728596927931,"stop":1728596927931,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"365bcb6ab02283c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/365bcb6ab02283c","status":"passed","time":{"start":1729034240920,"stop":1729034240920,"duration":0}},{"uid":"907cdd00e45e3faf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/907cdd00e45e3faf","status":"passed","time":{"start":1729034159617,"stop":1729034159617,"duration":0}},{"uid":"41eaf3b4778cc208","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41eaf3b4778cc208","status":"passed","time":{"start":1729033976801,"stop":1729033976802,"duration":1}},{"uid":"a80313e96b7dce6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a80313e96b7dce6c","status":"passed","time":{"start":1729032020524,"stop":1729032020525,"duration":1}},{"uid":"22c41f03d95b4308","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/22c41f03d95b4308","status":"passed","time":{"start":1728901616436,"stop":1728901616436,"duration":0}},{"uid":"e1279f59f5d8d30f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e1279f59f5d8d30f","status":"passed","time":{"start":1728893050246,"stop":1728893050247,"duration":1}},{"uid":"8ff75cd3df765052","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8ff75cd3df765052","status":"passed","time":{"start":1728856015173,"stop":1728856015173,"duration":0}},{"uid":"784eb7d8ee9e5d70","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/784eb7d8ee9e5d70","status":"passed","time":{"start":1728738233142,"stop":1728738233142,"duration":0}},{"uid":"3d3f22e446189238","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3d3f22e446189238","status":"passed","time":{"start":1728682762474,"stop":1728682762474,"duration":0}},{"uid":"da23ad65200ba466","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/da23ad65200ba466","status":"passed","time":{"start":1728682332788,"stop":1728682332788,"duration":0}},{"uid":"7d241b9fd603afe4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d241b9fd603afe4","status":"passed","time":{"start":1728676810293,"stop":1728676810293,"duration":0}},{"uid":"4243ae39dae390e4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4243ae39dae390e4","status":"passed","time":{"start":1728669529900,"stop":1728669529901,"duration":1}},{"uid":"daa2a0e479a108a3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/daa2a0e479a108a3","status":"passed","time":{"start":1728597873536,"stop":1728597873536,"duration":0}},{"uid":"dea260852efbf464","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dea260852efbf464","status":"passed","time":{"start":1728597089275,"stop":1728597089275,"duration":0}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a3a78392d1c1be9d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a3a78392d1c1be9d","status":"passed","time":{"start":1729034240931,"stop":1729034240931,"duration":0}},{"uid":"f1518497cb0686b5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f1518497cb0686b5","status":"passed","time":{"start":1729034159624,"stop":1729034159625,"duration":1}},{"uid":"7bf7260e1f5c7531","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bf7260e1f5c7531","status":"passed","time":{"start":1729033976807,"stop":1729033976807,"duration":0}},{"uid":"69c988d6cf04d947","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/69c988d6cf04d947","status":"passed","time":{"start":1729032020531,"stop":1729032020531,"duration":0}},{"uid":"310ddab760e81b07","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/310ddab760e81b07","status":"passed","time":{"start":1728901616474,"stop":1728901616474,"duration":0}},{"uid":"669be4347546f122","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/669be4347546f122","status":"passed","time":{"start":1728893050251,"stop":1728893050251,"duration":0}},{"uid":"2d91829f15095950","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d91829f15095950","status":"passed","time":{"start":1728856015181,"stop":1728856015181,"duration":0}},{"uid":"35937545072400d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/35937545072400d","status":"passed","time":{"start":1728738233149,"stop":1728738233163,"duration":14}},{"uid":"f838bb1e23e3868b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f838bb1e23e3868b","status":"passed","time":{"start":1728682762478,"stop":1728682762478,"duration":0}},{"uid":"b2b6969dc81165c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b2b6969dc81165c9","status":"passed","time":{"start":1728682332792,"stop":1728682332793,"duration":1}},{"uid":"25dccf868684489b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/25dccf868684489b","status":"passed","time":{"start":1728676810303,"stop":1728676810304,"duration":1}},{"uid":"455450b0a458b405","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/455450b0a458b405","status":"passed","time":{"start":1728669529906,"stop":1728669529907,"duration":1}},{"uid":"e942f75b5c344aa6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e942f75b5c344aa6","status":"passed","time":{"start":1728597873542,"stop":1728597873542,"duration":0}},{"uid":"ba629bc2d0ca1b3a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ba629bc2d0ca1b3a","status":"passed","time":{"start":1728597089279,"stop":1728597089280,"duration":1}}]},"a82bc79e71a584be171132d8259ee831:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9c6ab17937e8915","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9c6ab17937e8915","status":"passed","time":{"start":1729034177533,"stop":1729034177534,"duration":1}}]},"647d330d5e650c720d964645b8ea7493:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af10cdd94e9c54e3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af10cdd94e9c54e3","status":"passed","time":{"start":1728669841247,"stop":1728669841248,"duration":1}}]},"21fcd97be16b00f5f4bf07412f8884fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12c54e6d358b188d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12c54e6d358b188d","status":"passed","time":{"start":1728901896355,"stop":1728901896355,"duration":0}}]},"74ff92cf3641db5252b18dcc6a1a5c38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b4c008e098cc026","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6b4c008e098cc026","status":"passed","time":{"start":1729034428552,"stop":1729034428553,"duration":1}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9fd0b95e720a4cec","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9fd0b95e720a4cec","status":"passed","time":{"start":1729034245512,"stop":1729034245513,"duration":1}},{"uid":"f52b666df9f7c3c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f52b666df9f7c3c8","status":"passed","time":{"start":1729034063485,"stop":1729034063486,"duration":1}},{"uid":"383dc5af8f4235dc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/383dc5af8f4235dc","status":"passed","time":{"start":1729032122634,"stop":1729032122635,"duration":1}},{"uid":"bd3a5c58d9a2bbf5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bd3a5c58d9a2bbf5","status":"passed","time":{"start":1728901785626,"stop":1728901785627,"duration":1}},{"uid":"18baa5f22dc82736","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/18baa5f22dc82736","status":"passed","time":{"start":1728893218773,"stop":1728893218773,"duration":0}},{"uid":"eea0ab200fa958c0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/eea0ab200fa958c0","status":"passed","time":{"start":1728856192659,"stop":1728856192659,"duration":0}},{"uid":"15a69bb6a8931c8d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15a69bb6a8931c8d","status":"passed","time":{"start":1728738398086,"stop":1728738398086,"duration":0}},{"uid":"75df328540dd78b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75df328540dd78b7","status":"passed","time":{"start":1728682944500,"stop":1728682944500,"duration":0}},{"uid":"129ac1a47a77e514","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/129ac1a47a77e514","status":"passed","time":{"start":1728682507860,"stop":1728682507861,"duration":1}},{"uid":"748fed851b815ed7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/748fed851b815ed7","status":"passed","time":{"start":1728676995524,"stop":1728676995527,"duration":3}},{"uid":"ec212044b9cdc44a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ec212044b9cdc44a","status":"passed","time":{"start":1728669665534,"stop":1728669665535,"duration":1}},{"uid":"800657ea5ffff144","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/800657ea5ffff144","status":"passed","time":{"start":1728598056479,"stop":1728598056479,"duration":0}},{"uid":"b7bc767c7872b5da","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b7bc767c7872b5da","status":"passed","time":{"start":1728597264028,"stop":1728597264028,"duration":0}}]},"4a03bdc53a51139a736e767b075afea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64c2e2c423deace","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/64c2e2c423deace","status":"passed","time":{"start":1729032235306,"stop":1729032235306,"duration":0}}]},"f96cedf580dd94f62c8d95ab6b56a413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60dc0c504e8bc55d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/60dc0c504e8bc55d","status":"passed","time":{"start":1729032228809,"stop":1729032228810,"duration":1}}]},"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"962a5a5bc9a7dfad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/962a5a5bc9a7dfad","status":"passed","time":{"start":1729034096144,"stop":1729034096145,"duration":1}},{"uid":"31fd88a7b2ede57e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/31fd88a7b2ede57e","status":"passed","time":{"start":1729034020101,"stop":1729034020101,"duration":0}},{"uid":"898a622a5d8716b0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/898a622a5d8716b0","status":"passed","time":{"start":1729033834398,"stop":1729033834399,"duration":1}},{"uid":"7a613170b5a732f6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a613170b5a732f6","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"e26f5b0862d8ddc8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e26f5b0862d8ddc8","status":"passed","time":{"start":1728901430264,"stop":1728901430265,"duration":1}},{"uid":"23e7cfc05b6707a8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/23e7cfc05b6707a8","status":"passed","time":{"start":1728892860543,"stop":1728892860543,"duration":0}},{"uid":"23340c4c6ddc34f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/23340c4c6ddc34f7","status":"passed","time":{"start":1728855823332,"stop":1728855823333,"duration":1}},{"uid":"23c6b172a2e49627","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23c6b172a2e49627","status":"passed","time":{"start":1728738040613,"stop":1728738040614,"duration":1}},{"uid":"b833ea2856645d36","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b833ea2856645d36","status":"passed","time":{"start":1728682574106,"stop":1728682574106,"duration":0}},{"uid":"e59c7bc12c907473","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e59c7bc12c907473","status":"passed","time":{"start":1728682146829,"stop":1728682146829,"duration":0}},{"uid":"94df0d7a7a376ad5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/94df0d7a7a376ad5","status":"passed","time":{"start":1728676621443,"stop":1728676621443,"duration":0}},{"uid":"19a7a04c98c0036f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/19a7a04c98c0036f","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"daaa0d31d103e32d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/daaa0d31d103e32d","status":"passed","time":{"start":1728597685173,"stop":1728597685174,"duration":1}},{"uid":"8e3def05e9a43eff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e3def05e9a43eff","status":"passed","time":{"start":1728596904483,"stop":1728596904483,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"62f5e6c521908765","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/62f5e6c521908765","status":"passed","time":{"start":1729034370871,"stop":1729034370871,"duration":0}},{"uid":"4c367810982a31d2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c367810982a31d2","status":"passed","time":{"start":1729034308878,"stop":1729034308878,"duration":0}},{"uid":"ec2d30b2aedc711c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ec2d30b2aedc711c","status":"passed","time":{"start":1729034129475,"stop":1729034129475,"duration":0}},{"uid":"214e8f30dae30e2b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/214e8f30dae30e2b","status":"passed","time":{"start":1729032178369,"stop":1729032178369,"duration":0}},{"uid":"8bd75d919fb0e77c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8bd75d919fb0e77c","status":"passed","time":{"start":1728901896349,"stop":1728901896349,"duration":0}},{"uid":"87c13ca32bd3a34d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/87c13ca32bd3a34d","status":"passed","time":{"start":1728893329026,"stop":1728893329027,"duration":1}},{"uid":"e915845bb9415261","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e915845bb9415261","status":"passed","time":{"start":1728856284766,"stop":1728856284766,"duration":0}},{"uid":"1eb8b56a7bc25801","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1eb8b56a7bc25801","status":"passed","time":{"start":1728738494942,"stop":1728738494942,"duration":0}},{"uid":"32f5e7fc1a504608","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32f5e7fc1a504608","status":"passed","time":{"start":1728683033633,"stop":1728683033633,"duration":0}},{"uid":"de44576c82ed19d6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/de44576c82ed19d6","status":"passed","time":{"start":1728682601738,"stop":1728682601738,"duration":0}},{"uid":"1a2f3a3dfc7d3de","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1a2f3a3dfc7d3de","status":"passed","time":{"start":1728677107963,"stop":1728677107963,"duration":0}},{"uid":"bd617a037a0ce67b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bd617a037a0ce67b","status":"passed","time":{"start":1728669764752,"stop":1728669764753,"duration":1}},{"uid":"f215a3e62a01b0b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f215a3e62a01b0b","status":"passed","time":{"start":1728598157564,"stop":1728598157564,"duration":0}},{"uid":"902e974d40473359","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/902e974d40473359","status":"passed","time":{"start":1728597369074,"stop":1728597369074,"duration":0}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c5ba07588b0eb224","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c5ba07588b0eb224","status":"passed","time":{"start":1729034480298,"stop":1729034480299,"duration":1}},{"uid":"245278d40f714e56","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/245278d40f714e56","status":"passed","time":{"start":1729034396760,"stop":1729034396760,"duration":0}},{"uid":"f9c23214af44f638","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9c23214af44f638","status":"passed","time":{"start":1729032277693,"stop":1729032277693,"duration":0}},{"uid":"72feeb58227f8710","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/72feeb58227f8710","status":"passed","time":{"start":1728902034225,"stop":1728902034225,"duration":0}},{"uid":"b2ada03e6d3f3f31","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b2ada03e6d3f3f31","status":"passed","time":{"start":1728893469058,"stop":1728893469058,"duration":0}},{"uid":"f57c929b6ee29854","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f57c929b6ee29854","status":"passed","time":{"start":1728856416488,"stop":1728856416489,"duration":1}},{"uid":"abcc946cc98428b6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/abcc946cc98428b6","status":"passed","time":{"start":1728738643171,"stop":1728738643171,"duration":0}},{"uid":"9def5597dc15f1c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9def5597dc15f1c","status":"passed","time":{"start":1728683174247,"stop":1728683174248,"duration":1}},{"uid":"698f463b08d46461","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/698f463b08d46461","status":"passed","time":{"start":1728682757802,"stop":1728682757802,"duration":0}},{"uid":"769957cd21dee5a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/769957cd21dee5a1","status":"passed","time":{"start":1728677231126,"stop":1728677231126,"duration":0}},{"uid":"ca79c99093f92f0d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca79c99093f92f0d","status":"passed","time":{"start":1728669920238,"stop":1728669920238,"duration":0}},{"uid":"77e585a005e147b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/77e585a005e147b4","status":"passed","time":{"start":1728598298889,"stop":1728598298889,"duration":0}},{"uid":"23952d1c9c263cab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/23952d1c9c263cab","status":"passed","time":{"start":1728597513735,"stop":1728597513735,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"db78e6d920137e3e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db78e6d920137e3e","status":"passed","time":{"start":1729034240934,"stop":1729034240934,"duration":0}},{"uid":"f871f4a54c1f11ce","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f871f4a54c1f11ce","status":"passed","time":{"start":1729034159627,"stop":1729034159627,"duration":0}},{"uid":"3a915424f754fe8c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3a915424f754fe8c","status":"passed","time":{"start":1729033976811,"stop":1729033976811,"duration":0}},{"uid":"6a5d4df413efc00e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6a5d4df413efc00e","status":"passed","time":{"start":1729032020532,"stop":1729032020532,"duration":0}},{"uid":"b435a96d372a4b4e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b435a96d372a4b4e","status":"passed","time":{"start":1728901616475,"stop":1728901616475,"duration":0}},{"uid":"15a45e89c2e31859","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15a45e89c2e31859","status":"passed","time":{"start":1728893050252,"stop":1728893050252,"duration":0}},{"uid":"b4f5a4d55c472051","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4f5a4d55c472051","status":"passed","time":{"start":1728856015182,"stop":1728856015182,"duration":0}},{"uid":"c0c7a158f3c81930","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0c7a158f3c81930","status":"passed","time":{"start":1728738233173,"stop":1728738233174,"duration":1}},{"uid":"9336206b9e033b2a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9336206b9e033b2a","status":"passed","time":{"start":1728682762479,"stop":1728682762480,"duration":1}},{"uid":"86c2cb790e01f581","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/86c2cb790e01f581","status":"passed","time":{"start":1728682332795,"stop":1728682332796,"duration":1}},{"uid":"f6746ed6b6c6cdf0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f6746ed6b6c6cdf0","status":"passed","time":{"start":1728676810304,"stop":1728676810305,"duration":1}},{"uid":"cdd18df5ca1e1bbc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cdd18df5ca1e1bbc","status":"passed","time":{"start":1728669529907,"stop":1728669529907,"duration":0}},{"uid":"b6e1dee12981d7ea","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b6e1dee12981d7ea","status":"passed","time":{"start":1728597873544,"stop":1728597873544,"duration":0}},{"uid":"34610c8d7ee4ad26","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/34610c8d7ee4ad26","status":"passed","time":{"start":1728597089284,"stop":1728597089285,"duration":1}}]},"a28c8e91246c8673c8807fc40aa2dd73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c27a644ada82126","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c27a644ada82126","status":"passed","time":{"start":1729034144767,"stop":1729034144768,"duration":1}}]},"acf9fa0f6a45da3a26c7808cd79b7c15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6889adde5cb4566c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6889adde5cb4566c","status":"passed","time":{"start":1729034443505,"stop":1729034443506,"duration":1}}]},"abb23ef066f485029fe8cfefea933dd2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5fbb960140ac5edb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5fbb960140ac5edb","status":"passed","time":{"start":1728683030016,"stop":1728683030016,"duration":0}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a30ad377a5ad4225","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a30ad377a5ad4225","status":"passed","time":{"start":1729034411424,"stop":1729034411425,"duration":1}},{"uid":"1b16f297cc7c1998","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1b16f297cc7c1998","status":"passed","time":{"start":1729034327407,"stop":1729034327408,"duration":1}},{"uid":"c06c95c6a26cf61c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c06c95c6a26cf61c","status":"passed","time":{"start":1729034147780,"stop":1729034147780,"duration":0}},{"uid":"c5f41ccff2d1287d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c5f41ccff2d1287d","status":"passed","time":{"start":1729032204829,"stop":1729032204829,"duration":0}},{"uid":"f02aae46bc32cc02","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f02aae46bc32cc02","status":"passed","time":{"start":1728901907713,"stop":1728901907713,"duration":0}},{"uid":"987ff03da6bfe630","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/987ff03da6bfe630","status":"passed","time":{"start":1728893341889,"stop":1728893341890,"duration":1}},{"uid":"a5a8143971a613af","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a5a8143971a613af","status":"passed","time":{"start":1728856299382,"stop":1728856299382,"duration":0}},{"uid":"49a9fda1ee77ecbb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/49a9fda1ee77ecbb","status":"passed","time":{"start":1728738511619,"stop":1728738511619,"duration":0}},{"uid":"9424cf23e8a79db9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9424cf23e8a79db9","status":"passed","time":{"start":1728683052912,"stop":1728683052913,"duration":1}},{"uid":"b111d0bacd7113e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b111d0bacd7113e4","status":"passed","time":{"start":1728682612912,"stop":1728682612912,"duration":0}},{"uid":"ae589305e87ad58d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae589305e87ad58d","status":"passed","time":{"start":1728677115747,"stop":1728677115748,"duration":1}},{"uid":"d54410a229011751","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d54410a229011751","status":"passed","time":{"start":1728669778176,"stop":1728669778176,"duration":0}},{"uid":"1a8a04fdee5f5bf8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a8a04fdee5f5bf8","status":"passed","time":{"start":1728598175434,"stop":1728598175434,"duration":0}},{"uid":"e5d086b6c1cfeaa2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5d086b6c1cfeaa2","status":"passed","time":{"start":1728597380064,"stop":1728597380064,"duration":0}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"34443d1b8e3921bc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/34443d1b8e3921bc","status":"passed","time":{"start":1729034307034,"stop":1729034307035,"duration":1}},{"uid":"5bcf2038d7426cc0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5bcf2038d7426cc0","status":"passed","time":{"start":1729034223311,"stop":1729034223312,"duration":1}},{"uid":"915c1756a568e32a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/915c1756a568e32a","status":"passed","time":{"start":1729034034986,"stop":1729034034987,"duration":1}},{"uid":"c01858724309048","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c01858724309048","status":"passed","time":{"start":1729032066306,"stop":1729032066310,"duration":4}},{"uid":"3eb68c28105cdff4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3eb68c28105cdff4","status":"passed","time":{"start":1728901706623,"stop":1728901706623,"duration":0}},{"uid":"d469c161594d6efa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d469c161594d6efa","status":"passed","time":{"start":1728893153428,"stop":1728893153429,"duration":1}},{"uid":"d12bc3bf1abe0f37","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d12bc3bf1abe0f37","status":"passed","time":{"start":1728856108129,"stop":1728856108131,"duration":2}},{"uid":"cb9c252e5ca6aef0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb9c252e5ca6aef0","status":"passed","time":{"start":1728738316671,"stop":1728738316671,"duration":0}},{"uid":"27df953da39a839a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/27df953da39a839a","status":"passed","time":{"start":1728682865325,"stop":1728682865329,"duration":4}},{"uid":"bf39483fdfb7180","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bf39483fdfb7180","status":"passed","time":{"start":1728682446998,"stop":1728682446998,"duration":0}},{"uid":"a29b3f50119f7f9e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a29b3f50119f7f9e","status":"passed","time":{"start":1728676924483,"stop":1728676924483,"duration":0}},{"uid":"6b1a03d88255d37","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6b1a03d88255d37","status":"passed","time":{"start":1728669626266,"stop":1728669626266,"duration":0}},{"uid":"e3929ea67cb103bd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3929ea67cb103bd","status":"passed","time":{"start":1728597973676,"stop":1728597973676,"duration":0}},{"uid":"200ef63e2c3bb2e2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/200ef63e2c3bb2e2","status":"passed","time":{"start":1728597188043,"stop":1728597188044,"duration":1}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9dcea2e2c88867da","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9dcea2e2c88867da","status":"passed","time":{"start":1729034206086,"stop":1729034206086,"duration":0}},{"uid":"672b365b13d60d26","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/672b365b13d60d26","status":"passed","time":{"start":1729034134192,"stop":1729034134193,"duration":1}},{"uid":"a4901d1e9eafc016","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a4901d1e9eafc016","status":"passed","time":{"start":1729033942602,"stop":1729033942603,"duration":1}},{"uid":"e938ac17141d672a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e938ac17141d672a","status":"passed","time":{"start":1729031989714,"stop":1729031989714,"duration":0}},{"uid":"747540a426b5220a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/747540a426b5220a","status":"passed","time":{"start":1728901562041,"stop":1728901562042,"duration":1}},{"uid":"bb91dc1f0220f805","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bb91dc1f0220f805","status":"passed","time":{"start":1728893001480,"stop":1728893001481,"duration":1}},{"uid":"a806d90fca693775","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a806d90fca693775","status":"passed","time":{"start":1728855968866,"stop":1728855968867,"duration":1}},{"uid":"17845da52c7af49c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/17845da52c7af49c","status":"passed","time":{"start":1728738172966,"stop":1728738172966,"duration":0}},{"uid":"a11c0bb3a3527113","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a11c0bb3a3527113","status":"passed","time":{"start":1728682706939,"stop":1728682706939,"duration":0}},{"uid":"a17f3ca4488b60cd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a17f3ca4488b60cd","status":"passed","time":{"start":1728682296860,"stop":1728682296860,"duration":0}},{"uid":"940d53f5eb52dbfe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/940d53f5eb52dbfe","status":"passed","time":{"start":1728676761470,"stop":1728676761470,"duration":0}},{"uid":"f4ef2bd1d13d3179","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4ef2bd1d13d3179","status":"passed","time":{"start":1728669479026,"stop":1728669479026,"duration":0}},{"uid":"a14cb8bea5d79262","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a14cb8bea5d79262","status":"passed","time":{"start":1728597820126,"stop":1728597820126,"duration":0}},{"uid":"32db00d70ce68abb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32db00d70ce68abb","status":"passed","time":{"start":1728597034500,"stop":1728597034501,"duration":1}}]},"0ec0ee301659c1ec0afdcda93dda46ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e65171d4034994af","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e65171d4034994af","status":"passed","time":{"start":1728856355686,"stop":1728856355687,"duration":1}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4619876f0e220683","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4619876f0e220683","status":"passed","time":{"start":1729034411426,"stop":1729034411427,"duration":1}},{"uid":"71cdf60b38509f26","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71cdf60b38509f26","status":"passed","time":{"start":1729034327409,"stop":1729034327409,"duration":0}},{"uid":"4b958bcfb990dc36","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b958bcfb990dc36","status":"passed","time":{"start":1729034147781,"stop":1729034147786,"duration":5}},{"uid":"6aa9960c2f1141c2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6aa9960c2f1141c2","status":"passed","time":{"start":1729032204831,"stop":1729032204831,"duration":0}},{"uid":"a5cc444564acce1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a5cc444564acce1f","status":"passed","time":{"start":1728901907715,"stop":1728901907715,"duration":0}},{"uid":"39729ed128501f71","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/39729ed128501f71","status":"passed","time":{"start":1728893341891,"stop":1728893341891,"duration":0}},{"uid":"dc00fa380f87d895","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dc00fa380f87d895","status":"passed","time":{"start":1728856299385,"stop":1728856299385,"duration":0}},{"uid":"a6d2f71e81d67cf4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a6d2f71e81d67cf4","status":"passed","time":{"start":1728738511620,"stop":1728738511622,"duration":2}},{"uid":"7454308f65353924","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7454308f65353924","status":"passed","time":{"start":1728683052914,"stop":1728683052914,"duration":0}},{"uid":"cd8aaddaf2e10671","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd8aaddaf2e10671","status":"passed","time":{"start":1728682612914,"stop":1728682612914,"duration":0}},{"uid":"85154b6318cd587c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85154b6318cd587c","status":"passed","time":{"start":1728677115750,"stop":1728677115750,"duration":0}},{"uid":"5613d35f3b9f9b44","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5613d35f3b9f9b44","status":"passed","time":{"start":1728669778185,"stop":1728669778185,"duration":0}},{"uid":"5ed61ed7011f5821","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5ed61ed7011f5821","status":"passed","time":{"start":1728598175436,"stop":1728598175436,"duration":0}},{"uid":"99fe94bf59423de8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/99fe94bf59423de8","status":"passed","time":{"start":1728597380065,"stop":1728597380066,"duration":1}}]},"b95f1abb2eab9c5ed3fa27b5b15e8b6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c4819776adeb9d90","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c4819776adeb9d90","status":"passed","time":{"start":1728856263078,"stop":1728856263078,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bff85a2a6cddf048","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bff85a2a6cddf048","status":"passed","time":{"start":1729034104910,"stop":1729034104910,"duration":0}},{"uid":"8800343ca6afff","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8800343ca6afff","status":"passed","time":{"start":1729034028507,"stop":1729034028508,"duration":1}},{"uid":"8a713ac89c42c413","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a713ac89c42c413","status":"passed","time":{"start":1729033843116,"stop":1729033843116,"duration":0}},{"uid":"3653e1312318e34e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3653e1312318e34e","status":"passed","time":{"start":1729031892675,"stop":1729031892675,"duration":0}},{"uid":"1e98c7c0b09e5fda","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e98c7c0b09e5fda","status":"passed","time":{"start":1728901438806,"stop":1728901438806,"duration":0}},{"uid":"21e790edb3a11129","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/21e790edb3a11129","status":"passed","time":{"start":1728892868998,"stop":1728892868998,"duration":0}},{"uid":"337f94ac32ab621f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/337f94ac32ab621f","status":"passed","time":{"start":1728855831890,"stop":1728855831890,"duration":0}},{"uid":"97200e4320a7d83f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/97200e4320a7d83f","status":"passed","time":{"start":1728738049037,"stop":1728738049037,"duration":0}},{"uid":"4d3970b2c9dc585d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d3970b2c9dc585d","status":"passed","time":{"start":1728682582616,"stop":1728682582616,"duration":0}},{"uid":"ce8c35f6956c7e8d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce8c35f6956c7e8d","status":"passed","time":{"start":1728682155406,"stop":1728682155406,"duration":0}},{"uid":"8645b5005864dd84","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8645b5005864dd84","status":"passed","time":{"start":1728676629971,"stop":1728676629971,"duration":0}},{"uid":"31c7ee012b49d602","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/31c7ee012b49d602","status":"passed","time":{"start":1728669353099,"stop":1728669353099,"duration":0}},{"uid":"a7374309d55c1fe1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a7374309d55c1fe1","status":"passed","time":{"start":1728597693843,"stop":1728597693844,"duration":1}},{"uid":"10b1550c175b1a5b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/10b1550c175b1a5b","status":"passed","time":{"start":1728596913088,"stop":1728596913088,"duration":0}}]},"9e2600ab3f4ace686e5a00c90deca2ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7435b652e6c625b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a7435b652e6c625b","status":"passed","time":{"start":1728597423328,"stop":1728597423328,"duration":0}}]},"fe645aede1a364cc398ab33b8ccb9868:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"743adeec8181f0c7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/743adeec8181f0c7","status":"passed","time":{"start":1729034400903,"stop":1729034400903,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8a55199b49015284","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a55199b49015284","status":"passed","time":{"start":1729034259826,"stop":1729034259826,"duration":0}},{"uid":"d42cb57df6164d33","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d42cb57df6164d33","status":"passed","time":{"start":1729034194032,"stop":1729034194032,"duration":0}},{"uid":"a920160a19f994d4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a920160a19f994d4","status":"passed","time":{"start":1729034014879,"stop":1729034014879,"duration":0}},{"uid":"6e22b10fabb597e4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6e22b10fabb597e4","status":"passed","time":{"start":1729032065459,"stop":1729032065459,"duration":0}},{"uid":"1730c108b8fb3cb5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1730c108b8fb3cb5","status":"passed","time":{"start":1728901664283,"stop":1728901664283,"duration":0}},{"uid":"14f0e9c172b6bc71","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/14f0e9c172b6bc71","status":"passed","time":{"start":1728893093693,"stop":1728893093694,"duration":1}},{"uid":"70e3b5d5ffe3e106","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/70e3b5d5ffe3e106","status":"passed","time":{"start":1728856055275,"stop":1728856055275,"duration":0}},{"uid":"8026719c90a1e59a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8026719c90a1e59a","status":"passed","time":{"start":1728738274747,"stop":1728738274747,"duration":0}},{"uid":"88462fa5d6f8b915","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/88462fa5d6f8b915","status":"passed","time":{"start":1728682807962,"stop":1728682807962,"duration":0}},{"uid":"2ea4b32fe90fa9af","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2ea4b32fe90fa9af","status":"passed","time":{"start":1728682381289,"stop":1728682381290,"duration":1}},{"uid":"34f17d6284d69e9a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34f17d6284d69e9a","status":"passed","time":{"start":1728676853903,"stop":1728676853903,"duration":0}},{"uid":"ac8ec40c4222e3d4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ac8ec40c4222e3d4","status":"passed","time":{"start":1728669581699,"stop":1728669581700,"duration":1}},{"uid":"976400f958680c99","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/976400f958680c99","status":"passed","time":{"start":1728597923493,"stop":1728597923493,"duration":0}},{"uid":"afa0cfec816e0449","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/afa0cfec816e0449","status":"passed","time":{"start":1728597132266,"stop":1728597132266,"duration":0}}]},"6a925e164de8fdfda2b4efd6a34ecf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a07fae6acf795e6c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a07fae6acf795e6c","status":"passed","time":{"start":1728597434081,"stop":1728597434082,"duration":1}}]},"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"72447b98e1d9eb90","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/72447b98e1d9eb90","status":"passed","time":{"start":1729034096127,"stop":1729034096128,"duration":1}},{"uid":"b47998aa07ba5ea0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b47998aa07ba5ea0","status":"passed","time":{"start":1729034020086,"stop":1729034020086,"duration":0}},{"uid":"5eb219c4d608bda5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5eb219c4d608bda5","status":"passed","time":{"start":1729033834378,"stop":1729033834379,"duration":1}},{"uid":"3f64a5628d87c2f7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f64a5628d87c2f7","status":"passed","time":{"start":1729031884110,"stop":1729031884110,"duration":0}},{"uid":"c7232a5a61c3baf0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c7232a5a61c3baf0","status":"passed","time":{"start":1728901430250,"stop":1728901430250,"duration":0}},{"uid":"dcccd1df45da13a5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dcccd1df45da13a5","status":"passed","time":{"start":1728892860527,"stop":1728892860527,"duration":0}},{"uid":"429695d5c54bea1b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/429695d5c54bea1b","status":"passed","time":{"start":1728855823317,"stop":1728855823317,"duration":0}},{"uid":"93914aa6d3d329cb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/93914aa6d3d329cb","status":"passed","time":{"start":1728738040589,"stop":1728738040596,"duration":7}},{"uid":"c082ab3b6dcf7256","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c082ab3b6dcf7256","status":"passed","time":{"start":1728682574086,"stop":1728682574086,"duration":0}},{"uid":"db4e054822d54c20","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db4e054822d54c20","status":"passed","time":{"start":1728682146811,"stop":1728682146811,"duration":0}},{"uid":"76193eb295a4c819","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/76193eb295a4c819","status":"passed","time":{"start":1728676621426,"stop":1728676621426,"duration":0}},{"uid":"9cf581de6c88f1dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9cf581de6c88f1dc","status":"passed","time":{"start":1728669344462,"stop":1728669344462,"duration":0}},{"uid":"a351fb0eb2b3b016","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a351fb0eb2b3b016","status":"passed","time":{"start":1728597685155,"stop":1728597685156,"duration":1}},{"uid":"3d25defb09187cb5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3d25defb09187cb5","status":"passed","time":{"start":1728596904462,"stop":1728596904462,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5b773937e4339df2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b773937e4339df2","status":"passed","time":{"start":1729034402280,"stop":1729034402280,"duration":0}},{"uid":"db1ec0c9047c723e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/db1ec0c9047c723e","status":"passed","time":{"start":1729034323294,"stop":1729034323294,"duration":0}},{"uid":"6b1bae2c871ad90e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6b1bae2c871ad90e","status":"passed","time":{"start":1729034144765,"stop":1729034144766,"duration":1}},{"uid":"2b325e15a9885c5b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b325e15a9885c5b","status":"passed","time":{"start":1729032198816,"stop":1729032198816,"duration":0}},{"uid":"7102dd8265d1a146","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7102dd8265d1a146","status":"passed","time":{"start":1728901901764,"stop":1728901901765,"duration":1}},{"uid":"b23aff18545233cc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b23aff18545233cc","status":"passed","time":{"start":1728893337252,"stop":1728893337253,"duration":1}},{"uid":"10908fe228cf11c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/10908fe228cf11c","status":"passed","time":{"start":1728856299189,"stop":1728856299189,"duration":0}},{"uid":"67cc58e04fd3d0f4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67cc58e04fd3d0f4","status":"passed","time":{"start":1728738505375,"stop":1728738505375,"duration":0}},{"uid":"71759036b042e0ee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71759036b042e0ee","status":"passed","time":{"start":1728683045448,"stop":1728683045448,"duration":0}},{"uid":"e7f0fac3208ef715","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e7f0fac3208ef715","status":"passed","time":{"start":1728682607290,"stop":1728682607291,"duration":1}},{"uid":"520392341ff566b8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/520392341ff566b8","status":"passed","time":{"start":1728677103494,"stop":1728677103494,"duration":0}},{"uid":"ebc45f6863a8ba87","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebc45f6863a8ba87","status":"passed","time":{"start":1728669777116,"stop":1728669777116,"duration":0}},{"uid":"af8c42806f12af4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/af8c42806f12af4a","status":"passed","time":{"start":1728598163466,"stop":1728598163466,"duration":0}},{"uid":"2e6e6e7be69cf3a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2e6e6e7be69cf3a","status":"passed","time":{"start":1728597375478,"stop":1728597375479,"duration":1}}]},"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1899f21001ca0c63","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1899f21001ca0c63","status":"passed","time":{"start":1729034096142,"stop":1729034096142,"duration":0}},{"uid":"5325041f62cc71b6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5325041f62cc71b6","status":"passed","time":{"start":1729034020098,"stop":1729034020098,"duration":0}},{"uid":"a06cb4d39e4924ab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a06cb4d39e4924ab","status":"passed","time":{"start":1729033834395,"stop":1729033834396,"duration":1}},{"uid":"dbf8250a70b9f386","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dbf8250a70b9f386","status":"passed","time":{"start":1729031884128,"stop":1729031884129,"duration":1}},{"uid":"fb8c4caf67c0f657","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fb8c4caf67c0f657","status":"passed","time":{"start":1728901430261,"stop":1728901430262,"duration":1}},{"uid":"2735b53956aa8b98","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2735b53956aa8b98","status":"passed","time":{"start":1728892860540,"stop":1728892860540,"duration":0}},{"uid":"6a913f2c0649f9f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6a913f2c0649f9f","status":"passed","time":{"start":1728855823329,"stop":1728855823330,"duration":1}},{"uid":"4ae3459dc9aebe0d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4ae3459dc9aebe0d","status":"passed","time":{"start":1728738040611,"stop":1728738040611,"duration":0}},{"uid":"39ca1731cc60926a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39ca1731cc60926a","status":"passed","time":{"start":1728682574102,"stop":1728682574102,"duration":0}},{"uid":"af63c42a77f76f3b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af63c42a77f76f3b","status":"passed","time":{"start":1728682146826,"stop":1728682146826,"duration":0}},{"uid":"ef507053378ff58c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef507053378ff58c","status":"passed","time":{"start":1728676621440,"stop":1728676621440,"duration":0}},{"uid":"5575ccb10d15b63d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5575ccb10d15b63d","status":"passed","time":{"start":1728669344475,"stop":1728669344475,"duration":0}},{"uid":"1e69d04bb97e1c87","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e69d04bb97e1c87","status":"passed","time":{"start":1728597685170,"stop":1728597685171,"duration":1}},{"uid":"e7ade4294e659f80","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7ade4294e659f80","status":"passed","time":{"start":1728596904479,"stop":1728596904479,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4c711f1b1312a5be","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4c711f1b1312a5be","status":"passed","time":{"start":1729034240903,"stop":1729034240906,"duration":3}},{"uid":"7735dc1b4b5f8b59","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7735dc1b4b5f8b59","status":"passed","time":{"start":1729034159607,"stop":1729034159608,"duration":1}},{"uid":"b4429071d65bb629","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b4429071d65bb629","status":"passed","time":{"start":1729033976769,"stop":1729033976773,"duration":4}},{"uid":"7e155c694496ad62","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e155c694496ad62","status":"passed","time":{"start":1729032020506,"stop":1729032020506,"duration":0}},{"uid":"e08e36819675436","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e08e36819675436","status":"passed","time":{"start":1728901616421,"stop":1728901616422,"duration":1}},{"uid":"64020fe4cb3fc34b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/64020fe4cb3fc34b","status":"passed","time":{"start":1728893050238,"stop":1728893050238,"duration":0}},{"uid":"d97363df261dc78c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d97363df261dc78c","status":"passed","time":{"start":1728856015165,"stop":1728856015165,"duration":0}},{"uid":"a329e2c3a017d5dc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a329e2c3a017d5dc","status":"passed","time":{"start":1728738233127,"stop":1728738233128,"duration":1}},{"uid":"465a84c3b1ce9239","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/465a84c3b1ce9239","status":"passed","time":{"start":1728682762461,"stop":1728682762461,"duration":0}},{"uid":"9b3406ab18f1d046","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b3406ab18f1d046","status":"passed","time":{"start":1728682332779,"stop":1728682332780,"duration":1}},{"uid":"38b357e51a8254b5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38b357e51a8254b5","status":"passed","time":{"start":1728676810283,"stop":1728676810284,"duration":1}},{"uid":"4fe92f290f7d908a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4fe92f290f7d908a","status":"passed","time":{"start":1728669529886,"stop":1728669529886,"duration":0}},{"uid":"897ebf0d9b3231e6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/897ebf0d9b3231e6","status":"passed","time":{"start":1728597873524,"stop":1728597873525,"duration":1}},{"uid":"bc8f522a24e60508","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc8f522a24e60508","status":"passed","time":{"start":1728597089264,"stop":1728597089265,"duration":1}}]},"9779c8ef252051017f1c1bdc66d88112:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3b32a4416d26009","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a3b32a4416d26009","status":"passed","time":{"start":1729034357704,"stop":1729034357704,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bafd3249d11501bc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bafd3249d11501bc","status":"passed","time":{"start":1729034259807,"stop":1729034259808,"duration":1}},{"uid":"5fad1f89fc7cff1f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5fad1f89fc7cff1f","status":"passed","time":{"start":1729034194002,"stop":1729034194002,"duration":0}},{"uid":"ab7fd40e84003231","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab7fd40e84003231","status":"passed","time":{"start":1729034014834,"stop":1729034014834,"duration":0}},{"uid":"7a28e5b119f37a32","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a28e5b119f37a32","status":"passed","time":{"start":1729032065433,"stop":1729032065434,"duration":1}},{"uid":"2f0cd44c65221f6b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f0cd44c65221f6b","status":"passed","time":{"start":1728901664234,"stop":1728901664234,"duration":0}},{"uid":"efb07994e50cb48b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/efb07994e50cb48b","status":"passed","time":{"start":1728893093682,"stop":1728893093682,"duration":0}},{"uid":"c88bf573d6ecbd42","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c88bf573d6ecbd42","status":"passed","time":{"start":1728856055262,"stop":1728856055263,"duration":1}},{"uid":"265f23a5e9b85bd1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/265f23a5e9b85bd1","status":"passed","time":{"start":1728738274739,"stop":1728738274739,"duration":0}},{"uid":"694495faa1d8a840","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/694495faa1d8a840","status":"passed","time":{"start":1728682807948,"stop":1728682807949,"duration":1}},{"uid":"ad77daec26de6464","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ad77daec26de6464","status":"passed","time":{"start":1728682381279,"stop":1728682381279,"duration":0}},{"uid":"bee5a74c06d1543e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bee5a74c06d1543e","status":"passed","time":{"start":1728676853892,"stop":1728676853892,"duration":0}},{"uid":"eb7e5852a689ee2d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eb7e5852a689ee2d","status":"passed","time":{"start":1728669581682,"stop":1728669581683,"duration":1}},{"uid":"a955e2623d7d1737","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a955e2623d7d1737","status":"passed","time":{"start":1728597923463,"stop":1728597923465,"duration":2}},{"uid":"eb6171f97dbad8d3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb6171f97dbad8d3","status":"passed","time":{"start":1728597132258,"stop":1728597132258,"duration":0}}]},"2007be40ea0a9dd47b00f4abd66f571d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"839758ab1b28df9e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/839758ab1b28df9e","status":"passed","time":{"start":1728682652692,"stop":1728682652692,"duration":0}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b7276ca6af46e9fe","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b7276ca6af46e9fe","status":"passed","time":{"start":1729034119307,"stop":1729034119307,"duration":0}},{"uid":"f850f41597f2f56d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f850f41597f2f56d","status":"passed","time":{"start":1729033933481,"stop":1729033933481,"duration":0}},{"uid":"e6f85a1dbd45760f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e6f85a1dbd45760f","status":"passed","time":{"start":1729031982933,"stop":1729031982935,"duration":2}},{"uid":"a7d48f52cb37ffe5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7d48f52cb37ffe5","status":"passed","time":{"start":1728901527859,"stop":1728901527861,"duration":2}},{"uid":"fe18eb4f5e4e26fc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fe18eb4f5e4e26fc","status":"passed","time":{"start":1728892960141,"stop":1728892960142,"duration":1}},{"uid":"b8d1a40355402195","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b8d1a40355402195","status":"passed","time":{"start":1728855921716,"stop":1728855921716,"duration":0}},{"uid":"99aac0ee1a814371","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/99aac0ee1a814371","status":"passed","time":{"start":1728738138434,"stop":1728738138434,"duration":0}},{"uid":"92ab0b82a07a61a2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/92ab0b82a07a61a2","status":"passed","time":{"start":1728682672254,"stop":1728682672254,"duration":0}},{"uid":"938525e3bb8cc6b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/938525e3bb8cc6b8","status":"passed","time":{"start":1728682245076,"stop":1728682245076,"duration":0}},{"uid":"11a0e66b276f8d6c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11a0e66b276f8d6c","status":"passed","time":{"start":1728676721301,"stop":1728676721301,"duration":0}},{"uid":"a20558b600d79998","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a20558b600d79998","status":"passed","time":{"start":1728669444564,"stop":1728669444565,"duration":1}},{"uid":"ec0fdad58dc2e531","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec0fdad58dc2e531","status":"passed","time":{"start":1728597784075,"stop":1728597784077,"duration":2}},{"uid":"a3126dd3a6448ffd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3126dd3a6448ffd","status":"passed","time":{"start":1728597001550,"stop":1728597001551,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2f6eb2083282a41c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2f6eb2083282a41c","status":"passed","time":{"start":1729034370863,"stop":1729034370864,"duration":1}},{"uid":"9f4a1544e81378e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9f4a1544e81378e9","status":"passed","time":{"start":1729034308862,"stop":1729034308863,"duration":1}},{"uid":"a8ad8c8a8ccbc986","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8ad8c8a8ccbc986","status":"passed","time":{"start":1729034129471,"stop":1729034129471,"duration":0}},{"uid":"62b77311adfc9bcd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/62b77311adfc9bcd","status":"passed","time":{"start":1729032178365,"stop":1729032178365,"duration":0}},{"uid":"38cd57bb25436cfb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38cd57bb25436cfb","status":"passed","time":{"start":1728901896343,"stop":1728901896344,"duration":1}},{"uid":"94ac0a08bfc2216e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/94ac0a08bfc2216e","status":"passed","time":{"start":1728893329022,"stop":1728893329022,"duration":0}},{"uid":"66163dc1994f39b4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/66163dc1994f39b4","status":"passed","time":{"start":1728856284758,"stop":1728856284759,"duration":1}},{"uid":"92549fcadb359e61","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/92549fcadb359e61","status":"passed","time":{"start":1728738494935,"stop":1728738494936,"duration":1}},{"uid":"cba01e8942cf0456","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cba01e8942cf0456","status":"passed","time":{"start":1728683033628,"stop":1728683033629,"duration":1}},{"uid":"3a7e2421236ad8c8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a7e2421236ad8c8","status":"passed","time":{"start":1728682601733,"stop":1728682601733,"duration":0}},{"uid":"87df362f30641022","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87df362f30641022","status":"passed","time":{"start":1728677107958,"stop":1728677107959,"duration":1}},{"uid":"9bc6111031f8a6b5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9bc6111031f8a6b5","status":"passed","time":{"start":1728669764748,"stop":1728669764748,"duration":0}},{"uid":"9d3b48f33f8e2553","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9d3b48f33f8e2553","status":"passed","time":{"start":1728598157559,"stop":1728598157559,"duration":0}},{"uid":"23a38903a5a0495a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/23a38903a5a0495a","status":"passed","time":{"start":1728597369058,"stop":1728597369058,"duration":0}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d57a735fd55819d0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d57a735fd55819d0","status":"passed","time":{"start":1729034307031,"stop":1729034307031,"duration":0}},{"uid":"6a095524bc947032","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a095524bc947032","status":"passed","time":{"start":1729034223306,"stop":1729034223306,"duration":0}},{"uid":"f6330956c4792cd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f6330956c4792cd","status":"passed","time":{"start":1729034034978,"stop":1729034034979,"duration":1}},{"uid":"76f57e09c64823f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/76f57e09c64823f","status":"passed","time":{"start":1729032066290,"stop":1729032066290,"duration":0}},{"uid":"b7a050f487838fae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7a050f487838fae","status":"passed","time":{"start":1728901706618,"stop":1728901706619,"duration":1}},{"uid":"bc99dd40f5b25210","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bc99dd40f5b25210","status":"passed","time":{"start":1728893153421,"stop":1728893153422,"duration":1}},{"uid":"9c2778c0077fddab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9c2778c0077fddab","status":"passed","time":{"start":1728856108126,"stop":1728856108126,"duration":0}},{"uid":"25b6932d2d14a6a0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/25b6932d2d14a6a0","status":"passed","time":{"start":1728738316668,"stop":1728738316668,"duration":0}},{"uid":"ca4399c833c6c7d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ca4399c833c6c7d","status":"passed","time":{"start":1728682865315,"stop":1728682865316,"duration":1}},{"uid":"f19aa250f326c16f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f19aa250f326c16f","status":"passed","time":{"start":1728682446995,"stop":1728682446995,"duration":0}},{"uid":"7de59579bb25426e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7de59579bb25426e","status":"passed","time":{"start":1728676924478,"stop":1728676924479,"duration":1}},{"uid":"badb0df4df9640ce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/badb0df4df9640ce","status":"passed","time":{"start":1728669626257,"stop":1728669626261,"duration":4}},{"uid":"754c4f929a283093","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/754c4f929a283093","status":"passed","time":{"start":1728597973672,"stop":1728597973672,"duration":0}},{"uid":"3d2da32e12f2e0f6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3d2da32e12f2e0f6","status":"passed","time":{"start":1728597188034,"stop":1728597188035,"duration":1}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f85c80c0ea73a3f3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f85c80c0ea73a3f3","status":"passed","time":{"start":1729034425376,"stop":1729034425376,"duration":0}},{"uid":"eb65305096cbc374","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/eb65305096cbc374","status":"passed","time":{"start":1729034346108,"stop":1729034346108,"duration":0}},{"uid":"3678bbde617c59a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3678bbde617c59a8","status":"passed","time":{"start":1729034162415,"stop":1729034162415,"duration":0}},{"uid":"c3efe94a5ecb0593","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c3efe94a5ecb0593","status":"passed","time":{"start":1729032197324,"stop":1729032197326,"duration":2}},{"uid":"c2e60738dd7cac12","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c2e60738dd7cac12","status":"passed","time":{"start":1728901899711,"stop":1728901899711,"duration":0}},{"uid":"b2284529efa10929","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b2284529efa10929","status":"passed","time":{"start":1728893334922,"stop":1728893334922,"duration":0}},{"uid":"a9d9f10115bcad5a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a9d9f10115bcad5a","status":"passed","time":{"start":1728856288016,"stop":1728856288017,"duration":1}},{"uid":"8deca64241e31be4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8deca64241e31be4","status":"passed","time":{"start":1728738501685,"stop":1728738501689,"duration":4}},{"uid":"1a801cf3dfd3225a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a801cf3dfd3225a","status":"passed","time":{"start":1728683044486,"stop":1728683044486,"duration":0}},{"uid":"c2b6a42b707e19d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c2b6a42b707e19d0","status":"passed","time":{"start":1728682619633,"stop":1728682619633,"duration":0}},{"uid":"6effee6783351fd5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6effee6783351fd5","status":"passed","time":{"start":1728677104184,"stop":1728677104185,"duration":1}},{"uid":"dc693803b598be4e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc693803b598be4e","status":"passed","time":{"start":1728669759887,"stop":1728669759888,"duration":1}},{"uid":"4dbdad3d61766f35","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4dbdad3d61766f35","status":"passed","time":{"start":1728598164490,"stop":1728598164491,"duration":1}},{"uid":"4f9da436b2a8a619","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f9da436b2a8a619","status":"passed","time":{"start":1728597385265,"stop":1728597385266,"duration":1}}]},"700c027a145f8201e0895f977502d757:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":10,"unknown":0,"total":13},"items":[{"uid":"ec7f0d1458b5acac","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ec7f0d1458b5acac","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241160,"stop":1729034241160,"duration":0}},{"uid":"d2b92ea09b66895e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d2b92ea09b66895e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159974,"stop":1729034159974,"duration":0}},{"uid":"2f24347699d70e7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2f24347699d70e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977065,"duration":0}},{"uid":"397b24bff63073be","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/397b24bff63073be","status":"passed","time":{"start":1729032093802,"stop":1729032093802,"duration":0}},{"uid":"851f5244b8b6057a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/851f5244b8b6057a","status":"passed","time":{"start":1728901748773,"stop":1728901748774,"duration":1}},{"uid":"5f19980490fb74bd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5f19980490fb74bd","status":"passed","time":{"start":1728893181086,"stop":1728893181087,"duration":1}},{"uid":"69807ca269b3d95","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/69807ca269b3d95","status":"passed","time":{"start":1728856155552,"stop":1728856155552,"duration":0}},{"uid":"9832932153aacd8f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9832932153aacd8f","status":"passed","time":{"start":1728738360296,"stop":1728738360296,"duration":0}},{"uid":"5424e7a01e850137","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5424e7a01e850137","status":"passed","time":{"start":1728682907222,"stop":1728682907223,"duration":1}},{"uid":"cec90fa494c92b4d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cec90fa494c92b4d","status":"passed","time":{"start":1728682466735,"stop":1728682466736,"duration":1}},{"uid":"9de03c5490c145d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9de03c5490c145d2","status":"passed","time":{"start":1728676955723,"stop":1728676955723,"duration":0}},{"uid":"b39ee7d05bc37224","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b39ee7d05bc37224","status":"passed","time":{"start":1728598013535,"stop":1728598013536,"duration":1}},{"uid":"987766fbb6cf4710","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/987766fbb6cf4710","status":"passed","time":{"start":1728597225200,"stop":1728597225200,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c6dd76e8b67eb5b1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c6dd76e8b67eb5b1","status":"passed","time":{"start":1729034393667,"stop":1729034393667,"duration":0}},{"uid":"a48b74a2d9afad2c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a48b74a2d9afad2c","status":"passed","time":{"start":1729034304858,"stop":1729034304861,"duration":3}},{"uid":"c5b2f50a1c4d55e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5b2f50a1c4d55e5","status":"passed","time":{"start":1729034121953,"stop":1729034121953,"duration":0}},{"uid":"143f4c433a18896a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/143f4c433a18896a","status":"passed","time":{"start":1729032174930,"stop":1729032174930,"duration":0}},{"uid":"c5cb35d737b958fc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c5cb35d737b958fc","status":"passed","time":{"start":1728901881033,"stop":1728901881034,"duration":1}},{"uid":"15e40ed7bdca7fd7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15e40ed7bdca7fd7","status":"passed","time":{"start":1728893317183,"stop":1728893317183,"duration":0}},{"uid":"30d9c3e4a144018f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30d9c3e4a144018f","status":"passed","time":{"start":1728856263127,"stop":1728856263127,"duration":0}},{"uid":"80db173339e7fbb8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80db173339e7fbb8","status":"passed","time":{"start":1728738492807,"stop":1728738492807,"duration":0}},{"uid":"f344910b7f65d9ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f344910b7f65d9ab","status":"passed","time":{"start":1728683030031,"stop":1728683030031,"duration":0}},{"uid":"8c2fdcec302545d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8c2fdcec302545d0","status":"passed","time":{"start":1728682581131,"stop":1728682581131,"duration":0}},{"uid":"91e0076467daa14c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/91e0076467daa14c","status":"passed","time":{"start":1728677082012,"stop":1728677082015,"duration":3}},{"uid":"6f912afabac656c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6f912afabac656c1","status":"passed","time":{"start":1728669795409,"stop":1728669795409,"duration":0}},{"uid":"213c13805b481355","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/213c13805b481355","status":"passed","time":{"start":1728598137510,"stop":1728598137511,"duration":1}},{"uid":"cd3a6983e5437663","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd3a6983e5437663","status":"passed","time":{"start":1728597353489,"stop":1728597353489,"duration":0}}]},"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"553c0e741ed8023a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/553c0e741ed8023a","status":"passed","time":{"start":1729034096135,"stop":1729034096135,"duration":0}},{"uid":"b7576705314e36aa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b7576705314e36aa","status":"passed","time":{"start":1729034020092,"stop":1729034020092,"duration":0}},{"uid":"c2ba4c4715be4b64","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2ba4c4715be4b64","status":"passed","time":{"start":1729033834388,"stop":1729033834388,"duration":0}},{"uid":"ee034795262f9b11","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ee034795262f9b11","status":"passed","time":{"start":1729031884121,"stop":1729031884121,"duration":0}},{"uid":"acaf2c6010e8dce6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/acaf2c6010e8dce6","status":"passed","time":{"start":1728901430255,"stop":1728901430256,"duration":1}},{"uid":"3052ac0681c262b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3052ac0681c262b0","status":"passed","time":{"start":1728892860533,"stop":1728892860534,"duration":1}},{"uid":"634966dff96aa9d5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/634966dff96aa9d5","status":"passed","time":{"start":1728855823323,"stop":1728855823324,"duration":1}},{"uid":"d4ab7f373b35d4ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d4ab7f373b35d4ca","status":"passed","time":{"start":1728738040604,"stop":1728738040604,"duration":0}},{"uid":"718fa55dd3f903ac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/718fa55dd3f903ac","status":"passed","time":{"start":1728682574094,"stop":1728682574094,"duration":0}},{"uid":"7d5a3b2c5550f975","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7d5a3b2c5550f975","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"a513c7f16877b0d4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a513c7f16877b0d4","status":"passed","time":{"start":1728676621433,"stop":1728676621434,"duration":1}},{"uid":"a21d006118f0658e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a21d006118f0658e","status":"passed","time":{"start":1728669344469,"stop":1728669344469,"duration":0}},{"uid":"720dc6d152073e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/720dc6d152073e9","status":"passed","time":{"start":1728597685163,"stop":1728597685163,"duration":0}},{"uid":"5082756de2ad47d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5082756de2ad47d4","status":"passed","time":{"start":1728596904470,"stop":1728596904470,"duration":0}}]},"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f600ca32c8001d42","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f600ca32c8001d42","status":"passed","time":{"start":1729034096121,"stop":1729034096122,"duration":1}},{"uid":"f334caf86eff4e0b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f334caf86eff4e0b","status":"passed","time":{"start":1729034020082,"stop":1729034020082,"duration":0}},{"uid":"c12d8e1bd37e43c7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c12d8e1bd37e43c7","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"duration":0}},{"uid":"62c1a3a66f433425","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/62c1a3a66f433425","status":"passed","time":{"start":1729031884104,"stop":1729031884104,"duration":0}},{"uid":"56e29e1787448548","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56e29e1787448548","status":"passed","time":{"start":1728901430246,"stop":1728901430246,"duration":0}},{"uid":"986f26a1b4ddc972","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/986f26a1b4ddc972","status":"passed","time":{"start":1728892860522,"stop":1728892860522,"duration":0}},{"uid":"d6b3387e0f0b7112","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d6b3387e0f0b7112","status":"passed","time":{"start":1728855823312,"stop":1728855823312,"duration":0}},{"uid":"d6bdcabd82bd9882","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d6bdcabd82bd9882","status":"passed","time":{"start":1728738040581,"stop":1728738040581,"duration":0}},{"uid":"22738566e248592d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/22738566e248592d","status":"passed","time":{"start":1728682574079,"stop":1728682574079,"duration":0}},{"uid":"10568d7e46dcdc4e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/10568d7e46dcdc4e","status":"passed","time":{"start":1728682146807,"stop":1728682146807,"duration":0}},{"uid":"a292adf08a1679a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a292adf08a1679a8","status":"passed","time":{"start":1728676621420,"stop":1728676621420,"duration":0}},{"uid":"98a113205191a099","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98a113205191a099","status":"passed","time":{"start":1728669344458,"stop":1728669344458,"duration":0}},{"uid":"cd36f8669d50e1d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd36f8669d50e1d4","status":"passed","time":{"start":1728597685150,"stop":1728597685151,"duration":1}},{"uid":"1a25239fc266e6c3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1a25239fc266e6c3","status":"passed","time":{"start":1728596904456,"stop":1728596904457,"duration":1}}]},"29cea7a3ed21bc0d2e6283dc7a598f14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"12c31639f37dc8fc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12c31639f37dc8fc","status":"passed","time":{"start":1729034137314,"stop":1729034137314,"duration":0}},{"uid":"35c99782d8ec2bb0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/35c99782d8ec2bb0","status":"passed","time":{"start":1729034060016,"stop":1729034060016,"duration":0}},{"uid":"6cb10f550b803056","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6cb10f550b803056","status":"passed","time":{"start":1729033874959,"stop":1729033874959,"duration":0}},{"uid":"7dbf4ca5ab6f4618","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7dbf4ca5ab6f4618","status":"passed","time":{"start":1729031924898,"stop":1729031924899,"duration":1}},{"uid":"c956dbf4cac85a6f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c956dbf4cac85a6f","status":"passed","time":{"start":1728901469127,"stop":1728901469127,"duration":0}},{"uid":"44194b20f579027f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/44194b20f579027f","status":"passed","time":{"start":1728892899791,"stop":1728892899792,"duration":1}},{"uid":"bf5b257fc4580a4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bf5b257fc4580a4c","status":"passed","time":{"start":1728855863055,"stop":1728855863056,"duration":1}},{"uid":"69412df9f4858236","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/69412df9f4858236","status":"passed","time":{"start":1728738080897,"stop":1728738080897,"duration":0}},{"uid":"80cdf62f90f597ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80cdf62f90f597ab","status":"passed","time":{"start":1728682614307,"stop":1728682614307,"duration":0}},{"uid":"e8de049354398154","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e8de049354398154","status":"passed","time":{"start":1728682187090,"stop":1728682187090,"duration":0}},{"uid":"ec0125b9dea4f2a6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec0125b9dea4f2a6","status":"passed","time":{"start":1728676661486,"stop":1728676661486,"duration":0}},{"uid":"295e2b159234d0e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/295e2b159234d0e5","status":"passed","time":{"start":1728669384660,"stop":1728669384660,"duration":0}},{"uid":"acedc4ef1e3f569d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/acedc4ef1e3f569d","status":"passed","time":{"start":1728597724233,"stop":1728597724233,"duration":0}},{"uid":"903085ff61c629bf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/903085ff61c629bf","status":"passed","time":{"start":1728596943281,"stop":1728596943281,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"167e7beaaa1eb674","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/167e7beaaa1eb674","status":"passed","time":{"start":1729034206089,"stop":1729034206090,"duration":1}},{"uid":"188f04bec9290f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/188f04bec9290f1","status":"passed","time":{"start":1729034134200,"stop":1729034134201,"duration":1}},{"uid":"b431bda76f286cf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b431bda76f286cf","status":"passed","time":{"start":1729033942631,"stop":1729033942634,"duration":3}},{"uid":"c6c918c19aa24576","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6c918c19aa24576","status":"passed","time":{"start":1729031989721,"stop":1729031989722,"duration":1}},{"uid":"7f603c6fce346d8f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f603c6fce346d8f","status":"passed","time":{"start":1728901562063,"stop":1728901562095,"duration":32}},{"uid":"1eb61b2bc3702001","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1eb61b2bc3702001","status":"passed","time":{"start":1728893001483,"stop":1728893001484,"duration":1}},{"uid":"129e97738f82ada","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/129e97738f82ada","status":"passed","time":{"start":1728855968872,"stop":1728855968873,"duration":1}},{"uid":"a601daf97d23f22a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a601daf97d23f22a","status":"passed","time":{"start":1728738172969,"stop":1728738172969,"duration":0}},{"uid":"25013b27e13ee361","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/25013b27e13ee361","status":"passed","time":{"start":1728682706942,"stop":1728682706942,"duration":0}},{"uid":"41b5af363c8c7cb0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41b5af363c8c7cb0","status":"passed","time":{"start":1728682296863,"stop":1728682296863,"duration":0}},{"uid":"c0a8885ffe26192b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c0a8885ffe26192b","status":"passed","time":{"start":1728676761487,"stop":1728676761495,"duration":8}},{"uid":"95f4d4f604920f12","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/95f4d4f604920f12","status":"passed","time":{"start":1728669479029,"stop":1728669479029,"duration":0}},{"uid":"c5b26e3b23f478a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c5b26e3b23f478a0","status":"passed","time":{"start":1728597820129,"stop":1728597820129,"duration":0}},{"uid":"ed140f5b68f18a38","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed140f5b68f18a38","status":"passed","time":{"start":1728597034503,"stop":1728597034503,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d786c1f43486092d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d786c1f43486092d","status":"passed","time":{"start":1729034370852,"stop":1729034370852,"duration":0}},{"uid":"abf492266c189317","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/abf492266c189317","status":"passed","time":{"start":1729034308853,"stop":1729034308853,"duration":0}},{"uid":"5544fc7c1005a898","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5544fc7c1005a898","status":"passed","time":{"start":1729034129467,"stop":1729034129468,"duration":1}},{"uid":"e1a41f7813f2dbf5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e1a41f7813f2dbf5","status":"passed","time":{"start":1729032178361,"stop":1729032178362,"duration":1}},{"uid":"fd333f54bdb481f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd333f54bdb481f5","status":"passed","time":{"start":1728901896339,"stop":1728901896339,"duration":0}},{"uid":"8ba298bc3f1d4360","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8ba298bc3f1d4360","status":"passed","time":{"start":1728893329019,"stop":1728893329019,"duration":0}},{"uid":"f5bebbff696ab173","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f5bebbff696ab173","status":"passed","time":{"start":1728856284754,"stop":1728856284754,"duration":0}},{"uid":"bfaabbdda5cb763a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bfaabbdda5cb763a","status":"passed","time":{"start":1728738494929,"stop":1728738494929,"duration":0}},{"uid":"b5389b4973621b61","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5389b4973621b61","status":"passed","time":{"start":1728683033624,"stop":1728683033625,"duration":1}},{"uid":"5c9912dd52d16688","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5c9912dd52d16688","status":"passed","time":{"start":1728682601730,"stop":1728682601730,"duration":0}},{"uid":"1f50d5a23296a6ec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1f50d5a23296a6ec","status":"passed","time":{"start":1728677107954,"stop":1728677107954,"duration":0}},{"uid":"a3f26b71c94e6f76","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a3f26b71c94e6f76","status":"passed","time":{"start":1728669764744,"stop":1728669764744,"duration":0}},{"uid":"acc9696eb02b8099","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/acc9696eb02b8099","status":"passed","time":{"start":1728598157552,"stop":1728598157553,"duration":1}},{"uid":"f4130d026779bc88","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f4130d026779bc88","status":"passed","time":{"start":1728597369051,"stop":1728597369052,"duration":1}}]},"4494f879700cced54d3ee256937e9cb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb7a9fc2eaef8f1f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bb7a9fc2eaef8f1f","status":"passed","time":{"start":1729034323301,"stop":1729034323302,"duration":1}}]},"a3f3fb09e65db810d8082460afaaccfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"65a2a5af376a2f4e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/65a2a5af376a2f4e","status":"passed","time":{"start":1728856368611,"stop":1728856368611,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"80ba6e5077cf4930","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/80ba6e5077cf4930","status":"passed","time":{"start":1729034402256,"stop":1729034402259,"duration":3}},{"uid":"b0e6197f4721b194","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b0e6197f4721b194","status":"passed","time":{"start":1729034323280,"stop":1729034323282,"duration":2}},{"uid":"8a09f5554454e11a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a09f5554454e11a","status":"passed","time":{"start":1729034144759,"stop":1729034144759,"duration":0}},{"uid":"1d99c18341393d31","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1d99c18341393d31","status":"passed","time":{"start":1729032198809,"stop":1729032198809,"duration":0}},{"uid":"8e612b0597e93f3d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e612b0597e93f3d","status":"passed","time":{"start":1728901901735,"stop":1728901901735,"duration":0}},{"uid":"20051c44cb5a0651","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/20051c44cb5a0651","status":"passed","time":{"start":1728893337227,"stop":1728893337228,"duration":1}},{"uid":"67277a3c81ab14da","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/67277a3c81ab14da","status":"passed","time":{"start":1728856299183,"stop":1728856299184,"duration":1}},{"uid":"58ccb40e70848a2a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58ccb40e70848a2a","status":"passed","time":{"start":1728738505369,"stop":1728738505369,"duration":0}},{"uid":"7295cf3159913e2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7295cf3159913e2","status":"passed","time":{"start":1728683045438,"stop":1728683045438,"duration":0}},{"uid":"716ca22dccf0578","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/716ca22dccf0578","status":"passed","time":{"start":1728682607280,"stop":1728682607281,"duration":1}},{"uid":"41de028d01d14104","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/41de028d01d14104","status":"passed","time":{"start":1728677103485,"stop":1728677103486,"duration":1}},{"uid":"9080a81017c86ae0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9080a81017c86ae0","status":"passed","time":{"start":1728669777111,"stop":1728669777111,"duration":0}},{"uid":"bb492b01e861668c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bb492b01e861668c","status":"passed","time":{"start":1728598163460,"stop":1728598163460,"duration":0}},{"uid":"729bbfc4c6f6359d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/729bbfc4c6f6359d","status":"passed","time":{"start":1728597375455,"stop":1728597375456,"duration":1}}]},"25090da4c583822349a5b71ab04dabb7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3392ee36c0b89b53","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3392ee36c0b89b53","status":"passed","time":{"start":1728682607292,"stop":1728682607292,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d9e7fa33580b7827","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d9e7fa33580b7827","status":"passed","time":{"start":1729034112605,"stop":1729034112605,"duration":0}},{"uid":"35dc0613a06063c4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/35dc0613a06063c4","status":"passed","time":{"start":1729034035873,"stop":1729034035873,"duration":0}},{"uid":"3784f14904430d8e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3784f14904430d8e","status":"passed","time":{"start":1729033850550,"stop":1729033850550,"duration":0}},{"uid":"9e00d2ddc7370280","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e00d2ddc7370280","status":"passed","time":{"start":1729031900272,"stop":1729031900273,"duration":1}},{"uid":"321c270439c076be","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/321c270439c076be","status":"passed","time":{"start":1728901446178,"stop":1728901446178,"duration":0}},{"uid":"47a0e75ee56fa9d3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/47a0e75ee56fa9d3","status":"passed","time":{"start":1728892876478,"stop":1728892876478,"duration":0}},{"uid":"c578d2ab82c6a2b1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c578d2ab82c6a2b1","status":"passed","time":{"start":1728855839200,"stop":1728855839200,"duration":0}},{"uid":"586b1b4f75dd850f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/586b1b4f75dd850f","status":"passed","time":{"start":1728738056465,"stop":1728738056466,"duration":1}},{"uid":"fd0135d605753f66","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fd0135d605753f66","status":"passed","time":{"start":1728682590045,"stop":1728682590045,"duration":0}},{"uid":"4f37474253efd212","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4f37474253efd212","status":"passed","time":{"start":1728682162839,"stop":1728682162840,"duration":1}},{"uid":"ea2828d7bbea5c8a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ea2828d7bbea5c8a","status":"passed","time":{"start":1728676637413,"stop":1728676637413,"duration":0}},{"uid":"7340815b747431b0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7340815b747431b0","status":"passed","time":{"start":1728669360495,"stop":1728669360495,"duration":0}},{"uid":"b0aabfaac1063671","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b0aabfaac1063671","status":"passed","time":{"start":1728597701237,"stop":1728597701237,"duration":0}},{"uid":"6696496d90071a81","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6696496d90071a81","status":"passed","time":{"start":1728596920372,"stop":1728596920372,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"50b43f881ea0424c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/50b43f881ea0424c","status":"passed","time":{"start":1729034393656,"stop":1729034393656,"duration":0}},{"uid":"dd5c6ddd8ddbdf44","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dd5c6ddd8ddbdf44","status":"passed","time":{"start":1729034304854,"stop":1729034304854,"duration":0}},{"uid":"7b58f1f0eca0a785","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b58f1f0eca0a785","status":"passed","time":{"start":1729034121940,"stop":1729034121940,"duration":0}},{"uid":"771a2901cec6b988","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/771a2901cec6b988","status":"passed","time":{"start":1729032174919,"stop":1729032174919,"duration":0}},{"uid":"77b80cc02d65f07","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/77b80cc02d65f07","status":"passed","time":{"start":1728901881024,"stop":1728901881025,"duration":1}},{"uid":"5f5771132fc9057e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5f5771132fc9057e","status":"passed","time":{"start":1728893317179,"stop":1728893317179,"duration":0}},{"uid":"fab1d5b3bf287d29","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fab1d5b3bf287d29","status":"passed","time":{"start":1728856263110,"stop":1728856263110,"duration":0}},{"uid":"f00470cf4c5ee038","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f00470cf4c5ee038","status":"passed","time":{"start":1728738492803,"stop":1728738492804,"duration":1}},{"uid":"a993d6922ecdba72","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a993d6922ecdba72","status":"passed","time":{"start":1728683030027,"stop":1728683030027,"duration":0}},{"uid":"f3fed9bf88a10d2b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f3fed9bf88a10d2b","status":"passed","time":{"start":1728682581112,"stop":1728682581113,"duration":1}},{"uid":"dd3ab3ea01efbbec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd3ab3ea01efbbec","status":"passed","time":{"start":1728677082007,"stop":1728677082008,"duration":1}},{"uid":"34d80be401e92b1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34d80be401e92b1","status":"passed","time":{"start":1728669795404,"stop":1728669795405,"duration":1}},{"uid":"cb0f6fdf270d667d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb0f6fdf270d667d","status":"passed","time":{"start":1728598137508,"stop":1728598137508,"duration":0}},{"uid":"efc00b03d9df0b61","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/efc00b03d9df0b61","status":"passed","time":{"start":1728597353485,"stop":1728597353485,"duration":0}}]},"da212ac7f2a70884fcdb8c594286173f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d521c141d1d45d0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5d521c141d1d45d0","status":"passed","time":{"start":1729032228816,"stop":1729032228817,"duration":1}}]},"a1f63052056fb89dd3e81a8de175858a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27535d42bcd56bed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/27535d42bcd56bed","status":"passed","time":{"start":1728893395079,"stop":1728893395079,"duration":0}}]},"bd09a2340b2bba48f5375e314e2ca072:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da0ca7904661dbc6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/da0ca7904661dbc6","status":"passed","time":{"start":1728677163573,"stop":1728677163574,"duration":1}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"de503780c604b686","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/de503780c604b686","status":"passed","time":{"start":1729034112387,"stop":1729034112388,"duration":1}},{"uid":"23581c06e59f8dd8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/23581c06e59f8dd8","status":"passed","time":{"start":1729034035615,"stop":1729034035617,"duration":2}},{"uid":"e94e3a5213fb248a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e94e3a5213fb248a","status":"passed","time":{"start":1729033850405,"stop":1729033850405,"duration":0}},{"uid":"3cdfe96798d68a3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3cdfe96798d68a3","status":"passed","time":{"start":1729031899690,"stop":1729031899691,"duration":1}},{"uid":"a0622e860335b5c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a0622e860335b5c0","status":"passed","time":{"start":1728901445802,"stop":1728901445802,"duration":0}},{"uid":"92cfc8b1077076f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/92cfc8b1077076f8","status":"passed","time":{"start":1728892876333,"stop":1728892876334,"duration":1}},{"uid":"8010ae86c32dfadb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8010ae86c32dfadb","status":"passed","time":{"start":1728855838897,"stop":1728855838898,"duration":1}},{"uid":"36dbf60aefae6367","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/36dbf60aefae6367","status":"passed","time":{"start":1728738055941,"stop":1728738055942,"duration":1}},{"uid":"de390420991a61a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de390420991a61a8","status":"passed","time":{"start":1728682589826,"stop":1728682589826,"duration":0}},{"uid":"5d6a5d1b0b84f631","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5d6a5d1b0b84f631","status":"passed","time":{"start":1728682162268,"stop":1728682162268,"duration":0}},{"uid":"3254aa974a96e4ad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3254aa974a96e4ad","status":"passed","time":{"start":1728676637065,"stop":1728676637065,"duration":0}},{"uid":"7850f152bc8b709c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7850f152bc8b709c","status":"passed","time":{"start":1728669360435,"stop":1728669360435,"duration":0}},{"uid":"a0154f77b65ba810","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a0154f77b65ba810","status":"passed","time":{"start":1728597700986,"stop":1728597700986,"duration":0}},{"uid":"4e948552ceff5f66","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4e948552ceff5f66","status":"passed","time":{"start":1728596920268,"stop":1728596920269,"duration":1}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"39bf13c8d32130d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/39bf13c8d32130d1","status":"passed","time":{"start":1729034390822,"stop":1729034390823,"duration":1}},{"uid":"6d3801d642da24d6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6d3801d642da24d6","status":"passed","time":{"start":1729034323922,"stop":1729034323925,"duration":3}},{"uid":"7cfaa02469bac2c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7cfaa02469bac2c5","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0}},{"uid":"264151c87650be36","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/264151c87650be36","status":"passed","time":{"start":1729032192391,"stop":1729032192392,"duration":1}},{"uid":"a8606335b3cb2b2f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a8606335b3cb2b2f","status":"passed","time":{"start":1728901896709,"stop":1728901896709,"duration":0}},{"uid":"bd59b6f830d5b030","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bd59b6f830d5b030","status":"passed","time":{"start":1728893334447,"stop":1728893334448,"duration":1}},{"uid":"f254846d728707b7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f254846d728707b7","status":"passed","time":{"start":1728856285987,"stop":1728856285987,"duration":0}},{"uid":"6f0a5a4a6ee1a8e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f0a5a4a6ee1a8e6","status":"passed","time":{"start":1728738508178,"stop":1728738508178,"duration":0}},{"uid":"f15cb8d75bc0f5f3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f15cb8d75bc0f5f3","status":"passed","time":{"start":1728683055335,"stop":1728683055335,"duration":0}},{"uid":"3731f53c30424463","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3731f53c30424463","status":"passed","time":{"start":1728682604663,"stop":1728682604663,"duration":0}},{"uid":"7a72d7f1f7484da9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a72d7f1f7484da9","status":"passed","time":{"start":1728677105012,"stop":1728677105012,"duration":0}},{"uid":"51bf0f5427b9a3e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/51bf0f5427b9a3e0","status":"passed","time":{"start":1728669780767,"stop":1728669780768,"duration":1}},{"uid":"ec49a983c9f69c0b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec49a983c9f69c0b","status":"passed","time":{"start":1728598159630,"stop":1728598159631,"duration":1}},{"uid":"670e176a714f0fa3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/670e176a714f0fa3","status":"passed","time":{"start":1728597371094,"stop":1728597371100,"duration":6}}]},"7771cdb9dde51822c3351e9d6d6dc5c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3122c87bfd52596","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c3122c87bfd52596","status":"passed","time":{"start":1728597472310,"stop":1728597472310,"duration":0}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"350dd184a83e9bd6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/350dd184a83e9bd6","status":"passed","time":{"start":1729034411424,"stop":1729034411424,"duration":0}},{"uid":"1d69f15fbf1288f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d69f15fbf1288f6","status":"passed","time":{"start":1729034327405,"stop":1729034327405,"duration":0}},{"uid":"f4ce0c4080659a82","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f4ce0c4080659a82","status":"passed","time":{"start":1729034147778,"stop":1729034147778,"duration":0}},{"uid":"6c92071e4861828c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6c92071e4861828c","status":"passed","time":{"start":1729032204828,"stop":1729032204829,"duration":1}},{"uid":"3c86087dc08e4ada","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3c86087dc08e4ada","status":"passed","time":{"start":1728901907701,"stop":1728901907702,"duration":1}},{"uid":"2f40dbf253534aa2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2f40dbf253534aa2","status":"passed","time":{"start":1728893341889,"stop":1728893341889,"duration":0}},{"uid":"5b22832465ef5955","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5b22832465ef5955","status":"passed","time":{"start":1728856299376,"stop":1728856299381,"duration":5}},{"uid":"c58c441d136467b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c58c441d136467b9","status":"passed","time":{"start":1728738511618,"stop":1728738511618,"duration":0}},{"uid":"1fdca62b2a9d1e75","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1fdca62b2a9d1e75","status":"passed","time":{"start":1728683052912,"stop":1728683052912,"duration":0}},{"uid":"ae8f722b15ccbdb4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ae8f722b15ccbdb4","status":"passed","time":{"start":1728682612911,"stop":1728682612911,"duration":0}},{"uid":"a80a0f73f661845b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a80a0f73f661845b","status":"passed","time":{"start":1728677115747,"stop":1728677115747,"duration":0}},{"uid":"92dc8d1a7fdbda5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92dc8d1a7fdbda5","status":"passed","time":{"start":1728669778175,"stop":1728669778175,"duration":0}},{"uid":"30f7c7d7d2a4ab8f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/30f7c7d7d2a4ab8f","status":"passed","time":{"start":1728598175433,"stop":1728598175433,"duration":0}},{"uid":"b23de0690150eac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b23de0690150eac","status":"passed","time":{"start":1728597380062,"stop":1728597380063,"duration":1}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e875a7dd7175dee6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e875a7dd7175dee6","status":"passed","time":{"start":1729034119305,"stop":1729034119305,"duration":0}},{"uid":"8805bae33c14ad9c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8805bae33c14ad9c","status":"passed","time":{"start":1729033933480,"stop":1729033933481,"duration":1}},{"uid":"70c9f2fa736c95f4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/70c9f2fa736c95f4","status":"passed","time":{"start":1729031982921,"stop":1729031982921,"duration":0}},{"uid":"624fd903b5593642","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/624fd903b5593642","status":"passed","time":{"start":1728901527857,"stop":1728901527858,"duration":1}},{"uid":"c0d10684ffcae39e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0d10684ffcae39e","status":"passed","time":{"start":1728892960140,"stop":1728892960141,"duration":1}},{"uid":"9db3310aa798e04f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9db3310aa798e04f","status":"passed","time":{"start":1728855921715,"stop":1728855921715,"duration":0}},{"uid":"245a75b3980e2b95","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/245a75b3980e2b95","status":"passed","time":{"start":1728738138433,"stop":1728738138433,"duration":0}},{"uid":"87ec61c892932017","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/87ec61c892932017","status":"passed","time":{"start":1728682672253,"stop":1728682672253,"duration":0}},{"uid":"dd7d98bc279161a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dd7d98bc279161a1","status":"passed","time":{"start":1728682245075,"stop":1728682245075,"duration":0}},{"uid":"c111d6dbdbe3097d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c111d6dbdbe3097d","status":"passed","time":{"start":1728676721300,"stop":1728676721300,"duration":0}},{"uid":"c4b61a141ef9dab9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4b61a141ef9dab9","status":"passed","time":{"start":1728669444561,"stop":1728669444563,"duration":2}},{"uid":"51b1e79ce4a6adfb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/51b1e79ce4a6adfb","status":"passed","time":{"start":1728597784073,"stop":1728597784074,"duration":1}},{"uid":"d3509e2229664535","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d3509e2229664535","status":"passed","time":{"start":1728597001549,"stop":1728597001550,"duration":1}}]},"05175b01cd147e1353259319de4c1a4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e8a6bbad9b25ac3f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e8a6bbad9b25ac3f","status":"passed","time":{"start":1729034112235,"stop":1729034112236,"duration":1}},{"uid":"541d8120cde4645a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/541d8120cde4645a","status":"passed","time":{"start":1729034035751,"stop":1729034035751,"duration":0}},{"uid":"ddc448134938d45e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ddc448134938d45e","status":"passed","time":{"start":1729033850302,"stop":1729033850303,"duration":1}},{"uid":"bcb8ae34f1477cf5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bcb8ae34f1477cf5","status":"passed","time":{"start":1729031899903,"stop":1729031899903,"duration":0}},{"uid":"9ba8ca96c736078d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9ba8ca96c736078d","status":"passed","time":{"start":1728901445872,"stop":1728901445872,"duration":0}},{"uid":"a07fdfe9c8e078f7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a07fdfe9c8e078f7","status":"passed","time":{"start":1728892875908,"stop":1728892875908,"duration":0}},{"uid":"b789499bb06cd8ef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b789499bb06cd8ef","status":"passed","time":{"start":1728855839038,"stop":1728855839039,"duration":1}},{"uid":"d8683a606d7d5993","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d8683a606d7d5993","status":"passed","time":{"start":1728738056185,"stop":1728738056185,"duration":0}},{"uid":"5a8d40e8435389a1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5a8d40e8435389a1","status":"passed","time":{"start":1728682589460,"stop":1728682589460,"duration":0}},{"uid":"cbc5b2022b36df72","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cbc5b2022b36df72","status":"passed","time":{"start":1728682162317,"stop":1728682162318,"duration":1}},{"uid":"5fb25f0b59008e40","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5fb25f0b59008e40","status":"passed","time":{"start":1728676637005,"stop":1728676637005,"duration":0}},{"uid":"3b52aacb58e42af7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3b52aacb58e42af7","status":"passed","time":{"start":1728669360370,"stop":1728669360370,"duration":0}},{"uid":"97a841c122e91284","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/97a841c122e91284","status":"passed","time":{"start":1728597700889,"stop":1728597700890,"duration":1}},{"uid":"3ed4dd7fd6339ce7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3ed4dd7fd6339ce7","status":"passed","time":{"start":1728596919828,"stop":1728596919828,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"85531dc85b7bbc24","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/85531dc85b7bbc24","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034411421,"stop":1729034411421,"duration":0}},{"uid":"ff97199749868a1b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ff97199749868a1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034327397,"stop":1729034327398,"duration":1}},{"uid":"fbb06da52c5c54a9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbb06da52c5c54a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034147769,"stop":1729034147769,"duration":0}},{"uid":"c2e03c7a08b09dd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c2e03c7a08b09dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032204826,"stop":1729032204826,"duration":0}},{"uid":"c43e1e54e037f333","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c43e1e54e037f333","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901907698,"stop":1728901907698,"duration":0}},{"uid":"66cab64a3334962b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/66cab64a3334962b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893341887,"stop":1728893341887,"duration":0}},{"uid":"d3eea4d23db16086","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d3eea4d23db16086","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299355,"stop":1728856299355,"duration":0}},{"uid":"c537f533b24f26ba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c537f533b24f26ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738511615,"stop":1728738511615,"duration":0}},{"uid":"c07110d07d23b2da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c07110d07d23b2da","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683052909,"stop":1728683052909,"duration":0}},{"uid":"c90567e01526b7d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c90567e01526b7d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682612909,"stop":1728682612909,"duration":0}},{"uid":"757b6c0b4f071877","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/757b6c0b4f071877","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677115744,"stop":1728677115744,"duration":0}},{"uid":"ad8fb2a05149de2b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad8fb2a05149de2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669778172,"stop":1728669778173,"duration":1}},{"uid":"208a3682791d3f3e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/208a3682791d3f3e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598175430,"stop":1728598175430,"duration":0}},{"uid":"d7a112ec71ce4eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d7a112ec71ce4eaa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597380059,"stop":1728597380059,"duration":0}}]},"aa59f6f94e923079a574ec29454b6499:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"419e8429d1c51383","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/419e8429d1c51383","status":"passed","time":{"start":1729034348216,"stop":1729034348216,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c6a9bf394cbf512f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c6a9bf394cbf512f","status":"passed","time":{"start":1729034452181,"stop":1729034452182,"duration":1}},{"uid":"3aca9334d26118b9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3aca9334d26118b9","status":"passed","time":{"start":1729034373074,"stop":1729034373074,"duration":0}},{"uid":"3e4878d8cd3a5386","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3e4878d8cd3a5386","status":"passed","time":{"start":1729034188113,"stop":1729034188115,"duration":2}},{"uid":"2c86dc8324b1d457","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c86dc8324b1d457","status":"passed","time":{"start":1729032231861,"stop":1729032231861,"duration":0}},{"uid":"1cd34d90700ace1b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1cd34d90700ace1b","status":"passed","time":{"start":1728901989563,"stop":1728901989564,"duration":1}},{"uid":"a1ed2de0290cc366","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a1ed2de0290cc366","status":"passed","time":{"start":1728893424896,"stop":1728893424897,"duration":1}},{"uid":"1453740a91ef1599","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1453740a91ef1599","status":"passed","time":{"start":1728856376681,"stop":1728856376682,"duration":1}},{"uid":"b6bc58bc80816a11","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b6bc58bc80816a11","status":"passed","time":{"start":1728738593958,"stop":1728738593958,"duration":0}},{"uid":"ed4819593cc90c62","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed4819593cc90c62","status":"passed","time":{"start":1728683135333,"stop":1728683135334,"duration":1}},{"uid":"af68af9493988445","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af68af9493988445","status":"passed","time":{"start":1728682692582,"stop":1728682692584,"duration":2}},{"uid":"d8009e2a7b4cedf7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d8009e2a7b4cedf7","status":"passed","time":{"start":1728677194227,"stop":1728677194227,"duration":0}},{"uid":"f1540fb27d928708","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f1540fb27d928708","status":"passed","time":{"start":1728669874422,"stop":1728669874422,"duration":0}},{"uid":"6442726d66d9670a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6442726d66d9670a","status":"passed","time":{"start":1728598257459,"stop":1728598257459,"duration":0}},{"uid":"81e62991a2909f8a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/81e62991a2909f8a","status":"passed","time":{"start":1728597471282,"stop":1728597471282,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4c5538beffe3d46a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4c5538beffe3d46a","status":"passed","time":{"start":1729034296700,"stop":1729034296700,"duration":0}},{"uid":"28c1e879ba0a6243","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28c1e879ba0a6243","status":"passed","time":{"start":1729034220595,"stop":1729034220596,"duration":1}},{"uid":"d3632c673bf8652a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3632c673bf8652a","status":"passed","time":{"start":1729034041472,"stop":1729034041473,"duration":1}},{"uid":"e8a00d5402d5d955","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e8a00d5402d5d955","status":"passed","time":{"start":1728901705382,"stop":1728901705382,"duration":0}},{"uid":"1ccf994636393484","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1ccf994636393484","status":"passed","time":{"start":1728893141766,"stop":1728893141767,"duration":1}},{"uid":"4ebfc96bf2b8044f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ebfc96bf2b8044f","status":"passed","time":{"start":1728856087078,"stop":1728856087078,"duration":0}},{"uid":"12863eaf395f7139","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/12863eaf395f7139","status":"passed","time":{"start":1728738321429,"stop":1728738321430,"duration":1}},{"uid":"e319dd3339320de4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e319dd3339320de4","status":"passed","time":{"start":1728682845669,"stop":1728682845669,"duration":0}},{"uid":"fb5662c4064f0d9d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fb5662c4064f0d9d","status":"passed","time":{"start":1728682424301,"stop":1728682424302,"duration":1}},{"uid":"72efaa53ea5d4ae1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72efaa53ea5d4ae1","status":"passed","time":{"start":1728676900510,"stop":1728676900510,"duration":0}},{"uid":"fdc9c67cb86cbd96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fdc9c67cb86cbd96","status":"passed","time":{"start":1728669625793,"stop":1728669625794,"duration":1}},{"uid":"c5a1c28ad6cda23c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c5a1c28ad6cda23c","status":"passed","time":{"start":1728597957158,"stop":1728597957158,"duration":0}},{"uid":"9c9642d311d678cf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c9642d311d678cf","status":"passed","time":{"start":1728597182592,"stop":1728597182593,"duration":1}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"329012e1822bf506","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/329012e1822bf506","status":"passed","time":{"start":1729034104920,"stop":1729034104920,"duration":0}},{"uid":"3ec670bda272cc20","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3ec670bda272cc20","status":"passed","time":{"start":1729034028519,"stop":1729034028519,"duration":0}},{"uid":"7c61052c420f615c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7c61052c420f615c","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0}},{"uid":"2f2c7fb2aa348b4d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2f2c7fb2aa348b4d","status":"passed","time":{"start":1729031892684,"stop":1729031892684,"duration":0}},{"uid":"14f9fd267a00a863","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/14f9fd267a00a863","status":"passed","time":{"start":1728901438816,"stop":1728901438816,"duration":0}},{"uid":"b8ec5bdd35485a78","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b8ec5bdd35485a78","status":"passed","time":{"start":1728892869009,"stop":1728892869009,"duration":0}},{"uid":"fc058c5dd186e57c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fc058c5dd186e57c","status":"passed","time":{"start":1728855831900,"stop":1728855831900,"duration":0}},{"uid":"688de8af4dddd8c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/688de8af4dddd8c9","status":"passed","time":{"start":1728738049048,"stop":1728738049048,"duration":0}},{"uid":"3609fef8cad8d447","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3609fef8cad8d447","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"cc8eb446ae9d39d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cc8eb446ae9d39d7","status":"passed","time":{"start":1728682155415,"stop":1728682155415,"duration":0}},{"uid":"f28d97f9cfa46a6e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f28d97f9cfa46a6e","status":"passed","time":{"start":1728676629982,"stop":1728676629982,"duration":0}},{"uid":"b02c05b83e86ebe2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b02c05b83e86ebe2","status":"passed","time":{"start":1728669353109,"stop":1728669353109,"duration":0}},{"uid":"890fdc6230f25a96","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/890fdc6230f25a96","status":"passed","time":{"start":1728597693855,"stop":1728597693856,"duration":1}},{"uid":"c357581062c980c4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c357581062c980c4","status":"passed","time":{"start":1728596913099,"stop":1728596913099,"duration":0}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5f5cf4ef7a263880","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f5cf4ef7a263880","status":"passed","time":{"start":1729034411427,"stop":1729034411427,"duration":0}},{"uid":"60a795f8b145d9d3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/60a795f8b145d9d3","status":"passed","time":{"start":1729034327410,"stop":1729034327411,"duration":1}},{"uid":"99adbb840a61736c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/99adbb840a61736c","status":"passed","time":{"start":1729034147787,"stop":1729034147791,"duration":4}},{"uid":"d5aef133433fd6cf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d5aef133433fd6cf","status":"passed","time":{"start":1729032204832,"stop":1729032204833,"duration":1}},{"uid":"f3b6a8ff22079759","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f3b6a8ff22079759","status":"passed","time":{"start":1728901907716,"stop":1728901907716,"duration":0}},{"uid":"4e2253673362ffc7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4e2253673362ffc7","status":"passed","time":{"start":1728893341892,"stop":1728893341892,"duration":0}},{"uid":"66c0d0f99fe81518","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/66c0d0f99fe81518","status":"passed","time":{"start":1728856299386,"stop":1728856299387,"duration":1}},{"uid":"89300d5da1bd27c5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/89300d5da1bd27c5","status":"passed","time":{"start":1728738511623,"stop":1728738511623,"duration":0}},{"uid":"6308e6b9f92071e3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6308e6b9f92071e3","status":"passed","time":{"start":1728683052914,"stop":1728683052915,"duration":1}},{"uid":"f4315dbd568c8e70","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f4315dbd568c8e70","status":"passed","time":{"start":1728682612914,"stop":1728682612915,"duration":1}},{"uid":"23ee97cf2afea1ef","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/23ee97cf2afea1ef","status":"passed","time":{"start":1728677115750,"stop":1728677115751,"duration":1}},{"uid":"680aea4d8658e793","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/680aea4d8658e793","status":"passed","time":{"start":1728669778186,"stop":1728669778187,"duration":1}},{"uid":"dce9ad3da8ef22cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dce9ad3da8ef22cd","status":"passed","time":{"start":1728598175437,"stop":1728598175437,"duration":0}},{"uid":"6a4ac75c85e96b72","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6a4ac75c85e96b72","status":"passed","time":{"start":1728597380066,"stop":1728597380066,"duration":0}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"abc23093b9d0424e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/abc23093b9d0424e","status":"passed","time":{"start":1729034425377,"stop":1729034425377,"duration":0}},{"uid":"a70960f7bd2aeb9c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a70960f7bd2aeb9c","status":"passed","time":{"start":1729034346109,"stop":1729034346109,"duration":0}},{"uid":"2cf00c1fc945f5d5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2cf00c1fc945f5d5","status":"passed","time":{"start":1729034162415,"stop":1729034162415,"duration":0}},{"uid":"9a56be2f60829d3f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9a56be2f60829d3f","status":"passed","time":{"start":1729032197326,"stop":1729032197326,"duration":0}},{"uid":"453333c0581d6f93","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/453333c0581d6f93","status":"passed","time":{"start":1728901899712,"stop":1728901899712,"duration":0}},{"uid":"a52433dc9902199b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a52433dc9902199b","status":"passed","time":{"start":1728893334923,"stop":1728893334923,"duration":0}},{"uid":"f2334a2a2a2b6a09","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f2334a2a2a2b6a09","status":"passed","time":{"start":1728856288018,"stop":1728856288018,"duration":0}},{"uid":"579ed0c15bf86ea9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/579ed0c15bf86ea9","status":"passed","time":{"start":1728738501689,"stop":1728738501690,"duration":1}},{"uid":"f389d8cbe847a163","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f389d8cbe847a163","status":"passed","time":{"start":1728683044487,"stop":1728683044488,"duration":1}},{"uid":"9be9935d51e72290","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9be9935d51e72290","status":"passed","time":{"start":1728682619633,"stop":1728682619634,"duration":1}},{"uid":"4058f0c6e2297374","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4058f0c6e2297374","status":"passed","time":{"start":1728677104185,"stop":1728677104186,"duration":1}},{"uid":"6c289abf24702415","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c289abf24702415","status":"passed","time":{"start":1728669759888,"stop":1728669759888,"duration":0}},{"uid":"c46ffb83ae3e7b86","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c46ffb83ae3e7b86","status":"passed","time":{"start":1728598164491,"stop":1728598164491,"duration":0}},{"uid":"cd2410ec24008292","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd2410ec24008292","status":"passed","time":{"start":1728597385267,"stop":1728597385267,"duration":0}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b23730ebe4011e05","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b23730ebe4011e05","status":"passed","time":{"start":1729034190706,"stop":1729034190707,"duration":1}},{"uid":"3851cd01254facb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3851cd01254facb","status":"passed","time":{"start":1729034108433,"stop":1729034108433,"duration":0}},{"uid":"44842cd37fb8acb5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/44842cd37fb8acb5","status":"passed","time":{"start":1729033925387,"stop":1729033925387,"duration":0}},{"uid":"dc18a7647a5019ec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dc18a7647a5019ec","status":"passed","time":{"start":1729031975194,"stop":1729031975194,"duration":0}},{"uid":"1359e71574de5c81","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1359e71574de5c81","status":"passed","time":{"start":1728901537878,"stop":1728901537879,"duration":1}},{"uid":"ceea9802ea0bb691","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ceea9802ea0bb691","status":"passed","time":{"start":1728892972432,"stop":1728892972432,"duration":0}},{"uid":"364f0478442f36c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/364f0478442f36c4","status":"passed","time":{"start":1728855933072,"stop":1728855933073,"duration":1}},{"uid":"8516ef16a82326a1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8516ef16a82326a1","status":"passed","time":{"start":1728738149927,"stop":1728738149927,"duration":0}},{"uid":"a459884eae1c7542","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a459884eae1c7542","status":"passed","time":{"start":1728682681971,"stop":1728682681971,"duration":0}},{"uid":"c1651a32100c8e50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1651a32100c8e50","status":"passed","time":{"start":1728682257770,"stop":1728682257771,"duration":1}},{"uid":"9d4ec53ca5919db7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9d4ec53ca5919db7","status":"passed","time":{"start":1728676730788,"stop":1728676730788,"duration":0}},{"uid":"5b46158dcfea1e58","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5b46158dcfea1e58","status":"passed","time":{"start":1728669456896,"stop":1728669456897,"duration":1}},{"uid":"ae80accff5f42d9a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ae80accff5f42d9a","status":"passed","time":{"start":1728597795921,"stop":1728597795921,"duration":0}},{"uid":"70a5ba12af3e336d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70a5ba12af3e336d","status":"passed","time":{"start":1728597010202,"stop":1728597010202,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dd86ab23b862da9c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dd86ab23b862da9c","status":"passed","time":{"start":1729034487482,"stop":1729034487483,"duration":1}},{"uid":"48dcff805d16c047","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/48dcff805d16c047","status":"passed","time":{"start":1729034446108,"stop":1729034446108,"duration":0}},{"uid":"7f2716e908dffaf7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7f2716e908dffaf7","status":"passed","time":{"start":1729032275826,"stop":1729032275827,"duration":1}},{"uid":"94deb7a84846c725","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/94deb7a84846c725","status":"passed","time":{"start":1728902036739,"stop":1728902036740,"duration":1}},{"uid":"b41008a8b52a8c76","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b41008a8b52a8c76","status":"passed","time":{"start":1728893472412,"stop":1728893472413,"duration":1}},{"uid":"9ddeedb007b4d362","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9ddeedb007b4d362","status":"passed","time":{"start":1728856423199,"stop":1728856423199,"duration":0}},{"uid":"a3f86fa5ff38c5ae","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a3f86fa5ff38c5ae","status":"passed","time":{"start":1728738648728,"stop":1728738648728,"duration":0}},{"uid":"adc72e96ea9a1920","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/adc72e96ea9a1920","status":"passed","time":{"start":1728683179654,"stop":1728683179654,"duration":0}},{"uid":"95591bf272b099e2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/95591bf272b099e2","status":"passed","time":{"start":1728682757950,"stop":1728682757950,"duration":0}},{"uid":"254e8ae01b84ae00","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/254e8ae01b84ae00","status":"passed","time":{"start":1728677238450,"stop":1728677238450,"duration":0}},{"uid":"9b0e5510f879373a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9b0e5510f879373a","status":"passed","time":{"start":1728669928219,"stop":1728669928219,"duration":0}},{"uid":"9e729cadc468e7c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e729cadc468e7c7","status":"passed","time":{"start":1728598319588,"stop":1728598319589,"duration":1}},{"uid":"e7373957e5cef31","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7373957e5cef31","status":"passed","time":{"start":1728597520645,"stop":1728597520646,"duration":1}}]},"bf09590b4189b78031cad66643c1ed06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f87edbdfc4cc1c62","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f87edbdfc4cc1c62","status":"passed","time":{"start":1728738555095,"stop":1728738555095,"duration":0}}]},"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"34921e40446f18e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/34921e40446f18e","status":"passed","time":{"start":1729034434264,"stop":1729034434264,"duration":0}},{"uid":"ae6a9b26f0e82bb8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ae6a9b26f0e82bb8","status":"passed","time":{"start":1729034350162,"stop":1729034350163,"duration":1}},{"uid":"57fecdc01a91746c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/57fecdc01a91746c","status":"passed","time":{"start":1729034169195,"stop":1729034169196,"duration":1}},{"uid":"7b9914d86d90ac64","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7b9914d86d90ac64","status":"passed","time":{"start":1729032228068,"stop":1729032228069,"duration":1}},{"uid":"60fc8b5870138061","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/60fc8b5870138061","status":"passed","time":{"start":1728901947147,"stop":1728901947147,"duration":0}},{"uid":"b33186a2c08b0c0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b33186a2c08b0c0","status":"passed","time":{"start":1728893380059,"stop":1728893380059,"duration":0}},{"uid":"1687ff79a21f10c3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1687ff79a21f10c3","status":"passed","time":{"start":1728856336881,"stop":1728856336881,"duration":0}},{"uid":"15b8ac05348e4ea8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15b8ac05348e4ea8","status":"passed","time":{"start":1728738551165,"stop":1728738551169,"duration":4}},{"uid":"82731666123ec6df","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82731666123ec6df","status":"passed","time":{"start":1728683095877,"stop":1728683095877,"duration":0}},{"uid":"3cd5a28adad4f3b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3cd5a28adad4f3b9","status":"passed","time":{"start":1728682657390,"stop":1728682657391,"duration":1}},{"uid":"678cbc01a89f8ddf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/678cbc01a89f8ddf","status":"passed","time":{"start":1728677151467,"stop":1728677151467,"duration":0}},{"uid":"ff728fb9a5c6a131","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff728fb9a5c6a131","status":"passed","time":{"start":1728669832894,"stop":1728669832895,"duration":1}},{"uid":"ec60ea141eb859f2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec60ea141eb859f2","status":"passed","time":{"start":1728598215611,"stop":1728598215612,"duration":1}},{"uid":"f592384f9e3ad104","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f592384f9e3ad104","status":"passed","time":{"start":1728597425045,"stop":1728597425045,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bfbd601d5bc6ac0f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bfbd601d5bc6ac0f","status":"passed","time":{"start":1729034393665,"stop":1729034393665,"duration":0}},{"uid":"469140f71d8a1bd9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/469140f71d8a1bd9","status":"passed","time":{"start":1729034304857,"stop":1729034304857,"duration":0}},{"uid":"be6f43f9b8be1f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be6f43f9b8be1f4","status":"passed","time":{"start":1729034121951,"stop":1729034121952,"duration":1}},{"uid":"bf8052c34657e650","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bf8052c34657e650","status":"passed","time":{"start":1729032174929,"stop":1729032174929,"duration":0}},{"uid":"1afc7b88b6ff9b72","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1afc7b88b6ff9b72","status":"passed","time":{"start":1728901881031,"stop":1728901881032,"duration":1}},{"uid":"226084f2811ad24a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/226084f2811ad24a","status":"passed","time":{"start":1728893317182,"stop":1728893317182,"duration":0}},{"uid":"82f3a3c2f66de7f0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/82f3a3c2f66de7f0","status":"passed","time":{"start":1728856263122,"stop":1728856263126,"duration":4}},{"uid":"2a69c69c27f85c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2a69c69c27f85c4","status":"passed","time":{"start":1728738492806,"stop":1728738492807,"duration":1}},{"uid":"994635dfb578693a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/994635dfb578693a","status":"passed","time":{"start":1728683030030,"stop":1728683030030,"duration":0}},{"uid":"c7581471b832e16d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7581471b832e16d","status":"passed","time":{"start":1728682581130,"stop":1728682581130,"duration":0}},{"uid":"35db58744c80f184","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35db58744c80f184","status":"passed","time":{"start":1728677082011,"stop":1728677082012,"duration":1}},{"uid":"5965c5d3977e3203","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5965c5d3977e3203","status":"passed","time":{"start":1728669795408,"stop":1728669795408,"duration":0}},{"uid":"cbcb60f89491a941","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cbcb60f89491a941","status":"passed","time":{"start":1728598137510,"stop":1728598137510,"duration":0}},{"uid":"7600ea29dd07bf05","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7600ea29dd07bf05","status":"passed","time":{"start":1728597353488,"stop":1728597353488,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aff50330d90767ca","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aff50330d90767ca","status":"passed","time":{"start":1729034307168,"stop":1729034307168,"duration":0}},{"uid":"b26e95abc98122b6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b26e95abc98122b6","status":"passed","time":{"start":1729034223444,"stop":1729034223444,"duration":0}},{"uid":"5acf058b8ca06a45","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5acf058b8ca06a45","status":"passed","time":{"start":1729034041650,"stop":1729034041650,"duration":0}},{"uid":"460b720e9edd9d36","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/460b720e9edd9d36","status":"passed","time":{"start":1729032093970,"stop":1729032093971,"duration":1}},{"uid":"ef69d8b00ef10bc6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ef69d8b00ef10bc6","status":"passed","time":{"start":1728901748868,"stop":1728901748869,"duration":1}},{"uid":"92c98445b37ac148","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/92c98445b37ac148","status":"passed","time":{"start":1728893181173,"stop":1728893181174,"duration":1}},{"uid":"f84a66d37ee910d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f84a66d37ee910d6","status":"passed","time":{"start":1728856155639,"stop":1728856155639,"duration":0}},{"uid":"7458d2317e66857e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7458d2317e66857e","status":"passed","time":{"start":1728738360440,"stop":1728738360441,"duration":1}},{"uid":"3b81bd017eaaf5b3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3b81bd017eaaf5b3","status":"passed","time":{"start":1728682907311,"stop":1728682907312,"duration":1}},{"uid":"947b25271bd52a6a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/947b25271bd52a6a","status":"passed","time":{"start":1728682466792,"stop":1728682466792,"duration":0}},{"uid":"cdc107255fb933e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cdc107255fb933e8","status":"passed","time":{"start":1728676955822,"stop":1728676955823,"duration":1}},{"uid":"132ae6aad133a8d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/132ae6aad133a8d9","status":"passed","time":{"start":1728669626611,"stop":1728669626611,"duration":0}},{"uid":"1aa06ba1f35c18bf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1aa06ba1f35c18bf","status":"passed","time":{"start":1728598013626,"stop":1728598013626,"duration":0}},{"uid":"25640981fa77bd75","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/25640981fa77bd75","status":"passed","time":{"start":1728597225282,"stop":1728597225282,"duration":0}}]},"e91b7938b3555a72ef58f1ffde5cc5d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d90d877037bd94d6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d90d877037bd94d6","status":"passed","time":{"start":1729034428554,"stop":1729034428554,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"add6108f6f16ef80","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/add6108f6f16ef80","status":"passed","time":{"start":1729034296705,"stop":1729034296706,"duration":1}},{"uid":"3991054bf388de7c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3991054bf388de7c","status":"passed","time":{"start":1729034220602,"stop":1729034220603,"duration":1}},{"uid":"86a898d96fc35bf2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/86a898d96fc35bf2","status":"passed","time":{"start":1729034041486,"stop":1729034041487,"duration":1}},{"uid":"326f94a1ee3164b3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/326f94a1ee3164b3","status":"passed","time":{"start":1728901705392,"stop":1728901705399,"duration":7}},{"uid":"e97f4f4a2b030e4e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e97f4f4a2b030e4e","status":"passed","time":{"start":1728893141775,"stop":1728893141775,"duration":0}},{"uid":"6af622a312da0b87","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6af622a312da0b87","status":"passed","time":{"start":1728856087082,"stop":1728856087083,"duration":1}},{"uid":"845f5a4e61cde1f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/845f5a4e61cde1f5","status":"passed","time":{"start":1728738321433,"stop":1728738321433,"duration":0}},{"uid":"a4199de8df50f265","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a4199de8df50f265","status":"passed","time":{"start":1728682845673,"stop":1728682845673,"duration":0}},{"uid":"67eb5ec7fc5a65c8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/67eb5ec7fc5a65c8","status":"passed","time":{"start":1728682424309,"stop":1728682424309,"duration":0}},{"uid":"710c330960c21a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/710c330960c21a8","status":"passed","time":{"start":1728676900514,"stop":1728676900515,"duration":1}},{"uid":"15dc5e724fcf1836","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/15dc5e724fcf1836","status":"passed","time":{"start":1728669625799,"stop":1728669625799,"duration":0}},{"uid":"2e20677a233d1c64","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e20677a233d1c64","status":"passed","time":{"start":1728597957163,"stop":1728597957164,"duration":1}},{"uid":"24b7ae5d287af303","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/24b7ae5d287af303","status":"passed","time":{"start":1728597182616,"stop":1728597182616,"duration":0}}]},"1d11ebbe9c66399e620fe8fe3704926b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73402fca6f97d310","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73402fca6f97d310","status":"passed","time":{"start":1729032206889,"stop":1729032206889,"duration":0}}]},"50464fc6d54be2aa9b809138c9497be7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f9fd8e8356b0a12","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f9fd8e8356b0a12","status":"passed","time":{"start":1728597434076,"stop":1728597434077,"duration":1}}]},"1af3d1c3c03a52859ffbd78d202017eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a69b1f6835832d17","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a69b1f6835832d17","status":"passed","time":{"start":1729034169450,"stop":1729034169451,"duration":1}}]},"681c9143262cedd16c2bfb46cb2ccee2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1261d40acdae62","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b1261d40acdae62","status":"passed","time":{"start":1729034169445,"stop":1729034169449,"duration":4}}]},"21b4353bcc57e834be748314f50742a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"881c43319367ab74","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/881c43319367ab74","status":"passed","time":{"start":1728677156817,"stop":1728677156817,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"26507f67b9fb723a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/26507f67b9fb723a","status":"passed","time":{"start":1729034296705,"stop":1729034296705,"duration":0}},{"uid":"f9cb405f00a49ad5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f9cb405f00a49ad5","status":"passed","time":{"start":1729034220602,"stop":1729034220602,"duration":0}},{"uid":"d9277d53a328231b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9277d53a328231b","status":"passed","time":{"start":1729034041485,"stop":1729034041486,"duration":1}},{"uid":"149b66ff7fcac49f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/149b66ff7fcac49f","status":"passed","time":{"start":1728901705391,"stop":1728901705391,"duration":0}},{"uid":"9cbd00b25d709e73","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9cbd00b25d709e73","status":"passed","time":{"start":1728893141774,"stop":1728893141775,"duration":1}},{"uid":"20ee6fa3df469ea0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/20ee6fa3df469ea0","status":"passed","time":{"start":1728856087081,"stop":1728856087082,"duration":1}},{"uid":"6912adf3bde9a953","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6912adf3bde9a953","status":"passed","time":{"start":1728738321433,"stop":1728738321433,"duration":0}},{"uid":"54960e622bca8c10","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/54960e622bca8c10","status":"passed","time":{"start":1728682845672,"stop":1728682845673,"duration":1}},{"uid":"3cd3f35410ebafe9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3cd3f35410ebafe9","status":"passed","time":{"start":1728682424308,"stop":1728682424308,"duration":0}},{"uid":"7424b72bd8ced016","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7424b72bd8ced016","status":"passed","time":{"start":1728676900513,"stop":1728676900514,"duration":1}},{"uid":"881b0544efab85ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/881b0544efab85ab","status":"passed","time":{"start":1728669625798,"stop":1728669625799,"duration":1}},{"uid":"16bb8fdeab84f42","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/16bb8fdeab84f42","status":"passed","time":{"start":1728597957162,"stop":1728597957163,"duration":1}},{"uid":"e89f2d44929c0aa4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e89f2d44929c0aa4","status":"passed","time":{"start":1728597182615,"stop":1728597182615,"duration":0}}]},"1ff8d26ec35a4a9c0d9ac7388b710a89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96425ce887067468","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96425ce887067468","status":"passed","time":{"start":1728683033639,"stop":1728683033639,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"de505280baef8308","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/de505280baef8308","status":"passed","time":{"start":1729034104908,"stop":1729034104908,"duration":0}},{"uid":"f4b4e06718388384","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f4b4e06718388384","status":"passed","time":{"start":1729034028505,"stop":1729034028505,"duration":0}},{"uid":"d7bb40dfcbc7fcc2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d7bb40dfcbc7fcc2","status":"passed","time":{"start":1729033843113,"stop":1729033843114,"duration":1}},{"uid":"fdd99996705ca1e6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fdd99996705ca1e6","status":"passed","time":{"start":1729031892672,"stop":1729031892673,"duration":1}},{"uid":"509f8746d67abc08","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/509f8746d67abc08","status":"passed","time":{"start":1728901438804,"stop":1728901438804,"duration":0}},{"uid":"50a4a770f7be55a5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50a4a770f7be55a5","status":"passed","time":{"start":1728892868995,"stop":1728892868996,"duration":1}},{"uid":"f4f26182a3dc1539","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f4f26182a3dc1539","status":"passed","time":{"start":1728855831888,"stop":1728855831888,"duration":0}},{"uid":"dfa3f5341188099c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dfa3f5341188099c","status":"passed","time":{"start":1728738049035,"stop":1728738049035,"duration":0}},{"uid":"c0287f3e2d48f19e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c0287f3e2d48f19e","status":"passed","time":{"start":1728682582613,"stop":1728682582613,"duration":0}},{"uid":"6130b5a989b0c04d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6130b5a989b0c04d","status":"passed","time":{"start":1728682155403,"stop":1728682155404,"duration":1}},{"uid":"53d2a1b0aa6eadce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/53d2a1b0aa6eadce","status":"passed","time":{"start":1728676629969,"stop":1728676629969,"duration":0}},{"uid":"ff55e71cf2c9f8bb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff55e71cf2c9f8bb","status":"passed","time":{"start":1728669353096,"stop":1728669353097,"duration":1}},{"uid":"50fe35449bf6bead","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/50fe35449bf6bead","status":"passed","time":{"start":1728597693841,"stop":1728597693842,"duration":1}},{"uid":"288dcc438c5a296","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/288dcc438c5a296","status":"passed","time":{"start":1728596913086,"stop":1728596913086,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5b476f9344a9c116","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b476f9344a9c116","status":"passed","time":{"start":1729034462008,"stop":1729034462009,"duration":1}},{"uid":"49b4ffe7cf92292e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/49b4ffe7cf92292e","status":"passed","time":{"start":1729034375966,"stop":1729034375967,"duration":1}},{"uid":"bd44b38ecc63a448","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bd44b38ecc63a448","status":"passed","time":{"start":1729034200062,"stop":1729034200063,"duration":1}},{"uid":"85c7587cf1d21da","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/85c7587cf1d21da","status":"passed","time":{"start":1729032257881,"stop":1729032257886,"duration":5}},{"uid":"d2f64757c1ba14e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d2f64757c1ba14e2","status":"passed","time":{"start":1728902003559,"stop":1728902003560,"duration":1}},{"uid":"3c995b32eb6381c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c995b32eb6381c4","status":"passed","time":{"start":1728893434692,"stop":1728893434692,"duration":0}},{"uid":"8129e0d12117b396","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8129e0d12117b396","status":"passed","time":{"start":1728856398639,"stop":1728856398640,"duration":1}},{"uid":"5fc5622df37c223","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5fc5622df37c223","status":"passed","time":{"start":1728738611998,"stop":1728738612000,"duration":2}},{"uid":"75b4ae783fdb7ca3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75b4ae783fdb7ca3","status":"passed","time":{"start":1728683155006,"stop":1728683155007,"duration":1}},{"uid":"5cf05a519b554f1c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5cf05a519b554f1c","status":"passed","time":{"start":1728682706100,"stop":1728682706101,"duration":1}},{"uid":"de26bd6b9eb0b0b8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/de26bd6b9eb0b0b8","status":"passed","time":{"start":1728677207492,"stop":1728677207492,"duration":0}},{"uid":"b1cd9d670dc7df5f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1cd9d670dc7df5f","status":"passed","time":{"start":1728669887095,"stop":1728669887095,"duration":0}},{"uid":"ed860dd5c17ffd7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ed860dd5c17ffd7","status":"passed","time":{"start":1728598263632,"stop":1728598263633,"duration":1}},{"uid":"4eee8ac8b43dfa20","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4eee8ac8b43dfa20","status":"passed","time":{"start":1728597478273,"stop":1728597478273,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9b10629192121607","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9b10629192121607","status":"passed","time":{"start":1729034096146,"stop":1729034096146,"duration":0}},{"uid":"8e215877630afb72","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8e215877630afb72","status":"passed","time":{"start":1729034020102,"stop":1729034020103,"duration":1}},{"uid":"ceac3e92f9f46ffd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ceac3e92f9f46ffd","status":"passed","time":{"start":1729033834401,"stop":1729033834402,"duration":1}},{"uid":"c997ef109a33a82d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c997ef109a33a82d","status":"passed","time":{"start":1729031884177,"stop":1729031884177,"duration":0}},{"uid":"73f07a4ed6063bb5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/73f07a4ed6063bb5","status":"passed","time":{"start":1728901430210,"stop":1728901430210,"duration":0}},{"uid":"5c6a0151b93d1fa7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c6a0151b93d1fa7","status":"passed","time":{"start":1728892860431,"stop":1728892860432,"duration":1}},{"uid":"748ba9ea3d51c768","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/748ba9ea3d51c768","status":"passed","time":{"start":1728855823268,"stop":1728855823268,"duration":0}},{"uid":"4a7cdde31b0ff023","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4a7cdde31b0ff023","status":"passed","time":{"start":1728738040615,"stop":1728738040615,"duration":0}},{"uid":"d8e21b6cb6bc1752","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d8e21b6cb6bc1752","status":"passed","time":{"start":1728682574126,"stop":1728682574126,"duration":0}},{"uid":"5f899f7d3cac58d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5f899f7d3cac58d7","status":"passed","time":{"start":1728682146845,"stop":1728682146845,"duration":0}},{"uid":"7c5fae92f8841933","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c5fae92f8841933","status":"passed","time":{"start":1728676621445,"stop":1728676621445,"duration":0}},{"uid":"8efc606f5fc645fe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8efc606f5fc645fe","status":"passed","time":{"start":1728669344423,"stop":1728669344423,"duration":0}},{"uid":"820223cbe5603888","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/820223cbe5603888","status":"passed","time":{"start":1728597685247,"stop":1728597685247,"duration":0}},{"uid":"c9a2729791c935d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9a2729791c935d1","status":"passed","time":{"start":1728596904559,"stop":1728596904559,"duration":0}}]},"8b9fd771823d9e9f18b48e7024fe8741:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9dfa94d9213eb29c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9dfa94d9213eb29c","status":"passed","time":{"start":1728901901767,"stop":1728901901767,"duration":0}}]},"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e80f701cf6c9bfa1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e80f701cf6c9bfa1","status":"passed","time":{"start":1729034332755,"stop":1729034332756,"duration":1}},{"uid":"6a6f9db9bdced9f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a6f9db9bdced9f8","status":"passed","time":{"start":1729034249939,"stop":1729034249939,"duration":0}},{"uid":"fa64dad131ac184d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fa64dad131ac184d","status":"passed","time":{"start":1729034067822,"stop":1729034067823,"duration":1}},{"uid":"f70c0b5fb76811a7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f70c0b5fb76811a7","status":"passed","time":{"start":1729032123016,"stop":1729032123016,"duration":0}},{"uid":"9f4bd0b1f6e773d4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9f4bd0b1f6e773d4","status":"passed","time":{"start":1728901787320,"stop":1728901787321,"duration":1}},{"uid":"51f9f5c9a56e6127","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51f9f5c9a56e6127","status":"passed","time":{"start":1728893221705,"stop":1728893221705,"duration":0}},{"uid":"fb5b01790fd9426","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fb5b01790fd9426","status":"passed","time":{"start":1728856192847,"stop":1728856192847,"duration":0}},{"uid":"389a850c4b2d86b3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/389a850c4b2d86b3","status":"passed","time":{"start":1728738398374,"stop":1728738398374,"duration":0}},{"uid":"40ca60b468514498","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/40ca60b468514498","status":"passed","time":{"start":1728682944656,"stop":1728682944657,"duration":1}},{"uid":"e8266106d713cade","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e8266106d713cade","status":"passed","time":{"start":1728682508013,"stop":1728682508013,"duration":0}},{"uid":"9d8f902db2c13275","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9d8f902db2c13275","status":"passed","time":{"start":1728676995799,"stop":1728676995799,"duration":0}},{"uid":"a62b1ef0972cc4e1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a62b1ef0972cc4e1","status":"passed","time":{"start":1728669665999,"stop":1728669666000,"duration":1}},{"uid":"6781dacdbff65a93","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6781dacdbff65a93","status":"passed","time":{"start":1728598056697,"stop":1728598056698,"duration":1}},{"uid":"f5f907f2da5b7bcd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f5f907f2da5b7bcd","status":"passed","time":{"start":1728597265385,"stop":1728597265386,"duration":1}}]},"c6c27f2224d01e7a50076e7bb88dcc6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f76df6d422d0a11","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f76df6d422d0a11","status":"passed","time":{"start":1729034400904,"stop":1729034400904,"duration":0}}]},"f04155fea025b275236b8ea5a282285a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b42ddd7946551d02","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b42ddd7946551d02","status":"passed","time":{"start":1729034129481,"stop":1729034129481,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8e84419c2f22d375","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8e84419c2f22d375","status":"passed","time":{"start":1729034370903,"stop":1729034370903,"duration":0}},{"uid":"20e2326c2985f046","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/20e2326c2985f046","status":"passed","time":{"start":1729034308883,"stop":1729034308889,"duration":6}},{"uid":"b0fa5ee697346596","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b0fa5ee697346596","status":"passed","time":{"start":1729034129479,"stop":1729034129479,"duration":0}},{"uid":"2b92bec5e89b72d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b92bec5e89b72d1","status":"passed","time":{"start":1729032178375,"stop":1729032178376,"duration":1}},{"uid":"135169c45838f9f3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/135169c45838f9f3","status":"passed","time":{"start":1728901896352,"stop":1728901896353,"duration":1}},{"uid":"213bbbfa0919e159","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/213bbbfa0919e159","status":"passed","time":{"start":1728893329034,"stop":1728893329034,"duration":0}},{"uid":"77c9481cf55bc0e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77c9481cf55bc0e7","status":"passed","time":{"start":1728856284769,"stop":1728856284770,"duration":1}},{"uid":"805101d44572cd07","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/805101d44572cd07","status":"passed","time":{"start":1728738494947,"stop":1728738494947,"duration":0}},{"uid":"eaac1b9a11bb433c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eaac1b9a11bb433c","status":"passed","time":{"start":1728683033636,"stop":1728683033637,"duration":1}},{"uid":"f1bb3d464b0fd5e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f1bb3d464b0fd5e","status":"passed","time":{"start":1728682601744,"stop":1728682601745,"duration":1}},{"uid":"575b00ef5c1b4f0b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/575b00ef5c1b4f0b","status":"passed","time":{"start":1728677107983,"stop":1728677107984,"duration":1}},{"uid":"2b31bbad67813e19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b31bbad67813e19","status":"passed","time":{"start":1728669764756,"stop":1728669764757,"duration":1}},{"uid":"8a3fc663351ba5b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a3fc663351ba5b1","status":"passed","time":{"start":1728598157575,"stop":1728598157576,"duration":1}},{"uid":"485fd1d159fbc660","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/485fd1d159fbc660","status":"passed","time":{"start":1728597369078,"stop":1728597369085,"duration":7}}]},"af444ce0a7e366109448762b457b2e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8161b4311f7568bf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8161b4311f7568bf","status":"passed","time":{"start":1728669795407,"stop":1728669795407,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4a48ef840d42ce82","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4a48ef840d42ce82","status":"passed","time":{"start":1729034231343,"stop":1729034231343,"duration":0}},{"uid":"2adba9fc6f7eabd3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2adba9fc6f7eabd3","status":"passed","time":{"start":1729034153005,"stop":1729034153005,"duration":0}},{"uid":"9fa69fd0d326e6a6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9fa69fd0d326e6a6","status":"passed","time":{"start":1729033965752,"stop":1729033965753,"duration":1}},{"uid":"5cd9e75b75c721b3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5cd9e75b75c721b3","status":"passed","time":{"start":1729032018029,"stop":1729032018030,"duration":1}},{"uid":"53751b60d1def216","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53751b60d1def216","status":"passed","time":{"start":1728901595851,"stop":1728901595852,"duration":1}},{"uid":"597e11c9f5210f1b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/597e11c9f5210f1b","status":"passed","time":{"start":1728893032690,"stop":1728893032690,"duration":0}},{"uid":"c64a618af43e4561","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c64a618af43e4561","status":"passed","time":{"start":1728855998186,"stop":1728855998187,"duration":1}},{"uid":"f208a1640d1279de","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f208a1640d1279de","status":"passed","time":{"start":1728738212195,"stop":1728738212195,"duration":0}},{"uid":"370a9c5804c037ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/370a9c5804c037ef","status":"passed","time":{"start":1728682746576,"stop":1728682746576,"duration":0}},{"uid":"fac2fc228da741c1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fac2fc228da741c1","status":"passed","time":{"start":1728682328609,"stop":1728682328612,"duration":3}},{"uid":"1afc05c7b5d220f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1afc05c7b5d220f0","status":"passed","time":{"start":1728676807593,"stop":1728676807594,"duration":1}},{"uid":"5d7268d8151a6ce6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5d7268d8151a6ce6","status":"passed","time":{"start":1728669514929,"stop":1728669514929,"duration":0}},{"uid":"6a8b485fed5e48a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a8b485fed5e48a4","status":"passed","time":{"start":1728597860131,"stop":1728597860133,"duration":2}},{"uid":"9a6e2ec5a60cb652","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9a6e2ec5a60cb652","status":"passed","time":{"start":1728597074713,"stop":1728597074715,"duration":2}}]},"1eee5ed8df7c9c94dd5e7e81fbb57450:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e3a20d51d6782325","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e3a20d51d6782325","status":"passed","time":{"start":1729034112234,"stop":1729034112234,"duration":0}},{"uid":"952c15cec46439c3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/952c15cec46439c3","status":"passed","time":{"start":1729034035750,"stop":1729034035750,"duration":0}},{"uid":"3c2dda195a8f8adf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3c2dda195a8f8adf","status":"passed","time":{"start":1729033850298,"stop":1729033850299,"duration":1}},{"uid":"130a06a1cb2e43ff","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/130a06a1cb2e43ff","status":"passed","time":{"start":1729031899901,"stop":1729031899902,"duration":1}},{"uid":"b70d99b4bdd9ed64","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b70d99b4bdd9ed64","status":"passed","time":{"start":1728901445871,"stop":1728901445871,"duration":0}},{"uid":"8d87b160cf169dce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d87b160cf169dce","status":"passed","time":{"start":1728892875905,"stop":1728892875905,"duration":0}},{"uid":"5eec0a212608a059","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5eec0a212608a059","status":"passed","time":{"start":1728855839037,"stop":1728855839037,"duration":0}},{"uid":"f916e0382e1d993f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f916e0382e1d993f","status":"passed","time":{"start":1728738056184,"stop":1728738056184,"duration":0}},{"uid":"60a37537cbc36da0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/60a37537cbc36da0","status":"passed","time":{"start":1728682589458,"stop":1728682589459,"duration":1}},{"uid":"385a459756e89055","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/385a459756e89055","status":"passed","time":{"start":1728682162316,"stop":1728682162316,"duration":0}},{"uid":"18487eeeb944921a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18487eeeb944921a","status":"passed","time":{"start":1728676637001,"stop":1728676637002,"duration":1}},{"uid":"986625446c46c40","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/986625446c46c40","status":"passed","time":{"start":1728669360368,"stop":1728669360368,"duration":0}},{"uid":"687f8de684f1cff3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/687f8de684f1cff3","status":"passed","time":{"start":1728597700887,"stop":1728597700888,"duration":1}},{"uid":"55c92faf11feaa69","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/55c92faf11feaa69","status":"passed","time":{"start":1728596919826,"stop":1728596919826,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ddbb569c9988d67","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ddbb569c9988d67","status":"passed","time":{"start":1729034393665,"stop":1729034393667,"duration":2}},{"uid":"24e0a82e8e1e0e7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/24e0a82e8e1e0e7","status":"passed","time":{"start":1729034304857,"stop":1729034304858,"duration":1}},{"uid":"a5a34da920945468","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5a34da920945468","status":"passed","time":{"start":1729034121952,"stop":1729034121953,"duration":1}},{"uid":"ccdcdef65c6de337","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ccdcdef65c6de337","status":"passed","time":{"start":1729032174929,"stop":1729032174930,"duration":1}},{"uid":"2121df69bf999b8a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2121df69bf999b8a","status":"passed","time":{"start":1728901881032,"stop":1728901881033,"duration":1}},{"uid":"fa7f99dfb1bc215","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fa7f99dfb1bc215","status":"passed","time":{"start":1728893317182,"stop":1728893317182,"duration":0}},{"uid":"b3da6243bdde643d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b3da6243bdde643d","status":"passed","time":{"start":1728856263126,"stop":1728856263127,"duration":1}},{"uid":"b60e2d5be2af1ee6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b60e2d5be2af1ee6","status":"passed","time":{"start":1728738492807,"stop":1728738492807,"duration":0}},{"uid":"8b911f72fcabf9e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8b911f72fcabf9e6","status":"passed","time":{"start":1728683030030,"stop":1728683030031,"duration":1}},{"uid":"86c6d7e905345201","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/86c6d7e905345201","status":"passed","time":{"start":1728682581131,"stop":1728682581131,"duration":0}},{"uid":"ac1ea78a348039ff","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ac1ea78a348039ff","status":"passed","time":{"start":1728677082012,"stop":1728677082012,"duration":0}},{"uid":"5e83ce71aab1a255","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5e83ce71aab1a255","status":"passed","time":{"start":1728669795409,"stop":1728669795409,"duration":0}},{"uid":"86879fefa9951d4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/86879fefa9951d4a","status":"passed","time":{"start":1728598137510,"stop":1728598137510,"duration":0}},{"uid":"a11cd2e622b85197","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a11cd2e622b85197","status":"passed","time":{"start":1728597353488,"stop":1728597353489,"duration":1}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"da853832149f6019","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/da853832149f6019","status":"passed","time":{"start":1729034474979,"stop":1729034474979,"duration":0}},{"uid":"ebb2c3f5089ced83","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ebb2c3f5089ced83","status":"passed","time":{"start":1729034395286,"stop":1729034395287,"duration":1}},{"uid":"2c77ccf3c7cbf0ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2c77ccf3c7cbf0ef","status":"passed","time":{"start":1729034209089,"stop":1729034209089,"duration":0}},{"uid":"20e0b6e9f29dbe3d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/20e0b6e9f29dbe3d","status":"passed","time":{"start":1729032264559,"stop":1729032264559,"duration":0}},{"uid":"e6ef401f7f1bd993","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e6ef401f7f1bd993","status":"passed","time":{"start":1728902012832,"stop":1728902012833,"duration":1}},{"uid":"297b9c9a1145e66c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/297b9c9a1145e66c","status":"passed","time":{"start":1728893454806,"stop":1728893454807,"duration":1}},{"uid":"7cd939ecbc3eb457","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7cd939ecbc3eb457","status":"passed","time":{"start":1728856408448,"stop":1728856408448,"duration":0}},{"uid":"70deaa0ded942628","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/70deaa0ded942628","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"ec3547b465d63409","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec3547b465d63409","status":"passed","time":{"start":1728683159734,"stop":1728683159736,"duration":2}},{"uid":"a1285eef22aff539","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a1285eef22aff539","status":"passed","time":{"start":1728682751324,"stop":1728682751324,"duration":0}},{"uid":"b98fe4afbc2b5a25","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b98fe4afbc2b5a25","status":"passed","time":{"start":1728677216351,"stop":1728677216351,"duration":0}},{"uid":"8a2d66ad2769a882","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8a2d66ad2769a882","status":"passed","time":{"start":1728669925448,"stop":1728669925449,"duration":1}},{"uid":"e80f11128c28e2ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e80f11128c28e2ab","status":"passed","time":{"start":1728598268797,"stop":1728598268797,"duration":0}},{"uid":"c50e441930c8450e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c50e441930c8450e","status":"passed","time":{"start":1728597503900,"stop":1728597503901,"duration":1}}]},"75d111b850014567384ee875c1723d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c24876aef31b2ced","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c24876aef31b2ced","status":"passed","time":{"start":1728901950546,"stop":1728901950546,"duration":0}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"efd6330a106cc064","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/efd6330a106cc064","status":"passed","time":{"start":1729034474996,"stop":1729034474996,"duration":0}},{"uid":"28e73f873aa674a6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28e73f873aa674a6","status":"passed","time":{"start":1729034395297,"stop":1729034395297,"duration":0}},{"uid":"5080acef3fb8347b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5080acef3fb8347b","status":"passed","time":{"start":1729034209109,"stop":1729034209110,"duration":1}},{"uid":"4c53db09e688033f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c53db09e688033f","status":"passed","time":{"start":1729032264576,"stop":1729032264578,"duration":2}},{"uid":"bbd8b858c1f25700","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bbd8b858c1f25700","status":"passed","time":{"start":1728902012869,"stop":1728902012869,"duration":0}},{"uid":"c8cd328801a8d773","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c8cd328801a8d773","status":"passed","time":{"start":1728893454818,"stop":1728893454820,"duration":2}},{"uid":"902172b306aff010","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/902172b306aff010","status":"passed","time":{"start":1728856408462,"stop":1728856408462,"duration":0}},{"uid":"22d0b74e77f1002d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/22d0b74e77f1002d","status":"passed","time":{"start":1728738633863,"stop":1728738633863,"duration":0}},{"uid":"6fc2cabd31fc797c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6fc2cabd31fc797c","status":"passed","time":{"start":1728683159800,"stop":1728683159800,"duration":0}},{"uid":"8593a9e20909fa10","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8593a9e20909fa10","status":"passed","time":{"start":1728682751338,"stop":1728682751338,"duration":0}},{"uid":"fcb5629a359f1d7a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fcb5629a359f1d7a","status":"passed","time":{"start":1728677216372,"stop":1728677216372,"duration":0}},{"uid":"71531dea879b7b9b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/71531dea879b7b9b","status":"passed","time":{"start":1728669925460,"stop":1728669925460,"duration":0}},{"uid":"e47bbe90857e214f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e47bbe90857e214f","status":"passed","time":{"start":1728598268815,"stop":1728598268815,"duration":0}},{"uid":"c1e3f74b553144fc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c1e3f74b553144fc","status":"passed","time":{"start":1728597503942,"stop":1728597503943,"duration":1}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"1152f8721c0e7cca","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1152f8721c0e7cca","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034371234,"stop":1729034371234,"duration":0}},{"uid":"f30e1812de9c917f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f30e1812de9c917f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034305208,"stop":1729034305208,"duration":0}},{"uid":"d55c6272ae119c77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d55c6272ae119c77","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122310,"stop":1729034122310,"duration":0}},{"uid":"f7c7aeb2cfed2660","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f7c7aeb2cfed2660","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175156,"stop":1729032175156,"duration":0}},{"uid":"64aaeb5a1827dce0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/64aaeb5a1827dce0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873457,"stop":1728901873457,"duration":0}},{"uid":"6963ab2477383e22","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6963ab2477383e22","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311280,"stop":1728893311280,"duration":0}},{"uid":"154c5ad3b0846eb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/154c5ad3b0846eb0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263476,"stop":1728856263476,"duration":0}},{"uid":"ff39d940dfc606e4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff39d940dfc606e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483671,"stop":1728738483672,"duration":1}},{"uid":"2ac66e4a363f378a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2ac66e4a363f378a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030247,"stop":1728683030247,"duration":0}},{"uid":"d33e478801cfe6ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d33e478801cfe6ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581303,"stop":1728682581303,"duration":0}},{"uid":"f8988113cc4a2ee8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8988113cc4a2ee8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082256,"stop":1728677082259,"duration":3}},{"uid":"bf2bb3af91cb07f4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf2bb3af91cb07f4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754302,"stop":1728669754302,"duration":0}},{"uid":"e3dcb59f4deecf5d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3dcb59f4deecf5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137641,"stop":1728598137642,"duration":1}},{"uid":"4f78c7f64f3b0914","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f78c7f64f3b0914","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350583,"stop":1728597350583,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d0fbaec91c0fab10","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d0fbaec91c0fab10","status":"passed","time":{"start":1729034104907,"stop":1729034104907,"duration":0}},{"uid":"8036b9cbcb249449","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8036b9cbcb249449","status":"passed","time":{"start":1729034028504,"stop":1729034028504,"duration":0}},{"uid":"337e8de56e552ecc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/337e8de56e552ecc","status":"passed","time":{"start":1729033843113,"stop":1729033843113,"duration":0}},{"uid":"77171272b674a119","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/77171272b674a119","status":"passed","time":{"start":1729031892672,"stop":1729031892672,"duration":0}},{"uid":"db5fc705e5d02462","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/db5fc705e5d02462","status":"passed","time":{"start":1728901438802,"stop":1728901438803,"duration":1}},{"uid":"a982e34313d7bdbc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a982e34313d7bdbc","status":"passed","time":{"start":1728892868995,"stop":1728892868995,"duration":0}},{"uid":"da3323409628a56b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/da3323409628a56b","status":"passed","time":{"start":1728855831887,"stop":1728855831888,"duration":1}},{"uid":"9abc518936e0568c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9abc518936e0568c","status":"passed","time":{"start":1728738049034,"stop":1728738049035,"duration":1}},{"uid":"97251e6b486a4266","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/97251e6b486a4266","status":"passed","time":{"start":1728682582611,"stop":1728682582611,"duration":0}},{"uid":"c515382425d24c00","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c515382425d24c00","status":"passed","time":{"start":1728682155403,"stop":1728682155403,"duration":0}},{"uid":"89202b2bebd3938e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/89202b2bebd3938e","status":"passed","time":{"start":1728676629968,"stop":1728676629968,"duration":0}},{"uid":"24d7887a087d858e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/24d7887a087d858e","status":"passed","time":{"start":1728669353095,"stop":1728669353096,"duration":1}},{"uid":"69ebb3fd1ceb0a20","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/69ebb3fd1ceb0a20","status":"passed","time":{"start":1728597693840,"stop":1728597693841,"duration":1}},{"uid":"d40b69283ea84844","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d40b69283ea84844","status":"passed","time":{"start":1728596913085,"stop":1728596913085,"duration":0}}]},"7d525c94e6f89d7b6e041d0a05499015:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70ad1c88b2e98d45","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/70ad1c88b2e98d45","status":"passed","time":{"start":1729032228817,"stop":1729032228818,"duration":1}}]},"420903fff248897da7316125642c3349:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a37cf65d48c74ed8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a37cf65d48c74ed8","status":"passed","time":{"start":1728682807958,"stop":1728682807959,"duration":1}}]},"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3d245f85be67b082","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3d245f85be67b082","status":"passed","time":{"start":1729034458932,"stop":1729034458932,"duration":0}},{"uid":"9a5e7d78fd6cca50","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9a5e7d78fd6cca50","status":"passed","time":{"start":1729034372203,"stop":1729034372203,"duration":0}},{"uid":"4a1cb887dab16e01","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4a1cb887dab16e01","status":"passed","time":{"start":1729034191996,"stop":1729034191996,"duration":0}},{"uid":"5bd6a8445832338d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5bd6a8445832338d","status":"passed","time":{"start":1729032246149,"stop":1729032246149,"duration":0}},{"uid":"77ac5e79e12cbb49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/77ac5e79e12cbb49","status":"passed","time":{"start":1728902009944,"stop":1728902009944,"duration":0}},{"uid":"9a65632c7516a4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9a65632c7516a4f","status":"passed","time":{"start":1728893442070,"stop":1728893442070,"duration":0}},{"uid":"d04306a7776fb50c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d04306a7776fb50c","status":"passed","time":{"start":1728856390381,"stop":1728856390381,"duration":0}},{"uid":"357ed0e82040605e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/357ed0e82040605e","status":"passed","time":{"start":1728738615986,"stop":1728738615986,"duration":0}},{"uid":"f4d4d2685c06fda4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4d4d2685c06fda4","status":"passed","time":{"start":1728683138591,"stop":1728683138591,"duration":0}},{"uid":"7cf15b5225b974ee","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7cf15b5225b974ee","status":"passed","time":{"start":1728682713981,"stop":1728682713981,"duration":0}},{"uid":"c745d5961c95fd62","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c745d5961c95fd62","status":"passed","time":{"start":1728677205667,"stop":1728677205667,"duration":0}},{"uid":"6b3540288fb8d017","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6b3540288fb8d017","status":"passed","time":{"start":1728669886307,"stop":1728669886308,"duration":1}},{"uid":"f5935766e98220c3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5935766e98220c3","status":"passed","time":{"start":1728598272275,"stop":1728598272275,"duration":0}},{"uid":"7fd59b891bb035e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7fd59b891bb035e8","status":"passed","time":{"start":1728597493000,"stop":1728597493001,"duration":1}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"87ddb8ac1c2a678a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/87ddb8ac1c2a678a","status":"passed","time":{"start":1729034474988,"stop":1729034474988,"duration":0}},{"uid":"7f9402638e8a8f47","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7f9402638e8a8f47","status":"passed","time":{"start":1729034395291,"stop":1729034395291,"duration":0}},{"uid":"7963f758acb8f73c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7963f758acb8f73c","status":"passed","time":{"start":1729034209100,"stop":1729034209100,"duration":0}},{"uid":"99931c00d9f9bbf1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/99931c00d9f9bbf1","status":"passed","time":{"start":1729032264568,"stop":1729032264569,"duration":1}},{"uid":"58d43b3004c78c63","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/58d43b3004c78c63","status":"passed","time":{"start":1728902012858,"stop":1728902012858,"duration":0}},{"uid":"b5bb676d1162c330","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5bb676d1162c330","status":"passed","time":{"start":1728893454811,"stop":1728893454812,"duration":1}},{"uid":"9f6fd8f05d136f99","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f6fd8f05d136f99","status":"passed","time":{"start":1728856408452,"stop":1728856408453,"duration":1}},{"uid":"8bafb7d15c819e4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8bafb7d15c819e4","status":"passed","time":{"start":1728738633855,"stop":1728738633855,"duration":0}},{"uid":"606fc0707080e20a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/606fc0707080e20a","status":"passed","time":{"start":1728683159760,"stop":1728683159761,"duration":1}},{"uid":"93078b0a7939b21c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/93078b0a7939b21c","status":"passed","time":{"start":1728682751330,"stop":1728682751330,"duration":0}},{"uid":"67d0831800824bbe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/67d0831800824bbe","status":"passed","time":{"start":1728677216356,"stop":1728677216356,"duration":0}},{"uid":"6934e657fa64b172","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6934e657fa64b172","status":"passed","time":{"start":1728669925454,"stop":1728669925455,"duration":1}},{"uid":"f215f62a5b83d4ef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f215f62a5b83d4ef","status":"passed","time":{"start":1728598268805,"stop":1728598268805,"duration":0}},{"uid":"e361233d70020b78","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e361233d70020b78","status":"passed","time":{"start":1728597503921,"stop":1728597503921,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d27a9321d76f073d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d27a9321d76f073d","status":"passed","time":{"start":1729034259808,"stop":1729034259808,"duration":0}},{"uid":"9c7f85a0ed640b52","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9c7f85a0ed640b52","status":"passed","time":{"start":1729034194002,"stop":1729034194004,"duration":2}},{"uid":"e92800683929a2a9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e92800683929a2a9","status":"passed","time":{"start":1729034014835,"stop":1729034014835,"duration":0}},{"uid":"23ab56960c4ccedc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/23ab56960c4ccedc","status":"passed","time":{"start":1729032065434,"stop":1729032065434,"duration":0}},{"uid":"742c8209d66d551b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/742c8209d66d551b","status":"passed","time":{"start":1728901664235,"stop":1728901664235,"duration":0}},{"uid":"8e871cfa23b0c178","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e871cfa23b0c178","status":"passed","time":{"start":1728893093683,"stop":1728893093684,"duration":1}},{"uid":"92c7f8d9f3f8ea5b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92c7f8d9f3f8ea5b","status":"passed","time":{"start":1728856055263,"stop":1728856055263,"duration":0}},{"uid":"a45e74e5cc26b1ce","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a45e74e5cc26b1ce","status":"passed","time":{"start":1728738274739,"stop":1728738274740,"duration":1}},{"uid":"2551c66319595ff6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2551c66319595ff6","status":"passed","time":{"start":1728682807949,"stop":1728682807950,"duration":1}},{"uid":"b4616a9fc439850e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b4616a9fc439850e","status":"passed","time":{"start":1728682381279,"stop":1728682381280,"duration":1}},{"uid":"f7aad0cb24567a31","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7aad0cb24567a31","status":"passed","time":{"start":1728676853892,"stop":1728676853893,"duration":1}},{"uid":"88137b9b208aec43","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88137b9b208aec43","status":"passed","time":{"start":1728669581683,"stop":1728669581684,"duration":1}},{"uid":"77f100f4c3e5f42a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/77f100f4c3e5f42a","status":"passed","time":{"start":1728597923465,"stop":1728597923469,"duration":4}},{"uid":"be9e7d57b181bad3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/be9e7d57b181bad3","status":"passed","time":{"start":1728597132258,"stop":1728597132259,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"17b3fae75ae8f724","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/17b3fae75ae8f724","status":"passed","time":{"start":1729034434261,"stop":1729034434262,"duration":1}},{"uid":"2831b29cee39b36f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2831b29cee39b36f","status":"passed","time":{"start":1729034350157,"stop":1729034350158,"duration":1}},{"uid":"c6ee047964e1ee70","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c6ee047964e1ee70","status":"passed","time":{"start":1729034169194,"stop":1729034169194,"duration":0}},{"uid":"234aa51cd97dab7d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/234aa51cd97dab7d","status":"passed","time":{"start":1729032228066,"stop":1729032228066,"duration":0}},{"uid":"f1412b472a3b9410","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f1412b472a3b9410","status":"passed","time":{"start":1728901947146,"stop":1728901947146,"duration":0}},{"uid":"cf979ef4f9b2d4fd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf979ef4f9b2d4fd","status":"passed","time":{"start":1728893380057,"stop":1728893380058,"duration":1}},{"uid":"9e6b88417686dce3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e6b88417686dce3","status":"passed","time":{"start":1728856336880,"stop":1728856336880,"duration":0}},{"uid":"713635a95e7f8080","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/713635a95e7f8080","status":"passed","time":{"start":1728738551163,"stop":1728738551164,"duration":1}},{"uid":"82def03d19947a05","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82def03d19947a05","status":"passed","time":{"start":1728683095875,"stop":1728683095876,"duration":1}},{"uid":"f634507774928e03","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f634507774928e03","status":"passed","time":{"start":1728682657387,"stop":1728682657388,"duration":1}},{"uid":"765f9c6ce650e802","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/765f9c6ce650e802","status":"passed","time":{"start":1728677151465,"stop":1728677151465,"duration":0}},{"uid":"b4e00b8d55196ce9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b4e00b8d55196ce9","status":"passed","time":{"start":1728669832893,"stop":1728669832894,"duration":1}},{"uid":"6a7e198a0002221d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a7e198a0002221d","status":"passed","time":{"start":1728598215609,"stop":1728598215610,"duration":1}},{"uid":"a8c298243fa2f0c7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a8c298243fa2f0c7","status":"passed","time":{"start":1728597425043,"stop":1728597425043,"duration":0}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"709b9edfa58b20c5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/709b9edfa58b20c5","status":"passed","time":{"start":1729034259811,"stop":1729034259812,"duration":1}},{"uid":"7138e94ba9cc66bd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7138e94ba9cc66bd","status":"passed","time":{"start":1729034194005,"stop":1729034194006,"duration":1}},{"uid":"40c6272b765b34ba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/40c6272b765b34ba","status":"passed","time":{"start":1729034014852,"stop":1729034014853,"duration":1}},{"uid":"6cd0ff158c069b83","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6cd0ff158c069b83","status":"passed","time":{"start":1729032065438,"stop":1729032065442,"duration":4}},{"uid":"5485a5d1f13ade0a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5485a5d1f13ade0a","status":"passed","time":{"start":1728901664238,"stop":1728901664239,"duration":1}},{"uid":"95dddc1b5848c773","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95dddc1b5848c773","status":"passed","time":{"start":1728893093686,"stop":1728893093687,"duration":1}},{"uid":"f1cd259e3b1dabca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f1cd259e3b1dabca","status":"passed","time":{"start":1728856055264,"stop":1728856055264,"duration":0}},{"uid":"e24ebf71b3ca4815","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e24ebf71b3ca4815","status":"passed","time":{"start":1728738274741,"stop":1728738274741,"duration":0}},{"uid":"28ea5e5d1378aa3e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28ea5e5d1378aa3e","status":"passed","time":{"start":1728682807951,"stop":1728682807951,"duration":0}},{"uid":"f57c926c6c7da522","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f57c926c6c7da522","status":"passed","time":{"start":1728682381281,"stop":1728682381281,"duration":0}},{"uid":"429275a9b8482753","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/429275a9b8482753","status":"passed","time":{"start":1728676853894,"stop":1728676853894,"duration":0}},{"uid":"920fe943349e3b7d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/920fe943349e3b7d","status":"passed","time":{"start":1728669581685,"stop":1728669581686,"duration":1}},{"uid":"fb796aa3ebd84753","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fb796aa3ebd84753","status":"passed","time":{"start":1728597923471,"stop":1728597923472,"duration":1}},{"uid":"7b6f305b8406f3a0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b6f305b8406f3a0","status":"passed","time":{"start":1728597132259,"stop":1728597132260,"duration":1}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"62aab39745131275","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/62aab39745131275","status":"passed","time":{"start":1729034202102,"stop":1729034202105,"duration":3}},{"uid":"661b0a5f814f1d00","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/661b0a5f814f1d00","status":"passed","time":{"start":1729034126128,"stop":1729034126134,"duration":6}},{"uid":"3db79c2b6a4284f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3db79c2b6a4284f3","status":"passed","time":{"start":1729033939924,"stop":1729033939924,"duration":0}},{"uid":"87b46391789d695","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/87b46391789d695","status":"passed","time":{"start":1729031988775,"stop":1729031988776,"duration":1}},{"uid":"3d5ef168baaeb845","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3d5ef168baaeb845","status":"passed","time":{"start":1728901555770,"stop":1728901555771,"duration":1}},{"uid":"a6030bb6a39e14e3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6030bb6a39e14e3","status":"passed","time":{"start":1728892995572,"stop":1728892995573,"duration":1}},{"uid":"7dab382357a126be","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7dab382357a126be","status":"passed","time":{"start":1728855954643,"stop":1728855954643,"duration":0}},{"uid":"4aa6a6da0eafe876","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4aa6a6da0eafe876","status":"passed","time":{"start":1728738169522,"stop":1728738169522,"duration":0}},{"uid":"a631c105071a3661","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a631c105071a3661","status":"passed","time":{"start":1728682707228,"stop":1728682707229,"duration":1}},{"uid":"d9dcb0c0881537b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d9dcb0c0881537b8","status":"passed","time":{"start":1728682285122,"stop":1728682285123,"duration":1}},{"uid":"712ba0bd342f011e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/712ba0bd342f011e","status":"passed","time":{"start":1728676761151,"stop":1728676761151,"duration":0}},{"uid":"2c9da048c8501b4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2c9da048c8501b4d","status":"passed","time":{"start":1728669488937,"stop":1728669488937,"duration":0}},{"uid":"99e5c19d55f29c59","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/99e5c19d55f29c59","status":"passed","time":{"start":1728597819574,"stop":1728597819574,"duration":0}},{"uid":"b54e8acc929956a6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b54e8acc929956a6","status":"passed","time":{"start":1728597041918,"stop":1728597041918,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c3552374c70e9ce6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c3552374c70e9ce6","status":"passed","time":{"start":1729034162859,"stop":1729034162859,"duration":0}},{"uid":"f9e8f3c5d4f6edb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f9e8f3c5d4f6edb","status":"passed","time":{"start":1729034085840,"stop":1729034085840,"duration":0}},{"uid":"4d152fdbfb1a42b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4d152fdbfb1a42b3","status":"passed","time":{"start":1729033899737,"stop":1729033899738,"duration":1}},{"uid":"769d8884cceeb6c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/769d8884cceeb6c0","status":"passed","time":{"start":1729031949624,"stop":1729031949625,"duration":1}},{"uid":"bdb95e4008f9238d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bdb95e4008f9238d","status":"passed","time":{"start":1728901494758,"stop":1728901494758,"duration":0}},{"uid":"1d635187632bd1d5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d635187632bd1d5","status":"passed","time":{"start":1728892929643,"stop":1728892929643,"duration":0}},{"uid":"42eaef722651678","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/42eaef722651678","status":"passed","time":{"start":1728855891580,"stop":1728855891580,"duration":0}},{"uid":"b3cdb9a420aa8d47","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3cdb9a420aa8d47","status":"passed","time":{"start":1728738106823,"stop":1728738106823,"duration":0}},{"uid":"de51ed1343185cc2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de51ed1343185cc2","status":"passed","time":{"start":1728682642603,"stop":1728682642603,"duration":0}},{"uid":"ed37e8d974cc7d2e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ed37e8d974cc7d2e","status":"passed","time":{"start":1728682214523,"stop":1728682214524,"duration":1}},{"uid":"de2fdd32909f74a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/de2fdd32909f74a","status":"passed","time":{"start":1728676690541,"stop":1728676690541,"duration":0}},{"uid":"7f2d166ed8c0927d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f2d166ed8c0927d","status":"passed","time":{"start":1728669414116,"stop":1728669414116,"duration":0}},{"uid":"9f1a0fe23b0c65a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9f1a0fe23b0c65a6","status":"passed","time":{"start":1728597753372,"stop":1728597753372,"duration":0}},{"uid":"79732ef364b33b44","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/79732ef364b33b44","status":"passed","time":{"start":1728596970977,"stop":1728596970978,"duration":1}}]},"1422e9ea654fea9b96bd33bada31f929:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67279338ebc599e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/67279338ebc599e0","status":"passed","time":{"start":1728669581696,"stop":1728669581698,"duration":2}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b556eb6fbceb5bf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b556eb6fbceb5bf","status":"passed","time":{"start":1729034452185,"stop":1729034452185,"duration":0}},{"uid":"c356e967051f57b6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c356e967051f57b6","status":"passed","time":{"start":1729034373081,"stop":1729034373081,"duration":0}},{"uid":"a00c19e4efb06cfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a00c19e4efb06cfe","status":"passed","time":{"start":1729034188118,"stop":1729034188118,"duration":0}},{"uid":"e7a75dbd224598f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e7a75dbd224598f","status":"passed","time":{"start":1729032231865,"stop":1729032231865,"duration":0}},{"uid":"32f6a6fd48de19fe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/32f6a6fd48de19fe","status":"passed","time":{"start":1728901989566,"stop":1728901989567,"duration":1}},{"uid":"f17c3764da0fb7d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f17c3764da0fb7d","status":"passed","time":{"start":1728893424903,"stop":1728893424904,"duration":1}},{"uid":"5057999ad6551bf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5057999ad6551bf","status":"passed","time":{"start":1728856376684,"stop":1728856376684,"duration":0}},{"uid":"38d82525886c447c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38d82525886c447c","status":"passed","time":{"start":1728738593961,"stop":1728738593961,"duration":0}},{"uid":"1878b4fec17320b1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1878b4fec17320b1","status":"passed","time":{"start":1728683135340,"stop":1728683135340,"duration":0}},{"uid":"a01d4dafca03b2ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a01d4dafca03b2ea","status":"passed","time":{"start":1728682692592,"stop":1728682692593,"duration":1}},{"uid":"9f5a845a9a6e76aa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f5a845a9a6e76aa","status":"passed","time":{"start":1728677194229,"stop":1728677194230,"duration":1}},{"uid":"fbeb99b3985b72fd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fbeb99b3985b72fd","status":"passed","time":{"start":1728669874425,"stop":1728669874425,"duration":0}},{"uid":"71b9edaa0607b244","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/71b9edaa0607b244","status":"passed","time":{"start":1728598257463,"stop":1728598257463,"duration":0}},{"uid":"fb4335091a6720c3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fb4335091a6720c3","status":"passed","time":{"start":1728597471298,"stop":1728597471298,"duration":0}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"86cee1d2fc9b70d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/86cee1d2fc9b70d1","status":"passed","time":{"start":1729034400895,"stop":1729034400895,"duration":0}},{"uid":"82c521d3f021aaf8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/82c521d3f021aaf8","status":"passed","time":{"start":1729034317486,"stop":1729034317486,"duration":0}},{"uid":"dee2f09078d3a946","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dee2f09078d3a946","status":"passed","time":{"start":1729034137147,"stop":1729034137147,"duration":0}},{"uid":"2525063042840ef0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2525063042840ef0","status":"passed","time":{"start":1729032206880,"stop":1729032206882,"duration":2}},{"uid":"aacfd19899f88337","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aacfd19899f88337","status":"passed","time":{"start":1728901995026,"stop":1728901995026,"duration":0}},{"uid":"5a122e5a593df156","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a122e5a593df156","status":"passed","time":{"start":1728893421003,"stop":1728893421004,"duration":1}},{"uid":"bb810b513606e7f2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bb810b513606e7f2","status":"passed","time":{"start":1728856368602,"stop":1728856368603,"duration":1}},{"uid":"c0df17eab7d42f00","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0df17eab7d42f00","status":"passed","time":{"start":1728738604687,"stop":1728738604688,"duration":1}},{"uid":"4f558209e926d3a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4f558209e926d3a","status":"passed","time":{"start":1728683117643,"stop":1728683117644,"duration":1}},{"uid":"c4b16518f0c1d903","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c4b16518f0c1d903","status":"passed","time":{"start":1728682721323,"stop":1728682721323,"duration":0}},{"uid":"e928207eb2418538","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e928207eb2418538","status":"passed","time":{"start":1728677184689,"stop":1728677184690,"duration":1}},{"uid":"39bdccdf22edd605","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39bdccdf22edd605","status":"passed","time":{"start":1728669866468,"stop":1728669866468,"duration":0}},{"uid":"b63be83fae0849e4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b63be83fae0849e4","status":"passed","time":{"start":1728598250002,"stop":1728598250003,"duration":1}},{"uid":"f78fe69d1cfcab9a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f78fe69d1cfcab9a","status":"passed","time":{"start":1728597472306,"stop":1728597472306,"duration":0}}]},"7e679be40ec05b6de5ba7af64df9464d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cdf5071a31aa509","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5cdf5071a31aa509","status":"passed","time":{"start":1728856333678,"stop":1728856333679,"duration":1}}]},"a47df7d6929c3a1334300231dd1c7e06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c7060fc4823d714","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2c7060fc4823d714","status":"passed","time":{"start":1728669841254,"stop":1728669841254,"duration":0}}]},"270b35f41193f39f330b1e8da7fcef5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"257160dc1dd15e75","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/257160dc1dd15e75","status":"passed","time":{"start":1728682581090,"stop":1728682581096,"duration":6}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e8c5c927f3d48232","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e8c5c927f3d48232","status":"passed","time":{"start":1729034259817,"stop":1729034259817,"duration":0}},{"uid":"4041ae14ef7646ec","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4041ae14ef7646ec","status":"passed","time":{"start":1729034194017,"stop":1729034194017,"duration":0}},{"uid":"786d11b40ce6151a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/786d11b40ce6151a","status":"passed","time":{"start":1729034014871,"stop":1729034014873,"duration":2}},{"uid":"99756601534ced03","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/99756601534ced03","status":"passed","time":{"start":1729032065452,"stop":1729032065452,"duration":0}},{"uid":"ef294fcebb5d3de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ef294fcebb5d3de","status":"passed","time":{"start":1728901664265,"stop":1728901664266,"duration":1}},{"uid":"feef35c412a552d9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/feef35c412a552d9","status":"passed","time":{"start":1728893093690,"stop":1728893093691,"duration":1}},{"uid":"445abc1d5478c7e3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/445abc1d5478c7e3","status":"passed","time":{"start":1728856055271,"stop":1728856055272,"duration":1}},{"uid":"1a18855f38c0d510","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a18855f38c0d510","status":"passed","time":{"start":1728738274743,"stop":1728738274743,"duration":0}},{"uid":"e963e00a9062274a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e963e00a9062274a","status":"passed","time":{"start":1728682807956,"stop":1728682807956,"duration":0}},{"uid":"7379f538af909a1a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7379f538af909a1a","status":"passed","time":{"start":1728682381284,"stop":1728682381284,"duration":0}},{"uid":"c5edfc31fc72be8c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c5edfc31fc72be8c","status":"passed","time":{"start":1728676853897,"stop":1728676853897,"duration":0}},{"uid":"2362dad69b8b8071","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2362dad69b8b8071","status":"passed","time":{"start":1728669581694,"stop":1728669581694,"duration":0}},{"uid":"90095e35815ba1e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90095e35815ba1e","status":"passed","time":{"start":1728597923481,"stop":1728597923481,"duration":0}},{"uid":"b8306bf0bbdff1e1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b8306bf0bbdff1e1","status":"passed","time":{"start":1728597132262,"stop":1728597132263,"duration":1}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"916ad9e17a39f9d9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/916ad9e17a39f9d9","status":"passed","time":{"start":1729034163594,"stop":1729034163594,"duration":0}},{"uid":"4ab007aa843a9d0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4ab007aa843a9d0","status":"passed","time":{"start":1729034085357,"stop":1729034085357,"duration":0}},{"uid":"6d2a534378b4282","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6d2a534378b4282","status":"passed","time":{"start":1729033899384,"stop":1729033899385,"duration":1}},{"uid":"2793490d58ff36cb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2793490d58ff36cb","status":"passed","time":{"start":1729031949754,"stop":1729031949754,"duration":0}},{"uid":"42bbd751030a736b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/42bbd751030a736b","status":"passed","time":{"start":1728901497250,"stop":1728901497251,"duration":1}},{"uid":"492f6b1253723eab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/492f6b1253723eab","status":"passed","time":{"start":1728892931615,"stop":1728892931616,"duration":1}},{"uid":"874078d56d3bdf29","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/874078d56d3bdf29","status":"passed","time":{"start":1728855891086,"stop":1728855891086,"duration":0}},{"uid":"dc7b7dbdb585126f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dc7b7dbdb585126f","status":"passed","time":{"start":1728738108306,"stop":1728738108306,"duration":0}},{"uid":"6c3343e968cc7eb8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6c3343e968cc7eb8","status":"passed","time":{"start":1728682642732,"stop":1728682642732,"duration":0}},{"uid":"1351df3e639a2f52","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1351df3e639a2f52","status":"passed","time":{"start":1728682214718,"stop":1728682214719,"duration":1}},{"uid":"b9f2f5910432851e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b9f2f5910432851e","status":"passed","time":{"start":1728676692179,"stop":1728676692179,"duration":0}},{"uid":"47b59ed6abcc140d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/47b59ed6abcc140d","status":"passed","time":{"start":1728669416673,"stop":1728669416673,"duration":0}},{"uid":"6b4950c90b42425e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b4950c90b42425e","status":"passed","time":{"start":1728597754025,"stop":1728597754025,"duration":0}},{"uid":"9732a36e98553b07","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9732a36e98553b07","status":"passed","time":{"start":1728596972641,"stop":1728596972642,"duration":1}}]},"d94f120aa6a81628dcd8d939e8a23089:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b990ac8e9e4f89d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5b990ac8e9e4f89d","status":"passed","time":{"start":1728677156809,"stop":1728677156809,"duration":0}}]},"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"222033c9295eaf8b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/222033c9295eaf8b","status":"passed","time":{"start":1729034096137,"stop":1729034096137,"duration":0}},{"uid":"974c6141bf57bded","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/974c6141bf57bded","status":"passed","time":{"start":1729034020094,"stop":1729034020094,"duration":0}},{"uid":"ac9b5e339c018b1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac9b5e339c018b1","status":"passed","time":{"start":1729033834390,"stop":1729033834390,"duration":0}},{"uid":"12500141db4f3970","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/12500141db4f3970","status":"passed","time":{"start":1729031884124,"stop":1729031884124,"duration":0}},{"uid":"56c5ddb1766d1dfa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56c5ddb1766d1dfa","status":"passed","time":{"start":1728901430257,"stop":1728901430257,"duration":0}},{"uid":"5bf2b71477fb1297","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5bf2b71477fb1297","status":"passed","time":{"start":1728892860536,"stop":1728892860536,"duration":0}},{"uid":"ce64ed8b8da546a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce64ed8b8da546a","status":"passed","time":{"start":1728855823325,"stop":1728855823326,"duration":1}},{"uid":"7f4b03f0251b33b2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7f4b03f0251b33b2","status":"passed","time":{"start":1728738040606,"stop":1728738040606,"duration":0}},{"uid":"3df159f8b60b3cd9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3df159f8b60b3cd9","status":"passed","time":{"start":1728682574096,"stop":1728682574097,"duration":1}},{"uid":"51a2d34c1d5df1ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/51a2d34c1d5df1ae","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"5355cd87832271f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5355cd87832271f7","status":"passed","time":{"start":1728676621436,"stop":1728676621436,"duration":0}},{"uid":"b6f16ef1942684d5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b6f16ef1942684d5","status":"passed","time":{"start":1728669344471,"stop":1728669344471,"duration":0}},{"uid":"440f6049a2ead0ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/440f6049a2ead0ac","status":"passed","time":{"start":1728597685165,"stop":1728597685165,"duration":0}},{"uid":"efe80777a4ca0199","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/efe80777a4ca0199","status":"passed","time":{"start":1728596904473,"stop":1728596904473,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bf26fb1cd5ae1e0a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bf26fb1cd5ae1e0a","status":"passed","time":{"start":1729034370871,"stop":1729034370871,"duration":0}},{"uid":"9de7f7527abb0f36","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9de7f7527abb0f36","status":"passed","time":{"start":1729034308872,"stop":1729034308872,"duration":0}},{"uid":"667494933ce3bd1d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/667494933ce3bd1d","status":"passed","time":{"start":1729034129475,"stop":1729034129475,"duration":0}},{"uid":"bb77f9d2905d8deb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb77f9d2905d8deb","status":"passed","time":{"start":1729032178368,"stop":1729032178369,"duration":1}},{"uid":"59d6a99a2397709d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59d6a99a2397709d","status":"passed","time":{"start":1728901896348,"stop":1728901896348,"duration":0}},{"uid":"3a0bf6cebaece612","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3a0bf6cebaece612","status":"passed","time":{"start":1728893329026,"stop":1728893329026,"duration":0}},{"uid":"21c2cf72fa853c2d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/21c2cf72fa853c2d","status":"passed","time":{"start":1728856284765,"stop":1728856284765,"duration":0}},{"uid":"888565ab35550dd9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/888565ab35550dd9","status":"passed","time":{"start":1728738494941,"stop":1728738494942,"duration":1}},{"uid":"b119250d542ccceb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b119250d542ccceb","status":"passed","time":{"start":1728683033632,"stop":1728683033633,"duration":1}},{"uid":"529a47bd827e189e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/529a47bd827e189e","status":"passed","time":{"start":1728682601737,"stop":1728682601737,"duration":0}},{"uid":"38813ae298137104","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38813ae298137104","status":"passed","time":{"start":1728677107962,"stop":1728677107962,"duration":0}},{"uid":"3a4d20663020aa1e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3a4d20663020aa1e","status":"passed","time":{"start":1728669764752,"stop":1728669764752,"duration":0}},{"uid":"c658be89f5ed1fba","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c658be89f5ed1fba","status":"passed","time":{"start":1728598157563,"stop":1728598157563,"duration":0}},{"uid":"370b5887fbb565d3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/370b5887fbb565d3","status":"passed","time":{"start":1728597369074,"stop":1728597369074,"duration":0}}]},"67164a2decf24d85bb1cf5cf34f6dfa0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f25863475b066b8c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f25863475b066b8c","status":"passed","time":{"start":1728893395081,"stop":1728893395081,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9852a6d4c8ac74eb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9852a6d4c8ac74eb","status":"passed","time":{"start":1729034104175,"stop":1729034104176,"duration":1}},{"uid":"8383634ae7fea911","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8383634ae7fea911","status":"passed","time":{"start":1729034027741,"stop":1729034027742,"duration":1}},{"uid":"b5b14d188c85eb07","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b5b14d188c85eb07","status":"passed","time":{"start":1729033842347,"stop":1729033842347,"duration":0}},{"uid":"a06424c5ac32ffdc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a06424c5ac32ffdc","status":"passed","time":{"start":1729031892046,"stop":1729031892047,"duration":1}},{"uid":"ebce218061788ea2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ebce218061788ea2","status":"passed","time":{"start":1728901438029,"stop":1728901438029,"duration":0}},{"uid":"d227e33af0413d5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d227e33af0413d5","status":"passed","time":{"start":1728892868232,"stop":1728892868233,"duration":1}},{"uid":"ed1c6b57b0deec0e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed1c6b57b0deec0e","status":"passed","time":{"start":1728855831079,"stop":1728855831080,"duration":1}},{"uid":"50ba10b65bf5b06e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/50ba10b65bf5b06e","status":"passed","time":{"start":1728738048442,"stop":1728738048442,"duration":0}},{"uid":"1cee109407a0ddf3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1cee109407a0ddf3","status":"passed","time":{"start":1728682581843,"stop":1728682581845,"duration":2}},{"uid":"d7ca026331a9095b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d7ca026331a9095b","status":"passed","time":{"start":1728682154707,"stop":1728682154708,"duration":1}},{"uid":"21d2f11094408f35","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/21d2f11094408f35","status":"passed","time":{"start":1728676629296,"stop":1728676629301,"duration":5}},{"uid":"f4e6d40bb219f76c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4e6d40bb219f76c","status":"passed","time":{"start":1728669352210,"stop":1728669352211,"duration":1}},{"uid":"6502fae7269a286e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6502fae7269a286e","status":"passed","time":{"start":1728597693016,"stop":1728597693018,"duration":2}},{"uid":"d75573d89fc8c91a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d75573d89fc8c91a","status":"passed","time":{"start":1728596912518,"stop":1728596912533,"duration":15}}]},"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"469ea078741fe792","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/469ea078741fe792","status":"passed","time":{"start":1729034096133,"stop":1729034096133,"duration":0}},{"uid":"ccc9239ff208b8d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ccc9239ff208b8d","status":"passed","time":{"start":1729034020091,"stop":1729034020091,"duration":0}},{"uid":"9d29cb1f4c264b6d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9d29cb1f4c264b6d","status":"passed","time":{"start":1729033834386,"stop":1729033834386,"duration":0}},{"uid":"5fa0e94b67a2b4fc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fa0e94b67a2b4fc","status":"passed","time":{"start":1729031884119,"stop":1729031884119,"duration":0}},{"uid":"6f8f20aa9c98cad0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f8f20aa9c98cad0","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"894f99cb7b5bee2e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/894f99cb7b5bee2e","status":"passed","time":{"start":1728892860532,"stop":1728892860532,"duration":0}},{"uid":"a331a4b09c2cde35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a331a4b09c2cde35","status":"passed","time":{"start":1728855823322,"stop":1728855823322,"duration":0}},{"uid":"20a3c2c3e202e061","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20a3c2c3e202e061","status":"passed","time":{"start":1728738040602,"stop":1728738040602,"duration":0}},{"uid":"c563cc6c06d2fb25","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c563cc6c06d2fb25","status":"passed","time":{"start":1728682574093,"stop":1728682574093,"duration":0}},{"uid":"6dadc4fa3635f6dc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6dadc4fa3635f6dc","status":"passed","time":{"start":1728682146817,"stop":1728682146818,"duration":1}},{"uid":"5f27f0a3a90a4c1d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5f27f0a3a90a4c1d","status":"passed","time":{"start":1728676621432,"stop":1728676621432,"duration":0}},{"uid":"258ae197bd001735","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/258ae197bd001735","status":"passed","time":{"start":1728669344467,"stop":1728669344468,"duration":1}},{"uid":"e3bc6c90b673d27e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3bc6c90b673d27e","status":"passed","time":{"start":1728597685161,"stop":1728597685161,"duration":0}},{"uid":"708a3a08159fe214","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/708a3a08159fe214","status":"passed","time":{"start":1728596904468,"stop":1728596904468,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f79a6138797fb078","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f79a6138797fb078","status":"passed","time":{"start":1729034452184,"stop":1729034452184,"duration":0}},{"uid":"4aedaa0a5834ca5e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4aedaa0a5834ca5e","status":"passed","time":{"start":1729034373080,"stop":1729034373080,"duration":0}},{"uid":"7a7db5d2bd2c0ae8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a7db5d2bd2c0ae8","status":"passed","time":{"start":1729034188117,"stop":1729034188118,"duration":1}},{"uid":"1c09f4cb838eb33f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1c09f4cb838eb33f","status":"passed","time":{"start":1729032231864,"stop":1729032231864,"duration":0}},{"uid":"b8ee623e31992022","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8ee623e31992022","status":"passed","time":{"start":1728901989565,"stop":1728901989566,"duration":1}},{"uid":"66a8870fc68eec80","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/66a8870fc68eec80","status":"passed","time":{"start":1728893424901,"stop":1728893424902,"duration":1}},{"uid":"a4fac94f10b602cf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4fac94f10b602cf","status":"passed","time":{"start":1728856376683,"stop":1728856376684,"duration":1}},{"uid":"d722b9e000cd62b4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d722b9e000cd62b4","status":"passed","time":{"start":1728738593960,"stop":1728738593960,"duration":0}},{"uid":"f49e83e4cfc773cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f49e83e4cfc773cd","status":"passed","time":{"start":1728683135338,"stop":1728683135339,"duration":1}},{"uid":"dce7e8ec3334203a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dce7e8ec3334203a","status":"passed","time":{"start":1728682692590,"stop":1728682692591,"duration":1}},{"uid":"1e6b9b8e4a9c07aa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1e6b9b8e4a9c07aa","status":"passed","time":{"start":1728677194229,"stop":1728677194229,"duration":0}},{"uid":"3da58550c8903713","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3da58550c8903713","status":"passed","time":{"start":1728669874424,"stop":1728669874424,"duration":0}},{"uid":"81208e1d8f91249a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/81208e1d8f91249a","status":"passed","time":{"start":1728598257462,"stop":1728598257462,"duration":0}},{"uid":"af14123820ada785","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/af14123820ada785","status":"passed","time":{"start":1728597471284,"stop":1728597471297,"duration":13}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9fc828ab8bf53f72","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9fc828ab8bf53f72","status":"passed","time":{"start":1729034296710,"stop":1729034296710,"duration":0}},{"uid":"ed6413fab68cb3bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed6413fab68cb3bf","status":"passed","time":{"start":1729034220607,"stop":1729034220607,"duration":0}},{"uid":"8510fb124606d97e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8510fb124606d97e","status":"passed","time":{"start":1729034041490,"stop":1729034041491,"duration":1}},{"uid":"a3345c9720d27dda","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3345c9720d27dda","status":"passed","time":{"start":1728901705407,"stop":1728901705408,"duration":1}},{"uid":"585fad77d2274cad","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/585fad77d2274cad","status":"passed","time":{"start":1728893141779,"stop":1728893141779,"duration":0}},{"uid":"72daafc3415f3de9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/72daafc3415f3de9","status":"passed","time":{"start":1728856087085,"stop":1728856087086,"duration":1}},{"uid":"d9b04b11926d33bf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d9b04b11926d33bf","status":"passed","time":{"start":1728738321438,"stop":1728738321438,"duration":0}},{"uid":"13fc621ec00beccb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/13fc621ec00beccb","status":"passed","time":{"start":1728682845677,"stop":1728682845678,"duration":1}},{"uid":"146c9e577b2580ef","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/146c9e577b2580ef","status":"passed","time":{"start":1728682424312,"stop":1728682424313,"duration":1}},{"uid":"e301a224269eaecf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e301a224269eaecf","status":"passed","time":{"start":1728676900542,"stop":1728676900542,"duration":0}},{"uid":"c04dfb3c09f49857","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c04dfb3c09f49857","status":"passed","time":{"start":1728669625802,"stop":1728669625803,"duration":1}},{"uid":"8a9f45cc15b5b19e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a9f45cc15b5b19e","status":"passed","time":{"start":1728597957173,"stop":1728597957174,"duration":1}},{"uid":"f8f5a2dc438df315","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f8f5a2dc438df315","status":"passed","time":{"start":1728597182620,"stop":1728597182621,"duration":1}}]},"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8354efb7f3b72d6b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8354efb7f3b72d6b","status":"passed","time":{"start":1729034096115,"stop":1729034096119,"duration":4}},{"uid":"43ccd6b28955fb5e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/43ccd6b28955fb5e","status":"passed","time":{"start":1729034020076,"stop":1729034020077,"duration":1}},{"uid":"1e768977ff794b7f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1e768977ff794b7f","status":"passed","time":{"start":1729033834366,"stop":1729033834366,"duration":0}},{"uid":"d863b8683092b74a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d863b8683092b74a","status":"passed","time":{"start":1729031884095,"stop":1729031884101,"duration":6}},{"uid":"2cc8d83d87532b5c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2cc8d83d87532b5c","status":"passed","time":{"start":1728901430245,"stop":1728901430245,"duration":0}},{"uid":"664256261291fc30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/664256261291fc30","status":"passed","time":{"start":1728892860520,"stop":1728892860520,"duration":0}},{"uid":"c27affa5d60b2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c27affa5d60b2","status":"passed","time":{"start":1728855823310,"stop":1728855823311,"duration":1}},{"uid":"86c1e81a154b1f9a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/86c1e81a154b1f9a","status":"passed","time":{"start":1728738040573,"stop":1728738040579,"duration":6}},{"uid":"294271c77d0bdfc6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/294271c77d0bdfc6","status":"passed","time":{"start":1728682574072,"stop":1728682574072,"duration":0}},{"uid":"90acc13a89e76415","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/90acc13a89e76415","status":"passed","time":{"start":1728682146800,"stop":1728682146800,"duration":0}},{"uid":"567f1653f7666fcb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/567f1653f7666fcb","status":"passed","time":{"start":1728676621418,"stop":1728676621418,"duration":0}},{"uid":"ec51a0b5b5fe3466","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ec51a0b5b5fe3466","status":"passed","time":{"start":1728669344456,"stop":1728669344457,"duration":1}},{"uid":"129fea95b2e268a1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/129fea95b2e268a1","status":"passed","time":{"start":1728597685141,"stop":1728597685149,"duration":8}},{"uid":"7a00b9d649b27ccb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7a00b9d649b27ccb","status":"passed","time":{"start":1728596904449,"stop":1728596904449,"duration":0}}]},"8e6b8ab58559dcc084e4e6c42048986d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c37385816efabfc3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c37385816efabfc3","status":"passed","time":{"start":1728683045449,"stop":1728683045449,"duration":0}}]},"dc8777d27a8fb3c6edab5471144037da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25b32845fe5a7065","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25b32845fe5a7065","status":"passed","time":{"start":1728669764760,"stop":1728669764760,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9fecb1972852136e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9fecb1972852136e","status":"passed","time":{"start":1729034474993,"stop":1729034474993,"duration":0}},{"uid":"573e44fff17c5e32","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/573e44fff17c5e32","status":"passed","time":{"start":1729034395294,"stop":1729034395295,"duration":1}},{"uid":"b014f9caf7bb771c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b014f9caf7bb771c","status":"passed","time":{"start":1729034209105,"stop":1729034209105,"duration":0}},{"uid":"7e989ba4bf0f483e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e989ba4bf0f483e","status":"passed","time":{"start":1729032264573,"stop":1729032264574,"duration":1}},{"uid":"daf99ca75dcb823d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/daf99ca75dcb823d","status":"passed","time":{"start":1728902012866,"stop":1728902012866,"duration":0}},{"uid":"4475ff0fe98f12c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4475ff0fe98f12c4","status":"passed","time":{"start":1728893454816,"stop":1728893454816,"duration":0}},{"uid":"5541e1e735ff9127","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5541e1e735ff9127","status":"passed","time":{"start":1728856408459,"stop":1728856408460,"duration":1}},{"uid":"11144c4e3664b86b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11144c4e3664b86b","status":"passed","time":{"start":1728738633860,"stop":1728738633860,"duration":0}},{"uid":"9bcbe968eff11abe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9bcbe968eff11abe","status":"passed","time":{"start":1728683159791,"stop":1728683159792,"duration":1}},{"uid":"e21606cc39e3f9bc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e21606cc39e3f9bc","status":"passed","time":{"start":1728682751336,"stop":1728682751336,"duration":0}},{"uid":"df67ecc0b6f6432","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/df67ecc0b6f6432","status":"passed","time":{"start":1728677216366,"stop":1728677216367,"duration":1}},{"uid":"a0459f1467b2f239","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a0459f1467b2f239","status":"passed","time":{"start":1728669925458,"stop":1728669925458,"duration":0}},{"uid":"1c2c0bb52f3795b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1c2c0bb52f3795b2","status":"passed","time":{"start":1728598268812,"stop":1728598268812,"duration":0}},{"uid":"4827e8c84611af0e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4827e8c84611af0e","status":"passed","time":{"start":1728597503936,"stop":1728597503937,"duration":1}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"602e31b02a11a585","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/602e31b02a11a585","status":"passed","time":{"start":1729034104918,"stop":1729034104918,"duration":0}},{"uid":"d29d7b0eb1c3a2f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d29d7b0eb1c3a2f1","status":"passed","time":{"start":1729034028516,"stop":1729034028517,"duration":1}},{"uid":"6b369ae159a9ff82","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6b369ae159a9ff82","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0}},{"uid":"8a0bb90877e6ced9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a0bb90877e6ced9","status":"passed","time":{"start":1729031892682,"stop":1729031892683,"duration":1}},{"uid":"6971f060a3320270","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6971f060a3320270","status":"passed","time":{"start":1728901438813,"stop":1728901438814,"duration":1}},{"uid":"6ad194a43d801c78","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6ad194a43d801c78","status":"passed","time":{"start":1728892869006,"stop":1728892869007,"duration":1}},{"uid":"5215062e6739934e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5215062e6739934e","status":"passed","time":{"start":1728855831898,"stop":1728855831898,"duration":0}},{"uid":"85dee673f7a1e99b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85dee673f7a1e99b","status":"passed","time":{"start":1728738049046,"stop":1728738049046,"duration":0}},{"uid":"9ac2fabceb858dcf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9ac2fabceb858dcf","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"4e0de11d42fcd6f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4e0de11d42fcd6f9","status":"passed","time":{"start":1728682155413,"stop":1728682155413,"duration":0}},{"uid":"6ecd728352c9a9ef","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6ecd728352c9a9ef","status":"passed","time":{"start":1728676629980,"stop":1728676629980,"duration":0}},{"uid":"4a96de22bcced3af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4a96de22bcced3af","status":"passed","time":{"start":1728669353107,"stop":1728669353107,"duration":0}},{"uid":"ec85b4f72f360119","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec85b4f72f360119","status":"passed","time":{"start":1728597693853,"stop":1728597693853,"duration":0}},{"uid":"e788129380ff5ace","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e788129380ff5ace","status":"passed","time":{"start":1728596913097,"stop":1728596913097,"duration":0}}]},"3253908ddb16e639a5e31ba18dbeac35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42eeb3087310d2e5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42eeb3087310d2e5","status":"passed","time":{"start":1728683110370,"stop":1728683110370,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"37e6b600113d834","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/37e6b600113d834","status":"passed","time":{"start":1729034240914,"stop":1729034240917,"duration":3}},{"uid":"19fc3b84ca825ec6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/19fc3b84ca825ec6","status":"passed","time":{"start":1729034159613,"stop":1729034159614,"duration":1}},{"uid":"c4f96019e75821d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4f96019e75821d7","status":"passed","time":{"start":1729033976793,"stop":1729033976793,"duration":0}},{"uid":"58096ccdb9fe85c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/58096ccdb9fe85c","status":"passed","time":{"start":1729032020516,"stop":1729032020517,"duration":1}},{"uid":"6560fac997d1c247","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6560fac997d1c247","status":"passed","time":{"start":1728901616428,"stop":1728901616428,"duration":0}},{"uid":"5318dbfbe288aa3b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5318dbfbe288aa3b","status":"passed","time":{"start":1728893050243,"stop":1728893050244,"duration":1}},{"uid":"c5bef8186c283047","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c5bef8186c283047","status":"passed","time":{"start":1728856015170,"stop":1728856015170,"duration":0}},{"uid":"ef4eee8e79a029f7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ef4eee8e79a029f7","status":"passed","time":{"start":1728738233135,"stop":1728738233135,"duration":0}},{"uid":"535732b9e0a5981c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/535732b9e0a5981c","status":"passed","time":{"start":1728682762469,"stop":1728682762469,"duration":0}},{"uid":"3ac019c394e26df1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3ac019c394e26df1","status":"passed","time":{"start":1728682332784,"stop":1728682332785,"duration":1}},{"uid":"6f3f43a1d3b42f55","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6f3f43a1d3b42f55","status":"passed","time":{"start":1728676810290,"stop":1728676810290,"duration":0}},{"uid":"38631f78ad1d24f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/38631f78ad1d24f0","status":"passed","time":{"start":1728669529892,"stop":1728669529892,"duration":0}},{"uid":"1769e368e0aa919b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1769e368e0aa919b","status":"passed","time":{"start":1728597873532,"stop":1728597873533,"duration":1}},{"uid":"62bf5ea404e7cd39","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/62bf5ea404e7cd39","status":"passed","time":{"start":1728597089272,"stop":1728597089272,"duration":0}}]},"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":11,"unknown":0,"total":14},"items":[{"uid":"a0e434a5d0582681","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a0e434a5d0582681","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241339,"stop":1729034241339,"duration":0}},{"uid":"54b68bae59eaf9ae","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/54b68bae59eaf9ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160194,"stop":1729034160194,"duration":0}},{"uid":"db62a1d37b685b06","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db62a1d37b685b06","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977226,"stop":1729033977226,"duration":0}},{"uid":"5a74e294741f5a40","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a74e294741f5a40","status":"passed","time":{"start":1729032053270,"stop":1729032053271,"duration":1}},{"uid":"2aa91987bbda7e26","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2aa91987bbda7e26","status":"passed","time":{"start":1728901711767,"stop":1728901711767,"duration":0}},{"uid":"b7c600460c5d2df2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b7c600460c5d2df2","status":"passed","time":{"start":1728893141898,"stop":1728893141899,"duration":1}},{"uid":"891740de8cb9edcd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/891740de8cb9edcd","status":"passed","time":{"start":1728856103201,"stop":1728856103201,"duration":0}},{"uid":"2ea51a745bdf11bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2ea51a745bdf11bd","status":"passed","time":{"start":1728738321620,"stop":1728738321621,"duration":1}},{"uid":"225756b89e9d9199","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/225756b89e9d9199","status":"passed","time":{"start":1728682857566,"stop":1728682857569,"duration":3}},{"uid":"2bf91b876e2848b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2bf91b876e2848b2","status":"passed","time":{"start":1728682428804,"stop":1728682428804,"duration":0}},{"uid":"f204f73646ab49af","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f204f73646ab49af","status":"passed","time":{"start":1728676901169,"stop":1728676901170,"duration":1}},{"uid":"1be410ce716af339","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1be410ce716af339","status":"passed","time":{"start":1728669573865,"stop":1728669573865,"duration":0}},{"uid":"4550c96c050884c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4550c96c050884c1","status":"passed","time":{"start":1728597972337,"stop":1728597972337,"duration":0}},{"uid":"8d63de5fc27936c8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d63de5fc27936c8","status":"passed","time":{"start":1728597175619,"stop":1728597175620,"duration":1}}]},"4cd191db2fc536e1a8b3c23a7e26cd95:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcd0bf4f43678bac","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bcd0bf4f43678bac","status":"passed","time":{"start":1728669777129,"stop":1728669777130,"duration":1}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"71e2280bb21f9368","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/71e2280bb21f9368","status":"passed","time":{"start":1729034428551,"stop":1729034428552,"duration":1}},{"uid":"29b11fdc65c5438","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/29b11fdc65c5438","status":"passed","time":{"start":1729034348209,"stop":1729034348209,"duration":0}},{"uid":"209a13cc26091ad","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/209a13cc26091ad","status":"passed","time":{"start":1729034169435,"stop":1729034169436,"duration":1}},{"uid":"fa10445ca57996f2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fa10445ca57996f2","status":"passed","time":{"start":1729032228808,"stop":1729032228808,"duration":0}},{"uid":"74042d13a35ba6aa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/74042d13a35ba6aa","status":"passed","time":{"start":1728901950540,"stop":1728901950541,"duration":1}},{"uid":"7c56d5505800fee7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7c56d5505800fee7","status":"passed","time":{"start":1728893389983,"stop":1728893389984,"duration":1}},{"uid":"5bbb50d59814bc9c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5bbb50d59814bc9c","status":"passed","time":{"start":1728856333646,"stop":1728856333649,"duration":3}},{"uid":"eb767e3af0da744b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eb767e3af0da744b","status":"passed","time":{"start":1728738555092,"stop":1728738555092,"duration":0}},{"uid":"2bf6226ad8ff1983","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2bf6226ad8ff1983","status":"passed","time":{"start":1728683093168,"stop":1728683093168,"duration":0}},{"uid":"aeaabd571e1220e5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aeaabd571e1220e5","status":"passed","time":{"start":1728682652690,"stop":1728682652691,"duration":1}},{"uid":"d8fe320698b55a7a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d8fe320698b55a7a","status":"passed","time":{"start":1728677156808,"stop":1728677156808,"duration":0}},{"uid":"7ad0c9880d36b74a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ad0c9880d36b74a","status":"passed","time":{"start":1728669834420,"stop":1728669834421,"duration":1}},{"uid":"fabe5baf9f99b952","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fabe5baf9f99b952","status":"passed","time":{"start":1728598212609,"stop":1728598212609,"duration":0}},{"uid":"302439d3643ecb79","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/302439d3643ecb79","status":"passed","time":{"start":1728597423322,"stop":1728597423323,"duration":1}}]},"326ec1f8f1a49d618690d94cb419dcc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e9ef5c5cfbab9f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4e9ef5c5cfbab9f","status":"passed","time":{"start":1728738567472,"stop":1728738567472,"duration":0}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f71e76c1d4cbd143","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f71e76c1d4cbd143","status":"passed","time":{"start":1729034402271,"stop":1729034402272,"duration":1}},{"uid":"b3e5e54ba0ef247c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b3e5e54ba0ef247c","status":"passed","time":{"start":1729034323289,"stop":1729034323289,"duration":0}},{"uid":"2de499adbd44abfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2de499adbd44abfe","status":"passed","time":{"start":1729034144763,"stop":1729034144763,"duration":0}},{"uid":"73bea5f40dce1f65","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73bea5f40dce1f65","status":"passed","time":{"start":1729032198814,"stop":1729032198814,"duration":0}},{"uid":"4a36f85f3fa6655","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4a36f85f3fa6655","status":"passed","time":{"start":1728901901760,"stop":1728901901760,"duration":0}},{"uid":"ae269fb2b83ab7d4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ae269fb2b83ab7d4","status":"passed","time":{"start":1728893337240,"stop":1728893337240,"duration":0}},{"uid":"8dc907cd2f2bb48f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8dc907cd2f2bb48f","status":"passed","time":{"start":1728856299187,"stop":1728856299187,"duration":0}},{"uid":"bf0abf66ee9cc895","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf0abf66ee9cc895","status":"passed","time":{"start":1728738505373,"stop":1728738505373,"duration":0}},{"uid":"be9a4e05730597e0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be9a4e05730597e0","status":"passed","time":{"start":1728683045446,"stop":1728683045446,"duration":0}},{"uid":"add4eb9f234d4132","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/add4eb9f234d4132","status":"passed","time":{"start":1728682607286,"stop":1728682607286,"duration":0}},{"uid":"71908369776a824b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/71908369776a824b","status":"passed","time":{"start":1728677103492,"stop":1728677103492,"duration":0}},{"uid":"f5bf9c6079eec3a0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5bf9c6079eec3a0","status":"passed","time":{"start":1728669777114,"stop":1728669777114,"duration":0}},{"uid":"c00a4acb09cf242d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c00a4acb09cf242d","status":"passed","time":{"start":1728598163464,"stop":1728598163464,"duration":0}},{"uid":"5ee226a99e018f1a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5ee226a99e018f1a","status":"passed","time":{"start":1728597375463,"stop":1728597375464,"duration":1}}]},"caca1daefc6c7348223e084c64a762a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdc783ff9b9b99e3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fdc783ff9b9b99e3","status":"passed","time":{"start":1728683045449,"stop":1728683045450,"duration":1}}]},"71a8341f17319b66f40d944ca8277884:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e97eadaa2ea55e5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e97eadaa2ea55e5","status":"passed","time":{"start":1728598250014,"stop":1728598250014,"duration":0}}]},"aca8b400e36e7f330e53ef7a42affd3b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35df625173a3d2be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/35df625173a3d2be","status":"passed","time":{"start":1728669777123,"stop":1728669777125,"duration":2}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"231b29d7dd8c9ca9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/231b29d7dd8c9ca9","status":"passed","time":{"start":1729034474992,"stop":1729034474993,"duration":1}},{"uid":"703db19e7dd28410","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/703db19e7dd28410","status":"passed","time":{"start":1729034395294,"stop":1729034395294,"duration":0}},{"uid":"abe1a48d099cd5c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/abe1a48d099cd5c2","status":"passed","time":{"start":1729034209104,"stop":1729034209105,"duration":1}},{"uid":"bb1a9f08486ffca0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb1a9f08486ffca0","status":"passed","time":{"start":1729032264573,"stop":1729032264573,"duration":0}},{"uid":"da4741a64749af07","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da4741a64749af07","status":"passed","time":{"start":1728902012864,"stop":1728902012865,"duration":1}},{"uid":"eb2b25c270ff5d96","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/eb2b25c270ff5d96","status":"passed","time":{"start":1728893454815,"stop":1728893454815,"duration":0}},{"uid":"bc3af29b92f59700","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bc3af29b92f59700","status":"passed","time":{"start":1728856408458,"stop":1728856408458,"duration":0}},{"uid":"757b4ec988547580","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/757b4ec988547580","status":"passed","time":{"start":1728738633858,"stop":1728738633859,"duration":1}},{"uid":"e9119f41e154fa1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e9119f41e154fa1","status":"passed","time":{"start":1728683159790,"stop":1728683159790,"duration":0}},{"uid":"59040239f23bc941","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59040239f23bc941","status":"passed","time":{"start":1728682751335,"stop":1728682751335,"duration":0}},{"uid":"e1aac65b8f34577","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e1aac65b8f34577","status":"passed","time":{"start":1728677216365,"stop":1728677216365,"duration":0}},{"uid":"30122b982b133a80","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/30122b982b133a80","status":"passed","time":{"start":1728669925457,"stop":1728669925457,"duration":0}},{"uid":"25c9e0744ce08d0b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/25c9e0744ce08d0b","status":"passed","time":{"start":1728598268811,"stop":1728598268812,"duration":1}},{"uid":"a60527dc22604685","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a60527dc22604685","status":"passed","time":{"start":1728597503934,"stop":1728597503935,"duration":1}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f67dd36b19a513ee","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f67dd36b19a513ee","status":"passed","time":{"start":1729034120500,"stop":1729034120500,"duration":0}},{"uid":"fc9f41930c02a26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fc9f41930c02a26","status":"passed","time":{"start":1729033858270,"stop":1729033858270,"duration":0}},{"uid":"8353b41d3ae56201","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8353b41d3ae56201","status":"passed","time":{"start":1729031908176,"stop":1729031908176,"duration":0}},{"uid":"3074bab1e3ec59c8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3074bab1e3ec59c8","status":"passed","time":{"start":1728901453933,"stop":1728901453933,"duration":0}},{"uid":"2453892ac8a8bb45","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2453892ac8a8bb45","status":"passed","time":{"start":1728892884409,"stop":1728892884409,"duration":0}},{"uid":"80fc4937eec8a256","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/80fc4937eec8a256","status":"passed","time":{"start":1728855846878,"stop":1728855846878,"duration":0}},{"uid":"8dbe114c85178dfe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8dbe114c85178dfe","status":"passed","time":{"start":1728738064182,"stop":1728738064182,"duration":0}},{"uid":"4f878c5111cbdba7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4f878c5111cbdba7","status":"passed","time":{"start":1728682597760,"stop":1728682597760,"duration":0}},{"uid":"40e8c8afa54d29e9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/40e8c8afa54d29e9","status":"passed","time":{"start":1728682170539,"stop":1728682170540,"duration":1}},{"uid":"fc4c20f60a779d6e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fc4c20f60a779d6e","status":"passed","time":{"start":1728676645199,"stop":1728676645199,"duration":0}},{"uid":"7726e10c00c2c566","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7726e10c00c2c566","status":"passed","time":{"start":1728669368194,"stop":1728669368194,"duration":0}},{"uid":"f5c8effbbb28cd24","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5c8effbbb28cd24","status":"passed","time":{"start":1728597709010,"stop":1728597709010,"duration":0}},{"uid":"2a5f53931f8a19ed","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2a5f53931f8a19ed","status":"passed","time":{"start":1728596928105,"stop":1728596928106,"duration":1}}]},"155c8e2476bd7a6b35f459d0d40748d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27e5631da0ebe6d8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/27e5631da0ebe6d8","status":"passed","time":{"start":1729034348213,"stop":1729034348214,"duration":1}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e7f085af5cdfd58f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e7f085af5cdfd58f","status":"passed","time":{"start":1729034411419,"stop":1729034411420,"duration":1}},{"uid":"399695c8032bea2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/399695c8032bea2","status":"passed","time":{"start":1729034327395,"stop":1729034327396,"duration":1}},{"uid":"1158cb6250839e55","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1158cb6250839e55","status":"passed","time":{"start":1729034147767,"stop":1729034147768,"duration":1}},{"uid":"cce3ca26fd711c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cce3ca26fd711c0","status":"passed","time":{"start":1729032204825,"stop":1729032204825,"duration":0}},{"uid":"25f58aee1f60d512","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25f58aee1f60d512","status":"passed","time":{"start":1728901907652,"stop":1728901907652,"duration":0}},{"uid":"86d1e2cd25303a48","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/86d1e2cd25303a48","status":"passed","time":{"start":1728893341886,"stop":1728893341886,"duration":0}},{"uid":"43d263260ee97bb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/43d263260ee97bb","status":"passed","time":{"start":1728856299351,"stop":1728856299352,"duration":1}},{"uid":"488929d75afe6195","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/488929d75afe6195","status":"passed","time":{"start":1728738511612,"stop":1728738511612,"duration":0}},{"uid":"22d0b96edebf85a5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/22d0b96edebf85a5","status":"passed","time":{"start":1728683052908,"stop":1728683052908,"duration":0}},{"uid":"caeceedd38396ece","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/caeceedd38396ece","status":"passed","time":{"start":1728682612907,"stop":1728682612907,"duration":0}},{"uid":"b814e51abd924b0b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b814e51abd924b0b","status":"passed","time":{"start":1728677115743,"stop":1728677115743,"duration":0}},{"uid":"2bbb70d5188e1105","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2bbb70d5188e1105","status":"passed","time":{"start":1728669778171,"stop":1728669778171,"duration":0}},{"uid":"277e6c9232436091","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/277e6c9232436091","status":"passed","time":{"start":1728598175428,"stop":1728598175428,"duration":0}},{"uid":"d65be8541c8f3085","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d65be8541c8f3085","status":"passed","time":{"start":1728597380057,"stop":1728597380058,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7eaad572ad8881ce","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7eaad572ad8881ce","status":"passed","time":{"start":1729034400899,"stop":1729034400902,"duration":3}},{"uid":"5e3b8ebdc99c8809","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5e3b8ebdc99c8809","status":"passed","time":{"start":1729034317497,"stop":1729034317498,"duration":1}},{"uid":"8c42e7f1fbe406b6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8c42e7f1fbe406b6","status":"passed","time":{"start":1729034137156,"stop":1729034137156,"duration":0}},{"uid":"d2a4c8d204e3b3d8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2a4c8d204e3b3d8","status":"passed","time":{"start":1729032206888,"stop":1729032206888,"duration":0}},{"uid":"ad530c79b18558e9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ad530c79b18558e9","status":"passed","time":{"start":1728901995035,"stop":1728901995035,"duration":0}},{"uid":"d24a270fde5d2a6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d24a270fde5d2a6f","status":"passed","time":{"start":1728893421009,"stop":1728893421009,"duration":0}},{"uid":"6c6ac825a3be21dd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c6ac825a3be21dd","status":"passed","time":{"start":1728856368610,"stop":1728856368610,"duration":0}},{"uid":"ff50a99925946101","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff50a99925946101","status":"passed","time":{"start":1728738604692,"stop":1728738604692,"duration":0}},{"uid":"d518a9e3c737c5b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d518a9e3c737c5b","status":"passed","time":{"start":1728683117675,"stop":1728683117675,"duration":0}},{"uid":"e498e414e661c360","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e498e414e661c360","status":"passed","time":{"start":1728682721326,"stop":1728682721327,"duration":1}},{"uid":"9f2f5809cb8be571","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f2f5809cb8be571","status":"passed","time":{"start":1728677184694,"stop":1728677184694,"duration":0}},{"uid":"515a8856772a9a6d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/515a8856772a9a6d","status":"passed","time":{"start":1728669866477,"stop":1728669866478,"duration":1}},{"uid":"a8884ae30a52e402","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8884ae30a52e402","status":"passed","time":{"start":1728598250013,"stop":1728598250013,"duration":0}},{"uid":"e3f72ec1adfb2a0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3f72ec1adfb2a0d","status":"passed","time":{"start":1728597472309,"stop":1728597472309,"duration":0}}]},"9883c773706930c03807abfd423ba308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e89f239d6a1e13e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5e89f239d6a1e13e","status":"passed","time":{"start":1729034317505,"stop":1729034317506,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"428ecd59b66dc828","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/428ecd59b66dc828","status":"passed","time":{"start":1729034259807,"stop":1729034259807,"duration":0}},{"uid":"b30c1b70d3a9f885","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b30c1b70d3a9f885","status":"passed","time":{"start":1729034194001,"stop":1729034194001,"duration":0}},{"uid":"79c169d9e1eb48aa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79c169d9e1eb48aa","status":"passed","time":{"start":1729034014827,"stop":1729034014832,"duration":5}},{"uid":"fdfe46dbcea96fe0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fdfe46dbcea96fe0","status":"passed","time":{"start":1729032065422,"stop":1729032065422,"duration":0}},{"uid":"c9b7adda659971b0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c9b7adda659971b0","status":"passed","time":{"start":1728901664233,"stop":1728901664234,"duration":1}},{"uid":"c4c4997ef5a9bfa2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c4c4997ef5a9bfa2","status":"passed","time":{"start":1728893093679,"stop":1728893093679,"duration":0}},{"uid":"c334e5eca2abba19","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c334e5eca2abba19","status":"passed","time":{"start":1728856055261,"stop":1728856055262,"duration":1}},{"uid":"3272340b8a5098ac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3272340b8a5098ac","status":"passed","time":{"start":1728738274738,"stop":1728738274738,"duration":0}},{"uid":"a69d567c1889bb45","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a69d567c1889bb45","status":"passed","time":{"start":1728682807946,"stop":1728682807947,"duration":1}},{"uid":"6503efece65f0158","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6503efece65f0158","status":"passed","time":{"start":1728682381278,"stop":1728682381279,"duration":1}},{"uid":"dd719a971f94bc69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd719a971f94bc69","status":"passed","time":{"start":1728676853891,"stop":1728676853892,"duration":1}},{"uid":"b9e43e383334a54a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b9e43e383334a54a","status":"passed","time":{"start":1728669581681,"stop":1728669581681,"duration":0}},{"uid":"96747f069a92a9a3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/96747f069a92a9a3","status":"passed","time":{"start":1728597923459,"stop":1728597923459,"duration":0}},{"uid":"83b70459cc1688ba","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/83b70459cc1688ba","status":"passed","time":{"start":1728597132257,"stop":1728597132257,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ec89c4676560a996","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ec89c4676560a996","status":"passed","time":{"start":1729034400905,"stop":1729034400905,"duration":0}},{"uid":"84818f54ead732b7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/84818f54ead732b7","status":"passed","time":{"start":1729034317507,"stop":1729034317508,"duration":1}},{"uid":"333f49d20480062f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/333f49d20480062f","status":"passed","time":{"start":1729034137159,"stop":1729034137159,"duration":0}},{"uid":"2c58c7656cf42026","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c58c7656cf42026","status":"passed","time":{"start":1729032206902,"stop":1729032206903,"duration":1}},{"uid":"d4c581f6c1aae748","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d4c581f6c1aae748","status":"passed","time":{"start":1728901995037,"stop":1728901995038,"duration":1}},{"uid":"f14de52260090695","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f14de52260090695","status":"passed","time":{"start":1728893421011,"stop":1728893421011,"duration":0}},{"uid":"64287b22fee3987","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64287b22fee3987","status":"passed","time":{"start":1728856368612,"stop":1728856368612,"duration":0}},{"uid":"37f44169f5571631","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37f44169f5571631","status":"passed","time":{"start":1728738604695,"stop":1728738604695,"duration":0}},{"uid":"9f6d53556c89ca27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9f6d53556c89ca27","status":"passed","time":{"start":1728683117701,"stop":1728683117702,"duration":1}},{"uid":"f596d15e633907c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f596d15e633907c","status":"passed","time":{"start":1728682721329,"stop":1728682721329,"duration":0}},{"uid":"b5f8d398d63a8e76","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b5f8d398d63a8e76","status":"passed","time":{"start":1728677184696,"stop":1728677184696,"duration":0}},{"uid":"5bde6ad7261e6265","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5bde6ad7261e6265","status":"passed","time":{"start":1728669866483,"stop":1728669866484,"duration":1}},{"uid":"14a2ec0b0bcfa8fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/14a2ec0b0bcfa8fb","status":"passed","time":{"start":1728598250015,"stop":1728598250016,"duration":1}},{"uid":"d76d889ce1d06065","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d76d889ce1d06065","status":"passed","time":{"start":1728597472311,"stop":1728597472312,"duration":1}}]},"6a82d192d566593bce0f5027b0b8f385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee73881621ccdaf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ee73881621ccdaf","status":"passed","time":{"start":1728669834434,"stop":1728669834438,"duration":4}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9d19be18497fe333","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9d19be18497fe333","status":"passed","time":{"start":1729034190705,"stop":1729034190705,"duration":0}},{"uid":"5f52dc3928bc74e6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5f52dc3928bc74e6","status":"passed","time":{"start":1729034108431,"stop":1729034108431,"duration":0}},{"uid":"9bec4bef67576a8a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9bec4bef67576a8a","status":"passed","time":{"start":1729033925381,"stop":1729033925382,"duration":1}},{"uid":"fa5cdac08b01f36f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fa5cdac08b01f36f","status":"passed","time":{"start":1729031975189,"stop":1729031975190,"duration":1}},{"uid":"fc503d6731703e2f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fc503d6731703e2f","status":"passed","time":{"start":1728901537876,"stop":1728901537877,"duration":1}},{"uid":"3fdede22666fdc30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3fdede22666fdc30","status":"passed","time":{"start":1728892972428,"stop":1728892972429,"duration":1}},{"uid":"de9d5c764c7d396e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/de9d5c764c7d396e","status":"passed","time":{"start":1728855933070,"stop":1728855933071,"duration":1}},{"uid":"da1a1b43cc04aa66","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da1a1b43cc04aa66","status":"passed","time":{"start":1728738149926,"stop":1728738149926,"duration":0}},{"uid":"99e11c619b8ad78c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99e11c619b8ad78c","status":"passed","time":{"start":1728682681970,"stop":1728682681970,"duration":0}},{"uid":"99f135887657bf72","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99f135887657bf72","status":"passed","time":{"start":1728682257768,"stop":1728682257769,"duration":1}},{"uid":"63f28a32de2b0aa4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/63f28a32de2b0aa4","status":"passed","time":{"start":1728676730787,"stop":1728676730787,"duration":0}},{"uid":"75acc265775146cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/75acc265775146cc","status":"passed","time":{"start":1728669456895,"stop":1728669456895,"duration":0}},{"uid":"f93507a415ab2025","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f93507a415ab2025","status":"passed","time":{"start":1728597795919,"stop":1728597795919,"duration":0}},{"uid":"a3baa8d04158f086","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3baa8d04158f086","status":"passed","time":{"start":1728597010201,"stop":1728597010201,"duration":0}}]},"1d9e9f4334e4508de504575c3e4a9d5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7671f9cd6edd2ed0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7671f9cd6edd2ed0","status":"passed","time":{"start":1728677082010,"stop":1728677082011,"duration":1}}]},"78eac82ba9d6f720a3dcbd48050c6d2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70e350c9e30d0f75","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70e350c9e30d0f75","status":"passed","time":{"start":1728598212612,"stop":1728598212612,"duration":0}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f0afbe11cfd25162","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f0afbe11cfd25162","status":"passed","time":{"start":1729034475015,"stop":1729034475016,"duration":1}},{"uid":"ca3f7eb82ffd337e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ca3f7eb82ffd337e","status":"passed","time":{"start":1729034395303,"stop":1729034395303,"duration":0}},{"uid":"4ea1306217df5120","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4ea1306217df5120","status":"passed","time":{"start":1729034209128,"stop":1729034209130,"duration":2}},{"uid":"941e85fb5222b3c9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/941e85fb5222b3c9","status":"passed","time":{"start":1729032264601,"stop":1729032264601,"duration":0}},{"uid":"c800bb0731008899","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c800bb0731008899","status":"passed","time":{"start":1728902012892,"stop":1728902012892,"duration":0}},{"uid":"189e9f0d1e8260d1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/189e9f0d1e8260d1","status":"passed","time":{"start":1728893454825,"stop":1728893454826,"duration":1}},{"uid":"4548131aac9697d3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4548131aac9697d3","status":"passed","time":{"start":1728856408469,"stop":1728856408469,"duration":0}},{"uid":"78d58fb71afdabb3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78d58fb71afdabb3","status":"passed","time":{"start":1728738633875,"stop":1728738633876,"duration":1}},{"uid":"d48d2feb818ba64a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d48d2feb818ba64a","status":"passed","time":{"start":1728683159827,"stop":1728683159827,"duration":0}},{"uid":"ea2685413e3000e3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea2685413e3000e3","status":"passed","time":{"start":1728682751347,"stop":1728682751348,"duration":1}},{"uid":"8a61920af50a2363","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a61920af50a2363","status":"passed","time":{"start":1728677216379,"stop":1728677216379,"duration":0}},{"uid":"e006d74c650ed70f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e006d74c650ed70f","status":"passed","time":{"start":1728669925468,"stop":1728669925468,"duration":0}},{"uid":"2ff94957b8c224eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2ff94957b8c224eb","status":"passed","time":{"start":1728598268821,"stop":1728598268822,"duration":1}},{"uid":"f8163c636ec90b6a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f8163c636ec90b6a","status":"passed","time":{"start":1728597503954,"stop":1728597503956,"duration":2}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c4c6f5dbf5ae8607","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c4c6f5dbf5ae8607","status":"passed","time":{"start":1729034162856,"stop":1729034162858,"duration":2}},{"uid":"cf14f77505c04bd9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cf14f77505c04bd9","status":"passed","time":{"start":1729034085838,"stop":1729034085838,"duration":0}},{"uid":"b7314284874f7689","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b7314284874f7689","status":"passed","time":{"start":1729033899735,"stop":1729033899736,"duration":1}},{"uid":"7fc4cfe194c914f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7fc4cfe194c914f1","status":"passed","time":{"start":1729031949622,"stop":1729031949623,"duration":1}},{"uid":"f07a7a20f4324892","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f07a7a20f4324892","status":"passed","time":{"start":1728901494757,"stop":1728901494757,"duration":0}},{"uid":"c9f462c0dc6b1015","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9f462c0dc6b1015","status":"passed","time":{"start":1728892929639,"stop":1728892929639,"duration":0}},{"uid":"7d18600bad91f391","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d18600bad91f391","status":"passed","time":{"start":1728855891579,"stop":1728855891580,"duration":1}},{"uid":"3023eaa23589f60d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3023eaa23589f60d","status":"passed","time":{"start":1728738106822,"stop":1728738106822,"duration":0}},{"uid":"1f47bed80a16656e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1f47bed80a16656e","status":"passed","time":{"start":1728682642602,"stop":1728682642602,"duration":0}},{"uid":"c7a3012362b3a43b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7a3012362b3a43b","status":"passed","time":{"start":1728682214522,"stop":1728682214523,"duration":1}},{"uid":"3d5c96970c26e9f5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3d5c96970c26e9f5","status":"passed","time":{"start":1728676690539,"stop":1728676690540,"duration":1}},{"uid":"742b0987642f7422","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/742b0987642f7422","status":"passed","time":{"start":1728669414115,"stop":1728669414115,"duration":0}},{"uid":"56af2a6fee2d46e4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/56af2a6fee2d46e4","status":"passed","time":{"start":1728597753371,"stop":1728597753371,"duration":0}},{"uid":"653427f311b5bf4d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/653427f311b5bf4d","status":"passed","time":{"start":1728596970976,"stop":1728596970977,"duration":1}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"ab53deab1d8f195f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ab53deab1d8f195f","status":"passed","time":{"start":1729034400846,"stop":1729034400846,"duration":0}},{"uid":"8dae1b81bc9b6224","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8dae1b81bc9b6224","status":"passed","time":{"start":1728902045392,"stop":1728902045393,"duration":1}},{"uid":"bad9bf93962e8cfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bad9bf93962e8cfd","status":"passed","time":{"start":1728893481313,"stop":1728893481313,"duration":0}},{"uid":"6e2507d6e535815c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6e2507d6e535815c","status":"passed","time":{"start":1728856434369,"stop":1728856434369,"duration":0}},{"uid":"65677b31018ac723","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/65677b31018ac723","status":"passed","time":{"start":1728738656937,"stop":1728738656937,"duration":0}},{"uid":"bbcdc9b77e7f3dd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bbcdc9b77e7f3dd","status":"passed","time":{"start":1728683172726,"stop":1728683172726,"duration":0}},{"uid":"b9820d29dd3fba70","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b9820d29dd3fba70","status":"passed","time":{"start":1728682747613,"stop":1728682747613,"duration":0}},{"uid":"395a9b7310693818","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/395a9b7310693818","status":"passed","time":{"start":1728677247281,"stop":1728677247281,"duration":0}},{"uid":"c319a9302181aa23","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c319a9302181aa23","status":"passed","time":{"start":1728669917948,"stop":1728669917948,"duration":0}},{"uid":"e1421f0e26a51967","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e1421f0e26a51967","status":"passed","time":{"start":1728598290718,"stop":1728598290719,"duration":1}},{"uid":"b9f44a6d07065476","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b9f44a6d07065476","status":"passed","time":{"start":1728597515859,"stop":1728597515859,"duration":0}}]},"f022a19b56e0ddf4f85cb4259ef5f8a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7356cfc7192cf299","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7356cfc7192cf299","status":"passed","time":{"start":1729034137114,"stop":1729034137115,"duration":1}},{"uid":"6d4b4070fe0504d7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6d4b4070fe0504d7","status":"passed","time":{"start":1729034060045,"stop":1729034060046,"duration":1}},{"uid":"2acf1f11fc4b7f0f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2acf1f11fc4b7f0f","status":"passed","time":{"start":1729033875028,"stop":1729033875028,"duration":0}},{"uid":"acb4baa3f71fc631","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/acb4baa3f71fc631","status":"passed","time":{"start":1729031924909,"stop":1729031924909,"duration":0}},{"uid":"e92f03dcda9c1f45","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e92f03dcda9c1f45","status":"passed","time":{"start":1728901469135,"stop":1728901469136,"duration":1}},{"uid":"ec178763f6e985c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ec178763f6e985c8","status":"passed","time":{"start":1728892899801,"stop":1728892899801,"duration":0}},{"uid":"d3fb8ddac37490c7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d3fb8ddac37490c7","status":"passed","time":{"start":1728855863297,"stop":1728855863297,"duration":0}},{"uid":"534fd3dd15df97be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/534fd3dd15df97be","status":"passed","time":{"start":1728738080957,"stop":1728738080957,"duration":0}},{"uid":"eef094c2bef48ca8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eef094c2bef48ca8","status":"passed","time":{"start":1728682614316,"stop":1728682614317,"duration":1}},{"uid":"de1c9455f9d8f3b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/de1c9455f9d8f3b8","status":"passed","time":{"start":1728682187221,"stop":1728682187221,"duration":0}},{"uid":"569ba464da8d6612","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/569ba464da8d6612","status":"passed","time":{"start":1728676661422,"stop":1728676661422,"duration":0}},{"uid":"dd69bdab76e834aa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd69bdab76e834aa","status":"passed","time":{"start":1728669384754,"stop":1728669384754,"duration":0}},{"uid":"42753b76f8cd8d3b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/42753b76f8cd8d3b","status":"passed","time":{"start":1728597724211,"stop":1728597724212,"duration":1}},{"uid":"861c48eba33b54f4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/861c48eba33b54f4","status":"passed","time":{"start":1728596943265,"stop":1728596943265,"duration":0}}]},"b37e1d5d01db244b24161706217ca490:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6caae589231ad06e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6caae589231ad06e","status":"passed","time":{"start":1728738492794,"stop":1728738492794,"duration":0}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2aadefb427bfd2f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2aadefb427bfd2f5","status":"passed","time":{"start":1729034120214,"stop":1729034120215,"duration":1}},{"uid":"fce10f340d97254f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fce10f340d97254f","status":"passed","time":{"start":1729034043143,"stop":1729034043143,"duration":0}},{"uid":"7f520f5cd8cf847c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7f520f5cd8cf847c","status":"passed","time":{"start":1729033857765,"stop":1729033857766,"duration":1}},{"uid":"513060e956c7138b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/513060e956c7138b","status":"passed","time":{"start":1729031907985,"stop":1729031907985,"duration":0}},{"uid":"b8414e2af482896c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8414e2af482896c","status":"passed","time":{"start":1728901453411,"stop":1728901453411,"duration":0}},{"uid":"a7997ebd1bea297c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a7997ebd1bea297c","status":"passed","time":{"start":1728892883978,"stop":1728892883979,"duration":1}},{"uid":"2b2aafa5552bf379","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b2aafa5552bf379","status":"passed","time":{"start":1728855846185,"stop":1728855846185,"duration":0}},{"uid":"a2798ed671597158","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a2798ed671597158","status":"passed","time":{"start":1728738063648,"stop":1728738063648,"duration":0}},{"uid":"42b78183b50aec40","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42b78183b50aec40","status":"passed","time":{"start":1728682597529,"stop":1728682597530,"duration":1}},{"uid":"966f817790d309a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/966f817790d309a","status":"passed","time":{"start":1728682170202,"stop":1728682170202,"duration":0}},{"uid":"29f8954fafeebb15","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/29f8954fafeebb15","status":"passed","time":{"start":1728676644980,"stop":1728676644981,"duration":1}},{"uid":"62fbbe451fcd4045","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/62fbbe451fcd4045","status":"passed","time":{"start":1728669367853,"stop":1728669367854,"duration":1}},{"uid":"e0925f8e7ed0fbd5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e0925f8e7ed0fbd5","status":"passed","time":{"start":1728597708660,"stop":1728597708660,"duration":0}},{"uid":"86f456d01b190264","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86f456d01b190264","status":"passed","time":{"start":1728596927478,"stop":1728596927478,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a03ba54d9f51d376","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a03ba54d9f51d376","status":"passed","time":{"start":1729034400891,"stop":1729034400891,"duration":0}},{"uid":"685d3f5843507474","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/685d3f5843507474","status":"passed","time":{"start":1729034317453,"stop":1729034317454,"duration":1}},{"uid":"e6d3bbf982c5b393","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e6d3bbf982c5b393","status":"passed","time":{"start":1729034137142,"stop":1729034137143,"duration":1}},{"uid":"6f0ad40d2251982c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6f0ad40d2251982c","status":"passed","time":{"start":1729032206877,"stop":1729032206877,"duration":0}},{"uid":"dda7f671cff60995","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dda7f671cff60995","status":"passed","time":{"start":1728901995022,"stop":1728901995023,"duration":1}},{"uid":"409fd07dac4064d4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/409fd07dac4064d4","status":"passed","time":{"start":1728893420996,"stop":1728893420997,"duration":1}},{"uid":"866130bc8ddc5c6f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/866130bc8ddc5c6f","status":"passed","time":{"start":1728856368597,"stop":1728856368598,"duration":1}},{"uid":"ff525fd1f5559c21","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff525fd1f5559c21","status":"passed","time":{"start":1728738604682,"stop":1728738604682,"duration":0}},{"uid":"14f01dd14135c945","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/14f01dd14135c945","status":"passed","time":{"start":1728683117630,"stop":1728683117631,"duration":1}},{"uid":"5e669b22a7a7501b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5e669b22a7a7501b","status":"passed","time":{"start":1728682721319,"stop":1728682721319,"duration":0}},{"uid":"5b91ae95e63ad2d4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5b91ae95e63ad2d4","status":"passed","time":{"start":1728677184684,"stop":1728677184685,"duration":1}},{"uid":"57448419310046d0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/57448419310046d0","status":"passed","time":{"start":1728669866451,"stop":1728669866451,"duration":0}},{"uid":"2e64af283b7c8d7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e64af283b7c8d7","status":"passed","time":{"start":1728598249988,"stop":1728598249989,"duration":1}},{"uid":"415b8d7fc46180a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/415b8d7fc46180a7","status":"passed","time":{"start":1728597472293,"stop":1728597472293,"duration":0}}]},"75a56dace2a2eca9b249e89fceead8de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"895acee08c0082d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/895acee08c0082d2","status":"passed","time":{"start":1728901950550,"stop":1728901950551,"duration":1}}]},"3fd43012ec38de1464877ebf869f7288:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"36f9c419a3b49b7e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/36f9c419a3b49b7e","status":"passed","time":{"start":1728669841249,"stop":1728669841249,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"423ab93985ed92f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/423ab93985ed92f5","status":"passed","time":{"start":1729034296714,"stop":1729034296715,"duration":1}},{"uid":"599c361fe6a717c8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/599c361fe6a717c8","status":"passed","time":{"start":1729034220610,"stop":1729034220610,"duration":0}},{"uid":"3546bc2cef3d201","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3546bc2cef3d201","status":"passed","time":{"start":1729034041499,"stop":1729034041500,"duration":1}},{"uid":"4361610ff4c60fef","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4361610ff4c60fef","status":"passed","time":{"start":1728901705414,"stop":1728901705415,"duration":1}},{"uid":"a8b67b7470ea0a5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a8b67b7470ea0a5a","status":"passed","time":{"start":1728893141781,"stop":1728893141782,"duration":1}},{"uid":"8adaee850dd5fae5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8adaee850dd5fae5","status":"passed","time":{"start":1728856087087,"stop":1728856087087,"duration":0}},{"uid":"d067dd70d6039e94","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d067dd70d6039e94","status":"passed","time":{"start":1728738321454,"stop":1728738321455,"duration":1}},{"uid":"de879c519abf4d7e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de879c519abf4d7e","status":"passed","time":{"start":1728682845680,"stop":1728682845681,"duration":1}},{"uid":"717ffeb921bf098f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/717ffeb921bf098f","status":"passed","time":{"start":1728682424315,"stop":1728682424316,"duration":1}},{"uid":"955bb3c2d1250766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/955bb3c2d1250766","status":"passed","time":{"start":1728676900544,"stop":1728676900545,"duration":1}},{"uid":"d8969f0c2eacf879","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8969f0c2eacf879","status":"passed","time":{"start":1728669625805,"stop":1728669625805,"duration":0}},{"uid":"65552d163638bf75","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/65552d163638bf75","status":"passed","time":{"start":1728597957176,"stop":1728597957176,"duration":0}},{"uid":"4a30388d58d71b9f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4a30388d58d71b9f","status":"passed","time":{"start":1728597182623,"stop":1728597182623,"duration":0}}]},"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"338bd61eaaa022cb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/338bd61eaaa022cb","status":"passed","time":{"start":1729034096140,"stop":1729034096140,"duration":0}},{"uid":"5d86c61b90c31807","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5d86c61b90c31807","status":"passed","time":{"start":1729034020096,"stop":1729034020096,"duration":0}},{"uid":"1b53ed22dd056a25","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1b53ed22dd056a25","status":"passed","time":{"start":1729033834393,"stop":1729033834393,"duration":0}},{"uid":"56ea1ec92590be2c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/56ea1ec92590be2c","status":"passed","time":{"start":1729031884126,"stop":1729031884127,"duration":1}},{"uid":"66a218d66cb886cc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66a218d66cb886cc","status":"passed","time":{"start":1728901430260,"stop":1728901430260,"duration":0}},{"uid":"463f1eac5baaf99c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/463f1eac5baaf99c","status":"passed","time":{"start":1728892860538,"stop":1728892860539,"duration":1}},{"uid":"64234cf9207a309c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64234cf9207a309c","status":"passed","time":{"start":1728855823328,"stop":1728855823328,"duration":0}},{"uid":"5104b302c6dd6e45","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5104b302c6dd6e45","status":"passed","time":{"start":1728738040609,"stop":1728738040609,"duration":0}},{"uid":"76dba47770a4c1fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/76dba47770a4c1fd","status":"passed","time":{"start":1728682574100,"stop":1728682574100,"duration":0}},{"uid":"296fb4405aa6804f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/296fb4405aa6804f","status":"passed","time":{"start":1728682146824,"stop":1728682146824,"duration":0}},{"uid":"298ab9fc5f57e334","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/298ab9fc5f57e334","status":"passed","time":{"start":1728676621438,"stop":1728676621439,"duration":1}},{"uid":"e285662eb7623703","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e285662eb7623703","status":"passed","time":{"start":1728669344473,"stop":1728669344473,"duration":0}},{"uid":"8e469e39255dfc03","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8e469e39255dfc03","status":"passed","time":{"start":1728597685168,"stop":1728597685169,"duration":1}},{"uid":"13ed6c68704f97b5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/13ed6c68704f97b5","status":"passed","time":{"start":1728596904477,"stop":1728596904477,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"71eaaf42c156402","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/71eaaf42c156402","status":"passed","time":{"start":1729034393628,"stop":1729034393628,"duration":0}},{"uid":"ff6578df8d504638","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ff6578df8d504638","status":"passed","time":{"start":1729034304813,"stop":1729034304819,"duration":6}},{"uid":"45fb9f7fd57ac818","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45fb9f7fd57ac818","status":"passed","time":{"start":1729034121891,"stop":1729034121892,"duration":1}},{"uid":"aa9779e08e389163","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aa9779e08e389163","status":"passed","time":{"start":1729032174798,"stop":1729032174798,"duration":0}},{"uid":"61488854c4dc5712","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/61488854c4dc5712","status":"passed","time":{"start":1728901881004,"stop":1728901881005,"duration":1}},{"uid":"4a5aa0003bafa5e0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a5aa0003bafa5e0","status":"passed","time":{"start":1728893317143,"stop":1728893317151,"duration":8}},{"uid":"39bac3e787d72ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39bac3e787d72ab","status":"passed","time":{"start":1728856263066,"stop":1728856263066,"duration":0}},{"uid":"46ec88a96b3d92f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/46ec88a96b3d92f5","status":"passed","time":{"start":1728738492789,"stop":1728738492790,"duration":1}},{"uid":"dc7599f99885a111","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc7599f99885a111","status":"passed","time":{"start":1728683030009,"stop":1728683030009,"duration":0}},{"uid":"b03c85e99d05a6a9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b03c85e99d05a6a9","status":"passed","time":{"start":1728682581083,"stop":1728682581083,"duration":0}},{"uid":"ad966b93f7f20b47","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ad966b93f7f20b47","status":"passed","time":{"start":1728677081984,"stop":1728677081985,"duration":1}},{"uid":"a99d10ee48fc8554","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a99d10ee48fc8554","status":"passed","time":{"start":1728669795385,"stop":1728669795387,"duration":2}},{"uid":"355d664a6f04564c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/355d664a6f04564c","status":"passed","time":{"start":1728598137495,"stop":1728598137496,"duration":1}},{"uid":"bdc4fe1697bbd8f2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bdc4fe1697bbd8f2","status":"passed","time":{"start":1728597353473,"stop":1728597353473,"duration":0}}]},"b6ff7a1ad6e73be80bce00b0a46aaaef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b73d88ac0437f78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b73d88ac0437f78","status":"passed","time":{"start":1728682721327,"stop":1728682721327,"duration":0}}]},"ebd4996f58fc5df8233ae4cde47f9515:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e643857ea0a6d89f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e643857ea0a6d89f","status":"passed","time":{"start":1728682652694,"stop":1728682652694,"duration":0}}]},"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d81e0111d5bd99f3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d81e0111d5bd99f3","status":"passed","time":{"start":1729034096132,"stop":1729034096132,"duration":0}},{"uid":"56c0ae389bc4bf84","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/56c0ae389bc4bf84","status":"passed","time":{"start":1729034020090,"stop":1729034020090,"duration":0}},{"uid":"5fb97c360f4ca8a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5fb97c360f4ca8a","status":"passed","time":{"start":1729033834385,"stop":1729033834385,"duration":0}},{"uid":"35ac5080b16306d5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/35ac5080b16306d5","status":"passed","time":{"start":1729031884117,"stop":1729031884117,"duration":0}},{"uid":"7f73af903b608ec2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f73af903b608ec2","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"8c73b0acc59ac397","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c73b0acc59ac397","status":"passed","time":{"start":1728892860531,"stop":1728892860531,"duration":0}},{"uid":"23439e645b54321a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/23439e645b54321a","status":"passed","time":{"start":1728855823321,"stop":1728855823322,"duration":1}},{"uid":"67f6a68edd693cf4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67f6a68edd693cf4","status":"passed","time":{"start":1728738040600,"stop":1728738040601,"duration":1}},{"uid":"3f89837f409f96f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f89837f409f96f4","status":"passed","time":{"start":1728682574092,"stop":1728682574092,"duration":0}},{"uid":"88fc38ebe239aad1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/88fc38ebe239aad1","status":"passed","time":{"start":1728682146816,"stop":1728682146817,"duration":1}},{"uid":"303d47ef2019279e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/303d47ef2019279e","status":"passed","time":{"start":1728676621431,"stop":1728676621431,"duration":0}},{"uid":"eddf8774296a1f33","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eddf8774296a1f33","status":"passed","time":{"start":1728669344466,"stop":1728669344467,"duration":1}},{"uid":"90a2f0cc6bf7a709","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90a2f0cc6bf7a709","status":"passed","time":{"start":1728597685160,"stop":1728597685160,"duration":0}},{"uid":"748a977668a45b6d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/748a977668a45b6d","status":"passed","time":{"start":1728596904467,"stop":1728596904467,"duration":0}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"12cfa73c007e5262","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12cfa73c007e5262","status":"passed","time":{"start":1729034474974,"stop":1729034474975,"duration":1}},{"uid":"d8a89ea529171c61","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d8a89ea529171c61","status":"passed","time":{"start":1729034395285,"stop":1729034395285,"duration":0}},{"uid":"2c2cf4e5ffde61e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2c2cf4e5ffde61e2","status":"passed","time":{"start":1729034209087,"stop":1729034209087,"duration":0}},{"uid":"31919dd6373e9b3b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/31919dd6373e9b3b","status":"passed","time":{"start":1729032264556,"stop":1729032264557,"duration":1}},{"uid":"1e75ad7c681ec68a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e75ad7c681ec68a","status":"passed","time":{"start":1728902012831,"stop":1728902012831,"duration":0}},{"uid":"3a9bad20822a4264","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3a9bad20822a4264","status":"passed","time":{"start":1728893454804,"stop":1728893454805,"duration":1}},{"uid":"ff13e1382c6caf70","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ff13e1382c6caf70","status":"passed","time":{"start":1728856408446,"stop":1728856408447,"duration":1}},{"uid":"59172f3a8ea9af1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/59172f3a8ea9af1c","status":"passed","time":{"start":1728738633849,"stop":1728738633849,"duration":0}},{"uid":"bfa35cad137623cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bfa35cad137623cc","status":"passed","time":{"start":1728683159724,"stop":1728683159728,"duration":4}},{"uid":"9a36808c2df09579","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9a36808c2df09579","status":"passed","time":{"start":1728682751322,"stop":1728682751323,"duration":1}},{"uid":"7eabe857f33f14a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7eabe857f33f14a1","status":"passed","time":{"start":1728677216349,"stop":1728677216349,"duration":0}},{"uid":"e694f75284f7d167","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e694f75284f7d167","status":"passed","time":{"start":1728669925447,"stop":1728669925447,"duration":0}},{"uid":"2fa00958f9ed2bf0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2fa00958f9ed2bf0","status":"passed","time":{"start":1728598268793,"stop":1728598268794,"duration":1}},{"uid":"a1181597691deeb6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a1181597691deeb6","status":"passed","time":{"start":1728597503895,"stop":1728597503897,"duration":2}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ad1b3467c0be526e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ad1b3467c0be526e","status":"passed","time":{"start":1729034104913,"stop":1729034104913,"duration":0}},{"uid":"757646f526258283","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/757646f526258283","status":"passed","time":{"start":1729034028514,"stop":1729034028514,"duration":0}},{"uid":"d521239005ea1479","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d521239005ea1479","status":"passed","time":{"start":1729033843119,"stop":1729033843119,"duration":0}},{"uid":"6a20ade101f332b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6a20ade101f332b","status":"passed","time":{"start":1729031892681,"stop":1729031892681,"duration":0}},{"uid":"a3255db54b472795","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3255db54b472795","status":"passed","time":{"start":1728901438812,"stop":1728901438812,"duration":0}},{"uid":"dea8c00ddf854e83","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dea8c00ddf854e83","status":"passed","time":{"start":1728892869005,"stop":1728892869005,"duration":0}},{"uid":"e70acb640a9f0e18","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e70acb640a9f0e18","status":"passed","time":{"start":1728855831896,"stop":1728855831896,"duration":0}},{"uid":"67f9825de0323f65","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67f9825de0323f65","status":"passed","time":{"start":1728738049040,"stop":1728738049044,"duration":4}},{"uid":"3f695113c52596a3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f695113c52596a3","status":"passed","time":{"start":1728682582624,"stop":1728682582624,"duration":0}},{"uid":"eee275b432cef96a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eee275b432cef96a","status":"passed","time":{"start":1728682155412,"stop":1728682155412,"duration":0}},{"uid":"67dc864ca496a3f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/67dc864ca496a3f2","status":"passed","time":{"start":1728676629974,"stop":1728676629978,"duration":4}},{"uid":"25b94391846b5ed4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25b94391846b5ed4","status":"passed","time":{"start":1728669353105,"stop":1728669353105,"duration":0}},{"uid":"4914d78244c0e41b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4914d78244c0e41b","status":"passed","time":{"start":1728597693851,"stop":1728597693851,"duration":0}},{"uid":"48a4369a56996cda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/48a4369a56996cda","status":"passed","time":{"start":1728596913095,"stop":1728596913095,"duration":0}}]},"26c98c7bb42ccad0e01ada3947ed45c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a05164109cc852","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a05164109cc852","status":"passed","time":{"start":1728893421009,"stop":1728893421010,"duration":1}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9bfd56d9bcf96c2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9bfd56d9bcf96c2","status":"passed","time":{"start":1729034474979,"stop":1729034474979,"duration":0}},{"uid":"f90aeb545cb13589","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f90aeb545cb13589","status":"passed","time":{"start":1729034395287,"stop":1729034395287,"duration":0}},{"uid":"28df5307083bf705","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/28df5307083bf705","status":"passed","time":{"start":1729034209089,"stop":1729034209089,"duration":0}},{"uid":"c51a07de84a6ee5a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c51a07de84a6ee5a","status":"passed","time":{"start":1729032264559,"stop":1729032264559,"duration":0}},{"uid":"7b54945f480210f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7b54945f480210f7","status":"passed","time":{"start":1728902012833,"stop":1728902012833,"duration":0}},{"uid":"b635e24d8e4eb481","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b635e24d8e4eb481","status":"passed","time":{"start":1728893454807,"stop":1728893454807,"duration":0}},{"uid":"134dd86625004f8c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/134dd86625004f8c","status":"passed","time":{"start":1728856408448,"stop":1728856408448,"duration":0}},{"uid":"9444fbd99a80d67a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9444fbd99a80d67a","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"faaeae4c5d21ab03","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/faaeae4c5d21ab03","status":"passed","time":{"start":1728683159736,"stop":1728683159746,"duration":10}},{"uid":"4ba3b37bd2b26938","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4ba3b37bd2b26938","status":"passed","time":{"start":1728682751324,"stop":1728682751325,"duration":1}},{"uid":"d93008c11d5abf17","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d93008c11d5abf17","status":"passed","time":{"start":1728677216351,"stop":1728677216351,"duration":0}},{"uid":"57e404bc5e9bee8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/57e404bc5e9bee8","status":"passed","time":{"start":1728669925449,"stop":1728669925449,"duration":0}},{"uid":"17d15dfb67caba25","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/17d15dfb67caba25","status":"passed","time":{"start":1728598268797,"stop":1728598268797,"duration":0}},{"uid":"b450fb920abbec73","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b450fb920abbec73","status":"passed","time":{"start":1728597503901,"stop":1728597503908,"duration":7}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"622c5b5fba609040","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/622c5b5fba609040","status":"passed","time":{"start":1729034411420,"stop":1729034411420,"duration":0}},{"uid":"4f576f68e9b039ca","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4f576f68e9b039ca","status":"passed","time":{"start":1729034327396,"stop":1729034327396,"duration":0}},{"uid":"699f2b77c633ed67","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/699f2b77c633ed67","status":"passed","time":{"start":1729034147768,"stop":1729034147768,"duration":0}},{"uid":"d924d7384ca97f53","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d924d7384ca97f53","status":"passed","time":{"start":1729032204825,"stop":1729032204825,"duration":0}},{"uid":"cbcd84025924688c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cbcd84025924688c","status":"passed","time":{"start":1728901907653,"stop":1728901907653,"duration":0}},{"uid":"454292fa687b88b5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/454292fa687b88b5","status":"passed","time":{"start":1728893341886,"stop":1728893341886,"duration":0}},{"uid":"2ad110a536d5c0c6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ad110a536d5c0c6","status":"passed","time":{"start":1728856299352,"stop":1728856299352,"duration":0}},{"uid":"5e20f8d979487995","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5e20f8d979487995","status":"passed","time":{"start":1728738511613,"stop":1728738511614,"duration":1}},{"uid":"5756916031810d08","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5756916031810d08","status":"passed","time":{"start":1728683052908,"stop":1728683052908,"duration":0}},{"uid":"1455b01e8bfa44ed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1455b01e8bfa44ed","status":"passed","time":{"start":1728682612907,"stop":1728682612908,"duration":1}},{"uid":"80d5d37d23db19ed","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/80d5d37d23db19ed","status":"passed","time":{"start":1728677115743,"stop":1728677115743,"duration":0}},{"uid":"2156e129a786fd78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2156e129a786fd78","status":"passed","time":{"start":1728669778171,"stop":1728669778172,"duration":1}},{"uid":"cce3a54af579e25e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cce3a54af579e25e","status":"passed","time":{"start":1728598175429,"stop":1728598175429,"duration":0}},{"uid":"8e0901a1e673b1f3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e0901a1e673b1f3","status":"passed","time":{"start":1728597380058,"stop":1728597380058,"duration":0}}]},"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"de675e30ba745559","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/de675e30ba745559","status":"passed","time":{"start":1729034096145,"stop":1729034096145,"duration":0}},{"uid":"534052f853607491","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/534052f853607491","status":"passed","time":{"start":1729034020101,"stop":1729034020102,"duration":1}},{"uid":"c2755c5603d4bd99","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2755c5603d4bd99","status":"passed","time":{"start":1729033834399,"stop":1729033834399,"duration":0}},{"uid":"678eaeee648e85ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/678eaeee648e85ef","status":"passed","time":{"start":1729031884132,"stop":1729031884132,"duration":0}},{"uid":"f242004f410ab751","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f242004f410ab751","status":"passed","time":{"start":1728901430265,"stop":1728901430265,"duration":0}},{"uid":"973135747579f92d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/973135747579f92d","status":"passed","time":{"start":1728892860544,"stop":1728892860544,"duration":0}},{"uid":"249bb969fbad7a77","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/249bb969fbad7a77","status":"passed","time":{"start":1728855823333,"stop":1728855823333,"duration":0}},{"uid":"918099c04c99c475","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/918099c04c99c475","status":"passed","time":{"start":1728738040614,"stop":1728738040614,"duration":0}},{"uid":"b1e9058ffaecece4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1e9058ffaecece4","status":"passed","time":{"start":1728682574106,"stop":1728682574107,"duration":1}},{"uid":"2e4d2c709c32ed7c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2e4d2c709c32ed7c","status":"passed","time":{"start":1728682146829,"stop":1728682146830,"duration":1}},{"uid":"c02ec1ac404d6317","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c02ec1ac404d6317","status":"passed","time":{"start":1728676621444,"stop":1728676621444,"duration":0}},{"uid":"b0144e2cbb3a5c14","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0144e2cbb3a5c14","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"b75276c4f908a8f6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b75276c4f908a8f6","status":"passed","time":{"start":1728597685174,"stop":1728597685174,"duration":0}},{"uid":"47123b35e65a3e7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47123b35e65a3e7e","status":"passed","time":{"start":1728596904484,"stop":1728596904484,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3390894a3b9ffc59","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3390894a3b9ffc59","status":"passed","time":{"start":1729034155169,"stop":1729034155170,"duration":1}},{"uid":"3f556c888bf9d9c0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3f556c888bf9d9c0","status":"passed","time":{"start":1729034079229,"stop":1729034079229,"duration":0}},{"uid":"5ccc902154703708","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ccc902154703708","status":"passed","time":{"start":1729033892948,"stop":1729033892951,"duration":3}},{"uid":"715064ad0bfc1f73","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/715064ad0bfc1f73","status":"passed","time":{"start":1729031943346,"stop":1729031943347,"duration":1}},{"uid":"b1a14d2a9a4684d1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b1a14d2a9a4684d1","status":"passed","time":{"start":1728901487509,"stop":1728901487513,"duration":4}},{"uid":"3b485e03baf234bd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b485e03baf234bd","status":"passed","time":{"start":1728892920383,"stop":1728892920384,"duration":1}},{"uid":"77d76ec4253a2eaf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77d76ec4253a2eaf","status":"passed","time":{"start":1728855881495,"stop":1728855881495,"duration":0}},{"uid":"c6961baadb6af10c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c6961baadb6af10c","status":"passed","time":{"start":1728738098726,"stop":1728738098727,"duration":1}},{"uid":"cab9b3a3c9c028f8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cab9b3a3c9c028f8","status":"passed","time":{"start":1728682632217,"stop":1728682632218,"duration":1}},{"uid":"28cb74db442989b0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/28cb74db442989b0","status":"passed","time":{"start":1728682205208,"stop":1728682205208,"duration":0}},{"uid":"351d6d3b606b3914","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/351d6d3b606b3914","status":"passed","time":{"start":1728676680974,"stop":1728676680974,"duration":0}},{"uid":"99db3ecc8faaadd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/99db3ecc8faaadd","status":"passed","time":{"start":1728669404736,"stop":1728669404737,"duration":1}},{"uid":"55034fc5ec062e2c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55034fc5ec062e2c","status":"passed","time":{"start":1728597743842,"stop":1728597743843,"duration":1}},{"uid":"2bde0978eda86690","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2bde0978eda86690","status":"passed","time":{"start":1728596961179,"stop":1728596961181,"duration":2}}]},"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c05572d65feb3e0e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c05572d65feb3e0e","status":"passed","time":{"start":1729034096124,"stop":1729034096124,"duration":0}},{"uid":"327c74efd53bd1ce","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/327c74efd53bd1ce","status":"passed","time":{"start":1729034020084,"stop":1729034020084,"duration":0}},{"uid":"999739aaa6391318","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/999739aaa6391318","status":"passed","time":{"start":1729033834375,"stop":1729033834376,"duration":1}},{"uid":"f600b3e32720be3a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f600b3e32720be3a","status":"passed","time":{"start":1729031884106,"stop":1729031884106,"duration":0}},{"uid":"158a681de55967da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/158a681de55967da","status":"passed","time":{"start":1728901430248,"stop":1728901430248,"duration":0}},{"uid":"4dc5aec4d909b758","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4dc5aec4d909b758","status":"passed","time":{"start":1728892860524,"stop":1728892860524,"duration":0}},{"uid":"3e5ea0f9109dd3ea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3e5ea0f9109dd3ea","status":"passed","time":{"start":1728855823314,"stop":1728855823314,"duration":0}},{"uid":"47f541c27b052a5f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/47f541c27b052a5f","status":"passed","time":{"start":1728738040583,"stop":1728738040583,"duration":0}},{"uid":"7650c5aa73521d8c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7650c5aa73521d8c","status":"passed","time":{"start":1728682574081,"stop":1728682574081,"duration":0}},{"uid":"b75007e6cae626fe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b75007e6cae626fe","status":"passed","time":{"start":1728682146808,"stop":1728682146808,"duration":0}},{"uid":"beb0142aa0a4c417","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/beb0142aa0a4c417","status":"passed","time":{"start":1728676621422,"stop":1728676621423,"duration":1}},{"uid":"a180d5d73e257be4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a180d5d73e257be4","status":"passed","time":{"start":1728669344459,"stop":1728669344460,"duration":1}},{"uid":"bdf7100b18ad9dee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bdf7100b18ad9dee","status":"passed","time":{"start":1728597685152,"stop":1728597685153,"duration":1}},{"uid":"ebc6eae9a5192e25","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ebc6eae9a5192e25","status":"passed","time":{"start":1728596904459,"stop":1728596904459,"duration":0}}]},"cb40aa29055ce3953718155e21fe0217:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bba37e0551dcc4fa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bba37e0551dcc4fa","status":"passed","time":{"start":1729034348213,"stop":1729034348213,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bc3c33f216ab978b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bc3c33f216ab978b","status":"passed","time":{"start":1729034470059,"stop":1729034470059,"duration":0}},{"uid":"ab4157863e9d2bf5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ab4157863e9d2bf5","status":"passed","time":{"start":1729034388866,"stop":1729034388866,"duration":0}},{"uid":"5f8a0a9adb153093","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f8a0a9adb153093","status":"passed","time":{"start":1729034213016,"stop":1729034213016,"duration":0}},{"uid":"aab70e1ca35db9b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aab70e1ca35db9b4","status":"passed","time":{"start":1729032269099,"stop":1729032269100,"duration":1}},{"uid":"1fd0eaa2b68b3507","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1fd0eaa2b68b3507","status":"passed","time":{"start":1728902000839,"stop":1728902000840,"duration":1}},{"uid":"a5eae32ccc7e46b1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a5eae32ccc7e46b1","status":"passed","time":{"start":1728893442590,"stop":1728893442590,"duration":0}},{"uid":"c0ab76acdd6a9c96","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c0ab76acdd6a9c96","status":"passed","time":{"start":1728856386633,"stop":1728856386634,"duration":1}},{"uid":"7f27154513ff8a1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7f27154513ff8a1c","status":"passed","time":{"start":1728738608579,"stop":1728738608580,"duration":1}},{"uid":"f70c070517065884","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f70c070517065884","status":"passed","time":{"start":1728683148166,"stop":1728683148167,"duration":1}},{"uid":"abc2f2e75bc98ab3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/abc2f2e75bc98ab3","status":"passed","time":{"start":1728682709054,"stop":1728682709055,"duration":1}},{"uid":"8bdcec41b6211c83","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8bdcec41b6211c83","status":"passed","time":{"start":1728677206652,"stop":1728677206653,"duration":1}},{"uid":"bb7be12a116ab7de","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb7be12a116ab7de","status":"passed","time":{"start":1728669888546,"stop":1728669888546,"duration":0}},{"uid":"8e52e430d03820a9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8e52e430d03820a9","status":"passed","time":{"start":1728598268127,"stop":1728598268128,"duration":1}},{"uid":"98f86a667a7197d0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/98f86a667a7197d0","status":"passed","time":{"start":1728597478030,"stop":1728597478030,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cfd19e9517d237bb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cfd19e9517d237bb","status":"passed","time":{"start":1729034470061,"stop":1729034470061,"duration":0}},{"uid":"511aaecb9687b340","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/511aaecb9687b340","status":"passed","time":{"start":1729034388868,"stop":1729034388868,"duration":0}},{"uid":"4f3784fd83ddd98f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f3784fd83ddd98f","status":"passed","time":{"start":1729034213018,"stop":1729034213018,"duration":0}},{"uid":"86fdac47711af002","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/86fdac47711af002","status":"passed","time":{"start":1729032269101,"stop":1729032269102,"duration":1}},{"uid":"e70a08db66085ac1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e70a08db66085ac1","status":"passed","time":{"start":1728902000841,"stop":1728902000841,"duration":0}},{"uid":"1513ffce0851ce20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1513ffce0851ce20","status":"passed","time":{"start":1728893442593,"stop":1728893442594,"duration":1}},{"uid":"557c06a6c6949d04","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/557c06a6c6949d04","status":"passed","time":{"start":1728856386638,"stop":1728856386638,"duration":0}},{"uid":"9bc4d1c9f6edca89","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9bc4d1c9f6edca89","status":"passed","time":{"start":1728738608584,"stop":1728738608586,"duration":2}},{"uid":"e0d3a104c142f2ce","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e0d3a104c142f2ce","status":"passed","time":{"start":1728683148168,"stop":1728683148169,"duration":1}},{"uid":"cafb16fc7e0d017b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cafb16fc7e0d017b","status":"passed","time":{"start":1728682709056,"stop":1728682709056,"duration":0}},{"uid":"ed668fd03eaa29e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ed668fd03eaa29e4","status":"passed","time":{"start":1728677206655,"stop":1728677206655,"duration":0}},{"uid":"8ccf534b308c6883","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8ccf534b308c6883","status":"passed","time":{"start":1728669888549,"stop":1728669888549,"duration":0}},{"uid":"fb9c73760ac932e2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fb9c73760ac932e2","status":"passed","time":{"start":1728598268130,"stop":1728598268130,"duration":0}},{"uid":"1f41c50f35b2fc08","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1f41c50f35b2fc08","status":"passed","time":{"start":1728597478032,"stop":1728597478032,"duration":0}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"77ea4e2f8669d0c5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/77ea4e2f8669d0c5","status":"passed","time":{"start":1729034307029,"stop":1729034307030,"duration":1}},{"uid":"75da4cd510475b40","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/75da4cd510475b40","status":"passed","time":{"start":1729034223304,"stop":1729034223305,"duration":1}},{"uid":"b94fa7351d01e5bd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b94fa7351d01e5bd","status":"passed","time":{"start":1729034034974,"stop":1729034034976,"duration":2}},{"uid":"2103df805e7cc3f9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2103df805e7cc3f9","status":"passed","time":{"start":1729032066280,"stop":1729032066280,"duration":0}},{"uid":"e14a7666b8f20e47","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e14a7666b8f20e47","status":"passed","time":{"start":1728901706616,"stop":1728901706617,"duration":1}},{"uid":"74fff30bc2b74fb9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/74fff30bc2b74fb9","status":"passed","time":{"start":1728893153420,"stop":1728893153420,"duration":0}},{"uid":"28ec5ce09fc978fd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/28ec5ce09fc978fd","status":"passed","time":{"start":1728856108124,"stop":1728856108125,"duration":1}},{"uid":"c0c895c21c0e7462","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0c895c21c0e7462","status":"passed","time":{"start":1728738316667,"stop":1728738316667,"duration":0}},{"uid":"8d2ee6966746b0d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8d2ee6966746b0d1","status":"passed","time":{"start":1728682865311,"stop":1728682865312,"duration":1}},{"uid":"c7052661c3f674b0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7052661c3f674b0","status":"passed","time":{"start":1728682446993,"stop":1728682446994,"duration":1}},{"uid":"571e73b7549feef9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/571e73b7549feef9","status":"passed","time":{"start":1728676924470,"stop":1728676924477,"duration":7}},{"uid":"10538e09084c483f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/10538e09084c483f","status":"passed","time":{"start":1728669626255,"stop":1728669626256,"duration":1}},{"uid":"32292c4d24292fd1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/32292c4d24292fd1","status":"passed","time":{"start":1728597973670,"stop":1728597973671,"duration":1}},{"uid":"646a5165411ba791","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/646a5165411ba791","status":"passed","time":{"start":1728597188032,"stop":1728597188033,"duration":1}}]},"114ac7e2947475aafeac81a018d71cfc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4cfa97b0c1e6c5f4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4cfa97b0c1e6c5f4","status":"passed","time":{"start":1728738555093,"stop":1728738555093,"duration":0}}]},"49b431dae18963e28b45f37d852968da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9dc6aca5f262f1df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9dc6aca5f262f1df","status":"passed","time":{"start":1728682666064,"stop":1728682666065,"duration":1}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b97f6e3c47057456","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b97f6e3c47057456","status":"passed","time":{"start":1729034549088,"stop":1729034549088,"duration":0}},{"uid":"a88feb2b991503f3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a88feb2b991503f3","status":"passed","time":{"start":1729034468677,"stop":1729034468677,"duration":0}},{"uid":"726027845faefbe4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/726027845faefbe4","status":"passed","time":{"start":1729032344621,"stop":1729032344622,"duration":1}},{"uid":"e180950aeaf69d1a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e180950aeaf69d1a","status":"passed","time":{"start":1728902062111,"stop":1728902062112,"duration":1}},{"uid":"2c973b65fb052f0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2c973b65fb052f0","status":"passed","time":{"start":1728893496346,"stop":1728893496346,"duration":0}},{"uid":"893fee2dc7ed720f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/893fee2dc7ed720f","status":"passed","time":{"start":1728856449982,"stop":1728856449983,"duration":1}},{"uid":"1fd635c2ff7f432c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1fd635c2ff7f432c","status":"passed","time":{"start":1728738669752,"stop":1728738669752,"duration":0}},{"uid":"e6588bcd7ebf59cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6588bcd7ebf59cc","status":"passed","time":{"start":1728683209697,"stop":1728683209697,"duration":0}},{"uid":"b73a0c421fb69501","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b73a0c421fb69501","status":"passed","time":{"start":1728682772283,"stop":1728682772284,"duration":1}},{"uid":"74a98395c4d90761","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/74a98395c4d90761","status":"passed","time":{"start":1728677264667,"stop":1728677264668,"duration":1}},{"uid":"679f842c64c973f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/679f842c64c973f0","status":"passed","time":{"start":1728669943368,"stop":1728669943368,"duration":0}},{"uid":"bd723564174adb23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bd723564174adb23","status":"passed","time":{"start":1728598324827,"stop":1728598324828,"duration":1}},{"uid":"f7e3195720585b24","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f7e3195720585b24","status":"passed","time":{"start":1728597540222,"stop":1728597540223,"duration":1}}]},"7547ee347697dac4fc4334aa3c133fcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"545dfea3799d0ce9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/545dfea3799d0ce9","status":"passed","time":{"start":1728669841253,"stop":1728669841254,"duration":1}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bd7f5ed9abed90fa","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bd7f5ed9abed90fa","status":"passed","time":{"start":1729034470063,"stop":1729034470063,"duration":0}},{"uid":"6f6d6bf479682387","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6f6d6bf479682387","status":"passed","time":{"start":1729034388870,"stop":1729034388870,"duration":0}},{"uid":"58b52190440868ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58b52190440868ef","status":"passed","time":{"start":1729034213020,"stop":1729034213021,"duration":1}},{"uid":"4ae5288f0c0a354","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4ae5288f0c0a354","status":"passed","time":{"start":1729032269103,"stop":1729032269103,"duration":0}},{"uid":"12d649674e6cab54","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12d649674e6cab54","status":"passed","time":{"start":1728902000843,"stop":1728902000843,"duration":0}},{"uid":"61b5cfcd9c3dadcd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61b5cfcd9c3dadcd","status":"passed","time":{"start":1728893442598,"stop":1728893442598,"duration":0}},{"uid":"882c99655d674762","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/882c99655d674762","status":"passed","time":{"start":1728856386643,"stop":1728856386644,"duration":1}},{"uid":"ada2e1d7d7157050","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ada2e1d7d7157050","status":"passed","time":{"start":1728738608587,"stop":1728738608588,"duration":1}},{"uid":"39ca02b3520d865b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39ca02b3520d865b","status":"passed","time":{"start":1728683148173,"stop":1728683148174,"duration":1}},{"uid":"7ad39423ea345982","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ad39423ea345982","status":"passed","time":{"start":1728682709057,"stop":1728682709058,"duration":1}},{"uid":"ea0216323d07ccb3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ea0216323d07ccb3","status":"passed","time":{"start":1728677206657,"stop":1728677206657,"duration":0}},{"uid":"9f5630edd62b8ba5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9f5630edd62b8ba5","status":"passed","time":{"start":1728669888551,"stop":1728669888551,"duration":0}},{"uid":"3459329cac0759e0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3459329cac0759e0","status":"passed","time":{"start":1728598268132,"stop":1728598268132,"duration":0}},{"uid":"66c76e8a28c7f9d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/66c76e8a28c7f9d1","status":"passed","time":{"start":1728597478034,"stop":1728597478034,"duration":0}}]},"af3c87a0f4c247297abd2a2386ea65ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90bf807fd7de2ec0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/90bf807fd7de2ec0","status":"passed","time":{"start":1729034428555,"stop":1729034428555,"duration":0}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c7bf545c87f8ef66","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c7bf545c87f8ef66","status":"passed","time":{"start":1729034296707,"stop":1729034296707,"duration":0}},{"uid":"9e4a9f179ff67b10","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9e4a9f179ff67b10","status":"passed","time":{"start":1729034220605,"stop":1729034220605,"duration":0}},{"uid":"5cba75bc7a0e9cf4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5cba75bc7a0e9cf4","status":"passed","time":{"start":1729034041488,"stop":1729034041489,"duration":1}},{"uid":"591b698d2a9ff4b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/591b698d2a9ff4b7","status":"passed","time":{"start":1728901705403,"stop":1728901705404,"duration":1}},{"uid":"7d36905b53dacbf1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7d36905b53dacbf1","status":"passed","time":{"start":1728893141777,"stop":1728893141777,"duration":0}},{"uid":"49676a7a31328874","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/49676a7a31328874","status":"passed","time":{"start":1728856087084,"stop":1728856087084,"duration":0}},{"uid":"6a3fb79121c98434","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6a3fb79121c98434","status":"passed","time":{"start":1728738321436,"stop":1728738321437,"duration":1}},{"uid":"4bab882adad158db","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bab882adad158db","status":"passed","time":{"start":1728682845675,"stop":1728682845675,"duration":0}},{"uid":"8648425b0b2f7e9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8648425b0b2f7e9","status":"passed","time":{"start":1728682424311,"stop":1728682424311,"duration":0}},{"uid":"1c5b3efd39bb21f8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1c5b3efd39bb21f8","status":"passed","time":{"start":1728676900540,"stop":1728676900540,"duration":0}},{"uid":"cc7d803beda5341d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc7d803beda5341d","status":"passed","time":{"start":1728669625800,"stop":1728669625801,"duration":1}},{"uid":"254f87de337c08db","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/254f87de337c08db","status":"passed","time":{"start":1728597957167,"stop":1728597957168,"duration":1}},{"uid":"40b608bcc63244c8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/40b608bcc63244c8","status":"passed","time":{"start":1728597182619,"stop":1728597182619,"duration":0}}]},"1d0d3fe7a0c010b293a625be6292f6c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f172c09a0ac5e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f172c09a0ac5e2","status":"passed","time":{"start":1728856333679,"stop":1728856333679,"duration":0}}]},"9347db5bafcdc109da8961b1af927ac6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bbae9ffe709c6f7f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bbae9ffe709c6f7f","status":"passed","time":{"start":1729034357704,"stop":1729034357704,"duration":0}}]},"082911d1a5eaaaaaa1641706f89df30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b86ce2168c241f02","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b86ce2168c241f02","status":"passed","time":{"start":1729032174804,"stop":1729032174807,"duration":3}}]},"e81fc8074166e97b8aeb55b1a1b9fa85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e0537b36ece4d49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1e0537b36ece4d49","status":"passed","time":{"start":1728738567471,"stop":1728738567471,"duration":0}}]},"5eb345c22e904cf497d34750aeae1512:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":8,"unknown":0,"total":10},"items":[{"uid":"789aa512e8656993","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/789aa512e8656993","status":"passed","time":{"start":1729034137281,"stop":1729034137281,"duration":0}},{"uid":"a00746f914a7a044","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a00746f914a7a044","status":"passed","time":{"start":1729034060002,"stop":1729034060003,"duration":1}},{"uid":"e9d3e037adbf9849","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9d3e037adbf9849","status":"passed","time":{"start":1729033875011,"stop":1729033875011,"duration":0}},{"uid":"5871959c67207709","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5871959c67207709","status":"passed","time":{"start":1729031924808,"stop":1729031924808,"duration":0}},{"uid":"28a2cd5cbe50d9d2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/28a2cd5cbe50d9d2","status":"passed","time":{"start":1728855863301,"stop":1728855863301,"duration":0}},{"uid":"9897843fd8da1d6b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9897843fd8da1d6b","status":"passed","time":{"start":1728738080964,"stop":1728738080964,"duration":0}},{"uid":"ed38b4dc389026e5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed38b4dc389026e5","status":"passed","time":{"start":1728682614255,"stop":1728682614255,"duration":0}},{"uid":"fb2a4edbb47702b0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fb2a4edbb47702b0","status":"passed","time":{"start":1728682187100,"stop":1728682187100,"duration":0}},{"uid":"472a23ffb42c4b40","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/472a23ffb42c4b40","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660884,"stop":1728676660884,"duration":0}},{"uid":"65db4a7abaeef7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/65db4a7abaeef7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384119,"stop":1728669384119,"duration":0}}]},"d08f51bbadc1fc10492e7ddd7b611498:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bfb55bd9f9b856c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bfb55bd9f9b856c7","status":"passed","time":{"start":1728598137498,"stop":1728598137498,"duration":0}}]},"c5ce867e88b2483989b4de15e7367f91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12c7309b85848802","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/12c7309b85848802","status":"passed","time":{"start":1728856333678,"stop":1728856333678,"duration":0}}]},"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"815f1d2f3aab6e6f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/815f1d2f3aab6e6f","status":"passed","time":{"start":1729034096136,"stop":1729034096136,"duration":0}},{"uid":"1dccbf2bf0c3115e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1dccbf2bf0c3115e","status":"passed","time":{"start":1729034020093,"stop":1729034020093,"duration":0}},{"uid":"c97493c8f189f6f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c97493c8f189f6f6","status":"passed","time":{"start":1729033834389,"stop":1729033834389,"duration":0}},{"uid":"10f8c0ecb58a125e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/10f8c0ecb58a125e","status":"passed","time":{"start":1729031884123,"stop":1729031884123,"duration":0}},{"uid":"c7f31a3c74de9ed","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c7f31a3c74de9ed","status":"passed","time":{"start":1728901430256,"stop":1728901430257,"duration":1}},{"uid":"55d59c45c5d17f44","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/55d59c45c5d17f44","status":"passed","time":{"start":1728892860535,"stop":1728892860535,"duration":0}},{"uid":"9b54e77582334e66","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9b54e77582334e66","status":"passed","time":{"start":1728855823324,"stop":1728855823325,"duration":1}},{"uid":"57dd7b816fabf288","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/57dd7b816fabf288","status":"passed","time":{"start":1728738040605,"stop":1728738040605,"duration":0}},{"uid":"f4095395826acf27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4095395826acf27","status":"passed","time":{"start":1728682574095,"stop":1728682574096,"duration":1}},{"uid":"357ecea0f12fb6df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/357ecea0f12fb6df","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"605754f06e7a54c9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/605754f06e7a54c9","status":"passed","time":{"start":1728676621435,"stop":1728676621435,"duration":0}},{"uid":"dc7c07c6af270e0c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc7c07c6af270e0c","status":"passed","time":{"start":1728669344470,"stop":1728669344470,"duration":0}},{"uid":"2b8fd77af3092ebe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2b8fd77af3092ebe","status":"passed","time":{"start":1728597685164,"stop":1728597685164,"duration":0}},{"uid":"30d3b736a9254f37","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/30d3b736a9254f37","status":"passed","time":{"start":1728596904471,"stop":1728596904472,"duration":1}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"70fd2e338fef8691","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/70fd2e338fef8691","status":"passed","time":{"start":1729034124359,"stop":1729034124360,"duration":1}},{"uid":"47a843412295ffc9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47a843412295ffc9","status":"passed","time":{"start":1729034047481,"stop":1729034047482,"duration":1}},{"uid":"902cd01a33b75d49","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/902cd01a33b75d49","status":"passed","time":{"start":1729033862326,"stop":1729033862326,"duration":0}},{"uid":"e8cacddd415c5013","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8cacddd415c5013","status":"passed","time":{"start":1729031912067,"stop":1729031912067,"duration":0}},{"uid":"217879ce94fbcbac","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/217879ce94fbcbac","status":"passed","time":{"start":1728901457813,"stop":1728901457814,"duration":1}},{"uid":"5ff38fec7e9a3daa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5ff38fec7e9a3daa","status":"passed","time":{"start":1728892888297,"stop":1728892888298,"duration":1}},{"uid":"f2c4aa5751c5c5d4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f2c4aa5751c5c5d4","status":"passed","time":{"start":1728855850785,"stop":1728855850785,"duration":0}},{"uid":"9bcb76ecdf79894c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9bcb76ecdf79894c","status":"passed","time":{"start":1728738068160,"stop":1728738068160,"duration":0}},{"uid":"3b5cc890222699e8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3b5cc890222699e8","status":"passed","time":{"start":1728682601670,"stop":1728682601671,"duration":1}},{"uid":"3329a23ce5cfaff8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3329a23ce5cfaff8","status":"passed","time":{"start":1728682174562,"stop":1728682174562,"duration":0}},{"uid":"e3e0fb5c78b0796f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e3e0fb5c78b0796f","status":"passed","time":{"start":1728676648928,"stop":1728676648928,"duration":0}},{"uid":"59ebeb20002695","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/59ebeb20002695","status":"passed","time":{"start":1728669372207,"stop":1728669372207,"duration":0}},{"uid":"fe1e4445ef067ba2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fe1e4445ef067ba2","status":"passed","time":{"start":1728597712757,"stop":1728597712757,"duration":0}},{"uid":"e44aba678407364","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e44aba678407364","status":"passed","time":{"start":1728596931863,"stop":1728596931864,"duration":1}}]},"9239d6669d2802ecb3e6c32edfd8d769:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"301e4571daebf953","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/301e4571daebf953","status":"passed","time":{"start":1728598212613,"stop":1728598212613,"duration":0}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f9f5d0dd0831d5d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f9f5d0dd0831d5d4","status":"passed","time":{"start":1729034259821,"stop":1729034259821,"duration":0}},{"uid":"79bf9b8f9436b2d0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/79bf9b8f9436b2d0","status":"passed","time":{"start":1729034194025,"stop":1729034194027,"duration":2}},{"uid":"cece4c5c88086652","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cece4c5c88086652","status":"passed","time":{"start":1729034014877,"stop":1729034014878,"duration":1}},{"uid":"3b86b5c8ce38ee41","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3b86b5c8ce38ee41","status":"passed","time":{"start":1729032065456,"stop":1729032065458,"duration":2}},{"uid":"8fb3992c28e228ca","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8fb3992c28e228ca","status":"passed","time":{"start":1728901664270,"stop":1728901664270,"duration":0}},{"uid":"46d58566a23b45ba","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/46d58566a23b45ba","status":"passed","time":{"start":1728893093692,"stop":1728893093693,"duration":1}},{"uid":"d49548fe77216131","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d49548fe77216131","status":"passed","time":{"start":1728856055274,"stop":1728856055274,"duration":0}},{"uid":"46d0279b8c0fb597","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/46d0279b8c0fb597","status":"passed","time":{"start":1728738274745,"stop":1728738274746,"duration":1}},{"uid":"6f8db5592a2f28f9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6f8db5592a2f28f9","status":"passed","time":{"start":1728682807960,"stop":1728682807961,"duration":1}},{"uid":"c11906f66453e6cc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c11906f66453e6cc","status":"passed","time":{"start":1728682381286,"stop":1728682381287,"duration":1}},{"uid":"4c1ab9d7a260f260","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4c1ab9d7a260f260","status":"passed","time":{"start":1728676853902,"stop":1728676853902,"duration":0}},{"uid":"533973a26a90bb48","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/533973a26a90bb48","status":"passed","time":{"start":1728669581698,"stop":1728669581698,"duration":0}},{"uid":"862708f8e49e2cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/862708f8e49e2cd","status":"passed","time":{"start":1728597923491,"stop":1728597923492,"duration":1}},{"uid":"85925e3f2c0d6687","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/85925e3f2c0d6687","status":"passed","time":{"start":1728597132265,"stop":1728597132265,"duration":0}}]},"ab2cf7ff8fa33a16e823730f95cd1aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4cbb7bd2faf77fc1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4cbb7bd2faf77fc1","status":"passed","time":{"start":1728598157578,"stop":1728598157579,"duration":1}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8a48b48f33f95cd2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a48b48f33f95cd2","status":"passed","time":{"start":1729034120499,"stop":1729034120500,"duration":1}},{"uid":"88b2a676a5b133cf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/88b2a676a5b133cf","status":"passed","time":{"start":1729033858269,"stop":1729033858270,"duration":1}},{"uid":"d2f64dd84170279c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2f64dd84170279c","status":"passed","time":{"start":1729031908176,"stop":1729031908176,"duration":0}},{"uid":"c3e2ee988067dd18","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c3e2ee988067dd18","status":"passed","time":{"start":1728901453932,"stop":1728901453933,"duration":1}},{"uid":"f572e906dc71fc46","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f572e906dc71fc46","status":"passed","time":{"start":1728892884409,"stop":1728892884409,"duration":0}},{"uid":"c50a56aa51cd0020","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c50a56aa51cd0020","status":"passed","time":{"start":1728855846878,"stop":1728855846878,"duration":0}},{"uid":"6cda2177bacd3e7a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6cda2177bacd3e7a","status":"passed","time":{"start":1728738064181,"stop":1728738064182,"duration":1}},{"uid":"f88df16afcbac6a4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f88df16afcbac6a4","status":"passed","time":{"start":1728682597759,"stop":1728682597760,"duration":1}},{"uid":"64beccff3ea22387","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/64beccff3ea22387","status":"passed","time":{"start":1728682170539,"stop":1728682170539,"duration":0}},{"uid":"2bf5c771cbabd29d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2bf5c771cbabd29d","status":"passed","time":{"start":1728676645199,"stop":1728676645199,"duration":0}},{"uid":"f387da686d7754f1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f387da686d7754f1","status":"passed","time":{"start":1728669368194,"stop":1728669368194,"duration":0}},{"uid":"2e3e1b18881357cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e3e1b18881357cd","status":"passed","time":{"start":1728597709009,"stop":1728597709010,"duration":1}},{"uid":"5ec0c4a55ae5cd35","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5ec0c4a55ae5cd35","status":"passed","time":{"start":1728596928105,"stop":1728596928105,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e6c98fdf438f40dc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e6c98fdf438f40dc","status":"passed","time":{"start":1729034206086,"stop":1729034206087,"duration":1}},{"uid":"8ff674308dd6459b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8ff674308dd6459b","status":"passed","time":{"start":1729034134193,"stop":1729034134194,"duration":1}},{"uid":"9d6afc05dba28b17","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9d6afc05dba28b17","status":"passed","time":{"start":1729033942603,"stop":1729033942603,"duration":0}},{"uid":"723da48e47dfbfdc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/723da48e47dfbfdc","status":"passed","time":{"start":1729031989714,"stop":1729031989715,"duration":1}},{"uid":"36255f1623c9b4e7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/36255f1623c9b4e7","status":"passed","time":{"start":1728901562042,"stop":1728901562044,"duration":2}},{"uid":"21369dac4de7cf10","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/21369dac4de7cf10","status":"passed","time":{"start":1728893001481,"stop":1728893001481,"duration":0}},{"uid":"13a755ed2eacf40f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/13a755ed2eacf40f","status":"passed","time":{"start":1728855968867,"stop":1728855968868,"duration":1}},{"uid":"a65f1a8478d6ded4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a65f1a8478d6ded4","status":"passed","time":{"start":1728738172966,"stop":1728738172967,"duration":1}},{"uid":"ddf15b936b05207d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ddf15b936b05207d","status":"passed","time":{"start":1728682706939,"stop":1728682706940,"duration":1}},{"uid":"e204e3aefcb9c122","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e204e3aefcb9c122","status":"passed","time":{"start":1728682296860,"stop":1728682296860,"duration":0}},{"uid":"1951db2f3271b3f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1951db2f3271b3f0","status":"passed","time":{"start":1728676761471,"stop":1728676761471,"duration":0}},{"uid":"97264df437f9cf2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97264df437f9cf2","status":"passed","time":{"start":1728669479026,"stop":1728669479027,"duration":1}},{"uid":"4ee57d15c259279b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ee57d15c259279b","status":"passed","time":{"start":1728597820126,"stop":1728597820127,"duration":1}},{"uid":"98959a1f524bf0c5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/98959a1f524bf0c5","status":"passed","time":{"start":1728597034501,"stop":1728597034501,"duration":0}}]},"95bdc17caee13965e3fba1753ffc5359:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"600651f5f28c203c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/600651f5f28c203c","status":"passed","time":{"start":1729034137112,"stop":1729034137113,"duration":1}},{"uid":"ed819a54cb95d4d0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed819a54cb95d4d0","status":"passed","time":{"start":1729034060045,"stop":1729034060045,"duration":0}},{"uid":"b88b2a4471e858ee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b88b2a4471e858ee","status":"passed","time":{"start":1729033875027,"stop":1729033875027,"duration":0}},{"uid":"c1f97f9bd3a0b946","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c1f97f9bd3a0b946","status":"passed","time":{"start":1729031924908,"stop":1729031924908,"duration":0}},{"uid":"19d75bb67a47c2f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/19d75bb67a47c2f5","status":"passed","time":{"start":1728901469135,"stop":1728901469135,"duration":0}},{"uid":"2365996d05598b29","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2365996d05598b29","status":"passed","time":{"start":1728892899800,"stop":1728892899800,"duration":0}},{"uid":"cbec5584e28df4d7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cbec5584e28df4d7","status":"passed","time":{"start":1728855863296,"stop":1728855863296,"duration":0}},{"uid":"1226c90b85cfe135","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1226c90b85cfe135","status":"passed","time":{"start":1728738080956,"stop":1728738080956,"duration":0}},{"uid":"a4663587ae79faf8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a4663587ae79faf8","status":"passed","time":{"start":1728682614316,"stop":1728682614316,"duration":0}},{"uid":"41755876559a40ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41755876559a40ae","status":"passed","time":{"start":1728682187220,"stop":1728682187220,"duration":0}},{"uid":"f7a63d4d3dccd9ff","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7a63d4d3dccd9ff","status":"passed","time":{"start":1728676661420,"stop":1728676661421,"duration":1}},{"uid":"381af19fe82f72ec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/381af19fe82f72ec","status":"passed","time":{"start":1728669384753,"stop":1728669384753,"duration":0}},{"uid":"7137560c2233dde5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7137560c2233dde5","status":"passed","time":{"start":1728597724210,"stop":1728597724211,"duration":1}},{"uid":"30f33435d274f164","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/30f33435d274f164","status":"passed","time":{"start":1728596943263,"stop":1728596943264,"duration":1}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6edbce82153e1b65","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6edbce82153e1b65","status":"passed","time":{"start":1729034130923,"stop":1729034130923,"duration":0}},{"uid":"6929ad19d3ace7f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6929ad19d3ace7f8","status":"passed","time":{"start":1729034053886,"stop":1729034053886,"duration":0}},{"uid":"7838614c6a8d3b05","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7838614c6a8d3b05","status":"passed","time":{"start":1729033868925,"stop":1729033868925,"duration":0}},{"uid":"7fb3d765461a3d5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7fb3d765461a3d5d","status":"passed","time":{"start":1729031918510,"stop":1729031918511,"duration":1}},{"uid":"de852dacb63f8458","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/de852dacb63f8458","status":"passed","time":{"start":1728901464219,"stop":1728901464220,"duration":1}},{"uid":"cd09131f628662a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cd09131f628662a","status":"passed","time":{"start":1728892894740,"stop":1728892894740,"duration":0}},{"uid":"636917cb9a2f100f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/636917cb9a2f100f","status":"passed","time":{"start":1728855857251,"stop":1728855857252,"duration":1}},{"uid":"284c12dae8b6ed49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/284c12dae8b6ed49","status":"passed","time":{"start":1728738074579,"stop":1728738074580,"duration":1}},{"uid":"f3ca2d2dac0870cf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3ca2d2dac0870cf","status":"passed","time":{"start":1728682608126,"stop":1728682608126,"duration":0}},{"uid":"6bf1c6092e3295b7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6bf1c6092e3295b7","status":"passed","time":{"start":1728682181011,"stop":1728682181012,"duration":1}},{"uid":"bf2751141df4b5f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bf2751141df4b5f","status":"passed","time":{"start":1728676655409,"stop":1728676655409,"duration":0}},{"uid":"fdbbbb31f21894fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fdbbbb31f21894fb","status":"passed","time":{"start":1728669378740,"stop":1728669378740,"duration":0}},{"uid":"285b158ef0f9027a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/285b158ef0f9027a","status":"passed","time":{"start":1728597719062,"stop":1728597719063,"duration":1}},{"uid":"de58270d992aff90","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/de58270d992aff90","status":"passed","time":{"start":1728596938238,"stop":1728596938238,"duration":0}}]},"d5f6a7be1cef4f2dc312517cafcc26cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aaf192a02fc369ad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aaf192a02fc369ad","status":"passed","time":{"start":1729034428557,"stop":1729034428557,"duration":0}}]},"abe278fadf9cee8024c1556c055d71aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"300e9fe178e1a195","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/300e9fe178e1a195","status":"passed","time":{"start":1728677163583,"stop":1728677163583,"duration":0}}]}} \ No newline at end of file +{"8eb46b67aeb45674e4e421bf93499dd1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c573d353acefe2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c573d353acefe2","status":"passed","time":{"start":1729032228818,"stop":1729032228818,"duration":0}}]},"3f6c66760972b99278c4557cf3cbcd04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"411b009954ba9e61","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/411b009954ba9e61","status":"passed","time":{"start":1729034332625,"stop":1729034332626,"duration":1}},{"uid":"bc0353a51c888880","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bc0353a51c888880","status":"passed","time":{"start":1729034096127,"stop":1729034096127,"duration":0}},{"uid":"92b2db24b2be12b9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/92b2db24b2be12b9","status":"passed","time":{"start":1729034020085,"stop":1729034020085,"duration":0}},{"uid":"535538802ea75bc1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/535538802ea75bc1","status":"passed","time":{"start":1729033834378,"stop":1729033834378,"duration":0}},{"uid":"cf50299ff607e498","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cf50299ff607e498","status":"passed","time":{"start":1729031884109,"stop":1729031884109,"duration":0}},{"uid":"8999e2754ed18337","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8999e2754ed18337","status":"passed","time":{"start":1728901430250,"stop":1728901430250,"duration":0}},{"uid":"60e74924d7b78f90","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/60e74924d7b78f90","status":"passed","time":{"start":1728892860526,"stop":1728892860526,"duration":0}},{"uid":"4bafa64571b2dac3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4bafa64571b2dac3","status":"passed","time":{"start":1728855823317,"stop":1728855823317,"duration":0}},{"uid":"f9741eaa0655b528","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f9741eaa0655b528","status":"passed","time":{"start":1728738040585,"stop":1728738040586,"duration":1}},{"uid":"81e3f02ae2ca31bb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/81e3f02ae2ca31bb","status":"passed","time":{"start":1728682574085,"stop":1728682574086,"duration":1}},{"uid":"9b7e9567e3831e0f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b7e9567e3831e0f","status":"passed","time":{"start":1728682146811,"stop":1728682146811,"duration":0}},{"uid":"3ab09d5f85ddedb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3ab09d5f85ddedb","status":"passed","time":{"start":1728676621425,"stop":1728676621425,"duration":0}},{"uid":"ad6042ed106a008e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad6042ed106a008e","status":"passed","time":{"start":1728669344461,"stop":1728669344461,"duration":0}},{"uid":"bf4200ccadeedea0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bf4200ccadeedea0","status":"passed","time":{"start":1728597685155,"stop":1728597685155,"duration":0}},{"uid":"7492822246bb96b1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7492822246bb96b1","status":"passed","time":{"start":1728596904461,"stop":1728596904461,"duration":0}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"358ca88f962b7fec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/358ca88f962b7fec","status":"passed","time":{"start":1729034561706,"stop":1729034561706,"duration":0}},{"uid":"fafeccccd5e5a720","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fafeccccd5e5a720","status":"passed","time":{"start":1729034329729,"stop":1729034329730,"duration":1}},{"uid":"74a6dea9fd367894","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/74a6dea9fd367894","status":"passed","time":{"start":1729034249403,"stop":1729034249404,"duration":1}},{"uid":"49ee288dfa6ab127","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/49ee288dfa6ab127","status":"passed","time":{"start":1729034067354,"stop":1729034067355,"duration":1}},{"uid":"c5767577cfdc33b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c5767577cfdc33b4","status":"passed","time":{"start":1729032098328,"stop":1729032098328,"duration":0}},{"uid":"79f59ee74000c100","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/79f59ee74000c100","status":"passed","time":{"start":1728901786966,"stop":1728901786966,"duration":0}},{"uid":"824eea4f3b5cfc65","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/824eea4f3b5cfc65","status":"passed","time":{"start":1728893221404,"stop":1728893221405,"duration":1}},{"uid":"9521cf2cb97045aa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9521cf2cb97045aa","status":"passed","time":{"start":1728856163737,"stop":1728856163737,"duration":0}},{"uid":"cc2cc859a3b5f5b7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc2cc859a3b5f5b7","status":"passed","time":{"start":1728738376850,"stop":1728738376851,"duration":1}},{"uid":"d28fbdabb282d4ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d28fbdabb282d4ab","status":"passed","time":{"start":1728682920158,"stop":1728682920158,"duration":0}},{"uid":"550dffeca437a6d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/550dffeca437a6d0","status":"passed","time":{"start":1728682501584,"stop":1728682501584,"duration":0}},{"uid":"ae7d0d0fdebb0255","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae7d0d0fdebb0255","status":"passed","time":{"start":1728676985051,"stop":1728676985051,"duration":0}},{"uid":"28242612518d7e9e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/28242612518d7e9e","status":"passed","time":{"start":1728669632408,"stop":1728669632408,"duration":0}},{"uid":"1df283c77af67539","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1df283c77af67539","status":"passed","time":{"start":1728598049844,"stop":1728598049844,"duration":0}},{"uid":"67f639dd0cce58fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/67f639dd0cce58fd","status":"passed","time":{"start":1728597265138,"stop":1728597265138,"duration":0}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"55d0ab01ea831a96","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/55d0ab01ea831a96","status":"passed","time":{"start":1729034617750,"stop":1729034617751,"duration":1}},{"uid":"541624c450ced56b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/541624c450ced56b","status":"passed","time":{"start":1729034370853,"stop":1729034370854,"duration":1}},{"uid":"b704ebf02c999063","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b704ebf02c999063","status":"passed","time":{"start":1729034308860,"stop":1729034308861,"duration":1}},{"uid":"cb048deab5f94975","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cb048deab5f94975","status":"passed","time":{"start":1729034129469,"stop":1729034129469,"duration":0}},{"uid":"589d048e3ba41ef7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/589d048e3ba41ef7","status":"passed","time":{"start":1729032178362,"stop":1729032178363,"duration":1}},{"uid":"1b6c44b1daac065d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b6c44b1daac065d","status":"passed","time":{"start":1728901896341,"stop":1728901896341,"duration":0}},{"uid":"23f798e941ed02e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/23f798e941ed02e4","status":"passed","time":{"start":1728893329020,"stop":1728893329020,"duration":0}},{"uid":"f24dce93bc256cb6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f24dce93bc256cb6","status":"passed","time":{"start":1728856284755,"stop":1728856284756,"duration":1}},{"uid":"25e61cb93e3db35a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/25e61cb93e3db35a","status":"passed","time":{"start":1728738494931,"stop":1728738494932,"duration":1}},{"uid":"950a20be033bf6b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/950a20be033bf6b0","status":"passed","time":{"start":1728683033626,"stop":1728683033626,"duration":0}},{"uid":"1e1b94a4d2ddff13","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1e1b94a4d2ddff13","status":"passed","time":{"start":1728682601731,"stop":1728682601731,"duration":0}},{"uid":"dae603be616386ae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dae603be616386ae","status":"passed","time":{"start":1728677107956,"stop":1728677107957,"duration":1}},{"uid":"548c10c44a21ef33","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/548c10c44a21ef33","status":"passed","time":{"start":1728669764745,"stop":1728669764745,"duration":0}},{"uid":"190eb6395732de2f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/190eb6395732de2f","status":"passed","time":{"start":1728598157556,"stop":1728598157557,"duration":1}},{"uid":"433ad33bb1bf77f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/433ad33bb1bf77f8","status":"passed","time":{"start":1728597369055,"stop":1728597369055,"duration":0}}]},"770ef580ef3b0af6f69bbac8270a30ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8abe04959242986b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8abe04959242986b","status":"passed","time":{"start":1728669841251,"stop":1728669841252,"duration":1}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f01a52cca6951047","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f01a52cca6951047","status":"passed","time":{"start":1729034335334,"stop":1729034335334,"duration":0}},{"uid":"bef3a5c7755ee61b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bef3a5c7755ee61b","status":"passed","time":{"start":1729034098687,"stop":1729034098687,"duration":0}},{"uid":"ac2491d7e5a05653","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ac2491d7e5a05653","status":"passed","time":{"start":1729034022456,"stop":1729034022456,"duration":0}},{"uid":"15e59fd53bacc39d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/15e59fd53bacc39d","status":"passed","time":{"start":1729033836804,"stop":1729033836804,"duration":0}},{"uid":"c28e71d0a3b74d3c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c28e71d0a3b74d3c","status":"passed","time":{"start":1729031886611,"stop":1729031886611,"duration":0}},{"uid":"1986fadc223e484d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1986fadc223e484d","status":"passed","time":{"start":1728901432738,"stop":1728901432738,"duration":0}},{"uid":"6087fd397cd7aca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6087fd397cd7aca","status":"passed","time":{"start":1728892863024,"stop":1728892863024,"duration":0}},{"uid":"73a000080a4b59cb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/73a000080a4b59cb","status":"passed","time":{"start":1728855825774,"stop":1728855825774,"duration":0}},{"uid":"5b772b27439af2fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5b772b27439af2fa","status":"passed","time":{"start":1728738043033,"stop":1728738043033,"duration":0}},{"uid":"71c4e0f316d44a4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71c4e0f316d44a4f","status":"passed","time":{"start":1728682576531,"stop":1728682576531,"duration":0}},{"uid":"1d2a3a4b5f387ed3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1d2a3a4b5f387ed3","status":"passed","time":{"start":1728682149244,"stop":1728682149245,"duration":1}},{"uid":"8c25fa4ee10fd92e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8c25fa4ee10fd92e","status":"passed","time":{"start":1728676623919,"stop":1728676623920,"duration":1}},{"uid":"7c71bf38413b58cb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7c71bf38413b58cb","status":"passed","time":{"start":1728669346942,"stop":1728669346942,"duration":0}},{"uid":"6a38c52cb5bb1b5d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a38c52cb5bb1b5d","status":"passed","time":{"start":1728597687695,"stop":1728597687695,"duration":0}},{"uid":"118f061985393b8f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/118f061985393b8f","status":"passed","time":{"start":1728596907137,"stop":1728596907137,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4ba3fd5c9923c490","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4ba3fd5c9923c490","status":"passed","time":{"start":1729034472983,"stop":1729034472983,"duration":0}},{"uid":"b551d4de47ec0ffe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b551d4de47ec0ffe","status":"passed","time":{"start":1729034240922,"stop":1729034240925,"duration":3}},{"uid":"1cffefafd01b8952","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1cffefafd01b8952","status":"passed","time":{"start":1729034159620,"stop":1729034159620,"duration":0}},{"uid":"97e9a59b57e1e3f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97e9a59b57e1e3f6","status":"passed","time":{"start":1729033976803,"stop":1729033976803,"duration":0}},{"uid":"91f45e3ab2f65c1c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/91f45e3ab2f65c1c","status":"passed","time":{"start":1729032020527,"stop":1729032020527,"duration":0}},{"uid":"504db91020bc6619","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/504db91020bc6619","status":"passed","time":{"start":1728901616451,"stop":1728901616460,"duration":9}},{"uid":"be2bd3bcc0b71762","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/be2bd3bcc0b71762","status":"passed","time":{"start":1728893050248,"stop":1728893050249,"duration":1}},{"uid":"a0b96fe11e700395","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0b96fe11e700395","status":"passed","time":{"start":1728856015175,"stop":1728856015175,"duration":0}},{"uid":"117be67a927693bf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/117be67a927693bf","status":"passed","time":{"start":1728738233144,"stop":1728738233145,"duration":1}},{"uid":"c919de31ec31c253","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c919de31ec31c253","status":"passed","time":{"start":1728682762476,"stop":1728682762476,"duration":0}},{"uid":"56389583c101f798","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/56389583c101f798","status":"passed","time":{"start":1728682332789,"stop":1728682332790,"duration":1}},{"uid":"c43e2224b3441651","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c43e2224b3441651","status":"passed","time":{"start":1728676810298,"stop":1728676810298,"duration":0}},{"uid":"14eb6d75b2b15919","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/14eb6d75b2b15919","status":"passed","time":{"start":1728669529903,"stop":1728669529903,"duration":0}},{"uid":"5260244e88d71766","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5260244e88d71766","status":"passed","time":{"start":1728597873538,"stop":1728597873538,"duration":0}},{"uid":"11848eff1bdd9d49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/11848eff1bdd9d49","status":"passed","time":{"start":1728597089277,"stop":1728597089277,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"59c58b38ba8fac2d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/59c58b38ba8fac2d","status":"passed","time":{"start":1729034506785,"stop":1729034506786,"duration":1}},{"uid":"3ea15838692a640b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3ea15838692a640b","status":"passed","time":{"start":1729034259807,"stop":1729034259807,"duration":0}},{"uid":"5731c964d274aeb4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5731c964d274aeb4","status":"passed","time":{"start":1729034194001,"stop":1729034194001,"duration":0}},{"uid":"12983133b0db12d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/12983133b0db12d0","status":"passed","time":{"start":1729034014832,"stop":1729034014833,"duration":1}},{"uid":"464a4b97ad26b58f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/464a4b97ad26b58f","status":"passed","time":{"start":1729032065423,"stop":1729032065433,"duration":10}},{"uid":"bc71751d0a2138a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc71751d0a2138a9","status":"passed","time":{"start":1728901664234,"stop":1728901664234,"duration":0}},{"uid":"6a9b000fb7b13e21","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6a9b000fb7b13e21","status":"passed","time":{"start":1728893093680,"stop":1728893093680,"duration":0}},{"uid":"eeb5082e5cbea1b8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/eeb5082e5cbea1b8","status":"passed","time":{"start":1728856055262,"stop":1728856055262,"duration":0}},{"uid":"cfe47b95767cb3d3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cfe47b95767cb3d3","status":"passed","time":{"start":1728738274738,"stop":1728738274739,"duration":1}},{"uid":"9b927d4ab75655f2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9b927d4ab75655f2","status":"passed","time":{"start":1728682807947,"stop":1728682807948,"duration":1}},{"uid":"702a7e1621e9e27c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/702a7e1621e9e27c","status":"passed","time":{"start":1728682381279,"stop":1728682381279,"duration":0}},{"uid":"adce92ebccd25498","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/adce92ebccd25498","status":"passed","time":{"start":1728676853892,"stop":1728676853892,"duration":0}},{"uid":"ca11745d2ecfa7e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca11745d2ecfa7e2","status":"passed","time":{"start":1728669581681,"stop":1728669581682,"duration":1}},{"uid":"902fcff74b6a31ad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/902fcff74b6a31ad","status":"passed","time":{"start":1728597923459,"stop":1728597923461,"duration":2}},{"uid":"7b7f75cec60c9158","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b7f75cec60c9158","status":"passed","time":{"start":1728597132257,"stop":1728597132258,"duration":1}}]},"a435f8b0b0becf8c2eaf3ac2a3375b51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fbe78b93ca4fdaad","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbe78b93ca4fdaad","status":"passed","time":{"start":1729034392569,"stop":1729034392570,"duration":1}},{"uid":"e6ba8e63a27589c1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e6ba8e63a27589c1","status":"passed","time":{"start":1729034155172,"stop":1729034155173,"duration":1}},{"uid":"1423e93328c34cca","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1423e93328c34cca","status":"passed","time":{"start":1729034079234,"stop":1729034079235,"duration":1}},{"uid":"a74a642e0e36cf67","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a74a642e0e36cf67","status":"passed","time":{"start":1729033892957,"stop":1729033892959,"duration":2}},{"uid":"ccc6c2fb58bafef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ccc6c2fb58bafef","status":"passed","time":{"start":1729031943351,"stop":1729031943352,"duration":1}},{"uid":"8a593b3a80f5cea5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8a593b3a80f5cea5","status":"passed","time":{"start":1728901487521,"stop":1728901487521,"duration":0}},{"uid":"1e09988e29723b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e09988e29723b2","status":"passed","time":{"start":1728892920386,"stop":1728892920387,"duration":1}},{"uid":"89649cf75ab8b1ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89649cf75ab8b1ac","status":"passed","time":{"start":1728855881508,"stop":1728855881508,"duration":0}},{"uid":"2ee426a4145e1016","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2ee426a4145e1016","status":"passed","time":{"start":1728738098729,"stop":1728738098730,"duration":1}},{"uid":"30f1872ad9197281","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/30f1872ad9197281","status":"passed","time":{"start":1728682632220,"stop":1728682632220,"duration":0}},{"uid":"9f89a69a238ec0a5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9f89a69a238ec0a5","status":"passed","time":{"start":1728682205210,"stop":1728682205210,"duration":0}},{"uid":"9985367100ddd756","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9985367100ddd756","status":"passed","time":{"start":1728676680987,"stop":1728676680988,"duration":1}},{"uid":"becdf4e3d8b31928","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/becdf4e3d8b31928","status":"passed","time":{"start":1728669404739,"stop":1728669404740,"duration":1}},{"uid":"7153053de8e22063","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7153053de8e22063","status":"passed","time":{"start":1728597743847,"stop":1728597743849,"duration":2}},{"uid":"24707248051f5a77","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/24707248051f5a77","status":"passed","time":{"start":1728596961183,"stop":1728596961184,"duration":1}}]},"59a462b27ef892fa5a388ef8dabe696d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3adc90b86effd2ab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3adc90b86effd2ab","status":"passed","time":{"start":1729034668608,"stop":1729034668608,"duration":0}}]},"66f17e2ec822e53dec22fa22cd280df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9015559f6a72e2e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c9015559f6a72e2e","status":"passed","time":{"start":1729034443497,"stop":1729034443498,"duration":1}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e14e981f7a099ba1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e14e981f7a099ba1","status":"passed","time":{"start":1729034341411,"stop":1729034341411,"duration":0}},{"uid":"8f78bc6a4d67de4e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f78bc6a4d67de4e","status":"passed","time":{"start":1729034104920,"stop":1729034104920,"duration":0}},{"uid":"6ff66f0452adcd0a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6ff66f0452adcd0a","status":"passed","time":{"start":1729034028518,"stop":1729034028519,"duration":1}},{"uid":"2256cff14160508a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2256cff14160508a","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"duration":0}},{"uid":"e068f278575c46c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e068f278575c46c0","status":"passed","time":{"start":1729031892684,"stop":1729031892684,"duration":0}},{"uid":"abb3a6264c0fdc9a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/abb3a6264c0fdc9a","status":"passed","time":{"start":1728901438815,"stop":1728901438815,"duration":0}},{"uid":"57a517ffe1975d93","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/57a517ffe1975d93","status":"passed","time":{"start":1728892869009,"stop":1728892869009,"duration":0}},{"uid":"bd8c2dec5b863b85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bd8c2dec5b863b85","status":"passed","time":{"start":1728855831900,"stop":1728855831900,"duration":0}},{"uid":"41f21891f1b95e06","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/41f21891f1b95e06","status":"passed","time":{"start":1728738049048,"stop":1728738049048,"duration":0}},{"uid":"71dcee2356fd68fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71dcee2356fd68fd","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"3d5066bd3addb618","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d5066bd3addb618","status":"passed","time":{"start":1728682155415,"stop":1728682155415,"duration":0}},{"uid":"95f42c8c38d0f0d6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/95f42c8c38d0f0d6","status":"passed","time":{"start":1728676629982,"stop":1728676629982,"duration":0}},{"uid":"5cdde00c4a98e577","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5cdde00c4a98e577","status":"passed","time":{"start":1728669353109,"stop":1728669353109,"duration":0}},{"uid":"41941bc5034ecabf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/41941bc5034ecabf","status":"passed","time":{"start":1728597693855,"stop":1728597693855,"duration":0}},{"uid":"8bcf452096359e20","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8bcf452096359e20","status":"passed","time":{"start":1728596913099,"stop":1728596913099,"duration":0}}]},"a079ececaf3ce72d908d27e85e395bf5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea38c2b83b31ba66","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ea38c2b83b31ba66","status":"passed","time":{"start":1729034506794,"stop":1729034506797,"duration":3}}]},"4d863be13dd3a1bef0b830601781c59d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"b00ce4fddc8a2c4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b00ce4fddc8a2c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473408,"stop":1729034473408,"duration":0}},{"uid":"3db5aa5c2ecf0484","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3db5aa5c2ecf0484","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241341,"stop":1729034241341,"duration":0}},{"uid":"70957803422071bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/70957803422071bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160195,"stop":1729034160195,"duration":0}},{"uid":"1ca1359e9c6274a4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ca1359e9c6274a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977227,"stop":1729033977227,"duration":0}},{"uid":"c041f2da658fa9f9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c041f2da658fa9f9","status":"passed","time":{"start":1729032053272,"stop":1729032053272,"duration":0}},{"uid":"5af3017cdb490f97","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5af3017cdb490f97","status":"passed","time":{"start":1728901711769,"stop":1728901711770,"duration":1}},{"uid":"303fa368d874cfc0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/303fa368d874cfc0","status":"passed","time":{"start":1728893141903,"stop":1728893141904,"duration":1}},{"uid":"9db9e819b9985633","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9db9e819b9985633","status":"passed","time":{"start":1728856103202,"stop":1728856103202,"duration":0}},{"uid":"f2dcd3ff54da22ae","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f2dcd3ff54da22ae","status":"passed","time":{"start":1728738321622,"stop":1728738321622,"duration":0}},{"uid":"f201d8a9558eef9c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f201d8a9558eef9c","status":"passed","time":{"start":1728682857569,"stop":1728682857570,"duration":1}},{"uid":"9be17bb58d439b1d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9be17bb58d439b1d","status":"passed","time":{"start":1728682428805,"stop":1728682428806,"duration":1}},{"uid":"ba37751e6c574def","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba37751e6c574def","status":"passed","time":{"start":1728676901172,"stop":1728676901181,"duration":9}},{"uid":"71384e65caecb6aa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/71384e65caecb6aa","status":"passed","time":{"start":1728669573866,"stop":1728669573866,"duration":0}},{"uid":"96ca30db4c5ca8f5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/96ca30db4c5ca8f5","status":"passed","time":{"start":1728597972340,"stop":1728597972341,"duration":1}},{"uid":"219c7307bbbceda1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/219c7307bbbceda1","status":"passed","time":{"start":1728597175621,"stop":1728597175622,"duration":1}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"96547764d09f7c6b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/96547764d09f7c6b","status":"passed","time":{"start":1729034708551,"stop":1729034708551,"duration":0}},{"uid":"56d769327312219c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/56d769327312219c","status":"passed","time":{"start":1729034480288,"stop":1729034480289,"duration":1}},{"uid":"8d67ba0d3db5c5b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8d67ba0d3db5c5b","status":"passed","time":{"start":1729034396758,"stop":1729034396758,"duration":0}},{"uid":"76a231704bff480","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/76a231704bff480","status":"passed","time":{"start":1729032277690,"stop":1729032277690,"duration":0}},{"uid":"a4f9149fe58ce546","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a4f9149fe58ce546","status":"passed","time":{"start":1728902034222,"stop":1728902034223,"duration":1}},{"uid":"b687c6f45daf20cb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b687c6f45daf20cb","status":"passed","time":{"start":1728893469055,"stop":1728893469055,"duration":0}},{"uid":"57b530b5daf63e4f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/57b530b5daf63e4f","status":"passed","time":{"start":1728856416486,"stop":1728856416486,"duration":0}},{"uid":"e6e15705207365ad","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e6e15705207365ad","status":"passed","time":{"start":1728738643168,"stop":1728738643168,"duration":0}},{"uid":"edb82eaf816e15c2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/edb82eaf816e15c2","status":"passed","time":{"start":1728683174244,"stop":1728683174245,"duration":1}},{"uid":"1bdcf8153d80e01c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1bdcf8153d80e01c","status":"passed","time":{"start":1728682757798,"stop":1728682757798,"duration":0}},{"uid":"cb99d0dee8d8155e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cb99d0dee8d8155e","status":"passed","time":{"start":1728677231123,"stop":1728677231123,"duration":0}},{"uid":"766a57759c6feece","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/766a57759c6feece","status":"passed","time":{"start":1728669920233,"stop":1728669920234,"duration":1}},{"uid":"29cfd1ab7a246505","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/29cfd1ab7a246505","status":"passed","time":{"start":1728598298887,"stop":1728598298887,"duration":0}},{"uid":"2cc5fa5e2abba48a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2cc5fa5e2abba48a","status":"passed","time":{"start":1728597513732,"stop":1728597513732,"duration":0}}]},"be70fca490e848dad627e7129dd538b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41a1ad86da972dc8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/41a1ad86da972dc8","status":"passed","time":{"start":1728598212610,"stop":1728598212610,"duration":0}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2e309a8cd3a4fa5a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2e309a8cd3a4fa5a","status":"passed","time":{"start":1729034340757,"stop":1729034340757,"duration":0}},{"uid":"f73340d7e86bba64","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f73340d7e86bba64","status":"passed","time":{"start":1729034104183,"stop":1729034104186,"duration":3}},{"uid":"5bab85ea298982f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5bab85ea298982f1","status":"passed","time":{"start":1729034027747,"stop":1729034027748,"duration":1}},{"uid":"f24b1b77313cd634","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f24b1b77313cd634","status":"passed","time":{"start":1729033842351,"stop":1729033842351,"duration":0}},{"uid":"8f494f7d44ea3ada","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8f494f7d44ea3ada","status":"passed","time":{"start":1729031892049,"stop":1729031892050,"duration":1}},{"uid":"49c471d4dbee8c4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/49c471d4dbee8c4","status":"passed","time":{"start":1728901438032,"stop":1728901438034,"duration":2}},{"uid":"7e3923641a9eb0f9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7e3923641a9eb0f9","status":"passed","time":{"start":1728892868235,"stop":1728892868236,"duration":1}},{"uid":"f9dfc1493e25d768","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f9dfc1493e25d768","status":"passed","time":{"start":1728855831083,"stop":1728855831083,"duration":0}},{"uid":"2a1cc13f9368cbca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2a1cc13f9368cbca","status":"passed","time":{"start":1728738048445,"stop":1728738048446,"duration":1}},{"uid":"1620b8bf5023c6b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1620b8bf5023c6b0","status":"passed","time":{"start":1728682581850,"stop":1728682581851,"duration":1}},{"uid":"d760612d0e540019","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d760612d0e540019","status":"passed","time":{"start":1728682154711,"stop":1728682154711,"duration":0}},{"uid":"abcf4e05c2c74395","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/abcf4e05c2c74395","status":"passed","time":{"start":1728676629305,"stop":1728676629307,"duration":2}},{"uid":"936aff6561214619","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/936aff6561214619","status":"passed","time":{"start":1728669352213,"stop":1728669352214,"duration":1}},{"uid":"52e964ffa0615d06","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52e964ffa0615d06","status":"passed","time":{"start":1728597693022,"stop":1728597693023,"duration":1}},{"uid":"3bbfc408753a6d96","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3bbfc408753a6d96","status":"passed","time":{"start":1728596912535,"stop":1728596912535,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9b4c91b3bf48aa23","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9b4c91b3bf48aa23","status":"passed","time":{"start":1729034424274,"stop":1729034424274,"duration":0}},{"uid":"813cc616aaa0bda9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/813cc616aaa0bda9","status":"passed","time":{"start":1729034190706,"stop":1729034190706,"duration":0}},{"uid":"de6ccdf0e4ffc0a4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/de6ccdf0e4ffc0a4","status":"passed","time":{"start":1729034108432,"stop":1729034108432,"duration":0}},{"uid":"346f9458fd5d215e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/346f9458fd5d215e","status":"passed","time":{"start":1729033925383,"stop":1729033925383,"duration":0}},{"uid":"bce695636f997883","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bce695636f997883","status":"passed","time":{"start":1729031975191,"stop":1729031975191,"duration":0}},{"uid":"bbe745b5fdac6b61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bbe745b5fdac6b61","status":"passed","time":{"start":1728901537877,"stop":1728901537878,"duration":1}},{"uid":"cc1ffd8918981b99","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cc1ffd8918981b99","status":"passed","time":{"start":1728892972431,"stop":1728892972431,"duration":0}},{"uid":"cc707504216b080d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc707504216b080d","status":"passed","time":{"start":1728855933072,"stop":1728855933072,"duration":0}},{"uid":"8870a34509620ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8870a34509620ee","status":"passed","time":{"start":1728738149926,"stop":1728738149927,"duration":1}},{"uid":"2bc7cca2825d4ed1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2bc7cca2825d4ed1","status":"passed","time":{"start":1728682681970,"stop":1728682681971,"duration":1}},{"uid":"39b54ea607561f21","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/39b54ea607561f21","status":"passed","time":{"start":1728682257769,"stop":1728682257770,"duration":1}},{"uid":"680932a019b7a864","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/680932a019b7a864","status":"passed","time":{"start":1728676730787,"stop":1728676730788,"duration":1}},{"uid":"8c1553c6e1f8b8fe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8c1553c6e1f8b8fe","status":"passed","time":{"start":1728669456896,"stop":1728669456896,"duration":0}},{"uid":"96683acae018e2b0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/96683acae018e2b0","status":"passed","time":{"start":1728597795920,"stop":1728597795920,"duration":0}},{"uid":"bcd0835ee1feef7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bcd0835ee1feef7e","status":"passed","time":{"start":1728597010202,"stop":1728597010202,"duration":0}}]},"b4aad3970df32cfc429181e3fe26e70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ae7281ae1d63361","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ae7281ae1d63361","status":"passed","time":{"start":1728598212612,"stop":1728598212612,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"14bf986f1cfdd8b1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14bf986f1cfdd8b1","status":"passed","time":{"start":1729034617759,"stop":1729034617760,"duration":1}},{"uid":"456659672974d971","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/456659672974d971","status":"passed","time":{"start":1729034370868,"stop":1729034370869,"duration":1}},{"uid":"4973bbc621e4e75","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4973bbc621e4e75","status":"passed","time":{"start":1729034308871,"stop":1729034308871,"duration":0}},{"uid":"a1a97181ec8fc61f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a1a97181ec8fc61f","status":"passed","time":{"start":1729034129474,"stop":1729034129474,"duration":0}},{"uid":"bda82d1f1d9d1090","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bda82d1f1d9d1090","status":"passed","time":{"start":1729032178368,"stop":1729032178368,"duration":0}},{"uid":"c890592354500d3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c890592354500d3","status":"passed","time":{"start":1728901896347,"stop":1728901896347,"duration":0}},{"uid":"4581907e5e75d452","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4581907e5e75d452","status":"passed","time":{"start":1728893329025,"stop":1728893329025,"duration":0}},{"uid":"af87bea81a6a182e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/af87bea81a6a182e","status":"passed","time":{"start":1728856284764,"stop":1728856284764,"duration":0}},{"uid":"6db22ceeb13766ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6db22ceeb13766ec","status":"passed","time":{"start":1728738494941,"stop":1728738494941,"duration":0}},{"uid":"816b39fca9ffe613","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/816b39fca9ffe613","status":"passed","time":{"start":1728683033632,"stop":1728683033632,"duration":0}},{"uid":"f8ab2c067b1d4d50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f8ab2c067b1d4d50","status":"passed","time":{"start":1728682601736,"stop":1728682601737,"duration":1}},{"uid":"6b1ea0fd52c50623","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6b1ea0fd52c50623","status":"passed","time":{"start":1728677107961,"stop":1728677107962,"duration":1}},{"uid":"d0ec0d98429c24ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d0ec0d98429c24ed","status":"passed","time":{"start":1728669764751,"stop":1728669764751,"duration":0}},{"uid":"6a08fb68e70201dc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a08fb68e70201dc","status":"passed","time":{"start":1728598157562,"stop":1728598157563,"duration":1}},{"uid":"e3a5b42682112b0c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3a5b42682112b0c","status":"passed","time":{"start":1728597369063,"stop":1728597369063,"duration":0}}]},"6f8f6a73622ab9974940240c37934d22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1df84f89917c367c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1df84f89917c367c","status":"passed","time":{"start":1728597369087,"stop":1728597369087,"duration":0}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"521aa51615689c2f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/521aa51615689c2f","status":"passed","time":{"start":1729034704504,"stop":1729034704505,"duration":1}},{"uid":"418eefe81eda439e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/418eefe81eda439e","status":"passed","time":{"start":1729034474998,"stop":1729034474999,"duration":1}},{"uid":"9f152df7f86f0c57","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9f152df7f86f0c57","status":"passed","time":{"start":1729034395299,"stop":1729034395299,"duration":0}},{"uid":"5dfdfd6c85179a52","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5dfdfd6c85179a52","status":"passed","time":{"start":1729034209112,"stop":1729034209112,"duration":0}},{"uid":"627f2d3f127eda86","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/627f2d3f127eda86","status":"passed","time":{"start":1729032264580,"stop":1729032264580,"duration":0}},{"uid":"d27bd2045833e4a1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d27bd2045833e4a1","status":"passed","time":{"start":1728902012871,"stop":1728902012871,"duration":0}},{"uid":"c0efc3f3318d2427","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0efc3f3318d2427","status":"passed","time":{"start":1728893454822,"stop":1728893454822,"duration":0}},{"uid":"c4c8b55347d94bca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c4c8b55347d94bca","status":"passed","time":{"start":1728856408465,"stop":1728856408465,"duration":0}},{"uid":"ad5f9bb6eeb79279","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad5f9bb6eeb79279","status":"passed","time":{"start":1728738633866,"stop":1728738633866,"duration":0}},{"uid":"9b0b8480c95c212e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9b0b8480c95c212e","status":"passed","time":{"start":1728683159813,"stop":1728683159813,"duration":0}},{"uid":"12849259f5d13765","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/12849259f5d13765","status":"passed","time":{"start":1728682751340,"stop":1728682751341,"duration":1}},{"uid":"d47da8990cf85eec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d47da8990cf85eec","status":"passed","time":{"start":1728677216374,"stop":1728677216375,"duration":1}},{"uid":"bf7aef2b0ac9a96a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf7aef2b0ac9a96a","status":"passed","time":{"start":1728669925461,"stop":1728669925462,"duration":1}},{"uid":"167469ab0af607b0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/167469ab0af607b0","status":"passed","time":{"start":1728598268817,"stop":1728598268817,"duration":0}},{"uid":"b80b90e1512bdadc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b80b90e1512bdadc","status":"passed","time":{"start":1728597503946,"stop":1728597503946,"duration":0}}]},"1465adf335bb41e5999d6f7035145584:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"654c2c1877b58ad2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/654c2c1877b58ad2","status":"passed","time":{"start":1729032235309,"stop":1729032235310,"duration":1}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5078aad504ccea28","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5078aad504ccea28","status":"passed","time":{"start":1729034696863,"stop":1729034696863,"duration":0}},{"uid":"69b1aabebe50c94e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/69b1aabebe50c94e","status":"passed","time":{"start":1729034470059,"stop":1729034470060,"duration":1}},{"uid":"19ac3a00288dcb6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/19ac3a00288dcb6b","status":"passed","time":{"start":1729034388867,"stop":1729034388867,"duration":0}},{"uid":"9093925a3dbd6637","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9093925a3dbd6637","status":"passed","time":{"start":1729034213017,"stop":1729034213017,"duration":0}},{"uid":"6be6e4bf40b12159","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6be6e4bf40b12159","status":"passed","time":{"start":1729032269100,"stop":1729032269100,"duration":0}},{"uid":"cbe568430270a13b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cbe568430270a13b","status":"passed","time":{"start":1728902000840,"stop":1728902000840,"duration":0}},{"uid":"ad1ea5bb375ed85f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ad1ea5bb375ed85f","status":"passed","time":{"start":1728893442590,"stop":1728893442591,"duration":1}},{"uid":"dcf7ce9e152fc94d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dcf7ce9e152fc94d","status":"passed","time":{"start":1728856386634,"stop":1728856386635,"duration":1}},{"uid":"af0caef8a2a59140","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/af0caef8a2a59140","status":"passed","time":{"start":1728738608580,"stop":1728738608581,"duration":1}},{"uid":"ff5eefd895ffd90e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ff5eefd895ffd90e","status":"passed","time":{"start":1728683148167,"stop":1728683148167,"duration":0}},{"uid":"5d7ee043b63e04db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5d7ee043b63e04db","status":"passed","time":{"start":1728682709055,"stop":1728682709055,"duration":0}},{"uid":"c1f0c36dc1a53aa2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1f0c36dc1a53aa2","status":"passed","time":{"start":1728677206653,"stop":1728677206653,"duration":0}},{"uid":"565ea295a250bf39","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/565ea295a250bf39","status":"passed","time":{"start":1728669888546,"stop":1728669888547,"duration":1}},{"uid":"9df6a46b7496584c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9df6a46b7496584c","status":"passed","time":{"start":1728598268128,"stop":1728598268129,"duration":1}},{"uid":"123c04747e18e612","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/123c04747e18e612","status":"passed","time":{"start":1728597478030,"stop":1728597478031,"duration":1}}]},"57280907f762f15dfb0b3dffc3b9b25d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d318555510224497","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d318555510224497","status":"passed","time":{"start":1729032228816,"stop":1729032228816,"duration":0}}]},"dfca42cd4418c1f8a41d298f6e0616e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f38aea40fb964678","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f38aea40fb964678","status":"passed","time":{"start":1728893395075,"stop":1728893395078,"duration":3}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e5d306bd1a1b5a1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e5d306bd1a1b5a1","status":"passed","time":{"start":1729034611685,"stop":1729034611685,"duration":0}},{"uid":"f9ba6165ca93ca3b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f9ba6165ca93ca3b","status":"passed","time":{"start":1729034393670,"stop":1729034393672,"duration":2}},{"uid":"2adbba83fe034405","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2adbba83fe034405","status":"passed","time":{"start":1729034304861,"stop":1729034304862,"duration":1}},{"uid":"8a76ca23457f9387","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a76ca23457f9387","status":"passed","time":{"start":1729034121953,"stop":1729034121954,"duration":1}},{"uid":"8048b10e65339c6a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8048b10e65339c6a","status":"passed","time":{"start":1729032174930,"stop":1729032174931,"duration":1}},{"uid":"7bffed66e3c47b10","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7bffed66e3c47b10","status":"passed","time":{"start":1728901881034,"stop":1728901881035,"duration":1}},{"uid":"4cc8883a2abdc3c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4cc8883a2abdc3c4","status":"passed","time":{"start":1728893317183,"stop":1728893317184,"duration":1}},{"uid":"2b724dc895c419b2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b724dc895c419b2","status":"passed","time":{"start":1728856263127,"stop":1728856263127,"duration":0}},{"uid":"2116f9065775a80","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2116f9065775a80","status":"passed","time":{"start":1728738492812,"stop":1728738492812,"duration":0}},{"uid":"e04609fb9d846556","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e04609fb9d846556","status":"passed","time":{"start":1728683030031,"stop":1728683030031,"duration":0}},{"uid":"8e2e087b80abac9c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e2e087b80abac9c","status":"passed","time":{"start":1728682581131,"stop":1728682581132,"duration":1}},{"uid":"f9520053e8b07da9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f9520053e8b07da9","status":"passed","time":{"start":1728677082015,"stop":1728677082016,"duration":1}},{"uid":"a253b32e2ce02ce8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a253b32e2ce02ce8","status":"passed","time":{"start":1728669795409,"stop":1728669795410,"duration":1}},{"uid":"af1b905c2c44a076","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/af1b905c2c44a076","status":"passed","time":{"start":1728598137511,"stop":1728598137511,"duration":0}},{"uid":"92fe01154abe8b17","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92fe01154abe8b17","status":"passed","time":{"start":1728597353490,"stop":1728597353490,"duration":0}}]},"01acafe26503c21966247906efaae4fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4d1086857403c52","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d4d1086857403c52","status":"passed","time":{"start":1728682652693,"stop":1728682652693,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"aadb8ef84c3b243c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aadb8ef84c3b243c","status":"passed","time":{"start":1729034447616,"stop":1729034447616,"duration":0}},{"uid":"906c68e0c84b986e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/906c68e0c84b986e","status":"passed","time":{"start":1729034206085,"stop":1729034206085,"duration":0}},{"uid":"8231df1f82ee2b6a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8231df1f82ee2b6a","status":"passed","time":{"start":1729034134190,"stop":1729034134190,"duration":0}},{"uid":"93e0c44efc656603","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/93e0c44efc656603","status":"passed","time":{"start":1729033942600,"stop":1729033942601,"duration":1}},{"uid":"dea02e4be1c1f11b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dea02e4be1c1f11b","status":"passed","time":{"start":1729031989711,"stop":1729031989712,"duration":1}},{"uid":"b9ac22aad6d4e03c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b9ac22aad6d4e03c","status":"passed","time":{"start":1728901562033,"stop":1728901562033,"duration":0}},{"uid":"c3c2a0ab9b1a7f2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c3c2a0ab9b1a7f2b","status":"passed","time":{"start":1728893001480,"stop":1728893001480,"duration":0}},{"uid":"7fa3a58b108340b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7fa3a58b108340b6","status":"passed","time":{"start":1728855968865,"stop":1728855968865,"duration":0}},{"uid":"864f32cafbb28285","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/864f32cafbb28285","status":"passed","time":{"start":1728738172965,"stop":1728738172966,"duration":1}},{"uid":"70350bfcc065554","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70350bfcc065554","status":"passed","time":{"start":1728682706936,"stop":1728682706937,"duration":1}},{"uid":"742b4f5b25d23539","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/742b4f5b25d23539","status":"passed","time":{"start":1728682296859,"stop":1728682296859,"duration":0}},{"uid":"47975ff96ab885b6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/47975ff96ab885b6","status":"passed","time":{"start":1728676761466,"stop":1728676761468,"duration":2}},{"uid":"d6a5097ff97a5215","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d6a5097ff97a5215","status":"passed","time":{"start":1728669479025,"stop":1728669479026,"duration":1}},{"uid":"84f92fe77bac7b2f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/84f92fe77bac7b2f","status":"passed","time":{"start":1728597820125,"stop":1728597820126,"duration":1}},{"uid":"fdf3dffe094d08e4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fdf3dffe094d08e4","status":"passed","time":{"start":1728597034499,"stop":1728597034499,"duration":0}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bd476cd57a4de752","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bd476cd57a4de752","status":"passed","time":{"start":1729034631248,"stop":1729034631248,"duration":0}},{"uid":"2791dd1a75e21b58","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2791dd1a75e21b58","status":"passed","time":{"start":1729034400884,"stop":1729034400885,"duration":1}},{"uid":"47b2efeb736e04f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47b2efeb736e04f6","status":"passed","time":{"start":1729034317444,"stop":1729034317445,"duration":1}},{"uid":"7bb3fe4dbceea0f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bb3fe4dbceea0f2","status":"passed","time":{"start":1729034137125,"stop":1729034137125,"duration":0}},{"uid":"5c5d1d8f623d4d59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5c5d1d8f623d4d59","status":"passed","time":{"start":1729032206870,"stop":1729032206871,"duration":1}},{"uid":"1e449f5cc229f5a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e449f5cc229f5a9","status":"passed","time":{"start":1728901995011,"stop":1728901995011,"duration":0}},{"uid":"529854d6607588ce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/529854d6607588ce","status":"passed","time":{"start":1728893420989,"stop":1728893420991,"duration":2}},{"uid":"ededb5240eee597e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ededb5240eee597e","status":"passed","time":{"start":1728856368592,"stop":1728856368592,"duration":0}},{"uid":"8daddee967d00bca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8daddee967d00bca","status":"passed","time":{"start":1728738604677,"stop":1728738604677,"duration":0}},{"uid":"1c1fbcb88a9bdf4c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1c1fbcb88a9bdf4c","status":"passed","time":{"start":1728683117607,"stop":1728683117608,"duration":1}},{"uid":"cd67d776a101f44b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd67d776a101f44b","status":"passed","time":{"start":1728682721314,"stop":1728682721314,"duration":0}},{"uid":"29ca9c286c04e97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/29ca9c286c04e97","status":"passed","time":{"start":1728677184679,"stop":1728677184679,"duration":0}},{"uid":"ad90d4df24d5b31","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad90d4df24d5b31","status":"passed","time":{"start":1728669866445,"stop":1728669866445,"duration":0}},{"uid":"2fb480899405608f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2fb480899405608f","status":"passed","time":{"start":1728598249972,"stop":1728598249972,"duration":0}},{"uid":"cecbd3b0b1f3b0c5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cecbd3b0b1f3b0c5","status":"passed","time":{"start":1728597472285,"stop":1728597472286,"duration":1}}]},"c87d84d66ca360c67a02c7661e7e2f08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32c864b71237b8d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32c864b71237b8d8","status":"passed","time":{"start":1729034668599,"stop":1729034668605,"duration":6}}]},"95dc355c7ce958b1a2cf1687ca9ae922:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"396d1fb852334653","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/396d1fb852334653","status":"passed","time":{"start":1729034428556,"stop":1729034428556,"duration":0}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"db1862935408402c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db1862935408402c","status":"passed","time":{"start":1729034626852,"stop":1729034626852,"duration":0}},{"uid":"5b0c9349327196e1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b0c9349327196e1","status":"passed","time":{"start":1729034398549,"stop":1729034398549,"duration":0}},{"uid":"b64b1f1ea22b3a8b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b64b1f1ea22b3a8b","status":"passed","time":{"start":1729034314814,"stop":1729034314815,"duration":1}},{"uid":"10a5984620b8a7c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10a5984620b8a7c5","status":"passed","time":{"start":1729034137164,"stop":1729034137164,"duration":0}},{"uid":"a25d615b4a88a193","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a25d615b4a88a193","status":"passed","time":{"start":1729032187247,"stop":1729032187247,"duration":0}},{"uid":"1fbea4e543cc087f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1fbea4e543cc087f","status":"passed","time":{"start":1728901888430,"stop":1728901888430,"duration":0}},{"uid":"968f3c1567b06fb6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/968f3c1567b06fb6","status":"passed","time":{"start":1728893323792,"stop":1728893323793,"duration":1}},{"uid":"13cf3c5610040dfa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/13cf3c5610040dfa","status":"passed","time":{"start":1728856285927,"stop":1728856285928,"duration":1}},{"uid":"38639ecd7bf3f958","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38639ecd7bf3f958","status":"passed","time":{"start":1728738498275,"stop":1728738498276,"duration":1}},{"uid":"ada40416a97db42a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ada40416a97db42a","status":"passed","time":{"start":1728683041391,"stop":1728683041392,"duration":1}},{"uid":"1b05709f2f5841d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1b05709f2f5841d7","status":"passed","time":{"start":1728682596018,"stop":1728682596019,"duration":1}},{"uid":"eb91fdde19bba49b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eb91fdde19bba49b","status":"passed","time":{"start":1728677091267,"stop":1728677091267,"duration":0}},{"uid":"53d4790e621a2cf3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/53d4790e621a2cf3","status":"passed","time":{"start":1728669766426,"stop":1728669766426,"duration":0}},{"uid":"8165ad4fb3a632d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8165ad4fb3a632d","status":"passed","time":{"start":1728598152074,"stop":1728598152074,"duration":0}},{"uid":"dafffbba82b3b039","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dafffbba82b3b039","status":"passed","time":{"start":1728597364118,"stop":1728597364118,"duration":0}}]},"2d09b73e810450f35826c6bac53fdb9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28a0da461f9d6c81","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/28a0da461f9d6c81","status":"passed","time":{"start":1729034393658,"stop":1729034393664,"duration":6}}]},"a0503d7b3aa1db862c50aa45c958e145:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8dd1ce60386702ae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8dd1ce60386702ae","status":"passed","time":{"start":1729034121899,"stop":1729034121899,"duration":0}}]},"b146aac60fa9560d7ef33a73acf6d4bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c02a2c86413633d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c02a2c86413633d4","status":"passed","time":{"start":1728598221889,"stop":1728598221890,"duration":1}}]},"4c1b440e951842ddf6cdb9dd49a7ca9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"8485e6bcae2a1cf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8485e6bcae2a1cf","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473217,"stop":1729034473218,"duration":1}},{"uid":"1dbf3ddaefc2b4cd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1dbf3ddaefc2b4cd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241161,"stop":1729034241162,"duration":1}},{"uid":"951f139d3b7f1024","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/951f139d3b7f1024","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159975,"stop":1729034159975,"duration":0}},{"uid":"17e3197fd1aa610d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/17e3197fd1aa610d","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977065,"duration":0}},{"uid":"a4ccdd1afb09ec23","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a4ccdd1afb09ec23","status":"passed","time":{"start":1729032093802,"stop":1729032093802,"duration":0}},{"uid":"bc336832955095bc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc336832955095bc","status":"passed","time":{"start":1728901748774,"stop":1728901748774,"duration":0}},{"uid":"38385d959413f09a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/38385d959413f09a","status":"passed","time":{"start":1728893181087,"stop":1728893181087,"duration":0}},{"uid":"cd4091239503fe35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cd4091239503fe35","status":"passed","time":{"start":1728856155552,"stop":1728856155553,"duration":1}},{"uid":"39ad36ad012aa345","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/39ad36ad012aa345","status":"passed","time":{"start":1728738360296,"stop":1728738360297,"duration":1}},{"uid":"b6e83dc25d7989ac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6e83dc25d7989ac","status":"passed","time":{"start":1728682907223,"stop":1728682907223,"duration":0}},{"uid":"b6635bedc36ae9aa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b6635bedc36ae9aa","status":"passed","time":{"start":1728682466736,"stop":1728682466736,"duration":0}},{"uid":"34c32eae3de161d1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34c32eae3de161d1","status":"passed","time":{"start":1728676955723,"stop":1728676955723,"duration":0}},{"uid":"ef87ac48f7895639","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ef87ac48f7895639","status":"passed","time":{"start":1728598013536,"stop":1728598013536,"duration":0}},{"uid":"1d827206f85d3bd6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1d827206f85d3bd6","status":"passed","time":{"start":1728597225201,"stop":1728597225201,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e5a01902125afb3a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e5a01902125afb3a","status":"passed","time":{"start":1729034704494,"stop":1729034704495,"duration":1}},{"uid":"42e5053b5af68729","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/42e5053b5af68729","status":"passed","time":{"start":1729034474988,"stop":1729034474988,"duration":0}},{"uid":"7d520f4d8ed848a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7d520f4d8ed848a","status":"passed","time":{"start":1729034395291,"stop":1729034395291,"duration":0}},{"uid":"4fcdd95b567ab236","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4fcdd95b567ab236","status":"passed","time":{"start":1729034209100,"stop":1729034209100,"duration":0}},{"uid":"8a1859c6e3ad5781","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a1859c6e3ad5781","status":"passed","time":{"start":1729032264568,"stop":1729032264568,"duration":0}},{"uid":"85a42c3f164deef7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/85a42c3f164deef7","status":"passed","time":{"start":1728902012851,"stop":1728902012858,"duration":7}},{"uid":"84850c20b4f119c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84850c20b4f119c8","status":"passed","time":{"start":1728893454811,"stop":1728893454811,"duration":0}},{"uid":"37683b47c0961f5d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/37683b47c0961f5d","status":"passed","time":{"start":1728856408452,"stop":1728856408452,"duration":0}},{"uid":"a22d316e0e2a5966","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a22d316e0e2a5966","status":"passed","time":{"start":1728738633854,"stop":1728738633855,"duration":1}},{"uid":"a82d8c9aaae694a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a82d8c9aaae694a8","status":"passed","time":{"start":1728683159757,"stop":1728683159760,"duration":3}},{"uid":"bd2c82c4f767229f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd2c82c4f767229f","status":"passed","time":{"start":1728682751329,"stop":1728682751330,"duration":1}},{"uid":"7e11a4f9b000d791","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7e11a4f9b000d791","status":"passed","time":{"start":1728677216356,"stop":1728677216356,"duration":0}},{"uid":"7ef20b86f17d9c45","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ef20b86f17d9c45","status":"passed","time":{"start":1728669925454,"stop":1728669925454,"duration":0}},{"uid":"3cb4fe4f47b4a62a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3cb4fe4f47b4a62a","status":"passed","time":{"start":1728598268803,"stop":1728598268804,"duration":1}},{"uid":"b59420ed246ad8f9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b59420ed246ad8f9","status":"passed","time":{"start":1728597503920,"stop":1728597503920,"duration":0}}]},"0d17b0a98f124f0c5dd18daf67472956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4e52d038f618521","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4e52d038f618521","status":"passed","time":{"start":1728856284775,"stop":1728856284776,"duration":1}}]},"baa2701d0f1e5c5051586a89f8d64c90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84a729590e3d01c5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/84a729590e3d01c5","status":"passed","time":{"start":1728683093173,"stop":1728683093173,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bef10b5b6b7b2649","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bef10b5b6b7b2649","status":"passed","time":{"start":1729034694621,"stop":1729034694622,"duration":1}},{"uid":"b43012ba6b3c4ce7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b43012ba6b3c4ce7","status":"passed","time":{"start":1729034462010,"stop":1729034462010,"duration":0}},{"uid":"a4316798787f4ed3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a4316798787f4ed3","status":"passed","time":{"start":1729034375967,"stop":1729034375968,"duration":1}},{"uid":"7b359348c08396df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b359348c08396df","status":"passed","time":{"start":1729034200063,"stop":1729034200063,"duration":0}},{"uid":"a8f5be1bb63dffe7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a8f5be1bb63dffe7","status":"passed","time":{"start":1729032257886,"stop":1729032257889,"duration":3}},{"uid":"caa8ef4a42dc68d1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/caa8ef4a42dc68d1","status":"passed","time":{"start":1728902003563,"stop":1728902003564,"duration":1}},{"uid":"e8af12b1183384df","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e8af12b1183384df","status":"passed","time":{"start":1728893434692,"stop":1728893434692,"duration":0}},{"uid":"cc55e8c31bccf4a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc55e8c31bccf4a5","status":"passed","time":{"start":1728856398640,"stop":1728856398640,"duration":0}},{"uid":"5c1c5cec2edfaf9f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c1c5cec2edfaf9f","status":"passed","time":{"start":1728738612000,"stop":1728738612000,"duration":0}},{"uid":"5b64233736e4d748","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5b64233736e4d748","status":"passed","time":{"start":1728683155007,"stop":1728683155007,"duration":0}},{"uid":"acf97ad48073ab69","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acf97ad48073ab69","status":"passed","time":{"start":1728682706101,"stop":1728682706101,"duration":0}},{"uid":"24d2b5a8fd712825","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/24d2b5a8fd712825","status":"passed","time":{"start":1728677207492,"stop":1728677207494,"duration":2}},{"uid":"cff1d50ebded4a0c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cff1d50ebded4a0c","status":"passed","time":{"start":1728669887095,"stop":1728669887096,"duration":1}},{"uid":"e0045dc0a979c877","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e0045dc0a979c877","status":"passed","time":{"start":1728598263633,"stop":1728598263633,"duration":0}},{"uid":"7b93ab9d48da7d24","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b93ab9d48da7d24","status":"passed","time":{"start":1728597478273,"stop":1728597478274,"duration":1}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"964c9d2dc9a92620","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/964c9d2dc9a92620","status":"passed","time":{"start":1729034640511,"stop":1729034640511,"duration":0}},{"uid":"bd56eb5d2cf9e7a8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bd56eb5d2cf9e7a8","status":"passed","time":{"start":1729034411419,"stop":1729034411419,"duration":0}},{"uid":"780aca8b2f7046f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/780aca8b2f7046f6","status":"passed","time":{"start":1729034327390,"stop":1729034327392,"duration":2}},{"uid":"dd2c7d46d1e39045","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd2c7d46d1e39045","status":"passed","time":{"start":1729034147767,"stop":1729034147767,"duration":0}},{"uid":"9ce14b70e1518264","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ce14b70e1518264","status":"passed","time":{"start":1729032204823,"stop":1729032204824,"duration":1}},{"uid":"c33573b29040f5bd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c33573b29040f5bd","status":"passed","time":{"start":1728901907651,"stop":1728901907651,"duration":0}},{"uid":"33e08e1d54d8084e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/33e08e1d54d8084e","status":"passed","time":{"start":1728893341885,"stop":1728893341886,"duration":1}},{"uid":"bf31dce8907f5afa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bf31dce8907f5afa","status":"passed","time":{"start":1728856299351,"stop":1728856299351,"duration":0}},{"uid":"b14a569750ad61c0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b14a569750ad61c0","status":"passed","time":{"start":1728738511611,"stop":1728738511612,"duration":1}},{"uid":"ec451489c85c24ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec451489c85c24ca","status":"passed","time":{"start":1728683052907,"stop":1728683052907,"duration":0}},{"uid":"25cdb56741b6e4d9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/25cdb56741b6e4d9","status":"passed","time":{"start":1728682612906,"stop":1728682612906,"duration":0}},{"uid":"77402f83ef0be0fa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/77402f83ef0be0fa","status":"passed","time":{"start":1728677115741,"stop":1728677115741,"duration":0}},{"uid":"aa02335d432456e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa02335d432456e5","status":"passed","time":{"start":1728669778170,"stop":1728669778170,"duration":0}},{"uid":"d94ad43c71d9fd33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d94ad43c71d9fd33","status":"passed","time":{"start":1728598175427,"stop":1728598175428,"duration":1}},{"uid":"da672a7dc4f917c2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/da672a7dc4f917c2","status":"passed","time":{"start":1728597380057,"stop":1728597380057,"duration":0}}]},"c8e0730aa1dfa6ed4b9f39efb1e70e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc243dded65a005","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fc243dded65a005","status":"passed","time":{"start":1728893395080,"stop":1728893395080,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f68ff169f5f1eb1b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f68ff169f5f1eb1b","status":"passed","time":{"start":1729034631254,"stop":1729034631255,"duration":1}},{"uid":"92d9ca636779bac5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/92d9ca636779bac5","status":"passed","time":{"start":1729034400891,"stop":1729034400892,"duration":1}},{"uid":"86eb250a39beb955","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/86eb250a39beb955","status":"passed","time":{"start":1729034317454,"stop":1729034317461,"duration":7}},{"uid":"1f2f787ada5e50ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f2f787ada5e50ef","status":"passed","time":{"start":1729034137143,"stop":1729034137143,"duration":0}},{"uid":"643a65c2b46d4996","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/643a65c2b46d4996","status":"passed","time":{"start":1729032206877,"stop":1729032206877,"duration":0}},{"uid":"68d572d03bb7c0a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/68d572d03bb7c0a9","status":"passed","time":{"start":1728901995023,"stop":1728901995023,"duration":0}},{"uid":"1eb25be2dcd64814","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1eb25be2dcd64814","status":"passed","time":{"start":1728893420997,"stop":1728893420997,"duration":0}},{"uid":"9444a6d5ba7ae930","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9444a6d5ba7ae930","status":"passed","time":{"start":1728856368598,"stop":1728856368598,"duration":0}},{"uid":"bb5a5236e604ef68","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb5a5236e604ef68","status":"passed","time":{"start":1728738604682,"stop":1728738604683,"duration":1}},{"uid":"c41543937cf74da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c41543937cf74da","status":"passed","time":{"start":1728683117631,"stop":1728683117632,"duration":1}},{"uid":"9fab00f8e5756719","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9fab00f8e5756719","status":"passed","time":{"start":1728682721320,"stop":1728682721320,"duration":0}},{"uid":"9fd3f00c810b3b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9fd3f00c810b3b3","status":"passed","time":{"start":1728677184685,"stop":1728677184685,"duration":0}},{"uid":"2d87fe11aa9aec80","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2d87fe11aa9aec80","status":"passed","time":{"start":1728669866451,"stop":1728669866452,"duration":1}},{"uid":"aa4fc7e601a5f79e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aa4fc7e601a5f79e","status":"passed","time":{"start":1728598249990,"stop":1728598249991,"duration":1}},{"uid":"29556cf79c12a043","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/29556cf79c12a043","status":"passed","time":{"start":1728597472298,"stop":1728597472299,"duration":1}}]},"81074bcfcdf6b9de08243686f8c82315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"afa03da0b8d1bd9f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/afa03da0b8d1bd9f","status":"passed","time":{"start":1729034332638,"stop":1729034332638,"duration":0}},{"uid":"d766ec2686891ef0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d766ec2686891ef0","status":"passed","time":{"start":1729034096137,"stop":1729034096138,"duration":1}},{"uid":"f71b167a588bde67","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f71b167a588bde67","status":"passed","time":{"start":1729034020094,"stop":1729034020094,"duration":0}},{"uid":"9cd5686e21697320","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9cd5686e21697320","status":"passed","time":{"start":1729033834390,"stop":1729033834391,"duration":1}},{"uid":"3790c98b4c3444a2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3790c98b4c3444a2","status":"passed","time":{"start":1729031884124,"stop":1729031884124,"duration":0}},{"uid":"5c73a33edf6c71f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5c73a33edf6c71f7","status":"passed","time":{"start":1728901430258,"stop":1728901430258,"duration":0}},{"uid":"16c6c27d36665313","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/16c6c27d36665313","status":"passed","time":{"start":1728892860536,"stop":1728892860536,"duration":0}},{"uid":"18bf175cbe982d91","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/18bf175cbe982d91","status":"passed","time":{"start":1728855823326,"stop":1728855823326,"duration":0}},{"uid":"d86c502cc408bb0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d86c502cc408bb0","status":"passed","time":{"start":1728738040607,"stop":1728738040607,"duration":0}},{"uid":"b7c950c86c523d33","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b7c950c86c523d33","status":"passed","time":{"start":1728682574097,"stop":1728682574097,"duration":0}},{"uid":"d23a7fdae1607305","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d23a7fdae1607305","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"72518ff5189da28d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72518ff5189da28d","status":"passed","time":{"start":1728676621436,"stop":1728676621436,"duration":0}},{"uid":"af3e2ed1f2e29dfe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af3e2ed1f2e29dfe","status":"passed","time":{"start":1728669344471,"stop":1728669344472,"duration":1}},{"uid":"a2b412b16114c35a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a2b412b16114c35a","status":"passed","time":{"start":1728597685165,"stop":1728597685166,"duration":1}},{"uid":"e611900247c67c93","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e611900247c67c93","status":"passed","time":{"start":1728596904473,"stop":1728596904473,"duration":0}}]},"53cba973e845f8509d0e3f6fc7bf7170:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a6c430a42026286","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6c430a42026286","status":"passed","time":{"start":1729034373009,"stop":1729034373009,"duration":0}},{"uid":"fb75863e4f86d41f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fb75863e4f86d41f","status":"passed","time":{"start":1729034137111,"stop":1729034137112,"duration":1}},{"uid":"d9b989b49e4e203e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d9b989b49e4e203e","status":"passed","time":{"start":1729034060044,"stop":1729034060044,"duration":0}},{"uid":"d0d4451bba380693","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0d4451bba380693","status":"passed","time":{"start":1729033875026,"stop":1729033875026,"duration":0}},{"uid":"30ca24b02210702","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30ca24b02210702","status":"passed","time":{"start":1729031924907,"stop":1729031924907,"duration":0}},{"uid":"7298636e14a778b9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7298636e14a778b9","status":"passed","time":{"start":1728901469134,"stop":1728901469134,"duration":0}},{"uid":"4421ef7539aa50fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4421ef7539aa50fb","status":"passed","time":{"start":1728892899799,"stop":1728892899799,"duration":0}},{"uid":"b841f593adfda70c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b841f593adfda70c","status":"passed","time":{"start":1728855863295,"stop":1728855863296,"duration":1}},{"uid":"1e573b1d7f323006","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1e573b1d7f323006","status":"passed","time":{"start":1728738080955,"stop":1728738080955,"duration":0}},{"uid":"202b770e640cd022","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/202b770e640cd022","status":"passed","time":{"start":1728682614315,"stop":1728682614315,"duration":0}},{"uid":"8df124093b0f5664","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8df124093b0f5664","status":"passed","time":{"start":1728682187219,"stop":1728682187220,"duration":1}},{"uid":"a45b7baa3f37bc18","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a45b7baa3f37bc18","status":"passed","time":{"start":1728676661419,"stop":1728676661420,"duration":1}},{"uid":"ebdeb0d3d06574c3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebdeb0d3d06574c3","status":"passed","time":{"start":1728669384752,"stop":1728669384752,"duration":0}},{"uid":"7436a33b5bebd3b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7436a33b5bebd3b5","status":"passed","time":{"start":1728597724209,"stop":1728597724210,"duration":1}},{"uid":"c6f50314cadffb09","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c6f50314cadffb09","status":"passed","time":{"start":1728596943262,"stop":1728596943263,"duration":1}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5663e8800dee897b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5663e8800dee897b","status":"passed","time":{"start":1729034703309,"stop":1729034703310,"duration":1}},{"uid":"73a8b842348e8ffa","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/73a8b842348e8ffa","status":"passed","time":{"start":1729034475271,"stop":1729034475271,"duration":0}},{"uid":"3a9494a286b8bcbb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a9494a286b8bcbb","status":"passed","time":{"start":1729034392402,"stop":1729034392402,"duration":0}},{"uid":"c7ca5e9a306c28da","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7ca5e9a306c28da","status":"passed","time":{"start":1729034208293,"stop":1729034208294,"duration":1}},{"uid":"7cab561249237d2a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7cab561249237d2a","status":"passed","time":{"start":1729032257064,"stop":1729032257065,"duration":1}},{"uid":"2c57335b5a8a8f51","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c57335b5a8a8f51","status":"passed","time":{"start":1728902024011,"stop":1728902024012,"duration":1}},{"uid":"1397606d5568b95f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1397606d5568b95f","status":"passed","time":{"start":1728893455128,"stop":1728893455128,"duration":0}},{"uid":"621d7a2a492ac444","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/621d7a2a492ac444","status":"passed","time":{"start":1728856404961,"stop":1728856404961,"duration":0}},{"uid":"def014771b948f6d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/def014771b948f6d","status":"passed","time":{"start":1728738634667,"stop":1728738634667,"duration":0}},{"uid":"82514ad360241172","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82514ad360241172","status":"passed","time":{"start":1728683163619,"stop":1728683163619,"duration":0}},{"uid":"363c17df35c5110d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/363c17df35c5110d","status":"passed","time":{"start":1728682737539,"stop":1728682737540,"duration":1}},{"uid":"9c132644f218184","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9c132644f218184","status":"passed","time":{"start":1728677222566,"stop":1728677222566,"duration":0}},{"uid":"16cfc7178936511","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/16cfc7178936511","status":"passed","time":{"start":1728669905024,"stop":1728669905030,"duration":6}},{"uid":"21cd175ab9b6e773","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/21cd175ab9b6e773","status":"passed","time":{"start":1728598284365,"stop":1728598284365,"duration":0}},{"uid":"87e227561e1c113c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/87e227561e1c113c","status":"passed","time":{"start":1728597506829,"stop":1728597506830,"duration":1}}]},"2fde84d87ba22e9e58a0c0c447028fed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eea1077c37777815","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eea1077c37777815","status":"passed","time":{"start":1728677156816,"stop":1728677156817,"duration":1}}]},"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":4,"passed":6,"unknown":0,"total":15},"items":[{"uid":"74d64e06fe676770","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/74d64e06fe676770","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473400,"stop":1729034473401,"duration":1}},{"uid":"a7fac9776a3c2887","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a7fac9776a3c2887","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241337,"stop":1729034241337,"duration":0}},{"uid":"e78ce9efd9b5d007","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e78ce9efd9b5d007","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160185,"stop":1729034160185,"duration":0}},{"uid":"5baa417cc12e77f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5baa417cc12e77f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977222,"stop":1729033977224,"duration":2}},{"uid":"7b3ccd2e1e08de00","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7b3ccd2e1e08de00","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1729032053268,"stop":1729032053269,"duration":1}},{"uid":"76cf9e4ed78dcac3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/76cf9e4ed78dcac3","status":"passed","time":{"start":1728901711766,"stop":1728901711766,"duration":0}},{"uid":"19ad7095e2cb097f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19ad7095e2cb097f","status":"passed","time":{"start":1728893141895,"stop":1728893141896,"duration":1}},{"uid":"283dbb1f96e0574e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/283dbb1f96e0574e","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728856103196,"stop":1728856103198,"duration":2}},{"uid":"fbaf36bd533dd315","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fbaf36bd533dd315","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728738321616,"stop":1728738321617,"duration":1}},{"uid":"18ddf62b021a7edd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/18ddf62b021a7edd","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728682857563,"stop":1728682857564,"duration":1}},{"uid":"be9d84fccadb040d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/be9d84fccadb040d","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1728682428802,"stop":1728682428803,"duration":1}},{"uid":"d398d077275badf4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d398d077275badf4","status":"passed","time":{"start":1728676901166,"stop":1728676901166,"duration":0}},{"uid":"eb1412e7ef2f451d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eb1412e7ef2f451d","status":"passed","time":{"start":1728669573860,"stop":1728669573860,"duration":0}},{"uid":"36c9fd7e4635345","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/36c9fd7e4635345","status":"passed","time":{"start":1728597972335,"stop":1728597972336,"duration":1}},{"uid":"21a3e6771d92975f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/21a3e6771d92975f","status":"passed","time":{"start":1728597175618,"stop":1728597175618,"duration":0}}]},"40ff940a50e2d30878ccf4577c3fae0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86c697c7d3149247","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/86c697c7d3149247","status":"passed","time":{"start":1728683110367,"stop":1728683110367,"duration":0}}]},"9bcf702279c70fd136964e6de9a976fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95b87da51b5d0b74","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95b87da51b5d0b74","status":"passed","time":{"start":1728893337255,"stop":1728893337255,"duration":0}}]},"a15b2e9d9dd499e5ed450713aa64e344:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7734242bbcd876","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7734242bbcd876","status":"passed","time":{"start":1728856333673,"stop":1728856333674,"duration":1}}]},"01dc4856cec341ef73142bbca6397466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a25323175c24e55","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a25323175c24e55","status":"passed","time":{"start":1729034631263,"stop":1729034631264,"duration":1}}]},"91be0baaa4bd07cf19a2856bf5eea8f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c1815fc7296513e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8c1815fc7296513e","status":"passed","time":{"start":1729034656472,"stop":1729034656472,"duration":0}}]},"cfc4c86576cfa3c6493b570a0d0d33fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"22f62e466e4917ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/22f62e466e4917ca","status":"passed","time":{"start":1729034332609,"stop":1729034332609,"duration":0}},{"uid":"1a8cbda33544308b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1a8cbda33544308b","status":"passed","time":{"start":1729034096110,"stop":1729034096111,"duration":1}},{"uid":"79e580157464f717","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/79e580157464f717","status":"passed","time":{"start":1729034020073,"stop":1729034020073,"duration":0}},{"uid":"d1ab7ea949bb04c3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1ab7ea949bb04c3","status":"passed","time":{"start":1729033834361,"stop":1729033834362,"duration":1}},{"uid":"de7573142c39756e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/de7573142c39756e","status":"passed","time":{"start":1729031884090,"stop":1729031884091,"duration":1}},{"uid":"10d1f4de22adb7c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/10d1f4de22adb7c6","status":"passed","time":{"start":1728901430242,"stop":1728901430243,"duration":1}},{"uid":"8acd47c31baecfe9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8acd47c31baecfe9","status":"passed","time":{"start":1728892860517,"stop":1728892860517,"duration":0}},{"uid":"4cdf4381a0a1c0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4cdf4381a0a1c0f","status":"passed","time":{"start":1728855823308,"stop":1728855823308,"duration":0}},{"uid":"717bade074f4d437","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/717bade074f4d437","status":"passed","time":{"start":1728738040570,"stop":1728738040570,"duration":0}},{"uid":"bd7b7b3a0f2f0f87","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bd7b7b3a0f2f0f87","status":"passed","time":{"start":1728682574068,"stop":1728682574068,"duration":0}},{"uid":"47a8c4ff81ff598a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/47a8c4ff81ff598a","status":"passed","time":{"start":1728682146795,"stop":1728682146796,"duration":1}},{"uid":"a65a1819c83c992c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a65a1819c83c992c","status":"passed","time":{"start":1728676621404,"stop":1728676621405,"duration":1}},{"uid":"d5a28f3aeec82e39","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d5a28f3aeec82e39","status":"passed","time":{"start":1728669344454,"stop":1728669344454,"duration":0}},{"uid":"88ec0b4f9d4034f4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/88ec0b4f9d4034f4","status":"passed","time":{"start":1728597685135,"stop":1728597685136,"duration":1}},{"uid":"c5c53b85fca8a605","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c5c53b85fca8a605","status":"passed","time":{"start":1728596904442,"stop":1728596904442,"duration":0}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1cce478a8630b11f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1cce478a8630b11f","status":"passed","time":{"start":1729034704500,"stop":1729034704500,"duration":0}},{"uid":"6e30a65980aa1433","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6e30a65980aa1433","status":"passed","time":{"start":1729034474993,"stop":1729034474994,"duration":1}},{"uid":"6f423355b84c649a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6f423355b84c649a","status":"passed","time":{"start":1729034395295,"stop":1729034395295,"duration":0}},{"uid":"8bcaee1cf08bdbbf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8bcaee1cf08bdbbf","status":"passed","time":{"start":1729034209106,"stop":1729034209106,"duration":0}},{"uid":"17c90c192184e56e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/17c90c192184e56e","status":"passed","time":{"start":1729032264574,"stop":1729032264574,"duration":0}},{"uid":"43c06d63424188f4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/43c06d63424188f4","status":"passed","time":{"start":1728902012866,"stop":1728902012866,"duration":0}},{"uid":"e56cad3a758bbb69","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e56cad3a758bbb69","status":"passed","time":{"start":1728893454816,"stop":1728893454816,"duration":0}},{"uid":"9364e932690feed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9364e932690feed","status":"passed","time":{"start":1728856408460,"stop":1728856408460,"duration":0}},{"uid":"e145ed3c3d739a16","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e145ed3c3d739a16","status":"passed","time":{"start":1728738633860,"stop":1728738633860,"duration":0}},{"uid":"8973cc264c254e01","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8973cc264c254e01","status":"passed","time":{"start":1728683159793,"stop":1728683159794,"duration":1}},{"uid":"194b7d9b36a77983","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/194b7d9b36a77983","status":"passed","time":{"start":1728682751336,"stop":1728682751336,"duration":0}},{"uid":"a2f0019587570091","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2f0019587570091","status":"passed","time":{"start":1728677216367,"stop":1728677216368,"duration":1}},{"uid":"b3101945664902dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b3101945664902dc","status":"passed","time":{"start":1728669925458,"stop":1728669925458,"duration":0}},{"uid":"1403df714f304fe2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1403df714f304fe2","status":"passed","time":{"start":1728598268813,"stop":1728598268813,"duration":0}},{"uid":"fcbd97aa6d8e0821","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fcbd97aa6d8e0821","status":"passed","time":{"start":1728597503937,"stop":1728597503937,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b6f1ced85575dfc0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6f1ced85575dfc0","status":"passed","time":{"start":1729034447614,"stop":1729034447615,"duration":1}},{"uid":"1cc06cd3dcc34a5e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1cc06cd3dcc34a5e","status":"passed","time":{"start":1729034206085,"stop":1729034206085,"duration":0}},{"uid":"9189320116afc31d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9189320116afc31d","status":"passed","time":{"start":1729034134189,"stop":1729034134189,"duration":0}},{"uid":"dc0fae4a753f8dbf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dc0fae4a753f8dbf","status":"passed","time":{"start":1729033942598,"stop":1729033942600,"duration":2}},{"uid":"962c1075233debbf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/962c1075233debbf","status":"passed","time":{"start":1729031989711,"stop":1729031989711,"duration":0}},{"uid":"973054e5a41e6b49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/973054e5a41e6b49","status":"passed","time":{"start":1728901562032,"stop":1728901562033,"duration":1}},{"uid":"b197260f9caf6454","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b197260f9caf6454","status":"passed","time":{"start":1728893001479,"stop":1728893001480,"duration":1}},{"uid":"b4bd54e15fdc874e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4bd54e15fdc874e","status":"passed","time":{"start":1728855968864,"stop":1728855968865,"duration":1}},{"uid":"5c7d259779613180","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c7d259779613180","status":"passed","time":{"start":1728738172965,"stop":1728738172965,"duration":0}},{"uid":"277116c40facfeee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/277116c40facfeee","status":"passed","time":{"start":1728682706935,"stop":1728682706936,"duration":1}},{"uid":"99e19199373d0db0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99e19199373d0db0","status":"passed","time":{"start":1728682296859,"stop":1728682296859,"duration":0}},{"uid":"aa4f344e03335907","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aa4f344e03335907","status":"passed","time":{"start":1728676761462,"stop":1728676761466,"duration":4}},{"uid":"a805c274a22747e6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a805c274a22747e6","status":"passed","time":{"start":1728669479024,"stop":1728669479025,"duration":1}},{"uid":"2fca0a6bad8e832","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2fca0a6bad8e832","status":"passed","time":{"start":1728597820125,"stop":1728597820125,"duration":0}},{"uid":"eda084971218bf04","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eda084971218bf04","status":"passed","time":{"start":1728597034498,"stop":1728597034498,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"421e5e0cd1e74955","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/421e5e0cd1e74955","status":"passed","time":{"start":1729034631261,"stop":1729034631261,"duration":0}},{"uid":"21137fe946b629b0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/21137fe946b629b0","status":"passed","time":{"start":1729034400897,"stop":1729034400897,"duration":0}},{"uid":"82922843cfc2530e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/82922843cfc2530e","status":"passed","time":{"start":1729034317488,"stop":1729034317496,"duration":8}},{"uid":"2c52217137bf2df1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2c52217137bf2df1","status":"passed","time":{"start":1729034137154,"stop":1729034137155,"duration":1}},{"uid":"f43e7ef0ef90cb49","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f43e7ef0ef90cb49","status":"passed","time":{"start":1729032206887,"stop":1729032206887,"duration":0}},{"uid":"f55ac0383e9d415","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f55ac0383e9d415","status":"passed","time":{"start":1728901995034,"stop":1728901995034,"duration":0}},{"uid":"82f4157b72cd6fed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/82f4157b72cd6fed","status":"passed","time":{"start":1728893421007,"stop":1728893421007,"duration":0}},{"uid":"6fd9f820480397d9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6fd9f820480397d9","status":"passed","time":{"start":1728856368605,"stop":1728856368608,"duration":3}},{"uid":"e4288dde25d74733","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e4288dde25d74733","status":"passed","time":{"start":1728738604691,"stop":1728738604691,"duration":0}},{"uid":"435a6ece101d3d4a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/435a6ece101d3d4a","status":"passed","time":{"start":1728683117668,"stop":1728683117673,"duration":5}},{"uid":"ff1c999c7a476813","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ff1c999c7a476813","status":"passed","time":{"start":1728682721325,"stop":1728682721325,"duration":0}},{"uid":"93ba4fa5566cb4b2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93ba4fa5566cb4b2","status":"passed","time":{"start":1728677184692,"stop":1728677184692,"duration":0}},{"uid":"ba1637fc851ab0f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ba1637fc851ab0f9","status":"passed","time":{"start":1728669866474,"stop":1728669866475,"duration":1}},{"uid":"a9d997f5f7450325","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a9d997f5f7450325","status":"passed","time":{"start":1728598250008,"stop":1728598250009,"duration":1}},{"uid":"530affbbc82dce36","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/530affbbc82dce36","status":"passed","time":{"start":1728597472308,"stop":1728597472308,"duration":0}}]},"7a9fc53430f5a5cae5fd1c80b6d3dd85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f98b13feb6582a0b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f98b13feb6582a0b","status":"passed","time":{"start":1729034693196,"stop":1729034693196,"duration":0}},{"uid":"fd785701811fc82a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fd785701811fc82a","status":"passed","time":{"start":1729034468600,"stop":1729034468600,"duration":0}},{"uid":"9a8156273d926fe9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9a8156273d926fe9","status":"passed","time":{"start":1729034383199,"stop":1729034383199,"duration":0}},{"uid":"3db7910c9876d71b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3db7910c9876d71b","status":"passed","time":{"start":1729034203622,"stop":1729034203622,"duration":0}},{"uid":"a2a53065d7d48c24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a2a53065d7d48c24","status":"passed","time":{"start":1729032256253,"stop":1729032256256,"duration":3}},{"uid":"54a585ecb6df5f27","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/54a585ecb6df5f27","status":"passed","time":{"start":1728902016654,"stop":1728902016655,"duration":1}},{"uid":"fba2e0d1092a0f51","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fba2e0d1092a0f51","status":"passed","time":{"start":1728893448586,"stop":1728893448586,"duration":0}},{"uid":"91ec2b8b0017894d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/91ec2b8b0017894d","status":"passed","time":{"start":1728856401309,"stop":1728856401309,"duration":0}},{"uid":"c84b1d6bfe967f36","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c84b1d6bfe967f36","status":"passed","time":{"start":1728738624655,"stop":1728738624655,"duration":0}},{"uid":"faa0dcf2cc522b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/faa0dcf2cc522b7","status":"passed","time":{"start":1728683154299,"stop":1728683154299,"duration":0}},{"uid":"8e02e11a79354c4d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e02e11a79354c4d","status":"passed","time":{"start":1728682726615,"stop":1728682726615,"duration":0}},{"uid":"88f93f3635e9c947","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/88f93f3635e9c947","status":"passed","time":{"start":1728677221174,"stop":1728677221174,"duration":0}},{"uid":"6abba57a9e3c4193","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6abba57a9e3c4193","status":"passed","time":{"start":1728669902840,"stop":1728669902841,"duration":1}},{"uid":"79f310c3f84778fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/79f310c3f84778fb","status":"passed","time":{"start":1728598275773,"stop":1728598275773,"duration":0}},{"uid":"4530af70eaaf823c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4530af70eaaf823c","status":"passed","time":{"start":1728597495945,"stop":1728597495946,"duration":1}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"be6d5ab926496729","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be6d5ab926496729","status":"passed","time":{"start":1729034368072,"stop":1729034368072,"duration":0}},{"uid":"10c39ac6eca27751","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/10c39ac6eca27751","status":"passed","time":{"start":1729034132178,"stop":1729034132178,"duration":0}},{"uid":"21d5be9964c16572","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/21d5be9964c16572","status":"passed","time":{"start":1729034055083,"stop":1729034055084,"duration":1}},{"uid":"1757fff5384cb215","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1757fff5384cb215","status":"passed","time":{"start":1729033869944,"stop":1729033869944,"duration":0}},{"uid":"22760f1f4d021285","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22760f1f4d021285","status":"passed","time":{"start":1729031919798,"stop":1729031919798,"duration":0}},{"uid":"61b46b4a0ee232c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/61b46b4a0ee232c","status":"passed","time":{"start":1728901465373,"stop":1728901465373,"duration":0}},{"uid":"4f6dac707781bb0d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4f6dac707781bb0d","status":"passed","time":{"start":1728892895974,"stop":1728892895974,"duration":0}},{"uid":"a21253686f7ef24","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a21253686f7ef24","status":"passed","time":{"start":1728855858318,"stop":1728855858319,"duration":1}},{"uid":"88569a1bf69f8791","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/88569a1bf69f8791","status":"passed","time":{"start":1728738075953,"stop":1728738075953,"duration":0}},{"uid":"17817ce28c7078b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/17817ce28c7078b","status":"passed","time":{"start":1728682609267,"stop":1728682609268,"duration":1}},{"uid":"1a5460d19fd96cfb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1a5460d19fd96cfb","status":"passed","time":{"start":1728682182160,"stop":1728682182160,"duration":0}},{"uid":"11de7b4ca741cd35","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11de7b4ca741cd35","status":"passed","time":{"start":1728676656593,"stop":1728676656593,"duration":0}},{"uid":"64dc32068546390c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64dc32068546390c","status":"passed","time":{"start":1728669379923,"stop":1728669379923,"duration":0}},{"uid":"70a03ffebeb933d8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70a03ffebeb933d8","status":"passed","time":{"start":1728597720385,"stop":1728597720385,"duration":0}},{"uid":"cbfc74261e3b6abb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbfc74261e3b6abb","status":"passed","time":{"start":1728596939484,"stop":1728596939484,"duration":0}}]},"75f6b6de2a588d2a928610e266d3b7db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd88f435f8e37257","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cd88f435f8e37257","status":"passed","time":{"start":1729034304856,"stop":1729034304856,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"618f4f1e478abaca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/618f4f1e478abaca","status":"passed","time":{"start":1729034694622,"stop":1729034694622,"duration":0}},{"uid":"c1b36b9ad5358e6a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c1b36b9ad5358e6a","status":"passed","time":{"start":1729034462011,"stop":1729034462011,"duration":0}},{"uid":"63faeabe9019ea0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/63faeabe9019ea0","status":"passed","time":{"start":1729034375968,"stop":1729034375971,"duration":3}},{"uid":"e9da1c772ac3e459","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9da1c772ac3e459","status":"passed","time":{"start":1729034200063,"stop":1729034200064,"duration":1}},{"uid":"109c717ced56f973","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/109c717ced56f973","status":"passed","time":{"start":1729032257889,"stop":1729032257889,"duration":0}},{"uid":"762ecd4f4e3d2ae3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/762ecd4f4e3d2ae3","status":"passed","time":{"start":1728902003564,"stop":1728902003564,"duration":0}},{"uid":"8a9ce9df9568794e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8a9ce9df9568794e","status":"passed","time":{"start":1728893434693,"stop":1728893434693,"duration":0}},{"uid":"48f37dbef4134e8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/48f37dbef4134e8","status":"passed","time":{"start":1728856398640,"stop":1728856398641,"duration":1}},{"uid":"1dcee273b64e605e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1dcee273b64e605e","status":"passed","time":{"start":1728738612000,"stop":1728738612000,"duration":0}},{"uid":"97bd1e0fd9101cb2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/97bd1e0fd9101cb2","status":"passed","time":{"start":1728683155007,"stop":1728683155007,"duration":0}},{"uid":"7b817b8043eaf2da","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b817b8043eaf2da","status":"passed","time":{"start":1728682706101,"stop":1728682706102,"duration":1}},{"uid":"472a683c9c027d2b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/472a683c9c027d2b","status":"passed","time":{"start":1728677207494,"stop":1728677207494,"duration":0}},{"uid":"5a575e53a0d1d228","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5a575e53a0d1d228","status":"passed","time":{"start":1728669887096,"stop":1728669887096,"duration":0}},{"uid":"fc6ee94067b13975","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc6ee94067b13975","status":"passed","time":{"start":1728598263633,"stop":1728598263636,"duration":3}},{"uid":"c6f9f6f8b7f4a847","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c6f9f6f8b7f4a847","status":"passed","time":{"start":1728597478274,"stop":1728597478274,"duration":0}}]},"adcb12cf986baab0f2c24b4fb266df38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18af7a3a33fbc145","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/18af7a3a33fbc145","status":"passed","time":{"start":1729034656466,"stop":1729034656466,"duration":0}}]},"38f1243d9b90f4b8f2f373eb1ba99bda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7e5e3a88368c141","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b7e5e3a88368c141","status":"passed","time":{"start":1728597923487,"stop":1728597923490,"duration":3}}]},"4ccd4e3463bb04076cdea5520b799e48:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f66b1e8044c6452a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f66b1e8044c6452a","status":"passed","time":{"start":1728677082010,"stop":1728677082010,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"82e57ab9dd917bb0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/82e57ab9dd917bb0","status":"passed","time":{"start":1729034631252,"stop":1729034631252,"duration":0}},{"uid":"7fa67e5a2daf36e9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7fa67e5a2daf36e9","status":"passed","time":{"start":1729034400889,"stop":1729034400889,"duration":0}},{"uid":"2cb3f8415e484e16","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2cb3f8415e484e16","status":"passed","time":{"start":1729034317452,"stop":1729034317452,"duration":0}},{"uid":"ea2cb21452217cd5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ea2cb21452217cd5","status":"passed","time":{"start":1729034137134,"stop":1729034137135,"duration":1}},{"uid":"9809e45946350b41","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9809e45946350b41","status":"passed","time":{"start":1729032206875,"stop":1729032206875,"duration":0}},{"uid":"5b5f04de1992e0ac","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5b5f04de1992e0ac","status":"passed","time":{"start":1728901995021,"stop":1728901995021,"duration":0}},{"uid":"e550c9f0c1c40f4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e550c9f0c1c40f4f","status":"passed","time":{"start":1728893420995,"stop":1728893420995,"duration":0}},{"uid":"df51d64f236051e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/df51d64f236051e2","status":"passed","time":{"start":1728856368596,"stop":1728856368596,"duration":0}},{"uid":"5cb74a419cb0a9c2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5cb74a419cb0a9c2","status":"passed","time":{"start":1728738604680,"stop":1728738604681,"duration":1}},{"uid":"cf5d713a65bc619e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cf5d713a65bc619e","status":"passed","time":{"start":1728683117626,"stop":1728683117627,"duration":1}},{"uid":"78210bc0b04fc493","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/78210bc0b04fc493","status":"passed","time":{"start":1728682721318,"stop":1728682721318,"duration":0}},{"uid":"d8c882ba41abadc0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d8c882ba41abadc0","status":"passed","time":{"start":1728677184683,"stop":1728677184683,"duration":0}},{"uid":"5f950ff5ac57c844","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5f950ff5ac57c844","status":"passed","time":{"start":1728669866449,"stop":1728669866449,"duration":0}},{"uid":"8756f3c369bcb9e5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8756f3c369bcb9e5","status":"passed","time":{"start":1728598249975,"stop":1728598249976,"duration":1}},{"uid":"5e1d7e1c5c0ab971","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5e1d7e1c5c0ab971","status":"passed","time":{"start":1728597472291,"stop":1728597472291,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"370dc87f8ed0311e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/370dc87f8ed0311e","status":"passed","time":{"start":1729034472941,"stop":1729034472941,"duration":0}},{"uid":"69decd1f9a147abf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/69decd1f9a147abf","status":"passed","time":{"start":1729034240908,"stop":1729034240910,"duration":2}},{"uid":"13430db400b65994","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/13430db400b65994","status":"passed","time":{"start":1729034159610,"stop":1729034159611,"duration":1}},{"uid":"534163557f134226","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/534163557f134226","status":"passed","time":{"start":1729033976783,"stop":1729033976784,"duration":1}},{"uid":"54cb9788cd02b578","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/54cb9788cd02b578","status":"passed","time":{"start":1729032020508,"stop":1729032020509,"duration":1}},{"uid":"578faab5b6d4bb8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/578faab5b6d4bb8","status":"passed","time":{"start":1728901616425,"stop":1728901616426,"duration":1}},{"uid":"7101e95b8f4aacea","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7101e95b8f4aacea","status":"passed","time":{"start":1728893050240,"stop":1728893050241,"duration":1}},{"uid":"1343d0e638a7621d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1343d0e638a7621d","status":"passed","time":{"start":1728856015167,"stop":1728856015167,"duration":0}},{"uid":"b561092e338fde4f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b561092e338fde4f","status":"passed","time":{"start":1728738233131,"stop":1728738233132,"duration":1}},{"uid":"2a39f94e25bd600c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2a39f94e25bd600c","status":"passed","time":{"start":1728682762464,"stop":1728682762465,"duration":1}},{"uid":"2f570538fd5c10d5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f570538fd5c10d5","status":"passed","time":{"start":1728682332782,"stop":1728682332782,"duration":0}},{"uid":"dfc3cdbf403e156b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dfc3cdbf403e156b","status":"passed","time":{"start":1728676810286,"stop":1728676810286,"duration":0}},{"uid":"acd6125bc5f02e26","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/acd6125bc5f02e26","status":"passed","time":{"start":1728669529889,"stop":1728669529889,"duration":0}},{"uid":"5b7cb88064bf2ef8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b7cb88064bf2ef8","status":"passed","time":{"start":1728597873529,"stop":1728597873529,"duration":0}},{"uid":"33390573bd896bfc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/33390573bd896bfc","status":"passed","time":{"start":1728597089269,"stop":1728597089269,"duration":0}}]},"01d884145c010fc64bf65cb32b7fdf42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d8b21b59225ee09d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d8b21b59225ee09d","status":"passed","time":{"start":1729034332627,"stop":1729034332628,"duration":1}},{"uid":"ba4ca7aa36014a9b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ba4ca7aa36014a9b","status":"passed","time":{"start":1729034096129,"stop":1729034096129,"duration":0}},{"uid":"b30b92fe3409853e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b30b92fe3409853e","status":"passed","time":{"start":1729034020087,"stop":1729034020087,"duration":0}},{"uid":"873563b32fe98748","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/873563b32fe98748","status":"passed","time":{"start":1729033834380,"stop":1729033834380,"duration":0}},{"uid":"27eb1aca0d44b580","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/27eb1aca0d44b580","status":"passed","time":{"start":1729031884112,"stop":1729031884112,"duration":0}},{"uid":"43109cb3167981ba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/43109cb3167981ba","status":"passed","time":{"start":1728901430251,"stop":1728901430252,"duration":1}},{"uid":"821cb69286ea18c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/821cb69286ea18c4","status":"passed","time":{"start":1728892860528,"stop":1728892860528,"duration":0}},{"uid":"5295863a638b0ee5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5295863a638b0ee5","status":"passed","time":{"start":1728855823319,"stop":1728855823319,"duration":0}},{"uid":"6edcba58d40376d7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6edcba58d40376d7","status":"passed","time":{"start":1728738040597,"stop":1728738040597,"duration":0}},{"uid":"36489c9246847718","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36489c9246847718","status":"passed","time":{"start":1728682574088,"stop":1728682574088,"duration":0}},{"uid":"77864d340806a1b5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77864d340806a1b5","status":"passed","time":{"start":1728682146812,"stop":1728682146812,"duration":0}},{"uid":"77cf90994a42a2f4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/77cf90994a42a2f4","status":"passed","time":{"start":1728676621428,"stop":1728676621428,"duration":0}},{"uid":"b0aa8db3c555d11f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0aa8db3c555d11f","status":"passed","time":{"start":1728669344463,"stop":1728669344463,"duration":0}},{"uid":"89ebc22d152dc56f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/89ebc22d152dc56f","status":"passed","time":{"start":1728597685157,"stop":1728597685157,"duration":0}},{"uid":"d9db7e14cae0c301","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9db7e14cae0c301","status":"passed","time":{"start":1728596904463,"stop":1728596904463,"duration":0}}]},"f9c48be92988a1421ead8620be4b4b29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"2656fba675c68f32","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2656fba675c68f32","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473213,"stop":1729034473214,"duration":1}},{"uid":"e48a109b5503ff48","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e48a109b5503ff48","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241158,"stop":1729034241158,"duration":0}},{"uid":"8c222badb40fef2e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8c222badb40fef2e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159972,"stop":1729034159973,"duration":1}},{"uid":"6a1aaf470ee94a6c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a1aaf470ee94a6c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977064,"stop":1729033977064,"duration":0}},{"uid":"cf92157b172432e4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cf92157b172432e4","status":"passed","time":{"start":1729032093783,"stop":1729032093783,"duration":0}},{"uid":"fae10cf3335fc030","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fae10cf3335fc030","status":"passed","time":{"start":1728901748772,"stop":1728901748772,"duration":0}},{"uid":"3b54002574da4f3b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b54002574da4f3b","status":"passed","time":{"start":1728893181085,"stop":1728893181085,"duration":0}},{"uid":"4a4896f5ea14f470","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4a4896f5ea14f470","status":"passed","time":{"start":1728856155551,"stop":1728856155551,"duration":0}},{"uid":"57912778de72cba9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/57912778de72cba9","status":"passed","time":{"start":1728738360284,"stop":1728738360284,"duration":0}},{"uid":"8be6d1381671f865","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8be6d1381671f865","status":"passed","time":{"start":1728682907221,"stop":1728682907221,"duration":0}},{"uid":"597e14d55aed5245","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/597e14d55aed5245","status":"passed","time":{"start":1728682466731,"stop":1728682466732,"duration":1}},{"uid":"dbce28c43365120c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dbce28c43365120c","status":"passed","time":{"start":1728676955721,"stop":1728676955721,"duration":0}},{"uid":"a8bb1dffd0b5e8d7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8bb1dffd0b5e8d7","status":"passed","time":{"start":1728598013533,"stop":1728598013534,"duration":1}},{"uid":"db41f1ca1625b04c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/db41f1ca1625b04c","status":"passed","time":{"start":1728597225198,"stop":1728597225199,"duration":1}}]},"de67af81d4881f0d58cb0dac2644596d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5caa4402bd06b554","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5caa4402bd06b554","status":"passed","time":{"start":1729034194018,"stop":1729034194019,"duration":1}}]},"9d404128b8af9f5e76a5dbf6319f59c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"955b326728bbaf8e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/955b326728bbaf8e","status":"passed","time":{"start":1728901995036,"stop":1728901995036,"duration":0}}]},"89c192ada94bf2cfd3b6d424f7aa8f3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"169f79777447b457","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/169f79777447b457","status":"passed","time":{"start":1728738555098,"stop":1728738555098,"duration":0}}]},"cf594d66fd093a96f8479101effcfc5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a0709470cde7624","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a0709470cde7624","status":"passed","time":{"start":1728738555096,"stop":1728738555097,"duration":1}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8b94c75b7b03d018","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b94c75b7b03d018","status":"passed","time":{"start":1729034611681,"stop":1729034611681,"duration":0}},{"uid":"20acce1c2329138f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/20acce1c2329138f","status":"passed","time":{"start":1729034393657,"stop":1729034393657,"duration":0}},{"uid":"20eddf7ab44b3fd1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/20eddf7ab44b3fd1","status":"passed","time":{"start":1729034304855,"stop":1729034304855,"duration":0}},{"uid":"44290cfabc20bd16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/44290cfabc20bd16","status":"passed","time":{"start":1729034121945,"stop":1729034121946,"duration":1}},{"uid":"280f65ed20f7559a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/280f65ed20f7559a","status":"passed","time":{"start":1729032174920,"stop":1729032174920,"duration":0}},{"uid":"6f68221a24f34917","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f68221a24f34917","status":"passed","time":{"start":1728901881026,"stop":1728901881027,"duration":1}},{"uid":"625125b9e753c86f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/625125b9e753c86f","status":"passed","time":{"start":1728893317180,"stop":1728893317180,"duration":0}},{"uid":"e609d0cd2d702712","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e609d0cd2d702712","status":"passed","time":{"start":1728856263111,"stop":1728856263111,"duration":0}},{"uid":"ad74b0c32660abed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad74b0c32660abed","status":"passed","time":{"start":1728738492804,"stop":1728738492804,"duration":0}},{"uid":"75b32545df259ea2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75b32545df259ea2","status":"passed","time":{"start":1728683030028,"stop":1728683030028,"duration":0}},{"uid":"307f00a33ad78c36","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/307f00a33ad78c36","status":"passed","time":{"start":1728682581113,"stop":1728682581114,"duration":1}},{"uid":"c7afd2193ddc5e54","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c7afd2193ddc5e54","status":"passed","time":{"start":1728677082009,"stop":1728677082009,"duration":0}},{"uid":"9c7b0e51088a345b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c7b0e51088a345b","status":"passed","time":{"start":1728669795405,"stop":1728669795406,"duration":1}},{"uid":"857d7149d07ea599","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/857d7149d07ea599","status":"passed","time":{"start":1728598137508,"stop":1728598137509,"duration":1}},{"uid":"a2e0652bc5a73144","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a2e0652bc5a73144","status":"passed","time":{"start":1728597353486,"stop":1728597353486,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"86a94023023d3867","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/86a94023023d3867","status":"passed","time":{"start":1729034348576,"stop":1729034348576,"duration":0}},{"uid":"7d582958b6ebe6d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7d582958b6ebe6d","status":"passed","time":{"start":1729034112387,"stop":1729034112387,"duration":0}},{"uid":"ca62d47153450467","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ca62d47153450467","status":"passed","time":{"start":1729034035613,"stop":1729034035614,"duration":1}},{"uid":"8aed09c3c889b5b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8aed09c3c889b5b5","status":"passed","time":{"start":1729033850403,"stop":1729033850404,"duration":1}},{"uid":"a4ee8acfa805c861","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a4ee8acfa805c861","status":"passed","time":{"start":1729031899688,"stop":1729031899689,"duration":1}},{"uid":"84cd356a21687183","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84cd356a21687183","status":"passed","time":{"start":1728901445801,"stop":1728901445801,"duration":0}},{"uid":"8c7e824f4e68b19d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c7e824f4e68b19d","status":"passed","time":{"start":1728892876332,"stop":1728892876333,"duration":1}},{"uid":"1aed15a2c8de0a05","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1aed15a2c8de0a05","status":"passed","time":{"start":1728855838896,"stop":1728855838897,"duration":1}},{"uid":"80470f6c82bb4bfd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80470f6c82bb4bfd","status":"passed","time":{"start":1728738055940,"stop":1728738055941,"duration":1}},{"uid":"bc06bb2214b9b9c2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc06bb2214b9b9c2","status":"passed","time":{"start":1728682589824,"stop":1728682589825,"duration":1}},{"uid":"bc900ca6f9b29d6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc900ca6f9b29d6","status":"passed","time":{"start":1728682162266,"stop":1728682162267,"duration":1}},{"uid":"6f93364a138b5dd6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6f93364a138b5dd6","status":"passed","time":{"start":1728676637064,"stop":1728676637064,"duration":0}},{"uid":"b2df0d3d9ca6bf35","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b2df0d3d9ca6bf35","status":"passed","time":{"start":1728669360434,"stop":1728669360434,"duration":0}},{"uid":"34beb0ee6735ce39","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/34beb0ee6735ce39","status":"passed","time":{"start":1728597700984,"stop":1728597700985,"duration":1}},{"uid":"3cfdc862081fe82d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3cfdc862081fe82d","status":"passed","time":{"start":1728596920267,"stop":1728596920268,"duration":1}}]},"00a848a40ec536a3a18fdc99e046ccc9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f8e23d67b619565","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2f8e23d67b619565","status":"passed","time":{"start":1728597375482,"stop":1728597375483,"duration":1}}]},"33509cfbea0b9f8028bf9a74ed12c282:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6ca548c443e949e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a6ca548c443e949e","status":"passed","time":{"start":1728856355694,"stop":1728856355695,"duration":1}}]},"96c382bb3a5c83c8222dcb05f20ba4f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd0cdbbd47f54e1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cd0cdbbd47f54e1","status":"passed","time":{"start":1729034129481,"stop":1729034129481,"duration":0}}]},"5e734578a8138a32e6284c9cc9b36a6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f14b1569f0427e13","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f14b1569f0427e13","status":"passed","time":{"start":1729034373025,"stop":1729034373026,"duration":1}},{"uid":"513e9dfee4ec5422","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/513e9dfee4ec5422","status":"passed","time":{"start":1729034137313,"stop":1729034137313,"duration":0}},{"uid":"3c714fce263bc3fa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c714fce263bc3fa","status":"passed","time":{"start":1729034060015,"stop":1729034060016,"duration":1}},{"uid":"1c38336bcd744129","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c38336bcd744129","status":"passed","time":{"start":1729033874956,"stop":1729033874958,"duration":2}},{"uid":"dc8eeaa5bf3e0086","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dc8eeaa5bf3e0086","status":"passed","time":{"start":1729031924897,"stop":1729031924898,"duration":1}},{"uid":"438431ebd698bf4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/438431ebd698bf4","status":"passed","time":{"start":1728901469125,"stop":1728901469126,"duration":1}},{"uid":"cf063afe9a7d5422","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf063afe9a7d5422","status":"passed","time":{"start":1728892899790,"stop":1728892899791,"duration":1}},{"uid":"144b427a410676b8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/144b427a410676b8","status":"passed","time":{"start":1728855863053,"stop":1728855863055,"duration":2}},{"uid":"6c1ea54f53aed9a7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c1ea54f53aed9a7","status":"passed","time":{"start":1728738080894,"stop":1728738080896,"duration":2}},{"uid":"c9d79bad63c87dc6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c9d79bad63c87dc6","status":"passed","time":{"start":1728682614305,"stop":1728682614306,"duration":1}},{"uid":"6ca5eed62e9dc55e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6ca5eed62e9dc55e","status":"passed","time":{"start":1728682187087,"stop":1728682187089,"duration":2}},{"uid":"273b00915917eb10","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/273b00915917eb10","status":"passed","time":{"start":1728676661485,"stop":1728676661485,"duration":0}},{"uid":"c184cb7a672e7c9d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c184cb7a672e7c9d","status":"passed","time":{"start":1728669384658,"stop":1728669384659,"duration":1}},{"uid":"899f6efb756592df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/899f6efb756592df","status":"passed","time":{"start":1728597724232,"stop":1728597724233,"duration":1}},{"uid":"96980cb97ed24899","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/96980cb97ed24899","status":"passed","time":{"start":1728596943280,"stop":1728596943280,"duration":0}}]},"17a6f76495b1619f9fb1860a7b134c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"43f6956e7141c7e6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/43f6956e7141c7e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473407,"stop":1729034473407,"duration":0}},{"uid":"72979e64be3d809f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/72979e64be3d809f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241340,"stop":1729034241340,"duration":0}},{"uid":"c67d6a69bb04886c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c67d6a69bb04886c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160195,"stop":1729034160195,"duration":0}},{"uid":"f1192085969f1e43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f1192085969f1e43","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977226,"stop":1729033977227,"duration":1}},{"uid":"800ed5a814992f67","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/800ed5a814992f67","status":"passed","time":{"start":1729032053271,"stop":1729032053271,"duration":0}},{"uid":"ea1147520a25adeb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea1147520a25adeb","status":"passed","time":{"start":1728901711768,"stop":1728901711769,"duration":1}},{"uid":"a34a0a42a0abfa24","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a34a0a42a0abfa24","status":"passed","time":{"start":1728893141899,"stop":1728893141900,"duration":1}},{"uid":"14e631bbf82b295e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/14e631bbf82b295e","status":"passed","time":{"start":1728856103201,"stop":1728856103201,"duration":0}},{"uid":"855711c86bdff4c6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/855711c86bdff4c6","status":"passed","time":{"start":1728738321621,"stop":1728738321621,"duration":0}},{"uid":"f90054757a240828","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f90054757a240828","status":"passed","time":{"start":1728682857569,"stop":1728682857569,"duration":0}},{"uid":"f4a7f5b81f0e230a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f4a7f5b81f0e230a","status":"passed","time":{"start":1728682428804,"stop":1728682428805,"duration":1}},{"uid":"2840aaaec49552bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2840aaaec49552bf","status":"passed","time":{"start":1728676901170,"stop":1728676901171,"duration":1}},{"uid":"2963d23c279b20fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2963d23c279b20fb","status":"passed","time":{"start":1728669573865,"stop":1728669573865,"duration":0}},{"uid":"fcb1acbb90b6436","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fcb1acbb90b6436","status":"passed","time":{"start":1728597972338,"stop":1728597972338,"duration":0}},{"uid":"b0c15aa2bad827e5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b0c15aa2bad827e5","status":"passed","time":{"start":1728597175621,"stop":1728597175621,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b3c71fff84aadc99","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b3c71fff84aadc99","status":"passed","time":{"start":1729034704490,"stop":1729034704490,"duration":0}},{"uid":"fbc739139ddab8cf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fbc739139ddab8cf","status":"passed","time":{"start":1729034474978,"stop":1729034474979,"duration":1}},{"uid":"ebfb73a2176f887","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ebfb73a2176f887","status":"passed","time":{"start":1729034395286,"stop":1729034395286,"duration":0}},{"uid":"e6af9ea87cf4efa3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e6af9ea87cf4efa3","status":"passed","time":{"start":1729034209088,"stop":1729034209089,"duration":1}},{"uid":"5fb5ac4115221bc7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fb5ac4115221bc7","status":"passed","time":{"start":1729032264558,"stop":1729032264559,"duration":1}},{"uid":"2b2d0f1606f0f19f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2b2d0f1606f0f19f","status":"passed","time":{"start":1728902012832,"stop":1728902012832,"duration":0}},{"uid":"1148916de1b3c866","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1148916de1b3c866","status":"passed","time":{"start":1728893454806,"stop":1728893454806,"duration":0}},{"uid":"8fd739f66d8717a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8fd739f66d8717a0","status":"passed","time":{"start":1728856408448,"stop":1728856408448,"duration":0}},{"uid":"f0dd680015805caf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f0dd680015805caf","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"dd791f40069ad826","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dd791f40069ad826","status":"passed","time":{"start":1728683159733,"stop":1728683159734,"duration":1}},{"uid":"9c9e5c0c4f1c426f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9c9e5c0c4f1c426f","status":"passed","time":{"start":1728682751324,"stop":1728682751324,"duration":0}},{"uid":"594128c6518e177b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/594128c6518e177b","status":"passed","time":{"start":1728677216350,"stop":1728677216350,"duration":0}},{"uid":"e78b138dd011b8ac","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e78b138dd011b8ac","status":"passed","time":{"start":1728669925448,"stop":1728669925448,"duration":0}},{"uid":"d9f36f43e8bcf76e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d9f36f43e8bcf76e","status":"passed","time":{"start":1728598268796,"stop":1728598268796,"duration":0}},{"uid":"2152beabcce38cab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2152beabcce38cab","status":"passed","time":{"start":1728597503899,"stop":1728597503900,"duration":1}}]},"22f00f457f9ddba5fa443755868c22e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e0858f116f85a55","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e0858f116f85a55","status":"passed","time":{"start":1728893389989,"stop":1728893389989,"duration":0}}]},"32483362f6ee5e11b625b02141a53e3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad0a32e402f474d9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad0a32e402f474d9","status":"passed","time":{"start":1728738567470,"stop":1728738567470,"duration":0}}]},"42794bd27a1cfa376ebc03b729619794:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8adb17ce24063a9b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8adb17ce24063a9b","status":"passed","time":{"start":1728901734208,"stop":1728901734209,"duration":1}},{"uid":"5bbc18e3bf1989da","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5bbc18e3bf1989da","status":"passed","time":{"start":1728893166576,"stop":1728893166576,"duration":0}},{"uid":"d7474d4a5e339ad9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d7474d4a5e339ad9","status":"passed","time":{"start":1728676929954,"stop":1728676929955,"duration":1}},{"uid":"5ec611144986a288","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5ec611144986a288","status":"passed","time":{"start":1728598000228,"stop":1728598000229,"duration":1}},{"uid":"fa7c426ca8c6e039","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fa7c426ca8c6e039","status":"passed","time":{"start":1728597213023,"stop":1728597213023,"duration":0}}]},"61fc51f41c87e78944a283d6e4a258f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"38e4e348d549d9d4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/38e4e348d549d9d4","status":"passed","time":{"start":1729034470387,"stop":1729034470387,"duration":0}},{"uid":"98abdec1fb31bc15","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/98abdec1fb31bc15","status":"passed","time":{"start":1729034238409,"stop":1729034238409,"duration":0}},{"uid":"2bb9213a238f9b34","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2bb9213a238f9b34","status":"passed","time":{"start":1729034157652,"stop":1729034157653,"duration":1}},{"uid":"f77d2dc2c437401f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f77d2dc2c437401f","status":"passed","time":{"start":1729033974450,"stop":1729033974451,"duration":1}},{"uid":"85ea6bab787e3fa4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/85ea6bab787e3fa4","status":"passed","time":{"start":1729032027761,"stop":1729032027763,"duration":2}},{"uid":"fcc7186db2cac863","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fcc7186db2cac863","status":"passed","time":{"start":1728901614543,"stop":1728901614544,"duration":1}},{"uid":"25ada74b9b96e34c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25ada74b9b96e34c","status":"passed","time":{"start":1728893048595,"stop":1728893048596,"duration":1}},{"uid":"7fd88a679b06cadd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7fd88a679b06cadd","status":"passed","time":{"start":1728856013558,"stop":1728856013559,"duration":1}},{"uid":"1aebd7c3fcf8b6d7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1aebd7c3fcf8b6d7","status":"passed","time":{"start":1728738231631,"stop":1728738231631,"duration":0}},{"uid":"e85254bddaf454e2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e85254bddaf454e2","status":"passed","time":{"start":1728682761071,"stop":1728682761072,"duration":1}},{"uid":"ea98258dbf00974d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea98258dbf00974d","status":"passed","time":{"start":1728682330631,"stop":1728682330632,"duration":1}},{"uid":"855aba50d0bb5b72","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/855aba50d0bb5b72","status":"passed","time":{"start":1728676808323,"stop":1728676808324,"duration":1}},{"uid":"eefd20eb0c4b6331","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eefd20eb0c4b6331","status":"passed","time":{"start":1728669528227,"stop":1728669528228,"duration":1}},{"uid":"be79310ac863e96d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/be79310ac863e96d","status":"passed","time":{"start":1728597872226,"stop":1728597872227,"duration":1}},{"uid":"1ef7954338584b9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ef7954338584b9","status":"passed","time":{"start":1728597087685,"stop":1728597087685,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"76d43945d090ec39","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/76d43945d090ec39","status":"passed","time":{"start":1729034636319,"stop":1729034636322,"duration":3}},{"uid":"25bcb8d5a375622e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/25bcb8d5a375622e","status":"passed","time":{"start":1729034402287,"stop":1729034402287,"duration":0}},{"uid":"a5bfddb61cd97c7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a5bfddb61cd97c7","status":"passed","time":{"start":1729034323311,"stop":1729034323311,"duration":0}},{"uid":"a07cb452b8326a7c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a07cb452b8326a7c","status":"passed","time":{"start":1729034144770,"stop":1729034144770,"duration":0}},{"uid":"968f587cbec379bc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/968f587cbec379bc","status":"passed","time":{"start":1729032198824,"stop":1729032198826,"duration":2}},{"uid":"dbe8b9dba1ec763","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dbe8b9dba1ec763","status":"passed","time":{"start":1728901901773,"stop":1728901901774,"duration":1}},{"uid":"d40f6548cd29e759","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d40f6548cd29e759","status":"passed","time":{"start":1728893337256,"stop":1728893337256,"duration":0}},{"uid":"9b7f51a0ed391ef9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9b7f51a0ed391ef9","status":"passed","time":{"start":1728856299199,"stop":1728856299200,"duration":1}},{"uid":"e7b7569e3f4368f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e7b7569e3f4368f","status":"passed","time":{"start":1728738505384,"stop":1728738505386,"duration":2}},{"uid":"d6f40c52b0c4ed4d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d6f40c52b0c4ed4d","status":"passed","time":{"start":1728683045452,"stop":1728683045452,"duration":0}},{"uid":"b1c11bb8a643b3e0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b1c11bb8a643b3e0","status":"passed","time":{"start":1728682607295,"stop":1728682607296,"duration":1}},{"uid":"a3358e2c1ed6b376","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a3358e2c1ed6b376","status":"passed","time":{"start":1728677103499,"stop":1728677103500,"duration":1}},{"uid":"602f37764dc80568","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/602f37764dc80568","status":"passed","time":{"start":1728669777133,"stop":1728669777135,"duration":2}},{"uid":"69af93596d9c739","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/69af93596d9c739","status":"passed","time":{"start":1728598163468,"stop":1728598163469,"duration":1}},{"uid":"19d1501c9321dd7d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/19d1501c9321dd7d","status":"passed","time":{"start":1728597375485,"stop":1728597375486,"duration":1}}]},"5f27c9a4a152a22989ba2292456c7949:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f2bfe52b24493eb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f2bfe52b24493eb","status":"passed","time":{"start":1729034177525,"stop":1729034177526,"duration":1}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cca676bf90384b51","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cca676bf90384b51","status":"passed","time":{"start":1729034424274,"stop":1729034424275,"duration":1}},{"uid":"6c7b3e494bb88634","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6c7b3e494bb88634","status":"passed","time":{"start":1729034190706,"stop":1729034190706,"duration":0}},{"uid":"f29b4e628e80cd89","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f29b4e628e80cd89","status":"passed","time":{"start":1729034108432,"stop":1729034108433,"duration":1}},{"uid":"1b8d14f7b0ae309","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1b8d14f7b0ae309","status":"passed","time":{"start":1729033925383,"stop":1729033925387,"duration":4}},{"uid":"8e9b84f1ce8d2469","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8e9b84f1ce8d2469","status":"passed","time":{"start":1729031975192,"stop":1729031975193,"duration":1}},{"uid":"3bdd8040fd9e9eb6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3bdd8040fd9e9eb6","status":"passed","time":{"start":1728901537878,"stop":1728901537878,"duration":0}},{"uid":"81ff69754ecfbb32","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/81ff69754ecfbb32","status":"passed","time":{"start":1728892972431,"stop":1728892972431,"duration":0}},{"uid":"a6d78077939afc0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a6d78077939afc0f","status":"passed","time":{"start":1728855933072,"stop":1728855933072,"duration":0}},{"uid":"d6f5f09ce327a45d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d6f5f09ce327a45d","status":"passed","time":{"start":1728738149927,"stop":1728738149927,"duration":0}},{"uid":"aeee6c1db6df918","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aeee6c1db6df918","status":"passed","time":{"start":1728682681971,"stop":1728682681971,"duration":0}},{"uid":"48c56dba9213701d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/48c56dba9213701d","status":"passed","time":{"start":1728682257770,"stop":1728682257770,"duration":0}},{"uid":"fe7397b21b3fec97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe7397b21b3fec97","status":"passed","time":{"start":1728676730788,"stop":1728676730788,"duration":0}},{"uid":"9b8887dbaae5178f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9b8887dbaae5178f","status":"passed","time":{"start":1728669456896,"stop":1728669456896,"duration":0}},{"uid":"ca5843549add0f23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca5843549add0f23","status":"passed","time":{"start":1728597795920,"stop":1728597795921,"duration":1}},{"uid":"8617f81e29f37b32","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8617f81e29f37b32","status":"passed","time":{"start":1728597010202,"stop":1728597010202,"duration":0}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4560a557450dcb0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4560a557450dcb0d","status":"passed","time":{"start":1729034704497,"stop":1729034704497,"duration":0}},{"uid":"291f862bfd0b77a7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/291f862bfd0b77a7","status":"passed","time":{"start":1729034474990,"stop":1729034474990,"duration":0}},{"uid":"62056eae6d1173f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/62056eae6d1173f8","status":"passed","time":{"start":1729034395292,"stop":1729034395292,"duration":0}},{"uid":"f290fbd63a5b8d29","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f290fbd63a5b8d29","status":"passed","time":{"start":1729034209102,"stop":1729034209103,"duration":1}},{"uid":"fb6a018b11b637c1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fb6a018b11b637c1","status":"passed","time":{"start":1729032264570,"stop":1729032264571,"duration":1}},{"uid":"9c3952699a35c4ab","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9c3952699a35c4ab","status":"passed","time":{"start":1728902012860,"stop":1728902012860,"duration":0}},{"uid":"2baff741625f7111","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2baff741625f7111","status":"passed","time":{"start":1728893454813,"stop":1728893454813,"duration":0}},{"uid":"ea3e1f16bc16e558","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ea3e1f16bc16e558","status":"passed","time":{"start":1728856408454,"stop":1728856408455,"duration":1}},{"uid":"a46da1a50830ad2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a46da1a50830ad2","status":"passed","time":{"start":1728738633856,"stop":1728738633857,"duration":1}},{"uid":"bce2ae77cf5fd2ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bce2ae77cf5fd2ef","status":"passed","time":{"start":1728683159767,"stop":1728683159784,"duration":17}},{"uid":"70ebaa08ba6b9203","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70ebaa08ba6b9203","status":"passed","time":{"start":1728682751332,"stop":1728682751332,"duration":0}},{"uid":"b4bb4303128194c5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4bb4303128194c5","status":"passed","time":{"start":1728677216362,"stop":1728677216363,"duration":1}},{"uid":"64a14916f6d4f504","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64a14916f6d4f504","status":"passed","time":{"start":1728669925456,"stop":1728669925456,"duration":0}},{"uid":"963945b5ab78c120","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/963945b5ab78c120","status":"passed","time":{"start":1728598268807,"stop":1728598268808,"duration":1}},{"uid":"9ad6f04fe7669c80","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9ad6f04fe7669c80","status":"passed","time":{"start":1728597503925,"stop":1728597503926,"duration":1}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"30cee6ee211eaa85","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/30cee6ee211eaa85","status":"passed","time":{"start":1729034366399,"stop":1729034366399,"duration":0}},{"uid":"e26a1c8323728d17","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e26a1c8323728d17","status":"passed","time":{"start":1729034130429,"stop":1729034130429,"duration":0}},{"uid":"8219f8913861ce7b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8219f8913861ce7b","status":"passed","time":{"start":1729034053399,"stop":1729034053399,"duration":0}},{"uid":"3753212e93aec969","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3753212e93aec969","status":"passed","time":{"start":1729033868326,"stop":1729033868326,"duration":0}},{"uid":"bb5c7a237dcdc295","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb5c7a237dcdc295","status":"passed","time":{"start":1729031918116,"stop":1729031918117,"duration":1}},{"uid":"8aea0714fb89562d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8aea0714fb89562d","status":"passed","time":{"start":1728901463796,"stop":1728901463797,"duration":1}},{"uid":"91e1b04e3832bf9f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/91e1b04e3832bf9f","status":"passed","time":{"start":1728892894310,"stop":1728892894310,"duration":0}},{"uid":"2a82f17fc06fc75f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2a82f17fc06fc75f","status":"passed","time":{"start":1728855856838,"stop":1728855856838,"duration":0}},{"uid":"4b7697d1b8f88a81","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4b7697d1b8f88a81","status":"passed","time":{"start":1728738074178,"stop":1728738074178,"duration":0}},{"uid":"fa1d456d1b31bed","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fa1d456d1b31bed","status":"passed","time":{"start":1728682607651,"stop":1728682607651,"duration":0}},{"uid":"55fb4b7f6bbc297c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/55fb4b7f6bbc297c","status":"passed","time":{"start":1728682180605,"stop":1728682180605,"duration":0}},{"uid":"8cc19fd3157043a3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8cc19fd3157043a3","status":"passed","time":{"start":1728676655189,"stop":1728676655189,"duration":0}},{"uid":"b3f7648c5254724c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b3f7648c5254724c","status":"passed","time":{"start":1728669378164,"stop":1728669378164,"duration":0}},{"uid":"2ef769927b5b8b38","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2ef769927b5b8b38","status":"passed","time":{"start":1728597718742,"stop":1728597718742,"duration":0}},{"uid":"560c2a22f87260e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/560c2a22f87260e8","status":"passed","time":{"start":1728596937945,"stop":1728596937946,"duration":1}}]},"256bbaf297d2befe7473bc522c775ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6690757e3915b6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d6690757e3915b6e","status":"passed","time":{"start":1728901950551,"stop":1728901950552,"duration":1}}]},"f3e275507e48124ec2131d43e8f5321a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4af79999705c8867","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4af79999705c8867","status":"passed","time":{"start":1728683110366,"stop":1728683110366,"duration":0}}]},"9668cac71147df6ed047b24c2795c148:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ebcd818ade4691d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebcd818ade4691d9","status":"passed","time":{"start":1728669866480,"stop":1728669866481,"duration":1}}]},"8ce53717e638ed375d7032bd3f2b20be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a717d062f11540aa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a717d062f11540aa","status":"passed","time":{"start":1729034332642,"stop":1729034332643,"duration":1}},{"uid":"d1304a82f28833d6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d1304a82f28833d6","status":"passed","time":{"start":1729034096140,"stop":1729034096140,"duration":0}},{"uid":"c3593f73ebcbd640","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c3593f73ebcbd640","status":"passed","time":{"start":1729034020096,"stop":1729034020097,"duration":1}},{"uid":"d0db4921007edbc5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0db4921007edbc5","status":"passed","time":{"start":1729033834393,"stop":1729033834393,"duration":0}},{"uid":"503e0d5d907ec035","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/503e0d5d907ec035","status":"passed","time":{"start":1729031884127,"stop":1729031884127,"duration":0}},{"uid":"42ad6517a82e7b62","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/42ad6517a82e7b62","status":"passed","time":{"start":1728901430260,"stop":1728901430260,"duration":0}},{"uid":"253ae8f23d1318f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/253ae8f23d1318f3","status":"passed","time":{"start":1728892860539,"stop":1728892860539,"duration":0}},{"uid":"dd5f70febe14db0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dd5f70febe14db0f","status":"passed","time":{"start":1728855823328,"stop":1728855823328,"duration":0}},{"uid":"2d311a98e70b55da","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2d311a98e70b55da","status":"passed","time":{"start":1728738040609,"stop":1728738040609,"duration":0}},{"uid":"11024b825d278403","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/11024b825d278403","status":"passed","time":{"start":1728682574100,"stop":1728682574100,"duration":0}},{"uid":"9453b99b2a7aafb9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9453b99b2a7aafb9","status":"passed","time":{"start":1728682146824,"stop":1728682146824,"duration":0}},{"uid":"ed6e854635bf5dd1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ed6e854635bf5dd1","status":"passed","time":{"start":1728676621439,"stop":1728676621439,"duration":0}},{"uid":"61a1af0bf3f75e5f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/61a1af0bf3f75e5f","status":"passed","time":{"start":1728669344473,"stop":1728669344474,"duration":1}},{"uid":"fe931a253a5a8224","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fe931a253a5a8224","status":"passed","time":{"start":1728597685169,"stop":1728597685169,"duration":0}},{"uid":"bc0830ebe44db961","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc0830ebe44db961","status":"passed","time":{"start":1728596904477,"stop":1728596904477,"duration":0}}]},"e43558c42d1178760c988600f6047ca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2797d157180c5ef2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2797d157180c5ef2","status":"passed","time":{"start":1728893421010,"stop":1728893421010,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9fb2cf18b0be0e7a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9fb2cf18b0be0e7a","status":"passed","time":{"start":1729034694622,"stop":1729034694622,"duration":0}},{"uid":"1bc1347106237cfc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1bc1347106237cfc","status":"passed","time":{"start":1729034462011,"stop":1729034462011,"duration":0}},{"uid":"a12d309ec407b89e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a12d309ec407b89e","status":"passed","time":{"start":1729034375973,"stop":1729034375976,"duration":3}},{"uid":"65c444f119666655","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/65c444f119666655","status":"passed","time":{"start":1729034200064,"stop":1729034200065,"duration":1}},{"uid":"d08868cd0967883c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d08868cd0967883c","status":"passed","time":{"start":1729032257889,"stop":1729032257890,"duration":1}},{"uid":"37bfd2256ded2ccf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37bfd2256ded2ccf","status":"passed","time":{"start":1728902003565,"stop":1728902003565,"duration":0}},{"uid":"cf05901e35820435","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf05901e35820435","status":"passed","time":{"start":1728893434693,"stop":1728893434694,"duration":1}},{"uid":"85db69b7ea171236","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/85db69b7ea171236","status":"passed","time":{"start":1728856398641,"stop":1728856398641,"duration":0}},{"uid":"296e9e78cfbf7a80","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/296e9e78cfbf7a80","status":"passed","time":{"start":1728738612001,"stop":1728738612001,"duration":0}},{"uid":"3ad6dbe30433859a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3ad6dbe30433859a","status":"passed","time":{"start":1728683155008,"stop":1728683155008,"duration":0}},{"uid":"10db3c6c8635701c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/10db3c6c8635701c","status":"passed","time":{"start":1728682706102,"stop":1728682706102,"duration":0}},{"uid":"43a51c1ef502c0c1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/43a51c1ef502c0c1","status":"passed","time":{"start":1728677207494,"stop":1728677207495,"duration":1}},{"uid":"5fec4cbbe3e47c2c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5fec4cbbe3e47c2c","status":"passed","time":{"start":1728669887097,"stop":1728669887097,"duration":0}},{"uid":"92776eb258066093","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/92776eb258066093","status":"passed","time":{"start":1728598263636,"stop":1728598263637,"duration":1}},{"uid":"2518638341f61737","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2518638341f61737","status":"passed","time":{"start":1728597478274,"stop":1728597478275,"duration":1}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aa6c74452defb2f1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aa6c74452defb2f1","status":"passed","time":{"start":1729034432451,"stop":1729034432451,"duration":0}},{"uid":"5d50f0e897e4f866","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5d50f0e897e4f866","status":"passed","time":{"start":1729034119307,"stop":1729034119307,"duration":0}},{"uid":"66dd78ba06982884","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/66dd78ba06982884","status":"passed","time":{"start":1729033933481,"stop":1729033933481,"duration":0}},{"uid":"9871750577a02b37","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9871750577a02b37","status":"passed","time":{"start":1729031982921,"stop":1729031982933,"duration":12}},{"uid":"8d4c9fbfcb5fb356","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8d4c9fbfcb5fb356","status":"passed","time":{"start":1728901527858,"stop":1728901527859,"duration":1}},{"uid":"c38c91edfbed3709","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c38c91edfbed3709","status":"passed","time":{"start":1728892960141,"stop":1728892960141,"duration":0}},{"uid":"1852ba70c50f6d9d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1852ba70c50f6d9d","status":"passed","time":{"start":1728855921715,"stop":1728855921716,"duration":1}},{"uid":"76aef4e261ec3ba8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76aef4e261ec3ba8","status":"passed","time":{"start":1728738138433,"stop":1728738138433,"duration":0}},{"uid":"15871d91930d420c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/15871d91930d420c","status":"passed","time":{"start":1728682672253,"stop":1728682672254,"duration":1}},{"uid":"8408e06632bf50a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8408e06632bf50a","status":"passed","time":{"start":1728682245075,"stop":1728682245076,"duration":1}},{"uid":"a6e70ca1e1a6cbfc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a6e70ca1e1a6cbfc","status":"passed","time":{"start":1728676721301,"stop":1728676721301,"duration":0}},{"uid":"e683f60796369b3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e683f60796369b3","status":"passed","time":{"start":1728669444563,"stop":1728669444564,"duration":1}},{"uid":"4e232073e0b44b8c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4e232073e0b44b8c","status":"passed","time":{"start":1728597784074,"stop":1728597784075,"duration":1}},{"uid":"eac531af5f53c969","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eac531af5f53c969","status":"passed","time":{"start":1728597001550,"stop":1728597001550,"duration":0}}]},"3b8955fb562743dc92aac9eb83c389f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20e55e5cade2605c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/20e55e5cade2605c","status":"passed","time":{"start":1729034402281,"stop":1729034402281,"duration":0}}]},"6496df604a2d73d30c6106b55902fca6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"86713bcfd9b88fc1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/86713bcfd9b88fc1","status":"passed","time":{"start":1729034332646,"stop":1729034332646,"duration":0}},{"uid":"cb04b58576d32b55","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb04b58576d32b55","status":"passed","time":{"start":1729034096143,"stop":1729034096143,"duration":0}},{"uid":"115ff2e2a7a83f0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/115ff2e2a7a83f0d","status":"passed","time":{"start":1729034020099,"stop":1729034020099,"duration":0}},{"uid":"347d5dbdafd0bcf8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/347d5dbdafd0bcf8","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0}},{"uid":"13ac72f5b7604534","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/13ac72f5b7604534","status":"passed","time":{"start":1729031884130,"stop":1729031884130,"duration":0}},{"uid":"4caca52d5536095","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4caca52d5536095","status":"passed","time":{"start":1728901430263,"stop":1728901430263,"duration":0}},{"uid":"54937d229e71da2f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54937d229e71da2f","status":"passed","time":{"start":1728892860542,"stop":1728892860542,"duration":0}},{"uid":"87fdd2cb622df8b4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/87fdd2cb622df8b4","status":"passed","time":{"start":1728855823331,"stop":1728855823331,"duration":0}},{"uid":"7ba4b4e0ac03db65","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7ba4b4e0ac03db65","status":"passed","time":{"start":1728738040612,"stop":1728738040612,"duration":0}},{"uid":"ae1187593638ca91","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ae1187593638ca91","status":"passed","time":{"start":1728682574103,"stop":1728682574103,"duration":0}},{"uid":"d4915893f7dd62cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d4915893f7dd62cf","status":"passed","time":{"start":1728682146827,"stop":1728682146827,"duration":0}},{"uid":"33336c21d189edfd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33336c21d189edfd","status":"passed","time":{"start":1728676621442,"stop":1728676621442,"duration":0}},{"uid":"c3406381b284bd85","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c3406381b284bd85","status":"passed","time":{"start":1728669344476,"stop":1728669344476,"duration":0}},{"uid":"7423ad5a42539f57","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7423ad5a42539f57","status":"passed","time":{"start":1728597685172,"stop":1728597685172,"duration":0}},{"uid":"ac83c7b547470110","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ac83c7b547470110","status":"passed","time":{"start":1728596904481,"stop":1728596904481,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"60bfdcfe8957b32e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/60bfdcfe8957b32e","status":"passed","time":{"start":1729034704507,"stop":1729034704507,"duration":0}},{"uid":"fb9a47e6cd667638","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fb9a47e6cd667638","status":"passed","time":{"start":1729034475010,"stop":1729034475010,"duration":0}},{"uid":"f32170e6513637af","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f32170e6513637af","status":"passed","time":{"start":1729034395301,"stop":1729034395301,"duration":0}},{"uid":"9cbc28476121cdfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9cbc28476121cdfe","status":"passed","time":{"start":1729034209119,"stop":1729034209119,"duration":0}},{"uid":"cfd9ef3e2b526168","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cfd9ef3e2b526168","status":"passed","time":{"start":1729032264596,"stop":1729032264597,"duration":1}},{"uid":"137d942b2c467be6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/137d942b2c467be6","status":"passed","time":{"start":1728902012874,"stop":1728902012874,"duration":0}},{"uid":"aa88e21cd2238c34","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aa88e21cd2238c34","status":"passed","time":{"start":1728893454824,"stop":1728893454824,"duration":0}},{"uid":"f74d267b8ce711d7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f74d267b8ce711d7","status":"passed","time":{"start":1728856408467,"stop":1728856408467,"duration":0}},{"uid":"f683ebeac7cb1265","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f683ebeac7cb1265","status":"passed","time":{"start":1728738633873,"stop":1728738633873,"duration":0}},{"uid":"8329817aff3bfb73","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8329817aff3bfb73","status":"passed","time":{"start":1728683159820,"stop":1728683159820,"duration":0}},{"uid":"7f279c9388d2a71b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7f279c9388d2a71b","status":"passed","time":{"start":1728682751345,"stop":1728682751345,"duration":0}},{"uid":"c6c5304dcc174591","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c6c5304dcc174591","status":"passed","time":{"start":1728677216377,"stop":1728677216377,"duration":0}},{"uid":"c3530cda69fb4458","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c3530cda69fb4458","status":"passed","time":{"start":1728669925466,"stop":1728669925466,"duration":0}},{"uid":"78104183d383a2c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/78104183d383a2c6","status":"passed","time":{"start":1728598268820,"stop":1728598268820,"duration":0}},{"uid":"929eaf053a1e91b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/929eaf053a1e91b","status":"passed","time":{"start":1728597503950,"stop":1728597503951,"duration":1}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5c1226e4013558b7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5c1226e4013558b7","status":"passed","time":{"start":1729034682672,"stop":1729034682672,"duration":0}},{"uid":"a7bacd282b530ec9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a7bacd282b530ec9","status":"passed","time":{"start":1729034452182,"stop":1729034452183,"duration":1}},{"uid":"826a54296bbf5ae3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/826a54296bbf5ae3","status":"passed","time":{"start":1729034373079,"stop":1729034373079,"duration":0}},{"uid":"2a9db581f6c6b9dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2a9db581f6c6b9dd","status":"passed","time":{"start":1729034188116,"stop":1729034188116,"duration":0}},{"uid":"3c9ef3d9678d1aa8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c9ef3d9678d1aa8","status":"passed","time":{"start":1729032231862,"stop":1729032231862,"duration":0}},{"uid":"20a97531e3ebf10a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/20a97531e3ebf10a","status":"passed","time":{"start":1728901989564,"stop":1728901989565,"duration":1}},{"uid":"41eb027ebb471cd5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/41eb027ebb471cd5","status":"passed","time":{"start":1728893424897,"stop":1728893424898,"duration":1}},{"uid":"8192c509e93db9de","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8192c509e93db9de","status":"passed","time":{"start":1728856376682,"stop":1728856376682,"duration":0}},{"uid":"797b995b8683d741","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/797b995b8683d741","status":"passed","time":{"start":1728738593959,"stop":1728738593959,"duration":0}},{"uid":"42f75a115ca69867","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42f75a115ca69867","status":"passed","time":{"start":1728683135335,"stop":1728683135336,"duration":1}},{"uid":"e8cc6529ea60a4fe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e8cc6529ea60a4fe","status":"passed","time":{"start":1728682692586,"stop":1728682692588,"duration":2}},{"uid":"60d8bc6e0e9752d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/60d8bc6e0e9752d","status":"passed","time":{"start":1728677194228,"stop":1728677194228,"duration":0}},{"uid":"6c3732db3936e409","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c3732db3936e409","status":"passed","time":{"start":1728669874422,"stop":1728669874423,"duration":1}},{"uid":"4ad2b7bd16cd0479","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ad2b7bd16cd0479","status":"passed","time":{"start":1728598257460,"stop":1728598257460,"duration":0}},{"uid":"86215f183053883e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86215f183053883e","status":"passed","time":{"start":1728597471282,"stop":1728597471283,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9b4e2394f15b77e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9b4e2394f15b77e","status":"passed","time":{"start":1729034366898,"stop":1729034366898,"duration":0}},{"uid":"480c980cce3146d7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/480c980cce3146d7","status":"passed","time":{"start":1729034130924,"stop":1729034130924,"duration":0}},{"uid":"1faa70229e760519","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1faa70229e760519","status":"passed","time":{"start":1729034053886,"stop":1729034053887,"duration":1}},{"uid":"6207ca2dbf2798f0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6207ca2dbf2798f0","status":"passed","time":{"start":1729033868926,"stop":1729033868926,"duration":0}},{"uid":"2fbc32710e5b6d0c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2fbc32710e5b6d0c","status":"passed","time":{"start":1729031918511,"stop":1729031918511,"duration":0}},{"uid":"53f1ca22352fec61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53f1ca22352fec61","status":"passed","time":{"start":1728901464220,"stop":1728901464220,"duration":0}},{"uid":"c9393b0046e3f2ae","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9393b0046e3f2ae","status":"passed","time":{"start":1728892894740,"stop":1728892894741,"duration":1}},{"uid":"3f0a40404b511f9d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3f0a40404b511f9d","status":"passed","time":{"start":1728855857252,"stop":1728855857252,"duration":0}},{"uid":"6d0dd0a90582d85e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d0dd0a90582d85e","status":"passed","time":{"start":1728738074580,"stop":1728738074580,"duration":0}},{"uid":"61f2183b93c69e04","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/61f2183b93c69e04","status":"passed","time":{"start":1728682608127,"stop":1728682608127,"duration":0}},{"uid":"c8b00a7c8cd98bde","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c8b00a7c8cd98bde","status":"passed","time":{"start":1728682181012,"stop":1728682181012,"duration":0}},{"uid":"9c3bb7273c16efbb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9c3bb7273c16efbb","status":"passed","time":{"start":1728676655409,"stop":1728676655410,"duration":1}},{"uid":"22018c06388f2330","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/22018c06388f2330","status":"passed","time":{"start":1728669378740,"stop":1728669378741,"duration":1}},{"uid":"5dcd6a88b1675efc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5dcd6a88b1675efc","status":"passed","time":{"start":1728597719063,"stop":1728597719063,"duration":0}},{"uid":"9a19ef772e396f18","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9a19ef772e396f18","status":"passed","time":{"start":1728596938238,"stop":1728596938239,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8863958ebd444621","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8863958ebd444621","status":"passed","time":{"start":1729034611652,"stop":1729034611652,"duration":0}},{"uid":"b6743118fdecc0ca","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b6743118fdecc0ca","status":"passed","time":{"start":1729034393627,"stop":1729034393627,"duration":0}},{"uid":"e02bbf8855260782","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e02bbf8855260782","status":"passed","time":{"start":1729034304800,"stop":1729034304801,"duration":1}},{"uid":"dcc5f84ba8a0f82f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcc5f84ba8a0f82f","status":"passed","time":{"start":1729034121890,"stop":1729034121890,"duration":0}},{"uid":"874a3f71aaea1394","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/874a3f71aaea1394","status":"passed","time":{"start":1729032174797,"stop":1729032174797,"duration":0}},{"uid":"6bc14d1bf4714872","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6bc14d1bf4714872","status":"passed","time":{"start":1728901881003,"stop":1728901881003,"duration":0}},{"uid":"3c96da3a9811991","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c96da3a9811991","status":"passed","time":{"start":1728893317132,"stop":1728893317140,"duration":8}},{"uid":"c09f68bbe2546f6f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c09f68bbe2546f6f","status":"passed","time":{"start":1728856263064,"stop":1728856263065,"duration":1}},{"uid":"71daadea9d26b142","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/71daadea9d26b142","status":"passed","time":{"start":1728738492785,"stop":1728738492786,"duration":1}},{"uid":"3f469130ffaf1bf0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f469130ffaf1bf0","status":"passed","time":{"start":1728683030007,"stop":1728683030008,"duration":1}},{"uid":"654caa1b3a67bf39","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/654caa1b3a67bf39","status":"passed","time":{"start":1728682581076,"stop":1728682581081,"duration":5}},{"uid":"5128a4004335489e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5128a4004335489e","status":"passed","time":{"start":1728677081983,"stop":1728677081983,"duration":0}},{"uid":"b57ab91ff168fb67","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b57ab91ff168fb67","status":"passed","time":{"start":1728669795384,"stop":1728669795384,"duration":0}},{"uid":"9d818638967ba190","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9d818638967ba190","status":"passed","time":{"start":1728598137494,"stop":1728598137494,"duration":0}},{"uid":"ec1c8aa974b57dfc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec1c8aa974b57dfc","status":"passed","time":{"start":1728597353472,"stop":1728597353472,"duration":0}}]},"a2f700168af9cb41c3c2307e8101120a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"58dce2320ab7a30b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58dce2320ab7a30b","status":"passed","time":{"start":1729034332623,"stop":1729034332624,"duration":1}},{"uid":"4ba168469778c0e3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ba168469778c0e3","status":"passed","time":{"start":1729034096125,"stop":1729034096125,"duration":0}},{"uid":"3db26cca79f4909b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3db26cca79f4909b","status":"passed","time":{"start":1729034020084,"stop":1729034020084,"duration":0}},{"uid":"ff78e1f7451b786d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff78e1f7451b786d","status":"passed","time":{"start":1729033834376,"stop":1729033834376,"duration":0}},{"uid":"e83605ef5b4a85f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e83605ef5b4a85f","status":"passed","time":{"start":1729031884107,"stop":1729031884107,"duration":0}},{"uid":"3dc5d3cf72a444e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3dc5d3cf72a444e2","status":"passed","time":{"start":1728901430248,"stop":1728901430248,"duration":0}},{"uid":"9f0343859bd9e598","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9f0343859bd9e598","status":"passed","time":{"start":1728892860524,"stop":1728892860524,"duration":0}},{"uid":"9f35140a2ebbe989","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f35140a2ebbe989","status":"passed","time":{"start":1728855823315,"stop":1728855823315,"duration":0}},{"uid":"8a17cd9c66df172c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8a17cd9c66df172c","status":"passed","time":{"start":1728738040584,"stop":1728738040584,"duration":0}},{"uid":"fbb01c1ed2b67fdf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fbb01c1ed2b67fdf","status":"passed","time":{"start":1728682574081,"stop":1728682574081,"duration":0}},{"uid":"8972e50802e08aa7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8972e50802e08aa7","status":"passed","time":{"start":1728682146809,"stop":1728682146809,"duration":0}},{"uid":"127bbe4aa5492ea9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/127bbe4aa5492ea9","status":"passed","time":{"start":1728676621423,"stop":1728676621423,"duration":0}},{"uid":"31138e6be878b3ca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/31138e6be878b3ca","status":"passed","time":{"start":1728669344460,"stop":1728669344460,"duration":0}},{"uid":"334f701b2aca570b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/334f701b2aca570b","status":"passed","time":{"start":1728597685153,"stop":1728597685153,"duration":0}},{"uid":"ae2ff5c68422f04f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ae2ff5c68422f04f","status":"passed","time":{"start":1728596904459,"stop":1728596904459,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"12127bb8ab829b46","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/12127bb8ab829b46","status":"passed","time":{"start":1729034728790,"stop":1729034728790,"duration":0}},{"uid":"ed5b44244608ddb0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed5b44244608ddb0","status":"passed","time":{"start":1729034400846,"stop":1729034400847,"duration":1}},{"uid":"290eb10812a36887","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/290eb10812a36887","status":"passed","time":{"start":1728902045393,"stop":1728902045393,"duration":0}},{"uid":"a0e8453a621042e8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a0e8453a621042e8","status":"passed","time":{"start":1728893481313,"stop":1728893481313,"duration":0}},{"uid":"1bd7a45d028f5be6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1bd7a45d028f5be6","status":"passed","time":{"start":1728856434369,"stop":1728856434370,"duration":1}},{"uid":"4599bdfd2784f416","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4599bdfd2784f416","status":"passed","time":{"start":1728738656938,"stop":1728738656939,"duration":1}},{"uid":"ce7e9957166ef55f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ce7e9957166ef55f","status":"passed","time":{"start":1728683172726,"stop":1728683172726,"duration":0}},{"uid":"a982c846e9802a05","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a982c846e9802a05","status":"passed","time":{"start":1728682747613,"stop":1728682747613,"duration":0}},{"uid":"f90d56dbe951658d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f90d56dbe951658d","status":"passed","time":{"start":1728677247282,"stop":1728677247282,"duration":0}},{"uid":"92792c81e7649d61","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92792c81e7649d61","status":"passed","time":{"start":1728669917949,"stop":1728669917949,"duration":0}},{"uid":"aa399a01393558ca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aa399a01393558ca","status":"passed","time":{"start":1728598290719,"stop":1728598290719,"duration":0}},{"uid":"c87b72fe679d90","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c87b72fe679d90","status":"passed","time":{"start":1728597515859,"stop":1728597515860,"duration":1}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1c38576857808b44","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c38576857808b44","status":"passed","time":{"start":1729034631249,"stop":1729034631249,"duration":0}},{"uid":"fe9ac02bc65ef993","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fe9ac02bc65ef993","status":"passed","time":{"start":1729034400885,"stop":1729034400885,"duration":0}},{"uid":"bfc097d0a053a8f3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bfc097d0a053a8f3","status":"passed","time":{"start":1729034317446,"stop":1729034317448,"duration":2}},{"uid":"37712e1dbaa9b83a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37712e1dbaa9b83a","status":"passed","time":{"start":1729034137126,"stop":1729034137126,"duration":0}},{"uid":"31e59e9cb8aae8bf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/31e59e9cb8aae8bf","status":"passed","time":{"start":1729032206872,"stop":1729032206872,"duration":0}},{"uid":"1a2fb304449e9269","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1a2fb304449e9269","status":"passed","time":{"start":1728901995019,"stop":1728901995019,"duration":0}},{"uid":"c9016e06f1fd833c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9016e06f1fd833c","status":"passed","time":{"start":1728893420992,"stop":1728893420992,"duration":0}},{"uid":"6515d1bd89ab7a2c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6515d1bd89ab7a2c","status":"passed","time":{"start":1728856368593,"stop":1728856368593,"duration":0}},{"uid":"4ca10b440c184c73","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4ca10b440c184c73","status":"passed","time":{"start":1728738604677,"stop":1728738604678,"duration":1}},{"uid":"8c14092de5415e90","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c14092de5415e90","status":"passed","time":{"start":1728683117609,"stop":1728683117614,"duration":5}},{"uid":"a807bbbb4fc4c0bd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a807bbbb4fc4c0bd","status":"passed","time":{"start":1728682721315,"stop":1728682721315,"duration":0}},{"uid":"d71583ff3d3cf702","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d71583ff3d3cf702","status":"passed","time":{"start":1728677184680,"stop":1728677184680,"duration":0}},{"uid":"83fd8fb1bc23b09c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83fd8fb1bc23b09c","status":"passed","time":{"start":1728669866446,"stop":1728669866446,"duration":0}},{"uid":"bc5e0e53afcbee80","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bc5e0e53afcbee80","status":"passed","time":{"start":1728598249972,"stop":1728598249973,"duration":1}},{"uid":"b4157d5a38356025","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b4157d5a38356025","status":"passed","time":{"start":1728597472287,"stop":1728597472288,"duration":1}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"161c213de485645b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/161c213de485645b","status":"passed","time":{"start":1729034356477,"stop":1729034356477,"duration":0}},{"uid":"8909728d2561ce4b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8909728d2561ce4b","status":"passed","time":{"start":1729034120502,"stop":1729034120502,"duration":0}},{"uid":"67111eabb74f5d90","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67111eabb74f5d90","status":"passed","time":{"start":1729033858273,"stop":1729033858273,"duration":0}},{"uid":"8398e78665b7f833","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8398e78665b7f833","status":"passed","time":{"start":1729031908179,"stop":1729031908179,"duration":0}},{"uid":"c203d6fab7fc3cc6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c203d6fab7fc3cc6","status":"passed","time":{"start":1728901453935,"stop":1728901453936,"duration":1}},{"uid":"63e6a1d246767471","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/63e6a1d246767471","status":"passed","time":{"start":1728892884412,"stop":1728892884412,"duration":0}},{"uid":"77580e0fc6a11449","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77580e0fc6a11449","status":"passed","time":{"start":1728855846880,"stop":1728855846881,"duration":1}},{"uid":"c414d34f7971aee6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c414d34f7971aee6","status":"passed","time":{"start":1728738064184,"stop":1728738064185,"duration":1}},{"uid":"a4909f705eb89298","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a4909f705eb89298","status":"passed","time":{"start":1728682597763,"stop":1728682597763,"duration":0}},{"uid":"39c614d1cac150e1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/39c614d1cac150e1","status":"passed","time":{"start":1728682170541,"stop":1728682170542,"duration":1}},{"uid":"d0e317acb88d3097","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d0e317acb88d3097","status":"passed","time":{"start":1728676645202,"stop":1728676645202,"duration":0}},{"uid":"803cb45590997a1d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/803cb45590997a1d","status":"passed","time":{"start":1728669368196,"stop":1728669368197,"duration":1}},{"uid":"60bc868907ec0106","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/60bc868907ec0106","status":"passed","time":{"start":1728597709014,"stop":1728597709014,"duration":0}},{"uid":"dfe2ea5f7bd1e32a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dfe2ea5f7bd1e32a","status":"passed","time":{"start":1728596928108,"stop":1728596928108,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"788245f22f71fb69","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/788245f22f71fb69","status":"passed","time":{"start":1729034340752,"stop":1729034340752,"duration":0}},{"uid":"d2494db34c487166","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d2494db34c487166","status":"passed","time":{"start":1729034104165,"stop":1729034104166,"duration":1}},{"uid":"5bdf2fa27ecd504b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5bdf2fa27ecd504b","status":"passed","time":{"start":1729034027736,"stop":1729034027738,"duration":2}},{"uid":"bc3932093d848c72","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bc3932093d848c72","status":"passed","time":{"start":1729033842340,"stop":1729033842342,"duration":2}},{"uid":"5df7181db29559e7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5df7181db29559e7","status":"passed","time":{"start":1729031892043,"stop":1729031892044,"duration":1}},{"uid":"8eef0430c047980b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8eef0430c047980b","status":"passed","time":{"start":1728901438024,"stop":1728901438025,"duration":1}},{"uid":"5cec1aa73acdeae9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5cec1aa73acdeae9","status":"passed","time":{"start":1728892868229,"stop":1728892868230,"duration":1}},{"uid":"b22da109d2c7cbb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b22da109d2c7cbb0","status":"passed","time":{"start":1728855831076,"stop":1728855831077,"duration":1}},{"uid":"78d86938fa7d9dff","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78d86938fa7d9dff","status":"passed","time":{"start":1728738048436,"stop":1728738048437,"duration":1}},{"uid":"4eb0142aedcfd902","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4eb0142aedcfd902","status":"passed","time":{"start":1728682581838,"stop":1728682581839,"duration":1}},{"uid":"e9a27addca3c63c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9a27addca3c63c0","status":"passed","time":{"start":1728682154705,"stop":1728682154705,"duration":0}},{"uid":"4efd1ec6ce1f2d6f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4efd1ec6ce1f2d6f","status":"passed","time":{"start":1728676629293,"stop":1728676629294,"duration":1}},{"uid":"65d6dd52f0870ffc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/65d6dd52f0870ffc","status":"passed","time":{"start":1728669352207,"stop":1728669352208,"duration":1}},{"uid":"1f6dcea698ef1013","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1f6dcea698ef1013","status":"passed","time":{"start":1728597693011,"stop":1728597693012,"duration":1}},{"uid":"c82da45b8a941c97","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c82da45b8a941c97","status":"passed","time":{"start":1728596912512,"stop":1728596912514,"duration":2}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e9f6837555407217","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9f6837555407217","status":"passed","time":{"start":1729034408863,"stop":1729034408863,"duration":0}},{"uid":"a28c25d7331e1798","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a28c25d7331e1798","status":"passed","time":{"start":1729034166253,"stop":1729034166259,"duration":6}},{"uid":"192207a8a567ed67","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/192207a8a567ed67","status":"passed","time":{"start":1729034096716,"stop":1729034096717,"duration":1}},{"uid":"657164ca4bf63a3a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/657164ca4bf63a3a","status":"passed","time":{"start":1729033904744,"stop":1729033904744,"duration":0}},{"uid":"94ee5852bc26bc19","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/94ee5852bc26bc19","status":"passed","time":{"start":1729031952292,"stop":1729031952292,"duration":0}},{"uid":"10815efb2b4ba414","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/10815efb2b4ba414","status":"passed","time":{"start":1728901498546,"stop":1728901498546,"duration":0}},{"uid":"84776caea37f6900","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84776caea37f6900","status":"passed","time":{"start":1728892934939,"stop":1728892934939,"duration":0}},{"uid":"30b36c63b995278f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30b36c63b995278f","status":"passed","time":{"start":1728855901077,"stop":1728855901078,"duration":1}},{"uid":"dbd2809e2ba90f8f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dbd2809e2ba90f8f","status":"passed","time":{"start":1728738109819,"stop":1728738109819,"duration":0}},{"uid":"ed4291b38ecb0e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed4291b38ecb0e6","status":"passed","time":{"start":1728682641761,"stop":1728682641761,"duration":0}},{"uid":"82b3fa508af78f51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/82b3fa508af78f51","status":"passed","time":{"start":1728682224052,"stop":1728682224053,"duration":1}},{"uid":"53f37de76a93f678","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/53f37de76a93f678","status":"passed","time":{"start":1728676692587,"stop":1728676692587,"duration":0}},{"uid":"574216b9447f547b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/574216b9447f547b","status":"passed","time":{"start":1728669414315,"stop":1728669414318,"duration":3}},{"uid":"5d48b713d27b680c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5d48b713d27b680c","status":"passed","time":{"start":1728597758155,"stop":1728597758156,"duration":1}},{"uid":"ff936881ab29858","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ff936881ab29858","status":"passed","time":{"start":1728596973959,"stop":1728596973959,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"efe1a1a605f09758","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/efe1a1a605f09758","status":"passed","time":{"start":1729034636314,"stop":1729034636315,"duration":1}},{"uid":"ab842b4dcc8ef1b6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ab842b4dcc8ef1b6","status":"passed","time":{"start":1729034402280,"stop":1729034402280,"duration":0}},{"uid":"b2262ef973250bb5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b2262ef973250bb5","status":"passed","time":{"start":1729034323296,"stop":1729034323301,"duration":5}},{"uid":"b0090beef69563d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b0090beef69563d6","status":"passed","time":{"start":1729034144766,"stop":1729034144767,"duration":1}},{"uid":"fcd923b8e1f795c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fcd923b8e1f795c6","status":"passed","time":{"start":1729032198816,"stop":1729032198816,"duration":0}},{"uid":"75831f95bf1ee137","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/75831f95bf1ee137","status":"passed","time":{"start":1728901901766,"stop":1728901901766,"duration":0}},{"uid":"6b81ae300b4d2f62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6b81ae300b4d2f62","status":"passed","time":{"start":1728893337253,"stop":1728893337254,"duration":1}},{"uid":"f8b3a36542854fb8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f8b3a36542854fb8","status":"passed","time":{"start":1728856299189,"stop":1728856299190,"duration":1}},{"uid":"5c9edfd4585d6ef9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c9edfd4585d6ef9","status":"passed","time":{"start":1728738505382,"stop":1728738505382,"duration":0}},{"uid":"76ccadc3e8d97bac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/76ccadc3e8d97bac","status":"passed","time":{"start":1728683045449,"stop":1728683045449,"duration":0}},{"uid":"2344c9d4234eb4a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2344c9d4234eb4a8","status":"passed","time":{"start":1728682607291,"stop":1728682607291,"duration":0}},{"uid":"f306d333331da251","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f306d333331da251","status":"passed","time":{"start":1728677103494,"stop":1728677103494,"duration":0}},{"uid":"239fd345e0115100","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/239fd345e0115100","status":"passed","time":{"start":1728669777116,"stop":1728669777117,"duration":1}},{"uid":"ba8deed7676ab546","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ba8deed7676ab546","status":"passed","time":{"start":1728598163466,"stop":1728598163466,"duration":0}},{"uid":"fc2c5333d35db7da","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc2c5333d35db7da","status":"passed","time":{"start":1728597375479,"stop":1728597375480,"duration":1}}]},"820dd76ff699bf97b090a36292148731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"187976bfad07376f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/187976bfad07376f","status":"passed","time":{"start":1729034332621,"stop":1729034332622,"duration":1}},{"uid":"fec3789993a586d3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fec3789993a586d3","status":"passed","time":{"start":1729034096122,"stop":1729034096122,"duration":0}},{"uid":"3f249914852d6081","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3f249914852d6081","status":"passed","time":{"start":1729034020082,"stop":1729034020083,"duration":1}},{"uid":"fee9102c91e1f31d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fee9102c91e1f31d","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"duration":0}},{"uid":"1a58caf41ebc0ed4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a58caf41ebc0ed4","status":"passed","time":{"start":1729031884104,"stop":1729031884105,"duration":1}},{"uid":"5fe5909ff933d858","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5fe5909ff933d858","status":"passed","time":{"start":1728901430247,"stop":1728901430247,"duration":0}},{"uid":"22ed3b106728c625","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/22ed3b106728c625","status":"passed","time":{"start":1728892860522,"stop":1728892860522,"duration":0}},{"uid":"e9064468ce9ae1d1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e9064468ce9ae1d1","status":"passed","time":{"start":1728855823313,"stop":1728855823313,"duration":0}},{"uid":"dbdcf2fdca1b5bbf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dbdcf2fdca1b5bbf","status":"passed","time":{"start":1728738040582,"stop":1728738040582,"duration":0}},{"uid":"94ffd074a77b7213","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/94ffd074a77b7213","status":"passed","time":{"start":1728682574079,"stop":1728682574079,"duration":0}},{"uid":"563dde55c36b6243","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/563dde55c36b6243","status":"passed","time":{"start":1728682146807,"stop":1728682146807,"duration":0}},{"uid":"54bdc7ea895f6c3c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/54bdc7ea895f6c3c","status":"passed","time":{"start":1728676621421,"stop":1728676621421,"duration":0}},{"uid":"1422628f30c7a96f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1422628f30c7a96f","status":"passed","time":{"start":1728669344458,"stop":1728669344458,"duration":0}},{"uid":"1ef5b6015f294681","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1ef5b6015f294681","status":"passed","time":{"start":1728597685151,"stop":1728597685151,"duration":0}},{"uid":"5bc1d44fef6f4c20","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5bc1d44fef6f4c20","status":"passed","time":{"start":1728596904457,"stop":1728596904457,"duration":0}}]},"5a27e969aaa517950f4bb4bfdc6f1cab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cfba8a063b17beef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cfba8a063b17beef","status":"passed","time":{"start":1729034332608,"stop":1729034332608,"duration":0}},{"uid":"835a1fa851b762b4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/835a1fa851b762b4","status":"passed","time":{"start":1729034096109,"stop":1729034096110,"duration":1}},{"uid":"2199952673d8ba0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2199952673d8ba0d","status":"passed","time":{"start":1729034020072,"stop":1729034020073,"duration":1}},{"uid":"464efd5c12a4613","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/464efd5c12a4613","status":"passed","time":{"start":1729033834360,"stop":1729033834361,"duration":1}},{"uid":"f1f8ed3ab66b487d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f1f8ed3ab66b487d","status":"passed","time":{"start":1729031884089,"stop":1729031884089,"duration":0}},{"uid":"86401d8a721cb781","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/86401d8a721cb781","status":"passed","time":{"start":1728901430242,"stop":1728901430242,"duration":0}},{"uid":"cb51154486129e11","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cb51154486129e11","status":"passed","time":{"start":1728892860516,"stop":1728892860517,"duration":1}},{"uid":"5b4d93beea1eda45","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5b4d93beea1eda45","status":"passed","time":{"start":1728855823307,"stop":1728855823307,"duration":0}},{"uid":"d35d6337a86c8ede","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d35d6337a86c8ede","status":"passed","time":{"start":1728738040569,"stop":1728738040569,"duration":0}},{"uid":"46a901d78163dd03","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/46a901d78163dd03","status":"passed","time":{"start":1728682574067,"stop":1728682574067,"duration":0}},{"uid":"adff3b3d066bce44","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/adff3b3d066bce44","status":"passed","time":{"start":1728682146794,"stop":1728682146794,"duration":0}},{"uid":"65be61c3c887b13f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/65be61c3c887b13f","status":"passed","time":{"start":1728676621404,"stop":1728676621404,"duration":0}},{"uid":"ca61f613084e0073","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca61f613084e0073","status":"passed","time":{"start":1728669344453,"stop":1728669344453,"duration":0}},{"uid":"7684d0f66b43617a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7684d0f66b43617a","status":"passed","time":{"start":1728597685134,"stop":1728597685135,"duration":1}},{"uid":"2d14feaf9bd7eea5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2d14feaf9bd7eea5","status":"passed","time":{"start":1728596904441,"stop":1728596904441,"duration":0}}]},"7b8fbd70be984fd84811191683b9e38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb3c4297413fe98e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb3c4297413fe98e","status":"passed","time":{"start":1728682721328,"stop":1728682721328,"duration":0}}]},"41e47301d880fdd2957475200906575d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1cdbecceab72ff0f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cdbecceab72ff0f","status":"passed","time":{"start":1728893389986,"stop":1728893389986,"duration":0}}]},"49c3861b450b6c93fda54d100bc4cf3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55774582d6a3b03c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/55774582d6a3b03c","status":"passed","time":{"start":1728901664267,"stop":1728901664267,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"58e2f61f18684d6c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58e2f61f18684d6c","status":"passed","time":{"start":1729034704508,"stop":1729034704509,"duration":1}},{"uid":"9e17846362db32b0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9e17846362db32b0","status":"passed","time":{"start":1729034475014,"stop":1729034475014,"duration":0}},{"uid":"395d2668b5f7b475","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/395d2668b5f7b475","status":"passed","time":{"start":1729034395303,"stop":1729034395303,"duration":0}},{"uid":"4a068d3f925a4043","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4a068d3f925a4043","status":"passed","time":{"start":1729034209128,"stop":1729034209128,"duration":0}},{"uid":"2718a4f44e6b098c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2718a4f44e6b098c","status":"passed","time":{"start":1729032264601,"stop":1729032264601,"duration":0}},{"uid":"e16b1ab9dee07454","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e16b1ab9dee07454","status":"passed","time":{"start":1728902012891,"stop":1728902012891,"duration":0}},{"uid":"773e358fb7cc7bc7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/773e358fb7cc7bc7","status":"passed","time":{"start":1728893454825,"stop":1728893454825,"duration":0}},{"uid":"f36f26c660ccbf16","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f36f26c660ccbf16","status":"passed","time":{"start":1728856408468,"stop":1728856408469,"duration":1}},{"uid":"b0c4b2644e4c74df","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b0c4b2644e4c74df","status":"passed","time":{"start":1728738633875,"stop":1728738633875,"duration":0}},{"uid":"abb59f703b9e3f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/abb59f703b9e3f4","status":"passed","time":{"start":1728683159826,"stop":1728683159827,"duration":1}},{"uid":"968d575757b8eb55","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/968d575757b8eb55","status":"passed","time":{"start":1728682751347,"stop":1728682751347,"duration":0}},{"uid":"db6edbfea98e5bc3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/db6edbfea98e5bc3","status":"passed","time":{"start":1728677216378,"stop":1728677216379,"duration":1}},{"uid":"ca3fec290c2cd8f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca3fec290c2cd8f0","status":"passed","time":{"start":1728669925468,"stop":1728669925468,"duration":0}},{"uid":"8bdb2bb4a045bc5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bdb2bb4a045bc5","status":"passed","time":{"start":1728598268821,"stop":1728598268821,"duration":0}},{"uid":"cbf851e3bfccefdb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbf851e3bfccefdb","status":"passed","time":{"start":1728597503953,"stop":1728597503954,"duration":1}}]},"4a68dd26f3146932899fe70a6bbbb31d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fbdbf4a21ee991f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbdbf4a21ee991f9","status":"passed","time":{"start":1729034611682,"stop":1729034611682,"duration":0}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3f58931c99a797a0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f58931c99a797a0","status":"passed","time":{"start":1729034704498,"stop":1729034704498,"duration":0}},{"uid":"4febc56d664dedfb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4febc56d664dedfb","status":"passed","time":{"start":1729034474991,"stop":1729034474991,"duration":0}},{"uid":"47a610853ab03301","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47a610853ab03301","status":"passed","time":{"start":1729034395293,"stop":1729034395293,"duration":0}},{"uid":"84ccf0ef8daed22a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/84ccf0ef8daed22a","status":"passed","time":{"start":1729034209103,"stop":1729034209103,"duration":0}},{"uid":"b5253e1e1df8860b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b5253e1e1df8860b","status":"passed","time":{"start":1729032264571,"stop":1729032264571,"duration":0}},{"uid":"67c120314fba3d45","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67c120314fba3d45","status":"passed","time":{"start":1728902012863,"stop":1728902012863,"duration":0}},{"uid":"64c4143b3fa035d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/64c4143b3fa035d","status":"passed","time":{"start":1728893454814,"stop":1728893454814,"duration":0}},{"uid":"5379943a139ad69f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5379943a139ad69f","status":"passed","time":{"start":1728856408456,"stop":1728856408456,"duration":0}},{"uid":"67876bdbfcca1a93","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67876bdbfcca1a93","status":"passed","time":{"start":1728738633857,"stop":1728738633857,"duration":0}},{"uid":"53e1699e14b99a1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/53e1699e14b99a1","status":"passed","time":{"start":1728683159786,"stop":1728683159786,"duration":0}},{"uid":"9408bc6e291d2b51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9408bc6e291d2b51","status":"passed","time":{"start":1728682751333,"stop":1728682751333,"duration":0}},{"uid":"6acd30a1e2add4f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6acd30a1e2add4f2","status":"passed","time":{"start":1728677216364,"stop":1728677216364,"duration":0}},{"uid":"7127f666918e4499","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7127f666918e4499","status":"passed","time":{"start":1728669925456,"stop":1728669925456,"duration":0}},{"uid":"858367637a18acd4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/858367637a18acd4","status":"passed","time":{"start":1728598268808,"stop":1728598268809,"duration":1}},{"uid":"f521dd8a85b2d587","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f521dd8a85b2d587","status":"passed","time":{"start":1728597503928,"stop":1728597503929,"duration":1}}]},"ed5121d2a4dc9d5c1d7255afd719f8ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7589c6469d37dfbf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7589c6469d37dfbf","status":"passed","time":{"start":1728598221887,"stop":1728598221888,"duration":1}}]},"07d326754b23eb6b9bfeb90743af90d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6415898bbb59bd9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c6415898bbb59bd9","status":"passed","time":{"start":1728669834425,"stop":1728669834426,"duration":1}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"3f76ef8f93a93d24","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f76ef8f93a93d24","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034645145,"stop":1729034645145,"duration":0}},{"uid":"d8f5925629bad7a8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d8f5925629bad7a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034413327,"stop":1729034413327,"duration":0}},{"uid":"7e2570a50b54fa70","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7e2570a50b54fa70","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034330403,"stop":1729034330404,"duration":1}},{"uid":"3fb99ac0386222b4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3fb99ac0386222b4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034148001,"stop":1729034148001,"duration":0}},{"uid":"f29e2404cf0eef27","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f29e2404cf0eef27","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032202831,"stop":1729032202831,"duration":0}},{"uid":"692e34c0ccacb40b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/692e34c0ccacb40b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873321,"stop":1728901873321,"duration":0}},{"uid":"1ab7cc1ea507ab7f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1ab7cc1ea507ab7f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311008,"stop":1728893311008,"duration":0}},{"uid":"c9e3feb002afc1d3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c9e3feb002afc1d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856279297,"stop":1728856279298,"duration":1}},{"uid":"68a47cc22405a906","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/68a47cc22405a906","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483462,"stop":1728738483462,"duration":0}},{"uid":"54024ba75ec0abfa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/54024ba75ec0abfa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683033354,"stop":1728683033354,"duration":0}},{"uid":"f719f98e5fc38570","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f719f98e5fc38570","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682591254,"stop":1728682591257,"duration":3}},{"uid":"dfa4b8d75fa52fb5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dfa4b8d75fa52fb5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677083879,"stop":1728677083879,"duration":0}},{"uid":"9da6f2a590d86c22","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9da6f2a590d86c22","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669753997,"stop":1728669753997,"duration":0}},{"uid":"e2239c1edcc2f5ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e2239c1edcc2f5ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598145545,"stop":1728598145545,"duration":0}},{"uid":"a74c7aa748ccc14d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a74c7aa748ccc14d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350445,"stop":1728597350445,"duration":0}}]},"940e0a8d3cf453b22b7c84874dfa3b0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":4,"passed":5,"unknown":0,"total":14},"items":[{"uid":"820dd83ca5cdd11","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/820dd83ca5cdd11","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473210,"stop":1729034473210,"duration":0}},{"uid":"8757b716b3f4aac7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8757b716b3f4aac7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241151,"stop":1729034241152,"duration":1}},{"uid":"9473d1f6185c5225","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9473d1f6185c5225","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159971,"stop":1729034159971,"duration":0}},{"uid":"e6558a60c359deba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e6558a60c359deba","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977061,"stop":1729033977061,"duration":0}},{"uid":"aeb19b1c177b8fc9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aeb19b1c177b8fc9","status":"broken","statusDetails":"expected 'MinimallyHealthy' to equal 'Unhealthy'","time":{"start":1729032093763,"stop":1729032093763,"duration":0}},{"uid":"9585391158cec4a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9585391158cec4a9","status":"passed","time":{"start":1728901748770,"stop":1728901748770,"duration":0}},{"uid":"d8e0684062c5b06f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d8e0684062c5b06f","status":"passed","time":{"start":1728893181081,"stop":1728893181081,"duration":0}},{"uid":"1b7feb6519ef58c8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b7feb6519ef58c8","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728856155548,"stop":1728856155548,"duration":0}},{"uid":"17a4380afa64b2f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/17a4380afa64b2f1","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728738360281,"stop":1728738360281,"duration":0}},{"uid":"ed91eb1c200275e1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed91eb1c200275e1","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728682907216,"stop":1728682907217,"duration":1}},{"uid":"b3958a7cc9e85390","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3958a7cc9e85390","status":"broken","statusDetails":"expected 'SufficientlyHealthy' to equal 'Unhealthy'","time":{"start":1728682466725,"stop":1728682466726,"duration":1}},{"uid":"9b6a798d10fa413a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9b6a798d10fa413a","status":"passed","time":{"start":1728676955717,"stop":1728676955717,"duration":0}},{"uid":"5e1d5bcbf2c523bf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e1d5bcbf2c523bf","status":"passed","time":{"start":1728598013531,"stop":1728598013531,"duration":0}},{"uid":"8c7df672d9bae18c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8c7df672d9bae18c","status":"passed","time":{"start":1728597225195,"stop":1728597225196,"duration":1}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9775802917eb5b7a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9775802917eb5b7a","status":"passed","time":{"start":1729034565832,"stop":1729034565832,"duration":0}},{"uid":"da25431cc3c0dc00","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/da25431cc3c0dc00","status":"passed","time":{"start":1729034325774,"stop":1729034325775,"duration":1}},{"uid":"2b17b014c0c371a0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2b17b014c0c371a0","status":"passed","time":{"start":1729034249512,"stop":1729034249512,"duration":0}},{"uid":"b6b7d1ab8a02a495","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6b7d1ab8a02a495","status":"passed","time":{"start":1729034066154,"stop":1729034066156,"duration":2}},{"uid":"20d2d0bc8291dbc2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/20d2d0bc8291dbc2","status":"passed","time":{"start":1728901782836,"stop":1728901782836,"duration":0}},{"uid":"f035d90eb16baf11","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f035d90eb16baf11","status":"passed","time":{"start":1728893215984,"stop":1728893215984,"duration":0}},{"uid":"629e18de52c56aea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/629e18de52c56aea","status":"passed","time":{"start":1728856159199,"stop":1728856159199,"duration":0}},{"uid":"bde426784536ffd8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bde426784536ffd8","status":"passed","time":{"start":1728738371836,"stop":1728738371837,"duration":1}},{"uid":"afce4a92e6cf64fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/afce4a92e6cf64fb","status":"passed","time":{"start":1728682915883,"stop":1728682915884,"duration":1}},{"uid":"3442bc44c8d1153c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3442bc44c8d1153c","status":"passed","time":{"start":1728682496455,"stop":1728682496456,"duration":1}},{"uid":"c688a82fb4d476ad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c688a82fb4d476ad","status":"passed","time":{"start":1728676980223,"stop":1728676980224,"duration":1}},{"uid":"53ded8f68e1de93f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/53ded8f68e1de93f","status":"passed","time":{"start":1728598045384,"stop":1728598045385,"duration":1}},{"uid":"6b51c894fb71f14a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b51c894fb71f14a","status":"passed","time":{"start":1728597260329,"stop":1728597260330,"duration":1}}]},"644490e4ed868552e28b92c7a1021b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd5d48291f2b50cf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd5d48291f2b50cf","status":"passed","time":{"start":1729034668596,"stop":1729034668597,"duration":1}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"55eb1e542d22be6d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/55eb1e542d22be6d","status":"passed","time":{"start":1729034631261,"stop":1729034631262,"duration":1}},{"uid":"a71ee6847ff73687","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a71ee6847ff73687","status":"passed","time":{"start":1729034400898,"stop":1729034400898,"duration":0}},{"uid":"d4b18ce04af95905","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d4b18ce04af95905","status":"passed","time":{"start":1729034317497,"stop":1729034317497,"duration":0}},{"uid":"2d9c64f68d9f514","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d9c64f68d9f514","status":"passed","time":{"start":1729034137155,"stop":1729034137155,"duration":0}},{"uid":"61e71fe0c0dcb176","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61e71fe0c0dcb176","status":"passed","time":{"start":1729032206887,"stop":1729032206887,"duration":0}},{"uid":"606518a44efef7b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/606518a44efef7b2","status":"passed","time":{"start":1728901995034,"stop":1728901995035,"duration":1}},{"uid":"f8f5c2d05c9d7bb9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f8f5c2d05c9d7bb9","status":"passed","time":{"start":1728893421007,"stop":1728893421008,"duration":1}},{"uid":"dbd6899800285cdc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbd6899800285cdc","status":"passed","time":{"start":1728856368609,"stop":1728856368609,"duration":0}},{"uid":"983c03884e05593c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/983c03884e05593c","status":"passed","time":{"start":1728738604691,"stop":1728738604692,"duration":1}},{"uid":"2196e0f5ba2a85ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2196e0f5ba2a85ab","status":"passed","time":{"start":1728683117674,"stop":1728683117674,"duration":0}},{"uid":"b05bdb57e9709ad","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b05bdb57e9709ad","status":"passed","time":{"start":1728682721326,"stop":1728682721326,"duration":0}},{"uid":"cf460c4f67c357a6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cf460c4f67c357a6","status":"passed","time":{"start":1728677184692,"stop":1728677184693,"duration":1}},{"uid":"1cfc67fd02094694","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1cfc67fd02094694","status":"passed","time":{"start":1728669866475,"stop":1728669866476,"duration":1}},{"uid":"93ec2884b479d799","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/93ec2884b479d799","status":"passed","time":{"start":1728598250009,"stop":1728598250009,"duration":0}},{"uid":"de6b1fa28405f98e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/de6b1fa28405f98e","status":"passed","time":{"start":1728597472308,"stop":1728597472308,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"53fbccce469bdbda","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/53fbccce469bdbda","status":"passed","time":{"start":1729034340830,"stop":1729034340831,"duration":1}},{"uid":"f396875d94665c51","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f396875d94665c51","status":"passed","time":{"start":1729034104503,"stop":1729034104503,"duration":0}},{"uid":"11fa3746b2e3e01a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/11fa3746b2e3e01a","status":"passed","time":{"start":1729034027824,"stop":1729034027824,"duration":0}},{"uid":"55d5e3cc7077da4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/55d5e3cc7077da4","status":"passed","time":{"start":1729033842412,"stop":1729033842413,"duration":1}},{"uid":"22b427129c1d8a95","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22b427129c1d8a95","status":"passed","time":{"start":1729031892129,"stop":1729031892129,"duration":0}},{"uid":"52aa4f2964ad7e42","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/52aa4f2964ad7e42","status":"passed","time":{"start":1728901438145,"stop":1728901438145,"duration":0}},{"uid":"8c1400f1e7715684","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c1400f1e7715684","status":"passed","time":{"start":1728892868420,"stop":1728892868420,"duration":0}},{"uid":"b5959b405dabf93e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b5959b405dabf93e","status":"passed","time":{"start":1728855831312,"stop":1728855831312,"duration":0}},{"uid":"9af926892fcb6152","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9af926892fcb6152","status":"passed","time":{"start":1728738048422,"stop":1728738048423,"duration":1}},{"uid":"ecab1fda079ea0dd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ecab1fda079ea0dd","status":"passed","time":{"start":1728682581970,"stop":1728682581970,"duration":0}},{"uid":"e671dd1a83695fae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e671dd1a83695fae","status":"passed","time":{"start":1728682154920,"stop":1728682154921,"duration":1}},{"uid":"5899c8a6ca1f42a3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5899c8a6ca1f42a3","status":"passed","time":{"start":1728676629329,"stop":1728676629329,"duration":0}},{"uid":"b9fb99f09e09718f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b9fb99f09e09718f","status":"passed","time":{"start":1728669352396,"stop":1728669352396,"duration":0}},{"uid":"c80097de69dae658","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c80097de69dae658","status":"passed","time":{"start":1728597693130,"stop":1728597693131,"duration":1}},{"uid":"26b674979d981990","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/26b674979d981990","status":"passed","time":{"start":1728596912668,"stop":1728596912669,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2bc0535e24491fe9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2bc0535e24491fe9","status":"passed","time":{"start":1729034376213,"stop":1729034376214,"duration":1}},{"uid":"db350abfa79e6209","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db350abfa79e6209","status":"passed","time":{"start":1729034140568,"stop":1729034140569,"duration":1}},{"uid":"ef73e5b85aca3c1d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ef73e5b85aca3c1d","status":"passed","time":{"start":1729034063213,"stop":1729034063214,"duration":1}},{"uid":"58e55d07ea4e5b40","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58e55d07ea4e5b40","status":"passed","time":{"start":1729033878342,"stop":1729033878344,"duration":2}},{"uid":"f9a321c5f0d57aee","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9a321c5f0d57aee","status":"passed","time":{"start":1729031928151,"stop":1729031928152,"duration":1}},{"uid":"cd044bc166245d72","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cd044bc166245d72","status":"passed","time":{"start":1728901472374,"stop":1728901472375,"duration":1}},{"uid":"95cb902a0df418d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95cb902a0df418d8","status":"passed","time":{"start":1728892903065,"stop":1728892903066,"duration":1}},{"uid":"28beedbe542aea76","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/28beedbe542aea76","status":"passed","time":{"start":1728855866505,"stop":1728855866506,"duration":1}},{"uid":"ecb2504d7af3eadc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ecb2504d7af3eadc","status":"passed","time":{"start":1728738084262,"stop":1728738084263,"duration":1}},{"uid":"1ce0919cde45d7d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ce0919cde45d7d9","status":"passed","time":{"start":1728682617673,"stop":1728682617675,"duration":2}},{"uid":"93e9a2377fefad78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/93e9a2377fefad78","status":"passed","time":{"start":1728682190441,"stop":1728682190442,"duration":1}},{"uid":"1b89421c02cfeaf6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b89421c02cfeaf6","status":"passed","time":{"start":1728676664769,"stop":1728676664770,"duration":1}},{"uid":"dd417f1318ba37f3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd417f1318ba37f3","status":"passed","time":{"start":1728669387970,"stop":1728669387971,"duration":1}},{"uid":"74e868765352171d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74e868765352171d","status":"passed","time":{"start":1728597727561,"stop":1728597727562,"duration":1}},{"uid":"e9b438ca68530184","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e9b438ca68530184","status":"passed","time":{"start":1728596946506,"stop":1728596946507,"duration":1}}]},"2f67afc183538b3b2e6454d1396edb6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c5c5f44de6c26ff","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5c5c5f44de6c26ff","status":"passed","time":{"start":1729034668609,"stop":1729034668609,"duration":0}}]},"b3636317c23ce51f144c0d5be908169c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c98b0d4ea42fd846","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c98b0d4ea42fd846","status":"passed","time":{"start":1729034332624,"stop":1729034332624,"duration":0}},{"uid":"74158a73b11be777","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/74158a73b11be777","status":"passed","time":{"start":1729034096125,"stop":1729034096125,"duration":0}},{"uid":"dbe8f6cd9c857127","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dbe8f6cd9c857127","status":"passed","time":{"start":1729034020084,"stop":1729034020084,"duration":0}},{"uid":"de9fe61c97f346a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/de9fe61c97f346a","status":"passed","time":{"start":1729033834376,"stop":1729033834376,"duration":0}},{"uid":"61c466dec6418372","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61c466dec6418372","status":"passed","time":{"start":1729031884107,"stop":1729031884107,"duration":0}},{"uid":"6428533e3f2f1b84","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6428533e3f2f1b84","status":"passed","time":{"start":1728901430248,"stop":1728901430249,"duration":1}},{"uid":"326421f971d58e0e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/326421f971d58e0e","status":"passed","time":{"start":1728892860524,"stop":1728892860525,"duration":1}},{"uid":"e617dfd9ace650c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e617dfd9ace650c4","status":"passed","time":{"start":1728855823315,"stop":1728855823315,"duration":0}},{"uid":"ce8ec4133dc4176b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ce8ec4133dc4176b","status":"passed","time":{"start":1728738040584,"stop":1728738040584,"duration":0}},{"uid":"c14beb69536e333b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c14beb69536e333b","status":"passed","time":{"start":1728682574081,"stop":1728682574082,"duration":1}},{"uid":"f3dc0b91d5e78b60","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f3dc0b91d5e78b60","status":"passed","time":{"start":1728682146809,"stop":1728682146809,"duration":0}},{"uid":"361c8d325898b1e6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/361c8d325898b1e6","status":"passed","time":{"start":1728676621423,"stop":1728676621423,"duration":0}},{"uid":"6ff276081b602ebf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6ff276081b602ebf","status":"passed","time":{"start":1728669344460,"stop":1728669344460,"duration":0}},{"uid":"23e6c9d9919cf62e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/23e6c9d9919cf62e","status":"passed","time":{"start":1728597685153,"stop":1728597685154,"duration":1}},{"uid":"8626e816e0197d79","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8626e816e0197d79","status":"passed","time":{"start":1728596904459,"stop":1728596904460,"duration":1}}]},"c5e5b3787653403fac18c50d9c2490b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7cc8c3acd532aa39","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7cc8c3acd532aa39","status":"passed","time":{"start":1728893317181,"stop":1728893317181,"duration":0}}]},"9f45c16691bb60f6555f0ade8ee84434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5593c64c6e6b26f6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5593c64c6e6b26f6","status":"passed","time":{"start":1728669764759,"stop":1728669764760,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"18ca000aeb7cdf38","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/18ca000aeb7cdf38","status":"passed","time":{"start":1729034565836,"stop":1729034565836,"duration":0}},{"uid":"e4ebb1c490651059","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e4ebb1c490651059","status":"passed","time":{"start":1729034325777,"stop":1729034325777,"duration":0}},{"uid":"27ee82db812faf0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/27ee82db812faf0d","status":"passed","time":{"start":1729034249513,"stop":1729034249514,"duration":1}},{"uid":"d4f1dbc9f55a12d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d4f1dbc9f55a12d6","status":"passed","time":{"start":1729034066160,"stop":1729034066161,"duration":1}},{"uid":"2523806591b909c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2523806591b909c3","status":"passed","time":{"start":1728901782837,"stop":1728901782837,"duration":0}},{"uid":"d1b685133fbe9a57","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d1b685133fbe9a57","status":"passed","time":{"start":1728893215986,"stop":1728893215987,"duration":1}},{"uid":"ac95273582ac66d1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac95273582ac66d1","status":"passed","time":{"start":1728856159200,"stop":1728856159201,"duration":1}},{"uid":"854d2ac32cad465c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/854d2ac32cad465c","status":"passed","time":{"start":1728738371838,"stop":1728738371838,"duration":0}},{"uid":"2d8171d4b97d5c8c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2d8171d4b97d5c8c","status":"passed","time":{"start":1728682915886,"stop":1728682915887,"duration":1}},{"uid":"ddeceab58791bf36","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ddeceab58791bf36","status":"passed","time":{"start":1728682496457,"stop":1728682496457,"duration":0}},{"uid":"14925db41485efe8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/14925db41485efe8","status":"passed","time":{"start":1728676980225,"stop":1728676980226,"duration":1}},{"uid":"89564ca2aa31f870","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/89564ca2aa31f870","status":"passed","time":{"start":1728598045386,"stop":1728598045386,"duration":0}},{"uid":"370c978126738cab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/370c978126738cab","status":"passed","time":{"start":1728597260331,"stop":1728597260331,"duration":0}}]},"450e2c6f70f67ec4e16267252b651984:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"100497df8c82ad07","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/100497df8c82ad07","status":"passed","time":{"start":1728677107988,"stop":1728677107988,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"74c745596f3cde87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/74c745596f3cde87","status":"passed","time":{"start":1729034611677,"stop":1729034611677,"duration":0}},{"uid":"89a9a6bec8305fdf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89a9a6bec8305fdf","status":"passed","time":{"start":1729034393653,"stop":1729034393653,"duration":0}},{"uid":"98a23924bfacd403","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/98a23924bfacd403","status":"passed","time":{"start":1729034304851,"stop":1729034304851,"duration":0}},{"uid":"7bdedde96cc68d50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bdedde96cc68d50","status":"passed","time":{"start":1729034121931,"stop":1729034121931,"duration":0}},{"uid":"f14d934ea259a8be","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f14d934ea259a8be","status":"passed","time":{"start":1729032174900,"stop":1729032174901,"duration":1}},{"uid":"ae0e27178fbdf0f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ae0e27178fbdf0f","status":"passed","time":{"start":1728901881016,"stop":1728901881017,"duration":1}},{"uid":"516862eef7dad862","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/516862eef7dad862","status":"passed","time":{"start":1728893317173,"stop":1728893317174,"duration":1}},{"uid":"63a0a1968184c201","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63a0a1968184c201","status":"passed","time":{"start":1728856263102,"stop":1728856263106,"duration":4}},{"uid":"edcc98613bf76bdc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edcc98613bf76bdc","status":"passed","time":{"start":1728738492801,"stop":1728738492801,"duration":0}},{"uid":"4b5804d46cac57e4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4b5804d46cac57e4","status":"passed","time":{"start":1728683030024,"stop":1728683030024,"duration":0}},{"uid":"866d61e9c3dbcc47","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/866d61e9c3dbcc47","status":"passed","time":{"start":1728682581105,"stop":1728682581105,"duration":0}},{"uid":"ac580649a3a45aed","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ac580649a3a45aed","status":"passed","time":{"start":1728677082000,"stop":1728677082001,"duration":1}},{"uid":"652b9668dddf372c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/652b9668dddf372c","status":"passed","time":{"start":1728669795400,"stop":1728669795400,"duration":0}},{"uid":"603fc61f73d3a2df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/603fc61f73d3a2df","status":"passed","time":{"start":1728598137506,"stop":1728598137506,"duration":0}},{"uid":"f1e8b393ad5737b2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1e8b393ad5737b2","status":"passed","time":{"start":1728597353482,"stop":1728597353483,"duration":1}}]},"fabfff8d2944be33cdef7b99593129ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64cd2dd92651a840","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/64cd2dd92651a840","status":"passed","time":{"start":1728598221885,"stop":1728598221886,"duration":1}}]},"2044ea3461a47ce032b173f2bb70ae3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5e1ff95e031f983","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b5e1ff95e031f983","status":"passed","time":{"start":1729032174807,"stop":1729032174807,"duration":0}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c4e74a09071c6855","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4e74a09071c6855","status":"passed","time":{"start":1729034536110,"stop":1729034536110,"duration":0}},{"uid":"ff1ac006de21143e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ff1ac006de21143e","status":"passed","time":{"start":1729034296716,"stop":1729034296716,"duration":0}},{"uid":"470fdf013887a7f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/470fdf013887a7f9","status":"passed","time":{"start":1729034220610,"stop":1729034220612,"duration":2}},{"uid":"7715a08b90f54572","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7715a08b90f54572","status":"passed","time":{"start":1729034041500,"stop":1729034041501,"duration":1}},{"uid":"57e929fae02296cd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/57e929fae02296cd","status":"passed","time":{"start":1728901705416,"stop":1728901705417,"duration":1}},{"uid":"240c043b28b5c4a7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/240c043b28b5c4a7","status":"passed","time":{"start":1728893141782,"stop":1728893141782,"duration":0}},{"uid":"380aa4130bec082b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/380aa4130bec082b","status":"passed","time":{"start":1728856087087,"stop":1728856087088,"duration":1}},{"uid":"1ac5cba4fca5d9bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1ac5cba4fca5d9bd","status":"passed","time":{"start":1728738321455,"stop":1728738321456,"duration":1}},{"uid":"e41f80e7d49650aa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e41f80e7d49650aa","status":"passed","time":{"start":1728682845681,"stop":1728682845681,"duration":0}},{"uid":"e9bcccaf89291d2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9bcccaf89291d2c","status":"passed","time":{"start":1728682424316,"stop":1728682424318,"duration":2}},{"uid":"242443dc75d75181","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/242443dc75d75181","status":"passed","time":{"start":1728676900545,"stop":1728676900547,"duration":2}},{"uid":"34d6d3baaa209b67","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34d6d3baaa209b67","status":"passed","time":{"start":1728669625805,"stop":1728669625805,"duration":0}},{"uid":"24eb9ed6431eda13","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/24eb9ed6431eda13","status":"passed","time":{"start":1728597957176,"stop":1728597957176,"duration":0}},{"uid":"70ac7a15df6d62f2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70ac7a15df6d62f2","status":"passed","time":{"start":1728597182623,"stop":1728597182623,"duration":0}}]},"c918bc9f5b47ab0467e7cb9f3b0398c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e043626853e3c00","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7e043626853e3c00","status":"passed","time":{"start":1728677156810,"stop":1728677156811,"duration":1}}]},"f137e0e038b82db98bf460aabb55fcab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fc5bb3e4fa0df787","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fc5bb3e4fa0df787","status":"passed","time":{"start":1729034348411,"stop":1729034348411,"duration":0}},{"uid":"211913f5e6335f97","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/211913f5e6335f97","status":"passed","time":{"start":1729034112230,"stop":1729034112231,"duration":1}},{"uid":"28327ca78deacf7a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28327ca78deacf7a","status":"passed","time":{"start":1729034035747,"stop":1729034035748,"duration":1}},{"uid":"904d7d19947bca4e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/904d7d19947bca4e","status":"passed","time":{"start":1729033850295,"stop":1729033850296,"duration":1}},{"uid":"98a797020e653414","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/98a797020e653414","status":"passed","time":{"start":1729031899899,"stop":1729031899900,"duration":1}},{"uid":"84ab99ef28a20b9f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84ab99ef28a20b9f","status":"passed","time":{"start":1728901445869,"stop":1728901445870,"duration":1}},{"uid":"e2471a8f0a9ff1c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e2471a8f0a9ff1c4","status":"passed","time":{"start":1728892875902,"stop":1728892875903,"duration":1}},{"uid":"359d8b7bc8caebbc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/359d8b7bc8caebbc","status":"passed","time":{"start":1728855839035,"stop":1728855839036,"duration":1}},{"uid":"1fdd43d8ee9b825e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1fdd43d8ee9b825e","status":"passed","time":{"start":1728738056182,"stop":1728738056183,"duration":1}},{"uid":"711b6fa85db8c3b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/711b6fa85db8c3b4","status":"passed","time":{"start":1728682589456,"stop":1728682589457,"duration":1}},{"uid":"59c09b8253950a99","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59c09b8253950a99","status":"passed","time":{"start":1728682162314,"stop":1728682162314,"duration":0}},{"uid":"492dd6fb958424fa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/492dd6fb958424fa","status":"passed","time":{"start":1728676636999,"stop":1728676637000,"duration":1}},{"uid":"995bf9862b59b935","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/995bf9862b59b935","status":"passed","time":{"start":1728669360366,"stop":1728669360367,"duration":1}},{"uid":"637d6ed96216c8e2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/637d6ed96216c8e2","status":"passed","time":{"start":1728597700885,"stop":1728597700886,"duration":1}},{"uid":"ccc49f6af343aa7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ccc49f6af343aa7","status":"passed","time":{"start":1728596919824,"stop":1728596919824,"duration":0}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"912d46473d378dc3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/912d46473d378dc3","status":"passed","time":{"start":1729034561705,"stop":1729034561706,"duration":1}},{"uid":"b3045f88f459d70","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b3045f88f459d70","status":"passed","time":{"start":1729034329726,"stop":1729034329728,"duration":2}},{"uid":"805205c288c5168f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/805205c288c5168f","status":"passed","time":{"start":1729034249403,"stop":1729034249403,"duration":0}},{"uid":"d2e649bd064259a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d2e649bd064259a","status":"passed","time":{"start":1729034067353,"stop":1729034067354,"duration":1}},{"uid":"40799d5a465d66ac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/40799d5a465d66ac","status":"passed","time":{"start":1729032098327,"stop":1729032098327,"duration":0}},{"uid":"31a3ed15b22e669f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/31a3ed15b22e669f","status":"passed","time":{"start":1728901786965,"stop":1728901786966,"duration":1}},{"uid":"62c8270676717dd6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/62c8270676717dd6","status":"passed","time":{"start":1728893221404,"stop":1728893221404,"duration":0}},{"uid":"a151faa08c557056","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a151faa08c557056","status":"passed","time":{"start":1728856163736,"stop":1728856163736,"duration":0}},{"uid":"fb5790dd1ac9369c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fb5790dd1ac9369c","status":"passed","time":{"start":1728738376850,"stop":1728738376850,"duration":0}},{"uid":"18ce0ceb25c1b9a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/18ce0ceb25c1b9a8","status":"passed","time":{"start":1728682920157,"stop":1728682920157,"duration":0}},{"uid":"ab2e8094e00ca1ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ab2e8094e00ca1ff","status":"passed","time":{"start":1728682501583,"stop":1728682501583,"duration":0}},{"uid":"785080157fff641d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/785080157fff641d","status":"passed","time":{"start":1728676985050,"stop":1728676985051,"duration":1}},{"uid":"803be86b63e57dc5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/803be86b63e57dc5","status":"passed","time":{"start":1728669632407,"stop":1728669632408,"duration":1}},{"uid":"3f3d0a5c28c7e36d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3f3d0a5c28c7e36d","status":"passed","time":{"start":1728598049843,"stop":1728598049844,"duration":1}},{"uid":"87915eb4940e0bb0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/87915eb4940e0bb0","status":"passed","time":{"start":1728597265137,"stop":1728597265138,"duration":1}}]},"e637904ba7e2f12356c096ef2a44954e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9f526a569b2945d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a9f526a569b2945d","status":"passed","time":{"start":1728677107989,"stop":1728677107989,"duration":0}}]},"db35fcaf864d270645c35889a615bbc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4a8767654dc978e1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4a8767654dc978e1","status":"passed","time":{"start":1729034400904,"stop":1729034400904,"duration":0}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"50fc1f3233c4770b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/50fc1f3233c4770b","status":"passed","time":{"start":1729034636323,"stop":1729034636323,"duration":0}},{"uid":"53919f066b133ffb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/53919f066b133ffb","status":"passed","time":{"start":1729034402288,"stop":1729034402288,"duration":0}},{"uid":"9a7c1c1b4acb192c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9a7c1c1b4acb192c","status":"passed","time":{"start":1729034323314,"stop":1729034323314,"duration":0}},{"uid":"46fc31481b2eefbd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/46fc31481b2eefbd","status":"passed","time":{"start":1729034144772,"stop":1729034144772,"duration":0}},{"uid":"d0b58c2714a76e46","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d0b58c2714a76e46","status":"passed","time":{"start":1729032198827,"stop":1729032198827,"duration":0}},{"uid":"9af8100bcfd3bc13","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9af8100bcfd3bc13","status":"passed","time":{"start":1728901901776,"stop":1728901901776,"duration":0}},{"uid":"757dfc22ac09b956","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/757dfc22ac09b956","status":"passed","time":{"start":1728893337257,"stop":1728893337258,"duration":1}},{"uid":"67ce75bae4b5ddb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/67ce75bae4b5ddb0","status":"passed","time":{"start":1728856299202,"stop":1728856299202,"duration":0}},{"uid":"7a2522c450504c14","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a2522c450504c14","status":"passed","time":{"start":1728738505392,"stop":1728738505392,"duration":0}},{"uid":"8033ede5442111f9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8033ede5442111f9","status":"passed","time":{"start":1728683045453,"stop":1728683045453,"duration":0}},{"uid":"69f08d85d0b8f549","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/69f08d85d0b8f549","status":"passed","time":{"start":1728682607298,"stop":1728682607299,"duration":1}},{"uid":"fb5f5f15c85ad46f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fb5f5f15c85ad46f","status":"passed","time":{"start":1728677103501,"stop":1728677103502,"duration":1}},{"uid":"6c2f4888ff991b96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c2f4888ff991b96","status":"passed","time":{"start":1728669777138,"stop":1728669777139,"duration":1}},{"uid":"176fa3dd9845b50a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/176fa3dd9845b50a","status":"passed","time":{"start":1728598163470,"stop":1728598163470,"duration":0}},{"uid":"20c2713593ef0c0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/20c2713593ef0c0d","status":"passed","time":{"start":1728597375489,"stop":1728597375489,"duration":0}}]},"ffcb16d7bbb66e94365fdc5aefd8efa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98bc1341e51be572","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/98bc1341e51be572","status":"passed","time":{"start":1729034308904,"stop":1729034308904,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dab7c11e8c391a75","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dab7c11e8c391a75","status":"passed","time":{"start":1729034536098,"stop":1729034536098,"duration":0}},{"uid":"250367fbc8787f6a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/250367fbc8787f6a","status":"passed","time":{"start":1729034296704,"stop":1729034296704,"duration":0}},{"uid":"b9d935f32a18ee67","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b9d935f32a18ee67","status":"passed","time":{"start":1729034220601,"stop":1729034220601,"duration":0}},{"uid":"8dff0d8f39f2e499","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8dff0d8f39f2e499","status":"passed","time":{"start":1729034041477,"stop":1729034041477,"duration":0}},{"uid":"c05fe09b66af51c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c05fe09b66af51c3","status":"passed","time":{"start":1728901705388,"stop":1728901705389,"duration":1}},{"uid":"86d6d79016c58554","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/86d6d79016c58554","status":"passed","time":{"start":1728893141771,"stop":1728893141772,"duration":1}},{"uid":"7d4cfbd88f84c542","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d4cfbd88f84c542","status":"passed","time":{"start":1728856087080,"stop":1728856087080,"duration":0}},{"uid":"79d4dd9265581ffa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/79d4dd9265581ffa","status":"passed","time":{"start":1728738321431,"stop":1728738321432,"duration":1}},{"uid":"93a69b1b7fb5658","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/93a69b1b7fb5658","status":"passed","time":{"start":1728682845671,"stop":1728682845672,"duration":1}},{"uid":"20d164a24bd2eecd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/20d164a24bd2eecd","status":"passed","time":{"start":1728682424305,"stop":1728682424305,"duration":0}},{"uid":"b8432aae76683345","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b8432aae76683345","status":"passed","time":{"start":1728676900512,"stop":1728676900512,"duration":0}},{"uid":"91a10cacc838d5b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/91a10cacc838d5b","status":"passed","time":{"start":1728669625796,"stop":1728669625796,"duration":0}},{"uid":"cc8fc9888e4d1d89","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cc8fc9888e4d1d89","status":"passed","time":{"start":1728597957160,"stop":1728597957161,"duration":1}},{"uid":"95cb55272c12b055","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/95cb55272c12b055","status":"passed","time":{"start":1728597182614,"stop":1728597182614,"duration":0}}]},"58dea27647ea3651770a5c758abee027:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c671afd3844df709","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c671afd3844df709","status":"passed","time":{"start":1729034332611,"stop":1729034332612,"duration":1}},{"uid":"a189f4c411ef6ab4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a189f4c411ef6ab4","status":"passed","time":{"start":1729034096112,"stop":1729034096112,"duration":0}},{"uid":"e1da8265385b3772","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e1da8265385b3772","status":"passed","time":{"start":1729034020074,"stop":1729034020074,"duration":0}},{"uid":"b2794ce3271f05c0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b2794ce3271f05c0","status":"passed","time":{"start":1729033834363,"stop":1729033834363,"duration":0}},{"uid":"97cf31db6eae29f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/97cf31db6eae29f","status":"passed","time":{"start":1729031884091,"stop":1729031884092,"duration":1}},{"uid":"25f5a2b701a3875b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25f5a2b701a3875b","status":"passed","time":{"start":1728901430243,"stop":1728901430243,"duration":0}},{"uid":"1782097e66c9b9b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1782097e66c9b9b3","status":"passed","time":{"start":1728892860518,"stop":1728892860518,"duration":0}},{"uid":"a4463f33c325deb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4463f33c325deb0","status":"passed","time":{"start":1728855823308,"stop":1728855823309,"duration":1}},{"uid":"ba47602232b91433","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ba47602232b91433","status":"passed","time":{"start":1728738040571,"stop":1728738040571,"duration":0}},{"uid":"f4f869769f3195ad","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4f869769f3195ad","status":"passed","time":{"start":1728682574069,"stop":1728682574070,"duration":1}},{"uid":"39e53a92909f5873","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/39e53a92909f5873","status":"passed","time":{"start":1728682146797,"stop":1728682146797,"duration":0}},{"uid":"15c41be3f976bbf3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/15c41be3f976bbf3","status":"passed","time":{"start":1728676621406,"stop":1728676621407,"duration":1}},{"uid":"1bc3e59ef2699bcb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1bc3e59ef2699bcb","status":"passed","time":{"start":1728669344454,"stop":1728669344455,"duration":1}},{"uid":"f32ac2c85ad3ccd5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f32ac2c85ad3ccd5","status":"passed","time":{"start":1728597685137,"stop":1728597685137,"duration":0}},{"uid":"cdb20f8cc29349ce","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cdb20f8cc29349ce","status":"passed","time":{"start":1728596904443,"stop":1728596904443,"duration":0}}]},"9d822dead8a72fddcf83479e27236db1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86c0764ac4317a8a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/86c0764ac4317a8a","status":"passed","time":{"start":1728738555098,"stop":1728738555098,"duration":0}}]},"368be719b0481120a9e8c5b4cfa181ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32bc6e2c93d61e40","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32bc6e2c93d61e40","status":"passed","time":{"start":1729034137158,"stop":1729034137158,"duration":0}}]},"c3705f556358a78a3dd8f1183b0ae14f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4baf5c78f612864b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4baf5c78f612864b","status":"passed","time":{"start":1728598137509,"stop":1728598137509,"duration":0}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"16ce65e6de88e475","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/16ce65e6de88e475","status":"passed","time":{"start":1729034472982,"stop":1729034472983,"duration":1}},{"uid":"c20b8b5cbfc0a2dc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c20b8b5cbfc0a2dc","status":"passed","time":{"start":1729034240921,"stop":1729034240921,"duration":0}},{"uid":"a853934ca383f7a1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a853934ca383f7a1","status":"passed","time":{"start":1729034159619,"stop":1729034159620,"duration":1}},{"uid":"95769ae8ddaa4e4a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95769ae8ddaa4e4a","status":"passed","time":{"start":1729033976803,"stop":1729033976803,"duration":0}},{"uid":"c6f60731fba511b1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6f60731fba511b1","status":"passed","time":{"start":1729032020527,"stop":1729032020527,"duration":0}},{"uid":"608bf1beaf82ef0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/608bf1beaf82ef0e","status":"passed","time":{"start":1728901616451,"stop":1728901616451,"duration":0}},{"uid":"756e4e0835254a8b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/756e4e0835254a8b","status":"passed","time":{"start":1728893050248,"stop":1728893050248,"duration":0}},{"uid":"9f1375063716d8ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f1375063716d8ca","status":"passed","time":{"start":1728856015174,"stop":1728856015175,"duration":1}},{"uid":"fba69df547b4c12f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fba69df547b4c12f","status":"passed","time":{"start":1728738233144,"stop":1728738233144,"duration":0}},{"uid":"73e5924cd36d3751","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/73e5924cd36d3751","status":"passed","time":{"start":1728682762475,"stop":1728682762475,"duration":0}},{"uid":"14792a384ce13898","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/14792a384ce13898","status":"passed","time":{"start":1728682332789,"stop":1728682332789,"duration":0}},{"uid":"3aec0f7af9203ae5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3aec0f7af9203ae5","status":"passed","time":{"start":1728676810298,"stop":1728676810298,"duration":0}},{"uid":"a939395b534d5b9c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a939395b534d5b9c","status":"passed","time":{"start":1728669529902,"stop":1728669529903,"duration":1}},{"uid":"123d0e3488f4b399","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/123d0e3488f4b399","status":"passed","time":{"start":1728597873537,"stop":1728597873538,"duration":1}},{"uid":"f7d6ef669ccc110","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f7d6ef669ccc110","status":"passed","time":{"start":1728597089276,"stop":1728597089277,"duration":1}}]},"de6953b1782f2d18394f20211078b3f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90ef4d3cd0734288","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90ef4d3cd0734288","status":"passed","time":{"start":1728597353476,"stop":1728597353476,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5c63ea6bf0dc1762","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5c63ea6bf0dc1762","status":"passed","time":{"start":1729034536111,"stop":1729034536111,"duration":0}},{"uid":"907e6cd796937327","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/907e6cd796937327","status":"passed","time":{"start":1729034296717,"stop":1729034296719,"duration":2}},{"uid":"df5a24acf09813cc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/df5a24acf09813cc","status":"passed","time":{"start":1729034220613,"stop":1729034220613,"duration":0}},{"uid":"65330bd619f1f9b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/65330bd619f1f9b5","status":"passed","time":{"start":1729034041503,"stop":1729034041507,"duration":4}},{"uid":"ecb806eb381f2a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ecb806eb381f2a9","status":"passed","time":{"start":1728901705418,"stop":1728901705419,"duration":1}},{"uid":"252bf71434458289","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/252bf71434458289","status":"passed","time":{"start":1728893141783,"stop":1728893141783,"duration":0}},{"uid":"6e04f010a079ebe","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6e04f010a079ebe","status":"passed","time":{"start":1728856087088,"stop":1728856087088,"duration":0}},{"uid":"c9189c344af181c2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c9189c344af181c2","status":"passed","time":{"start":1728738321457,"stop":1728738321458,"duration":1}},{"uid":"900d5b1bac38818e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/900d5b1bac38818e","status":"passed","time":{"start":1728682845682,"stop":1728682845682,"duration":0}},{"uid":"b3a87fb8236e4bf5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3a87fb8236e4bf5","status":"passed","time":{"start":1728682424318,"stop":1728682424319,"duration":1}},{"uid":"9f688f4a4c829030","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f688f4a4c829030","status":"passed","time":{"start":1728676900547,"stop":1728676900548,"duration":1}},{"uid":"5c98586c06a513d6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5c98586c06a513d6","status":"passed","time":{"start":1728669625806,"stop":1728669625818,"duration":12}},{"uid":"e44eb8fefe518d74","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e44eb8fefe518d74","status":"passed","time":{"start":1728597957177,"stop":1728597957177,"duration":0}},{"uid":"2a35a14292bf208e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2a35a14292bf208e","status":"passed","time":{"start":1728597182624,"stop":1728597182624,"duration":0}}]},"34425a8bc0f17e082f9217332c2d7a25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9e17baf779cd345d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9e17baf779cd345d","status":"passed","time":{"start":1729034332610,"stop":1729034332611,"duration":1}},{"uid":"feab2f25fd5180dd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/feab2f25fd5180dd","status":"passed","time":{"start":1729034096111,"stop":1729034096112,"duration":1}},{"uid":"14e1603f486ff6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/14e1603f486ff6b","status":"passed","time":{"start":1729034020073,"stop":1729034020074,"duration":1}},{"uid":"e7d4aef81b2ad903","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7d4aef81b2ad903","status":"passed","time":{"start":1729033834362,"stop":1729033834363,"duration":1}},{"uid":"4a87823da972fb8f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4a87823da972fb8f","status":"passed","time":{"start":1729031884091,"stop":1729031884091,"duration":0}},{"uid":"4e1763070dc938b9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4e1763070dc938b9","status":"passed","time":{"start":1728901430243,"stop":1728901430243,"duration":0}},{"uid":"7bab2a402a0b45e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7bab2a402a0b45e4","status":"passed","time":{"start":1728892860517,"stop":1728892860518,"duration":1}},{"uid":"fa7273ebea40f397","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fa7273ebea40f397","status":"passed","time":{"start":1728855823308,"stop":1728855823308,"duration":0}},{"uid":"cc2499c403b5c1be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc2499c403b5c1be","status":"passed","time":{"start":1728738040570,"stop":1728738040570,"duration":0}},{"uid":"9eefa7f775db59a6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9eefa7f775db59a6","status":"passed","time":{"start":1728682574069,"stop":1728682574069,"duration":0}},{"uid":"2df11f9cb89524ef","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2df11f9cb89524ef","status":"passed","time":{"start":1728682146796,"stop":1728682146797,"duration":1}},{"uid":"265cb3a57b5c6352","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/265cb3a57b5c6352","status":"passed","time":{"start":1728676621405,"stop":1728676621405,"duration":0}},{"uid":"8854f566313ba4c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8854f566313ba4c9","status":"passed","time":{"start":1728669344454,"stop":1728669344454,"duration":0}},{"uid":"f4d7ae9c91cac441","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f4d7ae9c91cac441","status":"passed","time":{"start":1728597685136,"stop":1728597685136,"duration":0}},{"uid":"75771b864440cc40","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/75771b864440cc40","status":"passed","time":{"start":1728596904442,"stop":1728596904443,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d67d53e3c7dd22ed","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d67d53e3c7dd22ed","status":"passed","time":{"start":1729034617757,"stop":1729034617758,"duration":1}},{"uid":"d7eb6fa57901d908","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d7eb6fa57901d908","status":"passed","time":{"start":1729034370866,"stop":1729034370866,"duration":0}},{"uid":"c3faad326270b64d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c3faad326270b64d","status":"passed","time":{"start":1729034308869,"stop":1729034308870,"duration":1}},{"uid":"1bc25111b7e25fa0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1bc25111b7e25fa0","status":"passed","time":{"start":1729034129472,"stop":1729034129473,"duration":1}},{"uid":"f20939d3b6686a75","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f20939d3b6686a75","status":"passed","time":{"start":1729032178366,"stop":1729032178366,"duration":0}},{"uid":"1c0c1f9f8cebb8c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c0c1f9f8cebb8c0","status":"passed","time":{"start":1728901896345,"stop":1728901896345,"duration":0}},{"uid":"6cee78b268e9a8cf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6cee78b268e9a8cf","status":"passed","time":{"start":1728893329023,"stop":1728893329024,"duration":1}},{"uid":"ddcad5636d89c5ea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ddcad5636d89c5ea","status":"passed","time":{"start":1728856284761,"stop":1728856284761,"duration":0}},{"uid":"8815c4cd904cf0fe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8815c4cd904cf0fe","status":"passed","time":{"start":1728738494938,"stop":1728738494938,"duration":0}},{"uid":"34bfa88b5240e979","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/34bfa88b5240e979","status":"passed","time":{"start":1728683033630,"stop":1728683033630,"duration":0}},{"uid":"4dd63870134fa5cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4dd63870134fa5cf","status":"passed","time":{"start":1728682601735,"stop":1728682601735,"duration":0}},{"uid":"ae0df2c774b1dc46","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae0df2c774b1dc46","status":"passed","time":{"start":1728677107960,"stop":1728677107960,"duration":0}},{"uid":"d73d5e663762ce90","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d73d5e663762ce90","status":"passed","time":{"start":1728669764749,"stop":1728669764750,"duration":1}},{"uid":"5859f6d3c36d7af2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5859f6d3c36d7af2","status":"passed","time":{"start":1728598157561,"stop":1728598157561,"duration":0}},{"uid":"e97c36677b6679d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e97c36677b6679d4","status":"passed","time":{"start":1728597369059,"stop":1728597369060,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7543b39f03f3d0b8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7543b39f03f3d0b8","status":"passed","time":{"start":1729034332797,"stop":1729034332797,"duration":0}},{"uid":"d23b6a972cee23e6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d23b6a972cee23e6","status":"passed","time":{"start":1729034096147,"stop":1729034096147,"duration":0}},{"uid":"5197370a7c9595e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5197370a7c9595e","status":"passed","time":{"start":1729034020103,"stop":1729034020104,"duration":1}},{"uid":"5a718ff2e1178122","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a718ff2e1178122","status":"passed","time":{"start":1729033834403,"stop":1729033834403,"duration":0}},{"uid":"439a12de446bc76d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/439a12de446bc76d","status":"passed","time":{"start":1729031884178,"stop":1729031884179,"duration":1}},{"uid":"baf69fd7e3f330b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/baf69fd7e3f330b2","status":"passed","time":{"start":1728901430211,"stop":1728901430212,"duration":1}},{"uid":"6024a23c5948d449","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6024a23c5948d449","status":"passed","time":{"start":1728892860433,"stop":1728892860433,"duration":0}},{"uid":"87ad5bf66d3bfbae","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/87ad5bf66d3bfbae","status":"passed","time":{"start":1728855823270,"stop":1728855823270,"duration":0}},{"uid":"15bfd94f2f76972e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15bfd94f2f76972e","status":"passed","time":{"start":1728738040616,"stop":1728738040616,"duration":0}},{"uid":"e1c27be81e8ad35b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e1c27be81e8ad35b","status":"passed","time":{"start":1728682574126,"stop":1728682574127,"duration":1}},{"uid":"a954d2da3cf35f60","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a954d2da3cf35f60","status":"passed","time":{"start":1728682146846,"stop":1728682146846,"duration":0}},{"uid":"53d9c5466026cc68","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/53d9c5466026cc68","status":"passed","time":{"start":1728676621446,"stop":1728676621446,"duration":0}},{"uid":"ccf55a8f0754da2c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ccf55a8f0754da2c","status":"passed","time":{"start":1728669344424,"stop":1728669344425,"duration":1}},{"uid":"2c7038c7e3e7c277","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2c7038c7e3e7c277","status":"passed","time":{"start":1728597685248,"stop":1728597685248,"duration":0}},{"uid":"602c357dd90c1403","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/602c357dd90c1403","status":"passed","time":{"start":1728596904560,"stop":1728596904560,"duration":0}}]},"f0f70ad872495d1818ee600b2c9b7ad5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5c83c40c0e97251","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f5c83c40c0e97251","status":"passed","time":{"start":1728738567472,"stop":1728738567472,"duration":0}}]},"8c46072ce6c316b72bfbee489e396df3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"abe515e73077bb82","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/abe515e73077bb82","status":"passed","time":{"start":1729034348414,"stop":1729034348415,"duration":1}},{"uid":"814837fad1949a3d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/814837fad1949a3d","status":"passed","time":{"start":1729034112235,"stop":1729034112235,"duration":0}},{"uid":"3cbdef55443ca6c4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3cbdef55443ca6c4","status":"passed","time":{"start":1729034035750,"stop":1729034035751,"duration":1}},{"uid":"2fd4a9580e56e91c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2fd4a9580e56e91c","status":"passed","time":{"start":1729033850301,"stop":1729033850302,"duration":1}},{"uid":"d75f0d36112cddfd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d75f0d36112cddfd","status":"passed","time":{"start":1729031899902,"stop":1729031899902,"duration":0}},{"uid":"256c87bd7139da82","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/256c87bd7139da82","status":"passed","time":{"start":1728901445871,"stop":1728901445871,"duration":0}},{"uid":"55d6c324365c64ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/55d6c324365c64ca","status":"passed","time":{"start":1728892875907,"stop":1728892875908,"duration":1}},{"uid":"63648f3b5161b3a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63648f3b5161b3a9","status":"passed","time":{"start":1728855839038,"stop":1728855839038,"duration":0}},{"uid":"c50173f7daa96703","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c50173f7daa96703","status":"passed","time":{"start":1728738056185,"stop":1728738056185,"duration":0}},{"uid":"1a451dc251eccb5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a451dc251eccb5","status":"passed","time":{"start":1728682589460,"stop":1728682589460,"duration":0}},{"uid":"a6e836831288a480","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a6e836831288a480","status":"passed","time":{"start":1728682162317,"stop":1728682162317,"duration":0}},{"uid":"b8de98fc068e0e7a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b8de98fc068e0e7a","status":"passed","time":{"start":1728676637004,"stop":1728676637004,"duration":0}},{"uid":"ba90468813ac414c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ba90468813ac414c","status":"passed","time":{"start":1728669360369,"stop":1728669360370,"duration":1}},{"uid":"ea85a4c8851df58e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ea85a4c8851df58e","status":"passed","time":{"start":1728597700889,"stop":1728597700889,"duration":0}},{"uid":"2584088f1ade9f2b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2584088f1ade9f2b","status":"passed","time":{"start":1728596919827,"stop":1728596919828,"duration":1}}]},"2980551d237b90d80ca4623340a41524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0517362f3fb43f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a0517362f3fb43f8","status":"passed","time":{"start":1729034357700,"stop":1729034357700,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8975bdabd2cc3eac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8975bdabd2cc3eac","status":"passed","time":{"start":1729034340750,"stop":1729034340751,"duration":1}},{"uid":"82345c628437e8de","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/82345c628437e8de","status":"passed","time":{"start":1729034104152,"stop":1729034104153,"duration":1}},{"uid":"7af2187cc424d465","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7af2187cc424d465","status":"passed","time":{"start":1729034027732,"stop":1729034027733,"duration":1}},{"uid":"5ba3ebeee8e1717f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ba3ebeee8e1717f","status":"passed","time":{"start":1729033842337,"stop":1729033842337,"duration":0}},{"uid":"6f115857efd01be8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6f115857efd01be8","status":"passed","time":{"start":1729031892041,"stop":1729031892041,"duration":0}},{"uid":"35d7f4fa2df2c87d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/35d7f4fa2df2c87d","status":"passed","time":{"start":1728901438021,"stop":1728901438022,"duration":1}},{"uid":"6f062591f1c7882e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6f062591f1c7882e","status":"passed","time":{"start":1728892868228,"stop":1728892868228,"duration":0}},{"uid":"663e7ff5b2e01433","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/663e7ff5b2e01433","status":"passed","time":{"start":1728855831074,"stop":1728855831075,"duration":1}},{"uid":"4746e36d714c9532","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4746e36d714c9532","status":"passed","time":{"start":1728738048432,"stop":1728738048433,"duration":1}},{"uid":"6c80fbda74cb8f99","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6c80fbda74cb8f99","status":"passed","time":{"start":1728682581831,"stop":1728682581832,"duration":1}},{"uid":"ac6befa699270d1c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac6befa699270d1c","status":"passed","time":{"start":1728682154703,"stop":1728682154703,"duration":0}},{"uid":"1b08f39b108caf69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b08f39b108caf69","status":"passed","time":{"start":1728676629292,"stop":1728676629292,"duration":0}},{"uid":"b31f55b84d942908","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b31f55b84d942908","status":"passed","time":{"start":1728669352205,"stop":1728669352206,"duration":1}},{"uid":"5e6ecee59e67d107","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e6ecee59e67d107","status":"passed","time":{"start":1728597693008,"stop":1728597693009,"duration":1}},{"uid":"f9d4af124e7c7c7b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f9d4af124e7c7c7b","status":"passed","time":{"start":1728596912508,"stop":1728596912509,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"41bcd41bb623eacd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41bcd41bb623eacd","status":"passed","time":{"start":1729034640521,"stop":1729034640521,"duration":0}},{"uid":"4cb4d8c06912c446","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4cb4d8c06912c446","status":"passed","time":{"start":1729034411422,"stop":1729034411423,"duration":1}},{"uid":"5d3a6174e343950f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5d3a6174e343950f","status":"passed","time":{"start":1729034327401,"stop":1729034327402,"duration":1}},{"uid":"cab059321a7f63a0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cab059321a7f63a0","status":"passed","time":{"start":1729034147771,"stop":1729034147772,"duration":1}},{"uid":"a3bdeb177c4a6cde","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3bdeb177c4a6cde","status":"passed","time":{"start":1729032204827,"stop":1729032204827,"duration":0}},{"uid":"f439f33bf4f30940","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f439f33bf4f30940","status":"passed","time":{"start":1728901907699,"stop":1728901907699,"duration":0}},{"uid":"b9edffe721ec8154","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b9edffe721ec8154","status":"passed","time":{"start":1728893341888,"stop":1728893341888,"duration":0}},{"uid":"7de5545ba13e18b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7de5545ba13e18b9","status":"passed","time":{"start":1728856299357,"stop":1728856299357,"duration":0}},{"uid":"eeb8982ae18d3c7f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eeb8982ae18d3c7f","status":"passed","time":{"start":1728738511616,"stop":1728738511616,"duration":0}},{"uid":"77c5e2cbbe8bbf39","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/77c5e2cbbe8bbf39","status":"passed","time":{"start":1728683052910,"stop":1728683052911,"duration":1}},{"uid":"acda5a5d0c89307b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acda5a5d0c89307b","status":"passed","time":{"start":1728682612910,"stop":1728682612910,"duration":0}},{"uid":"2de94d1708e7886f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2de94d1708e7886f","status":"passed","time":{"start":1728677115745,"stop":1728677115746,"duration":1}},{"uid":"49f9b82459f87807","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/49f9b82459f87807","status":"passed","time":{"start":1728669778174,"stop":1728669778174,"duration":0}},{"uid":"badbd372be0b68e0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/badbd372be0b68e0","status":"passed","time":{"start":1728598175432,"stop":1728598175432,"duration":0}},{"uid":"cc508e4fb756660d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cc508e4fb756660d","status":"passed","time":{"start":1728597380060,"stop":1728597380060,"duration":0}}]},"6a0cbc8aa652eaf0b953abf87f2c6ab5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4b146e20755991d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4b146e20755991d","status":"passed","time":{"start":1728677156814,"stop":1728677156815,"duration":1}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c54c78969f11a4a7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c54c78969f11a4a7","status":"passed","time":{"start":1729034424273,"stop":1729034424273,"duration":0}},{"uid":"dc053a2998544ec0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dc053a2998544ec0","status":"passed","time":{"start":1729034190704,"stop":1729034190705,"duration":1}},{"uid":"c81628ce0db28101","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c81628ce0db28101","status":"passed","time":{"start":1729034108430,"stop":1729034108431,"duration":1}},{"uid":"d0bbb7a3b2f170e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0bbb7a3b2f170e2","status":"passed","time":{"start":1729033925381,"stop":1729033925381,"duration":0}},{"uid":"aed6ebc89de032b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aed6ebc89de032b","status":"passed","time":{"start":1729031975188,"stop":1729031975188,"duration":0}},{"uid":"2c1cd423317ac238","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c1cd423317ac238","status":"passed","time":{"start":1728901537876,"stop":1728901537876,"duration":0}},{"uid":"2bde12fa920675d4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2bde12fa920675d4","status":"passed","time":{"start":1728892972428,"stop":1728892972428,"duration":0}},{"uid":"239912ca9e63563a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/239912ca9e63563a","status":"passed","time":{"start":1728855933069,"stop":1728855933070,"duration":1}},{"uid":"a13d21fd9f460d02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a13d21fd9f460d02","status":"passed","time":{"start":1728738149925,"stop":1728738149926,"duration":1}},{"uid":"5e1a9b959cb0e824","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e1a9b959cb0e824","status":"passed","time":{"start":1728682681969,"stop":1728682681970,"duration":1}},{"uid":"3d478408107210ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d478408107210ea","status":"passed","time":{"start":1728682257766,"stop":1728682257768,"duration":2}},{"uid":"e580a8fa9df9a734","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e580a8fa9df9a734","status":"passed","time":{"start":1728676730786,"stop":1728676730787,"duration":1}},{"uid":"cb449442e52dd2bb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cb449442e52dd2bb","status":"passed","time":{"start":1728669456894,"stop":1728669456895,"duration":1}},{"uid":"bde89e4ec2af9725","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bde89e4ec2af9725","status":"passed","time":{"start":1728597795919,"stop":1728597795919,"duration":0}},{"uid":"c5b966c7709b364d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c5b966c7709b364d","status":"passed","time":{"start":1728597010200,"stop":1728597010201,"duration":1}}]},"c182a677f574c685cbc37aba367ad1ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"10025e56ac2fad1b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10025e56ac2fad1b","status":"passed","time":{"start":1729034332620,"stop":1729034332620,"duration":0}},{"uid":"84ae97f1d4da466","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/84ae97f1d4da466","status":"passed","time":{"start":1729034096120,"stop":1729034096120,"duration":0}},{"uid":"b542f40937e30353","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b542f40937e30353","status":"passed","time":{"start":1729034020077,"stop":1729034020081,"duration":4}},{"uid":"e8593330724bc43e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e8593330724bc43e","status":"passed","time":{"start":1729033834372,"stop":1729033834373,"duration":1}},{"uid":"8b50db3aac96ef8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b50db3aac96ef8c","status":"passed","time":{"start":1729031884102,"stop":1729031884103,"duration":1}},{"uid":"92d5c2821d29ca6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/92d5c2821d29ca6e","status":"passed","time":{"start":1728901430245,"stop":1728901430245,"duration":0}},{"uid":"899d572db5fbedd4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/899d572db5fbedd4","status":"passed","time":{"start":1728892860521,"stop":1728892860521,"duration":0}},{"uid":"f1cacb414be58620","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f1cacb414be58620","status":"passed","time":{"start":1728855823311,"stop":1728855823311,"duration":0}},{"uid":"ee55a9a17a2b5c92","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ee55a9a17a2b5c92","status":"passed","time":{"start":1728738040580,"stop":1728738040580,"duration":0}},{"uid":"4f7e36f4526d18c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4f7e36f4526d18c","status":"passed","time":{"start":1728682574077,"stop":1728682574078,"duration":1}},{"uid":"2a99a45a92df0e96","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2a99a45a92df0e96","status":"passed","time":{"start":1728682146806,"stop":1728682146806,"duration":0}},{"uid":"7a211a77a9cd8e44","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a211a77a9cd8e44","status":"passed","time":{"start":1728676621419,"stop":1728676621419,"duration":0}},{"uid":"1756cbca90d6b13c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1756cbca90d6b13c","status":"passed","time":{"start":1728669344457,"stop":1728669344457,"duration":0}},{"uid":"1f70df3ba5352c13","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1f70df3ba5352c13","status":"passed","time":{"start":1728597685149,"stop":1728597685149,"duration":0}},{"uid":"a5aa6bd5bb0ab0e6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a5aa6bd5bb0ab0e6","status":"passed","time":{"start":1728596904455,"stop":1728596904456,"duration":1}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2d58d0e7e5af52a0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d58d0e7e5af52a0","status":"passed","time":{"start":1729034682671,"stop":1729034682671,"duration":0}},{"uid":"27c550619c1c76ea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/27c550619c1c76ea","status":"passed","time":{"start":1729034452181,"stop":1729034452181,"duration":0}},{"uid":"90ba869abcd05242","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/90ba869abcd05242","status":"passed","time":{"start":1729034373073,"stop":1729034373074,"duration":1}},{"uid":"db1c0ea812fa6f02","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db1c0ea812fa6f02","status":"passed","time":{"start":1729034188113,"stop":1729034188113,"duration":0}},{"uid":"17cc9b2d5c931eec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/17cc9b2d5c931eec","status":"passed","time":{"start":1729032231860,"stop":1729032231861,"duration":1}},{"uid":"7e6fc6a143a72d7d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e6fc6a143a72d7d","status":"passed","time":{"start":1728901989562,"stop":1728901989563,"duration":1}},{"uid":"1d862df05c74df06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d862df05c74df06","status":"passed","time":{"start":1728893424896,"stop":1728893424896,"duration":0}},{"uid":"d86f47ad74c8694c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d86f47ad74c8694c","status":"passed","time":{"start":1728856376681,"stop":1728856376681,"duration":0}},{"uid":"58d6ff7f197c80e4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58d6ff7f197c80e4","status":"passed","time":{"start":1728738593942,"stop":1728738593943,"duration":1}},{"uid":"866a037b9beb096e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/866a037b9beb096e","status":"passed","time":{"start":1728683135332,"stop":1728683135333,"duration":1}},{"uid":"ba6e8fc1e44ebe3f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ba6e8fc1e44ebe3f","status":"passed","time":{"start":1728682692582,"stop":1728682692582,"duration":0}},{"uid":"bce75a683671bea4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bce75a683671bea4","status":"passed","time":{"start":1728677194226,"stop":1728677194227,"duration":1}},{"uid":"40f37c38465ce1dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/40f37c38465ce1dc","status":"passed","time":{"start":1728669874420,"stop":1728669874421,"duration":1}},{"uid":"344fd2bafd20be69","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/344fd2bafd20be69","status":"passed","time":{"start":1728598257459,"stop":1728598257459,"duration":0}},{"uid":"1e5a9822265a96f9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1e5a9822265a96f9","status":"passed","time":{"start":1728597471281,"stop":1728597471281,"duration":0}}]},"b61242ea7d2f9335e5f2e58ee53dbe42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c5a9a29aff5dec7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2c5a9a29aff5dec7","status":"passed","time":{"start":1729034259818,"stop":1729034259818,"duration":0}}]},"0d1c98b819acb884ae18dc8e8a5389a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6d974d44d7328a7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6d974d44d7328a7","status":"passed","time":{"start":1729034332609,"stop":1729034332609,"duration":0}},{"uid":"602a55307ba0206b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/602a55307ba0206b","status":"passed","time":{"start":1729034096110,"stop":1729034096110,"duration":0}},{"uid":"2a3cc4052b5a4e22","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2a3cc4052b5a4e22","status":"passed","time":{"start":1729034020073,"stop":1729034020073,"duration":0}},{"uid":"c9b90d303ba44a9d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c9b90d303ba44a9d","status":"passed","time":{"start":1729033834361,"stop":1729033834361,"duration":0}},{"uid":"16ed0b3a9ebab729","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/16ed0b3a9ebab729","status":"passed","time":{"start":1729031884089,"stop":1729031884090,"duration":1}},{"uid":"6b63316f19507d01","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6b63316f19507d01","status":"passed","time":{"start":1728901430242,"stop":1728901430242,"duration":0}},{"uid":"6c8dd1d7d23568e9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c8dd1d7d23568e9","status":"passed","time":{"start":1728892860517,"stop":1728892860517,"duration":0}},{"uid":"9e44fb12219345db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e44fb12219345db","status":"passed","time":{"start":1728855823307,"stop":1728855823308,"duration":1}},{"uid":"971f065c422655fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/971f065c422655fa","status":"passed","time":{"start":1728738040569,"stop":1728738040570,"duration":1}},{"uid":"4398bf05eda84abd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4398bf05eda84abd","status":"passed","time":{"start":1728682574067,"stop":1728682574067,"duration":0}},{"uid":"595d6118ed97210e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/595d6118ed97210e","status":"passed","time":{"start":1728682146794,"stop":1728682146795,"duration":1}},{"uid":"5384f67c8a062726","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5384f67c8a062726","status":"passed","time":{"start":1728676621404,"stop":1728676621404,"duration":0}},{"uid":"74f681c886fe2bd8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74f681c886fe2bd8","status":"passed","time":{"start":1728669344453,"stop":1728669344454,"duration":1}},{"uid":"19b6ed951ec75e7e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/19b6ed951ec75e7e","status":"passed","time":{"start":1728597685135,"stop":1728597685135,"duration":0}},{"uid":"dadbc231f1f44598","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dadbc231f1f44598","status":"passed","time":{"start":1728596904441,"stop":1728596904442,"duration":1}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2476a4abf3c57ee1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2476a4abf3c57ee1","status":"passed","time":{"start":1729034656472,"stop":1729034656472,"duration":0}},{"uid":"cecd0954fe951eb3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cecd0954fe951eb3","status":"passed","time":{"start":1729034428558,"stop":1729034428559,"duration":1}},{"uid":"39fbfda522e2f3f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/39fbfda522e2f3f9","status":"passed","time":{"start":1729034348217,"stop":1729034348218,"duration":1}},{"uid":"722859d86bf59499","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/722859d86bf59499","status":"passed","time":{"start":1729034169451,"stop":1729034169452,"duration":1}},{"uid":"370a9d664c6d2b39","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/370a9d664c6d2b39","status":"passed","time":{"start":1729032228819,"stop":1729032228820,"duration":1}},{"uid":"6e3d577d5768930e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6e3d577d5768930e","status":"passed","time":{"start":1728901950554,"stop":1728901950555,"duration":1}},{"uid":"27fc0930e81b7e86","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/27fc0930e81b7e86","status":"passed","time":{"start":1728893389990,"stop":1728893389990,"duration":0}},{"uid":"b484dbce4f935f14","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b484dbce4f935f14","status":"passed","time":{"start":1728856333680,"stop":1728856333680,"duration":0}},{"uid":"48c7e4e787ff6271","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/48c7e4e787ff6271","status":"passed","time":{"start":1728738555099,"stop":1728738555100,"duration":1}},{"uid":"803761ac42d9a83e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/803761ac42d9a83e","status":"passed","time":{"start":1728683093176,"stop":1728683093176,"duration":0}},{"uid":"c210116cb0baa166","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c210116cb0baa166","status":"passed","time":{"start":1728682652695,"stop":1728682652695,"duration":0}},{"uid":"52abcb2bd63c0ef6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/52abcb2bd63c0ef6","status":"passed","time":{"start":1728677156817,"stop":1728677156818,"duration":1}},{"uid":"a32a50822b939fb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a32a50822b939fb3","status":"passed","time":{"start":1728669834443,"stop":1728669834443,"duration":0}},{"uid":"1da32bc6023b2930","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1da32bc6023b2930","status":"passed","time":{"start":1728598212618,"stop":1728598212618,"duration":0}},{"uid":"6d272e0a9dac29ef","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6d272e0a9dac29ef","status":"passed","time":{"start":1728597423330,"stop":1728597423330,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2caf003647040e9b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2caf003647040e9b","status":"passed","time":{"start":1729034348761,"stop":1729034348762,"duration":1}},{"uid":"3fb3e37c5c1add2b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3fb3e37c5c1add2b","status":"passed","time":{"start":1729034112604,"stop":1729034112605,"duration":1}},{"uid":"61be3a5ba22e4efd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/61be3a5ba22e4efd","status":"passed","time":{"start":1729034035872,"stop":1729034035872,"duration":0}},{"uid":"ff8df023da2623fe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff8df023da2623fe","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0}},{"uid":"8f80414cfd132835","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8f80414cfd132835","status":"passed","time":{"start":1729031900272,"stop":1729031900272,"duration":0}},{"uid":"28e2de14a0a32aaf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/28e2de14a0a32aaf","status":"passed","time":{"start":1728901446177,"stop":1728901446177,"duration":0}},{"uid":"7149dde97254a7f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7149dde97254a7f8","status":"passed","time":{"start":1728892876477,"stop":1728892876478,"duration":1}},{"uid":"5d46502cb7f5d43e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5d46502cb7f5d43e","status":"passed","time":{"start":1728855839199,"stop":1728855839199,"duration":0}},{"uid":"e0df1ca5c97fbb70","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e0df1ca5c97fbb70","status":"passed","time":{"start":1728738056464,"stop":1728738056465,"duration":1}},{"uid":"68123e1ee92484d8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/68123e1ee92484d8","status":"passed","time":{"start":1728682590044,"stop":1728682590045,"duration":1}},{"uid":"675b43f6c32b2d51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/675b43f6c32b2d51","status":"passed","time":{"start":1728682162838,"stop":1728682162839,"duration":1}},{"uid":"28c22c41b128eb1c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/28c22c41b128eb1c","status":"passed","time":{"start":1728676637412,"stop":1728676637412,"duration":0}},{"uid":"73fdd9349ac754bd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/73fdd9349ac754bd","status":"passed","time":{"start":1728669360494,"stop":1728669360494,"duration":0}},{"uid":"10e90bef40eb61b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/10e90bef40eb61b2","status":"passed","time":{"start":1728597701236,"stop":1728597701236,"duration":0}},{"uid":"b012d83c89b44493","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b012d83c89b44493","status":"passed","time":{"start":1728596920371,"stop":1728596920371,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"dd63d8656417eb39","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd63d8656417eb39","status":"passed","time":{"start":1729034631251,"stop":1729034631251,"duration":0}},{"uid":"1a4a11d8b90a0329","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1a4a11d8b90a0329","status":"passed","time":{"start":1729034400887,"stop":1729034400887,"duration":0}},{"uid":"54d81e790f2695e6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/54d81e790f2695e6","status":"passed","time":{"start":1729034317449,"stop":1729034317449,"duration":0}},{"uid":"ab0aead6031987d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab0aead6031987d6","status":"passed","time":{"start":1729034137133,"stop":1729034137133,"duration":0}},{"uid":"5b71412a36f03904","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b71412a36f03904","status":"passed","time":{"start":1729032206873,"stop":1729032206874,"duration":1}},{"uid":"3a9e80184af04419","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3a9e80184af04419","status":"passed","time":{"start":1728901995020,"stop":1728901995020,"duration":0}},{"uid":"c53a3c61dc11c900","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c53a3c61dc11c900","status":"passed","time":{"start":1728893420993,"stop":1728893420994,"duration":1}},{"uid":"c23e2d513c77799e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c23e2d513c77799e","status":"passed","time":{"start":1728856368594,"stop":1728856368595,"duration":1}},{"uid":"7c39ff650b557b52","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7c39ff650b557b52","status":"passed","time":{"start":1728738604679,"stop":1728738604679,"duration":0}},{"uid":"44a0f056c0ba4c26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/44a0f056c0ba4c26","status":"passed","time":{"start":1728683117620,"stop":1728683117620,"duration":0}},{"uid":"152a1f50852f09bf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/152a1f50852f09bf","status":"passed","time":{"start":1728682721317,"stop":1728682721317,"duration":0}},{"uid":"111471014de019c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/111471014de019c7","status":"passed","time":{"start":1728677184682,"stop":1728677184682,"duration":0}},{"uid":"3fcc65c32f7cc7fc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3fcc65c32f7cc7fc","status":"passed","time":{"start":1728669866448,"stop":1728669866448,"duration":0}},{"uid":"baaff2581065c2b9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/baaff2581065c2b9","status":"passed","time":{"start":1728598249974,"stop":1728598249974,"duration":0}},{"uid":"be75e9256aaa115b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/be75e9256aaa115b","status":"passed","time":{"start":1728597472290,"stop":1728597472290,"duration":0}}]},"841733f072b21e9eddbfeb68eed12f49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2d2836cec03ec24","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c2d2836cec03ec24","status":"passed","time":{"start":1728683030017,"stop":1728683030017,"duration":0}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e2d4b905bfaa5f74","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e2d4b905bfaa5f74","status":"passed","time":{"start":1729034356137,"stop":1729034356138,"duration":1}},{"uid":"4e71a9e290c7eeda","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4e71a9e290c7eeda","status":"passed","time":{"start":1729034120216,"stop":1729034120216,"duration":0}},{"uid":"2692080a4241046f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2692080a4241046f","status":"passed","time":{"start":1729034043144,"stop":1729034043144,"duration":0}},{"uid":"6b8e3c9586c677fc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6b8e3c9586c677fc","status":"passed","time":{"start":1729033857766,"stop":1729033857767,"duration":1}},{"uid":"45c49854a8819b9e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45c49854a8819b9e","status":"passed","time":{"start":1729031907986,"stop":1729031907987,"duration":1}},{"uid":"c657805986df575c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c657805986df575c","status":"passed","time":{"start":1728901453413,"stop":1728901453413,"duration":0}},{"uid":"285d07f2ae606be2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/285d07f2ae606be2","status":"passed","time":{"start":1728892883979,"stop":1728892883980,"duration":1}},{"uid":"7db42de94416e3f9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7db42de94416e3f9","status":"passed","time":{"start":1728855846186,"stop":1728855846186,"duration":0}},{"uid":"f98fe34ed4ff628c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f98fe34ed4ff628c","status":"passed","time":{"start":1728738063648,"stop":1728738063649,"duration":1}},{"uid":"c4f87133c72d99ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c4f87133c72d99ca","status":"passed","time":{"start":1728682597531,"stop":1728682597532,"duration":1}},{"uid":"7a228908e38cbffb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7a228908e38cbffb","status":"passed","time":{"start":1728682170203,"stop":1728682170203,"duration":0}},{"uid":"272fc31c74a3baf7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/272fc31c74a3baf7","status":"passed","time":{"start":1728676644981,"stop":1728676644982,"duration":1}},{"uid":"83298aba76f9108a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83298aba76f9108a","status":"passed","time":{"start":1728669367854,"stop":1728669367855,"duration":1}},{"uid":"2476e46d196289a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2476e46d196289a6","status":"passed","time":{"start":1728597708661,"stop":1728597708661,"duration":0}},{"uid":"28c32259a078aec6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/28c32259a078aec6","status":"passed","time":{"start":1728596927479,"stop":1728596927479,"duration":0}}]},"251d7185e9e3896916392a7d1d840b10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c2d3513f3eecbda9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2d3513f3eecbda9","status":"passed","time":{"start":1729034668612,"stop":1729034668612,"duration":0}},{"uid":"250a81a59a4366a4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/250a81a59a4366a4","status":"passed","time":{"start":1729034443522,"stop":1729034443529,"duration":7}},{"uid":"a659dbea8728942e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a659dbea8728942e","status":"passed","time":{"start":1729034357710,"stop":1729034357711,"duration":1}},{"uid":"6f3fac1496e763c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6f3fac1496e763c8","status":"passed","time":{"start":1729034177538,"stop":1729034177538,"duration":0}},{"uid":"714fb2977a2f200e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/714fb2977a2f200e","status":"passed","time":{"start":1729032235318,"stop":1729032235318,"duration":0}},{"uid":"d106bf7166628b56","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d106bf7166628b56","status":"passed","time":{"start":1728901958867,"stop":1728901958867,"duration":0}},{"uid":"6ff297735f673d4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6ff297735f673d4f","status":"passed","time":{"start":1728893395085,"stop":1728893395085,"duration":0}},{"uid":"c5806efa48835697","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c5806efa48835697","status":"passed","time":{"start":1728856355699,"stop":1728856355700,"duration":1}},{"uid":"7b86e03c0fcb6041","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7b86e03c0fcb6041","status":"passed","time":{"start":1728738567474,"stop":1728738567474,"duration":0}},{"uid":"c520efd278a551","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c520efd278a551","status":"passed","time":{"start":1728683110373,"stop":1728683110374,"duration":1}},{"uid":"cab558118f07ae28","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cab558118f07ae28","status":"passed","time":{"start":1728682666071,"stop":1728682666071,"duration":0}},{"uid":"887bee210113e855","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/887bee210113e855","status":"passed","time":{"start":1728677163585,"stop":1728677163585,"duration":0}},{"uid":"8bed3ede197f3b41","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bed3ede197f3b41","status":"passed","time":{"start":1728669841257,"stop":1728669841257,"duration":0}},{"uid":"425af215134ba2e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/425af215134ba2e","status":"passed","time":{"start":1728598221902,"stop":1728598221903,"duration":1}},{"uid":"7911d11bd78a403a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7911d11bd78a403a","status":"passed","time":{"start":1728597434084,"stop":1728597434085,"duration":1}}]},"dd81a2308b07c8ec111ab1083e102cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f645eb8c3d7f2c00","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f645eb8c3d7f2c00","status":"passed","time":{"start":1728677156809,"stop":1728677156810,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e4abf700cc9a7834","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e4abf700cc9a7834","status":"passed","time":{"start":1729034636309,"stop":1729034636309,"duration":0}},{"uid":"430588572c5226c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/430588572c5226c","status":"passed","time":{"start":1729034402260,"stop":1729034402260,"duration":0}},{"uid":"15643eef2a4ca6ad","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/15643eef2a4ca6ad","status":"passed","time":{"start":1729034323282,"stop":1729034323282,"duration":0}},{"uid":"8a5bbf60e4d7b233","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a5bbf60e4d7b233","status":"passed","time":{"start":1729034144760,"stop":1729034144761,"duration":1}},{"uid":"88431419ba06ef32","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/88431419ba06ef32","status":"passed","time":{"start":1729032198810,"stop":1729032198811,"duration":1}},{"uid":"ac01c3cc81197824","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac01c3cc81197824","status":"passed","time":{"start":1728901901751,"stop":1728901901752,"duration":1}},{"uid":"6655b9873969a7c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6655b9873969a7c8","status":"passed","time":{"start":1728893337237,"stop":1728893337237,"duration":0}},{"uid":"53a8670b682fb6a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/53a8670b682fb6a5","status":"passed","time":{"start":1728856299184,"stop":1728856299184,"duration":0}},{"uid":"76db8dca4556d39e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76db8dca4556d39e","status":"passed","time":{"start":1728738505370,"stop":1728738505370,"duration":0}},{"uid":"b90caeab22b476ec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b90caeab22b476ec","status":"passed","time":{"start":1728683045439,"stop":1728683045439,"duration":0}},{"uid":"63e5551b47e98932","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/63e5551b47e98932","status":"passed","time":{"start":1728682607282,"stop":1728682607282,"duration":0}},{"uid":"fed5230397c7c041","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fed5230397c7c041","status":"passed","time":{"start":1728677103486,"stop":1728677103488,"duration":2}},{"uid":"13df8087f6bbed8b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/13df8087f6bbed8b","status":"passed","time":{"start":1728669777112,"stop":1728669777112,"duration":0}},{"uid":"1afea8c1b269710e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1afea8c1b269710e","status":"passed","time":{"start":1728598163461,"stop":1728598163461,"duration":0}},{"uid":"f0a304797163c71a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0a304797163c71a","status":"passed","time":{"start":1728597375457,"stop":1728597375458,"duration":1}}]},"3694756afa40f05588006952b7217855:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"f70b2bfbbd45f5c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f70b2bfbbd45f5c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473407,"stop":1729034473408,"duration":1}},{"uid":"aa4dc9d75bab3fca","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aa4dc9d75bab3fca","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241340,"stop":1729034241340,"duration":0}},{"uid":"de5d99cb4de867a4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/de5d99cb4de867a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160195,"stop":1729034160195,"duration":0}},{"uid":"59bb9f5131c302e4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/59bb9f5131c302e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977227,"stop":1729033977227,"duration":0}},{"uid":"e7ba88b496091be8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e7ba88b496091be8","status":"passed","time":{"start":1729032053271,"stop":1729032053272,"duration":1}},{"uid":"c599c8cbe356e4ce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c599c8cbe356e4ce","status":"passed","time":{"start":1728901711769,"stop":1728901711769,"duration":0}},{"uid":"86169d2a02abb543","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/86169d2a02abb543","status":"passed","time":{"start":1728893141902,"stop":1728893141903,"duration":1}},{"uid":"e8fc753f6a20e10b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e8fc753f6a20e10b","status":"passed","time":{"start":1728856103201,"stop":1728856103202,"duration":1}},{"uid":"ffc4b39970c18244","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ffc4b39970c18244","status":"passed","time":{"start":1728738321621,"stop":1728738321621,"duration":0}},{"uid":"96c69313deb2081b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96c69313deb2081b","status":"passed","time":{"start":1728682857569,"stop":1728682857569,"duration":0}},{"uid":"904db067fdd1498","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/904db067fdd1498","status":"passed","time":{"start":1728682428805,"stop":1728682428805,"duration":0}},{"uid":"eb007a4f51fdd5c4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eb007a4f51fdd5c4","status":"passed","time":{"start":1728676901171,"stop":1728676901172,"duration":1}},{"uid":"dd0fbdf405925b96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd0fbdf405925b96","status":"passed","time":{"start":1728669573865,"stop":1728669573866,"duration":1}},{"uid":"f7a56ab90840e1a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f7a56ab90840e1a0","status":"passed","time":{"start":1728597972339,"stop":1728597972340,"duration":1}},{"uid":"72d909c683be5338","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/72d909c683be5338","status":"passed","time":{"start":1728597175621,"stop":1728597175621,"duration":0}}]},"d4094e759556c123d67214a6b41998df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d8ffd486204656cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8ffd486204656cc","status":"passed","time":{"start":1728669795390,"stop":1728669795391,"duration":1}}]},"497f5ba97a1217e4eea8c3744e45a608:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"24cfe1f51919caa7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/24cfe1f51919caa7","status":"passed","time":{"start":1729034357699,"stop":1729034357699,"duration":0}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ca330b4c8d94138a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ca330b4c8d94138a","status":"passed","time":{"start":1729034656473,"stop":1729034656473,"duration":0}},{"uid":"18b74935ba0e51d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/18b74935ba0e51d4","status":"passed","time":{"start":1729034428559,"stop":1729034428559,"duration":0}},{"uid":"e3cc65c164ea402d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e3cc65c164ea402d","status":"passed","time":{"start":1729034348218,"stop":1729034348219,"duration":1}},{"uid":"56519e36412b4de0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/56519e36412b4de0","status":"passed","time":{"start":1729034169452,"stop":1729034169452,"duration":0}},{"uid":"ec708e5b36e1cfe0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ec708e5b36e1cfe0","status":"passed","time":{"start":1729032228821,"stop":1729032228821,"duration":0}},{"uid":"6860187baccb2384","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6860187baccb2384","status":"passed","time":{"start":1728901950555,"stop":1728901950558,"duration":3}},{"uid":"451db328055f7aea","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/451db328055f7aea","status":"passed","time":{"start":1728893389990,"stop":1728893389990,"duration":0}},{"uid":"fa33c6eb1aad0eb4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fa33c6eb1aad0eb4","status":"passed","time":{"start":1728856333680,"stop":1728856333683,"duration":3}},{"uid":"781787126cb9c700","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/781787126cb9c700","status":"passed","time":{"start":1728738555100,"stop":1728738555101,"duration":1}},{"uid":"32fea3b7fc751ba","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32fea3b7fc751ba","status":"passed","time":{"start":1728683093176,"stop":1728683093177,"duration":1}},{"uid":"2534796228b66cb3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2534796228b66cb3","status":"passed","time":{"start":1728682652696,"stop":1728682652697,"duration":1}},{"uid":"5a20c3dfccccf56","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5a20c3dfccccf56","status":"passed","time":{"start":1728677156818,"stop":1728677156819,"duration":1}},{"uid":"2f545c6a06906cf3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f545c6a06906cf3","status":"passed","time":{"start":1728669834444,"stop":1728669834444,"duration":0}},{"uid":"9e878924133ed290","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e878924133ed290","status":"passed","time":{"start":1728598212618,"stop":1728598212619,"duration":1}},{"uid":"6adb7a92d309ca72","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6adb7a92d309ca72","status":"passed","time":{"start":1728597423330,"stop":1728597423331,"duration":1}}]},"7c3ae89f9a75a6c35e768d4380a412c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b9e3a7313e5d464","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7b9e3a7313e5d464","status":"passed","time":{"start":1728856263111,"stop":1728856263112,"duration":1}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"46b00a9c4e9cb0bf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/46b00a9c4e9cb0bf","status":"passed","time":{"start":1729034536110,"stop":1729034536110,"duration":0}},{"uid":"42d29c47831bb365","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/42d29c47831bb365","status":"passed","time":{"start":1729034296716,"stop":1729034296717,"duration":1}},{"uid":"f4ca1edf54ee23f3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f4ca1edf54ee23f3","status":"passed","time":{"start":1729034220612,"stop":1729034220613,"duration":1}},{"uid":"27d70574f1f22d72","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27d70574f1f22d72","status":"passed","time":{"start":1729034041501,"stop":1729034041501,"duration":0}},{"uid":"32c19e6f68620f7f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/32c19e6f68620f7f","status":"passed","time":{"start":1728901705417,"stop":1728901705417,"duration":0}},{"uid":"dc4f4e21857754d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dc4f4e21857754d8","status":"passed","time":{"start":1728893141782,"stop":1728893141783,"duration":1}},{"uid":"1c4af58426a3df8c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1c4af58426a3df8c","status":"passed","time":{"start":1728856087088,"stop":1728856087088,"duration":0}},{"uid":"5e4dedd4db9bfdfd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5e4dedd4db9bfdfd","status":"passed","time":{"start":1728738321456,"stop":1728738321457,"duration":1}},{"uid":"c6b9a4fe4e00645d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c6b9a4fe4e00645d","status":"passed","time":{"start":1728682845681,"stop":1728682845682,"duration":1}},{"uid":"7e881307b50bac96","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7e881307b50bac96","status":"passed","time":{"start":1728682424318,"stop":1728682424318,"duration":0}},{"uid":"faded968cb86c493","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/faded968cb86c493","status":"passed","time":{"start":1728676900547,"stop":1728676900547,"duration":0}},{"uid":"c9dc9e89def1aaf2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9dc9e89def1aaf2","status":"passed","time":{"start":1728669625806,"stop":1728669625806,"duration":0}},{"uid":"1e8bd124ed5141f6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e8bd124ed5141f6","status":"passed","time":{"start":1728597957177,"stop":1728597957177,"duration":0}},{"uid":"89c13e41e0d396a1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/89c13e41e0d396a1","status":"passed","time":{"start":1728597182624,"stop":1728597182624,"duration":0}}]},"efd15e7e5957759af2dd46035a601ec0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"353593a53f5867ca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/353593a53f5867ca","status":"passed","time":{"start":1728669834426,"stop":1728669834427,"duration":1}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8fac500e6871bf88","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8fac500e6871bf88","status":"passed","time":{"start":1729034340749,"stop":1729034340750,"duration":1}},{"uid":"a9f47c1c86f74107","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9f47c1c86f74107","status":"passed","time":{"start":1729034104144,"stop":1729034104152,"duration":8}},{"uid":"57ee340f5db646f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/57ee340f5db646f5","status":"passed","time":{"start":1729034027727,"stop":1729034027732,"duration":5}},{"uid":"c76586e255d169df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c76586e255d169df","status":"passed","time":{"start":1729033842331,"stop":1729033842337,"duration":6}},{"uid":"a9774638ffe6bfd1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a9774638ffe6bfd1","status":"passed","time":{"start":1729031892038,"stop":1729031892041,"duration":3}},{"uid":"570c00f123ec00b1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/570c00f123ec00b1","status":"passed","time":{"start":1728901438018,"stop":1728901438020,"duration":2}},{"uid":"b30286185c29be13","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b30286185c29be13","status":"passed","time":{"start":1728892868225,"stop":1728892868227,"duration":2}},{"uid":"e9c2cc3f308bcbdd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e9c2cc3f308bcbdd","status":"passed","time":{"start":1728855831072,"stop":1728855831073,"duration":1}},{"uid":"6e56a97deabef27f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e56a97deabef27f","status":"passed","time":{"start":1728738048431,"stop":1728738048432,"duration":1}},{"uid":"5c9dec3be87d22b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5c9dec3be87d22b4","status":"passed","time":{"start":1728682581828,"stop":1728682581831,"duration":3}},{"uid":"7573edb00ebf71e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7573edb00ebf71e","status":"passed","time":{"start":1728682154701,"stop":1728682154702,"duration":1}},{"uid":"520ff8f30ba1ad60","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/520ff8f30ba1ad60","status":"passed","time":{"start":1728676629287,"stop":1728676629291,"duration":4}},{"uid":"b6d3cc2a6db71070","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b6d3cc2a6db71070","status":"passed","time":{"start":1728669352203,"stop":1728669352205,"duration":2}},{"uid":"d28cf20c0e04496","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d28cf20c0e04496","status":"passed","time":{"start":1728597693006,"stop":1728597693008,"duration":2}},{"uid":"648a89d8d2e21872","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/648a89d8d2e21872","status":"passed","time":{"start":1728596912507,"stop":1728596912508,"duration":1}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"89a7333e2775abb9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/89a7333e2775abb9","status":"passed","time":{"start":1729034366398,"stop":1729034366398,"duration":0}},{"uid":"5c4d9747defe5412","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5c4d9747defe5412","status":"passed","time":{"start":1729034130428,"stop":1729034130429,"duration":1}},{"uid":"ac8e8fcdb7cd661","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ac8e8fcdb7cd661","status":"passed","time":{"start":1729034053398,"stop":1729034053399,"duration":1}},{"uid":"4b94e67e200a3893","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b94e67e200a3893","status":"passed","time":{"start":1729033868325,"stop":1729033868326,"duration":1}},{"uid":"294da6688bc24e7a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/294da6688bc24e7a","status":"passed","time":{"start":1729031918115,"stop":1729031918116,"duration":1}},{"uid":"40155e060f5d67da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40155e060f5d67da","status":"passed","time":{"start":1728901463795,"stop":1728901463796,"duration":1}},{"uid":"5e2b61172416454b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5e2b61172416454b","status":"passed","time":{"start":1728892894309,"stop":1728892894309,"duration":0}},{"uid":"f7f25bf8e15d6c10","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f7f25bf8e15d6c10","status":"passed","time":{"start":1728855856837,"stop":1728855856837,"duration":0}},{"uid":"2e3529445ceb8198","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2e3529445ceb8198","status":"passed","time":{"start":1728738074177,"stop":1728738074178,"duration":1}},{"uid":"f27caaa0b11970a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f27caaa0b11970a","status":"passed","time":{"start":1728682607650,"stop":1728682607650,"duration":0}},{"uid":"d53799898b4467d9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d53799898b4467d9","status":"passed","time":{"start":1728682180604,"stop":1728682180605,"duration":1}},{"uid":"1954cade01f16c39","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1954cade01f16c39","status":"passed","time":{"start":1728676655188,"stop":1728676655188,"duration":0}},{"uid":"b19ef471b9a49b25","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b19ef471b9a49b25","status":"passed","time":{"start":1728669378163,"stop":1728669378164,"duration":1}},{"uid":"edac303af3cb0fad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/edac303af3cb0fad","status":"passed","time":{"start":1728597718741,"stop":1728597718741,"duration":0}},{"uid":"b655fcdd959e434d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b655fcdd959e434d","status":"passed","time":{"start":1728596937944,"stop":1728596937945,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d266b047d5314977","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d266b047d5314977","status":"passed","time":{"start":1729034640524,"stop":1729034640524,"duration":0}},{"uid":"90b7f3b207969bfe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/90b7f3b207969bfe","status":"passed","time":{"start":1729034411424,"stop":1729034411424,"duration":0}},{"uid":"9cabbab36ce67067","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9cabbab36ce67067","status":"passed","time":{"start":1729034327405,"stop":1729034327406,"duration":1}},{"uid":"e0afe1a208547434","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e0afe1a208547434","status":"passed","time":{"start":1729034147780,"stop":1729034147780,"duration":0}},{"uid":"7bd1ec1d4cbacaf9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7bd1ec1d4cbacaf9","status":"passed","time":{"start":1729032204829,"stop":1729032204829,"duration":0}},{"uid":"935134d9a1d40bd6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/935134d9a1d40bd6","status":"passed","time":{"start":1728901907702,"stop":1728901907713,"duration":11}},{"uid":"61f97467655621c2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61f97467655621c2","status":"passed","time":{"start":1728893341889,"stop":1728893341889,"duration":0}},{"uid":"2843f0beceb06892","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2843f0beceb06892","status":"passed","time":{"start":1728856299382,"stop":1728856299382,"duration":0}},{"uid":"aea8524a8e5979a8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aea8524a8e5979a8","status":"passed","time":{"start":1728738511618,"stop":1728738511619,"duration":1}},{"uid":"9e6c9e870e1500c6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9e6c9e870e1500c6","status":"passed","time":{"start":1728683052912,"stop":1728683052912,"duration":0}},{"uid":"c383ceb5c480849f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c383ceb5c480849f","status":"passed","time":{"start":1728682612912,"stop":1728682612912,"duration":0}},{"uid":"7a730b35d6da19b7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a730b35d6da19b7","status":"passed","time":{"start":1728677115747,"stop":1728677115747,"duration":0}},{"uid":"9c7fdc97fe29a2e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c7fdc97fe29a2e2","status":"passed","time":{"start":1728669778175,"stop":1728669778176,"duration":1}},{"uid":"1794fa3b3cfd8f47","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1794fa3b3cfd8f47","status":"passed","time":{"start":1728598175434,"stop":1728598175434,"duration":0}},{"uid":"d2e57acae79a7796","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d2e57acae79a7796","status":"passed","time":{"start":1728597380063,"stop":1728597380064,"duration":1}}]},"ca2cc8ec38f4ebd1ee637181a66835c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e122e2f6d660c84","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3e122e2f6d660c84","status":"passed","time":{"start":1728677081989,"stop":1728677081989,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5f38ce65ed464e00","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f38ce65ed464e00","status":"passed","time":{"start":1729034332493,"stop":1729034332494,"duration":1}},{"uid":"985f0952c93c8780","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/985f0952c93c8780","status":"passed","time":{"start":1729034095622,"stop":1729034095623,"duration":1}},{"uid":"b9c5cbb358c2721c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b9c5cbb358c2721c","status":"passed","time":{"start":1729034019880,"stop":1729034019886,"duration":6}},{"uid":"632472c57f425b01","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/632472c57f425b01","status":"passed","time":{"start":1729033834022,"stop":1729033834024,"duration":2}},{"uid":"6a5a35d590da3b5a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6a5a35d590da3b5a","status":"passed","time":{"start":1729031883604,"stop":1729031883605,"duration":1}},{"uid":"318df9b75d769de6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/318df9b75d769de6","status":"passed","time":{"start":1728901429891,"stop":1728901429892,"duration":1}},{"uid":"5254da85d010ddec","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5254da85d010ddec","status":"passed","time":{"start":1728892860032,"stop":1728892860034,"duration":2}},{"uid":"991e759fab660aec","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/991e759fab660aec","status":"passed","time":{"start":1728855822964,"stop":1728855822965,"duration":1}},{"uid":"bb7e655a25f0861e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb7e655a25f0861e","status":"passed","time":{"start":1728738040124,"stop":1728738040126,"duration":2}},{"uid":"152dc1dc1102ecd7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/152dc1dc1102ecd7","status":"passed","time":{"start":1728682573416,"stop":1728682573417,"duration":1}},{"uid":"6f51778bf945f898","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6f51778bf945f898","status":"passed","time":{"start":1728682146523,"stop":1728682146525,"duration":2}},{"uid":"d75d5ec8f22e1ef4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d75d5ec8f22e1ef4","status":"passed","time":{"start":1728676621026,"stop":1728676621027,"duration":1}},{"uid":"23bdf10b8013858f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/23bdf10b8013858f","status":"passed","time":{"start":1728669344027,"stop":1728669344028,"duration":1}},{"uid":"510321094577ffa7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/510321094577ffa7","status":"passed","time":{"start":1728597684701,"stop":1728597684702,"duration":1}},{"uid":"711ebf0b86eabf3c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/711ebf0b86eabf3c","status":"passed","time":{"start":1728596904039,"stop":1728596904041,"duration":2}}]},"7ccbc98584beccfbb9f62e043188f134:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41f02d93e4e64c2c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/41f02d93e4e64c2c","status":"passed","time":{"start":1728738505382,"stop":1728738505383,"duration":1}}]},"aca3534c2ca4f5fb976f08db65fb53ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae9c6eaeba030ab","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ae9c6eaeba030ab","status":"passed","time":{"start":1729034317506,"stop":1729034317506,"duration":0}}]},"a141eda9d99505656140f63b516581c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45642fb225f18a96","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45642fb225f18a96","status":"passed","time":{"start":1729034169441,"stop":1729034169442,"duration":1}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dd889dfa8d13bb8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd889dfa8d13bb8","status":"passed","time":{"start":1729034536097,"stop":1729034536097,"duration":0}},{"uid":"2a66078c80bf3bc3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2a66078c80bf3bc3","status":"passed","time":{"start":1729034296703,"stop":1729034296704,"duration":1}},{"uid":"94e3717ec9b633e6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/94e3717ec9b633e6","status":"passed","time":{"start":1729034220600,"stop":1729034220600,"duration":0}},{"uid":"7a5c759068785bb3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a5c759068785bb3","status":"passed","time":{"start":1729034041476,"stop":1729034041477,"duration":1}},{"uid":"e10431bf4ba36446","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e10431bf4ba36446","status":"passed","time":{"start":1728901705387,"stop":1728901705387,"duration":0}},{"uid":"277971ee38b88724","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/277971ee38b88724","status":"passed","time":{"start":1728893141770,"stop":1728893141771,"duration":1}},{"uid":"61fa339f1d24a8e4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/61fa339f1d24a8e4","status":"passed","time":{"start":1728856087080,"stop":1728856087080,"duration":0}},{"uid":"c321dd1c84dc3db8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c321dd1c84dc3db8","status":"passed","time":{"start":1728738321431,"stop":1728738321431,"duration":0}},{"uid":"34ff46e6d6d46d49","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/34ff46e6d6d46d49","status":"passed","time":{"start":1728682845671,"stop":1728682845671,"duration":0}},{"uid":"d00c29d1762ca16f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d00c29d1762ca16f","status":"passed","time":{"start":1728682424305,"stop":1728682424305,"duration":0}},{"uid":"e8cad558fafddda4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8cad558fafddda4","status":"passed","time":{"start":1728676900512,"stop":1728676900512,"duration":0}},{"uid":"844b60d6e161e57c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/844b60d6e161e57c","status":"passed","time":{"start":1728669625795,"stop":1728669625795,"duration":0}},{"uid":"c472acc7bb3fea08","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c472acc7bb3fea08","status":"passed","time":{"start":1728597957160,"stop":1728597957160,"duration":0}},{"uid":"e2766d508fca6ce8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e2766d508fca6ce8","status":"passed","time":{"start":1728597182612,"stop":1728597182614,"duration":2}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bf0000bb3fc7aebe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bf0000bb3fc7aebe","status":"passed","time":{"start":1729034536109,"stop":1729034536109,"duration":0}},{"uid":"6d70f1b3235ee501","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d70f1b3235ee501","status":"passed","time":{"start":1729034296714,"stop":1729034296714,"duration":0}},{"uid":"9155f05f3ad9e74b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9155f05f3ad9e74b","status":"passed","time":{"start":1729034220609,"stop":1729034220610,"duration":1}},{"uid":"d286884eb1cc3fa6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d286884eb1cc3fa6","status":"passed","time":{"start":1729034041498,"stop":1729034041498,"duration":0}},{"uid":"f0489a690d020e6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f0489a690d020e6e","status":"passed","time":{"start":1728901705413,"stop":1728901705414,"duration":1}},{"uid":"d6cd4ab3bda76507","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6cd4ab3bda76507","status":"passed","time":{"start":1728893141781,"stop":1728893141781,"duration":0}},{"uid":"ef8756582bfe1386","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ef8756582bfe1386","status":"passed","time":{"start":1728856087087,"stop":1728856087087,"duration":0}},{"uid":"bc8f766a00ae65ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bc8f766a00ae65ec","status":"passed","time":{"start":1728738321446,"stop":1728738321454,"duration":8}},{"uid":"308dfd5a336f90f3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/308dfd5a336f90f3","status":"passed","time":{"start":1728682845680,"stop":1728682845680,"duration":0}},{"uid":"908de8dc6b87aa30","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/908de8dc6b87aa30","status":"passed","time":{"start":1728682424315,"stop":1728682424315,"duration":0}},{"uid":"4a6aa3f847769a5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4a6aa3f847769a5","status":"passed","time":{"start":1728676900544,"stop":1728676900544,"duration":0}},{"uid":"783f42c605e9a6a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/783f42c605e9a6a","status":"passed","time":{"start":1728669625804,"stop":1728669625805,"duration":1}},{"uid":"853805f145f1a328","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/853805f145f1a328","status":"passed","time":{"start":1728597957175,"stop":1728597957176,"duration":1}},{"uid":"b2aa1cba33da6e5f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2aa1cba33da6e5f","status":"passed","time":{"start":1728597182622,"stop":1728597182623,"duration":1}}]},"d5c42a61d4159091cc94520f6520dc00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c823bd7732e7513b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c823bd7732e7513b","status":"passed","time":{"start":1728669841252,"stop":1728669841253,"duration":1}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c6a4da87be4e745a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c6a4da87be4e745a","status":"passed","time":{"start":1729034631260,"stop":1729034631260,"duration":0}},{"uid":"5f390563b595b1b0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f390563b595b1b0","status":"passed","time":{"start":1729034400895,"stop":1729034400896,"duration":1}},{"uid":"c7b60b417b998316","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c7b60b417b998316","status":"passed","time":{"start":1729034317486,"stop":1729034317487,"duration":1}},{"uid":"1aab05fe9d22c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1aab05fe9d22c5","status":"passed","time":{"start":1729034137149,"stop":1729034137149,"duration":0}},{"uid":"70298b043bd15f1c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/70298b043bd15f1c","status":"passed","time":{"start":1729032206882,"stop":1729032206883,"duration":1}},{"uid":"12bec19458a3d5a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12bec19458a3d5a8","status":"passed","time":{"start":1728901995027,"stop":1728901995027,"duration":0}},{"uid":"e59092aec32b2dd3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e59092aec32b2dd3","status":"passed","time":{"start":1728893421004,"stop":1728893421004,"duration":0}},{"uid":"2bde1a04c2dd8d3b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2bde1a04c2dd8d3b","status":"passed","time":{"start":1728856368603,"stop":1728856368604,"duration":1}},{"uid":"78c711d90615ca8f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78c711d90615ca8f","status":"passed","time":{"start":1728738604689,"stop":1728738604689,"duration":0}},{"uid":"101d99271b503cee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/101d99271b503cee","status":"passed","time":{"start":1728683117645,"stop":1728683117651,"duration":6}},{"uid":"acc41718041474cc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acc41718041474cc","status":"passed","time":{"start":1728682721324,"stop":1728682721324,"duration":0}},{"uid":"bb252305a9d3f8c2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bb252305a9d3f8c2","status":"passed","time":{"start":1728677184690,"stop":1728677184690,"duration":0}},{"uid":"310bf60930fc939d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/310bf60930fc939d","status":"passed","time":{"start":1728669866470,"stop":1728669866471,"duration":1}},{"uid":"3a06fcad983692a7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3a06fcad983692a7","status":"passed","time":{"start":1728598250007,"stop":1728598250007,"duration":0}},{"uid":"8baec1c0b061e0ff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8baec1c0b061e0ff","status":"passed","time":{"start":1728597472306,"stop":1728597472307,"duration":1}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a9ede440945eef98","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a9ede440945eef98","status":"passed","time":{"start":1729034536776,"stop":1729034536784,"duration":8}},{"uid":"131b17bd7ff73d8d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/131b17bd7ff73d8d","status":"passed","time":{"start":1729034307030,"stop":1729034307031,"duration":1}},{"uid":"8dc836968a7653f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8dc836968a7653f5","status":"passed","time":{"start":1729034223305,"stop":1729034223306,"duration":1}},{"uid":"8eb7b22f91a8aaac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8eb7b22f91a8aaac","status":"passed","time":{"start":1729034034977,"stop":1729034034978,"duration":1}},{"uid":"690d76dfd75092db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/690d76dfd75092db","status":"passed","time":{"start":1729032066281,"stop":1729032066287,"duration":6}},{"uid":"fef23ad139f4c986","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fef23ad139f4c986","status":"passed","time":{"start":1728901706618,"stop":1728901706618,"duration":0}},{"uid":"258ab302d5d30a80","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/258ab302d5d30a80","status":"passed","time":{"start":1728893153421,"stop":1728893153421,"duration":0}},{"uid":"9e65bc4cbf2a82a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e65bc4cbf2a82a5","status":"passed","time":{"start":1728856108125,"stop":1728856108126,"duration":1}},{"uid":"3fd08eb56fb87851","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3fd08eb56fb87851","status":"passed","time":{"start":1728738316668,"stop":1728738316668,"duration":0}},{"uid":"816e09f76eae66e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/816e09f76eae66e6","status":"passed","time":{"start":1728682865314,"stop":1728682865315,"duration":1}},{"uid":"bc343f384339685c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc343f384339685c","status":"passed","time":{"start":1728682446994,"stop":1728682446995,"duration":1}},{"uid":"e5d0f98f151bbea0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5d0f98f151bbea0","status":"passed","time":{"start":1728676924478,"stop":1728676924478,"duration":0}},{"uid":"dc20d932f6d5239","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc20d932f6d5239","status":"passed","time":{"start":1728669626256,"stop":1728669626257,"duration":1}},{"uid":"c582aa3ce35c2f24","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c582aa3ce35c2f24","status":"passed","time":{"start":1728597973671,"stop":1728597973672,"duration":1}},{"uid":"9d23e3630492a6fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9d23e3630492a6fd","status":"passed","time":{"start":1728597188033,"stop":1728597188034,"duration":1}}]},"a3c37c0cb0a5f6833b8bbc1fbdbcd007:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f865cb328a293af1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f865cb328a293af1","status":"passed","time":{"start":1729034332628,"stop":1729034332628,"duration":0}},{"uid":"fb20610eb50849b7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fb20610eb50849b7","status":"passed","time":{"start":1729034096129,"stop":1729034096130,"duration":1}},{"uid":"3ed16a2bace39e1d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3ed16a2bace39e1d","status":"passed","time":{"start":1729034020087,"stop":1729034020087,"duration":0}},{"uid":"60c64221952c1608","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/60c64221952c1608","status":"passed","time":{"start":1729033834380,"stop":1729033834381,"duration":1}},{"uid":"e05f4740d13a4fec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e05f4740d13a4fec","status":"passed","time":{"start":1729031884113,"stop":1729031884113,"duration":0}},{"uid":"d80dd80aa9c4c4c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d80dd80aa9c4c4c","status":"passed","time":{"start":1728901430252,"stop":1728901430252,"duration":0}},{"uid":"7bb43da171b4fff3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7bb43da171b4fff3","status":"passed","time":{"start":1728892860528,"stop":1728892860529,"duration":1}},{"uid":"908fbba93c7ca817","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/908fbba93c7ca817","status":"passed","time":{"start":1728855823319,"stop":1728855823319,"duration":0}},{"uid":"cf5adca3df168c2f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cf5adca3df168c2f","status":"passed","time":{"start":1728738040597,"stop":1728738040598,"duration":1}},{"uid":"d141d41678083632","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d141d41678083632","status":"passed","time":{"start":1728682574088,"stop":1728682574088,"duration":0}},{"uid":"9affea21b59c8838","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9affea21b59c8838","status":"passed","time":{"start":1728682146812,"stop":1728682146812,"duration":0}},{"uid":"336c17a688f864de","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/336c17a688f864de","status":"passed","time":{"start":1728676621428,"stop":1728676621428,"duration":0}},{"uid":"7d3b44a708d1c3bc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7d3b44a708d1c3bc","status":"passed","time":{"start":1728669344464,"stop":1728669344464,"duration":0}},{"uid":"dc646cd08fbac111","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc646cd08fbac111","status":"passed","time":{"start":1728597685157,"stop":1728597685158,"duration":1}},{"uid":"71e3720dc7b2dc00","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/71e3720dc7b2dc00","status":"passed","time":{"start":1728596904464,"stop":1728596904464,"duration":0}}]},"cebc03d1dc17894394eae679b80a05d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94b33e4881d5b0ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94b33e4881d5b0ea","status":"passed","time":{"start":1728682607292,"stop":1728682607293,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"90123cc854a71929","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/90123cc854a71929","status":"passed","time":{"start":1729034565836,"stop":1729034565836,"duration":0}},{"uid":"14e7dd4d2856d22f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/14e7dd4d2856d22f","status":"passed","time":{"start":1729034325778,"stop":1729034325778,"duration":0}},{"uid":"522c27a37ee74bb0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/522c27a37ee74bb0","status":"passed","time":{"start":1729034249514,"stop":1729034249514,"duration":0}},{"uid":"13c9afdf003b23b8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/13c9afdf003b23b8","status":"passed","time":{"start":1729034066161,"stop":1729034066161,"duration":0}},{"uid":"a7c684d5f248b47e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7c684d5f248b47e","status":"passed","time":{"start":1728901782837,"stop":1728901782838,"duration":1}},{"uid":"c39753acbf199a5b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c39753acbf199a5b","status":"passed","time":{"start":1728893215987,"stop":1728893215988,"duration":1}},{"uid":"2bb6ec0420acc47b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2bb6ec0420acc47b","status":"passed","time":{"start":1728856159201,"stop":1728856159201,"duration":0}},{"uid":"8188b0fc113127df","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8188b0fc113127df","status":"passed","time":{"start":1728738371839,"stop":1728738371839,"duration":0}},{"uid":"b1c786f7c0cca7fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1c786f7c0cca7fb","status":"passed","time":{"start":1728682915887,"stop":1728682915887,"duration":0}},{"uid":"2947af912ab05100","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2947af912ab05100","status":"passed","time":{"start":1728682496457,"stop":1728682496457,"duration":0}},{"uid":"61ad15b3c70df9e1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/61ad15b3c70df9e1","status":"passed","time":{"start":1728676980226,"stop":1728676980226,"duration":0}},{"uid":"3869963a9d3ca016","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3869963a9d3ca016","status":"passed","time":{"start":1728598045387,"stop":1728598045387,"duration":0}},{"uid":"ebd7ffcfc68a0a49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ebd7ffcfc68a0a49","status":"passed","time":{"start":1728597260331,"stop":1728597260332,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f14c310b9538237","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f14c310b9538237","status":"passed","time":{"start":1729034630104,"stop":1729034630105,"duration":1}},{"uid":"4114ea0dbbff03f2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4114ea0dbbff03f2","status":"passed","time":{"start":1729034390821,"stop":1729034390821,"duration":0}},{"uid":"3b00a72d699a361d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3b00a72d699a361d","status":"passed","time":{"start":1729034323920,"stop":1729034323922,"duration":2}},{"uid":"795863f0cf273a74","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/795863f0cf273a74","status":"passed","time":{"start":1729034140324,"stop":1729034140324,"duration":0}},{"uid":"8deee002265e79f0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8deee002265e79f0","status":"passed","time":{"start":1729032192389,"stop":1729032192391,"duration":2}},{"uid":"1f86bef55ecda855","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1f86bef55ecda855","status":"passed","time":{"start":1728901896708,"stop":1728901896708,"duration":0}},{"uid":"59b62bfe9970f992","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/59b62bfe9970f992","status":"passed","time":{"start":1728893334447,"stop":1728893334447,"duration":0}},{"uid":"afb0314fb57b9f85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/afb0314fb57b9f85","status":"passed","time":{"start":1728856285986,"stop":1728856285987,"duration":1}},{"uid":"3890067a8be96276","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3890067a8be96276","status":"passed","time":{"start":1728738508178,"stop":1728738508178,"duration":0}},{"uid":"31739b38fdc062ff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/31739b38fdc062ff","status":"passed","time":{"start":1728683055335,"stop":1728683055335,"duration":0}},{"uid":"e64803c20d4de55a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e64803c20d4de55a","status":"passed","time":{"start":1728682604662,"stop":1728682604662,"duration":0}},{"uid":"5962ca82d7b610be","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5962ca82d7b610be","status":"passed","time":{"start":1728677105011,"stop":1728677105011,"duration":0}},{"uid":"f4abf32e22edf853","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4abf32e22edf853","status":"passed","time":{"start":1728669780767,"stop":1728669780767,"duration":0}},{"uid":"725375b21b87cd3d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/725375b21b87cd3d","status":"passed","time":{"start":1728598159630,"stop":1728598159630,"duration":0}},{"uid":"21197e7878082cc7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/21197e7878082cc7","status":"passed","time":{"start":1728597371093,"stop":1728597371093,"duration":0}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"dc3442e6a4c34563","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dc3442e6a4c34563","status":"passed","time":{"start":1729034631259,"stop":1729034631259,"duration":0}},{"uid":"436c7389fa1a2b11","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/436c7389fa1a2b11","status":"passed","time":{"start":1729034400895,"stop":1729034400895,"duration":0}},{"uid":"6b2e6b20dfab72bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b2e6b20dfab72bf","status":"passed","time":{"start":1729034317486,"stop":1729034317486,"duration":0}},{"uid":"8b1aff59d9060251","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b1aff59d9060251","status":"passed","time":{"start":1729034137148,"stop":1729034137148,"duration":0}},{"uid":"bf0f5858b8bc47d2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bf0f5858b8bc47d2","status":"passed","time":{"start":1729032206882,"stop":1729032206882,"duration":0}},{"uid":"6be65343a413d663","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6be65343a413d663","status":"passed","time":{"start":1728901995027,"stop":1728901995027,"duration":0}},{"uid":"4457667f073d77c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4457667f073d77c8","status":"passed","time":{"start":1728893421004,"stop":1728893421004,"duration":0}},{"uid":"573ffbbd25e09c10","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/573ffbbd25e09c10","status":"passed","time":{"start":1728856368603,"stop":1728856368603,"duration":0}},{"uid":"7c1d08b1eba019e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7c1d08b1eba019e","status":"passed","time":{"start":1728738604688,"stop":1728738604689,"duration":1}},{"uid":"17060332b89fc0ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/17060332b89fc0ab","status":"passed","time":{"start":1728683117644,"stop":1728683117645,"duration":1}},{"uid":"a3cca9ed4d18c9a0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a3cca9ed4d18c9a0","status":"passed","time":{"start":1728682721323,"stop":1728682721323,"duration":0}},{"uid":"4759db9151d92e58","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4759db9151d92e58","status":"passed","time":{"start":1728677184690,"stop":1728677184690,"duration":0}},{"uid":"53879cf508a15ec9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/53879cf508a15ec9","status":"passed","time":{"start":1728669866469,"stop":1728669866469,"duration":0}},{"uid":"39cf4f5ef299ce01","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39cf4f5ef299ce01","status":"passed","time":{"start":1728598250003,"stop":1728598250004,"duration":1}},{"uid":"ccf737d4199f162d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ccf737d4199f162d","status":"passed","time":{"start":1728597472306,"stop":1728597472306,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e4a63ca6b1c58e04","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e4a63ca6b1c58e04","status":"passed","time":{"start":1729034565834,"stop":1729034565835,"duration":1}},{"uid":"8dfbbe737fc9075c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8dfbbe737fc9075c","status":"passed","time":{"start":1729034325776,"stop":1729034325776,"duration":0}},{"uid":"a554d0dcab223873","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a554d0dcab223873","status":"passed","time":{"start":1729034249513,"stop":1729034249513,"duration":0}},{"uid":"a6379544a67e2d88","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6379544a67e2d88","status":"passed","time":{"start":1729034066157,"stop":1729034066158,"duration":1}},{"uid":"42c9f7f248bfd82","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/42c9f7f248bfd82","status":"passed","time":{"start":1728901782836,"stop":1728901782837,"duration":1}},{"uid":"af913ee20e3fbb7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/af913ee20e3fbb7c","status":"passed","time":{"start":1728893215985,"stop":1728893215985,"duration":0}},{"uid":"3667e7a1d2306107","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3667e7a1d2306107","status":"passed","time":{"start":1728856159200,"stop":1728856159200,"duration":0}},{"uid":"80913f82cf40ed3d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80913f82cf40ed3d","status":"passed","time":{"start":1728738371838,"stop":1728738371838,"duration":0}},{"uid":"95259e1ad7e337f8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/95259e1ad7e337f8","status":"passed","time":{"start":1728682915885,"stop":1728682915886,"duration":1}},{"uid":"58c706a1f67a8b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/58c706a1f67a8b4","status":"passed","time":{"start":1728682496456,"stop":1728682496456,"duration":0}},{"uid":"a2a3cd15aa669a7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2a3cd15aa669a7","status":"passed","time":{"start":1728676980225,"stop":1728676980225,"duration":0}},{"uid":"5eba98d5f454597d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5eba98d5f454597d","status":"passed","time":{"start":1728598045386,"stop":1728598045386,"duration":0}},{"uid":"8a5449e6212d69cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8a5449e6212d69cd","status":"passed","time":{"start":1728597260330,"stop":1728597260330,"duration":0}}]},"e20eb7121bbb60f8167a1108bc254548:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2bd19fc3e12d389","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b2bd19fc3e12d389","status":"passed","time":{"start":1728669764760,"stop":1728669764760,"duration":0}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"592e8445751318e0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/592e8445751318e0","status":"passed","time":{"start":1729034506804,"stop":1729034506804,"duration":0}},{"uid":"ac2a5ec920befd2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ac2a5ec920befd2","status":"passed","time":{"start":1729034259829,"stop":1729034259830,"duration":1}},{"uid":"642ec19ac4c94d06","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/642ec19ac4c94d06","status":"passed","time":{"start":1729034194034,"stop":1729034194035,"duration":1}},{"uid":"ff8311727550462d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff8311727550462d","status":"passed","time":{"start":1729034014881,"stop":1729034014882,"duration":1}},{"uid":"c77312961d2c6530","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c77312961d2c6530","status":"passed","time":{"start":1729032065460,"stop":1729032065461,"duration":1}},{"uid":"ccc9fa702434d087","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ccc9fa702434d087","status":"passed","time":{"start":1728901664284,"stop":1728901664285,"duration":1}},{"uid":"ea0b6ee9362e04e2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ea0b6ee9362e04e2","status":"passed","time":{"start":1728893093695,"stop":1728893093695,"duration":0}},{"uid":"bde41eb83738393e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bde41eb83738393e","status":"passed","time":{"start":1728856055276,"stop":1728856055277,"duration":1}},{"uid":"1281944cb23234e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1281944cb23234e6","status":"passed","time":{"start":1728738274748,"stop":1728738274748,"duration":0}},{"uid":"accb9c302ac1694f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/accb9c302ac1694f","status":"passed","time":{"start":1728682807963,"stop":1728682807963,"duration":0}},{"uid":"c7a6d93371f783c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7a6d93371f783c0","status":"passed","time":{"start":1728682381291,"stop":1728682381300,"duration":9}},{"uid":"bb4f0f90dae5fede","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bb4f0f90dae5fede","status":"passed","time":{"start":1728676853904,"stop":1728676853904,"duration":0}},{"uid":"17d1fd25c39ed121","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/17d1fd25c39ed121","status":"passed","time":{"start":1728669581701,"stop":1728669581702,"duration":1}},{"uid":"7c354a3fcc1491bc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c354a3fcc1491bc","status":"passed","time":{"start":1728597923495,"stop":1728597923495,"duration":0}},{"uid":"954757426092f967","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/954757426092f967","status":"passed","time":{"start":1728597132267,"stop":1728597132267,"duration":0}}]},"6541611678c80f356871931cd14306df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1572dffa4221e494","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1572dffa4221e494","status":"passed","time":{"start":1729034332638,"stop":1729034332639,"duration":1}},{"uid":"2a04863054a8bd08","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2a04863054a8bd08","status":"passed","time":{"start":1729034096138,"stop":1729034096138,"duration":0}},{"uid":"4c61119791ae6a5a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c61119791ae6a5a","status":"passed","time":{"start":1729034020094,"stop":1729034020094,"duration":0}},{"uid":"1100bd4eb7b5f537","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1100bd4eb7b5f537","status":"passed","time":{"start":1729033834391,"stop":1729033834391,"duration":0}},{"uid":"2c2309fd66c72f4d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c2309fd66c72f4d","status":"passed","time":{"start":1729031884124,"stop":1729031884124,"duration":0}},{"uid":"33c2d696fe859a43","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/33c2d696fe859a43","status":"passed","time":{"start":1728901430258,"stop":1728901430258,"duration":0}},{"uid":"c29370aa07f6d7fd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c29370aa07f6d7fd","status":"passed","time":{"start":1728892860537,"stop":1728892860537,"duration":0}},{"uid":"8754953e576bdff0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8754953e576bdff0","status":"passed","time":{"start":1728855823326,"stop":1728855823326,"duration":0}},{"uid":"2b9965c050122e6d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2b9965c050122e6d","status":"passed","time":{"start":1728738040607,"stop":1728738040607,"duration":0}},{"uid":"82de6b904c01170","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82de6b904c01170","status":"passed","time":{"start":1728682574097,"stop":1728682574097,"duration":0}},{"uid":"e72ba0ee056605e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e72ba0ee056605e6","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"7f684a4cde88d328","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7f684a4cde88d328","status":"passed","time":{"start":1728676621436,"stop":1728676621436,"duration":0}},{"uid":"431231833f8b1cfd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/431231833f8b1cfd","status":"passed","time":{"start":1728669344472,"stop":1728669344472,"duration":0}},{"uid":"ede233bf966510ee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ede233bf966510ee","status":"passed","time":{"start":1728597685166,"stop":1728597685166,"duration":0}},{"uid":"a8a03a4bf26028f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a8a03a4bf26028f8","status":"passed","time":{"start":1728596904474,"stop":1728596904474,"duration":0}}]},"a3e50db859210d6632119d958f40bf63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"830e2a662e6a8079","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/830e2a662e6a8079","status":"passed","time":{"start":1729034683699,"stop":1729034683699,"duration":0}},{"uid":"1b44dd3d7d982494","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1b44dd3d7d982494","status":"passed","time":{"start":1729034458924,"stop":1729034458925,"duration":1}},{"uid":"f5979efa2dd92aa5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f5979efa2dd92aa5","status":"passed","time":{"start":1729034372194,"stop":1729034372194,"duration":0}},{"uid":"b651fdb03f329e0c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b651fdb03f329e0c","status":"passed","time":{"start":1729034191991,"stop":1729034191994,"duration":3}},{"uid":"c49ecf86534a3700","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c49ecf86534a3700","status":"passed","time":{"start":1729032246143,"stop":1729032246143,"duration":0}},{"uid":"87300cf2500b4303","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/87300cf2500b4303","status":"passed","time":{"start":1728902009942,"stop":1728902009942,"duration":0}},{"uid":"e35a1a76e0c8b190","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e35a1a76e0c8b190","status":"passed","time":{"start":1728893442067,"stop":1728893442067,"duration":0}},{"uid":"f0fb135984de5226","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f0fb135984de5226","status":"passed","time":{"start":1728856390379,"stop":1728856390379,"duration":0}},{"uid":"295f0b4a62be1065","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/295f0b4a62be1065","status":"passed","time":{"start":1728738615984,"stop":1728738615984,"duration":0}},{"uid":"6f6a90805c693602","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6f6a90805c693602","status":"passed","time":{"start":1728683138589,"stop":1728683138590,"duration":1}},{"uid":"ffe52324bbdefa93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ffe52324bbdefa93","status":"passed","time":{"start":1728682713979,"stop":1728682713979,"duration":0}},{"uid":"b85e928c99d5d816","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b85e928c99d5d816","status":"passed","time":{"start":1728677205664,"stop":1728677205665,"duration":1}},{"uid":"1f50fac6eee1943","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1f50fac6eee1943","status":"passed","time":{"start":1728669886305,"stop":1728669886306,"duration":1}},{"uid":"9bfe0e8c2b43f1eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9bfe0e8c2b43f1eb","status":"passed","time":{"start":1728598272273,"stop":1728598272274,"duration":1}},{"uid":"b2d6a1fd6a9cdf01","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2d6a1fd6a9cdf01","status":"passed","time":{"start":1728597492995,"stop":1728597492995,"duration":0}}]},"db6676b9ead63dbc944d76333b862c97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"51484d7476755550","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/51484d7476755550","status":"passed","time":{"start":1729034332641,"stop":1729034332641,"duration":0}},{"uid":"6fe1ace5a37fd2de","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6fe1ace5a37fd2de","status":"passed","time":{"start":1729034096139,"stop":1729034096140,"duration":1}},{"uid":"b7af3c105ba62f8f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b7af3c105ba62f8f","status":"passed","time":{"start":1729034020096,"stop":1729034020096,"duration":0}},{"uid":"df2cffba8141d8d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df2cffba8141d8d0","status":"passed","time":{"start":1729033834392,"stop":1729033834393,"duration":1}},{"uid":"b8bb2af9ae169b59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b8bb2af9ae169b59","status":"passed","time":{"start":1729031884126,"stop":1729031884126,"duration":0}},{"uid":"6048c65b4d4047bb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6048c65b4d4047bb","status":"passed","time":{"start":1728901430259,"stop":1728901430259,"duration":0}},{"uid":"39576a316b8d5b6c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/39576a316b8d5b6c","status":"passed","time":{"start":1728892860538,"stop":1728892860538,"duration":0}},{"uid":"7c61b8423cf3fab7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7c61b8423cf3fab7","status":"passed","time":{"start":1728855823327,"stop":1728855823328,"duration":1}},{"uid":"b3105125f175c593","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3105125f175c593","status":"passed","time":{"start":1728738040608,"stop":1728738040609,"duration":1}},{"uid":"1d39fdd358a4c8e1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1d39fdd358a4c8e1","status":"passed","time":{"start":1728682574099,"stop":1728682574100,"duration":1}},{"uid":"c1c6e859a8408192","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1c6e859a8408192","status":"passed","time":{"start":1728682146823,"stop":1728682146824,"duration":1}},{"uid":"a04cbe098d4fa5ec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a04cbe098d4fa5ec","status":"passed","time":{"start":1728676621438,"stop":1728676621438,"duration":0}},{"uid":"377039d8a85dbf98","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/377039d8a85dbf98","status":"passed","time":{"start":1728669344473,"stop":1728669344473,"duration":0}},{"uid":"69ea599ea1f38b16","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/69ea599ea1f38b16","status":"passed","time":{"start":1728597685168,"stop":1728597685168,"duration":0}},{"uid":"e4501375b65ee0d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e4501375b65ee0d4","status":"passed","time":{"start":1728596904476,"stop":1728596904476,"duration":0}}]},"d0dc5dea0b736c4c0a73afb84dd0d2f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1c3607de476a894","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d1c3607de476a894","status":"passed","time":{"start":1728901958854,"stop":1728901958855,"duration":1}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bb71a4057632094e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bb71a4057632094e","status":"passed","time":{"start":1729034694623,"stop":1729034694623,"duration":0}},{"uid":"a79788c6846c8ad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a79788c6846c8ad","status":"passed","time":{"start":1729034462012,"stop":1729034462012,"duration":0}},{"uid":"50e6d785b364aa81","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/50e6d785b364aa81","status":"passed","time":{"start":1729034375976,"stop":1729034375976,"duration":0}},{"uid":"f4e7fc831e47e5f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f4e7fc831e47e5f","status":"passed","time":{"start":1729034200065,"stop":1729034200065,"duration":0}},{"uid":"340ce7bba28b8505","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/340ce7bba28b8505","status":"passed","time":{"start":1729032257890,"stop":1729032257890,"duration":0}},{"uid":"536835fc41631889","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/536835fc41631889","status":"passed","time":{"start":1728902003565,"stop":1728902003567,"duration":2}},{"uid":"f160c463fbd853f2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f160c463fbd853f2","status":"passed","time":{"start":1728893434694,"stop":1728893434694,"duration":0}},{"uid":"26a8bb81c38a2fa5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/26a8bb81c38a2fa5","status":"passed","time":{"start":1728856398642,"stop":1728856398642,"duration":0}},{"uid":"7db82f1a432b8e47","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7db82f1a432b8e47","status":"passed","time":{"start":1728738612001,"stop":1728738612001,"duration":0}},{"uid":"aa2e317e26a254e4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aa2e317e26a254e4","status":"passed","time":{"start":1728683155008,"stop":1728683155008,"duration":0}},{"uid":"6c73a6f9876cd22e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c73a6f9876cd22e","status":"passed","time":{"start":1728682706103,"stop":1728682706103,"duration":0}},{"uid":"75addde0192ac18c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/75addde0192ac18c","status":"passed","time":{"start":1728677207495,"stop":1728677207495,"duration":0}},{"uid":"c59e831c0d88af65","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c59e831c0d88af65","status":"passed","time":{"start":1728669887097,"stop":1728669887097,"duration":0}},{"uid":"ed335ff50ca5edfc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ed335ff50ca5edfc","status":"passed","time":{"start":1728598263637,"stop":1728598263637,"duration":0}},{"uid":"ea0ff4d99b537bb0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea0ff4d99b537bb0","status":"passed","time":{"start":1728597478275,"stop":1728597478275,"duration":0}}]},"4f4e0af3b0ffd8416ef88ac3a630c4f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9598553d209f7eda","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9598553d209f7eda","status":"passed","time":{"start":1729034129482,"stop":1729034129482,"duration":0}}]},"926a0a8e442c46de3a902b60357c68a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47677e972a85e135","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/47677e972a85e135","status":"passed","time":{"start":1728901881008,"stop":1728901881008,"duration":0}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fd394f0c7775ec00","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fd394f0c7775ec00","status":"passed","time":{"start":1729034356474,"stop":1729034356475,"duration":1}},{"uid":"26946c832db350a1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/26946c832db350a1","status":"passed","time":{"start":1729034120500,"stop":1729034120500,"duration":0}},{"uid":"d5c3f41f9ab5332a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d5c3f41f9ab5332a","status":"passed","time":{"start":1729033858270,"stop":1729033858271,"duration":1}},{"uid":"9ad8b818bd8a7711","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ad8b818bd8a7711","status":"passed","time":{"start":1729031908177,"stop":1729031908177,"duration":0}},{"uid":"7ece7eb232444936","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7ece7eb232444936","status":"passed","time":{"start":1728901453933,"stop":1728901453933,"duration":0}},{"uid":"6dbf27a00d4e9ce3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6dbf27a00d4e9ce3","status":"passed","time":{"start":1728892884409,"stop":1728892884410,"duration":1}},{"uid":"680d537e6777a757","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/680d537e6777a757","status":"passed","time":{"start":1728855846879,"stop":1728855846879,"duration":0}},{"uid":"ccd30089251d9a7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ccd30089251d9a7","status":"passed","time":{"start":1728738064182,"stop":1728738064182,"duration":0}},{"uid":"82543e567ecc824b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82543e567ecc824b","status":"passed","time":{"start":1728682597760,"stop":1728682597761,"duration":1}},{"uid":"d460c5b125b2d277","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d460c5b125b2d277","status":"passed","time":{"start":1728682170540,"stop":1728682170540,"duration":0}},{"uid":"daeb0165234b944a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/daeb0165234b944a","status":"passed","time":{"start":1728676645199,"stop":1728676645200,"duration":1}},{"uid":"32d59065aa182a01","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32d59065aa182a01","status":"passed","time":{"start":1728669368194,"stop":1728669368195,"duration":1}},{"uid":"f70db26ab54dff56","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f70db26ab54dff56","status":"passed","time":{"start":1728597709010,"stop":1728597709011,"duration":1}},{"uid":"bc7ec582ea6cea82","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc7ec582ea6cea82","status":"passed","time":{"start":1728596928106,"stop":1728596928106,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8cbee89ed6545c44","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8cbee89ed6545c44","status":"passed","time":{"start":1729034360437,"stop":1729034360437,"duration":0}},{"uid":"6d594ee269fce3cc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d594ee269fce3cc","status":"passed","time":{"start":1729034124363,"stop":1729034124364,"duration":1}},{"uid":"ecb8ff723b834cdd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ecb8ff723b834cdd","status":"passed","time":{"start":1729034047485,"stop":1729034047485,"duration":0}},{"uid":"744d1dc06edeb69","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/744d1dc06edeb69","status":"passed","time":{"start":1729033862330,"stop":1729033862330,"duration":0}},{"uid":"327808b6891a1ade","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/327808b6891a1ade","status":"passed","time":{"start":1729031912071,"stop":1729031912071,"duration":0}},{"uid":"bdffeaa437923b16","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bdffeaa437923b16","status":"passed","time":{"start":1728901457818,"stop":1728901457818,"duration":0}},{"uid":"af0e10bdcbc14dab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/af0e10bdcbc14dab","status":"passed","time":{"start":1728892888301,"stop":1728892888301,"duration":0}},{"uid":"b78b2b4c1a0796c9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b78b2b4c1a0796c9","status":"passed","time":{"start":1728855850789,"stop":1728855850789,"duration":0}},{"uid":"742a5d0e4fdc8f8e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/742a5d0e4fdc8f8e","status":"passed","time":{"start":1728738068165,"stop":1728738068165,"duration":0}},{"uid":"42d8a85469acbe57","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42d8a85469acbe57","status":"passed","time":{"start":1728682601674,"stop":1728682601674,"duration":0}},{"uid":"b3dd6ab0fa24b33f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3dd6ab0fa24b33f","status":"passed","time":{"start":1728682174566,"stop":1728682174567,"duration":1}},{"uid":"6281d57f1b214ad2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6281d57f1b214ad2","status":"passed","time":{"start":1728676648932,"stop":1728676648932,"duration":0}},{"uid":"b0873b6b43ce3831","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0873b6b43ce3831","status":"passed","time":{"start":1728669372211,"stop":1728669372212,"duration":1}},{"uid":"ad9fe61e6ebb1da1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ad9fe61e6ebb1da1","status":"passed","time":{"start":1728597712761,"stop":1728597712762,"duration":1}},{"uid":"1a5d1b6067197c66","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1a5d1b6067197c66","status":"passed","time":{"start":1728596931867,"stop":1728596931868,"duration":1}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ebfd90ede8da14c7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ebfd90ede8da14c7","status":"passed","time":{"start":1729034347698,"stop":1729034347701,"duration":3}},{"uid":"fd38e10ec131db1d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fd38e10ec131db1d","status":"passed","time":{"start":1729034111881,"stop":1729034111882,"duration":1}},{"uid":"188358da8379115f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/188358da8379115f","status":"passed","time":{"start":1729034035122,"stop":1729034035122,"duration":0}},{"uid":"a6ac620099e54f87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6ac620099e54f87","status":"passed","time":{"start":1729033849966,"stop":1729033849967,"duration":1}},{"uid":"ba846078969b6f26","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ba846078969b6f26","status":"passed","time":{"start":1729031899464,"stop":1729031899466,"duration":2}},{"uid":"2f580187ebfafa2c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f580187ebfafa2c","status":"passed","time":{"start":1728901445404,"stop":1728901445405,"duration":1}},{"uid":"285581230c19b4bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/285581230c19b4bf","status":"passed","time":{"start":1728892875886,"stop":1728892875886,"duration":0}},{"uid":"ac9a4208675a9f3e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac9a4208675a9f3e","status":"passed","time":{"start":1728855838678,"stop":1728855838678,"duration":0}},{"uid":"dd093c9ef45d0dd7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dd093c9ef45d0dd7","status":"passed","time":{"start":1728738055728,"stop":1728738055729,"duration":1}},{"uid":"f16a101e58b42ee5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f16a101e58b42ee5","status":"passed","time":{"start":1728682589233,"stop":1728682589234,"duration":1}},{"uid":"f2e36c335ed8e7f5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f2e36c335ed8e7f5","status":"passed","time":{"start":1728682161930,"stop":1728682161931,"duration":1}},{"uid":"e9ef7778c2738079","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e9ef7778c2738079","status":"passed","time":{"start":1728676637108,"stop":1728676637109,"duration":1}},{"uid":"9e57a239b4ab2c4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e57a239b4ab2c4d","status":"passed","time":{"start":1728669359720,"stop":1728669359721,"duration":1}},{"uid":"94de5461164e8200","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/94de5461164e8200","status":"passed","time":{"start":1728597700328,"stop":1728597700329,"duration":1}},{"uid":"23071c8ad71fc09f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/23071c8ad71fc09f","status":"passed","time":{"start":1728596919812,"stop":1728596919814,"duration":2}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"12df1396d1ef684b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/12df1396d1ef684b","status":"passed","time":{"start":1729034356135,"stop":1729034356135,"duration":0}},{"uid":"f542caa1a5213f63","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f542caa1a5213f63","status":"passed","time":{"start":1729034120212,"stop":1729034120213,"duration":1}},{"uid":"17e3ebdb86e3bdcc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/17e3ebdb86e3bdcc","status":"passed","time":{"start":1729034043141,"stop":1729034043142,"duration":1}},{"uid":"23a2ab4beac3d03c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/23a2ab4beac3d03c","status":"passed","time":{"start":1729033857764,"stop":1729033857765,"duration":1}},{"uid":"e423a3eb74f551d4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e423a3eb74f551d4","status":"passed","time":{"start":1729031907984,"stop":1729031907984,"duration":0}},{"uid":"e4f79461a021457","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e4f79461a021457","status":"passed","time":{"start":1728901453409,"stop":1728901453410,"duration":1}},{"uid":"640c9a4f1372b49e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/640c9a4f1372b49e","status":"passed","time":{"start":1728892883977,"stop":1728892883978,"duration":1}},{"uid":"f183ddd9e74f5361","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f183ddd9e74f5361","status":"passed","time":{"start":1728855846184,"stop":1728855846184,"duration":0}},{"uid":"55e7551a67ae1f6d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/55e7551a67ae1f6d","status":"passed","time":{"start":1728738063646,"stop":1728738063647,"duration":1}},{"uid":"3267a835cf89978c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3267a835cf89978c","status":"passed","time":{"start":1728682597528,"stop":1728682597528,"duration":0}},{"uid":"3abae66dfa344df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3abae66dfa344df","status":"passed","time":{"start":1728682170200,"stop":1728682170201,"duration":1}},{"uid":"bfd392f7f9269c9d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bfd392f7f9269c9d","status":"passed","time":{"start":1728676644979,"stop":1728676644979,"duration":0}},{"uid":"b89fe3d04777f50","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b89fe3d04777f50","status":"passed","time":{"start":1728669367852,"stop":1728669367852,"duration":0}},{"uid":"e2cabcd828d32abe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e2cabcd828d32abe","status":"passed","time":{"start":1728597708659,"stop":1728597708659,"duration":0}},{"uid":"5911d467be6450ac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5911d467be6450ac","status":"passed","time":{"start":1728596927474,"stop":1728596927477,"duration":3}}]},"eaba003dd7df0ef01de1ea2dd92519a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b0495332288f1342","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b0495332288f1342","status":"passed","time":{"start":1729034373029,"stop":1729034373029,"duration":0}},{"uid":"3d4060068dcfcb6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3d4060068dcfcb6","status":"passed","time":{"start":1729034137316,"stop":1729034137317,"duration":1}},{"uid":"f8fb698d7d8dda22","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f8fb698d7d8dda22","status":"passed","time":{"start":1729034060021,"stop":1729034060021,"duration":0}},{"uid":"511d78b3288a3b2b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/511d78b3288a3b2b","status":"passed","time":{"start":1729033874965,"stop":1729033874965,"duration":0}},{"uid":"13bfee75be27b582","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/13bfee75be27b582","status":"passed","time":{"start":1729031924902,"stop":1729031924903,"duration":1}},{"uid":"98359786737ebe61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/98359786737ebe61","status":"passed","time":{"start":1728901469130,"stop":1728901469130,"duration":0}},{"uid":"ee47020beb744e6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ee47020beb744e6a","status":"passed","time":{"start":1728892899795,"stop":1728892899795,"duration":0}},{"uid":"3a7562472400c355","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3a7562472400c355","status":"passed","time":{"start":1728855863060,"stop":1728855863060,"duration":0}},{"uid":"427528ae682d3cfe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/427528ae682d3cfe","status":"passed","time":{"start":1728738080902,"stop":1728738080903,"duration":1}},{"uid":"e3263ef2655c253c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e3263ef2655c253c","status":"passed","time":{"start":1728682614311,"stop":1728682614311,"duration":0}},{"uid":"11d9200862fc247e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/11d9200862fc247e","status":"passed","time":{"start":1728682187096,"stop":1728682187096,"duration":0}},{"uid":"c23b88e9925eea5e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c23b88e9925eea5e","status":"passed","time":{"start":1728676661489,"stop":1728676661489,"duration":0}},{"uid":"cdcd15c010d1c33f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cdcd15c010d1c33f","status":"passed","time":{"start":1728669384664,"stop":1728669384664,"duration":0}},{"uid":"1a062876e2f2b874","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a062876e2f2b874","status":"passed","time":{"start":1728597724235,"stop":1728597724236,"duration":1}},{"uid":"32c7258dbf390dd7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32c7258dbf390dd7","status":"passed","time":{"start":1728596943283,"stop":1728596943284,"duration":1}}]},"aa02f6c42d0dbf7ed7e132935fc0e521:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcf89fbed812d332","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dcf89fbed812d332","status":"passed","time":{"start":1728677184694,"stop":1728677184695,"duration":1}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"240537d5ac8c5184","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/240537d5ac8c5184","status":"passed","time":{"start":1729034356139,"stop":1729034356139,"duration":0}},{"uid":"fa98d741ebc9fa17","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fa98d741ebc9fa17","status":"passed","time":{"start":1729034120217,"stop":1729034120217,"duration":0}},{"uid":"764258053d2d3f19","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/764258053d2d3f19","status":"passed","time":{"start":1729034043145,"stop":1729034043146,"duration":1}},{"uid":"69a57260d814adf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69a57260d814adf","status":"passed","time":{"start":1729033857768,"stop":1729033857768,"duration":0}},{"uid":"e8e688ac5d24a329","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8e688ac5d24a329","status":"passed","time":{"start":1729031907988,"stop":1729031907988,"duration":0}},{"uid":"7b09f03899043c01","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7b09f03899043c01","status":"passed","time":{"start":1728901453414,"stop":1728901453414,"duration":0}},{"uid":"2de3c25fc803c0fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2de3c25fc803c0fb","status":"passed","time":{"start":1728892883981,"stop":1728892883981,"duration":0}},{"uid":"25bc07df2da9da5c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/25bc07df2da9da5c","status":"passed","time":{"start":1728855846187,"stop":1728855846187,"duration":0}},{"uid":"d9ac89828436ed19","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d9ac89828436ed19","status":"passed","time":{"start":1728738063650,"stop":1728738063650,"duration":0}},{"uid":"3a0c5ec53653d159","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3a0c5ec53653d159","status":"passed","time":{"start":1728682597533,"stop":1728682597533,"duration":0}},{"uid":"4c88fbb737be5db5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4c88fbb737be5db5","status":"passed","time":{"start":1728682170204,"stop":1728682170204,"duration":0}},{"uid":"fb10fe884cca3548","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fb10fe884cca3548","status":"passed","time":{"start":1728676644983,"stop":1728676644983,"duration":0}},{"uid":"5e843c22fe1f69b2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5e843c22fe1f69b2","status":"passed","time":{"start":1728669367855,"stop":1728669367855,"duration":0}},{"uid":"4e0c35ba3a5c38a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4e0c35ba3a5c38a4","status":"passed","time":{"start":1728597708662,"stop":1728597708662,"duration":0}},{"uid":"18e5af04fc39f9a9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/18e5af04fc39f9a9","status":"passed","time":{"start":1728596927480,"stop":1728596927480,"duration":0}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"42f88e5d3badf276","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/42f88e5d3badf276","status":"passed","time":{"start":1729034704492,"stop":1729034704492,"duration":0}},{"uid":"34f5824d8a40198","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/34f5824d8a40198","status":"passed","time":{"start":1729034474983,"stop":1729034474984,"duration":1}},{"uid":"8b1067c100838fd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8b1067c100838fd","status":"passed","time":{"start":1729034395288,"stop":1729034395288,"duration":0}},{"uid":"afcfccce3eafa91c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/afcfccce3eafa91c","status":"passed","time":{"start":1729034209092,"stop":1729034209092,"duration":0}},{"uid":"50f58db9fb7c8442","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/50f58db9fb7c8442","status":"passed","time":{"start":1729032264563,"stop":1729032264564,"duration":1}},{"uid":"d938ca5932afa8b1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d938ca5932afa8b1","status":"passed","time":{"start":1728902012839,"stop":1728902012840,"duration":1}},{"uid":"94409cebdc6f9924","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/94409cebdc6f9924","status":"passed","time":{"start":1728893454808,"stop":1728893454808,"duration":0}},{"uid":"cb9b45f022de42bb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cb9b45f022de42bb","status":"passed","time":{"start":1728856408449,"stop":1728856408449,"duration":0}},{"uid":"901da638f22bae0a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/901da638f22bae0a","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"7f92768c47dc3449","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7f92768c47dc3449","status":"passed","time":{"start":1728683159748,"stop":1728683159748,"duration":0}},{"uid":"7adc8d39013b4cf2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7adc8d39013b4cf2","status":"passed","time":{"start":1728682751326,"stop":1728682751326,"duration":0}},{"uid":"f6a16816bb720766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f6a16816bb720766","status":"passed","time":{"start":1728677216352,"stop":1728677216352,"duration":0}},{"uid":"9c8a9de3daeb2079","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c8a9de3daeb2079","status":"passed","time":{"start":1728669925450,"stop":1728669925450,"duration":0}},{"uid":"a8df3a1517e9105","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8df3a1517e9105","status":"passed","time":{"start":1728598268798,"stop":1728598268799,"duration":1}},{"uid":"f19ad6f2381c2ed1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f19ad6f2381c2ed1","status":"passed","time":{"start":1728597503910,"stop":1728597503911,"duration":1}}]},"ec0cfed69544290e7855f1ec009b866d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b87aa44ae4d89b5e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b87aa44ae4d89b5e","status":"passed","time":{"start":1729034443509,"stop":1729034443509,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9d7585b9e744645a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9d7585b9e744645a","status":"passed","time":{"start":1729034703311,"stop":1729034703311,"duration":0}},{"uid":"bb0e1cab975209e7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bb0e1cab975209e7","status":"passed","time":{"start":1729034475274,"stop":1729034475275,"duration":1}},{"uid":"543b11ce22321a32","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/543b11ce22321a32","status":"passed","time":{"start":1729034392403,"stop":1729034392403,"duration":0}},{"uid":"6414c67136b6500d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6414c67136b6500d","status":"passed","time":{"start":1729034208294,"stop":1729034208295,"duration":1}},{"uid":"29d57762327708d4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29d57762327708d4","status":"passed","time":{"start":1729032257066,"stop":1729032257066,"duration":0}},{"uid":"58c55218fe3c0706","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/58c55218fe3c0706","status":"passed","time":{"start":1728902024012,"stop":1728902024013,"duration":1}},{"uid":"490d6ffe244425d1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/490d6ffe244425d1","status":"passed","time":{"start":1728893455129,"stop":1728893455130,"duration":1}},{"uid":"945e90a53161dced","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/945e90a53161dced","status":"passed","time":{"start":1728856404966,"stop":1728856404966,"duration":0}},{"uid":"6382c3e9cbbde8f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6382c3e9cbbde8f1","status":"passed","time":{"start":1728738634668,"stop":1728738634668,"duration":0}},{"uid":"b1f7a7c3d3383564","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1f7a7c3d3383564","status":"passed","time":{"start":1728683163620,"stop":1728683163620,"duration":0}},{"uid":"8d0a72b3cc5407c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8d0a72b3cc5407c","status":"passed","time":{"start":1728682737541,"stop":1728682737541,"duration":0}},{"uid":"694948c8360dc06e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/694948c8360dc06e","status":"passed","time":{"start":1728677222567,"stop":1728677222567,"duration":0}},{"uid":"d8ffa2c9f8b3f970","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8ffa2c9f8b3f970","status":"passed","time":{"start":1728669905041,"stop":1728669905044,"duration":3}},{"uid":"9117a4a92674e4f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9117a4a92674e4f3","status":"passed","time":{"start":1728598284366,"stop":1728598284366,"duration":0}},{"uid":"91aa8e63f656cc1a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/91aa8e63f656cc1a","status":"passed","time":{"start":1728597506831,"stop":1728597506831,"duration":0}}]},"ab97baf403ec9c9e61038073c6a4ebec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91a86e4c2968ac64","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/91a86e4c2968ac64","status":"passed","time":{"start":1728738555094,"stop":1728738555095,"duration":1}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b7ffc934e4954682","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b7ffc934e4954682","status":"passed","time":{"start":1729034506798,"stop":1729034506798,"duration":0}},{"uid":"e3334aafcdf55b60","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e3334aafcdf55b60","status":"passed","time":{"start":1729034259821,"stop":1729034259821,"duration":0}},{"uid":"87e9a41570c34c0f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/87e9a41570c34c0f","status":"passed","time":{"start":1729034194019,"stop":1729034194019,"duration":0}},{"uid":"a7dbbf96738f13c7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a7dbbf96738f13c7","status":"passed","time":{"start":1729034014877,"stop":1729034014877,"duration":0}},{"uid":"34a58027bece2d11","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/34a58027bece2d11","status":"passed","time":{"start":1729032065456,"stop":1729032065456,"duration":0}},{"uid":"79f48f72565b8d5d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/79f48f72565b8d5d","status":"passed","time":{"start":1728901664268,"stop":1728901664270,"duration":2}},{"uid":"3a99b416a3ac6064","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3a99b416a3ac6064","status":"passed","time":{"start":1728893093692,"stop":1728893093692,"duration":0}},{"uid":"b9632cf612db1f35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b9632cf612db1f35","status":"passed","time":{"start":1728856055273,"stop":1728856055273,"duration":0}},{"uid":"7ef05bda7eeed59d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7ef05bda7eeed59d","status":"passed","time":{"start":1728738274745,"stop":1728738274745,"duration":0}},{"uid":"3c5f2917b34105d0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3c5f2917b34105d0","status":"passed","time":{"start":1728682807960,"stop":1728682807960,"duration":0}},{"uid":"902df9269b4439b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/902df9269b4439b4","status":"passed","time":{"start":1728682381286,"stop":1728682381286,"duration":0}},{"uid":"4d18492f9ca71372","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4d18492f9ca71372","status":"passed","time":{"start":1728676853901,"stop":1728676853902,"duration":1}},{"uid":"3d68714d0fd929dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3d68714d0fd929dc","status":"passed","time":{"start":1728669581698,"stop":1728669581698,"duration":0}},{"uid":"88105aaddebf5f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/88105aaddebf5f3","status":"passed","time":{"start":1728597923491,"stop":1728597923491,"duration":0}},{"uid":"54129d69f4321422","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/54129d69f4321422","status":"passed","time":{"start":1728597132264,"stop":1728597132265,"duration":1}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3cb67a7660c91b2b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3cb67a7660c91b2b","status":"passed","time":{"start":1729034348762,"stop":1729034348762,"duration":0}},{"uid":"ece5a82bcb09d7fb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ece5a82bcb09d7fb","status":"passed","time":{"start":1729034112605,"stop":1729034112605,"duration":0}},{"uid":"52fc7429f304b075","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/52fc7429f304b075","status":"passed","time":{"start":1729034035872,"stop":1729034035872,"duration":0}},{"uid":"6750c39ef660a0a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6750c39ef660a0a8","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0}},{"uid":"c7bd2ef73ca9b776","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c7bd2ef73ca9b776","status":"passed","time":{"start":1729031900272,"stop":1729031900272,"duration":0}},{"uid":"71a13ea144476f6b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/71a13ea144476f6b","status":"passed","time":{"start":1728901446177,"stop":1728901446178,"duration":1}},{"uid":"51a53a5c70919c8f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51a53a5c70919c8f","status":"passed","time":{"start":1728892876478,"stop":1728892876478,"duration":0}},{"uid":"ab8f55e015f43b6c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ab8f55e015f43b6c","status":"passed","time":{"start":1728855839199,"stop":1728855839199,"duration":0}},{"uid":"634e1b891ca0fe4e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/634e1b891ca0fe4e","status":"passed","time":{"start":1728738056465,"stop":1728738056465,"duration":0}},{"uid":"d51eb19b0f5e4cab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d51eb19b0f5e4cab","status":"passed","time":{"start":1728682590045,"stop":1728682590045,"duration":0}},{"uid":"460200f1d7da71d4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/460200f1d7da71d4","status":"passed","time":{"start":1728682162839,"stop":1728682162839,"duration":0}},{"uid":"3030c25cf37dbe1c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3030c25cf37dbe1c","status":"passed","time":{"start":1728676637412,"stop":1728676637412,"duration":0}},{"uid":"131e586c26ba142e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/131e586c26ba142e","status":"passed","time":{"start":1728669360494,"stop":1728669360494,"duration":0}},{"uid":"7f8b94e421888679","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7f8b94e421888679","status":"passed","time":{"start":1728597701237,"stop":1728597701237,"duration":0}},{"uid":"78a544653e4edd42","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/78a544653e4edd42","status":"passed","time":{"start":1728596920371,"stop":1728596920371,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"91dce4b3244ed33e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/91dce4b3244ed33e","status":"passed","time":{"start":1729034368072,"stop":1729034368072,"duration":0}},{"uid":"c20ff968f14f8464","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c20ff968f14f8464","status":"passed","time":{"start":1729034132179,"stop":1729034132179,"duration":0}},{"uid":"d1afefbaa2acf88b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d1afefbaa2acf88b","status":"passed","time":{"start":1729034055084,"stop":1729034055084,"duration":0}},{"uid":"d60c6190ecd16f9e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d60c6190ecd16f9e","status":"passed","time":{"start":1729033869944,"stop":1729033869945,"duration":1}},{"uid":"a3bbb9fdecd5cdfe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3bbb9fdecd5cdfe","status":"passed","time":{"start":1729031919798,"stop":1729031919799,"duration":1}},{"uid":"f4f0f22bd0f76f34","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f4f0f22bd0f76f34","status":"passed","time":{"start":1728901465374,"stop":1728901465374,"duration":0}},{"uid":"9444239ee2be75f7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9444239ee2be75f7","status":"passed","time":{"start":1728892895974,"stop":1728892895974,"duration":0}},{"uid":"3814680acfd591a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3814680acfd591a2","status":"passed","time":{"start":1728855858319,"stop":1728855858319,"duration":0}},{"uid":"7fe5a4568027cf20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fe5a4568027cf20","status":"passed","time":{"start":1728738075953,"stop":1728738075954,"duration":1}},{"uid":"9d0e823f85b1bdbc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d0e823f85b1bdbc","status":"passed","time":{"start":1728682609268,"stop":1728682609268,"duration":0}},{"uid":"3fedab1f9fe89ba7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3fedab1f9fe89ba7","status":"passed","time":{"start":1728682182160,"stop":1728682182160,"duration":0}},{"uid":"5302524bcf4efcc5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5302524bcf4efcc5","status":"passed","time":{"start":1728676656594,"stop":1728676656594,"duration":0}},{"uid":"f98f3bad65383336","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f98f3bad65383336","status":"passed","time":{"start":1728669379924,"stop":1728669379924,"duration":0}},{"uid":"fc39ed2510b12cb9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc39ed2510b12cb9","status":"passed","time":{"start":1728597720385,"stop":1728597720385,"duration":0}},{"uid":"5c17458f84397d6d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c17458f84397d6d","status":"passed","time":{"start":1728596939484,"stop":1728596939485,"duration":1}}]},"2f7f8ab22950e8b4b98ad56b307eb30f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5fbb08f0411a19bb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5fbb08f0411a19bb","status":"passed","time":{"start":1729034373027,"stop":1729034373028,"duration":1}},{"uid":"d4bf97f210ed964d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4bf97f210ed964d","status":"passed","time":{"start":1729034137315,"stop":1729034137315,"duration":0}},{"uid":"7ad06085b2d81342","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7ad06085b2d81342","status":"passed","time":{"start":1729034060018,"stop":1729034060019,"duration":1}},{"uid":"efd3348e3781003d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/efd3348e3781003d","status":"passed","time":{"start":1729033874961,"stop":1729033874961,"duration":0}},{"uid":"6ffdb5d207acb6c4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ffdb5d207acb6c4","status":"passed","time":{"start":1729031924900,"stop":1729031924901,"duration":1}},{"uid":"426e35abf514cbf3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/426e35abf514cbf3","status":"passed","time":{"start":1728901469128,"stop":1728901469128,"duration":0}},{"uid":"8fa76ad154d08054","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fa76ad154d08054","status":"passed","time":{"start":1728892899793,"stop":1728892899793,"duration":0}},{"uid":"c8b02a091db07310","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c8b02a091db07310","status":"passed","time":{"start":1728855863057,"stop":1728855863058,"duration":1}},{"uid":"fffa200bdd400a99","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fffa200bdd400a99","status":"passed","time":{"start":1728738080899,"stop":1728738080899,"duration":0}},{"uid":"c4be17e6d7812e71","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c4be17e6d7812e71","status":"passed","time":{"start":1728682614308,"stop":1728682614309,"duration":1}},{"uid":"9671df93aedd9722","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9671df93aedd9722","status":"passed","time":{"start":1728682187093,"stop":1728682187093,"duration":0}},{"uid":"f7921cf831df4a64","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7921cf831df4a64","status":"passed","time":{"start":1728676661487,"stop":1728676661487,"duration":0}},{"uid":"4658d8d28eb2c29c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4658d8d28eb2c29c","status":"passed","time":{"start":1728669384661,"stop":1728669384662,"duration":1}},{"uid":"2cec4f4914db1ad6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2cec4f4914db1ad6","status":"passed","time":{"start":1728597724234,"stop":1728597724234,"duration":0}},{"uid":"8e3315c7ee3f2ac4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e3315c7ee3f2ac4","status":"passed","time":{"start":1728596943282,"stop":1728596943282,"duration":0}}]},"56670dcc249450254bb2f056ed16e6e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23d06b50e7332b4f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/23d06b50e7332b4f","status":"passed","time":{"start":1729034443495,"stop":1729034443496,"duration":1}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"38833d62a5170431","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/38833d62a5170431","status":"passed","time":{"start":1729034655441,"stop":1729034655442,"duration":1}},{"uid":"658f701fbd22e5cd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/658f701fbd22e5cd","status":"passed","time":{"start":1729034425375,"stop":1729034425376,"duration":1}},{"uid":"6bf02b526f885b07","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6bf02b526f885b07","status":"passed","time":{"start":1729034346107,"stop":1729034346107,"duration":0}},{"uid":"f9367fde23fc9ee2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9367fde23fc9ee2","status":"passed","time":{"start":1729034162414,"stop":1729034162414,"duration":0}},{"uid":"c90c2ec78bbadbc0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c90c2ec78bbadbc0","status":"passed","time":{"start":1729032197321,"stop":1729032197322,"duration":1}},{"uid":"db6aac3f84a6a605","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/db6aac3f84a6a605","status":"passed","time":{"start":1728901899710,"stop":1728901899711,"duration":1}},{"uid":"4827047f60b61217","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4827047f60b61217","status":"passed","time":{"start":1728893334921,"stop":1728893334921,"duration":0}},{"uid":"2d4e22064b2ab76a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d4e22064b2ab76a","status":"passed","time":{"start":1728856288015,"stop":1728856288016,"duration":1}},{"uid":"aa4377a467326aba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa4377a467326aba","status":"passed","time":{"start":1728738501684,"stop":1728738501685,"duration":1}},{"uid":"98c07ccef392b5a7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/98c07ccef392b5a7","status":"passed","time":{"start":1728683044469,"stop":1728683044470,"duration":1}},{"uid":"f2b6c2e48e5f001c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f2b6c2e48e5f001c","status":"passed","time":{"start":1728682619632,"stop":1728682619632,"duration":0}},{"uid":"64763058f818c599","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/64763058f818c599","status":"passed","time":{"start":1728677104177,"stop":1728677104182,"duration":5}},{"uid":"a2afdf5202218333","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a2afdf5202218333","status":"passed","time":{"start":1728669759886,"stop":1728669759886,"duration":0}},{"uid":"4cac040cf391e61c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4cac040cf391e61c","status":"passed","time":{"start":1728598164488,"stop":1728598164489,"duration":1}},{"uid":"339f9c8eb8640d93","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/339f9c8eb8640d93","status":"passed","time":{"start":1728597385263,"stop":1728597385264,"duration":1}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1728d8560b60ce61","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1728d8560b60ce61","status":"passed","time":{"start":1729034506802,"stop":1729034506802,"duration":0}},{"uid":"9d5c709ec58e6ecc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9d5c709ec58e6ecc","status":"passed","time":{"start":1729034259825,"stop":1729034259826,"duration":1}},{"uid":"ecc816ca93744afa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ecc816ca93744afa","status":"passed","time":{"start":1729034194030,"stop":1729034194031,"duration":1}},{"uid":"2eff2b4f626c19e3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2eff2b4f626c19e3","status":"passed","time":{"start":1729034014878,"stop":1729034014879,"duration":1}},{"uid":"918498d164aa7e47","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/918498d164aa7e47","status":"passed","time":{"start":1729032065458,"stop":1729032065459,"duration":1}},{"uid":"f07502b5d68d25de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f07502b5d68d25de","status":"passed","time":{"start":1728901664282,"stop":1728901664283,"duration":1}},{"uid":"d4bd3a39e236c4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d4bd3a39e236c4f","status":"passed","time":{"start":1728893093693,"stop":1728893093693,"duration":0}},{"uid":"4060a59c3b782a45","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4060a59c3b782a45","status":"passed","time":{"start":1728856055274,"stop":1728856055275,"duration":1}},{"uid":"de8bb727f9d43971","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/de8bb727f9d43971","status":"passed","time":{"start":1728738274746,"stop":1728738274746,"duration":0}},{"uid":"abf13456687355ba","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/abf13456687355ba","status":"passed","time":{"start":1728682807961,"stop":1728682807961,"duration":0}},{"uid":"42ce40b181cf669b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/42ce40b181cf669b","status":"passed","time":{"start":1728682381288,"stop":1728682381289,"duration":1}},{"uid":"fcfff833bbb0a46","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fcfff833bbb0a46","status":"passed","time":{"start":1728676853902,"stop":1728676853903,"duration":1}},{"uid":"974d5c62140318be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/974d5c62140318be","status":"passed","time":{"start":1728669581699,"stop":1728669581699,"duration":0}},{"uid":"fea0d6cea247961","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fea0d6cea247961","status":"passed","time":{"start":1728597923492,"stop":1728597923492,"duration":0}},{"uid":"9c78e76fad42c3ff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c78e76fad42c3ff","status":"passed","time":{"start":1728597132266,"stop":1728597132266,"duration":0}}]},"27971ac3d59e6111f20162515ef3ec9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7079e099415b0122","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7079e099415b0122","status":"passed","time":{"start":1728683030029,"stop":1728683030029,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"40cfd57b429d9bca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/40cfd57b429d9bca","status":"passed","time":{"start":1729034399692,"stop":1729034399693,"duration":1}},{"uid":"533a70d1bf549830","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/533a70d1bf549830","status":"passed","time":{"start":1729034162498,"stop":1729034162499,"duration":1}},{"uid":"9c17277d874db7d6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9c17277d874db7d6","status":"passed","time":{"start":1729034086614,"stop":1729034086614,"duration":0}},{"uid":"ce8cedb5cfd197a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce8cedb5cfd197a3","status":"passed","time":{"start":1729033900646,"stop":1729033900651,"duration":5}},{"uid":"fbbeb6ecf006f8d7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fbbeb6ecf006f8d7","status":"passed","time":{"start":1729031950408,"stop":1729031950408,"duration":0}},{"uid":"750780a6b8801a84","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/750780a6b8801a84","status":"passed","time":{"start":1728901494879,"stop":1728901494880,"duration":1}},{"uid":"bae6a0ac1238d2ce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bae6a0ac1238d2ce","status":"passed","time":{"start":1728892927098,"stop":1728892927099,"duration":1}},{"uid":"c09c84c27312e06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c09c84c27312e06","status":"passed","time":{"start":1728855889016,"stop":1728855889016,"duration":0}},{"uid":"65b2a62fbc80514c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/65b2a62fbc80514c","status":"passed","time":{"start":1728738105942,"stop":1728738105942,"duration":0}},{"uid":"7ad95139c89d50ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ad95139c89d50ca","status":"passed","time":{"start":1728682639926,"stop":1728682639927,"duration":1}},{"uid":"888376cee4a66a78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/888376cee4a66a78","status":"passed","time":{"start":1728682212120,"stop":1728682212121,"duration":1}},{"uid":"e5ae7ad862ed67e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5ae7ad862ed67e2","status":"passed","time":{"start":1728676687923,"stop":1728676687923,"duration":0}},{"uid":"31dab94f1d44481f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/31dab94f1d44481f","status":"passed","time":{"start":1728669411848,"stop":1728669411848,"duration":0}},{"uid":"448e8ca9c14035af","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/448e8ca9c14035af","status":"passed","time":{"start":1728597751013,"stop":1728597751014,"duration":1}},{"uid":"8d9e9a468aeb3828","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d9e9a468aeb3828","status":"passed","time":{"start":1728596968268,"stop":1728596968268,"duration":0}}]},"5e4030bdb8a97510bd879fcd75d55f6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e09d4cdc81a4af","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e09d4cdc81a4af","status":"passed","time":{"start":1728901958856,"stop":1728901958857,"duration":1}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"712c441a7d5e18cb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/712c441a7d5e18cb","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034408876,"stop":1729034408876,"duration":0}},{"uid":"27c093d936aecbb7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/27c093d936aecbb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034166266,"stop":1729034166266,"duration":0}},{"uid":"fdcbd570160ecf66","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fdcbd570160ecf66","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034096723,"stop":1729034096724,"duration":1}},{"uid":"38b9f0a2f5958c93","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/38b9f0a2f5958c93","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033904750,"stop":1729033904751,"duration":1}},{"uid":"45cbb797c0f41ad4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45cbb797c0f41ad4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031952296,"stop":1729031952296,"duration":0}},{"uid":"59c87a5e6d44be49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59c87a5e6d44be49","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901498549,"stop":1728901498549,"duration":0}},{"uid":"8a5789c645eb00b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8a5789c645eb00b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892934942,"stop":1728892934942,"duration":0}},{"uid":"d15a07053bc32149","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d15a07053bc32149","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855901091,"stop":1728855901092,"duration":1}},{"uid":"c3221315ba353a0a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c3221315ba353a0a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738109823,"stop":1728738109823,"duration":0}},{"uid":"b8bea42738ed27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b8bea42738ed27","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682641797,"stop":1728682641798,"duration":1}},{"uid":"3332691cd031802f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3332691cd031802f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682224060,"stop":1728682224060,"duration":0}},{"uid":"18ac303146e29fd0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18ac303146e29fd0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676692604,"stop":1728676692604,"duration":0}},{"uid":"bf9c3701943b399e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf9c3701943b399e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669414331,"stop":1728669414331,"duration":0}},{"uid":"9ea0ccc05a99d677","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9ea0ccc05a99d677","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597758159,"stop":1728597758159,"duration":0}},{"uid":"6f67bff85ed9647e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6f67bff85ed9647e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596973962,"stop":1728596973964,"duration":2}}]},"064e89e21594cf8b7802c1dfcf879840:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"495bbfb79758e51c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/495bbfb79758e51c","status":"passed","time":{"start":1728738274744,"stop":1728738274745,"duration":1}}]},"32106b3ab6114ea7bc0549f273597a8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70261d0958e026b5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70261d0958e026b5","status":"passed","time":{"start":1728597423326,"stop":1728597423326,"duration":0}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"62a92527073f7046","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/62a92527073f7046","status":"passed","time":{"start":1729034366898,"stop":1729034366899,"duration":1}},{"uid":"baa5f22fe6141a07","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/baa5f22fe6141a07","status":"passed","time":{"start":1729034130924,"stop":1729034130925,"duration":1}},{"uid":"7c466bf6c042ed43","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7c466bf6c042ed43","status":"passed","time":{"start":1729034053887,"stop":1729034053887,"duration":0}},{"uid":"f351dd2c0ef4062","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f351dd2c0ef4062","status":"passed","time":{"start":1729033868926,"stop":1729033868927,"duration":1}},{"uid":"e3903a1bb562ba72","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e3903a1bb562ba72","status":"passed","time":{"start":1729031918512,"stop":1729031918512,"duration":0}},{"uid":"b05cb2623aa538eb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b05cb2623aa538eb","status":"passed","time":{"start":1728901464221,"stop":1728901464221,"duration":0}},{"uid":"dfa820bfd85598c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dfa820bfd85598c1","status":"passed","time":{"start":1728892894741,"stop":1728892894741,"duration":0}},{"uid":"b2a8d0664356a8e1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2a8d0664356a8e1","status":"passed","time":{"start":1728855857252,"stop":1728855857253,"duration":1}},{"uid":"edf9ea3ffc76478f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edf9ea3ffc76478f","status":"passed","time":{"start":1728738074581,"stop":1728738074581,"duration":0}},{"uid":"53f00eea133721d6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/53f00eea133721d6","status":"passed","time":{"start":1728682608127,"stop":1728682608128,"duration":1}},{"uid":"125ced7eb52cdf88","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/125ced7eb52cdf88","status":"passed","time":{"start":1728682181012,"stop":1728682181013,"duration":1}},{"uid":"542fac481609ba3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/542fac481609ba3","status":"passed","time":{"start":1728676655410,"stop":1728676655410,"duration":0}},{"uid":"db2b2856e3527404","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/db2b2856e3527404","status":"passed","time":{"start":1728669378741,"stop":1728669378741,"duration":0}},{"uid":"1eb19a1e720a504","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1eb19a1e720a504","status":"passed","time":{"start":1728597719063,"stop":1728597719064,"duration":1}},{"uid":"b6a290867c128d51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b6a290867c128d51","status":"passed","time":{"start":1728596938239,"stop":1728596938239,"duration":0}}]},"698708b76c12c3ae9c26d2075b8deee2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6b8814c2e1b0e81","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f6b8814c2e1b0e81","status":"passed","time":{"start":1728598221890,"stop":1728598221891,"duration":1}}]},"f16afeb4f39a29479f4d374f039a51ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b3e985464dbb815e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b3e985464dbb815e","status":"passed","time":{"start":1729034704510,"stop":1729034704510,"duration":0}},{"uid":"3b11b3756b77a8ed","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3b11b3756b77a8ed","status":"passed","time":{"start":1729034475018,"stop":1729034475018,"duration":0}},{"uid":"a634516b1cb84895","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a634516b1cb84895","status":"passed","time":{"start":1729034395304,"stop":1729034395304,"duration":0}},{"uid":"85eddb3e81039a96","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85eddb3e81039a96","status":"passed","time":{"start":1729034209131,"stop":1729034209131,"duration":0}},{"uid":"22db348bda44d0f8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22db348bda44d0f8","status":"passed","time":{"start":1729032264602,"stop":1729032264604,"duration":2}},{"uid":"9a0c7053e2dcd487","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9a0c7053e2dcd487","status":"passed","time":{"start":1728902012893,"stop":1728902012894,"duration":1}},{"uid":"d80b37dcd831606e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d80b37dcd831606e","status":"passed","time":{"start":1728893454826,"stop":1728893454826,"duration":0}},{"uid":"8d1c9ea291e755c1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8d1c9ea291e755c1","status":"passed","time":{"start":1728856408469,"stop":1728856408469,"duration":0}},{"uid":"c5a254e126dd7746","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5a254e126dd7746","status":"passed","time":{"start":1728738633876,"stop":1728738633876,"duration":0}},{"uid":"59500463055185ec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/59500463055185ec","status":"passed","time":{"start":1728683159828,"stop":1728683159828,"duration":0}},{"uid":"82accc19dc04e83d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/82accc19dc04e83d","status":"passed","time":{"start":1728682751348,"stop":1728682751349,"duration":1}},{"uid":"56158e04ba3b6b3c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/56158e04ba3b6b3c","status":"passed","time":{"start":1728677216380,"stop":1728677216380,"duration":0}},{"uid":"9627da8a5dfdefc9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9627da8a5dfdefc9","status":"passed","time":{"start":1728669925469,"stop":1728669925470,"duration":1}},{"uid":"3788676c4443c165","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3788676c4443c165","status":"passed","time":{"start":1728598268822,"stop":1728598268822,"duration":0}},{"uid":"c0c7cf6098cf1ba4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c0c7cf6098cf1ba4","status":"passed","time":{"start":1728597503957,"stop":1728597503957,"duration":0}}]},"6eaae6220caa88a005ca4d96edd18443:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72937ac08e44f70e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/72937ac08e44f70e","status":"passed","time":{"start":1728669834433,"stop":1728669834433,"duration":0}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7033e93fced772a1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7033e93fced772a1","status":"passed","time":{"start":1729034614966,"stop":1729034614966,"duration":0}},{"uid":"c001806126314f62","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c001806126314f62","status":"passed","time":{"start":1729034373109,"stop":1729034373110,"duration":1}},{"uid":"90f49bbdd77236ac","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/90f49bbdd77236ac","status":"passed","time":{"start":1729034308035,"stop":1729034308036,"duration":1}},{"uid":"7c5e6f6a1aff01a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7c5e6f6a1aff01a3","status":"passed","time":{"start":1729034124336,"stop":1729034124336,"duration":0}},{"uid":"3a1600fe02c60d80","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3a1600fe02c60d80","status":"passed","time":{"start":1729032177051,"stop":1729032177052,"duration":1}},{"uid":"7d0b581821f2e2d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7d0b581821f2e2d0","status":"passed","time":{"start":1728901874867,"stop":1728901874867,"duration":0}},{"uid":"6a83eb7d804be6f9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6a83eb7d804be6f9","status":"passed","time":{"start":1728893313876,"stop":1728893313876,"duration":0}},{"uid":"1d210f0ef79fc8a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d210f0ef79fc8a0","status":"passed","time":{"start":1728856265010,"stop":1728856265011,"duration":1}},{"uid":"a40f02cfce4d78b8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a40f02cfce4d78b8","status":"passed","time":{"start":1728738486154,"stop":1728738486154,"duration":0}},{"uid":"966901a16147f688","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/966901a16147f688","status":"passed","time":{"start":1728683032644,"stop":1728683032646,"duration":2}},{"uid":"4eae594d77fc27c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4eae594d77fc27c","status":"passed","time":{"start":1728682582820,"stop":1728682582821,"duration":1}},{"uid":"478f5914c8495f05","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/478f5914c8495f05","status":"passed","time":{"start":1728677084920,"stop":1728677084921,"duration":1}},{"uid":"638ed340a7c98a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/638ed340a7c98a","status":"passed","time":{"start":1728669757003,"stop":1728669757003,"duration":0}},{"uid":"9e5c39b6e581c564","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e5c39b6e581c564","status":"passed","time":{"start":1728598139214,"stop":1728598139214,"duration":0}},{"uid":"6ec117cc7aea26bf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ec117cc7aea26bf","status":"passed","time":{"start":1728597351996,"stop":1728597351997,"duration":1}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8baff3b4e5a5fe3b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8baff3b4e5a5fe3b","status":"passed","time":{"start":1729034696866,"stop":1729034696866,"duration":0}},{"uid":"6b3a7f29a927d5f7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6b3a7f29a927d5f7","status":"passed","time":{"start":1729034470062,"stop":1729034470063,"duration":1}},{"uid":"c978b332c97b214d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c978b332c97b214d","status":"passed","time":{"start":1729034388869,"stop":1729034388869,"duration":0}},{"uid":"793736e75847cec5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/793736e75847cec5","status":"passed","time":{"start":1729034213020,"stop":1729034213020,"duration":0}},{"uid":"18398dfb29c0278a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/18398dfb29c0278a","status":"passed","time":{"start":1729032269103,"stop":1729032269103,"duration":0}},{"uid":"6183340ff410925f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6183340ff410925f","status":"passed","time":{"start":1728902000842,"stop":1728902000842,"duration":0}},{"uid":"1cf6f0b779d80e0d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cf6f0b779d80e0d","status":"passed","time":{"start":1728893442596,"stop":1728893442597,"duration":1}},{"uid":"1b7e83f46c9d44f5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b7e83f46c9d44f5","status":"passed","time":{"start":1728856386641,"stop":1728856386642,"duration":1}},{"uid":"958639843f8de592","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/958639843f8de592","status":"passed","time":{"start":1728738608587,"stop":1728738608587,"duration":0}},{"uid":"490f35a10eed300a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/490f35a10eed300a","status":"passed","time":{"start":1728683148173,"stop":1728683148173,"duration":0}},{"uid":"1f7731a4c2c30c52","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1f7731a4c2c30c52","status":"passed","time":{"start":1728682709057,"stop":1728682709057,"duration":0}},{"uid":"313ada3739e68505","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/313ada3739e68505","status":"passed","time":{"start":1728677206656,"stop":1728677206656,"duration":0}},{"uid":"c075c9d267a5f637","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c075c9d267a5f637","status":"passed","time":{"start":1728669888550,"stop":1728669888551,"duration":1}},{"uid":"5dbb424d1008be27","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5dbb424d1008be27","status":"passed","time":{"start":1728598268131,"stop":1728598268131,"duration":0}},{"uid":"edd96ed28c7af367","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/edd96ed28c7af367","status":"passed","time":{"start":1728597478033,"stop":1728597478033,"duration":0}}]},"75d9c4389bff45b1173d6ef634ace0eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8199321e58d83a3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e8199321e58d83a3","status":"passed","time":{"start":1728597375481,"stop":1728597375482,"duration":1}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d6d2881525dc5434","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d6d2881525dc5434","status":"passed","time":{"start":1729034472983,"stop":1729034472984,"duration":1}},{"uid":"87186dd22d0bf559","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/87186dd22d0bf559","status":"passed","time":{"start":1729034240925,"stop":1729034240926,"duration":1}},{"uid":"3b01fac9d727a1d2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3b01fac9d727a1d2","status":"passed","time":{"start":1729034159620,"stop":1729034159620,"duration":0}},{"uid":"79055e469f30426a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79055e469f30426a","status":"passed","time":{"start":1729033976804,"stop":1729033976804,"duration":0}},{"uid":"2fe294bcb8f19afd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2fe294bcb8f19afd","status":"passed","time":{"start":1729032020527,"stop":1729032020528,"duration":1}},{"uid":"e7e8033408dc48c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e7e8033408dc48c3","status":"passed","time":{"start":1728901616460,"stop":1728901616472,"duration":12}},{"uid":"e19bf33053d2bc6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e19bf33053d2bc6f","status":"passed","time":{"start":1728893050249,"stop":1728893050249,"duration":0}},{"uid":"ef203624b20a8791","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ef203624b20a8791","status":"passed","time":{"start":1728856015175,"stop":1728856015176,"duration":1}},{"uid":"7de5269b1ef9acea","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7de5269b1ef9acea","status":"passed","time":{"start":1728738233145,"stop":1728738233145,"duration":0}},{"uid":"46a82c2852ba7939","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/46a82c2852ba7939","status":"passed","time":{"start":1728682762476,"stop":1728682762476,"duration":0}},{"uid":"74847c2a7a54755e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/74847c2a7a54755e","status":"passed","time":{"start":1728682332790,"stop":1728682332790,"duration":0}},{"uid":"e16d2949ed5cc6af","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e16d2949ed5cc6af","status":"passed","time":{"start":1728676810299,"stop":1728676810299,"duration":0}},{"uid":"dd232e66d0b25867","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd232e66d0b25867","status":"passed","time":{"start":1728669529904,"stop":1728669529904,"duration":0}},{"uid":"4f5e77fd27c31738","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4f5e77fd27c31738","status":"passed","time":{"start":1728597873538,"stop":1728597873539,"duration":1}},{"uid":"115a618a87f5e5ad","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/115a618a87f5e5ad","status":"passed","time":{"start":1728597089277,"stop":1728597089277,"duration":0}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3eb8705ee6f09d2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3eb8705ee6f09d2","status":"passed","time":{"start":1729034360437,"stop":1729034360437,"duration":0}},{"uid":"e2fbbc2340feede8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e2fbbc2340feede8","status":"passed","time":{"start":1729034124363,"stop":1729034124363,"duration":0}},{"uid":"40e6c636f01984fa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/40e6c636f01984fa","status":"passed","time":{"start":1729034047485,"stop":1729034047485,"duration":0}},{"uid":"3648a8a21b551151","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3648a8a21b551151","status":"passed","time":{"start":1729033862329,"stop":1729033862330,"duration":1}},{"uid":"120aee4bd13b23ec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/120aee4bd13b23ec","status":"passed","time":{"start":1729031912070,"stop":1729031912071,"duration":1}},{"uid":"fb9b0f05c4639721","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fb9b0f05c4639721","status":"passed","time":{"start":1728901457817,"stop":1728901457818,"duration":1}},{"uid":"54bcc2e488d59f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54bcc2e488d59f3","status":"passed","time":{"start":1728892888301,"stop":1728892888301,"duration":0}},{"uid":"e630c0accb95abdb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e630c0accb95abdb","status":"passed","time":{"start":1728855850788,"stop":1728855850789,"duration":1}},{"uid":"6c728fcedd6b5598","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c728fcedd6b5598","status":"passed","time":{"start":1728738068164,"stop":1728738068164,"duration":0}},{"uid":"9a85175f8720165e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9a85175f8720165e","status":"passed","time":{"start":1728682601673,"stop":1728682601674,"duration":1}},{"uid":"875ceefce0fc7e26","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/875ceefce0fc7e26","status":"passed","time":{"start":1728682174566,"stop":1728682174566,"duration":0}},{"uid":"264cb6f2600d9412","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/264cb6f2600d9412","status":"passed","time":{"start":1728676648932,"stop":1728676648932,"duration":0}},{"uid":"5db9bc888c227312","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5db9bc888c227312","status":"passed","time":{"start":1728669372211,"stop":1728669372211,"duration":0}},{"uid":"4a208d2a33b494dc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4a208d2a33b494dc","status":"passed","time":{"start":1728597712761,"stop":1728597712761,"duration":0}},{"uid":"9719568d3cc03cda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9719568d3cc03cda","status":"passed","time":{"start":1728596931867,"stop":1728596931867,"duration":0}}]},"ed322bc67ffe17d9ba1c7c03b3f03cf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3944e58bdb6ab83","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3944e58bdb6ab83","status":"passed","time":{"start":1728683093171,"stop":1728683093171,"duration":0}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"accb193aebffdfb5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/accb193aebffdfb5","status":"passed","time":{"start":1729034472982,"stop":1729034472982,"duration":0}},{"uid":"2e82a9780d4f84f8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2e82a9780d4f84f8","status":"passed","time":{"start":1729034240921,"stop":1729034240921,"duration":0}},{"uid":"3a57916467e25fda","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a57916467e25fda","status":"passed","time":{"start":1729034159619,"stop":1729034159619,"duration":0}},{"uid":"e953d120f79b9673","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e953d120f79b9673","status":"passed","time":{"start":1729033976802,"stop":1729033976803,"duration":1}},{"uid":"9d4b198f7c945261","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d4b198f7c945261","status":"passed","time":{"start":1729032020526,"stop":1729032020527,"duration":1}},{"uid":"4d85d63f3aa5b2ad","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4d85d63f3aa5b2ad","status":"passed","time":{"start":1728901616450,"stop":1728901616451,"duration":1}},{"uid":"15b4b2a6306d9901","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15b4b2a6306d9901","status":"passed","time":{"start":1728893050247,"stop":1728893050248,"duration":1}},{"uid":"ee140b9d9eb454a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ee140b9d9eb454a0","status":"passed","time":{"start":1728856015174,"stop":1728856015174,"duration":0}},{"uid":"b3692c425801e11a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3692c425801e11a","status":"passed","time":{"start":1728738233143,"stop":1728738233143,"duration":0}},{"uid":"b2d5bed7ccfcc7cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b2d5bed7ccfcc7cd","status":"passed","time":{"start":1728682762475,"stop":1728682762475,"duration":0}},{"uid":"471ff7c71bb2d73d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/471ff7c71bb2d73d","status":"passed","time":{"start":1728682332788,"stop":1728682332789,"duration":1}},{"uid":"6eba6b71efa53b38","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6eba6b71efa53b38","status":"passed","time":{"start":1728676810297,"stop":1728676810298,"duration":1}},{"uid":"169d2a34c17c0f66","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/169d2a34c17c0f66","status":"passed","time":{"start":1728669529901,"stop":1728669529902,"duration":1}},{"uid":"4350af45c857039d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4350af45c857039d","status":"passed","time":{"start":1728597873537,"stop":1728597873537,"duration":0}},{"uid":"42695b23fb086e0b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42695b23fb086e0b","status":"passed","time":{"start":1728597089276,"stop":1728597089276,"duration":0}}]},"9c2836bb674aece1da926e4b9066a472:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7179edc53bf6f2ea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7179edc53bf6f2ea","status":"passed","time":{"start":1729034373011,"stop":1729034373012,"duration":1}},{"uid":"285c7fe021392ec0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/285c7fe021392ec0","status":"passed","time":{"start":1729034137117,"stop":1729034137117,"duration":0}},{"uid":"e230c508e7b81c00","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e230c508e7b81c00","status":"passed","time":{"start":1729034060047,"stop":1729034060047,"duration":0}},{"uid":"f7f9fe03fc645d21","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7f9fe03fc645d21","status":"passed","time":{"start":1729033875029,"stop":1729033875029,"duration":0}},{"uid":"6872ebcbb45f44ba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6872ebcbb45f44ba","status":"passed","time":{"start":1729031924910,"stop":1729031924910,"duration":0}},{"uid":"d6d19e6b1162e368","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d6d19e6b1162e368","status":"passed","time":{"start":1728901469136,"stop":1728901469137,"duration":1}},{"uid":"96b9ca33cc1df99","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/96b9ca33cc1df99","status":"passed","time":{"start":1728892899801,"stop":1728892899802,"duration":1}},{"uid":"beecf455482059f4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/beecf455482059f4","status":"passed","time":{"start":1728855863298,"stop":1728855863298,"duration":0}},{"uid":"2fc349376b81b6d8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2fc349376b81b6d8","status":"passed","time":{"start":1728738080958,"stop":1728738080959,"duration":1}},{"uid":"96d66a29545360a2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96d66a29545360a2","status":"passed","time":{"start":1728682614317,"stop":1728682614318,"duration":1}},{"uid":"71d3193c2e9d6cf6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/71d3193c2e9d6cf6","status":"passed","time":{"start":1728682187222,"stop":1728682187222,"duration":0}},{"uid":"63f3d8ce20d7111c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/63f3d8ce20d7111c","status":"passed","time":{"start":1728676661424,"stop":1728676661424,"duration":0}},{"uid":"dc2ce08bf00d843d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc2ce08bf00d843d","status":"passed","time":{"start":1728669384755,"stop":1728669384755,"duration":0}},{"uid":"c1afd3ce9481355c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c1afd3ce9481355c","status":"passed","time":{"start":1728597724212,"stop":1728597724213,"duration":1}},{"uid":"3f11fb954f04472d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f11fb954f04472d","status":"passed","time":{"start":1728596943266,"stop":1728596943266,"duration":0}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"32e07d130a3136f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32e07d130a3136f6","status":"passed","time":{"start":1729034360436,"stop":1729034360436,"duration":0}},{"uid":"b28cf1890b425b4c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b28cf1890b425b4c","status":"passed","time":{"start":1729034124362,"stop":1729034124362,"duration":0}},{"uid":"f705d4c76df6af0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f705d4c76df6af0","status":"passed","time":{"start":1729034047484,"stop":1729034047484,"duration":0}},{"uid":"28cc4f0f1d1f043b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/28cc4f0f1d1f043b","status":"passed","time":{"start":1729033862328,"stop":1729033862329,"duration":1}},{"uid":"ac8126bd7214005e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac8126bd7214005e","status":"passed","time":{"start":1729031912069,"stop":1729031912070,"duration":1}},{"uid":"2771c309745ab771","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2771c309745ab771","status":"passed","time":{"start":1728901457816,"stop":1728901457817,"duration":1}},{"uid":"de684f7722e92bc1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/de684f7722e92bc1","status":"passed","time":{"start":1728892888300,"stop":1728892888300,"duration":0}},{"uid":"b609c1b6efa9fa3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b609c1b6efa9fa3","status":"passed","time":{"start":1728855850787,"stop":1728855850788,"duration":1}},{"uid":"85eb576d021891e5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85eb576d021891e5","status":"passed","time":{"start":1728738068163,"stop":1728738068163,"duration":0}},{"uid":"7232b41a1e78a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7232b41a1e78a8","status":"passed","time":{"start":1728682601673,"stop":1728682601673,"duration":0}},{"uid":"5302de66429ebe34","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5302de66429ebe34","status":"passed","time":{"start":1728682174565,"stop":1728682174565,"duration":0}},{"uid":"c049e3df2d1f4b7d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c049e3df2d1f4b7d","status":"passed","time":{"start":1728676648931,"stop":1728676648931,"duration":0}},{"uid":"91c269239b9c33ca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/91c269239b9c33ca","status":"passed","time":{"start":1728669372210,"stop":1728669372210,"duration":0}},{"uid":"ec5199c36fbd5359","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec5199c36fbd5359","status":"passed","time":{"start":1728597712760,"stop":1728597712760,"duration":0}},{"uid":"a632bf0efd9b769c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a632bf0efd9b769c","status":"passed","time":{"start":1728596931866,"stop":1728596931866,"duration":0}}]},"10d9a947cc11ac8e3093d0c06b501ddb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26b3f5c1b9079899","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/26b3f5c1b9079899","status":"passed","time":{"start":1728856333675,"stop":1728856333676,"duration":1}}]},"409846eba144eacc0b540e5dbfe48cf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2d52beaf3cf9733","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2d52beaf3cf9733","status":"passed","time":{"start":1728856299190,"stop":1728856299190,"duration":0}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4536c88c9cc80a2b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4536c88c9cc80a2b","status":"passed","time":{"start":1729034472942,"stop":1729034472943,"duration":1}},{"uid":"aa5900e4252839d3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aa5900e4252839d3","status":"passed","time":{"start":1729034240912,"stop":1729034240912,"duration":0}},{"uid":"ffe9a57cef629ba4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ffe9a57cef629ba4","status":"passed","time":{"start":1729034159612,"stop":1729034159612,"duration":0}},{"uid":"52daed36c475da24","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/52daed36c475da24","status":"passed","time":{"start":1729033976789,"stop":1729033976790,"duration":1}},{"uid":"9bac11f5946dced7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9bac11f5946dced7","status":"passed","time":{"start":1729032020510,"stop":1729032020510,"duration":0}},{"uid":"55db37e44a4243dd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/55db37e44a4243dd","status":"passed","time":{"start":1728901616427,"stop":1728901616427,"duration":0}},{"uid":"f883d35874a4efb0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f883d35874a4efb0","status":"passed","time":{"start":1728893050242,"stop":1728893050242,"duration":0}},{"uid":"5c1bb21f075d7a72","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5c1bb21f075d7a72","status":"passed","time":{"start":1728856015168,"stop":1728856015169,"duration":1}},{"uid":"3f3279a04aa322f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3f3279a04aa322f1","status":"passed","time":{"start":1728738233133,"stop":1728738233134,"duration":1}},{"uid":"b06e11d48ba2bb17","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b06e11d48ba2bb17","status":"passed","time":{"start":1728682762467,"stop":1728682762467,"duration":0}},{"uid":"820afa1d55ab342c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/820afa1d55ab342c","status":"passed","time":{"start":1728682332783,"stop":1728682332783,"duration":0}},{"uid":"5ee34c8350165ae8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5ee34c8350165ae8","status":"passed","time":{"start":1728676810287,"stop":1728676810288,"duration":1}},{"uid":"b619d593e9604fe5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b619d593e9604fe5","status":"passed","time":{"start":1728669529890,"stop":1728669529891,"duration":1}},{"uid":"2e85e02f96c6346f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e85e02f96c6346f","status":"passed","time":{"start":1728597873530,"stop":1728597873531,"duration":1}},{"uid":"a3925150ffbae418","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3925150ffbae418","status":"passed","time":{"start":1728597089270,"stop":1728597089271,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c0b3a46ff254ec95","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c0b3a46ff254ec95","status":"passed","time":{"start":1729034640528,"stop":1729034640528,"duration":0}},{"uid":"ac86bc3ebb690a09","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ac86bc3ebb690a09","status":"passed","time":{"start":1729034411428,"stop":1729034411428,"duration":0}},{"uid":"2588bc418b3c307f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2588bc418b3c307f","status":"passed","time":{"start":1729034327413,"stop":1729034327414,"duration":1}},{"uid":"d489965df72576af","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d489965df72576af","status":"passed","time":{"start":1729034147792,"stop":1729034147792,"duration":0}},{"uid":"5bbd6dc4ec38be91","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5bbd6dc4ec38be91","status":"passed","time":{"start":1729032204834,"stop":1729032204834,"duration":0}},{"uid":"f3af994fb53d8826","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f3af994fb53d8826","status":"passed","time":{"start":1728901907717,"stop":1728901907720,"duration":3}},{"uid":"c4de55d103bc576b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c4de55d103bc576b","status":"passed","time":{"start":1728893341893,"stop":1728893341893,"duration":0}},{"uid":"d03238ebc46c82b4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d03238ebc46c82b4","status":"passed","time":{"start":1728856299387,"stop":1728856299387,"duration":0}},{"uid":"c0382b9456bc90d2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0382b9456bc90d2","status":"passed","time":{"start":1728738511623,"stop":1728738511624,"duration":1}},{"uid":"96f32119a27a535","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96f32119a27a535","status":"passed","time":{"start":1728683052915,"stop":1728683052915,"duration":0}},{"uid":"3d460f110aa32663","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d460f110aa32663","status":"passed","time":{"start":1728682612915,"stop":1728682612916,"duration":1}},{"uid":"39d657eed5bf24e0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/39d657eed5bf24e0","status":"passed","time":{"start":1728677115755,"stop":1728677115755,"duration":0}},{"uid":"748d5fe3d810f3df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/748d5fe3d810f3df","status":"passed","time":{"start":1728669778188,"stop":1728669778188,"duration":0}},{"uid":"3590c2f9d77bc8b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3590c2f9d77bc8b5","status":"passed","time":{"start":1728598175438,"stop":1728598175438,"duration":0}},{"uid":"d189c56b6c7b8013","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d189c56b6c7b8013","status":"passed","time":{"start":1728597380067,"stop":1728597380067,"duration":0}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f39622aa7e7523fd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f39622aa7e7523fd","status":"passed","time":{"start":1729034617747,"stop":1729034617747,"duration":0}},{"uid":"3eb0272ce69cd649","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3eb0272ce69cd649","status":"passed","time":{"start":1729034370834,"stop":1729034370834,"duration":0}},{"uid":"9e591ab717fbe4c8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9e591ab717fbe4c8","status":"passed","time":{"start":1729034308846,"stop":1729034308846,"duration":0}},{"uid":"98c66a27507e8dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/98c66a27507e8dd","status":"passed","time":{"start":1729034129466,"stop":1729034129466,"duration":0}},{"uid":"9ac478e0f542ff05","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ac478e0f542ff05","status":"passed","time":{"start":1729032178355,"stop":1729032178355,"duration":0}},{"uid":"44c2d69c6d351604","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/44c2d69c6d351604","status":"passed","time":{"start":1728901896337,"stop":1728901896338,"duration":1}},{"uid":"b4452fb93c768651","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b4452fb93c768651","status":"passed","time":{"start":1728893329017,"stop":1728893329017,"duration":0}},{"uid":"2dc78dbcdbc5ebf8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2dc78dbcdbc5ebf8","status":"passed","time":{"start":1728856284752,"stop":1728856284753,"duration":1}},{"uid":"385df1679d8d81b1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/385df1679d8d81b1","status":"passed","time":{"start":1728738494928,"stop":1728738494928,"duration":0}},{"uid":"80f385181b0a9c8e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80f385181b0a9c8e","status":"passed","time":{"start":1728683033623,"stop":1728683033623,"duration":0}},{"uid":"53308b9d8635c4fe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/53308b9d8635c4fe","status":"passed","time":{"start":1728682601728,"stop":1728682601729,"duration":1}},{"uid":"800f65f6892b8e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/800f65f6892b8e","status":"passed","time":{"start":1728677107953,"stop":1728677107953,"duration":0}},{"uid":"4102b91195b3539f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4102b91195b3539f","status":"passed","time":{"start":1728669764742,"stop":1728669764743,"duration":1}},{"uid":"b4c8f56206c1b3d6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b4c8f56206c1b3d6","status":"passed","time":{"start":1728598157551,"stop":1728598157551,"duration":0}},{"uid":"d02872bbdff238bd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d02872bbdff238bd","status":"passed","time":{"start":1728597369049,"stop":1728597369049,"duration":0}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"58454c45877a86f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58454c45877a86f3","status":"passed","time":{"start":1729034611685,"stop":1729034611687,"duration":2}},{"uid":"930c596ee95c60ae","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/930c596ee95c60ae","status":"passed","time":{"start":1729034393672,"stop":1729034393673,"duration":1}},{"uid":"6abb7b90f8283ed2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6abb7b90f8283ed2","status":"passed","time":{"start":1729034304863,"stop":1729034304864,"duration":1}},{"uid":"65aef34e9a4e9c30","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/65aef34e9a4e9c30","status":"passed","time":{"start":1729034121954,"stop":1729034121957,"duration":3}},{"uid":"bf8dca2e91035cee","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bf8dca2e91035cee","status":"passed","time":{"start":1729032174931,"stop":1729032174932,"duration":1}},{"uid":"ec96b22fbac984a7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec96b22fbac984a7","status":"passed","time":{"start":1728901881035,"stop":1728901881036,"duration":1}},{"uid":"50be6129a96b9fd2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50be6129a96b9fd2","status":"passed","time":{"start":1728893317184,"stop":1728893317185,"duration":1}},{"uid":"ca71e7cc40461102","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca71e7cc40461102","status":"passed","time":{"start":1728856263129,"stop":1728856263129,"duration":0}},{"uid":"757cd69a60b7b5af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/757cd69a60b7b5af","status":"passed","time":{"start":1728738492814,"stop":1728738492815,"duration":1}},{"uid":"a7aae32db379d4ce","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a7aae32db379d4ce","status":"passed","time":{"start":1728683030032,"stop":1728683030032,"duration":0}},{"uid":"e4fbbd81322dcd43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e4fbbd81322dcd43","status":"passed","time":{"start":1728682581133,"stop":1728682581133,"duration":0}},{"uid":"f85f2601c98b6f1b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f85f2601c98b6f1b","status":"passed","time":{"start":1728677082017,"stop":1728677082017,"duration":0}},{"uid":"82d2281d5962a10","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/82d2281d5962a10","status":"passed","time":{"start":1728669795410,"stop":1728669795411,"duration":1}},{"uid":"85dd9a2bf7389e0c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/85dd9a2bf7389e0c","status":"passed","time":{"start":1728598137511,"stop":1728598137512,"duration":1}},{"uid":"f45d0c7ae677a79d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f45d0c7ae677a79d","status":"passed","time":{"start":1728597353491,"stop":1728597353491,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7dfb4df3f42cab4b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7dfb4df3f42cab4b","status":"passed","time":{"start":1729034611681,"stop":1729034611681,"duration":0}},{"uid":"6a1c5653e7960f4f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6a1c5653e7960f4f","status":"passed","time":{"start":1729034393657,"stop":1729034393657,"duration":0}},{"uid":"22e1947112ac58d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/22e1947112ac58d","status":"passed","time":{"start":1729034304854,"stop":1729034304855,"duration":1}},{"uid":"f3218ad5535c842d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f3218ad5535c842d","status":"passed","time":{"start":1729034121941,"stop":1729034121941,"duration":0}},{"uid":"9d1125c63e60ca1b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d1125c63e60ca1b","status":"passed","time":{"start":1729032174920,"stop":1729032174920,"duration":0}},{"uid":"ea3402618bb75d28","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea3402618bb75d28","status":"passed","time":{"start":1728901881025,"stop":1728901881026,"duration":1}},{"uid":"de5510b8feeb2673","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/de5510b8feeb2673","status":"passed","time":{"start":1728893317180,"stop":1728893317180,"duration":0}},{"uid":"995994f84b2ba37c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/995994f84b2ba37c","status":"passed","time":{"start":1728856263110,"stop":1728856263110,"duration":0}},{"uid":"549395602cdc12cc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/549395602cdc12cc","status":"passed","time":{"start":1728738492804,"stop":1728738492804,"duration":0}},{"uid":"2caae743cd658196","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2caae743cd658196","status":"passed","time":{"start":1728683030027,"stop":1728683030028,"duration":1}},{"uid":"d5f369da4dfe3e90","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d5f369da4dfe3e90","status":"passed","time":{"start":1728682581113,"stop":1728682581113,"duration":0}},{"uid":"48a47cf40667353c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/48a47cf40667353c","status":"passed","time":{"start":1728677082008,"stop":1728677082009,"duration":1}},{"uid":"6632a4a17919afa6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6632a4a17919afa6","status":"passed","time":{"start":1728669795405,"stop":1728669795405,"duration":0}},{"uid":"b4fa10a16cbc1dca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b4fa10a16cbc1dca","status":"passed","time":{"start":1728598137508,"stop":1728598137508,"duration":0}},{"uid":"8e06a10529fa252b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e06a10529fa252b","status":"passed","time":{"start":1728597353485,"stop":1728597353486,"duration":1}}]},"be405d32107130de5c3728b1d6865941:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6ddf6cab75d4e5f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6ddf6cab75d4e5f9","status":"passed","time":{"start":1729034332645,"stop":1729034332645,"duration":0}},{"uid":"51fde7b2a261bae8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/51fde7b2a261bae8","status":"passed","time":{"start":1729034096142,"stop":1729034096142,"duration":0}},{"uid":"5aaa91a06a44857f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5aaa91a06a44857f","status":"passed","time":{"start":1729034020098,"stop":1729034020098,"duration":0}},{"uid":"3b66469b6ba11d2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b66469b6ba11d2","status":"passed","time":{"start":1729033834396,"stop":1729033834396,"duration":0}},{"uid":"2be459ce698707e1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2be459ce698707e1","status":"passed","time":{"start":1729031884129,"stop":1729031884129,"duration":0}},{"uid":"225ea13253e8fcb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/225ea13253e8fcb","status":"passed","time":{"start":1728901430262,"stop":1728901430262,"duration":0}},{"uid":"60afa4ec226c4670","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/60afa4ec226c4670","status":"passed","time":{"start":1728892860541,"stop":1728892860541,"duration":0}},{"uid":"51c4217da7e8efe4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/51c4217da7e8efe4","status":"passed","time":{"start":1728855823330,"stop":1728855823330,"duration":0}},{"uid":"8d654e139efb83bc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d654e139efb83bc","status":"passed","time":{"start":1728738040611,"stop":1728738040611,"duration":0}},{"uid":"d2651914433cf6a9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d2651914433cf6a9","status":"passed","time":{"start":1728682574102,"stop":1728682574102,"duration":0}},{"uid":"7694341a0c125bfd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7694341a0c125bfd","status":"passed","time":{"start":1728682146826,"stop":1728682146826,"duration":0}},{"uid":"ca2d962a63ba8aa9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca2d962a63ba8aa9","status":"passed","time":{"start":1728676621441,"stop":1728676621441,"duration":0}},{"uid":"22e879a8bfcc5da1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/22e879a8bfcc5da1","status":"passed","time":{"start":1728669344475,"stop":1728669344475,"duration":0}},{"uid":"9a1707b43f13a24c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a1707b43f13a24c","status":"passed","time":{"start":1728597685171,"stop":1728597685171,"duration":0}},{"uid":"acf7dd640d54575a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/acf7dd640d54575a","status":"passed","time":{"start":1728596904480,"stop":1728596904480,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5f37b904f0491f58","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f37b904f0491f58","status":"passed","time":{"start":1729034631255,"stop":1729034631255,"duration":0}},{"uid":"ea977f1aa1841664","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ea977f1aa1841664","status":"passed","time":{"start":1729034400892,"stop":1729034400892,"duration":0}},{"uid":"270eb1ebbb4bda8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/270eb1ebbb4bda8","status":"passed","time":{"start":1729034317461,"stop":1729034317462,"duration":1}},{"uid":"1f115fb5bd6c39d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f115fb5bd6c39d6","status":"passed","time":{"start":1729034137143,"stop":1729034137143,"duration":0}},{"uid":"64732c5d596d654e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/64732c5d596d654e","status":"passed","time":{"start":1729032206877,"stop":1729032206878,"duration":1}},{"uid":"1b071bd751512318","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b071bd751512318","status":"passed","time":{"start":1728901995023,"stop":1728901995024,"duration":1}},{"uid":"3db35ac8b77305b7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3db35ac8b77305b7","status":"passed","time":{"start":1728893420997,"stop":1728893420997,"duration":0}},{"uid":"f444b604051b817f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f444b604051b817f","status":"passed","time":{"start":1728856368598,"stop":1728856368599,"duration":1}},{"uid":"f62f0b7c6fce4c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f62f0b7c6fce4c","status":"passed","time":{"start":1728738604683,"stop":1728738604683,"duration":0}},{"uid":"178d6f8a8f963fe6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/178d6f8a8f963fe6","status":"passed","time":{"start":1728683117632,"stop":1728683117633,"duration":1}},{"uid":"ee59d17f0b75a90d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ee59d17f0b75a90d","status":"passed","time":{"start":1728682721320,"stop":1728682721320,"duration":0}},{"uid":"94cfb34c15d338f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/94cfb34c15d338f7","status":"passed","time":{"start":1728677184686,"stop":1728677184686,"duration":0}},{"uid":"97af6b6d2517c3cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97af6b6d2517c3cc","status":"passed","time":{"start":1728669866454,"stop":1728669866454,"duration":0}},{"uid":"8bf954abe5b686a9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bf954abe5b686a9","status":"passed","time":{"start":1728598249992,"stop":1728598249993,"duration":1}},{"uid":"bbbc352292773d46","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bbbc352292773d46","status":"passed","time":{"start":1728597472299,"stop":1728597472299,"duration":0}}]},"9750eb0b65afe46854b2f1b61854eeb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78b11314d8bdfcda","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/78b11314d8bdfcda","status":"passed","time":{"start":1729034617771,"stop":1729034617776,"duration":5}}]},"c0d6f05bfa042ebc965e2faa930ec2d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3205c5a8ea1d6b6b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3205c5a8ea1d6b6b","status":"passed","time":{"start":1728901664268,"stop":1728901664268,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"52ddf15503a21dd3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/52ddf15503a21dd3","status":"passed","time":{"start":1729034536785,"stop":1729034536785,"duration":0}},{"uid":"e08dfacf7ca8519c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e08dfacf7ca8519c","status":"passed","time":{"start":1729034307031,"stop":1729034307031,"duration":0}},{"uid":"f237c5275f67c6b1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f237c5275f67c6b1","status":"passed","time":{"start":1729034223306,"stop":1729034223306,"duration":0}},{"uid":"81a05dc231c56841","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/81a05dc231c56841","status":"passed","time":{"start":1729034034979,"stop":1729034034981,"duration":2}},{"uid":"45d90428d1382ea1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45d90428d1382ea1","status":"passed","time":{"start":1729032066290,"stop":1729032066292,"duration":2}},{"uid":"d361e5d870613508","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d361e5d870613508","status":"passed","time":{"start":1728901706619,"stop":1728901706620,"duration":1}},{"uid":"ce33b71913da72c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce33b71913da72c1","status":"passed","time":{"start":1728893153422,"stop":1728893153422,"duration":0}},{"uid":"a77d2b657819fa1d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a77d2b657819fa1d","status":"passed","time":{"start":1728856108126,"stop":1728856108126,"duration":0}},{"uid":"1a97e31e2fb37f10","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a97e31e2fb37f10","status":"passed","time":{"start":1728738316668,"stop":1728738316669,"duration":1}},{"uid":"ee0c2220decc7859","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ee0c2220decc7859","status":"passed","time":{"start":1728682865316,"stop":1728682865317,"duration":1}},{"uid":"fd951a09eed871fa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fd951a09eed871fa","status":"passed","time":{"start":1728682446995,"stop":1728682446995,"duration":0}},{"uid":"1fdcbbb4284946e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1fdcbbb4284946e8","status":"passed","time":{"start":1728676924479,"stop":1728676924479,"duration":0}},{"uid":"25d4c714045a823b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25d4c714045a823b","status":"passed","time":{"start":1728669626261,"stop":1728669626261,"duration":0}},{"uid":"2faaea3a6650253c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2faaea3a6650253c","status":"passed","time":{"start":1728597973672,"stop":1728597973673,"duration":1}},{"uid":"93ff635c7abb76b8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/93ff635c7abb76b8","status":"passed","time":{"start":1728597188035,"stop":1728597188036,"duration":1}}]},"37d35c6773a982514c85032844d7a00e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d9ccae83f9ff350","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3d9ccae83f9ff350","status":"passed","time":{"start":1728683093172,"stop":1728683093172,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5e8e38e8cd525f68","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5e8e38e8cd525f68","status":"passed","time":{"start":1729034506789,"stop":1729034506789,"duration":0}},{"uid":"6a0eaf7dd909cb3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6a0eaf7dd909cb3","status":"passed","time":{"start":1729034259812,"stop":1729034259813,"duration":1}},{"uid":"8cf2f8a5579e4829","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8cf2f8a5579e4829","status":"passed","time":{"start":1729034194006,"stop":1729034194006,"duration":0}},{"uid":"88889ec786ec75c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/88889ec786ec75c1","status":"passed","time":{"start":1729034014853,"stop":1729034014856,"duration":3}},{"uid":"5840cf20fff44b83","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5840cf20fff44b83","status":"passed","time":{"start":1729032065442,"stop":1729032065442,"duration":0}},{"uid":"84e284972bcd79c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84e284972bcd79c6","status":"passed","time":{"start":1728901664239,"stop":1728901664241,"duration":2}},{"uid":"b83fc357c679b24b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b83fc357c679b24b","status":"passed","time":{"start":1728893093688,"stop":1728893093689,"duration":1}},{"uid":"77a7f22fab7ad6f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77a7f22fab7ad6f7","status":"passed","time":{"start":1728856055264,"stop":1728856055266,"duration":2}},{"uid":"3a08c3d8148aa334","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3a08c3d8148aa334","status":"passed","time":{"start":1728738274741,"stop":1728738274741,"duration":0}},{"uid":"e6ce5bb2a3242431","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6ce5bb2a3242431","status":"passed","time":{"start":1728682807951,"stop":1728682807952,"duration":1}},{"uid":"8588cd691f506e51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8588cd691f506e51","status":"passed","time":{"start":1728682381281,"stop":1728682381281,"duration":0}},{"uid":"399fd718f0717844","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/399fd718f0717844","status":"passed","time":{"start":1728676853894,"stop":1728676853894,"duration":0}},{"uid":"39c1306f7d3aae7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39c1306f7d3aae7","status":"passed","time":{"start":1728669581686,"stop":1728669581686,"duration":0}},{"uid":"3925eaab51bdb27b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3925eaab51bdb27b","status":"passed","time":{"start":1728597923472,"stop":1728597923473,"duration":1}},{"uid":"e44906c035a314cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e44906c035a314cd","status":"passed","time":{"start":1728597132260,"stop":1728597132260,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1af1a5852b2967c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1af1a5852b2967c2","status":"passed","time":{"start":1729034435019,"stop":1729034435019,"duration":0}},{"uid":"21022465b9a0c1ad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/21022465b9a0c1ad","status":"passed","time":{"start":1729034179351,"stop":1729034179354,"duration":3}},{"uid":"7754716dd996ad65","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7754716dd996ad65","status":"passed","time":{"start":1729034120547,"stop":1729034120549,"duration":2}},{"uid":"8e8cb9373b1af235","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e8cb9373b1af235","status":"passed","time":{"start":1729033937071,"stop":1729033937075,"duration":4}},{"uid":"a3a5dd24a2deeacd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3a5dd24a2deeacd","status":"passed","time":{"start":1729031987032,"stop":1729031987033,"duration":1}},{"uid":"54b60aaa805ef507","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/54b60aaa805ef507","status":"passed","time":{"start":1728901546862,"stop":1728901546863,"duration":1}},{"uid":"aa96c00879317686","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aa96c00879317686","status":"passed","time":{"start":1728892979417,"stop":1728892979418,"duration":1}},{"uid":"6c6b8859f8344b26","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c6b8859f8344b26","status":"passed","time":{"start":1728855940956,"stop":1728855940956,"duration":0}},{"uid":"f6d8a83ae741506c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f6d8a83ae741506c","status":"passed","time":{"start":1728738161106,"stop":1728738161106,"duration":0}},{"uid":"4ff73b80efe97878","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ff73b80efe97878","status":"passed","time":{"start":1728682691670,"stop":1728682691670,"duration":0}},{"uid":"1808f296a5b7be7f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1808f296a5b7be7f","status":"passed","time":{"start":1728682265765,"stop":1728682265766,"duration":1}},{"uid":"2f95dfdcb1c31245","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2f95dfdcb1c31245","status":"passed","time":{"start":1728676744596,"stop":1728676744596,"duration":0}},{"uid":"50bbe540c5b46368","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/50bbe540c5b46368","status":"passed","time":{"start":1728669464695,"stop":1728669464695,"duration":0}},{"uid":"a7abd2319c319788","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a7abd2319c319788","status":"passed","time":{"start":1728597804166,"stop":1728597804167,"duration":1}},{"uid":"f88c082042760fc6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f88c082042760fc6","status":"passed","time":{"start":1728597021414,"stop":1728597021415,"duration":1}}]},"77882dfaf66a4d5daeea195143ffcbde:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9e5a9e726a50e6e3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9e5a9e726a50e6e3","status":"passed","time":{"start":1729034373027,"stop":1729034373027,"duration":0}},{"uid":"b8c5c496e6b16f93","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b8c5c496e6b16f93","status":"passed","time":{"start":1729034137314,"stop":1729034137315,"duration":1}},{"uid":"7feb16f93cd549fd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7feb16f93cd549fd","status":"passed","time":{"start":1729034060017,"stop":1729034060018,"duration":1}},{"uid":"abc8b3bc28e83319","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/abc8b3bc28e83319","status":"passed","time":{"start":1729033874960,"stop":1729033874960,"duration":0}},{"uid":"1fb4bfc788fc2d8d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1fb4bfc788fc2d8d","status":"passed","time":{"start":1729031924899,"stop":1729031924900,"duration":1}},{"uid":"70f3953acccb5d42","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/70f3953acccb5d42","status":"passed","time":{"start":1728901469127,"stop":1728901469128,"duration":1}},{"uid":"1859e38611f55aab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1859e38611f55aab","status":"passed","time":{"start":1728892899792,"stop":1728892899793,"duration":1}},{"uid":"5bcbb94f0ee23239","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5bcbb94f0ee23239","status":"passed","time":{"start":1728855863056,"stop":1728855863057,"duration":1}},{"uid":"137ec7ce3457c411","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/137ec7ce3457c411","status":"passed","time":{"start":1728738080898,"stop":1728738080898,"duration":0}},{"uid":"e72b05a8e3040f98","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e72b05a8e3040f98","status":"passed","time":{"start":1728682614307,"stop":1728682614308,"duration":1}},{"uid":"bc8f636b55ed0cdd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc8f636b55ed0cdd","status":"passed","time":{"start":1728682187091,"stop":1728682187092,"duration":1}},{"uid":"8a08b1b6e167b826","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a08b1b6e167b826","status":"passed","time":{"start":1728676661486,"stop":1728676661487,"duration":1}},{"uid":"88750de7c621e8db","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88750de7c621e8db","status":"passed","time":{"start":1728669384660,"stop":1728669384661,"duration":1}},{"uid":"67a8b416487f27f5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/67a8b416487f27f5","status":"passed","time":{"start":1728597724234,"stop":1728597724234,"duration":0}},{"uid":"86bda17d706db9ce","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86bda17d706db9ce","status":"passed","time":{"start":1728596943281,"stop":1728596943281,"duration":0}}]},"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e61bab9349c5a1a4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e61bab9349c5a1a4","status":"passed","time":{"start":1729034332628,"stop":1729034332628,"duration":0}},{"uid":"4bf03d8e79f37a0e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4bf03d8e79f37a0e","status":"passed","time":{"start":1729034096130,"stop":1729034096130,"duration":0}},{"uid":"2f48c6d2fd3b216b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2f48c6d2fd3b216b","status":"passed","time":{"start":1729034020087,"stop":1729034020087,"duration":0}},{"uid":"7d85e34bfb34c0b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7d85e34bfb34c0b3","status":"passed","time":{"start":1729033834381,"stop":1729033834381,"duration":0}},{"uid":"30be9e077117d755","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30be9e077117d755","status":"passed","time":{"start":1729031884113,"stop":1729031884113,"duration":0}},{"uid":"7ff435e1e7888380","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7ff435e1e7888380","status":"passed","time":{"start":1728901430252,"stop":1728901430252,"duration":0}},{"uid":"c765b35c10c574d3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c765b35c10c574d3","status":"passed","time":{"start":1728892860529,"stop":1728892860529,"duration":0}},{"uid":"f37775cdcf61522d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f37775cdcf61522d","status":"passed","time":{"start":1728855823319,"stop":1728855823319,"duration":0}},{"uid":"b5177a099eb427e5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b5177a099eb427e5","status":"passed","time":{"start":1728738040598,"stop":1728738040598,"duration":0}},{"uid":"288dcb89added63d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/288dcb89added63d","status":"passed","time":{"start":1728682574088,"stop":1728682574088,"duration":0}},{"uid":"2cf2fe527d9cab26","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2cf2fe527d9cab26","status":"passed","time":{"start":1728682146813,"stop":1728682146813,"duration":0}},{"uid":"7ff0d6976ae7e56a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7ff0d6976ae7e56a","status":"passed","time":{"start":1728676621428,"stop":1728676621429,"duration":1}},{"uid":"4bb4fdf986d456f5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4bb4fdf986d456f5","status":"passed","time":{"start":1728669344464,"stop":1728669344464,"duration":0}},{"uid":"7d3f5fc11009c917","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7d3f5fc11009c917","status":"passed","time":{"start":1728597685158,"stop":1728597685158,"duration":0}},{"uid":"ba500e57c130c1c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ba500e57c130c1c6","status":"passed","time":{"start":1728596904464,"stop":1728596904464,"duration":0}}]},"e25ee9d61c6a3a632fec6b3bcab9a5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b90eca0627f189b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b90eca0627f189b5","status":"passed","time":{"start":1729034332640,"stop":1729034332640,"duration":0}},{"uid":"b5560efcb6740b3b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b5560efcb6740b3b","status":"passed","time":{"start":1729034096138,"stop":1729034096139,"duration":1}},{"uid":"2bb9f425b7819596","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2bb9f425b7819596","status":"passed","time":{"start":1729034020095,"stop":1729034020095,"duration":0}},{"uid":"c0c7ec48ad861984","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c0c7ec48ad861984","status":"passed","time":{"start":1729033834392,"stop":1729033834392,"duration":0}},{"uid":"b19659fe9b4f487c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b19659fe9b4f487c","status":"passed","time":{"start":1729031884125,"stop":1729031884125,"duration":0}},{"uid":"ee6f89ba2368231b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ee6f89ba2368231b","status":"passed","time":{"start":1728901430258,"stop":1728901430259,"duration":1}},{"uid":"65e78b489a8ba465","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/65e78b489a8ba465","status":"passed","time":{"start":1728892860537,"stop":1728892860537,"duration":0}},{"uid":"71e3c1c4fce7d81","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/71e3c1c4fce7d81","status":"passed","time":{"start":1728855823327,"stop":1728855823327,"duration":0}},{"uid":"5cfe617ddfc5cc91","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5cfe617ddfc5cc91","status":"passed","time":{"start":1728738040607,"stop":1728738040608,"duration":1}},{"uid":"da4d316d909f0b74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/da4d316d909f0b74","status":"passed","time":{"start":1728682574098,"stop":1728682574098,"duration":0}},{"uid":"c264b6d6dc445caf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c264b6d6dc445caf","status":"passed","time":{"start":1728682146822,"stop":1728682146822,"duration":0}},{"uid":"3945a657d2f0a5f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3945a657d2f0a5f2","status":"passed","time":{"start":1728676621437,"stop":1728676621437,"duration":0}},{"uid":"f1a965cfbb008ff9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f1a965cfbb008ff9","status":"passed","time":{"start":1728669344472,"stop":1728669344472,"duration":0}},{"uid":"1e60f8bb953d316d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e60f8bb953d316d","status":"passed","time":{"start":1728597685167,"stop":1728597685167,"duration":0}},{"uid":"949866a958d67b54","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/949866a958d67b54","status":"passed","time":{"start":1728596904474,"stop":1728596904475,"duration":1}}]},"7d8d4c4f231b3503f2de73026edc8ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d740f32dcac14125","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d740f32dcac14125","status":"passed","time":{"start":1729034470387,"stop":1729034470387,"duration":0}},{"uid":"a9ce269e2023162e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9ce269e2023162e","status":"passed","time":{"start":1729034238409,"stop":1729034238409,"duration":0}},{"uid":"61f9807f705de314","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/61f9807f705de314","status":"passed","time":{"start":1729034157651,"stop":1729034157652,"duration":1}},{"uid":"13529e4f0b82df71","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/13529e4f0b82df71","status":"passed","time":{"start":1729033974450,"stop":1729033974450,"duration":0}},{"uid":"5c2a8a35663fa278","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5c2a8a35663fa278","status":"passed","time":{"start":1729032027759,"stop":1729032027760,"duration":1}},{"uid":"5d4c583f42eeea72","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5d4c583f42eeea72","status":"passed","time":{"start":1728901614539,"stop":1728901614543,"duration":4}},{"uid":"2d0ea70756effc7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2d0ea70756effc7c","status":"passed","time":{"start":1728893048594,"stop":1728893048595,"duration":1}},{"uid":"894ea287c68fa3b7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/894ea287c68fa3b7","status":"passed","time":{"start":1728856013558,"stop":1728856013558,"duration":0}},{"uid":"696e07d64bb4582d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/696e07d64bb4582d","status":"passed","time":{"start":1728738231630,"stop":1728738231631,"duration":1}},{"uid":"dbe81ed0a116b8a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dbe81ed0a116b8a","status":"passed","time":{"start":1728682761070,"stop":1728682761071,"duration":1}},{"uid":"432807246b2a91","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/432807246b2a91","status":"passed","time":{"start":1728682330628,"stop":1728682330631,"duration":3}},{"uid":"bd4fbdbf97d5058d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bd4fbdbf97d5058d","status":"passed","time":{"start":1728676808322,"stop":1728676808323,"duration":1}},{"uid":"47d864404fc1a678","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/47d864404fc1a678","status":"passed","time":{"start":1728669528227,"stop":1728669528227,"duration":0}},{"uid":"a54d5d5c13ad8a43","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a54d5d5c13ad8a43","status":"passed","time":{"start":1728597872226,"stop":1728597872226,"duration":0}},{"uid":"c9b73512f4822083","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9b73512f4822083","status":"passed","time":{"start":1728597087684,"stop":1728597087684,"duration":0}}]},"85851e037eb81252cfd5148ef96f8a93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7badc72b9f9cce2c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7badc72b9f9cce2c","status":"passed","time":{"start":1728738567468,"stop":1728738567468,"duration":0}}]},"3b83c075b41ddeaa2760eb77446ca91e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"73fdd047c96a6145","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/73fdd047c96a6145","status":"passed","time":{"start":1729034332628,"stop":1729034332629,"duration":1}},{"uid":"59a11f708b44e0f1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/59a11f708b44e0f1","status":"passed","time":{"start":1729034096130,"stop":1729034096130,"duration":0}},{"uid":"71bce453f917c9e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71bce453f917c9e9","status":"passed","time":{"start":1729034020087,"stop":1729034020088,"duration":1}},{"uid":"faeba9f5c97b95d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/faeba9f5c97b95d9","status":"passed","time":{"start":1729033834381,"stop":1729033834381,"duration":0}},{"uid":"9f3343050b0775cf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9f3343050b0775cf","status":"passed","time":{"start":1729031884114,"stop":1729031884114,"duration":0}},{"uid":"8dcc882eef88186f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8dcc882eef88186f","status":"passed","time":{"start":1728901430252,"stop":1728901430252,"duration":0}},{"uid":"9f51658665a0f553","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9f51658665a0f553","status":"passed","time":{"start":1728892860529,"stop":1728892860529,"duration":0}},{"uid":"79bfa761d9ae57f0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/79bfa761d9ae57f0","status":"passed","time":{"start":1728855823320,"stop":1728855823320,"duration":0}},{"uid":"a4bbf173d025d4e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a4bbf173d025d4e6","status":"passed","time":{"start":1728738040598,"stop":1728738040598,"duration":0}},{"uid":"1704fcaa255e71db","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1704fcaa255e71db","status":"passed","time":{"start":1728682574089,"stop":1728682574089,"duration":0}},{"uid":"acd34ec3c5d3918b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/acd34ec3c5d3918b","status":"passed","time":{"start":1728682146813,"stop":1728682146813,"duration":0}},{"uid":"69ca6402de4befae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/69ca6402de4befae","status":"passed","time":{"start":1728676621429,"stop":1728676621429,"duration":0}},{"uid":"680b709d44e90af7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/680b709d44e90af7","status":"passed","time":{"start":1728669344464,"stop":1728669344465,"duration":1}},{"uid":"8f851a96cc2bafe5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8f851a96cc2bafe5","status":"passed","time":{"start":1728597685158,"stop":1728597685158,"duration":0}},{"uid":"9e4c51de05805a57","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9e4c51de05805a57","status":"passed","time":{"start":1728596904464,"stop":1728596904465,"duration":1}}]},"af5e1916ca02179032ad2769539fa673:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2f760d9ed41e3039","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2f760d9ed41e3039","status":"passed","time":{"start":1729034332632,"stop":1729034332632,"duration":0}},{"uid":"9a42efa94b863541","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9a42efa94b863541","status":"passed","time":{"start":1729034096134,"stop":1729034096134,"duration":0}},{"uid":"f0d07ba60e6fe346","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f0d07ba60e6fe346","status":"passed","time":{"start":1729034020091,"stop":1729034020091,"duration":0}},{"uid":"c91534afce3b4d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c91534afce3b4d7","status":"passed","time":{"start":1729033834387,"stop":1729033834387,"duration":0}},{"uid":"9651620c57ff3b50","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9651620c57ff3b50","status":"passed","time":{"start":1729031884120,"stop":1729031884120,"duration":0}},{"uid":"30245d75728fea8b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/30245d75728fea8b","status":"passed","time":{"start":1728901430255,"stop":1728901430255,"duration":0}},{"uid":"6d3549bfbda96188","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d3549bfbda96188","status":"passed","time":{"start":1728892860533,"stop":1728892860533,"duration":0}},{"uid":"6f9b464d411869d8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6f9b464d411869d8","status":"passed","time":{"start":1728855823323,"stop":1728855823323,"duration":0}},{"uid":"14c0c1cfedd5f5ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/14c0c1cfedd5f5ee","status":"passed","time":{"start":1728738040603,"stop":1728738040603,"duration":0}},{"uid":"349c0daeab129092","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/349c0daeab129092","status":"passed","time":{"start":1728682574093,"stop":1728682574094,"duration":1}},{"uid":"a491a581eeda9ce9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a491a581eeda9ce9","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"cf48e74b3e35d6b4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cf48e74b3e35d6b4","status":"passed","time":{"start":1728676621432,"stop":1728676621433,"duration":1}},{"uid":"ea7cbdd2b91b9bd8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ea7cbdd2b91b9bd8","status":"passed","time":{"start":1728669344468,"stop":1728669344468,"duration":0}},{"uid":"b6a336a67e154339","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b6a336a67e154339","status":"passed","time":{"start":1728597685162,"stop":1728597685162,"duration":0}},{"uid":"d9eb84666a50b25f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9eb84666a50b25f","status":"passed","time":{"start":1728596904468,"stop":1728596904469,"duration":1}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"73f625c7f6183c58","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/73f625c7f6183c58","status":"passed","time":{"start":1729034340829,"stop":1729034340830,"duration":1}},{"uid":"8f18c486e85a6ff9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f18c486e85a6ff9","status":"passed","time":{"start":1729034104502,"stop":1729034104503,"duration":1}},{"uid":"44cf9b7e066a0313","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/44cf9b7e066a0313","status":"passed","time":{"start":1729034027823,"stop":1729034027823,"duration":0}},{"uid":"f62b76c95e06c02e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f62b76c95e06c02e","status":"passed","time":{"start":1729033842412,"stop":1729033842412,"duration":0}},{"uid":"b4c262beb6a30d34","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b4c262beb6a30d34","status":"passed","time":{"start":1729031892128,"stop":1729031892129,"duration":1}},{"uid":"e78362a1ad82af1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e78362a1ad82af1f","status":"passed","time":{"start":1728901438144,"stop":1728901438145,"duration":1}},{"uid":"ee65493cf9a31cda","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ee65493cf9a31cda","status":"passed","time":{"start":1728892868419,"stop":1728892868420,"duration":1}},{"uid":"bb8fb1d56e9003fd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bb8fb1d56e9003fd","status":"passed","time":{"start":1728855831312,"stop":1728855831312,"duration":0}},{"uid":"3bad34b733118b9c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3bad34b733118b9c","status":"passed","time":{"start":1728738048420,"stop":1728738048422,"duration":2}},{"uid":"9175034eca610ffa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9175034eca610ffa","status":"passed","time":{"start":1728682581969,"stop":1728682581970,"duration":1}},{"uid":"bcad20c140cc92d8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bcad20c140cc92d8","status":"passed","time":{"start":1728682154920,"stop":1728682154920,"duration":0}},{"uid":"88e123f5b51ea229","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/88e123f5b51ea229","status":"passed","time":{"start":1728676629328,"stop":1728676629329,"duration":1}},{"uid":"70ebaae8a1c5988d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/70ebaae8a1c5988d","status":"passed","time":{"start":1728669352395,"stop":1728669352395,"duration":0}},{"uid":"9c84f90481b2dd5c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9c84f90481b2dd5c","status":"passed","time":{"start":1728597693130,"stop":1728597693130,"duration":0}},{"uid":"e6f0f72458a96875","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e6f0f72458a96875","status":"passed","time":{"start":1728596912668,"stop":1728596912668,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"464cb3bc27e979b1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/464cb3bc27e979b1","status":"passed","time":{"start":1729034506791,"stop":1729034506792,"duration":1}},{"uid":"8fa638928959bb7e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8fa638928959bb7e","status":"passed","time":{"start":1729034259815,"stop":1729034259816,"duration":1}},{"uid":"3ef37226db26e3e2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3ef37226db26e3e2","status":"passed","time":{"start":1729034194007,"stop":1729034194016,"duration":9}},{"uid":"d966242160424cae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d966242160424cae","status":"passed","time":{"start":1729034014864,"stop":1729034014867,"duration":3}},{"uid":"f0d674e490ac5a4d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f0d674e490ac5a4d","status":"passed","time":{"start":1729032065449,"stop":1729032065450,"duration":1}},{"uid":"91ff214cf9dc5e25","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/91ff214cf9dc5e25","status":"passed","time":{"start":1728901664251,"stop":1728901664264,"duration":13}},{"uid":"e73432d930b513d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e73432d930b513d8","status":"passed","time":{"start":1728893093690,"stop":1728893093690,"duration":0}},{"uid":"2f45449035e1d34b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f45449035e1d34b","status":"passed","time":{"start":1728856055270,"stop":1728856055271,"duration":1}},{"uid":"6e8fcb620266428","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e8fcb620266428","status":"passed","time":{"start":1728738274742,"stop":1728738274743,"duration":1}},{"uid":"669ce71c3293dbbb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/669ce71c3293dbbb","status":"passed","time":{"start":1728682807955,"stop":1728682807955,"duration":0}},{"uid":"9c8012a70773c1c4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9c8012a70773c1c4","status":"passed","time":{"start":1728682381283,"stop":1728682381283,"duration":0}},{"uid":"55d55cebe012379a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/55d55cebe012379a","status":"passed","time":{"start":1728676853896,"stop":1728676853896,"duration":0}},{"uid":"7e371689f28221be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7e371689f28221be","status":"passed","time":{"start":1728669581693,"stop":1728669581693,"duration":0}},{"uid":"4d201358b94d64a8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4d201358b94d64a8","status":"passed","time":{"start":1728597923478,"stop":1728597923480,"duration":2}},{"uid":"2dabbc4c1407eb6b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2dabbc4c1407eb6b","status":"passed","time":{"start":1728597132262,"stop":1728597132262,"duration":0}}]},"d67850b834c959bec0e7abc5ce40f688:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdf3fb8de5a5eaa0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fdf3fb8de5a5eaa0","status":"passed","time":{"start":1728738494950,"stop":1728738494950,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"21aaa4ea5e2f99b7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/21aaa4ea5e2f99b7","status":"passed","time":{"start":1729034341405,"stop":1729034341405,"duration":0}},{"uid":"7cab2f2477f2183a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7cab2f2477f2183a","status":"passed","time":{"start":1729034104913,"stop":1729034104917,"duration":4}},{"uid":"5c6ca4b1eb04eb73","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5c6ca4b1eb04eb73","status":"passed","time":{"start":1729034028515,"stop":1729034028515,"duration":0}},{"uid":"e1dd3b8041b1fb0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e1dd3b8041b1fb0d","status":"passed","time":{"start":1729033843119,"stop":1729033843123,"duration":4}},{"uid":"843408000b655092","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/843408000b655092","status":"passed","time":{"start":1729031892681,"stop":1729031892681,"duration":0}},{"uid":"d90aef6dcacbdc67","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d90aef6dcacbdc67","status":"passed","time":{"start":1728901438812,"stop":1728901438812,"duration":0}},{"uid":"e8b2a78765e6a71e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e8b2a78765e6a71e","status":"passed","time":{"start":1728892869005,"stop":1728892869005,"duration":0}},{"uid":"dba33df5ed967df1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dba33df5ed967df1","status":"passed","time":{"start":1728855831896,"stop":1728855831897,"duration":1}},{"uid":"f2f8bdeb5adc13b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f2f8bdeb5adc13b","status":"passed","time":{"start":1728738049044,"stop":1728738049044,"duration":0}},{"uid":"d324acbfc44c9882","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d324acbfc44c9882","status":"passed","time":{"start":1728682582624,"stop":1728682582624,"duration":0}},{"uid":"29fdcb0a19cb8eb8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/29fdcb0a19cb8eb8","status":"passed","time":{"start":1728682155412,"stop":1728682155412,"duration":0}},{"uid":"ca3db491bd824747","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca3db491bd824747","status":"passed","time":{"start":1728676629978,"stop":1728676629979,"duration":1}},{"uid":"e05798c988c7d888","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e05798c988c7d888","status":"passed","time":{"start":1728669353105,"stop":1728669353106,"duration":1}},{"uid":"ff9a10f6c3f579a1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ff9a10f6c3f579a1","status":"passed","time":{"start":1728597693851,"stop":1728597693852,"duration":1}},{"uid":"8907301340bf0965","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8907301340bf0965","status":"passed","time":{"start":1728596913095,"stop":1728596913096,"duration":1}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4f223405ce9539b2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f223405ce9539b2","status":"passed","time":{"start":1729034617748,"stop":1729034617749,"duration":1}},{"uid":"e31d211328ec33b1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e31d211328ec33b1","status":"passed","time":{"start":1729034370835,"stop":1729034370852,"duration":17}},{"uid":"d20f188dd1b40b5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d20f188dd1b40b5","status":"passed","time":{"start":1729034308850,"stop":1729034308853,"duration":3}},{"uid":"27758764287c26f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27758764287c26f5","status":"passed","time":{"start":1729034129467,"stop":1729034129467,"duration":0}},{"uid":"b74ab397d34242b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b74ab397d34242b","status":"passed","time":{"start":1729032178361,"stop":1729032178361,"duration":0}},{"uid":"2d93ef577343189b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2d93ef577343189b","status":"passed","time":{"start":1728901896339,"stop":1728901896339,"duration":0}},{"uid":"22bc3e1a00988826","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/22bc3e1a00988826","status":"passed","time":{"start":1728893329018,"stop":1728893329018,"duration":0}},{"uid":"dae97a9df71b7539","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dae97a9df71b7539","status":"passed","time":{"start":1728856284753,"stop":1728856284754,"duration":1}},{"uid":"6f765e08e49e2c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f765e08e49e2c","status":"passed","time":{"start":1728738494929,"stop":1728738494929,"duration":0}},{"uid":"5e203be058b5d8c9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e203be058b5d8c9","status":"passed","time":{"start":1728683033624,"stop":1728683033624,"duration":0}},{"uid":"855f6b0240f27ef4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/855f6b0240f27ef4","status":"passed","time":{"start":1728682601729,"stop":1728682601729,"duration":0}},{"uid":"ebbf5a0ce5866ae3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ebbf5a0ce5866ae3","status":"passed","time":{"start":1728677107954,"stop":1728677107954,"duration":0}},{"uid":"65ba37881835d0ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/65ba37881835d0ab","status":"passed","time":{"start":1728669764743,"stop":1728669764743,"duration":0}},{"uid":"e58e6d9507ffaa4d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e58e6d9507ffaa4d","status":"passed","time":{"start":1728598157552,"stop":1728598157552,"duration":0}},{"uid":"f11b0afe4a383e89","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f11b0afe4a383e89","status":"passed","time":{"start":1728597369050,"stop":1728597369051,"duration":1}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5e9faf8611a1084e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5e9faf8611a1084e","status":"passed","time":{"start":1729034611663,"stop":1729034611663,"duration":0}},{"uid":"a9e3b980ee8c4fd6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9e3b980ee8c4fd6","status":"passed","time":{"start":1729034393640,"stop":1729034393643,"duration":3}},{"uid":"c8f2032dc4415049","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c8f2032dc4415049","status":"passed","time":{"start":1729034304835,"stop":1729034304836,"duration":1}},{"uid":"d53e203e593bd5a9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d53e203e593bd5a9","status":"passed","time":{"start":1729034121904,"stop":1729034121905,"duration":1}},{"uid":"d691475e95e7e2ba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d691475e95e7e2ba","status":"passed","time":{"start":1729032174831,"stop":1729032174841,"duration":10}},{"uid":"a3f8656aeba1aae5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3f8656aeba1aae5","status":"passed","time":{"start":1728901881010,"stop":1728901881010,"duration":0}},{"uid":"942047887817f693","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/942047887817f693","status":"passed","time":{"start":1728893317157,"stop":1728893317158,"duration":1}},{"uid":"92bd3aa8655086ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92bd3aa8655086ab","status":"passed","time":{"start":1728856263087,"stop":1728856263087,"duration":0}},{"uid":"4d90ea2319abbd12","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4d90ea2319abbd12","status":"passed","time":{"start":1728738492796,"stop":1728738492796,"duration":0}},{"uid":"ea290b18a51f59bf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ea290b18a51f59bf","status":"passed","time":{"start":1728683030019,"stop":1728683030019,"duration":0}},{"uid":"dd927831ac0a3af0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dd927831ac0a3af0","status":"passed","time":{"start":1728682581098,"stop":1728682581101,"duration":3}},{"uid":"aceb4d09e26cb3d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aceb4d09e26cb3d2","status":"passed","time":{"start":1728677081991,"stop":1728677081992,"duration":1}},{"uid":"4a5ce97399de34db","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4a5ce97399de34db","status":"passed","time":{"start":1728669795393,"stop":1728669795393,"duration":0}},{"uid":"90098a3567b7bd10","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90098a3567b7bd10","status":"passed","time":{"start":1728598137501,"stop":1728598137502,"duration":1}},{"uid":"e6b95c44bdd361bb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e6b95c44bdd361bb","status":"passed","time":{"start":1728597353478,"stop":1728597353478,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a451b8b426ef7bdd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a451b8b426ef7bdd","status":"passed","time":{"start":1729034617755,"stop":1729034617756,"duration":1}},{"uid":"80b98d76396c8bb6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/80b98d76396c8bb6","status":"passed","time":{"start":1729034370864,"stop":1729034370864,"duration":0}},{"uid":"efb33cca0ec6b775","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/efb33cca0ec6b775","status":"passed","time":{"start":1729034308863,"stop":1729034308863,"duration":0}},{"uid":"29af7bcdad211c66","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/29af7bcdad211c66","status":"passed","time":{"start":1729034129471,"stop":1729034129472,"duration":1}},{"uid":"9298b318f140a183","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9298b318f140a183","status":"passed","time":{"start":1729032178365,"stop":1729032178365,"duration":0}},{"uid":"3ab097147bf4fccd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3ab097147bf4fccd","status":"passed","time":{"start":1728901896344,"stop":1728901896344,"duration":0}},{"uid":"df1028b5577ddcf9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/df1028b5577ddcf9","status":"passed","time":{"start":1728893329022,"stop":1728893329022,"duration":0}},{"uid":"acc9263a4f88f271","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acc9263a4f88f271","status":"passed","time":{"start":1728856284759,"stop":1728856284760,"duration":1}},{"uid":"f7a4723dda0a628d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f7a4723dda0a628d","status":"passed","time":{"start":1728738494936,"stop":1728738494937,"duration":1}},{"uid":"680240bf97e9a9fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/680240bf97e9a9fd","status":"passed","time":{"start":1728683033629,"stop":1728683033629,"duration":0}},{"uid":"4dd8e1fa63bc3372","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4dd8e1fa63bc3372","status":"passed","time":{"start":1728682601733,"stop":1728682601734,"duration":1}},{"uid":"4aad8bdbddbbe46f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4aad8bdbddbbe46f","status":"passed","time":{"start":1728677107959,"stop":1728677107959,"duration":0}},{"uid":"ff989f1117fc29da","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff989f1117fc29da","status":"passed","time":{"start":1728669764748,"stop":1728669764748,"duration":0}},{"uid":"4e1b5dec0d9223cc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4e1b5dec0d9223cc","status":"passed","time":{"start":1728598157559,"stop":1728598157559,"duration":0}},{"uid":"bdf929ecb7a7d0c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bdf929ecb7a7d0c6","status":"passed","time":{"start":1728597369058,"stop":1728597369058,"duration":0}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cf61fdec4db3822","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cf61fdec4db3822","status":"passed","time":{"start":1729034561791,"stop":1729034561792,"duration":1}},{"uid":"3dbe2027544bc0c0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3dbe2027544bc0c0","status":"passed","time":{"start":1729034332099,"stop":1729034332099,"duration":0}},{"uid":"dd773805319abe46","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dd773805319abe46","status":"passed","time":{"start":1729034249515,"stop":1729034249516,"duration":1}},{"uid":"c5c3fc2dd1b960a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5c3fc2dd1b960a8","status":"passed","time":{"start":1729034066291,"stop":1729034066292,"duration":1}},{"uid":"efcfaf8e2ffa5857","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/efcfaf8e2ffa5857","status":"passed","time":{"start":1729032098483,"stop":1729032098484,"duration":1}},{"uid":"53a2e5bbf741f2c1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53a2e5bbf741f2c1","status":"passed","time":{"start":1728901785810,"stop":1728901785810,"duration":0}},{"uid":"28a64de798649c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/28a64de798649c1","status":"passed","time":{"start":1728893218882,"stop":1728893218882,"duration":0}},{"uid":"13acf5f9438541a5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/13acf5f9438541a5","status":"passed","time":{"start":1728856163811,"stop":1728856163811,"duration":0}},{"uid":"f44ae5bfcb841b0f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f44ae5bfcb841b0f","status":"passed","time":{"start":1728738377011,"stop":1728738377011,"duration":0}},{"uid":"ea5cd1787266f82a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ea5cd1787266f82a","status":"passed","time":{"start":1728682920270,"stop":1728682920270,"duration":0}},{"uid":"18d7d26e27238218","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18d7d26e27238218","status":"passed","time":{"start":1728682501675,"stop":1728682501675,"duration":0}},{"uid":"35ac7268021a1cf7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35ac7268021a1cf7","status":"passed","time":{"start":1728676985181,"stop":1728676985181,"duration":0}},{"uid":"1555c07218d4190f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1555c07218d4190f","status":"passed","time":{"start":1728669632496,"stop":1728669632496,"duration":0}},{"uid":"eabb3619b45272a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eabb3619b45272a4","status":"passed","time":{"start":1728598050003,"stop":1728598050003,"duration":0}},{"uid":"b35dfe5cffe93fcb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b35dfe5cffe93fcb","status":"passed","time":{"start":1728597264096,"stop":1728597264096,"duration":0}}]},"8b2fcd4f5586d06e59daf0bb4e97b262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e63325d59050479","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e63325d59050479","status":"passed","time":{"start":1729032235300,"stop":1729032235300,"duration":0}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7e63abce01c2fa78","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7e63abce01c2fa78","status":"passed","time":{"start":1729034655444,"stop":1729034655444,"duration":0}},{"uid":"f06ccca3c7b8a287","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f06ccca3c7b8a287","status":"passed","time":{"start":1729034425378,"stop":1729034425378,"duration":0}},{"uid":"b065f17380f04d9e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b065f17380f04d9e","status":"passed","time":{"start":1729034346110,"stop":1729034346110,"duration":0}},{"uid":"5ee8a9074f1fe826","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ee8a9074f1fe826","status":"passed","time":{"start":1729034162416,"stop":1729034162416,"duration":0}},{"uid":"fc6b8066f46465ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fc6b8066f46465ef","status":"passed","time":{"start":1729032197327,"stop":1729032197327,"duration":0}},{"uid":"73ba4df9a16e99c5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/73ba4df9a16e99c5","status":"passed","time":{"start":1728901899717,"stop":1728901899717,"duration":0}},{"uid":"e95cafaae8b6fe22","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e95cafaae8b6fe22","status":"passed","time":{"start":1728893334924,"stop":1728893334924,"duration":0}},{"uid":"84104d8365c477eb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/84104d8365c477eb","status":"passed","time":{"start":1728856288028,"stop":1728856288028,"duration":0}},{"uid":"8733bfc303dabb94","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8733bfc303dabb94","status":"passed","time":{"start":1728738501690,"stop":1728738501690,"duration":0}},{"uid":"1e0d8014041e7a20","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1e0d8014041e7a20","status":"passed","time":{"start":1728683044489,"stop":1728683044490,"duration":1}},{"uid":"181420f20255b9f6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/181420f20255b9f6","status":"passed","time":{"start":1728682619635,"stop":1728682619635,"duration":0}},{"uid":"da3a02e3cb72b239","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/da3a02e3cb72b239","status":"passed","time":{"start":1728677104187,"stop":1728677104188,"duration":1}},{"uid":"7ffb8b7f54f8cd57","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ffb8b7f54f8cd57","status":"passed","time":{"start":1728669759888,"stop":1728669759888,"duration":0}},{"uid":"6a76226d452ac6f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a76226d452ac6f8","status":"passed","time":{"start":1728598164492,"stop":1728598164493,"duration":1}},{"uid":"16f57bab120c5daa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/16f57bab120c5daa","status":"passed","time":{"start":1728597385269,"stop":1728597385270,"duration":1}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"dd3e8186ba2979da","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd3e8186ba2979da","status":"passed","time":{"start":1729034665576,"stop":1729034665577,"duration":1}},{"uid":"a084d9de0fd33e92","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a084d9de0fd33e92","status":"passed","time":{"start":1729034434254,"stop":1729034434257,"duration":3}},{"uid":"89f39d2c3e58b68e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/89f39d2c3e58b68e","status":"passed","time":{"start":1729034350151,"stop":1729034350151,"duration":0}},{"uid":"ec41d35d1f5579dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ec41d35d1f5579dd","status":"passed","time":{"start":1729034169192,"stop":1729034169192,"duration":0}},{"uid":"cc7fdfdf84f123d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cc7fdfdf84f123d1","status":"passed","time":{"start":1729032228064,"stop":1729032228064,"duration":0}},{"uid":"4b1ebfee160daea6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b1ebfee160daea6","status":"passed","time":{"start":1728901947141,"stop":1728901947141,"duration":0}},{"uid":"e91dc172fb20b416","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e91dc172fb20b416","status":"passed","time":{"start":1728893380054,"stop":1728893380056,"duration":2}},{"uid":"10bad63eaa2b53","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/10bad63eaa2b53","status":"passed","time":{"start":1728856336876,"stop":1728856336877,"duration":1}},{"uid":"c75181e428d162be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c75181e428d162be","status":"passed","time":{"start":1728738551160,"stop":1728738551161,"duration":1}},{"uid":"11a4e37abc8035fe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/11a4e37abc8035fe","status":"passed","time":{"start":1728683095873,"stop":1728683095873,"duration":0}},{"uid":"57f4929910850071","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/57f4929910850071","status":"passed","time":{"start":1728682657383,"stop":1728682657384,"duration":1}},{"uid":"31a778e32b8e038a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/31a778e32b8e038a","status":"passed","time":{"start":1728677151459,"stop":1728677151460,"duration":1}},{"uid":"ebde44d9301218af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebde44d9301218af","status":"passed","time":{"start":1728669832891,"stop":1728669832891,"duration":0}},{"uid":"33c3910f9b4d7499","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/33c3910f9b4d7499","status":"passed","time":{"start":1728598215606,"stop":1728598215607,"duration":1}},{"uid":"326641a417616188","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/326641a417616188","status":"passed","time":{"start":1728597425039,"stop":1728597425039,"duration":0}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bc108c11934d0087","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bc108c11934d0087","status":"passed","time":{"start":1729034617753,"stop":1729034617753,"duration":0}},{"uid":"d6d057a64b0ed6b1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d6d057a64b0ed6b1","status":"passed","time":{"start":1729034370862,"stop":1729034370862,"duration":0}},{"uid":"e2d14ebf2b44e9d5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e2d14ebf2b44e9d5","status":"passed","time":{"start":1729034308862,"stop":1729034308862,"duration":0}},{"uid":"dca2201e500a7a43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dca2201e500a7a43","status":"passed","time":{"start":1729034129470,"stop":1729034129470,"duration":0}},{"uid":"c86e2a211a390485","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c86e2a211a390485","status":"passed","time":{"start":1729032178364,"stop":1729032178364,"duration":0}},{"uid":"dceea04b249183b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dceea04b249183b7","status":"passed","time":{"start":1728901896342,"stop":1728901896343,"duration":1}},{"uid":"f7ad791ff36fe118","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f7ad791ff36fe118","status":"passed","time":{"start":1728893329021,"stop":1728893329021,"duration":0}},{"uid":"9426b280890199d3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9426b280890199d3","status":"passed","time":{"start":1728856284757,"stop":1728856284757,"duration":0}},{"uid":"3476f4d4271ab418","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3476f4d4271ab418","status":"passed","time":{"start":1728738494934,"stop":1728738494934,"duration":0}},{"uid":"60d51a1131cd68b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/60d51a1131cd68b4","status":"passed","time":{"start":1728683033627,"stop":1728683033628,"duration":1}},{"uid":"8e3bed435066cfa6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e3bed435066cfa6","status":"passed","time":{"start":1728682601732,"stop":1728682601732,"duration":0}},{"uid":"ef5c341a8804de27","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef5c341a8804de27","status":"passed","time":{"start":1728677107958,"stop":1728677107958,"duration":0}},{"uid":"c79f4e62bb0d8fba","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c79f4e62bb0d8fba","status":"passed","time":{"start":1728669764747,"stop":1728669764747,"duration":0}},{"uid":"c544b426e7baa8a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c544b426e7baa8a","status":"passed","time":{"start":1728598157558,"stop":1728598157558,"duration":0}},{"uid":"709c46c83c9584d9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/709c46c83c9584d9","status":"passed","time":{"start":1728597369057,"stop":1728597369057,"duration":0}}]},"8553e1551b1aff49f5974b536151b554:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4e8191f039891c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d4e8191f039891c","status":"passed","time":{"start":1728682652692,"stop":1728682652693,"duration":1}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ba18a08a2c2d8961","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba18a08a2c2d8961","status":"passed","time":{"start":1729034356476,"stop":1729034356476,"duration":0}},{"uid":"58b17063421f2e5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/58b17063421f2e5","status":"passed","time":{"start":1729034120501,"stop":1729034120501,"duration":0}},{"uid":"be8c92bf6f0d17f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be8c92bf6f0d17f9","status":"passed","time":{"start":1729033858272,"stop":1729033858272,"duration":0}},{"uid":"7cfa6ea7a8d85f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7cfa6ea7a8d85f","status":"passed","time":{"start":1729031908178,"stop":1729031908178,"duration":0}},{"uid":"98ceadc300ae276d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/98ceadc300ae276d","status":"passed","time":{"start":1728901453934,"stop":1728901453935,"duration":1}},{"uid":"1efcf877ef527cee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1efcf877ef527cee","status":"passed","time":{"start":1728892884411,"stop":1728892884411,"duration":0}},{"uid":"57b1b9a2fc64991f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/57b1b9a2fc64991f","status":"passed","time":{"start":1728855846880,"stop":1728855846880,"duration":0}},{"uid":"7a4a076a36ba00ae","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a4a076a36ba00ae","status":"passed","time":{"start":1728738064184,"stop":1728738064184,"duration":0}},{"uid":"b6af411b3399a935","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6af411b3399a935","status":"passed","time":{"start":1728682597762,"stop":1728682597762,"duration":0}},{"uid":"8dd229f04269ae27","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8dd229f04269ae27","status":"passed","time":{"start":1728682170541,"stop":1728682170541,"duration":0}},{"uid":"855097d9f5fe6d4d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/855097d9f5fe6d4d","status":"passed","time":{"start":1728676645201,"stop":1728676645201,"duration":0}},{"uid":"d02bcc52e9147ae1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d02bcc52e9147ae1","status":"passed","time":{"start":1728669368196,"stop":1728669368196,"duration":0}},{"uid":"5cb6d430271187e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5cb6d430271187e9","status":"passed","time":{"start":1728597709013,"stop":1728597709013,"duration":0}},{"uid":"c97fc45f474653d0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c97fc45f474653d0","status":"passed","time":{"start":1728596928107,"stop":1728596928107,"duration":0}}]},"380111472c8fafb0322a21f04ab37b43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0256f2ccf0e5eca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0256f2ccf0e5eca","status":"passed","time":{"start":1728738567469,"stop":1728738567469,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dd506bcf59de98bd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd506bcf59de98bd","status":"passed","time":{"start":1729034536111,"stop":1729034536112,"duration":1}},{"uid":"89de4dc672696e96","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89de4dc672696e96","status":"passed","time":{"start":1729034296720,"stop":1729034296720,"duration":0}},{"uid":"75f1eb2064df24a1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/75f1eb2064df24a1","status":"passed","time":{"start":1729034220615,"stop":1729034220615,"duration":0}},{"uid":"bc49bcae5720a76f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bc49bcae5720a76f","status":"passed","time":{"start":1729034041508,"stop":1729034041508,"duration":0}},{"uid":"c0ba0109bbc4ca1c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c0ba0109bbc4ca1c","status":"passed","time":{"start":1728901705420,"stop":1728901705421,"duration":1}},{"uid":"a79be547c496e0b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a79be547c496e0b0","status":"passed","time":{"start":1728893141784,"stop":1728893141784,"duration":0}},{"uid":"ee36612ebe385738","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ee36612ebe385738","status":"passed","time":{"start":1728856087088,"stop":1728856087089,"duration":1}},{"uid":"5fc4b8f28f0fcddd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5fc4b8f28f0fcddd","status":"passed","time":{"start":1728738321459,"stop":1728738321459,"duration":0}},{"uid":"946f32219042f3d0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/946f32219042f3d0","status":"passed","time":{"start":1728682845682,"stop":1728682845683,"duration":1}},{"uid":"107058da5d6c876e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/107058da5d6c876e","status":"passed","time":{"start":1728682424319,"stop":1728682424319,"duration":0}},{"uid":"b160b9c33c6dcc81","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b160b9c33c6dcc81","status":"passed","time":{"start":1728676900548,"stop":1728676900548,"duration":0}},{"uid":"784263618d56ea38","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/784263618d56ea38","status":"passed","time":{"start":1728669625819,"stop":1728669625820,"duration":1}},{"uid":"4357a4962ed07085","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4357a4962ed07085","status":"passed","time":{"start":1728597957180,"stop":1728597957181,"duration":1}},{"uid":"90724f469634f34e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90724f469634f34e","status":"passed","time":{"start":1728597182625,"stop":1728597182625,"duration":0}}]},"a2658ad6df364341c341f8d75607d661:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40c7d77eba77849d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/40c7d77eba77849d","status":"passed","time":{"start":1728669834439,"stop":1728669834440,"duration":1}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1baeb8a9bcde869d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1baeb8a9bcde869d","status":"passed","time":{"start":1729034703311,"stop":1729034703311,"duration":0}},{"uid":"ae1189794ef57a3a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ae1189794ef57a3a","status":"passed","time":{"start":1729034475275,"stop":1729034475276,"duration":1}},{"uid":"3c205b1deb563e24","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c205b1deb563e24","status":"passed","time":{"start":1729034392403,"stop":1729034392403,"duration":0}},{"uid":"f4f4b6d6cf68e401","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f4f4b6d6cf68e401","status":"passed","time":{"start":1729034208295,"stop":1729034208295,"duration":0}},{"uid":"10cf581b3101a132","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/10cf581b3101a132","status":"passed","time":{"start":1729032257067,"stop":1729032257076,"duration":9}},{"uid":"a7d1b0e4121c77da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7d1b0e4121c77da","status":"passed","time":{"start":1728902024013,"stop":1728902024013,"duration":0}},{"uid":"8220ed90135cb271","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8220ed90135cb271","status":"passed","time":{"start":1728893455130,"stop":1728893455130,"duration":0}},{"uid":"474e2dff0439a55","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/474e2dff0439a55","status":"passed","time":{"start":1728856404966,"stop":1728856404967,"duration":1}},{"uid":"7521c2d18849bf42","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7521c2d18849bf42","status":"passed","time":{"start":1728738634669,"stop":1728738634670,"duration":1}},{"uid":"4bbcf07720536ec4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bbcf07720536ec4","status":"passed","time":{"start":1728683163621,"stop":1728683163621,"duration":0}},{"uid":"c756eb5e3ec710bc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c756eb5e3ec710bc","status":"passed","time":{"start":1728682737542,"stop":1728682737543,"duration":1}},{"uid":"78a23f658890c5b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/78a23f658890c5b3","status":"passed","time":{"start":1728677222567,"stop":1728677222568,"duration":1}},{"uid":"fc3e330e44921b8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fc3e330e44921b8","status":"passed","time":{"start":1728669905044,"stop":1728669905045,"duration":1}},{"uid":"6ffc975491575bac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6ffc975491575bac","status":"passed","time":{"start":1728598284366,"stop":1728598284366,"duration":0}},{"uid":"a3527b3de1f9307d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3527b3de1f9307d","status":"passed","time":{"start":1728597506831,"stop":1728597506831,"duration":0}}]},"daa1eb958f1f6d12e89835c3f568121c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4564c76400e676bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4564c76400e676bf","status":"passed","time":{"start":1729034348213,"stop":1729034348213,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2bc99c8cd70ca7dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2bc99c8cd70ca7dd","status":"passed","time":{"start":1729034408864,"stop":1729034408870,"duration":6}},{"uid":"c6bd130e032f77d8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c6bd130e032f77d8","status":"passed","time":{"start":1729034166261,"stop":1729034166261,"duration":0}},{"uid":"ff80e5c24e7fa86a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ff80e5c24e7fa86a","status":"passed","time":{"start":1729034096718,"stop":1729034096719,"duration":1}},{"uid":"6a2dd40c8790e869","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a2dd40c8790e869","status":"passed","time":{"start":1729033904747,"stop":1729033904747,"duration":0}},{"uid":"96e0ee65df66da37","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/96e0ee65df66da37","status":"passed","time":{"start":1729031952293,"stop":1729031952294,"duration":1}},{"uid":"2e739279473c798e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2e739279473c798e","status":"passed","time":{"start":1728901498547,"stop":1728901498548,"duration":1}},{"uid":"88699e4751262d06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/88699e4751262d06","status":"passed","time":{"start":1728892934940,"stop":1728892934940,"duration":0}},{"uid":"7d7685a03485326a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d7685a03485326a","status":"passed","time":{"start":1728855901087,"stop":1728855901087,"duration":0}},{"uid":"ebc468316489fc28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ebc468316489fc28","status":"passed","time":{"start":1728738109821,"stop":1728738109821,"duration":0}},{"uid":"37cccc36f5c4f2c1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/37cccc36f5c4f2c1","status":"passed","time":{"start":1728682641762,"stop":1728682641764,"duration":2}},{"uid":"43a20edb023443c2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/43a20edb023443c2","status":"passed","time":{"start":1728682224055,"stop":1728682224056,"duration":1}},{"uid":"10dc3d6e9a8c0635","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/10dc3d6e9a8c0635","status":"passed","time":{"start":1728676692590,"stop":1728676692590,"duration":0}},{"uid":"4be8a7538cc6a4c4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4be8a7538cc6a4c4","status":"passed","time":{"start":1728669414325,"stop":1728669414326,"duration":1}},{"uid":"39465e53b27f8572","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39465e53b27f8572","status":"passed","time":{"start":1728597758157,"stop":1728597758157,"duration":0}},{"uid":"5686496f1c2cc70b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5686496f1c2cc70b","status":"passed","time":{"start":1728596973960,"stop":1728596973960,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"54ae6abc99a53cea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/54ae6abc99a53cea","status":"passed","time":{"start":1729034341404,"stop":1729034341404,"duration":0}},{"uid":"5b8daab95405b2d3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b8daab95405b2d3","status":"passed","time":{"start":1729034104912,"stop":1729034104912,"duration":0}},{"uid":"9be617469ff92581","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9be617469ff92581","status":"passed","time":{"start":1729034028510,"stop":1729034028510,"duration":0}},{"uid":"fec9c2aa22b41add","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fec9c2aa22b41add","status":"passed","time":{"start":1729033843118,"stop":1729033843118,"duration":0}},{"uid":"3a255ceb37c1023","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3a255ceb37c1023","status":"passed","time":{"start":1729031892677,"stop":1729031892680,"duration":3}},{"uid":"b8a2d9cef04d8a4d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8a2d9cef04d8a4d","status":"passed","time":{"start":1728901438811,"stop":1728901438811,"duration":0}},{"uid":"dee349336f8b2fd9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dee349336f8b2fd9","status":"passed","time":{"start":1728892869000,"stop":1728892869000,"duration":0}},{"uid":"82b49cf7825e2ced","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/82b49cf7825e2ced","status":"passed","time":{"start":1728855831892,"stop":1728855831892,"duration":0}},{"uid":"39102be81c14958c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/39102be81c14958c","status":"passed","time":{"start":1728738049040,"stop":1728738049040,"duration":0}},{"uid":"e2a22015d559326e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e2a22015d559326e","status":"passed","time":{"start":1728682582618,"stop":1728682582618,"duration":0}},{"uid":"9302fa54f16c7879","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9302fa54f16c7879","status":"passed","time":{"start":1728682155411,"stop":1728682155411,"duration":0}},{"uid":"fe6a75af9fff3725","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe6a75af9fff3725","status":"passed","time":{"start":1728676629973,"stop":1728676629974,"duration":1}},{"uid":"63524ad3dc41ccca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/63524ad3dc41ccca","status":"passed","time":{"start":1728669353101,"stop":1728669353101,"duration":0}},{"uid":"50f97c27d2219032","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/50f97c27d2219032","status":"passed","time":{"start":1728597693846,"stop":1728597693846,"duration":0}},{"uid":"8b9744ed5ab5a928","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8b9744ed5ab5a928","status":"passed","time":{"start":1728596913090,"stop":1728596913091,"duration":1}}]},"b3338ef83501576e210e39f56e906273:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"db60e09da7e6d704","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db60e09da7e6d704","status":"passed","time":{"start":1729034683700,"stop":1729034683700,"duration":0}},{"uid":"299a33c7dcc4a2d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/299a33c7dcc4a2d4","status":"passed","time":{"start":1729034458925,"stop":1729034458925,"duration":0}},{"uid":"3a47158c3958a398","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a47158c3958a398","status":"passed","time":{"start":1729034372194,"stop":1729034372195,"duration":1}},{"uid":"60ff1e299ba587d3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/60ff1e299ba587d3","status":"passed","time":{"start":1729034191994,"stop":1729034191995,"duration":1}},{"uid":"46195923a122e2d3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/46195923a122e2d3","status":"passed","time":{"start":1729032246144,"stop":1729032246144,"duration":0}},{"uid":"9602d7b37a854e8e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9602d7b37a854e8e","status":"passed","time":{"start":1728902009942,"stop":1728902009942,"duration":0}},{"uid":"1cc8fbc5cf6bb6ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cc8fbc5cf6bb6ca","status":"passed","time":{"start":1728893442067,"stop":1728893442068,"duration":1}},{"uid":"1f1e2bafc202ce0d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f1e2bafc202ce0d","status":"passed","time":{"start":1728856390379,"stop":1728856390379,"duration":0}},{"uid":"1381945c5239e1a1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1381945c5239e1a1","status":"passed","time":{"start":1728738615984,"stop":1728738615985,"duration":1}},{"uid":"bfa147da2883ba50","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bfa147da2883ba50","status":"passed","time":{"start":1728683138590,"stop":1728683138590,"duration":0}},{"uid":"4f338fbe9f81d9aa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4f338fbe9f81d9aa","status":"passed","time":{"start":1728682713979,"stop":1728682713979,"duration":0}},{"uid":"fce7ec00a969dbb8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fce7ec00a969dbb8","status":"passed","time":{"start":1728677205665,"stop":1728677205665,"duration":0}},{"uid":"3559c7be7cd2f80a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3559c7be7cd2f80a","status":"passed","time":{"start":1728669886306,"stop":1728669886306,"duration":0}},{"uid":"cdd92b16b4657008","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cdd92b16b4657008","status":"passed","time":{"start":1728598272274,"stop":1728598272274,"duration":0}},{"uid":"b2530edf081c3c68","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2530edf081c3c68","status":"passed","time":{"start":1728597492995,"stop":1728597492995,"duration":0}}]},"6f49360a775ab897b92eaa607bea720e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2057d93138268c91","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2057d93138268c91","status":"passed","time":{"start":1728682581096,"stop":1728682581097,"duration":1}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f4b51e13833a658b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f4b51e13833a658b","status":"passed","time":{"start":1729034631260,"stop":1729034631260,"duration":0}},{"uid":"89cd13bcfa6e4ba4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89cd13bcfa6e4ba4","status":"passed","time":{"start":1729034400896,"stop":1729034400896,"duration":0}},{"uid":"aff8376076231b2f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/aff8376076231b2f","status":"passed","time":{"start":1729034317487,"stop":1729034317487,"duration":0}},{"uid":"ef61c7e9ea3322d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ef61c7e9ea3322d7","status":"passed","time":{"start":1729034137149,"stop":1729034137150,"duration":1}},{"uid":"be5f4244dbc12981","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be5f4244dbc12981","status":"passed","time":{"start":1729032206884,"stop":1729032206884,"duration":0}},{"uid":"8c17ac1c45aa420b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8c17ac1c45aa420b","status":"passed","time":{"start":1728901995027,"stop":1728901995027,"duration":0}},{"uid":"25f1037db933b591","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25f1037db933b591","status":"passed","time":{"start":1728893421004,"stop":1728893421006,"duration":2}},{"uid":"7b3b45027b67cb3a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7b3b45027b67cb3a","status":"passed","time":{"start":1728856368604,"stop":1728856368604,"duration":0}},{"uid":"bb6839cac0dc5def","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb6839cac0dc5def","status":"passed","time":{"start":1728738604690,"stop":1728738604690,"duration":0}},{"uid":"7b0bb8257fb2740d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b0bb8257fb2740d","status":"passed","time":{"start":1728683117651,"stop":1728683117652,"duration":1}},{"uid":"ea4582843ca98fa2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea4582843ca98fa2","status":"passed","time":{"start":1728682721324,"stop":1728682721324,"duration":0}},{"uid":"39e4fcd02973b32","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/39e4fcd02973b32","status":"passed","time":{"start":1728677184690,"stop":1728677184691,"duration":1}},{"uid":"3547c66db21078a8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3547c66db21078a8","status":"passed","time":{"start":1728669866471,"stop":1728669866472,"duration":1}},{"uid":"4befecc29d67d6d7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4befecc29d67d6d7","status":"passed","time":{"start":1728598250007,"stop":1728598250007,"duration":0}},{"uid":"ca04a4e0db088596","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ca04a4e0db088596","status":"passed","time":{"start":1728597472307,"stop":1728597472307,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"499d87fee9e7e901","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/499d87fee9e7e901","status":"passed","time":{"start":1729034631263,"stop":1729034631263,"duration":0}},{"uid":"801fea40d2e6f0bf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/801fea40d2e6f0bf","status":"passed","time":{"start":1729034400902,"stop":1729034400903,"duration":1}},{"uid":"2d518df56ac6b8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2d518df56ac6b8","status":"passed","time":{"start":1729034317498,"stop":1729034317504,"duration":6}},{"uid":"56fe24c9e41f5f3b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/56fe24c9e41f5f3b","status":"passed","time":{"start":1729034137156,"stop":1729034137157,"duration":1}},{"uid":"e3ed0effe7cce2d5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e3ed0effe7cce2d5","status":"passed","time":{"start":1729032206888,"stop":1729032206888,"duration":0}},{"uid":"65e785f8fb1aca8a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65e785f8fb1aca8a","status":"passed","time":{"start":1728901995036,"stop":1728901995036,"duration":0}},{"uid":"11f3c8016d0bdf97","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/11f3c8016d0bdf97","status":"passed","time":{"start":1728893421009,"stop":1728893421009,"duration":0}},{"uid":"7a8ac835a5cb5166","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7a8ac835a5cb5166","status":"passed","time":{"start":1728856368610,"stop":1728856368610,"duration":0}},{"uid":"d8d16421040525d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d8d16421040525d","status":"passed","time":{"start":1728738604692,"stop":1728738604693,"duration":1}},{"uid":"c951e9863a2f44cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c951e9863a2f44cc","status":"passed","time":{"start":1728683117675,"stop":1728683117676,"duration":1}},{"uid":"284863637e543e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/284863637e543e4","status":"passed","time":{"start":1728682721327,"stop":1728682721327,"duration":0}},{"uid":"7c2637a8af6ccad6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c2637a8af6ccad6","status":"passed","time":{"start":1728677184694,"stop":1728677184694,"duration":0}},{"uid":"6c91d73260bc3b69","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c91d73260bc3b69","status":"passed","time":{"start":1728669866478,"stop":1728669866479,"duration":1}},{"uid":"6c98b1eda00ea5c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6c98b1eda00ea5c6","status":"passed","time":{"start":1728598250013,"stop":1728598250013,"duration":0}},{"uid":"2c1b8da6b1c65bde","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c1b8da6b1c65bde","status":"passed","time":{"start":1728597472310,"stop":1728597472310,"duration":0}}]},"68e8a3b4e2ca50c7f0f0f40dd92f172c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"396b403c42889aef","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/396b403c42889aef","status":"passed","time":{"start":1728597353476,"stop":1728597353476,"duration":0}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2d837904a920b901","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d837904a920b901","status":"passed","time":{"start":1729034631258,"stop":1729034631258,"duration":0}},{"uid":"acaad79188853dee","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/acaad79188853dee","status":"passed","time":{"start":1729034400893,"stop":1729034400894,"duration":1}},{"uid":"e478f1813673b41e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e478f1813673b41e","status":"passed","time":{"start":1729034317463,"stop":1729034317463,"duration":0}},{"uid":"987fe2883b8da6e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/987fe2883b8da6e5","status":"passed","time":{"start":1729034137146,"stop":1729034137146,"duration":0}},{"uid":"73c5530effc1de8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73c5530effc1de8c","status":"passed","time":{"start":1729032206879,"stop":1729032206879,"duration":0}},{"uid":"7171655a0e731fe1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7171655a0e731fe1","status":"passed","time":{"start":1728901995025,"stop":1728901995025,"duration":0}},{"uid":"769a75285c89b79d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/769a75285c89b79d","status":"passed","time":{"start":1728893421001,"stop":1728893421002,"duration":1}},{"uid":"e6f26e0affe64fd7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e6f26e0affe64fd7","status":"passed","time":{"start":1728856368601,"stop":1728856368602,"duration":1}},{"uid":"edb27beb27443479","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edb27beb27443479","status":"passed","time":{"start":1728738604685,"stop":1728738604686,"duration":1}},{"uid":"9a9bac8e34620936","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9a9bac8e34620936","status":"passed","time":{"start":1728683117640,"stop":1728683117641,"duration":1}},{"uid":"68f7868f1022e89c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/68f7868f1022e89c","status":"passed","time":{"start":1728682721321,"stop":1728682721322,"duration":1}},{"uid":"5d36a771427dcca5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5d36a771427dcca5","status":"passed","time":{"start":1728677184687,"stop":1728677184688,"duration":1}},{"uid":"2abdd409ce78fda4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2abdd409ce78fda4","status":"passed","time":{"start":1728669866458,"stop":1728669866465,"duration":7}},{"uid":"b69e0ccfe2d35cca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b69e0ccfe2d35cca","status":"passed","time":{"start":1728598249997,"stop":1728598249999,"duration":2}},{"uid":"506e8f3dfcaf1411","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/506e8f3dfcaf1411","status":"passed","time":{"start":1728597472302,"stop":1728597472302,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"994423a9d76586ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/994423a9d76586ac","status":"passed","time":{"start":1729034665577,"stop":1729034665577,"duration":0}},{"uid":"2fb723b96007f189","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2fb723b96007f189","status":"passed","time":{"start":1729034434257,"stop":1729034434258,"duration":1}},{"uid":"5be675e41f5e8b28","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5be675e41f5e8b28","status":"passed","time":{"start":1729034350152,"stop":1729034350153,"duration":1}},{"uid":"94edeca01736ea9e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/94edeca01736ea9e","status":"passed","time":{"start":1729034169193,"stop":1729034169193,"duration":0}},{"uid":"c6199404bba2d58c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6199404bba2d58c","status":"passed","time":{"start":1729032228064,"stop":1729032228064,"duration":0}},{"uid":"d728aba22efa3544","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d728aba22efa3544","status":"passed","time":{"start":1728901947142,"stop":1728901947144,"duration":2}},{"uid":"d8d0f5c72c321533","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d8d0f5c72c321533","status":"passed","time":{"start":1728893380056,"stop":1728893380056,"duration":0}},{"uid":"aa68266fa3a92ac8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aa68266fa3a92ac8","status":"passed","time":{"start":1728856336877,"stop":1728856336878,"duration":1}},{"uid":"d94e035baff91a6e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d94e035baff91a6e","status":"passed","time":{"start":1728738551162,"stop":1728738551162,"duration":0}},{"uid":"e49a21d4223a54fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e49a21d4223a54fb","status":"passed","time":{"start":1728683095873,"stop":1728683095874,"duration":1}},{"uid":"2de4ec99f5d7cf27","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2de4ec99f5d7cf27","status":"passed","time":{"start":1728682657384,"stop":1728682657385,"duration":1}},{"uid":"87a1bf1b4336d89a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87a1bf1b4336d89a","status":"passed","time":{"start":1728677151460,"stop":1728677151464,"duration":4}},{"uid":"3fc60d8c55a9fbda","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3fc60d8c55a9fbda","status":"passed","time":{"start":1728669832892,"stop":1728669832892,"duration":0}},{"uid":"6cae606c4ec7c28d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6cae606c4ec7c28d","status":"passed","time":{"start":1728598215607,"stop":1728598215607,"duration":0}},{"uid":"b6f8134975c003a0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b6f8134975c003a0","status":"passed","time":{"start":1728597425040,"stop":1728597425040,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"78f1e29b3bc31ca6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/78f1e29b3bc31ca6","status":"passed","time":{"start":1729034392564,"stop":1729034392567,"duration":3}},{"uid":"dd0e80ddacf26ac6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dd0e80ddacf26ac6","status":"passed","time":{"start":1729034155166,"stop":1729034155168,"duration":2}},{"uid":"e4ea3936f719597c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e4ea3936f719597c","status":"passed","time":{"start":1729034079227,"stop":1729034079229,"duration":2}},{"uid":"c5a47a36237b83ab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5a47a36237b83ab","status":"passed","time":{"start":1729033892945,"stop":1729033892948,"duration":3}},{"uid":"b9c64221805f56d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b9c64221805f56d1","status":"passed","time":{"start":1729031943342,"stop":1729031943344,"duration":2}},{"uid":"af4f8cddfefad206","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/af4f8cddfefad206","status":"passed","time":{"start":1728901487505,"stop":1728901487509,"duration":4}},{"uid":"974e3092b22191b7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/974e3092b22191b7","status":"passed","time":{"start":1728892920369,"stop":1728892920383,"duration":14}},{"uid":"39b070de5c97f64e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39b070de5c97f64e","status":"passed","time":{"start":1728855881492,"stop":1728855881494,"duration":2}},{"uid":"401bcf6bd698aa2f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/401bcf6bd698aa2f","status":"passed","time":{"start":1728738098723,"stop":1728738098725,"duration":2}},{"uid":"36007dd2ebe1cafe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36007dd2ebe1cafe","status":"passed","time":{"start":1728682632215,"stop":1728682632217,"duration":2}},{"uid":"d2458a1b473855e8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d2458a1b473855e8","status":"passed","time":{"start":1728682205205,"stop":1728682205207,"duration":2}},{"uid":"c1794820e1fbc526","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1794820e1fbc526","status":"passed","time":{"start":1728676680971,"stop":1728676680973,"duration":2}},{"uid":"4ca9869982638f40","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4ca9869982638f40","status":"passed","time":{"start":1728669404734,"stop":1728669404736,"duration":2}},{"uid":"58d7a15b9157499c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58d7a15b9157499c","status":"passed","time":{"start":1728597743839,"stop":1728597743841,"duration":2}},{"uid":"8f6ad414edd49f38","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8f6ad414edd49f38","status":"passed","time":{"start":1728596961177,"stop":1728596961179,"duration":2}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d97d043614eb23de","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d97d043614eb23de","status":"passed","time":{"start":1729034704493,"stop":1729034704493,"duration":0}},{"uid":"24200c15a990a5cf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/24200c15a990a5cf","status":"passed","time":{"start":1729034474985,"stop":1729034474986,"duration":1}},{"uid":"e2fd34e258bd9647","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e2fd34e258bd9647","status":"passed","time":{"start":1729034395289,"stop":1729034395289,"duration":0}},{"uid":"a66b66b32d1511fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a66b66b32d1511fa","status":"passed","time":{"start":1729034209095,"stop":1729034209095,"duration":0}},{"uid":"6855859dbf1a2f30","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6855859dbf1a2f30","status":"passed","time":{"start":1729032264566,"stop":1729032264566,"duration":0}},{"uid":"a8749e88c3776e0f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a8749e88c3776e0f","status":"passed","time":{"start":1728902012846,"stop":1728902012847,"duration":1}},{"uid":"f2dfa66a9f529e97","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f2dfa66a9f529e97","status":"passed","time":{"start":1728893454809,"stop":1728893454810,"duration":1}},{"uid":"a28cc198a7ec0b63","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a28cc198a7ec0b63","status":"passed","time":{"start":1728856408450,"stop":1728856408451,"duration":1}},{"uid":"37db7b04593611da","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37db7b04593611da","status":"passed","time":{"start":1728738633853,"stop":1728738633853,"duration":0}},{"uid":"501e08ebc336d7ea","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/501e08ebc336d7ea","status":"passed","time":{"start":1728683159752,"stop":1728683159753,"duration":1}},{"uid":"496cb26b34bbad83","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/496cb26b34bbad83","status":"passed","time":{"start":1728682751327,"stop":1728682751328,"duration":1}},{"uid":"b12281076163d9c0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b12281076163d9c0","status":"passed","time":{"start":1728677216354,"stop":1728677216354,"duration":0}},{"uid":"217011cf51d4d0f3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/217011cf51d4d0f3","status":"passed","time":{"start":1728669925452,"stop":1728669925452,"duration":0}},{"uid":"c1d5b187c4e00a5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c1d5b187c4e00a5e","status":"passed","time":{"start":1728598268800,"stop":1728598268800,"duration":0}},{"uid":"65c4d21a3f5e2192","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/65c4d21a3f5e2192","status":"passed","time":{"start":1728597503914,"stop":1728597503915,"duration":1}}]},"589bdabb1a61d704ab7b3713dd78427e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd08246798d56","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd08246798d56","status":"passed","time":{"start":1729034177531,"stop":1729034177531,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"beb6ed369ca6e6b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/beb6ed369ca6e6b","status":"passed","time":{"start":1729034408864,"stop":1729034408864,"duration":0}},{"uid":"9526a09acafc4c40","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9526a09acafc4c40","status":"passed","time":{"start":1729034166260,"stop":1729034166260,"duration":0}},{"uid":"d47953df9db7c526","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d47953df9db7c526","status":"passed","time":{"start":1729034096717,"stop":1729034096718,"duration":1}},{"uid":"bce766f40992978b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bce766f40992978b","status":"passed","time":{"start":1729033904744,"stop":1729033904745,"duration":1}},{"uid":"7fc5d44b1b191f6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7fc5d44b1b191f6c","status":"passed","time":{"start":1729031952292,"stop":1729031952293,"duration":1}},{"uid":"d61d47d5a4175aad","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d61d47d5a4175aad","status":"passed","time":{"start":1728901498546,"stop":1728901498547,"duration":1}},{"uid":"4a0ea119e8b76954","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a0ea119e8b76954","status":"passed","time":{"start":1728892934939,"stop":1728892934939,"duration":0}},{"uid":"6d4f9586648b785d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d4f9586648b785d","status":"passed","time":{"start":1728855901078,"stop":1728855901080,"duration":2}},{"uid":"95f59bb7fcaa6b60","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/95f59bb7fcaa6b60","status":"passed","time":{"start":1728738109820,"stop":1728738109820,"duration":0}},{"uid":"99f599564be03945","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99f599564be03945","status":"passed","time":{"start":1728682641761,"stop":1728682641761,"duration":0}},{"uid":"63e57bb153c68b8f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/63e57bb153c68b8f","status":"passed","time":{"start":1728682224053,"stop":1728682224054,"duration":1}},{"uid":"6c3eee613cbd3dcb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6c3eee613cbd3dcb","status":"passed","time":{"start":1728676692588,"stop":1728676692588,"duration":0}},{"uid":"ebc311a7a7108e0e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebc311a7a7108e0e","status":"passed","time":{"start":1728669414320,"stop":1728669414322,"duration":2}},{"uid":"5e8085a933427570","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e8085a933427570","status":"passed","time":{"start":1728597758156,"stop":1728597758156,"duration":0}},{"uid":"ed6fc59d48ed57d3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed6fc59d48ed57d3","status":"passed","time":{"start":1728596973959,"stop":1728596973959,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6b417682756934b7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6b417682756934b7","status":"passed","time":{"start":1729034636322,"stop":1729034636322,"duration":0}},{"uid":"3225d7a13b05f3e1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3225d7a13b05f3e1","status":"passed","time":{"start":1729034402287,"stop":1729034402287,"duration":0}},{"uid":"e4230fe98cb020f4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e4230fe98cb020f4","status":"passed","time":{"start":1729034323311,"stop":1729034323313,"duration":2}},{"uid":"c05b2f0040a53ae4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c05b2f0040a53ae4","status":"passed","time":{"start":1729034144770,"stop":1729034144771,"duration":1}},{"uid":"d6f47102a4768d44","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d6f47102a4768d44","status":"passed","time":{"start":1729032198827,"stop":1729032198827,"duration":0}},{"uid":"7d7309dc28194dc0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7d7309dc28194dc0","status":"passed","time":{"start":1728901901774,"stop":1728901901775,"duration":1}},{"uid":"feac7afec519558d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/feac7afec519558d","status":"passed","time":{"start":1728893337256,"stop":1728893337257,"duration":1}},{"uid":"89083c52a1c2126","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89083c52a1c2126","status":"passed","time":{"start":1728856299200,"stop":1728856299200,"duration":0}},{"uid":"6a74a3e063d6f39e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6a74a3e063d6f39e","status":"passed","time":{"start":1728738505391,"stop":1728738505391,"duration":0}},{"uid":"6ff0b672bfdd5b5f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6ff0b672bfdd5b5f","status":"passed","time":{"start":1728683045452,"stop":1728683045453,"duration":1}},{"uid":"edf7a6d40318c771","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/edf7a6d40318c771","status":"passed","time":{"start":1728682607296,"stop":1728682607297,"duration":1}},{"uid":"a6db3d317b04a632","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a6db3d317b04a632","status":"passed","time":{"start":1728677103500,"stop":1728677103501,"duration":1}},{"uid":"80b263010a68f308","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/80b263010a68f308","status":"passed","time":{"start":1728669777135,"stop":1728669777137,"duration":2}},{"uid":"bc25232ed893c292","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bc25232ed893c292","status":"passed","time":{"start":1728598163469,"stop":1728598163469,"duration":0}},{"uid":"e29600fc1d5c393","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e29600fc1d5c393","status":"passed","time":{"start":1728597375486,"stop":1728597375487,"duration":1}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ed79a3fadf626b08","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ed79a3fadf626b08","status":"passed","time":{"start":1729034611656,"stop":1729034611656,"duration":0}},{"uid":"a21ab84aeb1919e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a21ab84aeb1919e","status":"passed","time":{"start":1729034393631,"stop":1729034393631,"duration":0}},{"uid":"360a85863cb0fb94","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/360a85863cb0fb94","status":"passed","time":{"start":1729034304825,"stop":1729034304828,"duration":3}},{"uid":"daa9c02354d85bd9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/daa9c02354d85bd9","status":"passed","time":{"start":1729034121895,"stop":1729034121895,"duration":0}},{"uid":"ca6a8289a9a0d80b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ca6a8289a9a0d80b","status":"passed","time":{"start":1729032174800,"stop":1729032174800,"duration":0}},{"uid":"f4a778b414806ba4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f4a778b414806ba4","status":"passed","time":{"start":1728901881006,"stop":1728901881007,"duration":1}},{"uid":"ff33c1c4e6a7ea0a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff33c1c4e6a7ea0a","status":"passed","time":{"start":1728893317152,"stop":1728893317152,"duration":0}},{"uid":"b2a5ea87a95e5e2f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2a5ea87a95e5e2f","status":"passed","time":{"start":1728856263071,"stop":1728856263072,"duration":1}},{"uid":"caf69374d8d96c0b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/caf69374d8d96c0b","status":"passed","time":{"start":1728738492792,"stop":1728738492792,"duration":0}},{"uid":"6d816e8843902d6b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6d816e8843902d6b","status":"passed","time":{"start":1728683030010,"stop":1728683030011,"duration":1}},{"uid":"af3f4772b1117c29","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af3f4772b1117c29","status":"passed","time":{"start":1728682581086,"stop":1728682581087,"duration":1}},{"uid":"f26ed3bc01c20863","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f26ed3bc01c20863","status":"passed","time":{"start":1728677081987,"stop":1728677081987,"duration":0}},{"uid":"39fd0a31d85788c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39fd0a31d85788c5","status":"passed","time":{"start":1728669795389,"stop":1728669795389,"duration":0}},{"uid":"1d268fc79e5207c8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1d268fc79e5207c8","status":"passed","time":{"start":1728598137497,"stop":1728598137497,"duration":0}},{"uid":"cf4e1e5195346621","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cf4e1e5195346621","status":"passed","time":{"start":1728597353475,"stop":1728597353475,"duration":0}}]},"a82e8ff625b0f503e1e623b520a25ca0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27e8cdc6ffb57947","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/27e8cdc6ffb57947","status":"passed","time":{"start":1728597423325,"stop":1728597423325,"duration":0}}]},"9e3c2262118680099024c08642f6eadf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0914f40c148e5a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0914f40c148e5a9","status":"passed","time":{"start":1728856299190,"stop":1728856299191,"duration":1}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2dbee7058f5485bf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2dbee7058f5485bf","status":"passed","time":{"start":1729034341411,"stop":1729034341412,"duration":1}},{"uid":"2852bdf8c6ab2f6a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2852bdf8c6ab2f6a","status":"passed","time":{"start":1729034104921,"stop":1729034104921,"duration":0}},{"uid":"e0ac518b5e7e5dc4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e0ac518b5e7e5dc4","status":"passed","time":{"start":1729034028519,"stop":1729034028519,"duration":0}},{"uid":"e7fd6362d20e608e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7fd6362d20e608e","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0}},{"uid":"d672b7a23ff2211b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d672b7a23ff2211b","status":"passed","time":{"start":1729031892684,"stop":1729031892685,"duration":1}},{"uid":"639d384c9f47abba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/639d384c9f47abba","status":"passed","time":{"start":1728901438816,"stop":1728901438816,"duration":0}},{"uid":"714ed4a77d1823e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/714ed4a77d1823e4","status":"passed","time":{"start":1728892869009,"stop":1728892869009,"duration":0}},{"uid":"9d44c214ee1110a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9d44c214ee1110a4","status":"passed","time":{"start":1728855831900,"stop":1728855831900,"duration":0}},{"uid":"9a9ff36c2f6205d4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9a9ff36c2f6205d4","status":"passed","time":{"start":1728738049049,"stop":1728738049049,"duration":0}},{"uid":"f4b73200dd1bf7f0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4b73200dd1bf7f0","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"3d7abce9394521de","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d7abce9394521de","status":"passed","time":{"start":1728682155415,"stop":1728682155415,"duration":0}},{"uid":"a45f8125702b1d54","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a45f8125702b1d54","status":"passed","time":{"start":1728676629982,"stop":1728676629982,"duration":0}},{"uid":"86c7f16aa7328828","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/86c7f16aa7328828","status":"passed","time":{"start":1728669353109,"stop":1728669353109,"duration":0}},{"uid":"6b2b4c2d8b698b9a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b2b4c2d8b698b9a","status":"passed","time":{"start":1728597693856,"stop":1728597693856,"duration":0}},{"uid":"cd247bd806c070f0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd247bd806c070f0","status":"passed","time":{"start":1728596913099,"stop":1728596913099,"duration":0}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d975851c33c7fb43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d975851c33c7fb43","status":"passed","time":{"start":1729034424273,"stop":1729034424274,"duration":1}},{"uid":"6d8d5be0f59bf417","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d8d5be0f59bf417","status":"passed","time":{"start":1729034190705,"stop":1729034190705,"duration":0}},{"uid":"903dd7b8fdaff768","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/903dd7b8fdaff768","status":"passed","time":{"start":1729034108431,"stop":1729034108432,"duration":1}},{"uid":"984781a32af2884f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/984781a32af2884f","status":"passed","time":{"start":1729033925382,"stop":1729033925383,"duration":1}},{"uid":"48992b7259c9d8e5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/48992b7259c9d8e5","status":"passed","time":{"start":1729031975190,"stop":1729031975190,"duration":0}},{"uid":"7cb2da1eca26cec","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7cb2da1eca26cec","status":"passed","time":{"start":1728901537877,"stop":1728901537877,"duration":0}},{"uid":"b583ba2df6383244","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b583ba2df6383244","status":"passed","time":{"start":1728892972429,"stop":1728892972430,"duration":1}},{"uid":"8c0ca2cd9222104b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8c0ca2cd9222104b","status":"passed","time":{"start":1728855933071,"stop":1728855933071,"duration":0}},{"uid":"7bd83e95bb76daa2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7bd83e95bb76daa2","status":"passed","time":{"start":1728738149926,"stop":1728738149926,"duration":0}},{"uid":"4d662ffdc02da69d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d662ffdc02da69d","status":"passed","time":{"start":1728682681970,"stop":1728682681970,"duration":0}},{"uid":"fce06c205fbd1535","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fce06c205fbd1535","status":"passed","time":{"start":1728682257769,"stop":1728682257769,"duration":0}},{"uid":"26adff58b1740689","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/26adff58b1740689","status":"passed","time":{"start":1728676730787,"stop":1728676730787,"duration":0}},{"uid":"7784a66174267ed5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7784a66174267ed5","status":"passed","time":{"start":1728669456895,"stop":1728669456895,"duration":0}},{"uid":"bd27fca1669c5e9d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bd27fca1669c5e9d","status":"passed","time":{"start":1728597795919,"stop":1728597795920,"duration":1}},{"uid":"dbcb6fd3cf3fe4aa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dbcb6fd3cf3fe4aa","status":"passed","time":{"start":1728597010201,"stop":1728597010202,"duration":1}}]},"54cc27ce0cd8be6ca7f1bde80ff8c17a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"5579e22f0d2569d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5579e22f0d2569d6","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473211,"stop":1729034473211,"duration":0}},{"uid":"4aaf17cd0065ae4e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4aaf17cd0065ae4e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241153,"stop":1729034241153,"duration":0}},{"uid":"b8c3c65f3f9771f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b8c3c65f3f9771f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159972,"stop":1729034159972,"duration":0}},{"uid":"7549417e62414179","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7549417e62414179","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977062,"stop":1729033977062,"duration":0}},{"uid":"db66d8a63b0709b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/db66d8a63b0709b2","status":"passed","time":{"start":1729032093773,"stop":1729032093773,"duration":0}},{"uid":"1c62de99d430090d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c62de99d430090d","status":"passed","time":{"start":1728901748771,"stop":1728901748771,"duration":0}},{"uid":"6bab09850f6120a4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6bab09850f6120a4","status":"passed","time":{"start":1728893181083,"stop":1728893181084,"duration":1}},{"uid":"6d5a3f38eeac3867","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d5a3f38eeac3867","status":"passed","time":{"start":1728856155549,"stop":1728856155550,"duration":1}},{"uid":"473ba2d4f9b91fdc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/473ba2d4f9b91fdc","status":"passed","time":{"start":1728738360283,"stop":1728738360283,"duration":0}},{"uid":"f825e4f32590c1ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f825e4f32590c1ab","status":"passed","time":{"start":1728682907219,"stop":1728682907220,"duration":1}},{"uid":"55814e421e6fc073","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/55814e421e6fc073","status":"passed","time":{"start":1728682466729,"stop":1728682466729,"duration":0}},{"uid":"dee3401b3c33357c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dee3401b3c33357c","status":"passed","time":{"start":1728676955719,"stop":1728676955719,"duration":0}},{"uid":"80b6be55e1361eef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/80b6be55e1361eef","status":"passed","time":{"start":1728598013532,"stop":1728598013532,"duration":0}},{"uid":"b787b9b55d23f1fa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b787b9b55d23f1fa","status":"passed","time":{"start":1728597225197,"stop":1728597225197,"duration":0}}]},"c775a8e37dd3068a87b8e3ba20988316:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b179d03ff3f0307","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1b179d03ff3f0307","status":"passed","time":{"start":1728893389987,"stop":1728893389988,"duration":1}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"aec34ed9a0e578b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aec34ed9a0e578b5","status":"passed","time":{"start":1729034704492,"stop":1729034704492,"duration":0}},{"uid":"86c297070c31020d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/86c297070c31020d","status":"passed","time":{"start":1729034474984,"stop":1729034474984,"duration":0}},{"uid":"31117f1576142d35","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/31117f1576142d35","status":"passed","time":{"start":1729034395288,"stop":1729034395288,"duration":0}},{"uid":"a7d61e4e9b27f10d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a7d61e4e9b27f10d","status":"passed","time":{"start":1729034209092,"stop":1729034209093,"duration":1}},{"uid":"4aaa9b0c6821ad26","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4aaa9b0c6821ad26","status":"passed","time":{"start":1729032264564,"stop":1729032264565,"duration":1}},{"uid":"9925fc21bc4b8485","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9925fc21bc4b8485","status":"passed","time":{"start":1728902012840,"stop":1728902012844,"duration":4}},{"uid":"adbbd117d50c92be","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/adbbd117d50c92be","status":"passed","time":{"start":1728893454808,"stop":1728893454809,"duration":1}},{"uid":"7e0b93e550b0dc69","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7e0b93e550b0dc69","status":"passed","time":{"start":1728856408449,"stop":1728856408450,"duration":1}},{"uid":"336201f4f85cb4a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/336201f4f85cb4a","status":"passed","time":{"start":1728738633851,"stop":1728738633852,"duration":1}},{"uid":"ab84430f091fc063","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab84430f091fc063","status":"passed","time":{"start":1728683159748,"stop":1728683159749,"duration":1}},{"uid":"c41879655adc35cc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c41879655adc35cc","status":"passed","time":{"start":1728682751326,"stop":1728682751326,"duration":0}},{"uid":"c5d144234bdbe4f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c5d144234bdbe4f7","status":"passed","time":{"start":1728677216352,"stop":1728677216353,"duration":1}},{"uid":"b19b6d07d43196a4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b19b6d07d43196a4","status":"passed","time":{"start":1728669925451,"stop":1728669925451,"duration":0}},{"uid":"9e63e29fd0a12b8d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e63e29fd0a12b8d","status":"passed","time":{"start":1728598268799,"stop":1728598268799,"duration":0}},{"uid":"b1582c18f212497d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b1582c18f212497d","status":"passed","time":{"start":1728597503911,"stop":1728597503912,"duration":1}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ac59a6ada4a9bd56","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac59a6ada4a9bd56","status":"passed","time":{"start":1729034565833,"stop":1729034565833,"duration":0}},{"uid":"74a1be80089a1a65","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/74a1be80089a1a65","status":"passed","time":{"start":1729034325775,"stop":1729034325776,"duration":1}},{"uid":"ed0567ae5c9cebc8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed0567ae5c9cebc8","status":"passed","time":{"start":1729034249512,"stop":1729034249513,"duration":1}},{"uid":"9e4a7e43dcea7d44","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9e4a7e43dcea7d44","status":"passed","time":{"start":1729034066156,"stop":1729034066157,"duration":1}},{"uid":"ea318cb738e99413","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea318cb738e99413","status":"passed","time":{"start":1728901782836,"stop":1728901782836,"duration":0}},{"uid":"f01a97f225802513","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f01a97f225802513","status":"passed","time":{"start":1728893215984,"stop":1728893215984,"duration":0}},{"uid":"e6ab37e727582e60","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e6ab37e727582e60","status":"passed","time":{"start":1728856159199,"stop":1728856159199,"duration":0}},{"uid":"60a4975716847562","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/60a4975716847562","status":"passed","time":{"start":1728738371837,"stop":1728738371838,"duration":1}},{"uid":"930645cd7b7ea926","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/930645cd7b7ea926","status":"passed","time":{"start":1728682915885,"stop":1728682915885,"duration":0}},{"uid":"ae408d15c42d17a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ae408d15c42d17a8","status":"passed","time":{"start":1728682496456,"stop":1728682496456,"duration":0}},{"uid":"73288cc326a5a614","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/73288cc326a5a614","status":"passed","time":{"start":1728676980224,"stop":1728676980224,"duration":0}},{"uid":"f1c8110688bfe5ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f1c8110688bfe5ce","status":"passed","time":{"start":1728598045385,"stop":1728598045385,"duration":0}},{"uid":"788d4ab8ff60c315","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/788d4ab8ff60c315","status":"passed","time":{"start":1728597260330,"stop":1728597260330,"duration":0}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"48393a55ce4ee583","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/48393a55ce4ee583","status":"passed","time":{"start":1729034356195,"stop":1729034356195,"duration":0}},{"uid":"3840f7f214054d9f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3840f7f214054d9f","status":"passed","time":{"start":1729034120192,"stop":1729034120193,"duration":1}},{"uid":"640bfc2e992977da","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/640bfc2e992977da","status":"passed","time":{"start":1729034043326,"stop":1729034043327,"duration":1}},{"uid":"1948768e112353e4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1948768e112353e4","status":"passed","time":{"start":1729033858030,"stop":1729033858030,"duration":0}},{"uid":"3fd93a2fa20a98de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3fd93a2fa20a98de","status":"passed","time":{"start":1729031908098,"stop":1729031908098,"duration":0}},{"uid":"67bc7f232be542a2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67bc7f232be542a2","status":"passed","time":{"start":1728901453392,"stop":1728901453392,"duration":0}},{"uid":"97b692c0b3ee106a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/97b692c0b3ee106a","status":"passed","time":{"start":1728892884021,"stop":1728892884021,"duration":0}},{"uid":"ec9aa0fe747d3159","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ec9aa0fe747d3159","status":"passed","time":{"start":1728855846492,"stop":1728855846492,"duration":0}},{"uid":"7fd50abe67b6d83c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fd50abe67b6d83c","status":"passed","time":{"start":1728738063722,"stop":1728738063722,"duration":0}},{"uid":"db31646ecb5420d3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/db31646ecb5420d3","status":"passed","time":{"start":1728682597443,"stop":1728682597443,"duration":0}},{"uid":"aac8eaeb10b607d1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aac8eaeb10b607d1","status":"passed","time":{"start":1728682170236,"stop":1728682170236,"duration":0}},{"uid":"93d67a7e20b14671","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93d67a7e20b14671","status":"passed","time":{"start":1728676645009,"stop":1728676645010,"duration":1}},{"uid":"6e5d364bf45056af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e5d364bf45056af","status":"passed","time":{"start":1728669367790,"stop":1728669367790,"duration":0}},{"uid":"f32f82703697ac82","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f32f82703697ac82","status":"passed","time":{"start":1728597708642,"stop":1728597708643,"duration":1}},{"uid":"d8391b84d13fa9f5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d8391b84d13fa9f5","status":"passed","time":{"start":1728596927930,"stop":1728596927930,"duration":0}}]},"bcfee767847fe0ceea2f6774b975118d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15e99b20b76d7bb1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/15e99b20b76d7bb1","status":"passed","time":{"start":1728683093175,"stop":1728683093175,"duration":0}}]},"e95a29f2b04604c3a97d3c9b55100de5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18ba7ba43d1e1d23","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/18ba7ba43d1e1d23","status":"passed","time":{"start":1728738492793,"stop":1728738492794,"duration":1}}]},"e029ab1aa9b5631bce594036f1f437f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1d91a60708622921","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1d91a60708622921","status":"passed","time":{"start":1729034332613,"stop":1729034332614,"duration":1}},{"uid":"f81b29fec6d0bcf6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f81b29fec6d0bcf6","status":"passed","time":{"start":1729034096114,"stop":1729034096114,"duration":0}},{"uid":"89cb5a090929915c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/89cb5a090929915c","status":"passed","time":{"start":1729034020075,"stop":1729034020076,"duration":1}},{"uid":"3f0cadd3a2d0cf5b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f0cadd3a2d0cf5b","status":"passed","time":{"start":1729033834365,"stop":1729033834365,"duration":0}},{"uid":"c296a702206deac1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c296a702206deac1","status":"passed","time":{"start":1729031884094,"stop":1729031884094,"duration":0}},{"uid":"a7ab0c688e468fbf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7ab0c688e468fbf","status":"passed","time":{"start":1728901430244,"stop":1728901430244,"duration":0}},{"uid":"9d798b27bd6493e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9d798b27bd6493e4","status":"passed","time":{"start":1728892860519,"stop":1728892860519,"duration":0}},{"uid":"dbe78c4c74294a02","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbe78c4c74294a02","status":"passed","time":{"start":1728855823310,"stop":1728855823310,"duration":0}},{"uid":"99ae00d5cf2dc266","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/99ae00d5cf2dc266","status":"passed","time":{"start":1728738040572,"stop":1728738040572,"duration":0}},{"uid":"b7583b9cf6af96eb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b7583b9cf6af96eb","status":"passed","time":{"start":1728682574071,"stop":1728682574071,"duration":0}},{"uid":"ea9b01c83cc8360c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea9b01c83cc8360c","status":"passed","time":{"start":1728682146799,"stop":1728682146800,"duration":1}},{"uid":"8b87334e9bca4b69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8b87334e9bca4b69","status":"passed","time":{"start":1728676621417,"stop":1728676621418,"duration":1}},{"uid":"8b2626d39298b850","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8b2626d39298b850","status":"passed","time":{"start":1728669344456,"stop":1728669344456,"duration":0}},{"uid":"f13b5e6e41f6f714","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f13b5e6e41f6f714","status":"passed","time":{"start":1728597685139,"stop":1728597685140,"duration":1}},{"uid":"876571e137bdc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/876571e137bdc2","status":"passed","time":{"start":1728596904448,"stop":1728596904448,"duration":0}}]},"df6c7aafd26686b0bb5d5f83813c715b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e185b8a75b402d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4e185b8a75b402d1","status":"passed","time":{"start":1729034443496,"stop":1729034443497,"duration":1}}]},"54d776f817f5c1eeb35abac383b9c211:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7215b52332a5d9e9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7215b52332a5d9e9","status":"passed","time":{"start":1728683110370,"stop":1728683110370,"duration":0}}]},"c8bbe1af529ee9591abd7ea82246c136:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32adda2cac8e54ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/32adda2cac8e54ce","status":"passed","time":{"start":1728598157578,"stop":1728598157578,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"208fcfc79a2e9c58","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/208fcfc79a2e9c58","status":"passed","time":{"start":1729034631257,"stop":1729034631257,"duration":0}},{"uid":"ca5cd733cfe4d758","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ca5cd733cfe4d758","status":"passed","time":{"start":1729034400893,"stop":1729034400893,"duration":0}},{"uid":"7ee60c20cd644eaa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7ee60c20cd644eaa","status":"passed","time":{"start":1729034317462,"stop":1729034317463,"duration":1}},{"uid":"3f114817c175f285","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f114817c175f285","status":"passed","time":{"start":1729034137144,"stop":1729034137145,"duration":1}},{"uid":"3c427125d5907fb3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c427125d5907fb3","status":"passed","time":{"start":1729032206878,"stop":1729032206878,"duration":0}},{"uid":"30361165a6e2cc49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/30361165a6e2cc49","status":"passed","time":{"start":1728901995024,"stop":1728901995025,"duration":1}},{"uid":"a33dc5f0f4dfa10a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a33dc5f0f4dfa10a","status":"passed","time":{"start":1728893421000,"stop":1728893421000,"duration":0}},{"uid":"9eb3e7f0690cf5c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9eb3e7f0690cf5c","status":"passed","time":{"start":1728856368599,"stop":1728856368600,"duration":1}},{"uid":"6e65124508631b91","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e65124508631b91","status":"passed","time":{"start":1728738604684,"stop":1728738604685,"duration":1}},{"uid":"7ca4b266dc6c53f8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ca4b266dc6c53f8","status":"passed","time":{"start":1728683117638,"stop":1728683117639,"duration":1}},{"uid":"7daf0459634c2104","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7daf0459634c2104","status":"passed","time":{"start":1728682721321,"stop":1728682721321,"duration":0}},{"uid":"3a4ecc175845195e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3a4ecc175845195e","status":"passed","time":{"start":1728677184686,"stop":1728677184687,"duration":1}},{"uid":"b68aac306e605830","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b68aac306e605830","status":"passed","time":{"start":1728669866456,"stop":1728669866456,"duration":0}},{"uid":"798da8c5f2c999cb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/798da8c5f2c999cb","status":"passed","time":{"start":1728598249995,"stop":1728598249995,"duration":0}},{"uid":"786c175df554a59f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/786c175df554a59f","status":"passed","time":{"start":1728597472300,"stop":1728597472301,"duration":1}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fe76ed9c60785c09","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fe76ed9c60785c09","status":"passed","time":{"start":1729034631247,"stop":1729034631247,"duration":0}},{"uid":"8201ffe65d3424da","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8201ffe65d3424da","status":"passed","time":{"start":1729034400883,"stop":1729034400883,"duration":0}},{"uid":"6ffe70b866fcf9de","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6ffe70b866fcf9de","status":"passed","time":{"start":1729034317437,"stop":1729034317437,"duration":0}},{"uid":"92aefb46c80bf75","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/92aefb46c80bf75","status":"passed","time":{"start":1729034137118,"stop":1729034137123,"duration":5}},{"uid":"4b556b790cf0b2c8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4b556b790cf0b2c8","status":"passed","time":{"start":1729032206868,"stop":1729032206868,"duration":0}},{"uid":"af448be193fc2b0b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/af448be193fc2b0b","status":"passed","time":{"start":1728901995010,"stop":1728901995010,"duration":0}},{"uid":"50fba9b492004251","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50fba9b492004251","status":"passed","time":{"start":1728893420988,"stop":1728893420988,"duration":0}},{"uid":"af7a0f06b2bd6e44","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/af7a0f06b2bd6e44","status":"passed","time":{"start":1728856368591,"stop":1728856368591,"duration":0}},{"uid":"2c38083af7db7e7e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2c38083af7db7e7e","status":"passed","time":{"start":1728738604675,"stop":1728738604676,"duration":1}},{"uid":"39c30a109052b4f0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39c30a109052b4f0","status":"passed","time":{"start":1728683117604,"stop":1728683117605,"duration":1}},{"uid":"144c4e2f83c5108a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/144c4e2f83c5108a","status":"passed","time":{"start":1728682721313,"stop":1728682721313,"duration":0}},{"uid":"f8c3736698013c8d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8c3736698013c8d","status":"passed","time":{"start":1728677184674,"stop":1728677184675,"duration":1}},{"uid":"be0d5cf41c074469","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be0d5cf41c074469","status":"passed","time":{"start":1728669866443,"stop":1728669866444,"duration":1}},{"uid":"1dd1012ad9260d10","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1dd1012ad9260d10","status":"passed","time":{"start":1728598249970,"stop":1728598249971,"duration":1}},{"uid":"92eb8a131fcfe14a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92eb8a131fcfe14a","status":"passed","time":{"start":1728597472281,"stop":1728597472283,"duration":2}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"928016831c0d674f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/928016831c0d674f","status":"passed","time":{"start":1729034366397,"stop":1729034366397,"duration":0}},{"uid":"959d36bf3a2330b2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/959d36bf3a2330b2","status":"passed","time":{"start":1729034130428,"stop":1729034130428,"duration":0}},{"uid":"4253711874cae25c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4253711874cae25c","status":"passed","time":{"start":1729034053398,"stop":1729034053398,"duration":0}},{"uid":"a8611cf529ff1a32","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8611cf529ff1a32","status":"passed","time":{"start":1729033868325,"stop":1729033868325,"duration":0}},{"uid":"3f31f80c8cb33053","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f31f80c8cb33053","status":"passed","time":{"start":1729031918115,"stop":1729031918115,"duration":0}},{"uid":"e9dd67060bac3f0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e9dd67060bac3f0e","status":"passed","time":{"start":1728901463795,"stop":1728901463795,"duration":0}},{"uid":"a4e27f5b3192b87f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a4e27f5b3192b87f","status":"passed","time":{"start":1728892894309,"stop":1728892894309,"duration":0}},{"uid":"afde2ccef593de43","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/afde2ccef593de43","status":"passed","time":{"start":1728855856836,"stop":1728855856837,"duration":1}},{"uid":"58344bed1060a308","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58344bed1060a308","status":"passed","time":{"start":1728738074177,"stop":1728738074177,"duration":0}},{"uid":"6c8cd6ecb61ffb06","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6c8cd6ecb61ffb06","status":"passed","time":{"start":1728682607650,"stop":1728682607650,"duration":0}},{"uid":"e0ab6ce1d700549e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e0ab6ce1d700549e","status":"passed","time":{"start":1728682180604,"stop":1728682180604,"duration":0}},{"uid":"70efb70653d97874","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/70efb70653d97874","status":"passed","time":{"start":1728676655187,"stop":1728676655187,"duration":0}},{"uid":"2b87f14d3060443c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b87f14d3060443c","status":"passed","time":{"start":1728669378163,"stop":1728669378163,"duration":0}},{"uid":"c25fc4dc9bc273f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c25fc4dc9bc273f3","status":"passed","time":{"start":1728597718740,"stop":1728597718741,"duration":1}},{"uid":"e632498cf1da375a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e632498cf1da375a","status":"passed","time":{"start":1728596937944,"stop":1728596937944,"duration":0}}]},"f744a8b5bc228c4c6899bff7bc62bae7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e88e0ae2efc32845","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e88e0ae2efc32845","status":"passed","time":{"start":1728683093171,"stop":1728683093171,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cf0a6c9a18645016","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cf0a6c9a18645016","status":"passed","time":{"start":1729034704501,"stop":1729034704501,"duration":0}},{"uid":"35a0f4b69b44f353","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/35a0f4b69b44f353","status":"passed","time":{"start":1729034474994,"stop":1729034474994,"duration":0}},{"uid":"1f26973c375242bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1f26973c375242bf","status":"passed","time":{"start":1729034395295,"stop":1729034395296,"duration":1}},{"uid":"9fb72ed78dcdda5e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9fb72ed78dcdda5e","status":"passed","time":{"start":1729034209106,"stop":1729034209107,"duration":1}},{"uid":"36be0c92345820b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/36be0c92345820b2","status":"passed","time":{"start":1729032264575,"stop":1729032264575,"duration":0}},{"uid":"ca56d475747903f1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ca56d475747903f1","status":"passed","time":{"start":1728902012867,"stop":1728902012867,"duration":0}},{"uid":"33d5eb58ea4416bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/33d5eb58ea4416bf","status":"passed","time":{"start":1728893454817,"stop":1728893454817,"duration":0}},{"uid":"c33eaf9e4b85b5c1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c33eaf9e4b85b5c1","status":"passed","time":{"start":1728856408460,"stop":1728856408461,"duration":1}},{"uid":"74cf8cd480fe77ea","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/74cf8cd480fe77ea","status":"passed","time":{"start":1728738633861,"stop":1728738633861,"duration":0}},{"uid":"4bcc07aaf649518f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bcc07aaf649518f","status":"passed","time":{"start":1728683159795,"stop":1728683159796,"duration":1}},{"uid":"1dd83ebe0174bf9c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1dd83ebe0174bf9c","status":"passed","time":{"start":1728682751337,"stop":1728682751337,"duration":0}},{"uid":"4c3f2ee51239ffb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4c3f2ee51239ffb9","status":"passed","time":{"start":1728677216369,"stop":1728677216370,"duration":1}},{"uid":"8902a50aff3fedf4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8902a50aff3fedf4","status":"passed","time":{"start":1728669925459,"stop":1728669925459,"duration":0}},{"uid":"e83105d6559483a7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e83105d6559483a7","status":"passed","time":{"start":1728598268813,"stop":1728598268814,"duration":1}},{"uid":"4f62a413ef0d7b83","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f62a413ef0d7b83","status":"passed","time":{"start":1728597503938,"stop":1728597503939,"duration":1}}]},"7448c2efa16fe9e07f95bd6e1f6af60e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fa9d46ab43205d85","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fa9d46ab43205d85","status":"passed","time":{"start":1729034332644,"stop":1729034332644,"duration":0}},{"uid":"5d81039625ae5bfa","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5d81039625ae5bfa","status":"passed","time":{"start":1729034096141,"stop":1729034096141,"duration":0}},{"uid":"8abb64d12a2bc889","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8abb64d12a2bc889","status":"passed","time":{"start":1729034020097,"stop":1729034020098,"duration":1}},{"uid":"bdbef5aaac5bc224","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bdbef5aaac5bc224","status":"passed","time":{"start":1729033834394,"stop":1729033834395,"duration":1}},{"uid":"e78aa2460a1c0d99","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e78aa2460a1c0d99","status":"passed","time":{"start":1729031884128,"stop":1729031884128,"duration":0}},{"uid":"412a6ee61cfd77ab","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/412a6ee61cfd77ab","status":"passed","time":{"start":1728901430261,"stop":1728901430261,"duration":0}},{"uid":"6482345e2b6d2b1d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6482345e2b6d2b1d","status":"passed","time":{"start":1728892860540,"stop":1728892860540,"duration":0}},{"uid":"86247ad9bfbc1e5f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/86247ad9bfbc1e5f","status":"passed","time":{"start":1728855823329,"stop":1728855823329,"duration":0}},{"uid":"62514c9eee5f1c09","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/62514c9eee5f1c09","status":"passed","time":{"start":1728738040610,"stop":1728738040611,"duration":1}},{"uid":"eb26095af9f5410","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eb26095af9f5410","status":"passed","time":{"start":1728682574101,"stop":1728682574101,"duration":0}},{"uid":"7ac5cc0ec5dcfe37","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ac5cc0ec5dcfe37","status":"passed","time":{"start":1728682146825,"stop":1728682146826,"duration":1}},{"uid":"8a3ff754cf2373b0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a3ff754cf2373b0","status":"passed","time":{"start":1728676621440,"stop":1728676621440,"duration":0}},{"uid":"49d5970941a272ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/49d5970941a272ed","status":"passed","time":{"start":1728669344474,"stop":1728669344474,"duration":0}},{"uid":"c65dd69a99e6bac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c65dd69a99e6bac","status":"passed","time":{"start":1728597685170,"stop":1728597685170,"duration":0}},{"uid":"b3839e96f04a07b8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b3839e96f04a07b8","status":"passed","time":{"start":1728596904479,"stop":1728596904479,"duration":0}}]},"c4c65aecf7fb6147572e5e9728555050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ca92c152990a4899","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ca92c152990a4899","status":"passed","time":{"start":1729034332622,"stop":1729034332622,"duration":0}},{"uid":"a1639a567c1ec7f6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a1639a567c1ec7f6","status":"passed","time":{"start":1729034096123,"stop":1729034096123,"duration":0}},{"uid":"1f6e6d73fca7c9fe","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1f6e6d73fca7c9fe","status":"passed","time":{"start":1729034020083,"stop":1729034020083,"duration":0}},{"uid":"4524c54de18898ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4524c54de18898ca","status":"passed","time":{"start":1729033834375,"stop":1729033834375,"duration":0}},{"uid":"73ba335ecaab6d81","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73ba335ecaab6d81","status":"passed","time":{"start":1729031884105,"stop":1729031884105,"duration":0}},{"uid":"bb82159f0555777c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bb82159f0555777c","status":"passed","time":{"start":1728901430247,"stop":1728901430247,"duration":0}},{"uid":"515967297211f9b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/515967297211f9b3","status":"passed","time":{"start":1728892860523,"stop":1728892860523,"duration":0}},{"uid":"6aabb303a5d07a2c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6aabb303a5d07a2c","status":"passed","time":{"start":1728855823313,"stop":1728855823314,"duration":1}},{"uid":"56835644e84551b5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/56835644e84551b5","status":"passed","time":{"start":1728738040583,"stop":1728738040583,"duration":0}},{"uid":"a478685aee061e76","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a478685aee061e76","status":"passed","time":{"start":1728682574080,"stop":1728682574080,"duration":0}},{"uid":"b70dbfc4a0fed5fd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b70dbfc4a0fed5fd","status":"passed","time":{"start":1728682146808,"stop":1728682146808,"duration":0}},{"uid":"a57ce755b37280e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a57ce755b37280e2","status":"passed","time":{"start":1728676621421,"stop":1728676621421,"duration":0}},{"uid":"6a27fb1c065c1ca8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6a27fb1c065c1ca8","status":"passed","time":{"start":1728669344459,"stop":1728669344459,"duration":0}},{"uid":"3597d6e250e9a8c4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3597d6e250e9a8c4","status":"passed","time":{"start":1728597685152,"stop":1728597685152,"duration":0}},{"uid":"b057e0262f97c169","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b057e0262f97c169","status":"passed","time":{"start":1728596904458,"stop":1728596904458,"duration":0}}]},"9bdae57d25ee7c4c1d5a00f707e6eb14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dadf21a31e111a4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dadf21a31e111a4","status":"passed","time":{"start":1728893389986,"stop":1728893389987,"duration":1}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c80acfa1349559dc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c80acfa1349559dc","status":"passed","time":{"start":1729034611679,"stop":1729034611679,"duration":0}},{"uid":"6ab91b037459b02b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6ab91b037459b02b","status":"passed","time":{"start":1729034393655,"stop":1729034393655,"duration":0}},{"uid":"c9dc3dadd4181ebb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c9dc3dadd4181ebb","status":"passed","time":{"start":1729034304853,"stop":1729034304853,"duration":0}},{"uid":"daad7872f9e16bb2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/daad7872f9e16bb2","status":"passed","time":{"start":1729034121939,"stop":1729034121939,"duration":0}},{"uid":"8272ca5954334ecb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8272ca5954334ecb","status":"passed","time":{"start":1729032174902,"stop":1729032174903,"duration":1}},{"uid":"92108cbeff02e681","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/92108cbeff02e681","status":"passed","time":{"start":1728901881020,"stop":1728901881021,"duration":1}},{"uid":"ed1c115c606a8e19","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ed1c115c606a8e19","status":"passed","time":{"start":1728893317177,"stop":1728893317177,"duration":0}},{"uid":"1309584a0fd44960","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1309584a0fd44960","status":"passed","time":{"start":1728856263108,"stop":1728856263109,"duration":1}},{"uid":"7c7a40c38f4cd7d4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7c7a40c38f4cd7d4","status":"passed","time":{"start":1728738492802,"stop":1728738492803,"duration":1}},{"uid":"c322faec46cbe2e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c322faec46cbe2e","status":"passed","time":{"start":1728683030026,"stop":1728683030026,"duration":0}},{"uid":"4d28aa016d7e0ae0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4d28aa016d7e0ae0","status":"passed","time":{"start":1728682581111,"stop":1728682581111,"duration":0}},{"uid":"460a209510616b52","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/460a209510616b52","status":"passed","time":{"start":1728677082004,"stop":1728677082005,"duration":1}},{"uid":"897648738eacc879","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/897648738eacc879","status":"passed","time":{"start":1728669795403,"stop":1728669795403,"duration":0}},{"uid":"a3fe22d7b8d7e6b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a3fe22d7b8d7e6b4","status":"passed","time":{"start":1728598137507,"stop":1728598137507,"duration":0}},{"uid":"c575d896bebbe06f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c575d896bebbe06f","status":"passed","time":{"start":1728597353484,"stop":1728597353484,"duration":0}}]},"19b6cd169b9cf5dcc2064ddb97f3adee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c9935d597c186bd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c9935d597c186bd","status":"passed","time":{"start":1729032178378,"stop":1729032178378,"duration":0}}]},"6a7806935ab43038839b16872d46a2b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a36f24186a799458","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a36f24186a799458","status":"passed","time":{"start":1729034177527,"stop":1729034177530,"duration":3}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4dcaac286293e6d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4dcaac286293e6d8","status":"passed","time":{"start":1729034536095,"stop":1729034536095,"duration":0}},{"uid":"d784391cc48b65cf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d784391cc48b65cf","status":"passed","time":{"start":1729034296700,"stop":1729034296701,"duration":1}},{"uid":"63b2dc13c2b3ba47","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/63b2dc13c2b3ba47","status":"passed","time":{"start":1729034220596,"stop":1729034220596,"duration":0}},{"uid":"c9ca7d21919a33f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c9ca7d21919a33f3","status":"passed","time":{"start":1729034041473,"stop":1729034041473,"duration":0}},{"uid":"ac85bb51c94a4cae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac85bb51c94a4cae","status":"passed","time":{"start":1728901705383,"stop":1728901705383,"duration":0}},{"uid":"73fb5c6dc86e7adf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73fb5c6dc86e7adf","status":"passed","time":{"start":1728893141767,"stop":1728893141768,"duration":1}},{"uid":"31bb5692ebe74b0d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/31bb5692ebe74b0d","status":"passed","time":{"start":1728856087078,"stop":1728856087079,"duration":1}},{"uid":"dcf9545f986e90ce","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dcf9545f986e90ce","status":"passed","time":{"start":1728738321430,"stop":1728738321430,"duration":0}},{"uid":"9afd05908f004343","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9afd05908f004343","status":"passed","time":{"start":1728682845670,"stop":1728682845670,"duration":0}},{"uid":"b8f3c2b5d726880e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b8f3c2b5d726880e","status":"passed","time":{"start":1728682424302,"stop":1728682424303,"duration":1}},{"uid":"868f951bda79b92b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/868f951bda79b92b","status":"passed","time":{"start":1728676900510,"stop":1728676900511,"duration":1}},{"uid":"6a981446d07b3a55","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6a981446d07b3a55","status":"passed","time":{"start":1728669625794,"stop":1728669625794,"duration":0}},{"uid":"bd649894e179cf40","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bd649894e179cf40","status":"passed","time":{"start":1728597957159,"stop":1728597957159,"duration":0}},{"uid":"89c5dece941473c9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/89c5dece941473c9","status":"passed","time":{"start":1728597182593,"stop":1728597182593,"duration":0}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"349f2c8d69db6128","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/349f2c8d69db6128","status":"passed","time":{"start":1729034631260,"stop":1729034631261,"duration":1}},{"uid":"dd64fe766dfdb69e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dd64fe766dfdb69e","status":"passed","time":{"start":1729034400896,"stop":1729034400897,"duration":1}},{"uid":"5413e7893d4d6acd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5413e7893d4d6acd","status":"passed","time":{"start":1729034317487,"stop":1729034317487,"duration":0}},{"uid":"1934db6b77d06e2f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1934db6b77d06e2f","status":"passed","time":{"start":1729034137150,"stop":1729034137153,"duration":3}},{"uid":"733ed6fea8e01106","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/733ed6fea8e01106","status":"passed","time":{"start":1729032206884,"stop":1729032206884,"duration":0}},{"uid":"f375b10c4dc0c32c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f375b10c4dc0c32c","status":"passed","time":{"start":1728901995028,"stop":1728901995029,"duration":1}},{"uid":"48d8a42fba857d70","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/48d8a42fba857d70","status":"passed","time":{"start":1728893421006,"stop":1728893421006,"duration":0}},{"uid":"7a7c49d9cff89712","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7a7c49d9cff89712","status":"passed","time":{"start":1728856368604,"stop":1728856368604,"duration":0}},{"uid":"4750e1570f7dc83f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4750e1570f7dc83f","status":"passed","time":{"start":1728738604690,"stop":1728738604690,"duration":0}},{"uid":"94ccfad32f749483","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/94ccfad32f749483","status":"passed","time":{"start":1728683117666,"stop":1728683117667,"duration":1}},{"uid":"ccc8a8df783df49f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ccc8a8df783df49f","status":"passed","time":{"start":1728682721324,"stop":1728682721325,"duration":1}},{"uid":"82f11ae81a002577","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/82f11ae81a002577","status":"passed","time":{"start":1728677184691,"stop":1728677184691,"duration":0}},{"uid":"290b7ff16766dfc5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/290b7ff16766dfc5","status":"passed","time":{"start":1728669866472,"stop":1728669866473,"duration":1}},{"uid":"b1af6885af1aff5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b1af6885af1aff5e","status":"passed","time":{"start":1728598250008,"stop":1728598250008,"duration":0}},{"uid":"5103bee5108d3a2b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5103bee5108d3a2b","status":"passed","time":{"start":1728597472307,"stop":1728597472307,"duration":0}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2d557e6793cd8ce4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d557e6793cd8ce4","status":"passed","time":{"start":1729034701153,"stop":1729034701153,"duration":0}},{"uid":"286c64be1cffe4d7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/286c64be1cffe4d7","status":"passed","time":{"start":1729034475746,"stop":1729034475746,"duration":0}},{"uid":"460b43e914c96d2c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/460b43e914c96d2c","status":"passed","time":{"start":1729034391616,"stop":1729034391621,"duration":5}},{"uid":"af9106982d94de63","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af9106982d94de63","status":"passed","time":{"start":1729034211308,"stop":1729034211309,"duration":1}},{"uid":"3f01d419f439d066","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f01d419f439d066","status":"passed","time":{"start":1729032264693,"stop":1729032264694,"duration":1}},{"uid":"e23f4703038289e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e23f4703038289e2","status":"passed","time":{"start":1728902020140,"stop":1728902020140,"duration":0}},{"uid":"6c14bd8fc246572d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c14bd8fc246572d","status":"passed","time":{"start":1728893452479,"stop":1728893452480,"duration":1}},{"uid":"77b50c95620371aa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77b50c95620371aa","status":"passed","time":{"start":1728856408084,"stop":1728856408084,"duration":0}},{"uid":"20e661235299d839","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20e661235299d839","status":"passed","time":{"start":1728738627115,"stop":1728738627116,"duration":1}},{"uid":"61468a37e9ea2778","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/61468a37e9ea2778","status":"passed","time":{"start":1728683164465,"stop":1728683164465,"duration":0}},{"uid":"1b2d012f5645535f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1b2d012f5645535f","status":"passed","time":{"start":1728682734714,"stop":1728682734715,"duration":1}},{"uid":"72517c2aea9aa5c5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72517c2aea9aa5c5","status":"passed","time":{"start":1728677218640,"stop":1728677218640,"duration":0}},{"uid":"a152d9f815d9fd6b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a152d9f815d9fd6b","status":"passed","time":{"start":1728669903962,"stop":1728669903962,"duration":0}},{"uid":"3fc9d1e10f874950","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3fc9d1e10f874950","status":"passed","time":{"start":1728598278367,"stop":1728598278367,"duration":0}},{"uid":"712a65375de04328","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/712a65375de04328","status":"passed","time":{"start":1728597507602,"stop":1728597507602,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2555b0c8cc60e0fb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2555b0c8cc60e0fb","status":"passed","time":{"start":1729034368073,"stop":1729034368073,"duration":0}},{"uid":"109d7cd679544aad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/109d7cd679544aad","status":"passed","time":{"start":1729034132180,"stop":1729034132180,"duration":0}},{"uid":"b15208ea50c33647","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b15208ea50c33647","status":"passed","time":{"start":1729034055085,"stop":1729034055086,"duration":1}},{"uid":"97d711547f6714a4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97d711547f6714a4","status":"passed","time":{"start":1729033869946,"stop":1729033869946,"duration":0}},{"uid":"b724b8b861b6749f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b724b8b861b6749f","status":"passed","time":{"start":1729031919800,"stop":1729031919800,"duration":0}},{"uid":"6261a303b91deb28","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6261a303b91deb28","status":"passed","time":{"start":1728901465375,"stop":1728901465375,"duration":0}},{"uid":"6b97d31b47760850","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6b97d31b47760850","status":"passed","time":{"start":1728892895976,"stop":1728892895976,"duration":0}},{"uid":"dbeb87d4e679b35b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbeb87d4e679b35b","status":"passed","time":{"start":1728855858320,"stop":1728855858320,"duration":0}},{"uid":"c3a6a07340daad5c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c3a6a07340daad5c","status":"passed","time":{"start":1728738075955,"stop":1728738075955,"duration":0}},{"uid":"c1b0243a73c192fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c1b0243a73c192fb","status":"passed","time":{"start":1728682609269,"stop":1728682609270,"duration":1}},{"uid":"a0036658e49fa6f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a0036658e49fa6f9","status":"passed","time":{"start":1728682182161,"stop":1728682182162,"duration":1}},{"uid":"c1b1f38997125d2f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1b1f38997125d2f","status":"passed","time":{"start":1728676656595,"stop":1728676656595,"duration":0}},{"uid":"c4835b316f4ce938","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4835b316f4ce938","status":"passed","time":{"start":1728669379925,"stop":1728669379925,"duration":0}},{"uid":"f64bfd4e3addb86f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f64bfd4e3addb86f","status":"passed","time":{"start":1728597720387,"stop":1728597720387,"duration":0}},{"uid":"e0e117c167ef8a88","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e0e117c167ef8a88","status":"passed","time":{"start":1728596939486,"stop":1728596939486,"duration":0}}]},"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9638591df935f50f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9638591df935f50f","status":"passed","time":{"start":1729034332632,"stop":1729034332632,"duration":0}},{"uid":"4e01420c3d15f90b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4e01420c3d15f90b","status":"passed","time":{"start":1729034096133,"stop":1729034096134,"duration":1}},{"uid":"5dd0fd84569dd4b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5dd0fd84569dd4b3","status":"passed","time":{"start":1729034020091,"stop":1729034020091,"duration":0}},{"uid":"e3d8ebbc211d2719","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e3d8ebbc211d2719","status":"passed","time":{"start":1729033834386,"stop":1729033834386,"duration":0}},{"uid":"ab90651195209f78","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ab90651195209f78","status":"passed","time":{"start":1729031884119,"stop":1729031884119,"duration":0}},{"uid":"ddf556806aa4c1d8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ddf556806aa4c1d8","status":"passed","time":{"start":1728901430254,"stop":1728901430255,"duration":1}},{"uid":"b5f8acb96eedc285","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5f8acb96eedc285","status":"passed","time":{"start":1728892860532,"stop":1728892860532,"duration":0}},{"uid":"881f241bc6fa3f72","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/881f241bc6fa3f72","status":"passed","time":{"start":1728855823322,"stop":1728855823323,"duration":1}},{"uid":"91b8d8afa938e4a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/91b8d8afa938e4a","status":"passed","time":{"start":1728738040603,"stop":1728738040603,"duration":0}},{"uid":"e5fd0b5f8666893e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e5fd0b5f8666893e","status":"passed","time":{"start":1728682574093,"stop":1728682574093,"duration":0}},{"uid":"53e54c0e8399162f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/53e54c0e8399162f","status":"passed","time":{"start":1728682146818,"stop":1728682146818,"duration":0}},{"uid":"e9b5236462eede45","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e9b5236462eede45","status":"passed","time":{"start":1728676621432,"stop":1728676621432,"duration":0}},{"uid":"9cfeb803a6752a4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9cfeb803a6752a4d","status":"passed","time":{"start":1728669344468,"stop":1728669344468,"duration":0}},{"uid":"8ccd2e0b2cfa7e01","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ccd2e0b2cfa7e01","status":"passed","time":{"start":1728597685161,"stop":1728597685162,"duration":1}},{"uid":"71462846d235d47c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/71462846d235d47c","status":"passed","time":{"start":1728596904468,"stop":1728596904468,"duration":0}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c63b98678db1b47b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c63b98678db1b47b","status":"passed","time":{"start":1729034694623,"stop":1729034694623,"duration":0}},{"uid":"503742c767bc4fa3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/503742c767bc4fa3","status":"passed","time":{"start":1729034462013,"stop":1729034462013,"duration":0}},{"uid":"47476612940e02a1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47476612940e02a1","status":"passed","time":{"start":1729034375976,"stop":1729034375977,"duration":1}},{"uid":"79ed760599a4b4f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79ed760599a4b4f5","status":"passed","time":{"start":1729034200065,"stop":1729034200066,"duration":1}},{"uid":"785b505cc1582c0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/785b505cc1582c0e","status":"passed","time":{"start":1729032257890,"stop":1729032257890,"duration":0}},{"uid":"13f8c2938251bb6d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/13f8c2938251bb6d","status":"passed","time":{"start":1728902003567,"stop":1728902003567,"duration":0}},{"uid":"9a78d80ef036b6cf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9a78d80ef036b6cf","status":"passed","time":{"start":1728893434694,"stop":1728893434695,"duration":1}},{"uid":"185d9b669d0eabc7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/185d9b669d0eabc7","status":"passed","time":{"start":1728856398642,"stop":1728856398642,"duration":0}},{"uid":"256a797c66f345c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/256a797c66f345c4","status":"passed","time":{"start":1728738612001,"stop":1728738612002,"duration":1}},{"uid":"29a6dc59b6aca67c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/29a6dc59b6aca67c","status":"passed","time":{"start":1728683155009,"stop":1728683155009,"duration":0}},{"uid":"3797a12d829b52d8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3797a12d829b52d8","status":"passed","time":{"start":1728682706103,"stop":1728682706103,"duration":0}},{"uid":"3ba48b769e7fd2ab","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3ba48b769e7fd2ab","status":"passed","time":{"start":1728677207495,"stop":1728677207495,"duration":0}},{"uid":"72ab5350f7a3cc71","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/72ab5350f7a3cc71","status":"passed","time":{"start":1728669887097,"stop":1728669887098,"duration":1}},{"uid":"913eb1c241351403","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/913eb1c241351403","status":"passed","time":{"start":1728598263637,"stop":1728598263638,"duration":1}},{"uid":"74492199916ad821","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/74492199916ad821","status":"passed","time":{"start":1728597478275,"stop":1728597478275,"duration":0}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9f42509580086123","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9f42509580086123","status":"passed","time":{"start":1729034631253,"stop":1729034631254,"duration":1}},{"uid":"98370cc075559af5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/98370cc075559af5","status":"passed","time":{"start":1729034400890,"stop":1729034400891,"duration":1}},{"uid":"3ed7380a02966a83","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3ed7380a02966a83","status":"passed","time":{"start":1729034317453,"stop":1729034317453,"duration":0}},{"uid":"8645c6d90fc7a99c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8645c6d90fc7a99c","status":"passed","time":{"start":1729034137142,"stop":1729034137142,"duration":0}},{"uid":"50b891de4686515a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/50b891de4686515a","status":"passed","time":{"start":1729032206876,"stop":1729032206876,"duration":0}},{"uid":"25b2155c565d674b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25b2155c565d674b","status":"passed","time":{"start":1728901995022,"stop":1728901995022,"duration":0}},{"uid":"63853788f68fa265","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/63853788f68fa265","status":"passed","time":{"start":1728893420996,"stop":1728893420996,"duration":0}},{"uid":"32f4f72e42c670d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/32f4f72e42c670d6","status":"passed","time":{"start":1728856368597,"stop":1728856368597,"duration":0}},{"uid":"f09142fc12d15018","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f09142fc12d15018","status":"passed","time":{"start":1728738604681,"stop":1728738604682,"duration":1}},{"uid":"9c73de643e4aec27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9c73de643e4aec27","status":"passed","time":{"start":1728683117629,"stop":1728683117630,"duration":1}},{"uid":"cfb7fa6cb5c66768","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cfb7fa6cb5c66768","status":"passed","time":{"start":1728682721319,"stop":1728682721319,"duration":0}},{"uid":"8c6a797b06423fdb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8c6a797b06423fdb","status":"passed","time":{"start":1728677184684,"stop":1728677184684,"duration":0}},{"uid":"253ce962b725a9b7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/253ce962b725a9b7","status":"passed","time":{"start":1728669866450,"stop":1728669866451,"duration":1}},{"uid":"20a287b5881e0ad1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/20a287b5881e0ad1","status":"passed","time":{"start":1728598249981,"stop":1728598249981,"duration":0}},{"uid":"52d797782c79e0b5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/52d797782c79e0b5","status":"passed","time":{"start":1728597472293,"stop":1728597472293,"duration":0}}]},"105e0ceb16975c927e585a398dccf9b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"c7ac0008b40872dc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7ac0008b40872dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473401,"stop":1729034473406,"duration":5}},{"uid":"4ab534cf983b012b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ab534cf983b012b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241338,"stop":1729034241339,"duration":1}},{"uid":"59f1cdbdc0388795","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/59f1cdbdc0388795","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160188,"stop":1729034160192,"duration":4}},{"uid":"289b06f6007df0d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/289b06f6007df0d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977224,"stop":1729033977225,"duration":1}},{"uid":"d71505e156ec548b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d71505e156ec548b","status":"passed","time":{"start":1729032053269,"stop":1729032053270,"duration":1}},{"uid":"8cc2bf2b0928de79","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8cc2bf2b0928de79","status":"passed","time":{"start":1728901711767,"stop":1728901711767,"duration":0}},{"uid":"970274fe2c6f3dab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/970274fe2c6f3dab","status":"passed","time":{"start":1728893141896,"stop":1728893141896,"duration":0}},{"uid":"df94a92f05aeca35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/df94a92f05aeca35","status":"passed","time":{"start":1728856103199,"stop":1728856103200,"duration":1}},{"uid":"677cb8ae7b958a32","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/677cb8ae7b958a32","status":"passed","time":{"start":1728738321618,"stop":1728738321619,"duration":1}},{"uid":"fb20ef89d5f98658","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fb20ef89d5f98658","status":"passed","time":{"start":1728682857565,"stop":1728682857565,"duration":0}},{"uid":"c586f7812190db5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c586f7812190db5","status":"passed","time":{"start":1728682428803,"stop":1728682428804,"duration":1}},{"uid":"6edf13ee3e65cf77","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6edf13ee3e65cf77","status":"passed","time":{"start":1728676901168,"stop":1728676901168,"duration":0}},{"uid":"5ce625fb95b2dee9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5ce625fb95b2dee9","status":"passed","time":{"start":1728669573862,"stop":1728669573862,"duration":0}},{"uid":"916668c9df256282","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/916668c9df256282","status":"passed","time":{"start":1728597972336,"stop":1728597972337,"duration":1}},{"uid":"6cd0bbed51941eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6cd0bbed51941eaa","status":"passed","time":{"start":1728597175619,"stop":1728597175619,"duration":0}}]},"a48053b2904d49b2a88e722c1840d7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15583a4cabb16c54","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/15583a4cabb16c54","status":"passed","time":{"start":1728669841255,"stop":1728669841255,"duration":0}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"49308e81b03e99d1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/49308e81b03e99d1","status":"passed","time":{"start":1729034332797,"stop":1729034332797,"duration":0}},{"uid":"1ba5dd895f5b2e88","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1ba5dd895f5b2e88","status":"passed","time":{"start":1729034096147,"stop":1729034096147,"duration":0}},{"uid":"df2dc197e936fd16","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/df2dc197e936fd16","status":"passed","time":{"start":1729034020103,"stop":1729034020103,"duration":0}},{"uid":"704282a90b3f59cd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/704282a90b3f59cd","status":"passed","time":{"start":1729033834402,"stop":1729033834402,"duration":0}},{"uid":"4f7d2411e39d920e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f7d2411e39d920e","status":"passed","time":{"start":1729031884178,"stop":1729031884178,"duration":0}},{"uid":"b7d6e834602d2c83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7d6e834602d2c83","status":"passed","time":{"start":1728901430211,"stop":1728901430211,"duration":0}},{"uid":"cc29c49ec869280c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cc29c49ec869280c","status":"passed","time":{"start":1728892860432,"stop":1728892860433,"duration":1}},{"uid":"8e3c3437f8f817ff","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8e3c3437f8f817ff","status":"passed","time":{"start":1728855823269,"stop":1728855823269,"duration":0}},{"uid":"9cc1e1f953ee3291","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9cc1e1f953ee3291","status":"passed","time":{"start":1728738040616,"stop":1728738040616,"duration":0}},{"uid":"b5a901fd813c9c72","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5a901fd813c9c72","status":"passed","time":{"start":1728682574126,"stop":1728682574126,"duration":0}},{"uid":"d0675f903c6335e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d0675f903c6335e4","status":"passed","time":{"start":1728682146845,"stop":1728682146846,"duration":1}},{"uid":"4d83bc29ffed3314","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4d83bc29ffed3314","status":"passed","time":{"start":1728676621446,"stop":1728676621446,"duration":0}},{"uid":"acc5b083345b1256","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/acc5b083345b1256","status":"passed","time":{"start":1728669344424,"stop":1728669344424,"duration":0}},{"uid":"c04d4307c5b77440","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c04d4307c5b77440","status":"passed","time":{"start":1728597685248,"stop":1728597685248,"duration":0}},{"uid":"871514ec1a18424c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/871514ec1a18424c","status":"passed","time":{"start":1728596904560,"stop":1728596904560,"duration":0}}]},"0ed123c05a7360b171e19b6255e52207:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77810b66a8c417e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/77810b66a8c417e0","status":"passed","time":{"start":1729032228813,"stop":1729032228813,"duration":0}}]},"65c7e74aa1537d3c3d2a1e57c6634030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1d0b18e11371f15e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1d0b18e11371f15e","status":"passed","time":{"start":1729034332643,"stop":1729034332643,"duration":0}},{"uid":"d1bea82493e91886","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d1bea82493e91886","status":"passed","time":{"start":1729034096141,"stop":1729034096141,"duration":0}},{"uid":"d0e32d2fc3d6b240","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d0e32d2fc3d6b240","status":"passed","time":{"start":1729034020097,"stop":1729034020097,"duration":0}},{"uid":"fc2c5442abfa0eed","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fc2c5442abfa0eed","status":"passed","time":{"start":1729033834394,"stop":1729033834394,"duration":0}},{"uid":"e11379580d30e78c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e11379580d30e78c","status":"passed","time":{"start":1729031884127,"stop":1729031884128,"duration":1}},{"uid":"d2ea7372ccda6f4c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d2ea7372ccda6f4c","status":"passed","time":{"start":1728901430260,"stop":1728901430261,"duration":1}},{"uid":"3805d10c88e81adf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3805d10c88e81adf","status":"passed","time":{"start":1728892860539,"stop":1728892860539,"duration":0}},{"uid":"115c5e9544e7750f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/115c5e9544e7750f","status":"passed","time":{"start":1728855823328,"stop":1728855823329,"duration":1}},{"uid":"2fa921b00029c7ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2fa921b00029c7ca","status":"passed","time":{"start":1728738040610,"stop":1728738040610,"duration":0}},{"uid":"f328b52b9f96735b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f328b52b9f96735b","status":"passed","time":{"start":1728682574101,"stop":1728682574101,"duration":0}},{"uid":"45244da4fd719cab","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/45244da4fd719cab","status":"passed","time":{"start":1728682146825,"stop":1728682146825,"duration":0}},{"uid":"acc5ba584087d7c2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/acc5ba584087d7c2","status":"passed","time":{"start":1728676621439,"stop":1728676621439,"duration":0}},{"uid":"2824a35012659b19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2824a35012659b19","status":"passed","time":{"start":1728669344474,"stop":1728669344474,"duration":0}},{"uid":"facb796e2cd9abee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/facb796e2cd9abee","status":"passed","time":{"start":1728597685169,"stop":1728597685169,"duration":0}},{"uid":"e41b2acdbe1e05f3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e41b2acdbe1e05f3","status":"passed","time":{"start":1728596904478,"stop":1728596904478,"duration":0}}]},"52bd130d4431d476279f5159feb06801:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f62de06f55a5ba4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8f62de06f55a5ba4","status":"passed","time":{"start":1728598212611,"stop":1728598212612,"duration":1}}]},"abb96a878d8f8ea2a153d5552b15c534:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b0083eef81b8fedc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b0083eef81b8fedc","status":"passed","time":{"start":1728597423329,"stop":1728597423330,"duration":1}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"222368b63cff5049","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/222368b63cff5049","status":"passed","time":{"start":1729034536101,"stop":1729034536101,"duration":0}},{"uid":"f17e5ee1b5523b0a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f17e5ee1b5523b0a","status":"passed","time":{"start":1729034296707,"stop":1729034296707,"duration":0}},{"uid":"5c65d425ccf989a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5c65d425ccf989a","status":"passed","time":{"start":1729034220605,"stop":1729034220605,"duration":0}},{"uid":"1304bb9dded24530","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1304bb9dded24530","status":"passed","time":{"start":1729034041488,"stop":1729034041488,"duration":0}},{"uid":"2fb8db8f716082c8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fb8db8f716082c8","status":"passed","time":{"start":1728901705402,"stop":1728901705403,"duration":1}},{"uid":"34242659cfadb76a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/34242659cfadb76a","status":"passed","time":{"start":1728893141777,"stop":1728893141777,"duration":0}},{"uid":"6f3c723e87178b8f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6f3c723e87178b8f","status":"passed","time":{"start":1728856087083,"stop":1728856087084,"duration":1}},{"uid":"1d4e546e4d5bc419","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1d4e546e4d5bc419","status":"passed","time":{"start":1728738321436,"stop":1728738321436,"duration":0}},{"uid":"4d72745ff6ad363b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d72745ff6ad363b","status":"passed","time":{"start":1728682845674,"stop":1728682845674,"duration":0}},{"uid":"ac62b52177f319b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac62b52177f319b4","status":"passed","time":{"start":1728682424310,"stop":1728682424311,"duration":1}},{"uid":"f0ea367f6279abaf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f0ea367f6279abaf","status":"passed","time":{"start":1728676900533,"stop":1728676900539,"duration":6}},{"uid":"bb27b4c96d6121a1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb27b4c96d6121a1","status":"passed","time":{"start":1728669625800,"stop":1728669625800,"duration":0}},{"uid":"41e563b46edd1fea","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/41e563b46edd1fea","status":"passed","time":{"start":1728597957166,"stop":1728597957167,"duration":1}},{"uid":"545c5c4b2643652d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/545c5c4b2643652d","status":"passed","time":{"start":1728597182618,"stop":1728597182618,"duration":0}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"355c324f3a3cf336","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/355c324f3a3cf336","status":"passed","time":{"start":1729034631250,"stop":1729034631251,"duration":1}},{"uid":"c92badd2bdf6897c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c92badd2bdf6897c","status":"passed","time":{"start":1729034400886,"stop":1729034400887,"duration":1}},{"uid":"24fef27ccdd5632f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/24fef27ccdd5632f","status":"passed","time":{"start":1729034317449,"stop":1729034317449,"duration":0}},{"uid":"bdb485ecd5dfd4ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bdb485ecd5dfd4ca","status":"passed","time":{"start":1729034137130,"stop":1729034137130,"duration":0}},{"uid":"2a85824a84c729bc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a85824a84c729bc","status":"passed","time":{"start":1729032206873,"stop":1729032206873,"duration":0}},{"uid":"2e693d9af97caf9d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2e693d9af97caf9d","status":"passed","time":{"start":1728901995020,"stop":1728901995020,"duration":0}},{"uid":"78d50c1bf4bc1258","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/78d50c1bf4bc1258","status":"passed","time":{"start":1728893420993,"stop":1728893420993,"duration":0}},{"uid":"29a3e389650c9398","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/29a3e389650c9398","status":"passed","time":{"start":1728856368594,"stop":1728856368594,"duration":0}},{"uid":"63b9044564b28f44","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/63b9044564b28f44","status":"passed","time":{"start":1728738604679,"stop":1728738604679,"duration":0}},{"uid":"81d34c20046f06c3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/81d34c20046f06c3","status":"passed","time":{"start":1728683117617,"stop":1728683117619,"duration":2}},{"uid":"a8605dc309220260","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a8605dc309220260","status":"passed","time":{"start":1728682721316,"stop":1728682721316,"duration":0}},{"uid":"b638f888561ae9d0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b638f888561ae9d0","status":"passed","time":{"start":1728677184681,"stop":1728677184681,"duration":0}},{"uid":"9c249f507bdd839e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c249f507bdd839e","status":"passed","time":{"start":1728669866447,"stop":1728669866448,"duration":1}},{"uid":"3ae39709d7b7707f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ae39709d7b7707f","status":"passed","time":{"start":1728598249974,"stop":1728598249974,"duration":0}},{"uid":"870604529196650c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/870604529196650c","status":"passed","time":{"start":1728597472289,"stop":1728597472290,"duration":1}}]},"b81f614020ddcabdd4a75ac47b6553f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"4503c5f5c3e064a5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4503c5f5c3e064a5","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473222,"stop":1729034473223,"duration":1}},{"uid":"5d2492ca4e979595","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5d2492ca4e979595","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241164,"stop":1729034241164,"duration":0}},{"uid":"395a24d9b50cce86","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/395a24d9b50cce86","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159976,"stop":1729034159976,"duration":0}},{"uid":"c980f2981b9c420","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c980f2981b9c420","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977066,"stop":1729033977066,"duration":0}},{"uid":"74556c53dc32c50","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/74556c53dc32c50","status":"passed","time":{"start":1729032093824,"stop":1729032093829,"duration":5}},{"uid":"3788732e27df53d6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3788732e27df53d6","status":"passed","time":{"start":1728901748784,"stop":1728901748785,"duration":1}},{"uid":"a130ef36524ffbb5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a130ef36524ffbb5","status":"passed","time":{"start":1728893181089,"stop":1728893181089,"duration":0}},{"uid":"c07bfbfd42abe19c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c07bfbfd42abe19c","status":"passed","time":{"start":1728856155554,"stop":1728856155554,"duration":0}},{"uid":"56c95c0e2f7d686a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/56c95c0e2f7d686a","status":"passed","time":{"start":1728738360303,"stop":1728738360303,"duration":0}},{"uid":"9d743899dc4b550b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d743899dc4b550b","status":"passed","time":{"start":1728682907224,"stop":1728682907225,"duration":1}},{"uid":"b3a313e834b7230b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3a313e834b7230b","status":"passed","time":{"start":1728682466739,"stop":1728682466740,"duration":1}},{"uid":"d9f14373edc8ba81","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d9f14373edc8ba81","status":"passed","time":{"start":1728676955725,"stop":1728676955725,"duration":0}},{"uid":"fd408aadda9ee853","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd408aadda9ee853","status":"passed","time":{"start":1728598013537,"stop":1728598013537,"duration":0}},{"uid":"c038fb7c661257d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c038fb7c661257d2","status":"passed","time":{"start":1728597225203,"stop":1728597225203,"duration":0}}]},"b4e67c86d1f535129b0ed163d8dc8b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8aaa53a90492c0b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8aaa53a90492c0b","status":"passed","time":{"start":1729034332620,"stop":1729034332621,"duration":1}},{"uid":"4df8071e195ecd02","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4df8071e195ecd02","status":"passed","time":{"start":1729034096121,"stop":1729034096121,"duration":0}},{"uid":"631ef77a5f397124","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/631ef77a5f397124","status":"passed","time":{"start":1729034020081,"stop":1729034020082,"duration":1}},{"uid":"70167d99c236c8d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/70167d99c236c8d0","status":"passed","time":{"start":1729033834373,"stop":1729033834373,"duration":0}},{"uid":"c50aea4228595c60","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c50aea4228595c60","status":"passed","time":{"start":1729031884103,"stop":1729031884103,"duration":0}},{"uid":"7e9ef158e18fb45f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e9ef158e18fb45f","status":"passed","time":{"start":1728901430246,"stop":1728901430246,"duration":0}},{"uid":"4ae9c4107bdb8c5c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4ae9c4107bdb8c5c","status":"passed","time":{"start":1728892860521,"stop":1728892860521,"duration":0}},{"uid":"a7dce1b7369e0b9c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a7dce1b7369e0b9c","status":"passed","time":{"start":1728855823312,"stop":1728855823312,"duration":0}},{"uid":"588b8ce48874736b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/588b8ce48874736b","status":"passed","time":{"start":1728738040581,"stop":1728738040581,"duration":0}},{"uid":"f36d8659a65efc6b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f36d8659a65efc6b","status":"passed","time":{"start":1728682574078,"stop":1728682574078,"duration":0}},{"uid":"ce8b8442972fd34","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce8b8442972fd34","status":"passed","time":{"start":1728682146806,"stop":1728682146807,"duration":1}},{"uid":"33932f1d05fe645a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33932f1d05fe645a","status":"passed","time":{"start":1728676621420,"stop":1728676621420,"duration":0}},{"uid":"48f9cc2781a2015d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/48f9cc2781a2015d","status":"passed","time":{"start":1728669344457,"stop":1728669344458,"duration":1}},{"uid":"8ff9e56e1ff51f11","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ff9e56e1ff51f11","status":"passed","time":{"start":1728597685150,"stop":1728597685150,"duration":0}},{"uid":"982f4a78d893a775","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/982f4a78d893a775","status":"passed","time":{"start":1728596904456,"stop":1728596904456,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"789e6da66bec244e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/789e6da66bec244e","status":"passed","time":{"start":1729034472965,"stop":1729034472967,"duration":2}},{"uid":"ef4f4935b0197633","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ef4f4935b0197633","status":"passed","time":{"start":1729034240918,"stop":1729034240918,"duration":0}},{"uid":"a0d3bce16969432e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a0d3bce16969432e","status":"passed","time":{"start":1729034159615,"stop":1729034159615,"duration":0}},{"uid":"135b86d140495b7b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/135b86d140495b7b","status":"passed","time":{"start":1729033976800,"stop":1729033976800,"duration":0}},{"uid":"f9e5546ef1f9e300","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9e5546ef1f9e300","status":"passed","time":{"start":1729032020519,"stop":1729032020519,"duration":0}},{"uid":"393aa26c1bd5eb5b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/393aa26c1bd5eb5b","status":"passed","time":{"start":1728901616434,"stop":1728901616435,"duration":1}},{"uid":"968f7d41ac7fd1ff","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/968f7d41ac7fd1ff","status":"passed","time":{"start":1728893050245,"stop":1728893050245,"duration":0}},{"uid":"94713c31b9f4393","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/94713c31b9f4393","status":"passed","time":{"start":1728856015171,"stop":1728856015172,"duration":1}},{"uid":"e271e93afb68d5ba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e271e93afb68d5ba","status":"passed","time":{"start":1728738233138,"stop":1728738233138,"duration":0}},{"uid":"85ad3b4bdfd0ab98","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/85ad3b4bdfd0ab98","status":"passed","time":{"start":1728682762472,"stop":1728682762473,"duration":1}},{"uid":"f9a824917b1a6395","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f9a824917b1a6395","status":"passed","time":{"start":1728682332786,"stop":1728682332787,"duration":1}},{"uid":"a2e0992c2e91b0dc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2e0992c2e91b0dc","status":"passed","time":{"start":1728676810291,"stop":1728676810292,"duration":1}},{"uid":"6264df029dacb926","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6264df029dacb926","status":"passed","time":{"start":1728669529899,"stop":1728669529899,"duration":0}},{"uid":"fc562f788c431808","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc562f788c431808","status":"passed","time":{"start":1728597873534,"stop":1728597873535,"duration":1}},{"uid":"3769ece79c965b0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3769ece79c965b0d","status":"passed","time":{"start":1728597089274,"stop":1728597089274,"duration":0}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a05c51d4684af1d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a05c51d4684af1d","status":"passed","time":{"start":1729034611655,"stop":1729034611656,"duration":1}},{"uid":"cb6eb9c07c01493","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb6eb9c07c01493","status":"passed","time":{"start":1729034393631,"stop":1729034393631,"duration":0}},{"uid":"12f5fc65db340016","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/12f5fc65db340016","status":"passed","time":{"start":1729034304824,"stop":1729034304825,"duration":1}},{"uid":"5bd56dbf66769fc1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5bd56dbf66769fc1","status":"passed","time":{"start":1729034121894,"stop":1729034121895,"duration":1}},{"uid":"e959f8b585525415","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e959f8b585525415","status":"passed","time":{"start":1729032174800,"stop":1729032174800,"duration":0}},{"uid":"ec31e1cb85d8eb66","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec31e1cb85d8eb66","status":"passed","time":{"start":1728901881005,"stop":1728901881006,"duration":1}},{"uid":"185ad981678dfb06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/185ad981678dfb06","status":"passed","time":{"start":1728893317152,"stop":1728893317152,"duration":0}},{"uid":"be9d5c75eba39c7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be9d5c75eba39c7","status":"passed","time":{"start":1728856263071,"stop":1728856263071,"duration":0}},{"uid":"6f5e6eca3507a839","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f5e6eca3507a839","status":"passed","time":{"start":1728738492792,"stop":1728738492792,"duration":0}},{"uid":"b17239482dac3ec5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b17239482dac3ec5","status":"passed","time":{"start":1728683030010,"stop":1728683030010,"duration":0}},{"uid":"edc6663a9bb5abf6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/edc6663a9bb5abf6","status":"passed","time":{"start":1728682581086,"stop":1728682581086,"duration":0}},{"uid":"692fd241a0ab7f3a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/692fd241a0ab7f3a","status":"passed","time":{"start":1728677081986,"stop":1728677081987,"duration":1}},{"uid":"b8707740680e2147","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b8707740680e2147","status":"passed","time":{"start":1728669795388,"stop":1728669795389,"duration":1}},{"uid":"a3d88b109dfe7aa1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a3d88b109dfe7aa1","status":"passed","time":{"start":1728598137496,"stop":1728598137497,"duration":1}},{"uid":"6b3bbb17f449b8cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b3bbb17f449b8cd","status":"passed","time":{"start":1728597353474,"stop":1728597353474,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b26a4327640b7b70","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b26a4327640b7b70","status":"passed","time":{"start":1729034611663,"stop":1729034611664,"duration":1}},{"uid":"81243a316d4c5d68","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/81243a316d4c5d68","status":"passed","time":{"start":1729034393643,"stop":1729034393643,"duration":0}},{"uid":"28111a66fa7cd1bd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28111a66fa7cd1bd","status":"passed","time":{"start":1729034304836,"stop":1729034304837,"duration":1}},{"uid":"ae66aa480bd26e39","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae66aa480bd26e39","status":"passed","time":{"start":1729034121908,"stop":1729034121908,"duration":0}},{"uid":"6ac72990e595c323","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ac72990e595c323","status":"passed","time":{"start":1729032174842,"stop":1729032174842,"duration":0}},{"uid":"d5f7f4d133ac855f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d5f7f4d133ac855f","status":"passed","time":{"start":1728901881011,"stop":1728901881011,"duration":0}},{"uid":"95e935e8489bffe9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95e935e8489bffe9","status":"passed","time":{"start":1728893317159,"stop":1728893317160,"duration":1}},{"uid":"e2b8b8b1831de086","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e2b8b8b1831de086","status":"passed","time":{"start":1728856263088,"stop":1728856263088,"duration":0}},{"uid":"f75d224747d94e48","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f75d224747d94e48","status":"passed","time":{"start":1728738492797,"stop":1728738492797,"duration":0}},{"uid":"1ac612e2328d1067","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ac612e2328d1067","status":"passed","time":{"start":1728683030020,"stop":1728683030020,"duration":0}},{"uid":"d0e6422f996b8e28","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d0e6422f996b8e28","status":"passed","time":{"start":1728682581101,"stop":1728682581102,"duration":1}},{"uid":"925a0409e7ba49ac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/925a0409e7ba49ac","status":"passed","time":{"start":1728677081992,"stop":1728677081993,"duration":1}},{"uid":"c26eca02ebb28e4c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c26eca02ebb28e4c","status":"passed","time":{"start":1728669795393,"stop":1728669795394,"duration":1}},{"uid":"f5818d8b9d94bd49","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5818d8b9d94bd49","status":"passed","time":{"start":1728598137502,"stop":1728598137503,"duration":1}},{"uid":"5c51a7affa2d1741","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c51a7affa2d1741","status":"passed","time":{"start":1728597353478,"stop":1728597353479,"duration":1}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8ce8e575ab54cc41","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8ce8e575ab54cc41","status":"passed","time":{"start":1729034472985,"stop":1729034472986,"duration":1}},{"uid":"638fdee1bb52e701","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/638fdee1bb52e701","status":"passed","time":{"start":1729034240927,"stop":1729034240927,"duration":0}},{"uid":"8d75cd725dbd19e0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8d75cd725dbd19e0","status":"passed","time":{"start":1729034159623,"stop":1729034159624,"duration":1}},{"uid":"e9f9dfd61ea6774b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9f9dfd61ea6774b","status":"passed","time":{"start":1729033976806,"stop":1729033976806,"duration":0}},{"uid":"a57342aeaa1b8c74","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a57342aeaa1b8c74","status":"passed","time":{"start":1729032020530,"stop":1729032020530,"duration":0}},{"uid":"2f112c155111bec7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f112c155111bec7","status":"passed","time":{"start":1728901616473,"stop":1728901616474,"duration":1}},{"uid":"bcdc998cbb4b8819","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bcdc998cbb4b8819","status":"passed","time":{"start":1728893050250,"stop":1728893050251,"duration":1}},{"uid":"1b0c24504d4319bf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b0c24504d4319bf","status":"passed","time":{"start":1728856015177,"stop":1728856015177,"duration":0}},{"uid":"ad8ffec79cabd447","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ad8ffec79cabd447","status":"passed","time":{"start":1728738233148,"stop":1728738233148,"duration":0}},{"uid":"25cecb2257c6315a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/25cecb2257c6315a","status":"passed","time":{"start":1728682762477,"stop":1728682762478,"duration":1}},{"uid":"a3d0bab742960b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a3d0bab742960b2","status":"passed","time":{"start":1728682332791,"stop":1728682332792,"duration":1}},{"uid":"fe3d077373f27229","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe3d077373f27229","status":"passed","time":{"start":1728676810300,"stop":1728676810300,"duration":0}},{"uid":"7155005539229313","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7155005539229313","status":"passed","time":{"start":1728669529906,"stop":1728669529906,"duration":0}},{"uid":"3f7f44ccff4da75e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3f7f44ccff4da75e","status":"passed","time":{"start":1728597873541,"stop":1728597873541,"duration":0}},{"uid":"437ba301fd135f5d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/437ba301fd135f5d","status":"passed","time":{"start":1728597089279,"stop":1728597089279,"duration":0}}]},"f19bdd93dd31e9908476ece472bbaddf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"829bfb733b922ced","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/829bfb733b922ced","status":"passed","time":{"start":1728856355687,"stop":1728856355688,"duration":1}}]},"dc3df9558d2892feb187cc35786c1bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7dc62d269b6599c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7dc62d269b6599c","status":"passed","time":{"start":1729034470387,"stop":1729034470391,"duration":4}},{"uid":"cb712be44fc939a2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb712be44fc939a2","status":"passed","time":{"start":1729034238410,"stop":1729034238411,"duration":1}},{"uid":"a27ce5584bd7266e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a27ce5584bd7266e","status":"passed","time":{"start":1729034157653,"stop":1729034157653,"duration":0}},{"uid":"a901a55da3b101c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a901a55da3b101c","status":"passed","time":{"start":1729033974452,"stop":1729033974452,"duration":0}},{"uid":"7f568ac3190b6f69","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7f568ac3190b6f69","status":"passed","time":{"start":1729032027763,"stop":1729032027765,"duration":2}},{"uid":"2fdb2aac2ddde4bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fdb2aac2ddde4bf","status":"passed","time":{"start":1728901614545,"stop":1728901614546,"duration":1}},{"uid":"cfb196d64822ca7b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cfb196d64822ca7b","status":"passed","time":{"start":1728893048596,"stop":1728893048596,"duration":0}},{"uid":"39192108e5e94e66","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39192108e5e94e66","status":"passed","time":{"start":1728856013559,"stop":1728856013560,"duration":1}},{"uid":"82835155a4be7dd9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/82835155a4be7dd9","status":"passed","time":{"start":1728738231632,"stop":1728738231632,"duration":0}},{"uid":"d0570389ef2fa3c7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0570389ef2fa3c7","status":"passed","time":{"start":1728682761072,"stop":1728682761072,"duration":0}},{"uid":"e98e2151c313dad","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e98e2151c313dad","status":"passed","time":{"start":1728682330632,"stop":1728682330635,"duration":3}},{"uid":"54958220398e1a4d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/54958220398e1a4d","status":"passed","time":{"start":1728676808324,"stop":1728676808325,"duration":1}},{"uid":"db406ea38d2c5836","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/db406ea38d2c5836","status":"passed","time":{"start":1728669528228,"stop":1728669528228,"duration":0}},{"uid":"603ade619e764395","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/603ade619e764395","status":"passed","time":{"start":1728597872227,"stop":1728597872227,"duration":0}},{"uid":"83b6a2a1f0638979","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/83b6a2a1f0638979","status":"passed","time":{"start":1728597087686,"stop":1728597087686,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"283fd429ea82bdea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/283fd429ea82bdea","status":"passed","time":{"start":1729034472949,"stop":1729034472949,"duration":0}},{"uid":"3eff43aa3f49892c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3eff43aa3f49892c","status":"passed","time":{"start":1729034240913,"stop":1729034240914,"duration":1}},{"uid":"5e276cd286db9265","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5e276cd286db9265","status":"passed","time":{"start":1729034159613,"stop":1729034159613,"duration":0}},{"uid":"e105bb35deb1b550","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e105bb35deb1b550","status":"passed","time":{"start":1729033976790,"stop":1729033976793,"duration":3}},{"uid":"d591bc197ba07567","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d591bc197ba07567","status":"passed","time":{"start":1729032020515,"stop":1729032020516,"duration":1}},{"uid":"831423ef37e48778","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/831423ef37e48778","status":"passed","time":{"start":1728901616428,"stop":1728901616428,"duration":0}},{"uid":"4d0b0e40ed7b7eb8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4d0b0e40ed7b7eb8","status":"passed","time":{"start":1728893050243,"stop":1728893050243,"duration":0}},{"uid":"e60d3404b5c6f6d0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e60d3404b5c6f6d0","status":"passed","time":{"start":1728856015169,"stop":1728856015170,"duration":1}},{"uid":"93cd67b5f343f20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/93cd67b5f343f20","status":"passed","time":{"start":1728738233135,"stop":1728738233135,"duration":0}},{"uid":"6fd4a09335be0352","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6fd4a09335be0352","status":"passed","time":{"start":1728682762468,"stop":1728682762468,"duration":0}},{"uid":"1091f8e9420b92c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1091f8e9420b92c","status":"passed","time":{"start":1728682332784,"stop":1728682332784,"duration":0}},{"uid":"f8516123c3f197a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8516123c3f197a1","status":"passed","time":{"start":1728676810288,"stop":1728676810289,"duration":1}},{"uid":"fbf9ee89249ed9d5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fbf9ee89249ed9d5","status":"passed","time":{"start":1728669529891,"stop":1728669529892,"duration":1}},{"uid":"fd52a260e145f0e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd52a260e145f0e7","status":"passed","time":{"start":1728597873532,"stop":1728597873532,"duration":0}},{"uid":"b5723d53f6b3d47c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b5723d53f6b3d47c","status":"passed","time":{"start":1728597089271,"stop":1728597089272,"duration":1}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"835aaf68785cb98d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/835aaf68785cb98d","status":"passed","time":{"start":1729034565836,"stop":1729034565837,"duration":1}},{"uid":"354ecdcec7eb66a7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/354ecdcec7eb66a7","status":"passed","time":{"start":1729034325779,"stop":1729034325779,"duration":0}},{"uid":"7f120d8b6e76ca4f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7f120d8b6e76ca4f","status":"passed","time":{"start":1729034249514,"stop":1729034249515,"duration":1}},{"uid":"1d289f814c5f3faa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1d289f814c5f3faa","status":"passed","time":{"start":1729034066161,"stop":1729034066161,"duration":0}},{"uid":"27891a492818725b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/27891a492818725b","status":"passed","time":{"start":1728901782838,"stop":1728901782838,"duration":0}},{"uid":"b12faf0db5a66cd3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b12faf0db5a66cd3","status":"passed","time":{"start":1728893215989,"stop":1728893215989,"duration":0}},{"uid":"b50fad4a15f8f9ec","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b50fad4a15f8f9ec","status":"passed","time":{"start":1728856159201,"stop":1728856159202,"duration":1}},{"uid":"11231b13677a3d5e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11231b13677a3d5e","status":"passed","time":{"start":1728738371839,"stop":1728738371839,"duration":0}},{"uid":"da4fb9c6cb538345","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/da4fb9c6cb538345","status":"passed","time":{"start":1728682915887,"stop":1728682915888,"duration":1}},{"uid":"e7b2bb0e05f7c59c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e7b2bb0e05f7c59c","status":"passed","time":{"start":1728682496457,"stop":1728682496458,"duration":1}},{"uid":"7fba24707ba977e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7fba24707ba977e","status":"passed","time":{"start":1728676980227,"stop":1728676980228,"duration":1}},{"uid":"13dbd29547e9c4f1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/13dbd29547e9c4f1","status":"passed","time":{"start":1728598045387,"stop":1728598045387,"duration":0}},{"uid":"7f6e04aec6490d4d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7f6e04aec6490d4d","status":"passed","time":{"start":1728597260332,"stop":1728597260332,"duration":0}}]},"8697a2f340a0994fc8e2296e5a1d9038:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2302021be6c3af66","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2302021be6c3af66","status":"passed","time":{"start":1729034470391,"stop":1729034470394,"duration":3}},{"uid":"683c3f8fa28ffb4d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/683c3f8fa28ffb4d","status":"passed","time":{"start":1729034238413,"stop":1729034238413,"duration":0}},{"uid":"af849ecbb36dce0c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/af849ecbb36dce0c","status":"passed","time":{"start":1729034157654,"stop":1729034157654,"duration":0}},{"uid":"f676f8e4a965f9ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f676f8e4a965f9ca","status":"passed","time":{"start":1729033974456,"stop":1729033974459,"duration":3}},{"uid":"5a3b13f526f7de2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a3b13f526f7de2","status":"passed","time":{"start":1729032027768,"stop":1729032027773,"duration":5}},{"uid":"ddea1498b177c9ae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ddea1498b177c9ae","status":"passed","time":{"start":1728901614552,"stop":1728901614553,"duration":1}},{"uid":"c7bf414e125704f4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c7bf414e125704f4","status":"passed","time":{"start":1728893048597,"stop":1728893048597,"duration":0}},{"uid":"a770ef6156669f17","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a770ef6156669f17","status":"passed","time":{"start":1728856013562,"stop":1728856013562,"duration":0}},{"uid":"584e4056fcb3936f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/584e4056fcb3936f","status":"passed","time":{"start":1728738231633,"stop":1728738231633,"duration":0}},{"uid":"d0716e846879d94b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0716e846879d94b","status":"passed","time":{"start":1728682761075,"stop":1728682761075,"duration":0}},{"uid":"cf6cb4c8b657d833","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cf6cb4c8b657d833","status":"passed","time":{"start":1728682330637,"stop":1728682330637,"duration":0}},{"uid":"ecac75b9c348f37f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ecac75b9c348f37f","status":"passed","time":{"start":1728676808326,"stop":1728676808326,"duration":0}},{"uid":"cc2c7d1045a27c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc2c7d1045a27c5","status":"passed","time":{"start":1728669528229,"stop":1728669528229,"duration":0}},{"uid":"8dbe35b3492a8de0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8dbe35b3492a8de0","status":"passed","time":{"start":1728597872228,"stop":1728597872229,"duration":1}},{"uid":"77e376924c81eb50","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/77e376924c81eb50","status":"passed","time":{"start":1728597087690,"stop":1728597087690,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1ff56142e65706c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ff56142e65706c5","status":"passed","time":{"start":1729034341403,"stop":1729034341403,"duration":0}},{"uid":"cb8924bb913106ba","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb8924bb913106ba","status":"passed","time":{"start":1729034104911,"stop":1729034104912,"duration":1}},{"uid":"f31d248c5958bfa3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f31d248c5958bfa3","status":"passed","time":{"start":1729034028509,"stop":1729034028509,"duration":0}},{"uid":"97ef2ec77bfc8e36","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97ef2ec77bfc8e36","status":"passed","time":{"start":1729033843117,"stop":1729033843118,"duration":1}},{"uid":"564cd65c91e9c8ab","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/564cd65c91e9c8ab","status":"passed","time":{"start":1729031892676,"stop":1729031892677,"duration":1}},{"uid":"89e120d4496cb1c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/89e120d4496cb1c6","status":"passed","time":{"start":1728901438810,"stop":1728901438811,"duration":1}},{"uid":"70d871a7bf33e93a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/70d871a7bf33e93a","status":"passed","time":{"start":1728892868999,"stop":1728892869000,"duration":1}},{"uid":"8f3e4c25394fafa6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f3e4c25394fafa6","status":"passed","time":{"start":1728855831891,"stop":1728855831892,"duration":1}},{"uid":"e2f1ef11125d9636","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e2f1ef11125d9636","status":"passed","time":{"start":1728738049039,"stop":1728738049039,"duration":0}},{"uid":"f636918b7f5cd5df","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f636918b7f5cd5df","status":"passed","time":{"start":1728682582617,"stop":1728682582618,"duration":1}},{"uid":"eaaddcd7ce2c27f0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eaaddcd7ce2c27f0","status":"passed","time":{"start":1728682155407,"stop":1728682155411,"duration":4}},{"uid":"8e7ec0bee1a29f8a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8e7ec0bee1a29f8a","status":"passed","time":{"start":1728676629973,"stop":1728676629973,"duration":0}},{"uid":"bbac6eea2a45a1df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bbac6eea2a45a1df","status":"passed","time":{"start":1728669353100,"stop":1728669353101,"duration":1}},{"uid":"4ff554124a3212e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ff554124a3212e7","status":"passed","time":{"start":1728597693845,"stop":1728597693845,"duration":0}},{"uid":"36489149fb91e49b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/36489149fb91e49b","status":"passed","time":{"start":1728596913090,"stop":1728596913090,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bd8dba9117c564f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bd8dba9117c564f4","status":"passed","time":{"start":1729034626853,"stop":1729034626853,"duration":0}},{"uid":"6a269119d12c096","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6a269119d12c096","status":"passed","time":{"start":1729034398550,"stop":1729034398550,"duration":0}},{"uid":"f6e653f69c599f43","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f6e653f69c599f43","status":"passed","time":{"start":1729034314815,"stop":1729034314815,"duration":0}},{"uid":"cc00ac350d048be1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc00ac350d048be1","status":"passed","time":{"start":1729034137165,"stop":1729034137165,"duration":0}},{"uid":"1fc156cbd2e5c85f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1fc156cbd2e5c85f","status":"passed","time":{"start":1729032187247,"stop":1729032187248,"duration":1}},{"uid":"ee4ac9ddd5b2566f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ee4ac9ddd5b2566f","status":"passed","time":{"start":1728901888430,"stop":1728901888437,"duration":7}},{"uid":"4358f2e1e2cbb059","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4358f2e1e2cbb059","status":"passed","time":{"start":1728893323794,"stop":1728893323795,"duration":1}},{"uid":"f51262a44350211e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f51262a44350211e","status":"passed","time":{"start":1728856285928,"stop":1728856285928,"duration":0}},{"uid":"7247e5923b50b22c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7247e5923b50b22c","status":"passed","time":{"start":1728738498276,"stop":1728738498276,"duration":0}},{"uid":"5bb4729f3d337b8b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5bb4729f3d337b8b","status":"passed","time":{"start":1728683041392,"stop":1728683041393,"duration":1}},{"uid":"daf304fabf176a82","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/daf304fabf176a82","status":"passed","time":{"start":1728682596020,"stop":1728682596021,"duration":1}},{"uid":"264311d2880745af","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/264311d2880745af","status":"passed","time":{"start":1728677091268,"stop":1728677091268,"duration":0}},{"uid":"d8250a9ed96c61fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8250a9ed96c61fb","status":"passed","time":{"start":1728669766427,"stop":1728669766427,"duration":0}},{"uid":"1a4bbab6bebbc65e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a4bbab6bebbc65e","status":"passed","time":{"start":1728598152075,"stop":1728598152076,"duration":1}},{"uid":"39d4acc287442f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/39d4acc287442f8","status":"passed","time":{"start":1728597364121,"stop":1728597364122,"duration":1}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6dc0616910d8b10d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6dc0616910d8b10d","status":"passed","time":{"start":1729034432452,"stop":1729034432452,"duration":0}},{"uid":"29d00c0233822f6f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/29d00c0233822f6f","status":"passed","time":{"start":1729034119308,"stop":1729034119308,"duration":0}},{"uid":"e0fb7aba5831a846","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e0fb7aba5831a846","status":"passed","time":{"start":1729033933482,"stop":1729033933482,"duration":0}},{"uid":"30423695e50cd873","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30423695e50cd873","status":"passed","time":{"start":1729031982935,"stop":1729031982936,"duration":1}},{"uid":"213d08781b8c9cb7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/213d08781b8c9cb7","status":"passed","time":{"start":1728901527862,"stop":1728901527863,"duration":1}},{"uid":"1464b44fffed5efd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1464b44fffed5efd","status":"passed","time":{"start":1728892960142,"stop":1728892960142,"duration":0}},{"uid":"9162fe4c4f932b19","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9162fe4c4f932b19","status":"passed","time":{"start":1728855921716,"stop":1728855921717,"duration":1}},{"uid":"816fd22aed96af91","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/816fd22aed96af91","status":"passed","time":{"start":1728738138435,"stop":1728738138435,"duration":0}},{"uid":"8f551e99f92f9997","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8f551e99f92f9997","status":"passed","time":{"start":1728682672255,"stop":1728682672255,"duration":0}},{"uid":"37c6455d0101e2e5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/37c6455d0101e2e5","status":"passed","time":{"start":1728682245077,"stop":1728682245077,"duration":0}},{"uid":"bdc5097aed2dca7c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bdc5097aed2dca7c","status":"passed","time":{"start":1728676721302,"stop":1728676721302,"duration":0}},{"uid":"91db9da2a6daf2fc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/91db9da2a6daf2fc","status":"passed","time":{"start":1728669444566,"stop":1728669444567,"duration":1}},{"uid":"866b42d3d7afeecd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/866b42d3d7afeecd","status":"passed","time":{"start":1728597784078,"stop":1728597784079,"duration":1}},{"uid":"d5ffe9ee4859f528","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d5ffe9ee4859f528","status":"passed","time":{"start":1728597001552,"stop":1728597001553,"duration":1}}]},"af42ba71f589a682f5ff492c7e257287:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f2573ea68f137dd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f2573ea68f137dd","status":"passed","time":{"start":1728901958855,"stop":1728901958856,"duration":1}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d594a1d08849d2f8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d594a1d08849d2f8","status":"passed","time":{"start":1729034506798,"stop":1729034506802,"duration":4}},{"uid":"e0da8d46b96b1ac9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e0da8d46b96b1ac9","status":"passed","time":{"start":1729034259821,"stop":1729034259825,"duration":4}},{"uid":"142ba788494931b4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/142ba788494931b4","status":"passed","time":{"start":1729034194027,"stop":1729034194030,"duration":3}},{"uid":"158c38ddb12f1d9d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/158c38ddb12f1d9d","status":"passed","time":{"start":1729034014878,"stop":1729034014878,"duration":0}},{"uid":"74a973b96f888dd4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/74a973b96f888dd4","status":"passed","time":{"start":1729032065458,"stop":1729032065458,"duration":0}},{"uid":"ac282bad8b41f48b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac282bad8b41f48b","status":"passed","time":{"start":1728901664271,"stop":1728901664282,"duration":11}},{"uid":"6969ebdb3db8ec65","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6969ebdb3db8ec65","status":"passed","time":{"start":1728893093693,"stop":1728893093693,"duration":0}},{"uid":"a83f6edd2138ff42","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a83f6edd2138ff42","status":"passed","time":{"start":1728856055274,"stop":1728856055274,"duration":0}},{"uid":"4efc76f4d079ce53","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4efc76f4d079ce53","status":"passed","time":{"start":1728738274746,"stop":1728738274746,"duration":0}},{"uid":"4e2eea67d8f6b4d5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4e2eea67d8f6b4d5","status":"passed","time":{"start":1728682807961,"stop":1728682807961,"duration":0}},{"uid":"b3a8bd50001e1cb9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3a8bd50001e1cb9","status":"passed","time":{"start":1728682381288,"stop":1728682381288,"duration":0}},{"uid":"816013bdc70a2fdd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/816013bdc70a2fdd","status":"passed","time":{"start":1728676853902,"stop":1728676853902,"duration":0}},{"uid":"2281bbe13d02798e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2281bbe13d02798e","status":"passed","time":{"start":1728669581699,"stop":1728669581699,"duration":0}},{"uid":"40768247658d369d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/40768247658d369d","status":"passed","time":{"start":1728597923492,"stop":1728597923492,"duration":0}},{"uid":"28b5344f6bdb90e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/28b5344f6bdb90e8","status":"passed","time":{"start":1728597132265,"stop":1728597132266,"duration":1}}]},"5166e074a2b25e0d3b374a1a3ecf0321:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4093f5ae7af6df4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4093f5ae7af6df4f","status":"passed","time":{"start":1728683110366,"stop":1728683110367,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2bdbd29f6ec1c706","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2bdbd29f6ec1c706","status":"passed","time":{"start":1729034640509,"stop":1729034640511,"duration":2}},{"uid":"c5eaf7f03e624df1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c5eaf7f03e624df1","status":"passed","time":{"start":1729034411418,"stop":1729034411418,"duration":0}},{"uid":"268fa8405d9843ea","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/268fa8405d9843ea","status":"passed","time":{"start":1729034327389,"stop":1729034327390,"duration":1}},{"uid":"2a3c6a340f5e1245","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2a3c6a340f5e1245","status":"passed","time":{"start":1729034147761,"stop":1729034147766,"duration":5}},{"uid":"d7575492f4468763","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d7575492f4468763","status":"passed","time":{"start":1729032204822,"stop":1729032204823,"duration":1}},{"uid":"e1a5a4577e5d763f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e1a5a4577e5d763f","status":"passed","time":{"start":1728901907651,"stop":1728901907651,"duration":0}},{"uid":"dd9c20080088a109","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dd9c20080088a109","status":"passed","time":{"start":1728893341885,"stop":1728893341885,"duration":0}},{"uid":"cde99b59361d1008","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cde99b59361d1008","status":"passed","time":{"start":1728856299350,"stop":1728856299351,"duration":1}},{"uid":"6ef69b72f53c4a23","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6ef69b72f53c4a23","status":"passed","time":{"start":1728738511611,"stop":1728738511611,"duration":0}},{"uid":"614135da3f13c27b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/614135da3f13c27b","status":"passed","time":{"start":1728683052906,"stop":1728683052907,"duration":1}},{"uid":"3ef73e517204c1f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3ef73e517204c1f","status":"passed","time":{"start":1728682612906,"stop":1728682612906,"duration":0}},{"uid":"9a31e1508ff22a56","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a31e1508ff22a56","status":"passed","time":{"start":1728677115740,"stop":1728677115740,"duration":0}},{"uid":"6a84f9ff31217e9c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6a84f9ff31217e9c","status":"passed","time":{"start":1728669778169,"stop":1728669778170,"duration":1}},{"uid":"6b460684f7379dff","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b460684f7379dff","status":"passed","time":{"start":1728598175427,"stop":1728598175427,"duration":0}},{"uid":"42f9445596f54d74","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42f9445596f54d74","status":"passed","time":{"start":1728597380056,"stop":1728597380057,"duration":1}}]},"9c02312701f52b77b10a4720b5511553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25aabff7ceb9c06d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/25aabff7ceb9c06d","status":"passed","time":{"start":1729034194018,"stop":1729034194018,"duration":0}}]},"a994d450a82127230549fc5bddc67bd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"63084c03b2e16ec8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/63084c03b2e16ec8","status":"passed","time":{"start":1729034332636,"stop":1729034332637,"duration":1}},{"uid":"70f5edd74f6bed0f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/70f5edd74f6bed0f","status":"passed","time":{"start":1729034096136,"stop":1729034096137,"duration":1}},{"uid":"f09944127b699cc6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f09944127b699cc6","status":"passed","time":{"start":1729034020093,"stop":1729034020093,"duration":0}},{"uid":"bcbdaecdf430c001","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bcbdaecdf430c001","status":"passed","time":{"start":1729033834389,"stop":1729033834390,"duration":1}},{"uid":"c1139d6714c87385","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c1139d6714c87385","status":"passed","time":{"start":1729031884123,"stop":1729031884123,"duration":0}},{"uid":"a13f72c94260bad6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a13f72c94260bad6","status":"passed","time":{"start":1728901430257,"stop":1728901430257,"duration":0}},{"uid":"3ab6f3c364b67d2f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ab6f3c364b67d2f","status":"passed","time":{"start":1728892860535,"stop":1728892860535,"duration":0}},{"uid":"bbc617546d6d5dbe","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bbc617546d6d5dbe","status":"passed","time":{"start":1728855823325,"stop":1728855823325,"duration":0}},{"uid":"2f5b7caa761b98fb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f5b7caa761b98fb","status":"passed","time":{"start":1728738040606,"stop":1728738040606,"duration":0}},{"uid":"5e035f1f62ae6581","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e035f1f62ae6581","status":"passed","time":{"start":1728682574096,"stop":1728682574096,"duration":0}},{"uid":"769f9121899c7a12","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/769f9121899c7a12","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"a2546fe55b3fa079","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a2546fe55b3fa079","status":"passed","time":{"start":1728676621435,"stop":1728676621435,"duration":0}},{"uid":"6e9e91a5c1b31396","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e9e91a5c1b31396","status":"passed","time":{"start":1728669344470,"stop":1728669344471,"duration":1}},{"uid":"d99986306764f441","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d99986306764f441","status":"passed","time":{"start":1728597685164,"stop":1728597685165,"duration":1}},{"uid":"3360c04541d82de","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3360c04541d82de","status":"passed","time":{"start":1728596904472,"stop":1728596904472,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6583fde5ef3d70f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6583fde5ef3d70f","status":"passed","time":{"start":1729034368073,"stop":1729034368073,"duration":0}},{"uid":"f76f5bb0ef9a94a7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f76f5bb0ef9a94a7","status":"passed","time":{"start":1729034132180,"stop":1729034132180,"duration":0}},{"uid":"7c626d6cc8d0f1e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7c626d6cc8d0f1e8","status":"passed","time":{"start":1729034055085,"stop":1729034055085,"duration":0}},{"uid":"5df0a4d5c483da99","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5df0a4d5c483da99","status":"passed","time":{"start":1729033869945,"stop":1729033869946,"duration":1}},{"uid":"81a6e796fc0313ac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/81a6e796fc0313ac","status":"passed","time":{"start":1729031919799,"stop":1729031919800,"duration":1}},{"uid":"ab2193b6f8784005","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ab2193b6f8784005","status":"passed","time":{"start":1728901465375,"stop":1728901465375,"duration":0}},{"uid":"a315b43b35d9c1cb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a315b43b35d9c1cb","status":"passed","time":{"start":1728892895975,"stop":1728892895976,"duration":1}},{"uid":"7beb531db198f1d5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7beb531db198f1d5","status":"passed","time":{"start":1728855858320,"stop":1728855858320,"duration":0}},{"uid":"19ad92721076d0a3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/19ad92721076d0a3","status":"passed","time":{"start":1728738075954,"stop":1728738075955,"duration":1}},{"uid":"e00efdb626d2e31a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e00efdb626d2e31a","status":"passed","time":{"start":1728682609269,"stop":1728682609269,"duration":0}},{"uid":"68377ce12b2e948b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/68377ce12b2e948b","status":"passed","time":{"start":1728682182161,"stop":1728682182161,"duration":0}},{"uid":"340d89687541424","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/340d89687541424","status":"passed","time":{"start":1728676656595,"stop":1728676656595,"duration":0}},{"uid":"9a7e5737dfa2a500","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9a7e5737dfa2a500","status":"passed","time":{"start":1728669379925,"stop":1728669379925,"duration":0}},{"uid":"afcf772b5122a024","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/afcf772b5122a024","status":"passed","time":{"start":1728597720386,"stop":1728597720386,"duration":0}},{"uid":"eee9d01577bec4c2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eee9d01577bec4c2","status":"passed","time":{"start":1728596939485,"stop":1728596939486,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"89b64c2f3cf4b551","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/89b64c2f3cf4b551","status":"passed","time":{"start":1729034617767,"stop":1729034617767,"duration":0}},{"uid":"e63515798249bee4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e63515798249bee4","status":"passed","time":{"start":1729034370904,"stop":1729034370904,"duration":0}},{"uid":"63065a24262428cd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/63065a24262428cd","status":"passed","time":{"start":1729034308898,"stop":1729034308899,"duration":1}},{"uid":"95b9b56c95ecfe26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95b9b56c95ecfe26","status":"passed","time":{"start":1729034129480,"stop":1729034129480,"duration":0}},{"uid":"1753c0635f90c75c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1753c0635f90c75c","status":"passed","time":{"start":1729032178377,"stop":1729032178377,"duration":0}},{"uid":"aea31b5f8e8503fc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aea31b5f8e8503fc","status":"passed","time":{"start":1728901896354,"stop":1728901896354,"duration":0}},{"uid":"42e3b2e09a729da2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/42e3b2e09a729da2","status":"passed","time":{"start":1728893329035,"stop":1728893329035,"duration":0}},{"uid":"fc86a26aea55ef3b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fc86a26aea55ef3b","status":"passed","time":{"start":1728856284771,"stop":1728856284771,"duration":0}},{"uid":"15b323aad2b91c0d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15b323aad2b91c0d","status":"passed","time":{"start":1728738494948,"stop":1728738494948,"duration":0}},{"uid":"28fdd2513fc2d262","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28fdd2513fc2d262","status":"passed","time":{"start":1728683033638,"stop":1728683033638,"duration":0}},{"uid":"70ca961bb2fabd75","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70ca961bb2fabd75","status":"passed","time":{"start":1728682601745,"stop":1728682601746,"duration":1}},{"uid":"4141a51c9e0289e9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4141a51c9e0289e9","status":"passed","time":{"start":1728677107984,"stop":1728677107985,"duration":1}},{"uid":"f86d80a86b3aa6a0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f86d80a86b3aa6a0","status":"passed","time":{"start":1728669764758,"stop":1728669764759,"duration":1}},{"uid":"2b161283eb68d37","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2b161283eb68d37","status":"passed","time":{"start":1728598157577,"stop":1728598157577,"duration":0}},{"uid":"b2054ebde71da0fe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b2054ebde71da0fe","status":"passed","time":{"start":1728597369086,"stop":1728597369086,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"948187d0b4f709c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/948187d0b4f709c","status":"passed","time":{"start":1729034611652,"stop":1729034611653,"duration":1}},{"uid":"640bf30890ce0557","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/640bf30890ce0557","status":"passed","time":{"start":1729034393627,"stop":1729034393627,"duration":0}},{"uid":"1fd4ae9074f0aba9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1fd4ae9074f0aba9","status":"passed","time":{"start":1729034304810,"stop":1729034304812,"duration":2}},{"uid":"e32dabcc7b1bad92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e32dabcc7b1bad92","status":"passed","time":{"start":1729034121890,"stop":1729034121891,"duration":1}},{"uid":"b000b86e83bc6242","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b000b86e83bc6242","status":"passed","time":{"start":1729032174797,"stop":1729032174798,"duration":1}},{"uid":"a9af2f352c5d809f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a9af2f352c5d809f","status":"passed","time":{"start":1728901881003,"stop":1728901881004,"duration":1}},{"uid":"c0a2fa1950ebf8a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0a2fa1950ebf8a","status":"passed","time":{"start":1728893317140,"stop":1728893317141,"duration":1}},{"uid":"acb0ebdd8ee588fb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acb0ebdd8ee588fb","status":"passed","time":{"start":1728856263065,"stop":1728856263065,"duration":0}},{"uid":"eb46740d3e7f7586","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eb46740d3e7f7586","status":"passed","time":{"start":1728738492786,"stop":1728738492787,"duration":1}},{"uid":"c656ca9f8f930ad1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c656ca9f8f930ad1","status":"passed","time":{"start":1728683030008,"stop":1728683030008,"duration":0}},{"uid":"4d3c3e12226a4dc7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4d3c3e12226a4dc7","status":"passed","time":{"start":1728682581081,"stop":1728682581082,"duration":1}},{"uid":"8b3fe626461ff633","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8b3fe626461ff633","status":"passed","time":{"start":1728677081984,"stop":1728677081984,"duration":0}},{"uid":"4ca012b38803b7ea","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4ca012b38803b7ea","status":"passed","time":{"start":1728669795385,"stop":1728669795385,"duration":0}},{"uid":"c8812b2128209b4c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c8812b2128209b4c","status":"passed","time":{"start":1728598137494,"stop":1728598137495,"duration":1}},{"uid":"f787b0456ed00c2f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f787b0456ed00c2f","status":"passed","time":{"start":1728597353472,"stop":1728597353472,"duration":0}}]},"61a9255ba60a6a85eba661476798a029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b1795b52ea66741","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b1795b52ea66741","status":"passed","time":{"start":1728893317181,"stop":1728893317181,"duration":0}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"66bc4e892128ac51","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/66bc4e892128ac51","status":"passed","time":{"start":1729034341400,"stop":1729034341400,"duration":0}},{"uid":"101d327a9ebaec80","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/101d327a9ebaec80","status":"passed","time":{"start":1729034104908,"stop":1729034104908,"duration":0}},{"uid":"ccf7316997915175","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ccf7316997915175","status":"passed","time":{"start":1729034028505,"stop":1729034028506,"duration":1}},{"uid":"dcf06c79df223e43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcf06c79df223e43","status":"passed","time":{"start":1729033843114,"stop":1729033843114,"duration":0}},{"uid":"467aea90f61dff16","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/467aea90f61dff16","status":"passed","time":{"start":1729031892673,"stop":1729031892673,"duration":0}},{"uid":"53051db83a35bc6f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53051db83a35bc6f","status":"passed","time":{"start":1728901438804,"stop":1728901438804,"duration":0}},{"uid":"ed18cee0a8447d5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ed18cee0a8447d5a","status":"passed","time":{"start":1728892868996,"stop":1728892868996,"duration":0}},{"uid":"593389cb4df15169","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/593389cb4df15169","status":"passed","time":{"start":1728855831888,"stop":1728855831889,"duration":1}},{"uid":"6a03fd36c5689e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6a03fd36c5689e0","status":"passed","time":{"start":1728738049036,"stop":1728738049036,"duration":0}},{"uid":"b8503a3859851407","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b8503a3859851407","status":"passed","time":{"start":1728682582614,"stop":1728682582614,"duration":0}},{"uid":"a6ec97498fd15603","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a6ec97498fd15603","status":"passed","time":{"start":1728682155404,"stop":1728682155404,"duration":0}},{"uid":"602c76a153acfcee","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/602c76a153acfcee","status":"passed","time":{"start":1728676629969,"stop":1728676629969,"duration":0}},{"uid":"f01b90d4674df555","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f01b90d4674df555","status":"passed","time":{"start":1728669353097,"stop":1728669353097,"duration":0}},{"uid":"a240c67a757bd35f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a240c67a757bd35f","status":"passed","time":{"start":1728597693842,"stop":1728597693842,"duration":0}},{"uid":"af864e616c427bc6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/af864e616c427bc6","status":"passed","time":{"start":1728596913086,"stop":1728596913086,"duration":0}}]},"77544484a32425d1becf3f61e87c5893:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc4ce7ecb8ed80aa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dc4ce7ecb8ed80aa","status":"passed","time":{"start":1728597423327,"stop":1728597423327,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"36b1cd4d89e7a09a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/36b1cd4d89e7a09a","status":"passed","time":{"start":1729034704506,"stop":1729034704507,"duration":1}},{"uid":"33c8e0c77a8dcdfc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/33c8e0c77a8dcdfc","status":"passed","time":{"start":1729034475005,"stop":1729034475008,"duration":3}},{"uid":"8270b84ff6704930","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8270b84ff6704930","status":"passed","time":{"start":1729034395301,"stop":1729034395301,"duration":0}},{"uid":"9e44a6d04542cf0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9e44a6d04542cf0d","status":"passed","time":{"start":1729034209114,"stop":1729034209115,"duration":1}},{"uid":"67052fe6cf603635","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/67052fe6cf603635","status":"passed","time":{"start":1729032264593,"stop":1729032264595,"duration":2}},{"uid":"23ce136ad0dfeee9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/23ce136ad0dfeee9","status":"passed","time":{"start":1728902012873,"stop":1728902012874,"duration":1}},{"uid":"3d2614e33e7fce33","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d2614e33e7fce33","status":"passed","time":{"start":1728893454824,"stop":1728893454824,"duration":0}},{"uid":"e4f9fc5327b08ed0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e4f9fc5327b08ed0","status":"passed","time":{"start":1728856408467,"stop":1728856408467,"duration":0}},{"uid":"dfa46c568113e6e2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dfa46c568113e6e2","status":"passed","time":{"start":1728738633873,"stop":1728738633873,"duration":0}},{"uid":"ccbdeb2c0a07a1db","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ccbdeb2c0a07a1db","status":"passed","time":{"start":1728683159819,"stop":1728683159819,"duration":0}},{"uid":"b9b784648d481482","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b9b784648d481482","status":"passed","time":{"start":1728682751345,"stop":1728682751345,"duration":0}},{"uid":"11431eaa23645abd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11431eaa23645abd","status":"passed","time":{"start":1728677216376,"stop":1728677216377,"duration":1}},{"uid":"a0d6871858fbcff4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a0d6871858fbcff4","status":"passed","time":{"start":1728669925465,"stop":1728669925466,"duration":1}},{"uid":"15e289d7111e4d53","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/15e289d7111e4d53","status":"passed","time":{"start":1728598268819,"stop":1728598268820,"duration":1}},{"uid":"3eb4836932e3a2e6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3eb4836932e3a2e6","status":"passed","time":{"start":1728597503949,"stop":1728597503950,"duration":1}}]},"e2aca4345633b38fb5bb22d6e5f4dceb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ab9b7451e818a9c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7ab9b7451e818a9c","status":"passed","time":{"start":1729034357705,"stop":1729034357706,"duration":1}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"489f8b4479bd8b16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/489f8b4479bd8b16","status":"passed","time":{"start":1729034713701,"stop":1729034713701,"duration":0}},{"uid":"773b0f166aec84d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/773b0f166aec84d4","status":"passed","time":{"start":1729034487484,"stop":1729034487485,"duration":1}},{"uid":"ce3a238e12193506","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ce3a238e12193506","status":"passed","time":{"start":1729034446110,"stop":1729034446110,"duration":0}},{"uid":"6c1f31d8181870f6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6c1f31d8181870f6","status":"passed","time":{"start":1729032275828,"stop":1729032275829,"duration":1}},{"uid":"f02416b74aa00852","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f02416b74aa00852","status":"passed","time":{"start":1728902036741,"stop":1728902036741,"duration":0}},{"uid":"22c94c48b342e9a4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/22c94c48b342e9a4","status":"passed","time":{"start":1728893472414,"stop":1728893472414,"duration":0}},{"uid":"b2b1209d8b666001","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2b1209d8b666001","status":"passed","time":{"start":1728856423201,"stop":1728856423202,"duration":1}},{"uid":"ceae7c0577c12ea0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ceae7c0577c12ea0","status":"passed","time":{"start":1728738648730,"stop":1728738648730,"duration":0}},{"uid":"c5a11c195b827f12","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c5a11c195b827f12","status":"passed","time":{"start":1728683179656,"stop":1728683179656,"duration":0}},{"uid":"35f63cfe2c5dcb51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/35f63cfe2c5dcb51","status":"passed","time":{"start":1728682757952,"stop":1728682757952,"duration":0}},{"uid":"4f6e95d8a3de7d49","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f6e95d8a3de7d49","status":"passed","time":{"start":1728677238451,"stop":1728677238452,"duration":1}},{"uid":"7022cfc5fc4f361f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7022cfc5fc4f361f","status":"passed","time":{"start":1728669928221,"stop":1728669928221,"duration":0}},{"uid":"4dd31d9ed013905c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4dd31d9ed013905c","status":"passed","time":{"start":1728598319590,"stop":1728598319590,"duration":0}},{"uid":"c42ea0018f8eb2b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c42ea0018f8eb2b","status":"passed","time":{"start":1728597520647,"stop":1728597520648,"duration":1}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"31cd671ee10aeef1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/31cd671ee10aeef1","status":"passed","time":{"start":1729034360437,"stop":1729034360438,"duration":1}},{"uid":"822bcc13b918f9fc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/822bcc13b918f9fc","status":"passed","time":{"start":1729034124364,"stop":1729034124364,"duration":0}},{"uid":"3432f0ac2f7ac99d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3432f0ac2f7ac99d","status":"passed","time":{"start":1729034047486,"stop":1729034047486,"duration":0}},{"uid":"cad5d9ff81c373e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cad5d9ff81c373e2","status":"passed","time":{"start":1729033862330,"stop":1729033862330,"duration":0}},{"uid":"7e4e3cf59186ac27","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e4e3cf59186ac27","status":"passed","time":{"start":1729031912071,"stop":1729031912071,"duration":0}},{"uid":"6f7043d57f5134b6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f7043d57f5134b6","status":"passed","time":{"start":1728901457818,"stop":1728901457819,"duration":1}},{"uid":"a62b5ee579c46f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a62b5ee579c46f3","status":"passed","time":{"start":1728892888302,"stop":1728892888302,"duration":0}},{"uid":"64d0f1c6f22b0ee4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64d0f1c6f22b0ee4","status":"passed","time":{"start":1728855850789,"stop":1728855850789,"duration":0}},{"uid":"38a4b3385b3476d2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38a4b3385b3476d2","status":"passed","time":{"start":1728738068165,"stop":1728738068165,"duration":0}},{"uid":"e19b402ca15b1806","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e19b402ca15b1806","status":"passed","time":{"start":1728682601674,"stop":1728682601674,"duration":0}},{"uid":"d80416307d2ac560","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d80416307d2ac560","status":"passed","time":{"start":1728682174567,"stop":1728682174567,"duration":0}},{"uid":"8ed489459b9514bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8ed489459b9514bf","status":"passed","time":{"start":1728676648932,"stop":1728676648933,"duration":1}},{"uid":"e203d5da98ce00ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e203d5da98ce00ab","status":"passed","time":{"start":1728669372212,"stop":1728669372212,"duration":0}},{"uid":"a9addd475405e732","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a9addd475405e732","status":"passed","time":{"start":1728597712762,"stop":1728597712762,"duration":0}},{"uid":"191e33726cd85edd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/191e33726cd85edd","status":"passed","time":{"start":1728596931868,"stop":1728596931868,"duration":0}}]},"9b39757fb3a6786e4260e0d9817247e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9886c152143c086a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9886c152143c086a","status":"passed","time":{"start":1728677107988,"stop":1728677107989,"duration":1}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"eb600e826e05342","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eb600e826e05342","status":"passed","time":{"start":1729034630106,"stop":1729034630106,"duration":0}},{"uid":"ce2a60beca3a661d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ce2a60beca3a661d","status":"passed","time":{"start":1729034390824,"stop":1729034390824,"duration":0}},{"uid":"d0550f889dc32d27","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d0550f889dc32d27","status":"passed","time":{"start":1729034323928,"stop":1729034323929,"duration":1}},{"uid":"1ad21a24c3632845","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ad21a24c3632845","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0}},{"uid":"bced94cfcfe3dccd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bced94cfcfe3dccd","status":"passed","time":{"start":1729032192393,"stop":1729032192394,"duration":1}},{"uid":"38e09c3595337ccf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38e09c3595337ccf","status":"passed","time":{"start":1728901896709,"stop":1728901896710,"duration":1}},{"uid":"6742f0f3d8991e08","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6742f0f3d8991e08","status":"passed","time":{"start":1728893334448,"stop":1728893334448,"duration":0}},{"uid":"558a8309b4d3c3e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/558a8309b4d3c3e","status":"passed","time":{"start":1728856285995,"stop":1728856285997,"duration":2}},{"uid":"77aa739f7ccb371a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/77aa739f7ccb371a","status":"passed","time":{"start":1728738508179,"stop":1728738508180,"duration":1}},{"uid":"cd2ccfea8c14208c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cd2ccfea8c14208c","status":"passed","time":{"start":1728683055336,"stop":1728683055336,"duration":0}},{"uid":"aa879a78f8fbac35","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa879a78f8fbac35","status":"passed","time":{"start":1728682604664,"stop":1728682604665,"duration":1}},{"uid":"7cafe5456c182178","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7cafe5456c182178","status":"passed","time":{"start":1728677105013,"stop":1728677105013,"duration":0}},{"uid":"98077c02ab9b2430","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98077c02ab9b2430","status":"passed","time":{"start":1728669780768,"stop":1728669780768,"duration":0}},{"uid":"143ba9ccbc3c2e73","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/143ba9ccbc3c2e73","status":"passed","time":{"start":1728598159632,"stop":1728598159632,"duration":0}},{"uid":"dadb45e5ac604fe8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dadb45e5ac604fe8","status":"passed","time":{"start":1728597371102,"stop":1728597371103,"duration":1}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"56e7a4b6bc960104","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/56e7a4b6bc960104","status":"passed","time":{"start":1729034435420,"stop":1729034435421,"duration":1}},{"uid":"edec6d6fcb461575","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/edec6d6fcb461575","status":"passed","time":{"start":1729034202108,"stop":1729034202109,"duration":1}},{"uid":"b49ee770b1a54945","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b49ee770b1a54945","status":"passed","time":{"start":1729034126139,"stop":1729034126142,"duration":3}},{"uid":"e43d38544ed987d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e43d38544ed987d0","status":"passed","time":{"start":1729033939927,"stop":1729033939927,"duration":0}},{"uid":"ab128f1e875b7a24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ab128f1e875b7a24","status":"passed","time":{"start":1729031988776,"stop":1729031988777,"duration":1}},{"uid":"9cf35c5c743da028","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9cf35c5c743da028","status":"passed","time":{"start":1728901555773,"stop":1728901555774,"duration":1}},{"uid":"d6ec077a9b35bf5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6ec077a9b35bf5a","status":"passed","time":{"start":1728892995573,"stop":1728892995573,"duration":0}},{"uid":"2ae9a0976f8f3ec1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ae9a0976f8f3ec1","status":"passed","time":{"start":1728855954644,"stop":1728855954644,"duration":0}},{"uid":"e3304047beed47f7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e3304047beed47f7","status":"passed","time":{"start":1728738169523,"stop":1728738169523,"duration":0}},{"uid":"8fa85057285b1c3a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8fa85057285b1c3a","status":"passed","time":{"start":1728682707229,"stop":1728682707230,"duration":1}},{"uid":"a022ce37132e527c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a022ce37132e527c","status":"passed","time":{"start":1728682285126,"stop":1728682285127,"duration":1}},{"uid":"ca6600f539cb21eb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca6600f539cb21eb","status":"passed","time":{"start":1728676761155,"stop":1728676761156,"duration":1}},{"uid":"49fbe29499a3a16b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/49fbe29499a3a16b","status":"passed","time":{"start":1728669488937,"stop":1728669488938,"duration":1}},{"uid":"3ac72578e209c3c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ac72578e209c3c1","status":"passed","time":{"start":1728597819575,"stop":1728597819579,"duration":4}},{"uid":"55de8c67bc9b7b7f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/55de8c67bc9b7b7f","status":"passed","time":{"start":1728597041919,"stop":1728597041920,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"24bb30cc8349b3ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/24bb30cc8349b3ac","status":"passed","time":{"start":1729034611661,"stop":1729034611662,"duration":1}},{"uid":"6c11f4c16bb23243","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6c11f4c16bb23243","status":"passed","time":{"start":1729034393639,"stop":1729034393639,"duration":0}},{"uid":"c6b7ea01a0c4b9cd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c6b7ea01a0c4b9cd","status":"passed","time":{"start":1729034304834,"stop":1729034304835,"duration":1}},{"uid":"10f34c4a3309713a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10f34c4a3309713a","status":"passed","time":{"start":1729034121900,"stop":1729034121901,"duration":1}},{"uid":"bad249605a90d08d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bad249605a90d08d","status":"passed","time":{"start":1729032174809,"stop":1729032174810,"duration":1}},{"uid":"45ec468eebf65423","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/45ec468eebf65423","status":"passed","time":{"start":1728901881009,"stop":1728901881009,"duration":0}},{"uid":"9f774057bc48ba1c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9f774057bc48ba1c","status":"passed","time":{"start":1728893317155,"stop":1728893317156,"duration":1}},{"uid":"b05c56d09dded92a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b05c56d09dded92a","status":"passed","time":{"start":1728856263079,"stop":1728856263079,"duration":0}},{"uid":"c311a6ee03658fdf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c311a6ee03658fdf","status":"passed","time":{"start":1728738492795,"stop":1728738492795,"duration":0}},{"uid":"e20471b523b6d42d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e20471b523b6d42d","status":"passed","time":{"start":1728683030018,"stop":1728683030018,"duration":0}},{"uid":"ea4049c3b987a9c6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea4049c3b987a9c6","status":"passed","time":{"start":1728682581098,"stop":1728682581098,"duration":0}},{"uid":"66687b3b4d9f7e5b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/66687b3b4d9f7e5b","status":"passed","time":{"start":1728677081991,"stop":1728677081991,"duration":0}},{"uid":"e73e1f30e996c122","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e73e1f30e996c122","status":"passed","time":{"start":1728669795392,"stop":1728669795392,"duration":0}},{"uid":"e12a7582218c8402","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e12a7582218c8402","status":"passed","time":{"start":1728598137500,"stop":1728598137501,"duration":1}},{"uid":"fedba8d0bf420c51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fedba8d0bf420c51","status":"passed","time":{"start":1728597353477,"stop":1728597353477,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"48a5d67397949fdb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/48a5d67397949fdb","status":"passed","time":{"start":1729034617766,"stop":1729034617766,"duration":0}},{"uid":"1cf4f674c0a59435","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1cf4f674c0a59435","status":"passed","time":{"start":1729034370903,"stop":1729034370904,"duration":1}},{"uid":"886dccb893e26341","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/886dccb893e26341","status":"passed","time":{"start":1729034308890,"stop":1729034308890,"duration":0}},{"uid":"a197a0a450629037","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a197a0a450629037","status":"passed","time":{"start":1729034129479,"stop":1729034129479,"duration":0}},{"uid":"cac0221106196979","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cac0221106196979","status":"passed","time":{"start":1729032178376,"stop":1729032178376,"duration":0}},{"uid":"ea4b297dfd882a0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea4b297dfd882a0e","status":"passed","time":{"start":1728901896353,"stop":1728901896353,"duration":0}},{"uid":"344d654b3cfbc78f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/344d654b3cfbc78f","status":"passed","time":{"start":1728893329034,"stop":1728893329034,"duration":0}},{"uid":"82a0029a6d903b81","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/82a0029a6d903b81","status":"passed","time":{"start":1728856284770,"stop":1728856284770,"duration":0}},{"uid":"c45bc308d90f9b22","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c45bc308d90f9b22","status":"passed","time":{"start":1728738494947,"stop":1728738494947,"duration":0}},{"uid":"acaa91b7cf532a60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/acaa91b7cf532a60","status":"passed","time":{"start":1728683033637,"stop":1728683033637,"duration":0}},{"uid":"bca0d0eef556c74c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bca0d0eef556c74c","status":"passed","time":{"start":1728682601745,"stop":1728682601745,"duration":0}},{"uid":"1aefd7a56f1598a2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1aefd7a56f1598a2","status":"passed","time":{"start":1728677107984,"stop":1728677107984,"duration":0}},{"uid":"daef2af20aa9b4dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/daef2af20aa9b4dc","status":"passed","time":{"start":1728669764757,"stop":1728669764757,"duration":0}},{"uid":"8ec6e88fbb4816eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ec6e88fbb4816eb","status":"passed","time":{"start":1728598157576,"stop":1728598157576,"duration":0}},{"uid":"6e715332b8df10cc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6e715332b8df10cc","status":"passed","time":{"start":1728597369085,"stop":1728597369085,"duration":0}}]},"10a8d7b9f7fcd9a66681444346fad1d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbfc0dce6502d9e6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cbfc0dce6502d9e6","status":"passed","time":{"start":1728893389988,"stop":1728893389988,"duration":0}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6334ff280e9d178a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6334ff280e9d178a","status":"passed","time":{"start":1729034399690,"stop":1729034399690,"duration":0}},{"uid":"a42d2f7a4ae6101c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a42d2f7a4ae6101c","status":"passed","time":{"start":1729034162496,"stop":1729034162496,"duration":0}},{"uid":"b0166b1cce5d19a8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b0166b1cce5d19a8","status":"passed","time":{"start":1729034086607,"stop":1729034086608,"duration":1}},{"uid":"d5b40d5a2359cbd5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d5b40d5a2359cbd5","status":"passed","time":{"start":1729033900634,"stop":1729033900634,"duration":0}},{"uid":"e479108764f31970","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e479108764f31970","status":"passed","time":{"start":1729031950406,"stop":1729031950406,"duration":0}},{"uid":"4b68211689d3fa6c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b68211689d3fa6c","status":"passed","time":{"start":1728901494877,"stop":1728901494877,"duration":0}},{"uid":"8df6da735b5b4307","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8df6da735b5b4307","status":"passed","time":{"start":1728892927095,"stop":1728892927096,"duration":1}},{"uid":"20237e4a8c4615b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/20237e4a8c4615b6","status":"passed","time":{"start":1728855889012,"stop":1728855889013,"duration":1}},{"uid":"da88413cdac3baf4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da88413cdac3baf4","status":"passed","time":{"start":1728738105939,"stop":1728738105939,"duration":0}},{"uid":"908ae857abcea194","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/908ae857abcea194","status":"passed","time":{"start":1728682639923,"stop":1728682639924,"duration":1}},{"uid":"cc44a9c415286688","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cc44a9c415286688","status":"passed","time":{"start":1728682212117,"stop":1728682212117,"duration":0}},{"uid":"ff9b2e669299f5e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ff9b2e669299f5e4","status":"passed","time":{"start":1728676687917,"stop":1728676687918,"duration":1}},{"uid":"5da0faca28863152","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5da0faca28863152","status":"passed","time":{"start":1728669411845,"stop":1728669411845,"duration":0}},{"uid":"81e5c8efbbec3c2e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/81e5c8efbbec3c2e","status":"passed","time":{"start":1728597751009,"stop":1728597751010,"duration":1}},{"uid":"2858ee3be2a4677c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2858ee3be2a4677c","status":"passed","time":{"start":1728596968266,"stop":1728596968266,"duration":0}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3ab0b99b6e7859a4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3ab0b99b6e7859a4","status":"passed","time":{"start":1729034408862,"stop":1729034408863,"duration":1}},{"uid":"c02264afc0d96c95","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c02264afc0d96c95","status":"passed","time":{"start":1729034166252,"stop":1729034166253,"duration":1}},{"uid":"6ed4e89ef9325150","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6ed4e89ef9325150","status":"passed","time":{"start":1729034096711,"stop":1729034096713,"duration":2}},{"uid":"b39f5ce152724ab7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b39f5ce152724ab7","status":"passed","time":{"start":1729033904743,"stop":1729033904743,"duration":0}},{"uid":"77cc12dd2f412f5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/77cc12dd2f412f5d","status":"passed","time":{"start":1729031952291,"stop":1729031952291,"duration":0}},{"uid":"419480e0c9ef848c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/419480e0c9ef848c","status":"passed","time":{"start":1728901498545,"stop":1728901498545,"duration":0}},{"uid":"419fa74105fea434","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/419fa74105fea434","status":"passed","time":{"start":1728892934938,"stop":1728892934938,"duration":0}},{"uid":"b2426fa5e6cc3480","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2426fa5e6cc3480","status":"passed","time":{"start":1728855901074,"stop":1728855901076,"duration":2}},{"uid":"76fd970e5441d781","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76fd970e5441d781","status":"passed","time":{"start":1728738109811,"stop":1728738109812,"duration":1}},{"uid":"51599af360455ca6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/51599af360455ca6","status":"passed","time":{"start":1728682641759,"stop":1728682641760,"duration":1}},{"uid":"323da70117e09780","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/323da70117e09780","status":"passed","time":{"start":1728682224037,"stop":1728682224051,"duration":14}},{"uid":"8a1db0d76b850a6f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a1db0d76b850a6f","status":"passed","time":{"start":1728676692586,"stop":1728676692587,"duration":1}},{"uid":"f1601a8aee640a92","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f1601a8aee640a92","status":"passed","time":{"start":1728669414283,"stop":1728669414285,"duration":2}},{"uid":"ee722952cf90304c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ee722952cf90304c","status":"passed","time":{"start":1728597758154,"stop":1728597758155,"duration":1}},{"uid":"8251f50f042b07f1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8251f50f042b07f1","status":"passed","time":{"start":1728596973958,"stop":1728596973958,"duration":0}}]},"3445419bb0c69497dcad98f0753907d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e7d18f205df4422","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6e7d18f205df4422","status":"passed","time":{"start":1728682581129,"stop":1728682581130,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6dda83657e106d32","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6dda83657e106d32","status":"passed","time":{"start":1729034341405,"stop":1729034341409,"duration":4}},{"uid":"5926227e61af13b7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5926227e61af13b7","status":"passed","time":{"start":1729034104917,"stop":1729034104917,"duration":0}},{"uid":"3c35c9d79f7a85b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c35c9d79f7a85b3","status":"passed","time":{"start":1729034028515,"stop":1729034028515,"duration":0}},{"uid":"c200fa0637e7ce84","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c200fa0637e7ce84","status":"passed","time":{"start":1729033843123,"stop":1729033843123,"duration":0}},{"uid":"5ad97b2dacc526ba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5ad97b2dacc526ba","status":"passed","time":{"start":1729031892682,"stop":1729031892682,"duration":0}},{"uid":"d5ba0db6baf17fd8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d5ba0db6baf17fd8","status":"passed","time":{"start":1728901438812,"stop":1728901438813,"duration":1}},{"uid":"a68ee4b0bbdc33de","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a68ee4b0bbdc33de","status":"passed","time":{"start":1728892869005,"stop":1728892869005,"duration":0}},{"uid":"4ded2a33f548032b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ded2a33f548032b","status":"passed","time":{"start":1728855831897,"stop":1728855831897,"duration":0}},{"uid":"a59ec5491f20f864","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a59ec5491f20f864","status":"passed","time":{"start":1728738049045,"stop":1728738049045,"duration":0}},{"uid":"22b0224e9f4f93ee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/22b0224e9f4f93ee","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"c968f1082990404","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c968f1082990404","status":"passed","time":{"start":1728682155412,"stop":1728682155413,"duration":1}},{"uid":"b52348c33ece37a5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b52348c33ece37a5","status":"passed","time":{"start":1728676629979,"stop":1728676629979,"duration":0}},{"uid":"aa71c161079779c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa71c161079779c5","status":"passed","time":{"start":1728669353106,"stop":1728669353106,"duration":0}},{"uid":"c67291416b3e36ef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c67291416b3e36ef","status":"passed","time":{"start":1728597693852,"stop":1728597693852,"duration":0}},{"uid":"3514c66ef691fea3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3514c66ef691fea3","status":"passed","time":{"start":1728596913096,"stop":1728596913096,"duration":0}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"467d85a813e83a2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/467d85a813e83a2c","status":"passed","time":{"start":1729034435410,"stop":1729034435411,"duration":1}},{"uid":"6aab558dfc0e2da5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6aab558dfc0e2da5","status":"passed","time":{"start":1729034202095,"stop":1729034202096,"duration":1}},{"uid":"f01d0e004bc45a71","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f01d0e004bc45a71","status":"passed","time":{"start":1729034126102,"stop":1729034126111,"duration":9}},{"uid":"5c7a364f1c33113d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5c7a364f1c33113d","status":"passed","time":{"start":1729033939921,"stop":1729033939922,"duration":1}},{"uid":"cbe46f0f87fd7a84","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cbe46f0f87fd7a84","status":"passed","time":{"start":1729031988772,"stop":1729031988773,"duration":1}},{"uid":"5e6e5c3d31cb786f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5e6e5c3d31cb786f","status":"passed","time":{"start":1728901555752,"stop":1728901555752,"duration":0}},{"uid":"1b13bd8df2117835","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1b13bd8df2117835","status":"passed","time":{"start":1728892995570,"stop":1728892995571,"duration":1}},{"uid":"e4e818de32fe0fcc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e4e818de32fe0fcc","status":"passed","time":{"start":1728855954641,"stop":1728855954641,"duration":0}},{"uid":"ef888ee998799810","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ef888ee998799810","status":"passed","time":{"start":1728738169503,"stop":1728738169504,"duration":1}},{"uid":"a86f88c8a005e2ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a86f88c8a005e2ab","status":"passed","time":{"start":1728682707226,"stop":1728682707226,"duration":0}},{"uid":"bc8feabbc7a99816","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc8feabbc7a99816","status":"passed","time":{"start":1728682285115,"stop":1728682285116,"duration":1}},{"uid":"45179466124bb178","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/45179466124bb178","status":"passed","time":{"start":1728676761147,"stop":1728676761148,"duration":1}},{"uid":"fd0324d359c43dd4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd0324d359c43dd4","status":"passed","time":{"start":1728669488935,"stop":1728669488935,"duration":0}},{"uid":"518df16e1bd65d78","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/518df16e1bd65d78","status":"passed","time":{"start":1728597819560,"stop":1728597819560,"duration":0}},{"uid":"ab7c3cf2cd3b5683","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ab7c3cf2cd3b5683","status":"passed","time":{"start":1728597041916,"stop":1728597041916,"duration":0}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"244182d39a0ebb5b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/244182d39a0ebb5b","status":"passed","time":{"start":1729034611676,"stop":1729034611677,"duration":1}},{"uid":"711ac8b548f74ff3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/711ac8b548f74ff3","status":"passed","time":{"start":1729034393649,"stop":1729034393653,"duration":4}},{"uid":"d54fe00c7f6265e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d54fe00c7f6265e9","status":"passed","time":{"start":1729034304850,"stop":1729034304851,"duration":1}},{"uid":"fcea1fe2780df9c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fcea1fe2780df9c2","status":"passed","time":{"start":1729034121924,"stop":1729034121931,"duration":7}},{"uid":"9eb9d497b19caf2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9eb9d497b19caf2","status":"passed","time":{"start":1729032174900,"stop":1729032174900,"duration":0}},{"uid":"e9a7d02eb51f74a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e9a7d02eb51f74a8","status":"passed","time":{"start":1728901881015,"stop":1728901881015,"duration":0}},{"uid":"7aed7aaa1141c58e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7aed7aaa1141c58e","status":"passed","time":{"start":1728893317169,"stop":1728893317171,"duration":2}},{"uid":"c03bbc4f5c49e658","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c03bbc4f5c49e658","status":"passed","time":{"start":1728856263101,"stop":1728856263102,"duration":1}},{"uid":"d7347c285d9f6827","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d7347c285d9f6827","status":"passed","time":{"start":1728738492800,"stop":1728738492801,"duration":1}},{"uid":"afa737b3720e417f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/afa737b3720e417f","status":"passed","time":{"start":1728683030023,"stop":1728683030024,"duration":1}},{"uid":"789c3d2b0637f0ca","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/789c3d2b0637f0ca","status":"passed","time":{"start":1728682581104,"stop":1728682581105,"duration":1}},{"uid":"281ca90454a037fc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/281ca90454a037fc","status":"passed","time":{"start":1728677082000,"stop":1728677082000,"duration":0}},{"uid":"34d1d5d43a6da1f2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34d1d5d43a6da1f2","status":"passed","time":{"start":1728669795399,"stop":1728669795399,"duration":0}},{"uid":"437b4e33b206af10","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/437b4e33b206af10","status":"passed","time":{"start":1728598137505,"stop":1728598137506,"duration":1}},{"uid":"dfba8513dbacb7d9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dfba8513dbacb7d9","status":"passed","time":{"start":1728597353482,"stop":1728597353482,"duration":0}}]},"bd859832e2ef5423eabb5fa953a68e94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5df74e6887b3936a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5df74e6887b3936a","status":"passed","time":{"start":1729032178378,"stop":1729032178380,"duration":2}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fa709a3c471dc4a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fa709a3c471dc4a","status":"passed","time":{"start":1729034366400,"stop":1729034366400,"duration":0}},{"uid":"38ce8f783b60c013","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/38ce8f783b60c013","status":"passed","time":{"start":1729034130430,"stop":1729034130431,"duration":1}},{"uid":"b223f8032d3687df","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b223f8032d3687df","status":"passed","time":{"start":1729034053400,"stop":1729034053401,"duration":1}},{"uid":"36fac8b81c78ddde","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/36fac8b81c78ddde","status":"passed","time":{"start":1729033868328,"stop":1729033868329,"duration":1}},{"uid":"371f1de29b733cd6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/371f1de29b733cd6","status":"passed","time":{"start":1729031918118,"stop":1729031918118,"duration":0}},{"uid":"6b81f23a60235d2e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6b81f23a60235d2e","status":"passed","time":{"start":1728901463797,"stop":1728901463798,"duration":1}},{"uid":"5854c8c30aaacaa1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5854c8c30aaacaa1","status":"passed","time":{"start":1728892894311,"stop":1728892894311,"duration":0}},{"uid":"63d5a2adad69099c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63d5a2adad69099c","status":"passed","time":{"start":1728855856839,"stop":1728855856839,"duration":0}},{"uid":"1b92643da57f8aa8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1b92643da57f8aa8","status":"passed","time":{"start":1728738074179,"stop":1728738074180,"duration":1}},{"uid":"334e74b16d66132c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/334e74b16d66132c","status":"passed","time":{"start":1728682607652,"stop":1728682607653,"duration":1}},{"uid":"ff9ed5accc1a0b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ff9ed5accc1a0b9","status":"passed","time":{"start":1728682180606,"stop":1728682180607,"duration":1}},{"uid":"263d734050888b55","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/263d734050888b55","status":"passed","time":{"start":1728676655191,"stop":1728676655192,"duration":1}},{"uid":"7f2b3162cbaf7c21","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f2b3162cbaf7c21","status":"passed","time":{"start":1728669378165,"stop":1728669378166,"duration":1}},{"uid":"953234771164f859","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/953234771164f859","status":"passed","time":{"start":1728597718743,"stop":1728597718743,"duration":0}},{"uid":"1b7208b87023ec25","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1b7208b87023ec25","status":"passed","time":{"start":1728596937947,"stop":1728596937947,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"de7781be7004e1bb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/de7781be7004e1bb","status":"passed","time":{"start":1729034376215,"stop":1729034376215,"duration":0}},{"uid":"9ee0db2ad072a50","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9ee0db2ad072a50","status":"passed","time":{"start":1729034140569,"stop":1729034140570,"duration":1}},{"uid":"8a07ed356311f257","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8a07ed356311f257","status":"passed","time":{"start":1729034063214,"stop":1729034063215,"duration":1}},{"uid":"3bbe60fec3870561","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3bbe60fec3870561","status":"passed","time":{"start":1729033878344,"stop":1729033878344,"duration":0}},{"uid":"448059c64bc8bdbc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/448059c64bc8bdbc","status":"passed","time":{"start":1729031928153,"stop":1729031928153,"duration":0}},{"uid":"c71ed32f9b50c231","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c71ed32f9b50c231","status":"passed","time":{"start":1728901472375,"stop":1728901472376,"duration":1}},{"uid":"cac252d6c162ae00","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cac252d6c162ae00","status":"passed","time":{"start":1728892903066,"stop":1728892903066,"duration":0}},{"uid":"47e190d45fe45ebf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/47e190d45fe45ebf","status":"passed","time":{"start":1728855866506,"stop":1728855866507,"duration":1}},{"uid":"5c9d85b21c66efbc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c9d85b21c66efbc","status":"passed","time":{"start":1728738084264,"stop":1728738084264,"duration":0}},{"uid":"466133176da2b0bd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/466133176da2b0bd","status":"passed","time":{"start":1728682617675,"stop":1728682617675,"duration":0}},{"uid":"18818b32def2e806","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18818b32def2e806","status":"passed","time":{"start":1728682190443,"stop":1728682190443,"duration":0}},{"uid":"e520127572c5a709","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e520127572c5a709","status":"passed","time":{"start":1728676664770,"stop":1728676664771,"duration":1}},{"uid":"83a21da8092fda25","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83a21da8092fda25","status":"passed","time":{"start":1728669387972,"stop":1728669387972,"duration":0}},{"uid":"6426aa029b487ffb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6426aa029b487ffb","status":"passed","time":{"start":1728597727563,"stop":1728597727563,"duration":0}},{"uid":"b7aa9be0557d079","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b7aa9be0557d079","status":"passed","time":{"start":1728596946507,"stop":1728596946507,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6979f145a94f2d77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6979f145a94f2d77","status":"passed","time":{"start":1729034472963,"stop":1729034472964,"duration":1}},{"uid":"54f87150ef92dd47","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/54f87150ef92dd47","status":"passed","time":{"start":1729034240918,"stop":1729034240918,"duration":0}},{"uid":"7e98695fa0c384d0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7e98695fa0c384d0","status":"passed","time":{"start":1729034159615,"stop":1729034159615,"duration":0}},{"uid":"c1af9d4bcc219a38","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c1af9d4bcc219a38","status":"passed","time":{"start":1729033976797,"stop":1729033976797,"duration":0}},{"uid":"be9b49739008866f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be9b49739008866f","status":"passed","time":{"start":1729032020518,"stop":1729032020518,"duration":0}},{"uid":"63ee3c74cc1e7961","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/63ee3c74cc1e7961","status":"passed","time":{"start":1728901616432,"stop":1728901616434,"duration":2}},{"uid":"489501c7c6bb0cf9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/489501c7c6bb0cf9","status":"passed","time":{"start":1728893050245,"stop":1728893050245,"duration":0}},{"uid":"331f50d601e3430","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/331f50d601e3430","status":"passed","time":{"start":1728856015171,"stop":1728856015171,"duration":0}},{"uid":"58583d5defd811b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58583d5defd811b9","status":"passed","time":{"start":1728738233137,"stop":1728738233138,"duration":1}},{"uid":"8db70e6991c0d7ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8db70e6991c0d7ca","status":"passed","time":{"start":1728682762471,"stop":1728682762472,"duration":1}},{"uid":"e61094a3a810c0a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e61094a3a810c0a8","status":"passed","time":{"start":1728682332786,"stop":1728682332786,"duration":0}},{"uid":"ec07c9ae156f7c7b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec07c9ae156f7c7b","status":"passed","time":{"start":1728676810291,"stop":1728676810291,"duration":0}},{"uid":"d1de3d1c51506605","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d1de3d1c51506605","status":"passed","time":{"start":1728669529897,"stop":1728669529899,"duration":2}},{"uid":"247cbded59637354","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/247cbded59637354","status":"passed","time":{"start":1728597873534,"stop":1728597873534,"duration":0}},{"uid":"f2305cc73441194a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f2305cc73441194a","status":"passed","time":{"start":1728597089273,"stop":1728597089274,"duration":1}}]},"e844fb631ab620583c715bd163c7d8c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b91b13fc3e55cf0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b91b13fc3e55cf0d","status":"passed","time":{"start":1729034177526,"stop":1729034177527,"duration":1}}]},"11e3c1d30f77f4af2f9aa1354db39ef8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d1b38e8dfafd848","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d1b38e8dfafd848","status":"passed","time":{"start":1728856299190,"stop":1728856299190,"duration":0}}]},"1c4453efb3bd596647b108262002e54b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7a0330f675dddb1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f7a0330f675dddb1","status":"passed","time":{"start":1729032228809,"stop":1729032228809,"duration":0}}]},"214a966456271cbcfb33ad032c3d110a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0743da3ab771a93","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c0743da3ab771a93","status":"passed","time":{"start":1728856055272,"stop":1728856055273,"duration":1}}]},"9cf32b07d86f98259da2956758e5251d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46d1baae29766475","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46d1baae29766475","status":"passed","time":{"start":1728856355695,"stop":1728856355696,"duration":1}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3b506127ae3e5abc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b506127ae3e5abc","status":"passed","time":{"start":1729034704490,"stop":1729034704490,"duration":0}},{"uid":"cdf986c60bd6cde4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cdf986c60bd6cde4","status":"passed","time":{"start":1729034474978,"stop":1729034474978,"duration":0}},{"uid":"58233a0ca5959a7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/58233a0ca5959a7","status":"passed","time":{"start":1729034395286,"stop":1729034395286,"duration":0}},{"uid":"782c3805f6976a7f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/782c3805f6976a7f","status":"passed","time":{"start":1729034209087,"stop":1729034209088,"duration":1}},{"uid":"4c8386670423d81f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c8386670423d81f","status":"passed","time":{"start":1729032264557,"stop":1729032264557,"duration":0}},{"uid":"7f42cf45da267184","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f42cf45da267184","status":"passed","time":{"start":1728902012832,"stop":1728902012832,"duration":0}},{"uid":"abf48fbbdcc96269","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/abf48fbbdcc96269","status":"passed","time":{"start":1728893454805,"stop":1728893454806,"duration":1}},{"uid":"d0a1bcd4c4cb2d96","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d0a1bcd4c4cb2d96","status":"passed","time":{"start":1728856408447,"stop":1728856408447,"duration":0}},{"uid":"898fad7b83ad9fe2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/898fad7b83ad9fe2","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"b40bdf20756426f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b40bdf20756426f4","status":"passed","time":{"start":1728683159731,"stop":1728683159733,"duration":2}},{"uid":"7ac6a9dc3a02a3bd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ac6a9dc3a02a3bd","status":"passed","time":{"start":1728682751323,"stop":1728682751323,"duration":0}},{"uid":"9a863d6e3e289dec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a863d6e3e289dec","status":"passed","time":{"start":1728677216350,"stop":1728677216350,"duration":0}},{"uid":"393935e481fcc1ba","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/393935e481fcc1ba","status":"passed","time":{"start":1728669925448,"stop":1728669925448,"duration":0}},{"uid":"a736fb122219f38e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a736fb122219f38e","status":"passed","time":{"start":1728598268795,"stop":1728598268796,"duration":1}},{"uid":"c9d461831e82d232","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9d461831e82d232","status":"passed","time":{"start":1728597503898,"stop":1728597503899,"duration":1}}]},"bc5161c1ac0e00e6ac9ff62c5ce71ad7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab974c5cc76de033","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab974c5cc76de033","status":"passed","time":{"start":1729034631264,"stop":1729034631264,"duration":0}}]},"a1e7779382aa72397973bdad3f4ae554:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8deba89f72cb6382","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8deba89f72cb6382","status":"passed","time":{"start":1729032235310,"stop":1729032235310,"duration":0}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1e7d59c01974f142","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1e7d59c01974f142","status":"passed","time":{"start":1729034408863,"stop":1729034408863,"duration":0}},{"uid":"1dbdf9babd79191d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1dbdf9babd79191d","status":"passed","time":{"start":1729034166253,"stop":1729034166253,"duration":0}},{"uid":"111845fb0ba36aeb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/111845fb0ba36aeb","status":"passed","time":{"start":1729034096713,"stop":1729034096716,"duration":3}},{"uid":"f7c12c91852a1650","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7c12c91852a1650","status":"passed","time":{"start":1729033904743,"stop":1729033904744,"duration":1}},{"uid":"247f2f55447b8d82","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/247f2f55447b8d82","status":"passed","time":{"start":1729031952291,"stop":1729031952292,"duration":1}},{"uid":"7e8ab678960c47bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e8ab678960c47bf","status":"passed","time":{"start":1728901498546,"stop":1728901498546,"duration":0}},{"uid":"65beacc79fc553bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/65beacc79fc553bf","status":"passed","time":{"start":1728892934938,"stop":1728892934939,"duration":1}},{"uid":"7c125b7e82acbd23","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7c125b7e82acbd23","status":"passed","time":{"start":1728855901076,"stop":1728855901077,"duration":1}},{"uid":"d2496e880a2a8f9c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d2496e880a2a8f9c","status":"passed","time":{"start":1728738109812,"stop":1728738109818,"duration":6}},{"uid":"747d1db892387ec4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/747d1db892387ec4","status":"passed","time":{"start":1728682641760,"stop":1728682641760,"duration":0}},{"uid":"d9f0c53b88fbeeed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d9f0c53b88fbeeed","status":"passed","time":{"start":1728682224051,"stop":1728682224052,"duration":1}},{"uid":"d9ba8100ebe1f16a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d9ba8100ebe1f16a","status":"passed","time":{"start":1728676692587,"stop":1728676692587,"duration":0}},{"uid":"bd71e5e04ddbc866","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bd71e5e04ddbc866","status":"passed","time":{"start":1728669414286,"stop":1728669414314,"duration":28}},{"uid":"efe750d6a765ba3e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efe750d6a765ba3e","status":"passed","time":{"start":1728597758155,"stop":1728597758155,"duration":0}},{"uid":"edb4c28ea1960c3e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/edb4c28ea1960c3e","status":"passed","time":{"start":1728596973958,"stop":1728596973959,"duration":1}}]},"23c6f136eb41d127a90a59eb706111ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67248bb2b3fbf21c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67248bb2b3fbf21c","status":"passed","time":{"start":1728901995037,"stop":1728901995037,"duration":0}}]},"fe0aa5d0482bdcd1a18093676b2b6808:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a5abe7d8d226173","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2a5abe7d8d226173","status":"passed","time":{"start":1729034348215,"stop":1729034348215,"duration":0}}]},"b8c93dcfc5d2de71f0bb560d05629bc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"49a75ab01ba7cdc5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/49a75ab01ba7cdc5","status":"passed","time":{"start":1729034177535,"stop":1729034177536,"duration":1}}]},"cfb244c261b61babc617f392d0430c11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a28870e939e2fe6a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a28870e939e2fe6a","status":"passed","time":{"start":1728597423326,"stop":1728597423327,"duration":1}}]},"9c7da53dc8c28656b50de96f1a69d151:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e81322a8cd76d0ec","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e81322a8cd76d0ec","status":"passed","time":{"start":1728901958865,"stop":1728901958865,"duration":0}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4ad4abe3e8d623ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4ad4abe3e8d623ef","status":"passed","time":{"start":1729034636324,"stop":1729034636324,"duration":0}},{"uid":"d3bdc9f9b44ce570","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d3bdc9f9b44ce570","status":"passed","time":{"start":1729034402289,"stop":1729034402290,"duration":1}},{"uid":"43a140c7c2a88248","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/43a140c7c2a88248","status":"passed","time":{"start":1729034323319,"stop":1729034323319,"duration":0}},{"uid":"df0cb287268aae2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df0cb287268aae2c","status":"passed","time":{"start":1729034144773,"stop":1729034144773,"duration":0}},{"uid":"34e8a7382ed41e24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/34e8a7382ed41e24","status":"passed","time":{"start":1729032198828,"stop":1729032198837,"duration":9}},{"uid":"37ecc1edb2eb2aaf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37ecc1edb2eb2aaf","status":"passed","time":{"start":1728901901778,"stop":1728901901778,"duration":0}},{"uid":"65bfbbe6a03ef815","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/65bfbbe6a03ef815","status":"passed","time":{"start":1728893337259,"stop":1728893337259,"duration":0}},{"uid":"ade4b153a4bafa00","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ade4b153a4bafa00","status":"passed","time":{"start":1728856299203,"stop":1728856299203,"duration":0}},{"uid":"8142d9b5ff400bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8142d9b5ff400bd","status":"passed","time":{"start":1728738505394,"stop":1728738505395,"duration":1}},{"uid":"4e46b469eebebc5e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4e46b469eebebc5e","status":"passed","time":{"start":1728683045454,"stop":1728683045455,"duration":1}},{"uid":"873d3bbeda5d264f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/873d3bbeda5d264f","status":"passed","time":{"start":1728682607299,"stop":1728682607300,"duration":1}},{"uid":"985d5a37f9178d36","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/985d5a37f9178d36","status":"passed","time":{"start":1728677103503,"stop":1728677103503,"duration":0}},{"uid":"c4646c13f41485c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4646c13f41485c9","status":"passed","time":{"start":1728669777143,"stop":1728669777144,"duration":1}},{"uid":"1b5d9e360fd7a21","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1b5d9e360fd7a21","status":"passed","time":{"start":1728598163471,"stop":1728598163472,"duration":1}},{"uid":"1ec1dfede575cece","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ec1dfede575cece","status":"passed","time":{"start":1728597375492,"stop":1728597375493,"duration":1}}]},"f0f921db4de05cfce17d955544dd6043:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"310855af868ab691","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/310855af868ab691","status":"passed","time":{"start":1728683093173,"stop":1728683093173,"duration":0}}]},"491040fe2e55f05cf3bc9f011e33af2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e804dff4e8a70d20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e804dff4e8a70d20","status":"passed","time":{"start":1728738555096,"stop":1728738555096,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"69fc4672b2c5754d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69fc4672b2c5754d","status":"passed","time":{"start":1729034704497,"stop":1729034704498,"duration":1}},{"uid":"599a913461365453","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/599a913461365453","status":"passed","time":{"start":1729034474990,"stop":1729034474991,"duration":1}},{"uid":"c52db20312725c7d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c52db20312725c7d","status":"passed","time":{"start":1729034395293,"stop":1729034395293,"duration":0}},{"uid":"fbd9433f389a4aec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbd9433f389a4aec","status":"passed","time":{"start":1729034209103,"stop":1729034209103,"duration":0}},{"uid":"9197f610211848b9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9197f610211848b9","status":"passed","time":{"start":1729032264571,"stop":1729032264571,"duration":0}},{"uid":"125fc56a29e5e3f0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/125fc56a29e5e3f0","status":"passed","time":{"start":1728902012860,"stop":1728902012861,"duration":1}},{"uid":"2118e5e9d5ccc630","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2118e5e9d5ccc630","status":"passed","time":{"start":1728893454813,"stop":1728893454814,"duration":1}},{"uid":"6804a74f610575ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6804a74f610575ca","status":"passed","time":{"start":1728856408455,"stop":1728856408456,"duration":1}},{"uid":"614662a58878c133","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/614662a58878c133","status":"passed","time":{"start":1728738633857,"stop":1728738633857,"duration":0}},{"uid":"d43551b1eb05742d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d43551b1eb05742d","status":"passed","time":{"start":1728683159784,"stop":1728683159785,"duration":1}},{"uid":"a3bcd025e010095f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a3bcd025e010095f","status":"passed","time":{"start":1728682751332,"stop":1728682751333,"duration":1}},{"uid":"85805d150194f4cd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85805d150194f4cd","status":"passed","time":{"start":1728677216363,"stop":1728677216363,"duration":0}},{"uid":"f7c8f4d72f7310d7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f7c8f4d72f7310d7","status":"passed","time":{"start":1728669925456,"stop":1728669925456,"duration":0}},{"uid":"d99a235071c787e6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d99a235071c787e6","status":"passed","time":{"start":1728598268808,"stop":1728598268808,"duration":0}},{"uid":"c9cf6eeaee04db16","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9cf6eeaee04db16","status":"passed","time":{"start":1728597503926,"stop":1728597503928,"duration":2}}]},"2f015b7687319f8d9be0ef595dd8f33f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db02291a114a459","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db02291a114a459","status":"passed","time":{"start":1729034370915,"stop":1729034370918,"duration":3}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2d61cb4dd453def2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d61cb4dd453def2","status":"passed","time":{"start":1729034558121,"stop":1729034558121,"duration":0}},{"uid":"f2ec164980507d5e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f2ec164980507d5e","status":"passed","time":{"start":1729034245524,"stop":1729034245524,"duration":0}},{"uid":"db1c2786cdf5a219","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db1c2786cdf5a219","status":"passed","time":{"start":1729034063498,"stop":1729034063498,"duration":0}},{"uid":"45898757c05fada9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45898757c05fada9","status":"passed","time":{"start":1729032122638,"stop":1729032122639,"duration":1}},{"uid":"6b1e508d4c22aae5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6b1e508d4c22aae5","status":"passed","time":{"start":1728901785638,"stop":1728901785639,"duration":1}},{"uid":"fdf83776524c16e3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fdf83776524c16e3","status":"passed","time":{"start":1728893218775,"stop":1728893218776,"duration":1}},{"uid":"69a9d38d2b06f9a6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/69a9d38d2b06f9a6","status":"passed","time":{"start":1728856192662,"stop":1728856192662,"duration":0}},{"uid":"89651ab693ecdb2b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/89651ab693ecdb2b","status":"passed","time":{"start":1728738398088,"stop":1728738398088,"duration":0}},{"uid":"1a6e17fb7de6c7ea","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a6e17fb7de6c7ea","status":"passed","time":{"start":1728682944510,"stop":1728682944511,"duration":1}},{"uid":"b47c27cb6b21a35d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b47c27cb6b21a35d","status":"passed","time":{"start":1728682507863,"stop":1728682507863,"duration":0}},{"uid":"2f6438dc9c6bdeb5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2f6438dc9c6bdeb5","status":"passed","time":{"start":1728676995529,"stop":1728676995529,"duration":0}},{"uid":"197164c9f91b4496","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/197164c9f91b4496","status":"passed","time":{"start":1728669665541,"stop":1728669665542,"duration":1}},{"uid":"4553b2de247fd5ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4553b2de247fd5ab","status":"passed","time":{"start":1728598056487,"stop":1728598056488,"duration":1}},{"uid":"abe5db5b222073b7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/abe5db5b222073b7","status":"passed","time":{"start":1728597264030,"stop":1728597264036,"duration":6}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9698d4239a699a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9698d4239a699a","status":"passed","time":{"start":1729034356476,"stop":1729034356476,"duration":0}},{"uid":"bd94502f8bf1b3f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bd94502f8bf1b3f5","status":"passed","time":{"start":1729034120501,"stop":1729034120501,"duration":0}},{"uid":"f8e74cec2e36bf3b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f8e74cec2e36bf3b","status":"passed","time":{"start":1729033858271,"stop":1729033858272,"duration":1}},{"uid":"c4ea7d08f3eff11c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c4ea7d08f3eff11c","status":"passed","time":{"start":1729031908177,"stop":1729031908178,"duration":1}},{"uid":"acdf6352742348c7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/acdf6352742348c7","status":"passed","time":{"start":1728901453934,"stop":1728901453934,"duration":0}},{"uid":"5326dbc37ec3d88c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5326dbc37ec3d88c","status":"passed","time":{"start":1728892884410,"stop":1728892884411,"duration":1}},{"uid":"1cb38061da42d2b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1cb38061da42d2b9","status":"passed","time":{"start":1728855846879,"stop":1728855846880,"duration":1}},{"uid":"4590dcbbb9020553","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4590dcbbb9020553","status":"passed","time":{"start":1728738064183,"stop":1728738064183,"duration":0}},{"uid":"cc8bca19a33712cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cc8bca19a33712cc","status":"passed","time":{"start":1728682597762,"stop":1728682597762,"duration":0}},{"uid":"eca95eeed629d951","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eca95eeed629d951","status":"passed","time":{"start":1728682170540,"stop":1728682170541,"duration":1}},{"uid":"2ab155d9887529d5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2ab155d9887529d5","status":"passed","time":{"start":1728676645200,"stop":1728676645201,"duration":1}},{"uid":"be2bc23ffcf2d506","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be2bc23ffcf2d506","status":"passed","time":{"start":1728669368195,"stop":1728669368195,"duration":0}},{"uid":"84afe9c6771f966c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/84afe9c6771f966c","status":"passed","time":{"start":1728597709012,"stop":1728597709013,"duration":1}},{"uid":"e7c435b45f15d204","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7c435b45f15d204","status":"passed","time":{"start":1728596928107,"stop":1728596928107,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b3aa0423b013d3b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b3aa0423b013d3b3","status":"passed","time":{"start":1729034506792,"stop":1729034506793,"duration":1}},{"uid":"fb2a0a5e8d767db0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fb2a0a5e8d767db0","status":"passed","time":{"start":1729034259818,"stop":1729034259818,"duration":0}},{"uid":"b4cdd3fcb7f8d77e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b4cdd3fcb7f8d77e","status":"passed","time":{"start":1729034194017,"stop":1729034194018,"duration":1}},{"uid":"b9b543667b2cea7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b9b543667b2cea7e","status":"passed","time":{"start":1729034014873,"stop":1729034014873,"duration":0}},{"uid":"e9d2d170dfb1c1c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e9d2d170dfb1c1c0","status":"passed","time":{"start":1729032065452,"stop":1729032065453,"duration":1}},{"uid":"faf69f1934a057b8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/faf69f1934a057b8","status":"passed","time":{"start":1728901664266,"stop":1728901664267,"duration":1}},{"uid":"cae4891938feaa5e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cae4891938feaa5e","status":"passed","time":{"start":1728893093691,"stop":1728893093691,"duration":0}},{"uid":"9fa5c5c0643b2f0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9fa5c5c0643b2f0f","status":"passed","time":{"start":1728856055272,"stop":1728856055272,"duration":0}},{"uid":"1974be97348ca71","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1974be97348ca71","status":"passed","time":{"start":1728738274743,"stop":1728738274744,"duration":1}},{"uid":"f5114954b60fd3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f5114954b60fd3f6","status":"passed","time":{"start":1728682807956,"stop":1728682807958,"duration":2}},{"uid":"9ba5a4d5f84b482b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9ba5a4d5f84b482b","status":"passed","time":{"start":1728682381284,"stop":1728682381285,"duration":1}},{"uid":"16c22c8d6656b425","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/16c22c8d6656b425","status":"passed","time":{"start":1728676853897,"stop":1728676853897,"duration":0}},{"uid":"60d5ed1e8d6efad1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/60d5ed1e8d6efad1","status":"passed","time":{"start":1728669581694,"stop":1728669581695,"duration":1}},{"uid":"e902e83b0f1000a3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e902e83b0f1000a3","status":"passed","time":{"start":1728597923481,"stop":1728597923481,"duration":0}},{"uid":"d55651511f15e95a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d55651511f15e95a","status":"passed","time":{"start":1728597132263,"stop":1728597132263,"duration":0}}]},"3b032019f7cbe6aabfe884b3f6d08352:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"496ee1e31e9c8c2a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/496ee1e31e9c8c2a","status":"passed","time":{"start":1729032235299,"stop":1729032235300,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"68cf8b5cf6a22f04","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/68cf8b5cf6a22f04","status":"passed","time":{"start":1729034781180,"stop":1729034781180,"duration":0}},{"uid":"c8686e394716c4fe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c8686e394716c4fe","status":"passed","time":{"start":1729034549088,"stop":1729034549089,"duration":1}},{"uid":"83057d090fe843d4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/83057d090fe843d4","status":"passed","time":{"start":1729034468677,"stop":1729034468678,"duration":1}},{"uid":"c88ebbe568d5bb82","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c88ebbe568d5bb82","status":"passed","time":{"start":1729032344622,"stop":1729032344622,"duration":0}},{"uid":"aed301025367136c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aed301025367136c","status":"passed","time":{"start":1728902062112,"stop":1728902062112,"duration":0}},{"uid":"8399d1442cf68e05","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8399d1442cf68e05","status":"passed","time":{"start":1728893496346,"stop":1728893496346,"duration":0}},{"uid":"29a3edd4280f1cf0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/29a3edd4280f1cf0","status":"passed","time":{"start":1728856449983,"stop":1728856449983,"duration":0}},{"uid":"d9dc7eea21d1034","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d9dc7eea21d1034","status":"passed","time":{"start":1728738669752,"stop":1728738669752,"duration":0}},{"uid":"858ecd1dfe83472","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/858ecd1dfe83472","status":"passed","time":{"start":1728683209697,"stop":1728683209697,"duration":0}},{"uid":"92cea29fa728c2b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/92cea29fa728c2b","status":"passed","time":{"start":1728682772284,"stop":1728682772284,"duration":0}},{"uid":"c3aebaf585df8e99","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c3aebaf585df8e99","status":"passed","time":{"start":1728677264668,"stop":1728677264668,"duration":0}},{"uid":"ab8a30af1fd7860","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ab8a30af1fd7860","status":"passed","time":{"start":1728669943368,"stop":1728669943368,"duration":0}},{"uid":"52d24e19c7b18254","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52d24e19c7b18254","status":"passed","time":{"start":1728598324828,"stop":1728598324828,"duration":0}},{"uid":"96a40ee48d0190fb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/96a40ee48d0190fb","status":"passed","time":{"start":1728597540223,"stop":1728597540223,"duration":0}}]},"b9764e61c19cdd315282ec1d7c884c6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7efdd6a8331fd766","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7efdd6a8331fd766","status":"passed","time":{"start":1728682666065,"stop":1728682666066,"duration":1}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bc467a646eaff336","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bc467a646eaff336","status":"passed","time":{"start":1729034355550,"stop":1729034355553,"duration":3}},{"uid":"d4261a4dfbd6455b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4261a4dfbd6455b","status":"passed","time":{"start":1729034119095,"stop":1729034119095,"duration":0}},{"uid":"c0ad55a668afd3e7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c0ad55a668afd3e7","status":"passed","time":{"start":1729034042609,"stop":1729034042613,"duration":4}},{"uid":"675e224762069bcd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/675e224762069bcd","status":"passed","time":{"start":1729033857426,"stop":1729033857427,"duration":1}},{"uid":"df6cfe9023c02630","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/df6cfe9023c02630","status":"passed","time":{"start":1729031907630,"stop":1729031907631,"duration":1}},{"uid":"2b1dfeefadae7f50","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2b1dfeefadae7f50","status":"passed","time":{"start":1728901452629,"stop":1728901452629,"duration":0}},{"uid":"3fcd041c21141fd0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3fcd041c21141fd0","status":"passed","time":{"start":1728892883398,"stop":1728892883398,"duration":0}},{"uid":"3c257bcd2eda7d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c257bcd2eda7d6","status":"passed","time":{"start":1728855845735,"stop":1728855845736,"duration":1}},{"uid":"2b93914bbacad243","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2b93914bbacad243","status":"passed","time":{"start":1728738063047,"stop":1728738063047,"duration":0}},{"uid":"1a7d02a853433c39","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a7d02a853433c39","status":"passed","time":{"start":1728682596889,"stop":1728682596889,"duration":0}},{"uid":"aeebf3335499a7f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aeebf3335499a7f9","status":"passed","time":{"start":1728682169970,"stop":1728682169970,"duration":0}},{"uid":"7d17f582b8f5e496","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d17f582b8f5e496","status":"passed","time":{"start":1728676643815,"stop":1728676643815,"duration":0}},{"uid":"7cef7dcd97e65c3c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7cef7dcd97e65c3c","status":"passed","time":{"start":1728669366943,"stop":1728669366943,"duration":0}},{"uid":"4d6d2f783146e982","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4d6d2f783146e982","status":"passed","time":{"start":1728597707581,"stop":1728597707581,"duration":0}},{"uid":"c5b88fc50fc968f4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c5b88fc50fc968f4","status":"passed","time":{"start":1728596927588,"stop":1728596927588,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"38b1489aa4195034","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/38b1489aa4195034","status":"passed","time":{"start":1729034781181,"stop":1729034781181,"duration":0}},{"uid":"a328218dbf597ef7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a328218dbf597ef7","status":"passed","time":{"start":1729034549089,"stop":1729034549089,"duration":0}},{"uid":"16b6305e11edf141","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/16b6305e11edf141","status":"passed","time":{"start":1729034468678,"stop":1729034468678,"duration":0}},{"uid":"58b71d632173ef6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/58b71d632173ef6c","status":"passed","time":{"start":1729032344623,"stop":1729032344623,"duration":0}},{"uid":"38424e4f09e5b334","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38424e4f09e5b334","status":"passed","time":{"start":1728902062113,"stop":1728902062113,"duration":0}},{"uid":"b5518888691786b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5518888691786b2","status":"passed","time":{"start":1728893496347,"stop":1728893496347,"duration":0}},{"uid":"e43f3d879386ca2d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e43f3d879386ca2d","status":"passed","time":{"start":1728856449983,"stop":1728856449984,"duration":1}},{"uid":"bf272e4526cf6224","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf272e4526cf6224","status":"passed","time":{"start":1728738669753,"stop":1728738669753,"duration":0}},{"uid":"bbeaca78e8c2d2b5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bbeaca78e8c2d2b5","status":"passed","time":{"start":1728683209698,"stop":1728683209698,"duration":0}},{"uid":"257fb9c6ab8d50e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/257fb9c6ab8d50e4","status":"passed","time":{"start":1728682772285,"stop":1728682772285,"duration":0}},{"uid":"9a9b0ba8a8843ef3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a9b0ba8a8843ef3","status":"passed","time":{"start":1728677264668,"stop":1728677264669,"duration":1}},{"uid":"bb37c889f39f2349","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb37c889f39f2349","status":"passed","time":{"start":1728669943369,"stop":1728669943369,"duration":0}},{"uid":"f64e67f5edbf9b6a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f64e67f5edbf9b6a","status":"passed","time":{"start":1728598324828,"stop":1728598324829,"duration":1}},{"uid":"47216b84c5fdf7f2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47216b84c5fdf7f2","status":"passed","time":{"start":1728597540223,"stop":1728597540224,"duration":1}}]},"dc2743c7ca01bc994a8e66a243ee032e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93d92843fbd0b9e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/93d92843fbd0b9e9","status":"passed","time":{"start":1728598157579,"stop":1728598157579,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7505a8673951785","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7505a8673951785","status":"passed","time":{"start":1729034611655,"stop":1729034611655,"duration":0}},{"uid":"65f141176fa3bb3b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/65f141176fa3bb3b","status":"passed","time":{"start":1729034393630,"stop":1729034393630,"duration":0}},{"uid":"a44a80b8b5b50a9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a44a80b8b5b50a9","status":"passed","time":{"start":1729034304823,"stop":1729034304823,"duration":0}},{"uid":"ccc755503c3061a0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccc755503c3061a0","status":"passed","time":{"start":1729034121892,"stop":1729034121894,"duration":2}},{"uid":"b92c6c00427b8671","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b92c6c00427b8671","status":"passed","time":{"start":1729032174799,"stop":1729032174799,"duration":0}},{"uid":"6274024563b37e88","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6274024563b37e88","status":"passed","time":{"start":1728901881005,"stop":1728901881005,"duration":0}},{"uid":"b5178feb3370c601","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5178feb3370c601","status":"passed","time":{"start":1728893317151,"stop":1728893317151,"duration":0}},{"uid":"2662f9a3231b86d1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2662f9a3231b86d1","status":"passed","time":{"start":1728856263067,"stop":1728856263067,"duration":0}},{"uid":"82a8a7e114d701b3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/82a8a7e114d701b3","status":"passed","time":{"start":1728738492791,"stop":1728738492792,"duration":1}},{"uid":"a1f5a181177f0633","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1f5a181177f0633","status":"passed","time":{"start":1728683030010,"stop":1728683030010,"duration":0}},{"uid":"b7d3cf24df782dee","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b7d3cf24df782dee","status":"passed","time":{"start":1728682581085,"stop":1728682581086,"duration":1}},{"uid":"79a93c31424f9595","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79a93c31424f9595","status":"passed","time":{"start":1728677081986,"stop":1728677081986,"duration":0}},{"uid":"dd92cd61350c00b3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd92cd61350c00b3","status":"passed","time":{"start":1728669795387,"stop":1728669795388,"duration":1}},{"uid":"fa6cbea6f117d517","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fa6cbea6f117d517","status":"passed","time":{"start":1728598137496,"stop":1728598137496,"duration":0}},{"uid":"b02e71c6f5de51f4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b02e71c6f5de51f4","status":"passed","time":{"start":1728597353474,"stop":1728597353474,"duration":0}}]},"4d342c49bc60650f8014c447997376cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a66ea6f1773c37c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a66ea6f1773c37c0","status":"passed","time":{"start":1728901896355,"stop":1728901896355,"duration":0}}]},"bc03c64ef9905538481bd0c2c83e7b85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c9e949907ff4ca3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c9e949907ff4ca3","status":"passed","time":{"start":1728597369088,"stop":1728597369088,"duration":0}}]},"eaf88606f42ff25ce61fe7af0d74c5aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"625e9fbe75933c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/625e9fbe75933c9","status":"passed","time":{"start":1728738555099,"stop":1728738555099,"duration":0}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"75d5f3c3b7112d47","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/75d5f3c3b7112d47","status":"passed","time":{"start":1729034399693,"stop":1729034399696,"duration":3}},{"uid":"1d33de00803fc142","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1d33de00803fc142","status":"passed","time":{"start":1729034162499,"stop":1729034162499,"duration":0}},{"uid":"f73d3c1a1db8408a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f73d3c1a1db8408a","status":"passed","time":{"start":1729034086614,"stop":1729034086618,"duration":4}},{"uid":"32ba962660412e34","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32ba962660412e34","status":"passed","time":{"start":1729033900651,"stop":1729033900653,"duration":2}},{"uid":"78e84f2db632715b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/78e84f2db632715b","status":"passed","time":{"start":1729031950408,"stop":1729031950410,"duration":2}},{"uid":"28dbf58196546ec1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/28dbf58196546ec1","status":"passed","time":{"start":1728901494880,"stop":1728901494881,"duration":1}},{"uid":"f204a04e98126038","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f204a04e98126038","status":"passed","time":{"start":1728892927099,"stop":1728892927099,"duration":0}},{"uid":"18e9f8170f4ba49a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/18e9f8170f4ba49a","status":"passed","time":{"start":1728855889016,"stop":1728855889017,"duration":1}},{"uid":"6321f6de0f2ec961","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6321f6de0f2ec961","status":"passed","time":{"start":1728738105942,"stop":1728738105943,"duration":1}},{"uid":"fe7bb2ac0cc3e07","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fe7bb2ac0cc3e07","status":"passed","time":{"start":1728682639927,"stop":1728682639927,"duration":0}},{"uid":"47d725d2cd722baa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/47d725d2cd722baa","status":"passed","time":{"start":1728682212121,"stop":1728682212122,"duration":1}},{"uid":"21ce39eafae67ce4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/21ce39eafae67ce4","status":"passed","time":{"start":1728676687924,"stop":1728676687924,"duration":0}},{"uid":"c43eed14fdd629be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c43eed14fdd629be","status":"passed","time":{"start":1728669411848,"stop":1728669411848,"duration":0}},{"uid":"e3f3fbc5fc3240b0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3f3fbc5fc3240b0","status":"passed","time":{"start":1728597751014,"stop":1728597751015,"duration":1}},{"uid":"fbdba3cb8f9071d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fbdba3cb8f9071d2","status":"passed","time":{"start":1728596968268,"stop":1728596968269,"duration":1}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fdc47744d79be319","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fdc47744d79be319","status":"passed","time":{"start":1729034536106,"stop":1729034536106,"duration":0}},{"uid":"8999c8b66db4784b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8999c8b66db4784b","status":"passed","time":{"start":1729034296708,"stop":1729034296710,"duration":2}},{"uid":"28cc12b1926ca16e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28cc12b1926ca16e","status":"passed","time":{"start":1729034220606,"stop":1729034220607,"duration":1}},{"uid":"8e4fec60d1972eb7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e4fec60d1972eb7","status":"passed","time":{"start":1729034041490,"stop":1729034041490,"duration":0}},{"uid":"508a8b31ed79e95b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/508a8b31ed79e95b","status":"passed","time":{"start":1728901705406,"stop":1728901705407,"duration":1}},{"uid":"949e5c4aab552061","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/949e5c4aab552061","status":"passed","time":{"start":1728893141778,"stop":1728893141778,"duration":0}},{"uid":"8705f76f67454f06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8705f76f67454f06","status":"passed","time":{"start":1728856087085,"stop":1728856087085,"duration":0}},{"uid":"6fe268078c4ad091","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6fe268078c4ad091","status":"passed","time":{"start":1728738321438,"stop":1728738321438,"duration":0}},{"uid":"c32d830e09f81d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c32d830e09f81d1","status":"passed","time":{"start":1728682845677,"stop":1728682845677,"duration":0}},{"uid":"59026f6efcac189d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59026f6efcac189d","status":"passed","time":{"start":1728682424312,"stop":1728682424312,"duration":0}},{"uid":"45e9b0986fa0d9e0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/45e9b0986fa0d9e0","status":"passed","time":{"start":1728676900541,"stop":1728676900541,"duration":0}},{"uid":"f96250f9698f766d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f96250f9698f766d","status":"passed","time":{"start":1728669625802,"stop":1728669625802,"duration":0}},{"uid":"eae6a7af3e1b2ee0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eae6a7af3e1b2ee0","status":"passed","time":{"start":1728597957173,"stop":1728597957173,"duration":0}},{"uid":"cdfb89d640b13838","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cdfb89d640b13838","status":"passed","time":{"start":1728597182620,"stop":1728597182620,"duration":0}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9aec13f0ea551e1a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9aec13f0ea551e1a","status":"passed","time":{"start":1729034356136,"stop":1729034356136,"duration":0}},{"uid":"6ee483a62c6ded90","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6ee483a62c6ded90","status":"passed","time":{"start":1729034120213,"stop":1729034120214,"duration":1}},{"uid":"de9303d174d86bb7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/de9303d174d86bb7","status":"passed","time":{"start":1729034043142,"stop":1729034043143,"duration":1}},{"uid":"e4fe79aa37b35dee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e4fe79aa37b35dee","status":"passed","time":{"start":1729033857765,"stop":1729033857765,"duration":0}},{"uid":"c7977650e17eca18","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c7977650e17eca18","status":"passed","time":{"start":1729031907984,"stop":1729031907985,"duration":1}},{"uid":"8e8fc352572755b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e8fc352572755b2","status":"passed","time":{"start":1728901453410,"stop":1728901453411,"duration":1}},{"uid":"b7e1b31e6226628d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b7e1b31e6226628d","status":"passed","time":{"start":1728892883978,"stop":1728892883978,"duration":0}},{"uid":"ec0a089eb148bddb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ec0a089eb148bddb","status":"passed","time":{"start":1728855846184,"stop":1728855846185,"duration":1}},{"uid":"d4f8df45758fb79a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d4f8df45758fb79a","status":"passed","time":{"start":1728738063647,"stop":1728738063647,"duration":0}},{"uid":"e500f09bcbd50fbd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e500f09bcbd50fbd","status":"passed","time":{"start":1728682597529,"stop":1728682597529,"duration":0}},{"uid":"94a515ff4657792a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94a515ff4657792a","status":"passed","time":{"start":1728682170201,"stop":1728682170201,"duration":0}},{"uid":"1d18641942064f76","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1d18641942064f76","status":"passed","time":{"start":1728676644980,"stop":1728676644980,"duration":0}},{"uid":"e8b73f11b350d8b0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e8b73f11b350d8b0","status":"passed","time":{"start":1728669367852,"stop":1728669367853,"duration":1}},{"uid":"874b7537960a21bd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/874b7537960a21bd","status":"passed","time":{"start":1728597708659,"stop":1728597708660,"duration":1}},{"uid":"fc24ef49d7cafba7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc24ef49d7cafba7","status":"passed","time":{"start":1728596927477,"stop":1728596927477,"duration":0}}]},"bb48d824e39ab899e6bac68f9c201b75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47ca63175bb3097e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47ca63175bb3097e","status":"passed","time":{"start":1728597353487,"stop":1728597353487,"duration":0}}]},"672967c317c33ab785cc5d45fe837a2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"304b15f0f3fefa40","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/304b15f0f3fefa40","status":"passed","time":{"start":1729034014873,"stop":1729034014876,"duration":3}}]},"36edf601b4fbe5892e14a50f1fa720fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b263e37c601d368","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2b263e37c601d368","status":"passed","time":{"start":1728597434078,"stop":1728597434078,"duration":0}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2674d9522b3ddaaf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2674d9522b3ddaaf","status":"passed","time":{"start":1729034611678,"stop":1729034611678,"duration":0}},{"uid":"2a4a8dcf9f55478a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2a4a8dcf9f55478a","status":"passed","time":{"start":1729034393653,"stop":1729034393654,"duration":1}},{"uid":"d6917832336a4524","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d6917832336a4524","status":"passed","time":{"start":1729034304851,"stop":1729034304852,"duration":1}},{"uid":"505e9f06ec3cb0fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/505e9f06ec3cb0fa","status":"passed","time":{"start":1729034121932,"stop":1729034121935,"duration":3}},{"uid":"8a943c771e05c86","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a943c771e05c86","status":"passed","time":{"start":1729032174901,"stop":1729032174901,"duration":0}},{"uid":"1165aae6187067e8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1165aae6187067e8","status":"passed","time":{"start":1728901881017,"stop":1728901881018,"duration":1}},{"uid":"6171dbbdfeb27a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6171dbbdfeb27a2","status":"passed","time":{"start":1728893317174,"stop":1728893317175,"duration":1}},{"uid":"f0574b8a5428177b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f0574b8a5428177b","status":"passed","time":{"start":1728856263106,"stop":1728856263107,"duration":1}},{"uid":"dc7c4245f8918cb1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dc7c4245f8918cb1","status":"passed","time":{"start":1728738492801,"stop":1728738492801,"duration":0}},{"uid":"381c81de86b88261","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/381c81de86b88261","status":"passed","time":{"start":1728683030024,"stop":1728683030025,"duration":1}},{"uid":"a5be76dac7813ff6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a5be76dac7813ff6","status":"passed","time":{"start":1728682581105,"stop":1728682581106,"duration":1}},{"uid":"c49e8e609016d318","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c49e8e609016d318","status":"passed","time":{"start":1728677082001,"stop":1728677082002,"duration":1}},{"uid":"6d052b0fa4284619","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6d052b0fa4284619","status":"passed","time":{"start":1728669795400,"stop":1728669795401,"duration":1}},{"uid":"d99e4689ac2fb053","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d99e4689ac2fb053","status":"passed","time":{"start":1728598137506,"stop":1728598137506,"duration":0}},{"uid":"2c113a20db6d3232","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c113a20db6d3232","status":"passed","time":{"start":1728597353483,"stop":1728597353483,"duration":0}}]},"1438457889672412979a8439eb4595d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f016a99f088b569","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f016a99f088b569","status":"passed","time":{"start":1728738567470,"stop":1728738567470,"duration":0}}]},"adee7be16c20a6ebf7cc264ec148e39e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":9,"unknown":0,"total":11},"items":[{"uid":"4ee240bc75ced1a7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4ee240bc75ced1a7","status":"passed","time":{"start":1729034372889,"stop":1729034372891,"duration":2}},{"uid":"1fcd69569770d616","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1fcd69569770d616","status":"passed","time":{"start":1729034137280,"stop":1729034137281,"duration":1}},{"uid":"bf6f08f9e4f8b494","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bf6f08f9e4f8b494","status":"passed","time":{"start":1729034060000,"stop":1729034060002,"duration":2}},{"uid":"69ac031071352433","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69ac031071352433","status":"passed","time":{"start":1729033875010,"stop":1729033875011,"duration":1}},{"uid":"b48abf9056572029","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b48abf9056572029","status":"passed","time":{"start":1729031924805,"stop":1729031924807,"duration":2}},{"uid":"ad7dd80b8e8be6d8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ad7dd80b8e8be6d8","status":"passed","time":{"start":1728855863300,"stop":1728855863300,"duration":0}},{"uid":"3c8ede53c66ccff1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3c8ede53c66ccff1","status":"passed","time":{"start":1728738080964,"stop":1728738080964,"duration":0}},{"uid":"c43f5a14cb21dc1a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c43f5a14cb21dc1a","status":"passed","time":{"start":1728682614254,"stop":1728682614255,"duration":1}},{"uid":"c7683cf64016a383","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7683cf64016a383","status":"passed","time":{"start":1728682187099,"stop":1728682187099,"duration":0}},{"uid":"662cbcb8aa58a1f6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/662cbcb8aa58a1f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660882,"stop":1728676660883,"duration":1}},{"uid":"88248350f03a938d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88248350f03a938d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384117,"stop":1728669384118,"duration":1}}]},"c7b55047471778c8c66803cc2f1f642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8bc805ac15ad9731","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bc805ac15ad9731","status":"passed","time":{"start":1728598221893,"stop":1728598221894,"duration":1}}]},"16125d401eb03e1fb863516079415d8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4337081fa7adedf0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4337081fa7adedf0","status":"passed","time":{"start":1729034373029,"stop":1729034373030,"duration":1}},{"uid":"65619ac9946c6eb8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/65619ac9946c6eb8","status":"passed","time":{"start":1729034137317,"stop":1729034137317,"duration":0}},{"uid":"eb69265a4a5e6e93","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/eb69265a4a5e6e93","status":"passed","time":{"start":1729034060022,"stop":1729034060022,"duration":0}},{"uid":"22677fa25313314a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/22677fa25313314a","status":"passed","time":{"start":1729033874965,"stop":1729033874966,"duration":1}},{"uid":"410999e8f816ca98","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/410999e8f816ca98","status":"passed","time":{"start":1729031924903,"stop":1729031924903,"duration":0}},{"uid":"7c1c11172e6b7eb4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7c1c11172e6b7eb4","status":"passed","time":{"start":1728901469130,"stop":1728901469130,"duration":0}},{"uid":"b95d01a9e0380e24","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b95d01a9e0380e24","status":"passed","time":{"start":1728892899795,"stop":1728892899796,"duration":1}},{"uid":"abcc8b118948b149","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/abcc8b118948b149","status":"passed","time":{"start":1728855863060,"stop":1728855863061,"duration":1}},{"uid":"4a051784ac534693","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4a051784ac534693","status":"passed","time":{"start":1728738080903,"stop":1728738080903,"duration":0}},{"uid":"2f77048631bdf832","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2f77048631bdf832","status":"passed","time":{"start":1728682614311,"stop":1728682614311,"duration":0}},{"uid":"183fba3decfb249a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/183fba3decfb249a","status":"passed","time":{"start":1728682187096,"stop":1728682187097,"duration":1}},{"uid":"212e7e6c3fadd166","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/212e7e6c3fadd166","status":"passed","time":{"start":1728676661489,"stop":1728676661489,"duration":0}},{"uid":"cefed468828ae50d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cefed468828ae50d","status":"passed","time":{"start":1728669384664,"stop":1728669384665,"duration":1}},{"uid":"217e408201950c0e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/217e408201950c0e","status":"passed","time":{"start":1728597724236,"stop":1728597724236,"duration":0}},{"uid":"2eaaed9f0f90888b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2eaaed9f0f90888b","status":"passed","time":{"start":1728596943284,"stop":1728596943284,"duration":0}}]},"dba288128be2f4ba0aa1e153c3218147:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3704f3a52ba73dc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b3704f3a52ba73dc","status":"passed","time":{"start":1729034443506,"stop":1729034443507,"duration":1}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"22f5bce6fe78ddf9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/22f5bce6fe78ddf9","status":"passed","time":{"start":1729034565828,"stop":1729034565830,"duration":2}},{"uid":"7eda6bf672169ba5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7eda6bf672169ba5","status":"passed","time":{"start":1729034325770,"stop":1729034325772,"duration":2}},{"uid":"219972f98b22b608","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/219972f98b22b608","status":"passed","time":{"start":1729034249508,"stop":1729034249509,"duration":1}},{"uid":"d9c840556bfa3253","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9c840556bfa3253","status":"passed","time":{"start":1729034066152,"stop":1729034066152,"duration":0}},{"uid":"5386986d9f3d724d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5386986d9f3d724d","status":"passed","time":{"start":1728901782835,"stop":1728901782835,"duration":0}},{"uid":"8e48dafb3d174805","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e48dafb3d174805","status":"passed","time":{"start":1728893215982,"stop":1728893215983,"duration":1}},{"uid":"a29d1d760277ce06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a29d1d760277ce06","status":"passed","time":{"start":1728856159198,"stop":1728856159198,"duration":0}},{"uid":"d127572b6d47526b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d127572b6d47526b","status":"passed","time":{"start":1728738371832,"stop":1728738371833,"duration":1}},{"uid":"3f6190c4ff363f53","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f6190c4ff363f53","status":"passed","time":{"start":1728682915878,"stop":1728682915879,"duration":1}},{"uid":"3c4c2d046a0d7b59","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3c4c2d046a0d7b59","status":"passed","time":{"start":1728682496450,"stop":1728682496454,"duration":4}},{"uid":"d991fd3c565be6b1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d991fd3c565be6b1","status":"passed","time":{"start":1728676980219,"stop":1728676980219,"duration":0}},{"uid":"403ed754357549f1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/403ed754357549f1","status":"passed","time":{"start":1728598045383,"stop":1728598045383,"duration":0}},{"uid":"e28320c3767ea77","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e28320c3767ea77","status":"passed","time":{"start":1728597260328,"stop":1728597260328,"duration":0}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1956923fd98a9328","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1956923fd98a9328","status":"passed","time":{"start":1729034340757,"stop":1729034340758,"duration":1}},{"uid":"f5d7b1d8305cb392","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f5d7b1d8305cb392","status":"passed","time":{"start":1729034104186,"stop":1729034104187,"duration":1}},{"uid":"f2edc74eaa0fe620","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f2edc74eaa0fe620","status":"passed","time":{"start":1729034027748,"stop":1729034027748,"duration":0}},{"uid":"f8185a14d1f3fafa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f8185a14d1f3fafa","status":"passed","time":{"start":1729033842351,"stop":1729033842352,"duration":1}},{"uid":"2df2814017d3983e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2df2814017d3983e","status":"passed","time":{"start":1729031892050,"stop":1729031892050,"duration":0}},{"uid":"390c60f4accc3cd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/390c60f4accc3cd","status":"passed","time":{"start":1728901438034,"stop":1728901438035,"duration":1}},{"uid":"f03f382a790c9c7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f03f382a790c9c7c","status":"passed","time":{"start":1728892868237,"stop":1728892868238,"duration":1}},{"uid":"70103cb8ed41d8f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/70103cb8ed41d8f7","status":"passed","time":{"start":1728855831083,"stop":1728855831084,"duration":1}},{"uid":"585b36bee852118","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/585b36bee852118","status":"passed","time":{"start":1728738048446,"stop":1728738048446,"duration":0}},{"uid":"34fe72dc9ce093e0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/34fe72dc9ce093e0","status":"passed","time":{"start":1728682581851,"stop":1728682581852,"duration":1}},{"uid":"fc6bc0d80454934c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fc6bc0d80454934c","status":"passed","time":{"start":1728682154711,"stop":1728682154712,"duration":1}},{"uid":"83604fd6798cf57f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/83604fd6798cf57f","status":"passed","time":{"start":1728676629307,"stop":1728676629307,"duration":0}},{"uid":"b5d7b513a9e1704f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b5d7b513a9e1704f","status":"passed","time":{"start":1728669352214,"stop":1728669352214,"duration":0}},{"uid":"58988749ba82f9a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58988749ba82f9a6","status":"passed","time":{"start":1728597693023,"stop":1728597693024,"duration":1}},{"uid":"ce2c01016dc629c0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ce2c01016dc629c0","status":"passed","time":{"start":1728596912536,"stop":1728596912536,"duration":0}}]},"82e4dd4a88fd78c1baa87ebe6e9612a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab68747bb3d68ba6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab68747bb3d68ba6","status":"passed","time":{"start":1729034177532,"stop":1729034177533,"duration":1}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3d8f9349d857131f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3d8f9349d857131f","status":"passed","time":{"start":1729034631258,"stop":1729034631258,"duration":0}},{"uid":"3101a532018d5989","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3101a532018d5989","status":"passed","time":{"start":1729034400894,"stop":1729034400894,"duration":0}},{"uid":"a2c7bae1649aed10","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a2c7bae1649aed10","status":"passed","time":{"start":1729034317463,"stop":1729034317464,"duration":1}},{"uid":"4b224c5f3fcf2c67","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b224c5f3fcf2c67","status":"passed","time":{"start":1729034137146,"stop":1729034137147,"duration":1}},{"uid":"2ec642087b130bfe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2ec642087b130bfe","status":"passed","time":{"start":1729032206879,"stop":1729032206879,"duration":0}},{"uid":"ddaf205490c27640","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ddaf205490c27640","status":"passed","time":{"start":1728901995025,"stop":1728901995026,"duration":1}},{"uid":"3e221c4c832d4ac7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3e221c4c832d4ac7","status":"passed","time":{"start":1728893421002,"stop":1728893421002,"duration":0}},{"uid":"1e85a4adde006a20","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1e85a4adde006a20","status":"passed","time":{"start":1728856368602,"stop":1728856368602,"duration":0}},{"uid":"88a96a03762bad83","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/88a96a03762bad83","status":"passed","time":{"start":1728738604686,"stop":1728738604686,"duration":0}},{"uid":"dc7f4dc846e26f60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc7f4dc846e26f60","status":"passed","time":{"start":1728683117641,"stop":1728683117642,"duration":1}},{"uid":"7465ec6b8b572651","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7465ec6b8b572651","status":"passed","time":{"start":1728682721322,"stop":1728682721322,"duration":0}},{"uid":"68f7016c0ae199ad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/68f7016c0ae199ad","status":"passed","time":{"start":1728677184688,"stop":1728677184688,"duration":0}},{"uid":"198e4d4ade314c67","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/198e4d4ade314c67","status":"passed","time":{"start":1728669866465,"stop":1728669866467,"duration":2}},{"uid":"8aa191e4c6060df9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8aa191e4c6060df9","status":"passed","time":{"start":1728598249999,"stop":1728598250001,"duration":2}},{"uid":"45e7f21cc6a14528","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/45e7f21cc6a14528","status":"passed","time":{"start":1728597472302,"stop":1728597472305,"duration":3}}]},"999dd90fc61418c761d50df978b2ee70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e24cd9728bb1b87d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e24cd9728bb1b87d","status":"passed","time":{"start":1728677163576,"stop":1728677163577,"duration":1}}]},"1b0bf68406b2a5ad5ae6e9209a611b78:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1353c35bb30fe847","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1353c35bb30fe847","status":"passed","time":{"start":1728682601746,"stop":1728682601747,"duration":1}}]},"1e0a30c0ba195eefa5784d7b82f7555c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"259d9bbb1e359c66","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/259d9bbb1e359c66","status":"passed","time":{"start":1728597423328,"stop":1728597423328,"duration":0}}]},"6b1eb07fa982f1150e6971213fce9061:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"725dfe31e15cc605","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/725dfe31e15cc605","status":"passed","time":{"start":1729034506794,"stop":1729034506794,"duration":0}}]},"3f204a21f154fb15cd77a1f989d0ed87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1be4b30180951fe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c1be4b30180951fe","status":"passed","time":{"start":1728893337254,"stop":1728893337254,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d4459ac3e00ba515","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d4459ac3e00ba515","status":"passed","time":{"start":1729034631265,"stop":1729034631265,"duration":0}},{"uid":"200fbe03cc6e5be3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/200fbe03cc6e5be3","status":"passed","time":{"start":1729034400905,"stop":1729034400905,"duration":0}},{"uid":"60bf420ee6bb4484","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/60bf420ee6bb4484","status":"passed","time":{"start":1729034317506,"stop":1729034317506,"duration":0}},{"uid":"9f5f3f58fd93316d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9f5f3f58fd93316d","status":"passed","time":{"start":1729034137159,"stop":1729034137159,"duration":0}},{"uid":"dff9081769730176","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dff9081769730176","status":"passed","time":{"start":1729032206902,"stop":1729032206902,"duration":0}},{"uid":"b6d49b7ec33c86e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b6d49b7ec33c86e2","status":"passed","time":{"start":1728901995037,"stop":1728901995037,"duration":0}},{"uid":"832126e63cc4994d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/832126e63cc4994d","status":"passed","time":{"start":1728893421010,"stop":1728893421011,"duration":1}},{"uid":"43f35d673e6e9fc7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/43f35d673e6e9fc7","status":"passed","time":{"start":1728856368611,"stop":1728856368612,"duration":1}},{"uid":"3789f825e4e6646b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3789f825e4e6646b","status":"passed","time":{"start":1728738604694,"stop":1728738604695,"duration":1}},{"uid":"91cac75ae3dfd494","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/91cac75ae3dfd494","status":"passed","time":{"start":1728683117701,"stop":1728683117701,"duration":0}},{"uid":"4a924db9111f62df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4a924db9111f62df","status":"passed","time":{"start":1728682721328,"stop":1728682721329,"duration":1}},{"uid":"c9d0f66c02e77869","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c9d0f66c02e77869","status":"passed","time":{"start":1728677184696,"stop":1728677184696,"duration":0}},{"uid":"b1a2ddc74ab1a377","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1a2ddc74ab1a377","status":"passed","time":{"start":1728669866482,"stop":1728669866483,"duration":1}},{"uid":"98fc1b5f850479e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/98fc1b5f850479e7","status":"passed","time":{"start":1728598250015,"stop":1728598250015,"duration":0}},{"uid":"e1edafcf22c7aeb1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e1edafcf22c7aeb1","status":"passed","time":{"start":1728597472311,"stop":1728597472311,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1c31bc7536fc66ce","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c31bc7536fc66ce","status":"passed","time":{"start":1729034348577,"stop":1729034348578,"duration":1}},{"uid":"a291b75779929c22","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a291b75779929c22","status":"passed","time":{"start":1729034112388,"stop":1729034112388,"duration":0}},{"uid":"56c0190825c4bc17","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/56c0190825c4bc17","status":"passed","time":{"start":1729034035617,"stop":1729034035617,"duration":0}},{"uid":"aa6c1e674aee882a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aa6c1e674aee882a","status":"passed","time":{"start":1729033850405,"stop":1729033850406,"duration":1}},{"uid":"512834f00b68c4f8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/512834f00b68c4f8","status":"passed","time":{"start":1729031899691,"stop":1729031899692,"duration":1}},{"uid":"11456637c51cd122","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/11456637c51cd122","status":"passed","time":{"start":1728901445803,"stop":1728901445803,"duration":0}},{"uid":"4a1b77866edba8c5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a1b77866edba8c5","status":"passed","time":{"start":1728892876334,"stop":1728892876334,"duration":0}},{"uid":"938459614d64ed68","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/938459614d64ed68","status":"passed","time":{"start":1728855838898,"stop":1728855838898,"duration":0}},{"uid":"ddc0a3eb53c0c0fc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ddc0a3eb53c0c0fc","status":"passed","time":{"start":1728738055942,"stop":1728738055942,"duration":0}},{"uid":"85fe3b4f9c3778a5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/85fe3b4f9c3778a5","status":"passed","time":{"start":1728682589826,"stop":1728682589826,"duration":0}},{"uid":"aa3cd41e509d525c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa3cd41e509d525c","status":"passed","time":{"start":1728682162268,"stop":1728682162269,"duration":1}},{"uid":"8eea12dab4a228a0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8eea12dab4a228a0","status":"passed","time":{"start":1728676637065,"stop":1728676637065,"duration":0}},{"uid":"f4553b5b97ae986c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4553b5b97ae986c","status":"passed","time":{"start":1728669360435,"stop":1728669360435,"duration":0}},{"uid":"22b0209105498caf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22b0209105498caf","status":"passed","time":{"start":1728597700986,"stop":1728597700986,"duration":0}},{"uid":"a676c6c82156aae6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a676c6c82156aae6","status":"passed","time":{"start":1728596920269,"stop":1728596920269,"duration":0}}]},"4d0e6bf5cd1d859d6ec5b7fcb1dad550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b72457930eb30c1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1b72457930eb30c1","status":"passed","time":{"start":1728597423327,"stop":1728597423328,"duration":1}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b5eadac2594df6fc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b5eadac2594df6fc","status":"passed","time":{"start":1729034537007,"stop":1729034537008,"duration":1}},{"uid":"ac988a9a87cf6393","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ac988a9a87cf6393","status":"passed","time":{"start":1729034307168,"stop":1729034307168,"duration":0}},{"uid":"ede66a8afe8f3706","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ede66a8afe8f3706","status":"passed","time":{"start":1729034223443,"stop":1729034223443,"duration":0}},{"uid":"2ba9fe54614373b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ba9fe54614373b5","status":"passed","time":{"start":1729034041649,"stop":1729034041649,"duration":0}},{"uid":"3a6e8f688af92409","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3a6e8f688af92409","status":"passed","time":{"start":1729032093969,"stop":1729032093970,"duration":1}},{"uid":"7755379c46782ecd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7755379c46782ecd","status":"passed","time":{"start":1728901748867,"stop":1728901748868,"duration":1}},{"uid":"e86135da3390b121","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e86135da3390b121","status":"passed","time":{"start":1728893181173,"stop":1728893181173,"duration":0}},{"uid":"cd7e42da752d55a7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cd7e42da752d55a7","status":"passed","time":{"start":1728856155638,"stop":1728856155638,"duration":0}},{"uid":"40db5845a3c5a395","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/40db5845a3c5a395","status":"passed","time":{"start":1728738360440,"stop":1728738360440,"duration":0}},{"uid":"35435cc88b3c6d2e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/35435cc88b3c6d2e","status":"passed","time":{"start":1728682907311,"stop":1728682907311,"duration":0}},{"uid":"c64807bd580bd4f6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c64807bd580bd4f6","status":"passed","time":{"start":1728682466791,"stop":1728682466792,"duration":1}},{"uid":"559e9b7f40713c0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/559e9b7f40713c0","status":"passed","time":{"start":1728676955821,"stop":1728676955822,"duration":1}},{"uid":"f85f1635db1c1166","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f85f1635db1c1166","status":"passed","time":{"start":1728669626605,"stop":1728669626611,"duration":6}},{"uid":"53cc133b278f2ab5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/53cc133b278f2ab5","status":"passed","time":{"start":1728598013625,"stop":1728598013626,"duration":1}},{"uid":"59f8b588bb888e5d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/59f8b588bb888e5d","status":"passed","time":{"start":1728597225281,"stop":1728597225281,"duration":0}}]},"27affe2d135d8ffe9ed775581dbd065b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f02297ac0d10bb68","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f02297ac0d10bb68","status":"passed","time":{"start":1729034348413,"stop":1729034348414,"duration":1}},{"uid":"de7675aacc5bd8d9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/de7675aacc5bd8d9","status":"passed","time":{"start":1729034112234,"stop":1729034112235,"duration":1}},{"uid":"fc781ac4c92757f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fc781ac4c92757f1","status":"passed","time":{"start":1729034035750,"stop":1729034035750,"duration":0}},{"uid":"ae712d8168b74c63","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae712d8168b74c63","status":"passed","time":{"start":1729033850299,"stop":1729033850300,"duration":1}},{"uid":"826f4c3bed47b7ad","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/826f4c3bed47b7ad","status":"passed","time":{"start":1729031899902,"stop":1729031899902,"duration":0}},{"uid":"6e00a8beaf5944b5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6e00a8beaf5944b5","status":"passed","time":{"start":1728901445871,"stop":1728901445871,"duration":0}},{"uid":"3ce933978eca63bd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ce933978eca63bd","status":"passed","time":{"start":1728892875906,"stop":1728892875907,"duration":1}},{"uid":"4f77f6251408c8c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4f77f6251408c8c","status":"passed","time":{"start":1728855839037,"stop":1728855839038,"duration":1}},{"uid":"b6514056223d51cb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b6514056223d51cb","status":"passed","time":{"start":1728738056184,"stop":1728738056185,"duration":1}},{"uid":"c1d68f82bc836468","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c1d68f82bc836468","status":"passed","time":{"start":1728682589459,"stop":1728682589459,"duration":0}},{"uid":"847accb2485f9f89","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/847accb2485f9f89","status":"passed","time":{"start":1728682162316,"stop":1728682162317,"duration":1}},{"uid":"5abcdd2aea392426","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5abcdd2aea392426","status":"passed","time":{"start":1728676637002,"stop":1728676637004,"duration":2}},{"uid":"2f13426e3b6e2041","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f13426e3b6e2041","status":"passed","time":{"start":1728669360368,"stop":1728669360369,"duration":1}},{"uid":"af0dd3ba84621a65","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/af0dd3ba84621a65","status":"passed","time":{"start":1728597700888,"stop":1728597700889,"duration":1}},{"uid":"f544ad26b44ffe34","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f544ad26b44ffe34","status":"passed","time":{"start":1728596919827,"stop":1728596919827,"duration":0}}]},"c3d766845f93b7cb683cedc75b886eb1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"639b8d2b165639f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/639b8d2b165639f8","status":"passed","time":{"start":1728893389989,"stop":1728893389989,"duration":0}}]},"05472441605b4536af9a1d51b7f66581:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3497feed0eab5e4b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3497feed0eab5e4b","status":"passed","time":{"start":1729034373008,"stop":1729034373009,"duration":1}},{"uid":"e86c1f3526052c15","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e86c1f3526052c15","status":"passed","time":{"start":1729034137108,"stop":1729034137111,"duration":3}},{"uid":"a7670318a90f03f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a7670318a90f03f9","status":"passed","time":{"start":1729034060043,"stop":1729034060044,"duration":1}},{"uid":"d2a76bd444e1922b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d2a76bd444e1922b","status":"passed","time":{"start":1729033875025,"stop":1729033875026,"duration":1}},{"uid":"282b8af742a14a13","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/282b8af742a14a13","status":"passed","time":{"start":1729031924906,"stop":1729031924907,"duration":1}},{"uid":"858cd8c3522f81a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/858cd8c3522f81a8","status":"passed","time":{"start":1728901469134,"stop":1728901469134,"duration":0}},{"uid":"e091515090e4e44e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e091515090e4e44e","status":"passed","time":{"start":1728892899799,"stop":1728892899799,"duration":0}},{"uid":"3642985b3ff81e9b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3642985b3ff81e9b","status":"passed","time":{"start":1728855863295,"stop":1728855863295,"duration":0}},{"uid":"602774471e3ed8ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/602774471e3ed8ca","status":"passed","time":{"start":1728738080954,"stop":1728738080955,"duration":1}},{"uid":"27faba0a51b9bce4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/27faba0a51b9bce4","status":"passed","time":{"start":1728682614314,"stop":1728682614315,"duration":1}},{"uid":"7eef6c895c811f2f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7eef6c895c811f2f","status":"passed","time":{"start":1728682187219,"stop":1728682187219,"duration":0}},{"uid":"79b474a2148ac557","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79b474a2148ac557","status":"passed","time":{"start":1728676661418,"stop":1728676661419,"duration":1}},{"uid":"c3452da5cee47891","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c3452da5cee47891","status":"passed","time":{"start":1728669384752,"stop":1728669384752,"duration":0}},{"uid":"70d11bf3e78b61ec","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70d11bf3e78b61ec","status":"passed","time":{"start":1728597724208,"stop":1728597724209,"duration":1}},{"uid":"3e396b7208abb4d7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3e396b7208abb4d7","status":"passed","time":{"start":1728596943261,"stop":1728596943262,"duration":1}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"823a58dfc627b34d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/823a58dfc627b34d","status":"passed","time":{"start":1729034368072,"stop":1729034368073,"duration":1}},{"uid":"dfd8a0c6efb74be5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dfd8a0c6efb74be5","status":"passed","time":{"start":1729034132179,"stop":1729034132179,"duration":0}},{"uid":"f71fa337543953f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f71fa337543953f5","status":"passed","time":{"start":1729034055084,"stop":1729034055085,"duration":1}},{"uid":"dcd41c148a36baf6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcd41c148a36baf6","status":"passed","time":{"start":1729033869945,"stop":1729033869945,"duration":0}},{"uid":"b10028ee5fb69c30","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b10028ee5fb69c30","status":"passed","time":{"start":1729031919799,"stop":1729031919799,"duration":0}},{"uid":"d4d474c97d118df0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d4d474c97d118df0","status":"passed","time":{"start":1728901465374,"stop":1728901465374,"duration":0}},{"uid":"ce9cdc58f6fcae93","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce9cdc58f6fcae93","status":"passed","time":{"start":1728892895975,"stop":1728892895975,"duration":0}},{"uid":"ac7f2e54183df21c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac7f2e54183df21c","status":"passed","time":{"start":1728855858319,"stop":1728855858319,"duration":0}},{"uid":"b48844887d5585b7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b48844887d5585b7","status":"passed","time":{"start":1728738075954,"stop":1728738075954,"duration":0}},{"uid":"b22dc340f76d64b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b22dc340f76d64b7","status":"passed","time":{"start":1728682609268,"stop":1728682609269,"duration":1}},{"uid":"2933cb82394446a6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2933cb82394446a6","status":"passed","time":{"start":1728682182160,"stop":1728682182161,"duration":1}},{"uid":"557e13617269332e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/557e13617269332e","status":"passed","time":{"start":1728676656594,"stop":1728676656594,"duration":0}},{"uid":"460f63398957bebe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/460f63398957bebe","status":"passed","time":{"start":1728669379924,"stop":1728669379924,"duration":0}},{"uid":"48737e43fa7db1ca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/48737e43fa7db1ca","status":"passed","time":{"start":1728597720386,"stop":1728597720386,"duration":0}},{"uid":"a965a61af52e991a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a965a61af52e991a","status":"passed","time":{"start":1728596939485,"stop":1728596939485,"duration":0}}]},"4da5cb47876d13a74d9bcb9e4c9ab41b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35e68a0efcd7b793","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/35e68a0efcd7b793","status":"passed","time":{"start":1728669834423,"stop":1728669834424,"duration":1}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"2d0e5212b4e21b84","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d0e5212b4e21b84","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034611689,"stop":1729034611689,"duration":0}},{"uid":"29ae357051987c2f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/29ae357051987c2f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034393673,"stop":1729034393674,"duration":1}},{"uid":"59bc200ac35b82dc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/59bc200ac35b82dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034304864,"stop":1729034304864,"duration":0}},{"uid":"61c178f059a631d0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/61c178f059a631d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121958,"stop":1729034121958,"duration":0}},{"uid":"a1a06edb47269baf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a1a06edb47269baf","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174932,"stop":1729032174932,"duration":0}},{"uid":"1c6832e9ea433778","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c6832e9ea433778","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881036,"stop":1728901881037,"duration":1}},{"uid":"fd8c4134408b7525","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fd8c4134408b7525","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317185,"stop":1728893317185,"duration":0}},{"uid":"bfd9292143e04665","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bfd9292143e04665","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263129,"stop":1728856263130,"duration":1}},{"uid":"de97c1438a2fb9a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/de97c1438a2fb9a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492816,"stop":1728738492816,"duration":0}},{"uid":"b58790f6ff1b8c67","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b58790f6ff1b8c67","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030033,"stop":1728683030033,"duration":0}},{"uid":"d18ce018eee7333f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d18ce018eee7333f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581134,"stop":1728682581134,"duration":0}},{"uid":"ba7b5cf9c9628c5f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba7b5cf9c9628c5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082018,"stop":1728677082018,"duration":0}},{"uid":"5807a2a4aef5b653","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5807a2a4aef5b653","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795411,"stop":1728669795412,"duration":1}},{"uid":"e3bbd9d976b19a8e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3bbd9d976b19a8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137512,"stop":1728598137512,"duration":0}},{"uid":"67a255579b21fbda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/67a255579b21fbda","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353491,"stop":1728597353492,"duration":1}}]},"ca4dfd4a5c0e1d74519ce3bdfc303293:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e41089d65e9bffd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e41089d65e9bffd","status":"passed","time":{"start":1729034308901,"stop":1729034308901,"duration":0}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"af2412f3af23e3d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af2412f3af23e3d8","status":"passed","time":{"start":1729034631257,"stop":1729034631257,"duration":0}},{"uid":"dfbbcb7458f412c3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dfbbcb7458f412c3","status":"passed","time":{"start":1729034400893,"stop":1729034400893,"duration":0}},{"uid":"f6c655c6eff5b959","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f6c655c6eff5b959","status":"passed","time":{"start":1729034317463,"stop":1729034317463,"duration":0}},{"uid":"4f17c1aa34ba8765","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f17c1aa34ba8765","status":"passed","time":{"start":1729034137145,"stop":1729034137146,"duration":1}},{"uid":"fab8f1fe6a0ec9ac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fab8f1fe6a0ec9ac","status":"passed","time":{"start":1729032206878,"stop":1729032206879,"duration":1}},{"uid":"638554dffd9092d4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/638554dffd9092d4","status":"passed","time":{"start":1728901995025,"stop":1728901995025,"duration":0}},{"uid":"219bf0e78bc1b151","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/219bf0e78bc1b151","status":"passed","time":{"start":1728893421001,"stop":1728893421001,"duration":0}},{"uid":"8b45fa2ae93a6f95","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b45fa2ae93a6f95","status":"passed","time":{"start":1728856368601,"stop":1728856368601,"duration":0}},{"uid":"dd2ec6751bb122d1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dd2ec6751bb122d1","status":"passed","time":{"start":1728738604685,"stop":1728738604685,"duration":0}},{"uid":"44af2ea5b4f1cd1b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/44af2ea5b4f1cd1b","status":"passed","time":{"start":1728683117639,"stop":1728683117640,"duration":1}},{"uid":"f1ca4a8083bba4c6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f1ca4a8083bba4c6","status":"passed","time":{"start":1728682721321,"stop":1728682721321,"duration":0}},{"uid":"e6e9a8a87a675f95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e6e9a8a87a675f95","status":"passed","time":{"start":1728677184687,"stop":1728677184687,"duration":0}},{"uid":"900d8331b756617e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/900d8331b756617e","status":"passed","time":{"start":1728669866457,"stop":1728669866457,"duration":0}},{"uid":"233be459f2b8682","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/233be459f2b8682","status":"passed","time":{"start":1728598249996,"stop":1728598249996,"duration":0}},{"uid":"42cb54d96d3c63e9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42cb54d96d3c63e9","status":"passed","time":{"start":1728597472301,"stop":1728597472301,"duration":0}}]},"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c4d8aae0c7aa9a54","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4d8aae0c7aa9a54","status":"passed","time":{"start":1729034332614,"stop":1729034332614,"duration":0}},{"uid":"b60fd785bb329662","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b60fd785bb329662","status":"passed","time":{"start":1729034096115,"stop":1729034096115,"duration":0}},{"uid":"6e8eac067e7a1f2c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6e8eac067e7a1f2c","status":"passed","time":{"start":1729034020076,"stop":1729034020076,"duration":0}},{"uid":"d129863327a3a84d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d129863327a3a84d","status":"passed","time":{"start":1729033834365,"stop":1729033834366,"duration":1}},{"uid":"9f53c150bd26853d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9f53c150bd26853d","status":"passed","time":{"start":1729031884095,"stop":1729031884095,"duration":0}},{"uid":"2d0b302317d8c8e6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2d0b302317d8c8e6","status":"passed","time":{"start":1728901430244,"stop":1728901430245,"duration":1}},{"uid":"51b3d44c4ac4737","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51b3d44c4ac4737","status":"passed","time":{"start":1728892860519,"stop":1728892860520,"duration":1}},{"uid":"dd5ece536f96f27a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dd5ece536f96f27a","status":"passed","time":{"start":1728855823310,"stop":1728855823310,"duration":0}},{"uid":"e98fe4433d068ce3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e98fe4433d068ce3","status":"passed","time":{"start":1728738040572,"stop":1728738040572,"duration":0}},{"uid":"8078c6092897737e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8078c6092897737e","status":"passed","time":{"start":1728682574072,"stop":1728682574072,"duration":0}},{"uid":"8e38f90f11587878","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e38f90f11587878","status":"passed","time":{"start":1728682146800,"stop":1728682146800,"duration":0}},{"uid":"6c9cb8680c981f7c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6c9cb8680c981f7c","status":"passed","time":{"start":1728676621418,"stop":1728676621418,"duration":0}},{"uid":"9efe32f3a73d07f2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9efe32f3a73d07f2","status":"passed","time":{"start":1728669344456,"stop":1728669344456,"duration":0}},{"uid":"38e85a6e29389137","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/38e85a6e29389137","status":"passed","time":{"start":1728597685140,"stop":1728597685140,"duration":0}},{"uid":"c299265727e19724","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c299265727e19724","status":"passed","time":{"start":1728596904449,"stop":1728596904449,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3440c2aecbcb8d8f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3440c2aecbcb8d8f","status":"passed","time":{"start":1729034617748,"stop":1729034617748,"duration":0}},{"uid":"e6757aeeacbfb7e3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e6757aeeacbfb7e3","status":"passed","time":{"start":1729034370834,"stop":1729034370834,"duration":0}},{"uid":"6a874e06df4d0e1c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a874e06df4d0e1c","status":"passed","time":{"start":1729034308850,"stop":1729034308850,"duration":0}},{"uid":"bdc590408cd957f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bdc590408cd957f2","status":"passed","time":{"start":1729034129467,"stop":1729034129467,"duration":0}},{"uid":"1e04986098117900","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1e04986098117900","status":"passed","time":{"start":1729032178355,"stop":1729032178356,"duration":1}},{"uid":"d59354373b8c571a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d59354373b8c571a","status":"passed","time":{"start":1728901896338,"stop":1728901896339,"duration":1}},{"uid":"c1ce5c2392719425","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c1ce5c2392719425","status":"passed","time":{"start":1728893329017,"stop":1728893329018,"duration":1}},{"uid":"541e41219310df7d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/541e41219310df7d","status":"passed","time":{"start":1728856284753,"stop":1728856284753,"duration":0}},{"uid":"85dabdd37a6df698","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85dabdd37a6df698","status":"passed","time":{"start":1728738494928,"stop":1728738494928,"duration":0}},{"uid":"d1f583a6142aab26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d1f583a6142aab26","status":"passed","time":{"start":1728683033623,"stop":1728683033624,"duration":1}},{"uid":"e3c94f9ed2968171","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e3c94f9ed2968171","status":"passed","time":{"start":1728682601729,"stop":1728682601729,"duration":0}},{"uid":"b6514b6d83fe1004","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b6514b6d83fe1004","status":"passed","time":{"start":1728677107953,"stop":1728677107954,"duration":1}},{"uid":"4bbf3b9748b856d0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4bbf3b9748b856d0","status":"passed","time":{"start":1728669764743,"stop":1728669764743,"duration":0}},{"uid":"efaa606806946691","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efaa606806946691","status":"passed","time":{"start":1728598157552,"stop":1728598157552,"duration":0}},{"uid":"e7ad2a4e83f02b9a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7ad2a4e83f02b9a","status":"passed","time":{"start":1728597369050,"stop":1728597369050,"duration":0}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f85a385da8a6fe11","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f85a385da8a6fe11","status":"passed","time":{"start":1729034636313,"stop":1729034636314,"duration":1}},{"uid":"10fbcf45f2b9befd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/10fbcf45f2b9befd","status":"passed","time":{"start":1729034402279,"stop":1729034402280,"duration":1}},{"uid":"149f3e2908782d57","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/149f3e2908782d57","status":"passed","time":{"start":1729034323294,"stop":1729034323294,"duration":0}},{"uid":"c2ecf39978ce5880","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2ecf39978ce5880","status":"passed","time":{"start":1729034144765,"stop":1729034144765,"duration":0}},{"uid":"be7b93e520f0edba","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be7b93e520f0edba","status":"passed","time":{"start":1729032198815,"stop":1729032198816,"duration":1}},{"uid":"1b822bc5ce228915","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b822bc5ce228915","status":"passed","time":{"start":1728901901763,"stop":1728901901764,"duration":1}},{"uid":"7ad888210dfad994","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7ad888210dfad994","status":"passed","time":{"start":1728893337247,"stop":1728893337252,"duration":5}},{"uid":"be06b68873113fa4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be06b68873113fa4","status":"passed","time":{"start":1728856299188,"stop":1728856299189,"duration":1}},{"uid":"8293090fd5a1e4af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8293090fd5a1e4af","status":"passed","time":{"start":1728738505375,"stop":1728738505375,"duration":0}},{"uid":"aec9516e6d2f8205","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aec9516e6d2f8205","status":"passed","time":{"start":1728683045448,"stop":1728683045448,"duration":0}},{"uid":"70b5b77f3b7495eb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70b5b77f3b7495eb","status":"passed","time":{"start":1728682607289,"stop":1728682607290,"duration":1}},{"uid":"c661a2148f5c26d3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c661a2148f5c26d3","status":"passed","time":{"start":1728677103493,"stop":1728677103494,"duration":1}},{"uid":"111ff79d94d997ce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/111ff79d94d997ce","status":"passed","time":{"start":1728669777115,"stop":1728669777116,"duration":1}},{"uid":"cb9486c259363cb9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb9486c259363cb9","status":"passed","time":{"start":1728598163465,"stop":1728598163465,"duration":0}},{"uid":"35faf3f9c1c9b3b9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/35faf3f9c1c9b3b9","status":"passed","time":{"start":1728597375468,"stop":1728597375469,"duration":1}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"59d96e9a94dd2bf1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/59d96e9a94dd2bf1","status":"passed","time":{"start":1729034655444,"stop":1729034655444,"duration":0}},{"uid":"28958f5498aa6541","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/28958f5498aa6541","status":"passed","time":{"start":1729034425378,"stop":1729034425379,"duration":1}},{"uid":"33d7ca1d3879e79a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/33d7ca1d3879e79a","status":"passed","time":{"start":1729034346110,"stop":1729034346113,"duration":3}},{"uid":"2d50f32c7ebe81e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d50f32c7ebe81e8","status":"passed","time":{"start":1729034162416,"stop":1729034162417,"duration":1}},{"uid":"543a2cf8f078577f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/543a2cf8f078577f","status":"passed","time":{"start":1729032197327,"stop":1729032197335,"duration":8}},{"uid":"7318e686615ded76","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7318e686615ded76","status":"passed","time":{"start":1728901899717,"stop":1728901899717,"duration":0}},{"uid":"7e5d87869dd7f4d5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7e5d87869dd7f4d5","status":"passed","time":{"start":1728893334924,"stop":1728893334925,"duration":1}},{"uid":"cbb4f16635d00c87","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cbb4f16635d00c87","status":"passed","time":{"start":1728856288028,"stop":1728856288029,"duration":1}},{"uid":"c5eabdb3a6fafaa8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5eabdb3a6fafaa8","status":"passed","time":{"start":1728738501691,"stop":1728738501691,"duration":0}},{"uid":"41f39c02a24fc25f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/41f39c02a24fc25f","status":"passed","time":{"start":1728683044490,"stop":1728683044490,"duration":0}},{"uid":"b5b0fa1f72a2580e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b5b0fa1f72a2580e","status":"passed","time":{"start":1728682619635,"stop":1728682619636,"duration":1}},{"uid":"f540bcbad78e7ac8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f540bcbad78e7ac8","status":"passed","time":{"start":1728677104188,"stop":1728677104190,"duration":2}},{"uid":"17e63a03981b3d38","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/17e63a03981b3d38","status":"passed","time":{"start":1728669759889,"stop":1728669759889,"duration":0}},{"uid":"c264710e17885d48","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c264710e17885d48","status":"passed","time":{"start":1728598164493,"stop":1728598164493,"duration":0}},{"uid":"ef948e1dce96d211","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ef948e1dce96d211","status":"passed","time":{"start":1728597385270,"stop":1728597385270,"duration":0}}]},"c560e80a2e7a10833716f7dbd856620a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6168ca53a83b8719","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6168ca53a83b8719","status":"passed","time":{"start":1729034393632,"stop":1729034393633,"duration":1}}]},"bbb7378b3307828dcb05d49b677b0802:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f8838bd49ca9a2f7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f8838bd49ca9a2f7","status":"passed","time":{"start":1729034373030,"stop":1729034373030,"duration":0}},{"uid":"891e4f908f45c3fd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/891e4f908f45c3fd","status":"passed","time":{"start":1729034137317,"stop":1729034137317,"duration":0}},{"uid":"239ad0f20cfe4d2a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/239ad0f20cfe4d2a","status":"passed","time":{"start":1729034060022,"stop":1729034060023,"duration":1}},{"uid":"85f63db5b9924a7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85f63db5b9924a7e","status":"passed","time":{"start":1729033874966,"stop":1729033874967,"duration":1}},{"uid":"3e0903160060c99e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3e0903160060c99e","status":"passed","time":{"start":1729031924903,"stop":1729031924904,"duration":1}},{"uid":"da7b0655fd66c598","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da7b0655fd66c598","status":"passed","time":{"start":1728901469131,"stop":1728901469131,"duration":0}},{"uid":"c14460b519638ddb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c14460b519638ddb","status":"passed","time":{"start":1728892899796,"stop":1728892899796,"duration":0}},{"uid":"153b8fbed112c938","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/153b8fbed112c938","status":"passed","time":{"start":1728855863061,"stop":1728855863062,"duration":1}},{"uid":"97aab1ddd894a0f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/97aab1ddd894a0f1","status":"passed","time":{"start":1728738080904,"stop":1728738080904,"duration":0}},{"uid":"3cb5eedc817f0bd9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3cb5eedc817f0bd9","status":"passed","time":{"start":1728682614312,"stop":1728682614312,"duration":0}},{"uid":"34342a4db8bacb4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/34342a4db8bacb4","status":"passed","time":{"start":1728682187097,"stop":1728682187098,"duration":1}},{"uid":"1077c91cb5aa20f5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1077c91cb5aa20f5","status":"passed","time":{"start":1728676661489,"stop":1728676661490,"duration":1}},{"uid":"37fb76567767a419","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/37fb76567767a419","status":"passed","time":{"start":1728669384665,"stop":1728669384665,"duration":0}},{"uid":"539d722bfbdee457","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/539d722bfbdee457","status":"passed","time":{"start":1728597724236,"stop":1728597724236,"duration":0}},{"uid":"78c324fb67191abb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/78c324fb67191abb","status":"passed","time":{"start":1728596943284,"stop":1728596943285,"duration":1}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"eb48a3969f949ac4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eb48a3969f949ac4","status":"passed","time":{"start":1729034341410,"stop":1729034341411,"duration":1}},{"uid":"9f1206911be62d78","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9f1206911be62d78","status":"passed","time":{"start":1729034104920,"stop":1729034104920,"duration":0}},{"uid":"4c931d177e0dd5a4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c931d177e0dd5a4","status":"passed","time":{"start":1729034028518,"stop":1729034028518,"duration":0}},{"uid":"83acd30f98f1e9b6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/83acd30f98f1e9b6","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"duration":0}},{"uid":"d45bdd6d2f1b2fad","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d45bdd6d2f1b2fad","status":"passed","time":{"start":1729031892684,"stop":1729031892684,"duration":0}},{"uid":"e52d0304adf51e1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e52d0304adf51e1","status":"passed","time":{"start":1728901438815,"stop":1728901438815,"duration":0}},{"uid":"8d4d59ebd38ec61d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d4d59ebd38ec61d","status":"passed","time":{"start":1728892869008,"stop":1728892869009,"duration":1}},{"uid":"ffc666cd3a259b4a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ffc666cd3a259b4a","status":"passed","time":{"start":1728855831899,"stop":1728855831900,"duration":1}},{"uid":"239820ab26b4a01","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/239820ab26b4a01","status":"passed","time":{"start":1728738049048,"stop":1728738049048,"duration":0}},{"uid":"baaaa115a9d39695","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/baaaa115a9d39695","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"9f0058e52a37f574","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9f0058e52a37f574","status":"passed","time":{"start":1728682155414,"stop":1728682155415,"duration":1}},{"uid":"83c5d9c5c05e006b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/83c5d9c5c05e006b","status":"passed","time":{"start":1728676629981,"stop":1728676629981,"duration":0}},{"uid":"9e8decc6fdcd8d5b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e8decc6fdcd8d5b","status":"passed","time":{"start":1728669353108,"stop":1728669353108,"duration":0}},{"uid":"6b2bb698c6d6361b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b2bb698c6d6361b","status":"passed","time":{"start":1728597693855,"stop":1728597693855,"duration":0}},{"uid":"57256f6ffe592512","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/57256f6ffe592512","status":"passed","time":{"start":1728596913098,"stop":1728596913099,"duration":1}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"82c0e7172f4ebcf4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/82c0e7172f4ebcf4","status":"passed","time":{"start":1729034341409,"stop":1729034341410,"duration":1}},{"uid":"d57f555645340925","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d57f555645340925","status":"passed","time":{"start":1729034104918,"stop":1729034104919,"duration":1}},{"uid":"3a9eafedf17b8295","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a9eafedf17b8295","status":"passed","time":{"start":1729034028517,"stop":1729034028517,"duration":0}},{"uid":"2138884f7fce1040","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2138884f7fce1040","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0}},{"uid":"98a5da90ebe1e2c8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/98a5da90ebe1e2c8","status":"passed","time":{"start":1729031892683,"stop":1729031892683,"duration":0}},{"uid":"44a2f39803c27bfa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/44a2f39803c27bfa","status":"passed","time":{"start":1728901438814,"stop":1728901438814,"duration":0}},{"uid":"da72f46b1036496b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da72f46b1036496b","status":"passed","time":{"start":1728892869007,"stop":1728892869007,"duration":0}},{"uid":"3e200605c816e39d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3e200605c816e39d","status":"passed","time":{"start":1728855831898,"stop":1728855831899,"duration":1}},{"uid":"de61f2598751f443","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/de61f2598751f443","status":"passed","time":{"start":1728738049046,"stop":1728738049047,"duration":1}},{"uid":"28d551f45be36ef0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28d551f45be36ef0","status":"passed","time":{"start":1728682582626,"stop":1728682582626,"duration":0}},{"uid":"d31ada51576eb9a8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d31ada51576eb9a8","status":"passed","time":{"start":1728682155413,"stop":1728682155414,"duration":1}},{"uid":"38fecc2fbf997d1d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38fecc2fbf997d1d","status":"passed","time":{"start":1728676629980,"stop":1728676629980,"duration":0}},{"uid":"2246365316035015","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2246365316035015","status":"passed","time":{"start":1728669353107,"stop":1728669353107,"duration":0}},{"uid":"8f7e8dae4aff58f2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8f7e8dae4aff58f2","status":"passed","time":{"start":1728597693853,"stop":1728597693853,"duration":0}},{"uid":"211da771347d40f6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/211da771347d40f6","status":"passed","time":{"start":1728596913097,"stop":1728596913098,"duration":1}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e4132d58ff799ea2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e4132d58ff799ea2","status":"passed","time":{"start":1729034631249,"stop":1729034631250,"duration":1}},{"uid":"613df3054eb33d0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/613df3054eb33d0","status":"passed","time":{"start":1729034400886,"stop":1729034400886,"duration":0}},{"uid":"4c36a2c36aa573f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c36a2c36aa573f8","status":"passed","time":{"start":1729034317448,"stop":1729034317448,"duration":0}},{"uid":"e67f5286595fca06","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e67f5286595fca06","status":"passed","time":{"start":1729034137127,"stop":1729034137128,"duration":1}},{"uid":"29cd204347dc4dd4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29cd204347dc4dd4","status":"passed","time":{"start":1729032206872,"stop":1729032206872,"duration":0}},{"uid":"2c2a7cad2399bd97","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c2a7cad2399bd97","status":"passed","time":{"start":1728901995019,"stop":1728901995019,"duration":0}},{"uid":"73ca581e00ed035","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73ca581e00ed035","status":"passed","time":{"start":1728893420992,"stop":1728893420993,"duration":1}},{"uid":"133624cef3979a65","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/133624cef3979a65","status":"passed","time":{"start":1728856368593,"stop":1728856368593,"duration":0}},{"uid":"2f1fd083578a4a2b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f1fd083578a4a2b","status":"passed","time":{"start":1728738604678,"stop":1728738604678,"duration":0}},{"uid":"8c5df4bfb49f179b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c5df4bfb49f179b","status":"passed","time":{"start":1728683117614,"stop":1728683117616,"duration":2}},{"uid":"2371471500c54afe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2371471500c54afe","status":"passed","time":{"start":1728682721315,"stop":1728682721316,"duration":1}},{"uid":"93b19cd06b88deac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93b19cd06b88deac","status":"passed","time":{"start":1728677184680,"stop":1728677184680,"duration":0}},{"uid":"213d89a1bde6df21","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/213d89a1bde6df21","status":"passed","time":{"start":1728669866447,"stop":1728669866447,"duration":0}},{"uid":"74fdb6603d35984b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74fdb6603d35984b","status":"passed","time":{"start":1728598249973,"stop":1728598249973,"duration":0}},{"uid":"d8a361e234ed636a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d8a361e234ed636a","status":"passed","time":{"start":1728597472288,"stop":1728597472289,"duration":1}}]},"505aef321fdf47ad5b7795b9521aa54b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1802e0e9232220b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1802e0e9232220b","status":"passed","time":{"start":1728893395080,"stop":1728893395080,"duration":0}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a2660683e8967b82","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a2660683e8967b82","status":"passed","time":{"start":1729034368073,"stop":1729034368073,"duration":0}},{"uid":"e5f2f536904b6d44","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e5f2f536904b6d44","status":"passed","time":{"start":1729034132179,"stop":1729034132180,"duration":1}},{"uid":"3d60f4b2d9b6519e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3d60f4b2d9b6519e","status":"passed","time":{"start":1729034055085,"stop":1729034055085,"duration":0}},{"uid":"27bdaf32f1d1235a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27bdaf32f1d1235a","status":"passed","time":{"start":1729033869945,"stop":1729033869945,"duration":0}},{"uid":"61d570dd6e74ff61","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61d570dd6e74ff61","status":"passed","time":{"start":1729031919799,"stop":1729031919799,"duration":0}},{"uid":"420920b57291fc83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/420920b57291fc83","status":"passed","time":{"start":1728901465374,"stop":1728901465375,"duration":1}},{"uid":"a25857cf3dbbc59e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a25857cf3dbbc59e","status":"passed","time":{"start":1728892895975,"stop":1728892895975,"duration":0}},{"uid":"ce7f827a8578448e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce7f827a8578448e","status":"passed","time":{"start":1728855858320,"stop":1728855858320,"duration":0}},{"uid":"8ea933348d685317","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8ea933348d685317","status":"passed","time":{"start":1728738075954,"stop":1728738075954,"duration":0}},{"uid":"122f28a6c7e805b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/122f28a6c7e805b7","status":"passed","time":{"start":1728682609269,"stop":1728682609269,"duration":0}},{"uid":"f6265fca10fdfab1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f6265fca10fdfab1","status":"passed","time":{"start":1728682182161,"stop":1728682182161,"duration":0}},{"uid":"4f7dd1e002ccd5d9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f7dd1e002ccd5d9","status":"passed","time":{"start":1728676656594,"stop":1728676656595,"duration":1}},{"uid":"23596d7487539e00","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/23596d7487539e00","status":"passed","time":{"start":1728669379924,"stop":1728669379925,"duration":1}},{"uid":"afdc0212e228285f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/afdc0212e228285f","status":"passed","time":{"start":1728597720386,"stop":1728597720386,"duration":0}},{"uid":"f1fd318641acb1d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1fd318641acb1d1","status":"passed","time":{"start":1728596939485,"stop":1728596939485,"duration":0}}]},"cd3920d64f030529c173cd783cdad868:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4501d14f8b361270","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4501d14f8b361270","status":"passed","time":{"start":1729034169450,"stop":1729034169450,"duration":0}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c0f9ceb37a91a03a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c0f9ceb37a91a03a","status":"passed","time":{"start":1729034617746,"stop":1729034617747,"duration":1}},{"uid":"7aa0e60d77ab58de","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7aa0e60d77ab58de","status":"passed","time":{"start":1729034370833,"stop":1729034370833,"duration":0}},{"uid":"196666e60407f940","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/196666e60407f940","status":"passed","time":{"start":1729034308840,"stop":1729034308846,"duration":6}},{"uid":"935792c153665915","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/935792c153665915","status":"passed","time":{"start":1729034129465,"stop":1729034129465,"duration":0}},{"uid":"d0aa8be951639c5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d0aa8be951639c5","status":"passed","time":{"start":1729032178355,"stop":1729032178355,"duration":0}},{"uid":"78a8b711fff002d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78a8b711fff002d0","status":"passed","time":{"start":1728901896334,"stop":1728901896334,"duration":0}},{"uid":"b76f0ffe87e86e62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b76f0ffe87e86e62","status":"passed","time":{"start":1728893329016,"stop":1728893329017,"duration":1}},{"uid":"7bc3eb47d86e7663","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7bc3eb47d86e7663","status":"passed","time":{"start":1728856284752,"stop":1728856284752,"duration":0}},{"uid":"aaefc3f2fd3f3289","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aaefc3f2fd3f3289","status":"passed","time":{"start":1728738494927,"stop":1728738494928,"duration":1}},{"uid":"9e80e4e9f2f2788b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9e80e4e9f2f2788b","status":"passed","time":{"start":1728683033622,"stop":1728683033623,"duration":1}},{"uid":"1144ff6e6da6b4e8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1144ff6e6da6b4e8","status":"passed","time":{"start":1728682601728,"stop":1728682601728,"duration":0}},{"uid":"3b66527cc394b5f5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3b66527cc394b5f5","status":"passed","time":{"start":1728677107952,"stop":1728677107953,"duration":1}},{"uid":"4623062aaa421ca2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4623062aaa421ca2","status":"passed","time":{"start":1728669764742,"stop":1728669764742,"duration":0}},{"uid":"e27dc2ebe76e0784","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e27dc2ebe76e0784","status":"passed","time":{"start":1728598157551,"stop":1728598157551,"duration":0}},{"uid":"b1824e86e68fcfd3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b1824e86e68fcfd3","status":"passed","time":{"start":1728597369047,"stop":1728597369048,"duration":1}}]},"bbbad8ba087a6b3cb59cec34cd14b909:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"737587455a45d144","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/737587455a45d144","status":"passed","time":{"start":1728738567471,"stop":1728738567471,"duration":0}}]},"496c69c85d72b06e86c03b7e8ae33a43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8fb2b2079c632cdc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8fb2b2079c632cdc","status":"passed","time":{"start":1728683110368,"stop":1728683110369,"duration":1}}]},"ba847809ed0bdee81dd716b6d41cf251:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1da0d7025ce3d465","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1da0d7025ce3d465","status":"passed","time":{"start":1729034357697,"stop":1729034357698,"duration":1}}]},"a18747e063963f18624c2a426c33024d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a15d093b12a3eb2e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a15d093b12a3eb2e","status":"passed","time":{"start":1729032065455,"stop":1729032065455,"duration":0}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"42ab892b8e5fedd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/42ab892b8e5fedd","status":"passed","time":{"start":1729034348762,"stop":1729034348762,"duration":0}},{"uid":"97ff751dcb75f82d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/97ff751dcb75f82d","status":"passed","time":{"start":1729034112605,"stop":1729034112605,"duration":0}},{"uid":"75584499f9806342","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/75584499f9806342","status":"passed","time":{"start":1729034035873,"stop":1729034035873,"duration":0}},{"uid":"b6894e6dfb574f5c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6894e6dfb574f5c","status":"passed","time":{"start":1729033850549,"stop":1729033850549,"duration":0}},{"uid":"ac611eb574088876","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac611eb574088876","status":"passed","time":{"start":1729031900272,"stop":1729031900272,"duration":0}},{"uid":"9dd3294eb00f377f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9dd3294eb00f377f","status":"passed","time":{"start":1728901446178,"stop":1728901446178,"duration":0}},{"uid":"f14bf19500710787","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f14bf19500710787","status":"passed","time":{"start":1728892876478,"stop":1728892876478,"duration":0}},{"uid":"cb7fee61fbba2fff","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cb7fee61fbba2fff","status":"passed","time":{"start":1728855839199,"stop":1728855839200,"duration":1}},{"uid":"755ca7456de2cf80","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/755ca7456de2cf80","status":"passed","time":{"start":1728738056465,"stop":1728738056465,"duration":0}},{"uid":"456da0a9cf6d856d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/456da0a9cf6d856d","status":"passed","time":{"start":1728682590045,"stop":1728682590045,"duration":0}},{"uid":"bb7a1ea32d6022a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb7a1ea32d6022a1","status":"passed","time":{"start":1728682162839,"stop":1728682162839,"duration":0}},{"uid":"f59bdd198a29596e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f59bdd198a29596e","status":"passed","time":{"start":1728676637412,"stop":1728676637412,"duration":0}},{"uid":"ffada467f16dacda","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ffada467f16dacda","status":"passed","time":{"start":1728669360495,"stop":1728669360495,"duration":0}},{"uid":"fe51a3b15f685f56","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fe51a3b15f685f56","status":"passed","time":{"start":1728597701237,"stop":1728597701237,"duration":0}},{"uid":"798001ef499cbf9a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/798001ef499cbf9a","status":"passed","time":{"start":1728596920371,"stop":1728596920372,"duration":1}}]},"94f2d56b5bb0b68a1f02fa3db451a462:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7efc8421d6e250e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e7efc8421d6e250e","status":"passed","time":{"start":1728901950547,"stop":1728901950547,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4971218267a8266d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4971218267a8266d","status":"passed","time":{"start":1729034506784,"stop":1729034506785,"duration":1}},{"uid":"16eed2a58a06f542","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/16eed2a58a06f542","status":"passed","time":{"start":1729034259806,"stop":1729034259806,"duration":0}},{"uid":"1bd81528471301de","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1bd81528471301de","status":"passed","time":{"start":1729034194000,"stop":1729034194000,"duration":0}},{"uid":"a8ee0a29081af6a2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8ee0a29081af6a2","status":"passed","time":{"start":1729034014827,"stop":1729034014827,"duration":0}},{"uid":"b16c6bbcdf2f844b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b16c6bbcdf2f844b","status":"passed","time":{"start":1729032065419,"stop":1729032065422,"duration":3}},{"uid":"686c5f4b6c49ee8a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/686c5f4b6c49ee8a","status":"passed","time":{"start":1728901664233,"stop":1728901664233,"duration":0}},{"uid":"e63227204ebb7041","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e63227204ebb7041","status":"passed","time":{"start":1728893093678,"stop":1728893093679,"duration":1}},{"uid":"edf07850665cba4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/edf07850665cba4c","status":"passed","time":{"start":1728856055261,"stop":1728856055261,"duration":0}},{"uid":"c238bfefc69d700","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c238bfefc69d700","status":"passed","time":{"start":1728738274737,"stop":1728738274738,"duration":1}},{"uid":"8ff2327bb0c367c8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8ff2327bb0c367c8","status":"passed","time":{"start":1728682807945,"stop":1728682807946,"duration":1}},{"uid":"ae878d80b615d8da","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ae878d80b615d8da","status":"passed","time":{"start":1728682381278,"stop":1728682381278,"duration":0}},{"uid":"479699186c99d011","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/479699186c99d011","status":"passed","time":{"start":1728676853891,"stop":1728676853891,"duration":0}},{"uid":"6c44b3ba102539c5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c44b3ba102539c5","status":"passed","time":{"start":1728669581680,"stop":1728669581681,"duration":1}},{"uid":"55d5837c46085b03","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55d5837c46085b03","status":"passed","time":{"start":1728597923458,"stop":1728597923458,"duration":0}},{"uid":"19b8c942ac01466","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/19b8c942ac01466","status":"passed","time":{"start":1728597132256,"stop":1728597132257,"duration":1}}]},"754a9e70bba1a2d5fb7d924f7d3cc175:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa95d57b245d7bb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fa95d57b245d7bb","status":"passed","time":{"start":1728683110371,"stop":1728683110371,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5e631a4785c688f8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5e631a4785c688f8","status":"passed","time":{"start":1729034626851,"stop":1729034626851,"duration":0}},{"uid":"84f1d38a427572c7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/84f1d38a427572c7","status":"passed","time":{"start":1729034398547,"stop":1729034398547,"duration":0}},{"uid":"be1e2bb1bee3dff5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/be1e2bb1bee3dff5","status":"passed","time":{"start":1729034314813,"stop":1729034314813,"duration":0}},{"uid":"c65fb98a8b1abe0b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c65fb98a8b1abe0b","status":"passed","time":{"start":1729034137163,"stop":1729034137163,"duration":0}},{"uid":"a561984ea38ad6d5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a561984ea38ad6d5","status":"passed","time":{"start":1729032187245,"stop":1729032187245,"duration":0}},{"uid":"1e5e0f008cf24c80","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e5e0f008cf24c80","status":"passed","time":{"start":1728901888428,"stop":1728901888429,"duration":1}},{"uid":"486c6752ca4a6c44","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/486c6752ca4a6c44","status":"passed","time":{"start":1728893323787,"stop":1728893323788,"duration":1}},{"uid":"2809e6355ab05cef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2809e6355ab05cef","status":"passed","time":{"start":1728856285926,"stop":1728856285926,"duration":0}},{"uid":"11e66220ca9703a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11e66220ca9703a","status":"passed","time":{"start":1728738498274,"stop":1728738498274,"duration":0}},{"uid":"24e0a61e25ef8879","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/24e0a61e25ef8879","status":"passed","time":{"start":1728683041390,"stop":1728683041390,"duration":0}},{"uid":"9abd39c8d9d1b58b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9abd39c8d9d1b58b","status":"passed","time":{"start":1728682596012,"stop":1728682596014,"duration":2}},{"uid":"fa57d13385f9d1ac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fa57d13385f9d1ac","status":"passed","time":{"start":1728677091266,"stop":1728677091266,"duration":0}},{"uid":"d0b75834a0e1863a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d0b75834a0e1863a","status":"passed","time":{"start":1728669766424,"stop":1728669766425,"duration":1}},{"uid":"5dc29ab6a3bc4cbd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5dc29ab6a3bc4cbd","status":"passed","time":{"start":1728598152072,"stop":1728598152072,"duration":0}},{"uid":"c8ef073695238b54","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c8ef073695238b54","status":"passed","time":{"start":1728597364115,"stop":1728597364115,"duration":0}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ae36504ee291e6c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae36504ee291e6c1","status":"passed","time":{"start":1729034640505,"stop":1729034640505,"duration":0}},{"uid":"1c4510e94b3137db","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1c4510e94b3137db","status":"passed","time":{"start":1729034411417,"stop":1729034411418,"duration":1}},{"uid":"b94aa8368858f7df","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b94aa8368858f7df","status":"passed","time":{"start":1729034327389,"stop":1729034327389,"duration":0}},{"uid":"4fa2a0410dd57166","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4fa2a0410dd57166","status":"passed","time":{"start":1729034147760,"stop":1729034147760,"duration":0}},{"uid":"c6f2ccaba19b2dce","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6f2ccaba19b2dce","status":"passed","time":{"start":1729032204822,"stop":1729032204822,"duration":0}},{"uid":"8842cc3758e64579","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8842cc3758e64579","status":"passed","time":{"start":1728901907650,"stop":1728901907650,"duration":0}},{"uid":"1cb36fdddce6f48","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cb36fdddce6f48","status":"passed","time":{"start":1728893341885,"stop":1728893341885,"duration":0}},{"uid":"ed7aefdb72b7678d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed7aefdb72b7678d","status":"passed","time":{"start":1728856299350,"stop":1728856299350,"duration":0}},{"uid":"e51fd38b50b6cb9b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e51fd38b50b6cb9b","status":"passed","time":{"start":1728738511610,"stop":1728738511610,"duration":0}},{"uid":"dc24f6f419bf9770","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc24f6f419bf9770","status":"passed","time":{"start":1728683052904,"stop":1728683052905,"duration":1}},{"uid":"3da63ffb9daab035","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3da63ffb9daab035","status":"passed","time":{"start":1728682612905,"stop":1728682612905,"duration":0}},{"uid":"5a412b0891612f28","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5a412b0891612f28","status":"passed","time":{"start":1728677115738,"stop":1728677115739,"duration":1}},{"uid":"510f7311cbfa6277","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/510f7311cbfa6277","status":"passed","time":{"start":1728669778168,"stop":1728669778168,"duration":0}},{"uid":"4bc67e5f52357d97","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4bc67e5f52357d97","status":"passed","time":{"start":1728598175426,"stop":1728598175426,"duration":0}},{"uid":"86c72fa2a4726056","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86c72fa2a4726056","status":"passed","time":{"start":1728597380056,"stop":1728597380056,"duration":0}}]},"e65c928bd7bf47c1b2fe330ed6ae2e8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6edcd225266175b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6edcd225266175b6","status":"passed","time":{"start":1728893389985,"stop":1728893389985,"duration":0}}]},"873a4493b507d9720a59f0bfb73e04f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6037ccbafba217","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f6037ccbafba217","status":"passed","time":{"start":1728677081989,"stop":1728677081989,"duration":0}}]},"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ce26fedc0b47d800","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce26fedc0b47d800","status":"passed","time":{"start":1729034332622,"stop":1729034332623,"duration":1}},{"uid":"aff6d2959d967108","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aff6d2959d967108","status":"passed","time":{"start":1729034096124,"stop":1729034096124,"duration":0}},{"uid":"af54823ccd6333d1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/af54823ccd6333d1","status":"passed","time":{"start":1729034020083,"stop":1729034020083,"duration":0}},{"uid":"ea7dfeef7d0b4123","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ea7dfeef7d0b4123","status":"passed","time":{"start":1729033834375,"stop":1729033834375,"duration":0}},{"uid":"bd91cae075763a4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bd91cae075763a4","status":"passed","time":{"start":1729031884105,"stop":1729031884106,"duration":1}},{"uid":"21f377838c6e0909","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/21f377838c6e0909","status":"passed","time":{"start":1728901430247,"stop":1728901430248,"duration":1}},{"uid":"c1aefaec35500f6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c1aefaec35500f6a","status":"passed","time":{"start":1728892860523,"stop":1728892860523,"duration":0}},{"uid":"673f155f7426543e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/673f155f7426543e","status":"passed","time":{"start":1728855823314,"stop":1728855823314,"duration":0}},{"uid":"7d740d973582a9e2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7d740d973582a9e2","status":"passed","time":{"start":1728738040583,"stop":1728738040583,"duration":0}},{"uid":"2f4d817a12083003","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2f4d817a12083003","status":"passed","time":{"start":1728682574080,"stop":1728682574080,"duration":0}},{"uid":"88e5007016d17a9d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/88e5007016d17a9d","status":"passed","time":{"start":1728682146808,"stop":1728682146808,"duration":0}},{"uid":"f7a85a218ecc4905","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7a85a218ecc4905","status":"passed","time":{"start":1728676621422,"stop":1728676621422,"duration":0}},{"uid":"192d0397dcc154eb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/192d0397dcc154eb","status":"passed","time":{"start":1728669344459,"stop":1728669344459,"duration":0}},{"uid":"6ffa95db9580cb32","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6ffa95db9580cb32","status":"passed","time":{"start":1728597685152,"stop":1728597685152,"duration":0}},{"uid":"3c493aa8d2a83c5c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3c493aa8d2a83c5c","status":"passed","time":{"start":1728596904458,"stop":1728596904459,"duration":1}}]},"504ae292fead219a4a004bf2f8bc8f0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37084eb10bef3eb6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/37084eb10bef3eb6","status":"passed","time":{"start":1729034348214,"stop":1729034348214,"duration":0}}]},"1a04f7de419c27d2719083a8dfcbf8cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e83fbde2b732178","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9e83fbde2b732178","status":"passed","time":{"start":1729034402285,"stop":1729034402285,"duration":0}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3b88858ddb3adab6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b88858ddb3adab6","status":"passed","time":{"start":1729034348576,"stop":1729034348577,"duration":1}},{"uid":"4b780dfd8365ba14","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4b780dfd8365ba14","status":"passed","time":{"start":1729034112387,"stop":1729034112387,"duration":0}},{"uid":"b240c2a7ff4ac6bb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b240c2a7ff4ac6bb","status":"passed","time":{"start":1729034035614,"stop":1729034035614,"duration":0}},{"uid":"7900b7379a879674","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7900b7379a879674","status":"passed","time":{"start":1729033850404,"stop":1729033850405,"duration":1}},{"uid":"424c9096f89b7d6a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/424c9096f89b7d6a","status":"passed","time":{"start":1729031899689,"stop":1729031899689,"duration":0}},{"uid":"b7c651ce3ba0c44f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c651ce3ba0c44f","status":"passed","time":{"start":1728901445801,"stop":1728901445802,"duration":1}},{"uid":"4eb7a0e97325ab46","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4eb7a0e97325ab46","status":"passed","time":{"start":1728892876333,"stop":1728892876333,"duration":0}},{"uid":"62ae3324c7cd1f00","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62ae3324c7cd1f00","status":"passed","time":{"start":1728855838897,"stop":1728855838897,"duration":0}},{"uid":"9ae64db4e25049c0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ae64db4e25049c0","status":"passed","time":{"start":1728738055941,"stop":1728738055941,"duration":0}},{"uid":"994faade168d7dfd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/994faade168d7dfd","status":"passed","time":{"start":1728682589825,"stop":1728682589825,"duration":0}},{"uid":"21ce7539bba96c21","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/21ce7539bba96c21","status":"passed","time":{"start":1728682162267,"stop":1728682162268,"duration":1}},{"uid":"34162da2f573f4bb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34162da2f573f4bb","status":"passed","time":{"start":1728676637064,"stop":1728676637064,"duration":0}},{"uid":"7c992148558ae","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7c992148558ae","status":"passed","time":{"start":1728669360434,"stop":1728669360434,"duration":0}},{"uid":"d0beba729e334586","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d0beba729e334586","status":"passed","time":{"start":1728597700985,"stop":1728597700986,"duration":1}},{"uid":"c58e810d568b552a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c58e810d568b552a","status":"passed","time":{"start":1728596920268,"stop":1728596920268,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4ebec372eb95b7c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4ebec372eb95b7c5","status":"passed","time":{"start":1729034340751,"stop":1729034340751,"duration":0}},{"uid":"30f9b2f0970e26c0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/30f9b2f0970e26c0","status":"passed","time":{"start":1729034104153,"stop":1729034104153,"duration":0}},{"uid":"7557a4fd4541160a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7557a4fd4541160a","status":"passed","time":{"start":1729034027734,"stop":1729034027735,"duration":1}},{"uid":"c4ec123c5c6fd6c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4ec123c5c6fd6c1","status":"passed","time":{"start":1729033842338,"stop":1729033842339,"duration":1}},{"uid":"a29a001b5e79c209","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a29a001b5e79c209","status":"passed","time":{"start":1729031892042,"stop":1729031892042,"duration":0}},{"uid":"3873895e8b4d44b4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3873895e8b4d44b4","status":"passed","time":{"start":1728901438022,"stop":1728901438023,"duration":1}},{"uid":"2d522695e1e594be","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2d522695e1e594be","status":"passed","time":{"start":1728892868228,"stop":1728892868229,"duration":1}},{"uid":"42f40698b65c5ed1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/42f40698b65c5ed1","status":"passed","time":{"start":1728855831075,"stop":1728855831075,"duration":0}},{"uid":"b04315773d3319e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b04315773d3319e0","status":"passed","time":{"start":1728738048433,"stop":1728738048435,"duration":2}},{"uid":"ab3274b044d83bfe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab3274b044d83bfe","status":"passed","time":{"start":1728682581833,"stop":1728682581837,"duration":4}},{"uid":"b3dbdfa6f7289354","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3dbdfa6f7289354","status":"passed","time":{"start":1728682154703,"stop":1728682154704,"duration":1}},{"uid":"54514fedb7f8b4c5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/54514fedb7f8b4c5","status":"passed","time":{"start":1728676629292,"stop":1728676629292,"duration":0}},{"uid":"69bf2c82a0aefaa6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/69bf2c82a0aefaa6","status":"passed","time":{"start":1728669352206,"stop":1728669352206,"duration":0}},{"uid":"6c37a483f282ff5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6c37a483f282ff5e","status":"passed","time":{"start":1728597693009,"stop":1728597693010,"duration":1}},{"uid":"142580462894c140","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/142580462894c140","status":"passed","time":{"start":1728596912509,"stop":1728596912510,"duration":1}}]},"a65170d9415ba29de5fde20c11df17c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"ab5b529dcb692f5b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab5b529dcb692f5b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473401,"stop":1729034473401,"duration":0}},{"uid":"12f5af40a6efb4e1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12f5af40a6efb4e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241338,"stop":1729034241338,"duration":0}},{"uid":"3eb44e3b9652d20","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3eb44e3b9652d20","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160187,"stop":1729034160187,"duration":0}},{"uid":"d2d69a734079f3db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d2d69a734079f3db","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977224,"stop":1729033977224,"duration":0}},{"uid":"6da243487a75d76a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6da243487a75d76a","status":"passed","time":{"start":1729032053269,"stop":1729032053269,"duration":0}},{"uid":"78a91da7fe7deef4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78a91da7fe7deef4","status":"passed","time":{"start":1728901711766,"stop":1728901711766,"duration":0}},{"uid":"c682916ab38ec6ea","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c682916ab38ec6ea","status":"passed","time":{"start":1728893141896,"stop":1728893141896,"duration":0}},{"uid":"1f76041a87f33e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f76041a87f33e5","status":"passed","time":{"start":1728856103198,"stop":1728856103199,"duration":1}},{"uid":"5536516ac0ce37bf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5536516ac0ce37bf","status":"passed","time":{"start":1728738321617,"stop":1728738321618,"duration":1}},{"uid":"f250c985c9487a46","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f250c985c9487a46","status":"passed","time":{"start":1728682857564,"stop":1728682857565,"duration":1}},{"uid":"d9d2e8a01f8e86dc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d9d2e8a01f8e86dc","status":"passed","time":{"start":1728682428803,"stop":1728682428803,"duration":0}},{"uid":"c1b373bfe53a213","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1b373bfe53a213","status":"passed","time":{"start":1728676901167,"stop":1728676901167,"duration":0}},{"uid":"63456b14a8e67c79","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/63456b14a8e67c79","status":"passed","time":{"start":1728669573861,"stop":1728669573862,"duration":1}},{"uid":"d91edba3cbf3823d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d91edba3cbf3823d","status":"passed","time":{"start":1728597972336,"stop":1728597972336,"duration":0}},{"uid":"4f95b95efc6fe814","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f95b95efc6fe814","status":"passed","time":{"start":1728597175618,"stop":1728597175618,"duration":0}}]},"db21f03eee600c7e0a57ac2df182b2e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9eecf3e5a05745bf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9eecf3e5a05745bf","status":"passed","time":{"start":1728669834422,"stop":1728669834423,"duration":1}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aa14d6ca5b998dea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aa14d6ca5b998dea","status":"passed","time":{"start":1729034536100,"stop":1729034536100,"duration":0}},{"uid":"ef881d3a44d06897","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ef881d3a44d06897","status":"passed","time":{"start":1729034296706,"stop":1729034296706,"duration":0}},{"uid":"54810c6233e3537a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/54810c6233e3537a","status":"passed","time":{"start":1729034220603,"stop":1729034220603,"duration":0}},{"uid":"ccae3bd215ab031a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccae3bd215ab031a","status":"passed","time":{"start":1729034041487,"stop":1729034041487,"duration":0}},{"uid":"26e48c93716c0ef9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/26e48c93716c0ef9","status":"passed","time":{"start":1728901705399,"stop":1728901705401,"duration":2}},{"uid":"914fd9dfab6fcfde","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/914fd9dfab6fcfde","status":"passed","time":{"start":1728893141776,"stop":1728893141776,"duration":0}},{"uid":"c1e42e8c15dbd161","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c1e42e8c15dbd161","status":"passed","time":{"start":1728856087083,"stop":1728856087083,"duration":0}},{"uid":"1d856d9b2354def5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1d856d9b2354def5","status":"passed","time":{"start":1728738321434,"stop":1728738321434,"duration":0}},{"uid":"141f2e8789a6c84e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/141f2e8789a6c84e","status":"passed","time":{"start":1728682845673,"stop":1728682845674,"duration":1}},{"uid":"8d0b58e53b41adf8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8d0b58e53b41adf8","status":"passed","time":{"start":1728682424309,"stop":1728682424309,"duration":0}},{"uid":"d65e2a6a64a5e20","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d65e2a6a64a5e20","status":"passed","time":{"start":1728676900518,"stop":1728676900519,"duration":1}},{"uid":"554f88fdf92e3eb4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/554f88fdf92e3eb4","status":"passed","time":{"start":1728669625799,"stop":1728669625799,"duration":0}},{"uid":"bfe2741946346f8a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bfe2741946346f8a","status":"passed","time":{"start":1728597957164,"stop":1728597957165,"duration":1}},{"uid":"f0e70a5a91c15806","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0e70a5a91c15806","status":"passed","time":{"start":1728597182616,"stop":1728597182617,"duration":1}}]},"dbcd14cc9b1420e98065a04fa116d682:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23af4aa4a64ebdd6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/23af4aa4a64ebdd6","status":"passed","time":{"start":1729034393658,"stop":1729034393658,"duration":0}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a07402179e9ac5ff","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a07402179e9ac5ff","status":"passed","time":{"start":1729034704505,"stop":1729034704506,"duration":1}},{"uid":"c4bebc9b6170ada","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c4bebc9b6170ada","status":"passed","time":{"start":1729034475002,"stop":1729034475002,"duration":0}},{"uid":"794f61fcd3347fd1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/794f61fcd3347fd1","status":"passed","time":{"start":1729034395299,"stop":1729034395300,"duration":1}},{"uid":"a249435eea9c5275","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a249435eea9c5275","status":"passed","time":{"start":1729034209113,"stop":1729034209113,"duration":0}},{"uid":"2a1aab6ca523ecd0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a1aab6ca523ecd0","status":"passed","time":{"start":1729032264589,"stop":1729032264589,"duration":0}},{"uid":"546b1ffbb9a10d2b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/546b1ffbb9a10d2b","status":"passed","time":{"start":1728902012872,"stop":1728902012872,"duration":0}},{"uid":"19add29b4b69f3fc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19add29b4b69f3fc","status":"passed","time":{"start":1728893454823,"stop":1728893454823,"duration":0}},{"uid":"a807bb1109fb7a1d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a807bb1109fb7a1d","status":"passed","time":{"start":1728856408465,"stop":1728856408466,"duration":1}},{"uid":"d30a35243917e697","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d30a35243917e697","status":"passed","time":{"start":1728738633872,"stop":1728738633872,"duration":0}},{"uid":"c21f8c479f010a5e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c21f8c479f010a5e","status":"passed","time":{"start":1728683159818,"stop":1728683159818,"duration":0}},{"uid":"5c2f3109afea7df6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5c2f3109afea7df6","status":"passed","time":{"start":1728682751341,"stop":1728682751341,"duration":0}},{"uid":"b4c1539221542c6a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4c1539221542c6a","status":"passed","time":{"start":1728677216375,"stop":1728677216375,"duration":0}},{"uid":"8766cd6b00339166","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8766cd6b00339166","status":"passed","time":{"start":1728669925464,"stop":1728669925465,"duration":1}},{"uid":"f2109baa82044936","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f2109baa82044936","status":"passed","time":{"start":1728598268818,"stop":1728598268819,"duration":1}},{"uid":"11da9c06ddbbafbf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/11da9c06ddbbafbf","status":"passed","time":{"start":1728597503946,"stop":1728597503947,"duration":1}}]},"196aabc86b3f784df37e426f3171f46d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"573af7c54c526590","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/573af7c54c526590","status":"passed","time":{"start":1728901950553,"stop":1728901950554,"duration":1}}]},"2b9afaf34676cac7fe1bf810b9f32d66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"775a1d39e0328509","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/775a1d39e0328509","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473222,"stop":1729034473222,"duration":0}},{"uid":"d947c6e7e6c40784","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d947c6e7e6c40784","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241162,"stop":1729034241163,"duration":1}},{"uid":"39d564ab19a60b85","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/39d564ab19a60b85","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159976,"stop":1729034159976,"duration":0}},{"uid":"57df7b288d19998f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/57df7b288d19998f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977066,"stop":1729033977066,"duration":0}},{"uid":"ad826fc9462af48","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ad826fc9462af48","status":"passed","time":{"start":1729032093824,"stop":1729032093824,"duration":0}},{"uid":"dbfef6898a7a319c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dbfef6898a7a319c","status":"passed","time":{"start":1728901748784,"stop":1728901748784,"duration":0}},{"uid":"f264d6220b259d3b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f264d6220b259d3b","status":"passed","time":{"start":1728893181088,"stop":1728893181089,"duration":1}},{"uid":"8f43e636cdf5314a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f43e636cdf5314a","status":"passed","time":{"start":1728856155554,"stop":1728856155554,"duration":0}},{"uid":"980bfb5851f4cee5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/980bfb5851f4cee5","status":"passed","time":{"start":1728738360303,"stop":1728738360303,"duration":0}},{"uid":"e4d11773953a5e4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e4d11773953a5e4f","status":"passed","time":{"start":1728682907224,"stop":1728682907224,"duration":0}},{"uid":"9fd9f76929afe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9fd9f76929afe","status":"passed","time":{"start":1728682466738,"stop":1728682466739,"duration":1}},{"uid":"b1cd45ce3eed83d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b1cd45ce3eed83d7","status":"passed","time":{"start":1728676955724,"stop":1728676955724,"duration":0}},{"uid":"322b7bdeb298a556","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/322b7bdeb298a556","status":"passed","time":{"start":1728598013537,"stop":1728598013537,"duration":0}},{"uid":"77338591f328a16f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/77338591f328a16f","status":"passed","time":{"start":1728597225202,"stop":1728597225202,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8e03921c87fe4eb6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e03921c87fe4eb6","status":"passed","time":{"start":1729034536096,"stop":1729034536096,"duration":0}},{"uid":"7ec4b416f4fa07a3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7ec4b416f4fa07a3","status":"passed","time":{"start":1729034296701,"stop":1729034296701,"duration":0}},{"uid":"c3f7df88ccb65553","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c3f7df88ccb65553","status":"passed","time":{"start":1729034220596,"stop":1729034220597,"duration":1}},{"uid":"136f8b376a5ef8dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/136f8b376a5ef8dd","status":"passed","time":{"start":1729034041473,"stop":1729034041474,"duration":1}},{"uid":"ee48885ee71cc3d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ee48885ee71cc3d2","status":"passed","time":{"start":1728901705383,"stop":1728901705385,"duration":2}},{"uid":"6e56211ee0635a7f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6e56211ee0635a7f","status":"passed","time":{"start":1728893141768,"stop":1728893141769,"duration":1}},{"uid":"c855b9700e90da7a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c855b9700e90da7a","status":"passed","time":{"start":1728856087079,"stop":1728856087079,"duration":0}},{"uid":"20d4d72f9ba5767","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20d4d72f9ba5767","status":"passed","time":{"start":1728738321430,"stop":1728738321430,"duration":0}},{"uid":"bc7f5da7b5c0cd24","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc7f5da7b5c0cd24","status":"passed","time":{"start":1728682845670,"stop":1728682845670,"duration":0}},{"uid":"37e3df8854a6003d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/37e3df8854a6003d","status":"passed","time":{"start":1728682424303,"stop":1728682424304,"duration":1}},{"uid":"8d9955de7b6f98df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8d9955de7b6f98df","status":"passed","time":{"start":1728676900511,"stop":1728676900511,"duration":0}},{"uid":"16bd18cc25405510","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/16bd18cc25405510","status":"passed","time":{"start":1728669625794,"stop":1728669625795,"duration":1}},{"uid":"ca3c30678401fc9f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca3c30678401fc9f","status":"passed","time":{"start":1728597957159,"stop":1728597957159,"duration":0}},{"uid":"f2562ade4414fe27","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f2562ade4414fe27","status":"passed","time":{"start":1728597182593,"stop":1728597182598,"duration":5}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fabf0d589a1f2447","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fabf0d589a1f2447","status":"passed","time":{"start":1729034472984,"stop":1729034472984,"duration":0}},{"uid":"1af2a2defe8bebb9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1af2a2defe8bebb9","status":"passed","time":{"start":1729034240926,"stop":1729034240927,"duration":1}},{"uid":"216db4eb21c9a4df","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/216db4eb21c9a4df","status":"passed","time":{"start":1729034159622,"stop":1729034159623,"duration":1}},{"uid":"7356360137264b16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7356360137264b16","status":"passed","time":{"start":1729033976806,"stop":1729033976806,"duration":0}},{"uid":"81fed2b97fc18ec9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/81fed2b97fc18ec9","status":"passed","time":{"start":1729032020528,"stop":1729032020530,"duration":2}},{"uid":"859cc47b9b680f44","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/859cc47b9b680f44","status":"passed","time":{"start":1728901616473,"stop":1728901616473,"duration":0}},{"uid":"8fa35f7e94a45a25","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fa35f7e94a45a25","status":"passed","time":{"start":1728893050250,"stop":1728893050250,"duration":0}},{"uid":"5f5cd01c596f8739","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5f5cd01c596f8739","status":"passed","time":{"start":1728856015176,"stop":1728856015176,"duration":0}},{"uid":"aa5aa8e1e677324a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa5aa8e1e677324a","status":"passed","time":{"start":1728738233147,"stop":1728738233148,"duration":1}},{"uid":"902c2493e0a1c842","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/902c2493e0a1c842","status":"passed","time":{"start":1728682762477,"stop":1728682762477,"duration":0}},{"uid":"81f7810df308897b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/81f7810df308897b","status":"passed","time":{"start":1728682332791,"stop":1728682332791,"duration":0}},{"uid":"1e315812205697c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1e315812205697c7","status":"passed","time":{"start":1728676810300,"stop":1728676810300,"duration":0}},{"uid":"a1b986ae1f218a6b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a1b986ae1f218a6b","status":"passed","time":{"start":1728669529905,"stop":1728669529906,"duration":1}},{"uid":"d123d1a86cbc3add","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d123d1a86cbc3add","status":"passed","time":{"start":1728597873540,"stop":1728597873540,"duration":0}},{"uid":"e7785bfeb7e5951c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7785bfeb7e5951c","status":"passed","time":{"start":1728597089278,"stop":1728597089278,"duration":0}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a841ec4481a1622c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a841ec4481a1622c","status":"passed","time":{"start":1729034392569,"stop":1729034392569,"duration":0}},{"uid":"94a8e54f54255957","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/94a8e54f54255957","status":"passed","time":{"start":1729034155171,"stop":1729034155172,"duration":1}},{"uid":"5856981f6eabfc81","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5856981f6eabfc81","status":"passed","time":{"start":1729034079232,"stop":1729034079233,"duration":1}},{"uid":"bae066ea0937368","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bae066ea0937368","status":"passed","time":{"start":1729033892956,"stop":1729033892956,"duration":0}},{"uid":"1f184c17654de7df","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1f184c17654de7df","status":"passed","time":{"start":1729031943349,"stop":1729031943350,"duration":1}},{"uid":"cf6ea0ecc9a91356","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cf6ea0ecc9a91356","status":"passed","time":{"start":1728901487520,"stop":1728901487520,"duration":0}},{"uid":"1e6902689b8793cc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e6902689b8793cc","status":"passed","time":{"start":1728892920385,"stop":1728892920386,"duration":1}},{"uid":"d9d17c3ea7ede79c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9d17c3ea7ede79c","status":"passed","time":{"start":1728855881507,"stop":1728855881507,"duration":0}},{"uid":"5489a25464cd7353","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5489a25464cd7353","status":"passed","time":{"start":1728738098728,"stop":1728738098729,"duration":1}},{"uid":"4b5b477253e75d0a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4b5b477253e75d0a","status":"passed","time":{"start":1728682632219,"stop":1728682632219,"duration":0}},{"uid":"57b68ab4c5834f09","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/57b68ab4c5834f09","status":"passed","time":{"start":1728682205209,"stop":1728682205209,"duration":0}},{"uid":"81739e12e3567d55","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/81739e12e3567d55","status":"passed","time":{"start":1728676680986,"stop":1728676680987,"duration":1}},{"uid":"728ee257049baed6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/728ee257049baed6","status":"passed","time":{"start":1728669404738,"stop":1728669404739,"duration":1}},{"uid":"8221f7e8a948f1d0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8221f7e8a948f1d0","status":"passed","time":{"start":1728597743845,"stop":1728597743846,"duration":1}},{"uid":"3f592d71d0932de8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f592d71d0932de8","status":"passed","time":{"start":1728596961182,"stop":1728596961183,"duration":1}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9278b868f44b78d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9278b868f44b78d","status":"passed","time":{"start":1729034640528,"stop":1729034640528,"duration":0}},{"uid":"7a8df02a10bf2b44","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a8df02a10bf2b44","status":"passed","time":{"start":1729034411428,"stop":1729034411428,"duration":0}},{"uid":"493919ec7ab36fbf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/493919ec7ab36fbf","status":"passed","time":{"start":1729034327412,"stop":1729034327413,"duration":1}},{"uid":"e03453525f0fef2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e03453525f0fef2","status":"passed","time":{"start":1729034147792,"stop":1729034147792,"duration":0}},{"uid":"fd1b633c20b873eb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fd1b633c20b873eb","status":"passed","time":{"start":1729032204833,"stop":1729032204834,"duration":1}},{"uid":"3e41b96123892b94","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3e41b96123892b94","status":"passed","time":{"start":1728901907717,"stop":1728901907717,"duration":0}},{"uid":"b50331a175c1bf1f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b50331a175c1bf1f","status":"passed","time":{"start":1728893341892,"stop":1728893341892,"duration":0}},{"uid":"815bada6cd38f8e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/815bada6cd38f8e7","status":"passed","time":{"start":1728856299387,"stop":1728856299387,"duration":0}},{"uid":"435cbad43b7498de","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/435cbad43b7498de","status":"passed","time":{"start":1728738511623,"stop":1728738511623,"duration":0}},{"uid":"e26dfb0e7fc046fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e26dfb0e7fc046fd","status":"passed","time":{"start":1728683052915,"stop":1728683052915,"duration":0}},{"uid":"290c92cda73d1f37","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/290c92cda73d1f37","status":"passed","time":{"start":1728682612915,"stop":1728682612915,"duration":0}},{"uid":"2b1548621ae19405","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b1548621ae19405","status":"passed","time":{"start":1728677115754,"stop":1728677115755,"duration":1}},{"uid":"cf76be51946e014a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cf76be51946e014a","status":"passed","time":{"start":1728669778187,"stop":1728669778188,"duration":1}},{"uid":"68ed00b75c656995","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68ed00b75c656995","status":"passed","time":{"start":1728598175437,"stop":1728598175437,"duration":0}},{"uid":"318cc6460c159670","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/318cc6460c159670","status":"passed","time":{"start":1728597380066,"stop":1728597380067,"duration":1}}]},"250ad8b4699514e3fc6015ff5152b149:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cbb1f0c21ff8ae78","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cbb1f0c21ff8ae78","status":"passed","time":{"start":1729034332629,"stop":1729034332630,"duration":1}},{"uid":"c0923387eac3c823","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c0923387eac3c823","status":"passed","time":{"start":1729034096131,"stop":1729034096131,"duration":0}},{"uid":"4035f0f33f5fefb2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4035f0f33f5fefb2","status":"passed","time":{"start":1729034020088,"stop":1729034020088,"duration":0}},{"uid":"c2a979ab240db1c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2a979ab240db1c5","status":"passed","time":{"start":1729033834382,"stop":1729033834382,"duration":0}},{"uid":"d71489dfbf48112d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d71489dfbf48112d","status":"passed","time":{"start":1729031884115,"stop":1729031884115,"duration":0}},{"uid":"b5893b4a31145291","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b5893b4a31145291","status":"passed","time":{"start":1728901430253,"stop":1728901430253,"duration":0}},{"uid":"ae0cae2a815f9fac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ae0cae2a815f9fac","status":"passed","time":{"start":1728892860530,"stop":1728892860530,"duration":0}},{"uid":"cf23b676962dc24c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cf23b676962dc24c","status":"passed","time":{"start":1728855823321,"stop":1728855823321,"duration":0}},{"uid":"4522b02951e84817","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4522b02951e84817","status":"passed","time":{"start":1728738040599,"stop":1728738040599,"duration":0}},{"uid":"7f552369e5739e23","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7f552369e5739e23","status":"passed","time":{"start":1728682574089,"stop":1728682574090,"duration":1}},{"uid":"dd1d076051c05633","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dd1d076051c05633","status":"passed","time":{"start":1728682146815,"stop":1728682146815,"duration":0}},{"uid":"226c33da84782a69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/226c33da84782a69","status":"passed","time":{"start":1728676621430,"stop":1728676621430,"duration":0}},{"uid":"47afba39c96566e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/47afba39c96566e2","status":"passed","time":{"start":1728669344465,"stop":1728669344466,"duration":1}},{"uid":"9d63e24d14a3dbc2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9d63e24d14a3dbc2","status":"passed","time":{"start":1728597685159,"stop":1728597685159,"duration":0}},{"uid":"cc7cc52172c52c7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cc7cc52172c52c7e","status":"passed","time":{"start":1728596904465,"stop":1728596904466,"duration":1}}]},"08f30757872d3120e463e579258d5aff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b10131dbb45a893b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b10131dbb45a893b","status":"passed","time":{"start":1728893395073,"stop":1728893395074,"duration":1}}]},"388b5611ae217e79e2893d0f904c2b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9ec69bcc15416e31","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ec69bcc15416e31","status":"passed","time":{"start":1729034332620,"stop":1729034332620,"duration":0}},{"uid":"7d6bf52445e2486e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7d6bf52445e2486e","status":"passed","time":{"start":1729034096120,"stop":1729034096121,"duration":1}},{"uid":"42b01c3bc5618570","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/42b01c3bc5618570","status":"passed","time":{"start":1729034020081,"stop":1729034020081,"duration":0}},{"uid":"b48472ccfba8f8e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b48472ccfba8f8e8","status":"passed","time":{"start":1729033834373,"stop":1729033834373,"duration":0}},{"uid":"eab2423b5c6e6a47","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/eab2423b5c6e6a47","status":"passed","time":{"start":1729031884103,"stop":1729031884103,"duration":0}},{"uid":"e9464cc5b2e61209","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e9464cc5b2e61209","status":"passed","time":{"start":1728901430246,"stop":1728901430246,"duration":0}},{"uid":"d417110e9f3dfe9a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d417110e9f3dfe9a","status":"passed","time":{"start":1728892860521,"stop":1728892860521,"duration":0}},{"uid":"20ade201db023df4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/20ade201db023df4","status":"passed","time":{"start":1728855823311,"stop":1728855823312,"duration":1}},{"uid":"38d6b8d797af2853","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38d6b8d797af2853","status":"passed","time":{"start":1728738040580,"stop":1728738040580,"duration":0}},{"uid":"7768e791a0bb0623","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7768e791a0bb0623","status":"passed","time":{"start":1728682574078,"stop":1728682574078,"duration":0}},{"uid":"966eb4da37158efb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/966eb4da37158efb","status":"passed","time":{"start":1728682146806,"stop":1728682146806,"duration":0}},{"uid":"46e16d68ecd779c0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46e16d68ecd779c0","status":"passed","time":{"start":1728676621419,"stop":1728676621420,"duration":1}},{"uid":"9d6e9d7da802f2ec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9d6e9d7da802f2ec","status":"passed","time":{"start":1728669344457,"stop":1728669344457,"duration":0}},{"uid":"1628256c5e7d9056","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1628256c5e7d9056","status":"passed","time":{"start":1728597685150,"stop":1728597685150,"duration":0}},{"uid":"ea107dfa72bd5d08","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea107dfa72bd5d08","status":"passed","time":{"start":1728596904456,"stop":1728596904456,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ef88f331dc5eeef9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ef88f331dc5eeef9","status":"passed","time":{"start":1729034703308,"stop":1729034703309,"duration":1}},{"uid":"ac0eb85f3360dcb6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ac0eb85f3360dcb6","status":"passed","time":{"start":1729034475270,"stop":1729034475271,"duration":1}},{"uid":"96c274de4b21d2b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/96c274de4b21d2b","status":"passed","time":{"start":1729034392399,"stop":1729034392400,"duration":1}},{"uid":"4866072b417bef22","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4866072b417bef22","status":"passed","time":{"start":1729034208292,"stop":1729034208293,"duration":1}},{"uid":"da4b656a5e0017ca","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/da4b656a5e0017ca","status":"passed","time":{"start":1729032257061,"stop":1729032257062,"duration":1}},{"uid":"72fd8605ac31f717","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/72fd8605ac31f717","status":"passed","time":{"start":1728902024011,"stop":1728902024011,"duration":0}},{"uid":"5002a6cdebd6d6aa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5002a6cdebd6d6aa","status":"passed","time":{"start":1728893455128,"stop":1728893455128,"duration":0}},{"uid":"6875039813b9324e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6875039813b9324e","status":"passed","time":{"start":1728856404960,"stop":1728856404961,"duration":1}},{"uid":"4c0cc1740e4dd2c0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4c0cc1740e4dd2c0","status":"passed","time":{"start":1728738634667,"stop":1728738634667,"duration":0}},{"uid":"9169f4a9c15136e3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9169f4a9c15136e3","status":"passed","time":{"start":1728683163619,"stop":1728683163619,"duration":0}},{"uid":"9c7f8373e50d3437","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9c7f8373e50d3437","status":"passed","time":{"start":1728682737539,"stop":1728682737539,"duration":0}},{"uid":"9ab8532c94a0f87b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9ab8532c94a0f87b","status":"passed","time":{"start":1728677222566,"stop":1728677222566,"duration":0}},{"uid":"625e380c3af6e7da","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/625e380c3af6e7da","status":"passed","time":{"start":1728669905020,"stop":1728669905024,"duration":4}},{"uid":"ecb1ead67ae628d0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ecb1ead67ae628d0","status":"passed","time":{"start":1728598284364,"stop":1728598284364,"duration":0}},{"uid":"f41f5a5c54c45d33","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f41f5a5c54c45d33","status":"passed","time":{"start":1728597506829,"stop":1728597506829,"duration":0}}]},"d266bf8575a593424ca843ed170d0026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"51426bc7d3e847f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/51426bc7d3e847f5","status":"passed","time":{"start":1729034348294,"stop":1729034348295,"duration":1}},{"uid":"427d24f2e61002a5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/427d24f2e61002a5","status":"passed","time":{"start":1729034111868,"stop":1729034111873,"duration":5}},{"uid":"1be616b5c0a6b4c9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1be616b5c0a6b4c9","status":"passed","time":{"start":1729034034976,"stop":1729034034977,"duration":1}},{"uid":"1c13206dcd827314","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c13206dcd827314","status":"passed","time":{"start":1729033849376,"stop":1729033849378,"duration":2}},{"uid":"8c4fec06baa29ebb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c4fec06baa29ebb","status":"passed","time":{"start":1729031899546,"stop":1729031899546,"duration":0}},{"uid":"d77e33b37630fdf9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d77e33b37630fdf9","status":"passed","time":{"start":1728901444839,"stop":1728901444840,"duration":1}},{"uid":"c9ceda97de66724f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9ceda97de66724f","status":"passed","time":{"start":1728892875612,"stop":1728892875613,"duration":1}},{"uid":"d2f5be224a3f25e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d2f5be224a3f25e2","status":"passed","time":{"start":1728855838484,"stop":1728855838487,"duration":3}},{"uid":"5c2a2a2c47cd8e49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5c2a2a2c47cd8e49","status":"passed","time":{"start":1728738055449,"stop":1728738055450,"duration":1}},{"uid":"246bb276e29b3065","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/246bb276e29b3065","status":"passed","time":{"start":1728682589262,"stop":1728682589262,"duration":0}},{"uid":"2f1326d05043f102","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f1326d05043f102","status":"passed","time":{"start":1728682162180,"stop":1728682162180,"duration":0}},{"uid":"d69f59da18d2b766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d69f59da18d2b766","status":"passed","time":{"start":1728676636506,"stop":1728676636507,"duration":1}},{"uid":"8bee6b7575919e27","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bee6b7575919e27","status":"passed","time":{"start":1728669359845,"stop":1728669359846,"duration":1}},{"uid":"aec353a4557cf111","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aec353a4557cf111","status":"passed","time":{"start":1728597699699,"stop":1728597699700,"duration":1}},{"uid":"1699fe15994124c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1699fe15994124c6","status":"passed","time":{"start":1728596919892,"stop":1728596919892,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a08529c44ce63c7d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a08529c44ce63c7d","status":"passed","time":{"start":1729034462527,"stop":1729034462533,"duration":6}},{"uid":"c93a04f1933e06f0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c93a04f1933e06f0","status":"passed","time":{"start":1729034231338,"stop":1729034231338,"duration":0}},{"uid":"15da6264dd6402f4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/15da6264dd6402f4","status":"passed","time":{"start":1729034153003,"stop":1729034153004,"duration":1}},{"uid":"22ccfe398d0bacbe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/22ccfe398d0bacbe","status":"passed","time":{"start":1729033965752,"stop":1729033965752,"duration":0}},{"uid":"299d1f8ef990a1db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/299d1f8ef990a1db","status":"passed","time":{"start":1729032018029,"stop":1729032018029,"duration":0}},{"uid":"d7a1d0e5d462a290","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d7a1d0e5d462a290","status":"passed","time":{"start":1728901595851,"stop":1728901595851,"duration":0}},{"uid":"f7763fb176e2bf67","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f7763fb176e2bf67","status":"passed","time":{"start":1728893032689,"stop":1728893032689,"duration":0}},{"uid":"2d35b44758d6639e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d35b44758d6639e","status":"passed","time":{"start":1728855998177,"stop":1728855998185,"duration":8}},{"uid":"6c0c7e954d3e291c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c0c7e954d3e291c","status":"passed","time":{"start":1728738212194,"stop":1728738212195,"duration":1}},{"uid":"4ec7bf402bd5df91","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ec7bf402bd5df91","status":"passed","time":{"start":1728682746575,"stop":1728682746575,"duration":0}},{"uid":"e9a2f98cf83f4e4f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9a2f98cf83f4e4f","status":"passed","time":{"start":1728682328608,"stop":1728682328609,"duration":1}},{"uid":"7d0dcf6f7c2eeba","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d0dcf6f7c2eeba","status":"passed","time":{"start":1728676807593,"stop":1728676807593,"duration":0}},{"uid":"c9f0a5776f1f875d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9f0a5776f1f875d","status":"passed","time":{"start":1728669514928,"stop":1728669514929,"duration":1}},{"uid":"78ed4afba0b46808","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/78ed4afba0b46808","status":"passed","time":{"start":1728597860131,"stop":1728597860131,"duration":0}},{"uid":"d11e22b44da5a6c1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d11e22b44da5a6c1","status":"passed","time":{"start":1728597074713,"stop":1728597074713,"duration":0}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ae6e8a022a2f0f06","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae6e8a022a2f0f06","status":"passed","time":{"start":1729034366899,"stop":1729034366899,"duration":0}},{"uid":"1aec12ae568d8b26","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1aec12ae568d8b26","status":"passed","time":{"start":1729034130925,"stop":1729034130925,"duration":0}},{"uid":"99c01c343297768a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/99c01c343297768a","status":"passed","time":{"start":1729034053887,"stop":1729034053888,"duration":1}},{"uid":"9eb26272e9fa5f9d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9eb26272e9fa5f9d","status":"passed","time":{"start":1729033868927,"stop":1729033868927,"duration":0}},{"uid":"6179d87e14496e34","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6179d87e14496e34","status":"passed","time":{"start":1729031918512,"stop":1729031918513,"duration":1}},{"uid":"caeaa4be54ea19bc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/caeaa4be54ea19bc","status":"passed","time":{"start":1728901464221,"stop":1728901464221,"duration":0}},{"uid":"4f6759bcf7a29f17","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4f6759bcf7a29f17","status":"passed","time":{"start":1728892894741,"stop":1728892894742,"duration":1}},{"uid":"16e236146c71bcc8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/16e236146c71bcc8","status":"passed","time":{"start":1728855857253,"stop":1728855857253,"duration":0}},{"uid":"eb4238342f8f380d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eb4238342f8f380d","status":"passed","time":{"start":1728738074581,"stop":1728738074582,"duration":1}},{"uid":"cae22336e1a703c2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cae22336e1a703c2","status":"passed","time":{"start":1728682608128,"stop":1728682608128,"duration":0}},{"uid":"754c7208b9a79396","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/754c7208b9a79396","status":"passed","time":{"start":1728682181013,"stop":1728682181013,"duration":0}},{"uid":"e1408c2547a1d717","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e1408c2547a1d717","status":"passed","time":{"start":1728676655410,"stop":1728676655411,"duration":1}},{"uid":"9444677d0ae26a30","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9444677d0ae26a30","status":"passed","time":{"start":1728669378741,"stop":1728669378742,"duration":1}},{"uid":"b83e17b45facf14a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b83e17b45facf14a","status":"passed","time":{"start":1728597719064,"stop":1728597719064,"duration":0}},{"uid":"fccecdcce4548ece","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fccecdcce4548ece","status":"passed","time":{"start":1728596938239,"stop":1728596938240,"duration":1}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6aacfd955ad0f1ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6aacfd955ad0f1ef","status":"passed","time":{"start":1729034360435,"stop":1729034360435,"duration":0}},{"uid":"213dfc0b62699687","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/213dfc0b62699687","status":"passed","time":{"start":1729034124362,"stop":1729034124362,"duration":0}},{"uid":"5ee4e56f54f92f2d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5ee4e56f54f92f2d","status":"passed","time":{"start":1729034047483,"stop":1729034047484,"duration":1}},{"uid":"7f5f957ccabc4291","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7f5f957ccabc4291","status":"passed","time":{"start":1729033862328,"stop":1729033862328,"duration":0}},{"uid":"af4387f25bb25339","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/af4387f25bb25339","status":"passed","time":{"start":1729031912069,"stop":1729031912069,"duration":0}},{"uid":"d9c09a2a0b741ee1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d9c09a2a0b741ee1","status":"passed","time":{"start":1728901457816,"stop":1728901457816,"duration":0}},{"uid":"abdca03a9c25202","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/abdca03a9c25202","status":"passed","time":{"start":1728892888299,"stop":1728892888300,"duration":1}},{"uid":"aaa70ec5f625e0cb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aaa70ec5f625e0cb","status":"passed","time":{"start":1728855850787,"stop":1728855850787,"duration":0}},{"uid":"12917bbe69c8818b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/12917bbe69c8818b","status":"passed","time":{"start":1728738068163,"stop":1728738068163,"duration":0}},{"uid":"395bc677217a2de1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/395bc677217a2de1","status":"passed","time":{"start":1728682601672,"stop":1728682601672,"duration":0}},{"uid":"283bbdc2f22e6f08","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/283bbdc2f22e6f08","status":"passed","time":{"start":1728682174564,"stop":1728682174565,"duration":1}},{"uid":"ae42eb5bcc3f0353","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae42eb5bcc3f0353","status":"passed","time":{"start":1728676648930,"stop":1728676648930,"duration":0}},{"uid":"e74fcedc7ee00e2e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e74fcedc7ee00e2e","status":"passed","time":{"start":1728669372209,"stop":1728669372210,"duration":1}},{"uid":"631f7eaf71f45f5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/631f7eaf71f45f5e","status":"passed","time":{"start":1728597712759,"stop":1728597712760,"duration":1}},{"uid":"79e54d3c47f705f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/79e54d3c47f705f8","status":"passed","time":{"start":1728596931866,"stop":1728596931866,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6fd3785af57e1713","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6fd3785af57e1713","status":"passed","time":{"start":1729034435412,"stop":1729034435413,"duration":1}},{"uid":"a5f74bcf8f565cea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a5f74bcf8f565cea","status":"passed","time":{"start":1729034202101,"stop":1729034202101,"duration":0}},{"uid":"c94739e13eeebce","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c94739e13eeebce","status":"passed","time":{"start":1729034126112,"stop":1729034126112,"duration":0}},{"uid":"4c639395962da0dc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c639395962da0dc","status":"passed","time":{"start":1729033939923,"stop":1729033939923,"duration":0}},{"uid":"a24caa11ff536226","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a24caa11ff536226","status":"passed","time":{"start":1729031988774,"stop":1729031988775,"duration":1}},{"uid":"bec1a490c2b51e7f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bec1a490c2b51e7f","status":"passed","time":{"start":1728901555753,"stop":1728901555754,"duration":1}},{"uid":"58658b3b9eec52a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/58658b3b9eec52a2","status":"passed","time":{"start":1728892995571,"stop":1728892995572,"duration":1}},{"uid":"b87a1d7e2b6e7c7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b87a1d7e2b6e7c7","status":"passed","time":{"start":1728855954642,"stop":1728855954642,"duration":0}},{"uid":"6b819b7f6bbae94d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6b819b7f6bbae94d","status":"passed","time":{"start":1728738169504,"stop":1728738169505,"duration":1}},{"uid":"7b4b2572ae4f4d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b4b2572ae4f4d1","status":"passed","time":{"start":1728682707227,"stop":1728682707227,"duration":0}},{"uid":"199b85a825d7944","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/199b85a825d7944","status":"passed","time":{"start":1728682285117,"stop":1728682285118,"duration":1}},{"uid":"5df18fa95aff6dd6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5df18fa95aff6dd6","status":"passed","time":{"start":1728676761148,"stop":1728676761149,"duration":1}},{"uid":"14c0c0584c39edfc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/14c0c0584c39edfc","status":"passed","time":{"start":1728669488935,"stop":1728669488936,"duration":1}},{"uid":"750a6ab2c9766daa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/750a6ab2c9766daa","status":"passed","time":{"start":1728597819569,"stop":1728597819571,"duration":2}},{"uid":"d50d7c1f24a555ca","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d50d7c1f24a555ca","status":"passed","time":{"start":1728597041917,"stop":1728597041917,"duration":0}}]},"e14c2ea85efe4d83f5c0ec7923c69a53:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16bf0f07f51ec695","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/16bf0f07f51ec695","status":"passed","time":{"start":1729034656464,"stop":1729034656465,"duration":1}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"adfab47939546db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/adfab47939546db","status":"passed","time":{"start":1729034340755,"stop":1729034340755,"duration":0}},{"uid":"eb7ae73e6453c292","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/eb7ae73e6453c292","status":"passed","time":{"start":1729034104176,"stop":1729034104177,"duration":1}},{"uid":"13ab703ba87eb54d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/13ab703ba87eb54d","status":"passed","time":{"start":1729034027742,"stop":1729034027743,"duration":1}},{"uid":"5b2f959ad49276d5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5b2f959ad49276d5","status":"passed","time":{"start":1729033842348,"stop":1729033842349,"duration":1}},{"uid":"ef8c1a5ffb57d420","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ef8c1a5ffb57d420","status":"passed","time":{"start":1729031892047,"stop":1729031892048,"duration":1}},{"uid":"d22d5aaa1c6a0abc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d22d5aaa1c6a0abc","status":"passed","time":{"start":1728901438030,"stop":1728901438030,"duration":0}},{"uid":"3bd54a1ab492d79","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3bd54a1ab492d79","status":"passed","time":{"start":1728892868233,"stop":1728892868234,"duration":1}},{"uid":"376f0ba43360a2ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/376f0ba43360a2ac","status":"passed","time":{"start":1728855831080,"stop":1728855831080,"duration":0}},{"uid":"99778ba07641788d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/99778ba07641788d","status":"passed","time":{"start":1728738048442,"stop":1728738048443,"duration":1}},{"uid":"f525e7f43e88c823","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f525e7f43e88c823","status":"passed","time":{"start":1728682581845,"stop":1728682581846,"duration":1}},{"uid":"9fa0ab3fb10a421e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9fa0ab3fb10a421e","status":"passed","time":{"start":1728682154708,"stop":1728682154709,"duration":1}},{"uid":"bdd9cb9522ea216e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bdd9cb9522ea216e","status":"passed","time":{"start":1728676629301,"stop":1728676629302,"duration":1}},{"uid":"fae8fa71333d9a1d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fae8fa71333d9a1d","status":"passed","time":{"start":1728669352211,"stop":1728669352212,"duration":1}},{"uid":"47abd703b5ef06c2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/47abd703b5ef06c2","status":"passed","time":{"start":1728597693018,"stop":1728597693019,"duration":1}},{"uid":"66e8f3fa64b1a40","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/66e8f3fa64b1a40","status":"passed","time":{"start":1728596912533,"stop":1728596912533,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"24a32122a9f788a0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/24a32122a9f788a0","status":"passed","time":{"start":1729034435019,"stop":1729034435019,"duration":0}},{"uid":"c5fb33c14ee7b8f7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c5fb33c14ee7b8f7","status":"passed","time":{"start":1729034179354,"stop":1729034179354,"duration":0}},{"uid":"2dbb13b85a33bd39","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2dbb13b85a33bd39","status":"passed","time":{"start":1729034120549,"stop":1729034120550,"duration":1}},{"uid":"5a7756e6fe0f2b0e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a7756e6fe0f2b0e","status":"passed","time":{"start":1729033937075,"stop":1729033937082,"duration":7}},{"uid":"e8b15b29d3501807","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8b15b29d3501807","status":"passed","time":{"start":1729031987033,"stop":1729031987033,"duration":0}},{"uid":"cbe7158f3874bec8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cbe7158f3874bec8","status":"passed","time":{"start":1728901546863,"stop":1728901546863,"duration":0}},{"uid":"62e4b972a17398d9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/62e4b972a17398d9","status":"passed","time":{"start":1728892979418,"stop":1728892979418,"duration":0}},{"uid":"e4aec970f36ef695","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e4aec970f36ef695","status":"passed","time":{"start":1728855940957,"stop":1728855940957,"duration":0}},{"uid":"a88cbbd9dea75260","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a88cbbd9dea75260","status":"passed","time":{"start":1728738161106,"stop":1728738161107,"duration":1}},{"uid":"70e340abd817c3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70e340abd817c3f6","status":"passed","time":{"start":1728682691670,"stop":1728682691671,"duration":1}},{"uid":"1060a1b62a611bf8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1060a1b62a611bf8","status":"passed","time":{"start":1728682265766,"stop":1728682265766,"duration":0}},{"uid":"19fb1c94f810c483","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/19fb1c94f810c483","status":"passed","time":{"start":1728676744597,"stop":1728676744597,"duration":0}},{"uid":"9bdb9056f869b1d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9bdb9056f869b1d9","status":"passed","time":{"start":1728669464696,"stop":1728669464696,"duration":0}},{"uid":"c3e49a9bd88af6b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c3e49a9bd88af6b2","status":"passed","time":{"start":1728597804167,"stop":1728597804167,"duration":0}},{"uid":"4b084b924b917273","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4b084b924b917273","status":"passed","time":{"start":1728597021415,"stop":1728597021421,"duration":6}}]},"11005814543dcb8b9b0651fa398c8a65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b38c0c2de24c25dd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b38c0c2de24c25dd","status":"passed","time":{"start":1728901958853,"stop":1728901958854,"duration":1}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6ef42633973d885f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6ef42633973d885f","status":"passed","time":{"start":1729034617765,"stop":1729034617765,"duration":0}},{"uid":"1f7141d735d3911b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1f7141d735d3911b","status":"passed","time":{"start":1729034370886,"stop":1729034370886,"duration":0}},{"uid":"e90fdfc57efd1fb7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e90fdfc57efd1fb7","status":"passed","time":{"start":1729034308882,"stop":1729034308882,"duration":0}},{"uid":"f9ee8d2f0b3e855d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9ee8d2f0b3e855d","status":"passed","time":{"start":1729034129477,"stop":1729034129478,"duration":1}},{"uid":"eda8a5236a69078e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/eda8a5236a69078e","status":"passed","time":{"start":1729032178372,"stop":1729032178372,"duration":0}},{"uid":"752de29736ee48b5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/752de29736ee48b5","status":"passed","time":{"start":1728901896351,"stop":1728901896351,"duration":0}},{"uid":"ad2ffd087726a137","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ad2ffd087726a137","status":"passed","time":{"start":1728893329029,"stop":1728893329029,"duration":0}},{"uid":"7d48dbdda55d52e9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d48dbdda55d52e9","status":"passed","time":{"start":1728856284768,"stop":1728856284768,"duration":0}},{"uid":"8b1705b306a82350","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8b1705b306a82350","status":"passed","time":{"start":1728738494945,"stop":1728738494946,"duration":1}},{"uid":"dbb065291a7ad750","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dbb065291a7ad750","status":"passed","time":{"start":1728683033635,"stop":1728683033635,"duration":0}},{"uid":"f829422ee9331c1a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f829422ee9331c1a","status":"passed","time":{"start":1728682601740,"stop":1728682601740,"duration":0}},{"uid":"661bc5b53b508297","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/661bc5b53b508297","status":"passed","time":{"start":1728677107973,"stop":1728677107974,"duration":1}},{"uid":"6e855b3a49e53190","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e855b3a49e53190","status":"passed","time":{"start":1728669764755,"stop":1728669764755,"duration":0}},{"uid":"21f50e4e92a1356b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/21f50e4e92a1356b","status":"passed","time":{"start":1728598157566,"stop":1728598157567,"duration":1}},{"uid":"64248a291f57c49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/64248a291f57c49","status":"passed","time":{"start":1728597369077,"stop":1728597369077,"duration":0}}]},"1e9d44b6b4358d6a24dc1eaef6fed4e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"632b5a2ef3993860","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/632b5a2ef3993860","status":"passed","time":{"start":1728598221886,"stop":1728598221887,"duration":1}}]},"e76647d6a20a330698731c350a7938e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11bb2116837ffee1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/11bb2116837ffee1","status":"passed","time":{"start":1729034177535,"stop":1729034177535,"duration":0}}]},"611da37aa95972a8718c4178be3e8be6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"222c5943fee68b03","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/222c5943fee68b03","status":"passed","time":{"start":1728597434076,"stop":1728597434076,"duration":0}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d3c643fec7436bca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3c643fec7436bca","status":"passed","time":{"start":1729034611663,"stop":1729034611663,"duration":0}},{"uid":"b2f7a9a0af7497fe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b2f7a9a0af7497fe","status":"passed","time":{"start":1729034393643,"stop":1729034393643,"duration":0}},{"uid":"cfb66e519ef3838b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cfb66e519ef3838b","status":"passed","time":{"start":1729034304836,"stop":1729034304836,"duration":0}},{"uid":"c323a58981009528","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c323a58981009528","status":"passed","time":{"start":1729034121905,"stop":1729034121906,"duration":1}},{"uid":"47b0b564f8c68cda","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/47b0b564f8c68cda","status":"passed","time":{"start":1729032174841,"stop":1729032174841,"duration":0}},{"uid":"cac1f3d8f545cf1d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cac1f3d8f545cf1d","status":"passed","time":{"start":1728901881010,"stop":1728901881011,"duration":1}},{"uid":"2982cff7a6cb2759","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2982cff7a6cb2759","status":"passed","time":{"start":1728893317158,"stop":1728893317159,"duration":1}},{"uid":"2fa7ab1e9c272975","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2fa7ab1e9c272975","status":"passed","time":{"start":1728856263087,"stop":1728856263088,"duration":1}},{"uid":"da502eb4f3f60bcc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da502eb4f3f60bcc","status":"passed","time":{"start":1728738492796,"stop":1728738492797,"duration":1}},{"uid":"2bb3a86445328c7c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2bb3a86445328c7c","status":"passed","time":{"start":1728683030020,"stop":1728683030020,"duration":0}},{"uid":"ccc814d8914328c7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ccc814d8914328c7","status":"passed","time":{"start":1728682581101,"stop":1728682581101,"duration":0}},{"uid":"847d5411e79bd56c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/847d5411e79bd56c","status":"passed","time":{"start":1728677081992,"stop":1728677081992,"duration":0}},{"uid":"fe1734b7cb910eb6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fe1734b7cb910eb6","status":"passed","time":{"start":1728669795393,"stop":1728669795393,"duration":0}},{"uid":"3956cdf312f7fb0f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3956cdf312f7fb0f","status":"passed","time":{"start":1728598137502,"stop":1728598137502,"duration":0}},{"uid":"fe71d927e2738b08","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fe71d927e2738b08","status":"passed","time":{"start":1728597353478,"stop":1728597353478,"duration":0}}]},"a7242667926678b9c69ae91f85b9c887:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1565a99730bc0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c1565a99730bc0e","status":"passed","time":{"start":1729032198819,"stop":1729032198819,"duration":0}}]},"21ac7be05647be275ce4bd5cfdc070c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bdfa54e38ce6e192","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bdfa54e38ce6e192","status":"passed","time":{"start":1729034683700,"stop":1729034683700,"duration":0}},{"uid":"ea3ddd35c514c34d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ea3ddd35c514c34d","status":"passed","time":{"start":1729034458925,"stop":1729034458926,"duration":1}},{"uid":"ec3d6f8c38e2274e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ec3d6f8c38e2274e","status":"passed","time":{"start":1729034372195,"stop":1729034372197,"duration":2}},{"uid":"b742d0527c4c012c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b742d0527c4c012c","status":"passed","time":{"start":1729034191995,"stop":1729034191995,"duration":0}},{"uid":"7deef257c3f6e1ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7deef257c3f6e1ef","status":"passed","time":{"start":1729032246145,"stop":1729032246147,"duration":2}},{"uid":"4b8afdefab5f8cdc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b8afdefab5f8cdc","status":"passed","time":{"start":1728902009943,"stop":1728902009943,"duration":0}},{"uid":"d69ec8927a72d903","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d69ec8927a72d903","status":"passed","time":{"start":1728893442068,"stop":1728893442068,"duration":0}},{"uid":"89896322dfe6e26e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89896322dfe6e26e","status":"passed","time":{"start":1728856390380,"stop":1728856390380,"duration":0}},{"uid":"535c649366c16702","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/535c649366c16702","status":"passed","time":{"start":1728738615985,"stop":1728738615985,"duration":0}},{"uid":"de38297338256484","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de38297338256484","status":"passed","time":{"start":1728683138590,"stop":1728683138590,"duration":0}},{"uid":"d1e366a18f6059fd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d1e366a18f6059fd","status":"passed","time":{"start":1728682713980,"stop":1728682713980,"duration":0}},{"uid":"3c4eba8f7a0cec91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3c4eba8f7a0cec91","status":"passed","time":{"start":1728677205666,"stop":1728677205666,"duration":0}},{"uid":"828fe9f9efde837e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/828fe9f9efde837e","status":"passed","time":{"start":1728669886306,"stop":1728669886306,"duration":0}},{"uid":"b9e4e1fbc5f19e26","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b9e4e1fbc5f19e26","status":"passed","time":{"start":1728598272274,"stop":1728598272274,"duration":0}},{"uid":"b4e8e4714c278320","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b4e8e4714c278320","status":"passed","time":{"start":1728597492996,"stop":1728597492998,"duration":2}}]},"68015748542293fad5ade257abfb114d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"444016408bac9bfb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/444016408bac9bfb","status":"passed","time":{"start":1729034373011,"stop":1729034373011,"duration":0}},{"uid":"42e3acf1db870068","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/42e3acf1db870068","status":"passed","time":{"start":1729034137116,"stop":1729034137116,"duration":0}},{"uid":"6ec9ccbcd3571e68","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6ec9ccbcd3571e68","status":"passed","time":{"start":1729034060046,"stop":1729034060046,"duration":0}},{"uid":"b20358924c201834","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b20358924c201834","status":"passed","time":{"start":1729033875029,"stop":1729033875029,"duration":0}},{"uid":"a47ae542a9fb271f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a47ae542a9fb271f","status":"passed","time":{"start":1729031924909,"stop":1729031924910,"duration":1}},{"uid":"f20f49e9854cf4ce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f20f49e9854cf4ce","status":"passed","time":{"start":1728901469136,"stop":1728901469136,"duration":0}},{"uid":"a580da2ed9007970","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a580da2ed9007970","status":"passed","time":{"start":1728892899801,"stop":1728892899801,"duration":0}},{"uid":"2f6ab5facb4a53b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f6ab5facb4a53b9","status":"passed","time":{"start":1728855863297,"stop":1728855863298,"duration":1}},{"uid":"8e3a47fc0f476d52","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8e3a47fc0f476d52","status":"passed","time":{"start":1728738080958,"stop":1728738080958,"duration":0}},{"uid":"21d7272379017f37","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/21d7272379017f37","status":"passed","time":{"start":1728682614317,"stop":1728682614317,"duration":0}},{"uid":"e80259cef3d32fc6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e80259cef3d32fc6","status":"passed","time":{"start":1728682187222,"stop":1728682187222,"duration":0}},{"uid":"d03b798e5426f593","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d03b798e5426f593","status":"passed","time":{"start":1728676661423,"stop":1728676661423,"duration":0}},{"uid":"7b82da4ee24d640a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7b82da4ee24d640a","status":"passed","time":{"start":1728669384755,"stop":1728669384755,"duration":0}},{"uid":"f18685c18f1251b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f18685c18f1251b5","status":"passed","time":{"start":1728597724212,"stop":1728597724212,"duration":0}},{"uid":"41065e44a630d7f8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/41065e44a630d7f8","status":"passed","time":{"start":1728596943266,"stop":1728596943266,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bc04ac9ca34449a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bc04ac9ca34449a3","status":"passed","time":{"start":1729034348761,"stop":1729034348761,"duration":0}},{"uid":"613518cf6bcb33ee","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/613518cf6bcb33ee","status":"passed","time":{"start":1729034112603,"stop":1729034112604,"duration":1}},{"uid":"47e90ba811296c91","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47e90ba811296c91","status":"passed","time":{"start":1729034035871,"stop":1729034035871,"duration":0}},{"uid":"a0c7632ded827cc5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a0c7632ded827cc5","status":"passed","time":{"start":1729033850548,"stop":1729033850548,"duration":0}},{"uid":"498f7e3e7fa99883","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/498f7e3e7fa99883","status":"passed","time":{"start":1729031900271,"stop":1729031900271,"duration":0}},{"uid":"499792a305efd34a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/499792a305efd34a","status":"passed","time":{"start":1728901446176,"stop":1728901446177,"duration":1}},{"uid":"38de2ea82ca8341d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/38de2ea82ca8341d","status":"passed","time":{"start":1728892876477,"stop":1728892876477,"duration":0}},{"uid":"d8d652f4373a6d26","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d8d652f4373a6d26","status":"passed","time":{"start":1728855839198,"stop":1728855839198,"duration":0}},{"uid":"852252de5a4f3cfd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/852252de5a4f3cfd","status":"passed","time":{"start":1728738056464,"stop":1728738056464,"duration":0}},{"uid":"4c393dca3e246ec0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4c393dca3e246ec0","status":"passed","time":{"start":1728682590044,"stop":1728682590044,"duration":0}},{"uid":"440da2aa3bc90802","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/440da2aa3bc90802","status":"passed","time":{"start":1728682162837,"stop":1728682162838,"duration":1}},{"uid":"e2753048e91d1f4b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e2753048e91d1f4b","status":"passed","time":{"start":1728676637411,"stop":1728676637411,"duration":0}},{"uid":"a026bb9c8895fb32","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a026bb9c8895fb32","status":"passed","time":{"start":1728669360493,"stop":1728669360493,"duration":0}},{"uid":"cb92ab289cb1870e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb92ab289cb1870e","status":"passed","time":{"start":1728597701235,"stop":1728597701235,"duration":0}},{"uid":"e3873776cd994ca5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3873776cd994ca5","status":"passed","time":{"start":1728596920370,"stop":1728596920370,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c180e1b9743f644d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c180e1b9743f644d","status":"passed","time":{"start":1729034536776,"stop":1729034536776,"duration":0}},{"uid":"12d0f194c4a08d9e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12d0f194c4a08d9e","status":"passed","time":{"start":1729034307030,"stop":1729034307030,"duration":0}},{"uid":"4c334938d2dc5288","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c334938d2dc5288","status":"passed","time":{"start":1729034223305,"stop":1729034223305,"duration":0}},{"uid":"61c191ff03ad3c94","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/61c191ff03ad3c94","status":"passed","time":{"start":1729034034976,"stop":1729034034977,"duration":1}},{"uid":"317f908294b21ae6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/317f908294b21ae6","status":"passed","time":{"start":1729032066281,"stop":1729032066281,"duration":0}},{"uid":"7c1a826d9a76fc06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7c1a826d9a76fc06","status":"passed","time":{"start":1728901706617,"stop":1728901706618,"duration":1}},{"uid":"82b473966fb0ed0f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/82b473966fb0ed0f","status":"passed","time":{"start":1728893153420,"stop":1728893153421,"duration":1}},{"uid":"88c4efc73a868cb1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/88c4efc73a868cb1","status":"passed","time":{"start":1728856108125,"stop":1728856108125,"duration":0}},{"uid":"a82a94ab2542d72e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a82a94ab2542d72e","status":"passed","time":{"start":1728738316667,"stop":1728738316668,"duration":1}},{"uid":"111e004e8ad715a6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/111e004e8ad715a6","status":"passed","time":{"start":1728682865313,"stop":1728682865314,"duration":1}},{"uid":"3a57be0ca1f4ec40","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a57be0ca1f4ec40","status":"passed","time":{"start":1728682446994,"stop":1728682446994,"duration":0}},{"uid":"33e3282d498faa95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33e3282d498faa95","status":"passed","time":{"start":1728676924477,"stop":1728676924478,"duration":1}},{"uid":"b8feae64873a3953","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b8feae64873a3953","status":"passed","time":{"start":1728669626256,"stop":1728669626256,"duration":0}},{"uid":"4ff909520f6d50ca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ff909520f6d50ca","status":"passed","time":{"start":1728597973671,"stop":1728597973671,"duration":0}},{"uid":"22b9b67217636896","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/22b9b67217636896","status":"passed","time":{"start":1728597188033,"stop":1728597188033,"duration":0}}]},"796376bb3c04f7aaf75473fcf92ed779:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8870b70c3b478355","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8870b70c3b478355","status":"passed","time":{"start":1728901958858,"stop":1728901958859,"duration":1}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d157c8929aa70191","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d157c8929aa70191","status":"passed","time":{"start":1729034704501,"stop":1729034704501,"duration":0}},{"uid":"5cf1c36a0dce689","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5cf1c36a0dce689","status":"passed","time":{"start":1729034474994,"stop":1729034474994,"duration":0}},{"uid":"4a73f9303059e5b2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4a73f9303059e5b2","status":"passed","time":{"start":1729034395295,"stop":1729034395295,"duration":0}},{"uid":"947a755e2de78eca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/947a755e2de78eca","status":"passed","time":{"start":1729034209106,"stop":1729034209106,"duration":0}},{"uid":"c90ff8fd1d96f179","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c90ff8fd1d96f179","status":"passed","time":{"start":1729032264575,"stop":1729032264575,"duration":0}},{"uid":"e0abe8627fc5e570","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e0abe8627fc5e570","status":"passed","time":{"start":1728902012867,"stop":1728902012867,"duration":0}},{"uid":"b730242e5d54a0aa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b730242e5d54a0aa","status":"passed","time":{"start":1728893454817,"stop":1728893454817,"duration":0}},{"uid":"8a1d49b69c3c2995","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8a1d49b69c3c2995","status":"passed","time":{"start":1728856408460,"stop":1728856408460,"duration":0}},{"uid":"cfb0036729c4cc73","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cfb0036729c4cc73","status":"passed","time":{"start":1728738633861,"stop":1728738633861,"duration":0}},{"uid":"88504d470695846a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/88504d470695846a","status":"passed","time":{"start":1728683159794,"stop":1728683159795,"duration":1}},{"uid":"41a39e5ca85f7a2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41a39e5ca85f7a2c","status":"passed","time":{"start":1728682751336,"stop":1728682751337,"duration":1}},{"uid":"9c60986059a010df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9c60986059a010df","status":"passed","time":{"start":1728677216368,"stop":1728677216369,"duration":1}},{"uid":"b30f52010d998704","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b30f52010d998704","status":"passed","time":{"start":1728669925459,"stop":1728669925459,"duration":0}},{"uid":"61350f623ec8ab1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61350f623ec8ab1b","status":"passed","time":{"start":1728598268813,"stop":1728598268813,"duration":0}},{"uid":"e91b830ab8b543e5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e91b830ab8b543e5","status":"passed","time":{"start":1728597503937,"stop":1728597503938,"duration":1}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7549829b2c944fad","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7549829b2c944fad","status":"passed","time":{"start":1729034611651,"stop":1729034611651,"duration":0}},{"uid":"47bfb802e6ee53c5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47bfb802e6ee53c5","status":"passed","time":{"start":1729034393625,"stop":1729034393625,"duration":0}},{"uid":"21ddc327d15b123f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/21ddc327d15b123f","status":"passed","time":{"start":1729034304797,"stop":1729034304798,"duration":1}},{"uid":"a98a81f6745f52ba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a98a81f6745f52ba","status":"passed","time":{"start":1729034121882,"stop":1729034121882,"duration":0}},{"uid":"dfdb4bc80db7e2f7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dfdb4bc80db7e2f7","status":"passed","time":{"start":1729032174795,"stop":1729032174796,"duration":1}},{"uid":"1054324e19c671a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1054324e19c671a6","status":"passed","time":{"start":1728901881002,"stop":1728901881002,"duration":0}},{"uid":"9ce1ef937476ceec","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9ce1ef937476ceec","status":"passed","time":{"start":1728893317130,"stop":1728893317130,"duration":0}},{"uid":"c69215cf870cfe5f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c69215cf870cfe5f","status":"passed","time":{"start":1728856263063,"stop":1728856263063,"duration":0}},{"uid":"b1cedaa9de56ce8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b1cedaa9de56ce8","status":"passed","time":{"start":1728738492782,"stop":1728738492783,"duration":1}},{"uid":"68a6f7054adbff65","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/68a6f7054adbff65","status":"passed","time":{"start":1728683030006,"stop":1728683030006,"duration":0}},{"uid":"5312d8558b4b5f59","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5312d8558b4b5f59","status":"passed","time":{"start":1728682581062,"stop":1728682581064,"duration":2}},{"uid":"6808a8428f623d95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6808a8428f623d95","status":"passed","time":{"start":1728677081982,"stop":1728677081982,"duration":0}},{"uid":"5a91d1da04c9896c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5a91d1da04c9896c","status":"passed","time":{"start":1728669795382,"stop":1728669795383,"duration":1}},{"uid":"a5acc6718b87efd7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a5acc6718b87efd7","status":"passed","time":{"start":1728598137490,"stop":1728598137491,"duration":1}},{"uid":"c0a1564b93ab4323","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c0a1564b93ab4323","status":"passed","time":{"start":1728597353470,"stop":1728597353471,"duration":1}}]},"d4b058c0e8571d06822fd4e3502a35da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39aa39a7de9a704c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/39aa39a7de9a704c","status":"passed","time":{"start":1729032206889,"stop":1729032206890,"duration":1}}]},"f47fc30cbd150bd56a5c09acca94d7ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa0f26de70f5dbc3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa0f26de70f5dbc3","status":"passed","time":{"start":1728682652693,"stop":1728682652694,"duration":1}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"658fa45bf6762a68","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/658fa45bf6762a68","status":"passed","time":{"start":1729034704491,"stop":1729034704491,"duration":0}},{"uid":"2a60109ed875bd69","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2a60109ed875bd69","status":"passed","time":{"start":1729034474979,"stop":1729034474982,"duration":3}},{"uid":"434c9cbbf23e7bb8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/434c9cbbf23e7bb8","status":"passed","time":{"start":1729034395287,"stop":1729034395287,"duration":0}},{"uid":"d1724edeb1c36b02","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1724edeb1c36b02","status":"passed","time":{"start":1729034209090,"stop":1729034209090,"duration":0}},{"uid":"7bf7b2a77988074f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7bf7b2a77988074f","status":"passed","time":{"start":1729032264560,"stop":1729032264561,"duration":1}},{"uid":"6740ab08f04e0c95","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6740ab08f04e0c95","status":"passed","time":{"start":1728902012833,"stop":1728902012838,"duration":5}},{"uid":"9d410b0e86241812","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9d410b0e86241812","status":"passed","time":{"start":1728893454807,"stop":1728893454808,"duration":1}},{"uid":"e71358d0937a6e3a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e71358d0937a6e3a","status":"passed","time":{"start":1728856408448,"stop":1728856408449,"duration":1}},{"uid":"c84a69e39696b2a9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c84a69e39696b2a9","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"76b80ca6a755773c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/76b80ca6a755773c","status":"passed","time":{"start":1728683159746,"stop":1728683159747,"duration":1}},{"uid":"c5dbbac90815a37e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c5dbbac90815a37e","status":"passed","time":{"start":1728682751325,"stop":1728682751325,"duration":0}},{"uid":"9b4053c9e45af348","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9b4053c9e45af348","status":"passed","time":{"start":1728677216351,"stop":1728677216352,"duration":1}},{"uid":"cade495d863a082","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cade495d863a082","status":"passed","time":{"start":1728669925449,"stop":1728669925449,"duration":0}},{"uid":"9bda5e27de4791f4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9bda5e27de4791f4","status":"passed","time":{"start":1728598268797,"stop":1728598268798,"duration":1}},{"uid":"fa16a7c821174f8c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fa16a7c821174f8c","status":"passed","time":{"start":1728597503908,"stop":1728597503909,"duration":1}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"87d341385a21bbcf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/87d341385a21bbcf","status":"passed","time":{"start":1729034472950,"stop":1729034472951,"duration":1}},{"uid":"20ee6b9100d9517f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/20ee6b9100d9517f","status":"passed","time":{"start":1729034240917,"stop":1729034240917,"duration":0}},{"uid":"823b3d962e9900be","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/823b3d962e9900be","status":"passed","time":{"start":1729034159614,"stop":1729034159615,"duration":1}},{"uid":"269f118261b0e78c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/269f118261b0e78c","status":"passed","time":{"start":1729033976796,"stop":1729033976797,"duration":1}},{"uid":"af7657b85c70b549","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/af7657b85c70b549","status":"passed","time":{"start":1729032020518,"stop":1729032020518,"duration":0}},{"uid":"6d37b459b1fdaed1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6d37b459b1fdaed1","status":"passed","time":{"start":1728901616429,"stop":1728901616432,"duration":3}},{"uid":"e6421668a05b8ee0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e6421668a05b8ee0","status":"passed","time":{"start":1728893050244,"stop":1728893050244,"duration":0}},{"uid":"e068b195add34832","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e068b195add34832","status":"passed","time":{"start":1728856015170,"stop":1728856015171,"duration":1}},{"uid":"a57cc04f8fb431b2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a57cc04f8fb431b2","status":"passed","time":{"start":1728738233137,"stop":1728738233137,"duration":0}},{"uid":"be1b543a65a6dce4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be1b543a65a6dce4","status":"passed","time":{"start":1728682762471,"stop":1728682762471,"duration":0}},{"uid":"6ec9fe80cbb9c434","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6ec9fe80cbb9c434","status":"passed","time":{"start":1728682332785,"stop":1728682332786,"duration":1}},{"uid":"284e3ef92544cfe8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/284e3ef92544cfe8","status":"passed","time":{"start":1728676810290,"stop":1728676810291,"duration":1}},{"uid":"681bd845246c9b1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/681bd845246c9b1","status":"passed","time":{"start":1728669529893,"stop":1728669529893,"duration":0}},{"uid":"3e4b20af5af1c151","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3e4b20af5af1c151","status":"passed","time":{"start":1728597873533,"stop":1728597873533,"duration":0}},{"uid":"16373738a7068d6f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/16373738a7068d6f","status":"passed","time":{"start":1728597089273,"stop":1728597089273,"duration":0}}]},"23d517e13ece01396f6c702e76e088c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a0e0e168e9ed429","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a0e0e168e9ed429","status":"passed","time":{"start":1728598221895,"stop":1728598221896,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"c1eb573f3dbbedbe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c1eb573f3dbbedbe","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034636323,"stop":1729034636323,"duration":0}},{"uid":"62bf482425ff9eae","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/62bf482425ff9eae","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034402289,"stop":1729034402289,"duration":0}},{"uid":"a316d08b7c047343","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a316d08b7c047343","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034323318,"stop":1729034323318,"duration":0}},{"uid":"3b34472644dd6906","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b34472644dd6906","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034144773,"stop":1729034144773,"duration":0}},{"uid":"61262f431596157e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61262f431596157e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032198828,"stop":1729032198828,"duration":0}},{"uid":"c8d6daa6f0ed419b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c8d6daa6f0ed419b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901901777,"stop":1728901901778,"duration":1}},{"uid":"7a708956aaf0954d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7a708956aaf0954d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893337258,"stop":1728893337258,"duration":0}},{"uid":"4a3dbc2284a95a54","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4a3dbc2284a95a54","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299202,"stop":1728856299203,"duration":1}},{"uid":"9f3145aecda8d34a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9f3145aecda8d34a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738505393,"stop":1728738505393,"duration":0}},{"uid":"405b9d6d9a59ec5d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/405b9d6d9a59ec5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683045454,"stop":1728683045454,"duration":0}},{"uid":"9d7c582bcce86eed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9d7c582bcce86eed","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682607299,"stop":1728682607299,"duration":0}},{"uid":"223585277a1c27f9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/223585277a1c27f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677103503,"stop":1728677103503,"duration":0}},{"uid":"7859b9060fe855b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7859b9060fe855b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669777142,"stop":1728669777143,"duration":1}},{"uid":"46f91231e3b37bed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/46f91231e3b37bed","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598163471,"stop":1728598163471,"duration":0}},{"uid":"eb2838b2c9c79abe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb2838b2c9c79abe","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597375492,"stop":1728597375492,"duration":0}}]},"e9a374902158d75ca40432969b8dfbd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5fee5c729271ec96","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5fee5c729271ec96","status":"passed","time":{"start":1729034169450,"stop":1729034169450,"duration":0}}]},"5e98c60e8b9132c6987eaf06ec6f0ba3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"409d6253c600e90d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/409d6253c600e90d","status":"passed","time":{"start":1728856284774,"stop":1728856284775,"duration":1}}]},"444da6bf5e3df3b1ec7a4cf0fcacd8ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f3880ed46e2de5a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f3880ed46e2de5a","status":"passed","time":{"start":1728669866479,"stop":1728669866480,"duration":1}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"be0563a54f5007b1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be0563a54f5007b1","status":"passed","time":{"start":1729034506803,"stop":1729034506804,"duration":1}},{"uid":"d90fbe9876b69f15","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d90fbe9876b69f15","status":"passed","time":{"start":1729034259827,"stop":1729034259829,"duration":2}},{"uid":"30154175fa167373","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/30154175fa167373","status":"passed","time":{"start":1729034194033,"stop":1729034194034,"duration":1}},{"uid":"eff1ea13d123020f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eff1ea13d123020f","status":"passed","time":{"start":1729034014880,"stop":1729034014880,"duration":0}},{"uid":"7ed6c36b04328267","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7ed6c36b04328267","status":"passed","time":{"start":1729032065460,"stop":1729032065460,"duration":0}},{"uid":"90a9977f566edfb4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/90a9977f566edfb4","status":"passed","time":{"start":1728901664284,"stop":1728901664284,"duration":0}},{"uid":"e2b0d079f0088b20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e2b0d079f0088b20","status":"passed","time":{"start":1728893093694,"stop":1728893093694,"duration":0}},{"uid":"7ad346a0133a3c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7ad346a0133a3c4","status":"passed","time":{"start":1728856055275,"stop":1728856055276,"duration":1}},{"uid":"aafccf020567964f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aafccf020567964f","status":"passed","time":{"start":1728738274747,"stop":1728738274748,"duration":1}},{"uid":"b446969ab1558318","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b446969ab1558318","status":"passed","time":{"start":1728682807962,"stop":1728682807963,"duration":1}},{"uid":"2018a3862cda2451","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2018a3862cda2451","status":"passed","time":{"start":1728682381291,"stop":1728682381291,"duration":0}},{"uid":"508a52c4b3ed7d9e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/508a52c4b3ed7d9e","status":"passed","time":{"start":1728676853904,"stop":1728676853904,"duration":0}},{"uid":"4c8a355f8162119a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4c8a355f8162119a","status":"passed","time":{"start":1728669581700,"stop":1728669581700,"duration":0}},{"uid":"864b6cbdea417109","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/864b6cbdea417109","status":"passed","time":{"start":1728597923494,"stop":1728597923495,"duration":1}},{"uid":"57b4f6d0b9aba686","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/57b4f6d0b9aba686","status":"passed","time":{"start":1728597132267,"stop":1728597132267,"duration":0}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7b863421a8487eae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b863421a8487eae","status":"passed","time":{"start":1729034356475,"stop":1729034356475,"duration":0}},{"uid":"b0a9f83aea09a6f8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b0a9f83aea09a6f8","status":"passed","time":{"start":1729034120501,"stop":1729034120501,"duration":0}},{"uid":"f0347586aa8106a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f0347586aa8106a8","status":"passed","time":{"start":1729033858271,"stop":1729033858271,"duration":0}},{"uid":"65d4ffcb4fd24e44","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/65d4ffcb4fd24e44","status":"passed","time":{"start":1729031908177,"stop":1729031908177,"duration":0}},{"uid":"8a6883f5a6eda6f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8a6883f5a6eda6f","status":"passed","time":{"start":1728901453934,"stop":1728901453934,"duration":0}},{"uid":"7cc52a742d208b89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7cc52a742d208b89","status":"passed","time":{"start":1728892884410,"stop":1728892884410,"duration":0}},{"uid":"35f1134e419df7a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/35f1134e419df7a9","status":"passed","time":{"start":1728855846879,"stop":1728855846879,"duration":0}},{"uid":"b692f46a1f21ab73","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b692f46a1f21ab73","status":"passed","time":{"start":1728738064183,"stop":1728738064183,"duration":0}},{"uid":"90bc9b5c76f54817","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/90bc9b5c76f54817","status":"passed","time":{"start":1728682597761,"stop":1728682597761,"duration":0}},{"uid":"d3192aebb847ee42","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d3192aebb847ee42","status":"passed","time":{"start":1728682170540,"stop":1728682170540,"duration":0}},{"uid":"1007eaee4a46bde","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1007eaee4a46bde","status":"passed","time":{"start":1728676645200,"stop":1728676645200,"duration":0}},{"uid":"db9e59ca5103ddf9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/db9e59ca5103ddf9","status":"passed","time":{"start":1728669368195,"stop":1728669368195,"duration":0}},{"uid":"cb1c68f4613f9cbe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb1c68f4613f9cbe","status":"passed","time":{"start":1728597709011,"stop":1728597709012,"duration":1}},{"uid":"6ffb383c85b44a03","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ffb383c85b44a03","status":"passed","time":{"start":1728596928106,"stop":1728596928106,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ac079bd10eee4b87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac079bd10eee4b87","status":"passed","time":{"start":1729034360435,"stop":1729034360435,"duration":0}},{"uid":"6bf4faf16e7dbba6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6bf4faf16e7dbba6","status":"passed","time":{"start":1729034124361,"stop":1729034124361,"duration":0}},{"uid":"c824a1fe4d8387aa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c824a1fe4d8387aa","status":"passed","time":{"start":1729034047483,"stop":1729034047483,"duration":0}},{"uid":"487d0674ccbd76d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/487d0674ccbd76d7","status":"passed","time":{"start":1729033862328,"stop":1729033862328,"duration":0}},{"uid":"661f55cbf110947","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/661f55cbf110947","status":"passed","time":{"start":1729031912068,"stop":1729031912069,"duration":1}},{"uid":"e03b78d84de848db","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e03b78d84de848db","status":"passed","time":{"start":1728901457815,"stop":1728901457816,"duration":1}},{"uid":"e914f1c821d19121","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e914f1c821d19121","status":"passed","time":{"start":1728892888299,"stop":1728892888299,"duration":0}},{"uid":"6c5c38635cc8e056","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c5c38635cc8e056","status":"passed","time":{"start":1728855850787,"stop":1728855850787,"duration":0}},{"uid":"4757f9cdc65d9350","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4757f9cdc65d9350","status":"passed","time":{"start":1728738068162,"stop":1728738068162,"duration":0}},{"uid":"23792f8d2fb9c081","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23792f8d2fb9c081","status":"passed","time":{"start":1728682601672,"stop":1728682601672,"duration":0}},{"uid":"fd8462271bbf16db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fd8462271bbf16db","status":"passed","time":{"start":1728682174564,"stop":1728682174564,"duration":0}},{"uid":"e5b9571263b755c2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5b9571263b755c2","status":"passed","time":{"start":1728676648930,"stop":1728676648930,"duration":0}},{"uid":"ed6d0a89552e897d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed6d0a89552e897d","status":"passed","time":{"start":1728669372209,"stop":1728669372209,"duration":0}},{"uid":"c63d4ea08578cf1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c63d4ea08578cf1b","status":"passed","time":{"start":1728597712759,"stop":1728597712759,"duration":0}},{"uid":"cbd3876836a3713b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbd3876836a3713b","status":"passed","time":{"start":1728596931865,"stop":1728596931865,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"386924099e8ac11b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/386924099e8ac11b","status":"passed","time":{"start":1729034617756,"stop":1729034617756,"duration":0}},{"uid":"22b5132e023f2c05","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22b5132e023f2c05","status":"passed","time":{"start":1729034370864,"stop":1729034370865,"duration":1}},{"uid":"e737d1a017bb7598","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e737d1a017bb7598","status":"passed","time":{"start":1729034308868,"stop":1729034308869,"duration":1}},{"uid":"b8580d4d4d677a38","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b8580d4d4d677a38","status":"passed","time":{"start":1729034129472,"stop":1729034129472,"duration":0}},{"uid":"5b24df57978ead49","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b24df57978ead49","status":"passed","time":{"start":1729032178365,"stop":1729032178366,"duration":1}},{"uid":"f847aac818cb16de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f847aac818cb16de","status":"passed","time":{"start":1728901896344,"stop":1728901896344,"duration":0}},{"uid":"5cc1b51e350b98e9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5cc1b51e350b98e9","status":"passed","time":{"start":1728893329022,"stop":1728893329023,"duration":1}},{"uid":"45f9bd8442db7b65","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/45f9bd8442db7b65","status":"passed","time":{"start":1728856284760,"stop":1728856284760,"duration":0}},{"uid":"648170192525f051","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/648170192525f051","status":"passed","time":{"start":1728738494937,"stop":1728738494938,"duration":1}},{"uid":"7ffcb4c9df19a92e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ffcb4c9df19a92e","status":"passed","time":{"start":1728683033629,"stop":1728683033630,"duration":1}},{"uid":"b3016975e92d9a6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3016975e92d9a6","status":"passed","time":{"start":1728682601734,"stop":1728682601734,"duration":0}},{"uid":"257677c716eb1249","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/257677c716eb1249","status":"passed","time":{"start":1728677107959,"stop":1728677107959,"duration":0}},{"uid":"2f5ed9ceb9080e9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2f5ed9ceb9080e9","status":"passed","time":{"start":1728669764749,"stop":1728669764749,"duration":0}},{"uid":"f7327e4a5fc3c4ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f7327e4a5fc3c4ac","status":"passed","time":{"start":1728598157560,"stop":1728598157560,"duration":0}},{"uid":"ede6a1de6fad41a6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ede6a1de6fad41a6","status":"passed","time":{"start":1728597369059,"stop":1728597369059,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9d0007188e90e449","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9d0007188e90e449","status":"passed","time":{"start":1729034704508,"stop":1729034704508,"duration":0}},{"uid":"b6b18d1fe3fd5ac9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b6b18d1fe3fd5ac9","status":"passed","time":{"start":1729034475012,"stop":1729034475012,"duration":0}},{"uid":"395fecaac3430cde","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/395fecaac3430cde","status":"passed","time":{"start":1729034395302,"stop":1729034395302,"duration":0}},{"uid":"9700892e3d809c64","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9700892e3d809c64","status":"passed","time":{"start":1729034209123,"stop":1729034209127,"duration":4}},{"uid":"39f835e7972011e8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/39f835e7972011e8","status":"passed","time":{"start":1729032264600,"stop":1729032264600,"duration":0}},{"uid":"d3c15d59d633770c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d3c15d59d633770c","status":"passed","time":{"start":1728902012880,"stop":1728902012890,"duration":10}},{"uid":"a5438fd1f6aa115c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a5438fd1f6aa115c","status":"passed","time":{"start":1728893454825,"stop":1728893454825,"duration":0}},{"uid":"2b84e5c9d64d4c04","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b84e5c9d64d4c04","status":"passed","time":{"start":1728856408468,"stop":1728856408468,"duration":0}},{"uid":"2920e66ca90df7a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2920e66ca90df7a2","status":"passed","time":{"start":1728738633874,"stop":1728738633874,"duration":0}},{"uid":"d0f1f26712cb9cfb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0f1f26712cb9cfb","status":"passed","time":{"start":1728683159825,"stop":1728683159825,"duration":0}},{"uid":"240a0bb5c7a2de4d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/240a0bb5c7a2de4d","status":"passed","time":{"start":1728682751346,"stop":1728682751346,"duration":0}},{"uid":"6afaa5e8c3af18a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6afaa5e8c3af18a1","status":"passed","time":{"start":1728677216377,"stop":1728677216378,"duration":1}},{"uid":"8bc7451841da2dce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bc7451841da2dce","status":"passed","time":{"start":1728669925467,"stop":1728669925467,"duration":0}},{"uid":"cfa6bc36ad564fcc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cfa6bc36ad564fcc","status":"passed","time":{"start":1728598268820,"stop":1728598268821,"duration":1}},{"uid":"ed745da885e79c82","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed745da885e79c82","status":"passed","time":{"start":1728597503952,"stop":1728597503953,"duration":1}}]},"619a361ae3ab3087df533de42438dd5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"936791ecf2327fac","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/936791ecf2327fac","status":"passed","time":{"start":1728669866481,"stop":1728669866482,"duration":1}}]},"c653f0e60f046b1a827dcac504e06b7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"298c4952ee707719","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/298c4952ee707719","status":"passed","time":{"start":1729032198819,"stop":1729032198822,"duration":3}}]},"740fe27faa4ae25229294744b2f023f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cff10178e8195c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cff10178e8195c6","status":"passed","time":{"start":1729032235308,"stop":1729032235308,"duration":0}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"591cc537101be78","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/591cc537101be78","status":"passed","time":{"start":1729034398720,"stop":1729034398721,"duration":1}},{"uid":"a5d37ca294f3d461","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a5d37ca294f3d461","status":"passed","time":{"start":1729034163592,"stop":1729034163593,"duration":1}},{"uid":"8b54e417ca44dc9d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8b54e417ca44dc9d","status":"passed","time":{"start":1729034085356,"stop":1729034085357,"duration":1}},{"uid":"67068f3dd6f6f81d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67068f3dd6f6f81d","status":"passed","time":{"start":1729033899383,"stop":1729033899384,"duration":1}},{"uid":"22abb782a7f5cb72","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22abb782a7f5cb72","status":"passed","time":{"start":1729031949749,"stop":1729031949751,"duration":2}},{"uid":"7dd9309cbcdbfa38","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7dd9309cbcdbfa38","status":"passed","time":{"start":1728901497250,"stop":1728901497250,"duration":0}},{"uid":"3f9de7e61e8224a7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3f9de7e61e8224a7","status":"passed","time":{"start":1728892931615,"stop":1728892931615,"duration":0}},{"uid":"294106fbc86c7c1e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/294106fbc86c7c1e","status":"passed","time":{"start":1728855891085,"stop":1728855891085,"duration":0}},{"uid":"d2ad621d2ee5e6c1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d2ad621d2ee5e6c1","status":"passed","time":{"start":1728738108305,"stop":1728738108306,"duration":1}},{"uid":"664b96abe686a45e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/664b96abe686a45e","status":"passed","time":{"start":1728682642731,"stop":1728682642732,"duration":1}},{"uid":"72d4ad8141a7a974","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/72d4ad8141a7a974","status":"passed","time":{"start":1728682214717,"stop":1728682214717,"duration":0}},{"uid":"dda84f2aff8bf7be","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dda84f2aff8bf7be","status":"passed","time":{"start":1728676692178,"stop":1728676692178,"duration":0}},{"uid":"83b391524ed0960a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/83b391524ed0960a","status":"passed","time":{"start":1728669416672,"stop":1728669416673,"duration":1}},{"uid":"7f2e5d090dfcef58","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7f2e5d090dfcef58","status":"passed","time":{"start":1728597754024,"stop":1728597754024,"duration":0}},{"uid":"f0c22fede750cceb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c22fede750cceb","status":"passed","time":{"start":1728596972641,"stop":1728596972641,"duration":0}}]},"9b43b62ad1663b1a7af4a219333e2181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c8fa368ccd93cfb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2c8fa368ccd93cfb","status":"passed","time":{"start":1729034428553,"stop":1729034428553,"duration":0}}]},"ed7893dd77eaa8957a9eba62abe55d10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5429fb134d3d457","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d5429fb134d3d457","status":"passed","time":{"start":1728677163582,"stop":1728677163582,"duration":0}}]},"edb2fc7a7048c5434f6fc09e82042d79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"799d487319f4248c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/799d487319f4248c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660885,"stop":1728676660885,"duration":0}},{"uid":"c301563987e8aece","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c301563987e8aece","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384120,"stop":1728669384120,"duration":0}}]},"8652f1572f659240ac75fc728d475bf0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7e183aabf0ac7f0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7e183aabf0ac7f0","status":"passed","time":{"start":1729034169449,"stop":1729034169449,"duration":0}}]},"74269ab43c6afe7c386969521118db94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d10033b125dbb8c5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d10033b125dbb8c5","status":"passed","time":{"start":1728682652692,"stop":1728682652692,"duration":0}}]},"82fe2982324d66d122f3aa38a7cf4bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"71cf9d0267c462df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/71cf9d0267c462df","status":"passed","time":{"start":1729034332637,"stop":1729034332637,"duration":0}},{"uid":"33031c2ced4ff993","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/33031c2ced4ff993","status":"passed","time":{"start":1729034096137,"stop":1729034096137,"duration":0}},{"uid":"fd6dc20ee2b1edeb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fd6dc20ee2b1edeb","status":"passed","time":{"start":1729034020094,"stop":1729034020094,"duration":0}},{"uid":"c746b2a6093af86e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c746b2a6093af86e","status":"passed","time":{"start":1729033834390,"stop":1729033834390,"duration":0}},{"uid":"56a32d8cd579e38c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/56a32d8cd579e38c","status":"passed","time":{"start":1729031884123,"stop":1729031884124,"duration":1}},{"uid":"b28ea6bd47c28160","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b28ea6bd47c28160","status":"passed","time":{"start":1728901430257,"stop":1728901430257,"duration":0}},{"uid":"2344a488a6963fb0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2344a488a6963fb0","status":"passed","time":{"start":1728892860536,"stop":1728892860536,"duration":0}},{"uid":"85bdb71ad87304c5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/85bdb71ad87304c5","status":"passed","time":{"start":1728855823325,"stop":1728855823325,"duration":0}},{"uid":"1a1d568860907e58","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a1d568860907e58","status":"passed","time":{"start":1728738040606,"stop":1728738040606,"duration":0}},{"uid":"23cb89084b61a685","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23cb89084b61a685","status":"passed","time":{"start":1728682574096,"stop":1728682574096,"duration":0}},{"uid":"ed0d167e9494da43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ed0d167e9494da43","status":"passed","time":{"start":1728682146820,"stop":1728682146821,"duration":1}},{"uid":"2eee28aeb2428352","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2eee28aeb2428352","status":"passed","time":{"start":1728676621435,"stop":1728676621436,"duration":1}},{"uid":"5123d43198e8e29e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5123d43198e8e29e","status":"passed","time":{"start":1728669344471,"stop":1728669344471,"duration":0}},{"uid":"8c294d533764d25","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8c294d533764d25","status":"passed","time":{"start":1728597685165,"stop":1728597685165,"duration":0}},{"uid":"8dbc064b55e1910f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8dbc064b55e1910f","status":"passed","time":{"start":1728596904472,"stop":1728596904473,"duration":1}}]},"0adba417ea17e0e8dd46e9764433bfcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6c602cec387bf1f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c6c602cec387bf1f","status":"passed","time":{"start":1728598212611,"stop":1728598212611,"duration":0}}]},"437176db3f64a6ff018ea9e43c08ab9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"be68131bb5454729","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/be68131bb5454729","status":"passed","time":{"start":1729034348217,"stop":1729034348217,"duration":0}}]},"447c91f17cfaa5ba2c3075aed78b63b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"27a2f4f4795ebb4f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27a2f4f4795ebb4f","status":"passed","time":{"start":1729034348296,"stop":1729034348297,"duration":1}},{"uid":"57c4563c28301de2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/57c4563c28301de2","status":"passed","time":{"start":1729034111876,"stop":1729034111876,"duration":0}},{"uid":"8887686ec38b19e3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8887686ec38b19e3","status":"passed","time":{"start":1729034034979,"stop":1729034034980,"duration":1}},{"uid":"8189387eb3478021","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8189387eb3478021","status":"passed","time":{"start":1729033849393,"stop":1729033849393,"duration":0}},{"uid":"abb65b7460a110c8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/abb65b7460a110c8","status":"passed","time":{"start":1729031899547,"stop":1729031899548,"duration":1}},{"uid":"b7c98e871ea11169","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c98e871ea11169","status":"passed","time":{"start":1728901444841,"stop":1728901444842,"duration":1}},{"uid":"d892f06046cfa219","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d892f06046cfa219","status":"passed","time":{"start":1728892875614,"stop":1728892875615,"duration":1}},{"uid":"c549509b9230373b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c549509b9230373b","status":"passed","time":{"start":1728855838489,"stop":1728855838490,"duration":1}},{"uid":"6be459fd33999df2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6be459fd33999df2","status":"passed","time":{"start":1728738055451,"stop":1728738055452,"duration":1}},{"uid":"6714ff2cb7bcb81d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6714ff2cb7bcb81d","status":"passed","time":{"start":1728682589263,"stop":1728682589263,"duration":0}},{"uid":"ccbbcfb8314925db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ccbbcfb8314925db","status":"passed","time":{"start":1728682162181,"stop":1728682162182,"duration":1}},{"uid":"18860bf7c4ff2ca2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18860bf7c4ff2ca2","status":"passed","time":{"start":1728676636508,"stop":1728676636513,"duration":5}},{"uid":"98a772cce8cb066b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98a772cce8cb066b","status":"passed","time":{"start":1728669359847,"stop":1728669359847,"duration":0}},{"uid":"5c176a5035df9d42","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5c176a5035df9d42","status":"passed","time":{"start":1728597699701,"stop":1728597699703,"duration":2}},{"uid":"d64eb5e285f1e52d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d64eb5e285f1e52d","status":"passed","time":{"start":1728596919893,"stop":1728596919893,"duration":0}}]},"5a393d14c60c7f3cee68ef18453908a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18d077d0a4b4dbcf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/18d077d0a4b4dbcf","status":"passed","time":{"start":1729034308905,"stop":1729034308907,"duration":2}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ee696c8f882c5b51","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee696c8f882c5b51","status":"passed","time":{"start":1729034617767,"stop":1729034617768,"duration":1}},{"uid":"3e2eae679da4dcf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3e2eae679da4dcf","status":"passed","time":{"start":1729034370904,"stop":1729034370914,"duration":10}},{"uid":"a749461c0f1851fd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a749461c0f1851fd","status":"passed","time":{"start":1729034308899,"stop":1729034308899,"duration":0}},{"uid":"215e4b969d76f202","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/215e4b969d76f202","status":"passed","time":{"start":1729034129480,"stop":1729034129480,"duration":0}},{"uid":"e05e90fe9a7420c4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e05e90fe9a7420c4","status":"passed","time":{"start":1729032178377,"stop":1729032178377,"duration":0}},{"uid":"d679828cd00596f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d679828cd00596f","status":"passed","time":{"start":1728901896354,"stop":1728901896354,"duration":0}},{"uid":"80c8ccff4cdc1a81","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/80c8ccff4cdc1a81","status":"passed","time":{"start":1728893329035,"stop":1728893329036,"duration":1}},{"uid":"65b48f11ffd3c94d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/65b48f11ffd3c94d","status":"passed","time":{"start":1728856284771,"stop":1728856284772,"duration":1}},{"uid":"8da06bdc8d43ba38","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8da06bdc8d43ba38","status":"passed","time":{"start":1728738494948,"stop":1728738494948,"duration":0}},{"uid":"b4733362734ae1a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b4733362734ae1a","status":"passed","time":{"start":1728683033638,"stop":1728683033638,"duration":0}},{"uid":"6e1d428b556d76de","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6e1d428b556d76de","status":"passed","time":{"start":1728682601746,"stop":1728682601746,"duration":0}},{"uid":"39217593825f2dd3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/39217593825f2dd3","status":"passed","time":{"start":1728677107985,"stop":1728677107985,"duration":0}},{"uid":"60acda0c01b26d2f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/60acda0c01b26d2f","status":"passed","time":{"start":1728669764759,"stop":1728669764759,"duration":0}},{"uid":"da6b71bea047eb22","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/da6b71bea047eb22","status":"passed","time":{"start":1728598157577,"stop":1728598157577,"duration":0}},{"uid":"25266d39c958c7e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/25266d39c958c7e8","status":"passed","time":{"start":1728597369086,"stop":1728597369086,"duration":0}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5cc5afb8a752a4bd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5cc5afb8a752a4bd","status":"passed","time":{"start":1729034360434,"stop":1729034360435,"duration":1}},{"uid":"6e0ee70c4d366303","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6e0ee70c4d366303","status":"passed","time":{"start":1729034124361,"stop":1729034124361,"duration":0}},{"uid":"7fc101e3c9bfa03e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7fc101e3c9bfa03e","status":"passed","time":{"start":1729034047483,"stop":1729034047483,"duration":0}},{"uid":"9c5f8fb7ea31cccd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9c5f8fb7ea31cccd","status":"passed","time":{"start":1729033862327,"stop":1729033862327,"duration":0}},{"uid":"45e5616a9215fe7b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/45e5616a9215fe7b","status":"passed","time":{"start":1729031912068,"stop":1729031912068,"duration":0}},{"uid":"6982248ec6231178","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6982248ec6231178","status":"passed","time":{"start":1728901457815,"stop":1728901457815,"duration":0}},{"uid":"47fa09290e975357","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/47fa09290e975357","status":"passed","time":{"start":1728892888299,"stop":1728892888299,"duration":0}},{"uid":"be401278cf801206","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be401278cf801206","status":"passed","time":{"start":1728855850786,"stop":1728855850787,"duration":1}},{"uid":"684365258ef9822d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/684365258ef9822d","status":"passed","time":{"start":1728738068162,"stop":1728738068162,"duration":0}},{"uid":"2fd73b922abb58a7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2fd73b922abb58a7","status":"passed","time":{"start":1728682601671,"stop":1728682601672,"duration":1}},{"uid":"a853faecfa65f4c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a853faecfa65f4c0","status":"passed","time":{"start":1728682174563,"stop":1728682174564,"duration":1}},{"uid":"f1f0a49ee8e028d9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f1f0a49ee8e028d9","status":"passed","time":{"start":1728676648929,"stop":1728676648930,"duration":1}},{"uid":"2b0eb7438c893caa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b0eb7438c893caa","status":"passed","time":{"start":1728669372209,"stop":1728669372209,"duration":0}},{"uid":"4b4478f49b3a168d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b4478f49b3a168d","status":"passed","time":{"start":1728597712758,"stop":1728597712759,"duration":1}},{"uid":"851ac8618c8eed81","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/851ac8618c8eed81","status":"passed","time":{"start":1728596931865,"stop":1728596931865,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"79fb694d1d3a0337","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79fb694d1d3a0337","status":"passed","time":{"start":1729034348761,"stop":1729034348761,"duration":0}},{"uid":"dfe528942ecd642a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dfe528942ecd642a","status":"passed","time":{"start":1729034112604,"stop":1729034112604,"duration":0}},{"uid":"e021622fbb211ee7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e021622fbb211ee7","status":"passed","time":{"start":1729034035872,"stop":1729034035872,"duration":0}},{"uid":"6edbf3fd0fe60fae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6edbf3fd0fe60fae","status":"passed","time":{"start":1729033850548,"stop":1729033850548,"duration":0}},{"uid":"1c965c92c8eb243c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1c965c92c8eb243c","status":"passed","time":{"start":1729031900271,"stop":1729031900271,"duration":0}},{"uid":"ef5ba03c9de0b6fb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ef5ba03c9de0b6fb","status":"passed","time":{"start":1728901446177,"stop":1728901446177,"duration":0}},{"uid":"fa6dd10adaa6ab69","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fa6dd10adaa6ab69","status":"passed","time":{"start":1728892876477,"stop":1728892876477,"duration":0}},{"uid":"ca609aed89383cac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca609aed89383cac","status":"passed","time":{"start":1728855839198,"stop":1728855839198,"duration":0}},{"uid":"b29869cc48b12c9c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b29869cc48b12c9c","status":"passed","time":{"start":1728738056464,"stop":1728738056464,"duration":0}},{"uid":"263d87703be41619","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/263d87703be41619","status":"passed","time":{"start":1728682590044,"stop":1728682590044,"duration":0}},{"uid":"94036ecdeb1672b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94036ecdeb1672b2","status":"passed","time":{"start":1728682162838,"stop":1728682162838,"duration":0}},{"uid":"4ac3725f414b3379","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4ac3725f414b3379","status":"passed","time":{"start":1728676637411,"stop":1728676637411,"duration":0}},{"uid":"bdc2554c492a9ab8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bdc2554c492a9ab8","status":"passed","time":{"start":1728669360493,"stop":1728669360494,"duration":1}},{"uid":"93a27f522dd102b7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/93a27f522dd102b7","status":"passed","time":{"start":1728597701236,"stop":1728597701236,"duration":0}},{"uid":"9c7f5b6d041bafb1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c7f5b6d041bafb1","status":"passed","time":{"start":1728596920370,"stop":1728596920370,"duration":0}}]},"e5e7abb25d952991947fd414843d5630:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1085b06ecf9a991f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1085b06ecf9a991f","status":"passed","time":{"start":1729034656466,"stop":1729034656466,"duration":0}}]},"f05a4a66bd8f0118c25ce07011ef85f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5400b1426cf4761f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5400b1426cf4761f","status":"passed","time":{"start":1728597132264,"stop":1728597132264,"duration":0}}]},"742c8c89552de3a24eb479bbf9607e5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4acc7eb79dc6df49","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4acc7eb79dc6df49","status":"passed","time":{"start":1728682666066,"stop":1728682666067,"duration":1}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9eed3c1a6bb4ab2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9eed3c1a6bb4ab2c","status":"passed","time":{"start":1729034611662,"stop":1729034611662,"duration":0}},{"uid":"5e4285b7195142b3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5e4285b7195142b3","status":"passed","time":{"start":1729034393639,"stop":1729034393639,"duration":0}},{"uid":"4d80519155a62b09","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4d80519155a62b09","status":"passed","time":{"start":1729034304835,"stop":1729034304835,"duration":0}},{"uid":"3d10280669c51e01","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3d10280669c51e01","status":"passed","time":{"start":1729034121902,"stop":1729034121904,"duration":2}},{"uid":"72910105e8bd8d80","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/72910105e8bd8d80","status":"passed","time":{"start":1729032174821,"stop":1729032174831,"duration":10}},{"uid":"3a1d91d4dd8be9f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3a1d91d4dd8be9f","status":"passed","time":{"start":1728901881010,"stop":1728901881010,"duration":0}},{"uid":"6045d4164d802f89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6045d4164d802f89","status":"passed","time":{"start":1728893317156,"stop":1728893317157,"duration":1}},{"uid":"56be238a74334b3c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/56be238a74334b3c","status":"passed","time":{"start":1728856263079,"stop":1728856263087,"duration":8}},{"uid":"985f8ee1db7bd908","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/985f8ee1db7bd908","status":"passed","time":{"start":1728738492796,"stop":1728738492796,"duration":0}},{"uid":"38e3f6d6f993e094","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/38e3f6d6f993e094","status":"passed","time":{"start":1728683030018,"stop":1728683030019,"duration":1}},{"uid":"2ee7a2feda3a473f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2ee7a2feda3a473f","status":"passed","time":{"start":1728682581098,"stop":1728682581098,"duration":0}},{"uid":"a9f5dcbd3e65a790","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a9f5dcbd3e65a790","status":"passed","time":{"start":1728677081991,"stop":1728677081991,"duration":0}},{"uid":"f324c10c633c8bb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f324c10c633c8bb3","status":"passed","time":{"start":1728669795392,"stop":1728669795393,"duration":1}},{"uid":"67d3444904d5959","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/67d3444904d5959","status":"passed","time":{"start":1728598137501,"stop":1728598137501,"duration":0}},{"uid":"1796475bdbaa6fd1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1796475bdbaa6fd1","status":"passed","time":{"start":1728597353477,"stop":1728597353478,"duration":1}}]},"90e3154cf66ed3d4f6fabf753e1c52d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e18f351f428f7bb0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e18f351f428f7bb0","status":"passed","time":{"start":1728893317153,"stop":1728893317153,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"98e4bcb6758633be","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/98e4bcb6758633be","status":"passed","time":{"start":1729034472990,"stop":1729034472990,"duration":0}},{"uid":"4900e24fcb84076f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4900e24fcb84076f","status":"passed","time":{"start":1729034240936,"stop":1729034240936,"duration":0}},{"uid":"ad27d9ef1378532a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ad27d9ef1378532a","status":"passed","time":{"start":1729034159630,"stop":1729034159630,"duration":0}},{"uid":"e61264c1dd01de7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e61264c1dd01de7","status":"passed","time":{"start":1729033976816,"stop":1729033976816,"duration":0}},{"uid":"66b1fc77931d2343","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/66b1fc77931d2343","status":"passed","time":{"start":1729032020533,"stop":1729032020536,"duration":3}},{"uid":"8d0dcefcf6e2f0fd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8d0dcefcf6e2f0fd","status":"passed","time":{"start":1728901616500,"stop":1728901616500,"duration":0}},{"uid":"e019b895a6b5c00b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e019b895a6b5c00b","status":"passed","time":{"start":1728893050254,"stop":1728893050254,"duration":0}},{"uid":"2af350d146872269","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2af350d146872269","status":"passed","time":{"start":1728856015185,"stop":1728856015192,"duration":7}},{"uid":"98e23e515f22b4f1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/98e23e515f22b4f1","status":"passed","time":{"start":1728738233178,"stop":1728738233179,"duration":1}},{"uid":"103c33e64d48b3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/103c33e64d48b3f6","status":"passed","time":{"start":1728682762485,"stop":1728682762485,"duration":0}},{"uid":"67ff4bdd78a005d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/67ff4bdd78a005d","status":"passed","time":{"start":1728682332798,"stop":1728682332798,"duration":0}},{"uid":"8f6330864d582402","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f6330864d582402","status":"passed","time":{"start":1728676810306,"stop":1728676810306,"duration":0}},{"uid":"9dc84ce5866e4827","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9dc84ce5866e4827","status":"passed","time":{"start":1728669529909,"stop":1728669529909,"duration":0}},{"uid":"50d2e1b7eee23d78","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/50d2e1b7eee23d78","status":"passed","time":{"start":1728597873546,"stop":1728597873546,"duration":0}},{"uid":"3e944e98d6bba00","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3e944e98d6bba00","status":"passed","time":{"start":1728597089286,"stop":1728597089287,"duration":1}}]},"8f350283c42efc0ff93995c86102722c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9dfe489a51e21ef3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9dfe489a51e21ef3","status":"passed","time":{"start":1728677184695,"stop":1728677184695,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f0b4be503b185851","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f0b4be503b185851","status":"passed","time":{"start":1729034704506,"stop":1729034704506,"duration":0}},{"uid":"4f3b74fb03c30d6b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4f3b74fb03c30d6b","status":"passed","time":{"start":1729034475005,"stop":1729034475005,"duration":0}},{"uid":"3b677b0d8be854cb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3b677b0d8be854cb","status":"passed","time":{"start":1729034395300,"stop":1729034395300,"duration":0}},{"uid":"3a9c00262e138817","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3a9c00262e138817","status":"passed","time":{"start":1729034209114,"stop":1729034209114,"duration":0}},{"uid":"4a7fc00cfd45cf01","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4a7fc00cfd45cf01","status":"passed","time":{"start":1729032264593,"stop":1729032264593,"duration":0}},{"uid":"1416344acc7ae8cf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1416344acc7ae8cf","status":"passed","time":{"start":1728902012873,"stop":1728902012873,"duration":0}},{"uid":"850e78f9b7904b7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/850e78f9b7904b7c","status":"passed","time":{"start":1728893454823,"stop":1728893454824,"duration":1}},{"uid":"2bafd4cad71b6e73","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2bafd4cad71b6e73","status":"passed","time":{"start":1728856408466,"stop":1728856408466,"duration":0}},{"uid":"78f2443233eb6916","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78f2443233eb6916","status":"passed","time":{"start":1728738633872,"stop":1728738633873,"duration":1}},{"uid":"2be08b42b2304edd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2be08b42b2304edd","status":"passed","time":{"start":1728683159819,"stop":1728683159819,"duration":0}},{"uid":"6c485415791add8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c485415791add8","status":"passed","time":{"start":1728682751342,"stop":1728682751344,"duration":2}},{"uid":"a0cdfac958042370","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a0cdfac958042370","status":"passed","time":{"start":1728677216376,"stop":1728677216376,"duration":0}},{"uid":"eeee917ac01ccc96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eeee917ac01ccc96","status":"passed","time":{"start":1728669925465,"stop":1728669925465,"duration":0}},{"uid":"22c42890649f06c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22c42890649f06c6","status":"passed","time":{"start":1728598268819,"stop":1728598268819,"duration":0}},{"uid":"3ccce2c0ab45635e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3ccce2c0ab45635e","status":"passed","time":{"start":1728597503948,"stop":1728597503949,"duration":1}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cc7f38ef59d67ab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc7f38ef59d67ab","status":"passed","time":{"start":1729034617765,"stop":1729034617766,"duration":1}},{"uid":"d174ec782d4ed973","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d174ec782d4ed973","status":"passed","time":{"start":1729034370902,"stop":1729034370903,"duration":1}},{"uid":"4e84516a03286e6c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4e84516a03286e6c","status":"passed","time":{"start":1729034308882,"stop":1729034308883,"duration":1}},{"uid":"7899bc23f3cdca04","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7899bc23f3cdca04","status":"passed","time":{"start":1729034129478,"stop":1729034129478,"duration":0}},{"uid":"5d4ed24125788cac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5d4ed24125788cac","status":"passed","time":{"start":1729032178375,"stop":1729032178375,"duration":0}},{"uid":"7bc656b9f17b4f0c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7bc656b9f17b4f0c","status":"passed","time":{"start":1728901896352,"stop":1728901896352,"duration":0}},{"uid":"844765192fc9715c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/844765192fc9715c","status":"passed","time":{"start":1728893329033,"stop":1728893329034,"duration":1}},{"uid":"74cdd9bd7e3fde0a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/74cdd9bd7e3fde0a","status":"passed","time":{"start":1728856284769,"stop":1728856284769,"duration":0}},{"uid":"6e905ead218f9944","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e905ead218f9944","status":"passed","time":{"start":1728738494946,"stop":1728738494946,"duration":0}},{"uid":"9f77188a3e115764","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9f77188a3e115764","status":"passed","time":{"start":1728683033636,"stop":1728683033636,"duration":0}},{"uid":"ac885c81688fdbb7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac885c81688fdbb7","status":"passed","time":{"start":1728682601744,"stop":1728682601744,"duration":0}},{"uid":"20878a2985191a69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/20878a2985191a69","status":"passed","time":{"start":1728677107974,"stop":1728677107983,"duration":9}},{"uid":"bc3b3665f19ce263","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bc3b3665f19ce263","status":"passed","time":{"start":1728669764756,"stop":1728669764756,"duration":0}},{"uid":"4de0897adaf0496","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4de0897adaf0496","status":"passed","time":{"start":1728598157575,"stop":1728598157575,"duration":0}},{"uid":"428683174cdbb428","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/428683174cdbb428","status":"passed","time":{"start":1728597369078,"stop":1728597369078,"duration":0}}]},"149bb421c9713d7ed951e54b8c6ae87c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1dfdfbc1465ebb0c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1dfdfbc1465ebb0c","status":"passed","time":{"start":1728901950545,"stop":1728901950545,"duration":0}}]},"a7baddcf91f9c6ba660f356e6903c05c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ddd6bcf0e02d1be2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ddd6bcf0e02d1be2","status":"passed","time":{"start":1728856355693,"stop":1728856355693,"duration":0}}]},"4cf971186ef6028bee56a2b96e14166a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf21d2ba472e1618","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bf21d2ba472e1618","status":"passed","time":{"start":1728597423328,"stop":1728597423329,"duration":1}}]},"39935f8cc92b21d63da131179626efc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d05501e05e5d26a6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d05501e05e5d26a6","status":"passed","time":{"start":1729034332624,"stop":1729034332624,"duration":0}},{"uid":"e0cba22bfe3e0422","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e0cba22bfe3e0422","status":"passed","time":{"start":1729034096126,"stop":1729034096126,"duration":0}},{"uid":"1e01c61de9f6fd90","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1e01c61de9f6fd90","status":"passed","time":{"start":1729034020084,"stop":1729034020085,"duration":1}},{"uid":"9c726e6c66ffa857","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9c726e6c66ffa857","status":"passed","time":{"start":1729033834377,"stop":1729033834377,"duration":0}},{"uid":"719e0912e4072a3d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/719e0912e4072a3d","status":"passed","time":{"start":1729031884107,"stop":1729031884108,"duration":1}},{"uid":"f64a9cf8dd899e15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f64a9cf8dd899e15","status":"passed","time":{"start":1728901430249,"stop":1728901430249,"duration":0}},{"uid":"8114e7da4e4cc345","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8114e7da4e4cc345","status":"passed","time":{"start":1728892860525,"stop":1728892860525,"duration":0}},{"uid":"db50658a4c04a692","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/db50658a4c04a692","status":"passed","time":{"start":1728855823315,"stop":1728855823316,"duration":1}},{"uid":"f68d579d8fc98a1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f68d579d8fc98a1c","status":"passed","time":{"start":1728738040584,"stop":1728738040585,"duration":1}},{"uid":"f2f4a4a723127aff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2f4a4a723127aff","status":"passed","time":{"start":1728682574082,"stop":1728682574082,"duration":0}},{"uid":"ff66b714764da896","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ff66b714764da896","status":"passed","time":{"start":1728682146809,"stop":1728682146810,"duration":1}},{"uid":"941f581f5d3902a0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/941f581f5d3902a0","status":"passed","time":{"start":1728676621423,"stop":1728676621424,"duration":1}},{"uid":"f15a365ce66a8a0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f15a365ce66a8a0","status":"passed","time":{"start":1728669344460,"stop":1728669344460,"duration":0}},{"uid":"f31c11d134441abb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f31c11d134441abb","status":"passed","time":{"start":1728597685154,"stop":1728597685154,"duration":0}},{"uid":"5f2673d2a8e970cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f2673d2a8e970cd","status":"passed","time":{"start":1728596904460,"stop":1728596904460,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b6328243304101e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6328243304101e","status":"passed","time":{"start":1729034682672,"stop":1729034682672,"duration":0}},{"uid":"aca4de57da6ad95b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aca4de57da6ad95b","status":"passed","time":{"start":1729034452182,"stop":1729034452182,"duration":0}},{"uid":"8cc19c08c1a618b1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8cc19c08c1a618b1","status":"passed","time":{"start":1729034373078,"stop":1729034373079,"duration":1}},{"uid":"2ee559ba0f23694f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ee559ba0f23694f","status":"passed","time":{"start":1729034188115,"stop":1729034188116,"duration":1}},{"uid":"87f3e8a6d26e5041","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/87f3e8a6d26e5041","status":"passed","time":{"start":1729032231861,"stop":1729032231862,"duration":1}},{"uid":"633cd15a99289fae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/633cd15a99289fae","status":"passed","time":{"start":1728901989564,"stop":1728901989564,"duration":0}},{"uid":"19589c872af257f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19589c872af257f","status":"passed","time":{"start":1728893424897,"stop":1728893424897,"duration":0}},{"uid":"bcfea23dae1b5f00","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bcfea23dae1b5f00","status":"passed","time":{"start":1728856376682,"stop":1728856376682,"duration":0}},{"uid":"468b54dbf01dcf12","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/468b54dbf01dcf12","status":"passed","time":{"start":1728738593958,"stop":1728738593959,"duration":1}},{"uid":"cb154a3e69f696b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cb154a3e69f696b0","status":"passed","time":{"start":1728683135334,"stop":1728683135335,"duration":1}},{"uid":"bb39be93d900cd7c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb39be93d900cd7c","status":"passed","time":{"start":1728682692584,"stop":1728682692586,"duration":2}},{"uid":"e9bac2a813ab1f96","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e9bac2a813ab1f96","status":"passed","time":{"start":1728677194227,"stop":1728677194227,"duration":0}},{"uid":"e40bcb6e1eb3376b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e40bcb6e1eb3376b","status":"passed","time":{"start":1728669874422,"stop":1728669874422,"duration":0}},{"uid":"98ca0c2e891077d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/98ca0c2e891077d","status":"passed","time":{"start":1728598257460,"stop":1728598257460,"duration":0}},{"uid":"796e990716810beb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/796e990716810beb","status":"passed","time":{"start":1728597471282,"stop":1728597471282,"duration":0}}]},"daefda0f37e609ad1f383f4ecc7b0e51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e192b9fae2dac98f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e192b9fae2dac98f","status":"passed","time":{"start":1728597434080,"stop":1728597434080,"duration":0}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"94b38833d592def9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/94b38833d592def9","status":"passed","time":{"start":1729034631253,"stop":1729034631253,"duration":0}},{"uid":"2c0d74fb455e9988","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2c0d74fb455e9988","status":"passed","time":{"start":1729034400890,"stop":1729034400890,"duration":0}},{"uid":"c97ef8f2b733fd8b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c97ef8f2b733fd8b","status":"passed","time":{"start":1729034317453,"stop":1729034317453,"duration":0}},{"uid":"4f1700c09340db38","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f1700c09340db38","status":"passed","time":{"start":1729034137137,"stop":1729034137142,"duration":5}},{"uid":"5a1ed28f50c4743f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a1ed28f50c4743f","status":"passed","time":{"start":1729032206876,"stop":1729032206876,"duration":0}},{"uid":"5adf9cfef8dc358d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5adf9cfef8dc358d","status":"passed","time":{"start":1728901995022,"stop":1728901995022,"duration":0}},{"uid":"f9a8088335af931f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f9a8088335af931f","status":"passed","time":{"start":1728893420996,"stop":1728893420996,"duration":0}},{"uid":"537fdbf43ff1388c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/537fdbf43ff1388c","status":"passed","time":{"start":1728856368597,"stop":1728856368597,"duration":0}},{"uid":"2a4f3bb3148e1c08","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2a4f3bb3148e1c08","status":"passed","time":{"start":1728738604681,"stop":1728738604681,"duration":0}},{"uid":"b82833f23190e4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b82833f23190e4f","status":"passed","time":{"start":1728683117628,"stop":1728683117629,"duration":1}},{"uid":"47e2f9d895cfb1f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/47e2f9d895cfb1f9","status":"passed","time":{"start":1728682721318,"stop":1728682721319,"duration":1}},{"uid":"28063a14fc2f3385","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/28063a14fc2f3385","status":"passed","time":{"start":1728677184684,"stop":1728677184684,"duration":0}},{"uid":"aec3e0b69dfc88c6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aec3e0b69dfc88c6","status":"passed","time":{"start":1728669866450,"stop":1728669866450,"duration":0}},{"uid":"5b9e738672a02307","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b9e738672a02307","status":"passed","time":{"start":1728598249978,"stop":1728598249980,"duration":2}},{"uid":"e1f2b669b2815bf3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e1f2b669b2815bf3","status":"passed","time":{"start":1728597472292,"stop":1728597472293,"duration":1}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7127178dfcecffe8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7127178dfcecffe8","status":"passed","time":{"start":1729034704493,"stop":1729034704493,"duration":0}},{"uid":"ed9eaf3cd3b162a3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ed9eaf3cd3b162a3","status":"passed","time":{"start":1729034474986,"stop":1729034474987,"duration":1}},{"uid":"f48768f7b332b9d7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f48768f7b332b9d7","status":"passed","time":{"start":1729034395289,"stop":1729034395289,"duration":0}},{"uid":"ebe33bcda2e1a05b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ebe33bcda2e1a05b","status":"passed","time":{"start":1729034209096,"stop":1729034209098,"duration":2}},{"uid":"73e0a37dc20caeb6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73e0a37dc20caeb6","status":"passed","time":{"start":1729032264567,"stop":1729032264567,"duration":0}},{"uid":"bc71deea359ea3dc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc71deea359ea3dc","status":"passed","time":{"start":1728902012848,"stop":1728902012849,"duration":1}},{"uid":"7852fc891a1c5bfe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7852fc891a1c5bfe","status":"passed","time":{"start":1728893454810,"stop":1728893454810,"duration":0}},{"uid":"db31705c2d1bbe6d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/db31705c2d1bbe6d","status":"passed","time":{"start":1728856408451,"stop":1728856408451,"duration":0}},{"uid":"30868ccd893234ba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/30868ccd893234ba","status":"passed","time":{"start":1728738633853,"stop":1728738633854,"duration":1}},{"uid":"9caaca1c64dd2968","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9caaca1c64dd2968","status":"passed","time":{"start":1728683159754,"stop":1728683159755,"duration":1}},{"uid":"2dfe4ed5653320e3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2dfe4ed5653320e3","status":"passed","time":{"start":1728682751328,"stop":1728682751328,"duration":0}},{"uid":"340530e2c867b597","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/340530e2c867b597","status":"passed","time":{"start":1728677216354,"stop":1728677216355,"duration":1}},{"uid":"f0e2b688692f4b7a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f0e2b688692f4b7a","status":"passed","time":{"start":1728669925452,"stop":1728669925453,"duration":1}},{"uid":"dc8ee6eace962c46","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc8ee6eace962c46","status":"passed","time":{"start":1728598268801,"stop":1728598268801,"duration":0}},{"uid":"d48696697da498c6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d48696697da498c6","status":"passed","time":{"start":1728597503916,"stop":1728597503917,"duration":1}}]},"03cc7f8b9ef827f1ad44c610a52c3423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd12a01834ce6c45","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fd12a01834ce6c45","status":"passed","time":{"start":1729034304856,"stop":1729034304856,"duration":0}}]},"dc04031c4e8859ab829baee7de9f2c8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8cef0bf8ea42b80a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8cef0bf8ea42b80a","status":"passed","time":{"start":1729034304832,"stop":1729034304832,"duration":0}}]},"3bd3bece9b1c0cfad12ec4c93d43604f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"267585248470f924","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/267585248470f924","status":"passed","time":{"start":1729034373010,"stop":1729034373010,"duration":0}},{"uid":"3b95c84ca4138d27","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3b95c84ca4138d27","status":"passed","time":{"start":1729034137113,"stop":1729034137114,"duration":1}},{"uid":"e4a902841c5f8531","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e4a902841c5f8531","status":"passed","time":{"start":1729034060045,"stop":1729034060045,"duration":0}},{"uid":"468abe1a9f7efa77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/468abe1a9f7efa77","status":"passed","time":{"start":1729033875027,"stop":1729033875028,"duration":1}},{"uid":"8c1999e7158bd8e9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c1999e7158bd8e9","status":"passed","time":{"start":1729031924908,"stop":1729031924908,"duration":0}},{"uid":"66a2deef9177d140","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66a2deef9177d140","status":"passed","time":{"start":1728901469135,"stop":1728901469135,"duration":0}},{"uid":"471c1574cbd97bbe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/471c1574cbd97bbe","status":"passed","time":{"start":1728892899800,"stop":1728892899800,"duration":0}},{"uid":"9e60b480821e4546","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e60b480821e4546","status":"passed","time":{"start":1728855863297,"stop":1728855863297,"duration":0}},{"uid":"e536e692f946f92","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e536e692f946f92","status":"passed","time":{"start":1728738080956,"stop":1728738080957,"duration":1}},{"uid":"38b52e1708612272","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/38b52e1708612272","status":"passed","time":{"start":1728682614316,"stop":1728682614316,"duration":0}},{"uid":"d88c7ff770595037","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d88c7ff770595037","status":"passed","time":{"start":1728682187221,"stop":1728682187221,"duration":0}},{"uid":"71b34e259c14635e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/71b34e259c14635e","status":"passed","time":{"start":1728676661421,"stop":1728676661422,"duration":1}},{"uid":"c9c70621a11c3644","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9c70621a11c3644","status":"passed","time":{"start":1728669384753,"stop":1728669384754,"duration":1}},{"uid":"b4c05f8174efecee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b4c05f8174efecee","status":"passed","time":{"start":1728597724211,"stop":1728597724211,"duration":0}},{"uid":"2c36ab259f945607","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c36ab259f945607","status":"passed","time":{"start":1728596943264,"stop":1728596943264,"duration":0}}]},"b99b3a0b7545e302b6002e6105fd5d3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9939626f6b5f0213","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9939626f6b5f0213","status":"passed","time":{"start":1728738492805,"stop":1728738492806,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"979d0fb73768c04e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/979d0fb73768c04e","status":"passed","time":{"start":1729034682670,"stop":1729034682671,"duration":1}},{"uid":"30a807b7ce216d03","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/30a807b7ce216d03","status":"passed","time":{"start":1729034452180,"stop":1729034452180,"duration":0}},{"uid":"770531561eac8518","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/770531561eac8518","status":"passed","time":{"start":1729034373073,"stop":1729034373073,"duration":0}},{"uid":"498b15e4a75ae15","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/498b15e4a75ae15","status":"passed","time":{"start":1729034188112,"stop":1729034188113,"duration":1}},{"uid":"73843b6c9b677a0c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73843b6c9b677a0c","status":"passed","time":{"start":1729032231860,"stop":1729032231860,"duration":0}},{"uid":"8c1cad410a3f9ea5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8c1cad410a3f9ea5","status":"passed","time":{"start":1728901989562,"stop":1728901989562,"duration":0}},{"uid":"8af2020129212ebd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8af2020129212ebd","status":"passed","time":{"start":1728893424895,"stop":1728893424896,"duration":1}},{"uid":"a71244cee3775d8d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a71244cee3775d8d","status":"passed","time":{"start":1728856376680,"stop":1728856376681,"duration":1}},{"uid":"11b8bc1ae4235262","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11b8bc1ae4235262","status":"passed","time":{"start":1728738593941,"stop":1728738593942,"duration":1}},{"uid":"73b6e6afc321210","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/73b6e6afc321210","status":"passed","time":{"start":1728683135330,"stop":1728683135331,"duration":1}},{"uid":"f737505e05f771cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f737505e05f771cf","status":"passed","time":{"start":1728682692580,"stop":1728682692581,"duration":1}},{"uid":"aa23ac1df87255a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aa23ac1df87255a","status":"passed","time":{"start":1728677194226,"stop":1728677194226,"duration":0}},{"uid":"945b21f48ec1e214","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/945b21f48ec1e214","status":"passed","time":{"start":1728669874418,"stop":1728669874420,"duration":2}},{"uid":"7b3311e84a6b7e5a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7b3311e84a6b7e5a","status":"passed","time":{"start":1728598257458,"stop":1728598257459,"duration":1}},{"uid":"e9c499e54c4aeb50","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e9c499e54c4aeb50","status":"passed","time":{"start":1728597471280,"stop":1728597471281,"duration":1}}]},"eac1afa99c66d48ed0ac661d3dac2fe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c4d1e5c35e87bcf9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4d1e5c35e87bcf9","status":"passed","time":{"start":1729034656464,"stop":1729034656464,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"43622ec04811649b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/43622ec04811649b","status":"passed","time":{"start":1729034611682,"stop":1729034611682,"duration":0}},{"uid":"ed5c9d7e85047882","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ed5c9d7e85047882","status":"passed","time":{"start":1729034393657,"stop":1729034393658,"duration":1}},{"uid":"4944f531b4ea977a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4944f531b4ea977a","status":"passed","time":{"start":1729034304855,"stop":1729034304856,"duration":1}},{"uid":"911db5bac5406f2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/911db5bac5406f2c","status":"passed","time":{"start":1729034121946,"stop":1729034121947,"duration":1}},{"uid":"4ce44b4f8338038b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4ce44b4f8338038b","status":"passed","time":{"start":1729032174921,"stop":1729032174927,"duration":6}},{"uid":"fa7c590c79e21781","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fa7c590c79e21781","status":"passed","time":{"start":1728901881027,"stop":1728901881028,"duration":1}},{"uid":"157483459dee2f20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/157483459dee2f20","status":"passed","time":{"start":1728893317180,"stop":1728893317181,"duration":1}},{"uid":"9bcba59f84f58bb3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9bcba59f84f58bb3","status":"passed","time":{"start":1728856263111,"stop":1728856263111,"duration":0}},{"uid":"6e8b137ba01e2ae4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e8b137ba01e2ae4","status":"passed","time":{"start":1728738492805,"stop":1728738492805,"duration":0}},{"uid":"981b50b88b475a80","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/981b50b88b475a80","status":"passed","time":{"start":1728683030028,"stop":1728683030029,"duration":1}},{"uid":"2bbc59e7939c109f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2bbc59e7939c109f","status":"passed","time":{"start":1728682581114,"stop":1728682581128,"duration":14}},{"uid":"974f806a69ed0014","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/974f806a69ed0014","status":"passed","time":{"start":1728677082009,"stop":1728677082010,"duration":1}},{"uid":"46b678108ec83b69","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/46b678108ec83b69","status":"passed","time":{"start":1728669795406,"stop":1728669795406,"duration":0}},{"uid":"fc18bd91d5d8b8fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fc18bd91d5d8b8fb","status":"passed","time":{"start":1728598137509,"stop":1728598137509,"duration":0}},{"uid":"c2859150c6c959cf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c2859150c6c959cf","status":"passed","time":{"start":1728597353486,"stop":1728597353487,"duration":1}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4ae2f10632e49bf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4ae2f10632e49bf","status":"passed","time":{"start":1729034703313,"stop":1729034703313,"duration":0}},{"uid":"ae995d110a89de97","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ae995d110a89de97","status":"passed","time":{"start":1729034475277,"stop":1729034475278,"duration":1}},{"uid":"137e15821203ea11","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/137e15821203ea11","status":"passed","time":{"start":1729034392404,"stop":1729034392404,"duration":0}},{"uid":"e5c2dde2f136ed5d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e5c2dde2f136ed5d","status":"passed","time":{"start":1729034208295,"stop":1729034208296,"duration":1}},{"uid":"c9c2596acc9ab3c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c9c2596acc9ab3c6","status":"passed","time":{"start":1729032257078,"stop":1729032257083,"duration":5}},{"uid":"25f47cac25a7f47c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25f47cac25a7f47c","status":"passed","time":{"start":1728902024014,"stop":1728902024014,"duration":0}},{"uid":"e98a847f28498fda","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e98a847f28498fda","status":"passed","time":{"start":1728893455130,"stop":1728893455131,"duration":1}},{"uid":"6f318de6127b24ed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6f318de6127b24ed","status":"passed","time":{"start":1728856404967,"stop":1728856404967,"duration":0}},{"uid":"422f89dd57996cf0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/422f89dd57996cf0","status":"passed","time":{"start":1728738634670,"stop":1728738634671,"duration":1}},{"uid":"445959531e700f6c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/445959531e700f6c","status":"passed","time":{"start":1728683163621,"stop":1728683163622,"duration":1}},{"uid":"59fa1edabd93a5b3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59fa1edabd93a5b3","status":"passed","time":{"start":1728682737543,"stop":1728682737544,"duration":1}},{"uid":"22251463266a7e8e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/22251463266a7e8e","status":"passed","time":{"start":1728677222568,"stop":1728677222568,"duration":0}},{"uid":"989d2f9af6e0c3e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/989d2f9af6e0c3e2","status":"passed","time":{"start":1728669905045,"stop":1728669905046,"duration":1}},{"uid":"b29f7c6323670f62","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b29f7c6323670f62","status":"passed","time":{"start":1728598284367,"stop":1728598284367,"duration":0}},{"uid":"75a45144f14a699","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/75a45144f14a699","status":"passed","time":{"start":1728597506832,"stop":1728597506832,"duration":0}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4d6ee0e8af117d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4d6ee0e8af117d","status":"passed","time":{"start":1729034472976,"stop":1729034472977,"duration":1}},{"uid":"10271093f34e1022","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/10271093f34e1022","status":"passed","time":{"start":1729034240920,"stop":1729034240920,"duration":0}},{"uid":"d726f3e8cd72d5c2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d726f3e8cd72d5c2","status":"passed","time":{"start":1729034159617,"stop":1729034159618,"duration":1}},{"uid":"70115caa9aaef4a6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/70115caa9aaef4a6","status":"passed","time":{"start":1729033976802,"stop":1729033976802,"duration":0}},{"uid":"46a3d26c6f9452a3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/46a3d26c6f9452a3","status":"passed","time":{"start":1729032020525,"stop":1729032020526,"duration":1}},{"uid":"7cd8ba1248ae17f3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7cd8ba1248ae17f3","status":"passed","time":{"start":1728901616436,"stop":1728901616447,"duration":11}},{"uid":"cd3f7b408767822","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cd3f7b408767822","status":"passed","time":{"start":1728893050247,"stop":1728893050247,"duration":0}},{"uid":"609114709ed02113","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/609114709ed02113","status":"passed","time":{"start":1728856015173,"stop":1728856015174,"duration":1}},{"uid":"191e20c17f878c15","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/191e20c17f878c15","status":"passed","time":{"start":1728738233142,"stop":1728738233143,"duration":1}},{"uid":"b9ae1dca13b21aa1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b9ae1dca13b21aa1","status":"passed","time":{"start":1728682762474,"stop":1728682762474,"duration":0}},{"uid":"ea70af3e8605c8f4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea70af3e8605c8f4","status":"passed","time":{"start":1728682332788,"stop":1728682332788,"duration":0}},{"uid":"e32293d6e39f4605","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e32293d6e39f4605","status":"passed","time":{"start":1728676810293,"stop":1728676810293,"duration":0}},{"uid":"5bd80a20161b2c78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5bd80a20161b2c78","status":"passed","time":{"start":1728669529901,"stop":1728669529901,"duration":0}},{"uid":"a5dd3c7371063294","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a5dd3c7371063294","status":"passed","time":{"start":1728597873536,"stop":1728597873536,"duration":0}},{"uid":"1a5a6f2860ac35fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1a5a6f2860ac35fd","status":"passed","time":{"start":1728597089275,"stop":1728597089276,"duration":1}}]},"bbfd286fc72a068904fd9a5fdba494ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89ef85768a8c2c2c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/89ef85768a8c2c2c","status":"passed","time":{"start":1728598250013,"stop":1728598250014,"duration":1}}]},"d62d94f7c2df4e5c45947a44647cabbc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7635e31ac81c5ae5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7635e31ac81c5ae5","status":"passed","time":{"start":1728856333676,"stop":1728856333677,"duration":1}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9e40d1b816edf3c4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9e40d1b816edf3c4","status":"passed","time":{"start":1729034704503,"stop":1729034704503,"duration":0}},{"uid":"e827db0ad91b350b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e827db0ad91b350b","status":"passed","time":{"start":1729034474996,"stop":1729034474996,"duration":0}},{"uid":"6a828b3704da6437","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a828b3704da6437","status":"passed","time":{"start":1729034395297,"stop":1729034395297,"duration":0}},{"uid":"5a97eeabfd62585c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a97eeabfd62585c","status":"passed","time":{"start":1729034209110,"stop":1729034209110,"duration":0}},{"uid":"5e4b54dd2c6b3454","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e4b54dd2c6b3454","status":"passed","time":{"start":1729032264579,"stop":1729032264579,"duration":0}},{"uid":"effd092ac8da7b9b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/effd092ac8da7b9b","status":"passed","time":{"start":1728902012869,"stop":1728902012869,"duration":0}},{"uid":"1f907b786b6f863","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1f907b786b6f863","status":"passed","time":{"start":1728893454820,"stop":1728893454820,"duration":0}},{"uid":"d4c239f70ffe5ac3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d4c239f70ffe5ac3","status":"passed","time":{"start":1728856408463,"stop":1728856408463,"duration":0}},{"uid":"bb8264d9c99f9c09","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bb8264d9c99f9c09","status":"passed","time":{"start":1728738633863,"stop":1728738633864,"duration":1}},{"uid":"2a85b47c17a91d4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2a85b47c17a91d4","status":"passed","time":{"start":1728683159801,"stop":1728683159802,"duration":1}},{"uid":"7dda20a0b569deed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7dda20a0b569deed","status":"passed","time":{"start":1728682751339,"stop":1728682751339,"duration":0}},{"uid":"d1c412867dde9984","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d1c412867dde9984","status":"passed","time":{"start":1728677216372,"stop":1728677216373,"duration":1}},{"uid":"c19a07bf2cc1d371","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c19a07bf2cc1d371","status":"passed","time":{"start":1728669925460,"stop":1728669925460,"duration":0}},{"uid":"51765c9eda352ccf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/51765c9eda352ccf","status":"passed","time":{"start":1728598268815,"stop":1728598268815,"duration":0}},{"uid":"92046c08fd52d237","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92046c08fd52d237","status":"passed","time":{"start":1728597503943,"stop":1728597503944,"duration":1}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"667c9d9baade11ba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/667c9d9baade11ba","status":"passed","time":{"start":1729034617768,"stop":1729034617768,"duration":0}},{"uid":"6eb933101019602d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6eb933101019602d","status":"passed","time":{"start":1729034370914,"stop":1729034370914,"duration":0}},{"uid":"10d579c6068d8cd7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/10d579c6068d8cd7","status":"passed","time":{"start":1729034308900,"stop":1729034308901,"duration":1}},{"uid":"f996bedc083ea65d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f996bedc083ea65d","status":"passed","time":{"start":1729034129480,"stop":1729034129481,"duration":1}},{"uid":"c6ab3528e79a2858","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6ab3528e79a2858","status":"passed","time":{"start":1729032178377,"stop":1729032178378,"duration":1}},{"uid":"82c12227309646d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82c12227309646d2","status":"passed","time":{"start":1728901896354,"stop":1728901896355,"duration":1}},{"uid":"eba4d39ac602fd6b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/eba4d39ac602fd6b","status":"passed","time":{"start":1728893329036,"stop":1728893329036,"duration":0}},{"uid":"651db6e4d5277859","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/651db6e4d5277859","status":"passed","time":{"start":1728856284772,"stop":1728856284772,"duration":0}},{"uid":"af00eff9cb221366","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/af00eff9cb221366","status":"passed","time":{"start":1728738494949,"stop":1728738494949,"duration":0}},{"uid":"510cff86063a76af","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/510cff86063a76af","status":"passed","time":{"start":1728683033638,"stop":1728683033639,"duration":1}},{"uid":"13f8a7e9d7f0ba3c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13f8a7e9d7f0ba3c","status":"passed","time":{"start":1728682601746,"stop":1728682601746,"duration":0}},{"uid":"c6f0b58ba4a2016e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c6f0b58ba4a2016e","status":"passed","time":{"start":1728677107985,"stop":1728677107988,"duration":3}},{"uid":"78baa1297069ba07","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/78baa1297069ba07","status":"passed","time":{"start":1728669764759,"stop":1728669764759,"duration":0}},{"uid":"1694cb100ebaeed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1694cb100ebaeed","status":"passed","time":{"start":1728598157578,"stop":1728598157578,"duration":0}},{"uid":"909bb5f523a9e1bc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/909bb5f523a9e1bc","status":"passed","time":{"start":1728597369087,"stop":1728597369087,"duration":0}}]},"cf61e29410a84031e3aa722a3f77b7d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3de652ec5e4b56f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e3de652ec5e4b56f","status":"passed","time":{"start":1728901901768,"stop":1728901901769,"duration":1}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3dcaf858f2b8e87c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3dcaf858f2b8e87c","status":"passed","time":{"start":1729034704502,"stop":1729034704502,"duration":0}},{"uid":"2ddff5e9dc0858c0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2ddff5e9dc0858c0","status":"passed","time":{"start":1729034474995,"stop":1729034474996,"duration":1}},{"uid":"92c3e8ce5cca2af7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/92c3e8ce5cca2af7","status":"passed","time":{"start":1729034395296,"stop":1729034395296,"duration":0}},{"uid":"d9e71a0756c2038e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9e71a0756c2038e","status":"passed","time":{"start":1729034209109,"stop":1729034209109,"duration":0}},{"uid":"cd6cee50a15e9f85","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cd6cee50a15e9f85","status":"passed","time":{"start":1729032264576,"stop":1729032264576,"duration":0}},{"uid":"428ad67a8ffc8c34","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/428ad67a8ffc8c34","status":"passed","time":{"start":1728902012868,"stop":1728902012869,"duration":1}},{"uid":"a3ca0f1cf6cd0ae0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a3ca0f1cf6cd0ae0","status":"passed","time":{"start":1728893454818,"stop":1728893454818,"duration":0}},{"uid":"1b8e67446f7e2012","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b8e67446f7e2012","status":"passed","time":{"start":1728856408462,"stop":1728856408462,"duration":0}},{"uid":"edb5106f7e17b503","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edb5106f7e17b503","status":"passed","time":{"start":1728738633862,"stop":1728738633863,"duration":1}},{"uid":"1e75739c52e50466","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1e75739c52e50466","status":"passed","time":{"start":1728683159799,"stop":1728683159799,"duration":0}},{"uid":"b39fc4875b3f2832","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b39fc4875b3f2832","status":"passed","time":{"start":1728682751338,"stop":1728682751338,"duration":0}},{"uid":"3c89dc247b2f2a0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3c89dc247b2f2a0e","status":"passed","time":{"start":1728677216372,"stop":1728677216372,"duration":0}},{"uid":"85f81a28f82aa50a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/85f81a28f82aa50a","status":"passed","time":{"start":1728669925460,"stop":1728669925460,"duration":0}},{"uid":"e548476cff0424eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e548476cff0424eb","status":"passed","time":{"start":1728598268814,"stop":1728598268815,"duration":1}},{"uid":"c6e0c3efcb78e6c7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c6e0c3efcb78e6c7","status":"passed","time":{"start":1728597503941,"stop":1728597503942,"duration":1}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"12a7c677fe12ea60","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/12a7c677fe12ea60","status":"passed","time":{"start":1729034348763,"stop":1729034348763,"duration":0}},{"uid":"ca9e56630538ef6b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ca9e56630538ef6b","status":"passed","time":{"start":1729034112606,"stop":1729034112606,"duration":0}},{"uid":"1c3578df8fe99858","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1c3578df8fe99858","status":"passed","time":{"start":1729034035873,"stop":1729034035874,"duration":1}},{"uid":"37e025144df040f0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37e025144df040f0","status":"passed","time":{"start":1729033850550,"stop":1729033850550,"duration":0}},{"uid":"f4c8b5c292a860f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f4c8b5c292a860f1","status":"passed","time":{"start":1729031900273,"stop":1729031900273,"duration":0}},{"uid":"494eb6f1f6e24f8e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/494eb6f1f6e24f8e","status":"passed","time":{"start":1728901446179,"stop":1728901446179,"duration":0}},{"uid":"983f41cb45499c63","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/983f41cb45499c63","status":"passed","time":{"start":1728892876479,"stop":1728892876479,"duration":0}},{"uid":"224e53455218f1b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/224e53455218f1b9","status":"passed","time":{"start":1728855839200,"stop":1728855839201,"duration":1}},{"uid":"f34bea53f4e640eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f34bea53f4e640eb","status":"passed","time":{"start":1728738056466,"stop":1728738056466,"duration":0}},{"uid":"7e2682defb244754","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7e2682defb244754","status":"passed","time":{"start":1728682590046,"stop":1728682590046,"duration":0}},{"uid":"ded0a54e89712ceb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ded0a54e89712ceb","status":"passed","time":{"start":1728682162840,"stop":1728682162840,"duration":0}},{"uid":"1bff3287ff9e7eb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1bff3287ff9e7eb9","status":"passed","time":{"start":1728676637413,"stop":1728676637413,"duration":0}},{"uid":"36d9a306292a1fdd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/36d9a306292a1fdd","status":"passed","time":{"start":1728669360495,"stop":1728669360496,"duration":1}},{"uid":"d2c9e04956a0d81","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d2c9e04956a0d81","status":"passed","time":{"start":1728597701238,"stop":1728597701238,"duration":0}},{"uid":"5eca2272077ebdfd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5eca2272077ebdfd","status":"passed","time":{"start":1728596920373,"stop":1728596920373,"duration":0}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"be4df633c1f83db9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be4df633c1f83db9","status":"passed","time":{"start":1729034617752,"stop":1729034617752,"duration":0}},{"uid":"f107f67a267e7e14","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f107f67a267e7e14","status":"passed","time":{"start":1729034370861,"stop":1729034370862,"duration":1}},{"uid":"f1074df804a949e6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f1074df804a949e6","status":"passed","time":{"start":1729034308861,"stop":1729034308862,"duration":1}},{"uid":"476627d6dbbef937","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/476627d6dbbef937","status":"passed","time":{"start":1729034129470,"stop":1729034129470,"duration":0}},{"uid":"c64070cb54394ea3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c64070cb54394ea3","status":"passed","time":{"start":1729032178363,"stop":1729032178363,"duration":0}},{"uid":"2569c3af2e137e95","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2569c3af2e137e95","status":"passed","time":{"start":1728901896342,"stop":1728901896342,"duration":0}},{"uid":"f898148f60e9c544","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f898148f60e9c544","status":"passed","time":{"start":1728893329021,"stop":1728893329021,"duration":0}},{"uid":"acdeaebabed63651","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acdeaebabed63651","status":"passed","time":{"start":1728856284756,"stop":1728856284756,"duration":0}},{"uid":"bcfc36abda9bc8cf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bcfc36abda9bc8cf","status":"passed","time":{"start":1728738494933,"stop":1728738494933,"duration":0}},{"uid":"20d8605a375273c4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/20d8605a375273c4","status":"passed","time":{"start":1728683033627,"stop":1728683033627,"duration":0}},{"uid":"b2e3c3b732771d22","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b2e3c3b732771d22","status":"passed","time":{"start":1728682601732,"stop":1728682601732,"duration":0}},{"uid":"e8bce6aa3e5718cf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8bce6aa3e5718cf","status":"passed","time":{"start":1728677107957,"stop":1728677107958,"duration":1}},{"uid":"8ee6cf942de28dbe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8ee6cf942de28dbe","status":"passed","time":{"start":1728669764745,"stop":1728669764747,"duration":2}},{"uid":"3c8b79a792ad1919","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3c8b79a792ad1919","status":"passed","time":{"start":1728598157557,"stop":1728598157558,"duration":1}},{"uid":"807fffd5ee3b3533","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/807fffd5ee3b3533","status":"passed","time":{"start":1728597369056,"stop":1728597369057,"duration":1}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"35c6d8f2f8ca70c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/35c6d8f2f8ca70c5","status":"passed","time":{"start":1729034631249,"stop":1729034631249,"duration":0}},{"uid":"bfcd9332e94b3aff","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bfcd9332e94b3aff","status":"passed","time":{"start":1729034400885,"stop":1729034400885,"duration":0}},{"uid":"21c0b8810596a463","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/21c0b8810596a463","status":"passed","time":{"start":1729034317445,"stop":1729034317446,"duration":1}},{"uid":"9c58fb65170d5dfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9c58fb65170d5dfe","status":"passed","time":{"start":1729034137125,"stop":1729034137125,"duration":0}},{"uid":"715489c0983c659d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/715489c0983c659d","status":"passed","time":{"start":1729032206871,"stop":1729032206871,"duration":0}},{"uid":"a689b06b00570005","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a689b06b00570005","status":"passed","time":{"start":1728901995011,"stop":1728901995018,"duration":7}},{"uid":"b1003997d00aa68b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b1003997d00aa68b","status":"passed","time":{"start":1728893420991,"stop":1728893420992,"duration":1}},{"uid":"859fc4b27ea5f560","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/859fc4b27ea5f560","status":"passed","time":{"start":1728856368592,"stop":1728856368593,"duration":1}},{"uid":"20d1753a13c82673","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20d1753a13c82673","status":"passed","time":{"start":1728738604677,"stop":1728738604677,"duration":0}},{"uid":"58790b020cb5fc5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/58790b020cb5fc5","status":"passed","time":{"start":1728683117608,"stop":1728683117609,"duration":1}},{"uid":"518dbc14d4e5901f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/518dbc14d4e5901f","status":"passed","time":{"start":1728682721315,"stop":1728682721315,"duration":0}},{"uid":"bba7ab4f91c21221","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bba7ab4f91c21221","status":"passed","time":{"start":1728677184679,"stop":1728677184680,"duration":1}},{"uid":"9bb67c67d000d8df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9bb67c67d000d8df","status":"passed","time":{"start":1728669866445,"stop":1728669866446,"duration":1}},{"uid":"e8feae7747891c36","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e8feae7747891c36","status":"passed","time":{"start":1728598249972,"stop":1728598249972,"duration":0}},{"uid":"a08dd8af276b45e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a08dd8af276b45e","status":"passed","time":{"start":1728597472286,"stop":1728597472287,"duration":1}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8ca64583ca5a4ce6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8ca64583ca5a4ce6","status":"passed","time":{"start":1729034341402,"stop":1729034341402,"duration":0}},{"uid":"457fdf2ea23489d6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/457fdf2ea23489d6","status":"passed","time":{"start":1729034104910,"stop":1729034104910,"duration":0}},{"uid":"90308f55425b3285","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/90308f55425b3285","status":"passed","time":{"start":1729034028508,"stop":1729034028508,"duration":0}},{"uid":"812dbd0259895dcd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/812dbd0259895dcd","status":"passed","time":{"start":1729033843116,"stop":1729033843116,"duration":0}},{"uid":"72ef2c6e6a29b879","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/72ef2c6e6a29b879","status":"passed","time":{"start":1729031892675,"stop":1729031892675,"duration":0}},{"uid":"e22de5cc44e4e0ea","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e22de5cc44e4e0ea","status":"passed","time":{"start":1728901438806,"stop":1728901438806,"duration":0}},{"uid":"9fd71b7b365949b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9fd71b7b365949b2","status":"passed","time":{"start":1728892868998,"stop":1728892868998,"duration":0}},{"uid":"8139eeeea2b09749","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8139eeeea2b09749","status":"passed","time":{"start":1728855831890,"stop":1728855831890,"duration":0}},{"uid":"818d06a8c812f340","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/818d06a8c812f340","status":"passed","time":{"start":1728738049038,"stop":1728738049038,"duration":0}},{"uid":"b099977b872bc67d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b099977b872bc67d","status":"passed","time":{"start":1728682582616,"stop":1728682582616,"duration":0}},{"uid":"e334b31f9b8d1f99","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e334b31f9b8d1f99","status":"passed","time":{"start":1728682155406,"stop":1728682155406,"duration":0}},{"uid":"b458df39f5f06aae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b458df39f5f06aae","status":"passed","time":{"start":1728676629971,"stop":1728676629972,"duration":1}},{"uid":"494c8c4443b6906d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/494c8c4443b6906d","status":"passed","time":{"start":1728669353099,"stop":1728669353099,"duration":0}},{"uid":"612f98e232489717","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/612f98e232489717","status":"passed","time":{"start":1728597693844,"stop":1728597693844,"duration":0}},{"uid":"96f32c37ea8cc347","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/96f32c37ea8cc347","status":"passed","time":{"start":1728596913088,"stop":1728596913089,"duration":1}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"901f0d8a4d1bcc8e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/901f0d8a4d1bcc8e","status":"passed","time":{"start":1729034341398,"stop":1729034341398,"duration":0}},{"uid":"496209f8d4828794","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/496209f8d4828794","status":"passed","time":{"start":1729034104906,"stop":1729034104907,"duration":1}},{"uid":"7f5688b8f4c7e99f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7f5688b8f4c7e99f","status":"passed","time":{"start":1729034028503,"stop":1729034028503,"duration":0}},{"uid":"4fa42b026d734b81","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4fa42b026d734b81","status":"passed","time":{"start":1729033843112,"stop":1729033843113,"duration":1}},{"uid":"4c1c2cb9ccd8ae3b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c1c2cb9ccd8ae3b","status":"passed","time":{"start":1729031892671,"stop":1729031892671,"duration":0}},{"uid":"fedc19d6f8103cb1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fedc19d6f8103cb1","status":"passed","time":{"start":1728901438801,"stop":1728901438802,"duration":1}},{"uid":"5a53a612f37a478e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a53a612f37a478e","status":"passed","time":{"start":1728892868994,"stop":1728892868994,"duration":0}},{"uid":"c7ea73a4540027e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c7ea73a4540027e5","status":"passed","time":{"start":1728855831887,"stop":1728855831887,"duration":0}},{"uid":"204bc7a734ef5353","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/204bc7a734ef5353","status":"passed","time":{"start":1728738049034,"stop":1728738049034,"duration":0}},{"uid":"fdc44501bbdb5ae9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fdc44501bbdb5ae9","status":"passed","time":{"start":1728682582610,"stop":1728682582611,"duration":1}},{"uid":"c29096fa82ec7732","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c29096fa82ec7732","status":"passed","time":{"start":1728682155402,"stop":1728682155402,"duration":0}},{"uid":"1704ec95354ac50","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1704ec95354ac50","status":"passed","time":{"start":1728676629967,"stop":1728676629968,"duration":1}},{"uid":"120ad5b7b1746f3a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/120ad5b7b1746f3a","status":"passed","time":{"start":1728669353094,"stop":1728669353095,"duration":1}},{"uid":"e3019b011a39749","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3019b011a39749","status":"passed","time":{"start":1728597693839,"stop":1728597693840,"duration":1}},{"uid":"419b79a6a7ea84cd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/419b79a6a7ea84cd","status":"passed","time":{"start":1728596913084,"stop":1728596913085,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4f2671efc06931d2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f2671efc06931d2","status":"passed","time":{"start":1729034626851,"stop":1729034626851,"duration":0}},{"uid":"a4b14b6ea8603155","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a4b14b6ea8603155","status":"passed","time":{"start":1729034398548,"stop":1729034398548,"duration":0}},{"uid":"3dd7452a8e552e4b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3dd7452a8e552e4b","status":"passed","time":{"start":1729034314813,"stop":1729034314814,"duration":1}},{"uid":"c245fe3af29d4606","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c245fe3af29d4606","status":"passed","time":{"start":1729034137163,"stop":1729034137163,"duration":0}},{"uid":"2e2dd4d97e0336b9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e2dd4d97e0336b9","status":"passed","time":{"start":1729032187245,"stop":1729032187246,"duration":1}},{"uid":"9de4e400bfee205d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9de4e400bfee205d","status":"passed","time":{"start":1728901888429,"stop":1728901888429,"duration":0}},{"uid":"f072dbaf515ed169","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f072dbaf515ed169","status":"passed","time":{"start":1728893323789,"stop":1728893323790,"duration":1}},{"uid":"fb1e2518aa7f0235","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fb1e2518aa7f0235","status":"passed","time":{"start":1728856285926,"stop":1728856285927,"duration":1}},{"uid":"23f2534a523f6e09","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23f2534a523f6e09","status":"passed","time":{"start":1728738498274,"stop":1728738498275,"duration":1}},{"uid":"6434117b9b16f3f6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6434117b9b16f3f6","status":"passed","time":{"start":1728683041391,"stop":1728683041391,"duration":0}},{"uid":"59f28ea851355358","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59f28ea851355358","status":"passed","time":{"start":1728682596014,"stop":1728682596015,"duration":1}},{"uid":"fb0ea570ed238e10","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fb0ea570ed238e10","status":"passed","time":{"start":1728677091266,"stop":1728677091266,"duration":0}},{"uid":"27f6febfb70d4982","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/27f6febfb70d4982","status":"passed","time":{"start":1728669766425,"stop":1728669766425,"duration":0}},{"uid":"eb85de27da0c3647","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb85de27da0c3647","status":"passed","time":{"start":1728598152072,"stop":1728598152072,"duration":0}},{"uid":"94946e294883708a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/94946e294883708a","status":"passed","time":{"start":1728597364115,"stop":1728597364115,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7be23513471effc1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7be23513471effc1","status":"passed","time":{"start":1729034682680,"stop":1729034682681,"duration":1}},{"uid":"d0ea547fbbaa5853","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d0ea547fbbaa5853","status":"passed","time":{"start":1729034452185,"stop":1729034452186,"duration":1}},{"uid":"cd489363d0218eae","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cd489363d0218eae","status":"passed","time":{"start":1729034373081,"stop":1729034373082,"duration":1}},{"uid":"92e129b12baa52e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/92e129b12baa52e","status":"passed","time":{"start":1729034188118,"stop":1729034188119,"duration":1}},{"uid":"7143033bd05a497f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7143033bd05a497f","status":"passed","time":{"start":1729032231866,"stop":1729032231866,"duration":0}},{"uid":"7338b47af77cccca","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7338b47af77cccca","status":"passed","time":{"start":1728901989567,"stop":1728901989567,"duration":0}},{"uid":"36e55e07a9acb727","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/36e55e07a9acb727","status":"passed","time":{"start":1728893424905,"stop":1728893424905,"duration":0}},{"uid":"348c17b9e6e50e04","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/348c17b9e6e50e04","status":"passed","time":{"start":1728856376685,"stop":1728856376686,"duration":1}},{"uid":"9de8cbf88cf6a965","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9de8cbf88cf6a965","status":"passed","time":{"start":1728738593961,"stop":1728738593962,"duration":1}},{"uid":"c025d5c5cd193c6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c025d5c5cd193c6","status":"passed","time":{"start":1728683135341,"stop":1728683135341,"duration":0}},{"uid":"d40b38586cca3c68","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d40b38586cca3c68","status":"passed","time":{"start":1728682692593,"stop":1728682692594,"duration":1}},{"uid":"767cc578fc83a8ec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/767cc578fc83a8ec","status":"passed","time":{"start":1728677194230,"stop":1728677194230,"duration":0}},{"uid":"2799066024840e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2799066024840e2","status":"passed","time":{"start":1728669874425,"stop":1728669874426,"duration":1}},{"uid":"da8ad3613e9b3417","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/da8ad3613e9b3417","status":"passed","time":{"start":1728598257463,"stop":1728598257463,"duration":0}},{"uid":"ad63a05077fdda5e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ad63a05077fdda5e","status":"passed","time":{"start":1728597471299,"stop":1728597471299,"duration":0}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8336e8b1900d35a5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8336e8b1900d35a5","status":"passed","time":{"start":1729034356137,"stop":1729034356137,"duration":0}},{"uid":"9e3de10c8ddf9108","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9e3de10c8ddf9108","status":"passed","time":{"start":1729034120215,"stop":1729034120216,"duration":1}},{"uid":"7b6024137d89b8e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7b6024137d89b8e","status":"passed","time":{"start":1729034043143,"stop":1729034043144,"duration":1}},{"uid":"1f0a85825c5f4bd9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f0a85825c5f4bd9","status":"passed","time":{"start":1729033857766,"stop":1729033857766,"duration":0}},{"uid":"faeeb7474d6041ff","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/faeeb7474d6041ff","status":"passed","time":{"start":1729031907986,"stop":1729031907986,"duration":0}},{"uid":"f3c5b767cd7190ea","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f3c5b767cd7190ea","status":"passed","time":{"start":1728901453412,"stop":1728901453413,"duration":1}},{"uid":"b40bfd89c57ede02","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b40bfd89c57ede02","status":"passed","time":{"start":1728892883979,"stop":1728892883979,"duration":0}},{"uid":"b357f49577260b88","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b357f49577260b88","status":"passed","time":{"start":1728855846185,"stop":1728855846186,"duration":1}},{"uid":"5a47c7250f4126ea","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a47c7250f4126ea","status":"passed","time":{"start":1728738063648,"stop":1728738063648,"duration":0}},{"uid":"f3bae21f59558f85","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3bae21f59558f85","status":"passed","time":{"start":1728682597530,"stop":1728682597530,"duration":0}},{"uid":"ef248b026923cfc7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ef248b026923cfc7","status":"passed","time":{"start":1728682170202,"stop":1728682170202,"duration":0}},{"uid":"47e322dbe314613c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/47e322dbe314613c","status":"passed","time":{"start":1728676644981,"stop":1728676644981,"duration":0}},{"uid":"74843b8aa7805224","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74843b8aa7805224","status":"passed","time":{"start":1728669367854,"stop":1728669367854,"duration":0}},{"uid":"e3d8836452a50426","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3d8836452a50426","status":"passed","time":{"start":1728597708660,"stop":1728597708661,"duration":1}},{"uid":"1fb085406f2d3155","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1fb085406f2d3155","status":"passed","time":{"start":1728596927478,"stop":1728596927479,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e627d9d5b9b463ec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e627d9d5b9b463ec","status":"passed","time":{"start":1729034340755,"stop":1729034340756,"duration":1}},{"uid":"974c3230bcbb2648","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/974c3230bcbb2648","status":"passed","time":{"start":1729034104177,"stop":1729034104177,"duration":0}},{"uid":"c3e60ff25abe625e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c3e60ff25abe625e","status":"passed","time":{"start":1729034027743,"stop":1729034027744,"duration":1}},{"uid":"8d2ee081096896cd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8d2ee081096896cd","status":"passed","time":{"start":1729033842349,"stop":1729033842349,"duration":0}},{"uid":"2d1337e9032cea66","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2d1337e9032cea66","status":"passed","time":{"start":1729031892048,"stop":1729031892048,"duration":0}},{"uid":"87b734331f1b361b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/87b734331f1b361b","status":"passed","time":{"start":1728901438030,"stop":1728901438031,"duration":1}},{"uid":"38bcd019b0f3e37f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/38bcd019b0f3e37f","status":"passed","time":{"start":1728892868234,"stop":1728892868234,"duration":0}},{"uid":"987aba4ef3406231","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/987aba4ef3406231","status":"passed","time":{"start":1728855831081,"stop":1728855831081,"duration":0}},{"uid":"22518f3498bd659c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/22518f3498bd659c","status":"passed","time":{"start":1728738048443,"stop":1728738048443,"duration":0}},{"uid":"c7aabc758c24fc2e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c7aabc758c24fc2e","status":"passed","time":{"start":1728682581846,"stop":1728682581847,"duration":1}},{"uid":"e9bf404bc0ac8e0f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9bf404bc0ac8e0f","status":"passed","time":{"start":1728682154709,"stop":1728682154709,"duration":0}},{"uid":"311248462e63d7d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/311248462e63d7d","status":"passed","time":{"start":1728676629302,"stop":1728676629303,"duration":1}},{"uid":"f5b1908a9c83d9b0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5b1908a9c83d9b0","status":"passed","time":{"start":1728669352212,"stop":1728669352212,"duration":0}},{"uid":"ca88bd4f4a23e85b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca88bd4f4a23e85b","status":"passed","time":{"start":1728597693019,"stop":1728597693020,"duration":1}},{"uid":"dd330c2e8f69e664","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dd330c2e8f69e664","status":"passed","time":{"start":1728596912534,"stop":1728596912534,"duration":0}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ba3f9623c325d02f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba3f9623c325d02f","status":"passed","time":{"start":1729034704492,"stop":1729034704493,"duration":1}},{"uid":"54303706e2637ad9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/54303706e2637ad9","status":"passed","time":{"start":1729034474985,"stop":1729034474985,"duration":0}},{"uid":"176fbc3e90f147ac","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/176fbc3e90f147ac","status":"passed","time":{"start":1729034395288,"stop":1729034395289,"duration":1}},{"uid":"98c400b153fb0004","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/98c400b153fb0004","status":"passed","time":{"start":1729034209093,"stop":1729034209095,"duration":2}},{"uid":"1eeef2d091da52c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1eeef2d091da52c6","status":"passed","time":{"start":1729032264565,"stop":1729032264566,"duration":1}},{"uid":"d86c3a7d38c1dd3b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d86c3a7d38c1dd3b","status":"passed","time":{"start":1728902012845,"stop":1728902012846,"duration":1}},{"uid":"91d49634181cf04","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/91d49634181cf04","status":"passed","time":{"start":1728893454809,"stop":1728893454809,"duration":0}},{"uid":"d771d089e48712c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d771d089e48712c4","status":"passed","time":{"start":1728856408450,"stop":1728856408450,"duration":0}},{"uid":"fbda7e4bb952578a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fbda7e4bb952578a","status":"passed","time":{"start":1728738633852,"stop":1728738633853,"duration":1}},{"uid":"82cdbbb84aea3980","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82cdbbb84aea3980","status":"passed","time":{"start":1728683159750,"stop":1728683159751,"duration":1}},{"uid":"25cfad72dae62fba","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/25cfad72dae62fba","status":"passed","time":{"start":1728682751327,"stop":1728682751327,"duration":0}},{"uid":"3bfd50f5f373aaad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3bfd50f5f373aaad","status":"passed","time":{"start":1728677216353,"stop":1728677216353,"duration":0}},{"uid":"8aefa52a029a18ff","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8aefa52a029a18ff","status":"passed","time":{"start":1728669925451,"stop":1728669925452,"duration":1}},{"uid":"56eb5aada51007db","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/56eb5aada51007db","status":"passed","time":{"start":1728598268799,"stop":1728598268800,"duration":1}},{"uid":"6bbae4d73c7e1b58","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6bbae4d73c7e1b58","status":"passed","time":{"start":1728597503913,"stop":1728597503914,"duration":1}}]},"f72a225d1b4c878a36962511fda5a968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"d8452c2b0e17958e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d8452c2b0e17958e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473215,"stop":1729034473216,"duration":1}},{"uid":"e7c16d6621e87b7c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e7c16d6621e87b7c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241159,"stop":1729034241160,"duration":1}},{"uid":"897526e65382fa3f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/897526e65382fa3f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159974,"stop":1729034159974,"duration":0}},{"uid":"72689a90cd6c3e48","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/72689a90cd6c3e48","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977064,"stop":1729033977064,"duration":0}},{"uid":"b7f805738a9ddc77","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b7f805738a9ddc77","status":"passed","time":{"start":1729032093783,"stop":1729032093799,"duration":16}},{"uid":"c18018ef26cb8785","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c18018ef26cb8785","status":"passed","time":{"start":1728901748773,"stop":1728901748773,"duration":0}},{"uid":"8291e6206baae179","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8291e6206baae179","status":"passed","time":{"start":1728893181085,"stop":1728893181086,"duration":1}},{"uid":"a4fe1515f040721b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4fe1515f040721b","status":"passed","time":{"start":1728856155551,"stop":1728856155552,"duration":1}},{"uid":"44e5b587d07be8ed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/44e5b587d07be8ed","status":"passed","time":{"start":1728738360295,"stop":1728738360295,"duration":0}},{"uid":"b5815129e801b695","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5815129e801b695","status":"passed","time":{"start":1728682907222,"stop":1728682907222,"duration":0}},{"uid":"b8a7bea0a6889817","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b8a7bea0a6889817","status":"passed","time":{"start":1728682466733,"stop":1728682466734,"duration":1}},{"uid":"f75ac11115409c08","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f75ac11115409c08","status":"passed","time":{"start":1728676955722,"stop":1728676955722,"duration":0}},{"uid":"cd35f96406de5fa7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd35f96406de5fa7","status":"passed","time":{"start":1728598013534,"stop":1728598013535,"duration":1}},{"uid":"9aa92b006b5b945d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9aa92b006b5b945d","status":"passed","time":{"start":1728597225199,"stop":1728597225199,"duration":0}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b0ddc5e12eb54512","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b0ddc5e12eb54512","status":"passed","time":{"start":1729034704506,"stop":1729034704506,"duration":0}},{"uid":"11d1e8566124ac83","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/11d1e8566124ac83","status":"passed","time":{"start":1729034475002,"stop":1729034475003,"duration":1}},{"uid":"ab262eeaf377416","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ab262eeaf377416","status":"passed","time":{"start":1729034395300,"stop":1729034395300,"duration":0}},{"uid":"f9111ca1f9067fac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9111ca1f9067fac","status":"passed","time":{"start":1729034209113,"stop":1729034209114,"duration":1}},{"uid":"fcf08c8aaf7c3017","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fcf08c8aaf7c3017","status":"passed","time":{"start":1729032264590,"stop":1729032264590,"duration":0}},{"uid":"40427bdf8b14dfe3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40427bdf8b14dfe3","status":"passed","time":{"start":1728902012872,"stop":1728902012873,"duration":1}},{"uid":"1a909f739d9f4112","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1a909f739d9f4112","status":"passed","time":{"start":1728893454823,"stop":1728893454823,"duration":0}},{"uid":"e3319b4f461bdcea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e3319b4f461bdcea","status":"passed","time":{"start":1728856408466,"stop":1728856408466,"duration":0}},{"uid":"3a00043aee6cf28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3a00043aee6cf28","status":"passed","time":{"start":1728738633872,"stop":1728738633872,"duration":0}},{"uid":"7547f361dd6a70f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7547f361dd6a70f4","status":"passed","time":{"start":1728683159818,"stop":1728683159818,"duration":0}},{"uid":"89822ee6be3698a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/89822ee6be3698a1","status":"passed","time":{"start":1728682751341,"stop":1728682751342,"duration":1}},{"uid":"d00a5c7845cc28e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d00a5c7845cc28e4","status":"passed","time":{"start":1728677216376,"stop":1728677216376,"duration":0}},{"uid":"861e89ab8191c483","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/861e89ab8191c483","status":"passed","time":{"start":1728669925465,"stop":1728669925465,"duration":0}},{"uid":"19fe37b9fa38020e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/19fe37b9fa38020e","status":"passed","time":{"start":1728598268819,"stop":1728598268819,"duration":0}},{"uid":"757e1ebfeb8044ba","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/757e1ebfeb8044ba","status":"passed","time":{"start":1728597503947,"stop":1728597503948,"duration":1}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"44eb10a901fa2466","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/44eb10a901fa2466","status":"passed","time":{"start":1729034356138,"stop":1729034356138,"duration":0}},{"uid":"7c124b7d15466a72","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7c124b7d15466a72","status":"passed","time":{"start":1729034120216,"stop":1729034120217,"duration":1}},{"uid":"6a1562a4cb815fb5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a1562a4cb815fb5","status":"passed","time":{"start":1729034043144,"stop":1729034043145,"duration":1}},{"uid":"2fb4e6463603829c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2fb4e6463603829c","status":"passed","time":{"start":1729033857767,"stop":1729033857768,"duration":1}},{"uid":"9e4b2e28f9e1910","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e4b2e28f9e1910","status":"passed","time":{"start":1729031907987,"stop":1729031907988,"duration":1}},{"uid":"a3c943aa4f7a237b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3c943aa4f7a237b","status":"passed","time":{"start":1728901453413,"stop":1728901453414,"duration":1}},{"uid":"368819060626cc77","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/368819060626cc77","status":"passed","time":{"start":1728892883980,"stop":1728892883980,"duration":0}},{"uid":"376eb5020b9be61a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/376eb5020b9be61a","status":"passed","time":{"start":1728855846186,"stop":1728855846187,"duration":1}},{"uid":"c0a0f674bfce2dd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0a0f674bfce2dd","status":"passed","time":{"start":1728738063649,"stop":1728738063649,"duration":0}},{"uid":"57d84a35fccedc60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/57d84a35fccedc60","status":"passed","time":{"start":1728682597532,"stop":1728682597532,"duration":0}},{"uid":"3190a66db260ef18","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3190a66db260ef18","status":"passed","time":{"start":1728682170203,"stop":1728682170204,"duration":1}},{"uid":"85d42aa6e26adf47","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85d42aa6e26adf47","status":"passed","time":{"start":1728676644982,"stop":1728676644982,"duration":0}},{"uid":"d6f717fe3a83c2d3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d6f717fe3a83c2d3","status":"passed","time":{"start":1728669367855,"stop":1728669367855,"duration":0}},{"uid":"948bf626630716e4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/948bf626630716e4","status":"passed","time":{"start":1728597708661,"stop":1728597708662,"duration":1}},{"uid":"6dafaa85538000fd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6dafaa85538000fd","status":"passed","time":{"start":1728596927479,"stop":1728596927480,"duration":1}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"320aa6f679d62665","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/320aa6f679d62665","status":"passed","time":{"start":1729034640520,"stop":1729034640521,"duration":1}},{"uid":"284a89eac5a44070","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/284a89eac5a44070","status":"passed","time":{"start":1729034411421,"stop":1729034411422,"duration":1}},{"uid":"567829626063910c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/567829626063910c","status":"passed","time":{"start":1729034327399,"stop":1729034327401,"duration":2}},{"uid":"938a9acb9bcb9d69","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/938a9acb9bcb9d69","status":"passed","time":{"start":1729034147770,"stop":1729034147771,"duration":1}},{"uid":"885617e53b5c68fd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/885617e53b5c68fd","status":"passed","time":{"start":1729032204827,"stop":1729032204827,"duration":0}},{"uid":"b7bea07406e4358e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7bea07406e4358e","status":"passed","time":{"start":1728901907699,"stop":1728901907699,"duration":0}},{"uid":"9cda8b5e24af114b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9cda8b5e24af114b","status":"passed","time":{"start":1728893341887,"stop":1728893341888,"duration":1}},{"uid":"89db019828c74e82","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/89db019828c74e82","status":"passed","time":{"start":1728856299356,"stop":1728856299356,"duration":0}},{"uid":"7ed3dd8d249f1b34","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7ed3dd8d249f1b34","status":"passed","time":{"start":1728738511616,"stop":1728738511616,"duration":0}},{"uid":"6a4669d54ef12985","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6a4669d54ef12985","status":"passed","time":{"start":1728683052910,"stop":1728683052910,"duration":0}},{"uid":"e49fd75925f64edc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e49fd75925f64edc","status":"passed","time":{"start":1728682612909,"stop":1728682612910,"duration":1}},{"uid":"23d55a8d8f1e61","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/23d55a8d8f1e61","status":"passed","time":{"start":1728677115745,"stop":1728677115745,"duration":0}},{"uid":"7e1e6b5ad996c220","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7e1e6b5ad996c220","status":"passed","time":{"start":1728669778173,"stop":1728669778173,"duration":0}},{"uid":"c54b6d16af17654c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c54b6d16af17654c","status":"passed","time":{"start":1728598175431,"stop":1728598175432,"duration":1}},{"uid":"4acb1073d9f2d273","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4acb1073d9f2d273","status":"passed","time":{"start":1728597380060,"stop":1728597380060,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c589be67600220bc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c589be67600220bc","status":"passed","time":{"start":1729034506788,"stop":1729034506788,"duration":0}},{"uid":"40a6dfd52dd9d756","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/40a6dfd52dd9d756","status":"passed","time":{"start":1729034259809,"stop":1729034259811,"duration":2}},{"uid":"dc9654511488e7da","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dc9654511488e7da","status":"passed","time":{"start":1729034194005,"stop":1729034194005,"duration":0}},{"uid":"8b07c39a2039fe48","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b07c39a2039fe48","status":"passed","time":{"start":1729034014850,"stop":1729034014851,"duration":1}},{"uid":"841cc3c697bdd7bc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/841cc3c697bdd7bc","status":"passed","time":{"start":1729032065437,"stop":1729032065437,"duration":0}},{"uid":"b3ba8526089ef9b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b3ba8526089ef9b7","status":"passed","time":{"start":1728901664235,"stop":1728901664236,"duration":1}},{"uid":"61e642b69e01c2cf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61e642b69e01c2cf","status":"passed","time":{"start":1728893093685,"stop":1728893093685,"duration":0}},{"uid":"e7cb152c3855674e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e7cb152c3855674e","status":"passed","time":{"start":1728856055264,"stop":1728856055264,"duration":0}},{"uid":"a95b2cd273dbe24a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a95b2cd273dbe24a","status":"passed","time":{"start":1728738274740,"stop":1728738274741,"duration":1}},{"uid":"df1d2c63ee67f9b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/df1d2c63ee67f9b7","status":"passed","time":{"start":1728682807951,"stop":1728682807951,"duration":0}},{"uid":"77167f906bc95862","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77167f906bc95862","status":"passed","time":{"start":1728682381280,"stop":1728682381280,"duration":0}},{"uid":"7fd5f7d81c1a5059","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7fd5f7d81c1a5059","status":"passed","time":{"start":1728676853893,"stop":1728676853894,"duration":1}},{"uid":"81f5b42330798096","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/81f5b42330798096","status":"passed","time":{"start":1728669581685,"stop":1728669581685,"duration":0}},{"uid":"cdc33b13f344e94f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cdc33b13f344e94f","status":"passed","time":{"start":1728597923470,"stop":1728597923471,"duration":1}},{"uid":"ab90d79ced49792e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ab90d79ced49792e","status":"passed","time":{"start":1728597132259,"stop":1728597132259,"duration":0}}]},"6b705ff319ca5af049d9bd4b1ccb4ea4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a5993a912345546d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5993a912345546d","status":"passed","time":{"start":1729034373012,"stop":1729034373012,"duration":0}},{"uid":"83ad6987dd2166c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/83ad6987dd2166c","status":"passed","time":{"start":1729034137117,"stop":1729034137118,"duration":1}},{"uid":"8539d53e2a54f9dc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8539d53e2a54f9dc","status":"passed","time":{"start":1729034060047,"stop":1729034060047,"duration":0}},{"uid":"831fbf155c9a84a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/831fbf155c9a84a3","status":"passed","time":{"start":1729033875029,"stop":1729033875030,"duration":1}},{"uid":"a3041231e33fd6e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a3041231e33fd6e0","status":"passed","time":{"start":1729031924910,"stop":1729031924911,"duration":1}},{"uid":"325f1e8d8025b993","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/325f1e8d8025b993","status":"passed","time":{"start":1728901469137,"stop":1728901469137,"duration":0}},{"uid":"73b0c6de0a079ab9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73b0c6de0a079ab9","status":"passed","time":{"start":1728892899802,"stop":1728892899802,"duration":0}},{"uid":"3f1820537422a5a7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3f1820537422a5a7","status":"passed","time":{"start":1728855863298,"stop":1728855863298,"duration":0}},{"uid":"18dec91ccfb3b7e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/18dec91ccfb3b7e6","status":"passed","time":{"start":1728738080959,"stop":1728738080959,"duration":0}},{"uid":"7ca7a0ea0a30d19c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ca7a0ea0a30d19c","status":"passed","time":{"start":1728682614318,"stop":1728682614318,"duration":0}},{"uid":"99bf4a30b530c985","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99bf4a30b530c985","status":"passed","time":{"start":1728682187223,"stop":1728682187223,"duration":0}},{"uid":"ab4ffde9fb790c86","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ab4ffde9fb790c86","status":"passed","time":{"start":1728676661424,"stop":1728676661425,"duration":1}},{"uid":"ace51775ead251c4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ace51775ead251c4","status":"passed","time":{"start":1728669384755,"stop":1728669384756,"duration":1}},{"uid":"6d3af387919888c4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6d3af387919888c4","status":"passed","time":{"start":1728597724213,"stop":1728597724213,"duration":0}},{"uid":"3f15ff76afb1b6d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f15ff76afb1b6d","status":"passed","time":{"start":1728596943267,"stop":1728596943267,"duration":0}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b529249d673b00ec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b529249d673b00ec","status":"passed","time":{"start":1729034462534,"stop":1729034462535,"duration":1}},{"uid":"65482095652fccdd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/65482095652fccdd","status":"passed","time":{"start":1729034231344,"stop":1729034231345,"duration":1}},{"uid":"60c850c9a2baaac7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/60c850c9a2baaac7","status":"passed","time":{"start":1729034153006,"stop":1729034153006,"duration":0}},{"uid":"ac2dbb59a9490cb3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac2dbb59a9490cb3","status":"passed","time":{"start":1729033965754,"stop":1729033965757,"duration":3}},{"uid":"b1c900fd7336aa7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b1c900fd7336aa7","status":"passed","time":{"start":1729032018034,"stop":1729032018037,"duration":3}},{"uid":"5d6c5ca3d79ac070","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5d6c5ca3d79ac070","status":"passed","time":{"start":1728901595854,"stop":1728901595880,"duration":26}},{"uid":"d316bf94927d6bb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d316bf94927d6bb","status":"passed","time":{"start":1728893032691,"stop":1728893032692,"duration":1}},{"uid":"f3133cb380aca9a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3133cb380aca9a4","status":"passed","time":{"start":1728855998190,"stop":1728855998190,"duration":0}},{"uid":"c07111de781f2c64","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c07111de781f2c64","status":"passed","time":{"start":1728738212198,"stop":1728738212198,"duration":0}},{"uid":"164b9a0d8374aea3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/164b9a0d8374aea3","status":"passed","time":{"start":1728682746585,"stop":1728682746615,"duration":30}},{"uid":"a9ba9a4149ed66cf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a9ba9a4149ed66cf","status":"passed","time":{"start":1728682328619,"stop":1728682328619,"duration":0}},{"uid":"86619ba6d23d320f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/86619ba6d23d320f","status":"passed","time":{"start":1728676807594,"stop":1728676807595,"duration":1}},{"uid":"7da389398ad98af9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7da389398ad98af9","status":"passed","time":{"start":1728669514930,"stop":1728669514930,"duration":0}},{"uid":"8a6c579b9ce7acfd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a6c579b9ce7acfd","status":"passed","time":{"start":1728597860133,"stop":1728597860139,"duration":6}},{"uid":"5c88a8db63feb5f0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c88a8db63feb5f0","status":"passed","time":{"start":1728597074716,"stop":1728597074718,"duration":2}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5bf10075908efe0c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5bf10075908efe0c","status":"passed","time":{"start":1729034656459,"stop":1729034656459,"duration":0}},{"uid":"7494cb3cefd9b3a9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7494cb3cefd9b3a9","status":"passed","time":{"start":1729034428552,"stop":1729034428552,"duration":0}},{"uid":"7fddfdac1ed1764a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7fddfdac1ed1764a","status":"passed","time":{"start":1729034348210,"stop":1729034348212,"duration":2}},{"uid":"d9cc8da31c46b31b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9cc8da31c46b31b","status":"passed","time":{"start":1729034169436,"stop":1729034169437,"duration":1}},{"uid":"722988b55b3301c4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/722988b55b3301c4","status":"passed","time":{"start":1729032228809,"stop":1729032228809,"duration":0}},{"uid":"84f03c8239f22e1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84f03c8239f22e1f","status":"passed","time":{"start":1728901950542,"stop":1728901950543,"duration":1}},{"uid":"b32fb7b27dc55e1f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b32fb7b27dc55e1f","status":"passed","time":{"start":1728893389984,"stop":1728893389985,"duration":1}},{"uid":"c498b4decf7f2561","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c498b4decf7f2561","status":"passed","time":{"start":1728856333649,"stop":1728856333656,"duration":7}},{"uid":"2733e4e261cc8246","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2733e4e261cc8246","status":"passed","time":{"start":1728738555092,"stop":1728738555093,"duration":1}},{"uid":"815fb2a7783ccdc0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/815fb2a7783ccdc0","status":"passed","time":{"start":1728683093169,"stop":1728683093169,"duration":0}},{"uid":"518adc522c19c2ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/518adc522c19c2ae","status":"passed","time":{"start":1728682652691,"stop":1728682652691,"duration":0}},{"uid":"a07920d4a792d83a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a07920d4a792d83a","status":"passed","time":{"start":1728677156808,"stop":1728677156809,"duration":1}},{"uid":"f46a0f2f8e9ff8df","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f46a0f2f8e9ff8df","status":"passed","time":{"start":1728669834421,"stop":1728669834422,"duration":1}},{"uid":"73ea2a63765063b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/73ea2a63765063b1","status":"passed","time":{"start":1728598212609,"stop":1728598212610,"duration":1}},{"uid":"fc68f2e7ab35e75c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc68f2e7ab35e75c","status":"passed","time":{"start":1728597423323,"stop":1728597423324,"duration":1}}]},"4d56ffb3a9050f5b40c98d2eac693415:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c4a53638cd88e858","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4a53638cd88e858","status":"passed","time":{"start":1729034332648,"stop":1729034332649,"duration":1}},{"uid":"1d28ad1e42d4c159","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1d28ad1e42d4c159","status":"passed","time":{"start":1729034096145,"stop":1729034096145,"duration":0}},{"uid":"181c92ddb107dbc9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/181c92ddb107dbc9","status":"passed","time":{"start":1729034020101,"stop":1729034020101,"duration":0}},{"uid":"f7a412c046fada37","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7a412c046fada37","status":"passed","time":{"start":1729033834399,"stop":1729033834399,"duration":0}},{"uid":"a96cf9b25bed14e1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a96cf9b25bed14e1","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"267d48ce0f22ade2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/267d48ce0f22ade2","status":"passed","time":{"start":1728901430265,"stop":1728901430265,"duration":0}},{"uid":"da36d8d8977ba3a6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da36d8d8977ba3a6","status":"passed","time":{"start":1728892860543,"stop":1728892860544,"duration":1}},{"uid":"ec556712383811a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ec556712383811a2","status":"passed","time":{"start":1728855823333,"stop":1728855823333,"duration":0}},{"uid":"91b3d51f6ddad479","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/91b3d51f6ddad479","status":"passed","time":{"start":1728738040614,"stop":1728738040614,"duration":0}},{"uid":"9eac72b084053a26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9eac72b084053a26","status":"passed","time":{"start":1728682574106,"stop":1728682574106,"duration":0}},{"uid":"2df4ecabf3c36f82","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2df4ecabf3c36f82","status":"passed","time":{"start":1728682146829,"stop":1728682146829,"duration":0}},{"uid":"823046bd0782a4f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/823046bd0782a4f0","status":"passed","time":{"start":1728676621443,"stop":1728676621444,"duration":1}},{"uid":"8bfd88eb06a3300c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8bfd88eb06a3300c","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"246da44fa7dd492f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/246da44fa7dd492f","status":"passed","time":{"start":1728597685174,"stop":1728597685174,"duration":0}},{"uid":"88535cffe5e3dad0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/88535cffe5e3dad0","status":"passed","time":{"start":1728596904484,"stop":1728596904484,"duration":0}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cee0ffb13c170630","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cee0ffb13c170630","status":"passed","time":{"start":1729034366396,"stop":1729034366397,"duration":1}},{"uid":"4f326cebd1f2ae0b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4f326cebd1f2ae0b","status":"passed","time":{"start":1729034130426,"stop":1729034130427,"duration":1}},{"uid":"cb0eaed23ba25ea4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cb0eaed23ba25ea4","status":"passed","time":{"start":1729034053396,"stop":1729034053397,"duration":1}},{"uid":"fb86f409926bc59c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb86f409926bc59c","status":"passed","time":{"start":1729033868322,"stop":1729033868324,"duration":2}},{"uid":"da8eb696bd061ac9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/da8eb696bd061ac9","status":"passed","time":{"start":1729031918113,"stop":1729031918114,"duration":1}},{"uid":"c314dffb1b8b8409","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c314dffb1b8b8409","status":"passed","time":{"start":1728901463793,"stop":1728901463794,"duration":1}},{"uid":"873ac3682668734e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/873ac3682668734e","status":"passed","time":{"start":1728892894307,"stop":1728892894308,"duration":1}},{"uid":"6e7330bdcfddec87","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6e7330bdcfddec87","status":"passed","time":{"start":1728855856834,"stop":1728855856836,"duration":2}},{"uid":"e4c136f4402a6971","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e4c136f4402a6971","status":"passed","time":{"start":1728738074175,"stop":1728738074176,"duration":1}},{"uid":"dadc0df11568546e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dadc0df11568546e","status":"passed","time":{"start":1728682607648,"stop":1728682607649,"duration":1}},{"uid":"2e51bd0366f06279","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2e51bd0366f06279","status":"passed","time":{"start":1728682180602,"stop":1728682180603,"duration":1}},{"uid":"475efb992bf30d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/475efb992bf30d7","status":"passed","time":{"start":1728676655185,"stop":1728676655187,"duration":2}},{"uid":"ecf9401549858088","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ecf9401549858088","status":"passed","time":{"start":1728669378161,"stop":1728669378162,"duration":1}},{"uid":"8ba5de97849e480e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8ba5de97849e480e","status":"passed","time":{"start":1728597718739,"stop":1728597718740,"duration":1}},{"uid":"f18431d91091e2ee","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f18431d91091e2ee","status":"passed","time":{"start":1728596937942,"stop":1728596937944,"duration":2}}]},"5208aec32c9f104fd6394f04ab591519:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"40d3bf589e6f561c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/40d3bf589e6f561c","status":"passed","time":{"start":1729034683701,"stop":1729034683701,"duration":0}},{"uid":"71a7097d350e723d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/71a7097d350e723d","status":"passed","time":{"start":1729034458928,"stop":1729034458932,"duration":4}},{"uid":"b579ccbbad6d8b6d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b579ccbbad6d8b6d","status":"passed","time":{"start":1729034372203,"stop":1729034372203,"duration":0}},{"uid":"fbcc98d706d0d618","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbcc98d706d0d618","status":"passed","time":{"start":1729034191995,"stop":1729034191996,"duration":1}},{"uid":"81b1da614986ae80","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/81b1da614986ae80","status":"passed","time":{"start":1729032246148,"stop":1729032246148,"duration":0}},{"uid":"fe7be27e59d8f9ac","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fe7be27e59d8f9ac","status":"passed","time":{"start":1728902009943,"stop":1728902009944,"duration":1}},{"uid":"5ea5af7238cdf302","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5ea5af7238cdf302","status":"passed","time":{"start":1728893442068,"stop":1728893442069,"duration":1}},{"uid":"d8f321c867ef5b25","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d8f321c867ef5b25","status":"passed","time":{"start":1728856390380,"stop":1728856390381,"duration":1}},{"uid":"545262260421b78","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/545262260421b78","status":"passed","time":{"start":1728738615986,"stop":1728738615986,"duration":0}},{"uid":"5324de593b98fa66","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5324de593b98fa66","status":"passed","time":{"start":1728683138591,"stop":1728683138591,"duration":0}},{"uid":"6c7dcb728f52a293","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c7dcb728f52a293","status":"passed","time":{"start":1728682713980,"stop":1728682713981,"duration":1}},{"uid":"7c94e96c7af56109","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c94e96c7af56109","status":"passed","time":{"start":1728677205666,"stop":1728677205667,"duration":1}},{"uid":"f5b1fb4f2b5e6804","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5b1fb4f2b5e6804","status":"passed","time":{"start":1728669886307,"stop":1728669886307,"duration":0}},{"uid":"169ec2ab6355cbdc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/169ec2ab6355cbdc","status":"passed","time":{"start":1728598272275,"stop":1728598272275,"duration":0}},{"uid":"f8af2f76bba75e51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f8af2f76bba75e51","status":"passed","time":{"start":1728597492999,"stop":1728597493000,"duration":1}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"33a437f83293fd24","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/33a437f83293fd24","status":"passed","time":{"start":1729034640504,"stop":1729034640505,"duration":1}},{"uid":"cef95cec53f445a9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cef95cec53f445a9","status":"passed","time":{"start":1729034411414,"stop":1729034411417,"duration":3}},{"uid":"cae088a6c2083d3d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cae088a6c2083d3d","status":"passed","time":{"start":1729034327388,"stop":1729034327388,"duration":0}},{"uid":"394d2b747420596a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/394d2b747420596a","status":"passed","time":{"start":1729034147759,"stop":1729034147760,"duration":1}},{"uid":"aa509bee5f7edc59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aa509bee5f7edc59","status":"passed","time":{"start":1729032204821,"stop":1729032204821,"duration":0}},{"uid":"fc2b686cddba0bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fc2b686cddba0bf","status":"passed","time":{"start":1728901907647,"stop":1728901907650,"duration":3}},{"uid":"8fea3aa3e51b90b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fea3aa3e51b90b","status":"passed","time":{"start":1728893341884,"stop":1728893341884,"duration":0}},{"uid":"4774fdcbc77b459a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4774fdcbc77b459a","status":"passed","time":{"start":1728856299348,"stop":1728856299348,"duration":0}},{"uid":"63015f65b039508f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/63015f65b039508f","status":"passed","time":{"start":1728738511609,"stop":1728738511610,"duration":1}},{"uid":"312a02b346c1dd6f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/312a02b346c1dd6f","status":"passed","time":{"start":1728683052903,"stop":1728683052904,"duration":1}},{"uid":"1ed99e18e8009bb0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1ed99e18e8009bb0","status":"passed","time":{"start":1728682612904,"stop":1728682612905,"duration":1}},{"uid":"bd2d282f05a6da46","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bd2d282f05a6da46","status":"passed","time":{"start":1728677115736,"stop":1728677115737,"duration":1}},{"uid":"efb6c25fe040e1c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/efb6c25fe040e1c9","status":"passed","time":{"start":1728669778167,"stop":1728669778168,"duration":1}},{"uid":"78e77ff5ff6fdf5a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/78e77ff5ff6fdf5a","status":"passed","time":{"start":1728598175425,"stop":1728598175426,"duration":1}},{"uid":"acefc9510a9e9cb2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/acefc9510a9e9cb2","status":"passed","time":{"start":1728597380055,"stop":1728597380055,"duration":0}}]},"093f3f6165bca62c4d2f0dde05467705:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1dc71abc2902213e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1dc71abc2902213e","status":"passed","time":{"start":1728901950543,"stop":1728901950545,"duration":2}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e3ede631e07be19c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e3ede631e07be19c","status":"passed","time":{"start":1729034472941,"stop":1729034472942,"duration":1}},{"uid":"abaeb6f8443b5c30","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/abaeb6f8443b5c30","status":"passed","time":{"start":1729034240910,"stop":1729034240910,"duration":0}},{"uid":"3d559e998831b97c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3d559e998831b97c","status":"passed","time":{"start":1729034159611,"stop":1729034159611,"duration":0}},{"uid":"c2d2808b98af2f41","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2d2808b98af2f41","status":"passed","time":{"start":1729033976784,"stop":1729033976788,"duration":4}},{"uid":"194752e613c5568e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/194752e613c5568e","status":"passed","time":{"start":1729032020509,"stop":1729032020509,"duration":0}},{"uid":"34c3e3a9f592fd61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/34c3e3a9f592fd61","status":"passed","time":{"start":1728901616426,"stop":1728901616426,"duration":0}},{"uid":"dd74edca547ec3c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dd74edca547ec3c4","status":"passed","time":{"start":1728893050241,"stop":1728893050241,"duration":0}},{"uid":"276493c22cc1663f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/276493c22cc1663f","status":"passed","time":{"start":1728856015168,"stop":1728856015168,"duration":0}},{"uid":"c01aa186ca265b25","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c01aa186ca265b25","status":"passed","time":{"start":1728738233132,"stop":1728738233132,"duration":0}},{"uid":"b09ce5de29be749b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b09ce5de29be749b","status":"passed","time":{"start":1728682762465,"stop":1728682762466,"duration":1}},{"uid":"f14d28552b3578c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f14d28552b3578c9","status":"passed","time":{"start":1728682332782,"stop":1728682332782,"duration":0}},{"uid":"b1a17e75a984f039","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b1a17e75a984f039","status":"passed","time":{"start":1728676810286,"stop":1728676810287,"duration":1}},{"uid":"2399e562934a6c61","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2399e562934a6c61","status":"passed","time":{"start":1728669529889,"stop":1728669529890,"duration":1}},{"uid":"c08c8a26c747618b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c08c8a26c747618b","status":"passed","time":{"start":1728597873529,"stop":1728597873530,"duration":1}},{"uid":"bec3cf966adfd81b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bec3cf966adfd81b","status":"passed","time":{"start":1728597089269,"stop":1728597089270,"duration":1}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5eb73c05e6ab9ec9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5eb73c05e6ab9ec9","status":"passed","time":{"start":1729034728789,"stop":1729034728789,"duration":0}},{"uid":"b2751e0d2a4ac3f7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b2751e0d2a4ac3f7","status":"passed","time":{"start":1729034400845,"stop":1729034400845,"duration":0}},{"uid":"d8be776bd4956686","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d8be776bd4956686","status":"passed","time":{"start":1728902045391,"stop":1728902045392,"duration":1}},{"uid":"b6ef66d41f0d69a9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b6ef66d41f0d69a9","status":"passed","time":{"start":1728893481312,"stop":1728893481312,"duration":0}},{"uid":"8e976ba78ba91437","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8e976ba78ba91437","status":"passed","time":{"start":1728856434368,"stop":1728856434368,"duration":0}},{"uid":"84756d444a5db546","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/84756d444a5db546","status":"passed","time":{"start":1728738656933,"stop":1728738656935,"duration":2}},{"uid":"f876fd3194045300","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f876fd3194045300","status":"passed","time":{"start":1728683172720,"stop":1728683172722,"duration":2}},{"uid":"841470798cc67935","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/841470798cc67935","status":"passed","time":{"start":1728682747612,"stop":1728682747612,"duration":0}},{"uid":"cba245b83cfca882","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cba245b83cfca882","status":"passed","time":{"start":1728677247280,"stop":1728677247280,"duration":0}},{"uid":"a8c4be753a7afdb8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a8c4be753a7afdb8","status":"passed","time":{"start":1728669917947,"stop":1728669917948,"duration":1}},{"uid":"6a3aecd29b9d212","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a3aecd29b9d212","status":"passed","time":{"start":1728598290717,"stop":1728598290718,"duration":1}},{"uid":"109108243cc108e6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/109108243cc108e6","status":"passed","time":{"start":1728597515858,"stop":1728597515858,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d1ced3437b569f0e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1ced3437b569f0e","status":"passed","time":{"start":1729034631246,"stop":1729034631247,"duration":1}},{"uid":"1c360f0b6e01ae4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1c360f0b6e01ae4","status":"passed","time":{"start":1729034400883,"stop":1729034400883,"duration":0}},{"uid":"b6726ce1a2d5903e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b6726ce1a2d5903e","status":"passed","time":{"start":1729034317436,"stop":1729034317436,"duration":0}},{"uid":"1d1435120d8f93e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1d1435120d8f93e5","status":"passed","time":{"start":1729034137118,"stop":1729034137118,"duration":0}},{"uid":"f174f8ab2561de24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f174f8ab2561de24","status":"passed","time":{"start":1729032206864,"stop":1729032206865,"duration":1}},{"uid":"14daefea9d6a23b9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/14daefea9d6a23b9","status":"passed","time":{"start":1728901995009,"stop":1728901995009,"duration":0}},{"uid":"abec700f66740c59","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/abec700f66740c59","status":"passed","time":{"start":1728893420988,"stop":1728893420988,"duration":0}},{"uid":"dcaf453cf0a1aa5b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dcaf453cf0a1aa5b","status":"passed","time":{"start":1728856368590,"stop":1728856368591,"duration":1}},{"uid":"cd375a9a82666824","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cd375a9a82666824","status":"passed","time":{"start":1728738604675,"stop":1728738604675,"duration":0}},{"uid":"5af1504afb9c52f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5af1504afb9c52f4","status":"passed","time":{"start":1728683117603,"stop":1728683117604,"duration":1}},{"uid":"cd531d0b864524ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd531d0b864524ff","status":"passed","time":{"start":1728682721312,"stop":1728682721312,"duration":0}},{"uid":"cfd9f6b3f4f96cbe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cfd9f6b3f4f96cbe","status":"passed","time":{"start":1728677184673,"stop":1728677184674,"duration":1}},{"uid":"af278fce5a7bbfc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af278fce5a7bbfc","status":"passed","time":{"start":1728669866439,"stop":1728669866439,"duration":0}},{"uid":"437249ae5c8f6e33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/437249ae5c8f6e33","status":"passed","time":{"start":1728598249970,"stop":1728598249970,"duration":0}},{"uid":"d81442ad0bc92732","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d81442ad0bc92732","status":"passed","time":{"start":1728597472279,"stop":1728597472281,"duration":2}}]},"350070185c1d9f550ad6e4af0fb176e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e10351dc7a561fda","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e10351dc7a561fda","status":"passed","time":{"start":1729034348217,"stop":1729034348217,"duration":0}}]},"0918d99b10fadd9f6076965c9d60cc3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dab637000a19070e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dab637000a19070e","status":"passed","time":{"start":1729032198816,"stop":1729032198819,"duration":3}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"434a39bc0e73f8d2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/434a39bc0e73f8d2","status":"passed","time":{"start":1729034626850,"stop":1729034626850,"duration":0}},{"uid":"b87cd005ab38ab9b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b87cd005ab38ab9b","status":"passed","time":{"start":1729034398546,"stop":1729034398546,"duration":0}},{"uid":"e6136e40497b3c00","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e6136e40497b3c00","status":"passed","time":{"start":1729034314812,"stop":1729034314812,"duration":0}},{"uid":"e7e8b7c01bbb853d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7e8b7c01bbb853d","status":"passed","time":{"start":1729034137162,"stop":1729034137162,"duration":0}},{"uid":"4d9bfdc358f2cb4f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4d9bfdc358f2cb4f","status":"passed","time":{"start":1729032187244,"stop":1729032187244,"duration":0}},{"uid":"1530e187c46a7ab7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1530e187c46a7ab7","status":"passed","time":{"start":1728901888428,"stop":1728901888428,"duration":0}},{"uid":"54ac4e84686e696e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54ac4e84686e696e","status":"passed","time":{"start":1728893323780,"stop":1728893323780,"duration":0}},{"uid":"7de2810f4adba981","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7de2810f4adba981","status":"passed","time":{"start":1728856285924,"stop":1728856285925,"duration":1}},{"uid":"9990dba9b5a4e9b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9990dba9b5a4e9b9","status":"passed","time":{"start":1728738498273,"stop":1728738498273,"duration":0}},{"uid":"aa266f9592fc4d7f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/aa266f9592fc4d7f","status":"passed","time":{"start":1728683041389,"stop":1728683041390,"duration":1}},{"uid":"c87f5332c614e477","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c87f5332c614e477","status":"passed","time":{"start":1728682596009,"stop":1728682596011,"duration":2}},{"uid":"4b48e7690c262ff2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4b48e7690c262ff2","status":"passed","time":{"start":1728677091265,"stop":1728677091266,"duration":1}},{"uid":"280f3217bc8f197b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/280f3217bc8f197b","status":"passed","time":{"start":1728669766423,"stop":1728669766424,"duration":1}},{"uid":"c078bdb921692726","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c078bdb921692726","status":"passed","time":{"start":1728598152071,"stop":1728598152071,"duration":0}},{"uid":"6df1de10176c5d9b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6df1de10176c5d9b","status":"passed","time":{"start":1728597364114,"stop":1728597364114,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ce21200b4f7d9ef2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce21200b4f7d9ef2","status":"passed","time":{"start":1729034665577,"stop":1729034665578,"duration":1}},{"uid":"68c9a741adde7f9d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/68c9a741adde7f9d","status":"passed","time":{"start":1729034434259,"stop":1729034434259,"duration":0}},{"uid":"33c6abfaf1c6b298","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/33c6abfaf1c6b298","status":"passed","time":{"start":1729034350153,"stop":1729034350156,"duration":3}},{"uid":"bcd00b7c92d57611","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bcd00b7c92d57611","status":"passed","time":{"start":1729034169193,"stop":1729034169193,"duration":0}},{"uid":"d04bf8b8da8e6213","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d04bf8b8da8e6213","status":"passed","time":{"start":1729032228065,"stop":1729032228065,"duration":0}},{"uid":"1e0b04c7c4abe133","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e0b04c7c4abe133","status":"passed","time":{"start":1728901947145,"stop":1728901947145,"duration":0}},{"uid":"61fcdf7e39ea6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61fcdf7e39ea6a","status":"passed","time":{"start":1728893380056,"stop":1728893380057,"duration":1}},{"uid":"1ea568e3556c1c1c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1ea568e3556c1c1c","status":"passed","time":{"start":1728856336878,"stop":1728856336879,"duration":1}},{"uid":"e2722c904f2f9f49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e2722c904f2f9f49","status":"passed","time":{"start":1728738551162,"stop":1728738551163,"duration":1}},{"uid":"16752e87cf813acd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/16752e87cf813acd","status":"passed","time":{"start":1728683095874,"stop":1728683095874,"duration":0}},{"uid":"75a3fc7ae387a204","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/75a3fc7ae387a204","status":"passed","time":{"start":1728682657385,"stop":1728682657386,"duration":1}},{"uid":"679b92c7c7bb9624","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/679b92c7c7bb9624","status":"passed","time":{"start":1728677151464,"stop":1728677151464,"duration":0}},{"uid":"be7d15c71489f236","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be7d15c71489f236","status":"passed","time":{"start":1728669832892,"stop":1728669832892,"duration":0}},{"uid":"e59e05eb06ad233d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e59e05eb06ad233d","status":"passed","time":{"start":1728598215607,"stop":1728598215607,"duration":0}},{"uid":"91822942f496bff6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/91822942f496bff6","status":"passed","time":{"start":1728597425041,"stop":1728597425041,"duration":0}}]},"96d052cc2d4d67f075196ba679807ea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9949b595db724e1a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9949b595db724e1a","status":"passed","time":{"start":1729034332619,"stop":1729034332619,"duration":0}},{"uid":"f59169170717284f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f59169170717284f","status":"passed","time":{"start":1729034096119,"stop":1729034096119,"duration":0}},{"uid":"4b91bb2060dc1bbc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4b91bb2060dc1bbc","status":"passed","time":{"start":1729034020077,"stop":1729034020077,"duration":0}},{"uid":"4c4d0e84fd08d42b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c4d0e84fd08d42b","status":"passed","time":{"start":1729033834366,"stop":1729033834372,"duration":6}},{"uid":"61c84ae4bae5ecc6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/61c84ae4bae5ecc6","status":"passed","time":{"start":1729031884102,"stop":1729031884102,"duration":0}},{"uid":"555996f4ac62e268","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/555996f4ac62e268","status":"passed","time":{"start":1728901430245,"stop":1728901430245,"duration":0}},{"uid":"680d9b496669fbcd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/680d9b496669fbcd","status":"passed","time":{"start":1728892860520,"stop":1728892860520,"duration":0}},{"uid":"d87bbabbfc06ea27","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d87bbabbfc06ea27","status":"passed","time":{"start":1728855823311,"stop":1728855823311,"duration":0}},{"uid":"e50e769cf0fc7999","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e50e769cf0fc7999","status":"passed","time":{"start":1728738040580,"stop":1728738040580,"duration":0}},{"uid":"465f393eb471be70","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/465f393eb471be70","status":"passed","time":{"start":1728682574072,"stop":1728682574077,"duration":5}},{"uid":"2daaa70a5053be8b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2daaa70a5053be8b","status":"passed","time":{"start":1728682146801,"stop":1728682146806,"duration":5}},{"uid":"ef07c383894feb61","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef07c383894feb61","status":"passed","time":{"start":1728676621419,"stop":1728676621419,"duration":0}},{"uid":"26d2af2c38fd1779","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/26d2af2c38fd1779","status":"passed","time":{"start":1728669344457,"stop":1728669344457,"duration":0}},{"uid":"30a0333cf9a97091","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/30a0333cf9a97091","status":"passed","time":{"start":1728597685149,"stop":1728597685149,"duration":0}},{"uid":"b3327d767a6f3eb3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b3327d767a6f3eb3","status":"passed","time":{"start":1728596904449,"stop":1728596904455,"duration":6}}]},"60f0ccd9287782ff6ae41aeb8355a2d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"10b5ce906378dde7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10b5ce906378dde7","status":"passed","time":{"start":1729034332639,"stop":1729034332640,"duration":1}},{"uid":"fe4d7911531f0bff","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fe4d7911531f0bff","status":"passed","time":{"start":1729034096138,"stop":1729034096138,"duration":0}},{"uid":"49cdc4fb80a6133b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/49cdc4fb80a6133b","status":"passed","time":{"start":1729034020095,"stop":1729034020095,"duration":0}},{"uid":"791d4d02d8709825","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/791d4d02d8709825","status":"passed","time":{"start":1729033834391,"stop":1729033834391,"duration":0}},{"uid":"6040272579ab41b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6040272579ab41b4","status":"passed","time":{"start":1729031884125,"stop":1729031884125,"duration":0}},{"uid":"8f57595e6daabc8d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8f57595e6daabc8d","status":"passed","time":{"start":1728901430258,"stop":1728901430258,"duration":0}},{"uid":"469f4414d2b8436","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/469f4414d2b8436","status":"passed","time":{"start":1728892860537,"stop":1728892860537,"duration":0}},{"uid":"d4ba570de9768f1d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d4ba570de9768f1d","status":"passed","time":{"start":1728855823326,"stop":1728855823326,"duration":0}},{"uid":"b863aa7989110c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b863aa7989110c4","status":"passed","time":{"start":1728738040607,"stop":1728738040607,"duration":0}},{"uid":"80e1e890bd2fcc99","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80e1e890bd2fcc99","status":"passed","time":{"start":1728682574097,"stop":1728682574098,"duration":1}},{"uid":"7f5ab3b57ea9d41b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7f5ab3b57ea9d41b","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"46655282e617fdac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46655282e617fdac","status":"passed","time":{"start":1728676621437,"stop":1728676621437,"duration":0}},{"uid":"269ebf139025b5c2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/269ebf139025b5c2","status":"passed","time":{"start":1728669344472,"stop":1728669344472,"duration":0}},{"uid":"ab11f087bcdc2fbe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ab11f087bcdc2fbe","status":"passed","time":{"start":1728597685166,"stop":1728597685167,"duration":1}},{"uid":"ebfea8b61d5397ad","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ebfea8b61d5397ad","status":"passed","time":{"start":1728596904474,"stop":1728596904474,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7f5f51995697dbf1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7f5f51995697dbf1","status":"passed","time":{"start":1729034696863,"stop":1729034696864,"duration":1}},{"uid":"e24407838ea72fa5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e24407838ea72fa5","status":"passed","time":{"start":1729034470060,"stop":1729034470060,"duration":0}},{"uid":"830cd1bea7914d49","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/830cd1bea7914d49","status":"passed","time":{"start":1729034388867,"stop":1729034388867,"duration":0}},{"uid":"d1383bac4562fb26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1383bac4562fb26","status":"passed","time":{"start":1729034213017,"stop":1729034213017,"duration":0}},{"uid":"ba7a1dea392f8fc6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ba7a1dea392f8fc6","status":"passed","time":{"start":1729032269100,"stop":1729032269101,"duration":1}},{"uid":"e673c1079ebdb36c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e673c1079ebdb36c","status":"passed","time":{"start":1728902000840,"stop":1728902000841,"duration":1}},{"uid":"6d42a7420d9224af","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d42a7420d9224af","status":"passed","time":{"start":1728893442591,"stop":1728893442591,"duration":0}},{"uid":"4d06214f3d868582","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4d06214f3d868582","status":"passed","time":{"start":1728856386635,"stop":1728856386636,"duration":1}},{"uid":"327e0c98daa7187c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/327e0c98daa7187c","status":"passed","time":{"start":1728738608581,"stop":1728738608582,"duration":1}},{"uid":"a7993f5ef8f46060","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a7993f5ef8f46060","status":"passed","time":{"start":1728683148167,"stop":1728683148168,"duration":1}},{"uid":"682890289f48bef9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/682890289f48bef9","status":"passed","time":{"start":1728682709055,"stop":1728682709056,"duration":1}},{"uid":"dd28eaeed849ddaf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd28eaeed849ddaf","status":"passed","time":{"start":1728677206654,"stop":1728677206654,"duration":0}},{"uid":"b466a406d930967c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b466a406d930967c","status":"passed","time":{"start":1728669888548,"stop":1728669888548,"duration":0}},{"uid":"a058905506d002cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a058905506d002cd","status":"passed","time":{"start":1728598268129,"stop":1728598268129,"duration":0}},{"uid":"312e03e2933fbe5a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/312e03e2933fbe5a","status":"passed","time":{"start":1728597478031,"stop":1728597478031,"duration":0}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"24423510ebc1db9a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/24423510ebc1db9a","status":"passed","time":{"start":1729034701148,"stop":1729034701153,"duration":5}},{"uid":"9d1d775371365bdb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9d1d775371365bdb","status":"passed","time":{"start":1729034475745,"stop":1729034475746,"duration":1}},{"uid":"365a032c6d565ad0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/365a032c6d565ad0","status":"passed","time":{"start":1729034391615,"stop":1729034391616,"duration":1}},{"uid":"6d0ea26c719c8254","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6d0ea26c719c8254","status":"passed","time":{"start":1729034211308,"stop":1729034211308,"duration":0}},{"uid":"c6b40aa90c9a12e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6b40aa90c9a12e0","status":"passed","time":{"start":1729032264693,"stop":1729032264693,"duration":0}},{"uid":"e2f666da80daad1d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e2f666da80daad1d","status":"passed","time":{"start":1728902020139,"stop":1728902020139,"duration":0}},{"uid":"8e21cf62fee4a097","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e21cf62fee4a097","status":"passed","time":{"start":1728893452477,"stop":1728893452478,"duration":1}},{"uid":"a4909be010734678","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4909be010734678","status":"passed","time":{"start":1728856408084,"stop":1728856408084,"duration":0}},{"uid":"d8f0612cab44b915","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d8f0612cab44b915","status":"passed","time":{"start":1728738627115,"stop":1728738627115,"duration":0}},{"uid":"5fdc9c0d609246b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5fdc9c0d609246b","status":"passed","time":{"start":1728683164465,"stop":1728683164465,"duration":0}},{"uid":"d20d34326ab123e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d20d34326ab123e6","status":"passed","time":{"start":1728682734713,"stop":1728682734714,"duration":1}},{"uid":"ba9cfd70902ab270","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba9cfd70902ab270","status":"passed","time":{"start":1728677218639,"stop":1728677218639,"duration":0}},{"uid":"a4759a20b6c9eefb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4759a20b6c9eefb","status":"passed","time":{"start":1728669903961,"stop":1728669903961,"duration":0}},{"uid":"59bfdc122d31f4a9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/59bfdc122d31f4a9","status":"passed","time":{"start":1728598278367,"stop":1728598278367,"duration":0}},{"uid":"8bad73781febc715","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8bad73781febc715","status":"passed","time":{"start":1728597507601,"stop":1728597507601,"duration":0}}]},"18fc9630e1281e0e108281235800381d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d43808418e70933","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d43808418e70933","status":"passed","time":{"start":1728676853901,"stop":1728676853901,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f1e05212e0da81c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f1e05212e0da81c8","status":"passed","time":{"start":1729034617763,"stop":1729034617763,"duration":0}},{"uid":"8c92a63b9ece9e9b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8c92a63b9ece9e9b","status":"passed","time":{"start":1729034370881,"stop":1729034370885,"duration":4}},{"uid":"32883c64f5ceb47a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/32883c64f5ceb47a","status":"passed","time":{"start":1729034308879,"stop":1729034308880,"duration":1}},{"uid":"5019314d31f00be5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5019314d31f00be5","status":"passed","time":{"start":1729034129476,"stop":1729034129477,"duration":1}},{"uid":"8034e0143b8e6446","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8034e0143b8e6446","status":"passed","time":{"start":1729032178370,"stop":1729032178370,"duration":0}},{"uid":"2579fd9b0ad8d9e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2579fd9b0ad8d9e","status":"passed","time":{"start":1728901896350,"stop":1728901896350,"duration":0}},{"uid":"e678d046f0748b8d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e678d046f0748b8d","status":"passed","time":{"start":1728893329028,"stop":1728893329028,"duration":0}},{"uid":"49096c4fa6ebb23a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/49096c4fa6ebb23a","status":"passed","time":{"start":1728856284767,"stop":1728856284767,"duration":0}},{"uid":"aef57de2668e6a74","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aef57de2668e6a74","status":"passed","time":{"start":1728738494943,"stop":1728738494944,"duration":1}},{"uid":"2835cb277bba9abe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2835cb277bba9abe","status":"passed","time":{"start":1728683033634,"stop":1728683033634,"duration":0}},{"uid":"a93c68af9d952d6d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a93c68af9d952d6d","status":"passed","time":{"start":1728682601739,"stop":1728682601739,"duration":0}},{"uid":"12691ce354061a51","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/12691ce354061a51","status":"passed","time":{"start":1728677107964,"stop":1728677107964,"duration":0}},{"uid":"a93819870c4f58b2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a93819870c4f58b2","status":"passed","time":{"start":1728669764754,"stop":1728669764754,"duration":0}},{"uid":"eb8e06c473e972cc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb8e06c473e972cc","status":"passed","time":{"start":1728598157565,"stop":1728598157565,"duration":0}},{"uid":"ea52dae97668c55d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea52dae97668c55d","status":"passed","time":{"start":1728597369075,"stop":1728597369076,"duration":1}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9d295d5282734411","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9d295d5282734411","status":"passed","time":{"start":1729034462535,"stop":1729034462535,"duration":0}},{"uid":"e965aa509a34faf8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e965aa509a34faf8","status":"passed","time":{"start":1729034231346,"stop":1729034231346,"duration":0}},{"uid":"38a9466ffd68d20d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/38a9466ffd68d20d","status":"passed","time":{"start":1729034153006,"stop":1729034153007,"duration":1}},{"uid":"58bb2b186144a301","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58bb2b186144a301","status":"passed","time":{"start":1729033965758,"stop":1729033965758,"duration":0}},{"uid":"7153579d222e279d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7153579d222e279d","status":"passed","time":{"start":1729032018038,"stop":1729032018039,"duration":1}},{"uid":"af2916a7994e7ecd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/af2916a7994e7ecd","status":"passed","time":{"start":1728901595880,"stop":1728901595890,"duration":10}},{"uid":"3023ae0488a7f74c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3023ae0488a7f74c","status":"passed","time":{"start":1728893032692,"stop":1728893032692,"duration":0}},{"uid":"cbfbca51ef205ca4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cbfbca51ef205ca4","status":"passed","time":{"start":1728855998190,"stop":1728855998191,"duration":1}},{"uid":"10e7af307ed2cd10","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/10e7af307ed2cd10","status":"passed","time":{"start":1728738212198,"stop":1728738212198,"duration":0}},{"uid":"36353940b8648992","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36353940b8648992","status":"passed","time":{"start":1728682746615,"stop":1728682746616,"duration":1}},{"uid":"8e64abd89da9265","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e64abd89da9265","status":"passed","time":{"start":1728682328619,"stop":1728682328620,"duration":1}},{"uid":"6a3d225761b74c58","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6a3d225761b74c58","status":"passed","time":{"start":1728676807595,"stop":1728676807596,"duration":1}},{"uid":"80ba374142b6cebc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/80ba374142b6cebc","status":"passed","time":{"start":1728669514930,"stop":1728669514931,"duration":1}},{"uid":"1c0b9d1f1b0f9714","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1c0b9d1f1b0f9714","status":"passed","time":{"start":1728597860140,"stop":1728597860140,"duration":0}},{"uid":"cd6504cb57471c8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd6504cb57471c8","status":"passed","time":{"start":1728597074718,"stop":1728597074718,"duration":0}}]},"1ffa387d986d64c2370a88f74c223c7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d69f02471d43ad3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8d69f02471d43ad3","status":"passed","time":{"start":1729032174928,"stop":1729032174928,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9fbde4baae10f611","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9fbde4baae10f611","status":"passed","time":{"start":1729034335333,"stop":1729034335333,"duration":0}},{"uid":"a72903d413a653ff","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a72903d413a653ff","status":"passed","time":{"start":1729034098686,"stop":1729034098686,"duration":0}},{"uid":"4548d4b108c487c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4548d4b108c487c","status":"passed","time":{"start":1729034022455,"stop":1729034022455,"duration":0}},{"uid":"dfcecbc4b49d1137","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dfcecbc4b49d1137","status":"passed","time":{"start":1729033836803,"stop":1729033836803,"duration":0}},{"uid":"9cf6842caaf205e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9cf6842caaf205e","status":"passed","time":{"start":1729031886610,"stop":1729031886610,"duration":0}},{"uid":"943d19552fc027d3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/943d19552fc027d3","status":"passed","time":{"start":1728901432737,"stop":1728901432737,"duration":0}},{"uid":"25353fe68e628b04","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25353fe68e628b04","status":"passed","time":{"start":1728892863023,"stop":1728892863023,"duration":0}},{"uid":"29fca15ba7dea56","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/29fca15ba7dea56","status":"passed","time":{"start":1728855825772,"stop":1728855825773,"duration":1}},{"uid":"7937a05ccafebab5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7937a05ccafebab5","status":"passed","time":{"start":1728738043032,"stop":1728738043032,"duration":0}},{"uid":"2270cd7806dd1195","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2270cd7806dd1195","status":"passed","time":{"start":1728682576529,"stop":1728682576530,"duration":1}},{"uid":"a1871fa2cec04950","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a1871fa2cec04950","status":"passed","time":{"start":1728682149243,"stop":1728682149243,"duration":0}},{"uid":"4cf9e30960cf17d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4cf9e30960cf17d7","status":"passed","time":{"start":1728676623918,"stop":1728676623918,"duration":0}},{"uid":"4cb1c5c3168c6700","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4cb1c5c3168c6700","status":"passed","time":{"start":1728669346941,"stop":1728669346941,"duration":0}},{"uid":"45cc75815faa8e41","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/45cc75815faa8e41","status":"passed","time":{"start":1728597687694,"stop":1728597687694,"duration":0}},{"uid":"bc992e10cf3807f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc992e10cf3807f","status":"passed","time":{"start":1728596907135,"stop":1728596907136,"duration":1}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"feba83822268e790","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/feba83822268e790","status":"passed","time":{"start":1729034611666,"stop":1729034611667,"duration":1}},{"uid":"98644ced6fdc3076","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/98644ced6fdc3076","status":"passed","time":{"start":1729034393649,"stop":1729034393649,"duration":0}},{"uid":"2827d10a630108a8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2827d10a630108a8","status":"passed","time":{"start":1729034304850,"stop":1729034304850,"duration":0}},{"uid":"45ca7af456fdf7c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45ca7af456fdf7c1","status":"passed","time":{"start":1729034121915,"stop":1729034121918,"duration":3}},{"uid":"75eacb5958e8fb22","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/75eacb5958e8fb22","status":"passed","time":{"start":1729032174873,"stop":1729032174900,"duration":27}},{"uid":"994740dd9a9bcb3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/994740dd9a9bcb3","status":"passed","time":{"start":1728901881014,"stop":1728901881015,"duration":1}},{"uid":"575021a7bf8c2677","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/575021a7bf8c2677","status":"passed","time":{"start":1728893317166,"stop":1728893317169,"duration":3}},{"uid":"630daaf14cc67cb5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/630daaf14cc67cb5","status":"passed","time":{"start":1728856263101,"stop":1728856263101,"duration":0}},{"uid":"8beed7584281bbb3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8beed7584281bbb3","status":"passed","time":{"start":1728738492800,"stop":1728738492800,"duration":0}},{"uid":"5ec9a5e3bce3ae67","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5ec9a5e3bce3ae67","status":"passed","time":{"start":1728683030023,"stop":1728683030023,"duration":0}},{"uid":"34bfad5dea856167","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/34bfad5dea856167","status":"passed","time":{"start":1728682581104,"stop":1728682581104,"duration":0}},{"uid":"cfc43211167653d3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cfc43211167653d3","status":"passed","time":{"start":1728677081999,"stop":1728677081999,"duration":0}},{"uid":"680a64b651a2aff9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/680a64b651a2aff9","status":"passed","time":{"start":1728669795399,"stop":1728669795399,"duration":0}},{"uid":"e4e2abf1de82d601","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e4e2abf1de82d601","status":"passed","time":{"start":1728598137505,"stop":1728598137505,"duration":0}},{"uid":"755c0b62edd1bd87","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/755c0b62edd1bd87","status":"passed","time":{"start":1728597353481,"stop":1728597353482,"duration":1}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"50234e3899be93f1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/50234e3899be93f1","status":"passed","time":{"start":1729034472989,"stop":1729034472989,"duration":0}},{"uid":"5e0d42d54188139a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5e0d42d54188139a","status":"passed","time":{"start":1729034240935,"stop":1729034240935,"duration":0}},{"uid":"e0ef63b3139ce8ae","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e0ef63b3139ce8ae","status":"passed","time":{"start":1729034159628,"stop":1729034159629,"duration":1}},{"uid":"cc15b62d68a435b8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc15b62d68a435b8","status":"passed","time":{"start":1729033976813,"stop":1729033976814,"duration":1}},{"uid":"1d3c891c541c9c8b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1d3c891c541c9c8b","status":"passed","time":{"start":1729032020533,"stop":1729032020533,"duration":0}},{"uid":"9c037cbdc5dee7b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9c037cbdc5dee7b7","status":"passed","time":{"start":1728901616499,"stop":1728901616499,"duration":0}},{"uid":"55f58d3aafa0106a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/55f58d3aafa0106a","status":"passed","time":{"start":1728893050253,"stop":1728893050253,"duration":0}},{"uid":"acd3e95af00cf991","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/acd3e95af00cf991","status":"passed","time":{"start":1728856015183,"stop":1728856015184,"duration":1}},{"uid":"e0b3defc63c2678b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e0b3defc63c2678b","status":"passed","time":{"start":1728738233175,"stop":1728738233176,"duration":1}},{"uid":"1ffafb46ff6f8cec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ffafb46ff6f8cec","status":"passed","time":{"start":1728682762484,"stop":1728682762484,"duration":0}},{"uid":"e406be549030ba51","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e406be549030ba51","status":"passed","time":{"start":1728682332796,"stop":1728682332797,"duration":1}},{"uid":"44fae59f25ed07b2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/44fae59f25ed07b2","status":"passed","time":{"start":1728676810305,"stop":1728676810305,"duration":0}},{"uid":"81970549460f85d4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/81970549460f85d4","status":"passed","time":{"start":1728669529908,"stop":1728669529908,"duration":0}},{"uid":"c029b80fa7204312","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c029b80fa7204312","status":"passed","time":{"start":1728597873545,"stop":1728597873545,"duration":0}},{"uid":"40bfe0fb53c3983","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/40bfe0fb53c3983","status":"passed","time":{"start":1728597089285,"stop":1728597089286,"duration":1}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1e3f93f857a3c773","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1e3f93f857a3c773","status":"passed","time":{"start":1729034340757,"stop":1729034340757,"duration":0}},{"uid":"b7670c23f01dd784","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b7670c23f01dd784","status":"passed","time":{"start":1729034104182,"stop":1729034104183,"duration":1}},{"uid":"4cf0c955dc28eeda","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4cf0c955dc28eeda","status":"passed","time":{"start":1729034027746,"stop":1729034027747,"duration":1}},{"uid":"a623703c6be41e89","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a623703c6be41e89","status":"passed","time":{"start":1729033842350,"stop":1729033842351,"duration":1}},{"uid":"948548c9122f585e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/948548c9122f585e","status":"passed","time":{"start":1729031892049,"stop":1729031892049,"duration":0}},{"uid":"55c82c590331a39f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/55c82c590331a39f","status":"passed","time":{"start":1728901438031,"stop":1728901438032,"duration":1}},{"uid":"5f73b13c7afa4c5b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5f73b13c7afa4c5b","status":"passed","time":{"start":1728892868235,"stop":1728892868235,"duration":0}},{"uid":"6438cee697775ea4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6438cee697775ea4","status":"passed","time":{"start":1728855831082,"stop":1728855831082,"duration":0}},{"uid":"6556b2e867c8e22","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6556b2e867c8e22","status":"passed","time":{"start":1728738048444,"stop":1728738048445,"duration":1}},{"uid":"99d9a815e27efca3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99d9a815e27efca3","status":"passed","time":{"start":1728682581848,"stop":1728682581850,"duration":2}},{"uid":"18c40b7b6f0c8085","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18c40b7b6f0c8085","status":"passed","time":{"start":1728682154710,"stop":1728682154710,"duration":0}},{"uid":"34b2cb49d591dd89","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34b2cb49d591dd89","status":"passed","time":{"start":1728676629304,"stop":1728676629305,"duration":1}},{"uid":"4759db2b95033d79","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4759db2b95033d79","status":"passed","time":{"start":1728669352213,"stop":1728669352213,"duration":0}},{"uid":"218bf12abfb4f2a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/218bf12abfb4f2a6","status":"passed","time":{"start":1728597693021,"stop":1728597693022,"duration":1}},{"uid":"2c6a718212faa069","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2c6a718212faa069","status":"passed","time":{"start":1728596912535,"stop":1728596912535,"duration":0}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d1da78246683e887","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1da78246683e887","status":"passed","time":{"start":1729034617750,"stop":1729034617750,"duration":0}},{"uid":"43a4b985e1eaebfe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/43a4b985e1eaebfe","status":"passed","time":{"start":1729034370853,"stop":1729034370853,"duration":0}},{"uid":"13127b7b14b6788c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/13127b7b14b6788c","status":"passed","time":{"start":1729034308854,"stop":1729034308860,"duration":6}},{"uid":"7a38ac73718b76bf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a38ac73718b76bf","status":"passed","time":{"start":1729034129468,"stop":1729034129469,"duration":1}},{"uid":"ff3d914d52832280","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ff3d914d52832280","status":"passed","time":{"start":1729032178362,"stop":1729032178362,"duration":0}},{"uid":"35a629a31608e45e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/35a629a31608e45e","status":"passed","time":{"start":1728901896340,"stop":1728901896341,"duration":1}},{"uid":"d1aaf62b056406a1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d1aaf62b056406a1","status":"passed","time":{"start":1728893329019,"stop":1728893329020,"duration":1}},{"uid":"9bbf0f5943781ea4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9bbf0f5943781ea4","status":"passed","time":{"start":1728856284755,"stop":1728856284755,"duration":0}},{"uid":"deedb1111b4a929","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/deedb1111b4a929","status":"passed","time":{"start":1728738494930,"stop":1728738494931,"duration":1}},{"uid":"2fd93c273e6e1180","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2fd93c273e6e1180","status":"passed","time":{"start":1728683033626,"stop":1728683033626,"duration":0}},{"uid":"6c8ceef38cb8c5ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6c8ceef38cb8c5ff","status":"passed","time":{"start":1728682601731,"stop":1728682601731,"duration":0}},{"uid":"718929b4cf14823e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/718929b4cf14823e","status":"passed","time":{"start":1728677107955,"stop":1728677107955,"duration":0}},{"uid":"8026ab8388a049ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8026ab8388a049ed","status":"passed","time":{"start":1728669764744,"stop":1728669764745,"duration":1}},{"uid":"db97a4829425b20c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/db97a4829425b20c","status":"passed","time":{"start":1728598157556,"stop":1728598157556,"duration":0}},{"uid":"427921831e92eff7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/427921831e92eff7","status":"passed","time":{"start":1728597369054,"stop":1728597369054,"duration":0}}]},"9e2c3e98b7175f01f1d9056bc9119a12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e1bf23a7f3c6226b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e1bf23a7f3c6226b","status":"passed","time":{"start":1729034332607,"stop":1729034332608,"duration":1}},{"uid":"2edb2fd26c6a4d10","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2edb2fd26c6a4d10","status":"passed","time":{"start":1729034096108,"stop":1729034096109,"duration":1}},{"uid":"239234cc1f6044f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/239234cc1f6044f","status":"passed","time":{"start":1729034020071,"stop":1729034020072,"duration":1}},{"uid":"80c0232bc8d8e740","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/80c0232bc8d8e740","status":"passed","time":{"start":1729033834360,"stop":1729033834360,"duration":0}},{"uid":"62b269c44d3f5cf1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/62b269c44d3f5cf1","status":"passed","time":{"start":1729031884087,"stop":1729031884088,"duration":1}},{"uid":"59a4b38bfda17c06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59a4b38bfda17c06","status":"passed","time":{"start":1728901430241,"stop":1728901430242,"duration":1}},{"uid":"1e46e6babc2944e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e46e6babc2944e","status":"passed","time":{"start":1728892860516,"stop":1728892860516,"duration":0}},{"uid":"f7948fea44f45cb6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f7948fea44f45cb6","status":"passed","time":{"start":1728855823306,"stop":1728855823307,"duration":1}},{"uid":"11f3ef0b5474489c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11f3ef0b5474489c","status":"passed","time":{"start":1728738040568,"stop":1728738040569,"duration":1}},{"uid":"bc066632d9a30cb6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc066632d9a30cb6","status":"passed","time":{"start":1728682574066,"stop":1728682574066,"duration":0}},{"uid":"e96562bce7fe308d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e96562bce7fe308d","status":"passed","time":{"start":1728682146793,"stop":1728682146793,"duration":0}},{"uid":"6275562759377a88","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6275562759377a88","status":"passed","time":{"start":1728676621403,"stop":1728676621403,"duration":0}},{"uid":"433736b428530dea","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/433736b428530dea","status":"passed","time":{"start":1728669344452,"stop":1728669344453,"duration":1}},{"uid":"bf5ba8e5e06f9372","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bf5ba8e5e06f9372","status":"passed","time":{"start":1728597685134,"stop":1728597685134,"duration":0}},{"uid":"e0b29fa879554656","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e0b29fa879554656","status":"passed","time":{"start":1728596904440,"stop":1728596904441,"duration":1}}]},"463ae48f1ffebfe05a881f0cfe403046:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b8956ce72f2ea93","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b8956ce72f2ea93","status":"passed","time":{"start":1729034317505,"stop":1729034317505,"duration":0}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4891ef54a5af70a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4891ef54a5af70a8","status":"passed","time":{"start":1729034668591,"stop":1729034668591,"duration":0}},{"uid":"9efe2540a0a2bd4d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9efe2540a0a2bd4d","status":"passed","time":{"start":1729034443495,"stop":1729034443495,"duration":0}},{"uid":"a2e769ee1fc1f542","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a2e769ee1fc1f542","status":"passed","time":{"start":1729034357697,"stop":1729034357697,"duration":0}},{"uid":"fb9665d82b7df79","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb9665d82b7df79","status":"passed","time":{"start":1729034177524,"stop":1729034177524,"duration":0}},{"uid":"a2473fc5036e2b3e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a2473fc5036e2b3e","status":"passed","time":{"start":1729032235299,"stop":1729032235299,"duration":0}},{"uid":"4f47d63aaad9a4ce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4f47d63aaad9a4ce","status":"passed","time":{"start":1728901958852,"stop":1728901958853,"duration":1}},{"uid":"baccd5c70fa26a5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/baccd5c70fa26a5a","status":"passed","time":{"start":1728893395072,"stop":1728893395073,"duration":1}},{"uid":"d9285137b6ef9845","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9285137b6ef9845","status":"passed","time":{"start":1728856355682,"stop":1728856355682,"duration":0}},{"uid":"751d0779126ecd32","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/751d0779126ecd32","status":"passed","time":{"start":1728738567467,"stop":1728738567467,"duration":0}},{"uid":"797ab9807c4936fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/797ab9807c4936fb","status":"passed","time":{"start":1728683110365,"stop":1728683110366,"duration":1}},{"uid":"dcb6730e27cd8f50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dcb6730e27cd8f50","status":"passed","time":{"start":1728682666062,"stop":1728682666063,"duration":1}},{"uid":"d02641dcaa3d8200","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d02641dcaa3d8200","status":"passed","time":{"start":1728677163568,"stop":1728677163569,"duration":1}},{"uid":"af9615c7181de6fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af9615c7181de6fb","status":"passed","time":{"start":1728669841247,"stop":1728669841247,"duration":0}},{"uid":"d0d7c709ab7e0451","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d0d7c709ab7e0451","status":"passed","time":{"start":1728598221883,"stop":1728598221884,"duration":1}},{"uid":"455b6bbe803881a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/455b6bbe803881a7","status":"passed","time":{"start":1728597434075,"stop":1728597434076,"duration":1}}]},"06e57c27fbe129c5f21509a3f48947ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3c7089d31d3560e6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3c7089d31d3560e6","status":"passed","time":{"start":1729034693196,"stop":1729034693196,"duration":0}},{"uid":"bbb51bd3e7642131","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bbb51bd3e7642131","status":"passed","time":{"start":1729034468599,"stop":1729034468600,"duration":1}},{"uid":"5b3ad431d9168657","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5b3ad431d9168657","status":"passed","time":{"start":1729034383198,"stop":1729034383199,"duration":1}},{"uid":"3054b3ae4c34ff68","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3054b3ae4c34ff68","status":"passed","time":{"start":1729034203621,"stop":1729034203621,"duration":0}},{"uid":"41239c776ea58d3b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/41239c776ea58d3b","status":"passed","time":{"start":1729032256253,"stop":1729032256253,"duration":0}},{"uid":"ed9a76089a8a79d7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ed9a76089a8a79d7","status":"passed","time":{"start":1728902016653,"stop":1728902016654,"duration":1}},{"uid":"d8a46e4486703286","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d8a46e4486703286","status":"passed","time":{"start":1728893448585,"stop":1728893448586,"duration":1}},{"uid":"9306bc6d6d8e6c9b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9306bc6d6d8e6c9b","status":"passed","time":{"start":1728856401308,"stop":1728856401308,"duration":0}},{"uid":"23ef0af5ffe5ef6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23ef0af5ffe5ef6","status":"passed","time":{"start":1728738624654,"stop":1728738624654,"duration":0}},{"uid":"d5ea27ea5c2e4581","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d5ea27ea5c2e4581","status":"passed","time":{"start":1728683154298,"stop":1728683154299,"duration":1}},{"uid":"facae5352a6e1b10","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/facae5352a6e1b10","status":"passed","time":{"start":1728682726615,"stop":1728682726615,"duration":0}},{"uid":"cd51d6f0161242b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cd51d6f0161242b3","status":"passed","time":{"start":1728677221173,"stop":1728677221174,"duration":1}},{"uid":"f9b2b9b28c68e0f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f9b2b9b28c68e0f9","status":"passed","time":{"start":1728669902840,"stop":1728669902840,"duration":0}},{"uid":"7066f216f98b9b74","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7066f216f98b9b74","status":"passed","time":{"start":1728598275772,"stop":1728598275773,"duration":1}},{"uid":"c04a0bc15e25b28f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c04a0bc15e25b28f","status":"passed","time":{"start":1728597495945,"stop":1728597495945,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cea278c62cf783df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cea278c62cf783df","status":"passed","time":{"start":1729034704496,"stop":1729034704496,"duration":0}},{"uid":"5fac20ee92908d3c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5fac20ee92908d3c","status":"passed","time":{"start":1729034474989,"stop":1729034474989,"duration":0}},{"uid":"9febdc11fe11520b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9febdc11fe11520b","status":"passed","time":{"start":1729034395291,"stop":1729034395292,"duration":1}},{"uid":"ff1f2f47634e75f8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff1f2f47634e75f8","status":"passed","time":{"start":1729034209101,"stop":1729034209101,"duration":0}},{"uid":"ce343e5439569fe6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ce343e5439569fe6","status":"passed","time":{"start":1729032264569,"stop":1729032264569,"duration":0}},{"uid":"b3b1d67047a0921","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b3b1d67047a0921","status":"passed","time":{"start":1728902012859,"stop":1728902012859,"duration":0}},{"uid":"d0cf8386697d3394","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d0cf8386697d3394","status":"passed","time":{"start":1728893454812,"stop":1728893454812,"duration":0}},{"uid":"b666d1fe8a4488e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b666d1fe8a4488e2","status":"passed","time":{"start":1728856408453,"stop":1728856408453,"duration":0}},{"uid":"e2efb4bfb345594","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e2efb4bfb345594","status":"passed","time":{"start":1728738633855,"stop":1728738633856,"duration":1}},{"uid":"b374fc6480d1ee76","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b374fc6480d1ee76","status":"passed","time":{"start":1728683159762,"stop":1728683159766,"duration":4}},{"uid":"134e8590ee16ea54","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/134e8590ee16ea54","status":"passed","time":{"start":1728682751331,"stop":1728682751331,"duration":0}},{"uid":"38ecf5626fb3b427","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38ecf5626fb3b427","status":"passed","time":{"start":1728677216359,"stop":1728677216360,"duration":1}},{"uid":"74debf0b233f279a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74debf0b233f279a","status":"passed","time":{"start":1728669925455,"stop":1728669925455,"duration":0}},{"uid":"efe30bb019fc0f20","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efe30bb019fc0f20","status":"passed","time":{"start":1728598268806,"stop":1728598268806,"duration":0}},{"uid":"334a3351f3b02eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/334a3351f3b02eaa","status":"passed","time":{"start":1728597503922,"stop":1728597503923,"duration":1}}]},"33b0eaa484533a75b9d5d32b41dcce04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61c512dd9fe788d8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/61c512dd9fe788d8","status":"passed","time":{"start":1729034402281,"stop":1729034402284,"duration":3}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1324414a36b19823","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1324414a36b19823","status":"passed","time":{"start":1729034703312,"stop":1729034703312,"duration":0}},{"uid":"587632e7c444ddd8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/587632e7c444ddd8","status":"passed","time":{"start":1729034475277,"stop":1729034475277,"duration":0}},{"uid":"5bdd733a6f2c3b92","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5bdd733a6f2c3b92","status":"passed","time":{"start":1729034392404,"stop":1729034392404,"duration":0}},{"uid":"3e339eb245e48367","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3e339eb245e48367","status":"passed","time":{"start":1729034208295,"stop":1729034208295,"duration":0}},{"uid":"3b84329af47817c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3b84329af47817c0","status":"passed","time":{"start":1729032257076,"stop":1729032257077,"duration":1}},{"uid":"40a9f94992e9a18d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40a9f94992e9a18d","status":"passed","time":{"start":1728902024013,"stop":1728902024013,"duration":0}},{"uid":"a5250d56e3293ef0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a5250d56e3293ef0","status":"passed","time":{"start":1728893455130,"stop":1728893455130,"duration":0}},{"uid":"c1317abe6985b55d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c1317abe6985b55d","status":"passed","time":{"start":1728856404967,"stop":1728856404967,"duration":0}},{"uid":"c58315119643cd14","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c58315119643cd14","status":"passed","time":{"start":1728738634670,"stop":1728738634670,"duration":0}},{"uid":"110357b94b2b84e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/110357b94b2b84e6","status":"passed","time":{"start":1728683163621,"stop":1728683163621,"duration":0}},{"uid":"40138b8309dcf6c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/40138b8309dcf6c","status":"passed","time":{"start":1728682737543,"stop":1728682737543,"duration":0}},{"uid":"f020eed60103dc2d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f020eed60103dc2d","status":"passed","time":{"start":1728677222568,"stop":1728677222568,"duration":0}},{"uid":"10314b2a2477f77a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/10314b2a2477f77a","status":"passed","time":{"start":1728669905045,"stop":1728669905045,"duration":0}},{"uid":"70d17672e697b0ae","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70d17672e697b0ae","status":"passed","time":{"start":1728598284367,"stop":1728598284367,"duration":0}},{"uid":"f44ac9a732bda57a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f44ac9a732bda57a","status":"passed","time":{"start":1728597506831,"stop":1728597506831,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"495dea3c216ec2ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/495dea3c216ec2ef","status":"passed","time":{"start":1729034340751,"stop":1729034340752,"duration":1}},{"uid":"1a533dd679ea8f92","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1a533dd679ea8f92","status":"passed","time":{"start":1729034104154,"stop":1729034104165,"duration":11}},{"uid":"75d9d8276a0c7d73","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/75d9d8276a0c7d73","status":"passed","time":{"start":1729034027735,"stop":1729034027736,"duration":1}},{"uid":"dc2800ea6245855b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dc2800ea6245855b","status":"passed","time":{"start":1729033842339,"stop":1729033842340,"duration":1}},{"uid":"5551f17ee71a7499","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5551f17ee71a7499","status":"passed","time":{"start":1729031892042,"stop":1729031892043,"duration":1}},{"uid":"818272f9abf52fa6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/818272f9abf52fa6","status":"passed","time":{"start":1728901438023,"stop":1728901438024,"duration":1}},{"uid":"b60170d73ee98be2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b60170d73ee98be2","status":"passed","time":{"start":1728892868229,"stop":1728892868229,"duration":0}},{"uid":"ceac6fd7d40913c5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ceac6fd7d40913c5","status":"passed","time":{"start":1728855831076,"stop":1728855831076,"duration":0}},{"uid":"96ffeea527f596e9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/96ffeea527f596e9","status":"passed","time":{"start":1728738048435,"stop":1728738048436,"duration":1}},{"uid":"e50de4bf657dcc95","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e50de4bf657dcc95","status":"passed","time":{"start":1728682581837,"stop":1728682581838,"duration":1}},{"uid":"30657f6e3073b77d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/30657f6e3073b77d","status":"passed","time":{"start":1728682154704,"stop":1728682154704,"duration":0}},{"uid":"a62423958d5cfb88","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a62423958d5cfb88","status":"passed","time":{"start":1728676629293,"stop":1728676629293,"duration":0}},{"uid":"39562669ea48fe4f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39562669ea48fe4f","status":"passed","time":{"start":1728669352207,"stop":1728669352207,"duration":0}},{"uid":"6797414ce8322379","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6797414ce8322379","status":"passed","time":{"start":1728597693010,"stop":1728597693011,"duration":1}},{"uid":"42a2f0c0c8095bb6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42a2f0c0c8095bb6","status":"passed","time":{"start":1728596912511,"stop":1728596912512,"duration":1}}]},"4a3601576f4bff4fc8218fc3126857a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e13f6b3906567308","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e13f6b3906567308","status":"passed","time":{"start":1728856263074,"stop":1728856263077,"duration":3}}]},"57e8e2bd3cc3c90c944a3db90aca1666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d0234d5fb341fbbe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0234d5fb341fbbe","status":"passed","time":{"start":1729034332634,"stop":1729034332634,"duration":0}},{"uid":"8a254588714da533","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a254588714da533","status":"passed","time":{"start":1729034096135,"stop":1729034096135,"duration":0}},{"uid":"d8288aa3d35975f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d8288aa3d35975f","status":"passed","time":{"start":1729034020092,"stop":1729034020092,"duration":0}},{"uid":"1dabfc48d9851cee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1dabfc48d9851cee","status":"passed","time":{"start":1729033834388,"stop":1729033834388,"duration":0}},{"uid":"e69105bcfbe3b421","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e69105bcfbe3b421","status":"passed","time":{"start":1729031884121,"stop":1729031884122,"duration":1}},{"uid":"366c528f0b359a05","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/366c528f0b359a05","status":"passed","time":{"start":1728901430256,"stop":1728901430256,"duration":0}},{"uid":"8b86ee7d0dfa20bb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8b86ee7d0dfa20bb","status":"passed","time":{"start":1728892860534,"stop":1728892860534,"duration":0}},{"uid":"abe68a6def36a3ae","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/abe68a6def36a3ae","status":"passed","time":{"start":1728855823324,"stop":1728855823324,"duration":0}},{"uid":"798cda51c55ed326","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/798cda51c55ed326","status":"passed","time":{"start":1728738040604,"stop":1728738040604,"duration":0}},{"uid":"2a4b42bff62fc08e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2a4b42bff62fc08e","status":"passed","time":{"start":1728682574095,"stop":1728682574095,"duration":0}},{"uid":"d1cccad0586d2f61","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d1cccad0586d2f61","status":"passed","time":{"start":1728682146819,"stop":1728682146820,"duration":1}},{"uid":"7ec8a1185a03c72f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7ec8a1185a03c72f","status":"passed","time":{"start":1728676621434,"stop":1728676621434,"duration":0}},{"uid":"4baaf8f1e472f452","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4baaf8f1e472f452","status":"passed","time":{"start":1728669344469,"stop":1728669344470,"duration":1}},{"uid":"13a22060a38c6549","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/13a22060a38c6549","status":"passed","time":{"start":1728597685163,"stop":1728597685163,"duration":0}},{"uid":"43ee470a44d02d97","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/43ee470a44d02d97","status":"passed","time":{"start":1728596904470,"stop":1728596904470,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"98362ad7f489ad77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/98362ad7f489ad77","status":"passed","time":{"start":1729034696865,"stop":1729034696865,"duration":0}},{"uid":"495c5c3ce604166b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/495c5c3ce604166b","status":"passed","time":{"start":1729034470061,"stop":1729034470061,"duration":0}},{"uid":"49cc5f14ab701308","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/49cc5f14ab701308","status":"passed","time":{"start":1729034388868,"stop":1729034388869,"duration":1}},{"uid":"261bc53f91ccb13","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/261bc53f91ccb13","status":"passed","time":{"start":1729034213018,"stop":1729034213019,"duration":1}},{"uid":"ee28d292ffadbe60","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ee28d292ffadbe60","status":"passed","time":{"start":1729032269102,"stop":1729032269102,"duration":0}},{"uid":"88aae2f012c29d8d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/88aae2f012c29d8d","status":"passed","time":{"start":1728902000841,"stop":1728902000842,"duration":1}},{"uid":"7d576c5159506dfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7d576c5159506dfd","status":"passed","time":{"start":1728893442594,"stop":1728893442595,"duration":1}},{"uid":"8f54971c2c170322","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f54971c2c170322","status":"passed","time":{"start":1728856386639,"stop":1728856386640,"duration":1}},{"uid":"216546e903638054","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/216546e903638054","status":"passed","time":{"start":1728738608586,"stop":1728738608586,"duration":0}},{"uid":"ef9c38463e61a741","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ef9c38463e61a741","status":"passed","time":{"start":1728683148169,"stop":1728683148172,"duration":3}},{"uid":"5aa4c2aa937f77ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5aa4c2aa937f77ea","status":"passed","time":{"start":1728682709056,"stop":1728682709057,"duration":1}},{"uid":"c8fa15ea60d80c5b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c8fa15ea60d80c5b","status":"passed","time":{"start":1728677206655,"stop":1728677206655,"duration":0}},{"uid":"511b68b1be4f6549","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/511b68b1be4f6549","status":"passed","time":{"start":1728669888549,"stop":1728669888549,"duration":0}},{"uid":"1889a17e3d2354b8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1889a17e3d2354b8","status":"passed","time":{"start":1728598268130,"stop":1728598268131,"duration":1}},{"uid":"f9bff31ceea90dc6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f9bff31ceea90dc6","status":"passed","time":{"start":1728597478032,"stop":1728597478033,"duration":1}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8a0ff36e7d1e3863","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a0ff36e7d1e3863","status":"passed","time":{"start":1729034682672,"stop":1729034682673,"duration":1}},{"uid":"202c077ea1f9aee5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/202c077ea1f9aee5","status":"passed","time":{"start":1729034452183,"stop":1729034452183,"duration":0}},{"uid":"6bcc248611534c45","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6bcc248611534c45","status":"passed","time":{"start":1729034373079,"stop":1729034373079,"duration":0}},{"uid":"6095a844312138d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6095a844312138d6","status":"passed","time":{"start":1729034188117,"stop":1729034188117,"duration":0}},{"uid":"3c4d462a76434bed","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c4d462a76434bed","status":"passed","time":{"start":1729032231863,"stop":1729032231863,"duration":0}},{"uid":"191f0b4372216e06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/191f0b4372216e06","status":"passed","time":{"start":1728901989565,"stop":1728901989565,"duration":0}},{"uid":"10d49399f856d237","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/10d49399f856d237","status":"passed","time":{"start":1728893424898,"stop":1728893424898,"duration":0}},{"uid":"4900507812796526","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4900507812796526","status":"passed","time":{"start":1728856376683,"stop":1728856376683,"duration":0}},{"uid":"ef2e56d0ee5a62d1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ef2e56d0ee5a62d1","status":"passed","time":{"start":1728738593959,"stop":1728738593960,"duration":1}},{"uid":"5066feb32fbad7fb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5066feb32fbad7fb","status":"passed","time":{"start":1728683135336,"stop":1728683135337,"duration":1}},{"uid":"9f8b0ff5a5b1708f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9f8b0ff5a5b1708f","status":"passed","time":{"start":1728682692588,"stop":1728682692589,"duration":1}},{"uid":"be87e139dcb6180e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/be87e139dcb6180e","status":"passed","time":{"start":1728677194228,"stop":1728677194228,"duration":0}},{"uid":"13449f609a322998","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/13449f609a322998","status":"passed","time":{"start":1728669874423,"stop":1728669874423,"duration":0}},{"uid":"e40472829a449960","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e40472829a449960","status":"passed","time":{"start":1728598257460,"stop":1728598257461,"duration":1}},{"uid":"282ce0698b8fb3e2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/282ce0698b8fb3e2","status":"passed","time":{"start":1728597471283,"stop":1728597471283,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5c2171b47d8513da","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5c2171b47d8513da","status":"passed","time":{"start":1729034356476,"stop":1729034356477,"duration":1}},{"uid":"89aba783edd58b09","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89aba783edd58b09","status":"passed","time":{"start":1729034120502,"stop":1729034120502,"duration":0}},{"uid":"c2401e130914b758","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2401e130914b758","status":"passed","time":{"start":1729033858272,"stop":1729033858273,"duration":1}},{"uid":"94df13deafe132cb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/94df13deafe132cb","status":"passed","time":{"start":1729031908178,"stop":1729031908178,"duration":0}},{"uid":"6751533f0d2822d9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6751533f0d2822d9","status":"passed","time":{"start":1728901453935,"stop":1728901453935,"duration":0}},{"uid":"4b7d82c79947625c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4b7d82c79947625c","status":"passed","time":{"start":1728892884411,"stop":1728892884412,"duration":1}},{"uid":"985fd48d47ffa0ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/985fd48d47ffa0ca","status":"passed","time":{"start":1728855846880,"stop":1728855846880,"duration":0}},{"uid":"62c34e9160ddc728","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/62c34e9160ddc728","status":"passed","time":{"start":1728738064184,"stop":1728738064184,"duration":0}},{"uid":"89842d165731a5d7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/89842d165731a5d7","status":"passed","time":{"start":1728682597762,"stop":1728682597763,"duration":1}},{"uid":"6daf527daeeeae59","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6daf527daeeeae59","status":"passed","time":{"start":1728682170541,"stop":1728682170541,"duration":0}},{"uid":"b37c47bad40c9c98","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b37c47bad40c9c98","status":"passed","time":{"start":1728676645201,"stop":1728676645201,"duration":0}},{"uid":"522e27ab2f97707b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/522e27ab2f97707b","status":"passed","time":{"start":1728669368196,"stop":1728669368196,"duration":0}},{"uid":"86a01cb67064d31c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/86a01cb67064d31c","status":"passed","time":{"start":1728597709013,"stop":1728597709013,"duration":0}},{"uid":"e2057790f51587a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e2057790f51587a7","status":"passed","time":{"start":1728596928107,"stop":1728596928108,"duration":1}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"bee078d2c7c5da39","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bee078d2c7c5da39","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034356478,"stop":1729034356478,"duration":0}},{"uid":"fbe5a50162a41507","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fbe5a50162a41507","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034120503,"stop":1729034120503,"duration":0}},{"uid":"b6869e290b8f8d23","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6869e290b8f8d23","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033858274,"stop":1729033858274,"duration":0}},{"uid":"ea351abde7b7b7d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ea351abde7b7b7d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031908179,"stop":1729031908179,"duration":0}},{"uid":"198eaf233d4d2a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/198eaf233d4d2a6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901453936,"stop":1728901453936,"duration":0}},{"uid":"b61432b0eec030eb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b61432b0eec030eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892884412,"stop":1728892884413,"duration":1}},{"uid":"a06cd126fe1efa06","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a06cd126fe1efa06","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855846881,"stop":1728855846881,"duration":0}},{"uid":"f9ca30715d0a5c6b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f9ca30715d0a5c6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738064185,"stop":1728738064185,"duration":0}},{"uid":"78aee8dd9a5b37ff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/78aee8dd9a5b37ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682597764,"stop":1728682597764,"duration":0}},{"uid":"15f7a7fed72e0228","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/15f7a7fed72e0228","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682170542,"stop":1728682170542,"duration":0}},{"uid":"80d8be015dcf024a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/80d8be015dcf024a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676645202,"stop":1728676645203,"duration":1}},{"uid":"1ed4214a5b944751","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1ed4214a5b944751","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669368197,"stop":1728669368197,"duration":0}},{"uid":"a5d88917477b72c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a5d88917477b72c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597709014,"stop":1728597709014,"duration":0}},{"uid":"aacf71c5aad37b62","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/aacf71c5aad37b62","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596928108,"stop":1728596928109,"duration":1}}]},"41779e903ab25562a7ad15e62d6d48ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2b829862560e811","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e2b829862560e811","status":"passed","time":{"start":1729034428558,"stop":1729034428558,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"807bfab0ab7db6ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/807bfab0ab7db6ac","status":"passed","time":{"start":1729034472932,"stop":1729034472939,"duration":7}},{"uid":"91901ac391f48f09","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/91901ac391f48f09","status":"passed","time":{"start":1729034240907,"stop":1729034240907,"duration":0}},{"uid":"1e5ad13676f6fa39","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1e5ad13676f6fa39","status":"passed","time":{"start":1729034159609,"stop":1729034159610,"duration":1}},{"uid":"cf7855c67c532be8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cf7855c67c532be8","status":"passed","time":{"start":1729033976777,"stop":1729033976778,"duration":1}},{"uid":"46da2b9706cf80ca","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/46da2b9706cf80ca","status":"passed","time":{"start":1729032020507,"stop":1729032020508,"duration":1}},{"uid":"18d270b4420a98bf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/18d270b4420a98bf","status":"passed","time":{"start":1728901616424,"stop":1728901616425,"duration":1}},{"uid":"2fdbd1e58874951","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2fdbd1e58874951","status":"passed","time":{"start":1728893050239,"stop":1728893050239,"duration":0}},{"uid":"4b32a9e0d1051b8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4b32a9e0d1051b8","status":"passed","time":{"start":1728856015166,"stop":1728856015166,"duration":0}},{"uid":"13585c0a2a7946a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/13585c0a2a7946a2","status":"passed","time":{"start":1728738233129,"stop":1728738233131,"duration":2}},{"uid":"4a8b83950b48abee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4a8b83950b48abee","status":"passed","time":{"start":1728682762462,"stop":1728682762462,"duration":0}},{"uid":"7cc748cce4523e5f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7cc748cce4523e5f","status":"passed","time":{"start":1728682332781,"stop":1728682332781,"duration":0}},{"uid":"dbcd06561fb10c53","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dbcd06561fb10c53","status":"passed","time":{"start":1728676810285,"stop":1728676810285,"duration":0}},{"uid":"a77b50f98ed2f41b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a77b50f98ed2f41b","status":"passed","time":{"start":1728669529888,"stop":1728669529888,"duration":0}},{"uid":"332bdf1f517641f0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/332bdf1f517641f0","status":"passed","time":{"start":1728597873527,"stop":1728597873527,"duration":0}},{"uid":"aa7bf88e43fd457","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/aa7bf88e43fd457","status":"passed","time":{"start":1728597089268,"stop":1728597089268,"duration":0}}]},"cef07f1ff92137e1df43911a61443a69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d542d150995e90e3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d542d150995e90e3","status":"passed","time":{"start":1729034656464,"stop":1729034656464,"duration":0}}]},"608aad3811c900692e069537e22e4721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9520941322e43c86","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9520941322e43c86","status":"passed","time":{"start":1728893329037,"stop":1728893329037,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"eae4aa728e4a866","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eae4aa728e4a866","status":"passed","time":{"start":1729034704503,"stop":1729034704503,"duration":0}},{"uid":"647eba326c4501b5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/647eba326c4501b5","status":"passed","time":{"start":1729034474997,"stop":1729034474997,"duration":0}},{"uid":"70a9c47a48db24e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/70a9c47a48db24e9","status":"passed","time":{"start":1729034395297,"stop":1729034395297,"duration":0}},{"uid":"2bb240d3c946a1f7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2bb240d3c946a1f7","status":"passed","time":{"start":1729034209110,"stop":1729034209111,"duration":1}},{"uid":"dcf9b01f0600ab64","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dcf9b01f0600ab64","status":"passed","time":{"start":1729032264579,"stop":1729032264579,"duration":0}},{"uid":"c368b9ad1d62d725","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c368b9ad1d62d725","status":"passed","time":{"start":1728902012870,"stop":1728902012870,"duration":0}},{"uid":"f404347b035b04f1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f404347b035b04f1","status":"passed","time":{"start":1728893454820,"stop":1728893454821,"duration":1}},{"uid":"88b5819e0d1e735","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/88b5819e0d1e735","status":"passed","time":{"start":1728856408463,"stop":1728856408463,"duration":0}},{"uid":"8b641bbb39c0bd3f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8b641bbb39c0bd3f","status":"passed","time":{"start":1728738633864,"stop":1728738633864,"duration":0}},{"uid":"dcfcc8f3ed0637","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dcfcc8f3ed0637","status":"passed","time":{"start":1728683159802,"stop":1728683159803,"duration":1}},{"uid":"aa0e0762dbf65c15","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aa0e0762dbf65c15","status":"passed","time":{"start":1728682751339,"stop":1728682751339,"duration":0}},{"uid":"1078e63d462bfbc9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1078e63d462bfbc9","status":"passed","time":{"start":1728677216373,"stop":1728677216373,"duration":0}},{"uid":"1c07cce1b1438d36","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1c07cce1b1438d36","status":"passed","time":{"start":1728669925460,"stop":1728669925461,"duration":1}},{"uid":"42007306caf8689","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/42007306caf8689","status":"passed","time":{"start":1728598268816,"stop":1728598268816,"duration":0}},{"uid":"e334141119a63b1f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e334141119a63b1f","status":"passed","time":{"start":1728597503944,"stop":1728597503944,"duration":0}}]},"8c2ebee35228783c841808ec7cb2ce93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5366d118ada4a64b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5366d118ada4a64b","status":"passed","time":{"start":1728597434077,"stop":1728597434078,"duration":1}}]},"cd945cb757b92cbdedc4f79d70a85814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c504c8ec80220a69","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c504c8ec80220a69","status":"passed","time":{"start":1728682381285,"stop":1728682381285,"duration":0}}]},"2cdeb2f381cef25b811fefd3775d740b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61bd76ede1ecca97","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/61bd76ede1ecca97","status":"passed","time":{"start":1729034443509,"stop":1729034443509,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d7c48e847a7f07ad","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d7c48e847a7f07ad","status":"passed","time":{"start":1729034398717,"stop":1729034398720,"duration":3}},{"uid":"4cbd804a726e2a0f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4cbd804a726e2a0f","status":"passed","time":{"start":1729034163591,"stop":1729034163592,"duration":1}},{"uid":"4516b5020b1ab897","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4516b5020b1ab897","status":"passed","time":{"start":1729034085355,"stop":1729034085356,"duration":1}},{"uid":"4392f2ed8b39a49d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4392f2ed8b39a49d","status":"passed","time":{"start":1729033899382,"stop":1729033899383,"duration":1}},{"uid":"10f6a686cc61c48","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/10f6a686cc61c48","status":"passed","time":{"start":1729031949745,"stop":1729031949748,"duration":3}},{"uid":"45641b7374b2b976","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/45641b7374b2b976","status":"passed","time":{"start":1728901497248,"stop":1728901497249,"duration":1}},{"uid":"cdd2b7aaf2e3706f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cdd2b7aaf2e3706f","status":"passed","time":{"start":1728892931614,"stop":1728892931615,"duration":1}},{"uid":"c02c8622538029f0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c02c8622538029f0","status":"passed","time":{"start":1728855891084,"stop":1728855891085,"duration":1}},{"uid":"d70aefe4fe53eb04","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d70aefe4fe53eb04","status":"passed","time":{"start":1728738108304,"stop":1728738108305,"duration":1}},{"uid":"257c9725d2cf8a82","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/257c9725d2cf8a82","status":"passed","time":{"start":1728682642731,"stop":1728682642731,"duration":0}},{"uid":"cac7d9d6327731ab","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cac7d9d6327731ab","status":"passed","time":{"start":1728682214716,"stop":1728682214717,"duration":1}},{"uid":"96d5fcc099373fdf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/96d5fcc099373fdf","status":"passed","time":{"start":1728676692176,"stop":1728676692178,"duration":2}},{"uid":"a5957da733b5aa7c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a5957da733b5aa7c","status":"passed","time":{"start":1728669416672,"stop":1728669416672,"duration":0}},{"uid":"464bf571077a8a23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/464bf571077a8a23","status":"passed","time":{"start":1728597754024,"stop":1728597754024,"duration":0}},{"uid":"f88e5dfa78efef7c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f88e5dfa78efef7c","status":"passed","time":{"start":1728596972640,"stop":1728596972641,"duration":1}}]},"9443fdbefccaf41c7520c31e9bc23de4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40cfbff0ecc58dac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/40cfbff0ecc58dac","status":"passed","time":{"start":1728677156815,"stop":1728677156816,"duration":1}}]},"e32709c38045de376471c99b313bc86f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8030b3609083d784","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8030b3609083d784","status":"passed","time":{"start":1728677103495,"stop":1728677103495,"duration":0}}]},"1939f3c31ab4a50d0a89a88e1d6e0a06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c158aafd59dfaad5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c158aafd59dfaad5","status":"passed","time":{"start":1728893395081,"stop":1728893395081,"duration":0}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7936feca9dd7b9dc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7936feca9dd7b9dc","status":"passed","time":{"start":1729034703310,"stop":1729034703311,"duration":1}},{"uid":"ab5b10d0d783a591","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ab5b10d0d783a591","status":"passed","time":{"start":1729034475271,"stop":1729034475272,"duration":1}},{"uid":"3e5793538342b2c1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3e5793538342b2c1","status":"passed","time":{"start":1729034392402,"stop":1729034392403,"duration":1}},{"uid":"7b657d1f2ed19eab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b657d1f2ed19eab","status":"passed","time":{"start":1729034208294,"stop":1729034208294,"duration":0}},{"uid":"3d39d4b02496210d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3d39d4b02496210d","status":"passed","time":{"start":1729032257066,"stop":1729032257066,"duration":0}},{"uid":"8e4005159a9565c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e4005159a9565c","status":"passed","time":{"start":1728902024012,"stop":1728902024012,"duration":0}},{"uid":"211fea8ea929ff73","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/211fea8ea929ff73","status":"passed","time":{"start":1728893455129,"stop":1728893455129,"duration":0}},{"uid":"31c4f02192c8eac0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/31c4f02192c8eac0","status":"passed","time":{"start":1728856404962,"stop":1728856404966,"duration":4}},{"uid":"4fc49df16b4d3d46","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4fc49df16b4d3d46","status":"passed","time":{"start":1728738634668,"stop":1728738634668,"duration":0}},{"uid":"4287d0daad56e694","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4287d0daad56e694","status":"passed","time":{"start":1728683163620,"stop":1728683163620,"duration":0}},{"uid":"381074811ab37386","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/381074811ab37386","status":"passed","time":{"start":1728682737540,"stop":1728682737541,"duration":1}},{"uid":"e8c0b1a4b855acf6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8c0b1a4b855acf6","status":"passed","time":{"start":1728677222567,"stop":1728677222567,"duration":0}},{"uid":"8a8c5a9b3a36b2e9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8a8c5a9b3a36b2e9","status":"passed","time":{"start":1728669905038,"stop":1728669905041,"duration":3}},{"uid":"9815d9d19f91725a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9815d9d19f91725a","status":"passed","time":{"start":1728598284365,"stop":1728598284366,"duration":1}},{"uid":"e111774029d11cf8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e111774029d11cf8","status":"passed","time":{"start":1728597506830,"stop":1728597506830,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3da90664d058291b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3da90664d058291b","status":"passed","time":{"start":1729034640523,"stop":1729034640524,"duration":1}},{"uid":"b2840595b89c920a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b2840595b89c920a","status":"passed","time":{"start":1729034411423,"stop":1729034411424,"duration":1}},{"uid":"12fc80e9d113165","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/12fc80e9d113165","status":"passed","time":{"start":1729034327403,"stop":1729034327404,"duration":1}},{"uid":"1ded228d114cc53b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ded228d114cc53b","status":"passed","time":{"start":1729034147774,"stop":1729034147774,"duration":0}},{"uid":"26bac947750ef726","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/26bac947750ef726","status":"passed","time":{"start":1729032204828,"stop":1729032204828,"duration":0}},{"uid":"723c1512a4eeb316","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/723c1512a4eeb316","status":"passed","time":{"start":1728901907701,"stop":1728901907701,"duration":0}},{"uid":"b92e4c337fe3df7c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b92e4c337fe3df7c","status":"passed","time":{"start":1728893341888,"stop":1728893341889,"duration":1}},{"uid":"f73baedefbef9a2e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f73baedefbef9a2e","status":"passed","time":{"start":1728856299371,"stop":1728856299371,"duration":0}},{"uid":"31e7223290f785f4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/31e7223290f785f4","status":"passed","time":{"start":1728738511617,"stop":1728738511618,"duration":1}},{"uid":"98b1a9793ee6b655","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/98b1a9793ee6b655","status":"passed","time":{"start":1728683052911,"stop":1728683052911,"duration":0}},{"uid":"92d11d985f6d896b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/92d11d985f6d896b","status":"passed","time":{"start":1728682612911,"stop":1728682612911,"duration":0}},{"uid":"77c55e8cb07df8c9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/77c55e8cb07df8c9","status":"passed","time":{"start":1728677115746,"stop":1728677115747,"duration":1}},{"uid":"ed43669b1d9a262b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed43669b1d9a262b","status":"passed","time":{"start":1728669778175,"stop":1728669778175,"duration":0}},{"uid":"1458058383bceda8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1458058383bceda8","status":"passed","time":{"start":1728598175433,"stop":1728598175433,"duration":0}},{"uid":"1e4f8a365a258eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1e4f8a365a258eaa","status":"passed","time":{"start":1728597380061,"stop":1728597380061,"duration":0}}]},"fce0a4005cb7ed409b188da574ac0a05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"beaf76cd9f000aa8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/beaf76cd9f000aa8","status":"passed","time":{"start":1729034636315,"stop":1729034636315,"duration":0}}]},"099c6e7b5f7486a3865256d674cef0e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11bdc047ce3ac172","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/11bdc047ce3ac172","status":"passed","time":{"start":1729034177534,"stop":1729034177534,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a161e6cd52c9f67c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a161e6cd52c9f67c","status":"passed","time":{"start":1729034432451,"stop":1729034432452,"duration":1}},{"uid":"f8f46158b5a7524","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f8f46158b5a7524","status":"passed","time":{"start":1729034119308,"stop":1729034119308,"duration":0}},{"uid":"cc009a12a1f848ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc009a12a1f848ca","status":"passed","time":{"start":1729033933482,"stop":1729033933482,"duration":0}},{"uid":"5fa0a65ef258fe79","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fa0a65ef258fe79","status":"passed","time":{"start":1729031982935,"stop":1729031982935,"duration":0}},{"uid":"5ea84d1e82d72209","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5ea84d1e82d72209","status":"passed","time":{"start":1728901527861,"stop":1728901527862,"duration":1}},{"uid":"2fd8daae0f5ee183","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2fd8daae0f5ee183","status":"passed","time":{"start":1728892960142,"stop":1728892960142,"duration":0}},{"uid":"8e65187e128fced3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8e65187e128fced3","status":"passed","time":{"start":1728855921716,"stop":1728855921716,"duration":0}},{"uid":"8e95dc59b82f8c9d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8e95dc59b82f8c9d","status":"passed","time":{"start":1728738138434,"stop":1728738138434,"duration":0}},{"uid":"17d9056d830f175e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/17d9056d830f175e","status":"passed","time":{"start":1728682672254,"stop":1728682672255,"duration":1}},{"uid":"876fa15dd1e5b035","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/876fa15dd1e5b035","status":"passed","time":{"start":1728682245077,"stop":1728682245077,"duration":0}},{"uid":"68461b2b4b9584bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/68461b2b4b9584bc","status":"passed","time":{"start":1728676721301,"stop":1728676721302,"duration":1}},{"uid":"97a800850908c478","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97a800850908c478","status":"passed","time":{"start":1728669444565,"stop":1728669444566,"duration":1}},{"uid":"7c3b004c84243a7f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c3b004c84243a7f","status":"passed","time":{"start":1728597784077,"stop":1728597784078,"duration":1}},{"uid":"c4a1b78f8f7c953f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c4a1b78f8f7c953f","status":"passed","time":{"start":1728597001552,"stop":1728597001552,"duration":0}}]},"577ca2ea18faf377a78195e0f0aa143c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"b754c72e64a6e5aa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b754c72e64a6e5aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473212,"stop":1729034473213,"duration":1}},{"uid":"923589b1fca984b0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/923589b1fca984b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241155,"stop":1729034241157,"duration":2}},{"uid":"6813ccfa0b6b43db","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6813ccfa0b6b43db","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159972,"stop":1729034159972,"duration":0}},{"uid":"8b7188cb770d7c92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b7188cb770d7c92","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977063,"stop":1729033977063,"duration":0}},{"uid":"4f3a7514acda180","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f3a7514acda180","status":"passed","time":{"start":1729032093781,"stop":1729032093782,"duration":1}},{"uid":"8bf437b212ad355d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8bf437b212ad355d","status":"passed","time":{"start":1728901748772,"stop":1728901748772,"duration":0}},{"uid":"7e02634a640edac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7e02634a640edac","status":"passed","time":{"start":1728893181084,"stop":1728893181084,"duration":0}},{"uid":"3c2473c8093f2e9b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c2473c8093f2e9b","status":"passed","time":{"start":1728856155550,"stop":1728856155550,"duration":0}},{"uid":"746f210e6ad58989","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/746f210e6ad58989","status":"passed","time":{"start":1728738360283,"stop":1728738360284,"duration":1}},{"uid":"a5a9bda857b98a95","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a5a9bda857b98a95","status":"passed","time":{"start":1728682907221,"stop":1728682907221,"duration":0}},{"uid":"5478d1dbded71ea9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5478d1dbded71ea9","status":"passed","time":{"start":1728682466730,"stop":1728682466731,"duration":1}},{"uid":"cb812853deb16796","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cb812853deb16796","status":"passed","time":{"start":1728676955720,"stop":1728676955721,"duration":1}},{"uid":"538b570cd826eca","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/538b570cd826eca","status":"passed","time":{"start":1728598013533,"stop":1728598013533,"duration":0}},{"uid":"47c8529098b5babd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47c8529098b5babd","status":"passed","time":{"start":1728597225198,"stop":1728597225198,"duration":0}}]},"00e65cff4ceb604a8dd090eded0afb3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98b3a87e7dc729c8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/98b3a87e7dc729c8","status":"passed","time":{"start":1728738567467,"stop":1728738567467,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"78c6909dabc5d152","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/78c6909dabc5d152","status":"passed","time":{"start":1729034558119,"stop":1729034558119,"duration":0}},{"uid":"fdca1f8cfa33b4e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fdca1f8cfa33b4e8","status":"passed","time":{"start":1729034245521,"stop":1729034245522,"duration":1}},{"uid":"3f630ff3c83cd572","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f630ff3c83cd572","status":"passed","time":{"start":1729034063495,"stop":1729034063495,"duration":0}},{"uid":"e8698b1a10dea0aa","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8698b1a10dea0aa","status":"passed","time":{"start":1729032122636,"stop":1729032122636,"duration":0}},{"uid":"fd7b48c42f14ecfb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd7b48c42f14ecfb","status":"passed","time":{"start":1728901785627,"stop":1728901785631,"duration":4}},{"uid":"9ac6ff99b15c2cef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9ac6ff99b15c2cef","status":"passed","time":{"start":1728893218774,"stop":1728893218774,"duration":0}},{"uid":"46f2da394b08660b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46f2da394b08660b","status":"passed","time":{"start":1728856192660,"stop":1728856192660,"duration":0}},{"uid":"cd774ac4410170c8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cd774ac4410170c8","status":"passed","time":{"start":1728738398087,"stop":1728738398087,"duration":0}},{"uid":"660c73e4c8079f17","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/660c73e4c8079f17","status":"passed","time":{"start":1728682944506,"stop":1728682944508,"duration":2}},{"uid":"820650463fb4cb46","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/820650463fb4cb46","status":"passed","time":{"start":1728682507861,"stop":1728682507862,"duration":1}},{"uid":"90fe87fc56b15766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/90fe87fc56b15766","status":"passed","time":{"start":1728676995527,"stop":1728676995528,"duration":1}},{"uid":"d855a99697281a40","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d855a99697281a40","status":"passed","time":{"start":1728669665536,"stop":1728669665536,"duration":0}},{"uid":"12e4b335c2f6252f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/12e4b335c2f6252f","status":"passed","time":{"start":1728598056480,"stop":1728598056480,"duration":0}},{"uid":"1ea8eabd32a66f89","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ea8eabd32a66f89","status":"passed","time":{"start":1728597264029,"stop":1728597264029,"duration":0}}]},"df5a459dc18250b3885b203ab85ba496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6cf1395509160767","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6cf1395509160767","status":"passed","time":{"start":1729032178381,"stop":1729032178382,"duration":1}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6e60e7764f68b78b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6e60e7764f68b78b","status":"passed","time":{"start":1729034636309,"stop":1729034636310,"duration":1}},{"uid":"1300dbfeeacd63ab","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1300dbfeeacd63ab","status":"passed","time":{"start":1729034402260,"stop":1729034402260,"duration":0}},{"uid":"2bb9026dbf24aa86","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2bb9026dbf24aa86","status":"passed","time":{"start":1729034323283,"stop":1729034323283,"duration":0}},{"uid":"c7447c5b8802ac86","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7447c5b8802ac86","status":"passed","time":{"start":1729034144761,"stop":1729034144761,"duration":0}},{"uid":"7a0583cdb312a8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a0583cdb312a8c","status":"passed","time":{"start":1729032198811,"stop":1729032198812,"duration":1}},{"uid":"effb4e4e3bddc0f9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/effb4e4e3bddc0f9","status":"passed","time":{"start":1728901901752,"stop":1728901901753,"duration":1}},{"uid":"42b148b2b9705084","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/42b148b2b9705084","status":"passed","time":{"start":1728893337237,"stop":1728893337237,"duration":0}},{"uid":"4719fe510763733f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4719fe510763733f","status":"passed","time":{"start":1728856299185,"stop":1728856299185,"duration":0}},{"uid":"171f69740d686092","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/171f69740d686092","status":"passed","time":{"start":1728738505371,"stop":1728738505371,"duration":0}},{"uid":"268ef498b5d0b57e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/268ef498b5d0b57e","status":"passed","time":{"start":1728683045439,"stop":1728683045439,"duration":0}},{"uid":"4d5d5bfb1e5b3a78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4d5d5bfb1e5b3a78","status":"passed","time":{"start":1728682607282,"stop":1728682607283,"duration":1}},{"uid":"6e9eb7b614af2aec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6e9eb7b614af2aec","status":"passed","time":{"start":1728677103488,"stop":1728677103489,"duration":1}},{"uid":"2610603b9f3a2f61","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2610603b9f3a2f61","status":"passed","time":{"start":1728669777112,"stop":1728669777112,"duration":0}},{"uid":"e80285930093665a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e80285930093665a","status":"passed","time":{"start":1728598163462,"stop":1728598163462,"duration":0}},{"uid":"4d2bb3bdb5405f72","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4d2bb3bdb5405f72","status":"passed","time":{"start":1728597375458,"stop":1728597375459,"duration":1}}]},"4f8638119bf6a7653437eddab6db55e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81d2799654167770","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/81d2799654167770","status":"passed","time":{"start":1728677184695,"stop":1728677184696,"duration":1}}]},"c5bbd057f2b356cb3fb82f6901ca0cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5466361abe44e089","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5466361abe44e089","status":"passed","time":{"start":1729034357706,"stop":1729034357707,"duration":1}}]},"d59239ece4fc7a71ecedc4e18d7daef1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c606504182c23f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4c606504182c23f5","status":"passed","time":{"start":1728738505383,"stop":1728738505384,"duration":1}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"41d1fb42303660c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41d1fb42303660c8","status":"passed","time":{"start":1729034341399,"stop":1729034341399,"duration":0}},{"uid":"3a5c19ea1526b4f2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3a5c19ea1526b4f2","status":"passed","time":{"start":1729034104907,"stop":1729034104907,"duration":0}},{"uid":"b87ce8455291f8cd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b87ce8455291f8cd","status":"passed","time":{"start":1729034028504,"stop":1729034028505,"duration":1}},{"uid":"dace930220d137e6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dace930220d137e6","status":"passed","time":{"start":1729033843113,"stop":1729033843113,"duration":0}},{"uid":"57a7cc96d98318f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/57a7cc96d98318f1","status":"passed","time":{"start":1729031892672,"stop":1729031892672,"duration":0}},{"uid":"5e3929fe3965bf5c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5e3929fe3965bf5c","status":"passed","time":{"start":1728901438803,"stop":1728901438803,"duration":0}},{"uid":"c4258e4c8d020d4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c4258e4c8d020d4f","status":"passed","time":{"start":1728892868995,"stop":1728892868995,"duration":0}},{"uid":"5f24f255917ebae","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5f24f255917ebae","status":"passed","time":{"start":1728855831888,"stop":1728855831888,"duration":0}},{"uid":"4cc662ce6f4b0a20","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4cc662ce6f4b0a20","status":"passed","time":{"start":1728738049035,"stop":1728738049035,"duration":0}},{"uid":"200f16655641e9eb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/200f16655641e9eb","status":"passed","time":{"start":1728682582612,"stop":1728682582612,"duration":0}},{"uid":"857e5dd250b2cb2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/857e5dd250b2cb2c","status":"passed","time":{"start":1728682155403,"stop":1728682155403,"duration":0}},{"uid":"87b4a1c9c37d6038","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87b4a1c9c37d6038","status":"passed","time":{"start":1728676629968,"stop":1728676629969,"duration":1}},{"uid":"7f8d7ff530b5f3f4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f8d7ff530b5f3f4","status":"passed","time":{"start":1728669353096,"stop":1728669353096,"duration":0}},{"uid":"a4bc5e528ebff27e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a4bc5e528ebff27e","status":"passed","time":{"start":1728597693841,"stop":1728597693841,"duration":0}},{"uid":"886056b2a7953630","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/886056b2a7953630","status":"passed","time":{"start":1728596913085,"stop":1728596913086,"duration":1}}]},"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"727d999c67c19883","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/727d999c67c19883","status":"passed","time":{"start":1729034332633,"stop":1729034332633,"duration":0}},{"uid":"c3c3455fa922db50","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c3c3455fa922db50","status":"passed","time":{"start":1729034096134,"stop":1729034096135,"duration":1}},{"uid":"e63b792f2b3c29da","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e63b792f2b3c29da","status":"passed","time":{"start":1729034020092,"stop":1729034020092,"duration":0}},{"uid":"ff27a4006fa9f81d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff27a4006fa9f81d","status":"passed","time":{"start":1729033834387,"stop":1729033834388,"duration":1}},{"uid":"21ea9378792d4d9e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/21ea9378792d4d9e","status":"passed","time":{"start":1729031884121,"stop":1729031884121,"duration":0}},{"uid":"e50ec17923842380","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e50ec17923842380","status":"passed","time":{"start":1728901430255,"stop":1728901430255,"duration":0}},{"uid":"d388ca5dbae0db36","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d388ca5dbae0db36","status":"passed","time":{"start":1728892860533,"stop":1728892860533,"duration":0}},{"uid":"ba106aa26117200a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ba106aa26117200a","status":"passed","time":{"start":1728855823323,"stop":1728855823323,"duration":0}},{"uid":"478bf6eaf8308e82","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/478bf6eaf8308e82","status":"passed","time":{"start":1728738040604,"stop":1728738040604,"duration":0}},{"uid":"ba62306f7c0837d6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ba62306f7c0837d6","status":"passed","time":{"start":1728682574094,"stop":1728682574094,"duration":0}},{"uid":"bdcbe3285d2a40b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bdcbe3285d2a40b8","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"b7c0b7c165f6d5d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b7c0b7c165f6d5d","status":"passed","time":{"start":1728676621433,"stop":1728676621433,"duration":0}},{"uid":"f9b5b5569d5b97c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f9b5b5569d5b97c9","status":"passed","time":{"start":1728669344469,"stop":1728669344469,"duration":0}},{"uid":"ac81bf0d6f2ecbaa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ac81bf0d6f2ecbaa","status":"passed","time":{"start":1728597685162,"stop":1728597685163,"duration":1}},{"uid":"e323304f6e5b9321","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e323304f6e5b9321","status":"passed","time":{"start":1728596904469,"stop":1728596904469,"duration":0}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"754cb4c34eef0287","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/754cb4c34eef0287","status":"passed","time":{"start":1729034708552,"stop":1729034708552,"duration":0}},{"uid":"aac088a040be6eb0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aac088a040be6eb0","status":"passed","time":{"start":1729034480292,"stop":1729034480293,"duration":1}},{"uid":"c8187c9e495f488","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c8187c9e495f488","status":"passed","time":{"start":1729034396759,"stop":1729034396759,"duration":0}},{"uid":"34bee88155dd616d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/34bee88155dd616d","status":"passed","time":{"start":1729032277692,"stop":1729032277692,"duration":0}},{"uid":"fd7dfab7a01a5c1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd7dfab7a01a5c1f","status":"passed","time":{"start":1728902034224,"stop":1728902034224,"duration":0}},{"uid":"77ef1884b59eec62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/77ef1884b59eec62","status":"passed","time":{"start":1728893469057,"stop":1728893469057,"duration":0}},{"uid":"96db51590b7e8117","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/96db51590b7e8117","status":"passed","time":{"start":1728856416487,"stop":1728856416488,"duration":1}},{"uid":"c662d4470cf52a38","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c662d4470cf52a38","status":"passed","time":{"start":1728738643170,"stop":1728738643170,"duration":0}},{"uid":"2049696663351127","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2049696663351127","status":"passed","time":{"start":1728683174246,"stop":1728683174246,"duration":0}},{"uid":"e536f48ccfde5c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e536f48ccfde5c9","status":"passed","time":{"start":1728682757801,"stop":1728682757801,"duration":0}},{"uid":"86588b337a57fea1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/86588b337a57fea1","status":"passed","time":{"start":1728677231124,"stop":1728677231124,"duration":0}},{"uid":"56cfec9e4c93710c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/56cfec9e4c93710c","status":"passed","time":{"start":1728669920236,"stop":1728669920237,"duration":1}},{"uid":"82bd172ab7f0e19c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/82bd172ab7f0e19c","status":"passed","time":{"start":1728598298888,"stop":1728598298888,"duration":0}},{"uid":"b86d6c6b1704b40f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b86d6c6b1704b40f","status":"passed","time":{"start":1728597513734,"stop":1728597513734,"duration":0}}]},"ca4c0715a9756df241d617c481e4972f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e1b38c8677a34d63","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e1b38c8677a34d63","status":"passed","time":{"start":1728683093169,"stop":1728683093170,"duration":1}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c7de29dd1e4d3da4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7de29dd1e4d3da4","status":"passed","time":{"start":1729034614967,"stop":1729034614967,"duration":0}},{"uid":"245a42f312133e7f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/245a42f312133e7f","status":"passed","time":{"start":1729034373110,"stop":1729034373111,"duration":1}},{"uid":"266dcdfaa647202a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/266dcdfaa647202a","status":"passed","time":{"start":1729034308036,"stop":1729034308036,"duration":0}},{"uid":"be9c2a7ce7c9511d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be9c2a7ce7c9511d","status":"passed","time":{"start":1729034124336,"stop":1729034124336,"duration":0}},{"uid":"2f47b892c04ec8f3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2f47b892c04ec8f3","status":"passed","time":{"start":1729032177054,"stop":1729032177055,"duration":1}},{"uid":"c8a626be84d7c54d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c8a626be84d7c54d","status":"passed","time":{"start":1728901874867,"stop":1728901874868,"duration":1}},{"uid":"d40f1c7f901a4649","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d40f1c7f901a4649","status":"passed","time":{"start":1728893313877,"stop":1728893313877,"duration":0}},{"uid":"b256ce93701dbc0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b256ce93701dbc0f","status":"passed","time":{"start":1728856265011,"stop":1728856265011,"duration":0}},{"uid":"8292c51f626aae4f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8292c51f626aae4f","status":"passed","time":{"start":1728738486155,"stop":1728738486155,"duration":0}},{"uid":"8b35163fdc77fafe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8b35163fdc77fafe","status":"passed","time":{"start":1728683032646,"stop":1728683032646,"duration":0}},{"uid":"6217710fc30111ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6217710fc30111ac","status":"passed","time":{"start":1728682582821,"stop":1728682582821,"duration":0}},{"uid":"2b8eaab62294117a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b8eaab62294117a","status":"passed","time":{"start":1728677084921,"stop":1728677084921,"duration":0}},{"uid":"ee8aa0a2482d7ffe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ee8aa0a2482d7ffe","status":"passed","time":{"start":1728669757004,"stop":1728669757004,"duration":0}},{"uid":"5b3585b296c1b03","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b3585b296c1b03","status":"passed","time":{"start":1728598139214,"stop":1728598139214,"duration":0}},{"uid":"ea48367ff1a84a6e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea48367ff1a84a6e","status":"passed","time":{"start":1728597351997,"stop":1728597351997,"duration":0}}]},"4ccfc887cfcd483dd0b104fdfe18c029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70d450cbf54e0432","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/70d450cbf54e0432","status":"passed","time":{"start":1728893093692,"stop":1728893093692,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d1184dbea190e5e9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1184dbea190e5e9","status":"passed","time":{"start":1729034708554,"stop":1729034708554,"duration":0}},{"uid":"37be47e4b88c87a9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/37be47e4b88c87a9","status":"passed","time":{"start":1729034480299,"stop":1729034480299,"duration":0}},{"uid":"7e07051115a5093d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7e07051115a5093d","status":"passed","time":{"start":1729034396761,"stop":1729034396761,"duration":0}},{"uid":"e2dbbcf6eeff877c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e2dbbcf6eeff877c","status":"passed","time":{"start":1729032277693,"stop":1729032277694,"duration":1}},{"uid":"5d5064b6a417c27e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5d5064b6a417c27e","status":"passed","time":{"start":1728902034226,"stop":1728902034226,"duration":0}},{"uid":"33209bad6d146bce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/33209bad6d146bce","status":"passed","time":{"start":1728893469058,"stop":1728893469058,"duration":0}},{"uid":"161b9e9c2677cb4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/161b9e9c2677cb4c","status":"passed","time":{"start":1728856416489,"stop":1728856416489,"duration":0}},{"uid":"c73c31b6b982162","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c73c31b6b982162","status":"passed","time":{"start":1728738643171,"stop":1728738643172,"duration":1}},{"uid":"93892997b88f5e58","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/93892997b88f5e58","status":"passed","time":{"start":1728683174248,"stop":1728683174248,"duration":0}},{"uid":"f12c690936f810d5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f12c690936f810d5","status":"passed","time":{"start":1728682757802,"stop":1728682757803,"duration":1}},{"uid":"90bddd23fce98dff","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/90bddd23fce98dff","status":"passed","time":{"start":1728677231126,"stop":1728677231126,"duration":0}},{"uid":"5c120588084ce64c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5c120588084ce64c","status":"passed","time":{"start":1728669920238,"stop":1728669920239,"duration":1}},{"uid":"5fa8314fea930baf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5fa8314fea930baf","status":"passed","time":{"start":1728598298889,"stop":1728598298890,"duration":1}},{"uid":"9f25fb72b3521526","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9f25fb72b3521526","status":"passed","time":{"start":1728597513735,"stop":1728597513735,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5b977a1ba006db2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5b977a1ba006db2c","status":"passed","time":{"start":1729034341400,"stop":1729034341400,"duration":0}},{"uid":"4af5d6e10e4efc94","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4af5d6e10e4efc94","status":"passed","time":{"start":1729034104908,"stop":1729034104909,"duration":1}},{"uid":"495e6fa419affd49","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/495e6fa419affd49","status":"passed","time":{"start":1729034028506,"stop":1729034028506,"duration":0}},{"uid":"23093e0a7e74ffa1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/23093e0a7e74ffa1","status":"passed","time":{"start":1729033843114,"stop":1729033843115,"duration":1}},{"uid":"e287164b4bae056a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e287164b4bae056a","status":"passed","time":{"start":1729031892673,"stop":1729031892674,"duration":1}},{"uid":"ec17da5899d83f1e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec17da5899d83f1e","status":"passed","time":{"start":1728901438805,"stop":1728901438805,"duration":0}},{"uid":"97d11ae4a6728263","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/97d11ae4a6728263","status":"passed","time":{"start":1728892868996,"stop":1728892868996,"duration":0}},{"uid":"27a767f6088058c8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/27a767f6088058c8","status":"passed","time":{"start":1728855831889,"stop":1728855831889,"duration":0}},{"uid":"221b6e033eb474bb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/221b6e033eb474bb","status":"passed","time":{"start":1728738049036,"stop":1728738049036,"duration":0}},{"uid":"12cab0b9c45dad30","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/12cab0b9c45dad30","status":"passed","time":{"start":1728682582614,"stop":1728682582614,"duration":0}},{"uid":"8106c09174a88ec6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8106c09174a88ec6","status":"passed","time":{"start":1728682155404,"stop":1728682155404,"duration":0}},{"uid":"a7268c5cd904cb4a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a7268c5cd904cb4a","status":"passed","time":{"start":1728676629970,"stop":1728676629970,"duration":0}},{"uid":"25c0cd94ccc3884a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25c0cd94ccc3884a","status":"passed","time":{"start":1728669353097,"stop":1728669353098,"duration":1}},{"uid":"4b02db4cf3c560d8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b02db4cf3c560d8","status":"passed","time":{"start":1728597693842,"stop":1728597693842,"duration":0}},{"uid":"1e50e126b2619ddc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1e50e126b2619ddc","status":"passed","time":{"start":1728596913087,"stop":1728596913087,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b6d25c9783cd9d37","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6d25c9783cd9d37","status":"passed","time":{"start":1729034472989,"stop":1729034472990,"duration":1}},{"uid":"93bfeb1ff537aefe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/93bfeb1ff537aefe","status":"passed","time":{"start":1729034240935,"stop":1729034240936,"duration":1}},{"uid":"a60c3378dab24171","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a60c3378dab24171","status":"passed","time":{"start":1729034159629,"stop":1729034159629,"duration":0}},{"uid":"e4e3feb8f31b2695","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e4e3feb8f31b2695","status":"passed","time":{"start":1729033976814,"stop":1729033976815,"duration":1}},{"uid":"e28d593074498f10","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e28d593074498f10","status":"passed","time":{"start":1729032020533,"stop":1729032020533,"duration":0}},{"uid":"49d853414597f112","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/49d853414597f112","status":"passed","time":{"start":1728901616499,"stop":1728901616500,"duration":1}},{"uid":"8e1cb29eee7c8b68","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e1cb29eee7c8b68","status":"passed","time":{"start":1728893050253,"stop":1728893050253,"duration":0}},{"uid":"2475c681a19a3387","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2475c681a19a3387","status":"passed","time":{"start":1728856015184,"stop":1728856015184,"duration":0}},{"uid":"4af16c4d25d267df","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4af16c4d25d267df","status":"passed","time":{"start":1728738233177,"stop":1728738233178,"duration":1}},{"uid":"5178536fd9fad221","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5178536fd9fad221","status":"passed","time":{"start":1728682762484,"stop":1728682762485,"duration":1}},{"uid":"41d2ab24e546fbc2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41d2ab24e546fbc2","status":"passed","time":{"start":1728682332798,"stop":1728682332798,"duration":0}},{"uid":"9f77686d6d0ac9ae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f77686d6d0ac9ae","status":"passed","time":{"start":1728676810305,"stop":1728676810306,"duration":1}},{"uid":"80f7077747ea01e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/80f7077747ea01e","status":"passed","time":{"start":1728669529908,"stop":1728669529909,"duration":1}},{"uid":"861972a5473639df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/861972a5473639df","status":"passed","time":{"start":1728597873545,"stop":1728597873546,"duration":1}},{"uid":"b9580b8e093ec63b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b9580b8e093ec63b","status":"passed","time":{"start":1728597089286,"stop":1728597089286,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d8a544ac4e8be1cb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d8a544ac4e8be1cb","status":"passed","time":{"start":1729034655442,"stop":1729034655442,"duration":0}},{"uid":"aa71ed5e8f4ce859","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aa71ed5e8f4ce859","status":"passed","time":{"start":1729034425376,"stop":1729034425376,"duration":0}},{"uid":"f1dee07f9d05bc94","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f1dee07f9d05bc94","status":"passed","time":{"start":1729034346108,"stop":1729034346108,"duration":0}},{"uid":"c575085c61fb592c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c575085c61fb592c","status":"passed","time":{"start":1729034162414,"stop":1729034162414,"duration":0}},{"uid":"bc948c748c84a6db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bc948c748c84a6db","status":"passed","time":{"start":1729032197322,"stop":1729032197323,"duration":1}},{"uid":"193bf488a2890fa8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/193bf488a2890fa8","status":"passed","time":{"start":1728901899711,"stop":1728901899711,"duration":0}},{"uid":"84737628d6f4fa6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84737628d6f4fa6f","status":"passed","time":{"start":1728893334922,"stop":1728893334922,"duration":0}},{"uid":"25a0310af4bf10b0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/25a0310af4bf10b0","status":"passed","time":{"start":1728856288016,"stop":1728856288016,"duration":0}},{"uid":"3d0fcd11a1acd1ed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3d0fcd11a1acd1ed","status":"passed","time":{"start":1728738501685,"stop":1728738501685,"duration":0}},{"uid":"114deeae7ee954eb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/114deeae7ee954eb","status":"passed","time":{"start":1728683044470,"stop":1728683044486,"duration":16}},{"uid":"c10ad54e7869bbf9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c10ad54e7869bbf9","status":"passed","time":{"start":1728682619632,"stop":1728682619633,"duration":1}},{"uid":"218ac041cd3a79bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/218ac041cd3a79bc","status":"passed","time":{"start":1728677104182,"stop":1728677104183,"duration":1}},{"uid":"5f576169b9655f5b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5f576169b9655f5b","status":"passed","time":{"start":1728669759886,"stop":1728669759887,"duration":1}},{"uid":"cd9e385878948b0a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd9e385878948b0a","status":"passed","time":{"start":1728598164489,"stop":1728598164490,"duration":1}},{"uid":"2070cdc57f243176","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2070cdc57f243176","status":"passed","time":{"start":1728597385264,"stop":1728597385265,"duration":1}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"13ee14eb12124263","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/13ee14eb12124263","status":"passed","time":{"start":1729034472967,"stop":1729034472968,"duration":1}},{"uid":"9ccfe1edc1385340","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9ccfe1edc1385340","status":"passed","time":{"start":1729034240919,"stop":1729034240919,"duration":0}},{"uid":"2f07db9e53d043f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2f07db9e53d043f6","status":"passed","time":{"start":1729034159616,"stop":1729034159616,"duration":0}},{"uid":"e7e7422287d4b82c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7e7422287d4b82c","status":"passed","time":{"start":1729033976800,"stop":1729033976801,"duration":1}},{"uid":"439721546732f7d7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/439721546732f7d7","status":"passed","time":{"start":1729032020519,"stop":1729032020519,"duration":0}},{"uid":"5bd8b82ae31d3ad","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5bd8b82ae31d3ad","status":"passed","time":{"start":1728901616435,"stop":1728901616435,"duration":0}},{"uid":"7336e2826b9b2c55","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7336e2826b9b2c55","status":"passed","time":{"start":1728893050245,"stop":1728893050246,"duration":1}},{"uid":"85417c1336b3ca35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/85417c1336b3ca35","status":"passed","time":{"start":1728856015172,"stop":1728856015172,"duration":0}},{"uid":"5dc9f32bc81c3958","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5dc9f32bc81c3958","status":"passed","time":{"start":1728738233141,"stop":1728738233141,"duration":0}},{"uid":"78bdfa93fef1ff09","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/78bdfa93fef1ff09","status":"passed","time":{"start":1728682762473,"stop":1728682762473,"duration":0}},{"uid":"915c01e93bb324cb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/915c01e93bb324cb","status":"passed","time":{"start":1728682332787,"stop":1728682332787,"duration":0}},{"uid":"9410bbcd28e9c480","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9410bbcd28e9c480","status":"passed","time":{"start":1728676810292,"stop":1728676810292,"duration":0}},{"uid":"766150738aff81f7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/766150738aff81f7","status":"passed","time":{"start":1728669529900,"stop":1728669529900,"duration":0}},{"uid":"c06dfcc945b47a1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c06dfcc945b47a1b","status":"passed","time":{"start":1728597873535,"stop":1728597873535,"duration":0}},{"uid":"5f8c86d3613b062e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f8c86d3613b062e","status":"passed","time":{"start":1728597089274,"stop":1728597089275,"duration":1}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9e3cb89dcea1a607","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9e3cb89dcea1a607","status":"passed","time":{"start":1729034340753,"stop":1729034340754,"duration":1}},{"uid":"8f327dfcc4edb39c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f327dfcc4edb39c","status":"passed","time":{"start":1729034104167,"stop":1729034104167,"duration":0}},{"uid":"7b7b57d50b00653f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7b7b57d50b00653f","status":"passed","time":{"start":1729034027739,"stop":1729034027741,"duration":2}},{"uid":"33b51db819627fb0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/33b51db819627fb0","status":"passed","time":{"start":1729033842345,"stop":1729033842346,"duration":1}},{"uid":"7017cf65f9241c2b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7017cf65f9241c2b","status":"passed","time":{"start":1729031892045,"stop":1729031892046,"duration":1}},{"uid":"3f97828ef010bcd6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3f97828ef010bcd6","status":"passed","time":{"start":1728901438028,"stop":1728901438028,"duration":0}},{"uid":"be159214091d9076","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/be159214091d9076","status":"passed","time":{"start":1728892868231,"stop":1728892868232,"duration":1}},{"uid":"ce4fcb3332bf810b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce4fcb3332bf810b","status":"passed","time":{"start":1728855831078,"stop":1728855831078,"duration":0}},{"uid":"d57ddd223d74a019","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d57ddd223d74a019","status":"passed","time":{"start":1728738048440,"stop":1728738048441,"duration":1}},{"uid":"32fdfbb261d082f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32fdfbb261d082f","status":"passed","time":{"start":1728682581841,"stop":1728682581842,"duration":1}},{"uid":"8e57d18923d8e5ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8e57d18923d8e5ac","status":"passed","time":{"start":1728682154706,"stop":1728682154707,"duration":1}},{"uid":"426722a3d18fb346","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/426722a3d18fb346","status":"passed","time":{"start":1728676629295,"stop":1728676629295,"duration":0}},{"uid":"62a782fdc6ed7681","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/62a782fdc6ed7681","status":"passed","time":{"start":1728669352210,"stop":1728669352210,"duration":0}},{"uid":"a9638b32b271352a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a9638b32b271352a","status":"passed","time":{"start":1728597693015,"stop":1728597693015,"duration":0}},{"uid":"cbd1913043bcb425","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cbd1913043bcb425","status":"passed","time":{"start":1728596912516,"stop":1728596912517,"duration":1}}]},"b251f1339f9b8455f22b97e76eb54e90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"25a5150b6510d5b4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/25a5150b6510d5b4","status":"passed","time":{"start":1729034693197,"stop":1729034693198,"duration":1}},{"uid":"bc5abb8d0276ef02","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bc5abb8d0276ef02","status":"passed","time":{"start":1729034468601,"stop":1729034468601,"duration":0}},{"uid":"24760b42c98d2a4e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/24760b42c98d2a4e","status":"passed","time":{"start":1729034383199,"stop":1729034383199,"duration":0}},{"uid":"5f320e050bc272f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f320e050bc272f4","status":"passed","time":{"start":1729034203622,"stop":1729034203622,"duration":0}},{"uid":"2a2d7a6a4d69afde","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a2d7a6a4d69afde","status":"passed","time":{"start":1729032256256,"stop":1729032256256,"duration":0}},{"uid":"353d26a241e2f908","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/353d26a241e2f908","status":"passed","time":{"start":1728902016655,"stop":1728902016655,"duration":0}},{"uid":"6f85b5072fc97195","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6f85b5072fc97195","status":"passed","time":{"start":1728893448586,"stop":1728893448586,"duration":0}},{"uid":"ccb9cfb9c1d900b5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ccb9cfb9c1d900b5","status":"passed","time":{"start":1728856401309,"stop":1728856401309,"duration":0}},{"uid":"c86673b90d309b08","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c86673b90d309b08","status":"passed","time":{"start":1728738624655,"stop":1728738624655,"duration":0}},{"uid":"6a309930b42c6b67","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6a309930b42c6b67","status":"passed","time":{"start":1728683154299,"stop":1728683154299,"duration":0}},{"uid":"bb2ff62acfb15bdb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb2ff62acfb15bdb","status":"passed","time":{"start":1728682726615,"stop":1728682726616,"duration":1}},{"uid":"b8d3b62ac5aac63a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b8d3b62ac5aac63a","status":"passed","time":{"start":1728677221174,"stop":1728677221174,"duration":0}},{"uid":"f11c96aafb13aef2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f11c96aafb13aef2","status":"passed","time":{"start":1728669902841,"stop":1728669902841,"duration":0}},{"uid":"7e7cd28eac0ac44c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7e7cd28eac0ac44c","status":"passed","time":{"start":1728598275773,"stop":1728598275773,"duration":0}},{"uid":"3016622d28287ad8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3016622d28287ad8","status":"passed","time":{"start":1728597495946,"stop":1728597495946,"duration":0}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f07bb7bf39b0cb1d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f07bb7bf39b0cb1d","status":"passed","time":{"start":1729034335334,"stop":1729034335334,"duration":0}},{"uid":"85ef81f5b5fad031","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/85ef81f5b5fad031","status":"passed","time":{"start":1729034098687,"stop":1729034098687,"duration":0}},{"uid":"3685777317d0ca47","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3685777317d0ca47","status":"passed","time":{"start":1729034022455,"stop":1729034022456,"duration":1}},{"uid":"9f46314006676797","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9f46314006676797","status":"passed","time":{"start":1729033836804,"stop":1729033836804,"duration":0}},{"uid":"ba683d2c563923f5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ba683d2c563923f5","status":"passed","time":{"start":1729031886611,"stop":1729031886611,"duration":0}},{"uid":"d41fef07144bb4bc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d41fef07144bb4bc","status":"passed","time":{"start":1728901432737,"stop":1728901432738,"duration":1}},{"uid":"48f1267f398a7e87","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/48f1267f398a7e87","status":"passed","time":{"start":1728892863023,"stop":1728892863024,"duration":1}},{"uid":"90c787ad76c1de0c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/90c787ad76c1de0c","status":"passed","time":{"start":1728855825773,"stop":1728855825774,"duration":1}},{"uid":"cba4d61e08b39b94","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cba4d61e08b39b94","status":"passed","time":{"start":1728738043032,"stop":1728738043033,"duration":1}},{"uid":"adce5124a18f859c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/adce5124a18f859c","status":"passed","time":{"start":1728682576530,"stop":1728682576530,"duration":0}},{"uid":"338c4a0ed8ba36ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/338c4a0ed8ba36ac","status":"passed","time":{"start":1728682149244,"stop":1728682149244,"duration":0}},{"uid":"f8e8bb774db968c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8e8bb774db968c","status":"passed","time":{"start":1728676623919,"stop":1728676623919,"duration":0}},{"uid":"de3c57ef53dd9e15","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/de3c57ef53dd9e15","status":"passed","time":{"start":1728669346941,"stop":1728669346942,"duration":1}},{"uid":"4351f30611a68d93","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4351f30611a68d93","status":"passed","time":{"start":1728597687695,"stop":1728597687695,"duration":0}},{"uid":"a444a0509cdf9f3d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a444a0509cdf9f3d","status":"passed","time":{"start":1728596907136,"stop":1728596907137,"duration":1}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d973b8e129d9a53","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d973b8e129d9a53","status":"passed","time":{"start":1729034708553,"stop":1729034708553,"duration":0}},{"uid":"a84da175dd6aa595","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a84da175dd6aa595","status":"passed","time":{"start":1729034480297,"stop":1729034480298,"duration":1}},{"uid":"3b8c88b0bf006e84","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3b8c88b0bf006e84","status":"passed","time":{"start":1729034396760,"stop":1729034396760,"duration":0}},{"uid":"6fc963dddf17b915","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6fc963dddf17b915","status":"passed","time":{"start":1729032277693,"stop":1729032277693,"duration":0}},{"uid":"b50ecb102a146e59","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b50ecb102a146e59","status":"passed","time":{"start":1728902034225,"stop":1728902034225,"duration":0}},{"uid":"b9befb6b951ae2d9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b9befb6b951ae2d9","status":"passed","time":{"start":1728893469057,"stop":1728893469058,"duration":1}},{"uid":"a16840972845ed71","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a16840972845ed71","status":"passed","time":{"start":1728856416488,"stop":1728856416488,"duration":0}},{"uid":"76c63aa24f8e25ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76c63aa24f8e25ca","status":"passed","time":{"start":1728738643171,"stop":1728738643171,"duration":0}},{"uid":"3feb5fc1d21a6b91","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3feb5fc1d21a6b91","status":"passed","time":{"start":1728683174247,"stop":1728683174247,"duration":0}},{"uid":"b52ba56c8828879","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b52ba56c8828879","status":"passed","time":{"start":1728682757801,"stop":1728682757802,"duration":1}},{"uid":"7bc6965452de7756","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7bc6965452de7756","status":"passed","time":{"start":1728677231125,"stop":1728677231126,"duration":1}},{"uid":"6e9fbf488315d9a9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e9fbf488315d9a9","status":"passed","time":{"start":1728669920237,"stop":1728669920238,"duration":1}},{"uid":"f8ba4a2ef4056317","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f8ba4a2ef4056317","status":"passed","time":{"start":1728598298889,"stop":1728598298889,"duration":0}},{"uid":"5f479fd4bf0d37d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f479fd4bf0d37d","status":"passed","time":{"start":1728597513734,"stop":1728597513735,"duration":1}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cdace3ba5b83f5fd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cdace3ba5b83f5fd","status":"passed","time":{"start":1729034432448,"stop":1729034432449,"duration":1}},{"uid":"efb66014dad36d26","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/efb66014dad36d26","status":"passed","time":{"start":1729034119303,"stop":1729034119304,"duration":1}},{"uid":"e91cd66ab354b1d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e91cd66ab354b1d9","status":"passed","time":{"start":1729033933479,"stop":1729033933479,"duration":0}},{"uid":"ac9c28c9aba7fe2d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac9c28c9aba7fe2d","status":"passed","time":{"start":1729031982913,"stop":1729031982920,"duration":7}},{"uid":"316b68db8b3c2f75","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/316b68db8b3c2f75","status":"passed","time":{"start":1728901527854,"stop":1728901527855,"duration":1}},{"uid":"e85b66a3187f8efb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e85b66a3187f8efb","status":"passed","time":{"start":1728892960139,"stop":1728892960139,"duration":0}},{"uid":"73d16479a33faae7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/73d16479a33faae7","status":"passed","time":{"start":1728855921714,"stop":1728855921714,"duration":0}},{"uid":"9441d74a24f8bd11","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9441d74a24f8bd11","status":"passed","time":{"start":1728738138431,"stop":1728738138432,"duration":1}},{"uid":"baba2a639a1bd0d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/baba2a639a1bd0d1","status":"passed","time":{"start":1728682672251,"stop":1728682672252,"duration":1}},{"uid":"bec939833ce05a78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bec939833ce05a78","status":"passed","time":{"start":1728682245073,"stop":1728682245074,"duration":1}},{"uid":"e8bf17b254253c86","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8bf17b254253c86","status":"passed","time":{"start":1728676721299,"stop":1728676721299,"duration":0}},{"uid":"45c4e4a6455e316f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/45c4e4a6455e316f","status":"passed","time":{"start":1728669444560,"stop":1728669444560,"duration":0}},{"uid":"b8da34affe8495a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b8da34affe8495a6","status":"passed","time":{"start":1728597784072,"stop":1728597784072,"duration":0}},{"uid":"a8ae71d0fbd253df","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a8ae71d0fbd253df","status":"passed","time":{"start":1728597001547,"stop":1728597001548,"duration":1}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1455f51200433924","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1455f51200433924","status":"passed","time":{"start":1729034701153,"stop":1729034701153,"duration":0}},{"uid":"fc83beb3f0be38fd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fc83beb3f0be38fd","status":"passed","time":{"start":1729034475746,"stop":1729034475747,"duration":1}},{"uid":"1d158c07bce0352f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d158c07bce0352f","status":"passed","time":{"start":1729034391621,"stop":1729034391625,"duration":4}},{"uid":"d85c8f05ff375edb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d85c8f05ff375edb","status":"passed","time":{"start":1729034211309,"stop":1729034211309,"duration":0}},{"uid":"71b3d6e33f925c4c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/71b3d6e33f925c4c","status":"passed","time":{"start":1729032264694,"stop":1729032264694,"duration":0}},{"uid":"a4311b34f04a5b17","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a4311b34f04a5b17","status":"passed","time":{"start":1728902020140,"stop":1728902020140,"duration":0}},{"uid":"a2e1c085d22a2c0b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a2e1c085d22a2c0b","status":"passed","time":{"start":1728893452480,"stop":1728893452481,"duration":1}},{"uid":"7e2fc5e4aa747d60","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7e2fc5e4aa747d60","status":"passed","time":{"start":1728856408085,"stop":1728856408085,"duration":0}},{"uid":"282727c15afcd21b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/282727c15afcd21b","status":"passed","time":{"start":1728738627116,"stop":1728738627116,"duration":0}},{"uid":"9d151c97e3fda9f1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d151c97e3fda9f1","status":"passed","time":{"start":1728683164466,"stop":1728683164466,"duration":0}},{"uid":"d05fc4c0faa45b9c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d05fc4c0faa45b9c","status":"passed","time":{"start":1728682734715,"stop":1728682734715,"duration":0}},{"uid":"288ad20354ac9ef9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/288ad20354ac9ef9","status":"passed","time":{"start":1728677218640,"stop":1728677218640,"duration":0}},{"uid":"751d1b988087387","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/751d1b988087387","status":"passed","time":{"start":1728669903962,"stop":1728669903962,"duration":0}},{"uid":"697659ee019a4a14","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/697659ee019a4a14","status":"passed","time":{"start":1728598278368,"stop":1728598278368,"duration":0}},{"uid":"52bb1105afb33a29","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/52bb1105afb33a29","status":"passed","time":{"start":1728597507602,"stop":1728597507602,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c52ba4f3e46ea8ed","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c52ba4f3e46ea8ed","status":"passed","time":{"start":1729034506789,"stop":1729034506789,"duration":0}},{"uid":"c59cbf0d0ffec1b6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c59cbf0d0ffec1b6","status":"passed","time":{"start":1729034259813,"stop":1729034259814,"duration":1}},{"uid":"ae1b09ab48e56c0f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ae1b09ab48e56c0f","status":"passed","time":{"start":1729034194006,"stop":1729034194006,"duration":0}},{"uid":"2f7044a24bbb2f80","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2f7044a24bbb2f80","status":"passed","time":{"start":1729034014856,"stop":1729034014858,"duration":2}},{"uid":"df316c650141f227","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/df316c650141f227","status":"passed","time":{"start":1729032065443,"stop":1729032065444,"duration":1}},{"uid":"2b5d02d092cd7bf3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2b5d02d092cd7bf3","status":"passed","time":{"start":1728901664247,"stop":1728901664248,"duration":1}},{"uid":"2f54043e9d95b175","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2f54043e9d95b175","status":"passed","time":{"start":1728893093689,"stop":1728893093689,"duration":0}},{"uid":"5c846bb21650d0d2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5c846bb21650d0d2","status":"passed","time":{"start":1728856055266,"stop":1728856055266,"duration":0}},{"uid":"6e57066f338a1526","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6e57066f338a1526","status":"passed","time":{"start":1728738274742,"stop":1728738274742,"duration":0}},{"uid":"86629e7e4ae531bd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/86629e7e4ae531bd","status":"passed","time":{"start":1728682807952,"stop":1728682807953,"duration":1}},{"uid":"4c848c3a4bc53af8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4c848c3a4bc53af8","status":"passed","time":{"start":1728682381281,"stop":1728682381282,"duration":1}},{"uid":"aedd71705bfd6ec1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aedd71705bfd6ec1","status":"passed","time":{"start":1728676853895,"stop":1728676853895,"duration":0}},{"uid":"a4a6633da0d14721","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4a6633da0d14721","status":"passed","time":{"start":1728669581686,"stop":1728669581687,"duration":1}},{"uid":"1df05e906cdf8fc1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1df05e906cdf8fc1","status":"passed","time":{"start":1728597923473,"stop":1728597923475,"duration":2}},{"uid":"92d200400bf3af19","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92d200400bf3af19","status":"passed","time":{"start":1728597132260,"stop":1728597132261,"duration":1}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7b149e77e4542e72","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b149e77e4542e72","status":"passed","time":{"start":1729034617763,"stop":1729034617763,"duration":0}},{"uid":"248ffed5e0aa700a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/248ffed5e0aa700a","status":"passed","time":{"start":1729034370880,"stop":1729034370881,"duration":1}},{"uid":"64300ecfde38919e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/64300ecfde38919e","status":"passed","time":{"start":1729034308879,"stop":1729034308879,"duration":0}},{"uid":"f7ec1ed7d6561802","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7ec1ed7d6561802","status":"passed","time":{"start":1729034129476,"stop":1729034129476,"duration":0}},{"uid":"c61443390a64445f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c61443390a64445f","status":"passed","time":{"start":1729032178369,"stop":1729032178370,"duration":1}},{"uid":"73982f1121ae8a0a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/73982f1121ae8a0a","status":"passed","time":{"start":1728901896349,"stop":1728901896350,"duration":1}},{"uid":"ba70bc9e048e1cac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ba70bc9e048e1cac","status":"passed","time":{"start":1728893329028,"stop":1728893329028,"duration":0}},{"uid":"2d0a6fe8b5f404db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d0a6fe8b5f404db","status":"passed","time":{"start":1728856284766,"stop":1728856284767,"duration":1}},{"uid":"8be79e7e24e08c7c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8be79e7e24e08c7c","status":"passed","time":{"start":1728738494943,"stop":1728738494943,"duration":0}},{"uid":"225ce634c60bb2e0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/225ce634c60bb2e0","status":"passed","time":{"start":1728683033634,"stop":1728683033634,"duration":0}},{"uid":"bfeecd73ea61d927","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bfeecd73ea61d927","status":"passed","time":{"start":1728682601738,"stop":1728682601739,"duration":1}},{"uid":"27fdfc84327cc40","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/27fdfc84327cc40","status":"passed","time":{"start":1728677107963,"stop":1728677107964,"duration":1}},{"uid":"c143e4b79a06e021","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c143e4b79a06e021","status":"passed","time":{"start":1728669764753,"stop":1728669764753,"duration":0}},{"uid":"12352a730f86a26b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/12352a730f86a26b","status":"passed","time":{"start":1728598157564,"stop":1728598157565,"duration":1}},{"uid":"3bc07a83512cfe79","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3bc07a83512cfe79","status":"passed","time":{"start":1728597369075,"stop":1728597369075,"duration":0}}]},"19d369c5fd8772b3aac1db1e32c9f259:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ba750cc30ea19f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ba750cc30ea19f2","status":"passed","time":{"start":1729034631264,"stop":1729034631264,"duration":0}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d07fa758a41fd729","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d07fa758a41fd729","status":"passed","time":{"start":1729034636312,"stop":1729034636312,"duration":0}},{"uid":"5d58f1965943ca7b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5d58f1965943ca7b","status":"passed","time":{"start":1729034402272,"stop":1729034402273,"duration":1}},{"uid":"a120198f98842394","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a120198f98842394","status":"passed","time":{"start":1729034323292,"stop":1729034323293,"duration":1}},{"uid":"4c71e59145bf52eb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c71e59145bf52eb","status":"passed","time":{"start":1729034144764,"stop":1729034144764,"duration":0}},{"uid":"2c1abafdfcd61963","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c1abafdfcd61963","status":"passed","time":{"start":1729032198814,"stop":1729032198814,"duration":0}},{"uid":"82fbfee100d6c719","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82fbfee100d6c719","status":"passed","time":{"start":1728901901761,"stop":1728901901761,"duration":0}},{"uid":"878828f517047d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/878828f517047d8","status":"passed","time":{"start":1728893337240,"stop":1728893337240,"duration":0}},{"uid":"d10baa97d97e8452","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d10baa97d97e8452","status":"passed","time":{"start":1728856299187,"stop":1728856299187,"duration":0}},{"uid":"46eed295a7cb0cfa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/46eed295a7cb0cfa","status":"passed","time":{"start":1728738505373,"stop":1728738505374,"duration":1}},{"uid":"8c9685a562ea0e41","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c9685a562ea0e41","status":"passed","time":{"start":1728683045447,"stop":1728683045447,"duration":0}},{"uid":"3a349301262bdc9a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a349301262bdc9a","status":"passed","time":{"start":1728682607287,"stop":1728682607287,"duration":0}},{"uid":"35db61d1cfdfda91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35db61d1cfdfda91","status":"passed","time":{"start":1728677103492,"stop":1728677103492,"duration":0}},{"uid":"b1a85ca39cf90907","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1a85ca39cf90907","status":"passed","time":{"start":1728669777114,"stop":1728669777114,"duration":0}},{"uid":"2de88efaf10b1d9a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2de88efaf10b1d9a","status":"passed","time":{"start":1728598163464,"stop":1728598163464,"duration":0}},{"uid":"9e575ff79e2f8c76","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9e575ff79e2f8c76","status":"passed","time":{"start":1728597375464,"stop":1728597375466,"duration":2}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d04667d687da8f2b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d04667d687da8f2b","status":"passed","time":{"start":1729034617751,"stop":1729034617752,"duration":1}},{"uid":"14ebad99b3551278","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/14ebad99b3551278","status":"passed","time":{"start":1729034370854,"stop":1729034370860,"duration":6}},{"uid":"d3cfa5dfc7af6d23","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d3cfa5dfc7af6d23","status":"passed","time":{"start":1729034308861,"stop":1729034308861,"duration":0}},{"uid":"d0d9487a83bc6e77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0d9487a83bc6e77","status":"passed","time":{"start":1729034129469,"stop":1729034129469,"duration":0}},{"uid":"853ee8e1ca78b168","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/853ee8e1ca78b168","status":"passed","time":{"start":1729032178363,"stop":1729032178363,"duration":0}},{"uid":"edaeb078dde8aba2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/edaeb078dde8aba2","status":"passed","time":{"start":1728901896341,"stop":1728901896342,"duration":1}},{"uid":"f3433d19882d6756","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f3433d19882d6756","status":"passed","time":{"start":1728893329020,"stop":1728893329020,"duration":0}},{"uid":"757b4205a9725ce5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/757b4205a9725ce5","status":"passed","time":{"start":1728856284756,"stop":1728856284756,"duration":0}},{"uid":"43c6033d9c813105","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/43c6033d9c813105","status":"passed","time":{"start":1728738494932,"stop":1728738494932,"duration":0}},{"uid":"5c9861e8420cf7ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5c9861e8420cf7ef","status":"passed","time":{"start":1728683033627,"stop":1728683033627,"duration":0}},{"uid":"963fe9b6721bd064","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/963fe9b6721bd064","status":"passed","time":{"start":1728682601731,"stop":1728682601732,"duration":1}},{"uid":"26f27230925a7086","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/26f27230925a7086","status":"passed","time":{"start":1728677107957,"stop":1728677107957,"duration":0}},{"uid":"8c425db28ca89d94","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8c425db28ca89d94","status":"passed","time":{"start":1728669764745,"stop":1728669764745,"duration":0}},{"uid":"fd528deb9bb850b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd528deb9bb850b4","status":"passed","time":{"start":1728598157557,"stop":1728598157557,"duration":0}},{"uid":"4a27f8bc28123aaf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4a27f8bc28123aaf","status":"passed","time":{"start":1728597369055,"stop":1728597369056,"duration":1}}]},"037fa0e7aa81e8d52c4354b4fa7be509:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1baa44d718a20143","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1baa44d718a20143","status":"passed","time":{"start":1728682666063,"stop":1728682666064,"duration":1}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e5ffcdc495289511","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e5ffcdc495289511","status":"passed","time":{"start":1729034356140,"stop":1729034356140,"duration":0}},{"uid":"3e6407eb78eec942","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3e6407eb78eec942","status":"passed","time":{"start":1729034120218,"stop":1729034120218,"duration":0}},{"uid":"f4b46671b2ec35e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f4b46671b2ec35e8","status":"passed","time":{"start":1729034043146,"stop":1729034043147,"duration":1}},{"uid":"28b14f47fbb75b87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/28b14f47fbb75b87","status":"passed","time":{"start":1729033857769,"stop":1729033857770,"duration":1}},{"uid":"20e65fc3b117a533","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/20e65fc3b117a533","status":"passed","time":{"start":1729031907989,"stop":1729031907989,"duration":0}},{"uid":"facfdf333b293908","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/facfdf333b293908","status":"passed","time":{"start":1728901453415,"stop":1728901453415,"duration":0}},{"uid":"6c39bbe15933e155","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c39bbe15933e155","status":"passed","time":{"start":1728892883982,"stop":1728892883982,"duration":0}},{"uid":"27c21862e74b38b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/27c21862e74b38b6","status":"passed","time":{"start":1728855846188,"stop":1728855846189,"duration":1}},{"uid":"c2e415ebda2a351c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c2e415ebda2a351c","status":"passed","time":{"start":1728738063651,"stop":1728738063651,"duration":0}},{"uid":"fabc68f51e72023b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fabc68f51e72023b","status":"passed","time":{"start":1728682597534,"stop":1728682597534,"duration":0}},{"uid":"3673020f0ac20013","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3673020f0ac20013","status":"passed","time":{"start":1728682170205,"stop":1728682170205,"duration":0}},{"uid":"e12ef308eb95fc73","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e12ef308eb95fc73","status":"passed","time":{"start":1728676644984,"stop":1728676644984,"duration":0}},{"uid":"fa57fc8c602c5463","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fa57fc8c602c5463","status":"passed","time":{"start":1728669367856,"stop":1728669367856,"duration":0}},{"uid":"8de80fa8155c0830","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8de80fa8155c0830","status":"passed","time":{"start":1728597708663,"stop":1728597708663,"duration":0}},{"uid":"bfd7d2318c49941","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bfd7d2318c49941","status":"passed","time":{"start":1728596927481,"stop":1728596927482,"duration":1}}]},"574a856e3b645a0f34aed9d51f471452:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67057c6bc4ca3007","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/67057c6bc4ca3007","status":"passed","time":{"start":1728856333660,"stop":1728856333672,"duration":12}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a44d22cc32c1f22e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a44d22cc32c1f22e","status":"passed","time":{"start":1729034655443,"stop":1729034655443,"duration":0}},{"uid":"259c40916471e65f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/259c40916471e65f","status":"passed","time":{"start":1729034425377,"stop":1729034425378,"duration":1}},{"uid":"3eb0e5429a53b377","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3eb0e5429a53b377","status":"passed","time":{"start":1729034346109,"stop":1729034346109,"duration":0}},{"uid":"6681a50f32a14027","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6681a50f32a14027","status":"passed","time":{"start":1729034162415,"stop":1729034162416,"duration":1}},{"uid":"d069ab7dd3ac4b46","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d069ab7dd3ac4b46","status":"passed","time":{"start":1729032197326,"stop":1729032197327,"duration":1}},{"uid":"8b458b87e0ffa2f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8b458b87e0ffa2f","status":"passed","time":{"start":1728901899716,"stop":1728901899716,"duration":0}},{"uid":"992f70a8529a8fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/992f70a8529a8fb","status":"passed","time":{"start":1728893334924,"stop":1728893334924,"duration":0}},{"uid":"8ea19aea8751be85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8ea19aea8751be85","status":"passed","time":{"start":1728856288018,"stop":1728856288019,"duration":1}},{"uid":"8282fc2f81a0309c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8282fc2f81a0309c","status":"passed","time":{"start":1728738501690,"stop":1728738501690,"duration":0}},{"uid":"332db24438ed3949","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/332db24438ed3949","status":"passed","time":{"start":1728683044488,"stop":1728683044489,"duration":1}},{"uid":"f64a1c64a5809832","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f64a1c64a5809832","status":"passed","time":{"start":1728682619635,"stop":1728682619635,"duration":0}},{"uid":"7c390fe70751bb22","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c390fe70751bb22","status":"passed","time":{"start":1728677104186,"stop":1728677104187,"duration":1}},{"uid":"21eafe13aef35075","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/21eafe13aef35075","status":"passed","time":{"start":1728669759888,"stop":1728669759888,"duration":0}},{"uid":"2f372bed5be8339a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2f372bed5be8339a","status":"passed","time":{"start":1728598164491,"stop":1728598164492,"duration":1}},{"uid":"d51011b3b67f496e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d51011b3b67f496e","status":"passed","time":{"start":1728597385268,"stop":1728597385269,"duration":1}}]},"55860bd709bcf3a2f0ff4f5070e06b37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32ecf91e795d59c1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32ecf91e795d59c1","status":"passed","time":{"start":1729034169439,"stop":1729034169441,"duration":2}}]},"828f899e9ee57291ca24911fae323505:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c869d5e737df4ec0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c869d5e737df4ec0","status":"passed","time":{"start":1729034470395,"stop":1729034470395,"duration":0}},{"uid":"b87e07890b5a8426","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b87e07890b5a8426","status":"passed","time":{"start":1729034238413,"stop":1729034238413,"duration":0}},{"uid":"201d970ae08bbce0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/201d970ae08bbce0","status":"passed","time":{"start":1729034157655,"stop":1729034157655,"duration":0}},{"uid":"d3e840dfa6eb1262","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3e840dfa6eb1262","status":"passed","time":{"start":1729033974460,"stop":1729033974461,"duration":1}},{"uid":"804eddcc58b9fef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/804eddcc58b9fef","status":"passed","time":{"start":1729032027773,"stop":1729032027774,"duration":1}},{"uid":"cfbaba230eb36f3d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cfbaba230eb36f3d","status":"passed","time":{"start":1728901614554,"stop":1728901614555,"duration":1}},{"uid":"c40b6f0d2fc7b466","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c40b6f0d2fc7b466","status":"passed","time":{"start":1728893048598,"stop":1728893048598,"duration":0}},{"uid":"55d54c59b3a89e0f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/55d54c59b3a89e0f","status":"passed","time":{"start":1728856013563,"stop":1728856013563,"duration":0}},{"uid":"d307b99deb6b0ea2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d307b99deb6b0ea2","status":"passed","time":{"start":1728738231636,"stop":1728738231637,"duration":1}},{"uid":"c60ef650ef90600f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c60ef650ef90600f","status":"passed","time":{"start":1728682761075,"stop":1728682761076,"duration":1}},{"uid":"3a6b211981f30b93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a6b211981f30b93","status":"passed","time":{"start":1728682330638,"stop":1728682330638,"duration":0}},{"uid":"72c5603d16d81313","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72c5603d16d81313","status":"passed","time":{"start":1728676808326,"stop":1728676808327,"duration":1}},{"uid":"d92bdbf7c386a5bc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d92bdbf7c386a5bc","status":"passed","time":{"start":1728669528230,"stop":1728669528230,"duration":0}},{"uid":"968ed9612948005e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/968ed9612948005e","status":"passed","time":{"start":1728597872229,"stop":1728597872229,"duration":0}},{"uid":"474a813b9c22dd41","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/474a813b9c22dd41","status":"passed","time":{"start":1728597087690,"stop":1728597087691,"duration":1}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9ae3561366abdd6b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ae3561366abdd6b","status":"passed","time":{"start":1729034611651,"stop":1729034611651,"duration":0}},{"uid":"4ba505791ca2bce3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ba505791ca2bce3","status":"passed","time":{"start":1729034393626,"stop":1729034393626,"duration":0}},{"uid":"802efecc56630139","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/802efecc56630139","status":"passed","time":{"start":1729034304798,"stop":1729034304798,"duration":0}},{"uid":"8e99282e67c4320d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e99282e67c4320d","status":"passed","time":{"start":1729034121885,"stop":1729034121885,"duration":0}},{"uid":"e4db0b0af870821","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e4db0b0af870821","status":"passed","time":{"start":1729032174796,"stop":1729032174796,"duration":0}},{"uid":"740414442240dcdc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/740414442240dcdc","status":"passed","time":{"start":1728901881002,"stop":1728901881002,"duration":0}},{"uid":"79cf38a65dfc7144","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/79cf38a65dfc7144","status":"passed","time":{"start":1728893317130,"stop":1728893317130,"duration":0}},{"uid":"c52378548cbdc09b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c52378548cbdc09b","status":"passed","time":{"start":1728856263064,"stop":1728856263064,"duration":0}},{"uid":"724caa766319a973","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/724caa766319a973","status":"passed","time":{"start":1728738492783,"stop":1728738492784,"duration":1}},{"uid":"ec14a1c8e1c14cdc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec14a1c8e1c14cdc","status":"passed","time":{"start":1728683030007,"stop":1728683030007,"duration":0}},{"uid":"4dea9553f994f5ca","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4dea9553f994f5ca","status":"passed","time":{"start":1728682581071,"stop":1728682581072,"duration":1}},{"uid":"74e87ed63a345954","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/74e87ed63a345954","status":"passed","time":{"start":1728677081982,"stop":1728677081983,"duration":1}},{"uid":"c5e2a5659182d456","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c5e2a5659182d456","status":"passed","time":{"start":1728669795383,"stop":1728669795383,"duration":0}},{"uid":"a7d78eecb26d4d6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a7d78eecb26d4d6","status":"passed","time":{"start":1728598137493,"stop":1728598137493,"duration":0}},{"uid":"b4ffc176b1dc04c5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b4ffc176b1dc04c5","status":"passed","time":{"start":1728597353471,"stop":1728597353471,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aca9bb4949a0ed5d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aca9bb4949a0ed5d","status":"passed","time":{"start":1729034565827,"stop":1729034565827,"duration":0}},{"uid":"2df1f9f4f05e8ed8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2df1f9f4f05e8ed8","status":"passed","time":{"start":1729034325769,"stop":1729034325770,"duration":1}},{"uid":"81f03e423a77765d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/81f03e423a77765d","status":"passed","time":{"start":1729034249507,"stop":1729034249508,"duration":1}},{"uid":"1f653c7984771ccc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f653c7984771ccc","status":"passed","time":{"start":1729034066151,"stop":1729034066152,"duration":1}},{"uid":"5ac5d0b580c520c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5ac5d0b580c520c3","status":"passed","time":{"start":1728901782834,"stop":1728901782834,"duration":0}},{"uid":"9b74d59b6eb834dd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9b74d59b6eb834dd","status":"passed","time":{"start":1728893215978,"stop":1728893215980,"duration":2}},{"uid":"4a64a77d852b4a95","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4a64a77d852b4a95","status":"passed","time":{"start":1728856159197,"stop":1728856159198,"duration":1}},{"uid":"5dba1566430ce992","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5dba1566430ce992","status":"passed","time":{"start":1728738371832,"stop":1728738371832,"duration":0}},{"uid":"5d0f58612cbfa4bc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5d0f58612cbfa4bc","status":"passed","time":{"start":1728682915877,"stop":1728682915878,"duration":1}},{"uid":"3d61ccdccabbc4dd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3d61ccdccabbc4dd","status":"passed","time":{"start":1728682496450,"stop":1728682496450,"duration":0}},{"uid":"f70fba9880dc5f97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f70fba9880dc5f97","status":"passed","time":{"start":1728676980218,"stop":1728676980219,"duration":1}},{"uid":"f1b3b3c59fe92f17","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f1b3b3c59fe92f17","status":"passed","time":{"start":1728598045383,"stop":1728598045383,"duration":0}},{"uid":"65e243c91206227f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/65e243c91206227f","status":"passed","time":{"start":1728597260327,"stop":1728597260328,"duration":1}}]},"21bfe8f89bfea68712a171c7c975a19e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56d7c47f183d3587","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/56d7c47f183d3587","status":"passed","time":{"start":1728682652692,"stop":1728682652692,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d1b0bf4349119acf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1b0bf4349119acf","status":"passed","time":{"start":1729034536111,"stop":1729034536111,"duration":0}},{"uid":"664dd4480fa0afef","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/664dd4480fa0afef","status":"passed","time":{"start":1729034296719,"stop":1729034296719,"duration":0}},{"uid":"a32b34e012bddbb6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a32b34e012bddbb6","status":"passed","time":{"start":1729034220614,"stop":1729034220614,"duration":0}},{"uid":"e905e532cade9bbc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e905e532cade9bbc","status":"passed","time":{"start":1729034041507,"stop":1729034041507,"duration":0}},{"uid":"594c7386c1e001ba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/594c7386c1e001ba","status":"passed","time":{"start":1728901705419,"stop":1728901705420,"duration":1}},{"uid":"da3e44e4992d9b72","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da3e44e4992d9b72","status":"passed","time":{"start":1728893141783,"stop":1728893141784,"duration":1}},{"uid":"61f48101402ae610","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/61f48101402ae610","status":"passed","time":{"start":1728856087088,"stop":1728856087088,"duration":0}},{"uid":"cf01fd86b0ff8c38","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cf01fd86b0ff8c38","status":"passed","time":{"start":1728738321458,"stop":1728738321458,"duration":0}},{"uid":"8ebb5d98390b4016","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8ebb5d98390b4016","status":"passed","time":{"start":1728682845682,"stop":1728682845682,"duration":0}},{"uid":"1621c3bebc77de92","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1621c3bebc77de92","status":"passed","time":{"start":1728682424319,"stop":1728682424319,"duration":0}},{"uid":"f33271e52635b8a0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f33271e52635b8a0","status":"passed","time":{"start":1728676900548,"stop":1728676900548,"duration":0}},{"uid":"b97bbb2b39af5bb8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b97bbb2b39af5bb8","status":"passed","time":{"start":1728669625818,"stop":1728669625819,"duration":1}},{"uid":"969c2509a69541b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/969c2509a69541b","status":"passed","time":{"start":1728597957177,"stop":1728597957180,"duration":3}},{"uid":"f1f11a8bd5e1f59c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1f11a8bd5e1f59c","status":"passed","time":{"start":1728597182624,"stop":1728597182625,"duration":1}}]},"87fe34f1954a2fba5cbc381cc6dcf6d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"34f1b0a5481b33c0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/34f1b0a5481b33c0","status":"passed","time":{"start":1729034332647,"stop":1729034332647,"duration":0}},{"uid":"667a1a80de99d94c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/667a1a80de99d94c","status":"passed","time":{"start":1729034096144,"stop":1729034096144,"duration":0}},{"uid":"2037b0d939c0c0f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2037b0d939c0c0f1","status":"passed","time":{"start":1729034020100,"stop":1729034020100,"duration":0}},{"uid":"ed172f918a67b239","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ed172f918a67b239","status":"passed","time":{"start":1729033834398,"stop":1729033834398,"duration":0}},{"uid":"2a9ee6afe16e781d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2a9ee6afe16e781d","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"7050e04d6a4f1971","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7050e04d6a4f1971","status":"passed","time":{"start":1728901430264,"stop":1728901430264,"duration":0}},{"uid":"cb6aaabfaa23753e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cb6aaabfaa23753e","status":"passed","time":{"start":1728892860542,"stop":1728892860542,"duration":0}},{"uid":"ccae34b7468a821","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ccae34b7468a821","status":"passed","time":{"start":1728855823332,"stop":1728855823332,"duration":0}},{"uid":"c764386e3b962ecb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c764386e3b962ecb","status":"passed","time":{"start":1728738040613,"stop":1728738040613,"duration":0}},{"uid":"debddc119f02c4b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/debddc119f02c4b7","status":"passed","time":{"start":1728682574104,"stop":1728682574104,"duration":0}},{"uid":"e039cbe18ed0f947","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e039cbe18ed0f947","status":"passed","time":{"start":1728682146828,"stop":1728682146828,"duration":0}},{"uid":"df2bfc2858a057dd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/df2bfc2858a057dd","status":"passed","time":{"start":1728676621442,"stop":1728676621443,"duration":1}},{"uid":"fa98ffe087911500","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fa98ffe087911500","status":"passed","time":{"start":1728669344476,"stop":1728669344476,"duration":0}},{"uid":"9565902b0ae1ab95","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9565902b0ae1ab95","status":"passed","time":{"start":1728597685173,"stop":1728597685173,"duration":0}},{"uid":"53ffe2d3d8ee7036","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/53ffe2d3d8ee7036","status":"passed","time":{"start":1728596904482,"stop":1728596904482,"duration":0}}]},"8440000d1a363a7d9b3911151c4c2992:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ef41a7b1467200b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ef41a7b1467200b","status":"passed","time":{"start":1729034121947,"stop":1729034121948,"duration":1}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3eb26ce764e9099e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3eb26ce764e9099e","status":"passed","time":{"start":1729034694625,"stop":1729034694626,"duration":1}},{"uid":"1067fe1c2a8745fe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1067fe1c2a8745fe","status":"passed","time":{"start":1729034462018,"stop":1729034462018,"duration":0}},{"uid":"13f5ddfc57dff137","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/13f5ddfc57dff137","status":"passed","time":{"start":1729034375985,"stop":1729034375986,"duration":1}},{"uid":"ad671ec7049aab7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ad671ec7049aab7","status":"passed","time":{"start":1729034200069,"stop":1729034200070,"duration":1}},{"uid":"29997b8da002657e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29997b8da002657e","status":"passed","time":{"start":1729032257898,"stop":1729032257901,"duration":3}},{"uid":"458f334c022dbcce","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/458f334c022dbcce","status":"passed","time":{"start":1728902003568,"stop":1728902003568,"duration":0}},{"uid":"4adad4501dcd58f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4adad4501dcd58f3","status":"passed","time":{"start":1728893434697,"stop":1728893434697,"duration":0}},{"uid":"b875f1a0fd416b51","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b875f1a0fd416b51","status":"passed","time":{"start":1728856398645,"stop":1728856398646,"duration":1}},{"uid":"7fb995fbc52742e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fb995fbc52742e0","status":"passed","time":{"start":1728738612003,"stop":1728738612003,"duration":0}},{"uid":"f02f27af605b4064","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f02f27af605b4064","status":"passed","time":{"start":1728683155010,"stop":1728683155010,"duration":0}},{"uid":"4cd8b7b86626e998","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4cd8b7b86626e998","status":"passed","time":{"start":1728682706106,"stop":1728682706107,"duration":1}},{"uid":"643d8000dd35d919","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/643d8000dd35d919","status":"passed","time":{"start":1728677207497,"stop":1728677207497,"duration":0}},{"uid":"ed2665e119ca379","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed2665e119ca379","status":"passed","time":{"start":1728669887099,"stop":1728669887099,"duration":0}},{"uid":"470c95075e8b5ebb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/470c95075e8b5ebb","status":"passed","time":{"start":1728598263649,"stop":1728598263654,"duration":5}},{"uid":"f9b47f02bb1a1e4a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f9b47f02bb1a1e4a","status":"passed","time":{"start":1728597478276,"stop":1728597478277,"duration":1}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1f8f8e48ed49263d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f8f8e48ed49263d","status":"passed","time":{"start":1729034617757,"stop":1729034617757,"duration":0}},{"uid":"db8ed804c46b1b04","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db8ed804c46b1b04","status":"passed","time":{"start":1729034370865,"stop":1729034370865,"duration":0}},{"uid":"a4ed7088422d7f0f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a4ed7088422d7f0f","status":"passed","time":{"start":1729034308869,"stop":1729034308869,"duration":0}},{"uid":"50b712ddeb49f24e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/50b712ddeb49f24e","status":"passed","time":{"start":1729034129472,"stop":1729034129472,"duration":0}},{"uid":"1f85d02826273168","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1f85d02826273168","status":"passed","time":{"start":1729032178366,"stop":1729032178366,"duration":0}},{"uid":"bb2973a2fc2c6239","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bb2973a2fc2c6239","status":"passed","time":{"start":1728901896345,"stop":1728901896345,"duration":0}},{"uid":"a6d57dc7668b5fa2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6d57dc7668b5fa2","status":"passed","time":{"start":1728893329023,"stop":1728893329023,"duration":0}},{"uid":"37a9e551f014ea37","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/37a9e551f014ea37","status":"passed","time":{"start":1728856284760,"stop":1728856284761,"duration":1}},{"uid":"f79eb867313791b4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f79eb867313791b4","status":"passed","time":{"start":1728738494938,"stop":1728738494938,"duration":0}},{"uid":"1e1fed5af4985ae7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1e1fed5af4985ae7","status":"passed","time":{"start":1728683033630,"stop":1728683033630,"duration":0}},{"uid":"13ef09a2146c3c0e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13ef09a2146c3c0e","status":"passed","time":{"start":1728682601734,"stop":1728682601734,"duration":0}},{"uid":"f08dcb9137d73754","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f08dcb9137d73754","status":"passed","time":{"start":1728677107959,"stop":1728677107960,"duration":1}},{"uid":"2863922b89e5e7e4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2863922b89e5e7e4","status":"passed","time":{"start":1728669764749,"stop":1728669764749,"duration":0}},{"uid":"8bb69940e8a160e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bb69940e8a160e7","status":"passed","time":{"start":1728598157560,"stop":1728598157561,"duration":1}},{"uid":"e5238b0744597bd1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5238b0744597bd1","status":"passed","time":{"start":1728597369059,"stop":1728597369059,"duration":0}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"47dadd5c2c3461b1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/47dadd5c2c3461b1","status":"passed","time":{"start":1729034611665,"stop":1729034611665,"duration":0}},{"uid":"1f390b7dde2b5593","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1f390b7dde2b5593","status":"passed","time":{"start":1729034393648,"stop":1729034393648,"duration":0}},{"uid":"f2287cca4d044ebb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f2287cca4d044ebb","status":"passed","time":{"start":1729034304848,"stop":1729034304849,"duration":1}},{"uid":"302e84e6032ffd26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/302e84e6032ffd26","status":"passed","time":{"start":1729034121912,"stop":1729034121913,"duration":1}},{"uid":"5f94e246760ba04b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5f94e246760ba04b","status":"passed","time":{"start":1729032174872,"stop":1729032174873,"duration":1}},{"uid":"8e9b824b2bc1c826","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e9b824b2bc1c826","status":"passed","time":{"start":1728901881013,"stop":1728901881013,"duration":0}},{"uid":"7cb4e778a9763ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7cb4e778a9763ca","status":"passed","time":{"start":1728893317164,"stop":1728893317165,"duration":1}},{"uid":"b683f64c5e6c0bfc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b683f64c5e6c0bfc","status":"passed","time":{"start":1728856263100,"stop":1728856263100,"duration":0}},{"uid":"37cc7ca600228b02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37cc7ca600228b02","status":"passed","time":{"start":1728738492799,"stop":1728738492799,"duration":0}},{"uid":"367243aa76c2468a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/367243aa76c2468a","status":"passed","time":{"start":1728683030022,"stop":1728683030022,"duration":0}},{"uid":"b39760bcdc112a12","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b39760bcdc112a12","status":"passed","time":{"start":1728682581103,"stop":1728682581104,"duration":1}},{"uid":"12093564e02e15cb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/12093564e02e15cb","status":"passed","time":{"start":1728677081997,"stop":1728677081998,"duration":1}},{"uid":"7627d4fcb0981f87","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7627d4fcb0981f87","status":"passed","time":{"start":1728669795395,"stop":1728669795398,"duration":3}},{"uid":"5fdd90cd862998de","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5fdd90cd862998de","status":"passed","time":{"start":1728598137504,"stop":1728598137504,"duration":0}},{"uid":"6f476ba457609cfd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6f476ba457609cfd","status":"passed","time":{"start":1728597353480,"stop":1728597353480,"duration":0}}]},"848c54e3d0e8b3e6d0156abfd15fdda2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e0ad814e644a74b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9e0ad814e644a74b","status":"passed","time":{"start":1728738555093,"stop":1728738555094,"duration":1}}]},"3b608d7d71f01ef2aacb351f527bf854:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ef332c7482c05eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5ef332c7482c05eb","status":"passed","time":{"start":1728738492805,"stop":1728738492805,"duration":0}}]},"3cb86b786558114ed062de59c8d16b5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a923b53578946c7f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a923b53578946c7f","status":"passed","time":{"start":1728856333659,"stop":1728856333660,"duration":1}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ae4a0423f59e61bf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae4a0423f59e61bf","status":"passed","time":{"start":1729034408864,"stop":1729034408864,"duration":0}},{"uid":"9464d54d8c54a582","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9464d54d8c54a582","status":"passed","time":{"start":1729034166260,"stop":1729034166260,"duration":0}},{"uid":"a26f2bc2d716db5a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a26f2bc2d716db5a","status":"passed","time":{"start":1729034096718,"stop":1729034096718,"duration":0}},{"uid":"8bb9fe7293c3b85","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8bb9fe7293c3b85","status":"passed","time":{"start":1729033904745,"stop":1729033904747,"duration":2}},{"uid":"9b5f65bc6486f9b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9b5f65bc6486f9b","status":"passed","time":{"start":1729031952293,"stop":1729031952293,"duration":0}},{"uid":"5c680874d928dc6e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5c680874d928dc6e","status":"passed","time":{"start":1728901498547,"stop":1728901498547,"duration":0}},{"uid":"b4f6fb4cbe6e848d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b4f6fb4cbe6e848d","status":"passed","time":{"start":1728892934940,"stop":1728892934940,"duration":0}},{"uid":"400360a550b5006d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/400360a550b5006d","status":"passed","time":{"start":1728855901080,"stop":1728855901087,"duration":7}},{"uid":"e0b97ef8636587ff","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e0b97ef8636587ff","status":"passed","time":{"start":1728738109820,"stop":1728738109821,"duration":1}},{"uid":"4cafe129f81a88dc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4cafe129f81a88dc","status":"passed","time":{"start":1728682641761,"stop":1728682641762,"duration":1}},{"uid":"52d07f697b569cfa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/52d07f697b569cfa","status":"passed","time":{"start":1728682224054,"stop":1728682224055,"duration":1}},{"uid":"c1b5fb413b163715","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c1b5fb413b163715","status":"passed","time":{"start":1728676692588,"stop":1728676692588,"duration":0}},{"uid":"19f2ae862ff26b3c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/19f2ae862ff26b3c","status":"passed","time":{"start":1728669414322,"stop":1728669414325,"duration":3}},{"uid":"21c416ca32bd354f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/21c416ca32bd354f","status":"passed","time":{"start":1728597758156,"stop":1728597758156,"duration":0}},{"uid":"64561bf94a519e05","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/64561bf94a519e05","status":"passed","time":{"start":1728596973960,"stop":1728596973960,"duration":0}}]},"672397862f4496f05589689eff73d144:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f84602f304f1109","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7f84602f304f1109","status":"passed","time":{"start":1728683117676,"stop":1728683117676,"duration":0}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d189863c3dea04c0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d189863c3dea04c0","status":"passed","time":{"start":1729034636306,"stop":1729034636306,"duration":0}},{"uid":"47a3534f4d4b12fe","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47a3534f4d4b12fe","status":"passed","time":{"start":1729034402253,"stop":1729034402255,"duration":2}},{"uid":"7d92bcb6edcf3f56","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7d92bcb6edcf3f56","status":"passed","time":{"start":1729034323279,"stop":1729034323280,"duration":1}},{"uid":"f230aa5b957c2ee5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f230aa5b957c2ee5","status":"passed","time":{"start":1729034144756,"stop":1729034144756,"duration":0}},{"uid":"86046a09c3517d59","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/86046a09c3517d59","status":"passed","time":{"start":1729032198808,"stop":1729032198808,"duration":0}},{"uid":"2832330573697747","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2832330573697747","status":"passed","time":{"start":1728901901734,"stop":1728901901735,"duration":1}},{"uid":"96a8de8910ca7eb8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/96a8de8910ca7eb8","status":"passed","time":{"start":1728893337226,"stop":1728893337226,"duration":0}},{"uid":"9f8ed76cba287529","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f8ed76cba287529","status":"passed","time":{"start":1728856299183,"stop":1728856299183,"duration":0}},{"uid":"5bda78c4a03a5717","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5bda78c4a03a5717","status":"passed","time":{"start":1728738505368,"stop":1728738505368,"duration":0}},{"uid":"f3f24a54f462b5a9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3f24a54f462b5a9","status":"passed","time":{"start":1728683045437,"stop":1728683045437,"duration":0}},{"uid":"198d53f41d7a3b3f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/198d53f41d7a3b3f","status":"passed","time":{"start":1728682607279,"stop":1728682607279,"duration":0}},{"uid":"158225059a7dd36a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/158225059a7dd36a","status":"passed","time":{"start":1728677103484,"stop":1728677103484,"duration":0}},{"uid":"8785ff339feb4127","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8785ff339feb4127","status":"passed","time":{"start":1728669777110,"stop":1728669777110,"duration":0}},{"uid":"dc29fb880c29765","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc29fb880c29765","status":"passed","time":{"start":1728598163458,"stop":1728598163459,"duration":1}},{"uid":"359fb96e249a6532","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/359fb96e249a6532","status":"passed","time":{"start":1728597375453,"stop":1728597375454,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f324675a46ff49dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f324675a46ff49dd","status":"passed","time":{"start":1729034340756,"stop":1729034340756,"duration":0}},{"uid":"953f1b2fcee5b170","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/953f1b2fcee5b170","status":"passed","time":{"start":1729034104177,"stop":1729034104182,"duration":5}},{"uid":"9223719b278a3647","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9223719b278a3647","status":"passed","time":{"start":1729034027744,"stop":1729034027745,"duration":1}},{"uid":"6a8e22de62afb947","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a8e22de62afb947","status":"passed","time":{"start":1729033842350,"stop":1729033842350,"duration":0}},{"uid":"ea509b879f96a138","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ea509b879f96a138","status":"passed","time":{"start":1729031892048,"stop":1729031892049,"duration":1}},{"uid":"ceb787dc15800b48","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ceb787dc15800b48","status":"passed","time":{"start":1728901438031,"stop":1728901438031,"duration":0}},{"uid":"d6a5d65a402d0bfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6a5d65a402d0bfd","status":"passed","time":{"start":1728892868234,"stop":1728892868235,"duration":1}},{"uid":"cd96393e68131213","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cd96393e68131213","status":"passed","time":{"start":1728855831081,"stop":1728855831081,"duration":0}},{"uid":"fdf059388bedec65","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fdf059388bedec65","status":"passed","time":{"start":1728738048444,"stop":1728738048444,"duration":0}},{"uid":"1fcb7db8fb6be368","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1fcb7db8fb6be368","status":"passed","time":{"start":1728682581847,"stop":1728682581848,"duration":1}},{"uid":"8f66789623f8e195","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8f66789623f8e195","status":"passed","time":{"start":1728682154709,"stop":1728682154710,"duration":1}},{"uid":"ec01d9d13cdc4d01","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec01d9d13cdc4d01","status":"passed","time":{"start":1728676629303,"stop":1728676629304,"duration":1}},{"uid":"a095924f0c78e8af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a095924f0c78e8af","status":"passed","time":{"start":1728669352212,"stop":1728669352213,"duration":1}},{"uid":"1eab5056830b3458","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1eab5056830b3458","status":"passed","time":{"start":1728597693020,"stop":1728597693021,"duration":1}},{"uid":"8d422045d34e8d51","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d422045d34e8d51","status":"passed","time":{"start":1728596912534,"stop":1728596912534,"duration":0}}]},"69632c8ff60ec8fd34af2865229def31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48a72d126fba64e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/48a72d126fba64e","status":"passed","time":{"start":1728856355682,"stop":1728856355683,"duration":1}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6d07ffeac9b4e497","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6d07ffeac9b4e497","status":"passed","time":{"start":1729034472986,"stop":1729034472987,"duration":1}},{"uid":"d29e931ae4c4e439","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d29e931ae4c4e439","status":"passed","time":{"start":1729034240927,"stop":1729034240928,"duration":1}},{"uid":"fbf5a6b6dd9e5d48","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fbf5a6b6dd9e5d48","status":"passed","time":{"start":1729034159624,"stop":1729034159624,"duration":0}},{"uid":"cab3873319e434e3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cab3873319e434e3","status":"passed","time":{"start":1729033976806,"stop":1729033976807,"duration":1}},{"uid":"123e1b0ddd1376de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/123e1b0ddd1376de","status":"passed","time":{"start":1729032020530,"stop":1729032020531,"duration":1}},{"uid":"67fff6eb32030bff","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67fff6eb32030bff","status":"passed","time":{"start":1728901616474,"stop":1728901616474,"duration":0}},{"uid":"1d96fbd514fea817","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d96fbd514fea817","status":"passed","time":{"start":1728893050251,"stop":1728893050251,"duration":0}},{"uid":"94851dc12162616e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/94851dc12162616e","status":"passed","time":{"start":1728856015177,"stop":1728856015180,"duration":3}},{"uid":"39e4dc0f26d95951","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/39e4dc0f26d95951","status":"passed","time":{"start":1728738233148,"stop":1728738233148,"duration":0}},{"uid":"d2838e48c3429061","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d2838e48c3429061","status":"passed","time":{"start":1728682762478,"stop":1728682762478,"duration":0}},{"uid":"88469ad70ed63a6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/88469ad70ed63a6","status":"passed","time":{"start":1728682332792,"stop":1728682332792,"duration":0}},{"uid":"c42c0f9c80bf1a9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c42c0f9c80bf1a9","status":"passed","time":{"start":1728676810300,"stop":1728676810303,"duration":3}},{"uid":"282d1a40b9b6f06d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/282d1a40b9b6f06d","status":"passed","time":{"start":1728669529906,"stop":1728669529906,"duration":0}},{"uid":"e22a7365244947cf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e22a7365244947cf","status":"passed","time":{"start":1728597873541,"stop":1728597873541,"duration":0}},{"uid":"3cb3df1434b054d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3cb3df1434b054d1","status":"passed","time":{"start":1728597089279,"stop":1728597089279,"duration":0}}]},"f849b89fe6b8d4b2b0b8fe9e91ddc402:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"163c298aa1a1cfdd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/163c298aa1a1cfdd","status":"passed","time":{"start":1728683093170,"stop":1728683093170,"duration":0}}]},"9429f9d03cae34c7ad746af981475693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cab060f1e25f10a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5cab060f1e25f10a","status":"passed","time":{"start":1728669795407,"stop":1728669795408,"duration":1}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b236b6dc45aa2fd1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b236b6dc45aa2fd1","status":"passed","time":{"start":1729034435019,"stop":1729034435020,"duration":1}},{"uid":"573fae9e4ea53c6f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/573fae9e4ea53c6f","status":"passed","time":{"start":1729034179355,"stop":1729034179356,"duration":1}},{"uid":"1f6b97dd9d3de295","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1f6b97dd9d3de295","status":"passed","time":{"start":1729034120550,"stop":1729034120551,"duration":1}},{"uid":"7e6e74e42811c697","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7e6e74e42811c697","status":"passed","time":{"start":1729033937083,"stop":1729033937083,"duration":0}},{"uid":"e520dab9b539f3df","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e520dab9b539f3df","status":"passed","time":{"start":1729031987033,"stop":1729031987033,"duration":0}},{"uid":"13adf496c923114f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/13adf496c923114f","status":"passed","time":{"start":1728901546863,"stop":1728901546863,"duration":0}},{"uid":"e1f972c065426c89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e1f972c065426c89","status":"passed","time":{"start":1728892979418,"stop":1728892979419,"duration":1}},{"uid":"332ae9ecc0c7c7f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/332ae9ecc0c7c7f","status":"passed","time":{"start":1728855940957,"stop":1728855940958,"duration":1}},{"uid":"17a515bfcab60c49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/17a515bfcab60c49","status":"passed","time":{"start":1728738161107,"stop":1728738161107,"duration":0}},{"uid":"cb5fc9ee1b546380","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cb5fc9ee1b546380","status":"passed","time":{"start":1728682691671,"stop":1728682691671,"duration":0}},{"uid":"bacd2ec6ca3d201","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bacd2ec6ca3d201","status":"passed","time":{"start":1728682265766,"stop":1728682265767,"duration":1}},{"uid":"50047451f76e846f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/50047451f76e846f","status":"passed","time":{"start":1728676744597,"stop":1728676744598,"duration":1}},{"uid":"b4e03faa57d4bb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b4e03faa57d4bb3","status":"passed","time":{"start":1728669464696,"stop":1728669464703,"duration":7}},{"uid":"3920e265eb13534c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3920e265eb13534c","status":"passed","time":{"start":1728597804167,"stop":1728597804168,"duration":1}},{"uid":"8d62c3d90427d3d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d62c3d90427d3d2","status":"passed","time":{"start":1728597021421,"stop":1728597021422,"duration":1}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ef7282f966873272","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ef7282f966873272","status":"passed","time":{"start":1729034565830,"stop":1729034565831,"duration":1}},{"uid":"348e6715ac551ad6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/348e6715ac551ad6","status":"passed","time":{"start":1729034325772,"stop":1729034325773,"duration":1}},{"uid":"3f2f7df8d4e656de","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3f2f7df8d4e656de","status":"passed","time":{"start":1729034249509,"stop":1729034249511,"duration":2}},{"uid":"997ec848a1e13ccb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/997ec848a1e13ccb","status":"passed","time":{"start":1729034066153,"stop":1729034066153,"duration":0}},{"uid":"927a946fc783ce4a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/927a946fc783ce4a","status":"passed","time":{"start":1728901782835,"stop":1728901782835,"duration":0}},{"uid":"ba1af1d755af0a1e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ba1af1d755af0a1e","status":"passed","time":{"start":1728893215983,"stop":1728893215984,"duration":1}},{"uid":"273bbb36db0788e9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/273bbb36db0788e9","status":"passed","time":{"start":1728856159198,"stop":1728856159198,"duration":0}},{"uid":"16cf8424b0afc75f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/16cf8424b0afc75f","status":"passed","time":{"start":1728738371833,"stop":1728738371833,"duration":0}},{"uid":"ef9ecda1ac0f93c4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ef9ecda1ac0f93c4","status":"passed","time":{"start":1728682915879,"stop":1728682915880,"duration":1}},{"uid":"8b5bf93f9611e64","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8b5bf93f9611e64","status":"passed","time":{"start":1728682496455,"stop":1728682496455,"duration":0}},{"uid":"c793f065500e23fc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c793f065500e23fc","status":"passed","time":{"start":1728676980220,"stop":1728676980222,"duration":2}},{"uid":"fb94c512f9ca327b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fb94c512f9ca327b","status":"passed","time":{"start":1728598045383,"stop":1728598045384,"duration":1}},{"uid":"10dc4cbccd659dd3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/10dc4cbccd659dd3","status":"passed","time":{"start":1728597260329,"stop":1728597260329,"duration":0}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2d0aff9821d8abac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d0aff9821d8abac","status":"passed","time":{"start":1729034472942,"stop":1729034472942,"duration":0}},{"uid":"2c99e66050a6d17b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2c99e66050a6d17b","status":"passed","time":{"start":1729034240910,"stop":1729034240912,"duration":2}},{"uid":"19347470abe56884","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/19347470abe56884","status":"passed","time":{"start":1729034159611,"stop":1729034159611,"duration":0}},{"uid":"85ba216f652b1afb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85ba216f652b1afb","status":"passed","time":{"start":1729033976789,"stop":1729033976789,"duration":0}},{"uid":"56ad98f42ce0073a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/56ad98f42ce0073a","status":"passed","time":{"start":1729032020510,"stop":1729032020510,"duration":0}},{"uid":"40ec16a95c46e27a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40ec16a95c46e27a","status":"passed","time":{"start":1728901616426,"stop":1728901616426,"duration":0}},{"uid":"5e4f58d90b7cc972","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5e4f58d90b7cc972","status":"passed","time":{"start":1728893050241,"stop":1728893050242,"duration":1}},{"uid":"f3dbbb98f1b1fe14","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3dbbb98f1b1fe14","status":"passed","time":{"start":1728856015168,"stop":1728856015168,"duration":0}},{"uid":"7cb35944e01b59c3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7cb35944e01b59c3","status":"passed","time":{"start":1728738233133,"stop":1728738233133,"duration":0}},{"uid":"26df193201299446","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/26df193201299446","status":"passed","time":{"start":1728682762466,"stop":1728682762467,"duration":1}},{"uid":"301ea4d433d3721a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/301ea4d433d3721a","status":"passed","time":{"start":1728682332782,"stop":1728682332783,"duration":1}},{"uid":"42e07f93c451be66","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/42e07f93c451be66","status":"passed","time":{"start":1728676810287,"stop":1728676810287,"duration":0}},{"uid":"2b5ac6b5000b91a9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b5ac6b5000b91a9","status":"passed","time":{"start":1728669529890,"stop":1728669529890,"duration":0}},{"uid":"91fdca3cfecaeaf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/91fdca3cfecaeaf","status":"passed","time":{"start":1728597873530,"stop":1728597873530,"duration":0}},{"uid":"cd3b7e18225defc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd3b7e18225defc2","status":"passed","time":{"start":1728597089270,"stop":1728597089270,"duration":0}}]},"1039879d84fef6ec88d6b8c8c3bf2062:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b737f3b19550c4d7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b737f3b19550c4d7","status":"passed","time":{"start":1728901881028,"stop":1728901881029,"duration":1}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"b5f2cbdb34df41bb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b5f2cbdb34df41bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034612085,"stop":1729034612085,"duration":0}},{"uid":"948f7e770fa175d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/948f7e770fa175d4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034371234,"stop":1729034371235,"duration":1}},{"uid":"d2fedd51569ff7f3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d2fedd51569ff7f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034305208,"stop":1729034305209,"duration":1}},{"uid":"249094951590ce0f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/249094951590ce0f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122311,"stop":1729034122311,"duration":0}},{"uid":"7d843f87d6d44cb7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7d843f87d6d44cb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175157,"stop":1729032175161,"duration":4}},{"uid":"b79b7989b1d65500","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b79b7989b1d65500","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873457,"stop":1728901873458,"duration":1}},{"uid":"b946572bd6c75e78","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b946572bd6c75e78","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311289,"stop":1728893311290,"duration":1}},{"uid":"63b8873ca3ed5b88","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/63b8873ca3ed5b88","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263476,"stop":1728856263477,"duration":1}},{"uid":"3caabfe22ed5b5ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3caabfe22ed5b5ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483673,"stop":1728738483673,"duration":0}},{"uid":"86cbd9362ccb9dd2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/86cbd9362ccb9dd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030247,"stop":1728683030248,"duration":1}},{"uid":"f87c9c92dd5a0868","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f87c9c92dd5a0868","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581303,"stop":1728682581304,"duration":1}},{"uid":"9bcfbd929dfacbec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9bcfbd929dfacbec","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082260,"stop":1728677082260,"duration":0}},{"uid":"629f86270552b717","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/629f86270552b717","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754303,"stop":1728669754303,"duration":0}},{"uid":"a6a4578a2ea0c4c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a6a4578a2ea0c4c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137642,"stop":1728598137642,"duration":0}},{"uid":"7b24077bbee73d23","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b24077bbee73d23","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350584,"stop":1728597350584,"duration":0}}]},"bf30cdca0ced3f0aa8ac2ca04b0abdab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d709730fe53675e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d709730fe53675e5","status":"passed","time":{"start":1729034332634,"stop":1729034332634,"duration":0}},{"uid":"d4de7754bc77d655","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4de7754bc77d655","status":"passed","time":{"start":1729034096135,"stop":1729034096136,"duration":1}},{"uid":"e3442dbd622c2326","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e3442dbd622c2326","status":"passed","time":{"start":1729034020092,"stop":1729034020093,"duration":1}},{"uid":"3818b3cb1003852b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3818b3cb1003852b","status":"passed","time":{"start":1729033834388,"stop":1729033834389,"duration":1}},{"uid":"c15c5a3f9b3f59c1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c15c5a3f9b3f59c1","status":"passed","time":{"start":1729031884122,"stop":1729031884122,"duration":0}},{"uid":"56dc656e1ea0ee15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56dc656e1ea0ee15","status":"passed","time":{"start":1728901430256,"stop":1728901430256,"duration":0}},{"uid":"d473e5f35faaf220","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d473e5f35faaf220","status":"passed","time":{"start":1728892860534,"stop":1728892860534,"duration":0}},{"uid":"43df41ee66b9311a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/43df41ee66b9311a","status":"passed","time":{"start":1728855823324,"stop":1728855823324,"duration":0}},{"uid":"64ff2a5dbc355d16","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/64ff2a5dbc355d16","status":"passed","time":{"start":1728738040605,"stop":1728738040605,"duration":0}},{"uid":"e18d6e02b0e16d62","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e18d6e02b0e16d62","status":"passed","time":{"start":1728682574095,"stop":1728682574095,"duration":0}},{"uid":"166f61b4703ebc19","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/166f61b4703ebc19","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"fef64175d00dea2d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fef64175d00dea2d","status":"passed","time":{"start":1728676621434,"stop":1728676621434,"duration":0}},{"uid":"92f4e040c8734496","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92f4e040c8734496","status":"passed","time":{"start":1728669344470,"stop":1728669344470,"duration":0}},{"uid":"845575160abe8eb7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/845575160abe8eb7","status":"passed","time":{"start":1728597685163,"stop":1728597685164,"duration":1}},{"uid":"fc399176e11abca1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fc399176e11abca1","status":"passed","time":{"start":1728596904471,"stop":1728596904471,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"af16ad39ac82cb9c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af16ad39ac82cb9c","status":"passed","time":{"start":1729034636324,"stop":1729034636324,"duration":0}},{"uid":"961f4437a560fbd2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/961f4437a560fbd2","status":"passed","time":{"start":1729034402290,"stop":1729034402290,"duration":0}},{"uid":"d768723605111846","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d768723605111846","status":"passed","time":{"start":1729034323319,"stop":1729034323319,"duration":0}},{"uid":"2e34179447f8771f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2e34179447f8771f","status":"passed","time":{"start":1729034144773,"stop":1729034144774,"duration":1}},{"uid":"5123d2daf6fc231e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5123d2daf6fc231e","status":"passed","time":{"start":1729032198837,"stop":1729032198838,"duration":1}},{"uid":"ea24b55f1204acca","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea24b55f1204acca","status":"passed","time":{"start":1728901901778,"stop":1728901901778,"duration":0}},{"uid":"d9f86b48e2b95f5f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d9f86b48e2b95f5f","status":"passed","time":{"start":1728893337259,"stop":1728893337259,"duration":0}},{"uid":"ead699be5e7c537","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ead699be5e7c537","status":"passed","time":{"start":1728856299203,"stop":1728856299203,"duration":0}},{"uid":"540b0d4522620cf7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/540b0d4522620cf7","status":"passed","time":{"start":1728738505395,"stop":1728738505396,"duration":1}},{"uid":"a1132fcdfc896784","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1132fcdfc896784","status":"passed","time":{"start":1728683045455,"stop":1728683045455,"duration":0}},{"uid":"ca5745871ad98ebe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ca5745871ad98ebe","status":"passed","time":{"start":1728682607300,"stop":1728682607300,"duration":0}},{"uid":"25dd9044146f98eb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/25dd9044146f98eb","status":"passed","time":{"start":1728677103503,"stop":1728677103504,"duration":1}},{"uid":"e3c1431438294208","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e3c1431438294208","status":"passed","time":{"start":1728669777144,"stop":1728669777144,"duration":0}},{"uid":"8b85ea3f8a2fa2a5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8b85ea3f8a2fa2a5","status":"passed","time":{"start":1728598163472,"stop":1728598163472,"duration":0}},{"uid":"ee26ed8bb8a0a23c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ee26ed8bb8a0a23c","status":"passed","time":{"start":1728597375493,"stop":1728597375494,"duration":1}}]},"c8e72a6ac781ab33b5f43918658fefcb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2255d049b1402a3e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2255d049b1402a3e","status":"passed","time":{"start":1729034428557,"stop":1729034428558,"duration":1}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8afa16ecfddccdd5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8afa16ecfddccdd5","status":"passed","time":{"start":1729034472932,"stop":1729034472932,"duration":0}},{"uid":"f717645439e46306","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f717645439e46306","status":"passed","time":{"start":1729034240906,"stop":1729034240906,"duration":0}},{"uid":"9ded3190039450d4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9ded3190039450d4","status":"passed","time":{"start":1729034159609,"stop":1729034159609,"duration":0}},{"uid":"3f1d65590d8b1712","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f1d65590d8b1712","status":"passed","time":{"start":1729033976776,"stop":1729033976776,"duration":0}},{"uid":"9d37436f43ca4199","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d37436f43ca4199","status":"passed","time":{"start":1729032020507,"stop":1729032020507,"duration":0}},{"uid":"89413cf73e649923","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/89413cf73e649923","status":"passed","time":{"start":1728901616424,"stop":1728901616424,"duration":0}},{"uid":"828022834f9c6777","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/828022834f9c6777","status":"passed","time":{"start":1728893050239,"stop":1728893050239,"duration":0}},{"uid":"8b31c7e956f2d83e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b31c7e956f2d83e","status":"passed","time":{"start":1728856015166,"stop":1728856015166,"duration":0}},{"uid":"ae46f6e4cf8abd1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ae46f6e4cf8abd1c","status":"passed","time":{"start":1728738233128,"stop":1728738233129,"duration":1}},{"uid":"786dda69f3bccb02","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/786dda69f3bccb02","status":"passed","time":{"start":1728682762462,"stop":1728682762462,"duration":0}},{"uid":"ea7150daa16a92bf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea7150daa16a92bf","status":"passed","time":{"start":1728682332780,"stop":1728682332780,"duration":0}},{"uid":"557ee14409f58bd8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/557ee14409f58bd8","status":"passed","time":{"start":1728676810284,"stop":1728676810285,"duration":1}},{"uid":"6c4348b69fbdc267","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c4348b69fbdc267","status":"passed","time":{"start":1728669529887,"stop":1728669529888,"duration":1}},{"uid":"3d8ac0c4bc41f97a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3d8ac0c4bc41f97a","status":"passed","time":{"start":1728597873526,"stop":1728597873527,"duration":1}},{"uid":"8972030cc2949db7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8972030cc2949db7","status":"passed","time":{"start":1728597089267,"stop":1728597089268,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"933841381ccd2876","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/933841381ccd2876","status":"passed","time":{"start":1729034611649,"stop":1729034611649,"duration":0}},{"uid":"2f81da510510ab3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2f81da510510ab3","status":"passed","time":{"start":1729034393624,"stop":1729034393625,"duration":1}},{"uid":"2a08f29ebc5f0789","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2a08f29ebc5f0789","status":"passed","time":{"start":1729034304793,"stop":1729034304793,"duration":0}},{"uid":"747430b44b05be25","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/747430b44b05be25","status":"passed","time":{"start":1729034121875,"stop":1729034121875,"duration":0}},{"uid":"462fd9e323556702","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/462fd9e323556702","status":"passed","time":{"start":1729032174794,"stop":1729032174795,"duration":1}},{"uid":"d793a150811ef4f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d793a150811ef4f7","status":"passed","time":{"start":1728901881001,"stop":1728901881001,"duration":0}},{"uid":"93f67f9ccce65490","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/93f67f9ccce65490","status":"passed","time":{"start":1728893317129,"stop":1728893317129,"duration":0}},{"uid":"34899aadb998dcad","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/34899aadb998dcad","status":"passed","time":{"start":1728856263062,"stop":1728856263063,"duration":1}},{"uid":"9e5607c2d00bc13e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9e5607c2d00bc13e","status":"passed","time":{"start":1728738492779,"stop":1728738492781,"duration":2}},{"uid":"6586634731223127","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6586634731223127","status":"passed","time":{"start":1728683030005,"stop":1728683030006,"duration":1}},{"uid":"fea44c9559b11da9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fea44c9559b11da9","status":"passed","time":{"start":1728682581058,"stop":1728682581060,"duration":2}},{"uid":"af212fb5f441af91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/af212fb5f441af91","status":"passed","time":{"start":1728677081981,"stop":1728677081981,"duration":0}},{"uid":"803ed7b5708a4a76","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/803ed7b5708a4a76","status":"passed","time":{"start":1728669795382,"stop":1728669795382,"duration":0}},{"uid":"983eecf1e2e2366c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/983eecf1e2e2366c","status":"passed","time":{"start":1728598137489,"stop":1728598137490,"duration":1}},{"uid":"97c946fc2558cea6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/97c946fc2558cea6","status":"passed","time":{"start":1728597353469,"stop":1728597353470,"duration":1}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"91232f14e84ab37d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/91232f14e84ab37d","status":"passed","time":{"start":1729034341410,"stop":1729034341410,"duration":0}},{"uid":"1d2ffd981adbf7dd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1d2ffd981adbf7dd","status":"passed","time":{"start":1729034104919,"stop":1729034104919,"duration":0}},{"uid":"4229f8258d382917","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4229f8258d382917","status":"passed","time":{"start":1729034028518,"stop":1729034028518,"duration":0}},{"uid":"5c5fcfe8d2d086c7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5c5fcfe8d2d086c7","status":"passed","time":{"start":1729033843125,"stop":1729033843125,"duration":0}},{"uid":"6495cd77bc38d864","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6495cd77bc38d864","status":"passed","time":{"start":1729031892683,"stop":1729031892683,"duration":0}},{"uid":"a01a1ba40aecaaa5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a01a1ba40aecaaa5","status":"passed","time":{"start":1728901438815,"stop":1728901438815,"duration":0}},{"uid":"7bf951d6dad3afb9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7bf951d6dad3afb9","status":"passed","time":{"start":1728892869008,"stop":1728892869008,"duration":0}},{"uid":"223f55dbcad1bcb8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/223f55dbcad1bcb8","status":"passed","time":{"start":1728855831899,"stop":1728855831899,"duration":0}},{"uid":"fb53102a638e16c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fb53102a638e16c4","status":"passed","time":{"start":1728738049047,"stop":1728738049048,"duration":1}},{"uid":"5b63b0bf9234a017","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5b63b0bf9234a017","status":"passed","time":{"start":1728682582626,"stop":1728682582626,"duration":0}},{"uid":"826bf72ead49e878","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/826bf72ead49e878","status":"passed","time":{"start":1728682155414,"stop":1728682155414,"duration":0}},{"uid":"250c907f222a5b93","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/250c907f222a5b93","status":"passed","time":{"start":1728676629981,"stop":1728676629981,"duration":0}},{"uid":"d14884ad5e7af976","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d14884ad5e7af976","status":"passed","time":{"start":1728669353108,"stop":1728669353108,"duration":0}},{"uid":"43d4885abdd378aa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/43d4885abdd378aa","status":"passed","time":{"start":1728597693854,"stop":1728597693854,"duration":0}},{"uid":"4902b7369b07352f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4902b7369b07352f","status":"passed","time":{"start":1728596913098,"stop":1728596913098,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"107b8885c55d731c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/107b8885c55d731c","status":"passed","time":{"start":1729034341409,"stop":1729034341409,"duration":0}},{"uid":"47137cbd2b31d4f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47137cbd2b31d4f5","status":"passed","time":{"start":1729034104918,"stop":1729034104918,"duration":0}},{"uid":"ca467f6436d3649","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ca467f6436d3649","status":"passed","time":{"start":1729034028516,"stop":1729034028516,"duration":0}},{"uid":"ee6e97b084a3d147","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee6e97b084a3d147","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0}},{"uid":"1af2a877dd294631","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1af2a877dd294631","status":"passed","time":{"start":1729031892682,"stop":1729031892682,"duration":0}},{"uid":"1c470f23e279a11d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c470f23e279a11d","status":"passed","time":{"start":1728901438813,"stop":1728901438813,"duration":0}},{"uid":"c339ab73e2d147ae","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c339ab73e2d147ae","status":"passed","time":{"start":1728892869006,"stop":1728892869006,"duration":0}},{"uid":"b2cfa81f5fd984ce","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b2cfa81f5fd984ce","status":"passed","time":{"start":1728855831898,"stop":1728855831898,"duration":0}},{"uid":"4818cbe759085a5b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4818cbe759085a5b","status":"passed","time":{"start":1728738049045,"stop":1728738049046,"duration":1}},{"uid":"45cb0c7329d6984d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/45cb0c7329d6984d","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"c8366e4e8fe0c25a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c8366e4e8fe0c25a","status":"passed","time":{"start":1728682155413,"stop":1728682155413,"duration":0}},{"uid":"2ccb5329e6b21d68","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2ccb5329e6b21d68","status":"passed","time":{"start":1728676629979,"stop":1728676629980,"duration":1}},{"uid":"1166bf64a26752e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1166bf64a26752e2","status":"passed","time":{"start":1728669353106,"stop":1728669353107,"duration":1}},{"uid":"d0a9c0dc8119fa0f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d0a9c0dc8119fa0f","status":"passed","time":{"start":1728597693852,"stop":1728597693853,"duration":1}},{"uid":"149804c81e6be875","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/149804c81e6be875","status":"passed","time":{"start":1728596913096,"stop":1728596913097,"duration":1}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"99dd023481b6e3cd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/99dd023481b6e3cd","status":"passed","time":{"start":1729034341409,"stop":1729034341409,"duration":0}},{"uid":"a154038345ecb380","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a154038345ecb380","status":"passed","time":{"start":1729034104917,"stop":1729034104918,"duration":1}},{"uid":"48effdedda5425ee","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/48effdedda5425ee","status":"passed","time":{"start":1729034028515,"stop":1729034028516,"duration":1}},{"uid":"678e61af4756519d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/678e61af4756519d","status":"passed","time":{"start":1729033843123,"stop":1729033843123,"duration":0}},{"uid":"8b74c1ef967baed6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b74c1ef967baed6","status":"passed","time":{"start":1729031892682,"stop":1729031892682,"duration":0}},{"uid":"bc6a659c90f8a3c2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bc6a659c90f8a3c2","status":"passed","time":{"start":1728901438813,"stop":1728901438813,"duration":0}},{"uid":"dfc13b5edc8c730a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dfc13b5edc8c730a","status":"passed","time":{"start":1728892869006,"stop":1728892869006,"duration":0}},{"uid":"83cefa48862e25ef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/83cefa48862e25ef","status":"passed","time":{"start":1728855831897,"stop":1728855831897,"duration":0}},{"uid":"9271c5ce7d6697bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9271c5ce7d6697bd","status":"passed","time":{"start":1728738049045,"stop":1728738049045,"duration":0}},{"uid":"6d1b9ed4f7beac1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6d1b9ed4f7beac1","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"176f89164cdbf522","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/176f89164cdbf522","status":"passed","time":{"start":1728682155413,"stop":1728682155413,"duration":0}},{"uid":"e8a0fd8e0cc1f061","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e8a0fd8e0cc1f061","status":"passed","time":{"start":1728676629979,"stop":1728676629979,"duration":0}},{"uid":"1e2bace4bf33a7ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1e2bace4bf33a7ed","status":"passed","time":{"start":1728669353106,"stop":1728669353106,"duration":0}},{"uid":"e3a0240afdf5c3e5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3a0240afdf5c3e5","status":"passed","time":{"start":1728597693852,"stop":1728597693852,"duration":0}},{"uid":"ff3acd62c7e12768","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ff3acd62c7e12768","status":"passed","time":{"start":1728596913096,"stop":1728596913096,"duration":0}}]},"e133df54c067e43ed88a36f702a54bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bee450e95d9603b7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bee450e95d9603b7","status":"passed","time":{"start":1729034332648,"stop":1729034332648,"duration":0}},{"uid":"44939c3efb0f7bc1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/44939c3efb0f7bc1","status":"passed","time":{"start":1729034096144,"stop":1729034096144,"duration":0}},{"uid":"9e2d22e0913ec83d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9e2d22e0913ec83d","status":"passed","time":{"start":1729034020100,"stop":1729034020101,"duration":1}},{"uid":"e7ddfb684898949","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7ddfb684898949","status":"passed","time":{"start":1729033834398,"stop":1729033834398,"duration":0}},{"uid":"d4668c8e5a78a840","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d4668c8e5a78a840","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"88a6900b7d5bc647","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/88a6900b7d5bc647","status":"passed","time":{"start":1728901430264,"stop":1728901430264,"duration":0}},{"uid":"576ec2a64355c16f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/576ec2a64355c16f","status":"passed","time":{"start":1728892860543,"stop":1728892860543,"duration":0}},{"uid":"8d0d541cd42cdba1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8d0d541cd42cdba1","status":"passed","time":{"start":1728855823332,"stop":1728855823332,"duration":0}},{"uid":"1ffb7ab470149692","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1ffb7ab470149692","status":"passed","time":{"start":1728738040613,"stop":1728738040613,"duration":0}},{"uid":"e2aed6ee2d03a937","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e2aed6ee2d03a937","status":"passed","time":{"start":1728682574104,"stop":1728682574104,"duration":0}},{"uid":"4425fdbe6eeccf5c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4425fdbe6eeccf5c","status":"passed","time":{"start":1728682146828,"stop":1728682146829,"duration":1}},{"uid":"887e38e1b1fb0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/887e38e1b1fb0e","status":"passed","time":{"start":1728676621443,"stop":1728676621443,"duration":0}},{"uid":"c5ff02c8e508c012","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c5ff02c8e508c012","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"9b8cc7821da9d89e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9b8cc7821da9d89e","status":"passed","time":{"start":1728597685173,"stop":1728597685173,"duration":0}},{"uid":"ed0cc3ab296832e4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed0cc3ab296832e4","status":"passed","time":{"start":1728596904483,"stop":1728596904483,"duration":0}}]},"2c3d7d305b475e827ff2a41cc1e32407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1fac69dd1a63d976","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1fac69dd1a63d976","status":"passed","time":{"start":1728597434078,"stop":1728597434079,"duration":1}}]},"c586008d62591ddc994745034f016700:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"ee890905b33e2ff0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee890905b33e2ff0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473406,"stop":1729034473407,"duration":1}},{"uid":"41efa0bf40ac946f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/41efa0bf40ac946f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241339,"stop":1729034241339,"duration":0}},{"uid":"5c049291dd7f81a6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5c049291dd7f81a6","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160192,"stop":1729034160192,"duration":0}},{"uid":"fb076ace8bac66d5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb076ace8bac66d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977225,"stop":1729033977225,"duration":0}},{"uid":"96275ef12ea569f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/96275ef12ea569f1","status":"passed","time":{"start":1729032053270,"stop":1729032053270,"duration":0}},{"uid":"c9181b8eb90aa7d4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c9181b8eb90aa7d4","status":"passed","time":{"start":1728901711767,"stop":1728901711767,"duration":0}},{"uid":"b8adc4012c4623a9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b8adc4012c4623a9","status":"passed","time":{"start":1728893141897,"stop":1728893141897,"duration":0}},{"uid":"4bdf5f90bbf73757","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4bdf5f90bbf73757","status":"passed","time":{"start":1728856103200,"stop":1728856103200,"duration":0}},{"uid":"e89d04ac15759f88","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e89d04ac15759f88","status":"passed","time":{"start":1728738321619,"stop":1728738321620,"duration":1}},{"uid":"497eb1a05073a5d7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/497eb1a05073a5d7","status":"passed","time":{"start":1728682857565,"stop":1728682857566,"duration":1}},{"uid":"350d7fb56775c019","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/350d7fb56775c019","status":"passed","time":{"start":1728682428804,"stop":1728682428804,"duration":0}},{"uid":"6aec71f5b8b3e0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6aec71f5b8b3e0e","status":"passed","time":{"start":1728676901168,"stop":1728676901169,"duration":1}},{"uid":"d18c4adf3143f54a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d18c4adf3143f54a","status":"passed","time":{"start":1728669573862,"stop":1728669573863,"duration":1}},{"uid":"4f9c7dbdcca79807","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4f9c7dbdcca79807","status":"passed","time":{"start":1728597972337,"stop":1728597972337,"duration":0}},{"uid":"4eef358f8a086848","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4eef358f8a086848","status":"passed","time":{"start":1728597175619,"stop":1728597175619,"duration":0}}]},"82c0e94f1876fe6c2cf7e06253407956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"879e77a81592ede","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/879e77a81592ede","status":"passed","time":{"start":1728597375480,"stop":1728597375481,"duration":1}}]},"87fa9ac8365c7bf5a68368eb18520031:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"4e365aa5497d2a28","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4e365aa5497d2a28","status":"passed","time":{"start":1729034372892,"stop":1729034372892,"duration":0}},{"uid":"5a6fd3db29da3691","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5a6fd3db29da3691","status":"passed","time":{"start":1729034137281,"stop":1729034137282,"duration":1}},{"uid":"e745a6c462624e83","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e745a6c462624e83","status":"passed","time":{"start":1729034060003,"stop":1729034060004,"duration":1}},{"uid":"79ca731aa452e7ec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79ca731aa452e7ec","status":"passed","time":{"start":1729033875011,"stop":1729033875011,"duration":0}},{"uid":"73ad08123118e351","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73ad08123118e351","status":"passed","time":{"start":1729031924808,"stop":1729031924809,"duration":1}},{"uid":"bb989eb42ba708a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bb989eb42ba708a9","status":"passed","time":{"start":1728855863301,"stop":1728855863301,"duration":0}},{"uid":"b1872677dea2bfc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b1872677dea2bfc","status":"passed","time":{"start":1728738080965,"stop":1728738080965,"duration":0}},{"uid":"ede23640831e54fe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ede23640831e54fe","status":"passed","time":{"start":1728682614256,"stop":1728682614256,"duration":0}},{"uid":"bb3394f820470284","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb3394f820470284","status":"passed","time":{"start":1728682187100,"stop":1728682187100,"duration":0}}]},"aca8972a7f5eff360f1c34563f3ecf3a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce4b0eea01d52e29","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ce4b0eea01d52e29","status":"passed","time":{"start":1728683110369,"stop":1728683110369,"duration":0}}]},"5a984aaa5ae8f06e43466d3ac8920bac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d90bf736128f52ef","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d90bf736128f52ef","status":"passed","time":{"start":1728677163580,"stop":1728677163582,"duration":2}}]},"eb17774d4396358918f2312750740b0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ab091b49e20cfcb1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab091b49e20cfcb1","status":"passed","time":{"start":1729034348412,"stop":1729034348412,"duration":0}},{"uid":"f6a1b851dd17b50a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f6a1b851dd17b50a","status":"passed","time":{"start":1729034112232,"stop":1729034112232,"duration":0}},{"uid":"92fcd713f55548b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/92fcd713f55548b3","status":"passed","time":{"start":1729034035749,"stop":1729034035749,"duration":0}},{"uid":"ac74dae45c45bc5f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac74dae45c45bc5f","status":"passed","time":{"start":1729033850296,"stop":1729033850297,"duration":1}},{"uid":"4b09d1b21fd97501","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4b09d1b21fd97501","status":"passed","time":{"start":1729031899900,"stop":1729031899901,"duration":1}},{"uid":"90df905b64655470","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/90df905b64655470","status":"passed","time":{"start":1728901445870,"stop":1728901445870,"duration":0}},{"uid":"35c0862c6cbabe29","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/35c0862c6cbabe29","status":"passed","time":{"start":1728892875903,"stop":1728892875904,"duration":1}},{"uid":"a148a679929cd687","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a148a679929cd687","status":"passed","time":{"start":1728855839036,"stop":1728855839036,"duration":0}},{"uid":"3569a14e4cb3731","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3569a14e4cb3731","status":"passed","time":{"start":1728738056183,"stop":1728738056183,"duration":0}},{"uid":"38aeb931ce67f97e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/38aeb931ce67f97e","status":"passed","time":{"start":1728682589457,"stop":1728682589457,"duration":0}},{"uid":"bcd88d6b80f63185","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bcd88d6b80f63185","status":"passed","time":{"start":1728682162315,"stop":1728682162315,"duration":0}},{"uid":"ccccdfeab5f3475c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ccccdfeab5f3475c","status":"passed","time":{"start":1728676637000,"stop":1728676637001,"duration":1}},{"uid":"7c97bc6386cf27c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7c97bc6386cf27c1","status":"passed","time":{"start":1728669360367,"stop":1728669360367,"duration":0}},{"uid":"d224771b43b25169","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d224771b43b25169","status":"passed","time":{"start":1728597700886,"stop":1728597700886,"duration":0}},{"uid":"bab646b0abd05232","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bab646b0abd05232","status":"passed","time":{"start":1728596919825,"stop":1728596919825,"duration":0}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4598952150450906","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4598952150450906","status":"passed","time":{"start":1729034536107,"stop":1729034536107,"duration":0}},{"uid":"12fe833603d19697","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12fe833603d19697","status":"passed","time":{"start":1729034296710,"stop":1729034296711,"duration":1}},{"uid":"128773fcbdfc144e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/128773fcbdfc144e","status":"passed","time":{"start":1729034220608,"stop":1729034220608,"duration":0}},{"uid":"310e05cb35456766","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/310e05cb35456766","status":"passed","time":{"start":1729034041492,"stop":1729034041494,"duration":2}},{"uid":"660eee4030e7e710","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/660eee4030e7e710","status":"passed","time":{"start":1728901705408,"stop":1728901705410,"duration":2}},{"uid":"f9b90b8a5dba376","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f9b90b8a5dba376","status":"passed","time":{"start":1728893141779,"stop":1728893141779,"duration":0}},{"uid":"cef19e58b3078581","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cef19e58b3078581","status":"passed","time":{"start":1728856087086,"stop":1728856087086,"duration":0}},{"uid":"c2289b2f0a9740a2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c2289b2f0a9740a2","status":"passed","time":{"start":1728738321439,"stop":1728738321439,"duration":0}},{"uid":"bf3beea9baec10b8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bf3beea9baec10b8","status":"passed","time":{"start":1728682845678,"stop":1728682845678,"duration":0}},{"uid":"9b44df23d0dc2172","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b44df23d0dc2172","status":"passed","time":{"start":1728682424313,"stop":1728682424313,"duration":0}},{"uid":"32c7b99de4d3766a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/32c7b99de4d3766a","status":"passed","time":{"start":1728676900542,"stop":1728676900542,"duration":0}},{"uid":"32a840ae56331734","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32a840ae56331734","status":"passed","time":{"start":1728669625803,"stop":1728669625803,"duration":0}},{"uid":"1b41910556461476","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1b41910556461476","status":"passed","time":{"start":1728597957174,"stop":1728597957174,"duration":0}},{"uid":"380b76caa33e907c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/380b76caa33e907c","status":"passed","time":{"start":1728597182621,"stop":1728597182621,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e4dca9e4751da766","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e4dca9e4751da766","status":"passed","time":{"start":1729034332796,"stop":1729034332797,"duration":1}},{"uid":"e4e37ce415038e92","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e4e37ce415038e92","status":"passed","time":{"start":1729034096146,"stop":1729034096146,"duration":0}},{"uid":"c87cfaea38fa5a90","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c87cfaea38fa5a90","status":"passed","time":{"start":1729034020103,"stop":1729034020103,"duration":0}},{"uid":"59e483add69818b4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/59e483add69818b4","status":"passed","time":{"start":1729033834402,"stop":1729033834402,"duration":0}},{"uid":"b12a35fa4c3fdacf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b12a35fa4c3fdacf","status":"passed","time":{"start":1729031884178,"stop":1729031884178,"duration":0}},{"uid":"8b1ab33d9bfeb4f6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8b1ab33d9bfeb4f6","status":"passed","time":{"start":1728901430211,"stop":1728901430211,"duration":0}},{"uid":"b71f2e441265eb2e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b71f2e441265eb2e","status":"passed","time":{"start":1728892860432,"stop":1728892860432,"duration":0}},{"uid":"a0eae50f3949dbfa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0eae50f3949dbfa","status":"passed","time":{"start":1728855823268,"stop":1728855823269,"duration":1}},{"uid":"84fd3a70803aa4a9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/84fd3a70803aa4a9","status":"passed","time":{"start":1728738040615,"stop":1728738040616,"duration":1}},{"uid":"94ff76dca007fdf0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/94ff76dca007fdf0","status":"passed","time":{"start":1728682574126,"stop":1728682574126,"duration":0}},{"uid":"4e89ed1302ce2507","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4e89ed1302ce2507","status":"passed","time":{"start":1728682146845,"stop":1728682146845,"duration":0}},{"uid":"4c601aba87271127","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4c601aba87271127","status":"passed","time":{"start":1728676621445,"stop":1728676621446,"duration":1}},{"uid":"d9c5e055f1a3501d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d9c5e055f1a3501d","status":"passed","time":{"start":1728669344424,"stop":1728669344424,"duration":0}},{"uid":"1db330f77275a440","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1db330f77275a440","status":"passed","time":{"start":1728597685247,"stop":1728597685247,"duration":0}},{"uid":"526164ff92c10ba2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/526164ff92c10ba2","status":"passed","time":{"start":1728596904559,"stop":1728596904560,"duration":1}}]},"01cfafe71463552d1ad61fb82e9cca24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a099155d0f20516","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6a099155d0f20516","status":"passed","time":{"start":1728683117676,"stop":1728683117676,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cb138cf402eddb58","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cb138cf402eddb58","status":"passed","time":{"start":1729034447614,"stop":1729034447614,"duration":0}},{"uid":"22fda2b2009704d3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22fda2b2009704d3","status":"passed","time":{"start":1729034206084,"stop":1729034206084,"duration":0}},{"uid":"ef11c1cce0f5ee90","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ef11c1cce0f5ee90","status":"passed","time":{"start":1729034134187,"stop":1729034134188,"duration":1}},{"uid":"51f82ffee840965c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/51f82ffee840965c","status":"passed","time":{"start":1729033942597,"stop":1729033942597,"duration":0}},{"uid":"d4997d15edc5fc30","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d4997d15edc5fc30","status":"passed","time":{"start":1729031989710,"stop":1729031989711,"duration":1}},{"uid":"501fc13fb1bcac83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/501fc13fb1bcac83","status":"passed","time":{"start":1728901562032,"stop":1728901562032,"duration":0}},{"uid":"8b94bdb3cf07cf6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8b94bdb3cf07cf6f","status":"passed","time":{"start":1728893001478,"stop":1728893001479,"duration":1}},{"uid":"3d10374ddaab8a5b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3d10374ddaab8a5b","status":"passed","time":{"start":1728855968863,"stop":1728855968864,"duration":1}},{"uid":"48df6cbfe3408f5e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/48df6cbfe3408f5e","status":"passed","time":{"start":1728738172964,"stop":1728738172964,"duration":0}},{"uid":"2b3b3ebfab73b5bc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2b3b3ebfab73b5bc","status":"passed","time":{"start":1728682706934,"stop":1728682706935,"duration":1}},{"uid":"1a3defa6c8af522e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1a3defa6c8af522e","status":"passed","time":{"start":1728682296858,"stop":1728682296858,"duration":0}},{"uid":"95cfed2083a18196","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/95cfed2083a18196","status":"passed","time":{"start":1728676761456,"stop":1728676761461,"duration":5}},{"uid":"2716f314b926b9d8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2716f314b926b9d8","status":"passed","time":{"start":1728669479023,"stop":1728669479024,"duration":1}},{"uid":"20d60385a799703d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/20d60385a799703d","status":"passed","time":{"start":1728597820124,"stop":1728597820125,"duration":1}},{"uid":"1b79dce8304f8c0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1b79dce8304f8c0d","status":"passed","time":{"start":1728597034494,"stop":1728597034494,"duration":0}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c4574242a438db2e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4574242a438db2e","status":"passed","time":{"start":1729034636313,"stop":1729034636313,"duration":0}},{"uid":"22a13569b5bd797e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22a13569b5bd797e","status":"passed","time":{"start":1729034402275,"stop":1729034402279,"duration":4}},{"uid":"861b6876660bb225","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/861b6876660bb225","status":"passed","time":{"start":1729034323293,"stop":1729034323294,"duration":1}},{"uid":"962a524db3f2bdc4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/962a524db3f2bdc4","status":"passed","time":{"start":1729034144764,"stop":1729034144765,"duration":1}},{"uid":"8a10ea0cd1c22d26","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a10ea0cd1c22d26","status":"passed","time":{"start":1729032198815,"stop":1729032198815,"duration":0}},{"uid":"793772c55522a6e7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/793772c55522a6e7","status":"passed","time":{"start":1728901901762,"stop":1728901901763,"duration":1}},{"uid":"222c8ca26e767da1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/222c8ca26e767da1","status":"passed","time":{"start":1728893337246,"stop":1728893337246,"duration":0}},{"uid":"21d65bb1ead84441","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/21d65bb1ead84441","status":"passed","time":{"start":1728856299188,"stop":1728856299188,"duration":0}},{"uid":"b00b13ec496b765f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b00b13ec496b765f","status":"passed","time":{"start":1728738505374,"stop":1728738505375,"duration":1}},{"uid":"bd9a8a14bd9e1811","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bd9a8a14bd9e1811","status":"passed","time":{"start":1728683045447,"stop":1728683045448,"duration":1}},{"uid":"566a0842e64ebf74","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/566a0842e64ebf74","status":"passed","time":{"start":1728682607289,"stop":1728682607289,"duration":0}},{"uid":"5e4c0032e93961c3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5e4c0032e93961c3","status":"passed","time":{"start":1728677103493,"stop":1728677103493,"duration":0}},{"uid":"35086b634b4bd8cb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/35086b634b4bd8cb","status":"passed","time":{"start":1728669777115,"stop":1728669777115,"duration":0}},{"uid":"9f6cb86d755c62f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9f6cb86d755c62f8","status":"passed","time":{"start":1728598163465,"stop":1728598163465,"duration":0}},{"uid":"32ff1c1d2e12b05b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32ff1c1d2e12b05b","status":"passed","time":{"start":1728597375467,"stop":1728597375468,"duration":1}}]},"8a4775a66d30812c0bef6cb12797f423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b60b99bf4f414d93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b60b99bf4f414d93","status":"passed","time":{"start":1728682666068,"stop":1728682666068,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7d79e101e857f99e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7d79e101e857f99e","status":"passed","time":{"start":1729034640508,"stop":1729034640508,"duration":0}},{"uid":"176b7efe23735a3c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/176b7efe23735a3c","status":"passed","time":{"start":1729034411418,"stop":1729034411418,"duration":0}},{"uid":"6c5992f85c587447","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6c5992f85c587447","status":"passed","time":{"start":1729034327389,"stop":1729034327389,"duration":0}},{"uid":"c59da88c76cabc50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c59da88c76cabc50","status":"passed","time":{"start":1729034147760,"stop":1729034147761,"duration":1}},{"uid":"5df4690747a6109e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5df4690747a6109e","status":"passed","time":{"start":1729032204822,"stop":1729032204822,"duration":0}},{"uid":"d85695e2259cb62d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d85695e2259cb62d","status":"passed","time":{"start":1728901907650,"stop":1728901907651,"duration":1}},{"uid":"cf7a3abe5658bcbb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf7a3abe5658bcbb","status":"passed","time":{"start":1728893341885,"stop":1728893341885,"duration":0}},{"uid":"8dbb1ab79a8a26e6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8dbb1ab79a8a26e6","status":"passed","time":{"start":1728856299350,"stop":1728856299350,"duration":0}},{"uid":"445d0953986bb38b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/445d0953986bb38b","status":"passed","time":{"start":1728738511610,"stop":1728738511611,"duration":1}},{"uid":"62521d57dd474332","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/62521d57dd474332","status":"passed","time":{"start":1728683052905,"stop":1728683052906,"duration":1}},{"uid":"2f1ceb664d267aa0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f1ceb664d267aa0","status":"passed","time":{"start":1728682612905,"stop":1728682612906,"duration":1}},{"uid":"e09f3b5f81731c19","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e09f3b5f81731c19","status":"passed","time":{"start":1728677115739,"stop":1728677115740,"duration":1}},{"uid":"d4a9fe3fa50ffad7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d4a9fe3fa50ffad7","status":"passed","time":{"start":1728669778169,"stop":1728669778169,"duration":0}},{"uid":"ed6c38dce6704958","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ed6c38dce6704958","status":"passed","time":{"start":1728598175426,"stop":1728598175427,"duration":1}},{"uid":"b91b762ea0ce2d21","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b91b762ea0ce2d21","status":"passed","time":{"start":1728597380056,"stop":1728597380056,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ce3945173a710377","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce3945173a710377","status":"passed","time":{"start":1729034536107,"stop":1729034536108,"duration":1}},{"uid":"10818c0b8aaf7744","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/10818c0b8aaf7744","status":"passed","time":{"start":1729034296711,"stop":1729034296712,"duration":1}},{"uid":"1d98d696440b340","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d98d696440b340","status":"passed","time":{"start":1729034220608,"stop":1729034220608,"duration":0}},{"uid":"e0b52083cd6de736","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e0b52083cd6de736","status":"passed","time":{"start":1729034041496,"stop":1729034041496,"duration":0}},{"uid":"d5dff3c4fc62ea76","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d5dff3c4fc62ea76","status":"passed","time":{"start":1728901705410,"stop":1728901705411,"duration":1}},{"uid":"e5098470fb3299b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e5098470fb3299b3","status":"passed","time":{"start":1728893141780,"stop":1728893141780,"duration":0}},{"uid":"905f4d5f07223c18","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/905f4d5f07223c18","status":"passed","time":{"start":1728856087086,"stop":1728856087086,"duration":0}},{"uid":"201bd3f7bf787432","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/201bd3f7bf787432","status":"passed","time":{"start":1728738321439,"stop":1728738321442,"duration":3}},{"uid":"1465c8371e2e283d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1465c8371e2e283d","status":"passed","time":{"start":1728682845678,"stop":1728682845679,"duration":1}},{"uid":"5f6701376be619ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5f6701376be619ac","status":"passed","time":{"start":1728682424313,"stop":1728682424314,"duration":1}},{"uid":"e00020ec4989f143","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e00020ec4989f143","status":"passed","time":{"start":1728676900542,"stop":1728676900543,"duration":1}},{"uid":"b0cabccfda1e6944","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0cabccfda1e6944","status":"passed","time":{"start":1728669625803,"stop":1728669625803,"duration":0}},{"uid":"a3db9cf3a81a8d67","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a3db9cf3a81a8d67","status":"passed","time":{"start":1728597957174,"stop":1728597957174,"duration":0}},{"uid":"be9e6d1cfab77e80","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/be9e6d1cfab77e80","status":"passed","time":{"start":1728597182621,"stop":1728597182621,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"974d279da7bf21fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/974d279da7bf21fa","status":"passed","time":{"start":1729034356473,"stop":1729034356473,"duration":0}},{"uid":"76c4a5f7dfe4fcea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/76c4a5f7dfe4fcea","status":"passed","time":{"start":1729034120499,"stop":1729034120499,"duration":0}},{"uid":"ee95a8dd2de118df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee95a8dd2de118df","status":"passed","time":{"start":1729033858268,"stop":1729033858269,"duration":1}},{"uid":"1a7b6c1137b9c55c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a7b6c1137b9c55c","status":"passed","time":{"start":1729031908175,"stop":1729031908175,"duration":0}},{"uid":"857e97a0e185aa4b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/857e97a0e185aa4b","status":"passed","time":{"start":1728901453932,"stop":1728901453932,"duration":0}},{"uid":"58109da3e8a370ee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/58109da3e8a370ee","status":"passed","time":{"start":1728892884408,"stop":1728892884408,"duration":0}},{"uid":"e0ce2da91c9e51ca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e0ce2da91c9e51ca","status":"passed","time":{"start":1728855846877,"stop":1728855846877,"duration":0}},{"uid":"4ed9debae5a7afe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4ed9debae5a7afe","status":"passed","time":{"start":1728738064181,"stop":1728738064181,"duration":0}},{"uid":"d4612b1be35b2620","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d4612b1be35b2620","status":"passed","time":{"start":1728682597759,"stop":1728682597759,"duration":0}},{"uid":"baaccd7f1d8eaf23","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/baaccd7f1d8eaf23","status":"passed","time":{"start":1728682170538,"stop":1728682170539,"duration":1}},{"uid":"9f9fe2b20506752e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f9fe2b20506752e","status":"passed","time":{"start":1728676645198,"stop":1728676645198,"duration":0}},{"uid":"329901301656b78b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/329901301656b78b","status":"passed","time":{"start":1728669368193,"stop":1728669368193,"duration":0}},{"uid":"254b0b43e9488e87","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/254b0b43e9488e87","status":"passed","time":{"start":1728597709008,"stop":1728597709008,"duration":0}},{"uid":"c85eaf2113a1b0b2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c85eaf2113a1b0b2","status":"passed","time":{"start":1728596928104,"stop":1728596928105,"duration":1}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8b291708265baee1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b291708265baee1","status":"passed","time":{"start":1729034340758,"stop":1729034340758,"duration":0}},{"uid":"878ffd2388dac799","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/878ffd2388dac799","status":"passed","time":{"start":1729034104187,"stop":1729034104188,"duration":1}},{"uid":"e8cb60d07e63e818","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e8cb60d07e63e818","status":"passed","time":{"start":1729034027748,"stop":1729034027749,"duration":1}},{"uid":"6a30a0b40e9abc4f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6a30a0b40e9abc4f","status":"passed","time":{"start":1729033842352,"stop":1729033842352,"duration":0}},{"uid":"d3f2e7c0f9b471f5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d3f2e7c0f9b471f5","status":"passed","time":{"start":1729031892051,"stop":1729031892051,"duration":0}},{"uid":"7bc52ee384f29399","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7bc52ee384f29399","status":"passed","time":{"start":1728901438035,"stop":1728901438036,"duration":1}},{"uid":"d2db3557f00dbe30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d2db3557f00dbe30","status":"passed","time":{"start":1728892868238,"stop":1728892868238,"duration":0}},{"uid":"9e95b306daa17622","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e95b306daa17622","status":"passed","time":{"start":1728855831084,"stop":1728855831084,"duration":0}},{"uid":"a80a9f58812a17f2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a80a9f58812a17f2","status":"passed","time":{"start":1728738048446,"stop":1728738048447,"duration":1}},{"uid":"f3e513fc7c11dfe8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3e513fc7c11dfe8","status":"passed","time":{"start":1728682581852,"stop":1728682581853,"duration":1}},{"uid":"8c17dc19b752e790","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8c17dc19b752e790","status":"passed","time":{"start":1728682154712,"stop":1728682154712,"duration":0}},{"uid":"2b9dbbdd0ed3136f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b9dbbdd0ed3136f","status":"passed","time":{"start":1728676629307,"stop":1728676629308,"duration":1}},{"uid":"c41df06a30fadc1a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c41df06a30fadc1a","status":"passed","time":{"start":1728669352215,"stop":1728669352215,"duration":0}},{"uid":"abcc8f1163ae3cf5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/abcc8f1163ae3cf5","status":"passed","time":{"start":1728597693025,"stop":1728597693025,"duration":0}},{"uid":"c7e1f395611ad999","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c7e1f395611ad999","status":"passed","time":{"start":1728596912536,"stop":1728596912536,"duration":0}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3f6e9e23fc931bf7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f6e9e23fc931bf7","status":"passed","time":{"start":1729034360438,"stop":1729034360438,"duration":0}},{"uid":"e36d844b3283153e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e36d844b3283153e","status":"passed","time":{"start":1729034124364,"stop":1729034124364,"duration":0}},{"uid":"d37840b340aae1f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d37840b340aae1f6","status":"passed","time":{"start":1729034047486,"stop":1729034047486,"duration":0}},{"uid":"3210f0b4b320f514","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3210f0b4b320f514","status":"passed","time":{"start":1729033862331,"stop":1729033862331,"duration":0}},{"uid":"40d0c4416ae85e0d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/40d0c4416ae85e0d","status":"passed","time":{"start":1729031912072,"stop":1729031912072,"duration":0}},{"uid":"6c68d25c84db5371","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6c68d25c84db5371","status":"passed","time":{"start":1728901457819,"stop":1728901457819,"duration":0}},{"uid":"8abccd4ebbdd781c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8abccd4ebbdd781c","status":"passed","time":{"start":1728892888302,"stop":1728892888302,"duration":0}},{"uid":"825abadc213d2127","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/825abadc213d2127","status":"passed","time":{"start":1728855850789,"stop":1728855850790,"duration":1}},{"uid":"beabd2dbf2ac7ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/beabd2dbf2ac7ec","status":"passed","time":{"start":1728738068165,"stop":1728738068166,"duration":1}},{"uid":"f220c1367413f36d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f220c1367413f36d","status":"passed","time":{"start":1728682601674,"stop":1728682601675,"duration":1}},{"uid":"7baa14358bf40cf4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7baa14358bf40cf4","status":"passed","time":{"start":1728682174567,"stop":1728682174567,"duration":0}},{"uid":"ba08cf053f094558","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba08cf053f094558","status":"passed","time":{"start":1728676648933,"stop":1728676648933,"duration":0}},{"uid":"4533cfb332210212","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4533cfb332210212","status":"passed","time":{"start":1728669372212,"stop":1728669372212,"duration":0}},{"uid":"b085b9c089539e95","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b085b9c089539e95","status":"passed","time":{"start":1728597712762,"stop":1728597712762,"duration":0}},{"uid":"bc725dce9c58df85","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc725dce9c58df85","status":"passed","time":{"start":1728596931868,"stop":1728596931869,"duration":1}}]},"8471d44720b93394809c48f54db901a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34ca10896213e748","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/34ca10896213e748","status":"passed","time":{"start":1728893329036,"stop":1728893329037,"duration":1}}]},"c972016ed8add4daa2e4266c3ad03fbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8eae8537ba9e3396","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8eae8537ba9e3396","status":"passed","time":{"start":1729034332627,"stop":1729034332627,"duration":0}},{"uid":"49583362a730a9a2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/49583362a730a9a2","status":"passed","time":{"start":1729034096129,"stop":1729034096129,"duration":0}},{"uid":"87b0714d7cc45c23","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/87b0714d7cc45c23","status":"passed","time":{"start":1729034020087,"stop":1729034020087,"duration":0}},{"uid":"eb6b1fcc9692de48","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eb6b1fcc9692de48","status":"passed","time":{"start":1729033834380,"stop":1729033834380,"duration":0}},{"uid":"2b62846df4aa5bfe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b62846df4aa5bfe","status":"passed","time":{"start":1729031884112,"stop":1729031884112,"duration":0}},{"uid":"df1ef2889b0b3699","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/df1ef2889b0b3699","status":"passed","time":{"start":1728901430251,"stop":1728901430251,"duration":0}},{"uid":"639570b1b526869f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/639570b1b526869f","status":"passed","time":{"start":1728892860528,"stop":1728892860528,"duration":0}},{"uid":"f403db780ed642c6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f403db780ed642c6","status":"passed","time":{"start":1728855823318,"stop":1728855823318,"duration":0}},{"uid":"1fd547f77b971cb0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1fd547f77b971cb0","status":"passed","time":{"start":1728738040597,"stop":1728738040597,"duration":0}},{"uid":"7b8e554c49171fa8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b8e554c49171fa8","status":"passed","time":{"start":1728682574087,"stop":1728682574087,"duration":0}},{"uid":"52dff1455d706cb2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/52dff1455d706cb2","status":"passed","time":{"start":1728682146812,"stop":1728682146812,"duration":0}},{"uid":"8c93092da35cadcd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8c93092da35cadcd","status":"passed","time":{"start":1728676621427,"stop":1728676621428,"duration":1}},{"uid":"88627e5325fc3b9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88627e5325fc3b9","status":"passed","time":{"start":1728669344463,"stop":1728669344463,"duration":0}},{"uid":"bea49f841019a779","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bea49f841019a779","status":"passed","time":{"start":1728597685157,"stop":1728597685157,"duration":0}},{"uid":"d95726c233f636d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d95726c233f636d4","status":"passed","time":{"start":1728596904463,"stop":1728596904463,"duration":0}}]},"799d939f0230b74151f4d5826207a218:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b50a92b8f014f565","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b50a92b8f014f565","status":"passed","time":{"start":1729034443498,"stop":1729034443498,"duration":0}}]},"cd398ce5530070261d5bfbc51d414207:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a00ce6eb1da7e46","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6a00ce6eb1da7e46","status":"passed","time":{"start":1728597369088,"stop":1728597369088,"duration":0}}]},"0348ca1aba02969c66e01f3e23dfa430:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e695555dc53902af","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e695555dc53902af","status":"passed","time":{"start":1729034668595,"stop":1729034668595,"duration":0}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cb882394c05a4112","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cb882394c05a4112","status":"passed","time":{"start":1729034626852,"stop":1729034626852,"duration":0}},{"uid":"74b196a91fe00ae9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/74b196a91fe00ae9","status":"passed","time":{"start":1729034398548,"stop":1729034398549,"duration":1}},{"uid":"4289356bfbcc2af5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4289356bfbcc2af5","status":"passed","time":{"start":1729034314814,"stop":1729034314814,"duration":0}},{"uid":"fad75959170f9c1d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fad75959170f9c1d","status":"passed","time":{"start":1729034137164,"stop":1729034137164,"duration":0}},{"uid":"a1a3329a59f57f6e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a1a3329a59f57f6e","status":"passed","time":{"start":1729032187246,"stop":1729032187247,"duration":1}},{"uid":"2fce9084f439c065","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fce9084f439c065","status":"passed","time":{"start":1728901888429,"stop":1728901888430,"duration":1}},{"uid":"6cff3d2380df6907","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6cff3d2380df6907","status":"passed","time":{"start":1728893323791,"stop":1728893323792,"duration":1}},{"uid":"ad29c3fbd853cad6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ad29c3fbd853cad6","status":"passed","time":{"start":1728856285927,"stop":1728856285927,"duration":0}},{"uid":"709b9c6fdf3a3aed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/709b9c6fdf3a3aed","status":"passed","time":{"start":1728738498275,"stop":1728738498275,"duration":0}},{"uid":"26f9510997bb56da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/26f9510997bb56da","status":"passed","time":{"start":1728683041391,"stop":1728683041391,"duration":0}},{"uid":"af236d66829752b5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af236d66829752b5","status":"passed","time":{"start":1728682596017,"stop":1728682596018,"duration":1}},{"uid":"aeef0acc85bd3e95","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aeef0acc85bd3e95","status":"passed","time":{"start":1728677091267,"stop":1728677091267,"duration":0}},{"uid":"1a2b41a6b01e924c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1a2b41a6b01e924c","status":"passed","time":{"start":1728669766425,"stop":1728669766426,"duration":1}},{"uid":"1ad282a9502e89ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1ad282a9502e89ab","status":"passed","time":{"start":1728598152074,"stop":1728598152074,"duration":0}},{"uid":"fd86c0923f88e262","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fd86c0923f88e262","status":"passed","time":{"start":1728597364116,"stop":1728597364118,"duration":2}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7494fad8ad45865e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7494fad8ad45865e","status":"passed","time":{"start":1729034424271,"stop":1729034424272,"duration":1}},{"uid":"1e6a03ae39e4293f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1e6a03ae39e4293f","status":"passed","time":{"start":1729034190702,"stop":1729034190703,"duration":1}},{"uid":"68650d69ae911dc2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/68650d69ae911dc2","status":"passed","time":{"start":1729034108429,"stop":1729034108430,"duration":1}},{"uid":"70f8761a43b0ca3f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/70f8761a43b0ca3f","status":"passed","time":{"start":1729033925378,"stop":1729033925380,"duration":2}},{"uid":"4c8b2a8ec173f9cc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c8b2a8ec173f9cc","status":"passed","time":{"start":1729031975174,"stop":1729031975188,"duration":14}},{"uid":"3d5c8b11b17562de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3d5c8b11b17562de","status":"passed","time":{"start":1728901537875,"stop":1728901537875,"duration":0}},{"uid":"6aa42236e6d49d33","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6aa42236e6d49d33","status":"passed","time":{"start":1728892972428,"stop":1728892972428,"duration":0}},{"uid":"3719dbb4a9da097d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3719dbb4a9da097d","status":"passed","time":{"start":1728855933065,"stop":1728855933069,"duration":4}},{"uid":"c91a66afb22373f2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c91a66afb22373f2","status":"passed","time":{"start":1728738149925,"stop":1728738149925,"duration":0}},{"uid":"4c0259d7b378a31d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4c0259d7b378a31d","status":"passed","time":{"start":1728682681969,"stop":1728682681969,"duration":0}},{"uid":"db0bf1ce369620dd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db0bf1ce369620dd","status":"passed","time":{"start":1728682257760,"stop":1728682257762,"duration":2}},{"uid":"366ffcc4018c0e73","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/366ffcc4018c0e73","status":"passed","time":{"start":1728676730786,"stop":1728676730786,"duration":0}},{"uid":"1bbd559ce2356fd5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1bbd559ce2356fd5","status":"passed","time":{"start":1728669456894,"stop":1728669456894,"duration":0}},{"uid":"c960745f1b3cfa5a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c960745f1b3cfa5a","status":"passed","time":{"start":1728597795911,"stop":1728597795918,"duration":7}},{"uid":"9c1a6ef0e9f1ba82","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c1a6ef0e9f1ba82","status":"passed","time":{"start":1728597010200,"stop":1728597010200,"duration":0}}]},"46784a70c6bf0a43c76e7c49a00abe24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"44c28eb4d98134b7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/44c28eb4d98134b7","status":"passed","time":{"start":1729034470386,"stop":1729034470386,"duration":0}},{"uid":"e588d80cb71a2d7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e588d80cb71a2d7","status":"passed","time":{"start":1729034238403,"stop":1729034238406,"duration":3}},{"uid":"4e02c22418d46c4d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4e02c22418d46c4d","status":"passed","time":{"start":1729034157647,"stop":1729034157649,"duration":2}},{"uid":"4bc8c2d6b1b49a70","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4bc8c2d6b1b49a70","status":"passed","time":{"start":1729033974447,"stop":1729033974447,"duration":0}},{"uid":"84de67d90a6bbef4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/84de67d90a6bbef4","status":"passed","time":{"start":1729032027757,"stop":1729032027757,"duration":0}},{"uid":"4491ae860ea1823f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4491ae860ea1823f","status":"passed","time":{"start":1728901614536,"stop":1728901614537,"duration":1}},{"uid":"d1affdd88c0efb2d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d1affdd88c0efb2d","status":"passed","time":{"start":1728893048593,"stop":1728893048594,"duration":1}},{"uid":"384ff0ee19a33f4b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/384ff0ee19a33f4b","status":"passed","time":{"start":1728856013557,"stop":1728856013557,"duration":0}},{"uid":"3712515eeb1d1186","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3712515eeb1d1186","status":"passed","time":{"start":1728738231629,"stop":1728738231630,"duration":1}},{"uid":"a68cff89bd3ea34d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a68cff89bd3ea34d","status":"passed","time":{"start":1728682761069,"stop":1728682761069,"duration":0}},{"uid":"1ad23d3038677092","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1ad23d3038677092","status":"passed","time":{"start":1728682330623,"stop":1728682330627,"duration":4}},{"uid":"3ebdde254c548dd4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3ebdde254c548dd4","status":"passed","time":{"start":1728676808320,"stop":1728676808321,"duration":1}},{"uid":"1bd43abc831008f6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1bd43abc831008f6","status":"passed","time":{"start":1728669528226,"stop":1728669528227,"duration":1}},{"uid":"2bbd583c80d18296","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2bbd583c80d18296","status":"passed","time":{"start":1728597872224,"stop":1728597872225,"duration":1}},{"uid":"66562c3816ac3e1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/66562c3816ac3e1","status":"passed","time":{"start":1728597087683,"stop":1728597087683,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"311620d3bd5a1c06","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/311620d3bd5a1c06","status":"passed","time":{"start":1729034611658,"stop":1729034611659,"duration":1}},{"uid":"fffdf64e7ff84316","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fffdf64e7ff84316","status":"passed","time":{"start":1729034393637,"stop":1729034393638,"duration":1}},{"uid":"b7c57d83bb0067a1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b7c57d83bb0067a1","status":"passed","time":{"start":1729034304832,"stop":1729034304833,"duration":1}},{"uid":"76c83484cb09281d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/76c83484cb09281d","status":"passed","time":{"start":1729034121899,"stop":1729034121899,"duration":0}},{"uid":"3d248327a0f03499","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3d248327a0f03499","status":"passed","time":{"start":1729032174808,"stop":1729032174808,"duration":0}},{"uid":"a021b0f16b2b360","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a021b0f16b2b360","status":"passed","time":{"start":1728901881008,"stop":1728901881009,"duration":1}},{"uid":"57649e7c10efe8f6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/57649e7c10efe8f6","status":"passed","time":{"start":1728893317154,"stop":1728893317155,"duration":1}},{"uid":"8b1430fc688ba71e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b1430fc688ba71e","status":"passed","time":{"start":1728856263078,"stop":1728856263078,"duration":0}},{"uid":"447c6ecb7cfa50ab","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/447c6ecb7cfa50ab","status":"passed","time":{"start":1728738492794,"stop":1728738492795,"duration":1}},{"uid":"ba6d2e3b4c4c0163","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ba6d2e3b4c4c0163","status":"passed","time":{"start":1728683030017,"stop":1728683030017,"duration":0}},{"uid":"85320ef414b4f257","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/85320ef414b4f257","status":"passed","time":{"start":1728682581097,"stop":1728682581097,"duration":0}},{"uid":"ba03c15eee39fc16","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba03c15eee39fc16","status":"passed","time":{"start":1728677081990,"stop":1728677081990,"duration":0}},{"uid":"32bcd68663056974","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32bcd68663056974","status":"passed","time":{"start":1728669795391,"stop":1728669795391,"duration":0}},{"uid":"52dd44f9bf4cdb14","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52dd44f9bf4cdb14","status":"passed","time":{"start":1728598137499,"stop":1728598137500,"duration":1}},{"uid":"f89e1b255c4bc847","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f89e1b255c4bc847","status":"passed","time":{"start":1728597353476,"stop":1728597353477,"duration":1}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"868df5c6fc01e212","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/868df5c6fc01e212","status":"passed","time":{"start":1729034355547,"stop":1729034355550,"duration":3}},{"uid":"d9af9ab1e0eb597c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d9af9ab1e0eb597c","status":"passed","time":{"start":1729034119089,"stop":1729034119094,"duration":5}},{"uid":"5966bfeffc4045c5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5966bfeffc4045c5","status":"passed","time":{"start":1729034042607,"stop":1729034042608,"duration":1}},{"uid":"d3f95e7b96dbeb27","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3f95e7b96dbeb27","status":"passed","time":{"start":1729033857424,"stop":1729033857426,"duration":2}},{"uid":"1acec89632aadcf0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1acec89632aadcf0","status":"passed","time":{"start":1729031907622,"stop":1729031907623,"duration":1}},{"uid":"605bfeff7738e0be","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/605bfeff7738e0be","status":"passed","time":{"start":1728901452627,"stop":1728901452628,"duration":1}},{"uid":"4568c462b0bc436e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4568c462b0bc436e","status":"passed","time":{"start":1728892883396,"stop":1728892883397,"duration":1}},{"uid":"6c4fbdc571fc2fde","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c4fbdc571fc2fde","status":"passed","time":{"start":1728855845734,"stop":1728855845735,"duration":1}},{"uid":"ac601f374c40c635","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ac601f374c40c635","status":"passed","time":{"start":1728738063045,"stop":1728738063046,"duration":1}},{"uid":"a91886f3e5872239","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a91886f3e5872239","status":"passed","time":{"start":1728682596887,"stop":1728682596888,"duration":1}},{"uid":"e3a61274dd39a650","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e3a61274dd39a650","status":"passed","time":{"start":1728682169968,"stop":1728682169969,"duration":1}},{"uid":"29a1ff39ad2303f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/29a1ff39ad2303f0","status":"passed","time":{"start":1728676643813,"stop":1728676643814,"duration":1}},{"uid":"2b5b2cd4005c2616","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b5b2cd4005c2616","status":"passed","time":{"start":1728669366940,"stop":1728669366941,"duration":1}},{"uid":"deaaa6fa767826bc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/deaaa6fa767826bc","status":"passed","time":{"start":1728597707579,"stop":1728597707581,"duration":2}},{"uid":"a5579aa2cae34332","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a5579aa2cae34332","status":"passed","time":{"start":1728596927587,"stop":1728596927587,"duration":0}}]},"6e38c0bde8b522aa97fdbb3813487770:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5edf5dffa57d98f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5edf5dffa57d98f2","status":"passed","time":{"start":1729034144769,"stop":1729034144769,"duration":0}}]},"f27f841e8cf346934da51cc4f522e57d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba96a099c43f6891","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ba96a099c43f6891","status":"passed","time":{"start":1728856368610,"stop":1728856368611,"duration":1}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"13a8a336f24e9578","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/13a8a336f24e9578","status":"passed","time":{"start":1729034631248,"stop":1729034631248,"duration":0}},{"uid":"aad55c6b559a433f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aad55c6b559a433f","status":"passed","time":{"start":1729034400884,"stop":1729034400884,"duration":0}},{"uid":"51a97b7c50ed442b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/51a97b7c50ed442b","status":"passed","time":{"start":1729034317443,"stop":1729034317444,"duration":1}},{"uid":"4acd84d2ea7309ec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4acd84d2ea7309ec","status":"passed","time":{"start":1729034137124,"stop":1729034137125,"duration":1}},{"uid":"4922d8edaa999a8c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4922d8edaa999a8c","status":"passed","time":{"start":1729032206870,"stop":1729032206870,"duration":0}},{"uid":"361065e21b3ed78d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/361065e21b3ed78d","status":"passed","time":{"start":1728901995010,"stop":1728901995011,"duration":1}},{"uid":"8ce96a5570c2613a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8ce96a5570c2613a","status":"passed","time":{"start":1728893420989,"stop":1728893420989,"duration":0}},{"uid":"9d8815c22f2c6ae1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9d8815c22f2c6ae1","status":"passed","time":{"start":1728856368592,"stop":1728856368592,"duration":0}},{"uid":"81cfa1e3840e3b7c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/81cfa1e3840e3b7c","status":"passed","time":{"start":1728738604676,"stop":1728738604676,"duration":0}},{"uid":"a1a28776c8f03990","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1a28776c8f03990","status":"passed","time":{"start":1728683117606,"stop":1728683117607,"duration":1}},{"uid":"586fe287a6fda13d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/586fe287a6fda13d","status":"passed","time":{"start":1728682721314,"stop":1728682721314,"duration":0}},{"uid":"c49393e3f4114865","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c49393e3f4114865","status":"passed","time":{"start":1728677184676,"stop":1728677184678,"duration":2}},{"uid":"942f972e8df71433","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/942f972e8df71433","status":"passed","time":{"start":1728669866444,"stop":1728669866445,"duration":1}},{"uid":"bb25f4cdb24cbe95","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bb25f4cdb24cbe95","status":"passed","time":{"start":1728598249971,"stop":1728598249971,"duration":0}},{"uid":"99e5539ae2192ae","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/99e5539ae2192ae","status":"passed","time":{"start":1728597472284,"stop":1728597472285,"duration":1}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ab57ae4f0bbcc33e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab57ae4f0bbcc33e","status":"passed","time":{"start":1729034447630,"stop":1729034447630,"duration":0}},{"uid":"2738399cf659c6f8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2738399cf659c6f8","status":"passed","time":{"start":1729034206088,"stop":1729034206088,"duration":0}},{"uid":"44d2cc329b2baf62","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/44d2cc329b2baf62","status":"passed","time":{"start":1729034134199,"stop":1729034134199,"duration":0}},{"uid":"e34247458b5c18d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e34247458b5c18d7","status":"passed","time":{"start":1729033942622,"stop":1729033942623,"duration":1}},{"uid":"9cc3f07872291a85","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9cc3f07872291a85","status":"passed","time":{"start":1729031989717,"stop":1729031989718,"duration":1}},{"uid":"1f4a4ea33706e71c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1f4a4ea33706e71c","status":"passed","time":{"start":1728901562053,"stop":1728901562054,"duration":1}},{"uid":"112bebac6778f504","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/112bebac6778f504","status":"passed","time":{"start":1728893001482,"stop":1728893001482,"duration":0}},{"uid":"2ed7f28994441671","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ed7f28994441671","status":"passed","time":{"start":1728855968870,"stop":1728855968870,"duration":0}},{"uid":"b0bf0aa03fb519fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b0bf0aa03fb519fa","status":"passed","time":{"start":1728738172968,"stop":1728738172968,"duration":0}},{"uid":"1f5c90b3a4afe6e8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1f5c90b3a4afe6e8","status":"passed","time":{"start":1728682706941,"stop":1728682706941,"duration":0}},{"uid":"26e89e54419d52a7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/26e89e54419d52a7","status":"passed","time":{"start":1728682296862,"stop":1728682296862,"duration":0}},{"uid":"8fc09e59dcee5834","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8fc09e59dcee5834","status":"passed","time":{"start":1728676761479,"stop":1728676761485,"duration":6}},{"uid":"ee6fbcff7a7111f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ee6fbcff7a7111f9","status":"passed","time":{"start":1728669479028,"stop":1728669479028,"duration":0}},{"uid":"fd1f8baa0b27b091","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fd1f8baa0b27b091","status":"passed","time":{"start":1728597820128,"stop":1728597820128,"duration":0}},{"uid":"f1668d78bd84564e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1668d78bd84564e","status":"passed","time":{"start":1728597034502,"stop":1728597034503,"duration":1}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"11c68079871cf1ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/11c68079871cf1ef","status":"passed","time":{"start":1729034631246,"stop":1729034631246,"duration":0}},{"uid":"8c9a419e5f238e39","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8c9a419e5f238e39","status":"passed","time":{"start":1729034400882,"stop":1729034400883,"duration":1}},{"uid":"44f1501cfb124185","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/44f1501cfb124185","status":"passed","time":{"start":1729034317431,"stop":1729034317436,"duration":5}},{"uid":"b725f7da29b0b724","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b725f7da29b0b724","status":"passed","time":{"start":1729034137117,"stop":1729034137118,"duration":1}},{"uid":"543c7166605b86c6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/543c7166605b86c6","status":"passed","time":{"start":1729032206864,"stop":1729032206864,"duration":0}},{"uid":"1f60b034ed0c5978","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1f60b034ed0c5978","status":"passed","time":{"start":1728901995009,"stop":1728901995009,"duration":0}},{"uid":"ac6768f32a4ae795","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ac6768f32a4ae795","status":"passed","time":{"start":1728893420987,"stop":1728893420988,"duration":1}},{"uid":"1f522230db5fb646","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f522230db5fb646","status":"passed","time":{"start":1728856368589,"stop":1728856368590,"duration":1}},{"uid":"9ae67ee7a04c9b3c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ae67ee7a04c9b3c","status":"passed","time":{"start":1728738604674,"stop":1728738604675,"duration":1}},{"uid":"50628b07acb0c664","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/50628b07acb0c664","status":"passed","time":{"start":1728683117602,"stop":1728683117603,"duration":1}},{"uid":"a59604eddf19c59b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a59604eddf19c59b","status":"passed","time":{"start":1728682721311,"stop":1728682721312,"duration":1}},{"uid":"79ee4c88571f3f10","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79ee4c88571f3f10","status":"passed","time":{"start":1728677184671,"stop":1728677184673,"duration":2}},{"uid":"308502f78c159487","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/308502f78c159487","status":"passed","time":{"start":1728669866437,"stop":1728669866439,"duration":2}},{"uid":"e517af009b55ef0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e517af009b55ef0","status":"passed","time":{"start":1728598249969,"stop":1728598249970,"duration":1}},{"uid":"c2272136fbe0bb18","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c2272136fbe0bb18","status":"passed","time":{"start":1728597472274,"stop":1728597472278,"duration":4}}]},"45f7851ad78a3ecba8cc53d7009c3662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7766cbda37859a63","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7766cbda37859a63","status":"passed","time":{"start":1728683110368,"stop":1728683110368,"duration":0}}]},"6cf5cbe251a6713919a8df5410150420:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9fdcf7c1afdad3c9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9fdcf7c1afdad3c9","status":"passed","time":{"start":1729034332624,"stop":1729034332625,"duration":1}},{"uid":"5896b6fe496bf6c9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5896b6fe496bf6c9","status":"passed","time":{"start":1729034096126,"stop":1729034096126,"duration":0}},{"uid":"79f8f474cd4e811f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/79f8f474cd4e811f","status":"passed","time":{"start":1729034020085,"stop":1729034020085,"duration":0}},{"uid":"29a87b623acf71aa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/29a87b623acf71aa","status":"passed","time":{"start":1729033834377,"stop":1729033834377,"duration":0}},{"uid":"db528031bd204c7a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/db528031bd204c7a","status":"passed","time":{"start":1729031884108,"stop":1729031884108,"duration":0}},{"uid":"d59125199dea48a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d59125199dea48a9","status":"passed","time":{"start":1728901430249,"stop":1728901430249,"duration":0}},{"uid":"f3277f6d5fdc5470","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f3277f6d5fdc5470","status":"passed","time":{"start":1728892860525,"stop":1728892860525,"duration":0}},{"uid":"183c2bc019f71ebc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/183c2bc019f71ebc","status":"passed","time":{"start":1728855823316,"stop":1728855823316,"duration":0}},{"uid":"9c1cf50c6e09d07","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9c1cf50c6e09d07","status":"passed","time":{"start":1728738040585,"stop":1728738040585,"duration":0}},{"uid":"311cd511e88a7b16","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/311cd511e88a7b16","status":"passed","time":{"start":1728682574084,"stop":1728682574084,"duration":0}},{"uid":"b15f4b29a558aa68","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b15f4b29a558aa68","status":"passed","time":{"start":1728682146810,"stop":1728682146810,"duration":0}},{"uid":"b93bf1146d83cfe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b93bf1146d83cfe","status":"passed","time":{"start":1728676621424,"stop":1728676621424,"duration":0}},{"uid":"27012ad09430eda5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/27012ad09430eda5","status":"passed","time":{"start":1728669344461,"stop":1728669344461,"duration":0}},{"uid":"c7e6b99300cf32c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c7e6b99300cf32c7","status":"passed","time":{"start":1728597685154,"stop":1728597685154,"duration":0}},{"uid":"bc701f0a542c9bb3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc701f0a542c9bb3","status":"passed","time":{"start":1728596904460,"stop":1728596904460,"duration":0}}]},"c8db07e09b66f468369f1156f835a72b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cc35ddd914917086","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cc35ddd914917086","status":"passed","time":{"start":1729034470391,"stop":1729034470391,"duration":0}},{"uid":"1ef6876c2140ec71","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1ef6876c2140ec71","status":"passed","time":{"start":1729034238412,"stop":1729034238412,"duration":0}},{"uid":"64707f3f3cc4d3ea","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/64707f3f3cc4d3ea","status":"passed","time":{"start":1729034157654,"stop":1729034157654,"duration":0}},{"uid":"2ca871b548f3e1d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ca871b548f3e1d8","status":"passed","time":{"start":1729033974453,"stop":1729033974453,"duration":0}},{"uid":"5e29dd3f6bbf10a6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e29dd3f6bbf10a6","status":"passed","time":{"start":1729032027767,"stop":1729032027768,"duration":1}},{"uid":"f5532e51afc6c752","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f5532e51afc6c752","status":"passed","time":{"start":1728901614547,"stop":1728901614552,"duration":5}},{"uid":"f7aaf4f4b4ff11df","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f7aaf4f4b4ff11df","status":"passed","time":{"start":1728893048597,"stop":1728893048597,"duration":0}},{"uid":"38fda9a2f6559a4f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/38fda9a2f6559a4f","status":"passed","time":{"start":1728856013561,"stop":1728856013562,"duration":1}},{"uid":"3de09c6598f9739b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3de09c6598f9739b","status":"passed","time":{"start":1728738231632,"stop":1728738231633,"duration":1}},{"uid":"ab57ecf2735a2c14","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab57ecf2735a2c14","status":"passed","time":{"start":1728682761074,"stop":1728682761075,"duration":1}},{"uid":"ad169f666ce30c99","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ad169f666ce30c99","status":"passed","time":{"start":1728682330636,"stop":1728682330637,"duration":1}},{"uid":"f209f05d25e156d5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f209f05d25e156d5","status":"passed","time":{"start":1728676808326,"stop":1728676808326,"duration":0}},{"uid":"8e6695927dc39d3f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8e6695927dc39d3f","status":"passed","time":{"start":1728669528228,"stop":1728669528229,"duration":1}},{"uid":"3ead28698e0c58f0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3ead28698e0c58f0","status":"passed","time":{"start":1728597872228,"stop":1728597872228,"duration":0}},{"uid":"ff82704e8b22f695","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ff82704e8b22f695","status":"passed","time":{"start":1728597087688,"stop":1728597087689,"duration":1}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"30256a4e4c5e97","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/30256a4e4c5e97","status":"passed","time":{"start":1729034704495,"stop":1729034704495,"duration":0}},{"uid":"8384f8cd407680f6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8384f8cd407680f6","status":"passed","time":{"start":1729034474988,"stop":1729034474989,"duration":1}},{"uid":"1ed53efde504b43","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1ed53efde504b43","status":"passed","time":{"start":1729034395291,"stop":1729034395291,"duration":0}},{"uid":"49965771c8691b2b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/49965771c8691b2b","status":"passed","time":{"start":1729034209100,"stop":1729034209101,"duration":1}},{"uid":"ec99e8e73da0aa10","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ec99e8e73da0aa10","status":"passed","time":{"start":1729032264569,"stop":1729032264569,"duration":0}},{"uid":"1c3ec8247e68de4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1c3ec8247e68de4","status":"passed","time":{"start":1728902012858,"stop":1728902012858,"duration":0}},{"uid":"a06043088057c6da","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a06043088057c6da","status":"passed","time":{"start":1728893454812,"stop":1728893454812,"duration":0}},{"uid":"f4b8cd4f2c81c3ee","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f4b8cd4f2c81c3ee","status":"passed","time":{"start":1728856408453,"stop":1728856408453,"duration":0}},{"uid":"7bfa7babd5803e50","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7bfa7babd5803e50","status":"passed","time":{"start":1728738633855,"stop":1728738633855,"duration":0}},{"uid":"e7ddde88582a531","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e7ddde88582a531","status":"passed","time":{"start":1728683159761,"stop":1728683159762,"duration":1}},{"uid":"e58599d01c1e084b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e58599d01c1e084b","status":"passed","time":{"start":1728682751330,"stop":1728682751330,"duration":0}},{"uid":"ccff06f3a8ddb386","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ccff06f3a8ddb386","status":"passed","time":{"start":1728677216356,"stop":1728677216359,"duration":3}},{"uid":"6528b39e64b76ee6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6528b39e64b76ee6","status":"passed","time":{"start":1728669925455,"stop":1728669925455,"duration":0}},{"uid":"30fc12ff31fa03a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/30fc12ff31fa03a0","status":"passed","time":{"start":1728598268805,"stop":1728598268806,"duration":1}},{"uid":"e84df2a4acd3005a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e84df2a4acd3005a","status":"passed","time":{"start":1728597503921,"stop":1728597503922,"duration":1}}]},"c19112a0230885a28eee979ced39a119:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70025457ece95978","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/70025457ece95978","status":"passed","time":{"start":1728893421010,"stop":1728893421010,"duration":0}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8212e9e9b5855525","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8212e9e9b5855525","status":"passed","time":{"start":1729034694624,"stop":1729034694624,"duration":0}},{"uid":"881bd75431ddf0c4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/881bd75431ddf0c4","status":"passed","time":{"start":1729034462017,"stop":1729034462018,"duration":1}},{"uid":"939fb50ac465fdc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/939fb50ac465fdc","status":"passed","time":{"start":1729034375982,"stop":1729034375984,"duration":2}},{"uid":"36467825f795991e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/36467825f795991e","status":"passed","time":{"start":1729034200069,"stop":1729034200069,"duration":0}},{"uid":"e0a1031d3b7808bf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e0a1031d3b7808bf","status":"passed","time":{"start":1729032257895,"stop":1729032257898,"duration":3}},{"uid":"ab55071a0fa8f393","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ab55071a0fa8f393","status":"passed","time":{"start":1728902003568,"stop":1728902003568,"duration":0}},{"uid":"ee432bca36c94338","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ee432bca36c94338","status":"passed","time":{"start":1728893434697,"stop":1728893434697,"duration":0}},{"uid":"103d2e4fed880a37","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/103d2e4fed880a37","status":"passed","time":{"start":1728856398643,"stop":1728856398643,"duration":0}},{"uid":"f3d88714c02c343c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f3d88714c02c343c","status":"passed","time":{"start":1728738612002,"stop":1728738612003,"duration":1}},{"uid":"d2e9d15b660fbc5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d2e9d15b660fbc5","status":"passed","time":{"start":1728683155009,"stop":1728683155010,"duration":1}},{"uid":"8f28bc7b5f66af9b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8f28bc7b5f66af9b","status":"passed","time":{"start":1728682706106,"stop":1728682706106,"duration":0}},{"uid":"34fddd59d11c3a25","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34fddd59d11c3a25","status":"passed","time":{"start":1728677207496,"stop":1728677207497,"duration":1}},{"uid":"795cb047ffa797e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/795cb047ffa797e5","status":"passed","time":{"start":1728669887098,"stop":1728669887099,"duration":1}},{"uid":"205132a440671203","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/205132a440671203","status":"passed","time":{"start":1728598263638,"stop":1728598263649,"duration":11}},{"uid":"e35966c92c375cc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e35966c92c375cc2","status":"passed","time":{"start":1728597478276,"stop":1728597478276,"duration":0}}]},"f482cc14a3ac9850dc4383dc0192ae21:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f83fc85eef1beb1e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f83fc85eef1beb1e","status":"passed","time":{"start":1728901958862,"stop":1728901958865,"duration":3}}]},"74be1615d20bdd66511fb4d6daf648d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4698dab1aafb9a1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a4698dab1aafb9a1","status":"passed","time":{"start":1729034121897,"stop":1729034121898,"duration":1}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4a2ea1d78d2d310","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4a2ea1d78d2d310","status":"passed","time":{"start":1729034640517,"stop":1729034640520,"duration":3}},{"uid":"a9ea58f38451e6f2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9ea58f38451e6f2","status":"passed","time":{"start":1729034411421,"stop":1729034411421,"duration":0}},{"uid":"9e7dd0be6e437897","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9e7dd0be6e437897","status":"passed","time":{"start":1729034327398,"stop":1729034327399,"duration":1}},{"uid":"db8b6980881f1b3e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db8b6980881f1b3e","status":"passed","time":{"start":1729034147770,"stop":1729034147770,"duration":0}},{"uid":"27ca1ee646c5a4c2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/27ca1ee646c5a4c2","status":"passed","time":{"start":1729032204826,"stop":1729032204826,"duration":0}},{"uid":"80c1e33e10cebb5e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/80c1e33e10cebb5e","status":"passed","time":{"start":1728901907698,"stop":1728901907699,"duration":1}},{"uid":"4346ec4c5e46c686","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4346ec4c5e46c686","status":"passed","time":{"start":1728893341887,"stop":1728893341887,"duration":0}},{"uid":"81c4f47692ce0f33","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/81c4f47692ce0f33","status":"passed","time":{"start":1728856299355,"stop":1728856299355,"duration":0}},{"uid":"8f9810310c08eecd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8f9810310c08eecd","status":"passed","time":{"start":1728738511615,"stop":1728738511615,"duration":0}},{"uid":"f2f6206d7d048cea","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2f6206d7d048cea","status":"passed","time":{"start":1728683052909,"stop":1728683052910,"duration":1}},{"uid":"6025cf0125c5d5e9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6025cf0125c5d5e9","status":"passed","time":{"start":1728682612909,"stop":1728682612909,"duration":0}},{"uid":"3f2f31dab65cfecf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3f2f31dab65cfecf","status":"passed","time":{"start":1728677115744,"stop":1728677115745,"duration":1}},{"uid":"455ce262a212efca","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/455ce262a212efca","status":"passed","time":{"start":1728669778173,"stop":1728669778173,"duration":0}},{"uid":"a8c442e71f9eb165","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8c442e71f9eb165","status":"passed","time":{"start":1728598175430,"stop":1728598175431,"duration":1}},{"uid":"e749efd8e534efb3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e749efd8e534efb3","status":"passed","time":{"start":1728597380059,"stop":1728597380060,"duration":1}}]},"c6e61642b623de333bcde815bae9c9b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ccb8dd297aafb52","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7ccb8dd297aafb52","status":"passed","time":{"start":1728683093172,"stop":1728683093172,"duration":0}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"49ed73453a1d5da7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/49ed73453a1d5da7","status":"passed","time":{"start":1729034360436,"stop":1729034360436,"duration":0}},{"uid":"c13d786a6bf6c21a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c13d786a6bf6c21a","status":"passed","time":{"start":1729034124362,"stop":1729034124363,"duration":1}},{"uid":"c55644550d5fc2bc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c55644550d5fc2bc","status":"passed","time":{"start":1729034047484,"stop":1729034047484,"duration":0}},{"uid":"de5ab1fa7d58ee53","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/de5ab1fa7d58ee53","status":"passed","time":{"start":1729033862329,"stop":1729033862329,"duration":0}},{"uid":"11787080fba11c6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/11787080fba11c6c","status":"passed","time":{"start":1729031912070,"stop":1729031912070,"duration":0}},{"uid":"b123e4ffe3ac88e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b123e4ffe3ac88e2","status":"passed","time":{"start":1728901457817,"stop":1728901457817,"duration":0}},{"uid":"6710ed9ce39d387c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6710ed9ce39d387c","status":"passed","time":{"start":1728892888300,"stop":1728892888300,"duration":0}},{"uid":"5bab9504fe9e64","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5bab9504fe9e64","status":"passed","time":{"start":1728855850788,"stop":1728855850788,"duration":0}},{"uid":"987978d1ddf8cc6c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/987978d1ddf8cc6c","status":"passed","time":{"start":1728738068163,"stop":1728738068164,"duration":1}},{"uid":"ddcd7c0577d7c684","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ddcd7c0577d7c684","status":"passed","time":{"start":1728682601673,"stop":1728682601673,"duration":0}},{"uid":"695b2f104bf3d10e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/695b2f104bf3d10e","status":"passed","time":{"start":1728682174565,"stop":1728682174565,"duration":0}},{"uid":"16944b9c68951fd7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/16944b9c68951fd7","status":"passed","time":{"start":1728676648931,"stop":1728676648931,"duration":0}},{"uid":"a1762e87ba404872","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a1762e87ba404872","status":"passed","time":{"start":1728669372210,"stop":1728669372211,"duration":1}},{"uid":"335c9b3f7d9d4784","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/335c9b3f7d9d4784","status":"passed","time":{"start":1728597712760,"stop":1728597712760,"duration":0}},{"uid":"3959a2ded4966d77","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3959a2ded4966d77","status":"passed","time":{"start":1728596931866,"stop":1728596931867,"duration":1}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"970da0fc65fbcc94","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/970da0fc65fbcc94","status":"passed","time":{"start":1729034704503,"stop":1729034704504,"duration":1}},{"uid":"8dfb59b81802b871","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8dfb59b81802b871","status":"passed","time":{"start":1729034474997,"stop":1729034474997,"duration":0}},{"uid":"243a38c6fe38436e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/243a38c6fe38436e","status":"passed","time":{"start":1729034395297,"stop":1729034395298,"duration":1}},{"uid":"a73f36f9acc2bc87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a73f36f9acc2bc87","status":"passed","time":{"start":1729034209111,"stop":1729034209111,"duration":0}},{"uid":"6d065fa0bc66bdc2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6d065fa0bc66bdc2","status":"passed","time":{"start":1729032264579,"stop":1729032264579,"duration":0}},{"uid":"9d4a37fb72a201f4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9d4a37fb72a201f4","status":"passed","time":{"start":1728902012870,"stop":1728902012870,"duration":0}},{"uid":"b30526beadd685e8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b30526beadd685e8","status":"passed","time":{"start":1728893454821,"stop":1728893454821,"duration":0}},{"uid":"be7dc3f91be26b3b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/be7dc3f91be26b3b","status":"passed","time":{"start":1728856408463,"stop":1728856408464,"duration":1}},{"uid":"bad7bb6cbe288dc6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bad7bb6cbe288dc6","status":"passed","time":{"start":1728738633864,"stop":1728738633864,"duration":0}},{"uid":"5ff01f319715121a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5ff01f319715121a","status":"passed","time":{"start":1728683159803,"stop":1728683159807,"duration":4}},{"uid":"e941e9b6737acb2b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e941e9b6737acb2b","status":"passed","time":{"start":1728682751339,"stop":1728682751340,"duration":1}},{"uid":"4f7ac87a2ca958c1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f7ac87a2ca958c1","status":"passed","time":{"start":1728677216373,"stop":1728677216374,"duration":1}},{"uid":"7515d045c1540100","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7515d045c1540100","status":"passed","time":{"start":1728669925461,"stop":1728669925461,"duration":0}},{"uid":"6bdcc5807e1a895d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6bdcc5807e1a895d","status":"passed","time":{"start":1728598268816,"stop":1728598268816,"duration":0}},{"uid":"756f06ac780e4ee3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/756f06ac780e4ee3","status":"passed","time":{"start":1728597503944,"stop":1728597503945,"duration":1}}]},"cb3d0b243c0cc0174fd60c730ba82a3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3f306054678a3b3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e3f306054678a3b3","status":"passed","time":{"start":1728677156810,"stop":1728677156810,"duration":0}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9f02dd1a99d02f9a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9f02dd1a99d02f9a","status":"passed","time":{"start":1729034636316,"stop":1729034636319,"duration":3}},{"uid":"cf67d40b2a016d1b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cf67d40b2a016d1b","status":"passed","time":{"start":1729034402286,"stop":1729034402287,"duration":1}},{"uid":"e096349db44a16f0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e096349db44a16f0","status":"passed","time":{"start":1729034323308,"stop":1729034323310,"duration":2}},{"uid":"1e732c89a30dc7a3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1e732c89a30dc7a3","status":"passed","time":{"start":1729034144770,"stop":1729034144770,"duration":0}},{"uid":"68798dfc21e465d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/68798dfc21e465d1","status":"passed","time":{"start":1729032198824,"stop":1729032198824,"duration":0}},{"uid":"83992af259fd66fe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/83992af259fd66fe","status":"passed","time":{"start":1728901901772,"stop":1728901901773,"duration":1}},{"uid":"77ea587c294ff1ba","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/77ea587c294ff1ba","status":"passed","time":{"start":1728893337256,"stop":1728893337256,"duration":0}},{"uid":"389a25a4b4ae0b63","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/389a25a4b4ae0b63","status":"passed","time":{"start":1728856299199,"stop":1728856299199,"duration":0}},{"uid":"c556c612b5b6404","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c556c612b5b6404","status":"passed","time":{"start":1728738505384,"stop":1728738505384,"duration":0}},{"uid":"25c003a6cb8cae26","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/25c003a6cb8cae26","status":"passed","time":{"start":1728683045451,"stop":1728683045452,"duration":1}},{"uid":"98e3f45baa61f050","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/98e3f45baa61f050","status":"passed","time":{"start":1728682607295,"stop":1728682607295,"duration":0}},{"uid":"14203a567ea023df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/14203a567ea023df","status":"passed","time":{"start":1728677103497,"stop":1728677103499,"duration":2}},{"uid":"92009b4e901022b4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92009b4e901022b4","status":"passed","time":{"start":1728669777132,"stop":1728669777133,"duration":1}},{"uid":"75337e069c96de16","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/75337e069c96de16","status":"passed","time":{"start":1728598163468,"stop":1728598163468,"duration":0}},{"uid":"80daa0e5b76bd00d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/80daa0e5b76bd00d","status":"passed","time":{"start":1728597375484,"stop":1728597375485,"duration":1}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"64f7d5cf6f5185db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/64f7d5cf6f5185db","status":"passed","time":{"start":1729034398721,"stop":1729034398722,"duration":1}},{"uid":"f0a8b8288a062ef7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f0a8b8288a062ef7","status":"passed","time":{"start":1729034163595,"stop":1729034163596,"duration":1}},{"uid":"57ef5e09efba4db2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/57ef5e09efba4db2","status":"passed","time":{"start":1729034085358,"stop":1729034085358,"duration":0}},{"uid":"1f10d442d4f6f884","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f10d442d4f6f884","status":"passed","time":{"start":1729033899385,"stop":1729033899386,"duration":1}},{"uid":"b9ea35e20192f0de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b9ea35e20192f0de","status":"passed","time":{"start":1729031949754,"stop":1729031949755,"duration":1}},{"uid":"b6fffeb7d752a8d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b6fffeb7d752a8d","status":"passed","time":{"start":1728901497251,"stop":1728901497251,"duration":0}},{"uid":"1f16d87871c6a8f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1f16d87871c6a8f8","status":"passed","time":{"start":1728892931616,"stop":1728892931617,"duration":1}},{"uid":"d1931ced35b63191","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d1931ced35b63191","status":"passed","time":{"start":1728855891086,"stop":1728855891086,"duration":0}},{"uid":"9fb941d2e352f057","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9fb941d2e352f057","status":"passed","time":{"start":1728738108306,"stop":1728738108306,"duration":0}},{"uid":"b665634cc1f63e53","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b665634cc1f63e53","status":"passed","time":{"start":1728682642732,"stop":1728682642740,"duration":8}},{"uid":"ce6cde5b36fbd256","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce6cde5b36fbd256","status":"passed","time":{"start":1728682214719,"stop":1728682214720,"duration":1}},{"uid":"593587d8abdaf092","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/593587d8abdaf092","status":"passed","time":{"start":1728676692180,"stop":1728676692181,"duration":1}},{"uid":"1fb60757161f8bd9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1fb60757161f8bd9","status":"passed","time":{"start":1728669416673,"stop":1728669416674,"duration":1}},{"uid":"309b7a7c1f4c7ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/309b7a7c1f4c7ab","status":"passed","time":{"start":1728597754027,"stop":1728597754028,"duration":1}},{"uid":"5321d3e6ce4e94e5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5321d3e6ce4e94e5","status":"passed","time":{"start":1728596972642,"stop":1728596972642,"duration":0}}]},"1aa3faf055a44ddd82949ddbb13ba4d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1cf10acb4f1f6abe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1cf10acb4f1f6abe","status":"passed","time":{"start":1728598137509,"stop":1728598137510,"duration":1}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ded1c6c03e390676","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ded1c6c03e390676","status":"passed","time":{"start":1729034355553,"stop":1729034355553,"duration":0}},{"uid":"37e5695950b9e02b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/37e5695950b9e02b","status":"passed","time":{"start":1729034119095,"stop":1729034119096,"duration":1}},{"uid":"69368e747b0d2da2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/69368e747b0d2da2","status":"passed","time":{"start":1729034042613,"stop":1729034042614,"duration":1}},{"uid":"18599f2934e3603","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/18599f2934e3603","status":"passed","time":{"start":1729033857427,"stop":1729033857428,"duration":1}},{"uid":"90f7dc45053f4f0d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/90f7dc45053f4f0d","status":"passed","time":{"start":1729031907631,"stop":1729031907632,"duration":1}},{"uid":"79f475391f13b1d3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/79f475391f13b1d3","status":"passed","time":{"start":1728901452630,"stop":1728901452630,"duration":0}},{"uid":"d035e5e772f538a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d035e5e772f538a2","status":"passed","time":{"start":1728892883398,"stop":1728892883399,"duration":1}},{"uid":"dbba9c7ea3d8a367","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dbba9c7ea3d8a367","status":"passed","time":{"start":1728855845736,"stop":1728855845736,"duration":0}},{"uid":"75e20e5db80216cf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/75e20e5db80216cf","status":"passed","time":{"start":1728738063047,"stop":1728738063048,"duration":1}},{"uid":"2d2d7cdc3725d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2d2d7cdc3725d9","status":"passed","time":{"start":1728682596890,"stop":1728682596890,"duration":0}},{"uid":"506114f62d7b750f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/506114f62d7b750f","status":"passed","time":{"start":1728682169970,"stop":1728682169971,"duration":1}},{"uid":"6cb37f4f88fc1cf4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6cb37f4f88fc1cf4","status":"passed","time":{"start":1728676643815,"stop":1728676643816,"duration":1}},{"uid":"f58b1cbfba68fbc2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f58b1cbfba68fbc2","status":"passed","time":{"start":1728669366944,"stop":1728669366944,"duration":0}},{"uid":"218ddb50d3c51915","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/218ddb50d3c51915","status":"passed","time":{"start":1728597707582,"stop":1728597707582,"duration":0}},{"uid":"b855320eedd03cc0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b855320eedd03cc0","status":"passed","time":{"start":1728596927588,"stop":1728596927588,"duration":0}}]},"17de423536656a73e43adc092afcb2fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3517c8a1250775db","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3517c8a1250775db","status":"passed","time":{"start":1729032235308,"stop":1729032235309,"duration":1}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5872bd9ccdd1e627","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5872bd9ccdd1e627","status":"passed","time":{"start":1729034640525,"stop":1729034640525,"duration":0}},{"uid":"5daa6d370e2f5421","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5daa6d370e2f5421","status":"passed","time":{"start":1729034411425,"stop":1729034411425,"duration":0}},{"uid":"8624b1d61ce25fe5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8624b1d61ce25fe5","status":"passed","time":{"start":1729034327408,"stop":1729034327408,"duration":0}},{"uid":"a6ff28e526f9b6be","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6ff28e526f9b6be","status":"passed","time":{"start":1729034147780,"stop":1729034147781,"duration":1}},{"uid":"e4c77f67cceb0acd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e4c77f67cceb0acd","status":"passed","time":{"start":1729032204830,"stop":1729032204830,"duration":0}},{"uid":"a751c8e1ed266da3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a751c8e1ed266da3","status":"passed","time":{"start":1728901907713,"stop":1728901907714,"duration":1}},{"uid":"27e779fd55abca30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/27e779fd55abca30","status":"passed","time":{"start":1728893341890,"stop":1728893341890,"duration":0}},{"uid":"fabb64f4e62d12fc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fabb64f4e62d12fc","status":"passed","time":{"start":1728856299382,"stop":1728856299383,"duration":1}},{"uid":"4625339536483730","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4625339536483730","status":"passed","time":{"start":1728738511619,"stop":1728738511619,"duration":0}},{"uid":"517a3666618ae98d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/517a3666618ae98d","status":"passed","time":{"start":1728683052913,"stop":1728683052913,"duration":0}},{"uid":"2c1627206de1a9ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2c1627206de1a9ae","status":"passed","time":{"start":1728682612912,"stop":1728682612913,"duration":1}},{"uid":"3b8178109b93e919","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3b8178109b93e919","status":"passed","time":{"start":1728677115748,"stop":1728677115748,"duration":0}},{"uid":"9733888e0ad0f26a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9733888e0ad0f26a","status":"passed","time":{"start":1728669778176,"stop":1728669778177,"duration":1}},{"uid":"1320d6dab5a7a1f3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1320d6dab5a7a1f3","status":"passed","time":{"start":1728598175434,"stop":1728598175435,"duration":1}},{"uid":"4cef2265ec202add","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4cef2265ec202add","status":"passed","time":{"start":1728597380064,"stop":1728597380064,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6eb6ded9d9cc33cf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6eb6ded9d9cc33cf","status":"passed","time":{"start":1729034631252,"stop":1729034631253,"duration":1}},{"uid":"832d83b14e31043d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/832d83b14e31043d","status":"passed","time":{"start":1729034400890,"stop":1729034400890,"duration":0}},{"uid":"2fc7a4cf609ac8c6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2fc7a4cf609ac8c6","status":"passed","time":{"start":1729034317452,"stop":1729034317453,"duration":1}},{"uid":"f390c29f1d06edf3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f390c29f1d06edf3","status":"passed","time":{"start":1729034137135,"stop":1729034137135,"duration":0}},{"uid":"4f60419b68258eb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f60419b68258eb","status":"passed","time":{"start":1729032206875,"stop":1729032206876,"duration":1}},{"uid":"15fcdfec2c674e06","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/15fcdfec2c674e06","status":"passed","time":{"start":1728901995021,"stop":1728901995022,"duration":1}},{"uid":"971dc1aae79455","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/971dc1aae79455","status":"passed","time":{"start":1728893420995,"stop":1728893420995,"duration":0}},{"uid":"a7bcd01903a8d66d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a7bcd01903a8d66d","status":"passed","time":{"start":1728856368596,"stop":1728856368596,"duration":0}},{"uid":"f8ffc427d5031661","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f8ffc427d5031661","status":"passed","time":{"start":1728738604681,"stop":1728738604681,"duration":0}},{"uid":"ebc8b500ed2ac4ff","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ebc8b500ed2ac4ff","status":"passed","time":{"start":1728683117627,"stop":1728683117628,"duration":1}},{"uid":"2438455d801d3547","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2438455d801d3547","status":"passed","time":{"start":1728682721318,"stop":1728682721318,"duration":0}},{"uid":"607302cb6efaebab","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/607302cb6efaebab","status":"passed","time":{"start":1728677184683,"stop":1728677184683,"duration":0}},{"uid":"ae51b1f0e20001e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ae51b1f0e20001e5","status":"passed","time":{"start":1728669866450,"stop":1728669866450,"duration":0}},{"uid":"9f4635187d83d6cf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9f4635187d83d6cf","status":"passed","time":{"start":1728598249976,"stop":1728598249976,"duration":0}},{"uid":"7a677e8bf755fcd8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7a677e8bf755fcd8","status":"passed","time":{"start":1728597472291,"stop":1728597472292,"duration":1}}]},"15d8ba1077da0bc90c660f3fc648f908:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6a2cfb169265fce","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f6a2cfb169265fce","status":"passed","time":{"start":1728682666065,"stop":1728682666065,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1a9f93dd3ceb3b70","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1a9f93dd3ceb3b70","status":"passed","time":{"start":1729034472988,"stop":1729034472989,"duration":1}},{"uid":"8a0f37db95075833","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a0f37db95075833","status":"passed","time":{"start":1729034240934,"stop":1729034240935,"duration":1}},{"uid":"acecdf7900a987e5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/acecdf7900a987e5","status":"passed","time":{"start":1729034159627,"stop":1729034159627,"duration":0}},{"uid":"9253fa941066d760","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9253fa941066d760","status":"passed","time":{"start":1729033976811,"stop":1729033976812,"duration":1}},{"uid":"1a95e7becc46f9d3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a95e7becc46f9d3","status":"passed","time":{"start":1729032020532,"stop":1729032020533,"duration":1}},{"uid":"4c4e81e56c5b416c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4c4e81e56c5b416c","status":"passed","time":{"start":1728901616476,"stop":1728901616499,"duration":23}},{"uid":"f89e3e48029ec117","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f89e3e48029ec117","status":"passed","time":{"start":1728893050252,"stop":1728893050253,"duration":1}},{"uid":"2f68388fa3041df","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f68388fa3041df","status":"passed","time":{"start":1728856015182,"stop":1728856015182,"duration":0}},{"uid":"790f1bab47085300","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/790f1bab47085300","status":"passed","time":{"start":1728738233174,"stop":1728738233175,"duration":1}},{"uid":"fcd48df1d6845b2c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fcd48df1d6845b2c","status":"passed","time":{"start":1728682762480,"stop":1728682762481,"duration":1}},{"uid":"bd2193acf6a4cc8d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd2193acf6a4cc8d","status":"passed","time":{"start":1728682332796,"stop":1728682332796,"duration":0}},{"uid":"9a93b24b69d08f8a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9a93b24b69d08f8a","status":"passed","time":{"start":1728676810305,"stop":1728676810305,"duration":0}},{"uid":"a7e55694363bc223","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a7e55694363bc223","status":"passed","time":{"start":1728669529907,"stop":1728669529908,"duration":1}},{"uid":"663439d7ac1ae432","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/663439d7ac1ae432","status":"passed","time":{"start":1728597873544,"stop":1728597873545,"duration":1}},{"uid":"b00d75f02169c903","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b00d75f02169c903","status":"passed","time":{"start":1728597089285,"stop":1728597089285,"duration":0}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"280e584c6fe3b6f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/280e584c6fe3b6f9","status":"passed","time":{"start":1729034645142,"stop":1729034645144,"duration":2}},{"uid":"2d0c462ee587ae3c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2d0c462ee587ae3c","status":"passed","time":{"start":1729034413325,"stop":1729034413326,"duration":1}},{"uid":"f623069dffefbf01","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f623069dffefbf01","status":"passed","time":{"start":1729034330403,"stop":1729034330403,"duration":0}},{"uid":"10023f765e7cb9c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/10023f765e7cb9c2","status":"passed","time":{"start":1729034147999,"stop":1729034148000,"duration":1}},{"uid":"5fd62a3e772aecd8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fd62a3e772aecd8","status":"passed","time":{"start":1729032202828,"stop":1729032202828,"duration":0}},{"uid":"be160853945d5730","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/be160853945d5730","status":"passed","time":{"start":1728901873321,"stop":1728901873321,"duration":0}},{"uid":"da2fc3d4cc06b238","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/da2fc3d4cc06b238","status":"passed","time":{"start":1728893311008,"stop":1728893311008,"duration":0}},{"uid":"eb087aaa81d2cdcd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/eb087aaa81d2cdcd","status":"passed","time":{"start":1728856279297,"stop":1728856279297,"duration":0}},{"uid":"b2a4d7ffb1abdff0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b2a4d7ffb1abdff0","status":"passed","time":{"start":1728738483461,"stop":1728738483461,"duration":0}},{"uid":"b6d439fda985ef0b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6d439fda985ef0b","status":"passed","time":{"start":1728683033354,"stop":1728683033354,"duration":0}},{"uid":"d8d74a065c47e240","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d8d74a065c47e240","status":"passed","time":{"start":1728682591253,"stop":1728682591254,"duration":1}},{"uid":"f80a4d45c1b41893","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f80a4d45c1b41893","status":"passed","time":{"start":1728677083878,"stop":1728677083879,"duration":1}},{"uid":"eb5c1a5ab8efad5c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eb5c1a5ab8efad5c","status":"passed","time":{"start":1728669753996,"stop":1728669753996,"duration":0}},{"uid":"8a531fce87503f5d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a531fce87503f5d","status":"passed","time":{"start":1728598145544,"stop":1728598145544,"duration":0}},{"uid":"673e11033d5f305","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/673e11033d5f305","status":"passed","time":{"start":1728597350444,"stop":1728597350445,"duration":1}}]},"201f0474f3e120b5da851233e394f19d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1476c2ef646ecaa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1476c2ef646ecaa","status":"passed","time":{"start":1728738555099,"stop":1728738555099,"duration":0}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"9102f1ce2e9ae9d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9102f1ce2e9ae9d","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034506804,"stop":1729034506804,"duration":0}},{"uid":"47c1f408ad7b60e8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47c1f408ad7b60e8","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034259834,"stop":1729034259834,"duration":0}},{"uid":"a71e9681543cbfe","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a71e9681543cbfe","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034194035,"stop":1729034194036,"duration":1}},{"uid":"74092a168d3eacba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/74092a168d3eacba","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034014882,"stop":1729034014882,"duration":0}},{"uid":"4fe82195afcd5b0d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4fe82195afcd5b0d","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032065461,"stop":1729032065461,"duration":0}},{"uid":"fc84b25a28782b7e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fc84b25a28782b7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901664285,"stop":1728901664285,"duration":0}},{"uid":"3c507747f1cc81d7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c507747f1cc81d7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893093695,"stop":1728893093695,"duration":0}},{"uid":"174da56aab75fec8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/174da56aab75fec8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856055277,"stop":1728856055277,"duration":0}},{"uid":"6b453cc193c77a66","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6b453cc193c77a66","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738274748,"stop":1728738274748,"duration":0}},{"uid":"985b4dab92f8f30b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/985b4dab92f8f30b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682807963,"stop":1728682807963,"duration":0}},{"uid":"18c918eedb627059","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18c918eedb627059","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682381304,"stop":1728682381304,"duration":0}},{"uid":"31969ceeb6f08af2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/31969ceeb6f08af2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676853904,"stop":1728676853904,"duration":0}},{"uid":"ed0d10460fce14e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ed0d10460fce14e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669581702,"stop":1728669581702,"duration":0}},{"uid":"24ccf18e56e54e48","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/24ccf18e56e54e48","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597923495,"stop":1728597923495,"duration":0}},{"uid":"d16898ce1bbe2983","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d16898ce1bbe2983","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597132268,"stop":1728597132272,"duration":4}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ed7a50b7047cbb03","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ed7a50b7047cbb03","status":"passed","time":{"start":1729034704491,"stop":1729034704491,"duration":0}},{"uid":"78b0e3d3d69be4bb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/78b0e3d3d69be4bb","status":"passed","time":{"start":1729034474982,"stop":1729034474983,"duration":1}},{"uid":"e0e5f376357d73e2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e0e5f376357d73e2","status":"passed","time":{"start":1729034395287,"stop":1729034395287,"duration":0}},{"uid":"3b8885ad2522f4d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3b8885ad2522f4d9","status":"passed","time":{"start":1729034209092,"stop":1729034209092,"duration":0}},{"uid":"2e7ca713f6295b95","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e7ca713f6295b95","status":"passed","time":{"start":1729032264562,"stop":1729032264563,"duration":1}},{"uid":"141ec2925551bc80","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/141ec2925551bc80","status":"passed","time":{"start":1728902012838,"stop":1728902012839,"duration":1}},{"uid":"2a15799eb41dee1d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2a15799eb41dee1d","status":"passed","time":{"start":1728893454808,"stop":1728893454808,"duration":0}},{"uid":"239590326d72cf2a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/239590326d72cf2a","status":"passed","time":{"start":1728856408449,"stop":1728856408449,"duration":0}},{"uid":"8d226c38b8c1861d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d226c38b8c1861d","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"be21dff1f2ed378b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be21dff1f2ed378b","status":"passed","time":{"start":1728683159747,"stop":1728683159747,"duration":0}},{"uid":"5a259370d19d0f40","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5a259370d19d0f40","status":"passed","time":{"start":1728682751325,"stop":1728682751325,"duration":0}},{"uid":"ba02bfb3f8a5b5bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba02bfb3f8a5b5bc","status":"passed","time":{"start":1728677216352,"stop":1728677216352,"duration":0}},{"uid":"c22e0f26510381f9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c22e0f26510381f9","status":"passed","time":{"start":1728669925450,"stop":1728669925450,"duration":0}},{"uid":"a70abb9a55d25ef9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a70abb9a55d25ef9","status":"passed","time":{"start":1728598268798,"stop":1728598268798,"duration":0}},{"uid":"170ef476c1ea02a8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/170ef476c1ea02a8","status":"passed","time":{"start":1728597503909,"stop":1728597503910,"duration":1}}]},"a5b8096255da7621f4876c8487531596:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bb286c47d38d0869","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bb286c47d38d0869","status":"passed","time":{"start":1729034348295,"stop":1729034348296,"duration":1}},{"uid":"1e088053f0dea77","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1e088053f0dea77","status":"passed","time":{"start":1729034111875,"stop":1729034111875,"duration":0}},{"uid":"71b549fb32156219","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71b549fb32156219","status":"passed","time":{"start":1729034034978,"stop":1729034034978,"duration":0}},{"uid":"97cb50e3f1149339","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/97cb50e3f1149339","status":"passed","time":{"start":1729033849392,"stop":1729033849392,"duration":0}},{"uid":"38352419202956c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/38352419202956c0","status":"passed","time":{"start":1729031899546,"stop":1729031899547,"duration":1}},{"uid":"51a0dcd3d7f80cd3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/51a0dcd3d7f80cd3","status":"passed","time":{"start":1728901444841,"stop":1728901444841,"duration":0}},{"uid":"849aa75b1dee4014","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/849aa75b1dee4014","status":"passed","time":{"start":1728892875614,"stop":1728892875614,"duration":0}},{"uid":"5318d987a1043c09","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5318d987a1043c09","status":"passed","time":{"start":1728855838488,"stop":1728855838488,"duration":0}},{"uid":"3bb675cb3c7048ac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3bb675cb3c7048ac","status":"passed","time":{"start":1728738055451,"stop":1728738055451,"duration":0}},{"uid":"5662e98e17358c74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5662e98e17358c74","status":"passed","time":{"start":1728682589262,"stop":1728682589263,"duration":1}},{"uid":"cd2b58b07bcd5ca7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd2b58b07bcd5ca7","status":"passed","time":{"start":1728682162180,"stop":1728682162181,"duration":1}},{"uid":"a46776833e315b3e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a46776833e315b3e","status":"passed","time":{"start":1728676636508,"stop":1728676636508,"duration":0}},{"uid":"cc9c73e6e1fbab88","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc9c73e6e1fbab88","status":"passed","time":{"start":1728669359846,"stop":1728669359846,"duration":0}},{"uid":"72322e1c2f43ab04","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/72322e1c2f43ab04","status":"passed","time":{"start":1728597699701,"stop":1728597699701,"duration":0}},{"uid":"e08edc314ca6de1a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e08edc314ca6de1a","status":"passed","time":{"start":1728596919892,"stop":1728596919893,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bacc0f542357dfaf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bacc0f542357dfaf","status":"passed","time":{"start":1729034341412,"stop":1729034341412,"duration":0}},{"uid":"c447b2b87e34e31b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c447b2b87e34e31b","status":"passed","time":{"start":1729034104921,"stop":1729034104921,"duration":0}},{"uid":"989b14397c1d2758","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/989b14397c1d2758","status":"passed","time":{"start":1729034028520,"stop":1729034028520,"duration":0}},{"uid":"871e10650c27cbe9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/871e10650c27cbe9","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0}},{"uid":"4e041534b49b7521","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4e041534b49b7521","status":"passed","time":{"start":1729031892685,"stop":1729031892685,"duration":0}},{"uid":"a6e73bdf2b4ce73c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a6e73bdf2b4ce73c","status":"passed","time":{"start":1728901438816,"stop":1728901438817,"duration":1}},{"uid":"7752611567ab8427","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7752611567ab8427","status":"passed","time":{"start":1728892869010,"stop":1728892869010,"duration":0}},{"uid":"bc0827d2778827a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bc0827d2778827a2","status":"passed","time":{"start":1728855831901,"stop":1728855831901,"duration":0}},{"uid":"713a375d6db20fe5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/713a375d6db20fe5","status":"passed","time":{"start":1728738049049,"stop":1728738049049,"duration":0}},{"uid":"d9f8f14855c4ebc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d9f8f14855c4ebc","status":"passed","time":{"start":1728682582628,"stop":1728682582628,"duration":0}},{"uid":"c4f343cb06733b48","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c4f343cb06733b48","status":"passed","time":{"start":1728682155416,"stop":1728682155416,"duration":0}},{"uid":"e363e29a3ae963a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e363e29a3ae963a8","status":"passed","time":{"start":1728676629983,"stop":1728676629983,"duration":0}},{"uid":"b430e6c4ab6de2dd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b430e6c4ab6de2dd","status":"passed","time":{"start":1728669353110,"stop":1728669353110,"duration":0}},{"uid":"6c56e17e326af551","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6c56e17e326af551","status":"passed","time":{"start":1728597693856,"stop":1728597693856,"duration":0}},{"uid":"af2bc42e30331c94","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/af2bc42e30331c94","status":"passed","time":{"start":1728596913100,"stop":1728596913100,"duration":0}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b1eb09825a3eeeed","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b1eb09825a3eeeed","status":"passed","time":{"start":1729034332495,"stop":1729034332497,"duration":2}},{"uid":"f5e6acbbfc98ca96","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f5e6acbbfc98ca96","status":"passed","time":{"start":1729034095624,"stop":1729034095624,"duration":0}},{"uid":"ed1416725a467f9c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed1416725a467f9c","status":"passed","time":{"start":1729034019886,"stop":1729034019887,"duration":1}},{"uid":"c5e8402f892b37b0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5e8402f892b37b0","status":"passed","time":{"start":1729033834024,"stop":1729033834025,"duration":1}},{"uid":"dc3e2417b3e5828","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dc3e2417b3e5828","status":"passed","time":{"start":1729031883605,"stop":1729031883606,"duration":1}},{"uid":"c74b341f369f71c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c74b341f369f71c0","status":"passed","time":{"start":1728901429892,"stop":1728901429895,"duration":3}},{"uid":"ada16d928261f7a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ada16d928261f7a","status":"passed","time":{"start":1728892860034,"stop":1728892860035,"duration":1}},{"uid":"aeef2ecca3e6a23a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aeef2ecca3e6a23a","status":"passed","time":{"start":1728855822966,"stop":1728855822966,"duration":0}},{"uid":"8a8cef93acec9dc7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8a8cef93acec9dc7","status":"passed","time":{"start":1728738040126,"stop":1728738040127,"duration":1}},{"uid":"48c45bf9ef539e74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/48c45bf9ef539e74","status":"passed","time":{"start":1728682573418,"stop":1728682573418,"duration":0}},{"uid":"b3224c56225667d2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3224c56225667d2","status":"passed","time":{"start":1728682146525,"stop":1728682146526,"duration":1}},{"uid":"d3b6e56e842f7b24","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d3b6e56e842f7b24","status":"passed","time":{"start":1728676621028,"stop":1728676621028,"duration":0}},{"uid":"97b28aeb53444fd6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97b28aeb53444fd6","status":"passed","time":{"start":1728669344029,"stop":1728669344029,"duration":0}},{"uid":"194c11ff32909a67","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/194c11ff32909a67","status":"passed","time":{"start":1728597684702,"stop":1728597684703,"duration":1}},{"uid":"5e9b329ed8635a62","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5e9b329ed8635a62","status":"passed","time":{"start":1728596904041,"stop":1728596904042,"duration":1}}]},"27dba3eb95defa8a93e64dda3d365c4b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"199b432d2aefabe6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/199b432d2aefabe6","status":"passed","time":{"start":1728856333677,"stop":1728856333678,"duration":1}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f20c0e293677ac3e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f20c0e293677ac3e","status":"passed","time":{"start":1729034668610,"stop":1729034668611,"duration":1}},{"uid":"22efaac0b52e1904","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22efaac0b52e1904","status":"passed","time":{"start":1729034443521,"stop":1729034443521,"duration":0}},{"uid":"1b5cf3c6e321dcf2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1b5cf3c6e321dcf2","status":"passed","time":{"start":1729034357708,"stop":1729034357709,"duration":1}},{"uid":"468e42b4b598603c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/468e42b4b598603c","status":"passed","time":{"start":1729034177536,"stop":1729034177536,"duration":0}},{"uid":"3fa9ae9de0f02282","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3fa9ae9de0f02282","status":"passed","time":{"start":1729032235311,"stop":1729032235314,"duration":3}},{"uid":"ede78615d23abb15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ede78615d23abb15","status":"passed","time":{"start":1728901958866,"stop":1728901958866,"duration":0}},{"uid":"b5b3097c88a88b51","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5b3097c88a88b51","status":"passed","time":{"start":1728893395083,"stop":1728893395083,"duration":0}},{"uid":"c862dcdbd1582bec","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c862dcdbd1582bec","status":"passed","time":{"start":1728856355697,"stop":1728856355698,"duration":1}},{"uid":"53a1cd6a54b67719","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/53a1cd6a54b67719","status":"passed","time":{"start":1728738567473,"stop":1728738567473,"duration":0}},{"uid":"9dad1a802ae842cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9dad1a802ae842cd","status":"passed","time":{"start":1728683110372,"stop":1728683110372,"duration":0}},{"uid":"92b1bd7ca676afcb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/92b1bd7ca676afcb","status":"passed","time":{"start":1728682666069,"stop":1728682666070,"duration":1}},{"uid":"31df2acbdaf30a91","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/31df2acbdaf30a91","status":"passed","time":{"start":1728677163584,"stop":1728677163584,"duration":0}},{"uid":"bbba94905898bfe6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bbba94905898bfe6","status":"passed","time":{"start":1728669841256,"stop":1728669841256,"duration":0}},{"uid":"53684529f3b07bf6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/53684529f3b07bf6","status":"passed","time":{"start":1728598221900,"stop":1728598221900,"duration":0}},{"uid":"8a9c3573d03c2861","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8a9c3573d03c2861","status":"passed","time":{"start":1728597434083,"stop":1728597434083,"duration":0}}]},"fd1549665668131916dade987eb029cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48df0712f606b77d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/48df0712f606b77d","status":"passed","time":{"start":1728597132263,"stop":1728597132263,"duration":0}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"b7747b2a664889e3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b7747b2a664889e3","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034408877,"stop":1729034408877,"duration":0}},{"uid":"4ffe7eb11ca7fe53","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ffe7eb11ca7fe53","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034166266,"stop":1729034166266,"duration":0}},{"uid":"eef716b1e40e83ba","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/eef716b1e40e83ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034096724,"stop":1729034096724,"duration":0}},{"uid":"41076025a7ed68f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41076025a7ed68f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033904751,"stop":1729033904751,"duration":0}},{"uid":"f06a5dfea2132f1b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f06a5dfea2132f1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031952299,"stop":1729031952299,"duration":0}},{"uid":"cdf0961f37e36022","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cdf0961f37e36022","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901498549,"stop":1728901498550,"duration":1}},{"uid":"92e51bbbc3e8537a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/92e51bbbc3e8537a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892934942,"stop":1728892934942,"duration":0}},{"uid":"62470e483f1d5fe4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62470e483f1d5fe4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855901092,"stop":1728855901092,"duration":0}},{"uid":"72c055c2a8691a35","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/72c055c2a8691a35","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738109824,"stop":1728738109824,"duration":0}},{"uid":"8775b45f77153372","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8775b45f77153372","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682641799,"stop":1728682641799,"duration":0}},{"uid":"255bff729328b2f3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/255bff729328b2f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682224061,"stop":1728682224061,"duration":0}},{"uid":"e738908777ae35d3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e738908777ae35d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676692605,"stop":1728676692605,"duration":0}},{"uid":"887318633584d628","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/887318633584d628","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669414332,"stop":1728669414332,"duration":0}},{"uid":"dc33a94e35bbbcbf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dc33a94e35bbbcbf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597758159,"stop":1728597758159,"duration":0}},{"uid":"e88ec15752568ca4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e88ec15752568ca4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596973965,"stop":1728596973965,"duration":0}}]},"10071815a925d433978c96d64be34203:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60d67699b3a40af2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/60d67699b3a40af2","status":"passed","time":{"start":1728856333679,"stop":1728856333679,"duration":0}}]},"60321a3e1670d81c6076411aea0ee0ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9b2249ef39c5b0c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9b2249ef39c5b0c","status":"passed","time":{"start":1729034177524,"stop":1729034177525,"duration":1}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cfa69bc45f1c4cc4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cfa69bc45f1c4cc4","status":"passed","time":{"start":1729034611685,"stop":1729034611685,"duration":0}},{"uid":"4c5f2aa82fcd6f31","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4c5f2aa82fcd6f31","status":"passed","time":{"start":1729034393672,"stop":1729034393672,"duration":0}},{"uid":"6b117c7670409f6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b117c7670409f6b","status":"passed","time":{"start":1729034304863,"stop":1729034304863,"duration":0}},{"uid":"8a8f8b4fab1de8d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a8f8b4fab1de8d8","status":"passed","time":{"start":1729034121954,"stop":1729034121954,"duration":0}},{"uid":"41a7704c6ecf9562","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/41a7704c6ecf9562","status":"passed","time":{"start":1729032174931,"stop":1729032174931,"duration":0}},{"uid":"36925d29cdcd4fc5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/36925d29cdcd4fc5","status":"passed","time":{"start":1728901881035,"stop":1728901881035,"duration":0}},{"uid":"5284b381a24309b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5284b381a24309b6","status":"passed","time":{"start":1728893317184,"stop":1728893317184,"duration":0}},{"uid":"36e689351862ad0d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/36e689351862ad0d","status":"passed","time":{"start":1728856263128,"stop":1728856263128,"duration":0}},{"uid":"2d0c1b7d4add8f2b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2d0c1b7d4add8f2b","status":"passed","time":{"start":1728738492813,"stop":1728738492814,"duration":1}},{"uid":"647ad87e74af48dc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/647ad87e74af48dc","status":"passed","time":{"start":1728683030032,"stop":1728683030032,"duration":0}},{"uid":"bd5bed76ad2d19e0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd5bed76ad2d19e0","status":"passed","time":{"start":1728682581132,"stop":1728682581132,"duration":0}},{"uid":"85f6d9f12083a9e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85f6d9f12083a9e2","status":"passed","time":{"start":1728677082016,"stop":1728677082017,"duration":1}},{"uid":"a4655f52401a5ebe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4655f52401a5ebe","status":"passed","time":{"start":1728669795410,"stop":1728669795410,"duration":0}},{"uid":"72b87bc0457d6241","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/72b87bc0457d6241","status":"passed","time":{"start":1728598137511,"stop":1728598137511,"duration":0}},{"uid":"f0c96ddbc9559768","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c96ddbc9559768","status":"passed","time":{"start":1728597353490,"stop":1728597353490,"duration":0}}]},"43d0e0309dc9bbee3b7da2336564f92c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b34d3c2fc96216fe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b34d3c2fc96216fe","status":"passed","time":{"start":1729034373011,"stop":1729034373011,"duration":0}},{"uid":"7011e55319be4bb9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7011e55319be4bb9","status":"passed","time":{"start":1729034137115,"stop":1729034137116,"duration":1}},{"uid":"157cdee728ad9c1a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/157cdee728ad9c1a","status":"passed","time":{"start":1729034060046,"stop":1729034060046,"duration":0}},{"uid":"53370bae1611bd7d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/53370bae1611bd7d","status":"passed","time":{"start":1729033875028,"stop":1729033875029,"duration":1}},{"uid":"5e69761f82250407","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e69761f82250407","status":"passed","time":{"start":1729031924909,"stop":1729031924909,"duration":0}},{"uid":"8915f4489304adf4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8915f4489304adf4","status":"passed","time":{"start":1728901469136,"stop":1728901469136,"duration":0}},{"uid":"88cad97e441f7a61","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/88cad97e441f7a61","status":"passed","time":{"start":1728892899801,"stop":1728892899801,"duration":0}},{"uid":"95144c052faf26b9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/95144c052faf26b9","status":"passed","time":{"start":1728855863297,"stop":1728855863297,"duration":0}},{"uid":"ba08f07cee9c9629","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ba08f07cee9c9629","status":"passed","time":{"start":1728738080957,"stop":1728738080958,"duration":1}},{"uid":"d8f5b8ee18c4bfde","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d8f5b8ee18c4bfde","status":"passed","time":{"start":1728682614317,"stop":1728682614317,"duration":0}},{"uid":"f9c8ed98e6b5c8ee","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f9c8ed98e6b5c8ee","status":"passed","time":{"start":1728682187221,"stop":1728682187222,"duration":1}},{"uid":"f95dd05821c4c0ac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f95dd05821c4c0ac","status":"passed","time":{"start":1728676661422,"stop":1728676661423,"duration":1}},{"uid":"36bcaef441dc5e3b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/36bcaef441dc5e3b","status":"passed","time":{"start":1728669384754,"stop":1728669384754,"duration":0}},{"uid":"7c1e3409ee51c5ed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c1e3409ee51c5ed","status":"passed","time":{"start":1728597724212,"stop":1728597724212,"duration":0}},{"uid":"273096620be7b65e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/273096620be7b65e","status":"passed","time":{"start":1728596943265,"stop":1728596943265,"duration":0}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5b66158e2538b4fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5b66158e2538b4fa","status":"passed","time":{"start":1729034435409,"stop":1729034435410,"duration":1}},{"uid":"39cd021184517f90","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/39cd021184517f90","status":"passed","time":{"start":1729034202095,"stop":1729034202095,"duration":0}},{"uid":"82d92b0716d17983","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/82d92b0716d17983","status":"passed","time":{"start":1729034126097,"stop":1729034126097,"duration":0}},{"uid":"9aa6b7655117184d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9aa6b7655117184d","status":"passed","time":{"start":1729033939920,"stop":1729033939920,"duration":0}},{"uid":"5dd02bb6fdf8a434","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5dd02bb6fdf8a434","status":"passed","time":{"start":1729031988771,"stop":1729031988772,"duration":1}},{"uid":"99bcfe70f0cc4011","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/99bcfe70f0cc4011","status":"passed","time":{"start":1728901555751,"stop":1728901555752,"duration":1}},{"uid":"7a07af08824ed443","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7a07af08824ed443","status":"passed","time":{"start":1728892995570,"stop":1728892995570,"duration":0}},{"uid":"f442984337989658","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f442984337989658","status":"passed","time":{"start":1728855954640,"stop":1728855954641,"duration":1}},{"uid":"efc05817028c603e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/efc05817028c603e","status":"passed","time":{"start":1728738169494,"stop":1728738169503,"duration":9}},{"uid":"8f9b40e5da85395b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8f9b40e5da85395b","status":"passed","time":{"start":1728682707225,"stop":1728682707226,"duration":1}},{"uid":"a279200b15d6abb2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a279200b15d6abb2","status":"passed","time":{"start":1728682285115,"stop":1728682285115,"duration":0}},{"uid":"5b7dd5c612d310a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5b7dd5c612d310a8","status":"passed","time":{"start":1728676761147,"stop":1728676761147,"duration":0}},{"uid":"2697f1de77105b52","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2697f1de77105b52","status":"passed","time":{"start":1728669488931,"stop":1728669488934,"duration":3}},{"uid":"227aeb130dccbdbb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/227aeb130dccbdbb","status":"passed","time":{"start":1728597819559,"stop":1728597819559,"duration":0}},{"uid":"a968731cb16ec271","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a968731cb16ec271","status":"passed","time":{"start":1728597041916,"stop":1728597041916,"duration":0}}]},"ecd7ebd9fcded150c437864c9975262d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8f0bec8190ec7eb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f8f0bec8190ec7eb","status":"passed","time":{"start":1728893395074,"stop":1728893395075,"duration":1}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a47a22cb1bafa50e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a47a22cb1bafa50e","status":"passed","time":{"start":1729034611649,"stop":1729034611650,"duration":1}},{"uid":"a5f7dc6951b6b412","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a5f7dc6951b6b412","status":"passed","time":{"start":1729034393625,"stop":1729034393625,"duration":0}},{"uid":"270c843cb2f3675d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/270c843cb2f3675d","status":"passed","time":{"start":1729034304793,"stop":1729034304797,"duration":4}},{"uid":"90d65debab2f9c9a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/90d65debab2f9c9a","status":"passed","time":{"start":1729034121876,"stop":1729034121876,"duration":0}},{"uid":"962a781c0418319c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/962a781c0418319c","status":"passed","time":{"start":1729032174795,"stop":1729032174795,"duration":0}},{"uid":"1bd9305018673a7e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1bd9305018673a7e","status":"passed","time":{"start":1728901881001,"stop":1728901881002,"duration":1}},{"uid":"aac596b2439f0589","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aac596b2439f0589","status":"passed","time":{"start":1728893317129,"stop":1728893317130,"duration":1}},{"uid":"167721987c54e9e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/167721987c54e9e2","status":"passed","time":{"start":1728856263063,"stop":1728856263063,"duration":0}},{"uid":"ab0489f9ed6e0ea3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ab0489f9ed6e0ea3","status":"passed","time":{"start":1728738492781,"stop":1728738492782,"duration":1}},{"uid":"f7532361eaa3aa92","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f7532361eaa3aa92","status":"passed","time":{"start":1728683030006,"stop":1728683030006,"duration":0}},{"uid":"985c4193ee65b8b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/985c4193ee65b8b4","status":"passed","time":{"start":1728682581061,"stop":1728682581062,"duration":1}},{"uid":"ed206f77364baa92","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ed206f77364baa92","status":"passed","time":{"start":1728677081981,"stop":1728677081982,"duration":1}},{"uid":"8efd18c0e48462b7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8efd18c0e48462b7","status":"passed","time":{"start":1728669795382,"stop":1728669795382,"duration":0}},{"uid":"9ba8bb9a57afef16","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9ba8bb9a57afef16","status":"passed","time":{"start":1728598137490,"stop":1728598137490,"duration":0}},{"uid":"7e2d4287bfa06381","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7e2d4287bfa06381","status":"passed","time":{"start":1728597353470,"stop":1728597353470,"duration":0}}]},"54a63dfbad157ef89df258eafc5a2182:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96e68e0e8d4a1129","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/96e68e0e8d4a1129","status":"passed","time":{"start":1728856355692,"stop":1728856355692,"duration":0}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cf56ab61eb0e1d8f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cf56ab61eb0e1d8f","status":"passed","time":{"start":1729034631247,"stop":1729034631248,"duration":1}},{"uid":"39679a6a1ef0236f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/39679a6a1ef0236f","status":"passed","time":{"start":1729034400884,"stop":1729034400884,"duration":0}},{"uid":"5dbd253ae81eda5b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5dbd253ae81eda5b","status":"passed","time":{"start":1729034317439,"stop":1729034317440,"duration":1}},{"uid":"893244347d095e11","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/893244347d095e11","status":"passed","time":{"start":1729034137123,"stop":1729034137124,"duration":1}},{"uid":"6f28652886de9e63","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6f28652886de9e63","status":"passed","time":{"start":1729032206868,"stop":1729032206870,"duration":2}},{"uid":"421794565231da0e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/421794565231da0e","status":"passed","time":{"start":1728901995010,"stop":1728901995010,"duration":0}},{"uid":"28f839c313ada7ba","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/28f839c313ada7ba","status":"passed","time":{"start":1728893420989,"stop":1728893420989,"duration":0}},{"uid":"a3e0d0c625c8faf6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a3e0d0c625c8faf6","status":"passed","time":{"start":1728856368591,"stop":1728856368591,"duration":0}},{"uid":"59b8d83b7af9c176","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/59b8d83b7af9c176","status":"passed","time":{"start":1728738604676,"stop":1728738604676,"duration":0}},{"uid":"a61346d5d42aa4cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a61346d5d42aa4cd","status":"passed","time":{"start":1728683117605,"stop":1728683117605,"duration":0}},{"uid":"9b3d782a018c6bde","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b3d782a018c6bde","status":"passed","time":{"start":1728682721313,"stop":1728682721313,"duration":0}},{"uid":"7bbee4453c26a44e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7bbee4453c26a44e","status":"passed","time":{"start":1728677184675,"stop":1728677184676,"duration":1}},{"uid":"48d93b261aaba9cb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/48d93b261aaba9cb","status":"passed","time":{"start":1728669866444,"stop":1728669866444,"duration":0}},{"uid":"d6dbd38d37bcac5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d6dbd38d37bcac5e","status":"passed","time":{"start":1728598249971,"stop":1728598249971,"duration":0}},{"uid":"7a2a65bf1b223ef2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7a2a65bf1b223ef2","status":"passed","time":{"start":1728597472283,"stop":1728597472284,"duration":1}}]},"a76ead29381dcdaff9c468c45a54849a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6545dc1a75f4f4ec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6545dc1a75f4f4ec","status":"passed","time":{"start":1729034332631,"stop":1729034332631,"duration":0}},{"uid":"9c5e01d9ddf58424","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9c5e01d9ddf58424","status":"passed","time":{"start":1729034096133,"stop":1729034096133,"duration":0}},{"uid":"5faa4b4a55178600","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5faa4b4a55178600","status":"passed","time":{"start":1729034020091,"stop":1729034020091,"duration":0}},{"uid":"a5a9240e28384e7a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5a9240e28384e7a","status":"passed","time":{"start":1729033834385,"stop":1729033834386,"duration":1}},{"uid":"6cc827ac1ff2938f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6cc827ac1ff2938f","status":"passed","time":{"start":1729031884118,"stop":1729031884119,"duration":1}},{"uid":"84c82915614cf059","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/84c82915614cf059","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"afd2a8d5fc28f7fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/afd2a8d5fc28f7fb","status":"passed","time":{"start":1728892860532,"stop":1728892860532,"duration":0}},{"uid":"ca0660c11b8db229","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca0660c11b8db229","status":"passed","time":{"start":1728855823322,"stop":1728855823322,"duration":0}},{"uid":"ec45210bac8fa302","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec45210bac8fa302","status":"passed","time":{"start":1728738040602,"stop":1728738040602,"duration":0}},{"uid":"4bd0586f83d70929","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bd0586f83d70929","status":"passed","time":{"start":1728682574092,"stop":1728682574093,"duration":1}},{"uid":"e50a835f3311dfd3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e50a835f3311dfd3","status":"passed","time":{"start":1728682146817,"stop":1728682146817,"duration":0}},{"uid":"b720f0316c59d122","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b720f0316c59d122","status":"passed","time":{"start":1728676621431,"stop":1728676621431,"duration":0}},{"uid":"28948d1afd553a52","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/28948d1afd553a52","status":"passed","time":{"start":1728669344467,"stop":1728669344467,"duration":0}},{"uid":"367c0269a5272f68","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/367c0269a5272f68","status":"passed","time":{"start":1728597685161,"stop":1728597685161,"duration":0}},{"uid":"b3447536b27b02ae","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b3447536b27b02ae","status":"passed","time":{"start":1728596904467,"stop":1728596904468,"duration":1}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c63179cf3eb1ed6f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c63179cf3eb1ed6f","status":"passed","time":{"start":1729034617760,"stop":1729034617760,"duration":0}},{"uid":"e4b335aeede59e7e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e4b335aeede59e7e","status":"passed","time":{"start":1729034370870,"stop":1729034370871,"duration":1}},{"uid":"fbf793dfc5a09c6d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fbf793dfc5a09c6d","status":"passed","time":{"start":1729034308871,"stop":1729034308872,"duration":1}},{"uid":"eb5e8530b58d36b2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eb5e8530b58d36b2","status":"passed","time":{"start":1729034129474,"stop":1729034129475,"duration":1}},{"uid":"44a3134be4ca655a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/44a3134be4ca655a","status":"passed","time":{"start":1729032178368,"stop":1729032178368,"duration":0}},{"uid":"157f69c6081798f6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/157f69c6081798f6","status":"passed","time":{"start":1728901896347,"stop":1728901896348,"duration":1}},{"uid":"b454061dcfad92d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b454061dcfad92d8","status":"passed","time":{"start":1728893329025,"stop":1728893329026,"duration":1}},{"uid":"571cf8ea9f00a40c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/571cf8ea9f00a40c","status":"passed","time":{"start":1728856284764,"stop":1728856284764,"duration":0}},{"uid":"69acd932fc48f1ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/69acd932fc48f1ee","status":"passed","time":{"start":1728738494941,"stop":1728738494941,"duration":0}},{"uid":"c2c293b0a1d2c0ee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c2c293b0a1d2c0ee","status":"passed","time":{"start":1728683033632,"stop":1728683033632,"duration":0}},{"uid":"856fa9030e708e0a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/856fa9030e708e0a","status":"passed","time":{"start":1728682601737,"stop":1728682601737,"duration":0}},{"uid":"fc9e7996b093d82c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fc9e7996b093d82c","status":"passed","time":{"start":1728677107962,"stop":1728677107962,"duration":0}},{"uid":"c9e2ca0e0b6c5f5a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c9e2ca0e0b6c5f5a","status":"passed","time":{"start":1728669764751,"stop":1728669764752,"duration":1}},{"uid":"7509afb51947521b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7509afb51947521b","status":"passed","time":{"start":1728598157563,"stop":1728598157563,"duration":0}},{"uid":"70faa0c446c1769b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70faa0c446c1769b","status":"passed","time":{"start":1728597369073,"stop":1728597369073,"duration":0}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"da8dbdb2e853d503","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/da8dbdb2e853d503","status":"passed","time":{"start":1729034611679,"stop":1729034611679,"duration":0}},{"uid":"b147a0d62e94f9f9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b147a0d62e94f9f9","status":"passed","time":{"start":1729034393654,"stop":1729034393655,"duration":1}},{"uid":"26b371d2e1c0a422","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/26b371d2e1c0a422","status":"passed","time":{"start":1729034304852,"stop":1729034304852,"duration":0}},{"uid":"5b4321638e34b0a7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5b4321638e34b0a7","status":"passed","time":{"start":1729034121938,"stop":1729034121939,"duration":1}},{"uid":"99c45965f82f6aea","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/99c45965f82f6aea","status":"passed","time":{"start":1729032174902,"stop":1729032174902,"duration":0}},{"uid":"8e116f772c0f3064","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e116f772c0f3064","status":"passed","time":{"start":1728901881019,"stop":1728901881020,"duration":1}},{"uid":"5c9b6fa8af61a1ed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c9b6fa8af61a1ed","status":"passed","time":{"start":1728893317176,"stop":1728893317177,"duration":1}},{"uid":"ee79596de1d784","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ee79596de1d784","status":"passed","time":{"start":1728856263107,"stop":1728856263108,"duration":1}},{"uid":"6d7eed9b613711f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d7eed9b613711f5","status":"passed","time":{"start":1728738492802,"stop":1728738492802,"duration":0}},{"uid":"4af1c940562a6bc5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4af1c940562a6bc5","status":"passed","time":{"start":1728683030025,"stop":1728683030025,"duration":0}},{"uid":"b04b210473adb694","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b04b210473adb694","status":"passed","time":{"start":1728682581110,"stop":1728682581111,"duration":1}},{"uid":"1fa63bf632207382","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1fa63bf632207382","status":"passed","time":{"start":1728677082003,"stop":1728677082004,"duration":1}},{"uid":"18025bfb200e1ef2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/18025bfb200e1ef2","status":"passed","time":{"start":1728669795401,"stop":1728669795403,"duration":2}},{"uid":"44989d5a259a7e3b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/44989d5a259a7e3b","status":"passed","time":{"start":1728598137507,"stop":1728598137507,"duration":0}},{"uid":"f52465146db31e94","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f52465146db31e94","status":"passed","time":{"start":1728597353483,"stop":1728597353484,"duration":1}}]},"6429b444155aaa5d73ac88edce2f6a36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"db90dd34b06f2769","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db90dd34b06f2769","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473210,"stop":1729034473211,"duration":1}},{"uid":"6e95a0b067715ca7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6e95a0b067715ca7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241153,"stop":1729034241153,"duration":0}},{"uid":"884a0f06777e44bb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/884a0f06777e44bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159971,"stop":1729034159971,"duration":0}},{"uid":"151dae1f97bacb4c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/151dae1f97bacb4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977062,"stop":1729033977062,"duration":0}},{"uid":"2e3f6957203c8b3c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e3f6957203c8b3c","status":"passed","time":{"start":1729032093763,"stop":1729032093764,"duration":1}},{"uid":"21c25792cf61a480","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/21c25792cf61a480","status":"passed","time":{"start":1728901748770,"stop":1728901748770,"duration":0}},{"uid":"d7633b208a28c5c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d7633b208a28c5c","status":"passed","time":{"start":1728893181082,"stop":1728893181083,"duration":1}},{"uid":"92e2185ef358e972","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92e2185ef358e972","status":"passed","time":{"start":1728856155548,"stop":1728856155549,"duration":1}},{"uid":"ec3355a574db2ee1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec3355a574db2ee1","status":"passed","time":{"start":1728738360282,"stop":1728738360282,"duration":0}},{"uid":"32db3d9c0a87f497","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32db3d9c0a87f497","status":"passed","time":{"start":1728682907217,"stop":1728682907218,"duration":1}},{"uid":"e4df6fca6aafd0c0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e4df6fca6aafd0c0","status":"passed","time":{"start":1728682466726,"stop":1728682466727,"duration":1}},{"uid":"c480243f54457262","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c480243f54457262","status":"passed","time":{"start":1728676955718,"stop":1728676955718,"duration":0}},{"uid":"61391d68103a69d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61391d68103a69d4","status":"passed","time":{"start":1728598013531,"stop":1728598013532,"duration":1}},{"uid":"fb31ec2c3df0d385","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fb31ec2c3df0d385","status":"passed","time":{"start":1728597225196,"stop":1728597225196,"duration":0}}]},"5cd99ced8ba50b2e9d376a549883204c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"44f1512162da0174","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/44f1512162da0174","status":"passed","time":{"start":1729034332640,"stop":1729034332641,"duration":1}},{"uid":"b8db97bc3a05a92d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b8db97bc3a05a92d","status":"passed","time":{"start":1729034096139,"stop":1729034096139,"duration":0}},{"uid":"a03734820c4b4ee0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a03734820c4b4ee0","status":"passed","time":{"start":1729034020095,"stop":1729034020095,"duration":0}},{"uid":"3272d99ca358d8a7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3272d99ca358d8a7","status":"passed","time":{"start":1729033834392,"stop":1729033834392,"duration":0}},{"uid":"5b83ca7077712da9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b83ca7077712da9","status":"passed","time":{"start":1729031884125,"stop":1729031884126,"duration":1}},{"uid":"82729eed0fef9980","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82729eed0fef9980","status":"passed","time":{"start":1728901430259,"stop":1728901430259,"duration":0}},{"uid":"2cdd82203fc577ca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2cdd82203fc577ca","status":"passed","time":{"start":1728892860538,"stop":1728892860538,"duration":0}},{"uid":"d55a501134975d86","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d55a501134975d86","status":"passed","time":{"start":1728855823327,"stop":1728855823327,"duration":0}},{"uid":"eea9e88ad7ceb444","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eea9e88ad7ceb444","status":"passed","time":{"start":1728738040608,"stop":1728738040608,"duration":0}},{"uid":"2726e8d5bb147802","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2726e8d5bb147802","status":"passed","time":{"start":1728682574098,"stop":1728682574098,"duration":0}},{"uid":"b2eb7b44d5644962","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b2eb7b44d5644962","status":"passed","time":{"start":1728682146822,"stop":1728682146822,"duration":0}},{"uid":"c6aaca40ff688c47","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c6aaca40ff688c47","status":"passed","time":{"start":1728676621437,"stop":1728676621438,"duration":1}},{"uid":"169987d1331b538f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/169987d1331b538f","status":"passed","time":{"start":1728669344472,"stop":1728669344473,"duration":1}},{"uid":"8cffc30511015ff7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8cffc30511015ff7","status":"passed","time":{"start":1728597685167,"stop":1728597685168,"duration":1}},{"uid":"e5667c61c3b858bc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5667c61c3b858bc","status":"passed","time":{"start":1728596904475,"stop":1728596904475,"duration":0}}]},"c10a17e8225ef797be13d4ceec15affb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea2902ecff9ac94d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ea2902ecff9ac94d","status":"passed","time":{"start":1728598163467,"stop":1728598163467,"duration":0}}]},"b46a4510d87abb0296fd7988796cb246:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32ad79bb808acab5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32ad79bb808acab5","status":"passed","time":{"start":1728597434077,"stop":1728597434077,"duration":0}}]},"cda0782defc2f542c3c2835bd131767d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7ddcc192fabcd7b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f7ddcc192fabcd7b","status":"passed","time":{"start":1728682652693,"stop":1728682652693,"duration":0}}]},"28aee9d4d96ac1f63742f418dd3f2c74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84e70a4b1f55ad7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/84e70a4b1f55ad7e","status":"passed","time":{"start":1729034668598,"stop":1729034668598,"duration":0}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ee968f11acf7d0df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee968f11acf7d0df","status":"passed","time":{"start":1729034617758,"stop":1729034617758,"duration":0}},{"uid":"c5c1e487b18f394b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c5c1e487b18f394b","status":"passed","time":{"start":1729034370866,"stop":1729034370866,"duration":0}},{"uid":"7fade88d3791540e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7fade88d3791540e","status":"passed","time":{"start":1729034308870,"stop":1729034308870,"duration":0}},{"uid":"5644886a91e8d1d4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5644886a91e8d1d4","status":"passed","time":{"start":1729034129473,"stop":1729034129473,"duration":0}},{"uid":"9f8ce1f58611497f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9f8ce1f58611497f","status":"passed","time":{"start":1729032178366,"stop":1729032178367,"duration":1}},{"uid":"9f5738dafcbd15c8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9f5738dafcbd15c8","status":"passed","time":{"start":1728901896345,"stop":1728901896346,"duration":1}},{"uid":"4eabb01fe57321a2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4eabb01fe57321a2","status":"passed","time":{"start":1728893329024,"stop":1728893329024,"duration":0}},{"uid":"53009c29029bdeb3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/53009c29029bdeb3","status":"passed","time":{"start":1728856284761,"stop":1728856284762,"duration":1}},{"uid":"af5f0f53bd2484af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/af5f0f53bd2484af","status":"passed","time":{"start":1728738494939,"stop":1728738494939,"duration":0}},{"uid":"83f4fe0eecf2a86b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/83f4fe0eecf2a86b","status":"passed","time":{"start":1728683033630,"stop":1728683033631,"duration":1}},{"uid":"1adc683e67e78ccc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1adc683e67e78ccc","status":"passed","time":{"start":1728682601735,"stop":1728682601736,"duration":1}},{"uid":"4904db8549bf928a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4904db8549bf928a","status":"passed","time":{"start":1728677107960,"stop":1728677107960,"duration":0}},{"uid":"ad1601f8d8c3b76a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad1601f8d8c3b76a","status":"passed","time":{"start":1728669764750,"stop":1728669764750,"duration":0}},{"uid":"7354e72f492682fe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7354e72f492682fe","status":"passed","time":{"start":1728598157561,"stop":1728598157561,"duration":0}},{"uid":"b99603df45267c02","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b99603df45267c02","status":"passed","time":{"start":1728597369060,"stop":1728597369061,"duration":1}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c8b6f65cbb84cffb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c8b6f65cbb84cffb","status":"passed","time":{"start":1729034392568,"stop":1729034392569,"duration":1}},{"uid":"79e322907b013534","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/79e322907b013534","status":"passed","time":{"start":1729034155170,"stop":1729034155171,"duration":1}},{"uid":"ea54d5817a29ec4c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ea54d5817a29ec4c","status":"passed","time":{"start":1729034079230,"stop":1729034079232,"duration":2}},{"uid":"8f06ef0eea544b35","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8f06ef0eea544b35","status":"passed","time":{"start":1729033892952,"stop":1729033892955,"duration":3}},{"uid":"86f2d76a09de28c1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/86f2d76a09de28c1","status":"passed","time":{"start":1729031943348,"stop":1729031943349,"duration":1}},{"uid":"3d12c1fbaa47d049","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3d12c1fbaa47d049","status":"passed","time":{"start":1728901487513,"stop":1728901487520,"duration":7}},{"uid":"4fae0bd695db543b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4fae0bd695db543b","status":"passed","time":{"start":1728892920384,"stop":1728892920385,"duration":1}},{"uid":"a0d46e47bf6daa27","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a0d46e47bf6daa27","status":"passed","time":{"start":1728855881495,"stop":1728855881496,"duration":1}},{"uid":"162eaf0f41d6b4bb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/162eaf0f41d6b4bb","status":"passed","time":{"start":1728738098727,"stop":1728738098728,"duration":1}},{"uid":"eb718d021704cda3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eb718d021704cda3","status":"passed","time":{"start":1728682632218,"stop":1728682632219,"duration":1}},{"uid":"4b78a348895533c6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4b78a348895533c6","status":"passed","time":{"start":1728682205208,"stop":1728682205209,"duration":1}},{"uid":"de91b3e755e7aedf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/de91b3e755e7aedf","status":"passed","time":{"start":1728676680975,"stop":1728676680986,"duration":11}},{"uid":"34450738b36fe01b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34450738b36fe01b","status":"passed","time":{"start":1728669404737,"stop":1728669404738,"duration":1}},{"uid":"c805048fc58ce871","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c805048fc58ce871","status":"passed","time":{"start":1728597743843,"stop":1728597743845,"duration":2}},{"uid":"f5e66119bda22ccf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f5e66119bda22ccf","status":"passed","time":{"start":1728596961181,"stop":1728596961182,"duration":1}}]},"1d6ab70dc0f1c2f4b72dc0c71008e58f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"25d5e101fe0d89be","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/25d5e101fe0d89be","status":"passed","time":{"start":1729034373028,"stop":1729034373028,"duration":0}},{"uid":"1488bcdd000a4db0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1488bcdd000a4db0","status":"passed","time":{"start":1729034137315,"stop":1729034137316,"duration":1}},{"uid":"aa05deb5b8b7f97a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/aa05deb5b8b7f97a","status":"passed","time":{"start":1729034060019,"stop":1729034060020,"duration":1}},{"uid":"6f7864acb02b1328","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6f7864acb02b1328","status":"passed","time":{"start":1729033874961,"stop":1729033874962,"duration":1}},{"uid":"95d98c3247335068","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/95d98c3247335068","status":"passed","time":{"start":1729031924901,"stop":1729031924901,"duration":0}},{"uid":"53efaf6378ea156c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53efaf6378ea156c","status":"passed","time":{"start":1728901469128,"stop":1728901469129,"duration":1}},{"uid":"4860b7aea06ed5b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4860b7aea06ed5b","status":"passed","time":{"start":1728892899793,"stop":1728892899794,"duration":1}},{"uid":"c69c9313bbd249f9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c69c9313bbd249f9","status":"passed","time":{"start":1728855863058,"stop":1728855863058,"duration":0}},{"uid":"9e669e31f140fecf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9e669e31f140fecf","status":"passed","time":{"start":1728738080899,"stop":1728738080900,"duration":1}},{"uid":"28112b044a5cb18e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28112b044a5cb18e","status":"passed","time":{"start":1728682614309,"stop":1728682614310,"duration":1}},{"uid":"d5967fea9b041074","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d5967fea9b041074","status":"passed","time":{"start":1728682187094,"stop":1728682187095,"duration":1}},{"uid":"ff975c0ab63ee1fe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ff975c0ab63ee1fe","status":"passed","time":{"start":1728676661487,"stop":1728676661488,"duration":1}},{"uid":"cd91c62c1d88bb79","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cd91c62c1d88bb79","status":"passed","time":{"start":1728669384662,"stop":1728669384663,"duration":1}},{"uid":"b8dcc3e4b5e3b5a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b8dcc3e4b5e3b5a4","status":"passed","time":{"start":1728597724234,"stop":1728597724235,"duration":1}},{"uid":"41688d9577e5ca39","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/41688d9577e5ca39","status":"passed","time":{"start":1728596943282,"stop":1728596943282,"duration":0}}]},"b3d95e2dd2f3f28db3f232397697a052:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"302070970b08ca36","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/302070970b08ca36","status":"passed","time":{"start":1728901950549,"stop":1728901950550,"duration":1}}]},"cda6db7148573560adc2b374be443426:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b1e8b001b13895","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1b1e8b001b13895","status":"passed","time":{"start":1728856055272,"stop":1728856055272,"duration":0}}]},"0ea589f48647530f98d17a8c007fc87b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c5f428691b21de3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2c5f428691b21de3","status":"passed","time":{"start":1728682601747,"stop":1728682601747,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d9de86bfa99fda5d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9de86bfa99fda5d","status":"passed","time":{"start":1729034341401,"stop":1729034341401,"duration":0}},{"uid":"22ba9e0a9c1ff4b9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22ba9e0a9c1ff4b9","status":"passed","time":{"start":1729034104909,"stop":1729034104909,"duration":0}},{"uid":"f5c9b636b97a24d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f5c9b636b97a24d","status":"passed","time":{"start":1729034028507,"stop":1729034028507,"duration":0}},{"uid":"73a1c469cf9057db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/73a1c469cf9057db","status":"passed","time":{"start":1729033843115,"stop":1729033843115,"duration":0}},{"uid":"38a00db37310fbe6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/38a00db37310fbe6","status":"passed","time":{"start":1729031892674,"stop":1729031892674,"duration":0}},{"uid":"bf27235757e714b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bf27235757e714b","status":"passed","time":{"start":1728901438805,"stop":1728901438805,"duration":0}},{"uid":"8fc3fb32e56bc5fc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8fc3fb32e56bc5fc","status":"passed","time":{"start":1728892868997,"stop":1728892868997,"duration":0}},{"uid":"83e47ac28c2989e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/83e47ac28c2989e5","status":"passed","time":{"start":1728855831889,"stop":1728855831890,"duration":1}},{"uid":"a56eaf0e7deb60cd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a56eaf0e7deb60cd","status":"passed","time":{"start":1728738049036,"stop":1728738049037,"duration":1}},{"uid":"c62ffb0a6bf68f8f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c62ffb0a6bf68f8f","status":"passed","time":{"start":1728682582615,"stop":1728682582615,"duration":0}},{"uid":"2432984809609acb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2432984809609acb","status":"passed","time":{"start":1728682155405,"stop":1728682155405,"duration":0}},{"uid":"e02afd05bace7c3a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e02afd05bace7c3a","status":"passed","time":{"start":1728676629970,"stop":1728676629970,"duration":0}},{"uid":"c25a0fe3d52b84a8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c25a0fe3d52b84a8","status":"passed","time":{"start":1728669353098,"stop":1728669353098,"duration":0}},{"uid":"3b9c5477af264efb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3b9c5477af264efb","status":"passed","time":{"start":1728597693843,"stop":1728597693843,"duration":0}},{"uid":"a4ee23117bea527e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a4ee23117bea527e","status":"passed","time":{"start":1728596913087,"stop":1728596913087,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cdf7e29d5e72223e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cdf7e29d5e72223e","status":"passed","time":{"start":1729034536102,"stop":1729034536102,"duration":0}},{"uid":"990a679c4b9deb44","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/990a679c4b9deb44","status":"passed","time":{"start":1729034296708,"stop":1729034296708,"duration":0}},{"uid":"c0820a3cd620f6a7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c0820a3cd620f6a7","status":"passed","time":{"start":1729034220606,"stop":1729034220606,"duration":0}},{"uid":"6c29f41565adaaf4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6c29f41565adaaf4","status":"passed","time":{"start":1729034041489,"stop":1729034041490,"duration":1}},{"uid":"e7a37fa0cece13ba","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e7a37fa0cece13ba","status":"passed","time":{"start":1728901705405,"stop":1728901705406,"duration":1}},{"uid":"cfa23c654c1c189d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cfa23c654c1c189d","status":"passed","time":{"start":1728893141778,"stop":1728893141778,"duration":0}},{"uid":"22353777b7e08cfb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/22353777b7e08cfb","status":"passed","time":{"start":1728856087085,"stop":1728856087085,"duration":0}},{"uid":"868fbd377c57af96","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/868fbd377c57af96","status":"passed","time":{"start":1728738321437,"stop":1728738321438,"duration":1}},{"uid":"4ebd8bb85c48957c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ebd8bb85c48957c","status":"passed","time":{"start":1728682845676,"stop":1728682845676,"duration":0}},{"uid":"c1f86f0cc69811d3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1f86f0cc69811d3","status":"passed","time":{"start":1728682424312,"stop":1728682424312,"duration":0}},{"uid":"75d5e21dbe1aebde","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/75d5e21dbe1aebde","status":"passed","time":{"start":1728676900541,"stop":1728676900541,"duration":0}},{"uid":"664b24b78ba00938","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/664b24b78ba00938","status":"passed","time":{"start":1728669625801,"stop":1728669625802,"duration":1}},{"uid":"61d928af35cea01d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61d928af35cea01d","status":"passed","time":{"start":1728597957172,"stop":1728597957172,"duration":0}},{"uid":"c4cac346a4c25adc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c4cac346a4c25adc","status":"passed","time":{"start":1728597182619,"stop":1728597182620,"duration":1}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2003724b05fc8a18","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2003724b05fc8a18","status":"passed","time":{"start":1729034558120,"stop":1729034558120,"duration":0}},{"uid":"71d810a36e6b4295","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71d810a36e6b4295","status":"passed","time":{"start":1729034245523,"stop":1729034245523,"duration":0}},{"uid":"2b36b89ea2eaee4d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2b36b89ea2eaee4d","status":"passed","time":{"start":1729034063498,"stop":1729034063498,"duration":0}},{"uid":"5a32d6a55c245dd9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a32d6a55c245dd9","status":"passed","time":{"start":1729032122637,"stop":1729032122638,"duration":1}},{"uid":"6e895c29149c05b2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6e895c29149c05b2","status":"passed","time":{"start":1728901785637,"stop":1728901785638,"duration":1}},{"uid":"4d152926ba2659d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4d152926ba2659d","status":"passed","time":{"start":1728893218775,"stop":1728893218775,"duration":0}},{"uid":"17cc98e6b81ca647","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/17cc98e6b81ca647","status":"passed","time":{"start":1728856192661,"stop":1728856192662,"duration":1}},{"uid":"5f91025507728933","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5f91025507728933","status":"passed","time":{"start":1728738398088,"stop":1728738398088,"duration":0}},{"uid":"652d88f38563a6b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/652d88f38563a6b6","status":"passed","time":{"start":1728682944510,"stop":1728682944510,"duration":0}},{"uid":"4382e82a49062630","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4382e82a49062630","status":"passed","time":{"start":1728682507862,"stop":1728682507862,"duration":0}},{"uid":"6fbe1e2d615ed388","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6fbe1e2d615ed388","status":"passed","time":{"start":1728676995528,"stop":1728676995528,"duration":0}},{"uid":"b3ce441dca931b95","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b3ce441dca931b95","status":"passed","time":{"start":1728669665541,"stop":1728669665541,"duration":0}},{"uid":"c8faf59b959f4036","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c8faf59b959f4036","status":"passed","time":{"start":1728598056481,"stop":1728598056487,"duration":6}},{"uid":"3405b9c613814e58","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3405b9c613814e58","status":"passed","time":{"start":1728597264029,"stop":1728597264030,"duration":1}}]},"0172005d1e76b081410766df8da9e4b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"ff6dd72ebad3868","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff6dd72ebad3868","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473216,"stop":1729034473216,"duration":0}},{"uid":"eb4165aec26bc59c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/eb4165aec26bc59c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241160,"stop":1729034241160,"duration":0}},{"uid":"c38f71c16604fc6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c38f71c16604fc6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159974,"stop":1729034159974,"duration":0}},{"uid":"7050a2dbfa9a2b5b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7050a2dbfa9a2b5b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977065,"duration":0}},{"uid":"f595c1acbfbf0e24","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f595c1acbfbf0e24","status":"passed","time":{"start":1729032093799,"stop":1729032093800,"duration":1}},{"uid":"85b88ce7f162cd93","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/85b88ce7f162cd93","status":"passed","time":{"start":1728901748773,"stop":1728901748773,"duration":0}},{"uid":"8c028e458e3dafdd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c028e458e3dafdd","status":"passed","time":{"start":1728893181086,"stop":1728893181086,"duration":0}},{"uid":"275553039f3390f4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/275553039f3390f4","status":"passed","time":{"start":1728856155552,"stop":1728856155552,"duration":0}},{"uid":"5fba110245679268","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5fba110245679268","status":"passed","time":{"start":1728738360295,"stop":1728738360296,"duration":1}},{"uid":"b04118be809e03ca","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b04118be809e03ca","status":"passed","time":{"start":1728682907222,"stop":1728682907222,"duration":0}},{"uid":"d3c705aa30ea3313","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d3c705aa30ea3313","status":"passed","time":{"start":1728682466734,"stop":1728682466735,"duration":1}},{"uid":"fa956ccff2690a38","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fa956ccff2690a38","status":"passed","time":{"start":1728676955722,"stop":1728676955722,"duration":0}},{"uid":"5a1f38c02c717c83","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5a1f38c02c717c83","status":"passed","time":{"start":1728598013535,"stop":1728598013535,"duration":0}},{"uid":"c8533c38c61ca87a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c8533c38c61ca87a","status":"passed","time":{"start":1728597225200,"stop":1728597225200,"duration":0}}]},"39d4f4c6f46df95a82078ec692222698:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5835048cebd9f530","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5835048cebd9f530","status":"passed","time":{"start":1728901901769,"stop":1728901901770,"duration":1}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2ca10c2d1aed40f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ca10c2d1aed40f9","status":"passed","time":{"start":1729034631258,"stop":1729034631259,"duration":1}},{"uid":"ce6c2ab31b4c285a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ce6c2ab31b4c285a","status":"passed","time":{"start":1729034400894,"stop":1729034400894,"duration":0}},{"uid":"cf0b744fc499d19","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cf0b744fc499d19","status":"passed","time":{"start":1729034317464,"stop":1729034317485,"duration":21}},{"uid":"7ca954c832c1fac4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ca954c832c1fac4","status":"passed","time":{"start":1729034137147,"stop":1729034137147,"duration":0}},{"uid":"9b66895121b48246","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9b66895121b48246","status":"passed","time":{"start":1729032206879,"stop":1729032206880,"duration":1}},{"uid":"82a2d7be8d52a2a0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/82a2d7be8d52a2a0","status":"passed","time":{"start":1728901995026,"stop":1728901995026,"duration":0}},{"uid":"c499798536219eca","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c499798536219eca","status":"passed","time":{"start":1728893421002,"stop":1728893421003,"duration":1}},{"uid":"d175bc29d99ac5df","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d175bc29d99ac5df","status":"passed","time":{"start":1728856368602,"stop":1728856368602,"duration":0}},{"uid":"8fcd8a37df71084f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8fcd8a37df71084f","status":"passed","time":{"start":1728738604686,"stop":1728738604687,"duration":1}},{"uid":"2924789b9ed56524","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2924789b9ed56524","status":"passed","time":{"start":1728683117642,"stop":1728683117643,"duration":1}},{"uid":"30d4ad988ba6fcd9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/30d4ad988ba6fcd9","status":"passed","time":{"start":1728682721322,"stop":1728682721323,"duration":1}},{"uid":"737c47005527dd3b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/737c47005527dd3b","status":"passed","time":{"start":1728677184688,"stop":1728677184689,"duration":1}},{"uid":"ce24870b1d3edbd9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ce24870b1d3edbd9","status":"passed","time":{"start":1728669866467,"stop":1728669866468,"duration":1}},{"uid":"ae132c287e4d8cef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ae132c287e4d8cef","status":"passed","time":{"start":1728598250001,"stop":1728598250002,"duration":1}},{"uid":"f55679267947f70e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f55679267947f70e","status":"passed","time":{"start":1728597472305,"stop":1728597472305,"duration":0}}]},"0ea6a60abe6fac603799580ad89c42a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"289e2b647d1d5391","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/289e2b647d1d5391","status":"passed","time":{"start":1728856263112,"stop":1728856263112,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ccb656f565b479c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccb656f565b479c8","status":"passed","time":{"start":1729034704496,"stop":1729034704497,"duration":1}},{"uid":"f4b30395ccbc0ea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f4b30395ccbc0ea","status":"passed","time":{"start":1729034474990,"stop":1729034474990,"duration":0}},{"uid":"6a9b1850b58285ec","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a9b1850b58285ec","status":"passed","time":{"start":1729034395292,"stop":1729034395292,"duration":0}},{"uid":"fbe668c7d775dc98","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbe668c7d775dc98","status":"passed","time":{"start":1729034209102,"stop":1729034209102,"duration":0}},{"uid":"f2a3c67a7525de","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f2a3c67a7525de","status":"passed","time":{"start":1729032264570,"stop":1729032264570,"duration":0}},{"uid":"921d6ec63dd099e3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/921d6ec63dd099e3","status":"passed","time":{"start":1728902012859,"stop":1728902012860,"duration":1}},{"uid":"bfc5786b3922500c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bfc5786b3922500c","status":"passed","time":{"start":1728893454813,"stop":1728893454813,"duration":0}},{"uid":"9c4ed5f33b3a9dca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9c4ed5f33b3a9dca","status":"passed","time":{"start":1728856408454,"stop":1728856408454,"duration":0}},{"uid":"a60445cf08ecd369","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a60445cf08ecd369","status":"passed","time":{"start":1728738633856,"stop":1728738633856,"duration":0}},{"uid":"59fff54e02fad4c0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/59fff54e02fad4c0","status":"passed","time":{"start":1728683159766,"stop":1728683159767,"duration":1}},{"uid":"912cbfdae6c75662","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/912cbfdae6c75662","status":"passed","time":{"start":1728682751331,"stop":1728682751332,"duration":1}},{"uid":"4e75be0737c81ac6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4e75be0737c81ac6","status":"passed","time":{"start":1728677216361,"stop":1728677216362,"duration":1}},{"uid":"a52f198a434dc712","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a52f198a434dc712","status":"passed","time":{"start":1728669925455,"stop":1728669925456,"duration":1}},{"uid":"75e17ee906f8b786","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/75e17ee906f8b786","status":"passed","time":{"start":1728598268807,"stop":1728598268807,"duration":0}},{"uid":"695cbc6e1ee0b362","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/695cbc6e1ee0b362","status":"passed","time":{"start":1728597503924,"stop":1728597503925,"duration":1}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3a90abcfd8a42992","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3a90abcfd8a42992","status":"passed","time":{"start":1729034665578,"stop":1729034665578,"duration":0}},{"uid":"3d71e5bac8c99bf5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3d71e5bac8c99bf5","status":"passed","time":{"start":1729034434260,"stop":1729034434261,"duration":1}},{"uid":"a0841dc5801ab041","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a0841dc5801ab041","status":"passed","time":{"start":1729034350156,"stop":1729034350157,"duration":1}},{"uid":"9ee99d1cad77c1d1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ee99d1cad77c1d1","status":"passed","time":{"start":1729034169193,"stop":1729034169194,"duration":1}},{"uid":"9e5736b5a5970c09","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e5736b5a5970c09","status":"passed","time":{"start":1729032228065,"stop":1729032228066,"duration":1}},{"uid":"4086aaccc794d38","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4086aaccc794d38","status":"passed","time":{"start":1728901947145,"stop":1728901947146,"duration":1}},{"uid":"a60060d3627e25da","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a60060d3627e25da","status":"passed","time":{"start":1728893380057,"stop":1728893380057,"duration":0}},{"uid":"54547d7a8f2dc7f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/54547d7a8f2dc7f","status":"passed","time":{"start":1728856336879,"stop":1728856336879,"duration":0}},{"uid":"9ecefa05bbc0fdc4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ecefa05bbc0fdc4","status":"passed","time":{"start":1728738551163,"stop":1728738551163,"duration":0}},{"uid":"a57d9fbafe2597fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a57d9fbafe2597fd","status":"passed","time":{"start":1728683095875,"stop":1728683095875,"duration":0}},{"uid":"5153ae9e1fd7c325","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5153ae9e1fd7c325","status":"passed","time":{"start":1728682657386,"stop":1728682657387,"duration":1}},{"uid":"556d5b0dc2851a0e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/556d5b0dc2851a0e","status":"passed","time":{"start":1728677151464,"stop":1728677151465,"duration":1}},{"uid":"7d7975f84a4ff4b3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7d7975f84a4ff4b3","status":"passed","time":{"start":1728669832892,"stop":1728669832893,"duration":1}},{"uid":"3d2c0407494d7b1c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3d2c0407494d7b1c","status":"passed","time":{"start":1728598215607,"stop":1728598215609,"duration":2}},{"uid":"cd0f1ab90c1a7214","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd0f1ab90c1a7214","status":"passed","time":{"start":1728597425042,"stop":1728597425042,"duration":0}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"725c2a85651a0243","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/725c2a85651a0243","status":"passed","time":{"start":1729034682677,"stop":1729034682678,"duration":1}},{"uid":"e28ee4c6da71651d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e28ee4c6da71651d","status":"passed","time":{"start":1729034452185,"stop":1729034452185,"duration":0}},{"uid":"b18944cc0d7b0f33","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b18944cc0d7b0f33","status":"passed","time":{"start":1729034373081,"stop":1729034373081,"duration":0}},{"uid":"f9775c3f0b708bdb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9775c3f0b708bdb","status":"passed","time":{"start":1729034188118,"stop":1729034188118,"duration":0}},{"uid":"3c362a2facb3ec0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c362a2facb3ec0e","status":"passed","time":{"start":1729032231864,"stop":1729032231865,"duration":1}},{"uid":"8959e71604ebb9e8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8959e71604ebb9e8","status":"passed","time":{"start":1728901989566,"stop":1728901989566,"duration":0}},{"uid":"94f029b0847138b2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/94f029b0847138b2","status":"passed","time":{"start":1728893424902,"stop":1728893424903,"duration":1}},{"uid":"3f39bea6d37380b5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3f39bea6d37380b5","status":"passed","time":{"start":1728856376684,"stop":1728856376684,"duration":0}},{"uid":"5033a28ce9e7b893","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5033a28ce9e7b893","status":"passed","time":{"start":1728738593961,"stop":1728738593961,"duration":0}},{"uid":"d34eb0a9870d7cba","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d34eb0a9870d7cba","status":"passed","time":{"start":1728683135339,"stop":1728683135340,"duration":1}},{"uid":"4daecf3b149a3440","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4daecf3b149a3440","status":"passed","time":{"start":1728682692591,"stop":1728682692592,"duration":1}},{"uid":"8f2800b78a1c2b02","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f2800b78a1c2b02","status":"passed","time":{"start":1728677194229,"stop":1728677194229,"duration":0}},{"uid":"c08d599bcfa3e3b5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c08d599bcfa3e3b5","status":"passed","time":{"start":1728669874424,"stop":1728669874424,"duration":0}},{"uid":"b2dc827a18d689a8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b2dc827a18d689a8","status":"passed","time":{"start":1728598257462,"stop":1728598257463,"duration":1}},{"uid":"bb638e6493fb0354","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bb638e6493fb0354","status":"passed","time":{"start":1728597471298,"stop":1728597471298,"duration":0}}]},"5ee5bb5fff55374be9944a164e7c5e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"6157c0630571756","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6157c0630571756","status":"passed","time":{"start":1728901734209,"stop":1728901734210,"duration":1}},{"uid":"179a3e20f524c615","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/179a3e20f524c615","status":"passed","time":{"start":1728893166576,"stop":1728893166577,"duration":1}},{"uid":"52dbdee2ca68f2d1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/52dbdee2ca68f2d1","status":"passed","time":{"start":1728676929955,"stop":1728676929955,"duration":0}},{"uid":"9638b5f20f2620f9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9638b5f20f2620f9","status":"passed","time":{"start":1728598000229,"stop":1728598000229,"duration":0}},{"uid":"f7e7bb38033fdd8f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f7e7bb38033fdd8f","status":"passed","time":{"start":1728597213024,"stop":1728597213024,"duration":0}}]},"94b282fa151424e3ffa07a57907650af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cbf8424fb7f13453","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cbf8424fb7f13453","status":"passed","time":{"start":1729034332647,"stop":1729034332647,"duration":0}},{"uid":"9d74698efbf34fb0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9d74698efbf34fb0","status":"passed","time":{"start":1729034096143,"stop":1729034096144,"duration":1}},{"uid":"f41f17fe7acda9f4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f41f17fe7acda9f4","status":"passed","time":{"start":1729034020100,"stop":1729034020100,"duration":0}},{"uid":"b64d0efd4f00428e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b64d0efd4f00428e","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0}},{"uid":"bd84be2c462b0e0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bd84be2c462b0e0","status":"passed","time":{"start":1729031884130,"stop":1729031884130,"duration":0}},{"uid":"f20a863e672bb20f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f20a863e672bb20f","status":"passed","time":{"start":1728901430263,"stop":1728901430263,"duration":0}},{"uid":"8dd84de8a5648d2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8dd84de8a5648d2b","status":"passed","time":{"start":1728892860542,"stop":1728892860542,"duration":0}},{"uid":"a431133804446967","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a431133804446967","status":"passed","time":{"start":1728855823331,"stop":1728855823331,"duration":0}},{"uid":"7974e683a3aa3b6a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7974e683a3aa3b6a","status":"passed","time":{"start":1728738040612,"stop":1728738040613,"duration":1}},{"uid":"f2ad8a9e911b5ced","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2ad8a9e911b5ced","status":"passed","time":{"start":1728682574103,"stop":1728682574104,"duration":1}},{"uid":"a273158e27362665","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a273158e27362665","status":"passed","time":{"start":1728682146828,"stop":1728682146828,"duration":0}},{"uid":"b82a08e6d8fd0bfe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b82a08e6d8fd0bfe","status":"passed","time":{"start":1728676621442,"stop":1728676621442,"duration":0}},{"uid":"c0efb400f6a3da54","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c0efb400f6a3da54","status":"passed","time":{"start":1728669344476,"stop":1728669344476,"duration":0}},{"uid":"61efd9626c5fc438","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/61efd9626c5fc438","status":"passed","time":{"start":1728597685172,"stop":1728597685172,"duration":0}},{"uid":"e1db64a65b4979ef","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e1db64a65b4979ef","status":"passed","time":{"start":1728596904482,"stop":1728596904482,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"42d1a76a90d9ccaa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/42d1a76a90d9ccaa","status":"passed","time":{"start":1729034631250,"stop":1729034631250,"duration":0}},{"uid":"8a0719908bdb8aa5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a0719908bdb8aa5","status":"passed","time":{"start":1729034400886,"stop":1729034400886,"duration":0}},{"uid":"26c2fb34f9c3815f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/26c2fb34f9c3815f","status":"passed","time":{"start":1729034317448,"stop":1729034317449,"duration":1}},{"uid":"9acd9f6755e0e3f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9acd9f6755e0e3f6","status":"passed","time":{"start":1729034137129,"stop":1729034137129,"duration":0}},{"uid":"aae2bea45cba8b5c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aae2bea45cba8b5c","status":"passed","time":{"start":1729032206872,"stop":1729032206873,"duration":1}},{"uid":"89d9ed99aa223516","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/89d9ed99aa223516","status":"passed","time":{"start":1728901995019,"stop":1728901995020,"duration":1}},{"uid":"4d5a61e9ccec95de","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4d5a61e9ccec95de","status":"passed","time":{"start":1728893420993,"stop":1728893420993,"duration":0}},{"uid":"368a1f0378856e17","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/368a1f0378856e17","status":"passed","time":{"start":1728856368594,"stop":1728856368594,"duration":0}},{"uid":"25424586ebe8bd3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/25424586ebe8bd3","status":"passed","time":{"start":1728738604678,"stop":1728738604678,"duration":0}},{"uid":"1dbcd4b4670e4cdc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1dbcd4b4670e4cdc","status":"passed","time":{"start":1728683117616,"stop":1728683117617,"duration":1}},{"uid":"ad5dc97b08580523","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ad5dc97b08580523","status":"passed","time":{"start":1728682721316,"stop":1728682721316,"duration":0}},{"uid":"1b37c6576b92671","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b37c6576b92671","status":"passed","time":{"start":1728677184681,"stop":1728677184681,"duration":0}},{"uid":"299016e5acb3b792","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/299016e5acb3b792","status":"passed","time":{"start":1728669866447,"stop":1728669866447,"duration":0}},{"uid":"cdffc46f9c21474","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cdffc46f9c21474","status":"passed","time":{"start":1728598249973,"stop":1728598249974,"duration":1}},{"uid":"4fe5de14108bd2d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4fe5de14108bd2d2","status":"passed","time":{"start":1728597472289,"stop":1728597472289,"duration":0}}]},"94a56d7f7dc3d5ffbd11a238a5542fe0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4880fd2ea649430","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d4880fd2ea649430","status":"passed","time":{"start":1728682666063,"stop":1728682666063,"duration":0}}]},"c14612dbc047846946b2fa901039a28f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efb3d7f8b75dec46","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efb3d7f8b75dec46","status":"passed","time":{"start":1728598212613,"stop":1728598212617,"duration":4}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9a4f0c58a1844e0c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9a4f0c58a1844e0c","status":"passed","time":{"start":1729034536786,"stop":1729034536786,"duration":0}},{"uid":"786019de87c04157","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/786019de87c04157","status":"passed","time":{"start":1729034307032,"stop":1729034307032,"duration":0}},{"uid":"56496fe5f5182be1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/56496fe5f5182be1","status":"passed","time":{"start":1729034223308,"stop":1729034223308,"duration":0}},{"uid":"c4f4b6d76f6fc81f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4f4b6d76f6fc81f","status":"passed","time":{"start":1729034034983,"stop":1729034034983,"duration":0}},{"uid":"b0415c8dc0152300","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b0415c8dc0152300","status":"passed","time":{"start":1729032066297,"stop":1729032066298,"duration":1}},{"uid":"946bbff620aa2a6d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/946bbff620aa2a6d","status":"passed","time":{"start":1728901706620,"stop":1728901706621,"duration":1}},{"uid":"23abf89f483e6cd4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/23abf89f483e6cd4","status":"passed","time":{"start":1728893153423,"stop":1728893153423,"duration":0}},{"uid":"92d20097a021f6cf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92d20097a021f6cf","status":"passed","time":{"start":1728856108127,"stop":1728856108127,"duration":0}},{"uid":"32d323f41a8da971","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/32d323f41a8da971","status":"passed","time":{"start":1728738316669,"stop":1728738316670,"duration":1}},{"uid":"97edc7de140fa299","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/97edc7de140fa299","status":"passed","time":{"start":1728682865319,"stop":1728682865320,"duration":1}},{"uid":"77f332d33bcf153e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77f332d33bcf153e","status":"passed","time":{"start":1728682446996,"stop":1728682446996,"duration":0}},{"uid":"8982c026f5ea3b8f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8982c026f5ea3b8f","status":"passed","time":{"start":1728676924480,"stop":1728676924480,"duration":0}},{"uid":"5c1637ff81325174","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5c1637ff81325174","status":"passed","time":{"start":1728669626263,"stop":1728669626264,"duration":1}},{"uid":"3f123bf0f5abedf4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3f123bf0f5abedf4","status":"passed","time":{"start":1728597973674,"stop":1728597973674,"duration":0}},{"uid":"f782b446c1e8aee4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f782b446c1e8aee4","status":"passed","time":{"start":1728597188038,"stop":1728597188039,"duration":1}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7abb81715377b784","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7abb81715377b784","status":"passed","time":{"start":1729034626852,"stop":1729034626853,"duration":1}},{"uid":"c6e77fd06a425441","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c6e77fd06a425441","status":"passed","time":{"start":1729034398549,"stop":1729034398550,"duration":1}},{"uid":"6b9296f6ac0196b4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b9296f6ac0196b4","status":"passed","time":{"start":1729034314815,"stop":1729034314815,"duration":0}},{"uid":"ca2bb7aef84f6de3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ca2bb7aef84f6de3","status":"passed","time":{"start":1729034137164,"stop":1729034137165,"duration":1}},{"uid":"d43d9eb4b8386934","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d43d9eb4b8386934","status":"passed","time":{"start":1729032187247,"stop":1729032187247,"duration":0}},{"uid":"80a0207486b11dcd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/80a0207486b11dcd","status":"passed","time":{"start":1728901888430,"stop":1728901888430,"duration":0}},{"uid":"7f699c5653fe62e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7f699c5653fe62e","status":"passed","time":{"start":1728893323793,"stop":1728893323794,"duration":1}},{"uid":"3fe8f4f6dfa64861","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3fe8f4f6dfa64861","status":"passed","time":{"start":1728856285928,"stop":1728856285928,"duration":0}},{"uid":"724fb8bb4aac2b8c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/724fb8bb4aac2b8c","status":"passed","time":{"start":1728738498276,"stop":1728738498276,"duration":0}},{"uid":"f7176306f50fe900","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f7176306f50fe900","status":"passed","time":{"start":1728683041392,"stop":1728683041392,"duration":0}},{"uid":"6ae21a043a303a88","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6ae21a043a303a88","status":"passed","time":{"start":1728682596019,"stop":1728682596020,"duration":1}},{"uid":"b6a250a87b9b293e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b6a250a87b9b293e","status":"passed","time":{"start":1728677091267,"stop":1728677091268,"duration":1}},{"uid":"9e8ab8a08d5dff01","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e8ab8a08d5dff01","status":"passed","time":{"start":1728669766426,"stop":1728669766426,"duration":0}},{"uid":"2f802b55da24fbf9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2f802b55da24fbf9","status":"passed","time":{"start":1728598152075,"stop":1728598152075,"duration":0}},{"uid":"77c6a486dbf4d3e9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/77c6a486dbf4d3e9","status":"passed","time":{"start":1728597364119,"stop":1728597364121,"duration":2}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"439e60e83ba2c9bc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/439e60e83ba2c9bc","status":"passed","time":{"start":1729034617762,"stop":1729034617762,"duration":0}},{"uid":"592a32cbbf64e3d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/592a32cbbf64e3d1","status":"passed","time":{"start":1729034370871,"stop":1729034370880,"duration":9}},{"uid":"33c9475e03fc36e0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/33c9475e03fc36e0","status":"passed","time":{"start":1729034308878,"stop":1729034308879,"duration":1}},{"uid":"2b72a7ba1ad02d63","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2b72a7ba1ad02d63","status":"passed","time":{"start":1729034129475,"stop":1729034129476,"duration":1}},{"uid":"cf4d05f5536f0b5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cf4d05f5536f0b5d","status":"passed","time":{"start":1729032178369,"stop":1729032178369,"duration":0}},{"uid":"56bb72ab20b13b68","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56bb72ab20b13b68","status":"passed","time":{"start":1728901896349,"stop":1728901896349,"duration":0}},{"uid":"beda474adf908035","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/beda474adf908035","status":"passed","time":{"start":1728893329027,"stop":1728893329027,"duration":0}},{"uid":"62394f073e20d18e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62394f073e20d18e","status":"passed","time":{"start":1728856284766,"stop":1728856284766,"duration":0}},{"uid":"38daa9950548cc1d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38daa9950548cc1d","status":"passed","time":{"start":1728738494942,"stop":1728738494943,"duration":1}},{"uid":"b6fe1e4793b5e849","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b6fe1e4793b5e849","status":"passed","time":{"start":1728683033633,"stop":1728683033633,"duration":0}},{"uid":"81a1c2bf1625e4d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/81a1c2bf1625e4d7","status":"passed","time":{"start":1728682601738,"stop":1728682601738,"duration":0}},{"uid":"8361ea2b1d43b8b9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8361ea2b1d43b8b9","status":"passed","time":{"start":1728677107963,"stop":1728677107963,"duration":0}},{"uid":"cc502acc0ca90a41","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc502acc0ca90a41","status":"passed","time":{"start":1728669764753,"stop":1728669764753,"duration":0}},{"uid":"4b7f62e8e49a0a99","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b7f62e8e49a0a99","status":"passed","time":{"start":1728598157564,"stop":1728598157564,"duration":0}},{"uid":"a73c495de272e51a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a73c495de272e51a","status":"passed","time":{"start":1728597369075,"stop":1728597369075,"duration":0}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"96643571910d1547","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/96643571910d1547","status":"passed","time":{"start":1729034636316,"stop":1729034636316,"duration":0}},{"uid":"15e72b3d1b10e9c2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/15e72b3d1b10e9c2","status":"passed","time":{"start":1729034402285,"stop":1729034402285,"duration":0}},{"uid":"68b5cc1ab0189e59","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/68b5cc1ab0189e59","status":"passed","time":{"start":1729034323302,"stop":1729034323308,"duration":6}},{"uid":"108578dd88342067","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/108578dd88342067","status":"passed","time":{"start":1729034144769,"stop":1729034144769,"duration":0}},{"uid":"2507fdf2b54b34c5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2507fdf2b54b34c5","status":"passed","time":{"start":1729032198823,"stop":1729032198824,"duration":1}},{"uid":"2e2acba1a14f5133","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2e2acba1a14f5133","status":"passed","time":{"start":1728901901771,"stop":1728901901771,"duration":0}},{"uid":"5a09d27ad8ddff8b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a09d27ad8ddff8b","status":"passed","time":{"start":1728893337255,"stop":1728893337256,"duration":1}},{"uid":"e62aa26dd220e1cc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e62aa26dd220e1cc","status":"passed","time":{"start":1728856299191,"stop":1728856299191,"duration":0}},{"uid":"5d8abad3bb517ced","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5d8abad3bb517ced","status":"passed","time":{"start":1728738505384,"stop":1728738505384,"duration":0}},{"uid":"26433ed4ca2e65a1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/26433ed4ca2e65a1","status":"passed","time":{"start":1728683045451,"stop":1728683045451,"duration":0}},{"uid":"b88aa8a880767364","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b88aa8a880767364","status":"passed","time":{"start":1728682607294,"stop":1728682607294,"duration":0}},{"uid":"bb03a60d365ba777","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bb03a60d365ba777","status":"passed","time":{"start":1728677103496,"stop":1728677103497,"duration":1}},{"uid":"86f4d7f4205e2d6a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/86f4d7f4205e2d6a","status":"passed","time":{"start":1728669777131,"stop":1728669777131,"duration":0}},{"uid":"74a8d66a9ec720eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74a8d66a9ec720eb","status":"passed","time":{"start":1728598163468,"stop":1728598163468,"duration":0}},{"uid":"db531083bfc69007","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/db531083bfc69007","status":"passed","time":{"start":1728597375483,"stop":1728597375484,"duration":1}}]},"8af3e149cbe2d8b8ace81bff792ac360:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cdcf85eb34583d3c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cdcf85eb34583d3c","status":"passed","time":{"start":1728856368611,"stop":1728856368611,"duration":0}}]},"fee4bec8b21bb6bf0e13f8a7161a1dcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75bb6e41d8ee81a7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/75bb6e41d8ee81a7","status":"passed","time":{"start":1728738505383,"stop":1728738505383,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2d1bc9b4d0801533","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d1bc9b4d0801533","status":"passed","time":{"start":1729034713700,"stop":1729034713700,"duration":0}},{"uid":"510bca540701da05","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/510bca540701da05","status":"passed","time":{"start":1729034487483,"stop":1729034487483,"duration":0}},{"uid":"f0c912f042772790","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f0c912f042772790","status":"passed","time":{"start":1729034446109,"stop":1729034446109,"duration":0}},{"uid":"f576d3f6cf01ba70","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f576d3f6cf01ba70","status":"passed","time":{"start":1729032275827,"stop":1729032275827,"duration":0}},{"uid":"1330de3f7472ff69","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1330de3f7472ff69","status":"passed","time":{"start":1728902036740,"stop":1728902036740,"duration":0}},{"uid":"56366c0c25163306","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/56366c0c25163306","status":"passed","time":{"start":1728893472413,"stop":1728893472413,"duration":0}},{"uid":"f3d3f827db1627ed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3d3f827db1627ed","status":"passed","time":{"start":1728856423199,"stop":1728856423200,"duration":1}},{"uid":"89183bbc0e0f3612","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/89183bbc0e0f3612","status":"passed","time":{"start":1728738648729,"stop":1728738648729,"duration":0}},{"uid":"7b8129d41c5eae78","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7b8129d41c5eae78","status":"passed","time":{"start":1728683179654,"stop":1728683179654,"duration":0}},{"uid":"73bdc206a2851282","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/73bdc206a2851282","status":"passed","time":{"start":1728682757950,"stop":1728682757951,"duration":1}},{"uid":"a8f8592fb2700118","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a8f8592fb2700118","status":"passed","time":{"start":1728677238450,"stop":1728677238450,"duration":0}},{"uid":"d6ec9caddf836960","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d6ec9caddf836960","status":"passed","time":{"start":1728669928219,"stop":1728669928220,"duration":1}},{"uid":"37068809fb8b98e7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/37068809fb8b98e7","status":"passed","time":{"start":1728598319589,"stop":1728598319589,"duration":0}},{"uid":"620f021041724451","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/620f021041724451","status":"passed","time":{"start":1728597520646,"stop":1728597520646,"duration":0}}]},"e28ba03dad2800e0e37575d6e959379a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"679588fe22724972","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/679588fe22724972","status":"passed","time":{"start":1728901881008,"stop":1728901881008,"duration":0}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e7cda2971532c3e1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7cda2971532c3e1","status":"passed","time":{"start":1729034656474,"stop":1729034656474,"duration":0}},{"uid":"1bb5d41e127199f4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1bb5d41e127199f4","status":"passed","time":{"start":1729034428560,"stop":1729034428560,"duration":0}},{"uid":"b4035c1392af8806","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b4035c1392af8806","status":"passed","time":{"start":1729034348220,"stop":1729034348220,"duration":0}},{"uid":"1c20c9a29fe6f766","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1c20c9a29fe6f766","status":"passed","time":{"start":1729034169453,"stop":1729034169453,"duration":0}},{"uid":"12843663fa45ac62","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/12843663fa45ac62","status":"passed","time":{"start":1729032228822,"stop":1729032228822,"duration":0}},{"uid":"c2ba33cad4fbc38a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c2ba33cad4fbc38a","status":"passed","time":{"start":1728901950559,"stop":1728901950559,"duration":0}},{"uid":"4bffad3d8b279337","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4bffad3d8b279337","status":"passed","time":{"start":1728893389992,"stop":1728893389992,"duration":0}},{"uid":"462c58b5f0d4f0ad","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/462c58b5f0d4f0ad","status":"passed","time":{"start":1728856333684,"stop":1728856333684,"duration":0}},{"uid":"d1b3d7977270e0c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d1b3d7977270e0c9","status":"passed","time":{"start":1728738555102,"stop":1728738555102,"duration":0}},{"uid":"15dee4f514f71fa9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/15dee4f514f71fa9","status":"passed","time":{"start":1728683093177,"stop":1728683093177,"duration":0}},{"uid":"b071946d48e9352f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b071946d48e9352f","status":"passed","time":{"start":1728682652697,"stop":1728682652697,"duration":0}},{"uid":"b4bd539dfe6515e9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b4bd539dfe6515e9","status":"passed","time":{"start":1728677156819,"stop":1728677156820,"duration":1}},{"uid":"18a45e38ebc45037","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/18a45e38ebc45037","status":"passed","time":{"start":1728669834446,"stop":1728669834446,"duration":0}},{"uid":"94526f941f14e016","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/94526f941f14e016","status":"passed","time":{"start":1728598212619,"stop":1728598212619,"duration":0}},{"uid":"6a9a98fa30d6d78e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6a9a98fa30d6d78e","status":"passed","time":{"start":1728597423331,"stop":1728597423332,"duration":1}}]},"143771beff91bbe171694175a657e033:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a853a32bc71d8ae","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7a853a32bc71d8ae","status":"passed","time":{"start":1728669834432,"stop":1728669834432,"duration":0}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"95b6cd153284d511","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95b6cd153284d511","status":"passed","time":{"start":1729034704498,"stop":1729034704498,"duration":0}},{"uid":"d1880e50f3802660","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d1880e50f3802660","status":"passed","time":{"start":1729034474991,"stop":1729034474992,"duration":1}},{"uid":"d908b78608a3626d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d908b78608a3626d","status":"passed","time":{"start":1729034395293,"stop":1729034395293,"duration":0}},{"uid":"f85149b15ac3ecd2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f85149b15ac3ecd2","status":"passed","time":{"start":1729034209103,"stop":1729034209104,"duration":1}},{"uid":"2bf5e39e74ceb8cd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2bf5e39e74ceb8cd","status":"passed","time":{"start":1729032264571,"stop":1729032264572,"duration":1}},{"uid":"f140cafee205ca28","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f140cafee205ca28","status":"passed","time":{"start":1728902012863,"stop":1728902012863,"duration":0}},{"uid":"5c13341973a62816","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c13341973a62816","status":"passed","time":{"start":1728893454814,"stop":1728893454814,"duration":0}},{"uid":"d9751ab8d7ec7645","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9751ab8d7ec7645","status":"passed","time":{"start":1728856408456,"stop":1728856408457,"duration":1}},{"uid":"18e7dcbd3e56d217","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/18e7dcbd3e56d217","status":"passed","time":{"start":1728738633858,"stop":1728738633858,"duration":0}},{"uid":"87050d97280b5865","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/87050d97280b5865","status":"passed","time":{"start":1728683159786,"stop":1728683159787,"duration":1}},{"uid":"473370787f556c12","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/473370787f556c12","status":"passed","time":{"start":1728682751333,"stop":1728682751333,"duration":0}},{"uid":"e2827a71e6d0b64b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e2827a71e6d0b64b","status":"passed","time":{"start":1728677216364,"stop":1728677216364,"duration":0}},{"uid":"349cff418b86e44","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/349cff418b86e44","status":"passed","time":{"start":1728669925457,"stop":1728669925457,"duration":0}},{"uid":"4eda898387e07114","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4eda898387e07114","status":"passed","time":{"start":1728598268809,"stop":1728598268810,"duration":1}},{"uid":"2a2e6298b823f497","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2a2e6298b823f497","status":"passed","time":{"start":1728597503929,"stop":1728597503931,"duration":2}}]},"9c4390b7f5f5aafa04416a8b5b04d5e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2196992d36043067","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2196992d36043067","status":"passed","time":{"start":1729034332626,"stop":1729034332626,"duration":0}},{"uid":"cd72e9513e521a11","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cd72e9513e521a11","status":"passed","time":{"start":1729034096128,"stop":1729034096128,"duration":0}},{"uid":"611a22a6bc31c6f0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/611a22a6bc31c6f0","status":"passed","time":{"start":1729034020086,"stop":1729034020086,"duration":0}},{"uid":"825ed285bf8a59f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/825ed285bf8a59f6","status":"passed","time":{"start":1729033834379,"stop":1729033834379,"duration":0}},{"uid":"51a2b782c2582037","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/51a2b782c2582037","status":"passed","time":{"start":1729031884110,"stop":1729031884111,"duration":1}},{"uid":"1fe54ffef6810b7d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1fe54ffef6810b7d","status":"passed","time":{"start":1728901430250,"stop":1728901430251,"duration":1}},{"uid":"51efcac002233f25","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51efcac002233f25","status":"passed","time":{"start":1728892860527,"stop":1728892860527,"duration":0}},{"uid":"cc44dd6dc88ef57","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc44dd6dc88ef57","status":"passed","time":{"start":1728855823317,"stop":1728855823318,"duration":1}},{"uid":"6f976aad8691292a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f976aad8691292a","status":"passed","time":{"start":1728738040596,"stop":1728738040596,"duration":0}},{"uid":"d86a4331cd57557a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d86a4331cd57557a","status":"passed","time":{"start":1728682574086,"stop":1728682574087,"duration":1}},{"uid":"db07907abccb1834","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db07907abccb1834","status":"passed","time":{"start":1728682146811,"stop":1728682146811,"duration":0}},{"uid":"9adeab327c5d3c33","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9adeab327c5d3c33","status":"passed","time":{"start":1728676621426,"stop":1728676621427,"duration":1}},{"uid":"a92c4eeb7908bcd7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a92c4eeb7908bcd7","status":"passed","time":{"start":1728669344462,"stop":1728669344462,"duration":0}},{"uid":"daf3d922c7c75b7d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/daf3d922c7c75b7d","status":"passed","time":{"start":1728597685156,"stop":1728597685156,"duration":0}},{"uid":"8640b503d7b0a53c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8640b503d7b0a53c","status":"passed","time":{"start":1728596904462,"stop":1728596904462,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e27fc8a5b4b7580a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e27fc8a5b4b7580a","status":"passed","time":{"start":1729034432450,"stop":1729034432450,"duration":0}},{"uid":"1d5e9411ba30bde0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d5e9411ba30bde0","status":"passed","time":{"start":1729034119304,"stop":1729034119305,"duration":1}},{"uid":"5dc7840febbba858","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5dc7840febbba858","status":"passed","time":{"start":1729033933480,"stop":1729033933480,"duration":0}},{"uid":"cc472842c072fce2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cc472842c072fce2","status":"passed","time":{"start":1729031982921,"stop":1729031982921,"duration":0}},{"uid":"f392accc5fb7013e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f392accc5fb7013e","status":"passed","time":{"start":1728901527856,"stop":1728901527857,"duration":1}},{"uid":"4ef6ae16c3745129","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4ef6ae16c3745129","status":"passed","time":{"start":1728892960140,"stop":1728892960140,"duration":0}},{"uid":"2de4938efed5bfb9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2de4938efed5bfb9","status":"passed","time":{"start":1728855921715,"stop":1728855921715,"duration":0}},{"uid":"95c70262af748edb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/95c70262af748edb","status":"passed","time":{"start":1728738138432,"stop":1728738138432,"duration":0}},{"uid":"9aa0cd618b64f73a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9aa0cd618b64f73a","status":"passed","time":{"start":1728682672252,"stop":1728682672253,"duration":1}},{"uid":"2865d60d8209b4d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2865d60d8209b4d7","status":"passed","time":{"start":1728682245074,"stop":1728682245075,"duration":1}},{"uid":"acca720f284e6704","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/acca720f284e6704","status":"passed","time":{"start":1728676721300,"stop":1728676721300,"duration":0}},{"uid":"dcafa0e22f815e78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dcafa0e22f815e78","status":"passed","time":{"start":1728669444561,"stop":1728669444561,"duration":0}},{"uid":"db05d3a08263d5c4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/db05d3a08263d5c4","status":"passed","time":{"start":1728597784073,"stop":1728597784073,"duration":0}},{"uid":"fdcec8d757cfbeee","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fdcec8d757cfbeee","status":"passed","time":{"start":1728597001548,"stop":1728597001549,"duration":1}}]},"6e5429b591c80dd6c2caa3e0c6eafcd1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11b2d897211b6890","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/11b2d897211b6890","status":"passed","time":{"start":1729034357699,"stop":1729034357699,"duration":0}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"906024f47bba2086","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/906024f47bba2086","status":"passed","time":{"start":1729034704507,"stop":1729034704508,"duration":1}},{"uid":"3b552f3a4a25153d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3b552f3a4a25153d","status":"passed","time":{"start":1729034475010,"stop":1729034475012,"duration":2}},{"uid":"3c8f931c9bf25a16","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c8f931c9bf25a16","status":"passed","time":{"start":1729034395301,"stop":1729034395302,"duration":1}},{"uid":"d3644062172fdf93","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3644062172fdf93","status":"passed","time":{"start":1729034209122,"stop":1729034209123,"duration":1}},{"uid":"5f7b2ff2d9623cc8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5f7b2ff2d9623cc8","status":"passed","time":{"start":1729032264597,"stop":1729032264600,"duration":3}},{"uid":"da62a28db6d4f020","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da62a28db6d4f020","status":"passed","time":{"start":1728902012874,"stop":1728902012880,"duration":6}},{"uid":"d30c40784bbf2d2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d30c40784bbf2d2b","status":"passed","time":{"start":1728893454824,"stop":1728893454825,"duration":1}},{"uid":"ed0e45c4d058432b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed0e45c4d058432b","status":"passed","time":{"start":1728856408467,"stop":1728856408468,"duration":1}},{"uid":"2ab64374925591c8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2ab64374925591c8","status":"passed","time":{"start":1728738633874,"stop":1728738633874,"duration":0}},{"uid":"424005963b7e5baf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/424005963b7e5baf","status":"passed","time":{"start":1728683159820,"stop":1728683159825,"duration":5}},{"uid":"b6b447a694062542","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b6b447a694062542","status":"passed","time":{"start":1728682751345,"stop":1728682751346,"duration":1}},{"uid":"720bc99198ea77c4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/720bc99198ea77c4","status":"passed","time":{"start":1728677216377,"stop":1728677216377,"duration":0}},{"uid":"c78131044d6a2f58","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c78131044d6a2f58","status":"passed","time":{"start":1728669925467,"stop":1728669925467,"duration":0}},{"uid":"918e58e053f815bc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/918e58e053f815bc","status":"passed","time":{"start":1728598268820,"stop":1728598268820,"duration":0}},{"uid":"a4c84f4c273b16a1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a4c84f4c273b16a1","status":"passed","time":{"start":1728597503951,"stop":1728597503952,"duration":1}}]},"50ecc980643d4d8261db81109bc0a3bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df81c0933419ee22","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/df81c0933419ee22","status":"passed","time":{"start":1729032228813,"stop":1729032228814,"duration":1}}]},"4c0124448d72baff5bb4e31ac5c52080:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"358a41bd54c7184a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/358a41bd54c7184a","status":"passed","time":{"start":1728893395078,"stop":1728893395079,"duration":1}}]},"c8d899959676e6d53d797cb913f58b06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"89e0a0ce08dc8c91","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/89e0a0ce08dc8c91","status":"passed","time":{"start":1729034332622,"stop":1729034332622,"duration":0}},{"uid":"2c7fcbf4fb7ff9c6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2c7fcbf4fb7ff9c6","status":"passed","time":{"start":1729034096123,"stop":1729034096123,"duration":0}},{"uid":"a1dfb3e55cdcf6f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a1dfb3e55cdcf6f8","status":"passed","time":{"start":1729034020083,"stop":1729034020083,"duration":0}},{"uid":"e9c453161eb7cd31","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9c453161eb7cd31","status":"passed","time":{"start":1729033834374,"stop":1729033834375,"duration":1}},{"uid":"623e4ea839570432","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/623e4ea839570432","status":"passed","time":{"start":1729031884105,"stop":1729031884105,"duration":0}},{"uid":"719a7df1601288b8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/719a7df1601288b8","status":"passed","time":{"start":1728901430247,"stop":1728901430247,"duration":0}},{"uid":"ff7600a37adda581","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff7600a37adda581","status":"passed","time":{"start":1728892860523,"stop":1728892860523,"duration":0}},{"uid":"f73f1ccaae773bf2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f73f1ccaae773bf2","status":"passed","time":{"start":1728855823313,"stop":1728855823313,"duration":0}},{"uid":"27102683a4278a5f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/27102683a4278a5f","status":"passed","time":{"start":1728738040582,"stop":1728738040583,"duration":1}},{"uid":"90a3183b5e72b620","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/90a3183b5e72b620","status":"passed","time":{"start":1728682574080,"stop":1728682574080,"duration":0}},{"uid":"15696464e2fbb589","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/15696464e2fbb589","status":"passed","time":{"start":1728682146807,"stop":1728682146808,"duration":1}},{"uid":"84e04a92ef5c71e6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/84e04a92ef5c71e6","status":"passed","time":{"start":1728676621421,"stop":1728676621421,"duration":0}},{"uid":"64be110986efb19c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64be110986efb19c","status":"passed","time":{"start":1728669344459,"stop":1728669344459,"duration":0}},{"uid":"c4c960b557d317d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c4c960b557d317d4","status":"passed","time":{"start":1728597685151,"stop":1728597685152,"duration":1}},{"uid":"ddb9d89c0fc8b92","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ddb9d89c0fc8b92","status":"passed","time":{"start":1728596904458,"stop":1728596904458,"duration":0}}]},"51a21504f90d8d0d8c8e398f10a6de50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a35e809e6a415c3c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a35e809e6a415c3c","status":"passed","time":{"start":1728893329037,"stop":1728893329037,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"44242064104e6e6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/44242064104e6e6","status":"passed","time":{"start":1729034398614,"stop":1729034398615,"duration":1}},{"uid":"8afae3b1662de63c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8afae3b1662de63c","status":"passed","time":{"start":1729034162858,"stop":1729034162858,"duration":0}},{"uid":"8b9847a8d0539a77","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8b9847a8d0539a77","status":"passed","time":{"start":1729034085838,"stop":1729034085839,"duration":1}},{"uid":"a6ebbb055be13728","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a6ebbb055be13728","status":"passed","time":{"start":1729033899736,"stop":1729033899737,"duration":1}},{"uid":"c71c6aabd813af3f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c71c6aabd813af3f","status":"passed","time":{"start":1729031949623,"stop":1729031949624,"duration":1}},{"uid":"66657baa3358d4e3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66657baa3358d4e3","status":"passed","time":{"start":1728901494757,"stop":1728901494758,"duration":1}},{"uid":"8f93693dffc6cfcf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8f93693dffc6cfcf","status":"passed","time":{"start":1728892929639,"stop":1728892929640,"duration":1}},{"uid":"1f3d84aa413fb8e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f3d84aa413fb8e2","status":"passed","time":{"start":1728855891580,"stop":1728855891580,"duration":0}},{"uid":"bc903850fa16778","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bc903850fa16778","status":"passed","time":{"start":1728738106822,"stop":1728738106823,"duration":1}},{"uid":"bc344ae13dd6f837","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc344ae13dd6f837","status":"passed","time":{"start":1728682642603,"stop":1728682642603,"duration":0}},{"uid":"2cd45b95513c4d23","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2cd45b95513c4d23","status":"passed","time":{"start":1728682214523,"stop":1728682214523,"duration":0}},{"uid":"855a1204a1e98df5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/855a1204a1e98df5","status":"passed","time":{"start":1728676690540,"stop":1728676690540,"duration":0}},{"uid":"4fb80b9250f32cbf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4fb80b9250f32cbf","status":"passed","time":{"start":1728669414115,"stop":1728669414116,"duration":1}},{"uid":"c97108f3c42042b6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c97108f3c42042b6","status":"passed","time":{"start":1728597753372,"stop":1728597753372,"duration":0}},{"uid":"226b190626affbe6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/226b190626affbe6","status":"passed","time":{"start":1728596970977,"stop":1728596970977,"duration":0}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b6873e964a091b03","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6873e964a091b03","status":"passed","time":{"start":1729034713700,"stop":1729034713701,"duration":1}},{"uid":"c9f453b89243d891","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c9f453b89243d891","status":"passed","time":{"start":1729034487483,"stop":1729034487484,"duration":1}},{"uid":"a1b343ea5ed84ade","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a1b343ea5ed84ade","status":"passed","time":{"start":1729034446109,"stop":1729034446109,"duration":0}},{"uid":"6d5dcd58f8e2ff5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6d5dcd58f8e2ff5d","status":"passed","time":{"start":1729032275828,"stop":1729032275828,"duration":0}},{"uid":"f40a8a4d8e357fe7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f40a8a4d8e357fe7","status":"passed","time":{"start":1728902036740,"stop":1728902036741,"duration":1}},{"uid":"84aadc7142fdd796","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/84aadc7142fdd796","status":"passed","time":{"start":1728893472413,"stop":1728893472413,"duration":0}},{"uid":"46ce08ee1715a803","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46ce08ee1715a803","status":"passed","time":{"start":1728856423201,"stop":1728856423201,"duration":0}},{"uid":"cabd2a8bdf930812","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cabd2a8bdf930812","status":"passed","time":{"start":1728738648729,"stop":1728738648730,"duration":1}},{"uid":"80a18b6f837d7495","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80a18b6f837d7495","status":"passed","time":{"start":1728683179655,"stop":1728683179655,"duration":0}},{"uid":"137f29ec8aca834f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/137f29ec8aca834f","status":"passed","time":{"start":1728682757951,"stop":1728682757951,"duration":0}},{"uid":"7420837fdde96660","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7420837fdde96660","status":"passed","time":{"start":1728677238451,"stop":1728677238451,"duration":0}},{"uid":"f5f020f602867745","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5f020f602867745","status":"passed","time":{"start":1728669928220,"stop":1728669928220,"duration":0}},{"uid":"4b2894f1d888f06e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b2894f1d888f06e","status":"passed","time":{"start":1728598319590,"stop":1728598319590,"duration":0}},{"uid":"d28e711d46220843","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d28e711d46220843","status":"passed","time":{"start":1728597520647,"stop":1728597520647,"duration":0}}]},"3981f6d88da752d3eaf10ee7e6999722:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0c79721662b09fe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c79721662b09fe","status":"passed","time":{"start":1728597434079,"stop":1728597434079,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f2de1133210fc71a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f2de1133210fc71a","status":"passed","time":{"start":1729034728789,"stop":1729034728790,"duration":1}},{"uid":"622b9669d5df1ccc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/622b9669d5df1ccc","status":"passed","time":{"start":1729034400845,"stop":1729034400846,"duration":1}},{"uid":"1b4378a53f460550","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1b4378a53f460550","status":"passed","time":{"start":1728902045392,"stop":1728902045392,"duration":0}},{"uid":"db9d15b411082042","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/db9d15b411082042","status":"passed","time":{"start":1728893481312,"stop":1728893481313,"duration":1}},{"uid":"98367b2e4306c037","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/98367b2e4306c037","status":"passed","time":{"start":1728856434369,"stop":1728856434369,"duration":0}},{"uid":"cb2061e79fb6bef0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb2061e79fb6bef0","status":"passed","time":{"start":1728738656936,"stop":1728738656936,"duration":0}},{"uid":"71ea3dc9e70d4160","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71ea3dc9e70d4160","status":"passed","time":{"start":1728683172725,"stop":1728683172725,"duration":0}},{"uid":"75553d75256194d6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/75553d75256194d6","status":"passed","time":{"start":1728682747612,"stop":1728682747612,"duration":0}},{"uid":"361f46b66c30996","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/361f46b66c30996","status":"passed","time":{"start":1728677247281,"stop":1728677247281,"duration":0}},{"uid":"9a2ca6e07dd81141","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9a2ca6e07dd81141","status":"passed","time":{"start":1728669917948,"stop":1728669917948,"duration":0}},{"uid":"2877130db6ef33e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2877130db6ef33e","status":"passed","time":{"start":1728598290718,"stop":1728598290718,"duration":0}},{"uid":"98b6455f9e6bf094","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/98b6455f9e6bf094","status":"passed","time":{"start":1728597515858,"stop":1728597515858,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"650bb5b70d795a18","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/650bb5b70d795a18","status":"passed","time":{"start":1729034636310,"stop":1729034636310,"duration":0}},{"uid":"46d5165fe6b6a112","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/46d5165fe6b6a112","status":"passed","time":{"start":1729034402260,"stop":1729034402265,"duration":5}},{"uid":"97750e28c11251e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/97750e28c11251e8","status":"passed","time":{"start":1729034323283,"stop":1729034323286,"duration":3}},{"uid":"b05883cd515474e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b05883cd515474e8","status":"passed","time":{"start":1729034144761,"stop":1729034144762,"duration":1}},{"uid":"e0efe1c61d63070e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e0efe1c61d63070e","status":"passed","time":{"start":1729032198812,"stop":1729032198812,"duration":0}},{"uid":"999636334b44e831","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/999636334b44e831","status":"passed","time":{"start":1728901901753,"stop":1728901901757,"duration":4}},{"uid":"6ac6dccf68852b01","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6ac6dccf68852b01","status":"passed","time":{"start":1728893337238,"stop":1728893337238,"duration":0}},{"uid":"f8901711329a5588","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f8901711329a5588","status":"passed","time":{"start":1728856299185,"stop":1728856299185,"duration":0}},{"uid":"53bd7c57dbab8148","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/53bd7c57dbab8148","status":"passed","time":{"start":1728738505371,"stop":1728738505371,"duration":0}},{"uid":"f719b9d5d34e5a06","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f719b9d5d34e5a06","status":"passed","time":{"start":1728683045439,"stop":1728683045440,"duration":1}},{"uid":"d8c9ef6078da5fd3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d8c9ef6078da5fd3","status":"passed","time":{"start":1728682607283,"stop":1728682607284,"duration":1}},{"uid":"b7400285dbbdc53f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b7400285dbbdc53f","status":"passed","time":{"start":1728677103489,"stop":1728677103490,"duration":1}},{"uid":"68e66ecfe880e9bb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/68e66ecfe880e9bb","status":"passed","time":{"start":1728669777112,"stop":1728669777113,"duration":1}},{"uid":"c68cefd006027094","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c68cefd006027094","status":"passed","time":{"start":1728598163462,"stop":1728598163462,"duration":0}},{"uid":"f32a020eb2453b25","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f32a020eb2453b25","status":"passed","time":{"start":1728597375459,"stop":1728597375460,"duration":1}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f6b9650aa49d1c9b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f6b9650aa49d1c9b","status":"passed","time":{"start":1729034341402,"stop":1729034341403,"duration":1}},{"uid":"c2e6b3d3285cc2e4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c2e6b3d3285cc2e4","status":"passed","time":{"start":1729034104911,"stop":1729034104911,"duration":0}},{"uid":"40c15aeeb92895be","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/40c15aeeb92895be","status":"passed","time":{"start":1729034028508,"stop":1729034028509,"duration":1}},{"uid":"7601840878814b2c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7601840878814b2c","status":"passed","time":{"start":1729033843117,"stop":1729033843117,"duration":0}},{"uid":"576ed51d3763c02a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/576ed51d3763c02a","status":"passed","time":{"start":1729031892676,"stop":1729031892676,"duration":0}},{"uid":"67685330f4e47827","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/67685330f4e47827","status":"passed","time":{"start":1728901438807,"stop":1728901438807,"duration":0}},{"uid":"1cbb33cc6540d70c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cbb33cc6540d70c","status":"passed","time":{"start":1728892868999,"stop":1728892868999,"duration":0}},{"uid":"672b11402d8d9590","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/672b11402d8d9590","status":"passed","time":{"start":1728855831891,"stop":1728855831891,"duration":0}},{"uid":"14ebfb76f5b14d8e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/14ebfb76f5b14d8e","status":"passed","time":{"start":1728738049038,"stop":1728738049039,"duration":1}},{"uid":"39f2c5c2a2b71323","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39f2c5c2a2b71323","status":"passed","time":{"start":1728682582617,"stop":1728682582617,"duration":0}},{"uid":"bab577be3b39f881","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bab577be3b39f881","status":"passed","time":{"start":1728682155406,"stop":1728682155407,"duration":1}},{"uid":"4f5d2f49a164495","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4f5d2f49a164495","status":"passed","time":{"start":1728676629972,"stop":1728676629972,"duration":0}},{"uid":"187d9716af6dea9b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/187d9716af6dea9b","status":"passed","time":{"start":1728669353100,"stop":1728669353100,"duration":0}},{"uid":"36db7a03abba878f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/36db7a03abba878f","status":"passed","time":{"start":1728597693844,"stop":1728597693845,"duration":1}},{"uid":"ad134a6f1266d424","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ad134a6f1266d424","status":"passed","time":{"start":1728596913089,"stop":1728596913089,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a2f086f523122482","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a2f086f523122482","status":"passed","time":{"start":1729034631255,"stop":1729034631256,"duration":1}},{"uid":"eeb64760fb187c41","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/eeb64760fb187c41","status":"passed","time":{"start":1729034400892,"stop":1729034400893,"duration":1}},{"uid":"1f5f8fab0c7014b1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1f5f8fab0c7014b1","status":"passed","time":{"start":1729034317462,"stop":1729034317462,"duration":0}},{"uid":"9ec1bffba5338d2d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ec1bffba5338d2d","status":"passed","time":{"start":1729034137144,"stop":1729034137144,"duration":0}},{"uid":"26fa70e2e8c33130","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/26fa70e2e8c33130","status":"passed","time":{"start":1729032206878,"stop":1729032206878,"duration":0}},{"uid":"fa8b45549288afb8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fa8b45549288afb8","status":"passed","time":{"start":1728901995024,"stop":1728901995024,"duration":0}},{"uid":"ebc00df87595d54f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ebc00df87595d54f","status":"passed","time":{"start":1728893420998,"stop":1728893421000,"duration":2}},{"uid":"818dfeb5d37a89e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/818dfeb5d37a89e","status":"passed","time":{"start":1728856368599,"stop":1728856368599,"duration":0}},{"uid":"71ad835f1bf8a066","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/71ad835f1bf8a066","status":"passed","time":{"start":1728738604684,"stop":1728738604684,"duration":0}},{"uid":"e25e79de25e60ae8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e25e79de25e60ae8","status":"passed","time":{"start":1728683117633,"stop":1728683117638,"duration":5}},{"uid":"dc484ef7d1bfe14b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dc484ef7d1bfe14b","status":"passed","time":{"start":1728682721320,"stop":1728682721320,"duration":0}},{"uid":"87210c610911170a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87210c610911170a","status":"passed","time":{"start":1728677184686,"stop":1728677184686,"duration":0}},{"uid":"7f031ff3fba19c2e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f031ff3fba19c2e","status":"passed","time":{"start":1728669866455,"stop":1728669866455,"duration":0}},{"uid":"5735b3edeb308b0d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5735b3edeb308b0d","status":"passed","time":{"start":1728598249993,"stop":1728598249994,"duration":1}},{"uid":"2d3d9556e729f844","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2d3d9556e729f844","status":"passed","time":{"start":1728597472300,"stop":1728597472300,"duration":0}}]},"dd71284d3c4a56ca029723d9ab401af3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45e6661335ca799f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45e6661335ca799f","status":"passed","time":{"start":1729034014876,"stop":1729034014877,"duration":1}}]},"9556bc67d5be158c336a29608903da19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"875877588eb53661","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/875877588eb53661","status":"passed","time":{"start":1728683117688,"stop":1728683117688,"duration":0}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ac98161b7f033c16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac98161b7f033c16","status":"passed","time":{"start":1729034656473,"stop":1729034656473,"duration":0}},{"uid":"528cc55983f5563f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/528cc55983f5563f","status":"passed","time":{"start":1729034428560,"stop":1729034428560,"duration":0}},{"uid":"fdf000c3e8761926","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fdf000c3e8761926","status":"passed","time":{"start":1729034348219,"stop":1729034348219,"duration":0}},{"uid":"a050468f139493ae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a050468f139493ae","status":"passed","time":{"start":1729034169452,"stop":1729034169453,"duration":1}},{"uid":"105f2978ccfe1d91","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/105f2978ccfe1d91","status":"passed","time":{"start":1729032228821,"stop":1729032228821,"duration":0}},{"uid":"833757cce380a4d7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/833757cce380a4d7","status":"passed","time":{"start":1728901950558,"stop":1728901950559,"duration":1}},{"uid":"3d59da336337848c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d59da336337848c","status":"passed","time":{"start":1728893389991,"stop":1728893389991,"duration":0}},{"uid":"d41ebdcf12b360c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d41ebdcf12b360c4","status":"passed","time":{"start":1728856333683,"stop":1728856333684,"duration":1}},{"uid":"dd96eb6d75253a86","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dd96eb6d75253a86","status":"passed","time":{"start":1728738555101,"stop":1728738555101,"duration":0}},{"uid":"e5924f83aaa607d2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e5924f83aaa607d2","status":"passed","time":{"start":1728683093177,"stop":1728683093177,"duration":0}},{"uid":"ac1e30eea3978db6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac1e30eea3978db6","status":"passed","time":{"start":1728682652697,"stop":1728682652697,"duration":0}},{"uid":"493707335fc7ad5d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/493707335fc7ad5d","status":"passed","time":{"start":1728677156819,"stop":1728677156819,"duration":0}},{"uid":"b62d6e6bf2800353","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b62d6e6bf2800353","status":"passed","time":{"start":1728669834444,"stop":1728669834445,"duration":1}},{"uid":"ff2aaea7c661b85e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ff2aaea7c661b85e","status":"passed","time":{"start":1728598212619,"stop":1728598212619,"duration":0}},{"uid":"2b95583fe0e191c7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2b95583fe0e191c7","status":"passed","time":{"start":1728597423331,"stop":1728597423331,"duration":0}}]},"d5ccc70428c68c0c0fb6b0e759fca6e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"651897abdced063f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/651897abdced063f","status":"passed","time":{"start":1728677163569,"stop":1728677163570,"duration":1}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"43aa0c74242f31a6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/43aa0c74242f31a6","status":"passed","time":{"start":1729034462535,"stop":1729034462535,"duration":0}},{"uid":"c43ad9e267e6108c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c43ad9e267e6108c","status":"passed","time":{"start":1729034231346,"stop":1729034231347,"duration":1}},{"uid":"cd7b5b940d2b1cfc","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cd7b5b940d2b1cfc","status":"passed","time":{"start":1729034153007,"stop":1729034153007,"duration":0}},{"uid":"8039a592883ee391","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8039a592883ee391","status":"passed","time":{"start":1729033965758,"stop":1729033965758,"duration":0}},{"uid":"8b92f9dd1827f30b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b92f9dd1827f30b","status":"passed","time":{"start":1729032018039,"stop":1729032018039,"duration":0}},{"uid":"f57badf3790298e7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f57badf3790298e7","status":"passed","time":{"start":1728901595890,"stop":1728901595891,"duration":1}},{"uid":"a93dbb81a91371c3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a93dbb81a91371c3","status":"passed","time":{"start":1728893032692,"stop":1728893032692,"duration":0}},{"uid":"cc989f8154908451","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cc989f8154908451","status":"passed","time":{"start":1728855998191,"stop":1728855998191,"duration":0}},{"uid":"67eaee90d08803b3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67eaee90d08803b3","status":"passed","time":{"start":1728738212198,"stop":1728738212212,"duration":14}},{"uid":"bc5acd0eb0968a3c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bc5acd0eb0968a3c","status":"passed","time":{"start":1728682746616,"stop":1728682746617,"duration":1}},{"uid":"995f020f55d7c297","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/995f020f55d7c297","status":"passed","time":{"start":1728682328620,"stop":1728682328620,"duration":0}},{"uid":"cc2074b3cbc2c1a9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cc2074b3cbc2c1a9","status":"passed","time":{"start":1728676807596,"stop":1728676807596,"duration":0}},{"uid":"fcecbcd601515545","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fcecbcd601515545","status":"passed","time":{"start":1728669514931,"stop":1728669514931,"duration":0}},{"uid":"e544866e5501f345","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e544866e5501f345","status":"passed","time":{"start":1728597860140,"stop":1728597860140,"duration":0}},{"uid":"d486560b89bee97f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d486560b89bee97f","status":"passed","time":{"start":1728597074718,"stop":1728597074718,"duration":0}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"478bd1c99e725f3e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/478bd1c99e725f3e","status":"passed","time":{"start":1729034713702,"stop":1729034713702,"duration":0}},{"uid":"a69d3e1a9ce8b792","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a69d3e1a9ce8b792","status":"passed","time":{"start":1729034487485,"stop":1729034487486,"duration":1}},{"uid":"d5f1b86d5b05dac7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d5f1b86d5b05dac7","status":"passed","time":{"start":1729034446111,"stop":1729034446111,"duration":0}},{"uid":"3c23f536a5aa5137","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3c23f536a5aa5137","status":"passed","time":{"start":1729032275829,"stop":1729032275829,"duration":0}},{"uid":"78e92b4166b18d13","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78e92b4166b18d13","status":"passed","time":{"start":1728902036742,"stop":1728902036742,"duration":0}},{"uid":"3c265a3ae920ad59","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c265a3ae920ad59","status":"passed","time":{"start":1728893472414,"stop":1728893472415,"duration":1}},{"uid":"b43f83b00fc9af3c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b43f83b00fc9af3c","status":"passed","time":{"start":1728856423202,"stop":1728856423203,"duration":1}},{"uid":"5e8af03de22ee094","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5e8af03de22ee094","status":"passed","time":{"start":1728738648731,"stop":1728738648731,"duration":0}},{"uid":"6bc90a416791e83a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6bc90a416791e83a","status":"passed","time":{"start":1728683179656,"stop":1728683179657,"duration":1}},{"uid":"99486f95eb424297","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99486f95eb424297","status":"passed","time":{"start":1728682757952,"stop":1728682757952,"duration":0}},{"uid":"370509b587525f64","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/370509b587525f64","status":"passed","time":{"start":1728677238452,"stop":1728677238452,"duration":0}},{"uid":"54cef84635177456","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/54cef84635177456","status":"passed","time":{"start":1728669928222,"stop":1728669928222,"duration":0}},{"uid":"f0b26818d27d33ed","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f0b26818d27d33ed","status":"passed","time":{"start":1728598319591,"stop":1728598319591,"duration":0}},{"uid":"1492e000eaf7faaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1492e000eaf7faaa","status":"passed","time":{"start":1728597520648,"stop":1728597520648,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d97fe66138014db9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d97fe66138014db9","status":"passed","time":{"start":1729034704494,"stop":1729034704494,"duration":0}},{"uid":"12238e3231f1fc71","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12238e3231f1fc71","status":"passed","time":{"start":1729034474987,"stop":1729034474988,"duration":1}},{"uid":"a4bb3a5ab7a5dedb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a4bb3a5ab7a5dedb","status":"passed","time":{"start":1729034395290,"stop":1729034395290,"duration":0}},{"uid":"e8ba2cf94cff6cdd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e8ba2cf94cff6cdd","status":"passed","time":{"start":1729034209099,"stop":1729034209099,"duration":0}},{"uid":"7e3d2da376bb34ab","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e3d2da376bb34ab","status":"passed","time":{"start":1729032264567,"stop":1729032264568,"duration":1}},{"uid":"334235349ee612da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/334235349ee612da","status":"passed","time":{"start":1728902012850,"stop":1728902012851,"duration":1}},{"uid":"9fb61171dbc1c13f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9fb61171dbc1c13f","status":"passed","time":{"start":1728893454811,"stop":1728893454811,"duration":0}},{"uid":"fdf39a4b5d4e2bcd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fdf39a4b5d4e2bcd","status":"passed","time":{"start":1728856408452,"stop":1728856408452,"duration":0}},{"uid":"bf5df135225bef75","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf5df135225bef75","status":"passed","time":{"start":1728738633854,"stop":1728738633854,"duration":0}},{"uid":"ab4f68352a73f2f2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ab4f68352a73f2f2","status":"passed","time":{"start":1728683159756,"stop":1728683159757,"duration":1}},{"uid":"3217baa699db7cb1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3217baa699db7cb1","status":"passed","time":{"start":1728682751329,"stop":1728682751329,"duration":0}},{"uid":"3d99f309db8ac112","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3d99f309db8ac112","status":"passed","time":{"start":1728677216355,"stop":1728677216355,"duration":0}},{"uid":"d866e02ec5d467cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d866e02ec5d467cc","status":"passed","time":{"start":1728669925454,"stop":1728669925454,"duration":0}},{"uid":"460a47efa4eec644","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/460a47efa4eec644","status":"passed","time":{"start":1728598268802,"stop":1728598268803,"duration":1}},{"uid":"ec686315eb601629","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec686315eb601629","status":"passed","time":{"start":1728597503918,"stop":1728597503919,"duration":1}}]},"b6987ca6e7bff8f1950148a0f3282df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2bb5b0c9be41c96","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b2bb5b0c9be41c96","status":"passed","time":{"start":1729034259818,"stop":1729034259820,"duration":2}}]},"1e7363c8b314fd3ba9cf148e2468973a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c6ea38d610751f0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2c6ea38d610751f0","status":"passed","time":{"start":1728683033640,"stop":1728683033640,"duration":0}}]},"8d26f3304fc16b09cac3f6ede9379ed5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"b8291f0e36d88793","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b8291f0e36d88793","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473219,"stop":1729034473220,"duration":1}},{"uid":"c8950613b177a125","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c8950613b177a125","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241162,"stop":1729034241162,"duration":0}},{"uid":"53d56d88abb9c059","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/53d56d88abb9c059","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159975,"stop":1729034159975,"duration":0}},{"uid":"ba6e3cb4ca1d8df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba6e3cb4ca1d8df","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977066,"duration":1}},{"uid":"e171caeb51db24b0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e171caeb51db24b0","status":"passed","time":{"start":1729032093802,"stop":1729032093803,"duration":1}},{"uid":"852aa505fd160a4f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/852aa505fd160a4f","status":"passed","time":{"start":1728901748774,"stop":1728901748775,"duration":1}},{"uid":"46f0f8707acc3afb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/46f0f8707acc3afb","status":"passed","time":{"start":1728893181087,"stop":1728893181088,"duration":1}},{"uid":"80bfe2b1f1ca5fd2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/80bfe2b1f1ca5fd2","status":"passed","time":{"start":1728856155553,"stop":1728856155553,"duration":0}},{"uid":"cf12a35b8063d01a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cf12a35b8063d01a","status":"passed","time":{"start":1728738360299,"stop":1728738360301,"duration":2}},{"uid":"3183e2b013f2c8cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3183e2b013f2c8cc","status":"passed","time":{"start":1728682907223,"stop":1728682907223,"duration":0}},{"uid":"2432dd4985aaf4d9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2432dd4985aaf4d9","status":"passed","time":{"start":1728682466737,"stop":1728682466737,"duration":0}},{"uid":"3af8ec32ab05083f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3af8ec32ab05083f","status":"passed","time":{"start":1728676955723,"stop":1728676955724,"duration":1}},{"uid":"71011cf02995a59f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/71011cf02995a59f","status":"passed","time":{"start":1728598013536,"stop":1728598013536,"duration":0}},{"uid":"6238ac8aa92bc448","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6238ac8aa92bc448","status":"passed","time":{"start":1728597225201,"stop":1728597225202,"duration":1}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7998a58084276c14","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7998a58084276c14","status":"passed","time":{"start":1729034472975,"stop":1729034472976,"duration":1}},{"uid":"501920170cdc4239","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/501920170cdc4239","status":"passed","time":{"start":1729034240919,"stop":1729034240920,"duration":1}},{"uid":"cd118239dd122e39","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cd118239dd122e39","status":"passed","time":{"start":1729034159616,"stop":1729034159617,"duration":1}},{"uid":"448d08ecf0d94a8c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/448d08ecf0d94a8c","status":"passed","time":{"start":1729033976801,"stop":1729033976801,"duration":0}},{"uid":"f13b0fc788d01bda","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f13b0fc788d01bda","status":"passed","time":{"start":1729032020519,"stop":1729032020523,"duration":4}},{"uid":"65f9e8d6520ac5d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65f9e8d6520ac5d2","status":"passed","time":{"start":1728901616435,"stop":1728901616436,"duration":1}},{"uid":"9c45ca79a60f1ba8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9c45ca79a60f1ba8","status":"passed","time":{"start":1728893050246,"stop":1728893050246,"duration":0}},{"uid":"ca7476db7cb06a05","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ca7476db7cb06a05","status":"passed","time":{"start":1728856015173,"stop":1728856015173,"duration":0}},{"uid":"d06eae2956774b9e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d06eae2956774b9e","status":"passed","time":{"start":1728738233141,"stop":1728738233142,"duration":1}},{"uid":"758b6eaaac0eca0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/758b6eaaac0eca0","status":"passed","time":{"start":1728682762473,"stop":1728682762474,"duration":1}},{"uid":"389c44b34c2f1ab7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/389c44b34c2f1ab7","status":"passed","time":{"start":1728682332787,"stop":1728682332787,"duration":0}},{"uid":"f30ed70720f13d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f30ed70720f13d","status":"passed","time":{"start":1728676810292,"stop":1728676810293,"duration":1}},{"uid":"babbc6765f67616d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/babbc6765f67616d","status":"passed","time":{"start":1728669529900,"stop":1728669529900,"duration":0}},{"uid":"7523ea4b027b3d8f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7523ea4b027b3d8f","status":"passed","time":{"start":1728597873535,"stop":1728597873535,"duration":0}},{"uid":"d04975f991495cbe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d04975f991495cbe","status":"passed","time":{"start":1728597089275,"stop":1728597089275,"duration":0}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3889080da7fdfe23","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3889080da7fdfe23","status":"passed","time":{"start":1729034435411,"stop":1729034435412,"duration":1}},{"uid":"1f2240038a3c689a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1f2240038a3c689a","status":"passed","time":{"start":1729034202096,"stop":1729034202096,"duration":0}},{"uid":"a46c47c8395a6e43","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a46c47c8395a6e43","status":"passed","time":{"start":1729034126112,"stop":1729034126112,"duration":0}},{"uid":"2e8a3af46ecfe32d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2e8a3af46ecfe32d","status":"passed","time":{"start":1729033939922,"stop":1729033939922,"duration":0}},{"uid":"b54d695d40e364d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b54d695d40e364d1","status":"passed","time":{"start":1729031988773,"stop":1729031988774,"duration":1}},{"uid":"c9de60c7859ec595","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c9de60c7859ec595","status":"passed","time":{"start":1728901555752,"stop":1728901555753,"duration":1}},{"uid":"c13232b691bc370b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c13232b691bc370b","status":"passed","time":{"start":1728892995571,"stop":1728892995571,"duration":0}},{"uid":"2d6349a57f3ff817","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d6349a57f3ff817","status":"passed","time":{"start":1728855954641,"stop":1728855954642,"duration":1}},{"uid":"715f880946603b55","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/715f880946603b55","status":"passed","time":{"start":1728738169504,"stop":1728738169504,"duration":0}},{"uid":"588e077c4b3361c5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/588e077c4b3361c5","status":"passed","time":{"start":1728682707226,"stop":1728682707227,"duration":1}},{"uid":"af53c42ce9a4305a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af53c42ce9a4305a","status":"passed","time":{"start":1728682285116,"stop":1728682285117,"duration":1}},{"uid":"642933ae1443eba6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/642933ae1443eba6","status":"passed","time":{"start":1728676761148,"stop":1728676761148,"duration":0}},{"uid":"f742e1676ef09bff","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f742e1676ef09bff","status":"passed","time":{"start":1728669488935,"stop":1728669488935,"duration":0}},{"uid":"dd3d0d4341da97fc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dd3d0d4341da97fc","status":"passed","time":{"start":1728597819560,"stop":1728597819560,"duration":0}},{"uid":"a0e5b16de339ac1e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a0e5b16de339ac1e","status":"passed","time":{"start":1728597041916,"stop":1728597041917,"duration":1}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d5f835aabe04084b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d5f835aabe04084b","status":"passed","time":{"start":1729034640522,"stop":1729034640523,"duration":1}},{"uid":"aca51ef90ecf155e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aca51ef90ecf155e","status":"passed","time":{"start":1729034411423,"stop":1729034411423,"duration":0}},{"uid":"e0ace90361eb31f4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e0ace90361eb31f4","status":"passed","time":{"start":1729034327402,"stop":1729034327403,"duration":1}},{"uid":"8dfddb5c340280cb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8dfddb5c340280cb","status":"passed","time":{"start":1729034147772,"stop":1729034147772,"duration":0}},{"uid":"9c6e80c8c363d5b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9c6e80c8c363d5b4","status":"passed","time":{"start":1729032204827,"stop":1729032204828,"duration":1}},{"uid":"938e8723daf7d3c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/938e8723daf7d3c","status":"passed","time":{"start":1728901907700,"stop":1728901907700,"duration":0}},{"uid":"d7f9884377fc3f89","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d7f9884377fc3f89","status":"passed","time":{"start":1728893341888,"stop":1728893341888,"duration":0}},{"uid":"80c5af58d366efbe","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/80c5af58d366efbe","status":"passed","time":{"start":1728856299357,"stop":1728856299370,"duration":13}},{"uid":"76b757c8113edab5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/76b757c8113edab5","status":"passed","time":{"start":1728738511617,"stop":1728738511617,"duration":0}},{"uid":"472cb4c2a6d1786f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/472cb4c2a6d1786f","status":"passed","time":{"start":1728683052911,"stop":1728683052911,"duration":0}},{"uid":"99193f433cbb1108","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99193f433cbb1108","status":"passed","time":{"start":1728682612910,"stop":1728682612911,"duration":1}},{"uid":"55531e433d4a2804","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/55531e433d4a2804","status":"passed","time":{"start":1728677115746,"stop":1728677115746,"duration":0}},{"uid":"5dba4c3a53d249de","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5dba4c3a53d249de","status":"passed","time":{"start":1728669778174,"stop":1728669778174,"duration":0}},{"uid":"568a370e65378a80","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/568a370e65378a80","status":"passed","time":{"start":1728598175432,"stop":1728598175432,"duration":0}},{"uid":"2727f812726f8baf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2727f812726f8baf","status":"passed","time":{"start":1728597380061,"stop":1728597380061,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"aed53a11f637ac55","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aed53a11f637ac55","status":"passed","time":{"start":1729034611654,"stop":1729034611655,"duration":1}},{"uid":"b7d866c199373072","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b7d866c199373072","status":"passed","time":{"start":1729034393628,"stop":1729034393630,"duration":2}},{"uid":"9cdcf7498d7abf69","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9cdcf7498d7abf69","status":"passed","time":{"start":1729034304822,"stop":1729034304823,"duration":1}},{"uid":"a8b57d9537e2da08","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8b57d9537e2da08","status":"passed","time":{"start":1729034121892,"stop":1729034121892,"duration":0}},{"uid":"69bf8bc964c209fb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/69bf8bc964c209fb","status":"passed","time":{"start":1729032174799,"stop":1729032174799,"duration":0}},{"uid":"f4058ba961b6260a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f4058ba961b6260a","status":"passed","time":{"start":1728901881005,"stop":1728901881005,"duration":0}},{"uid":"936a6e0abd940f00","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/936a6e0abd940f00","status":"passed","time":{"start":1728893317151,"stop":1728893317151,"duration":0}},{"uid":"e5faf6bafdb7895e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e5faf6bafdb7895e","status":"passed","time":{"start":1728856263066,"stop":1728856263066,"duration":0}},{"uid":"5d325e3d118536ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5d325e3d118536ca","status":"passed","time":{"start":1728738492790,"stop":1728738492790,"duration":0}},{"uid":"bba387f6dfe62ca2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bba387f6dfe62ca2","status":"passed","time":{"start":1728683030009,"stop":1728683030009,"duration":0}},{"uid":"6078d2798fbfae84","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6078d2798fbfae84","status":"passed","time":{"start":1728682581083,"stop":1728682581085,"duration":2}},{"uid":"49e2aa0b455ec886","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/49e2aa0b455ec886","status":"passed","time":{"start":1728677081985,"stop":1728677081986,"duration":1}},{"uid":"2b756e8680d05d6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b756e8680d05d6","status":"passed","time":{"start":1728669795387,"stop":1728669795387,"duration":0}},{"uid":"abc37b1911dce0e3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/abc37b1911dce0e3","status":"passed","time":{"start":1728598137496,"stop":1728598137496,"duration":0}},{"uid":"2495ac9ab7005bda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2495ac9ab7005bda","status":"passed","time":{"start":1728597353474,"stop":1728597353474,"duration":0}}]},"dba59f84b9905e83b10ab2181119aef7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61a6ccc663a1cf18","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/61a6ccc663a1cf18","status":"passed","time":{"start":1729034370918,"stop":1729034370918,"duration":0}}]},"fcddc9619929a4cdd7bbc0f0e72295be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf0723fb3e0425b1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf0723fb3e0425b1","status":"passed","time":{"start":1728738604693,"stop":1728738604693,"duration":0}}]},"0be000cbac5239e7750a62b497de2d41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c5abc718deab8800","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c5abc718deab8800","status":"passed","time":{"start":1728598250014,"stop":1728598250014,"duration":0}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c9ee836faf83394","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c9ee836faf83394","status":"passed","time":{"start":1729034340753,"stop":1729034340753,"duration":0}},{"uid":"dca52e1a4b5fa66b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dca52e1a4b5fa66b","status":"passed","time":{"start":1729034104167,"stop":1729034104167,"duration":0}},{"uid":"83c9feac1ebb2b0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/83c9feac1ebb2b0d","status":"passed","time":{"start":1729034027738,"stop":1729034027739,"duration":1}},{"uid":"95d59c9e4e90b197","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95d59c9e4e90b197","status":"passed","time":{"start":1729033842344,"stop":1729033842345,"duration":1}},{"uid":"e48332dfcf8e2719","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e48332dfcf8e2719","status":"passed","time":{"start":1729031892045,"stop":1729031892045,"duration":0}},{"uid":"459b6f1cec31b8c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/459b6f1cec31b8c0","status":"passed","time":{"start":1728901438027,"stop":1728901438028,"duration":1}},{"uid":"3b8c87acb408adc4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b8c87acb408adc4","status":"passed","time":{"start":1728892868231,"stop":1728892868231,"duration":0}},{"uid":"d71b8b3a104d40ba","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d71b8b3a104d40ba","status":"passed","time":{"start":1728855831078,"stop":1728855831078,"duration":0}},{"uid":"ccf1426f7b27ca03","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ccf1426f7b27ca03","status":"passed","time":{"start":1728738048438,"stop":1728738048439,"duration":1}},{"uid":"bf86dda989d3f821","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bf86dda989d3f821","status":"passed","time":{"start":1728682581840,"stop":1728682581841,"duration":1}},{"uid":"ee5074900480c96c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ee5074900480c96c","status":"passed","time":{"start":1728682154706,"stop":1728682154706,"duration":0}},{"uid":"dd6364b82065964e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd6364b82065964e","status":"passed","time":{"start":1728676629294,"stop":1728676629295,"duration":1}},{"uid":"d897880ab77a42ce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d897880ab77a42ce","status":"passed","time":{"start":1728669352209,"stop":1728669352210,"duration":1}},{"uid":"da681aff750aaca9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/da681aff750aaca9","status":"passed","time":{"start":1728597693013,"stop":1728597693014,"duration":1}},{"uid":"5588b1669b043b33","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5588b1669b043b33","status":"passed","time":{"start":1728596912515,"stop":1728596912516,"duration":1}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"dcdc75974837a228","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcdc75974837a228","status":"passed","time":{"start":1729034356139,"stop":1729034356140,"duration":1}},{"uid":"c1b1ce6d2f20276f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c1b1ce6d2f20276f","status":"passed","time":{"start":1729034120217,"stop":1729034120218,"duration":1}},{"uid":"3a507b4dae205b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3a507b4dae205b3","status":"passed","time":{"start":1729034043146,"stop":1729034043146,"duration":0}},{"uid":"ce5e819b14f49a4f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce5e819b14f49a4f","status":"passed","time":{"start":1729033857769,"stop":1729033857769,"duration":0}},{"uid":"49d749579a5ae6b1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/49d749579a5ae6b1","status":"passed","time":{"start":1729031907988,"stop":1729031907989,"duration":1}},{"uid":"7f84ca394b13c4b3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f84ca394b13c4b3","status":"passed","time":{"start":1728901453414,"stop":1728901453415,"duration":1}},{"uid":"67000cdef39dda75","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/67000cdef39dda75","status":"passed","time":{"start":1728892883981,"stop":1728892883982,"duration":1}},{"uid":"7b2c4663b9af025f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7b2c4663b9af025f","status":"passed","time":{"start":1728855846188,"stop":1728855846188,"duration":0}},{"uid":"7a4d816b6b9a6047","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a4d816b6b9a6047","status":"passed","time":{"start":1728738063650,"stop":1728738063651,"duration":1}},{"uid":"7685e7b1fca4a9ac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7685e7b1fca4a9ac","status":"passed","time":{"start":1728682597533,"stop":1728682597533,"duration":0}},{"uid":"786359c70767ff50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/786359c70767ff50","status":"passed","time":{"start":1728682170204,"stop":1728682170205,"duration":1}},{"uid":"e7a3d71ff011ca67","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e7a3d71ff011ca67","status":"passed","time":{"start":1728676644983,"stop":1728676644984,"duration":1}},{"uid":"6dd3252aa013870b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6dd3252aa013870b","status":"passed","time":{"start":1728669367856,"stop":1728669367856,"duration":0}},{"uid":"9606a567d8c0a946","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9606a567d8c0a946","status":"passed","time":{"start":1728597708662,"stop":1728597708662,"duration":0}},{"uid":"dd46f2d1ba751d9c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dd46f2d1ba751d9c","status":"passed","time":{"start":1728596927481,"stop":1728596927481,"duration":0}}]},"6b6986fd9a7c82378ad463dd0f858efc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da17c39cfc26ac31","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/da17c39cfc26ac31","status":"passed","time":{"start":1728682381285,"stop":1728682381285,"duration":0}}]},"ba67d2544498798092b28354607f01d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"26dfc2828bb95dfa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/26dfc2828bb95dfa","status":"passed","time":{"start":1729034373012,"stop":1729034373012,"duration":0}},{"uid":"5913bdffd2067879","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5913bdffd2067879","status":"passed","time":{"start":1729034137118,"stop":1729034137119,"duration":1}},{"uid":"7857105513d9b87f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7857105513d9b87f","status":"passed","time":{"start":1729034060047,"stop":1729034060048,"duration":1}},{"uid":"b70edadf0e11f8bc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b70edadf0e11f8bc","status":"passed","time":{"start":1729033875030,"stop":1729033875030,"duration":0}},{"uid":"8b469f15633fb469","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8b469f15633fb469","status":"passed","time":{"start":1729031924911,"stop":1729031924911,"duration":0}},{"uid":"6d31d7b708376747","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6d31d7b708376747","status":"passed","time":{"start":1728901469137,"stop":1728901469137,"duration":0}},{"uid":"a9f6c91aeea0f8e8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a9f6c91aeea0f8e8","status":"passed","time":{"start":1728892899802,"stop":1728892899802,"duration":0}},{"uid":"46d3722f31d4da4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/46d3722f31d4da4c","status":"passed","time":{"start":1728855863298,"stop":1728855863299,"duration":1}},{"uid":"f948490b0fdbc660","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f948490b0fdbc660","status":"passed","time":{"start":1728738080959,"stop":1728738080959,"duration":0}},{"uid":"160eee1a90befc15","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/160eee1a90befc15","status":"passed","time":{"start":1728682614318,"stop":1728682614318,"duration":0}},{"uid":"a98f569a17c65494","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a98f569a17c65494","status":"passed","time":{"start":1728682187223,"stop":1728682187223,"duration":0}},{"uid":"48b0d73dd3acde1d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/48b0d73dd3acde1d","status":"passed","time":{"start":1728676661425,"stop":1728676661425,"duration":0}},{"uid":"45896bcb98d0a82c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/45896bcb98d0a82c","status":"passed","time":{"start":1728669384756,"stop":1728669384756,"duration":0}},{"uid":"76d1b0623c4b3efb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/76d1b0623c4b3efb","status":"passed","time":{"start":1728597724213,"stop":1728597724214,"duration":1}},{"uid":"e555191abf691462","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e555191abf691462","status":"passed","time":{"start":1728596943267,"stop":1728596943268,"duration":1}}]},"4c8dea71aea91e18fc61844b3543a9f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6950f48d8a07bc94","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6950f48d8a07bc94","status":"passed","time":{"start":1729034323301,"stop":1729034323301,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7258e9497d0d3330","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7258e9497d0d3330","status":"passed","time":{"start":1729034536789,"stop":1729034536789,"duration":0}},{"uid":"c500d099ba5ca843","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c500d099ba5ca843","status":"passed","time":{"start":1729034307033,"stop":1729034307033,"duration":0}},{"uid":"301c237c9998833f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/301c237c9998833f","status":"passed","time":{"start":1729034223309,"stop":1729034223309,"duration":0}},{"uid":"e45ba3c8a19c8c5a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e45ba3c8a19c8c5a","status":"passed","time":{"start":1729034034983,"stop":1729034034984,"duration":1}},{"uid":"52bfdabf52d46107","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/52bfdabf52d46107","status":"passed","time":{"start":1729032066304,"stop":1729032066305,"duration":1}},{"uid":"9a0123614f86981f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9a0123614f86981f","status":"passed","time":{"start":1728901706621,"stop":1728901706622,"duration":1}},{"uid":"f01a2e7b7a97b66","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f01a2e7b7a97b66","status":"passed","time":{"start":1728893153424,"stop":1728893153425,"duration":1}},{"uid":"350de644f9471a20","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/350de644f9471a20","status":"passed","time":{"start":1728856108128,"stop":1728856108128,"duration":0}},{"uid":"c3450a0f67ae7796","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c3450a0f67ae7796","status":"passed","time":{"start":1728738316670,"stop":1728738316670,"duration":0}},{"uid":"b4989411d81f2662","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b4989411d81f2662","status":"passed","time":{"start":1728682865321,"stop":1728682865322,"duration":1}},{"uid":"387a34c65e187db2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/387a34c65e187db2","status":"passed","time":{"start":1728682446997,"stop":1728682446997,"duration":0}},{"uid":"f2af220c3064078e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f2af220c3064078e","status":"passed","time":{"start":1728676924481,"stop":1728676924482,"duration":1}},{"uid":"b1f22b0df3c3c012","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1f22b0df3c3c012","status":"passed","time":{"start":1728669626265,"stop":1728669626265,"duration":0}},{"uid":"f4fefc200a7c480","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f4fefc200a7c480","status":"passed","time":{"start":1728597973675,"stop":1728597973675,"duration":0}},{"uid":"51166597d408f9ac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/51166597d408f9ac","status":"passed","time":{"start":1728597188040,"stop":1728597188041,"duration":1}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5e02166a29fd59f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5e02166a29fd59f2","status":"passed","time":{"start":1729034617759,"stop":1729034617759,"duration":0}},{"uid":"1ade852b7bd387a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1ade852b7bd387a","status":"passed","time":{"start":1729034370867,"stop":1729034370867,"duration":0}},{"uid":"3e698a77f3e82756","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3e698a77f3e82756","status":"passed","time":{"start":1729034308870,"stop":1729034308871,"duration":1}},{"uid":"46e004e45d313811","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/46e004e45d313811","status":"passed","time":{"start":1729034129473,"stop":1729034129474,"duration":1}},{"uid":"be40859c3bbadfcc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/be40859c3bbadfcc","status":"passed","time":{"start":1729032178367,"stop":1729032178367,"duration":0}},{"uid":"1a6cce538fe92c66","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1a6cce538fe92c66","status":"passed","time":{"start":1728901896346,"stop":1728901896347,"duration":1}},{"uid":"89a190a4406e19b5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/89a190a4406e19b5","status":"passed","time":{"start":1728893329025,"stop":1728893329025,"duration":0}},{"uid":"96ff2c20334db457","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/96ff2c20334db457","status":"passed","time":{"start":1728856284763,"stop":1728856284764,"duration":1}},{"uid":"f3bae6c9067d1fbe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f3bae6c9067d1fbe","status":"passed","time":{"start":1728738494940,"stop":1728738494940,"duration":0}},{"uid":"130250293c3e8c88","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/130250293c3e8c88","status":"passed","time":{"start":1728683033631,"stop":1728683033631,"duration":0}},{"uid":"eec386bd5f749199","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eec386bd5f749199","status":"passed","time":{"start":1728682601736,"stop":1728682601736,"duration":0}},{"uid":"161e70d3ea952248","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/161e70d3ea952248","status":"passed","time":{"start":1728677107961,"stop":1728677107961,"duration":0}},{"uid":"f174411cabd03e1a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f174411cabd03e1a","status":"passed","time":{"start":1728669764751,"stop":1728669764751,"duration":0}},{"uid":"b1b1a9b24ca2806b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b1b1a9b24ca2806b","status":"passed","time":{"start":1728598157562,"stop":1728598157562,"duration":0}},{"uid":"1dffd233a20797a0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1dffd233a20797a0","status":"passed","time":{"start":1728597369061,"stop":1728597369062,"duration":1}}]},"a2a4386b1a75d8d9fd5177fdf40c00d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4cd9a4b1d4775507","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4cd9a4b1d4775507","status":"passed","time":{"start":1729034470391,"stop":1729034470391,"duration":0}},{"uid":"40bd4a2e9545ab93","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/40bd4a2e9545ab93","status":"passed","time":{"start":1729034238412,"stop":1729034238412,"duration":0}},{"uid":"b45df0aa3f49327b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b45df0aa3f49327b","status":"passed","time":{"start":1729034157653,"stop":1729034157654,"duration":1}},{"uid":"25d01e886f279eec","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/25d01e886f279eec","status":"passed","time":{"start":1729033974452,"stop":1729033974453,"duration":1}},{"uid":"c46b772a4475491","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c46b772a4475491","status":"passed","time":{"start":1729032027765,"stop":1729032027767,"duration":2}},{"uid":"8bcc614c244194a7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8bcc614c244194a7","status":"passed","time":{"start":1728901614546,"stop":1728901614546,"duration":0}},{"uid":"cceaadee29c983c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cceaadee29c983c4","status":"passed","time":{"start":1728893048596,"stop":1728893048597,"duration":1}},{"uid":"2b596169c320bc6f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b596169c320bc6f","status":"passed","time":{"start":1728856013560,"stop":1728856013561,"duration":1}},{"uid":"bf51a2fb1475c16d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf51a2fb1475c16d","status":"passed","time":{"start":1728738231632,"stop":1728738231632,"duration":0}},{"uid":"d3f7ff43c173f06b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d3f7ff43c173f06b","status":"passed","time":{"start":1728682761072,"stop":1728682761074,"duration":2}},{"uid":"f719454a7041e16d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f719454a7041e16d","status":"passed","time":{"start":1728682330635,"stop":1728682330636,"duration":1}},{"uid":"16203f9ef052d2e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/16203f9ef052d2e4","status":"passed","time":{"start":1728676808325,"stop":1728676808325,"duration":0}},{"uid":"d3220794fe486409","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d3220794fe486409","status":"passed","time":{"start":1728669528228,"stop":1728669528228,"duration":0}},{"uid":"a4319fe550c7252f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a4319fe550c7252f","status":"passed","time":{"start":1728597872227,"stop":1728597872228,"duration":1}},{"uid":"29ee39b7b28b0fc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/29ee39b7b28b0fc","status":"passed","time":{"start":1728597087687,"stop":1728597087688,"duration":1}}]},"f7034a5e234195791a2724273d3377ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d7df0a70c160897","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4d7df0a70c160897","status":"passed","time":{"start":1729034169449,"stop":1729034169450,"duration":1}}]},"ee5a19575e405424df2b3050a645a573:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca54dedac563ea7f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ca54dedac563ea7f","status":"passed","time":{"start":1729034611658,"stop":1729034611658,"duration":0}}]},"33c6d2e8f2633334df293bf7855edab4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5acd852a96cb3d92","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5acd852a96cb3d92","status":"passed","time":{"start":1728901958859,"stop":1728901958860,"duration":1}}]},"5e62f01215ffaf8b3772e60f49127124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"30ea3835ab23ca39","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/30ea3835ab23ca39","status":"passed","time":{"start":1728683045450,"stop":1728683045451,"duration":1}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"16ca74352266e4a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/16ca74352266e4a","status":"passed","time":{"start":1729034340752,"stop":1729034340753,"duration":1}},{"uid":"ab79985425456e3c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ab79985425456e3c","status":"passed","time":{"start":1729034104166,"stop":1729034104166,"duration":0}},{"uid":"47f61dad1f43d835","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47f61dad1f43d835","status":"passed","time":{"start":1729034027738,"stop":1729034027738,"duration":0}},{"uid":"544b66bf156c221e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/544b66bf156c221e","status":"passed","time":{"start":1729033842343,"stop":1729033842344,"duration":1}},{"uid":"ca0375a211c0d55b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ca0375a211c0d55b","status":"passed","time":{"start":1729031892044,"stop":1729031892044,"duration":0}},{"uid":"246861d2276145eb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/246861d2276145eb","status":"passed","time":{"start":1728901438025,"stop":1728901438026,"duration":1}},{"uid":"78de0a385d6fc551","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/78de0a385d6fc551","status":"passed","time":{"start":1728892868230,"stop":1728892868230,"duration":0}},{"uid":"636327e0f470e2c2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/636327e0f470e2c2","status":"passed","time":{"start":1728855831077,"stop":1728855831077,"duration":0}},{"uid":"cc0e7cd48e01c320","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc0e7cd48e01c320","status":"passed","time":{"start":1728738048437,"stop":1728738048438,"duration":1}},{"uid":"24aa1219c0dd2712","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/24aa1219c0dd2712","status":"passed","time":{"start":1728682581839,"stop":1728682581840,"duration":1}},{"uid":"1e311c8477de0fed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1e311c8477de0fed","status":"passed","time":{"start":1728682154705,"stop":1728682154706,"duration":1}},{"uid":"12a601feca1f47fd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/12a601feca1f47fd","status":"passed","time":{"start":1728676629294,"stop":1728676629294,"duration":0}},{"uid":"9e33fb57beaa07c8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e33fb57beaa07c8","status":"passed","time":{"start":1728669352208,"stop":1728669352209,"duration":1}},{"uid":"34b7eb1c555d2502","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/34b7eb1c555d2502","status":"passed","time":{"start":1728597693012,"stop":1728597693013,"duration":1}},{"uid":"7b7843022501cac5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b7843022501cac5","status":"passed","time":{"start":1728596912514,"stop":1728596912515,"duration":1}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e44411b0f461912f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e44411b0f461912f","status":"passed","time":{"start":1729034682681,"stop":1729034682681,"duration":0}},{"uid":"c047786e8866b82c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c047786e8866b82c","status":"passed","time":{"start":1729034452186,"stop":1729034452186,"duration":0}},{"uid":"a93e5cf831a9f65e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a93e5cf831a9f65e","status":"passed","time":{"start":1729034373082,"stop":1729034373082,"duration":0}},{"uid":"dcf4597776d0e924","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dcf4597776d0e924","status":"passed","time":{"start":1729034188119,"stop":1729034188119,"duration":0}},{"uid":"47e4b543b3ace67c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/47e4b543b3ace67c","status":"passed","time":{"start":1729032231866,"stop":1729032231866,"duration":0}},{"uid":"950d8f83dd1e2580","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/950d8f83dd1e2580","status":"passed","time":{"start":1728901989567,"stop":1728901989567,"duration":0}},{"uid":"b21f230ee5ad27c1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b21f230ee5ad27c1","status":"passed","time":{"start":1728893424905,"stop":1728893424905,"duration":0}},{"uid":"3c1176f68456b960","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c1176f68456b960","status":"passed","time":{"start":1728856376686,"stop":1728856376686,"duration":0}},{"uid":"462a2c29245d2a84","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/462a2c29245d2a84","status":"passed","time":{"start":1728738593962,"stop":1728738593962,"duration":0}},{"uid":"1cc7e1eff0151df2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1cc7e1eff0151df2","status":"passed","time":{"start":1728683135341,"stop":1728683135342,"duration":1}},{"uid":"6d9cd70a65b401a2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6d9cd70a65b401a2","status":"passed","time":{"start":1728682692594,"stop":1728682692595,"duration":1}},{"uid":"97e9a91281b6a0ae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/97e9a91281b6a0ae","status":"passed","time":{"start":1728677194230,"stop":1728677194231,"duration":1}},{"uid":"152c371e864f88d2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/152c371e864f88d2","status":"passed","time":{"start":1728669874426,"stop":1728669874426,"duration":0}},{"uid":"9cc22fff195dd5c2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9cc22fff195dd5c2","status":"passed","time":{"start":1728598257463,"stop":1728598257464,"duration":1}},{"uid":"d308b26b6797b43a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d308b26b6797b43a","status":"passed","time":{"start":1728597471299,"stop":1728597471299,"duration":0}}]},"e5c79e0cba9c02a3c14f1c490e9b55aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b14c438281701b1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9b14c438281701b1","status":"passed","time":{"start":1728677163577,"stop":1728677163578,"duration":1}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f9c242039798aa63","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9c242039798aa63","status":"passed","time":{"start":1729034447617,"stop":1729034447618,"duration":1}},{"uid":"5f2bf0189e9d3885","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f2bf0189e9d3885","status":"passed","time":{"start":1729034206087,"stop":1729034206087,"duration":0}},{"uid":"bcbf6bea68f2c83b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bcbf6bea68f2c83b","status":"passed","time":{"start":1729034134194,"stop":1729034134195,"duration":1}},{"uid":"3c2f4dbddcc7329d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3c2f4dbddcc7329d","status":"passed","time":{"start":1729033942603,"stop":1729033942604,"duration":1}},{"uid":"2e2c806a49ca419a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e2c806a49ca419a","status":"passed","time":{"start":1729031989715,"stop":1729031989715,"duration":0}},{"uid":"9898eee90b042fbd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9898eee90b042fbd","status":"passed","time":{"start":1728901562044,"stop":1728901562046,"duration":2}},{"uid":"dab052cb58518cb1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dab052cb58518cb1","status":"passed","time":{"start":1728893001481,"stop":1728893001481,"duration":0}},{"uid":"e6ae993713e1fbfb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e6ae993713e1fbfb","status":"passed","time":{"start":1728855968868,"stop":1728855968869,"duration":1}},{"uid":"c5a7e3e0379c34ce","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5a7e3e0379c34ce","status":"passed","time":{"start":1728738172967,"stop":1728738172967,"duration":0}},{"uid":"72b82949270354b8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/72b82949270354b8","status":"passed","time":{"start":1728682706940,"stop":1728682706940,"duration":0}},{"uid":"70092edff79c2c94","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/70092edff79c2c94","status":"passed","time":{"start":1728682296861,"stop":1728682296861,"duration":0}},{"uid":"e0538c8549ce62c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e0538c8549ce62c7","status":"passed","time":{"start":1728676761472,"stop":1728676761476,"duration":4}},{"uid":"8a17cbc53becf330","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8a17cbc53becf330","status":"passed","time":{"start":1728669479027,"stop":1728669479027,"duration":0}},{"uid":"19bc66d4febc9693","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/19bc66d4febc9693","status":"passed","time":{"start":1728597820127,"stop":1728597820127,"duration":0}},{"uid":"81d83e6e5f25d30d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/81d83e6e5f25d30d","status":"passed","time":{"start":1728597034501,"stop":1728597034502,"duration":1}}]},"36c5de133a231f59007995fe8438c9a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a316d5ed71f28966","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a316d5ed71f28966","status":"passed","time":{"start":1728683030029,"stop":1728683030029,"duration":0}}]},"36b99bd2dd5b5a76747ad1d792fdd32b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"523c4b4fab001cc6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/523c4b4fab001cc6","status":"passed","time":{"start":1729034668609,"stop":1729034668609,"duration":0}}]},"bdff96d282b390fdf8d15fc660fe095e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e21fae82c1a88950","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e21fae82c1a88950","status":"passed","time":{"start":1729034332634,"stop":1729034332635,"duration":1}},{"uid":"797e438b56a3e8e6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/797e438b56a3e8e6","status":"passed","time":{"start":1729034096136,"stop":1729034096136,"duration":0}},{"uid":"29080c48fe957d3a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/29080c48fe957d3a","status":"passed","time":{"start":1729034020093,"stop":1729034020093,"duration":0}},{"uid":"11920bc7a35a87ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/11920bc7a35a87ef","status":"passed","time":{"start":1729033834389,"stop":1729033834389,"duration":0}},{"uid":"9989b20a9eaec2b8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9989b20a9eaec2b8","status":"passed","time":{"start":1729031884122,"stop":1729031884123,"duration":1}},{"uid":"443f92397380779","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/443f92397380779","status":"passed","time":{"start":1728901430256,"stop":1728901430256,"duration":0}},{"uid":"8422e905e82b1762","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8422e905e82b1762","status":"passed","time":{"start":1728892860535,"stop":1728892860535,"duration":0}},{"uid":"ce58273b6d00efbc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce58273b6d00efbc","status":"passed","time":{"start":1728855823324,"stop":1728855823324,"duration":0}},{"uid":"127719b393de50b6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/127719b393de50b6","status":"passed","time":{"start":1728738040605,"stop":1728738040605,"duration":0}},{"uid":"23bf801f63432ade","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23bf801f63432ade","status":"passed","time":{"start":1728682574095,"stop":1728682574095,"duration":0}},{"uid":"30248297c08b6cf2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/30248297c08b6cf2","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"37583ecbe1aeb559","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/37583ecbe1aeb559","status":"passed","time":{"start":1728676621434,"stop":1728676621435,"duration":1}},{"uid":"759026591defc560","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/759026591defc560","status":"passed","time":{"start":1728669344470,"stop":1728669344470,"duration":0}},{"uid":"16746f1ee9c468e0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/16746f1ee9c468e0","status":"passed","time":{"start":1728597685164,"stop":1728597685164,"duration":0}},{"uid":"327d909b6928bf97","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/327d909b6928bf97","status":"passed","time":{"start":1728596904471,"stop":1728596904471,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"91356f741e5bfcc4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/91356f741e5bfcc4","status":"passed","time":{"start":1729034611657,"stop":1729034611657,"duration":0}},{"uid":"4db71a3771170d5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4db71a3771170d5","status":"passed","time":{"start":1729034393632,"stop":1729034393632,"duration":0}},{"uid":"e228db7c0032b4c4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e228db7c0032b4c4","status":"passed","time":{"start":1729034304828,"stop":1729034304829,"duration":1}},{"uid":"14156eebf4416c0a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14156eebf4416c0a","status":"passed","time":{"start":1729034121896,"stop":1729034121897,"duration":1}},{"uid":"da63103944813ecb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/da63103944813ecb","status":"passed","time":{"start":1729032174803,"stop":1729032174804,"duration":1}},{"uid":"329c5c64c38c62d8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/329c5c64c38c62d8","status":"passed","time":{"start":1728901881007,"stop":1728901881007,"duration":0}},{"uid":"ce922c1ad52f2689","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce922c1ad52f2689","status":"passed","time":{"start":1728893317153,"stop":1728893317153,"duration":0}},{"uid":"7791d87daba9e206","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7791d87daba9e206","status":"passed","time":{"start":1728856263073,"stop":1728856263074,"duration":1}},{"uid":"c0ffbcdbb0b404cf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0ffbcdbb0b404cf","status":"passed","time":{"start":1728738492793,"stop":1728738492793,"duration":0}},{"uid":"23bb8a99c3ac6cfa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/23bb8a99c3ac6cfa","status":"passed","time":{"start":1728683030015,"stop":1728683030015,"duration":0}},{"uid":"e0b3cc3f93ec56e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e0b3cc3f93ec56e6","status":"passed","time":{"start":1728682581089,"stop":1728682581090,"duration":1}},{"uid":"e44d79ed14fc3569","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e44d79ed14fc3569","status":"passed","time":{"start":1728677081988,"stop":1728677081988,"duration":0}},{"uid":"3cca25087f3c456a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3cca25087f3c456a","status":"passed","time":{"start":1728669795390,"stop":1728669795390,"duration":0}},{"uid":"7a74ff76296f23f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7a74ff76296f23f","status":"passed","time":{"start":1728598137498,"stop":1728598137498,"duration":0}},{"uid":"27352b40d07d0cd3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/27352b40d07d0cd3","status":"passed","time":{"start":1728597353475,"stop":1728597353475,"duration":0}}]},"4d637389c50c35dc1338512b35b50c09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f0376d23b72ca6f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7f0376d23b72ca6f","status":"passed","time":{"start":1728683033639,"stop":1728683033639,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"88a4c0eecc6f8edb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/88a4c0eecc6f8edb","status":"passed","time":{"start":1729034713701,"stop":1729034713701,"duration":0}},{"uid":"59a3d8a5e282f0e8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/59a3d8a5e282f0e8","status":"passed","time":{"start":1729034487484,"stop":1729034487484,"duration":0}},{"uid":"b04ca5363fb37352","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b04ca5363fb37352","status":"passed","time":{"start":1729034446109,"stop":1729034446110,"duration":1}},{"uid":"f9c1c2cbc5ea143e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9c1c2cbc5ea143e","status":"passed","time":{"start":1729032275828,"stop":1729032275828,"duration":0}},{"uid":"4e44a81eab51112f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4e44a81eab51112f","status":"passed","time":{"start":1728902036741,"stop":1728902036741,"duration":0}},{"uid":"dd46090c34fe2309","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dd46090c34fe2309","status":"passed","time":{"start":1728893472414,"stop":1728893472414,"duration":0}},{"uid":"8403c91321120ca4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8403c91321120ca4","status":"passed","time":{"start":1728856423201,"stop":1728856423201,"duration":0}},{"uid":"7406a033eb091f61","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7406a033eb091f61","status":"passed","time":{"start":1728738648730,"stop":1728738648730,"duration":0}},{"uid":"ef975500d9eba3fe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ef975500d9eba3fe","status":"passed","time":{"start":1728683179655,"stop":1728683179655,"duration":0}},{"uid":"3392c34354488bdd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3392c34354488bdd","status":"passed","time":{"start":1728682757951,"stop":1728682757952,"duration":1}},{"uid":"728d464b67302392","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/728d464b67302392","status":"passed","time":{"start":1728677238451,"stop":1728677238451,"duration":0}},{"uid":"6eac86c9a9a7ed0d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6eac86c9a9a7ed0d","status":"passed","time":{"start":1728669928221,"stop":1728669928221,"duration":0}},{"uid":"4525b36b9d437f23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4525b36b9d437f23","status":"passed","time":{"start":1728598319590,"stop":1728598319590,"duration":0}},{"uid":"41390216571a1b70","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/41390216571a1b70","status":"passed","time":{"start":1728597520647,"stop":1728597520647,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"100553a92b1a6add","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/100553a92b1a6add","status":"passed","time":{"start":1729034704501,"stop":1729034704502,"duration":1}},{"uid":"3be6dbb5024b554e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3be6dbb5024b554e","status":"passed","time":{"start":1729034474995,"stop":1729034474995,"duration":0}},{"uid":"769ee86b8056b358","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/769ee86b8056b358","status":"passed","time":{"start":1729034395296,"stop":1729034395296,"duration":0}},{"uid":"213ae7747d7ffbe2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/213ae7747d7ffbe2","status":"passed","time":{"start":1729034209107,"stop":1729034209107,"duration":0}},{"uid":"6491b60d19836b03","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6491b60d19836b03","status":"passed","time":{"start":1729032264575,"stop":1729032264575,"duration":0}},{"uid":"914e1c616c92773","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/914e1c616c92773","status":"passed","time":{"start":1728902012867,"stop":1728902012868,"duration":1}},{"uid":"8d638d1b794da086","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d638d1b794da086","status":"passed","time":{"start":1728893454817,"stop":1728893454818,"duration":1}},{"uid":"dac189f0a04f202","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dac189f0a04f202","status":"passed","time":{"start":1728856408461,"stop":1728856408461,"duration":0}},{"uid":"a7a88797a2b595e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a7a88797a2b595e","status":"passed","time":{"start":1728738633862,"stop":1728738633862,"duration":0}},{"uid":"c0ee0489b81d2b4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c0ee0489b81d2b4f","status":"passed","time":{"start":1728683159796,"stop":1728683159797,"duration":1}},{"uid":"968fac68eb7ca64a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/968fac68eb7ca64a","status":"passed","time":{"start":1728682751337,"stop":1728682751337,"duration":0}},{"uid":"33d8821e02d4660f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/33d8821e02d4660f","status":"passed","time":{"start":1728677216370,"stop":1728677216371,"duration":1}},{"uid":"9209351180813f90","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9209351180813f90","status":"passed","time":{"start":1728669925459,"stop":1728669925459,"duration":0}},{"uid":"77f0ac0b9dfa90a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/77f0ac0b9dfa90a0","status":"passed","time":{"start":1728598268814,"stop":1728598268814,"duration":0}},{"uid":"5251733318d574db","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5251733318d574db","status":"passed","time":{"start":1728597503939,"stop":1728597503940,"duration":1}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"14ee1560ef23bdac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14ee1560ef23bdac","status":"passed","time":{"start":1729034640526,"stop":1729034640526,"duration":0}},{"uid":"5d2525148f414d88","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5d2525148f414d88","status":"passed","time":{"start":1729034411426,"stop":1729034411426,"duration":0}},{"uid":"6904e0b55e1da97b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6904e0b55e1da97b","status":"passed","time":{"start":1729034327408,"stop":1729034327409,"duration":1}},{"uid":"92635fd97b2a282d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/92635fd97b2a282d","status":"passed","time":{"start":1729034147781,"stop":1729034147781,"duration":0}},{"uid":"390ea6c136158f06","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/390ea6c136158f06","status":"passed","time":{"start":1729032204831,"stop":1729032204831,"duration":0}},{"uid":"fff8ab10669f77f3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fff8ab10669f77f3","status":"passed","time":{"start":1728901907715,"stop":1728901907715,"duration":0}},{"uid":"bcd8e8b6570bc57d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bcd8e8b6570bc57d","status":"passed","time":{"start":1728893341890,"stop":1728893341891,"duration":1}},{"uid":"35a6f8a795e3fc1b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/35a6f8a795e3fc1b","status":"passed","time":{"start":1728856299384,"stop":1728856299385,"duration":1}},{"uid":"8af4a7dbde9228fa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8af4a7dbde9228fa","status":"passed","time":{"start":1728738511620,"stop":1728738511620,"duration":0}},{"uid":"5db64f21c9c6ce0c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5db64f21c9c6ce0c","status":"passed","time":{"start":1728683052913,"stop":1728683052914,"duration":1}},{"uid":"55d08dde201a7ebb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/55d08dde201a7ebb","status":"passed","time":{"start":1728682612913,"stop":1728682612913,"duration":0}},{"uid":"a19e35511af6047","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a19e35511af6047","status":"passed","time":{"start":1728677115749,"stop":1728677115749,"duration":0}},{"uid":"df9acecdf38f90bd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/df9acecdf38f90bd","status":"passed","time":{"start":1728669778177,"stop":1728669778185,"duration":8}},{"uid":"b587ae9fbb2d0530","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b587ae9fbb2d0530","status":"passed","time":{"start":1728598175436,"stop":1728598175436,"duration":0}},{"uid":"f553099dc1415136","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f553099dc1415136","status":"passed","time":{"start":1728597380065,"stop":1728597380065,"duration":0}}]},"888b452de5c7f5854b84209d934d8b59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f10200e423ff2a97","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f10200e423ff2a97","status":"passed","time":{"start":1728893389986,"stop":1728893389986,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2360e41fcb8436ee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2360e41fcb8436ee","status":"passed","time":{"start":1729034704504,"stop":1729034704504,"duration":0}},{"uid":"931077f4a8020654","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/931077f4a8020654","status":"passed","time":{"start":1729034474997,"stop":1729034474998,"duration":1}},{"uid":"3c4062b5a29e3d26","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3c4062b5a29e3d26","status":"passed","time":{"start":1729034395298,"stop":1729034395298,"duration":0}},{"uid":"dd09531aa7c5e035","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd09531aa7c5e035","status":"passed","time":{"start":1729034209111,"stop":1729034209112,"duration":1}},{"uid":"f2f6cc50340661e6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f2f6cc50340661e6","status":"passed","time":{"start":1729032264580,"stop":1729032264580,"duration":0}},{"uid":"bf77b8ae3772e310","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bf77b8ae3772e310","status":"passed","time":{"start":1728902012870,"stop":1728902012871,"duration":1}},{"uid":"dcb90a27e2154d7d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dcb90a27e2154d7d","status":"passed","time":{"start":1728893454821,"stop":1728893454821,"duration":0}},{"uid":"afbfe523a38852a7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/afbfe523a38852a7","status":"passed","time":{"start":1728856408464,"stop":1728856408464,"duration":0}},{"uid":"a8c6e38e8c71d5e0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a8c6e38e8c71d5e0","status":"passed","time":{"start":1728738633864,"stop":1728738633865,"duration":1}},{"uid":"9dbc150e61488a97","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9dbc150e61488a97","status":"passed","time":{"start":1728683159807,"stop":1728683159812,"duration":5}},{"uid":"98406b888f275d41","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/98406b888f275d41","status":"passed","time":{"start":1728682751340,"stop":1728682751340,"duration":0}},{"uid":"d983adb104042154","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d983adb104042154","status":"passed","time":{"start":1728677216374,"stop":1728677216374,"duration":0}},{"uid":"1b06b450e66f5b88","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1b06b450e66f5b88","status":"passed","time":{"start":1728669925461,"stop":1728669925461,"duration":0}},{"uid":"58e7d0b59c0c47c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58e7d0b59c0c47c6","status":"passed","time":{"start":1728598268816,"stop":1728598268817,"duration":1}},{"uid":"cdc6fac0eaeb4791","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cdc6fac0eaeb4791","status":"passed","time":{"start":1728597503945,"stop":1728597503945,"duration":0}}]},"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4b5ec194e8af59fe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b5ec194e8af59fe","status":"passed","time":{"start":1729034332646,"stop":1729034332646,"duration":0}},{"uid":"a43ad7bab049b807","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a43ad7bab049b807","status":"passed","time":{"start":1729034096143,"stop":1729034096143,"duration":0}},{"uid":"d64aa4b20bd3e8e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d64aa4b20bd3e8e9","status":"passed","time":{"start":1729034020099,"stop":1729034020099,"duration":0}},{"uid":"1b9cd92097da8e53","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1b9cd92097da8e53","status":"passed","time":{"start":1729033834397,"stop":1729033834397,"duration":0}},{"uid":"ac2e47e14230011","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ac2e47e14230011","status":"passed","time":{"start":1729031884130,"stop":1729031884130,"duration":0}},{"uid":"91299dddcd9d1463","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/91299dddcd9d1463","status":"passed","time":{"start":1728901430263,"stop":1728901430263,"duration":0}},{"uid":"3e1185cc2334b973","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3e1185cc2334b973","status":"passed","time":{"start":1728892860541,"stop":1728892860542,"duration":1}},{"uid":"ac370a800bf162e6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ac370a800bf162e6","status":"passed","time":{"start":1728855823331,"stop":1728855823331,"duration":0}},{"uid":"5b4f916c96ddcd62","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5b4f916c96ddcd62","status":"passed","time":{"start":1728738040612,"stop":1728738040612,"duration":0}},{"uid":"f517ee8b6740e59c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f517ee8b6740e59c","status":"passed","time":{"start":1728682574103,"stop":1728682574103,"duration":0}},{"uid":"d6b18fbbad5af374","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d6b18fbbad5af374","status":"passed","time":{"start":1728682146827,"stop":1728682146827,"duration":0}},{"uid":"5163b61a318ddac6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5163b61a318ddac6","status":"passed","time":{"start":1728676621441,"stop":1728676621442,"duration":1}},{"uid":"a2cd3c1384c5cbcb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a2cd3c1384c5cbcb","status":"passed","time":{"start":1728669344475,"stop":1728669344476,"duration":1}},{"uid":"ddffd3d46f8864ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ddffd3d46f8864ac","status":"passed","time":{"start":1728597685171,"stop":1728597685172,"duration":1}},{"uid":"e0b734a3d50b902a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e0b734a3d50b902a","status":"passed","time":{"start":1728596904481,"stop":1728596904481,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2b8c74643ad752fd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2b8c74643ad752fd","status":"passed","time":{"start":1729034617753,"stop":1729034617753,"duration":0}},{"uid":"8f6156fe0c244581","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f6156fe0c244581","status":"passed","time":{"start":1729034370863,"stop":1729034370863,"duration":0}},{"uid":"e579536d263932af","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e579536d263932af","status":"passed","time":{"start":1729034308862,"stop":1729034308862,"duration":0}},{"uid":"67865a326c280c34","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67865a326c280c34","status":"passed","time":{"start":1729034129471,"stop":1729034129471,"duration":0}},{"uid":"5adc87980a09bebb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5adc87980a09bebb","status":"passed","time":{"start":1729032178364,"stop":1729032178364,"duration":0}},{"uid":"6373db6dbe71b9f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6373db6dbe71b9f7","status":"passed","time":{"start":1728901896343,"stop":1728901896343,"duration":0}},{"uid":"e874b32df078602e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e874b32df078602e","status":"passed","time":{"start":1728893329021,"stop":1728893329022,"duration":1}},{"uid":"786b4c65a0f2f95b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/786b4c65a0f2f95b","status":"passed","time":{"start":1728856284757,"stop":1728856284757,"duration":0}},{"uid":"3e29f2a688dc77c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3e29f2a688dc77c","status":"passed","time":{"start":1728738494934,"stop":1728738494935,"duration":1}},{"uid":"fb979bbc6bb575c5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fb979bbc6bb575c5","status":"passed","time":{"start":1728683033628,"stop":1728683033628,"duration":0}},{"uid":"5aa5ce20ee959f85","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5aa5ce20ee959f85","status":"passed","time":{"start":1728682601733,"stop":1728682601733,"duration":0}},{"uid":"803a831724c74464","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/803a831724c74464","status":"passed","time":{"start":1728677107958,"stop":1728677107958,"duration":0}},{"uid":"72212899292e3b4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/72212899292e3b4d","status":"passed","time":{"start":1728669764747,"stop":1728669764748,"duration":1}},{"uid":"3d730b5d1d1e44f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3d730b5d1d1e44f","status":"passed","time":{"start":1728598157558,"stop":1728598157559,"duration":1}},{"uid":"6b5bded67f9206e0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b5bded67f9206e0","status":"passed","time":{"start":1728597369057,"stop":1728597369058,"duration":1}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"58b73bceccb8c6f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58b73bceccb8c6f5","status":"passed","time":{"start":1729034617764,"stop":1729034617764,"duration":0}},{"uid":"51d1ebe3aa9bd208","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/51d1ebe3aa9bd208","status":"passed","time":{"start":1729034370885,"stop":1729034370886,"duration":1}},{"uid":"760782a3a0005a6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/760782a3a0005a6b","status":"passed","time":{"start":1729034308880,"stop":1729034308881,"duration":1}},{"uid":"567230e92eefcc88","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/567230e92eefcc88","status":"passed","time":{"start":1729034129477,"stop":1729034129477,"duration":0}},{"uid":"4450c34f846205b5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4450c34f846205b5","status":"passed","time":{"start":1729032178370,"stop":1729032178371,"duration":1}},{"uid":"ac947c06bd7a474c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac947c06bd7a474c","status":"passed","time":{"start":1728901896350,"stop":1728901896350,"duration":0}},{"uid":"fe2d7add8dfe83f5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fe2d7add8dfe83f5","status":"passed","time":{"start":1728893329028,"stop":1728893329029,"duration":1}},{"uid":"c65575cfa2070eac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c65575cfa2070eac","status":"passed","time":{"start":1728856284767,"stop":1728856284767,"duration":0}},{"uid":"5a7d50c32267322e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a7d50c32267322e","status":"passed","time":{"start":1728738494944,"stop":1728738494945,"duration":1}},{"uid":"706f078633c9124e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/706f078633c9124e","status":"passed","time":{"start":1728683033634,"stop":1728683033635,"duration":1}},{"uid":"9d6abea6f48620f7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9d6abea6f48620f7","status":"passed","time":{"start":1728682601739,"stop":1728682601739,"duration":0}},{"uid":"c7d4172a544b746f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c7d4172a544b746f","status":"passed","time":{"start":1728677107964,"stop":1728677107964,"duration":0}},{"uid":"86d9b2b1f0dac809","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/86d9b2b1f0dac809","status":"passed","time":{"start":1728669764754,"stop":1728669764754,"duration":0}},{"uid":"22f838daaf1b4a43","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22f838daaf1b4a43","status":"passed","time":{"start":1728598157565,"stop":1728598157566,"duration":1}},{"uid":"5b1e52eb0e4e110e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5b1e52eb0e4e110e","status":"passed","time":{"start":1728597369076,"stop":1728597369076,"duration":0}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b3c836e9a04e13f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b3c836e9a04e13f3","status":"passed","time":{"start":1729034694624,"stop":1729034694624,"duration":0}},{"uid":"3a4b9854e8a90e86","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3a4b9854e8a90e86","status":"passed","time":{"start":1729034462016,"stop":1729034462016,"duration":0}},{"uid":"5181ffe9bafc5580","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5181ffe9bafc5580","status":"passed","time":{"start":1729034375981,"stop":1729034375982,"duration":1}},{"uid":"b93f2c030e0bedfb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b93f2c030e0bedfb","status":"passed","time":{"start":1729034200067,"stop":1729034200069,"duration":2}},{"uid":"88afee375ec644ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/88afee375ec644ef","status":"passed","time":{"start":1729032257891,"stop":1729032257895,"duration":4}},{"uid":"59bd359ca42d750c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59bd359ca42d750c","status":"passed","time":{"start":1728902003567,"stop":1728902003568,"duration":1}},{"uid":"9033a8063a7d99d7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9033a8063a7d99d7","status":"passed","time":{"start":1728893434695,"stop":1728893434696,"duration":1}},{"uid":"bcba771b812ca403","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bcba771b812ca403","status":"passed","time":{"start":1728856398642,"stop":1728856398643,"duration":1}},{"uid":"c5b90d296ffa27a5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c5b90d296ffa27a5","status":"passed","time":{"start":1728738612002,"stop":1728738612002,"duration":0}},{"uid":"f2211b4ffd722c2a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f2211b4ffd722c2a","status":"passed","time":{"start":1728683155009,"stop":1728683155009,"duration":0}},{"uid":"f4d718a586f8bc3f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f4d718a586f8bc3f","status":"passed","time":{"start":1728682706105,"stop":1728682706106,"duration":1}},{"uid":"41c69fff0b6f829f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/41c69fff0b6f829f","status":"passed","time":{"start":1728677207496,"stop":1728677207496,"duration":0}},{"uid":"8896eb6f0dfa1695","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8896eb6f0dfa1695","status":"passed","time":{"start":1728669887098,"stop":1728669887098,"duration":0}},{"uid":"b1f5cbc76fdfe156","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b1f5cbc76fdfe156","status":"passed","time":{"start":1728598263638,"stop":1728598263638,"duration":0}},{"uid":"b657d43decc047dd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b657d43decc047dd","status":"passed","time":{"start":1728597478276,"stop":1728597478276,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"290642b436c9d9f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/290642b436c9d9f9","status":"passed","time":{"start":1729034617749,"stop":1729034617750,"duration":1}},{"uid":"d999577e567b953c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d999577e567b953c","status":"passed","time":{"start":1729034370852,"stop":1729034370853,"duration":1}},{"uid":"38cccc50c09b1a3d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/38cccc50c09b1a3d","status":"passed","time":{"start":1729034308854,"stop":1729034308854,"duration":0}},{"uid":"1aab248921776c81","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1aab248921776c81","status":"passed","time":{"start":1729034129468,"stop":1729034129468,"duration":0}},{"uid":"b94a60fc8c1d83b1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b94a60fc8c1d83b1","status":"passed","time":{"start":1729032178362,"stop":1729032178362,"duration":0}},{"uid":"5cae40646b5e5bb1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5cae40646b5e5bb1","status":"passed","time":{"start":1728901896340,"stop":1728901896340,"duration":0}},{"uid":"2becdcb1b96fdd44","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2becdcb1b96fdd44","status":"passed","time":{"start":1728893329019,"stop":1728893329019,"duration":0}},{"uid":"e09d20ff62e24b57","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e09d20ff62e24b57","status":"passed","time":{"start":1728856284754,"stop":1728856284755,"duration":1}},{"uid":"1578fa6da343130e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1578fa6da343130e","status":"passed","time":{"start":1728738494930,"stop":1728738494930,"duration":0}},{"uid":"d0c719d0763e9b19","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d0c719d0763e9b19","status":"passed","time":{"start":1728683033625,"stop":1728683033626,"duration":1}},{"uid":"f463fb0a297cf015","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f463fb0a297cf015","status":"passed","time":{"start":1728682601730,"stop":1728682601731,"duration":1}},{"uid":"dc1e016213902266","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dc1e016213902266","status":"passed","time":{"start":1728677107955,"stop":1728677107955,"duration":0}},{"uid":"cd4da98f67c930a2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cd4da98f67c930a2","status":"passed","time":{"start":1728669764744,"stop":1728669764744,"duration":0}},{"uid":"6018ae0086d39720","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6018ae0086d39720","status":"passed","time":{"start":1728598157553,"stop":1728598157556,"duration":3}},{"uid":"a9a6a41c4ddb1e43","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a9a6a41c4ddb1e43","status":"passed","time":{"start":1728597369052,"stop":1728597369053,"duration":1}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7ef49cacd1c822a4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ef49cacd1c822a4","status":"passed","time":{"start":1729034617766,"stop":1729034617767,"duration":1}},{"uid":"6bf07a9b25ba4ff8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6bf07a9b25ba4ff8","status":"passed","time":{"start":1729034370904,"stop":1729034370904,"duration":0}},{"uid":"a968f0bf6149449b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a968f0bf6149449b","status":"passed","time":{"start":1729034308896,"stop":1729034308898,"duration":2}},{"uid":"1ec0a85e02546344","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1ec0a85e02546344","status":"passed","time":{"start":1729034129479,"stop":1729034129480,"duration":1}},{"uid":"83b20233bbccc098","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/83b20233bbccc098","status":"passed","time":{"start":1729032178376,"stop":1729032178376,"duration":0}},{"uid":"947df8978d88821","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/947df8978d88821","status":"passed","time":{"start":1728901896353,"stop":1728901896353,"duration":0}},{"uid":"b26270876dd98c0f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b26270876dd98c0f","status":"passed","time":{"start":1728893329035,"stop":1728893329035,"duration":0}},{"uid":"52d947eb13121c8d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/52d947eb13121c8d","status":"passed","time":{"start":1728856284771,"stop":1728856284771,"duration":0}},{"uid":"85f554802b38f86f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85f554802b38f86f","status":"passed","time":{"start":1728738494947,"stop":1728738494948,"duration":1}},{"uid":"31d8f196442e2232","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/31d8f196442e2232","status":"passed","time":{"start":1728683033637,"stop":1728683033637,"duration":0}},{"uid":"6657ad0f437d522f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6657ad0f437d522f","status":"passed","time":{"start":1728682601745,"stop":1728682601745,"duration":0}},{"uid":"93ba9e1a7d04cefe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/93ba9e1a7d04cefe","status":"passed","time":{"start":1728677107984,"stop":1728677107984,"duration":0}},{"uid":"f9186b5a080620b1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f9186b5a080620b1","status":"passed","time":{"start":1728669764757,"stop":1728669764757,"duration":0}},{"uid":"9fceba261ea4367a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9fceba261ea4367a","status":"passed","time":{"start":1728598157576,"stop":1728598157577,"duration":1}},{"uid":"d317d7c7072c0f40","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d317d7c7072c0f40","status":"passed","time":{"start":1728597369085,"stop":1728597369086,"duration":1}}]},"74f4dd01f062197bdcb05186e155aefd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19c2806c873572d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/19c2806c873572d2","status":"passed","time":{"start":1728676853897,"stop":1728676853901,"duration":4}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"87907699cad4a671","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/87907699cad4a671","status":"passed","time":{"start":1729034781181,"stop":1729034781181,"duration":0}},{"uid":"40631f19a17779f3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/40631f19a17779f3","status":"passed","time":{"start":1729034549089,"stop":1729034549090,"duration":1}},{"uid":"edc40ce0f656ff32","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/edc40ce0f656ff32","status":"passed","time":{"start":1729034468678,"stop":1729034468679,"duration":1}},{"uid":"4153e1a6b631877","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4153e1a6b631877","status":"passed","time":{"start":1729032344623,"stop":1729032344623,"duration":0}},{"uid":"3962050fcb053426","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3962050fcb053426","status":"passed","time":{"start":1728902062113,"stop":1728902062113,"duration":0}},{"uid":"fc52a7429331fc5d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fc52a7429331fc5d","status":"passed","time":{"start":1728893496347,"stop":1728893496348,"duration":1}},{"uid":"aa8c7e1ce2f9d88f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/aa8c7e1ce2f9d88f","status":"passed","time":{"start":1728856449984,"stop":1728856449985,"duration":1}},{"uid":"67699b66ee16807a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67699b66ee16807a","status":"passed","time":{"start":1728738669753,"stop":1728738669753,"duration":0}},{"uid":"ccfabf3fe17046de","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ccfabf3fe17046de","status":"passed","time":{"start":1728683209699,"stop":1728683209699,"duration":0}},{"uid":"da8c9d531bc6d5d4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/da8c9d531bc6d5d4","status":"passed","time":{"start":1728682772285,"stop":1728682772285,"duration":0}},{"uid":"c100d040dd166f65","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c100d040dd166f65","status":"passed","time":{"start":1728677264669,"stop":1728677264669,"duration":0}},{"uid":"a4dd130af85fc1c8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a4dd130af85fc1c8","status":"passed","time":{"start":1728669943369,"stop":1728669943369,"duration":0}},{"uid":"1999554de892c1cc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1999554de892c1cc","status":"passed","time":{"start":1728598324829,"stop":1728598324829,"duration":0}},{"uid":"3cad43965270c054","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3cad43965270c054","status":"passed","time":{"start":1728597540224,"stop":1728597540224,"duration":0}}]},"5f5d906404d019cfe2c2af23d9d85ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcbce2df7308d6f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dcbce2df7308d6f","status":"passed","time":{"start":1728669777117,"stop":1728669777119,"duration":2}}]},"0eadfc305b0d01004be0be8bba17e953:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6050c6b66170196d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6050c6b66170196d","status":"passed","time":{"start":1729034332606,"stop":1729034332607,"duration":1}},{"uid":"89914da80d09f077","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/89914da80d09f077","status":"passed","time":{"start":1729034096107,"stop":1729034096108,"duration":1}},{"uid":"f4982a763925d8be","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f4982a763925d8be","status":"passed","time":{"start":1729034020070,"stop":1729034020071,"duration":1}},{"uid":"8af10839aa322430","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8af10839aa322430","status":"passed","time":{"start":1729033834358,"stop":1729033834359,"duration":1}},{"uid":"e8b9aa37505b449a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8b9aa37505b449a","status":"passed","time":{"start":1729031884085,"stop":1729031884085,"duration":0}},{"uid":"50fce38b9cc69e57","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/50fce38b9cc69e57","status":"passed","time":{"start":1728901430240,"stop":1728901430241,"duration":1}},{"uid":"c3088ca3c3e525a6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c3088ca3c3e525a6","status":"passed","time":{"start":1728892860515,"stop":1728892860515,"duration":0}},{"uid":"6a60842f6b5ee31a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6a60842f6b5ee31a","status":"passed","time":{"start":1728855823302,"stop":1728855823306,"duration":4}},{"uid":"cb13d0f97e86c543","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb13d0f97e86c543","status":"passed","time":{"start":1728738040567,"stop":1728738040567,"duration":0}},{"uid":"934e3288f0a084ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/934e3288f0a084ef","status":"passed","time":{"start":1728682574065,"stop":1728682574065,"duration":0}},{"uid":"a9ec46d459df30d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a9ec46d459df30d7","status":"passed","time":{"start":1728682146791,"stop":1728682146792,"duration":1}},{"uid":"b3acc52fed0e43f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b3acc52fed0e43f0","status":"passed","time":{"start":1728676621402,"stop":1728676621402,"duration":0}},{"uid":"64f616e9aa1309b8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/64f616e9aa1309b8","status":"passed","time":{"start":1728669344451,"stop":1728669344452,"duration":1}},{"uid":"942fbe8d496c7751","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/942fbe8d496c7751","status":"passed","time":{"start":1728597685132,"stop":1728597685133,"duration":1}},{"uid":"4dce025774b9ece5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4dce025774b9ece5","status":"passed","time":{"start":1728596904439,"stop":1728596904439,"duration":0}}]},"7f095e987a2f7ddc09c8abb22d126da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33480758a881b6b8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/33480758a881b6b8","status":"passed","time":{"start":1729034443510,"stop":1729034443518,"duration":8}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b0dfcb860bb20c62","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b0dfcb860bb20c62","status":"passed","time":{"start":1729034435018,"stop":1729034435018,"duration":0}},{"uid":"c7801efea83b46","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c7801efea83b46","status":"passed","time":{"start":1729034179349,"stop":1729034179351,"duration":2}},{"uid":"55757bea1c77a06a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/55757bea1c77a06a","status":"passed","time":{"start":1729034120546,"stop":1729034120547,"duration":1}},{"uid":"20a37b44f0e1e835","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/20a37b44f0e1e835","status":"passed","time":{"start":1729033937070,"stop":1729033937071,"duration":1}},{"uid":"6216e0c206eb995b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6216e0c206eb995b","status":"passed","time":{"start":1729031987032,"stop":1729031987032,"duration":0}},{"uid":"2609c1cc1da0b182","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2609c1cc1da0b182","status":"passed","time":{"start":1728901546862,"stop":1728901546862,"duration":0}},{"uid":"6d4a6ae2312054d6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d4a6ae2312054d6","status":"passed","time":{"start":1728892979417,"stop":1728892979417,"duration":0}},{"uid":"3c04183d9139366b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3c04183d9139366b","status":"passed","time":{"start":1728855940956,"stop":1728855940956,"duration":0}},{"uid":"8c9200b618db6d8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8c9200b618db6d8","status":"passed","time":{"start":1728738161105,"stop":1728738161106,"duration":1}},{"uid":"35f09bd0083443b0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/35f09bd0083443b0","status":"passed","time":{"start":1728682691669,"stop":1728682691670,"duration":1}},{"uid":"af88b06d64cc1814","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af88b06d64cc1814","status":"passed","time":{"start":1728682265765,"stop":1728682265765,"duration":0}},{"uid":"af12b39fd4eed863","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/af12b39fd4eed863","status":"passed","time":{"start":1728676744595,"stop":1728676744596,"duration":1}},{"uid":"9c2dca2700f02ed7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c2dca2700f02ed7","status":"passed","time":{"start":1728669464694,"stop":1728669464695,"duration":1}},{"uid":"74d6c6b8300b88b5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74d6c6b8300b88b5","status":"passed","time":{"start":1728597804166,"stop":1728597804166,"duration":0}},{"uid":"c8e6c0aeeaa42365","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c8e6c0aeeaa42365","status":"passed","time":{"start":1728597021414,"stop":1728597021414,"duration":0}}]},"a1ef4500ed4bee314feb5fac5b2983ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b5090358bf9596b0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b5090358bf9596b0","status":"passed","time":{"start":1729034332621,"stop":1729034332621,"duration":0}},{"uid":"be4909c416f42934","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/be4909c416f42934","status":"passed","time":{"start":1729034096122,"stop":1729034096122,"duration":0}},{"uid":"6b592bd885483f42","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b592bd885483f42","status":"passed","time":{"start":1729034020082,"stop":1729034020082,"duration":0}},{"uid":"58bd5af16637ed50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58bd5af16637ed50","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"duration":0}},{"uid":"468f2f61f5a03c1f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/468f2f61f5a03c1f","status":"passed","time":{"start":1729031884104,"stop":1729031884104,"duration":0}},{"uid":"97e27e3348093410","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/97e27e3348093410","status":"passed","time":{"start":1728901430246,"stop":1728901430247,"duration":1}},{"uid":"bdc206f6953a03c7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bdc206f6953a03c7","status":"passed","time":{"start":1728892860522,"stop":1728892860522,"duration":0}},{"uid":"1d6179e96678d1f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d6179e96678d1f","status":"passed","time":{"start":1728855823312,"stop":1728855823313,"duration":1}},{"uid":"7fd2f0c1600128c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7fd2f0c1600128c9","status":"passed","time":{"start":1728738040581,"stop":1728738040581,"duration":0}},{"uid":"971667d575e3c0aa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/971667d575e3c0aa","status":"passed","time":{"start":1728682574079,"stop":1728682574079,"duration":0}},{"uid":"cb1a37e39bcb50e5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cb1a37e39bcb50e5","status":"passed","time":{"start":1728682146807,"stop":1728682146807,"duration":0}},{"uid":"3bbaa6d4da11583c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3bbaa6d4da11583c","status":"passed","time":{"start":1728676621420,"stop":1728676621421,"duration":1}},{"uid":"8df74e9000d24d13","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8df74e9000d24d13","status":"passed","time":{"start":1728669344458,"stop":1728669344458,"duration":0}},{"uid":"ffbc822770d8e376","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ffbc822770d8e376","status":"passed","time":{"start":1728597685151,"stop":1728597685151,"duration":0}},{"uid":"ec6665d5544a62ad","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec6665d5544a62ad","status":"passed","time":{"start":1728596904457,"stop":1728596904457,"duration":0}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6e642d8f3a3f8313","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6e642d8f3a3f8313","status":"passed","time":{"start":1729034472984,"stop":1729034472984,"duration":0}},{"uid":"c89fba09d44fe3cf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c89fba09d44fe3cf","status":"passed","time":{"start":1729034240926,"stop":1729034240926,"duration":0}},{"uid":"485bbf10353da906","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/485bbf10353da906","status":"passed","time":{"start":1729034159620,"stop":1729034159621,"duration":1}},{"uid":"5f55a89d7fc93bb7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f55a89d7fc93bb7","status":"passed","time":{"start":1729033976805,"stop":1729033976805,"duration":0}},{"uid":"454870a36eb7b4fe","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/454870a36eb7b4fe","status":"passed","time":{"start":1729032020528,"stop":1729032020528,"duration":0}},{"uid":"b67dd99c9549476e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b67dd99c9549476e","status":"passed","time":{"start":1728901616472,"stop":1728901616473,"duration":1}},{"uid":"d61bfff6a3019cda","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d61bfff6a3019cda","status":"passed","time":{"start":1728893050249,"stop":1728893050250,"duration":1}},{"uid":"e676923445150092","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e676923445150092","status":"passed","time":{"start":1728856015176,"stop":1728856015176,"duration":0}},{"uid":"deeb5a6fe5eacf28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/deeb5a6fe5eacf28","status":"passed","time":{"start":1728738233145,"stop":1728738233147,"duration":2}},{"uid":"d621fc4610da1cd0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d621fc4610da1cd0","status":"passed","time":{"start":1728682762476,"stop":1728682762477,"duration":1}},{"uid":"b0ea29419ba267bd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b0ea29419ba267bd","status":"passed","time":{"start":1728682332791,"stop":1728682332791,"duration":0}},{"uid":"24e3ac1c916f78bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/24e3ac1c916f78bf","status":"passed","time":{"start":1728676810299,"stop":1728676810299,"duration":0}},{"uid":"4cae941e980a7c3e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4cae941e980a7c3e","status":"passed","time":{"start":1728669529904,"stop":1728669529905,"duration":1}},{"uid":"4b3ee9517613148e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4b3ee9517613148e","status":"passed","time":{"start":1728597873539,"stop":1728597873540,"duration":1}},{"uid":"8989d7c01cb196d8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8989d7c01cb196d8","status":"passed","time":{"start":1728597089278,"stop":1728597089278,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ce7a72e6d7f1c1f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce7a72e6d7f1c1f3","status":"passed","time":{"start":1729034435416,"stop":1729034435416,"duration":0}},{"uid":"d87e229b26d780d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d87e229b26d780d4","status":"passed","time":{"start":1729034202105,"stop":1729034202106,"duration":1}},{"uid":"617b55398e691e15","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/617b55398e691e15","status":"passed","time":{"start":1729034126135,"stop":1729034126139,"duration":4}},{"uid":"1a1160b169b83ae6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1a1160b169b83ae6","status":"passed","time":{"start":1729033939925,"stop":1729033939926,"duration":1}},{"uid":"30441b2a26c5236","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/30441b2a26c5236","status":"passed","time":{"start":1729031988776,"stop":1729031988776,"duration":0}},{"uid":"7a1ad98067429bdc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7a1ad98067429bdc","status":"passed","time":{"start":1728901555772,"stop":1728901555773,"duration":1}},{"uid":"f31d06076bb1b267","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f31d06076bb1b267","status":"passed","time":{"start":1728892995573,"stop":1728892995573,"duration":0}},{"uid":"5b652ba6a7478139","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5b652ba6a7478139","status":"passed","time":{"start":1728855954643,"stop":1728855954643,"duration":0}},{"uid":"8d31e8a467b64ce2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d31e8a467b64ce2","status":"passed","time":{"start":1728738169522,"stop":1728738169523,"duration":1}},{"uid":"90a26152431181d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/90a26152431181d","status":"passed","time":{"start":1728682707229,"stop":1728682707229,"duration":0}},{"uid":"48e6785e54c0b27c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/48e6785e54c0b27c","status":"passed","time":{"start":1728682285123,"stop":1728682285126,"duration":3}},{"uid":"1bdc54b9a3faa23f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1bdc54b9a3faa23f","status":"passed","time":{"start":1728676761155,"stop":1728676761155,"duration":0}},{"uid":"260ace4f563e5a6c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/260ace4f563e5a6c","status":"passed","time":{"start":1728669488937,"stop":1728669488937,"duration":0}},{"uid":"3fe17ff669046b74","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3fe17ff669046b74","status":"passed","time":{"start":1728597819575,"stop":1728597819575,"duration":0}},{"uid":"f3e331a618d36771","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f3e331a618d36771","status":"passed","time":{"start":1728597041919,"stop":1728597041919,"duration":0}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ef8f14a2e16729e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ef8f14a2e16729e2","status":"passed","time":{"start":1729034536789,"stop":1729034536790,"duration":1}},{"uid":"5c99014640315c62","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5c99014640315c62","status":"passed","time":{"start":1729034307033,"stop":1729034307034,"duration":1}},{"uid":"8f153e70501cec9d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8f153e70501cec9d","status":"passed","time":{"start":1729034223309,"stop":1729034223309,"duration":0}},{"uid":"195081937468dbd9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/195081937468dbd9","status":"passed","time":{"start":1729034034984,"stop":1729034034986,"duration":2}},{"uid":"c5a4d1b6a68896b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c5a4d1b6a68896b2","status":"passed","time":{"start":1729032066305,"stop":1729032066305,"duration":0}},{"uid":"65cbbdd6c4f30f14","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65cbbdd6c4f30f14","status":"passed","time":{"start":1728901706622,"stop":1728901706622,"duration":0}},{"uid":"80099fcf0dd48a08","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/80099fcf0dd48a08","status":"passed","time":{"start":1728893153425,"stop":1728893153427,"duration":2}},{"uid":"f475f3b1fe39bf53","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f475f3b1fe39bf53","status":"passed","time":{"start":1728856108128,"stop":1728856108129,"duration":1}},{"uid":"b3e46dd8310470d1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3e46dd8310470d1","status":"passed","time":{"start":1728738316671,"stop":1728738316671,"duration":0}},{"uid":"3bb01ef02c355bd4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3bb01ef02c355bd4","status":"passed","time":{"start":1728682865322,"stop":1728682865323,"duration":1}},{"uid":"14d80ef586f6b015","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/14d80ef586f6b015","status":"passed","time":{"start":1728682446997,"stop":1728682446998,"duration":1}},{"uid":"89b133cbf74f6613","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/89b133cbf74f6613","status":"passed","time":{"start":1728676924482,"stop":1728676924482,"duration":0}},{"uid":"7339ff629662a7ad","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7339ff629662a7ad","status":"passed","time":{"start":1728669626265,"stop":1728669626265,"duration":0}},{"uid":"75d5b0c3377e0cfa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/75d5b0c3377e0cfa","status":"passed","time":{"start":1728597973675,"stop":1728597973676,"duration":1}},{"uid":"3bee9c6ef5163532","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3bee9c6ef5163532","status":"passed","time":{"start":1728597188041,"stop":1728597188042,"duration":1}}]},"9ff2857e51dda784301c7dc1fa889ca4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"568ba8ac36e1a7c1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/568ba8ac36e1a7c1","status":"passed","time":{"start":1728856284773,"stop":1728856284774,"duration":1}}]},"02bfb98e9b8a2f947fd7c11f3d3f5232:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df87d13eba9ab51e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/df87d13eba9ab51e","status":"passed","time":{"start":1728677103496,"stop":1728677103496,"duration":0}}]},"bd78a4397fac75eb473bb1d3cd38711f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e6eb3ee8a65b42a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7e6eb3ee8a65b42a","status":"passed","time":{"start":1728597434081,"stop":1728597434081,"duration":0}}]},"e2610f60887ca3527eea3182a23ee07a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"e979cc89671c51c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e979cc89671c51c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473214,"stop":1729034473215,"duration":1}},{"uid":"b9d9f51da2a974f1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b9d9f51da2a974f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241159,"stop":1729034241159,"duration":0}},{"uid":"bccede444de97ac8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bccede444de97ac8","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159973,"stop":1729034159974,"duration":1}},{"uid":"7729b51269dd51c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7729b51269dd51c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977064,"stop":1729033977064,"duration":0}},{"uid":"22f731522700fd6a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/22f731522700fd6a","status":"passed","time":{"start":1729032093783,"stop":1729032093783,"duration":0}},{"uid":"b1cf278ee393ee71","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b1cf278ee393ee71","status":"passed","time":{"start":1728901748772,"stop":1728901748773,"duration":1}},{"uid":"a41d36258715289c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a41d36258715289c","status":"passed","time":{"start":1728893181085,"stop":1728893181085,"duration":0}},{"uid":"8112a79eb020567b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8112a79eb020567b","status":"passed","time":{"start":1728856155551,"stop":1728856155551,"duration":0}},{"uid":"aa704470ebc273e7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa704470ebc273e7","status":"passed","time":{"start":1728738360285,"stop":1728738360295,"duration":10}},{"uid":"2647a56ff6e5fd81","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2647a56ff6e5fd81","status":"passed","time":{"start":1728682907221,"stop":1728682907222,"duration":1}},{"uid":"d3d86a0334c278ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d3d86a0334c278ae","status":"passed","time":{"start":1728682466732,"stop":1728682466733,"duration":1}},{"uid":"19f6276f5484d3be","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/19f6276f5484d3be","status":"passed","time":{"start":1728676955721,"stop":1728676955722,"duration":1}},{"uid":"39e28d3fa22b72aa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39e28d3fa22b72aa","status":"passed","time":{"start":1728598013534,"stop":1728598013534,"duration":0}},{"uid":"30232026ec8ccca7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/30232026ec8ccca7","status":"passed","time":{"start":1728597225199,"stop":1728597225199,"duration":0}}]},"99fe2dbee41fea918bf020f79e2f608d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff4ba205ed37291a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ff4ba205ed37291a","status":"passed","time":{"start":1728598212617,"stop":1728598212618,"duration":1}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ffcc039f5d06f90b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ffcc039f5d06f90b","status":"passed","time":{"start":1729034704494,"stop":1729034704494,"duration":0}},{"uid":"95dfa8829c108de2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/95dfa8829c108de2","status":"passed","time":{"start":1729034474987,"stop":1729034474987,"duration":0}},{"uid":"551fea972c07e7e3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/551fea972c07e7e3","status":"passed","time":{"start":1729034395290,"stop":1729034395290,"duration":0}},{"uid":"a9e563c3f519fb7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a9e563c3f519fb7e","status":"passed","time":{"start":1729034209098,"stop":1729034209099,"duration":1}},{"uid":"1ff1b474efd05fac","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1ff1b474efd05fac","status":"passed","time":{"start":1729032264567,"stop":1729032264567,"duration":0}},{"uid":"5316d395cb56d725","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5316d395cb56d725","status":"passed","time":{"start":1728902012849,"stop":1728902012850,"duration":1}},{"uid":"c45dd389616f4a34","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c45dd389616f4a34","status":"passed","time":{"start":1728893454810,"stop":1728893454811,"duration":1}},{"uid":"8018553bf129be64","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8018553bf129be64","status":"passed","time":{"start":1728856408451,"stop":1728856408452,"duration":1}},{"uid":"b83c955ae20b1400","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b83c955ae20b1400","status":"passed","time":{"start":1728738633854,"stop":1728738633854,"duration":0}},{"uid":"7da54030042ad4d4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7da54030042ad4d4","status":"passed","time":{"start":1728683159755,"stop":1728683159756,"duration":1}},{"uid":"ca3f4afebe07be94","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ca3f4afebe07be94","status":"passed","time":{"start":1728682751328,"stop":1728682751329,"duration":1}},{"uid":"d22a5dd16174efbf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d22a5dd16174efbf","status":"passed","time":{"start":1728677216355,"stop":1728677216355,"duration":0}},{"uid":"52edb310ed6b94dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/52edb310ed6b94dc","status":"passed","time":{"start":1728669925453,"stop":1728669925454,"duration":1}},{"uid":"eb376383a3c77eb0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb376383a3c77eb0","status":"passed","time":{"start":1728598268802,"stop":1728598268802,"duration":0}},{"uid":"70c692edecab5573","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70c692edecab5573","status":"passed","time":{"start":1728597503917,"stop":1728597503918,"duration":1}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"67ea13630f8f72c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67ea13630f8f72c8","status":"passed","time":{"start":1729034335333,"stop":1729034335333,"duration":0}},{"uid":"23a23a5dc0d2e713","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/23a23a5dc0d2e713","status":"passed","time":{"start":1729034098686,"stop":1729034098687,"duration":1}},{"uid":"c0923e3d19481f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c0923e3d19481f9","status":"passed","time":{"start":1729034022455,"stop":1729034022455,"duration":0}},{"uid":"bcf83509c5b8117e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bcf83509c5b8117e","status":"passed","time":{"start":1729033836803,"stop":1729033836804,"duration":1}},{"uid":"3f548da5b09d0f88","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f548da5b09d0f88","status":"passed","time":{"start":1729031886610,"stop":1729031886611,"duration":1}},{"uid":"8cec555f7d766a4f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8cec555f7d766a4f","status":"passed","time":{"start":1728901432737,"stop":1728901432737,"duration":0}},{"uid":"6c8e46f8a72925f1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c8e46f8a72925f1","status":"passed","time":{"start":1728892863023,"stop":1728892863023,"duration":0}},{"uid":"968520435f027185","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/968520435f027185","status":"passed","time":{"start":1728855825773,"stop":1728855825773,"duration":0}},{"uid":"bcef2c51e121bd9a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bcef2c51e121bd9a","status":"passed","time":{"start":1728738043032,"stop":1728738043032,"duration":0}},{"uid":"66f794abc0a2cdb9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/66f794abc0a2cdb9","status":"passed","time":{"start":1728682576530,"stop":1728682576530,"duration":0}},{"uid":"ac3f74d7c8da860c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ac3f74d7c8da860c","status":"passed","time":{"start":1728682149243,"stop":1728682149244,"duration":1}},{"uid":"91806f77fa4a2279","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/91806f77fa4a2279","status":"passed","time":{"start":1728676623918,"stop":1728676623919,"duration":1}},{"uid":"b94e53ff937fcc4c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b94e53ff937fcc4c","status":"passed","time":{"start":1728669346941,"stop":1728669346941,"duration":0}},{"uid":"677d988d811fcfef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/677d988d811fcfef","status":"passed","time":{"start":1728597687694,"stop":1728597687694,"duration":0}},{"uid":"2d8702137534d14b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2d8702137534d14b","status":"passed","time":{"start":1728596907136,"stop":1728596907136,"duration":0}}]},"85e671bebfa722ca12fa59e298ea072b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"588f6e691a44cd5b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/588f6e691a44cd5b","status":"passed","time":{"start":1729034144768,"stop":1729034144768,"duration":0}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4251ef98edc647db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4251ef98edc647db","status":"passed","time":{"start":1729034558118,"stop":1729034558119,"duration":1}},{"uid":"dea5b50ddd43768","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dea5b50ddd43768","status":"passed","time":{"start":1729034245513,"stop":1729034245514,"duration":1}},{"uid":"c086c39833a424d4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c086c39833a424d4","status":"passed","time":{"start":1729034063489,"stop":1729034063489,"duration":0}},{"uid":"2b90460e936d45dc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b90460e936d45dc","status":"passed","time":{"start":1729032122635,"stop":1729032122635,"duration":0}},{"uid":"ca922adee6dc1364","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ca922adee6dc1364","status":"passed","time":{"start":1728901785627,"stop":1728901785627,"duration":0}},{"uid":"ff076f880796388e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff076f880796388e","status":"passed","time":{"start":1728893218774,"stop":1728893218774,"duration":0}},{"uid":"b6063cd5bc9eedf9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b6063cd5bc9eedf9","status":"passed","time":{"start":1728856192659,"stop":1728856192660,"duration":1}},{"uid":"9ca1d1b680d2cb99","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ca1d1b680d2cb99","status":"passed","time":{"start":1728738398086,"stop":1728738398087,"duration":1}},{"uid":"d22ef54559ddbc22","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d22ef54559ddbc22","status":"passed","time":{"start":1728682944500,"stop":1728682944505,"duration":5}},{"uid":"22788ac450b3941","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/22788ac450b3941","status":"passed","time":{"start":1728682507861,"stop":1728682507861,"duration":0}},{"uid":"5af706a0f8e01892","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5af706a0f8e01892","status":"passed","time":{"start":1728676995527,"stop":1728676995527,"duration":0}},{"uid":"a9307264fa5cf700","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a9307264fa5cf700","status":"passed","time":{"start":1728669665536,"stop":1728669665536,"duration":0}},{"uid":"c6dc01ac594b9784","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c6dc01ac594b9784","status":"passed","time":{"start":1728598056479,"stop":1728598056480,"duration":1}},{"uid":"d9aeff0fe3035ee9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9aeff0fe3035ee9","status":"passed","time":{"start":1728597264028,"stop":1728597264029,"duration":1}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8947fe04298a8c49","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8947fe04298a8c49","status":"passed","time":{"start":1729034536790,"stop":1729034536790,"duration":0}},{"uid":"cdbe62870f0283cd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cdbe62870f0283cd","status":"passed","time":{"start":1729034307034,"stop":1729034307034,"duration":0}},{"uid":"db1a183afc5b0f3a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/db1a183afc5b0f3a","status":"passed","time":{"start":1729034223309,"stop":1729034223310,"duration":1}},{"uid":"29e20a25181822dc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/29e20a25181822dc","status":"passed","time":{"start":1729034034986,"stop":1729034034986,"duration":0}},{"uid":"9e131ad2437f2010","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e131ad2437f2010","status":"passed","time":{"start":1729032066305,"stop":1729032066306,"duration":1}},{"uid":"b7c59d224180ffb1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c59d224180ffb1","status":"passed","time":{"start":1728901706622,"stop":1728901706623,"duration":1}},{"uid":"1cd14416398315ed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1cd14416398315ed","status":"passed","time":{"start":1728893153427,"stop":1728893153428,"duration":1}},{"uid":"7513bf61eba02205","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7513bf61eba02205","status":"passed","time":{"start":1728856108129,"stop":1728856108129,"duration":0}},{"uid":"5bd24e60ebf45310","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5bd24e60ebf45310","status":"passed","time":{"start":1728738316671,"stop":1728738316671,"duration":0}},{"uid":"fe506acdcbb9fa38","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fe506acdcbb9fa38","status":"passed","time":{"start":1728682865324,"stop":1728682865325,"duration":1}},{"uid":"5720a8a6c10e0d8b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5720a8a6c10e0d8b","status":"passed","time":{"start":1728682446998,"stop":1728682446998,"duration":0}},{"uid":"6b0ba20ebf78a1e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6b0ba20ebf78a1e8","status":"passed","time":{"start":1728676924482,"stop":1728676924483,"duration":1}},{"uid":"4fb0f130048811ba","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4fb0f130048811ba","status":"passed","time":{"start":1728669626265,"stop":1728669626266,"duration":1}},{"uid":"2dc984632a4142ee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2dc984632a4142ee","status":"passed","time":{"start":1728597973676,"stop":1728597973676,"duration":0}},{"uid":"d0aab5d055813bd1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d0aab5d055813bd1","status":"passed","time":{"start":1728597188042,"stop":1728597188043,"duration":1}}]},"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"edec426c36ee4379","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/edec426c36ee4379","status":"passed","time":{"start":1729034332629,"stop":1729034332629,"duration":0}},{"uid":"58413b23542d29be","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/58413b23542d29be","status":"passed","time":{"start":1729034096131,"stop":1729034096131,"duration":0}},{"uid":"9b591373fd2db979","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9b591373fd2db979","status":"passed","time":{"start":1729034020088,"stop":1729034020088,"duration":0}},{"uid":"8184c75214e566d9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8184c75214e566d9","status":"passed","time":{"start":1729033834382,"stop":1729033834382,"duration":0}},{"uid":"378788c176b6ba22","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/378788c176b6ba22","status":"passed","time":{"start":1729031884115,"stop":1729031884115,"duration":0}},{"uid":"b16c86cb3258f5df","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b16c86cb3258f5df","status":"passed","time":{"start":1728901430253,"stop":1728901430253,"duration":0}},{"uid":"9ab29b795c9b9985","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9ab29b795c9b9985","status":"passed","time":{"start":1728892860530,"stop":1728892860530,"duration":0}},{"uid":"4e6598f546b41878","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4e6598f546b41878","status":"passed","time":{"start":1728855823320,"stop":1728855823320,"duration":0}},{"uid":"cabafa08f85accec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cabafa08f85accec","status":"passed","time":{"start":1728738040599,"stop":1728738040599,"duration":0}},{"uid":"50396c6b9a5e1633","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/50396c6b9a5e1633","status":"passed","time":{"start":1728682574089,"stop":1728682574089,"duration":0}},{"uid":"c44f72ea7247909","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c44f72ea7247909","status":"passed","time":{"start":1728682146815,"stop":1728682146815,"duration":0}},{"uid":"aa893dea4645321f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aa893dea4645321f","status":"passed","time":{"start":1728676621429,"stop":1728676621430,"duration":1}},{"uid":"73fc3e04c572390e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/73fc3e04c572390e","status":"passed","time":{"start":1728669344465,"stop":1728669344465,"duration":0}},{"uid":"5f8bdde36cfb6bcc","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5f8bdde36cfb6bcc","status":"passed","time":{"start":1728597685159,"stop":1728597685159,"duration":0}},{"uid":"a15e45c5d0445bf2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a15e45c5d0445bf2","status":"passed","time":{"start":1728596904465,"stop":1728596904465,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"61377fabd5c9e298","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/61377fabd5c9e298","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034506805,"stop":1729034506805,"duration":0}},{"uid":"595913a19d10e893","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/595913a19d10e893","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034259834,"stop":1729034259836,"duration":2}},{"uid":"445c73a06d335e59","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/445c73a06d335e59","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034194036,"stop":1729034194036,"duration":0}},{"uid":"aef5e529d304a9db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aef5e529d304a9db","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034014882,"stop":1729034014882,"duration":0}},{"uid":"8c1704e99c262256","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c1704e99c262256","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032065461,"stop":1729032065462,"duration":1}},{"uid":"174c8f9aa264732b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/174c8f9aa264732b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901664285,"stop":1728901664285,"duration":0}},{"uid":"907f509c004b94fb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/907f509c004b94fb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893093695,"stop":1728893093695,"duration":0}},{"uid":"358303dace1de328","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/358303dace1de328","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856055277,"stop":1728856055277,"duration":0}},{"uid":"83bb07a2a0efeaaa","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/83bb07a2a0efeaaa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738274748,"stop":1728738274748,"duration":0}},{"uid":"a932f6f84a31c0b9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a932f6f84a31c0b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682807963,"stop":1728682807964,"duration":1}},{"uid":"77bca3f30aad3e0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/77bca3f30aad3e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682381307,"stop":1728682381307,"duration":0}},{"uid":"7badff3b6de16a4d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7badff3b6de16a4d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676853904,"stop":1728676853905,"duration":1}},{"uid":"f4266f0776ee4005","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4266f0776ee4005","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669581702,"stop":1728669581703,"duration":1}},{"uid":"b05922eceabd4098","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b05922eceabd4098","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597923495,"stop":1728597923496,"duration":1}},{"uid":"93ef6e326d5e4c91","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/93ef6e326d5e4c91","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597132272,"stop":1728597132273,"duration":1}}]},"a9429f8e3c6863d02b3bd7a603b285a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef4d3e98e79e91ca","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ef4d3e98e79e91ca","status":"passed","time":{"start":1728597423326,"stop":1728597423326,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"df97e634a5d3c5d5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df97e634a5d3c5d5","status":"passed","time":{"start":1729034368071,"stop":1729034368071,"duration":0}},{"uid":"50a38dd44220b1de","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/50a38dd44220b1de","status":"passed","time":{"start":1729034132177,"stop":1729034132178,"duration":1}},{"uid":"12d0fcdeec9f1639","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/12d0fcdeec9f1639","status":"passed","time":{"start":1729034055083,"stop":1729034055083,"duration":0}},{"uid":"4c37947a7554e6ad","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c37947a7554e6ad","status":"passed","time":{"start":1729033869943,"stop":1729033869944,"duration":1}},{"uid":"2d9c8aa1ee94a67e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2d9c8aa1ee94a67e","status":"passed","time":{"start":1729031919797,"stop":1729031919798,"duration":1}},{"uid":"8e8fec53cb2baeee","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e8fec53cb2baeee","status":"passed","time":{"start":1728901465373,"stop":1728901465373,"duration":0}},{"uid":"cbb887b437ef70ce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cbb887b437ef70ce","status":"passed","time":{"start":1728892895973,"stop":1728892895973,"duration":0}},{"uid":"4ee366170e1f040b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ee366170e1f040b","status":"passed","time":{"start":1728855858318,"stop":1728855858318,"duration":0}},{"uid":"e094a6ccdba0f13e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e094a6ccdba0f13e","status":"passed","time":{"start":1728738075952,"stop":1728738075953,"duration":1}},{"uid":"557de6035d19c694","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/557de6035d19c694","status":"passed","time":{"start":1728682609267,"stop":1728682609267,"duration":0}},{"uid":"cd3e623b80b99e63","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd3e623b80b99e63","status":"passed","time":{"start":1728682182159,"stop":1728682182159,"duration":0}},{"uid":"79a7b06a96b45766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/79a7b06a96b45766","status":"passed","time":{"start":1728676656593,"stop":1728676656593,"duration":0}},{"uid":"4858d98350431a0e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4858d98350431a0e","status":"passed","time":{"start":1728669379923,"stop":1728669379923,"duration":0}},{"uid":"49d94c492de3f7ad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/49d94c492de3f7ad","status":"passed","time":{"start":1728597720384,"stop":1728597720385,"duration":1}},{"uid":"117e27ed38aad64d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/117e27ed38aad64d","status":"passed","time":{"start":1728596939483,"stop":1728596939484,"duration":1}}]},"8e68dd6ad4a65a73de85d5cffa395774:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40ebf3c705eccb28","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/40ebf3c705eccb28","status":"passed","time":{"start":1728677163571,"stop":1728677163572,"duration":1}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9c0ca4158bfbe244","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9c0ca4158bfbe244","status":"passed","time":{"start":1729034668611,"stop":1729034668611,"duration":0}},{"uid":"65c737ee5c66dde","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/65c737ee5c66dde","status":"passed","time":{"start":1729034443522,"stop":1729034443522,"duration":0}},{"uid":"fb75073cdaca0f65","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fb75073cdaca0f65","status":"passed","time":{"start":1729034357709,"stop":1729034357710,"duration":1}},{"uid":"1265637a582b5166","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1265637a582b5166","status":"passed","time":{"start":1729034177537,"stop":1729034177538,"duration":1}},{"uid":"ce95c702c68355e8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ce95c702c68355e8","status":"passed","time":{"start":1729032235316,"stop":1729032235318,"duration":2}},{"uid":"78f2c40140a71e7b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/78f2c40140a71e7b","status":"passed","time":{"start":1728901958867,"stop":1728901958867,"duration":0}},{"uid":"11bc9bc3043e09b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/11bc9bc3043e09b","status":"passed","time":{"start":1728893395084,"stop":1728893395084,"duration":0}},{"uid":"f60b948a928db9ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f60b948a928db9ac","status":"passed","time":{"start":1728856355698,"stop":1728856355699,"duration":1}},{"uid":"15e1aeabdee8c32d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15e1aeabdee8c32d","status":"passed","time":{"start":1728738567474,"stop":1728738567474,"duration":0}},{"uid":"966486b7c4a96404","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/966486b7c4a96404","status":"passed","time":{"start":1728683110372,"stop":1728683110373,"duration":1}},{"uid":"64ad06d6f2cf73a4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/64ad06d6f2cf73a4","status":"passed","time":{"start":1728682666070,"stop":1728682666071,"duration":1}},{"uid":"89c2437741a0d2dc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/89c2437741a0d2dc","status":"passed","time":{"start":1728677163584,"stop":1728677163585,"duration":1}},{"uid":"2206534bc19baa87","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2206534bc19baa87","status":"passed","time":{"start":1728669841256,"stop":1728669841256,"duration":0}},{"uid":"b6cbc519424c56e1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b6cbc519424c56e1","status":"passed","time":{"start":1728598221901,"stop":1728598221902,"duration":1}},{"uid":"a802c0560750dc54","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a802c0560750dc54","status":"passed","time":{"start":1728597434084,"stop":1728597434084,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"825ec27836cd2311","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/825ec27836cd2311","status":"passed","time":{"start":1729034611653,"stop":1729034611653,"duration":0}},{"uid":"bae61d78dc939636","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bae61d78dc939636","status":"passed","time":{"start":1729034393627,"stop":1729034393628,"duration":1}},{"uid":"6b437f9ca742a16d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6b437f9ca742a16d","status":"passed","time":{"start":1729034304812,"stop":1729034304813,"duration":1}},{"uid":"d64c3c17fe6b42be","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d64c3c17fe6b42be","status":"passed","time":{"start":1729034121891,"stop":1729034121891,"duration":0}},{"uid":"36d04f0f845a27b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/36d04f0f845a27b4","status":"passed","time":{"start":1729032174798,"stop":1729032174798,"duration":0}},{"uid":"5a5c250f96af0afe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5a5c250f96af0afe","status":"passed","time":{"start":1728901881004,"stop":1728901881004,"duration":0}},{"uid":"a15406835340efe5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a15406835340efe5","status":"passed","time":{"start":1728893317143,"stop":1728893317143,"duration":0}},{"uid":"1ffb05f1b47171cf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1ffb05f1b47171cf","status":"passed","time":{"start":1728856263065,"stop":1728856263066,"duration":1}},{"uid":"aa9a92645bbf1ed3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa9a92645bbf1ed3","status":"passed","time":{"start":1728738492788,"stop":1728738492789,"duration":1}},{"uid":"ae1014c2cca4df00","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ae1014c2cca4df00","status":"passed","time":{"start":1728683030008,"stop":1728683030009,"duration":1}},{"uid":"e9ae381ba6c38052","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e9ae381ba6c38052","status":"passed","time":{"start":1728682581082,"stop":1728682581082,"duration":0}},{"uid":"5f6beaefd4fb7656","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5f6beaefd4fb7656","status":"passed","time":{"start":1728677081984,"stop":1728677081984,"duration":0}},{"uid":"74c23da2c61cb446","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/74c23da2c61cb446","status":"passed","time":{"start":1728669795385,"stop":1728669795385,"duration":0}},{"uid":"dcb8259eb0b99fda","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dcb8259eb0b99fda","status":"passed","time":{"start":1728598137495,"stop":1728598137495,"duration":0}},{"uid":"19f286f9ef8cbfcd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/19f286f9ef8cbfcd","status":"passed","time":{"start":1728597353472,"stop":1728597353473,"duration":1}}]},"4bdd57d01116e3aedcf60ad5b8bc54f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"287e3dd7ff4555ce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/287e3dd7ff4555ce","status":"passed","time":{"start":1728677103495,"stop":1728677103496,"duration":1}}]},"e8c31e62a6b8d1132c76d30f47f02f19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4dac26e21ed62597","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4dac26e21ed62597","status":"passed","time":{"start":1728669841249,"stop":1728669841251,"duration":2}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"1887e29b4827c114","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1887e29b4827c114","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034408874,"stop":1729034408874,"duration":0}},{"uid":"87d0ccfadf91e033","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/87d0ccfadf91e033","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034166264,"stop":1729034166265,"duration":1}},{"uid":"66309af262c91ffd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/66309af262c91ffd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034096723,"stop":1729034096723,"duration":0}},{"uid":"b6e82edd7dfb5e54","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b6e82edd7dfb5e54","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033904750,"stop":1729033904750,"duration":0}},{"uid":"993cb65bd225c015","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/993cb65bd225c015","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031952295,"stop":1729031952295,"duration":0}},{"uid":"ea73c6f3c77d1f05","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ea73c6f3c77d1f05","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901498549,"stop":1728901498549,"duration":0}},{"uid":"7106dbc8c45f2c5e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7106dbc8c45f2c5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892934941,"stop":1728892934942,"duration":1}},{"uid":"77f898bfeecaae5a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77f898bfeecaae5a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855901089,"stop":1728855901091,"duration":2}},{"uid":"81e6118cd30cd3eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/81e6118cd30cd3eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738109823,"stop":1728738109823,"duration":0}},{"uid":"ffd0d61f637b40ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ffd0d61f637b40ab","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682641794,"stop":1728682641794,"duration":0}},{"uid":"79a5764f31041665","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/79a5764f31041665","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682224059,"stop":1728682224059,"duration":0}},{"uid":"869fd28b694025a4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/869fd28b694025a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676692603,"stop":1728676692603,"duration":0}},{"uid":"6e91e3891e015d7e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e91e3891e015d7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669414330,"stop":1728669414330,"duration":0}},{"uid":"51553bd714d62b9b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/51553bd714d62b9b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597758158,"stop":1728597758159,"duration":1}},{"uid":"fd8b42f3d97fa5e0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fd8b42f3d97fa5e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596973961,"stop":1728596973962,"duration":1}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8b597629df0abdac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8b597629df0abdac","status":"passed","time":{"start":1729034636311,"stop":1729034636311,"duration":0}},{"uid":"9a29f8c19ca9c0c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9a29f8c19ca9c0c","status":"passed","time":{"start":1729034402268,"stop":1729034402268,"duration":0}},{"uid":"b9ac6bcb2b3fea17","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b9ac6bcb2b3fea17","status":"passed","time":{"start":1729034323287,"stop":1729034323288,"duration":1}},{"uid":"acaf1694b0924680","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/acaf1694b0924680","status":"passed","time":{"start":1729034144762,"stop":1729034144763,"duration":1}},{"uid":"cd71d4b8aeb40ac7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cd71d4b8aeb40ac7","status":"passed","time":{"start":1729032198813,"stop":1729032198813,"duration":0}},{"uid":"d532dd849822f828","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d532dd849822f828","status":"passed","time":{"start":1728901901758,"stop":1728901901759,"duration":1}},{"uid":"b1a83e445bf3b9fe","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b1a83e445bf3b9fe","status":"passed","time":{"start":1728893337238,"stop":1728893337239,"duration":1}},{"uid":"e01269d1d452896","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e01269d1d452896","status":"passed","time":{"start":1728856299186,"stop":1728856299186,"duration":0}},{"uid":"df955de0e1af5296","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/df955de0e1af5296","status":"passed","time":{"start":1728738505372,"stop":1728738505372,"duration":0}},{"uid":"521ce5a2982d20c8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/521ce5a2982d20c8","status":"passed","time":{"start":1728683045440,"stop":1728683045440,"duration":0}},{"uid":"bb75135b5d982d35","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb75135b5d982d35","status":"passed","time":{"start":1728682607285,"stop":1728682607285,"duration":0}},{"uid":"22027976edeed1bc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/22027976edeed1bc","status":"passed","time":{"start":1728677103491,"stop":1728677103491,"duration":0}},{"uid":"fd5c41dde295e140","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd5c41dde295e140","status":"passed","time":{"start":1728669777113,"stop":1728669777113,"duration":0}},{"uid":"c91106fa1616c061","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c91106fa1616c061","status":"passed","time":{"start":1728598163463,"stop":1728598163463,"duration":0}},{"uid":"698de3761986f006","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/698de3761986f006","status":"passed","time":{"start":1728597375461,"stop":1728597375462,"duration":1}}]},"7ba1f9e9794796d5264c8e1aea1d0590:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b397b2c390baa13","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5b397b2c390baa13","status":"passed","time":{"start":1728893317153,"stop":1728893317154,"duration":1}}]},"253e55f2f6055930106f26c1fa2c60f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40cd2eac15b7f710","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/40cd2eac15b7f710","status":"passed","time":{"start":1728598212611,"stop":1728598212611,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"338a0c6ca41ae96","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/338a0c6ca41ae96","status":"passed","time":{"start":1729034617758,"stop":1729034617759,"duration":1}},{"uid":"7068e46e8d46810a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7068e46e8d46810a","status":"passed","time":{"start":1729034370866,"stop":1729034370867,"duration":1}},{"uid":"201e5d64752240d3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/201e5d64752240d3","status":"passed","time":{"start":1729034308870,"stop":1729034308870,"duration":0}},{"uid":"5ca1565f105884db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ca1565f105884db","status":"passed","time":{"start":1729034129473,"stop":1729034129473,"duration":0}},{"uid":"a8f3c8381916aed2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a8f3c8381916aed2","status":"passed","time":{"start":1729032178367,"stop":1729032178367,"duration":0}},{"uid":"7718db6e28512a75","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7718db6e28512a75","status":"passed","time":{"start":1728901896346,"stop":1728901896346,"duration":0}},{"uid":"467f008882161aa4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/467f008882161aa4","status":"passed","time":{"start":1728893329024,"stop":1728893329024,"duration":0}},{"uid":"c0477206f3b17be0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c0477206f3b17be0","status":"passed","time":{"start":1728856284762,"stop":1728856284763,"duration":1}},{"uid":"2f5eacf9e099f57","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f5eacf9e099f57","status":"passed","time":{"start":1728738494939,"stop":1728738494939,"duration":0}},{"uid":"552b9c5b37fc1c9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/552b9c5b37fc1c9","status":"passed","time":{"start":1728683033631,"stop":1728683033631,"duration":0}},{"uid":"2f3c178b5604e0a3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f3c178b5604e0a3","status":"passed","time":{"start":1728682601736,"stop":1728682601736,"duration":0}},{"uid":"737bd5056304d832","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/737bd5056304d832","status":"passed","time":{"start":1728677107961,"stop":1728677107961,"duration":0}},{"uid":"aa2f73bc58fe2893","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa2f73bc58fe2893","status":"passed","time":{"start":1728669764750,"stop":1728669764750,"duration":0}},{"uid":"8370c2571bc145b6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8370c2571bc145b6","status":"passed","time":{"start":1728598157562,"stop":1728598157562,"duration":0}},{"uid":"d0a4f8edf6fbd316","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d0a4f8edf6fbd316","status":"passed","time":{"start":1728597369061,"stop":1728597369061,"duration":0}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"67f83597ab4cface","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67f83597ab4cface","status":"passed","time":{"start":1729034708552,"stop":1729034708552,"duration":0}},{"uid":"b0b46f1671aa3d10","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b0b46f1671aa3d10","status":"passed","time":{"start":1729034480290,"stop":1729034480292,"duration":2}},{"uid":"bb5ed5898b3be21e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bb5ed5898b3be21e","status":"passed","time":{"start":1729034396759,"stop":1729034396759,"duration":0}},{"uid":"6486fc076d9d8621","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6486fc076d9d8621","status":"passed","time":{"start":1729032277691,"stop":1729032277691,"duration":0}},{"uid":"14f416f71ed553a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/14f416f71ed553a","status":"passed","time":{"start":1728902034223,"stop":1728902034224,"duration":1}},{"uid":"f224e22bea3ac3bc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f224e22bea3ac3bc","status":"passed","time":{"start":1728893469056,"stop":1728893469056,"duration":0}},{"uid":"64c79e4b24eba936","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64c79e4b24eba936","status":"passed","time":{"start":1728856416487,"stop":1728856416487,"duration":0}},{"uid":"be1a86b3278634c2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/be1a86b3278634c2","status":"passed","time":{"start":1728738643169,"stop":1728738643170,"duration":1}},{"uid":"fd803e41f3b7d85","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fd803e41f3b7d85","status":"passed","time":{"start":1728683174245,"stop":1728683174246,"duration":1}},{"uid":"6432dacf904e4e30","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6432dacf904e4e30","status":"passed","time":{"start":1728682757799,"stop":1728682757799,"duration":0}},{"uid":"3647201930eae2e2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3647201930eae2e2","status":"passed","time":{"start":1728677231124,"stop":1728677231124,"duration":0}},{"uid":"a931e3e570629903","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a931e3e570629903","status":"passed","time":{"start":1728669920235,"stop":1728669920236,"duration":1}},{"uid":"fbbb51b965b504e1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fbbb51b965b504e1","status":"passed","time":{"start":1728598298887,"stop":1728598298888,"duration":1}},{"uid":"6616b6c9197defca","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6616b6c9197defca","status":"passed","time":{"start":1728597513733,"stop":1728597513733,"duration":0}}]},"9b88d0eebb9ecd922750515b40c0464d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a24e9ca13279a762","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a24e9ca13279a762","status":"passed","time":{"start":1729034611657,"stop":1729034611657,"duration":0}}]},"8cca2f1ac7452727f464b710bc19bb31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ff7f3d76c88def","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4ff7f3d76c88def","status":"passed","time":{"start":1729034428556,"stop":1729034428556,"duration":0}}]},"1b1fe51e7fea58175f95c4b805c0385c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5179a015f87c928","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d5179a015f87c928","status":"passed","time":{"start":1729032235309,"stop":1729032235309,"duration":0}}]},"dcd426ddac804f763cdd58acd98ef158:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b524ba741b0199f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b524ba741b0199f9","status":"passed","time":{"start":1729034357701,"stop":1729034357702,"duration":1}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a4846dce26d31087","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a4846dce26d31087","status":"passed","time":{"start":1729034617764,"stop":1729034617764,"duration":0}},{"uid":"e08095cd491064d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e08095cd491064d1","status":"passed","time":{"start":1729034370886,"stop":1729034370886,"duration":0}},{"uid":"a2adac7b5915e506","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a2adac7b5915e506","status":"passed","time":{"start":1729034308881,"stop":1729034308882,"duration":1}},{"uid":"26d6d733b4d0e8fa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/26d6d733b4d0e8fa","status":"passed","time":{"start":1729034129477,"stop":1729034129477,"duration":0}},{"uid":"201f45709831e40e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/201f45709831e40e","status":"passed","time":{"start":1729032178371,"stop":1729032178372,"duration":1}},{"uid":"4981dc6e1423e1e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4981dc6e1423e1e","status":"passed","time":{"start":1728901896351,"stop":1728901896351,"duration":0}},{"uid":"9eba5f2bfffc1bf","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9eba5f2bfffc1bf","status":"passed","time":{"start":1728893329029,"stop":1728893329029,"duration":0}},{"uid":"62e753dfd87b3a51","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/62e753dfd87b3a51","status":"passed","time":{"start":1728856284768,"stop":1728856284768,"duration":0}},{"uid":"edbb75125190d55b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/edbb75125190d55b","status":"passed","time":{"start":1728738494945,"stop":1728738494945,"duration":0}},{"uid":"b81b2d6e2a3944d8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b81b2d6e2a3944d8","status":"passed","time":{"start":1728683033635,"stop":1728683033635,"duration":0}},{"uid":"8f5e9e143de2ee46","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8f5e9e143de2ee46","status":"passed","time":{"start":1728682601739,"stop":1728682601740,"duration":1}},{"uid":"148b87beb764b124","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/148b87beb764b124","status":"passed","time":{"start":1728677107964,"stop":1728677107973,"duration":9}},{"uid":"9c5c0b4e79c05e66","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9c5c0b4e79c05e66","status":"passed","time":{"start":1728669764754,"stop":1728669764755,"duration":1}},{"uid":"646bb039a9f572e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/646bb039a9f572e9","status":"passed","time":{"start":1728598157566,"stop":1728598157566,"duration":0}},{"uid":"bc6694ea07afe768","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc6694ea07afe768","status":"passed","time":{"start":1728597369076,"stop":1728597369077,"duration":1}}]},"7ae201573d7f3081e1b59d68f6d6db3a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a20174407ec4bd7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a20174407ec4bd7","status":"passed","time":{"start":1729034357702,"stop":1729034357703,"duration":1}}]},"99482fe6700ad402525d1a4802dc85e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d989bf2cc5f1aec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9d989bf2cc5f1aec","status":"passed","time":{"start":1728669581695,"stop":1728669581696,"duration":1}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d9224c9ee32b20e1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9224c9ee32b20e1","status":"passed","time":{"start":1729034617765,"stop":1729034617765,"duration":0}},{"uid":"8f478cac98f8be9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8f478cac98f8be9","status":"passed","time":{"start":1729034370886,"stop":1729034370887,"duration":1}},{"uid":"661ae1c77e34c03e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/661ae1c77e34c03e","status":"passed","time":{"start":1729034308882,"stop":1729034308882,"duration":0}},{"uid":"f72ad94f4e15f6ed","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f72ad94f4e15f6ed","status":"passed","time":{"start":1729034129478,"stop":1729034129478,"duration":0}},{"uid":"7b4af4daffa45a39","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7b4af4daffa45a39","status":"passed","time":{"start":1729032178372,"stop":1729032178374,"duration":2}},{"uid":"3f1421d30da01804","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3f1421d30da01804","status":"passed","time":{"start":1728901896351,"stop":1728901896352,"duration":1}},{"uid":"e7f57b5a76950d06","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e7f57b5a76950d06","status":"passed","time":{"start":1728893329030,"stop":1728893329030,"duration":0}},{"uid":"4d34680e1fcb219c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4d34680e1fcb219c","status":"passed","time":{"start":1728856284768,"stop":1728856284769,"duration":1}},{"uid":"743353704d2edbcd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/743353704d2edbcd","status":"passed","time":{"start":1728738494946,"stop":1728738494946,"duration":0}},{"uid":"7342f58ef4410f6a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7342f58ef4410f6a","status":"passed","time":{"start":1728683033636,"stop":1728683033636,"duration":0}},{"uid":"24238634b908caa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/24238634b908caa","status":"passed","time":{"start":1728682601744,"stop":1728682601744,"duration":0}},{"uid":"3311492bf58b3197","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3311492bf58b3197","status":"passed","time":{"start":1728677107974,"stop":1728677107974,"duration":0}},{"uid":"11ff5ac44e1c0b8d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/11ff5ac44e1c0b8d","status":"passed","time":{"start":1728669764756,"stop":1728669764756,"duration":0}},{"uid":"22ca69c36d63e181","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/22ca69c36d63e181","status":"passed","time":{"start":1728598157575,"stop":1728598157575,"duration":0}},{"uid":"f1c0095692c453f5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f1c0095692c453f5","status":"passed","time":{"start":1728597369077,"stop":1728597369078,"duration":1}}]},"b4bcf0f6b7e60f6f02d65f9b9cdf794d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aca21ba04a52c8a9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aca21ba04a52c8a9","status":"passed","time":{"start":1728682607293,"stop":1728682607294,"duration":1}}]},"b10337f438fa35193172940cd0640f62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"afefc03e93c9c8f2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/afefc03e93c9c8f2","status":"passed","time":{"start":1729034693195,"stop":1729034693195,"duration":0}},{"uid":"b696b012e1ae0768","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b696b012e1ae0768","status":"passed","time":{"start":1729034468599,"stop":1729034468599,"duration":0}},{"uid":"9d0d76acabade7e5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9d0d76acabade7e5","status":"passed","time":{"start":1729034383197,"stop":1729034383198,"duration":1}},{"uid":"ee22311bb8b573f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee22311bb8b573f","status":"passed","time":{"start":1729034203620,"stop":1729034203621,"duration":1}},{"uid":"2e57d7af9189b53b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e57d7af9189b53b","status":"passed","time":{"start":1729032256252,"stop":1729032256253,"duration":1}},{"uid":"fd1ee662820e845d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd1ee662820e845d","status":"passed","time":{"start":1728902016653,"stop":1728902016653,"duration":0}},{"uid":"97f7f6aee65f6e39","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/97f7f6aee65f6e39","status":"passed","time":{"start":1728893448585,"stop":1728893448585,"duration":0}},{"uid":"7578a31efd981656","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7578a31efd981656","status":"passed","time":{"start":1728856401307,"stop":1728856401308,"duration":1}},{"uid":"7283863bbe3e1e33","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7283863bbe3e1e33","status":"passed","time":{"start":1728738624654,"stop":1728738624654,"duration":0}},{"uid":"752ec282d548abc0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/752ec282d548abc0","status":"passed","time":{"start":1728683154298,"stop":1728683154298,"duration":0}},{"uid":"94d22347c8b03e0c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/94d22347c8b03e0c","status":"passed","time":{"start":1728682726614,"stop":1728682726614,"duration":0}},{"uid":"a038f56f90c00340","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a038f56f90c00340","status":"passed","time":{"start":1728677221173,"stop":1728677221173,"duration":0}},{"uid":"ff0baa4209f9417b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff0baa4209f9417b","status":"passed","time":{"start":1728669902840,"stop":1728669902840,"duration":0}},{"uid":"d9a7a8e5bc92919d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d9a7a8e5bc92919d","status":"passed","time":{"start":1728598275772,"stop":1728598275772,"duration":0}},{"uid":"e8c2f21a5d0af764","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e8c2f21a5d0af764","status":"passed","time":{"start":1728597495944,"stop":1728597495945,"duration":1}}]},"fbc318b87ab843dcc10e05e626b17b0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"59dbfdf131c55b84","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/59dbfdf131c55b84","status":"passed","time":{"start":1729034332607,"stop":1729034332607,"duration":0}},{"uid":"a17e25e96dd5b17e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a17e25e96dd5b17e","status":"passed","time":{"start":1729034096108,"stop":1729034096108,"duration":0}},{"uid":"36edde8c9b3e41d4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/36edde8c9b3e41d4","status":"passed","time":{"start":1729034020071,"stop":1729034020071,"duration":0}},{"uid":"2723446b84e40557","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2723446b84e40557","status":"passed","time":{"start":1729033834359,"stop":1729033834360,"duration":1}},{"uid":"2223e6a435570ea3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2223e6a435570ea3","status":"passed","time":{"start":1729031884086,"stop":1729031884087,"duration":1}},{"uid":"242d435f6d5216c4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/242d435f6d5216c4","status":"passed","time":{"start":1728901430241,"stop":1728901430241,"duration":0}},{"uid":"6be831a1ffdd4865","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6be831a1ffdd4865","status":"passed","time":{"start":1728892860515,"stop":1728892860516,"duration":1}},{"uid":"b78d633706133ddc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b78d633706133ddc","status":"passed","time":{"start":1728855823306,"stop":1728855823306,"duration":0}},{"uid":"cb20b8c97ea3d3eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb20b8c97ea3d3eb","status":"passed","time":{"start":1728738040568,"stop":1728738040568,"duration":0}},{"uid":"4baa9013df4bea99","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4baa9013df4bea99","status":"passed","time":{"start":1728682574065,"stop":1728682574066,"duration":1}},{"uid":"455f0e613565834","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/455f0e613565834","status":"passed","time":{"start":1728682146792,"stop":1728682146793,"duration":1}},{"uid":"500e2d51fd2c910e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/500e2d51fd2c910e","status":"passed","time":{"start":1728676621403,"stop":1728676621403,"duration":0}},{"uid":"951dad5a0baadeb9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/951dad5a0baadeb9","status":"passed","time":{"start":1728669344452,"stop":1728669344452,"duration":0}},{"uid":"60fab736078da5ce","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/60fab736078da5ce","status":"passed","time":{"start":1728597685133,"stop":1728597685134,"duration":1}},{"uid":"baf788f32d90d6f3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/baf788f32d90d6f3","status":"passed","time":{"start":1728596904440,"stop":1728596904440,"duration":0}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c96f2bdb7ca5709","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c96f2bdb7ca5709","status":"passed","time":{"start":1729034536102,"stop":1729034536102,"duration":0}},{"uid":"d5a64affda14645b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d5a64affda14645b","status":"passed","time":{"start":1729034296708,"stop":1729034296708,"duration":0}},{"uid":"bcbca3c793f3470e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bcbca3c793f3470e","status":"passed","time":{"start":1729034220606,"stop":1729034220606,"duration":0}},{"uid":"5ddb318abec5a925","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ddb318abec5a925","status":"passed","time":{"start":1729034041489,"stop":1729034041489,"duration":0}},{"uid":"3f15b11921da2f33","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3f15b11921da2f33","status":"passed","time":{"start":1728901705404,"stop":1728901705405,"duration":1}},{"uid":"a6d82c3e2801ee5d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6d82c3e2801ee5d","status":"passed","time":{"start":1728893141777,"stop":1728893141778,"duration":1}},{"uid":"34031d5892dd08ef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/34031d5892dd08ef","status":"passed","time":{"start":1728856087084,"stop":1728856087085,"duration":1}},{"uid":"1f2131b0ee090eac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1f2131b0ee090eac","status":"passed","time":{"start":1728738321437,"stop":1728738321437,"duration":0}},{"uid":"39340121c2729cc8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39340121c2729cc8","status":"passed","time":{"start":1728682845675,"stop":1728682845676,"duration":1}},{"uid":"db9cde4c471e6db","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db9cde4c471e6db","status":"passed","time":{"start":1728682424311,"stop":1728682424311,"duration":0}},{"uid":"967fd71ab3fa47b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/967fd71ab3fa47b","status":"passed","time":{"start":1728676900540,"stop":1728676900540,"duration":0}},{"uid":"56cf04a5da55c687","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/56cf04a5da55c687","status":"passed","time":{"start":1728669625801,"stop":1728669625801,"duration":0}},{"uid":"cd2841ab4f544b9f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd2841ab4f544b9f","status":"passed","time":{"start":1728597957168,"stop":1728597957169,"duration":1}},{"uid":"f0c1cbc7120a5e49","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f0c1cbc7120a5e49","status":"passed","time":{"start":1728597182619,"stop":1728597182619,"duration":0}}]},"8a717854d4dc9f7de6c74df647e8ef6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcfb6e3a89813214","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bcfb6e3a89813214","status":"passed","time":{"start":1728677156811,"stop":1728677156811,"duration":0}}]},"abb4d4dbce59f8222b9cf682c72a7930:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"553f32e10ce06954","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/553f32e10ce06954","status":"passed","time":{"start":1729034668595,"stop":1729034668596,"duration":1}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"5e5e8f97a1eec12a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5e5e8f97a1eec12a","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034612085,"stop":1729034612085,"duration":0}},{"uid":"d4619f1aa58066d5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4619f1aa58066d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034371234,"stop":1729034371234,"duration":0}},{"uid":"5ed08781c5473853","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5ed08781c5473853","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034305208,"stop":1729034305208,"duration":0}},{"uid":"e174dee5ad6565e0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e174dee5ad6565e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122310,"stop":1729034122311,"duration":1}},{"uid":"209081dc5d433a11","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/209081dc5d433a11","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175157,"stop":1729032175157,"duration":0}},{"uid":"b540caf8ed40b22a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b540caf8ed40b22a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873457,"stop":1728901873457,"duration":0}},{"uid":"2725351eb4de780b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2725351eb4de780b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311287,"stop":1728893311288,"duration":1}},{"uid":"286545763dd11734","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/286545763dd11734","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263476,"stop":1728856263476,"duration":0}},{"uid":"923ee4a3295037e3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/923ee4a3295037e3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483672,"stop":1728738483672,"duration":0}},{"uid":"997907ba35ac9eeb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/997907ba35ac9eeb","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030247,"stop":1728683030247,"duration":0}},{"uid":"896ed6c2db602ec1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/896ed6c2db602ec1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581303,"stop":1728682581303,"duration":0}},{"uid":"bbd54297c26a0e99","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bbd54297c26a0e99","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082259,"stop":1728677082259,"duration":0}},{"uid":"89695891d460aa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/89695891d460aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754302,"stop":1728669754303,"duration":1}},{"uid":"3266b412f8c586ae","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3266b412f8c586ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137642,"stop":1728598137642,"duration":0}},{"uid":"d195cee0ca1c1881","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d195cee0ca1c1881","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350583,"stop":1728597350583,"duration":0}}]},"aed0bb35dde9284b56c998687281e0bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f2ac4d1b5a3a1f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3f2ac4d1b5a3a1f9","status":"passed","time":{"start":1729034617771,"stop":1729034617771,"duration":0}}]},"e8141a67296f137ccb8cab198b0b1ca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5736c26220e88954","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5736c26220e88954","status":"passed","time":{"start":1729034332643,"stop":1729034332644,"duration":1}},{"uid":"82c70f82635a93b9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/82c70f82635a93b9","status":"passed","time":{"start":1729034096141,"stop":1729034096141,"duration":0}},{"uid":"871975d2c63c1ca4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/871975d2c63c1ca4","status":"passed","time":{"start":1729034020097,"stop":1729034020097,"duration":0}},{"uid":"b778c3ab88171537","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b778c3ab88171537","status":"passed","time":{"start":1729033834394,"stop":1729033834394,"duration":0}},{"uid":"80ac74ddfd8550b0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/80ac74ddfd8550b0","status":"passed","time":{"start":1729031884128,"stop":1729031884128,"duration":0}},{"uid":"9ab5f9a3fe722963","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9ab5f9a3fe722963","status":"passed","time":{"start":1728901430261,"stop":1728901430261,"duration":0}},{"uid":"910383497282068a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/910383497282068a","status":"passed","time":{"start":1728892860540,"stop":1728892860540,"duration":0}},{"uid":"8c54cff53bf62c63","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8c54cff53bf62c63","status":"passed","time":{"start":1728855823329,"stop":1728855823329,"duration":0}},{"uid":"9ea20b9918278cd2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9ea20b9918278cd2","status":"passed","time":{"start":1728738040610,"stop":1728738040610,"duration":0}},{"uid":"4ed784d391991d1e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4ed784d391991d1e","status":"passed","time":{"start":1728682574101,"stop":1728682574101,"duration":0}},{"uid":"6963771f5bb944b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6963771f5bb944b4","status":"passed","time":{"start":1728682146825,"stop":1728682146825,"duration":0}},{"uid":"8f9a026d8bb4d3d0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f9a026d8bb4d3d0","status":"passed","time":{"start":1728676621440,"stop":1728676621440,"duration":0}},{"uid":"55776973f38a1161","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/55776973f38a1161","status":"passed","time":{"start":1728669344474,"stop":1728669344474,"duration":0}},{"uid":"870a390343b758ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/870a390343b758ac","status":"passed","time":{"start":1728597685170,"stop":1728597685170,"duration":0}},{"uid":"4a4a9d9df98064ae","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4a4a9d9df98064ae","status":"passed","time":{"start":1728596904478,"stop":1728596904478,"duration":0}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"68feb3d40405137e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/68feb3d40405137e","status":"passed","time":{"start":1729034668590,"stop":1729034668590,"duration":0}},{"uid":"a1b653c865205325","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a1b653c865205325","status":"passed","time":{"start":1729034443491,"stop":1729034443495,"duration":4}},{"uid":"afc778f3b3929656","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/afc778f3b3929656","status":"passed","time":{"start":1729034357696,"stop":1729034357696,"duration":0}},{"uid":"5afb11ed383d80e8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5afb11ed383d80e8","status":"passed","time":{"start":1729034177523,"stop":1729034177524,"duration":1}},{"uid":"c6b966d0de677c45","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6b966d0de677c45","status":"passed","time":{"start":1729032235298,"stop":1729032235299,"duration":1}},{"uid":"69dc95b4062bed03","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/69dc95b4062bed03","status":"passed","time":{"start":1728901958851,"stop":1728901958852,"duration":1}},{"uid":"d4dd78cecbd79b8b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d4dd78cecbd79b8b","status":"passed","time":{"start":1728893395071,"stop":1728893395072,"duration":1}},{"uid":"37e26efc6f1d9e1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/37e26efc6f1d9e1","status":"passed","time":{"start":1728856355681,"stop":1728856355681,"duration":0}},{"uid":"d66ef8cba39aae25","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d66ef8cba39aae25","status":"passed","time":{"start":1728738567466,"stop":1728738567467,"duration":1}},{"uid":"7646b575c41b1ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7646b575c41b1ef","status":"passed","time":{"start":1728683110365,"stop":1728683110365,"duration":0}},{"uid":"5aa89f221a6b2b93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5aa89f221a6b2b93","status":"passed","time":{"start":1728682666061,"stop":1728682666062,"duration":1}},{"uid":"4ce6a4e83546ae0c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4ce6a4e83546ae0c","status":"passed","time":{"start":1728677163567,"stop":1728677163568,"duration":1}},{"uid":"f92e4f05fc3cd5f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f92e4f05fc3cd5f0","status":"passed","time":{"start":1728669841246,"stop":1728669841247,"duration":1}},{"uid":"3a58b2aed02ade1e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3a58b2aed02ade1e","status":"passed","time":{"start":1728598221882,"stop":1728598221883,"duration":1}},{"uid":"f045cec8dcfad06d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f045cec8dcfad06d","status":"passed","time":{"start":1728597434074,"stop":1728597434075,"duration":1}}]},"8ebc9f82e51cc2f6e53ea1bab9350d44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"614a923c3cb582db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/614a923c3cb582db","status":"passed","time":{"start":1729034332612,"stop":1729034332612,"duration":0}},{"uid":"22e58fddac3ec89c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/22e58fddac3ec89c","status":"passed","time":{"start":1729034096113,"stop":1729034096113,"duration":0}},{"uid":"ffaf9f4665cda860","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ffaf9f4665cda860","status":"passed","time":{"start":1729034020074,"stop":1729034020075,"duration":1}},{"uid":"5a5c5861572bac51","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a5c5861572bac51","status":"passed","time":{"start":1729033834363,"stop":1729033834364,"duration":1}},{"uid":"c342ed8d117d14f0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c342ed8d117d14f0","status":"passed","time":{"start":1729031884092,"stop":1729031884093,"duration":1}},{"uid":"426e3267f05747c1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/426e3267f05747c1","status":"passed","time":{"start":1728901430243,"stop":1728901430244,"duration":1}},{"uid":"e0c62de9bc8a39be","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e0c62de9bc8a39be","status":"passed","time":{"start":1728892860518,"stop":1728892860518,"duration":0}},{"uid":"3963ec89ddbc04a3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3963ec89ddbc04a3","status":"passed","time":{"start":1728855823309,"stop":1728855823309,"duration":0}},{"uid":"34bd6eab77355e19","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/34bd6eab77355e19","status":"passed","time":{"start":1728738040571,"stop":1728738040571,"duration":0}},{"uid":"386a12bc84bc74a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/386a12bc84bc74a","status":"passed","time":{"start":1728682574070,"stop":1728682574070,"duration":0}},{"uid":"697358a5f2f41d69","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/697358a5f2f41d69","status":"passed","time":{"start":1728682146798,"stop":1728682146798,"duration":0}},{"uid":"25db323a663371bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/25db323a663371bf","status":"passed","time":{"start":1728676621407,"stop":1728676621408,"duration":1}},{"uid":"24b20e0f8dcfd292","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/24b20e0f8dcfd292","status":"passed","time":{"start":1728669344455,"stop":1728669344455,"duration":0}},{"uid":"5c9488bac3b8ddad","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5c9488bac3b8ddad","status":"passed","time":{"start":1728597685137,"stop":1728597685138,"duration":1}},{"uid":"e162a2bd490de24a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e162a2bd490de24a","status":"passed","time":{"start":1728596904443,"stop":1728596904446,"duration":3}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"deabd736f4fa496d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/deabd736f4fa496d","status":"passed","time":{"start":1729034708552,"stop":1729034708552,"duration":0}},{"uid":"f5400c9c9e488f1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f5400c9c9e488f1","status":"passed","time":{"start":1729034480293,"stop":1729034480297,"duration":4}},{"uid":"9343b0f05ae6441c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9343b0f05ae6441c","status":"passed","time":{"start":1729034396759,"stop":1729034396760,"duration":1}},{"uid":"c9b96c1fb19e603e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c9b96c1fb19e603e","status":"passed","time":{"start":1729032277692,"stop":1729032277692,"duration":0}},{"uid":"fd146e41182d506e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd146e41182d506e","status":"passed","time":{"start":1728902034224,"stop":1728902034225,"duration":1}},{"uid":"437f519630ffcc24","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/437f519630ffcc24","status":"passed","time":{"start":1728893469057,"stop":1728893469057,"duration":0}},{"uid":"df2ce51c12d7506f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/df2ce51c12d7506f","status":"passed","time":{"start":1728856416488,"stop":1728856416488,"duration":0}},{"uid":"4404e0a4c4508e14","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4404e0a4c4508e14","status":"passed","time":{"start":1728738643170,"stop":1728738643170,"duration":0}},{"uid":"8c45545c3e1aecbc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8c45545c3e1aecbc","status":"passed","time":{"start":1728683174246,"stop":1728683174247,"duration":1}},{"uid":"454ee008b99e9cfb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/454ee008b99e9cfb","status":"passed","time":{"start":1728682757801,"stop":1728682757801,"duration":0}},{"uid":"b95f09543f5cfd21","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b95f09543f5cfd21","status":"passed","time":{"start":1728677231124,"stop":1728677231125,"duration":1}},{"uid":"bf6c9511381101ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf6c9511381101ab","status":"passed","time":{"start":1728669920237,"stop":1728669920237,"duration":0}},{"uid":"152f5b10871a9d72","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/152f5b10871a9d72","status":"passed","time":{"start":1728598298889,"stop":1728598298889,"duration":0}},{"uid":"6ed275198958fd16","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ed275198958fd16","status":"passed","time":{"start":1728597513734,"stop":1728597513734,"duration":0}}]},"3c589c399512a87ef13dad0d5b467fd1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9b92d94355ce0fa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d9b92d94355ce0fa","status":"passed","time":{"start":1728597353487,"stop":1728597353487,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6dbc6732398b982e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6dbc6732398b982e","status":"passed","time":{"start":1729034356473,"stop":1729034356474,"duration":1}},{"uid":"fca33f74ca38a775","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fca33f74ca38a775","status":"passed","time":{"start":1729034120499,"stop":1729034120499,"duration":0}},{"uid":"ebeb66c57638e7d8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ebeb66c57638e7d8","status":"passed","time":{"start":1729033858269,"stop":1729033858269,"duration":0}},{"uid":"c4b739c37ef5375b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c4b739c37ef5375b","status":"passed","time":{"start":1729031908176,"stop":1729031908176,"duration":0}},{"uid":"37d4e1c206337c7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37d4e1c206337c7","status":"passed","time":{"start":1728901453932,"stop":1728901453932,"duration":0}},{"uid":"5c31a9d56c3e0214","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c31a9d56c3e0214","status":"passed","time":{"start":1728892884408,"stop":1728892884408,"duration":0}},{"uid":"10b5bd088ab6792c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/10b5bd088ab6792c","status":"passed","time":{"start":1728855846878,"stop":1728855846878,"duration":0}},{"uid":"75d28ff9fdcf3f02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/75d28ff9fdcf3f02","status":"passed","time":{"start":1728738064181,"stop":1728738064181,"duration":0}},{"uid":"2944679bf2f1b9d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2944679bf2f1b9d9","status":"passed","time":{"start":1728682597759,"stop":1728682597759,"duration":0}},{"uid":"6158c8a679baea40","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6158c8a679baea40","status":"passed","time":{"start":1728682170539,"stop":1728682170539,"duration":0}},{"uid":"cd899d8bcf349584","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cd899d8bcf349584","status":"passed","time":{"start":1728676645198,"stop":1728676645198,"duration":0}},{"uid":"c430efcf7d1190b2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c430efcf7d1190b2","status":"passed","time":{"start":1728669368193,"stop":1728669368194,"duration":1}},{"uid":"1716090bd663625e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1716090bd663625e","status":"passed","time":{"start":1728597709009,"stop":1728597709009,"duration":0}},{"uid":"2fa3234bc143480c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2fa3234bc143480c","status":"passed","time":{"start":1728596928105,"stop":1728596928105,"duration":0}}]},"3f213d4cb6ac1b357b245242155ee3bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7be66d5ccd2f40ea","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7be66d5ccd2f40ea","status":"passed","time":{"start":1729034393637,"stop":1729034393637,"duration":0}}]},"95b2ddaf5c901447a83ece387f47a972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a52e19f0c14ce964","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a52e19f0c14ce964","status":"passed","time":{"start":1728682721327,"stop":1728682721328,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"83cb1b0c3c29f0ea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/83cb1b0c3c29f0ea","status":"passed","time":{"start":1729034536108,"stop":1729034536108,"duration":0}},{"uid":"338a3d6e645ee23","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/338a3d6e645ee23","status":"passed","time":{"start":1729034296712,"stop":1729034296712,"duration":0}},{"uid":"6d369408282161e8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6d369408282161e8","status":"passed","time":{"start":1729034220609,"stop":1729034220609,"duration":0}},{"uid":"4b68b5ebbeeb8a05","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b68b5ebbeeb8a05","status":"passed","time":{"start":1729034041497,"stop":1729034041497,"duration":0}},{"uid":"ec5747f150ba3b7d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ec5747f150ba3b7d","status":"passed","time":{"start":1728901705411,"stop":1728901705412,"duration":1}},{"uid":"ba9f1f97abc1e91b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ba9f1f97abc1e91b","status":"passed","time":{"start":1728893141780,"stop":1728893141780,"duration":0}},{"uid":"257730ca4951b63c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/257730ca4951b63c","status":"passed","time":{"start":1728856087086,"stop":1728856087086,"duration":0}},{"uid":"b130c8c75a9b3251","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b130c8c75a9b3251","status":"passed","time":{"start":1728738321443,"stop":1728738321445,"duration":2}},{"uid":"19643480792bd939","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/19643480792bd939","status":"passed","time":{"start":1728682845679,"stop":1728682845679,"duration":0}},{"uid":"c8c40a5b968b2e4f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c8c40a5b968b2e4f","status":"passed","time":{"start":1728682424314,"stop":1728682424314,"duration":0}},{"uid":"90ec60558b726994","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/90ec60558b726994","status":"passed","time":{"start":1728676900543,"stop":1728676900543,"duration":0}},{"uid":"3e4ee01e8bc0bb12","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3e4ee01e8bc0bb12","status":"passed","time":{"start":1728669625804,"stop":1728669625804,"duration":0}},{"uid":"f964c4d9b9e992b7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f964c4d9b9e992b7","status":"passed","time":{"start":1728597957174,"stop":1728597957175,"duration":1}},{"uid":"333c2ca1d60f60b6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/333c2ca1d60f60b6","status":"passed","time":{"start":1728597182622,"stop":1728597182622,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"abbaef7dcc95d585","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/abbaef7dcc95d585","status":"passed","time":{"start":1729034366400,"stop":1729034366400,"duration":0}},{"uid":"d4f2d494c7e8b5c1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d4f2d494c7e8b5c1","status":"passed","time":{"start":1729034130431,"stop":1729034130431,"duration":0}},{"uid":"b458eb71f81df69","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b458eb71f81df69","status":"passed","time":{"start":1729034053401,"stop":1729034053401,"duration":0}},{"uid":"a5d8ec03b24b7fbd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5d8ec03b24b7fbd","status":"passed","time":{"start":1729033868329,"stop":1729033868330,"duration":1}},{"uid":"2c59f7fd502dc940","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c59f7fd502dc940","status":"passed","time":{"start":1729031918118,"stop":1729031918118,"duration":0}},{"uid":"1863631bea41a34","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1863631bea41a34","status":"passed","time":{"start":1728901463798,"stop":1728901463798,"duration":0}},{"uid":"ff02d0cd29ff32dc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ff02d0cd29ff32dc","status":"passed","time":{"start":1728892894311,"stop":1728892894311,"duration":0}},{"uid":"8f71688c45d7a86","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8f71688c45d7a86","status":"passed","time":{"start":1728855856839,"stop":1728855856840,"duration":1}},{"uid":"b019bd92a66deba3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b019bd92a66deba3","status":"passed","time":{"start":1728738074180,"stop":1728738074180,"duration":0}},{"uid":"d5461c3781de76a2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d5461c3781de76a2","status":"passed","time":{"start":1728682607653,"stop":1728682607653,"duration":0}},{"uid":"e154a4d479dfc987","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e154a4d479dfc987","status":"passed","time":{"start":1728682180607,"stop":1728682180607,"duration":0}},{"uid":"11416561cd3d2eb8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11416561cd3d2eb8","status":"passed","time":{"start":1728676655192,"stop":1728676655193,"duration":1}},{"uid":"6e5afdb48976abf2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6e5afdb48976abf2","status":"passed","time":{"start":1728669378166,"stop":1728669378166,"duration":0}},{"uid":"7c5547dd9bb564eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7c5547dd9bb564eb","status":"passed","time":{"start":1728597718745,"stop":1728597718746,"duration":1}},{"uid":"5193abffa19fd6b1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5193abffa19fd6b1","status":"passed","time":{"start":1728596937947,"stop":1728596937948,"duration":1}}]},"8d72c1f1a20dfa1bf830c6549446f89f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a14d97172d46d668","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a14d97172d46d668","status":"passed","time":{"start":1728683110367,"stop":1728683110368,"duration":1}}]},"1233d6f09bfc9dbc8a70af80f1216be9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce621e3657465392","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce621e3657465392","status":"passed","time":{"start":1728682666067,"stop":1728682666067,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"839643a7fe2e786e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/839643a7fe2e786e","status":"passed","time":{"start":1729034611683,"stop":1729034611683,"duration":0}},{"uid":"7b8b796b9b87395b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7b8b796b9b87395b","status":"passed","time":{"start":1729034393665,"stop":1729034393665,"duration":0}},{"uid":"cead59a9ade78f89","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cead59a9ade78f89","status":"passed","time":{"start":1729034304857,"stop":1729034304857,"duration":0}},{"uid":"608e0c34cccfca92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/608e0c34cccfca92","status":"passed","time":{"start":1729034121948,"stop":1729034121951,"duration":3}},{"uid":"3ee5882709b3445d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3ee5882709b3445d","status":"passed","time":{"start":1729032174929,"stop":1729032174929,"duration":0}},{"uid":"e006b88454acb763","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e006b88454acb763","status":"passed","time":{"start":1728901881030,"stop":1728901881031,"duration":1}},{"uid":"30b05e55eab6f3b3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/30b05e55eab6f3b3","status":"passed","time":{"start":1728893317181,"stop":1728893317182,"duration":1}},{"uid":"b4b48f94442e62b0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4b48f94442e62b0","status":"passed","time":{"start":1728856263112,"stop":1728856263112,"duration":0}},{"uid":"c63b113d226bee51","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c63b113d226bee51","status":"passed","time":{"start":1728738492806,"stop":1728738492806,"duration":0}},{"uid":"9d1abeae5b1a8a64","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9d1abeae5b1a8a64","status":"passed","time":{"start":1728683030030,"stop":1728683030030,"duration":0}},{"uid":"dfcfcea209efbf38","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dfcfcea209efbf38","status":"passed","time":{"start":1728682581130,"stop":1728682581130,"duration":0}},{"uid":"9bfab963ee53bc9d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9bfab963ee53bc9d","status":"passed","time":{"start":1728677082011,"stop":1728677082011,"duration":0}},{"uid":"dd91bfc69975884c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd91bfc69975884c","status":"passed","time":{"start":1728669795408,"stop":1728669795408,"duration":0}},{"uid":"f5519fc4ffca4fa2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5519fc4ffca4fa2","status":"passed","time":{"start":1728598137510,"stop":1728598137510,"duration":0}},{"uid":"3b8bff6a79d31694","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3b8bff6a79d31694","status":"passed","time":{"start":1728597353487,"stop":1728597353488,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"dab8fd86d8cba100","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dab8fd86d8cba100","status":"passed","time":{"start":1729034356196,"stop":1729034356196,"duration":0}},{"uid":"fba68c6f36a39879","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fba68c6f36a39879","status":"passed","time":{"start":1729034120195,"stop":1729034120196,"duration":1}},{"uid":"699d3d0e709d7e14","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/699d3d0e709d7e14","status":"passed","time":{"start":1729034043327,"stop":1729034043327,"duration":0}},{"uid":"3285b4f51931226e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3285b4f51931226e","status":"passed","time":{"start":1729033858031,"stop":1729033858031,"duration":0}},{"uid":"2e4f9a37cc2c611c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e4f9a37cc2c611c","status":"passed","time":{"start":1729031908099,"stop":1729031908099,"duration":0}},{"uid":"aac434662982dea4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aac434662982dea4","status":"passed","time":{"start":1728901453393,"stop":1728901453394,"duration":1}},{"uid":"24329b6930450ea4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/24329b6930450ea4","status":"passed","time":{"start":1728892884023,"stop":1728892884024,"duration":1}},{"uid":"322e3301aaf86aa1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/322e3301aaf86aa1","status":"passed","time":{"start":1728855846493,"stop":1728855846493,"duration":0}},{"uid":"23c6debcf1aee508","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23c6debcf1aee508","status":"passed","time":{"start":1728738063723,"stop":1728738063723,"duration":0}},{"uid":"584b45cb87c8d4b5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/584b45cb87c8d4b5","status":"passed","time":{"start":1728682597444,"stop":1728682597444,"duration":0}},{"uid":"811ebc5c6f932f0e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/811ebc5c6f932f0e","status":"passed","time":{"start":1728682170236,"stop":1728682170237,"duration":1}},{"uid":"c65323327607127f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c65323327607127f","status":"passed","time":{"start":1728676645010,"stop":1728676645011,"duration":1}},{"uid":"4eda86aaf33287b8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4eda86aaf33287b8","status":"passed","time":{"start":1728669367791,"stop":1728669367791,"duration":0}},{"uid":"c73711b1ba22ce4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c73711b1ba22ce4a","status":"passed","time":{"start":1728597708643,"stop":1728597708644,"duration":1}},{"uid":"b87c0131880aa5bd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b87c0131880aa5bd","status":"passed","time":{"start":1728596927931,"stop":1728596927931,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"72c9057ec25c4b7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/72c9057ec25c4b7e","status":"passed","time":{"start":1729034536098,"stop":1729034536098,"duration":0}},{"uid":"a9deaf775eeba062","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a9deaf775eeba062","status":"passed","time":{"start":1729034296704,"stop":1729034296704,"duration":0}},{"uid":"ed98d9173652b234","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed98d9173652b234","status":"passed","time":{"start":1729034220601,"stop":1729034220601,"duration":0}},{"uid":"6ddc6f273d8e26ea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6ddc6f273d8e26ea","status":"passed","time":{"start":1729034041477,"stop":1729034041485,"duration":8}},{"uid":"394483837a737c53","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/394483837a737c53","status":"passed","time":{"start":1728901705389,"stop":1728901705390,"duration":1}},{"uid":"44dfe8b2e0bcd6f7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/44dfe8b2e0bcd6f7","status":"passed","time":{"start":1728893141772,"stop":1728893141773,"duration":1}},{"uid":"edf5a9e0d2dcac0e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/edf5a9e0d2dcac0e","status":"passed","time":{"start":1728856087080,"stop":1728856087081,"duration":1}},{"uid":"ca328c99bbaef88b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ca328c99bbaef88b","status":"passed","time":{"start":1728738321432,"stop":1728738321432,"duration":0}},{"uid":"dc3a20ac4c6e9240","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc3a20ac4c6e9240","status":"passed","time":{"start":1728682845672,"stop":1728682845672,"duration":0}},{"uid":"fc4cd2f9146ef6a5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fc4cd2f9146ef6a5","status":"passed","time":{"start":1728682424305,"stop":1728682424306,"duration":1}},{"uid":"bfb2a7650f9e3fac","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bfb2a7650f9e3fac","status":"passed","time":{"start":1728676900512,"stop":1728676900513,"duration":1}},{"uid":"7ede1c48411acad3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ede1c48411acad3","status":"passed","time":{"start":1728669625796,"stop":1728669625798,"duration":2}},{"uid":"9c7a3a6e9aabd614","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9c7a3a6e9aabd614","status":"passed","time":{"start":1728597957161,"stop":1728597957161,"duration":0}},{"uid":"64e7e23551d241ac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/64e7e23551d241ac","status":"passed","time":{"start":1728597182614,"stop":1728597182615,"duration":1}}]},"d4c6a4e82e7d0589461c89782156333a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"eba6858557c76f7e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eba6858557c76f7e","status":"passed","time":{"start":1729034373028,"stop":1729034373029,"duration":1}},{"uid":"dcb914fc8b5be549","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dcb914fc8b5be549","status":"passed","time":{"start":1729034137316,"stop":1729034137316,"duration":0}},{"uid":"a6428443f838ebc4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a6428443f838ebc4","status":"passed","time":{"start":1729034060020,"stop":1729034060021,"duration":1}},{"uid":"ee2c69ec5c974591","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee2c69ec5c974591","status":"passed","time":{"start":1729033874963,"stop":1729033874964,"duration":1}},{"uid":"c31f75f20044b6e9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c31f75f20044b6e9","status":"passed","time":{"start":1729031924902,"stop":1729031924902,"duration":0}},{"uid":"f8412c3465cae5a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f8412c3465cae5a9","status":"passed","time":{"start":1728901469129,"stop":1728901469129,"duration":0}},{"uid":"a6ebff25d44003e5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6ebff25d44003e5","status":"passed","time":{"start":1728892899794,"stop":1728892899794,"duration":0}},{"uid":"b73e795eee575ce8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b73e795eee575ce8","status":"passed","time":{"start":1728855863059,"stop":1728855863059,"duration":0}},{"uid":"ce87ee8faef145b6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ce87ee8faef145b6","status":"passed","time":{"start":1728738080900,"stop":1728738080901,"duration":1}},{"uid":"9f6d7ae22c96063d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9f6d7ae22c96063d","status":"passed","time":{"start":1728682614310,"stop":1728682614311,"duration":1}},{"uid":"a42d0755b65c9157","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a42d0755b65c9157","status":"passed","time":{"start":1728682187095,"stop":1728682187095,"duration":0}},{"uid":"41212e57b79b8fc7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/41212e57b79b8fc7","status":"passed","time":{"start":1728676661488,"stop":1728676661488,"duration":0}},{"uid":"56c1b9922cd2778e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/56c1b9922cd2778e","status":"passed","time":{"start":1728669384663,"stop":1728669384663,"duration":0}},{"uid":"d57836229ad6ae2a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d57836229ad6ae2a","status":"passed","time":{"start":1728597724235,"stop":1728597724235,"duration":0}},{"uid":"c4bc6414726e1d4c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c4bc6414726e1d4c","status":"passed","time":{"start":1728596943283,"stop":1728596943283,"duration":0}}]},"3501f54b150f723c4f8f28bbbda8665d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ee629b670a6fce3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2ee629b670a6fce3","status":"passed","time":{"start":1728901958857,"stop":1728901958858,"duration":1}}]},"c1465b36a0e4ae0b0a25e6ed5c6e94e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"962f3bb37d4940c4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/962f3bb37d4940c4","status":"passed","time":{"start":1729034611682,"stop":1729034611683,"duration":1}}]},"0ccc81b797b254da23db3a5eb070859e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c87af789a6d3bad2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c87af789a6d3bad2","status":"passed","time":{"start":1729032065453,"stop":1729032065455,"duration":2}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e2d7efa86ee3f981","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e2d7efa86ee3f981","status":"passed","time":{"start":1729034611679,"stop":1729034611680,"duration":1}},{"uid":"52f08b9b0fe2cd56","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/52f08b9b0fe2cd56","status":"passed","time":{"start":1729034393655,"stop":1729034393656,"duration":1}},{"uid":"292eaeb14da2a23e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/292eaeb14da2a23e","status":"passed","time":{"start":1729034304853,"stop":1729034304853,"duration":0}},{"uid":"82413fd48017b8b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/82413fd48017b8b","status":"passed","time":{"start":1729034121939,"stop":1729034121940,"duration":1}},{"uid":"60613dd10680e48a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/60613dd10680e48a","status":"passed","time":{"start":1729032174916,"stop":1729032174916,"duration":0}},{"uid":"d9cc467c4b7085eb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d9cc467c4b7085eb","status":"passed","time":{"start":1728901881021,"stop":1728901881022,"duration":1}},{"uid":"448cd75482adf04c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/448cd75482adf04c","status":"passed","time":{"start":1728893317178,"stop":1728893317178,"duration":0}},{"uid":"794f73d6d34b57e0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/794f73d6d34b57e0","status":"passed","time":{"start":1728856263109,"stop":1728856263109,"duration":0}},{"uid":"5056365efe99cde2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5056365efe99cde2","status":"passed","time":{"start":1728738492803,"stop":1728738492803,"duration":0}},{"uid":"1f62191fc7e6f811","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1f62191fc7e6f811","status":"passed","time":{"start":1728683030026,"stop":1728683030026,"duration":0}},{"uid":"a383c4bfd1b59d71","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a383c4bfd1b59d71","status":"passed","time":{"start":1728682581111,"stop":1728682581112,"duration":1}},{"uid":"b62d1c7dca2237da","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b62d1c7dca2237da","status":"passed","time":{"start":1728677082005,"stop":1728677082006,"duration":1}},{"uid":"3120b1c3a2d10d1f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3120b1c3a2d10d1f","status":"passed","time":{"start":1728669795403,"stop":1728669795404,"duration":1}},{"uid":"16944f548e1e1c0d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/16944f548e1e1c0d","status":"passed","time":{"start":1728598137507,"stop":1728598137507,"duration":0}},{"uid":"43e8a2cac54470eb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/43e8a2cac54470eb","status":"passed","time":{"start":1728597353484,"stop":1728597353484,"duration":0}}]},"67feca74ae696eae5032134a26b5f06f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d102312858215e33","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d102312858215e33","status":"passed","time":{"start":1729034137157,"stop":1729034137158,"duration":1}}]},"d37cd9c4922e7e97a5917128ae3e6c2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c45905db970288","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7c45905db970288","status":"passed","time":{"start":1728682581129,"stop":1728682581129,"duration":0}}]},"383635f5d0f994371e27f6dafe31dacc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4659f9dfcfedf48","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a4659f9dfcfedf48","status":"passed","time":{"start":1728598163467,"stop":1728598163467,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"6453eb18170b42ca","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6453eb18170b42ca","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034611687,"stop":1729034611689,"duration":2}},{"uid":"df018ca098f39b0f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/df018ca098f39b0f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034393673,"stop":1729034393673,"duration":0}},{"uid":"bba32081e268e848","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bba32081e268e848","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034304864,"stop":1729034304864,"duration":0}},{"uid":"e5439b3e0d6a28b2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e5439b3e0d6a28b2","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121957,"stop":1729034121958,"duration":1}},{"uid":"f313135d8fb06e5f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f313135d8fb06e5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174932,"stop":1729032174932,"duration":0}},{"uid":"8f2ada6f8aae614b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8f2ada6f8aae614b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881036,"stop":1728901881036,"duration":0}},{"uid":"7f3aaa38045cd295","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7f3aaa38045cd295","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317185,"stop":1728893317185,"duration":0}},{"uid":"ea8850103036e1f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ea8850103036e1f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263129,"stop":1728856263129,"duration":0}},{"uid":"41b19636cfee2c01","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/41b19636cfee2c01","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492815,"stop":1728738492815,"duration":0}},{"uid":"d44c5120f90c52e5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d44c5120f90c52e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030032,"stop":1728683030033,"duration":1}},{"uid":"b79ea7e83f178d3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b79ea7e83f178d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581133,"stop":1728682581134,"duration":1}},{"uid":"1db1ccc9ea5b2642","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1db1ccc9ea5b2642","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082018,"stop":1728677082018,"duration":0}},{"uid":"9d587e026d528bb3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9d587e026d528bb3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795411,"stop":1728669795411,"duration":0}},{"uid":"545bf41609f20918","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/545bf41609f20918","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137512,"stop":1728598137512,"duration":0}},{"uid":"ee84e2c674289717","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ee84e2c674289717","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353491,"stop":1728597353491,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4042686041f9b7dc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4042686041f9b7dc","status":"passed","time":{"start":1729034472990,"stop":1729034472991,"duration":1}},{"uid":"cb24ae799a0c1b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cb24ae799a0c1b","status":"passed","time":{"start":1729034240936,"stop":1729034240937,"duration":1}},{"uid":"f72f1750f0d553fe","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f72f1750f0d553fe","status":"passed","time":{"start":1729034159630,"stop":1729034159634,"duration":4}},{"uid":"5a1c3bd0fdc0bd88","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a1c3bd0fdc0bd88","status":"passed","time":{"start":1729033976818,"stop":1729033976830,"duration":12}},{"uid":"1e5ad3f83a735827","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1e5ad3f83a735827","status":"passed","time":{"start":1729032020536,"stop":1729032020537,"duration":1}},{"uid":"b4734e78e0962da7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b4734e78e0962da7","status":"passed","time":{"start":1728901616501,"stop":1728901616501,"duration":0}},{"uid":"3ce047f7519d4579","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ce047f7519d4579","status":"passed","time":{"start":1728893050254,"stop":1728893050254,"duration":0}},{"uid":"d1d6dcba66c1d9eb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d1d6dcba66c1d9eb","status":"passed","time":{"start":1728856015192,"stop":1728856015192,"duration":0}},{"uid":"32f70039f0b68c4c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/32f70039f0b68c4c","status":"passed","time":{"start":1728738233180,"stop":1728738233183,"duration":3}},{"uid":"9ecf0f9634c0f5c7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9ecf0f9634c0f5c7","status":"passed","time":{"start":1728682762485,"stop":1728682762489,"duration":4}},{"uid":"1b300259f36d0333","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1b300259f36d0333","status":"passed","time":{"start":1728682332799,"stop":1728682332799,"duration":0}},{"uid":"cdabce400a7c3abc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cdabce400a7c3abc","status":"passed","time":{"start":1728676810306,"stop":1728676810306,"duration":0}},{"uid":"4e70e4e3522be02a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4e70e4e3522be02a","status":"passed","time":{"start":1728669529909,"stop":1728669529910,"duration":1}},{"uid":"146e984ade564e98","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/146e984ade564e98","status":"passed","time":{"start":1728597873547,"stop":1728597873549,"duration":2}},{"uid":"5c7745491581590","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5c7745491581590","status":"passed","time":{"start":1728597089287,"stop":1728597089290,"duration":3}}]},"455a612e6a01360090c522a4f37c2d1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bd4f55320fc01590","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bd4f55320fc01590","status":"passed","time":{"start":1728682601747,"stop":1728682601748,"duration":1}}]},"80c3fe3fb16d81197999646b6b374b50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7d9f9c1fc6b5caa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f7d9f9c1fc6b5caa","status":"passed","time":{"start":1728901881029,"stop":1728901881030,"duration":1}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"b2b1d62226f98e53","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b2b1d62226f98e53","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034645145,"stop":1729034645146,"duration":1}},{"uid":"418b0efac050b5ee","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/418b0efac050b5ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034413328,"stop":1729034413328,"duration":0}},{"uid":"fb406b399cbbce47","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fb406b399cbbce47","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034330404,"stop":1729034330405,"duration":1}},{"uid":"8d5b9df835846532","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8d5b9df835846532","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034148002,"stop":1729034148002,"duration":0}},{"uid":"544b42cf9defcfc9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/544b42cf9defcfc9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032202832,"stop":1729032202832,"duration":0}},{"uid":"d3a9488775cbb0d1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d3a9488775cbb0d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873321,"stop":1728901873322,"duration":1}},{"uid":"87af5a44079381f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/87af5a44079381f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311009,"stop":1728893311009,"duration":0}},{"uid":"c60086508c31ffd8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c60086508c31ffd8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856279298,"stop":1728856279298,"duration":0}},{"uid":"4aa676010294fdaf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4aa676010294fdaf","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483462,"stop":1728738483462,"duration":0}},{"uid":"5e226edeb456b70","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5e226edeb456b70","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683033354,"stop":1728683033355,"duration":1}},{"uid":"bc307abbd8554156","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bc307abbd8554156","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682591258,"stop":1728682591258,"duration":0}},{"uid":"b788f7e8a8f9af53","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b788f7e8a8f9af53","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677083881,"stop":1728677083881,"duration":0}},{"uid":"dfb368c5328190f7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dfb368c5328190f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669753997,"stop":1728669753997,"duration":0}},{"uid":"68b8d3978e9fdf0f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68b8d3978e9fdf0f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598145545,"stop":1728598145545,"duration":0}},{"uid":"e08fa0d9b8935314","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e08fa0d9b8935314","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350445,"stop":1728597350445,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ef836391f33f5693","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ef836391f33f5693","status":"passed","time":{"start":1729034708551,"stop":1729034708551,"duration":0}},{"uid":"baadf8b10721e10d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/baadf8b10721e10d","status":"passed","time":{"start":1729034480289,"stop":1729034480290,"duration":1}},{"uid":"1d0340bec99b395c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d0340bec99b395c","status":"passed","time":{"start":1729034396758,"stop":1729034396758,"duration":0}},{"uid":"28ebf074d6e44cff","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/28ebf074d6e44cff","status":"passed","time":{"start":1729032277690,"stop":1729032277691,"duration":1}},{"uid":"2fe9165c641e8d63","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2fe9165c641e8d63","status":"passed","time":{"start":1728902034223,"stop":1728902034223,"duration":0}},{"uid":"3b722f802a881d91","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b722f802a881d91","status":"passed","time":{"start":1728893469055,"stop":1728893469055,"duration":0}},{"uid":"f3a5aea5d3976dc5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f3a5aea5d3976dc5","status":"passed","time":{"start":1728856416486,"stop":1728856416487,"duration":1}},{"uid":"ddafa0077994d45f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ddafa0077994d45f","status":"passed","time":{"start":1728738643169,"stop":1728738643169,"duration":0}},{"uid":"a1d7c139f49f89b4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a1d7c139f49f89b4","status":"passed","time":{"start":1728683174245,"stop":1728683174245,"duration":0}},{"uid":"bb6cbc93eb31455b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bb6cbc93eb31455b","status":"passed","time":{"start":1728682757798,"stop":1728682757798,"duration":0}},{"uid":"c79b69ca9b3dfdb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c79b69ca9b3dfdb9","status":"passed","time":{"start":1728677231123,"stop":1728677231124,"duration":1}},{"uid":"227ef1a73f9adbf4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/227ef1a73f9adbf4","status":"passed","time":{"start":1728669920234,"stop":1728669920235,"duration":1}},{"uid":"d43e0f53137b8ec5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d43e0f53137b8ec5","status":"passed","time":{"start":1728598298887,"stop":1728598298887,"duration":0}},{"uid":"9daded4f41426906","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9daded4f41426906","status":"passed","time":{"start":1728597513733,"stop":1728597513733,"duration":0}}]},"5a0fb239aeea3ccc80d271dfacc25342:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"121946d52205d2ed","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/121946d52205d2ed","status":"passed","time":{"start":1728669834424,"stop":1728669834425,"duration":1}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d785b08bcdb6d427","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d785b08bcdb6d427","status":"passed","time":{"start":1729034704493,"stop":1729034704493,"duration":0}},{"uid":"aaf2dce920810be","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aaf2dce920810be","status":"passed","time":{"start":1729034474986,"stop":1729034474986,"duration":0}},{"uid":"c7320f23d57b5aed","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c7320f23d57b5aed","status":"passed","time":{"start":1729034395289,"stop":1729034395289,"duration":0}},{"uid":"af211dddc154fa8a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af211dddc154fa8a","status":"passed","time":{"start":1729034209095,"stop":1729034209095,"duration":0}},{"uid":"d431a9ed18e3990b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d431a9ed18e3990b","status":"passed","time":{"start":1729032264566,"stop":1729032264567,"duration":1}},{"uid":"538d574edb269d1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/538d574edb269d1f","status":"passed","time":{"start":1728902012847,"stop":1728902012848,"duration":1}},{"uid":"52287a31153076ee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/52287a31153076ee","status":"passed","time":{"start":1728893454810,"stop":1728893454810,"duration":0}},{"uid":"311294f140e67ac8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/311294f140e67ac8","status":"passed","time":{"start":1728856408451,"stop":1728856408451,"duration":0}},{"uid":"60b8cc139606eed3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/60b8cc139606eed3","status":"passed","time":{"start":1728738633853,"stop":1728738633853,"duration":0}},{"uid":"1ed9cd20dd8fc99a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1ed9cd20dd8fc99a","status":"passed","time":{"start":1728683159753,"stop":1728683159754,"duration":1}},{"uid":"fd47f6a1caa2a85b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fd47f6a1caa2a85b","status":"passed","time":{"start":1728682751328,"stop":1728682751328,"duration":0}},{"uid":"419cc85c3db2cb89","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/419cc85c3db2cb89","status":"passed","time":{"start":1728677216354,"stop":1728677216354,"duration":0}},{"uid":"121681f3430d0019","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/121681f3430d0019","status":"passed","time":{"start":1728669925452,"stop":1728669925452,"duration":0}},{"uid":"7bcb9b63d9762045","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7bcb9b63d9762045","status":"passed","time":{"start":1728598268800,"stop":1728598268800,"duration":0}},{"uid":"1abb37fbb7e3ca63","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1abb37fbb7e3ca63","status":"passed","time":{"start":1728597503915,"stop":1728597503916,"duration":1}}]},"52a04aa99742247c818e1c97d971f047:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71eda36f7ef35d9d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71eda36f7ef35d9d","status":"passed","time":{"start":1729034323301,"stop":1729034323301,"duration":0}}]},"3d17c81360706ea680b14e20202282ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4409aa1f7132d12","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4409aa1f7132d12","status":"passed","time":{"start":1728677163579,"stop":1728677163579,"duration":0}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6739e111aeb0cc31","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6739e111aeb0cc31","status":"passed","time":{"start":1729034335331,"stop":1729034335332,"duration":1}},{"uid":"f40c711373b576e7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f40c711373b576e7","status":"passed","time":{"start":1729034098684,"stop":1729034098685,"duration":1}},{"uid":"27a171b1fff1ae84","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/27a171b1fff1ae84","status":"passed","time":{"start":1729034022453,"stop":1729034022454,"duration":1}},{"uid":"ccb0aafed26e4af2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccb0aafed26e4af2","status":"passed","time":{"start":1729033836801,"stop":1729033836802,"duration":1}},{"uid":"445c69c6ce4483cc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/445c69c6ce4483cc","status":"passed","time":{"start":1729031886608,"stop":1729031886609,"duration":1}},{"uid":"eec2e8f6fdd5e192","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/eec2e8f6fdd5e192","status":"passed","time":{"start":1728901432735,"stop":1728901432736,"duration":1}},{"uid":"3b8cad1d4c50b1ac","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b8cad1d4c50b1ac","status":"passed","time":{"start":1728892863021,"stop":1728892863022,"duration":1}},{"uid":"4ee0181f4542f071","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ee0181f4542f071","status":"passed","time":{"start":1728855825770,"stop":1728855825771,"duration":1}},{"uid":"2d145bd277382bb5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2d145bd277382bb5","status":"passed","time":{"start":1728738043030,"stop":1728738043031,"duration":1}},{"uid":"2ebe9a6ed73a1be1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2ebe9a6ed73a1be1","status":"passed","time":{"start":1728682576528,"stop":1728682576529,"duration":1}},{"uid":"25ea1d23dd7074d3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/25ea1d23dd7074d3","status":"passed","time":{"start":1728682149241,"stop":1728682149242,"duration":1}},{"uid":"353913519a6604c7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/353913519a6604c7","status":"passed","time":{"start":1728676623916,"stop":1728676623917,"duration":1}},{"uid":"b0310e8db637898a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0310e8db637898a","status":"passed","time":{"start":1728669346939,"stop":1728669346940,"duration":1}},{"uid":"d9df214c4df5f477","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d9df214c4df5f477","status":"passed","time":{"start":1728597687692,"stop":1728597687693,"duration":1}},{"uid":"ec59719b5c4a77fe","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec59719b5c4a77fe","status":"passed","time":{"start":1728596907134,"stop":1728596907135,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2d1e3aae46c491cf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2d1e3aae46c491cf","status":"passed","time":{"start":1729034462533,"stop":1729034462534,"duration":1}},{"uid":"b72b9deae76bbfc9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b72b9deae76bbfc9","status":"passed","time":{"start":1729034231343,"stop":1729034231344,"duration":1}},{"uid":"32ddfeecf83da004","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/32ddfeecf83da004","status":"passed","time":{"start":1729034153005,"stop":1729034153006,"duration":1}},{"uid":"f3ad83cecdb08bcd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f3ad83cecdb08bcd","status":"passed","time":{"start":1729033965753,"stop":1729033965753,"duration":0}},{"uid":"3025559fb9a542a8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3025559fb9a542a8","status":"passed","time":{"start":1729032018033,"stop":1729032018033,"duration":0}},{"uid":"99493341e10a23f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/99493341e10a23f","status":"passed","time":{"start":1728901595853,"stop":1728901595853,"duration":0}},{"uid":"d00e18d1c901065a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d00e18d1c901065a","status":"passed","time":{"start":1728893032691,"stop":1728893032691,"duration":0}},{"uid":"b4d4d2620c416f1b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4d4d2620c416f1b","status":"passed","time":{"start":1728855998187,"stop":1728855998189,"duration":2}},{"uid":"f6451cbbe1f5f9fb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f6451cbbe1f5f9fb","status":"passed","time":{"start":1728738212195,"stop":1728738212197,"duration":2}},{"uid":"87122ee0a6f2732","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/87122ee0a6f2732","status":"passed","time":{"start":1728682746576,"stop":1728682746576,"duration":0}},{"uid":"c459a441725bc31b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c459a441725bc31b","status":"passed","time":{"start":1728682328612,"stop":1728682328615,"duration":3}},{"uid":"124f9a820d1df349","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/124f9a820d1df349","status":"passed","time":{"start":1728676807594,"stop":1728676807594,"duration":0}},{"uid":"90db029db1f97765","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/90db029db1f97765","status":"passed","time":{"start":1728669514929,"stop":1728669514930,"duration":1}},{"uid":"d5c75613a1fa71ba","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d5c75613a1fa71ba","status":"passed","time":{"start":1728597860133,"stop":1728597860133,"duration":0}},{"uid":"85b044d00f2aa545","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/85b044d00f2aa545","status":"passed","time":{"start":1728597074716,"stop":1728597074716,"duration":0}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d79e82dba149d984","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d79e82dba149d984","status":"passed","time":{"start":1729034335332,"stop":1729034335332,"duration":0}},{"uid":"305f9b21dd6374a2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/305f9b21dd6374a2","status":"passed","time":{"start":1729034098685,"stop":1729034098686,"duration":1}},{"uid":"70fc28873f7965d7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/70fc28873f7965d7","status":"passed","time":{"start":1729034022454,"stop":1729034022454,"duration":0}},{"uid":"2fa88599bbec61f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2fa88599bbec61f4","status":"passed","time":{"start":1729033836803,"stop":1729033836803,"duration":0}},{"uid":"dff66f8e1b2b4ecd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dff66f8e1b2b4ecd","status":"passed","time":{"start":1729031886609,"stop":1729031886610,"duration":1}},{"uid":"75e74b0031a89e5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/75e74b0031a89e5","status":"passed","time":{"start":1728901432736,"stop":1728901432736,"duration":0}},{"uid":"bd8349f52b823b10","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bd8349f52b823b10","status":"passed","time":{"start":1728892863022,"stop":1728892863022,"duration":0}},{"uid":"30cd7d1d2ccffdb9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30cd7d1d2ccffdb9","status":"passed","time":{"start":1728855825772,"stop":1728855825772,"duration":0}},{"uid":"8d836dc4aad7d644","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8d836dc4aad7d644","status":"passed","time":{"start":1728738043031,"stop":1728738043031,"duration":0}},{"uid":"238c5d2112c2a5ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/238c5d2112c2a5ab","status":"passed","time":{"start":1728682576529,"stop":1728682576529,"duration":0}},{"uid":"6e828bdf1721101e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6e828bdf1721101e","status":"passed","time":{"start":1728682149242,"stop":1728682149243,"duration":1}},{"uid":"ac16e7b7e76092b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ac16e7b7e76092b","status":"passed","time":{"start":1728676623918,"stop":1728676623918,"duration":0}},{"uid":"aa1af8d2a928ace7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa1af8d2a928ace7","status":"passed","time":{"start":1728669346940,"stop":1728669346941,"duration":1}},{"uid":"625c998fe6ea76b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/625c998fe6ea76b","status":"passed","time":{"start":1728597687693,"stop":1728597687693,"duration":0}},{"uid":"875b80d129846e6a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/875b80d129846e6a","status":"passed","time":{"start":1728596907135,"stop":1728596907135,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2a1214158ad0cf17","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2a1214158ad0cf17","status":"passed","time":{"start":1729034631252,"stop":1729034631252,"duration":0}},{"uid":"3d7007e8f798b5e0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3d7007e8f798b5e0","status":"passed","time":{"start":1729034400888,"stop":1729034400889,"duration":1}},{"uid":"9217e29221bdba23","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9217e29221bdba23","status":"passed","time":{"start":1729034317450,"stop":1729034317451,"duration":1}},{"uid":"379105f3c57e2b21","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/379105f3c57e2b21","status":"passed","time":{"start":1729034137134,"stop":1729034137134,"duration":0}},{"uid":"d2c06f1294f0c864","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2c06f1294f0c864","status":"passed","time":{"start":1729032206874,"stop":1729032206875,"duration":1}},{"uid":"e5a3f2f9d33f90c9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e5a3f2f9d33f90c9","status":"passed","time":{"start":1728901995021,"stop":1728901995021,"duration":0}},{"uid":"f5c2d6d4e542231","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f5c2d6d4e542231","status":"passed","time":{"start":1728893420994,"stop":1728893420995,"duration":1}},{"uid":"36671e1b67f7f953","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/36671e1b67f7f953","status":"passed","time":{"start":1728856368595,"stop":1728856368596,"duration":1}},{"uid":"87ef9ce3d829b10b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/87ef9ce3d829b10b","status":"passed","time":{"start":1728738604680,"stop":1728738604680,"duration":0}},{"uid":"ca4664327b7d6850","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ca4664327b7d6850","status":"passed","time":{"start":1728683117625,"stop":1728683117626,"duration":1}},{"uid":"676448aa005ca685","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/676448aa005ca685","status":"passed","time":{"start":1728682721317,"stop":1728682721318,"duration":1}},{"uid":"ef4533cbd2660ece","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef4533cbd2660ece","status":"passed","time":{"start":1728677184682,"stop":1728677184683,"duration":1}},{"uid":"9eef2af7a12086d5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9eef2af7a12086d5","status":"passed","time":{"start":1728669866449,"stop":1728669866449,"duration":0}},{"uid":"aa627f2fd1117b78","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/aa627f2fd1117b78","status":"passed","time":{"start":1728598249975,"stop":1728598249975,"duration":0}},{"uid":"6ccf81351ef34f2a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6ccf81351ef34f2a","status":"passed","time":{"start":1728597472291,"stop":1728597472291,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8ce6876eed00c3e1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8ce6876eed00c3e1","status":"passed","time":{"start":1729034506803,"stop":1729034506803,"duration":0}},{"uid":"e3a8c0d925f5f8f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e3a8c0d925f5f8f5","status":"passed","time":{"start":1729034259826,"stop":1729034259826,"duration":0}},{"uid":"4220f6fdd3897729","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4220f6fdd3897729","status":"passed","time":{"start":1729034194033,"stop":1729034194033,"duration":0}},{"uid":"df8972d42060612b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df8972d42060612b","status":"passed","time":{"start":1729034014879,"stop":1729034014880,"duration":1}},{"uid":"6ac856e00a0b107b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ac856e00a0b107b","status":"passed","time":{"start":1729032065459,"stop":1729032065460,"duration":1}},{"uid":"8ac7f1201d0b6eae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8ac7f1201d0b6eae","status":"passed","time":{"start":1728901664283,"stop":1728901664284,"duration":1}},{"uid":"461af2bbb00f62d6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/461af2bbb00f62d6","status":"passed","time":{"start":1728893093694,"stop":1728893093694,"duration":0}},{"uid":"5275f898e6617d6a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5275f898e6617d6a","status":"passed","time":{"start":1728856055275,"stop":1728856055275,"duration":0}},{"uid":"b499983522980927","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b499983522980927","status":"passed","time":{"start":1728738274747,"stop":1728738274747,"duration":0}},{"uid":"353bf9efafb3aa4f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/353bf9efafb3aa4f","status":"passed","time":{"start":1728682807962,"stop":1728682807962,"duration":0}},{"uid":"6d25a96b530913f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6d25a96b530913f9","status":"passed","time":{"start":1728682381290,"stop":1728682381291,"duration":1}},{"uid":"8f371e163746aba9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8f371e163746aba9","status":"passed","time":{"start":1728676853903,"stop":1728676853903,"duration":0}},{"uid":"9cd458bcd26a26e4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9cd458bcd26a26e4","status":"passed","time":{"start":1728669581700,"stop":1728669581700,"duration":0}},{"uid":"d5ec52e422f8f4f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d5ec52e422f8f4f8","status":"passed","time":{"start":1728597923493,"stop":1728597923494,"duration":1}},{"uid":"8e27c699d86551f7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e27c699d86551f7","status":"passed","time":{"start":1728597132266,"stop":1728597132267,"duration":1}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1d5787334334d83d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1d5787334334d83d","status":"passed","time":{"start":1729034704508,"stop":1729034704508,"duration":0}},{"uid":"5b25fa7656a1e2a1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b25fa7656a1e2a1","status":"passed","time":{"start":1729034475012,"stop":1729034475014,"duration":2}},{"uid":"8e9b684f2a7bfc75","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8e9b684f2a7bfc75","status":"passed","time":{"start":1729034395302,"stop":1729034395302,"duration":0}},{"uid":"7a39c20b01cb3330","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a39c20b01cb3330","status":"passed","time":{"start":1729034209128,"stop":1729034209128,"duration":0}},{"uid":"f18d6913b0841592","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f18d6913b0841592","status":"passed","time":{"start":1729032264600,"stop":1729032264600,"duration":0}},{"uid":"5dee0a0d292dbef7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5dee0a0d292dbef7","status":"passed","time":{"start":1728902012890,"stop":1728902012891,"duration":1}},{"uid":"b3c488b22bdcbd66","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b3c488b22bdcbd66","status":"passed","time":{"start":1728893454825,"stop":1728893454825,"duration":0}},{"uid":"6956324ba0190638","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6956324ba0190638","status":"passed","time":{"start":1728856408468,"stop":1728856408468,"duration":0}},{"uid":"f7c3d5ce0512a27","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f7c3d5ce0512a27","status":"passed","time":{"start":1728738633875,"stop":1728738633875,"duration":0}},{"uid":"fafe917b1721c2e8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fafe917b1721c2e8","status":"passed","time":{"start":1728683159826,"stop":1728683159826,"duration":0}},{"uid":"622d8c625a2e4dec","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/622d8c625a2e4dec","status":"passed","time":{"start":1728682751346,"stop":1728682751347,"duration":1}},{"uid":"51510b7d4576ab0f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/51510b7d4576ab0f","status":"passed","time":{"start":1728677216378,"stop":1728677216378,"duration":0}},{"uid":"98b36b9967f81950","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98b36b9967f81950","status":"passed","time":{"start":1728669925467,"stop":1728669925468,"duration":1}},{"uid":"90135ce7cd1eced0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90135ce7cd1eced0","status":"passed","time":{"start":1728598268821,"stop":1728598268821,"duration":0}},{"uid":"a1ab8abc39b4e374","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a1ab8abc39b4e374","status":"passed","time":{"start":1728597503953,"stop":1728597503953,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7ce868e722bbff0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ce868e722bbff0d","status":"passed","time":{"start":1729034728791,"stop":1729034728791,"duration":0}},{"uid":"b61f5d32e6bc543f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b61f5d32e6bc543f","status":"passed","time":{"start":1729034400848,"stop":1729034400849,"duration":1}},{"uid":"6238dfbdfcf66187","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6238dfbdfcf66187","status":"passed","time":{"start":1728902045393,"stop":1728902045394,"duration":1}},{"uid":"15da75910ec7889d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15da75910ec7889d","status":"passed","time":{"start":1728893481314,"stop":1728893481314,"duration":0}},{"uid":"31d269462c11f017","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/31d269462c11f017","status":"passed","time":{"start":1728856434370,"stop":1728856434370,"duration":0}},{"uid":"ec27f2946b803195","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec27f2946b803195","status":"passed","time":{"start":1728738656940,"stop":1728738656941,"duration":1}},{"uid":"607f83acebb74f57","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/607f83acebb74f57","status":"passed","time":{"start":1728683172727,"stop":1728683172727,"duration":0}},{"uid":"2e33afbd8f55fd2a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2e33afbd8f55fd2a","status":"passed","time":{"start":1728682747614,"stop":1728682747614,"duration":0}},{"uid":"35c1cd6344585958","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35c1cd6344585958","status":"passed","time":{"start":1728677247282,"stop":1728677247282,"duration":0}},{"uid":"8b7ccd04885672f2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8b7ccd04885672f2","status":"passed","time":{"start":1728669917949,"stop":1728669917950,"duration":1}},{"uid":"8b8cc4067697fb96","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8b8cc4067697fb96","status":"passed","time":{"start":1728598290719,"stop":1728598290720,"duration":1}},{"uid":"2bfb61e754e02db1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2bfb61e754e02db1","status":"passed","time":{"start":1728597515860,"stop":1728597515860,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8be48fb9c292c553","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8be48fb9c292c553","status":"passed","time":{"start":1729034665584,"stop":1729034665584,"duration":0}},{"uid":"4c2cbd0e7ad6c09e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4c2cbd0e7ad6c09e","status":"passed","time":{"start":1729034434263,"stop":1729034434264,"duration":1}},{"uid":"8eb46d1e2493031d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8eb46d1e2493031d","status":"passed","time":{"start":1729034350159,"stop":1729034350162,"duration":3}},{"uid":"88cfb5bcb9a9e6f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/88cfb5bcb9a9e6f9","status":"passed","time":{"start":1729034169195,"stop":1729034169195,"duration":0}},{"uid":"902f3ce3e3d274f6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/902f3ce3e3d274f6","status":"passed","time":{"start":1729032228067,"stop":1729032228068,"duration":1}},{"uid":"f9f596e4303013fa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f9f596e4303013fa","status":"passed","time":{"start":1728901947147,"stop":1728901947147,"duration":0}},{"uid":"68a5b48a4d0deb2a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/68a5b48a4d0deb2a","status":"passed","time":{"start":1728893380058,"stop":1728893380058,"duration":0}},{"uid":"ed971a18160da2a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed971a18160da2a4","status":"passed","time":{"start":1728856336880,"stop":1728856336881,"duration":1}},{"uid":"3f4a4b68d58ea25","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3f4a4b68d58ea25","status":"passed","time":{"start":1728738551164,"stop":1728738551164,"duration":0}},{"uid":"f0bea877e553dea4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f0bea877e553dea4","status":"passed","time":{"start":1728683095876,"stop":1728683095877,"duration":1}},{"uid":"a40507d38cc1d2ac","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a40507d38cc1d2ac","status":"passed","time":{"start":1728682657389,"stop":1728682657390,"duration":1}},{"uid":"47279b90f7828870","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/47279b90f7828870","status":"passed","time":{"start":1728677151466,"stop":1728677151467,"duration":1}},{"uid":"390f72bdb1092759","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/390f72bdb1092759","status":"passed","time":{"start":1728669832894,"stop":1728669832894,"duration":0}},{"uid":"6faa4ef1a1ddb8a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6faa4ef1a1ddb8a4","status":"passed","time":{"start":1728598215611,"stop":1728598215611,"duration":0}},{"uid":"55cdac4a09c42be6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/55cdac4a09c42be6","status":"passed","time":{"start":1728597425044,"stop":1728597425045,"duration":1}}]},"eff6976c6a8dff1e51452e0968ebebc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba207dbcfa471f55","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ba207dbcfa471f55","status":"passed","time":{"start":1728597923490,"stop":1728597923491,"duration":1}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b867761900d7ba1a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b867761900d7ba1a","status":"passed","time":{"start":1729034704502,"stop":1729034704502,"duration":0}},{"uid":"8824b9e09f8147f6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8824b9e09f8147f6","status":"passed","time":{"start":1729034474995,"stop":1729034474995,"duration":0}},{"uid":"7870fd63991631a4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7870fd63991631a4","status":"passed","time":{"start":1729034395296,"stop":1729034395296,"duration":0}},{"uid":"55af24a024fa076e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/55af24a024fa076e","status":"passed","time":{"start":1729034209107,"stop":1729034209109,"duration":2}},{"uid":"d1d76f82a2bdbc5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d1d76f82a2bdbc5","status":"passed","time":{"start":1729032264576,"stop":1729032264576,"duration":0}},{"uid":"37d3b82633daffd9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/37d3b82633daffd9","status":"passed","time":{"start":1728902012868,"stop":1728902012868,"duration":0}},{"uid":"d6d8c02b77cefd6a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d6d8c02b77cefd6a","status":"passed","time":{"start":1728893454818,"stop":1728893454818,"duration":0}},{"uid":"2986b969a0b6dac6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2986b969a0b6dac6","status":"passed","time":{"start":1728856408461,"stop":1728856408462,"duration":1}},{"uid":"1ca7086c8cbad9be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1ca7086c8cbad9be","status":"passed","time":{"start":1728738633862,"stop":1728738633862,"duration":0}},{"uid":"60988803d344b2d7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/60988803d344b2d7","status":"passed","time":{"start":1728683159797,"stop":1728683159798,"duration":1}},{"uid":"9ae34579650a3aa1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9ae34579650a3aa1","status":"passed","time":{"start":1728682751337,"stop":1728682751338,"duration":1}},{"uid":"3cb8e249d29044bf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3cb8e249d29044bf","status":"passed","time":{"start":1728677216371,"stop":1728677216371,"duration":0}},{"uid":"6ead32cb57de617f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6ead32cb57de617f","status":"passed","time":{"start":1728669925459,"stop":1728669925460,"duration":1}},{"uid":"1e47ead724742cc7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e47ead724742cc7","status":"passed","time":{"start":1728598268814,"stop":1728598268814,"duration":0}},{"uid":"9b7dd3c14a57df5b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9b7dd3c14a57df5b","status":"passed","time":{"start":1728597503940,"stop":1728597503940,"duration":0}}]},"35988d86e00ed5c532850839e6936173:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce5fcb9d57c7ae25","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ce5fcb9d57c7ae25","status":"passed","time":{"start":1729032235305,"stop":1729032235305,"duration":0}}]},"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"432ebc3e1c4c5a54","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/432ebc3e1c4c5a54","status":"passed","time":{"start":1729034332629,"stop":1729034332629,"duration":0}},{"uid":"e992be98fe14a396","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e992be98fe14a396","status":"passed","time":{"start":1729034096130,"stop":1729034096131,"duration":1}},{"uid":"d2f03bb11d1347ae","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d2f03bb11d1347ae","status":"passed","time":{"start":1729034020088,"stop":1729034020088,"duration":0}},{"uid":"41453a7db2dca4c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41453a7db2dca4c2","status":"passed","time":{"start":1729033834381,"stop":1729033834382,"duration":1}},{"uid":"6fe4c7a3e8f2f70a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6fe4c7a3e8f2f70a","status":"passed","time":{"start":1729031884114,"stop":1729031884114,"duration":0}},{"uid":"1a5c706d874d9e90","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1a5c706d874d9e90","status":"passed","time":{"start":1728901430252,"stop":1728901430253,"duration":1}},{"uid":"c10bb52168dcee3e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c10bb52168dcee3e","status":"passed","time":{"start":1728892860529,"stop":1728892860530,"duration":1}},{"uid":"9d99b0734e7f823d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9d99b0734e7f823d","status":"passed","time":{"start":1728855823320,"stop":1728855823320,"duration":0}},{"uid":"8cfd1ef08125fa28","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8cfd1ef08125fa28","status":"passed","time":{"start":1728738040598,"stop":1728738040599,"duration":1}},{"uid":"9765f73718dc31cb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9765f73718dc31cb","status":"passed","time":{"start":1728682574089,"stop":1728682574089,"duration":0}},{"uid":"2f900e4228688159","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2f900e4228688159","status":"passed","time":{"start":1728682146813,"stop":1728682146815,"duration":2}},{"uid":"6e4765877360bdbb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6e4765877360bdbb","status":"passed","time":{"start":1728676621429,"stop":1728676621429,"duration":0}},{"uid":"8e8f80932ebcb0c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8e8f80932ebcb0c1","status":"passed","time":{"start":1728669344465,"stop":1728669344465,"duration":0}},{"uid":"66b0ec48096a86b3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/66b0ec48096a86b3","status":"passed","time":{"start":1728597685158,"stop":1728597685159,"duration":1}},{"uid":"8f9c77e6e9dcd3e2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8f9c77e6e9dcd3e2","status":"passed","time":{"start":1728596904465,"stop":1728596904465,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6d2ec3641277d2c3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6d2ec3641277d2c3","status":"passed","time":{"start":1729034536786,"stop":1729034536789,"duration":3}},{"uid":"6a197ac30b82ab95","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6a197ac30b82ab95","status":"passed","time":{"start":1729034307033,"stop":1729034307033,"duration":0}},{"uid":"9ea0c8bb07240f20","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9ea0c8bb07240f20","status":"passed","time":{"start":1729034223308,"stop":1729034223308,"duration":0}},{"uid":"e807838429ebb56c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e807838429ebb56c","status":"passed","time":{"start":1729034034983,"stop":1729034034983,"duration":0}},{"uid":"c57d9305028d3eb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c57d9305028d3eb","status":"passed","time":{"start":1729032066298,"stop":1729032066300,"duration":2}},{"uid":"cfe37ce67dd0c1e9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cfe37ce67dd0c1e9","status":"passed","time":{"start":1728901706621,"stop":1728901706621,"duration":0}},{"uid":"6d42624f56378c57","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6d42624f56378c57","status":"passed","time":{"start":1728893153423,"stop":1728893153424,"duration":1}},{"uid":"e9e0c241606c96d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e9e0c241606c96d","status":"passed","time":{"start":1728856108128,"stop":1728856108128,"duration":0}},{"uid":"d708c87b64f0c19e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d708c87b64f0c19e","status":"passed","time":{"start":1728738316670,"stop":1728738316670,"duration":0}},{"uid":"ec7be5ef77aef1ed","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec7be5ef77aef1ed","status":"passed","time":{"start":1728682865320,"stop":1728682865321,"duration":1}},{"uid":"dbb6c7e184679c93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dbb6c7e184679c93","status":"passed","time":{"start":1728682446997,"stop":1728682446997,"duration":0}},{"uid":"ee0b1a1629132c7d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ee0b1a1629132c7d","status":"passed","time":{"start":1728676924480,"stop":1728676924481,"duration":1}},{"uid":"fd5b90662525181c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd5b90662525181c","status":"passed","time":{"start":1728669626264,"stop":1728669626265,"duration":1}},{"uid":"2cf11b22643291e3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2cf11b22643291e3","status":"passed","time":{"start":1728597973674,"stop":1728597973675,"duration":1}},{"uid":"e3d904c768a0f1a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3d904c768a0f1a7","status":"passed","time":{"start":1728597188039,"stop":1728597188040,"duration":1}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d285132045de8f8e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d285132045de8f8e","status":"passed","time":{"start":1729034704499,"stop":1729034704500,"duration":1}},{"uid":"c9e8025c9f1b8749","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c9e8025c9f1b8749","status":"passed","time":{"start":1729034474993,"stop":1729034474993,"duration":0}},{"uid":"abb6833b9ff81a96","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/abb6833b9ff81a96","status":"passed","time":{"start":1729034395294,"stop":1729034395294,"duration":0}},{"uid":"45091b38740b6db4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45091b38740b6db4","status":"passed","time":{"start":1729034209105,"stop":1729034209105,"duration":0}},{"uid":"c2033a647da3bc90","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c2033a647da3bc90","status":"passed","time":{"start":1729032264573,"stop":1729032264573,"duration":0}},{"uid":"aa44d74f2aebc966","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aa44d74f2aebc966","status":"passed","time":{"start":1728902012865,"stop":1728902012866,"duration":1}},{"uid":"b82b3f4823b23d9f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b82b3f4823b23d9f","status":"passed","time":{"start":1728893454815,"stop":1728893454816,"duration":1}},{"uid":"3676af46f44724e5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3676af46f44724e5","status":"passed","time":{"start":1728856408459,"stop":1728856408459,"duration":0}},{"uid":"a30b6525b09c2366","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a30b6525b09c2366","status":"passed","time":{"start":1728738633859,"stop":1728738633860,"duration":1}},{"uid":"a55a946e046b085","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a55a946e046b085","status":"passed","time":{"start":1728683159790,"stop":1728683159791,"duration":1}},{"uid":"74ab76c157c175c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/74ab76c157c175c9","status":"passed","time":{"start":1728682751335,"stop":1728682751336,"duration":1}},{"uid":"5c221e1950eb9b5f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5c221e1950eb9b5f","status":"passed","time":{"start":1728677216366,"stop":1728677216366,"duration":0}},{"uid":"d251dc63f68de25e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d251dc63f68de25e","status":"passed","time":{"start":1728669925458,"stop":1728669925458,"duration":0}},{"uid":"f32a5fcdbbb48e5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f32a5fcdbbb48e5e","status":"passed","time":{"start":1728598268812,"stop":1728598268812,"duration":0}},{"uid":"9d1cc81484cf5748","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9d1cc81484cf5748","status":"passed","time":{"start":1728597503935,"stop":1728597503936,"duration":1}}]},"2caffadda1ddf80d3cbb8eddb0ed1887:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1717968e72308e3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a1717968e72308e3","status":"passed","time":{"start":1728856355684,"stop":1728856355685,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"83f6393b90e76f5e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/83f6393b90e76f5e","status":"passed","time":{"start":1729034636308,"stop":1729034636309,"duration":1}},{"uid":"e638109074cc06c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e638109074cc06c","status":"passed","time":{"start":1729034402259,"stop":1729034402259,"duration":0}},{"uid":"96e9e2e95423680c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/96e9e2e95423680c","status":"passed","time":{"start":1729034323282,"stop":1729034323282,"duration":0}},{"uid":"870921c1d9d54e14","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/870921c1d9d54e14","status":"passed","time":{"start":1729034144759,"stop":1729034144760,"duration":1}},{"uid":"bea7e8d731f078be","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bea7e8d731f078be","status":"passed","time":{"start":1729032198809,"stop":1729032198810,"duration":1}},{"uid":"8da72aa1d24a23e1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8da72aa1d24a23e1","status":"passed","time":{"start":1728901901735,"stop":1728901901751,"duration":16}},{"uid":"d183d482d8f081b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d183d482d8f081b6","status":"passed","time":{"start":1728893337234,"stop":1728893337237,"duration":3}},{"uid":"fc9b4445350f7d3a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fc9b4445350f7d3a","status":"passed","time":{"start":1728856299184,"stop":1728856299184,"duration":0}},{"uid":"6be23593a89a2066","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6be23593a89a2066","status":"passed","time":{"start":1728738505369,"stop":1728738505369,"duration":0}},{"uid":"70accc3c481bceee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70accc3c481bceee","status":"passed","time":{"start":1728683045438,"stop":1728683045438,"duration":0}},{"uid":"51bd6d6885bd8602","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/51bd6d6885bd8602","status":"passed","time":{"start":1728682607281,"stop":1728682607282,"duration":1}},{"uid":"9ac275155bf6f5e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9ac275155bf6f5e8","status":"passed","time":{"start":1728677103486,"stop":1728677103486,"duration":0}},{"uid":"df72bac7542788ec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/df72bac7542788ec","status":"passed","time":{"start":1728669777111,"stop":1728669777112,"duration":1}},{"uid":"ef6d63668c597db0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ef6d63668c597db0","status":"passed","time":{"start":1728598163460,"stop":1728598163461,"duration":1}},{"uid":"37546efe11c0c254","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/37546efe11c0c254","status":"passed","time":{"start":1728597375456,"stop":1728597375457,"duration":1}}]},"1d5306c81651e11f90eb1d901ea44eb8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5eebede7d96a168","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a5eebede7d96a168","status":"passed","time":{"start":1728669841248,"stop":1728669841248,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2eb589a2a97fc453","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2eb589a2a97fc453","status":"passed","time":{"start":1729034728789,"stop":1729034728789,"duration":0}},{"uid":"a935332e8f3a7929","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a935332e8f3a7929","status":"passed","time":{"start":1729034400844,"stop":1729034400845,"duration":1}},{"uid":"922a2b5f8579122a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/922a2b5f8579122a","status":"passed","time":{"start":1728902045391,"stop":1728902045391,"duration":0}},{"uid":"3d3fbfda908f6397","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d3fbfda908f6397","status":"passed","time":{"start":1728893481312,"stop":1728893481312,"duration":0}},{"uid":"2e9f3d9b895539d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2e9f3d9b895539d6","status":"passed","time":{"start":1728856434368,"stop":1728856434368,"duration":0}},{"uid":"a0a0baaf4a209471","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a0a0baaf4a209471","status":"passed","time":{"start":1728738656933,"stop":1728738656933,"duration":0}},{"uid":"d92747c6366391c1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d92747c6366391c1","status":"passed","time":{"start":1728683172716,"stop":1728683172719,"duration":3}},{"uid":"53c88026ec9a5138","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/53c88026ec9a5138","status":"passed","time":{"start":1728682747611,"stop":1728682747611,"duration":0}},{"uid":"e4bb7def7ff28b93","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e4bb7def7ff28b93","status":"passed","time":{"start":1728677247280,"stop":1728677247280,"duration":0}},{"uid":"92a20be99de4368b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92a20be99de4368b","status":"passed","time":{"start":1728669917947,"stop":1728669917947,"duration":0}},{"uid":"d248437e5826ad5e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d248437e5826ad5e","status":"passed","time":{"start":1728598290716,"stop":1728598290717,"duration":1}},{"uid":"e8eeabf0b9eb12a4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e8eeabf0b9eb12a4","status":"passed","time":{"start":1728597515857,"stop":1728597515858,"duration":1}}]},"4669fb890ce063adb2a63d78d0e3db20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"565d74ea0e89a923","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/565d74ea0e89a923","status":"passed","time":{"start":1728682652691,"stop":1728682652692,"duration":1}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e35facb0edce9e29","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e35facb0edce9e29","status":"passed","time":{"start":1729034696865,"stop":1729034696865,"duration":0}},{"uid":"6d31606cad78d516","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d31606cad78d516","status":"passed","time":{"start":1729034470062,"stop":1729034470062,"duration":0}},{"uid":"dfe72fec24ba8ace","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dfe72fec24ba8ace","status":"passed","time":{"start":1729034388869,"stop":1729034388869,"duration":0}},{"uid":"f335d918a8c492e9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f335d918a8c492e9","status":"passed","time":{"start":1729034213019,"stop":1729034213019,"duration":0}},{"uid":"dd110239151b327a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dd110239151b327a","status":"passed","time":{"start":1729032269102,"stop":1729032269102,"duration":0}},{"uid":"2f15b6eabc8fac52","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f15b6eabc8fac52","status":"passed","time":{"start":1728902000842,"stop":1728902000842,"duration":0}},{"uid":"c28654d90d0257f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c28654d90d0257f3","status":"passed","time":{"start":1728893442595,"stop":1728893442595,"duration":0}},{"uid":"bbd26a2b5096b9ad","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bbd26a2b5096b9ad","status":"passed","time":{"start":1728856386640,"stop":1728856386641,"duration":1}},{"uid":"9760813cccdb9619","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9760813cccdb9619","status":"passed","time":{"start":1728738608586,"stop":1728738608587,"duration":1}},{"uid":"e6f8dc32893f024e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6f8dc32893f024e","status":"passed","time":{"start":1728683148172,"stop":1728683148172,"duration":0}},{"uid":"fa5e604a909da676","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fa5e604a909da676","status":"passed","time":{"start":1728682709057,"stop":1728682709057,"duration":0}},{"uid":"e92c78f2dbb129b4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e92c78f2dbb129b4","status":"passed","time":{"start":1728677206656,"stop":1728677206656,"duration":0}},{"uid":"402820b64c18e02d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/402820b64c18e02d","status":"passed","time":{"start":1728669888550,"stop":1728669888550,"duration":0}},{"uid":"9a05d2b43d6d4a96","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a05d2b43d6d4a96","status":"passed","time":{"start":1728598268131,"stop":1728598268131,"duration":0}},{"uid":"dff24d98ec6c0d17","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dff24d98ec6c0d17","status":"passed","time":{"start":1728597478033,"stop":1728597478033,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fd372790e44fb7c6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fd372790e44fb7c6","status":"passed","time":{"start":1729034472987,"stop":1729034472988,"duration":1}},{"uid":"85e62f7bb54200d2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/85e62f7bb54200d2","status":"passed","time":{"start":1729034240932,"stop":1729034240934,"duration":2}},{"uid":"93b2cd30961d9ecb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/93b2cd30961d9ecb","status":"passed","time":{"start":1729034159625,"stop":1729034159626,"duration":1}},{"uid":"42b5fdeb34b3c7eb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/42b5fdeb34b3c7eb","status":"passed","time":{"start":1729033976810,"stop":1729033976811,"duration":1}},{"uid":"d6e15856a8e9cfd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d6e15856a8e9cfd","status":"passed","time":{"start":1729032020531,"stop":1729032020532,"duration":1}},{"uid":"c950d17fda7a0f15","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c950d17fda7a0f15","status":"passed","time":{"start":1728901616475,"stop":1728901616475,"duration":0}},{"uid":"e8b16bf3356287c6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e8b16bf3356287c6","status":"passed","time":{"start":1728893050251,"stop":1728893050252,"duration":1}},{"uid":"dad2dc310c016b99","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dad2dc310c016b99","status":"passed","time":{"start":1728856015181,"stop":1728856015181,"duration":0}},{"uid":"6fe0fcc99cc0a5e9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6fe0fcc99cc0a5e9","status":"passed","time":{"start":1728738233165,"stop":1728738233171,"duration":6}},{"uid":"3c3993db95f78204","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3c3993db95f78204","status":"passed","time":{"start":1728682762479,"stop":1728682762479,"duration":0}},{"uid":"1f7f90f3c064c4b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1f7f90f3c064c4b2","status":"passed","time":{"start":1728682332793,"stop":1728682332793,"duration":0}},{"uid":"2a3dd42562dd46ba","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2a3dd42562dd46ba","status":"passed","time":{"start":1728676810304,"stop":1728676810304,"duration":0}},{"uid":"63b3a09b93ba845a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/63b3a09b93ba845a","status":"passed","time":{"start":1728669529907,"stop":1728669529907,"duration":0}},{"uid":"c710208dec4d952b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c710208dec4d952b","status":"passed","time":{"start":1728597873542,"stop":1728597873543,"duration":1}},{"uid":"b188065ca9884178","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b188065ca9884178","status":"passed","time":{"start":1728597089281,"stop":1728597089281,"duration":0}}]},"c6cfb92a6303e2124f0c88a876f7caf1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c64e992b893f5cb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1c64e992b893f5cb","status":"passed","time":{"start":1728856355688,"stop":1728856355691,"duration":3}}]},"b7fa613de87702d39df81aab803892a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6fdb644cff587711","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6fdb644cff587711","status":"passed","time":{"start":1729034373009,"stop":1729034373009,"duration":0}},{"uid":"e55ce22201804efd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e55ce22201804efd","status":"passed","time":{"start":1729034137112,"stop":1729034137112,"duration":0}},{"uid":"25496c1e9df7b47a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/25496c1e9df7b47a","status":"passed","time":{"start":1729034060044,"stop":1729034060045,"duration":1}},{"uid":"782ccbdcdd9a82ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/782ccbdcdd9a82ac","status":"passed","time":{"start":1729033875026,"stop":1729033875027,"duration":1}},{"uid":"962cf90654d90b0c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/962cf90654d90b0c","status":"passed","time":{"start":1729031924907,"stop":1729031924908,"duration":1}},{"uid":"97a076eea7b00691","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/97a076eea7b00691","status":"passed","time":{"start":1728901469134,"stop":1728901469135,"duration":1}},{"uid":"89d9ba5ca461280c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/89d9ba5ca461280c","status":"passed","time":{"start":1728892899799,"stop":1728892899800,"duration":1}},{"uid":"c6fa79f805c004db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c6fa79f805c004db","status":"passed","time":{"start":1728855863296,"stop":1728855863296,"duration":0}},{"uid":"b6f4d90fc4f1e609","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b6f4d90fc4f1e609","status":"passed","time":{"start":1728738080955,"stop":1728738080956,"duration":1}},{"uid":"d5f5c188ce33cc10","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d5f5c188ce33cc10","status":"passed","time":{"start":1728682614315,"stop":1728682614315,"duration":0}},{"uid":"284b4363f4f0bc85","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/284b4363f4f0bc85","status":"passed","time":{"start":1728682187220,"stop":1728682187220,"duration":0}},{"uid":"e85a729db92f48a4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e85a729db92f48a4","status":"passed","time":{"start":1728676661420,"stop":1728676661420,"duration":0}},{"uid":"c8e311ce08878cdd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c8e311ce08878cdd","status":"passed","time":{"start":1728669384752,"stop":1728669384753,"duration":1}},{"uid":"e62545304766afaf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e62545304766afaf","status":"passed","time":{"start":1728597724210,"stop":1728597724210,"duration":0}},{"uid":"16d85240225ea448","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/16d85240225ea448","status":"passed","time":{"start":1728596943263,"stop":1728596943263,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5aa285164372fecc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5aa285164372fecc","status":"passed","time":{"start":1729034506790,"stop":1729034506790,"duration":0}},{"uid":"27bf87dc6b5ad649","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/27bf87dc6b5ad649","status":"passed","time":{"start":1729034259814,"stop":1729034259814,"duration":0}},{"uid":"17253d75f821a01a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/17253d75f821a01a","status":"passed","time":{"start":1729034194007,"stop":1729034194007,"duration":0}},{"uid":"39628c70a12dea25","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/39628c70a12dea25","status":"passed","time":{"start":1729034014860,"stop":1729034014863,"duration":3}},{"uid":"1d672029e3fa6f00","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1d672029e3fa6f00","status":"passed","time":{"start":1729032065444,"stop":1729032065447,"duration":3}},{"uid":"65df8f2b3bf2845","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65df8f2b3bf2845","status":"passed","time":{"start":1728901664248,"stop":1728901664250,"duration":2}},{"uid":"25ab1642ffd30aa4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/25ab1642ffd30aa4","status":"passed","time":{"start":1728893093689,"stop":1728893093689,"duration":0}},{"uid":"f992e0814560d5aa","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f992e0814560d5aa","status":"passed","time":{"start":1728856055269,"stop":1728856055270,"duration":1}},{"uid":"fdaa732b5193aab3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fdaa732b5193aab3","status":"passed","time":{"start":1728738274742,"stop":1728738274742,"duration":0}},{"uid":"2f0d4e74258a2b1c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2f0d4e74258a2b1c","status":"passed","time":{"start":1728682807953,"stop":1728682807954,"duration":1}},{"uid":"c9ba0072fd944574","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c9ba0072fd944574","status":"passed","time":{"start":1728682381282,"stop":1728682381282,"duration":0}},{"uid":"18166ac1ab613339","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18166ac1ab613339","status":"passed","time":{"start":1728676853895,"stop":1728676853895,"duration":0}},{"uid":"f750c9d3ca0e2c13","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f750c9d3ca0e2c13","status":"passed","time":{"start":1728669581687,"stop":1728669581689,"duration":2}},{"uid":"5fe10ed28224f06a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5fe10ed28224f06a","status":"passed","time":{"start":1728597923475,"stop":1728597923476,"duration":1}},{"uid":"6fce522f103fc286","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6fce522f103fc286","status":"passed","time":{"start":1728597132261,"stop":1728597132261,"duration":0}}]},"1864ee3b2dd8d4576390c89c0be11e80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5a03517160f4c8a6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a03517160f4c8a6","status":"passed","time":{"start":1729034566435,"stop":1729034566436,"duration":1}},{"uid":"5163b29402398d24","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5163b29402398d24","status":"passed","time":{"start":1729034332756,"stop":1729034332756,"duration":0}},{"uid":"7dee296b853c3d62","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7dee296b853c3d62","status":"passed","time":{"start":1729034249939,"stop":1729034249939,"duration":0}},{"uid":"e46866fad503d91a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e46866fad503d91a","status":"passed","time":{"start":1729034067823,"stop":1729034067823,"duration":0}},{"uid":"155332a16b70e550","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/155332a16b70e550","status":"passed","time":{"start":1729032123016,"stop":1729032123017,"duration":1}},{"uid":"46f6dccee16621d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/46f6dccee16621d","status":"passed","time":{"start":1728901787321,"stop":1728901787321,"duration":0}},{"uid":"624993e451945b2b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/624993e451945b2b","status":"passed","time":{"start":1728893221705,"stop":1728893221705,"duration":0}},{"uid":"d9597d67fdcb1607","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d9597d67fdcb1607","status":"passed","time":{"start":1728856192847,"stop":1728856192847,"duration":0}},{"uid":"83ea28db840cc00f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/83ea28db840cc00f","status":"passed","time":{"start":1728738398374,"stop":1728738398374,"duration":0}},{"uid":"1a0547cefa6b524a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a0547cefa6b524a","status":"passed","time":{"start":1728682944657,"stop":1728682944657,"duration":0}},{"uid":"555c9c9fe55725e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/555c9c9fe55725e","status":"passed","time":{"start":1728682508014,"stop":1728682508014,"duration":0}},{"uid":"46905a7402eebafe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46905a7402eebafe","status":"passed","time":{"start":1728676995800,"stop":1728676995800,"duration":0}},{"uid":"d0fdff1b3652c8fd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d0fdff1b3652c8fd","status":"passed","time":{"start":1728669666000,"stop":1728669666000,"duration":0}},{"uid":"e165bae77dc4458f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e165bae77dc4458f","status":"passed","time":{"start":1728598056698,"stop":1728598056698,"duration":0}},{"uid":"6b08c898885084d2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6b08c898885084d2","status":"passed","time":{"start":1728597265386,"stop":1728597265386,"duration":0}}]},"95c559a9ae50449a1e575d6f5e545bcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43370fb66cd611f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/43370fb66cd611f","status":"passed","time":{"start":1728901950552,"stop":1728901950553,"duration":1}}]},"87fcc419eab8bf443af6eebbc3dbbee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bc3b1d22f3c4689e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bc3b1d22f3c4689e","status":"passed","time":{"start":1729034348214,"stop":1729034348215,"duration":1}}]},"db9d8a1c47a20ab937d944835cb165f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77697579f67a0c68","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/77697579f67a0c68","status":"passed","time":{"start":1728738604694,"stop":1728738604694,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3d67a4c3b211f2a5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3d67a4c3b211f2a5","status":"passed","time":{"start":1729034472950,"stop":1729034472950,"duration":0}},{"uid":"d10917eba841e9f7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d10917eba841e9f7","status":"passed","time":{"start":1729034240917,"stop":1729034240917,"duration":0}},{"uid":"46434d3f6e4c47dd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/46434d3f6e4c47dd","status":"passed","time":{"start":1729034159614,"stop":1729034159614,"duration":0}},{"uid":"ae0c594a989029a5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae0c594a989029a5","status":"passed","time":{"start":1729033976794,"stop":1729033976796,"duration":2}},{"uid":"f3512cb8587cb6f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f3512cb8587cb6f","status":"passed","time":{"start":1729032020517,"stop":1729032020517,"duration":0}},{"uid":"da3b881b538823db","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da3b881b538823db","status":"passed","time":{"start":1728901616429,"stop":1728901616429,"duration":0}},{"uid":"f9684a7a201849ee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f9684a7a201849ee","status":"passed","time":{"start":1728893050244,"stop":1728893050244,"duration":0}},{"uid":"25f822feee1fdc0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/25f822feee1fdc0","status":"passed","time":{"start":1728856015170,"stop":1728856015170,"duration":0}},{"uid":"1275f7a06a8fcd42","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1275f7a06a8fcd42","status":"passed","time":{"start":1728738233136,"stop":1728738233136,"duration":0}},{"uid":"9ba066847fc1c6b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9ba066847fc1c6b6","status":"passed","time":{"start":1728682762469,"stop":1728682762470,"duration":1}},{"uid":"d01727fe569d9aa7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d01727fe569d9aa7","status":"passed","time":{"start":1728682332785,"stop":1728682332785,"duration":0}},{"uid":"87e46c28caf7565","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87e46c28caf7565","status":"passed","time":{"start":1728676810290,"stop":1728676810290,"duration":0}},{"uid":"1b32ce8e8581dd58","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1b32ce8e8581dd58","status":"passed","time":{"start":1728669529892,"stop":1728669529892,"duration":0}},{"uid":"eb230c26c644de","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eb230c26c644de","status":"passed","time":{"start":1728597873533,"stop":1728597873533,"duration":0}},{"uid":"1ede3a10be654b9e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1ede3a10be654b9e","status":"passed","time":{"start":1728597089272,"stop":1728597089272,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8967213985d751f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8967213985d751f4","status":"passed","time":{"start":1729034536096,"stop":1729034536097,"duration":1}},{"uid":"96a87bc2cc72652c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/96a87bc2cc72652c","status":"passed","time":{"start":1729034296701,"stop":1729034296702,"duration":1}},{"uid":"442cf7bf2571a9eb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/442cf7bf2571a9eb","status":"passed","time":{"start":1729034220597,"stop":1729034220599,"duration":2}},{"uid":"c14cc69c86867f35","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c14cc69c86867f35","status":"passed","time":{"start":1729034041474,"stop":1729034041476,"duration":2}},{"uid":"60b7518ff88c38c6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/60b7518ff88c38c6","status":"passed","time":{"start":1728901705385,"stop":1728901705387,"duration":2}},{"uid":"f1e1fe461817b6f5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f1e1fe461817b6f5","status":"passed","time":{"start":1728893141769,"stop":1728893141770,"duration":1}},{"uid":"f1f853ab5ae696fb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f1f853ab5ae696fb","status":"passed","time":{"start":1728856087079,"stop":1728856087080,"duration":1}},{"uid":"bedb5a76ea24373f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bedb5a76ea24373f","status":"passed","time":{"start":1728738321431,"stop":1728738321431,"duration":0}},{"uid":"696a85998901e4dd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/696a85998901e4dd","status":"passed","time":{"start":1728682845670,"stop":1728682845671,"duration":1}},{"uid":"453353055f3cfde5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/453353055f3cfde5","status":"passed","time":{"start":1728682424304,"stop":1728682424304,"duration":0}},{"uid":"d5e519934bb46596","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d5e519934bb46596","status":"passed","time":{"start":1728676900511,"stop":1728676900511,"duration":0}},{"uid":"f5751a561eb847d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5751a561eb847d","status":"passed","time":{"start":1728669625795,"stop":1728669625795,"duration":0}},{"uid":"59fcdb9ecefe5120","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/59fcdb9ecefe5120","status":"passed","time":{"start":1728597957159,"stop":1728597957160,"duration":1}},{"uid":"46e7c6d4b7e996f7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/46e7c6d4b7e996f7","status":"passed","time":{"start":1728597182598,"stop":1728597182612,"duration":14}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a647c4f1e59ee489","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a647c4f1e59ee489","status":"passed","time":{"start":1729034558120,"stop":1729034558120,"duration":0}},{"uid":"7cd13e95b62da368","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7cd13e95b62da368","status":"passed","time":{"start":1729034245522,"stop":1729034245523,"duration":1}},{"uid":"14dd65eadc221420","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14dd65eadc221420","status":"passed","time":{"start":1729034063496,"stop":1729034063497,"duration":1}},{"uid":"bb30f72387485bb7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb30f72387485bb7","status":"passed","time":{"start":1729032122636,"stop":1729032122637,"duration":1}},{"uid":"64225722c7df08de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/64225722c7df08de","status":"passed","time":{"start":1728901785632,"stop":1728901785637,"duration":5}},{"uid":"1e77a2b209a6e314","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e77a2b209a6e314","status":"passed","time":{"start":1728893218774,"stop":1728893218775,"duration":1}},{"uid":"a059e19553424700","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a059e19553424700","status":"passed","time":{"start":1728856192661,"stop":1728856192661,"duration":0}},{"uid":"feea426c539d2f5e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/feea426c539d2f5e","status":"passed","time":{"start":1728738398087,"stop":1728738398087,"duration":0}},{"uid":"fc40c740fa1a7d40","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fc40c740fa1a7d40","status":"passed","time":{"start":1728682944509,"stop":1728682944509,"duration":0}},{"uid":"7406c9f2f9a465be","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7406c9f2f9a465be","status":"passed","time":{"start":1728682507862,"stop":1728682507862,"duration":0}},{"uid":"b874ce7f4267b718","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b874ce7f4267b718","status":"passed","time":{"start":1728676995528,"stop":1728676995528,"duration":0}},{"uid":"4f12190619ef2fa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4f12190619ef2fa","status":"passed","time":{"start":1728669665536,"stop":1728669665537,"duration":1}},{"uid":"68c7b665ded91f33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68c7b665ded91f33","status":"passed","time":{"start":1728598056480,"stop":1728598056480,"duration":0}},{"uid":"92f72beed795b1ce","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92f72beed795b1ce","status":"passed","time":{"start":1728597264029,"stop":1728597264029,"duration":0}}]},"1c97be50791e3539ff5acbbc82583f53:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9cbe53cb2e7a18d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9cbe53cb2e7a18d8","status":"passed","time":{"start":1728893395082,"stop":1728893395082,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"aaaa2e793219308e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aaaa2e793219308e","status":"passed","time":{"start":1729034341410,"stop":1729034341410,"duration":0}},{"uid":"61913007fa9c04e5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/61913007fa9c04e5","status":"passed","time":{"start":1729034104919,"stop":1729034104919,"duration":0}},{"uid":"e81748b0afd94cc5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e81748b0afd94cc5","status":"passed","time":{"start":1729034028517,"stop":1729034028518,"duration":1}},{"uid":"a85ae6593fd2ab99","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a85ae6593fd2ab99","status":"passed","time":{"start":1729033843124,"stop":1729033843125,"duration":1}},{"uid":"7c522c7b1b6e19aa","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7c522c7b1b6e19aa","status":"passed","time":{"start":1729031892683,"stop":1729031892683,"duration":0}},{"uid":"4d19ea21ed83ab43","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4d19ea21ed83ab43","status":"passed","time":{"start":1728901438814,"stop":1728901438814,"duration":0}},{"uid":"c0c46b09eb164849","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0c46b09eb164849","status":"passed","time":{"start":1728892869007,"stop":1728892869008,"duration":1}},{"uid":"1d2fc27e2c1b5114","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d2fc27e2c1b5114","status":"passed","time":{"start":1728855831899,"stop":1728855831899,"duration":0}},{"uid":"4552c8ef106b127b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4552c8ef106b127b","status":"passed","time":{"start":1728738049047,"stop":1728738049047,"duration":0}},{"uid":"e6ce07f3852e85d9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6ce07f3852e85d9","status":"passed","time":{"start":1728682582626,"stop":1728682582626,"duration":0}},{"uid":"5de0ed7d5389c67d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5de0ed7d5389c67d","status":"passed","time":{"start":1728682155414,"stop":1728682155414,"duration":0}},{"uid":"2a542725cae6a62c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2a542725cae6a62c","status":"passed","time":{"start":1728676629980,"stop":1728676629981,"duration":1}},{"uid":"a554b8dde1e785f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a554b8dde1e785f0","status":"passed","time":{"start":1728669353108,"stop":1728669353108,"duration":0}},{"uid":"e9068da0280be6b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e9068da0280be6b","status":"passed","time":{"start":1728597693854,"stop":1728597693854,"duration":0}},{"uid":"5f7d4853c9c94b7d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5f7d4853c9c94b7d","status":"passed","time":{"start":1728596913098,"stop":1728596913098,"duration":0}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ce8156f212ea0716","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ce8156f212ea0716","status":"passed","time":{"start":1729034611656,"stop":1729034611657,"duration":1}},{"uid":"5ba4d91fd0548751","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5ba4d91fd0548751","status":"passed","time":{"start":1729034393631,"stop":1729034393632,"duration":1}},{"uid":"5b86eff494d58824","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5b86eff494d58824","status":"passed","time":{"start":1729034304828,"stop":1729034304828,"duration":0}},{"uid":"5f4ef2dd43995494","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f4ef2dd43995494","status":"passed","time":{"start":1729034121895,"stop":1729034121896,"duration":1}},{"uid":"566bf067acde1d83","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/566bf067acde1d83","status":"passed","time":{"start":1729032174800,"stop":1729032174801,"duration":1}},{"uid":"6be8823bbdbf43aa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6be8823bbdbf43aa","status":"passed","time":{"start":1728901881007,"stop":1728901881007,"duration":0}},{"uid":"8bd5bf417bda3a65","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8bd5bf417bda3a65","status":"passed","time":{"start":1728893317152,"stop":1728893317153,"duration":1}},{"uid":"2ec3dd7f5463ffc1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ec3dd7f5463ffc1","status":"passed","time":{"start":1728856263072,"stop":1728856263073,"duration":1}},{"uid":"ba71fb16ea8fcd34","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ba71fb16ea8fcd34","status":"passed","time":{"start":1728738492793,"stop":1728738492793,"duration":0}},{"uid":"b27085149784146e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b27085149784146e","status":"passed","time":{"start":1728683030011,"stop":1728683030015,"duration":4}},{"uid":"b989a57612d29801","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b989a57612d29801","status":"passed","time":{"start":1728682581087,"stop":1728682581088,"duration":1}},{"uid":"70aeabdb20e3606c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/70aeabdb20e3606c","status":"passed","time":{"start":1728677081987,"stop":1728677081987,"duration":0}},{"uid":"faef11710694e85c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/faef11710694e85c","status":"passed","time":{"start":1728669795389,"stop":1728669795389,"duration":0}},{"uid":"63322193c206ea8f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/63322193c206ea8f","status":"passed","time":{"start":1728598137497,"stop":1728598137498,"duration":1}},{"uid":"50292982cea962ff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/50292982cea962ff","status":"passed","time":{"start":1728597353475,"stop":1728597353475,"duration":0}}]},"3f184763ca54270265d7427d007bd317:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee025e73568a557c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ee025e73568a557c","status":"passed","time":{"start":1728669841255,"stop":1728669841255,"duration":0}}]},"253c27d464100cdb4c0cdda026373878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"71e4f963207ba981","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/71e4f963207ba981","status":"passed","time":{"start":1729034332631,"stop":1729034332631,"duration":0}},{"uid":"dcbf88cc35b8c8ef","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dcbf88cc35b8c8ef","status":"passed","time":{"start":1729034096132,"stop":1729034096133,"duration":1}},{"uid":"818bc674d363f7a5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/818bc674d363f7a5","status":"passed","time":{"start":1729034020090,"stop":1729034020090,"duration":0}},{"uid":"76c10252e8f9e433","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/76c10252e8f9e433","status":"passed","time":{"start":1729033834385,"stop":1729033834385,"duration":0}},{"uid":"a9f7de6bb66f975d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a9f7de6bb66f975d","status":"passed","time":{"start":1729031884118,"stop":1729031884118,"duration":0}},{"uid":"ac4fb914bb894f3a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ac4fb914bb894f3a","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"7d0b4cc8b17e2e70","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7d0b4cc8b17e2e70","status":"passed","time":{"start":1728892860531,"stop":1728892860531,"duration":0}},{"uid":"756e1d090752f1b6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/756e1d090752f1b6","status":"passed","time":{"start":1728855823322,"stop":1728855823322,"duration":0}},{"uid":"103558a0bc57b44e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/103558a0bc57b44e","status":"passed","time":{"start":1728738040601,"stop":1728738040602,"duration":1}},{"uid":"cf6e693e10b5fb09","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cf6e693e10b5fb09","status":"passed","time":{"start":1728682574092,"stop":1728682574092,"duration":0}},{"uid":"83c25c8b216613ec","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/83c25c8b216613ec","status":"passed","time":{"start":1728682146817,"stop":1728682146817,"duration":0}},{"uid":"683fd6e41bb1146","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/683fd6e41bb1146","status":"passed","time":{"start":1728676621431,"stop":1728676621431,"duration":0}},{"uid":"3b4d6fe9ce239b28","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3b4d6fe9ce239b28","status":"passed","time":{"start":1728669344467,"stop":1728669344467,"duration":0}},{"uid":"52a861ddaa95f7fe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/52a861ddaa95f7fe","status":"passed","time":{"start":1728597685160,"stop":1728597685160,"duration":0}},{"uid":"837e99b2bd51538b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/837e99b2bd51538b","status":"passed","time":{"start":1728596904467,"stop":1728596904467,"duration":0}}]},"8d1894eb09881f617f426683899e2922:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":9,"unknown":0,"total":11},"items":[{"uid":"5a15b8a77d0ef4c4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a15b8a77d0ef4c4","status":"passed","time":{"start":1729034372892,"stop":1729034372893,"duration":1}},{"uid":"183b7cf5124b216e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/183b7cf5124b216e","status":"passed","time":{"start":1729034137282,"stop":1729034137282,"duration":0}},{"uid":"3bb05b958a26581e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3bb05b958a26581e","status":"passed","time":{"start":1729034060004,"stop":1729034060004,"duration":0}},{"uid":"85e2220f05f5373f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/85e2220f05f5373f","status":"passed","time":{"start":1729033875012,"stop":1729033875012,"duration":0}},{"uid":"222ee5822bf2b032","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/222ee5822bf2b032","status":"passed","time":{"start":1729031924809,"stop":1729031924809,"duration":0}},{"uid":"2f163709b79529c8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f163709b79529c8","status":"passed","time":{"start":1728855863301,"stop":1728855863302,"duration":1}},{"uid":"53b8391095f87bd3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/53b8391095f87bd3","status":"passed","time":{"start":1728738080965,"stop":1728738080965,"duration":0}},{"uid":"41afac147fe4cca5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/41afac147fe4cca5","status":"passed","time":{"start":1728682614256,"stop":1728682614256,"duration":0}},{"uid":"c28bbc5110fc2422","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c28bbc5110fc2422","status":"passed","time":{"start":1728682187100,"stop":1728682187101,"duration":1}},{"uid":"3cabcbb65fab1411","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3cabcbb65fab1411","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660885,"stop":1728676660886,"duration":1}},{"uid":"3e4f7bf828e6a8e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3e4f7bf828e6a8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384120,"stop":1728669384120,"duration":0}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"5ed746fd979f7cf2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ed746fd979f7cf2","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034612084,"stop":1729034612084,"duration":0}},{"uid":"2923b2b7e554b1f4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2923b2b7e554b1f4","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034371233,"stop":1729034371234,"duration":1}},{"uid":"e03b0ed570522790","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e03b0ed570522790","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034305207,"stop":1729034305208,"duration":1}},{"uid":"35e9299a16780797","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/35e9299a16780797","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122309,"stop":1729034122310,"duration":1}},{"uid":"8d2dec6a3217ebb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8d2dec6a3217ebb","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175156,"stop":1729032175156,"duration":0}},{"uid":"40e204fb7d3eee","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/40e204fb7d3eee","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873456,"stop":1728901873456,"duration":0}},{"uid":"1bdd66d2a9fdc018","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1bdd66d2a9fdc018","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311280,"stop":1728893311280,"duration":0}},{"uid":"e145ab67a489fae1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e145ab67a489fae1","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263475,"stop":1728856263475,"duration":0}},{"uid":"f3a49284674dc44a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f3a49284674dc44a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483666,"stop":1728738483667,"duration":1}},{"uid":"a36684b32835c53a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a36684b32835c53a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030246,"stop":1728683030247,"duration":1}},{"uid":"d114400b790f8e83","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d114400b790f8e83","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581302,"stop":1728682581303,"duration":1}},{"uid":"dbd9ef59f602dd23","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dbd9ef59f602dd23","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082256,"stop":1728677082256,"duration":0}},{"uid":"b651b569110dec16","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b651b569110dec16","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754302,"stop":1728669754302,"duration":0}},{"uid":"207fd7e215208324","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/207fd7e215208324","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137641,"stop":1728598137641,"duration":0}},{"uid":"dd09ef05a7c78137","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dd09ef05a7c78137","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350582,"stop":1728597350583,"duration":1}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fb37f56744e28e71","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb37f56744e28e71","status":"passed","time":{"start":1729034665585,"stop":1729034665589,"duration":4}},{"uid":"f0f78310c4167a72","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f0f78310c4167a72","status":"passed","time":{"start":1729034434265,"stop":1729034434268,"duration":3}},{"uid":"b702658dd59c6d77","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b702658dd59c6d77","status":"passed","time":{"start":1729034350163,"stop":1729034350168,"duration":5}},{"uid":"37f06885499a0920","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37f06885499a0920","status":"passed","time":{"start":1729034169197,"stop":1729034169197,"duration":0}},{"uid":"7a434917152a8171","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a434917152a8171","status":"passed","time":{"start":1729032228069,"stop":1729032228071,"duration":2}},{"uid":"9d891bca2c050bbb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9d891bca2c050bbb","status":"passed","time":{"start":1728901947148,"stop":1728901947148,"duration":0}},{"uid":"1b77622ac345fdd6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1b77622ac345fdd6","status":"passed","time":{"start":1728893380059,"stop":1728893380064,"duration":5}},{"uid":"477a51878e8236eb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/477a51878e8236eb","status":"passed","time":{"start":1728856336881,"stop":1728856336881,"duration":0}},{"uid":"719edf3c1961d6c5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/719edf3c1961d6c5","status":"passed","time":{"start":1728738551170,"stop":1728738551170,"duration":0}},{"uid":"e6eb3c3c5f5ed702","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6eb3c3c5f5ed702","status":"passed","time":{"start":1728683095877,"stop":1728683095877,"duration":0}},{"uid":"7712c0cc3fca339e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7712c0cc3fca339e","status":"passed","time":{"start":1728682657391,"stop":1728682657392,"duration":1}},{"uid":"e76656336d24b7e7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e76656336d24b7e7","status":"passed","time":{"start":1728677151467,"stop":1728677151468,"duration":1}},{"uid":"4e355545e5adb6d4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4e355545e5adb6d4","status":"passed","time":{"start":1728669832895,"stop":1728669832895,"duration":0}},{"uid":"9015f151973c8622","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9015f151973c8622","status":"passed","time":{"start":1728598215612,"stop":1728598215612,"duration":0}},{"uid":"f77cb324f3ec1783","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f77cb324f3ec1783","status":"passed","time":{"start":1728597425045,"stop":1728597425045,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3ca24f99a1a9dc24","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3ca24f99a1a9dc24","status":"passed","time":{"start":1729034472939,"stop":1729034472940,"duration":1}},{"uid":"b726bee060b0b4f0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b726bee060b0b4f0","status":"passed","time":{"start":1729034240907,"stop":1729034240907,"duration":0}},{"uid":"1c7b7a099e38a012","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1c7b7a099e38a012","status":"passed","time":{"start":1729034159610,"stop":1729034159610,"duration":0}},{"uid":"8746634b20d84d28","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8746634b20d84d28","status":"passed","time":{"start":1729033976779,"stop":1729033976781,"duration":2}},{"uid":"ed35549d3aef14f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ed35549d3aef14f","status":"passed","time":{"start":1729032020508,"stop":1729032020508,"duration":0}},{"uid":"518670539a1e7e83","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/518670539a1e7e83","status":"passed","time":{"start":1728901616425,"stop":1728901616425,"duration":0}},{"uid":"62d46da163bf63ec","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/62d46da163bf63ec","status":"passed","time":{"start":1728893050240,"stop":1728893050240,"duration":0}},{"uid":"e2c60b091fd26575","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e2c60b091fd26575","status":"passed","time":{"start":1728856015167,"stop":1728856015167,"duration":0}},{"uid":"a8f16505876b968e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a8f16505876b968e","status":"passed","time":{"start":1728738233131,"stop":1728738233131,"duration":0}},{"uid":"474b03de4edc4daa","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/474b03de4edc4daa","status":"passed","time":{"start":1728682762462,"stop":1728682762463,"duration":1}},{"uid":"10275d787be6dd9e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/10275d787be6dd9e","status":"passed","time":{"start":1728682332781,"stop":1728682332781,"duration":0}},{"uid":"e6f7e24a0cf4d440","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e6f7e24a0cf4d440","status":"passed","time":{"start":1728676810285,"stop":1728676810286,"duration":1}},{"uid":"659f522009b244db","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/659f522009b244db","status":"passed","time":{"start":1728669529888,"stop":1728669529889,"duration":1}},{"uid":"68a6b852ca95466e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/68a6b852ca95466e","status":"passed","time":{"start":1728597873528,"stop":1728597873528,"duration":0}},{"uid":"d03291b7725c228a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d03291b7725c228a","status":"passed","time":{"start":1728597089268,"stop":1728597089269,"duration":1}}]},"12501abeb6b136483ae44c0e817b5570:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1ed0b35b5d729b84","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1ed0b35b5d729b84","status":"passed","time":{"start":1729034443498,"stop":1729034443505,"duration":7}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5e072307eabdf834","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5e072307eabdf834","status":"passed","time":{"start":1729034611665,"stop":1729034611665,"duration":0}},{"uid":"df7baac850f436d7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/df7baac850f436d7","status":"passed","time":{"start":1729034393644,"stop":1729034393648,"duration":4}},{"uid":"d799a8c2179f0d02","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d799a8c2179f0d02","status":"passed","time":{"start":1729034304840,"stop":1729034304848,"duration":8}},{"uid":"df2adb1f1cceaac2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/df2adb1f1cceaac2","status":"passed","time":{"start":1729034121910,"stop":1729034121910,"duration":0}},{"uid":"b02be4b1c5c2bfe2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b02be4b1c5c2bfe2","status":"passed","time":{"start":1729032174872,"stop":1729032174872,"duration":0}},{"uid":"aa43b403d0d75f53","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aa43b403d0d75f53","status":"passed","time":{"start":1728901881012,"stop":1728901881013,"duration":1}},{"uid":"7a4c2502c597899a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7a4c2502c597899a","status":"passed","time":{"start":1728893317163,"stop":1728893317164,"duration":1}},{"uid":"ae84e19e3b8884ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ae84e19e3b8884ab","status":"passed","time":{"start":1728856263099,"stop":1728856263100,"duration":1}},{"uid":"2652cb7072229688","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2652cb7072229688","status":"passed","time":{"start":1728738492799,"stop":1728738492799,"duration":0}},{"uid":"70c28f630dc2ff25","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/70c28f630dc2ff25","status":"passed","time":{"start":1728683030021,"stop":1728683030022,"duration":1}},{"uid":"a32d272056157cfa","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a32d272056157cfa","status":"passed","time":{"start":1728682581103,"stop":1728682581103,"duration":0}},{"uid":"cdb09924eec33d97","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cdb09924eec33d97","status":"passed","time":{"start":1728677081996,"stop":1728677081997,"duration":1}},{"uid":"968fb42d13dadc43","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/968fb42d13dadc43","status":"passed","time":{"start":1728669795395,"stop":1728669795395,"duration":0}},{"uid":"509d628f0b29f8c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/509d628f0b29f8c6","status":"passed","time":{"start":1728598137504,"stop":1728598137504,"duration":0}},{"uid":"59031e8028e9d8c2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/59031e8028e9d8c2","status":"passed","time":{"start":1728597353480,"stop":1728597353480,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"eaf84a5c88c17d58","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/eaf84a5c88c17d58","status":"passed","time":{"start":1729034536785,"stop":1729034536786,"duration":1}},{"uid":"6d7e234f47b8c913","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6d7e234f47b8c913","status":"passed","time":{"start":1729034307032,"stop":1729034307032,"duration":0}},{"uid":"c119f0a36d6d1aca","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c119f0a36d6d1aca","status":"passed","time":{"start":1729034223307,"stop":1729034223307,"duration":0}},{"uid":"77ca1f2bcc5180a1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/77ca1f2bcc5180a1","status":"passed","time":{"start":1729034034981,"stop":1729034034982,"duration":1}},{"uid":"8c106da48e387f1b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8c106da48e387f1b","status":"passed","time":{"start":1729032066292,"stop":1729032066294,"duration":2}},{"uid":"66cd86926167f1f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66cd86926167f1f5","status":"passed","time":{"start":1728901706620,"stop":1728901706620,"duration":0}},{"uid":"50433a9bbfdbd91b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50433a9bbfdbd91b","status":"passed","time":{"start":1728893153422,"stop":1728893153422,"duration":0}},{"uid":"71773caff6efcb94","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/71773caff6efcb94","status":"passed","time":{"start":1728856108127,"stop":1728856108127,"duration":0}},{"uid":"f332fbc75b7a0fe0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f332fbc75b7a0fe0","status":"passed","time":{"start":1728738316669,"stop":1728738316669,"duration":0}},{"uid":"cfc2e3995ba51919","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cfc2e3995ba51919","status":"passed","time":{"start":1728682865317,"stop":1728682865318,"duration":1}},{"uid":"c7f57dc252ef4bd6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7f57dc252ef4bd6","status":"passed","time":{"start":1728682446996,"stop":1728682446996,"duration":0}},{"uid":"871cc983755c462a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/871cc983755c462a","status":"passed","time":{"start":1728676924479,"stop":1728676924480,"duration":1}},{"uid":"42fe7b9cf738fe73","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/42fe7b9cf738fe73","status":"passed","time":{"start":1728669626261,"stop":1728669626262,"duration":1}},{"uid":"8d6fb6b9317c3182","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8d6fb6b9317c3182","status":"passed","time":{"start":1728597973673,"stop":1728597973673,"duration":0}},{"uid":"b53c408130fa3119","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b53c408130fa3119","status":"passed","time":{"start":1728597188036,"stop":1728597188037,"duration":1}}]},"49168a22e20bde9a6809d28d4dfd8423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"af116ccc9b19d47c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af116ccc9b19d47c","status":"passed","time":{"start":1729034683701,"stop":1729034683701,"duration":0}},{"uid":"8e8ffc59c5f8a8ae","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8e8ffc59c5f8a8ae","status":"passed","time":{"start":1729034458928,"stop":1729034458928,"duration":0}},{"uid":"184914fb7f884823","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/184914fb7f884823","status":"passed","time":{"start":1729034372202,"stop":1729034372202,"duration":0}},{"uid":"9a5b60748cb4d39a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9a5b60748cb4d39a","status":"passed","time":{"start":1729034191995,"stop":1729034191995,"duration":0}},{"uid":"a11b09d79ac27d68","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a11b09d79ac27d68","status":"passed","time":{"start":1729032246147,"stop":1729032246148,"duration":1}},{"uid":"d4195a0ab32b61a8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d4195a0ab32b61a8","status":"passed","time":{"start":1728902009943,"stop":1728902009943,"duration":0}},{"uid":"50a78f519cdd3a8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50a78f519cdd3a8","status":"passed","time":{"start":1728893442068,"stop":1728893442068,"duration":0}},{"uid":"578b57dc8bea9e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/578b57dc8bea9e7","status":"passed","time":{"start":1728856390380,"stop":1728856390380,"duration":0}},{"uid":"2907580e7c97fd26","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2907580e7c97fd26","status":"passed","time":{"start":1728738615985,"stop":1728738615986,"duration":1}},{"uid":"364de20161995db9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/364de20161995db9","status":"passed","time":{"start":1728683138591,"stop":1728683138591,"duration":0}},{"uid":"e2741445c62d84c3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e2741445c62d84c3","status":"passed","time":{"start":1728682713980,"stop":1728682713980,"duration":0}},{"uid":"af698fece05510a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/af698fece05510a1","status":"passed","time":{"start":1728677205666,"stop":1728677205666,"duration":0}},{"uid":"41611ddd8b547e7d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/41611ddd8b547e7d","status":"passed","time":{"start":1728669886307,"stop":1728669886307,"duration":0}},{"uid":"5cf18358d1540343","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5cf18358d1540343","status":"passed","time":{"start":1728598272275,"stop":1728598272275,"duration":0}},{"uid":"e3d53b30dd91c439","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3d53b30dd91c439","status":"passed","time":{"start":1728597492998,"stop":1728597492999,"duration":1}}]},"360012075a35da70e653368376f81c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b8137cef5b2233d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4b8137cef5b2233d","status":"passed","time":{"start":1728901958861,"stop":1728901958862,"duration":1}}]},"fcec176aa8373fa68f24baadd969496d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d88da7a13f8da122","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d88da7a13f8da122","status":"passed","time":{"start":1728683093170,"stop":1728683093170,"duration":0}}]},"c534ab8652bcd99f194ba540671e071c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"87908bd3e7bccff7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/87908bd3e7bccff7","status":"passed","time":{"start":1729034348216,"stop":1729034348216,"duration":0}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"93dd897776aa322","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/93dd897776aa322","status":"passed","time":{"start":1729034696864,"stop":1729034696864,"duration":0}},{"uid":"3023f7c52a701eab","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3023f7c52a701eab","status":"passed","time":{"start":1729034470060,"stop":1729034470060,"duration":0}},{"uid":"2e577cc4ad054312","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2e577cc4ad054312","status":"passed","time":{"start":1729034388868,"stop":1729034388868,"duration":0}},{"uid":"5d7eae6322fa4c16","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5d7eae6322fa4c16","status":"passed","time":{"start":1729034213017,"stop":1729034213018,"duration":1}},{"uid":"e1074855482a7791","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e1074855482a7791","status":"passed","time":{"start":1729032269101,"stop":1729032269101,"duration":0}},{"uid":"b7c01c0034ff655e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7c01c0034ff655e","status":"passed","time":{"start":1728902000841,"stop":1728902000841,"duration":0}},{"uid":"9706c296990284f1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9706c296990284f1","status":"passed","time":{"start":1728893442591,"stop":1728893442592,"duration":1}},{"uid":"c1d6dee6fd1b7104","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c1d6dee6fd1b7104","status":"passed","time":{"start":1728856386636,"stop":1728856386637,"duration":1}},{"uid":"371f498cbf9b3fc3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/371f498cbf9b3fc3","status":"passed","time":{"start":1728738608582,"stop":1728738608584,"duration":2}},{"uid":"e4c3cb1baad03279","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e4c3cb1baad03279","status":"passed","time":{"start":1728683148168,"stop":1728683148168,"duration":0}},{"uid":"2a267e47b80b11f2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2a267e47b80b11f2","status":"passed","time":{"start":1728682709056,"stop":1728682709056,"duration":0}},{"uid":"991816664aca8243","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/991816664aca8243","status":"passed","time":{"start":1728677206654,"stop":1728677206654,"duration":0}},{"uid":"eba23024d1a965c2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eba23024d1a965c2","status":"passed","time":{"start":1728669888548,"stop":1728669888549,"duration":1}},{"uid":"5cf6ac6655ee45e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5cf6ac6655ee45e","status":"passed","time":{"start":1728598268130,"stop":1728598268130,"duration":0}},{"uid":"fad437e14bdf6e67","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fad437e14bdf6e67","status":"passed","time":{"start":1728597478031,"stop":1728597478032,"duration":1}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"59e31a31dd73780f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/59e31a31dd73780f","status":"passed","time":{"start":1729034506790,"stop":1729034506790,"duration":0}},{"uid":"4fd2b269ea5ba7f3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4fd2b269ea5ba7f3","status":"passed","time":{"start":1729034259814,"stop":1729034259815,"duration":1}},{"uid":"6e1af02946b500ba","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6e1af02946b500ba","status":"passed","time":{"start":1729034194007,"stop":1729034194007,"duration":0}},{"uid":"9b934de0a8b07a14","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9b934de0a8b07a14","status":"passed","time":{"start":1729034014863,"stop":1729034014864,"duration":1}},{"uid":"7dc28d3732532e3e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7dc28d3732532e3e","status":"passed","time":{"start":1729032065447,"stop":1729032065447,"duration":0}},{"uid":"de96a1b2aa87d126","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/de96a1b2aa87d126","status":"passed","time":{"start":1728901664250,"stop":1728901664251,"duration":1}},{"uid":"40e74d7ba2ac4390","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/40e74d7ba2ac4390","status":"passed","time":{"start":1728893093689,"stop":1728893093690,"duration":1}},{"uid":"44ec1f1b22e753e3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/44ec1f1b22e753e3","status":"passed","time":{"start":1728856055270,"stop":1728856055270,"duration":0}},{"uid":"fc1894526f020bb1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fc1894526f020bb1","status":"passed","time":{"start":1728738274742,"stop":1728738274742,"duration":0}},{"uid":"6f7cd60f9b14282b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6f7cd60f9b14282b","status":"passed","time":{"start":1728682807954,"stop":1728682807955,"duration":1}},{"uid":"84481f71f3a1732b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/84481f71f3a1732b","status":"passed","time":{"start":1728682381282,"stop":1728682381283,"duration":1}},{"uid":"d50925eaf9a63dae","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d50925eaf9a63dae","status":"passed","time":{"start":1728676853895,"stop":1728676853896,"duration":1}},{"uid":"2852d2bce5b38d63","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2852d2bce5b38d63","status":"passed","time":{"start":1728669581690,"stop":1728669581692,"duration":2}},{"uid":"626e9e1ac0465bfe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/626e9e1ac0465bfe","status":"passed","time":{"start":1728597923476,"stop":1728597923477,"duration":1}},{"uid":"42e8f24f37e628e4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42e8f24f37e628e4","status":"passed","time":{"start":1728597132261,"stop":1728597132261,"duration":0}}]},"cbf3e1779e9f5619a92afc0235b238a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"734bfa2ae3951dac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/734bfa2ae3951dac","status":"passed","time":{"start":1728738494950,"stop":1728738494950,"duration":0}}]},"2cd9bc42836bef67e298fde4953723a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9c0376e2ff20ab4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e9c0376e2ff20ab4","status":"passed","time":{"start":1728738604693,"stop":1728738604694,"duration":1}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"95a1d847131a899a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95a1d847131a899a","status":"passed","time":{"start":1729034636310,"stop":1729034636311,"duration":1}},{"uid":"43a326172d256c6b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/43a326172d256c6b","status":"passed","time":{"start":1729034402265,"stop":1729034402268,"duration":3}},{"uid":"b72c426a72b6f03d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b72c426a72b6f03d","status":"passed","time":{"start":1729034323286,"stop":1729034323287,"duration":1}},{"uid":"c5b019ad463d36f5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5b019ad463d36f5","status":"passed","time":{"start":1729034144762,"stop":1729034144762,"duration":0}},{"uid":"8e9c4a37d84357a5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8e9c4a37d84357a5","status":"passed","time":{"start":1729032198812,"stop":1729032198813,"duration":1}},{"uid":"a4bec348d273ff3b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a4bec348d273ff3b","status":"passed","time":{"start":1728901901757,"stop":1728901901758,"duration":1}},{"uid":"374ea21ed1e4db03","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/374ea21ed1e4db03","status":"passed","time":{"start":1728893337238,"stop":1728893337238,"duration":0}},{"uid":"1878a176461bac70","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1878a176461bac70","status":"passed","time":{"start":1728856299185,"stop":1728856299186,"duration":1}},{"uid":"4e26651cbc933497","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4e26651cbc933497","status":"passed","time":{"start":1728738505371,"stop":1728738505372,"duration":1}},{"uid":"e4654c664bcdd33f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e4654c664bcdd33f","status":"passed","time":{"start":1728683045440,"stop":1728683045440,"duration":0}},{"uid":"c4ecd84eccea8538","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c4ecd84eccea8538","status":"passed","time":{"start":1728682607284,"stop":1728682607284,"duration":0}},{"uid":"a0aad2abb7270016","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a0aad2abb7270016","status":"passed","time":{"start":1728677103490,"stop":1728677103491,"duration":1}},{"uid":"41e40c2beb9edc78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/41e40c2beb9edc78","status":"passed","time":{"start":1728669777113,"stop":1728669777113,"duration":0}},{"uid":"54c4ab0ba5ec1f29","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/54c4ab0ba5ec1f29","status":"passed","time":{"start":1728598163462,"stop":1728598163463,"duration":1}},{"uid":"579833392da0c349","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/579833392da0c349","status":"passed","time":{"start":1728597375460,"stop":1728597375461,"duration":1}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fb93ce90475f79c0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb93ce90475f79c0","status":"passed","time":{"start":1729034704504,"stop":1729034704504,"duration":0}},{"uid":"c9f86bd6b31ce472","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c9f86bd6b31ce472","status":"passed","time":{"start":1729034474998,"stop":1729034474998,"duration":0}},{"uid":"7ab52dcad0c75d7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7ab52dcad0c75d7","status":"passed","time":{"start":1729034395298,"stop":1729034395298,"duration":0}},{"uid":"d0232e9ab11dd069","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d0232e9ab11dd069","status":"passed","time":{"start":1729034209112,"stop":1729034209112,"duration":0}},{"uid":"94b7521338c92d4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/94b7521338c92d4","status":"passed","time":{"start":1729032264580,"stop":1729032264580,"duration":0}},{"uid":"3366c731439358f4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3366c731439358f4","status":"passed","time":{"start":1728902012871,"stop":1728902012871,"duration":0}},{"uid":"32ef39af4c917c39","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/32ef39af4c917c39","status":"passed","time":{"start":1728893454822,"stop":1728893454822,"duration":0}},{"uid":"546d4220dd5f5405","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/546d4220dd5f5405","status":"passed","time":{"start":1728856408464,"stop":1728856408464,"duration":0}},{"uid":"c968cc5a9de87cec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c968cc5a9de87cec","status":"passed","time":{"start":1728738633865,"stop":1728738633865,"duration":0}},{"uid":"746dbb0c82536254","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/746dbb0c82536254","status":"passed","time":{"start":1728683159812,"stop":1728683159813,"duration":1}},{"uid":"a15c990a2e80dbaf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a15c990a2e80dbaf","status":"passed","time":{"start":1728682751340,"stop":1728682751340,"duration":0}},{"uid":"457a301f475c6dd6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/457a301f475c6dd6","status":"passed","time":{"start":1728677216374,"stop":1728677216374,"duration":0}},{"uid":"8459df9cc41008c3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8459df9cc41008c3","status":"passed","time":{"start":1728669925461,"stop":1728669925461,"duration":0}},{"uid":"1b93fe74a9e8894","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1b93fe74a9e8894","status":"passed","time":{"start":1728598268817,"stop":1728598268817,"duration":0}},{"uid":"140c5e1fff5a0dd4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/140c5e1fff5a0dd4","status":"passed","time":{"start":1728597503945,"stop":1728597503945,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"afc5a0243271ff79","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/afc5a0243271ff79","status":"passed","time":{"start":1729034611652,"stop":1729034611652,"duration":0}},{"uid":"a7eb727ca143ecf6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a7eb727ca143ecf6","status":"passed","time":{"start":1729034393626,"stop":1729034393626,"duration":0}},{"uid":"99cbcb06b82890f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/99cbcb06b82890f5","status":"passed","time":{"start":1729034304800,"stop":1729034304800,"duration":0}},{"uid":"a1daa6bdf9484449","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a1daa6bdf9484449","status":"passed","time":{"start":1729034121889,"stop":1729034121889,"duration":0}},{"uid":"5a542162c1e6bcb8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a542162c1e6bcb8","status":"passed","time":{"start":1729032174796,"stop":1729032174797,"duration":1}},{"uid":"f99704a6a7824826","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f99704a6a7824826","status":"passed","time":{"start":1728901881003,"stop":1728901881003,"duration":0}},{"uid":"fe3ead91a35f34fd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fe3ead91a35f34fd","status":"passed","time":{"start":1728893317131,"stop":1728893317132,"duration":1}},{"uid":"d16793edb20b84a2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d16793edb20b84a2","status":"passed","time":{"start":1728856263064,"stop":1728856263064,"duration":0}},{"uid":"456190e170aae041","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/456190e170aae041","status":"passed","time":{"start":1728738492784,"stop":1728738492785,"duration":1}},{"uid":"c15a30958b7754a5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c15a30958b7754a5","status":"passed","time":{"start":1728683030007,"stop":1728683030007,"duration":0}},{"uid":"83cf23fbd06427b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/83cf23fbd06427b4","status":"passed","time":{"start":1728682581072,"stop":1728682581076,"duration":4}},{"uid":"b3a25a02c7d34916","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b3a25a02c7d34916","status":"passed","time":{"start":1728677081983,"stop":1728677081983,"duration":0}},{"uid":"66a72c90cc1311d8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/66a72c90cc1311d8","status":"passed","time":{"start":1728669795383,"stop":1728669795384,"duration":1}},{"uid":"a1ca7a6fc8d2768d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a1ca7a6fc8d2768d","status":"passed","time":{"start":1728598137493,"stop":1728598137494,"duration":1}},{"uid":"a00755633b359403","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a00755633b359403","status":"passed","time":{"start":1728597353471,"stop":1728597353471,"duration":0}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"a8987fba15980fae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8987fba15980fae","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034640513,"stop":1729034640517,"duration":4}},{"uid":"99822344c7bfd81c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/99822344c7bfd81c","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034411420,"stop":1729034411420,"duration":0}},{"uid":"ce144f10fa1b9862","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ce144f10fa1b9862","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034327397,"stop":1729034327397,"duration":0}},{"uid":"14902470eec838df","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/14902470eec838df","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034147769,"stop":1729034147769,"duration":0}},{"uid":"f4b4503367dc4567","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f4b4503367dc4567","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032204826,"stop":1729032204826,"duration":0}},{"uid":"5ed63b6967239c2a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5ed63b6967239c2a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901907653,"stop":1728901907698,"duration":45}},{"uid":"c6e91cfbf843f91c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c6e91cfbf843f91c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893341886,"stop":1728893341887,"duration":1}},{"uid":"dadc96b64da44b97","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dadc96b64da44b97","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299354,"stop":1728856299354,"duration":0}},{"uid":"6d5ac6a3f83a4ee3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d5ac6a3f83a4ee3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738511614,"stop":1728738511614,"duration":0}},{"uid":"14eeb9ec130645b9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/14eeb9ec130645b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683052909,"stop":1728683052909,"duration":0}},{"uid":"6d9d14f0bcf8b873","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6d9d14f0bcf8b873","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682612908,"stop":1728682612909,"duration":1}},{"uid":"dab5595b64a67171","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dab5595b64a67171","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677115743,"stop":1728677115744,"duration":1}},{"uid":"a7d6845e6c1afaf0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a7d6845e6c1afaf0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669778172,"stop":1728669778172,"duration":0}},{"uid":"13b853604eabac33","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/13b853604eabac33","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598175430,"stop":1728598175430,"duration":0}},{"uid":"e5bd77e6d4dec42c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5bd77e6d4dec42c","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597380058,"stop":1728597380058,"duration":0}}]},"ff8923ebf2a3ed1eb8f2832e6d8e8e01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"71aac107d3f675b5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/71aac107d3f675b5","status":"passed","time":{"start":1729034332625,"stop":1729034332625,"duration":0}},{"uid":"20189b5ec1110258","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/20189b5ec1110258","status":"passed","time":{"start":1729034096126,"stop":1729034096127,"duration":1}},{"uid":"37091082bdc89933","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/37091082bdc89933","status":"passed","time":{"start":1729034020085,"stop":1729034020085,"duration":0}},{"uid":"5fd38dcaf4933e89","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5fd38dcaf4933e89","status":"passed","time":{"start":1729033834377,"stop":1729033834378,"duration":1}},{"uid":"9ce2e8a4529ab29e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9ce2e8a4529ab29e","status":"passed","time":{"start":1729031884108,"stop":1729031884108,"duration":0}},{"uid":"142ad5915ff71a5b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/142ad5915ff71a5b","status":"passed","time":{"start":1728901430249,"stop":1728901430249,"duration":0}},{"uid":"3cff8116a0f43d4c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3cff8116a0f43d4c","status":"passed","time":{"start":1728892860526,"stop":1728892860526,"duration":0}},{"uid":"a4d2a94208da7d29","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4d2a94208da7d29","status":"passed","time":{"start":1728855823316,"stop":1728855823316,"duration":0}},{"uid":"6c431b0480240b0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6c431b0480240b0","status":"passed","time":{"start":1728738040585,"stop":1728738040585,"duration":0}},{"uid":"14c12bc756511770","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/14c12bc756511770","status":"passed","time":{"start":1728682574084,"stop":1728682574084,"duration":0}},{"uid":"809953bc86073449","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/809953bc86073449","status":"passed","time":{"start":1728682146810,"stop":1728682146810,"duration":0}},{"uid":"aee22aa8309053d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/aee22aa8309053d2","status":"passed","time":{"start":1728676621424,"stop":1728676621425,"duration":1}},{"uid":"d65cfb73dd6f1d70","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d65cfb73dd6f1d70","status":"passed","time":{"start":1728669344461,"stop":1728669344461,"duration":0}},{"uid":"554e6afe53fce27d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/554e6afe53fce27d","status":"passed","time":{"start":1728597685154,"stop":1728597685155,"duration":1}},{"uid":"bae7bce2953801ab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bae7bce2953801ab","status":"passed","time":{"start":1728596904461,"stop":1728596904461,"duration":0}}]},"64b25c53160ef25bcee29e6bd74333ff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e29f5525a6ce2b7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e29f5525a6ce2b7","status":"passed","time":{"start":1728893093691,"stop":1728893093692,"duration":1}}]},"cc4b30ea4a66d9485128eb2cd63393f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"94dcab125684b26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/94dcab125684b26","status":"passed","time":{"start":1729034332626,"stop":1729034332627,"duration":1}},{"uid":"a4753b222ed409e3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a4753b222ed409e3","status":"passed","time":{"start":1729034096128,"stop":1729034096128,"duration":0}},{"uid":"9bbcac5a4df0de74","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9bbcac5a4df0de74","status":"passed","time":{"start":1729034020086,"stop":1729034020086,"duration":0}},{"uid":"217443214b18487f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/217443214b18487f","status":"passed","time":{"start":1729033834379,"stop":1729033834379,"duration":0}},{"uid":"7098001b55a2dab","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7098001b55a2dab","status":"passed","time":{"start":1729031884111,"stop":1729031884111,"duration":0}},{"uid":"fb5b9855337ea579","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fb5b9855337ea579","status":"passed","time":{"start":1728901430251,"stop":1728901430251,"duration":0}},{"uid":"12f114b5ed3eed8a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/12f114b5ed3eed8a","status":"passed","time":{"start":1728892860527,"stop":1728892860527,"duration":0}},{"uid":"f0fc20c6095f987","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f0fc20c6095f987","status":"passed","time":{"start":1728855823318,"stop":1728855823318,"duration":0}},{"uid":"408c83820b3deaec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/408c83820b3deaec","status":"passed","time":{"start":1728738040596,"stop":1728738040596,"duration":0}},{"uid":"d3a6e70cf3e82689","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d3a6e70cf3e82689","status":"passed","time":{"start":1728682574087,"stop":1728682574087,"duration":0}},{"uid":"a2b3f4dd84c39f43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a2b3f4dd84c39f43","status":"passed","time":{"start":1728682146811,"stop":1728682146812,"duration":1}},{"uid":"7666e26adc9f1838","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7666e26adc9f1838","status":"passed","time":{"start":1728676621427,"stop":1728676621427,"duration":0}},{"uid":"38689d9b3acdd6c4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/38689d9b3acdd6c4","status":"passed","time":{"start":1728669344462,"stop":1728669344463,"duration":1}},{"uid":"8bf2076d15c15b1b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8bf2076d15c15b1b","status":"passed","time":{"start":1728597685156,"stop":1728597685156,"duration":0}},{"uid":"90f7b4fb5cfe11a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90f7b4fb5cfe11a7","status":"passed","time":{"start":1728596904462,"stop":1728596904463,"duration":1}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8a41cd28960e9fd5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a41cd28960e9fd5","status":"passed","time":{"start":1729034366399,"stop":1729034366399,"duration":0}},{"uid":"fa4b154a63e95c16","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/fa4b154a63e95c16","status":"passed","time":{"start":1729034130430,"stop":1729034130430,"duration":0}},{"uid":"c4131db967442548","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c4131db967442548","status":"passed","time":{"start":1729034053400,"stop":1729034053400,"duration":0}},{"uid":"cba135ccb7b2f165","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cba135ccb7b2f165","status":"passed","time":{"start":1729033868327,"stop":1729033868328,"duration":1}},{"uid":"557abeb4268dcb46","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/557abeb4268dcb46","status":"passed","time":{"start":1729031918117,"stop":1729031918117,"duration":0}},{"uid":"6fae5d5db32a3804","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6fae5d5db32a3804","status":"passed","time":{"start":1728901463797,"stop":1728901463797,"duration":0}},{"uid":"90202774c3816345","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/90202774c3816345","status":"passed","time":{"start":1728892894310,"stop":1728892894310,"duration":0}},{"uid":"92e4ef1166adc62f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92e4ef1166adc62f","status":"passed","time":{"start":1728855856838,"stop":1728855856839,"duration":1}},{"uid":"e976f7c5dad95357","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e976f7c5dad95357","status":"passed","time":{"start":1728738074179,"stop":1728738074179,"duration":0}},{"uid":"9333bb5dbf47baa7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9333bb5dbf47baa7","status":"passed","time":{"start":1728682607652,"stop":1728682607652,"duration":0}},{"uid":"7b73ab9c0474f2a2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b73ab9c0474f2a2","status":"passed","time":{"start":1728682180606,"stop":1728682180606,"duration":0}},{"uid":"ec3c5b52fa2bb71b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec3c5b52fa2bb71b","status":"passed","time":{"start":1728676655189,"stop":1728676655191,"duration":2}},{"uid":"aa463df0095265b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/aa463df0095265b","status":"passed","time":{"start":1728669378165,"stop":1728669378165,"duration":0}},{"uid":"2e26e28798fb48f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e26e28798fb48f","status":"passed","time":{"start":1728597718742,"stop":1728597718743,"duration":1}},{"uid":"8ed9ece4d314f689","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8ed9ece4d314f689","status":"passed","time":{"start":1728596937946,"stop":1728596937946,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5f61f57c4ade81eb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f61f57c4ade81eb","status":"passed","time":{"start":1729034636311,"stop":1729034636311,"duration":0}},{"uid":"3f76647b866e4256","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3f76647b866e4256","status":"passed","time":{"start":1729034402268,"stop":1729034402269,"duration":1}},{"uid":"4dd17f263dc6799","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4dd17f263dc6799","status":"passed","time":{"start":1729034323288,"stop":1729034323289,"duration":1}},{"uid":"da1b991707b80744","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/da1b991707b80744","status":"passed","time":{"start":1729034144763,"stop":1729034144763,"duration":0}},{"uid":"a9b7a61cbb360b51","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a9b7a61cbb360b51","status":"passed","time":{"start":1729032198813,"stop":1729032198814,"duration":1}},{"uid":"884eeb24b1478dbf","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/884eeb24b1478dbf","status":"passed","time":{"start":1728901901759,"stop":1728901901760,"duration":1}},{"uid":"56aa8670bf4b9f60","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/56aa8670bf4b9f60","status":"passed","time":{"start":1728893337239,"stop":1728893337239,"duration":0}},{"uid":"19d451be7fe3f041","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/19d451be7fe3f041","status":"passed","time":{"start":1728856299186,"stop":1728856299186,"duration":0}},{"uid":"805986db059c8bc2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/805986db059c8bc2","status":"passed","time":{"start":1728738505372,"stop":1728738505372,"duration":0}},{"uid":"9e812e8a225c8b60","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9e812e8a225c8b60","status":"passed","time":{"start":1728683045441,"stop":1728683045446,"duration":5}},{"uid":"13bce030d916caf3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13bce030d916caf3","status":"passed","time":{"start":1728682607285,"stop":1728682607286,"duration":1}},{"uid":"7d48fc9a32cc90f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d48fc9a32cc90f2","status":"passed","time":{"start":1728677103491,"stop":1728677103492,"duration":1}},{"uid":"e48aab5068b7b9b9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e48aab5068b7b9b9","status":"passed","time":{"start":1728669777113,"stop":1728669777114,"duration":1}},{"uid":"5418dc645759ed9b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5418dc645759ed9b","status":"passed","time":{"start":1728598163463,"stop":1728598163463,"duration":0}},{"uid":"b573f8fd060559b4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b573f8fd060559b4","status":"passed","time":{"start":1728597375462,"stop":1728597375463,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6279971d93b7d061","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6279971d93b7d061","status":"passed","time":{"start":1729034399692,"stop":1729034399692,"duration":0}},{"uid":"2b20bd2c8dc51fbb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2b20bd2c8dc51fbb","status":"passed","time":{"start":1729034162498,"stop":1729034162498,"duration":0}},{"uid":"ee74c969ec90ce8a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ee74c969ec90ce8a","status":"passed","time":{"start":1729034086612,"stop":1729034086613,"duration":1}},{"uid":"ff5bc14a0109865","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ff5bc14a0109865","status":"passed","time":{"start":1729033900643,"stop":1729033900645,"duration":2}},{"uid":"f7df946e330f0e0e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f7df946e330f0e0e","status":"passed","time":{"start":1729031950407,"stop":1729031950408,"duration":1}},{"uid":"ff442ca849d58cfb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ff442ca849d58cfb","status":"passed","time":{"start":1728901494879,"stop":1728901494879,"duration":0}},{"uid":"e812dfb31fec9e02","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e812dfb31fec9e02","status":"passed","time":{"start":1728892927097,"stop":1728892927098,"duration":1}},{"uid":"bbf4ea058a5b8555","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bbf4ea058a5b8555","status":"passed","time":{"start":1728855889014,"stop":1728855889015,"duration":1}},{"uid":"ec21d3f177324372","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ec21d3f177324372","status":"passed","time":{"start":1728738105941,"stop":1728738105941,"duration":0}},{"uid":"5b039a516c597ef0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5b039a516c597ef0","status":"passed","time":{"start":1728682639925,"stop":1728682639926,"duration":1}},{"uid":"b31db6e6e728c5d4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b31db6e6e728c5d4","status":"passed","time":{"start":1728682212119,"stop":1728682212120,"duration":1}},{"uid":"6fc4ac383b9d536d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6fc4ac383b9d536d","status":"passed","time":{"start":1728676687921,"stop":1728676687922,"duration":1}},{"uid":"a822f0cf788eac6d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a822f0cf788eac6d","status":"passed","time":{"start":1728669411847,"stop":1728669411847,"duration":0}},{"uid":"332def47f04a09c2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/332def47f04a09c2","status":"passed","time":{"start":1728597751012,"stop":1728597751012,"duration":0}},{"uid":"81aeeb6d0c0951da","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/81aeeb6d0c0951da","status":"passed","time":{"start":1728596968267,"stop":1728596968268,"duration":1}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"69cc5c6290df2345","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69cc5c6290df2345","status":"passed","time":{"start":1729034645146,"stop":1729034645146,"duration":0}},{"uid":"7a16f7a691ce97bf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a16f7a691ce97bf","status":"passed","time":{"start":1729034413328,"stop":1729034413328,"duration":0}},{"uid":"f0115918431b80f5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f0115918431b80f5","status":"passed","time":{"start":1729034330405,"stop":1729034330405,"duration":0}},{"uid":"a02d806401e19c4e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a02d806401e19c4e","status":"passed","time":{"start":1729034148002,"stop":1729034148002,"duration":0}},{"uid":"645ab7cb4c2a50e6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/645ab7cb4c2a50e6","status":"passed","time":{"start":1729032202832,"stop":1729032202833,"duration":1}},{"uid":"247bca5ea292c919","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/247bca5ea292c919","status":"passed","time":{"start":1728901873322,"stop":1728901873322,"duration":0}},{"uid":"d57d0cfa877c046a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d57d0cfa877c046a","status":"passed","time":{"start":1728893311009,"stop":1728893311009,"duration":0}},{"uid":"5ea4787795a666ed","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5ea4787795a666ed","status":"passed","time":{"start":1728856279298,"stop":1728856279298,"duration":0}},{"uid":"cb32ebd0013f0456","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb32ebd0013f0456","status":"passed","time":{"start":1728738483462,"stop":1728738483463,"duration":1}},{"uid":"e31cde8a703702b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e31cde8a703702b6","status":"passed","time":{"start":1728683033355,"stop":1728683033355,"duration":0}},{"uid":"b0c8d786c555172e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b0c8d786c555172e","status":"passed","time":{"start":1728682591258,"stop":1728682591258,"duration":0}},{"uid":"4cfe8c56123bf41e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4cfe8c56123bf41e","status":"passed","time":{"start":1728677083881,"stop":1728677083882,"duration":1}},{"uid":"2c1bb58651a58b5a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2c1bb58651a58b5a","status":"passed","time":{"start":1728669753997,"stop":1728669753998,"duration":1}},{"uid":"afcbe1f46fc3977","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/afcbe1f46fc3977","status":"passed","time":{"start":1728598145545,"stop":1728598145545,"duration":0}},{"uid":"4e215c3b7206f985","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4e215c3b7206f985","status":"passed","time":{"start":1728597350445,"stop":1728597350446,"duration":1}}]},"dbbe057875088916a76bbd9635820c0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2491c911081625e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e2491c911081625e","status":"passed","time":{"start":1728901995036,"stop":1728901995037,"duration":1}}]},"22a088406165569415707ae1524760ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd4268b71b6392de","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fd4268b71b6392de","status":"passed","time":{"start":1728677156812,"stop":1728677156813,"duration":1}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"951fd5ab8a9a7fda","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/951fd5ab8a9a7fda","status":"passed","time":{"start":1729034682674,"stop":1729034682675,"duration":1}},{"uid":"24748f0e00adc4ae","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/24748f0e00adc4ae","status":"passed","time":{"start":1729034452184,"stop":1729034452184,"duration":0}},{"uid":"a8e06c0c0921dc2b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a8e06c0c0921dc2b","status":"passed","time":{"start":1729034373079,"stop":1729034373080,"duration":1}},{"uid":"4c7e9104f80568d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c7e9104f80568d6","status":"passed","time":{"start":1729034188117,"stop":1729034188117,"duration":0}},{"uid":"b1fdb031cc5a7336","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b1fdb031cc5a7336","status":"passed","time":{"start":1729032231863,"stop":1729032231864,"duration":1}},{"uid":"12855f1a4f8904d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12855f1a4f8904d0","status":"passed","time":{"start":1728901989565,"stop":1728901989565,"duration":0}},{"uid":"ea094605fe6b4e9b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ea094605fe6b4e9b","status":"passed","time":{"start":1728893424900,"stop":1728893424901,"duration":1}},{"uid":"732c5d0fcf33d0a4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/732c5d0fcf33d0a4","status":"passed","time":{"start":1728856376683,"stop":1728856376683,"duration":0}},{"uid":"ac5068719f495b29","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ac5068719f495b29","status":"passed","time":{"start":1728738593960,"stop":1728738593960,"duration":0}},{"uid":"20686b964986ade1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/20686b964986ade1","status":"passed","time":{"start":1728683135337,"stop":1728683135338,"duration":1}},{"uid":"2a3a62ecb9a19a89","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2a3a62ecb9a19a89","status":"passed","time":{"start":1728682692589,"stop":1728682692589,"duration":0}},{"uid":"f3244a4ba344f369","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f3244a4ba344f369","status":"passed","time":{"start":1728677194228,"stop":1728677194229,"duration":1}},{"uid":"cea1ce16a86d547b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cea1ce16a86d547b","status":"passed","time":{"start":1728669874423,"stop":1728669874424,"duration":1}},{"uid":"9a36b57ddd77e6c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a36b57ddd77e6c","status":"passed","time":{"start":1728598257462,"stop":1728598257462,"duration":0}},{"uid":"d13704df0905ab96","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d13704df0905ab96","status":"passed","time":{"start":1728597471284,"stop":1728597471284,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"64853306c48c8bd0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/64853306c48c8bd0","status":"passed","time":{"start":1729034708550,"stop":1729034708551,"duration":1}},{"uid":"dca51b646c1f0960","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dca51b646c1f0960","status":"passed","time":{"start":1729034480285,"stop":1729034480288,"duration":3}},{"uid":"abb85e2a91480ec5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/abb85e2a91480ec5","status":"passed","time":{"start":1729034396758,"stop":1729034396758,"duration":0}},{"uid":"63afe140347f62bd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/63afe140347f62bd","status":"passed","time":{"start":1729032277689,"stop":1729032277690,"duration":1}},{"uid":"840cccf261111bd","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/840cccf261111bd","status":"passed","time":{"start":1728902034222,"stop":1728902034222,"duration":0}},{"uid":"ce634bc10894611b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ce634bc10894611b","status":"passed","time":{"start":1728893469054,"stop":1728893469055,"duration":1}},{"uid":"45c7e15a11f5d84e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/45c7e15a11f5d84e","status":"passed","time":{"start":1728856416486,"stop":1728856416486,"duration":0}},{"uid":"54ebf1297b70714","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/54ebf1297b70714","status":"passed","time":{"start":1728738643168,"stop":1728738643168,"duration":0}},{"uid":"36b807f684ea9b70","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/36b807f684ea9b70","status":"passed","time":{"start":1728683174244,"stop":1728683174244,"duration":0}},{"uid":"76fa6990a7390879","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/76fa6990a7390879","status":"passed","time":{"start":1728682757797,"stop":1728682757797,"duration":0}},{"uid":"58735082b8c13fde","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/58735082b8c13fde","status":"passed","time":{"start":1728677231122,"stop":1728677231123,"duration":1}},{"uid":"bb7c19f126895cfe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb7c19f126895cfe","status":"passed","time":{"start":1728669920232,"stop":1728669920233,"duration":1}},{"uid":"66c360757e0c37c6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/66c360757e0c37c6","status":"passed","time":{"start":1728598298886,"stop":1728598298887,"duration":1}},{"uid":"5962bbda8bd40738","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5962bbda8bd40738","status":"passed","time":{"start":1728597513732,"stop":1728597513732,"duration":0}}]},"5b4f9624a54237e6882d63bcdc3f9eb5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d30ed6939f590b4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d30ed6939f590b4a","status":"passed","time":{"start":1728598137498,"stop":1728598137499,"duration":1}}]},"09ee853dc4cf5e5fd6c0e1dd09dbf83c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c283c4bc56ece41d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c283c4bc56ece41d","status":"passed","time":{"start":1728893389988,"stop":1728893389989,"duration":1}}]},"b568842359197c1569344973aaeada0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ccde1146bf511eb6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ccde1146bf511eb6","status":"passed","time":{"start":1728682807959,"stop":1728682807959,"duration":0}}]},"6b706524b853faca44416982b74461c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"750ec5c427755016","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/750ec5c427755016","status":"passed","time":{"start":1728682666068,"stop":1728682666069,"duration":1}}]},"9220bd055bd1d8ad212f07152666fff7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf34c6fcbd83ec03","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bf34c6fcbd83ec03","status":"passed","time":{"start":1728682652693,"stop":1728682652693,"duration":0}}]},"3fc4daffaa9de98066a4ff3439e670d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bda4167bdab70e0b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bda4167bdab70e0b","status":"passed","time":{"start":1729034332645,"stop":1729034332646,"duration":1}},{"uid":"5378719e1b4b907c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5378719e1b4b907c","status":"passed","time":{"start":1729034096142,"stop":1729034096143,"duration":1}},{"uid":"3163c02ae7672d72","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3163c02ae7672d72","status":"passed","time":{"start":1729034020099,"stop":1729034020099,"duration":0}},{"uid":"37a4f62c173f458e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37a4f62c173f458e","status":"passed","time":{"start":1729033834396,"stop":1729033834396,"duration":0}},{"uid":"60438c270dd18453","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/60438c270dd18453","status":"passed","time":{"start":1729031884129,"stop":1729031884130,"duration":1}},{"uid":"cee1535b7170987","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cee1535b7170987","status":"passed","time":{"start":1728901430262,"stop":1728901430262,"duration":0}},{"uid":"a9db8f52f7da151","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a9db8f52f7da151","status":"passed","time":{"start":1728892860541,"stop":1728892860541,"duration":0}},{"uid":"2454b309bf3386db","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2454b309bf3386db","status":"passed","time":{"start":1728855823330,"stop":1728855823330,"duration":0}},{"uid":"6ac21580ff3d84c6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6ac21580ff3d84c6","status":"passed","time":{"start":1728738040611,"stop":1728738040612,"duration":1}},{"uid":"7354bb4ffe1c1f24","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7354bb4ffe1c1f24","status":"passed","time":{"start":1728682574102,"stop":1728682574103,"duration":1}},{"uid":"89233a94f857b852","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/89233a94f857b852","status":"passed","time":{"start":1728682146827,"stop":1728682146827,"duration":0}},{"uid":"9d6153bf9a811ed6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9d6153bf9a811ed6","status":"passed","time":{"start":1728676621441,"stop":1728676621441,"duration":0}},{"uid":"a45ef35cd8f74c80","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a45ef35cd8f74c80","status":"passed","time":{"start":1728669344475,"stop":1728669344475,"duration":0}},{"uid":"c01311f019f87b72","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c01311f019f87b72","status":"passed","time":{"start":1728597685171,"stop":1728597685171,"duration":0}},{"uid":"35c47f26088bd431","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/35c47f26088bd431","status":"passed","time":{"start":1728596904480,"stop":1728596904481,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"788410fd4d7045cb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/788410fd4d7045cb","status":"passed","time":{"start":1729034611666,"stop":1729034611666,"duration":0}},{"uid":"5898862147c68ea0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5898862147c68ea0","status":"passed","time":{"start":1729034393648,"stop":1729034393649,"duration":1}},{"uid":"59c4efce7cede502","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/59c4efce7cede502","status":"passed","time":{"start":1729034304849,"stop":1729034304850,"duration":1}},{"uid":"b2427ded3dee1ebe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b2427ded3dee1ebe","status":"passed","time":{"start":1729034121914,"stop":1729034121915,"duration":1}},{"uid":"f2e839e827140cf9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f2e839e827140cf9","status":"passed","time":{"start":1729032174873,"stop":1729032174873,"duration":0}},{"uid":"4a36f06a6aceb827","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4a36f06a6aceb827","status":"passed","time":{"start":1728901881013,"stop":1728901881014,"duration":1}},{"uid":"14e27057800ea5ef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/14e27057800ea5ef","status":"passed","time":{"start":1728893317165,"stop":1728893317166,"duration":1}},{"uid":"fdd9de5b7dfd5c40","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fdd9de5b7dfd5c40","status":"passed","time":{"start":1728856263101,"stop":1728856263101,"duration":0}},{"uid":"b5e416a36b732328","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b5e416a36b732328","status":"passed","time":{"start":1728738492800,"stop":1728738492800,"duration":0}},{"uid":"e2617913006fced4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e2617913006fced4","status":"passed","time":{"start":1728683030022,"stop":1728683030022,"duration":0}},{"uid":"bffc5897a3fb6c67","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bffc5897a3fb6c67","status":"passed","time":{"start":1728682581104,"stop":1728682581104,"duration":0}},{"uid":"4317a6788aa0b682","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4317a6788aa0b682","status":"passed","time":{"start":1728677081998,"stop":1728677081998,"duration":0}},{"uid":"1842430bd02871dd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1842430bd02871dd","status":"passed","time":{"start":1728669795398,"stop":1728669795398,"duration":0}},{"uid":"353c07990272c48d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/353c07990272c48d","status":"passed","time":{"start":1728598137505,"stop":1728598137505,"duration":0}},{"uid":"2e9a522d9cde4513","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2e9a522d9cde4513","status":"passed","time":{"start":1728597353480,"stop":1728597353481,"duration":1}}]},"b1617d541aa2b1d0bf6b170743e1fa7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c928f0a2c05094a8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c928f0a2c05094a8","status":"passed","time":{"start":1728893337254,"stop":1728893337254,"duration":0}}]},"1be19ae56a63c6313dc5c2d67b9ef5f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"501243d5f5b05805","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/501243d5f5b05805","status":"passed","time":{"start":1728669834427,"stop":1728669834431,"duration":4}}]},"a47ee37ff657033feb710ffb0195fd1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a3e9576697c212b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a3e9576697c212b","status":"passed","time":{"start":1729034169451,"stop":1729034169451,"duration":0}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"37a9082755408cab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37a9082755408cab","status":"passed","time":{"start":1729034640511,"stop":1729034640512,"duration":1}},{"uid":"7893f727a5db2342","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7893f727a5db2342","status":"passed","time":{"start":1729034411419,"stop":1729034411419,"duration":0}},{"uid":"83549b360f33c81","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/83549b360f33c81","status":"passed","time":{"start":1729034327392,"stop":1729034327395,"duration":3}},{"uid":"7ab7ce988025bee6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ab7ce988025bee6","status":"passed","time":{"start":1729034147767,"stop":1729034147767,"duration":0}},{"uid":"85b21eef99f011cf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/85b21eef99f011cf","status":"passed","time":{"start":1729032204824,"stop":1729032204825,"duration":1}},{"uid":"4a4a3ff7dbb52475","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4a4a3ff7dbb52475","status":"passed","time":{"start":1728901907652,"stop":1728901907652,"duration":0}},{"uid":"cc72735622eee821","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cc72735622eee821","status":"passed","time":{"start":1728893341886,"stop":1728893341886,"duration":0}},{"uid":"1d806bee7ba8bdf2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1d806bee7ba8bdf2","status":"passed","time":{"start":1728856299351,"stop":1728856299351,"duration":0}},{"uid":"cc64418a3bbb41b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc64418a3bbb41b9","status":"passed","time":{"start":1728738511612,"stop":1728738511612,"duration":0}},{"uid":"f862e72047905b74","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f862e72047905b74","status":"passed","time":{"start":1728683052907,"stop":1728683052908,"duration":1}},{"uid":"18c281bc94264a3e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18c281bc94264a3e","status":"passed","time":{"start":1728682612907,"stop":1728682612907,"duration":0}},{"uid":"284fdd9796d370e3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/284fdd9796d370e3","status":"passed","time":{"start":1728677115742,"stop":1728677115742,"duration":0}},{"uid":"a27a6243930d04e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a27a6243930d04e0","status":"passed","time":{"start":1728669778170,"stop":1728669778171,"duration":1}},{"uid":"4f8957dc51c7b4b3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4f8957dc51c7b4b3","status":"passed","time":{"start":1728598175428,"stop":1728598175428,"duration":0}},{"uid":"546f3216a2eb296f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/546f3216a2eb296f","status":"passed","time":{"start":1728597380057,"stop":1728597380057,"duration":0}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ca6e2b8178bec52e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ca6e2b8178bec52e","status":"passed","time":{"start":1729034447623,"stop":1729034447624,"duration":1}},{"uid":"e5a9a9b9988df1f0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e5a9a9b9988df1f0","status":"passed","time":{"start":1729034206087,"stop":1729034206088,"duration":1}},{"uid":"4ca561c6c54259db","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4ca561c6c54259db","status":"passed","time":{"start":1729034134196,"stop":1729034134197,"duration":1}},{"uid":"e93a7e32c4f097d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e93a7e32c4f097d","status":"passed","time":{"start":1729033942604,"stop":1729033942604,"duration":0}},{"uid":"e66e759b4613bdc2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e66e759b4613bdc2","status":"passed","time":{"start":1729031989715,"stop":1729031989715,"duration":0}},{"uid":"4cdc944df54cc585","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4cdc944df54cc585","status":"passed","time":{"start":1728901562047,"stop":1728901562048,"duration":1}},{"uid":"73ed13ea2f8c37b6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73ed13ea2f8c37b6","status":"passed","time":{"start":1728893001482,"stop":1728893001482,"duration":0}},{"uid":"6d37c5f3fe61f04d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6d37c5f3fe61f04d","status":"passed","time":{"start":1728855968869,"stop":1728855968869,"duration":0}},{"uid":"63df190f0830c426","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/63df190f0830c426","status":"passed","time":{"start":1728738172967,"stop":1728738172968,"duration":1}},{"uid":"b5b39a9017c0ad82","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5b39a9017c0ad82","status":"passed","time":{"start":1728682706940,"stop":1728682706941,"duration":1}},{"uid":"e41236301daeeedf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e41236301daeeedf","status":"passed","time":{"start":1728682296861,"stop":1728682296861,"duration":0}},{"uid":"46dde9cec0e2bdb9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/46dde9cec0e2bdb9","status":"passed","time":{"start":1728676761477,"stop":1728676761478,"duration":1}},{"uid":"d049208d1a670546","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d049208d1a670546","status":"passed","time":{"start":1728669479027,"stop":1728669479028,"duration":1}},{"uid":"7ab7243e6043ecdb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7ab7243e6043ecdb","status":"passed","time":{"start":1728597820127,"stop":1728597820128,"duration":1}},{"uid":"34cccd477f0d2e93","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/34cccd477f0d2e93","status":"passed","time":{"start":1728597034502,"stop":1728597034502,"duration":0}}]},"0553e80211dc4e789f22c79bf17cd210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7013d109f0c0eece","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7013d109f0c0eece","status":"passed","time":{"start":1729034332630,"stop":1729034332630,"duration":0}},{"uid":"accc154e3968959f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/accc154e3968959f","status":"passed","time":{"start":1729034096132,"stop":1729034096132,"duration":0}},{"uid":"91c4fd8ec69bb6e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/91c4fd8ec69bb6e","status":"passed","time":{"start":1729034020089,"stop":1729034020089,"duration":0}},{"uid":"8abf46011fd069b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8abf46011fd069b3","status":"passed","time":{"start":1729033834383,"stop":1729033834383,"duration":0}},{"uid":"5c7d83a89a233f39","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5c7d83a89a233f39","status":"passed","time":{"start":1729031884116,"stop":1729031884117,"duration":1}},{"uid":"175ec264071af1d0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/175ec264071af1d0","status":"passed","time":{"start":1728901430253,"stop":1728901430253,"duration":0}},{"uid":"1e9ecf0975647538","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1e9ecf0975647538","status":"passed","time":{"start":1728892860531,"stop":1728892860531,"duration":0}},{"uid":"bd6591ecad8fc72e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bd6591ecad8fc72e","status":"passed","time":{"start":1728855823321,"stop":1728855823321,"duration":0}},{"uid":"eeb30de5f2d632c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eeb30de5f2d632c4","status":"passed","time":{"start":1728738040600,"stop":1728738040600,"duration":0}},{"uid":"e9c767585533291d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e9c767585533291d","status":"passed","time":{"start":1728682574090,"stop":1728682574090,"duration":0}},{"uid":"463c4c1e27dc0e53","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/463c4c1e27dc0e53","status":"passed","time":{"start":1728682146816,"stop":1728682146816,"duration":0}},{"uid":"ef735970814ef66","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef735970814ef66","status":"passed","time":{"start":1728676621430,"stop":1728676621430,"duration":0}},{"uid":"6b794f32b20501f6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6b794f32b20501f6","status":"passed","time":{"start":1728669344466,"stop":1728669344466,"duration":0}},{"uid":"997c779742849b90","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/997c779742849b90","status":"passed","time":{"start":1728597685160,"stop":1728597685160,"duration":0}},{"uid":"cf266121cb19e9a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cf266121cb19e9a7","status":"passed","time":{"start":1728596904466,"stop":1728596904466,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e1a761e22a177380","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e1a761e22a177380","status":"passed","time":{"start":1729034611678,"stop":1729034611678,"duration":0}},{"uid":"961f70fc1a2ba5f4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/961f70fc1a2ba5f4","status":"passed","time":{"start":1729034393654,"stop":1729034393654,"duration":0}},{"uid":"59a10ec3b355b1b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/59a10ec3b355b1b","status":"passed","time":{"start":1729034304852,"stop":1729034304852,"duration":0}},{"uid":"63acd4c5b9f4d77c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/63acd4c5b9f4d77c","status":"passed","time":{"start":1729034121936,"stop":1729034121937,"duration":1}},{"uid":"bc5a8f5912f6eaeb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bc5a8f5912f6eaeb","status":"passed","time":{"start":1729032174901,"stop":1729032174902,"duration":1}},{"uid":"19e68f0eb2f180ef","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/19e68f0eb2f180ef","status":"passed","time":{"start":1728901881018,"stop":1728901881019,"duration":1}},{"uid":"1c749df0ea11abce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1c749df0ea11abce","status":"passed","time":{"start":1728893317175,"stop":1728893317176,"duration":1}},{"uid":"9ead724977a980b1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9ead724977a980b1","status":"passed","time":{"start":1728856263107,"stop":1728856263107,"duration":0}},{"uid":"7a77bfa1351a9174","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7a77bfa1351a9174","status":"passed","time":{"start":1728738492802,"stop":1728738492802,"duration":0}},{"uid":"309845f6639cb5b1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/309845f6639cb5b1","status":"passed","time":{"start":1728683030025,"stop":1728683030025,"duration":0}},{"uid":"4b980171870e6a96","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4b980171870e6a96","status":"passed","time":{"start":1728682581106,"stop":1728682581110,"duration":4}},{"uid":"787c77a094d1189c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/787c77a094d1189c","status":"passed","time":{"start":1728677082002,"stop":1728677082003,"duration":1}},{"uid":"44935c33c6a890a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/44935c33c6a890a","status":"passed","time":{"start":1728669795401,"stop":1728669795401,"duration":0}},{"uid":"55f710ea597323be","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55f710ea597323be","status":"passed","time":{"start":1728598137506,"stop":1728598137507,"duration":1}},{"uid":"f50fe93a4b5ecdc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f50fe93a4b5ecdc2","status":"passed","time":{"start":1728597353483,"stop":1728597353483,"duration":0}}]},"b83df75610ec6c035cae4a2eaf5b080a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d0bd7f8c2e51f587","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d0bd7f8c2e51f587","status":"passed","time":{"start":1728677163572,"stop":1728677163573,"duration":1}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a5eaaa30256ee13a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5eaaa30256ee13a","status":"passed","time":{"start":1729034611660,"stop":1729034611661,"duration":1}},{"uid":"f33fa281e377ea65","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f33fa281e377ea65","status":"passed","time":{"start":1729034393638,"stop":1729034393639,"duration":1}},{"uid":"4c0f1e8fd71bfc13","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c0f1e8fd71bfc13","status":"passed","time":{"start":1729034304833,"stop":1729034304834,"duration":1}},{"uid":"71b6e70e9e57fda8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/71b6e70e9e57fda8","status":"passed","time":{"start":1729034121899,"stop":1729034121900,"duration":1}},{"uid":"1b0660b911dcdc0a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1b0660b911dcdc0a","status":"passed","time":{"start":1729032174809,"stop":1729032174809,"duration":0}},{"uid":"9bce83757e6208b4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9bce83757e6208b4","status":"passed","time":{"start":1728901881009,"stop":1728901881009,"duration":0}},{"uid":"b490fea920d816f3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b490fea920d816f3","status":"passed","time":{"start":1728893317155,"stop":1728893317155,"duration":0}},{"uid":"4815a1d9ff303e39","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4815a1d9ff303e39","status":"passed","time":{"start":1728856263079,"stop":1728856263079,"duration":0}},{"uid":"4f4a37a6deba277a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4f4a37a6deba277a","status":"passed","time":{"start":1728738492795,"stop":1728738492795,"duration":0}},{"uid":"f3147a0df2ba4716","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3147a0df2ba4716","status":"passed","time":{"start":1728683030017,"stop":1728683030018,"duration":1}},{"uid":"feef9f9c9a812d34","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/feef9f9c9a812d34","status":"passed","time":{"start":1728682581097,"stop":1728682581097,"duration":0}},{"uid":"8085e07d863fa623","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8085e07d863fa623","status":"passed","time":{"start":1728677081990,"stop":1728677081990,"duration":0}},{"uid":"d34ef596c0c51c64","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d34ef596c0c51c64","status":"passed","time":{"start":1728669795391,"stop":1728669795391,"duration":0}},{"uid":"74441241b0a011d5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/74441241b0a011d5","status":"passed","time":{"start":1728598137500,"stop":1728598137500,"duration":0}},{"uid":"6701f1414538d227","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6701f1414538d227","status":"passed","time":{"start":1728597353477,"stop":1728597353477,"duration":0}}]},"359f94573637a983d040a83bd3d384db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"298f78e00c0d8bf8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/298f78e00c0d8bf8","status":"passed","time":{"start":1728738567468,"stop":1728738567469,"duration":1}}]},"2d1af9d1bfc0eb84e74b3a4e00a0e300:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b810afd4aff3477","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b810afd4aff3477","status":"passed","time":{"start":1729034470386,"stop":1729034470387,"duration":1}},{"uid":"638fc0bd0b7993a8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/638fc0bd0b7993a8","status":"passed","time":{"start":1729034238406,"stop":1729034238408,"duration":2}},{"uid":"c227e7c9a1eada1f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c227e7c9a1eada1f","status":"passed","time":{"start":1729034157649,"stop":1729034157651,"duration":2}},{"uid":"ba5d3d73b7d58edd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba5d3d73b7d58edd","status":"passed","time":{"start":1729033974447,"stop":1729033974449,"duration":2}},{"uid":"dfc3be69f9c6a13b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dfc3be69f9c6a13b","status":"passed","time":{"start":1729032027757,"stop":1729032027759,"duration":2}},{"uid":"b710c4898c6857c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b710c4898c6857c","status":"passed","time":{"start":1728901614538,"stop":1728901614539,"duration":1}},{"uid":"40fb99145328a10e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/40fb99145328a10e","status":"passed","time":{"start":1728893048594,"stop":1728893048594,"duration":0}},{"uid":"dc8b55055e6969f6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dc8b55055e6969f6","status":"passed","time":{"start":1728856013558,"stop":1728856013558,"duration":0}},{"uid":"8e0fbce19fbe7fcb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8e0fbce19fbe7fcb","status":"passed","time":{"start":1728738231630,"stop":1728738231630,"duration":0}},{"uid":"113002643bae86b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/113002643bae86b","status":"passed","time":{"start":1728682761069,"stop":1728682761070,"duration":1}},{"uid":"2854d8dc5f27eb33","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2854d8dc5f27eb33","status":"passed","time":{"start":1728682330627,"stop":1728682330627,"duration":0}},{"uid":"80e295ee9d11a796","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/80e295ee9d11a796","status":"passed","time":{"start":1728676808321,"stop":1728676808322,"duration":1}},{"uid":"fce611386126879b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fce611386126879b","status":"passed","time":{"start":1728669528227,"stop":1728669528227,"duration":0}},{"uid":"1e491b6c628a85f4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e491b6c628a85f4","status":"passed","time":{"start":1728597872226,"stop":1728597872226,"duration":0}},{"uid":"90e83d73b38ba196","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/90e83d73b38ba196","status":"passed","time":{"start":1728597087683,"stop":1728597087684,"duration":1}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"383f8d18adbebd81","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/383f8d18adbebd81","status":"passed","time":{"start":1729034432449,"stop":1729034432450,"duration":1}},{"uid":"bea90fc82717ee75","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bea90fc82717ee75","status":"passed","time":{"start":1729034119304,"stop":1729034119304,"duration":0}},{"uid":"cad78f4e01529952","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cad78f4e01529952","status":"passed","time":{"start":1729033933480,"stop":1729033933480,"duration":0}},{"uid":"1a79b4b2195b8fd8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1a79b4b2195b8fd8","status":"passed","time":{"start":1729031982920,"stop":1729031982920,"duration":0}},{"uid":"f6d6dd0e7556cc9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f6d6dd0e7556cc9","status":"passed","time":{"start":1728901527855,"stop":1728901527856,"duration":1}},{"uid":"f556076de665da5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f556076de665da5a","status":"passed","time":{"start":1728892960139,"stop":1728892960140,"duration":1}},{"uid":"30fa1cced54b32e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30fa1cced54b32e","status":"passed","time":{"start":1728855921714,"stop":1728855921714,"duration":0}},{"uid":"e3e13a54fbf93bd0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e3e13a54fbf93bd0","status":"passed","time":{"start":1728738138432,"stop":1728738138432,"duration":0}},{"uid":"a7eddbbf49e718ec","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a7eddbbf49e718ec","status":"passed","time":{"start":1728682672252,"stop":1728682672252,"duration":0}},{"uid":"119bedf9946132b4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/119bedf9946132b4","status":"passed","time":{"start":1728682245074,"stop":1728682245074,"duration":0}},{"uid":"b45b1ef9dff2624d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b45b1ef9dff2624d","status":"passed","time":{"start":1728676721299,"stop":1728676721300,"duration":1}},{"uid":"27ca1d8c582f6214","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/27ca1d8c582f6214","status":"passed","time":{"start":1728669444560,"stop":1728669444561,"duration":1}},{"uid":"73dcfec96f3f31f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/73dcfec96f3f31f","status":"passed","time":{"start":1728597784072,"stop":1728597784073,"duration":1}},{"uid":"794f8030df018ba2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/794f8030df018ba2","status":"passed","time":{"start":1728597001548,"stop":1728597001548,"duration":0}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6e3ed0a60cc0d27","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6e3ed0a60cc0d27","status":"passed","time":{"start":1729034341401,"stop":1729034341401,"duration":0}},{"uid":"921e46aaf5f3d9ad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/921e46aaf5f3d9ad","status":"passed","time":{"start":1729034104909,"stop":1729034104909,"duration":0}},{"uid":"255cbcec70b79009","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/255cbcec70b79009","status":"passed","time":{"start":1729034028507,"stop":1729034028507,"duration":0}},{"uid":"ba2ab9b7013b405f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba2ab9b7013b405f","status":"passed","time":{"start":1729033843115,"stop":1729033843116,"duration":1}},{"uid":"556801652a788c2e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/556801652a788c2e","status":"passed","time":{"start":1729031892674,"stop":1729031892674,"duration":0}},{"uid":"e1cd56d1f288a195","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e1cd56d1f288a195","status":"passed","time":{"start":1728901438805,"stop":1728901438806,"duration":1}},{"uid":"c9e867cab9adfe62","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9e867cab9adfe62","status":"passed","time":{"start":1728892868997,"stop":1728892868997,"duration":0}},{"uid":"8be8e42e18868757","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8be8e42e18868757","status":"passed","time":{"start":1728855831890,"stop":1728855831890,"duration":0}},{"uid":"2178abc85a521dd1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2178abc85a521dd1","status":"passed","time":{"start":1728738049037,"stop":1728738049037,"duration":0}},{"uid":"4d06c222322eb81c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d06c222322eb81c","status":"passed","time":{"start":1728682582615,"stop":1728682582615,"duration":0}},{"uid":"7afef75c3516334a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7afef75c3516334a","status":"passed","time":{"start":1728682155405,"stop":1728682155405,"duration":0}},{"uid":"ec545333048de80f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec545333048de80f","status":"passed","time":{"start":1728676629971,"stop":1728676629971,"duration":0}},{"uid":"bb9dcfa17d9d41e7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb9dcfa17d9d41e7","status":"passed","time":{"start":1728669353098,"stop":1728669353099,"duration":1}},{"uid":"bec0fe989aa35b55","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bec0fe989aa35b55","status":"passed","time":{"start":1728597693843,"stop":1728597693843,"duration":0}},{"uid":"eb180ecfeacd4523","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb180ecfeacd4523","status":"passed","time":{"start":1728596913088,"stop":1728596913088,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e745e6a6d91bcb6a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e745e6a6d91bcb6a","status":"passed","time":{"start":1729034713702,"stop":1729034713702,"duration":0}},{"uid":"aac84daab8e15539","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aac84daab8e15539","status":"passed","time":{"start":1729034487485,"stop":1729034487485,"duration":0}},{"uid":"ad15275cd706ca14","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ad15275cd706ca14","status":"passed","time":{"start":1729034446110,"stop":1729034446110,"duration":0}},{"uid":"4daecbc966aa9b0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4daecbc966aa9b0","status":"passed","time":{"start":1729032275829,"stop":1729032275829,"duration":0}},{"uid":"f53956e40b61ea91","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f53956e40b61ea91","status":"passed","time":{"start":1728902036741,"stop":1728902036741,"duration":0}},{"uid":"9da2877f157a4e6c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9da2877f157a4e6c","status":"passed","time":{"start":1728893472414,"stop":1728893472414,"duration":0}},{"uid":"41b83981462ebaf4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/41b83981462ebaf4","status":"passed","time":{"start":1728856423202,"stop":1728856423202,"duration":0}},{"uid":"92fa605579345bac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/92fa605579345bac","status":"passed","time":{"start":1728738648730,"stop":1728738648731,"duration":1}},{"uid":"b0ebcd7f1cb19e27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b0ebcd7f1cb19e27","status":"passed","time":{"start":1728683179656,"stop":1728683179656,"duration":0}},{"uid":"3cb35749be1cb3df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3cb35749be1cb3df","status":"passed","time":{"start":1728682757952,"stop":1728682757952,"duration":0}},{"uid":"8661d9f835486eeb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8661d9f835486eeb","status":"passed","time":{"start":1728677238452,"stop":1728677238452,"duration":0}},{"uid":"7474de391e18520d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7474de391e18520d","status":"passed","time":{"start":1728669928221,"stop":1728669928221,"duration":0}},{"uid":"fa5a4dfeb27728b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fa5a4dfeb27728b2","status":"passed","time":{"start":1728598319591,"stop":1728598319591,"duration":0}},{"uid":"e31a413484279057","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e31a413484279057","status":"passed","time":{"start":1728597520648,"stop":1728597520648,"duration":0}}]},"e93522f0b0bc7c4abda97b21c9e4cd7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"393c7ed1dae02240","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/393c7ed1dae02240","status":"passed","time":{"start":1729034636315,"stop":1729034636316,"duration":1}}]},"c1462b10b9ea7b55a2c2c7472f69f5a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d45ab5a61b40f88","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2d45ab5a61b40f88","status":"passed","time":{"start":1728669795390,"stop":1728669795390,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"228d9d52124a6364","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/228d9d52124a6364","status":"passed","time":{"start":1729034631251,"stop":1729034631251,"duration":0}},{"uid":"b77e9dd58d3c6a1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b77e9dd58d3c6a1","status":"passed","time":{"start":1729034400887,"stop":1729034400887,"duration":0}},{"uid":"30f2c9972d01f3ba","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/30f2c9972d01f3ba","status":"passed","time":{"start":1729034317449,"stop":1729034317450,"duration":1}},{"uid":"8f53383fae484a00","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8f53383fae484a00","status":"passed","time":{"start":1729034137133,"stop":1729034137134,"duration":1}},{"uid":"beae535f4885f50d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/beae535f4885f50d","status":"passed","time":{"start":1729032206874,"stop":1729032206874,"duration":0}},{"uid":"457a3422c9d7924f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/457a3422c9d7924f","status":"passed","time":{"start":1728901995020,"stop":1728901995021,"duration":1}},{"uid":"874448abc1866b20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/874448abc1866b20","status":"passed","time":{"start":1728893420994,"stop":1728893420994,"duration":0}},{"uid":"e340087bf9b98ec2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e340087bf9b98ec2","status":"passed","time":{"start":1728856368595,"stop":1728856368595,"duration":0}},{"uid":"a8441606636b2f29","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a8441606636b2f29","status":"passed","time":{"start":1728738604679,"stop":1728738604680,"duration":1}},{"uid":"1974c012edc4859","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1974c012edc4859","status":"passed","time":{"start":1728683117621,"stop":1728683117624,"duration":3}},{"uid":"99040ab74e238954","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99040ab74e238954","status":"passed","time":{"start":1728682721317,"stop":1728682721317,"duration":0}},{"uid":"cc53a917fa276094","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cc53a917fa276094","status":"passed","time":{"start":1728677184682,"stop":1728677184682,"duration":0}},{"uid":"c4c26fbb9cde34e2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4c26fbb9cde34e2","status":"passed","time":{"start":1728669866448,"stop":1728669866449,"duration":1}},{"uid":"28b5924b6d2f8023","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/28b5924b6d2f8023","status":"passed","time":{"start":1728598249975,"stop":1728598249975,"duration":0}},{"uid":"3018388890f32b7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3018388890f32b7e","status":"passed","time":{"start":1728597472290,"stop":1728597472290,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8e080b79384118c0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8e080b79384118c0","status":"passed","time":{"start":1729034536098,"stop":1729034536099,"duration":1}},{"uid":"6923cc486d052fc1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6923cc486d052fc1","status":"passed","time":{"start":1729034296705,"stop":1729034296705,"duration":0}},{"uid":"57d67c78271a301f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/57d67c78271a301f","status":"passed","time":{"start":1729034220602,"stop":1729034220602,"duration":0}},{"uid":"e08337e36261d9b2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e08337e36261d9b2","status":"passed","time":{"start":1729034041485,"stop":1729034041485,"duration":0}},{"uid":"31472742858fe179","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/31472742858fe179","status":"passed","time":{"start":1728901705390,"stop":1728901705391,"duration":1}},{"uid":"3ca61d74f4aca2dc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3ca61d74f4aca2dc","status":"passed","time":{"start":1728893141773,"stop":1728893141774,"duration":1}},{"uid":"b03877074d3e6b86","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b03877074d3e6b86","status":"passed","time":{"start":1728856087081,"stop":1728856087081,"duration":0}},{"uid":"d1d2baaaf12a83c5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d1d2baaaf12a83c5","status":"passed","time":{"start":1728738321432,"stop":1728738321433,"duration":1}},{"uid":"7116b114091e3e8a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7116b114091e3e8a","status":"passed","time":{"start":1728682845672,"stop":1728682845672,"duration":0}},{"uid":"f666a12109a6fe48","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f666a12109a6fe48","status":"passed","time":{"start":1728682424306,"stop":1728682424306,"duration":0}},{"uid":"1b3c5ac44d53e6d7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b3c5ac44d53e6d7","status":"passed","time":{"start":1728676900513,"stop":1728676900513,"duration":0}},{"uid":"4d3303e83ee0f254","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4d3303e83ee0f254","status":"passed","time":{"start":1728669625798,"stop":1728669625798,"duration":0}},{"uid":"ae0c87e412d6d419","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ae0c87e412d6d419","status":"passed","time":{"start":1728597957161,"stop":1728597957161,"duration":0}},{"uid":"ea9ac53ecc1a3eba","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea9ac53ecc1a3eba","status":"passed","time":{"start":1728597182615,"stop":1728597182615,"duration":0}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"f477530628164c0d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f477530628164c0d","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034356478,"stop":1729034356478,"duration":0}},{"uid":"a8ada47f9dbfcf56","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a8ada47f9dbfcf56","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034120503,"stop":1729034120503,"duration":0}},{"uid":"be79d9dea684fb7a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be79d9dea684fb7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033858274,"stop":1729033858274,"duration":0}},{"uid":"4946c8b09286dbd6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4946c8b09286dbd6","status":"skipped","statusDetails":"Test ignored","time":{"start":1729031908180,"stop":1729031908180,"duration":0}},{"uid":"f94439471846c363","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f94439471846c363","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901453937,"stop":1728901453937,"duration":0}},{"uid":"8dafc7422ed5b807","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8dafc7422ed5b807","status":"skipped","statusDetails":"Test ignored","time":{"start":1728892884413,"stop":1728892884413,"duration":0}},{"uid":"b47c72f4df469050","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b47c72f4df469050","status":"skipped","statusDetails":"Test ignored","time":{"start":1728855846881,"stop":1728855846882,"duration":1}},{"uid":"643d4c57a31e106d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/643d4c57a31e106d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738064186,"stop":1728738064186,"duration":0}},{"uid":"5d793d1538701c21","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5d793d1538701c21","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682597764,"stop":1728682597764,"duration":0}},{"uid":"c1ccafa3a42a97b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1ccafa3a42a97b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682170542,"stop":1728682170543,"duration":1}},{"uid":"8118a0e093ffddb5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8118a0e093ffddb5","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676645203,"stop":1728676645203,"duration":0}},{"uid":"51e5b204659dda19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/51e5b204659dda19","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669368197,"stop":1728669368197,"duration":0}},{"uid":"9a2ed119969fb2fa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9a2ed119969fb2fa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597709015,"stop":1728597709015,"duration":0}},{"uid":"afc254d26d610a38","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/afc254d26d610a38","status":"skipped","statusDetails":"Test ignored","time":{"start":1728596928109,"stop":1728596928109,"duration":0}}]},"f822fc9cf7eb42c2d5c00eb1057e7a15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"4409be8d5b5f2553","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4409be8d5b5f2553","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473221,"stop":1729034473222,"duration":1}},{"uid":"7a2a637ecbae5243","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a2a637ecbae5243","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241162,"stop":1729034241162,"duration":0}},{"uid":"5371a33fb783a8f2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5371a33fb783a8f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159975,"stop":1729034159976,"duration":1}},{"uid":"3fc1eb106f14f3a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3fc1eb106f14f3a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977066,"stop":1729033977066,"duration":0}},{"uid":"bba08468aa25b058","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bba08468aa25b058","status":"passed","time":{"start":1729032093809,"stop":1729032093810,"duration":1}},{"uid":"5e21031bc90bb7fe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5e21031bc90bb7fe","status":"passed","time":{"start":1728901748783,"stop":1728901748784,"duration":1}},{"uid":"35b291e9d0b71aee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/35b291e9d0b71aee","status":"passed","time":{"start":1728893181088,"stop":1728893181088,"duration":0}},{"uid":"881cd883fcf82cd8","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/881cd883fcf82cd8","status":"passed","time":{"start":1728856155553,"stop":1728856155553,"duration":0}},{"uid":"2f4a2b888c8e7c89","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2f4a2b888c8e7c89","status":"passed","time":{"start":1728738360302,"stop":1728738360303,"duration":1}},{"uid":"dc6f7d86a5976c3d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc6f7d86a5976c3d","status":"passed","time":{"start":1728682907224,"stop":1728682907224,"duration":0}},{"uid":"aae52355ad7412b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aae52355ad7412b9","status":"passed","time":{"start":1728682466737,"stop":1728682466738,"duration":1}},{"uid":"38a3763235580c0f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38a3763235580c0f","status":"passed","time":{"start":1728676955724,"stop":1728676955724,"duration":0}},{"uid":"bbf24c4d1b510fba","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bbf24c4d1b510fba","status":"passed","time":{"start":1728598013536,"stop":1728598013537,"duration":1}},{"uid":"787d7d0d72336edb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/787d7d0d72336edb","status":"passed","time":{"start":1728597225202,"stop":1728597225202,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e7f5963c9a77582","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e7f5963c9a77582","status":"passed","time":{"start":1729034665579,"stop":1729034665580,"duration":1}},{"uid":"21fd61e4779b3e73","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/21fd61e4779b3e73","status":"passed","time":{"start":1729034434262,"stop":1729034434263,"duration":1}},{"uid":"6befe6a6331a4f57","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6befe6a6331a4f57","status":"passed","time":{"start":1729034350158,"stop":1729034350159,"duration":1}},{"uid":"5a27d6524e6bca3d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5a27d6524e6bca3d","status":"passed","time":{"start":1729034169194,"stop":1729034169195,"duration":1}},{"uid":"82930922c9ca7f3d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/82930922c9ca7f3d","status":"passed","time":{"start":1729032228066,"stop":1729032228067,"duration":1}},{"uid":"da869ba6990ddad4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da869ba6990ddad4","status":"passed","time":{"start":1728901947146,"stop":1728901947147,"duration":1}},{"uid":"855879143a2bfbfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/855879143a2bfbfd","status":"passed","time":{"start":1728893380058,"stop":1728893380058,"duration":0}},{"uid":"2828218e88f6fc53","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2828218e88f6fc53","status":"passed","time":{"start":1728856336880,"stop":1728856336880,"duration":0}},{"uid":"a4972b4d1d03711","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a4972b4d1d03711","status":"passed","time":{"start":1728738551164,"stop":1728738551164,"duration":0}},{"uid":"62d627c2bcefb30a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/62d627c2bcefb30a","status":"passed","time":{"start":1728683095876,"stop":1728683095876,"duration":0}},{"uid":"731b7f91c97ef35e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/731b7f91c97ef35e","status":"passed","time":{"start":1728682657388,"stop":1728682657389,"duration":1}},{"uid":"2b28eec7c785a672","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2b28eec7c785a672","status":"passed","time":{"start":1728677151465,"stop":1728677151466,"duration":1}},{"uid":"3a8bffb11bd3661f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3a8bffb11bd3661f","status":"passed","time":{"start":1728669832894,"stop":1728669832894,"duration":0}},{"uid":"1a3df601846910df","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a3df601846910df","status":"passed","time":{"start":1728598215610,"stop":1728598215611,"duration":1}},{"uid":"b206267f700b3a5f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b206267f700b3a5f","status":"passed","time":{"start":1728597425044,"stop":1728597425044,"duration":0}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"94516b105e894025","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/94516b105e894025","status":"passed","time":{"start":1729034536108,"stop":1729034536108,"duration":0}},{"uid":"3fe26bca46b63ed8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3fe26bca46b63ed8","status":"passed","time":{"start":1729034296713,"stop":1729034296714,"duration":1}},{"uid":"46539061db7906e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/46539061db7906e","status":"passed","time":{"start":1729034220609,"stop":1729034220609,"duration":0}},{"uid":"c5887fcee980ef61","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5887fcee980ef61","status":"passed","time":{"start":1729034041497,"stop":1729034041497,"duration":0}},{"uid":"6bbcf9cc63222fc0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6bbcf9cc63222fc0","status":"passed","time":{"start":1728901705412,"stop":1728901705413,"duration":1}},{"uid":"963bcabb12e48670","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/963bcabb12e48670","status":"passed","time":{"start":1728893141780,"stop":1728893141781,"duration":1}},{"uid":"8236aa9abddaed48","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8236aa9abddaed48","status":"passed","time":{"start":1728856087087,"stop":1728856087087,"duration":0}},{"uid":"cc91be14d815ce1e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cc91be14d815ce1e","status":"passed","time":{"start":1728738321445,"stop":1728738321446,"duration":1}},{"uid":"91cc9ee88ffa521e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/91cc9ee88ffa521e","status":"passed","time":{"start":1728682845680,"stop":1728682845680,"duration":0}},{"uid":"c1821a386d553bcf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1821a386d553bcf","status":"passed","time":{"start":1728682424314,"stop":1728682424315,"duration":1}},{"uid":"fe9c2c9f5d198ded","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fe9c2c9f5d198ded","status":"passed","time":{"start":1728676900543,"stop":1728676900544,"duration":1}},{"uid":"b909f2b7c32beb98","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b909f2b7c32beb98","status":"passed","time":{"start":1728669625804,"stop":1728669625804,"duration":0}},{"uid":"cc26b4cd678cf878","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cc26b4cd678cf878","status":"passed","time":{"start":1728597957175,"stop":1728597957175,"duration":0}},{"uid":"a7a6721006daf8eb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a7a6721006daf8eb","status":"passed","time":{"start":1728597182622,"stop":1728597182622,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"87afd9333611cdee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/87afd9333611cdee","status":"passed","time":{"start":1729034636312,"stop":1729034636313,"duration":1}},{"uid":"8877fcdee40e0559","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8877fcdee40e0559","status":"passed","time":{"start":1729034402273,"stop":1729034402275,"duration":2}},{"uid":"71a90a8e9c122c49","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71a90a8e9c122c49","status":"passed","time":{"start":1729034323293,"stop":1729034323293,"duration":0}},{"uid":"a647d4f394b0257f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a647d4f394b0257f","status":"passed","time":{"start":1729034144764,"stop":1729034144764,"duration":0}},{"uid":"6bc9ecc432a3c891","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6bc9ecc432a3c891","status":"passed","time":{"start":1729032198814,"stop":1729032198815,"duration":1}},{"uid":"51bb7ea81baa4217","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/51bb7ea81baa4217","status":"passed","time":{"start":1728901901761,"stop":1728901901762,"duration":1}},{"uid":"5299a85e9d180e7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5299a85e9d180e7","status":"passed","time":{"start":1728893337241,"stop":1728893337246,"duration":5}},{"uid":"34b1f1f6b35966f9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/34b1f1f6b35966f9","status":"passed","time":{"start":1728856299187,"stop":1728856299188,"duration":1}},{"uid":"1c3c35b0afc5c737","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1c3c35b0afc5c737","status":"passed","time":{"start":1728738505374,"stop":1728738505374,"duration":0}},{"uid":"c46488b78b9fc13c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c46488b78b9fc13c","status":"passed","time":{"start":1728683045447,"stop":1728683045447,"duration":0}},{"uid":"bad91e4e5f52d9a9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bad91e4e5f52d9a9","status":"passed","time":{"start":1728682607287,"stop":1728682607288,"duration":1}},{"uid":"e5f9245ee6bf40ce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e5f9245ee6bf40ce","status":"passed","time":{"start":1728677103493,"stop":1728677103493,"duration":0}},{"uid":"170f406749a06a17","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/170f406749a06a17","status":"passed","time":{"start":1728669777115,"stop":1728669777115,"duration":0}},{"uid":"92266b50aa30c11","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/92266b50aa30c11","status":"passed","time":{"start":1728598163464,"stop":1728598163465,"duration":1}},{"uid":"eb8d70e8687be7bb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb8d70e8687be7bb","status":"passed","time":{"start":1728597375466,"stop":1728597375467,"duration":1}}]},"d13195d108fb303db5dff614f7e26bc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4e185291f3fb48c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f4e185291f3fb48c","status":"passed","time":{"start":1729032174928,"stop":1729032174928,"duration":0}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ac74e4d08e2fae6b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac74e4d08e2fae6b","status":"passed","time":{"start":1729034636307,"stop":1729034636308,"duration":1}},{"uid":"29d7db2494ce1ed9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/29d7db2494ce1ed9","status":"passed","time":{"start":1729034402255,"stop":1729034402256,"duration":1}},{"uid":"e8e66c277c56764c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e8e66c277c56764c","status":"passed","time":{"start":1729034323280,"stop":1729034323280,"duration":0}},{"uid":"a69ca65e484c6ddc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a69ca65e484c6ddc","status":"passed","time":{"start":1729034144758,"stop":1729034144759,"duration":1}},{"uid":"4f26b3831201219a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4f26b3831201219a","status":"passed","time":{"start":1729032198808,"stop":1729032198809,"duration":1}},{"uid":"657085307221c3da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/657085307221c3da","status":"passed","time":{"start":1728901901735,"stop":1728901901735,"duration":0}},{"uid":"8d5ea6cb922abf42","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d5ea6cb922abf42","status":"passed","time":{"start":1728893337226,"stop":1728893337227,"duration":1}},{"uid":"8b38ef568fbe988f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b38ef568fbe988f","status":"passed","time":{"start":1728856299183,"stop":1728856299183,"duration":0}},{"uid":"52e0c98c2e25736b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/52e0c98c2e25736b","status":"passed","time":{"start":1728738505368,"stop":1728738505369,"duration":1}},{"uid":"942a480b64c8e1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/942a480b64c8e1","status":"passed","time":{"start":1728683045437,"stop":1728683045438,"duration":1}},{"uid":"156401f20aab367a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/156401f20aab367a","status":"passed","time":{"start":1728682607280,"stop":1728682607280,"duration":0}},{"uid":"ad086d3079acc28","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ad086d3079acc28","status":"passed","time":{"start":1728677103485,"stop":1728677103485,"duration":0}},{"uid":"73529a71e268fce8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/73529a71e268fce8","status":"passed","time":{"start":1728669777110,"stop":1728669777111,"duration":1}},{"uid":"55e2b0b96b82f686","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55e2b0b96b82f686","status":"passed","time":{"start":1728598163460,"stop":1728598163460,"duration":0}},{"uid":"bbab845f1b058c04","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bbab845f1b058c04","status":"passed","time":{"start":1728597375454,"stop":1728597375455,"duration":1}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"a9a2c62e6964c69f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a9a2c62e6964c69f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034636323,"stop":1729034636323,"duration":0}},{"uid":"5f5fd24bcd3fe88a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f5fd24bcd3fe88a","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034402289,"stop":1729034402289,"duration":0}},{"uid":"67016348f4a6f9fd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/67016348f4a6f9fd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034323315,"stop":1729034323316,"duration":1}},{"uid":"9ccc75f24037f44a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9ccc75f24037f44a","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034144772,"stop":1729034144772,"duration":0}},{"uid":"bb1f64c1af141764","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb1f64c1af141764","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032198828,"stop":1729032198828,"duration":0}},{"uid":"992a4335c4ee1766","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/992a4335c4ee1766","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901901777,"stop":1728901901777,"duration":0}},{"uid":"2097768a4775e8b8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2097768a4775e8b8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893337258,"stop":1728893337258,"duration":0}},{"uid":"6a00c33159a53fb2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6a00c33159a53fb2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299202,"stop":1728856299202,"duration":0}},{"uid":"b57b02d0bd5068ee","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b57b02d0bd5068ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738505392,"stop":1728738505392,"duration":0}},{"uid":"c866d171255b119","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c866d171255b119","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683045454,"stop":1728683045454,"duration":0}},{"uid":"a078c6a412aeee4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a078c6a412aeee4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682607299,"stop":1728682607299,"duration":0}},{"uid":"17b5734c71f40cd2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/17b5734c71f40cd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677103502,"stop":1728677103502,"duration":0}},{"uid":"32b047682d7b9d9a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/32b047682d7b9d9a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669777140,"stop":1728669777140,"duration":0}},{"uid":"fcbb93cb3f6a7e80","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fcbb93cb3f6a7e80","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598163471,"stop":1728598163471,"duration":0}},{"uid":"b74e980724361263","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b74e980724361263","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597375490,"stop":1728597375490,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cd2c5cff43bba63a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cd2c5cff43bba63a","status":"passed","time":{"start":1729034704492,"stop":1729034704492,"duration":0}},{"uid":"47e615622c17bfd3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/47e615622c17bfd3","status":"passed","time":{"start":1729034474984,"stop":1729034474985,"duration":1}},{"uid":"be90e103d62c1e0d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/be90e103d62c1e0d","status":"passed","time":{"start":1729034395288,"stop":1729034395288,"duration":0}},{"uid":"ee29586b3dbe0824","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ee29586b3dbe0824","status":"passed","time":{"start":1729034209093,"stop":1729034209093,"duration":0}},{"uid":"2cc874ec541fdc01","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2cc874ec541fdc01","status":"passed","time":{"start":1729032264565,"stop":1729032264565,"duration":0}},{"uid":"1e33633090d547a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e33633090d547a6","status":"passed","time":{"start":1728902012844,"stop":1728902012845,"duration":1}},{"uid":"e12eac64a1e1285c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e12eac64a1e1285c","status":"passed","time":{"start":1728893454809,"stop":1728893454809,"duration":0}},{"uid":"212a5132eeca4b49","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/212a5132eeca4b49","status":"passed","time":{"start":1728856408450,"stop":1728856408450,"duration":0}},{"uid":"acf1f8b3de3454a3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/acf1f8b3de3454a3","status":"passed","time":{"start":1728738633852,"stop":1728738633852,"duration":0}},{"uid":"df01de7497ea045d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/df01de7497ea045d","status":"passed","time":{"start":1728683159749,"stop":1728683159750,"duration":1}},{"uid":"435b3946add9a6d2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/435b3946add9a6d2","status":"passed","time":{"start":1728682751326,"stop":1728682751327,"duration":1}},{"uid":"11e018bf39d763da","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11e018bf39d763da","status":"passed","time":{"start":1728677216353,"stop":1728677216353,"duration":0}},{"uid":"cf41e877fbc21ea1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cf41e877fbc21ea1","status":"passed","time":{"start":1728669925451,"stop":1728669925451,"duration":0}},{"uid":"c725f8b3ff09d5b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c725f8b3ff09d5b1","status":"passed","time":{"start":1728598268799,"stop":1728598268799,"duration":0}},{"uid":"dca6a30405285278","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dca6a30405285278","status":"passed","time":{"start":1728597503912,"stop":1728597503913,"duration":1}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"d75761a71f86bae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d75761a71f86bae","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034611664,"stop":1729034611664,"duration":0}},{"uid":"5b51d5b8ebe13bce","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b51d5b8ebe13bce","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034393644,"stop":1729034393644,"duration":0}},{"uid":"ba7dd488363c21b3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ba7dd488363c21b3","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034304837,"stop":1729034304838,"duration":1}},{"uid":"56ab6665b31e7479","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/56ab6665b31e7479","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121909,"stop":1729034121909,"duration":0}},{"uid":"b5f0cb8f196dab78","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b5f0cb8f196dab78","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174842,"stop":1729032174842,"duration":0}},{"uid":"1598f67e7dd82e40","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1598f67e7dd82e40","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881011,"stop":1728901881011,"duration":0}},{"uid":"7551a6b29ef7051f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7551a6b29ef7051f","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317160,"stop":1728893317161,"duration":1}},{"uid":"4d3d02c33561b091","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4d3d02c33561b091","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263088,"stop":1728856263098,"duration":10}},{"uid":"9fcf3eba94c02460","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9fcf3eba94c02460","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492797,"stop":1728738492797,"duration":0}},{"uid":"acb0359a6eb64367","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/acb0359a6eb64367","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030020,"stop":1728683030021,"duration":1}},{"uid":"be93c5408a6f19e6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/be93c5408a6f19e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581102,"stop":1728682581102,"duration":0}},{"uid":"1e296186eba120dc","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1e296186eba120dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677081994,"stop":1728677081994,"duration":0}},{"uid":"3d87b920ad6beb19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3d87b920ad6beb19","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795394,"stop":1728669795394,"duration":0}},{"uid":"e271a9d7596c3987","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e271a9d7596c3987","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137503,"stop":1728598137503,"duration":0}},{"uid":"3f417e79f03fc50a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3f417e79f03fc50a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353479,"stop":1728597353479,"duration":0}}]},"7d3d9d8c38341b44f5d3d86004fc135b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"697036a4085f8f7e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/697036a4085f8f7e","status":"passed","time":{"start":1729032228818,"stop":1729032228819,"duration":1}}]},"243eedad46691bfe2b036dad02216fa7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e279665cbf839b7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5e279665cbf839b7","status":"passed","time":{"start":1729032235300,"stop":1729032235301,"duration":1}}]},"f03902aa5d34cfa82d3df1575ec67470:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39c79972501382c3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/39c79972501382c3","status":"passed","time":{"start":1728598221891,"stop":1728598221893,"duration":2}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"35b30d3739cc9ba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/35b30d3739cc9ba","status":"passed","time":{"start":1729034341403,"stop":1729034341403,"duration":0}},{"uid":"1b5243ac15587b23","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1b5243ac15587b23","status":"passed","time":{"start":1729034104911,"stop":1729034104911,"duration":0}},{"uid":"a12deffae1296b32","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a12deffae1296b32","status":"passed","time":{"start":1729034028509,"stop":1729034028509,"duration":0}},{"uid":"d5f0f4ec0395127f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d5f0f4ec0395127f","status":"passed","time":{"start":1729033843117,"stop":1729033843117,"duration":0}},{"uid":"29f0e7c92a288678","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/29f0e7c92a288678","status":"passed","time":{"start":1729031892676,"stop":1729031892676,"duration":0}},{"uid":"b7b821c1011b4ad1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7b821c1011b4ad1","status":"passed","time":{"start":1728901438807,"stop":1728901438810,"duration":3}},{"uid":"3d78408579710288","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d78408579710288","status":"passed","time":{"start":1728892868999,"stop":1728892868999,"duration":0}},{"uid":"d5b40f7a2d50d2ac","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d5b40f7a2d50d2ac","status":"passed","time":{"start":1728855831891,"stop":1728855831891,"duration":0}},{"uid":"4bdf6dc98b4220d7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4bdf6dc98b4220d7","status":"passed","time":{"start":1728738049039,"stop":1728738049039,"duration":0}},{"uid":"47c5e5066a8507b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/47c5e5066a8507b6","status":"passed","time":{"start":1728682582617,"stop":1728682582617,"duration":0}},{"uid":"71edecc148813b49","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/71edecc148813b49","status":"passed","time":{"start":1728682155407,"stop":1728682155407,"duration":0}},{"uid":"cd66e604ecaf3ed6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cd66e604ecaf3ed6","status":"passed","time":{"start":1728676629972,"stop":1728676629973,"duration":1}},{"uid":"cb9ab78be87ac681","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cb9ab78be87ac681","status":"passed","time":{"start":1728669353100,"stop":1728669353100,"duration":0}},{"uid":"82bb9a7814410eb7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/82bb9a7814410eb7","status":"passed","time":{"start":1728597693845,"stop":1728597693845,"duration":0}},{"uid":"1cef510f6ec8def8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1cef510f6ec8def8","status":"passed","time":{"start":1728596913089,"stop":1728596913090,"duration":1}}]},"678b0991e45601a10373fbdba0839709:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc674749269eb97a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dc674749269eb97a","status":"passed","time":{"start":1729034668598,"stop":1729034668598,"duration":0}}]},"33f59cc377c94a47830b1220d233eae4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21898950126906a0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/21898950126906a0","status":"passed","time":{"start":1729032228817,"stop":1729032228817,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4c451697f1c54e41","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4c451697f1c54e41","status":"passed","time":{"start":1729034713700,"stop":1729034713700,"duration":0}},{"uid":"40c58acb7f6c209a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/40c58acb7f6c209a","status":"passed","time":{"start":1729034487483,"stop":1729034487483,"duration":0}},{"uid":"ea7e3e5f99c42694","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ea7e3e5f99c42694","status":"passed","time":{"start":1729034446109,"stop":1729034446109,"duration":0}},{"uid":"e6e684bb7bbef32e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e6e684bb7bbef32e","status":"passed","time":{"start":1729032275827,"stop":1729032275828,"duration":1}},{"uid":"2536d8812a0972c1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2536d8812a0972c1","status":"passed","time":{"start":1728902036740,"stop":1728902036740,"duration":0}},{"uid":"592883a95ff2bfef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/592883a95ff2bfef","status":"passed","time":{"start":1728893472413,"stop":1728893472413,"duration":0}},{"uid":"b74d2f0751da6934","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b74d2f0751da6934","status":"passed","time":{"start":1728856423200,"stop":1728856423200,"duration":0}},{"uid":"e81217024f2e0fde","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e81217024f2e0fde","status":"passed","time":{"start":1728738648729,"stop":1728738648729,"duration":0}},{"uid":"b324a18b0d037d97","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b324a18b0d037d97","status":"passed","time":{"start":1728683179654,"stop":1728683179655,"duration":1}},{"uid":"b509e21462cc5d2c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b509e21462cc5d2c","status":"passed","time":{"start":1728682757951,"stop":1728682757951,"duration":0}},{"uid":"17b3d3137c82f13f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/17b3d3137c82f13f","status":"passed","time":{"start":1728677238451,"stop":1728677238451,"duration":0}},{"uid":"3783696d1ce3c860","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3783696d1ce3c860","status":"passed","time":{"start":1728669928220,"stop":1728669928220,"duration":0}},{"uid":"828346a21dc34e01","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/828346a21dc34e01","status":"passed","time":{"start":1728598319589,"stop":1728598319589,"duration":0}},{"uid":"9a03adab4115bf5c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9a03adab4115bf5c","status":"passed","time":{"start":1728597520646,"stop":1728597520647,"duration":1}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6d8b428c8cf80e5f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6d8b428c8cf80e5f","status":"passed","time":{"start":1729034704510,"stop":1729034704510,"duration":0}},{"uid":"3bbc1c11e21d1597","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3bbc1c11e21d1597","status":"passed","time":{"start":1729034475017,"stop":1729034475017,"duration":0}},{"uid":"2c21708e825f88a7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2c21708e825f88a7","status":"passed","time":{"start":1729034395303,"stop":1729034395304,"duration":1}},{"uid":"4bdf9f76925c2f1c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4bdf9f76925c2f1c","status":"passed","time":{"start":1729034209130,"stop":1729034209131,"duration":1}},{"uid":"bcb93e5fa08d856b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bcb93e5fa08d856b","status":"passed","time":{"start":1729032264601,"stop":1729032264601,"duration":0}},{"uid":"acec3dfea25da430","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/acec3dfea25da430","status":"passed","time":{"start":1728902012893,"stop":1728902012893,"duration":0}},{"uid":"73e042736292b59","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/73e042736292b59","status":"passed","time":{"start":1728893454826,"stop":1728893454826,"duration":0}},{"uid":"3e00b7fa65772ec3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3e00b7fa65772ec3","status":"passed","time":{"start":1728856408469,"stop":1728856408469,"duration":0}},{"uid":"fc8a2db956234848","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fc8a2db956234848","status":"passed","time":{"start":1728738633876,"stop":1728738633876,"duration":0}},{"uid":"338ad1fd9a2698b2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/338ad1fd9a2698b2","status":"passed","time":{"start":1728683159827,"stop":1728683159827,"duration":0}},{"uid":"5e8350d5e53dc91c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5e8350d5e53dc91c","status":"passed","time":{"start":1728682751348,"stop":1728682751348,"duration":0}},{"uid":"7a8270482363fb58","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a8270482363fb58","status":"passed","time":{"start":1728677216379,"stop":1728677216379,"duration":0}},{"uid":"c874865f3a240718","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c874865f3a240718","status":"passed","time":{"start":1728669925468,"stop":1728669925469,"duration":1}},{"uid":"40c0a4fc275eaecd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/40c0a4fc275eaecd","status":"passed","time":{"start":1728598268822,"stop":1728598268822,"duration":0}},{"uid":"ee5b19566341ae62","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ee5b19566341ae62","status":"passed","time":{"start":1728597503956,"stop":1728597503956,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d87e2e882ba495e4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d87e2e882ba495e4","status":"passed","time":{"start":1729034617777,"stop":1729034617778,"duration":1}},{"uid":"1c1841cf769fbf94","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1c1841cf769fbf94","status":"passed","time":{"start":1729034370919,"stop":1729034370930,"duration":11}},{"uid":"f7e28137a032bbf0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f7e28137a032bbf0","status":"passed","time":{"start":1729034308907,"stop":1729034308907,"duration":0}},{"uid":"bb8b8316a8a7c6f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bb8b8316a8a7c6f6","status":"passed","time":{"start":1729034129482,"stop":1729034129482,"duration":0}},{"uid":"106a7e19c3b17802","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/106a7e19c3b17802","status":"passed","time":{"start":1729032178382,"stop":1729032178383,"duration":1}},{"uid":"b5ddefef6ee3c20f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b5ddefef6ee3c20f","status":"passed","time":{"start":1728901896356,"stop":1728901896356,"duration":0}},{"uid":"74e65baa856326a5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/74e65baa856326a5","status":"passed","time":{"start":1728893329037,"stop":1728893329038,"duration":1}},{"uid":"8b80e890c2ed5bb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b80e890c2ed5bb","status":"passed","time":{"start":1728856284776,"stop":1728856284777,"duration":1}},{"uid":"f97759eb66f15110","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f97759eb66f15110","status":"passed","time":{"start":1728738494951,"stop":1728738494951,"duration":0}},{"uid":"75225897ad0330de","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75225897ad0330de","status":"passed","time":{"start":1728683033640,"stop":1728683033640,"duration":0}},{"uid":"c72735bcec88c1b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c72735bcec88c1b8","status":"passed","time":{"start":1728682601748,"stop":1728682601748,"duration":0}},{"uid":"261b0f05a9d3b21c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/261b0f05a9d3b21c","status":"passed","time":{"start":1728677107989,"stop":1728677107990,"duration":1}},{"uid":"f56a3b9df89f0a06","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f56a3b9df89f0a06","status":"passed","time":{"start":1728669764761,"stop":1728669764761,"duration":0}},{"uid":"a2a7a52fdb4e5d72","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a2a7a52fdb4e5d72","status":"passed","time":{"start":1728598157580,"stop":1728598157580,"duration":0}},{"uid":"4486724c427e28e9","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4486724c427e28e9","status":"passed","time":{"start":1728597369089,"stop":1728597369089,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"238a5ff60dd4cac7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/238a5ff60dd4cac7","status":"passed","time":{"start":1729034340708,"stop":1729034340709,"duration":1}},{"uid":"55da05a822bf1b51","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/55da05a822bf1b51","status":"passed","time":{"start":1729034104321,"stop":1729034104321,"duration":0}},{"uid":"bd8b9ac0e75a9a64","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bd8b9ac0e75a9a64","status":"passed","time":{"start":1729034027864,"stop":1729034027864,"duration":0}},{"uid":"d1b12e7fdfb860f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d1b12e7fdfb860f3","status":"passed","time":{"start":1729033842408,"stop":1729033842409,"duration":1}},{"uid":"e27bf6e129cfaa37","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e27bf6e129cfaa37","status":"passed","time":{"start":1729031892167,"stop":1729031892167,"duration":0}},{"uid":"a5e51aa24848399e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a5e51aa24848399e","status":"passed","time":{"start":1728901438127,"stop":1728901438127,"duration":0}},{"uid":"72f4adb10fcdecbb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/72f4adb10fcdecbb","status":"passed","time":{"start":1728892868418,"stop":1728892868418,"duration":0}},{"uid":"c2fa94ba8fbe59fc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c2fa94ba8fbe59fc","status":"passed","time":{"start":1728855831277,"stop":1728855831277,"duration":0}},{"uid":"aa7383e96cc80211","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/aa7383e96cc80211","status":"passed","time":{"start":1728738048557,"stop":1728738048557,"duration":0}},{"uid":"10a4e18f7314bc0f","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/10a4e18f7314bc0f","status":"passed","time":{"start":1728682581999,"stop":1728682582000,"duration":1}},{"uid":"b733aa8c3a86f301","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b733aa8c3a86f301","status":"passed","time":{"start":1728682154806,"stop":1728682154806,"duration":0}},{"uid":"837ca05de0dfa42d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/837ca05de0dfa42d","status":"passed","time":{"start":1728676629353,"stop":1728676629354,"duration":1}},{"uid":"514fcad09b73a738","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/514fcad09b73a738","status":"passed","time":{"start":1728669352549,"stop":1728669352549,"duration":0}},{"uid":"63e47427e80b15aa","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/63e47427e80b15aa","status":"passed","time":{"start":1728597693134,"stop":1728597693134,"duration":0}},{"uid":"ad714c4fe0b072d8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ad714c4fe0b072d8","status":"passed","time":{"start":1728596912451,"stop":1728596912452,"duration":1}}]},"29f3191537326a896a5ca91919e0fbfd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"7bae492ebd813f04","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bae492ebd813f04","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473212,"stop":1729034473212,"duration":0}},{"uid":"5ad2d834e7f67cb7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5ad2d834e7f67cb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241154,"stop":1729034241155,"duration":1}},{"uid":"cc9e83ff1ee1347e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cc9e83ff1ee1347e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159972,"stop":1729034159972,"duration":0}},{"uid":"808d2b4d2b57a869","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/808d2b4d2b57a869","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977063,"stop":1729033977063,"duration":0}},{"uid":"759962f8b0acd737","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/759962f8b0acd737","status":"passed","time":{"start":1729032093774,"stop":1729032093781,"duration":7}},{"uid":"1881400a17444510","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1881400a17444510","status":"passed","time":{"start":1728901748771,"stop":1728901748771,"duration":0}},{"uid":"837332fc52ebd4b4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/837332fc52ebd4b4","status":"passed","time":{"start":1728893181084,"stop":1728893181084,"duration":0}},{"uid":"e0dd2bba38c35ec1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e0dd2bba38c35ec1","status":"passed","time":{"start":1728856155550,"stop":1728856155550,"duration":0}},{"uid":"657c3d1bb6c10757","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/657c3d1bb6c10757","status":"passed","time":{"start":1728738360283,"stop":1728738360283,"duration":0}},{"uid":"be7c51b62abd92d5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be7c51b62abd92d5","status":"passed","time":{"start":1728682907220,"stop":1728682907220,"duration":0}},{"uid":"3095a6293fbb3294","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3095a6293fbb3294","status":"passed","time":{"start":1728682466730,"stop":1728682466730,"duration":0}},{"uid":"bd4ce25b3d3b47ca","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bd4ce25b3d3b47ca","status":"passed","time":{"start":1728676955719,"stop":1728676955720,"duration":1}},{"uid":"578faf658c6cc6b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/578faf658c6cc6b1","status":"passed","time":{"start":1728598013532,"stop":1728598013533,"duration":1}},{"uid":"5dfdfa1e0672a908","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5dfdfa1e0672a908","status":"passed","time":{"start":1728597225197,"stop":1728597225198,"duration":1}}]},"edd28c072f7f3235497e03c181cac255:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33d499f5b0c95e17","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/33d499f5b0c95e17","status":"passed","time":{"start":1728598163466,"stop":1728598163467,"duration":1}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"71d063f3a0ad3343","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/71d063f3a0ad3343","status":"passed","time":{"start":1729034472931,"stop":1729034472931,"duration":0}},{"uid":"f138851949484409","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f138851949484409","status":"passed","time":{"start":1729034240906,"stop":1729034240906,"duration":0}},{"uid":"2d5ceca9fb346a11","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2d5ceca9fb346a11","status":"passed","time":{"start":1729034159608,"stop":1729034159609,"duration":1}},{"uid":"a271c6ef7e658bc9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a271c6ef7e658bc9","status":"passed","time":{"start":1729033976774,"stop":1729033976774,"duration":0}},{"uid":"59660e7aad5dfdf1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/59660e7aad5dfdf1","status":"passed","time":{"start":1729032020507,"stop":1729032020507,"duration":0}},{"uid":"2c88977b7cd51411","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2c88977b7cd51411","status":"passed","time":{"start":1728901616422,"stop":1728901616423,"duration":1}},{"uid":"9b0ab265b5f7c172","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9b0ab265b5f7c172","status":"passed","time":{"start":1728893050238,"stop":1728893050238,"duration":0}},{"uid":"9139368f3cd13c7d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9139368f3cd13c7d","status":"passed","time":{"start":1728856015165,"stop":1728856015166,"duration":1}},{"uid":"e951f3118373a81e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e951f3118373a81e","status":"passed","time":{"start":1728738233128,"stop":1728738233128,"duration":0}},{"uid":"a9600cc61d267a78","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a9600cc61d267a78","status":"passed","time":{"start":1728682762461,"stop":1728682762461,"duration":0}},{"uid":"58572cee0cf9cbd1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/58572cee0cf9cbd1","status":"passed","time":{"start":1728682332780,"stop":1728682332780,"duration":0}},{"uid":"bf77abb4330aae98","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bf77abb4330aae98","status":"passed","time":{"start":1728676810284,"stop":1728676810284,"duration":0}},{"uid":"dfece12688cbe0f7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dfece12688cbe0f7","status":"passed","time":{"start":1728669529886,"stop":1728669529887,"duration":1}},{"uid":"5f97c7bca3210c0e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5f97c7bca3210c0e","status":"passed","time":{"start":1728597873525,"stop":1728597873526,"duration":1}},{"uid":"b07301dc8a54999e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b07301dc8a54999e","status":"passed","time":{"start":1728597089265,"stop":1728597089266,"duration":1}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"73b9dfaee445f3dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/73b9dfaee445f3dd","status":"passed","time":{"start":1729034704505,"stop":1729034704505,"duration":0}},{"uid":"db595c1419a359e5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db595c1419a359e5","status":"passed","time":{"start":1729034475002,"stop":1729034475002,"duration":0}},{"uid":"db5da8ca3f8b3a6b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/db5da8ca3f8b3a6b","status":"passed","time":{"start":1729034395299,"stop":1729034395299,"duration":0}},{"uid":"a4c55a1794fc5758","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a4c55a1794fc5758","status":"passed","time":{"start":1729034209112,"stop":1729034209113,"duration":1}},{"uid":"2882e564e4089358","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2882e564e4089358","status":"passed","time":{"start":1729032264581,"stop":1729032264589,"duration":8}},{"uid":"9167c9fe87af0e92","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9167c9fe87af0e92","status":"passed","time":{"start":1728902012872,"stop":1728902012872,"duration":0}},{"uid":"7c4e57e54b38958","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7c4e57e54b38958","status":"passed","time":{"start":1728893454822,"stop":1728893454823,"duration":1}},{"uid":"465d8403edd27578","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/465d8403edd27578","status":"passed","time":{"start":1728856408465,"stop":1728856408465,"duration":0}},{"uid":"5bcfde318b40b3d3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5bcfde318b40b3d3","status":"passed","time":{"start":1728738633866,"stop":1728738633872,"duration":6}},{"uid":"be152a18cb14c9ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be152a18cb14c9ab","status":"passed","time":{"start":1728683159813,"stop":1728683159818,"duration":5}},{"uid":"333f587e88387b5b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/333f587e88387b5b","status":"passed","time":{"start":1728682751341,"stop":1728682751341,"duration":0}},{"uid":"49bf04b6bb709482","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/49bf04b6bb709482","status":"passed","time":{"start":1728677216375,"stop":1728677216375,"duration":0}},{"uid":"8d4e527cde2b5fe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8d4e527cde2b5fe","status":"passed","time":{"start":1728669925462,"stop":1728669925464,"duration":2}},{"uid":"fdfc1f463d818a06","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fdfc1f463d818a06","status":"passed","time":{"start":1728598268817,"stop":1728598268818,"duration":1}},{"uid":"86bd7cd52d70bdbc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86bd7cd52d70bdbc","status":"passed","time":{"start":1728597503946,"stop":1728597503946,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6c4b89a506fcbe94","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6c4b89a506fcbe94","status":"passed","time":{"start":1729034435415,"stop":1729034435415,"duration":0}},{"uid":"1c8fa20dd6f995e5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1c8fa20dd6f995e5","status":"passed","time":{"start":1729034202101,"stop":1729034202101,"duration":0}},{"uid":"2a4ad87259139cfb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2a4ad87259139cfb","status":"passed","time":{"start":1729034126113,"stop":1729034126113,"duration":0}},{"uid":"5ace509ce8c04794","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ace509ce8c04794","status":"passed","time":{"start":1729033939924,"stop":1729033939924,"duration":0}},{"uid":"40ea5ca5e049dfb1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/40ea5ca5e049dfb1","status":"passed","time":{"start":1729031988775,"stop":1729031988775,"duration":0}},{"uid":"542839511f600295","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/542839511f600295","status":"passed","time":{"start":1728901555756,"stop":1728901555756,"duration":0}},{"uid":"2c8cd562dfa334e4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2c8cd562dfa334e4","status":"passed","time":{"start":1728892995572,"stop":1728892995572,"duration":0}},{"uid":"5c7a4e6dd949d508","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5c7a4e6dd949d508","status":"passed","time":{"start":1728855954643,"stop":1728855954643,"duration":0}},{"uid":"2474a01afa71426c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2474a01afa71426c","status":"passed","time":{"start":1728738169521,"stop":1728738169522,"duration":1}},{"uid":"b257ce567cf50b3c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b257ce567cf50b3c","status":"passed","time":{"start":1728682707227,"stop":1728682707228,"duration":1}},{"uid":"18a61caaff3afce8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/18a61caaff3afce8","status":"passed","time":{"start":1728682285119,"stop":1728682285122,"duration":3}},{"uid":"848b4daf2e77cc7b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/848b4daf2e77cc7b","status":"passed","time":{"start":1728676761149,"stop":1728676761151,"duration":2}},{"uid":"f569a4e584ee9357","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f569a4e584ee9357","status":"passed","time":{"start":1728669488936,"stop":1728669488936,"duration":0}},{"uid":"3bfd5a818bde8a31","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3bfd5a818bde8a31","status":"passed","time":{"start":1728597819572,"stop":1728597819573,"duration":1}},{"uid":"365b258237c330b1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/365b258237c330b1","status":"passed","time":{"start":1728597041918,"stop":1728597041918,"duration":0}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"830bb322b517bc67","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/830bb322b517bc67","status":"passed","time":{"start":1729034356194,"stop":1729034356194,"duration":0}},{"uid":"d78fa7da93a78e81","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d78fa7da93a78e81","status":"passed","time":{"start":1729034120190,"stop":1729034120192,"duration":2}},{"uid":"b6e1db2b063795f9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b6e1db2b063795f9","status":"passed","time":{"start":1729034043326,"stop":1729034043326,"duration":0}},{"uid":"f6aff17b0d7a84ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f6aff17b0d7a84ac","status":"passed","time":{"start":1729033858029,"stop":1729033858029,"duration":0}},{"uid":"fc01d35e064f841c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fc01d35e064f841c","status":"passed","time":{"start":1729031908098,"stop":1729031908098,"duration":0}},{"uid":"145163a12ced40b0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/145163a12ced40b0","status":"passed","time":{"start":1728901453391,"stop":1728901453392,"duration":1}},{"uid":"52fcd641bc984083","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/52fcd641bc984083","status":"passed","time":{"start":1728892884020,"stop":1728892884021,"duration":1}},{"uid":"5d02431c136e7782","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5d02431c136e7782","status":"passed","time":{"start":1728855846492,"stop":1728855846492,"duration":0}},{"uid":"2be43f7ace228e4e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2be43f7ace228e4e","status":"passed","time":{"start":1728738063721,"stop":1728738063722,"duration":1}},{"uid":"57f9e04920e90962","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/57f9e04920e90962","status":"passed","time":{"start":1728682597442,"stop":1728682597443,"duration":1}},{"uid":"152cb8f1ea353c58","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/152cb8f1ea353c58","status":"passed","time":{"start":1728682170235,"stop":1728682170235,"duration":0}},{"uid":"3208f01e05e0f3a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3208f01e05e0f3a","status":"passed","time":{"start":1728676645009,"stop":1728676645009,"duration":0}},{"uid":"4e05a5d0fc4c670f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4e05a5d0fc4c670f","status":"passed","time":{"start":1728669367789,"stop":1728669367790,"duration":1}},{"uid":"4ca712e9edbf2dbb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ca712e9edbf2dbb","status":"passed","time":{"start":1728597708641,"stop":1728597708642,"duration":1}},{"uid":"954a9635d6171526","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/954a9635d6171526","status":"passed","time":{"start":1728596927930,"stop":1728596927930,"duration":0}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"dc47413c8207c857","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dc47413c8207c857","status":"passed","time":{"start":1729034640525,"stop":1729034640526,"duration":1}},{"uid":"7f751642b374e186","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7f751642b374e186","status":"passed","time":{"start":1729034411425,"stop":1729034411426,"duration":1}},{"uid":"ef8bfc954f3ca774","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ef8bfc954f3ca774","status":"passed","time":{"start":1729034327408,"stop":1729034327408,"duration":0}},{"uid":"bb50d15d78f8e19e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bb50d15d78f8e19e","status":"passed","time":{"start":1729034147781,"stop":1729034147781,"duration":0}},{"uid":"3833adbaca369f63","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3833adbaca369f63","status":"passed","time":{"start":1729032204830,"stop":1729032204830,"duration":0}},{"uid":"f6f122f0bb3d7ef0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f6f122f0bb3d7ef0","status":"passed","time":{"start":1728901907714,"stop":1728901907714,"duration":0}},{"uid":"ef5a123319897843","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ef5a123319897843","status":"passed","time":{"start":1728893341890,"stop":1728893341890,"duration":0}},{"uid":"69a39bcd4ddb16a9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/69a39bcd4ddb16a9","status":"passed","time":{"start":1728856299383,"stop":1728856299384,"duration":1}},{"uid":"688ac7ddaf0d7194","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/688ac7ddaf0d7194","status":"passed","time":{"start":1728738511620,"stop":1728738511620,"duration":0}},{"uid":"c88788febaaff05a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c88788febaaff05a","status":"passed","time":{"start":1728683052913,"stop":1728683052913,"duration":0}},{"uid":"7ca35d4bfbaee51e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ca35d4bfbaee51e","status":"passed","time":{"start":1728682612913,"stop":1728682612913,"duration":0}},{"uid":"48dc26b2cd89b54e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/48dc26b2cd89b54e","status":"passed","time":{"start":1728677115748,"stop":1728677115749,"duration":1}},{"uid":"5a296a5b9e842546","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5a296a5b9e842546","status":"passed","time":{"start":1728669778177,"stop":1728669778177,"duration":0}},{"uid":"31ea8bc52b643533","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/31ea8bc52b643533","status":"passed","time":{"start":1728598175435,"stop":1728598175436,"duration":1}},{"uid":"3786a25e9eca6340","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3786a25e9eca6340","status":"passed","time":{"start":1728597380065,"stop":1728597380065,"duration":0}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2a982b30a3dd6eb8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2a982b30a3dd6eb8","status":"passed","time":{"start":1729034356472,"stop":1729034356473,"duration":1}},{"uid":"7ce45d77436ff268","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7ce45d77436ff268","status":"passed","time":{"start":1729034120498,"stop":1729034120498,"duration":0}},{"uid":"696da7a61f1ddfd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/696da7a61f1ddfd","status":"passed","time":{"start":1729033858267,"stop":1729033858268,"duration":1}},{"uid":"3333db3892b5a55","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3333db3892b5a55","status":"passed","time":{"start":1729031908174,"stop":1729031908175,"duration":1}},{"uid":"7fbbc584e101e5a6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7fbbc584e101e5a6","status":"passed","time":{"start":1728901453931,"stop":1728901453931,"duration":0}},{"uid":"af6811eba050a209","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/af6811eba050a209","status":"passed","time":{"start":1728892884407,"stop":1728892884408,"duration":1}},{"uid":"b4ed7b77b617968b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4ed7b77b617968b","status":"passed","time":{"start":1728855846877,"stop":1728855846877,"duration":0}},{"uid":"80ad9b9177161ed2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80ad9b9177161ed2","status":"passed","time":{"start":1728738064180,"stop":1728738064181,"duration":1}},{"uid":"92b964cead0f1010","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/92b964cead0f1010","status":"passed","time":{"start":1728682597758,"stop":1728682597758,"duration":0}},{"uid":"c0aac7fc16f74ea2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c0aac7fc16f74ea2","status":"passed","time":{"start":1728682170538,"stop":1728682170538,"duration":0}},{"uid":"8df046228bb78008","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8df046228bb78008","status":"passed","time":{"start":1728676645197,"stop":1728676645198,"duration":1}},{"uid":"8db6a4962c5d2f32","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8db6a4962c5d2f32","status":"passed","time":{"start":1728669368193,"stop":1728669368193,"duration":0}},{"uid":"ba85f0ec1bcfc688","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ba85f0ec1bcfc688","status":"passed","time":{"start":1728597709007,"stop":1728597709008,"duration":1}},{"uid":"e94eea262ef2e628","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e94eea262ef2e628","status":"passed","time":{"start":1728596928104,"stop":1728596928104,"duration":0}}]},"753db9fac30dc7b9b9c54398732e67b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"789a8ddf3881b7cd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/789a8ddf3881b7cd","status":"passed","time":{"start":1728738494950,"stop":1728738494951,"duration":1}}]},"a42e133e601d75da3a745776db79e6b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"84fcf69ea18f9e47","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/84fcf69ea18f9e47","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473211,"stop":1729034473211,"duration":0}},{"uid":"7a3f64ba38c5db33","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a3f64ba38c5db33","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241153,"stop":1729034241153,"duration":0}},{"uid":"6fa722152d71805","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6fa722152d71805","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159971,"stop":1729034159971,"duration":0}},{"uid":"7bef0cac260f3ac0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bef0cac260f3ac0","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977062,"stop":1729033977062,"duration":0}},{"uid":"e2d1bbe01030416d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e2d1bbe01030416d","status":"passed","time":{"start":1729032093769,"stop":1729032093773,"duration":4}},{"uid":"1ae9fcb6231182b3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1ae9fcb6231182b3","status":"passed","time":{"start":1728901748771,"stop":1728901748771,"duration":0}},{"uid":"304a2510fbc7bbb6","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/304a2510fbc7bbb6","status":"passed","time":{"start":1728893181083,"stop":1728893181083,"duration":0}},{"uid":"4e5af494b15e8e9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4e5af494b15e8e9","status":"passed","time":{"start":1728856155549,"stop":1728856155549,"duration":0}},{"uid":"65f78274bbb66213","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/65f78274bbb66213","status":"passed","time":{"start":1728738360282,"stop":1728738360283,"duration":1}},{"uid":"96c81acaee3fba62","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96c81acaee3fba62","status":"passed","time":{"start":1728682907218,"stop":1728682907219,"duration":1}},{"uid":"cd2c9ae980def4a7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd2c9ae980def4a7","status":"passed","time":{"start":1728682466728,"stop":1728682466728,"duration":0}},{"uid":"45fda504ee21700b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/45fda504ee21700b","status":"passed","time":{"start":1728676955718,"stop":1728676955718,"duration":0}},{"uid":"f03bd07f4d9d2c68","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f03bd07f4d9d2c68","status":"passed","time":{"start":1728598013532,"stop":1728598013532,"duration":0}},{"uid":"cb10feb7e9ef8ead","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cb10feb7e9ef8ead","status":"passed","time":{"start":1728597225197,"stop":1728597225197,"duration":0}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"dd22a1a626b63237","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dd22a1a626b63237","status":"passed","time":{"start":1729034631261,"stop":1729034631261,"duration":0}},{"uid":"f3b2db3100ddec2b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f3b2db3100ddec2b","status":"passed","time":{"start":1729034400897,"stop":1729034400897,"duration":0}},{"uid":"d6121ca9358e120a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d6121ca9358e120a","status":"passed","time":{"start":1729034317487,"stop":1729034317488,"duration":1}},{"uid":"c7d6a0b0031b81ee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c7d6a0b0031b81ee","status":"passed","time":{"start":1729034137153,"stop":1729034137154,"duration":1}},{"uid":"b29522b39049df3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b29522b39049df3","status":"passed","time":{"start":1729032206884,"stop":1729032206885,"duration":1}},{"uid":"789f57c08f43f187","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/789f57c08f43f187","status":"passed","time":{"start":1728901995034,"stop":1728901995034,"duration":0}},{"uid":"fc116305d6581c9c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fc116305d6581c9c","status":"passed","time":{"start":1728893421006,"stop":1728893421007,"duration":1}},{"uid":"e1213793958caf8f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e1213793958caf8f","status":"passed","time":{"start":1728856368604,"stop":1728856368605,"duration":1}},{"uid":"590b4dcfae70c9a3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/590b4dcfae70c9a3","status":"passed","time":{"start":1728738604691,"stop":1728738604691,"duration":0}},{"uid":"89af928318221143","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/89af928318221143","status":"passed","time":{"start":1728683117667,"stop":1728683117668,"duration":1}},{"uid":"50a63034a7eec125","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/50a63034a7eec125","status":"passed","time":{"start":1728682721325,"stop":1728682721325,"duration":0}},{"uid":"7820ea0bc82e778d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7820ea0bc82e778d","status":"passed","time":{"start":1728677184691,"stop":1728677184692,"duration":1}},{"uid":"e259420387e297d3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e259420387e297d3","status":"passed","time":{"start":1728669866473,"stop":1728669866474,"duration":1}},{"uid":"592d46904e3bee44","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/592d46904e3bee44","status":"passed","time":{"start":1728598250008,"stop":1728598250008,"duration":0}},{"uid":"ea0c62d7dafb2dc4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea0c62d7dafb2dc4","status":"passed","time":{"start":1728597472307,"stop":1728597472308,"duration":1}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3df0bf90631ed451","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3df0bf90631ed451","status":"passed","time":{"start":1729034704490,"stop":1729034704490,"duration":0}},{"uid":"280991d5d77b37a1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/280991d5d77b37a1","status":"passed","time":{"start":1729034474977,"stop":1729034474978,"duration":1}},{"uid":"e8e0c80ad5db33e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e8e0c80ad5db33e9","status":"passed","time":{"start":1729034395285,"stop":1729034395285,"duration":0}},{"uid":"27f75e82b69a994d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27f75e82b69a994d","status":"passed","time":{"start":1729034209087,"stop":1729034209087,"duration":0}},{"uid":"6ee3a71fcda45076","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6ee3a71fcda45076","status":"passed","time":{"start":1729032264557,"stop":1729032264557,"duration":0}},{"uid":"3e3357e447be198d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3e3357e447be198d","status":"passed","time":{"start":1728902012831,"stop":1728902012832,"duration":1}},{"uid":"1dde550a8848bf15","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1dde550a8848bf15","status":"passed","time":{"start":1728893454805,"stop":1728893454805,"duration":0}},{"uid":"a7173089acdf3185","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a7173089acdf3185","status":"passed","time":{"start":1728856408447,"stop":1728856408447,"duration":0}},{"uid":"bbe3250a0c320802","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bbe3250a0c320802","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"74bc1004f2fdf1c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/74bc1004f2fdf1c","status":"passed","time":{"start":1728683159729,"stop":1728683159730,"duration":1}},{"uid":"994819e9ac7b60ba","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/994819e9ac7b60ba","status":"passed","time":{"start":1728682751323,"stop":1728682751323,"duration":0}},{"uid":"645bfc577fd7dc69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/645bfc577fd7dc69","status":"passed","time":{"start":1728677216349,"stop":1728677216350,"duration":1}},{"uid":"9e88ebb41f69655d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9e88ebb41f69655d","status":"passed","time":{"start":1728669925447,"stop":1728669925448,"duration":1}},{"uid":"b7522e9660165b7c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b7522e9660165b7c","status":"passed","time":{"start":1728598268794,"stop":1728598268795,"duration":1}},{"uid":"6d213d83ca528fc2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6d213d83ca528fc2","status":"passed","time":{"start":1728597503897,"stop":1728597503898,"duration":1}}]},"3774d846f67f54ba63c4da14e0ae9eed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b95dad2ca9b00f4f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b95dad2ca9b00f4f","status":"passed","time":{"start":1728738274744,"stop":1728738274744,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b17ba7838f7bcd58","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b17ba7838f7bcd58","status":"passed","time":{"start":1729034640527,"stop":1729034640527,"duration":0}},{"uid":"235aba47b9e695c1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/235aba47b9e695c1","status":"passed","time":{"start":1729034411427,"stop":1729034411427,"duration":0}},{"uid":"d336192d00a2af60","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d336192d00a2af60","status":"passed","time":{"start":1729034327409,"stop":1729034327410,"duration":1}},{"uid":"5066d071ede58126","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5066d071ede58126","status":"passed","time":{"start":1729034147786,"stop":1729034147787,"duration":1}},{"uid":"c77eed8b8f36ebc8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c77eed8b8f36ebc8","status":"passed","time":{"start":1729032204831,"stop":1729032204832,"duration":1}},{"uid":"c3645ecc03f591a5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c3645ecc03f591a5","status":"passed","time":{"start":1728901907715,"stop":1728901907716,"duration":1}},{"uid":"964bc01b453270","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/964bc01b453270","status":"passed","time":{"start":1728893341891,"stop":1728893341892,"duration":1}},{"uid":"4948d0a248fed98e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4948d0a248fed98e","status":"passed","time":{"start":1728856299385,"stop":1728856299386,"duration":1}},{"uid":"6d5a45a5307bdc8e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d5a45a5307bdc8e","status":"passed","time":{"start":1728738511622,"stop":1728738511622,"duration":0}},{"uid":"433a45a31b54cef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/433a45a31b54cef","status":"passed","time":{"start":1728683052914,"stop":1728683052914,"duration":0}},{"uid":"6988365420870e46","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6988365420870e46","status":"passed","time":{"start":1728682612914,"stop":1728682612914,"duration":0}},{"uid":"410e0198a65b563a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/410e0198a65b563a","status":"passed","time":{"start":1728677115750,"stop":1728677115750,"duration":0}},{"uid":"a5df5b153c928c31","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a5df5b153c928c31","status":"passed","time":{"start":1728669778186,"stop":1728669778186,"duration":0}},{"uid":"17a1afab2b1c9017","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/17a1afab2b1c9017","status":"passed","time":{"start":1728598175436,"stop":1728598175437,"duration":1}},{"uid":"ce42aedbd635b523","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ce42aedbd635b523","status":"passed","time":{"start":1728597380066,"stop":1728597380066,"duration":0}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b8ca59d374fcebfd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b8ca59d374fcebfd","status":"passed","time":{"start":1729034536100,"stop":1729034536101,"duration":1}},{"uid":"b10f8b89c52a8f03","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b10f8b89c52a8f03","status":"passed","time":{"start":1729034296706,"stop":1729034296707,"duration":1}},{"uid":"b6bd66b85f48f8c5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b6bd66b85f48f8c5","status":"passed","time":{"start":1729034220603,"stop":1729034220604,"duration":1}},{"uid":"7ec4aca1a050b75e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ec4aca1a050b75e","status":"passed","time":{"start":1729034041488,"stop":1729034041488,"duration":0}},{"uid":"bb2a2066c44d2c1b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bb2a2066c44d2c1b","status":"passed","time":{"start":1728901705401,"stop":1728901705402,"duration":1}},{"uid":"5a2477b2c3d05299","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a2477b2c3d05299","status":"passed","time":{"start":1728893141776,"stop":1728893141776,"duration":0}},{"uid":"9ea75abe0929d59d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9ea75abe0929d59d","status":"passed","time":{"start":1728856087083,"stop":1728856087083,"duration":0}},{"uid":"6d813a30f770a7b7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6d813a30f770a7b7","status":"passed","time":{"start":1728738321435,"stop":1728738321436,"duration":1}},{"uid":"db59c757481645d8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/db59c757481645d8","status":"passed","time":{"start":1728682845674,"stop":1728682845674,"duration":0}},{"uid":"40bc92c160653ecf","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/40bc92c160653ecf","status":"passed","time":{"start":1728682424310,"stop":1728682424310,"duration":0}},{"uid":"d6f45a89718264a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d6f45a89718264a8","status":"passed","time":{"start":1728676900519,"stop":1728676900520,"duration":1}},{"uid":"cd27b416f189835b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cd27b416f189835b","status":"passed","time":{"start":1728669625800,"stop":1728669625800,"duration":0}},{"uid":"586d187a4508a620","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/586d187a4508a620","status":"passed","time":{"start":1728597957165,"stop":1728597957166,"duration":1}},{"uid":"620581566018c85","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/620581566018c85","status":"passed","time":{"start":1728597182617,"stop":1728597182617,"duration":0}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f52a405e4780b05d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f52a405e4780b05d","status":"passed","time":{"start":1729034360434,"stop":1729034360434,"duration":0}},{"uid":"7b93d63aa892bd72","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7b93d63aa892bd72","status":"passed","time":{"start":1729034124360,"stop":1729034124361,"duration":1}},{"uid":"f810adf39844c663","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f810adf39844c663","status":"passed","time":{"start":1729034047482,"stop":1729034047482,"duration":0}},{"uid":"fb83e63e34db5f51","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb83e63e34db5f51","status":"passed","time":{"start":1729033862326,"stop":1729033862327,"duration":1}},{"uid":"79d618c435d94308","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/79d618c435d94308","status":"passed","time":{"start":1729031912068,"stop":1729031912068,"duration":0}},{"uid":"5f32ef8300ca60a9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5f32ef8300ca60a9","status":"passed","time":{"start":1728901457814,"stop":1728901457814,"duration":0}},{"uid":"fb79bcd94c7a42ef","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fb79bcd94c7a42ef","status":"passed","time":{"start":1728892888298,"stop":1728892888299,"duration":1}},{"uid":"d5d8f298fb5d62a0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d5d8f298fb5d62a0","status":"passed","time":{"start":1728855850786,"stop":1728855850786,"duration":0}},{"uid":"da0dac7c43db923c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da0dac7c43db923c","status":"passed","time":{"start":1728738068161,"stop":1728738068161,"duration":0}},{"uid":"321f1625df1dc3b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/321f1625df1dc3b7","status":"passed","time":{"start":1728682601671,"stop":1728682601671,"duration":0}},{"uid":"519b53f852df8b1b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/519b53f852df8b1b","status":"passed","time":{"start":1728682174563,"stop":1728682174563,"duration":0}},{"uid":"800a9c9f93880cf1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/800a9c9f93880cf1","status":"passed","time":{"start":1728676648929,"stop":1728676648929,"duration":0}},{"uid":"913be7314b9b9633","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/913be7314b9b9633","status":"passed","time":{"start":1728669372208,"stop":1728669372208,"duration":0}},{"uid":"ca5989e03a2400d6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ca5989e03a2400d6","status":"passed","time":{"start":1728597712757,"stop":1728597712758,"duration":1}},{"uid":"eeb7232dbcae9189","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eeb7232dbcae9189","status":"passed","time":{"start":1728596931864,"stop":1728596931865,"duration":1}}]},"9ff85ec9081596478e91c1fee918ec00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18ebe73f73b00141","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/18ebe73f73b00141","status":"passed","time":{"start":1729032206889,"stop":1729032206889,"duration":0}}]},"d6e2e2d1bf8ff7282eb2d8901dea6947:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dffe251dd29ce0eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dffe251dd29ce0eb","status":"passed","time":{"start":1728598221884,"stop":1728598221885,"duration":1}}]},"364a38dd532b9b55e63ed8cddebbd5c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb9630b168436422","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb9630b168436422","status":"passed","time":{"start":1729034121947,"stop":1729034121947,"duration":0}}]},"320b767fba69f4af7c769c08759ce298:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f125347261610e4d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f125347261610e4d","status":"passed","time":{"start":1728597472310,"stop":1728597472311,"duration":1}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"483848b214d5498","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/483848b214d5498","status":"passed","time":{"start":1729034348760,"stop":1729034348760,"duration":0}},{"uid":"7b67d2a3ba07d6fd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7b67d2a3ba07d6fd","status":"passed","time":{"start":1729034112603,"stop":1729034112603,"duration":0}},{"uid":"e39be7454d246ff7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e39be7454d246ff7","status":"passed","time":{"start":1729034035871,"stop":1729034035871,"duration":0}},{"uid":"f290f7e70d55ae92","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f290f7e70d55ae92","status":"passed","time":{"start":1729033850547,"stop":1729033850548,"duration":1}},{"uid":"c4be06e8d50e21b2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c4be06e8d50e21b2","status":"passed","time":{"start":1729031900270,"stop":1729031900271,"duration":1}},{"uid":"34f13a2165d534f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/34f13a2165d534f5","status":"passed","time":{"start":1728901446176,"stop":1728901446176,"duration":0}},{"uid":"4e00e1f04d816b52","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4e00e1f04d816b52","status":"passed","time":{"start":1728892876476,"stop":1728892876476,"duration":0}},{"uid":"e168668c08a2f88b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e168668c08a2f88b","status":"passed","time":{"start":1728855839197,"stop":1728855839198,"duration":1}},{"uid":"22ca3cd124e4f0d4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/22ca3cd124e4f0d4","status":"passed","time":{"start":1728738056463,"stop":1728738056463,"duration":0}},{"uid":"401bb96eb753402d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/401bb96eb753402d","status":"passed","time":{"start":1728682590043,"stop":1728682590043,"duration":0}},{"uid":"d89945eee04644bb","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d89945eee04644bb","status":"passed","time":{"start":1728682162837,"stop":1728682162837,"duration":0}},{"uid":"2898b40af3d01b20","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2898b40af3d01b20","status":"passed","time":{"start":1728676637410,"stop":1728676637411,"duration":1}},{"uid":"9fb3e5aa96bc25f4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9fb3e5aa96bc25f4","status":"passed","time":{"start":1728669360493,"stop":1728669360493,"duration":0}},{"uid":"6d459aba4191577e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6d459aba4191577e","status":"passed","time":{"start":1728597701235,"stop":1728597701235,"duration":0}},{"uid":"5cac5ac598426715","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5cac5ac598426715","status":"passed","time":{"start":1728596920369,"stop":1728596920370,"duration":1}}]},"bcbb9205ab18df037ac42f3e3e5effef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26a771fa81e71e90","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/26a771fa81e71e90","status":"passed","time":{"start":1729034304829,"stop":1729034304831,"duration":2}}]},"61980bd2a54185c7d9375cbc103df885:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e3ceec3cc5ea0d8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e3ceec3cc5ea0d8","status":"passed","time":{"start":1728598221896,"stop":1728598221898,"duration":2}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"90db54f39f34d6ed","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/90db54f39f34d6ed","status":"passed","time":{"start":1729034626850,"stop":1729034626851,"duration":1}},{"uid":"562fb56c6c841aa6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/562fb56c6c841aa6","status":"passed","time":{"start":1729034398546,"stop":1729034398546,"duration":0}},{"uid":"8f8080fd7772115f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8f8080fd7772115f","status":"passed","time":{"start":1729034314813,"stop":1729034314813,"duration":0}},{"uid":"69a1c121d3415ac7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69a1c121d3415ac7","status":"passed","time":{"start":1729034137162,"stop":1729034137163,"duration":1}},{"uid":"52b5c3b61b0ce204","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/52b5c3b61b0ce204","status":"passed","time":{"start":1729032187244,"stop":1729032187245,"duration":1}},{"uid":"4152c9fcaa76d85c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4152c9fcaa76d85c","status":"passed","time":{"start":1728901888428,"stop":1728901888428,"duration":0}},{"uid":"703c1cbef1e3e518","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/703c1cbef1e3e518","status":"passed","time":{"start":1728893323781,"stop":1728893323786,"duration":5}},{"uid":"e981ca6310633759","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e981ca6310633759","status":"passed","time":{"start":1728856285925,"stop":1728856285926,"duration":1}},{"uid":"beace147b3021a59","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/beace147b3021a59","status":"passed","time":{"start":1728738498273,"stop":1728738498274,"duration":1}},{"uid":"12c18256d12c6015","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/12c18256d12c6015","status":"passed","time":{"start":1728683041390,"stop":1728683041390,"duration":0}},{"uid":"c853be0297974c43","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c853be0297974c43","status":"passed","time":{"start":1728682596011,"stop":1728682596012,"duration":1}},{"uid":"e67da0d7d75e3141","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e67da0d7d75e3141","status":"passed","time":{"start":1728677091266,"stop":1728677091266,"duration":0}},{"uid":"4afd47965b083d22","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4afd47965b083d22","status":"passed","time":{"start":1728669766424,"stop":1728669766424,"duration":0}},{"uid":"a1222fc61ce52159","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a1222fc61ce52159","status":"passed","time":{"start":1728598152071,"stop":1728598152071,"duration":0}},{"uid":"54a8adda9a687036","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/54a8adda9a687036","status":"passed","time":{"start":1728597364114,"stop":1728597364114,"duration":0}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b1b5820b096a38ea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b1b5820b096a38ea","status":"passed","time":{"start":1729034704489,"stop":1729034704489,"duration":0}},{"uid":"8cec1ecc7ad878be","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8cec1ecc7ad878be","status":"passed","time":{"start":1729034474974,"stop":1729034474974,"duration":0}},{"uid":"d46d521eefb6dde2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d46d521eefb6dde2","status":"passed","time":{"start":1729034395284,"stop":1729034395285,"duration":1}},{"uid":"5030f603a00cc87d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5030f603a00cc87d","status":"passed","time":{"start":1729034209086,"stop":1729034209086,"duration":0}},{"uid":"27cecbcec28c670a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/27cecbcec28c670a","status":"passed","time":{"start":1729032264556,"stop":1729032264556,"duration":0}},{"uid":"7e6e3e2eb7770a87","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7e6e3e2eb7770a87","status":"passed","time":{"start":1728902012830,"stop":1728902012831,"duration":1}},{"uid":"6c40be0976ee2523","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6c40be0976ee2523","status":"passed","time":{"start":1728893454804,"stop":1728893454804,"duration":0}},{"uid":"8dce419d6ba5c6d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8dce419d6ba5c6d","status":"passed","time":{"start":1728856408446,"stop":1728856408446,"duration":0}},{"uid":"cb839473a5535605","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb839473a5535605","status":"passed","time":{"start":1728738633849,"stop":1728738633849,"duration":0}},{"uid":"e33031e146b31928","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e33031e146b31928","status":"passed","time":{"start":1728683159722,"stop":1728683159723,"duration":1}},{"uid":"917861de3dd08f07","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/917861de3dd08f07","status":"passed","time":{"start":1728682751322,"stop":1728682751322,"duration":0}},{"uid":"eff8e0a0d46cd6c4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/eff8e0a0d46cd6c4","status":"passed","time":{"start":1728677216348,"stop":1728677216349,"duration":1}},{"uid":"ffff79827afdc70b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ffff79827afdc70b","status":"passed","time":{"start":1728669925446,"stop":1728669925447,"duration":1}},{"uid":"cda0a07ce4744618","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cda0a07ce4744618","status":"passed","time":{"start":1728598268792,"stop":1728598268792,"duration":0}},{"uid":"567c58d4c55c04db","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/567c58d4c55c04db","status":"passed","time":{"start":1728597503894,"stop":1728597503894,"duration":0}}]},"5c2c3083330cb887d84965b78f55aed7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19d4c55fb9920364","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/19d4c55fb9920364","status":"passed","time":{"start":1728893389987,"stop":1728893389987,"duration":0}}]},"6d75e1481d6b79679f9552dd0120c2f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d6954a5f854c88b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d6954a5f854c88b3","status":"passed","time":{"start":1729034348297,"stop":1729034348298,"duration":1}},{"uid":"191ca26afcdce00c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/191ca26afcdce00c","status":"passed","time":{"start":1729034111876,"stop":1729034111878,"duration":2}},{"uid":"b9240871fd3f031","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b9240871fd3f031","status":"passed","time":{"start":1729034034980,"stop":1729034034980,"duration":0}},{"uid":"c291b76d1f5f8527","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c291b76d1f5f8527","status":"passed","time":{"start":1729033849393,"stop":1729033849393,"duration":0}},{"uid":"ca1d9c167d645d2d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ca1d9c167d645d2d","status":"passed","time":{"start":1729031899548,"stop":1729031899548,"duration":0}},{"uid":"6de557f9ca00e30b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6de557f9ca00e30b","status":"passed","time":{"start":1728901444842,"stop":1728901444842,"duration":0}},{"uid":"e26a19e3bd0c17d8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e26a19e3bd0c17d8","status":"passed","time":{"start":1728892875617,"stop":1728892875618,"duration":1}},{"uid":"f6a9724c87b4cb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f6a9724c87b4cb0","status":"passed","time":{"start":1728855838490,"stop":1728855838491,"duration":1}},{"uid":"ff4f65f8aae8909c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff4f65f8aae8909c","status":"passed","time":{"start":1728738055452,"stop":1728738055452,"duration":0}},{"uid":"8ad5fce085efdcac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8ad5fce085efdcac","status":"passed","time":{"start":1728682589263,"stop":1728682589264,"duration":1}},{"uid":"d0909425c688afea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d0909425c688afea","status":"passed","time":{"start":1728682162182,"stop":1728682162182,"duration":0}},{"uid":"7eaae47a77dd856a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7eaae47a77dd856a","status":"passed","time":{"start":1728676636513,"stop":1728676636514,"duration":1}},{"uid":"4217b0c4bf025645","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4217b0c4bf025645","status":"passed","time":{"start":1728669359847,"stop":1728669359848,"duration":1}},{"uid":"60915e1b04abc5c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/60915e1b04abc5c7","status":"passed","time":{"start":1728597699703,"stop":1728597699704,"duration":1}},{"uid":"f66ac5863f2e4f6b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f66ac5863f2e4f6b","status":"passed","time":{"start":1728596919893,"stop":1728596919894,"duration":1}}]},"4aa8512077696822107d202410b8f842:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a153340252c370c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7a153340252c370c","status":"passed","time":{"start":1728598212610,"stop":1728598212610,"duration":0}}]},"28c630c3b6f49bba07597b08a5ffc09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5b6e64b36da5fdc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f5b6e64b36da5fdc","status":"passed","time":{"start":1729034656465,"stop":1729034656465,"duration":0}}]},"930e667125b8a134adfed6d0d717f670:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2ac5d31b442d619a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ac5d31b442d619a","status":"passed","time":{"start":1729034348412,"stop":1729034348413,"duration":1}},{"uid":"7995b6f3f717a90c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7995b6f3f717a90c","status":"passed","time":{"start":1729034112233,"stop":1729034112233,"duration":0}},{"uid":"a0809969da56c5a2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a0809969da56c5a2","status":"passed","time":{"start":1729034035749,"stop":1729034035749,"duration":0}},{"uid":"cd6d0a069e1cf87d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cd6d0a069e1cf87d","status":"passed","time":{"start":1729033850298,"stop":1729033850298,"duration":0}},{"uid":"cd77a7016db8911d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cd77a7016db8911d","status":"passed","time":{"start":1729031899901,"stop":1729031899901,"duration":0}},{"uid":"8220ecd04e5b9c61","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8220ecd04e5b9c61","status":"passed","time":{"start":1728901445870,"stop":1728901445870,"duration":0}},{"uid":"8cfdfaefa995c5b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8cfdfaefa995c5b0","status":"passed","time":{"start":1728892875904,"stop":1728892875905,"duration":1}},{"uid":"cf91357bc19d73ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cf91357bc19d73ab","status":"passed","time":{"start":1728855839036,"stop":1728855839037,"duration":1}},{"uid":"879ce9d0bfa19a3e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/879ce9d0bfa19a3e","status":"passed","time":{"start":1728738056183,"stop":1728738056184,"duration":1}},{"uid":"b1addbcd0a335d12","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1addbcd0a335d12","status":"passed","time":{"start":1728682589458,"stop":1728682589458,"duration":0}},{"uid":"4f906cc239051ce9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4f906cc239051ce9","status":"passed","time":{"start":1728682162315,"stop":1728682162316,"duration":1}},{"uid":"e1c4c01b4fc7f9ce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e1c4c01b4fc7f9ce","status":"passed","time":{"start":1728676637001,"stop":1728676637001,"duration":0}},{"uid":"f5f673f87dd2a1c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5f673f87dd2a1c","status":"passed","time":{"start":1728669360368,"stop":1728669360368,"duration":0}},{"uid":"4c2921866d0cec2e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4c2921866d0cec2e","status":"passed","time":{"start":1728597700887,"stop":1728597700887,"duration":0}},{"uid":"4fc55d826997732d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4fc55d826997732d","status":"passed","time":{"start":1728596919825,"stop":1728596919826,"duration":1}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"42f7d1138fc735ba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/42f7d1138fc735ba","status":"passed","time":{"start":1729034506792,"stop":1729034506792,"duration":0}},{"uid":"60c427569cd05b1a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/60c427569cd05b1a","status":"passed","time":{"start":1729034259816,"stop":1729034259817,"duration":1}},{"uid":"fb3da0feb1654a40","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fb3da0feb1654a40","status":"passed","time":{"start":1729034194016,"stop":1729034194017,"duration":1}},{"uid":"c9d88f93e9e346e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c9d88f93e9e346e","status":"passed","time":{"start":1729034014867,"stop":1729034014871,"duration":4}},{"uid":"2e786613f025bf51","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2e786613f025bf51","status":"passed","time":{"start":1729032065450,"stop":1729032065452,"duration":2}},{"uid":"518c46f5f0679aa5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/518c46f5f0679aa5","status":"passed","time":{"start":1728901664264,"stop":1728901664265,"duration":1}},{"uid":"dff17761edd0f44c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dff17761edd0f44c","status":"passed","time":{"start":1728893093690,"stop":1728893093690,"duration":0}},{"uid":"454fd35b7c87e7e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/454fd35b7c87e7e7","status":"passed","time":{"start":1728856055271,"stop":1728856055271,"duration":0}},{"uid":"37f429f4f798b995","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37f429f4f798b995","status":"passed","time":{"start":1728738274743,"stop":1728738274743,"duration":0}},{"uid":"3d7c21bb5cceab5a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3d7c21bb5cceab5a","status":"passed","time":{"start":1728682807956,"stop":1728682807956,"duration":0}},{"uid":"1c96ac0f06aec6a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1c96ac0f06aec6a1","status":"passed","time":{"start":1728682381283,"stop":1728682381284,"duration":1}},{"uid":"f973d5b5d6fd28aa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f973d5b5d6fd28aa","status":"passed","time":{"start":1728676853896,"stop":1728676853896,"duration":0}},{"uid":"3bf1770ee6fbe3c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3bf1770ee6fbe3c1","status":"passed","time":{"start":1728669581693,"stop":1728669581694,"duration":1}},{"uid":"d549a56e989bd7d0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d549a56e989bd7d0","status":"passed","time":{"start":1728597923480,"stop":1728597923480,"duration":0}},{"uid":"ea0757b0ce2fc827","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ea0757b0ce2fc827","status":"passed","time":{"start":1728597132262,"stop":1728597132262,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5cf25a762956d1f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5cf25a762956d1f","status":"passed","time":{"start":1729034617779,"stop":1729034617780,"duration":1}},{"uid":"adf34b55b8750567","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/adf34b55b8750567","status":"passed","time":{"start":1729034370930,"stop":1729034370937,"duration":7}},{"uid":"db33be0604d83046","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/db33be0604d83046","status":"passed","time":{"start":1729034308907,"stop":1729034308910,"duration":3}},{"uid":"90e8f5877cd559ac","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/90e8f5877cd559ac","status":"passed","time":{"start":1729034129482,"stop":1729034129483,"duration":1}},{"uid":"58104fe616ab2d5c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/58104fe616ab2d5c","status":"passed","time":{"start":1729032178384,"stop":1729032178384,"duration":0}},{"uid":"fd788c73ca753e0c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd788c73ca753e0c","status":"passed","time":{"start":1728901896356,"stop":1728901896357,"duration":1}},{"uid":"1d2dfd21f1ef5b93","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d2dfd21f1ef5b93","status":"passed","time":{"start":1728893329038,"stop":1728893329040,"duration":2}},{"uid":"e76881028ce2abbc","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e76881028ce2abbc","status":"passed","time":{"start":1728856284777,"stop":1728856284778,"duration":1}},{"uid":"31142598e9ed9485","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/31142598e9ed9485","status":"passed","time":{"start":1728738494951,"stop":1728738494951,"duration":0}},{"uid":"f32cf4f0ac2f9ea9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f32cf4f0ac2f9ea9","status":"passed","time":{"start":1728683033640,"stop":1728683033641,"duration":1}},{"uid":"b3188fbb101bbc79","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3188fbb101bbc79","status":"passed","time":{"start":1728682601748,"stop":1728682601748,"duration":0}},{"uid":"4daf6ec49c5d2174","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4daf6ec49c5d2174","status":"passed","time":{"start":1728677107990,"stop":1728677107990,"duration":0}},{"uid":"be3969461215a19e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/be3969461215a19e","status":"passed","time":{"start":1728669764762,"stop":1728669764762,"duration":0}},{"uid":"439f0cdaee9350b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/439f0cdaee9350b4","status":"passed","time":{"start":1728598157580,"stop":1728598157580,"duration":0}},{"uid":"92e2d17454354686","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/92e2d17454354686","status":"passed","time":{"start":1728597369089,"stop":1728597369089,"duration":0}}]},"84a2a8278571fa9229204c5b49612f14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"cb7fe630ebbca557","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cb7fe630ebbca557","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901734209,"stop":1728901734209,"duration":0}},{"uid":"412fb5e00bb97ee2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/412fb5e00bb97ee2","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893166576,"stop":1728893166576,"duration":0}},{"uid":"6e36420483daf83d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6e36420483daf83d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676929955,"stop":1728676929955,"duration":0}},{"uid":"d6f286e8930f9835","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/d6f286e8930f9835","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598000229,"stop":1728598000229,"duration":0}},{"uid":"2ec9dc61e35b6395","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2ec9dc61e35b6395","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597213023,"stop":1728597213024,"duration":1}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"af9cc0dab29c8331","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af9cc0dab29c8331","status":"passed","time":{"start":1729034408871,"stop":1729034408872,"duration":1}},{"uid":"9eca556612c582cd","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9eca556612c582cd","status":"passed","time":{"start":1729034166261,"stop":1729034166261,"duration":0}},{"uid":"107680695b0c0489","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/107680695b0c0489","status":"passed","time":{"start":1729034096719,"stop":1729034096722,"duration":3}},{"uid":"b14062fdee61776b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b14062fdee61776b","status":"passed","time":{"start":1729033904747,"stop":1729033904748,"duration":1}},{"uid":"e93d7c2cc94d8edd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e93d7c2cc94d8edd","status":"passed","time":{"start":1729031952294,"stop":1729031952294,"duration":0}},{"uid":"6191a462a37af893","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6191a462a37af893","status":"passed","time":{"start":1728901498548,"stop":1728901498548,"duration":0}},{"uid":"d5b27fba1128157c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d5b27fba1128157c","status":"passed","time":{"start":1728892934941,"stop":1728892934941,"duration":0}},{"uid":"2113fefde943b989","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2113fefde943b989","status":"passed","time":{"start":1728855901088,"stop":1728855901088,"duration":0}},{"uid":"3861b6fdaf04b0d5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3861b6fdaf04b0d5","status":"passed","time":{"start":1728738109822,"stop":1728738109822,"duration":0}},{"uid":"1bbeb7eb9f7668f9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1bbeb7eb9f7668f9","status":"passed","time":{"start":1728682641764,"stop":1728682641765,"duration":1}},{"uid":"89fe35b87922248","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/89fe35b87922248","status":"passed","time":{"start":1728682224056,"stop":1728682224057,"duration":1}},{"uid":"b68c5eb81666962","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b68c5eb81666962","status":"passed","time":{"start":1728676692590,"stop":1728676692591,"duration":1}},{"uid":"76abef29da541e24","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/76abef29da541e24","status":"passed","time":{"start":1728669414327,"stop":1728669414328,"duration":1}},{"uid":"2d18f4c521baa581","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2d18f4c521baa581","status":"passed","time":{"start":1728597758157,"stop":1728597758157,"duration":0}},{"uid":"530bd6615ec3b981","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/530bd6615ec3b981","status":"passed","time":{"start":1728596973960,"stop":1728596973961,"duration":1}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"221ff11e27568546","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/221ff11e27568546","status":"passed","time":{"start":1729034399691,"stop":1729034399691,"duration":0}},{"uid":"1518649cb31d3a39","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1518649cb31d3a39","status":"passed","time":{"start":1729034162497,"stop":1729034162497,"duration":0}},{"uid":"c56f2665ac3c04ba","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c56f2665ac3c04ba","status":"passed","time":{"start":1729034086608,"stop":1729034086612,"duration":4}},{"uid":"32f4f8a1e52efceb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/32f4f8a1e52efceb","status":"passed","time":{"start":1729033900634,"stop":1729033900635,"duration":1}},{"uid":"c43a621be12e9fcd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c43a621be12e9fcd","status":"passed","time":{"start":1729031950406,"stop":1729031950407,"duration":1}},{"uid":"b6b0ce548b73a4da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b6b0ce548b73a4da","status":"passed","time":{"start":1728901494878,"stop":1728901494878,"duration":0}},{"uid":"a9e6dc918a66a5e9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a9e6dc918a66a5e9","status":"passed","time":{"start":1728892927096,"stop":1728892927097,"duration":1}},{"uid":"6515b36915bd3edd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6515b36915bd3edd","status":"passed","time":{"start":1728855889014,"stop":1728855889014,"duration":0}},{"uid":"2001d796e4ce5ee3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2001d796e4ce5ee3","status":"passed","time":{"start":1728738105940,"stop":1728738105941,"duration":1}},{"uid":"a3f0a0d34d16dca3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a3f0a0d34d16dca3","status":"passed","time":{"start":1728682639925,"stop":1728682639925,"duration":0}},{"uid":"4ceb992393149249","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4ceb992393149249","status":"passed","time":{"start":1728682212118,"stop":1728682212119,"duration":1}},{"uid":"1b5c3405d5c7798d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1b5c3405d5c7798d","status":"passed","time":{"start":1728676687920,"stop":1728676687920,"duration":0}},{"uid":"dab4bb2f88c3e557","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dab4bb2f88c3e557","status":"passed","time":{"start":1728669411846,"stop":1728669411846,"duration":0}},{"uid":"4a19a0fc4b4739e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4a19a0fc4b4739e","status":"passed","time":{"start":1728597751011,"stop":1728597751012,"duration":1}},{"uid":"f076dc5be6e29c5a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f076dc5be6e29c5a","status":"passed","time":{"start":1728596968267,"stop":1728596968267,"duration":0}}]},"1a846f99df2feb911d19e70ae328211d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a121a42d1ef23cbf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a121a42d1ef23cbf","status":"passed","time":{"start":1729034392570,"stop":1729034392571,"duration":1}},{"uid":"17717f72fb557b13","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/17717f72fb557b13","status":"passed","time":{"start":1729034155173,"stop":1729034155173,"duration":0}},{"uid":"9daafa2fa5bfd326","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9daafa2fa5bfd326","status":"passed","time":{"start":1729034079235,"stop":1729034079235,"duration":0}},{"uid":"f6bf70f47f154819","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f6bf70f47f154819","status":"passed","time":{"start":1729033892959,"stop":1729033892959,"duration":0}},{"uid":"b16e8130c9a97337","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b16e8130c9a97337","status":"passed","time":{"start":1729031943352,"stop":1729031943353,"duration":1}},{"uid":"160ee2e990a6fa5e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/160ee2e990a6fa5e","status":"passed","time":{"start":1728901487522,"stop":1728901487522,"duration":0}},{"uid":"f684c13fb054d1f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f684c13fb054d1f","status":"passed","time":{"start":1728892920387,"stop":1728892920387,"duration":0}},{"uid":"2f7625c0cc2a1c0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2f7625c0cc2a1c0","status":"passed","time":{"start":1728855881509,"stop":1728855881509,"duration":0}},{"uid":"a6f268a9a8f5af0d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a6f268a9a8f5af0d","status":"passed","time":{"start":1728738098730,"stop":1728738098730,"duration":0}},{"uid":"ecc3a31e7ec56827","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ecc3a31e7ec56827","status":"passed","time":{"start":1728682632220,"stop":1728682632221,"duration":1}},{"uid":"4b885561956bbe8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4b885561956bbe8","status":"passed","time":{"start":1728682205211,"stop":1728682205211,"duration":0}},{"uid":"ba083bddcc1fd4bd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ba083bddcc1fd4bd","status":"passed","time":{"start":1728676680988,"stop":1728676680989,"duration":1}},{"uid":"d3b7bee88b663705","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d3b7bee88b663705","status":"passed","time":{"start":1728669404740,"stop":1728669404740,"duration":0}},{"uid":"680c1f26e6eb0658","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/680c1f26e6eb0658","status":"passed","time":{"start":1728597743849,"stop":1728597743850,"duration":1}},{"uid":"84dbf9bb85a508d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/84dbf9bb85a508d","status":"passed","time":{"start":1728596961184,"stop":1728596961185,"duration":1}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9656edff3ac814ba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9656edff3ac814ba","status":"passed","time":{"start":1729034713702,"stop":1729034713703,"duration":1}},{"uid":"3e7830e0b326a4a2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3e7830e0b326a4a2","status":"passed","time":{"start":1729034487486,"stop":1729034487486,"duration":0}},{"uid":"94ea73117fa61c65","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/94ea73117fa61c65","status":"passed","time":{"start":1729034446111,"stop":1729034446111,"duration":0}},{"uid":"c61c6c5bf184d07d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c61c6c5bf184d07d","status":"passed","time":{"start":1729032275830,"stop":1729032275830,"duration":0}},{"uid":"2ea4200848dab9d9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2ea4200848dab9d9","status":"passed","time":{"start":1728902036742,"stop":1728902036742,"duration":0}},{"uid":"fdffc7ed10c845b8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fdffc7ed10c845b8","status":"passed","time":{"start":1728893472415,"stop":1728893472415,"duration":0}},{"uid":"e58f78a06966c441","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e58f78a06966c441","status":"passed","time":{"start":1728856423203,"stop":1728856423203,"duration":0}},{"uid":"43be88502b422a84","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/43be88502b422a84","status":"passed","time":{"start":1728738648731,"stop":1728738648731,"duration":0}},{"uid":"1b150c1600fdc7b6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1b150c1600fdc7b6","status":"passed","time":{"start":1728683179657,"stop":1728683179657,"duration":0}},{"uid":"a2f4d3d1b9fea789","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a2f4d3d1b9fea789","status":"passed","time":{"start":1728682757952,"stop":1728682757953,"duration":1}},{"uid":"111ea74770ea74dd","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/111ea74770ea74dd","status":"passed","time":{"start":1728677238452,"stop":1728677238452,"duration":0}},{"uid":"df243f6a890ac09c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/df243f6a890ac09c","status":"passed","time":{"start":1728669928222,"stop":1728669928222,"duration":0}},{"uid":"8711bfae0fc6b594","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8711bfae0fc6b594","status":"passed","time":{"start":1728598319591,"stop":1728598319592,"duration":1}},{"uid":"c9735b547a89796f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9735b547a89796f","status":"passed","time":{"start":1728597520648,"stop":1728597520649,"duration":1}}]},"9b68db8e80edd915f242e2377993f12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3e65d8a284d4959c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3e65d8a284d4959c","status":"passed","time":{"start":1729034332632,"stop":1729034332633,"duration":1}},{"uid":"17899abd00a601f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/17899abd00a601f5","status":"passed","time":{"start":1729034096134,"stop":1729034096134,"duration":0}},{"uid":"adcba82f750f946d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/adcba82f750f946d","status":"passed","time":{"start":1729034020091,"stop":1729034020092,"duration":1}},{"uid":"f5feedb9dfcc4d17","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f5feedb9dfcc4d17","status":"passed","time":{"start":1729033834387,"stop":1729033834387,"duration":0}},{"uid":"755bfa6e79826dbf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/755bfa6e79826dbf","status":"passed","time":{"start":1729031884120,"stop":1729031884121,"duration":1}},{"uid":"b373bea4c94ee5e4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b373bea4c94ee5e4","status":"passed","time":{"start":1728901430255,"stop":1728901430255,"duration":0}},{"uid":"3d347fdaa16411e7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3d347fdaa16411e7","status":"passed","time":{"start":1728892860533,"stop":1728892860533,"duration":0}},{"uid":"f7069e7dec1c0c89","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f7069e7dec1c0c89","status":"passed","time":{"start":1728855823323,"stop":1728855823323,"duration":0}},{"uid":"1a1d9636bd5307ec","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a1d9636bd5307ec","status":"passed","time":{"start":1728738040603,"stop":1728738040603,"duration":0}},{"uid":"8be88476ed2fb7b8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8be88476ed2fb7b8","status":"passed","time":{"start":1728682574094,"stop":1728682574094,"duration":0}},{"uid":"5ddff5ec6de24b72","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5ddff5ec6de24b72","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"63fc33b2950733f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/63fc33b2950733f7","status":"passed","time":{"start":1728676621433,"stop":1728676621433,"duration":0}},{"uid":"fd7820fe1b04b317","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fd7820fe1b04b317","status":"passed","time":{"start":1728669344468,"stop":1728669344469,"duration":1}},{"uid":"5b8113bb70d2d62e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5b8113bb70d2d62e","status":"passed","time":{"start":1728597685162,"stop":1728597685162,"duration":0}},{"uid":"a6460698bd098a47","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a6460698bd098a47","status":"passed","time":{"start":1728596904469,"stop":1728596904469,"duration":0}}]},"3bdd4aef0e9702e20ea6338f8fb5092d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6affaaf3320c2afb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6affaaf3320c2afb","status":"passed","time":{"start":1729034169437,"stop":1729034169439,"duration":2}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"dfa155ef4e42d172","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dfa155ef4e42d172","status":"passed","time":{"start":1729034341404,"stop":1729034341404,"duration":0}},{"uid":"893a2367aff9559b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/893a2367aff9559b","status":"passed","time":{"start":1729034104912,"stop":1729034104913,"duration":1}},{"uid":"f43caabf6f7a511c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f43caabf6f7a511c","status":"passed","time":{"start":1729034028510,"stop":1729034028514,"duration":4}},{"uid":"e2ed7785f33ed77d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e2ed7785f33ed77d","status":"passed","time":{"start":1729033843118,"stop":1729033843119,"duration":1}},{"uid":"71549937a7372b21","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/71549937a7372b21","status":"passed","time":{"start":1729031892681,"stop":1729031892681,"duration":0}},{"uid":"6d904a046ff713c3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6d904a046ff713c3","status":"passed","time":{"start":1728901438811,"stop":1728901438812,"duration":1}},{"uid":"e95d6112479c557a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e95d6112479c557a","status":"passed","time":{"start":1728892869000,"stop":1728892869004,"duration":4}},{"uid":"39ec11a494dc9f85","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39ec11a494dc9f85","status":"passed","time":{"start":1728855831892,"stop":1728855831896,"duration":4}},{"uid":"256fabf8101d96eb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/256fabf8101d96eb","status":"passed","time":{"start":1728738049040,"stop":1728738049040,"duration":0}},{"uid":"c9de5abe834920da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c9de5abe834920da","status":"passed","time":{"start":1728682582618,"stop":1728682582619,"duration":1}},{"uid":"c35d10821835d9e2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c35d10821835d9e2","status":"passed","time":{"start":1728682155411,"stop":1728682155411,"duration":0}},{"uid":"b6b1364d65659abf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b6b1364d65659abf","status":"passed","time":{"start":1728676629974,"stop":1728676629974,"duration":0}},{"uid":"7809f552f0ced36c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7809f552f0ced36c","status":"passed","time":{"start":1728669353101,"stop":1728669353105,"duration":4}},{"uid":"135e5964a15f3c9e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/135e5964a15f3c9e","status":"passed","time":{"start":1728597693846,"stop":1728597693850,"duration":4}},{"uid":"7910d4547b725b85","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7910d4547b725b85","status":"passed","time":{"start":1728596913091,"stop":1728596913095,"duration":4}}]},"bc45221a7f6e40f80f06e429fe0d98ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ad94657f74a3767","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ad94657f74a3767","status":"passed","time":{"start":1729034137158,"stop":1729034137159,"duration":1}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"81a6a9e7fee63520","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/81a6a9e7fee63520","status":"passed","time":{"start":1729034631262,"stop":1729034631262,"duration":0}},{"uid":"75f5f7395d9a37d8","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/75f5f7395d9a37d8","status":"passed","time":{"start":1729034400898,"stop":1729034400898,"duration":0}},{"uid":"764abb661c6a4a49","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/764abb661c6a4a49","status":"passed","time":{"start":1729034317497,"stop":1729034317497,"duration":0}},{"uid":"1401c875c8283aea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1401c875c8283aea","status":"passed","time":{"start":1729034137155,"stop":1729034137156,"duration":1}},{"uid":"d2663420117a0e1a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2663420117a0e1a","status":"passed","time":{"start":1729032206888,"stop":1729032206888,"duration":0}},{"uid":"c07f81ad292373cc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c07f81ad292373cc","status":"passed","time":{"start":1728901995035,"stop":1728901995035,"duration":0}},{"uid":"cea95b2dc9bcfd13","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cea95b2dc9bcfd13","status":"passed","time":{"start":1728893421008,"stop":1728893421009,"duration":1}},{"uid":"75ea5d050a422144","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/75ea5d050a422144","status":"passed","time":{"start":1728856368609,"stop":1728856368610,"duration":1}},{"uid":"b85565aabcbc29d8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b85565aabcbc29d8","status":"passed","time":{"start":1728738604692,"stop":1728738604692,"duration":0}},{"uid":"3eab2c6535267478","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3eab2c6535267478","status":"passed","time":{"start":1728683117674,"stop":1728683117674,"duration":0}},{"uid":"f18f59a0f25ba993","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f18f59a0f25ba993","status":"passed","time":{"start":1728682721326,"stop":1728682721326,"duration":0}},{"uid":"4557c7e17319896a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4557c7e17319896a","status":"passed","time":{"start":1728677184693,"stop":1728677184693,"duration":0}},{"uid":"362bd114b1617d0b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/362bd114b1617d0b","status":"passed","time":{"start":1728669866476,"stop":1728669866477,"duration":1}},{"uid":"58d02da78f9c573c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/58d02da78f9c573c","status":"passed","time":{"start":1728598250009,"stop":1728598250012,"duration":3}},{"uid":"5217f57845ac77fb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5217f57845ac77fb","status":"passed","time":{"start":1728597472309,"stop":1728597472309,"duration":0}}]},"000575d743013349ce369837ece59e9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"564c0f9d3f868677","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/564c0f9d3f868677","status":"passed","time":{"start":1729034370918,"stop":1729034370918,"duration":0}}]},"7e87ff00a780af6121957e2c9ef2c47e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6cea474dab07d011","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6cea474dab07d011","status":"passed","time":{"start":1729034704498,"stop":1729034704499,"duration":1}},{"uid":"7a7d0615f6369f45","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7a7d0615f6369f45","status":"passed","time":{"start":1729034474992,"stop":1729034474992,"duration":0}},{"uid":"ab9d1100c476e1dd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ab9d1100c476e1dd","status":"passed","time":{"start":1729034395293,"stop":1729034395294,"duration":1}},{"uid":"166af90615f30de1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/166af90615f30de1","status":"passed","time":{"start":1729034209104,"stop":1729034209104,"duration":0}},{"uid":"e8c9668574ee6ad2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8c9668574ee6ad2","status":"passed","time":{"start":1729032264572,"stop":1729032264572,"duration":0}},{"uid":"7985c70ad37c98e0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7985c70ad37c98e0","status":"passed","time":{"start":1728902012864,"stop":1728902012864,"duration":0}},{"uid":"54c9a266d6fe981a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/54c9a266d6fe981a","status":"passed","time":{"start":1728893454814,"stop":1728893454815,"duration":1}},{"uid":"1a63468e44aee157","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1a63468e44aee157","status":"passed","time":{"start":1728856408457,"stop":1728856408458,"duration":1}},{"uid":"2cfe25bdc0af91ed","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2cfe25bdc0af91ed","status":"passed","time":{"start":1728738633858,"stop":1728738633858,"duration":0}},{"uid":"adb816296dbb2b78","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/adb816296dbb2b78","status":"passed","time":{"start":1728683159787,"stop":1728683159788,"duration":1}},{"uid":"b681dfba2f0c7f4f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b681dfba2f0c7f4f","status":"passed","time":{"start":1728682751334,"stop":1728682751334,"duration":0}},{"uid":"4a034dd81990774d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4a034dd81990774d","status":"passed","time":{"start":1728677216364,"stop":1728677216365,"duration":1}},{"uid":"7cd57ed21475638f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7cd57ed21475638f","status":"passed","time":{"start":1728669925457,"stop":1728669925457,"duration":0}},{"uid":"f4ee812b73216c76","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f4ee812b73216c76","status":"passed","time":{"start":1728598268810,"stop":1728598268810,"duration":0}},{"uid":"9ff7a2f28a8401ec","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9ff7a2f28a8401ec","status":"passed","time":{"start":1728597503931,"stop":1728597503932,"duration":1}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bccfaa303878c43","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bccfaa303878c43","status":"passed","time":{"start":1729034611648,"stop":1729034611649,"duration":1}},{"uid":"ce482fd306515cfb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ce482fd306515cfb","status":"passed","time":{"start":1729034393624,"stop":1729034393624,"duration":0}},{"uid":"9b41431291c97767","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9b41431291c97767","status":"passed","time":{"start":1729034304792,"stop":1729034304792,"duration":0}},{"uid":"e90f659114aa1c3a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e90f659114aa1c3a","status":"passed","time":{"start":1729034121875,"stop":1729034121875,"duration":0}},{"uid":"b03baf70e52ede8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b03baf70e52ede8","status":"passed","time":{"start":1729032174794,"stop":1729032174794,"duration":0}},{"uid":"38daa32fb0807a4d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38daa32fb0807a4d","status":"passed","time":{"start":1728901881000,"stop":1728901881001,"duration":1}},{"uid":"5203dc87206f091e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5203dc87206f091e","status":"passed","time":{"start":1728893317128,"stop":1728893317129,"duration":1}},{"uid":"c844c0b710a44b9a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c844c0b710a44b9a","status":"passed","time":{"start":1728856263062,"stop":1728856263062,"duration":0}},{"uid":"547038bd27afc0e5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/547038bd27afc0e5","status":"passed","time":{"start":1728738492778,"stop":1728738492779,"duration":1}},{"uid":"8cd75863f87d4747","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8cd75863f87d4747","status":"passed","time":{"start":1728683030005,"stop":1728683030005,"duration":0}},{"uid":"97121400bd70749e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/97121400bd70749e","status":"passed","time":{"start":1728682581057,"stop":1728682581058,"duration":1}},{"uid":"ad4f88ca72d0a568","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ad4f88ca72d0a568","status":"passed","time":{"start":1728677081980,"stop":1728677081981,"duration":1}},{"uid":"d944a354426f4612","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d944a354426f4612","status":"passed","time":{"start":1728669795381,"stop":1728669795381,"duration":0}},{"uid":"f2c893992e6b096","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f2c893992e6b096","status":"passed","time":{"start":1728598137483,"stop":1728598137487,"duration":4}},{"uid":"8f2f4172d246f11f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8f2f4172d246f11f","status":"passed","time":{"start":1728597353469,"stop":1728597353469,"duration":0}}]},"22b9a227cbd80af07104cfdc0e0d34c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96d15678064fada9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/96d15678064fada9","status":"passed","time":{"start":1729034428555,"stop":1729034428555,"duration":0}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7eb66fe2945f632d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7eb66fe2945f632d","status":"passed","time":{"start":1729034447630,"stop":1729034447630,"duration":0}},{"uid":"c08b5dd084549878","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c08b5dd084549878","status":"passed","time":{"start":1729034206088,"stop":1729034206089,"duration":1}},{"uid":"ce79a6bbaf014f01","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ce79a6bbaf014f01","status":"passed","time":{"start":1729034134199,"stop":1729034134200,"duration":1}},{"uid":"5d228bbee1e8f0dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5d228bbee1e8f0dd","status":"passed","time":{"start":1729033942628,"stop":1729033942631,"duration":3}},{"uid":"54be06233dbe0f56","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/54be06233dbe0f56","status":"passed","time":{"start":1729031989719,"stop":1729031989720,"duration":1}},{"uid":"403a1a5a04353d94","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/403a1a5a04353d94","status":"passed","time":{"start":1728901562055,"stop":1728901562063,"duration":8}},{"uid":"290086140f801a29","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/290086140f801a29","status":"passed","time":{"start":1728893001483,"stop":1728893001483,"duration":0}},{"uid":"86d85ce90d9f3866","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/86d85ce90d9f3866","status":"passed","time":{"start":1728855968870,"stop":1728855968872,"duration":2}},{"uid":"d70712b61ea3415a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d70712b61ea3415a","status":"passed","time":{"start":1728738172968,"stop":1728738172969,"duration":1}},{"uid":"bf936aaede0b94d4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bf936aaede0b94d4","status":"passed","time":{"start":1728682706941,"stop":1728682706942,"duration":1}},{"uid":"57449fc21e9e5d64","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/57449fc21e9e5d64","status":"passed","time":{"start":1728682296862,"stop":1728682296862,"duration":0}},{"uid":"1c01f89df3e038df","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1c01f89df3e038df","status":"passed","time":{"start":1728676761486,"stop":1728676761487,"duration":1}},{"uid":"e4c6dd9cf32fd07c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e4c6dd9cf32fd07c","status":"passed","time":{"start":1728669479028,"stop":1728669479029,"duration":1}},{"uid":"efb129851accb7a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/efb129851accb7a","status":"passed","time":{"start":1728597820129,"stop":1728597820129,"duration":0}},{"uid":"62dec462bf68422f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/62dec462bf68422f","status":"passed","time":{"start":1728597034503,"stop":1728597034503,"duration":0}}]},"68cc62b31206d5ad5105b8944f480f86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5e4824ef8270214","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b5e4824ef8270214","status":"passed","time":{"start":1728597472311,"stop":1728597472311,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f7c69ebd91b40ad8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7c69ebd91b40ad8","status":"passed","time":{"start":1729034506787,"stop":1729034506788,"duration":1}},{"uid":"f0891bbb7c604a1a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f0891bbb7c604a1a","status":"passed","time":{"start":1729034259808,"stop":1729034259808,"duration":0}},{"uid":"a6669ea876e64195","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a6669ea876e64195","status":"passed","time":{"start":1729034194004,"stop":1729034194005,"duration":1}},{"uid":"826c977f3978dc7b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/826c977f3978dc7b","status":"passed","time":{"start":1729034014847,"stop":1729034014848,"duration":1}},{"uid":"d74775e5d1bc5ae3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d74775e5d1bc5ae3","status":"passed","time":{"start":1729032065434,"stop":1729032065437,"duration":3}},{"uid":"d9932483ab01c638","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d9932483ab01c638","status":"passed","time":{"start":1728901664235,"stop":1728901664235,"duration":0}},{"uid":"3705d51fcee89d50","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3705d51fcee89d50","status":"passed","time":{"start":1728893093684,"stop":1728893093685,"duration":1}},{"uid":"7ff091ff89535dbd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7ff091ff89535dbd","status":"passed","time":{"start":1728856055263,"stop":1728856055264,"duration":1}},{"uid":"ff3dc9eb64750aaf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff3dc9eb64750aaf","status":"passed","time":{"start":1728738274740,"stop":1728738274740,"duration":0}},{"uid":"278989eaeac837cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/278989eaeac837cc","status":"passed","time":{"start":1728682807950,"stop":1728682807950,"duration":0}},{"uid":"c08908a108d4f015","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c08908a108d4f015","status":"passed","time":{"start":1728682381280,"stop":1728682381280,"duration":0}},{"uid":"fde0357c5e62a04e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fde0357c5e62a04e","status":"passed","time":{"start":1728676853893,"stop":1728676853893,"duration":0}},{"uid":"11e88467e38f2172","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/11e88467e38f2172","status":"passed","time":{"start":1728669581684,"stop":1728669581685,"duration":1}},{"uid":"824a9948182055fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/824a9948182055fb","status":"passed","time":{"start":1728597923469,"stop":1728597923470,"duration":1}},{"uid":"d2ba24764b644508","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d2ba24764b644508","status":"passed","time":{"start":1728597132259,"stop":1728597132259,"duration":0}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"37f2b9731495019b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37f2b9731495019b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034611664,"stop":1729034611664,"duration":0}},{"uid":"194001dd36eaac62","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/194001dd36eaac62","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034393644,"stop":1729034393644,"duration":0}},{"uid":"ee324c45712d52b9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ee324c45712d52b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034304839,"stop":1729034304839,"duration":0}},{"uid":"513a4f33ae102ccd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/513a4f33ae102ccd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034121909,"stop":1729034121910,"duration":1}},{"uid":"5b3a552ed5ad0708","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5b3a552ed5ad0708","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032174842,"stop":1729032174843,"duration":1}},{"uid":"b8b2f5281c32c909","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8b2f5281c32c909","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901881011,"stop":1728901881011,"duration":0}},{"uid":"7663a1f90e367a47","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7663a1f90e367a47","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893317161,"stop":1728893317162,"duration":1}},{"uid":"551b807732941def","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/551b807732941def","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263099,"stop":1728856263099,"duration":0}},{"uid":"5a616d94a0f48b29","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5a616d94a0f48b29","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738492798,"stop":1728738492798,"duration":0}},{"uid":"b81d44270e3420f3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b81d44270e3420f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030021,"stop":1728683030021,"duration":0}},{"uid":"f73caf36d3b94dde","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f73caf36d3b94dde","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581102,"stop":1728682581102,"duration":0}},{"uid":"13638d543d7c5fa4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/13638d543d7c5fa4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677081995,"stop":1728677081995,"duration":0}},{"uid":"9f8475d7265f01c9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9f8475d7265f01c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669795394,"stop":1728669795394,"duration":0}},{"uid":"765dfc0d5e457690","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/765dfc0d5e457690","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137503,"stop":1728598137503,"duration":0}},{"uid":"3552cb6692143ddc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3552cb6692143ddc","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597353479,"stop":1728597353479,"duration":0}}]},"8d185c3718221733d1504872b5861f0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f3aa2a3c5666b00","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4f3aa2a3c5666b00","status":"passed","time":{"start":1728901950548,"stop":1728901950549,"duration":1}}]},"7ea2fe382cd6db4cbb3c5f72d8baa9f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e147acc14628654","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e147acc14628654","status":"passed","time":{"start":1728901896356,"stop":1728901896356,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e3a94c3ffbfa97ee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e3a94c3ffbfa97ee","status":"passed","time":{"start":1729034432447,"stop":1729034432448,"duration":1}},{"uid":"646767bafffa68cd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/646767bafffa68cd","status":"passed","time":{"start":1729034119300,"stop":1729034119303,"duration":3}},{"uid":"95afe24dcb969841","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/95afe24dcb969841","status":"passed","time":{"start":1729033933478,"stop":1729033933479,"duration":1}},{"uid":"4df096609dd5a789","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4df096609dd5a789","status":"passed","time":{"start":1729031982912,"stop":1729031982912,"duration":0}},{"uid":"7d2b3fc41bafac82","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7d2b3fc41bafac82","status":"passed","time":{"start":1728901527853,"stop":1728901527854,"duration":1}},{"uid":"f51553de282b4c23","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f51553de282b4c23","status":"passed","time":{"start":1728892960138,"stop":1728892960139,"duration":1}},{"uid":"ceeae088b140b23e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ceeae088b140b23e","status":"passed","time":{"start":1728855921713,"stop":1728855921714,"duration":1}},{"uid":"acf6c4a93bcd5e02","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/acf6c4a93bcd5e02","status":"passed","time":{"start":1728738138431,"stop":1728738138431,"duration":0}},{"uid":"99d45a0d1352be0a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99d45a0d1352be0a","status":"passed","time":{"start":1728682672251,"stop":1728682672251,"duration":0}},{"uid":"13c0a95c5e7e8fcd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/13c0a95c5e7e8fcd","status":"passed","time":{"start":1728682245073,"stop":1728682245073,"duration":0}},{"uid":"ca8e9947986e41c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ca8e9947986e41c","status":"passed","time":{"start":1728676721298,"stop":1728676721298,"duration":0}},{"uid":"924b6c7895e63507","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/924b6c7895e63507","status":"passed","time":{"start":1728669444559,"stop":1728669444560,"duration":1}},{"uid":"7acb26d0576af66","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7acb26d0576af66","status":"passed","time":{"start":1728597784072,"stop":1728597784072,"duration":0}},{"uid":"4c6d71cd3ee6851b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4c6d71cd3ee6851b","status":"passed","time":{"start":1728597001546,"stop":1728597001547,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2931aeba593f5cd6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2931aeba593f5cd6","status":"passed","time":{"start":1729034704496,"stop":1729034704496,"duration":0}},{"uid":"2e2219ef68b9217d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2e2219ef68b9217d","status":"passed","time":{"start":1729034474989,"stop":1729034474989,"duration":0}},{"uid":"213b63e670b1c7e0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/213b63e670b1c7e0","status":"passed","time":{"start":1729034395292,"stop":1729034395292,"duration":0}},{"uid":"7371c3eb09a213c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7371c3eb09a213c2","status":"passed","time":{"start":1729034209102,"stop":1729034209102,"duration":0}},{"uid":"82bc140a9beafcf2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/82bc140a9beafcf2","status":"passed","time":{"start":1729032264569,"stop":1729032264570,"duration":1}},{"uid":"c5b6a087f9181690","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c5b6a087f9181690","status":"passed","time":{"start":1728902012859,"stop":1728902012859,"duration":0}},{"uid":"a58c59d246f9b6bb","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a58c59d246f9b6bb","status":"passed","time":{"start":1728893454812,"stop":1728893454813,"duration":1}},{"uid":"f29a5c456845fe6c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f29a5c456845fe6c","status":"passed","time":{"start":1728856408453,"stop":1728856408454,"duration":1}},{"uid":"fcb4bd9533b3f709","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/fcb4bd9533b3f709","status":"passed","time":{"start":1728738633856,"stop":1728738633856,"duration":0}},{"uid":"eeb6134da4ce4a33","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eeb6134da4ce4a33","status":"passed","time":{"start":1728683159766,"stop":1728683159766,"duration":0}},{"uid":"7b0c1e1556c52e48","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b0c1e1556c52e48","status":"passed","time":{"start":1728682751331,"stop":1728682751331,"duration":0}},{"uid":"a8000299d19e465a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a8000299d19e465a","status":"passed","time":{"start":1728677216360,"stop":1728677216361,"duration":1}},{"uid":"24397b71b60a5505","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/24397b71b60a5505","status":"passed","time":{"start":1728669925455,"stop":1728669925455,"duration":0}},{"uid":"4bddb24864884df6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4bddb24864884df6","status":"passed","time":{"start":1728598268807,"stop":1728598268807,"duration":0}},{"uid":"42a4bdebc0ff537f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/42a4bdebc0ff537f","status":"passed","time":{"start":1728597503923,"stop":1728597503924,"duration":1}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"aaa4ab77003c7b23","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aaa4ab77003c7b23","status":"passed","time":{"start":1729034447632,"stop":1729034447635,"duration":3}},{"uid":"75d0dbb9fdea1ad0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/75d0dbb9fdea1ad0","status":"passed","time":{"start":1729034206090,"stop":1729034206090,"duration":0}},{"uid":"80df3d081426acbd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/80df3d081426acbd","status":"passed","time":{"start":1729034134202,"stop":1729034134202,"duration":0}},{"uid":"ae1109288cbfb932","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ae1109288cbfb932","status":"passed","time":{"start":1729033942636,"stop":1729033942636,"duration":0}},{"uid":"9d5e55949e33a154","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9d5e55949e33a154","status":"passed","time":{"start":1729031989722,"stop":1729031989722,"duration":0}},{"uid":"f9e7ef97096ebcb4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f9e7ef97096ebcb4","status":"passed","time":{"start":1728901562096,"stop":1728901562099,"duration":3}},{"uid":"70e57ce07236b0a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/70e57ce07236b0a","status":"passed","time":{"start":1728893001484,"stop":1728893001484,"duration":0}},{"uid":"8b57892854ebd514","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8b57892854ebd514","status":"passed","time":{"start":1728855968873,"stop":1728855968873,"duration":0}},{"uid":"4c0e039036257f07","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4c0e039036257f07","status":"passed","time":{"start":1728738172969,"stop":1728738172970,"duration":1}},{"uid":"773a9e5254dcfd3c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/773a9e5254dcfd3c","status":"passed","time":{"start":1728682706942,"stop":1728682706942,"duration":0}},{"uid":"868e2cbdb3f4c668","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/868e2cbdb3f4c668","status":"passed","time":{"start":1728682296863,"stop":1728682296863,"duration":0}},{"uid":"8b59ccb8cf05400b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8b59ccb8cf05400b","status":"passed","time":{"start":1728676761497,"stop":1728676761498,"duration":1}},{"uid":"5bd3eb74c789098f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5bd3eb74c789098f","status":"passed","time":{"start":1728669479029,"stop":1728669479030,"duration":1}},{"uid":"eda84dd939dbe8f8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/eda84dd939dbe8f8","status":"passed","time":{"start":1728597820129,"stop":1728597820130,"duration":1}},{"uid":"bd2abfa9e79453bd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bd2abfa9e79453bd","status":"passed","time":{"start":1728597034504,"stop":1728597034504,"duration":0}}]},"08450b21419bdd5d996ab3d1852747b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3dcab7782d68b1d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b3dcab7782d68b1d","status":"passed","time":{"start":1728682666064,"stop":1728682666064,"duration":0}}]},"6e2da1c87898957517cca942034cd353:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9558ba8fa43b709b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9558ba8fa43b709b","status":"passed","time":{"start":1728856355683,"stop":1728856355684,"duration":1}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4bf75811c139f700","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4bf75811c139f700","status":"passed","time":{"start":1729034472947,"stop":1729034472948,"duration":1}},{"uid":"a801c9c7173402","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a801c9c7173402","status":"passed","time":{"start":1729034240912,"stop":1729034240913,"duration":1}},{"uid":"18e335cc5dbdfa22","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/18e335cc5dbdfa22","status":"passed","time":{"start":1729034159612,"stop":1729034159612,"duration":0}},{"uid":"67a00a433bf9bb05","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/67a00a433bf9bb05","status":"passed","time":{"start":1729033976790,"stop":1729033976790,"duration":0}},{"uid":"6041529316ae313f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6041529316ae313f","status":"passed","time":{"start":1729032020511,"stop":1729032020511,"duration":0}},{"uid":"7473e01914485ad1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7473e01914485ad1","status":"passed","time":{"start":1728901616427,"stop":1728901616427,"duration":0}},{"uid":"4a12e5b036deac8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a12e5b036deac8","status":"passed","time":{"start":1728893050242,"stop":1728893050242,"duration":0}},{"uid":"d7df193759b197cd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d7df193759b197cd","status":"passed","time":{"start":1728856015169,"stop":1728856015169,"duration":0}},{"uid":"13c2584c7e44537e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/13c2584c7e44537e","status":"passed","time":{"start":1728738233134,"stop":1728738233134,"duration":0}},{"uid":"a285f85c0213640","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a285f85c0213640","status":"passed","time":{"start":1728682762468,"stop":1728682762468,"duration":0}},{"uid":"1aead55d775e140d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1aead55d775e140d","status":"passed","time":{"start":1728682332783,"stop":1728682332784,"duration":1}},{"uid":"a474a99bbcdd6a67","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a474a99bbcdd6a67","status":"passed","time":{"start":1728676810288,"stop":1728676810288,"duration":0}},{"uid":"d9aa5f532edb64c7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d9aa5f532edb64c7","status":"passed","time":{"start":1728669529891,"stop":1728669529891,"duration":0}},{"uid":"8961c90299d574c8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8961c90299d574c8","status":"passed","time":{"start":1728597873531,"stop":1728597873531,"duration":0}},{"uid":"de6b65457c36db67","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/de6b65457c36db67","status":"passed","time":{"start":1728597089271,"stop":1728597089271,"duration":0}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"826d8277c46e534","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/826d8277c46e534","status":"passed","time":{"start":1729034703310,"stop":1729034703310,"duration":0}},{"uid":"bc686bed2dc83f37","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bc686bed2dc83f37","status":"passed","time":{"start":1729034475271,"stop":1729034475271,"duration":0}},{"uid":"fa868dff1d991ec5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fa868dff1d991ec5","status":"passed","time":{"start":1729034392402,"stop":1729034392402,"duration":0}},{"uid":"c3b7cc5690108cfa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c3b7cc5690108cfa","status":"passed","time":{"start":1729034208294,"stop":1729034208294,"duration":0}},{"uid":"431c2afb1432898b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/431c2afb1432898b","status":"passed","time":{"start":1729032257065,"stop":1729032257066,"duration":1}},{"uid":"d86ed6aaeac60655","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d86ed6aaeac60655","status":"passed","time":{"start":1728902024012,"stop":1728902024012,"duration":0}},{"uid":"29137b6b1438c47","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/29137b6b1438c47","status":"passed","time":{"start":1728893455129,"stop":1728893455129,"duration":0}},{"uid":"47c63197939d21d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/47c63197939d21d","status":"passed","time":{"start":1728856404961,"stop":1728856404962,"duration":1}},{"uid":"be6cd5e5e24133af","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/be6cd5e5e24133af","status":"passed","time":{"start":1728738634667,"stop":1728738634668,"duration":1}},{"uid":"c5ebf8887a7a6ca1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c5ebf8887a7a6ca1","status":"passed","time":{"start":1728683163619,"stop":1728683163620,"duration":1}},{"uid":"59f6922047031d36","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59f6922047031d36","status":"passed","time":{"start":1728682737540,"stop":1728682737540,"duration":0}},{"uid":"f669bbed5afc5bc7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f669bbed5afc5bc7","status":"passed","time":{"start":1728677222566,"stop":1728677222567,"duration":1}},{"uid":"ce90fdfdb904c9d0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ce90fdfdb904c9d0","status":"passed","time":{"start":1728669905030,"stop":1728669905031,"duration":1}},{"uid":"2e8435592b2f4541","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e8435592b2f4541","status":"passed","time":{"start":1728598284365,"stop":1728598284365,"duration":0}},{"uid":"9c91f47425d910c0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c91f47425d910c0","status":"passed","time":{"start":1728597506830,"stop":1728597506830,"duration":0}}]},"df63d7d95a78e82174f5c03c77a045de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"638f5f4b926daeae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/638f5f4b926daeae","status":"passed","time":{"start":1729034617769,"stop":1729034617771,"duration":2}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fd6ea38db17cbcf1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fd6ea38db17cbcf1","status":"passed","time":{"start":1729034630105,"stop":1729034630106,"duration":1}},{"uid":"31604597e592a47","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/31604597e592a47","status":"passed","time":{"start":1729034390823,"stop":1729034390824,"duration":1}},{"uid":"d4b16ec71bf2caa3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d4b16ec71bf2caa3","status":"passed","time":{"start":1729034323925,"stop":1729034323927,"duration":2}},{"uid":"8fada7215763a50","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8fada7215763a50","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0}},{"uid":"818f3fb430e433ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/818f3fb430e433ef","status":"passed","time":{"start":1729032192393,"stop":1729032192393,"duration":0}},{"uid":"65dda77fd5773f84","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/65dda77fd5773f84","status":"passed","time":{"start":1728901896709,"stop":1728901896709,"duration":0}},{"uid":"acc48964b93b3ad1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/acc48964b93b3ad1","status":"passed","time":{"start":1728893334448,"stop":1728893334448,"duration":0}},{"uid":"7988f890569711b1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7988f890569711b1","status":"passed","time":{"start":1728856285987,"stop":1728856285988,"duration":1}},{"uid":"c45d67dda6fae58","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c45d67dda6fae58","status":"passed","time":{"start":1728738508179,"stop":1728738508179,"duration":0}},{"uid":"48ca19b196415ee0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/48ca19b196415ee0","status":"passed","time":{"start":1728683055335,"stop":1728683055336,"duration":1}},{"uid":"2b57adc46bc60552","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2b57adc46bc60552","status":"passed","time":{"start":1728682604663,"stop":1728682604663,"duration":0}},{"uid":"adf421c2796c559e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/adf421c2796c559e","status":"passed","time":{"start":1728677105012,"stop":1728677105012,"duration":0}},{"uid":"9f413f6c8e5ad560","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9f413f6c8e5ad560","status":"passed","time":{"start":1728669780768,"stop":1728669780768,"duration":0}},{"uid":"ffd5b4d9a846a751","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ffd5b4d9a846a751","status":"passed","time":{"start":1728598159631,"stop":1728598159632,"duration":1}},{"uid":"ec16383b62412ec5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ec16383b62412ec5","status":"passed","time":{"start":1728597371100,"stop":1728597371101,"duration":1}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"91c28b51cd9940af","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/91c28b51cd9940af","status":"passed","time":{"start":1729034611680,"stop":1729034611680,"duration":0}},{"uid":"d90ab4df52fd108","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d90ab4df52fd108","status":"passed","time":{"start":1729034393656,"stop":1729034393656,"duration":0}},{"uid":"12961511af3de5da","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/12961511af3de5da","status":"passed","time":{"start":1729034304854,"stop":1729034304854,"duration":0}},{"uid":"2933df868be9a063","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2933df868be9a063","status":"passed","time":{"start":1729034121940,"stop":1729034121940,"duration":0}},{"uid":"2be2174a5a8ea7c9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2be2174a5a8ea7c9","status":"passed","time":{"start":1729032174916,"stop":1729032174917,"duration":1}},{"uid":"fee7b5bafc715a77","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fee7b5bafc715a77","status":"passed","time":{"start":1728901881023,"stop":1728901881024,"duration":1}},{"uid":"aacb1848f65c57d3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/aacb1848f65c57d3","status":"passed","time":{"start":1728893317178,"stop":1728893317179,"duration":1}},{"uid":"75df68cb40e16f2c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/75df68cb40e16f2c","status":"passed","time":{"start":1728856263109,"stop":1728856263110,"duration":1}},{"uid":"e5ec65177d43b7d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e5ec65177d43b7d","status":"passed","time":{"start":1728738492803,"stop":1728738492803,"duration":0}},{"uid":"3ac20464f2a9721e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3ac20464f2a9721e","status":"passed","time":{"start":1728683030027,"stop":1728683030027,"duration":0}},{"uid":"61a1038be6553a93","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/61a1038be6553a93","status":"passed","time":{"start":1728682581112,"stop":1728682581112,"duration":0}},{"uid":"abf321462e80c9f4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/abf321462e80c9f4","status":"passed","time":{"start":1728677082006,"stop":1728677082007,"duration":1}},{"uid":"30dea65f6509c4d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/30dea65f6509c4d9","status":"passed","time":{"start":1728669795404,"stop":1728669795404,"duration":0}},{"uid":"32bf20b1ab239e64","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/32bf20b1ab239e64","status":"passed","time":{"start":1728598137507,"stop":1728598137508,"duration":1}},{"uid":"38f85e729f93f4e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/38f85e729f93f4e","status":"passed","time":{"start":1728597353485,"stop":1728597353485,"duration":0}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"587ce724ed479e0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/587ce724ed479e0","status":"passed","time":{"start":1729034356195,"stop":1729034356195,"duration":0}},{"uid":"25b872820ffa35a4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/25b872820ffa35a4","status":"passed","time":{"start":1729034120193,"stop":1729034120195,"duration":2}},{"uid":"ac3f89cfe7b66928","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ac3f89cfe7b66928","status":"passed","time":{"start":1729034043327,"stop":1729034043327,"duration":0}},{"uid":"8453cc9db3e58bf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8453cc9db3e58bf","status":"passed","time":{"start":1729033858030,"stop":1729033858031,"duration":1}},{"uid":"497e5f4669f1bfde","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/497e5f4669f1bfde","status":"passed","time":{"start":1729031908099,"stop":1729031908099,"duration":0}},{"uid":"d85a8b8fd6864c3f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d85a8b8fd6864c3f","status":"passed","time":{"start":1728901453393,"stop":1728901453393,"duration":0}},{"uid":"8a07e26caf7a8bee","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8a07e26caf7a8bee","status":"passed","time":{"start":1728892884023,"stop":1728892884023,"duration":0}},{"uid":"8055ec2c6ff19640","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8055ec2c6ff19640","status":"passed","time":{"start":1728855846492,"stop":1728855846493,"duration":1}},{"uid":"e36cd8225234960a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e36cd8225234960a","status":"passed","time":{"start":1728738063722,"stop":1728738063722,"duration":0}},{"uid":"373307b3186282a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/373307b3186282a8","status":"passed","time":{"start":1728682597443,"stop":1728682597444,"duration":1}},{"uid":"df4d6649e093838d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/df4d6649e093838d","status":"passed","time":{"start":1728682170236,"stop":1728682170236,"duration":0}},{"uid":"ecf8b846bf00b42d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ecf8b846bf00b42d","status":"passed","time":{"start":1728676645010,"stop":1728676645010,"duration":0}},{"uid":"235d0f19afe573a9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/235d0f19afe573a9","status":"passed","time":{"start":1728669367791,"stop":1728669367791,"duration":0}},{"uid":"5efc71d0fab075db","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5efc71d0fab075db","status":"passed","time":{"start":1728597708643,"stop":1728597708643,"duration":0}},{"uid":"31049b047c07f0d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/31049b047c07f0d1","status":"passed","time":{"start":1728596927931,"stop":1728596927931,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ad96767a12c5b704","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ad96767a12c5b704","status":"passed","time":{"start":1729034472976,"stop":1729034472976,"duration":0}},{"uid":"365bcb6ab02283c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/365bcb6ab02283c","status":"passed","time":{"start":1729034240920,"stop":1729034240920,"duration":0}},{"uid":"907cdd00e45e3faf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/907cdd00e45e3faf","status":"passed","time":{"start":1729034159617,"stop":1729034159617,"duration":0}},{"uid":"41eaf3b4778cc208","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/41eaf3b4778cc208","status":"passed","time":{"start":1729033976801,"stop":1729033976802,"duration":1}},{"uid":"a80313e96b7dce6c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a80313e96b7dce6c","status":"passed","time":{"start":1729032020524,"stop":1729032020525,"duration":1}},{"uid":"22c41f03d95b4308","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/22c41f03d95b4308","status":"passed","time":{"start":1728901616436,"stop":1728901616436,"duration":0}},{"uid":"e1279f59f5d8d30f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e1279f59f5d8d30f","status":"passed","time":{"start":1728893050246,"stop":1728893050247,"duration":1}},{"uid":"8ff75cd3df765052","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8ff75cd3df765052","status":"passed","time":{"start":1728856015173,"stop":1728856015173,"duration":0}},{"uid":"784eb7d8ee9e5d70","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/784eb7d8ee9e5d70","status":"passed","time":{"start":1728738233142,"stop":1728738233142,"duration":0}},{"uid":"3d3f22e446189238","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3d3f22e446189238","status":"passed","time":{"start":1728682762474,"stop":1728682762474,"duration":0}},{"uid":"da23ad65200ba466","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/da23ad65200ba466","status":"passed","time":{"start":1728682332788,"stop":1728682332788,"duration":0}},{"uid":"7d241b9fd603afe4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7d241b9fd603afe4","status":"passed","time":{"start":1728676810293,"stop":1728676810293,"duration":0}},{"uid":"4243ae39dae390e4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4243ae39dae390e4","status":"passed","time":{"start":1728669529900,"stop":1728669529901,"duration":1}},{"uid":"daa2a0e479a108a3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/daa2a0e479a108a3","status":"passed","time":{"start":1728597873536,"stop":1728597873536,"duration":0}},{"uid":"dea260852efbf464","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/dea260852efbf464","status":"passed","time":{"start":1728597089275,"stop":1728597089275,"duration":0}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2e226b76e30a2996","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2e226b76e30a2996","status":"passed","time":{"start":1729034472987,"stop":1729034472987,"duration":0}},{"uid":"a3a78392d1c1be9d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a3a78392d1c1be9d","status":"passed","time":{"start":1729034240931,"stop":1729034240931,"duration":0}},{"uid":"f1518497cb0686b5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f1518497cb0686b5","status":"passed","time":{"start":1729034159624,"stop":1729034159625,"duration":1}},{"uid":"7bf7260e1f5c7531","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7bf7260e1f5c7531","status":"passed","time":{"start":1729033976807,"stop":1729033976807,"duration":0}},{"uid":"69c988d6cf04d947","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/69c988d6cf04d947","status":"passed","time":{"start":1729032020531,"stop":1729032020531,"duration":0}},{"uid":"310ddab760e81b07","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/310ddab760e81b07","status":"passed","time":{"start":1728901616474,"stop":1728901616474,"duration":0}},{"uid":"669be4347546f122","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/669be4347546f122","status":"passed","time":{"start":1728893050251,"stop":1728893050251,"duration":0}},{"uid":"2d91829f15095950","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2d91829f15095950","status":"passed","time":{"start":1728856015181,"stop":1728856015181,"duration":0}},{"uid":"35937545072400d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/35937545072400d","status":"passed","time":{"start":1728738233149,"stop":1728738233163,"duration":14}},{"uid":"f838bb1e23e3868b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f838bb1e23e3868b","status":"passed","time":{"start":1728682762478,"stop":1728682762478,"duration":0}},{"uid":"b2b6969dc81165c9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b2b6969dc81165c9","status":"passed","time":{"start":1728682332792,"stop":1728682332793,"duration":1}},{"uid":"25dccf868684489b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/25dccf868684489b","status":"passed","time":{"start":1728676810303,"stop":1728676810304,"duration":1}},{"uid":"455450b0a458b405","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/455450b0a458b405","status":"passed","time":{"start":1728669529906,"stop":1728669529907,"duration":1}},{"uid":"e942f75b5c344aa6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e942f75b5c344aa6","status":"passed","time":{"start":1728597873542,"stop":1728597873542,"duration":0}},{"uid":"ba629bc2d0ca1b3a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ba629bc2d0ca1b3a","status":"passed","time":{"start":1728597089279,"stop":1728597089280,"duration":1}}]},"a82bc79e71a584be171132d8259ee831:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9c6ab17937e8915","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9c6ab17937e8915","status":"passed","time":{"start":1729034177533,"stop":1729034177534,"duration":1}}]},"647d330d5e650c720d964645b8ea7493:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af10cdd94e9c54e3","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/af10cdd94e9c54e3","status":"passed","time":{"start":1728669841247,"stop":1728669841248,"duration":1}}]},"21fcd97be16b00f5f4bf07412f8884fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12c54e6d358b188d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12c54e6d358b188d","status":"passed","time":{"start":1728901896355,"stop":1728901896355,"duration":0}}]},"74ff92cf3641db5252b18dcc6a1a5c38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b4c008e098cc026","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6b4c008e098cc026","status":"passed","time":{"start":1729034428552,"stop":1729034428553,"duration":1}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d7c538fa5a9917e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d7c538fa5a9917e5","status":"passed","time":{"start":1729034558117,"stop":1729034558118,"duration":1}},{"uid":"9fd0b95e720a4cec","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9fd0b95e720a4cec","status":"passed","time":{"start":1729034245512,"stop":1729034245513,"duration":1}},{"uid":"f52b666df9f7c3c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f52b666df9f7c3c8","status":"passed","time":{"start":1729034063485,"stop":1729034063486,"duration":1}},{"uid":"383dc5af8f4235dc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/383dc5af8f4235dc","status":"passed","time":{"start":1729032122634,"stop":1729032122635,"duration":1}},{"uid":"bd3a5c58d9a2bbf5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bd3a5c58d9a2bbf5","status":"passed","time":{"start":1728901785626,"stop":1728901785627,"duration":1}},{"uid":"18baa5f22dc82736","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/18baa5f22dc82736","status":"passed","time":{"start":1728893218773,"stop":1728893218773,"duration":0}},{"uid":"eea0ab200fa958c0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/eea0ab200fa958c0","status":"passed","time":{"start":1728856192659,"stop":1728856192659,"duration":0}},{"uid":"15a69bb6a8931c8d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15a69bb6a8931c8d","status":"passed","time":{"start":1728738398086,"stop":1728738398086,"duration":0}},{"uid":"75df328540dd78b7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75df328540dd78b7","status":"passed","time":{"start":1728682944500,"stop":1728682944500,"duration":0}},{"uid":"129ac1a47a77e514","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/129ac1a47a77e514","status":"passed","time":{"start":1728682507860,"stop":1728682507861,"duration":1}},{"uid":"748fed851b815ed7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/748fed851b815ed7","status":"passed","time":{"start":1728676995524,"stop":1728676995527,"duration":3}},{"uid":"ec212044b9cdc44a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ec212044b9cdc44a","status":"passed","time":{"start":1728669665534,"stop":1728669665535,"duration":1}},{"uid":"800657ea5ffff144","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/800657ea5ffff144","status":"passed","time":{"start":1728598056479,"stop":1728598056479,"duration":0}},{"uid":"b7bc767c7872b5da","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b7bc767c7872b5da","status":"passed","time":{"start":1728597264028,"stop":1728597264028,"duration":0}}]},"4a03bdc53a51139a736e767b075afea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64c2e2c423deace","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/64c2e2c423deace","status":"passed","time":{"start":1729032235306,"stop":1729032235306,"duration":0}}]},"f96cedf580dd94f62c8d95ab6b56a413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60dc0c504e8bc55d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/60dc0c504e8bc55d","status":"passed","time":{"start":1729032228809,"stop":1729032228810,"duration":1}}]},"09772909057603c14b3253c7b8fcc1bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"adfd54d4af022a21","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/adfd54d4af022a21","status":"passed","time":{"start":1729034332648,"stop":1729034332648,"duration":0}},{"uid":"962a5a5bc9a7dfad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/962a5a5bc9a7dfad","status":"passed","time":{"start":1729034096144,"stop":1729034096145,"duration":1}},{"uid":"31fd88a7b2ede57e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/31fd88a7b2ede57e","status":"passed","time":{"start":1729034020101,"stop":1729034020101,"duration":0}},{"uid":"898a622a5d8716b0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/898a622a5d8716b0","status":"passed","time":{"start":1729033834398,"stop":1729033834399,"duration":1}},{"uid":"7a613170b5a732f6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a613170b5a732f6","status":"passed","time":{"start":1729031884131,"stop":1729031884131,"duration":0}},{"uid":"e26f5b0862d8ddc8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e26f5b0862d8ddc8","status":"passed","time":{"start":1728901430264,"stop":1728901430265,"duration":1}},{"uid":"23e7cfc05b6707a8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/23e7cfc05b6707a8","status":"passed","time":{"start":1728892860543,"stop":1728892860543,"duration":0}},{"uid":"23340c4c6ddc34f7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/23340c4c6ddc34f7","status":"passed","time":{"start":1728855823332,"stop":1728855823333,"duration":1}},{"uid":"23c6b172a2e49627","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/23c6b172a2e49627","status":"passed","time":{"start":1728738040613,"stop":1728738040614,"duration":1}},{"uid":"b833ea2856645d36","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b833ea2856645d36","status":"passed","time":{"start":1728682574106,"stop":1728682574106,"duration":0}},{"uid":"e59c7bc12c907473","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e59c7bc12c907473","status":"passed","time":{"start":1728682146829,"stop":1728682146829,"duration":0}},{"uid":"94df0d7a7a376ad5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/94df0d7a7a376ad5","status":"passed","time":{"start":1728676621443,"stop":1728676621443,"duration":0}},{"uid":"19a7a04c98c0036f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/19a7a04c98c0036f","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"daaa0d31d103e32d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/daaa0d31d103e32d","status":"passed","time":{"start":1728597685173,"stop":1728597685174,"duration":1}},{"uid":"8e3def05e9a43eff","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e3def05e9a43eff","status":"passed","time":{"start":1728596904483,"stop":1728596904483,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3176cea69f1a259c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3176cea69f1a259c","status":"passed","time":{"start":1729034617761,"stop":1729034617762,"duration":1}},{"uid":"62f5e6c521908765","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/62f5e6c521908765","status":"passed","time":{"start":1729034370871,"stop":1729034370871,"duration":0}},{"uid":"4c367810982a31d2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4c367810982a31d2","status":"passed","time":{"start":1729034308878,"stop":1729034308878,"duration":0}},{"uid":"ec2d30b2aedc711c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ec2d30b2aedc711c","status":"passed","time":{"start":1729034129475,"stop":1729034129475,"duration":0}},{"uid":"214e8f30dae30e2b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/214e8f30dae30e2b","status":"passed","time":{"start":1729032178369,"stop":1729032178369,"duration":0}},{"uid":"8bd75d919fb0e77c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8bd75d919fb0e77c","status":"passed","time":{"start":1728901896349,"stop":1728901896349,"duration":0}},{"uid":"87c13ca32bd3a34d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/87c13ca32bd3a34d","status":"passed","time":{"start":1728893329026,"stop":1728893329027,"duration":1}},{"uid":"e915845bb9415261","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e915845bb9415261","status":"passed","time":{"start":1728856284766,"stop":1728856284766,"duration":0}},{"uid":"1eb8b56a7bc25801","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1eb8b56a7bc25801","status":"passed","time":{"start":1728738494942,"stop":1728738494942,"duration":0}},{"uid":"32f5e7fc1a504608","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/32f5e7fc1a504608","status":"passed","time":{"start":1728683033633,"stop":1728683033633,"duration":0}},{"uid":"de44576c82ed19d6","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/de44576c82ed19d6","status":"passed","time":{"start":1728682601738,"stop":1728682601738,"duration":0}},{"uid":"1a2f3a3dfc7d3de","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1a2f3a3dfc7d3de","status":"passed","time":{"start":1728677107963,"stop":1728677107963,"duration":0}},{"uid":"bd617a037a0ce67b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bd617a037a0ce67b","status":"passed","time":{"start":1728669764752,"stop":1728669764753,"duration":1}},{"uid":"f215a3e62a01b0b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f215a3e62a01b0b","status":"passed","time":{"start":1728598157564,"stop":1728598157564,"duration":0}},{"uid":"902e974d40473359","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/902e974d40473359","status":"passed","time":{"start":1728597369074,"stop":1728597369074,"duration":0}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"98723c358262385a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/98723c358262385a","status":"passed","time":{"start":1729034708553,"stop":1729034708553,"duration":0}},{"uid":"c5ba07588b0eb224","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c5ba07588b0eb224","status":"passed","time":{"start":1729034480298,"stop":1729034480299,"duration":1}},{"uid":"245278d40f714e56","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/245278d40f714e56","status":"passed","time":{"start":1729034396760,"stop":1729034396760,"duration":0}},{"uid":"f9c23214af44f638","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f9c23214af44f638","status":"passed","time":{"start":1729032277693,"stop":1729032277693,"duration":0}},{"uid":"72feeb58227f8710","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/72feeb58227f8710","status":"passed","time":{"start":1728902034225,"stop":1728902034225,"duration":0}},{"uid":"b2ada03e6d3f3f31","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b2ada03e6d3f3f31","status":"passed","time":{"start":1728893469058,"stop":1728893469058,"duration":0}},{"uid":"f57c929b6ee29854","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f57c929b6ee29854","status":"passed","time":{"start":1728856416488,"stop":1728856416489,"duration":1}},{"uid":"abcc946cc98428b6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/abcc946cc98428b6","status":"passed","time":{"start":1728738643171,"stop":1728738643171,"duration":0}},{"uid":"9def5597dc15f1c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9def5597dc15f1c","status":"passed","time":{"start":1728683174247,"stop":1728683174248,"duration":1}},{"uid":"698f463b08d46461","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/698f463b08d46461","status":"passed","time":{"start":1728682757802,"stop":1728682757802,"duration":0}},{"uid":"769957cd21dee5a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/769957cd21dee5a1","status":"passed","time":{"start":1728677231126,"stop":1728677231126,"duration":0}},{"uid":"ca79c99093f92f0d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ca79c99093f92f0d","status":"passed","time":{"start":1728669920238,"stop":1728669920238,"duration":0}},{"uid":"77e585a005e147b4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/77e585a005e147b4","status":"passed","time":{"start":1728598298889,"stop":1728598298889,"duration":0}},{"uid":"23952d1c9c263cab","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/23952d1c9c263cab","status":"passed","time":{"start":1728597513735,"stop":1728597513735,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"65fc408483854dc8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/65fc408483854dc8","status":"passed","time":{"start":1729034472988,"stop":1729034472988,"duration":0}},{"uid":"db78e6d920137e3e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/db78e6d920137e3e","status":"passed","time":{"start":1729034240934,"stop":1729034240934,"duration":0}},{"uid":"f871f4a54c1f11ce","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f871f4a54c1f11ce","status":"passed","time":{"start":1729034159627,"stop":1729034159627,"duration":0}},{"uid":"3a915424f754fe8c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3a915424f754fe8c","status":"passed","time":{"start":1729033976811,"stop":1729033976811,"duration":0}},{"uid":"6a5d4df413efc00e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6a5d4df413efc00e","status":"passed","time":{"start":1729032020532,"stop":1729032020532,"duration":0}},{"uid":"b435a96d372a4b4e","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b435a96d372a4b4e","status":"passed","time":{"start":1728901616475,"stop":1728901616475,"duration":0}},{"uid":"15a45e89c2e31859","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15a45e89c2e31859","status":"passed","time":{"start":1728893050252,"stop":1728893050252,"duration":0}},{"uid":"b4f5a4d55c472051","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b4f5a4d55c472051","status":"passed","time":{"start":1728856015182,"stop":1728856015182,"duration":0}},{"uid":"c0c7a158f3c81930","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0c7a158f3c81930","status":"passed","time":{"start":1728738233173,"stop":1728738233174,"duration":1}},{"uid":"9336206b9e033b2a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9336206b9e033b2a","status":"passed","time":{"start":1728682762479,"stop":1728682762480,"duration":1}},{"uid":"86c2cb790e01f581","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/86c2cb790e01f581","status":"passed","time":{"start":1728682332795,"stop":1728682332796,"duration":1}},{"uid":"f6746ed6b6c6cdf0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f6746ed6b6c6cdf0","status":"passed","time":{"start":1728676810304,"stop":1728676810305,"duration":1}},{"uid":"cdd18df5ca1e1bbc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cdd18df5ca1e1bbc","status":"passed","time":{"start":1728669529907,"stop":1728669529907,"duration":0}},{"uid":"b6e1dee12981d7ea","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b6e1dee12981d7ea","status":"passed","time":{"start":1728597873544,"stop":1728597873544,"duration":0}},{"uid":"34610c8d7ee4ad26","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/34610c8d7ee4ad26","status":"passed","time":{"start":1728597089284,"stop":1728597089285,"duration":1}}]},"a28c8e91246c8673c8807fc40aa2dd73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c27a644ada82126","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c27a644ada82126","status":"passed","time":{"start":1729034144767,"stop":1729034144768,"duration":1}}]},"acf9fa0f6a45da3a26c7808cd79b7c15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6889adde5cb4566c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6889adde5cb4566c","status":"passed","time":{"start":1729034443505,"stop":1729034443506,"duration":1}}]},"abb23ef066f485029fe8cfefea933dd2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5fbb960140ac5edb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5fbb960140ac5edb","status":"passed","time":{"start":1728683030016,"stop":1728683030016,"duration":0}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ba64f8b4c0861758","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ba64f8b4c0861758","status":"passed","time":{"start":1729034640525,"stop":1729034640525,"duration":0}},{"uid":"a30ad377a5ad4225","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a30ad377a5ad4225","status":"passed","time":{"start":1729034411424,"stop":1729034411425,"duration":1}},{"uid":"1b16f297cc7c1998","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1b16f297cc7c1998","status":"passed","time":{"start":1729034327407,"stop":1729034327408,"duration":1}},{"uid":"c06c95c6a26cf61c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c06c95c6a26cf61c","status":"passed","time":{"start":1729034147780,"stop":1729034147780,"duration":0}},{"uid":"c5f41ccff2d1287d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c5f41ccff2d1287d","status":"passed","time":{"start":1729032204829,"stop":1729032204829,"duration":0}},{"uid":"f02aae46bc32cc02","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f02aae46bc32cc02","status":"passed","time":{"start":1728901907713,"stop":1728901907713,"duration":0}},{"uid":"987ff03da6bfe630","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/987ff03da6bfe630","status":"passed","time":{"start":1728893341889,"stop":1728893341890,"duration":1}},{"uid":"a5a8143971a613af","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a5a8143971a613af","status":"passed","time":{"start":1728856299382,"stop":1728856299382,"duration":0}},{"uid":"49a9fda1ee77ecbb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/49a9fda1ee77ecbb","status":"passed","time":{"start":1728738511619,"stop":1728738511619,"duration":0}},{"uid":"9424cf23e8a79db9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9424cf23e8a79db9","status":"passed","time":{"start":1728683052912,"stop":1728683052913,"duration":1}},{"uid":"b111d0bacd7113e4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b111d0bacd7113e4","status":"passed","time":{"start":1728682612912,"stop":1728682612912,"duration":0}},{"uid":"ae589305e87ad58d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ae589305e87ad58d","status":"passed","time":{"start":1728677115747,"stop":1728677115748,"duration":1}},{"uid":"d54410a229011751","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d54410a229011751","status":"passed","time":{"start":1728669778176,"stop":1728669778176,"duration":0}},{"uid":"1a8a04fdee5f5bf8","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1a8a04fdee5f5bf8","status":"passed","time":{"start":1728598175434,"stop":1728598175434,"duration":0}},{"uid":"e5d086b6c1cfeaa2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e5d086b6c1cfeaa2","status":"passed","time":{"start":1728597380064,"stop":1728597380064,"duration":0}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"23bddc7f47bba6bb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/23bddc7f47bba6bb","status":"passed","time":{"start":1729034536790,"stop":1729034536793,"duration":3}},{"uid":"34443d1b8e3921bc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/34443d1b8e3921bc","status":"passed","time":{"start":1729034307034,"stop":1729034307035,"duration":1}},{"uid":"5bcf2038d7426cc0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5bcf2038d7426cc0","status":"passed","time":{"start":1729034223311,"stop":1729034223312,"duration":1}},{"uid":"915c1756a568e32a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/915c1756a568e32a","status":"passed","time":{"start":1729034034986,"stop":1729034034987,"duration":1}},{"uid":"c01858724309048","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c01858724309048","status":"passed","time":{"start":1729032066306,"stop":1729032066310,"duration":4}},{"uid":"3eb68c28105cdff4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3eb68c28105cdff4","status":"passed","time":{"start":1728901706623,"stop":1728901706623,"duration":0}},{"uid":"d469c161594d6efa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d469c161594d6efa","status":"passed","time":{"start":1728893153428,"stop":1728893153429,"duration":1}},{"uid":"d12bc3bf1abe0f37","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d12bc3bf1abe0f37","status":"passed","time":{"start":1728856108129,"stop":1728856108131,"duration":2}},{"uid":"cb9c252e5ca6aef0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/cb9c252e5ca6aef0","status":"passed","time":{"start":1728738316671,"stop":1728738316671,"duration":0}},{"uid":"27df953da39a839a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/27df953da39a839a","status":"passed","time":{"start":1728682865325,"stop":1728682865329,"duration":4}},{"uid":"bf39483fdfb7180","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/bf39483fdfb7180","status":"passed","time":{"start":1728682446998,"stop":1728682446998,"duration":0}},{"uid":"a29b3f50119f7f9e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a29b3f50119f7f9e","status":"passed","time":{"start":1728676924483,"stop":1728676924483,"duration":0}},{"uid":"6b1a03d88255d37","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6b1a03d88255d37","status":"passed","time":{"start":1728669626266,"stop":1728669626266,"duration":0}},{"uid":"e3929ea67cb103bd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3929ea67cb103bd","status":"passed","time":{"start":1728597973676,"stop":1728597973676,"duration":0}},{"uid":"200ef63e2c3bb2e2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/200ef63e2c3bb2e2","status":"passed","time":{"start":1728597188043,"stop":1728597188044,"duration":1}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"12e96e38edaf59ae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/12e96e38edaf59ae","status":"passed","time":{"start":1729034447616,"stop":1729034447617,"duration":1}},{"uid":"9dcea2e2c88867da","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9dcea2e2c88867da","status":"passed","time":{"start":1729034206086,"stop":1729034206086,"duration":0}},{"uid":"672b365b13d60d26","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/672b365b13d60d26","status":"passed","time":{"start":1729034134192,"stop":1729034134193,"duration":1}},{"uid":"a4901d1e9eafc016","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a4901d1e9eafc016","status":"passed","time":{"start":1729033942602,"stop":1729033942603,"duration":1}},{"uid":"e938ac17141d672a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e938ac17141d672a","status":"passed","time":{"start":1729031989714,"stop":1729031989714,"duration":0}},{"uid":"747540a426b5220a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/747540a426b5220a","status":"passed","time":{"start":1728901562041,"stop":1728901562042,"duration":1}},{"uid":"bb91dc1f0220f805","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bb91dc1f0220f805","status":"passed","time":{"start":1728893001480,"stop":1728893001481,"duration":1}},{"uid":"a806d90fca693775","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a806d90fca693775","status":"passed","time":{"start":1728855968866,"stop":1728855968867,"duration":1}},{"uid":"17845da52c7af49c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/17845da52c7af49c","status":"passed","time":{"start":1728738172966,"stop":1728738172966,"duration":0}},{"uid":"a11c0bb3a3527113","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a11c0bb3a3527113","status":"passed","time":{"start":1728682706939,"stop":1728682706939,"duration":0}},{"uid":"a17f3ca4488b60cd","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a17f3ca4488b60cd","status":"passed","time":{"start":1728682296860,"stop":1728682296860,"duration":0}},{"uid":"940d53f5eb52dbfe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/940d53f5eb52dbfe","status":"passed","time":{"start":1728676761470,"stop":1728676761470,"duration":0}},{"uid":"f4ef2bd1d13d3179","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4ef2bd1d13d3179","status":"passed","time":{"start":1728669479026,"stop":1728669479026,"duration":0}},{"uid":"a14cb8bea5d79262","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a14cb8bea5d79262","status":"passed","time":{"start":1728597820126,"stop":1728597820126,"duration":0}},{"uid":"32db00d70ce68abb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/32db00d70ce68abb","status":"passed","time":{"start":1728597034500,"stop":1728597034501,"duration":1}}]},"0d9c063d4345cae39c9ea99b9b720399:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1bac7ef54850b90d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1bac7ef54850b90d","status":"passed","time":{"start":1729034656466,"stop":1729034656467,"duration":1}}]},"0ec0ee301659c1ec0afdcda93dda46ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e65171d4034994af","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e65171d4034994af","status":"passed","time":{"start":1728856355686,"stop":1728856355687,"duration":1}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"af1640251146c9ae","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/af1640251146c9ae","status":"passed","time":{"start":1729034640526,"stop":1729034640526,"duration":0}},{"uid":"4619876f0e220683","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4619876f0e220683","status":"passed","time":{"start":1729034411426,"stop":1729034411427,"duration":1}},{"uid":"71cdf60b38509f26","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/71cdf60b38509f26","status":"passed","time":{"start":1729034327409,"stop":1729034327409,"duration":0}},{"uid":"4b958bcfb990dc36","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4b958bcfb990dc36","status":"passed","time":{"start":1729034147781,"stop":1729034147786,"duration":5}},{"uid":"6aa9960c2f1141c2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6aa9960c2f1141c2","status":"passed","time":{"start":1729032204831,"stop":1729032204831,"duration":0}},{"uid":"a5cc444564acce1f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a5cc444564acce1f","status":"passed","time":{"start":1728901907715,"stop":1728901907715,"duration":0}},{"uid":"39729ed128501f71","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/39729ed128501f71","status":"passed","time":{"start":1728893341891,"stop":1728893341891,"duration":0}},{"uid":"dc00fa380f87d895","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/dc00fa380f87d895","status":"passed","time":{"start":1728856299385,"stop":1728856299385,"duration":0}},{"uid":"a6d2f71e81d67cf4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a6d2f71e81d67cf4","status":"passed","time":{"start":1728738511620,"stop":1728738511622,"duration":2}},{"uid":"7454308f65353924","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7454308f65353924","status":"passed","time":{"start":1728683052914,"stop":1728683052914,"duration":0}},{"uid":"cd8aaddaf2e10671","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cd8aaddaf2e10671","status":"passed","time":{"start":1728682612914,"stop":1728682612914,"duration":0}},{"uid":"85154b6318cd587c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/85154b6318cd587c","status":"passed","time":{"start":1728677115750,"stop":1728677115750,"duration":0}},{"uid":"5613d35f3b9f9b44","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5613d35f3b9f9b44","status":"passed","time":{"start":1728669778185,"stop":1728669778185,"duration":0}},{"uid":"5ed61ed7011f5821","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5ed61ed7011f5821","status":"passed","time":{"start":1728598175436,"stop":1728598175436,"duration":0}},{"uid":"99fe94bf59423de8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/99fe94bf59423de8","status":"passed","time":{"start":1728597380065,"stop":1728597380066,"duration":1}}]},"b95f1abb2eab9c5ed3fa27b5b15e8b6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c4819776adeb9d90","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c4819776adeb9d90","status":"passed","time":{"start":1728856263078,"stop":1728856263078,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8022300972192a8e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8022300972192a8e","status":"passed","time":{"start":1729034341401,"stop":1729034341402,"duration":1}},{"uid":"bff85a2a6cddf048","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bff85a2a6cddf048","status":"passed","time":{"start":1729034104910,"stop":1729034104910,"duration":0}},{"uid":"8800343ca6afff","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8800343ca6afff","status":"passed","time":{"start":1729034028507,"stop":1729034028508,"duration":1}},{"uid":"8a713ac89c42c413","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a713ac89c42c413","status":"passed","time":{"start":1729033843116,"stop":1729033843116,"duration":0}},{"uid":"3653e1312318e34e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3653e1312318e34e","status":"passed","time":{"start":1729031892675,"stop":1729031892675,"duration":0}},{"uid":"1e98c7c0b09e5fda","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e98c7c0b09e5fda","status":"passed","time":{"start":1728901438806,"stop":1728901438806,"duration":0}},{"uid":"21e790edb3a11129","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/21e790edb3a11129","status":"passed","time":{"start":1728892868998,"stop":1728892868998,"duration":0}},{"uid":"337f94ac32ab621f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/337f94ac32ab621f","status":"passed","time":{"start":1728855831890,"stop":1728855831890,"duration":0}},{"uid":"97200e4320a7d83f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/97200e4320a7d83f","status":"passed","time":{"start":1728738049037,"stop":1728738049037,"duration":0}},{"uid":"4d3970b2c9dc585d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4d3970b2c9dc585d","status":"passed","time":{"start":1728682582616,"stop":1728682582616,"duration":0}},{"uid":"ce8c35f6956c7e8d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ce8c35f6956c7e8d","status":"passed","time":{"start":1728682155406,"stop":1728682155406,"duration":0}},{"uid":"8645b5005864dd84","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8645b5005864dd84","status":"passed","time":{"start":1728676629971,"stop":1728676629971,"duration":0}},{"uid":"31c7ee012b49d602","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/31c7ee012b49d602","status":"passed","time":{"start":1728669353099,"stop":1728669353099,"duration":0}},{"uid":"a7374309d55c1fe1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a7374309d55c1fe1","status":"passed","time":{"start":1728597693843,"stop":1728597693844,"duration":1}},{"uid":"10b1550c175b1a5b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/10b1550c175b1a5b","status":"passed","time":{"start":1728596913088,"stop":1728596913088,"duration":0}}]},"9e2600ab3f4ace686e5a00c90deca2ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7435b652e6c625b","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a7435b652e6c625b","status":"passed","time":{"start":1728597423328,"stop":1728597423328,"duration":0}}]},"fe645aede1a364cc398ab33b8ccb9868:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"743adeec8181f0c7","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/743adeec8181f0c7","status":"passed","time":{"start":1729034400903,"stop":1729034400903,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c09c1063c30774c8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c09c1063c30774c8","status":"passed","time":{"start":1729034506802,"stop":1729034506803,"duration":1}},{"uid":"8a55199b49015284","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a55199b49015284","status":"passed","time":{"start":1729034259826,"stop":1729034259826,"duration":0}},{"uid":"d42cb57df6164d33","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d42cb57df6164d33","status":"passed","time":{"start":1729034194032,"stop":1729034194032,"duration":0}},{"uid":"a920160a19f994d4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a920160a19f994d4","status":"passed","time":{"start":1729034014879,"stop":1729034014879,"duration":0}},{"uid":"6e22b10fabb597e4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6e22b10fabb597e4","status":"passed","time":{"start":1729032065459,"stop":1729032065459,"duration":0}},{"uid":"1730c108b8fb3cb5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1730c108b8fb3cb5","status":"passed","time":{"start":1728901664283,"stop":1728901664283,"duration":0}},{"uid":"14f0e9c172b6bc71","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/14f0e9c172b6bc71","status":"passed","time":{"start":1728893093693,"stop":1728893093694,"duration":1}},{"uid":"70e3b5d5ffe3e106","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/70e3b5d5ffe3e106","status":"passed","time":{"start":1728856055275,"stop":1728856055275,"duration":0}},{"uid":"8026719c90a1e59a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8026719c90a1e59a","status":"passed","time":{"start":1728738274747,"stop":1728738274747,"duration":0}},{"uid":"88462fa5d6f8b915","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/88462fa5d6f8b915","status":"passed","time":{"start":1728682807962,"stop":1728682807962,"duration":0}},{"uid":"2ea4b32fe90fa9af","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2ea4b32fe90fa9af","status":"passed","time":{"start":1728682381289,"stop":1728682381290,"duration":1}},{"uid":"34f17d6284d69e9a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/34f17d6284d69e9a","status":"passed","time":{"start":1728676853903,"stop":1728676853903,"duration":0}},{"uid":"ac8ec40c4222e3d4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ac8ec40c4222e3d4","status":"passed","time":{"start":1728669581699,"stop":1728669581700,"duration":1}},{"uid":"976400f958680c99","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/976400f958680c99","status":"passed","time":{"start":1728597923493,"stop":1728597923493,"duration":0}},{"uid":"afa0cfec816e0449","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/afa0cfec816e0449","status":"passed","time":{"start":1728597132266,"stop":1728597132266,"duration":0}}]},"6a925e164de8fdfda2b4efd6a34ecf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a07fae6acf795e6c","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a07fae6acf795e6c","status":"passed","time":{"start":1728597434081,"stop":1728597434082,"duration":1}}]},"0c5410859a4c9fa2589f8fe4b064fb35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fe891374687425ea","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fe891374687425ea","status":"passed","time":{"start":1729034332626,"stop":1729034332626,"duration":0}},{"uid":"72447b98e1d9eb90","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/72447b98e1d9eb90","status":"passed","time":{"start":1729034096127,"stop":1729034096128,"duration":1}},{"uid":"b47998aa07ba5ea0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b47998aa07ba5ea0","status":"passed","time":{"start":1729034020086,"stop":1729034020086,"duration":0}},{"uid":"5eb219c4d608bda5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5eb219c4d608bda5","status":"passed","time":{"start":1729033834378,"stop":1729033834379,"duration":1}},{"uid":"3f64a5628d87c2f7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3f64a5628d87c2f7","status":"passed","time":{"start":1729031884110,"stop":1729031884110,"duration":0}},{"uid":"c7232a5a61c3baf0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c7232a5a61c3baf0","status":"passed","time":{"start":1728901430250,"stop":1728901430250,"duration":0}},{"uid":"dcccd1df45da13a5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dcccd1df45da13a5","status":"passed","time":{"start":1728892860527,"stop":1728892860527,"duration":0}},{"uid":"429695d5c54bea1b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/429695d5c54bea1b","status":"passed","time":{"start":1728855823317,"stop":1728855823317,"duration":0}},{"uid":"93914aa6d3d329cb","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/93914aa6d3d329cb","status":"passed","time":{"start":1728738040589,"stop":1728738040596,"duration":7}},{"uid":"c082ab3b6dcf7256","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c082ab3b6dcf7256","status":"passed","time":{"start":1728682574086,"stop":1728682574086,"duration":0}},{"uid":"db4e054822d54c20","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/db4e054822d54c20","status":"passed","time":{"start":1728682146811,"stop":1728682146811,"duration":0}},{"uid":"76193eb295a4c819","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/76193eb295a4c819","status":"passed","time":{"start":1728676621426,"stop":1728676621426,"duration":0}},{"uid":"9cf581de6c88f1dc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9cf581de6c88f1dc","status":"passed","time":{"start":1728669344462,"stop":1728669344462,"duration":0}},{"uid":"a351fb0eb2b3b016","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a351fb0eb2b3b016","status":"passed","time":{"start":1728597685155,"stop":1728597685156,"duration":1}},{"uid":"3d25defb09187cb5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3d25defb09187cb5","status":"passed","time":{"start":1728596904462,"stop":1728596904462,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d8658b6529b73340","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d8658b6529b73340","status":"passed","time":{"start":1729034636314,"stop":1729034636314,"duration":0}},{"uid":"5b773937e4339df2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b773937e4339df2","status":"passed","time":{"start":1729034402280,"stop":1729034402280,"duration":0}},{"uid":"db1ec0c9047c723e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/db1ec0c9047c723e","status":"passed","time":{"start":1729034323294,"stop":1729034323294,"duration":0}},{"uid":"6b1bae2c871ad90e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6b1bae2c871ad90e","status":"passed","time":{"start":1729034144765,"stop":1729034144766,"duration":1}},{"uid":"2b325e15a9885c5b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b325e15a9885c5b","status":"passed","time":{"start":1729032198816,"stop":1729032198816,"duration":0}},{"uid":"7102dd8265d1a146","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7102dd8265d1a146","status":"passed","time":{"start":1728901901764,"stop":1728901901765,"duration":1}},{"uid":"b23aff18545233cc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b23aff18545233cc","status":"passed","time":{"start":1728893337252,"stop":1728893337253,"duration":1}},{"uid":"10908fe228cf11c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/10908fe228cf11c","status":"passed","time":{"start":1728856299189,"stop":1728856299189,"duration":0}},{"uid":"67cc58e04fd3d0f4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67cc58e04fd3d0f4","status":"passed","time":{"start":1728738505375,"stop":1728738505375,"duration":0}},{"uid":"71759036b042e0ee","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/71759036b042e0ee","status":"passed","time":{"start":1728683045448,"stop":1728683045448,"duration":0}},{"uid":"e7f0fac3208ef715","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e7f0fac3208ef715","status":"passed","time":{"start":1728682607290,"stop":1728682607291,"duration":1}},{"uid":"520392341ff566b8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/520392341ff566b8","status":"passed","time":{"start":1728677103494,"stop":1728677103494,"duration":0}},{"uid":"ebc45f6863a8ba87","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ebc45f6863a8ba87","status":"passed","time":{"start":1728669777116,"stop":1728669777116,"duration":0}},{"uid":"af8c42806f12af4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/af8c42806f12af4a","status":"passed","time":{"start":1728598163466,"stop":1728598163466,"duration":0}},{"uid":"2e6e6e7be69cf3a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2e6e6e7be69cf3a","status":"passed","time":{"start":1728597375478,"stop":1728597375479,"duration":1}}]},"9dbc91301240a1c37f7f9c0c2cba678d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ec3fddf369023e4e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ec3fddf369023e4e","status":"passed","time":{"start":1729034332644,"stop":1729034332645,"duration":1}},{"uid":"1899f21001ca0c63","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1899f21001ca0c63","status":"passed","time":{"start":1729034096142,"stop":1729034096142,"duration":0}},{"uid":"5325041f62cc71b6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5325041f62cc71b6","status":"passed","time":{"start":1729034020098,"stop":1729034020098,"duration":0}},{"uid":"a06cb4d39e4924ab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a06cb4d39e4924ab","status":"passed","time":{"start":1729033834395,"stop":1729033834396,"duration":1}},{"uid":"dbf8250a70b9f386","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dbf8250a70b9f386","status":"passed","time":{"start":1729031884128,"stop":1729031884129,"duration":1}},{"uid":"fb8c4caf67c0f657","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fb8c4caf67c0f657","status":"passed","time":{"start":1728901430261,"stop":1728901430262,"duration":1}},{"uid":"2735b53956aa8b98","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2735b53956aa8b98","status":"passed","time":{"start":1728892860540,"stop":1728892860540,"duration":0}},{"uid":"6a913f2c0649f9f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6a913f2c0649f9f","status":"passed","time":{"start":1728855823329,"stop":1728855823330,"duration":1}},{"uid":"4ae3459dc9aebe0d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4ae3459dc9aebe0d","status":"passed","time":{"start":1728738040611,"stop":1728738040611,"duration":0}},{"uid":"39ca1731cc60926a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39ca1731cc60926a","status":"passed","time":{"start":1728682574102,"stop":1728682574102,"duration":0}},{"uid":"af63c42a77f76f3b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af63c42a77f76f3b","status":"passed","time":{"start":1728682146826,"stop":1728682146826,"duration":0}},{"uid":"ef507053378ff58c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ef507053378ff58c","status":"passed","time":{"start":1728676621440,"stop":1728676621440,"duration":0}},{"uid":"5575ccb10d15b63d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5575ccb10d15b63d","status":"passed","time":{"start":1728669344475,"stop":1728669344475,"duration":0}},{"uid":"1e69d04bb97e1c87","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1e69d04bb97e1c87","status":"passed","time":{"start":1728597685170,"stop":1728597685171,"duration":1}},{"uid":"e7ade4294e659f80","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7ade4294e659f80","status":"passed","time":{"start":1728596904479,"stop":1728596904479,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e5479d5b2669238e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e5479d5b2669238e","status":"passed","time":{"start":1729034472931,"stop":1729034472931,"duration":0}},{"uid":"4c711f1b1312a5be","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4c711f1b1312a5be","status":"passed","time":{"start":1729034240903,"stop":1729034240906,"duration":3}},{"uid":"7735dc1b4b5f8b59","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7735dc1b4b5f8b59","status":"passed","time":{"start":1729034159607,"stop":1729034159608,"duration":1}},{"uid":"b4429071d65bb629","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b4429071d65bb629","status":"passed","time":{"start":1729033976769,"stop":1729033976773,"duration":4}},{"uid":"7e155c694496ad62","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e155c694496ad62","status":"passed","time":{"start":1729032020506,"stop":1729032020506,"duration":0}},{"uid":"e08e36819675436","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e08e36819675436","status":"passed","time":{"start":1728901616421,"stop":1728901616422,"duration":1}},{"uid":"64020fe4cb3fc34b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/64020fe4cb3fc34b","status":"passed","time":{"start":1728893050238,"stop":1728893050238,"duration":0}},{"uid":"d97363df261dc78c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d97363df261dc78c","status":"passed","time":{"start":1728856015165,"stop":1728856015165,"duration":0}},{"uid":"a329e2c3a017d5dc","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a329e2c3a017d5dc","status":"passed","time":{"start":1728738233127,"stop":1728738233128,"duration":1}},{"uid":"465a84c3b1ce9239","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/465a84c3b1ce9239","status":"passed","time":{"start":1728682762461,"stop":1728682762461,"duration":0}},{"uid":"9b3406ab18f1d046","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9b3406ab18f1d046","status":"passed","time":{"start":1728682332779,"stop":1728682332780,"duration":1}},{"uid":"38b357e51a8254b5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38b357e51a8254b5","status":"passed","time":{"start":1728676810283,"stop":1728676810284,"duration":1}},{"uid":"4fe92f290f7d908a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4fe92f290f7d908a","status":"passed","time":{"start":1728669529886,"stop":1728669529886,"duration":0}},{"uid":"897ebf0d9b3231e6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/897ebf0d9b3231e6","status":"passed","time":{"start":1728597873524,"stop":1728597873525,"duration":1}},{"uid":"bc8f522a24e60508","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bc8f522a24e60508","status":"passed","time":{"start":1728597089264,"stop":1728597089265,"duration":1}}]},"9779c8ef252051017f1c1bdc66d88112:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3b32a4416d26009","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a3b32a4416d26009","status":"passed","time":{"start":1729034357704,"stop":1729034357704,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"da3a5d75e3c05b77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/da3a5d75e3c05b77","status":"passed","time":{"start":1729034506786,"stop":1729034506786,"duration":0}},{"uid":"bafd3249d11501bc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bafd3249d11501bc","status":"passed","time":{"start":1729034259807,"stop":1729034259808,"duration":1}},{"uid":"5fad1f89fc7cff1f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5fad1f89fc7cff1f","status":"passed","time":{"start":1729034194002,"stop":1729034194002,"duration":0}},{"uid":"ab7fd40e84003231","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ab7fd40e84003231","status":"passed","time":{"start":1729034014834,"stop":1729034014834,"duration":0}},{"uid":"7a28e5b119f37a32","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7a28e5b119f37a32","status":"passed","time":{"start":1729032065433,"stop":1729032065434,"duration":1}},{"uid":"2f0cd44c65221f6b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2f0cd44c65221f6b","status":"passed","time":{"start":1728901664234,"stop":1728901664234,"duration":0}},{"uid":"efb07994e50cb48b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/efb07994e50cb48b","status":"passed","time":{"start":1728893093682,"stop":1728893093682,"duration":0}},{"uid":"c88bf573d6ecbd42","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c88bf573d6ecbd42","status":"passed","time":{"start":1728856055262,"stop":1728856055263,"duration":1}},{"uid":"265f23a5e9b85bd1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/265f23a5e9b85bd1","status":"passed","time":{"start":1728738274739,"stop":1728738274739,"duration":0}},{"uid":"694495faa1d8a840","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/694495faa1d8a840","status":"passed","time":{"start":1728682807948,"stop":1728682807949,"duration":1}},{"uid":"ad77daec26de6464","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ad77daec26de6464","status":"passed","time":{"start":1728682381279,"stop":1728682381279,"duration":0}},{"uid":"bee5a74c06d1543e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bee5a74c06d1543e","status":"passed","time":{"start":1728676853892,"stop":1728676853892,"duration":0}},{"uid":"eb7e5852a689ee2d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eb7e5852a689ee2d","status":"passed","time":{"start":1728669581682,"stop":1728669581683,"duration":1}},{"uid":"a955e2623d7d1737","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a955e2623d7d1737","status":"passed","time":{"start":1728597923463,"stop":1728597923465,"duration":2}},{"uid":"eb6171f97dbad8d3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/eb6171f97dbad8d3","status":"passed","time":{"start":1728597132258,"stop":1728597132258,"duration":0}}]},"2007be40ea0a9dd47b00f4abd66f571d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"839758ab1b28df9e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/839758ab1b28df9e","status":"passed","time":{"start":1728682652692,"stop":1728682652692,"duration":0}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8968d4f194e0fa8e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8968d4f194e0fa8e","status":"passed","time":{"start":1729034432451,"stop":1729034432451,"duration":0}},{"uid":"b7276ca6af46e9fe","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b7276ca6af46e9fe","status":"passed","time":{"start":1729034119307,"stop":1729034119307,"duration":0}},{"uid":"f850f41597f2f56d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f850f41597f2f56d","status":"passed","time":{"start":1729033933481,"stop":1729033933481,"duration":0}},{"uid":"e6f85a1dbd45760f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e6f85a1dbd45760f","status":"passed","time":{"start":1729031982933,"stop":1729031982935,"duration":2}},{"uid":"a7d48f52cb37ffe5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a7d48f52cb37ffe5","status":"passed","time":{"start":1728901527859,"stop":1728901527861,"duration":2}},{"uid":"fe18eb4f5e4e26fc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fe18eb4f5e4e26fc","status":"passed","time":{"start":1728892960141,"stop":1728892960142,"duration":1}},{"uid":"b8d1a40355402195","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b8d1a40355402195","status":"passed","time":{"start":1728855921716,"stop":1728855921716,"duration":0}},{"uid":"99aac0ee1a814371","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/99aac0ee1a814371","status":"passed","time":{"start":1728738138434,"stop":1728738138434,"duration":0}},{"uid":"92ab0b82a07a61a2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/92ab0b82a07a61a2","status":"passed","time":{"start":1728682672254,"stop":1728682672254,"duration":0}},{"uid":"938525e3bb8cc6b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/938525e3bb8cc6b8","status":"passed","time":{"start":1728682245076,"stop":1728682245076,"duration":0}},{"uid":"11a0e66b276f8d6c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/11a0e66b276f8d6c","status":"passed","time":{"start":1728676721301,"stop":1728676721301,"duration":0}},{"uid":"a20558b600d79998","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a20558b600d79998","status":"passed","time":{"start":1728669444564,"stop":1728669444565,"duration":1}},{"uid":"ec0fdad58dc2e531","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec0fdad58dc2e531","status":"passed","time":{"start":1728597784075,"stop":1728597784077,"duration":2}},{"uid":"a3126dd3a6448ffd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3126dd3a6448ffd","status":"passed","time":{"start":1728597001550,"stop":1728597001551,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d7cfc384313eac3a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d7cfc384313eac3a","status":"passed","time":{"start":1729034617754,"stop":1729034617754,"duration":0}},{"uid":"2f6eb2083282a41c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2f6eb2083282a41c","status":"passed","time":{"start":1729034370863,"stop":1729034370864,"duration":1}},{"uid":"9f4a1544e81378e9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9f4a1544e81378e9","status":"passed","time":{"start":1729034308862,"stop":1729034308863,"duration":1}},{"uid":"a8ad8c8a8ccbc986","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a8ad8c8a8ccbc986","status":"passed","time":{"start":1729034129471,"stop":1729034129471,"duration":0}},{"uid":"62b77311adfc9bcd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/62b77311adfc9bcd","status":"passed","time":{"start":1729032178365,"stop":1729032178365,"duration":0}},{"uid":"38cd57bb25436cfb","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/38cd57bb25436cfb","status":"passed","time":{"start":1728901896343,"stop":1728901896344,"duration":1}},{"uid":"94ac0a08bfc2216e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/94ac0a08bfc2216e","status":"passed","time":{"start":1728893329022,"stop":1728893329022,"duration":0}},{"uid":"66163dc1994f39b4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/66163dc1994f39b4","status":"passed","time":{"start":1728856284758,"stop":1728856284759,"duration":1}},{"uid":"92549fcadb359e61","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/92549fcadb359e61","status":"passed","time":{"start":1728738494935,"stop":1728738494936,"duration":1}},{"uid":"cba01e8942cf0456","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cba01e8942cf0456","status":"passed","time":{"start":1728683033628,"stop":1728683033629,"duration":1}},{"uid":"3a7e2421236ad8c8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3a7e2421236ad8c8","status":"passed","time":{"start":1728682601733,"stop":1728682601733,"duration":0}},{"uid":"87df362f30641022","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/87df362f30641022","status":"passed","time":{"start":1728677107958,"stop":1728677107959,"duration":1}},{"uid":"9bc6111031f8a6b5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9bc6111031f8a6b5","status":"passed","time":{"start":1728669764748,"stop":1728669764748,"duration":0}},{"uid":"9d3b48f33f8e2553","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9d3b48f33f8e2553","status":"passed","time":{"start":1728598157559,"stop":1728598157559,"duration":0}},{"uid":"23a38903a5a0495a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/23a38903a5a0495a","status":"passed","time":{"start":1728597369058,"stop":1728597369058,"duration":0}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"2ef611c5a409a067","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2ef611c5a409a067","status":"passed","time":{"start":1729034536785,"stop":1729034536785,"duration":0}},{"uid":"d57a735fd55819d0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d57a735fd55819d0","status":"passed","time":{"start":1729034307031,"stop":1729034307031,"duration":0}},{"uid":"6a095524bc947032","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a095524bc947032","status":"passed","time":{"start":1729034223306,"stop":1729034223306,"duration":0}},{"uid":"f6330956c4792cd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f6330956c4792cd","status":"passed","time":{"start":1729034034978,"stop":1729034034979,"duration":1}},{"uid":"76f57e09c64823f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/76f57e09c64823f","status":"passed","time":{"start":1729032066290,"stop":1729032066290,"duration":0}},{"uid":"b7a050f487838fae","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b7a050f487838fae","status":"passed","time":{"start":1728901706618,"stop":1728901706619,"duration":1}},{"uid":"bc99dd40f5b25210","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bc99dd40f5b25210","status":"passed","time":{"start":1728893153421,"stop":1728893153422,"duration":1}},{"uid":"9c2778c0077fddab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9c2778c0077fddab","status":"passed","time":{"start":1728856108126,"stop":1728856108126,"duration":0}},{"uid":"25b6932d2d14a6a0","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/25b6932d2d14a6a0","status":"passed","time":{"start":1728738316668,"stop":1728738316668,"duration":0}},{"uid":"ca4399c833c6c7d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ca4399c833c6c7d","status":"passed","time":{"start":1728682865315,"stop":1728682865316,"duration":1}},{"uid":"f19aa250f326c16f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f19aa250f326c16f","status":"passed","time":{"start":1728682446995,"stop":1728682446995,"duration":0}},{"uid":"7de59579bb25426e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7de59579bb25426e","status":"passed","time":{"start":1728676924478,"stop":1728676924479,"duration":1}},{"uid":"badb0df4df9640ce","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/badb0df4df9640ce","status":"passed","time":{"start":1728669626257,"stop":1728669626261,"duration":4}},{"uid":"754c4f929a283093","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/754c4f929a283093","status":"passed","time":{"start":1728597973672,"stop":1728597973672,"duration":0}},{"uid":"3d2da32e12f2e0f6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3d2da32e12f2e0f6","status":"passed","time":{"start":1728597188034,"stop":1728597188035,"duration":1}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"72e663472e47592d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/72e663472e47592d","status":"passed","time":{"start":1729034655442,"stop":1729034655443,"duration":1}},{"uid":"f85c80c0ea73a3f3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f85c80c0ea73a3f3","status":"passed","time":{"start":1729034425376,"stop":1729034425376,"duration":0}},{"uid":"eb65305096cbc374","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/eb65305096cbc374","status":"passed","time":{"start":1729034346108,"stop":1729034346108,"duration":0}},{"uid":"3678bbde617c59a8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3678bbde617c59a8","status":"passed","time":{"start":1729034162415,"stop":1729034162415,"duration":0}},{"uid":"c3efe94a5ecb0593","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c3efe94a5ecb0593","status":"passed","time":{"start":1729032197324,"stop":1729032197326,"duration":2}},{"uid":"c2e60738dd7cac12","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c2e60738dd7cac12","status":"passed","time":{"start":1728901899711,"stop":1728901899711,"duration":0}},{"uid":"b2284529efa10929","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b2284529efa10929","status":"passed","time":{"start":1728893334922,"stop":1728893334922,"duration":0}},{"uid":"a9d9f10115bcad5a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a9d9f10115bcad5a","status":"passed","time":{"start":1728856288016,"stop":1728856288017,"duration":1}},{"uid":"8deca64241e31be4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8deca64241e31be4","status":"passed","time":{"start":1728738501685,"stop":1728738501689,"duration":4}},{"uid":"1a801cf3dfd3225a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1a801cf3dfd3225a","status":"passed","time":{"start":1728683044486,"stop":1728683044486,"duration":0}},{"uid":"c2b6a42b707e19d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c2b6a42b707e19d0","status":"passed","time":{"start":1728682619633,"stop":1728682619633,"duration":0}},{"uid":"6effee6783351fd5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6effee6783351fd5","status":"passed","time":{"start":1728677104184,"stop":1728677104185,"duration":1}},{"uid":"dc693803b598be4e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc693803b598be4e","status":"passed","time":{"start":1728669759887,"stop":1728669759888,"duration":1}},{"uid":"4dbdad3d61766f35","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4dbdad3d61766f35","status":"passed","time":{"start":1728598164490,"stop":1728598164491,"duration":1}},{"uid":"4f9da436b2a8a619","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f9da436b2a8a619","status":"passed","time":{"start":1728597385265,"stop":1728597385266,"duration":1}}]},"700c027a145f8201e0895f977502d757:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":10,"unknown":0,"total":14},"items":[{"uid":"4ba91784e91123e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4ba91784e91123e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473216,"stop":1729034473217,"duration":1}},{"uid":"ec7f0d1458b5acac","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ec7f0d1458b5acac","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241160,"stop":1729034241160,"duration":0}},{"uid":"d2b92ea09b66895e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d2b92ea09b66895e","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034159974,"stop":1729034159974,"duration":0}},{"uid":"2f24347699d70e7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2f24347699d70e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977065,"stop":1729033977065,"duration":0}},{"uid":"397b24bff63073be","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/397b24bff63073be","status":"passed","time":{"start":1729032093802,"stop":1729032093802,"duration":0}},{"uid":"851f5244b8b6057a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/851f5244b8b6057a","status":"passed","time":{"start":1728901748773,"stop":1728901748774,"duration":1}},{"uid":"5f19980490fb74bd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5f19980490fb74bd","status":"passed","time":{"start":1728893181086,"stop":1728893181087,"duration":1}},{"uid":"69807ca269b3d95","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/69807ca269b3d95","status":"passed","time":{"start":1728856155552,"stop":1728856155552,"duration":0}},{"uid":"9832932153aacd8f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9832932153aacd8f","status":"passed","time":{"start":1728738360296,"stop":1728738360296,"duration":0}},{"uid":"5424e7a01e850137","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5424e7a01e850137","status":"passed","time":{"start":1728682907222,"stop":1728682907223,"duration":1}},{"uid":"cec90fa494c92b4d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cec90fa494c92b4d","status":"passed","time":{"start":1728682466735,"stop":1728682466736,"duration":1}},{"uid":"9de03c5490c145d2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9de03c5490c145d2","status":"passed","time":{"start":1728676955723,"stop":1728676955723,"duration":0}},{"uid":"b39ee7d05bc37224","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b39ee7d05bc37224","status":"passed","time":{"start":1728598013535,"stop":1728598013536,"duration":1}},{"uid":"987766fbb6cf4710","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/987766fbb6cf4710","status":"passed","time":{"start":1728597225200,"stop":1728597225200,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"445b7828e0c7ea3c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/445b7828e0c7ea3c","status":"passed","time":{"start":1729034611684,"stop":1729034611685,"duration":1}},{"uid":"c6dd76e8b67eb5b1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c6dd76e8b67eb5b1","status":"passed","time":{"start":1729034393667,"stop":1729034393667,"duration":0}},{"uid":"a48b74a2d9afad2c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a48b74a2d9afad2c","status":"passed","time":{"start":1729034304858,"stop":1729034304861,"duration":3}},{"uid":"c5b2f50a1c4d55e5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c5b2f50a1c4d55e5","status":"passed","time":{"start":1729034121953,"stop":1729034121953,"duration":0}},{"uid":"143f4c433a18896a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/143f4c433a18896a","status":"passed","time":{"start":1729032174930,"stop":1729032174930,"duration":0}},{"uid":"c5cb35d737b958fc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c5cb35d737b958fc","status":"passed","time":{"start":1728901881033,"stop":1728901881034,"duration":1}},{"uid":"15e40ed7bdca7fd7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/15e40ed7bdca7fd7","status":"passed","time":{"start":1728893317183,"stop":1728893317183,"duration":0}},{"uid":"30d9c3e4a144018f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/30d9c3e4a144018f","status":"passed","time":{"start":1728856263127,"stop":1728856263127,"duration":0}},{"uid":"80db173339e7fbb8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/80db173339e7fbb8","status":"passed","time":{"start":1728738492807,"stop":1728738492807,"duration":0}},{"uid":"f344910b7f65d9ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f344910b7f65d9ab","status":"passed","time":{"start":1728683030031,"stop":1728683030031,"duration":0}},{"uid":"8c2fdcec302545d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8c2fdcec302545d0","status":"passed","time":{"start":1728682581131,"stop":1728682581131,"duration":0}},{"uid":"91e0076467daa14c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/91e0076467daa14c","status":"passed","time":{"start":1728677082012,"stop":1728677082015,"duration":3}},{"uid":"6f912afabac656c1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6f912afabac656c1","status":"passed","time":{"start":1728669795409,"stop":1728669795409,"duration":0}},{"uid":"213c13805b481355","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/213c13805b481355","status":"passed","time":{"start":1728598137510,"stop":1728598137511,"duration":1}},{"uid":"cd3a6983e5437663","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd3a6983e5437663","status":"passed","time":{"start":1728597353489,"stop":1728597353489,"duration":0}}]},"5436e19ba9b3655afdd4170b4bb91e70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f93566403986fa4e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f93566403986fa4e","status":"passed","time":{"start":1729034332633,"stop":1729034332634,"duration":1}},{"uid":"553c0e741ed8023a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/553c0e741ed8023a","status":"passed","time":{"start":1729034096135,"stop":1729034096135,"duration":0}},{"uid":"b7576705314e36aa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b7576705314e36aa","status":"passed","time":{"start":1729034020092,"stop":1729034020092,"duration":0}},{"uid":"c2ba4c4715be4b64","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2ba4c4715be4b64","status":"passed","time":{"start":1729033834388,"stop":1729033834388,"duration":0}},{"uid":"ee034795262f9b11","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ee034795262f9b11","status":"passed","time":{"start":1729031884121,"stop":1729031884121,"duration":0}},{"uid":"acaf2c6010e8dce6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/acaf2c6010e8dce6","status":"passed","time":{"start":1728901430255,"stop":1728901430256,"duration":1}},{"uid":"3052ac0681c262b0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3052ac0681c262b0","status":"passed","time":{"start":1728892860533,"stop":1728892860534,"duration":1}},{"uid":"634966dff96aa9d5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/634966dff96aa9d5","status":"passed","time":{"start":1728855823323,"stop":1728855823324,"duration":1}},{"uid":"d4ab7f373b35d4ca","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d4ab7f373b35d4ca","status":"passed","time":{"start":1728738040604,"stop":1728738040604,"duration":0}},{"uid":"718fa55dd3f903ac","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/718fa55dd3f903ac","status":"passed","time":{"start":1728682574094,"stop":1728682574094,"duration":0}},{"uid":"7d5a3b2c5550f975","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7d5a3b2c5550f975","status":"passed","time":{"start":1728682146819,"stop":1728682146819,"duration":0}},{"uid":"a513c7f16877b0d4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a513c7f16877b0d4","status":"passed","time":{"start":1728676621433,"stop":1728676621434,"duration":1}},{"uid":"a21d006118f0658e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a21d006118f0658e","status":"passed","time":{"start":1728669344469,"stop":1728669344469,"duration":0}},{"uid":"720dc6d152073e9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/720dc6d152073e9","status":"passed","time":{"start":1728597685163,"stop":1728597685163,"duration":0}},{"uid":"5082756de2ad47d4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5082756de2ad47d4","status":"passed","time":{"start":1728596904470,"stop":1728596904470,"duration":0}}]},"6c7f0def328c000eaa3f94883d119dcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f9105f5c035ea96c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f9105f5c035ea96c","status":"passed","time":{"start":1729034332621,"stop":1729034332621,"duration":0}},{"uid":"f600ca32c8001d42","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f600ca32c8001d42","status":"passed","time":{"start":1729034096121,"stop":1729034096122,"duration":1}},{"uid":"f334caf86eff4e0b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f334caf86eff4e0b","status":"passed","time":{"start":1729034020082,"stop":1729034020082,"duration":0}},{"uid":"c12d8e1bd37e43c7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c12d8e1bd37e43c7","status":"passed","time":{"start":1729033834374,"stop":1729033834374,"duration":0}},{"uid":"62c1a3a66f433425","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/62c1a3a66f433425","status":"passed","time":{"start":1729031884104,"stop":1729031884104,"duration":0}},{"uid":"56e29e1787448548","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56e29e1787448548","status":"passed","time":{"start":1728901430246,"stop":1728901430246,"duration":0}},{"uid":"986f26a1b4ddc972","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/986f26a1b4ddc972","status":"passed","time":{"start":1728892860522,"stop":1728892860522,"duration":0}},{"uid":"d6b3387e0f0b7112","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d6b3387e0f0b7112","status":"passed","time":{"start":1728855823312,"stop":1728855823312,"duration":0}},{"uid":"d6bdcabd82bd9882","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d6bdcabd82bd9882","status":"passed","time":{"start":1728738040581,"stop":1728738040581,"duration":0}},{"uid":"22738566e248592d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/22738566e248592d","status":"passed","time":{"start":1728682574079,"stop":1728682574079,"duration":0}},{"uid":"10568d7e46dcdc4e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/10568d7e46dcdc4e","status":"passed","time":{"start":1728682146807,"stop":1728682146807,"duration":0}},{"uid":"a292adf08a1679a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a292adf08a1679a8","status":"passed","time":{"start":1728676621420,"stop":1728676621420,"duration":0}},{"uid":"98a113205191a099","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/98a113205191a099","status":"passed","time":{"start":1728669344458,"stop":1728669344458,"duration":0}},{"uid":"cd36f8669d50e1d4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cd36f8669d50e1d4","status":"passed","time":{"start":1728597685150,"stop":1728597685151,"duration":1}},{"uid":"1a25239fc266e6c3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1a25239fc266e6c3","status":"passed","time":{"start":1728596904456,"stop":1728596904457,"duration":1}}]},"29cea7a3ed21bc0d2e6283dc7a598f14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"37be292f74d2eaa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/37be292f74d2eaa","status":"passed","time":{"start":1729034373026,"stop":1729034373026,"duration":0}},{"uid":"12c31639f37dc8fc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12c31639f37dc8fc","status":"passed","time":{"start":1729034137314,"stop":1729034137314,"duration":0}},{"uid":"35c99782d8ec2bb0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/35c99782d8ec2bb0","status":"passed","time":{"start":1729034060016,"stop":1729034060016,"duration":0}},{"uid":"6cb10f550b803056","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6cb10f550b803056","status":"passed","time":{"start":1729033874959,"stop":1729033874959,"duration":0}},{"uid":"7dbf4ca5ab6f4618","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7dbf4ca5ab6f4618","status":"passed","time":{"start":1729031924898,"stop":1729031924899,"duration":1}},{"uid":"c956dbf4cac85a6f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c956dbf4cac85a6f","status":"passed","time":{"start":1728901469127,"stop":1728901469127,"duration":0}},{"uid":"44194b20f579027f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/44194b20f579027f","status":"passed","time":{"start":1728892899791,"stop":1728892899792,"duration":1}},{"uid":"bf5b257fc4580a4c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bf5b257fc4580a4c","status":"passed","time":{"start":1728855863055,"stop":1728855863056,"duration":1}},{"uid":"69412df9f4858236","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/69412df9f4858236","status":"passed","time":{"start":1728738080897,"stop":1728738080897,"duration":0}},{"uid":"80cdf62f90f597ab","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/80cdf62f90f597ab","status":"passed","time":{"start":1728682614307,"stop":1728682614307,"duration":0}},{"uid":"e8de049354398154","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e8de049354398154","status":"passed","time":{"start":1728682187090,"stop":1728682187090,"duration":0}},{"uid":"ec0125b9dea4f2a6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ec0125b9dea4f2a6","status":"passed","time":{"start":1728676661486,"stop":1728676661486,"duration":0}},{"uid":"295e2b159234d0e5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/295e2b159234d0e5","status":"passed","time":{"start":1728669384660,"stop":1728669384660,"duration":0}},{"uid":"acedc4ef1e3f569d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/acedc4ef1e3f569d","status":"passed","time":{"start":1728597724233,"stop":1728597724233,"duration":0}},{"uid":"903085ff61c629bf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/903085ff61c629bf","status":"passed","time":{"start":1728596943281,"stop":1728596943281,"duration":0}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"72d15ae16fba82c0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/72d15ae16fba82c0","status":"passed","time":{"start":1729034447631,"stop":1729034447632,"duration":1}},{"uid":"167e7beaaa1eb674","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/167e7beaaa1eb674","status":"passed","time":{"start":1729034206089,"stop":1729034206090,"duration":1}},{"uid":"188f04bec9290f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/188f04bec9290f1","status":"passed","time":{"start":1729034134200,"stop":1729034134201,"duration":1}},{"uid":"b431bda76f286cf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b431bda76f286cf","status":"passed","time":{"start":1729033942631,"stop":1729033942634,"duration":3}},{"uid":"c6c918c19aa24576","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c6c918c19aa24576","status":"passed","time":{"start":1729031989721,"stop":1729031989722,"duration":1}},{"uid":"7f603c6fce346d8f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f603c6fce346d8f","status":"passed","time":{"start":1728901562063,"stop":1728901562095,"duration":32}},{"uid":"1eb61b2bc3702001","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1eb61b2bc3702001","status":"passed","time":{"start":1728893001483,"stop":1728893001484,"duration":1}},{"uid":"129e97738f82ada","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/129e97738f82ada","status":"passed","time":{"start":1728855968872,"stop":1728855968873,"duration":1}},{"uid":"a601daf97d23f22a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a601daf97d23f22a","status":"passed","time":{"start":1728738172969,"stop":1728738172969,"duration":0}},{"uid":"25013b27e13ee361","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/25013b27e13ee361","status":"passed","time":{"start":1728682706942,"stop":1728682706942,"duration":0}},{"uid":"41b5af363c8c7cb0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41b5af363c8c7cb0","status":"passed","time":{"start":1728682296863,"stop":1728682296863,"duration":0}},{"uid":"c0a8885ffe26192b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c0a8885ffe26192b","status":"passed","time":{"start":1728676761487,"stop":1728676761495,"duration":8}},{"uid":"95f4d4f604920f12","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/95f4d4f604920f12","status":"passed","time":{"start":1728669479029,"stop":1728669479029,"duration":0}},{"uid":"c5b26e3b23f478a0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c5b26e3b23f478a0","status":"passed","time":{"start":1728597820129,"stop":1728597820129,"duration":0}},{"uid":"ed140f5b68f18a38","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ed140f5b68f18a38","status":"passed","time":{"start":1728597034503,"stop":1728597034503,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"82878ccbd175e37f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/82878ccbd175e37f","status":"passed","time":{"start":1729034617749,"stop":1729034617749,"duration":0}},{"uid":"d786c1f43486092d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d786c1f43486092d","status":"passed","time":{"start":1729034370852,"stop":1729034370852,"duration":0}},{"uid":"abf492266c189317","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/abf492266c189317","status":"passed","time":{"start":1729034308853,"stop":1729034308853,"duration":0}},{"uid":"5544fc7c1005a898","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5544fc7c1005a898","status":"passed","time":{"start":1729034129467,"stop":1729034129468,"duration":1}},{"uid":"e1a41f7813f2dbf5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e1a41f7813f2dbf5","status":"passed","time":{"start":1729032178361,"stop":1729032178362,"duration":1}},{"uid":"fd333f54bdb481f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fd333f54bdb481f5","status":"passed","time":{"start":1728901896339,"stop":1728901896339,"duration":0}},{"uid":"8ba298bc3f1d4360","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8ba298bc3f1d4360","status":"passed","time":{"start":1728893329019,"stop":1728893329019,"duration":0}},{"uid":"f5bebbff696ab173","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f5bebbff696ab173","status":"passed","time":{"start":1728856284754,"stop":1728856284754,"duration":0}},{"uid":"bfaabbdda5cb763a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bfaabbdda5cb763a","status":"passed","time":{"start":1728738494929,"stop":1728738494929,"duration":0}},{"uid":"b5389b4973621b61","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b5389b4973621b61","status":"passed","time":{"start":1728683033624,"stop":1728683033625,"duration":1}},{"uid":"5c9912dd52d16688","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5c9912dd52d16688","status":"passed","time":{"start":1728682601730,"stop":1728682601730,"duration":0}},{"uid":"1f50d5a23296a6ec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1f50d5a23296a6ec","status":"passed","time":{"start":1728677107954,"stop":1728677107954,"duration":0}},{"uid":"a3f26b71c94e6f76","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a3f26b71c94e6f76","status":"passed","time":{"start":1728669764744,"stop":1728669764744,"duration":0}},{"uid":"acc9696eb02b8099","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/acc9696eb02b8099","status":"passed","time":{"start":1728598157552,"stop":1728598157553,"duration":1}},{"uid":"f4130d026779bc88","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f4130d026779bc88","status":"passed","time":{"start":1728597369051,"stop":1728597369052,"duration":1}}]},"4494f879700cced54d3ee256937e9cb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb7a9fc2eaef8f1f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bb7a9fc2eaef8f1f","status":"passed","time":{"start":1729034323301,"stop":1729034323302,"duration":1}}]},"a3f3fb09e65db810d8082460afaaccfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"65a2a5af376a2f4e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/65a2a5af376a2f4e","status":"passed","time":{"start":1728856368611,"stop":1728856368611,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1f0963718de2c9c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f0963718de2c9c2","status":"passed","time":{"start":1729034636308,"stop":1729034636308,"duration":0}},{"uid":"80ba6e5077cf4930","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/80ba6e5077cf4930","status":"passed","time":{"start":1729034402256,"stop":1729034402259,"duration":3}},{"uid":"b0e6197f4721b194","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b0e6197f4721b194","status":"passed","time":{"start":1729034323280,"stop":1729034323282,"duration":2}},{"uid":"8a09f5554454e11a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a09f5554454e11a","status":"passed","time":{"start":1729034144759,"stop":1729034144759,"duration":0}},{"uid":"1d99c18341393d31","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1d99c18341393d31","status":"passed","time":{"start":1729032198809,"stop":1729032198809,"duration":0}},{"uid":"8e612b0597e93f3d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8e612b0597e93f3d","status":"passed","time":{"start":1728901901735,"stop":1728901901735,"duration":0}},{"uid":"20051c44cb5a0651","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/20051c44cb5a0651","status":"passed","time":{"start":1728893337227,"stop":1728893337228,"duration":1}},{"uid":"67277a3c81ab14da","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/67277a3c81ab14da","status":"passed","time":{"start":1728856299183,"stop":1728856299184,"duration":1}},{"uid":"58ccb40e70848a2a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/58ccb40e70848a2a","status":"passed","time":{"start":1728738505369,"stop":1728738505369,"duration":0}},{"uid":"7295cf3159913e2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7295cf3159913e2","status":"passed","time":{"start":1728683045438,"stop":1728683045438,"duration":0}},{"uid":"716ca22dccf0578","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/716ca22dccf0578","status":"passed","time":{"start":1728682607280,"stop":1728682607281,"duration":1}},{"uid":"41de028d01d14104","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/41de028d01d14104","status":"passed","time":{"start":1728677103485,"stop":1728677103486,"duration":1}},{"uid":"9080a81017c86ae0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9080a81017c86ae0","status":"passed","time":{"start":1728669777111,"stop":1728669777111,"duration":0}},{"uid":"bb492b01e861668c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bb492b01e861668c","status":"passed","time":{"start":1728598163460,"stop":1728598163460,"duration":0}},{"uid":"729bbfc4c6f6359d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/729bbfc4c6f6359d","status":"passed","time":{"start":1728597375455,"stop":1728597375456,"duration":1}}]},"25090da4c583822349a5b71ab04dabb7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3392ee36c0b89b53","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3392ee36c0b89b53","status":"passed","time":{"start":1728682607292,"stop":1728682607292,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7f7501bb8e0b58d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7f7501bb8e0b58d7","status":"passed","time":{"start":1729034348762,"stop":1729034348762,"duration":0}},{"uid":"d9e7fa33580b7827","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d9e7fa33580b7827","status":"passed","time":{"start":1729034112605,"stop":1729034112605,"duration":0}},{"uid":"35dc0613a06063c4","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/35dc0613a06063c4","status":"passed","time":{"start":1729034035873,"stop":1729034035873,"duration":0}},{"uid":"3784f14904430d8e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3784f14904430d8e","status":"passed","time":{"start":1729033850550,"stop":1729033850550,"duration":0}},{"uid":"9e00d2ddc7370280","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9e00d2ddc7370280","status":"passed","time":{"start":1729031900272,"stop":1729031900273,"duration":1}},{"uid":"321c270439c076be","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/321c270439c076be","status":"passed","time":{"start":1728901446178,"stop":1728901446178,"duration":0}},{"uid":"47a0e75ee56fa9d3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/47a0e75ee56fa9d3","status":"passed","time":{"start":1728892876478,"stop":1728892876478,"duration":0}},{"uid":"c578d2ab82c6a2b1","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c578d2ab82c6a2b1","status":"passed","time":{"start":1728855839200,"stop":1728855839200,"duration":0}},{"uid":"586b1b4f75dd850f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/586b1b4f75dd850f","status":"passed","time":{"start":1728738056465,"stop":1728738056466,"duration":1}},{"uid":"fd0135d605753f66","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fd0135d605753f66","status":"passed","time":{"start":1728682590045,"stop":1728682590045,"duration":0}},{"uid":"4f37474253efd212","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4f37474253efd212","status":"passed","time":{"start":1728682162839,"stop":1728682162840,"duration":1}},{"uid":"ea2828d7bbea5c8a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ea2828d7bbea5c8a","status":"passed","time":{"start":1728676637413,"stop":1728676637413,"duration":0}},{"uid":"7340815b747431b0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7340815b747431b0","status":"passed","time":{"start":1728669360495,"stop":1728669360495,"duration":0}},{"uid":"b0aabfaac1063671","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b0aabfaac1063671","status":"passed","time":{"start":1728597701237,"stop":1728597701237,"duration":0}},{"uid":"6696496d90071a81","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6696496d90071a81","status":"passed","time":{"start":1728596920372,"stop":1728596920372,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"aed7097633632a1c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/aed7097633632a1c","status":"passed","time":{"start":1729034611680,"stop":1729034611681,"duration":1}},{"uid":"50b43f881ea0424c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/50b43f881ea0424c","status":"passed","time":{"start":1729034393656,"stop":1729034393656,"duration":0}},{"uid":"dd5c6ddd8ddbdf44","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/dd5c6ddd8ddbdf44","status":"passed","time":{"start":1729034304854,"stop":1729034304854,"duration":0}},{"uid":"7b58f1f0eca0a785","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7b58f1f0eca0a785","status":"passed","time":{"start":1729034121940,"stop":1729034121940,"duration":0}},{"uid":"771a2901cec6b988","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/771a2901cec6b988","status":"passed","time":{"start":1729032174919,"stop":1729032174919,"duration":0}},{"uid":"77b80cc02d65f07","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/77b80cc02d65f07","status":"passed","time":{"start":1728901881024,"stop":1728901881025,"duration":1}},{"uid":"5f5771132fc9057e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5f5771132fc9057e","status":"passed","time":{"start":1728893317179,"stop":1728893317179,"duration":0}},{"uid":"fab1d5b3bf287d29","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fab1d5b3bf287d29","status":"passed","time":{"start":1728856263110,"stop":1728856263110,"duration":0}},{"uid":"f00470cf4c5ee038","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f00470cf4c5ee038","status":"passed","time":{"start":1728738492803,"stop":1728738492804,"duration":1}},{"uid":"a993d6922ecdba72","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a993d6922ecdba72","status":"passed","time":{"start":1728683030027,"stop":1728683030027,"duration":0}},{"uid":"f3fed9bf88a10d2b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f3fed9bf88a10d2b","status":"passed","time":{"start":1728682581112,"stop":1728682581113,"duration":1}},{"uid":"dd3ab3ea01efbbec","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd3ab3ea01efbbec","status":"passed","time":{"start":1728677082007,"stop":1728677082008,"duration":1}},{"uid":"34d80be401e92b1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/34d80be401e92b1","status":"passed","time":{"start":1728669795404,"stop":1728669795405,"duration":1}},{"uid":"cb0f6fdf270d667d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cb0f6fdf270d667d","status":"passed","time":{"start":1728598137508,"stop":1728598137508,"duration":0}},{"uid":"efc00b03d9df0b61","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/efc00b03d9df0b61","status":"passed","time":{"start":1728597353485,"stop":1728597353485,"duration":0}}]},"da212ac7f2a70884fcdb8c594286173f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d521c141d1d45d0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5d521c141d1d45d0","status":"passed","time":{"start":1729032228816,"stop":1729032228817,"duration":1}}]},"a1f63052056fb89dd3e81a8de175858a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27535d42bcd56bed","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/27535d42bcd56bed","status":"passed","time":{"start":1728893395079,"stop":1728893395079,"duration":0}}]},"bd09a2340b2bba48f5375e314e2ca072:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da0ca7904661dbc6","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/da0ca7904661dbc6","status":"passed","time":{"start":1728677163573,"stop":1728677163574,"duration":1}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f83acbf55acdece4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f83acbf55acdece4","status":"passed","time":{"start":1729034348577,"stop":1729034348577,"duration":0}},{"uid":"de503780c604b686","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/de503780c604b686","status":"passed","time":{"start":1729034112387,"stop":1729034112388,"duration":1}},{"uid":"23581c06e59f8dd8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/23581c06e59f8dd8","status":"passed","time":{"start":1729034035615,"stop":1729034035617,"duration":2}},{"uid":"e94e3a5213fb248a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e94e3a5213fb248a","status":"passed","time":{"start":1729033850405,"stop":1729033850405,"duration":0}},{"uid":"3cdfe96798d68a3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3cdfe96798d68a3","status":"passed","time":{"start":1729031899690,"stop":1729031899691,"duration":1}},{"uid":"a0622e860335b5c0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a0622e860335b5c0","status":"passed","time":{"start":1728901445802,"stop":1728901445802,"duration":0}},{"uid":"92cfc8b1077076f8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/92cfc8b1077076f8","status":"passed","time":{"start":1728892876333,"stop":1728892876334,"duration":1}},{"uid":"8010ae86c32dfadb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8010ae86c32dfadb","status":"passed","time":{"start":1728855838897,"stop":1728855838898,"duration":1}},{"uid":"36dbf60aefae6367","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/36dbf60aefae6367","status":"passed","time":{"start":1728738055941,"stop":1728738055942,"duration":1}},{"uid":"de390420991a61a8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de390420991a61a8","status":"passed","time":{"start":1728682589826,"stop":1728682589826,"duration":0}},{"uid":"5d6a5d1b0b84f631","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5d6a5d1b0b84f631","status":"passed","time":{"start":1728682162268,"stop":1728682162268,"duration":0}},{"uid":"3254aa974a96e4ad","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3254aa974a96e4ad","status":"passed","time":{"start":1728676637065,"stop":1728676637065,"duration":0}},{"uid":"7850f152bc8b709c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7850f152bc8b709c","status":"passed","time":{"start":1728669360435,"stop":1728669360435,"duration":0}},{"uid":"a0154f77b65ba810","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a0154f77b65ba810","status":"passed","time":{"start":1728597700986,"stop":1728597700986,"duration":0}},{"uid":"4e948552ceff5f66","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4e948552ceff5f66","status":"passed","time":{"start":1728596920268,"stop":1728596920269,"duration":1}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cd79d74ffc2ce711","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cd79d74ffc2ce711","status":"passed","time":{"start":1729034630105,"stop":1729034630105,"duration":0}},{"uid":"39bf13c8d32130d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/39bf13c8d32130d1","status":"passed","time":{"start":1729034390822,"stop":1729034390823,"duration":1}},{"uid":"6d3801d642da24d6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6d3801d642da24d6","status":"passed","time":{"start":1729034323922,"stop":1729034323925,"duration":3}},{"uid":"7cfaa02469bac2c5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7cfaa02469bac2c5","status":"passed","time":{"start":1729034140325,"stop":1729034140325,"duration":0}},{"uid":"264151c87650be36","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/264151c87650be36","status":"passed","time":{"start":1729032192391,"stop":1729032192392,"duration":1}},{"uid":"a8606335b3cb2b2f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a8606335b3cb2b2f","status":"passed","time":{"start":1728901896709,"stop":1728901896709,"duration":0}},{"uid":"bd59b6f830d5b030","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bd59b6f830d5b030","status":"passed","time":{"start":1728893334447,"stop":1728893334448,"duration":1}},{"uid":"f254846d728707b7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f254846d728707b7","status":"passed","time":{"start":1728856285987,"stop":1728856285987,"duration":0}},{"uid":"6f0a5a4a6ee1a8e6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6f0a5a4a6ee1a8e6","status":"passed","time":{"start":1728738508178,"stop":1728738508178,"duration":0}},{"uid":"f15cb8d75bc0f5f3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f15cb8d75bc0f5f3","status":"passed","time":{"start":1728683055335,"stop":1728683055335,"duration":0}},{"uid":"3731f53c30424463","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3731f53c30424463","status":"passed","time":{"start":1728682604663,"stop":1728682604663,"duration":0}},{"uid":"7a72d7f1f7484da9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7a72d7f1f7484da9","status":"passed","time":{"start":1728677105012,"stop":1728677105012,"duration":0}},{"uid":"51bf0f5427b9a3e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/51bf0f5427b9a3e0","status":"passed","time":{"start":1728669780767,"stop":1728669780768,"duration":1}},{"uid":"ec49a983c9f69c0b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec49a983c9f69c0b","status":"passed","time":{"start":1728598159630,"stop":1728598159631,"duration":1}},{"uid":"670e176a714f0fa3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/670e176a714f0fa3","status":"passed","time":{"start":1728597371094,"stop":1728597371100,"duration":6}}]},"7771cdb9dde51822c3351e9d6d6dc5c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3122c87bfd52596","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c3122c87bfd52596","status":"passed","time":{"start":1728597472310,"stop":1728597472310,"duration":0}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1f3499efa0df51f7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1f3499efa0df51f7","status":"passed","time":{"start":1729034640524,"stop":1729034640524,"duration":0}},{"uid":"350dd184a83e9bd6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/350dd184a83e9bd6","status":"passed","time":{"start":1729034411424,"stop":1729034411424,"duration":0}},{"uid":"1d69f15fbf1288f6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1d69f15fbf1288f6","status":"passed","time":{"start":1729034327405,"stop":1729034327405,"duration":0}},{"uid":"f4ce0c4080659a82","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f4ce0c4080659a82","status":"passed","time":{"start":1729034147778,"stop":1729034147778,"duration":0}},{"uid":"6c92071e4861828c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6c92071e4861828c","status":"passed","time":{"start":1729032204828,"stop":1729032204829,"duration":1}},{"uid":"3c86087dc08e4ada","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3c86087dc08e4ada","status":"passed","time":{"start":1728901907701,"stop":1728901907702,"duration":1}},{"uid":"2f40dbf253534aa2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2f40dbf253534aa2","status":"passed","time":{"start":1728893341889,"stop":1728893341889,"duration":0}},{"uid":"5b22832465ef5955","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5b22832465ef5955","status":"passed","time":{"start":1728856299376,"stop":1728856299381,"duration":5}},{"uid":"c58c441d136467b9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c58c441d136467b9","status":"passed","time":{"start":1728738511618,"stop":1728738511618,"duration":0}},{"uid":"1fdca62b2a9d1e75","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1fdca62b2a9d1e75","status":"passed","time":{"start":1728683052912,"stop":1728683052912,"duration":0}},{"uid":"ae8f722b15ccbdb4","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ae8f722b15ccbdb4","status":"passed","time":{"start":1728682612911,"stop":1728682612911,"duration":0}},{"uid":"a80a0f73f661845b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/a80a0f73f661845b","status":"passed","time":{"start":1728677115747,"stop":1728677115747,"duration":0}},{"uid":"92dc8d1a7fdbda5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/92dc8d1a7fdbda5","status":"passed","time":{"start":1728669778175,"stop":1728669778175,"duration":0}},{"uid":"30f7c7d7d2a4ab8f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/30f7c7d7d2a4ab8f","status":"passed","time":{"start":1728598175433,"stop":1728598175433,"duration":0}},{"uid":"b23de0690150eac","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b23de0690150eac","status":"passed","time":{"start":1728597380062,"stop":1728597380063,"duration":1}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"623ed148f82a07dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/623ed148f82a07dd","status":"passed","time":{"start":1729034432450,"stop":1729034432451,"duration":1}},{"uid":"e875a7dd7175dee6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/e875a7dd7175dee6","status":"passed","time":{"start":1729034119305,"stop":1729034119305,"duration":0}},{"uid":"8805bae33c14ad9c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8805bae33c14ad9c","status":"passed","time":{"start":1729033933480,"stop":1729033933481,"duration":1}},{"uid":"70c9f2fa736c95f4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/70c9f2fa736c95f4","status":"passed","time":{"start":1729031982921,"stop":1729031982921,"duration":0}},{"uid":"624fd903b5593642","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/624fd903b5593642","status":"passed","time":{"start":1728901527857,"stop":1728901527858,"duration":1}},{"uid":"c0d10684ffcae39e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c0d10684ffcae39e","status":"passed","time":{"start":1728892960140,"stop":1728892960141,"duration":1}},{"uid":"9db3310aa798e04f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9db3310aa798e04f","status":"passed","time":{"start":1728855921715,"stop":1728855921715,"duration":0}},{"uid":"245a75b3980e2b95","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/245a75b3980e2b95","status":"passed","time":{"start":1728738138433,"stop":1728738138433,"duration":0}},{"uid":"87ec61c892932017","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/87ec61c892932017","status":"passed","time":{"start":1728682672253,"stop":1728682672253,"duration":0}},{"uid":"dd7d98bc279161a1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dd7d98bc279161a1","status":"passed","time":{"start":1728682245075,"stop":1728682245075,"duration":0}},{"uid":"c111d6dbdbe3097d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c111d6dbdbe3097d","status":"passed","time":{"start":1728676721300,"stop":1728676721300,"duration":0}},{"uid":"c4b61a141ef9dab9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c4b61a141ef9dab9","status":"passed","time":{"start":1728669444561,"stop":1728669444563,"duration":2}},{"uid":"51b1e79ce4a6adfb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/51b1e79ce4a6adfb","status":"passed","time":{"start":1728597784073,"stop":1728597784074,"duration":1}},{"uid":"d3509e2229664535","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d3509e2229664535","status":"passed","time":{"start":1728597001549,"stop":1728597001550,"duration":1}}]},"05175b01cd147e1353259319de4c1a4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"356ecc3f82c40d2b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/356ecc3f82c40d2b","status":"passed","time":{"start":1729034348415,"stop":1729034348415,"duration":0}},{"uid":"e8a6bbad9b25ac3f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e8a6bbad9b25ac3f","status":"passed","time":{"start":1729034112235,"stop":1729034112236,"duration":1}},{"uid":"541d8120cde4645a","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/541d8120cde4645a","status":"passed","time":{"start":1729034035751,"stop":1729034035751,"duration":0}},{"uid":"ddc448134938d45e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ddc448134938d45e","status":"passed","time":{"start":1729033850302,"stop":1729033850303,"duration":1}},{"uid":"bcb8ae34f1477cf5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bcb8ae34f1477cf5","status":"passed","time":{"start":1729031899903,"stop":1729031899903,"duration":0}},{"uid":"9ba8ca96c736078d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9ba8ca96c736078d","status":"passed","time":{"start":1728901445872,"stop":1728901445872,"duration":0}},{"uid":"a07fdfe9c8e078f7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a07fdfe9c8e078f7","status":"passed","time":{"start":1728892875908,"stop":1728892875908,"duration":0}},{"uid":"b789499bb06cd8ef","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b789499bb06cd8ef","status":"passed","time":{"start":1728855839038,"stop":1728855839039,"duration":1}},{"uid":"d8683a606d7d5993","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d8683a606d7d5993","status":"passed","time":{"start":1728738056185,"stop":1728738056185,"duration":0}},{"uid":"5a8d40e8435389a1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5a8d40e8435389a1","status":"passed","time":{"start":1728682589460,"stop":1728682589460,"duration":0}},{"uid":"cbc5b2022b36df72","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cbc5b2022b36df72","status":"passed","time":{"start":1728682162317,"stop":1728682162318,"duration":1}},{"uid":"5fb25f0b59008e40","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5fb25f0b59008e40","status":"passed","time":{"start":1728676637005,"stop":1728676637005,"duration":0}},{"uid":"3b52aacb58e42af7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3b52aacb58e42af7","status":"passed","time":{"start":1728669360370,"stop":1728669360370,"duration":0}},{"uid":"97a841c122e91284","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/97a841c122e91284","status":"passed","time":{"start":1728597700889,"stop":1728597700890,"duration":1}},{"uid":"3ed4dd7fd6339ce7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/3ed4dd7fd6339ce7","status":"passed","time":{"start":1728596919828,"stop":1728596919828,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"bfd60e52d76c7605","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bfd60e52d76c7605","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034640517,"stop":1729034640517,"duration":0}},{"uid":"85531dc85b7bbc24","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/85531dc85b7bbc24","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034411421,"stop":1729034411421,"duration":0}},{"uid":"ff97199749868a1b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ff97199749868a1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034327397,"stop":1729034327398,"duration":1}},{"uid":"fbb06da52c5c54a9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fbb06da52c5c54a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034147769,"stop":1729034147769,"duration":0}},{"uid":"c2e03c7a08b09dd","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c2e03c7a08b09dd","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032204826,"stop":1729032204826,"duration":0}},{"uid":"c43e1e54e037f333","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c43e1e54e037f333","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901907698,"stop":1728901907698,"duration":0}},{"uid":"66cab64a3334962b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/66cab64a3334962b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893341887,"stop":1728893341887,"duration":0}},{"uid":"d3eea4d23db16086","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d3eea4d23db16086","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856299355,"stop":1728856299355,"duration":0}},{"uid":"c537f533b24f26ba","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c537f533b24f26ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738511615,"stop":1728738511615,"duration":0}},{"uid":"c07110d07d23b2da","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c07110d07d23b2da","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683052909,"stop":1728683052909,"duration":0}},{"uid":"c90567e01526b7d0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c90567e01526b7d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682612909,"stop":1728682612909,"duration":0}},{"uid":"757b6c0b4f071877","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/757b6c0b4f071877","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677115744,"stop":1728677115744,"duration":0}},{"uid":"ad8fb2a05149de2b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ad8fb2a05149de2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669778172,"stop":1728669778173,"duration":1}},{"uid":"208a3682791d3f3e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/208a3682791d3f3e","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598175430,"stop":1728598175430,"duration":0}},{"uid":"d7a112ec71ce4eaa","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d7a112ec71ce4eaa","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597380059,"stop":1728597380059,"duration":0}}]},"aa59f6f94e923079a574ec29454b6499:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"419e8429d1c51383","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/419e8429d1c51383","status":"passed","time":{"start":1729034348216,"stop":1729034348216,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"574bad6a7c1b239a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/574bad6a7c1b239a","status":"passed","time":{"start":1729034682671,"stop":1729034682671,"duration":0}},{"uid":"c6a9bf394cbf512f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c6a9bf394cbf512f","status":"passed","time":{"start":1729034452181,"stop":1729034452182,"duration":1}},{"uid":"3aca9334d26118b9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3aca9334d26118b9","status":"passed","time":{"start":1729034373074,"stop":1729034373074,"duration":0}},{"uid":"3e4878d8cd3a5386","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3e4878d8cd3a5386","status":"passed","time":{"start":1729034188113,"stop":1729034188115,"duration":2}},{"uid":"2c86dc8324b1d457","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c86dc8324b1d457","status":"passed","time":{"start":1729032231861,"stop":1729032231861,"duration":0}},{"uid":"1cd34d90700ace1b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1cd34d90700ace1b","status":"passed","time":{"start":1728901989563,"stop":1728901989564,"duration":1}},{"uid":"a1ed2de0290cc366","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a1ed2de0290cc366","status":"passed","time":{"start":1728893424896,"stop":1728893424897,"duration":1}},{"uid":"1453740a91ef1599","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1453740a91ef1599","status":"passed","time":{"start":1728856376681,"stop":1728856376682,"duration":1}},{"uid":"b6bc58bc80816a11","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b6bc58bc80816a11","status":"passed","time":{"start":1728738593958,"stop":1728738593958,"duration":0}},{"uid":"ed4819593cc90c62","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed4819593cc90c62","status":"passed","time":{"start":1728683135333,"stop":1728683135334,"duration":1}},{"uid":"af68af9493988445","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/af68af9493988445","status":"passed","time":{"start":1728682692582,"stop":1728682692584,"duration":2}},{"uid":"d8009e2a7b4cedf7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d8009e2a7b4cedf7","status":"passed","time":{"start":1728677194227,"stop":1728677194227,"duration":0}},{"uid":"f1540fb27d928708","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f1540fb27d928708","status":"passed","time":{"start":1728669874422,"stop":1728669874422,"duration":0}},{"uid":"6442726d66d9670a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6442726d66d9670a","status":"passed","time":{"start":1728598257459,"stop":1728598257459,"duration":0}},{"uid":"81e62991a2909f8a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/81e62991a2909f8a","status":"passed","time":{"start":1728597471282,"stop":1728597471282,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1be2887f445306db","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1be2887f445306db","status":"passed","time":{"start":1729034536094,"stop":1729034536095,"duration":1}},{"uid":"4c5538beffe3d46a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4c5538beffe3d46a","status":"passed","time":{"start":1729034296700,"stop":1729034296700,"duration":0}},{"uid":"28c1e879ba0a6243","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28c1e879ba0a6243","status":"passed","time":{"start":1729034220595,"stop":1729034220596,"duration":1}},{"uid":"d3632c673bf8652a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d3632c673bf8652a","status":"passed","time":{"start":1729034041472,"stop":1729034041473,"duration":1}},{"uid":"e8a00d5402d5d955","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e8a00d5402d5d955","status":"passed","time":{"start":1728901705382,"stop":1728901705382,"duration":0}},{"uid":"1ccf994636393484","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1ccf994636393484","status":"passed","time":{"start":1728893141766,"stop":1728893141767,"duration":1}},{"uid":"4ebfc96bf2b8044f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4ebfc96bf2b8044f","status":"passed","time":{"start":1728856087078,"stop":1728856087078,"duration":0}},{"uid":"12863eaf395f7139","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/12863eaf395f7139","status":"passed","time":{"start":1728738321429,"stop":1728738321430,"duration":1}},{"uid":"e319dd3339320de4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e319dd3339320de4","status":"passed","time":{"start":1728682845669,"stop":1728682845669,"duration":0}},{"uid":"fb5662c4064f0d9d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fb5662c4064f0d9d","status":"passed","time":{"start":1728682424301,"stop":1728682424302,"duration":1}},{"uid":"72efaa53ea5d4ae1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/72efaa53ea5d4ae1","status":"passed","time":{"start":1728676900510,"stop":1728676900510,"duration":0}},{"uid":"fdc9c67cb86cbd96","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fdc9c67cb86cbd96","status":"passed","time":{"start":1728669625793,"stop":1728669625794,"duration":1}},{"uid":"c5a1c28ad6cda23c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c5a1c28ad6cda23c","status":"passed","time":{"start":1728597957158,"stop":1728597957158,"duration":0}},{"uid":"9c9642d311d678cf","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9c9642d311d678cf","status":"passed","time":{"start":1728597182592,"stop":1728597182593,"duration":1}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b432aaea450e842e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b432aaea450e842e","status":"passed","time":{"start":1729034341411,"stop":1729034341411,"duration":0}},{"uid":"329012e1822bf506","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/329012e1822bf506","status":"passed","time":{"start":1729034104920,"stop":1729034104920,"duration":0}},{"uid":"3ec670bda272cc20","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3ec670bda272cc20","status":"passed","time":{"start":1729034028519,"stop":1729034028519,"duration":0}},{"uid":"7c61052c420f615c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7c61052c420f615c","status":"passed","time":{"start":1729033843126,"stop":1729033843126,"duration":0}},{"uid":"2f2c7fb2aa348b4d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2f2c7fb2aa348b4d","status":"passed","time":{"start":1729031892684,"stop":1729031892684,"duration":0}},{"uid":"14f9fd267a00a863","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/14f9fd267a00a863","status":"passed","time":{"start":1728901438816,"stop":1728901438816,"duration":0}},{"uid":"b8ec5bdd35485a78","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b8ec5bdd35485a78","status":"passed","time":{"start":1728892869009,"stop":1728892869009,"duration":0}},{"uid":"fc058c5dd186e57c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fc058c5dd186e57c","status":"passed","time":{"start":1728855831900,"stop":1728855831900,"duration":0}},{"uid":"688de8af4dddd8c9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/688de8af4dddd8c9","status":"passed","time":{"start":1728738049048,"stop":1728738049048,"duration":0}},{"uid":"3609fef8cad8d447","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3609fef8cad8d447","status":"passed","time":{"start":1728682582627,"stop":1728682582627,"duration":0}},{"uid":"cc8eb446ae9d39d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cc8eb446ae9d39d7","status":"passed","time":{"start":1728682155415,"stop":1728682155415,"duration":0}},{"uid":"f28d97f9cfa46a6e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f28d97f9cfa46a6e","status":"passed","time":{"start":1728676629982,"stop":1728676629982,"duration":0}},{"uid":"b02c05b83e86ebe2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b02c05b83e86ebe2","status":"passed","time":{"start":1728669353109,"stop":1728669353109,"duration":0}},{"uid":"890fdc6230f25a96","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/890fdc6230f25a96","status":"passed","time":{"start":1728597693855,"stop":1728597693856,"duration":1}},{"uid":"c357581062c980c4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c357581062c980c4","status":"passed","time":{"start":1728596913099,"stop":1728596913099,"duration":0}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"734e9f55eb05dfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/734e9f55eb05dfe","status":"passed","time":{"start":1729034640527,"stop":1729034640527,"duration":0}},{"uid":"5f5cf4ef7a263880","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f5cf4ef7a263880","status":"passed","time":{"start":1729034411427,"stop":1729034411427,"duration":0}},{"uid":"60a795f8b145d9d3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/60a795f8b145d9d3","status":"passed","time":{"start":1729034327410,"stop":1729034327411,"duration":1}},{"uid":"99adbb840a61736c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/99adbb840a61736c","status":"passed","time":{"start":1729034147787,"stop":1729034147791,"duration":4}},{"uid":"d5aef133433fd6cf","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d5aef133433fd6cf","status":"passed","time":{"start":1729032204832,"stop":1729032204833,"duration":1}},{"uid":"f3b6a8ff22079759","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f3b6a8ff22079759","status":"passed","time":{"start":1728901907716,"stop":1728901907716,"duration":0}},{"uid":"4e2253673362ffc7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4e2253673362ffc7","status":"passed","time":{"start":1728893341892,"stop":1728893341892,"duration":0}},{"uid":"66c0d0f99fe81518","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/66c0d0f99fe81518","status":"passed","time":{"start":1728856299386,"stop":1728856299387,"duration":1}},{"uid":"89300d5da1bd27c5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/89300d5da1bd27c5","status":"passed","time":{"start":1728738511623,"stop":1728738511623,"duration":0}},{"uid":"6308e6b9f92071e3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6308e6b9f92071e3","status":"passed","time":{"start":1728683052914,"stop":1728683052915,"duration":1}},{"uid":"f4315dbd568c8e70","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f4315dbd568c8e70","status":"passed","time":{"start":1728682612914,"stop":1728682612915,"duration":1}},{"uid":"23ee97cf2afea1ef","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/23ee97cf2afea1ef","status":"passed","time":{"start":1728677115750,"stop":1728677115751,"duration":1}},{"uid":"680aea4d8658e793","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/680aea4d8658e793","status":"passed","time":{"start":1728669778186,"stop":1728669778187,"duration":1}},{"uid":"dce9ad3da8ef22cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/dce9ad3da8ef22cd","status":"passed","time":{"start":1728598175437,"stop":1728598175437,"duration":0}},{"uid":"6a4ac75c85e96b72","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/6a4ac75c85e96b72","status":"passed","time":{"start":1728597380066,"stop":1728597380066,"duration":0}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4873e0b2f7d16792","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4873e0b2f7d16792","status":"passed","time":{"start":1729034655443,"stop":1729034655443,"duration":0}},{"uid":"abc23093b9d0424e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/abc23093b9d0424e","status":"passed","time":{"start":1729034425377,"stop":1729034425377,"duration":0}},{"uid":"a70960f7bd2aeb9c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a70960f7bd2aeb9c","status":"passed","time":{"start":1729034346109,"stop":1729034346109,"duration":0}},{"uid":"2cf00c1fc945f5d5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2cf00c1fc945f5d5","status":"passed","time":{"start":1729034162415,"stop":1729034162415,"duration":0}},{"uid":"9a56be2f60829d3f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/9a56be2f60829d3f","status":"passed","time":{"start":1729032197326,"stop":1729032197326,"duration":0}},{"uid":"453333c0581d6f93","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/453333c0581d6f93","status":"passed","time":{"start":1728901899712,"stop":1728901899712,"duration":0}},{"uid":"a52433dc9902199b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a52433dc9902199b","status":"passed","time":{"start":1728893334923,"stop":1728893334923,"duration":0}},{"uid":"f2334a2a2a2b6a09","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f2334a2a2a2b6a09","status":"passed","time":{"start":1728856288018,"stop":1728856288018,"duration":0}},{"uid":"579ed0c15bf86ea9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/579ed0c15bf86ea9","status":"passed","time":{"start":1728738501689,"stop":1728738501690,"duration":1}},{"uid":"f389d8cbe847a163","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f389d8cbe847a163","status":"passed","time":{"start":1728683044487,"stop":1728683044488,"duration":1}},{"uid":"9be9935d51e72290","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9be9935d51e72290","status":"passed","time":{"start":1728682619633,"stop":1728682619634,"duration":1}},{"uid":"4058f0c6e2297374","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4058f0c6e2297374","status":"passed","time":{"start":1728677104185,"stop":1728677104186,"duration":1}},{"uid":"6c289abf24702415","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6c289abf24702415","status":"passed","time":{"start":1728669759888,"stop":1728669759888,"duration":0}},{"uid":"c46ffb83ae3e7b86","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c46ffb83ae3e7b86","status":"passed","time":{"start":1728598164491,"stop":1728598164491,"duration":0}},{"uid":"cd2410ec24008292","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/cd2410ec24008292","status":"passed","time":{"start":1728597385267,"stop":1728597385267,"duration":0}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d12feffc00f0ad73","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d12feffc00f0ad73","status":"passed","time":{"start":1729034424277,"stop":1729034424277,"duration":0}},{"uid":"b23730ebe4011e05","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b23730ebe4011e05","status":"passed","time":{"start":1729034190706,"stop":1729034190707,"duration":1}},{"uid":"3851cd01254facb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3851cd01254facb","status":"passed","time":{"start":1729034108433,"stop":1729034108433,"duration":0}},{"uid":"44842cd37fb8acb5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/44842cd37fb8acb5","status":"passed","time":{"start":1729033925387,"stop":1729033925387,"duration":0}},{"uid":"dc18a7647a5019ec","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/dc18a7647a5019ec","status":"passed","time":{"start":1729031975194,"stop":1729031975194,"duration":0}},{"uid":"1359e71574de5c81","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1359e71574de5c81","status":"passed","time":{"start":1728901537878,"stop":1728901537879,"duration":1}},{"uid":"ceea9802ea0bb691","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ceea9802ea0bb691","status":"passed","time":{"start":1728892972432,"stop":1728892972432,"duration":0}},{"uid":"364f0478442f36c4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/364f0478442f36c4","status":"passed","time":{"start":1728855933072,"stop":1728855933073,"duration":1}},{"uid":"8516ef16a82326a1","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8516ef16a82326a1","status":"passed","time":{"start":1728738149927,"stop":1728738149927,"duration":0}},{"uid":"a459884eae1c7542","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a459884eae1c7542","status":"passed","time":{"start":1728682681971,"stop":1728682681971,"duration":0}},{"uid":"c1651a32100c8e50","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c1651a32100c8e50","status":"passed","time":{"start":1728682257770,"stop":1728682257771,"duration":1}},{"uid":"9d4ec53ca5919db7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9d4ec53ca5919db7","status":"passed","time":{"start":1728676730788,"stop":1728676730788,"duration":0}},{"uid":"5b46158dcfea1e58","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5b46158dcfea1e58","status":"passed","time":{"start":1728669456896,"stop":1728669456897,"duration":1}},{"uid":"ae80accff5f42d9a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ae80accff5f42d9a","status":"passed","time":{"start":1728597795921,"stop":1728597795921,"duration":0}},{"uid":"70a5ba12af3e336d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/70a5ba12af3e336d","status":"passed","time":{"start":1728597010202,"stop":1728597010202,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2710b7083cf92f29","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2710b7083cf92f29","status":"passed","time":{"start":1729034713699,"stop":1729034713700,"duration":1}},{"uid":"dd86ab23b862da9c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/dd86ab23b862da9c","status":"passed","time":{"start":1729034487482,"stop":1729034487483,"duration":1}},{"uid":"48dcff805d16c047","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/48dcff805d16c047","status":"passed","time":{"start":1729034446108,"stop":1729034446108,"duration":0}},{"uid":"7f2716e908dffaf7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7f2716e908dffaf7","status":"passed","time":{"start":1729032275826,"stop":1729032275827,"duration":1}},{"uid":"94deb7a84846c725","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/94deb7a84846c725","status":"passed","time":{"start":1728902036739,"stop":1728902036740,"duration":1}},{"uid":"b41008a8b52a8c76","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b41008a8b52a8c76","status":"passed","time":{"start":1728893472412,"stop":1728893472413,"duration":1}},{"uid":"9ddeedb007b4d362","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9ddeedb007b4d362","status":"passed","time":{"start":1728856423199,"stop":1728856423199,"duration":0}},{"uid":"a3f86fa5ff38c5ae","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a3f86fa5ff38c5ae","status":"passed","time":{"start":1728738648728,"stop":1728738648728,"duration":0}},{"uid":"adc72e96ea9a1920","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/adc72e96ea9a1920","status":"passed","time":{"start":1728683179654,"stop":1728683179654,"duration":0}},{"uid":"95591bf272b099e2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/95591bf272b099e2","status":"passed","time":{"start":1728682757950,"stop":1728682757950,"duration":0}},{"uid":"254e8ae01b84ae00","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/254e8ae01b84ae00","status":"passed","time":{"start":1728677238450,"stop":1728677238450,"duration":0}},{"uid":"9b0e5510f879373a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9b0e5510f879373a","status":"passed","time":{"start":1728669928219,"stop":1728669928219,"duration":0}},{"uid":"9e729cadc468e7c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9e729cadc468e7c7","status":"passed","time":{"start":1728598319588,"stop":1728598319589,"duration":1}},{"uid":"e7373957e5cef31","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e7373957e5cef31","status":"passed","time":{"start":1728597520645,"stop":1728597520646,"duration":1}}]},"bf09590b4189b78031cad66643c1ed06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f87edbdfc4cc1c62","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f87edbdfc4cc1c62","status":"passed","time":{"start":1728738555095,"stop":1728738555095,"duration":0}}]},"13036aa89328f251287fa0606bb92f47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"676b537d6ec506","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/676b537d6ec506","status":"passed","time":{"start":1729034665584,"stop":1729034665584,"duration":0}},{"uid":"34921e40446f18e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/34921e40446f18e","status":"passed","time":{"start":1729034434264,"stop":1729034434264,"duration":0}},{"uid":"ae6a9b26f0e82bb8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ae6a9b26f0e82bb8","status":"passed","time":{"start":1729034350162,"stop":1729034350163,"duration":1}},{"uid":"57fecdc01a91746c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/57fecdc01a91746c","status":"passed","time":{"start":1729034169195,"stop":1729034169196,"duration":1}},{"uid":"7b9914d86d90ac64","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7b9914d86d90ac64","status":"passed","time":{"start":1729032228068,"stop":1729032228069,"duration":1}},{"uid":"60fc8b5870138061","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/60fc8b5870138061","status":"passed","time":{"start":1728901947147,"stop":1728901947147,"duration":0}},{"uid":"b33186a2c08b0c0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b33186a2c08b0c0","status":"passed","time":{"start":1728893380059,"stop":1728893380059,"duration":0}},{"uid":"1687ff79a21f10c3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1687ff79a21f10c3","status":"passed","time":{"start":1728856336881,"stop":1728856336881,"duration":0}},{"uid":"15b8ac05348e4ea8","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/15b8ac05348e4ea8","status":"passed","time":{"start":1728738551165,"stop":1728738551169,"duration":4}},{"uid":"82731666123ec6df","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82731666123ec6df","status":"passed","time":{"start":1728683095877,"stop":1728683095877,"duration":0}},{"uid":"3cd5a28adad4f3b9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3cd5a28adad4f3b9","status":"passed","time":{"start":1728682657390,"stop":1728682657391,"duration":1}},{"uid":"678cbc01a89f8ddf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/678cbc01a89f8ddf","status":"passed","time":{"start":1728677151467,"stop":1728677151467,"duration":0}},{"uid":"ff728fb9a5c6a131","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff728fb9a5c6a131","status":"passed","time":{"start":1728669832894,"stop":1728669832895,"duration":1}},{"uid":"ec60ea141eb859f2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec60ea141eb859f2","status":"passed","time":{"start":1728598215611,"stop":1728598215612,"duration":1}},{"uid":"f592384f9e3ad104","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f592384f9e3ad104","status":"passed","time":{"start":1728597425045,"stop":1728597425045,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5f804ec9fceb9a37","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f804ec9fceb9a37","status":"passed","time":{"start":1729034611683,"stop":1729034611684,"duration":1}},{"uid":"bfbd601d5bc6ac0f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bfbd601d5bc6ac0f","status":"passed","time":{"start":1729034393665,"stop":1729034393665,"duration":0}},{"uid":"469140f71d8a1bd9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/469140f71d8a1bd9","status":"passed","time":{"start":1729034304857,"stop":1729034304857,"duration":0}},{"uid":"be6f43f9b8be1f4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/be6f43f9b8be1f4","status":"passed","time":{"start":1729034121951,"stop":1729034121952,"duration":1}},{"uid":"bf8052c34657e650","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bf8052c34657e650","status":"passed","time":{"start":1729032174929,"stop":1729032174929,"duration":0}},{"uid":"1afc7b88b6ff9b72","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1afc7b88b6ff9b72","status":"passed","time":{"start":1728901881031,"stop":1728901881032,"duration":1}},{"uid":"226084f2811ad24a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/226084f2811ad24a","status":"passed","time":{"start":1728893317182,"stop":1728893317182,"duration":0}},{"uid":"82f3a3c2f66de7f0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/82f3a3c2f66de7f0","status":"passed","time":{"start":1728856263122,"stop":1728856263126,"duration":4}},{"uid":"2a69c69c27f85c4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2a69c69c27f85c4","status":"passed","time":{"start":1728738492806,"stop":1728738492807,"duration":1}},{"uid":"994635dfb578693a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/994635dfb578693a","status":"passed","time":{"start":1728683030030,"stop":1728683030030,"duration":0}},{"uid":"c7581471b832e16d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7581471b832e16d","status":"passed","time":{"start":1728682581130,"stop":1728682581130,"duration":0}},{"uid":"35db58744c80f184","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/35db58744c80f184","status":"passed","time":{"start":1728677082011,"stop":1728677082012,"duration":1}},{"uid":"5965c5d3977e3203","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5965c5d3977e3203","status":"passed","time":{"start":1728669795408,"stop":1728669795408,"duration":0}},{"uid":"cbcb60f89491a941","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cbcb60f89491a941","status":"passed","time":{"start":1728598137510,"stop":1728598137510,"duration":0}},{"uid":"7600ea29dd07bf05","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7600ea29dd07bf05","status":"passed","time":{"start":1728597353488,"stop":1728597353488,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"fb7f69f368614efa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fb7f69f368614efa","status":"passed","time":{"start":1729034537008,"stop":1729034537008,"duration":0}},{"uid":"aff50330d90767ca","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aff50330d90767ca","status":"passed","time":{"start":1729034307168,"stop":1729034307168,"duration":0}},{"uid":"b26e95abc98122b6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b26e95abc98122b6","status":"passed","time":{"start":1729034223444,"stop":1729034223444,"duration":0}},{"uid":"5acf058b8ca06a45","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5acf058b8ca06a45","status":"passed","time":{"start":1729034041650,"stop":1729034041650,"duration":0}},{"uid":"460b720e9edd9d36","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/460b720e9edd9d36","status":"passed","time":{"start":1729032093970,"stop":1729032093971,"duration":1}},{"uid":"ef69d8b00ef10bc6","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ef69d8b00ef10bc6","status":"passed","time":{"start":1728901748868,"stop":1728901748869,"duration":1}},{"uid":"92c98445b37ac148","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/92c98445b37ac148","status":"passed","time":{"start":1728893181173,"stop":1728893181174,"duration":1}},{"uid":"f84a66d37ee910d6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f84a66d37ee910d6","status":"passed","time":{"start":1728856155639,"stop":1728856155639,"duration":0}},{"uid":"7458d2317e66857e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7458d2317e66857e","status":"passed","time":{"start":1728738360440,"stop":1728738360441,"duration":1}},{"uid":"3b81bd017eaaf5b3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3b81bd017eaaf5b3","status":"passed","time":{"start":1728682907311,"stop":1728682907312,"duration":1}},{"uid":"947b25271bd52a6a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/947b25271bd52a6a","status":"passed","time":{"start":1728682466792,"stop":1728682466792,"duration":0}},{"uid":"cdc107255fb933e8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/cdc107255fb933e8","status":"passed","time":{"start":1728676955822,"stop":1728676955823,"duration":1}},{"uid":"132ae6aad133a8d9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/132ae6aad133a8d9","status":"passed","time":{"start":1728669626611,"stop":1728669626611,"duration":0}},{"uid":"1aa06ba1f35c18bf","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1aa06ba1f35c18bf","status":"passed","time":{"start":1728598013626,"stop":1728598013626,"duration":0}},{"uid":"25640981fa77bd75","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/25640981fa77bd75","status":"passed","time":{"start":1728597225282,"stop":1728597225282,"duration":0}}]},"e91b7938b3555a72ef58f1ffde5cc5d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d90d877037bd94d6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d90d877037bd94d6","status":"passed","time":{"start":1729034428554,"stop":1729034428554,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1085f7a2e283e37","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1085f7a2e283e37","status":"passed","time":{"start":1729034536100,"stop":1729034536100,"duration":0}},{"uid":"add6108f6f16ef80","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/add6108f6f16ef80","status":"passed","time":{"start":1729034296705,"stop":1729034296706,"duration":1}},{"uid":"3991054bf388de7c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3991054bf388de7c","status":"passed","time":{"start":1729034220602,"stop":1729034220603,"duration":1}},{"uid":"86a898d96fc35bf2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/86a898d96fc35bf2","status":"passed","time":{"start":1729034041486,"stop":1729034041487,"duration":1}},{"uid":"326f94a1ee3164b3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/326f94a1ee3164b3","status":"passed","time":{"start":1728901705392,"stop":1728901705399,"duration":7}},{"uid":"e97f4f4a2b030e4e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/e97f4f4a2b030e4e","status":"passed","time":{"start":1728893141775,"stop":1728893141775,"duration":0}},{"uid":"6af622a312da0b87","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6af622a312da0b87","status":"passed","time":{"start":1728856087082,"stop":1728856087083,"duration":1}},{"uid":"845f5a4e61cde1f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/845f5a4e61cde1f5","status":"passed","time":{"start":1728738321433,"stop":1728738321433,"duration":0}},{"uid":"a4199de8df50f265","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a4199de8df50f265","status":"passed","time":{"start":1728682845673,"stop":1728682845673,"duration":0}},{"uid":"67eb5ec7fc5a65c8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/67eb5ec7fc5a65c8","status":"passed","time":{"start":1728682424309,"stop":1728682424309,"duration":0}},{"uid":"710c330960c21a8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/710c330960c21a8","status":"passed","time":{"start":1728676900514,"stop":1728676900515,"duration":1}},{"uid":"15dc5e724fcf1836","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/15dc5e724fcf1836","status":"passed","time":{"start":1728669625799,"stop":1728669625799,"duration":0}},{"uid":"2e20677a233d1c64","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e20677a233d1c64","status":"passed","time":{"start":1728597957163,"stop":1728597957164,"duration":1}},{"uid":"24b7ae5d287af303","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/24b7ae5d287af303","status":"passed","time":{"start":1728597182616,"stop":1728597182616,"duration":0}}]},"1d11ebbe9c66399e620fe8fe3704926b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73402fca6f97d310","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73402fca6f97d310","status":"passed","time":{"start":1729032206889,"stop":1729032206889,"duration":0}}]},"50464fc6d54be2aa9b809138c9497be7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f9fd8e8356b0a12","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f9fd8e8356b0a12","status":"passed","time":{"start":1728597434076,"stop":1728597434077,"duration":1}}]},"1af3d1c3c03a52859ffbd78d202017eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a69b1f6835832d17","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a69b1f6835832d17","status":"passed","time":{"start":1729034169450,"stop":1729034169451,"duration":1}}]},"681c9143262cedd16c2bfb46cb2ccee2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1261d40acdae62","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b1261d40acdae62","status":"passed","time":{"start":1729034169445,"stop":1729034169449,"duration":4}}]},"21b4353bcc57e834be748314f50742a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"881c43319367ab74","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/881c43319367ab74","status":"passed","time":{"start":1728677156817,"stop":1728677156817,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7cb652a637eca1d3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7cb652a637eca1d3","status":"passed","time":{"start":1729034536099,"stop":1729034536099,"duration":0}},{"uid":"26507f67b9fb723a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/26507f67b9fb723a","status":"passed","time":{"start":1729034296705,"stop":1729034296705,"duration":0}},{"uid":"f9cb405f00a49ad5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f9cb405f00a49ad5","status":"passed","time":{"start":1729034220602,"stop":1729034220602,"duration":0}},{"uid":"d9277d53a328231b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9277d53a328231b","status":"passed","time":{"start":1729034041485,"stop":1729034041486,"duration":1}},{"uid":"149b66ff7fcac49f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/149b66ff7fcac49f","status":"passed","time":{"start":1728901705391,"stop":1728901705391,"duration":0}},{"uid":"9cbd00b25d709e73","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9cbd00b25d709e73","status":"passed","time":{"start":1728893141774,"stop":1728893141775,"duration":1}},{"uid":"20ee6fa3df469ea0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/20ee6fa3df469ea0","status":"passed","time":{"start":1728856087081,"stop":1728856087082,"duration":1}},{"uid":"6912adf3bde9a953","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6912adf3bde9a953","status":"passed","time":{"start":1728738321433,"stop":1728738321433,"duration":0}},{"uid":"54960e622bca8c10","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/54960e622bca8c10","status":"passed","time":{"start":1728682845672,"stop":1728682845673,"duration":1}},{"uid":"3cd3f35410ebafe9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3cd3f35410ebafe9","status":"passed","time":{"start":1728682424308,"stop":1728682424308,"duration":0}},{"uid":"7424b72bd8ced016","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7424b72bd8ced016","status":"passed","time":{"start":1728676900513,"stop":1728676900514,"duration":1}},{"uid":"881b0544efab85ab","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/881b0544efab85ab","status":"passed","time":{"start":1728669625798,"stop":1728669625799,"duration":1}},{"uid":"16bb8fdeab84f42","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/16bb8fdeab84f42","status":"passed","time":{"start":1728597957162,"stop":1728597957163,"duration":1}},{"uid":"e89f2d44929c0aa4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e89f2d44929c0aa4","status":"passed","time":{"start":1728597182615,"stop":1728597182615,"duration":0}}]},"1ff8d26ec35a4a9c0d9ac7388b710a89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96425ce887067468","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/96425ce887067468","status":"passed","time":{"start":1728683033639,"stop":1728683033639,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b76c4021e6fb6bc1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b76c4021e6fb6bc1","status":"passed","time":{"start":1729034341399,"stop":1729034341400,"duration":1}},{"uid":"de505280baef8308","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/de505280baef8308","status":"passed","time":{"start":1729034104908,"stop":1729034104908,"duration":0}},{"uid":"f4b4e06718388384","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f4b4e06718388384","status":"passed","time":{"start":1729034028505,"stop":1729034028505,"duration":0}},{"uid":"d7bb40dfcbc7fcc2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d7bb40dfcbc7fcc2","status":"passed","time":{"start":1729033843113,"stop":1729033843114,"duration":1}},{"uid":"fdd99996705ca1e6","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fdd99996705ca1e6","status":"passed","time":{"start":1729031892672,"stop":1729031892673,"duration":1}},{"uid":"509f8746d67abc08","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/509f8746d67abc08","status":"passed","time":{"start":1728901438804,"stop":1728901438804,"duration":0}},{"uid":"50a4a770f7be55a5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/50a4a770f7be55a5","status":"passed","time":{"start":1728892868995,"stop":1728892868996,"duration":1}},{"uid":"f4f26182a3dc1539","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f4f26182a3dc1539","status":"passed","time":{"start":1728855831888,"stop":1728855831888,"duration":0}},{"uid":"dfa3f5341188099c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dfa3f5341188099c","status":"passed","time":{"start":1728738049035,"stop":1728738049035,"duration":0}},{"uid":"c0287f3e2d48f19e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c0287f3e2d48f19e","status":"passed","time":{"start":1728682582613,"stop":1728682582613,"duration":0}},{"uid":"6130b5a989b0c04d","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6130b5a989b0c04d","status":"passed","time":{"start":1728682155403,"stop":1728682155404,"duration":1}},{"uid":"53d2a1b0aa6eadce","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/53d2a1b0aa6eadce","status":"passed","time":{"start":1728676629969,"stop":1728676629969,"duration":0}},{"uid":"ff55e71cf2c9f8bb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ff55e71cf2c9f8bb","status":"passed","time":{"start":1728669353096,"stop":1728669353097,"duration":1}},{"uid":"50fe35449bf6bead","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/50fe35449bf6bead","status":"passed","time":{"start":1728597693841,"stop":1728597693842,"duration":1}},{"uid":"288dcc438c5a296","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/288dcc438c5a296","status":"passed","time":{"start":1728596913086,"stop":1728596913086,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ccc4d5fd2c587f44","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ccc4d5fd2c587f44","status":"passed","time":{"start":1729034694621,"stop":1729034694621,"duration":0}},{"uid":"5b476f9344a9c116","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5b476f9344a9c116","status":"passed","time":{"start":1729034462008,"stop":1729034462009,"duration":1}},{"uid":"49b4ffe7cf92292e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/49b4ffe7cf92292e","status":"passed","time":{"start":1729034375966,"stop":1729034375967,"duration":1}},{"uid":"bd44b38ecc63a448","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bd44b38ecc63a448","status":"passed","time":{"start":1729034200062,"stop":1729034200063,"duration":1}},{"uid":"85c7587cf1d21da","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/85c7587cf1d21da","status":"passed","time":{"start":1729032257881,"stop":1729032257886,"duration":5}},{"uid":"d2f64757c1ba14e2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d2f64757c1ba14e2","status":"passed","time":{"start":1728902003559,"stop":1728902003560,"duration":1}},{"uid":"3c995b32eb6381c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3c995b32eb6381c4","status":"passed","time":{"start":1728893434692,"stop":1728893434692,"duration":0}},{"uid":"8129e0d12117b396","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8129e0d12117b396","status":"passed","time":{"start":1728856398639,"stop":1728856398640,"duration":1}},{"uid":"5fc5622df37c223","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5fc5622df37c223","status":"passed","time":{"start":1728738611998,"stop":1728738612000,"duration":2}},{"uid":"75b4ae783fdb7ca3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/75b4ae783fdb7ca3","status":"passed","time":{"start":1728683155006,"stop":1728683155007,"duration":1}},{"uid":"5cf05a519b554f1c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5cf05a519b554f1c","status":"passed","time":{"start":1728682706100,"stop":1728682706101,"duration":1}},{"uid":"de26bd6b9eb0b0b8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/de26bd6b9eb0b0b8","status":"passed","time":{"start":1728677207492,"stop":1728677207492,"duration":0}},{"uid":"b1cd9d670dc7df5f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b1cd9d670dc7df5f","status":"passed","time":{"start":1728669887095,"stop":1728669887095,"duration":0}},{"uid":"ed860dd5c17ffd7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ed860dd5c17ffd7","status":"passed","time":{"start":1728598263632,"stop":1728598263633,"duration":1}},{"uid":"4eee8ac8b43dfa20","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4eee8ac8b43dfa20","status":"passed","time":{"start":1728597478273,"stop":1728597478273,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e2fdb7993d3f3a51","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e2fdb7993d3f3a51","status":"passed","time":{"start":1729034332796,"stop":1729034332796,"duration":0}},{"uid":"9b10629192121607","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9b10629192121607","status":"passed","time":{"start":1729034096146,"stop":1729034096146,"duration":0}},{"uid":"8e215877630afb72","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8e215877630afb72","status":"passed","time":{"start":1729034020102,"stop":1729034020103,"duration":1}},{"uid":"ceac3e92f9f46ffd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ceac3e92f9f46ffd","status":"passed","time":{"start":1729033834401,"stop":1729033834402,"duration":1}},{"uid":"c997ef109a33a82d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c997ef109a33a82d","status":"passed","time":{"start":1729031884177,"stop":1729031884177,"duration":0}},{"uid":"73f07a4ed6063bb5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/73f07a4ed6063bb5","status":"passed","time":{"start":1728901430210,"stop":1728901430210,"duration":0}},{"uid":"5c6a0151b93d1fa7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5c6a0151b93d1fa7","status":"passed","time":{"start":1728892860431,"stop":1728892860432,"duration":1}},{"uid":"748ba9ea3d51c768","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/748ba9ea3d51c768","status":"passed","time":{"start":1728855823268,"stop":1728855823268,"duration":0}},{"uid":"4a7cdde31b0ff023","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4a7cdde31b0ff023","status":"passed","time":{"start":1728738040615,"stop":1728738040615,"duration":0}},{"uid":"d8e21b6cb6bc1752","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d8e21b6cb6bc1752","status":"passed","time":{"start":1728682574126,"stop":1728682574126,"duration":0}},{"uid":"5f899f7d3cac58d7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5f899f7d3cac58d7","status":"passed","time":{"start":1728682146845,"stop":1728682146845,"duration":0}},{"uid":"7c5fae92f8841933","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7c5fae92f8841933","status":"passed","time":{"start":1728676621445,"stop":1728676621445,"duration":0}},{"uid":"8efc606f5fc645fe","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8efc606f5fc645fe","status":"passed","time":{"start":1728669344423,"stop":1728669344423,"duration":0}},{"uid":"820223cbe5603888","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/820223cbe5603888","status":"passed","time":{"start":1728597685247,"stop":1728597685247,"duration":0}},{"uid":"c9a2729791c935d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c9a2729791c935d1","status":"passed","time":{"start":1728596904559,"stop":1728596904559,"duration":0}}]},"8b9fd771823d9e9f18b48e7024fe8741:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9dfa94d9213eb29c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9dfa94d9213eb29c","status":"passed","time":{"start":1728901901767,"stop":1728901901767,"duration":0}}]},"1b6abdac207bc0ab4ee30ddd3180be10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e900e131588c3ff0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e900e131588c3ff0","status":"passed","time":{"start":1729034566434,"stop":1729034566435,"duration":1}},{"uid":"e80f701cf6c9bfa1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e80f701cf6c9bfa1","status":"passed","time":{"start":1729034332755,"stop":1729034332756,"duration":1}},{"uid":"6a6f9db9bdced9f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6a6f9db9bdced9f8","status":"passed","time":{"start":1729034249939,"stop":1729034249939,"duration":0}},{"uid":"fa64dad131ac184d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fa64dad131ac184d","status":"passed","time":{"start":1729034067822,"stop":1729034067823,"duration":1}},{"uid":"f70c0b5fb76811a7","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f70c0b5fb76811a7","status":"passed","time":{"start":1729032123016,"stop":1729032123016,"duration":0}},{"uid":"9f4bd0b1f6e773d4","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/9f4bd0b1f6e773d4","status":"passed","time":{"start":1728901787320,"stop":1728901787321,"duration":1}},{"uid":"51f9f5c9a56e6127","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/51f9f5c9a56e6127","status":"passed","time":{"start":1728893221705,"stop":1728893221705,"duration":0}},{"uid":"fb5b01790fd9426","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/fb5b01790fd9426","status":"passed","time":{"start":1728856192847,"stop":1728856192847,"duration":0}},{"uid":"389a850c4b2d86b3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/389a850c4b2d86b3","status":"passed","time":{"start":1728738398374,"stop":1728738398374,"duration":0}},{"uid":"40ca60b468514498","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/40ca60b468514498","status":"passed","time":{"start":1728682944656,"stop":1728682944657,"duration":1}},{"uid":"e8266106d713cade","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e8266106d713cade","status":"passed","time":{"start":1728682508013,"stop":1728682508013,"duration":0}},{"uid":"9d8f902db2c13275","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9d8f902db2c13275","status":"passed","time":{"start":1728676995799,"stop":1728676995799,"duration":0}},{"uid":"a62b1ef0972cc4e1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a62b1ef0972cc4e1","status":"passed","time":{"start":1728669665999,"stop":1728669666000,"duration":1}},{"uid":"6781dacdbff65a93","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6781dacdbff65a93","status":"passed","time":{"start":1728598056697,"stop":1728598056698,"duration":1}},{"uid":"f5f907f2da5b7bcd","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f5f907f2da5b7bcd","status":"passed","time":{"start":1728597265385,"stop":1728597265386,"duration":1}}]},"c6c27f2224d01e7a50076e7bb88dcc6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f76df6d422d0a11","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/5f76df6d422d0a11","status":"passed","time":{"start":1729034400904,"stop":1729034400904,"duration":0}}]},"f04155fea025b275236b8ea5a282285a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b42ddd7946551d02","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b42ddd7946551d02","status":"passed","time":{"start":1729034129481,"stop":1729034129481,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"3589f827774069b9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3589f827774069b9","status":"passed","time":{"start":1729034617766,"stop":1729034617766,"duration":0}},{"uid":"8e84419c2f22d375","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8e84419c2f22d375","status":"passed","time":{"start":1729034370903,"stop":1729034370903,"duration":0}},{"uid":"20e2326c2985f046","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/20e2326c2985f046","status":"passed","time":{"start":1729034308883,"stop":1729034308889,"duration":6}},{"uid":"b0fa5ee697346596","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b0fa5ee697346596","status":"passed","time":{"start":1729034129479,"stop":1729034129479,"duration":0}},{"uid":"2b92bec5e89b72d1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2b92bec5e89b72d1","status":"passed","time":{"start":1729032178375,"stop":1729032178376,"duration":1}},{"uid":"135169c45838f9f3","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/135169c45838f9f3","status":"passed","time":{"start":1728901896352,"stop":1728901896353,"duration":1}},{"uid":"213bbbfa0919e159","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/213bbbfa0919e159","status":"passed","time":{"start":1728893329034,"stop":1728893329034,"duration":0}},{"uid":"77c9481cf55bc0e7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77c9481cf55bc0e7","status":"passed","time":{"start":1728856284769,"stop":1728856284770,"duration":1}},{"uid":"805101d44572cd07","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/805101d44572cd07","status":"passed","time":{"start":1728738494947,"stop":1728738494947,"duration":0}},{"uid":"eaac1b9a11bb433c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eaac1b9a11bb433c","status":"passed","time":{"start":1728683033636,"stop":1728683033637,"duration":1}},{"uid":"f1bb3d464b0fd5e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f1bb3d464b0fd5e","status":"passed","time":{"start":1728682601744,"stop":1728682601745,"duration":1}},{"uid":"575b00ef5c1b4f0b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/575b00ef5c1b4f0b","status":"passed","time":{"start":1728677107983,"stop":1728677107984,"duration":1}},{"uid":"2b31bbad67813e19","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2b31bbad67813e19","status":"passed","time":{"start":1728669764756,"stop":1728669764757,"duration":1}},{"uid":"8a3fc663351ba5b1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a3fc663351ba5b1","status":"passed","time":{"start":1728598157575,"stop":1728598157576,"duration":1}},{"uid":"485fd1d159fbc660","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/485fd1d159fbc660","status":"passed","time":{"start":1728597369078,"stop":1728597369085,"duration":7}}]},"af444ce0a7e366109448762b457b2e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8161b4311f7568bf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8161b4311f7568bf","status":"passed","time":{"start":1728669795407,"stop":1728669795407,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"62f6babe0630c7d2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/62f6babe0630c7d2","status":"passed","time":{"start":1729034462533,"stop":1729034462533,"duration":0}},{"uid":"4a48ef840d42ce82","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/4a48ef840d42ce82","status":"passed","time":{"start":1729034231343,"stop":1729034231343,"duration":0}},{"uid":"2adba9fc6f7eabd3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2adba9fc6f7eabd3","status":"passed","time":{"start":1729034153005,"stop":1729034153005,"duration":0}},{"uid":"9fa69fd0d326e6a6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9fa69fd0d326e6a6","status":"passed","time":{"start":1729033965752,"stop":1729033965753,"duration":1}},{"uid":"5cd9e75b75c721b3","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5cd9e75b75c721b3","status":"passed","time":{"start":1729032018029,"stop":1729032018030,"duration":1}},{"uid":"53751b60d1def216","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/53751b60d1def216","status":"passed","time":{"start":1728901595851,"stop":1728901595852,"duration":1}},{"uid":"597e11c9f5210f1b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/597e11c9f5210f1b","status":"passed","time":{"start":1728893032690,"stop":1728893032690,"duration":0}},{"uid":"c64a618af43e4561","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c64a618af43e4561","status":"passed","time":{"start":1728855998186,"stop":1728855998187,"duration":1}},{"uid":"f208a1640d1279de","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f208a1640d1279de","status":"passed","time":{"start":1728738212195,"stop":1728738212195,"duration":0}},{"uid":"370a9c5804c037ef","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/370a9c5804c037ef","status":"passed","time":{"start":1728682746576,"stop":1728682746576,"duration":0}},{"uid":"fac2fc228da741c1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fac2fc228da741c1","status":"passed","time":{"start":1728682328609,"stop":1728682328612,"duration":3}},{"uid":"1afc05c7b5d220f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1afc05c7b5d220f0","status":"passed","time":{"start":1728676807593,"stop":1728676807594,"duration":1}},{"uid":"5d7268d8151a6ce6","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5d7268d8151a6ce6","status":"passed","time":{"start":1728669514929,"stop":1728669514929,"duration":0}},{"uid":"6a8b485fed5e48a4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a8b485fed5e48a4","status":"passed","time":{"start":1728597860131,"stop":1728597860133,"duration":2}},{"uid":"9a6e2ec5a60cb652","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9a6e2ec5a60cb652","status":"passed","time":{"start":1728597074713,"stop":1728597074715,"duration":2}}]},"1eee5ed8df7c9c94dd5e7e81fbb57450:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a0b8e9a07b0f35b9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a0b8e9a07b0f35b9","status":"passed","time":{"start":1729034348413,"stop":1729034348413,"duration":0}},{"uid":"e3a20d51d6782325","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e3a20d51d6782325","status":"passed","time":{"start":1729034112234,"stop":1729034112234,"duration":0}},{"uid":"952c15cec46439c3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/952c15cec46439c3","status":"passed","time":{"start":1729034035750,"stop":1729034035750,"duration":0}},{"uid":"3c2dda195a8f8adf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3c2dda195a8f8adf","status":"passed","time":{"start":1729033850298,"stop":1729033850299,"duration":1}},{"uid":"130a06a1cb2e43ff","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/130a06a1cb2e43ff","status":"passed","time":{"start":1729031899901,"stop":1729031899902,"duration":1}},{"uid":"b70d99b4bdd9ed64","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b70d99b4bdd9ed64","status":"passed","time":{"start":1728901445871,"stop":1728901445871,"duration":0}},{"uid":"8d87b160cf169dce","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8d87b160cf169dce","status":"passed","time":{"start":1728892875905,"stop":1728892875905,"duration":0}},{"uid":"5eec0a212608a059","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5eec0a212608a059","status":"passed","time":{"start":1728855839037,"stop":1728855839037,"duration":0}},{"uid":"f916e0382e1d993f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/f916e0382e1d993f","status":"passed","time":{"start":1728738056184,"stop":1728738056184,"duration":0}},{"uid":"60a37537cbc36da0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/60a37537cbc36da0","status":"passed","time":{"start":1728682589458,"stop":1728682589459,"duration":1}},{"uid":"385a459756e89055","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/385a459756e89055","status":"passed","time":{"start":1728682162316,"stop":1728682162316,"duration":0}},{"uid":"18487eeeb944921a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/18487eeeb944921a","status":"passed","time":{"start":1728676637001,"stop":1728676637002,"duration":1}},{"uid":"986625446c46c40","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/986625446c46c40","status":"passed","time":{"start":1728669360368,"stop":1728669360368,"duration":0}},{"uid":"687f8de684f1cff3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/687f8de684f1cff3","status":"passed","time":{"start":1728597700887,"stop":1728597700888,"duration":1}},{"uid":"55c92faf11feaa69","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/55c92faf11feaa69","status":"passed","time":{"start":1728596919826,"stop":1728596919826,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b2494f36040f2d6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b2494f36040f2d6","status":"passed","time":{"start":1729034611684,"stop":1729034611684,"duration":0}},{"uid":"ddbb569c9988d67","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ddbb569c9988d67","status":"passed","time":{"start":1729034393665,"stop":1729034393667,"duration":2}},{"uid":"24e0a82e8e1e0e7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/24e0a82e8e1e0e7","status":"passed","time":{"start":1729034304857,"stop":1729034304858,"duration":1}},{"uid":"a5a34da920945468","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a5a34da920945468","status":"passed","time":{"start":1729034121952,"stop":1729034121953,"duration":1}},{"uid":"ccdcdef65c6de337","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/ccdcdef65c6de337","status":"passed","time":{"start":1729032174929,"stop":1729032174930,"duration":1}},{"uid":"2121df69bf999b8a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2121df69bf999b8a","status":"passed","time":{"start":1728901881032,"stop":1728901881033,"duration":1}},{"uid":"fa7f99dfb1bc215","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/fa7f99dfb1bc215","status":"passed","time":{"start":1728893317182,"stop":1728893317182,"duration":0}},{"uid":"b3da6243bdde643d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/b3da6243bdde643d","status":"passed","time":{"start":1728856263126,"stop":1728856263127,"duration":1}},{"uid":"b60e2d5be2af1ee6","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b60e2d5be2af1ee6","status":"passed","time":{"start":1728738492807,"stop":1728738492807,"duration":0}},{"uid":"8b911f72fcabf9e6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8b911f72fcabf9e6","status":"passed","time":{"start":1728683030030,"stop":1728683030031,"duration":1}},{"uid":"86c6d7e905345201","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/86c6d7e905345201","status":"passed","time":{"start":1728682581131,"stop":1728682581131,"duration":0}},{"uid":"ac1ea78a348039ff","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ac1ea78a348039ff","status":"passed","time":{"start":1728677082012,"stop":1728677082012,"duration":0}},{"uid":"5e83ce71aab1a255","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5e83ce71aab1a255","status":"passed","time":{"start":1728669795409,"stop":1728669795409,"duration":0}},{"uid":"86879fefa9951d4a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/86879fefa9951d4a","status":"passed","time":{"start":1728598137510,"stop":1728598137510,"duration":0}},{"uid":"a11cd2e622b85197","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a11cd2e622b85197","status":"passed","time":{"start":1728597353488,"stop":1728597353489,"duration":1}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"58979c1ce32463b8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58979c1ce32463b8","status":"passed","time":{"start":1729034704490,"stop":1729034704491,"duration":1}},{"uid":"da853832149f6019","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/da853832149f6019","status":"passed","time":{"start":1729034474979,"stop":1729034474979,"duration":0}},{"uid":"ebb2c3f5089ced83","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ebb2c3f5089ced83","status":"passed","time":{"start":1729034395286,"stop":1729034395287,"duration":1}},{"uid":"2c77ccf3c7cbf0ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2c77ccf3c7cbf0ef","status":"passed","time":{"start":1729034209089,"stop":1729034209089,"duration":0}},{"uid":"20e0b6e9f29dbe3d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/20e0b6e9f29dbe3d","status":"passed","time":{"start":1729032264559,"stop":1729032264559,"duration":0}},{"uid":"e6ef401f7f1bd993","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e6ef401f7f1bd993","status":"passed","time":{"start":1728902012832,"stop":1728902012833,"duration":1}},{"uid":"297b9c9a1145e66c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/297b9c9a1145e66c","status":"passed","time":{"start":1728893454806,"stop":1728893454807,"duration":1}},{"uid":"7cd939ecbc3eb457","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7cd939ecbc3eb457","status":"passed","time":{"start":1728856408448,"stop":1728856408448,"duration":0}},{"uid":"70deaa0ded942628","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/70deaa0ded942628","status":"passed","time":{"start":1728738633850,"stop":1728738633850,"duration":0}},{"uid":"ec3547b465d63409","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ec3547b465d63409","status":"passed","time":{"start":1728683159734,"stop":1728683159736,"duration":2}},{"uid":"a1285eef22aff539","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a1285eef22aff539","status":"passed","time":{"start":1728682751324,"stop":1728682751324,"duration":0}},{"uid":"b98fe4afbc2b5a25","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b98fe4afbc2b5a25","status":"passed","time":{"start":1728677216351,"stop":1728677216351,"duration":0}},{"uid":"8a2d66ad2769a882","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8a2d66ad2769a882","status":"passed","time":{"start":1728669925448,"stop":1728669925449,"duration":1}},{"uid":"e80f11128c28e2ab","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e80f11128c28e2ab","status":"passed","time":{"start":1728598268797,"stop":1728598268797,"duration":0}},{"uid":"c50e441930c8450e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c50e441930c8450e","status":"passed","time":{"start":1728597503900,"stop":1728597503901,"duration":1}}]},"75d111b850014567384ee875c1723d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c24876aef31b2ced","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c24876aef31b2ced","status":"passed","time":{"start":1728901950546,"stop":1728901950546,"duration":0}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"1330101adb05030a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1330101adb05030a","status":"passed","time":{"start":1729034704502,"stop":1729034704503,"duration":1}},{"uid":"efd6330a106cc064","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/efd6330a106cc064","status":"passed","time":{"start":1729034474996,"stop":1729034474996,"duration":0}},{"uid":"28e73f873aa674a6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/28e73f873aa674a6","status":"passed","time":{"start":1729034395297,"stop":1729034395297,"duration":0}},{"uid":"5080acef3fb8347b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5080acef3fb8347b","status":"passed","time":{"start":1729034209109,"stop":1729034209110,"duration":1}},{"uid":"4c53db09e688033f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4c53db09e688033f","status":"passed","time":{"start":1729032264576,"stop":1729032264578,"duration":2}},{"uid":"bbd8b858c1f25700","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bbd8b858c1f25700","status":"passed","time":{"start":1728902012869,"stop":1728902012869,"duration":0}},{"uid":"c8cd328801a8d773","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c8cd328801a8d773","status":"passed","time":{"start":1728893454818,"stop":1728893454820,"duration":2}},{"uid":"902172b306aff010","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/902172b306aff010","status":"passed","time":{"start":1728856408462,"stop":1728856408462,"duration":0}},{"uid":"22d0b74e77f1002d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/22d0b74e77f1002d","status":"passed","time":{"start":1728738633863,"stop":1728738633863,"duration":0}},{"uid":"6fc2cabd31fc797c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6fc2cabd31fc797c","status":"passed","time":{"start":1728683159800,"stop":1728683159800,"duration":0}},{"uid":"8593a9e20909fa10","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8593a9e20909fa10","status":"passed","time":{"start":1728682751338,"stop":1728682751338,"duration":0}},{"uid":"fcb5629a359f1d7a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fcb5629a359f1d7a","status":"passed","time":{"start":1728677216372,"stop":1728677216372,"duration":0}},{"uid":"71531dea879b7b9b","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/71531dea879b7b9b","status":"passed","time":{"start":1728669925460,"stop":1728669925460,"duration":0}},{"uid":"e47bbe90857e214f","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e47bbe90857e214f","status":"passed","time":{"start":1728598268815,"stop":1728598268815,"duration":0}},{"uid":"c1e3f74b553144fc","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/c1e3f74b553144fc","status":"passed","time":{"start":1728597503942,"stop":1728597503943,"duration":1}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":15,"passed":0,"unknown":0,"total":15},"items":[{"uid":"6715c2aca82e2fd3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6715c2aca82e2fd3","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034612084,"stop":1729034612085,"duration":1}},{"uid":"1152f8721c0e7cca","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/1152f8721c0e7cca","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034371234,"stop":1729034371234,"duration":0}},{"uid":"f30e1812de9c917f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f30e1812de9c917f","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034305208,"stop":1729034305208,"duration":0}},{"uid":"d55c6272ae119c77","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d55c6272ae119c77","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034122310,"stop":1729034122310,"duration":0}},{"uid":"f7c7aeb2cfed2660","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f7c7aeb2cfed2660","status":"skipped","statusDetails":"Test ignored","time":{"start":1729032175156,"stop":1729032175156,"duration":0}},{"uid":"64aaeb5a1827dce0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/64aaeb5a1827dce0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728901873457,"stop":1728901873457,"duration":0}},{"uid":"6963ab2477383e22","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6963ab2477383e22","status":"skipped","statusDetails":"Test ignored","time":{"start":1728893311280,"stop":1728893311280,"duration":0}},{"uid":"154c5ad3b0846eb0","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/154c5ad3b0846eb0","status":"skipped","statusDetails":"Test ignored","time":{"start":1728856263476,"stop":1728856263476,"duration":0}},{"uid":"ff39d940dfc606e4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff39d940dfc606e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728738483671,"stop":1728738483672,"duration":1}},{"uid":"2ac66e4a363f378a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2ac66e4a363f378a","status":"skipped","statusDetails":"Test ignored","time":{"start":1728683030247,"stop":1728683030247,"duration":0}},{"uid":"d33e478801cfe6ff","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d33e478801cfe6ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1728682581303,"stop":1728682581303,"duration":0}},{"uid":"f8988113cc4a2ee8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f8988113cc4a2ee8","status":"skipped","statusDetails":"Test ignored","time":{"start":1728677082256,"stop":1728677082259,"duration":3}},{"uid":"bf2bb3af91cb07f4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bf2bb3af91cb07f4","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669754302,"stop":1728669754302,"duration":0}},{"uid":"e3dcb59f4deecf5d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3dcb59f4deecf5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1728598137641,"stop":1728598137642,"duration":1}},{"uid":"4f78c7f64f3b0914","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4f78c7f64f3b0914","status":"skipped","statusDetails":"Test ignored","time":{"start":1728597350583,"stop":1728597350583,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d81e8066c1abe663","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d81e8066c1abe663","status":"passed","time":{"start":1729034341399,"stop":1729034341399,"duration":0}},{"uid":"d0fbaec91c0fab10","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d0fbaec91c0fab10","status":"passed","time":{"start":1729034104907,"stop":1729034104907,"duration":0}},{"uid":"8036b9cbcb249449","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8036b9cbcb249449","status":"passed","time":{"start":1729034028504,"stop":1729034028504,"duration":0}},{"uid":"337e8de56e552ecc","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/337e8de56e552ecc","status":"passed","time":{"start":1729033843113,"stop":1729033843113,"duration":0}},{"uid":"77171272b674a119","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/77171272b674a119","status":"passed","time":{"start":1729031892672,"stop":1729031892672,"duration":0}},{"uid":"db5fc705e5d02462","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/db5fc705e5d02462","status":"passed","time":{"start":1728901438802,"stop":1728901438803,"duration":1}},{"uid":"a982e34313d7bdbc","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a982e34313d7bdbc","status":"passed","time":{"start":1728892868995,"stop":1728892868995,"duration":0}},{"uid":"da3323409628a56b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/da3323409628a56b","status":"passed","time":{"start":1728855831887,"stop":1728855831888,"duration":1}},{"uid":"9abc518936e0568c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9abc518936e0568c","status":"passed","time":{"start":1728738049034,"stop":1728738049035,"duration":1}},{"uid":"97251e6b486a4266","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/97251e6b486a4266","status":"passed","time":{"start":1728682582611,"stop":1728682582611,"duration":0}},{"uid":"c515382425d24c00","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c515382425d24c00","status":"passed","time":{"start":1728682155403,"stop":1728682155403,"duration":0}},{"uid":"89202b2bebd3938e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/89202b2bebd3938e","status":"passed","time":{"start":1728676629968,"stop":1728676629968,"duration":0}},{"uid":"24d7887a087d858e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/24d7887a087d858e","status":"passed","time":{"start":1728669353095,"stop":1728669353096,"duration":1}},{"uid":"69ebb3fd1ceb0a20","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/69ebb3fd1ceb0a20","status":"passed","time":{"start":1728597693840,"stop":1728597693841,"duration":1}},{"uid":"d40b69283ea84844","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d40b69283ea84844","status":"passed","time":{"start":1728596913085,"stop":1728596913085,"duration":0}}]},"7d525c94e6f89d7b6e041d0a05499015:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70ad1c88b2e98d45","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/70ad1c88b2e98d45","status":"passed","time":{"start":1729032228817,"stop":1729032228818,"duration":1}}]},"420903fff248897da7316125642c3349:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a37cf65d48c74ed8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a37cf65d48c74ed8","status":"passed","time":{"start":1728682807958,"stop":1728682807959,"duration":1}}]},"cbea95cb9b0d71943866b660b36c696e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"7ce10eaee5d466ad","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7ce10eaee5d466ad","status":"passed","time":{"start":1729034683701,"stop":1729034683701,"duration":0}},{"uid":"3d245f85be67b082","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3d245f85be67b082","status":"passed","time":{"start":1729034458932,"stop":1729034458932,"duration":0}},{"uid":"9a5e7d78fd6cca50","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9a5e7d78fd6cca50","status":"passed","time":{"start":1729034372203,"stop":1729034372203,"duration":0}},{"uid":"4a1cb887dab16e01","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4a1cb887dab16e01","status":"passed","time":{"start":1729034191996,"stop":1729034191996,"duration":0}},{"uid":"5bd6a8445832338d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5bd6a8445832338d","status":"passed","time":{"start":1729032246149,"stop":1729032246149,"duration":0}},{"uid":"77ac5e79e12cbb49","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/77ac5e79e12cbb49","status":"passed","time":{"start":1728902009944,"stop":1728902009944,"duration":0}},{"uid":"9a65632c7516a4f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/9a65632c7516a4f","status":"passed","time":{"start":1728893442070,"stop":1728893442070,"duration":0}},{"uid":"d04306a7776fb50c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d04306a7776fb50c","status":"passed","time":{"start":1728856390381,"stop":1728856390381,"duration":0}},{"uid":"357ed0e82040605e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/357ed0e82040605e","status":"passed","time":{"start":1728738615986,"stop":1728738615986,"duration":0}},{"uid":"f4d4d2685c06fda4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4d4d2685c06fda4","status":"passed","time":{"start":1728683138591,"stop":1728683138591,"duration":0}},{"uid":"7cf15b5225b974ee","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7cf15b5225b974ee","status":"passed","time":{"start":1728682713981,"stop":1728682713981,"duration":0}},{"uid":"c745d5961c95fd62","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c745d5961c95fd62","status":"passed","time":{"start":1728677205667,"stop":1728677205667,"duration":0}},{"uid":"6b3540288fb8d017","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6b3540288fb8d017","status":"passed","time":{"start":1728669886307,"stop":1728669886308,"duration":1}},{"uid":"f5935766e98220c3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5935766e98220c3","status":"passed","time":{"start":1728598272275,"stop":1728598272275,"duration":0}},{"uid":"7fd59b891bb035e8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7fd59b891bb035e8","status":"passed","time":{"start":1728597493000,"stop":1728597493001,"duration":1}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6c801c749417ee7b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6c801c749417ee7b","status":"passed","time":{"start":1729034704495,"stop":1729034704495,"duration":0}},{"uid":"87ddb8ac1c2a678a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/87ddb8ac1c2a678a","status":"passed","time":{"start":1729034474988,"stop":1729034474988,"duration":0}},{"uid":"7f9402638e8a8f47","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7f9402638e8a8f47","status":"passed","time":{"start":1729034395291,"stop":1729034395291,"duration":0}},{"uid":"7963f758acb8f73c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7963f758acb8f73c","status":"passed","time":{"start":1729034209100,"stop":1729034209100,"duration":0}},{"uid":"99931c00d9f9bbf1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/99931c00d9f9bbf1","status":"passed","time":{"start":1729032264568,"stop":1729032264569,"duration":1}},{"uid":"58d43b3004c78c63","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/58d43b3004c78c63","status":"passed","time":{"start":1728902012858,"stop":1728902012858,"duration":0}},{"uid":"b5bb676d1162c330","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b5bb676d1162c330","status":"passed","time":{"start":1728893454811,"stop":1728893454812,"duration":1}},{"uid":"9f6fd8f05d136f99","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9f6fd8f05d136f99","status":"passed","time":{"start":1728856408452,"stop":1728856408453,"duration":1}},{"uid":"8bafb7d15c819e4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8bafb7d15c819e4","status":"passed","time":{"start":1728738633855,"stop":1728738633855,"duration":0}},{"uid":"606fc0707080e20a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/606fc0707080e20a","status":"passed","time":{"start":1728683159760,"stop":1728683159761,"duration":1}},{"uid":"93078b0a7939b21c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/93078b0a7939b21c","status":"passed","time":{"start":1728682751330,"stop":1728682751330,"duration":0}},{"uid":"67d0831800824bbe","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/67d0831800824bbe","status":"passed","time":{"start":1728677216356,"stop":1728677216356,"duration":0}},{"uid":"6934e657fa64b172","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/6934e657fa64b172","status":"passed","time":{"start":1728669925454,"stop":1728669925455,"duration":1}},{"uid":"f215f62a5b83d4ef","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f215f62a5b83d4ef","status":"passed","time":{"start":1728598268805,"stop":1728598268805,"duration":0}},{"uid":"e361233d70020b78","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e361233d70020b78","status":"passed","time":{"start":1728597503921,"stop":1728597503921,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"caa94bab69e1a57b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/caa94bab69e1a57b","status":"passed","time":{"start":1729034506786,"stop":1729034506787,"duration":1}},{"uid":"d27a9321d76f073d","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d27a9321d76f073d","status":"passed","time":{"start":1729034259808,"stop":1729034259808,"duration":0}},{"uid":"9c7f85a0ed640b52","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9c7f85a0ed640b52","status":"passed","time":{"start":1729034194002,"stop":1729034194004,"duration":2}},{"uid":"e92800683929a2a9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e92800683929a2a9","status":"passed","time":{"start":1729034014835,"stop":1729034014835,"duration":0}},{"uid":"23ab56960c4ccedc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/23ab56960c4ccedc","status":"passed","time":{"start":1729032065434,"stop":1729032065434,"duration":0}},{"uid":"742c8209d66d551b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/742c8209d66d551b","status":"passed","time":{"start":1728901664235,"stop":1728901664235,"duration":0}},{"uid":"8e871cfa23b0c178","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8e871cfa23b0c178","status":"passed","time":{"start":1728893093683,"stop":1728893093684,"duration":1}},{"uid":"92c7f8d9f3f8ea5b","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/92c7f8d9f3f8ea5b","status":"passed","time":{"start":1728856055263,"stop":1728856055263,"duration":0}},{"uid":"a45e74e5cc26b1ce","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a45e74e5cc26b1ce","status":"passed","time":{"start":1728738274739,"stop":1728738274740,"duration":1}},{"uid":"2551c66319595ff6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2551c66319595ff6","status":"passed","time":{"start":1728682807949,"stop":1728682807950,"duration":1}},{"uid":"b4616a9fc439850e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b4616a9fc439850e","status":"passed","time":{"start":1728682381279,"stop":1728682381280,"duration":1}},{"uid":"f7aad0cb24567a31","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7aad0cb24567a31","status":"passed","time":{"start":1728676853892,"stop":1728676853893,"duration":1}},{"uid":"88137b9b208aec43","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/88137b9b208aec43","status":"passed","time":{"start":1728669581683,"stop":1728669581684,"duration":1}},{"uid":"77f100f4c3e5f42a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/77f100f4c3e5f42a","status":"passed","time":{"start":1728597923465,"stop":1728597923469,"duration":4}},{"uid":"be9e7d57b181bad3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/be9e7d57b181bad3","status":"passed","time":{"start":1728597132258,"stop":1728597132259,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f2c8363205552b1e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f2c8363205552b1e","status":"passed","time":{"start":1729034665578,"stop":1729034665578,"duration":0}},{"uid":"17b3fae75ae8f724","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/17b3fae75ae8f724","status":"passed","time":{"start":1729034434261,"stop":1729034434262,"duration":1}},{"uid":"2831b29cee39b36f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/2831b29cee39b36f","status":"passed","time":{"start":1729034350157,"stop":1729034350158,"duration":1}},{"uid":"c6ee047964e1ee70","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c6ee047964e1ee70","status":"passed","time":{"start":1729034169194,"stop":1729034169194,"duration":0}},{"uid":"234aa51cd97dab7d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/234aa51cd97dab7d","status":"passed","time":{"start":1729032228066,"stop":1729032228066,"duration":0}},{"uid":"f1412b472a3b9410","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f1412b472a3b9410","status":"passed","time":{"start":1728901947146,"stop":1728901947146,"duration":0}},{"uid":"cf979ef4f9b2d4fd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cf979ef4f9b2d4fd","status":"passed","time":{"start":1728893380057,"stop":1728893380058,"duration":1}},{"uid":"9e6b88417686dce3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9e6b88417686dce3","status":"passed","time":{"start":1728856336880,"stop":1728856336880,"duration":0}},{"uid":"713635a95e7f8080","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/713635a95e7f8080","status":"passed","time":{"start":1728738551163,"stop":1728738551164,"duration":1}},{"uid":"82def03d19947a05","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/82def03d19947a05","status":"passed","time":{"start":1728683095875,"stop":1728683095876,"duration":1}},{"uid":"f634507774928e03","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f634507774928e03","status":"passed","time":{"start":1728682657387,"stop":1728682657388,"duration":1}},{"uid":"765f9c6ce650e802","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/765f9c6ce650e802","status":"passed","time":{"start":1728677151465,"stop":1728677151465,"duration":0}},{"uid":"b4e00b8d55196ce9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b4e00b8d55196ce9","status":"passed","time":{"start":1728669832893,"stop":1728669832894,"duration":1}},{"uid":"6a7e198a0002221d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6a7e198a0002221d","status":"passed","time":{"start":1728598215609,"stop":1728598215610,"duration":1}},{"uid":"a8c298243fa2f0c7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a8c298243fa2f0c7","status":"passed","time":{"start":1728597425043,"stop":1728597425043,"duration":0}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"bd997a7aa4d94a3a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/bd997a7aa4d94a3a","status":"passed","time":{"start":1729034506788,"stop":1729034506789,"duration":1}},{"uid":"709b9edfa58b20c5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/709b9edfa58b20c5","status":"passed","time":{"start":1729034259811,"stop":1729034259812,"duration":1}},{"uid":"7138e94ba9cc66bd","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/7138e94ba9cc66bd","status":"passed","time":{"start":1729034194005,"stop":1729034194006,"duration":1}},{"uid":"40c6272b765b34ba","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/40c6272b765b34ba","status":"passed","time":{"start":1729034014852,"stop":1729034014853,"duration":1}},{"uid":"6cd0ff158c069b83","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6cd0ff158c069b83","status":"passed","time":{"start":1729032065438,"stop":1729032065442,"duration":4}},{"uid":"5485a5d1f13ade0a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/5485a5d1f13ade0a","status":"passed","time":{"start":1728901664238,"stop":1728901664239,"duration":1}},{"uid":"95dddc1b5848c773","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/95dddc1b5848c773","status":"passed","time":{"start":1728893093686,"stop":1728893093687,"duration":1}},{"uid":"f1cd259e3b1dabca","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f1cd259e3b1dabca","status":"passed","time":{"start":1728856055264,"stop":1728856055264,"duration":0}},{"uid":"e24ebf71b3ca4815","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/e24ebf71b3ca4815","status":"passed","time":{"start":1728738274741,"stop":1728738274741,"duration":0}},{"uid":"28ea5e5d1378aa3e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/28ea5e5d1378aa3e","status":"passed","time":{"start":1728682807951,"stop":1728682807951,"duration":0}},{"uid":"f57c926c6c7da522","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f57c926c6c7da522","status":"passed","time":{"start":1728682381281,"stop":1728682381281,"duration":0}},{"uid":"429275a9b8482753","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/429275a9b8482753","status":"passed","time":{"start":1728676853894,"stop":1728676853894,"duration":0}},{"uid":"920fe943349e3b7d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/920fe943349e3b7d","status":"passed","time":{"start":1728669581685,"stop":1728669581686,"duration":1}},{"uid":"fb796aa3ebd84753","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fb796aa3ebd84753","status":"passed","time":{"start":1728597923471,"stop":1728597923472,"duration":1}},{"uid":"7b6f305b8406f3a0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7b6f305b8406f3a0","status":"passed","time":{"start":1728597132259,"stop":1728597132260,"duration":1}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b563f276c5743170","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b563f276c5743170","status":"passed","time":{"start":1729034435415,"stop":1729034435416,"duration":1}},{"uid":"62aab39745131275","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/62aab39745131275","status":"passed","time":{"start":1729034202102,"stop":1729034202105,"duration":3}},{"uid":"661b0a5f814f1d00","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/661b0a5f814f1d00","status":"passed","time":{"start":1729034126128,"stop":1729034126134,"duration":6}},{"uid":"3db79c2b6a4284f3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3db79c2b6a4284f3","status":"passed","time":{"start":1729033939924,"stop":1729033939924,"duration":0}},{"uid":"87b46391789d695","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/87b46391789d695","status":"passed","time":{"start":1729031988775,"stop":1729031988776,"duration":1}},{"uid":"3d5ef168baaeb845","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3d5ef168baaeb845","status":"passed","time":{"start":1728901555770,"stop":1728901555771,"duration":1}},{"uid":"a6030bb6a39e14e3","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a6030bb6a39e14e3","status":"passed","time":{"start":1728892995572,"stop":1728892995573,"duration":1}},{"uid":"7dab382357a126be","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7dab382357a126be","status":"passed","time":{"start":1728855954643,"stop":1728855954643,"duration":0}},{"uid":"4aa6a6da0eafe876","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4aa6a6da0eafe876","status":"passed","time":{"start":1728738169522,"stop":1728738169522,"duration":0}},{"uid":"a631c105071a3661","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a631c105071a3661","status":"passed","time":{"start":1728682707228,"stop":1728682707229,"duration":1}},{"uid":"d9dcb0c0881537b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d9dcb0c0881537b8","status":"passed","time":{"start":1728682285122,"stop":1728682285123,"duration":1}},{"uid":"712ba0bd342f011e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/712ba0bd342f011e","status":"passed","time":{"start":1728676761151,"stop":1728676761151,"duration":0}},{"uid":"2c9da048c8501b4d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2c9da048c8501b4d","status":"passed","time":{"start":1728669488937,"stop":1728669488937,"duration":0}},{"uid":"99e5c19d55f29c59","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/99e5c19d55f29c59","status":"passed","time":{"start":1728597819574,"stop":1728597819574,"duration":0}},{"uid":"b54e8acc929956a6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b54e8acc929956a6","status":"passed","time":{"start":1728597041918,"stop":1728597041918,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ca3efa1b4c511ea2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ca3efa1b4c511ea2","status":"passed","time":{"start":1729034398615,"stop":1729034398615,"duration":0}},{"uid":"c3552374c70e9ce6","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c3552374c70e9ce6","status":"passed","time":{"start":1729034162859,"stop":1729034162859,"duration":0}},{"uid":"f9e8f3c5d4f6edb","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f9e8f3c5d4f6edb","status":"passed","time":{"start":1729034085840,"stop":1729034085840,"duration":0}},{"uid":"4d152fdbfb1a42b3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4d152fdbfb1a42b3","status":"passed","time":{"start":1729033899737,"stop":1729033899738,"duration":1}},{"uid":"769d8884cceeb6c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/769d8884cceeb6c0","status":"passed","time":{"start":1729031949624,"stop":1729031949625,"duration":1}},{"uid":"bdb95e4008f9238d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/bdb95e4008f9238d","status":"passed","time":{"start":1728901494758,"stop":1728901494758,"duration":0}},{"uid":"1d635187632bd1d5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1d635187632bd1d5","status":"passed","time":{"start":1728892929643,"stop":1728892929643,"duration":0}},{"uid":"42eaef722651678","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/42eaef722651678","status":"passed","time":{"start":1728855891580,"stop":1728855891580,"duration":0}},{"uid":"b3cdb9a420aa8d47","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/b3cdb9a420aa8d47","status":"passed","time":{"start":1728738106823,"stop":1728738106823,"duration":0}},{"uid":"de51ed1343185cc2","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de51ed1343185cc2","status":"passed","time":{"start":1728682642603,"stop":1728682642603,"duration":0}},{"uid":"ed37e8d974cc7d2e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ed37e8d974cc7d2e","status":"passed","time":{"start":1728682214523,"stop":1728682214524,"duration":1}},{"uid":"de2fdd32909f74a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/de2fdd32909f74a","status":"passed","time":{"start":1728676690541,"stop":1728676690541,"duration":0}},{"uid":"7f2d166ed8c0927d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7f2d166ed8c0927d","status":"passed","time":{"start":1728669414116,"stop":1728669414116,"duration":0}},{"uid":"9f1a0fe23b0c65a6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/9f1a0fe23b0c65a6","status":"passed","time":{"start":1728597753372,"stop":1728597753372,"duration":0}},{"uid":"79732ef364b33b44","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/79732ef364b33b44","status":"passed","time":{"start":1728596970977,"stop":1728596970978,"duration":1}}]},"1422e9ea654fea9b96bd33bada31f929:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67279338ebc599e0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/67279338ebc599e0","status":"passed","time":{"start":1728669581696,"stop":1728669581698,"duration":2}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6f8388ee864d26b0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6f8388ee864d26b0","status":"passed","time":{"start":1729034682679,"stop":1729034682680,"duration":1}},{"uid":"b556eb6fbceb5bf","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b556eb6fbceb5bf","status":"passed","time":{"start":1729034452185,"stop":1729034452185,"duration":0}},{"uid":"c356e967051f57b6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/c356e967051f57b6","status":"passed","time":{"start":1729034373081,"stop":1729034373081,"duration":0}},{"uid":"a00c19e4efb06cfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a00c19e4efb06cfe","status":"passed","time":{"start":1729034188118,"stop":1729034188118,"duration":0}},{"uid":"e7a75dbd224598f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e7a75dbd224598f","status":"passed","time":{"start":1729032231865,"stop":1729032231865,"duration":0}},{"uid":"32f6a6fd48de19fe","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/32f6a6fd48de19fe","status":"passed","time":{"start":1728901989566,"stop":1728901989567,"duration":1}},{"uid":"f17c3764da0fb7d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f17c3764da0fb7d","status":"passed","time":{"start":1728893424903,"stop":1728893424904,"duration":1}},{"uid":"5057999ad6551bf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5057999ad6551bf","status":"passed","time":{"start":1728856376684,"stop":1728856376684,"duration":0}},{"uid":"38d82525886c447c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/38d82525886c447c","status":"passed","time":{"start":1728738593961,"stop":1728738593961,"duration":0}},{"uid":"1878b4fec17320b1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1878b4fec17320b1","status":"passed","time":{"start":1728683135340,"stop":1728683135340,"duration":0}},{"uid":"a01d4dafca03b2ea","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/a01d4dafca03b2ea","status":"passed","time":{"start":1728682692592,"stop":1728682692593,"duration":1}},{"uid":"9f5a845a9a6e76aa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f5a845a9a6e76aa","status":"passed","time":{"start":1728677194229,"stop":1728677194230,"duration":1}},{"uid":"fbeb99b3985b72fd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fbeb99b3985b72fd","status":"passed","time":{"start":1728669874425,"stop":1728669874425,"duration":0}},{"uid":"71b9edaa0607b244","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/71b9edaa0607b244","status":"passed","time":{"start":1728598257463,"stop":1728598257463,"duration":0}},{"uid":"fb4335091a6720c3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/fb4335091a6720c3","status":"passed","time":{"start":1728597471298,"stop":1728597471298,"duration":0}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"38345e1e2d24eea7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/38345e1e2d24eea7","status":"passed","time":{"start":1729034631259,"stop":1729034631259,"duration":0}},{"uid":"86cee1d2fc9b70d1","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/86cee1d2fc9b70d1","status":"passed","time":{"start":1729034400895,"stop":1729034400895,"duration":0}},{"uid":"82c521d3f021aaf8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/82c521d3f021aaf8","status":"passed","time":{"start":1729034317486,"stop":1729034317486,"duration":0}},{"uid":"dee2f09078d3a946","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/dee2f09078d3a946","status":"passed","time":{"start":1729034137147,"stop":1729034137147,"duration":0}},{"uid":"2525063042840ef0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2525063042840ef0","status":"passed","time":{"start":1729032206880,"stop":1729032206882,"duration":2}},{"uid":"aacfd19899f88337","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/aacfd19899f88337","status":"passed","time":{"start":1728901995026,"stop":1728901995026,"duration":0}},{"uid":"5a122e5a593df156","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a122e5a593df156","status":"passed","time":{"start":1728893421003,"stop":1728893421004,"duration":1}},{"uid":"bb810b513606e7f2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bb810b513606e7f2","status":"passed","time":{"start":1728856368602,"stop":1728856368603,"duration":1}},{"uid":"c0df17eab7d42f00","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0df17eab7d42f00","status":"passed","time":{"start":1728738604687,"stop":1728738604688,"duration":1}},{"uid":"4f558209e926d3a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4f558209e926d3a","status":"passed","time":{"start":1728683117643,"stop":1728683117644,"duration":1}},{"uid":"c4b16518f0c1d903","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c4b16518f0c1d903","status":"passed","time":{"start":1728682721323,"stop":1728682721323,"duration":0}},{"uid":"e928207eb2418538","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e928207eb2418538","status":"passed","time":{"start":1728677184689,"stop":1728677184690,"duration":1}},{"uid":"39bdccdf22edd605","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/39bdccdf22edd605","status":"passed","time":{"start":1728669866468,"stop":1728669866468,"duration":0}},{"uid":"b63be83fae0849e4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b63be83fae0849e4","status":"passed","time":{"start":1728598250002,"stop":1728598250003,"duration":1}},{"uid":"f78fe69d1cfcab9a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f78fe69d1cfcab9a","status":"passed","time":{"start":1728597472306,"stop":1728597472306,"duration":0}}]},"7e679be40ec05b6de5ba7af64df9464d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cdf5071a31aa509","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5cdf5071a31aa509","status":"passed","time":{"start":1728856333678,"stop":1728856333679,"duration":1}}]},"a47df7d6929c3a1334300231dd1c7e06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c7060fc4823d714","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2c7060fc4823d714","status":"passed","time":{"start":1728669841254,"stop":1728669841254,"duration":0}}]},"270b35f41193f39f330b1e8da7fcef5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"257160dc1dd15e75","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/257160dc1dd15e75","status":"passed","time":{"start":1728682581090,"stop":1728682581096,"duration":6}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4a5ca6632545b2e1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4a5ca6632545b2e1","status":"passed","time":{"start":1729034506792,"stop":1729034506792,"duration":0}},{"uid":"e8c5c927f3d48232","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e8c5c927f3d48232","status":"passed","time":{"start":1729034259817,"stop":1729034259817,"duration":0}},{"uid":"4041ae14ef7646ec","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4041ae14ef7646ec","status":"passed","time":{"start":1729034194017,"stop":1729034194017,"duration":0}},{"uid":"786d11b40ce6151a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/786d11b40ce6151a","status":"passed","time":{"start":1729034014871,"stop":1729034014873,"duration":2}},{"uid":"99756601534ced03","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/99756601534ced03","status":"passed","time":{"start":1729032065452,"stop":1729032065452,"duration":0}},{"uid":"ef294fcebb5d3de","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ef294fcebb5d3de","status":"passed","time":{"start":1728901664265,"stop":1728901664266,"duration":1}},{"uid":"feef35c412a552d9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/feef35c412a552d9","status":"passed","time":{"start":1728893093690,"stop":1728893093691,"duration":1}},{"uid":"445abc1d5478c7e3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/445abc1d5478c7e3","status":"passed","time":{"start":1728856055271,"stop":1728856055272,"duration":1}},{"uid":"1a18855f38c0d510","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1a18855f38c0d510","status":"passed","time":{"start":1728738274743,"stop":1728738274743,"duration":0}},{"uid":"e963e00a9062274a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e963e00a9062274a","status":"passed","time":{"start":1728682807956,"stop":1728682807956,"duration":0}},{"uid":"7379f538af909a1a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7379f538af909a1a","status":"passed","time":{"start":1728682381284,"stop":1728682381284,"duration":0}},{"uid":"c5edfc31fc72be8c","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c5edfc31fc72be8c","status":"passed","time":{"start":1728676853897,"stop":1728676853897,"duration":0}},{"uid":"2362dad69b8b8071","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2362dad69b8b8071","status":"passed","time":{"start":1728669581694,"stop":1728669581694,"duration":0}},{"uid":"90095e35815ba1e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90095e35815ba1e","status":"passed","time":{"start":1728597923481,"stop":1728597923481,"duration":0}},{"uid":"b8306bf0bbdff1e1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b8306bf0bbdff1e1","status":"passed","time":{"start":1728597132262,"stop":1728597132263,"duration":1}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"35501eee85550623","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/35501eee85550623","status":"passed","time":{"start":1729034398721,"stop":1729034398721,"duration":0}},{"uid":"916ad9e17a39f9d9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/916ad9e17a39f9d9","status":"passed","time":{"start":1729034163594,"stop":1729034163594,"duration":0}},{"uid":"4ab007aa843a9d0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4ab007aa843a9d0","status":"passed","time":{"start":1729034085357,"stop":1729034085357,"duration":0}},{"uid":"6d2a534378b4282","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6d2a534378b4282","status":"passed","time":{"start":1729033899384,"stop":1729033899385,"duration":1}},{"uid":"2793490d58ff36cb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2793490d58ff36cb","status":"passed","time":{"start":1729031949754,"stop":1729031949754,"duration":0}},{"uid":"42bbd751030a736b","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/42bbd751030a736b","status":"passed","time":{"start":1728901497250,"stop":1728901497251,"duration":1}},{"uid":"492f6b1253723eab","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/492f6b1253723eab","status":"passed","time":{"start":1728892931615,"stop":1728892931616,"duration":1}},{"uid":"874078d56d3bdf29","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/874078d56d3bdf29","status":"passed","time":{"start":1728855891086,"stop":1728855891086,"duration":0}},{"uid":"dc7b7dbdb585126f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/dc7b7dbdb585126f","status":"passed","time":{"start":1728738108306,"stop":1728738108306,"duration":0}},{"uid":"6c3343e968cc7eb8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6c3343e968cc7eb8","status":"passed","time":{"start":1728682642732,"stop":1728682642732,"duration":0}},{"uid":"1351df3e639a2f52","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1351df3e639a2f52","status":"passed","time":{"start":1728682214718,"stop":1728682214719,"duration":1}},{"uid":"b9f2f5910432851e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b9f2f5910432851e","status":"passed","time":{"start":1728676692179,"stop":1728676692179,"duration":0}},{"uid":"47b59ed6abcc140d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/47b59ed6abcc140d","status":"passed","time":{"start":1728669416673,"stop":1728669416673,"duration":0}},{"uid":"6b4950c90b42425e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6b4950c90b42425e","status":"passed","time":{"start":1728597754025,"stop":1728597754025,"duration":0}},{"uid":"9732a36e98553b07","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/9732a36e98553b07","status":"passed","time":{"start":1728596972641,"stop":1728596972642,"duration":1}}]},"d94f120aa6a81628dcd8d939e8a23089:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b990ac8e9e4f89d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5b990ac8e9e4f89d","status":"passed","time":{"start":1728677156809,"stop":1728677156809,"duration":0}}]},"ba6d4628ff97cccad93f1e9add4fe92d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"46508dc26314f5ab","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/46508dc26314f5ab","status":"passed","time":{"start":1729034332637,"stop":1729034332637,"duration":0}},{"uid":"222033c9295eaf8b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/222033c9295eaf8b","status":"passed","time":{"start":1729034096137,"stop":1729034096137,"duration":0}},{"uid":"974c6141bf57bded","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/974c6141bf57bded","status":"passed","time":{"start":1729034020094,"stop":1729034020094,"duration":0}},{"uid":"ac9b5e339c018b1","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ac9b5e339c018b1","status":"passed","time":{"start":1729033834390,"stop":1729033834390,"duration":0}},{"uid":"12500141db4f3970","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/12500141db4f3970","status":"passed","time":{"start":1729031884124,"stop":1729031884124,"duration":0}},{"uid":"56c5ddb1766d1dfa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/56c5ddb1766d1dfa","status":"passed","time":{"start":1728901430257,"stop":1728901430257,"duration":0}},{"uid":"5bf2b71477fb1297","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5bf2b71477fb1297","status":"passed","time":{"start":1728892860536,"stop":1728892860536,"duration":0}},{"uid":"ce64ed8b8da546a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ce64ed8b8da546a","status":"passed","time":{"start":1728855823325,"stop":1728855823326,"duration":1}},{"uid":"7f4b03f0251b33b2","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7f4b03f0251b33b2","status":"passed","time":{"start":1728738040606,"stop":1728738040606,"duration":0}},{"uid":"3df159f8b60b3cd9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3df159f8b60b3cd9","status":"passed","time":{"start":1728682574096,"stop":1728682574097,"duration":1}},{"uid":"51a2d34c1d5df1ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/51a2d34c1d5df1ae","status":"passed","time":{"start":1728682146821,"stop":1728682146821,"duration":0}},{"uid":"5355cd87832271f7","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5355cd87832271f7","status":"passed","time":{"start":1728676621436,"stop":1728676621436,"duration":0}},{"uid":"b6f16ef1942684d5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b6f16ef1942684d5","status":"passed","time":{"start":1728669344471,"stop":1728669344471,"duration":0}},{"uid":"440f6049a2ead0ac","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/440f6049a2ead0ac","status":"passed","time":{"start":1728597685165,"stop":1728597685165,"duration":0}},{"uid":"efe80777a4ca0199","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/efe80777a4ca0199","status":"passed","time":{"start":1728596904473,"stop":1728596904473,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d9240e92b2616237","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d9240e92b2616237","status":"passed","time":{"start":1729034617760,"stop":1729034617761,"duration":1}},{"uid":"bf26fb1cd5ae1e0a","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bf26fb1cd5ae1e0a","status":"passed","time":{"start":1729034370871,"stop":1729034370871,"duration":0}},{"uid":"9de7f7527abb0f36","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9de7f7527abb0f36","status":"passed","time":{"start":1729034308872,"stop":1729034308872,"duration":0}},{"uid":"667494933ce3bd1d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/667494933ce3bd1d","status":"passed","time":{"start":1729034129475,"stop":1729034129475,"duration":0}},{"uid":"bb77f9d2905d8deb","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb77f9d2905d8deb","status":"passed","time":{"start":1729032178368,"stop":1729032178369,"duration":1}},{"uid":"59d6a99a2397709d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/59d6a99a2397709d","status":"passed","time":{"start":1728901896348,"stop":1728901896348,"duration":0}},{"uid":"3a0bf6cebaece612","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3a0bf6cebaece612","status":"passed","time":{"start":1728893329026,"stop":1728893329026,"duration":0}},{"uid":"21c2cf72fa853c2d","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/21c2cf72fa853c2d","status":"passed","time":{"start":1728856284765,"stop":1728856284765,"duration":0}},{"uid":"888565ab35550dd9","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/888565ab35550dd9","status":"passed","time":{"start":1728738494941,"stop":1728738494942,"duration":1}},{"uid":"b119250d542ccceb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b119250d542ccceb","status":"passed","time":{"start":1728683033632,"stop":1728683033633,"duration":1}},{"uid":"529a47bd827e189e","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/529a47bd827e189e","status":"passed","time":{"start":1728682601737,"stop":1728682601737,"duration":0}},{"uid":"38813ae298137104","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/38813ae298137104","status":"passed","time":{"start":1728677107962,"stop":1728677107962,"duration":0}},{"uid":"3a4d20663020aa1e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3a4d20663020aa1e","status":"passed","time":{"start":1728669764752,"stop":1728669764752,"duration":0}},{"uid":"c658be89f5ed1fba","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c658be89f5ed1fba","status":"passed","time":{"start":1728598157563,"stop":1728598157563,"duration":0}},{"uid":"370b5887fbb565d3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/370b5887fbb565d3","status":"passed","time":{"start":1728597369074,"stop":1728597369074,"duration":0}}]},"67164a2decf24d85bb1cf5cf34f6dfa0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f25863475b066b8c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f25863475b066b8c","status":"passed","time":{"start":1728893395081,"stop":1728893395081,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"23a51dabe58f1529","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/23a51dabe58f1529","status":"passed","time":{"start":1729034340754,"stop":1729034340755,"duration":1}},{"uid":"9852a6d4c8ac74eb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9852a6d4c8ac74eb","status":"passed","time":{"start":1729034104175,"stop":1729034104176,"duration":1}},{"uid":"8383634ae7fea911","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8383634ae7fea911","status":"passed","time":{"start":1729034027741,"stop":1729034027742,"duration":1}},{"uid":"b5b14d188c85eb07","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b5b14d188c85eb07","status":"passed","time":{"start":1729033842347,"stop":1729033842347,"duration":0}},{"uid":"a06424c5ac32ffdc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/a06424c5ac32ffdc","status":"passed","time":{"start":1729031892046,"stop":1729031892047,"duration":1}},{"uid":"ebce218061788ea2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ebce218061788ea2","status":"passed","time":{"start":1728901438029,"stop":1728901438029,"duration":0}},{"uid":"d227e33af0413d5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d227e33af0413d5","status":"passed","time":{"start":1728892868232,"stop":1728892868233,"duration":1}},{"uid":"ed1c6b57b0deec0e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ed1c6b57b0deec0e","status":"passed","time":{"start":1728855831079,"stop":1728855831080,"duration":1}},{"uid":"50ba10b65bf5b06e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/50ba10b65bf5b06e","status":"passed","time":{"start":1728738048442,"stop":1728738048442,"duration":0}},{"uid":"1cee109407a0ddf3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1cee109407a0ddf3","status":"passed","time":{"start":1728682581843,"stop":1728682581845,"duration":2}},{"uid":"d7ca026331a9095b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/d7ca026331a9095b","status":"passed","time":{"start":1728682154707,"stop":1728682154708,"duration":1}},{"uid":"21d2f11094408f35","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/21d2f11094408f35","status":"passed","time":{"start":1728676629296,"stop":1728676629301,"duration":5}},{"uid":"f4e6d40bb219f76c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f4e6d40bb219f76c","status":"passed","time":{"start":1728669352210,"stop":1728669352211,"duration":1}},{"uid":"6502fae7269a286e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/6502fae7269a286e","status":"passed","time":{"start":1728597693016,"stop":1728597693018,"duration":2}},{"uid":"d75573d89fc8c91a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d75573d89fc8c91a","status":"passed","time":{"start":1728596912518,"stop":1728596912533,"duration":15}}]},"c0fb5b39e0b7d4b1388bea323ddb8a2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"6492b18d40a3ed45","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6492b18d40a3ed45","status":"passed","time":{"start":1729034332631,"stop":1729034332632,"duration":1}},{"uid":"469ea078741fe792","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/469ea078741fe792","status":"passed","time":{"start":1729034096133,"stop":1729034096133,"duration":0}},{"uid":"ccc9239ff208b8d","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ccc9239ff208b8d","status":"passed","time":{"start":1729034020091,"stop":1729034020091,"duration":0}},{"uid":"9d29cb1f4c264b6d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9d29cb1f4c264b6d","status":"passed","time":{"start":1729033834386,"stop":1729033834386,"duration":0}},{"uid":"5fa0e94b67a2b4fc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5fa0e94b67a2b4fc","status":"passed","time":{"start":1729031884119,"stop":1729031884119,"duration":0}},{"uid":"6f8f20aa9c98cad0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6f8f20aa9c98cad0","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"894f99cb7b5bee2e","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/894f99cb7b5bee2e","status":"passed","time":{"start":1728892860532,"stop":1728892860532,"duration":0}},{"uid":"a331a4b09c2cde35","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a331a4b09c2cde35","status":"passed","time":{"start":1728855823322,"stop":1728855823322,"duration":0}},{"uid":"20a3c2c3e202e061","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/20a3c2c3e202e061","status":"passed","time":{"start":1728738040602,"stop":1728738040602,"duration":0}},{"uid":"c563cc6c06d2fb25","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c563cc6c06d2fb25","status":"passed","time":{"start":1728682574093,"stop":1728682574093,"duration":0}},{"uid":"6dadc4fa3635f6dc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6dadc4fa3635f6dc","status":"passed","time":{"start":1728682146817,"stop":1728682146818,"duration":1}},{"uid":"5f27f0a3a90a4c1d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5f27f0a3a90a4c1d","status":"passed","time":{"start":1728676621432,"stop":1728676621432,"duration":0}},{"uid":"258ae197bd001735","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/258ae197bd001735","status":"passed","time":{"start":1728669344467,"stop":1728669344468,"duration":1}},{"uid":"e3bc6c90b673d27e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e3bc6c90b673d27e","status":"passed","time":{"start":1728597685161,"stop":1728597685161,"duration":0}},{"uid":"708a3a08159fe214","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/708a3a08159fe214","status":"passed","time":{"start":1728596904468,"stop":1728596904468,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f7b46913f5448e76","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7b46913f5448e76","status":"passed","time":{"start":1729034682676,"stop":1729034682677,"duration":1}},{"uid":"f79a6138797fb078","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f79a6138797fb078","status":"passed","time":{"start":1729034452184,"stop":1729034452184,"duration":0}},{"uid":"4aedaa0a5834ca5e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4aedaa0a5834ca5e","status":"passed","time":{"start":1729034373080,"stop":1729034373080,"duration":0}},{"uid":"7a7db5d2bd2c0ae8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7a7db5d2bd2c0ae8","status":"passed","time":{"start":1729034188117,"stop":1729034188118,"duration":1}},{"uid":"1c09f4cb838eb33f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/1c09f4cb838eb33f","status":"passed","time":{"start":1729032231864,"stop":1729032231864,"duration":0}},{"uid":"b8ee623e31992022","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8ee623e31992022","status":"passed","time":{"start":1728901989565,"stop":1728901989566,"duration":1}},{"uid":"66a8870fc68eec80","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/66a8870fc68eec80","status":"passed","time":{"start":1728893424901,"stop":1728893424902,"duration":1}},{"uid":"a4fac94f10b602cf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/a4fac94f10b602cf","status":"passed","time":{"start":1728856376683,"stop":1728856376684,"duration":1}},{"uid":"d722b9e000cd62b4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d722b9e000cd62b4","status":"passed","time":{"start":1728738593960,"stop":1728738593960,"duration":0}},{"uid":"f49e83e4cfc773cd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f49e83e4cfc773cd","status":"passed","time":{"start":1728683135338,"stop":1728683135339,"duration":1}},{"uid":"dce7e8ec3334203a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/dce7e8ec3334203a","status":"passed","time":{"start":1728682692590,"stop":1728682692591,"duration":1}},{"uid":"1e6b9b8e4a9c07aa","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1e6b9b8e4a9c07aa","status":"passed","time":{"start":1728677194229,"stop":1728677194229,"duration":0}},{"uid":"3da58550c8903713","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/3da58550c8903713","status":"passed","time":{"start":1728669874424,"stop":1728669874424,"duration":0}},{"uid":"81208e1d8f91249a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/81208e1d8f91249a","status":"passed","time":{"start":1728598257462,"stop":1728598257462,"duration":0}},{"uid":"af14123820ada785","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/af14123820ada785","status":"passed","time":{"start":1728597471284,"stop":1728597471297,"duration":13}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7987935a8b8bde5e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7987935a8b8bde5e","status":"passed","time":{"start":1729034536106,"stop":1729034536106,"duration":0}},{"uid":"9fc828ab8bf53f72","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9fc828ab8bf53f72","status":"passed","time":{"start":1729034296710,"stop":1729034296710,"duration":0}},{"uid":"ed6413fab68cb3bf","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed6413fab68cb3bf","status":"passed","time":{"start":1729034220607,"stop":1729034220607,"duration":0}},{"uid":"8510fb124606d97e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8510fb124606d97e","status":"passed","time":{"start":1729034041490,"stop":1729034041491,"duration":1}},{"uid":"a3345c9720d27dda","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3345c9720d27dda","status":"passed","time":{"start":1728901705407,"stop":1728901705408,"duration":1}},{"uid":"585fad77d2274cad","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/585fad77d2274cad","status":"passed","time":{"start":1728893141779,"stop":1728893141779,"duration":0}},{"uid":"72daafc3415f3de9","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/72daafc3415f3de9","status":"passed","time":{"start":1728856087085,"stop":1728856087086,"duration":1}},{"uid":"d9b04b11926d33bf","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d9b04b11926d33bf","status":"passed","time":{"start":1728738321438,"stop":1728738321438,"duration":0}},{"uid":"13fc621ec00beccb","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/13fc621ec00beccb","status":"passed","time":{"start":1728682845677,"stop":1728682845678,"duration":1}},{"uid":"146c9e577b2580ef","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/146c9e577b2580ef","status":"passed","time":{"start":1728682424312,"stop":1728682424313,"duration":1}},{"uid":"e301a224269eaecf","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e301a224269eaecf","status":"passed","time":{"start":1728676900542,"stop":1728676900542,"duration":0}},{"uid":"c04dfb3c09f49857","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c04dfb3c09f49857","status":"passed","time":{"start":1728669625802,"stop":1728669625803,"duration":1}},{"uid":"8a9f45cc15b5b19e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8a9f45cc15b5b19e","status":"passed","time":{"start":1728597957173,"stop":1728597957174,"duration":1}},{"uid":"f8f5a2dc438df315","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f8f5a2dc438df315","status":"passed","time":{"start":1728597182620,"stop":1728597182621,"duration":1}}]},"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"48c644261a54981b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/48c644261a54981b","status":"passed","time":{"start":1729034332614,"stop":1729034332619,"duration":5}},{"uid":"8354efb7f3b72d6b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8354efb7f3b72d6b","status":"passed","time":{"start":1729034096115,"stop":1729034096119,"duration":4}},{"uid":"43ccd6b28955fb5e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/43ccd6b28955fb5e","status":"passed","time":{"start":1729034020076,"stop":1729034020077,"duration":1}},{"uid":"1e768977ff794b7f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1e768977ff794b7f","status":"passed","time":{"start":1729033834366,"stop":1729033834366,"duration":0}},{"uid":"d863b8683092b74a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d863b8683092b74a","status":"passed","time":{"start":1729031884095,"stop":1729031884101,"duration":6}},{"uid":"2cc8d83d87532b5c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2cc8d83d87532b5c","status":"passed","time":{"start":1728901430245,"stop":1728901430245,"duration":0}},{"uid":"664256261291fc30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/664256261291fc30","status":"passed","time":{"start":1728892860520,"stop":1728892860520,"duration":0}},{"uid":"c27affa5d60b2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c27affa5d60b2","status":"passed","time":{"start":1728855823310,"stop":1728855823311,"duration":1}},{"uid":"86c1e81a154b1f9a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/86c1e81a154b1f9a","status":"passed","time":{"start":1728738040573,"stop":1728738040579,"duration":6}},{"uid":"294271c77d0bdfc6","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/294271c77d0bdfc6","status":"passed","time":{"start":1728682574072,"stop":1728682574072,"duration":0}},{"uid":"90acc13a89e76415","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/90acc13a89e76415","status":"passed","time":{"start":1728682146800,"stop":1728682146800,"duration":0}},{"uid":"567f1653f7666fcb","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/567f1653f7666fcb","status":"passed","time":{"start":1728676621418,"stop":1728676621418,"duration":0}},{"uid":"ec51a0b5b5fe3466","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ec51a0b5b5fe3466","status":"passed","time":{"start":1728669344456,"stop":1728669344457,"duration":1}},{"uid":"129fea95b2e268a1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/129fea95b2e268a1","status":"passed","time":{"start":1728597685141,"stop":1728597685149,"duration":8}},{"uid":"7a00b9d649b27ccb","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/7a00b9d649b27ccb","status":"passed","time":{"start":1728596904449,"stop":1728596904449,"duration":0}}]},"8e6b8ab58559dcc084e4e6c42048986d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c37385816efabfc3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/c37385816efabfc3","status":"passed","time":{"start":1728683045449,"stop":1728683045449,"duration":0}}]},"dc8777d27a8fb3c6edab5471144037da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25b32845fe5a7065","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25b32845fe5a7065","status":"passed","time":{"start":1728669764760,"stop":1728669764760,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a7ddf2c0394c8cbd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a7ddf2c0394c8cbd","status":"passed","time":{"start":1729034704500,"stop":1729034704500,"duration":0}},{"uid":"9fecb1972852136e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9fecb1972852136e","status":"passed","time":{"start":1729034474993,"stop":1729034474993,"duration":0}},{"uid":"573e44fff17c5e32","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/573e44fff17c5e32","status":"passed","time":{"start":1729034395294,"stop":1729034395295,"duration":1}},{"uid":"b014f9caf7bb771c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b014f9caf7bb771c","status":"passed","time":{"start":1729034209105,"stop":1729034209105,"duration":0}},{"uid":"7e989ba4bf0f483e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7e989ba4bf0f483e","status":"passed","time":{"start":1729032264573,"stop":1729032264574,"duration":1}},{"uid":"daf99ca75dcb823d","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/daf99ca75dcb823d","status":"passed","time":{"start":1728902012866,"stop":1728902012866,"duration":0}},{"uid":"4475ff0fe98f12c4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4475ff0fe98f12c4","status":"passed","time":{"start":1728893454816,"stop":1728893454816,"duration":0}},{"uid":"5541e1e735ff9127","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5541e1e735ff9127","status":"passed","time":{"start":1728856408459,"stop":1728856408460,"duration":1}},{"uid":"11144c4e3664b86b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/11144c4e3664b86b","status":"passed","time":{"start":1728738633860,"stop":1728738633860,"duration":0}},{"uid":"9bcbe968eff11abe","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9bcbe968eff11abe","status":"passed","time":{"start":1728683159791,"stop":1728683159792,"duration":1}},{"uid":"e21606cc39e3f9bc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e21606cc39e3f9bc","status":"passed","time":{"start":1728682751336,"stop":1728682751336,"duration":0}},{"uid":"df67ecc0b6f6432","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/df67ecc0b6f6432","status":"passed","time":{"start":1728677216366,"stop":1728677216367,"duration":1}},{"uid":"a0459f1467b2f239","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a0459f1467b2f239","status":"passed","time":{"start":1728669925458,"stop":1728669925458,"duration":0}},{"uid":"1c2c0bb52f3795b2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1c2c0bb52f3795b2","status":"passed","time":{"start":1728598268812,"stop":1728598268812,"duration":0}},{"uid":"4827e8c84611af0e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4827e8c84611af0e","status":"passed","time":{"start":1728597503936,"stop":1728597503937,"duration":1}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cade5c3bde5bedc8","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cade5c3bde5bedc8","status":"passed","time":{"start":1729034341409,"stop":1729034341409,"duration":0}},{"uid":"602e31b02a11a585","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/602e31b02a11a585","status":"passed","time":{"start":1729034104918,"stop":1729034104918,"duration":0}},{"uid":"d29d7b0eb1c3a2f1","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d29d7b0eb1c3a2f1","status":"passed","time":{"start":1729034028516,"stop":1729034028517,"duration":1}},{"uid":"6b369ae159a9ff82","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/6b369ae159a9ff82","status":"passed","time":{"start":1729033843124,"stop":1729033843124,"duration":0}},{"uid":"8a0bb90877e6ced9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8a0bb90877e6ced9","status":"passed","time":{"start":1729031892682,"stop":1729031892683,"duration":1}},{"uid":"6971f060a3320270","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6971f060a3320270","status":"passed","time":{"start":1728901438813,"stop":1728901438814,"duration":1}},{"uid":"6ad194a43d801c78","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/6ad194a43d801c78","status":"passed","time":{"start":1728892869006,"stop":1728892869007,"duration":1}},{"uid":"5215062e6739934e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5215062e6739934e","status":"passed","time":{"start":1728855831898,"stop":1728855831898,"duration":0}},{"uid":"85dee673f7a1e99b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/85dee673f7a1e99b","status":"passed","time":{"start":1728738049046,"stop":1728738049046,"duration":0}},{"uid":"9ac2fabceb858dcf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9ac2fabceb858dcf","status":"passed","time":{"start":1728682582625,"stop":1728682582625,"duration":0}},{"uid":"4e0de11d42fcd6f9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4e0de11d42fcd6f9","status":"passed","time":{"start":1728682155413,"stop":1728682155413,"duration":0}},{"uid":"6ecd728352c9a9ef","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6ecd728352c9a9ef","status":"passed","time":{"start":1728676629980,"stop":1728676629980,"duration":0}},{"uid":"4a96de22bcced3af","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/4a96de22bcced3af","status":"passed","time":{"start":1728669353107,"stop":1728669353107,"duration":0}},{"uid":"ec85b4f72f360119","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/ec85b4f72f360119","status":"passed","time":{"start":1728597693853,"stop":1728597693853,"duration":0}},{"uid":"e788129380ff5ace","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e788129380ff5ace","status":"passed","time":{"start":1728596913097,"stop":1728596913097,"duration":0}}]},"3253908ddb16e639a5e31ba18dbeac35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42eeb3087310d2e5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42eeb3087310d2e5","status":"passed","time":{"start":1728683110370,"stop":1728683110370,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b62cab171eaca4e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b62cab171eaca4e2","status":"passed","time":{"start":1729034472949,"stop":1729034472950,"duration":1}},{"uid":"37e6b600113d834","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/37e6b600113d834","status":"passed","time":{"start":1729034240914,"stop":1729034240917,"duration":3}},{"uid":"19fc3b84ca825ec6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/19fc3b84ca825ec6","status":"passed","time":{"start":1729034159613,"stop":1729034159614,"duration":1}},{"uid":"c4f96019e75821d7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4f96019e75821d7","status":"passed","time":{"start":1729033976793,"stop":1729033976793,"duration":0}},{"uid":"58096ccdb9fe85c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/58096ccdb9fe85c","status":"passed","time":{"start":1729032020516,"stop":1729032020517,"duration":1}},{"uid":"6560fac997d1c247","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/6560fac997d1c247","status":"passed","time":{"start":1728901616428,"stop":1728901616428,"duration":0}},{"uid":"5318dbfbe288aa3b","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5318dbfbe288aa3b","status":"passed","time":{"start":1728893050243,"stop":1728893050244,"duration":1}},{"uid":"c5bef8186c283047","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c5bef8186c283047","status":"passed","time":{"start":1728856015170,"stop":1728856015170,"duration":0}},{"uid":"ef4eee8e79a029f7","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ef4eee8e79a029f7","status":"passed","time":{"start":1728738233135,"stop":1728738233135,"duration":0}},{"uid":"535732b9e0a5981c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/535732b9e0a5981c","status":"passed","time":{"start":1728682762469,"stop":1728682762469,"duration":0}},{"uid":"3ac019c394e26df1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3ac019c394e26df1","status":"passed","time":{"start":1728682332784,"stop":1728682332785,"duration":1}},{"uid":"6f3f43a1d3b42f55","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/6f3f43a1d3b42f55","status":"passed","time":{"start":1728676810290,"stop":1728676810290,"duration":0}},{"uid":"38631f78ad1d24f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/38631f78ad1d24f0","status":"passed","time":{"start":1728669529892,"stop":1728669529892,"duration":0}},{"uid":"1769e368e0aa919b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/1769e368e0aa919b","status":"passed","time":{"start":1728597873532,"stop":1728597873533,"duration":1}},{"uid":"62bf5ea404e7cd39","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/62bf5ea404e7cd39","status":"passed","time":{"start":1728597089272,"stop":1728597089272,"duration":0}}]},"bbcaf86f1f5306de3d3351c7f4e3f2cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":4,"passed":11,"unknown":0,"total":15},"items":[{"uid":"da4540b57c86889d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/da4540b57c86889d","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034473407,"stop":1729034473407,"duration":0}},{"uid":"a0e434a5d0582681","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a0e434a5d0582681","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034241339,"stop":1729034241339,"duration":0}},{"uid":"54b68bae59eaf9ae","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/54b68bae59eaf9ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1729034160194,"stop":1729034160194,"duration":0}},{"uid":"db62a1d37b685b06","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/db62a1d37b685b06","status":"skipped","statusDetails":"Test ignored","time":{"start":1729033977226,"stop":1729033977226,"duration":0}},{"uid":"5a74e294741f5a40","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5a74e294741f5a40","status":"passed","time":{"start":1729032053270,"stop":1729032053271,"duration":1}},{"uid":"2aa91987bbda7e26","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/2aa91987bbda7e26","status":"passed","time":{"start":1728901711767,"stop":1728901711767,"duration":0}},{"uid":"b7c600460c5d2df2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b7c600460c5d2df2","status":"passed","time":{"start":1728893141898,"stop":1728893141899,"duration":1}},{"uid":"891740de8cb9edcd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/891740de8cb9edcd","status":"passed","time":{"start":1728856103201,"stop":1728856103201,"duration":0}},{"uid":"2ea51a745bdf11bd","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/2ea51a745bdf11bd","status":"passed","time":{"start":1728738321620,"stop":1728738321621,"duration":1}},{"uid":"225756b89e9d9199","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/225756b89e9d9199","status":"passed","time":{"start":1728682857566,"stop":1728682857569,"duration":3}},{"uid":"2bf91b876e2848b2","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2bf91b876e2848b2","status":"passed","time":{"start":1728682428804,"stop":1728682428804,"duration":0}},{"uid":"f204f73646ab49af","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f204f73646ab49af","status":"passed","time":{"start":1728676901169,"stop":1728676901170,"duration":1}},{"uid":"1be410ce716af339","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/1be410ce716af339","status":"passed","time":{"start":1728669573865,"stop":1728669573865,"duration":0}},{"uid":"4550c96c050884c1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4550c96c050884c1","status":"passed","time":{"start":1728597972337,"stop":1728597972337,"duration":0}},{"uid":"8d63de5fc27936c8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8d63de5fc27936c8","status":"passed","time":{"start":1728597175619,"stop":1728597175620,"duration":1}}]},"4cd191db2fc536e1a8b3c23a7e26cd95:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcd0bf4f43678bac","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bcd0bf4f43678bac","status":"passed","time":{"start":1728669777129,"stop":1728669777130,"duration":1}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"96d533fab9f3b4cb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/96d533fab9f3b4cb","status":"passed","time":{"start":1729034656457,"stop":1729034656459,"duration":2}},{"uid":"71e2280bb21f9368","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/71e2280bb21f9368","status":"passed","time":{"start":1729034428551,"stop":1729034428552,"duration":1}},{"uid":"29b11fdc65c5438","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/29b11fdc65c5438","status":"passed","time":{"start":1729034348209,"stop":1729034348209,"duration":0}},{"uid":"209a13cc26091ad","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/209a13cc26091ad","status":"passed","time":{"start":1729034169435,"stop":1729034169436,"duration":1}},{"uid":"fa10445ca57996f2","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fa10445ca57996f2","status":"passed","time":{"start":1729032228808,"stop":1729032228808,"duration":0}},{"uid":"74042d13a35ba6aa","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/74042d13a35ba6aa","status":"passed","time":{"start":1728901950540,"stop":1728901950541,"duration":1}},{"uid":"7c56d5505800fee7","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7c56d5505800fee7","status":"passed","time":{"start":1728893389983,"stop":1728893389984,"duration":1}},{"uid":"5bbb50d59814bc9c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/5bbb50d59814bc9c","status":"passed","time":{"start":1728856333646,"stop":1728856333649,"duration":3}},{"uid":"eb767e3af0da744b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/eb767e3af0da744b","status":"passed","time":{"start":1728738555092,"stop":1728738555092,"duration":0}},{"uid":"2bf6226ad8ff1983","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/2bf6226ad8ff1983","status":"passed","time":{"start":1728683093168,"stop":1728683093168,"duration":0}},{"uid":"aeaabd571e1220e5","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/aeaabd571e1220e5","status":"passed","time":{"start":1728682652690,"stop":1728682652691,"duration":1}},{"uid":"d8fe320698b55a7a","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d8fe320698b55a7a","status":"passed","time":{"start":1728677156808,"stop":1728677156808,"duration":0}},{"uid":"7ad0c9880d36b74a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7ad0c9880d36b74a","status":"passed","time":{"start":1728669834420,"stop":1728669834421,"duration":1}},{"uid":"fabe5baf9f99b952","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fabe5baf9f99b952","status":"passed","time":{"start":1728598212609,"stop":1728598212609,"duration":0}},{"uid":"302439d3643ecb79","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/302439d3643ecb79","status":"passed","time":{"start":1728597423322,"stop":1728597423323,"duration":1}}]},"326ec1f8f1a49d618690d94cb419dcc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e9ef5c5cfbab9f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4e9ef5c5cfbab9f","status":"passed","time":{"start":1728738567472,"stop":1728738567472,"duration":0}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f69bd7f77c219118","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f69bd7f77c219118","status":"passed","time":{"start":1729034636312,"stop":1729034636312,"duration":0}},{"uid":"f71e76c1d4cbd143","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f71e76c1d4cbd143","status":"passed","time":{"start":1729034402271,"stop":1729034402272,"duration":1}},{"uid":"b3e5e54ba0ef247c","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b3e5e54ba0ef247c","status":"passed","time":{"start":1729034323289,"stop":1729034323289,"duration":0}},{"uid":"2de499adbd44abfe","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2de499adbd44abfe","status":"passed","time":{"start":1729034144763,"stop":1729034144763,"duration":0}},{"uid":"73bea5f40dce1f65","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/73bea5f40dce1f65","status":"passed","time":{"start":1729032198814,"stop":1729032198814,"duration":0}},{"uid":"4a36f85f3fa6655","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4a36f85f3fa6655","status":"passed","time":{"start":1728901901760,"stop":1728901901760,"duration":0}},{"uid":"ae269fb2b83ab7d4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ae269fb2b83ab7d4","status":"passed","time":{"start":1728893337240,"stop":1728893337240,"duration":0}},{"uid":"8dc907cd2f2bb48f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8dc907cd2f2bb48f","status":"passed","time":{"start":1728856299187,"stop":1728856299187,"duration":0}},{"uid":"bf0abf66ee9cc895","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/bf0abf66ee9cc895","status":"passed","time":{"start":1728738505373,"stop":1728738505373,"duration":0}},{"uid":"be9a4e05730597e0","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/be9a4e05730597e0","status":"passed","time":{"start":1728683045446,"stop":1728683045446,"duration":0}},{"uid":"add4eb9f234d4132","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/add4eb9f234d4132","status":"passed","time":{"start":1728682607286,"stop":1728682607286,"duration":0}},{"uid":"71908369776a824b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/71908369776a824b","status":"passed","time":{"start":1728677103492,"stop":1728677103492,"duration":0}},{"uid":"f5bf9c6079eec3a0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f5bf9c6079eec3a0","status":"passed","time":{"start":1728669777114,"stop":1728669777114,"duration":0}},{"uid":"c00a4acb09cf242d","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/c00a4acb09cf242d","status":"passed","time":{"start":1728598163464,"stop":1728598163464,"duration":0}},{"uid":"5ee226a99e018f1a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5ee226a99e018f1a","status":"passed","time":{"start":1728597375463,"stop":1728597375464,"duration":1}}]},"caca1daefc6c7348223e084c64a762a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdc783ff9b9b99e3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/fdc783ff9b9b99e3","status":"passed","time":{"start":1728683045449,"stop":1728683045450,"duration":1}}]},"71a8341f17319b66f40d944ca8277884:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e97eadaa2ea55e5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/5e97eadaa2ea55e5","status":"passed","time":{"start":1728598250014,"stop":1728598250014,"duration":0}}]},"aca8b400e36e7f330e53ef7a42affd3b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35df625173a3d2be","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/35df625173a3d2be","status":"passed","time":{"start":1728669777123,"stop":1728669777125,"duration":2}}]},"8edeea7d1365d31ba00bffb2f7abed43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e405261e1e334e93","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e405261e1e334e93","status":"passed","time":{"start":1729034656461,"stop":1729034656463,"duration":2}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5210eeee413c1fd9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5210eeee413c1fd9","status":"passed","time":{"start":1729034704499,"stop":1729034704499,"duration":0}},{"uid":"231b29d7dd8c9ca9","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/231b29d7dd8c9ca9","status":"passed","time":{"start":1729034474992,"stop":1729034474993,"duration":1}},{"uid":"703db19e7dd28410","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/703db19e7dd28410","status":"passed","time":{"start":1729034395294,"stop":1729034395294,"duration":0}},{"uid":"abe1a48d099cd5c2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/abe1a48d099cd5c2","status":"passed","time":{"start":1729034209104,"stop":1729034209105,"duration":1}},{"uid":"bb1a9f08486ffca0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/bb1a9f08486ffca0","status":"passed","time":{"start":1729032264573,"stop":1729032264573,"duration":0}},{"uid":"da4741a64749af07","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/da4741a64749af07","status":"passed","time":{"start":1728902012864,"stop":1728902012865,"duration":1}},{"uid":"eb2b25c270ff5d96","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/eb2b25c270ff5d96","status":"passed","time":{"start":1728893454815,"stop":1728893454815,"duration":0}},{"uid":"bc3af29b92f59700","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/bc3af29b92f59700","status":"passed","time":{"start":1728856408458,"stop":1728856408458,"duration":0}},{"uid":"757b4ec988547580","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/757b4ec988547580","status":"passed","time":{"start":1728738633858,"stop":1728738633859,"duration":1}},{"uid":"e9119f41e154fa1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e9119f41e154fa1","status":"passed","time":{"start":1728683159790,"stop":1728683159790,"duration":0}},{"uid":"59040239f23bc941","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/59040239f23bc941","status":"passed","time":{"start":1728682751335,"stop":1728682751335,"duration":0}},{"uid":"e1aac65b8f34577","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e1aac65b8f34577","status":"passed","time":{"start":1728677216365,"stop":1728677216365,"duration":0}},{"uid":"30122b982b133a80","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/30122b982b133a80","status":"passed","time":{"start":1728669925457,"stop":1728669925457,"duration":0}},{"uid":"25c9e0744ce08d0b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/25c9e0744ce08d0b","status":"passed","time":{"start":1728598268811,"stop":1728598268812,"duration":1}},{"uid":"a60527dc22604685","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a60527dc22604685","status":"passed","time":{"start":1728597503934,"stop":1728597503935,"duration":1}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d6a257ab4aa72659","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d6a257ab4aa72659","status":"passed","time":{"start":1729034356474,"stop":1729034356474,"duration":0}},{"uid":"f67dd36b19a513ee","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f67dd36b19a513ee","status":"passed","time":{"start":1729034120500,"stop":1729034120500,"duration":0}},{"uid":"fc9f41930c02a26","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fc9f41930c02a26","status":"passed","time":{"start":1729033858270,"stop":1729033858270,"duration":0}},{"uid":"8353b41d3ae56201","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/8353b41d3ae56201","status":"passed","time":{"start":1729031908176,"stop":1729031908176,"duration":0}},{"uid":"3074bab1e3ec59c8","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/3074bab1e3ec59c8","status":"passed","time":{"start":1728901453933,"stop":1728901453933,"duration":0}},{"uid":"2453892ac8a8bb45","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2453892ac8a8bb45","status":"passed","time":{"start":1728892884409,"stop":1728892884409,"duration":0}},{"uid":"80fc4937eec8a256","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/80fc4937eec8a256","status":"passed","time":{"start":1728855846878,"stop":1728855846878,"duration":0}},{"uid":"8dbe114c85178dfe","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/8dbe114c85178dfe","status":"passed","time":{"start":1728738064182,"stop":1728738064182,"duration":0}},{"uid":"4f878c5111cbdba7","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4f878c5111cbdba7","status":"passed","time":{"start":1728682597760,"stop":1728682597760,"duration":0}},{"uid":"40e8c8afa54d29e9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/40e8c8afa54d29e9","status":"passed","time":{"start":1728682170539,"stop":1728682170540,"duration":1}},{"uid":"fc4c20f60a779d6e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/fc4c20f60a779d6e","status":"passed","time":{"start":1728676645199,"stop":1728676645199,"duration":0}},{"uid":"7726e10c00c2c566","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/7726e10c00c2c566","status":"passed","time":{"start":1728669368194,"stop":1728669368194,"duration":0}},{"uid":"f5c8effbbb28cd24","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f5c8effbbb28cd24","status":"passed","time":{"start":1728597709010,"stop":1728597709010,"duration":0}},{"uid":"2a5f53931f8a19ed","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2a5f53931f8a19ed","status":"passed","time":{"start":1728596928105,"stop":1728596928106,"duration":1}}]},"155c8e2476bd7a6b35f459d0d40748d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27e5631da0ebe6d8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/27e5631da0ebe6d8","status":"passed","time":{"start":1729034348213,"stop":1729034348214,"duration":1}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"48a5680f862134b9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/48a5680f862134b9","status":"passed","time":{"start":1729034640512,"stop":1729034640512,"duration":0}},{"uid":"e7f085af5cdfd58f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e7f085af5cdfd58f","status":"passed","time":{"start":1729034411419,"stop":1729034411420,"duration":1}},{"uid":"399695c8032bea2","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/399695c8032bea2","status":"passed","time":{"start":1729034327395,"stop":1729034327396,"duration":1}},{"uid":"1158cb6250839e55","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1158cb6250839e55","status":"passed","time":{"start":1729034147767,"stop":1729034147768,"duration":1}},{"uid":"cce3ca26fd711c0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/cce3ca26fd711c0","status":"passed","time":{"start":1729032204825,"stop":1729032204825,"duration":0}},{"uid":"25f58aee1f60d512","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/25f58aee1f60d512","status":"passed","time":{"start":1728901907652,"stop":1728901907652,"duration":0}},{"uid":"86d1e2cd25303a48","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/86d1e2cd25303a48","status":"passed","time":{"start":1728893341886,"stop":1728893341886,"duration":0}},{"uid":"43d263260ee97bb","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/43d263260ee97bb","status":"passed","time":{"start":1728856299351,"stop":1728856299352,"duration":1}},{"uid":"488929d75afe6195","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/488929d75afe6195","status":"passed","time":{"start":1728738511612,"stop":1728738511612,"duration":0}},{"uid":"22d0b96edebf85a5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/22d0b96edebf85a5","status":"passed","time":{"start":1728683052908,"stop":1728683052908,"duration":0}},{"uid":"caeceedd38396ece","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/caeceedd38396ece","status":"passed","time":{"start":1728682612907,"stop":1728682612907,"duration":0}},{"uid":"b814e51abd924b0b","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b814e51abd924b0b","status":"passed","time":{"start":1728677115743,"stop":1728677115743,"duration":0}},{"uid":"2bbb70d5188e1105","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2bbb70d5188e1105","status":"passed","time":{"start":1728669778171,"stop":1728669778171,"duration":0}},{"uid":"277e6c9232436091","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/277e6c9232436091","status":"passed","time":{"start":1728598175428,"stop":1728598175428,"duration":0}},{"uid":"d65be8541c8f3085","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d65be8541c8f3085","status":"passed","time":{"start":1728597380057,"stop":1728597380058,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a2687993981cf46a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a2687993981cf46a","status":"passed","time":{"start":1729034631263,"stop":1729034631263,"duration":0}},{"uid":"7eaad572ad8881ce","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7eaad572ad8881ce","status":"passed","time":{"start":1729034400899,"stop":1729034400902,"duration":3}},{"uid":"5e3b8ebdc99c8809","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5e3b8ebdc99c8809","status":"passed","time":{"start":1729034317497,"stop":1729034317498,"duration":1}},{"uid":"8c42e7f1fbe406b6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8c42e7f1fbe406b6","status":"passed","time":{"start":1729034137156,"stop":1729034137156,"duration":0}},{"uid":"d2a4c8d204e3b3d8","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2a4c8d204e3b3d8","status":"passed","time":{"start":1729032206888,"stop":1729032206888,"duration":0}},{"uid":"ad530c79b18558e9","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/ad530c79b18558e9","status":"passed","time":{"start":1728901995035,"stop":1728901995035,"duration":0}},{"uid":"d24a270fde5d2a6f","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/d24a270fde5d2a6f","status":"passed","time":{"start":1728893421009,"stop":1728893421009,"duration":0}},{"uid":"6c6ac825a3be21dd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6c6ac825a3be21dd","status":"passed","time":{"start":1728856368610,"stop":1728856368610,"duration":0}},{"uid":"ff50a99925946101","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff50a99925946101","status":"passed","time":{"start":1728738604692,"stop":1728738604692,"duration":0}},{"uid":"d518a9e3c737c5b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d518a9e3c737c5b","status":"passed","time":{"start":1728683117675,"stop":1728683117675,"duration":0}},{"uid":"e498e414e661c360","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e498e414e661c360","status":"passed","time":{"start":1728682721326,"stop":1728682721327,"duration":1}},{"uid":"9f2f5809cb8be571","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/9f2f5809cb8be571","status":"passed","time":{"start":1728677184694,"stop":1728677184694,"duration":0}},{"uid":"515a8856772a9a6d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/515a8856772a9a6d","status":"passed","time":{"start":1728669866477,"stop":1728669866478,"duration":1}},{"uid":"a8884ae30a52e402","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/a8884ae30a52e402","status":"passed","time":{"start":1728598250013,"stop":1728598250013,"duration":0}},{"uid":"e3f72ec1adfb2a0d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e3f72ec1adfb2a0d","status":"passed","time":{"start":1728597472309,"stop":1728597472309,"duration":0}}]},"9883c773706930c03807abfd423ba308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e89f239d6a1e13e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5e89f239d6a1e13e","status":"passed","time":{"start":1729034317505,"stop":1729034317506,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"38be0563896f7a4b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/38be0563896f7a4b","status":"passed","time":{"start":1729034506785,"stop":1729034506785,"duration":0}},{"uid":"428ecd59b66dc828","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/428ecd59b66dc828","status":"passed","time":{"start":1729034259807,"stop":1729034259807,"duration":0}},{"uid":"b30c1b70d3a9f885","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/b30c1b70d3a9f885","status":"passed","time":{"start":1729034194001,"stop":1729034194001,"duration":0}},{"uid":"79c169d9e1eb48aa","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/79c169d9e1eb48aa","status":"passed","time":{"start":1729034014827,"stop":1729034014832,"duration":5}},{"uid":"fdfe46dbcea96fe0","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fdfe46dbcea96fe0","status":"passed","time":{"start":1729032065422,"stop":1729032065422,"duration":0}},{"uid":"c9b7adda659971b0","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c9b7adda659971b0","status":"passed","time":{"start":1728901664233,"stop":1728901664234,"duration":1}},{"uid":"c4c4997ef5a9bfa2","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c4c4997ef5a9bfa2","status":"passed","time":{"start":1728893093679,"stop":1728893093679,"duration":0}},{"uid":"c334e5eca2abba19","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c334e5eca2abba19","status":"passed","time":{"start":1728856055261,"stop":1728856055262,"duration":1}},{"uid":"3272340b8a5098ac","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3272340b8a5098ac","status":"passed","time":{"start":1728738274738,"stop":1728738274738,"duration":0}},{"uid":"a69d567c1889bb45","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a69d567c1889bb45","status":"passed","time":{"start":1728682807946,"stop":1728682807947,"duration":1}},{"uid":"6503efece65f0158","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6503efece65f0158","status":"passed","time":{"start":1728682381278,"stop":1728682381279,"duration":1}},{"uid":"dd719a971f94bc69","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/dd719a971f94bc69","status":"passed","time":{"start":1728676853891,"stop":1728676853892,"duration":1}},{"uid":"b9e43e383334a54a","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b9e43e383334a54a","status":"passed","time":{"start":1728669581681,"stop":1728669581681,"duration":0}},{"uid":"96747f069a92a9a3","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/96747f069a92a9a3","status":"passed","time":{"start":1728597923459,"stop":1728597923459,"duration":0}},{"uid":"83b70459cc1688ba","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/83b70459cc1688ba","status":"passed","time":{"start":1728597132257,"stop":1728597132257,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"5cd6c592c309e041","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5cd6c592c309e041","status":"passed","time":{"start":1729034631266,"stop":1729034631266,"duration":0}},{"uid":"ec89c4676560a996","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ec89c4676560a996","status":"passed","time":{"start":1729034400905,"stop":1729034400905,"duration":0}},{"uid":"84818f54ead732b7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/84818f54ead732b7","status":"passed","time":{"start":1729034317507,"stop":1729034317508,"duration":1}},{"uid":"333f49d20480062f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/333f49d20480062f","status":"passed","time":{"start":1729034137159,"stop":1729034137159,"duration":0}},{"uid":"2c58c7656cf42026","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2c58c7656cf42026","status":"passed","time":{"start":1729032206902,"stop":1729032206903,"duration":1}},{"uid":"d4c581f6c1aae748","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/d4c581f6c1aae748","status":"passed","time":{"start":1728901995037,"stop":1728901995038,"duration":1}},{"uid":"f14de52260090695","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f14de52260090695","status":"passed","time":{"start":1728893421011,"stop":1728893421011,"duration":0}},{"uid":"64287b22fee3987","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64287b22fee3987","status":"passed","time":{"start":1728856368612,"stop":1728856368612,"duration":0}},{"uid":"37f44169f5571631","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/37f44169f5571631","status":"passed","time":{"start":1728738604695,"stop":1728738604695,"duration":0}},{"uid":"9f6d53556c89ca27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/9f6d53556c89ca27","status":"passed","time":{"start":1728683117701,"stop":1728683117702,"duration":1}},{"uid":"f596d15e633907c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/f596d15e633907c","status":"passed","time":{"start":1728682721329,"stop":1728682721329,"duration":0}},{"uid":"b5f8d398d63a8e76","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/b5f8d398d63a8e76","status":"passed","time":{"start":1728677184696,"stop":1728677184696,"duration":0}},{"uid":"5bde6ad7261e6265","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/5bde6ad7261e6265","status":"passed","time":{"start":1728669866483,"stop":1728669866484,"duration":1}},{"uid":"14a2ec0b0bcfa8fb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/14a2ec0b0bcfa8fb","status":"passed","time":{"start":1728598250015,"stop":1728598250016,"duration":1}},{"uid":"d76d889ce1d06065","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/d76d889ce1d06065","status":"passed","time":{"start":1728597472311,"stop":1728597472312,"duration":1}}]},"6a82d192d566593bce0f5027b0b8f385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee73881621ccdaf","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/ee73881621ccdaf","status":"passed","time":{"start":1728669834434,"stop":1728669834438,"duration":4}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"d57297ca9a427f10","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d57297ca9a427f10","status":"passed","time":{"start":1729034424273,"stop":1729034424273,"duration":0}},{"uid":"9d19be18497fe333","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9d19be18497fe333","status":"passed","time":{"start":1729034190705,"stop":1729034190705,"duration":0}},{"uid":"5f52dc3928bc74e6","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5f52dc3928bc74e6","status":"passed","time":{"start":1729034108431,"stop":1729034108431,"duration":0}},{"uid":"9bec4bef67576a8a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9bec4bef67576a8a","status":"passed","time":{"start":1729033925381,"stop":1729033925382,"duration":1}},{"uid":"fa5cdac08b01f36f","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/fa5cdac08b01f36f","status":"passed","time":{"start":1729031975189,"stop":1729031975190,"duration":1}},{"uid":"fc503d6731703e2f","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/fc503d6731703e2f","status":"passed","time":{"start":1728901537876,"stop":1728901537877,"duration":1}},{"uid":"3fdede22666fdc30","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3fdede22666fdc30","status":"passed","time":{"start":1728892972428,"stop":1728892972429,"duration":1}},{"uid":"de9d5c764c7d396e","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/de9d5c764c7d396e","status":"passed","time":{"start":1728855933070,"stop":1728855933071,"duration":1}},{"uid":"da1a1b43cc04aa66","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/da1a1b43cc04aa66","status":"passed","time":{"start":1728738149926,"stop":1728738149926,"duration":0}},{"uid":"99e11c619b8ad78c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/99e11c619b8ad78c","status":"passed","time":{"start":1728682681970,"stop":1728682681970,"duration":0}},{"uid":"99f135887657bf72","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/99f135887657bf72","status":"passed","time":{"start":1728682257768,"stop":1728682257769,"duration":1}},{"uid":"63f28a32de2b0aa4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/63f28a32de2b0aa4","status":"passed","time":{"start":1728676730787,"stop":1728676730787,"duration":0}},{"uid":"75acc265775146cc","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/75acc265775146cc","status":"passed","time":{"start":1728669456895,"stop":1728669456895,"duration":0}},{"uid":"f93507a415ab2025","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/f93507a415ab2025","status":"passed","time":{"start":1728597795919,"stop":1728597795919,"duration":0}},{"uid":"a3baa8d04158f086","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a3baa8d04158f086","status":"passed","time":{"start":1728597010201,"stop":1728597010201,"duration":0}}]},"1d9e9f4334e4508de504575c3e4a9d5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7671f9cd6edd2ed0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7671f9cd6edd2ed0","status":"passed","time":{"start":1728677082010,"stop":1728677082011,"duration":1}}]},"78eac82ba9d6f720a3dcbd48050c6d2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70e350c9e30d0f75","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/70e350c9e30d0f75","status":"passed","time":{"start":1728598212612,"stop":1728598212612,"duration":0}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"726eed9214cf7abf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/726eed9214cf7abf","status":"passed","time":{"start":1729034704509,"stop":1729034704509,"duration":0}},{"uid":"f0afbe11cfd25162","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f0afbe11cfd25162","status":"passed","time":{"start":1729034475015,"stop":1729034475016,"duration":1}},{"uid":"ca3f7eb82ffd337e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ca3f7eb82ffd337e","status":"passed","time":{"start":1729034395303,"stop":1729034395303,"duration":0}},{"uid":"4ea1306217df5120","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4ea1306217df5120","status":"passed","time":{"start":1729034209128,"stop":1729034209130,"duration":2}},{"uid":"941e85fb5222b3c9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/941e85fb5222b3c9","status":"passed","time":{"start":1729032264601,"stop":1729032264601,"duration":0}},{"uid":"c800bb0731008899","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c800bb0731008899","status":"passed","time":{"start":1728902012892,"stop":1728902012892,"duration":0}},{"uid":"189e9f0d1e8260d1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/189e9f0d1e8260d1","status":"passed","time":{"start":1728893454825,"stop":1728893454826,"duration":1}},{"uid":"4548131aac9697d3","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/4548131aac9697d3","status":"passed","time":{"start":1728856408469,"stop":1728856408469,"duration":0}},{"uid":"78d58fb71afdabb3","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/78d58fb71afdabb3","status":"passed","time":{"start":1728738633875,"stop":1728738633876,"duration":1}},{"uid":"d48d2feb818ba64a","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/d48d2feb818ba64a","status":"passed","time":{"start":1728683159827,"stop":1728683159827,"duration":0}},{"uid":"ea2685413e3000e3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/ea2685413e3000e3","status":"passed","time":{"start":1728682751347,"stop":1728682751348,"duration":1}},{"uid":"8a61920af50a2363","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8a61920af50a2363","status":"passed","time":{"start":1728677216379,"stop":1728677216379,"duration":0}},{"uid":"e006d74c650ed70f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e006d74c650ed70f","status":"passed","time":{"start":1728669925468,"stop":1728669925468,"duration":0}},{"uid":"2ff94957b8c224eb","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2ff94957b8c224eb","status":"passed","time":{"start":1728598268821,"stop":1728598268822,"duration":1}},{"uid":"f8163c636ec90b6a","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f8163c636ec90b6a","status":"passed","time":{"start":1728597503954,"stop":1728597503956,"duration":2}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cffc236aebed1c0e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cffc236aebed1c0e","status":"passed","time":{"start":1729034398613,"stop":1729034398614,"duration":1}},{"uid":"c4c6f5dbf5ae8607","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c4c6f5dbf5ae8607","status":"passed","time":{"start":1729034162856,"stop":1729034162858,"duration":2}},{"uid":"cf14f77505c04bd9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/cf14f77505c04bd9","status":"passed","time":{"start":1729034085838,"stop":1729034085838,"duration":0}},{"uid":"b7314284874f7689","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b7314284874f7689","status":"passed","time":{"start":1729033899735,"stop":1729033899736,"duration":1}},{"uid":"7fc4cfe194c914f1","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7fc4cfe194c914f1","status":"passed","time":{"start":1729031949622,"stop":1729031949623,"duration":1}},{"uid":"f07a7a20f4324892","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f07a7a20f4324892","status":"passed","time":{"start":1728901494757,"stop":1728901494757,"duration":0}},{"uid":"c9f462c0dc6b1015","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/c9f462c0dc6b1015","status":"passed","time":{"start":1728892929639,"stop":1728892929639,"duration":0}},{"uid":"7d18600bad91f391","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/7d18600bad91f391","status":"passed","time":{"start":1728855891579,"stop":1728855891580,"duration":1}},{"uid":"3023eaa23589f60d","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/3023eaa23589f60d","status":"passed","time":{"start":1728738106822,"stop":1728738106822,"duration":0}},{"uid":"1f47bed80a16656e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/1f47bed80a16656e","status":"passed","time":{"start":1728682642602,"stop":1728682642602,"duration":0}},{"uid":"c7a3012362b3a43b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7a3012362b3a43b","status":"passed","time":{"start":1728682214522,"stop":1728682214523,"duration":1}},{"uid":"3d5c96970c26e9f5","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/3d5c96970c26e9f5","status":"passed","time":{"start":1728676690539,"stop":1728676690540,"duration":1}},{"uid":"742b0987642f7422","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/742b0987642f7422","status":"passed","time":{"start":1728669414115,"stop":1728669414115,"duration":0}},{"uid":"56af2a6fee2d46e4","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/56af2a6fee2d46e4","status":"passed","time":{"start":1728597753371,"stop":1728597753371,"duration":0}},{"uid":"653427f311b5bf4d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/653427f311b5bf4d","status":"passed","time":{"start":1728596970976,"stop":1728596970977,"duration":1}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"39e2fec861e2d580","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/39e2fec861e2d580","status":"passed","time":{"start":1729034728790,"stop":1729034728790,"duration":0}},{"uid":"ab53deab1d8f195f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ab53deab1d8f195f","status":"passed","time":{"start":1729034400846,"stop":1729034400846,"duration":0}},{"uid":"8dae1b81bc9b6224","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8dae1b81bc9b6224","status":"passed","time":{"start":1728902045392,"stop":1728902045393,"duration":1}},{"uid":"bad9bf93962e8cfd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/bad9bf93962e8cfd","status":"passed","time":{"start":1728893481313,"stop":1728893481313,"duration":0}},{"uid":"6e2507d6e535815c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/6e2507d6e535815c","status":"passed","time":{"start":1728856434369,"stop":1728856434369,"duration":0}},{"uid":"65677b31018ac723","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/65677b31018ac723","status":"passed","time":{"start":1728738656937,"stop":1728738656937,"duration":0}},{"uid":"bbcdc9b77e7f3dd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bbcdc9b77e7f3dd","status":"passed","time":{"start":1728683172726,"stop":1728683172726,"duration":0}},{"uid":"b9820d29dd3fba70","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b9820d29dd3fba70","status":"passed","time":{"start":1728682747613,"stop":1728682747613,"duration":0}},{"uid":"395a9b7310693818","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/395a9b7310693818","status":"passed","time":{"start":1728677247281,"stop":1728677247281,"duration":0}},{"uid":"c319a9302181aa23","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/c319a9302181aa23","status":"passed","time":{"start":1728669917948,"stop":1728669917948,"duration":0}},{"uid":"e1421f0e26a51967","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e1421f0e26a51967","status":"passed","time":{"start":1728598290718,"stop":1728598290719,"duration":1}},{"uid":"b9f44a6d07065476","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b9f44a6d07065476","status":"passed","time":{"start":1728597515859,"stop":1728597515859,"duration":0}}]},"f022a19b56e0ddf4f85cb4259ef5f8a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"9b7b6edafa70c782","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9b7b6edafa70c782","status":"passed","time":{"start":1729034373010,"stop":1729034373011,"duration":1}},{"uid":"7356cfc7192cf299","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/7356cfc7192cf299","status":"passed","time":{"start":1729034137114,"stop":1729034137115,"duration":1}},{"uid":"6d4b4070fe0504d7","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6d4b4070fe0504d7","status":"passed","time":{"start":1729034060045,"stop":1729034060046,"duration":1}},{"uid":"2acf1f11fc4b7f0f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2acf1f11fc4b7f0f","status":"passed","time":{"start":1729033875028,"stop":1729033875028,"duration":0}},{"uid":"acb4baa3f71fc631","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/acb4baa3f71fc631","status":"passed","time":{"start":1729031924909,"stop":1729031924909,"duration":0}},{"uid":"e92f03dcda9c1f45","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e92f03dcda9c1f45","status":"passed","time":{"start":1728901469135,"stop":1728901469136,"duration":1}},{"uid":"ec178763f6e985c8","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/ec178763f6e985c8","status":"passed","time":{"start":1728892899801,"stop":1728892899801,"duration":0}},{"uid":"d3fb8ddac37490c7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d3fb8ddac37490c7","status":"passed","time":{"start":1728855863297,"stop":1728855863297,"duration":0}},{"uid":"534fd3dd15df97be","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/534fd3dd15df97be","status":"passed","time":{"start":1728738080957,"stop":1728738080957,"duration":0}},{"uid":"eef094c2bef48ca8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/eef094c2bef48ca8","status":"passed","time":{"start":1728682614316,"stop":1728682614317,"duration":1}},{"uid":"de1c9455f9d8f3b8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/de1c9455f9d8f3b8","status":"passed","time":{"start":1728682187221,"stop":1728682187221,"duration":0}},{"uid":"569ba464da8d6612","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/569ba464da8d6612","status":"passed","time":{"start":1728676661422,"stop":1728676661422,"duration":0}},{"uid":"dd69bdab76e834aa","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dd69bdab76e834aa","status":"passed","time":{"start":1728669384754,"stop":1728669384754,"duration":0}},{"uid":"42753b76f8cd8d3b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/42753b76f8cd8d3b","status":"passed","time":{"start":1728597724211,"stop":1728597724212,"duration":1}},{"uid":"861c48eba33b54f4","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/861c48eba33b54f4","status":"passed","time":{"start":1728596943265,"stop":1728596943265,"duration":0}}]},"b37e1d5d01db244b24161706217ca490:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6caae589231ad06e","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6caae589231ad06e","status":"passed","time":{"start":1728738492794,"stop":1728738492794,"duration":0}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"27c358b0afc19187","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/27c358b0afc19187","status":"passed","time":{"start":1729034356136,"stop":1729034356137,"duration":1}},{"uid":"2aadefb427bfd2f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/2aadefb427bfd2f5","status":"passed","time":{"start":1729034120214,"stop":1729034120215,"duration":1}},{"uid":"fce10f340d97254f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/fce10f340d97254f","status":"passed","time":{"start":1729034043143,"stop":1729034043143,"duration":0}},{"uid":"7f520f5cd8cf847c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7f520f5cd8cf847c","status":"passed","time":{"start":1729033857765,"stop":1729033857766,"duration":1}},{"uid":"513060e956c7138b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/513060e956c7138b","status":"passed","time":{"start":1729031907985,"stop":1729031907985,"duration":0}},{"uid":"b8414e2af482896c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b8414e2af482896c","status":"passed","time":{"start":1728901453411,"stop":1728901453411,"duration":0}},{"uid":"a7997ebd1bea297c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a7997ebd1bea297c","status":"passed","time":{"start":1728892883978,"stop":1728892883979,"duration":1}},{"uid":"2b2aafa5552bf379","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2b2aafa5552bf379","status":"passed","time":{"start":1728855846185,"stop":1728855846185,"duration":0}},{"uid":"a2798ed671597158","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a2798ed671597158","status":"passed","time":{"start":1728738063648,"stop":1728738063648,"duration":0}},{"uid":"42b78183b50aec40","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/42b78183b50aec40","status":"passed","time":{"start":1728682597529,"stop":1728682597530,"duration":1}},{"uid":"966f817790d309a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/966f817790d309a","status":"passed","time":{"start":1728682170202,"stop":1728682170202,"duration":0}},{"uid":"29f8954fafeebb15","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/29f8954fafeebb15","status":"passed","time":{"start":1728676644980,"stop":1728676644981,"duration":1}},{"uid":"62fbbe451fcd4045","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/62fbbe451fcd4045","status":"passed","time":{"start":1728669367853,"stop":1728669367854,"duration":1}},{"uid":"e0925f8e7ed0fbd5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/e0925f8e7ed0fbd5","status":"passed","time":{"start":1728597708660,"stop":1728597708660,"duration":0}},{"uid":"86f456d01b190264","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/86f456d01b190264","status":"passed","time":{"start":1728596927478,"stop":1728596927478,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8f0a4e678403b571","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8f0a4e678403b571","status":"passed","time":{"start":1729034631254,"stop":1729034631254,"duration":0}},{"uid":"a03ba54d9f51d376","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/a03ba54d9f51d376","status":"passed","time":{"start":1729034400891,"stop":1729034400891,"duration":0}},{"uid":"685d3f5843507474","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/685d3f5843507474","status":"passed","time":{"start":1729034317453,"stop":1729034317454,"duration":1}},{"uid":"e6d3bbf982c5b393","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e6d3bbf982c5b393","status":"passed","time":{"start":1729034137142,"stop":1729034137143,"duration":1}},{"uid":"6f0ad40d2251982c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6f0ad40d2251982c","status":"passed","time":{"start":1729032206877,"stop":1729032206877,"duration":0}},{"uid":"dda7f671cff60995","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/dda7f671cff60995","status":"passed","time":{"start":1728901995022,"stop":1728901995023,"duration":1}},{"uid":"409fd07dac4064d4","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/409fd07dac4064d4","status":"passed","time":{"start":1728893420996,"stop":1728893420997,"duration":1}},{"uid":"866130bc8ddc5c6f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/866130bc8ddc5c6f","status":"passed","time":{"start":1728856368597,"stop":1728856368598,"duration":1}},{"uid":"ff525fd1f5559c21","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ff525fd1f5559c21","status":"passed","time":{"start":1728738604682,"stop":1728738604682,"duration":0}},{"uid":"14f01dd14135c945","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/14f01dd14135c945","status":"passed","time":{"start":1728683117630,"stop":1728683117631,"duration":1}},{"uid":"5e669b22a7a7501b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/5e669b22a7a7501b","status":"passed","time":{"start":1728682721319,"stop":1728682721319,"duration":0}},{"uid":"5b91ae95e63ad2d4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/5b91ae95e63ad2d4","status":"passed","time":{"start":1728677184684,"stop":1728677184685,"duration":1}},{"uid":"57448419310046d0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/57448419310046d0","status":"passed","time":{"start":1728669866451,"stop":1728669866451,"duration":0}},{"uid":"2e64af283b7c8d7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e64af283b7c8d7","status":"passed","time":{"start":1728598249988,"stop":1728598249989,"duration":1}},{"uid":"415b8d7fc46180a7","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/415b8d7fc46180a7","status":"passed","time":{"start":1728597472293,"stop":1728597472293,"duration":0}}]},"75a56dace2a2eca9b249e89fceead8de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"895acee08c0082d2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/895acee08c0082d2","status":"passed","time":{"start":1728901950550,"stop":1728901950551,"duration":1}}]},"3fd43012ec38de1464877ebf869f7288:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"36f9c419a3b49b7e","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/36f9c419a3b49b7e","status":"passed","time":{"start":1728669841249,"stop":1728669841249,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"69929a6f829837c4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/69929a6f829837c4","status":"passed","time":{"start":1729034536109,"stop":1729034536109,"duration":0}},{"uid":"423ab93985ed92f5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/423ab93985ed92f5","status":"passed","time":{"start":1729034296714,"stop":1729034296715,"duration":1}},{"uid":"599c361fe6a717c8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/599c361fe6a717c8","status":"passed","time":{"start":1729034220610,"stop":1729034220610,"duration":0}},{"uid":"3546bc2cef3d201","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3546bc2cef3d201","status":"passed","time":{"start":1729034041499,"stop":1729034041500,"duration":1}},{"uid":"4361610ff4c60fef","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/4361610ff4c60fef","status":"passed","time":{"start":1728901705414,"stop":1728901705415,"duration":1}},{"uid":"a8b67b7470ea0a5a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a8b67b7470ea0a5a","status":"passed","time":{"start":1728893141781,"stop":1728893141782,"duration":1}},{"uid":"8adaee850dd5fae5","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/8adaee850dd5fae5","status":"passed","time":{"start":1728856087087,"stop":1728856087087,"duration":0}},{"uid":"d067dd70d6039e94","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/d067dd70d6039e94","status":"passed","time":{"start":1728738321454,"stop":1728738321455,"duration":1}},{"uid":"de879c519abf4d7e","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/de879c519abf4d7e","status":"passed","time":{"start":1728682845680,"stop":1728682845681,"duration":1}},{"uid":"717ffeb921bf098f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/717ffeb921bf098f","status":"passed","time":{"start":1728682424315,"stop":1728682424316,"duration":1}},{"uid":"955bb3c2d1250766","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/955bb3c2d1250766","status":"passed","time":{"start":1728676900544,"stop":1728676900545,"duration":1}},{"uid":"d8969f0c2eacf879","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/d8969f0c2eacf879","status":"passed","time":{"start":1728669625805,"stop":1728669625805,"duration":0}},{"uid":"65552d163638bf75","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/65552d163638bf75","status":"passed","time":{"start":1728597957176,"stop":1728597957176,"duration":0}},{"uid":"4a30388d58d71b9f","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/4a30388d58d71b9f","status":"passed","time":{"start":1728597182623,"stop":1728597182623,"duration":0}}]},"7042dff534cddd27d2d085ef0aa37a66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f7c9e92daf000863","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f7c9e92daf000863","status":"passed","time":{"start":1729034332641,"stop":1729034332641,"duration":0}},{"uid":"338bd61eaaa022cb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/338bd61eaaa022cb","status":"passed","time":{"start":1729034096140,"stop":1729034096140,"duration":0}},{"uid":"5d86c61b90c31807","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/5d86c61b90c31807","status":"passed","time":{"start":1729034020096,"stop":1729034020096,"duration":0}},{"uid":"1b53ed22dd056a25","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/1b53ed22dd056a25","status":"passed","time":{"start":1729033834393,"stop":1729033834393,"duration":0}},{"uid":"56ea1ec92590be2c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/56ea1ec92590be2c","status":"passed","time":{"start":1729031884126,"stop":1729031884127,"duration":1}},{"uid":"66a218d66cb886cc","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/66a218d66cb886cc","status":"passed","time":{"start":1728901430260,"stop":1728901430260,"duration":0}},{"uid":"463f1eac5baaf99c","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/463f1eac5baaf99c","status":"passed","time":{"start":1728892860538,"stop":1728892860539,"duration":1}},{"uid":"64234cf9207a309c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/64234cf9207a309c","status":"passed","time":{"start":1728855823328,"stop":1728855823328,"duration":0}},{"uid":"5104b302c6dd6e45","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5104b302c6dd6e45","status":"passed","time":{"start":1728738040609,"stop":1728738040609,"duration":0}},{"uid":"76dba47770a4c1fd","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/76dba47770a4c1fd","status":"passed","time":{"start":1728682574100,"stop":1728682574100,"duration":0}},{"uid":"296fb4405aa6804f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/296fb4405aa6804f","status":"passed","time":{"start":1728682146824,"stop":1728682146824,"duration":0}},{"uid":"298ab9fc5f57e334","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/298ab9fc5f57e334","status":"passed","time":{"start":1728676621438,"stop":1728676621439,"duration":1}},{"uid":"e285662eb7623703","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e285662eb7623703","status":"passed","time":{"start":1728669344473,"stop":1728669344473,"duration":0}},{"uid":"8e469e39255dfc03","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8e469e39255dfc03","status":"passed","time":{"start":1728597685168,"stop":1728597685169,"duration":1}},{"uid":"13ed6c68704f97b5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/13ed6c68704f97b5","status":"passed","time":{"start":1728596904477,"stop":1728596904477,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4d7c93dcd94e0f44","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4d7c93dcd94e0f44","status":"passed","time":{"start":1729034611653,"stop":1729034611654,"duration":1}},{"uid":"71eaaf42c156402","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/71eaaf42c156402","status":"passed","time":{"start":1729034393628,"stop":1729034393628,"duration":0}},{"uid":"ff6578df8d504638","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ff6578df8d504638","status":"passed","time":{"start":1729034304813,"stop":1729034304819,"duration":6}},{"uid":"45fb9f7fd57ac818","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/45fb9f7fd57ac818","status":"passed","time":{"start":1729034121891,"stop":1729034121892,"duration":1}},{"uid":"aa9779e08e389163","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aa9779e08e389163","status":"passed","time":{"start":1729032174798,"stop":1729032174798,"duration":0}},{"uid":"61488854c4dc5712","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/61488854c4dc5712","status":"passed","time":{"start":1728901881004,"stop":1728901881005,"duration":1}},{"uid":"4a5aa0003bafa5e0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4a5aa0003bafa5e0","status":"passed","time":{"start":1728893317143,"stop":1728893317151,"duration":8}},{"uid":"39bac3e787d72ab","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/39bac3e787d72ab","status":"passed","time":{"start":1728856263066,"stop":1728856263066,"duration":0}},{"uid":"46ec88a96b3d92f5","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/46ec88a96b3d92f5","status":"passed","time":{"start":1728738492789,"stop":1728738492790,"duration":1}},{"uid":"dc7599f99885a111","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/dc7599f99885a111","status":"passed","time":{"start":1728683030009,"stop":1728683030009,"duration":0}},{"uid":"b03c85e99d05a6a9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b03c85e99d05a6a9","status":"passed","time":{"start":1728682581083,"stop":1728682581083,"duration":0}},{"uid":"ad966b93f7f20b47","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ad966b93f7f20b47","status":"passed","time":{"start":1728677081984,"stop":1728677081985,"duration":1}},{"uid":"a99d10ee48fc8554","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a99d10ee48fc8554","status":"passed","time":{"start":1728669795385,"stop":1728669795387,"duration":2}},{"uid":"355d664a6f04564c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/355d664a6f04564c","status":"passed","time":{"start":1728598137495,"stop":1728598137496,"duration":1}},{"uid":"bdc4fe1697bbd8f2","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/bdc4fe1697bbd8f2","status":"passed","time":{"start":1728597353473,"stop":1728597353473,"duration":0}}]},"1b8a96f33e46af330bc2a2e05af4b269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe5b2daacade46fb","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/fe5b2daacade46fb","status":"passed","time":{"start":1729034636315,"stop":1729034636315,"duration":0}}]},"b6ff7a1ad6e73be80bce00b0a46aaaef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b73d88ac0437f78","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7b73d88ac0437f78","status":"passed","time":{"start":1728682721327,"stop":1728682721327,"duration":0}}]},"8f1a39a07732c46816982bcb20ea64ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f93a9b54b36bd5f7","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f93a9b54b36bd5f7","status":"passed","time":{"start":1729034656465,"stop":1729034656465,"duration":0}}]},"ebd4996f58fc5df8233ae4cde47f9515:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e643857ea0a6d89f","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e643857ea0a6d89f","status":"passed","time":{"start":1728682652694,"stop":1728682652694,"duration":0}}]},"5953d535b7b83c9632c08d994bae92ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"a89b4ee9a26a4ec4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a89b4ee9a26a4ec4","status":"passed","time":{"start":1729034332630,"stop":1729034332631,"duration":1}},{"uid":"d81e0111d5bd99f3","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/d81e0111d5bd99f3","status":"passed","time":{"start":1729034096132,"stop":1729034096132,"duration":0}},{"uid":"56c0ae389bc4bf84","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/56c0ae389bc4bf84","status":"passed","time":{"start":1729034020090,"stop":1729034020090,"duration":0}},{"uid":"5fb97c360f4ca8a","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5fb97c360f4ca8a","status":"passed","time":{"start":1729033834385,"stop":1729033834385,"duration":0}},{"uid":"35ac5080b16306d5","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/35ac5080b16306d5","status":"passed","time":{"start":1729031884117,"stop":1729031884117,"duration":0}},{"uid":"7f73af903b608ec2","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7f73af903b608ec2","status":"passed","time":{"start":1728901430254,"stop":1728901430254,"duration":0}},{"uid":"8c73b0acc59ac397","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/8c73b0acc59ac397","status":"passed","time":{"start":1728892860531,"stop":1728892860531,"duration":0}},{"uid":"23439e645b54321a","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/23439e645b54321a","status":"passed","time":{"start":1728855823321,"stop":1728855823322,"duration":1}},{"uid":"67f6a68edd693cf4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67f6a68edd693cf4","status":"passed","time":{"start":1728738040600,"stop":1728738040601,"duration":1}},{"uid":"3f89837f409f96f4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f89837f409f96f4","status":"passed","time":{"start":1728682574092,"stop":1728682574092,"duration":0}},{"uid":"88fc38ebe239aad1","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/88fc38ebe239aad1","status":"passed","time":{"start":1728682146816,"stop":1728682146817,"duration":1}},{"uid":"303d47ef2019279e","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/303d47ef2019279e","status":"passed","time":{"start":1728676621431,"stop":1728676621431,"duration":0}},{"uid":"eddf8774296a1f33","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/eddf8774296a1f33","status":"passed","time":{"start":1728669344466,"stop":1728669344467,"duration":1}},{"uid":"90a2f0cc6bf7a709","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/90a2f0cc6bf7a709","status":"passed","time":{"start":1728597685160,"stop":1728597685160,"duration":0}},{"uid":"748a977668a45b6d","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/748a977668a45b6d","status":"passed","time":{"start":1728596904467,"stop":1728596904467,"duration":0}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"257791978f2f4e4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/257791978f2f4e4","status":"passed","time":{"start":1729034704489,"stop":1729034704489,"duration":0}},{"uid":"12cfa73c007e5262","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/12cfa73c007e5262","status":"passed","time":{"start":1729034474974,"stop":1729034474975,"duration":1}},{"uid":"d8a89ea529171c61","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/d8a89ea529171c61","status":"passed","time":{"start":1729034395285,"stop":1729034395285,"duration":0}},{"uid":"2c2cf4e5ffde61e2","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2c2cf4e5ffde61e2","status":"passed","time":{"start":1729034209087,"stop":1729034209087,"duration":0}},{"uid":"31919dd6373e9b3b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/31919dd6373e9b3b","status":"passed","time":{"start":1729032264556,"stop":1729032264557,"duration":1}},{"uid":"1e75ad7c681ec68a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1e75ad7c681ec68a","status":"passed","time":{"start":1728902012831,"stop":1728902012831,"duration":0}},{"uid":"3a9bad20822a4264","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3a9bad20822a4264","status":"passed","time":{"start":1728893454804,"stop":1728893454805,"duration":1}},{"uid":"ff13e1382c6caf70","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/ff13e1382c6caf70","status":"passed","time":{"start":1728856408446,"stop":1728856408447,"duration":1}},{"uid":"59172f3a8ea9af1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/59172f3a8ea9af1c","status":"passed","time":{"start":1728738633849,"stop":1728738633849,"duration":0}},{"uid":"bfa35cad137623cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/bfa35cad137623cc","status":"passed","time":{"start":1728683159724,"stop":1728683159728,"duration":4}},{"uid":"9a36808c2df09579","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9a36808c2df09579","status":"passed","time":{"start":1728682751322,"stop":1728682751323,"duration":1}},{"uid":"7eabe857f33f14a1","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/7eabe857f33f14a1","status":"passed","time":{"start":1728677216349,"stop":1728677216349,"duration":0}},{"uid":"e694f75284f7d167","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/e694f75284f7d167","status":"passed","time":{"start":1728669925447,"stop":1728669925447,"duration":0}},{"uid":"2fa00958f9ed2bf0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2fa00958f9ed2bf0","status":"passed","time":{"start":1728598268793,"stop":1728598268794,"duration":1}},{"uid":"a1181597691deeb6","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/a1181597691deeb6","status":"passed","time":{"start":1728597503895,"stop":1728597503897,"duration":2}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ec08faf26fc2e35b","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ec08faf26fc2e35b","status":"passed","time":{"start":1729034341404,"stop":1729034341404,"duration":0}},{"uid":"ad1b3467c0be526e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/ad1b3467c0be526e","status":"passed","time":{"start":1729034104913,"stop":1729034104913,"duration":0}},{"uid":"757646f526258283","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/757646f526258283","status":"passed","time":{"start":1729034028514,"stop":1729034028514,"duration":0}},{"uid":"d521239005ea1479","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/d521239005ea1479","status":"passed","time":{"start":1729033843119,"stop":1729033843119,"duration":0}},{"uid":"6a20ade101f332b","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/6a20ade101f332b","status":"passed","time":{"start":1729031892681,"stop":1729031892681,"duration":0}},{"uid":"a3255db54b472795","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/a3255db54b472795","status":"passed","time":{"start":1728901438812,"stop":1728901438812,"duration":0}},{"uid":"dea8c00ddf854e83","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/dea8c00ddf854e83","status":"passed","time":{"start":1728892869005,"stop":1728892869005,"duration":0}},{"uid":"e70acb640a9f0e18","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/e70acb640a9f0e18","status":"passed","time":{"start":1728855831896,"stop":1728855831896,"duration":0}},{"uid":"67f9825de0323f65","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/67f9825de0323f65","status":"passed","time":{"start":1728738049040,"stop":1728738049044,"duration":4}},{"uid":"3f695113c52596a3","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3f695113c52596a3","status":"passed","time":{"start":1728682582624,"stop":1728682582624,"duration":0}},{"uid":"eee275b432cef96a","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/eee275b432cef96a","status":"passed","time":{"start":1728682155412,"stop":1728682155412,"duration":0}},{"uid":"67dc864ca496a3f2","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/67dc864ca496a3f2","status":"passed","time":{"start":1728676629974,"stop":1728676629978,"duration":4}},{"uid":"25b94391846b5ed4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/25b94391846b5ed4","status":"passed","time":{"start":1728669353105,"stop":1728669353105,"duration":0}},{"uid":"4914d78244c0e41b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4914d78244c0e41b","status":"passed","time":{"start":1728597693851,"stop":1728597693851,"duration":0}},{"uid":"48a4369a56996cda","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/48a4369a56996cda","status":"passed","time":{"start":1728596913095,"stop":1728596913095,"duration":0}}]},"26c98c7bb42ccad0e01ada3947ed45c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a05164109cc852","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5a05164109cc852","status":"passed","time":{"start":1728893421009,"stop":1728893421010,"duration":1}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"593823e34cb8014e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/593823e34cb8014e","status":"passed","time":{"start":1729034704491,"stop":1729034704491,"duration":0}},{"uid":"9bfd56d9bcf96c2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/9bfd56d9bcf96c2","status":"passed","time":{"start":1729034474979,"stop":1729034474979,"duration":0}},{"uid":"f90aeb545cb13589","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/f90aeb545cb13589","status":"passed","time":{"start":1729034395287,"stop":1729034395287,"duration":0}},{"uid":"28df5307083bf705","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/28df5307083bf705","status":"passed","time":{"start":1729034209089,"stop":1729034209089,"duration":0}},{"uid":"c51a07de84a6ee5a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c51a07de84a6ee5a","status":"passed","time":{"start":1729032264559,"stop":1729032264559,"duration":0}},{"uid":"7b54945f480210f7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/7b54945f480210f7","status":"passed","time":{"start":1728902012833,"stop":1728902012833,"duration":0}},{"uid":"b635e24d8e4eb481","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/b635e24d8e4eb481","status":"passed","time":{"start":1728893454807,"stop":1728893454807,"duration":0}},{"uid":"134dd86625004f8c","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/134dd86625004f8c","status":"passed","time":{"start":1728856408448,"stop":1728856408448,"duration":0}},{"uid":"9444fbd99a80d67a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9444fbd99a80d67a","status":"passed","time":{"start":1728738633851,"stop":1728738633851,"duration":0}},{"uid":"faaeae4c5d21ab03","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/faaeae4c5d21ab03","status":"passed","time":{"start":1728683159736,"stop":1728683159746,"duration":10}},{"uid":"4ba3b37bd2b26938","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/4ba3b37bd2b26938","status":"passed","time":{"start":1728682751324,"stop":1728682751325,"duration":1}},{"uid":"d93008c11d5abf17","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/d93008c11d5abf17","status":"passed","time":{"start":1728677216351,"stop":1728677216351,"duration":0}},{"uid":"57e404bc5e9bee8","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/57e404bc5e9bee8","status":"passed","time":{"start":1728669925449,"stop":1728669925449,"duration":0}},{"uid":"17d15dfb67caba25","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/17d15dfb67caba25","status":"passed","time":{"start":1728598268797,"stop":1728598268797,"duration":0}},{"uid":"b450fb920abbec73","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/b450fb920abbec73","status":"passed","time":{"start":1728597503901,"stop":1728597503908,"duration":7}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"c4e6c39fa36ecf9e","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c4e6c39fa36ecf9e","status":"passed","time":{"start":1729034640512,"stop":1729034640512,"duration":0}},{"uid":"622c5b5fba609040","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/622c5b5fba609040","status":"passed","time":{"start":1729034411420,"stop":1729034411420,"duration":0}},{"uid":"4f576f68e9b039ca","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/4f576f68e9b039ca","status":"passed","time":{"start":1729034327396,"stop":1729034327396,"duration":0}},{"uid":"699f2b77c633ed67","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/699f2b77c633ed67","status":"passed","time":{"start":1729034147768,"stop":1729034147768,"duration":0}},{"uid":"d924d7384ca97f53","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d924d7384ca97f53","status":"passed","time":{"start":1729032204825,"stop":1729032204825,"duration":0}},{"uid":"cbcd84025924688c","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/cbcd84025924688c","status":"passed","time":{"start":1728901907653,"stop":1728901907653,"duration":0}},{"uid":"454292fa687b88b5","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/454292fa687b88b5","status":"passed","time":{"start":1728893341886,"stop":1728893341886,"duration":0}},{"uid":"2ad110a536d5c0c6","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/2ad110a536d5c0c6","status":"passed","time":{"start":1728856299352,"stop":1728856299352,"duration":0}},{"uid":"5e20f8d979487995","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/5e20f8d979487995","status":"passed","time":{"start":1728738511613,"stop":1728738511614,"duration":1}},{"uid":"5756916031810d08","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/5756916031810d08","status":"passed","time":{"start":1728683052908,"stop":1728683052908,"duration":0}},{"uid":"1455b01e8bfa44ed","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/1455b01e8bfa44ed","status":"passed","time":{"start":1728682612907,"stop":1728682612908,"duration":1}},{"uid":"80d5d37d23db19ed","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/80d5d37d23db19ed","status":"passed","time":{"start":1728677115743,"stop":1728677115743,"duration":0}},{"uid":"2156e129a786fd78","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/2156e129a786fd78","status":"passed","time":{"start":1728669778171,"stop":1728669778172,"duration":1}},{"uid":"cce3a54af579e25e","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/cce3a54af579e25e","status":"passed","time":{"start":1728598175429,"stop":1728598175429,"duration":0}},{"uid":"8e0901a1e673b1f3","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/8e0901a1e673b1f3","status":"passed","time":{"start":1728597380058,"stop":1728597380058,"duration":0}}]},"462ed29437555677fe0da8e7d10f84ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8ecc766d19ec6402","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8ecc766d19ec6402","status":"passed","time":{"start":1729034332649,"stop":1729034332649,"duration":0}},{"uid":"de675e30ba745559","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/de675e30ba745559","status":"passed","time":{"start":1729034096145,"stop":1729034096145,"duration":0}},{"uid":"534052f853607491","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/534052f853607491","status":"passed","time":{"start":1729034020101,"stop":1729034020102,"duration":1}},{"uid":"c2755c5603d4bd99","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c2755c5603d4bd99","status":"passed","time":{"start":1729033834399,"stop":1729033834399,"duration":0}},{"uid":"678eaeee648e85ef","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/678eaeee648e85ef","status":"passed","time":{"start":1729031884132,"stop":1729031884132,"duration":0}},{"uid":"f242004f410ab751","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/f242004f410ab751","status":"passed","time":{"start":1728901430265,"stop":1728901430265,"duration":0}},{"uid":"973135747579f92d","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/973135747579f92d","status":"passed","time":{"start":1728892860544,"stop":1728892860544,"duration":0}},{"uid":"249bb969fbad7a77","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/249bb969fbad7a77","status":"passed","time":{"start":1728855823333,"stop":1728855823333,"duration":0}},{"uid":"918099c04c99c475","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/918099c04c99c475","status":"passed","time":{"start":1728738040614,"stop":1728738040614,"duration":0}},{"uid":"b1e9058ffaecece4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/b1e9058ffaecece4","status":"passed","time":{"start":1728682574106,"stop":1728682574107,"duration":1}},{"uid":"2e4d2c709c32ed7c","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/2e4d2c709c32ed7c","status":"passed","time":{"start":1728682146829,"stop":1728682146830,"duration":1}},{"uid":"c02ec1ac404d6317","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/c02ec1ac404d6317","status":"passed","time":{"start":1728676621444,"stop":1728676621444,"duration":0}},{"uid":"b0144e2cbb3a5c14","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/b0144e2cbb3a5c14","status":"passed","time":{"start":1728669344477,"stop":1728669344477,"duration":0}},{"uid":"b75276c4f908a8f6","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/b75276c4f908a8f6","status":"passed","time":{"start":1728597685174,"stop":1728597685174,"duration":0}},{"uid":"47123b35e65a3e7e","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/47123b35e65a3e7e","status":"passed","time":{"start":1728596904484,"stop":1728596904484,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"f801bee3935823f9","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/f801bee3935823f9","status":"passed","time":{"start":1729034392568,"stop":1729034392568,"duration":0}},{"uid":"3390894a3b9ffc59","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/3390894a3b9ffc59","status":"passed","time":{"start":1729034155169,"stop":1729034155170,"duration":1}},{"uid":"3f556c888bf9d9c0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/3f556c888bf9d9c0","status":"passed","time":{"start":1729034079229,"stop":1729034079229,"duration":0}},{"uid":"5ccc902154703708","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5ccc902154703708","status":"passed","time":{"start":1729033892948,"stop":1729033892951,"duration":3}},{"uid":"715064ad0bfc1f73","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/715064ad0bfc1f73","status":"passed","time":{"start":1729031943346,"stop":1729031943347,"duration":1}},{"uid":"b1a14d2a9a4684d1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/b1a14d2a9a4684d1","status":"passed","time":{"start":1728901487509,"stop":1728901487513,"duration":4}},{"uid":"3b485e03baf234bd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/3b485e03baf234bd","status":"passed","time":{"start":1728892920383,"stop":1728892920384,"duration":1}},{"uid":"77d76ec4253a2eaf","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/77d76ec4253a2eaf","status":"passed","time":{"start":1728855881495,"stop":1728855881495,"duration":0}},{"uid":"c6961baadb6af10c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c6961baadb6af10c","status":"passed","time":{"start":1728738098726,"stop":1728738098727,"duration":1}},{"uid":"cab9b3a3c9c028f8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/cab9b3a3c9c028f8","status":"passed","time":{"start":1728682632217,"stop":1728682632218,"duration":1}},{"uid":"28cb74db442989b0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/28cb74db442989b0","status":"passed","time":{"start":1728682205208,"stop":1728682205208,"duration":0}},{"uid":"351d6d3b606b3914","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/351d6d3b606b3914","status":"passed","time":{"start":1728676680974,"stop":1728676680974,"duration":0}},{"uid":"99db3ecc8faaadd","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/99db3ecc8faaadd","status":"passed","time":{"start":1728669404736,"stop":1728669404737,"duration":1}},{"uid":"55034fc5ec062e2c","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/55034fc5ec062e2c","status":"passed","time":{"start":1728597743842,"stop":1728597743843,"duration":1}},{"uid":"2bde0978eda86690","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/2bde0978eda86690","status":"passed","time":{"start":1728596961179,"stop":1728596961181,"duration":2}}]},"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ecf630c5d9747c14","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ecf630c5d9747c14","status":"passed","time":{"start":1729034332623,"stop":1729034332623,"duration":0}},{"uid":"c05572d65feb3e0e","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c05572d65feb3e0e","status":"passed","time":{"start":1729034096124,"stop":1729034096124,"duration":0}},{"uid":"327c74efd53bd1ce","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/327c74efd53bd1ce","status":"passed","time":{"start":1729034020084,"stop":1729034020084,"duration":0}},{"uid":"999739aaa6391318","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/999739aaa6391318","status":"passed","time":{"start":1729033834375,"stop":1729033834376,"duration":1}},{"uid":"f600b3e32720be3a","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/f600b3e32720be3a","status":"passed","time":{"start":1729031884106,"stop":1729031884106,"duration":0}},{"uid":"158a681de55967da","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/158a681de55967da","status":"passed","time":{"start":1728901430248,"stop":1728901430248,"duration":0}},{"uid":"4dc5aec4d909b758","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/4dc5aec4d909b758","status":"passed","time":{"start":1728892860524,"stop":1728892860524,"duration":0}},{"uid":"3e5ea0f9109dd3ea","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/3e5ea0f9109dd3ea","status":"passed","time":{"start":1728855823314,"stop":1728855823314,"duration":0}},{"uid":"47f541c27b052a5f","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/47f541c27b052a5f","status":"passed","time":{"start":1728738040583,"stop":1728738040583,"duration":0}},{"uid":"7650c5aa73521d8c","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/7650c5aa73521d8c","status":"passed","time":{"start":1728682574081,"stop":1728682574081,"duration":0}},{"uid":"b75007e6cae626fe","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b75007e6cae626fe","status":"passed","time":{"start":1728682146808,"stop":1728682146808,"duration":0}},{"uid":"beb0142aa0a4c417","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/beb0142aa0a4c417","status":"passed","time":{"start":1728676621422,"stop":1728676621423,"duration":1}},{"uid":"a180d5d73e257be4","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/a180d5d73e257be4","status":"passed","time":{"start":1728669344459,"stop":1728669344460,"duration":1}},{"uid":"bdf7100b18ad9dee","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bdf7100b18ad9dee","status":"passed","time":{"start":1728597685152,"stop":1728597685153,"duration":1}},{"uid":"ebc6eae9a5192e25","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/ebc6eae9a5192e25","status":"passed","time":{"start":1728596904459,"stop":1728596904459,"duration":0}}]},"cb40aa29055ce3953718155e21fe0217:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bba37e0551dcc4fa","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bba37e0551dcc4fa","status":"passed","time":{"start":1729034348213,"stop":1729034348213,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"b917fa439c86377d","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b917fa439c86377d","status":"passed","time":{"start":1729034696862,"stop":1729034696863,"duration":1}},{"uid":"bc3c33f216ab978b","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bc3c33f216ab978b","status":"passed","time":{"start":1729034470059,"stop":1729034470059,"duration":0}},{"uid":"ab4157863e9d2bf5","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ab4157863e9d2bf5","status":"passed","time":{"start":1729034388866,"stop":1729034388866,"duration":0}},{"uid":"5f8a0a9adb153093","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5f8a0a9adb153093","status":"passed","time":{"start":1729034213016,"stop":1729034213016,"duration":0}},{"uid":"aab70e1ca35db9b4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/aab70e1ca35db9b4","status":"passed","time":{"start":1729032269099,"stop":1729032269100,"duration":1}},{"uid":"1fd0eaa2b68b3507","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/1fd0eaa2b68b3507","status":"passed","time":{"start":1728902000839,"stop":1728902000840,"duration":1}},{"uid":"a5eae32ccc7e46b1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/a5eae32ccc7e46b1","status":"passed","time":{"start":1728893442590,"stop":1728893442590,"duration":0}},{"uid":"c0ab76acdd6a9c96","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c0ab76acdd6a9c96","status":"passed","time":{"start":1728856386633,"stop":1728856386634,"duration":1}},{"uid":"7f27154513ff8a1c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/7f27154513ff8a1c","status":"passed","time":{"start":1728738608579,"stop":1728738608580,"duration":1}},{"uid":"f70c070517065884","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f70c070517065884","status":"passed","time":{"start":1728683148166,"stop":1728683148167,"duration":1}},{"uid":"abc2f2e75bc98ab3","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/abc2f2e75bc98ab3","status":"passed","time":{"start":1728682709054,"stop":1728682709055,"duration":1}},{"uid":"8bdcec41b6211c83","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/8bdcec41b6211c83","status":"passed","time":{"start":1728677206652,"stop":1728677206653,"duration":1}},{"uid":"bb7be12a116ab7de","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/bb7be12a116ab7de","status":"passed","time":{"start":1728669888546,"stop":1728669888546,"duration":0}},{"uid":"8e52e430d03820a9","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/8e52e430d03820a9","status":"passed","time":{"start":1728598268127,"stop":1728598268128,"duration":1}},{"uid":"98f86a667a7197d0","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/98f86a667a7197d0","status":"passed","time":{"start":1728597478030,"stop":1728597478030,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"98099ff6b3eb3165","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/98099ff6b3eb3165","status":"passed","time":{"start":1729034696864,"stop":1729034696864,"duration":0}},{"uid":"cfd19e9517d237bb","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/cfd19e9517d237bb","status":"passed","time":{"start":1729034470061,"stop":1729034470061,"duration":0}},{"uid":"511aaecb9687b340","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/511aaecb9687b340","status":"passed","time":{"start":1729034388868,"stop":1729034388868,"duration":0}},{"uid":"4f3784fd83ddd98f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f3784fd83ddd98f","status":"passed","time":{"start":1729034213018,"stop":1729034213018,"duration":0}},{"uid":"86fdac47711af002","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/86fdac47711af002","status":"passed","time":{"start":1729032269101,"stop":1729032269102,"duration":1}},{"uid":"e70a08db66085ac1","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e70a08db66085ac1","status":"passed","time":{"start":1728902000841,"stop":1728902000841,"duration":0}},{"uid":"1513ffce0851ce20","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/1513ffce0851ce20","status":"passed","time":{"start":1728893442593,"stop":1728893442594,"duration":1}},{"uid":"557c06a6c6949d04","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/557c06a6c6949d04","status":"passed","time":{"start":1728856386638,"stop":1728856386638,"duration":0}},{"uid":"9bc4d1c9f6edca89","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9bc4d1c9f6edca89","status":"passed","time":{"start":1728738608584,"stop":1728738608586,"duration":2}},{"uid":"e0d3a104c142f2ce","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e0d3a104c142f2ce","status":"passed","time":{"start":1728683148168,"stop":1728683148169,"duration":1}},{"uid":"cafb16fc7e0d017b","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/cafb16fc7e0d017b","status":"passed","time":{"start":1728682709056,"stop":1728682709056,"duration":0}},{"uid":"ed668fd03eaa29e4","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ed668fd03eaa29e4","status":"passed","time":{"start":1728677206655,"stop":1728677206655,"duration":0}},{"uid":"8ccf534b308c6883","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/8ccf534b308c6883","status":"passed","time":{"start":1728669888549,"stop":1728669888549,"duration":0}},{"uid":"fb9c73760ac932e2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fb9c73760ac932e2","status":"passed","time":{"start":1728598268130,"stop":1728598268130,"duration":0}},{"uid":"1f41c50f35b2fc08","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/1f41c50f35b2fc08","status":"passed","time":{"start":1728597478032,"stop":1728597478032,"duration":0}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"e79abdc7a4fb9f87","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e79abdc7a4fb9f87","status":"passed","time":{"start":1729034536776,"stop":1729034536776,"duration":0}},{"uid":"77ea4e2f8669d0c5","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/77ea4e2f8669d0c5","status":"passed","time":{"start":1729034307029,"stop":1729034307030,"duration":1}},{"uid":"75da4cd510475b40","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/75da4cd510475b40","status":"passed","time":{"start":1729034223304,"stop":1729034223305,"duration":1}},{"uid":"b94fa7351d01e5bd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b94fa7351d01e5bd","status":"passed","time":{"start":1729034034974,"stop":1729034034976,"duration":2}},{"uid":"2103df805e7cc3f9","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/2103df805e7cc3f9","status":"passed","time":{"start":1729032066280,"stop":1729032066280,"duration":0}},{"uid":"e14a7666b8f20e47","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e14a7666b8f20e47","status":"passed","time":{"start":1728901706616,"stop":1728901706617,"duration":1}},{"uid":"74fff30bc2b74fb9","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/74fff30bc2b74fb9","status":"passed","time":{"start":1728893153420,"stop":1728893153420,"duration":0}},{"uid":"28ec5ce09fc978fd","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/28ec5ce09fc978fd","status":"passed","time":{"start":1728856108124,"stop":1728856108125,"duration":1}},{"uid":"c0c895c21c0e7462","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/c0c895c21c0e7462","status":"passed","time":{"start":1728738316667,"stop":1728738316667,"duration":0}},{"uid":"8d2ee6966746b0d1","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/8d2ee6966746b0d1","status":"passed","time":{"start":1728682865311,"stop":1728682865312,"duration":1}},{"uid":"c7052661c3f674b0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c7052661c3f674b0","status":"passed","time":{"start":1728682446993,"stop":1728682446994,"duration":1}},{"uid":"571e73b7549feef9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/571e73b7549feef9","status":"passed","time":{"start":1728676924470,"stop":1728676924477,"duration":7}},{"uid":"10538e09084c483f","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/10538e09084c483f","status":"passed","time":{"start":1728669626255,"stop":1728669626256,"duration":1}},{"uid":"32292c4d24292fd1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/32292c4d24292fd1","status":"passed","time":{"start":1728597973670,"stop":1728597973671,"duration":1}},{"uid":"646a5165411ba791","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/646a5165411ba791","status":"passed","time":{"start":1728597188032,"stop":1728597188033,"duration":1}}]},"3f4b1b54181527c87c904d3dcf30162b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e6bfca7d3e68f5dd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e6bfca7d3e68f5dd","status":"passed","time":{"start":1729034668591,"stop":1729034668595,"duration":4}}]},"114ac7e2947475aafeac81a018d71cfc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4cfa97b0c1e6c5f4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/4cfa97b0c1e6c5f4","status":"passed","time":{"start":1728738555093,"stop":1728738555093,"duration":0}}]},"49b431dae18963e28b45f37d852968da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9dc6aca5f262f1df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/9dc6aca5f262f1df","status":"passed","time":{"start":1728682666064,"stop":1728682666065,"duration":1}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"255369d931d00ef5","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/255369d931d00ef5","status":"passed","time":{"start":1729034781179,"stop":1729034781180,"duration":1}},{"uid":"b97f6e3c47057456","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/b97f6e3c47057456","status":"passed","time":{"start":1729034549088,"stop":1729034549088,"duration":0}},{"uid":"a88feb2b991503f3","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a88feb2b991503f3","status":"passed","time":{"start":1729034468677,"stop":1729034468677,"duration":0}},{"uid":"726027845faefbe4","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/726027845faefbe4","status":"passed","time":{"start":1729032344621,"stop":1729032344622,"duration":1}},{"uid":"e180950aeaf69d1a","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/e180950aeaf69d1a","status":"passed","time":{"start":1728902062111,"stop":1728902062112,"duration":1}},{"uid":"2c973b65fb052f0","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2c973b65fb052f0","status":"passed","time":{"start":1728893496346,"stop":1728893496346,"duration":0}},{"uid":"893fee2dc7ed720f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/893fee2dc7ed720f","status":"passed","time":{"start":1728856449982,"stop":1728856449983,"duration":1}},{"uid":"1fd635c2ff7f432c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1fd635c2ff7f432c","status":"passed","time":{"start":1728738669752,"stop":1728738669752,"duration":0}},{"uid":"e6588bcd7ebf59cc","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/e6588bcd7ebf59cc","status":"passed","time":{"start":1728683209697,"stop":1728683209697,"duration":0}},{"uid":"b73a0c421fb69501","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/b73a0c421fb69501","status":"passed","time":{"start":1728682772283,"stop":1728682772284,"duration":1}},{"uid":"74a98395c4d90761","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/74a98395c4d90761","status":"passed","time":{"start":1728677264667,"stop":1728677264668,"duration":1}},{"uid":"679f842c64c973f0","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/679f842c64c973f0","status":"passed","time":{"start":1728669943368,"stop":1728669943368,"duration":0}},{"uid":"bd723564174adb23","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bd723564174adb23","status":"passed","time":{"start":1728598324827,"stop":1728598324828,"duration":1}},{"uid":"f7e3195720585b24","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/f7e3195720585b24","status":"passed","time":{"start":1728597540222,"stop":1728597540223,"duration":1}}]},"7547ee347697dac4fc4334aa3c133fcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"545dfea3799d0ce9","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/545dfea3799d0ce9","status":"passed","time":{"start":1728669841253,"stop":1728669841254,"duration":1}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"918df4e67481cbf3","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/918df4e67481cbf3","status":"passed","time":{"start":1729034696867,"stop":1729034696867,"duration":0}},{"uid":"bd7f5ed9abed90fa","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/bd7f5ed9abed90fa","status":"passed","time":{"start":1729034470063,"stop":1729034470063,"duration":0}},{"uid":"6f6d6bf479682387","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6f6d6bf479682387","status":"passed","time":{"start":1729034388870,"stop":1729034388870,"duration":0}},{"uid":"58b52190440868ef","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/58b52190440868ef","status":"passed","time":{"start":1729034213020,"stop":1729034213021,"duration":1}},{"uid":"4ae5288f0c0a354","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/4ae5288f0c0a354","status":"passed","time":{"start":1729032269103,"stop":1729032269103,"duration":0}},{"uid":"12d649674e6cab54","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/12d649674e6cab54","status":"passed","time":{"start":1728902000843,"stop":1728902000843,"duration":0}},{"uid":"61b5cfcd9c3dadcd","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/61b5cfcd9c3dadcd","status":"passed","time":{"start":1728893442598,"stop":1728893442598,"duration":0}},{"uid":"882c99655d674762","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/882c99655d674762","status":"passed","time":{"start":1728856386643,"stop":1728856386644,"duration":1}},{"uid":"ada2e1d7d7157050","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/ada2e1d7d7157050","status":"passed","time":{"start":1728738608587,"stop":1728738608588,"duration":1}},{"uid":"39ca02b3520d865b","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/39ca02b3520d865b","status":"passed","time":{"start":1728683148173,"stop":1728683148174,"duration":1}},{"uid":"7ad39423ea345982","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/7ad39423ea345982","status":"passed","time":{"start":1728682709057,"stop":1728682709058,"duration":1}},{"uid":"ea0216323d07ccb3","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/ea0216323d07ccb3","status":"passed","time":{"start":1728677206657,"stop":1728677206657,"duration":0}},{"uid":"9f5630edd62b8ba5","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/9f5630edd62b8ba5","status":"passed","time":{"start":1728669888551,"stop":1728669888551,"duration":0}},{"uid":"3459329cac0759e0","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/3459329cac0759e0","status":"passed","time":{"start":1728598268132,"stop":1728598268132,"duration":0}},{"uid":"66c76e8a28c7f9d1","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/66c76e8a28c7f9d1","status":"passed","time":{"start":1728597478034,"stop":1728597478034,"duration":0}}]},"af3c87a0f4c247297abd2a2386ea65ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90bf807fd7de2ec0","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/90bf807fd7de2ec0","status":"passed","time":{"start":1729034428555,"stop":1729034428555,"duration":0}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3e2658d9b5c14ddd","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/3e2658d9b5c14ddd","status":"passed","time":{"start":1729034536101,"stop":1729034536101,"duration":0}},{"uid":"c7bf545c87f8ef66","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/c7bf545c87f8ef66","status":"passed","time":{"start":1729034296707,"stop":1729034296707,"duration":0}},{"uid":"9e4a9f179ff67b10","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/9e4a9f179ff67b10","status":"passed","time":{"start":1729034220605,"stop":1729034220605,"duration":0}},{"uid":"5cba75bc7a0e9cf4","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/5cba75bc7a0e9cf4","status":"passed","time":{"start":1729034041488,"stop":1729034041489,"duration":1}},{"uid":"591b698d2a9ff4b7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/591b698d2a9ff4b7","status":"passed","time":{"start":1728901705403,"stop":1728901705404,"duration":1}},{"uid":"7d36905b53dacbf1","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/7d36905b53dacbf1","status":"passed","time":{"start":1728893141777,"stop":1728893141777,"duration":0}},{"uid":"49676a7a31328874","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/49676a7a31328874","status":"passed","time":{"start":1728856087084,"stop":1728856087084,"duration":0}},{"uid":"6a3fb79121c98434","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6a3fb79121c98434","status":"passed","time":{"start":1728738321436,"stop":1728738321437,"duration":1}},{"uid":"4bab882adad158db","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/4bab882adad158db","status":"passed","time":{"start":1728682845675,"stop":1728682845675,"duration":0}},{"uid":"8648425b0b2f7e9","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/8648425b0b2f7e9","status":"passed","time":{"start":1728682424311,"stop":1728682424311,"duration":0}},{"uid":"1c5b3efd39bb21f8","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1c5b3efd39bb21f8","status":"passed","time":{"start":1728676900540,"stop":1728676900540,"duration":0}},{"uid":"cc7d803beda5341d","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/cc7d803beda5341d","status":"passed","time":{"start":1728669625800,"stop":1728669625801,"duration":1}},{"uid":"254f87de337c08db","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/254f87de337c08db","status":"passed","time":{"start":1728597957167,"stop":1728597957168,"duration":1}},{"uid":"40b608bcc63244c8","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/40b608bcc63244c8","status":"passed","time":{"start":1728597182619,"stop":1728597182619,"duration":0}}]},"1d0d3fe7a0c010b293a625be6292f6c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f172c09a0ac5e2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/1f172c09a0ac5e2","status":"passed","time":{"start":1728856333679,"stop":1728856333679,"duration":0}}]},"9347db5bafcdc109da8961b1af927ac6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bbae9ffe709c6f7f","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/bbae9ffe709c6f7f","status":"passed","time":{"start":1729034357704,"stop":1729034357704,"duration":0}}]},"082911d1a5eaaaaaa1641706f89df30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b86ce2168c241f02","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/b86ce2168c241f02","status":"passed","time":{"start":1729032174804,"stop":1729032174807,"duration":3}}]},"e81fc8074166e97b8aeb55b1a1b9fa85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e0537b36ece4d49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1e0537b36ece4d49","status":"passed","time":{"start":1728738567471,"stop":1728738567471,"duration":0}}]},"5eb345c22e904cf497d34750aeae1512:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":9,"unknown":0,"total":11},"items":[{"uid":"a0ea93bf80e31b35","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/a0ea93bf80e31b35","status":"passed","time":{"start":1729034372891,"stop":1729034372892,"duration":1}},{"uid":"789aa512e8656993","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/789aa512e8656993","status":"passed","time":{"start":1729034137281,"stop":1729034137281,"duration":0}},{"uid":"a00746f914a7a044","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/a00746f914a7a044","status":"passed","time":{"start":1729034060002,"stop":1729034060003,"duration":1}},{"uid":"e9d3e037adbf9849","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/e9d3e037adbf9849","status":"passed","time":{"start":1729033875011,"stop":1729033875011,"duration":0}},{"uid":"5871959c67207709","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/5871959c67207709","status":"passed","time":{"start":1729031924808,"stop":1729031924808,"duration":0}},{"uid":"28a2cd5cbe50d9d2","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/28a2cd5cbe50d9d2","status":"passed","time":{"start":1728855863301,"stop":1728855863301,"duration":0}},{"uid":"9897843fd8da1d6b","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9897843fd8da1d6b","status":"passed","time":{"start":1728738080964,"stop":1728738080964,"duration":0}},{"uid":"ed38b4dc389026e5","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ed38b4dc389026e5","status":"passed","time":{"start":1728682614255,"stop":1728682614255,"duration":0}},{"uid":"fb2a4edbb47702b0","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/fb2a4edbb47702b0","status":"passed","time":{"start":1728682187100,"stop":1728682187100,"duration":0}},{"uid":"472a23ffb42c4b40","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/472a23ffb42c4b40","status":"skipped","statusDetails":"Test ignored","time":{"start":1728676660884,"stop":1728676660884,"duration":0}},{"uid":"65db4a7abaeef7","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/65db4a7abaeef7","status":"skipped","statusDetails":"Test ignored","time":{"start":1728669384119,"stop":1728669384119,"duration":0}}]},"d08f51bbadc1fc10492e7ddd7b611498:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bfb55bd9f9b856c7","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/bfb55bd9f9b856c7","status":"passed","time":{"start":1728598137498,"stop":1728598137498,"duration":0}}]},"c5ce867e88b2483989b4de15e7367f91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12c7309b85848802","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/12c7309b85848802","status":"passed","time":{"start":1728856333678,"stop":1728856333678,"duration":0}}]},"91169d6788180ef760710800a9fa26e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"cd97ca9593624837","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cd97ca9593624837","status":"passed","time":{"start":1729034332636,"stop":1729034332636,"duration":0}},{"uid":"815f1d2f3aab6e6f","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/815f1d2f3aab6e6f","status":"passed","time":{"start":1729034096136,"stop":1729034096136,"duration":0}},{"uid":"1dccbf2bf0c3115e","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/1dccbf2bf0c3115e","status":"passed","time":{"start":1729034020093,"stop":1729034020093,"duration":0}},{"uid":"c97493c8f189f6f6","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/c97493c8f189f6f6","status":"passed","time":{"start":1729033834389,"stop":1729033834389,"duration":0}},{"uid":"10f8c0ecb58a125e","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/10f8c0ecb58a125e","status":"passed","time":{"start":1729031884123,"stop":1729031884123,"duration":0}},{"uid":"c7f31a3c74de9ed","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c7f31a3c74de9ed","status":"passed","time":{"start":1728901430256,"stop":1728901430257,"duration":1}},{"uid":"55d59c45c5d17f44","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/55d59c45c5d17f44","status":"passed","time":{"start":1728892860535,"stop":1728892860535,"duration":0}},{"uid":"9b54e77582334e66","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/9b54e77582334e66","status":"passed","time":{"start":1728855823324,"stop":1728855823325,"duration":1}},{"uid":"57dd7b816fabf288","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/57dd7b816fabf288","status":"passed","time":{"start":1728738040605,"stop":1728738040605,"duration":0}},{"uid":"f4095395826acf27","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f4095395826acf27","status":"passed","time":{"start":1728682574095,"stop":1728682574096,"duration":1}},{"uid":"357ecea0f12fb6df","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/357ecea0f12fb6df","status":"passed","time":{"start":1728682146820,"stop":1728682146820,"duration":0}},{"uid":"605754f06e7a54c9","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/605754f06e7a54c9","status":"passed","time":{"start":1728676621435,"stop":1728676621435,"duration":0}},{"uid":"dc7c07c6af270e0c","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/dc7c07c6af270e0c","status":"passed","time":{"start":1728669344470,"stop":1728669344470,"duration":0}},{"uid":"2b8fd77af3092ebe","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2b8fd77af3092ebe","status":"passed","time":{"start":1728597685164,"stop":1728597685164,"duration":0}},{"uid":"30d3b736a9254f37","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/30d3b736a9254f37","status":"passed","time":{"start":1728596904471,"stop":1728596904472,"duration":1}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"4f120f723141b0c","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/4f120f723141b0c","status":"passed","time":{"start":1729034360433,"stop":1729034360433,"duration":0}},{"uid":"70fd2e338fef8691","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/70fd2e338fef8691","status":"passed","time":{"start":1729034124359,"stop":1729034124360,"duration":1}},{"uid":"47a843412295ffc9","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/47a843412295ffc9","status":"passed","time":{"start":1729034047481,"stop":1729034047482,"duration":1}},{"uid":"902cd01a33b75d49","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/902cd01a33b75d49","status":"passed","time":{"start":1729033862326,"stop":1729033862326,"duration":0}},{"uid":"e8cacddd415c5013","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/e8cacddd415c5013","status":"passed","time":{"start":1729031912067,"stop":1729031912067,"duration":0}},{"uid":"217879ce94fbcbac","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/217879ce94fbcbac","status":"passed","time":{"start":1728901457813,"stop":1728901457814,"duration":1}},{"uid":"5ff38fec7e9a3daa","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/5ff38fec7e9a3daa","status":"passed","time":{"start":1728892888297,"stop":1728892888298,"duration":1}},{"uid":"f2c4aa5751c5c5d4","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/f2c4aa5751c5c5d4","status":"passed","time":{"start":1728855850785,"stop":1728855850785,"duration":0}},{"uid":"9bcb76ecdf79894c","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/9bcb76ecdf79894c","status":"passed","time":{"start":1728738068160,"stop":1728738068160,"duration":0}},{"uid":"3b5cc890222699e8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/3b5cc890222699e8","status":"passed","time":{"start":1728682601670,"stop":1728682601671,"duration":1}},{"uid":"3329a23ce5cfaff8","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/3329a23ce5cfaff8","status":"passed","time":{"start":1728682174562,"stop":1728682174562,"duration":0}},{"uid":"e3e0fb5c78b0796f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/e3e0fb5c78b0796f","status":"passed","time":{"start":1728676648928,"stop":1728676648928,"duration":0}},{"uid":"59ebeb20002695","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/59ebeb20002695","status":"passed","time":{"start":1728669372207,"stop":1728669372207,"duration":0}},{"uid":"fe1e4445ef067ba2","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/fe1e4445ef067ba2","status":"passed","time":{"start":1728597712757,"stop":1728597712757,"duration":0}},{"uid":"e44aba678407364","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/e44aba678407364","status":"passed","time":{"start":1728596931863,"stop":1728596931864,"duration":1}}]},"9239d6669d2802ecb3e6c32edfd8d769:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"301e4571daebf953","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/301e4571daebf953","status":"passed","time":{"start":1728598212613,"stop":1728598212613,"duration":0}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"8a2bbf7b9c6e9951","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/8a2bbf7b9c6e9951","status":"passed","time":{"start":1729034506798,"stop":1729034506798,"duration":0}},{"uid":"f9f5d0dd0831d5d4","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/f9f5d0dd0831d5d4","status":"passed","time":{"start":1729034259821,"stop":1729034259821,"duration":0}},{"uid":"79bf9b8f9436b2d0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/79bf9b8f9436b2d0","status":"passed","time":{"start":1729034194025,"stop":1729034194027,"duration":2}},{"uid":"cece4c5c88086652","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/cece4c5c88086652","status":"passed","time":{"start":1729034014877,"stop":1729034014878,"duration":1}},{"uid":"3b86b5c8ce38ee41","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/3b86b5c8ce38ee41","status":"passed","time":{"start":1729032065456,"stop":1729032065458,"duration":2}},{"uid":"8fb3992c28e228ca","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/8fb3992c28e228ca","status":"passed","time":{"start":1728901664270,"stop":1728901664270,"duration":0}},{"uid":"46d58566a23b45ba","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/46d58566a23b45ba","status":"passed","time":{"start":1728893093692,"stop":1728893093693,"duration":1}},{"uid":"d49548fe77216131","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/d49548fe77216131","status":"passed","time":{"start":1728856055274,"stop":1728856055274,"duration":0}},{"uid":"46d0279b8c0fb597","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/46d0279b8c0fb597","status":"passed","time":{"start":1728738274745,"stop":1728738274746,"duration":1}},{"uid":"6f8db5592a2f28f9","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/6f8db5592a2f28f9","status":"passed","time":{"start":1728682807960,"stop":1728682807961,"duration":1}},{"uid":"c11906f66453e6cc","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/c11906f66453e6cc","status":"passed","time":{"start":1728682381286,"stop":1728682381287,"duration":1}},{"uid":"4c1ab9d7a260f260","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/4c1ab9d7a260f260","status":"passed","time":{"start":1728676853902,"stop":1728676853902,"duration":0}},{"uid":"533973a26a90bb48","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/533973a26a90bb48","status":"passed","time":{"start":1728669581698,"stop":1728669581698,"duration":0}},{"uid":"862708f8e49e2cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/862708f8e49e2cd","status":"passed","time":{"start":1728597923491,"stop":1728597923492,"duration":1}},{"uid":"85925e3f2c0d6687","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/85925e3f2c0d6687","status":"passed","time":{"start":1728597132265,"stop":1728597132265,"duration":0}}]},"ab2cf7ff8fa33a16e823730f95cd1aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4cbb7bd2faf77fc1","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4cbb7bd2faf77fc1","status":"passed","time":{"start":1728598157578,"stop":1728598157579,"duration":1}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2f557f872e4146ff","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/2f557f872e4146ff","status":"passed","time":{"start":1729034356474,"stop":1729034356474,"duration":0}},{"uid":"8a48b48f33f95cd2","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/8a48b48f33f95cd2","status":"passed","time":{"start":1729034120499,"stop":1729034120500,"duration":1}},{"uid":"88b2a676a5b133cf","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/88b2a676a5b133cf","status":"passed","time":{"start":1729033858269,"stop":1729033858270,"duration":1}},{"uid":"d2f64dd84170279c","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/d2f64dd84170279c","status":"passed","time":{"start":1729031908176,"stop":1729031908176,"duration":0}},{"uid":"c3e2ee988067dd18","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/c3e2ee988067dd18","status":"passed","time":{"start":1728901453932,"stop":1728901453933,"duration":1}},{"uid":"f572e906dc71fc46","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/f572e906dc71fc46","status":"passed","time":{"start":1728892884409,"stop":1728892884409,"duration":0}},{"uid":"c50a56aa51cd0020","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/c50a56aa51cd0020","status":"passed","time":{"start":1728855846878,"stop":1728855846878,"duration":0}},{"uid":"6cda2177bacd3e7a","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/6cda2177bacd3e7a","status":"passed","time":{"start":1728738064181,"stop":1728738064182,"duration":1}},{"uid":"f88df16afcbac6a4","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f88df16afcbac6a4","status":"passed","time":{"start":1728682597759,"stop":1728682597760,"duration":1}},{"uid":"64beccff3ea22387","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/64beccff3ea22387","status":"passed","time":{"start":1728682170539,"stop":1728682170539,"duration":0}},{"uid":"2bf5c771cbabd29d","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/2bf5c771cbabd29d","status":"passed","time":{"start":1728676645199,"stop":1728676645199,"duration":0}},{"uid":"f387da686d7754f1","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/f387da686d7754f1","status":"passed","time":{"start":1728669368194,"stop":1728669368194,"duration":0}},{"uid":"2e3e1b18881357cd","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/2e3e1b18881357cd","status":"passed","time":{"start":1728597709009,"stop":1728597709010,"duration":1}},{"uid":"5ec0c4a55ae5cd35","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/5ec0c4a55ae5cd35","status":"passed","time":{"start":1728596928105,"stop":1728596928105,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"ceded16c69868aa0","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/ceded16c69868aa0","status":"passed","time":{"start":1729034447617,"stop":1729034447617,"duration":0}},{"uid":"e6c98fdf438f40dc","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/e6c98fdf438f40dc","status":"passed","time":{"start":1729034206086,"stop":1729034206087,"duration":1}},{"uid":"8ff674308dd6459b","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/8ff674308dd6459b","status":"passed","time":{"start":1729034134193,"stop":1729034134194,"duration":1}},{"uid":"9d6afc05dba28b17","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/9d6afc05dba28b17","status":"passed","time":{"start":1729033942603,"stop":1729033942603,"duration":0}},{"uid":"723da48e47dfbfdc","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/723da48e47dfbfdc","status":"passed","time":{"start":1729031989714,"stop":1729031989715,"duration":1}},{"uid":"36255f1623c9b4e7","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/36255f1623c9b4e7","status":"passed","time":{"start":1728901562042,"stop":1728901562044,"duration":2}},{"uid":"21369dac4de7cf10","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/21369dac4de7cf10","status":"passed","time":{"start":1728893001481,"stop":1728893001481,"duration":0}},{"uid":"13a755ed2eacf40f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/13a755ed2eacf40f","status":"passed","time":{"start":1728855968867,"stop":1728855968868,"duration":1}},{"uid":"a65f1a8478d6ded4","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/a65f1a8478d6ded4","status":"passed","time":{"start":1728738172966,"stop":1728738172967,"duration":1}},{"uid":"ddf15b936b05207d","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/ddf15b936b05207d","status":"passed","time":{"start":1728682706939,"stop":1728682706940,"duration":1}},{"uid":"e204e3aefcb9c122","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/e204e3aefcb9c122","status":"passed","time":{"start":1728682296860,"stop":1728682296860,"duration":0}},{"uid":"1951db2f3271b3f0","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/1951db2f3271b3f0","status":"passed","time":{"start":1728676761471,"stop":1728676761471,"duration":0}},{"uid":"97264df437f9cf2","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/97264df437f9cf2","status":"passed","time":{"start":1728669479026,"stop":1728669479027,"duration":1}},{"uid":"4ee57d15c259279b","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/4ee57d15c259279b","status":"passed","time":{"start":1728597820126,"stop":1728597820127,"duration":1}},{"uid":"98959a1f524bf0c5","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/98959a1f524bf0c5","status":"passed","time":{"start":1728597034501,"stop":1728597034501,"duration":0}}]},"95bdc17caee13965e3fba1753ffc5359:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"685f27ede537d18f","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/685f27ede537d18f","status":"passed","time":{"start":1729034373009,"stop":1729034373010,"duration":1}},{"uid":"600651f5f28c203c","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/600651f5f28c203c","status":"passed","time":{"start":1729034137112,"stop":1729034137113,"duration":1}},{"uid":"ed819a54cb95d4d0","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/ed819a54cb95d4d0","status":"passed","time":{"start":1729034060045,"stop":1729034060045,"duration":0}},{"uid":"b88b2a4471e858ee","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/b88b2a4471e858ee","status":"passed","time":{"start":1729033875027,"stop":1729033875027,"duration":0}},{"uid":"c1f97f9bd3a0b946","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/c1f97f9bd3a0b946","status":"passed","time":{"start":1729031924908,"stop":1729031924908,"duration":0}},{"uid":"19d75bb67a47c2f5","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/19d75bb67a47c2f5","status":"passed","time":{"start":1728901469135,"stop":1728901469135,"duration":0}},{"uid":"2365996d05598b29","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/2365996d05598b29","status":"passed","time":{"start":1728892899800,"stop":1728892899800,"duration":0}},{"uid":"cbec5584e28df4d7","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/cbec5584e28df4d7","status":"passed","time":{"start":1728855863296,"stop":1728855863296,"duration":0}},{"uid":"1226c90b85cfe135","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/1226c90b85cfe135","status":"passed","time":{"start":1728738080956,"stop":1728738080956,"duration":0}},{"uid":"a4663587ae79faf8","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/a4663587ae79faf8","status":"passed","time":{"start":1728682614316,"stop":1728682614316,"duration":0}},{"uid":"41755876559a40ae","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/41755876559a40ae","status":"passed","time":{"start":1728682187220,"stop":1728682187220,"duration":0}},{"uid":"f7a63d4d3dccd9ff","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/f7a63d4d3dccd9ff","status":"passed","time":{"start":1728676661420,"stop":1728676661421,"duration":1}},{"uid":"381af19fe82f72ec","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/381af19fe82f72ec","status":"passed","time":{"start":1728669384753,"stop":1728669384753,"duration":0}},{"uid":"7137560c2233dde5","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/7137560c2233dde5","status":"passed","time":{"start":1728597724210,"stop":1728597724211,"duration":1}},{"uid":"30f33435d274f164","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/30f33435d274f164","status":"passed","time":{"start":1728596943263,"stop":1728596943264,"duration":1}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":15,"unknown":0,"total":15},"items":[{"uid":"80f3645915b90b57","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/80f3645915b90b57","status":"passed","time":{"start":1729034366897,"stop":1729034366898,"duration":1}},{"uid":"6edbce82153e1b65","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/6edbce82153e1b65","status":"passed","time":{"start":1729034130923,"stop":1729034130923,"duration":0}},{"uid":"6929ad19d3ace7f8","reportUrl":"https://waku-org.github.io/js-waku/7589//#testresult/6929ad19d3ace7f8","status":"passed","time":{"start":1729034053886,"stop":1729034053886,"duration":0}},{"uid":"7838614c6a8d3b05","reportUrl":"https://waku-org.github.io/js-waku/7588//#testresult/7838614c6a8d3b05","status":"passed","time":{"start":1729033868925,"stop":1729033868925,"duration":0}},{"uid":"7fb3d765461a3d5d","reportUrl":"https://waku-org.github.io/js-waku/7587//#testresult/7fb3d765461a3d5d","status":"passed","time":{"start":1729031918510,"stop":1729031918511,"duration":1}},{"uid":"de852dacb63f8458","reportUrl":"https://waku-org.github.io/js-waku/7586//#testresult/de852dacb63f8458","status":"passed","time":{"start":1728901464219,"stop":1728901464220,"duration":1}},{"uid":"cd09131f628662a","reportUrl":"https://waku-org.github.io/js-waku/7584//#testresult/cd09131f628662a","status":"passed","time":{"start":1728892894740,"stop":1728892894740,"duration":0}},{"uid":"636917cb9a2f100f","reportUrl":"https://waku-org.github.io/js-waku/7583//#testresult/636917cb9a2f100f","status":"passed","time":{"start":1728855857251,"stop":1728855857252,"duration":1}},{"uid":"284c12dae8b6ed49","reportUrl":"https://waku-org.github.io/js-waku/7582//#testresult/284c12dae8b6ed49","status":"passed","time":{"start":1728738074579,"stop":1728738074580,"duration":1}},{"uid":"f3ca2d2dac0870cf","reportUrl":"https://waku-org.github.io/js-waku/7581//#testresult/f3ca2d2dac0870cf","status":"passed","time":{"start":1728682608126,"stop":1728682608126,"duration":0}},{"uid":"6bf1c6092e3295b7","reportUrl":"https://waku-org.github.io/js-waku/7580//#testresult/6bf1c6092e3295b7","status":"passed","time":{"start":1728682181011,"stop":1728682181012,"duration":1}},{"uid":"bf2751141df4b5f","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/bf2751141df4b5f","status":"passed","time":{"start":1728676655409,"stop":1728676655409,"duration":0}},{"uid":"fdbbbb31f21894fb","reportUrl":"https://waku-org.github.io/js-waku/7578//#testresult/fdbbbb31f21894fb","status":"passed","time":{"start":1728669378740,"stop":1728669378740,"duration":0}},{"uid":"285b158ef0f9027a","reportUrl":"https://waku-org.github.io/js-waku/7577//#testresult/285b158ef0f9027a","status":"passed","time":{"start":1728597719062,"stop":1728597719063,"duration":1}},{"uid":"de58270d992aff90","reportUrl":"https://waku-org.github.io/js-waku/7575//#testresult/de58270d992aff90","status":"passed","time":{"start":1728596938238,"stop":1728596938238,"duration":0}}]},"d5f6a7be1cef4f2dc312517cafcc26cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aaf192a02fc369ad","reportUrl":"https://waku-org.github.io/js-waku/7590//#testresult/aaf192a02fc369ad","status":"passed","time":{"start":1729034428557,"stop":1729034428557,"duration":0}}]},"abe278fadf9cee8024c1556c055d71aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"300e9fe178e1a195","reportUrl":"https://waku-org.github.io/js-waku/7579//#testresult/300e9fe178e1a195","status":"passed","time":{"start":1728677163583,"stop":1728677163583,"duration":0}}]}} \ No newline at end of file diff --git a/last-history/retry-trend.json b/last-history/retry-trend.json index 02976a0a8f6..6c3aaf8d885 100644 --- a/last-history/retry-trend.json +++ b/last-history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":7590,"reportUrl":"https://waku-org.github.io/js-waku/7590/","reportName":"Allure Report with history","data":{"run":860,"retry":2}},{"buildOrder":7589,"reportUrl":"https://waku-org.github.io/js-waku/7589/","reportName":"Allure Report with history","data":{"run":868,"retry":2}},{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"run":837,"retry":2}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{"run":884,"retry":2}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{"run":856,"retry":2}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7590,"reportUrl":"https://waku-org.github.io/js-waku/7590/","reportName":"Allure Report with history","data":{"run":860,"retry":2}},{"buildOrder":7589,"reportUrl":"https://waku-org.github.io/js-waku/7589/","reportName":"Allure Report with history","data":{"run":868,"retry":2}},{"buildOrder":7588,"reportUrl":"https://waku-org.github.io/js-waku/7588/","reportName":"Allure Report with history","data":{"run":853,"retry":2}},{"buildOrder":7587,"reportUrl":"https://waku-org.github.io/js-waku/7587/","reportName":"Allure Report with history","data":{"run":837,"retry":2}},{"buildOrder":7586,"reportUrl":"https://waku-org.github.io/js-waku/7586/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7584,"reportUrl":"https://waku-org.github.io/js-waku/7584/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7583,"reportUrl":"https://waku-org.github.io/js-waku/7583/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7582,"reportUrl":"https://waku-org.github.io/js-waku/7582/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7581,"reportUrl":"https://waku-org.github.io/js-waku/7581/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7580,"reportUrl":"https://waku-org.github.io/js-waku/7580/","reportName":"Allure Report with history","data":{"run":881,"retry":2}},{"buildOrder":7579,"reportUrl":"https://waku-org.github.io/js-waku/7579/","reportName":"Allure Report with history","data":{"run":884,"retry":2}},{"buildOrder":7578,"reportUrl":"https://waku-org.github.io/js-waku/7578/","reportName":"Allure Report with history","data":{"run":856,"retry":2}},{"buildOrder":7577,"reportUrl":"https://waku-org.github.io/js-waku/7577/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"buildOrder":7575,"reportUrl":"https://waku-org.github.io/js-waku/7575/","reportName":"Allure Report with history","data":{"run":880,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file